From 624fbaa55befa9787cecdabbe6118b24cf01d63c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:17:11 -0400 Subject: [PATCH 001/339] Religion tweaks * Fixup some hellenic gender laws * Hypsisterian holy book changed * Ashurians gain piety from raiding in addition to other effects --- WtWSMS/credits.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/WtWSMS/credits.txt b/WtWSMS/credits.txt index 1133d25749..4c707a3bd6 100644 --- a/WtWSMS/credits.txt +++ b/WtWSMS/credits.txt @@ -21,12 +21,13 @@ Nakh name list from TheDarkbane12 on the PDX forums Helleno-Libyan name list from Asakhra on the PDX forums Helleno-Coptic name list from Asakhra on the PDX forums -$TITLE_OTHER_ITEMS_THAT_WERE_NOT_UTILIZED$ -Knuckey for his Imperial Government Mod - $TITLE_MUSIC$ Christian Szajna for the Music from CK2 version of the mod, including "From the Hills" TJ Moran on lead cello in "From the Hills" $SPECIAL_THANKS$ The CK3 Modding Discord + +$TITLE_OTHER_ITEMS_THAT_WERE_NOT_UTILIZED$ +Knuckey for his Imperial Government Mod +Elder Kings 2 Mod Team for their sub-bookmark system (removed 1.8.*) From 4e4daa3b8f9c1c2a58a53388941bc2b3d9da0c5b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 30 Oct 2022 23:24:06 -0400 Subject: [PATCH 002/339] Religion fixes * Audianism, Patripassianism use communion instead of aniconism as they have a HOF * Fix Valentinianism color and consanguinity doctrine * Sethians use communion instead of inner journey because inner journey isn't available to Dualists * Hepthalites use Lay Clergy * Made Slavic pagan pluralist instead of fundamentalist * Removed only slightly-modified pagan faiths for greater Vanilla compatibility; utilizing game_start on actions to set doctrines appropriately --- WtWSMS/common/on_action/BP_game_start.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index c9a84a907a..66e5b1bef0 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1302,7 +1302,10 @@ other_religion_effects = { remove_doctrine = doctrine_theocracy_temporal add_doctrine = doctrine_theocracy_lay_clergy } - add_doctrine = special_doctrine_is_pagan_faith + if = { + limit = { NOT = { has_doctrine = special_doctrine_is_pagan_faith } } + add_doctrine = special_doctrine_is_pagan_faith + } } } } From 0926396ec901303746c3e6425ed49bcab1f70c48 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:58:25 -0500 Subject: [PATCH 003/339] Update game to v1.8.0 --- WtWSMS/descriptor.mod.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WtWSMS/descriptor.mod.info b/WtWSMS/descriptor.mod.info index a1af26dff9..51005725f4 100644 --- a/WtWSMS/descriptor.mod.info +++ b/WtWSMS/descriptor.mod.info @@ -1,5 +1,5 @@ name="When the World Stopped Making Sense" -version="0.1.3" +version="0.2.0" replace_path="history/characters" replace_path="history/cultures" replace_path="history/provinces" From cf68cd69bba9742adb035c6441671c5d226ed1aa Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:27:21 -0400 Subject: [PATCH 004/339] (0.2.0 Start) From 4a20218096fbc511112fef7dfc2d417dd227a922 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:11:22 -0500 Subject: [PATCH 005/339] Update game version string --- WtWSMS/localization/english/BP_general_l_english.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WtWSMS/localization/english/BP_general_l_english.yml b/WtWSMS/localization/english/BP_general_l_english.yml index bac4c1fc00..92fb32191f 100644 --- a/WtWSMS/localization/english/BP_general_l_english.yml +++ b/WtWSMS/localization/english/BP_general_l_english.yml @@ -1,7 +1,7 @@ l_english: #Mod Notes wtwsms_game_status: "Public Alpha" - wtwsms_mod_version_number: "0.1.3" + wtwsms_mod_version_number: "0.2.0" wtwsms_forum_location_type: "forum thread" wtwsms_forum_location: "https://forum.paradoxplaza.com/forum/threads/mod-when-the-world-stopped-making-sense-a-migrational-era-mod-for-ck3-476-700-ad.1414709/" wtwsms_wiki_page: "https://ck3.paradoxwikis.com/When_the_World_Stopped_Making_Sense" From c95ad9551570f9ea991c928b7508875488e43753 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:27:21 -0400 Subject: [PATCH 006/339] (0.2.0 Start) From c49cf235cd890c73f26740b7ae715343961585dc Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 6 Sep 2022 22:32:49 -0400 Subject: [PATCH 007/339] (0.2.0 Part 01 Start) From d5d9c86fae6e4faac259193b71bf6c0aefc37692 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 8 Sep 2022 00:26:05 -0400 Subject: [PATCH 008/339] Port in Cultural and Religious Minorities --- .../sea_minority_game_concepts.txt | 12 + .../common/laws/sea_religion_culture_laws.txt | 273 ++ .../sea_minority_county_modifiers.txt | 19 + .../on_action/sea_minority_game_start.txt | 166 + .../on_action/sea_minority_on_actions.txt | 261 ++ .../sea_minority_culture_values.txt | 16 + .../scripted_effects/sea_minority_effects.txt | 576 +++ .../sea_minority_triggers.txt | 143 + WtWSMS/credits.txt | 2 + WtWSMS/events/sea_minority_events.txt | 780 ++++ .../icons/button_icons/civi_law_is_off.dds | 3 + .../icons/button_icons/civi_law_is_on.dds | 3 + .../button_icons/religious_law_is_off.dds | 3 + .../button_icons/religious_law_is_on.dds | 3 + .../modifiers/sea_culture_minority_large.dds | 3 + .../modifiers/sea_culture_minority_small.dds | 3 + .../modifiers/sea_faith_minority_large.dds | 3 + .../modifiers/sea_faith_minority_small.dds | 3 + .../decisions/decision_expel.dds | 3 + WtWSMS/gfx/interface/laws_writing.dds | 3 + WtWSMS/gui/law_window.gui | 164 + WtWSMS/gui/window_county_view.gui | 3241 +++++++++++++++++ WtWSMS/gui/window_my_realm.gui | 222 +- .../english/sea_minority_events_l_english.yml | 37 + .../sea_minority_game_concepts_l_english.yml | 19 + .../english/sea_minority_laws_l_english.yml | 83 + 26 files changed, 5917 insertions(+), 127 deletions(-) create mode 100644 WtWSMS/common/game_concepts/sea_minority_game_concepts.txt create mode 100644 WtWSMS/common/laws/sea_religion_culture_laws.txt create mode 100644 WtWSMS/common/modifiers/sea_minority_county_modifiers.txt create mode 100644 WtWSMS/common/on_action/sea_minority_game_start.txt create mode 100644 WtWSMS/common/on_action/sea_minority_on_actions.txt create mode 100644 WtWSMS/common/script_values/sea_minority_culture_values.txt create mode 100644 WtWSMS/common/scripted_effects/sea_minority_effects.txt create mode 100644 WtWSMS/common/scripted_triggers/sea_minority_triggers.txt create mode 100644 WtWSMS/events/sea_minority_events.txt create mode 100644 WtWSMS/gfx/interface/icons/button_icons/civi_law_is_off.dds create mode 100644 WtWSMS/gfx/interface/icons/button_icons/civi_law_is_on.dds create mode 100644 WtWSMS/gfx/interface/icons/button_icons/religious_law_is_off.dds create mode 100644 WtWSMS/gfx/interface/icons/button_icons/religious_law_is_on.dds create mode 100644 WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_large.dds create mode 100644 WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_small.dds create mode 100644 WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_large.dds create mode 100644 WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_small.dds create mode 100644 WtWSMS/gfx/interface/illustrations/decisions/decision_expel.dds create mode 100644 WtWSMS/gfx/interface/laws_writing.dds create mode 100644 WtWSMS/gui/law_window.gui create mode 100644 WtWSMS/gui/window_county_view.gui create mode 100644 WtWSMS/localization/english/sea_minority_events_l_english.yml create mode 100644 WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml create mode 100644 WtWSMS/localization/english/sea_minority_laws_l_english.yml diff --git a/WtWSMS/common/game_concepts/sea_minority_game_concepts.txt b/WtWSMS/common/game_concepts/sea_minority_game_concepts.txt new file mode 100644 index 0000000000..4fae702b78 --- /dev/null +++ b/WtWSMS/common/game_concepts/sea_minority_game_concepts.txt @@ -0,0 +1,12 @@ + +minority_culture = { + alias = { minority_cultures minority_culture_small minority_culture_large } + texture = "gfx/interface/icons/icon_culture.dds" + parent = culture +} + +minority_faith = { + alias = { minority_faiths minority_faith_small minority_faith_large } + texture = "gfx/interface/icons/event_types/type_faith.dds" + parent = faith +} diff --git a/WtWSMS/common/laws/sea_religion_culture_laws.txt b/WtWSMS/common/laws/sea_religion_culture_laws.txt new file mode 100644 index 0000000000..15772489aa --- /dev/null +++ b/WtWSMS/common/laws/sea_religion_culture_laws.txt @@ -0,0 +1,273 @@ +@minority_law_cooldown_years = 10 + +religious_minority_status_law = { + default = religious_minority_status_2 + cumulative = yes + flag = religion_culture_law + flag = religion_law + + # Laws only apply to astray and lower faiths + + religious_minority_status_1 = { + + modifier = { + different_faith_opinion = 10 + } + + can_pass = { + has_realm_law = religious_minority_status_2 + custom_description = { + subject = root + text = "has_minority_law_cooldown" + NOT = { has_variable = minority_law_cooldown } + } + } + + pass_cost = { + prestige = medium_prestige_value + } + + on_pass = { + set_variable = { + name = minority_law_cooldown + years = @minority_law_cooldown_years + } + } + + ai_will_do = { + value = 0 + # Factor for personality + add = ai_honor + add = ai_compassion + + add = { + value = ai_zeal + multiply = -1 + } + add = { + value = ai_vengefulness + multiply = -1 + } + } + } + + religious_minority_status_2 = { + + flag = may_convert_faith + + modifier = { + different_faith_opinion = -10 + } + + should_start_with = { always = yes } + + can_pass = { + OR = { + has_realm_law = religious_minority_status_1 + has_realm_law = religious_minority_status_3 + } + custom_description = { + subject = root + text = "has_minority_law_cooldown" + NOT = { has_variable = minority_law_cooldown } + } + } + + pass_cost = { + prestige = medium_prestige_value + } + + on_pass = { + set_variable = { + name = minority_law_cooldown + years = @minority_law_cooldown_years + } + } + + ai_will_do = { + value = 0 + # Factor for personality + add = ai_zeal + add = ai_vengefulness + + add = { + value = ai_honor + multiply = -1 + } + add = { + value = ai_compassion + multiply = -1 + } + } + } + + religious_minority_status_3 = { + + modifier = { + different_faith_opinion = -10 + } + + flag = unlock_expel_religious_minorities + + can_pass = { + has_realm_law = religious_minority_status_2 + custom_description = { + subject = root + text = "has_minority_law_cooldown" + NOT = { has_variable = minority_law_cooldown } + } + } + + pass_cost = { + prestige = medium_prestige_value + } + + on_pass = { + set_variable = { + name = minority_law_cooldown + years = @minority_law_cooldown_years + } + } + + ai_will_do = { + # AI shouldn't do this + value = -1000 + } + } +} + +cultural_minority_status_law = { + default = cultural_minority_status_2 + cumulative = yes + flag = religion_culture_law + flag = culture_law + + # Laws only apply to other heritage cultures + + cultural_minority_status_1 = { + + modifier = { + different_culture_opinion = 10 + } + + can_pass = { + has_realm_law = cultural_minority_status_2 + custom_description = { + subject = root + text = "has_minority_law_cooldown" + NOT = { has_variable = minority_law_cooldown } + } + } + + pass_cost = { + prestige = medium_prestige_value + } + + on_pass = { + set_variable = { + name = minority_law_cooldown + years = @minority_law_cooldown_years + } + } + + ai_will_do = { + value = 0 + # Factor for personality + add = ai_honor + add = ai_compassion + + add = { + value = ai_zeal + multiply = -1 + } + add = { + value = ai_vengefulness + multiply = -1 + } + } + } + + cultural_minority_status_2 = { + + flag = may_convert_culture + + modifier = { + different_culture_opinion = -10 + } + + should_start_with = { always = yes } + + can_pass = { + OR = { + has_realm_law = cultural_minority_status_1 + has_realm_law = cultural_minority_status_3 + } + custom_description = { + subject = root + text = "has_minority_law_cooldown" + NOT = { has_variable = minority_law_cooldown } + } + } + + pass_cost = { + prestige = medium_prestige_value + } + + on_pass = { + set_variable = { + name = minority_law_cooldown + years = @minority_law_cooldown_years + } + } + + ai_will_do = { + value = 0 + # Factor for personality + add = ai_honor + add = ai_compassion + + add = { + value = ai_zeal + multiply = -1 + } + add = { + value = ai_vengefulness + multiply = -1 + } + } + } + + cultural_minority_status_3 = { + + flag = unlock_expel_cultural_minorities + + modifier = { + different_culture_opinion = -10 + } + + can_pass = { + has_realm_law = cultural_minority_status_2 + custom_description = { + subject = root + text = "has_minority_law_cooldown" + NOT = { has_variable = minority_law_cooldown } + } + } + + pass_cost = { + prestige = medium_prestige_value + } + + on_pass = { + set_variable = { + name = minority_law_cooldown + years = @minority_law_cooldown_years + } + } + + ai_will_do = { + # AI Shouldn't do this + value = -1000 + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/modifiers/sea_minority_county_modifiers.txt b/WtWSMS/common/modifiers/sea_minority_county_modifiers.txt new file mode 100644 index 0000000000..a386fb3d5f --- /dev/null +++ b/WtWSMS/common/modifiers/sea_minority_county_modifiers.txt @@ -0,0 +1,19 @@ + +small_minority_expelled_modifier = { + icon = dread_negative + monthly_county_control_change_add = 0.2 + development_growth_factor = -0.1 + tax_mult = -0.1 +} + +large_minority_expelled_modifier = { + icon = dread_negative + monthly_county_control_change_add = 0.4 + development_growth_factor = -0.2 + tax_mult = -0.2 +} + +ruler_expelled_minority_modifier = { + icon = dread_negative + county_opinion_add = -40 +} diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt new file mode 100644 index 0000000000..f1b6d8e578 --- /dev/null +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -0,0 +1,166 @@ +on_game_start = { + on_actions = { + set_minorities_game_start + } +} + +on_game_start_after_lobby = { + on_actions = { + initial_spawn_minority_courtiers + } +} + +# culture_minorities_large +# culture_minorities_small +# faith_minorities_large +# faith_minorities_small + +set_minorities_game_start = { + effect = { + title:c_kerala = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:kochinim + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:malabarism + } + } + title:c_eranad = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:kochinim + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:malabarism + } + } + title:c_alupa = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:kochinim + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:malabarism + } + } + + title:c_kanara = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + } + title:c_panaji = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + } + + title:c_marsabit = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:urartuism + } + } + title:c_fudalhi = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:urartuism + } + } + + # Yazidis + + title:c_ninive = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:yazidi + } + } + title:c_nasibin = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:yazidi + } + } + title:c_sinjar = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:yazidi + } + } + + # Manichean + + title:c_shazhou = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + } + title:c_liangzhou = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + } + + # Ash'ari + + title:c_shazhou = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:ashari + } + } + title:c_liangzhou = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:ashari + } + } + + # Jewish + + title:c_shazhou = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + } + title:c_liangzhou = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + } + + # Parsees + + title:c_daman = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:mazdayasna + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:persian + } + } + } +} + +initial_spawn_minority_courtiers = { + effect = { + every_ruler = { + trigger_event = { + on_action = spawn_minority_characters + } + } + } +} diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt new file mode 100644 index 0000000000..7b638e6ce2 --- /dev/null +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -0,0 +1,261 @@ + +yearly_global_pulse = { + on_actions = { + on_yearly_sea_minority_maintainance + } +} + +three_year_playable_pulse = { + on_actions = { + delay = { days = { 30 330 } } + spawn_minority_characters + } +} + +on_yearly_sea_minority_maintainance = { + effect = { + # Normal culture/faith spread + every_county = { + save_scope_as = source_county + random = { + chance = 3 + trigger_event = { + days = { 1 360 } + on_action = do_culture_faith_migration + } + } + } + + # Minority culture/faith spread/growth + every_county = { + limit = { + OR = { + county_has_minority_culture_trigger = yes + county_has_minority_faith_trigger = yes + # Holder should not have a policy against minorities + } + } + + save_scope_as = source_county + + # Culture + random = { + chance = 1 + trigger_event = { + days = { 1 360 } + on_action = do_minority_culture_growth + } + } + + # Faith + random = { + chance = 2 + trigger_event = { + days = { 1 360 } + on_action = do_minority_faith_growth + } + } + } + } +} +do_culture_faith_migration = { + effect = { + if = { + limit = { + scope:source_county = { + culture = { NOT = { has_cultural_tradition = tradition_isolationist } } + faith = { NOT = { has_doctrine = tenet_communal_identity } } + } + } + county_to_county_culture_faith_migration_effect = yes + } + } +} +do_minority_culture_growth = { + effect = { + scope:source_county = { + + every_in_list = { + variable = culture_minorities_small + add_to_temporary_list = potential_cultures + } + every_in_list = { + variable = culture_minorities_large + add_to_temporary_list = potential_cultures + } + every_in_list = { + variable = culture_minorities_large + add_to_temporary_list = potential_cultures + } + + random_in_list = { + list = potential_cultures + save_scope_as = minority_culture + random_list = { + 50 = { minority_culture_growth_effect = yes } + 50 = { minority_culture_spread_effect = yes } + } + } + } + } +} +do_minority_faith_growth = { + effect = { + scope:source_county = { + + every_in_list = { + variable = faith_minorities_small + add_to_temporary_list = potential_faiths + } + every_in_list = { + variable = faith_minorities_large + add_to_temporary_list = potential_faiths + } + every_in_list = { + variable = faith_minorities_large + add_to_temporary_list = potential_faiths + } + + random_in_list = { + list = potential_faiths + save_scope_as = minority_faith + random_list = { + 50 = { minority_faith_growth_effect = yes } + 50 = { minority_faith_spread_effect = yes } + } + } + } + } +} + +# Root is a count+ character +spawn_minority_characters = { + trigger = { + any_sub_realm_county = { + OR = { + county_has_minority_culture_trigger = yes + county_has_minority_faith_trigger = yes + } + } + } + effect = { + every_courtier = { + culture = { add_to_temporary_list = represented_cultures } + faith = { add_to_temporary_list = represented_faiths } + } + + every_sub_realm_county = { + limit = { + OR = { + county_has_minority_culture_trigger = yes + county_has_minority_faith_trigger = yes + } + } + + if = { + limit = { county_has_minority_faith_trigger = yes } + # get a random minority faith + every_in_list = { + variable = faith_minorities_small + add_to_temporary_list = potential_faiths + } + every_in_list = { + variable = faith_minorities_large + add_to_temporary_list = potential_faiths + } + every_in_list = { + variable = faith_minorities_large + add_to_temporary_list = potential_faiths + } + + random_in_list = { + list = potential_faiths + save_temporary_scope_as = faith_to_spawn + } + + if = { + limit = { county_has_minority_culture_trigger = yes } + # randomly get a minority culture or the majority + + every_in_list = { + variable = culture_minorities_small + add_to_temporary_list = potential_cultures + } + every_in_list = { + variable = culture_minorities_large + add_to_temporary_list = potential_cultures + } + every_in_list = { + variable = culture_minorities_large + add_to_temporary_list = potential_cultures + } + culture = { + add_to_temporary_list = potential_cultures + } + + random_in_list = { + list = potential_cultures + save_temporary_scope_as = culture_to_spawn + } + } + else = { + # get the majority culture + culture = { save_temporary_scope_as = culture_to_spawn } + } + } + else_if = { + limit = { + county_has_minority_culture_trigger = yes + } + # get a random minority culture and the majority faith + every_in_list = { + variable = culture_minorities_small + add_to_temporary_list = potential_cultures + } + every_in_list = { + variable = culture_minorities_large + add_to_temporary_list = potential_cultures + } + every_in_list = { + variable = culture_minorities_large + add_to_temporary_list = potential_cultures + } + + random_in_list = { + list = potential_cultures + save_temporary_scope_as = culture_to_spawn + } + + faith = { save_temporary_scope_as = faith_to_spawn } + } + + if = { + limit = { + exists = scope:faith_to_spawn + exists = scope:culture_to_spawn + NAND = { + scope:faith_to_spawn = { is_in_list = represented_faiths } + scope:culture_to_spawn = { is_in_list = represented_cultures } + } + } + + create_character = { + employer = root + age = { 18 50 } + gender_female_chance = 50 + random_traits = yes + faith = scope:faith_to_spawn + culture = scope:culture_to_spawn + } + + scope:faith_to_spawn = { add_to_temporary_list = represented_faiths } + scope:culture_to_spawn = { add_to_temporary_list = represented_cultures } + } + + clear_variable_list = potential_cultures + clear_variable_list = potential_faiths + clear_saved_scope = faith_to_spawn + clear_saved_scope = culture_to_spawn + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt new file mode 100644 index 0000000000..287a3f364d --- /dev/null +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -0,0 +1,16 @@ + +culture_conversion_acceptance_impact = { #The smaller a culture is, the more upset it will be. + subtract = { + value = 1 + divide = { + value = scope:county.culture.culture_number_of_counties + min = 1 + } + multiply = 15 #Same as used in grant above + + # Due to minority system + divide = 3 + min = 0.1 + max = 5 + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt new file mode 100644 index 0000000000..0067a88d8b --- /dev/null +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -0,0 +1,576 @@ + +# scope:county +# $CULTURE$ +promote_culture_minority_effect = { + if = { + limit = { scope:county.culture = $CULTURE$ } + # failsafe because this should never happen + } + else_if = { + limit = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { + name = culture_minorities_small + target = $CULTURE$ + } + } + add_to_variable_list = { + name = culture_minorities_large + target = $CULTURE$ + } + remove_list_variable = { + name = culture_minorities_small + target = $CULTURE$ + } + } + else_if = { + limit = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { + name = culture_minorities_large + target = $CULTURE$ + } + } + remove_list_variable = { + name = culture_minorities_large + target = $CULTURE$ + } + add_to_variable_list = { + name = culture_minorities_large + target = scope:county.culture + } + + set_county_culture = $CULTURE$ + } + else = { + add_to_variable_list = { + name = culture_minorities_small + target = $CULTURE$ + } + } +} + +# scope:county +# $FAITH$ +promote_faith_minority_effect = { + if = { + limit = { scope:county.faith = $FAITH$ } + # failsafe because this should never happen + } + else_if = { + limit = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { + name = faith_minorities_small + target = $FAITH$ + } + } + add_to_variable_list = { + name = faith_minorities_large + target = $FAITH$ + } + remove_list_variable = { + name = faith_minorities_small + target = $FAITH$ + } + } + else_if = { + limit = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { + name = faith_minorities_large + target = $FAITH$ + } + } + remove_list_variable = { + name = faith_minorities_large + target = $FAITH$ + } + add_to_variable_list = { + name = faith_minorities_large + target = scope:county.faith + } + + set_county_faith = $FAITH$ + } + else = { + add_to_variable_list = { + name = faith_minorities_small + target = $FAITH$ + } + } +} + +demote_random_faith_minority_effect = { + if = { + limit = { has_variable_list = faith_minorities_small } + every_in_list = { + variable = faith_minorities_small + add_to_temporary_list = potential_faiths + } + } + if = { + limit = { has_variable_list = faith_minorities_large } + every_in_list = { + variable = faith_minorities_large + add_to_temporary_list = potential_faiths + } + } + + random_in_list = { + list = potential_faiths + save_scope_as = faith_to_demote + } + + if = { + limit = { exists = scope:faith_to_demote } + + if = { + limit = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { + name = faith_minorities_large + target = scope:faith_to_demote + } + } + remove_list_variable = { + name = faith_minorities_large + target = scope:faith_to_demote + } + add_to_variable_list = { + name = faith_minorities_small + target = scope:faith_to_demote + } + } + else_if = { + limit = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { + name = faith_minorities_small + target = scope:faith_to_demote + } + } + remove_list_variable = { + name = faith_minorities_small + target = scope:faith_to_demote + } + } + } +} + +demote_random_culture_minority_effect = { + if = { + limit = { has_variable_list = culture_minorities_small } + every_in_list = { + variable = culture_minorities_small + add_to_temporary_list = potential_cultures + } + } + if = { + limit = { has_variable_list = culture_minorities_large } + every_in_list = { + variable = culture_minorities_large + add_to_temporary_list = potential_cultures + } + } + + random_in_list = { + list = potential_cultures + save_scope_as = culture_to_demote + } + + if = { + limit = { exists = scope:culture_to_demote } + + if = { + limit = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { + name = culture_minorities_large + target = scope:culture_to_demote + } + } + remove_list_variable = { + name = culture_minorities_large + target = scope:culture_to_demote + } + add_to_variable_list = { + name = culture_minorities_small + target = scope:culture_to_demote + } + } + else_if = { + limit = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { + name = culture_minorities_small + target = scope:culture_to_demote + } + } + remove_list_variable = { + name = culture_minorities_small + target = scope:culture_to_demote + } + } + } +} + +# scope:source_county +county_to_county_culture_faith_migration_effect = { + scope:source_county = { + if = { + any_title_to_title_neighboring_county = { + limit = { + OR = { + NOT = { faith = scope:source_county.faith } + NOT = { culture = scope:source_county.culture } + } + } + } + random_neighboring_county = { + limit = { + OR = { + NOT = { faith = scope:source_county.faith } + NOT = { culture = scope:source_county.culture } + } + } + save_scope_as = county + if = { + limit = { NOT = { faith = scope:source_county.faith } } + promote_faith_minority_effect = { FAITH = scope:source_county.faith } + } + if = { + limit = { NOT = { culture = scope:source_county.culture } } + promote_culture_minority_effect = { CULTURE = scope:source_county.culture } + } + notify_characters_of_culture_faith_migration_effect = yes + } + } + } +} + +spawn_minority_culture_in_bordering_county_effect = { + save_scope_as = this_culture + + random_culture_county = { + limit = { + # Must border a culture which is not this_culture + any_title_to_title_neighboring_county = { NOT = { this.culture = scope:this_culture } } + } + save_scope_as = source_county + + random_neighboring_county = { + limit = { NOT = { this.culture = scope:this_culture } } + save_scope_as = county + + # promote culture minority + promote_culture_minority_effect = { CULTURE = scope:source_county.culture } + notify_characters_of_culture_migration_effect = yes + } + } +} + +spawn_minority_faith_in_bordering_county_effect = { + save_scope_as = this_faith + + random_county = { + limit = { + faith = scope:this_faith + # Must border a faith which is not this_faith + any_title_to_title_neighboring_county = { NOT = { this.faith = scope:this_faith } } + } + save_scope_as = source_county + + random_neighboring_county = { + limit = { NOT = { this.faith = scope:this_faith } } + save_scope_as = county + + # promote faith minority + promote_faith_minority_effect = { FAITH = scope:source_county.faith } + notify_characters_of_faith_migration_effect = yes + } + } +} + +# scope:minority_culture +# scope:source_county +minority_culture_growth_effect = { + scope:source_county = { + save_scope_as = county + promote_culture_minority_effect = { CULTURE = scope:minority_culture } + } +} + +minority_culture_spread_effect = { + scope:source_county = { + random_neighboring_county = { + limit = { NOT = { culture = scope:minority_culture } } + save_scope_as = county + promote_culture_minority_effect = { CULTURE = scope:minority_culture } + notify_characters_of_culture_migration_effect = yes + } + } +} + +# scope:minority_faith +# scope:source_county +minority_faith_growth_effect = { + scope:source_county = { + save_scope_as = county + promote_faith_minority_effect = { FAITH = scope:minority_faith } + } +} + +minority_faith_spread_effect = { + scope:source_county = { + random_neighboring_county = { + limit = { NOT = { faith = scope:minority_faith } } + save_scope_as = county + promote_faith_minority_effect = { FAITH = scope:minority_faith } + notify_characters_of_faith_migration_effect = yes + } + } +} + +# scope:source_county +# scope:county +notify_characters_of_culture_faith_migration_effect = { + scope:source_county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:source_county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + scope:county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + + send_interface_toast = { + type = event_generic_neutral + title = minority_culture_faith_spread_title + custom_tooltip = minority_culture_faith_spread_tt + right_icon = scope:county + } + } +} + +# scope:source_county +# scope:county +notify_characters_of_faith_migration_effect = { + scope:source_county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:source_county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + scope:county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + + send_interface_toast = { + type = event_generic_neutral + title = minority_faith_spread_title + custom_tooltip = minority_faith_spread_tt + right_icon = scope:county + } + } +} + +# scope:source_county +# scope:county +notify_characters_of_culture_migration_effect = { + scope:source_county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:source_county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + scope:county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + + send_interface_toast = { + type = event_generic_neutral + title = minority_culture_spread_title + custom_tooltip = minority_culture_spread_tt + right_icon = scope:county + } + } +} + +# scope:source_county +# scope:county +notify_recipient_of_culture_faith_migration_effect = { + scope:county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + + send_interface_toast = { + type = event_generic_neutral + title = minority_culture_faith_appearance_title + custom_tooltip = minority_culture_faith_appearance_tt + right_icon = scope:county + } + } +} + +# scope:source_county +# scope:county +notify_recipient_of_faith_migration_effect = { + scope:county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + + send_interface_toast = { + type = event_generic_neutral + title = minority_faith_appearance_title + custom_tooltip = minority_faith_appearance_tt + right_icon = scope:county + } + } +} + +# scope:source_county +# scope:county +notify_recipient_of_culture_migration_effect = { + scope:county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + + send_interface_toast = { + type = event_generic_neutral + title = minority_culture_appearance_title + custom_tooltip = minority_culture_appearance_tt + right_icon = scope:county + } + } +} diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt new file mode 100644 index 0000000000..dfc63e0be5 --- /dev/null +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -0,0 +1,143 @@ + +county_has_minority_faith_trigger = { + OR = { + AND = { + has_variable_list = faith_minorities_small + variable_list_size = { + name = faith_minorities_small + value > 0 + } + } + AND = { + has_variable_list = faith_minorities_large + variable_list_size = { + name = faith_minorities_large + value > 0 + } + } + } +} + +county_has_minority_culture_trigger = { + OR = { + AND = { + has_variable_list = culture_minorities_small + variable_list_size = { + name = culture_minorities_small + value > 0 + } + } + AND = { + has_variable_list = culture_minorities_large + variable_list_size = { + name = culture_minorities_large + value > 0 + } + } + } +} + +county_is_religiously_protected_trigger = { + exists = holder.liege + holder = { + OR = { + AND = { + liege = root + is_ruler = yes + is_independent_ruler = no + vassal_contract_has_flag = religiously_protected + } + any_liege_or_above = { + exists = liege + liege = root + is_ruler = yes + is_independent_ruler = no + vassal_contract_has_flag = religiously_protected + } + } + } +} + +# $FAITH$ +county_has_astray_or_worse_minority_faith_trigger = { + county_has_minority_faith_trigger = yes + OR = { + any_in_list = { + variable = faith_minorities_small + $FAITH$ = { + faith_hostility_level = { + target = prev + value >= faith_astray_level + } + } + } + any_in_list = { + variable = faith_minorities_large + $FAITH$ = { + faith_hostility_level = { + target = prev + value >= faith_astray_level + } + } + } + } +} + +# $CULTURE$ +county_has_different_heritage_minority_culture_trigger = { + county_has_minority_culture_trigger = yes + OR = { + any_in_list = { + variable = culture_minorities_small + $CULTURE$ = { + NOT = { has_same_culture_heritage = prev } + } + } + any_in_list = { + variable = culture_minorities_large + $CULTURE$ = { + NOT = { has_same_culture_heritage = prev } + } + } + } +} + +# $FAITH$ +county_has_specific_minority_faith_trigger = { + OR = { + AND = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { + name = faith_minorities_small + target = $FAITH$ + } + } + AND = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { + name = faith_minorities_large + target = $FAITH$ + } + } + } +} + +# $CULTURE$ +county_has_specific_minority_culture_trigger = { + OR = { + AND = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { + name = culture_minorities_small + target = $CULTURE$ + } + } + AND = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { + name = culture_minorities_large + target = $CULTURE$ + } + } + } +} \ No newline at end of file diff --git a/WtWSMS/credits.txt b/WtWSMS/credits.txt index 4c707a3bd6..ce087aab14 100644 --- a/WtWSMS/credits.txt +++ b/WtWSMS/credits.txt @@ -12,6 +12,8 @@ Symmachus $TITLE_OTHER_MODS_PROVIDING_CONTENT$ Chalk and Rootel for "More Faith Icons" +Elder Kings 2 Mod Team for their sub-bookmark system +Nezaros for "Cultural and Religious Minorities" Successions Expanded Team for Succession Laws Vertimanus for the "Community Culture Utility" herkles (aka Vyshan) for Dharmachakra diff --git a/WtWSMS/events/sea_minority_events.txt b/WtWSMS/events/sea_minority_events.txt new file mode 100644 index 0000000000..908bf76ff5 --- /dev/null +++ b/WtWSMS/events/sea_minority_events.txt @@ -0,0 +1,780 @@ + +namespace = minorities + +scripted_effect expel_religious_minorities_effect = { + # Lose or gain piety + if = { + limit = { faith = { has_doctrine = doctrine_pluralism_fundamentalist } } + add_piety = major_piety_gain + } + else_if = { + limit = { faith = { has_doctrine = doctrine_pluralism_pluralistic } } + add_piety = major_piety_loss + } + + stress_impact = { + # Lose + wrathful = minor_stress_impact_loss + vengeful = minor_stress_impact_loss + greedy = minor_stress_impact_loss + zealous = minor_stress_impact_loss + callous = minor_stress_impact_loss + + # Gain + compassionate = medium_stress_impact_gain + just = medium_stress_impact_gain + content = medium_stress_impact_gain + generous = medium_stress_impact_gain + forgiving = medium_stress_impact_gain + } + + # Lose character opinion + custom_tooltip = EXPELLED_FAITH_OPINION_EFFECT + hidden_effect = { + every_vassal_or_below = { + limit = { faith = scope:expelled_faith } + + add_opinion = { + modifier = expelled_my_faith_opinion + target = root + } + every_courtier_or_guest = { + limit = { faith = scope:expelled_faith } + + add_opinion = { + modifier = expelled_my_faith_opinion + target = root + } + } + } + } + + # Lose county opinion + every_held_title = { + limit = { + tier = tier_county + faith = scope:expelled_faith + } + add_county_modifier = ruler_expelled_minority_modifier + } + + every_realm_county = { + limit = { + county_is_religiously_protected_trigger = no + county_has_specific_minority_faith_trigger = { FAITH = scope:expelled_faith } + } + save_scope_as = source_county + + if = { + limit = { + is_target_in_variable_list = { + name = faith_minorities_small + target = scope:expelled_faith + } + } + add_to_temporary_list = small_minority_counties_seized_from + custom_tooltip = minorities.1000.expel_minority_tt + add_county_modifier = { + modifier = small_minority_expelled_modifier + years = 10 + } + + # Remove minority from this county + remove_list_variable = { + name = faith_minorities_small + target = scope:expelled_faith + } + + # Pick a random county in a random neighboring realm and move them there + hidden_effect = { + scope:expelled_faith = { save_scope_as = minority_faith } + root = { + random_neighboring_and_across_water_top_liege_realm_owner = { + random_realm_county = { + save_scope_as = county + promote_faith_minority_effect = { FAITH = scope:expelled_faith } + scope:expelled_faith = { save_scope_as = minority_faith } + notify_recipient_of_faith_migration_effect = yes + } + } + } + } + } + else_if = { + limit = { + is_target_in_variable_list = { + name = faith_minorities_large + target = scope:expelled_faith + } + } + add_to_temporary_list = large_minority_counties_seized_from + custom_tooltip = minorities.1000.expel_minority_tt + add_county_modifier = { + modifier = large_minority_expelled_modifier + years = 10 + } + + # Remove minority from this county + remove_list_variable = { + name = faith_minorities_large + target = scope:expelled_faith + } + + # Pick a random county in a random neighboring realm and move them there + hidden_effect = { + scope:expelled_faith = { save_scope_as = minority_faith } + root = { + random_neighboring_and_across_water_top_liege_realm_owner = { + random_realm_county = { + save_scope_as = county + promote_faith_minority_effect = { FAITH = scope:expelled_faith } + notify_recipient_of_faith_migration_effect = yes + } + } + random_neighboring_and_across_water_top_liege_realm_owner = { + random_realm_county = { + save_scope_as = county + promote_faith_minority_effect = { FAITH = scope:expelled_faith } + notify_recipient_of_faith_migration_effect = yes + } + } + } + } + } + } + + add_gold = { + every_in_list = { + list = small_minority_counties_seized_from + add = this.development_level + } + every_in_list = { + list = large_minority_counties_seized_from + add = { + value = this.development_level + multiply = 2 + } + } + } +} + +scripted_effect expel_cultural_minorities_effect = { + # Lose cultural acceptance + root.primary_title = { + save_scope_as = expulsion_realm + } + scope:expelled_culture = { + change_cultural_acceptance = { + target = root.culture + value = -10 + desc = cultural_acceptance_loss_expulsion + } + } + + stress_impact = { + # Lose + wrathful = minor_stress_impact_loss + vengeful = minor_stress_impact_loss + greedy = minor_stress_impact_loss + zealous = minor_stress_impact_loss + callous = minor_stress_impact_loss + + # Gain + compassionate = medium_stress_impact_gain + just = medium_stress_impact_gain + content = medium_stress_impact_gain + generous = medium_stress_impact_gain + forgiving = medium_stress_impact_gain + } + + # Lose opinion + custom_tooltip = EXPELLED_CULTURE_OPINION_EFFECT + hidden_effect = { + every_vassal_or_below = { + limit = { culture = scope:expelled_culture } + + add_opinion = { + modifier = expelled_my_culture_opinion + target = root + } + every_courtier_or_guest = { + limit = { culture = scope:expelled_culture } + + add_opinion = { + modifier = expelled_my_culture_opinion + target = root + } + } + } + } + + # Lose county opinion + every_held_title = { + limit = { + tier = tier_county + culture = scope:expelled_culture + } + add_county_modifier = ruler_expelled_minority_modifier + } + + every_realm_county = { + limit = { + county_has_specific_minority_culture_trigger = { CULTURE = scope:expelled_culture } + } + save_scope_as = source_county + + if = { + limit = { + is_target_in_variable_list = { + name = culture_minorities_small + target = scope:expelled_culture + } + } + add_to_temporary_list = small_minority_counties_seized_from + custom_tooltip = minorities.0000.expel_minority_tt + add_county_modifier = { + modifier = small_minority_expelled_modifier + years = 10 + } + + # Remove minority from this county + remove_list_variable = { + name = culture_minorities_small + target = scope:expelled_culture + } + + # Pick a random county in a random neighboring realm and move them there + hidden_effect = { + scope:expelled_culture = { save_scope_as = minority_culture } + root = { + random_neighboring_and_across_water_top_liege_realm_owner = { + random_realm_county = { + save_scope_as = county + promote_culture_minority_effect = { CULTURE = scope:expelled_culture } + scope:expelled_culture = { save_scope_as = minority_culture } + notify_recipient_of_culture_migration_effect = yes + } + } + } + } + } + else_if = { + limit = { + is_target_in_variable_list = { + name = culture_minorities_large + target = scope:expelled_culture + } + } + add_to_temporary_list = large_minority_counties_seized_from + custom_tooltip = minorities.0000.expel_minority_tt + add_county_modifier = { + modifier = large_minority_expelled_modifier + years = 10 + } + + # Remove minority from this county + remove_list_variable = { + name = culture_minorities_large + target = scope:expelled_culture + } + + # Pick a random county in a random neighboring realm and move them there + hidden_effect = { + scope:expelled_culture = { save_scope_as = minority_culture } + root = { + random_neighboring_and_across_water_top_liege_realm_owner = { + random_realm_county = { + save_scope_as = county + promote_culture_minority_effect = { CULTURE = scope:expelled_culture } + notify_recipient_of_culture_migration_effect = yes + } + } + random_neighboring_and_across_water_top_liege_realm_owner = { + random_realm_county = { + save_scope_as = county + promote_culture_minority_effect = { CULTURE = scope:expelled_culture } + notify_recipient_of_culture_migration_effect = yes + } + } + } + } + } + } + + add_gold = { + every_in_list = { + list = small_minority_counties_seized_from + add = this.development_level + } + every_in_list = { + list = large_minority_counties_seized_from + add = { + value = this.development_level + multiply = 2 + } + } + } +} + +scripted_effect setup_expel_religious_minorities_effect = { + every_realm_county = { + limit = { + county_is_religiously_protected_trigger = no + county_has_astray_or_worse_minority_faith_trigger = { FAITH = root.faith } + } + + every_in_list = { + variable = faith_minorities_large + limit = { + root.faith = { + faith_hostility_level = { + target = prev + value >= faith_astray_level + } + } + } + add_to_list = county_minorities + } + every_in_list = { + variable = faith_minorities_small + limit = { + root.faith = { + faith_hostility_level = { + target = prev + value >= faith_astray_level + } + } + } + add_to_list = county_minorities + } + + every_in_list = { + list = county_minorities + limit = { + NOT = { + is_in_list = listed_minorities + } + } + + if = { + limit = { NOT = { exists = scope:minority_1 } } + save_scope_as = minority_1 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_2 } } + save_scope_as = minority_2 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_3 } } + save_scope_as = minority_3 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_4 } } + save_scope_as = minority_4 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_5 } } + save_scope_as = minority_5 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_6 } } + save_scope_as = minority_6 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_7 } } + save_scope_as = minority_7 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_8 } } + save_scope_as = minority_8 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_9 } } + save_scope_as = minority_9 + add_to_temporary_list = listed_minorities + } + } + } +} + +scripted_effect setup_expel_cultural_minorities_effect = { + every_realm_county = { + limit = { + county_has_different_heritage_minority_culture_trigger = { CULTURE = root.culture } + } + + every_in_list = { + variable = culture_minorities_large + limit = { + root.culture = { + NOT = { has_same_culture_heritage = prev } + } + } + add_to_list = county_minorities + } + every_in_list = { + variable = culture_minorities_small + limit = { + root.culture = { + NOT = { has_same_culture_heritage = prev } + } + } + add_to_list = county_minorities + } + + every_in_list = { + list = county_minorities + limit = { + NOT = { + is_in_list = listed_minorities + } + } + + if = { + limit = { NOT = { exists = scope:minority_1 } } + save_scope_as = minority_1 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_2 } } + save_scope_as = minority_2 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_3 } } + save_scope_as = minority_3 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_4 } } + save_scope_as = minority_4 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_5 } } + save_scope_as = minority_5 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_6 } } + save_scope_as = minority_6 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_7 } } + save_scope_as = minority_7 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_8 } } + save_scope_as = minority_8 + add_to_temporary_list = listed_minorities + } + else_if = { + limit = { NOT = { exists = scope:minority_9 } } + save_scope_as = minority_9 + add_to_temporary_list = listed_minorities + } + } + } +} + +# Expel Cultural Minorities +# First selection event +minorities.0001 = { + type = character_event + title = minorities.0001.t + desc = minorities.0001.desc + + left_portrait = { + character = root + animation = disapproval + } + theme = dread + + immediate = { + if = { + limit = { NOT = { exists = scope:minority_1 } } + setup_expel_cultural_minorities_effect = yes + } + } + + option = { + trigger = { exists = scope:minority_1 } + name = minorities.0001.1 + + scope:minority_1 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_2 } + name = minorities.0001.2 + + scope:minority_2 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_3 } + name = minorities.0001.3 + + scope:minority_3 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + + option = { + trigger = { exists = scope:minority_4 } + name = minorities.0001.next + trigger_event = minorities.0002 + } + option = { + name = minorities.0001.cancel + remove_variable = expelled_or_purged_peasants + } +} + +minorities.0002 = { + type = character_event + title = minorities.0002.t + desc = minorities.0002.desc + + left_portrait = { + character = root + animation = disapproval + } + theme = dread + + option = { + trigger = { exists = scope:minority_4 } + name = minorities.0002.4 + + scope:minority_4 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_5 } + name = minorities.0002.5 + + scope:minority_5 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_6 } + name = minorities.0002.6 + + scope:minority_6 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + + option = { + trigger = { exists = scope:minority_7 } + name = minorities.0001.next + trigger_event = minorities.0003 + } + option = { + trigger = { NOT = { exists = scope:minority_7 } } + name = minorities.0001.back + trigger_event = minorities.0001 + } + option = { + name = minorities.0002.cancel + remove_variable = expelled_or_purged_peasants + } +} + +minorities.0003 = { + type = character_event + title = minorities.0003.t + desc = minorities.0003.desc + + left_portrait = { + character = root + animation = disapproval + } + theme = dread + + + option = { + trigger = { exists = scope:minority_7 } + name = minorities.0003.7 + + scope:minority_7 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_8 } + name = minorities.0003.8 + + scope:minority_8 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_9 } + name = minorities.0003.9 + + scope:minority_9 = { save_scope_as = expelled_culture } + expel_cultural_minorities_effect = yes + } + + option = { + name = minorities.0001.next + trigger_event = minorities.0001 + } + option = { + name = minorities.0003.cancel + remove_variable = expelled_or_purged_peasants + } +} + +# Expel Religious Minorities +# First selection event +minorities.1001 = { + type = character_event + title = minorities.1001.t + desc = minorities.1001.desc + + left_portrait = { + character = root + animation = disapproval + } + theme = dread + + immediate = { + if = { + limit = { NOT = { exists = scope:minority_1 } } + setup_expel_religious_minorities_effect = yes + } + } + + option = { + trigger = { exists = scope:minority_1 } + name = minorities.1001.1 + + scope:minority_1 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_2 } + name = minorities.1001.2 + + scope:minority_2 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_3 } + name = minorities.1001.3 + + scope:minority_3 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + + option = { + trigger = { exists = scope:minority_4 } + name = minorities.1001.next + trigger_event = minorities.1002 + } + option = { + name = minorities.1001.cancel + remove_variable = expelled_or_purged_peasants + } +} + +minorities.1002 = { + type = character_event + title = minorities.1002.t + desc = minorities.1002.desc + + left_portrait = { + character = root + animation = disapproval + } + theme = dread + + option = { + trigger = { exists = scope:minority_4 } + name = minorities.1002.4 + + scope:minority_4 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_5 } + name = minorities.1002.5 + + scope:minority_5 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_6 } + name = minorities.1002.6 + + scope:minority_6 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + + option = { + trigger = { exists = scope:minority_7 } + name = minorities.1001.next + trigger_event = minorities.1003 + } + option = { + trigger = { NOT = { exists = scope:minority_7 } } + name = minorities.1001.back + trigger_event = minorities.1001 + } + option = { + name = minorities.1002.cancel + remove_variable = expelled_or_purged_peasants + } +} + +minorities.1003 = { + type = character_event + title = minorities.1003.t + desc = minorities.1003.desc + + left_portrait = { + character = root + animation = disapproval + } + theme = dread + + + option = { + trigger = { exists = scope:minority_7 } + name = minorities.1003.7 + + scope:minority_7 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_8 } + name = minorities.1003.8 + + scope:minority_8 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + option = { + trigger = { exists = scope:minority_9 } + name = minorities.1003.9 + + scope:minority_9 = { save_scope_as = expelled_faith } + expel_religious_minorities_effect = yes + } + + option = { + name = minorities.1001.next + trigger_event = minorities.1001 + } + option = { + name = minorities.1003.cancel + remove_variable = expelled_or_purged_peasants + } +} diff --git a/WtWSMS/gfx/interface/icons/button_icons/civi_law_is_off.dds b/WtWSMS/gfx/interface/icons/button_icons/civi_law_is_off.dds new file mode 100644 index 0000000000..7bef680a22 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/button_icons/civi_law_is_off.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8159469b454af513f4660eaecfa6c621eb9f15434885358ebeff91461263e38b +size 19728 diff --git a/WtWSMS/gfx/interface/icons/button_icons/civi_law_is_on.dds b/WtWSMS/gfx/interface/icons/button_icons/civi_law_is_on.dds new file mode 100644 index 0000000000..88ad28a711 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/button_icons/civi_law_is_on.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a4e229c496b8cdc391e4625e4df1f8ed995a7a727928ac05c9d8e4fe04b8dc +size 19728 diff --git a/WtWSMS/gfx/interface/icons/button_icons/religious_law_is_off.dds b/WtWSMS/gfx/interface/icons/button_icons/religious_law_is_off.dds new file mode 100644 index 0000000000..b5fbe743ae --- /dev/null +++ b/WtWSMS/gfx/interface/icons/button_icons/religious_law_is_off.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ed987948c4ad28597f702885277e7b652dd8577ecb25a8ad50c67ab7633ee4 +size 19728 diff --git a/WtWSMS/gfx/interface/icons/button_icons/religious_law_is_on.dds b/WtWSMS/gfx/interface/icons/button_icons/religious_law_is_on.dds new file mode 100644 index 0000000000..5a3fe57c69 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/button_icons/religious_law_is_on.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7870fc6eb9d4001e425ce418e13af69b8fe8f08d00902a04daff8aec2f176082 +size 19728 diff --git a/WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_large.dds b/WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_large.dds new file mode 100644 index 0000000000..4b187625a9 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_large.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4534032fe91c3032f1a3518fd6914471567eaa18c290dcc1f2e0814f31deca +size 3488 diff --git a/WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_small.dds b/WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_small.dds new file mode 100644 index 0000000000..cfd9b9f166 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/modifiers/sea_culture_minority_small.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f63fc2c2fd5d4a4c86df0ce26e4cd077a5c853059085da2aa81e0e91b71448a +size 3488 diff --git a/WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_large.dds b/WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_large.dds new file mode 100644 index 0000000000..670153a1b3 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_large.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d01482739464fd687b3ee4c1b54354069027a59f84a88f06dc71273376ba5a +size 3488 diff --git a/WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_small.dds b/WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_small.dds new file mode 100644 index 0000000000..cdb386c5ba --- /dev/null +++ b/WtWSMS/gfx/interface/icons/modifiers/sea_faith_minority_small.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e74bb3f57fc4e480bdf27232d624df495213986d6da51e4950798ec89448c3 +size 3488 diff --git a/WtWSMS/gfx/interface/illustrations/decisions/decision_expel.dds b/WtWSMS/gfx/interface/illustrations/decisions/decision_expel.dds new file mode 100644 index 0000000000..dd763efbe4 --- /dev/null +++ b/WtWSMS/gfx/interface/illustrations/decisions/decision_expel.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615e3ceaf6e707e33ea8fa1516263aa37a460852da6972673667d0216db0fd1c +size 484128 diff --git a/WtWSMS/gfx/interface/laws_writing.dds b/WtWSMS/gfx/interface/laws_writing.dds new file mode 100644 index 0000000000..a403386b40 --- /dev/null +++ b/WtWSMS/gfx/interface/laws_writing.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d548753b7293ec9fad1c96f8a656782762a1f03d69e0be5a94bd1e329548f0bb +size 1671296 diff --git a/WtWSMS/gui/law_window.gui b/WtWSMS/gui/law_window.gui new file mode 100644 index 0000000000..1f0da3de4c --- /dev/null +++ b/WtWSMS/gui/law_window.gui @@ -0,0 +1,164 @@ + +types hbox_law_textWindow ################by Maekawa +{ + type hbox_law_text = vbox { + name = "tab_law" + visible = "[GetVariableSystem.Exists( 'law_window_toggle' )]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + using = Animation_Tab_Switch + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 0 80 } + background = { + texture = "gfx/interface/laws_writing.dds" + alpha = 0.4 + using = Mask_Rough_Edges + } + } + scrollbox = { + name = "succession_scrollbox" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + minimumsize = { 0 350 } + + blockoverride "scrollbox_content" + { + margin = { 17 10 } + spacing = 10 + hbox = { ##法律 + layoutpolicy_horizontal = expanding + using = Background_Inset + hbox = { + name = "religion_law" + datamodel = "[MyRealmWindow.GetRealmLaws]" + ignoreinvisible = yes + item = { + vbox = { + + datacontext = "[GuiLawGroup.GetLawGroup]" + visible = "[And( GuiLawGroup.GetLawGroup.HasFlag( 'religion_law' ), GuiLawGroup.IsAvailable )]" + ignoreinvisible = yes + + text_label_center = { + text = "[LawGroup.GetName]" + } + + spacer = { + visible = "[GetPlayer.HasLiege]" + size = { 5 8 } + } + + vbox = { + datamodel = "[GuiLawGroup.GetLaws]" + item = { + hbox = { + layoutpolicy_horizontal = expanding + button = { + datacontext = "[GuiLaw.GetLaw]" + size = { 60 60 } + enabled = "[Or(GuiLaw.CanEnact, GuiLaw.IsEnacted)]" + down = "[GuiLaw.IsEnacted]" + alwaystransparent = "[GuiLaw.IsEnacted]" + onclick = "[GuiLaw.Enact]" + tooltipwidget = { pass_law_tooltip = {} } + using = tooltip_below + + button = { + visible = "[Not(GuiLaw.IsEnacted)]" + texture = "gfx/interface/icons/button_icons/religious_law_is_off.dds" + parentanchor = center + size = { 42 42 } + alwaystransparent = yes + } + + icon = { + visible = "[And( GuiLaw.IsEnacted , Not( GuiLaw.CanEnact ) )]" + texture = "gfx/interface/icons/button_icons/religious_law_is_on.dds" + parentanchor = center + size = { 42 42 } + alwaystransparent = yes + + blockoverride "master_color_frame" { + frame = 2 + } + } + } + text_label_center = { + text = "[GuiLaw.GetLaw.GetNameNoTooltip]" + } + } + } + } + } + } + } + hbox = { + name = "culture_law" + datamodel = "[MyRealmWindow.GetRealmLaws]" + ignoreinvisible = yes + item = { + vbox = { + + datacontext = "[GuiLawGroup.GetLawGroup]" + visible = "[And( GuiLawGroup.GetLawGroup.HasFlag( 'culture_law' ), GuiLawGroup.IsAvailable )]" + ignoreinvisible = yes + + text_label_center = { + text = "[LawGroup.GetName]" + } + + spacer = { + visible = "[GetPlayer.HasLiege]" + size = { 5 8 } + } + + vbox = { + datamodel = "[GuiLawGroup.GetLaws]" + item = { + hbox = { + layoutpolicy_horizontal = expanding + button = { + datacontext = "[GuiLaw.GetLaw]" + size = { 60 60 } + enabled = "[Or(GuiLaw.CanEnact, GuiLaw.IsEnacted)]" + down = "[GuiLaw.IsEnacted]" + alwaystransparent = "[GuiLaw.IsEnacted]" + onclick = "[GuiLaw.Enact]" + tooltipwidget = { pass_law_tooltip = {} } + using = tooltip_below + + button = { + visible = "[Not(GuiLaw.IsEnacted)]" + texture = "gfx/interface/icons/button_icons/civi_law_is_off.dds" + parentanchor = center + size = { 42 42 } + alwaystransparent = yes + } + + icon = { + visible = "[And( GuiLaw.IsEnacted , Not( GuiLaw.CanEnact ) )]" + texture = "gfx/interface/icons/button_icons/civi_law_is_on.dds" + parentanchor = center + size = { 42 42 } + alwaystransparent = yes + + blockoverride "master_color_frame" { + frame = 2 + } + } + } + text_label_center = { + text = "[GuiLaw.GetLaw.GetNameNoTooltip]" + } + } + } + } + } + } + } + } + } + } +} diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui new file mode 100644 index 0000000000..50d763d9c4 --- /dev/null +++ b/WtWSMS/gui/window_county_view.gui @@ -0,0 +1,3241 @@ +###################################################### +################### COUNTY VIEW ###################### +###################################################### + +window = { + name = "holding_view" + widgetid = "holding_view_id" + parentanchor = bottom|left + allow_outside = yes + movable = no + layer = windows_layer + size = { 625 620 } + datacontext = "[HoldingView.GetHolding]" + datacontext = "[HoldingView.GetProvince]" + datacontext = "[HoldingView.GetHolder]" + datacontext = "[Province.GetCounty]" + + background = { + texture = "gfx/interface/component_tiles/tile_window_background_subwindow.dds" + spriteType = Corneredtiled + spriteborder = { 18 18 } + margin = { -23 -17 } + margin_left = 20 + margin_bottom = 20 + texture_density = 2 + + modify_texture = { + name = "overlay" + texture = "gfx/interface/component_overlay/overlay_effect.dds" + spriteType = Corneredstretched + spriteborder = { 0 0 } + blend_mode = overlay + } + } + + state = { + name = _show + on_start = "[GetVariableSystem.Set( 'county_view_open', 'true' )]" + on_start = "[GetVariableSystem.Set( 'hide_bottom_left_HUD', 'true' )]" + + using = Animation_FadeIn_Standard + using = Sound_WindowShow_Standard + using = Animation_FadeIn_BottomLeft + } + + state = { + name = _hide + on_start = "[GetVariableSystem.Clear( 'county_view_open' )]" + on_start = "[GetVariableSystem.Clear( 'hide_bottom_left_HUD' )]" + + using = Animation_FadeOut_Standard + using = Sound_WindowHide_Standard + using = Animation_FadeOut_BottomLeft + } + + + vbox = { + name = "window_content" + margin_right = 40 + margin_top = 35 + + hbox = { + name = "county_header" + layoutpolicy_horizontal = expanding + margin_right = 15 + margin_left = 5 + margin_top = 5 + margin_bottom = 5 + spacing = 2 + + background = { + using = Background_Area_Dark + margin_left = 5 + } + + coa_title_small = { + datacontext = "[HoldingView.GetCountyTitle]" + } + + vbox = { + hbox = { + layoutpolicy_horizontal = expanding + ignoreinvisible = yes + + text_single = { + layoutpolicy_horizontal = expanding + text = "[HoldingView.GetCountyTitle.GetNameNoTooltip]" + margin_bottom = 4 + using = Font_Size_Big + font = TitleFont + max_width = 380 + fontsize_min = 16 + } + + button_edit_text = { + visible = "[HoldingView.GetCountyTitle.CanPlayerCustomizeTitle]" + onclick = "[OpenTitleCustomizationWindow(HoldingView.GetCountyTitle)]" + tooltip = "CUSTOMIZE_TITLE" + } + } + + vbox = { + datacontext = "[HoldingView.GetCountyTitle.GetHolder]" + layoutpolicy_horizontal = expanding + + text_single = { + name = "your_county" + visible = "[ObjectsEqual( Character.Self, GetPlayer )]" + layoutpolicy_horizontal = expanding + text = "HOLDING_VIEW_YOUR_COUNTY" + margin_left = 2 + margin_bottom = 4 + using = Font_Size_Small + } + + text_single = { + name = "top_realm_county" + visible = "[Character.IsOtherLiegeOrAbove( GetPlayer )]" + layoutpolicy_horizontal = expanding + text = "HOLDING_VIEW_TOP_REALM_COUNTY" + margin_left = 5 + margin_bottom = 4 + using = Font_Size_Small + } + + text_single = { + name = "foreign_county" + visible = "[Not(Or(ObjectsEqual( Character.Self, GetPlayer ),Character.IsOtherLiegeOrAbove( GetPlayer )))]" + layoutpolicy_horizontal = expanding + text = "HOLDING_VIEW_FOREIGN_COUNTY" + margin_left = 5 + margin_bottom = 4 + using = Font_Size_Small + } + } + } + + expand = {} + + ### SIEGE AND RAID GOTO BUTTON ### + button_group = { + name = "open_siege_button" + datacontext = "[HoldingView.GetProvince.GetSiege]" + visible = "[HoldingView.GetProvince.HasActiveSiege]" + onclick = "[DefaultOnSiegeClick(Siege.GetID)]" + tooltip = "[Siege.GetSiegeDescription]" + using = tooltip_se + shortcut = county_go_to_siege + using = siege_goto_template + } + + button_group = { + name = "open_raid_button" + datacontext = "[HoldingView.GetProvince.GetRaid]" + visible = "[HoldingView.GetProvince.HasActiveRaid]" + onclick = "[DefaultOnRaidClick( Raid.Self )]" + tooltip = "MAP_RAID_TOOLTIP" + shortcut = county_go_to_siege + using = tooltip_se + using = raid_goto_template + blockoverride "tooltip" {} + } + + buttons_window_control = { + + blockoverride "button_go_to" + { + tooltip = "GOTO_PROVINCE_TT" + using = tooltip_ne + onclick = "[HoldingView.PanToCountyCapital]" + } + + blockoverride "button_back" + { + visible = "[HasViewHistory]" + onclick = "[OpenFromViewHistory]" + tooltip = "[GetViewHistoryTooltip]" + } + + blockoverride "button_close" + { + onclick = "[HoldingView.Close]" + } + } + } + + #################################### + ########### COUNTY INFO ############ + #################################### + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 10 2 } + spacing = 6 + + hbox = { + datamodel = "[HoldingView.GetDeJureLieges]" + + item = { + coa_title_tiny_crown = { + visible = "[GreaterThan_int32( Title.GetTierFrame, '(int32)3' )]" + using = tooltip_se + } + } + } + + text_single = { + text = "DE_JURE_HIERARCHY" + default_format = "#low" + } + + expand = {} + + hbox = { + name = "county_modifiers_grid" + datamodel = "[HoldingView.GetCountyModifiers]" + + item = { + icon = { + size = { 30 30 } + texture = "[ModifierItem.GetIcon]" + using = tooltip_ne + tooltip = "[ModifierItem.GetTooltip]" + } + } + } + + ######################## + ### BEGIN MINORITIES ### + ######################## + + hbox = { + name = "county_culture_minorities_small_grid" + + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')))]" + + item = { + button = { + size = { 30 30 } + + onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_culture_minority_small.dds" + using = tooltip_ne + tooltipwidget = { + culture_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_culture_small|E]" + } + } + } + } + } + } + + hbox = { + name = "county_faith_minorities_small_grid" + + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')))]" + + item = { + button = { + size = { 30 30 } + + onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_faith_minority_small.dds" + using = tooltip_ne + tooltipwidget = { + faith_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_faith_small|E]" + } + } + } + + icon = { + name = "gold_negative_console_button_minus" + position = { 4 7 } + size = { 30 30 } + texture = "[Scope.Faith.GetIcon]" + } + } + } + } + + hbox = { + name = "county_culture_minorities_large_grid" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')))]" + + item = { + button = { + size = { 30 30 } + onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_culture_minority_large.dds" + using = tooltip_ne + tooltipwidget = { + culture_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_culture_large|E]" + } + } + } + } + } + } + + hbox = { + name = "county_faith_minorities_large_grid" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')))]" + + item = { + button = { + size = { 30 30 } + onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" + using = tooltip_ne + tooltipwidget = { + faith_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_faith_large|E]" + } + } + } + + icon = { + name = "gold_negative_console_button_minus" + position = { 4 7 } + size = { 30 30 } + texture = "[Scope.Faith.GetIcon]" + } + } + } + } + + ###################### + ### END MINORITIES ### + ###################### + + hbox = { + layoutpolicy_vertical = expanding + visible = [County.IsFullyOccupied] + datacontext = [County.GetCountyOccupant] + + widget = { + size = { 52 52 } + + icon = { + size = { 70 70 } + name = "war_icon" + texture = "gfx/interface/icons/war_status/war_icon.dds" + parentanchor = center + } + + coa_realm_small = { + position = { 1 0 } + blockoverride "coa_button" { + tooltip = "COUNTY_OCCUPIER_TOOLTIP" + onclick = "[DefaultOnRealmFlagClick(Character.GetID)]" + onrightclick = "[DefaultOnCharacterRightClick(Character.GetID)]" + button_ignore = none + tooltip_enabled = "[Not(IsInteractionMenuOpenForCharacter(Character.GetID))]" + } + } + } + } + } + + hbox = { + name = "county_info" + datacontext = "[HoldingView.GetProvince.GetCountyCapitalProvince]" + layoutpolicy_horizontal = expanding + + background = { + using = Background_Area + margin_bottom = -2 + } + + hbox = { + name = "holder_info" + datacontext = "[HoldingView.GetCountyTitle.GetHolder]" + visible = "[HoldingView.GetProvince.HasCountyCapitalProvince]" + layoutpolicy_horizontal = expanding + margin = { 5 5 } + margin_right = 15 + + background = { + name = "Held_directly_by_me" + visible = "[ObjectsEqual( Character.Self, GetPlayer )]" + texture = "gfx/interface/component_masks/patterns/mask_pattern_06.dds" + spriteType = Corneredtiled + margin = { -7 -5 } + using = Color_Green + alpha = 0.2 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" + blend_mode = alphamultiply + mirror = horizontal + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + spriteType = Corneredtiled + spriteborder = { 20 20 } + texture_density = 2 + blend_mode = alphamultiply + } + } + + background = { + name = "Held_by_someone_below_me" + visible = "[Character.IsOtherLiegeOrAbove( GetPlayer )]" + texture = "gfx/interface/component_masks/patterns/mask_pattern_06.dds" + spriteType = Corneredtiled + margin = { -7 -5 } + using = Color_Blue + alpha = 0.2 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" + blend_mode = alphamultiply + mirror = horizontal + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + spriteType = Corneredtiled + spriteborder = { 20 20 } + texture_density = 2 + blend_mode = alphamultiply + } + } + + background = { + name = "Held_under_my_Top_Liege,_but_Not_Me" + visible = "[And(And(Not( ObjectsEqual( Character.Self, GetPlayer )),Not(Character.IsOtherLiegeOrAbove( GetPlayer ))),ObjectsEqual( Character.GetTopLiege, GetPlayer.GetTopLiege ))]" + texture = "gfx/interface/component_masks/patterns/mask_pattern_06.dds" + spriteType = Corneredtiled + margin = { -7 -5 } + using = Color_Bright_Yellow + alpha = 0.2 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" + blend_mode = alphamultiply + mirror = horizontal + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + spriteType = Corneredtiled + spriteborder = { 20 20 } + texture_density = 2 + blend_mode = alphamultiply + } + } + + ##### + + ## Holder + portrait_head = {} + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_top = 6 + + vbox = { + layoutpolicy_horizontal = expanding + margin_left = 10 + margin_bottom = 10 + + text_single = { + layoutpolicy_horizontal = expanding + text = "HOLDING_VIEW_COUNTY_HOLDER" + default_format = "#low" + } + + hbox = { + layoutpolicy_horizontal = expanding + + text_multi = { + datacontext = "[HoldingView.GetCountyTitle.GetHolder]" + visible = "[And(Character.HasRelationTo( GetPlayer ), Not(Character.IsPlayer))]" + layoutpolicy_horizontal = expanding + max_width = 190 + text = "[Character.GetRelationToString( GetPlayer )]" + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + autoresize = yes + } + } + + text_multi = { + datacontext = "[HoldingView.GetCountyTitle.GetHolder]" + layoutpolicy_horizontal = expanding + max_width = 190 + text = "[Character.GetShortUINameNoTooltip|U]" + default_format = "#high" + autoresize = yes + } + } + + expand = {} + } + } + + vbox = { + name = "county_stats" + layoutpolicy_vertical = expanding + margin = { 10 10 } + margin_right = 15 + min_width = 260 + + hbox = { + layoutpolicy_horizontal = expanding + datacontext = "[HoldingView.GetProvince.GetCounty]"; + + text_single = { + layoutpolicy_horizontal = expanding + raw_text = "[control|E]:" + } + + text_single = { + text = "[County.GetControlLevel]" + default_format = "#high" + tooltip = "COUNTY_CONTROL_TOOLTIP" + + background = { + visible = "[LessThan_CFixedPoint(County.GetControl, '(CFixedPoint)100')]" + margin = { 5 0 } + using = Status_Bad + } + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + text_single = { + layoutpolicy_horizontal = expanding + raw_text = "[development|E]:" + } + + text_single = { + text = "[HoldingView.GetProvince.GetCounty.GetDevelopmentLevelString]" + default_format = "#high" + tooltip = "COUNTY_DEVELOPMENT_TOOLTIP" + } + } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 3 + + text_single = { + layoutpolicy_horizontal = expanding + raw_text = "[county_opinion|E]:" + } + + button_normal = { + name = "in_faction" + visible = "[HoldingView.IsInFaction]" + onclick = "[HoldingView.OnGotoFaction]" + tooltip = "COUNTY_IN_FACTION_TOOLTIP" + size = { 20 20 } + texture = "gfx/interface/icons/symbols/icon_warning.dds" + } + + text_single = { + text = "[HoldingView.GetCountyOpinion|=+]" + default_format = "#high" + tooltip = "COUNTY_OPINION_TOOLTIP" + } + } + + hbox = { + datacontext = "[Province.GetCounty.GetCulture]" + layoutpolicy_horizontal = expanding + spacing = 2 + + using = tooltip_ne + + tooltipwidget = { + + culture_tooltip = { + + blockoverride "extra_info" + { + text_single = { + fonttintcolor = "[TooltipInfo.GetTintColor]" + using = DefaultTooltipText + visible = "[Not( ObjectsEqual( Culture.Self, GetPlayer.GetCulture ) )]" + text = "COUNTY_NOT_YOUR_CULTURE" + } + } + } + } + + text_single = { + layoutpolicy_horizontal = expanding + raw_text = "[culture|E]:" + } + + button_group = { + # shortcut = "innovations_window" + onclick = "[DefaultOnCultureClick(Culture.GetID)]" + + text_single = { + text = "CULTURE_COUNTY_WINDOW" + default_format = "#high" + + background = { + visible = "[NotEqualTo_uint32(Culture.GetID, GetPlayer.GetCulture.GetID)]" + margin = { 5 0 } + using = Status_Bad + } + } + } + } + + hbox = { + datacontext = "[Province.GetCounty.GetFaith]" + layoutpolicy_horizontal = expanding + spacing = 2 + using = tooltip_ne + + tooltipwidget = { + + faith_tooltip = { + + blockoverride "extra_info" { + using = faith_tooltip_click_default_extra_info + + text_single = { + margin = { 10 0 } + layoutpolicy_horizontal = expanding + fonttintcolor = "[TooltipInfo.GetTintColor]" + using = DefaultTooltipText + visible = "[Not( ObjectsEqual( Faith.Self, GetPlayer.GetFaith ) )]" + text = "COUNTY_NOT_YOUR_FAITH" + } + } + } + } + + text_single = { + layoutpolicy_horizontal = expanding + raw_text = "[faith|E]:" + } + + vbox = { + expand = { minimumsize = { 0 2 } } + icon = { + size = { 22 22 } + datacontext = "[Province.GetCounty.GetFaith]" + texture = "[Faith.GetIcon]" + } + } + + button_group = { + # shortcut = "faith_window" + onclick = "[DefaultOnFaithClick(Faith.GetID)]" + + text_single = { + text = "[Faith.GetNameNoTooltip]" + default_format = "#high" + + background = { + visible = "[NotEqualTo_uint32(Faith.GetID, GetPlayer.GetFaith.GetID)]" + margin = { 5 0 } + using = Status_Bad + } + } + } + } + } + } + + divider = { + layoutpolicy_horizontal = expanding + } + + hbox = { + layoutpolicy_horizontal = expanding + + hbox = { + margin_left = 5 + spacing = 5 + datamodel = "[HoldingView.GetCountyHoldings]" + + item = { + button_tab_dark = { + datacontext = "[GUICountyHolding.GetHolding]" + size = { 45 45 } + down = "[GUICountyHolding.IsSelected]" + alwaystransparent = "[GUICountyHolding.IsSelected]" + onclick = "[GUICountyHolding.OnClick]" + onclick = "[PdxGuiTriggerAllAnimations('holding_view_refresh')]" + using = tooltip_ne + tooltipwidget = { holding_tooltip_click = {} } + + icon_building_tab = { + parentanchor = center + position = { 0 1 } + size = { 35 30 } + alwaystransparent = yes + down = "[GUICountyHolding.IsSelected]" + texture = "[GUICountyHolding.GetHolding.GetType.GetTabIcon]" + + blockoverride "button_frames" + { + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + upframe = 4 + uphoverframe = 5 + uppressedframe = 6 + downframe = 5 + } + } + + icon = { + name = "realm_capital_icon" + visible = "[GUICountyHolding.GetHolding.GetProvince.GetTitle.IsCountyCapital]" + parentanchor = bottom|right + size = { 32 32 } + position = { 4 0 } + framesize = { 63 63 } + texture = "gfx/interface/icons/icon_capital.dds" + frame = 1 + } + } + } + } + + expand = {} + } + + #################################### + ########## HOLDING INFO ############ + #################################### + margin_widget = { + name = "holding_info" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + minimumsize = { 0 200 } + margin = { 10 5 } + margin_bottom = 10 + margin_right = 15 + scissor = yes + + state = { + name = "holding_view_refresh" + next = a + alpha = 0.5 + } + + state = { + name = "a" + alpha = 1 + duration = 0.5 + using = Animation_Curve_Default + } + + background = { + using = Background_Area_Dark + margin_left = 5 + margin_top = 3 + } + + background = { + visible = "[HoldingView.HasHolding]" + texture = "[HoldingView.GetHolding.GetIllustration]" + alpha = 0.8 + + modify_texture = { + texture = "gfx/interface/window_county/mask_holding_illustration.dds" + blend_mode = alphamultiply + alpha = 0.95 + } + } + background = { + visible = "[Not(HoldingView.HasHolding)]" + texture = "[HoldingView.GetProvince.GetTerrain.GetIllustration]" + alpha = 0.7 + + modify_texture = { + texture = "gfx/interface/window_county/mask_holding_illustration.dds" + blend_mode = alphamultiply + alpha = 0.95 + } + } + + vbox = { + name = "constructing_holding" + visible = "[HoldingView.IsBeingConstructed]" + parentanchor = center + spacing = 5 + expand = {} + + progressbar_standard = { + name = "constructing_holding_progress" + alwaystransparent = yes + size = { 300 30 } + value = "[HoldingView.GetConstructionProgressForSlot('(int32)0')]" + direction = horizontal + tooltip = "[HoldingView.GetHoldingUnderConstructionTooltip]" + + text_single = { + parentanchor = center + text = "[HoldingView.GetConstructionTimeLeftForSlot('(int32)0')]" + default_format = "#high" + align = nobaseline + using = Font_Size_Medium + } + } + + button_standard_big = { + name = "cancel_holding_construction" + size = { 300 30 } + text = "CANCEL_HOLDING_CONSTRUCTION" + visible = "[HoldingView.CanCancelConstruction]" + onclick = "[HoldingView.CancelHoldingConstruction]" + tooltip = "CANCEL_HOLDING_CONSTRUCTION_TOOLTIP" + } + + expand = {} + } + + ### Backgrounds ### + + ################################################# + #### Same as county owner (no background) + + ################################################# + #### Not same as county owner + + background = { + visible = "[And(NotEqualTo_uint32( HoldingView.GetCountyTitle.GetHolder.GetID, HoldingView.GetTitle.GetLesseeOrHolder.GetID ), HoldingView.GetTitle.HasHolder)]" + texture = "gfx/interface/component_masks/mask_frame.dds" + spriteType = Corneredstretched + spriteborder = { 15 15 } + using = Color_Blue + margin = { -3 -3 } + alpha = 0.3 + } + + ################################################# + #### Leased to Church + + background = { + #visible = "[And(NotEqualTo_uint32( HoldingView.GetCountyTitle.GetHolder.GetID, HoldingView.GetTitle.GetLesseeOrHolder.GetID ), HoldingView.GetTitle.HasHolder)]" + visible = no + texture = "gfx/interface/component_masks/mask_frame.dds" + spriteType = Corneredstretched + spriteborder = { 15 15 } + using = Color_Red + margin = { -3 -3 } + } + + ################################################# + #### Leased to Holy Order + + background = { + #visible = "[And(NotEqualTo_uint32( HoldingView.GetCountyTitle.GetHolder.GetID, HoldingView.GetTitle.GetLesseeOrHolder.GetID ), HoldingView.GetTitle.HasHolder)]" + visible = no + texture = "gfx/interface/component_masks/mask_frame.dds" + spriteType = Corneredstretched + spriteborder = { 15 15 } + using = Color_Green + margin = { -3 -3 } + } + + ### + + button_standard_big = { + name = "construct_holding" + visible = "[And(Not(HoldingView.HasHolding), Not(HoldingView.IsBeingConstructed))]" + parentanchor = bottom|hcenter + position = { 0 -10 } + size = { 300 50 } + text = "CREATE_NEW_HOLDING_BUTTON" + onclick = "[HoldingView.OnConstructHoldingClick]" + tooltip = "[HoldingView.GetHoldingConstructionTooltip]" + enabled = "[And(HoldingView.CanNewHoldingBeConstructed, Not(HoldingView.IsSelectingHoldingType))]" + } + + + ### TOP LEFT + flowcontainer = { + ignoreinvisible = yes + spacing = 5 + margin = { 5 5 } + + coa_title_medium = { + datacontext = "[HoldingView.GetTitle]" + visible = "[HoldingView.GetTitle.HasHolder]" + } + + flowcontainer = { + direction = vertical + ignoreinvisible = yes + margin_top = 5 + + flowcontainer = { + visible = "[HoldingView.GetTitle.HasHolder]" + ignoreinvisible = yes + + text_single = { + text = "[HoldingView.GetProvince.GetTitle.GetNameNoTierNoTooltip]" + tooltip = "[HoldingView.GetProvince.GetTitle.GetNameNoTierNoTooltip]" + default_format = "#high" + align = nobaseline + using = Font_Size_Big + max_width = 150 + fontsize_min = 14 + } + + button_edit_text = { + visible = "[HoldingView.GetProvince.GetTitle.CanPlayerCustomizeTitle]" + parentanchor = vcenter + size = { 25 25 } + onclick = "[OpenTitleCustomizationWindow(HoldingView.GetProvince.GetTitle)]" + tooltip = "CUSTOMIZE_TITLE" + } + + spacer = { + size = { 3 3 } + } + + widget = { + size = { 32 32 } + visible = "[And(HoldingView.GetProvince.GetTitle.IsCountyCapital, Not(HoldingView.GetProvince.IsRealmCapital))]" + + icon = { + name = "county_capital_icon" + parentanchor = center + size = { 40 40 } + texture = "gfx/interface/icons/icon_capital.dds" + framesize = { 63 63 } + frame = 1 + tooltip = "COUNTY_CAPITAL_TOOLTIP" + } + } + + widget = { + size = { 32 32 } + visible = "[HoldingView.GetProvince.IsRealmCapital]" + + icon = { + name = "realm_capital_icon" + parentanchor = center + size = { 40 40 } + framesize = { 63 63 } + texture = "gfx/interface/icons/icon_capital.dds" + frame = 2 + tooltip = "REALM_CAPITAL_TOOLTIP" + } + } + + widget = { + size = { 32 32 } + + button_move_capital = { + name = "set_realm_capital_button" + visible = "[HoldingView.PotentialSetRealmCapital]" + position = { -3 5 } + texture = "gfx/interface/icons/flat_icons/move_capital.dds" + onclick = "[HoldingView.SetRealmCapital]" + tooltip = "[HoldingView.GetSetRealmCapitalTooltip]" + enabled = "[HoldingView.CanSetRealmCapital]" + } + + button_move_capital = { + name = "set_county_capital_button" + visible = "[HoldingView.CanSetCountyCapital]" + position = { -3 5 } + texture = "gfx/interface/icons/flat_icons/move_capital.dds" + onclick = "[HoldingView.SetCountyCapital]" + tooltip = "SET_COUNTY_CAPITAL_TOOLTIP" + } + } + } + + text_single = { + visible = "[Not(HoldingView.GetTitle.HasHolder)]" + text = "[HoldingView.GetProvince.GetTitle.GetNameNoTierNoTooltip]" + default_format = "#medium" + using = Font_Size_Big + } + + flowcontainer = { + datacontext = "[HoldingView.GetGUIHoldingBuilding]" + ignoreinvisible = yes + + text_label_left = { + text = "[HoldingView.GetHoldingDesc]" + } + } + + text_single = { + visible = "[HoldingView.GetProvince.IsOccupied]" + text = "[HoldingView.GetOccupiedInfo]" + default_format = "#high" + } + } + } + + ### BOTTOM LEFT + widget = { + parentanchor = bottom|left + size = { 280 150 } + alwaystransparent = yes + + background = { + visible = "[And(NotEqualTo_uint32( HoldingView.GetCountyTitle.GetHolder.GetID, HoldingView.GetTitle.GetLesseeOrHolder.GetID ), HoldingView.GetTitle.HasHolder)]" + texture = "gfx/interface/component_masks/patterns/mask_pattern_02.dds" + spriteType = Corneredtiled + using = Color_Blue + alpha = 0.6 + margin_bottom = 10 + margin_left = 5 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" + blend_mode = alphamultiply + alpha = 0.9 + mirror = horizontal + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_texture_01.dds" + spriteType = Corneredtiled + spriteborder = { 15 15 } + blend_mode = alphamultiply + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_vertical.dds" + blend_mode = alphamultiply + mirror = vertical + } + } + + background = { + visible = "[And(NotEqualTo_uint32( HoldingView.GetCountyTitle.GetHolder.GetID, HoldingView.GetTitle.GetLesseeOrHolder.GetID ), HoldingView.GetTitle.HasHolder)]" + texture = "gfx/interface/component_masks/mask_frame.dds" + spriteType = Corneredstretched + spriteborder = { 15 15 } + using = Color_Blue + alpha = 0.6 + margin_bottom = 10 + margin_left = 5 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" + blend_mode = alphamultiply + alpha = 0.9 + mirror = horizontal + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_vertical.dds" + blend_mode = alphamultiply + mirror = vertical + } + } + + vbox = { + expand = {} + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 5 0 } + + button_standard = { + name = "toggle_find_vassal" + visible = "[And( And( ObjectsEqual( HoldingView.GetTitle.GetHolder, GetPlayer ), HoldingView.GetTitle.CanUseFindVassal( GetPlayer ) ), Not(HoldingView.GetTitle.IsLeasedOut))]" + text = "FIND_VASSAL_HEADER" + onclick = "[HoldingView.ToggleFindVassalListWindow]" + tooltip = "FIND_VASSAL_BUTTON_HOLDING_VIEW_TOOLTIP" + } + expand = {} + } + + hbox = { + datacontext = "[HoldingView.GetTitle.GetLesseeOrHolder]" + visible = "[And(NotEqualTo_uint32( HoldingView.GetCountyTitle.GetHolder.GetID, HoldingView.GetTitle.GetLesseeOrHolder.GetID ), HoldingView.GetTitle.HasHolder)]" + layoutpolicy_horizontal = expanding + + portrait_head_small = { + blockoverride "opinion_box" {} + } + + vbox = { + name = "theocracy_property" + datacontext = "[HoldingView.GetTitle.GetLesseeOrHolder]" + layoutpolicy_vertical = expanding + margin_top = 4 + margin_bottom = 7 + margin_left = 2 + + expand = {} + + hbox = { + layoutpolicy_horizontal = expanding + + container = { + name = "revoke_lease_button" + datacontext = "[HoldingView.GetTitle]" + visible = "[Title.IsLeasedOut]" + + button_round = { + datacontext = "[Title.GetLessee]" + visible = "[And( Title.GetHolder.IsLocalPlayer, Character.IsPlayerInteractionShownAndCanPickTitle('revoke_leased_title_interaction', Title.Self) )]" + enabled = "[Character.IsPlayerInteractionWithTargetTitleValid('revoke_leased_title_interaction', Title.Self)]" + tooltip = "[Character.GetPlayerInteractionWithTargetTitleTooltip('revoke_leased_title_interaction', Title.Self)]" + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_pointer_over" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_select" + + button_revoke_lease = { + parentanchor = center + onclick = "[Character.OpenPlayerInteractionWithTargetTitle('revoke_leased_title_interaction', Title.Self)]" + } + } + } + + hbox = { + datacontext = "[HoldingView.GetTitle]" + visible = "[Title.IsUnderTheocraticLease]" + tooltip = "CHURCH_PROPERTY_TOOLTIP" + layoutpolicy_horizontal = expanding + + icon = { + name = "church_property" + texture = "gfx/interface/icons/icon_holding_church.dds" + size = { 30 30 } + } + + expand = {} + } + } + + text_single = { + datacontext = "[HoldingView.GetTitle]" + visible = "[Not(Title.IsLeasedOut)]" + layoutpolicy_horizontal = expanding + text = "HOLDING_VIEW_HOLDER" + default_format = "#low" + } + + text_single = { + datacontext = "[HoldingView.GetTitle]" + visible = "[Title.IsLeasedOut]" + layoutpolicy_horizontal = expanding + text = "HOLDING_VIEW_LESSEE" + default_format = "#low" + } + + text_single = { + visible = "[Character.HasRelationTo( GetPlayer )]" + layoutpolicy_horizontal = expanding + text = "[Character.GetRelationToString( GetPlayer )]" + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + default_format = "#low" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Character.GetShortUIName]" + format_override = { high medium } + } + } + + expand = {} + } + } + } + + ### FEUDALIZE A TRIBAL HOLDING ### + widget = { + allow_outside = yes + parentanchor = center + position = { 76 -20 } + + button_round = { + datacontext = "[HoldingView.GetGUIHoldingBuilding]" + datacontext = "[HoldingView.GetTitle]" + datacontext = "[HoldingView.GetHolder]" + visible = "[And( Character.IsLocalPlayer, Character.IsPlayerInteractionShownAndCanPickTitle('feudalize_tribal_holding_interaction', Title.Self) )]" + enabled = "[Character.IsPlayerInteractionWithTargetTitleValid('feudalize_tribal_holding_interaction', Title.Self)]" + tooltip = "[Character.GetPlayerInteractionWithTargetTitleTooltip('feudalize_tribal_holding_interaction', Title.Self)]" + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_pointer_over" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_select" + onclick = "[Character.OpenPlayerInteractionWithTargetTitle('feudalize_tribal_holding_interaction', Title.Self)]" + + button_feudalize_tribe = { + size = { 25 25 } + parentanchor = center + alwaystransparent = yes + } + } + } + + ### BOTTOM LEFT + hbox = { + parentanchor = top|right + margin_top = 5 + ignoreinvisible = yes + + expand = {} + + vbox = { + layoutpolicy_vertical = expanding + margin = { 7 3 } + + hbox = { + icon = { # Mild Winter + name = "winter_level_icon_mild" + datacontext = "[HoldingView.GetProvince]" + visible = "[Province.HasWinterLevel( '(int32)1' )]" + texture = "gfx/interface/icons/terrain_types/winter_mild.dds" + size = { 35 35 } + tooltip = "PROVINCE_VIEW_TOOLTIP_WINTER" + } + + icon = { # Normal Winter + name = "winter_level_icon_normal" + datacontext = "[HoldingView.GetProvince]" + visible = "[Province.HasWinterLevel( '(int32)2' )]" + texture = "gfx/interface/icons/terrain_types/winter_normal.dds" + size = { 35 35 } + tooltip = "PROVINCE_VIEW_TOOLTIP_WINTER" + } + + icon = { # Harsh Winter + name = "winter_level_icon_harsh" + datacontext = "[HoldingView.GetProvince]" + visible = "[Province.HasWinterLevel( '(int32)3' )]" + texture = "gfx/interface/icons/terrain_types/winter_harsh.dds" + size = { 35 35 } + tooltip = "PROVINCE_VIEW_TOOLTIP_WINTER" + } + + spacing = 3 + + icon = { + name = "terrain" + datacontext = "[HoldingView.GetProvince.GetTerrain]" + texture = "[Terrain.GetIcon]" + size = { 35 35 } + tooltip = "HOLDING_TERRAIN_TOOLTIP" + } + } + + dynamicgridbox = { + name = "holding_modifiers_grid" + datamodel = "[HoldingView.GetHoldingModifiers]" + flipdirection = yes + + item = { + icon = { + size = { 30 30 } + alwaystransparent = no + texture = "[ModifierItem.GetIcon]" + using = tooltip_ne + tooltip = "[ModifierItem.GetTooltip]" + } + } + } + + expand = {} + } + + vbox = { + layoutpolicy_vertical = expanding + margin_left = 5 + spacing = 3 + min_width = 150 + + background = { + visible = "[HoldingView.HasHolding]" + using = Background_Area_Dark + alpha = 0.7 + margin_left = 5 + margin_bottom = -20 + } + + ### Tax Income + hbox = { + name = "tutorial_highlight_holding_view_taxes_box" + visible = "[HoldingView.HasHolding]" + layoutpolicy_horizontal = expanding + margin = { 2 0 } + spacing = 3 + tooltip = "[Holding.GetTaxTooltip]" + + background = { + visible = "[Holding.LevyAndTaxIsAffectedByFixableSituation]" + using = Status_Bad + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "HOLDING_TAX" + default_format = "#high" + } + + text_single = { + text = "HOLDING_TAX_VALUE" + default_format = "#V" + } + } + + ### Raid loot + hbox = { + name = "tutorial_highlight_holding_view_loot_box" + visible = "[HoldingView.HasHolding]" + layoutpolicy_horizontal = expanding + margin = { 2 0 } + spacing = 3 + tooltip = "[Holding.GetProvince.GetRaidLootTooltip]" + + background = { + visible = "[Holding.GetProvince.IsRecentlyLooted]" + using = Status_Bad + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "HOLDING_LOOT" + default_format = "#high" + } + + text_single = { + text = "HOLDING_LOOT_VALUE" + } + } + + ### Levies + vbox = { + visible = "[HoldingView.HasHolding]" + layoutpolicy_horizontal = expanding + spacing = 2 + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 3 + margin = { 2 0 } + + tooltip = "[Holding.GetLeviesTooltip]" + + background = { + visible = "[Holding.LevyAndTaxIsAffectedByFixableSituation]" + using = Status_Bad + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "LEVIES" + default_format = "#high" + } + + text_single = { + text = "HOLDING_LEVY_SIZE" + default_format = "#high" + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + progressbar_standard_transparent = { + layoutpolicy_horizontal = expanding + size = { 0 10 } + value = "[Holding.GetUnraisedLevyRatioPercent]" + direction = horizontal + } + } + } + + + ### Supply Level + hbox = { + tooltip = "[HoldingView.GetSupplyLimitTooltip]" + layoutpolicy_horizontal = expanding + margin = { 2 0 } + spacing = 3 + + text_single = { + layoutpolicy_horizontal = expanding + text = "SUPPLY_LIMIT" + default_format = "#high" + } + + text_single = { + raw_text = " [HoldingView.GetSupplyLimit|V]" + default_format = "#high" + } + } + + expand = {} + } + } + + ### BOTTOM RIGHT + flowcontainer = { + parentanchor = bottom|right + spacing = 5 + direction = vertical + visible = "[HoldingView.GetTitle.HasHolder]" + + button_standard = { + datacontext = "[HoldingView.GetGUIHoldingBuilding]" + parentanchor = right + size = { 145 75 } + allow_outside = yes + onclick = "[GUIBuildingItem.OnClick]" + down = "[GUIBuildingItem.IsHighlighted]" + enabled = "[GUIBuildingItem.IsBuildingButtonEnabled]" + tooltip = "[GUIBuildingItem.GetTooltip]" + + vbox = { + margin = { 4 1 } + + ### Fort Info + hbox = { + visible = "[HoldingView.GetProvince.HasFort]" + layoutpolicy_horizontal = expanding + spacing = 10 + margin_left = 2 + margin_right = 2 + margin_top = 2 + + vbox = { + layoutpolicy_horizontal = expanding + tooltip = "[HoldingView.GetGarrisonTooltip]" + spacing = -4 + + hbox = { + spacing = 2 + + icon = { + name = "icon_garrison" + texture = "gfx/interface/icons/icon_garrison.dds" + size = { 30 30 } + } + + text_single = { + text = "[HoldingView.GetCurrentGarrisonSize]" + default_format = "#high" + align = nobaseline + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + progressbar_standard_transparent = { + layoutpolicy_horizontal = expanding + + size = { 0 10 } + value = "[HoldingView.GetGarrisonRatio]" + direction = horizontal + } + } + } + + hbox = { + spacing = 3 + tooltip = "[Province.GetFortLevelTooltip]" + + icon = { + name = "icon_fort" + texture = "gfx/interface/window_siege/fort_icon.dds" + size = { 30 25 } + } + + text_single = { + text = "[HoldingView.GetProvince.GetFortLevel]" + default_format = "#high" + align = nobaseline + } + } + } + + hbox = { + spacing = 2 + margin_bottom = 2 + + text_single = { + text = "[HoldingView.GetHolding.GetPrimaryBuildingType.GetTypeName]" + align = nobaseline + } + + text_single = { + visible = "[GUIBuildingItem.HasLevel]" + text = "[GUIBuildingItem.GetCurrentOrConstrucingBuilding.GetLevel]" + size = { 15 20 } + margin = { 5 0 } + margin_bottom = 3 + fontsize = 15 + default_format = "#low;bold" + align = center;nobaseline + + background = { + using = Background_Area_Dark + } + + background = { + using = Background_Area_Dark + } + + background = { + using = Background_Area_Dark + } + } + + warning_icon = { + name = "wrong_type" + datacontext = "[HoldingView.GetHolder]" + visible = "[And(Not(HoldingView.GetHolding.IsEmpty),Not(HoldingView.GetHolding.IsValidForLesseeOrHolder))]" + size = { 20 20 } + tooltip = HOLDING_VIEW_WRONG_HOLDING_TYPE + } + + warning_icon = { + name = "reduced_by_fixable_situation" + visible = "[GUIBuildingItem.IsBuildingDisabled]" + size = { 20 20 } + } + } + + progressbar_standard = { + name = "holding_upgrade_progressbar" + layoutpolicy_horizontal = expanding + visible = "[GUIBuildingItem.IsConstructing]" + size = { 0 10 } + alwaystransparent = yes + value = "[GUIBuildingItem.GetConstructingProgress]" + tooltip = "[GUIBuildingItem.GetTooltip]" + } + } + } + + flowcontainer = { + name = "buildings_grid_special" + parentanchor = right + ignoreinvisible = yes + margin_right = -3 + + # Upgrade buildings + flowcontainer = { + name = "buildings_grid" + datamodel = "[HoldingView.GetBuildings]" + ignoreinvisible = yes + spacing = 3 + margin_right = 3 + righttoleft = yes + + item = { + widget_building_item = {} + } + } + + flowcontainer = { + visible = "[Or(HoldingView.HasDuchyCapitalBuildingSlot, HoldingView.HasSpecialBuildingSlot )]" + spacing = 3 + ignoreinvisible = yes + + widget_building_item = { + name = "duchy_capital_building" + datacontext = "[HoldingView.GetGUIDuchyCapitalBuilding]" + visible = "[HoldingView.HasDuchyCapitalBuildingSlot]" + + button_standard = { + size = { 100% 100% } + texture = "gfx/interface/buttons/button_duchy_capital.dds" + alwaystransparent = yes + spriteborder = { 20 20 } + } + } + + widget_building_item = { + name = "special_building" + datacontext = "[HoldingView.GetGUISpecialBuilding]" + visible = "[HoldingView.HasSpecialBuildingSlot]" + + button_standard = { + size = { 100% 100% } + texture = "gfx/interface/buttons/button_special_building.dds" + alwaystransparent = yes + spriteborder = { 20 20 } + } + } + + widget = { + # This is needed to offset the building slots correctly when special building slots exist. + name = "Conditional_margin_widget" + size = { 0 0 } + visible = "[HoldingView.HasSpecialBuildingSlot]" + } + } + } + } + + } + } +} + +###################################################### +########### CONSTRUCT NEW BUILDING WINDOW ############ +###################################################### + +window = { + name = "holding_tracks_view" + size = { 100% 100% } + movable = no + layer = windows_layer + datacontext = "[HoldingView.GetHolder]" + + state = { + name = _show + using = Animation_FadeIn_Quick + position_x = 0 + } + + state = { + name = _hide + using = Animation_FadeOut_Quick + position_x = -50 + } + + alwaystransparent = yes + + hbox = { + expand = { + max_width = 610 + } + + widget = { + layoutpolicy_vertical = expanding + size = { 670 0 } + + vbox = { + margin_top = 170 + margin_bottom = 10 + + expand = {} + + vbox = { + layoutpolicy_horizontal = expanding + minimumsize = { 0 700 } + + ## New Building + vbox = { + visible = "[Not(HoldingView.IsSelectingBuildingToConstruct)]" + layoutpolicy_horizontal = expanding + alwaystransparent = no + margin = { 3 3 } + margin_bottom = 5 + using = Window_Background_Subwindow + + header_pattern = { + layoutpolicy_horizontal = expanding + + blockoverride "header_text" + { + text = "[HoldingView.GetTracksViewLabel]" + } + + blockoverride "button_close" + { + onclick = "[HoldingView.CloseSubwindows]" + } + } + + building_in_vassal_warning_hbox = {} + + text_single = { + layoutpolicy_horizontal = shrinking + name = "prompt" + text = "[HoldingView.GetTracksViewPrompt]" + margin_bottom = 10 + } + + text_single = { + visible = "[IsDataModelEmpty(HoldingView.GetPotentialBuildings)]" + layoutpolicy_horizontal = shrinking + name = "no_potential_buildings_text" + text = "NO_POTENTIAL_BUILDINGS_WARNING" + margin_bottom = 10 + } + + ## Construct New Building + container = { + visible = "[Not(IsDataModelEmpty(HoldingView.GetPotentialBuildings))]" + layoutpolicy_vertical = expanding + + scrollbox = { + visible = "[Not(HoldingView.IsSelectingBuildingToConstruct)]" + size = { 700 300 } + autoresizescrollarea = yes + maximumsize = { -1 800 } + + blockoverride "scrollbox_content" + { + name = "tracks_grid" + datamodel = "[HoldingView.GetPotentialBuildings]" + datacontext = "[HoldingView.GetProvince]" + datacontext = "[HoldingView.GetProvince.GetCounty.GetCulture]" + visible = "[HoldingView.IsSelectingNewBuilding]" + spacing = 10 + set_parent_size_to_minimum = yes + + block "scrollbox_margins" + { + using = Scrollbox_Margins + margin_right = 15 + margin_top = 5 + } + + item = { + vbox = { + layoutpolicy_horizontal = expanding + + background = { + using = Background_Area_Light + } + + hbox = { + name = "header" + layoutpolicy_horizontal = expanding + + background = { + using = Background_Area + } + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 10 10 } + spacing = 10 + + icon_building = { + name = "building_icon" + size = { 75 65 } + texture = "[GUIPotentialBuildingItem.GetBuilding.GetTypeIcon]" + } + + vbox = { + spacing = 5 + layoutpolicy_horizontal = expanding + + text_single = { + layoutpolicy_horizontal = expanding + text = "[GUIPotentialBuildingItem.GetBuilding.GetTypeName]" + using = Font_Size_Medium + align = left + autoresize = no + } + + hbox = { + button_tertiary = { + text = "CONSTRUCT_BUILDINGS_DETAILS" + + onclick = "[GUIPotentialBuildingItem.ShowDetails]" + tooltip = "CONSTRUCT_BUILDINGS_DETAILS_TT" + using = tooltip_es + } + + expand = {} + } + } + + expand = {} + + hbox = { + spacing = 5 + + hbox = { + margin = { 5 5 } + min_width = 120 + spacing = 10 + + background = { + using = Background_Area + margin_bottom = 4 + margin_left = 6 + } + + text_single = { + datacontext = "[GUIPotentialBuildingItem.GetGoldCost]" + visible = "[GUIPotentialBuildingItem.HasGoldCost]" + layoutpolicy_horizontal = expanding + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + + background = { + visible = "[LessThan_CFixedPoint(GetPlayer.GetGold, ValueBreakdown.GetFixedPointValue)]" + using = Status_Bad + } + } + + text_single = { + datacontext = "[GUIPotentialBuildingItem.GetPrestigeCost]" + visible = "[GUIPotentialBuildingItem.HasPrestigeCost]" + layoutpolicy_horizontal = expanding + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + + background = { + visible = "[LessThan_CFixedPoint(GetPlayer.GetPrestige, ValueBreakdown.GetFixedPointValue)]" + using = Status_Bad + } + } + + text_single = { + layoutpolicy_horizontal = expanding + datacontext = "[GUIPotentialBuildingItem.GetPietyCost]" + visible = "[GUIPotentialBuildingItem.HasPietyCost]" + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + + background = { + visible = "[LessThan_CFixedPoint(GetPlayer.GetPiety, ValueBreakdown.GetFixedPointValue)]" + using = Status_Bad + } + } + + text_single = { + layoutpolicy_horizontal = expanding + datacontext = "[GUIPotentialBuildingItem.GetConstructionTime]" + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + } + + expand = {} + } + + button_standard = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + size = { 100 53 } + enabled = "[GUIPotentialBuildingItem.CanConstruct]" + tooltip = "[GUIPotentialBuildingItem.GetTooltip]" + onclick = "[GUIPotentialBuildingItem.Construct]" + text = "CONSTRUCT" + using = tooltip_es + } + } + } + } + + hbox = { + name = "dynamic_content" + layoutpolicy_horizontal = expanding + margin = {5 5} + + text_multi = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = {5 0} + text = "[GUIPotentialBuildingItem.GetBuilding.GetTypeDescription]" + default_format = "#F" + autoresize = yes + max_width = 280 + min_width = 280 + } + + vbox = { + spacing = 8 + + hbox = { + layoutpolicy_horizontal = expanding + margin_left = 10 + + text_label_left = { + layoutpolicy_horizontal = expanding + datacontext = "[GUIPotentialBuildingItem.GetBuilding]" + text = CV_BUILDING_LEVEL_AND_NAME + autoresize = no + } + } + + text_multi = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + autoresize = yes + max_width = 330 + min_width = 330 + text = "[GUIPotentialBuildingItem.GetBuilding.GetEffectDescriptionAtProvince( Character.Self, Province.Self, Culture.Self )]" + margin = { 15 10 } + + background = { + using = Background_Frame + } + } + } + } + } + } + } + } + } + } + + vbox = { + vbox = { + visible = "[HoldingView.IsSelectingBuildingToConstruct]" + layoutpolicy_horizontal = expanding + alwaystransparent = no + + ## Upgrade Building + vbox = { + name = "upgrade" + datacontext = "[HoldingView.GetTrack]" + layoutpolicy_horizontal = expanding + #minimumsize = { 0 700 } + using = Window_Background_Subwindow + margin_bottom = 10 + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 15 10 } + spacing = 10 + + background = { + using = Background_Area + } + + icon_building = { + name = "building_icon" + texture = "[GUITrackItem.GetSelectedBuilding.GetTypeIcon]" + } + + vbox = { + layoutpolicy_horizontal = expanding + + text_single = { + layoutpolicy_horizontal = expanding + text = "[GUITrackItem.GetSelectedBuilding.GetTypeName]" + using = Font_Size_Big + default_format = "#high" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[GUITrackItem.GetBuildingTypeText]" + } + + building_in_vassal_warning_hbox = { + } + } + + buttons_window_control = { + blockoverride "button_close" + { + onclick = "[HoldingView.CloseSubwindows]" + } + } + } + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 15 5 } + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 5 10 } + + ### PREVIOUS BUILDINGS + hbox = { + name = "level_track_previous" + datamodel = "[GUITrackItem.GetPreLevelItems]" + + item = { + hbox = { + button_icon = { + name = "track_icon" + onclick = "[BuildingLevelItem.OnClick]" + down = "[BuildingLevelItem.IsSelected]" + alwaystransparent = "[BuildingLevelItem.IsSelected]" + + size = { 60 60 } + texture = "gfx/interface/buttons/button_round_big.dds" + + tooltip = "[BuildingLevelItem.GetTooltip]" + using = tooltip_ne + tooltip_offset = { 40 0 } + + background = { + texture = "gfx/interface/window_county/building_status_circle.dds" + framesize = { 120 120 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 3 + } + } + + button_icon_highlight = { + name = "level_icon" + parentanchor = center + size = { 41 24 } + down = "[BuildingLevelItem.IsSelected]" + texture = "[BuildingLevelItem.GetIcon]" + } + + icon = { + visible = "[BuildingLevelItem.IsSelected]" + parentanchor = bottom|hcenter + position = { 0 8 } + texture = "gfx/interface/window_county/building_selected_arrow.dds" + size = { 18 12 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 2 + } + } + } + + widget = { + visible = "[GUITrackItem.HasCurrentBuilding]" + layoutpolicy_horizontal = expanding + size = { 5 6 } + + background = { + texture = "gfx/interface/icons/building_types/building_buttons_connector.dds" + margin = { 2 0 } + + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 1 + } + } + } + } + } + } + + ### CURRENT BUILDING + button_icon = { + name = "current_building" + visible = "[GUITrackItem.HasCurrentBuilding]" + onclick = "[GUITrackItem.OnCurrentBuildingClick]" + down = "[GUITrackItem.IsCurrentBuildingSelected]" + alwaystransparent = "[GUITrackItem.IsCurrentBuildingSelected]" + tooltip = "[GUITrackItem.GetCurrentBuildingTooltip]" + using = tooltip_ws + size = { 60 60 } + texture = "gfx/interface/buttons/button_round_big.dds" + using = tooltip_ne + tooltip_offset = { 40 0 } + + background = { + texture = "gfx/interface/window_county/building_status_circle.dds" + framesize = { 120 120 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 3 + } + } + + button_icon_highlight = { + name = "level_icon" + parentanchor = center + size = { 41 24 } + down = "[GUITrackItem.IsCurrentBuildingSelected]" + texture = "[GUITrackItem.GetCurrentLevelIcon]" + } + + icon = { + visible = "[GUITrackItem.IsCurrentBuildingSelected]" + parentanchor = bottom|hcenter + position = { 0 8 } + texture = "gfx/interface/window_county/building_selected_arrow.dds" + size = { 18 12 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 2 + } + } + } + + expand = { + visible = "[Not(And(GUITrackItem.HasCurrentBuilding, GUITrackItem.HasNextBuilding))]" + } + + widget = { + visible = "[And(GUITrackItem.HasCurrentBuilding, GUITrackItem.HasNextBuilding)]" + layoutpolicy_horizontal = expanding + size = { 5 6 } + + background = { + texture = "gfx/interface/icons/building_types/building_buttons_connector.dds" + margin = { 2 0 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 1 + } + } + } + + ### NEXT BUILDING + button_icon = { + name = "next_building" + visible = "[GUITrackItem.HasNextBuilding]" + down = "[GUITrackItem.IsNextBuildingSelected]" + alwaystransparent = "[GUITrackItem.IsNextBuildingSelected]" + size = { 60 60 } + texture = "gfx/interface/buttons/button_round_big.dds" + onclick = "[GUITrackItem.OnNextBuildingClick]" + tooltip = "[GUITrackItem.GetNextBuildingTooltip]" + using = tooltip_ne + tooltip_offset = { 40 0 } + + background = { + visible = "[GUITrackItem.IsConstructing]" + texture = "gfx/interface/window_county/building_status_circle.dds" + framesize = { 120 120 } + frame = 2 + alpha = 0.5 + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 4 + } + } + + button_icon_highlight = { + name = "level_icon" + parentanchor = center + size = { 41 24 } + down = "[GUITrackItem.IsNextBuildingSelected]" + alwaystransparent = yes + texture = "[GUITrackItem.GetNextLevelIcon]" + #frame = "[GUITrackItem.GetNextLevelIconFrame]" + } + + icon = { + visible = "[GUITrackItem.IsNextBuildingSelected]" + parentanchor = bottom|hcenter + position = { 0 8 } + texture = "gfx/interface/window_county/building_selected_arrow.dds" + size = { 18 12 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 2 + } + } + } + + widget = { + visible = "[Not(IsDataModelEmpty( GUITrackItem.GetPostLevelItems ))]" + layoutpolicy_horizontal = expanding + size = { 5 6 } + + background = { + texture = "gfx/interface/icons/building_types/building_buttons_connector.dds" + margin = { 2 0 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 1 + } + } + } + + #Post Track + ### LEVEL TRACK + hbox = { + name = "level_track_next" + datamodel = "[GUITrackItem.GetPostLevelItems]" + + item = { + hbox = { + widget = { + layoutpolicy_horizontal = expanding + size = { 5 6 } + + background = { + texture = "gfx/interface/icons/building_types/building_buttons_connector.dds" + margin = { 2 0 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 1 + } + } + } + + button_icon = { + down = "[BuildingLevelItem.IsSelected]" + alwaystransparent = "[BuildingLevelItem.IsSelected]" + size = { 60 60 } + texture = "gfx/interface/buttons/button_round_big.dds" + onclick = "[BuildingLevelItem.OnClick]" + tooltip = "[BuildingLevelItem.GetTooltip]" + using = tooltip_ne + tooltip_offset = { 40 0 } + + button_icon_highlight = { + name = "level_icon" + parentanchor = center + size = { 41 24 } + down = "[BuildingLevelItem.IsSelected]" + texture = "[BuildingLevelItem.GetIcon]" + # frame = 2 + } + + icon = { + visible = "[BuildingLevelItem.IsSelected]" + parentanchor = bottom|hcenter + position = { 0 8 } + texture = "gfx/interface/window_county/building_selected_arrow.dds" + size = { 18 12 } + using = Master_Button_Modify_Texture + + blockoverride "master_color_frame" { + frame = 2 + } + } + } + } + } + } + } + + spacer = { + size = { 10 10 } + } + + # Buliding info + vbox = { + layoutpolicy_horizontal = expanding + + background = { + using = Background_Frame + } + + hbox = { + layoutpolicy_horizontal = expanding + margin_top = 5 + margin_left = 15 + + text_label_left = { + layoutpolicy_horizontal = expanding + text = "[GUITrackItem.GetSelectedBuilding.GetNameNoTooltip]" + default_format = "#high" + using = Font_Size_Medium + } + } + + hbox = { + name = "flavor_and_effect" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 5 5 } + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + text_multi = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 10 5 } + autoresize = yes + max_width = 330 + min_width = 330 + text = "[GUITrackItem.GetSelectedBuilding.GetDescription]" + } + + hbox = { + visible = "[And(And(GUITrackItem.CanReplaceOrCancel, GUITrackItem.IsCurrentBuildingSelected), Not(GUITrackItem.IsConstructing))]" + spacing = 10 + margin_bottom = 5 + + text_single = { + text = "CURRENT_BUILDING" + default_format = "#weak" + align = nobaseline + } + } + + vbox = { + visible = "[And(And(GreaterThan_int32(GUITrackItem.GetSelectedBuilding.GetLevel,GUITrackItem.GetCurrentBuilding.GetLevel),GreaterThan_int32(GUITrackItem.GetSelectedBuilding.GetLevel,'(int32)1')), Not(GUITrackItem.IsNextBuildingSelected))]" + layoutpolicy_horizontal = expanding + margin_left = 10 + margin_bottom = 5 + spacing = 5 + + text_label_left = { + layoutpolicy_horizontal = expanding + text = "UPGRADE_COST" + } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 10 + margin = { 10 10 } + + hbox = { + spacing = 10 + + text_single = { + datacontext = "[GUITrackItem.GetSelectedGoldCost]" + visible = "[GUITrackItem.HasSelectedGoldCost]" + text = "[ValueBreakdown.GetValue]" + align = nobaseline + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + + background = { + visible = "[LessThan_CFixedPoint(GetPlayer.GetGold, ValueBreakdown.GetFixedPointValue)]" + using = Status_Bad + } + } + + text_single = { + datacontext = "[GUITrackItem.GetSelectedPrestigeCost]" + visible = "[GUITrackItem.HasSelectedPrestigeCost]" + text = "[ValueBreakdown.GetValue]" + align = nobaseline + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + } + + text_single = { + datacontext = "[GUITrackItem.GetSelectedPietyCost]" + visible = "[GUITrackItem.HasSelectedPietyCost]" + text = "[ValueBreakdown.GetValue]" + align = nobaseline + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + } + + text_single = { + datacontext = "[GUITrackItem.GetSelectedConstructionTime]" + text = "[ValueBreakdown.GetValue]" + align = nobaseline + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + } + } + + warning_icon = { + name = "cant_construct" + size = { 30 30 } + tooltip = "[GUITrackItem.GetSelectedBuildingBlockReasons]" + visible = "[Not(GUITrackItem.CanConstructSelectedBuilding)]" + } + + expand = {} + } + } + + } + + divider_light = { + layoutpolicy_vertical = expanding + } + + text_multi = { + datacontext = "[HoldingView.GetProvince.GetCounty.GetCulture]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + autoresize = yes + max_width = 330 + min_width = 330 + text = "[GUITrackItem.GetSelectedBuilding.GetEffectDescriptionAtProvince( Character.Self, HoldingView.GetProvince, Culture.Self)]" + margin = { 15 10 } + } + } + } + + vbox = { + visible = "[GUITrackItem.IsConstructing]" + layoutpolicy_horizontal = expanding + margin = { 0 15 } + spacing = 10 + + text_single = { + text = "HOLDING_VIEW_IN_PROGRESS" + margin = { 0 5 } + } + + hbox = { + spacing = 10 + + hbox = { + widget = { + size = { 20 20 } + + button_round = { + name = "abort_button" + parentanchor = center + visible = "[GUITrackItem.CanShowReplaceOrCancel]" + enabled = "[GUITrackItem.CanReplaceOrCancel]" + onclick = "[GUITrackItem.ReplaceOrCancel]" + tooltip = "[GUITrackItem.GetReplaceOrCancelTooltip]" + + button_cancel = { + parentanchor = center + alwaystransparent = yes + } + } + } + } + + progressbar_standard = { + name = "construct_progressbar" + layoutpolicy_horizontal = expanding + layoutstretchfactor_horizontal = 1 + size = { 300 25 } + alwaystransparent = yes + value = "[GUITrackItem.GetConstructionProgress]" + + text_single = { + parentanchor = center + text = "[GUITrackItem.GetConstructTimeLeft]" + default_format = "#high" + align = nobaseline + } + } + } + } + + spacing = 5 + + hbox = { + visible = "[Not(GUITrackItem.IsConstructing)]" + spacing = 10 + # layoutpolicy_horizontal = expanding + margin = { 10 10 } + + vbox = { + layoutpolicy_vertical = expanding + + expand = {} + + button_standard_back = { + name = "back_button" + text = "BACK_LABEL" + visible = "[And(EqualTo_int32(GUITrackItem.GetNextBuilding.GetLevel,'(int32)1'), Not(GUITrackItem.IsConstructing))]" + onclick = "[GUITrackItem.GoBack]" + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_pointer_over" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_close" + } + + button_round = { + name = "replace_button" + onclick = "[GUITrackItem.ReplaceOrCancel]" + tooltip = "[GUITrackItem.GetReplaceOrCancelTooltip]" + visible = "[And(GUITrackItem.IsCurrentBuildingSelected, GUITrackItem.CanReplaceOrCancel)]" + + button_change = { + alwaystransparent = yes + parentanchor = center + } + } + } + vbox = { + spacing = 10 + + hbox = { + visible = "[GUITrackItem.HasNextBuilding]" + layoutpolicy_horizontal = expanding + + hbox = { + margin = { 10 5 } + margin_right = 15 + spacing = 10 + + background = { + using = Background_Area + margin_bottom = 4 + margin_left = 6 + } + + text_single = { + datacontext = "[GUITrackItem.GetNextGoldCost]" + visible = "[GUITrackItem.HasNextGoldCost]" + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + + background = { + visible = "[LessThan_CFixedPoint(GetPlayer.GetGold, ValueBreakdown.GetFixedPointValue)]" + using = Status_Bad + } + } + + text_single = { + datacontext = "[GUITrackItem.GetNextPrestigeCost]" + visible = "[GUITrackItem.HasNextPrestigeCost]" + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + + background = { + visible = "[LessThan_CFixedPoint(GetPlayer.GetPrestige, ValueBreakdown.GetFixedPointValue)]" + using = Status_Bad + } + } + + + hbox = { + layoutpolicy_horizontal = expanding + datacontext = "[GUITrackItem.GetNextPietyCost]" + visible = "[GUITrackItem.HasNextPietyCost]" + + text_single = { + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + } + + text_single = { + visible = "[LessThan_CFixedPoint(GetPlayer.GetPiety, ValueBreakdown.GetFixedPointValue)]" + raw_text = "@warning_icon!" + } + + expand = {} + } + + text_single = { + layoutpolicy_horizontal = expanding + datacontext = "[GUITrackItem.GetNextConstructionTime]" + text = "[ValueBreakdown.GetValue]" + tooltip_enabled = "[ValueBreakdown.HasTooltip]" + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + } + } + } + + button_primary = { + # layoutpolicy_vertical = expanding + # layoutpolicy_horizontal = expanding + # size = { 250 53 } + onclick = "[GUITrackItem.OnClick]" + tooltip = "[GUITrackItem.GetNextBuildingTooltip]" + enabled = "[GUITrackItem.CanConstructNextBuilding]" + visible = "[GUITrackItem.HasNextBuilding]" + text = "[SelectLocalization(EqualTo_int32(GUITrackItem.GetNextBuilding.GetLevel, '(int32)1'),'CONSTRUCT','UPGRADE')]" + # using = Font_Size_Medium + } + + } + } + } + } + } + + expand = {} + } + + expand = {} + } + } + } + + expand = {} + } +} + +###################################################### +############ HOLDING TYPE SELECTION VIEW ############# +###################################################### + +window = { + name = "holding_type_selection_view" + movable = no + layer = windows_layer + parentanchor = bottom|hcenter + position = { 40 -50 } + using = Animation_ShowHide_Quick + + using = Window_Background_Subwindow + + vbox = { + set_parent_size_to_minimum = yes + margin = { 4 4 } + margin_bottom = 15 + spacing = 15 + + header_pattern = { + layoutpolicy_horizontal = expanding + + blockoverride "header_text" + { + text = "CREATE_NEW_HOLDING_HEADING" + } + + blockoverride "button_close" + { + onclick = "[HoldingView.CloseHoldingConstruction]" + } + } + + building_in_vassal_warning_hbox = {} + + hbox = { + name = "holding_types" + datamodel = "[HoldingView.GetHoldingTypeItems]" + layoutpolicy_horizontal = expanding + spacing = 10 + margin = { 10 10 } + + item = { + vbox = { + spacing = 5 + + button_standard = { + size = { 250 148 } + enabled = "[HoldingTypeItem.CanConstructBuilding]" + onclick = "[HoldingTypeItem.OnClick]" + tooltip = "[HoldingTypeItem.GetTooltip]" + datacontext = "[HoldingTypeItem.GetProvince]" + + widget = { + scissor = yes + size = { 247 146 } + + icon = { + visible = "[HoldingTypeItem.CanConstructBuilding]" + size = { 320 146 } + texture = "[HoldingTypeItem.GetBuilding.GetIllustration(Province.Self)]" + using = Mask_Rough_Edges + alpha = 0.7 + } + + highlight_icon = { + visible = "[Not(HoldingTypeItem.CanConstructBuilding)]" + size = { 320 146 } + texture = "[HoldingTypeItem.GetBuilding.GetIllustration(Province.Self)]" + effectname = "GreyedOut" + tintcolor = { 0.6 0.6 0.6 1 } + using = Mask_Rough_Edges + } + } + + flowcontainer = { + parentanchor = bottom|right + ignoreinvisible = yes + margin = { 5 5 } + + warning_icon = { + name = "wrong_type" + visible = "[Not(HoldingTypeItem.IsValidForPlayer)]" + size = { 35 35 } + tooltip = HOLDING_SELECTION_VIEW_WRONG_HOLDING_TYPE + } + } + } + + text_label_center = { + layoutpolicy_horizontal = expanding + text = "[HoldingTypeItem.GetHoldingType.GetName]" + } + } + } + } + } +} + +###################################################### +################ TYPES AND TEMPLATES ################# +###################################################### + +types CountyViewTypes +{ + type widget_building_item = widget { + parentanchor = bottom + size = { 55 55 } + enabled = "[GUIBuildingItem.IsBuildingButtonEnabled]" + tooltip = "[GUIBuildingItem.GetTooltip]" + using = tooltip_ne + + button_standard = { + name = "building_button" + size = { 100% 100% } + onclick = "[GUIBuildingItem.OnClick]" + down = "[GUIBuildingItem.IsHighlighted]" + + highlight_icon = { + name = "build_new_icon" + visible = "[And(And(GUIBuildingItem.IsBuildNewIconShown, GUIBuildingItem.IsBuildingButtonEnabled), Not(GUIBuildingItem.HasLevel))]" + parentanchor = center + size = { 28 28 } + alpha = 0.7 + texture = "gfx/interface/icons/symbols/icon_plus.dds" + } + + icon_building = { + name = "building_icon" + visible = "[Not( GUIBuildingItem.CanUpgrade )]" + parentanchor = center + size = { 40 40 } + texture = "[GUIBuildingItem.GetCurrentOrConstrucingBuilding.GetTypeIcon]" + } + + highlight_icon_building = { + name = "building_icon_can_upgrade" + visible = "[GUIBuildingItem.CanUpgrade]" + parentanchor = center + size = { 40 40 } + texture = "[GUIBuildingItem.GetCurrentOrConstrucingBuilding.GetTypeIcon]" + } + + text_single= { + visible = "[GUIBuildingItem.HasLevel]" + text = "[GUIBuildingItem.GetCurrentOrConstrucingBuilding.GetLevel]" + parentanchor = bottom|right + position = { -6 -3 } + fontsize = 15 + default_format = "#low;bold" + align = nobaseline + + background = { + using = Background_Area_Dark + margin = { 5 0 } + } + + background = { + using = Background_Area_Dark + margin = { 5 0 } + } + + background = { + using = Background_Area_Dark + margin = { 5 0 } + } + } + + warning_icon = { + name = "reduced_by_fixable_situation" + visible = "[GUIBuildingItem.IsBuildingDisabled]" + size = { 25 25 } + } + } + + icon = { + name = "building_slot" + size = { 100% 100% } + using = Background_Area + visible = "[GUIBuildingItem.IsBuildingSlotShown]" + } + + progressbar_standard = { + name = "construct_progressbar" + visible = "[GUIBuildingItem.IsConstructing]" + parentanchor = bottom + position = { 0 8 } + alwaystransparent = yes + size = { 100% 10 } + value = "[GUIBuildingItem.GetConstructingProgress]" + direction = horizontal + tooltip = "[GUIBuildingItem.GetTooltip]" + } + } + + type building_in_vassal_warning_hbox = hbox + { + name = "vassal_warning" + visible = "[Not( ObjectsEqual( HoldingView.GetHolder, GetPlayer ) )]" + + coa_title_tiny = { + datacontext = "[HoldingView.GetHolder.GetPrimaryTitle]" + } + + text_multi = { + autoresize = yes + text = "HOLDING_VIEW_BUILDING_IN_VASSAL" + } + } + + ################################ + ### BEGIN MINORITIES TOOLTIP ### + ################################ + + ## CULTURE MINORITY TOOLTIP ## + + type culture_minorities_tooltip = widget + { + using = GeneralTooltipSetup + alwaystransparent = no + + widget = { + name = "background" + using = DefaultTooltipBackground + size = { 100% 100% } + alwaystransparent = no + } + + vbox = { + set_parent_size_to_minimum = yes + margin = { 15 5 } + margin_bottom = 16 + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 6 4 } + margin_bottom = 12 + + background = { + name = "header" + texture = "gfx/interface/component_tiles/tile_title_big_top_01.dds" + spriteType = Corneredstretched + align = vcenter|left + margin = { 15 0 } + texture_density = 2 + + modify_texture = { + name = "mask" + texture = "gfx/interface/component_masks/mask_title_big_top.dds" + spriteType = Corneredstretched + spriteborder = { 160 0 } + blend_mode = alphamultiply + alpha = 0.5 + } + + modify_texture = { + name = "overlay" + texture = "gfx/interface/component_overlay/overlay_title_big_top.dds" + spriteType = Corneredstretched + spriteborder = { 0 0 } + blend_mode = overlay + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + hbox = { + layoutpolicy_horizontal = expanding + + text_single = { + layoutpolicy_horizontal = expanding + name = "header" + + text = "[Scope.Culture.GetNameNoTooltip]" + fonttintcolor = "[TooltipInfo.GetTintColor]" + align = vcenter + + using = Font_Type_Flavor + using = Font_Size_Big + + margin_right = 10 + } + + text_single = { + name = "minority_label" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + fonttintcolor = "[TooltipInfo.GetTintColor]" + align = vcenter|right + margin_left = 10 + + block "minority_label" + { + text = "[minority_culture|E]" + } + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + text_single = { + align = left + fonttintcolor = "[TooltipInfo.GetTintColor]" + text = "[Scope.Culture.GetPlayerRelationString]" + } + + expand = {} + } + + expand = { + layoutpolicy_vertical = growing + } + + hbox = { + margin_top = 1 + margin_bottom = 3 + visible = "[Not( ObjectsEqual( Scope.Culture, GetPlayer.GetCulture ) )]" + layoutpolicy_horizontal = expanding + spacing = 5 + tooltip = "CULTURE_ACCEPTANCE_TOOLTIP" + + text_single = { + fonttintcolor = "[TooltipInfo.GetTintColor]" + text = "CULTURE_VIEW_ACCEPTANCE" + } + + text_single = { + fonttintcolor = "[TooltipInfo.GetTintColor]" + text = "CULTURE_VIEW_ACCEPTANCE_DIFF_BRACKETS" + } + + expand = {} + } + } + } + } + + vbox = { + layoutpolicy_horizontal = expanding + spacing = 4 + margin = { 8 0 } + + hbox = { + layoutpolicy_horizontal = growing + spacing = 4 + + icon_doctrine = { + visible = "[ObjectsEqual( Scope.Culture.GetHeritage, GetPlayer.GetCulture.GetHeritage )]" + size = { 30 30 } + texture = "gfx/interface/icons/culture_pillars/heritage.dds" + } + + icon_doctrine = { + visible = "[Not(ObjectsEqual( Scope.Culture.GetHeritage, GetPlayer.GetCulture.GetHeritage ))]" + size = { 30 30 } + texture = "gfx/interface/icons/culture_pillars/heritage_diverge.dds" + } + + text_single = { + datacontext = "[Scope.Culture.GetHeritage]" + layoutpolicy_horizontal = growing + text = "CULTURE_VIEW_HERITAGE_TEXT" + + tooltipwidget = { + using = culture_pillar_tooltip + } + } + + expand = {} + } + + hbox = { + layoutpolicy_horizontal = growing + spacing = 4 + + icon_doctrine = { + visible = "[ObjectsEqual( Scope.Culture.GetLanguage, GetPlayer.GetCulture.GetLanguage )]" + size = { 30 30 } + texture = "gfx/interface/icons/culture_pillars/language.dds" + } + + icon_doctrine = { + visible = "[Not(ObjectsEqual( Scope.Culture.GetLanguage, GetPlayer.GetCulture.GetLanguage ))]" + size = { 30 30 } + texture = "gfx/interface/icons/culture_pillars/language_diverge.dds" + } + + text_single = { + datacontext = "[Scope.Culture.GetLanguage]" + layoutpolicy_horizontal = growing + text = "CULTURE_VIEW_LANGUAGE_TEXT" + + tooltipwidget = { + using = culture_pillar_tooltip + } + } + + expand = {} + } + + text_single = { + layoutpolicy_horizontal = growing + text = "CULTURE_COOLTIP_ERA" + fonttintcolor = "[TooltipInfo.GetTintColor]" + + using = DefaultTooltipText + } + + spacer = { + size = { 0 4 } + } + + block "extra_info" + { + text_single = { + layoutpolicy_horizontal = growing + layoutpolicy_vertical = growing + text = "CLICK_TO_VIEW" + #fonttintcolor = "[TooltipInfo.GetTintColor]" + align = top + + using = DefaultTooltipText + } + } + } + } + } + + ## FAITH MINORITY TOOLTIP ## + + type faith_minorities_tooltip = widget + { + alwaystransparent = no + using = GeneralTooltipSetup + + widget = { + name = "background" + using = DefaultTooltipBackground + size = { 100% 100% } + alwaystransparent = no + } + + vbox = { + set_parent_size_to_minimum = yes + margin = { 12 8 } + margin_bottom = 16 + spacing = 4 + datacontext = "[Scope.Faith]" + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 0 4 } + + background = { + name = "header" + texture = "gfx/interface/component_tiles/tile_title_big_top_01.dds" + spriteType = Corneredstretched + texture_density = 2 + margin = { 15 0 } + + modify_texture = { + name = "mask" + texture = "gfx/interface/component_masks/mask_title_big_top.dds" + spriteType = Corneredstretched + spriteborder = { 160 0 } + blend_mode = alphamultiply + alpha = 0.5 + } + + modify_texture = { + name = "overlay" + texture = "gfx/interface/component_overlay/overlay_title_big_top.dds" + spriteType = Corneredstretched + spriteborder = { 0 0 } + blend_mode = overlay + } + } + + hbox = { + layoutpolicy_horizontal = expanding + margin_bottom = 4 + + icon = { + size = { 60 60 } + texture = "[Scope.Faith.GetIcon]" + } + + vbox = { + layoutpolicy_vertical = expanding + text_single = { + layoutpolicy_horizontal = expanding + name = "header" + text = "[Scope.Faith.GetNameNoTooltip]" + align = top + using = Font_Type_Flavor + using = Font_Size_Big + + } + text_single = { + visible = "[And( Not( Scope.Faith.GetReligion.HasPaganRoots ), Not( Scope.Faith.IsUnreformed ) )]" + layoutpolicy_horizontal = expanding + text = "FAITH_VIEW_SUBHEADING" + align = top + } + text_single = { + visible = "[Scope.Faith.IsUnreformed]" + layoutpolicy_horizontal = expanding + text = "FAITH_VIEW_UNREFORMED_SUBHEADING" + align = top + } + text_single = { + visible = "[And( Scope.Faith.GetReligion.HasPaganRoots, Not( Scope.Faith.IsUnreformed ) )]" + layoutpolicy_horizontal = expanding + text = "FAITH_VIEW_REFORMED_SUBHEADING" + align = top + } + expand = { + layoutpolicy_vertical = growing + } + } + expand = { + layoutpolicy_horizontal = growing + } + + text_single = { + name = "minority_label" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + fonttintcolor = "[TooltipInfo.GetTintColor]" + align = vcenter|right + margin_right = 10 + + block "minority_label" + { + text = "[minority_faith|E]" + } + } + } + } + + vbox = { + spacing = 4 + margin = { 8 0 } + vbox = { + layoutpolicy_horizontal = expanding + + visible = "[And( GetPlayer.IsValid, Not(ObjectsEqual( GetPlayer.GetFaith, Scope.Faith.Self )))]" + + text_single = { + name = "our_view" + layoutpolicy_horizontal = expanding + text = FAITH_VIEW_OUR_VIEW + align = top + } + + text_single = { + name = "their_view" + layoutpolicy_horizontal = expanding + text = FAITH_VIEW_THEIR_VIEW + align = top + } + } + + hbox = { + layoutpolicy_horizontal = expanding + fervor_container_vbox = {} + + expand = {} + } + + text_single = { + layoutpolicy_horizontal = growing + visible = "[Scope.Faith.HasDoctrineByKey( 'doctrine_no_head' )]" + text = "FAITH_TOOLTIP_DOCTRINE_NO_HEAD_OF_FAITH" + } + + text_single = { + layoutpolicy_horizontal = growing + visible = "[And( Not(Scope.Faith.HasDoctrineByKey( 'doctrine_no_head' )), Not( Scope.Faith.GetReligiousHead.IsValid ) ) ]" + text = "FAITH_TOOLTIP_DOCTRINE_VACANT_HEAD_OF_FAITH" + } + + text_single = { + layoutpolicy_horizontal = growing + visible = "[And( Not(Scope.Faith.HasDoctrineByKey( 'doctrine_no_head' )), Scope.Faith.GetReligiousHead.IsValid ) ]" + text = "FAITH_TOOLTIP_DOCTRINE_HEAD_OF_FAITH" + } + + spacer = { + size = { 0 4 } + } + + divider_light = { + layoutpolicy_horizontal = growing + } + + text_multi = { + max_width = 400 + margin = { 0 4 } + text = "[Scope.Faith.GetFlavorDesc]" + autoresize = yes + } + + block "extra_info" {} + } + } + } + + ############################## + ### END MINORITIES TOOLTIP ### + ############################## +} + diff --git a/WtWSMS/gui/window_my_realm.gui b/WtWSMS/gui/window_my_realm.gui index f35c3d54b1..7a80536187 100644 --- a/WtWSMS/gui/window_my_realm.gui +++ b/WtWSMS/gui/window_my_realm.gui @@ -346,6 +346,7 @@ window = { layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding onclick = "[MyRealmWindow.ShowDomain]" + onclick = "[GetVariableSystem.Clear('law_window_toggle')]" #关闭 down = "[MyRealmWindow.IsShowingDomain]" text = "MY_REALM_WINDOW_DOMAIN_TAB" @@ -356,6 +357,7 @@ window = { layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding onclick = "[MyRealmWindow.ShowVassals]" + onclick = "[GetVariableSystem.Clear('law_window_toggle')]" #关闭 down = "[MyRealmWindow.IsShowingVassals]" text = "MY_REALM_WINDOW_VASSALS_TAB" @@ -366,18 +368,29 @@ window = { layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding onclick = "[MyRealmWindow.ShowSuccession]" - down = "[MyRealmWindow.IsShowingSuccession]" + onclick = "[GetVariableSystem.Clear('law_window_toggle')]" #关闭 + down = "[And(MyRealmWindow.IsShowingSuccession,Not(GetVariableSystem.Exists( 'law_window_toggle' )))]" text = "MY_REALM_WINDOW_SUCCESSION_TAB" } - } + button_tab = { + name = "tutorial_highlight_law_tab" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + onclick = "[GetVariableSystem.Toggle( 'law_window_toggle' )]" + onclick = "[MyRealmWindow.ShowSuccession]" + down = "[GetVariableSystem.Exists( 'law_window_toggle' )]" + text = "MY_REALM_WINDOW_LAW_TAB" + } + } + hbox_law_text = {} ###法律 TAB ### DOMAIN TAB vbox = { name = "tab_domain" layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding - visible = "[MyRealmWindow.IsShowingDomain]" + visible = "[And(MyRealmWindow.IsShowingDomain,Not(GetVariableSystem.Exists( 'law_window_toggle' )))]" using = Animation_Tab_Switch @@ -532,9 +545,8 @@ window = { modify_texture = { name = "mask" - texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" + texture = "gfx/interface/component_masks/mask_fade_horizontal_right.dds" blend_mode = alphamultiply - mirror = horizontal } } @@ -628,8 +640,7 @@ window = { layoutpolicy_horizontal = expanding visible = "[DataModelHasItems(CountyGroup.GetEmptyHoldings)]" spacing = 5 - margin_left = 10 - margin_right = 10 + margin_left = 25 button_group = { onclick = "[CountyGroup.ToggleExpanded]" @@ -680,11 +691,7 @@ window = { down = "[Holding.IsSelected]" using = Holding_Mouse_Entry - using = Background_Vignette_Button - - tooltipwidget = { - holding_tooltip_click = {} - } + tooltipwidget = { holding_tooltip_click = {} } using = tooltip_ne widget = { @@ -709,13 +716,15 @@ window = { } hbox = { - margin = { 10 0 } + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 10 2 } vbox = { layoutpolicy_vertical = expanding margin_top = 2 - text_single = { + text_label_left = { text = "[HoldingItem.GetBarony.GetNameNoTierNoTooltip]" } @@ -729,7 +738,7 @@ window = { visible = "[HoldingItem.GetHolding.IsConstructionInProgress]" margin = { 0 4 } - text_single = { + text_label_right = { layoutpolicy_horizontal = expanding text = "[HoldingItem.GetStatusText]" @@ -740,12 +749,14 @@ window = { hbox = { layoutpolicy_horizontal = expanding - margin_bottom = 3 + margin_right = -1 + expand = {} progressbar_standard = { name = "building_progressbar" + alwaystransparent = yes - size = { 180 12 } + size = { 180 15 } value = "[HoldingItem.GetHolding.GetConstructionProgress]" direction = horizontal } @@ -788,7 +799,7 @@ window = { name = "tab_vassals" layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding - visible = "[MyRealmWindow.IsShowingVassals]" + visible = "[And(MyRealmWindow.IsShowingVassals,Not(GetVariableSystem.Exists( 'law_window_toggle' )))]" state = { name = _show @@ -839,22 +850,16 @@ window = { } } - ##### Changed from Vanilla: Used overlappingitembox and flowcontainer - ##### to stack the all button and the government selection button - - ##### Changed from Vanilla vvvvv - flowcontainer = { + hbox = { name = "small_government_filters" datamodel = "[MyRealmWindow.GetGovernmentTypeHeaders]" visible = "[GreaterThanOrEqualTo_int32(GetDataModelSize(MyRealmWindow.GetGovernmentTypeHeaders), '(int32)3')]" - spacing = 2 - direction = vertical + spacing = 5 layoutpolicy_horizontal = expanding - layoutpolicy_vertical = expanding button_standard_clean = { name = "all_governments" - size = { 56 33 } + size = { 60 33 } default_format = "#low" text = "MRW_GOVERNMENT_FILTER_ALL" @@ -864,37 +869,22 @@ window = { onclick = "[MyRealmWindow.ResetGovernmentTypeFilter]" } - ##### Changed from Vanilla vvvvv - overlappingitembox = { - name = "small_government_filters" - datamodel = "[MyRealmWindow.GetGovernmentTypeHeaders]" - visible = "[GreaterThanOrEqualTo_int32(GetDataModelSize(MyRealmWindow.GetGovernmentTypeHeaders), '(int32)3')]" - spacing = 5 - - size = { 500 30 } - - layoutpolicy_horizontal = expanding - layoutpolicy_vertical = expanding + item = { + button_standard_clean = { + name = "small_government_filter" + datacontext = "[GovernmentTypeHeader.GetGovernmentType]" + size = { 100 33 } - item = { - button_standard_clean = { - name = "small_government_filter" - datacontext = "[GovernmentTypeHeader.GetGovernmentType]" - size = { 100 33 } - - text = "[GovernmentType.GetNameNoTooltip]" - default_format = "#low" - - tooltip = "MRW_GOVERNMENT_FILTER_TT" - using = tooltip_above - down = "[GovernmentTypeHeader.IsSelected]" - onclick = "[GovernmentTypeHeader.OnClick]" - } + text = "[GovernmentType.GetNameNoTooltip]" + default_format = "#low" + + tooltip = "MRW_GOVERNMENT_FILTER_TT" + using = tooltip_above + down = "[GovernmentTypeHeader.IsSelected]" + onclick = "[GovernmentTypeHeader.OnClick]" } } - ##### Changed from Vanilla ^^^^^ } - ##### Changed from Vanilla ^^^^^ } text_single = { @@ -971,9 +961,7 @@ window = { vbox = { layoutpolicy_horizontal = expanding - margin = { 15 0 } - margin_top = 15 - margin_bottom = 15 + margin = { 15 5 } vbox = { layoutpolicy_horizontal = expanding @@ -1046,7 +1034,7 @@ window = { ### SUCCESSION TAB vbox = { name = "tab_succession" - visible = "[MyRealmWindow.IsShowingSuccession]" + visible = "[And(MyRealmWindow.IsShowingSuccession,Not(GetVariableSystem.Exists( 'law_window_toggle' )))]" layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding @@ -1061,9 +1049,9 @@ window = { } vbox = { - margin = { 20 15 } + margin = { 30 15 } margin_bottom = 10 - spacing = 4 + spacing = 8 layoutpolicy_horizontal = expanding text_label_center = { @@ -1079,7 +1067,7 @@ window = { item = { hbox = { - visible = "[And( Not( GuiLawGroup.GetLawGroup.HasFlag( 'realm_law' ) ), GuiLawGroup.IsAvailable )]" + visible = "[And( And(Not( GuiLawGroup.GetLawGroup.HasFlag( 'realm_law' )),Not( GuiLawGroup.GetLawGroup.HasFlag( 'religion_culture_law' ))), GuiLawGroup.IsAvailable )]" layoutpolicy_horizontal = growing vbox = { @@ -1088,7 +1076,7 @@ window = { text_single = { layoutpolicy_horizontal = growing max_width = 350 - raw_text = "[GuiLawGroup.GetLawGroup.GetNameSingular]:" + text = "[GuiLawGroup.GetLawGroup.GetNameSingular]:" } text_single = { @@ -1171,7 +1159,7 @@ window = { blockoverride "scrollbox_content" { - margin = { 20 10 } + margin = { 17 10 } spacing = 10 hbox = { @@ -1179,14 +1167,7 @@ window = { layoutpolicy_horizontal = expanding background = { - using = Background_Area_Dark - alpha = 0.8 - - modify_texture = { - texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" - blend_mode = alphamultiply - mirror = horizontal - } + using = Background_Area } portrait_head = { @@ -1200,8 +1181,7 @@ window = { vbox = { layoutpolicy_vertical = expanding layoutpolicy_horizontal = expanding - margin = { 5 0 } - margin_top = 5 + margin = { 10 8 } vbox = { layoutpolicy_horizontal = expanding @@ -1209,22 +1189,22 @@ window = { text_single = { visible = "[MyRealmWindow.HasHeir]" layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding autoresize = no - using = Font_Size_Medium - fontsize_min = 14 - text = "[MyRealmWindow.GetCharacter.GetPlayerHeir.GetUINameNoTooltip]" - default_format = "#low" + text = "MRW_YOUR_PLAYER_HEIR" + default_format = "#weak" } text_single = { visible = "[MyRealmWindow.HasHeir]" layoutpolicy_horizontal = expanding - layoutpolicy_vertical = expanding autoresize = no + using = Font_Size_Medium + fontsize_min = 14 - text = "MRW_YOUR_PLAYER_HEIR" - default_format = "#weak" + text = "[MyRealmWindow.GetCharacter.GetPlayerHeir.GetUINameNoTooltip]" + default_format = "#low" } } @@ -1245,11 +1225,13 @@ window = { text = "MY_REALM_WINDOW_NOT_PRIMARY_HEIR" } } - - expand = {} } } + divider = { + layoutpolicy_horizontal = expanding + } + ##### FROM REALM'S PARTITION ##### vbox = { layoutpolicy_horizontal = expanding @@ -1258,13 +1240,11 @@ window = { name = "their_partition_share" visible = "[And(MyRealmWindow.HasPartition, DataModelHasItems(MyRealmWindow.GetMyPartitionShare))]" layoutpolicy_horizontal = expanding - margin_left = 5 hbox = { layoutpolicy_horizontal = expanding - text_label_left = { - layoutpolicy_horizontal = expanding + text_label_center = { text = "MY_REALM_WINDOW_PARTITION_SHARE" } @@ -1469,15 +1449,13 @@ window = { name = "exceptions" layoutpolicy_horizontal = expanding layoutpolicy_vertical = growing - margin_left = 5 visible = "[DataModelHasItems(MyRealmWindow.GetSuccessionExceptions)]" hbox = { layoutpolicy_horizontal = expanding - text_label_left = { - layoutpolicy_horizontal = expanding + text_label_center = { text = "MY_REALM_WINDOW_EXCEPTIONS" } @@ -1515,7 +1493,7 @@ window = { text_label_left = { name = "line_of_succession_label" - layoutpolicy_horizontal = expanding + text = "MY_REALM_WINDOW_LINE_OF_SUCCESSION" } @@ -1538,17 +1516,19 @@ window = { } } + divider = { + layoutpolicy_horizontal = expanding + } + #### ELECTIONS #### vbox = { layoutpolicy_horizontal = expanding visible = "[MyRealmWindow.CanVote]" - margin_left = 5 hbox = { layoutpolicy_horizontal = expanding - text_label_left = { - layoutpolicy_horizontal = expanding + text_label_center = { text = "MY_REALM_WINDOW_ELECTIONS" } @@ -1561,17 +1541,18 @@ window = { fixedgridbox = { name = "exceptions_box" - addcolumn = 510 + addcolumn = 480 addrow = 90 datamodel = "[MyRealmWindow.GetTitlesCanVote]" item = { widget = { name = "election_title" - size = { 510 90 } + size = { 480 90 } datacontext = "[TitleItem.GetTitle]" hbox = { + layoutpolicy_vertical = expanding spacing = 10 coa_title_small_crown = { @@ -1611,8 +1592,7 @@ window = { } } } - } - + } expand = { layoutpolicy_vertical = expanding } @@ -1653,7 +1633,7 @@ window = { background = { using = Background_Area margin = { -65 0 } - margin_bottom = 8 + margin_bottom = 10 margin_top = 3 } @@ -1693,23 +1673,17 @@ window = { using = Status_Highlight } - flowcontainer = { - spacing = 5 - - text_single = { - layoutpolicy_horizontal = expanding - text = "MY_REALM_WINDOW_FROM_HOLDINGS" - align = bottom - } - - warning_icon = { - visible = "[MyRealmWindow.IsOverDomainLimit]" - size = { 25 25 } - tooltip = "[Character.GetDomainLimitTooltip]" - } + icon = { + visible = "[MyRealmWindow.IsOverDomainLimit]" + size = { 25 25 } + texture = "gfx/interface/icons/symbols/icon_warning.dds" + tooltip = "[Character.GetDomainLimitTooltip]" } - expand = {} + text_single = { + layoutpolicy_horizontal = expanding + text = "MY_REALM_WINDOW_FROM_HOLDINGS" + } text_single = { datacontext = "[MyRealmWindow.GetDomainIncome]" @@ -1753,23 +1727,17 @@ window = { using = Status_Highlight } - flowcontainer = { - spacing = 5 - - text_single = { - layoutpolicy_horizontal = expanding - text = "MY_REALM_WINDOW_FROM_VASSALS" - align = bottom - } - - warning_icon = { - visible = "[GreaterThan_int32( Character.GetNumVassalsTowardsLimit, Character.GetVassalLimit )]" - size = { 25 25 } - tooltip = "[Character.GetVassalLimitTooltip]" - } + icon = { + visible = "[GreaterThan_int32( Character.GetNumVassalsTowardsLimit, Character.GetVassalLimit )]" + size = { 25 25 } + texture = "gfx/interface/icons/symbols/icon_warning.dds" + tooltip = "[Character.GetVassalLimitTooltip]" } - expand = {} + text_single = { + layoutpolicy_horizontal = expanding + text = "MY_REALM_WINDOW_FROM_VASSALS" + } text_single = { datacontext = "[MyRealmWindow.GetVassalsIncome]" diff --git a/WtWSMS/localization/english/sea_minority_events_l_english.yml b/WtWSMS/localization/english/sea_minority_events_l_english.yml new file mode 100644 index 0000000000..8d8a66988c --- /dev/null +++ b/WtWSMS/localization/english/sea_minority_events_l_english.yml @@ -0,0 +1,37 @@ +l_english: + minority_culture_spread_title:0 "Cultural Spread" + minority_culture_spread_tt:0 "A group of [minority_culture.GetName] peasants have moved from [source_county.GetName] to [county.GetName]." + + minority_culture_appearance_title:0 "Cultural Spread" + minority_culture_appearance_tt:0 "A group of [minority_culture.GetName] peasants have appeared in [county.GetName]." + + minority_faith_spread_title:0 "Religious Spread" + minority_faith_spread_tt:0 "A group of [minority_faith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." + + minority_faith_appearance_title:0 "Religious Spread" + minority_faith_appearance_tt:0 "A group of [minority_faith.GetAdjective] peasants have appeared in [county.GetName]." + + minority_culture_faith_spread_title:0 "Peasant Migration" + minority_culture_faith_spread_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." + + minority_culture_faith_appearance_title:0 "Peasant Migration" + minority_culture_faith_appearance_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have appeared in [county.GetName]." + + minorities.0000.expel_minority_tt:0 "The [expelled_culture.GetName] minority will be expelled" + minorities.1000.expel_minority_tt:0 "The [expelled_faith.GetAdjective] minority will be expelled" + + EXPELLED_FAITH_OPINION_EFFECT:1 "All [expelled_faith.GetAdjectiveNoTooltip] subjects lose #N 40#! [opinion|E] of you" + EXPELLED_CULTURE_OPINION_EFFECT:1 "All [expelled_culture.GetNameNoTooltip] subjects lose #N 40#! [opinion|E] of you" + + EXPULSION_COOLDOWN_WARNING:0 "@warning_icon!#X You can only expel minorities once every 10 years" + EXPULSION_PURGE_IS_ON_COOLDOWN:0 "Cannot expel minorities again until [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'expelled_or_purged_peasants') )]" + MINORITY_LAW_IS_ON_COOLDOWN:0 "You recently changed a minority law. Can be changed again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'minority_law_cooldown') )]" + + small_minority_expelled_modifier:0 "Small Minority Expelled" + small_minority_expelled_modifier_desc:0 "A small group of peasants have been forcibly removed from this county." + large_minority_expelled_modifier:0 "Large Minority Expelled" + large_minority_expelled_modifier_desc:0 "A large group of peasants have been forcibly removed from this county." + ruler_expelled_minority_modifier:0 "Ruler Expelled Kinsmen" + ruler_expelled_minority_modifier_desc:0 "The people of this county are angry that their kinsmen have been expelled from another part of the realm." + + cultural_acceptance_loss_expulsion:0 "[expelled_culture.GetName] culture expelled from [expulsion_realm.GetName]" \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml b/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml new file mode 100644 index 0000000000..a95008193d --- /dev/null +++ b/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml @@ -0,0 +1,19 @@ +l_english: + MINORITIES_MAP_NAME:0 "#V Minorities#!" + MINORITIES_MAP_TOOLTIP:0 "#T $MINORITIES_MAP_NAME$\n#!Shows [minority_faiths|E] and [minority_cultures|E] on the map." + + game_concept_minority_culture:0 "Minority Culture" + game_concept_minority_cultures:0 "Minority Cultures" + game_concept_minority_culture_large:0 "Large Minority" + game_concept_minority_culture_small:0 "Small Minority" + + game_concept_minority_faith:0 "Minority Faith" + game_concept_minority_faiths:0 "Minority Faiths" + game_concept_minority_faith_large:0 "Large Minority" + game_concept_minority_faith_small:0 "Small Minority" + + game_concept_minority_faith_desc:0 "A Minority Faith represents a proportion of the population of a [county|E] which follows another [faith|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original faith of the county, which becomes a new minority in that county." + game_concept_minority_culture_desc:0 "A Minority Culture represents a proportion of the population of a [county|E] belonging to another [culture|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original culture of the county, which becomes a new minority in that county." + + task_conversion_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_faith','Minority')|E] of the [county|E] changes [faith|E] to [councillor.GetFaith.GetName]" + task_promote_culture_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_culture','Minority')|E] of the [county|E] changes [culture|E] to [councillor_liege.GetCulture.GetName]" \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_minority_laws_l_english.yml b/WtWSMS/localization/english/sea_minority_laws_l_english.yml new file mode 100644 index 0000000000..25d82175ef --- /dev/null +++ b/WtWSMS/localization/english/sea_minority_laws_l_english.yml @@ -0,0 +1,83 @@ +l_english: + MY_REALM_WINDOW_LAW_TAB:0 "Law" + + religious_minority_status_law:0 "Religious Minority Law" + religious_minority_status_1:0 "Other Faiths Accepted" + religious_minority_status_2:0 "Other Faiths Tolerated" + religious_minority_status_3:0 "Other Faiths Unwelcomed" + religious_minority_status_1_effects_not_in_prev:0 "$EFFECT_LIST_BULLET$Disallows converting [faith|E] in county" + religious_minority_status_2_effects:0 "$EFFECT_LIST_BULLET$Allows converting [faith|E] in county" + religious_minority_status_3_effects:0 "$EFFECT_LIST_BULLET$Allows conversion of [minority_faiths|E]\n$EFFECT_LIST_BULLET$Unlocks the $expel_religious_minority_decision$ [decision|E]" + + cultural_minority_status_law:0 "Cultural Minority Law" + cultural_minority_status_1:0 "Other Cultures Accepted" + cultural_minority_status_2:0 "Other Cultures Tolerated" + cultural_minority_status_3:0 "Other Cultures Unwelcomed" + cultural_minority_status_1_effects_not_in_prev:0 "$EFFECT_LIST_BULLET$Disallows converting [culture|E] in county" + cultural_minority_status_2_effects:0 "$EFFECT_LIST_BULLET$Allows converting [culture|E] in county" + cultural_minority_status_3_effects:0 "$EFFECT_LIST_BULLET$Allows conversion of [minority_cultures|E]\n$EFFECT_LIST_BULLET$Unlocks the $expel_cultural_minority_decision$ [decision|E]" + + not_has_expel_minorities_unlocked:0 "Does not have law allowing expulsion of minorities" + + expel_religious_minority_decision:0 "Expel Religious Minority" + expel_religious_minority_decision_desc:0 "The stability of my realm is threatened by worshipers of false gods. It would be prudent to remove them before things get out of hand." + expel_religious_minority_decision_confirm:0 "Expel Religious Minority" + expel_religious_minority_decision_tooltip:0 "Expel Religious Minority" + + expel_cultural_minority_decision:0 "Expel Cultural Minority" + expel_cultural_minority_decision_desc:0 "The stability of my realm is threatened by barbarians within our borders. It would be prudent to remove them before things get out of hand." + expel_cultural_minority_decision_confirm:0 "Expel Cultural Minority" + expel_cultural_minority_decision_tooltip:0 "Expel Cultural Minority" + + has_minority_that_can_be_expelled:0 "There are no minorities that can be expelled" + expelled_my_faith_opinion:0 "Expelled My Faith" + expelled_my_culture_opinion:0 "Expelled My Culture" + converting_minority_desc:0 "Expelling Minority" + + # Expel Religion + minorities.1001.t:0 "The Unbelievers" + minorities.1002.t:0 "$minorities.1001.t$" + minorities.1003.t:0 "$minorities.1001.t$" + minorities.1001.desc:0 "Mine is a land of believers in [ROOT.Char.GetFaith.HighGodName], but some of the peasantry have taken to following strange gods. It may be wise to expel them from the realm, before they start causing problems for me and my fellow [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip].\n\nAnd if they just so happen to leave some of their belongings behind, it would naturally fall to the [ROOT.Char.GetTitleTierName] to ensure these are properly "disposed" of." + minorities.1002.desc:0 "$minorities.1001.desc$" + minorities.1003.desc:0 "$minorities.1001.desc$" + + minorities.1001.1:0 "The [minority_1.GetAdherentNamePluralNoTooltip] are no longer welcome here." + minorities.1001.2:0 "Banish the [minority_2.GetAdherentNamePluralNoTooltip] from the realm." + minorities.1001.3:0 "I have pampered the [minority_3.GetAdherentNamePluralNoTooltip] for too long." + minorities.1002.4:0 "Let us be rid of the [minority_4.GetAdherentNamePluralNoTooltip]." + minorities.1002.5:0 "Send the [minority_5.GetAdherentNamePluralNoTooltip] packing." + minorities.1002.6:0 "Get the [minority_6.GetAdherentNamePluralNoTooltip] out of my [ROOT.Char.GetPrimaryTitle.GetTierAsNameNoTooltip]." + minorities.1003.7:0 "The [minority_7.GetAdherentNamePluralNoTooltip] do not belong here." + minorities.1003.8:0 "I don't want to see any more [minority_8.GetAdherentNamePluralNoTooltip] or their [minority_8.ReligiousSymbol] again." + minorities.1003.9:0 "Remove the [minority_9.GetAdherentNamePluralNoTooltip] at once." + minorities.1001.next:0 "There are others..." + minorities.1001.back:0 "There are others..." + minorities.1001.cancel:0 "Perhaps this is not the best idea, after all." + minorities.1002.cancel:0 "$minorities.1001.cancel$" + minorities.1003.cancel:0 "$minorities.1001.cancel$" + + minorities.1001.1.tt:0 "All [minority_1.GetAdjective] minorities will be banished from your [domain|E]" + + # Expel Culture + minorities.0001.t:0 "To Expel the Barbarians" + minorities.0002.t:0 "$minorities.0001.t$" + minorities.0003.t:0 "$minorities.0001.t$" + minorities.0001.desc:0 "As a [ROOT.Char.GetCulture.GetNameNoTooltip] [ROOT.Char.GetTitleTierName], I rule over many different subjects... some more problematic than others. While one can always hope for peaceful co-existence, it may be easier to simply expel them from the realm.\n\nAnd if they happen to leave some property behind, naturally the [ROOT.Char.GetTitleTierName] would be responsible for "cleaning" up the mess." + minorities.0002.desc:0 "$minorities.0001.desc$" + minorities.0003.desc:0 "$minorities.0001.desc$" + + minorities.0001.1:0 "The [minority_1.GetCollectiveNounNoTooltip] are no longer welcome here." + minorities.0001.2:0 "Banish the [minority_2.GetCollectiveNounNoTooltip] from the realm." + minorities.0001.3:0 "I have pampered the [minority_3.GetCollectiveNounNoTooltip] for too long." + minorities.0002.4:0 "Let us be rid of the [minority_4.GetCollectiveNounNoTooltip]." + minorities.0002.5:0 "Send the [minority_5.GetCollectiveNounNoTooltip] packing." + minorities.0002.6:0 "Get the [minority_6.GetCollectiveNounNoTooltip] out of my [ROOT.Char.GetPrimaryTitle.GetTierAsNameNoTooltip]." + minorities.0003.7:0 "The [minority_7.GetCollectiveNounNoTooltip] do not belong here." + minorities.0003.8:0 "Get rid of the [minority_8.GetCollectiveNounNoTooltip] and their bizarre ways." + minorities.0003.9:0 "Remove the [minority_9.GetCollectiveNounNoTooltip] at once." + minorities.0001.next:0 "There are others..." + minorities.0001.back:0 "There are others..." + minorities.0001.cancel:0 "Perhaps this is not the best idea, after all." + minorities.0002.cancel:0 "$minorities.0001.cancel$" + minorities.0003.cancel:0 "$minorities.0001.cancel$" From 6edd00295d8ae1015cd15eef96a7815b3adb0f5b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 8 Sep 2022 00:34:49 -0400 Subject: [PATCH 009/339] Implement Council Tasks --- .../00_court_chaplain_tasks_BP_overwrite.txt | 48 ++++++++--- .../00_steward_tasks_BP_overwrite.txt | 86 +++++++++++++++---- .../decisions/sea_minority_decisions.txt | 79 +++++++++++++++++ .../on_action/sea_minority_game_start.txt | 55 +++--------- _developer_documentation/_BP_design.info | 9 -- 5 files changed, 198 insertions(+), 79 deletions(-) create mode 100644 WtWSMS/common/decisions/sea_minority_decisions.txt diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index 61fd1b6759..3817d882ea 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -253,13 +253,39 @@ task_conversion = { desc = minimum_conversion } } + ### Minority Stuff ### + + # Because the task needs to complete 3 times with the minority system + multiply = 3 + + if = { + limit = { scope:county.faith = scope:councillor_liege.faith } + multiply = { + value = 0.5 + desc = converting_minority_desc + } + } + ### End Minority Stuff ### } ##### Changed from Vanilla ^^^^^ ##### Changed from Vanilla vvvvv potential_county = { scope:county = { - NOT = { faith = scope:councillor.faith } + ### Minority stuff ### + scope:councillor_liege = { has_realm_law_flag = may_convert_faith } + trigger_if = { + limit = { faith = scope:councillor_liege.faith } + trigger_if = { + limit = { county_has_astray_or_worse_minority_faith_trigger = { FAITH = scope:councillor.faith } } + custom_tooltip = { + text = "not_has_expel_minorities_unlocked" + scope:councillor_liege = { has_realm_law_flag = unlock_expel_religious_minorities } + } + } + trigger_else = { NOT = { faith = scope:councillor_liege.faith } } + } + ### End Minority stuff ### trigger_if = { limit = { scope:councillor_liege = { has_variable = hold_court_8120_religion_block } @@ -541,21 +567,23 @@ task_conversion = { } ##### Changed from Vanilla ^^^^^ + ##### Changed from Vanilla vvvvv on_finish_task_county = { scope:county = { - set_county_faith = scope:councillor.faith - } - if = { - limit = { - scope:councillor = { - has_council_position = councillor_court_chaplain - } + if = { + limit = { scope:county.faith = scope:councillor.faith } + demote_random_faith_minority_effect = yes } - scope:councillor = { - start_default_task = yes + else = { + promote_faith_minority_effect = { FAITH = scope:councillor.faith } + if = { + limit = { scope:county.faith = scope:councillor.faith } + scope:councillor = { start_default_task = yes } + } } } } + ##### Changed from Vanilla ^^^^^ monthly_on_action = task_convert_side_effects diff --git a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt index ffd63a1810..1aba9441b1 100644 --- a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt @@ -579,7 +579,7 @@ task_promote_culture = { } } - #### Changed from Vanilla vvvvv + ##### Changed from Vanilla vvvvv progress = { value = 0 add = { @@ -673,12 +673,44 @@ task_promote_culture = { desc = fp2_struggle_hostility_culture_conversion_task_desc } } + + ### Minority Stuff ### + + # Because the task needs to complete 3 times with the minority system + multiply = 3 + + if = { + limit = { scope:county.culture = scope:councillor_liege.culture } + multiply = { + value = 0.5 + desc = converting_minority_desc + } + } + ### End Minority Stuff ### } - #### Changed from Vanilla ^^^^^ + ##### Changed from Vanilla ^^^^^ + ##### Changed from Vanilla vvvvv potential_county = { scope:county = { - NOT = { culture = scope:councillor_liege.culture } + ### Minority stuff ### + scope:councillor_liege = { has_realm_law_flag = may_convert_culture } + trigger_if = { + limit = { culture = scope:councillor_liege.culture } + trigger_if = { + limit = { + county_has_different_heritage_minority_culture_trigger = { CULTURE = scope:councillor.culture } + } + custom_tooltip = { + text = "not_has_expel_minorities_unlocked" + scope:councillor_liege = { has_realm_law_flag = unlock_expel_cultural_minorities } + } + } + trigger_else = { + NOT = { culture = scope:councillor_liege.culture } + } + } + ### End Minority stuff ### trigger_if = { limit = { scope:councillor_liege = { has_variable = hold_court_8130_culture_block } @@ -869,11 +901,13 @@ task_promote_culture = { } } } + ##### Changed from Vanilla ^^^^^ + ##### Changed from Vanilla vvvvv on_finish_task_county = { scope:councillor_liege = { if = { - limit = { + limit = { NOT = { culture = { is_hybrid_culture = yes @@ -889,43 +923,57 @@ task_promote_culture = { } add_character_flag = { flag = no_ai_culture_convert - years = 60 + years = 20 # down from 60 } } else = { add_character_flag = { flag = no_ai_culture_convert - years = 30 + years = 10 # down from 30 } } } } + ### Minority Stuff ### scope:county = { if = { - limit = { - NOT = { - scope:councillor_liege.culture = { - is_hybrid_culture = yes - any_parent_culture = { - this = scope:county.culture + limit = { scope:county.culture = scope:councillor_liege.culture } + demote_random_culture_minority_effect = yes + } + else = { + if = { + limit = { + NOT = { + scope:councillor_liege.culture = { + is_hybrid_culture = yes + any_parent_culture = { + this = scope:county.culture + } } } } - } - culture = { - change_cultural_acceptance = { - target = scope:councillor_liege.culture - value = culture_conversion_acceptance_impact - desc = cultural_acceptance_loss_promote_culture + culture = { + change_cultural_acceptance = { + target = scope:councillor_liege.culture + value = culture_conversion_acceptance_impact + desc = cultural_acceptance_loss_promote_culture + } } } + + promote_culture_minority_effect = { CULTURE = scope:councillor_liege.culture } + if = { + limit = { scope:county.culture = scope:councillor_liege.culture } + scope:councillor = { start_default_task = yes } + } } - set_county_culture = scope:councillor_liege.culture } + ### End Minority Stuff ### scope:councillor = { start_default_task = yes } } + ##### Changed from Vanilla ^^^^^ monthly_on_action = task_promote_culture_side_effects diff --git a/WtWSMS/common/decisions/sea_minority_decisions.txt b/WtWSMS/common/decisions/sea_minority_decisions.txt new file mode 100644 index 0000000000..ef57a31ef8 --- /dev/null +++ b/WtWSMS/common/decisions/sea_minority_decisions.txt @@ -0,0 +1,79 @@ + +expel_cultural_minority_decision = { + picture = "gfx/interface/illustrations/decisions/decision_expel.dds" + desc = expel_cultural_minority_decision_desc + + ai_check_interval = 36 + + is_shown = { + has_realm_law_flag = unlock_expel_cultural_minorities + } + + is_valid_showing_failures_only = { + is_at_war = no + custom_tooltip = { + text = has_minority_that_can_be_expelled + any_realm_county = { + county_has_different_heritage_minority_culture_trigger = { CULTURE = root.culture } + } + } + custom_description = { + subject = root + text = "has_expel_purge_cooldown" + NOT = { has_variable = expelled_or_purged_peasants } + } + } + + effect = { + trigger_event = minorities.0001 + set_variable = { + name = expelled_or_purged_peasants + years = 10 + } + custom_tooltip = EXPULSION_COOLDOWN_WARNING + } + + ai_potential = { + always = no + } +} + +expel_religious_minority_decision = { + picture = "gfx/interface/illustrations/decisions/decision_expel.dds" + desc = expel_religious_minority_decision_desc + + ai_check_interval = 36 + + is_shown = { + has_realm_law_flag = unlock_expel_religious_minorities + } + + is_valid_showing_failures_only = { + is_at_war = no + custom_tooltip = { + text = has_minority_that_can_be_expelled + any_realm_county = { + county_is_religiously_protected_trigger = no + county_has_astray_or_worse_minority_faith_trigger = { FAITH = root.faith } + } + } + custom_description = { + subject = root + text = "has_expel_purge_cooldown" + NOT = { has_variable = expelled_or_purged_peasants } + } + } + + effect = { + trigger_event = minorities.1001 + set_variable = { + name = expelled_or_purged_peasants + years = 10 + } + custom_tooltip = EXPULSION_COOLDOWN_WARNING + } + + ai_potential = { + always = no + } +} diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index f1b6d8e578..c356b19cb2 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -10,6 +10,8 @@ on_game_start_after_lobby = { } } +##### Changed from Vanilla: Removed various religions based on WtWSMS status, added WtWSMS cases + # culture_minorities_large # culture_minorities_small # faith_minorities_large @@ -74,26 +76,7 @@ set_minorities_game_start = { } } - # Yazidis - - title:c_ninive = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:yazidi - } - } - title:c_nasibin = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:yazidi - } - } - title:c_sinjar = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:yazidi - } - } + ##### Changed from Vanilla: Removed Yazidis # Manichean @@ -110,20 +93,7 @@ set_minorities_game_start = { } } - # Ash'ari - - title:c_shazhou = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:ashari - } - } - title:c_liangzhou = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:ashari - } - } + ##### Changed from Vanilla: Removed Ash'ari # Jewish @@ -152,15 +122,18 @@ set_minorities_game_start = { target = culture:persian } } + ##### Changed from Vanilla vvvvv + + ##### Changed from Vanilla ^^^^^ } } initial_spawn_minority_courtiers = { - effect = { - every_ruler = { - trigger_event = { - on_action = spawn_minority_characters - } - } - } + effect = { + every_ruler = { + trigger_event = { + on_action = spawn_minority_characters + } + } + } } diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index e0a3368754..a90350dc7c 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -34,15 +34,6 @@ Gameplay: * Prevent the creation of de jure kingdoms and empires without certain innovations (custom decisions are still fine) * Added Tribal Kingdom/Empire shatter mechanic to model stateless societies (i.e., without social stratification innovation); enabled via rule ------------------------------------------------------------------ -IN PROGRESS (0.1.*): ------------------------------------------------------------------ -* Review Frankish MAA debuff cost and see if sufficient -* Review various combinations of cultures and religions to ensure script values are good - * None should be impossible, but many should be very difficult -* Review if Ostrogoths should be quarrelsome or not - * Made them at least temporarily pending further review - ----------------------------------------------------------------- TODO: ----------------------------------------------------------------- From 8e8be988df245f22b2f150d69f9f41c4f88ae98b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 8 Sep 2022 03:53:34 -0400 Subject: [PATCH 010/339] More code cleanup --- .../on_action/sea_minority_game_start.txt | 267 +++++++++++++++++- 1 file changed, 260 insertions(+), 7 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index c356b19cb2..4c28b05cce 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1,13 +1,14 @@ on_game_start = { on_actions = { set_minorities_game_start + BP_set_minorities_by_date } } on_game_start_after_lobby = { - on_actions = { - initial_spawn_minority_courtiers - } + on_actions = { + initial_spawn_minority_courtiers + } } ##### Changed from Vanilla: Removed various religions based on WtWSMS status, added WtWSMS cases @@ -124,16 +125,268 @@ set_minorities_game_start = { } ##### Changed from Vanilla vvvvv + #e_armenia + title:c_derbent = { #Mountain Jews + add_to_variable_list = { + name = faith_minorities_small + target = faith:tzadikite + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:juhuro + } + } + + #e_byzantium + ##k_byzantium + title:c_byzantion = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + } + ##k_oriens + ###Israel + every_county = { + limit = { + OR = { + this.duchy = title:d_iudea + this.culture = culture:hebrew + } + } + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:rabbinism } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:rabbinism + } + } + if = { + limit = { NOT = { this.faith = faith:samaritan } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:samaritan + } + } + } + } + title:c_jerusalem = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } + } + ###Others + title:c_harran = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:platonism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:hellenic_pagan + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:assyrian_pagan + } + #Cultures + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + } + ##k_egypt + title:c_alexandria = { + if = { + limit = { NOT = { this.faith = faith:miaphysitism } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:miaphysitism + } + } + } + #e_persia + ##k_asoristan + title:c_baghdad = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:mazdayasna + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nicene + } + #Cultures + add_to_variable_list = { + name = culture_minorities_small + target = culture:persian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:hebrew + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:assyrian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } + } ##### Changed from Vanilla ^^^^^ } } -initial_spawn_minority_courtiers = { +BP_set_minorities_by_date = { effect = { - every_ruler = { - trigger_event = { - on_action = spawn_minority_characters + if = { + limit = { current_date <= 500.1.1 } + + #e_armenia + title:c_abkhazia = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:georgian_pagan + } + } + + #e_byzantium + ##k_byzantium + title:c_byzantion = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:miaphysitism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + add_to_variable_list = { + name = culture_minorities_large + target = culture:roman + } + } + ##k_pontus + title:c_trebizond = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:georgian_pagan + } + add_to_variable_list = { + name = culture_minorities_large + target = culture:macronian + } + } + ##k_hellas + title:c_attica = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:platonism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:hellenic_pagan + } + } + ##k_asia + title:c_phrygia = { + add_to_variable_list = { + name = culture_minorities_large + target = culture:phrygian + } } + ##k_thrace + title:c_nikopolis = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:gothic_church + } + add_to_variable_list = { + name = culture_minorities_large + target = culture:thracian_gothic + } + } + ##k_oriens + title:c_baalbek = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:hellenic_pagan + } + } + ###Israel + every_county = { + limit = { this.duchy = title:d_iudea } + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:nicene } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nicene + } + } + if = { + limit = { NOT = { this.faith = faith:ebionite } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:ebionite + } + } + } + } + title:c_ghazza = { + add_to_variable_list = { + name = culture_minorities_large + target = culture:hebrew + } + } + + #e_north_africa + ##k_africa + title:c_tunis = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:vandalic + } + } + + #e_spain + #Alans in Alentejo, Cartaginense, Alenquer + #Buri in Terras de Boro + #Marcomanni (sp) in Galecia } } } + +initial_spawn_minority_courtiers = { + effect = { + every_ruler = { trigger_event = { on_action = spawn_minority_characters } } + } +} From d8cb7290045e9cc9bab3b116cd59f6dd029d39ac Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 9 Sep 2022 01:58:13 -0400 Subject: [PATCH 011/339] More culture/faith reworking * Add Maronites (Chalcedonian Western Syriac Rite) * Tweaked Phoenicia religious minorities - Apollinarism is now just minorities in the Coast - Baalbek is hellenic pagan with large Maronite minority - Add Maronites minorities to the Amanus range * Updated Jews in Georgia, Caucuses, Egypt * Massalian is now a minority culture in c_provence * Add Phrygian Gothic colony in pre-500 era * Make Susa more accurate --- WtWSMS/common/landed_titles/BP_e_persia.txt | 38 +++- .../on_action/sea_minority_game_start.txt | 196 +++++++++++++++++- .../religion/religions/00_christianity.txt | 75 +++++++ .../interface/icons/faith/maronite_church.dds | 3 + WtWSMS/history/provinces/bp_k_asia.txt | 2 +- WtWSMS/history/provinces/bp_k_lazica.txt | 2 +- WtWSMS/history/provinces/bp_k_oriens.txt | 11 +- WtWSMS/history/provinces/bp_k_persia.txt | 5 +- .../provinces/bp_k_septem_provincae.txt | 4 +- .../BP_titles_cultural_names_l_english.yml | 3 +- .../BP_religion_christianity_l_english.yml | 6 + _developer_documentation/_BP_design.info | 15 +- 12 files changed, 338 insertions(+), 22 deletions(-) create mode 100644 WtWSMS/gfx/interface/icons/faith/maronite_church.dds diff --git a/WtWSMS/common/landed_titles/BP_e_persia.txt b/WtWSMS/common/landed_titles/BP_e_persia.txt index 36f9f0b56e..e111384210 100644 --- a/WtWSMS/common/landed_titles/BP_e_persia.txt +++ b/WtWSMS/common/landed_titles/BP_e_persia.txt @@ -3456,9 +3456,43 @@ e_persia = { color = { 185 235 115 } } - b_as-sus = { + b_as-sus = { #Susa province = 4818 - + cultural_names = { + #Roman Cultures + name_list_roman = cn_susa + name_list_romano_gallic = cn_susa + name_list_romano_hispanic = cn_susa + name_list_romano_british = cn_susa + name_list_romano_african = cn_susa + name_list_romano_raetian = cn_susa + name_list_romano_thracian = cn_susa + name_list_romano_illyrian = cn_susa + name_list_romano_pannonian = cn_susa + name_list_dalmatian = cn_susa + name_list_romano_noric = cn_susa + name_list_romano_gothic = cn_susa + name_list_romano_dacian = cn_susa + name_list_romano_frank = cn_susa + name_list_romano_aramean = cn_susa + name_list_romano_vandalic = cn_susa + #Byzantine Cultures + name_list_greek = cn_susa + name_list_aeolian = cn_susa + name_list_helleno_aramean = cn_susa + name_list_greek_gothic = cn_susa + name_list_greek_persian = cn_susa + name_list_isaurian_persian = cn_susa + name_list_grecco_axumite = cn_susa + name_list_bosporan = cn_susa + name_list_pontic = cn_susa + name_list_tsakonian = cn_susa + name_list_massalian = cn_susa + name_list_helleno_thracian = cn_susa + name_list_helleno_libyan = cn_susa + #Persian Cultures + name_list_persian = cn_eran-khawarrah-shapur + } color = { 185 235 115 } } } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 4c28b05cce..ef9aa74c14 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -125,6 +125,18 @@ set_minorities_game_start = { } ##### Changed from Vanilla vvvvv + #e_khazaria + title:c_durdzukia = { #Mountain Jews + add_to_variable_list = { + name = faith_minorities_small + target = faith:tzadikite + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:juhuro + } + } + #e_armenia title:c_derbent = { #Mountain Jews add_to_variable_list = { @@ -136,6 +148,37 @@ set_minorities_game_start = { target = culture:juhuro } } + #Georgian Jews + title:c_kakheti = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:gruzinim + } + } + title:c_tbilisi = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:gruzinim + } + } + title:c_kartli = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:gruzinim + } + } #e_byzantium ##k_byzantium @@ -145,6 +188,20 @@ set_minorities_game_start = { target = faith:rabbinism } } + ##k_asia + ###Jewish presence on the Aegean Coast + title:c_aeolis = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + } + title:c_ionia = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + } ##k_oriens ###Israel every_county = { @@ -173,6 +230,10 @@ set_minorities_game_start = { } } title:c_jerusalem = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:miaphysitism + } add_to_variable_list = { name = culture_minorities_small target = culture:aramean @@ -216,7 +277,16 @@ set_minorities_game_start = { target = faith:miaphysitism } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:karaism + } } + #e_persia ##k_asoristan title:c_baghdad = { @@ -265,10 +335,22 @@ BP_set_minorities_by_date = { limit = { current_date <= 500.1.1 } #e_armenia - title:c_abkhazia = { + title:c_abkhazia = { #Abkhaz Christians add_to_variable_list = { name = faith_minorities_large - target = faith:georgian_pagan + target = faith:georgian_orthodox + } + } + + #e_gaul + title:c_provence = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:massalian + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nicene } } @@ -311,12 +393,23 @@ BP_set_minorities_by_date = { } } ##k_asia - title:c_phrygia = { + title:c_phrygia = { #Remnant Phrygians add_to_variable_list = { name = culture_minorities_large target = culture:phrygian } } + title:c_pacatiana = { #Remnant Phrygian Ostrogoths (cf. Claudian, Zosimus) + add_to_variable_list = { + name = faith_minorities_small + target = faith:gothic_church + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:gothic + } + } + ##k_thrace title:c_nikopolis = { add_to_variable_list = { @@ -328,12 +421,76 @@ BP_set_minorities_by_date = { target = culture:thracian_gothic } } + ##k_cilicia + title:c_alexandretta = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:maronite_church + } + } ##k_oriens title:c_baalbek = { #Faiths add_to_variable_list = { name = faith_minorities_large - target = faith:hellenic_pagan + target = faith:maronite_church + } + } + title:c_beirut = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:apollinarism + } + } + title:c_tripoli = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:maronite_church + } + add_to_variable_list = { + name = faith_minorities_large + target = faith:syrian_orthodox + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:apollinarism + } + } + title:c_acre = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:apollinarism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:maronite_church + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:romano_aramean + } + } + title:c_aintab = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:maronite_church + } + } + title:c_marash = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:maronite_church + } + #Cultures + add_to_variable_list = { + name = culture_minorities_large + target = culture:aramean } } ###Israel @@ -377,6 +534,37 @@ BP_set_minorities_by_date = { } } + #e_persia + ##k_persia + title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region + #Faith + add_to_variable_list = { + name = faith_minorities_large + target = faith:nestorian + } + add_to_variable_list = { #Roman captives after Shapur II rebuilt the city + name = faith_minorities_small + target = faith:nicene + } + add_to_variable_list = { #Remnant Greek Polytheism of the time + name = faith_minorities_small + target = faith:hellenic_pagan + } + #Culture + add_to_variable_list = { + name = culture_minorities_large + target = culture:aramean + } + add_to_variable_list = { #Roman captives after Shapur II rebuilt the city + name = culture_minorities_small + target = culture:roman + } + add_to_variable_list = { #Ancient Greek settlement in Susa + name = culture_minorities_small + target = culture:greek + } + } + #e_spain #Alans in Alentejo, Cartaginense, Alenquer #Buri in Terras de Boro diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 6a8e587e29..74cadcb77b 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -700,6 +700,81 @@ ReligiousHeadTitleName = orthodox_religious_head_title_name } } + maronite_church = { #Chalcedeonian Syriacs that became the Maronite Church + color = {0.5 0.25 0.50} + icon = maronite_church.dds + religious_head = d_papal_state + + #Holy Sites + holy_site = jerusalem + holy_site = alexandria + holy_site = antioch + holy_site = beirut + holy_site = baghdad + + doctrine = special_doctrine_nicene_ecumenism + + #Main Group + doctrine = doctrine_pluralism_fundamentalist + + #Marriage + doctrine = doctrine_divorce_approval + + #Tenets + doctrine = tenet_communion + doctrine = tenet_rite + doctrine = tenet_monasticism + + localization = { # Utilizes the 'East Christian' Saints, shared by Coptics and Armenians + #HealthGod + HealthGodName = east_christian_health_god_name + HealthGodNamePossessive = east_christian_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = east_christian_fertility_god_name + FertilityGodNamePossessive = east_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = east_christian_wealth_god_name + WealthGodNamePossessive = east_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = east_christian_household_god_name + HouseholdGodNamePossessive = east_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = east_christian_knowledge_god_name + KnowledgeGodNamePossessive = east_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = east_christian_war_god_name + WarGodNamePossessive = east_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + # Patriarchs instead of Popes + ReligiousHeadName = orthodox_religious_head_title + ReligiousHeadTitleName = orthodox_religious_head_title_name + + ReligiousText = syrian_orthodox_religious_text + } + } ### Miaphysite Church and Related Faiths miaphysitism = { # Miaphysitism (Coptic+) icon = coptic diff --git a/WtWSMS/gfx/interface/icons/faith/maronite_church.dds b/WtWSMS/gfx/interface/icons/faith/maronite_church.dds new file mode 100644 index 0000000000..5f048b54a0 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith/maronite_church.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee5f250c65c61c74139a8d852294adc2e973918894e74991d96e0739e6936e1 +size 40128 diff --git a/WtWSMS/history/provinces/bp_k_asia.txt b/WtWSMS/history/provinces/bp_k_asia.txt index 1e8e8b5d92..9c25dce5ad 100644 --- a/WtWSMS/history/provinces/bp_k_asia.txt +++ b/WtWSMS/history/provinces/bp_k_asia.txt @@ -55,7 +55,7 @@ ###c_aeolis 5531 = { # 5531 - Phocaea culture = aeolian - religion = rabbinism + religion = nicene holding = castle_holding } 5530 = { # 5530 - Pergamon diff --git a/WtWSMS/history/provinces/bp_k_lazica.txt b/WtWSMS/history/provinces/bp_k_lazica.txt index 993aa37fc8..f2206968ee 100644 --- a/WtWSMS/history/provinces/bp_k_lazica.txt +++ b/WtWSMS/history/provinces/bp_k_lazica.txt @@ -60,7 +60,7 @@ ###c_abkhazia 5746 = { # 5746 - Tskhumi culture = abaza - religion = georgian_orthodox + religion = georgian_pagan holding = castle_holding } 600 = { # 600 - Nicopsia diff --git a/WtWSMS/history/provinces/bp_k_oriens.txt b/WtWSMS/history/provinces/bp_k_oriens.txt index 610a9d7924..cd2f784c5a 100644 --- a/WtWSMS/history/provinces/bp_k_oriens.txt +++ b/WtWSMS/history/provinces/bp_k_oriens.txt @@ -207,9 +207,8 @@ ###c_acre 5960 = { # 5960 - Acre culture = hebrew - religion = apollinarism + religion = ebionite holding = castle_holding - 500.1.1 = { religion = ebionite } } 5921 = { # 5921 - Tyre holding = city_holding @@ -217,9 +216,8 @@ ###c_beirut 5919 = { # 5919 - Beirut culture = romano_aramean #Major Roman Colonia in the region - religion = apollinarism + religion = maronite_church holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 5920 = { # 5920 - Saida AKA Sidon holding = city_holding @@ -229,7 +227,7 @@ culture = aramean religion = valentinianism holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } + 525.1.1 = { religion = maronite_church } } 5916 = { # 5916 - Antartus AKA Tartus holding = city_holding @@ -280,8 +278,9 @@ ###c_baalbek 5926 = { # 5926 - Baalbak culture = aramean - religion = syrian_orthodox #While it was the last hold-out of Aramean pagans, by 476 it should be orthodox + religion = hellenic_pagan #Long-Term holdout of Paganism in Phoenicia holding = castle_holding + 550.1.1 = { religion = maronite_church } #Latest possible flip to majority Christianity } 5925 = { # 5925 - Az-Zabadani holding = none diff --git a/WtWSMS/history/provinces/bp_k_persia.txt b/WtWSMS/history/provinces/bp_k_persia.txt index bdddd53993..5f631828dd 100644 --- a/WtWSMS/history/provinces/bp_k_persia.txt +++ b/WtWSMS/history/provinces/bp_k_persia.txt @@ -227,10 +227,9 @@ } ###c_saimara 4786 = { # 4786 - AS-SAIMARA - culture = romano_aramean - religion = nicene #Roman settlement reinforces Christianity + culture = persian + religion = mazdayasna holding = castle_holding - 432.1.1 = { religion = nestorian } } 4260 = { #4260 - Andamish holding = city_holding #Eran-Khwarrah-Shapur diff --git a/WtWSMS/history/provinces/bp_k_septem_provincae.txt b/WtWSMS/history/provinces/bp_k_septem_provincae.txt index 397840ebfd..26c323f1d9 100644 --- a/WtWSMS/history/provinces/bp_k_septem_provincae.txt +++ b/WtWSMS/history/provinces/bp_k_septem_provincae.txt @@ -654,8 +654,8 @@ } ###c_provence 2019 = { #TOULON - culture = massalian - religion = nicene + culture = romano_gallic + religion = gallican_church holding = castle_holding #aka Telo Martius } 2024 = { #DRAGUIGNIAN diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 7dfee08fa6..7bc4f45408 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -4531,4 +4531,5 @@ cn_perozkavad: "Perozkavad" cn_parthaw: "Parthaw" cn_gabala: "Gabala" - + cn_eran-khawarrah-shapur: "Eran-Khwarrah-Shapur" + cn_susa: "Susa" diff --git a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml index 7d3dd2b94b..f4cb99be45 100644 --- a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml @@ -208,6 +208,12 @@ ethiopian_orthodox_adherent: "Kirisitina" ethiopian_orthodox_adherent_plural: "Kirisitīyanochi" ethiopian_orthodox_desc: "The Early Christian Church did not have the same precise rubrics seen in later centuries, and a number of concurrent rites developed across the Roman Empire. While these rites were in doctrinal agreement with one another, it led to some noticeable behavioural and structural differences between the many rites in the East and West.\n\nIn Ethiopian, the #italic Yäityop'ya Bēte Kirisitīyani#! (Ethiopian Christianity) was one such example. Formally established with the Baptism of King Ezana, the Church is in communion with the Patriarch of Alexandria, although it maintains a number of distinct features, including a stricter adherence to Judaic laws." + #Maronite Church + maronite_church: "Maronite Church" + maronite_church_adj: "Maronite" + maronite_church_adherent: "Maronite" + maronite_church_adherent_plural: "Maronites" + maronite_church_desc: "The Early Christian Church did not have the same precise rubrics seen in later centuries, and a number of concurrent rites developed across the Roman Empire. While these rites were in doctrinal agreement with one another, it led to some noticeable behavioural and structural differences between the many rites in the East and West.\n\nIn Phoenicia, the Maronite Church was one such example. While utilizing the Western Syriac Rite, they remain steadfastly loyal to the Chalcedonian Creed and the Imperial Church, in contrast to the greater Western Syriac Church." #Additional Saint List nestorian_christian_health_god_name: "Mar Zayya" #Noted against famine, plague and for travelers nestorian_christian_health_god_name_possessive: "Mar Zayya's" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index a90350dc7c..a056c2e1d3 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -35,6 +35,14 @@ Gameplay: * Added Tribal Kingdom/Empire shatter mechanic to model stateless societies (i.e., without social stratification innovation); enabled via rule ----------------------------------------------------------------- +IN PROGRESS: +----------------------------------------------------------------- +* Culture/Religion churn is too high; probably shouldn't allow culture/religion to flip w/o being adjacent to same culture/faith county (or only very rarely via event) +* Revise province faith/cultures in light of minorities +* Fix c_erand in sea_minoarity_game_start.txt +* Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria + * https://web.archive.org/web/20190403211934/http://www.newadvent.org/cathen/11138a.htm +----------------------------------------------------------------- TODO: ----------------------------------------------------------------- * TODO after Loup Returns: @@ -42,7 +50,7 @@ TODO: * Unfixable Errors: * Building enable/disable states aren't checked at game start (so the Hellenic Parthenon is enabled for Christians in 476) - * "Compiling source for failed for missing arguments: LIEGE" - Can't find any missing "LIEGE" arguments + * "Compiling source for failed for missing arguments: LIEGE" - Can't find any missing "LIEGE" arguements * Custom characters are feudal on day 1 (but flip on day 2) * No mechanism to make HOF court chaplains in Vanilla (should revisit during 0.2.0 again) @@ -60,7 +68,10 @@ TODO: * Julius Nepos and disappearance of Rome events * Review independence faction spawn conditions -* Other (0.1.3 or later): +* Other (0.1.2 or later): + * Make Roman CBs have dynamic costs. + * Nikomedia as a valid capital for re-establishing Byzantium? + * Game Rule to enable/disable Franks=>Francia and Goths=>Gothica hard blocks * Heir designation by subromans? * See about merging the revoke title interactions with careful scripting * Rewrite BP_building_requirement_triggers so that they DO NOT have culture implicit in the trigger From 4a608d800d3bc29ccc73624acb4f3c8814c14380 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 9 Sep 2022 12:41:56 -0400 Subject: [PATCH 012/339] More minority updates * Taifals get an overhaul * Punic touchup * Alans in Hispaniae * Religious diversity in Africa * Median reduced to a number of minority outposts * Updated Daylam * Fuzzier boundary between Mazdayasna Persians and Aramean Christians --- WtWSMS/common/landed_titles/BP_e_persia.txt | 72 +++- .../on_action/sea_minority_game_start.txt | 342 +++++++++++++++++- WtWSMS/history/provinces/bp_k_daylam.txt | 5 +- WtWSMS/history/provinces/bp_k_oriens.txt | 12 +- WtWSMS/history/provinces/bp_k_persia.txt | 12 +- .../provinces/bp_k_septem_provincae.txt | 2 +- .../history/provinces/bp_k_tripolitania.txt | 2 +- .../BP_titles_cultural_names_l_english.yml | 4 + 8 files changed, 413 insertions(+), 38 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_persia.txt b/WtWSMS/common/landed_titles/BP_e_persia.txt index e111384210..13d3e045df 100644 --- a/WtWSMS/common/landed_titles/BP_e_persia.txt +++ b/WtWSMS/common/landed_titles/BP_e_persia.txt @@ -3252,9 +3252,79 @@ e_persia = { c_hamadan = { color = { 190 231 118 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_ecbatana + name_list_romano_gallic = cn_ecbatana + name_list_romano_hispanic = cn_ecbatana + name_list_romano_british = cn_ecbatana + name_list_romano_african = cn_ecbatana + name_list_romano_raetian = cn_ecbatana + name_list_romano_thracian = cn_ecbatana + name_list_romano_illyrian = cn_ecbatana + name_list_romano_pannonian = cn_ecbatana + name_list_dalmatian = cn_ecbatana + name_list_romano_noric = cn_ecbatana + name_list_romano_gothic = cn_ecbatana + name_list_romano_dacian = cn_ecbatana + name_list_romano_frank = cn_ecbatana + name_list_romano_aramean = cn_ecbatana + name_list_romano_vandalic = cn_ecbatana + #Byzantine Cultures + name_list_greek = cn_ekbatana + name_list_aeolian = cn_ekbatana + name_list_helleno_aramean = cn_ekbatana + name_list_greek_gothic = cn_ekbatana + name_list_greek_persian = cn_ekbatana + name_list_isaurian_persian = cn_ekbatana + name_list_grecco_axumite = cn_ekbatana + name_list_bosporan = cn_ekbatana + name_list_pontic = cn_ekbatana + name_list_tsakonian = cn_ekbatana + name_list_massalian = cn_ekbatana + name_list_helleno_thracian = cn_ekbatana + name_list_helleno_libyan = cn_ekbatana + #Iranian Cultures + name_list_persian = cn_ahmadan + } + b_hamadan = { province = 4333 - + cultural_names = { + #Roman Cultures + name_list_roman = cn_ecbatana + name_list_romano_gallic = cn_ecbatana + name_list_romano_hispanic = cn_ecbatana + name_list_romano_british = cn_ecbatana + name_list_romano_african = cn_ecbatana + name_list_romano_raetian = cn_ecbatana + name_list_romano_thracian = cn_ecbatana + name_list_romano_illyrian = cn_ecbatana + name_list_romano_pannonian = cn_ecbatana + name_list_dalmatian = cn_ecbatana + name_list_romano_noric = cn_ecbatana + name_list_romano_gothic = cn_ecbatana + name_list_romano_dacian = cn_ecbatana + name_list_romano_frank = cn_ecbatana + name_list_romano_aramean = cn_ecbatana + name_list_romano_vandalic = cn_ecbatana + #Byzantine Cultures + name_list_greek = cn_ekbatana + name_list_aeolian = cn_ekbatana + name_list_helleno_aramean = cn_ekbatana + name_list_greek_gothic = cn_ekbatana + name_list_greek_persian = cn_ekbatana + name_list_isaurian_persian = cn_ekbatana + name_list_grecco_axumite = cn_ekbatana + name_list_bosporan = cn_ekbatana + name_list_pontic = cn_ekbatana + name_list_tsakonian = cn_ekbatana + name_list_massalian = cn_ekbatana + name_list_helleno_thracian = cn_ekbatana + name_list_helleno_libyan = cn_ekbatana + #Iranian Cultures + name_list_persian = cn_ahmadan + } color = { 190 231 118 } } b_rudhrawar = { diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index ef9aa74c14..ed925ff73d 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1,6 +1,7 @@ on_game_start = { on_actions = { set_minorities_game_start + BP_set_minorities_universal BP_set_minorities_by_date } } @@ -30,16 +31,18 @@ set_minorities_game_start = { target = faith:malabarism } } - title:c_eranad = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:kochinim - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:malabarism - } - } + ##### TODO FIXME!!!! +# title:c_eranad = { +# add_to_variable_list = { +# name = culture_minorities_small +# target = culture:kochinim +# } +# add_to_variable_list = { +# name = faith_minorities_small +# target = faith:malabarism +# } +# } + ##### TODO FIXME!!!! title:c_alupa = { add_to_variable_list = { name = culture_minorities_small @@ -123,8 +126,11 @@ set_minorities_game_start = { target = culture:persian } } - ##### Changed from Vanilla vvvvv - + } +} + +BP_set_minorities_universal = { + effect = { #e_khazaria title:c_durdzukia = { #Mountain Jews add_to_variable_list = { @@ -325,7 +331,44 @@ set_minorities_game_start = { target = culture:greek } } - ##### Changed from Vanilla ^^^^^ + + #e_north_africa + ##k_tripolitania + title:c_syrte = { #Long Attested Non-Berber language presence by al-Bakri + add_to_variable_list = { + name = culture_minorities_large + target = culture:punic + } + } + #Religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis + every_county = { + limit = { + OR = { + this.duchy = title:d_carthago + this.duchy = title:d_numidia + this.duchy = title:d_sitifensis + this = title:c_gabes + this = title:c_souf + } + } + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:african_church } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:african_church + } + } + if = { + limit = { NOT = { this.faith = faith:donatism } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:donatism + } + } + } + } } } @@ -514,10 +557,24 @@ BP_set_minorities_by_date = { } } } + title:c_jerusalem = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:monophysitism + } + } title:c_ghazza = { add_to_variable_list = { - name = culture_minorities_large - target = culture:hebrew + name = faith_minorities_small + target = faith:mazdayasna + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:persian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek } } @@ -528,10 +585,63 @@ BP_set_minorities_by_date = { name = faith_minorities_small target = faith:arian } + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } add_to_variable_list = { name = culture_minorities_small target = culture:vandalic } + add_to_variable_list = { + name = culture_minorities_small + target = culture:punic + } + } + title:c_melilla = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:african_church + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:romano_african + } + } + title:c_gharb = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:african_church + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:romano_african + } + } + #Coastal provinces of Caesariensis + every_county = { + limit = { + this.duchy = title:d_caesariensis + is_coastal_county = yes + } + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:african_church } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:african_church + } + } + #Cultures + if = { + limit = { NOT = { this.culture = culture:romano_african } } + add_to_variable_list = { + name = culture_minorities_large + target = culture:romano_african + } + } + } } #e_persia @@ -564,11 +674,207 @@ BP_set_minorities_by_date = { target = culture:greek } } + title:c_abbadan = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:mazdayasna + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:persian + } + } + title:c_ahvaz = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:mazdayasna + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:persian + } + } + ###Remnant Medians + title:c_hamadan = { + add_to_variable_list = { + name = culture_minorities_large + target = culture:median + } + } + title:c_nihawand = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:median + } + } + title:c_kermanshah = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:median + } + } + title:c_masbadhan = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:median + } + } + title:c_saimara = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:median + } + } + ##k_daylam + title:c_urmiya = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:armenian_apostolic + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + add_to_variable_list = { + name = culture_minorities_large + target = culture:armenian + } + } + title:c_talish = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:manichean + } + } #e_spain - #Alans in Alentejo, Cartaginense, Alenquer - #Buri in Terras de Boro - #Marcomanni (sp) in Galecia + ##k_cartaginensis + every_county = { #Alans in Carthaginense + limit = { + OR = { + this.duchy = title:d_carthago_inferior + this.duchy = title:d_carthago_superior + } + } + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + } + ##k_lusitania + ### Alentejo Alans + title:c_alcacer_do_sal = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + title:c_alpesa = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + title:c_beja = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + title:c_moura = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + title:c_badajoz = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + title:c_lisboa = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + ##k_gallaecia + title:c_porto = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { #Terras de Boro + name = culture_minorities_small + target = culture:buri + } + } + title:c_santiago = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:macromanni + } + } + + #e_gaul + ##k_septem_provincae + title:c_limousin = { #Taphaleschat + add_to_variable_list = { + name = culture_minorities_small + target = culture:taifal + } + } + title:c_quercy = { #Touffailles and Touffaillou + add_to_variable_list = { + name = culture_minorities_large + target = culture:taifal + } + } + title:c_lyon = { #Taïfailia + add_to_variable_list = { + name = culture_minorities_small + target = culture:taifal + } + } } } } diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index 8fde112a50..f15dd222b5 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -112,11 +112,10 @@ } ###c_urmiya 4771 = { # 4771 - Urmiya - culture = median #It's a major fire temple, so Medians make sense - religion = nicene + culture = adhari + religion = mazdayasna holding = castle_holding special_building = holy_site_other_grand_temple_01 - 432.1.1 = { religion = nestorian } } 4770 = { # 4770 - Ushnuya holding = city_holding #aka Nariz diff --git a/WtWSMS/history/provinces/bp_k_oriens.txt b/WtWSMS/history/provinces/bp_k_oriens.txt index cd2f784c5a..39f9771183 100644 --- a/WtWSMS/history/provinces/bp_k_oriens.txt +++ b/WtWSMS/history/provinces/bp_k_oriens.txt @@ -7,7 +7,7 @@ # 550.1.1: Assyrian paganism dies out and is split between nestorian (persian) and miaphysitism (roman) # Palmyra remains the exception # -# Ghazza ultimately became a center of tension between pagans and Christians; large 6th century synagogue supports increaisng jewish presence +# Ghazza ultimately became a center of tension between pagans and Christians; large 6th century synagogue supports increasing jewish presence # # Corduene was probably Armenian Apostolic by 476 https://books.google.com/books?id=hwEtDwAAQBAJ&pg=PA204&lpg=PA204&dq=karduchoi&source=bl&ots=X1oR3pse_k&sig=ACfU3U0Lf-JZqEfUXqy19iXEUc3eNOvCUw&hl=en&sa=X&ved=2ahUKEwiCoK-kjpPkAhUMC6wKHZqyDNUQ6AEwFnoECAkQAQ#v=onepage&q&f=false # @@ -16,7 +16,7 @@ # claims guide the split. As such, given that Harran was an important center of Assyrian civilization # Assyrian culture is bounded by the Euphrates to the East (and south from Qarqisiya westward) # -# Syriac presence ni Tur Abdin: +# Syriac presence in Tur Abdin: #https://en.wikipedia.org/wiki/Assyrian_homeland#/media/File:Tur_Abdin.svg # Assyro-Chaldean WWI proposal #https://upload.wikimedia.org/wikipedia/commons/0/00/Map_of_Assyria_Paris_Peace_Conference_1919.jpg @@ -132,13 +132,9 @@ } ###c_ghazza 5968 = { # 5968 - Ghazza - culture = persian - religion = mazdayasna + culture = hebrew + religion = rabbinism holding = castle_holding - 550.1.1 = { - culture = hebrew - religion = samaritan - } } 5967 = { # 5967 - Ascalon holding = city_holding diff --git a/WtWSMS/history/provinces/bp_k_persia.txt b/WtWSMS/history/provinces/bp_k_persia.txt index 5f631828dd..1bf31b65e5 100644 --- a/WtWSMS/history/provinces/bp_k_persia.txt +++ b/WtWSMS/history/provinces/bp_k_persia.txt @@ -140,7 +140,7 @@ ###c_hamadan 4333 = { # 658 - Hamadan - culture = median + culture = persian religion = mazdayasna holding = castle_holding #aka Ecbatana buildings = { #Fortified military settlement @@ -179,7 +179,7 @@ } ###c_nihawand 4116 = { # 4116 - Nihawand - culture = median + culture = persian religion = mazdayasna holding = castle_holding buildings = { @@ -195,7 +195,7 @@ } ###c_kermanshah 4781 = { # 4781 - KERMANSHAH - culture = median + culture = persian religion = mazdayasna holding = castle_holding buildings = { #Resort for Sassanids @@ -215,7 +215,7 @@ } ###c_masabadhan 4787 = { # 4787 - SIRAVAN - culture = median + culture = persian religion = mazdayasna holding = castle_holding #Hypothetical castle (land is too good) } @@ -289,7 +289,7 @@ ###c_tustar 4256 = { #4256 Tustar culture = persian - religion = nestorian + religion = mazdayasna holding = castle_holding #aka Shushtar } 4257 = { #4257 Gondishapur @@ -316,7 +316,7 @@ } ###c_abbadan 6017 = { # 6017 - ABBADAN - culture = persian + culture = aramean religion = nicene holding = castle_holding #Abbasids developed, but probably existed beforehand 432.1.1 = { religion = nestorian } diff --git a/WtWSMS/history/provinces/bp_k_septem_provincae.txt b/WtWSMS/history/provinces/bp_k_septem_provincae.txt index 26c323f1d9..fbbed254e7 100644 --- a/WtWSMS/history/provinces/bp_k_septem_provincae.txt +++ b/WtWSMS/history/provinces/bp_k_septem_provincae.txt @@ -468,7 +468,7 @@ } ###c_quercy 2231 = { #QUERCY - culture = taifal + culture = romano_gallic religion = gallican_church holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_tripolitania.txt b/WtWSMS/history/provinces/bp_k_tripolitania.txt index 58481a4a8c..73dafbd657 100644 --- a/WtWSMS/history/provinces/bp_k_tripolitania.txt +++ b/WtWSMS/history/provinces/bp_k_tripolitania.txt @@ -84,7 +84,7 @@ ###c_syrte 4552 = { # 4552 - SYRTE - culture = punic + culture = libyan religion = audianism holding = castle_holding #aka Euphranta } diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 7bc4f45408..5d509cd0c1 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -4533,3 +4533,7 @@ cn_gabala: "Gabala" cn_eran-khawarrah-shapur: "Eran-Khwarrah-Shapur" cn_susa: "Susa" + cn_ecbatana: "Ecbatana" + cn_ekbatana: "Ekbatana" + cn_ahmadan: "Ahmadān" + \ No newline at end of file From b58a2c5ccd748e5229bf514d24d43571a47d70b7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 10 Sep 2022 01:12:29 -0400 Subject: [PATCH 013/339] Write up cellular automata rules --- .../on_action/sea_minority_on_actions.txt | 50 ++++++++++++++++++- .../sea_minority_triggers.txt | 24 ++++----- 2 files changed, 61 insertions(+), 13 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 7b638e6ce2..c84480a12d 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -26,7 +26,55 @@ on_yearly_sea_minority_maintainance = { } } - # Minority culture/faith spread/growth + # Minority Culture/Faith spread/growth/decline + # + # Difference from "Cultural and Religious Minorities" is that we utilize quasi-cellular automata + # rules similar to "Conway's Game of Life" to provide a marginally better model in which + # cultures will not spread out overly far from existing concentrations of minorities. + # + #### How many minorities per county? #### + # Every county can support minorities as a function of its development; We will utilize the Lucas + # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] + # + # 3, 4, 7, 11, 18, 29, 47, 76 ... + # + # 04: 1 minority + # 07: 2 minorities + # 11: 3 minorities + # 18: 4 minorities + # 29: 5 minorities + # 47: 6 minorities + # 76: 7 minorities + # + # We will assign a "small" minority a size of 1 and a large minority a size of 2. So development + # (urbanization) allows for greater minority presence. Note that this count is separate for faiths + # and religions. + # + #### How do minorities disappear? #### + # So long as the number of minorities do not exceed the development limits, the minorities should + # not disappear (think the various "relic" populations in various locales). Once this limit is + # exceeded, then we need to determine which minorities are being "fed" + # + #### Which minority disappears first? #### + # To determine which minority disappears, we will determine which are being "fed" from + # adjoining counties. + # * A minority population is always "fed" if it is next to a county where it is a majority + # population. + # * A minority population is fed if it has enough support. + # * Large minorities require at least 4 points of adjoining minorities + # * Adjoining large minorities are worth 2 + # * Small minorities require at least 2 points of adjoining minorities + # * Adjoining small minorities are worth 1 + # * Any minority that is underfed is at risk of disappearing. + # + # NB: Certain traditions (like Diasporic) and doctrines should imply a sorting within the underfed + # population. Diasporic Jewish populations long established themselves in Europe and Asia after + # all. + # + #### How do minorities spread? #### + # When a county has fewer minorities than its capacity, it should randomly get a minority from an + # adjoining county. For now, let the selection be truly random. + # every_county = { limit = { OR = { diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index dfc63e0be5..77aee55b78 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -4,16 +4,16 @@ county_has_minority_faith_trigger = { AND = { has_variable_list = faith_minorities_small variable_list_size = { - name = faith_minorities_small - value > 0 - } + name = faith_minorities_small + value > 0 + } } AND = { has_variable_list = faith_minorities_large variable_list_size = { - name = faith_minorities_large - value > 0 - } + name = faith_minorities_large + value > 0 + } } } } @@ -23,16 +23,16 @@ county_has_minority_culture_trigger = { AND = { has_variable_list = culture_minorities_small variable_list_size = { - name = culture_minorities_small - value > 0 - } + name = culture_minorities_small + value > 0 + } } AND = { has_variable_list = culture_minorities_large variable_list_size = { - name = culture_minorities_large - value > 0 - } + name = culture_minorities_large + value > 0 + } } } } From e146a860582229ff57ce45357e767d5b902ee220 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 10 Sep 2022 01:52:50 -0400 Subject: [PATCH 014/339] Revamp growth/decline (1) Utilize cellular automata type rules to make growth/decline of minorities more logical Replaces previous growth rule --- .../on_action/sea_minority_game_start.txt | 4 +- .../on_action/sea_minority_on_actions.txt | 116 +++++++---- .../sea_minority_culture_values.txt | 45 +++- .../scripted_effects/sea_minority_effects.txt | 195 +++++++++++++++++- .../sea_minority_triggers.txt | 7 +- 5 files changed, 315 insertions(+), 52 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index ed925ff73d..b9f1f5fab9 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -713,7 +713,7 @@ BP_set_minorities_by_date = { target = culture:median } } - title:c_masbadhan = { + title:c_masabadhan = { add_to_variable_list = { name = culture_minorities_small target = culture:median @@ -783,7 +783,7 @@ BP_set_minorities_by_date = { target = culture:alan } } - title:c_alpesa = { + title:c_elvas = { add_to_variable_list = { name = faith_minorities_small target = faith:arian diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index c84480a12d..a202ed2daa 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -14,48 +14,42 @@ three_year_playable_pulse = { on_yearly_sea_minority_maintainance = { effect = { - # Normal culture/faith spread - every_county = { - save_scope_as = source_county - random = { - chance = 3 - trigger_event = { - days = { 1 360 } - on_action = do_culture_faith_migration - } - } - } - - # Minority Culture/Faith spread/growth/decline - # + #### Minority Culture/Faith spread/growth/decline #### + #===================================================== # Difference from "Cultural and Religious Minorities" is that we utilize quasi-cellular automata # rules similar to "Conway's Game of Life" to provide a marginally better model in which # cultures will not spread out overly far from existing concentrations of minorities. # #### How many minorities per county? #### + #---------------------------------------- # Every county can support minorities as a function of its development; We will utilize the Lucas # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] # - # 3, 4, 7, 11, 18, 29, 47, 76 ... + # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... + # + # 01: 1 minority + # 04: 2 minorities + # 07: 3 minorities + # 11: 4 minorities + # 18: 5 minorities + # 29: 6 minorities + # 47: 7 minorities + # 76: 8 minorities + # + # NB: Each list of culture and faith minorities will be kept separate # - # 04: 1 minority - # 07: 2 minorities - # 11: 3 minorities - # 18: 4 minorities - # 29: 5 minorities - # 47: 6 minorities - # 76: 7 minorities + # We will assign a "small" minority a size of 1 and a large minority a size of 2. # - # We will assign a "small" minority a size of 1 and a large minority a size of 2. So development - # (urbanization) allows for greater minority presence. Note that this count is separate for faiths - # and religions. + # So development (urbanization) allows for greater minority presence. # #### How do minorities disappear? #### + #------------------------------------- # So long as the number of minorities do not exceed the development limits, the minorities should # not disappear (think the various "relic" populations in various locales). Once this limit is # exceeded, then we need to determine which minorities are being "fed" # #### Which minority disappears first? #### + #----------------------------------------- # To determine which minority disappears, we will determine which are being "fed" from # adjoining counties. # * A minority population is always "fed" if it is next to a county where it is a majority @@ -72,40 +66,74 @@ on_yearly_sea_minority_maintainance = { # all. # #### How do minorities spread? #### + #---------------------------------- # When a county has fewer minorities than its capacity, it should randomly get a minority from an # adjoining county. For now, let the selection be truly random. # every_county = { - limit = { - OR = { + save_scope_as = the_county + + #If there are too many minorities, some must die out + + #If there are too few minorities, then an increase is possible + if = { + limit = { county_has_minority_culture_trigger = yes + number_of_culture_minorities_in_county <= minority_capacity_of_county + } + random = { + chance = 1 + trigger_event = { + days = { 1 360 } + on_action = do_culture_immigration + } + } + } + if = { + limit = { county_has_minority_faith_trigger = yes - # Holder should not have a policy against minorities + number_of_faith_minorities_in_county <= minority_capacity_of_county + } + random = { + chance = 1 + trigger_event = { + days = { 1 360 } + on_action = do_faith_immigration + } } } - - save_scope_as = source_county - - # Culture - random = { - chance = 1 - trigger_event = { - days = { 1 360 } - on_action = do_minority_culture_growth + #Otherwise, keep things as they were + } + } +} +do_culture_immigration = { + effect = { + if = { + limit = { + scope:the_county = { + culture = { NOT = { has_cultural_tradition = tradition_isolationist } } + faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } } - - # Faith - random = { - chance = 2 - trigger_event = { - days = { 1 360 } - on_action = do_minority_faith_growth + county_to_county_culture_migration_effect = yes + } + } +} +do_faith_immigration = { + effect = { + if = { + limit = { + scope:the_county = { + culture = { NOT = { has_cultural_tradition = tradition_isolationist } } + faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } } + county_to_county_faith_migration_effect = yes } } } + +##### VANILLA BELOW HERE ##### do_culture_faith_migration = { effect = { if = { diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 287a3f364d..afc619142b 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -1,5 +1,4 @@ - -culture_conversion_acceptance_impact = { #The smaller a culture is, the more upset it will be. +culture_conversion_acceptance_impact = { #The smaller a culture is, the more upset it will be. subtract = { value = 1 divide = { @@ -13,4 +12,44 @@ culture_conversion_acceptance_impact = { #The smaller a culture is, the more ups min = 0.1 max = 5 } -} \ No newline at end of file +} +##### Changed from Vanilla vvvvv +minority_capacity_of_county = { + # Every county can support minorities as a function of its development; We will utilize the Lucas + # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] + # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... + value = 1 + if = { + limit = { scope:the_county.title_province = { NOT = { has_holding_type = tribal_holding } } } + if = { limit = { scope:the_county.development_level >= 04 } add = 1 } + if = { limit = { scope:the_county.development_level >= 07 } add = 1 } + if = { limit = { scope:the_county.development_level >= 11 } add = 1 } + if = { limit = { scope:the_county.development_level >= 18 } add = 1 } + if = { limit = { scope:the_county.development_level >= 29 } add = 1 } + if = { limit = { scope:the_county.development_level >= 47 } add = 1 } + if = { limit = { scope:the_county.development_level >= 76 } add = 1 } + } +} +number_of_faith_minorities_in_county = { + value = 0 + if = { + limit = { scope:the_county = { has_variable_list = faith_minorities_small } } + scope:the_county = { every_in_list = { variable = faith_minorities_small add = 1 } } + } + if = { + limit = { scope:the_county = { has_variable_list = faith_minorities_large } } + scope:the_county = { every_in_list = { variable = faith_minorities_large add = 2 } } + } +} +number_of_culture_minorities_in_county = { + value = 0 + if = { + limit = { scope:the_county = { has_variable_list = culture_minorities_small } } + scope:the_county = { every_in_list = { variable = culture_minorities_small add = 1 } } + } + if = { + limit = { scope:the_county = { has_variable_list = culture_minorities_large } } + scope:the_county = { every_in_list = { variable = culture_minorities_large add = 2 } } + } +} +##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 0067a88d8b..f869b979f5 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -219,8 +219,8 @@ demote_random_culture_minority_effect = { county_to_county_culture_faith_migration_effect = { scope:source_county = { if = { - any_title_to_title_neighboring_county = { - limit = { + limit = { + any_title_to_title_neighboring_county = { OR = { NOT = { faith = scope:source_county.faith } NOT = { culture = scope:source_county.culture } @@ -574,3 +574,194 @@ notify_recipient_of_culture_migration_effect = { } } } + +##### Changed from Vanilla vvvvv + +# scope:county +# $CULTURE$ +promote_culture_minority_but_not_to_majority_effect = { + if = { + limit = { scope:county.culture = $CULTURE$ } + # failsafe because this should never happen + } + else_if = { + limit = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { + name = culture_minorities_small + target = $CULTURE$ + } + } + add_to_variable_list = { + name = culture_minorities_large + target = $CULTURE$ + } + remove_list_variable = { + name = culture_minorities_small + target = $CULTURE$ + } + } + #Large minorities should not become majorities + else = { + add_to_variable_list = { + name = culture_minorities_small + target = $CULTURE$ + } + } +} +# scope:the_county +county_to_county_culture_migration_effect = { + scope:the_county = { + if = { + limit = { + any_title_to_title_neighboring_county = { + OR = { + NOT = { faith = scope:the_county.faith } + NOT = { culture = scope:the_county.culture } + } + } + } + random_neighboring_county = { + limit = { + OR = { + NOT = { faith = scope:the_county.faith } + NOT = { culture = scope:the_county.culture } + } + } + save_scope_as = county + if = { + limit = { NOT = { culture = scope:the_county.culture } } + promote_culture_minority_but_not_to_majority_effect = { CULTURE = scope:the_county.culture } + } + notify_characters_of_culture_or_faith_migration_effect = yes + } + } + } +} +# scope:county +# $FAITH$ +promote_faith_minority_but_not_to_majority_effect = { + if = { + limit = { scope:county.faith = $FAITH$ } + # failsafe because this should never happen + } + else_if = { + limit = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { + name = faith_minorities_small + target = $FAITH$ + } + } + add_to_variable_list = { + name = faith_minorities_large + target = $FAITH$ + } + remove_list_variable = { + name = faith_minorities_small + target = $FAITH$ + } + } + else_if = { + limit = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { + name = faith_minorities_large + target = $FAITH$ + } + } + remove_list_variable = { + name = faith_minorities_large + target = $FAITH$ + } + add_to_variable_list = { + name = faith_minorities_large + target = scope:county.faith + } + + set_county_faith = $FAITH$ + } + else = { + add_to_variable_list = { + name = faith_minorities_small + target = $FAITH$ + } + } +} +# scope:the_county +county_to_county_faith_migration_effect = { + scope:the_county = { + if = { + limit = { + any_title_to_title_neighboring_county = { + OR = { + NOT = { faith = scope:the_county.faith } + NOT = { culture = scope:the_county.culture } + } + } + } + random_neighboring_county = { + limit = { + OR = { + NOT = { faith = scope:the_county.faith } + NOT = { culture = scope:the_county.culture } + } + } + save_scope_as = county + if = { + limit = { NOT = { culture = scope:the_county.culture } } + promote_faith_minority_but_not_to_majority_effect = { FAITH = scope:the_county.faith } + } + notify_characters_of_culture_or_faith_migration_effect = yes + } + } + } +} + +notify_characters_of_culture_or_faith_migration_effect = { + scope:the_county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:the_county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + scope:county.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { + limit = { is_ai = no } + add_to_temporary_list = characters_to_notify + } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = scope:county } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + + send_interface_toast = { + type = event_generic_neutral + title = minority_culture_faith_spread_title + custom_tooltip = minority_culture_faith_spread_tt + right_icon = scope:county + } + } +} +##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 77aee55b78..620a7e661f 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -140,4 +140,9 @@ county_has_specific_minority_culture_trigger = { } } } -} \ No newline at end of file +} + +##### Changed from Vanilla vvvvv + + +##### Changed from Vanilla ^^^^^ \ No newline at end of file From 56a414ab9094ad4432d7e6f8776c91205f4de490 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 10 Sep 2022 11:42:20 -0400 Subject: [PATCH 015/339] Code fixes --- .../on_action/sea_minority_on_actions.txt | 81 ++----------------- .../scripted_effects/sea_minority_effects.txt | 35 ++------ 2 files changed, 13 insertions(+), 103 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index a202ed2daa..51cef1f1f0 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -69,14 +69,12 @@ on_yearly_sea_minority_maintainance = { #---------------------------------- # When a county has fewer minorities than its capacity, it should randomly get a minority from an # adjoining county. For now, let the selection be truly random. - # every_county = { save_scope_as = the_county + ### Culture #If there are too many minorities, some must die out - - #If there are too few minorities, then an increase is possible - if = { + if = { #If there are too few minorities, then an increase is possible limit = { county_has_minority_culture_trigger = yes number_of_culture_minorities_in_county <= minority_capacity_of_county @@ -89,7 +87,11 @@ on_yearly_sea_minority_maintainance = { } } } - if = { + #Otherwise, keep things as they were + + ### Faith + #If there are too many minorities, some must die out + if = { #If there are too few minorities, then an increase is possible limit = { county_has_minority_faith_trigger = yes number_of_faith_minorities_in_county <= minority_capacity_of_county @@ -134,75 +136,6 @@ do_faith_immigration = { } ##### VANILLA BELOW HERE ##### -do_culture_faith_migration = { - effect = { - if = { - limit = { - scope:source_county = { - culture = { NOT = { has_cultural_tradition = tradition_isolationist } } - faith = { NOT = { has_doctrine = tenet_communal_identity } } - } - } - county_to_county_culture_faith_migration_effect = yes - } - } -} -do_minority_culture_growth = { - effect = { - scope:source_county = { - - every_in_list = { - variable = culture_minorities_small - add_to_temporary_list = potential_cultures - } - every_in_list = { - variable = culture_minorities_large - add_to_temporary_list = potential_cultures - } - every_in_list = { - variable = culture_minorities_large - add_to_temporary_list = potential_cultures - } - - random_in_list = { - list = potential_cultures - save_scope_as = minority_culture - random_list = { - 50 = { minority_culture_growth_effect = yes } - 50 = { minority_culture_spread_effect = yes } - } - } - } - } -} -do_minority_faith_growth = { - effect = { - scope:source_county = { - - every_in_list = { - variable = faith_minorities_small - add_to_temporary_list = potential_faiths - } - every_in_list = { - variable = faith_minorities_large - add_to_temporary_list = potential_faiths - } - every_in_list = { - variable = faith_minorities_large - add_to_temporary_list = potential_faiths - } - - random_in_list = { - list = potential_faiths - save_scope_as = minority_faith - random_list = { - 50 = { minority_faith_growth_effect = yes } - 50 = { minority_faith_spread_effect = yes } - } - } - } - } -} # Root is a count+ character spawn_minority_characters = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index f869b979f5..2c53cd3b27 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -613,21 +613,9 @@ promote_culture_minority_but_not_to_majority_effect = { county_to_county_culture_migration_effect = { scope:the_county = { if = { - limit = { - any_title_to_title_neighboring_county = { - OR = { - NOT = { faith = scope:the_county.faith } - NOT = { culture = scope:the_county.culture } - } - } - } + limit = { any_title_to_title_neighboring_county = { NOT = { culture = scope:the_county.culture } } } random_neighboring_county = { - limit = { - OR = { - NOT = { faith = scope:the_county.faith } - NOT = { culture = scope:the_county.culture } - } - } + limit = { NOT = { culture = scope:the_county.culture } } save_scope_as = county if = { limit = { NOT = { culture = scope:the_county.culture } } @@ -638,6 +626,7 @@ county_to_county_culture_migration_effect = { } } } + # scope:county # $FAITH$ promote_faith_minority_but_not_to_majority_effect = { @@ -692,24 +681,12 @@ promote_faith_minority_but_not_to_majority_effect = { county_to_county_faith_migration_effect = { scope:the_county = { if = { - limit = { - any_title_to_title_neighboring_county = { - OR = { - NOT = { faith = scope:the_county.faith } - NOT = { culture = scope:the_county.culture } - } - } - } + limit = { any_title_to_title_neighboring_county = { NOT = { faith = scope:the_county.faith } } } random_neighboring_county = { - limit = { - OR = { - NOT = { faith = scope:the_county.faith } - NOT = { culture = scope:the_county.culture } - } - } + limit = { NOT = { faith = scope:the_county.faith } } save_scope_as = county if = { - limit = { NOT = { culture = scope:the_county.culture } } + limit = { NOT = { faith = scope:the_county.faith } } promote_faith_minority_but_not_to_majority_effect = { FAITH = scope:the_county.faith } } notify_characters_of_culture_or_faith_migration_effect = yes From 93a6d20ed08063a392a4e0385ed93a676ddb76f7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 10 Sep 2022 17:36:43 -0400 Subject: [PATCH 016/339] Implementation of Minority Reduction code Creates a sorting script value to help determine which minorites should be demoted instead of doing so merely randomly --- .../on_action/sea_minority_game_start.txt | 44 +++--- .../on_action/sea_minority_on_actions.txt | 28 +++- .../sea_minority_culture_values.txt | 128 +++++++++++++++--- .../scripted_effects/sea_minority_effects.txt | 47 ++++++- .../_BP_events/BP_maintenance_events.txt | 2 +- 5 files changed, 202 insertions(+), 47 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index b9f1f5fab9..f98fa85291 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -342,33 +342,33 @@ BP_set_minorities_universal = { } #Religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis every_county = { - limit = { - OR = { - this.duchy = title:d_carthago - this.duchy = title:d_numidia - this.duchy = title:d_sitifensis - this = title:c_gabes - this = title:c_souf - } + limit = { + OR = { + this.duchy = title:d_carthago + this.duchy = title:d_numidia + this.duchy = title:d_sitifensis + this = title:c_gabes + this = title:c_souf } - this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:african_church } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:african_church - } + } + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:african_church } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:african_church } - if = { - limit = { NOT = { this.faith = faith:donatism } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:donatism - } + } + if = { + limit = { NOT = { this.faith = faith:donatism } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:donatism } } } + } } } diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 51cef1f1f0..ef77cfa4ee 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -70,14 +70,24 @@ on_yearly_sea_minority_maintainance = { # When a county has fewer minorities than its capacity, it should randomly get a minority from an # adjoining county. For now, let the selection be truly random. every_county = { - save_scope_as = the_county + this = { save_scope_as = the_county } ### Culture - #If there are too many minorities, some must die out - if = { #If there are too few minorities, then an increase is possible + if = { #If there are too many minorities, some must die out limit = { county_has_minority_culture_trigger = yes - number_of_culture_minorities_in_county <= minority_capacity_of_county + NOT = { has_variable = recently_demoted_culture } + this.number_of_culture_minorities_in_county > this.minority_capacity_of_county + } + trigger_event = { + days = { 1 360 } + on_action = do_culture_reduction + } + } + else_if = { #If there are too few minorities, then an increase is possible + limit = { + county_has_minority_culture_trigger = yes + this.number_of_culture_minorities_in_county <= this.minority_capacity_of_county } random = { chance = 1 @@ -94,7 +104,7 @@ on_yearly_sea_minority_maintainance = { if = { #If there are too few minorities, then an increase is possible limit = { county_has_minority_faith_trigger = yes - number_of_faith_minorities_in_county <= minority_capacity_of_county + this.number_of_faith_minorities_in_county <= this.minority_capacity_of_county } random = { chance = 1 @@ -108,6 +118,14 @@ on_yearly_sea_minority_maintainance = { } } } +do_culture_reduction = { + effect = { + scope:the_county = { + demote_least_supported_cultural_minority_effect = yes + set_variable = { name = recently_demoted_culture days = 1826 } #To keep things from dropping too fast + } + } +} do_culture_immigration = { effect = { if = { diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index afc619142b..34c2d2eaa3 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -14,42 +14,136 @@ } } ##### Changed from Vanilla vvvvv + +#Generic values +majority_province_support_value = 25 +large_minority_support_value = 2 +large_minority_cost_value = 4 +small_minority_support_value = 1 +small_minority_cost_value = 2 +#Other Script Values +#County Scope minority_capacity_of_county = { # Every county can support minorities as a function of its development; We will utilize the Lucas # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... value = 1 if = { - limit = { scope:the_county.title_province = { NOT = { has_holding_type = tribal_holding } } } - if = { limit = { scope:the_county.development_level >= 04 } add = 1 } - if = { limit = { scope:the_county.development_level >= 07 } add = 1 } - if = { limit = { scope:the_county.development_level >= 11 } add = 1 } - if = { limit = { scope:the_county.development_level >= 18 } add = 1 } - if = { limit = { scope:the_county.development_level >= 29 } add = 1 } - if = { limit = { scope:the_county.development_level >= 47 } add = 1 } - if = { limit = { scope:the_county.development_level >= 76 } add = 1 } + limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } + if = { limit = { this.development_level >= 04 } add = 1 } + if = { limit = { this.development_level >= 07 } add = 1 } + if = { limit = { this.development_level >= 11 } add = 1 } + if = { limit = { this.development_level >= 18 } add = 1 } + if = { limit = { this.development_level >= 29 } add = 1 } + if = { limit = { this.development_level >= 47 } add = 1 } + if = { limit = { this.development_level >= 76 } add = 1 } } } -number_of_faith_minorities_in_county = { +#Culture Scope +support_of_a_cultural_minority_in_county = { + this = { save_temporary_scope_as = the_culture } value = 0 + #Determine how much is needed to feed this minority + if = { + limit = { + scope:the_county = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } + } + } + subtract = large_minority_cost_value + } + if = { + limit = { + scope:the_county = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } + } + } + subtract = small_minority_cost_value + } + #Determine how much is supporting this minority + if = { + limit = { scope:the_county = { any_neighboring_county = { this.culture = scope:the_culture } } } + add = majority_province_support_value + } if = { - limit = { scope:the_county = { has_variable_list = faith_minorities_small } } - scope:the_county = { every_in_list = { variable = faith_minorities_small add = 1 } } + limit = { + scope:the_county = { + any_neighboring_county = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } + } + } + } + add = large_minority_support_value } if = { - limit = { scope:the_county = { has_variable_list = faith_minorities_large } } - scope:the_county = { every_in_list = { variable = faith_minorities_large add = 2 } } + limit = { + scope:the_county = { + any_neighboring_county = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } + } + } + } + add = small_minority_support_value } + #Certain traditions bolster score + if = { #Colonizers/Hellenizers: Equivalent to having a large minority next to you + limit = { + this = { + OR = { + has_cultural_tradition = tradition_colonizers + has_cultural_tradition = tradition_colonizers_non_dlc + has_cultural_tradition = tradition_hellenizers + has_cultural_tradition = tradition_hellenizers_non_dlc + } + } + } + add = large_minority_support_value + } + if = { #Romance/Hellenic Culture: Equivalent to having a small minority next to you + limit = { + this = { + OR = { + has_cultural_tradition = tradition_romance_culture + has_cultural_tradition = tradition_romance_culture_non_dlc + has_cultural_tradition = tradition_hellenic_culture + has_cultural_tradition = tradition_hellenic_culture_non_dlc + } + } + } + add = small_minority_support_value + } + if = { #Diasporic cultures are equivalent to always being next to a majority province + limit = { this = { has_cultural_tradition = tradition_diasporic } } + add = majority_province_support_value + } + multiply = -1.00 } +#County Scope number_of_culture_minorities_in_county = { value = 0 if = { - limit = { scope:the_county = { has_variable_list = culture_minorities_small } } - scope:the_county = { every_in_list = { variable = culture_minorities_small add = 1 } } + limit = { this = { has_variable_list = culture_minorities_small } } + this = { every_in_list = { variable = culture_minorities_small add = 1 } } + } + if = { + limit = { this = { has_variable_list = culture_minorities_large } } + this = { every_in_list = { variable = culture_minorities_large add = 2 } } + } +} +#County Scope +number_of_faith_minorities_in_county = { + value = 0 + if = { + limit = { this = { has_variable_list = faith_minorities_small } } + this = { every_in_list = { variable = faith_minorities_small add = 1 } } } if = { - limit = { scope:the_county = { has_variable_list = culture_minorities_large } } - scope:the_county = { every_in_list = { variable = culture_minorities_large add = 2 } } + limit = { this = { has_variable_list = faith_minorities_large } } + this = { every_in_list = { variable = faith_minorities_large add = 2 } } } } ##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 2c53cd3b27..0e8b6b4723 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -1,5 +1,4 @@ - -# scope:county +# scope:county # $CULTURE$ promote_culture_minority_effect = { if = { @@ -577,6 +576,50 @@ notify_recipient_of_culture_migration_effect = { ##### Changed from Vanilla vvvvv +#scope:county +demote_least_supported_cultural_minority_effect = { + if = { + limit = { has_variable_list = culture_minorities_small } + every_in_list = { variable = culture_minorities_small add_to_temporary_list = potential_cultures } + } + if = { + limit = { has_variable_list = culture_minorities_large } + every_in_list = { variable = culture_minorities_large add_to_temporary_list = potential_cultures } + } + + ordered_in_list = { + list = potential_cultures + order_by = support_of_a_cultural_minority_in_county + position = 0 + save_scope_as = culture_to_demote + } + + if = { + limit = { exists = scope:culture_to_demote } + if = { + limit = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { + name = culture_minorities_large + target = scope:culture_to_demote + } + } + remove_list_variable = { name = culture_minorities_large target = scope:culture_to_demote } + add_to_variable_list = { name = culture_minorities_small target = scope:culture_to_demote } + } + else_if = { + limit = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { + name = culture_minorities_small + target = scope:culture_to_demote + } + } + remove_list_variable = { name = culture_minorities_small target = scope:culture_to_demote } + } + } +} + # scope:county # $CULTURE$ promote_culture_minority_but_not_to_majority_effect = { diff --git a/WtWSMS/events/_BP_events/BP_maintenance_events.txt b/WtWSMS/events/_BP_events/BP_maintenance_events.txt index 9947c7fd81..1f210de1a4 100644 --- a/WtWSMS/events/_BP_events/BP_maintenance_events.txt +++ b/WtWSMS/events/_BP_events/BP_maintenance_events.txt @@ -57,4 +57,4 @@ BP_maintenance_events.0001 = { right_portrait = { character = ROOT } option = { name = BP_maintenance_events.0001.a } -} \ No newline at end of file +} From 431ba993b0056ec0582752c6ec8cecc2c1da9694 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 10 Sep 2022 20:18:34 -0400 Subject: [PATCH 017/339] Implement faith reductions --- .../on_action/sea_minority_on_actions.txt | 22 +++++++- .../sea_minority_culture_values.txt | 56 +++++++++++++++++++ .../scripted_effects/sea_minority_effects.txt | 43 +++++++++++++- 3 files changed, 118 insertions(+), 3 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index ef77cfa4ee..7df8246266 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -100,7 +100,17 @@ on_yearly_sea_minority_maintainance = { #Otherwise, keep things as they were ### Faith - #If there are too many minorities, some must die out + if = { #If there are too many minorities, some must die out + limit = { + county_has_minority_faith_trigger = yes + NOT = { has_variable = recently_demoted_faith } + this.number_of_faith_minorities_in_county > this.minority_capacity_of_county + } + trigger_event = { + days = { 1 360 } + on_action = do_faith_reduction + } + } if = { #If there are too few minorities, then an increase is possible limit = { county_has_minority_faith_trigger = yes @@ -122,7 +132,7 @@ do_culture_reduction = { effect = { scope:the_county = { demote_least_supported_cultural_minority_effect = yes - set_variable = { name = recently_demoted_culture days = 1826 } #To keep things from dropping too fast + set_variable = { name = recently_demoted_culture days = 1826 } #To keep things from dropping *too* fast } } } @@ -139,6 +149,14 @@ do_culture_immigration = { } } } +do_faith_reduction = { + effect = { + scope:the_county = { + demote_least_supported_faith_minority_effect = yes + set_variable = { name = recently_demoted_faith days = 1826 } #To keep things from dropping *too* fast + } + } +} do_faith_immigration = { effect = { if = { diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 34c2d2eaa3..2e6a1a9511 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -135,6 +135,62 @@ number_of_culture_minorities_in_county = { } } #County Scope +support_of_a_faith_minority_in_county = { + this = { save_temporary_scope_as = the_faith } + value = 0 + #Determine how much is needed to feed this minority + if = { + limit = { + scope:the_county = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } + } + } + subtract = large_minority_cost_value + } + if = { + limit = { + scope:the_county = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { name = faith_minorities_small target = scope:the_faith } + } + } + subtract = small_minority_cost_value + } + #Determine how much is supporting this minority + if = { + limit = { scope:the_county = { any_neighboring_county = { this.culture = scope:the_faith } } } + add = majority_province_support_value + } + if = { + limit = { + scope:the_county = { + any_neighboring_county = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } + } + } + } + add = large_minority_support_value + } + if = { + limit = { + scope:the_county = { + any_neighboring_county = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { name = faith_minorities_small target = scope:the_faith } + } + } + } + add = small_minority_support_value + } + #Certain doctrines bolster score + #TODO: Jewish faiths should be bolstered + #TODO: Ethnic religions should be bolstered + #TODO: Autocephalous churches should be bolstered + multiply = -1.00 +} +#County Scope number_of_faith_minorities_in_county = { value = 0 if = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 0e8b6b4723..7693123400 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -619,7 +619,6 @@ demote_least_supported_cultural_minority_effect = { } } } - # scope:county # $CULTURE$ promote_culture_minority_but_not_to_majority_effect = { @@ -670,6 +669,48 @@ county_to_county_culture_migration_effect = { } } +demote_least_supported_faith_minority_effect = { + if = { + limit = { has_variable_list = faith_minorities_small } + every_in_list = { variable = faith_minorities_small add_to_temporary_list = potential_faiths } + } + if = { + limit = { has_variable_list = faith_minorities_large } + every_in_list = { variable = faith_minorities_large add_to_temporary_list = potential_faiths } + } + + ordered_in_list = { + list = potential_faiths + order_by = support_of_a_faith_minority_in_county + position = 0 + save_scope_as = faith_to_demote + } + + if = { + limit = { exists = scope:faith_to_demote } + if = { + limit = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { + name = faith_minorities_large + target = scope:faith_to_demote + } + } + remove_list_variable = { name = faith_minorities_large target = scope:faith_to_demote } + add_to_variable_list = { name = culture_minorities_small target = scope:faith_to_demote } + } + else_if = { + limit = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { + name = faith_minorities_small + target = scope:faith_to_demote + } + } + remove_list_variable = { name = faith_minorities_small target = scope:faith_to_demote } + } + } +} # scope:county # $FAITH$ promote_faith_minority_but_not_to_majority_effect = { From a09cdbd2a74f873b0d54d72f81cc48930f753391 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 01:25:10 -0400 Subject: [PATCH 018/339] Script Value updates * Simplify code logic in new ordering script values * If the minority is your faith/culture, it will be put last on the minority flip list --- .../sea_minority_culture_values.txt | 113 +++++++++--------- _developer_documentation/_BP_design.info | 6 +- 2 files changed, 63 insertions(+), 56 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 2e6a1a9511..eae3b72c02 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -16,17 +16,18 @@ ##### Changed from Vanilla vvvvv #Generic values -majority_province_support_value = 25 +minority_always_supported_value = 1000 #For things like Diasporic +majority_province_support_value = 10 large_minority_support_value = 2 -large_minority_cost_value = 4 +large_minority_cost_value = 5 small_minority_support_value = 1 -small_minority_cost_value = 2 +small_minority_cost_value = 3 #Other Script Values #County Scope minority_capacity_of_county = { - # Every county can support minorities as a function of its development; We will utilize the Lucas - # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] - # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... + # Every county can support minorities as a function of its development; We will utilize the Lucas + # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] + # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... value = 1 if = { limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } @@ -63,36 +64,38 @@ support_of_a_cultural_minority_in_county = { subtract = small_minority_cost_value } #Determine how much is supporting this minority - if = { - limit = { scope:the_county = { any_neighboring_county = { this.culture = scope:the_culture } } } - add = majority_province_support_value - } - if = { - limit = { - scope:the_county = { - any_neighboring_county = { + scope:county = { + every_neighboring_county = { + if = { #County with a majority population + limit = { this.culture = scope:the_culture } + add = majority_province_support_value + } + else_if = { #County with a large minority + limit = { has_variable_list = culture_minorities_large is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } } + add = large_minority_support_value } - } - add = large_minority_support_value - } - if = { - limit = { - scope:the_county = { - any_neighboring_county = { + else_if = { #County with a small minority + limit = { has_variable_list = culture_minorities_small is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } } + add = small_minority_support_value + } + } + holder = { + if = { #If the minority matches the ruler, it should not fade + limit = { this.culture = scope:the_culture } + add = minority_always_supported_value } } - add = small_minority_support_value } - #Certain traditions bolster score - if = { #Colonizers/Hellenizers: Equivalent to having a large minority next to you - limit = { - this = { + #Culture specific tradition effects + scope:the_culture = { + if = { #Colonizers/Hellenizers: Equivalent to having a large minority next to you + limit = { OR = { has_cultural_tradition = tradition_colonizers has_cultural_tradition = tradition_colonizers_non_dlc @@ -100,12 +103,10 @@ support_of_a_cultural_minority_in_county = { has_cultural_tradition = tradition_hellenizers_non_dlc } } + add = large_minority_support_value } - add = large_minority_support_value - } - if = { #Romance/Hellenic Culture: Equivalent to having a small minority next to you - limit = { - this = { + if = { #Romance/Hellenic Culture: Equivalent to having a small minority next to you + limit = { OR = { has_cultural_tradition = tradition_romance_culture has_cultural_tradition = tradition_romance_culture_non_dlc @@ -113,12 +114,12 @@ support_of_a_cultural_minority_in_county = { has_cultural_tradition = tradition_hellenic_culture_non_dlc } } + add = small_minority_support_value + } + if = { + limit = { has_cultural_tradition = tradition_diasporic } + add = minority_always_supported_value } - add = small_minority_support_value - } - if = { #Diasporic cultures are equivalent to always being next to a majority province - limit = { this = { has_cultural_tradition = tradition_diasporic } } - add = majority_province_support_value } multiply = -1.00 } @@ -158,36 +159,38 @@ support_of_a_faith_minority_in_county = { subtract = small_minority_cost_value } #Determine how much is supporting this minority - if = { - limit = { scope:the_county = { any_neighboring_county = { this.culture = scope:the_faith } } } - add = majority_province_support_value - } - if = { - limit = { - scope:the_county = { - any_neighboring_county = { + scope:county = { + every_neighboring_county = { + if = { #County with a majority population + limit = { this.faith = scope:the_faith } + add = majority_province_support_value + } + else_if = { #County with a large minority + limit = { has_variable_list = faith_minorities_large is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } } + add = large_minority_support_value } - } - add = large_minority_support_value - } - if = { - limit = { - scope:the_county = { - any_neighboring_county = { + else_if = { #County with a small minority + limit = { has_variable_list = faith_minorities_small is_target_in_variable_list = { name = faith_minorities_small target = scope:the_faith } } + add = small_minority_support_value + } + } + holder = { + if = { #If the minority matches the ruler, it should not fade + limit = { this.culture = scope:the_culture } + add = minority_always_supported_value } } - add = small_minority_support_value } #Certain doctrines bolster score - #TODO: Jewish faiths should be bolstered - #TODO: Ethnic religions should be bolstered - #TODO: Autocephalous churches should be bolstered + #FIXME: Jewish faiths should be bolstered + #FIXME: Ethnic religions should be bolstered + #FIXME: Autocephalous churches should be bolstered multiply = -1.00 } #County Scope diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index a056c2e1d3..0e772bf583 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,7 +37,11 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Culture/Religion churn is too high; probably shouldn't allow culture/religion to flip w/o being adjacent to same culture/faith county (or only very rarely via event) +* Cultures that aren't sufficiently fed should fade with time +* Cultural/religious exclaves should flip passively +* Add in faith-related feed values +* Indian faiths should have reduced feed values within counties with Indian faiths, to better represent Indian plurality + * Revise province faith/cultures in light of minorities * Fix c_erand in sea_minoarity_game_start.txt * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria From 6211028e9212f5123db46214f05eea9a2455597b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 01:39:10 -0400 Subject: [PATCH 019/339] Dharmic faith plurality Dharmic faiths now support greater plurality of other Dharmic/Eastern Pagan faiths in Dharmic-majority counties --- .../sea_minority_culture_values.txt | 90 +++++++++++++------ _developer_documentation/_BP_design.info | 2 +- 2 files changed, 66 insertions(+), 26 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index eae3b72c02..4edc94e3dd 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -40,6 +40,70 @@ minority_capacity_of_county = { if = { limit = { this.development_level >= 76 } add = 1 } } } +#County Scope +number_of_culture_minorities_in_county = { + value = 0 + if = { + limit = { this = { has_variable_list = culture_minorities_small } } + this = { + every_in_list = { variable = culture_minorities_small add = 1 } + } + } + if = { + limit = { this = { has_variable_list = culture_minorities_large } } + this = { every_in_list = { variable = culture_minorities_large add = 2 } } + } +} +#County Scope +number_of_faith_minorities_in_county = { + this = { save_temporary_scope_as = the_county } + value = 0 + if = { #Small minorities + limit = { this = { has_variable_list = faith_minorities_small } } + this = { + every_in_list = { + variable = faith_minorities_small + if = { #Indian faiths support greater plurality + limit = { scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } } + if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan + limit = { + OR = { + scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } + scope:the_county.faith = { has_doctrine = eastern_pagan_hostility_doctrine } + } + } + add = 0.67 + } + else = { add = 1 } #Non-Dharmic case + } + else = { add = 1 } #all other interactions + } + } + } + if = { #Large minorities + limit = { this = { has_variable_list = faith_minorities_large } } + this = { + every_in_list = { + variable = faith_minorities_large + if = { #Indian faiths support greater plurality + limit = { scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } } + if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan + limit = { + OR = { + scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } + scope:the_county.faith = { has_doctrine = eastern_pagan_hostility_doctrine } + } + } + add = 1.34 + } + else = { add = 2 } #Non-Dharmic case + } + else = { add = 2 } #all other interactions + } + } + } + floor = yes #Because of fractional Dharmic values +} #Culture Scope support_of_a_cultural_minority_in_county = { this = { save_temporary_scope_as = the_culture } @@ -124,18 +188,6 @@ support_of_a_cultural_minority_in_county = { multiply = -1.00 } #County Scope -number_of_culture_minorities_in_county = { - value = 0 - if = { - limit = { this = { has_variable_list = culture_minorities_small } } - this = { every_in_list = { variable = culture_minorities_small add = 1 } } - } - if = { - limit = { this = { has_variable_list = culture_minorities_large } } - this = { every_in_list = { variable = culture_minorities_large add = 2 } } - } -} -#County Scope support_of_a_faith_minority_in_county = { this = { save_temporary_scope_as = the_faith } value = 0 @@ -182,7 +234,7 @@ support_of_a_faith_minority_in_county = { } holder = { if = { #If the minority matches the ruler, it should not fade - limit = { this.culture = scope:the_culture } + limit = { this.faith = scope:the_faith } add = minority_always_supported_value } } @@ -193,16 +245,4 @@ support_of_a_faith_minority_in_county = { #FIXME: Autocephalous churches should be bolstered multiply = -1.00 } -#County Scope -number_of_faith_minorities_in_county = { - value = 0 - if = { - limit = { this = { has_variable_list = faith_minorities_small } } - this = { every_in_list = { variable = faith_minorities_small add = 1 } } - } - if = { - limit = { this = { has_variable_list = faith_minorities_large } } - this = { every_in_list = { variable = faith_minorities_large add = 2 } } - } -} ##### Changed from Vanilla ^^^^^ diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 0e772bf583..13308651b1 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -40,7 +40,7 @@ IN PROGRESS: * Cultures that aren't sufficiently fed should fade with time * Cultural/religious exclaves should flip passively * Add in faith-related feed values -* Indian faiths should have reduced feed values within counties with Indian faiths, to better represent Indian plurality +* High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow * Revise province faith/cultures in light of minorities * Fix c_erand in sea_minoarity_game_start.txt From 15416504e799a7428a9ab904ef3ca4bea90de7cd Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 02:07:31 -0400 Subject: [PATCH 020/339] More script value utilization * Should make it simple to tweak values instead of having constants referenced elsewhere in code --- .../00_court_chaplain_tasks_BP_overwrite.txt | 4 ++-- .../00_steward_tasks_BP_overwrite.txt | 4 ++-- .../on_action/sea_minority_on_actions.txt | 22 ++++++++++++------- .../sea_minority_culture_values.txt | 22 +++++++++++++++++++ _developer_documentation/_BP_design.info | 1 + 5 files changed, 41 insertions(+), 12 deletions(-) diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index 3817d882ea..f6677fd7d5 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -255,8 +255,8 @@ task_conversion = { } ### Minority Stuff ### - # Because the task needs to complete 3 times with the minority system - multiply = 3 + # Because the task needs to complete several times with the minority system + multiply = number_of_minority_levels if = { limit = { scope:county.faith = scope:councillor_liege.faith } diff --git a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt index 1aba9441b1..8e871f2f64 100644 --- a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt @@ -676,8 +676,8 @@ task_promote_culture = { ### Minority Stuff ### - # Because the task needs to complete 3 times with the minority system - multiply = 3 + # Because the task needs to complete several times with the minority system + multiply = number_of_minority_levels if = { limit = { scope:county.culture = scope:councillor_liege.culture } diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 7df8246266..85da22127a 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -79,9 +79,12 @@ on_yearly_sea_minority_maintainance = { NOT = { has_variable = recently_demoted_culture } this.number_of_culture_minorities_in_county > this.minority_capacity_of_county } - trigger_event = { - days = { 1 360 } - on_action = do_culture_reduction + random = { + chance = chance_of_county_minority_culture_reduction_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_culture_reduction + } } } else_if = { #If there are too few minorities, then an increase is possible @@ -90,7 +93,7 @@ on_yearly_sea_minority_maintainance = { this.number_of_culture_minorities_in_county <= this.minority_capacity_of_county } random = { - chance = 1 + chance = chance_of_county_minority_culture_spread_event_per_year trigger_event = { days = { 1 360 } on_action = do_culture_immigration @@ -106,9 +109,12 @@ on_yearly_sea_minority_maintainance = { NOT = { has_variable = recently_demoted_faith } this.number_of_faith_minorities_in_county > this.minority_capacity_of_county } - trigger_event = { - days = { 1 360 } - on_action = do_faith_reduction + random = { + chance = chance_of_county_minority_faith_reduction_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_faith_reduction + } } } if = { #If there are too few minorities, then an increase is possible @@ -117,7 +123,7 @@ on_yearly_sea_minority_maintainance = { this.number_of_faith_minorities_in_county <= this.minority_capacity_of_county } random = { - chance = 1 + chance = chance_of_county_minority_faith_spread_event_per_year trigger_event = { days = { 1 360 } on_action = do_faith_immigration diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 4edc94e3dd..234b55adc5 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -22,6 +22,28 @@ large_minority_support_value = 2 large_minority_cost_value = 5 small_minority_support_value = 1 small_minority_cost_value = 3 +#Other values + +#small minority, large minority, majority; script value in case we want to change this +number_of_minority_levels = 3 + +#Assuming you know how many years Y you want a P% of a minority spread, you can +#calculate as P = (1-X)^Y, for P the chance of minority spread +# So here's a quick look-up table: +# +# P | X | Y +#-----|-------|----- +# 50% | 1.00% | 70 +# 50% | 2.73% | 25 +# 50% | 12.9% | 05 +# +# For WtWSMS, 50% chance in 25 years seems reasonable for faith/culture spread +# and 5 years for reduction event seems reasonable +chance_of_county_minority_culture_spread_event_per_year = 2.73 +chance_of_county_minority_culture_reduction_event_per_year = 12.9 +chance_of_county_minority_faith_spread_event_per_year = 2.73 +chance_of_county_minority_faith_reduction_event_per_year = 12.9 + #Other Script Values #County Scope minority_capacity_of_county = { diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 13308651b1..2294389c4a 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -40,6 +40,7 @@ IN PROGRESS: * Cultures that aren't sufficiently fed should fade with time * Cultural/religious exclaves should flip passively * Add in faith-related feed values +* Review councillor minority conversion/promotion values * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow * Revise province faith/cultures in light of minorities From a949a86f37e4c099bef269c711de6dfcb46e7bd7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 03:02:41 -0400 Subject: [PATCH 021/339] Update sea_minority_culture_values.txt --- WtWSMS/common/script_values/sea_minority_culture_values.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 234b55adc5..ef8df81289 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -78,7 +78,6 @@ number_of_culture_minorities_in_county = { } #County Scope number_of_faith_minorities_in_county = { - this = { save_temporary_scope_as = the_county } value = 0 if = { #Small minorities limit = { this = { has_variable_list = faith_minorities_small } } @@ -128,7 +127,6 @@ number_of_faith_minorities_in_county = { } #Culture Scope support_of_a_cultural_minority_in_county = { - this = { save_temporary_scope_as = the_culture } value = 0 #Determine how much is needed to feed this minority if = { @@ -150,7 +148,7 @@ support_of_a_cultural_minority_in_county = { subtract = small_minority_cost_value } #Determine how much is supporting this minority - scope:county = { + scope:the_county = { every_neighboring_county = { if = { #County with a majority population limit = { this.culture = scope:the_culture } @@ -233,7 +231,7 @@ support_of_a_faith_minority_in_county = { subtract = small_minority_cost_value } #Determine how much is supporting this minority - scope:county = { + scope:the_county = { every_neighboring_county = { if = { #County with a majority population limit = { this.faith = scope:the_faith } From eac1b0efb345e99f7b9aa18a4c6a7ca3d437489e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 04:36:20 -0400 Subject: [PATCH 022/339] More minority updates * Asoristan, Sogdiana, Transoxiana, Persia, and Daylam * Alexandria --- .../on_action/sea_minority_game_start.txt | 355 +++++++++++++++++- .../sea_minority_culture_values.txt | 5 +- WtWSMS/history/provinces/bp_k_daylam.txt | 2 +- WtWSMS/history/provinces/bp_k_parthia.txt | 2 +- WtWSMS/history/provinces/bp_k_sogdiana.txt | 8 +- _developer_documentation/_BP_design.info | 2 + 6 files changed, 362 insertions(+), 12 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index f98fa85291..14f68ab715 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -249,6 +249,12 @@ BP_set_minorities_universal = { target = culture:greek } } + title:c_jaffa = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } + } ###Others title:c_harran = { #Faiths @@ -291,6 +297,10 @@ BP_set_minorities_universal = { name = faith_minorities_small target = faith:karaism } + add_to_variable_list = { + name = faith_minorities_small + target = faith:egyptian_pagan #Horapollo in the late 5th century was buried by Egyptian Rites + } } #e_persia @@ -313,6 +323,10 @@ BP_set_minorities_universal = { name = faith_minorities_small target = faith:nicene } + add_to_variable_list = { + name = faith_minorities_small + target = faith:mandeaism + } #Cultures add_to_variable_list = { name = culture_minorities_small @@ -331,12 +345,243 @@ BP_set_minorities_universal = { target = culture:greek } } + title:c_tib = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:nestorian + } + } + ###Mandeans + title:c_rusafa = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:mandeaism + } + } + title:c_ubulla = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:mandeaism + } + } + title:c_abbadan = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:mandeaism + } + } + title:c_ahvaz = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:mandeaism + } + } + title:c_wasit = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:mandeaism + } + } + title:c_badaraya = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:mandeaism + } + } + title:c_batiha = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:mandeaism + } + } + title:c_akhadid = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:mandeaism + } + } + title:c_basra = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:mandeaism + } + } + ##k_parthia + title:c_merv = { #Major Buddhist center prior to Islamization + add_to_variable_list = { + name = faith_minorities_large + target = faith:dharmaguptaka + } + add_to_variable_list = { + name = faith_minorities_large + target = faith:nestorian + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + } + title:c_amol = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:dharmaguptaka + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + } + title:c_zamm = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:dharmaguptaka + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + } + ##k_sogdiana + ###d_soghd + every_county = { #Religious plurality of the region + limit = { + this.duchy = title:d_soghd + NOT = { this = title:c_kishsh } + } + if = { + limit = { NOT = { this.faith = faith:manichean } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } + } + if = { + limit = { NOT = { this.faith = faith:nestorian } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + } + if = { + limit = { NOT = { this.faith = faith:khurmazta } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:khurmazta + } + } + if = { + limit = { NOT = { this.faith = faith:dharmaguptaka } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:dharmaguptaka + } + } + } + + ##k_bactria + title:c_guzgan = { #Yahudan seems to be a reference to Jews + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + } + ##k_sogdiana & k_transoxiana + every_county = { + limit = { + OR = { + this.duchy = title:d_osrushana + this.duchy = title:d_ferghana + this.duchy = title:d_chah + } + NOT = { this = title:c_otrar } + } + if = { + limit = { NOT = { this.faith = faith:khurmazta } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:khurmazta + } + } + if = { + limit = { NOT = { this.faith = faith:nestorian } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + } + if = { #Long presence of Buddhism in region prior to Islamization + limit = { NOT = { this.faith = faith:dharmaguptaka } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:dharmaguptaka + } + } + } + every_county = { + limit = { this.duchy = title:d_khuttal } + if = { + limit = { NOT = { this.faith = faith:khurmazta } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:khurmazta + } + } + if = { #Long presence of Buddhism in region prior to Islamization + limit = { NOT = { this.faith = faith:dharmaguptaka } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:dharmaguptaka + } + } + } + every_county = { + limit = { this.duchy = title:d_balkh } + if = { + limit = { NOT = { this.faith = faith:khurmazta } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:khurmazta + } + } + if = { #Long presence of Buddhism in region prior to Islamization + limit = { NOT = { this.faith = faith:dharmaguptaka } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:dharmaguptaka + } + } + if = { + limit = { NOT = { this.culture = culture:bactrian } } + add_to_variable_list = { + name = culture_minorities_large + target = culture:bactrian + } + } + } #e_north_africa ##k_tripolitania title:c_syrte = { #Long Attested Non-Berber language presence by al-Bakri add_to_variable_list = { - name = culture_minorities_large + name = culture_minorities_small target = culture:punic } } @@ -456,11 +701,11 @@ BP_set_minorities_by_date = { ##k_thrace title:c_nikopolis = { add_to_variable_list = { - name = faith_minorities_large + name = faith_minorities_small target = faith:gothic_church } add_to_variable_list = { - name = culture_minorities_large + name = culture_minorities_small target = culture:thracian_gothic } } @@ -472,7 +717,25 @@ BP_set_minorities_by_date = { target = faith:maronite_church } } + title:c_tall_hamid = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:maronite_church + } + } ##k_oriens + title:c_antiocheia = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:maronite_church + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } + } title:c_baalbek = { #Faiths add_to_variable_list = { @@ -516,6 +779,10 @@ BP_set_minorities_by_date = { name = culture_minorities_small target = culture:romano_aramean } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } } title:c_aintab = { #Faiths @@ -555,6 +822,14 @@ BP_set_minorities_by_date = { target = faith:ebionite } } + #Faiths + if = { + limit = { NOT = { this.culture = culture:aramean } } + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + } } } title:c_jerusalem = { @@ -562,6 +837,10 @@ BP_set_minorities_by_date = { name = faith_minorities_small target = faith:monophysitism } + add_to_variable_list = { + name = culture_minorities_small + target = culture:roman + } } title:c_ghazza = { add_to_variable_list = { @@ -576,6 +855,31 @@ BP_set_minorities_by_date = { name = culture_minorities_small target = culture:greek } + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + } + ##k_egypt + title:c_alexandria = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:egyptian_pagan #Horapollo in the late 5th century was buried by Egyptian Rites + } + #Cultures + add_to_variable_list = { + name = culture_minorities_small + target = culture:roman + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:coptic + } } #e_north_africa @@ -645,6 +949,19 @@ BP_set_minorities_by_date = { } #e_persia + ##k_asoristan + title:c_rusafa = { + #Faiths + add_to_variable_list = { + name = faith_minorities_large + target = faith:nestorian + } + #Cultures + add_to_variable_list = { + name = culture_minorities_large + target = culture:aramean + } + } ##k_persia title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region #Faith @@ -694,6 +1011,16 @@ BP_set_minorities_by_date = { target = culture:persian } } + title:c_behabad = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:mazdayasna + } + add_to_variable_list = { + name = culture_minorities_large + target = culture:persian + } + } ###Remnant Medians title:c_hamadan = { add_to_variable_list = { @@ -749,6 +1076,28 @@ BP_set_minorities_by_date = { name = faith_minorities_large target = faith:manichean } + add_to_variable_list = { + name = faith_minorities_small + target = faith:marcionism + } + } + title:c_gilan = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:marcionism + } + } + title:c_zanjan = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:marcionism + } + } + title:c_ardabil = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:marcionism + } } #e_spain diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index ef8df81289..bd91147d68 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -19,9 +19,9 @@ minority_always_supported_value = 1000 #For things like Diasporic majority_province_support_value = 10 large_minority_support_value = 2 -large_minority_cost_value = 5 +large_minority_cost_value = 4 small_minority_support_value = 1 -small_minority_cost_value = 3 +small_minority_cost_value = 2 #Other values #small minority, large minority, majority; script value in case we want to change this @@ -263,6 +263,7 @@ support_of_a_faith_minority_in_county = { #FIXME: Jewish faiths should be bolstered #FIXME: Ethnic religions should be bolstered #FIXME: Autocephalous churches should be bolstered + #FIXME: Holy Sites should make it easier for minorities to hold out multiply = -1.00 } ##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index f15dd222b5..f134d863a4 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -145,7 +145,7 @@ ###c_zanjan 4325 = { # 4325 - Zanjan culture = daylamite - religion = marcionism #[1] + religion = mazdayasna holding = castle_holding } 4326 = { # 4326 - Afshar diff --git a/WtWSMS/history/provinces/bp_k_parthia.txt b/WtWSMS/history/provinces/bp_k_parthia.txt index 433cbbe3f5..ae41479eee 100644 --- a/WtWSMS/history/provinces/bp_k_parthia.txt +++ b/WtWSMS/history/provinces/bp_k_parthia.txt @@ -141,7 +141,7 @@ ###c_merv 4238 = { #Merv culture = bactrian - religion = dharmaguptaka #Major Buddhist center prior to Islamization + religion = khurmazta holding = castle_holding #aka Antiochia-in-Margiana } 4234 = { #Sinj diff --git a/WtWSMS/history/provinces/bp_k_sogdiana.txt b/WtWSMS/history/provinces/bp_k_sogdiana.txt index 907d0778a4..965f320c02 100644 --- a/WtWSMS/history/provinces/bp_k_sogdiana.txt +++ b/WtWSMS/history/provinces/bp_k_sogdiana.txt @@ -12,7 +12,7 @@ ###c_bukhara 4394 = { #Bukhara culture = bactrian - religion = manichean + religion = khurmazta holding = castle_holding } 4395 = { #Varakhsha @@ -53,9 +53,8 @@ ###c_nakhshab 4390 = { #Nakhshab culture = bactrian - religion = nicene + religion = khurmazta holding = castle_holding #aka Nasaf - 432.1.1 = { religion = nestorian } } 4389 = { #Nawqad Qureish holding = none @@ -69,9 +68,8 @@ ###c_firabr #AKA Paykend 4393 = { #Paykend culture = bactrian - religion = nicene + religion = khurmazta holding = castle_holding #aka Baykand - 432.1.1 = { religion = nestorian } } 4242 = { #Firabr holding = none diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 2294389c4a..1931883637 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -41,8 +41,10 @@ IN PROGRESS: * Cultural/religious exclaves should flip passively * Add in faith-related feed values * Review councillor minority conversion/promotion values +* Add opinion/development effects for having minorities * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow +* Touch up development in Sogdiana to properly support religious pluralism * Revise province faith/cultures in light of minorities * Fix c_erand in sea_minoarity_game_start.txt * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria From c4cd3f4b7473cb41e7bbfe4f568e43b745b4df92 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:45:53 -0400 Subject: [PATCH 023/339] Clean up on actions * Reduce code duplication in on-start minority code * Remove gruzinim as they are unnecessary * Bactrain Zoroastrian counties are khurmazta * Reduced Iranian Paganism in Daylam --- WtWSMS/common/_TODO_FIXME_common.info | 1 - .../common/culture/cultures/BP_israelite.txt | 38 - .../on_action/sea_minority_game_start.txt | 1518 ++++++++--------- ..._pool_repopulation_character_templates.txt | 3 - WtWSMS/history/provinces/bp_k_bactria.txt | 8 +- WtWSMS/history/provinces/bp_k_daylam.txt | 2 +- WtWSMS/history/provinces/bp_k_parthia.txt | 8 +- .../english/culture/BP_cultures_l_english.yml | 3 - 8 files changed, 675 insertions(+), 906 deletions(-) diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index 7db895b1c1..cdb01839c9 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -24,7 +24,6 @@ Beta: * common/culture/cultures/BP_turkic.txt: White Croats need to be better thought out * common/culture/cultures/BP_west_slavic.txt: Lechites need to be better thought out * common/culture/cultures/BP_iranian.txt: Median Namelist - * common/culture/cultures/BP_israelite.txt: Implement Gruzinim name list * common/culture/cultures/BP_siberian.txt: Tungusic namelist * common/culture/cultures/BP_turkic.txt: Kurykan Namelist * common/culture/name_lists/BP_dead_cultures.txt: Paleo-Iberian Dynasty Names diff --git a/WtWSMS/common/culture/cultures/BP_israelite.txt b/WtWSMS/common/culture/cultures/BP_israelite.txt index db148a54da..6e145832b4 100644 --- a/WtWSMS/common/culture/cultures/BP_israelite.txt +++ b/WtWSMS/common/culture/cultures/BP_israelite.txt @@ -41,44 +41,6 @@ 3 = mediterranean_byzantine } } -gruzinim = { #Georgian Jews - color = { 0.6 0.3 0.6 } - - parents = { hebrew colchiscan } - created = 2.1.1 - history_loc_override = gruzinim_history_loc - - ethos = ethos_communal - heritage = heritage_israelite - language = language_georgian #Technically Judeo-Georgian, but close enough for game purposes - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_forbearing - tradition_diasporic - tradition_philosopher_culture - #Regional Traditions - #Ritual Traditions - #Realm Traditions - tradition_isolationist - #Combat Traditions - } - - dlc_tradition = { - trait = tradition_staunch_traditionalists - requires_dlc_flag = hybridize_culture - } - - name_list = name_list_georgian #####TODO (Beta): Implement Gruzinim name list - - coa_gfx = { israelite_group_coa_gfx } - building_gfx = { mediterranean_building_gfx } - clothing_gfx = { byzantine_clothing_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { 10 = mediterranean_byzantine } -} hebrew = { color = { 0.4 0.3 0.6 } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 14f68ab715..47927a7ac5 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -21,29 +21,19 @@ on_game_start_after_lobby = { set_minorities_game_start = { effect = { - title:c_kerala = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:kochinim - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:malabarism + ##### Changed from Vanilla: Removed Urartuism in Africa (‽) + ##### Changed from Vanilla: Removed Yazidis + ##### Changed from Vanilla: Removed Ash'ari + + ### Konchinim Malabarism + every_county = { + limit = { + OR = { + this = title:c_kerala + this = title:c_venadu + this = title:c_alupa + } } - } - ##### TODO FIXME!!!! -# title:c_eranad = { -# add_to_variable_list = { -# name = culture_minorities_small -# target = culture:kochinim -# } -# add_to_variable_list = { -# name = faith_minorities_small -# target = faith:malabarism -# } -# } - ##### TODO FIXME!!!! - title:c_alupa = { add_to_variable_list = { name = culture_minorities_small target = culture:kochinim @@ -53,69 +43,46 @@ set_minorities_game_start = { target = faith:malabarism } } - - title:c_kanara = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian + #Indian Nestorians + every_county = { + limit = { + OR = { + this = title:c_kanara + this = title:c_panaji + } } - } - title:c_panaji = { add_to_variable_list = { name = faith_minorities_small target = faith:nestorian } } - - title:c_marsabit = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:urartuism - } - } - title:c_fudalhi = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:urartuism - } - } - - ##### Changed from Vanilla: Removed Yazidis - - # Manichean - - title:c_shazhou = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean + # Manicheans in Hexi Corridor + every_county = { + limit = { + OR = { + this = title:c_shazhou + this = title:c_liangzhou + } } - } - title:c_liangzhou = { add_to_variable_list = { name = faith_minorities_small target = faith:manichean } } - - ##### Changed from Vanilla: Removed Ash'ari - - # Jewish - - title:c_shazhou = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism + # Jews in Hexi Corridor + every_county = { + limit = { + OR = { + this = title:c_shazhou + this = title:c_liangzhou + } } - } - title:c_liangzhou = { add_to_variable_list = { name = faith_minorities_small target = faith:rabbinism } } - # Parsees - title:c_daman = { add_to_variable_list = { name = faith_minorities_small @@ -131,460 +98,342 @@ set_minorities_game_start = { BP_set_minorities_universal = { effect = { - #e_khazaria - title:c_durdzukia = { #Mountain Jews - add_to_variable_list = { - name = faith_minorities_small - target = faith:tzadikite - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:juhuro - } - } - - #e_armenia - title:c_derbent = { #Mountain Jews - add_to_variable_list = { - name = faith_minorities_small - target = faith:tzadikite + # Religions + #======================== + #Abrahamics + ## Christians + ### Nestorians + every_county = { #Large Concentrations + limit = { + OR = { + this.duchy = title:d_soghd + this = title:c_tib + this = title:c_merv + } + NOT = { this = title:c_kishsh } + NOT = { this = title:c_otrar } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:juhuro + if = { + limit = { NOT = { this.faith = faith:nestorian } } + this = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:nestorian + } + } } } - #Georgian Jews - title:c_kakheti = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism + every_county = { #Small Concentrations + limit = { + OR = { + this.duchy = title:d_osrushana + this.duchy = title:d_ferghana + this.duchy = title:d_chah + this = title:c_zamm + this = title:c_amol + this = title:c_kishsh + } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:gruzinim + if = { + limit = { NOT = { this.faith = faith:nestorian } } + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + } } } - title:c_tbilisi = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism + ### Marcionism + every_county = { #Large Concentrations + limit = { + OR = { + this = title:c_ardabil + this = title:c_zanjan + this = title:c_gilan + this = title:c_maragha + } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:gruzinim + if = { + limit = { NOT = { this.faith = faith:marcionism } } + this = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:marcionism + } + } } } - title:c_kartli = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism + every_county = { #Small Concentrations + limit = { + OR = { + this = title:c_talish + } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:gruzinim + if = { + limit = { NOT = { this.faith = faith:marcionism } } + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:marcionism + } + } } } - #e_byzantium - ##k_byzantium - title:c_byzantion = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - } - ##k_asia - ###Jewish presence on the Aegean Coast - title:c_aeolis = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism + ## Jews + ### Juhuro Tzadikites (Mountain Jews) + every_county = { + limit = { + OR = { + this = title:c_durdzukia + this = title:c_derbent + } } - } - title:c_ionia = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:tzadikite + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:juhuro + } } } - ##k_oriens - ###Israel + ### Georgian Jews every_county = { limit = { OR = { - this.duchy = title:d_iudea - this.culture = culture:hebrew + this = title:c_kakheti + this = title:c_tbilisi + this = title:c_kartli } } this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:rabbinism } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:rabbinism - } - } - if = { - limit = { NOT = { this.faith = faith:samaritan } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:samaritan - } + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism } } } - title:c_jerusalem = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:miaphysitism - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean + ### Diasporic Localized Rabbinism Populations + every_county = { + limit = { + OR = { + this = title:c_byzantion + this = title:c_aeolis + this = title:c_ionia + this = title:c_alexandria + this = title:c_roma + this = title:c_tunis #Carthage + this = title:c_antiocheia + this = title:c_attica + this = title:c_baghdad + this = title:c_guzgan #Yahudan seems to be a reference to Jews + } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:rabbinism + } } } - title:c_jaffa = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek + + #Mazdans + ## Zoroastrians + ### Khurmazta + every_county = { #Large Concentrations + limit = { this.duchy = title:d_balkh } + this = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:khurmazta + } } } - ###Others - title:c_harran = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:platonism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:hellenic_pagan - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:assyrian_pagan - } - #Cultures - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek + every_county = { #Small Concentrations + limit = { + OR = { + this.duchy = title:d_osrushana + this.duchy = title:d_ferghana + this.duchy = title:d_chah + } + NOT = { this = title:c_otrar } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean + if = { + limit = { NOT = { this.faith = faith:nestorian } } + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + } } } - ##k_egypt - title:c_alexandria = { - if = { - limit = { NOT = { this.faith = faith:miaphysitism } } + ### Mazdyasna + every_county = { #Large Concentrations + limit = { this.faith = faith:zurvanism } + this = { add_to_variable_list = { name = faith_minorities_large - target = faith:miaphysitism + target = faith:mazdayasna } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:karaism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:egyptian_pagan #Horapollo in the late 5th century was buried by Egyptian Rites + } + ## Dualists + ###Manicheans + every_county = { #Large Concentrations + limit = { this.duchy = title:d_soghd } + this = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:manichean + } } } - - #e_persia - ##k_asoristan - title:c_baghdad = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:mazdayasna - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nicene - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:mandeaism - } - #Cultures - add_to_variable_list = { - name = culture_minorities_small - target = culture:persian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:hebrew - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:assyrian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek + every_county = { #Small Concentrations + limit = { + OR = { + this.duchy = title:d_osrushana + this.duchy = title:d_ferghana + this.duchy = title:d_chah + this = title:c_baghdad + } + NOT = { this = title:c_otrar } } - } - title:c_tib = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:nestorian + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:manichean + } } } ###Mandeans - title:c_rusafa = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:mandeaism - } - } - title:c_ubulla = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:mandeaism - } - } - title:c_abbadan = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:mandeaism - } - } - title:c_ahvaz = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:mandeaism - } - } - title:c_wasit = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:mandeaism - } - } - title:c_badaraya = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:mandeaism - } - } - title:c_batiha = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:mandeaism - } - } - title:c_akhadid = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:mandeaism - } - } - title:c_basra = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:mandeaism - } - } - ##k_parthia - title:c_merv = { #Major Buddhist center prior to Islamization - add_to_variable_list = { - name = faith_minorities_large - target = faith:dharmaguptaka - } - add_to_variable_list = { - name = faith_minorities_large - target = faith:nestorian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean - } - } - title:c_amol = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:dharmaguptaka - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean - } - } - title:c_zamm = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:dharmaguptaka - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean - } - } - ##k_sogdiana - ###d_soghd - every_county = { #Religious plurality of the region + every_county = { #Large Concentrations limit = { - this.duchy = title:d_soghd - NOT = { this = title:c_kishsh } + OR = { + this = title:c_rusafa + this = title:c_ubulla + this = title:c_abbadan + this = title:c_ahvaz + this = title:c_wasit + } } - if = { - limit = { NOT = { this.faith = faith:manichean } } + this = { add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean + name = faith_minorities_large + target = faith:mandeaism } } - if = { - limit = { NOT = { this.faith = faith:nestorian } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian + } + every_county = { #Small Concentrations + limit = { + OR = { + this = title:c_badaraya + this = title:c_batiha + this = title:c_akhadid + this = title:c_basra + this = title:c_baghdad } } - if = { - limit = { NOT = { this.faith = faith:khurmazta } } + this = { add_to_variable_list = { name = faith_minorities_small - target = faith:khurmazta + target = faith:mandeaism } } + } + # Dharmics + ## Buddhists + ### Dharmagutakans + every_county = { #Large Concentrations + limit = { this = title:c_merv } #Major Buddhist center Pre-Islam if = { limit = { NOT = { this.faith = faith:dharmaguptaka } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:dharmaguptaka + this = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:dharmaguptaka + } } } } - - ##k_bactria - title:c_guzgan = { #Yahudan seems to be a reference to Jews - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - } - ##k_sogdiana & k_transoxiana - every_county = { + every_county = { #Small Concentrations limit = { OR = { + this.duchy = title:d_soghd this.duchy = title:d_osrushana this.duchy = title:d_ferghana this.duchy = title:d_chah - } - NOT = { this = title:c_otrar } - } - if = { - limit = { NOT = { this.faith = faith:khurmazta } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:khurmazta + this.duchy = title:d_balkh + this.duchy = title:d_khuttal + this = title:c_zamm + this = title:c_amol } } if = { - limit = { NOT = { this.faith = faith:nestorian } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } - } - if = { #Long presence of Buddhism in region prior to Islamization limit = { NOT = { this.faith = faith:dharmaguptaka } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:dharmaguptaka + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:dharmaguptaka + } } } } + ## Other Special Regions + #======================== + ### Hebrew territories are an admixture of many different groups every_county = { - limit = { this.duchy = title:d_khuttal } - if = { - limit = { NOT = { this.faith = faith:khurmazta } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:khurmazta + limit = { culture = culture:hebrew } + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:rabbinism } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:rabbinism + } } - } - if = { #Long presence of Buddhism in region prior to Islamization - limit = { NOT = { this.faith = faith:dharmaguptaka } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:dharmaguptaka + if = { + limit = { NOT = { this.faith = faith:samaritan } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:samaritan + } } - } - } - every_county = { - limit = { this.duchy = title:d_balkh } - if = { - limit = { NOT = { this.faith = faith:khurmazta } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:khurmazta + if = { + limit = { NOT = { this.faith = faith:nicene } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nicene + } } - } - if = { #Long presence of Buddhism in region prior to Islamization - limit = { NOT = { this.faith = faith:dharmaguptaka } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:dharmaguptaka + #Cultures + if = { + limit = { + OR = { + this = title:c_jerusalem + is_coastal_county = yes + } + NOT = { this.culture = culture:greek } + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } } - } - if = { - limit = { NOT = { this.culture = culture:bactrian } } - add_to_variable_list = { - name = culture_minorities_large - target = culture:bactrian + if = { + limit = { NOT = { this.culture = culture:aramean } } + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } } } } - - #e_north_africa - ##k_tripolitania - title:c_syrte = { #Long Attested Non-Berber language presence by al-Bakri - add_to_variable_list = { - name = culture_minorities_small - target = culture:punic - } - } #Religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis every_county = { limit = { @@ -614,207 +463,173 @@ BP_set_minorities_universal = { } } } - } -} - -BP_set_minorities_by_date = { - effect = { - if = { - limit = { current_date <= 500.1.1 } - - #e_armenia - title:c_abkhazia = { #Abkhaz Christians - add_to_variable_list = { - name = faith_minorities_large - target = faith:georgian_orthodox - } - } - - #e_gaul - title:c_provence = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:massalian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nicene - } + # Other Specific Counties + #======================== + title:c_jerusalem = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:miaphysitism } - - #e_byzantium - ##k_byzantium - title:c_byzantion = { + } + title:c_harran = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:platonism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:hellenic_pagan + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:assyrian_pagan + } + #Cultures + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + } + title:c_alexandria = { + if = { + limit = { NOT = { this.faith = faith:miaphysitism } } add_to_variable_list = { - name = faith_minorities_small + name = faith_minorities_large target = faith:miaphysitism } - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:roman - } } - ##k_pontus - title:c_trebizond = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:georgian_pagan - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:macronian - } + add_to_variable_list = { + name = faith_minorities_small + target = faith:karaism } - ##k_hellas - title:c_attica = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:platonism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:hellenic_pagan - } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek } - ##k_asia - title:c_phrygia = { #Remnant Phrygians - add_to_variable_list = { - name = culture_minorities_large - target = culture:phrygian - } + } + title:c_baghdad = { + #Faiths + add_to_variable_list = { + name = faith_minorities_small + target = faith:mazdayasna } - title:c_pacatiana = { #Remnant Phrygian Ostrogoths (cf. Claudian, Zosimus) - add_to_variable_list = { - name = faith_minorities_small - target = faith:gothic_church - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:gothic - } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nicene } - - ##k_thrace - title:c_nikopolis = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:gothic_church - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:thracian_gothic - } + #Cultures + add_to_variable_list = { + name = culture_minorities_small + target = culture:persian } - ##k_cilicia - title:c_alexandretta = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church - } + add_to_variable_list = { + name = culture_minorities_small + target = culture:hebrew } - title:c_tall_hamid = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church - } + add_to_variable_list = { + name = culture_minorities_small + target = culture:assyrian } - ##k_oriens - title:c_antiocheia = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek } - title:c_baalbek = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church - } + } + title:c_syrte = { #Long Attested Non-Berber language presence by al-Bakri + add_to_variable_list = { + name = culture_minorities_small + target = culture:punic } - title:c_beirut = { - #Faiths + } + } +} + +BP_set_minorities_by_date = { + effect = { + if = { + limit = { current_date <= 500.1.1 } + + # Religions + #======================== + # Abrahamics + ## Christians + ### Georgian Orthodox + title:c_abkhazia = { #Abkhaz Christians add_to_variable_list = { name = faith_minorities_large - target = faith:apollinarism + target = faith:georgian_orthodox } } - title:c_tripoli = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church - } - add_to_variable_list = { - name = faith_minorities_large - target = faith:syrian_orthodox + ### Maronites + every_county = { + limit = { + OR = { + this.duchy = title:d_phoenice + this = title:c_baalbek + this = title:c_homs + #In the North Mountains + this.duchy = title:d_euphratensis + this = title:c_antiocheia + this = title:c_alexandretta + this = title:c_tall_hamid + } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:apollinarism + if = { + limit = { NOT = { this.faith = faith:maronite_church } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:maronite_church + } } } - title:c_acre = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:apollinarism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:maronite_church - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:romano_aramean - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek + ###Apollinarism + every_county = { + limit = { + OR = { + this = title:c_beirut + this = title:c_tripoli + this = title:c_acre + this = title:c_antiocheia + } } - } - title:c_aintab = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church + if = { + limit = { NOT = { this.faith = faith:apollinarism } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:apollinarism + } } } - title:c_marash = { - #Faiths - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church + ###Syrian Orthodox + every_county = { + limit = { + OR = { + this.duchy = title:d_syria + this.duchy = title:d_syria_salutaris + this.duchy = title:d_euphratensis + this = title:c_palmyra + this = title:c_qaryatan + this = title:c_homs + this = title:c_tripoli + } } - #Cultures - add_to_variable_list = { - name = culture_minorities_large - target = culture:aramean + if = { + limit = { NOT = { this.faith = faith:syrian_orthodox } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:syrian_orthodox + } } } - ###Israel + ###Ebionites every_county = { - limit = { this.duchy = title:d_iudea } + limit = { this.culture = culture:hebrew } this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:nicene } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nicene - } - } if = { limit = { NOT = { this.faith = faith:ebionite } } add_to_variable_list = { @@ -822,118 +637,110 @@ BP_set_minorities_by_date = { target = faith:ebionite } } - #Faiths + } + } + ###Nestorians + every_county = { + limit = { this.culture = culture:assyrian } + this = { if = { - limit = { NOT = { this.culture = culture:aramean } } + limit = { NOT = { this.faith = faith:nestorian } } add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean + name = faith_minorities_large + target = faith:nestorian } } } } - title:c_jerusalem = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:monophysitism - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:roman - } - } - title:c_ghazza = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:mazdayasna - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:persian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek - } + + # Culture + #======================== + ###Remnant Medians + title:c_hamadan = { add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean + name = culture_minorities_large + target = culture:median } } - ##k_egypt - title:c_alexandria = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:egyptian_pagan #Horapollo in the late 5th century was buried by Egyptian Rites - } - #Cultures - add_to_variable_list = { - name = culture_minorities_small - target = culture:roman - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek + every_county = { + limit = { + this = title:c_nihawand + this = title:c_kermanshah + this = title:c_masabadhan + this = title:c_saimara } - add_to_variable_list = { - name = culture_minorities_small - target = culture:coptic + this = { + #Cultures + if = { + limit = { NOT = { this.culture = culture:median } } + add_to_variable_list = { + name = culture_minorities_small + target = culture:median + } + } } } - - #e_north_africa - ##k_africa - title:c_tunis = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:arian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:vandalic - } + ### Taifal settlement in Gaul + title:c_quercy = { #Touffailles and Touffaillou add_to_variable_list = { - name = culture_minorities_small - target = culture:punic + name = culture_minorities_large + target = culture:taifal } } - title:c_melilla = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:african_church + every_county = { + limit = { + OR = { + this = title:c_limousin + this = title:c_lyon + } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:romano_african + this = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:taifal + } } } - title:c_gharb = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:african_church + + ## Other Special Regions + #======================== + ### North Africa + #Western North Africa should have populations of Romano-African African Rite Nicenes + every_county = { + limit = { + this.duchy = title:d_caesariensis + is_coastal_county = yes } - add_to_variable_list = { - name = culture_minorities_small - target = culture:romano_african + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:african_church } } + add_to_variable_list = { + name = faith_minorities_large + target = faith:african_church + } + } + #Cultures + if = { + limit = { NOT = { this.culture = culture:romano_african } } + add_to_variable_list = { + name = culture_minorities_large + target = culture:romano_african + } + } } } - #Coastal provinces of Caesariensis every_county = { limit = { - this.duchy = title:d_caesariensis - is_coastal_county = yes + this = title:c_melilla + this = title:c_gharb } this = { #Faiths if = { limit = { NOT = { this.faith = faith:african_church } } add_to_variable_list = { - name = faith_minorities_large + name = faith_minorities_small target = faith:african_church } } @@ -941,248 +748,280 @@ BP_set_minorities_by_date = { if = { limit = { NOT = { this.culture = culture:romano_african } } add_to_variable_list = { - name = culture_minorities_large + name = culture_minorities_small target = culture:romano_african } } } } - - #e_persia - ##k_asoristan - title:c_rusafa = { - #Faiths + ### Persian-Aramean border + title:c_behabad = { add_to_variable_list = { name = faith_minorities_large - target = faith:nestorian + target = faith:mazdayasna } - #Cultures add_to_variable_list = { name = culture_minorities_large - target = culture:aramean + target = culture:persian } } - ##k_persia - title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region - #Faith - add_to_variable_list = { - name = faith_minorities_large - target = faith:nestorian + every_county = { + limit = { + this = title:c_abbadan + this = title:c_ahvaz } - add_to_variable_list = { #Roman captives after Shapur II rebuilt the city - name = faith_minorities_small - target = faith:nicene + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:mazdayasna } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:mazdayasna + } + } + #Cultures + if = { + limit = { NOT = { this.culture = culture:persian } } + add_to_variable_list = { + name = culture_minorities_small + target = culture:persian + } + } } - add_to_variable_list = { #Remnant Greek Polytheism of the time + } + ### Alan settlement + every_county = { + limit = { + OR = { + this.duchy = title:d_carthago_inferior + this.duchy = title:d_carthago_superior + this = title:c_alcacer_do_sal + this = title:c_elvas + this = title:c_beja + this = title:c_moura + this = title:c_badajoz + this = title:c_lisboa + } + } + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:alan + } + } + } + + # Other Specific Counties + #======================== + ### Byzantium + title:c_byzantion = { + add_to_variable_list = { name = faith_minorities_small - target = faith:hellenic_pagan + target = faith:miaphysitism } - #Culture add_to_variable_list = { name = culture_minorities_large - target = culture:aramean - } - add_to_variable_list = { #Roman captives after Shapur II rebuilt the city - name = culture_minorities_small target = culture:roman } - add_to_variable_list = { #Ancient Greek settlement in Susa - name = culture_minorities_small - target = culture:greek - } } - title:c_abbadan = { + ### Thrace + title:c_nikopolis = { add_to_variable_list = { name = faith_minorities_small - target = faith:mazdayasna + target = faith:gothic_church } add_to_variable_list = { name = culture_minorities_small - target = culture:persian + target = culture:thracian_gothic } } - title:c_ahvaz = { + ### Pontus + title:c_trebizond = { add_to_variable_list = { name = faith_minorities_small - target = faith:mazdayasna + target = faith:georgian_pagan } add_to_variable_list = { - name = culture_minorities_small - target = culture:persian + name = culture_minorities_large + target = culture:macronian } } - title:c_behabad = { + ### Hellas + title:c_attica = { add_to_variable_list = { - name = faith_minorities_large - target = faith:mazdayasna + name = faith_minorities_small + target = faith:platonism } add_to_variable_list = { - name = culture_minorities_large - target = culture:persian + name = faith_minorities_small + target = faith:hellenic_pagan } } - ###Remnant Medians - title:c_hamadan = { + ### Asia + title:c_phrygia = { #Remnant Phrygians add_to_variable_list = { name = culture_minorities_large - target = culture:median + target = culture:phrygian } } - title:c_nihawand = { + title:c_pacatiana = { #Remnant Phrygian Ostrogoths/early Gothograecia (cf. Claudian, Zosimus) add_to_variable_list = { - name = culture_minorities_small - target = culture:median + name = faith_minorities_small + target = faith:gothic_church } - } - title:c_kermanshah = { add_to_variable_list = { name = culture_minorities_small - target = culture:median + target = culture:gothic } } - title:c_masabadhan = { + ### Israel & Oriens + title:c_ghazza = { add_to_variable_list = { - name = culture_minorities_small - target = culture:median + name = faith_minorities_small + target = faith:mazdayasna } - } - title:c_saimara = { add_to_variable_list = { name = culture_minorities_small - target = culture:median + target = culture:persian } } - ##k_daylam - title:c_urmiya = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:armenian_apostolic - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } + title:c_jerusalem = { add_to_variable_list = { name = faith_minorities_small - target = faith:manichean + target = faith:monophysitism } add_to_variable_list = { - name = culture_minorities_large - target = culture:armenian + name = culture_minorities_small + target = culture:roman } } - title:c_talish = { + title:c_acre = { + #Faiths add_to_variable_list = { - name = faith_minorities_large - target = faith:manichean + name = culture_minorities_small + target = culture:romano_aramean } add_to_variable_list = { - name = faith_minorities_small - target = faith:marcionism + name = culture_minorities_small + target = culture:greek } } - title:c_gilan = { + title:c_marash = { + #Cultures add_to_variable_list = { - name = faith_minorities_large - target = faith:marcionism + name = culture_minorities_large + target = culture:aramean } } - title:c_zanjan = { + ### Egypt + title:c_alexandria = { + #Faiths add_to_variable_list = { - name = faith_minorities_large - target = faith:marcionism + name = faith_minorities_small + target = faith:egyptian_pagan #Horapollo in the late 5th century was buried by Egyptian Rites } - } - title:c_ardabil = { + #Cultures add_to_variable_list = { - name = faith_minorities_large - target = faith:marcionism + name = culture_minorities_small + target = culture:roman } } - - #e_spain - ##k_cartaginensis - every_county = { #Alans in Carthaginense - limit = { - OR = { - this.duchy = title:d_carthago_inferior - this.duchy = title:d_carthago_superior - } + ### Hellas + title:c_provence = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:massalian } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:arian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:alan - } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nicene } } - ##k_lusitania - ### Alentejo Alans - title:c_alcacer_do_sal = { + ### North Africa + title:c_tunis = { add_to_variable_list = { name = faith_minorities_small target = faith:arian } - add_to_variable_list = { - name = culture_minorities_small - target = culture:alan - } - } - title:c_elvas = { add_to_variable_list = { name = faith_minorities_small - target = faith:arian + target = faith:rabbinism } add_to_variable_list = { name = culture_minorities_small - target = culture:alan + target = culture:vandalic } - } - title:c_beja = { add_to_variable_list = { - name = faith_minorities_small - target = faith:arian + name = culture_minorities_small + target = culture:punic } + } + ### Asoristan + title:c_rusafa = { + #Cultures add_to_variable_list = { - name = culture_minorities_small - target = culture:alan + name = culture_minorities_large + target = culture:aramean } } - title:c_moura = { + title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region + #Faith add_to_variable_list = { + name = faith_minorities_large + target = faith:nestorian + } + add_to_variable_list = { #Roman captives after Shapur II rebuilt the city name = faith_minorities_small - target = faith:arian + target = faith:nicene + } + add_to_variable_list = { #Remnant Greek Polytheism of the time + name = faith_minorities_small + target = faith:hellenic_pagan } + #Culture add_to_variable_list = { + name = culture_minorities_large + target = culture:aramean + } + add_to_variable_list = { #Roman captives after Shapur II rebuilt the city + name = culture_minorities_small + target = culture:roman + } + add_to_variable_list = { #Ancient Greek settlement in Susa name = culture_minorities_small - target = culture:alan + target = culture:greek } } - title:c_badajoz = { + ### Daylam + title:c_urmiya = { add_to_variable_list = { - name = faith_minorities_small - target = faith:arian + name = faith_minorities_large + target = faith:armenian_apostolic } add_to_variable_list = { - name = culture_minorities_small - target = culture:alan + name = faith_minorities_small + target = faith:nestorian } - } - title:c_lisboa = { add_to_variable_list = { name = faith_minorities_small - target = faith:arian + target = faith:manichean } add_to_variable_list = { - name = culture_minorities_small - target = culture:alan + name = culture_minorities_large + target = culture:armenian + } + } + title:c_talish = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:manichean } } - ##k_gallaecia + ### Spain title:c_porto = { add_to_variable_list = { name = faith_minorities_small @@ -1203,27 +1042,6 @@ BP_set_minorities_by_date = { target = culture:macromanni } } - - #e_gaul - ##k_septem_provincae - title:c_limousin = { #Taphaleschat - add_to_variable_list = { - name = culture_minorities_small - target = culture:taifal - } - } - title:c_quercy = { #Touffailles and Touffaillou - add_to_variable_list = { - name = culture_minorities_large - target = culture:taifal - } - } - title:c_lyon = { #Taïfailia - add_to_variable_list = { - name = culture_minorities_small - target = culture:taifal - } - } } } } diff --git a/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt b/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt index c703a1068f..20388b30bf 100644 --- a/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt +++ b/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt @@ -754,8 +754,6 @@ pool_repopulate_local_flavor = { } } } - #Georgian Jews in the Caucuses - culture:gruzinim = { trigger = { root.capital_province = { geographical_region = world_caucasus } } } root.culture = { trigger = { always = yes } } #Catches handle culture errors because of new culture types ##### Changed from Vanilla ^^^^^ } @@ -800,7 +798,6 @@ pool_repopulate_local_flavor = { culture = culture:radhanite culture = culture:kochinim culture = culture:juhuro - culture = culture:gruzinim } } random_list = { diff --git a/WtWSMS/history/provinces/bp_k_bactria.txt b/WtWSMS/history/provinces/bp_k_bactria.txt index 46429a87c5..b53ec5e919 100644 --- a/WtWSMS/history/provinces/bp_k_bactria.txt +++ b/WtWSMS/history/provinces/bp_k_bactria.txt @@ -10,7 +10,6 @@ culture = afghan religion = shaivism holding = castle_holding - 1.1.1 = { religion = shaivism } } 4503 = { #Sukawand holding = none @@ -76,7 +75,6 @@ culture = afghan religion = mahayana holding = tribal_holding - 1.1.1 = { religion = mahayana } } 4509 = { # Mapan holding = none @@ -86,7 +84,6 @@ culture = afghan religion = mahayana holding = castle_holding - 1.1.1 = { religion = mahayana } } 4494 = { # Rudan holding = none @@ -108,7 +105,6 @@ culture = afghan religion = dharmaguptaka holding = castle_holding - 1.1.1 = { religion = mahayana } } 4490 = { # Sarwan holding = none @@ -128,7 +124,7 @@ ###c_ghur 4225 = { #Firuzkuh #AKA Chagcharan culture = afghan - religion = mazdayasna + religion = dharmaguptaka holding = tribal_holding } 4224 = { #Khasht @@ -167,7 +163,7 @@ ###c_rivsharan 4223 = { #Dizah culture = bactrian - religion = mazdayasna + religion = khurmazta holding = tribal_holding } 4229 = { #Bashin diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index f134d863a4..4a25195b74 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -77,7 +77,7 @@ ###c_maragha 4546 = { # 4546 - Leylan culture = adhari - religion = scythian_pagan + religion = mazdayasna holding = castle_holding } 4545 = { # 4545 - Maragha diff --git a/WtWSMS/history/provinces/bp_k_parthia.txt b/WtWSMS/history/provinces/bp_k_parthia.txt index ae41479eee..034a57941c 100644 --- a/WtWSMS/history/provinces/bp_k_parthia.txt +++ b/WtWSMS/history/provinces/bp_k_parthia.txt @@ -162,7 +162,7 @@ ###c_marvarrud 4221 = { #Marv-ar-Rud culture = bactrian - religion = mazdayasna + religion = khurmazta holding = castle_holding #aka Marw-rod } 4218 = { #Qarinayn @@ -204,7 +204,7 @@ ###c_herat 4215 = { #Herat culture = bactrian - religion = mazdayasna + religion = khurmazta holding = castle_holding buildings = { #Of some economic import cereal_fields_00 @@ -220,7 +220,7 @@ ###c_badghis 4212 = { #Kusuy culture = bactrian - religion = mazdayasna + religion = khurmazta holding = castle_holding #aka Kohsan } 4213 = { #Bamain @@ -232,7 +232,7 @@ ###c_sabzevar 4204 = { #Asfuzar culture = persian - religion = mazdayasna + religion = khurmazta holding = tribal_holding } 4205 = { #Adraskan diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index a31702d0d9..9e2894ba43 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -334,9 +334,6 @@ hebrew:0 "Hebrew" hebrew_collective_noun:0 "Hebrews" hebrew_prefix:0 "Hebraic" - gruzinim: "Gruzinim" - gruzinim_collective_noun: "Gruzinim" - gruzinim_prefix: "Gruzino" # Latin group romano_gallic:0 "Romano-Gallic" romano_gallic_collective_noun:0 "Romano-Gauls" From 40f295fbb8a85cc2060155ddc3d594e85f14525b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 18:54:44 -0400 Subject: [PATCH 024/339] Add faith feature values to sorting routines * Add Faith feed values * Bugfixes --- .../sea_minority_culture_values.txt | 139 +++++++++++++++++- .../scripted_effects/sea_minority_effects.txt | 2 +- _developer_documentation/_BP_design.info | 1 - 3 files changed, 135 insertions(+), 7 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index bd91147d68..301b52de34 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -127,6 +127,7 @@ number_of_faith_minorities_in_county = { } #Culture Scope support_of_a_cultural_minority_in_county = { + this = { save_temporary_scope_as = the_culture } value = 0 #Determine how much is needed to feed this minority if = { @@ -173,6 +174,7 @@ support_of_a_cultural_minority_in_county = { if = { #If the minority matches the ruler, it should not fade limit = { this.culture = scope:the_culture } add = minority_always_supported_value + add = minority_always_supported_value #Even more-so than Diasporic } } } @@ -256,14 +258,141 @@ support_of_a_faith_minority_in_county = { if = { #If the minority matches the ruler, it should not fade limit = { this.faith = scope:the_faith } add = minority_always_supported_value + add = minority_always_supported_value #Even more so than other faiths } } + if = { #Holy Site: Equivalent to having a large minority next to you + limit = { any_barony = { is_holy_site_of = scope:the_faith } } + add = large_minority_support_value + } + } + #Certain doctrines/tenets bolster score + scope:the_faith = { + if = { #Autocephalous faiths are less likely to disappear if their associated cultures are present + limit = { scope:the_faith = { has_doctrine = tenet_autocephaly } } + if = { + limit = { + OR = { + scope:the_county.culture = scope:the_faith.var:church_culture + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = scope:the_county + TARGET = scope:the_faith + VARIABLE = church_culture + } + } + } + add = majority_province_support_value + } + else_if = { + limit = { + has_variable_list = culture_minorities_large + OR = { + is_target_in_variable_list = { + name = culture_minorities_large + target = scope:the_faith.var:church_culture + } + any_in_list = { + variable = culture_minorities_large + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = scope:the_county + TARGET = this + VARIABLE = church_culture + } + } + } + } + add = large_minority_support_value + } + else_if = { + limit = { + has_variable_list = culture_minorities_small + OR = { + is_target_in_variable_list = { + name = culture_minorities_small + target = scope:the_faith.var:church_culture + } + any_in_list = { + variable = culture_minorities_small + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = scope:the_county + TARGET = this + VARIABLE = church_culture + } + } + } + } + add = large_minority_support_value + } + } + if = { #Ethnic Religions faiths are less likely to disappear if their associated cultures are present + limit = { scope:the_faith = { has_doctrine = tenet_ethnic_religion } } + if = { + limit = { + OR = { + scope:the_county.culture = scope:the_faith.var:ethnic_religion_culture + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = scope:the_county + TARGET = scope:the_faith + VARIABLE = ethnic_religion_culture + } + } + } + add = majority_province_support_value + add = majority_province_support_value + } + else_if = { + limit = { + has_variable_list = culture_minorities_large + OR = { + is_target_in_variable_list = { + name = culture_minorities_large + target = scope:the_faith.var:ethnic_religion_culture + } + any_in_list = { + variable = culture_minorities_large + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = scope:the_county + TARGET = this + VARIABLE = ethnic_religion_culture + } + } + } + } + add = large_minority_support_value + add = large_minority_support_value + } + else_if = { + limit = { + has_variable_list = culture_minorities_small + OR = { + is_target_in_variable_list = { + name = culture_minorities_small + target = scope:the_faith.var:ethnic_religion_culture + } + any_in_list = { + variable = culture_minorities_small + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = scope:the_county + TARGET = this + VARIABLE = ethnic_religion_culture + } + } + } + } + add = small_minority_support_value + add = small_minority_support_value + } + } + if = { #Jewish faiths are well protected so long as the holder isn't jewish + limit = { + this.religion = religion:judaism_religion + NOT = { scope:the_county.holder.religion = religion:judaism_religion } + } + add = majority_province_support_value + add = majority_province_support_value + add = majority_province_support_value + } } - #Certain doctrines bolster score - #FIXME: Jewish faiths should be bolstered - #FIXME: Ethnic religions should be bolstered - #FIXME: Autocephalous churches should be bolstered - #FIXME: Holy Sites should make it easier for minorities to hold out multiply = -1.00 } ##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 7693123400..cf02fbf6e3 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -697,7 +697,7 @@ demote_least_supported_faith_minority_effect = { } } remove_list_variable = { name = faith_minorities_large target = scope:faith_to_demote } - add_to_variable_list = { name = culture_minorities_small target = scope:faith_to_demote } + add_to_variable_list = { name = faith_minorities_small target = scope:faith_to_demote } } else_if = { limit = { diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 1931883637..9236190563 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -39,7 +39,6 @@ IN PROGRESS: ----------------------------------------------------------------- * Cultures that aren't sufficiently fed should fade with time * Cultural/religious exclaves should flip passively -* Add in faith-related feed values * Review councillor minority conversion/promotion values * Add opinion/development effects for having minorities * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow From 73f137049305e7c067e0849b8b6746e5c22afe1a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 19:20:43 -0400 Subject: [PATCH 025/339] Reduce code duplication Utilization of pseudo-templating to reduce instances of code duplication --- .../on_action/sea_minority_on_actions.txt | 10 +- .../sea_minority_culture_values.txt | 28 +-- .../scripted_effects/sea_minority_effects.txt | 188 ++++-------------- 3 files changed, 62 insertions(+), 164 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 85da22127a..a9063e55af 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -137,7 +137,7 @@ on_yearly_sea_minority_maintainance = { do_culture_reduction = { effect = { scope:the_county = { - demote_least_supported_cultural_minority_effect = yes + demote_least_supported_minority_effect = { CULTURE_OR_FAITH = culture } set_variable = { name = recently_demoted_culture days = 1826 } #To keep things from dropping *too* fast } } @@ -148,17 +148,16 @@ do_culture_immigration = { limit = { scope:the_county = { culture = { NOT = { has_cultural_tradition = tradition_isolationist } } - faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } } - county_to_county_culture_migration_effect = yes + county_to_county_migration_effect = { CULTURE_OR_FAITH = culture } } } } do_faith_reduction = { effect = { scope:the_county = { - demote_least_supported_faith_minority_effect = yes + demote_least_supported_minority_effect = { CULTURE_OR_FAITH = faith } set_variable = { name = recently_demoted_faith days = 1826 } #To keep things from dropping *too* fast } } @@ -168,11 +167,10 @@ do_faith_immigration = { if = { limit = { scope:the_county = { - culture = { NOT = { has_cultural_tradition = tradition_isolationist } } faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } } - county_to_county_faith_migration_effect = yes + county_to_county_migration_effect = { CULTURE_OR_FAITH = faith } } } } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 301b52de34..33bd2502db 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -126,7 +126,7 @@ number_of_faith_minorities_in_county = { floor = yes #Because of fractional Dharmic values } #Culture Scope -support_of_a_cultural_minority_in_county = { +support_of_a_culture_minority_in_county = { this = { save_temporary_scope_as = the_culture } value = 0 #Determine how much is needed to feed this minority @@ -275,9 +275,9 @@ support_of_a_faith_minority_in_county = { OR = { scope:the_county.culture = scope:the_faith.var:church_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:the_county - TARGET = scope:the_faith - VARIABLE = church_culture + ACTOR = this + TARGET_FAITH = scope:the_faith + VARIABLE = church_culture } } } @@ -294,8 +294,8 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_large actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:the_county - TARGET = this + ACTOR = this + TARGET_FAITH = scope:the_faith VARIABLE = church_culture } } @@ -314,8 +314,8 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_small actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:the_county - TARGET = this + ACTOR = this + TARGET_FAITH = scope:the_faith VARIABLE = church_culture } } @@ -331,8 +331,8 @@ support_of_a_faith_minority_in_county = { OR = { scope:the_county.culture = scope:the_faith.var:ethnic_religion_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:the_county - TARGET = scope:the_faith + ACTOR = this + TARGET_FAITH = scope:the_faith VARIABLE = ethnic_religion_culture } } @@ -351,8 +351,8 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_large actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:the_county - TARGET = this + ACTOR = this + TARGET_FAITH = this VARIABLE = ethnic_religion_culture } } @@ -372,8 +372,8 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_small actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:the_county - TARGET = this + ACTOR = this + TARGET_FAITH = this VARIABLE = ethnic_religion_culture } } diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index cf02fbf6e3..d8e3ada905 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -576,202 +576,102 @@ notify_recipient_of_culture_migration_effect = { ##### Changed from Vanilla vvvvv -#scope:county -demote_least_supported_cultural_minority_effect = { +# scope:county +# $ITEM$ = a scoped faith or culture +# $CULTURE_OR_FAITH$: either "culture" or "faith" +demote_least_supported_minority_effect = { if = { - limit = { has_variable_list = culture_minorities_small } - every_in_list = { variable = culture_minorities_small add_to_temporary_list = potential_cultures } + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_small add_to_temporary_list = potential_items } } if = { - limit = { has_variable_list = culture_minorities_large } - every_in_list = { variable = culture_minorities_large add_to_temporary_list = potential_cultures } + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } } ordered_in_list = { - list = potential_cultures - order_by = support_of_a_cultural_minority_in_county + list = potential_items + order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county position = 0 - save_scope_as = culture_to_demote + save_scope_as = item_to_demote } if = { - limit = { exists = scope:culture_to_demote } + limit = { exists = scope:item_to_demote } if = { limit = { - has_variable_list = culture_minorities_large + has_variable_list = $CULTURE_OR_FAITH$_minorities_large is_target_in_variable_list = { - name = culture_minorities_large - target = scope:culture_to_demote + name = $CULTURE_OR_FAITH$_minorities_large + target = scope:item_to_demote } } - remove_list_variable = { name = culture_minorities_large target = scope:culture_to_demote } - add_to_variable_list = { name = culture_minorities_small target = scope:culture_to_demote } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = scope:item_to_demote } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } } else_if = { limit = { - has_variable_list = culture_minorities_small + has_variable_list = $CULTURE_OR_FAITH$_minorities_small is_target_in_variable_list = { - name = culture_minorities_small - target = scope:culture_to_demote + name = $CULTURE_OR_FAITH$_minorities_small + target = scope:item_to_demote } } - remove_list_variable = { name = culture_minorities_small target = scope:culture_to_demote } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } } } } # scope:county -# $CULTURE$ -promote_culture_minority_but_not_to_majority_effect = { +# $ITEM$ = a scoped faith or culture +# $CULTURE_OR_FAITH$: either "culture" or "faith" +promote_minority_but_not_to_majority_effect = { if = { - limit = { scope:county.culture = $CULTURE$ } + limit = { scope:county.$CULTURE_OR_FAITH$ = $ITEM$ } # failsafe because this should never happen } else_if = { limit = { - has_variable_list = culture_minorities_small + has_variable_list = $CULTURE_OR_FAITH$_minorities_small is_target_in_variable_list = { - name = culture_minorities_small - target = $CULTURE$ + name = $CULTURE_OR_FAITH$_minorities_small + target = $ITEM$ } } add_to_variable_list = { - name = culture_minorities_large - target = $CULTURE$ + name = $CULTURE_OR_FAITH$_minorities_large + target = $ITEM$ } remove_list_variable = { - name = culture_minorities_small - target = $CULTURE$ + name = $CULTURE_OR_FAITH$_minorities_small + target = $ITEM$ } - } + } #Large minorities should not become majorities else = { add_to_variable_list = { - name = culture_minorities_small - target = $CULTURE$ + name = $CULTURE_OR_FAITH$_minorities_small + target = $ITEM$ } } } # scope:the_county -county_to_county_culture_migration_effect = { +county_to_county_migration_effect = { scope:the_county = { - if = { - limit = { any_title_to_title_neighboring_county = { NOT = { culture = scope:the_county.culture } } } - random_neighboring_county = { - limit = { NOT = { culture = scope:the_county.culture } } - save_scope_as = county - if = { - limit = { NOT = { culture = scope:the_county.culture } } - promote_culture_minority_but_not_to_majority_effect = { CULTURE = scope:the_county.culture } - } - notify_characters_of_culture_or_faith_migration_effect = yes - } - } - } -} - -demote_least_supported_faith_minority_effect = { - if = { - limit = { has_variable_list = faith_minorities_small } - every_in_list = { variable = faith_minorities_small add_to_temporary_list = potential_faiths } - } - if = { - limit = { has_variable_list = faith_minorities_large } - every_in_list = { variable = faith_minorities_large add_to_temporary_list = potential_faiths } - } - - ordered_in_list = { - list = potential_faiths - order_by = support_of_a_faith_minority_in_county - position = 0 - save_scope_as = faith_to_demote - } - - if = { - limit = { exists = scope:faith_to_demote } if = { limit = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { - name = faith_minorities_large - target = scope:faith_to_demote - } - } - remove_list_variable = { name = faith_minorities_large target = scope:faith_to_demote } - add_to_variable_list = { name = faith_minorities_small target = scope:faith_to_demote } - } - else_if = { - limit = { - has_variable_list = faith_minorities_small - is_target_in_variable_list = { - name = faith_minorities_small - target = scope:faith_to_demote + any_title_to_title_neighboring_county = { + NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } } } - remove_list_variable = { name = faith_minorities_small target = scope:faith_to_demote } - } - } -} -# scope:county -# $FAITH$ -promote_faith_minority_but_not_to_majority_effect = { - if = { - limit = { scope:county.faith = $FAITH$ } - # failsafe because this should never happen - } - else_if = { - limit = { - has_variable_list = faith_minorities_small - is_target_in_variable_list = { - name = faith_minorities_small - target = $FAITH$ - } - } - add_to_variable_list = { - name = faith_minorities_large - target = $FAITH$ - } - remove_list_variable = { - name = faith_minorities_small - target = $FAITH$ - } - } - else_if = { - limit = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { - name = faith_minorities_large - target = $FAITH$ - } - } - remove_list_variable = { - name = faith_minorities_large - target = $FAITH$ - } - add_to_variable_list = { - name = faith_minorities_large - target = scope:county.faith - } - - set_county_faith = $FAITH$ - } - else = { - add_to_variable_list = { - name = faith_minorities_small - target = $FAITH$ - } - } -} -# scope:the_county -county_to_county_faith_migration_effect = { - scope:the_county = { - if = { - limit = { any_title_to_title_neighboring_county = { NOT = { faith = scope:the_county.faith } } } random_neighboring_county = { - limit = { NOT = { faith = scope:the_county.faith } } + limit = { NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } } save_scope_as = county if = { - limit = { NOT = { faith = scope:the_county.faith } } - promote_faith_minority_but_not_to_majority_effect = { FAITH = scope:the_county.faith } + limit = { NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } } + promote_minority_but_not_to_majority_effect = { + ITEM = scope:the_county.$CULTURE_OR_FAITH$ + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + } } notify_characters_of_culture_or_faith_migration_effect = yes } From 1afcd909502a279690a973004fe0dc4e17300a3a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 21:14:41 -0400 Subject: [PATCH 026/339] More minority mapping * Review Spain, North Africa and related cultures/faiths --- .../on_action/sea_minority_game_start.txt | 166 ++++++++++++++++-- .../history/provinces/bp_k_cartaginensis.txt | 10 +- WtWSMS/history/provinces/bp_k_lusitania.txt | 5 +- .../history/provinces/bp_k_tarraconensis.txt | 30 ++-- 4 files changed, 171 insertions(+), 40 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 47927a7ac5..4f0ca6029b 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -450,14 +450,14 @@ BP_set_minorities_universal = { if = { limit = { NOT = { this.faith = faith:african_church } } add_to_variable_list = { - name = faith_minorities_small + name = faith_minorities_large target = faith:african_church } } if = { limit = { NOT = { this.faith = faith:donatism } } add_to_variable_list = { - name = faith_minorities_small + name = faith_minorities_large target = faith:donatism } } @@ -503,6 +503,10 @@ BP_set_minorities_universal = { target = faith:miaphysitism } } + add_to_variable_list = { + name = culture_minorities_large + target = culture:coptic + } add_to_variable_list = { name = faith_minorities_small target = faith:karaism @@ -653,7 +657,7 @@ BP_set_minorities_by_date = { } } - # Culture + # Cultures #======================== ###Remnant Medians title:c_hamadan = { @@ -732,8 +736,10 @@ BP_set_minorities_by_date = { } every_county = { limit = { - this = title:c_melilla - this = title:c_gharb + OR = { + this = title:c_melilla + this = title:c_gharb + } } this = { #Faiths @@ -754,6 +760,38 @@ BP_set_minorities_by_date = { } } } + ### Vandal Settlement in North Africa & Hispaniae + every_county = { + limit = { + OR = { + this.duchy = title:d_carthago + this.duchy = title:d_tripolitania + #Remnant Vandals in Hispaniae (see CK2) + this = title:c_algeciras + this = title:c_cadiz + } + NOT = { this = title:c_tripolitana } + is_coastal_county = yes + } + this = { + #Faiths + if = { + limit = { NOT = { this.faith = faith:arian } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:arian + } + } + #Cultures + if = { + limit = { NOT = { this.culture = culture:vandalic } } + add_to_variable_list = { + name = culture_minorities_small + target = culture:vandalic + } + } + } + } ### Persian-Aramean border title:c_behabad = { add_to_variable_list = { @@ -801,6 +839,9 @@ BP_set_minorities_by_date = { this = title:c_moura this = title:c_badajoz this = title:c_lisboa + #North Africa + this = title:c_bejaia + this = title:c_algier } } this = { @@ -814,6 +855,65 @@ BP_set_minorities_by_date = { } } } + ### Visigothic Settlement + #The Iberian conquests are _very_ recent, so there really shouldn't be much Gothic + #settlement in Iberia at this time. Some of the various nucleus of later settlement should + #exist, but not actual majorities + every_county = { + limit = { + OR = { + #Major urban nucleus under Visigoths directly in 476 + this = title:c_barcelona + this = title:c_toledo + #Campi Gothorum + this = title:c_burgos + this = title:c_valladolid + } + } + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:gothic_church + } + add_to_variable_list = { + name = culture_minorities_small + target = culture:visigothic + } + } + } + ### Nicene Christians amongst the Priscillianists & Hellenics + every_county = { #Large populations + limit = { + OR = { + this.faith = faith:priscillianism + this.faith = faith:hellenic_pagan + } + this.culture = culture:romano_hispanic + any_neighboring_county = { this.faith = faith:mozarabic_church } + } + this = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:mozarabic_church + } + } + } + every_county = { #Small populations + limit = { + OR = { + this.faith = faith:priscillianism + this.faith = faith:hellenic_pagan + } + this.culture = culture:romano_hispanic + NOT = { any_neighboring_county = { this.faith = faith:mozarabic_church } } + } + this = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:mozarabic_church + } + } + } # Other Specific Counties #======================== @@ -917,6 +1017,13 @@ BP_set_minorities_by_date = { target = culture:aramean } } + title:c_samosata = { + #Cultures + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + } ### Egypt title:c_alexandria = { #Faiths @@ -943,18 +1050,10 @@ BP_set_minorities_by_date = { } ### North Africa title:c_tunis = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:arian - } add_to_variable_list = { name = faith_minorities_small target = faith:rabbinism } - add_to_variable_list = { - name = culture_minorities_small - target = culture:vandalic - } add_to_variable_list = { name = culture_minorities_small target = culture:punic @@ -1023,14 +1122,31 @@ BP_set_minorities_by_date = { } ### Spain title:c_porto = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:priscillianism + } add_to_variable_list = { name = faith_minorities_small target = faith:arian } + add_to_variable_list = { + name = faith_minorities_small + target = faith:mozarabic_church + } add_to_variable_list = { #Terras de Boro name = culture_minorities_small target = culture:buri } + add_to_variable_list = { + name = culture_minorities_small + target = culture:suebi + } + #Remnant Romano-Hispanics + add_to_variable_list = { + name = culture_minorities_large + target = culture:romano_hispanic + } } title:c_santiago = { add_to_variable_list = { @@ -1042,6 +1158,30 @@ BP_set_minorities_by_date = { target = culture:macromanni } } + title:c_viseu = { + add_to_variable_list = { + name = faith_minorities_small + target = faith:mozarabic_church + } + add_to_variable_list = { + name = culture_minorities_large + target = culture:romano_hispanic + } + } + title:c_monterrei = { + add_to_variable_list = { + name = faith_minorities_large + target = faith:priscillianism + } + add_to_variable_list = { + name = faith_minorities_small + target = faith:mozarabic_church + } + add_to_variable_list = { + name = culture_minorities_large + target = culture:romano_hispanic + } + } } } } diff --git a/WtWSMS/history/provinces/bp_k_cartaginensis.txt b/WtWSMS/history/provinces/bp_k_cartaginensis.txt index 2f4205a1b3..33941bb0f1 100644 --- a/WtWSMS/history/provinces/bp_k_cartaginensis.txt +++ b/WtWSMS/history/provinces/bp_k_cartaginensis.txt @@ -123,10 +123,9 @@ } ###c_madrid 1927 = { # GUDALAJARA - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding #aka Arriaca/Arentia - 575.1.1 = { religion = mozarabic_church } } 1923 = { # MADRID holding = city_holding #probably a tiny Visigothic settlement initially @@ -139,10 +138,9 @@ } ###c_cuenca 1947 = { # 1947 - CUENCA - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding #Arabic Kunka; a little early, but Opta is an even less important location - 575.1.1 = { religion = mozarabic_church } } 1944 = { # ZURITA/Zorita holding = none diff --git a/WtWSMS/history/provinces/bp_k_lusitania.txt b/WtWSMS/history/provinces/bp_k_lusitania.txt index 669fa0c0d3..a2d1878f0d 100644 --- a/WtWSMS/history/provinces/bp_k_lusitania.txt +++ b/WtWSMS/history/provinces/bp_k_lusitania.txt @@ -121,10 +121,9 @@ } ###c_avila 1912 = { # AVILA - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding #aka Oblia - 575.1.1 = { religion = mozarabic_church } } 1914 = { # MEDINA DEL CAMPO holding = none diff --git a/WtWSMS/history/provinces/bp_k_tarraconensis.txt b/WtWSMS/history/provinces/bp_k_tarraconensis.txt index 2ca5c939ad..54eb137390 100644 --- a/WtWSMS/history/provinces/bp_k_tarraconensis.txt +++ b/WtWSMS/history/provinces/bp_k_tarraconensis.txt @@ -72,10 +72,9 @@ } ###c_burgos 1906 = { # BURGOS - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding #Too early... but don't want to make PALENCIA the capital - 575.1.1 = { religion = mozarabic_church } } 1907 = { # ATAPUERCA holding = none @@ -207,10 +206,9 @@ } ###c_albarracin 1936 = { # ALBARRACIN - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding - 575.1.1 = { religion = mozarabic_church } } 1943 = { # SIERRA DE SAN JUST/Utrillas holding = none @@ -239,10 +237,9 @@ ###c_lleida 1881 = { # LLEIDA - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding - 575.1.1 = { religion = mozarabic_church } } 8796 = { #Agramunt holding = none @@ -418,10 +415,9 @@ ###c_valladolid 1897 = { # VALLADOLID - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding - 575.1.1 = { religion = mozarabic_church } } 1896 = { # SIMANCAS holding = city_holding #aka Septimanca @@ -431,11 +427,10 @@ } ###c_cuellar 1924 = { # SEGOVIA - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding special_building_slot = alcazar_of_segovia_01 - 575.1.1 = { religion = mozarabic_church } } 1925 = { # CUELLAR holding = none @@ -445,10 +440,9 @@ } ###c_olmedo 1915 = { # OLMEDO - culture = visigothic - religion = gothic_church + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding - 575.1.1 = { religion = mozarabic_church } } 1922 = { # CORACERA holding = none From 5608d4556514664052d29592eec8faa38f1cde70 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 11 Sep 2022 21:45:53 -0400 Subject: [PATCH 027/339] Minority Tab (Part 1) * Make a minority_view toggle for showing minorities --- .../sea_minority_culture_values.txt | 10 + WtWSMS/gui/window_county_view.gui | 290 +++++++++++------- .../english/gui/BP_holding_view_l_english.yml | 7 + _developer_documentation/_BP_design.info | 1 + 4 files changed, 189 insertions(+), 119 deletions(-) create mode 100644 WtWSMS/localization/english/gui/BP_holding_view_l_english.yml diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 33bd2502db..d0059d4c3b 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -62,6 +62,16 @@ minority_capacity_of_county = { if = { limit = { this.development_level >= 76 } add = 1 } } } +gui_culture_minority_percent = { + value = number_of_culture_minorities_in_county + divide = minority_capacity_of_county + multiply = 100 +} +gui_faith_minority_percent = { + value = number_of_faith_minorities_in_county + divide = minority_capacity_of_county + multiply = 100 +} #County Scope number_of_culture_minorities_in_county = { value = 0 diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 50d763d9c4..2b980ab0b5 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -225,124 +225,6 @@ window = { } } - ######################## - ### BEGIN MINORITIES ### - ######################## - - hbox = { - name = "county_culture_minorities_small_grid" - - datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')]" - visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')))]" - - item = { - button = { - size = { 30 30 } - - onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" - texture = "gfx/interface/icons/modifiers/sea_culture_minority_small.dds" - using = tooltip_ne - tooltipwidget = { - culture_minorities_tooltip = { - blockoverride "minority_label" - { - text = "[minority_culture_small|E]" - } - } - } - } - } - } - - hbox = { - name = "county_faith_minorities_small_grid" - - datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')]" - visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')))]" - - item = { - button = { - size = { 30 30 } - - onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" - texture = "gfx/interface/icons/modifiers/sea_faith_minority_small.dds" - using = tooltip_ne - tooltipwidget = { - faith_minorities_tooltip = { - blockoverride "minority_label" - { - text = "[minority_faith_small|E]" - } - } - } - - icon = { - name = "gold_negative_console_button_minus" - position = { 4 7 } - size = { 30 30 } - texture = "[Scope.Faith.GetIcon]" - } - } - } - } - - hbox = { - name = "county_culture_minorities_large_grid" - datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')]" - visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')))]" - - item = { - button = { - size = { 30 30 } - onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" - texture = "gfx/interface/icons/modifiers/sea_culture_minority_large.dds" - using = tooltip_ne - tooltipwidget = { - culture_minorities_tooltip = { - blockoverride "minority_label" - { - text = "[minority_culture_large|E]" - } - } - } - } - } - } - - hbox = { - name = "county_faith_minorities_large_grid" - datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')]" - visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')))]" - - item = { - button = { - size = { 30 30 } - onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" - texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" - using = tooltip_ne - tooltipwidget = { - faith_minorities_tooltip = { - blockoverride "minority_label" - { - text = "[minority_faith_large|E]" - } - } - } - - icon = { - name = "gold_negative_console_button_minus" - position = { 4 7 } - size = { 30 30 } - texture = "[Scope.Faith.GetIcon]" - } - } - } - } - - ###################### - ### END MINORITIES ### - ###################### - hbox = { layoutpolicy_vertical = expanding visible = [County.IsFullyOccupied] @@ -738,8 +620,21 @@ window = { } } } - expand = {} + hbox = { + button_tab = { + parentanchor = right + layoutpolicy_horizontal = expanding + size = { 150 40 } + onclick = "[GetVariableSystem.Toggle( 'minority_view' )]" + down = "[GetVariableSystem.Toggle( 'minority_view' )]" + onclick = "[PdxGuiTriggerAllAnimations('holding_view_refresh')]" + text = "MINORITY_HEADING" + default_format = "#low" + + using = tooltip_below + } + } } #################################### @@ -754,6 +649,7 @@ window = { margin_bottom = 10 margin_right = 15 scissor = yes + visible = "[Not(GetVariableSystem.Exists('minority_view'))]" state = { name = "holding_view_refresh" @@ -1611,6 +1507,162 @@ window = { } } + + ######################### + ### MINORITIES WIDGET ### + ######################### + margin_widget = { + name = "minority_view" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + minimumsize = { 0 200 } + margin = { 10 5 } + margin_bottom = 10 + margin_right = 15 + scissor = yes + visible = "[GetVariableSystem.Exists('minority_view')]" + + ######################## + ### BEGIN MINORITIES ### + ######################## + + flowcontainer = { + direction = vertical + spacing = 10 + flowcontainer = { #Cultures + spacing = 10 + + text_single = { + text = "MINORITY_CULTURES" + align = nobaseline|left + parentanchor = left|top + } + divider = {} + flowcontainer = { + name = "county_culture_minorities_small_grid" + + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')))]" + + item = { + button = { + size = { 30 30 } + + onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_culture_minority_small.dds" + using = tooltip_ne + tooltipwidget = { + culture_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_culture_small|E]" + } + } + } + } + } + } + flowcontainer = { + name = "county_culture_minorities_large_grid" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')))]" + + item = { + button = { + size = { 30 30 } + onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_culture_minority_large.dds" + using = tooltip_ne + tooltipwidget = { + culture_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_culture_large|E]" + } + } + } + } + } + } + } + divider = {} + flowcontainer = { #Faiths + spacing = 10 + + text_single = { + text = "MINORITY_FAITHS" + align = nobaseline|center + } + divider = {} + flowcontainer = { + name = "county_faith_minorities_small_grid" + + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')))]" + + item = { + button = { + size = { 30 30 } + + onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_faith_minority_small.dds" + using = tooltip_ne + tooltipwidget = { + faith_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_faith_small|E]" + } + } + } + + icon = { + name = "gold_negative_console_button_minus" + position = { 4 7 } + size = { 30 30 } + texture = "[Scope.Faith.GetIcon]" + } + } + } + } + flowcontainer = { + name = "county_faith_minorities_large_grid" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')]" + visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')))]" + + item = { + button = { + size = { 30 30 } + onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" + texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" + using = tooltip_ne + tooltipwidget = { + faith_minorities_tooltip = { + blockoverride "minority_label" + { + text = "[minority_faith_large|E]" + } + } + } + + icon = { + name = "gold_negative_console_button_minus" + position = { 4 7 } + size = { 30 30 } + texture = "[Scope.Faith.GetIcon]" + } + } + } + } + } + + } #END VBox + + ###################### + ### END MINORITIES ### + ###################### + + } } } diff --git a/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml b/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml new file mode 100644 index 0000000000..c818506d6d --- /dev/null +++ b/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml @@ -0,0 +1,7 @@ +l_english: + MINORITY_HEADING: "Minority Information" + MINORITY_INFORMATION: "[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_culture_minority_percent')|0]%,[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_faith_minority_percent')|0]%" + MINORITY_INFORMATION_TOOLTIP: "$MINORITY_CAPACITY$\n$MINORITY_CULTURES$\n$MINORITY_FAITHS$" + MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" + MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" + MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 9236190563..6e632cea42 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -41,6 +41,7 @@ IN PROGRESS: * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * Add opinion/development effects for having minorities +* Revisit how minorities are shown in the GUI based on * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow * Touch up development in Sogdiana to properly support religious pluralism From 4747c683ca0eb91adf9fe1e892fc4c2d08075ee8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 12 Sep 2022 01:48:51 -0400 Subject: [PATCH 028/339] Some cleanup of overly large minority presences --- .../on_action/sea_minority_game_start.txt | 128 +++++++++++++++--- WtWSMS/gui/window_county_view.gui | 5 +- WtWSMS/history/provinces/bp_k_arabia.txt | 2 +- WtWSMS/history/provinces/bp_k_oriens.txt | 4 +- _developer_documentation/_BP_design.info | 3 +- 5 files changed, 112 insertions(+), 30 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 4f0ca6029b..189f51e278 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -263,11 +263,11 @@ BP_set_minorities_universal = { NOT = { this = title:c_otrar } } if = { - limit = { NOT = { this.faith = faith:nestorian } } + limit = { NOT = { this.faith = faith:khurmazta } } this = { add_to_variable_list = { name = faith_minorities_small - target = faith:nestorian + target = faith:khurmazta } } } @@ -577,11 +577,12 @@ BP_set_minorities_by_date = { this = title:c_baalbek this = title:c_homs #In the North Mountains - this.duchy = title:d_euphratensis + this = title:c_aintab this = title:c_antiocheia this = title:c_alexandretta this = title:c_tall_hamid } + NOT = { this = title:c_acre } } if = { limit = { NOT = { this.faith = faith:maronite_church } } @@ -591,13 +592,27 @@ BP_set_minorities_by_date = { } } } + every_county = { + limit = { + OR = { + this = title:c_marash + this = title:c_samosata + } + } + if = { + limit = { NOT = { this.faith = faith:maronite_church } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:maronite_church + } + } + } ###Apollinarism every_county = { limit = { OR = { this = title:c_beirut this = title:c_tripoli - this = title:c_acre this = title:c_antiocheia } } @@ -615,11 +630,14 @@ BP_set_minorities_by_date = { OR = { this.duchy = title:d_syria this.duchy = title:d_syria_salutaris - this.duchy = title:d_euphratensis + this = title:c_marash + this = title:c_aintab this = title:c_palmyra this = title:c_qaryatan this = title:c_homs this = title:c_tripoli + this = title:c_alexandretta + this = title:c_tall_hamid } } if = { @@ -630,6 +648,21 @@ BP_set_minorities_by_date = { } } } + every_county = { + limit = { + OR = { + this = title:c_marash + this = title:c_samosata + } + } + if = { + limit = { NOT = { this.faith = faith:syrian_orthodox } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:syrian_orthodox + } + } + } ###Ebionites every_county = { limit = { this.culture = culture:hebrew } @@ -645,7 +678,10 @@ BP_set_minorities_by_date = { } ###Nestorians every_county = { - limit = { this.culture = culture:assyrian } + limit = { + this.culture = culture:assyrian + NOT = { this = title:c_harran } + } this = { if = { limit = { NOT = { this.faith = faith:nestorian } } @@ -656,6 +692,20 @@ BP_set_minorities_by_date = { } } } + every_county = { #Small Concentrations + limit = { + this.duchy = title:d_tabaristan + } + this = { + if = { + limit = { NOT = { this.faith = faith:nestorian } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:nestorian + } + } + } + } # Cultures #======================== @@ -668,10 +718,12 @@ BP_set_minorities_by_date = { } every_county = { limit = { - this = title:c_nihawand - this = title:c_kermanshah - this = title:c_masabadhan - this = title:c_saimara + OR = { + this = title:c_nihawand + this = title:c_kermanshah + this = title:c_masabadhan + this = title:c_saimara + } } this = { #Cultures @@ -705,6 +757,36 @@ BP_set_minorities_by_date = { } } } + #Romano-Arameans + every_county = { + limit = { + OR = { + this = title:c_beirut + this = title:c_acre + } + } + this = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:romano_aramean + } + } + } + #Greeks + every_county = { + limit = { + OR = { + this = title:c_antiocheia + this = title:c_acre + } + } + this = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:greek + } + } + } ## Other Special Regions #======================== @@ -999,17 +1081,6 @@ BP_set_minorities_by_date = { target = culture:roman } } - title:c_acre = { - #Faiths - add_to_variable_list = { - name = culture_minorities_small - target = culture:romano_aramean - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek - } - } title:c_marash = { #Cultures add_to_variable_list = { @@ -1024,6 +1095,12 @@ BP_set_minorities_by_date = { target = culture:aramean } } + title:c_antiocheia = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + } ### Egypt title:c_alexandria = { #Faiths @@ -1037,7 +1114,7 @@ BP_set_minorities_by_date = { target = culture:roman } } - ### Hellas + ### Gaul title:c_provence = { add_to_variable_list = { name = culture_minorities_small @@ -1120,6 +1197,13 @@ BP_set_minorities_by_date = { target = faith:manichean } } + ### Arabia + title:c_samman = { + add_to_variable_list = { + name = culture_minorities_small + target = culture:aramean + } + } ### Spain title:c_porto = { add_to_variable_list = { diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 2b980ab0b5..66e730fb9e 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -623,12 +623,11 @@ window = { expand = {} hbox = { button_tab = { - parentanchor = right layoutpolicy_horizontal = expanding size = { 150 40 } onclick = "[GetVariableSystem.Toggle( 'minority_view' )]" - down = "[GetVariableSystem.Toggle( 'minority_view' )]" onclick = "[PdxGuiTriggerAllAnimations('holding_view_refresh')]" + down = "[GetVariableSystem.Toggle( 'minority_view' )]" text = "MINORITY_HEADING" default_format = "#low" @@ -1530,7 +1529,6 @@ window = { direction = vertical spacing = 10 flowcontainer = { #Cultures - spacing = 10 text_single = { text = "MINORITY_CULTURES" @@ -1587,7 +1585,6 @@ window = { } divider = {} flowcontainer = { #Faiths - spacing = 10 text_single = { text = "MINORITY_FAITHS" diff --git a/WtWSMS/history/provinces/bp_k_arabia.txt b/WtWSMS/history/provinces/bp_k_arabia.txt index 84f6bbcaa6..76de6938db 100644 --- a/WtWSMS/history/provinces/bp_k_arabia.txt +++ b/WtWSMS/history/provinces/bp_k_arabia.txt @@ -241,7 +241,7 @@ } ###c_samman 6161 = { #KAZIMA - culture = aramean + culture = adnanite religion = doceticism holding = castle_holding 592.1.1 = { religion = nestorian } diff --git a/WtWSMS/history/provinces/bp_k_oriens.txt b/WtWSMS/history/provinces/bp_k_oriens.txt index 39f9771183..ff2362d03b 100644 --- a/WtWSMS/history/provinces/bp_k_oriens.txt +++ b/WtWSMS/history/provinces/bp_k_oriens.txt @@ -211,7 +211,7 @@ } ###c_beirut 5919 = { # 5919 - Beirut - culture = romano_aramean #Major Roman Colonia in the region + culture = helleno_aramean religion = maronite_church holding = castle_holding } @@ -220,7 +220,7 @@ } ###c_tripolis 5918 = { # 5918 - Tripoli - culture = aramean + culture = helleno_aramean religion = valentinianism holding = castle_holding 525.1.1 = { religion = maronite_church } diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 6e632cea42..d7c619c2f5 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -41,7 +41,8 @@ IN PROGRESS: * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * Add opinion/development effects for having minorities -* Revisit how minorities are shown in the GUI based on +* Revisit how minorities are shown in the GUI based on discussions + * Possibly use enabled/visible for Minority Information Button if it is kept * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow * Touch up development in Sogdiana to properly support religious pluralism From a472b1bbf2e47968f5779f931334842ad163b995 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:19:33 -0400 Subject: [PATCH 029/339] Add code so that minorites can fade --- .../on_action/sea_minority_game_start.txt | 4 - .../on_action/sea_minority_on_actions.txt | 42 ++++++++++ .../sea_minority_culture_values.txt | 78 ++++++++++++++++--- .../scripted_effects/sea_minority_effects.txt | 52 +++++++++++++ _developer_documentation/_BP_design.info | 1 - 5 files changed, 161 insertions(+), 16 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 189f51e278..e63142ba53 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -531,10 +531,6 @@ BP_set_minorities_universal = { name = culture_minorities_small target = culture:persian } - add_to_variable_list = { - name = culture_minorities_small - target = culture:hebrew - } add_to_variable_list = { name = culture_minorities_small target = culture:assyrian diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index a9063e55af..17b4dcd72d 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -87,6 +87,19 @@ on_yearly_sea_minority_maintainance = { } } } + else_if = { #There's a chance for underfed minorities to die out + limit = { + county_has_minority_culture_trigger = yes + NOT = { has_variable = recently_checked_underfed_culture } + } + random = { + chance = 1 + trigger_event = { + days = { 1 360 } + on_action = do_culture_minority_underfed + } + } + } else_if = { #If there are too few minorities, then an increase is possible limit = { county_has_minority_culture_trigger = yes @@ -117,6 +130,19 @@ on_yearly_sea_minority_maintainance = { } } } + else_if = { #There's a chance for underfed minorities to die out + limit = { + county_has_minority_faith_trigger = yes + NOT = { has_variable = recently_checked_underfed_faith } + } + random = { + chance = 1 + trigger_event = { + days = { 1 360 } + on_action = do_culture_minority_underfed + } + } + } if = { #If there are too few minorities, then an increase is possible limit = { county_has_minority_faith_trigger = yes @@ -142,6 +168,14 @@ do_culture_reduction = { } } } +do_culture_minority_underfed = { + effect = { + scope:the_county = { + demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = culture } + set_variable = { name = recently_checked_underfed_culture years = 10 } + } + } +} do_culture_immigration = { effect = { if = { @@ -162,6 +196,14 @@ do_faith_reduction = { } } } +do_faith_minority_underfed = { + effect = { + scope:the_county = { + demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = faith } + set_variable = { name = recently_checked_underfed_faith years = 10 } + } + } +} do_faith_immigration = { effect = { if = { diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index d0059d4c3b..3e98511a72 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -88,6 +88,7 @@ number_of_culture_minorities_in_county = { } #County Scope number_of_faith_minorities_in_county = { + this = { save_temporary_scope_as = the_county_temp } value = 0 if = { #Small minorities limit = { this = { has_variable_list = faith_minorities_small } } @@ -95,12 +96,12 @@ number_of_faith_minorities_in_county = { every_in_list = { variable = faith_minorities_small if = { #Indian faiths support greater plurality - limit = { scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } } + limit = { scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } } if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan limit = { OR = { - scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } - scope:the_county.faith = { has_doctrine = eastern_pagan_hostility_doctrine } + scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } + scope:the_county_temp.faith = { has_doctrine = eastern_pagan_hostility_doctrine } } } add = 0.67 @@ -117,12 +118,12 @@ number_of_faith_minorities_in_county = { every_in_list = { variable = faith_minorities_large if = { #Indian faiths support greater plurality - limit = { scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } } + limit = { scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } } if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan limit = { OR = { - scope:the_county.faith = { has_doctrine = eastern_hostility_doctrine } - scope:the_county.faith = { has_doctrine = eastern_pagan_hostility_doctrine } + scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } + scope:the_county_temp.faith = { has_doctrine = eastern_pagan_hostility_doctrine } } } add = 1.34 @@ -148,6 +149,13 @@ support_of_a_culture_minority_in_county = { } } subtract = large_minority_cost_value + #If there's no majority provinces on the map, it takes a bit more to keep large majorities going + #this should encourage eventual disappearance of only thinly supported cultures; or at least + #push them towards a minority status + if = { + limit = { NOT = { any_county = { this.culture = scope:the_culture } } } + subtract = small_minority_cost_value + } } if = { limit = { @@ -157,6 +165,21 @@ support_of_a_culture_minority_in_county = { } } subtract = small_minority_cost_value + #If there's no large minorities on the map, it takes a bit more to keep small majorities going + #this should encourage eventual disappearance of only thinly supported cultures; or at least + #push them to be more concentrated + if = { + limit = { + NOT = { any_county = { this.culture = scope:the_culture } } + NOT = { + any_county = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } + } + } + } + subtract = small_minority_cost_value + } } #Determine how much is supporting this minority scope:the_county = { @@ -165,6 +188,10 @@ support_of_a_culture_minority_in_county = { limit = { this.culture = scope:the_culture } add = majority_province_support_value } + else_if = { #County with a directly-related population give a small amount of support + limit = { this.culture = { the_culture_or_parent_is_trigger = { CULTURE = scope:the_culture } } } + add = small_minority_support_value + } else_if = { #County with a large minority limit = { has_variable_list = culture_minorities_large @@ -201,19 +228,26 @@ support_of_a_culture_minority_in_county = { } add = large_minority_support_value } - if = { #Romance/Hellenic Culture: Equivalent to having a small minority next to you + if = { #Romance/Hellenic/Levantine Culture: Equivalent to having a small minority next to you limit = { OR = { has_cultural_tradition = tradition_romance_culture has_cultural_tradition = tradition_romance_culture_non_dlc has_cultural_tradition = tradition_hellenic_culture has_cultural_tradition = tradition_hellenic_culture_non_dlc + has_cultural_tradition = tradition_levantine_traditions + has_cultural_tradition = tradition_levantine_traditions_non_dlc } } add = small_minority_support_value } - if = { - limit = { has_cultural_tradition = tradition_diasporic } + if = { #Certain traditions imply being always supported if a minority + limit = { + AND = { + has_cultural_tradition = tradition_diasporic + NOT = { scope:the_county.culture = scope:the_culture } + } + } add = minority_always_supported_value } } @@ -232,6 +266,13 @@ support_of_a_faith_minority_in_county = { } } subtract = large_minority_cost_value + #If there's no majority provinces on the map, it takes a bit more to keep large majorities going + #this should encourage eventual disappearance of only thinly supported cultures; or at least + #push them towards a minority status + if = { + limit = { NOT = { any_county = { this.faith = scope:the_faith } } } + subtract = small_minority_cost_value + } } if = { limit = { @@ -241,6 +282,21 @@ support_of_a_faith_minority_in_county = { } } subtract = small_minority_cost_value + #If there's no large minorities on the map, it takes a bit more to keep small majorities going + #this should encourage eventual disappearance of only thinly supported cultures; or at least + #push them to be more concentrated + if = { + limit = { + NOT = { any_county = { this.faith = scope:the_faith } } + NOT = { + any_county = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } + } + } + } + subtract = small_minority_cost_value + } } #Determine how much is supporting this minority scope:the_county = { @@ -393,10 +449,10 @@ support_of_a_faith_minority_in_county = { add = small_minority_support_value } } - if = { #Jewish faiths are well protected so long as the holder isn't jewish + if = { #Jewish faiths are well protected so long as the county isn't Jewish limit = { this.religion = religion:judaism_religion - NOT = { scope:the_county.holder.religion = religion:judaism_religion } + NOT = { scope:the_county.religion = religion:judaism_religion } } add = majority_province_support_value add = majority_province_support_value diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index d8e3ada905..54374716e7 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -622,6 +622,58 @@ demote_least_supported_minority_effect = { } } # scope:county +# $CULTURE_OR_FAITH$: either "culture" or "faith" +demote_an_underfed_minority_effect = { + if = { + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_small add_to_temporary_list = potential_items } + } + if = { + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } + } + + every_in_list = { + list = potential_items + if = { + limit = { this.support_of_a_$CULTURE_OR_FAITH$_minority_in_county > 0 } + add_to_temporary_list = underfed_minority + } + } + + ordered_in_list = { + list = underfed_minority + order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county + position = 0 + save_scope_as = item_to_demote + } + + if = { + limit = { exists = scope:item_to_demote } + if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_large + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_large + target = scope:item_to_demote + } + } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = scope:item_to_demote } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } + } + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_small + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_small + target = scope:item_to_demote + } + } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } + } + } +} +# scope:county # $ITEM$ = a scoped faith or culture # $CULTURE_OR_FAITH$: either "culture" or "faith" promote_minority_but_not_to_majority_effect = { diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index d7c619c2f5..63c31d4d52 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,7 +37,6 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Cultures that aren't sufficiently fed should fade with time * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * Add opinion/development effects for having minorities From 9fc3e9df333bbe605c178bc6aee29d22ac1704c2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:39:16 -0400 Subject: [PATCH 030/339] Implement India Religious Plurality --- .../on_action/sea_minority_game_start.txt | 48 +++++++++++++++++++ .../on_action/sea_minority_on_actions.txt | 4 +- .../sea_minority_culture_values.txt | 2 + .../scripted_effects/sea_minority_effects.txt | 3 +- WtWSMS/gui/window_county_view.gui | 1 + WtWSMS/history/provinces/bp_k_gujarat.txt | 2 +- .../english/gui/BP_holding_view_l_english.yml | 3 +- _developer_documentation/_BP_design.info | 5 +- 8 files changed, 60 insertions(+), 8 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index e63142ba53..8a4b40bcc5 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -546,6 +546,54 @@ BP_set_minorities_universal = { target = culture:punic } } + ## India and it's religious diversity + #======================== + every_county = { + limit = { + this.title_province = { geographical_region = world_india } + this.faith = { + has_doctrine = eastern_hostility_doctrine + NOT = { has_doctrine = tenet_ethnic_religion } + } + } + this = { save_temporary_scope_as = the_county_temp } + every_neighboring_county = { + if = { + limit = { + faith = { + has_doctrine = eastern_hostility_doctrine + NOT = { has_doctrine = tenet_ethnic_religion } + NOT = { this = scope:the_county_temp.faith } + } + } + faith = { add_to_list = neighboring_faiths } + } + } + every_in_list = { + list = neighboring_faiths + this = { save_temporary_scope_as = the_faith_temp } + scope:the_county_temp = { + add_to_variable_list = { + name = faith_minorities_small + target = scope:the_faith_temp + } + } + this = { remove_from_list = neighboring_faiths } + } + scope:the_county_temp.holder.faith = { + if = { + limit = { + has_doctrine = eastern_hostility_doctrine + NOT = { has_doctrine = tenet_ethnic_religion } + NOT = { this = scope:the_county_temp.faith } + } + add_to_variable_list = { + name = faith_minorities_small + target = scope:the_faith_temp + } + } + } + } } } diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 17b4dcd72d..5f846b4a45 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -93,7 +93,7 @@ on_yearly_sea_minority_maintainance = { NOT = { has_variable = recently_checked_underfed_culture } } random = { - chance = 1 + chance = chance_of_county_minority_culture_underfed_reduction_event_per_year trigger_event = { days = { 1 360 } on_action = do_culture_minority_underfed @@ -136,7 +136,7 @@ on_yearly_sea_minority_maintainance = { NOT = { has_variable = recently_checked_underfed_faith } } random = { - chance = 1 + chance = chance_of_county_minority_faith_underfed_reduction_event_per_year trigger_event = { days = { 1 360 } on_action = do_culture_minority_underfed diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 3e98511a72..9391429408 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -41,7 +41,9 @@ number_of_minority_levels = 3 # and 5 years for reduction event seems reasonable chance_of_county_minority_culture_spread_event_per_year = 2.73 chance_of_county_minority_culture_reduction_event_per_year = 12.9 +chance_of_county_minority_culture_underfed_reduction_event_per_year = 2.73 chance_of_county_minority_faith_spread_event_per_year = 2.73 +chance_of_county_minority_faith_underfed_reduction_event_per_year = 2.73 chance_of_county_minority_faith_reduction_event_per_year = 12.9 #Other Script Values diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 54374716e7..1ec74b7d21 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -678,7 +678,7 @@ demote_an_underfed_minority_effect = { # $CULTURE_OR_FAITH$: either "culture" or "faith" promote_minority_but_not_to_majority_effect = { if = { - limit = { scope:county.$CULTURE_OR_FAITH$ = $ITEM$ } + limit = { this.$CULTURE_OR_FAITH$ = $ITEM$ } # failsafe because this should never happen } else_if = { @@ -717,7 +717,6 @@ county_to_county_migration_effect = { } random_neighboring_county = { limit = { NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } } - save_scope_as = county if = { limit = { NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } } promote_minority_but_not_to_majority_effect = { diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 66e730fb9e..1ac1cf5b56 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -1589,6 +1589,7 @@ window = { text_single = { text = "MINORITY_FAITHS" align = nobaseline|center + visible = "[Province.GetCounty.GetFaith.HasDoctrineByKey('eastern_hostility_doctrine')]" } divider = {} flowcontainer = { diff --git a/WtWSMS/history/provinces/bp_k_gujarat.txt b/WtWSMS/history/provinces/bp_k_gujarat.txt index 815fae7949..4ba225e10c 100644 --- a/WtWSMS/history/provinces/bp_k_gujarat.txt +++ b/WtWSMS/history/provinces/bp_k_gujarat.txt @@ -200,7 +200,7 @@ ###c_kutch 1295 = { # 1295 - Kanthakota culture = western_indo_aryan - religion = mazdayasna + religion = shaivism holding = castle_holding } 3350 = { # 3350 - Bhuj diff --git a/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml b/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml index c818506d6d..c968696138 100644 --- a/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml @@ -4,4 +4,5 @@ MINORITY_INFORMATION_TOOLTIP: "$MINORITY_CAPACITY$\n$MINORITY_CULTURES$\n$MINORITY_FAITHS$" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" \ No newline at end of file + MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" + \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 63c31d4d52..1ae0c19c00 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,12 +37,13 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +* Certain tenets/doctrines should encourage creation of minorities (e.g., Mendicant Preachers, &c.) * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values -* Add opinion/development effects for having minorities +* High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow * Revisit how minorities are shown in the GUI based on discussions * Possibly use enabled/visible for Minority Information Button if it is kept -* High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow +* Add opinion/development effects for having minorities * Touch up development in Sogdiana to properly support religious pluralism * Revise province faith/cultures in light of minorities From 38160285ceb5d115081d718ac8abf081ccd982d3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 12 Sep 2022 19:09:51 -0400 Subject: [PATCH 031/339] Some code cleanup Simplified new code and utilized templating more extensively --- .../on_action/sea_minority_on_actions.txt | 34 +-- .../sea_minority_culture_values.txt | 46 ++-- .../scripted_effects/sea_minority_effects.txt | 215 ++++++++++-------- WtWSMS/gui/window_county_view.gui | 1 - .../english/sea_minority_events_l_english.yml | 43 +++- _developer_documentation/_BP_design.info | 1 + 6 files changed, 191 insertions(+), 149 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 5f846b4a45..db549986a1 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -70,7 +70,7 @@ on_yearly_sea_minority_maintainance = { # When a county has fewer minorities than its capacity, it should randomly get a minority from an # adjoining county. For now, let the selection be truly random. every_county = { - this = { save_scope_as = the_county } + this = { save_scope_as = target_county } ### Culture if = { #If there are too many minorities, some must die out @@ -80,7 +80,7 @@ on_yearly_sea_minority_maintainance = { this.number_of_culture_minorities_in_county > this.minority_capacity_of_county } random = { - chance = chance_of_county_minority_culture_reduction_event_per_year + chance = chance_of_culture_minority_reduction_event_per_year trigger_event = { days = { 1 360 } on_action = do_culture_reduction @@ -93,20 +93,20 @@ on_yearly_sea_minority_maintainance = { NOT = { has_variable = recently_checked_underfed_culture } } random = { - chance = chance_of_county_minority_culture_underfed_reduction_event_per_year + chance = chance_of_culture_minority_underfed_event_per_year trigger_event = { days = { 1 360 } on_action = do_culture_minority_underfed } } } - else_if = { #If there are too few minorities, then an increase is possible + else_if = { #If there are too few minorities, then immigration is possible limit = { county_has_minority_culture_trigger = yes this.number_of_culture_minorities_in_county <= this.minority_capacity_of_county } random = { - chance = chance_of_county_minority_culture_spread_event_per_year + chance = chance_of_culture_minority_immigration_event_per_year trigger_event = { days = { 1 360 } on_action = do_culture_immigration @@ -123,7 +123,7 @@ on_yearly_sea_minority_maintainance = { this.number_of_faith_minorities_in_county > this.minority_capacity_of_county } random = { - chance = chance_of_county_minority_faith_reduction_event_per_year + chance = chance_of_faith_minority_reduction_event_per_year trigger_event = { days = { 1 360 } on_action = do_faith_reduction @@ -136,20 +136,20 @@ on_yearly_sea_minority_maintainance = { NOT = { has_variable = recently_checked_underfed_faith } } random = { - chance = chance_of_county_minority_faith_underfed_reduction_event_per_year + chance = chance_of_faith_minority_underfed_event_per_year trigger_event = { days = { 1 360 } on_action = do_culture_minority_underfed } } } - if = { #If there are too few minorities, then an increase is possible + if = { #If there are too few minorities, then immigration is possible limit = { county_has_minority_faith_trigger = yes this.number_of_faith_minorities_in_county <= this.minority_capacity_of_county } random = { - chance = chance_of_county_minority_faith_spread_event_per_year + chance = chance_of_faith_minority_immigration_event_per_year trigger_event = { days = { 1 360 } on_action = do_faith_immigration @@ -162,7 +162,7 @@ on_yearly_sea_minority_maintainance = { } do_culture_reduction = { effect = { - scope:the_county = { + scope:target_county = { demote_least_supported_minority_effect = { CULTURE_OR_FAITH = culture } set_variable = { name = recently_demoted_culture days = 1826 } #To keep things from dropping *too* fast } @@ -170,7 +170,7 @@ do_culture_reduction = { } do_culture_minority_underfed = { effect = { - scope:the_county = { + scope:target_county = { demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = culture } set_variable = { name = recently_checked_underfed_culture years = 10 } } @@ -180,17 +180,17 @@ do_culture_immigration = { effect = { if = { limit = { - scope:the_county = { + scope:target_county = { culture = { NOT = { has_cultural_tradition = tradition_isolationist } } } } - county_to_county_migration_effect = { CULTURE_OR_FAITH = culture } + immigration_effect = { CULTURE_OR_FAITH = culture } } } } do_faith_reduction = { effect = { - scope:the_county = { + scope:target_county = { demote_least_supported_minority_effect = { CULTURE_OR_FAITH = faith } set_variable = { name = recently_demoted_faith days = 1826 } #To keep things from dropping *too* fast } @@ -198,7 +198,7 @@ do_faith_reduction = { } do_faith_minority_underfed = { effect = { - scope:the_county = { + scope:target_county = { demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = faith } set_variable = { name = recently_checked_underfed_faith years = 10 } } @@ -208,11 +208,11 @@ do_faith_immigration = { effect = { if = { limit = { - scope:the_county = { + scope:target_county = { faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } } - county_to_county_migration_effect = { CULTURE_OR_FAITH = faith } + immigration_effect = { CULTURE_OR_FAITH = faith } } } } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 9391429408..c63ea519a2 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -35,16 +35,18 @@ number_of_minority_levels = 3 #-----|-------|----- # 50% | 1.00% | 70 # 50% | 2.73% | 25 +# 50% | 1.38% | 50 # 50% | 12.9% | 05 # # For WtWSMS, 50% chance in 25 years seems reasonable for faith/culture spread # and 5 years for reduction event seems reasonable -chance_of_county_minority_culture_spread_event_per_year = 2.73 -chance_of_county_minority_culture_reduction_event_per_year = 12.9 -chance_of_county_minority_culture_underfed_reduction_event_per_year = 2.73 -chance_of_county_minority_faith_spread_event_per_year = 2.73 -chance_of_county_minority_faith_underfed_reduction_event_per_year = 2.73 -chance_of_county_minority_faith_reduction_event_per_year = 12.9 +chance_of_culture_minority_reduction_event_per_year = 12.9 +chance_of_culture_minority_underfed_event_per_year = 2.73 +chance_of_culture_minority_immigration_event_per_year = 2.73 + +chance_of_faith_minority_reduction_event_per_year = 12.9 +chance_of_faith_minority_underfed_event_per_year = 2.73 +chance_of_faith_minority_immigration_event_per_year = 2.73 #Other Script Values #County Scope @@ -53,7 +55,7 @@ minority_capacity_of_county = { # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... value = 1 - if = { + if = { #Only non-tribal counties should support more than one minority limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } if = { limit = { this.development_level >= 04 } add = 1 } if = { limit = { this.development_level >= 07 } add = 1 } @@ -64,16 +66,6 @@ minority_capacity_of_county = { if = { limit = { this.development_level >= 76 } add = 1 } } } -gui_culture_minority_percent = { - value = number_of_culture_minorities_in_county - divide = minority_capacity_of_county - multiply = 100 -} -gui_faith_minority_percent = { - value = number_of_faith_minorities_in_county - divide = minority_capacity_of_county - multiply = 100 -} #County Scope number_of_culture_minorities_in_county = { value = 0 @@ -145,7 +137,7 @@ support_of_a_culture_minority_in_county = { #Determine how much is needed to feed this minority if = { limit = { - scope:the_county = { + scope:target_county = { has_variable_list = culture_minorities_large is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } } @@ -161,7 +153,7 @@ support_of_a_culture_minority_in_county = { } if = { limit = { - scope:the_county = { + scope:target_county = { has_variable_list = culture_minorities_small is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } } @@ -184,7 +176,7 @@ support_of_a_culture_minority_in_county = { } } #Determine how much is supporting this minority - scope:the_county = { + scope:target_county = { every_neighboring_county = { if = { #County with a majority population limit = { this.culture = scope:the_culture } @@ -247,7 +239,7 @@ support_of_a_culture_minority_in_county = { limit = { AND = { has_cultural_tradition = tradition_diasporic - NOT = { scope:the_county.culture = scope:the_culture } + NOT = { scope:target_county.culture = scope:the_culture } } } add = minority_always_supported_value @@ -262,7 +254,7 @@ support_of_a_faith_minority_in_county = { #Determine how much is needed to feed this minority if = { limit = { - scope:the_county = { + scope:target_county = { has_variable_list = faith_minorities_large is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } } @@ -278,7 +270,7 @@ support_of_a_faith_minority_in_county = { } if = { limit = { - scope:the_county = { + scope:target_county = { has_variable_list = faith_minorities_small is_target_in_variable_list = { name = faith_minorities_small target = scope:the_faith } } @@ -301,7 +293,7 @@ support_of_a_faith_minority_in_county = { } } #Determine how much is supporting this minority - scope:the_county = { + scope:target_county = { every_neighboring_county = { if = { #County with a majority population limit = { this.faith = scope:the_faith } @@ -341,7 +333,7 @@ support_of_a_faith_minority_in_county = { if = { limit = { OR = { - scope:the_county.culture = scope:the_faith.var:church_culture + scope:target_county.culture = scope:the_faith.var:church_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { ACTOR = this TARGET_FAITH = scope:the_faith @@ -397,7 +389,7 @@ support_of_a_faith_minority_in_county = { if = { limit = { OR = { - scope:the_county.culture = scope:the_faith.var:ethnic_religion_culture + scope:target_county.culture = scope:the_faith.var:ethnic_religion_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { ACTOR = this TARGET_FAITH = scope:the_faith @@ -454,7 +446,7 @@ support_of_a_faith_minority_in_county = { if = { #Jewish faiths are well protected so long as the county isn't Jewish limit = { this.religion = religion:judaism_religion - NOT = { scope:the_county.religion = religion:judaism_religion } + NOT = { scope:target_county.religion = religion:judaism_religion } } add = majority_province_support_value add = majority_province_support_value diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 1ec74b7d21..e57ef5bc2d 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -576,8 +576,7 @@ notify_recipient_of_culture_migration_effect = { ##### Changed from Vanilla vvvvv -# scope:county -# $ITEM$ = a scoped faith or culture +#This is done at a county scope # $CULTURE_OR_FAITH$: either "culture" or "faith" demote_least_supported_minority_effect = { if = { @@ -598,30 +597,14 @@ demote_least_supported_minority_effect = { if = { limit = { exists = scope:item_to_demote } - if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_large - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_large - target = scope:item_to_demote - } - } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = scope:item_to_demote } - add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } - } - else_if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_small - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_small - target = scope:item_to_demote - } - } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } + demote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:item_to_demote } + notify_characters_of_minority_reduction_effect = { + THE_TARGET_COUNTY = scope:target_county + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ } } } -# scope:county +#This is done at a county scope # $CULTURE_OR_FAITH$: either "culture" or "faith" demote_an_underfed_minority_effect = { if = { @@ -647,132 +630,178 @@ demote_an_underfed_minority_effect = { position = 0 save_scope_as = item_to_demote } - if = { limit = { exists = scope:item_to_demote } - if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_large - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_large - target = scope:item_to_demote - } - } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = scope:item_to_demote } - add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } - } - else_if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_small - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_small - target = scope:item_to_demote - } - } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = scope:item_to_demote } + demote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:item_to_demote } + notify_characters_of_minority_reduction_effect = { + THE_TARGET_COUNTY = scope:target_county + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ } } } -# scope:county +#This is done at a county scope # $ITEM$ = a scoped faith or culture # $CULTURE_OR_FAITH$: either "culture" or "faith" promote_minority_but_not_to_majority_effect = { if = { - limit = { this.$CULTURE_OR_FAITH$ = $ITEM$ } - # failsafe because this should never happen - } - else_if = { limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_small - target = $ITEM$ - } - } - add_to_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_large - target = $ITEM$ - } - remove_list_variable = { - name = $CULTURE_OR_FAITH$_minorities_small - target = $ITEM$ + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } #Large minorities should not become majorities - else = { - add_to_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_small - target = $ITEM$ + else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } +} +#This is done at a county scope +# $ITEM$ = a scoped faith or culture +# $CULTURE_OR_FAITH$: either "culture" or "faith" +demote_minority_effect = { + if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_large + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_small + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } } -# scope:the_county -county_to_county_migration_effect = { - scope:the_county = { + +#Requires scope:target_county +immigration_effect = { + scope:target_county = { if = { limit = { - any_title_to_title_neighboring_county = { - NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } + any_neighboring_county = { + NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } } random_neighboring_county = { - limit = { NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } } - if = { - limit = { NOT = { $CULTURE_OR_FAITH$ = scope:the_county.$CULTURE_OR_FAITH$ } } + limit = { NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } + this = { save_scope_as = source_county } + } + #Carry out immigration + if = { + limit = { NOT = { scope:source_county.$CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } + scope:target_county = { promote_minority_but_not_to_majority_effect = { - ITEM = scope:the_county.$CULTURE_OR_FAITH$ + ITEM = scope:source_county.$CULTURE_OR_FAITH$ CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ } + notify_characters_of_minority_immigration_effect = { + THE_SOURCE_COUNTY = scope:source_county + THE_TARGET_COUNTY = scope:target_county + EVENT_TITLE = minority_$CULTURE_OR_FAITH$_immigration_title + EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_immigration_tt + } } - notify_characters_of_culture_or_faith_migration_effect = yes } } } } -notify_characters_of_culture_or_faith_migration_effect = { - scope:the_county.holder = { +notify_characters_of_minority_reduction_effect = { + $THE_TARGET_COUNTY$.holder = { add_to_temporary_list = characters_to_notify top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } every_vassal_or_below = { limit = { is_ai = no - any_sub_realm_county = { this = scope:the_county } + any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } } add_to_temporary_list = characters_to_notify } } } + + every_in_local_list = { + list = characters_to_notify + if = { + limit = { + $THE_TARGET_COUNTY$ = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } + $THE_TARGET_COUNTY$ = { + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_large + target = scope:item_to_demote + } + } + } + debug_log = "common/scripted_effects/sea_minority_effects.txt: HAD A CULTURAL/RELIGIOUS MINORITY REDUCTION THAT WAS STILL EXTANT IN LARGE MINORITIES" + } + else_if = { + limit = { + $THE_TARGET_COUNTY$ = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } + $THE_TARGET_COUNTY$ = { + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_small + target = scope:item_to_demote + } + } + } + send_interface_toast = { + type = event_generic_neutral + title = minority_$CULTURE_OR_FAITH$_declined_title + custom_tooltip = minority_$CULTURE_OR_FAITH$_declined_tt + right_icon = $THE_TARGET_COUNTY$ + } + } + else = { + send_interface_toast = { + type = event_generic_neutral + title = minority_$CULTURE_OR_FAITH$_disappeared_title + custom_tooltip = minority_$CULTURE_OR_FAITH$_disappeared_tt + right_icon = $THE_TARGET_COUNTY$ + } + } + } +} - scope:county.holder = { +notify_characters_of_minority_immigration_effect = { + $THE_SOURCE_COUNTY$.holder = { add_to_temporary_list = characters_to_notify top_liege = { - if = { - limit = { is_ai = no } + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } add_to_temporary_list = characters_to_notify } + } + } + $THE_TARGET_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } every_vassal_or_below = { limit = { is_ai = no - any_sub_realm_county = { this = scope:county } + any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } } add_to_temporary_list = characters_to_notify } } } - + every_in_local_list = { list = characters_to_notify - - send_interface_toast = { - type = event_generic_neutral - title = minority_culture_faith_spread_title - custom_tooltip = minority_culture_faith_spread_tt - right_icon = scope:county + if = { + send_interface_toast = { + type = event_generic_neutral + title = $EVENT_TITLE$ + custom_tooltip = $EVENT_TOOLTIP$ + right_icon = $THE_TARGET_COUNTY$ + } } } } diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 1ac1cf5b56..66e730fb9e 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -1589,7 +1589,6 @@ window = { text_single = { text = "MINORITY_FAITHS" align = nobaseline|center - visible = "[Province.GetCounty.GetFaith.HasDoctrineByKey('eastern_hostility_doctrine')]" } divider = {} flowcontainer = { diff --git a/WtWSMS/localization/english/sea_minority_events_l_english.yml b/WtWSMS/localization/english/sea_minority_events_l_english.yml index 8d8a66988c..22d2976a13 100644 --- a/WtWSMS/localization/english/sea_minority_events_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_events_l_english.yml @@ -1,37 +1,58 @@ l_english: minority_culture_spread_title:0 "Cultural Spread" minority_culture_spread_tt:0 "A group of [minority_culture.GetName] peasants have moved from [source_county.GetName] to [county.GetName]." - + minority_culture_appearance_title:0 "Cultural Spread" minority_culture_appearance_tt:0 "A group of [minority_culture.GetName] peasants have appeared in [county.GetName]." - + minority_faith_spread_title:0 "Religious Spread" minority_faith_spread_tt:0 "A group of [minority_faith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." - + minority_faith_appearance_title:0 "Religious Spread" minority_faith_appearance_tt:0 "A group of [minority_faith.GetAdjective] peasants have appeared in [county.GetName]." - + minority_culture_faith_spread_title:0 "Peasant Migration" minority_culture_faith_spread_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." - + minority_culture_faith_appearance_title:0 "Peasant Migration" minority_culture_faith_appearance_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have appeared in [county.GetName]." - + minorities.0000.expel_minority_tt:0 "The [expelled_culture.GetName] minority will be expelled" minorities.1000.expel_minority_tt:0 "The [expelled_faith.GetAdjective] minority will be expelled" - + EXPELLED_FAITH_OPINION_EFFECT:1 "All [expelled_faith.GetAdjectiveNoTooltip] subjects lose #N 40#! [opinion|E] of you" EXPELLED_CULTURE_OPINION_EFFECT:1 "All [expelled_culture.GetNameNoTooltip] subjects lose #N 40#! [opinion|E] of you" - + EXPULSION_COOLDOWN_WARNING:0 "@warning_icon!#X You can only expel minorities once every 10 years" EXPULSION_PURGE_IS_ON_COOLDOWN:0 "Cannot expel minorities again until [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'expelled_or_purged_peasants') )]" MINORITY_LAW_IS_ON_COOLDOWN:0 "You recently changed a minority law. Can be changed again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'minority_law_cooldown') )]" - + small_minority_expelled_modifier:0 "Small Minority Expelled" small_minority_expelled_modifier_desc:0 "A small group of peasants have been forcibly removed from this county." large_minority_expelled_modifier:0 "Large Minority Expelled" large_minority_expelled_modifier_desc:0 "A large group of peasants have been forcibly removed from this county." ruler_expelled_minority_modifier:0 "Ruler Expelled Kinsmen" ruler_expelled_minority_modifier_desc:0 "The people of this county are angry that their kinsmen have been expelled from another part of the realm." - - cultural_acceptance_loss_expulsion:0 "[expelled_culture.GetName] culture expelled from [expulsion_realm.GetName]" \ No newline at end of file + + cultural_acceptance_loss_expulsion:0 "[expelled_culture.GetName] culture expelled from [expulsion_realm.GetName]" + + ##### Changed from Vanilla vvvvv + # Immigration + minority_culture_immigration_title: "Cultural Immigrants" + minority_culture_immigration_tt: "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] peasants have immigrated from [source_county.GetName] to [target_county.GetName]." + minority_faith_immigration_title: "Religious Immigrants" + minority_faith_immigration_tt: "A group of [source_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural] peasants have moved from [source_county.GetName] to [target_county.GetName]." + + # Reductions + minority_culture_declined_title: "Declining Cultural Minority" + minority_culture_declined_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." + minority_culture_disappeared_title: "Disappearing Cultural Minority" + minority_culture_disappeared_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of non-existence." + + minority_faith_declined_title: "Declining Religious Minority" + minority_faith_declined_tt: "The [item_to_demote.GetAdherentNamePlural] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." + minority_faith_disappeared_title: "Disappearing Religious Minority" + minority_faith_disappeared_tt: "The [item_to_demote.GetAdherentNamePlural] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." + + + ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 1ae0c19c00..f08c570e8d 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,6 +37,7 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +* Special GUI text for Dharmic provinces * Certain tenets/doctrines should encourage creation of minorities (e.g., Mendicant Preachers, &c.) * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values From 4391f65056fd8f116c9583cd8d9c0b65a54b34fd Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 13 Sep 2022 03:14:14 -0400 Subject: [PATCH 032/339] Implement Passive Evangelism * Weights for certain religions/tenets in terms of frequency and targeting * Gated evangelization to specific religions --- .../on_action/sea_minority_on_actions.txt | 47 ++++++ .../sea_minority_culture_values.txt | 17 ++- .../scripted_effects/sea_minority_effects.txt | 136 +++++++++++++----- .../sea_minority_triggers.txt | 19 ++- .../english/sea_minority_events_l_english.yml | 3 + _developer_documentation/_BP_design.info | 7 +- 6 files changed, 184 insertions(+), 45 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index db549986a1..5362b73b5f 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -2,6 +2,7 @@ yearly_global_pulse = { on_actions = { on_yearly_sea_minority_maintainance + on_yearly_sea_majority_maintainance } } @@ -217,6 +218,52 @@ do_faith_immigration = { } } +on_yearly_sea_majority_maintainance = { + effect = { + every_county = { + this = { save_scope_as = source_county } + + ### Faith + if = { #If there are too many minorities, some must die out + limit = { + faith = { is_valid_evangelizing_source_faith_trigger = yes } + NOT = { has_variable = recently_evangelized_faith } + } + random = { + chance = chance_of_faith_majority_evangelization_event_per_year + modifier = { + factor = 2 + faith = { + OR = { + has_doctrine = tenet_mendicant_preachers + has_doctrine = tenet_autocephaly + } + } + } + modifier = { + factor = 0.5 + faith = { has_doctrine = tenet_communal_identity } + } + modifier = { + factor = 0 + faith = { infrequent_evangelization_trigger = yes } + } + trigger_event = { + days = { 1 360 } + on_action = do_faith_evangelization + } + } + } + } + } +} +do_faith_evangelization = { + effect = { + evangelization_effect = yes + set_variable = { name = recently_evangelized_faith years = 10 } + } +} + ##### VANILLA BELOW HERE ##### # Root is a count+ character diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index c63ea519a2..65c0b230d9 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -37,9 +37,6 @@ number_of_minority_levels = 3 # 50% | 2.73% | 25 # 50% | 1.38% | 50 # 50% | 12.9% | 05 -# -# For WtWSMS, 50% chance in 25 years seems reasonable for faith/culture spread -# and 5 years for reduction event seems reasonable chance_of_culture_minority_reduction_event_per_year = 12.9 chance_of_culture_minority_underfed_event_per_year = 2.73 chance_of_culture_minority_immigration_event_per_year = 2.73 @@ -48,6 +45,8 @@ chance_of_faith_minority_reduction_event_per_year = 12.9 chance_of_faith_minority_underfed_event_per_year = 2.73 chance_of_faith_minority_immigration_event_per_year = 2.73 +chance_of_faith_majority_evangelization_event_per_year = 2.73 + #Other Script Values #County Scope minority_capacity_of_county = { @@ -335,7 +334,7 @@ support_of_a_faith_minority_in_county = { OR = { scope:target_county.culture = scope:the_faith.var:church_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = this + ACTOR = scope:target_county TARGET_FAITH = scope:the_faith VARIABLE = church_culture } @@ -354,7 +353,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_large actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = this + ACTOR = scope:target_county TARGET_FAITH = scope:the_faith VARIABLE = church_culture } @@ -374,7 +373,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_small actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = this + ACTOR = scope:target_county TARGET_FAITH = scope:the_faith VARIABLE = church_culture } @@ -391,7 +390,7 @@ support_of_a_faith_minority_in_county = { OR = { scope:target_county.culture = scope:the_faith.var:ethnic_religion_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = this + ACTOR = scope:target_county TARGET_FAITH = scope:the_faith VARIABLE = ethnic_religion_culture } @@ -411,7 +410,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_large actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = this + ACTOR = scope:target_county TARGET_FAITH = this VARIABLE = ethnic_religion_culture } @@ -432,7 +431,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_small actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = this + ACTOR = scope:target_county TARGET_FAITH = this VARIABLE = ethnic_religion_culture } diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index e57ef5bc2d..bdd29e1753 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -639,6 +639,102 @@ demote_an_underfed_minority_effect = { } } } +#Requires scope:target_county +immigration_effect = { + scope:target_county = { + if = { + limit = { + any_neighboring_county = { + NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } + } + } + random_neighboring_county = { + limit = { NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } + this = { save_scope_as = source_county } + } + #Carry out immigration + evangelization_immigration_effect = { + CULTURE_OR_FAITH = faith + TYPE = immigration + } + } + } +} +#Requires scope:source_county +evangelization_effect = { + scope:source_county = { + if = { + limit = { + any_neighboring_county = { + NOT = { faith = scope:source_county.faith } + faith = { is_valid_evangelizing_target_faith_trigger = yes } + } + } + random_neighboring_county = { + limit = { + NOT = { faith = scope:source_county.faith } + faith = { is_valid_evangelizing_target_faith_trigger = yes } + } + weight = { + base = 1 + #Autocephaly should restrict targeting + modifier = { + factor = 2 + scope:source_county.faith = { has_doctrine = tenet_autocephaly } + actor_is_faith_culture_or_child_culture_for_cultural_religions_trigger = { + ACTOR = this + TARGET = scope:source_county + VARIABLE = church_culture + } + } + modifier = { #Don't commingle autocephalous churches + factor = 0 + scope:source_county.faith = { has_doctrine = tenet_autocephaly } + this.faith = { has_doctrine = tenet_autocephaly } + } + modifier = { #Don't proselytize autocephalous churches to unrelated cultures + factor = 0 + scope:source_county.faith = { has_doctrine = tenet_autocephaly } + NOT = { + actor_is_faith_culture_or_child_culture_for_cultural_religions_trigger = { + ACTOR = this + TARGET = scope:source_county + VARIABLE = church_culture + } + } + } + } + this = { save_scope_as = target_county } + } + #Carry out evangelization + evangelization_immigration_effect = { + CULTURE_OR_FAITH = faith + TYPE = evangelization + } + } + } +} + +### General Routines + +#Requires source_county and target_county to be defined +evangelization_immigration_effect = { + if = { + limit = { NOT = { scope:source_county.$CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } + scope:target_county = { + promote_minority_but_not_to_majority_effect = { + ITEM = scope:source_county.$CULTURE_OR_FAITH$ + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + } + notify_characters_of_minority_immigration_effect = { + THE_SOURCE_COUNTY = scope:source_county + THE_TARGET_COUNTY = scope:target_county + EVENT_TITLE = minority_$CULTURE_OR_FAITH$_$TYPE$_title + EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_$TYPE$_tt + } + } + } +} #This is done at a county scope # $ITEM$ = a scoped faith or culture # $CULTURE_OR_FAITH$: either "culture" or "faith" @@ -652,6 +748,12 @@ promote_minority_but_not_to_majority_effect = { remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } #Large minorities should not become majorities + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_large + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + } + } else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } } #This is done at a county scope @@ -675,39 +777,7 @@ demote_minority_effect = { } } -#Requires scope:target_county -immigration_effect = { - scope:target_county = { - if = { - limit = { - any_neighboring_county = { - NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } - } - } - random_neighboring_county = { - limit = { NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } - this = { save_scope_as = source_county } - } - #Carry out immigration - if = { - limit = { NOT = { scope:source_county.$CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } - scope:target_county = { - promote_minority_but_not_to_majority_effect = { - ITEM = scope:source_county.$CULTURE_OR_FAITH$ - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ - } - notify_characters_of_minority_immigration_effect = { - THE_SOURCE_COUNTY = scope:source_county - THE_TARGET_COUNTY = scope:target_county - EVENT_TITLE = minority_$CULTURE_OR_FAITH$_immigration_title - EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_immigration_tt - } - } - } - } - } -} - +### Notification routines notify_characters_of_minority_reduction_effect = { $THE_TARGET_COUNTY$.holder = { add_to_temporary_list = characters_to_notify diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 620a7e661f..989490701d 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -144,5 +144,22 @@ county_has_specific_minority_culture_trigger = { ##### Changed from Vanilla vvvvv - +#faith scope +is_valid_evangelizing_source_faith_trigger = { + NOT = { has_doctrine_parameter = unreformed } + NOT = { has_doctrine = tenet_ethnic_religion } +} +#faith scope +is_valid_evangelizing_target_faith_trigger = { + has_doctrine_parameter = unreformed +} +#faith scope +infrequent_evangelization_trigger = { + NOR = { + this.religion = religion:christianity_religion + this.religion = religion:islam_religion + this.religion = religion:buddhism_religion + this.religion = religion:dualism_religion + } +} ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_minority_events_l_english.yml b/WtWSMS/localization/english/sea_minority_events_l_english.yml index 22d2976a13..4d4a6afe18 100644 --- a/WtWSMS/localization/english/sea_minority_events_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_events_l_english.yml @@ -54,5 +54,8 @@ minority_faith_disappeared_title: "Disappearing Religious Minority" minority_faith_disappeared_tt: "The [item_to_demote.GetAdherentNamePlural] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." + #Evangelization + minority_faith_evangelization_title: "Religious Evangelization" + minority_faith_evangelization_tt: "[source_county.GetProvince.GetCounty.GetFaith.GetAdjective] missionaries from [source_county.GetName] have established a religious community in [target_county.GetName]." ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index f08c570e8d..ef1740807a 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,12 +37,15 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Special GUI text for Dharmic provinces -* Certain tenets/doctrines should encourage creation of minorities (e.g., Mendicant Preachers, &c.) +* Rewrite immigration to be both cultural and religious migration, as it is "migration" + * Some Religions & Cultures should only immigrate together, not separate + * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow + * Revisit how minorities are shown in the GUI based on discussions + * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities From ec8e89f8ad4d19511e4b1b2510d46d2a983e868b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:47:19 -0400 Subject: [PATCH 033/339] Rewrite immigration Now transfers both culture & immigration simultaneously instead of doing so singly --- .../on_action/sea_minority_on_actions.txt | 78 ++++++--------- .../sea_minority_culture_values.txt | 4 +- .../scripted_effects/sea_minority_effects.txt | 97 +++++++++++++------ .../english/sea_minority_events_l_english.yml | 10 +- _developer_documentation/_BP_design.info | 3 - 5 files changed, 105 insertions(+), 87 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 5362b73b5f..a32bde0f60 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -73,6 +73,23 @@ on_yearly_sea_minority_maintainance = { every_county = { this = { save_scope_as = target_county } + ### Immigration + if = { #If there are too few minorities, then immigration is possible + limit = { + county_has_minority_faith_trigger = yes + county_has_minority_culture_trigger = yes + this.number_of_faith_minorities_in_county <= this.minority_capacity_of_county + this.number_of_culture_minorities_in_county <= this.minority_capacity_of_county + } + random = { + chance = chance_of_minority_immigration_event_per_year + trigger_event = { + #days = { 1 360 } + on_action = do_immigration + } + } + } + ### Culture if = { #If there are too many minorities, some must die out limit = { @@ -101,19 +118,6 @@ on_yearly_sea_minority_maintainance = { } } } - else_if = { #If there are too few minorities, then immigration is possible - limit = { - county_has_minority_culture_trigger = yes - this.number_of_culture_minorities_in_county <= this.minority_capacity_of_county - } - random = { - chance = chance_of_culture_minority_immigration_event_per_year - trigger_event = { - days = { 1 360 } - on_action = do_culture_immigration - } - } - } #Otherwise, keep things as they were ### Faith @@ -144,20 +148,20 @@ on_yearly_sea_minority_maintainance = { } } } - if = { #If there are too few minorities, then immigration is possible - limit = { - county_has_minority_faith_trigger = yes - this.number_of_faith_minorities_in_county <= this.minority_capacity_of_county - } - random = { - chance = chance_of_faith_minority_immigration_event_per_year - trigger_event = { - days = { 1 360 } - on_action = do_faith_immigration - } + #Otherwise, keep things as they were + } + } +} +do_immigration = { + effect = { + if = { + limit = { + scope:target_county = { + culture = { NOT = { has_cultural_tradition = tradition_isolationist } } + faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } } - #Otherwise, keep things as they were + immigration_effect = yes } } } @@ -177,18 +181,6 @@ do_culture_minority_underfed = { } } } -do_culture_immigration = { - effect = { - if = { - limit = { - scope:target_county = { - culture = { NOT = { has_cultural_tradition = tradition_isolationist } } - } - } - immigration_effect = { CULTURE_OR_FAITH = culture } - } - } -} do_faith_reduction = { effect = { scope:target_county = { @@ -205,18 +197,6 @@ do_faith_minority_underfed = { } } } -do_faith_immigration = { - effect = { - if = { - limit = { - scope:target_county = { - faith = { NOT = { has_doctrine = tenet_ethnic_religion } } - } - } - immigration_effect = { CULTURE_OR_FAITH = faith } - } - } -} on_yearly_sea_majority_maintainance = { effect = { diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 65c0b230d9..81540e92ef 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -37,13 +37,13 @@ number_of_minority_levels = 3 # 50% | 2.73% | 25 # 50% | 1.38% | 50 # 50% | 12.9% | 05 +chance_of_minority_immigration_event_per_year = 100 + chance_of_culture_minority_reduction_event_per_year = 12.9 chance_of_culture_minority_underfed_event_per_year = 2.73 -chance_of_culture_minority_immigration_event_per_year = 2.73 chance_of_faith_minority_reduction_event_per_year = 12.9 chance_of_faith_minority_underfed_event_per_year = 2.73 -chance_of_faith_minority_immigration_event_per_year = 2.73 chance_of_faith_majority_evangelization_event_per_year = 2.73 diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index bdd29e1753..08162c8fd9 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -645,17 +645,67 @@ immigration_effect = { if = { limit = { any_neighboring_county = { - NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } + NOR = { + culture = scope:target_county.culture + culture = { has_cultural_tradition = tradition_isolationist } + faith = scope:target_county.faith + faith = { has_doctrine = tenet_ethnic_religion } + } } } random_neighboring_county = { - limit = { NOT = { $CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } + limit = { + NOR = { + culture = scope:target_county.culture + culture = { has_cultural_tradition = tradition_isolationist } + faith = scope:target_county.faith + faith = { has_doctrine = tenet_ethnic_religion } + } + } this = { save_scope_as = source_county } } - #Carry out immigration - evangelization_immigration_effect = { - CULTURE_OR_FAITH = faith - TYPE = immigration + #Carry out immigration iff it has some effect + scope:target_county = { + if = { + limit = { + #AKA, at least one of large faith/culture minorities must not have the + #source county's faith/culture + OR = { + AND = { + has_variable_list = culture_minorities_large + NOT = { + is_target_in_variable_list = { + name = culture_minorities_large + target = scope:source_county.culture + } + } + } + AND = { + has_variable_list = faith_minorities_large + NOT = { + is_target_in_variable_list = { + name = faith_minorities_large + target = scope:source_county.faith + } + } + } + } + } + promote_minority_but_not_to_majority_effect = { + ITEM = scope:source_county.faith + CULTURE_OR_FAITH = faith + } + promote_minority_but_not_to_majority_effect = { + ITEM = scope:source_county.culture + CULTURE_OR_FAITH = culture + } + notify_characters_of_minority_immigration_effect = { + THE_SOURCE_COUNTY = scope:source_county + THE_TARGET_COUNTY = scope:target_county + EVENT_TITLE = minority_immigration_title + EVENT_TOOLTIP = minority_immigration_tt + } + } } } } @@ -707,9 +757,20 @@ evangelization_effect = { this = { save_scope_as = target_county } } #Carry out evangelization - evangelization_immigration_effect = { - CULTURE_OR_FAITH = faith - TYPE = evangelization + if = { + limit = { NOT = { scope:source_county.faith = scope:target_county.faith } } + scope:target_county = { + promote_minority_but_not_to_majority_effect = { + ITEM = scope:source_county.faith + CULTURE_OR_FAITH = faith + } + notify_characters_of_minority_immigration_effect = { + THE_SOURCE_COUNTY = scope:source_county + THE_TARGET_COUNTY = scope:target_county + EVENT_TITLE = minority_faith_evangelization_title + EVENT_TOOLTIP = minority_faith_evangelization_tt + } + } } } } @@ -717,24 +778,6 @@ evangelization_effect = { ### General Routines -#Requires source_county and target_county to be defined -evangelization_immigration_effect = { - if = { - limit = { NOT = { scope:source_county.$CULTURE_OR_FAITH$ = scope:target_county.$CULTURE_OR_FAITH$ } } - scope:target_county = { - promote_minority_but_not_to_majority_effect = { - ITEM = scope:source_county.$CULTURE_OR_FAITH$ - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ - } - notify_characters_of_minority_immigration_effect = { - THE_SOURCE_COUNTY = scope:source_county - THE_TARGET_COUNTY = scope:target_county - EVENT_TITLE = minority_$CULTURE_OR_FAITH$_$TYPE$_title - EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_$TYPE$_tt - } - } - } -} #This is done at a county scope # $ITEM$ = a scoped faith or culture # $CULTURE_OR_FAITH$: either "culture" or "faith" diff --git a/WtWSMS/localization/english/sea_minority_events_l_english.yml b/WtWSMS/localization/english/sea_minority_events_l_english.yml index 4d4a6afe18..1afdb94fb5 100644 --- a/WtWSMS/localization/english/sea_minority_events_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_events_l_english.yml @@ -38,10 +38,8 @@ ##### Changed from Vanilla vvvvv # Immigration - minority_culture_immigration_title: "Cultural Immigrants" - minority_culture_immigration_tt: "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] peasants have immigrated from [source_county.GetName] to [target_county.GetName]." - minority_faith_immigration_title: "Religious Immigrants" - minority_faith_immigration_tt: "A group of [source_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural] peasants have moved from [source_county.GetName] to [target_county.GetName]." + minority_immigration_title: "Minority Immigration" + minority_immigration_tt: "A group of [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] [source_county.GetProvince.GetCounty.GetCulture.GetName] peasants have immigrated from [source_county.GetName] to [target_county.GetName]." # Reductions minority_culture_declined_title: "Declining Cultural Minority" @@ -50,9 +48,9 @@ minority_culture_disappeared_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of non-existence." minority_faith_declined_title: "Declining Religious Minority" - minority_faith_declined_tt: "The [item_to_demote.GetAdherentNamePlural] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." + minority_faith_declined_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." minority_faith_disappeared_title: "Disappearing Religious Minority" - minority_faith_disappeared_tt: "The [item_to_demote.GetAdherentNamePlural] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." + minority_faith_disappeared_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." #Evangelization minority_faith_evangelization_title: "Religious Evangelization" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index ef1740807a..7df52c2edc 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,9 +37,6 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Rewrite immigration to be both cultural and religious migration, as it is "migration" - * Some Religions & Cultures should only immigrate together, not separate - * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow From 0de36495aa37ada5cd3ce324fc6fa5c059149008 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 13 Sep 2022 23:06:34 -0400 Subject: [PATCH 034/339] More code generalization --- .../on_action/sea_minority_on_actions.txt | 18 ++----- .../sea_minority_culture_values.txt | 2 +- .../scripted_effects/sea_minority_effects.txt | 49 +++++++------------ .../sea_minority_triggers.txt | 49 ++++++++++++++++--- _developer_documentation/_BP_design.info | 4 ++ 5 files changed, 68 insertions(+), 54 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index a32bde0f60..c83b8f61ea 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -155,12 +155,7 @@ on_yearly_sea_minority_maintainance = { do_immigration = { effect = { if = { - limit = { - scope:target_county = { - culture = { NOT = { has_cultural_tradition = tradition_isolationist } } - faith = { NOT = { has_doctrine = tenet_ethnic_religion } } - } - } + limit = { scope:target_county = { is_valid_immigration_target_county_trigger = yes } } immigration_effect = yes } } @@ -213,20 +208,15 @@ on_yearly_sea_majority_maintainance = { chance = chance_of_faith_majority_evangelization_event_per_year modifier = { factor = 2 - faith = { - OR = { - has_doctrine = tenet_mendicant_preachers - has_doctrine = tenet_autocephaly - } - } + faith = { is_frequently_evangelizeing_faith_trigger = yes } } modifier = { factor = 0.5 - faith = { has_doctrine = tenet_communal_identity } + faith = { infrequent_evangelization_trigger = yes } } modifier = { factor = 0 - faith = { infrequent_evangelization_trigger = yes } + faith = { never_evangelizes_trigger = yes } } trigger_event = { days = { 1 360 } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 81540e92ef..09679fb54b 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -37,7 +37,7 @@ number_of_minority_levels = 3 # 50% | 2.73% | 25 # 50% | 1.38% | 50 # 50% | 12.9% | 05 -chance_of_minority_immigration_event_per_year = 100 +chance_of_minority_immigration_event_per_year = 2.73 chance_of_culture_minority_reduction_event_per_year = 12.9 chance_of_culture_minority_underfed_event_per_year = 2.73 diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 08162c8fd9..e775d04ea8 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -644,50 +644,35 @@ immigration_effect = { scope:target_county = { if = { limit = { - any_neighboring_county = { - NOR = { - culture = scope:target_county.culture - culture = { has_cultural_tradition = tradition_isolationist } - faith = scope:target_county.faith - faith = { has_doctrine = tenet_ethnic_religion } - } - } + NOT = { culture = scope:target_county.culture } + NOT = { faith = scope:target_county.faith } + valid_neighbor_immigration_state_trigger = yes } random_neighboring_county = { limit = { - NOR = { - culture = scope:target_county.culture - culture = { has_cultural_tradition = tradition_isolationist } - faith = scope:target_county.faith - faith = { has_doctrine = tenet_ethnic_religion } - } + NOT = { culture = scope:target_county.culture } + NOT = { faith = scope:target_county.faith } + valid_neighbor_immigration_state_trigger = yes } this = { save_scope_as = source_county } } - #Carry out immigration iff it has some effect + #Carry out immigration iff it has some *actual* effect (as in, at least one of + #the source's culture/faith is not large scope:target_county = { if = { limit = { #AKA, at least one of large faith/culture minorities must not have the #source county's faith/culture OR = { - AND = { - has_variable_list = culture_minorities_large - NOT = { - is_target_in_variable_list = { - name = culture_minorities_large - target = scope:source_county.culture - } - } + county_has_a_minority_with_type_and_size_trigger = { + THE_COUNTY = scope:source_county + CULTURE_OR_FAITH = culture + SIZE = large } - AND = { - has_variable_list = faith_minorities_large - NOT = { - is_target_in_variable_list = { - name = faith_minorities_large - target = scope:source_county.faith - } - } + county_has_a_minority_with_type_and_size_trigger = { + THE_COUNTY = scope:source_county + CULTURE_OR_FAITH = faith + SIZE = large } } } @@ -725,6 +710,7 @@ evangelization_effect = { NOT = { faith = scope:source_county.faith } faith = { is_valid_evangelizing_target_faith_trigger = yes } } + ### WtWSMS Autocephaly Weights vvv weight = { base = 1 #Autocephaly should restrict targeting @@ -754,6 +740,7 @@ evangelization_effect = { } } } + ### WtWSMS Autocephaly Weights ^^^ this = { save_scope_as = target_county } } #Carry out evangelization diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 989490701d..d558a22a7a 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -144,17 +144,22 @@ county_has_specific_minority_culture_trigger = { ##### Changed from Vanilla vvvvv -#faith scope -is_valid_evangelizing_source_faith_trigger = { +### These are meant to overwritten liberally when integrated into other mods +is_valid_immigration_target_county = { #county scope + culture = { NOT = { has_cultural_tradition = tradition_isolationist } } + faith = { NOT = { has_doctrine = tenet_ethnic_religion } } +} +is_valid_evangelizing_source_faith_trigger = { #faith scope NOT = { has_doctrine_parameter = unreformed } NOT = { has_doctrine = tenet_ethnic_religion } + OR = { + this.religion = religion:christianity_religion + this.religion = religion:islam_religion + this.religion = religion:buddhism_religion + this.religion = religion:dualism_religion + } } -#faith scope -is_valid_evangelizing_target_faith_trigger = { - has_doctrine_parameter = unreformed -} -#faith scope -infrequent_evangelization_trigger = { +never_evangelizes_trigger = { #faith scope NOR = { this.religion = religion:christianity_religion this.religion = religion:islam_religion @@ -162,4 +167,32 @@ infrequent_evangelization_trigger = { this.religion = religion:dualism_religion } } +is_frequently_evangelizeing_faith_trigger = { #faith scope + OR = { + has_doctrine = tenet_mendicant_preachers + has_doctrine = tenet_autocephaly + } +} +is_valid_evangelizing_target_faith_trigger = { #faith scope + has_doctrine_parameter = unreformed +} +infrequent_evangelization_trigger = { #faith scope + has_doctrine = tenet_communal_identity +} +valid_neighbor_immigration_state_trigger = { + NOT = { culture = { has_cultural_tradition = tradition_isolationist } } + NOT = { faith = { has_doctrine = tenet_ethnic_religion } } +} +### These are NOT meant to be overwritten when integrated into other mods; impacts some core functionality +county_has_a_minority_with_type_and_size_trigger = { + AND = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_$SIZE$ + NOT = { + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_$SIZE$ + target = $THE_COUNTY$.$CULTURE_OR_FAITH$ + } + } + } +} ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 7df52c2edc..504f63dd82 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,10 +37,14 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +* Add Parsee/Nestorian minority permachecks in India * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow +* Strong believers should influence continuation of minority faiths in some manner +* Pluralism/Cosmopolitanism should allow for greater minority support, while Fundamentalist/Communal should do the opposite + * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept From b2f98cc9cab6d19a7e7e7d85f429e299774e61aa Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 00:04:51 -0400 Subject: [PATCH 035/339] More code cleanup Split values and triggers into "generic" versions that should not be modified and standard versions that other modders should modify for integration --- .../on_action/sea_minority_on_actions.txt | 8 +- .../sea_minority_culture_values.txt | 229 +--------------- .../sea_minority_culture_values_generic.txt | 255 ++++++++++++++++++ .../scripted_effects/sea_minority_effects.txt | 4 +- .../sea_minority_triggers.txt | 83 +++++- .../sea_minority_triggers_generic.txt | 12 + ...ish.yml => sea_holding_view_l_english.yml} | 4 +- _developer_documentation/_BP_design.info | 1 - 8 files changed, 361 insertions(+), 235 deletions(-) create mode 100644 WtWSMS/common/script_values/sea_minority_culture_values_generic.txt create mode 100644 WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt rename WtWSMS/localization/english/gui/{BP_holding_view_l_english.yml => sea_holding_view_l_english.yml} (76%) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index c83b8f61ea..3e8753558a 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -78,8 +78,8 @@ on_yearly_sea_minority_maintainance = { limit = { county_has_minority_faith_trigger = yes county_has_minority_culture_trigger = yes - this.number_of_faith_minorities_in_county <= this.minority_capacity_of_county - this.number_of_culture_minorities_in_county <= this.minority_capacity_of_county + this.number_of_faith_minorities_in_county_weighted <= this.minority_capacity_of_county + this.number_of_culture_minorities_in_county_weighted <= this.minority_capacity_of_county } random = { chance = chance_of_minority_immigration_event_per_year @@ -95,7 +95,7 @@ on_yearly_sea_minority_maintainance = { limit = { county_has_minority_culture_trigger = yes NOT = { has_variable = recently_demoted_culture } - this.number_of_culture_minorities_in_county > this.minority_capacity_of_county + this.number_of_culture_minorities_in_county_weighted > this.minority_capacity_of_county } random = { chance = chance_of_culture_minority_reduction_event_per_year @@ -125,7 +125,7 @@ on_yearly_sea_minority_maintainance = { limit = { county_has_minority_faith_trigger = yes NOT = { has_variable = recently_demoted_faith } - this.number_of_faith_minorities_in_county > this.minority_capacity_of_county + this.number_of_faith_minorities_in_county_weighted > this.minority_capacity_of_county } random = { chance = chance_of_faith_minority_reduction_event_per_year diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 09679fb54b..9e24eb7c33 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -15,18 +15,6 @@ } ##### Changed from Vanilla vvvvv -#Generic values -minority_always_supported_value = 1000 #For things like Diasporic -majority_province_support_value = 10 -large_minority_support_value = 2 -large_minority_cost_value = 4 -small_minority_support_value = 1 -small_minority_cost_value = 2 -#Other values - -#small minority, large minority, majority; script value in case we want to change this -number_of_minority_levels = 3 - #Assuming you know how many years Y you want a P% of a minority spread, you can #calculate as P = (1-X)^Y, for P the chance of minority spread # So here's a quick look-up table: @@ -66,7 +54,7 @@ minority_capacity_of_county = { } } #County Scope -number_of_culture_minorities_in_county = { +number_of_culture_minorities_in_county_weighted = { value = 0 if = { limit = { this = { has_variable_list = culture_minorities_small } } @@ -80,7 +68,7 @@ number_of_culture_minorities_in_county = { } } #County Scope -number_of_faith_minorities_in_county = { +number_of_faith_minorities_in_county_weighted = { this = { save_temporary_scope_as = the_county_temp } value = 0 if = { #Small minorities @@ -129,203 +117,19 @@ number_of_faith_minorities_in_county = { } floor = yes #Because of fractional Dharmic values } -#Culture Scope +#Culture Support Determination support_of_a_culture_minority_in_county = { this = { save_temporary_scope_as = the_culture } - value = 0 - #Determine how much is needed to feed this minority - if = { - limit = { - scope:target_county = { - has_variable_list = culture_minorities_large - is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } - } - } - subtract = large_minority_cost_value - #If there's no majority provinces on the map, it takes a bit more to keep large majorities going - #this should encourage eventual disappearance of only thinly supported cultures; or at least - #push them towards a minority status - if = { - limit = { NOT = { any_county = { this.culture = scope:the_culture } } } - subtract = small_minority_cost_value - } - } - if = { - limit = { - scope:target_county = { - has_variable_list = culture_minorities_small - is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } - } - } - subtract = small_minority_cost_value - #If there's no large minorities on the map, it takes a bit more to keep small majorities going - #this should encourage eventual disappearance of only thinly supported cultures; or at least - #push them to be more concentrated - if = { - limit = { - NOT = { any_county = { this.culture = scope:the_culture } } - NOT = { - any_county = { - has_variable_list = culture_minorities_large - is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } - } - } - } - subtract = small_minority_cost_value - } - } - #Determine how much is supporting this minority - scope:target_county = { - every_neighboring_county = { - if = { #County with a majority population - limit = { this.culture = scope:the_culture } - add = majority_province_support_value - } - else_if = { #County with a directly-related population give a small amount of support - limit = { this.culture = { the_culture_or_parent_is_trigger = { CULTURE = scope:the_culture } } } - add = small_minority_support_value - } - else_if = { #County with a large minority - limit = { - has_variable_list = culture_minorities_large - is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } - } - add = large_minority_support_value - } - else_if = { #County with a small minority - limit = { - has_variable_list = culture_minorities_small - is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } - } - add = small_minority_support_value - } - } - holder = { - if = { #If the minority matches the ruler, it should not fade - limit = { this.culture = scope:the_culture } - add = minority_always_supported_value - add = minority_always_supported_value #Even more-so than Diasporic - } - } - } - #Culture specific tradition effects - scope:the_culture = { - if = { #Colonizers/Hellenizers: Equivalent to having a large minority next to you - limit = { - OR = { - has_cultural_tradition = tradition_colonizers - has_cultural_tradition = tradition_colonizers_non_dlc - has_cultural_tradition = tradition_hellenizers - has_cultural_tradition = tradition_hellenizers_non_dlc - } - } - add = large_minority_support_value - } - if = { #Romance/Hellenic/Levantine Culture: Equivalent to having a small minority next to you - limit = { - OR = { - has_cultural_tradition = tradition_romance_culture - has_cultural_tradition = tradition_romance_culture_non_dlc - has_cultural_tradition = tradition_hellenic_culture - has_cultural_tradition = tradition_hellenic_culture_non_dlc - has_cultural_tradition = tradition_levantine_traditions - has_cultural_tradition = tradition_levantine_traditions_non_dlc - } - } - add = small_minority_support_value - } - if = { #Certain traditions imply being always supported if a minority - limit = { - AND = { - has_cultural_tradition = tradition_diasporic - NOT = { scope:target_county.culture = scope:the_culture } - } - } - add = minority_always_supported_value - } - } + value = support_of_a_minority_culture_generic + ### Additional, TC-specific features go before the "multiply = -1.00" line multiply = -1.00 } -#County Scope +#Faith Support Determination support_of_a_faith_minority_in_county = { this = { save_temporary_scope_as = the_faith } - value = 0 - #Determine how much is needed to feed this minority - if = { - limit = { - scope:target_county = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } - } - } - subtract = large_minority_cost_value - #If there's no majority provinces on the map, it takes a bit more to keep large majorities going - #this should encourage eventual disappearance of only thinly supported cultures; or at least - #push them towards a minority status - if = { - limit = { NOT = { any_county = { this.faith = scope:the_faith } } } - subtract = small_minority_cost_value - } - } - if = { - limit = { - scope:target_county = { - has_variable_list = faith_minorities_small - is_target_in_variable_list = { name = faith_minorities_small target = scope:the_faith } - } - } - subtract = small_minority_cost_value - #If there's no large minorities on the map, it takes a bit more to keep small majorities going - #this should encourage eventual disappearance of only thinly supported cultures; or at least - #push them to be more concentrated - if = { - limit = { - NOT = { any_county = { this.faith = scope:the_faith } } - NOT = { - any_county = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } - } - } - } - subtract = small_minority_cost_value - } - } - #Determine how much is supporting this minority - scope:target_county = { - every_neighboring_county = { - if = { #County with a majority population - limit = { this.faith = scope:the_faith } - add = majority_province_support_value - } - else_if = { #County with a large minority - limit = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } - } - add = large_minority_support_value - } - else_if = { #County with a small minority - limit = { - has_variable_list = faith_minorities_small - is_target_in_variable_list = { name = faith_minorities_small target = scope:the_faith } - } - add = small_minority_support_value - } - } - holder = { - if = { #If the minority matches the ruler, it should not fade - limit = { this.faith = scope:the_faith } - add = minority_always_supported_value - add = minority_always_supported_value #Even more so than other faiths - } - } - if = { #Holy Site: Equivalent to having a large minority next to you - limit = { any_barony = { is_holy_site_of = scope:the_faith } } - add = large_minority_support_value - } - } - #Certain doctrines/tenets bolster score + value = support_of_a_minority_faith_generic + ### Additional, TC-specific features go before the "multiply = -1.00" line + ### New WtWSMS Features scope:the_faith = { if = { #Autocephalous faiths are less likely to disappear if their associated cultures are present limit = { scope:the_faith = { has_doctrine = tenet_autocephaly } } @@ -334,9 +138,9 @@ support_of_a_faith_minority_in_county = { OR = { scope:target_county.culture = scope:the_faith.var:church_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:target_county - TARGET_FAITH = scope:the_faith - VARIABLE = church_culture + ACTOR = scope:target_county + TARGET_FAITH = scope:the_faith + VARIABLE = church_culture } } } @@ -442,15 +246,6 @@ support_of_a_faith_minority_in_county = { add = small_minority_support_value } } - if = { #Jewish faiths are well protected so long as the county isn't Jewish - limit = { - this.religion = religion:judaism_religion - NOT = { scope:target_county.religion = religion:judaism_religion } - } - add = majority_province_support_value - add = majority_province_support_value - add = majority_province_support_value - } } multiply = -1.00 } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt new file mode 100644 index 0000000000..ca8e11d0bd --- /dev/null +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -0,0 +1,255 @@ +#The values in this file are "generic" in one of three senses: +# 1). They'd be templated if script values supported $SUBSTITUTION$ syntax and thus represent code duplication +# 2). They provide various common interfaces and values that shouldn't be modified by others +# 3). They are not meant for TCs (or other mods) to modify as they will touch some core mod mechanics +# Modify at your own risk. + +#Generic values +minority_always_supported_value = 1000 #For things like Diasporic +majority_province_support_value = 10 +large_minority_support_value = 2 +large_minority_cost_value = 4 +small_minority_support_value = 1 +small_minority_cost_value = 2 + +#small minority, large minority, majority; script value in case we want to change this +number_of_minority_levels = 3 + +#Just counts the number of different minorities in the county +number_of_culture_minorities_in_county = { + value = 0 + if = { + limit = { this = { has_variable_list = culture_minorities_small } } + this = { every_in_list = { variable = culture_minorities_small add = 1 } } + } + if = { + limit = { this = { has_variable_list = culture_minorities_large } } + this = { every_in_list = { variable = culture_minorities_large add = 1 } } + } +} +number_of_faith_minorities_in_county = { + value = 0 + if = { + limit = { this = { has_variable_list = faith_minorities_small } } + this = { every_in_list = { variable = faith_minorities_small add = 1 } } + } + if = { + limit = { this = { has_variable_list = faith_minorities_large } } + this = { every_in_list = { variable = faith_minorities_large add = 1 } } + } +} + +#Generic Pseudo-Template code for minority support + +#Culture Scope +#The general calculation for the "support" of a minority in a given target_county +#Modders shouldn't tweak this unless they really want to change core functionality; changing +# "support_of_a_culture_minority_in_county" in sea_minority_culture_values.txt is suggested instead. +support_of_a_minority_culture_generic = { + value = 0 + #Determine how much is needed to feed this minority + if = { + limit = { + scope:target_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = large + TARGET = scope:the_culture + } + } + } + subtract = large_minority_cost_value + #If there's no majority provinces on the map, it takes a bit more to keep large majorities going + #this should encourage eventual disappearance of only thinly supported cultures; + # or at least push them towards a minority status + if = { + limit = { NOT = { any_county = { this.culture = scope:the_culture } } } + subtract = small_minority_cost_value + } + } + if = { + limit = { + scope:target_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = small + TARGET = scope:the_culture + } + } + } + subtract = small_minority_cost_value + #If there's no large minorities on the map, it takes a bit more to keep small majorities going + #this should encourage eventual disappearance of only thinly supported cultures; + #or at least push them to be more concentrated + if = { + limit = { + NOT = { any_county = { this.culture = scope:the_culture } } + NOT = { + any_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = large + TARGET = scope:the_culture + } + } + } + } + subtract = small_minority_cost_value + } + } + #Determine how much is supporting this minority + scope:target_county = { + every_neighboring_county = { + if = { #County with a majority population + limit = { this.culture = scope:the_culture } + add = majority_province_support_value + } + else_if = { #County with a large minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = large + TARGET = scope:the_culture + } + } + add = large_minority_support_value + } + else_if = { #County with a small minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = small + TARGET = scope:the_culture + } + } + add = small_minority_support_value + } + } + holder = { + if = { #If the minority matches the ruler, it should not fade + limit = { this.culture = scope:the_culture } + add = minority_always_supported_value + add = minority_always_supported_value #Even more-so than the "Always Supported" + } + } + if = { #Specific factors about the county + limit = { county_specific_support_aspect_culture_trigger = yes } + add = large_minority_support_value + } + } + #Generic Item Specific Effects + scope:the_culture = { + if = { limit = { large_minority_support_culture_aspect_trigger = yes } add = large_minority_support_value } + if = { limit = { small_minority_support_culture_aspect_trigger = yes } add = small_minority_support_value } + if = { + limit = { minority_always_supported_culture_aspect_trigger = { THE_COUNTY = scope:target_county } } + add = minority_always_supported_value + } + } +} +#Faith Scope +#The general calculation for the "support" of a minority in a given target_county +#Modders shouldn't tweak this unless they really want to change core functionality; changing +# "support_of_a_faith_minority_in_county" in sea_minority_culture_values.txt is suggested instead. +support_of_a_minority_faith_generic = { + value = 0 + #Determine how much is needed to feed this minority + if = { + limit = { + scope:target_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:the_faith + } + } + } + subtract = large_minority_cost_value + #If there's no majority provinces on the map, it takes a bit more to keep large majorities going + #this should encourage eventual disappearance of only thinly supported faiths; + # or at least push them towards a minority status + if = { + limit = { NOT = { any_county = { this.faith = scope:the_faith } } } + subtract = small_minority_cost_value + } + } + if = { + limit = { + scope:target_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = small + TARGET = scope:the_faith + } + } + } + subtract = small_minority_cost_value + #If there's no large minorities on the map, it takes a bit more to keep small majorities going + #this should encourage eventual disappearance of only thinly supported faiths; + #or at least push them to be more concentrated + if = { + limit = { + NOT = { any_county = { this.faith = scope:the_faith } } + NOT = { + any_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:the_faith + } + } + } + } + subtract = small_minority_cost_value + } + } + #Determine how much is supporting this minority + scope:target_county = { + every_neighboring_county = { + if = { #County with a majority population + limit = { this.faith = scope:the_faith } + add = majority_province_support_value + } + else_if = { #County with a large minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:the_faith + } + } + add = large_minority_support_value + } + else_if = { #County with a small minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = small + TARGET = scope:the_faith + } + } + add = small_minority_support_value + } + } + holder = { + if = { #If the minority matches the ruler, it should not fade + limit = { this.faith = scope:the_faith } + add = minority_always_supported_value + add = minority_always_supported_value #Even more-so than the "Always Supported" + } + } + if = { #Specific factors about the county + limit = { county_specific_support_aspect_faith_trigger = yes } + add = large_minority_support_value + } + } + #Generic Item Specific Effects + scope:the_faith = { + if = { limit = { large_minority_support_faith_aspect_trigger = yes } add = large_minority_support_value } + if = { limit = { small_minority_support_faith_aspect_trigger = yes } add = small_minority_support_value } + if = { + limit = { minority_always_supported_faith_aspect_trigger = { THE_COUNTY = scope:target_county } } + add = minority_always_supported_value + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index e775d04ea8..b85f3a5ec7 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -665,14 +665,14 @@ immigration_effect = { #source county's faith/culture OR = { county_has_a_minority_with_type_and_size_trigger = { - THE_COUNTY = scope:source_county CULTURE_OR_FAITH = culture SIZE = large + TARGET = scope:source_county.culture } county_has_a_minority_with_type_and_size_trigger = { - THE_COUNTY = scope:source_county CULTURE_OR_FAITH = faith SIZE = large + TARGET = scope:source_county.faith } } } diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index d558a22a7a..4f8e80335f 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -145,7 +145,7 @@ county_has_specific_minority_culture_trigger = { ##### Changed from Vanilla vvvvv ### These are meant to overwritten liberally when integrated into other mods -is_valid_immigration_target_county = { #county scope +is_valid_immigration_target_county_trigger = { #county scope culture = { NOT = { has_cultural_tradition = tradition_isolationist } } faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } @@ -183,15 +183,80 @@ valid_neighbor_immigration_state_trigger = { NOT = { culture = { has_cultural_tradition = tradition_isolationist } } NOT = { faith = { has_doctrine = tenet_ethnic_religion } } } -### These are NOT meant to be overwritten when integrated into other mods; impacts some core functionality -county_has_a_minority_with_type_and_size_trigger = { - AND = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_$SIZE$ - NOT = { - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_$SIZE$ - target = $THE_COUNTY$.$CULTURE_OR_FAITH$ +#support_of_a_culture_minority_in_county triggers +county_specific_support_aspect_culture_trigger = { + always = no +} +large_minority_support_culture_aspect_trigger = { #culture scope + #Colonizers/Hellenizers: Equivalent to having a large minority next to you + OR = { + has_cultural_tradition = tradition_colonizers + has_cultural_tradition = tradition_colonizers_non_dlc + has_cultural_tradition = tradition_hellenizers + has_cultural_tradition = tradition_hellenizers_non_dlc + } +} +small_minority_support_culture_aspect_trigger = { #culture scope + #Romance/Hellenic/Levantine Culture: Equivalent to having a small minority next to you + OR = { + has_cultural_tradition = tradition_romance_culture + has_cultural_tradition = tradition_romance_culture_non_dlc + has_cultural_tradition = tradition_hellenic_culture + has_cultural_tradition = tradition_hellenic_culture_non_dlc + has_cultural_tradition = tradition_levantine_traditions + has_cultural_tradition = tradition_levantine_traditions_non_dlc + } +} +minority_always_supported_culture_aspect_trigger = { #culture scope + #Vanilla conditions + OR = { + has_cultural_tradition = tradition_diasporic + AND = { + #Konchinim + OR = { + $THE_COUNTY$ = title:c_kerala + $THE_COUNTY$ = title:c_venadu + $THE_COUNTY$ = title:c_alupa } + scope:the_culture = culture:kochinim + } + #Parsees + AND = { + $THE_COUNTY$ = title:c_daman + scope:the_culture = culture:persian + } + } +} +#support_of_a_faith_minority_in_county triggers +county_specific_support_aspect_faith_trigger = { #county scope + any_barony = { is_holy_site_of = scope:the_faith } +} +large_minority_support_faith_aspect_trigger = { #faith scope + always = no +} +small_minority_support_faith_aspect_trigger = { #faith scope + always = no +} +minority_always_supported_faith_aspect_trigger = { #faith scope + #Vanilla conditions + OR = { + AND = { + this.religion = religion:judaism_religion + NOT = { scope:target_county.religion = religion:judaism_religion } + } + AND = { + #Konchinim + OR = { + $THE_COUNTY$ = title:c_kerala + $THE_COUNTY$ = title:c_venadu + $THE_COUNTY$ = title:c_alupa + } + scope:the_faith = faith:malabarism + } + #Parsees + AND = { + $THE_COUNTY$ = title:c_daman + scope:the_faith = faith:mazdayasna } } } diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt new file mode 100644 index 0000000000..692b614ea5 --- /dev/null +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt @@ -0,0 +1,12 @@ +### These are NOT meant to be overwritten when integrated into other mods; impacts some core functionality +county_has_a_minority_with_type_and_size_trigger = { + AND = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_$SIZE$ + NOT = { + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_$SIZE$ + target = $TARGET$ + } + } + } +} \ No newline at end of file diff --git a/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml similarity index 76% rename from WtWSMS/localization/english/gui/BP_holding_view_l_english.yml rename to WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index c968696138..2d50adca7b 100644 --- a/WtWSMS/localization/english/gui/BP_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -3,6 +3,6 @@ MINORITY_INFORMATION: "[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_culture_minority_percent')|0]%,[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_faith_minority_percent')|0]%" MINORITY_INFORMATION_TOOLTIP: "$MINORITY_CAPACITY$\n$MINORITY_CULTURES$\n$MINORITY_FAITHS$" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" + MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" + MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 504f63dd82..87916c513d 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,7 +37,6 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Add Parsee/Nestorian minority permachecks in India * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow From 376ad4b32f9ec0f97a848e92f10709d6c84c6d09 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 03:41:37 -0400 Subject: [PATCH 036/339] Minority capacity is a function of ethos/doctrines --- .../sea_minority_culture_values.txt | 63 +++++++++++++++++++ .../sea_minority_culture_values_generic.txt | 7 +++ .../gui/sea_holding_view_l_english.yml | 4 +- _developer_documentation/_BP_design.info | 2 +- 4 files changed, 73 insertions(+), 3 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 9e24eb7c33..47508f4ee1 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -53,6 +53,69 @@ minority_capacity_of_county = { if = { limit = { this.development_level >= 76 } add = 1 } } } +minority_capacity_of_county_culture = { + value = minority_capacity_of_county + if = { #Only non-tribal counties should support more than one minority + limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } + # Egalitarian Ethos decreases minority capacity per development cut-off + if = { + limit = { this.culture = { has_cultural_pillar = ethos_egalitarian } } + add = egalitarian_capacity_from_development + if = { limit = { this.development_level >= 04 } add = egalitarian_capacity_from_development } + if = { limit = { this.development_level >= 07 } add = egalitarian_capacity_from_development } + if = { limit = { this.development_level >= 11 } add = egalitarian_capacity_from_development } + if = { limit = { this.development_level >= 18 } add = egalitarian_capacity_from_development } + if = { limit = { this.development_level >= 29 } add = egalitarian_capacity_from_development } + if = { limit = { this.development_level >= 47 } add = egalitarian_capacity_from_development } + if = { limit = { this.development_level >= 76 } add = egalitarian_capacity_from_development } + } + # Communal Ethos decreases minority capacity per development cut-off + else_if = { + limit = { this.culture = { has_cultural_pillar = ethos_communal } } + if = { limit = { this.development_level >= 04 } subtract = communal_capacity_from_development } + if = { limit = { this.development_level >= 07 } subtract = communal_capacity_from_development } + if = { limit = { this.development_level >= 11 } subtract = communal_capacity_from_development } + if = { limit = { this.development_level >= 18 } subtract = communal_capacity_from_development } + if = { limit = { this.development_level >= 29 } subtract = communal_capacity_from_development } + if = { limit = { this.development_level >= 47 } subtract = communal_capacity_from_development } + if = { limit = { this.development_level >= 76 } subtract = communal_capacity_from_development } + } + } + min = 1 + floor = yes +} +minority_capacity_of_county_faith = { + value = minority_capacity_of_county + if = { #Only non-tribal counties should support more than one minority + limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } + # Pluralism decreases minority capacity per development cut-off + if = { + limit = { this.faith = { has_doctrine = doctrine_pluralism_pluralistic } } + add = pluralistic_capacity_from_development + if = { limit = { this.development_level >= 04 } add = pluralistic_capacity_from_development } + if = { limit = { this.development_level >= 07 } add = pluralistic_capacity_from_development } + if = { limit = { this.development_level >= 11 } add = pluralistic_capacity_from_development } + if = { limit = { this.development_level >= 18 } add = pluralistic_capacity_from_development } + if = { limit = { this.development_level >= 29 } add = pluralistic_capacity_from_development } + if = { limit = { this.development_level >= 47 } add = pluralistic_capacity_from_development } + if = { limit = { this.development_level >= 76 } add = pluralistic_capacity_from_development } + } + # Fundamentalism decreases minority capacity per development cut-off + else_if = { + limit = { this.faith = { has_doctrine = doctrine_pluralism_pluralistic } } + add = fundamentalist_capacity_from_development + if = { limit = { this.development_level >= 04 } add = fundamentalist_capacity_from_development } + if = { limit = { this.development_level >= 07 } add = fundamentalist_capacity_from_development } + if = { limit = { this.development_level >= 11 } add = fundamentalist_capacity_from_development } + if = { limit = { this.development_level >= 18 } add = fundamentalist_capacity_from_development } + if = { limit = { this.development_level >= 29 } add = fundamentalist_capacity_from_development } + if = { limit = { this.development_level >= 47 } add = fundamentalist_capacity_from_development } + if = { limit = { this.development_level >= 76 } add = fundamentalist_capacity_from_development } + } + } + min = 1 + floor = yes +} #County Scope number_of_culture_minorities_in_county_weighted = { value = 0 diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index ca8e11d0bd..b839d285e0 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -15,6 +15,13 @@ small_minority_cost_value = 2 #small minority, large minority, majority; script value in case we want to change this number_of_minority_levels = 3 +#Each level of development in pluralist/egalitarian counties increases faith/culture capacity +#by this much; an extra 2 capacity at full development level +pluralistic_capacity_from_development = 0.25 +fundamentalist_capacity_from_development = 0.25 +egalitarian_capacity_from_development = 0.25 +communal_capacity_from_development = 0.25 + #Just counts the number of different minorities in the county number_of_culture_minorities_in_county = { value = 0 diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 2d50adca7b..82c87a644d 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -3,6 +3,6 @@ MINORITY_INFORMATION: "[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_culture_minority_percent')|0]%,[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_faith_minority_percent')|0]%" MINORITY_INFORMATION_TOOLTIP: "$MINORITY_CAPACITY$\n$MINORITY_CULTURES$\n$MINORITY_FAITHS$" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" + MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|0]" + MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|0]" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 87916c513d..2606bd4e71 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -42,8 +42,8 @@ IN PROGRESS: * High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow * Strong believers should influence continuation of minority faiths in some manner -* Pluralism/Cosmopolitanism should allow for greater minority support, while Fundamentalist/Communal should do the opposite +* Add new game concepts for things like capacity * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept From 168ea9cc3e8ac107b41708580c975d241d866dd9 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:18:52 -0400 Subject: [PATCH 037/339] Implement development-driven immigration --- .../on_action/sea_minority_on_actions.txt | 27 ++- .../sea_minority_culture_values.txt | 2 + .../scripted_effects/sea_minority_effects.txt | 189 +++++++++++++++++- .../sea_minority_triggers.txt | 12 ++ .../{ => _BP_events}/sea_minority_events.txt | 46 +++++ .../english/sea_minority_events_l_english.yml | 11 + _developer_documentation/_BP_design.info | 1 - 7 files changed, 276 insertions(+), 12 deletions(-) rename WtWSMS/events/{ => _BP_events}/sea_minority_events.txt (93%) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 3e8753558a..00c428427b 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -84,7 +84,7 @@ on_yearly_sea_minority_maintainance = { random = { chance = chance_of_minority_immigration_event_per_year trigger_event = { - #days = { 1 360 } + days = { 1 360 } on_action = do_immigration } } @@ -198,8 +198,23 @@ on_yearly_sea_majority_maintainance = { every_county = { this = { save_scope_as = source_county } - ### Faith - if = { #If there are too many minorities, some must die out + ### Immigration + if = { #Immigration via development is driven by the development differential + limit = { + valid_immigration_source_trigger = yes + NOT = { has_variable = recently_emmigrated } + } + random = { + chance = chance_of_outward_immigration_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_outward_immigration + } + } + } + + ### Faith Evangelization + if = { limit = { faith = { is_valid_evangelizing_source_faith_trigger = yes } NOT = { has_variable = recently_evangelized_faith } @@ -227,6 +242,12 @@ on_yearly_sea_majority_maintainance = { } } } +do_outward_immigration = { + effect = { + outward_immigration_effect = yes + set_variable = { name = recently_emmigrated years = 10 } + } +} do_faith_evangelization = { effect = { evangelization_effect = yes diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 47508f4ee1..415dfcca41 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -35,6 +35,8 @@ chance_of_faith_minority_underfed_event_per_year = 2.73 chance_of_faith_majority_evangelization_event_per_year = 2.73 +chance_of_outward_immigration_event_per_year = 2.73 + #Other Script Values #County Scope minority_capacity_of_county = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index b85f3a5ec7..62f15931e2 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -696,6 +696,120 @@ immigration_effect = { } } #Requires scope:source_county +outward_immigration_effect = { + scope:source_county = { + random_neighboring_county = { + limit = { + NAND = { + this.culture = scope:source_county.culture + this.faith = scope:source_county.faith + } + } + this = { save_scope_as = target_county } + } + } + + #Odds of immigration actually happening depends on differential in county development + random = { + chance = 100 + modifier = { + factor = 0.90 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 90 + } + } + modifier = { + factor = 0.80 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 80 + } + } + modifier = { + factor = 0.70 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 70 + } + } + modifier = { + factor = 0.60 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 60 + } + } + modifier = { + factor = 0.50 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 50 + } + } + modifier = { + factor = 0.40 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 40 + } + } + modifier = { + factor = 0.30 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 30 + } + } + modifier = { + factor = 0.20 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 20 + } + } + modifier = { + factor = 0.10 + scope:source_county.development_level.compare_value < { + value = scope:target_county.development_level + add = 10 + } + } + modifier = { + factor = 0 + scope:source_county.development_level.compare_value < scope:target_county.development_level + } + ### Actual immigration effect here ### + scope:target_county = { + this.faith = { save_scope_as = old_faith } + this.culture = { save_scope_as = old_culture } + promote_minority_effect = { CULTURE_OR_FAITH = culture ITEM = scope:source_county.culture } + promote_minority_effect = { CULTURE_OR_FAITH = faith ITEM = scope:source_county.faith } + } + #Determine the message to use + if = { + limit = { + OR = { + scope:source_county.culture = scope:target_county.culture + scope:source_county.faith = scope:target_county.faith + } + } + notify_characters_of_county_change_effect = { + THE_SOURCE_COUNTY = scope:source_county + THE_TARGET_COUNTY = scope:target_county + } + } + else = { + notify_characters_of_minority_immigration_effect = { + THE_SOURCE_COUNTY = scope:source_county + THE_TARGET_COUNTY = scope:target_county + EVENT_TITLE = minority_immigration_title + EVENT_TOOLTIP = minority_immigration_tt + } + } + } +} +#Requires scope:source_county evangelization_effect = { scope:source_county = { if = { @@ -786,6 +900,36 @@ promote_minority_but_not_to_majority_effect = { } else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } } +# County scope +# $ITEM$ = a scoped faith or culture +# $CULTURE_OR_FAITH$: either "culture" or "faith" +promote_minority_effect = { + if = { + limit = { this.$CULTURE_OR_FAITH$ = $ITEM$ } + #Don't do anything in this case; we're already a majority + } + #Small minorities become large minorities + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_small + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + #Large minorities become majorities + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_large + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = this.$CULTURE_OR_FAITH$ } + set_county_$CULTURE_OR_FAITH$ = $ITEM$ + } + else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } +} + #This is done at a county scope # $ITEM$ = a scoped faith or culture # $CULTURE_OR_FAITH$: either "culture" or "faith" @@ -822,7 +966,6 @@ notify_characters_of_minority_reduction_effect = { } } } - every_in_local_list = { list = characters_to_notify if = { @@ -864,7 +1007,6 @@ notify_characters_of_minority_reduction_effect = { } } } - notify_characters_of_minority_immigration_effect = { $THE_SOURCE_COUNTY$.holder = { add_to_temporary_list = characters_to_notify @@ -895,14 +1037,45 @@ notify_characters_of_minority_immigration_effect = { every_in_local_list = { list = characters_to_notify - if = { - send_interface_toast = { - type = event_generic_neutral - title = $EVENT_TITLE$ - custom_tooltip = $EVENT_TOOLTIP$ - right_icon = $THE_TARGET_COUNTY$ + send_interface_toast = { + type = event_generic_neutral + title = $EVENT_TITLE$ + custom_tooltip = $EVENT_TOOLTIP$ + right_icon = $THE_TARGET_COUNTY$ + } + } +} +notify_characters_of_county_change_effect = { + $THE_SOURCE_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } + add_to_temporary_list = characters_to_notify } } } + $THE_TARGET_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + trigger_event = { id = minorities.9999 } + } } ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 4f8e80335f..4901ce719d 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -183,6 +183,18 @@ valid_neighbor_immigration_state_trigger = { NOT = { culture = { has_cultural_tradition = tradition_isolationist } } NOT = { faith = { has_doctrine = tenet_ethnic_religion } } } +valid_immigration_source_trigger = { + any_neighboring_county = { + NAND = { + this.culture = scope:source_county.culture + this.faith = scope:source_county.faith + } + } +} + + +#### These determine the triggers for support in generic support calculations + #support_of_a_culture_minority_in_county triggers county_specific_support_aspect_culture_trigger = { always = no diff --git a/WtWSMS/events/sea_minority_events.txt b/WtWSMS/events/_BP_events/sea_minority_events.txt similarity index 93% rename from WtWSMS/events/sea_minority_events.txt rename to WtWSMS/events/_BP_events/sea_minority_events.txt index 908bf76ff5..38b6595a86 100644 --- a/WtWSMS/events/sea_minority_events.txt +++ b/WtWSMS/events/_BP_events/sea_minority_events.txt @@ -778,3 +778,49 @@ minorities.1003 = { remove_variable = expelled_or_purged_peasants } } + +#A County Flips Culture/Religion because of immigration +minorities.9999 = { + type = character_event + title = minorities.9999.t + desc = { + desc = minorities.9999.desc_opening + triggered_desc = { + trigger = { NOT = { scope:target_county.culture = scope:old_culture } } + desc = minorities.9999.desc_culture + } + triggered_desc = { + trigger = { + NOT = { scope:target_county.culture = scope:old_culture } + NOT = { scope:target_county.faith = scope:old_faith } + } + desc = minorities.9999.space + } + triggered_desc = { + trigger = { NOT = { scope:target_county.faith = scope:old_faith } } + desc = minorities.9999.desc_faith + } + desc = minorities.9999.desc_01 + triggered_desc = { + trigger = { NOT = { scope:target_county.culture = scope:old_culture } } + desc = minorities.9999.desc_old_culture + } + triggered_desc = { + trigger = { + NOT = { scope:target_county.culture = scope:old_culture } + NOT = { scope:target_county.faith = scope:old_faith } + } + desc = minorities.9999.space + } + triggered_desc = { + trigger = { NOT = { scope:target_county.faith = scope:old_faith } } + desc = minorities.9999.desc_old_faith + } + desc = minorities.9999.desc_ending + } + + right_portrait = { character = scope:target_county.holder } + theme = default + + option = { name = minorities.9999.neutral } +} diff --git a/WtWSMS/localization/english/sea_minority_events_l_english.yml b/WtWSMS/localization/english/sea_minority_events_l_english.yml index 1afdb94fb5..99e48ffa78 100644 --- a/WtWSMS/localization/english/sea_minority_events_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_events_l_english.yml @@ -56,4 +56,15 @@ minority_faith_evangelization_title: "Religious Evangelization" minority_faith_evangelization_tt: "[source_county.GetProvince.GetCounty.GetFaith.GetAdjective] missionaries from [source_county.GetName] have established a religious community in [target_county.GetName]." + minorities.9999.t: "The [target_county.GetNameNoTooltip] Population Changes" + minorities.9999.desc_opening: "As time has passed the population of [target_county.GetName] has changed and a majority of the people are " + minorities.9999.desc_faith: "[target_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" + minorities.9999.desc_culture: "[target_county.GetProvince.GetCounty.GetCulture.GetName]" + minorities.9999.space: " " + minorities.9999.desc_01: ", leaving a substantial minority of " + minorities.9999.desc_old_faith: "[old_faith.GetAdherentNamePlural]" + minorities.9999.desc_old_culture: "[old_culture.GetName]" + minorities.9999.desc_ending: ". Time will tell if this will lead to more or less friction." + minorities.9999.neutral: "When the new meets the old, it always ends the ancient ways." + ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 2606bd4e71..eb1d600cc3 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -39,7 +39,6 @@ IN PROGRESS: ----------------------------------------------------------------- * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values -* High dev counties should slowly promote minorities in neighboring lower-dev counties to represent population overflow * Strong believers should influence continuation of minority faiths in some manner From 2e6d83e8de9b3c0acb1932cc7cfb2dca480ca207 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 14:56:34 -0400 Subject: [PATCH 038/339] Exclude Taoism from Indian pluralism trigger --- .../sea_minority_culture_values.txt | 18 ++++----------- .../sea_minority_triggers.txt | 22 +++++++++++++++++-- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 415dfcca41..a1544e2641 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -142,14 +142,9 @@ number_of_faith_minorities_in_county_weighted = { every_in_list = { variable = faith_minorities_small if = { #Indian faiths support greater plurality - limit = { scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } } + limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan - limit = { - OR = { - scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } - scope:the_county_temp.faith = { has_doctrine = eastern_pagan_hostility_doctrine } - } - } + limit = { scope:the_county_temp.faith = { is_valid_dharmic_minority_cost_trigger = yes } } add = 0.67 } else = { add = 1 } #Non-Dharmic case @@ -164,14 +159,9 @@ number_of_faith_minorities_in_county_weighted = { every_in_list = { variable = faith_minorities_large if = { #Indian faiths support greater plurality - limit = { scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } } + limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan - limit = { - OR = { - scope:the_county_temp.faith = { has_doctrine = eastern_hostility_doctrine } - scope:the_county_temp.faith = { has_doctrine = eastern_pagan_hostility_doctrine } - } - } + limit = { scope:the_county_temp.faith = { is_valid_dharmic_minority_cost_trigger = yes } } add = 1.34 } else = { add = 2 } #Non-Dharmic case diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 4901ce719d..f734bac272 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -145,6 +145,26 @@ county_has_specific_minority_culture_trigger = { ##### Changed from Vanilla vvvvv ### These are meant to overwritten liberally when integrated into other mods + +### General triggers +is_dharmic_faith_trigger = { + OR = { + religion = religion:buddhism_religion + religion = religion:hinduism_religion + religion = religion:jainism_religion + } +} +is_valid_dharmic_minority_cost_trigger = { + OR = { + is_dharmic_faith_trigger = yes + religion = religion:bon_religion + religion = religion:tani_religion + religion = religion:mundhum_religion + religion = religion:qiangic_religion + religion = religion:zunism_religion + religion = religion:munda_religion + } +} is_valid_immigration_target_county_trigger = { #county scope culture = { NOT = { has_cultural_tradition = tradition_isolationist } } faith = { NOT = { has_doctrine = tenet_ethnic_religion } } @@ -191,8 +211,6 @@ valid_immigration_source_trigger = { } } } - - #### These determine the triggers for support in generic support calculations #support_of_a_culture_minority_in_county triggers From dfe997916361b213a65517cc23f6e58b72276f27 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:02:01 -0400 Subject: [PATCH 039/339] Add some new county-specific items to general code --- .../sea_minority_culture_values.txt | 4 ++-- .../sea_minority_culture_values_generic.txt | 18 ++++++++++++++---- .../sea_minority_triggers.txt | 10 ++++++++-- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index a1544e2641..97f88b140d 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -142,7 +142,7 @@ number_of_faith_minorities_in_county_weighted = { every_in_list = { variable = faith_minorities_small if = { #Indian faiths support greater plurality - limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } + limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } } if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan limit = { scope:the_county_temp.faith = { is_valid_dharmic_minority_cost_trigger = yes } } add = 0.67 @@ -159,7 +159,7 @@ number_of_faith_minorities_in_county_weighted = { every_in_list = { variable = faith_minorities_large if = { #Indian faiths support greater plurality - limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } + limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } } if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan limit = { scope:the_county_temp.faith = { is_valid_dharmic_minority_cost_trigger = yes } } add = 1.34 diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index b839d285e0..758fc4e0e4 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -139,10 +139,15 @@ support_of_a_minority_culture_generic = { add = minority_always_supported_value #Even more-so than the "Always Supported" } } - if = { #Specific factors about the county - limit = { county_specific_support_aspect_culture_trigger = yes } + #Specific factors about the county + if = { + limit = { county_specific_large_support_culture_trigger = yes } add = large_minority_support_value } + if = { + limit = { county_specific_small_support_culture_trigger = yes } + add = small_minority_support_value + } } #Generic Item Specific Effects scope:the_culture = { @@ -245,10 +250,15 @@ support_of_a_minority_faith_generic = { add = minority_always_supported_value #Even more-so than the "Always Supported" } } - if = { #Specific factors about the county - limit = { county_specific_support_aspect_faith_trigger = yes } + #Specific factors about the county + if = { + limit = { county_specific_large_support_faith_trigger = yes } add = large_minority_support_value } + if = { + limit = { county_specific_small_support_faith_trigger = yes } + add = small_minority_support_value + } } #Generic Item Specific Effects scope:the_faith = { diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index f734bac272..8d03fa01bd 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -214,7 +214,10 @@ valid_immigration_source_trigger = { #### These determine the triggers for support in generic support calculations #support_of_a_culture_minority_in_county triggers -county_specific_support_aspect_culture_trigger = { +county_specific_large_support_culture_trigger = { #target_county scope + always = no +} +county_specific_small_support_culture_trigger = { #target_county scope always = no } large_minority_support_culture_aspect_trigger = { #culture scope @@ -258,9 +261,12 @@ minority_always_supported_culture_aspect_trigger = { #culture scope } } #support_of_a_faith_minority_in_county triggers -county_specific_support_aspect_faith_trigger = { #county scope +county_specific_large_support_faith_trigger = { #target_county scope any_barony = { is_holy_site_of = scope:the_faith } } +county_specific_small_support_faith_trigger = { #target_county scope + always = no +} large_minority_support_faith_aspect_trigger = { #faith scope always = no } From c3a47aace845da448cbfd1496db07383c0c7e829 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:09:41 -0400 Subject: [PATCH 040/339] Some county-specific support values Zealous people and coast counties give a bit of support to small minorities --- .../common/scripted_triggers/sea_minority_triggers.txt | 10 ++++++++-- _developer_documentation/_BP_design.info | 2 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 8d03fa01bd..93b2d260e4 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -218,7 +218,8 @@ county_specific_large_support_culture_trigger = { #target_county scope always = no } county_specific_small_support_culture_trigger = { #target_county scope - always = no + #So that penninsulae and islands don't have small minorities die out (see Cyprus, Socotra) + is_coastal_county = yes } large_minority_support_culture_aspect_trigger = { #culture scope #Colonizers/Hellenizers: Equivalent to having a large minority next to you @@ -265,7 +266,12 @@ county_specific_large_support_faith_trigger = { #target_county scope any_barony = { is_holy_site_of = scope:the_faith } } county_specific_small_support_faith_trigger = { #target_county scope - always = no + OR = { + #A zealous people supports keeping small minorities around a bit longer + culture = { has_cultural_tradition = tradition_zealous_people } + #So that penninsulae and islands don't have small minorities die out (see Cyprus, Socotra) + is_coastal_county = yes + } } large_minority_support_faith_aspect_trigger = { #faith scope always = no diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index eb1d600cc3..26f5cf1de0 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -40,8 +40,6 @@ IN PROGRESS: * Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values -* Strong believers should influence continuation of minority faiths in some manner - * Add new game concepts for things like capacity * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces From 2de1c25fbe97515817ccb3d937ac4f8aa0c332f2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:29:03 -0400 Subject: [PATCH 041/339] Added some additional general triggers --- .../sea_minority_triggers.txt | 41 +------------- .../sea_minority_triggers_generic.txt | 53 +++++++++++++++++++ 2 files changed, 55 insertions(+), 39 deletions(-) diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 93b2d260e4..5578f84980 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -242,24 +242,7 @@ small_minority_support_culture_aspect_trigger = { #culture scope } } minority_always_supported_culture_aspect_trigger = { #culture scope - #Vanilla conditions - OR = { - has_cultural_tradition = tradition_diasporic - AND = { - #Konchinim - OR = { - $THE_COUNTY$ = title:c_kerala - $THE_COUNTY$ = title:c_venadu - $THE_COUNTY$ = title:c_alupa - } - scope:the_culture = culture:kochinim - } - #Parsees - AND = { - $THE_COUNTY$ = title:c_daman - scope:the_culture = culture:persian - } - } + minority_always_supported_culture_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } } #support_of_a_faith_minority_in_county triggers county_specific_large_support_faith_trigger = { #target_county scope @@ -280,26 +263,6 @@ small_minority_support_faith_aspect_trigger = { #faith scope always = no } minority_always_supported_faith_aspect_trigger = { #faith scope - #Vanilla conditions - OR = { - AND = { - this.religion = religion:judaism_religion - NOT = { scope:target_county.religion = religion:judaism_religion } - } - AND = { - #Konchinim - OR = { - $THE_COUNTY$ = title:c_kerala - $THE_COUNTY$ = title:c_venadu - $THE_COUNTY$ = title:c_alupa - } - scope:the_faith = faith:malabarism - } - #Parsees - AND = { - $THE_COUNTY$ = title:c_daman - scope:the_faith = faith:mazdayasna - } - } + minority_always_supported_faith_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } } ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt index 692b614ea5..88b8b3064a 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt @@ -9,4 +9,57 @@ county_has_a_minority_with_type_and_size_trigger = { } } } +} +### Unlikely to need to be overwritten, unless people remove certain faiths/religions +minority_always_supported_faith_aspect_generic_trigger = { #faith scope + #Vanilla conditions + OR = { + AND = { + this.religion = religion:judaism_religion + NOT = { scope:target_county.religion = religion:judaism_religion } + } + #Konchinim + AND = { + OR = { + $THE_COUNTY$ = title:c_kerala + $THE_COUNTY$ = title:c_venadu + $THE_COUNTY$ = title:c_alupa + } + scope:the_faith = faith:malabarism + } + #Yazidis + AND = { + OR = { + $THE_COUNTY$ = title:c_ninive + $THE_COUNTY$ = title:c_nasibin + $THE_COUNTY$ = title:c_sinjar + } + scope:the_faith = faith:yazidi + } + #Parsees + AND = { + $THE_COUNTY$ = title:c_daman + scope:the_faith = faith:mazdayasna + } + } +} +minority_always_supported_culture_aspect_generic_trigger = { + #Vanilla conditions + OR = { + has_cultural_tradition = tradition_diasporic + AND = { + #Konchinim + OR = { + $THE_COUNTY$ = title:c_kerala + $THE_COUNTY$ = title:c_venadu + $THE_COUNTY$ = title:c_alupa + } + scope:the_culture = culture:kochinim + } + #Parsees + AND = { + $THE_COUNTY$ = title:c_daman + scope:the_culture = culture:persian + } + } } \ No newline at end of file From cb9301bbca3670262c5359545e8abc2d84ec53b2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:38:15 -0400 Subject: [PATCH 042/339] Reorganize documentation & code generalization --- .../on_action/sea_minority_on_actions.txt | 142 ++++++++++-------- .../sea_minority_culture_values_generic.txt | 3 + 2 files changed, 83 insertions(+), 62 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 00c428427b..62c7b6c042 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -1,4 +1,77 @@ - +#### Minority Culture/Faith spread/growth/decline #### +#===================================================== +# Difference from "Cultural and Religious Minorities" is that we utilize quasi-cellular automata +# rules similar to "Conway's Game of Life" to provide a marginally better model in which +# cultures will not spread out overly far from existing concentrations of minorities. +# +#### How many minorities per county? #### +#---------------------------------------- +# Every county can support minorities as a function of its development; We will utilize the Lucas +# Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] +# +# 1, 3, 4, 7, 11, 18, 29, 47, 76 ... +# +# 01: 1 minority +# 04: 2 minorities +# 07: 3 minorities +# 11: 4 minorities +# 18: 5 minorities +# 29: 6 minorities +# 47: 7 minorities +# 76: 8 minorities +# +# Each list of culture and faith minorities will be kept separate +# +# We will assign a "small" minority a size of 1 and a large minority a size of 2. +# +# So development (urbanization) allows for greater minority presence. +# +# Certain faiths, ethos, and religions will influence how much of the capacity is used per minority. +# By default, Dharmic faiths use less capacity in majority-Dharmic counties, but this is modifiable +# +# Certain ethos (egalitarian) and religious attitudes (pluralism) will provide additional capacity, +# while their opposites (communal and fundamentalism) will reduce capacity. Every county has a +# minimum capacity of 1. +# +#### How do minorities disappear? #### +#------------------------------------- +# Every so often, a check will be made to see if minorities are being "fed", a measure of how much +# presence the minority has in neighbouring counties. If it is too low, the minority will be +# slated for removal. +# +# Certain combinations of traits, traditions, county features, &c. will impact how well fed +# a minority is. +# +# More frequently, a check is performed when the number of minorities exceeds the capacity of the +# county and removes the least supported minority. +# +#### Which minority disappears first? #### +#----------------------------------------- +# To determine which minority disappears, we will determine which are being "fed" from +# adjoining counties. +# * A minority population is always "fed" if it is next to a county where it is a majority +# population. +# * A minority population is fed if it has enough support. +# * Large minorities require at least 4 points of adjoining minorities +# * Adjoining large minorities are worth 2 +# * Small minorities require at least 2 points of adjoining minorities +# * Adjoining small minorities are worth 1 +# * Any minority that is underfed is at risk of disappearing. +# +# NB: Certain traditions (like Diasporic) and doctrines should imply a sorting within the underfed +# population. Diasporic Jewish populations long established themselves in Europe and Asia after +# all. +# +#### How do minorities spread? #### +#---------------------------------- +# Minorities spread either via target immigration (the target_county has spare minority capacity), +# or from conditions in a source_county (having an evangelical faith or a noticeable differential +# in development levels between neighbouring counties. +# +# Most effects will **not** let minorities become majorities in these on_actions. The following are +# exceptions: +# * do_outward_immigration (development differential-driven immigration) + yearly_global_pulse = { on_actions = { on_yearly_sea_minority_maintainance @@ -15,61 +88,6 @@ three_year_playable_pulse = { on_yearly_sea_minority_maintainance = { effect = { - #### Minority Culture/Faith spread/growth/decline #### - #===================================================== - # Difference from "Cultural and Religious Minorities" is that we utilize quasi-cellular automata - # rules similar to "Conway's Game of Life" to provide a marginally better model in which - # cultures will not spread out overly far from existing concentrations of minorities. - # - #### How many minorities per county? #### - #---------------------------------------- - # Every county can support minorities as a function of its development; We will utilize the Lucas - # Sequence Vn(1,−1) [the Lucas Numbers, a series related to the Fibonacci sequence] - # - # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... - # - # 01: 1 minority - # 04: 2 minorities - # 07: 3 minorities - # 11: 4 minorities - # 18: 5 minorities - # 29: 6 minorities - # 47: 7 minorities - # 76: 8 minorities - # - # NB: Each list of culture and faith minorities will be kept separate - # - # We will assign a "small" minority a size of 1 and a large minority a size of 2. - # - # So development (urbanization) allows for greater minority presence. - # - #### How do minorities disappear? #### - #------------------------------------- - # So long as the number of minorities do not exceed the development limits, the minorities should - # not disappear (think the various "relic" populations in various locales). Once this limit is - # exceeded, then we need to determine which minorities are being "fed" - # - #### Which minority disappears first? #### - #----------------------------------------- - # To determine which minority disappears, we will determine which are being "fed" from - # adjoining counties. - # * A minority population is always "fed" if it is next to a county where it is a majority - # population. - # * A minority population is fed if it has enough support. - # * Large minorities require at least 4 points of adjoining minorities - # * Adjoining large minorities are worth 2 - # * Small minorities require at least 2 points of adjoining minorities - # * Adjoining small minorities are worth 1 - # * Any minority that is underfed is at risk of disappearing. - # - # NB: Certain traditions (like Diasporic) and doctrines should imply a sorting within the underfed - # population. Diasporic Jewish populations long established themselves in Europe and Asia after - # all. - # - #### How do minorities spread? #### - #---------------------------------- - # When a county has fewer minorities than its capacity, it should randomly get a minority from an - # adjoining county. For now, let the selection be truly random. every_county = { this = { save_scope_as = target_county } @@ -164,7 +182,7 @@ do_culture_reduction = { effect = { scope:target_county = { demote_least_supported_minority_effect = { CULTURE_OR_FAITH = culture } - set_variable = { name = recently_demoted_culture days = 1826 } #To keep things from dropping *too* fast + set_variable = { name = recently_demoted_culture years = years_between_over_capacity_reduction_events } } } } @@ -172,7 +190,7 @@ do_culture_minority_underfed = { effect = { scope:target_county = { demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = culture } - set_variable = { name = recently_checked_underfed_culture years = 10 } + set_variable = { name = recently_checked_underfed_culture years = years_between_general_events } } } } @@ -180,7 +198,7 @@ do_faith_reduction = { effect = { scope:target_county = { demote_least_supported_minority_effect = { CULTURE_OR_FAITH = faith } - set_variable = { name = recently_demoted_faith days = 1826 } #To keep things from dropping *too* fast + set_variable = { name = recently_demoted_faith years = years_between_over_capacity_reduction_events } } } } @@ -188,7 +206,7 @@ do_faith_minority_underfed = { effect = { scope:target_county = { demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = faith } - set_variable = { name = recently_checked_underfed_faith years = 10 } + set_variable = { name = recently_checked_underfed_faith years = years_between_general_events } } } } @@ -245,13 +263,13 @@ on_yearly_sea_majority_maintainance = { do_outward_immigration = { effect = { outward_immigration_effect = yes - set_variable = { name = recently_emmigrated years = 10 } + set_variable = { name = recently_emmigrated years = years_between_general_events } } } do_faith_evangelization = { effect = { evangelization_effect = yes - set_variable = { name = recently_evangelized_faith years = 10 } + set_variable = { name = recently_evangelized_faith years = years_between_general_events } } } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index 758fc4e0e4..272df16a94 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -15,6 +15,9 @@ small_minority_cost_value = 2 #small minority, large minority, majority; script value in case we want to change this number_of_minority_levels = 3 +years_between_general_events = 10 +years_between_over_capacity_reduction_events = 5 + #Each level of development in pluralist/egalitarian counties increases faith/culture capacity #by this much; an extra 2 capacity at full development level pluralistic_capacity_from_development = 0.25 From 023b9390957a6237c16d8e24354f0d52ff453e57 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 16:30:34 -0400 Subject: [PATCH 043/339] Make minority county flip possible * Only occurs in cases like exclaves or long-term habitation by minorities because of support value math. --- .../on_action/sea_minority_on_actions.txt | 40 +++++++ .../sea_minority_culture_values.txt | 5 + .../scripted_effects/sea_minority_effects.txt | 112 +++++++++++++++++- .../sea_minority_triggers_generic.txt | 6 +- .../events/_BP_events/sea_minority_events.txt | 45 +++++++ .../english/sea_minority_events_l_english.yml | 28 ++++- _developer_documentation/_BP_design.info | 1 - 7 files changed, 228 insertions(+), 9 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 62c7b6c042..66d870079f 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -231,6 +231,34 @@ on_yearly_sea_majority_maintainance = { } } + ### Minority Growth + if = { + limit = { + this.number_of_culture_minorities_in_county > 0 + NOT = { has_variable = recently_grew_minority } + } + random = { + chance = chance_of_majority_growth_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_culture_minority_growth + } + } + } + if = { + limit = { + this.number_of_faith_minorities_in_county > 0 + NOT = { has_variable = recently_grew_minority } + } + random = { + chance = chance_of_majority_growth_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_faith_minority_growth + } + } + } + ### Faith Evangelization if = { limit = { @@ -272,6 +300,18 @@ do_faith_evangelization = { set_variable = { name = recently_evangelized_faith years = years_between_general_events } } } +do_culture_minority_growth = { + effect = { + minority_growth_effect = { CULTURE_OR_FAITH = culture } + set_variable = { name = recently_grew_minority years = years_between_general_events } + } +} +do_faith_minority_growth = { + effect = { + minority_growth_effect = { CULTURE_OR_FAITH = faith } + set_variable = { name = recently_grew_minority years = years_between_general_events } + } +} ##### VANILLA BELOW HERE ##### diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 97f88b140d..a221e7598d 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -35,6 +35,7 @@ chance_of_faith_minority_underfed_event_per_year = 2.73 chance_of_faith_majority_evangelization_event_per_year = 2.73 +chance_of_majority_growth_event_per_year = 1.38 chance_of_outward_immigration_event_per_year = 2.73 #Other Script Values @@ -172,6 +173,10 @@ number_of_faith_minorities_in_county_weighted = { } floor = yes #Because of fractional Dharmic values } + +### Minority Supports +#Note that the values are less than zero to keep the ordering algorithms simple + #Culture Support Determination support_of_a_culture_minority_in_county = { this = { save_temporary_scope_as = the_culture } diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 62f15931e2..98eca8b016 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -794,7 +794,7 @@ outward_immigration_effect = { scope:source_county.faith = scope:target_county.faith } } - notify_characters_of_county_change_effect = { + notify_characters_of_county_change_immigration_effect = { THE_SOURCE_COUNTY = scope:source_county THE_TARGET_COUNTY = scope:target_county } @@ -809,6 +809,69 @@ outward_immigration_effect = { } } } +minority_growth_effect = { + scope:source_county = { + #Growth implies that it could flip naturally, so include the actual counties culture/faith as well + this.$CULTURE_OR_FAITH$ = { add_to_temporary_list = growing_minority } + if = { + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_small add_to_temporary_list = potential_items } + } + if = { + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } + } + + #Get only the minorities that are growing + every_in_list = { + list = potential_items + if = { + limit = { this.support_of_a_$CULTURE_OR_FAITH$_minority_in_county < 0 } + add_to_temporary_list = growing_minority + } + } + + #Get the fastest growing minority + ordered_in_list = { + list = growing_minority + order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county + position = 0 + save_scope_as = candidate_minority_to_promote + } + + #If the fastest growing minority **is** the majority, we remove it from the list and + # pick again, using promote_minority_but_not_to_majority_effect; otherwise use + # promote_minority_effect (conditions have changed that the minority should flip this time) + if = { + limit = { scope:source_county.$CULTURE_OR_FAITH$ = scope:candidate_minority_to_promote } + scope:candidate_minority_to_promote = { remove_from_list = growing_minority } + ordered_in_list = { + list = growing_minority + order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county + position = 0 + save_scope_as = candidate_minority_to_promote + } + promote_minority_but_not_to_majority_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = scope:candidate_minority_to_promote + } + notify_characters_of_minority_growth_effect = { + THE_SOURCE_COUNTY = scope:source_county + EVENT_TITLE = minority_$CULTURE_OR_FAITH$_growing_title + EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_growing_tt + } + } + else = { + this.culture = { save_scope_as = old_culture } + this.faith = { save_scope_as = old_faith } + promote_minority_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = scope:candidate_minority_to_promote + } + notify_characters_of_county_change_growth_effect = { THE_SOURCE_COUNTY = scope:source_county } + } + } +} #Requires scope:source_county evangelization_effect = { scope:source_county = { @@ -1045,7 +1108,32 @@ notify_characters_of_minority_immigration_effect = { } } } -notify_characters_of_county_change_effect = { +notify_characters_of_minority_growth_effect = { + $THE_SOURCE_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + send_interface_toast = { + type = event_generic_neutral + title = $EVENT_TITLE$ + custom_tooltip = $EVENT_TOOLTIP$ + right_icon = $THE_SOURCE_COUNTY$ + } + } +} +notify_characters_of_county_change_immigration_effect = { $THE_SOURCE_COUNTY$.holder = { add_to_temporary_list = characters_to_notify top_liege = { @@ -1073,6 +1161,26 @@ notify_characters_of_county_change_effect = { } } + every_in_local_list = { + list = characters_to_notify + trigger_event = { id = minorities.9998 } + } +} +notify_characters_of_county_change_growth_effect = { + $THE_SOURCE_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + every_in_local_list = { list = characters_to_notify trigger_event = { id = minorities.9999 } diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt index 88b8b3064a..9081c3b489 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt @@ -46,7 +46,11 @@ minority_always_supported_faith_aspect_generic_trigger = { #faith scope minority_always_supported_culture_aspect_generic_trigger = { #Vanilla conditions OR = { - has_cultural_tradition = tradition_diasporic + #Diasporic should only support minorities existing, not majorities + AND = { + has_cultural_tradition = tradition_diasporic + NOT = { $THE_COUNTY$.culture = this } + } AND = { #Konchinim OR = { diff --git a/WtWSMS/events/_BP_events/sea_minority_events.txt b/WtWSMS/events/_BP_events/sea_minority_events.txt index 38b6595a86..21831aa93d 100644 --- a/WtWSMS/events/_BP_events/sea_minority_events.txt +++ b/WtWSMS/events/_BP_events/sea_minority_events.txt @@ -780,6 +780,51 @@ minorities.1003 = { } #A County Flips Culture/Religion because of immigration +minorities.9998 = { + type = character_event + title = minorities.9998.t + desc = { + desc = minorities.9998.desc_opening + triggered_desc = { + trigger = { NOT = { scope:source_county.culture = scope:old_culture } } + desc = minorities.9998.desc_culture + } + triggered_desc = { + trigger = { + NOT = { scope:source_county.culture = scope:old_culture } + NOT = { scope:source_county.faith = scope:old_faith } + } + desc = minorities.9998.space + } + triggered_desc = { + trigger = { NOT = { scope:source_county.faith = scope:old_faith } } + desc = minorities.9998.desc_faith + } + desc = minorities.9998.desc_01 + triggered_desc = { + trigger = { NOT = { scope:source_county.culture = scope:old_culture } } + desc = minorities.9998.desc_old_culture + } + triggered_desc = { + trigger = { + NOT = { scope:source_county.culture = scope:old_culture } + NOT = { scope:source_county.faith = scope:old_faith } + } + desc = minorities.9998.space + } + triggered_desc = { + trigger = { NOT = { scope:source_county.faith = scope:old_faith } } + desc = minorities.9998.desc_old_faith + } + desc = minorities.9998.desc_ending + } + + right_portrait = { character = scope:source_county.holder } + theme = default + + option = { name = minorities.9998.neutral } +} +#A County Flips Culture/Religion because of growth minorities.9999 = { type = character_event title = minorities.9999.t diff --git a/WtWSMS/localization/english/sea_minority_events_l_english.yml b/WtWSMS/localization/english/sea_minority_events_l_english.yml index 99e48ffa78..8c083cb884 100644 --- a/WtWSMS/localization/english/sea_minority_events_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_events_l_english.yml @@ -52,19 +52,37 @@ minority_faith_disappeared_title: "Disappearing Religious Minority" minority_faith_disappeared_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." + #Minority Growth + minority_culture_growing_title: "Growing Cultural Minority" + minority_culture_growing_tt: "The [candidate_minority_to_promote.GetName] community in [source_county.GetName] has grown noticeably as of late, further reinforcing their presence." + minority_faith_growing_title: "Growing Religious Minority" + minority_faith_growing_tt: "The [candidate_minority_to_promote.GetAdjective] community in [source_county.GetName] has grown noticeably as of late, further reinforcing their presence." + #Evangelization minority_faith_evangelization_title: "Religious Evangelization" minority_faith_evangelization_tt: "[source_county.GetProvince.GetCounty.GetFaith.GetAdjective] missionaries from [source_county.GetName] have established a religious community in [target_county.GetName]." - minorities.9999.t: "The [target_county.GetNameNoTooltip] Population Changes" - minorities.9999.desc_opening: "As time has passed the population of [target_county.GetName] has changed and a majority of the people are " - minorities.9999.desc_faith: "[target_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" - minorities.9999.desc_culture: "[target_county.GetProvince.GetCounty.GetCulture.GetName]" + #Actual Events + #County flips culture/religion because of immigration + minorities.9998.t: "The [target_county.GetNameNoTooltip] Population Changes" + minorities.9998.desc_opening: "As time has passed the population of [target_county.GetName] has changed on account of immigration from [source_county.GetName] and a majority of the people now are " + minorities.9998.desc_faith: "[target_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" + minorities.9998.desc_culture: "[target_county.GetProvince.GetCounty.GetCulture.GetName]" + minorities.9998.space: " " + minorities.9998.desc_01: ", leaving a substantial minority of " + minorities.9998.desc_old_faith: "[old_faith.GetAdherentNamePlural]" + minorities.9998.desc_old_culture: "[old_culture.GetName]" + minorities.9998.desc_ending: ". Time will tell if this will lead to more or less friction." + minorities.9998.neutral: "When the new meets the old, it always ends the ancient ways." + #County flips culture/religion because of natural growth + minorities.9999.t: "The [source_county.GetNameNoTooltip] Population Changes" + minorities.9999.desc_opening: "As time has passed the population of [source_county.GetName] has changed and a majority of the people now are " + minorities.9999.desc_faith: "[source_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" + minorities.9999.desc_culture: "[source_county.GetProvince.GetCounty.GetCulture.GetName]" minorities.9999.space: " " minorities.9999.desc_01: ", leaving a substantial minority of " minorities.9999.desc_old_faith: "[old_faith.GetAdherentNamePlural]" minorities.9999.desc_old_culture: "[old_culture.GetName]" minorities.9999.desc_ending: ". Time will tell if this will lead to more or less friction." minorities.9999.neutral: "When the new meets the old, it always ends the ancient ways." - ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 26f5cf1de0..f3ec7d22a5 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,7 +37,6 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Cultural/religious exclaves should flip passively * Review councillor minority conversion/promotion values * Add new game concepts for things like capacity From be04b2430922869125914224014c8ea5c7309b59 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:54:39 -0400 Subject: [PATCH 044/339] More code standardization --- .../on_action/sea_minority_on_actions.txt | 90 ++- .../sea_minority_culture_values.txt | 17 +- .../sea_minority_culture_values_generic.txt | 20 +- .../scripted_effects/sea_minority_effects.txt | 648 ++++++------------ .../sea_minority_effects_generic.txt | 246 +++++++ .../sea_minority_triggers_generic.txt | 2 +- 6 files changed, 542 insertions(+), 481 deletions(-) create mode 100644 WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 66d870079f..31036921c5 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -174,39 +174,63 @@ do_immigration = { effect = { if = { limit = { scope:target_county = { is_valid_immigration_target_county_trigger = yes } } - immigration_effect = yes + inward_immigration_effect = { THE_TARGET_COUNTY = scope:target_county } } } } do_culture_reduction = { effect = { + demote_least_supported_minority_in_county_effect = { + CULTURE_OR_FAITH = culture + THE_COUNTY = scope:target_county + } scope:target_county = { - demote_least_supported_minority_effect = { CULTURE_OR_FAITH = culture } - set_variable = { name = recently_demoted_culture years = years_between_over_capacity_reduction_events } + set_variable = { + name = recently_demoted_culture + years = years_between_over_capacity_reduction_events + } } } } do_culture_minority_underfed = { effect = { + demote_an_underfed_minority_in_county_effect = { + CULTURE_OR_FAITH = culture + THE_COUNTY = scope:target_county + } scope:target_county = { - demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = culture } - set_variable = { name = recently_checked_underfed_culture years = years_between_general_events } + set_variable = { + name = recently_checked_underfed_culture + years = years_between_general_events + } } } } do_faith_reduction = { effect = { + demote_least_supported_minority_in_county_effect = { + CULTURE_OR_FAITH = faith + THE_COUNTY = scope:target_county + } scope:target_county = { - demote_least_supported_minority_effect = { CULTURE_OR_FAITH = faith } - set_variable = { name = recently_demoted_faith years = years_between_over_capacity_reduction_events } + set_variable = { + name = recently_demoted_faith + years = years_between_over_capacity_reduction_events + } } } } do_faith_minority_underfed = { effect = { + demote_an_underfed_minority_in_county_effect = { + CULTURE_OR_FAITH = faith + THE_COUNTY = scope:target_county + } scope:target_county = { - demote_an_underfed_minority_effect = { CULTURE_OR_FAITH = faith } - set_variable = { name = recently_checked_underfed_faith years = years_between_general_events } + set_variable = { + name = recently_checked_underfed_faith + years = years_between_general_events + } } } } @@ -290,26 +314,52 @@ on_yearly_sea_majority_maintainance = { } do_outward_immigration = { effect = { - outward_immigration_effect = yes - set_variable = { name = recently_emmigrated years = years_between_general_events } + outward_immigration_effect = { SOURCE_COUNTY = scope:source_county } + scope:source_county = { + set_variable = { + name = recently_emmigrated + years = years_between_general_events + } + } } } -do_faith_evangelization = { +do_culture_minority_growth = { effect = { - evangelization_effect = yes - set_variable = { name = recently_evangelized_faith years = years_between_general_events } + minority_growth_effect = { + CULTURE_OR_FAITH = culture + SOURCE_COUNTY = scope:source_county + } + scope:source_county = { + set_variable = { + name = recently_grew_minority + years = years_between_general_events + } + } } } -do_culture_minority_growth = { +do_faith_minority_growth = { effect = { - minority_growth_effect = { CULTURE_OR_FAITH = culture } - set_variable = { name = recently_grew_minority years = years_between_general_events } + minority_growth_effect = { + CULTURE_OR_FAITH = faith + SOURCE_COUNTY = scope:source_county + } + scope:source_county = { + set_variable = { + name = recently_grew_minority + years = years_between_general_events + } + } } } -do_faith_minority_growth = { +do_faith_evangelization = { effect = { - minority_growth_effect = { CULTURE_OR_FAITH = faith } - set_variable = { name = recently_grew_minority years = years_between_general_events } + evangelization_effect = { SOURCE_COUNTY = scope:source_county } + scope:source_county = { + set_variable = { + name = recently_evangelized_faith + years = years_between_general_events + } + } } } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index a221e7598d..e27d50e6d9 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -176,6 +176,7 @@ number_of_faith_minorities_in_county_weighted = { ### Minority Supports #Note that the values are less than zero to keep the ordering algorithms simple +#Also, presumes the scope `the_county` has been set #Culture Support Determination support_of_a_culture_minority_in_county = { @@ -196,9 +197,9 @@ support_of_a_faith_minority_in_county = { if = { limit = { OR = { - scope:target_county.culture = scope:the_faith.var:church_culture + scope:the_county.culture = scope:the_faith.var:church_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:target_county + ACTOR = scope:the_county TARGET_FAITH = scope:the_faith VARIABLE = church_culture } @@ -217,7 +218,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_large actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:target_county + ACTOR = scope:the_county TARGET_FAITH = scope:the_faith VARIABLE = church_culture } @@ -237,7 +238,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_small actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:target_county + ACTOR = scope:the_county TARGET_FAITH = scope:the_faith VARIABLE = church_culture } @@ -252,9 +253,9 @@ support_of_a_faith_minority_in_county = { if = { limit = { OR = { - scope:target_county.culture = scope:the_faith.var:ethnic_religion_culture + scope:the_county.culture = scope:the_faith.var:ethnic_religion_culture actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:target_county + ACTOR = scope:the_county TARGET_FAITH = scope:the_faith VARIABLE = ethnic_religion_culture } @@ -274,7 +275,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_large actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:target_county + ACTOR = scope:the_county TARGET_FAITH = this VARIABLE = ethnic_religion_culture } @@ -295,7 +296,7 @@ support_of_a_faith_minority_in_county = { any_in_list = { variable = culture_minorities_small actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { - ACTOR = scope:target_county + ACTOR = scope:the_county TARGET_FAITH = this VARIABLE = ethnic_religion_culture } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index 272df16a94..9b49c1b0ea 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -52,7 +52,7 @@ number_of_faith_minorities_in_county = { #Generic Pseudo-Template code for minority support #Culture Scope -#The general calculation for the "support" of a minority in a given target_county +#The general calculation for the "support" of a minority in a given the_county #Modders shouldn't tweak this unless they really want to change core functionality; changing # "support_of_a_culture_minority_in_county" in sea_minority_culture_values.txt is suggested instead. support_of_a_minority_culture_generic = { @@ -60,7 +60,7 @@ support_of_a_minority_culture_generic = { #Determine how much is needed to feed this minority if = { limit = { - scope:target_county = { + scope:the_county = { county_has_a_minority_with_type_and_size_trigger = { CULTURE_OR_FAITH = culture SIZE = large @@ -79,7 +79,7 @@ support_of_a_minority_culture_generic = { } if = { limit = { - scope:target_county = { + scope:the_county = { county_has_a_minority_with_type_and_size_trigger = { CULTURE_OR_FAITH = culture SIZE = small @@ -108,7 +108,7 @@ support_of_a_minority_culture_generic = { } } #Determine how much is supporting this minority - scope:target_county = { + scope:the_county = { every_neighboring_county = { if = { #County with a majority population limit = { this.culture = scope:the_culture } @@ -157,13 +157,13 @@ support_of_a_minority_culture_generic = { if = { limit = { large_minority_support_culture_aspect_trigger = yes } add = large_minority_support_value } if = { limit = { small_minority_support_culture_aspect_trigger = yes } add = small_minority_support_value } if = { - limit = { minority_always_supported_culture_aspect_trigger = { THE_COUNTY = scope:target_county } } + limit = { minority_always_supported_culture_aspect_trigger = { THE_COUNTY = scope:the_county } } add = minority_always_supported_value } } } #Faith Scope -#The general calculation for the "support" of a minority in a given target_county +#The general calculation for the "support" of a minority in a given the_county #Modders shouldn't tweak this unless they really want to change core functionality; changing # "support_of_a_faith_minority_in_county" in sea_minority_culture_values.txt is suggested instead. support_of_a_minority_faith_generic = { @@ -171,7 +171,7 @@ support_of_a_minority_faith_generic = { #Determine how much is needed to feed this minority if = { limit = { - scope:target_county = { + scope:the_county = { county_has_a_minority_with_type_and_size_trigger = { CULTURE_OR_FAITH = faith SIZE = large @@ -190,7 +190,7 @@ support_of_a_minority_faith_generic = { } if = { limit = { - scope:target_county = { + scope:the_county = { county_has_a_minority_with_type_and_size_trigger = { CULTURE_OR_FAITH = faith SIZE = small @@ -219,7 +219,7 @@ support_of_a_minority_faith_generic = { } } #Determine how much is supporting this minority - scope:target_county = { + scope:the_county = { every_neighboring_county = { if = { #County with a majority population limit = { this.faith = scope:the_faith } @@ -268,7 +268,7 @@ support_of_a_minority_faith_generic = { if = { limit = { large_minority_support_faith_aspect_trigger = yes } add = large_minority_support_value } if = { limit = { small_minority_support_faith_aspect_trigger = yes } add = small_minority_support_value } if = { - limit = { minority_always_supported_faith_aspect_trigger = { THE_COUNTY = scope:target_county } } + limit = { minority_always_supported_faith_aspect_trigger = { THE_COUNTY = scope:the_county } } add = minority_always_supported_value } } diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 98eca8b016..5362b63f85 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -578,126 +578,125 @@ notify_recipient_of_culture_migration_effect = { #This is done at a county scope # $CULTURE_OR_FAITH$: either "culture" or "faith" -demote_least_supported_minority_effect = { - if = { - limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } - every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_small add_to_temporary_list = potential_items } - } - if = { - limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } - every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } - } - - ordered_in_list = { - list = potential_items - order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county - position = 0 - save_scope_as = item_to_demote - } - - if = { - limit = { exists = scope:item_to_demote } - demote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:item_to_demote } - notify_characters_of_minority_reduction_effect = { - THE_TARGET_COUNTY = scope:target_county - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ +demote_least_supported_minority_in_county_effect = { + $THE_COUNTY$ = { save_scope_as = the_county } + $THE_COUNTY$ = { + if = { + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_small add_to_temporary_list = potential_items } + } + if = { + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } + } + + ordered_in_list = { + list = potential_items + order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county + position = 0 + save_scope_as = item_to_demote + } + + if = { + limit = { exists = scope:item_to_demote } + demote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:item_to_demote } + notify_characters_of_minority_reduction_effect = { + THE_TARGET_COUNTY = scope:target_county + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + } } } } #This is done at a county scope # $CULTURE_OR_FAITH$: either "culture" or "faith" -demote_an_underfed_minority_effect = { - if = { - limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } - every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_small add_to_temporary_list = potential_items } - } - if = { - limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } - every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } - } - - every_in_list = { - list = potential_items +demote_an_underfed_minority_in_county_effect = { + $THE_COUNTY$ = { save_scope_as = the_county } + $THE_COUNTY$ = { if = { - limit = { this.support_of_a_$CULTURE_OR_FAITH$_minority_in_county > 0 } - add_to_temporary_list = underfed_minority + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_small add_to_temporary_list = potential_items } } - } - - ordered_in_list = { - list = underfed_minority - order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county - position = 0 - save_scope_as = item_to_demote - } - if = { - limit = { exists = scope:item_to_demote } - demote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:item_to_demote } - notify_characters_of_minority_reduction_effect = { - THE_TARGET_COUNTY = scope:target_county - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + if = { + limit = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } + every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } + } + + every_in_list = { + list = potential_items + if = { + limit = { this.support_of_a_$CULTURE_OR_FAITH$_minority_in_county > 0 } + add_to_temporary_list = underfed_minority + } + } + + ordered_in_list = { + list = underfed_minority + order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county + position = 0 + save_scope_as = item_to_demote + } + if = { + limit = { exists = scope:item_to_demote } + demote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:item_to_demote } + notify_characters_of_minority_reduction_effect = { + THE_TARGET_COUNTY = $THE_COUNTY$ + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + } } } } #Requires scope:target_county -immigration_effect = { - scope:target_county = { - if = { +inward_immigration_effect = { + $THE_TARGET_COUNTY$ = { save_scope_as = the_county } + $THE_TARGET_COUNTY$ = { + random_neighboring_county = { limit = { NOT = { culture = scope:target_county.culture } NOT = { faith = scope:target_county.faith } valid_neighbor_immigration_state_trigger = yes } - random_neighboring_county = { - limit = { - NOT = { culture = scope:target_county.culture } - NOT = { faith = scope:target_county.faith } - valid_neighbor_immigration_state_trigger = yes - } - this = { save_scope_as = source_county } - } - #Carry out immigration iff it has some *actual* effect (as in, at least one of - #the source's culture/faith is not large - scope:target_county = { - if = { - limit = { - #AKA, at least one of large faith/culture minorities must not have the - #source county's faith/culture - OR = { - county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = culture - SIZE = large - TARGET = scope:source_county.culture - } - county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = faith - SIZE = large - TARGET = scope:source_county.faith - } - } - } - promote_minority_but_not_to_majority_effect = { - ITEM = scope:source_county.faith - CULTURE_OR_FAITH = faith - } - promote_minority_but_not_to_majority_effect = { - ITEM = scope:source_county.culture + this = { save_scope_as = source_county } + } + #Carry out immigration iff it has some *actual* effect (as in, at least one of + #the source's culture/faith is not large + if = { + limit = { + exists = scope:source_county + #AKA, at least one of large faith/culture minorities must not have the + #source county's faith/culture + OR = { + county_has_a_minority_with_type_and_size_trigger = { CULTURE_OR_FAITH = culture + SIZE = large + TARGET = scope:source_county.culture } - notify_characters_of_minority_immigration_effect = { - THE_SOURCE_COUNTY = scope:source_county - THE_TARGET_COUNTY = scope:target_county - EVENT_TITLE = minority_immigration_title - EVENT_TOOLTIP = minority_immigration_tt + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:source_county.faith } } } + promote_minority_but_not_to_majority_effect = { + ITEM = scope:source_county.faith + CULTURE_OR_FAITH = faith + } + promote_minority_but_not_to_majority_effect = { + ITEM = scope:source_county.culture + CULTURE_OR_FAITH = culture + } + notify_characters_of_minority_immigration_effect = { + THE_SOURCE_COUNTY = scope:source_county + THE_TARGET_COUNTY = $THE_TARGET_COUNTY$ + EVENT_TITLE = minority_immigration_title + EVENT_TOOLTIP = minority_immigration_tt + } } } } #Requires scope:source_county outward_immigration_effect = { - scope:source_county = { + $SOURCE_COUNTY$ = { random_neighboring_county = { limit = { NAND = { @@ -709,108 +708,112 @@ outward_immigration_effect = { } } - #Odds of immigration actually happening depends on differential in county development - random = { - chance = 100 - modifier = { - factor = 0.90 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 90 - } - } - modifier = { - factor = 0.80 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 80 + if = { + limit = { exists = scope:target_county } + #Odds of immigration actually happening depends on differential in county development + random = { + chance = 100 + modifier = { + factor = 0.90 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 90 + } } - } - modifier = { - factor = 0.70 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 70 + modifier = { + factor = 0.80 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 80 + } } - } - modifier = { - factor = 0.60 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 60 + modifier = { + factor = 0.70 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 70 + } } - } - modifier = { - factor = 0.50 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 50 + modifier = { + factor = 0.60 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 60 + } } - } - modifier = { - factor = 0.40 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 40 + modifier = { + factor = 0.50 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 50 + } } - } - modifier = { - factor = 0.30 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 30 + modifier = { + factor = 0.40 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 40 + } } - } - modifier = { - factor = 0.20 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 20 + modifier = { + factor = 0.30 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 30 + } } - } - modifier = { - factor = 0.10 - scope:source_county.development_level.compare_value < { - value = scope:target_county.development_level - add = 10 + modifier = { + factor = 0.20 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 20 + } } - } - modifier = { - factor = 0 - scope:source_county.development_level.compare_value < scope:target_county.development_level - } - ### Actual immigration effect here ### - scope:target_county = { - this.faith = { save_scope_as = old_faith } - this.culture = { save_scope_as = old_culture } - promote_minority_effect = { CULTURE_OR_FAITH = culture ITEM = scope:source_county.culture } - promote_minority_effect = { CULTURE_OR_FAITH = faith ITEM = scope:source_county.faith } - } - #Determine the message to use - if = { - limit = { - OR = { - scope:source_county.culture = scope:target_county.culture - scope:source_county.faith = scope:target_county.faith + modifier = { + factor = 0.10 + $SOURCE_COUNTY$.development_level.compare_value < { + value = scope:target_county.development_level + add = 10 } } - notify_characters_of_county_change_immigration_effect = { - THE_SOURCE_COUNTY = scope:source_county - THE_TARGET_COUNTY = scope:target_county + modifier = { + factor = 0 + $SOURCE_COUNTY$.development_level.compare_value < scope:target_county.development_level } - } - else = { - notify_characters_of_minority_immigration_effect = { - THE_SOURCE_COUNTY = scope:source_county - THE_TARGET_COUNTY = scope:target_county - EVENT_TITLE = minority_immigration_title - EVENT_TOOLTIP = minority_immigration_tt + ### Actual immigration effect here ### + scope:target_county = { + this.faith = { save_scope_as = old_faith } + this.culture = { save_scope_as = old_culture } + promote_minority_effect = { CULTURE_OR_FAITH = culture ITEM = $SOURCE_COUNTY$.culture } + promote_minority_effect = { CULTURE_OR_FAITH = faith ITEM = $SOURCE_COUNTY$.faith } + } + #Determine the message to use + if = { + limit = { + OR = { + $SOURCE_COUNTY$.culture = scope:target_county.culture + $SOURCE_COUNTY$.faith = scope:target_county.faith + } + } + notify_characters_of_county_change_immigration_effect = { + THE_SOURCE_COUNTY = $SOURCE_COUNTY$ + THE_TARGET_COUNTY = scope:target_county + } + } + else = { + notify_characters_of_minority_immigration_effect = { + THE_SOURCE_COUNTY = $SOURCE_COUNTY$ + THE_TARGET_COUNTY = scope:target_county + EVENT_TITLE = minority_immigration_title + EVENT_TOOLTIP = minority_immigration_tt + } } } } } minority_growth_effect = { - scope:source_county = { + $SOURCE_COUNTY$ = { save_scope_as = the_county } + $SOURCE_COUNTY$ = { #Growth implies that it could flip naturally, so include the actual counties culture/faith as well this.$CULTURE_OR_FAITH$ = { add_to_temporary_list = growing_minority } if = { @@ -843,7 +846,10 @@ minority_growth_effect = { # pick again, using promote_minority_but_not_to_majority_effect; otherwise use # promote_minority_effect (conditions have changed that the minority should flip this time) if = { - limit = { scope:source_county.$CULTURE_OR_FAITH$ = scope:candidate_minority_to_promote } + limit = { + exists = scope:candidate_minority_to_promote + $SOURCE_COUNTY$.$CULTURE_OR_FAITH$ = scope:candidate_minority_to_promote + } scope:candidate_minority_to_promote = { remove_from_list = growing_minority } ordered_in_list = { list = growing_minority @@ -856,35 +862,37 @@ minority_growth_effect = { ITEM = scope:candidate_minority_to_promote } notify_characters_of_minority_growth_effect = { - THE_SOURCE_COUNTY = scope:source_county + THE_SOURCE_COUNTY = $SOURCE_COUNTY$ EVENT_TITLE = minority_$CULTURE_OR_FAITH$_growing_title EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_growing_tt } } - else = { + else_if = { + limit = { exists = scope:candidate_minority_to_promote } this.culture = { save_scope_as = old_culture } this.faith = { save_scope_as = old_faith } promote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:candidate_minority_to_promote } - notify_characters_of_county_change_growth_effect = { THE_SOURCE_COUNTY = scope:source_county } + notify_characters_of_county_change_growth_effect = { THE_SOURCE_COUNTY = $SOURCE_COUNTY$ } } + #else, do nothing (growing_minority list is empty) } } #Requires scope:source_county evangelization_effect = { - scope:source_county = { + $SOURCE_COUNTY$ = { if = { limit = { any_neighboring_county = { - NOT = { faith = scope:source_county.faith } + NOT = { faith = $SOURCE_COUNTY$.faith } faith = { is_valid_evangelizing_target_faith_trigger = yes } } } random_neighboring_county = { limit = { - NOT = { faith = scope:source_county.faith } + NOT = { faith = $SOURCE_COUNTY$.faith } faith = { is_valid_evangelizing_target_faith_trigger = yes } } ### WtWSMS Autocephaly Weights vvv @@ -893,25 +901,25 @@ evangelization_effect = { #Autocephaly should restrict targeting modifier = { factor = 2 - scope:source_county.faith = { has_doctrine = tenet_autocephaly } + $SOURCE_COUNTY$.faith = { has_doctrine = tenet_autocephaly } actor_is_faith_culture_or_child_culture_for_cultural_religions_trigger = { ACTOR = this - TARGET = scope:source_county + TARGET = $SOURCE_COUNTY$ VARIABLE = church_culture } } modifier = { #Don't commingle autocephalous churches factor = 0 - scope:source_county.faith = { has_doctrine = tenet_autocephaly } + $SOURCE_COUNTY$.faith = { has_doctrine = tenet_autocephaly } this.faith = { has_doctrine = tenet_autocephaly } } modifier = { #Don't proselytize autocephalous churches to unrelated cultures factor = 0 - scope:source_county.faith = { has_doctrine = tenet_autocephaly } + $SOURCE_COUNTY$.faith = { has_doctrine = tenet_autocephaly } NOT = { actor_is_faith_culture_or_child_culture_for_cultural_religions_trigger = { ACTOR = this - TARGET = scope:source_county + TARGET = $SOURCE_COUNTY$ VARIABLE = church_culture } } @@ -922,14 +930,17 @@ evangelization_effect = { } #Carry out evangelization if = { - limit = { NOT = { scope:source_county.faith = scope:target_county.faith } } + limit = { + exists = scope:target_county + NOT = { $SOURCE_COUNTY$.faith = scope:target_county.faith } + } scope:target_county = { promote_minority_but_not_to_majority_effect = { - ITEM = scope:source_county.faith + ITEM = $SOURCE_COUNTY$.faith CULTURE_OR_FAITH = faith } notify_characters_of_minority_immigration_effect = { - THE_SOURCE_COUNTY = scope:source_county + THE_SOURCE_COUNTY = $SOURCE_COUNTY$ THE_TARGET_COUNTY = scope:target_county EVENT_TITLE = minority_faith_evangelization_title EVENT_TOOLTIP = minority_faith_evangelization_tt @@ -939,251 +950,4 @@ evangelization_effect = { } } } - -### General Routines - -#This is done at a county scope -# $ITEM$ = a scoped faith or culture -# $CULTURE_OR_FAITH$: either "culture" or "faith" -promote_minority_but_not_to_majority_effect = { - if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_small - is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } - } - add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } - } - #Large minorities should not become majorities - else_if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_large - is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } - } - } - else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } -} -# County scope -# $ITEM$ = a scoped faith or culture -# $CULTURE_OR_FAITH$: either "culture" or "faith" -promote_minority_effect = { - if = { - limit = { this.$CULTURE_OR_FAITH$ = $ITEM$ } - #Don't do anything in this case; we're already a majority - } - #Small minorities become large minorities - else_if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_small - is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } - } - add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } - } - #Large minorities become majorities - else_if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_large - is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } - } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } - add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = this.$CULTURE_OR_FAITH$ } - set_county_$CULTURE_OR_FAITH$ = $ITEM$ - } - else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } -} - -#This is done at a county scope -# $ITEM$ = a scoped faith or culture -# $CULTURE_OR_FAITH$: either "culture" or "faith" -demote_minority_effect = { - if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_large - is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } - } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } - add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } - } - else_if = { - limit = { - has_variable_list = $CULTURE_OR_FAITH$_minorities_small - is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } - } - remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } - } -} - -### Notification routines -notify_characters_of_minority_reduction_effect = { - $THE_TARGET_COUNTY$.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } - } - add_to_temporary_list = characters_to_notify - } - } - } - every_in_local_list = { - list = characters_to_notify - if = { - limit = { - $THE_TARGET_COUNTY$ = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } - $THE_TARGET_COUNTY$ = { - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_large - target = scope:item_to_demote - } - } - } - debug_log = "common/scripted_effects/sea_minority_effects.txt: HAD A CULTURAL/RELIGIOUS MINORITY REDUCTION THAT WAS STILL EXTANT IN LARGE MINORITIES" - } - else_if = { - limit = { - $THE_TARGET_COUNTY$ = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } - $THE_TARGET_COUNTY$ = { - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_small - target = scope:item_to_demote - } - } - } - send_interface_toast = { - type = event_generic_neutral - title = minority_$CULTURE_OR_FAITH$_declined_title - custom_tooltip = minority_$CULTURE_OR_FAITH$_declined_tt - right_icon = $THE_TARGET_COUNTY$ - } - } - else = { - send_interface_toast = { - type = event_generic_neutral - title = minority_$CULTURE_OR_FAITH$_disappeared_title - custom_tooltip = minority_$CULTURE_OR_FAITH$_disappeared_tt - right_icon = $THE_TARGET_COUNTY$ - } - } - } -} -notify_characters_of_minority_immigration_effect = { - $THE_SOURCE_COUNTY$.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } - } - add_to_temporary_list = characters_to_notify - } - } - } - $THE_TARGET_COUNTY$.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - send_interface_toast = { - type = event_generic_neutral - title = $EVENT_TITLE$ - custom_tooltip = $EVENT_TOOLTIP$ - right_icon = $THE_TARGET_COUNTY$ - } - } -} -notify_characters_of_minority_growth_effect = { - $THE_SOURCE_COUNTY$.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - send_interface_toast = { - type = event_generic_neutral - title = $EVENT_TITLE$ - custom_tooltip = $EVENT_TOOLTIP$ - right_icon = $THE_SOURCE_COUNTY$ - } - } -} -notify_characters_of_county_change_immigration_effect = { - $THE_SOURCE_COUNTY$.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } - } - add_to_temporary_list = characters_to_notify - } - } - } - $THE_TARGET_COUNTY$.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - trigger_event = { id = minorities.9998 } - } -} -notify_characters_of_county_change_growth_effect = { - $THE_SOURCE_COUNTY$.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - trigger_event = { id = minorities.9999 } - } -} ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt new file mode 100644 index 0000000000..399ec9697e --- /dev/null +++ b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt @@ -0,0 +1,246 @@ +### General Routines + +#This is done at a county scope +# $ITEM$ = a scoped faith or culture +# $CULTURE_OR_FAITH$: either "culture" or "faith" +promote_minority_but_not_to_majority_effect = { + if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_small + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + #Large minorities should not become majorities + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_large + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + } + } + else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } +} +# County scope +# $ITEM$ = a scoped faith or culture +# $CULTURE_OR_FAITH$: either "culture" or "faith" +promote_minority_effect = { + if = { + limit = { this.$CULTURE_OR_FAITH$ = $ITEM$ } + #Don't do anything in this case; we're already a majority + } + #Small minorities become large minorities + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_small + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + #Large minorities become majorities + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_large + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = this.$CULTURE_OR_FAITH$ } + set_county_$CULTURE_OR_FAITH$ = $ITEM$ + } + else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } +} + +#This is done at a county scope +# $ITEM$ = a scoped faith or culture +# $CULTURE_OR_FAITH$: either "culture" or "faith" +demote_minority_effect = { + if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_large + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_large target = $ITEM$ } + add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + else_if = { + limit = { + has_variable_list = $CULTURE_OR_FAITH$_minorities_small + is_target_in_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } + remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } + } +} + +### Notification routines +notify_characters_of_minority_reduction_effect = { + $THE_TARGET_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + every_in_local_list = { + list = characters_to_notify + if = { + limit = { + $THE_TARGET_COUNTY$ = { has_variable_list = $CULTURE_OR_FAITH$_minorities_large } + $THE_TARGET_COUNTY$ = { + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_large + target = scope:item_to_demote + } + } + } + debug_log = "common/scripted_effects/sea_minority_effects.txt: HAD A CULTURAL/RELIGIOUS MINORITY REDUCTION THAT WAS STILL EXTANT IN LARGE MINORITIES" + } + else_if = { + limit = { + $THE_TARGET_COUNTY$ = { has_variable_list = $CULTURE_OR_FAITH$_minorities_small } + $THE_TARGET_COUNTY$ = { + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_small + target = scope:item_to_demote + } + } + } + send_interface_toast = { + type = event_generic_neutral + title = minority_$CULTURE_OR_FAITH$_declined_title + custom_tooltip = minority_$CULTURE_OR_FAITH$_declined_tt + right_icon = $THE_TARGET_COUNTY$ + } + } + else = { + send_interface_toast = { + type = event_generic_neutral + title = minority_$CULTURE_OR_FAITH$_disappeared_title + custom_tooltip = minority_$CULTURE_OR_FAITH$_disappeared_tt + right_icon = $THE_TARGET_COUNTY$ + } + } + } +} +notify_characters_of_minority_immigration_effect = { + $THE_SOURCE_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + $THE_TARGET_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + send_interface_toast = { + type = event_generic_neutral + title = $EVENT_TITLE$ + custom_tooltip = $EVENT_TOOLTIP$ + right_icon = $THE_TARGET_COUNTY$ + } + } +} +notify_characters_of_minority_growth_effect = { + $THE_SOURCE_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + send_interface_toast = { + type = event_generic_neutral + title = $EVENT_TITLE$ + custom_tooltip = $EVENT_TOOLTIP$ + right_icon = $THE_SOURCE_COUNTY$ + } + } +} +notify_characters_of_county_change_immigration_effect = { + $THE_SOURCE_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + $THE_TARGET_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_TARGET_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + trigger_event = { id = minorities.9998 } + } +} +notify_characters_of_county_change_growth_effect = { + $THE_SOURCE_COUNTY$.holder = { + add_to_temporary_list = characters_to_notify + top_liege = { + if = { limit = { is_ai = no } add_to_temporary_list = characters_to_notify } + every_vassal_or_below = { + limit = { + is_ai = no + any_sub_realm_county = { this = $THE_SOURCE_COUNTY$ } + } + add_to_temporary_list = characters_to_notify + } + } + } + + every_in_local_list = { + list = characters_to_notify + trigger_event = { id = minorities.9999 } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt index 9081c3b489..41e09932dd 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt @@ -16,7 +16,7 @@ minority_always_supported_faith_aspect_generic_trigger = { #faith scope OR = { AND = { this.religion = religion:judaism_religion - NOT = { scope:target_county.religion = religion:judaism_religion } + NOT = { $THE_COUNTY$.religion = religion:judaism_religion } } #Konchinim AND = { From 44abe0d17b8163e05dc569c177912249d1f0de4e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 18:36:32 -0400 Subject: [PATCH 045/339] Some fixes * New game concept added * Generalization of councilor actions --- .../00_court_chaplain_tasks_BP_overwrite.txt | 4 ++-- .../00_steward_tasks_BP_overwrite.txt | 4 ++-- .../sea_minority_game_concepts.txt | 5 +++-- .../sea_minority_culture_values.txt | 21 ++++++++++++++++++- .../sea_minority_culture_values_generic.txt | 3 +++ .../sea_minority_game_concepts_l_english.yml | 3 +++ _developer_documentation/_BP_design.info | 3 +-- 7 files changed, 34 insertions(+), 9 deletions(-) diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index f6677fd7d5..5fefc6200d 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -256,12 +256,12 @@ task_conversion = { ### Minority Stuff ### # Because the task needs to complete several times with the minority system - multiply = number_of_minority_levels + multiply = minority_faith_conversion_speed if = { limit = { scope:county.faith = scope:councillor_liege.faith } multiply = { - value = 0.5 + value = converting_faith_minority_speed_reduction desc = converting_minority_desc } } diff --git a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt index 8e871f2f64..77d445d235 100644 --- a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt @@ -677,12 +677,12 @@ task_promote_culture = { ### Minority Stuff ### # Because the task needs to complete several times with the minority system - multiply = number_of_minority_levels + multiply = minority_culture_conversion_speed if = { limit = { scope:county.culture = scope:councillor_liege.culture } multiply = { - value = 0.5 + value = converting_culture_minority_speed_reduction desc = converting_minority_desc } } diff --git a/WtWSMS/common/game_concepts/sea_minority_game_concepts.txt b/WtWSMS/common/game_concepts/sea_minority_game_concepts.txt index 4fae702b78..e74de3e7ee 100644 --- a/WtWSMS/common/game_concepts/sea_minority_game_concepts.txt +++ b/WtWSMS/common/game_concepts/sea_minority_game_concepts.txt @@ -1,5 +1,4 @@ - -minority_culture = { +minority_culture = { alias = { minority_cultures minority_culture_small minority_culture_large } texture = "gfx/interface/icons/icon_culture.dds" parent = culture @@ -10,3 +9,5 @@ minority_faith = { texture = "gfx/interface/icons/event_types/type_faith.dds" parent = faith } + +minority_capacity = {} diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index e27d50e6d9..57c113fd2a 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -38,7 +38,26 @@ chance_of_faith_majority_evangelization_event_per_year = 2.73 chance_of_majority_growth_event_per_year = 1.38 chance_of_outward_immigration_event_per_year = 2.73 -#Other Script Values +minority_faith_conversion_speed = { + value = number_of_minority_levels + ### Add additional speed-up/slow-down effects here +} + +minority_culture_conversion_speed = { + value = number_of_minority_levels + ### Add additional speed-up/slow-down effects here +} + +converting_culture_minority_speed_reduction = { + value = default_only_minority_culture_speed_reduction + ### Add additional speed-up/slow-down effects here +} + +converting_faith_minority_speed_reduction = { + value = default_only_minority_faith_speed_reduction + ### Add additional speed-up/slow-down effects here +} + #County Scope minority_capacity_of_county = { # Every county can support minorities as a function of its development; We will utilize the Lucas diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index 9b49c1b0ea..68c318747c 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -14,6 +14,9 @@ small_minority_cost_value = 2 #small minority, large minority, majority; script value in case we want to change this number_of_minority_levels = 3 +#Default Slow downs on account of trying to stamp out minorities +default_only_minority_culture_speed_reduction = 0.5 +default_only_minority_faith_speed_reduction = 0.5 years_between_general_events = 10 years_between_over_capacity_reduction_events = 5 diff --git a/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml b/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml index a95008193d..a290ef5a38 100644 --- a/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml @@ -15,5 +15,8 @@ game_concept_minority_faith_desc:0 "A Minority Faith represents a proportion of the population of a [county|E] which follows another [faith|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original faith of the county, which becomes a new minority in that county." game_concept_minority_culture_desc:0 "A Minority Culture represents a proportion of the population of a [county|E] belonging to another [culture|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original culture of the county, which becomes a new minority in that county." + game_concept_minority_capacity: "Minority Capacity" + game_concept_minority_capacity_desc: "The weighted number of minorities that a county can support, a minimum of one. This capacity is separate for both [minority_cultures|E] and [minority_faiths|E]. It depends on the [holdings|E] and [county_development|E] of the [county|E]; a county with #emp only#! [tribal_holdings|E] can support only a single minority, regardless of development and the minority capacity scales logarithmically with development for counties that have at least one non-tribal holding.\n\nThis value can further depend on the [ethos|E] and [culture_traditions|E] (for cultures) and #V $doctrine_pluralism_name$#! and [doctrines|E] (for faiths) of the majority population of the county\n\nFrom development, a county with at least one non-tribal holding can support an additional:\n$EFFECT_LIST_BULLET$ [county_development|E] 4: 1 more\n$EFFECT_LIST_BULLET$ [county_development|E] 7: 2 more\n$EFFECT_LIST_BULLET$ [county_development|E] 11: 3 more\n$EFFECT_LIST_BULLET$ [county_development|E] 18: 4 more\n$EFFECT_LIST_BULLET$ [county_development|E] 29: 5 more\n$EFFECT_LIST_BULLET$ [county_development|E] 47: 6 more\n$EFFECT_LIST_BULLET$ [county_development|E] 76: 7 more\n\n\t minorities, before considering the impact of $ethos$, $doctrines$, &c." + task_conversion_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_faith','Minority')|E] of the [county|E] changes [faith|E] to [councillor.GetFaith.GetName]" task_promote_culture_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_culture','Minority')|E] of the [county|E] changes [culture|E] to [councillor_liege.GetCulture.GetName]" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index f3ec7d22a5..97f7284ced 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,9 +37,8 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Review councillor minority conversion/promotion values - * Add new game concepts for things like capacity + * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept From 7cf9a6415ae7b210367665650888b283d69d297f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 18:55:50 -0400 Subject: [PATCH 046/339] Fixup localization Consolidate localization and add missing trigger localization --- .../sea_minority_opinions.txt | 11 + .../sea_trigger_localization.txt | 11 + .../english/sea_minority_events_l_english.yml | 88 -------- .../sea_minority_game_concepts_l_english.yml | 22 -- .../english/sea_minority_laws_l_english.yml | 83 -------- .../english/sea_minority_submod_l_english.yml | 201 ++++++++++++++++++ 6 files changed, 223 insertions(+), 193 deletions(-) create mode 100644 WtWSMS/common/opinion_modifiers/sea_minority_opinions.txt create mode 100644 WtWSMS/common/trigger_localization/sea_trigger_localization.txt delete mode 100644 WtWSMS/localization/english/sea_minority_events_l_english.yml delete mode 100644 WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml delete mode 100644 WtWSMS/localization/english/sea_minority_laws_l_english.yml create mode 100644 WtWSMS/localization/english/sea_minority_submod_l_english.yml diff --git a/WtWSMS/common/opinion_modifiers/sea_minority_opinions.txt b/WtWSMS/common/opinion_modifiers/sea_minority_opinions.txt new file mode 100644 index 0000000000..d4bf878571 --- /dev/null +++ b/WtWSMS/common/opinion_modifiers/sea_minority_opinions.txt @@ -0,0 +1,11 @@ +expelled_my_faith_opinion = { + opinion = -30 + years = 10 + decaying = yes +} + +expelled_my_culture_opinion = { + opinion = -30 + years = 10 + decaying = yes +} \ No newline at end of file diff --git a/WtWSMS/common/trigger_localization/sea_trigger_localization.txt b/WtWSMS/common/trigger_localization/sea_trigger_localization.txt new file mode 100644 index 0000000000..37f222ac0b --- /dev/null +++ b/WtWSMS/common/trigger_localization/sea_trigger_localization.txt @@ -0,0 +1,11 @@ +has_expel_purge_cooldown = { + global = HAS_EXPEL_PURGE_COOLDOWN + first = HAS_EXPEL_PURGE_COOLDOWN + third = HAS_EXPEL_PURGE_COOLDOWN +} + +has_minority_law_cooldown = { + global = HAS_MINORITY_LAW_COOLDOWN + first = HAS_MINORITY_LAW_COOLDOWN + third = HAS_MINORITY_LAW_COOLDOWN +} \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_minority_events_l_english.yml b/WtWSMS/localization/english/sea_minority_events_l_english.yml deleted file mode 100644 index 8c083cb884..0000000000 --- a/WtWSMS/localization/english/sea_minority_events_l_english.yml +++ /dev/null @@ -1,88 +0,0 @@ -l_english: - minority_culture_spread_title:0 "Cultural Spread" - minority_culture_spread_tt:0 "A group of [minority_culture.GetName] peasants have moved from [source_county.GetName] to [county.GetName]." - - minority_culture_appearance_title:0 "Cultural Spread" - minority_culture_appearance_tt:0 "A group of [minority_culture.GetName] peasants have appeared in [county.GetName]." - - minority_faith_spread_title:0 "Religious Spread" - minority_faith_spread_tt:0 "A group of [minority_faith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." - - minority_faith_appearance_title:0 "Religious Spread" - minority_faith_appearance_tt:0 "A group of [minority_faith.GetAdjective] peasants have appeared in [county.GetName]." - - minority_culture_faith_spread_title:0 "Peasant Migration" - minority_culture_faith_spread_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." - - minority_culture_faith_appearance_title:0 "Peasant Migration" - minority_culture_faith_appearance_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have appeared in [county.GetName]." - - minorities.0000.expel_minority_tt:0 "The [expelled_culture.GetName] minority will be expelled" - minorities.1000.expel_minority_tt:0 "The [expelled_faith.GetAdjective] minority will be expelled" - - EXPELLED_FAITH_OPINION_EFFECT:1 "All [expelled_faith.GetAdjectiveNoTooltip] subjects lose #N 40#! [opinion|E] of you" - EXPELLED_CULTURE_OPINION_EFFECT:1 "All [expelled_culture.GetNameNoTooltip] subjects lose #N 40#! [opinion|E] of you" - - EXPULSION_COOLDOWN_WARNING:0 "@warning_icon!#X You can only expel minorities once every 10 years" - EXPULSION_PURGE_IS_ON_COOLDOWN:0 "Cannot expel minorities again until [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'expelled_or_purged_peasants') )]" - MINORITY_LAW_IS_ON_COOLDOWN:0 "You recently changed a minority law. Can be changed again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'minority_law_cooldown') )]" - - small_minority_expelled_modifier:0 "Small Minority Expelled" - small_minority_expelled_modifier_desc:0 "A small group of peasants have been forcibly removed from this county." - large_minority_expelled_modifier:0 "Large Minority Expelled" - large_minority_expelled_modifier_desc:0 "A large group of peasants have been forcibly removed from this county." - ruler_expelled_minority_modifier:0 "Ruler Expelled Kinsmen" - ruler_expelled_minority_modifier_desc:0 "The people of this county are angry that their kinsmen have been expelled from another part of the realm." - - cultural_acceptance_loss_expulsion:0 "[expelled_culture.GetName] culture expelled from [expulsion_realm.GetName]" - - ##### Changed from Vanilla vvvvv - # Immigration - minority_immigration_title: "Minority Immigration" - minority_immigration_tt: "A group of [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] [source_county.GetProvince.GetCounty.GetCulture.GetName] peasants have immigrated from [source_county.GetName] to [target_county.GetName]." - - # Reductions - minority_culture_declined_title: "Declining Cultural Minority" - minority_culture_declined_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." - minority_culture_disappeared_title: "Disappearing Cultural Minority" - minority_culture_disappeared_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of non-existence." - - minority_faith_declined_title: "Declining Religious Minority" - minority_faith_declined_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." - minority_faith_disappeared_title: "Disappearing Religious Minority" - minority_faith_disappeared_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." - - #Minority Growth - minority_culture_growing_title: "Growing Cultural Minority" - minority_culture_growing_tt: "The [candidate_minority_to_promote.GetName] community in [source_county.GetName] has grown noticeably as of late, further reinforcing their presence." - minority_faith_growing_title: "Growing Religious Minority" - minority_faith_growing_tt: "The [candidate_minority_to_promote.GetAdjective] community in [source_county.GetName] has grown noticeably as of late, further reinforcing their presence." - - #Evangelization - minority_faith_evangelization_title: "Religious Evangelization" - minority_faith_evangelization_tt: "[source_county.GetProvince.GetCounty.GetFaith.GetAdjective] missionaries from [source_county.GetName] have established a religious community in [target_county.GetName]." - - #Actual Events - #County flips culture/religion because of immigration - minorities.9998.t: "The [target_county.GetNameNoTooltip] Population Changes" - minorities.9998.desc_opening: "As time has passed the population of [target_county.GetName] has changed on account of immigration from [source_county.GetName] and a majority of the people now are " - minorities.9998.desc_faith: "[target_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" - minorities.9998.desc_culture: "[target_county.GetProvince.GetCounty.GetCulture.GetName]" - minorities.9998.space: " " - minorities.9998.desc_01: ", leaving a substantial minority of " - minorities.9998.desc_old_faith: "[old_faith.GetAdherentNamePlural]" - minorities.9998.desc_old_culture: "[old_culture.GetName]" - minorities.9998.desc_ending: ". Time will tell if this will lead to more or less friction." - minorities.9998.neutral: "When the new meets the old, it always ends the ancient ways." - #County flips culture/religion because of natural growth - minorities.9999.t: "The [source_county.GetNameNoTooltip] Population Changes" - minorities.9999.desc_opening: "As time has passed the population of [source_county.GetName] has changed and a majority of the people now are " - minorities.9999.desc_faith: "[source_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" - minorities.9999.desc_culture: "[source_county.GetProvince.GetCounty.GetCulture.GetName]" - minorities.9999.space: " " - minorities.9999.desc_01: ", leaving a substantial minority of " - minorities.9999.desc_old_faith: "[old_faith.GetAdherentNamePlural]" - minorities.9999.desc_old_culture: "[old_culture.GetName]" - minorities.9999.desc_ending: ". Time will tell if this will lead to more or less friction." - minorities.9999.neutral: "When the new meets the old, it always ends the ancient ways." - ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml b/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml deleted file mode 100644 index a290ef5a38..0000000000 --- a/WtWSMS/localization/english/sea_minority_game_concepts_l_english.yml +++ /dev/null @@ -1,22 +0,0 @@ -l_english: - MINORITIES_MAP_NAME:0 "#V Minorities#!" - MINORITIES_MAP_TOOLTIP:0 "#T $MINORITIES_MAP_NAME$\n#!Shows [minority_faiths|E] and [minority_cultures|E] on the map." - - game_concept_minority_culture:0 "Minority Culture" - game_concept_minority_cultures:0 "Minority Cultures" - game_concept_minority_culture_large:0 "Large Minority" - game_concept_minority_culture_small:0 "Small Minority" - - game_concept_minority_faith:0 "Minority Faith" - game_concept_minority_faiths:0 "Minority Faiths" - game_concept_minority_faith_large:0 "Large Minority" - game_concept_minority_faith_small:0 "Small Minority" - - game_concept_minority_faith_desc:0 "A Minority Faith represents a proportion of the population of a [county|E] which follows another [faith|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original faith of the county, which becomes a new minority in that county." - game_concept_minority_culture_desc:0 "A Minority Culture represents a proportion of the population of a [county|E] belonging to another [culture|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original culture of the county, which becomes a new minority in that county." - - game_concept_minority_capacity: "Minority Capacity" - game_concept_minority_capacity_desc: "The weighted number of minorities that a county can support, a minimum of one. This capacity is separate for both [minority_cultures|E] and [minority_faiths|E]. It depends on the [holdings|E] and [county_development|E] of the [county|E]; a county with #emp only#! [tribal_holdings|E] can support only a single minority, regardless of development and the minority capacity scales logarithmically with development for counties that have at least one non-tribal holding.\n\nThis value can further depend on the [ethos|E] and [culture_traditions|E] (for cultures) and #V $doctrine_pluralism_name$#! and [doctrines|E] (for faiths) of the majority population of the county\n\nFrom development, a county with at least one non-tribal holding can support an additional:\n$EFFECT_LIST_BULLET$ [county_development|E] 4: 1 more\n$EFFECT_LIST_BULLET$ [county_development|E] 7: 2 more\n$EFFECT_LIST_BULLET$ [county_development|E] 11: 3 more\n$EFFECT_LIST_BULLET$ [county_development|E] 18: 4 more\n$EFFECT_LIST_BULLET$ [county_development|E] 29: 5 more\n$EFFECT_LIST_BULLET$ [county_development|E] 47: 6 more\n$EFFECT_LIST_BULLET$ [county_development|E] 76: 7 more\n\n\t minorities, before considering the impact of $ethos$, $doctrines$, &c." - - task_conversion_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_faith','Minority')|E] of the [county|E] changes [faith|E] to [councillor.GetFaith.GetName]" - task_promote_culture_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_culture','Minority')|E] of the [county|E] changes [culture|E] to [councillor_liege.GetCulture.GetName]" \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_minority_laws_l_english.yml b/WtWSMS/localization/english/sea_minority_laws_l_english.yml deleted file mode 100644 index 25d82175ef..0000000000 --- a/WtWSMS/localization/english/sea_minority_laws_l_english.yml +++ /dev/null @@ -1,83 +0,0 @@ -l_english: - MY_REALM_WINDOW_LAW_TAB:0 "Law" - - religious_minority_status_law:0 "Religious Minority Law" - religious_minority_status_1:0 "Other Faiths Accepted" - religious_minority_status_2:0 "Other Faiths Tolerated" - religious_minority_status_3:0 "Other Faiths Unwelcomed" - religious_minority_status_1_effects_not_in_prev:0 "$EFFECT_LIST_BULLET$Disallows converting [faith|E] in county" - religious_minority_status_2_effects:0 "$EFFECT_LIST_BULLET$Allows converting [faith|E] in county" - religious_minority_status_3_effects:0 "$EFFECT_LIST_BULLET$Allows conversion of [minority_faiths|E]\n$EFFECT_LIST_BULLET$Unlocks the $expel_religious_minority_decision$ [decision|E]" - - cultural_minority_status_law:0 "Cultural Minority Law" - cultural_minority_status_1:0 "Other Cultures Accepted" - cultural_minority_status_2:0 "Other Cultures Tolerated" - cultural_minority_status_3:0 "Other Cultures Unwelcomed" - cultural_minority_status_1_effects_not_in_prev:0 "$EFFECT_LIST_BULLET$Disallows converting [culture|E] in county" - cultural_minority_status_2_effects:0 "$EFFECT_LIST_BULLET$Allows converting [culture|E] in county" - cultural_minority_status_3_effects:0 "$EFFECT_LIST_BULLET$Allows conversion of [minority_cultures|E]\n$EFFECT_LIST_BULLET$Unlocks the $expel_cultural_minority_decision$ [decision|E]" - - not_has_expel_minorities_unlocked:0 "Does not have law allowing expulsion of minorities" - - expel_religious_minority_decision:0 "Expel Religious Minority" - expel_religious_minority_decision_desc:0 "The stability of my realm is threatened by worshipers of false gods. It would be prudent to remove them before things get out of hand." - expel_religious_minority_decision_confirm:0 "Expel Religious Minority" - expel_religious_minority_decision_tooltip:0 "Expel Religious Minority" - - expel_cultural_minority_decision:0 "Expel Cultural Minority" - expel_cultural_minority_decision_desc:0 "The stability of my realm is threatened by barbarians within our borders. It would be prudent to remove them before things get out of hand." - expel_cultural_minority_decision_confirm:0 "Expel Cultural Minority" - expel_cultural_minority_decision_tooltip:0 "Expel Cultural Minority" - - has_minority_that_can_be_expelled:0 "There are no minorities that can be expelled" - expelled_my_faith_opinion:0 "Expelled My Faith" - expelled_my_culture_opinion:0 "Expelled My Culture" - converting_minority_desc:0 "Expelling Minority" - - # Expel Religion - minorities.1001.t:0 "The Unbelievers" - minorities.1002.t:0 "$minorities.1001.t$" - minorities.1003.t:0 "$minorities.1001.t$" - minorities.1001.desc:0 "Mine is a land of believers in [ROOT.Char.GetFaith.HighGodName], but some of the peasantry have taken to following strange gods. It may be wise to expel them from the realm, before they start causing problems for me and my fellow [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip].\n\nAnd if they just so happen to leave some of their belongings behind, it would naturally fall to the [ROOT.Char.GetTitleTierName] to ensure these are properly "disposed" of." - minorities.1002.desc:0 "$minorities.1001.desc$" - minorities.1003.desc:0 "$minorities.1001.desc$" - - minorities.1001.1:0 "The [minority_1.GetAdherentNamePluralNoTooltip] are no longer welcome here." - minorities.1001.2:0 "Banish the [minority_2.GetAdherentNamePluralNoTooltip] from the realm." - minorities.1001.3:0 "I have pampered the [minority_3.GetAdherentNamePluralNoTooltip] for too long." - minorities.1002.4:0 "Let us be rid of the [minority_4.GetAdherentNamePluralNoTooltip]." - minorities.1002.5:0 "Send the [minority_5.GetAdherentNamePluralNoTooltip] packing." - minorities.1002.6:0 "Get the [minority_6.GetAdherentNamePluralNoTooltip] out of my [ROOT.Char.GetPrimaryTitle.GetTierAsNameNoTooltip]." - minorities.1003.7:0 "The [minority_7.GetAdherentNamePluralNoTooltip] do not belong here." - minorities.1003.8:0 "I don't want to see any more [minority_8.GetAdherentNamePluralNoTooltip] or their [minority_8.ReligiousSymbol] again." - minorities.1003.9:0 "Remove the [minority_9.GetAdherentNamePluralNoTooltip] at once." - minorities.1001.next:0 "There are others..." - minorities.1001.back:0 "There are others..." - minorities.1001.cancel:0 "Perhaps this is not the best idea, after all." - minorities.1002.cancel:0 "$minorities.1001.cancel$" - minorities.1003.cancel:0 "$minorities.1001.cancel$" - - minorities.1001.1.tt:0 "All [minority_1.GetAdjective] minorities will be banished from your [domain|E]" - - # Expel Culture - minorities.0001.t:0 "To Expel the Barbarians" - minorities.0002.t:0 "$minorities.0001.t$" - minorities.0003.t:0 "$minorities.0001.t$" - minorities.0001.desc:0 "As a [ROOT.Char.GetCulture.GetNameNoTooltip] [ROOT.Char.GetTitleTierName], I rule over many different subjects... some more problematic than others. While one can always hope for peaceful co-existence, it may be easier to simply expel them from the realm.\n\nAnd if they happen to leave some property behind, naturally the [ROOT.Char.GetTitleTierName] would be responsible for "cleaning" up the mess." - minorities.0002.desc:0 "$minorities.0001.desc$" - minorities.0003.desc:0 "$minorities.0001.desc$" - - minorities.0001.1:0 "The [minority_1.GetCollectiveNounNoTooltip] are no longer welcome here." - minorities.0001.2:0 "Banish the [minority_2.GetCollectiveNounNoTooltip] from the realm." - minorities.0001.3:0 "I have pampered the [minority_3.GetCollectiveNounNoTooltip] for too long." - minorities.0002.4:0 "Let us be rid of the [minority_4.GetCollectiveNounNoTooltip]." - minorities.0002.5:0 "Send the [minority_5.GetCollectiveNounNoTooltip] packing." - minorities.0002.6:0 "Get the [minority_6.GetCollectiveNounNoTooltip] out of my [ROOT.Char.GetPrimaryTitle.GetTierAsNameNoTooltip]." - minorities.0003.7:0 "The [minority_7.GetCollectiveNounNoTooltip] do not belong here." - minorities.0003.8:0 "Get rid of the [minority_8.GetCollectiveNounNoTooltip] and their bizarre ways." - minorities.0003.9:0 "Remove the [minority_9.GetCollectiveNounNoTooltip] at once." - minorities.0001.next:0 "There are others..." - minorities.0001.back:0 "There are others..." - minorities.0001.cancel:0 "Perhaps this is not the best idea, after all." - minorities.0002.cancel:0 "$minorities.0001.cancel$" - minorities.0003.cancel:0 "$minorities.0001.cancel$" diff --git a/WtWSMS/localization/english/sea_minority_submod_l_english.yml b/WtWSMS/localization/english/sea_minority_submod_l_english.yml new file mode 100644 index 0000000000..3ffba8afbe --- /dev/null +++ b/WtWSMS/localization/english/sea_minority_submod_l_english.yml @@ -0,0 +1,201 @@ +l_english: + ### OPINION MODIFIERS ### + expelled_my_faith_opinion: "Expelled my Faith" + expelled_my_culture_opinion: "Expelled my Culture" + ### EVENTS ### + minority_culture_spread_title:0 "Cultural Spread" + minority_culture_spread_tt:0 "A group of [minority_culture.GetName] peasants have moved from [source_county.GetName] to [county.GetName]." + + minority_culture_appearance_title:0 "Cultural Spread" + minority_culture_appearance_tt:0 "A group of [minority_culture.GetName] peasants have appeared in [county.GetName]." + + minority_faith_spread_title:0 "Religious Spread" + minority_faith_spread_tt:0 "A group of [minority_faith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." + + minority_faith_appearance_title:0 "Religious Spread" + minority_faith_appearance_tt:0 "A group of [minority_faith.GetAdjective] peasants have appeared in [county.GetName]." + + minority_culture_faith_spread_title:0 "Peasant Migration" + minority_culture_faith_spread_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have moved from [source_county.GetName] to [county.GetName]." + + minority_culture_faith_appearance_title:0 "Peasant Migration" + minority_culture_faith_appearance_tt:0 "A group of [source_county.GetProvince.GetCounty.GetCulture.GetName] [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] peasants have appeared in [county.GetName]." + + minorities.0000.expel_minority_tt:0 "The [expelled_culture.GetName] minority will be expelled" + minorities.1000.expel_minority_tt:0 "The [expelled_faith.GetAdjective] minority will be expelled" + + EXPELLED_FAITH_OPINION_EFFECT:1 "All [expelled_faith.GetAdjectiveNoTooltip] subjects lose #N 40#! [opinion|E] of you" + EXPELLED_CULTURE_OPINION_EFFECT:1 "All [expelled_culture.GetNameNoTooltip] subjects lose #N 40#! [opinion|E] of you" + + EXPULSION_COOLDOWN_WARNING:0 "@warning_icon!#X You can only expel minorities once every 10 years" + EXPULSION_PURGE_IS_ON_COOLDOWN:0 "Cannot expel minorities again until [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'expelled_or_purged_peasants') )]" + MINORITY_LAW_IS_ON_COOLDOWN:0 "You recently changed a minority law. Can be changed again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'minority_law_cooldown') )]" + + small_minority_expelled_modifier:0 "Small Minority Expelled" + small_minority_expelled_modifier_desc:0 "A small group of peasants have been forcibly removed from this county." + large_minority_expelled_modifier:0 "Large Minority Expelled" + large_minority_expelled_modifier_desc:0 "A large group of peasants have been forcibly removed from this county." + ruler_expelled_minority_modifier:0 "Ruler Expelled Kinsmen" + ruler_expelled_minority_modifier_desc:0 "The people of this county are angry that their kinsmen have been expelled from another part of the realm." + + cultural_acceptance_loss_expulsion:0 "[expelled_culture.GetName] culture expelled from [expulsion_realm.GetName]" + + ##### Changed from Vanilla vvvvv + # Immigration + minority_immigration_title: "Minority Immigration" + minority_immigration_tt: "A group of [source_county.GetProvince.GetCounty.GetFaith.GetAdjective] [source_county.GetProvince.GetCounty.GetCulture.GetName] peasants have immigrated from [source_county.GetName] to [target_county.GetName]." + + # Reductions + minority_culture_declined_title: "Declining Cultural Minority" + minority_culture_declined_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." + minority_culture_disappeared_title: "Disappearing Cultural Minority" + minority_culture_disappeared_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of non-existence." + + minority_faith_declined_title: "Declining Religious Minority" + minority_faith_declined_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." + minority_faith_disappeared_title: "Disappearing Religious Minority" + minority_faith_disappeared_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." + + #Minority Growth + minority_culture_growing_title: "Growing Cultural Minority" + minority_culture_growing_tt: "The [candidate_minority_to_promote.GetName] community in [source_county.GetName] has grown noticeably as of late, further reinforcing their presence." + minority_faith_growing_title: "Growing Religious Minority" + minority_faith_growing_tt: "The [candidate_minority_to_promote.GetAdjective] community in [source_county.GetName] has grown noticeably as of late, further reinforcing their presence." + + #Evangelization + minority_faith_evangelization_title: "Religious Evangelization" + minority_faith_evangelization_tt: "[source_county.GetProvince.GetCounty.GetFaith.GetAdjective] missionaries from [source_county.GetName] have established a religious community in [target_county.GetName]." + + #Actual Events + #County flips culture/religion because of immigration + minorities.9998.t: "The [target_county.GetNameNoTooltip] Population Changes" + minorities.9998.desc_opening: "As time has passed the population of [target_county.GetName] has changed on account of immigration from [source_county.GetName] and a majority of the people now are " + minorities.9998.desc_faith: "[target_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" + minorities.9998.desc_culture: "[target_county.GetProvince.GetCounty.GetCulture.GetName]" + minorities.9998.space: " " + minorities.9998.desc_01: ", leaving a substantial minority of " + minorities.9998.desc_old_faith: "[old_faith.GetAdherentNamePlural]" + minorities.9998.desc_old_culture: "[old_culture.GetName]" + minorities.9998.desc_ending: ". Time will tell if this will lead to more or less friction." + minorities.9998.neutral: "When the new meets the old, it always ends the ancient ways." + #County flips culture/religion because of natural growth + minorities.9999.t: "The [source_county.GetNameNoTooltip] Population Changes" + minorities.9999.desc_opening: "As time has passed the population of [source_county.GetName] has changed and a majority of the people now are " + minorities.9999.desc_faith: "[source_county.GetProvince.GetCounty.GetFaith.GetAdherentNamePlural]" + minorities.9999.desc_culture: "[source_county.GetProvince.GetCounty.GetCulture.GetName]" + minorities.9999.space: " " + minorities.9999.desc_01: ", leaving a substantial minority of " + minorities.9999.desc_old_faith: "[old_faith.GetAdherentNamePlural]" + minorities.9999.desc_old_culture: "[old_culture.GetName]" + minorities.9999.desc_ending: ". Time will tell if this will lead to more or less friction." + minorities.9999.neutral: "When the new meets the old, it always ends the ancient ways." + ##### Changed from Vanilla ^^^^^ + + ### LAWS ### + MY_REALM_WINDOW_LAW_TAB:0 "Law" + NOT_HAS_EXPEL_PURGE_COOLDOWN: "You recently expelled a minority. Can be changed again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'expelled_or_purged_peasants') )]" + NOT_HAS_MINORITY_LAW_COOLDOWN: "You recently changed Religious or Cultural Minority Law. Can be changed again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'minority_law_cooldown') )]" + + religious_minority_status_law:0 "Religious Minority Law" + religious_minority_status_1:0 "Other Faiths Accepted" + religious_minority_status_2:0 "Other Faiths Tolerated" + religious_minority_status_3:0 "Other Faiths Unwelcomed" + religious_minority_status_1_effects_not_in_prev:0 "$EFFECT_LIST_BULLET$Disallows converting [faith|E] in county" + religious_minority_status_2_effects:0 "$EFFECT_LIST_BULLET$Allows converting [faith|E] in county" + religious_minority_status_3_effects:0 "$EFFECT_LIST_BULLET$Allows conversion of [minority_faiths|E]\n$EFFECT_LIST_BULLET$Unlocks the $expel_religious_minority_decision$ [decision|E]" + + cultural_minority_status_law:0 "Cultural Minority Law" + cultural_minority_status_1:0 "Other Cultures Accepted" + cultural_minority_status_2:0 "Other Cultures Tolerated" + cultural_minority_status_3:0 "Other Cultures Unwelcomed" + cultural_minority_status_1_effects_not_in_prev:0 "$EFFECT_LIST_BULLET$Disallows converting [culture|E] in county" + cultural_minority_status_2_effects:0 "$EFFECT_LIST_BULLET$Allows converting [culture|E] in county" + cultural_minority_status_3_effects:0 "$EFFECT_LIST_BULLET$Allows conversion of [minority_cultures|E]\n$EFFECT_LIST_BULLET$Unlocks the $expel_cultural_minority_decision$ [decision|E]" + + not_has_expel_minorities_unlocked:0 "Does not have law allowing expulsion of minorities" + + expel_religious_minority_decision:0 "Expel Religious Minority" + expel_religious_minority_decision_desc:0 "The stability of my realm is threatened by worshipers of false gods. It would be prudent to remove them before things get out of hand." + expel_religious_minority_decision_confirm:0 "Expel Religious Minority" + expel_religious_minority_decision_tooltip:0 "Expel Religious Minority" + + expel_cultural_minority_decision:0 "Expel Cultural Minority" + expel_cultural_minority_decision_desc:0 "The stability of my realm is threatened by barbarians within our borders. It would be prudent to remove them before things get out of hand." + expel_cultural_minority_decision_confirm:0 "Expel Cultural Minority" + expel_cultural_minority_decision_tooltip:0 "Expel Cultural Minority" + + has_minority_that_can_be_expelled:0 "There are no minorities that can be expelled" + expelled_my_faith_opinion:0 "Expelled My Faith" + expelled_my_culture_opinion:0 "Expelled My Culture" + converting_minority_desc:0 "Expelling Minority" + + # Expel Religion + minorities.1001.t:0 "The Unbelievers" + minorities.1002.t:0 "$minorities.1001.t$" + minorities.1003.t:0 "$minorities.1001.t$" + minorities.1001.desc:0 "Mine is a land of believers in [ROOT.Char.GetFaith.HighGodName], but some of the peasantry have taken to following strange gods. It may be wise to expel them from the realm, before they start causing problems for me and my fellow [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip].\n\nAnd if they just so happen to leave some of their belongings behind, it would naturally fall to the [ROOT.Char.GetTitleTierName] to ensure these are properly "disposed" of." + minorities.1002.desc:0 "$minorities.1001.desc$" + minorities.1003.desc:0 "$minorities.1001.desc$" + + minorities.1001.1:0 "The [minority_1.GetAdherentNamePluralNoTooltip] are no longer welcome here." + minorities.1001.2:0 "Banish the [minority_2.GetAdherentNamePluralNoTooltip] from the realm." + minorities.1001.3:0 "I have pampered the [minority_3.GetAdherentNamePluralNoTooltip] for too long." + minorities.1002.4:0 "Let us be rid of the [minority_4.GetAdherentNamePluralNoTooltip]." + minorities.1002.5:0 "Send the [minority_5.GetAdherentNamePluralNoTooltip] packing." + minorities.1002.6:0 "Get the [minority_6.GetAdherentNamePluralNoTooltip] out of my [ROOT.Char.GetPrimaryTitle.GetTierAsNameNoTooltip]." + minorities.1003.7:0 "The [minority_7.GetAdherentNamePluralNoTooltip] do not belong here." + minorities.1003.8:0 "I don't want to see any more [minority_8.GetAdherentNamePluralNoTooltip] or their [minority_8.ReligiousSymbol] again." + minorities.1003.9:0 "Remove the [minority_9.GetAdherentNamePluralNoTooltip] at once." + minorities.1001.next:0 "There are others..." + minorities.1001.back:0 "There are others..." + minorities.1001.cancel:0 "Perhaps this is not the best idea, after all." + minorities.1002.cancel:0 "$minorities.1001.cancel$" + minorities.1003.cancel:0 "$minorities.1001.cancel$" + + minorities.1001.1.tt:0 "All [minority_1.GetAdjective] minorities will be banished from your [domain|E]" + + # Expel Culture + minorities.0001.t:0 "To Expel the Barbarians" + minorities.0002.t:0 "$minorities.0001.t$" + minorities.0003.t:0 "$minorities.0001.t$" + minorities.0001.desc:0 "As a [ROOT.Char.GetCulture.GetNameNoTooltip] [ROOT.Char.GetTitleTierName], I rule over many different subjects... some more problematic than others. While one can always hope for peaceful co-existence, it may be easier to simply expel them from the realm.\n\nAnd if they happen to leave some property behind, naturally the [ROOT.Char.GetTitleTierName] would be responsible for "cleaning" up the mess." + minorities.0002.desc:0 "$minorities.0001.desc$" + minorities.0003.desc:0 "$minorities.0001.desc$" + + minorities.0001.1:0 "The [minority_1.GetCollectiveNounNoTooltip] are no longer welcome here." + minorities.0001.2:0 "Banish the [minority_2.GetCollectiveNounNoTooltip] from the realm." + minorities.0001.3:0 "I have pampered the [minority_3.GetCollectiveNounNoTooltip] for too long." + minorities.0002.4:0 "Let us be rid of the [minority_4.GetCollectiveNounNoTooltip]." + minorities.0002.5:0 "Send the [minority_5.GetCollectiveNounNoTooltip] packing." + minorities.0002.6:0 "Get the [minority_6.GetCollectiveNounNoTooltip] out of my [ROOT.Char.GetPrimaryTitle.GetTierAsNameNoTooltip]." + minorities.0003.7:0 "The [minority_7.GetCollectiveNounNoTooltip] do not belong here." + minorities.0003.8:0 "Get rid of the [minority_8.GetCollectiveNounNoTooltip] and their bizarre ways." + minorities.0003.9:0 "Remove the [minority_9.GetCollectiveNounNoTooltip] at once." + minorities.0001.next:0 "There are others..." + minorities.0001.back:0 "There are others..." + minorities.0001.cancel:0 "Perhaps this is not the best idea, after all." + minorities.0002.cancel:0 "$minorities.0001.cancel$" + minorities.0003.cancel:0 "$minorities.0001.cancel$" + + ### GAME CONCEPTS ### + MINORITIES_MAP_NAME:0 "#V Minorities#!" + MINORITIES_MAP_TOOLTIP:0 "#T $MINORITIES_MAP_NAME$\n#!Shows [minority_faiths|E] and [minority_cultures|E] on the map." + + game_concept_minority_culture:0 "Minority Culture" + game_concept_minority_cultures:0 "Minority Cultures" + game_concept_minority_culture_large:0 "Large Minority" + game_concept_minority_culture_small:0 "Small Minority" + + game_concept_minority_faith:0 "Minority Faith" + game_concept_minority_faiths:0 "Minority Faiths" + game_concept_minority_faith_large:0 "Large Minority" + game_concept_minority_faith_small:0 "Small Minority" + + game_concept_minority_faith_desc:0 "A Minority Faith represents a proportion of the population of a [county|E] which follows another [faith|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original faith of the county, which becomes a new minority in that county." + game_concept_minority_culture_desc:0 "A Minority Culture represents a proportion of the population of a [county|E] belonging to another [culture|E].\n\nMinorities may be small or large. A small minority may grow to become a large minority, and a large minority may grow enough to displace the original culture of the county, which becomes a new minority in that county." + + game_concept_minority_capacity: "Minority Capacity" + game_concept_minority_capacity_desc: "The weighted number of minorities that a county can support, a minimum of one. This capacity is separate for both [minority_cultures|E] and [minority_faiths|E]. It depends on the [holdings|E] and [county_development|E] of the [county|E]; a county with #emp only#! [tribal_holdings|E] can support only a single minority, regardless of development and the minority capacity scales logarithmically with development for counties that have at least one non-tribal holding.\n\nThis value can further depend on the [ethos|E] and [culture_traditions|E] (for cultures) and #V $doctrine_pluralism_name$#! and [doctrines|E] (for faiths) of the majority population of the county\n\nFrom development, a county with at least one non-tribal holding can support an additional:\n$EFFECT_LIST_BULLET$ [county_development|E] 4: 1 more\n$EFFECT_LIST_BULLET$ [county_development|E] 7: 2 more\n$EFFECT_LIST_BULLET$ [county_development|E] 11: 3 more\n$EFFECT_LIST_BULLET$ [county_development|E] 18: 4 more\n$EFFECT_LIST_BULLET$ [county_development|E] 29: 5 more\n$EFFECT_LIST_BULLET$ [county_development|E] 47: 6 more\n$EFFECT_LIST_BULLET$ [county_development|E] 76: 7 more\n\n\t minorities, before considering the impact of $ethos$, $doctrines$, &c." + + task_conversion_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_faith','Minority')|E] of the [county|E] changes [faith|E] to [councillor.GetFaith.GetName]" + task_promote_culture_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_culture','Minority')|E] of the [county|E] changes [culture|E] to [councillor_liege.GetCulture.GetName]" \ No newline at end of file From 03c839e547770fdb03335a2d122a04815870a597 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 19:03:27 -0400 Subject: [PATCH 047/339] Genericize council tasks --- .../00_court_chaplain_tasks_BP_overwrite.txt | 10 ++++- .../00_steward_tasks_BP_overwrite.txt | 9 +++- .../sea_minority_triggers.txt | 43 ++++++++++--------- 3 files changed, 38 insertions(+), 24 deletions(-) diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index 5fefc6200d..a86947e904 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -572,10 +572,16 @@ task_conversion = { scope:county = { if = { limit = { scope:county.faith = scope:councillor.faith } - demote_random_faith_minority_effect = yes + demote_least_supported_minority_in_county_effect = { + CULTURE_OR_FAITH = faith + THE_COUNTY = scope:county + } } else = { - promote_faith_minority_effect = { FAITH = scope:councillor.faith } + promote_minority_effect = { + CULTURE_OR_FAITH = faith + ITEM = scope:councillor.faith + } if = { limit = { scope:county.faith = scope:councillor.faith } scope:councillor = { start_default_task = yes } diff --git a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt index 77d445d235..4df7ee6326 100644 --- a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt @@ -938,7 +938,10 @@ task_promote_culture = { scope:county = { if = { limit = { scope:county.culture = scope:councillor_liege.culture } - demote_random_culture_minority_effect = yes + demote_least_supported_minority_in_county_effect = { + CULTURE_OR_FAITH = culture + THE_COUNTY = scope:county + } } else = { if = { @@ -962,6 +965,10 @@ task_promote_culture = { } promote_culture_minority_effect = { CULTURE = scope:councillor_liege.culture } + promote_minority_effect = { + CULTURE_OR_FAITH = culture + ITEM = scope:councillor_liege.culture + } if = { limit = { scope:county.culture = scope:councillor_liege.culture } scope:councillor = { start_default_task = yes } diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 5578f84980..9bca038c6c 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -37,27 +37,6 @@ county_has_minority_culture_trigger = { } } -county_is_religiously_protected_trigger = { - exists = holder.liege - holder = { - OR = { - AND = { - liege = root - is_ruler = yes - is_independent_ruler = no - vassal_contract_has_flag = religiously_protected - } - any_liege_or_above = { - exists = liege - liege = root - is_ruler = yes - is_independent_ruler = no - vassal_contract_has_flag = religiously_protected - } - } - } -} - # $FAITH$ county_has_astray_or_worse_minority_faith_trigger = { county_has_minority_faith_trigger = yes @@ -146,6 +125,28 @@ county_has_specific_minority_culture_trigger = { ### These are meant to overwritten liberally when integrated into other mods +### WtWSMS TODO: apply proper generalization here +county_is_religiously_protected_trigger = { + exists = holder.liege + holder = { + OR = { + AND = { + liege = root + is_ruler = yes + is_independent_ruler = no + vassal_contract_has_flag = religiously_protected + } + any_liege_or_above = { + exists = liege + liege = root + is_ruler = yes + is_independent_ruler = no + vassal_contract_has_flag = religiously_protected + } + } + } +} + ### General triggers is_dharmic_faith_trigger = { OR = { From 74e78d24c32c3c466c7ba32f5af450a88ed0642d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 19:29:20 -0400 Subject: [PATCH 048/339] Some final cleanup of submod base code --- .../script_values_database_exceptions.txt | 9 + .../00_steward_tasks_BP_overwrite.txt | 1 - .../scripted_effects/sea_minority_effects.txt | 514 +----------------- .../events/_BP_events/sea_minority_events.txt | 30 +- 4 files changed, 34 insertions(+), 520 deletions(-) diff --git a/.known_errors/script_values_database_exceptions.txt b/.known_errors/script_values_database_exceptions.txt index d44cdb7cff..76109b69c4 100644 --- a/.known_errors/script_values_database_exceptions.txt +++ b/.known_errors/script_values_database_exceptions.txt @@ -31,6 +31,15 @@ religious_cb_piety_loss_kingdom religious_cb_piety_loss_duchy faith_hostility_prevents_marriage_level religious_cb_piety_gain_empire +##### Minority SubMod Stuff ##### +#Lots of nested script values here +support_of_a_faith_minority_in_county +minority_capacity_of_county_culture +minority_capacity_of_county_faith +number_of_culture_minorities_in_county_weighted +number_of_faith_minorities_in_county_weighted +support_of_a_culture_minority_in_county +support_of_a_faith_minority_in_county ##### BP Stuff ##### #ccu_culture_values_CCU_overwrite court_language_ai_score diff --git a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt index 4df7ee6326..6bea69635c 100644 --- a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt @@ -964,7 +964,6 @@ task_promote_culture = { } } - promote_culture_minority_effect = { CULTURE = scope:councillor_liege.culture } promote_minority_effect = { CULTURE_OR_FAITH = culture ITEM = scope:councillor_liege.culture diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 5362b63f85..cbe0dca946 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -1,516 +1,4 @@ -# scope:county -# $CULTURE$ -promote_culture_minority_effect = { - if = { - limit = { scope:county.culture = $CULTURE$ } - # failsafe because this should never happen - } - else_if = { - limit = { - has_variable_list = culture_minorities_small - is_target_in_variable_list = { - name = culture_minorities_small - target = $CULTURE$ - } - } - add_to_variable_list = { - name = culture_minorities_large - target = $CULTURE$ - } - remove_list_variable = { - name = culture_minorities_small - target = $CULTURE$ - } - } - else_if = { - limit = { - has_variable_list = culture_minorities_large - is_target_in_variable_list = { - name = culture_minorities_large - target = $CULTURE$ - } - } - remove_list_variable = { - name = culture_minorities_large - target = $CULTURE$ - } - add_to_variable_list = { - name = culture_minorities_large - target = scope:county.culture - } - - set_county_culture = $CULTURE$ - } - else = { - add_to_variable_list = { - name = culture_minorities_small - target = $CULTURE$ - } - } -} - -# scope:county -# $FAITH$ -promote_faith_minority_effect = { - if = { - limit = { scope:county.faith = $FAITH$ } - # failsafe because this should never happen - } - else_if = { - limit = { - has_variable_list = faith_minorities_small - is_target_in_variable_list = { - name = faith_minorities_small - target = $FAITH$ - } - } - add_to_variable_list = { - name = faith_minorities_large - target = $FAITH$ - } - remove_list_variable = { - name = faith_minorities_small - target = $FAITH$ - } - } - else_if = { - limit = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { - name = faith_minorities_large - target = $FAITH$ - } - } - remove_list_variable = { - name = faith_minorities_large - target = $FAITH$ - } - add_to_variable_list = { - name = faith_minorities_large - target = scope:county.faith - } - - set_county_faith = $FAITH$ - } - else = { - add_to_variable_list = { - name = faith_minorities_small - target = $FAITH$ - } - } -} - -demote_random_faith_minority_effect = { - if = { - limit = { has_variable_list = faith_minorities_small } - every_in_list = { - variable = faith_minorities_small - add_to_temporary_list = potential_faiths - } - } - if = { - limit = { has_variable_list = faith_minorities_large } - every_in_list = { - variable = faith_minorities_large - add_to_temporary_list = potential_faiths - } - } - - random_in_list = { - list = potential_faiths - save_scope_as = faith_to_demote - } - - if = { - limit = { exists = scope:faith_to_demote } - - if = { - limit = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { - name = faith_minorities_large - target = scope:faith_to_demote - } - } - remove_list_variable = { - name = faith_minorities_large - target = scope:faith_to_demote - } - add_to_variable_list = { - name = faith_minorities_small - target = scope:faith_to_demote - } - } - else_if = { - limit = { - has_variable_list = faith_minorities_small - is_target_in_variable_list = { - name = faith_minorities_small - target = scope:faith_to_demote - } - } - remove_list_variable = { - name = faith_minorities_small - target = scope:faith_to_demote - } - } - } -} - -demote_random_culture_minority_effect = { - if = { - limit = { has_variable_list = culture_minorities_small } - every_in_list = { - variable = culture_minorities_small - add_to_temporary_list = potential_cultures - } - } - if = { - limit = { has_variable_list = culture_minorities_large } - every_in_list = { - variable = culture_minorities_large - add_to_temporary_list = potential_cultures - } - } - - random_in_list = { - list = potential_cultures - save_scope_as = culture_to_demote - } - - if = { - limit = { exists = scope:culture_to_demote } - - if = { - limit = { - has_variable_list = culture_minorities_large - is_target_in_variable_list = { - name = culture_minorities_large - target = scope:culture_to_demote - } - } - remove_list_variable = { - name = culture_minorities_large - target = scope:culture_to_demote - } - add_to_variable_list = { - name = culture_minorities_small - target = scope:culture_to_demote - } - } - else_if = { - limit = { - has_variable_list = culture_minorities_small - is_target_in_variable_list = { - name = culture_minorities_small - target = scope:culture_to_demote - } - } - remove_list_variable = { - name = culture_minorities_small - target = scope:culture_to_demote - } - } - } -} - -# scope:source_county -county_to_county_culture_faith_migration_effect = { - scope:source_county = { - if = { - limit = { - any_title_to_title_neighboring_county = { - OR = { - NOT = { faith = scope:source_county.faith } - NOT = { culture = scope:source_county.culture } - } - } - } - random_neighboring_county = { - limit = { - OR = { - NOT = { faith = scope:source_county.faith } - NOT = { culture = scope:source_county.culture } - } - } - save_scope_as = county - if = { - limit = { NOT = { faith = scope:source_county.faith } } - promote_faith_minority_effect = { FAITH = scope:source_county.faith } - } - if = { - limit = { NOT = { culture = scope:source_county.culture } } - promote_culture_minority_effect = { CULTURE = scope:source_county.culture } - } - notify_characters_of_culture_faith_migration_effect = yes - } - } - } -} - -spawn_minority_culture_in_bordering_county_effect = { - save_scope_as = this_culture - - random_culture_county = { - limit = { - # Must border a culture which is not this_culture - any_title_to_title_neighboring_county = { NOT = { this.culture = scope:this_culture } } - } - save_scope_as = source_county - - random_neighboring_county = { - limit = { NOT = { this.culture = scope:this_culture } } - save_scope_as = county - - # promote culture minority - promote_culture_minority_effect = { CULTURE = scope:source_county.culture } - notify_characters_of_culture_migration_effect = yes - } - } -} - -spawn_minority_faith_in_bordering_county_effect = { - save_scope_as = this_faith - - random_county = { - limit = { - faith = scope:this_faith - # Must border a faith which is not this_faith - any_title_to_title_neighboring_county = { NOT = { this.faith = scope:this_faith } } - } - save_scope_as = source_county - - random_neighboring_county = { - limit = { NOT = { this.faith = scope:this_faith } } - save_scope_as = county - - # promote faith minority - promote_faith_minority_effect = { FAITH = scope:source_county.faith } - notify_characters_of_faith_migration_effect = yes - } - } -} - -# scope:minority_culture -# scope:source_county -minority_culture_growth_effect = { - scope:source_county = { - save_scope_as = county - promote_culture_minority_effect = { CULTURE = scope:minority_culture } - } -} - -minority_culture_spread_effect = { - scope:source_county = { - random_neighboring_county = { - limit = { NOT = { culture = scope:minority_culture } } - save_scope_as = county - promote_culture_minority_effect = { CULTURE = scope:minority_culture } - notify_characters_of_culture_migration_effect = yes - } - } -} - -# scope:minority_faith -# scope:source_county -minority_faith_growth_effect = { - scope:source_county = { - save_scope_as = county - promote_faith_minority_effect = { FAITH = scope:minority_faith } - } -} - -minority_faith_spread_effect = { - scope:source_county = { - random_neighboring_county = { - limit = { NOT = { faith = scope:minority_faith } } - save_scope_as = county - promote_faith_minority_effect = { FAITH = scope:minority_faith } - notify_characters_of_faith_migration_effect = yes - } - } -} - -# scope:source_county -# scope:county -notify_characters_of_culture_faith_migration_effect = { - scope:source_county.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = scope:source_county } - } - add_to_temporary_list = characters_to_notify - } - } - } - - scope:county.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = scope:county } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - - send_interface_toast = { - type = event_generic_neutral - title = minority_culture_faith_spread_title - custom_tooltip = minority_culture_faith_spread_tt - right_icon = scope:county - } - } -} - -# scope:source_county -# scope:county -notify_characters_of_faith_migration_effect = { - scope:source_county.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = scope:source_county } - } - add_to_temporary_list = characters_to_notify - } - } - } - - scope:county.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = scope:county } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - - send_interface_toast = { - type = event_generic_neutral - title = minority_faith_spread_title - custom_tooltip = minority_faith_spread_tt - right_icon = scope:county - } - } -} - -# scope:source_county -# scope:county -notify_characters_of_culture_migration_effect = { - scope:source_county.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = scope:source_county } - } - add_to_temporary_list = characters_to_notify - } - } - } - - scope:county.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = scope:county } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - - send_interface_toast = { - type = event_generic_neutral - title = minority_culture_spread_title - custom_tooltip = minority_culture_spread_tt - right_icon = scope:county - } - } -} - -# scope:source_county -# scope:county -notify_recipient_of_culture_faith_migration_effect = { - scope:county.holder = { - add_to_temporary_list = characters_to_notify - top_liege = { - if = { - limit = { is_ai = no } - add_to_temporary_list = characters_to_notify - } - every_vassal_or_below = { - limit = { - is_ai = no - any_sub_realm_county = { this = scope:county } - } - add_to_temporary_list = characters_to_notify - } - } - } - - every_in_local_list = { - list = characters_to_notify - - send_interface_toast = { - type = event_generic_neutral - title = minority_culture_faith_appearance_title - custom_tooltip = minority_culture_faith_appearance_tt - right_icon = scope:county - } - } -} - -# scope:source_county +# scope:source_county # scope:county notify_recipient_of_faith_migration_effect = { scope:county.holder = { diff --git a/WtWSMS/events/_BP_events/sea_minority_events.txt b/WtWSMS/events/_BP_events/sea_minority_events.txt index 21831aa93d..f9d2ee20c8 100644 --- a/WtWSMS/events/_BP_events/sea_minority_events.txt +++ b/WtWSMS/events/_BP_events/sea_minority_events.txt @@ -92,7 +92,10 @@ scripted_effect expel_religious_minorities_effect = { random_neighboring_and_across_water_top_liege_realm_owner = { random_realm_county = { save_scope_as = county - promote_faith_minority_effect = { FAITH = scope:expelled_faith } + promote_minority_effect = { + CULTURE_OR_FAITH = faith + ITEM = scope:expelled_faith + } scope:expelled_faith = { save_scope_as = minority_faith } notify_recipient_of_faith_migration_effect = yes } @@ -127,14 +130,20 @@ scripted_effect expel_religious_minorities_effect = { random_neighboring_and_across_water_top_liege_realm_owner = { random_realm_county = { save_scope_as = county - promote_faith_minority_effect = { FAITH = scope:expelled_faith } + promote_minority_effect = { + CULTURE_OR_FAITH = faith + ITEM = scope:expelled_faith + } notify_recipient_of_faith_migration_effect = yes } } random_neighboring_and_across_water_top_liege_realm_owner = { random_realm_county = { save_scope_as = county - promote_faith_minority_effect = { FAITH = scope:expelled_faith } + promote_minority_effect = { + CULTURE_OR_FAITH = faith + ITEM = scope:expelled_faith + } notify_recipient_of_faith_migration_effect = yes } } @@ -250,7 +259,10 @@ scripted_effect expel_cultural_minorities_effect = { random_neighboring_and_across_water_top_liege_realm_owner = { random_realm_county = { save_scope_as = county - promote_culture_minority_effect = { CULTURE = scope:expelled_culture } + promote_minority_effect = { + CULTURE = culture + ITEM = scope:expelled_culture + } scope:expelled_culture = { save_scope_as = minority_culture } notify_recipient_of_culture_migration_effect = yes } @@ -285,14 +297,20 @@ scripted_effect expel_cultural_minorities_effect = { random_neighboring_and_across_water_top_liege_realm_owner = { random_realm_county = { save_scope_as = county - promote_culture_minority_effect = { CULTURE = scope:expelled_culture } + promote_minority_effect = { + CULTURE = culture + ITEM = scope:expelled_culture + } notify_recipient_of_culture_migration_effect = yes } } random_neighboring_and_across_water_top_liege_realm_owner = { random_realm_county = { save_scope_as = county - promote_culture_minority_effect = { CULTURE = scope:expelled_culture } + promote_minority_effect = { + CULTURE = culture + ITEM = scope:expelled_culture + } notify_recipient_of_culture_migration_effect = yes } } From 212ec9f0a0f074c5c86653b2d25e7f69b51c8b0a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 14 Sep 2022 21:54:27 -0400 Subject: [PATCH 049/339] Overhaul West Anatolia & Bosporus * Fixup Hypsisterian locations based on attestion * Add some corresponding minorities based on attestation * Fix religion --- .../on_action/sea_minority_game_start.txt | 137 +++++++++++++++++- .../religion/holy_sites/BP_holy_sites.txt | 15 +- .../common/religion/religions/BP_bosporan.txt | 4 +- .../sea_minority_effects_generic.txt | 11 ++ WtWSMS/history/provinces/bp_k_asia.txt | 26 ++-- WtWSMS/history/provinces/bp_k_galatia.txt | 14 +- WtWSMS/history/provinces/bp_k_pontus.txt | 24 ++- WtWSMS/history/provinces/bp_k_taurica.txt | 1 + WtWSMS/history/titles/bp_k_asia.txt | 2 +- WtWSMS/history/titles/bp_k_mauretania.txt | 2 +- .../religion/BP_religion_l_english.yml | 3 +- _developer_documentation/_BP_design.info | 2 - 12 files changed, 190 insertions(+), 51 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 8a4b40bcc5..eb8155e6d6 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1,4 +1,7 @@ -on_game_start = { +#Sources: +#[1] M. Mueller, HYPSISTOS CULTS IN THE GREEK WORLD DURING THE ROMAN IMPERIUM. Hamilton, Ontario: McMaster University, 2014. + +on_game_start = { on_actions = { set_minorities_game_start BP_set_minorities_universal @@ -231,6 +234,8 @@ BP_set_minorities_universal = { this = title:c_attica this = title:c_baghdad this = title:c_guzgan #Yahudan seems to be a reference to Jews + this = title:c_pacatiana #Jewish presence since Selecudi time, likely contributed to Hypsisterians + this.duchy = title:d_cyprus #Long term Jewish presence in Cyprus, although significantly reduced after the AD 116 revolt and poorly attested AD II-IV century [1] } } this = { @@ -434,7 +439,7 @@ BP_set_minorities_universal = { } } } - #Religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis + #North African religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis every_county = { limit = { OR = { @@ -750,6 +755,96 @@ BP_set_minorities_by_date = { } } } + every_county = { + limit = { + OR = { + this.duchy = title:d_leptis_magna + this = title:c_libtripoli + } + } + this = { + if = { + limit = { NOT = { this.faith = faith:gurzil } } + add_to_variable_list = { + name = faith_minorities_small + target = faith:gurzil + } + } + } + } + #Hypsisterians + ##Hypsisterians + ###Hypsisterians + #see [1] + every_county = { + #I select the locations Mueller notes as at least tangentially connected to the + #cult of Oenoanda, with a few other places that he's more ambivalent + limit = { + OR = { + #The southern references + this = title:c_lycia + this = title:c_caria + this = title:c_pisidia + #Phrygia & Lycia & Lydia + this = title:c_phrygia + this = title:c_prusa + this = title:c_hadrianeia + this = title:c_lydia + this = title:c_chonae + this = title:c_pacatiana + #Surrounding Paphlagonia + this = title:c_honorias + this = title:c_pompeiopolis + this = title:c_sinope + #Bosporan Kingdom + this = title:c_khumar + this = title:c_azov + this = title:c_tana #Was a major center, even if it had been reduced by Bolghars + } + } + this = { + add_minority_to_county = { + CULTURE_OR_FAITH = faith + SIZE = small + ITEM = faith:bosporan_faith + } + } + } + every_county = { + #I select the locations Mueller notes as at least tangentially connected to the + #cult of Oenoanda, with a few other places that he's more ambivalent + limit = { + OR = { + this = title:c_kerch + this = title:c_kalos_limen + } + } + this = { + add_minority_to_county = { + CULTURE_OR_FAITH = faith + SIZE = large + ITEM = faith:bosporan_faith + } + } + } + #Pagans + ##Hellenics + ###Cybellians + every_county = { + limit = { #Cybellian holy sites; still about 100 years since + OR = { + this = title:c_phrygia + this = title:c_satif + } + } + this = { + add_minority_to_county = { + CULTURE_OR_FAITH = faith + SIZE = small + ITEM = faith:cybelian + } + } + } # Cultures #======================== @@ -831,6 +926,42 @@ BP_set_minorities_by_date = { } } } + #Libyans + every_county = { + limit = { + OR = { + this.duchy = title:d_leptis_magna + this = title:c_libtripoli + } + } + this = { + if = { + limit = { NOT = { this.culture = culture:libyan } } + add_to_variable_list = { + name = culture_minorities_small + target = culture:libyan + } + } + } + } + #Bosporans + every_county = { + limit = { + OR = { + this = title:c_tana + this = title:c_azov + this = title:c_khumar + } + } + this = { + add_minority_to_county = { + CULTURE_OR_FAITH = culture + SIZE = small + ITEM = culture:bosporan + } + } + } + ## Other Special Regions #======================== @@ -1007,7 +1138,7 @@ BP_set_minorities_by_date = { } } } - ### Nicene Christians amongst the Priscillianists & Hellenics + ### Nicene Christians amongst the Priscillianists & Hellenics in Hispania every_county = { #Large populations limit = { OR = { diff --git a/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt b/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt index 3ada884bab..349194a8b9 100644 --- a/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt +++ b/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt @@ -264,18 +264,21 @@ thrake = { same_faith_opinion = 5 } } -sinope = { - county = c_sinope - character_modifier = { - naval_movement_speed_mult = 0.1 - } -} trebizond = { county = c_trebizond character_modifier = { mountains_advantage = 3 } } +tanais = { #Major center of Hypsisterianism + county = c_tana + character_modifier = { naval_movement_speed_mult = 0.1 } +} +oenoanda = { + county = c_lycia + barony = b_olbasa + character_modifier = { monthly_piety_gain_mult = 0.1 } +} # Georgian Pagan kartli = { county = c_kartli diff --git a/WtWSMS/common/religion/religions/BP_bosporan.txt b/WtWSMS/common/religion/religions/BP_bosporan.txt index ad0c45cd44..35b85c6379 100644 --- a/WtWSMS/common/religion/religions/BP_bosporan.txt +++ b/WtWSMS/common/religion/religions/BP_bosporan.txt @@ -216,8 +216,8 @@ holy_site = korchev holy_site = chersonesus holy_site = thrake - holy_site = sinope - holy_site = trebizond + holy_site = tanais #Definitely more important center than Tanais + holy_site = oenoanda #The most "orthodox" of the Hypsisterian sites doctrine = tenet_jewish_syncretism doctrine = tenet_hellenic_syncretism diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt index 399ec9697e..cf87701a3b 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt @@ -72,6 +72,17 @@ demote_minority_effect = { } } +### On-Actions +add_minority_to_county = { #county scope + if = { + limit = { NOT = { this.$CULTURE_OR_FAITH$ = $ITEM$ } } + add_to_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_$SIZE$ + target = $ITEM$ + } + } +} + ### Notification routines notify_characters_of_minority_reduction_effect = { $THE_TARGET_COUNTY$.holder = { diff --git a/WtWSMS/history/provinces/bp_k_asia.txt b/WtWSMS/history/provinces/bp_k_asia.txt index 9c25dce5ad..9f302032be 100644 --- a/WtWSMS/history/provinces/bp_k_asia.txt +++ b/WtWSMS/history/provinces/bp_k_asia.txt @@ -24,6 +24,19 @@ # # [1] https://commons.wikimedia.org/wiki/File:Map_Phrygian_inscriptions.png # [2] https://en.wikipedia.org/wiki/Galatia#/media/File:Asia_Minor_in_the_Greco-Roman_period_-_general_map_-_regions_and_main_settlements.jpg +# +#### Hypsistarians: +# Most "Orthodox" Hypsistarian locations seem to be in 3 locations: +# * Lower Phrygia/Lykia +# * Bosporan Kingdom +# * Phahlagonia +# +# As such, the locations and distributions have been revised +# +#[1] M. Mueller, HYPSISTOS CULTS IN THE GREEK WORLD DURING THE ROMAN IMPERIUM. Hamilton, Ontario: McMaster University, 2014. +# +# +# NB: Removed post-476 cultures/religions pending review # k_asia @@ -85,9 +98,8 @@ ###c_pisidia 754 = { # 754 - Sozopolis culture = greek - religion = montanism + religion = bosporan_faith #Probably not, but Lykia (while majority Christian) was a center of "orthodox" Hypsistarianism holding = castle_holding - 550.1.1 = { religion = nicene } } 5667 = { # 5667 - Salda holding = none @@ -190,7 +202,6 @@ hill_farms_02 pastures_00 } - 550.1.1 = { religion = nicene } } 5545 = { # 5545 - Sardes holding = church_holding @@ -212,7 +223,6 @@ culture = greek religion = montanism holding = castle_holding - 550.1.1 = { religion = nicene } } 5535 = { # 5535 - Attalia holding = church_holding @@ -228,7 +238,6 @@ culture = greek religion = montanism holding = castle_holding - 550.1.1 = { religion = nicene } } 748 = { # 748 - Laodikeia holding = city_holding @@ -253,7 +262,6 @@ regimental_grounds_02 curtain_walls_02 } - 500.1.1 = { religion = nicene } } 3749 = { #Lampsakos holding = church_holding @@ -293,7 +301,6 @@ culture = greek #Was settlement point for Phrygian Goths, but those Goths were likely subsumed into Phrygian culture by 450s religion = montanism holding = castle_holding - 550.1.1 = { religion = nicene } } 5551 = { # 5551 - Poimanenon holding = city_holding @@ -309,7 +316,6 @@ culture = greek religion = melchisdechianism holding = castle_holding - 600.1.1 = { culture = greek } } 5555 = { # 5555 - Helge holding = church_holding #aka Germanicopolis @@ -331,7 +337,6 @@ culture = galatian #Ironically, Phrygians were probably displaced by 476 religion = montanism #Galatians seem to have held out a long time with Montanism holding = castle_holding - 600.1.1 = { culture = greek } } 5564 = { # 5564 - Oka holding = none @@ -354,7 +359,6 @@ culture = phrygian religion = montanism holding = castle_holding - 550.1.1 = { religion = nicene } } 5652 = { # 5652 - Nakoleia holding = city_holding @@ -374,7 +378,6 @@ culture = greek religion = montanism holding = castle_holding - 550.1.1 = { religion = nicene } } 5537 = { # 5537 - Cybele holding = city_holding @@ -412,7 +415,6 @@ culture = greek religion = hellenic_pagan holding = castle_holding - 590.1.1 = { religion = nicene } } 3740 = { #Kos holding = church_holding diff --git a/WtWSMS/history/provinces/bp_k_galatia.txt b/WtWSMS/history/provinces/bp_k_galatia.txt index 8d873edc97..404cccfbb8 100644 --- a/WtWSMS/history/provinces/bp_k_galatia.txt +++ b/WtWSMS/history/provinces/bp_k_galatia.txt @@ -8,6 +8,10 @@ # 500.1.1: First wave of Galatian reduction # 550.1.1: Second Wave of Galatian reduction # 600.1.1: Third Wave of Galatian reduction +# +# Montanism was as widespread as Galatia proper (Eusebius 5.16.4), so we spread Montanism there +# +# NB: Removed post-476 cultures/religions pending review # k_galatia @@ -61,10 +65,8 @@ ###c_galatia 753 = { # 753 - Ankyra culture = galatian - religion = nicene + religion = montanism holding = castle_holding - 500.1.1 = { culture = pontic } - 600.1.1 = { culture = greek } } 5578 = { # 5578 - Vindia holding = none @@ -86,10 +88,6 @@ culture = galatian religion = hellenic_pagan holding = castle_holding - 550.1.1 = { - culture = greek - religion = nicene - } } 5633 = { # 5633 - Aspona holding = none @@ -102,8 +100,6 @@ culture = galatian religion = nicene holding = castle_holding - 500.1.1 = { culture = pontic } - 600.1.1 = { culture = greek } } 5618 = { # 5618 - Therma holding = none diff --git a/WtWSMS/history/provinces/bp_k_pontus.txt b/WtWSMS/history/provinces/bp_k_pontus.txt index de9891b49e..119c1b5c65 100644 --- a/WtWSMS/history/provinces/bp_k_pontus.txt +++ b/WtWSMS/history/provinces/bp_k_pontus.txt @@ -10,7 +10,9 @@ # 527.1.1: Probable Christianization of the Laz peoples (by the time of Justinians reign); Bishops of Trebizond much earlier # WtSWMS # 550.1.1: Decline of Hypsistgothic_church religion -# 600.1.1: Second decline of Hypsistgothic_church religion (non-mountains) [Not WtWSMS] +# 600.1.1: Second decline of Hypsistarian religion (non-mountains) [Not WtWSMS] +# +# NB: Removed post-476 cultures/religions pending review # k_pontus @@ -40,12 +42,8 @@ ###c_tarsos 5569 = { # 5569 - Tarsos culture = greek - religion = cybelian + religion = nicene holding = castle_holding - 500.1.1 = { - culture = greek - religion = nicene - } } 5567 = { # 5567 - Prusias ad Hypium holding = church_holding @@ -59,7 +57,7 @@ ###c_paphlagonia 5581 = { # 5581 - Amastris culture = pontic - religion = nicene + religion = bosporan_faith holding = castle_holding } 5582 = { # 5582 - Aigialos @@ -74,7 +72,7 @@ ###c_pompeiopolis 5584 = { # 5584 - Pampeiopolis culture = pontic - religion = bosporan_faith + religion = nicene holding = castle_holding } 5585 = { # 5585 - Castamon @@ -101,7 +99,7 @@ ###c_honorias 740 = { # 740 - Herakleia culture = greek - religion = bosporan_faith + religion = nicene holding = castle_holding 500.1.1 = { culture = greek @@ -120,7 +118,7 @@ ###c_hadrianopolis 5574 = { # 5574 - Hadrianopolis culture = galatian - religion = nicene + religion = montanism holding = castle_holding } 5575 = { # 5575 - Krateia @@ -156,9 +154,8 @@ ###c_zela 5598 = { # 5598 - Comana Pontica culture = pontic - religion = bosporan_faith + religion = nicene holding = castle_holding - 600.1.1 = { religion = nicene} } 5597 = { # 5597 - Zela holding = church_holding @@ -169,9 +166,8 @@ ###c_euchaita 5594 = { # 5594 - Euchaita culture = pontic - religion = bosporan_faith + religion = nicene holding = castle_holding - 600.1.1 = { religion = nicene } } 5593 = { # 5593 - Pimolisa holding = none diff --git a/WtWSMS/history/provinces/bp_k_taurica.txt b/WtWSMS/history/provinces/bp_k_taurica.txt index 94dcaebebb..063ac15c27 100644 --- a/WtWSMS/history/provinces/bp_k_taurica.txt +++ b/WtWSMS/history/provinces/bp_k_taurica.txt @@ -26,6 +26,7 @@ culture = bosporan religion = bosporan_faith holding = castle_holding + 335.1.1 = { religion = nicene } #Rheskouporis converts to Christianity } 5276 = { #Kerkinitis AKA Yevpatoria holding = city_holding diff --git a/WtWSMS/history/titles/bp_k_asia.txt b/WtWSMS/history/titles/bp_k_asia.txt index de0611cb07..b1fe4ebda5 100644 --- a/WtWSMS/history/titles/bp_k_asia.txt +++ b/WtWSMS/history/titles/bp_k_asia.txt @@ -1070,7 +1070,7 @@ c_phrygia = { #c_dorylaion history } c_pacatiana = { #c_dorylaion history #Development - 387.1.1 = { change_development_level = 3 } + 387.1.1 = { change_development_level = 4 } 500.1.1 = { change_development_level = 6 } 600.1.1 = { change_development_level = 9 } 620.1.1 = { change_development_level = 5 } #Last Byzantine-Sasanian War diff --git a/WtWSMS/history/titles/bp_k_mauretania.txt b/WtWSMS/history/titles/bp_k_mauretania.txt index 2656715ff0..0d3c864dd0 100644 --- a/WtWSMS/history/titles/bp_k_mauretania.txt +++ b/WtWSMS/history/titles/bp_k_mauretania.txt @@ -960,7 +960,7 @@ c_satif = { #c_tell_atlas (elimination) 1.1.1 = { change_development_level = 2 } 200.1.1 = { change_development_level = 4 } 400.1.1 = { change_development_level = 6 } - 435.1.1 = { change_development_level = 3 } #Vandal kingdom established + 435.1.1 = { change_development_level = 4 } #Vandal kingdom established 500.1.1 = { change_development_level = 5 } 534.1.1 = { change_development_level = 2 } #Byzantine reconquest 600.1.1 = { change_development_level = 4 } diff --git a/WtWSMS/localization/english/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_l_english.yml index f99e5b0037..0a1fa2a1f4 100644 --- a/WtWSMS/localization/english/religion/BP_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_l_english.yml @@ -78,8 +78,9 @@ holy_site_korchev_name:0 "Korchev" holy_site_chersonesus_name:0 "Chersonesus" holy_site_thrake_name:0 "Thrake" - holy_site_sinope_name:0 "Sinope" holy_site_trebizond_name:0 "Trebizond" + holy_site_tanais_name: "Tanais" + holy_site_oenoanda_name: "Oenoanda" #Georgian Pagan holy_site_abkhazia_name:0 "Abkhazia" holy_site_ani_name:0 "Ani" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 97f7284ced..eb92137311 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,8 +37,6 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Add new game concepts for things like capacity - * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept From ca6e35ea5e3204cc4958e1de3b902373601affa5 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 15 Sep 2022 01:08:30 -0400 Subject: [PATCH 050/339] More code simplification * Split out Indian generation code for simplicity * Simplifying on_action interfaces * More code simplification --- .../on_action/sea_minority_game_start.txt | 995 +++--------------- .../sea_minority_effects_generic.txt | 44 +- .../sea_minority_on_action_effects.txt | 93 ++ .../events/_BP_events/sea_minority_events.txt | 6 +- WtWSMS/history/provinces/bp_k_gallaecia.txt | 2 - _developer_documentation/_BP_design.info | 2 + 6 files changed, 313 insertions(+), 829 deletions(-) create mode 100644 WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index eb8155e6d6..c54104d1eb 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -37,13 +37,9 @@ set_minorities_game_start = { this = title:c_alupa } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:kochinim - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:malabarism + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:malabarism + CULTURE = culture:kochinim } } #Indian Nestorians @@ -54,10 +50,7 @@ set_minorities_game_start = { this = title:c_panaji } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } + add_small_faith_to_county_effect = { FAITH = faith:nestorian } } # Manicheans in Hexi Corridor every_county = { @@ -67,12 +60,9 @@ set_minorities_game_start = { this = title:c_liangzhou } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean - } + add_small_faith_to_county_effect = { FAITH = faith:manichean } } - # Jews in Hexi Corridor + # Rabiinism in Hexi Corridor every_county = { limit = { OR = { @@ -80,20 +70,13 @@ set_minorities_game_start = { this = title:c_liangzhou } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } + add_small_faith_to_county_effect = { FAITH = faith:rabbinism } } # Parsees title:c_daman = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:mazdayasna - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:persian + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:mazdayasna + CULTURE = culture:persian } } } @@ -116,15 +99,7 @@ BP_set_minorities_universal = { NOT = { this = title:c_kishsh } NOT = { this = title:c_otrar } } - if = { - limit = { NOT = { this.faith = faith:nestorian } } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:nestorian - } - } - } + add_large_faith_to_county_effect = { FAITH = faith:nestorian } } every_county = { #Small Concentrations limit = { @@ -137,15 +112,7 @@ BP_set_minorities_universal = { this = title:c_kishsh } } - if = { - limit = { NOT = { this.faith = faith:nestorian } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } - } - } + add_small_faith_to_county_effect = { FAITH = faith:nestorian } } ### Marcionism every_county = { #Large Concentrations @@ -157,31 +124,11 @@ BP_set_minorities_universal = { this = title:c_maragha } } - if = { - limit = { NOT = { this.faith = faith:marcionism } } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:marcionism - } - } - } + add_large_faith_to_county_effect = { FAITH = faith:marcionism } } every_county = { #Small Concentrations - limit = { - OR = { - this = title:c_talish - } - } - if = { - limit = { NOT = { this.faith = faith:marcionism } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:marcionism - } - } - } + limit = { this = title:c_talish } + add_small_faith_to_county_effect = { FAITH = faith:marcionism } } ## Jews @@ -193,37 +140,20 @@ BP_set_minorities_universal = { this = title:c_derbent } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:tzadikite - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:juhuro - } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:tzadikite + CULTURE = culture:juhuro } } - ### Georgian Jews + ### Diasporic Localized Rabbinism Populations every_county = { limit = { OR = { + #Georgian Jews this = title:c_kakheti this = title:c_tbilisi this = title:c_kartli - } - } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - } - } - ### Diasporic Localized Rabbinism Populations - every_county = { - limit = { - OR = { + #Other Jews this = title:c_byzantion this = title:c_aeolis this = title:c_ionia @@ -238,12 +168,7 @@ BP_set_minorities_universal = { this.duchy = title:d_cyprus #Long term Jewish presence in Cyprus, although significantly reduced after the AD 116 revolt and poorly attested AD II-IV century [1] } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - } + add_small_faith_to_county_effect = { FAITH = faith:rabbinism } } #Mazdans @@ -251,12 +176,7 @@ BP_set_minorities_universal = { ### Khurmazta every_county = { #Large Concentrations limit = { this.duchy = title:d_balkh } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:khurmazta - } - } + add_large_faith_to_county_effect = { FAITH = faith:khurmazta } } every_county = { #Small Concentrations limit = { @@ -267,36 +187,18 @@ BP_set_minorities_universal = { } NOT = { this = title:c_otrar } } - if = { - limit = { NOT = { this.faith = faith:khurmazta } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:khurmazta - } - } - } + add_small_faith_to_county_effect = { FAITH = faith:khurmazta } } ### Mazdyasna every_county = { #Large Concentrations limit = { this.faith = faith:zurvanism } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:mazdayasna - } - } + add_large_faith_to_county_effect = { FAITH = faith:mazdayasna } } ## Dualists ###Manicheans every_county = { #Large Concentrations limit = { this.duchy = title:d_soghd } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:manichean - } - } + add_large_faith_to_county_effect = { FAITH = faith:manichean } } every_county = { #Small Concentrations limit = { @@ -308,15 +210,10 @@ BP_set_minorities_universal = { } NOT = { this = title:c_otrar } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean - } - } + add_small_faith_to_county_effect = { FAITH = faith:manichean } } ###Mandeans - every_county = { #Large Concentrations + every_county = { limit = { OR = { this = title:c_rusafa @@ -324,18 +221,6 @@ BP_set_minorities_universal = { this = title:c_abbadan this = title:c_ahvaz this = title:c_wasit - } - } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:mandeaism - } - } - } - every_county = { #Small Concentrations - limit = { - OR = { this = title:c_badaraya this = title:c_batiha this = title:c_akhadid @@ -343,27 +228,14 @@ BP_set_minorities_universal = { this = title:c_baghdad } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:mandeaism - } - } + add_small_faith_to_county_effect = { FAITH = faith:mandeaism } } # Dharmics ## Buddhists ### Dharmagutakans every_county = { #Large Concentrations limit = { this = title:c_merv } #Major Buddhist center Pre-Islam - if = { - limit = { NOT = { this.faith = faith:dharmaguptaka } } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:dharmaguptaka - } - } - } + add_large_faith_to_county_effect = { FAITH = faith:dharmaguptaka } } every_county = { #Small Concentrations limit = { @@ -378,66 +250,28 @@ BP_set_minorities_universal = { this = title:c_amol } } - if = { - limit = { NOT = { this.faith = faith:dharmaguptaka } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:dharmaguptaka - } - } - } + add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } } ## Other Special Regions #======================== ### Hebrew territories are an admixture of many different groups every_county = { limit = { culture = culture:hebrew } - this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:rabbinism } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:rabbinism - } - } - if = { - limit = { NOT = { this.faith = faith:samaritan } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:samaritan - } - } - if = { - limit = { NOT = { this.faith = faith:nicene } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nicene - } - } - #Cultures - if = { - limit = { - OR = { - this = title:c_jerusalem - is_coastal_county = yes - } - NOT = { this.culture = culture:greek } - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek - } - } - if = { - limit = { NOT = { this.culture = culture:aramean } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean + #Faiths + add_large_faith_to_county_effect = { FAITH = faith:rabbinism } + add_large_faith_to_county_effect = { FAITH = faith:samaritan } + add_small_faith_to_county_effect = { FAITH = faith:nicene } + #Cultures + if = { + limit = { + OR = { + this = title:c_jerusalem + is_coastal_county = yes } } + add_small_culture_to_county_effect = { CULTURE = culture:greek } } + add_small_culture_to_county_effect = { CULTURE = culture:aramean } } #North African religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis every_county = { @@ -450,155 +284,45 @@ BP_set_minorities_universal = { this = title:c_souf } } - this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:african_church } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:african_church - } - } - if = { - limit = { NOT = { this.faith = faith:donatism } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:donatism - } - } - } + add_small_faith_to_county_effect = { FAITH = faith:african_church } + add_small_faith_to_county_effect = { FAITH = faith:donatism } } # Other Specific Counties #======================== - title:c_jerusalem = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:miaphysitism - } - } + title:c_jerusalem = { add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } title:c_harran = { #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:platonism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:hellenic_pagan - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:assyrian_pagan - } + add_small_faith_to_county_effect = { FAITH = faith:platonism } + add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } + add_small_faith_to_county_effect = { FAITH = faith:assyrian_pagan } #Cultures - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean - } + add_small_culture_to_county_effect = { CULTURE = culture:greek } + add_small_culture_to_county_effect = { CULTURE = culture:aramean } } title:c_alexandria = { - if = { - limit = { NOT = { this.faith = faith:miaphysitism } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:miaphysitism - } - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:coptic - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:karaism - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:miaphysitism + CULTURE = culture:coptic } + add_small_culture_to_county_effect = { CULTURE = culture:greek } + add_small_faith_to_county_effect = { FAITH = faith:karaism } } title:c_baghdad = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:mazdayasna - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nicene + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:mazdayasna + CULTURE = culture:persian } + #Faiths + add_small_faith_to_county_effect = { FAITH = faith:nicene } #Cultures - add_to_variable_list = { - name = culture_minorities_small - target = culture:persian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:assyrian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek - } - } - title:c_syrte = { #Long Attested Non-Berber language presence by al-Bakri - add_to_variable_list = { - name = culture_minorities_small - target = culture:punic - } + add_small_culture_to_county_effect = { CULTURE = culture:assyrian } + add_small_culture_to_county_effect = { CULTURE = culture:greek } } + #Long Attested Non-Berber language presence by al-Bakri + title:c_syrte = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } ## India and it's religious diversity #======================== - every_county = { - limit = { - this.title_province = { geographical_region = world_india } - this.faith = { - has_doctrine = eastern_hostility_doctrine - NOT = { has_doctrine = tenet_ethnic_religion } - } - } - this = { save_temporary_scope_as = the_county_temp } - every_neighboring_county = { - if = { - limit = { - faith = { - has_doctrine = eastern_hostility_doctrine - NOT = { has_doctrine = tenet_ethnic_religion } - NOT = { this = scope:the_county_temp.faith } - } - } - faith = { add_to_list = neighboring_faiths } - } - } - every_in_list = { - list = neighboring_faiths - this = { save_temporary_scope_as = the_faith_temp } - scope:the_county_temp = { - add_to_variable_list = { - name = faith_minorities_small - target = scope:the_faith_temp - } - } - this = { remove_from_list = neighboring_faiths } - } - scope:the_county_temp.holder.faith = { - if = { - limit = { - has_doctrine = eastern_hostility_doctrine - NOT = { has_doctrine = tenet_ethnic_religion } - NOT = { this = scope:the_county_temp.faith } - } - add_to_variable_list = { - name = faith_minorities_small - target = scope:the_faith_temp - } - } - } - } + add_dharmic_faith_minorities = yes } } @@ -606,17 +330,13 @@ BP_set_minorities_by_date = { effect = { if = { limit = { current_date <= 500.1.1 } - # Religions #======================== # Abrahamics ## Christians ### Georgian Orthodox title:c_abkhazia = { #Abkhaz Christians - add_to_variable_list = { - name = faith_minorities_large - target = faith:georgian_orthodox - } + add_large_faith_to_county_effect = { FAITH = faith:georgian_orthodox } } ### Maronites every_county = { @@ -633,13 +353,7 @@ BP_set_minorities_by_date = { } NOT = { this = title:c_acre } } - if = { - limit = { NOT = { this.faith = faith:maronite_church } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:maronite_church - } - } + add_large_faith_to_county_effect = { FAITH = faith:maronite_church } } every_county = { limit = { @@ -648,13 +362,7 @@ BP_set_minorities_by_date = { this = title:c_samosata } } - if = { - limit = { NOT = { this.faith = faith:maronite_church } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:maronite_church - } - } + add_small_faith_to_county_effect = { FAITH = faith:maronite_church } } ###Apollinarism every_county = { @@ -665,13 +373,7 @@ BP_set_minorities_by_date = { this = title:c_antiocheia } } - if = { - limit = { NOT = { this.faith = faith:apollinarism } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:apollinarism - } - } + add_small_faith_to_county_effect = { FAITH = faith:apollinarism } } ###Syrian Orthodox every_county = { @@ -689,13 +391,7 @@ BP_set_minorities_by_date = { this = title:c_tall_hamid } } - if = { - limit = { NOT = { this.faith = faith:syrian_orthodox } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:syrian_orthodox - } - } + add_large_faith_to_county_effect = { FAITH = faith:syrian_orthodox } } every_county = { limit = { @@ -704,26 +400,12 @@ BP_set_minorities_by_date = { this = title:c_samosata } } - if = { - limit = { NOT = { this.faith = faith:syrian_orthodox } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:syrian_orthodox - } - } + add_small_faith_to_county_effect = { FAITH = faith:syrian_orthodox } } ###Ebionites every_county = { limit = { this.culture = culture:hebrew } - this = { - if = { - limit = { NOT = { this.faith = faith:ebionite } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:ebionite - } - } - } + add_small_faith_to_county_effect = { FAITH = faith:ebionite } } ###Nestorians every_county = { @@ -731,46 +413,20 @@ BP_set_minorities_by_date = { this.culture = culture:assyrian NOT = { this = title:c_harran } } - this = { - if = { - limit = { NOT = { this.faith = faith:nestorian } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:nestorian - } - } - } + add_large_faith_to_county_effect = { FAITH = faith:nestorian } } every_county = { #Small Concentrations - limit = { - this.duchy = title:d_tabaristan - } - this = { - if = { - limit = { NOT = { this.faith = faith:nestorian } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } - } - } + limit = { this.duchy = title:d_tabaristan } + add_small_faith_to_county_effect = { FAITH = faith:nestorian } } every_county = { limit = { OR = { this.duchy = title:d_leptis_magna - this = title:c_libtripoli - } - } - this = { - if = { - limit = { NOT = { this.faith = faith:gurzil } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:gurzil - } + this = title:c_tripolitana } } + add_small_faith_to_county_effect = { FAITH = faith:gurzil } } #Hypsisterians ##Hypsisterians @@ -802,13 +458,7 @@ BP_set_minorities_by_date = { this = title:c_tana #Was a major center, even if it had been reduced by Bolghars } } - this = { - add_minority_to_county = { - CULTURE_OR_FAITH = faith - SIZE = small - ITEM = faith:bosporan_faith - } - } + add_small_faith_to_county_effect = { FAITH = faith:bosporan_faith } } every_county = { #I select the locations Mueller notes as at least tangentially connected to the @@ -819,13 +469,7 @@ BP_set_minorities_by_date = { this = title:c_kalos_limen } } - this = { - add_minority_to_county = { - CULTURE_OR_FAITH = faith - SIZE = large - ITEM = faith:bosporan_faith - } - } + add_large_faith_to_county_effect = { FAITH = faith:bosporan_faith } } #Pagans ##Hellenics @@ -837,24 +481,13 @@ BP_set_minorities_by_date = { this = title:c_satif } } - this = { - add_minority_to_county = { - CULTURE_OR_FAITH = faith - SIZE = small - ITEM = faith:cybelian - } - } + add_small_faith_to_county_effect = { FAITH = faith:cybelian } } # Cultures #======================== ###Remnant Medians - title:c_hamadan = { - add_to_variable_list = { - name = culture_minorities_large - target = culture:median - } - } + title:c_hamadan = { add_large_culture_to_county_effect = { CULTURE = culture:median } } every_county = { limit = { OR = { @@ -864,24 +497,11 @@ BP_set_minorities_by_date = { this = title:c_saimara } } - this = { - #Cultures - if = { - limit = { NOT = { this.culture = culture:median } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:median - } - } - } + add_small_culture_to_county_effect = { CULTURE = culture:median } } ### Taifal settlement in Gaul - title:c_quercy = { #Touffailles and Touffaillou - add_to_variable_list = { - name = culture_minorities_large - target = culture:taifal - } - } + #Touffailles and Touffaillou + title:c_quercy = { add_large_culture_to_county_effect = { CULTURE = culture:taifal } } every_county = { limit = { OR = { @@ -889,12 +509,7 @@ BP_set_minorities_by_date = { this = title:c_lyon } } - this = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:taifal - } - } + add_small_culture_to_county_effect = { CULTURE = culture:taifal } } #Romano-Arameans every_county = { @@ -904,12 +519,7 @@ BP_set_minorities_by_date = { this = title:c_acre } } - this = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:romano_aramean - } - } + add_small_culture_to_county_effect = { CULTURE = culture:romano_aramean } } #Greeks every_county = { @@ -919,30 +529,17 @@ BP_set_minorities_by_date = { this = title:c_acre } } - this = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:greek - } - } + add_small_culture_to_county_effect = { CULTURE = culture:greek } } #Libyans every_county = { limit = { OR = { this.duchy = title:d_leptis_magna - this = title:c_libtripoli - } - } - this = { - if = { - limit = { NOT = { this.culture = culture:libyan } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:libyan - } + this = title:c_tripolitana } } + add_small_culture_to_county_effect = { CULTURE = culture:libyan } } #Bosporans every_county = { @@ -953,16 +550,9 @@ BP_set_minorities_by_date = { this = title:c_khumar } } - this = { - add_minority_to_county = { - CULTURE_OR_FAITH = culture - SIZE = small - ITEM = culture:bosporan - } - } + add_small_culture_to_county_effect = { CULTURE = culture:bosporan } } - ## Other Special Regions #======================== ### North Africa @@ -972,23 +562,9 @@ BP_set_minorities_by_date = { this.duchy = title:d_caesariensis is_coastal_county = yes } - this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:african_church } } - add_to_variable_list = { - name = faith_minorities_large - target = faith:african_church - } - } - #Cultures - if = { - limit = { NOT = { this.culture = culture:romano_african } } - add_to_variable_list = { - name = culture_minorities_large - target = culture:romano_african - } - } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:african_church + CULTURE = culture:romano_african } } every_county = { @@ -998,23 +574,9 @@ BP_set_minorities_by_date = { this = title:c_gharb } } - this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:african_church } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:african_church - } - } - #Cultures - if = { - limit = { NOT = { this.culture = culture:romano_african } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:romano_african - } - } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:african_church + CULTURE = culture:romano_african } } ### Vandal Settlement in North Africa & Hispaniae @@ -1030,58 +592,21 @@ BP_set_minorities_by_date = { NOT = { this = title:c_tripolitana } is_coastal_county = yes } - this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:arian } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:arian - } - } - #Cultures - if = { - limit = { NOT = { this.culture = culture:vandalic } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:vandalic - } - } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:arian + CULTURE = culture:vandalic } } ### Persian-Aramean border - title:c_behabad = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:mazdayasna - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:persian - } - } every_county = { limit = { this = title:c_abbadan this = title:c_ahvaz + this = title:c_behabad } - this = { - #Faiths - if = { - limit = { NOT = { this.faith = faith:mazdayasna } } - add_to_variable_list = { - name = faith_minorities_small - target = faith:mazdayasna - } - } - #Cultures - if = { - limit = { NOT = { this.culture = culture:persian } } - add_to_variable_list = { - name = culture_minorities_small - target = culture:persian - } - } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:mazdayasna + CULTURE = culture:persian } } ### Alan settlement @@ -1101,15 +626,9 @@ BP_set_minorities_by_date = { this = title:c_algier } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:arian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:alan - } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:arian + CULTURE = culture:alan } } ### Visigothic Settlement @@ -1127,15 +646,9 @@ BP_set_minorities_by_date = { this = title:c_valladolid } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:gothic_church - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:visigothic - } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:gothic_church + CULTURE = culture:visigothic } } ### Nicene Christians amongst the Priscillianists & Hellenics in Hispania @@ -1148,12 +661,7 @@ BP_set_minorities_by_date = { this.culture = culture:romano_hispanic any_neighboring_county = { this.faith = faith:mozarabic_church } } - this = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:mozarabic_church - } - } + add_large_faith_to_county_effect = { FAITH = faith:mozarabic_church } } every_county = { #Small populations limit = { @@ -1164,289 +672,130 @@ BP_set_minorities_by_date = { this.culture = culture:romano_hispanic NOT = { any_neighboring_county = { this.faith = faith:mozarabic_church } } } - this = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:mozarabic_church - } - } + add_small_faith_to_county_effect = { FAITH = faith:mozarabic_church } } # Other Specific Counties #======================== ### Byzantium title:c_byzantion = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:miaphysitism - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:roman - } + add_large_culture_to_county_effect = { CULTURE = culture:roman } + add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } ### Thrace title:c_nikopolis = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:gothic_church - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:thracian_gothic + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:gothic_church + CULTURE = culture:thracian_gothic } } ### Pontus title:c_trebizond = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:georgian_pagan - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:macronian + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:macronian } } ### Hellas title:c_attica = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:platonism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:hellenic_pagan - } + add_small_faith_to_county_effect = { FAITH = faith:platonism } + add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } } ### Asia - title:c_phrygia = { #Remnant Phrygians - add_to_variable_list = { - name = culture_minorities_large - target = culture:phrygian - } - } + #Remnant Phrygians + title:c_phrygia = { add_large_culture_to_county_effect = { CULTURE = culture:phrygian } } title:c_pacatiana = { #Remnant Phrygian Ostrogoths/early Gothograecia (cf. Claudian, Zosimus) - add_to_variable_list = { - name = faith_minorities_small - target = faith:gothic_church - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:gothic + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:gothic_church + CULTURE = culture:gothic } } ### Israel & Oriens title:c_ghazza = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:mazdayasna - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:persian + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:mazdayasna + CULTURE = culture:persian } } title:c_jerusalem = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:monophysitism - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:roman - } - } - title:c_marash = { - #Cultures - add_to_variable_list = { - name = culture_minorities_large - target = culture:aramean - } - } - title:c_samosata = { - #Cultures - add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean - } - } - title:c_antiocheia = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean - } + add_small_culture_to_county_effect = { CULTURE = culture:roman } + add_small_faith_to_county_effect = { FAITH = faith:monophysitism } } + title:c_marash = { add_large_culture_to_county_effect = { CULTURE = culture:aramean } } + title:c_samosata = { add_small_culture_to_county_effect = { CULTURE = culture:aramean } } + title:c_antiocheia = { add_small_culture_to_county_effect = { CULTURE = culture:aramean } } ### Egypt title:c_alexandria = { - #Faiths - add_to_variable_list = { - name = faith_minorities_small - target = faith:egyptian_pagan #Horapollo in the late 5th century was buried by Egyptian Rites - } - #Cultures - add_to_variable_list = { - name = culture_minorities_small - target = culture:roman - } + add_small_faith_to_county_effect = { FAITH = faith:egyptian_pagan } #Horapollo in the late 5th century was buried by Egyptian Rites + add_small_culture_to_county_effect = { CULTURE = culture:roman } } ### Gaul title:c_provence = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:massalian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nicene + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:nicene + CULTURE = culture:massalian } } ### North Africa - title:c_tunis = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:rabbinism - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:punic - } - } + title:c_tunis = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } ### Asoristan - title:c_rusafa = { - #Cultures - add_to_variable_list = { - name = culture_minorities_large - target = culture:aramean - } - } + title:c_rusafa = { add_small_culture_to_county_effect = { CULTURE = culture:aramean } } title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region #Faith - add_to_variable_list = { - name = faith_minorities_large - target = faith:nestorian - } - add_to_variable_list = { #Roman captives after Shapur II rebuilt the city - name = faith_minorities_small - target = faith:nicene - } - add_to_variable_list = { #Remnant Greek Polytheism of the time - name = faith_minorities_small - target = faith:hellenic_pagan - } + add_large_faith_to_county_effect = { FAITH = faith:nestorian } + add_small_faith_to_county_effect = { FAITH = faith:nicene } #Roman captives after Shapur II rebuilt the city + add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } #Roman captives after Shapur II rebuilt the city #Culture - add_to_variable_list = { - name = culture_minorities_large - target = culture:aramean - } - add_to_variable_list = { #Roman captives after Shapur II rebuilt the city - name = culture_minorities_small - target = culture:roman - } - add_to_variable_list = { #Ancient Greek settlement in Susa - name = culture_minorities_small - target = culture:greek - } + add_large_culture_to_county_effect = { CULTURE = culture:aramean } + add_small_culture_to_county_effect = { CULTURE = culture:roman } #Roman captives after Shapur II rebuilt the city + add_small_culture_to_county_effect = { CULTURE = culture:greek } #Ancient Greek settlement in Susa } ### Daylam title:c_urmiya = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:armenian_apostolic - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:nestorian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:manichean - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:armenian - } - } - title:c_talish = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:manichean + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:armenian_apostolic + CULTURE = culture:armenian } + add_small_faith_to_county_effect = { FAITH = faith:nestorian } + add_small_faith_to_county_effect = { FAITH = faith:manichean } } + title:c_talish = { add_large_faith_to_county_effect = { FAITH = faith:manichean } } ### Arabia - title:c_samman = { - add_to_variable_list = { - name = culture_minorities_small - target = culture:aramean - } - } + title:c_samman = { add_large_culture_to_county_effect = { CULTURE = culture:aramean } } ### Spain title:c_porto = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:priscillianism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:arian - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:mozarabic_church - } - add_to_variable_list = { #Terras de Boro - name = culture_minorities_small - target = culture:buri + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:arian + CULTURE = culture:buri } - add_to_variable_list = { - name = culture_minorities_small - target = culture:suebi - } - #Remnant Romano-Hispanics - add_to_variable_list = { - name = culture_minorities_large - target = culture:romano_hispanic + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:mozarabic_church + CULTURE = culture:romano_hispanic } } title:c_santiago = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:arian - } - add_to_variable_list = { - name = culture_minorities_small - target = culture:macromanni + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:arian + CULTURE = culture:macromanni } } title:c_viseu = { - add_to_variable_list = { - name = faith_minorities_small - target = faith:mozarabic_church - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:romano_hispanic + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:mozarabic_church + CULTURE = culture:romano_hispanic } } title:c_monterrei = { - add_to_variable_list = { - name = faith_minorities_large - target = faith:priscillianism - } - add_to_variable_list = { - name = faith_minorities_small - target = faith:mozarabic_church - } - add_to_variable_list = { - name = culture_minorities_large - target = culture:romano_hispanic + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:priscillianism + CULTURE = culture:romano_hispanic } + add_small_faith_to_county_effect = { FAITH = faith:mozarabic_church } } } } } initial_spawn_minority_courtiers = { - effect = { - every_ruler = { trigger_event = { on_action = spawn_minority_characters } } - } + effect = { every_ruler = { trigger_event = { on_action = spawn_minority_characters } } } } diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt index cf87701a3b..0bd69362aa 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt @@ -1,4 +1,29 @@ -### General Routines +### On-Actions +add_minority_to_county_effect = { #county scope + if = { + limit = { NOT = { this.$CULTURE_OR_FAITH$ = $ITEM$ } } + add_to_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_$SIZE$ + target = $ITEM$ + } + } +} + +#Meant for when the two are linked +add_minority_faith_and_culture_to_county_effect = { #county scope + add_minority_to_county_effect = { + CULTURE_OR_FAITH = culture + ITEM = $CULTURE$ + SIZE = $SIZE$ + } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = faith + ITEM = $FAITH$ + SIZE = $SIZE$ + } +} + +### General Routines #This is done at a county scope # $ITEM$ = a scoped faith or culture @@ -83,6 +108,23 @@ add_minority_to_county = { #county scope } } +add_minority_faith_and_culture_to_county = { #county scope + if = { + limit = { NOT = { this.culture = $CULTURE$ } } + add_to_variable_list = { + name = culture_minorities_$CULTURE_SIZE$ + target = $CULTURE$ + } + } + if = { + limit = { NOT = { this.faith = $FAITH$ } } + add_to_variable_list = { + name = faith_minorities_$FAITH_SIZE$ + target = $FAITH$ + } + } +} + ### Notification routines notify_characters_of_minority_reduction_effect = { $THE_TARGET_COUNTY$.holder = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt new file mode 100644 index 0000000000..57ba6f4d08 --- /dev/null +++ b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt @@ -0,0 +1,93 @@ +### On-Actions +add_small_culture_to_county_effect = { + add_minority_to_county_effect = { + CULTURE_OR_FAITH = culture + ITEM = $CULTURE$ + SIZE = small + } +} +add_large_culture_to_county_effect = { + add_minority_to_county_effect = { + CULTURE_OR_FAITH = culture + ITEM = $CULTURE$ + SIZE = large + } +} +add_small_faith_to_county_effect = { + add_minority_to_county_effect = { + CULTURE_OR_FAITH = faith + ITEM = $FAITH$ + SIZE = small + } +} +add_large_faith_to_county_effect = { + add_minority_to_county_effect = { + CULTURE_OR_FAITH = faith + ITEM = $FAITH$ + SIZE = large + } +} +add_small_culture_and_faith_to_county_effect = { + add_minority_faith_and_culture_to_county_effect = { + CULTURE = $CULTURE$ + FAITH = $FAITH$ + SIZE = small + } +} +add_large_culture_and_faith_to_county_effect = { + add_minority_faith_and_culture_to_county_effect = { + CULTURE = $CULTURE$ + FAITH = $FAITH$ + SIZE = large + } +} +#Generate Indian Diversity +add_dharmic_faith_minorities = { + every_county = { + limit = { + this.title_province = { geographical_region = world_india } + this.faith = { + has_doctrine = eastern_hostility_doctrine + NOT = { has_doctrine = tenet_ethnic_religion } + } + } + this = { save_temporary_scope_as = the_county_temp } + every_neighboring_county = { + if = { + limit = { + faith = { + has_doctrine = eastern_hostility_doctrine + NOT = { has_doctrine = tenet_ethnic_religion } + NOT = { this = scope:the_county_temp.faith } + } + } + faith = { add_to_list = neighboring_faiths } + } + } + every_in_list = { + list = neighboring_faiths + this = { save_temporary_scope_as = the_faith_temp } + scope:the_county_temp = { + add_to_variable_list = { + name = faith_minorities_small + target = scope:the_faith_temp + } + } + this = { remove_from_list = neighboring_faiths } + } + scope:the_county_temp.holder.faith = { + if = { + limit = { + has_doctrine = eastern_hostility_doctrine + NOT = { has_doctrine = tenet_ethnic_religion } + NOT = { this = scope:the_county_temp.faith } + } + add_to_variable_list = { + name = faith_minorities_small + target = scope:the_faith_temp + } + } + } + } +} + diff --git a/WtWSMS/events/_BP_events/sea_minority_events.txt b/WtWSMS/events/_BP_events/sea_minority_events.txt index f9d2ee20c8..cb7c13cc75 100644 --- a/WtWSMS/events/_BP_events/sea_minority_events.txt +++ b/WtWSMS/events/_BP_events/sea_minority_events.txt @@ -260,7 +260,7 @@ scripted_effect expel_cultural_minorities_effect = { random_realm_county = { save_scope_as = county promote_minority_effect = { - CULTURE = culture + CULTURE_OR_FAITH = culture ITEM = scope:expelled_culture } scope:expelled_culture = { save_scope_as = minority_culture } @@ -298,7 +298,7 @@ scripted_effect expel_cultural_minorities_effect = { random_realm_county = { save_scope_as = county promote_minority_effect = { - CULTURE = culture + CULTURE_OR_FAITH = culture ITEM = scope:expelled_culture } notify_recipient_of_culture_migration_effect = yes @@ -308,7 +308,7 @@ scripted_effect expel_cultural_minorities_effect = { random_realm_county = { save_scope_as = county promote_minority_effect = { - CULTURE = culture + CULTURE_OR_FAITH = culture ITEM = scope:expelled_culture } notify_recipient_of_culture_migration_effect = yes diff --git a/WtWSMS/history/provinces/bp_k_gallaecia.txt b/WtWSMS/history/provinces/bp_k_gallaecia.txt index 18162f5c05..da56386a44 100644 --- a/WtWSMS/history/provinces/bp_k_gallaecia.txt +++ b/WtWSMS/history/provinces/bp_k_gallaecia.txt @@ -52,8 +52,6 @@ culture = suebi religion = germanic_pagan holding = castle_holding - 500.1.1 = { religion = gothic_church } - 561.1.1 = { religion = mozarabic_church } } 1761 = { # BRAGA holding = city_holding diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index eb92137311..4787351990 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,6 +37,8 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +* Do ethnic religions get bonus feeding in ethnic culture counties? + * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept From 7aa6534a39a88d760f426e082bc1f212d59e0fe9 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:02:47 -0400 Subject: [PATCH 051/339] Oriens Update * Extended Nabateans to cover more historical positions and locations * Converted most of the Audians to a thinly spread minority in Syria, same with Patripassians * Gave Khalans some minority locations and a creation history * Add historical Armenian Arewordik community to Amid * Touch up Syrian Church locations based on history --- WtWSMS/common/culture/cultures/BP_arabic.txt | 11 +- .../on_action/sea_minority_game_start.txt | 177 +++++++++++++++--- WtWSMS/history/provinces/bp_k_oriens.txt | 76 ++++---- .../culture/BP_cultural_history_l_english.yml | 3 +- .../english/culture/BP_cultures_l_english.yml | 6 +- _developer_documentation/_BP_design.info | 3 + 6 files changed, 199 insertions(+), 77 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_arabic.txt b/WtWSMS/common/culture/cultures/BP_arabic.txt index 55ec5042c0..16f3c1675b 100644 --- a/WtWSMS/common/culture/cultures/BP_arabic.txt +++ b/WtWSMS/common/culture/cultures/BP_arabic.txt @@ -225,9 +225,18 @@ tribal_arab = { #Cribbed from Adnanites, but using different name_list/heritage/ ethnicities = { 10 = arab } } -khalan = { #Aka Kahlan, in particular Azd and Ghassanids +#Aka Kahlan, in particular Azd and Ghassanids; +#Sons of Amr bin Muzaqiba: +#Imran bin Amr: Took his tribe to Oman, establishing Azd presence there +#Jafna bin Amr: Took his tribe north, becoming Ghassanids +#Thalabah bin Amr: Hejaz near Yathrib +#Haritha bin Amr: Hejaz near Tihamah +khalan = { color = { 0.6 0.6 0.6 } + parents = { sabaean } + created = 250.1.1 #Earliest appearance and roughly simultaneous with the destruction of the Marib Dam + ethos = ethos_bellicose heritage = heritage_arabic language = language_arabic #As much as I can find, Ghassanids spoke Old Arabic diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index c54104d1eb..c5036efb3d 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -263,12 +263,7 @@ BP_set_minorities_universal = { add_small_faith_to_county_effect = { FAITH = faith:nicene } #Cultures if = { - limit = { - OR = { - this = title:c_jerusalem - is_coastal_county = yes - } - } + limit = { this = title:c_jerusalem } add_small_culture_to_county_effect = { CULTURE = culture:greek } } add_small_culture_to_county_effect = { CULTURE = culture:aramean } @@ -289,6 +284,12 @@ BP_set_minorities_universal = { } # Other Specific Counties #======================== + title:c_amida = { + add_small_culture_and_faith_to_county_effect = { + CULTURE = culture:armenian + FAITH = faith:urartuism + } + } title:c_jerusalem = { add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } title:c_harran = { #Faiths @@ -304,7 +305,6 @@ BP_set_minorities_universal = { FAITH = faith:miaphysitism CULTURE = culture:coptic } - add_small_culture_to_county_effect = { CULTURE = culture:greek } add_small_faith_to_county_effect = { FAITH = faith:karaism } } title:c_baghdad = { @@ -334,6 +334,17 @@ BP_set_minorities_by_date = { #======================== # Abrahamics ## Christians + ### Nicene + every_county = { + limit = { + OR = { + this.kingdom = title:k_asia + this.kingdom = title:k_galatia + } + NOT = { this.religion = religion:christianity_religion } + } + add_large_faith_to_county_effect = { FAITH = faith:nicene } + } ### Georgian Orthodox title:c_abkhazia = { #Abkhaz Christians add_large_faith_to_county_effect = { FAITH = faith:georgian_orthodox } @@ -343,8 +354,8 @@ BP_set_minorities_by_date = { limit = { OR = { this.duchy = title:d_phoenice - this = title:c_baalbek - this = title:c_homs + this = title:c_juwair + this = title:c_qaryatan #In the North Mountains this = title:c_aintab this = title:c_antiocheia @@ -379,16 +390,14 @@ BP_set_minorities_by_date = { every_county = { limit = { OR = { - this.duchy = title:d_syria - this.duchy = title:d_syria_salutaris - this = title:c_marash - this = title:c_aintab this = title:c_palmyra this = title:c_qaryatan this = title:c_homs this = title:c_tripoli - this = title:c_alexandretta - this = title:c_tall_hamid + #Orontes Valley + this = title:c_hama + this = title:c_shayzar + this = title:c_homs } } add_large_faith_to_county_effect = { FAITH = faith:syrian_orthodox } @@ -398,6 +407,10 @@ BP_set_minorities_by_date = { OR = { this = title:c_marash this = title:c_samosata + this = title:c_dausar + #Lower Syrian + this = title:c_damascus + this = title:c_hauran } } add_small_faith_to_county_effect = { FAITH = faith:syrian_orthodox } @@ -409,24 +422,51 @@ BP_set_minorities_by_date = { } ###Nestorians every_county = { - limit = { - this.culture = culture:assyrian - NOT = { this = title:c_harran } - } + limit = { this.culture = culture:assyrian } add_large_faith_to_county_effect = { FAITH = faith:nestorian } } every_county = { #Small Concentrations limit = { this.duchy = title:d_tabaristan } add_small_faith_to_county_effect = { FAITH = faith:nestorian } } + ### Marcionism + every_county = { #Large Concentrations + limit = { this = title:c_aintab } + add_large_faith_to_county_effect = { FAITH = faith:marcionism } + } + ### Audians + title:c_damascus = { #Site of Jubb'adin "Well of Audius" + add_small_faith_to_county_effect = { FAITH = faith:audianism } + } every_county = { limit = { OR = { - this.duchy = title:d_leptis_magna - this = title:c_tripolitana + this.duchy = title:d_libanensis + this.duchy = title:d_syria + this.duchy = title:d_syria_salutaris + this.duchy = title:d_osrhoene + this = title:c_aintab + this = title:c_alexandretta + this = title:c_tall_hamid } + this.religion = religion:christianity_religion + NOT = { this = title:c_damascus } } - add_small_faith_to_county_effect = { FAITH = faith:gurzil } + add_small_faith_to_county_effect = { FAITH = faith:audianism } + } + ### Patripassianists + every_county = { + limit = { + OR = { + this = title:c_homs + this = title:c_shayzar + this = title:c_hama + this = title:c_qinnasrin + this = title:c_suriya + this = title:c_amida + } + } + add_small_faith_to_county_effect = { FAITH = faith:patripassianism } } #Hypsisterians ##Hypsisterians @@ -473,16 +513,35 @@ BP_set_minorities_by_date = { } #Pagans ##Hellenics + ### Hellenism + every_county = { + limit = { + OR = { + this = title:c_baalbek #Still heavily pagan in the late IVth into Vth century + } + } + add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } + } ###Cybellians every_county = { - limit = { #Cybellian holy sites; still about 100 years since + limit = { #Cybellian holy sites OR = { this = title:c_phrygia - this = title:c_satif + this = title:c_satif #Still only 100 years since the temple burnt down } } add_small_faith_to_county_effect = { FAITH = faith:cybelian } } + ###Gurzilism + every_county = { + limit = { + OR = { + this.duchy = title:d_leptis_magna + this = title:c_tripolitana + } + } + add_small_faith_to_county_effect = { FAITH = faith:gurzil } + } # Cultures #======================== @@ -527,6 +586,12 @@ BP_set_minorities_by_date = { OR = { this = title:c_antiocheia this = title:c_acre + this = title:c_alexandria + AND = { + this.kingdom = title:k_oriens + NOT = { this = title:c_farama } + is_coastal_county = yes + } } } add_small_culture_to_county_effect = { CULTURE = culture:greek } @@ -552,6 +617,64 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:bosporan } } + #Arameans + every_county = { + limit = { + OR = { + this = title:c_marash + this = title:c_samman + this = title:c_rusafa + this = title:c_sukhna + this.culture = culture:helleno_aramean + } + NOT = { this.duchy = title:d_cyprus } + } + add_large_culture_to_county_effect = { CULTURE = culture:aramean } + } + every_county = { + limit = { + OR = { + this = title:c_samosata + AND = { + this.culture = culture:assyrian + any_neighboring_county = { culture = culture:aramean } + } + } + NOT = { this.culture = culture:helleno_aramean } + } + add_small_culture_to_county_effect = { CULTURE = culture:aramean } + } + #Assyrians + every_county = { + limit = { + OR = { + AND = { + this.culture = culture:aramean + any_neighboring_county = { culture = culture:assyrian } + } + } + } + add_small_culture_to_county_effect = { CULTURE = culture:assyrian } + } + #Khalans + every_county = { + limit = { + OR = { + #Ghassanids + this = title:c_hauran + this = title:c_balqa + this = title:c_irbid + this = title:c_damascus + #Lakhmids + this = title:c_waqisa + this = title:c_thalabiya + this = title:c_akhadid + this = title:c_karbala + } + } + add_small_culture_to_county_effect = { CULTURE = culture:khalan } + } + ## Other Special Regions #======================== @@ -721,9 +844,6 @@ BP_set_minorities_by_date = { add_small_culture_to_county_effect = { CULTURE = culture:roman } add_small_faith_to_county_effect = { FAITH = faith:monophysitism } } - title:c_marash = { add_large_culture_to_county_effect = { CULTURE = culture:aramean } } - title:c_samosata = { add_small_culture_to_county_effect = { CULTURE = culture:aramean } } - title:c_antiocheia = { add_small_culture_to_county_effect = { CULTURE = culture:aramean } } ### Egypt title:c_alexandria = { add_small_faith_to_county_effect = { FAITH = faith:egyptian_pagan } #Horapollo in the late 5th century was buried by Egyptian Rites @@ -739,7 +859,6 @@ BP_set_minorities_by_date = { ### North Africa title:c_tunis = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } ### Asoristan - title:c_rusafa = { add_small_culture_to_county_effect = { CULTURE = culture:aramean } } title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region #Faith add_large_faith_to_county_effect = { FAITH = faith:nestorian } @@ -760,8 +879,6 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:manichean } } title:c_talish = { add_large_faith_to_county_effect = { FAITH = faith:manichean } } - ### Arabia - title:c_samman = { add_large_culture_to_county_effect = { CULTURE = culture:aramean } } ### Spain title:c_porto = { add_small_culture_and_faith_to_county_effect = { diff --git a/WtWSMS/history/provinces/bp_k_oriens.txt b/WtWSMS/history/provinces/bp_k_oriens.txt index ff2362d03b..fe7f7f988b 100644 --- a/WtWSMS/history/provinces/bp_k_oriens.txt +++ b/WtWSMS/history/provinces/bp_k_oriens.txt @@ -1,16 +1,21 @@ # Notes: -# 500.1.1: Apollonigothic_churchism died out in the 4th century -# 518.1.1: Valentinianism dies out in Aramean provinces -# 550.1.1: Arab Doceticism in Siani merges into Ebionites (who probably survived in NW Arabia until 1000) -# 550.1.1: Greek Doceticism turns miaphysitism -# 518.1.1: Minority Aramean Christians turn Miaphysite instead -# 550.1.1: Assyrian paganism dies out and is split between nestorian (persian) and miaphysitism (roman) -# Palmyra remains the exception +# Removed religion notes as religion will be reviewed in more details as new bookmarks added. # # Ghazza ultimately became a center of tension between pagans and Christians; large 6th century synagogue supports increasing jewish presence # # Corduene was probably Armenian Apostolic by 476 https://books.google.com/books?id=hwEtDwAAQBAJ&pg=PA204&lpg=PA204&dq=karduchoi&source=bl&ots=X1oR3pse_k&sig=ACfU3U0Lf-JZqEfUXqy19iXEUc3eNOvCUw&hl=en&sa=X&ved=2ahUKEwiCoK-kjpPkAhUMC6wKHZqyDNUQ6AEwFnoECAkQAQ#v=onepage&q&f=false # +# Nabatean presence extended to include the historical Nabatean Kingdom/Roman Arabia Peterae +# +# Tweaked religion placements: +# * Audianism's heyday was the IIIrd century (Epiphanius of Salamis). While Qartodecimanism was still +# practiced in Syria in the 380s and Theodoret wrote condemnations against it, it doesn't seem likely +# that Audians made up a majority of anywhere So left c_dausar as a majority Audian county as it +# is on low import, but the remainder should be more orthodox faiths (major metropolitan areas would +# be dominated by the Urban population) +# +# Orontes Valley was a definite Maronite stronghold in pre-Islam times [4] +# # Assyrian Placement: # The Assyrian/Armean split is a bit fuzzy. I focused on letting the nucleas of modern Assyrian # claims guide the split. As such, given that Harran was an important center of Assyrian civilization @@ -25,6 +30,7 @@ # [1] - Tadmur/Palmyra was likely Christian by 476: Stoneman, Richard (1994) [1992]. Palmyra and Its Empire: Zenobia's Revolt Against Rome. University of Michigan Press. pp. 189-190 # [2] - Sergiopolis was likely Christian by 476: Frankfurter, David (1998). Pilgrimage and Holy Space in Late Antique Egypt. BRILL. p. 379 # [3] - The Shamsīyah retained pagan beliefs until the XVIIth century +# [4] - R. S. Peoples, Crusade of kings. Holicong, PA: Wildside, 2008, pg 68. # k_oriens @@ -77,7 +83,7 @@ } ###c_kerak 5980 = { # 5980 - Kerak - culture = khalan + culture = nabatean religion = monophysitism holding = castle_holding } @@ -92,7 +98,6 @@ culture = nabatean religion = doceticism holding = castle_holding - 550.1.1 = { religion = miaphysitism } } 6036 = { #WARRADA holding = none @@ -141,7 +146,7 @@ } ###c_irbid 5958 = { # 5958 - Irbid - culture = khalan + culture = nabatean religion = monophysitism holding = castle_holding } @@ -162,9 +167,9 @@ ###c_hauran 5955 = { # 5955 - Busra - culture = khalan + culture = nabatean religion = monophysitism - holding = castle_holding + holding = castle_holding # } 5956 = { # 5956 - Sarkhad holding = city_holding @@ -174,7 +179,7 @@ } ###c_balqa 5984 = { #AMMAN - culture = khalan + culture = nabatean religion = monophysitism holding = castle_holding } @@ -187,7 +192,7 @@ } ###c_maab 5981 = { #MAAB - culture = khalan + culture = nabatean religion = monophysitism holding = castle_holding } @@ -223,7 +228,6 @@ culture = helleno_aramean religion = valentinianism holding = castle_holding - 525.1.1 = { religion = maronite_church } } 5916 = { # 5916 - Antartus AKA Tartus holding = city_holding @@ -234,9 +238,8 @@ ###c_homs 5929 = { # 5929 - Hims culture = aramean - religion = patripassianism + religion = maronite_church holding = castle_holding #Avoids some government snafus - 518.1.1 = { religion = syrian_orthodox } } 5928 = { # 5928 - Jusiya holding = none @@ -247,7 +250,7 @@ ###c_damascus 5924 = { # 5924 - Damascus culture = aramean - religion = monophysitism + religion = maronite_church holding = castle_holding } 5923 = { # 5923 - Nawa @@ -262,7 +265,7 @@ ###c_juwair 5951 = { # 5951 - Juwair culture = aramean - religion = nicene + religion = syrian_orthodox holding = castle_holding } 5927 = { # 5927 - Al-Qastal @@ -274,9 +277,8 @@ ###c_baalbek 5926 = { # 5926 - Baalbak culture = aramean - religion = hellenic_pagan #Long-Term holdout of Paganism in Phoenicia + religion = maronite_church holding = castle_holding - 550.1.1 = { religion = maronite_church } #Latest possible flip to majority Christianity } 5925 = { # 5925 - Az-Zabadani holding = none @@ -288,7 +290,7 @@ ###c_qaryatan 5950 = { # 5950 - Al-Qaryatan culture = aramean - religion = nicene + religion = syrian_orthodox holding = castle_holding } 5949 = { # 5949 - Judr @@ -297,7 +299,7 @@ ###c_palmyra 5948 = { # 5948 - Tadmur culture = aramean - religion = nicene # [1] + religion = syrian_orthodox # [1] holding = castle_holding } 5947 = { # 5947 - Arak @@ -325,9 +327,8 @@ ###c_shayzar 5915 = { # 5915 - Shaizar culture = aramean - religion = patripassianism + religion = maronite_church holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 5914 = { # 5914 - Masyaf holding = city_holding @@ -335,9 +336,8 @@ ###c_qinnasrin 5933 = { # 5933 - Qinnasrin culture = aramean - religion = patripassianism + religion = syrian_orthodox holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 5935 = { # 5935 - Artah holding = none @@ -348,10 +348,9 @@ ###c_aleppo 5934 = { # 5934 - Halab culture = aramean - religion = audianism + religion = syrian_orthodox holding = castle_holding special_building_slot = citadel_of_aleppo_01 - 518.1.1 = { religion = syrian_orthodox } } 5906 = { # 5906 - Tall Afrin holding = city_holding @@ -371,9 +370,8 @@ ###c_hama 5930 = { # 5930 - Hama culture = aramean - religion = patripassianism + religion = maronite_church holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 5931 = { # 5931 - Salamiya holding = city_holding @@ -384,9 +382,8 @@ ###c_suriya 5942 = { # 5942 - Suriya culture = aramean - religion = patripassianism + religion = syrian_orthodox holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 5941 = { # 5941 - Khunasira holding = none @@ -394,7 +391,7 @@ ###c_syrrusafa 5940 = { # 5940 - Ar-Rusafa culture = aramean - religion = nicene # + religion = syrian_orthodox holding = castle_holding } 5939 = { # 5939 - Siffin @@ -448,9 +445,8 @@ ###c_edessa 4869 = { # 4869 - Edessa culture = assyrian - religion = audianism + religion = syrian_orthodox holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 4872 = { # 4872 - Al-Bira holding = none @@ -460,7 +456,6 @@ culture = assyrian religion = assyrian_pagan holding = castle_holding - 550.1.1 = { religion = syrian_orthodox } } 4877 = { # 4877 - Bajarwan holding = none @@ -483,7 +478,6 @@ culture = assyrian religion = audianism holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 4873 = { # 4873 - Tall_Ammar holding = none @@ -515,9 +509,8 @@ ###c_amida 4867 = { # 4867 - Amid, Amida culture = assyrian - religion = audianism + religion = syrian_orthodox holding = castle_holding - 592.1.1 = { religion = nestorian } } 4866 = { # 4866 - Zermion holding = none @@ -563,9 +556,8 @@ ###c_aintab 5900 = { # 5900 - Aintab culture = aramean - religion = marcionism + religion = syrian_orthodox holding = castle_holding - 518.1.1 = { religion = syrian_orthodox } } 5901 = { #5901 - Tall Bashir AKA Turbessel holding = church_holding #For all 3 holding types diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index e4621c1ae1..849b7fe343 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -34,4 +34,5 @@ kirghiz_history_loc: "Formed from Turkic and Tashtyk peoples in the year 174 BC" kurykan_history_loc: "Formed from the Dingling, [CULTURE.GetName], and other Northeast Asian peoples in 174 BC" #Mongols - xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" \ No newline at end of file + xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" + \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 9e2894ba43..9edc8a25f8 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -76,9 +76,9 @@ aeolian:0 "Aeolian" aeolian_collective_noun:0 "Aeolians" aeolian_prefix:0 "Aeolio" - helleno_aramean:0 "Helleno-Aramaic" - helleno_aramean_collective_noun:0 "Helleno-Arameans" - helleno_aramean_prefix:0 "Helleno-Aramaic" + helleno_aramean: "Helleno-Aramaean" + helleno_aramean_collective_noun: "Helleno-Aramaeans" + helleno_aramean_prefix: "Helleno-Aramaeano" greek_gothic:0 "Gotthikóèlline" greek_gothic_collective_noun:0 "Gotthikóèllines" greek_gothic_prefix:0 "Gotthikóèllino" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 4787351990..2ea8535408 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -39,11 +39,14 @@ IN PROGRESS: ----------------------------------------------------------------- * Do ethnic religions get bonus feeding in ethnic culture counties? +* Possibility of minorities becoming hybrid if hybrid is already extant? + * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities +* Split Tabitanism into Iranic Sun worship in Iran proper; Human sacrifice wasn't part of West Iranian religious practice and it should influence later Yazidism * Touch up development in Sogdiana to properly support religious pluralism * Revise province faith/cultures in light of minorities * Fix c_erand in sea_minoarity_game_start.txt From 6c5077b0be5a169920bf746f6a5b70bdf37675df Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:37:31 -0400 Subject: [PATCH 052/339] Asoristan ovehaul * Increase Jewish, Manichean minority presence * Script in Assyrian, Aramean presences throughout Asoristan * Added relic assyrian pagan population for the Shamsiyah --- .../on_action/sea_minority_game_start.txt | 140 ++++++++++++------ .../scripted_triggers/BP_other_triggers.txt | 12 +- 2 files changed, 108 insertions(+), 44 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index c5036efb3d..adb1a870c7 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1,5 +1,6 @@ #Sources: #[1] M. Mueller, HYPSISTOS CULTS IN THE GREEK WORLD DURING THE ROMAN IMPERIUM. Hamilton, Ontario: McMaster University, 2014. +#[2] Abu Muhammad 'Abd Allah Ruzbih ibn Daduya wrote a number of anti-monotheist, pro-dualist tracts early in Muslim rules (ca 760s); weren't stamped out until the 790s on_game_start = { on_actions = { @@ -153,19 +154,31 @@ BP_set_minorities_universal = { this = title:c_kakheti this = title:c_tbilisi this = title:c_kartli - #Other Jews + #Greece & Asia Minor this = title:c_byzantion + this = title:c_pacatiana #Jewish presence since Seleucid time, likely contributed to Hypsisterians this = title:c_aeolis this = title:c_ionia + this = title:c_attica + #Oriens & Egypt (sans Hebrew territories) + this.duchy = title:d_cyprus #Long term Jewish presence in Cyprus, although significantly reduced after the AD 116 revolt and poorly attested AD II-IV century [1] + this = title:c_antiocheia this = title:c_alexandria + #Western Roman Empire this = title:c_roma this = title:c_tunis #Carthage - this = title:c_antiocheia - this = title:c_attica - this = title:c_baghdad + #Asoristan & it's Talmudic Academies + this = title:c_baghdad #Mahuz Academies + this = title:c_kufa #Sura Academy + this = title:c_anbar #Pumbedita & Pum-Nahara & Firuz Shapur Academies + this = title:c_karbala #Nehardea Academy + #Not *necessarily* large populations of Jews, but it's where we've parked the Exilarch + this = title:c_hulwan + this = title:c_kirkuk + #Persia + this = title:c_isfahan + #Central Asia this = title:c_guzgan #Yahudan seems to be a reference to Jews - this = title:c_pacatiana #Jewish presence since Selecudi time, likely contributed to Hypsisterians - this.duchy = title:d_cyprus #Long term Jewish presence in Cyprus, although significantly reduced after the AD 116 revolt and poorly attested AD II-IV century [1] } } add_small_faith_to_county_effect = { FAITH = faith:rabbinism } @@ -196,21 +209,31 @@ BP_set_minorities_universal = { } ## Dualists ###Manicheans - every_county = { #Large Concentrations + every_county = { limit = { this.duchy = title:d_soghd } add_large_faith_to_county_effect = { FAITH = faith:manichean } } - every_county = { #Small Concentrations + every_county = { limit = { OR = { + #Central Asia this.duchy = title:d_osrushana this.duchy = title:d_ferghana this.duchy = title:d_chah - this = title:c_baghdad + #Asoristan [2] + this.duchy = title:d_asoristan + this.duchy = title:d_beth_garami + this.duchy = title:d_mesan + this.duchy = title:d_hira + this.duchy = title:d_euphrates + #Other + this = title:c_tustar } - NOT = { this = title:c_otrar } } - add_small_faith_to_county_effect = { FAITH = faith:manichean } + if = { + limit = { this = { has_a_non_tribal_holding_trigger = yes } } + add_small_faith_to_county_effect = { FAITH = faith:manichean } + } } ###Mandeans every_county = { @@ -252,6 +275,22 @@ BP_set_minorities_universal = { } add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } } + #Pagans + ##Assyrian Pagans + ###Assyrian Pagans + every_county = { + limit = { + OR = { + #Shamsīyah + this = title:c_tall_basma + this = title:c_amida + this = title:c_samosata + this = title:c_edessa + } + } + add_small_faith_to_county_effect = { FAITH = faith:assyrian_pagan } + } + ## Other Special Regions #======================== ### Hebrew territories are an admixture of many different groups @@ -266,7 +305,6 @@ BP_set_minorities_universal = { limit = { this = title:c_jerusalem } add_small_culture_to_county_effect = { CULTURE = culture:greek } } - add_small_culture_to_county_effect = { CULTURE = culture:aramean } } #North African religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis every_county = { @@ -298,7 +336,6 @@ BP_set_minorities_universal = { add_small_faith_to_county_effect = { FAITH = faith:assyrian_pagan } #Cultures add_small_culture_to_county_effect = { CULTURE = culture:greek } - add_small_culture_to_county_effect = { CULTURE = culture:aramean } } title:c_alexandria = { add_large_culture_and_faith_to_county_effect = { @@ -367,12 +404,7 @@ BP_set_minorities_by_date = { add_large_faith_to_county_effect = { FAITH = faith:maronite_church } } every_county = { - limit = { - OR = { - this = title:c_marash - this = title:c_samosata - } - } + limit = { this = title:c_marash } add_small_faith_to_county_effect = { FAITH = faith:maronite_church } } ###Apollinarism @@ -425,12 +457,12 @@ BP_set_minorities_by_date = { limit = { this.culture = culture:assyrian } add_large_faith_to_county_effect = { FAITH = faith:nestorian } } - every_county = { #Small Concentrations + every_county = { limit = { this.duchy = title:d_tabaristan } add_small_faith_to_county_effect = { FAITH = faith:nestorian } } ### Marcionism - every_county = { #Large Concentrations + every_county = { limit = { this = title:c_aintab } add_large_faith_to_county_effect = { FAITH = faith:marcionism } } @@ -465,9 +497,11 @@ BP_set_minorities_by_date = { this = title:c_suriya this = title:c_amida } + this.religion = religion:christianity_religion } add_small_faith_to_county_effect = { FAITH = faith:patripassianism } } + #Hypsisterians ##Hypsisterians ###Hypsisterians @@ -511,6 +545,7 @@ BP_set_minorities_by_date = { } add_large_faith_to_county_effect = { FAITH = faith:bosporan_faith } } + #Pagans ##Hellenics ### Hellenism @@ -532,6 +567,7 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:cybelian } } + ##Berbers ###Gurzilism every_county = { limit = { @@ -621,40 +657,59 @@ BP_set_minorities_by_date = { every_county = { limit = { OR = { - this = title:c_marash - this = title:c_samman - this = title:c_rusafa - this = title:c_sukhna - this.culture = culture:helleno_aramean + this.kingdom = title:k_asoristan + this.kingdom = title:k_oriens + this.duchy = title:d_khuzestan + this.duchy = title:d_kermanshah + this = title:c_tall_hamid + this = title:c_alexandretta } + NOT = { this.duchy = title:d_palestinia_salutaris } NOT = { this.duchy = title:d_cyprus } } - add_large_culture_to_county_effect = { CULTURE = culture:aramean } - } - every_county = { - limit = { - OR = { - this = title:c_samosata - AND = { - this.culture = culture:assyrian - any_neighboring_county = { culture = culture:aramean } + if = { + limit = { + any_neighboring_county = { this.culture = culture:aramean } + OR = { + this = { has_a_non_tribal_holding_trigger = yes } + this = title:c_rusafa } } - NOT = { this.culture = culture:helleno_aramean } + add_large_culture_to_county_effect = { CULTURE = culture:aramean } + } + else_if = { + limit = { this = { has_a_non_tribal_holding_trigger = yes } } + add_small_culture_to_county_effect = { CULTURE = culture:aramean } } - add_small_culture_to_county_effect = { CULTURE = culture:aramean } } #Assyrians every_county = { limit = { OR = { - AND = { - this.culture = culture:aramean - any_neighboring_county = { culture = culture:assyrian } - } + #Asoristan + this.duchy = title:d_asoristan + this.duchy = title:d_beth_garami + this.duchy = title:d_euphrates + this = title:c_akhadid + this = title:c_kufa + this = title:c_karbala + #Oriens + this.duchy = title:d_euphratensis + this = title:c_aleppo + this = title:c_syrrusafa } } - add_small_culture_to_county_effect = { CULTURE = culture:assyrian } + if = { + limit = { + any_neighboring_county = { this.culture = culture:assyrian } + this = { has_a_non_tribal_holding_trigger = yes } + } + add_large_culture_to_county_effect = { CULTURE = culture:assyrian } + } + else_if = { + limit = { this = { has_a_non_tribal_holding_trigger = yes } } + add_small_culture_to_county_effect = { CULTURE = culture:assyrian } + } } #Khalans every_county = { @@ -865,7 +920,6 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:nicene } #Roman captives after Shapur II rebuilt the city add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } #Roman captives after Shapur II rebuilt the city #Culture - add_large_culture_to_county_effect = { CULTURE = culture:aramean } add_small_culture_to_county_effect = { CULTURE = culture:roman } #Roman captives after Shapur II rebuilt the city add_small_culture_to_county_effect = { CULTURE = culture:greek } #Ancient Greek settlement in Susa } diff --git a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt index 5245b45d32..7c312eb7c5 100644 --- a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt @@ -5,4 +5,14 @@ any_ancestor_of_dynasty_trigger = { subject = $DYNASTY$ any_ancestor = { dynasty = $DYNASTY$ } } -} \ No newline at end of file +} +#NB: Must be wrapped in a county scope; otherwise evaluates **all** provinces +has_a_non_tribal_holding_trigger = { #County Scope + any_county_province = { + OR = { + has_holding_type = castle_holding + has_holding_type = city_holding + has_holding_type = church_holding + } + } +} From 5b50b556fe9709cd9ff8f49aa229148bb4fe971e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:02:22 -0400 Subject: [PATCH 053/339] Implement iranian_pagan_faith * Part of Zoroastrian religion to avoid errors (and is *somewhat* accurate); should be changed if we can figure out why CCU is erroring when it is done. --- WtWSMS/common/_TODO_FIXME_common.info | 3 +- .../on_action/sea_minority_game_start.txt | 36 ++-- .../religion/religions/00_zoroastrianism.txt | 199 ++++++++++++++++++ .../characters/_lt_rascek_new_chars.txt | 4 +- WtWSMS/history/provinces/bp_k_asoristan.txt | 2 +- WtWSMS/history/provinces/bp_k_daylam.txt | 4 +- WtWSMS/history/provinces/bp_k_persia.txt | 2 +- .../BP_religion_iranian_l_english.yml | 95 +++++++++ _developer_documentation/_BP_design.info | 2 +- 9 files changed, 327 insertions(+), 20 deletions(-) create mode 100644 WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index cdb01839c9..3f871035aa 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -48,7 +48,8 @@ Beta: * common/religion/doctrines/BP_doctrines_christian.txt: Make certain Jewish Traits negative for negative_opinion_of_jewish_features * common/religion/holy_sites/BP_holy_sites.txt : Consider new effects for legio holy site * common/religion/religions/00_christianity.txt : Add custom religious head for pelagianism - * common/religion/religions/00_zoroastrianism: Make Zurvanism Righteous once popular revolts aren't as bad for Sassanids + * common/religion/religions/00_zoroastrianism.txt : Make Zurvanism Righteous once popular revolts aren't as bad for Sassanids + * common/religion/religions/00_zoroastrianism.txt : Move iranian_pagan_faith out of Zoroastrian Family? * common/religion/religions/BP_assyrian.txt: Add Neo-Assyrian Empire as religious head * common/scripted_effects/00_ep1_inspiration_effects_BP_overwrite.txt: Re-enable some adventure artefacts as appropriate * common/scripted_effects/BP_faction_effects.txt: Change prefeudal fallback condition diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index adb1a870c7..c575b3027a 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -775,18 +775,6 @@ BP_set_minorities_by_date = { CULTURE = culture:vandalic } } - ### Persian-Aramean border - every_county = { - limit = { - this = title:c_abbadan - this = title:c_ahvaz - this = title:c_behabad - } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:mazdayasna - CULTURE = culture:persian - } - } ### Alan settlement every_county = { limit = { @@ -852,6 +840,30 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:mozarabic_church } } + ## Cyrtian Pagans + every_county = { + limit = { + OR = { + this.kingdom = title:k_daylam + this.duchy = title:d_media_minor + this.duchy = title:d_kermanshah + this.duchy = title:d_adiabene + } + } + if = { + limit = { any_neighboring_county = { culture = culture:cyrtian } } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:iranian_pagan_faith + CULTURE = culture:cyrtian + } + } + else = { + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:iranian_pagan_faith + CULTURE = culture:cyrtian + } + } + } # Other Specific Counties #======================== diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index e1fae38f75..77ffc6dd28 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -494,5 +494,204 @@ doctrine = tenet_reincarnation doctrine = tenet_pacifism } + + ##### TODO (Beta): Move iranian_pagan_faith out of Zoroastrian Family? + iranian_pagan_faith = { + color = { 0.80 0.80 0.45 } + icon = pagan + reformed_icon = pagan_reformed + + doctrine = pagan_hostility_doctrine + doctrine = special_doctrine_is_pagan_faith + + #Main Group + doctrine = doctrine_no_head + doctrine = doctrine_gender_male_dominated + doctrine = doctrine_pluralism_pluralistic + doctrine = doctrine_theocracy_lay_clergy + + + #Combination of Zoroastrian Royal Fires and Yazidi sites + holy_site = buren_mihr #Adur Burzen-Mihr + holy_site = takht-e_soleyman #Adur Gushnasp + holy_site = farnbag + holy_site = nishapur + holy_site = dashtestan + + #Pagan-esque religions + doctrine = unreformed_faith_doctrine + + #Core Tenets + doctrine = tenet_sun_worship + doctrine = tenet_megaliths #Given it's features, this is preferable to Sanctity of Nature along with preference of open worship in nature + doctrine = tenet_ritual_celebrations + + localization = { + HighGodName = iranian_high_god_name + HighGodName2 = iranian_high_god_name + HighGodNamePossessive = iranian_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = iranian_high_god_name_alternate + HighGodNameAlternatePossessive = iranian_high_god_name_alternate_possessive + + #Creator + CreatorName = iranian_creator_god_name + CreatorNamePossessive = iranian_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod + HealthGodName = iranian_health_god_name + HealthGodNamePossessive = iranian_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = iranian_fertility_god_name + FertilityGodNamePossessive = iranian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = iranian_wealth_god_name + WealthGodNamePossessive = iranian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = iranian_household_god_name + HouseholdGodNamePossessive = iranian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HER + HouseholdGodHerHim = CHARACTER_HERHIM_HER + + #FateGod + FateGodName = iranian_fate_god_name + FateGodNamePossessive = iranian_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_IT + FateGodHerHis = CHARACTER_HERHIS_ITS + FateGodHerHim = CHARACTER_HERHIM_IT + + #KnowledgeGod + KnowledgeGodName = iranian_knowledge_god_name + KnowledgeGodNamePossessive = iranian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = iranian_war_god_name + WarGodNamePossessive = iranian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod + TricksterGodName = iranian_trickster_god_name + TricksterGodNamePossessive = iranian_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_SHE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = iranian_night_god_name + NightGodNamePossessive = iranian_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = iranian_water_god_name + WaterGodNamePossessive = iranian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = iranian_high_god_name + PantheonTerm2 = iranian_high_god_name + PantheonTerm3 = iranian_high_god_name + PantheonTermHasHave = pantheon_term_has + GoodGodNames = { + iranian_good_god_ahura_mazda + iranian_good_god_mithra + iranian_good_god_anahita + iranian_good_god_ardvi_sura + iranian_good_god_thvarshtar + iranian_good_god_vrthraghna + iranian_good_god_rashnu + iranian_good_god_tishtrya + } + DevilName = iranian_devil_name + DevilNamePossessive = iranian_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + iranian_devil_name + iranian_evil_god_angra_mainyu + iranian_evil_god_apaosha + } + HouseOfWorship = iranian_house_of_worship + HouseOfWorship2 = iranian_house_of_worship + HouseOfWorship3 = iranian_house_of_worship + HouseOfWorshipPlural = iranian_house_of_worship_plural + ReligiousSymbol = iranian_religious_symbol + ReligiousSymbol2 = iranian_religious_symbol + ReligiousSymbol3 = iranian_religious_symbol + ReligiousText = iranian_religious_text + ReligiousText2 = iranian_religious_text + ReligiousText3 = iranian_religious_text + ReligiousHeadName = iranian_religious_head_title + ReligiousHeadTitleName = zoroastrian_religious_head_title_name + DevoteeMale = iranian_devotee_male + DevoteeMalePlural = iranian_devotee_male_plural + DevoteeFemale = iranian_devotee_female + DevoteeFemalePlural = iranian_devotee_female_plural + DevoteeNeuter = iranian_devotee_male + DevoteeNeuterPlural = iranian_devotee_male_plural + PriestMale = iranian_priest_male + PriestMalePlural = iranian_priest_male_plural + PriestFemale = iranian_priest_female + PriestFemalePlural = iranian_priest_female_plural + PriestNeuter = iranian_priest_male + PriestNeuterPlural = iranian_priest_male_plural + AltPriestTermPlural = iranian_alternate_priest_term_plural + BishopMale = iranian_bishop_male + BishopMalePlural = iranian_bishop_male_plural + BishopFemale = iranian_bishop_female + BishopFemalePlural = iranian_bishop_female_plural + BishopNeuter = iranian_bishop_male + BishopNeuterPlural = iranian_bishop_male_plural + DivineRealm = iranian_divine_realm + DivineRealm2 = iranian_divine_realm + DivineRealm3 = iranian_divine_realm + PositiveAfterLife = iranian_positive_afterlife + PositiveAfterLife2 = iranian_positive_afterlife + PositiveAfterLife3 = iranian_positive_afterlife + NegativeAfterLife = iranian_negative_afterlife + NegativeAfterLife2 = iranian_negative_afterlife + NegativeAfterLife3 = iranian_negative_afterlife + DeathDeityName = iranian_devil_name + DeathDeityNamePossessive = iranian_devil_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + WitchGodName = iranian_devil_name + WitchGodNamePossessive = iranian_devil_name_possessive + WitchGodHerHis = CHARACTER_SHEHE_HE + WitchGodSheHe = CHARACTER_HERHIS_HIS + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + GHWName = ghw_purification + GHWNamePlural = ghw_purifications + } + } }#end:faiths } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index eca9fcf704..3104d8c709 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -1804,7 +1804,7 @@ CorduenianHakkari001 = { CyrtianKwrtstan000 = { name = "Madig" dynasty = iranianian_dynn_madigid - religion = "scythian_pagan" + religion = "iranian_pagan_faith" culture = "cyrtian" 180.1.1 = { birth = yes } 230.1.1 = { death = yes } @@ -1812,7 +1812,7 @@ CyrtianKwrtstan000 = { CyrtianKwrtstan001 = { name = "Mehrab" dynasty = iranianian_dynn_madigid - religion = "scythian_pagan" + religion = "iranian_pagan_faith" culture = "cyrtian" 440.1.1 = { birth = yes } 500.1.1 = { death = yes } diff --git a/WtWSMS/history/provinces/bp_k_asoristan.txt b/WtWSMS/history/provinces/bp_k_asoristan.txt index fe344ed07c..4bf27ebf4d 100644 --- a/WtWSMS/history/provinces/bp_k_asoristan.txt +++ b/WtWSMS/history/provinces/bp_k_asoristan.txt @@ -486,7 +486,7 @@ ###c_shahrazur 4780 = { # 4780 - SHAHRAZUR culture = cyrtian - religion = scythian_pagan + religion = iranian_pagan_faith holding = tribal_holding } 4778 = { # 4778 - Khuftidkan diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index 4a25195b74..a3ab91f878 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -98,7 +98,7 @@ ###c_bailaqan 4767 = { #4767 - Bailaqan culture = cyrtian - religion = scythian_pagan + religion = iranian_pagan_faith holding = tribal_holding #aka Paytakaran, Beylagan } 4766 = { #4766 - Barza @@ -132,7 +132,7 @@ ###c_gilan 4001 = { # 4001 - Daylam culture = daylamite - religion = scythian_pagan + religion = iranian_pagan_faith holding = castle_holding 790.1.1 = { religion = nestorian } #Establishment of a Metropolitan Diocese by Nestorians } diff --git a/WtWSMS/history/provinces/bp_k_persia.txt b/WtWSMS/history/provinces/bp_k_persia.txt index 1bf31b65e5..a64ac24fde 100644 --- a/WtWSMS/history/provinces/bp_k_persia.txt +++ b/WtWSMS/history/provinces/bp_k_persia.txt @@ -168,7 +168,7 @@ ###c_zagros_mediae 4763 = { # 4763 - Andarab culture = cyrtian - religion = scythian_pagan + religion = iranian_pagan_faith holding = tribal_holding } 4764 = { # 4764 - Sad Khaniya diff --git a/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml new file mode 100644 index 0000000000..079a3a4c09 --- /dev/null +++ b/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml @@ -0,0 +1,95 @@ +l_english: + iranian_religion: "Iranian" + iranian_religion_adj: "Iranian" + iranian_religion_adherent: "Iranian" + iranian_religion_adherent_plural: "Iranian" + iranian_religion_desc: "The faiths of the pre-Zoroastrian Iranian peoples, while having some overlap with the Eastern Iranian belief system, maintained a number of customs and features that would likely contribute to the formation of Zoroastrianism, Gnosticism, and Yazidism." + + iranian_pagan_faith: "Iranian Polytheism" + iranian_pagan_faith_adj: "Iranian Polytheist" + iranian_pagan_faith_adherent: "Iranian Polytheist" + iranian_pagan_faith_adherent_plural: "Iranian Polytheists" + iranian_pagan_faith_desc: "The faith of the pre-Zoroastrian Iranian peoples had a pantheon much in common with the later Zoroastrian one, but was more starkly polytheistic than dualist." + + #Pantheon + + #Ahura Mazda, Creator + iranian_good_god_ahura_mazda: "$zoroastrianism_high_god_name$" + iranian_good_god_ahura_mazda_possessive: "$zoroastrianism_high_god_name_possessive$" + #Mithra, presiding over contracts, treaties, and the sun, as well as protectors + iranian_good_god_mithra: "Mithra" + iranian_good_god_mithra_possessive: "Mithra's" + #Anahita, the more obscure of the fertility deities + iranian_good_god_anahita: "Anahita" + iranian_good_god_anahita_possessive: "Anahita" + #Ardvi Sura, the other half of the fertility deities + iranian_good_god_ardvi_sura: "Ardvi Sura" + iranian_good_god_ardvi_sura_possessive: "Ardvi Sura's" + #Thvarshtar, Indo-Iranian artisan deity + iranian_good_god_thvarshtar: "Thvarshtar" + iranian_good_god_thvarshtar_possessive: "Thvarshtar's" + #Vrthraghna, Warrior god + iranian_good_god_vrthraghna: "Vrthraghna" + iranian_good_god_vrthraghna_possessive: "Vrthraghna's" + #Rashnu, legal god (as opposed to contracts) + iranian_good_god_rashnu: "Rashnu" + iranian_good_god_rashnu_possessive: "Rashnu" + #Tishtrya, rain deity + iranian_good_god_tishtrya: "Tishtrya" + iranian_good_god_tishtrya_possessive: "Tishtrya's" + + #Evil Pantheon + #Ahriman + iranian_evil_god_angra_mainyu: "$zoroastrianism_devil_name$" + iranian_evil_god_angra_mainyu_possessive: "$zoroastrianism_devil_name_possessive$" + iranian_evil_god_apaosha: "Apaosha" #Opposition to Tishtrya + + iranian_high_god_name: "$iranian_good_god_ahura_mazda$" + iranian_high_god_name_possessive: "$iranian_good_god_ahura_mazda_possessive$" + iranian_high_god_name_alternate: "$iranian_good_god_mithra$" + iranian_high_god_name_alternate_possessive: "$iranian_good_god_mithra_possessive$" + iranian_creator_god_name: "$iranian_high_god_name$" + iranian_creator_god_name_possessive: "$iranian_good_god_ahura_mazda$" + iranian_health_god_name: "$iranian_high_god_name$" + iranian_health_god_name_possessive: "$zoroastrianism_high_god_name_possessive$" + iranian_fertility_god_name: "$iranian_good_god_anahita$" + iranian_fertility_god_name_possessive: "$iranian_good_god_anahita_possessive$" + iranian_wealth_god_name: "$iranian_good_god_thvarshtar$" + iranian_wealth_god_name_possessive: "$iranian_good_god_thvarshtar_possessive$" + iranian_household_god_name: "$iranian_good_god_ardvi_sura$" + iranian_household_god_name_possessive: "$iranian_good_god_ardvi_sura$" + iranian_fate_god_name: "$iranian_good_god_rashnu$" + iranian_fate_god_name_possessive: "$iranian_good_god_rashnu$" + iranian_knowledge_god_name: "$iranian_good_god_mithra$" + iranian_knowledge_god_name_possessive: "$iranian_good_god_mithra_possessive$" + iranian_war_god_name: "$iranian_good_god_vrthraghna$" + iranian_war_god_name_possessive: "$iranian_good_god_vrthraghna_possessive$" + iranian_trickster_god_name: "$christianity_trickster_god_name$" #Same as Zoroastrianism + iranian_trickster_god_name_possessive: "$christianity_trickster_god_name_possessive$" #Same as Zoroastrianism + iranian_night_god_name: "$iranian_good_god_ahura_mazda$" + iranian_night_god_name_possessive: "$iranian_good_god_ahura_mazda_possessive$" + iranian_water_god_name: "$iranian_good_god_tishtrya$" #Weather god + iranian_water_god_name_possessive: "$iranian_good_god_tishtrya_possessive$" + iranian_devil_name: "$zoroastrianism_devil_name$" + iranian_devil_name_possessive: "$zoroastrianism_devil_name_possessive$" + iranian_house_of_worship: "$paganism_house_of_worship$" + iranian_house_of_worship_plural: "$paganism_house_of_worship_plural$" + iranian_religious_symbol: "fire" + iranian_religious_text: "Avesta" + iranian_religious_head_title: "Chief Zautar" + iranian_devotee_male: "devotee" + iranian_devotee_male_plural: "devotees" + iranian_devotee_female: "devotee" + iranian_devotee_female_plural: "devotees" + iranian_priest_male: "zautar" + iranian_priest_male_plural: "zautars" + iranian_priest_female: "priestess" + iranian_priest_female_plural: "priestesses" + iranian_alternate_priest_term_plural: "priest" + iranian_bishop_male: "$iranian_priest_male$" + iranian_bishop_male_plural: "$zautars$" + iranian_bishop_female: "$priestess$" + iranian_bishop_female_plural: "$priestesses$" + iranian_divine_realm: "Heaven" + iranian_positive_afterlife: "paradise" + iranian_negative_afterlife: "hell" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 2ea8535408..23187d06de 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -47,7 +47,7 @@ IN PROGRESS: * Add opinion/development effects for having minorities * Split Tabitanism into Iranic Sun worship in Iran proper; Human sacrifice wasn't part of West Iranian religious practice and it should influence later Yazidism -* Touch up development in Sogdiana to properly support religious pluralism +* Touch up development in Sogdiana, Daylam to properly support religious pluralism * Revise province faith/cultures in light of minorities * Fix c_erand in sea_minoarity_game_start.txt * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria From c95fb892b88a287cf2ed77a40f86199d8d3f602c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:33:48 -0400 Subject: [PATCH 054/339] Generalize minority capacity utilization calculations --- .../sea_minority_culture_values.txt | 85 +++++++++++++------ .../sea_minority_culture_values_generic.txt | 7 ++ .../sea_minority_triggers.txt | 14 ++- 3 files changed, 81 insertions(+), 25 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 57c113fd2a..5782ee5a73 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -139,38 +139,82 @@ minority_capacity_of_county_faith = { floor = yes } #County Scope +culture_small_minority_weight_value = { + value = base_small_minority_weight + if = { + limit = { scope:the_county_temp.culture = { has_a_culture_blending_tradition_trigger = yes } } + multiply = tradition_culture_blending_multiplier + } +} +culture_large_minority_weight_value = { + value = base_large_minority_weight + if = { + limit = { scope:the_county_temp.culture = { has_a_culture_blending_tradition_trigger = yes } } + multiply = tradition_culture_blending_multiplier + } +} number_of_culture_minorities_in_county_weighted = { + this = { save_temporary_scope_as = the_county_temp } value = 0 if = { limit = { this = { has_variable_list = culture_minorities_small } } this = { - every_in_list = { variable = culture_minorities_small add = 1 } + every_in_list = { + variable = culture_minorities_small + this = { save_temporary_scope_as = the_culture_temp } + add = culture_small_minority_weight_value + } } } if = { limit = { this = { has_variable_list = culture_minorities_large } } - this = { every_in_list = { variable = culture_minorities_large add = 2 } } + this = { + every_in_list = { + variable = culture_minorities_large + this = { save_temporary_scope_as = the_culture_temp } + add = culture_large_minority_weight_value + } + } } } #County Scope +faith_small_minority_weight_value = { + value = base_small_minority_weight + if = { + limit = { + scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } + scope:the_faith_temp = { has_reduced_weight_in_dharmic_counties_trigger = yes } + } + multiply = dharmic_minorities_in_dharmic_counties_multiplier + } + else_if = { + limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } + multiply = tradition_religion_blending_multiplier + } +} +faith_large_minority_weight_value = { + value = base_large_minority_weight + if = { + limit = { + scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } + scope:the_faith_temp = { has_reduced_weight_in_dharmic_counties_trigger = yes } + } + multiply = dharmic_minorities_in_dharmic_counties_multiplier + } + else_if = { + limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } + multiply = tradition_religion_blending_multiplier + } +} number_of_faith_minorities_in_county_weighted = { this = { save_temporary_scope_as = the_county_temp } value = 0 if = { #Small minorities limit = { this = { has_variable_list = faith_minorities_small } } - this = { - every_in_list = { - variable = faith_minorities_small - if = { #Indian faiths support greater plurality - limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } } - if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan - limit = { scope:the_county_temp.faith = { is_valid_dharmic_minority_cost_trigger = yes } } - add = 0.67 - } - else = { add = 1 } #Non-Dharmic case - } - else = { add = 1 } #all other interactions - } + every_in_list = { + variable = faith_minorities_small + this = { save_temporary_scope_as = the_faith_temp } + add = faith_small_minority_weight_value } } if = { #Large minorities @@ -178,15 +222,8 @@ number_of_faith_minorities_in_county_weighted = { this = { every_in_list = { variable = faith_minorities_large - if = { #Indian faiths support greater plurality - limit = { scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } } - if = { #Dharmic faiths support 50% more minorities, so long as they are Dharmic or Eastern Pagan - limit = { scope:the_county_temp.faith = { is_valid_dharmic_minority_cost_trigger = yes } } - add = 1.34 - } - else = { add = 2 } #Non-Dharmic case - } - else = { add = 2 } #all other interactions + this = { save_temporary_scope_as = the_faith_temp } + add = faith_small_minority_weight_value } } } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index 68c318747c..eb67cef4b8 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -12,6 +12,13 @@ large_minority_cost_value = 4 small_minority_support_value = 1 small_minority_cost_value = 2 +#Minority weight bases +base_small_minority_weight = 1 +base_large_minority_weight = 2 +dharmic_minorities_in_dharmic_counties_multiplier = 0.67 +tradition_religion_blending_multiplier = 0.75 +tradition_culture_blending_multiplier = 0.75 + #small minority, large minority, majority; script value in case we want to change this number_of_minority_levels = 3 #Default Slow downs on account of trying to stamp out minorities diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 9bca038c6c..ee58fcf6c0 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -148,6 +148,18 @@ county_is_religiously_protected_trigger = { } ### General triggers +has_a_culture_blending_tradition_trigger = { + OR = { + has_cultural_tradition = tradition_culture_blending + has_cultural_tradition = tradition_malleable_invaders + } +} +has_a_religion_blending_tradition_trigger = { + OR = { + has_cultural_tradition = tradition_religion_blending + has_cultural_tradition = tradition_steppe_tolerance + } +} is_dharmic_faith_trigger = { OR = { religion = religion:buddhism_religion @@ -155,7 +167,7 @@ is_dharmic_faith_trigger = { religion = religion:jainism_religion } } -is_valid_dharmic_minority_cost_trigger = { +has_reduced_weight_in_dharmic_counties_trigger = { OR = { is_dharmic_faith_trigger = yes religion = religion:bon_religion From e12785393b384d0635208f330fdf5ba362078493 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:42:50 -0400 Subject: [PATCH 055/339] Caucasian Albania and Atropatene --- .../on_action/sea_minority_game_start.txt | 139 ++++++++++++++---- .../provinces/bp_k_caucasian_albania.txt | 6 +- WtWSMS/history/provinces/bp_k_caucasus.txt | 4 +- WtWSMS/history/provinces/bp_k_daylam.txt | 6 +- WtWSMS/history/titles/bp_k_caucasus.txt | 8 + 5 files changed, 130 insertions(+), 33 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index c575b3027a..2ce1be15f8 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -320,14 +320,23 @@ BP_set_minorities_universal = { add_small_faith_to_county_effect = { FAITH = faith:african_church } add_small_faith_to_county_effect = { FAITH = faith:donatism } } - # Other Specific Counties - #======================== - title:c_amida = { + ###Arewordiks + every_county = { + limit = { + OR = { + #These are the long term holdouts separated from Armenia proper + this = title:c_amida + this = title:c_samosata + this = title:c_tall_basma + } + } add_small_culture_and_faith_to_county_effect = { CULTURE = culture:armenian FAITH = faith:urartuism } } + # Other Specific Counties + #======================== title:c_jerusalem = { add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } title:c_harran = { #Faiths @@ -357,6 +366,12 @@ BP_set_minorities_universal = { } #Long Attested Non-Berber language presence by al-Bakri title:c_syrte = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } + title:c_derbent = { + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:nakh + } + } ## India and it's religious diversity #======================== add_dharmic_faith_minorities = yes @@ -386,6 +401,19 @@ BP_set_minorities_by_date = { title:c_abkhazia = { #Abkhaz Christians add_large_faith_to_county_effect = { FAITH = faith:georgian_orthodox } } + ### Albanian Church + every_county = { + limit = { + OR = { + this = title:c_aran + this = title:c_shaki + this = title:c_khachen + this = title:c_shirvan + this = title:c_mugan + } + } + add_small_faith_to_county_effect = { FAITH = faith:albanian_apostolic } + } ### Maronites every_county = { limit = { @@ -454,7 +482,12 @@ BP_set_minorities_by_date = { } ###Nestorians every_county = { - limit = { this.culture = culture:assyrian } + limit = { + OR = { + this.culture = culture:assyrian + this = title:c_rusafa + } + } add_large_faith_to_county_effect = { FAITH = faith:nestorian } } every_county = { @@ -502,6 +535,20 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:patripassianism } } + #Mazdans + ##Zoroastrians + ###Arewordiks + every_county = { + limit = { + OR = { + this = title:c_hereti + this = title:c_shirvan + this = title:c_mugan + } + } + add_small_faith_to_county_effect = { FAITH = faith:urartuism } + } + #Hypsisterians ##Hypsisterians ###Hypsisterians @@ -555,7 +602,7 @@ BP_set_minorities_by_date = { this = title:c_baalbek #Still heavily pagan in the late IVth into Vth century } } - add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } + add_large_faith_to_county_effect = { FAITH = faith:hellenic_pagan } } ###Cybellians every_county = { @@ -578,10 +625,24 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:gurzil } } + ##Iranian Pagans + ###Iranian Pagans + title:c_mugan = { add_small_faith_to_county_effect = { FAITH = faith:iranian_pagan_faith } } # Cultures #======================== - ###Remnant Medians + #West Iranian Heritage + ##Persians + every_county = { + limit = { #These should actually be Iranized populations + OR = { #Both Judeo-Tats and Tats... + this = title:c_shirvan + this = title:c_mugan + } + } + add_small_culture_to_county_effect = { CULTURE = culture:persian } + } + ##Medians title:c_hamadan = { add_large_culture_to_county_effect = { CULTURE = culture:median } } every_county = { limit = { @@ -594,8 +655,21 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:median } } - ### Taifal settlement in Gaul - #Touffailles and Touffaillou + #Adhari + every_county = { + limit = { + OR = { + this = title:c_talish + this = title:c_gilan + this = title:c_zanjan + this = title:c_hamadan + } + } + add_small_culture_to_county_effect = { CULTURE = culture:adhari } + } + #East Germanic Heritage + ##Taifals + #Touffailles and Touffaillou title:c_quercy = { add_large_culture_to_county_effect = { CULTURE = culture:taifal } } every_county = { limit = { @@ -606,7 +680,8 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:taifal } } - #Romano-Arameans + #Latin Heritage + ##Romano-Arameans every_county = { limit = { OR = { @@ -616,7 +691,8 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:romano_aramean } } - #Greeks + #Byzantines + ##Greeks every_county = { limit = { OR = { @@ -632,28 +708,30 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:greek } } - #Libyans + #Bosporans every_county = { limit = { OR = { - this.duchy = title:d_leptis_magna - this = title:c_tripolitana + this = title:c_tana + this = title:c_azov + this = title:c_khumar } } - add_small_culture_to_county_effect = { CULTURE = culture:libyan } + add_small_culture_to_county_effect = { CULTURE = culture:bosporan } } - #Bosporans + #Berber Heritage + ##Libyans every_county = { limit = { OR = { - this = title:c_tana - this = title:c_azov - this = title:c_khumar + this.duchy = title:d_leptis_magna + this = title:c_tripolitana } } - add_small_culture_to_county_effect = { CULTURE = culture:bosporan } + add_small_culture_to_county_effect = { CULTURE = culture:libyan } } - #Arameans + #Levantine Heritage + ##Arameans every_county = { limit = { OR = { @@ -682,7 +760,7 @@ BP_set_minorities_by_date = { add_small_culture_to_county_effect = { CULTURE = culture:aramean } } } - #Assyrians + ##Assyrians every_county = { limit = { OR = { @@ -711,7 +789,8 @@ BP_set_minorities_by_date = { add_small_culture_to_county_effect = { CULTURE = culture:assyrian } } } - #Khalans + #Arabic Heritage + ##Khalans every_county = { limit = { OR = { @@ -729,7 +808,17 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:khalan } } - + #Caucasian Heritage + ##Aghwank + every_county = { + limit = { + OR = { + this = title:c_shirvan + this = title:c_mugan + } + } + add_large_culture_to_county_effect = { CULTURE = culture:caucasian_albanian } + } ## Other Special Regions #======================== @@ -844,7 +933,8 @@ BP_set_minorities_by_date = { every_county = { limit = { OR = { - this.kingdom = title:k_daylam + this.duchy = title:d_daylam + this.duchy = title:d_atropatene this.duchy = title:d_media_minor this.duchy = title:d_kermanshah this.duchy = title:d_adiabene @@ -942,7 +1032,6 @@ BP_set_minorities_by_date = { CULTURE = culture:armenian } add_small_faith_to_county_effect = { FAITH = faith:nestorian } - add_small_faith_to_county_effect = { FAITH = faith:manichean } } title:c_talish = { add_large_faith_to_county_effect = { FAITH = faith:manichean } } ### Spain diff --git a/WtWSMS/history/provinces/bp_k_caucasian_albania.txt b/WtWSMS/history/provinces/bp_k_caucasian_albania.txt index 8be0bcef6b..bb81d59de0 100644 --- a/WtWSMS/history/provinces/bp_k_caucasian_albania.txt +++ b/WtWSMS/history/provinces/bp_k_caucasian_albania.txt @@ -88,8 +88,8 @@ ###c_shirvan 668 = { # 668 - Shirvan - culture = caucasian_albanian - religion = manichean + culture = persian #Forerunners to modern Tats + religion = mazdayasna holding = castle_holding } 5771 = { # 5771 - Baku @@ -104,7 +104,7 @@ ###c_mugan 5790 = { # 5790 - Paytakaran culture = adhari #Median control extended to South of the Aras River - religion = manichean + religion = mazdayasna holding = castle_holding } 5788 = { # 5788 - Gabarawan diff --git a/WtWSMS/history/provinces/bp_k_caucasus.txt b/WtWSMS/history/provinces/bp_k_caucasus.txt index 6f6cee9e24..b3a8cebfb6 100644 --- a/WtWSMS/history/provinces/bp_k_caucasus.txt +++ b/WtWSMS/history/provinces/bp_k_caucasus.txt @@ -119,8 +119,8 @@ } ###c_derbent 674 = { #Derbent - culture = caucasian_albanian - religion = georgian_pagan + culture = persian + religion = mazdayasna holding = castle_holding #Long term settlement since BC } 5304 = { #Balanjar diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index a3ab91f878..d3f8c90841 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -32,7 +32,7 @@ ###c_tabriz 4537 = { # 4537 - Tabriz culture = adhari - religion = manichean + religion = mazdayasna holding = castle_holding } 4536 = { # 4536 - Marand @@ -52,7 +52,7 @@ } ###c_talish 4534 = { # 4534 - Talish - culture = adhari + culture = daylamite #Really Talysh, but close enough religion = mazdayasna holding = castle_holding } @@ -62,7 +62,7 @@ ###c_ardabil 4543 = { # 4543 - Ardabil culture = adhari - religion = manichean + religion = mazdayasna holding = castle_holding } 4002 = { # 4002 - Khalkal diff --git a/WtWSMS/history/titles/bp_k_caucasus.txt b/WtWSMS/history/titles/bp_k_caucasus.txt index 3ee4ccce50..873cce94fa 100644 --- a/WtWSMS/history/titles/bp_k_caucasus.txt +++ b/WtWSMS/history/titles/bp_k_caucasus.txt @@ -118,6 +118,14 @@ c_samiran = { #d_alans history (substitution) } } c_derbent = { #Part of Balasagan, so ruled by same ruler + #Development + 131.1.1 = { change_development_level = 2 } #Establishment of Lazic Kingdom + 200.1.1 = { change_development_level = 4 } + 400.1.1 = { change_development_level = 6 } + 600.1.1 = { change_development_level = 8 } + 628.1.1 = { change_development_level = 6 } #Khazar Invasion + 680.1.1 = { change_development_level = 3 } #Islamic suzeranity + 700.1.1 = { change_development_level = 4 } #Rulers 460.1.1={ holder = 96064 # Shapur Waraz From df2e444510699b9f25d3be242a3f40c3d9c368b1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:47:50 -0400 Subject: [PATCH 056/339] Armenia & Georgia * New Svan Culture * Extensive Arewordik, Marcionist, and Georgian Pagan presence where historically accurate * Changed borders of Svaneti, Odisihi to better reflect history * Added fictional tribal rulers to Svaneti to represent the loose domination of Lazica on the mountain people --- WtWSMS/common/_TODO_FIXME_common.info | 1 + .../common/culture/cultures/BP_caucasian.txt | 30 ++++ WtWSMS/common/culture/pillars/00_language.txt | 32 ++++ .../dynasties/_lt_rascek_BP_dynasties.txt | 4 + WtWSMS/common/landed_titles/BP_e_armenia.txt | 16 +- WtWSMS/common/landed_titles/_BP.info | 4 + .../on_action/sea_minority_game_start.txt | 153 ++++++++++++++++-- .../religion/holy_sites/BP_holy_sites.txt | 7 + .../religion/religions/00_christianity.txt | 8 +- .../religion/religions/00_zoroastrianism.txt | 2 +- .../_lt_rascek_fictional_tribal_rulers.txt | 21 +++ WtWSMS/history/provinces/bp_k_armenia.txt | 3 +- .../provinces/bp_k_armenia_inferior.txt | 4 +- WtWSMS/history/provinces/bp_k_lazica.txt | 17 +- WtWSMS/history/titles/bp_k_lazica.txt | 64 ++------ .../english/culture/BP_cultures_l_english.yml | 3 + .../BP_cultural_languages_l_english.yml | 1 + ...rascek_dynasty_names_rewrite_l_english.yml | 1 + .../religion/BP_religion_l_english.yml | 1 + _developer_documentation/_BP_design.info | 4 +- 20 files changed, 287 insertions(+), 89 deletions(-) diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index 3f871035aa..d876ff9a8e 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -20,6 +20,7 @@ Beta: * common/casus_belli_types/BP_migration.txt: Dynamize the FAME_BASE to title tier * common/character_interactions/BP_special_contract_offers.txt: Convert request_foederatus_interaction to an actual negotiation * common/culture/cultures/ - Implement the following culture history: old_bavarian, hunas + * common/culture/cultures/BP_caucasian.txt : Create Svan Namelist * common/culture/cultures/BP_dead_cultures.txt - Decide whether to keep or remove paleo_iberian * common/culture/cultures/BP_turkic.txt: White Croats need to be better thought out * common/culture/cultures/BP_west_slavic.txt: Lechites need to be better thought out diff --git a/WtWSMS/common/culture/cultures/BP_caucasian.txt b/WtWSMS/common/culture/cultures/BP_caucasian.txt index 2ddf0cf72c..b56e4d1dec 100644 --- a/WtWSMS/common/culture/cultures/BP_caucasian.txt +++ b/WtWSMS/common/culture/cultures/BP_caucasian.txt @@ -128,6 +128,36 @@ macronian = { #Aka Lazics (?) ethnicities = { 10 = mediterranean_byzantine } } +svan = { + color = { 0.75 0.5 0.75 } + + parents = { colchiscan } + created = 250.1.1 #Split from the proto-Lazs and migrated north + + ethos = ethos_communal + heritage = heritage_caucasian + language = language_svan + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_eye_for_an_eye + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_tribe_unity + #Combat Traditions + tradition_caucasian_wolves #Colchiscan heritage + } + + name_list = name_list_colchiscan ##### TODO (Beta): Create Svan Namelist + + coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } + building_gfx = { mediterranean_building_gfx } + clothing_gfx = { byzantine_clothing_gfx } + unit_gfx = { eastern_unit_gfx } + + ethnicities = { 10 = mediterranean_byzantine } +} caucasian_albanian = { # Migrational Era Aghwan, Caucasian Albanian color = { 0.7 0.5 0.5 } diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index ddd3aa47b1..90f7d31ed2 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2544,6 +2544,38 @@ language_georgian = { color = { 0.0 0.3 0.9 } } +language_svan = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_svan } } + + parameters = { + language_group_kartvelian = yes + language_family_kartvelian = yes + language_union_caucasus = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_svan } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_kartvelian } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_kartvelian } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_caucasus } + multiply = same_language_union_choice_factor + } + } + + color = { 0.75 0.5 0.75 } +} language_lazic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_lazic } } diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index e70e5a25c3..bbff32cc85 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -164,6 +164,10 @@ corduenian_dynn_hakkari = { name = dynn_Vzur culture = corduenian } +dynn_svan_svan = { + name = dynn_Sanni + culture = svan +} #Central African Dynasties sao_dynn_kanem = { diff --git a/WtWSMS/common/landed_titles/BP_e_armenia.txt b/WtWSMS/common/landed_titles/BP_e_armenia.txt index 38c9f63034..e8282faf8e 100644 --- a/WtWSMS/common/landed_titles/BP_e_armenia.txt +++ b/WtWSMS/common/landed_titles/BP_e_armenia.txt @@ -272,11 +272,6 @@ e_armenia = { color = { 70 63 88 } } - b_seti = { - province = 5748 - - color = { 70 63 88 } - } b_zugdidi = { province = 5749 @@ -287,6 +282,11 @@ e_armenia = { color = { 70 63 88 } } + b_kvara = { + province = 5753 + + color = { 90 94 90 } + } } c_svaneti = { color = { 90 94 90 } @@ -301,10 +301,10 @@ e_armenia = { color = { 90 94 90 } } - b_kvara = { - province = 5753 + b_seti = { + province = 5748 - color = { 90 94 90 } + color = { 70 63 88 } } } c_guria = { diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index 85fdc7bc29..a0ff1038d3 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -49,6 +49,10 @@ c_embrun b_gap from c_forcalquier c_syrrusafa b_ratla from c_raqqa +c_svaneti + b_kvara to c_odishi +c_odishi + b_seti to c_svaneti TODO: c_dausar and associated diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 2ce1be15f8..e426564ea5 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -154,6 +154,8 @@ BP_set_minorities_universal = { this = title:c_kakheti this = title:c_tbilisi this = title:c_kartli + #Armenian Jews + this = title:c_ayrarat #Greece & Asia Minor this = title:c_byzantion this = title:c_pacatiana #Jewish presence since Seleucid time, likely contributed to Hypsisterians @@ -372,6 +374,36 @@ BP_set_minorities_universal = { CULTURE = culture:nakh } } + #Armenian-Aghwank border + title:c_khachen = { + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:armenian_apostolic + CULTURE = culture:armenian + } + } + #Georgian-Aghwank border + title:c_kakheti = { + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:albanian_apostolic + CULTURE = culture:caucasian_albanian + } + } + #Georgian-Armenian border + title:c_lori = { + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_orthodox + CULTURE = culture:georgian + } + } + #Svan-Lazic border + title:c_odishi ={ + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:svan + } + } + #Svan-Abkhaz border + title:c_odishi ={ add_small_culture_to_county_effect = { CULTURE = culture:svan } } ## India and it's religious diversity #======================== add_dharmic_faith_minorities = yes @@ -389,17 +421,47 @@ BP_set_minorities_by_date = { ### Nicene every_county = { limit = { - OR = { - this.kingdom = title:k_asia - this.kingdom = title:k_galatia + AND = { #West Asia Minor + OR = { + this.kingdom = title:k_asia + this.kingdom = title:k_galatia + } + NOT = { this.religion = religion:christianity_religion } } - NOT = { this.religion = religion:christianity_religion } } add_large_faith_to_county_effect = { FAITH = faith:nicene } } + every_county = { + limit = { + OR = { + #Cappadocia + this = title:c_ablastha + this = title:c_azysia + this = title:c_lycandus + } + } + add_small_faith_to_county_effect = { FAITH = faith:nicene } + } ### Georgian Orthodox - title:c_abkhazia = { #Abkhaz Christians - add_large_faith_to_county_effect = { FAITH = faith:georgian_orthodox } + every_county = { + limit = { + OR = { + this = title:c_svaneti + this = title:c_abkhazia + } + } + add_small_faith_to_county_effect = { FAITH = faith:georgian_orthodox } + } + ### Armenian Church + every_county = { + limit = { + AND = { + this.faith = faith:marcionism + this.culture = culture:armenian + } + NOT = { this = title:c_samosata } + } + add_small_faith_to_county_effect = { FAITH = faith:armenian_apostolic } } ### Albanian Church every_county = { @@ -496,9 +558,30 @@ BP_set_minorities_by_date = { } ### Marcionism every_county = { - limit = { this = title:c_aintab } + limit = { + OR = { + this = title:c_edessa + this = title:c_aintab + AND = { + this.kingdom = title:k_armenia_inferior + this.faith = faith:armenian_apostolic + } + } + } add_large_faith_to_county_effect = { FAITH = faith:marcionism } } + every_county = { + limit = { + OR = { + this = title:c_kaisereia + this = title:c_sebasteia + this = title:c_colonea + #NOT kilikia & kyzistria because it was too developed and later Marcionism seemed to exist in the + #"no-man's land" between Armenia and Rome + } + } + add_small_faith_to_county_effect = { FAITH = faith:marcionism } + } ### Audians title:c_damascus = { #Site of Jubb'adin "Well of Audius" add_small_faith_to_county_effect = { FAITH = faith:audianism } @@ -536,17 +619,42 @@ BP_set_minorities_by_date = { } #Mazdans + ##Dualists + ###Valentinians + every_county = { + limit = { + OR = { + this = title:c_beirut + this = title:c_antiocheia + this = title:c_alexandretta + } + } + add_small_faith_to_county_effect = { FAITH = faith:valentinianism } + } ##Zoroastrians ###Arewordiks every_county = { limit = { OR = { - this = title:c_hereti - this = title:c_shirvan - this = title:c_mugan + this.kingdom = title:k_armenia + this.kingdom = title:k_caucasian_albania + #For continuity with the later Arewordiks + this = title:c_bakriya + this = title:c_mayyafariqin } + #Northern reaches of Armenia were more likely thoroughly Christanized + NOT = { this = title:c_gugark } } - add_small_faith_to_county_effect = { FAITH = faith:urartuism } + if = { + limit = { + OR = { + this = title:c_bagrewand #Major center in Ascarid Armenia + any_neighboring_county = { religion = religion:zoroastrianism_religion } + } + } + add_large_faith_to_county_effect = { FAITH = faith:urartuism } + } + else = { add_small_faith_to_county_effect = { FAITH = faith:urartuism } } } #Hypsisterians @@ -628,6 +736,19 @@ BP_set_minorities_by_date = { ##Iranian Pagans ###Iranian Pagans title:c_mugan = { add_small_faith_to_county_effect = { FAITH = faith:iranian_pagan_faith } } + ##Georgians + ###Georgian Pagans + every_county = { + limit = { + OR = { + this.culture = culture:georgian + this.culture = culture:macronian + this = title:c_lori + } + NOT = { this = title:c_odishi } + } + add_large_faith_to_county_effect = { FAITH = faith:georgian_pagan } + } # Cultures #======================== @@ -819,6 +940,16 @@ BP_set_minorities_by_date = { } add_large_culture_to_county_effect = { CULTURE = culture:caucasian_albanian } } + every_county = { + limit = { + OR = { + this = title:c_odishi + this = title:c_guria + this = title:c_acampse + } + } + add_small_culture_to_county_effect = { CULTURE = culture:georgian } + } ## Other Special Regions #======================== diff --git a/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt b/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt index 349194a8b9..86381ac9f2 100644 --- a/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt +++ b/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt @@ -120,6 +120,13 @@ sinope_marcionism = { monthly_piety_gain_mult = 0.1 } } +etchmiadzin = { + county = c_ayrarat + barony = b_yerevan + character_modifier = { + powerful_vassal_opinion = 5 + } +} # Judaism sanaa = { county = c_sanaa diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 74cadcb77b..1fed03a321 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -860,9 +860,9 @@ holy_site = jerusalem holy_site = antioch - holy_site = suenik #city of Dvin within county of Suenik + holy_site = suenik #city of Dvin within county of Suenik holy_site = colonea - holy_site = beirut + holy_site = etchmiadzin #Much more important than Beirut #Main Doctrines doctrine = doctrine_pluralism_righteous @@ -1083,8 +1083,8 @@ religious_head = d_apostolic_church holy_site = jerusalem - holy_site = kabala - holy_site = suenik #city of Dvin within county of Suenik + holy_site = kabala #Late Antiquity seat of the faith + holy_site = etchmiadzin #Armenian Aposotlic Influence holy_site = shirvan holy_site = mtskheta #Georgian Orthodox Influence diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index 77ffc6dd28..8752ffb823 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -435,7 +435,7 @@ doctrine = doctrine_consanguinity_unrestricted #Core Tenets - doctrine = tenet_unrelenting_faith + doctrine = tenet_sky_burials #Both burial and sky burial practiced; see https://iranicaonline.org/articles/armenia-iii doctrine = tenet_divine_marriage #Armenian Emperors occasionally had sibling marriages doctrine = tenet_hellenic_syncretism diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt index aab5224a67..4832bd6d33 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt @@ -9233,3 +9233,24 @@ EweIbadan005 = { 670.1.1 = { birth = yes } 750.1.1 = { death = yes } } + +### Caucasian Characters + +#### Svan Characters (Pattern A) +SvanSvaneti000 = { + name = "Sumbat" + religion = georgian_pagan + culture = svan + dynasty = dynn_svan_svan + 440.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +SvanSvaneti001 = { + name = "Zviad" + religion = georgian_pagan + culture = svan + dynasty = dynn_svan_svan + father = SvanSvaneti000 + 470.1.1 = { birth = yes } + 520.1.1 = { death = yes } +} diff --git a/WtWSMS/history/provinces/bp_k_armenia.txt b/WtWSMS/history/provinces/bp_k_armenia.txt index 730a3ed78a..a798928c3d 100644 --- a/WtWSMS/history/provinces/bp_k_armenia.txt +++ b/WtWSMS/history/provinces/bp_k_armenia.txt @@ -90,7 +90,8 @@ holding = city_holding } 5728 = { # 5728 - Yerevan - holding = none + holding = church_holding + special_building = holy_site_cathedral_01 #Holy Mother See of Etchmiadzin } ###c_gugark 5741 = { # 5741 - Artaani diff --git a/WtWSMS/history/provinces/bp_k_armenia_inferior.txt b/WtWSMS/history/provinces/bp_k_armenia_inferior.txt index deb2ad5e32..0c7948df8e 100644 --- a/WtWSMS/history/provinces/bp_k_armenia_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_armenia_inferior.txt @@ -105,9 +105,8 @@ ###c_lykandos 736 = { # 736 - Lykandos culture = cappadocian - religion = nicene + religion = marcionism holding = castle_holding - 550.1.1 = { culture = greek } } 5610 = { # 5610 - Comana_LYK holding = church_holding #More ecclesiastical role at this point @@ -135,7 +134,6 @@ culture = cappadocian religion = marcionism holding = castle_holding - 600.1.1 = { culture = greek } } 5607 = { # 5607 - Dalanda holding = none diff --git a/WtWSMS/history/provinces/bp_k_lazica.txt b/WtWSMS/history/provinces/bp_k_lazica.txt index f2206968ee..5ca808e402 100644 --- a/WtWSMS/history/provinces/bp_k_lazica.txt +++ b/WtWSMS/history/provinces/bp_k_lazica.txt @@ -14,25 +14,26 @@ 5747 = { # 5747 - Gudavka holding = none } -5748 = { # 5748 - Seti - holding = none -} + 5749 = { # 5749 - Zugdidi holding = none } 5750 = { # 5750 - Tsageri - holding = church_holding #Medeival see, but we need holdings + holding = church_holding #Medieval see, but we need holdings +} +5753 = { # 5753 - Kvara + holding = none } ###c_svaneti 5752 = { # 5752 - Kasriskari - culture = macronian - religion = georgian_orthodox - holding = castle_holding + culture = svan + religion = georgian_pagan + holding = tribal_holding } 5751 = { # 5751 - Ambrolauri holding = none } -5753 = { # 5753 - Kvara +5748 = { # 5748 - Seti holding = none } ###c_guria diff --git a/WtWSMS/history/titles/bp_k_lazica.txt b/WtWSMS/history/titles/bp_k_lazica.txt index da84381441..88e7b649c1 100644 --- a/WtWSMS/history/titles/bp_k_lazica.txt +++ b/WtWSMS/history/titles/bp_k_lazica.txt @@ -139,57 +139,19 @@ c_svaneti = { #c_imeretia history (elimination) 600.1.1 = { change_development_level = 2 } 700.1.1 = { change_development_level = 3 } #Rulers - 100.1.1={ - holder=172 - } - 130.1.1={ - holder=173 - } - 150.1.1={ - holder=174 - } - 180.1.1={ - holder=175 - } - 220.1.1={ - holder=176 - } - 260.1.1={ - holder=177 - } - 264.1.1={ - holder=178 - } - 294.1.1={ - holder=179 - } - 340.1.1={ - holder=180 - } - 360.1.1={ - holder=181 - } - 380.1.1={ - holder=182 - } - 395.1.1={ - holder=183 - } - 466.1.1={ - holder=184 - } - 522.1.1={ - holder=185 - } - 528.1.1={ - holder=363870 # Opsites - } - 541.1.1={ - holder=36389 # Gubazes II - } - 555.1.1={ - holder=36392 # Tzath II - } + 460.1.1 = { + government = tribal_government + holder = SvanSvaneti000 + liege = k_lazica + } + 490.1.1 = { holder = SvanSvaneti001 } + #520.1.1 = { holder = 2 } + #550.1.1 = { holder = 3 } + #580.1.1 = { holder = 4 } + #610.1.1 = { holder = 5 } + #640.1.1 = { holder = 6 } + #670.1.1 = { holder = 7 } + #700.1.1 = { holder = 8 } } c_guria = { #Development diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 9edc8a25f8..3974ced6a3 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -136,6 +136,9 @@ nakh:0 "Nakh" nakh_collective_noun:0 "Nakh" nakh_prefix:0 "Nakh" + svan: "Svan" + svan_collective_noun: "Svans" + svan_prefix: "Svano" # Central African group nok:0 "Nok" nok_collective_noun:0 "Nok" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 87f6d1fc95..2fc11812c4 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -23,6 +23,7 @@ language_abaza_name:0 "Abaza" language_adyghes_name:0 "Adyghes" language_corduenian_name:0 "Corduenian" + language_svan_name: "Svan" #Central Germanic language_suebi_name:0 "Suebi" language_north_sea_germanic_name:0 "Ingvaeonic Germanic" diff --git a/WtWSMS/localization/english/dynasties/BP_lt_rascek_dynasty_names_rewrite_l_english.yml b/WtWSMS/localization/english/dynasties/BP_lt_rascek_dynasty_names_rewrite_l_english.yml index aff092d730..baeac808ba 100644 --- a/WtWSMS/localization/english/dynasties/BP_lt_rascek_dynasty_names_rewrite_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_lt_rascek_dynasty_names_rewrite_l_english.yml @@ -84,6 +84,7 @@ #Caucasian Group dynn_Artaxiad:0 "Artaxiad" dynn_Artaxiad_georgian:0 "Art'ashesiani" #Georgian Artaxiads + dynn_Sanni: "Sanni" #Celtic Group dynn_UI_NE_ill:0 "Uí Néill" diff --git a/WtWSMS/localization/english/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_l_english.yml index 0a1fa2a1f4..28a2cf3d4b 100644 --- a/WtWSMS/localization/english/religion/BP_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_l_english.yml @@ -52,6 +52,7 @@ holy_site_legio_name: "Legio" holy_site_hippo_name: "Hippo Regius" holy_site_sinope_marcionism_name: "Sinope" + holy_site_etchmiadzin_name: "Etchmiadzin" ### Jewish holy_site_sanaa_name:0 "Sanaa" holy_site_guria_name:0 "Guria" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 23187d06de..dd118656c4 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -46,8 +46,8 @@ IN PROGRESS: * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities -* Split Tabitanism into Iranic Sun worship in Iran proper; Human sacrifice wasn't part of West Iranian religious practice and it should influence later Yazidism -* Touch up development in Sogdiana, Daylam to properly support religious pluralism +* Caucasian tradition for unblemished rulership and to prevent cultures from being replaced readily + supporting cultural/religious diversity +* Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism * Revise province faith/cultures in light of minorities * Fix c_erand in sea_minoarity_game_start.txt * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria From 1ef668f5389d552ba344b5728608d2e2bae1c760 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 16 Sep 2022 21:44:24 -0400 Subject: [PATCH 057/339] Make Iranian Paganism non-Zoroastrian For Syncretism purposes --- WtWSMS/common/on_action/BP_game_start.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 66e5b1bef0..561c659fc7 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1281,6 +1281,8 @@ set_ethnic_religion_flags = { } other_religion_effects = { effect = { + #Pagan Iranianism is not a Zoroastrian faith... + faith:iranian_pagan_faith = { remove_doctrine = special_doctrine_is_zoroastrian_faith } if = { #Treaty of Nvarsak limit = { current_date >= 484.1.1 } legalize_caucasian_christianity_global_effect = yes From cac8e846208069294f8e2e2b641c950d15846a06 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 17 Sep 2022 00:40:26 -0400 Subject: [PATCH 058/339] Implement Caucasian Mountain homes varient * Also increase diversity support in the caucuses for cultures with Caucasian Mountain Homes * Make it harder to replace Caucasian cultures from their mountain provinces once established * Overhauled North-East Caucasian Langauges * Added Caucasian Avar culture (Awaral) --- .../common/culture/cultures/BP_caucasian.txt | 62 ++++- .../common/culture/cultures/BP_israelite.txt | 4 +- .../culture/name_lists/BP_caucasian.txt | 42 +++- WtWSMS/common/culture/pillars/00_language.txt | 72 +++++- .../traditions/BP_regional_traditions.txt | 225 +++++++++++++++++- .../on_action/sea_minority_game_start.txt | 39 ++- .../99_steward_values_BP_overwrite.txt | 19 ++ .../script_values/BP_steward_values.txt | 6 + .../sea_minority_culture_values.txt | 14 ++ .../sea_minority_culture_values_generic.txt | 1 + .../scripted_effects/BP_on_action_effects.txt | 4 +- .../scripted_triggers/BP_culture_triggers.txt | 4 + .../scripted_triggers/BP_other_triggers.txt | 9 + .../sea_minority_triggers.txt | 21 +- WtWSMS/history/provinces/bp_k_caucasus.txt | 8 +- .../english/BP_council_tasks_l_english.yml | 1 + .../english/culture/BP_cultures_l_english.yml | 3 + .../BP_cultural_languages_l_english.yml | 4 +- .../BP_cultural_traditions_l_english.yml | 10 +- .../BP_dynasty_names_unsorted_l_english.yml | 6 + .../gui/sea_holding_view_l_english.yml | 4 +- ...kerwanderung_additional_name_l_english.yml | 159 +++++++++++++ 22 files changed, 686 insertions(+), 31 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_caucasian.txt b/WtWSMS/common/culture/cultures/BP_caucasian.txt index b56e4d1dec..aeb43f7723 100644 --- a/WtWSMS/common/culture/cultures/BP_caucasian.txt +++ b/WtWSMS/common/culture/cultures/BP_caucasian.txt @@ -144,11 +144,16 @@ svan = { #Regional Traditions #Ritual Traditions #Realm Traditions - tradition_tribe_unity #Combat Traditions tradition_caucasian_wolves #Colchiscan heritage } + dlc_tradition = { + trait = tradition_caucasian_mountain_homes + requires_dlc_flag = hybridize_culture + fallback = tradition_caucasian_mountain_homes_non_dlc + } + name_list = name_list_colchiscan ##### TODO (Beta): Create Svan Namelist coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } @@ -163,7 +168,7 @@ caucasian_albanian = { # Migrational Era Aghwan, Caucasian Albanian ethos = ethos_egalitarian #Conflux of Persian, Native, and Roman civilization heritage = heritage_caucasian - language = language_aghwan + language = language_lezgic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -194,9 +199,9 @@ caucasian_albanian = { # Migrational Era Aghwan, Caucasian Albanian nakh = { #Migrational Era Chechens color = { 0.7 0.7 0.5 } - ethos = ethos_communal + ethos = ethos_stoic heritage = heritage_caucasian - language = language_aghwan + language = language_nakh martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -208,9 +213,11 @@ nakh = { #Migrational Era Chechens } dlc_tradition = { - trait = tradition_staunch_traditionalists + trait = tradition_caucasian_mountain_homes requires_dlc_flag = hybridize_culture + fallback = tradition_caucasian_mountain_homes_non_dlc } + dlc_tradition = { trait = tradition_artisans requires_dlc_flag = royal_court @@ -225,6 +232,38 @@ nakh = { #Migrational Era Chechens ethnicities = { 10 = mediterranean_byzantine } } +awaral = { #Migration Era (Caucasian) Avars + color = { 0.9 0.3 0.9 } + + ethos = ethos_stoic + heritage = heritage_caucasian + language = language_avaric + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_eye_for_an_eye + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_quarrelsome + } + + dlc_tradition = { + trait = tradition_caucasian_mountain_homes + requires_dlc_flag = hybridize_culture + fallback = tradition_caucasian_mountain_homes_non_dlc + } + + name_list = name_list_nakh + + coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } + building_gfx = { mediterranean_building_gfx } + clothing_gfx = { byzantine_clothing_gfx } + unit_gfx = { eastern_unit_gfx } + + ethnicities = { 10 = mediterranean_byzantine } +} abaza = { # Migrational Era Abaza color = { 0.75 0.55 0.75 } @@ -241,6 +280,13 @@ abaza = { # Migrational Era Abaza #Combat Traditions tradition_mountaineers } + + dlc_tradition = { + trait = tradition_caucasian_mountain_homes + requires_dlc_flag = hybridize_culture + fallback = tradition_caucasian_mountain_homes_non_dlc + } + name_list = name_list_abaza coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } @@ -267,6 +313,12 @@ adyghes = { # Migrational Era Adyghes #Combat Traditions } + dlc_tradition = { + trait = tradition_caucasian_mountain_homes + requires_dlc_flag = hybridize_culture + fallback = tradition_caucasian_mountain_homes_non_dlc + } + name_list = name_list_adyghes coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } diff --git a/WtWSMS/common/culture/cultures/BP_israelite.txt b/WtWSMS/common/culture/cultures/BP_israelite.txt index 6e145832b4..2f58864d74 100644 --- a/WtWSMS/common/culture/cultures/BP_israelite.txt +++ b/WtWSMS/common/culture/cultures/BP_israelite.txt @@ -17,14 +17,14 @@ tradition_mobile_guards #Ritual Traditions #Realm Traditions - tradition_isolationist #Combat Traditions tradition_mountaineers } dlc_tradition = { - trait = tradition_staunch_traditionalists + trait = tradition_caucasian_mountain_homes requires_dlc_flag = hybridize_culture + fallback = tradition_caucasian_mountain_homes_non_dlc } name_list = name_list_juhuro diff --git a/WtWSMS/common/culture/name_lists/BP_caucasian.txt b/WtWSMS/common/culture/name_lists/BP_caucasian.txt index c57b99ae81..c948c83e4d 100644 --- a/WtWSMS/common/culture/name_lists/BP_caucasian.txt +++ b/WtWSMS/common/culture/name_lists/BP_caucasian.txt @@ -595,4 +595,44 @@ name_list_nakh = { } dynasty_of_location_prefix = "dynnp_taipan" -} \ No newline at end of file +} +#Credit to duinnin for this list of male/female names https://forum.paradoxplaza.com/forum/threads/new-cultures.610605/page-10#post-13946860 +name_list_nakh = { + + #Dynasty names taken from https://old.reddit.com/r/AskCaucasus/comments/ndoofs/why_are_most_ingush_surnames_derived_from_clans/ + + dynasty_names = { + #Taken from Wiki list of famous Avars where Avar spelling is available + dynn_Murad + dynn_Shamil + dynn_Gamazatil + dynn_Kumuki + } + + cadet_dynasty_names = { + #Taken from Wiki list of famous Avars where Avar spelling is available + dynn_Murad + dynn_Shamil + dynn_Gamazatil + dynn_Kumuki + } + + male_names = { + Acsa_d Adony Ajtony Apor Becse Bere_ny Bese Bod Boga_t Bojta Bors Bot Botond Botos Buda Bulcsu + Ba_nk Ba_tur Be_la Bo_kony Bo_ke_ny Csaba Csana_d Csege Cseka De_cse De_cso Elme_r Elod Ete Ezelek + Falicsi Farkas Forkos Gyeicsa Gyejcsa Gyeu_csa Gye_cso Hete_ny Hollo_s Huba Ho_dos Jutocsa Jutos + Kadocsa Kaplony Kartal Kara_d Katapa_n Kecsen Keled Kerecse Kerecsen Ketel Keve Kond Kortol + Kuppa_ny Kursza_n Ka_l Ko_lpe_ny Ku_zsde_g Levedi Levente Livu_nti Le_l Mako_ Mike Mika_n Miske + Mo_g Nya_ra_d Obus Ond Pozsony Szabolcs Szecsod Szere_nd Szolnok Szoa_rd Su_r Taksony Tarcal + Tarkacsu Tas Tasi Teveli Tormacsu Turda To_ho_to_m Uros Vajk Vata Va_l Zolta Zolta_n Zombor Zsolt + Zsombor A_kus A_lmus A_rpa_d O_csa_d O_den O_rke_ny O_rko_nd O_zse_b + } + female_names = { + Ajna_cska Aja_nde_k Arany Arika Baro_t Boga_rd Bolda Buga Bi_bur Csente Cseperka Csepke Csiko_ + Csillag Csuda Delin De_va Emese Emoke Ene_h Fehe_ra Gilva_d Gyo_ngy Hajna Havadi Hete Hitva_nd + Jo_lea_n Karold Kecse Krabocsa Ko_ncse Lelle Lente Mag Manga Mikolt Nyesta Piriska Ra_zdi Re_ka + Sarolt Somocska Szecsoke Sze_pa Sa_fe_ly Vira_g A_lda_ska O_rsi O_te + } + + dynasty_of_location_prefix = "dynnp_taipan" +} diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 90f7d31ed2..4604533b52 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2611,9 +2611,9 @@ language_lazic = { # Northeast Caucasian ## Northeast Caucasian -language_aghwan = { +language_lezgic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_aghwan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_lezgic } } parameters = { language_group_northeast_caucasian = yes @@ -2624,7 +2624,7 @@ language_aghwan = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_aghwan } + limit = { has_cultural_pillar = language_lezgic } multiply = same_language_choice_factor } else_if = { @@ -2643,12 +2643,76 @@ language_aghwan = { color = { 0.7 0.5 0.5 } } +language_nakh = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_nakh } } + + parameters = { + language_group_northeast_caucasian = yes + language_family_northeast_caucasian = yes + language_union_caucasus = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_nakh } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_northeast_caucasian } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_northeast_caucasian } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_caucasus } + multiply = same_language_union_choice_factor + } + } + + color = { 0.7 0.7 0.5 } +} +language_avaric = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_avaric } } + + parameters = { + language_group_northeast_caucasian = yes + language_family_northeast_caucasian = yes + language_union_caucasus = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_avaric } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_northeast_caucasian } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_northeast_caucasian } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_caucasus } + multiply = same_language_union_choice_factor + } + } + + color = { 0.9 0.3 0.9 } +} #Northwest Caucasian ## Northwest Caucasian language_abaza = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_aghwan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_lezgic } } parameters = { language_group_northwest_caucasian = yes diff --git a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt index 90b4d71ce9..bea1d754d6 100644 --- a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt @@ -1381,6 +1381,7 @@ tradition_levantine_traditions_non_dlc = { parameters = { is_a_heritage_tradition = yes + expensive_convert_to_local_culture = yes can_build_cities_in_late_antiquity = yes #Invisible Effect blocks_vanilla_culture_emergence_events = yes @@ -1430,6 +1431,227 @@ tradition_levantine_traditions_non_dlc = { } } } +tradition_caucasian_mountain_homes = { + category = regional + + layers = { + 0 = martial + 1 = mena + 4 = mountain.dds + } + + is_shown = { always = no } + can_pick = { + traditions_heritage_tradition_is_in_list_trigger = no + traditions_monolithic_culture_type_is_in_list_trigger = no + custom_tooltip = { + text = cannot_have_tradition_staunch_traditionalists + NOT = { any_in_list = { list = traits this = flag:tradition_staunch_traditionalists } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_mountain_homes } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_isolationist } } + } + } + can_pick_for_hybridization = { + traditions_heritage_tradition_is_in_list_trigger = no + traditions_monolithic_culture_type_is_in_list_trigger = no + custom_tooltip = { + text = cannot_have_tradition_staunch_traditionalists + NOT = { any_in_list = { list = traits this = flag:tradition_staunch_traditionalists } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_mountain_homes } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_isolationist } } + } + } + + culture_modifier = { + cultural_acceptance_gain_mult = -0.25 + } + + parameters = { + #Cultural Bonuses + is_a_heritage_tradition = yes + harder_to_convert_county_culture_in_rough_terrain = yes + expensive_convert_to_local_culture = yes + harder_to_hybridize = yes + encourages_diversity_in_mountains = yes + #Relational Features + courtiers_less_likely_to_leave_same_culture_court = yes + dislikes_marrying_outside_of_culture = yes + ai_doesnt_marry_outside_culture = yes + } + county_modifier = { + development_growth_factor = -0.15 + mountains_development_growth_factor = 0.30 + hills_development_growth_factor = 0.30 + } + character_modifier = { + monthly_county_control_change_add = 0.25 + + diplomatic_range_mult = -0.25 + same_culture_opinion = 10 + different_culture_opinion = -5 + + ai_war_chance = -0.5 + ai_war_cooldown = 5 + } + + cost = { + prestige = { + add = { + value = tradition_base_cost + desc = BASE + format = "BASE_VALUE_FORMAT" + } + if = { + limit = { + NOR = { + any_in_list = { list = traits this = flag:ethos_communal } + any_in_list = { list = traits this = flag:ethos_spiritual } + } + } + add = { + value = tradition_incompatible_ethos_penalty + desc = not_communal_spiritual_or_stoic_desc + } + } + + multiply = tradition_replacement_cost_if_relevant + } + } + + ai_will_do = { + value = 100 + if = { + limit = { NOT = { is_divergent_culture = yes } } + multiply = 0 + } + if = { + limit = { any_in_list = { list = traits this = flag:ethos_egalitarian } } + multiply = 0 + } + } +} +tradition_caucasian_mountain_homes_non_dlc = { + category = regional + + layers = { + 0 = martial + 1 = mena + 4 = mountain.dds + } + + is_shown = { always = no } + can_pick = { + traditions_heritage_tradition_is_in_list_trigger = no + traditions_monolithic_culture_type_is_in_list_trigger = no + custom_tooltip = { + text = cannot_have_tradition_staunch_traditionalists + NOT = { any_in_list = { list = traits this = flag:tradition_staunch_traditionalists } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_mountain_homes } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_isolationist } } + } + } + can_pick_for_hybridization = { + traditions_heritage_tradition_is_in_list_trigger = no + traditions_monolithic_culture_type_is_in_list_trigger = no + custom_tooltip = { + text = cannot_have_tradition_staunch_traditionalists + NOT = { any_in_list = { list = traits this = flag:tradition_staunch_traditionalists } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_mountain_homes } } + } + custom_tooltip = { + text = cannot_have_tradition_mountain_homes + NOT = { any_in_list = { list = traits this = flag:tradition_isolationist } } + } + } + + culture_modifier = { + cultural_acceptance_gain_mult = -0.25 + } + + parameters = { + #Cultural Bonuses + is_a_heritage_tradition = yes + harder_to_convert_county_culture_in_rough_terrain = yes + expensive_convert_to_local_culture = yes + encourages_diversity_in_mountains = yes + #Relational Features + courtiers_less_likely_to_leave_same_culture_court = yes + dislikes_marrying_outside_of_culture = yes + ai_doesnt_marry_outside_culture = yes + } + county_modifier = { + development_growth_factor = -0.15 + mountains_development_growth_factor = 0.30 + hills_development_growth_factor = 0.30 + } + character_modifier = { + monthly_county_control_change_add = 0.25 + + diplomatic_range_mult = -0.25 + same_culture_opinion = 10 + different_culture_opinion = -5 + + ai_war_chance = -0.5 + ai_war_cooldown = 5 + } + + cost = { + prestige = { + add = { + value = tradition_base_cost + desc = BASE + format = "BASE_VALUE_FORMAT" + } + if = { + limit = { + NOR = { + any_in_list = { list = traits this = flag:ethos_communal } + any_in_list = { list = traits this = flag:ethos_spiritual } + } + } + add = { + value = tradition_incompatible_ethos_penalty + desc = not_communal_spiritual_or_stoic_desc + } + } + + multiply = tradition_replacement_cost_if_relevant + } + } + + ai_will_do = { + value = 100 + if = { + limit = { NOT = { is_divergent_culture = yes } } + multiply = 0 + } + if = { + limit = { any_in_list = { list = traits this = flag:ethos_egalitarian } } + multiply = 0 + } + } +} #Multi-Heritage Heritage Traditions tradition_frankish_traditions = { category = regional @@ -1476,8 +1698,7 @@ tradition_frankish_traditions = { } } } - - parameters = { + parameters = { is_a_heritage_tradition = yes poorly_educated_leaders_distrusted = yes can_use_conquest_cbs = yes diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index e426564ea5..1d215d2a07 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -293,6 +293,36 @@ BP_set_minorities_universal = { add_small_faith_to_county_effect = { FAITH = faith:assyrian_pagan } } + ## Cultures + #======================== + #Avars (Caucasian) + every_county = { + limit = { + OR = { + this = title:c_durdzukia + this = title:c_samander + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:awaral + } + } + #Adyghes (Circassians) + every_county = { + limit = { + OR = { + this = title:c_maghas + this = title:c_cabardinia + this = title:c_abkhazia + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:adyghes + } + } + ## Other Special Regions #======================== ### Hebrew territories are an admixture of many different groups @@ -337,6 +367,7 @@ BP_set_minorities_universal = { FAITH = faith:urartuism } } + # Other Specific Counties #======================== title:c_jerusalem = { add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } @@ -366,14 +397,14 @@ BP_set_minorities_universal = { add_small_culture_to_county_effect = { CULTURE = culture:assyrian } add_small_culture_to_county_effect = { CULTURE = culture:greek } } - #Long Attested Non-Berber language presence by al-Bakri - title:c_syrte = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } title:c_derbent = { add_small_culture_and_faith_to_county_effect = { - FAITH = faith:georgian_pagan - CULTURE = culture:nakh + FAITH = faith:mazdayasna + CULTURE = culture:persian } } + #Long Attested Non-Berber language presence by al-Bakri + title:c_syrte = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } #Armenian-Aghwank border title:c_khachen = { add_large_culture_and_faith_to_county_effect = { diff --git a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt index 249a0f6c71..9ad9f61bda 100644 --- a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt @@ -174,6 +174,25 @@ steward_promote_culture_contextual_bonuses = { desc = TRADITION_HARDER_TO_CULTURE_CONVERT_WITHOUT_ADJACENT } } + if = { + limit = { + exists = scope:county + scope:county.culture = { has_cultural_parameter = harder_to_convert_county_culture_in_rough_terrain } + scope:county = { + any_county_province = { + OR = { + terrain = hills + terrain = mountains + terrain = desert_mountains + } + } + } + } + add = { + value = conversion_culture_resistant_to_culture_change_in_rough_terrain + desc = TRADITION_HARDER_TO_CULTURE_CONVERT_IN_ROUGH_TERRAIN + } + } ##### Changed from Vanilla ^^^^^ # Struggles diff --git a/WtWSMS/common/script_values/BP_steward_values.txt b/WtWSMS/common/script_values/BP_steward_values.txt index c1e49d9ad7..0a3130fe8f 100644 --- a/WtWSMS/common/script_values/BP_steward_values.txt +++ b/WtWSMS/common/script_values/BP_steward_values.txt @@ -27,6 +27,12 @@ promote_culture_recent_emigration_bonus = { multiply = 0.25 } +conversion_culture_resistant_to_culture_change_in_rough_terrain = { + value = 0 + add = steward_promote_culture_base_total + multiply = -0.33 +} + # Fully modified to support new innovations current_development_penalty = { value = 0 diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 5782ee5a73..be926d119b 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -145,6 +145,13 @@ culture_small_minority_weight_value = { limit = { scope:the_county_temp.culture = { has_a_culture_blending_tradition_trigger = yes } } multiply = tradition_culture_blending_multiplier } + if = { + limit = { + scope:the_culture_temp = { has_cultural_parameter = encourages_diversity_in_mountains } + scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } + } + multiply = tradition_rough_terrain_diversity_multiplier + } } culture_large_minority_weight_value = { value = base_large_minority_weight @@ -152,6 +159,13 @@ culture_large_minority_weight_value = { limit = { scope:the_county_temp.culture = { has_a_culture_blending_tradition_trigger = yes } } multiply = tradition_culture_blending_multiplier } + if = { + limit = { + scope:the_culture_temp = { has_cultural_parameter = encourages_diversity_in_mountains } + scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } + } + multiply = tradition_rough_terrain_diversity_multiplier + } } number_of_culture_minorities_in_county_weighted = { this = { save_temporary_scope_as = the_county_temp } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index eb67cef4b8..f8c3026f40 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -18,6 +18,7 @@ base_large_minority_weight = 2 dharmic_minorities_in_dharmic_counties_multiplier = 0.67 tradition_religion_blending_multiplier = 0.75 tradition_culture_blending_multiplier = 0.75 +tradition_rough_terrain_diversity_multiplier = 0.40 #small minority, large minority, majority; script value in case we want to change this number_of_minority_levels = 3 diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index f1fad7830d..3c016d201c 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -151,7 +151,7 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_lazic } NOT = { has_court_language = language_lazic } } $CHARACTER$ = { set_court_language = language_lazic } } # Northeast Caucasian ## Northeast Caucasian - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_aghwan } NOT = { has_court_language = language_aghwan } } $CHARACTER$ = { set_court_language = language_aghwan } } + else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_lezgic } NOT = { has_court_language = language_lezgic } } $CHARACTER$ = { set_court_language = language_lezgic } } # Northwest Caucasian ## Northwest Caucasian else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_abaza } NOT = { has_court_language = language_abaza } } $CHARACTER$ = { set_court_language = language_abaza } } @@ -351,7 +351,7 @@ match_court_languages_effect = { else_if = { limit = { $TOP_COURT$ = { has_court_language = language_lazic } } $CURRENT_COURT$ = { set_court_language = language_lazic } } # Northeast Caucasian ## Northeast Caucasian - else_if = { limit = { $TOP_COURT$ = { has_court_language = language_aghwan } } $CURRENT_COURT$ = { set_court_language = language_aghwan } } + else_if = { limit = { $TOP_COURT$ = { has_court_language = language_lezgic } } $CURRENT_COURT$ = { set_court_language = language_lezgic } } # Northwest Caucasian ## Northwest Caucasian else_if = { limit = { $TOP_COURT$ = { has_court_language = language_abaza } } $CURRENT_COURT$ = { set_court_language = language_abaza } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index a924a667fa..af12ad0e9d 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -134,6 +134,7 @@ traditions_monolithic_culture_type_is_in_list_trigger = { this = flag:tradition_colonizers this = flag:tradition_romance_culture this = flag:tradition_hellenic_culture + this = flag:tradition_caucasian_mountain_homes #DLC Variants this = flag:tradition_persian_traditions_non_dlc this = flag:tradition_hebrew_traditions_non_dlc @@ -143,6 +144,7 @@ traditions_monolithic_culture_type_is_in_list_trigger = { this = flag:tradition_colonizers_non_dlc this = flag:tradition_romance_culture_non_dlc this = flag:tradition_hellenic_culture_non_dlc + this = flag:tradition_caucasian_mountain_homes_non_dlc } } } @@ -168,11 +170,13 @@ traditions_heritage_tradition_is_in_list_trigger = { this = flag:tradition_levantine_traditions this = flag:tradition_egyptian_traditions this = flag:tradition_asturian_hierarchy + this = flag:tradition_caucasian_mountain_homes #DLC Variants this = flag:tradition_persian_traditions_non_dlc this = flag:tradition_hebrew_traditions_non_dlc this = flag:tradition_levantine_traditions_non_dlc this = flag:tradition_egyptian_traditions_non_dlc + this = flag:tradition_caucasian_mountain_homes_non_dlc } } } diff --git a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt index 7c312eb7c5..5da3897599 100644 --- a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt @@ -16,3 +16,12 @@ has_a_non_tribal_holding_trigger = { #County Scope } } } +has_a_rough_terrain_province_trigger = { #County Scope + any_county_province = { + OR = { + terrain = hills + terrain = mountains + terrain = desert_mountains + } + } +} diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index ee58fcf6c0..1b15f5b95d 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -228,11 +228,26 @@ valid_immigration_source_trigger = { #support_of_a_culture_minority_in_county triggers county_specific_large_support_culture_trigger = { #target_county scope - always = no + #Rough terrain diversity minorities are mostly self-supporting when established + AND = { + scope:the_culture = { has_cultural_parameter = encourages_diversity_in_mountains } + has_variable_list = culture_minorities_large + is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } + has_a_rough_terrain_province_trigger = yes + } } county_specific_small_support_culture_trigger = { #target_county scope - #So that penninsulae and islands don't have small minorities die out (see Cyprus, Socotra) - is_coastal_county = yes + OR = { + #Rough terrain diversity minorities are mostly self-supporting when established + AND = { + scope:the_culture = { has_cultural_parameter = encourages_diversity_in_mountains } + has_variable_list = culture_minorities_small + is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } + has_a_rough_terrain_province_trigger = yes + } + #So that penninsulae and islands don't have small minorities die out (see Cyprus, Socotra) + is_coastal_county = yes + } } large_minority_support_culture_aspect_trigger = { #culture scope #Colonizers/Hellenizers: Equivalent to having a large minority next to you diff --git a/WtWSMS/history/provinces/bp_k_caucasus.txt b/WtWSMS/history/provinces/bp_k_caucasus.txt index b3a8cebfb6..c31e554791 100644 --- a/WtWSMS/history/provinces/bp_k_caucasus.txt +++ b/WtWSMS/history/provinces/bp_k_caucasus.txt @@ -46,8 +46,8 @@ ###c_maghas 5299 = { #Maghas - culture = adyghes - religion = georgian_pagan + culture = alan + religion = scythian_pagan holding = tribal_holding } 5300 = { #Etzeri @@ -119,8 +119,8 @@ } ###c_derbent 674 = { #Derbent - culture = persian - religion = mazdayasna + culture = awaral + religion = georgian_pagan holding = castle_holding #Long term settlement since BC } 5304 = { #Balanjar diff --git a/WtWSMS/localization/english/BP_council_tasks_l_english.yml b/WtWSMS/localization/english/BP_council_tasks_l_english.yml index 0d6631cf2c..47c1f53a8f 100644 --- a/WtWSMS/localization/english/BP_council_tasks_l_english.yml +++ b/WtWSMS/localization/english/BP_council_tasks_l_english.yml @@ -23,6 +23,7 @@ STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_AWAY: "Recent Emigration" STEWARD_PROMOTE_CULTURE_TRADITION_HELLENIZATION: "Hellenization" TRADITION_HARDER_TO_CULTURE_CONVERT_WITHOUT_ADJACENT: "Not adjacent to another [county|E] of this [culture|E]" + TRADITION_HARDER_TO_CULTURE_CONVERT_IN_ROUGH_TERRAIN: "Cultural Resistance in Rough Terrain" steward_develop_county_nomad_penalty_modifier: "Nomad Government" DEVELOP_COUNTY_NOMAD_PENALTY_VALUE: "Nomad Government" #Chancellor diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 3974ced6a3..6c8e81c1c6 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -139,6 +139,9 @@ svan: "Svan" svan_collective_noun: "Svans" svan_prefix: "Svano" + awaral: "Awaral" + awaral_collective_noun: "Awarals" + awaral_prefix: "Awarlo" # Central African group nok:0 "Nok" nok_collective_noun:0 "Nok" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 2fc11812c4..b47b2d2218 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -19,11 +19,13 @@ language_tsakonian_name:0 "Tsakonian" #Caucasian language_lazic_name:0 "Lazic" - language_aghwan_name:0 "Aghwan" language_abaza_name:0 "Abaza" language_adyghes_name:0 "Adyghes" language_corduenian_name:0 "Corduenian" language_svan_name: "Svan" + language_lezgic_name: "Lezgic" + language_nakh_name: "Nakh" + language_avaric_name: "Avaric" #Central Germanic language_suebi_name:0 "Suebi" language_north_sea_germanic_name:0 "Ingvaeonic Germanic" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index ac9249cb49..54d930eac2 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -21,7 +21,6 @@ cannot_have_tradition_diasporic: "$cannot_combine_tradition_trigger_desc$ #high $tradition_diasporic_name$#!" cannot_have_tradition_egyptian_traditions: "$cannot_combine_tradition_trigger_desc$ #high $tradition_egyptian_traditions_name$#!" cannot_have_tradition_faith_bound: "$cannot_combine_tradition_trigger_desc$ #high $tradition_faith_bound_name$#!" - cannot_have_tradition_levantine_traditions: "$cannot_combine_tradition_trigger_desc$ #high $tradition_levantine_traditions_name$#!" cannot_have_tradition_frankish_traditions: "$cannot_combine_tradition_trigger_desc$ #high $tradition_frankish_traditions_name$#!" cannot_have_tradition_gothic_warfare: "$cannot_combine_tradition_trigger_desc$ #high $tradition_gothic_warfare_name$#!" cannot_have_tradition_greek_succession: "$cannot_combine_tradition_trigger_desc$ #high $tradition_greek_succession_name$#!" @@ -29,9 +28,11 @@ cannot_have_tradition_hellenizers: "$cannot_combine_tradition_trigger_desc$ #high $tradition_hellenizers_name$#!" cannot_have_tradition_hereditary_hierarchy: "$cannot_combine_tradition_trigger_desc$ #high $tradition_hereditary_hierarchy_name$#!" cannot_have_tradition_latin_succession: "$cannot_combine_tradition_trigger_desc$ #high $tradition_latin_succession_name$#!" + cannot_have_tradition_levantine_traditions: "$cannot_combine_tradition_trigger_desc$ #high $tradition_levantine_traditions_name$#!" cannot_have_tradition_malleable_invaders: "$cannot_combine_tradition_trigger_desc$ #high $tradition_malleable_invaders_name$#!" cannot_have_tradition_marauders: "$cannot_combine_tradition_trigger_desc$ #high $tradition_marauders_name$#!" cannot_have_tradition_mercenary_army: "$cannot_combine_tradition_trigger_desc$ #high $tradition_mercenary_army_name$#!" + cannot_have_tradition_mountain_homes: "$cannot_combine_tradition_trigger_desc$ #high $tradition_mountain_homes_name$#!" cannot_have_tradition_persian_traditions: "$cannot_combine_tradition_trigger_desc$ #high $tradition_persian_traditions_name$#!" cannot_have_tradition_practiced_pirates: "$cannot_combine_tradition_trigger_desc$ #high $tradition_practiced_pirates_name$#!" cannot_have_tradition_quarrelsome: "$cannot_combine_tradition_trigger_desc$ #high $tradition_quarrelsome_name$#!" @@ -74,6 +75,8 @@ culture_parameter_cheaper_to_hybridize_colonizers: "Hybrid [culture|E] Creation Cost: [prestige_i]#P -[EmptyScope.ScriptValue('easier_to_hybridize_colonizers_value_for_localization')]%#!" culture_parameter_culture_can_raid_even_if_feudal: "Unlocks the ability to [raid|E]" culture_parameter_easier_to_hybridize_colonizers: "Creating a [hybrid_culture|E] requires #P 20%#! less [cultural_acceptance|E]" + culture_parameter_encourages_diversity_in_mountains: "In [counties|El] with hills, mountains, and desert mountains, minorities of these cultures use less [minority_capacity|E] and are less likely to disappear." + culture_parameter_harder_to_convert_county_culture_in_rough_terrain: "Harder to [promote_culture|E] in [counties|E] of this [culture|E] if there are hills, mountains, or desert mountains in the county." culture_parameter_harder_to_hybridize_with: "Other cultures require #N +[EmptyScope.ScriptValue('harder_to_hybridize_with_value_for_localization')]%#! more [cultural_acceptance|E] to create a [hybrid_culture|E] with this culture" culture_parameter_hybridization_requires_duchy_or_better: "Creating a [hybrid_culture|E] requires having a [duchy|E] or better." culture_parameter_improved_promote_culture_speed_hellenization: "#V Promote Culture#! [councillor_task|E] Speed: #P +[EmptyScope.ScriptValue('promote_culture_hellenization_bonus_value')]%#!" @@ -133,6 +136,11 @@ tradition_egyptian_traditions_desc: "This civilization closely related to the ancient traditions of the Kemetic peoples, the original culture of the Nile flood bank. Such a long period along the riverbank has given the culture an extensive background in agriculture and urbanization, if making it difficult for foreigners to adapt." tradition_egyptian_traditions_non_dlc_name: "$tradition_egyptian_traditions_name$" tradition_egyptian_traditions_non_dlc_desc: "$tradition_egyptian_traditions_desc$" + #Caucasians + tradition_caucasian_mountain_homes_name: "Caucasian Mountain Homes" + tradition_caucasian_mountain_homes_desc: "This culture has long lived in the in the mountains of the Caucasus and is only truly at home in valleys surrounded by moutains. The long history of isolation fosters significant diversity and ingenuity, if discouraging intercourse with outsiders." + tradition_caucasian_mountain_homes_non_dlc_name: "$tradition_caucasian_mountain_homes_name$" + tradition_caucasian_mountain_homes_non_dlc_desc: "$tradition_caucasian_mountain_homes_desc$" #Franks tradition_frankish_traditions_name: "Frankish Traditions" tradition_frankish_traditions_desc: "This culture follows the traditions of the Franks, a Western Germanic tribe with unique cultural and legal features." diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index 5e89ffbab3..58c4f2f7c6 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -397,4 +397,10 @@ dynn_Suetrius: "Suetrius" dynn_Pincius: "Pincius" dynn_Avidia: "Avidia" + #Avars (Caucasian) + dynn_Murad: "Murad" + dynn_Shamil: "Shamil" + dynn_Gamazatil: "Gamazatil" + dynn_Kumuki: "Kumuki" + diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 82c87a644d..8ad20c48d6 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -3,6 +3,6 @@ MINORITY_INFORMATION: "[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_culture_minority_percent')|0]%,[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_faith_minority_percent')|0]%" MINORITY_INFORMATION_TOOLTIP: "$MINORITY_CAPACITY$\n$MINORITY_CULTURES$\n$MINORITY_FAITHS$" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|0]" - MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|0]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|0]" + MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|3]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|0]" + MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|3]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|0]" \ No newline at end of file diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 1bcb9445a0..8a27d24ed0 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -19,4 +19,163 @@ Domitia_Lepida_Maior: "Domitia Lepida Maior" Domitia_Lepida_Minor: "Domitia Lepida Minor" Gnaeus_Domitius_Ahenobarbus: "Gnaeus Domitius Ahenobarbus" + #Caucasian Avars + Acsa_d: "Acsád" + Adony: "Adony" + Ajtony: "Ajtony" + Apor: "Apor" + Becse: "Becse" + Bere_ny: "Berény" + Bese: "Bese" + Bod: "Bod" + Boga_t: "Bogát" + Bojta: "Bojta" + Bors: "Bors" + Bot: "Bot" + Botond: "Botond" + Botos: "Botos" + Buda: "Buda" + Bulcsu: "Bulcsu" + Ba_nk: "Bánk" + Ba_tur: "Bátur" + Be_la: "Béla" + Bo_kony: "Bókony" + Bo_ke_ny: "Bökény" + Csaba: "Csaba" + Csana_d: "Csanád" + Csege: "Csege" + Cseka: "Cseka" + De_cse: "Décse" + De_cso: "Décso" + Elme_r: "Elmér" + Elod: "Elod" + Ete: "Ete" + Ezelek: "Ezelek" + Falicsi: "Falicsi" + Farkas: "Farkas" + Forkos: "Forkos" + Gyeicsa: "Gyeicsa" + Gyejcsa: "Gyejcsa" + Gyeu_csa: "Gyeücsa" + Gye_cso: "Gyécso" + Hete_ny: "Hetény" + Hollo_s: "Hollós" + Huba: "Huba" + Ho_dos: "Hódos" + Jutocsa: "Jutocsa" + Jutos: "Jutos" + Kadocsa: "Kadocsa" + Kaplony: "Kaplony" + Kartal: "Kartal" + Kara_d: "Karád" + Katapa_n: "Katapán" + Kecsen: "Kecsen" + Keled: "Keled" + Kerecse: "Kerecse" + Kerecsen: "Kerecsen" + Ketel: "Ketel" + Keve: "Keve" + Kond: "Kond" + Kortol: "Kortol" + Kuppa_ny: "Kuppány" + Kursza_n: "Kurszán" + Ka_l: "Kál" + Ko_lpe_ny: "Kölpény" + Ku_zsde_g: "Küzsdég" + Levedi: "Levedi" + Levente: "Levente" + Livu_nti: "Livünti" + Le_l: "Lél" + Mako_: "Makó" + Mike: "Mike" + Mika_n: "Mikán" + Miske: "Miske" + Mo_g: "Móg" + Nya_ra_d: "Nyárád" + Obus: "Obus" + Ond: "Ond" + Pozsony: "Pozsony" + Szabolcs: "Szabolcs" + Szecsod: "Szecsod" + Szere_nd: "Szerénd" + Szolnok: "Szolnok" + Szoa_rd: "Szoárd" + Su_r: "Súr" + Taksony: "Taksony" + Tarcal: "Tarcal" + Tarkacsu: "Tarkacsu" + Tas: "Tas" + Tasi: "Tasi" + Teveli: "Teveli" + Tormacsu: "Tormacsu" + Turda: "Turda" + To_ho_to_m: "Töhötöm" + Uros: "Uros" + Vajk: "Vajk" + Vata: "Vata" + Va_l: "Vál" + Zolta: "Zolta" + Zolta_n: "Zoltán" + Zombor: "Zombor" + Zsolt: "Zsolt" + Zsombor: "Zsombor" + A_kus: "Ákus" + A_lmus: "Álmus" + A_rpa_d: "Árpád" + O_csa_d: "Ócsád" + O_den: "Öden" + O_rke_ny: "Örkény" + O_rko_nd: "Örkönd" + O_zse_b: "Özséb" + #Female names + Ajna_cska: "Ajnácska" + Aja_nde_k: "Ajándék" + Arany: "Arany" + Arika: "Arika" + Baro_t: "Barót" + Boga_rd: "Bogárd" + Bolda: "Bolda" + Buga: "Buga" + Bi_bur: "Bíbur" + Csente: "Csente" + Cseperka: "Cseperka" + Csepke: "Csepke" + Csiko_: "Csikó" + Csillag: "Csillag" + Csuda: "Csuda" + Delin: "Delin" + De_va: "Déva" + Emese: "Emese" + Emoke: "Emoke" + Ene_h: "Enéh" + Fehe_ra: "Fehéra" + Gilva_d: "Gilvád" + Gyo_ngy: "Gyöngy" + Hajna: "Hajna" + Havadi: "Havadi" + Hete: "Hete" + Hitva_nd: "Hitvánd" + Jo_lea_n: "Jóleán" + Karold: "Karold" + Kecse: "Kecse" + Krabocsa: "Krabocsa" + Ko_ncse: "Köncse" + Lelle: "Lelle" + Lente: "Lente" + Mag: "Mag" + Manga: "Manga" + Mikolt: "Mikolt" + Nyesta: "Nyesta" + Piriska: "Piriska" + Ra_zdi: "Rázdi" + Re_ka: "Réka" + Sarolt: "Sarolt" + Somocska: "Somocska" + Szecsoke: "Szecsoke" + Sze_pa: "Szépa" + Sa_fe_ly: "Sáfély" + Vira_g: "Virág" + A_lda_ska: "Áldáska" + O_rsi: "Örsi" + O_te: "Öte" \ No newline at end of file From 67aa72cc67d0f7e250bc58160b4892c91cca9d66 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 17 Sep 2022 04:14:20 -0400 Subject: [PATCH 059/339] Some minor cleanup in Georgia --- .../common/culture/cultures/BP_caucasian.txt | 2 +- .../culture/name_lists/BP_caucasian.txt | 2 +- WtWSMS/common/landed_titles/BP_e_armenia.txt | 121 +++++++++++------- WtWSMS/common/landed_titles/_BP.info | 2 +- WtWSMS/history/provinces/bp_k_lazica.txt | 17 ++- .../BP_titles_cultural_names_l_english.yml | 2 + 6 files changed, 91 insertions(+), 55 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_caucasian.txt b/WtWSMS/common/culture/cultures/BP_caucasian.txt index aeb43f7723..a390222308 100644 --- a/WtWSMS/common/culture/cultures/BP_caucasian.txt +++ b/WtWSMS/common/culture/cultures/BP_caucasian.txt @@ -255,7 +255,7 @@ awaral = { #Migration Era (Caucasian) Avars fallback = tradition_caucasian_mountain_homes_non_dlc } - name_list = name_list_nakh + name_list = name_list_awaral coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } building_gfx = { mediterranean_building_gfx } diff --git a/WtWSMS/common/culture/name_lists/BP_caucasian.txt b/WtWSMS/common/culture/name_lists/BP_caucasian.txt index c948c83e4d..16e28b4101 100644 --- a/WtWSMS/common/culture/name_lists/BP_caucasian.txt +++ b/WtWSMS/common/culture/name_lists/BP_caucasian.txt @@ -597,7 +597,7 @@ name_list_nakh = { dynasty_of_location_prefix = "dynnp_taipan" } #Credit to duinnin for this list of male/female names https://forum.paradoxplaza.com/forum/threads/new-cultures.610605/page-10#post-13946860 -name_list_nakh = { +name_list_awaral = { #Dynasty names taken from https://old.reddit.com/r/AskCaucasus/comments/ndoofs/why_are_most_ingush_surnames_derived_from_clans/ diff --git a/WtWSMS/common/landed_titles/BP_e_armenia.txt b/WtWSMS/common/landed_titles/BP_e_armenia.txt index e8282faf8e..f88ede886b 100644 --- a/WtWSMS/common/landed_titles/BP_e_armenia.txt +++ b/WtWSMS/common/landed_titles/BP_e_armenia.txt @@ -229,42 +229,82 @@ e_armenia = { c_odishi = { color = { 70 63 88 } - + b_zugdidi = { #Archaeopolis is Closer to Zugdidi than Kutaisi + province = 5749 + cultural_names = { + #Roman Cultures + name_list_roman = cn_archaeopolis + name_list_romano_gallic = cn_archaeopolis + name_list_romano_hispanic = cn_archaeopolis + name_list_romano_british = cn_archaeopolis + name_list_dalmatian = cn_archaeopolis + name_list_romano_african = cn_archaeopolis + name_list_romano_gothic = cn_archaeopolis + name_list_romano_dacian = cn_archaeopolis + name_list_romano_frank = cn_archaeopolis + name_list_romano_aramean = cn_archaeopolis + name_list_romano_vandalic = cn_archaeopolis + name_list_romano_thracian = cn_archaeopolis + name_list_romano_illyrian = cn_archaeopolis + name_list_romano_raetian = cn_archaeopolis + name_list_romano_noric = cn_archaeopolis + name_list_romano_pannonian = cn_archaeopolis + #Byzantine Cultures + name_list_greek = cn_archaeopolis + name_list_aeolian = cn_archaeopolis + name_list_helleno_aramean = cn_archaeopolis + name_list_greek_gothic = cn_archaeopolis + name_list_greek_persian = cn_archaeopolis + name_list_isaurian_persian = cn_archaeopolis + name_list_grecco_axumite = cn_archaeopolis + name_list_bosporan = cn_archaeopolis + name_list_pontic = cn_archaeopolis + name_list_tsakonian = cn_archaeopolis + name_list_massalian = cn_archaeopolis + name_list_helleno_thracian = cn_archaeopolis + name_list_helleno_libyan = cn_archaeopolis + #Caucasian Cultures + name_list_colchiscan = cn_tsikhegoji + name_list_georgian = cn_tsikhegoji + name_list_macronian = cn_tsikhegoji + } + color = { 70 63 88 } + } b_kutaisi = { province = 601 - cultural_names = { - #Roman Cultures - name_list_roman = cn_cytaea - name_list_romano_gallic = cn_cytaea - name_list_romano_hispanic = cn_cytaea - name_list_romano_british = cn_cytaea - name_list_dalmatian = cn_cytaea - name_list_romano_african = cn_cytaea - name_list_romano_gothic = cn_cytaea - name_list_romano_dacian = cn_cytaea - name_list_romano_frank = cn_cytaea - name_list_romano_aramean = cn_cytaea - name_list_romano_vandalic = cn_cytaea - name_list_romano_thracian = cn_cytaea - name_list_romano_illyrian = cn_cytaea - name_list_romano_raetian = cn_cytaea - name_list_romano_noric = cn_cytaea - name_list_romano_pannonian = cn_cytaea - #Byzantine Cultures - name_list_greek = cn_kytaia - name_list_aeolian = cn_kytaia - name_list_helleno_aramean = cn_kytaia - name_list_greek_gothic = cn_kytaia - name_list_greek_persian = cn_kytaia - name_list_isaurian_persian = cn_kytaia - name_list_grecco_axumite = cn_kytaia - name_list_bosporan = cn_kytaia - name_list_pontic = cn_kytaia - name_list_tsakonian = cn_kytaia - name_list_massalian = cn_kytaia - name_list_helleno_thracian = cn_kytaia + cultural_names = { + #Roman Cultures + name_list_roman = cn_cytaea + name_list_romano_gallic = cn_cytaea + name_list_romano_hispanic = cn_cytaea + name_list_romano_british = cn_cytaea + name_list_dalmatian = cn_cytaea + name_list_romano_african = cn_cytaea + name_list_romano_gothic = cn_cytaea + name_list_romano_dacian = cn_cytaea + name_list_romano_frank = cn_cytaea + name_list_romano_aramean = cn_cytaea + name_list_romano_vandalic = cn_cytaea + name_list_romano_thracian = cn_cytaea + name_list_romano_illyrian = cn_cytaea + name_list_romano_raetian = cn_cytaea + name_list_romano_noric = cn_cytaea + name_list_romano_pannonian = cn_cytaea + #Byzantine Cultures + name_list_greek = cn_kytaia + name_list_aeolian = cn_kytaia + name_list_helleno_aramean = cn_kytaia + name_list_greek_gothic = cn_kytaia + name_list_greek_persian = cn_kytaia + name_list_isaurian_persian = cn_kytaia + name_list_grecco_axumite = cn_kytaia + name_list_bosporan = cn_kytaia + name_list_pontic = cn_kytaia + name_list_tsakonian = cn_kytaia + name_list_massalian = cn_kytaia + name_list_helleno_thracian = cn_kytaia name_list_helleno_libyan = cn_kytaia - } + } color = { 70 63 88 } } b_gudakva = { @@ -272,16 +312,6 @@ e_armenia = { color = { 70 63 88 } } - b_zugdidi = { - province = 5749 - - color = { 70 63 88 } - } - b_tsageri = { - province = 5750 - - color = { 70 63 88 } - } b_kvara = { province = 5753 @@ -304,6 +334,11 @@ e_armenia = { b_seti = { province = 5748 + color = { 70 63 88 } + } + b_tsageri = { + province = 5750 + color = { 70 63 88 } } } diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index a0ff1038d3..b3cd01389e 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -53,7 +53,7 @@ c_svaneti b_kvara to c_odishi c_odishi b_seti to c_svaneti - + b_tsageri to c_svaneti TODO: c_dausar and associated diff --git a/WtWSMS/history/provinces/bp_k_lazica.txt b/WtWSMS/history/provinces/bp_k_lazica.txt index 5ca808e402..9e88bf101b 100644 --- a/WtWSMS/history/provinces/bp_k_lazica.txt +++ b/WtWSMS/history/provinces/bp_k_lazica.txt @@ -6,21 +6,17 @@ ## d_colchis ################################### ###c_odishi -601 = { # 601 - Kutaisi +5749 = { # 5749 - Zugdidi culture = macronian religion = georgian_orthodox - holding = castle_holding + holding = castle_holding #Actual capital in Late Antiquity } -5747 = { # 5747 - Gudavka - holding = none +601 = { # 601 - Kutaisi + holding = city_holding #Extant but hadn't superseeded Archaeopolis yet } - -5749 = { # 5749 - Zugdidi +5747 = { # 5747 - Gudavka holding = none } -5750 = { # 5750 - Tsageri - holding = church_holding #Medieval see, but we need holdings -} 5753 = { # 5753 - Kvara holding = none } @@ -36,6 +32,9 @@ 5748 = { # 5748 - Seti holding = none } +5750 = { # 5750 - Tsageri + holding = none +} ###c_guria 677 = { # 677 - Batumi culture = macronian diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 5d509cd0c1..de75e0f643 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -4536,4 +4536,6 @@ cn_ecbatana: "Ecbatana" cn_ekbatana: "Ekbatana" cn_ahmadan: "Ahmadān" + cn_archaeopolis: "Archaeopolis" + cn_tsikhegoji: "Tsikhegoji" \ No newline at end of file From c33a3aed58cc1b0e8fffcacb9dcef8ba52d3f0e2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 17 Sep 2022 16:26:08 -0400 Subject: [PATCH 060/339] Egyptian touchup * Added some new names for counties * Fixed up minorities in k_egypt --- .../common/landed_titles/BP_e_byzantium.txt | 176 +++++++++++++++++- .../on_action/sea_minority_game_start.txt | 133 ++++++++++--- WtWSMS/history/provinces/bp_k_egypt.txt | 10 +- .../BP_titles_cultural_names_l_english.yml | 8 + .../BP_culture_name_lists_l_english.yml | 1 + 5 files changed, 297 insertions(+), 31 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_byzantium.txt b/WtWSMS/common/landed_titles/BP_e_byzantium.txt index 0a950ef6d3..8a74138483 100644 --- a/WtWSMS/common/landed_titles/BP_e_byzantium.txt +++ b/WtWSMS/common/landed_titles/BP_e_byzantium.txt @@ -790,7 +790,41 @@ e_byzantium = { } c_al-buhaira = { color = { 61 245 114 } - + cultural_names = { + #Roman Cultures + name_list_roman = cn_bolbitine + name_list_romano_gallic = cn_bolbitine + name_list_romano_hispanic = cn_bolbitine + name_list_romano_british = cn_bolbitine + name_list_romano_african = cn_bolbitine + name_list_romano_raetian = cn_bolbitine + name_list_romano_thracian = cn_bolbitine + name_list_romano_illyrian = cn_bolbitine + name_list_romano_pannonian = cn_bolbitine + name_list_dalmatian = cn_bolbitine + name_list_romano_noric = cn_bolbitine + name_list_romano_gothic = cn_bolbitine + name_list_romano_dacian = cn_bolbitine + name_list_romano_frank = cn_bolbitine + name_list_romano_aramean = cn_bolbitine + name_list_romano_vandalic = cn_bolbitine + #Byzantine Cultures + name_list_greek = cn_bolbitine + name_list_aeolian = cn_bolbitine + name_list_helleno_aramean = cn_bolbitine + name_list_greek_gothic = cn_bolbitine + name_list_greek_persian = cn_bolbitine + name_list_isaurian_persian = cn_bolbitine + name_list_grecco_axumite = cn_bolbitine + name_list_bosporan = cn_bolbitine + name_list_pontic = cn_bolbitine + name_list_tsakonian = cn_bolbitine + name_list_massalian = cn_bolbitine + name_list_helleno_thracian = cn_bolbitine + name_list_helleno_libyan = cn_bolbitine + #East African Cultures + name_list_coptic = cn_rashit + } b_rashid = { province = 6052 cultural_names = { @@ -871,7 +905,39 @@ e_byzantium = { } b_ramsis = { province = 6055 - + cultural_names = { + #Roman Cultures + name_list_roman = cn_naucratis + name_list_romano_gallic = cn_naucratis + name_list_romano_hispanic = cn_naucratis + name_list_romano_british = cn_naucratis + name_list_romano_african = cn_naucratis + name_list_romano_raetian = cn_naucratis + name_list_romano_thracian = cn_naucratis + name_list_romano_illyrian = cn_naucratis + name_list_romano_pannonian = cn_naucratis + name_list_dalmatian = cn_naucratis + name_list_romano_noric = cn_naucratis + name_list_romano_gothic = cn_naucratis + name_list_romano_dacian = cn_naucratis + name_list_romano_frank = cn_naucratis + name_list_romano_aramean = cn_naucratis + name_list_romano_vandalic = cn_naucratis + #Byzantine Cultures + name_list_greek = cn_naukratis + name_list_aeolian = cn_naukratis + name_list_helleno_aramean = cn_naukratis + name_list_greek_gothic = cn_naukratis + name_list_greek_persian = cn_naukratis + name_list_isaurian_persian = cn_naukratis + name_list_grecco_axumite = cn_naukratis + name_list_bosporan = cn_naukratis + name_list_pontic = cn_naukratis + name_list_tsakonian = cn_naukratis + name_list_massalian = cn_naukratis + name_list_helleno_thracian = cn_naukratis + name_list_helleno_libyan = cn_naukratis + } color = { 61 245 114 } } } @@ -1247,7 +1313,39 @@ e_byzantium = { } b_tinnis = { province = 6045 - + cultural_names = { + #Roman Сultures + name_list_roman = cn_tanis + name_list_romano_gallic = cn_tanis + name_list_romano_hispanic = cn_tanis + name_list_romano_british = cn_tanis + name_list_dalmatian = cn_tanis + name_list_romano_african = cn_tanis + name_list_romano_gothic = cn_tanis + name_list_romano_dacian = cn_tanis + name_list_romano_frank = cn_tanis + name_list_romano_aramean = cn_tanis + name_list_romano_vandalic = cn_tanis + name_list_romano_thracian = cn_tanis + name_list_romano_illyrian = cn_tanis + name_list_romano_raetian = cn_tanis + name_list_romano_noric = cn_tanis + name_list_romano_pannonian = cn_tanis + #Byzantine Cultures + name_list_greek = cn_tanis + name_list_aeolian = cn_tanis + name_list_helleno_aramean = cn_tanis + name_list_greek_gothic = cn_tanis + name_list_greek_persian = cn_tanis + name_list_isaurian_persian = cn_tanis + name_list_grecco_axumite = cn_tanis + name_list_bosporan = cn_tanis + name_list_pontic = cn_tanis + name_list_tsakonian = cn_tanis + name_list_massalian = cn_tanis + name_list_helleno_thracian = cn_tanis + name_list_helleno_libyan = cn_tanis + } color = { 12 255 83 } } } @@ -1373,12 +1471,80 @@ e_byzantium = { } b_nastarawa = { province = 6049 - + cultural_names = { + #Roman Сultures + name_list_roman = cn_buto + name_list_romano_gallic = cn_buto + name_list_romano_hispanic = cn_buto + name_list_romano_british = cn_buto + name_list_dalmatian = cn_buto + name_list_romano_african = cn_buto + name_list_romano_gothic = cn_buto + name_list_romano_dacian = cn_buto + name_list_romano_frank = cn_buto + name_list_romano_aramean = cn_buto + name_list_romano_vandalic = cn_buto + name_list_romano_thracian = cn_buto + name_list_romano_illyrian = cn_buto + name_list_romano_raetian = cn_buto + name_list_romano_noric = cn_buto + name_list_romano_pannonian = cn_buto + #Byzantine Cultures + name_list_greek = cn_buto + name_list_aeolian = cn_buto + name_list_helleno_aramean = cn_buto + name_list_greek_gothic = cn_buto + name_list_greek_persian = cn_buto + name_list_isaurian_persian = cn_buto + name_list_grecco_axumite = cn_buto + name_list_bosporan = cn_buto + name_list_pontic = cn_buto + name_list_tsakonian = cn_buto + name_list_massalian = cn_buto + name_list_helleno_thracian = cn_buto + name_list_helleno_libyan = cn_buto + #East African Cultures + name_list_coptic = cn_per-wadjet + } color = { 9 255 80 } } b_ibyar = { province = 6050 - + cultural_names = { + #Roman Сultures + name_list_roman = cn_sais + name_list_romano_gallic = cn_sais + name_list_romano_hispanic = cn_sais + name_list_romano_british = cn_sais + name_list_dalmatian = cn_sais + name_list_romano_african = cn_sais + name_list_romano_gothic = cn_sais + name_list_romano_dacian = cn_sais + name_list_romano_frank = cn_sais + name_list_romano_aramean = cn_sais + name_list_romano_vandalic = cn_sais + name_list_romano_thracian = cn_sais + name_list_romano_illyrian = cn_sais + name_list_romano_raetian = cn_sais + name_list_romano_noric = cn_sais + name_list_romano_pannonian = cn_sais + #Byzantine Cultures + name_list_greek = cn_sais + name_list_aeolian = cn_sais + name_list_helleno_aramean = cn_sais + name_list_greek_gothic = cn_sais + name_list_greek_persian = cn_sais + name_list_isaurian_persian = cn_sais + name_list_grecco_axumite = cn_sais + name_list_bosporan = cn_sais + name_list_pontic = cn_sais + name_list_tsakonian = cn_sais + name_list_massalian = cn_sais + name_list_helleno_thracian = cn_sais + name_list_helleno_libyan = cn_sais + #East African Cultures + name_list_coptic = cn_siw + } color = { 9 255 80 } } } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 1d215d2a07..7a21762e15 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -309,10 +309,15 @@ BP_set_minorities_universal = { } } #Adyghes (Circassians) + title:c_maghas = { + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:adyghes + } + } every_county = { limit = { OR = { - this = title:c_maghas this = title:c_cabardinia this = title:c_abkhazia } @@ -322,6 +327,8 @@ BP_set_minorities_universal = { CULTURE = culture:adyghes } } + #Greeks + title:c_al-buhaira = { add_small_culture_to_county_effect = { CULTURE = culture:greek } } #Naucratis ## Other Special Regions #======================== @@ -367,6 +374,36 @@ BP_set_minorities_universal = { FAITH = faith:urartuism } } + ###Miaphysite Copts + every_county = { + limit = { + OR = { + this.kingdom = title:k_egypt + this.duchy = title:d_palestinia_salutaris + } + #Needs one of these conditions + OR = { + any_neighboring_county = { culture = culture:coptic } + this = title:c_al-gharbiya #Separated by water + this = title:c_siwa + } + #Always must be true + has_a_non_tribal_holding_trigger = yes + } + if = { + limit = { this.culture = culture:helleno_coptic } + add_large_culture_and_faith_to_county_effect = { + CULTURE = culture:coptic + FAITH = faith:miaphysitism + } + } + else = { + add_small_culture_and_faith_to_county_effect = { + CULTURE = culture:coptic + FAITH = faith:miaphysitism + } + } + } # Other Specific Counties #======================== @@ -379,13 +416,7 @@ BP_set_minorities_universal = { #Cultures add_small_culture_to_county_effect = { CULTURE = culture:greek } } - title:c_alexandria = { - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:miaphysitism - CULTURE = culture:coptic - } - add_small_faith_to_county_effect = { FAITH = faith:karaism } - } + title:c_alexandria = { add_small_faith_to_county_effect = { FAITH = faith:karaism } } title:c_baghdad = { add_large_culture_and_faith_to_county_effect = { FAITH = faith:mazdayasna @@ -452,15 +483,26 @@ BP_set_minorities_by_date = { ### Nicene every_county = { limit = { - AND = { #West Asia Minor + OR = { + #West Asia Minor + this.kingdom = title:k_asia + this.kingdom = title:k_galatia + this.kingdom = title:k_byzantium + #Pentopolis + this = title:c_barqa + this = title:c_derna + } + } + if = { + limit = { OR = { - this.kingdom = title:k_asia - this.kingdom = title:k_galatia + NOT = { this.religion = religion:christianity_religion } + any_neighboring_county = { faith = faith:nicene } } - NOT = { this.religion = religion:christianity_religion } } + add_large_faith_to_county_effect = { FAITH = faith:nicene } } - add_large_faith_to_county_effect = { FAITH = faith:nicene } + else = { add_small_faith_to_county_effect = { FAITH = faith:nicene } } } every_county = { limit = { @@ -743,6 +785,14 @@ BP_set_minorities_by_date = { } add_large_faith_to_county_effect = { FAITH = faith:hellenic_pagan } } + every_county = { + limit = { + OR = { + this = title:c_alexandria + } + } + add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } + } ###Cybellians every_county = { limit = { #Cybellian holy sites @@ -780,6 +830,47 @@ BP_set_minorities_by_date = { } add_large_faith_to_county_effect = { FAITH = faith:georgian_pagan } } + ##Kemetism + ### Egyptian Paganism + every_county = { + limit = { + OR = { + #Egypt + #Still extant, if small, in the highly populous Delta + this = title:c_alexandria #Horapollo in the late 5th century was buried by Egyptian Rites + this = title:c_al-buhaira + this = title:c_al-gharbiya + this = title:c_damietta + #And near other pagans + AND = { + culture = culture:coptic + any_neighboring_county = { + faith = faith:egyptian_pagan + culture = culture:coptic + } + } + #Nubians + this = title:c_kalabsha + this = title:c_qurta + } + } + add_small_faith_to_county_effect = { FAITH = faith:egyptian_pagan } + } + ### Mandulism + every_county = { + limit = { + OR = { + #Egypt + this = title:c_qus + this = title:c_aswan + this = title:c_qusayr + #Nubians + this = title:c_kalabsha + this = title:c_qurta + } + } + add_small_faith_to_county_effect = { FAITH = faith:kushitism_pagan } + } # Cultures #======================== @@ -848,15 +939,18 @@ BP_set_minorities_by_date = { every_county = { limit = { OR = { - this = title:c_antiocheia - this = title:c_acre - this = title:c_alexandria + #Egypt + this.culture = culture:helleno_coptic + #Pentopolis + this = title:c_barqa + this = title:c_derna + #Oriens AND = { this.kingdom = title:k_oriens - NOT = { this = title:c_farama } is_coastal_county = yes } } + NOT = { this.duchy = title:d_palestinia_salutaris } } add_small_culture_to_county_effect = { CULTURE = culture:greek } } @@ -1164,10 +1258,7 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:monophysitism } } ### Egypt - title:c_alexandria = { - add_small_faith_to_county_effect = { FAITH = faith:egyptian_pagan } #Horapollo in the late 5th century was buried by Egyptian Rites - add_small_culture_to_county_effect = { CULTURE = culture:roman } - } + title:c_alexandria = { add_small_culture_to_county_effect = { CULTURE = culture:roman } } ### Gaul title:c_provence = { add_small_culture_and_faith_to_county_effect = { diff --git a/WtWSMS/history/provinces/bp_k_egypt.txt b/WtWSMS/history/provinces/bp_k_egypt.txt index d3a173abe7..c712463a77 100644 --- a/WtWSMS/history/provinces/bp_k_egypt.txt +++ b/WtWSMS/history/provinces/bp_k_egypt.txt @@ -89,10 +89,10 @@ 452.1.1 = { religion = miaphysitism } } 6054 = { #DAMANHUR - holding = city_holding + holding = church_holding #City of Horus, so fitting and meets holding diversity } -6055 = { #RAMSIS - holding = none +6055 = { #RAMSIS / Naukratis + holding = city_holding } ## d_libya ################################### @@ -155,10 +155,10 @@ holding = city_holding } 6049 = { #NASTARAWA - holding = none + holding = city_holding #Buto } 6050 = { #IBYAR - holding = none + holding = church_holding #Sais } ###c_sharkiya 6040 = { #BILBAYS diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index de75e0f643..0dd0c8ca41 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -4538,4 +4538,12 @@ cn_ahmadan: "Ahmadān" cn_archaeopolis: "Archaeopolis" cn_tsikhegoji: "Tsikhegoji" + cn_naucratis: "Naucratis" + cn_naukratis: "Naukratis" + cn_tanis: "Tanis" + cn_buto: "Buto" + cn_per-wadjet: "Per-Wadjet" + cn_sais: "Sais" + cn_siw: "Siw" + \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 71326d5f39..743d9b66a8 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -49,6 +49,7 @@ name_list_adyghes:0 "Adyghes" name_list_corduenian:0 "Corduenian" name_list_nakh: "Nakh" + name_list_awaral: "Awaral" #Celtic name_list_briton: "Briton" name_list_irish:0 "Irish" From 8492cd6ba8bd3ba4f10dce8facc7c062a5a1af34 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 17 Sep 2022 17:01:26 -0400 Subject: [PATCH 061/339] Update Iranian languages --- .../culture/cultures/BP_east_iranian.txt | 2 +- WtWSMS/common/culture/cultures/BP_iranian.txt | 4 +- WtWSMS/common/culture/pillars/00_language.txt | 56 +++++++++++++++++++ .../on_action/sea_minority_game_start.txt | 35 +++++------- .../BP_cultural_languages_l_english.yml | 6 +- 5 files changed, 76 insertions(+), 27 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index 11bef0099f..4dc484876f 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -298,7 +298,7 @@ amardian = { ethos = ethos_communal heritage = heritage_east_iranian - language = language_iranian #Were probably lingusitcally West Iranian speakers + language = language_caspian_iranian #Were probably lingusitcally West Iranian speakers martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index dcfba219ca..ec088713db 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -40,7 +40,7 @@ daylamite = { ethos = ethos_bellicose heritage = heritage_iranian - language = language_iranian + language = language_caspian_iranian martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -170,7 +170,7 @@ median = { 5 = mediterranean } } -adhari = { #Proto-Caspians/Pre-Turkic Iranian Azerbaijanis +adhari = { #Pre-Turkic Iranian Azerbaijanis color = { 0.6 0.65 0.55 } parents = { median } diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 4604533b52..bc4609836a 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -651,6 +651,62 @@ language_median = { color = { 0.7 0.1 0.2 } } +language_caspian_iranian = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_caspian_iranian } } + + parameters = { + language_group_iranian = yes + language_family_indo_european = yes + language_union_caucasus = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_caspian_iranian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_iranian } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.75 0.85 0.35 } +} +language_adharic = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_adharic } } + + parameters = { + language_group_iranian = yes + language_family_indo_european = yes + language_union_caucasus = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_adharic } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_iranian } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.6 0.65 0.55 } +} ## Nuristani language_nuristani = { type = language diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 7a21762e15..ffc780172d 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -803,17 +803,6 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:cybelian } } - ##Berbers - ###Gurzilism - every_county = { - limit = { - OR = { - this.duchy = title:d_leptis_magna - this = title:c_tripolitana - } - } - add_small_faith_to_county_effect = { FAITH = faith:gurzil } - } ##Iranian Pagans ###Iranian Pagans title:c_mugan = { add_small_faith_to_county_effect = { FAITH = faith:iranian_pagan_faith } } @@ -965,17 +954,6 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:bosporan } } - #Berber Heritage - ##Libyans - every_county = { - limit = { - OR = { - this.duchy = title:d_leptis_magna - this = title:c_tripolitana - } - } - add_small_culture_to_county_effect = { CULTURE = culture:libyan } - } #Levantine Heritage ##Arameans every_county = { @@ -1102,6 +1080,19 @@ BP_set_minorities_by_date = { CULTURE = culture:romano_african } } + #Libyan Gurzils + every_county = { + limit = { + OR = { + this.duchy = title:d_leptis_magna + this = title:c_tripolitana + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:gurzil + CULTURE = culture:libyan + } + } ### Vandal Settlement in North Africa & Hispaniae every_county = { limit = { diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index b47b2d2218..a69abfcc5a 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -62,8 +62,10 @@ language_kashmiri_name:0 "Dardic" language_sanskrit_name:0 "Sanskrit" #Iranian - language_parthian_name:0 "Parthian" - language_median_name:0 "Median" + language_parthian_name: "Parthian" + language_median_name: "Median" + language_caspian_iranian_name: "Caspian Iranian" + language_adharic_name: "Adharic" #Northwest Semitic language_punic_name:0 "Punic" #Mongolic From 8ee8f3dc4f1347df8bf3a78cfeae78a77dd5d03b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 17 Sep 2022 23:15:24 -0400 Subject: [PATCH 062/339] Fix Adharic Language --- WtWSMS/common/culture/cultures/BP_iranian.txt | 4 ++-- _developer_documentation/_BP_design.info | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index ec088713db..c8e99cfe20 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -179,7 +179,7 @@ adhari = { #Pre-Turkic Iranian Azerbaijanis ethos = ethos_communal heritage = heritage_iranian - language = language_median + language = language_adharic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -209,7 +209,7 @@ cyrtian = { #Tribal group in Zagros Mountains; possible proto-Kurds ethos = ethos_communal heritage = heritage_iranian - language = language_median + language = language_adharic martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index dd118656c4..7367516a95 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -38,6 +38,8 @@ Gameplay: IN PROGRESS: ----------------------------------------------------------------- * Do ethnic religions get bonus feeding in ethnic culture counties? +* Replace Median Language with Adharic for Cyrtian, Adhari cultures +* Fix gui display in India, Central Asia * Possibility of minorities becoming hybrid if hybrid is already extant? From cfbef378f03388fbae14f35288fa1f6d7512ce61 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:26:11 -0400 Subject: [PATCH 063/339] Fix some culture history --- WtWSMS/history/cultures/awaral.txt | 11 +++++++++++ WtWSMS/history/cultures/svan.txt | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 WtWSMS/history/cultures/awaral.txt create mode 100644 WtWSMS/history/cultures/svan.txt diff --git a/WtWSMS/history/cultures/awaral.txt b/WtWSMS/history/cultures/awaral.txt new file mode 100644 index 0000000000..5874a85a85 --- /dev/null +++ b/WtWSMS/history/cultures/awaral.txt @@ -0,0 +1,11 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum +} \ No newline at end of file diff --git a/WtWSMS/history/cultures/svan.txt b/WtWSMS/history/cultures/svan.txt new file mode 100644 index 0000000000..5874a85a85 --- /dev/null +++ b/WtWSMS/history/cultures/svan.txt @@ -0,0 +1,11 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum +} \ No newline at end of file From 31d395cfa72dbb3e23f9706631b372a6d00126ca Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 18 Sep 2022 15:42:55 -0400 Subject: [PATCH 064/339] More tweaks * Fix some bugs/rewording of triggers & parameters * Add some generalization triggers * Mountain and Hill Dwellers now encourage minority survival in rough terrain * More religious diversity in the Tarim Basin --- .../00_maa_traditions_BP_overwrite.txt | 117 +++++++++ .../00_realm_traditions_BP_overwrite.txt | 230 ++++++++++++++++++ .../traditions/BP_regional_traditions.txt | 4 +- .../on_action/sea_minority_game_start.txt | 84 +++++-- .../sea_minority_culture_values.txt | 15 +- .../sea_minority_triggers.txt | 77 +++--- .../BP_cultural_traditions_l_english.yml | 2 +- .../gui/sea_holding_view_l_english.yml | 4 +- _developer_documentation/_BP_design.info | 2 + 9 files changed, 465 insertions(+), 70 deletions(-) diff --git a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt index e5924521a5..eb4f632d64 100644 --- a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt @@ -532,3 +532,120 @@ tradition_futuwaa = { ai_will_do = { value = 100 } } +##### Changed from Vanilla: Added diversity support in rough terrain; made harder to convert in rough terrain +tradition_amharic_highlanders = { #Ethiopian Unique Tradition, replaces hill dwellers, Unlocks MAA innovation & Castration + category = realm + + layers = { + 0 = steward + 1 = mena + 4 = mountain.dds + } + + is_shown = { + NOT = { has_cultural_tradition = tradition_hill_dwellers } + OR = { + this = culture:ethiopian + any_parent_culture_or_above = { + this = culture:ethiopian + } + } + } + can_pick = { + NOT = { has_cultural_tradition = tradition_hill_dwellers } + OR = { + this = culture:ethiopian + any_parent_culture_or_above = { + this = culture:ethiopian + } + } + custom_description = { + text = culture_in_hills_desc + any_culture_county = { + any_county_province = { + terrain = hills + } + } + } + } + + parameters = { + unlock_sarawit_innovation = yes + can_castrate_prisoners = yes + hill_farms_building_bonuses = yes + ##### Changed from Vanilla vvvvv + harder_to_convert_county_culture_in_rough_terrain = yes + encourages_diversity_in_rough_terrain = yes + ##### Changed from Vanilla ^^^^^ + } + county_modifier = { + hills_development_growth_factor = 0.2 + } + province_modifier = { + hills_construction_gold_cost = -0.15 + hills_holding_construction_gold_cost = -0.15 + } + character_modifier = { + hills_advantage = 5 + } + + cost = { + prestige = { + add = { + value = tradition_base_cost + desc = BASE + format = "BASE_VALUE_FORMAT" + } + if = { + limit = { + NOT = { + any_in_list = { list = traits this = flag:ethos_spiritual } + } + } + add = { + value = tradition_incompatible_ethos_penalty + desc = not_spiritual_desc + } + } + if = { + limit = { + NOT = { + any_culture_county = { + percent >= 0.3 + any_county_province = { + terrain = hills + } + } + } + } + add = { + value = tradition_unfulfilled_criteria_penalty + desc = hill_percentage_desc + } + } + + multiply = tradition_replacement_cost_if_relevant + } + } + + ai_will_do = { + value = 100 + if = { + limit = { + NOT = { + scope:character = { + any_sub_realm_county = { + percent >= 0.2 + culture = scope:character.culture + any_county_province = { + terrain = hills + } + } + } + } + } + multiply = 0 + } + } +} + diff --git a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt index 8787139135..1bca6c1437 100644 --- a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt @@ -567,6 +567,236 @@ tradition_tribe_unity = { } } +##### Changed from Vanilla: Added diversity support in rough terrain; made harder to convert in rough terrain +tradition_hill_dwellers = { + category = realm + + layers = { + 0 = steward + 1 = indian + 4 = desert_mountains.dds + } + + is_shown = { #Cannot be picked if you have access to Highland Farming + NOT = { has_cultural_tradition = tradition_amharic_highlanders } + NOR = { + this = culture:ethiopian + any_parent_culture_or_above = { + this = culture:ethiopian + } + } + } + can_pick = { + custom_description = { + text = culture_in_hills_desc + any_culture_county = { + any_county_province = { + terrain = hills + } + } + } + } + + parameters = { + hill_farms_building_bonuses = yes + ##### Changed from Vanilla vvvvv + harder_to_convert_county_culture_in_rough_terrain = yes + encourages_diversity_in_rough_terrain = yes + ##### Changed from Vanilla ^^^^^ + } + character_modifier = { + } + county_modifier = { + hills_development_growth_factor = 0.2 + } + province_modifier = { + hills_construction_gold_cost = -0.15 + hills_holding_construction_gold_cost = -0.15 + } + + cost = { + prestige = { + add = { + value = tradition_base_cost + desc = BASE + format = "BASE_VALUE_FORMAT" + } + if = { + limit = { + any_in_list = { list = traits this = flag:ethos_bellicose } + } + add = { + value = tradition_incompatible_ethos_penalty + desc = culture_not_bellicose + } + } + if = { + limit = { + NOT = { + any_culture_county = { + percent >= 0.3 + any_county_province = { + terrain = hills + } + } + } + } + add = { + value = tradition_unfulfilled_criteria_penalty + desc = hill_percentage_desc + } + } + + multiply = tradition_replacement_cost_if_relevant + } + } + + ai_will_do = { + value = 100 + if = { + limit = { + NOT = { + scope:character = { + any_sub_realm_county = { + percent >= 0.2 + culture = scope:character.culture + any_county_province = { + terrain = hills + } + } + } + } + } + multiply = 0 + } + } +} + +##### Changed from Vanilla: Added diversity support in rough terrain; made harder to convert in rough terrain +tradition_mountain_homes = { + category = realm + + layers = { + 0 = steward + 1 = mena + 4 = mountain.dds + } + + is_shown = { + NOR = { #This is replaced by Himalayan Settlers, Mountaineer Ruralism and Mountain Herding. + has_cultural_tradition = tradition_himalayan_settlers + has_cultural_tradition = tradition_mountaineer_ruralism + has_cultural_pillar = heritage_arabic + has_cultural_pillar = heritage_berber + has_cultural_pillar = heritage_tibetan + has_cultural_pillar = heritage_qiangic + has_cultural_pillar = heritage_west_slavic + any_culture_county = { + title_province = { + geographical_region = world_himalaya + } + } + } + } + can_pick = { + custom_description = { + text = culture_in_mountains_desc + any_culture_county = { + any_county_province = { + OR = { + terrain = mountains + terrain = desert_mountains + } + } + } + } + } + + parameters = { + quarries_building_bonuses = yes + prestige_gain_on_building_complete_in_mountains = yes + ##### Changed from Vanilla vvvvv + harder_to_convert_county_culture_in_rough_terrain = yes + encourages_diversity_in_rough_terrain = yes + ##### Changed from Vanilla ^^^^^ + } + character_modifier = { + } + county_modifier = { + mountains_development_growth_factor = 0.2 + desert_mountains_development_growth_factor = 0.35 + } + province_modifier = { + mountains_construction_gold_cost = -0.15 + desert_mountains_construction_gold_cost = -0.15 + mountains_holding_construction_gold_cost = -0.15 + desert_mountains_holding_construction_gold_cost = -0.15 + } + + cost = { + prestige = { + add = { + value = tradition_base_cost + desc = BASE + format = "BASE_VALUE_FORMAT" + } + if = { + limit = { + any_in_list = { list = traits this = flag:ethos_bellicose } + } + add = { + value = tradition_incompatible_ethos_penalty + desc = culture_not_bellicose + } + } + if = { + limit = { + NOT = { + any_culture_county = { + percent >= 0.3 + any_county_province = { + OR = { + terrain = mountains + terrain = desert_mountains + } + } + } + } + } + add = { + value = tradition_unfulfilled_criteria_penalty + desc = mountain_percentage_desc + } + } + + multiply = tradition_replacement_cost_if_relevant + } + } + + ai_will_do = { + value = 100 + if = { + limit = { + NOT = { + scope:character = { + any_sub_realm_county = { + percent >= 0.2 + culture = scope:character.culture + any_county_province = { + OR = { + terrain = mountains + terrain = desert_mountains + } + } + } + } + } + } + multiply = 0 + } + } +} + ##### NB: Put **only** transitively unselectable changes below this line for clarity during patches ##### Changed from Vanilla: Made transitively unselectable with new traditions diff --git a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt index bea1d754d6..254cced847 100644 --- a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt @@ -1484,7 +1484,7 @@ tradition_caucasian_mountain_homes = { harder_to_convert_county_culture_in_rough_terrain = yes expensive_convert_to_local_culture = yes harder_to_hybridize = yes - encourages_diversity_in_mountains = yes + encourages_diversity_in_rough_terrain = yes #Relational Features courtiers_less_likely_to_leave_same_culture_court = yes dislikes_marrying_outside_of_culture = yes @@ -1594,7 +1594,7 @@ tradition_caucasian_mountain_homes_non_dlc = { is_a_heritage_tradition = yes harder_to_convert_county_culture_in_rough_terrain = yes expensive_convert_to_local_culture = yes - encourages_diversity_in_mountains = yes + encourages_diversity_in_rough_terrain = yes #Relational Features courtiers_less_likely_to_leave_same_culture_court = yes dislikes_marrying_outside_of_culture = yes diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index ffc780172d..36dd1d428d 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -189,10 +189,6 @@ BP_set_minorities_universal = { #Mazdans ## Zoroastrians ### Khurmazta - every_county = { #Large Concentrations - limit = { this.duchy = title:d_balkh } - add_large_faith_to_county_effect = { FAITH = faith:khurmazta } - } every_county = { #Small Concentrations limit = { OR = { @@ -269,7 +265,6 @@ BP_set_minorities_universal = { this.duchy = title:d_osrushana this.duchy = title:d_ferghana this.duchy = title:d_chah - this.duchy = title:d_balkh this.duchy = title:d_khuttal this = title:c_zamm this = title:c_amol @@ -405,6 +400,21 @@ BP_set_minorities_universal = { } } + # Other Specific Sets + #======================== + every_county = { + limit = { + OR = { + this = title:c_baghdad + this = title:c_derbent + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:mazdayasna + CULTURE = culture:persian + } + } + # Other Specific Counties #======================== title:c_jerusalem = { add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } @@ -418,22 +428,12 @@ BP_set_minorities_universal = { } title:c_alexandria = { add_small_faith_to_county_effect = { FAITH = faith:karaism } } title:c_baghdad = { - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:mazdayasna - CULTURE = culture:persian - } #Faiths add_small_faith_to_county_effect = { FAITH = faith:nicene } #Cultures add_small_culture_to_county_effect = { CULTURE = culture:assyrian } add_small_culture_to_county_effect = { CULTURE = culture:greek } } - title:c_derbent = { - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:mazdayasna - CULTURE = culture:persian - } - } #Long Attested Non-Berber language presence by al-Bakri title:c_syrte = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } #Armenian-Aghwank border @@ -693,6 +693,16 @@ BP_set_minorities_by_date = { #Mazdans ##Dualists + ### Manicheans + every_county = { + limit = { + OR = { + this = title:c_kara_khoja + this = title:c_turpan + } + } + add_large_faith_to_county_effect = { FAITH = faith:manichean } + } ###Valentinians every_county = { limit = { @@ -730,6 +740,24 @@ BP_set_minorities_by_date = { else = { add_small_faith_to_county_effect = { FAITH = faith:urartuism } } } + #Dharmics + ##Buddhists + ###Dharmagutaka + every_county = { + limit = { + OR = { + this.duchy = title:d_karashar + this.duchy = title:d_kashgar + this = title:c_kara_khoja + this = title:c_turpan + } + } + add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } + add_small_faith_to_county_effect = { FAITH = faith:sarvastivada } + } + #Mahayana + title:c_karghalik = { add_small_faith_to_county_effect = { FAITH = faith:mahayana } } + #Hypsisterians ##Hypsisterians ###Hypsisterians @@ -865,15 +893,7 @@ BP_set_minorities_by_date = { #======================== #West Iranian Heritage ##Persians - every_county = { - limit = { #These should actually be Iranized populations - OR = { #Both Judeo-Tats and Tats... - this = title:c_shirvan - this = title:c_mugan - } - } - add_small_culture_to_county_effect = { CULTURE = culture:persian } - } + title:c_mugan = { add_small_culture_to_county_effect = { CULTURE = culture:persian } } ##Medians title:c_hamadan = { add_large_culture_to_county_effect = { CULTURE = culture:median } } every_county = { @@ -1201,6 +1221,22 @@ BP_set_minorities_by_date = { } } } + ## Persians + title:c_behabad = { + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:mazdayasna + CULTURE = culture:persian + } + } + ### Balkh Khurmazta/Dharmagutaka Bactrians + every_county = { #Large Concentrations + limit = { this.duchy = title:d_balkh } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:khurmazta + CULTURE = culture:bactrian + } + add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } + } # Other Specific Counties #======================== diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index be926d119b..087b890b82 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -65,7 +65,7 @@ minority_capacity_of_county = { # 1, 3, 4, 7, 11, 18, 29, 47, 76 ... value = 1 if = { #Only non-tribal counties should support more than one minority - limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } + limit = { this = { has_a_non_tribal_holding_trigger = yes } } if = { limit = { this.development_level >= 04 } add = 1 } if = { limit = { this.development_level >= 07 } add = 1 } if = { limit = { this.development_level >= 11 } add = 1 } @@ -78,7 +78,7 @@ minority_capacity_of_county = { minority_capacity_of_county_culture = { value = minority_capacity_of_county if = { #Only non-tribal counties should support more than one minority - limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } + limit = { this = { has_a_non_tribal_holding_trigger = yes } } # Egalitarian Ethos decreases minority capacity per development cut-off if = { limit = { this.culture = { has_cultural_pillar = ethos_egalitarian } } @@ -104,12 +104,11 @@ minority_capacity_of_county_culture = { } } min = 1 - floor = yes } minority_capacity_of_county_faith = { value = minority_capacity_of_county if = { #Only non-tribal counties should support more than one minority - limit = { this = { any_province = { NOT = { has_holding_type = tribal_holding } } } } + limit = { this = { has_a_non_tribal_holding_trigger = yes } } # Pluralism decreases minority capacity per development cut-off if = { limit = { this.faith = { has_doctrine = doctrine_pluralism_pluralistic } } @@ -136,7 +135,6 @@ minority_capacity_of_county_faith = { } } min = 1 - floor = yes } #County Scope culture_small_minority_weight_value = { @@ -147,7 +145,7 @@ culture_small_minority_weight_value = { } if = { limit = { - scope:the_culture_temp = { has_cultural_parameter = encourages_diversity_in_mountains } + scope:the_culture_temp = { has_reduced_weight_in_rough_terrain_trigger = yes } scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } } multiply = tradition_rough_terrain_diversity_multiplier @@ -161,7 +159,7 @@ culture_large_minority_weight_value = { } if = { limit = { - scope:the_culture_temp = { has_cultural_parameter = encourages_diversity_in_mountains } + scope:the_culture_temp = { has_reduced_weight_in_rough_terrain_trigger = yes } scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } } multiply = tradition_rough_terrain_diversity_multiplier @@ -215,7 +213,7 @@ faith_large_minority_weight_value = { } multiply = dharmic_minorities_in_dharmic_counties_multiplier } - else_if = { + if = { limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } multiply = tradition_religion_blending_multiplier } @@ -241,7 +239,6 @@ number_of_faith_minorities_in_county_weighted = { } } } - floor = yes #Because of fractional Dharmic values } ### Minority Supports diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 1b15f5b95d..4133c7f18d 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -148,36 +148,6 @@ county_is_religiously_protected_trigger = { } ### General triggers -has_a_culture_blending_tradition_trigger = { - OR = { - has_cultural_tradition = tradition_culture_blending - has_cultural_tradition = tradition_malleable_invaders - } -} -has_a_religion_blending_tradition_trigger = { - OR = { - has_cultural_tradition = tradition_religion_blending - has_cultural_tradition = tradition_steppe_tolerance - } -} -is_dharmic_faith_trigger = { - OR = { - religion = religion:buddhism_religion - religion = religion:hinduism_religion - religion = religion:jainism_religion - } -} -has_reduced_weight_in_dharmic_counties_trigger = { - OR = { - is_dharmic_faith_trigger = yes - religion = religion:bon_religion - religion = religion:tani_religion - religion = religion:mundhum_religion - religion = religion:qiangic_religion - religion = religion:zunism_religion - religion = religion:munda_religion - } -} is_valid_immigration_target_county_trigger = { #county scope culture = { NOT = { has_cultural_tradition = tradition_isolationist } } faith = { NOT = { has_doctrine = tenet_ethnic_religion } } @@ -224,13 +194,56 @@ valid_immigration_source_trigger = { } } } +#### These determine the triggers for how much weight a minority uses + +has_a_non_tribal_holding_trigger = { + any_province = { + NOT = { has_holding_type = tribal_holding } + has_holding = yes + } +} + +has_a_culture_blending_tradition_trigger = { + OR = { + has_cultural_tradition = tradition_culture_blending + has_cultural_tradition = tradition_malleable_invaders + } +} +has_a_religion_blending_tradition_trigger = { + OR = { + has_cultural_tradition = tradition_religion_blending + has_cultural_tradition = tradition_steppe_tolerance + } +} +is_dharmic_faith_trigger = { + OR = { + religion = religion:buddhism_religion + religion = religion:hinduism_religion + religion = religion:jainism_religion + } +} +has_reduced_weight_in_dharmic_counties_trigger = { + OR = { + is_dharmic_faith_trigger = yes + religion = religion:bon_religion + religion = religion:tani_religion + religion = religion:mundhum_religion + religion = religion:qiangic_religion + religion = religion:zunism_religion + religion = religion:munda_religion + } +} +has_reduced_weight_in_rough_terrain_trigger = { + has_cultural_parameter = encourages_diversity_in_rough_terrain +} + #### These determine the triggers for support in generic support calculations #support_of_a_culture_minority_in_county triggers county_specific_large_support_culture_trigger = { #target_county scope #Rough terrain diversity minorities are mostly self-supporting when established AND = { - scope:the_culture = { has_cultural_parameter = encourages_diversity_in_mountains } + scope:the_culture = { has_cultural_parameter = encourages_diversity_in_rough_terrain } has_variable_list = culture_minorities_large is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } has_a_rough_terrain_province_trigger = yes @@ -240,7 +253,7 @@ county_specific_small_support_culture_trigger = { #target_county scope OR = { #Rough terrain diversity minorities are mostly self-supporting when established AND = { - scope:the_culture = { has_cultural_parameter = encourages_diversity_in_mountains } + scope:the_culture = { has_cultural_parameter = encourages_diversity_in_rough_terrain } has_variable_list = culture_minorities_small is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } has_a_rough_terrain_province_trigger = yes diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index 54d930eac2..ee39806988 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -75,7 +75,7 @@ culture_parameter_cheaper_to_hybridize_colonizers: "Hybrid [culture|E] Creation Cost: [prestige_i]#P -[EmptyScope.ScriptValue('easier_to_hybridize_colonizers_value_for_localization')]%#!" culture_parameter_culture_can_raid_even_if_feudal: "Unlocks the ability to [raid|E]" culture_parameter_easier_to_hybridize_colonizers: "Creating a [hybrid_culture|E] requires #P 20%#! less [cultural_acceptance|E]" - culture_parameter_encourages_diversity_in_mountains: "In [counties|El] with hills, mountains, and desert mountains, minorities of these cultures use less [minority_capacity|E] and are less likely to disappear." + culture_parameter_encourages_diversity_in_rough_terrain: "In [counties|El] with hills, mountains, and desert mountains, minorities of these cultures use less [minority_capacity|E] and are less likely to disappear." culture_parameter_harder_to_convert_county_culture_in_rough_terrain: "Harder to [promote_culture|E] in [counties|E] of this [culture|E] if there are hills, mountains, or desert mountains in the county." culture_parameter_harder_to_hybridize_with: "Other cultures require #N +[EmptyScope.ScriptValue('harder_to_hybridize_with_value_for_localization')]%#! more [cultural_acceptance|E] to create a [hybrid_culture|E] with this culture" culture_parameter_hybridization_requires_duchy_or_better: "Creating a [hybrid_culture|E] requires having a [duchy|E] or better." diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 8ad20c48d6..5e80f7886a 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -3,6 +3,6 @@ MINORITY_INFORMATION: "[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_culture_minority_percent')|0]%,[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_faith_minority_percent')|0]%" MINORITY_INFORMATION_TOOLTIP: "$MINORITY_CAPACITY$\n$MINORITY_CULTURES$\n$MINORITY_FAITHS$" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|3]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|0]" - MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|3]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|0]" + MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" + MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 7367516a95..b744500812 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -49,6 +49,8 @@ IN PROGRESS: * Add opinion/development effects for having minorities * Caucasian tradition for unblemished rulership and to prevent cultures from being replaced readily + supporting cultural/religious diversity +* Mithraism rework +* Slavic titles rework * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism * Revise province faith/cultures in light of minorities * Fix c_erand in sea_minoarity_game_start.txt From d95270049d54ad7f18716aebd8650659ec93ba97 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 18 Sep 2022 21:12:03 -0400 Subject: [PATCH 065/339] Iberia and Gaul work * Basques get Hill Dwellers * Colonizers get Roman Cultural trait bonuses * Huesca made Romano-Hispanic * Added Basque/Basque Pagan minorities in regions surrounding Basque country based on toponymic evidence * Added Romano-Gallic/Gallican Church presence in various regions * Some generalized code for romano_gallic --- WtWSMS/common/culture/cultures/BP_latin.txt | 2 +- .../common/culture/cultures/BP_vasconic.txt | 1 + .../traditions/BP_societal_traditions.txt | 2 + .../on_action/sea_minority_game_start.txt | 48 +++++++++++++++++-- .../sea_minority_on_action_effects.txt | 21 ++++++++ .../BP_sea_on_action_triggers.txt | 15 ++++++ .../history/provinces/bp_k_tarraconensis.txt | 4 +- .../cultural_languages_l_english.yml | 2 +- 8 files changed, 88 insertions(+), 7 deletions(-) create mode 100644 WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt diff --git a/WtWSMS/common/culture/cultures/BP_latin.txt b/WtWSMS/common/culture/cultures/BP_latin.txt index 740e4a79b2..60e87ca4cd 100644 --- a/WtWSMS/common/culture/cultures/BP_latin.txt +++ b/WtWSMS/common/culture/cultures/BP_latin.txt @@ -432,7 +432,7 @@ romano_hispanic = { # Romano-Hispanic romano_frank = { # Romano-Frankish (Moselle Romance) color = { 0.6 0.6 0.0 } - parents = { roman old_frankish } + parents = { romano_gallic old_frankish } created = 274.1.1 #Frankish colonization ethos = ethos_bellicose #Old Frankish heritage diff --git a/WtWSMS/common/culture/cultures/BP_vasconic.txt b/WtWSMS/common/culture/cultures/BP_vasconic.txt index 81935b3189..3b43ab6886 100644 --- a/WtWSMS/common/culture/cultures/BP_vasconic.txt +++ b/WtWSMS/common/culture/cultures/BP_vasconic.txt @@ -12,6 +12,7 @@ #Realm Traditions tradition_wedding_ceremonies #Vanilla CK3 tradition_equal_inheritance #Replaces Visigothic codes + tradition_hill_dwellers #Combat Traditions tradition_mountaineers #Vanilla CK3 } diff --git a/WtWSMS/common/culture/traditions/BP_societal_traditions.txt b/WtWSMS/common/culture/traditions/BP_societal_traditions.txt index 107907a455..aa43c00207 100644 --- a/WtWSMS/common/culture/traditions/BP_societal_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_societal_traditions.txt @@ -54,6 +54,7 @@ tradition_colonizers = { #Roman Colonization expensive_convert_to_local_culture = yes subroman_characters_cant_seek_independence = yes can_hold_chariot_races = yes + roman_cultural_trait_bonus = yes #Invisible Effect blocks_vanilla_culture_emergence_events = yes } @@ -129,6 +130,7 @@ tradition_colonizers_non_dlc = { #Roman Colonization (no DLC version) expensive_convert_to_local_culture = yes subroman_characters_cant_seek_independence = yes can_hold_chariot_races = yes + roman_cultural_trait_bonus = yes #Invisible Effect blocks_vanilla_culture_emergence_events = yes } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 36dd1d428d..738f46dcda 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1,6 +1,7 @@ #Sources: #[1] M. Mueller, HYPSISTOS CULTS IN THE GREEK WORLD DURING THE ROMAN IMPERIUM. Hamilton, Ontario: McMaster University, 2014. #[2] Abu Muhammad 'Abd Allah Ruzbih ibn Daduya wrote a number of anti-monotheist, pro-dualist tracts early in Muslim rules (ca 760s); weren't stamped out until the 790s +#[3] https://en.wikipedia.org/wiki/Aquitanian_language#/media/File:Euskararen_aztarna_geografikoak.svg on_game_start = { on_actions = { @@ -399,9 +400,7 @@ BP_set_minorities_universal = { } } } - - # Other Specific Sets - #======================== + ### Persians every_county = { limit = { OR = { @@ -414,6 +413,37 @@ BP_set_minorities_universal = { CULTURE = culture:persian } } + ### Vascons + every_county = { #Based on toponymic evidence here: [3] + limit = { + OR = { + AND = { + OR = { + this.duchy = title:d_catalonia + this.duchy = title:d_caesaraugusta + this.duchy = title:d_celtiberia + this.duchy = title:d_upper_durius + } + any_neighboring_county = { culture = culture:basque } + NOT = { culture = { has_cultural_pillar = heritage_vasconic } } + } + this = title:c_foix + } + } + if = { + limit = { any_neighboring_county = { count > 1 culture = culture:basque } } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:basque_pagan + CULTURE = culture:basque + } + } + else = { + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:basque_pagan + CULTURE = culture:basque + } + } + } # Other Specific Counties #======================== @@ -1076,6 +1106,18 @@ BP_set_minorities_by_date = { ## Other Special Regions #======================== + ### Romano-Gaul presence throughout Septem Provincae + add_minority_to_region_granular_effect = { + REGIONAL_TRIGGER = e_gaul_romance_trigger + CULTURE_OR_FAITH = culture + TARGET = culture:romano_gallic + } + add_minority_to_region_granular_effect = { + REGIONAL_TRIGGER = e_gaul_nicene_trigger + CULTURE_OR_FAITH = faith + TARGET = faith:gallican_church + } + ### North Africa #Western North Africa should have populations of Romano-African African Rite Nicenes every_county = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt index 57ba6f4d08..a1e5480777 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt @@ -41,6 +41,27 @@ add_large_culture_and_faith_to_county_effect = { SIZE = large } } +add_minority_to_region_granular_effect = { + every_county = { + limit = { $REGIONAL_TRIGGER$ = yes } + if = { + limit = { any_neighboring_county = { count > 1 $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = large + } + } + else_if = { + limit = { any_neighboring_county = { count = 1 $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = small + } + } + } +} #Generate Indian Diversity add_dharmic_faith_minorities = { every_county = { diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt new file mode 100644 index 0000000000..0409f12267 --- /dev/null +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -0,0 +1,15 @@ +#County scope +e_gaul_romance_trigger = { + this.empire = title:e_gaul + #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks + NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } + NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } + NOT = { this.culture = culture:old_frankish } +} +e_gaul_nicene_trigger = { + this.empire = title:e_gaul + #Skip over counties that are already Nicene Christian or associated rite, excluding Franks + NOT = { this.faith = faith:nicene } + NOT = { this.faith.religious_head = faith:nicene.religious_head } + NOT = { this.culture = culture:old_frankish } +} \ No newline at end of file diff --git a/WtWSMS/history/provinces/bp_k_tarraconensis.txt b/WtWSMS/history/provinces/bp_k_tarraconensis.txt index 54eb137390..520abece08 100644 --- a/WtWSMS/history/provinces/bp_k_tarraconensis.txt +++ b/WtWSMS/history/provinces/bp_k_tarraconensis.txt @@ -298,8 +298,8 @@ } ###c_huesca 1873 = { # HUESCA - culture = basque - religion = basque_pagan + culture = romano_hispanic + religion = mozarabic_church holding = castle_holding #aka Bolskan } 1874 = { # BARBASTRO diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml index 13ee11a8bd..7cdcaae829 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml @@ -7,4 +7,4 @@ language_central_germanic_name:0 "Irminonic Germanic" language_cushitic_name:0 "Lowlands Cushitic" language_sudanic_name:0 "Eastern Sudanic" - \ No newline at end of file + language_sardinian_name: "Sardinian" \ No newline at end of file From ee2c8b66485737645a5ae9b7fd5ea43cd80bd2a3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 18 Sep 2022 22:42:02 -0400 Subject: [PATCH 066/339] More code cleanup --- .../on_action/sea_minority_game_start.txt | 70 +++---------------- .../sea_minority_effects_generic.txt | 41 +++++++++++ .../sea_minority_on_action_effects.txt | 41 ++++++----- .../BP_sea_on_action_triggers.txt | 42 ++++++++++- _developer_documentation/_BP_design.info | 2 +- 5 files changed, 114 insertions(+), 82 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 738f46dcda..1fb76f1be3 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1006,62 +1006,14 @@ BP_set_minorities_by_date = { } #Levantine Heritage ##Arameans - every_county = { - limit = { - OR = { - this.kingdom = title:k_asoristan - this.kingdom = title:k_oriens - this.duchy = title:d_khuzestan - this.duchy = title:d_kermanshah - this = title:c_tall_hamid - this = title:c_alexandretta - } - NOT = { this.duchy = title:d_palestinia_salutaris } - NOT = { this.duchy = title:d_cyprus } - } - if = { - limit = { - any_neighboring_county = { this.culture = culture:aramean } - OR = { - this = { has_a_non_tribal_holding_trigger = yes } - this = title:c_rusafa - } - } - add_large_culture_to_county_effect = { CULTURE = culture:aramean } - } - else_if = { - limit = { this = { has_a_non_tribal_holding_trigger = yes } } - add_small_culture_to_county_effect = { CULTURE = culture:aramean } - } + add_culture_to_region_effect = { + REGIONAL_TRIGGER = aramean_location_trigger + CULTURE = culture:aramean } ##Assyrians - every_county = { - limit = { - OR = { - #Asoristan - this.duchy = title:d_asoristan - this.duchy = title:d_beth_garami - this.duchy = title:d_euphrates - this = title:c_akhadid - this = title:c_kufa - this = title:c_karbala - #Oriens - this.duchy = title:d_euphratensis - this = title:c_aleppo - this = title:c_syrrusafa - } - } - if = { - limit = { - any_neighboring_county = { this.culture = culture:assyrian } - this = { has_a_non_tribal_holding_trigger = yes } - } - add_large_culture_to_county_effect = { CULTURE = culture:assyrian } - } - else_if = { - limit = { this = { has_a_non_tribal_holding_trigger = yes } } - add_small_culture_to_county_effect = { CULTURE = culture:assyrian } - } + add_culture_to_region_effect = { + REGIONAL_TRIGGER = assyrian_location_trigger + CULTURE = culture:assyrian } #Arabic Heritage ##Khalans @@ -1107,15 +1059,13 @@ BP_set_minorities_by_date = { ## Other Special Regions #======================== ### Romano-Gaul presence throughout Septem Provincae - add_minority_to_region_granular_effect = { + add_culture_to_region_granular_effect = { REGIONAL_TRIGGER = e_gaul_romance_trigger - CULTURE_OR_FAITH = culture - TARGET = culture:romano_gallic + CULTURE = culture:romano_gallic } - add_minority_to_region_granular_effect = { + add_faith_to_region_granular_effect = { REGIONAL_TRIGGER = e_gaul_nicene_trigger - CULTURE_OR_FAITH = faith - TARGET = faith:gallican_church + FAITH = faith:gallican_church } ### North Africa diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt index 0bd69362aa..ae109c05cd 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt @@ -22,6 +22,47 @@ add_minority_faith_and_culture_to_county_effect = { #county scope SIZE = $SIZE$ } } +add_minority_to_region_granular_effect = { + every_county = { + limit = { $REGIONAL_TRIGGER$ = yes } + if = { + limit = { any_neighboring_county = { count > 1 $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = large + } + } + else_if = { + limit = { any_neighboring_county = { count = 1 $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = small + } + } + } +} +add_minority_to_region_effect = { + every_county = { + limit = { $REGIONAL_TRIGGER$ = yes } + if = { + limit = { any_neighboring_county = { $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = large + } + } + else = { + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = small + } + } + } +} ### General Routines diff --git a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt index a1e5480777..7391eff634 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt @@ -41,27 +41,30 @@ add_large_culture_and_faith_to_county_effect = { SIZE = large } } -add_minority_to_region_granular_effect = { - every_county = { - limit = { $REGIONAL_TRIGGER$ = yes } - if = { - limit = { any_neighboring_county = { count > 1 $CULTURE_OR_FAITH$ = $TARGET$} } - add_minority_to_county_effect = { - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ - ITEM = $TARGET$ - SIZE = large - } - } - else_if = { - limit = { any_neighboring_county = { count = 1 $CULTURE_OR_FAITH$ = $TARGET$} } - add_minority_to_county_effect = { - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ - ITEM = $TARGET$ - SIZE = small - } - } +#Granular means needs to be next to a county of the target type +add_culture_to_region_granular_effect = { + add_minority_to_region_granular_effect = { + REGIONAL_TRIGGER = $REGIONAL_TRIGGER$ + CULTURE_OR_FAITH = culture + TARGET = $CULTURE$ } } +add_faith_to_region_granular_effect = { + add_minority_to_region_granular_effect = { + REGIONAL_TRIGGER = $REGIONAL_TRIGGER$ + CULTURE_OR_FAITH = faith + TARGET = $FAITH$ + } +} +#Adding to region means small minority if not next to something and large minority if it is +add_culture_to_region_effect = { + add_minority_to_region_effect = { + REGIONAL_TRIGGER = $REGIONAL_TRIGGER$ + CULTURE_OR_FAITH = culture + TARGET = $CULTURE$ + } +} + #Generate Indian Diversity add_dharmic_faith_minorities = { every_county = { diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index 0409f12267..9b408ab496 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -1,10 +1,47 @@ -#County scope +#County scope, all of these +aramean_location_trigger = { + OR = { + this.kingdom = title:k_asoristan + this.kingdom = title:k_oriens + this.duchy = title:d_khuzestan + this.duchy = title:d_kermanshah + this = title:c_tall_hamid + this = title:c_alexandretta + } + NOT = { this.duchy = title:d_palestinia_salutaris } + NOT = { this.duchy = title:d_cyprus } + #Don't touch tribals, except for rusafa + OR = { + this = { has_a_non_tribal_holding_trigger = yes } + this = title:c_rusafa #Exception to our "don't touch tribals" rule + } + NOT = { this = title:c_sukhna } +} +assyrian_location_trigger = { + OR = { + #Asoristan + this.duchy = title:d_asoristan + this.duchy = title:d_beth_garami + this.duchy = title:d_euphrates + this = title:c_akhadid + this = title:c_kufa + this = title:c_karbala + #Oriens + this.duchy = title:d_euphratensis + this = title:c_aleppo + this = title:c_syrrusafa + } + #Don't touch tribals + this = { has_a_non_tribal_holding_trigger = yes } + NOT = { this = title:c_sukhna } +} e_gaul_romance_trigger = { this.empire = title:e_gaul #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } NOT = { this.culture = culture:old_frankish } + this = { has_a_non_tribal_holding_trigger = yes } } e_gaul_nicene_trigger = { this.empire = title:e_gaul @@ -12,4 +49,5 @@ e_gaul_nicene_trigger = { NOT = { this.faith = faith:nicene } NOT = { this.faith.religious_head = faith:nicene.religious_head } NOT = { this.culture = culture:old_frankish } -} \ No newline at end of file + this = { has_a_non_tribal_holding_trigger = yes } +} diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index b744500812..7c96e0a12a 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -48,7 +48,7 @@ IN PROGRESS: * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities -* Caucasian tradition for unblemished rulership and to prevent cultures from being replaced readily + supporting cultural/religious diversity +* Adaptive should reduce minority size slightly * Mithraism rework * Slavic titles rework * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism From 4a0c60df273dc49da4aed538616c087cf4af973e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 19 Sep 2022 01:47:07 -0400 Subject: [PATCH 067/339] More Jews, Persians, and Italy * Admixing populations of Pagans and Christians in Italy * Ensuring Persian has a thin spread in Persia proper * Add some new Jewish minorities * Odoacer's merry band of misfits gets a few minorities along the Po --- .../on_action/sea_minority_game_start.txt | 76 ++++++++++++++++--- .../sea_minority_on_action_effects.txt | 7 ++ .../BP_sea_on_action_triggers.txt | 18 +++++ _developer_documentation/_BP_design.info | 1 + 4 files changed, 93 insertions(+), 9 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 1fb76f1be3..36485b134f 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -2,6 +2,7 @@ #[1] M. Mueller, HYPSISTOS CULTS IN THE GREEK WORLD DURING THE ROMAN IMPERIUM. Hamilton, Ontario: McMaster University, 2014. #[2] Abu Muhammad 'Abd Allah Ruzbih ibn Daduya wrote a number of anti-monotheist, pro-dualist tracts early in Muslim rules (ca 760s); weren't stamped out until the 790s #[3] https://en.wikipedia.org/wiki/Aquitanian_language#/media/File:Euskararen_aztarna_geografikoak.svg +#[4] https://penelope.uchicago.edu/Thayer/E/Roman/Texts/secondary/BURLAT/12*.html on_game_start = { on_actions = { @@ -157,18 +158,26 @@ BP_set_minorities_universal = { this = title:c_kartli #Armenian Jews this = title:c_ayrarat - #Greece & Asia Minor + #Greece this = title:c_byzantion + this = title:c_euboea #Chalkis; oldes presence in Europe (possibly) + this = title:c_attica + this = title:c_thessalonika + #Asia Minor this = title:c_pacatiana #Jewish presence since Seleucid time, likely contributed to Hypsisterians this = title:c_aeolis this = title:c_ionia - this = title:c_attica + this = title:c_cilicia #Tarsus #Oriens & Egypt (sans Hebrew territories) this.duchy = title:d_cyprus #Long term Jewish presence in Cyprus, although significantly reduced after the AD 116 revolt and poorly attested AD II-IV century [1] this = title:c_antiocheia this = title:c_alexandria #Western Roman Empire this = title:c_roma + this = title:c_reggio_calabria #Mentioned in an edit by Honorius in 398 + this = title:c_apulia #Jewish Catacombs in Venusia (Encylopedia Britannica) + this = title:c_benevento #Vth Century (Jewish Virtual Library) + #North Africa this = title:c_tunis #Carthage #Asoristan & it's Talmudic Academies this = title:c_baghdad #Mahuz Academies @@ -545,6 +554,11 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:nicene } } + #Italy and Raetia Noricum + add_faith_to_region_effect = { + REGIONAL_TRIGGER = annonaria_italy_noricum_trigger + FAITH = faith:nicene + } ### Georgian Orthodox every_county = { limit = { @@ -733,6 +747,8 @@ BP_set_minorities_by_date = { } add_large_faith_to_county_effect = { FAITH = faith:manichean } } + #Probably extant, minimally, by this point + title:c_roma = { add_small_faith_to_county_effect = { FAITH = faith:manichean } } ###Valentinians every_county = { limit = { @@ -851,6 +867,11 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } } + #Italy and Raetia Noricum + add_faith_to_region_granular_effect = { + REGIONAL_TRIGGER = annonaria_italy_noricum_trigger + FAITH = faith:hellenic_pagan + } ###Cybellians every_county = { limit = { #Cybellian holy sites @@ -1058,7 +1079,7 @@ BP_set_minorities_by_date = { ## Other Special Regions #======================== - ### Romano-Gaul presence throughout Septem Provincae + ### Romano-Gaul presence throughout former Gaul add_culture_to_region_granular_effect = { REGIONAL_TRIGGER = e_gaul_romance_trigger CULTURE = culture:romano_gallic @@ -1067,7 +1088,6 @@ BP_set_minorities_by_date = { REGIONAL_TRIGGER = e_gaul_nicene_trigger FAITH = faith:gallican_church } - ### North Africa #Western North Africa should have populations of Romano-African African Rite Nicenes every_county = { @@ -1214,11 +1234,13 @@ BP_set_minorities_by_date = { } } ## Persians - title:c_behabad = { - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:mazdayasna - CULTURE = culture:persian - } + add_culture_to_region_granular_effect = { + REGIONAL_TRIGGER = zoroastrian_persian_location_trigger + CULTURE = culture:persian + } + add_faith_to_region_granular_effect = { + REGIONAL_TRIGGER = zoroastrian_persian_location_trigger + FAITH = faith:mazdayasna } ### Balkh Khurmazta/Dharmagutaka Bactrians every_county = { #Large Concentrations @@ -1229,6 +1251,42 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } } + ### Odoacer's merry band of misfits [4] + ### Mixture of Heruls, Rygirs, and Skirians + ### Unfortunately, we're not told _where_ precisely they were quartered, + ### so this is a guess based on Placentia falling quickly [4] and Ravenna + ### shortly thereafter + title:c_mantua = { + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:arian + CULTURE = culture:skirian + } + } + every_county = { + limit = { + OR = { + this = title:c_verona + this = title:c_polesine + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:rygir + } + } + every_county = { + limit = { + OR = { + this = title:c_cremona + this = title:c_tortona + this = title:c_pavia + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:heruli + } + } # Other Specific Counties #======================== diff --git a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt index 7391eff634..d9c118a0d1 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt @@ -64,6 +64,13 @@ add_culture_to_region_effect = { TARGET = $CULTURE$ } } +add_faith_to_region_effect = { + add_minority_to_region_effect = { + REGIONAL_TRIGGER = $REGIONAL_TRIGGER$ + CULTURE_OR_FAITH = faith + TARGET = $FAITH$ + } +} #Generate Indian Diversity add_dharmic_faith_minorities = { diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index 9b408ab496..f673093665 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -51,3 +51,21 @@ e_gaul_nicene_trigger = { NOT = { this.culture = culture:old_frankish } this = { has_a_non_tribal_holding_trigger = yes } } +zoroastrian_persian_location_trigger = { + OR = { + this.kingdom = title:k_persia + this.kingdom = title:k_daylam + } + OR = { + this = { has_a_non_tribal_holding_trigger = yes } + this = title:c_behabad + } +} +annonaria_italy_noricum_trigger = { + OR = { + this.kingdom = title:k_italia + this.kingdom = title:k_annonaria + this.kingdom = title:k_raetia_noricum + } +} + diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 7c96e0a12a..2d4e9b8b73 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -48,6 +48,7 @@ IN PROGRESS: * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities +* Bavari seem to be spawning when they shouldn't (Odoacer's court) * Adaptive should reduce minority size slightly * Mithraism rework * Slavic titles rework From 3cc0b0d338260666578d624465f55650c50aee4e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:41:57 -0400 Subject: [PATCH 068/339] Overhaul minor migrations (1) * Rework how minor aristocracy effects culture promotion/faith conversion * Now is a multiplicative nerf (avoids overflow issues that were frequently present) * Possibility of some minorities appearing if your conquest somehow is next to your minority. * Fix some GUI display issues --- .../common/casus_belli_types/BP_migration.txt | 12 ++-- .../00_court_chaplain_tasks_BP_overwrite.txt | 2 +- .../00_steward_tasks_BP_overwrite.txt | 2 +- .../99_court_chaplain_values_BP_overwrite.txt | 12 ---- .../99_steward_values_BP_overwrite.txt | 22 +------ .../BP_court_chaplain_values.txt | 6 +- .../script_values/BP_steward_values.txt | 12 ++-- .../sea_minority_culture_values.txt | 36 ++++++++-- .../BP_government_conversion_effects.txt | 55 ++++++++++++---- .../scripted_effects/BP_war_effects.txt | 66 +++++++++++++------ .../english/BP_council_tasks_l_english.yml | 6 +- .../english/BP_wars_l_english.yml | 4 ++ .../BP_county_modifiers_l_english.yml | 4 +- _developer_documentation/_BP_design.info | 10 +-- 14 files changed, 153 insertions(+), 96 deletions(-) diff --git a/WtWSMS/common/casus_belli_types/BP_migration.txt b/WtWSMS/common/casus_belli_types/BP_migration.txt index b35fb53ff6..1878fea1dd 100644 --- a/WtWSMS/common/casus_belli_types/BP_migration.txt +++ b/WtWSMS/common/casus_belli_types/BP_migration.txt @@ -143,11 +143,13 @@ minor_migration_war = { #Cribbed from Vanilla Invasions YEARS = minor_migration_wait_time } #Prevent title bootstrapping - every_in_list = { - list = attackers_counties - convert_government_type_without_check_effect = { - THE_PREVIOUS_HOLDER = scope:attacker - THE_NEW_HOLDER = this.holder + hidden_effect = { #Don't show this in the GUI; it just clutters things + every_in_list = { + list = attackers_counties + convert_government_type_without_check_effect = { + THE_PREVIOUS_HOLDER = scope:attacker + THE_NEW_HOLDER = this.holder + } } } #If the target was advanced, bootstrap improvement to government form diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index a86947e904..ca0de1046f 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -261,7 +261,7 @@ task_conversion = { if = { limit = { scope:county.faith = scope:councillor_liege.faith } multiply = { - value = converting_faith_minority_speed_reduction + value = converting_faith_minority_in_majority_province_speed_reduction desc = converting_minority_desc } } diff --git a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt index 6bea69635c..5445e6857a 100644 --- a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt @@ -682,7 +682,7 @@ task_promote_culture = { if = { limit = { scope:county.culture = scope:councillor_liege.culture } multiply = { - value = converting_culture_minority_speed_reduction + value = converting_culture_minority_in_majority_province_speed_reduction desc = converting_minority_desc } } diff --git a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt index 1c9a6593b0..02bed0d6a0 100644 --- a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt @@ -915,18 +915,6 @@ court_chaplain_conversion_contextual_bonuses = { } } ##### Changed from Vanilla vvvvv - - #Minor Migration Modifiers - if = { # A thin aristocracy has difficulty promoting its culture - limit = { - exists = scope:county - scope:county = { has_county_modifier = county_modifier_minor_migration_minor_aristocracy } - } - add = { - value = scope:councillor.conversion_minor_migration_minor_aristocracy_penalty - desc = COURT_CHAPLAIN_CONVERSION_MINOR_ARISTOCRACY - } - } #Major Migratinon Modifiers if = { # Depopulated regions are easy to settle limit = { diff --git a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt index 9ad9f61bda..d740e4443a 100644 --- a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt @@ -164,6 +164,7 @@ steward_promote_culture_contextual_bonuses = { } } ##### Changed from Vanilla vvvvv + #Not being adjacent to other provinces makes conversion harder if = { limit = { exists = scope:county @@ -174,19 +175,12 @@ steward_promote_culture_contextual_bonuses = { desc = TRADITION_HARDER_TO_CULTURE_CONVERT_WITHOUT_ADJACENT } } + #Certain traditions make converting rough terrain provinces harder if = { limit = { exists = scope:county scope:county.culture = { has_cultural_parameter = harder_to_convert_county_culture_in_rough_terrain } - scope:county = { - any_county_province = { - OR = { - terrain = hills - terrain = mountains - terrain = desert_mountains - } - } - } + scope:county = { has_a_rough_terrain_province_trigger = yes } } add = { value = conversion_culture_resistant_to_culture_change_in_rough_terrain @@ -294,16 +288,6 @@ steward_promote_culture_contextual_bonuses = { } } ##### Changed from Vanilla vvvvv - if = { #Minor Migration Effects - limit = { - exists = scope:county - scope:county = { has_county_modifier = county_modifier_minor_migration_minor_aristocracy } - } - add = { - value = scope:councillor.promote_culture_minor_migration_minor_aristocracy_penalty - desc = STEWARD_PROMOTE_CULTURE_MINOR_ARISTOCRACY - } - } if = { #Recent Immigration limit = { exists = scope:county diff --git a/WtWSMS/common/script_values/BP_court_chaplain_values.txt b/WtWSMS/common/script_values/BP_court_chaplain_values.txt index 698e6e9ebc..702ce6d7db 100644 --- a/WtWSMS/common/script_values/BP_court_chaplain_values.txt +++ b/WtWSMS/common/script_values/BP_court_chaplain_values.txt @@ -332,10 +332,8 @@ conversion_doctrine_approved_cult_malus = { } ### Effect of Elite migration -conversion_minor_migration_minor_aristocracy_penalty = { - value = 0 - add = court_chaplain_conversion_base_total - multiply = -1.25 +convert_faith_minor_migration_minor_aristocracy_penalty = { #Minor Migration + value = 0.25 } conversion_recent_emigration_bonus= { value = 0 diff --git a/WtWSMS/common/script_values/BP_steward_values.txt b/WtWSMS/common/script_values/BP_steward_values.txt index 0a3130fe8f..00dce2729a 100644 --- a/WtWSMS/common/script_values/BP_steward_values.txt +++ b/WtWSMS/common/script_values/BP_steward_values.txt @@ -9,12 +9,6 @@ promote_culture_hellenization_bonus = { divide = 100 } -# Effect of Migration -promote_culture_minor_migration_minor_aristocracy_penalty = { #Minor Migration - value = 0 - add = steward_promote_culture_base_total - multiply = -1.25 -} #Major Migration promote_culture_recent_immigration_bonus = { value = 0 @@ -27,12 +21,18 @@ promote_culture_recent_emigration_bonus = { multiply = 0.25 } +#For certain cultures like Mountain Homes or the Caucuses conversion_culture_resistant_to_culture_change_in_rough_terrain = { value = 0 add = steward_promote_culture_base_total multiply = -0.33 } +# Effect of Migration on culture conversion speed +promote_culture_minor_migration_minor_aristocracy_penalty = { #Minor Migration + value = 0.25 +} + # Fully modified to support new innovations current_development_penalty = { value = 0 diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 087b890b82..1a5bebcecb 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -38,26 +38,48 @@ chance_of_faith_majority_evangelization_event_per_year = 2.73 chance_of_majority_growth_event_per_year = 1.38 chance_of_outward_immigration_event_per_year = 2.73 +#This is the rate when it is **not** your faith minority_faith_conversion_speed = { value = number_of_minority_levels ### Add additional speed-up/slow-down effects here + if = { #Minor Migration Effects + limit = { + exists = scope:county + scope:county = { has_county_modifier = county_modifier_minor_migration_minor_aristocracy } + } + multiply = { + value = convert_faith_minor_migration_minor_aristocracy_penalty + desc = COURT_CHAPLAIN_FAITH_MINOR_ARISTOCRACY + } + } +} +#This is the rate when it **is** your faith +converting_faith_minority_in_majority_province_speed_reduction = { + value = default_only_minority_faith_speed_reduction + ### Add additional speed-up/slow-down effects here } +#This is the rate when it is **not** your culture minority_culture_conversion_speed = { value = number_of_minority_levels ### Add additional speed-up/slow-down effects here + if = { #Minor Migration Effects + limit = { + exists = scope:county + scope:county = { has_county_modifier = county_modifier_minor_migration_minor_aristocracy } + } + multiply = { + value = promote_culture_minor_migration_minor_aristocracy_penalty + desc = STEWARD_PROMOTE_CULTURE_MINOR_ARISTOCRACY + } + } } - -converting_culture_minority_speed_reduction = { +#This is the rate when it **is** your culture +converting_culture_minority_in_majority_province_speed_reduction = { value = default_only_minority_culture_speed_reduction ### Add additional speed-up/slow-down effects here } -converting_faith_minority_speed_reduction = { - value = default_only_minority_faith_speed_reduction - ### Add additional speed-up/slow-down effects here -} - #County Scope minority_capacity_of_county = { # Every county can support minorities as a function of its development; We will utilize the Lucas diff --git a/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt b/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt index b9c7eed5d8..2fc493bfda 100644 --- a/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt @@ -436,50 +436,83 @@ improve_government_form_effect = { if = { limit = { $DEFENDER$ = { has_variable = government_id } } if = { - limit = { $DEFENDER$.var:government_id = id_feudal_government } + limit = { + $DEFENDER$.var:government_id = id_feudal_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } else_if = { - limit = { $DEFENDER$.var:government_id = id_clan_government } + limit = { + $DEFENDER$.var:government_id = id_clan_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } #Primitives else_if = { - limit = { $DEFENDER$.var:government_id = id_tribal_government } + limit = { + $DEFENDER$.var:government_id = id_tribal_government + NOT = { $ATTACKER$ = { has_government = tribal_government } } + } $ATTACKER$ = { convert_realm_to_tribal_effect = yes } } else_if = { - limit = { $DEFENDER$.var:government_id = id_nomad_government } + limit = { + $DEFENDER$.var:government_id = id_nomad_government + NOT = { $ATTACKER$ = { has_government = tribal_government } } + } $ATTACKER$ = { convert_realm_to_tribal_effect = yes } } else_if = { - limit = { $DEFENDER$.var:government_id = id_high_tribal_government } + limit = { + $DEFENDER$.var:government_id = id_high_tribal_government + NOT = { $ATTACKER$ = { has_government = tribal_government } } + } $ATTACKER$ = { convert_realm_to_tribal_effect = yes } } #Intermediate else_if = { - limit = { $DEFENDER$.var:government_id = id_prefeudal_government } + limit = { + $DEFENDER$.var:government_id = id_prefeudal_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } #Advanced else_if = { - limit = { $DEFENDER$.var:government_id = id_gupta_government } + limit = { + $DEFENDER$.var:government_id = id_gupta_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } else_if = { - limit = { $DEFENDER$.var:government_id = id_eranshar_government } + limit = { + $DEFENDER$.var:government_id = id_eranshar_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } else_if = { - limit = { $DEFENDER$.var:government_id = id_subroman_government } + limit = { + $DEFENDER$.var:government_id = id_subroman_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } else_if = { - limit = { $DEFENDER$.var:government_id = id_gubernatorial_government } + limit = { + $DEFENDER$.var:government_id = id_gubernatorial_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } else_if = { - limit = { $DEFENDER$.var:government_id = id_bureaucratic_government } + limit = { + $DEFENDER$.var:government_id = id_bureaucratic_government + NOT = { $ATTACKER$ = { has_government = high_tribal_government } } + } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } } } diff --git a/WtWSMS/common/scripted_effects/BP_war_effects.txt b/WtWSMS/common/scripted_effects/BP_war_effects.txt index ae54d4bcc6..8c9c204ce1 100644 --- a/WtWSMS/common/scripted_effects/BP_war_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_war_effects.txt @@ -287,30 +287,58 @@ migration_cb_title_management_effect = { } } #Apply county effects - hidden_effect = { #apply county modifiers to new counties - #text = "minor_migration_apply_modifiers_to_new_counties" - every_in_list = { - list = titles_taken - add_county_modifier = { - modifier = county_recently_migrated_to_minor_modifier - years = 10 + custom_tooltip = { + text = minor_migration_new_counties_get_nerf_tt + hidden_effect = { #apply county modifiers to new counties + #text = "minor_migration_apply_modifiers_to_new_counties" + every_in_list = { + list = titles_taken + add_county_modifier = { + modifier = county_recently_migrated_to_minor_modifier + years = 10 + } + add_county_modifier = { + modifier = county_modifier_minor_migration_minor_aristocracy + years = 25 + } } - add_county_modifier = { - modifier = county_modifier_minor_migration_minor_aristocracy - years = 25 + } + } + #If, by some miracle, we're actually next to a county of our faith/culture, give a small + #minority as a boon + hidden_effect = { + $ATTACKER$ = { + every_held_title = { + limit = { + tier = tier_county + any_neighboring_county = { culture = $ATTACKER$.culture } + NOT = { county_has_specific_minority_culture_trigger = { CULTURE = $ATTACKER$.culture } } + } + add_small_culture_to_county_effect = { CULTURE = $ATTACKER$.culture } + } + every_held_title = { + limit = { + tier = tier_county + any_neighboring_county = { faith = $ATTACKER$.faith } + NOT = { county_has_specific_minority_faith_trigger = { FAITH = $ATTACKER$.faith } } + } + add_small_faith_to_county_effect = { FAITH = $ATTACKER$.faith } } } } - hidden_effect = { #apply county modifiers to old counties - #text = "minor_migration_apply_modifiers_to_old_counties" - #Regardless, apply county modifiers - every_in_list = { - list = attackers_counties - add_county_modifier = { - modifier = county_recently_migrated_away_minor_modifier - years = 10 + custom_tooltip = { + text = minor_migration_old_counties_get_nerf_tt + hidden_effect = { #apply county modifiers to old counties + #text = "minor_migration_apply_modifiers_to_old_counties" + #Regardless, apply county modifiers + every_in_list = { + list = attackers_counties + add_county_modifier = { + modifier = county_recently_migrated_away_minor_modifier + years = 10 + } + change_county_control = -50 } - change_county_control = -50 } } } diff --git a/WtWSMS/localization/english/BP_council_tasks_l_english.yml b/WtWSMS/localization/english/BP_council_tasks_l_english.yml index 47c1f53a8f..a3fa7a702d 100644 --- a/WtWSMS/localization/english/BP_council_tasks_l_english.yml +++ b/WtWSMS/localization/english/BP_council_tasks_l_english.yml @@ -9,7 +9,6 @@ COURT_CHAPLAIN_CONVERSION_TENET_AUTOCEPHALY_SAME_CULTURE: "[councillor.GetFaith.GetAdjective] — Autocephaly: [councillor.GetFaith.MakeScope.Var('church_culture').Culture.GetName] [bp_faith_culture|e]" COURT_CHAPLAIN_CONVERSION_TENET_AUTOCEPHALY_CHILD_CULTURE: "[councillor.GetFaith.GetAdjective] — Autocephaly: [councillor.GetFaith.MakeScope.Var('church_culture').Culture.GetName] [bp_faith_child_culture|E]" COURT_CHAPLAIN_CONVERSION_TENET_AUTOCEPHALY_SAME_HERITAGE: "[councillor.GetFaith.GetAdjective] — Autocephaly: Same [heritage|E]" - COURT_CHAPLAIN_CONVERSION_MINOR_ARISTOCRACY: "Minor Aristocracy" COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_TO: "Recent Immigration" COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_AWAY: "Recent Emigration" COURT_CHAPLAIN_CONVERSION_ECUMENICAL_MODIFIER: "[county.GetProvince.GetCounty.GetFaith.GetName] + [councillor.GetFaith.GetAdjective] Have Related Creeds" @@ -17,8 +16,9 @@ COURT_CHAPLAIN_CONVERSION_TENET_RIGORISM_CONVERSION_IMPACT: "[GetFaithDoctrine('tenet_rigorism').GetBaseName] Involved" COURT_CHAPLAIN_CONVERSION_DOCTRINE_APPROVED_CULT_MALUS: "[county.GetProvince.GetCounty.GetFaith.GetAdjective] and [councillor.GetFaith.GetAdjective] are #V #italic $special_doctrine_zoroastrian_approved_cult_name$#!#!" COURT_CHAPLAIN_CONVERSION_TENET_ECSTATIC_PROPHECY_MALUS: "[county.GetProvince.GetCounty.GetFaith.GetAdjective] - [GetFaithDoctrine('tenet_ecstatic_prophecy').GetBaseName]" + #County-Specific Multipliers + COURT_CHAPLAIN_FAITH_MINOR_ARISTOCRACY: "Minor Aristocracy: #N $multiplication_sign$[EmptyScope.ScriptValue('convert_faith_minor_migration_minor_aristocracy_penalty')]#!" #STEWARD - STEWARD_PROMOTE_CULTURE_MINOR_ARISTOCRACY: "Minor Aristocracy" STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_TO: "Recent Immigration" STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_AWAY: "Recent Emigration" STEWARD_PROMOTE_CULTURE_TRADITION_HELLENIZATION: "Hellenization" @@ -26,6 +26,8 @@ TRADITION_HARDER_TO_CULTURE_CONVERT_IN_ROUGH_TERRAIN: "Cultural Resistance in Rough Terrain" steward_develop_county_nomad_penalty_modifier: "Nomad Government" DEVELOP_COUNTY_NOMAD_PENALTY_VALUE: "Nomad Government" + #County-Specific Multipliers + STEWARD_PROMOTE_CULTURE_MINOR_ARISTOCRACY: "Minor Aristocracy: #N $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_minor_migration_minor_aristocracy_penalty')]#!" #Chancellor task_establish_title: "Establish #italic De Jure#! Title" task_establish_title_VALUE_NAME: "Explicit [de_jure_drift|E]" diff --git a/WtWSMS/localization/english/BP_wars_l_english.yml b/WtWSMS/localization/english/BP_wars_l_english.yml index 65059e8524..46a1b19b61 100644 --- a/WtWSMS/localization/english/BP_wars_l_english.yml +++ b/WtWSMS/localization/english/BP_wars_l_english.yml @@ -10,6 +10,10 @@ MINOR_MIGRATION_WAR_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Minor Migratory War for [TITLE.GetNameNoTier]" MINOR_MIGRATION_WAR_NAME_BASE:0 "[ATTACKER.GetCulture.GetNameNoTooltip][TITLE.GetNameNoTier]" MINOR_MIGRATION_CB_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Minor Migratory War for [TITLE.GetNameNoTier]" + minor_migration_new_counties_get_nerf_tt: "All conquered [counties|E] get the modifiers [GetModifier('county_recently_migrated_to_minor_modifier').GetNameWithTooltip] for 10 years and [GetModifier('county_modifier_minor_migration_minor_aristocracy').GetNameWithTooltip] for 25 years" + minor_migration_old_counties_get_nerf_tt: "All your [counties|E] get the modifier [GetModifier('county_recently_migrated_away_minor_modifier').GetNameWithTooltip] for 10 years and [SelectLocalization(attacker.IsIndependentRuler, 'minor_migration_independent_rulers', 'minor_migration_liege_name' )] your current counties" + minor_migration_independent_rulers: "new rulers get" + minor_migration_liege_name: "your [liege|E] gets" # Kingdom-Level Migrations Wars MINOR_MIGRATION_KINGDOM_WAR_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Migratory War for [TITLE.GetNameNoTier]" MINOR_MIGRATION_KINGDOM_WAR_NAME_BASE:0 "[ATTACKER.GetCulture.GetNameNoTooltip][TITLE.GetNameNoTier]" diff --git a/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml b/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml index 47db86b48b..cecbaa05f5 100644 --- a/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml +++ b/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml @@ -4,8 +4,8 @@ county_recently_migrated_away_minor_modifier_desc:0 "The previous aristocracy recently migrated the tribe away from this land, reducing organization" county_recently_migrated_to_minor_modifier:0 "Recent Immigration" county_recently_migrated_to_minor_modifier_desc:0 "A group of new tribal aristocrats has settled in the region, disrupting the organization of the province" - county_modifier_minor_migration_minor_aristocracy:0 "Minor Aristocracy" - county_modifier_minor_migration_minor_aristocracy_desc:0 "A group of new tribal aristocrats has settled in the region, replacing the former rulers. They are greatly outnumbered by the peasantry." + county_modifier_minor_migration_minor_aristocracy: "Minor Aristocracy" + county_modifier_minor_migration_minor_aristocracy_desc: "A group of new tribal aristocrats has settled in the region, replacing the former rulers. They are greatly outnumbered by the peasantry.\n\n#N #EMP This modifier makes it more expensive to #bold increase#! the size of minorities of your [faith|E] and [culture|E] in this county.#!#!" #Major Migration county_recently_migrated_away_modifier:0 "Recent Emigration" county_recently_migrated_away_modifier_desc:0 "The previous ruler recently migrated the tribe away from this land, sapping the region of manpower" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 2d4e9b8b73..2c63a34ec4 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,24 +37,20 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Do ethnic religions get bonus feeding in ethnic culture counties? -* Replace Median Language with Adharic for Cyrtian, Adhari cultures -* Fix gui display in India, Central Asia +* Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... +* Do ethnic religions get bonus feeding in ethnic culture counties? * Possibility of minorities becoming hybrid if hybrid is already extant? +* Possibly split minority support/feed code? Probably asking for trouble to have both ranking and feed code use the same paths * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities -* Bavari seem to be spawning when they shouldn't (Odoacer's court) * Adaptive should reduce minority size slightly -* Mithraism rework -* Slavic titles rework * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism * Revise province faith/cultures in light of minorities -* Fix c_erand in sea_minoarity_game_start.txt * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria * https://web.archive.org/web/20190403211934/http://www.newadvent.org/cathen/11138a.htm ----------------------------------------------------------------- From 99122f68cc5403def23916f67bbc9456d10f831c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 21 Sep 2022 00:40:28 -0400 Subject: [PATCH 069/339] Overhaul Major Migrations * Reordered code for better comparison with minor migration --- .../scripted_effects/BP_war_effects.txt | 65 +++++++++++-------- .../english/BP_wars_l_english.yml | 4 +- 2 files changed, 42 insertions(+), 27 deletions(-) diff --git a/WtWSMS/common/scripted_effects/BP_war_effects.txt b/WtWSMS/common/scripted_effects/BP_war_effects.txt index 8c9c204ce1..2eba56d7d0 100644 --- a/WtWSMS/common/scripted_effects/BP_war_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_war_effects.txt @@ -647,20 +647,50 @@ major_migration_cb_title_management_effect_effect = { resolve_title_and_vassal_change = scope:change_grant_title_to_other_chars resolve_title_and_vassal_change = scope:change_vassal_status #Apply modifiers to counties - hidden_effect = { #apply county modifiers to new counties - every_in_list = { - list = counties_seized - add_county_modifier = { - modifier = county_recently_migrated_to_modifier - years = major_migration_immigration_emigration_impact_period - } - if = { - limit = { this.development_level < major_migration_max_development_for_settling } + + #Apply county effects + custom_tooltip = { + text = major_migration_new_counties_get_nerf_tt + hidden_effect = { #apply county modifiers to new counties + #text = "minor_migration_apply_modifiers_to_new_counties" + every_in_list = { + list = titles_taken + add_county_modifier = { + modifier = county_recently_migrated_to_modifier + years = major_migration_immigration_emigration_impact_period + } add_county_modifier = { modifier = county_modifier_migration_recent_immigration years = major_migration_immigration_emigration_conversion_period } } + } + } + #Old counties get their own nerfs + custom_tooltip = { + text = major_migration_old_counties_get_nerf_tt + hidden_effect = { #apply county modifiers to old counties + every_in_list = { + list = former_counties + change_county_control = major_migration_new_char_county_control_loss + } + every_in_list = { #If the county was a source for migration, apply conversion boost + list = former_source_counties + add_county_modifier = { + modifier = county_recently_migrated_away_modifier + years = major_migration_immigration_emigration_impact_period + } + add_county_modifier = { + modifier = county_modifier_migration_recent_emigration + years = major_migration_immigration_emigration_conversion_period + } + } + } + } + #Apply minorities as appropriate + hidden_effect = { + every_in_list = { + list = counties_seized #Change county culture/faiths; 30% chance per county, modified by development/culture random = { chance = major_migration_county_flip_chance @@ -677,23 +707,6 @@ major_migration_cb_title_management_effect_effect = { } } } - hidden_effect = { #apply county modifiers to old counties - every_in_list = { - list = former_counties - change_county_control = major_migration_new_char_county_control_loss - } - every_in_list = { #If the county was a source for migration, apply conversion boost - list = former_source_counties - add_county_modifier = { - modifier = county_recently_migrated_away_modifier - years = major_migration_immigration_emigration_conversion_period - } - add_county_modifier = { - modifier = county_modifier_migration_recent_emigration - years = major_migration_immigration_emigration_impact_period - } - } - } } #Handle nomadic government major_migration_improve_government_form_effect_effect = { diff --git a/WtWSMS/localization/english/BP_wars_l_english.yml b/WtWSMS/localization/english/BP_wars_l_english.yml index 46a1b19b61..2ebcda7ec2 100644 --- a/WtWSMS/localization/english/BP_wars_l_english.yml +++ b/WtWSMS/localization/english/BP_wars_l_english.yml @@ -11,7 +11,7 @@ MINOR_MIGRATION_WAR_NAME_BASE:0 "[ATTACKER.GetCulture.GetNameNoTooltip][TITLE.GetNameNoTier]" MINOR_MIGRATION_CB_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Minor Migratory War for [TITLE.GetNameNoTier]" minor_migration_new_counties_get_nerf_tt: "All conquered [counties|E] get the modifiers [GetModifier('county_recently_migrated_to_minor_modifier').GetNameWithTooltip] for 10 years and [GetModifier('county_modifier_minor_migration_minor_aristocracy').GetNameWithTooltip] for 25 years" - minor_migration_old_counties_get_nerf_tt: "All your [counties|E] get the modifier [GetModifier('county_recently_migrated_away_minor_modifier').GetNameWithTooltip] for 10 years and [SelectLocalization(attacker.IsIndependentRuler, 'minor_migration_independent_rulers', 'minor_migration_liege_name' )] your current counties" + minor_migration_old_counties_get_nerf_tt: "All your [counties|E] get the modifier [GetModifier('county_recently_migrated_away_minor_modifier').GetNameWithTooltip] for 10 years and [SelectLocalization(attacker.IsIndependentRuler, 'minor_migration_independent_rulers', 'minor_migration_liege_name' )] your current counties." minor_migration_independent_rulers: "new rulers get" minor_migration_liege_name: "your [liege|E] gets" # Kingdom-Level Migrations Wars @@ -29,6 +29,8 @@ MAJOR_MIGRATION_WAR_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Migration to [TITLE.GetNameNoTier]" MAJOR_MIGRATION_WAR_NAME_BASE:0 "[ATTACKER.GetCulture.GetNameNoTooltip][TITLE.GetNameNoTier]" MAJOR_MIGRATION_CB_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Migration to [TITLE.GetNameNoTier]" + major_migration_new_counties_get_nerf_tt: "All conquered [counties|E] get the modifiers [GetModifier('county_recently_migrated_to_modifier').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_impact_period')] years and [GetModifier('county_modifier_migration_recent_immigration').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_conversion_period')] years" + major_migration_old_counties_get_nerf_tt: "All your and your participating vassals' [counties|E] get the modifiers [GetModifier('county_recently_migrated_away_modifier').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_impact_period')] years and [GetModifier('county_modifier_migration_recent_emigration').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_conversion_period')] years, and new rulers your current counties." #Other Migration Stuff MIGRATORY_TITLE_NAME:0 "[attacker.GetHouse.GetBaseNameNoTooltip]-[attacker.GetCulture.GetCollectiveNounNoTooltip]" SOME_VASSALS_MAY_JOIN:0 "Some Vassals may join the migration" From 4b53ae35697ae1f0cf911ea6060768bfa02934c5 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 21 Sep 2022 02:11:02 -0400 Subject: [PATCH 070/339] Major Migration (2) More cleanup and replacement of old flipping code Begin taking more care in designing flip odds Updated code to use minorities and weight probability of minorities/majorities by development dynamically --- .../common/casus_belli_types/BP_migration.txt | 14 +- WtWSMS/common/script_values/BP_war_values.txt | 56 ++++-- .../scripted_effects/BP_war_effects.txt | 171 +++++++++++------- .../scripted_effects/sea_minority_effects.txt | 13 ++ .../sea_minority_effects_generic.txt | 7 + .../scripted_triggers/BP_other_triggers.txt | 10 + .../english/BP_wars_l_english.yml | 1 + .../migration_probability_distribution.m | 48 +++++ .../proposed_migration_odds_curves.png | 3 + 9 files changed, 235 insertions(+), 88 deletions(-) create mode 100644 _developer_documentation/migration_probability_distribution.m create mode 100644 _developer_documentation/proposed_migration_odds_curves.png diff --git a/WtWSMS/common/casus_belli_types/BP_migration.txt b/WtWSMS/common/casus_belli_types/BP_migration.txt index 1878fea1dd..5b6b36a036 100644 --- a/WtWSMS/common/casus_belli_types/BP_migration.txt +++ b/WtWSMS/common/casus_belli_types/BP_migration.txt @@ -2,7 +2,7 @@ # Originally written by Zusk, ported to CK3 by LT-Rascek #Costs based on CK3 Vanilla Own-Claim costs -#Fame level requriement based on CK3 Fame Levels required for conquest CB +#Fame level requirement based on CK3 Fame Levels required for conquest CB #Aka, Elite Transfer; duchy level minor_migration_war = { #Cribbed from Vanilla Invasions @@ -433,11 +433,13 @@ minor_migration_war_kingdom = { #Cribbed from Vanilla Invasions YEARS = minor_migration_kingdom_wait_time } #Prevent title bootstrapping - every_in_list = { - list = attackers_counties - convert_government_type_without_check_effect = { - THE_PREVIOUS_HOLDER = scope:attacker - THE_NEW_HOLDER = this.holder + hidden_effect = { #Don't show this in the GUI; it just clutters things + every_in_list = { + list = attackers_counties + convert_government_type_without_check_effect = { + THE_PREVIOUS_HOLDER = scope:attacker + THE_NEW_HOLDER = this.holder + } } } #If the target was advanced, bootstrap improvement to government form diff --git a/WtWSMS/common/script_values/BP_war_values.txt b/WtWSMS/common/script_values/BP_war_values.txt index 9b6d66d8fc..4ab4f7e14b 100644 --- a/WtWSMS/common/script_values/BP_war_values.txt +++ b/WtWSMS/common/script_values/BP_war_values.txt @@ -244,17 +244,49 @@ major_migration_max_number_of_vassal_counties = { } # Determination of whether a county flips religion & culture or not -major_migration_county_flip_chance = 30 -major_migration_max_valid_development_for_flip = 10 -major_migration_negative_development_level_modifier = { - value = this.development_level - divide = major_migration_max_valid_development_for_flip - multiply = -1.00 - multiply = major_migration_county_flip_chance - #Give a whole number. - floor = yes +major_migration_max_development_for_flip = 10 +major_migration_max_development_for_large_minority = 20 +major_migration_max_development_for_small_minority = 100 +#Below the cut-off yields an increase in something happening +development_level_no_effect_modifier = { + value = scope:the_county.development_level + divide = 10 +} +# See the developer documentation for more details on how development +# effects the odds of a county getting a majority/minority +# +#y = mx+b form where: +#y = odds +#x = development level +#m = slope (from b to the cut-off) +#b = default odds +development_level_small_minority_modifier = { + #Slope + value = -1.00 + divide = major_migration_max_development_for_small_minority + #X + multiply = scope:the_county.development_level + #B + add = 1 + floor = 0 +} +development_level_large_minority_modifier = { + #Slope + value = -1.00 + divide = major_migration_max_development_for_large_minority + #X + multiply = scope:the_county.development_level + #B + add = 1 + floor = 0 } -major_migration_county_negative_flip_chance = { - value = major_migration_county_flip_chance - multiply = -1.00 +development_level_majority_modifier = { + #Slope + value = -1.00 + divide = major_migration_max_development_for_flip + #X + multiply = scope:the_county.development_level + #B + add = 1 + floor = 0 } diff --git a/WtWSMS/common/scripted_effects/BP_war_effects.txt b/WtWSMS/common/scripted_effects/BP_war_effects.txt index 2eba56d7d0..1cc1aecb05 100644 --- a/WtWSMS/common/scripted_effects/BP_war_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_war_effects.txt @@ -606,40 +606,42 @@ major_migration_cb_title_management_effect_effect = { } } #Release former counties to new rulers - every_in_list = { - list = former_counties - - create_character = { - location = $ATTACKER$.location - culture = this.culture - faith = this.faith - gender_female_chance = { - if = { - limit = { this.faith = { has_doctrine = doctrine_gender_male_dominated } } - value = 0 - } - else_if = { - limit = { this.faith = { has_doctrine = doctrine_gender_female_dominated } } - value = 100 + hidden_effect = { #Hide from GUI to avoid cluttering + every_in_list = { + list = former_counties + + create_character = { + location = $ATTACKER$.location + culture = this.culture + faith = this.faith + gender_female_chance = { + if = { + limit = { this.faith = { has_doctrine = doctrine_gender_male_dominated } } + value = 0 + } + else_if = { + limit = { this.faith = { has_doctrine = doctrine_gender_female_dominated } } + value = 100 + } + else = { value = 50 } } - else = { value = 50 } - } - save_scope_as = new_char - } - change_title_holder = { - holder = scope:new_char - change = scope:change_grant_title_to_other_chars - take_baronies = yes + save_scope_as = new_char + } + change_title_holder = { + holder = scope:new_char + change = scope:change_grant_title_to_other_chars + take_baronies = yes + } + scope:new_char = { becomes_independent = { change = scope:change_vassal_status } } } - scope:new_char = { becomes_independent = { change = scope:change_vassal_status } } - } - #Prevent title bootstrapping - every_in_list = { - list = former_counties - this.holder = { - boostrap_prevention_effect = { - THE_LANDED_TITLE = this.capital_county - THE_PREVIOUS_HOLDER = $ATTACKER$ + #Prevent title bootstrapping + every_in_list = { + list = former_counties + this.holder = { + boostrap_prevention_effect = { + THE_LANDED_TITLE = this.capital_county + THE_PREVIOUS_HOLDER = $ATTACKER$ + } } } } @@ -651,59 +653,88 @@ major_migration_cb_title_management_effect_effect = { #Apply county effects custom_tooltip = { text = major_migration_new_counties_get_nerf_tt - hidden_effect = { #apply county modifiers to new counties - #text = "minor_migration_apply_modifiers_to_new_counties" - every_in_list = { - list = titles_taken - add_county_modifier = { - modifier = county_recently_migrated_to_modifier - years = major_migration_immigration_emigration_impact_period - } - add_county_modifier = { - modifier = county_modifier_migration_recent_immigration - years = major_migration_immigration_emigration_conversion_period - } + every_in_list = { + list = counties_seized + add_county_modifier = { + modifier = county_recently_migrated_to_modifier + years = major_migration_immigration_emigration_impact_period + } + add_county_modifier = { + modifier = county_modifier_migration_recent_immigration + years = major_migration_immigration_emigration_conversion_period } } } #Old counties get their own nerfs custom_tooltip = { text = major_migration_old_counties_get_nerf_tt - hidden_effect = { #apply county modifiers to old counties - every_in_list = { - list = former_counties - change_county_control = major_migration_new_char_county_control_loss + every_in_list = { + list = former_counties + change_county_control = major_migration_new_char_county_control_loss + } + every_in_list = { #If the county was a source for migration, apply conversion boost + list = former_source_counties + add_county_modifier = { + modifier = county_recently_migrated_away_modifier + years = major_migration_immigration_emigration_impact_period } - every_in_list = { #If the county was a source for migration, apply conversion boost - list = former_source_counties - add_county_modifier = { - modifier = county_recently_migrated_away_modifier - years = major_migration_immigration_emigration_impact_period - } - add_county_modifier = { - modifier = county_modifier_migration_recent_emigration - years = major_migration_immigration_emigration_conversion_period - } + add_county_modifier = { + modifier = county_modifier_migration_recent_emigration + years = major_migration_immigration_emigration_conversion_period } } } #Apply minorities as appropriate - hidden_effect = { + custom_tooltip = { + text = major_migration_culture_changes_tt every_in_list = { list = counties_seized - #Change county culture/faiths; 30% chance per county, modified by development/culture - random = { - chance = major_migration_county_flip_chance - modifier = { add = this.major_migration_negative_development_level_modifier } #Modify chance by development - modifier = { #Sharing **either** faith or culture => no chance - add = major_migration_county_negative_flip_chance - OR = { - this.culture = holder.culture - this.faith = holder.faith + this = { save_temporary_scope_as = the_county } + random_list = { + #Basic Odds: + #without considering any other factors: + #60% - No Effect + #30% - Small Minority + #15% - Large Minority + #05% - Majority + # Effect of development of probability can be found in the `BP/_developer_documentation/` + # folder in the corresponding octave code and *.png + 60 = { # No Effect + #Something *must* happen for purely adjacent counties + modifier = { + factor = 0 + scope:the_county = { + any_neighboring_county = { + this.culture = holder.culture + this.faith = holder.faith + } + } } + #A purely rough terrain county shifts the odds to 80% nothing happens: 40:6:3:1 + #(without considering development impacts) + modifier = { + factor = 3.3333 + has_all_rough_terrain_provinces_trigger = yes + } + modifier = { factor = development_level_no_effect_modifier } + } + 30 = { # Small Minority + modifier = { factor = development_level_small_minority_modifier } + add_small_culture_to_county_effect = { CULTURE = holder.culture } + add_small_faith_to_county_effect = { FAITH = holder.faith } + } + 15 = { # Large Minority + #No large majorities over this level + modifier = { factor = development_level_large_minority_modifier } + add_large_culture_to_county_effect = { CULTURE = holder.culture } + add_large_faith_to_county_effect = { FAITH = holder.faith } + } + 05 = { # Population Flip + #Flip cannot happen if above the cut-off + modifier = { factor = development_level_majority_modifier } + displace_majority_culture_effect = { CULTURE = holder.culture } + displace_majority_faith_effect = { FAITH = holder.faith } } - set_county_faith = holder.faith - set_county_culture = holder.culture } } } diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index cbe0dca946..84782ed978 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -64,6 +64,19 @@ notify_recipient_of_culture_migration_effect = { ##### Changed from Vanilla vvvvv +displace_majority_culture_effect = { + displace_majority_with_minority_effect = { + CULTURE_OR_FAITH = culture + TARGET = $CULTURE$ + } +} +displace_majority_faith_effect = { + displace_majority_with_minority_effect = { + CULTURE_OR_FAITH = faith + TARGET = $FAITH$ + } +} + #This is done at a county scope # $CULTURE_OR_FAITH$: either "culture" or "faith" demote_least_supported_minority_in_county_effect = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt index ae109c05cd..af0081f4f4 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt @@ -8,6 +8,13 @@ add_minority_to_county_effect = { #county scope } } } +displace_majority_with_minority_effect = { #county scope + add_to_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_large + target = this.$CULTURE_OR_FAITH$ + } + this = { set_county_$CULTURE_OR_FAITH$ = $TARGET$ } +} #Meant for when the two are linked add_minority_faith_and_culture_to_county_effect = { #county scope diff --git a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt index 5da3897599..ec0bec638e 100644 --- a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt @@ -25,3 +25,13 @@ has_a_rough_terrain_province_trigger = { #County Scope } } } +has_all_rough_terrain_provinces_trigger = { #County Scope + any_county_province = { + percent = 1.00 + OR = { + terrain = hills + terrain = mountains + terrain = desert_mountains + } + } +} diff --git a/WtWSMS/localization/english/BP_wars_l_english.yml b/WtWSMS/localization/english/BP_wars_l_english.yml index 2ebcda7ec2..c90e932d03 100644 --- a/WtWSMS/localization/english/BP_wars_l_english.yml +++ b/WtWSMS/localization/english/BP_wars_l_english.yml @@ -31,6 +31,7 @@ MAJOR_MIGRATION_CB_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Migration to [TITLE.GetNameNoTier]" major_migration_new_counties_get_nerf_tt: "All conquered [counties|E] get the modifiers [GetModifier('county_recently_migrated_to_modifier').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_impact_period')] years and [GetModifier('county_modifier_migration_recent_immigration').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_conversion_period')] years" major_migration_old_counties_get_nerf_tt: "All your and your participating vassals' [counties|E] get the modifiers [GetModifier('county_recently_migrated_away_modifier').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_impact_period')] years and [GetModifier('county_modifier_migration_recent_emigration').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_conversion_period')] years, and new rulers your current counties." + major_migration_culture_changes_tt: "All [counties|E] have a chance of establishing [minority_culture|E] or [minority_faith|E] populations of their new rulers\n$TAB$$EFFECT_LIST_BULLET$ If the county has a [development|E] of less than [EmptyScope.ScriptValue('major_migration_max_development_for_flip')], the invader's population #italic may#! become a majority instead." #Other Migration Stuff MIGRATORY_TITLE_NAME:0 "[attacker.GetHouse.GetBaseNameNoTooltip]-[attacker.GetCulture.GetCollectiveNounNoTooltip]" SOME_VASSALS_MAY_JOIN:0 "Some Vassals may join the migration" diff --git a/_developer_documentation/migration_probability_distribution.m b/_developer_documentation/migration_probability_distribution.m new file mode 100644 index 0000000000..4d5d55227e --- /dev/null +++ b/_developer_documentation/migration_probability_distribution.m @@ -0,0 +1,48 @@ +majority_cutoff = 10; +large_minority_cutoff = 25; +small_minority_cutoff = 100; + +%These curves weight the underlying 12:6:3:1 distribution based on development, +%with a specfic cutoff (and above) becoming a 0% probability. +probability_nothing = @(x) max(x./10,0.0); +probability_something = @(x,cutoff) max((-1./cutoff)*x+1,0); +development = 0:1:100; + +probability_distribution = ... +[60.*probability_nothing(development);... + 30.*probability_something(development,small_minority_cutoff);... + 15.*probability_something(development,large_minority_cutoff);... + 05.*probability_something(development,majority_cutoff);]; + +#Normalize probability_distribution +probability_distribution = 100.*probability_distribution./repmat(sum(probability_distribution,1),4,1); + +figure(1); +clf(1); +hold on; +%Actual Curves +plot(development,probability_distribution(1,:),'k-'); +plot(development,probability_distribution(2,:),'g-'); +plot(development,probability_distribution(3,:),'r-'); +plot(development,probability_distribution(4,:),'b-'); +%Cutoffs +plot(small_minority_cutoff.*ones(1,101),linspace(0,100,101),'g:','LineWidth',2.00); +plot(large_minority_cutoff.*ones(1,101),linspace(0,100,101),'r:','LineWidth',2.00); +plot(majority_cutoff.*ones(1,101),linspace(0,100,101),'b:','LineWidth',2.00); +hold off; +axis([0,100,0,100]); +grid on; +set(gca,'XTick',0:10:100,'YTick',0:10:100); +xlabel('Development'); +ylabel('Probability (%)'); +title('Development Effect on Migration Events'); + +legend(... +'Probability Nothing',... +'Probability Small Minority',... +'Probability Large Minority',... +'Probability Majority Population',... +'Small Minority Cutoff',... +'Large Minority Cutoff',... +'Majority Population Cutoff',... +'Location','EastOutside'); diff --git a/_developer_documentation/proposed_migration_odds_curves.png b/_developer_documentation/proposed_migration_odds_curves.png new file mode 100644 index 0000000000..9bfabc4d09 --- /dev/null +++ b/_developer_documentation/proposed_migration_odds_curves.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1659189eed0112b04d12e0b36d6539d2b96c5147e153b2fde2a80ffddec7075d +size 86766 From f85ff0947440af255fc7700ff0f7800647852ce4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:52:00 -0400 Subject: [PATCH 071/339] Major Migrations (3) * Fixup and standardize migration modifier effects * Improve county modifier cleanup code --- .../00_court_chaplain_tasks_BP_overwrite.txt | 9 +++++ .../00_steward_tasks_BP_overwrite.txt | 28 +++++++++++-- .../common/on_action/BP_title_on_actions.txt | 15 ++++--- .../99_court_chaplain_values_BP_overwrite.txt | 23 ----------- .../99_steward_values_BP_overwrite.txt | 39 ------------------ .../BP_court_chaplain_values.txt | 12 ++---- .../script_values/BP_steward_values.txt | 23 +++++------ WtWSMS/common/script_values/BP_war_values.txt | 6 +-- .../sea_minority_culture_values.txt | 40 +++++++++++++++++++ .../scripted_effects/BP_war_effects.txt | 9 +++-- .../sea_minority_triggers.txt | 7 ++++ .../english/BP_council_tasks_l_english.yml | 10 ++--- .../english/BP_wars_l_english.yml | 2 +- .../BP_county_modifiers_l_english.yml | 8 ++-- 14 files changed, 125 insertions(+), 106 deletions(-) diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index ca0de1046f..4b3a781580 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -585,6 +585,15 @@ task_conversion = { if = { limit = { scope:county.faith = scope:councillor.faith } scope:councillor = { start_default_task = yes } + #Remove temporary modifiers as well, if they no longer apply + if = { + limit = { has_county_modifier = county_modifier_migration_recent_immigration } + remove_county_modifier = county_modifier_migration_recent_immigration + } + if = { + limit = { has_county_modifier = county_modifier_migration_recent_emigration } + remove_county_modifier = county_modifier_migration_recent_emigration + } } } } diff --git a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt index 5445e6857a..a3b2620893 100644 --- a/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_steward_tasks_BP_overwrite.txt @@ -651,6 +651,21 @@ task_promote_culture = { desc = GAME_RULE_DEFAULT_BP_CULTURE_CONVERSION_VALUE } } + #Not being adjacent to other provinces makes conversion harder + if = { + limit = { + exists = scope:county + NOT = { scope:county = { any_neighboring_county = { this.culture = scope:councillor_liege.culture } } } + NOR = { #Temporarily should negate being next to nerf + scope:county = { has_county_modifier = county_modifier_migration_recent_immigration } + scope:county = { has_county_modifier = county_modifier_migration_recent_emigration } + } + } + multiply = { + value = conversion_culture_resistant_to_culture_change_without_adjacent + desc = TRADITION_HARDER_TO_CULTURE_CONVERT_WITHOUT_ADJACENT + } + } #### Changed from Vanilla ^^^^^ # Faster conversion for FP2 Hostility ending, if county is in Iberia and culture was involved @@ -971,13 +986,20 @@ task_promote_culture = { if = { limit = { scope:county.culture = scope:councillor_liege.culture } scope:councillor = { start_default_task = yes } + #Remove temporary modifiers as well, if they no longer apply + if = { + limit = { has_county_modifier = county_modifier_migration_recent_immigration } + remove_county_modifier = county_modifier_migration_recent_immigration + } + if = { + limit = { has_county_modifier = county_modifier_migration_recent_emigration } + remove_county_modifier = county_modifier_migration_recent_emigration + } } } } ### End Minority Stuff ### - scope:councillor = { - start_default_task = yes - } + scope:councillor = { start_default_task = yes } } ##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/common/on_action/BP_title_on_actions.txt b/WtWSMS/common/on_action/BP_title_on_actions.txt index 06568f89b2..dba7b9392d 100644 --- a/WtWSMS/common/on_action/BP_title_on_actions.txt +++ b/WtWSMS/common/on_action/BP_title_on_actions.txt @@ -267,17 +267,22 @@ BP_remove_migration_modifiers = { #If counties under aristocracy/recent immigration modifiers are conquered by others, #remove the modifiers if = { - limit = { this = { has_county_modifier = county_modifier_minor_migration_minor_aristocracy } } - this = { remove_county_modifier = county_modifier_minor_migration_minor_aristocracy } - } - else_if = { limit = { this = { has_county_modifier = county_modifier_migration_recent_emigration } } this = { remove_county_modifier = county_modifier_migration_recent_emigration } } - else_if = { + if = { limit = { this = { has_county_modifier = county_modifier_migration_recent_immigration } } this = { remove_county_modifier = county_modifier_migration_recent_immigration } } + #Minor Aristocracy should be a little different + if = { + limit = { + this = { has_county_modifier = county_modifier_minor_migration_minor_aristocracy } + NOT = { this.holder.capital_county = { has_county_modifier = county_modifier_minor_migration_minor_aristocracy } } + NOT = { this.holder.top_liege = this.previous_holder.top_liege } + } + this = { remove_county_modifier = county_modifier_minor_migration_minor_aristocracy } + } } } } diff --git a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt index 02bed0d6a0..2d231b9704 100644 --- a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt @@ -914,27 +914,4 @@ court_chaplain_conversion_contextual_bonuses = { desc = COURT_CHAPLAIN_CONVERSION_LEARNING_THEOLOGY } } - ##### Changed from Vanilla vvvvv - #Major Migratinon Modifiers - if = { # Depopulated regions are easy to settle - limit = { - exists = scope:county - scope:county = { has_county_modifier = county_modifier_migration_recent_emigration } - } - add = { - value = scope:councillor.conversion_recent_emigration_bonus - desc = COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_AWAY - } - } - if = { # Have a short time to settle your migratory peoples - limit = { - exists = scope:county - scope:county = { has_county_modifier = county_modifier_migration_recent_immigration } - } - add = { - value = scope:councillor.conversion_recent_immigration_bonus - desc = COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_TO - } - } - ##### Changed from Vanilla ^^^^^ } \ No newline at end of file diff --git a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt index d740e4443a..937439a9a7 100644 --- a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt @@ -116,16 +116,6 @@ steward_promote_culture_contextual_bonuses = { } } ##### Changed from Vanilla vvvvv - if = { #Recent Emmigration - limit = { - exists = scope:county - scope:county = { has_county_modifier = county_modifier_migration_recent_emigration } - } - add = { - value = scope:councillor.promote_culture_recent_emigration_bonus - desc = STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_AWAY - } - } if = { #Hellenization limit = { scope:councillor_liege.culture = { has_cultural_parameter = improved_promote_culture_speed_hellenization } } add = { @@ -164,17 +154,6 @@ steward_promote_culture_contextual_bonuses = { } } ##### Changed from Vanilla vvvvv - #Not being adjacent to other provinces makes conversion harder - if = { - limit = { - exists = scope:county - NOT = { scope:county = { any_neighboring_county = { this.culture = scope:councillor_liege.culture } } } - } - add = { - value = conversion_culture_resistant_to_culture_change_without_adjacent - desc = TRADITION_HARDER_TO_CULTURE_CONVERT_WITHOUT_ADJACENT - } - } #Certain traditions make converting rough terrain provinces harder if = { limit = { @@ -287,22 +266,4 @@ steward_promote_culture_contextual_bonuses = { desc = COURT_CHAPLAIN_CONVERSION_LOCAL_COUNTY_MODIFIERS } } - ##### Changed from Vanilla vvvvv - if = { #Recent Immigration - limit = { - exists = scope:county - scope:county = { has_county_modifier = county_modifier_migration_recent_immigration } - } - add = { - value = scope:councillor.promote_culture_recent_immigration_bonus - desc = STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_TO - } - } - ##### Changed from Vanilla ^^^^^ -} - -conversion_culture_resistant_to_culture_change_without_adjacent = { - value = 0 - subtract = steward_promote_culture_base - multiply = 1.00 } diff --git a/WtWSMS/common/script_values/BP_court_chaplain_values.txt b/WtWSMS/common/script_values/BP_court_chaplain_values.txt index 702ce6d7db..e610997913 100644 --- a/WtWSMS/common/script_values/BP_court_chaplain_values.txt +++ b/WtWSMS/common/script_values/BP_court_chaplain_values.txt @@ -335,13 +335,9 @@ conversion_doctrine_approved_cult_malus = { convert_faith_minor_migration_minor_aristocracy_penalty = { #Minor Migration value = 0.25 } -conversion_recent_emigration_bonus= { - value = 0 - add = court_chaplain_conversion_base_total - multiply = 0.25 +conversion_recent_emigration_bonus = { #Major Migration + value = 4.00 } -conversion_recent_immigration_bonus = { - value = 0 - add = court_chaplain_conversion_base_total - multiply = 0.50 +conversion_recent_immigration_bonus = { #Major Migration + value = 2.00 } diff --git a/WtWSMS/common/script_values/BP_steward_values.txt b/WtWSMS/common/script_values/BP_steward_values.txt index 00dce2729a..d90aa18991 100644 --- a/WtWSMS/common/script_values/BP_steward_values.txt +++ b/WtWSMS/common/script_values/BP_steward_values.txt @@ -9,18 +9,6 @@ promote_culture_hellenization_bonus = { divide = 100 } -#Major Migration -promote_culture_recent_immigration_bonus = { - value = 0 - add = steward_promote_culture_base_total - multiply = 0.50 -} -promote_culture_recent_emigration_bonus = { - value = 0 - add = steward_promote_culture_base_total - multiply = 0.25 -} - #For certain cultures like Mountain Homes or the Caucuses conversion_culture_resistant_to_culture_change_in_rough_terrain = { value = 0 @@ -32,6 +20,13 @@ conversion_culture_resistant_to_culture_change_in_rough_terrain = { promote_culture_minor_migration_minor_aristocracy_penalty = { #Minor Migration value = 0.25 } +#Major Migration +promote_culture_recent_immigration_bonus = { + value = 2.00 +} +promote_culture_recent_emigration_bonus = { + value = 4.00 +} # Fully modified to support new innovations current_development_penalty = { @@ -103,3 +98,7 @@ steward_develop_county_nomad_penalty = { multiply = -0.85 } } + +conversion_culture_resistant_to_culture_change_without_adjacent = { + value = 0.50 +} diff --git a/WtWSMS/common/script_values/BP_war_values.txt b/WtWSMS/common/script_values/BP_war_values.txt index 4ab4f7e14b..45328b255c 100644 --- a/WtWSMS/common/script_values/BP_war_values.txt +++ b/WtWSMS/common/script_values/BP_war_values.txt @@ -268,7 +268,7 @@ development_level_small_minority_modifier = { multiply = scope:the_county.development_level #B add = 1 - floor = 0 + min = 0 } development_level_large_minority_modifier = { #Slope @@ -278,7 +278,7 @@ development_level_large_minority_modifier = { multiply = scope:the_county.development_level #B add = 1 - floor = 0 + min = 0 } development_level_majority_modifier = { #Slope @@ -288,5 +288,5 @@ development_level_majority_modifier = { multiply = scope:the_county.development_level #B add = 1 - floor = 0 + min = 0 } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 1a5bebcecb..5bf25558c6 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -52,6 +52,26 @@ minority_faith_conversion_speed = { desc = COURT_CHAPLAIN_FAITH_MINOR_ARISTOCRACY } } + if = { #Major migration effect + limit = { + exists = scope:county + scope:county = { has_county_modifier = county_modifier_migration_recent_immigration } + } + multiply = { + value = conversion_recent_immigration_bonus + desc = COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_TO + } + } + if = { # Depopulated regions are easy to settle + limit = { + exists = scope:county + scope:county = { has_county_modifier = county_modifier_migration_recent_emigration } + } + multiply = { + value = conversion_recent_emigration_bonus + desc = COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_AWAY + } + } } #This is the rate when it **is** your faith converting_faith_minority_in_majority_province_speed_reduction = { @@ -73,6 +93,26 @@ minority_culture_conversion_speed = { desc = STEWARD_PROMOTE_CULTURE_MINOR_ARISTOCRACY } } + if = { #Recent major migration makes settling easier + limit = { + exists = scope:county + scope:county = { has_county_modifier = county_modifier_migration_recent_immigration } + } + multiply = { + value = promote_culture_recent_immigration_bonus + desc = STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_TO + } + } + if = { # Depopulated regions are easy to settle + limit = { + exists = scope:county + scope:county = { has_county_modifier = county_modifier_migration_recent_emigration } + } + multiply = { + value = promote_culture_recent_emigration_bonus + desc = COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_AWAY + } + } } #This is the rate when it **is** your culture converting_culture_minority_in_majority_province_speed_reduction = { diff --git a/WtWSMS/common/scripted_effects/BP_war_effects.txt b/WtWSMS/common/scripted_effects/BP_war_effects.txt index 1cc1aecb05..daa8bb5030 100644 --- a/WtWSMS/common/scripted_effects/BP_war_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_war_effects.txt @@ -714,7 +714,7 @@ major_migration_cb_title_management_effect_effect = { #(without considering development impacts) modifier = { factor = 3.3333 - has_all_rough_terrain_provinces_trigger = yes + scope:the_county = { has_all_rough_terrain_provinces_trigger = yes } } modifier = { factor = development_level_no_effect_modifier } } @@ -724,16 +724,19 @@ major_migration_cb_title_management_effect_effect = { add_small_faith_to_county_effect = { FAITH = holder.faith } } 15 = { # Large Minority - #No large majorities over this level modifier = { factor = development_level_large_minority_modifier } add_large_culture_to_county_effect = { CULTURE = holder.culture } add_large_faith_to_county_effect = { FAITH = holder.faith } } 05 = { # Population Flip - #Flip cannot happen if above the cut-off modifier = { factor = development_level_majority_modifier } displace_majority_culture_effect = { CULTURE = holder.culture } displace_majority_faith_effect = { FAITH = holder.faith } + #This should no longer exist after successful migrations + if = { + limit = { has_county_modifier = county_modifier_migration_recent_immigration } + remove_county_modifier = county_modifier_migration_recent_immigration + } } } } diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 4133c7f18d..b8af5a98a9 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -123,6 +123,13 @@ county_has_specific_minority_culture_trigger = { ##### Changed from Vanilla vvvvv +county_has_any_type_of_minority = { + OR = { + county_has_minority_faith_trigger = yes + county_has_minority_culture_trigger = yes + } +} + ### These are meant to overwritten liberally when integrated into other mods ### WtWSMS TODO: apply proper generalization here diff --git a/WtWSMS/localization/english/BP_council_tasks_l_english.yml b/WtWSMS/localization/english/BP_council_tasks_l_english.yml index a3fa7a702d..5c6fcf137f 100644 --- a/WtWSMS/localization/english/BP_council_tasks_l_english.yml +++ b/WtWSMS/localization/english/BP_council_tasks_l_english.yml @@ -9,8 +9,6 @@ COURT_CHAPLAIN_CONVERSION_TENET_AUTOCEPHALY_SAME_CULTURE: "[councillor.GetFaith.GetAdjective] — Autocephaly: [councillor.GetFaith.MakeScope.Var('church_culture').Culture.GetName] [bp_faith_culture|e]" COURT_CHAPLAIN_CONVERSION_TENET_AUTOCEPHALY_CHILD_CULTURE: "[councillor.GetFaith.GetAdjective] — Autocephaly: [councillor.GetFaith.MakeScope.Var('church_culture').Culture.GetName] [bp_faith_child_culture|E]" COURT_CHAPLAIN_CONVERSION_TENET_AUTOCEPHALY_SAME_HERITAGE: "[councillor.GetFaith.GetAdjective] — Autocephaly: Same [heritage|E]" - COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_TO: "Recent Immigration" - COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_AWAY: "Recent Emigration" COURT_CHAPLAIN_CONVERSION_ECUMENICAL_MODIFIER: "[county.GetProvince.GetCounty.GetFaith.GetName] + [councillor.GetFaith.GetAdjective] Have Related Creeds" COURT_CHAPLAIN_CONVERSION_DOCTRINE_LEGAL_FAITH_MALUS: "[county.GetProvince.GetCounty.GetFaith.GetName] — is a Legal Faith" COURT_CHAPLAIN_CONVERSION_TENET_RIGORISM_CONVERSION_IMPACT: "[GetFaithDoctrine('tenet_rigorism').GetBaseName] Involved" @@ -18,16 +16,18 @@ COURT_CHAPLAIN_CONVERSION_TENET_ECSTATIC_PROPHECY_MALUS: "[county.GetProvince.GetCounty.GetFaith.GetAdjective] - [GetFaithDoctrine('tenet_ecstatic_prophecy').GetBaseName]" #County-Specific Multipliers COURT_CHAPLAIN_FAITH_MINOR_ARISTOCRACY: "Minor Aristocracy: #N $multiplication_sign$[EmptyScope.ScriptValue('convert_faith_minor_migration_minor_aristocracy_penalty')]#!" + COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_TO: "Recent Immigration #P $multiplication_sign$[EmptyScope.ScriptValue('conversion_recent_immigration_bonus')|2]#!" + COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_AWAY: "Recent Depopulation #P $multiplication_sign$[EmptyScope.ScriptValue('conversion_recent_emigration_bonus')|2]#!" #STEWARD - STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_TO: "Recent Immigration" - STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_AWAY: "Recent Emigration" STEWARD_PROMOTE_CULTURE_TRADITION_HELLENIZATION: "Hellenization" - TRADITION_HARDER_TO_CULTURE_CONVERT_WITHOUT_ADJACENT: "Not adjacent to another [county|E] of this [culture|E]" TRADITION_HARDER_TO_CULTURE_CONVERT_IN_ROUGH_TERRAIN: "Cultural Resistance in Rough Terrain" steward_develop_county_nomad_penalty_modifier: "Nomad Government" DEVELOP_COUNTY_NOMAD_PENALTY_VALUE: "Nomad Government" #County-Specific Multipliers STEWARD_PROMOTE_CULTURE_MINOR_ARISTOCRACY: "Minor Aristocracy: #N $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_minor_migration_minor_aristocracy_penalty')]#!" + STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_TO: "Recent Immigration #P $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_recent_immigration_bonus')|2]#!" + STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_AWAY: "Recent Emigration #P $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_recent_emigration_bonus')|2]#!" + TRADITION_HARDER_TO_CULTURE_CONVERT_WITHOUT_ADJACENT: "Not adjacent to same [culture|E] #N $multiplication_sign$[EmptyScope.ScriptValue('conversion_culture_resistant_to_culture_change_without_adjacent')|2]#!" #Chancellor task_establish_title: "Establish #italic De Jure#! Title" task_establish_title_VALUE_NAME: "Explicit [de_jure_drift|E]" diff --git a/WtWSMS/localization/english/BP_wars_l_english.yml b/WtWSMS/localization/english/BP_wars_l_english.yml index c90e932d03..5ae5244ea6 100644 --- a/WtWSMS/localization/english/BP_wars_l_english.yml +++ b/WtWSMS/localization/english/BP_wars_l_english.yml @@ -31,7 +31,7 @@ MAJOR_MIGRATION_CB_NAME:0 "[ATTACKER.GetCulture.GetNameNoTooltip] Migration to [TITLE.GetNameNoTier]" major_migration_new_counties_get_nerf_tt: "All conquered [counties|E] get the modifiers [GetModifier('county_recently_migrated_to_modifier').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_impact_period')] years and [GetModifier('county_modifier_migration_recent_immigration').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_conversion_period')] years" major_migration_old_counties_get_nerf_tt: "All your and your participating vassals' [counties|E] get the modifiers [GetModifier('county_recently_migrated_away_modifier').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_impact_period')] years and [GetModifier('county_modifier_migration_recent_emigration').GetNameWithTooltip] for [EmptyScope.ScriptValue('major_migration_immigration_emigration_conversion_period')] years, and new rulers your current counties." - major_migration_culture_changes_tt: "All [counties|E] have a chance of establishing [minority_culture|E] or [minority_faith|E] populations of their new rulers\n$TAB$$EFFECT_LIST_BULLET$ If the county has a [development|E] of less than [EmptyScope.ScriptValue('major_migration_max_development_for_flip')], the invader's population #italic may#! become a majority instead." + major_migration_culture_changes_tt: "All [counties|E] have a chance of establishing [minority_culture|E] or [minority_faith|E] populations of their new rulers\n$TAB$$EFFECT_LIST_BULLET$ If the development of the county is less than [EmptyScope.ScriptValue('major_migration_max_development_for_large_minority')], it is possible that this minority will be large instead of small.\n$TAB$$EFFECT_LIST_BULLET$ If the county has a [development|E] of less than [EmptyScope.ScriptValue('major_migration_max_development_for_flip')], the invader's population #italic may#! become a majority instead." #Other Migration Stuff MIGRATORY_TITLE_NAME:0 "[attacker.GetHouse.GetBaseNameNoTooltip]-[attacker.GetCulture.GetCollectiveNounNoTooltip]" SOME_VASSALS_MAY_JOIN:0 "Some Vassals may join the migration" diff --git a/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml b/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml index cecbaa05f5..e7a0c69073 100644 --- a/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml +++ b/WtWSMS/localization/english/modifiers/BP_county_modifiers_l_english.yml @@ -11,10 +11,10 @@ county_recently_migrated_away_modifier_desc:0 "The previous ruler recently migrated the tribe away from this land, sapping the region of manpower" county_recently_migrated_to_modifier:0 "Recent Immigration" county_recently_migrated_to_modifier_desc:0 "A group of new migrants has settled in the region, disrupting the previous way of life of the inhabitants" - county_modifier_migration_recent_emigration:0 "Recent Emigration" - county_modifier_migration_recent_emigration_desc:0 "The recent migration has depopulated this region, making it easier for groups others to repopulate it" - county_modifier_migration_recent_immigration:0 "Recent Immigration" - county_modifier_migration_recent_immigration_desc:0 "The recent migration has brought thousands of families ready to settle the land and displace the native population" + county_modifier_migration_recent_emigration: "Depopulation" + county_modifier_migration_recent_emigration_desc:0 "The recent migration has depopulated this region, making it easier for groups others to repopulate it.\n\n#G #EMP This modifier temporarily removes the [GetFaithDoctrine('unreformed_faith_doctrine').GetBaseName] [faith|E] conversion malus.#!#!\n#G #EMP This modifier increases the #V $task_conversion$#! speed by $multiplication_sign$[EmptyScope.ScriptValue('conversion_recent_emigration_bonus')|2]#!#!\n#G #EMP This modifier removes the #V $task_promote_culture$#! malus from not being next to the same culture.#!#!\n#G #EMP This modifier increases the #V $task_promote_culture$# speed by $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_recent_emigration_bonus')|2]#!#!" + county_modifier_migration_recent_immigration: "New Migrants" + county_modifier_migration_recent_immigration_desc:0 "The recent migration has brought thousands of families ready to settle the land and displace the native population.\n\n#G #EMP This modifier temporarily removes the [GetFaithDoctrine('unreformed_faith_doctrine').GetBaseName] [faith|E] conversion malus.#!#!\n#G #EMP This modifier increases the #V $task_conversion$#! speed by $multiplication_sign$[EmptyScope.ScriptValue('conversion_recent_immigration_bonus')|2]#!#!\n#G #EMP This modifier removes the #V $task_promote_culture$#! malus from not being next to the same culture.#!#!\n#G #EMP This modifier increases the #V $task_promote_culture$#! speed by $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_recent_immigration_bonus')|2]#!#!" county_failed_migraiton_modifier:0 "Recent Failed Migration" county_failed_migraiton_modifier_desc:0 "A recent ruler attempted and failed to migrate the tribe away from this land, sapping the region of manpower" \ No newline at end of file From aac471f0b559e861e8c690e90d737ccfc86938f9 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 21 Sep 2022 19:30:39 -0400 Subject: [PATCH 072/339] Replace Gnosticism with Gnosis Christian Doctrine * Still present, but not available to Christian Faiths * Gnosis is Christian version of Gnosticism * Gnostics of all stripes view each other as astray instead of righteous --- .../religion/doctrines/00_core_tenets.txt | 8 +- .../02_doctrines_special_BP_overwrite.txt | 28 +++ .../doctrines/BP_doctrines_christian.txt | 212 +++++++++--------- .../religion/religions/00_christianity.txt | 20 +- .../script_values/BP_religion_values.txt | 13 +- .../BP_religion_triggers.txt | 4 +- .../BP_religion_trigger_localization.txt | 64 +++++- .../BP_religion_christianity_l_english.yml | 13 +- .../BP_religion_triggers_l_english.yml | 7 +- 9 files changed, 236 insertions(+), 133 deletions(-) diff --git a/WtWSMS/common/religion/doctrines/00_core_tenets.txt b/WtWSMS/common/religion/doctrines/00_core_tenets.txt index 8b7a0dba89..6353eda241 100644 --- a/WtWSMS/common/religion/doctrines/00_core_tenets.txt +++ b/WtWSMS/common/religion/doctrines/00_core_tenets.txt @@ -441,7 +441,8 @@ } is_shown = { - NOT = { religion_tag = dualism_religion } + NOT = { religion_tag = dualism_religion } #Implicit in this religion + NOT = { religion_tag = christianity_religion } #Uses Soteriology instead } can_pick = { @@ -452,8 +453,9 @@ } parameters = { - hostility_override_tenet_gnosticism = 0 - hostility_override_special_doctrine_is_gnostic_faith = 0 + hostility_override_tenet_gnosticism = 1 + hostility_override_special_doctrine_is_gnostic_faith = 1 + hostility_override_doctrine_christian_soteriology_gnosis = 1 granting_titles_gives_stress = yes } diff --git a/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt b/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt index a83658242e..b29e2c2de1 100644 --- a/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt +++ b/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt @@ -16,3 +16,31 @@ is_jewish_faith = { } } } + +##### Changed from Vanilla: Tied into Christian doctrines +is_gnostic_faith = { + group = "special" + + is_available_on_create = { + has_doctrine = special_doctrine_is_gnostic_faith + } + + special_doctrine_is_gnostic_faith = { + parameters = { + hostility_override_tenet_gnosticism = 1 + hostility_override_special_doctrine_is_gnostic_faith = 1 + hostility_override_doctrine_christian_soteriology_gnosis = 1 + granting_titles_gives_stress = yes + } + + traits = { + virtues = { temperate } + sins = { gluttonous } + } + + character_modifier = { + learning = 2 + stewardship = -2 + } + } +} diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt index a3990b2cab..adcb0643dd 100644 --- a/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt @@ -88,12 +88,7 @@ doctrine_christian_christology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } @@ -155,12 +150,7 @@ doctrine_christian_christology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } @@ -222,12 +212,7 @@ doctrine_christian_christology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } @@ -290,12 +275,7 @@ doctrine_christian_christology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } @@ -356,12 +336,7 @@ doctrine_christian_christology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } @@ -422,19 +397,14 @@ doctrine_christian_christology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } - ### Arian Positions + ### Nestorian Positions - #Christ was begotten by the father and thus had a beginning - doctrine_christian_christology_arianism = { + #Christ had distinct human and divine persons + doctrine_christian_christology_nestorianism = { piety_cost = { #Otrhodox Positions if = { @@ -463,9 +433,9 @@ doctrine_christian_christology = { limit = { has_doctrine = doctrine_christian_christology_apollinarism } value = christian_doctrine_cost_high } - #Nestorian Positions + #Arian Positions else_if = { - limit = { has_doctrine = doctrine_christian_christology_nestorianism } + limit = { has_doctrine = doctrine_christian_christology_arianism } value = christian_doctrine_cost_high } #Monarchian Positions @@ -485,7 +455,7 @@ doctrine_christian_christology = { else = { value = christian_doctrine_cost_none } if = { - limit = { has_doctrine = doctrine_christian_christology_arianism } + limit = { has_doctrine = doctrine_christian_christology_nestorianism } multiply = christian_doctrine_unchanged_cost_mult } } @@ -493,10 +463,10 @@ doctrine_christian_christology = { parameters = {} } - ### Nestorian Positions + ### Arian Positions - #Christ had distinct human and divine persons - doctrine_christian_christology_nestorianism = { + #Christ was begotten by the father and thus had a beginning + doctrine_christian_christology_arianism = { piety_cost = { #Otrhodox Positions if = { @@ -525,9 +495,9 @@ doctrine_christian_christology = { limit = { has_doctrine = doctrine_christian_christology_apollinarism } value = christian_doctrine_cost_high } - #Arian Positions + #Nestorian Positions else_if = { - limit = { has_doctrine = doctrine_christian_christology_arianism } + limit = { has_doctrine = doctrine_christian_christology_nestorianism } value = christian_doctrine_cost_high } #Monarchian Positions @@ -547,16 +517,11 @@ doctrine_christian_christology = { else = { value = christian_doctrine_cost_none } if = { - limit = { has_doctrine = doctrine_christian_christology_nestorianism } + limit = { has_doctrine = doctrine_christian_christology_arianism } multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } @@ -619,12 +584,7 @@ doctrine_christian_christology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } - } + can_pick = {} parameters = {} } @@ -814,7 +774,6 @@ doctrine_christian_hypostases = { multiply = christian_doctrine_unchanged_cost_mult } } - #Exclude's monarchianism in both forms, and not Gnostic can_pick = { AND = { custom_description = { @@ -833,10 +792,6 @@ doctrine_christian_hypostases = { text = incompatible_doctrine_modalistic_monarchianism_trigger NOT = { flag:doctrine_christian_christology_modalistic_monarchianism = { is_in_list = selected_doctrines } } } - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } } } parameters = {} @@ -890,10 +845,6 @@ doctrine_christian_hypostases = { text = incompatible_doctrine_modalistic_monarchianism_trigger NOT = { flag:doctrine_christian_christology_modalistic_monarchianism = { is_in_list = selected_doctrines } } } - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } - } } parameters = {} } @@ -988,20 +939,47 @@ doctrine_christian_hypostases = { multiply = christian_doctrine_unchanged_cost_mult } } - #Iff monarchian and not Gnostic can_pick = { AND = { + custom_description = { + text = incompatible_doctrine_dyophysite + NOT = { flag:doctrine_christian_christology_dyophysitism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_doctrine_miaphysite + NOT = { flag:doctrine_christian_christology_miaphysitism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_doctrine_monothelitism + NOT = { flag:doctrine_christian_christology_monothelitism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_doctrine_nestorianism + NOT = { flag:doctrine_christian_christology_nestorianism = { is_in_list = selected_doctrines } } + } custom_description = { text = incompatible_doctrine_arianism NOT = { flag:doctrine_christian_christology_arianism = { is_in_list = selected_doctrines } } } custom_description = { - text = inverted_doctrine_modalistic_monarchianism_trigger - flag:doctrine_christian_christology_modalistic_monarchianism = { is_in_list = selected_doctrines } + text = incompatible_doctrine_eutychianism + NOT = { flag:doctrine_christian_christology_eutychianism = { is_in_list = selected_doctrines } } } custom_description = { - text = inverted_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } + text = incompatible_doctrine_apollinarism + NOT = { flag:doctrine_christian_christology_apollinarism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_doctrine_monophysitism + NOT = { flag:doctrine_christian_christology_monophysitism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_doctrine_arianism + NOT = { flag:doctrine_christian_christology_arianism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = inverted_doctrine_modalistic_monarchianism_trigger + flag:doctrine_christian_christology_modalistic_monarchianism = { is_in_list = selected_doctrines } } } } @@ -1168,15 +1146,11 @@ doctrine_christian_hypostases = { multiply = christian_doctrine_unchanged_cost_mult } } - #Iff adoptinist or docetic, and is Gnostic can_pick = { - custom_description = { - text = inverted_tenet_gnosticism_trigger - flag:tenet_gnosticism = { is_in_list = selected_doctrines } - } custom_description = { text = doctrine_christian_hypostases_dualism_trigger OR = { + flag:doctrine_christian_christology_modalistic_monarchianism = { is_in_list = selected_doctrines } flag:doctrine_christian_christology_doceticism = { is_in_list = selected_doctrines } flag:doctrine_christian_christology_adoptionism = { is_in_list = selected_doctrines } } @@ -1360,10 +1334,10 @@ doctrine_christian_pneumatology = { custom_description = { text = doctrine_christian_pneumatology_pneumatomachi_trigger OR = { + flag:doctrine_christian_hypostases_dualism = { is_in_list = selected_doctrines } flag:doctrine_christian_hypostases_binitarianism = { is_in_list = selected_doctrines } flag:doctrine_christian_hypostases_unitarianism = { is_in_list = selected_doctrines } flag:doctrine_christian_hypostases_dynamic_monarchianism = { is_in_list = selected_doctrines } - flag:tenet_gnosticism = { is_in_list = selected_doctrines } } } } @@ -1404,15 +1378,11 @@ doctrine_christian_pneumatology = { multiply = christian_doctrine_unchanged_cost_mult } } - can_pick = { #Valid for Trinitarianism (although not orthodox) and for Gnosticism + can_pick = { #Valid for Trinitarianism (although **not** an orthodox position) OR = { custom_description = { text = inverted_doctrine_trinitarianism_trigger - flag:doctrine_christian_hypostases_trinitarianism = { is_in_list = selected_doctrines } - } - custom_description = { - text = incompatible_tenet_gnosticism_trigger - NOT = { flag:tenet_gnosticism = { is_in_list = selected_doctrines } } + NOT = { flag:doctrine_christian_hypostases_trinitarianism = { is_in_list = selected_doctrines } } } } } @@ -1450,10 +1420,6 @@ doctrine_christian_pneumatology = { } } can_pick = { - custom_description = { - text = inverted_tenet_gnosticism_trigger - flag:tenet_gnosticism = { is_in_list = selected_doctrines } - } custom_description = { text = inverted_doctrine_dualism_trigger flag:doctrine_christian_hypostases_dualism = { is_in_list = selected_doctrines } @@ -1641,8 +1607,8 @@ doctrine_christian_soteriology = { value = christian_doctrine_soteriology_cost_massive } else_if = { - limit = { has_doctrine = doctrine_christian_soteriology_gnostic } - value = christian_doctrine_soteriology_cost_massive + limit = { has_doctrine = doctrine_christian_soteriology_gnosis } + value = christian_doctrine_gnosis_high } else = { value = christian_doctrine_soteriology_cost_low } @@ -1675,8 +1641,8 @@ doctrine_christian_soteriology = { value = christian_doctrine_soteriology_cost_massive } else_if = { - limit = { has_doctrine = doctrine_christian_soteriology_gnostic } - value = christian_doctrine_soteriology_cost_massive + limit = { has_doctrine = doctrine_christian_soteriology_gnosis } + value = christian_doctrine_gnosis_high } else = { value = christian_doctrine_soteriology_cost_low } @@ -1708,8 +1674,8 @@ doctrine_christian_soteriology = { value = christian_doctrine_soteriology_cost_massive } else_if = { - limit = { has_doctrine = doctrine_christian_soteriology_gnostic } - value = christian_doctrine_soteriology_cost_massive + limit = { has_doctrine = doctrine_christian_soteriology_gnosis } + value = christian_doctrine_gnosis_high } else = { value = christian_doctrine_soteriology_cost_low } @@ -1742,8 +1708,8 @@ doctrine_christian_soteriology = { value = christian_doctrine_soteriology_cost_massive } else_if = { - limit = { has_doctrine = doctrine_christian_soteriology_gnostic } - value = christian_doctrine_soteriology_cost_massive + limit = { has_doctrine = doctrine_christian_soteriology_gnosis } + value = christian_doctrine_gnosis_high } else = { value = christian_doctrine_soteriology_cost_low } @@ -1801,7 +1767,7 @@ doctrine_christian_soteriology = { } #For Gnostics of the more Dualist bent (namely All Dualists right now, but that can be debated) - doctrine_christian_soteriology_gnostic = { + doctrine_christian_soteriology_gnosis = { #Copy of Gnosticism piety_cost = { if = { limit = { has_doctrine = doctrine_christian_soteriology_original_sin } @@ -1822,20 +1788,56 @@ doctrine_christian_soteriology = { else = { value = christian_doctrine_soteriology_cost_low } if = { - limit = { has_doctrine = doctrine_christian_soteriology_gnostic } + limit = { has_doctrine = doctrine_christian_soteriology_gnosis } multiply = christian_doctrine_unchanged_cost_mult } } can_pick = { custom_description = { - text = inverted_tenet_gnosticism_trigger - flag:tenet_gnosticism = { is_in_list = selected_doctrines } + text = incompatible_tenet_eastern_syncretism_trigger + NOT = { flag:tenet_eastern_syncretism = { is_in_list = selected_doctrines } } + } + #Christian Doctrines + custom_description = { + text = required_christology_for_gnosis + OR = { + flag:doctrine_christian_christology_adoptionism = { is_in_list = selected_doctrines } + flag:doctrine_christian_christology_doceticism = { is_in_list = selected_doctrines } + flag:doctrine_christian_christology_modalistic_monarchianism = { is_in_list = selected_doctrines } + } + } + custom_description = { + text = required_hypostasis_for_gnosis + OR = { + flag:doctrine_christian_hypostases_modalistic_monarchianism = { is_in_list = selected_doctrines } + flag:doctrine_christian_hypostases_dynamic_monarchianism = { is_in_list = selected_doctrines } + flag:doctrine_christian_hypostases_unitarianism = { is_in_list = selected_doctrines } + flag:doctrine_christian_hypostases_dualism = { is_in_list = selected_doctrines } + } + } + custom_description = { + text = required_pneumatology_for_gnosis + OR = { + flag:doctrine_christian_pneumatology_modalism = { is_in_list = selected_doctrines } + flag:doctrine_christian_pneumatology_pneumatomachi = { is_in_list = selected_doctrines } + flag:doctrine_christian_pneumatology_melchisedechian = { is_in_list = selected_doctrines } + flag:doctrine_christian_pneumatology_subservient = { is_in_list = selected_doctrines } + } } } - parameters = {} + parameters = { + hostility_override_tenet_gnosticism = 1 + hostility_override_special_doctrine_is_gnostic_faith = 1 + hostility_override_doctrine_christian_soteriology_gnosis = 1 + granting_titles_gives_stress = yes + } + character_modifier = { + learning = 2 + stewardship = -2 + } traits = { - virtues = { humble patient } - sins = { arrogant impatient } + virtues = { temperate } + sins = { gluttonous } } } diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 1fed03a321..1ad2a676f6 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -1321,7 +1321,7 @@ doctrine = doctrine_clerical_function_recruitment #Tenets - doctrine = tenet_gnosticism + doctrine = tenet_communion #CK2 excommunication doctrine = tenet_iconoclasm doctrine = tenet_unrelenting_faith @@ -1330,7 +1330,7 @@ doctrine = doctrine_christian_hypostases_dualism doctrine = doctrine_christian_pneumatology_pneumatomachi doctrine = doctrine_christian_communion_transubstantiation - doctrine = doctrine_christian_soteriology_gnostic + doctrine = doctrine_christian_soteriology_gnosis doctrine = doctrine_christian_judaic_role_demiurge localization = { @@ -1365,12 +1365,12 @@ doctrine = doctrine_christian_hypostases_dynamic_monarchianism doctrine = doctrine_christian_pneumatology_melchisedechian doctrine = doctrine_christian_communion_unstated - doctrine = doctrine_christian_soteriology_unstated + doctrine = doctrine_christian_soteriology_gnosis doctrine = doctrine_christian_judaic_role_judaizers #Core Tenets doctrine = tenet_ritual_celebrations - doctrine = tenet_gnosticism + doctrine = tenet_aniconism doctrine = tenet_monasticism localization = { @@ -1428,11 +1428,11 @@ doctrine = doctrine_christian_hypostases_dualism doctrine = doctrine_christian_pneumatology_unstated #No clear statement doctrine = doctrine_christian_communion_unstated - doctrine = doctrine_christian_soteriology_gnostic + doctrine = doctrine_christian_soteriology_gnosis doctrine = doctrine_christian_judaic_role_demiurge #Tenets - doctrine = tenet_gnosticism + doctrine = tenet_aniconism doctrine = tenet_literalism doctrine = tenet_marcionite_canon @@ -1460,14 +1460,16 @@ marcionism_the_stranger } #KnowledgeGod - KnowledgeGodName = marcionsim_knowledge_god_name - KnowledgeGodNamePossessive = marcionsim_knowledge_god_name_possessive + KnowledgeGodName = marcionism_knowledge_god_name + KnowledgeGodNamePossessive = marcionism_knowledge_god_name_possessive KnowledgeGodSheHe = CHARACTER_SHEHE_HE KnowledgeGodHerHis = CHARACTER_HERHIS_HIS KnowledgeGodHerHim = CHARACTER_HERHIM_HIM #Religious Text - ReligiousText = christianity_religious_text + ReligiousText = marcionism_religious_text + ReligiousText2 = marcionism_evangelikon + ReligiousText3 = marcionism_apostolikon # Patriarchs instead of Popes ReligiousHeadName = orthodox_religious_head_title diff --git a/WtWSMS/common/script_values/BP_religion_values.txt b/WtWSMS/common/script_values/BP_religion_values.txt index febbde11cf..7d6219397f 100644 --- a/WtWSMS/common/script_values/BP_religion_values.txt +++ b/WtWSMS/common/script_values/BP_religion_values.txt @@ -12,10 +12,15 @@ christian_doctrine_soteriology_cost_high = 300 christian_doctrine_soteriology_cost_massive = 500 #For when doctrine categories have gameplay effects (aka like tenets) -christian_doctrine_judaic_role_cost_low = 500 -christian_doctrine_judaic_role_cost_mid = 1000 -christian_doctrine_judaic_role_cost_high = 1500 -christian_doctrine_judaic_role_cost_massive = 2000 +christian_doctrine_gnosis_low = faith_tenet_cost_low +christian_doctrine_gnosis_mid = faith_tenet_cost_mid +christian_doctrine_gnosis_high = faith_tenet_cost_high +christian_doctrine_gnosis_massive = faith_tenet_cost_massive + +christian_doctrine_judaic_role_cost_low = faith_tenet_cost_low +christian_doctrine_judaic_role_cost_mid = faith_tenet_cost_mid +christian_doctrine_judaic_role_cost_high = faith_tenet_cost_high +christian_doctrine_judaic_role_cost_massive = faith_tenet_cost_massive christian_doctrine_unchanged_cost_mult = 0 diff --git a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt index 40296dda97..dcdb6a1541 100644 --- a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt @@ -413,8 +413,8 @@ kept_christian_doctrines_trigger = { religious_head.faith = { has_doctrine = doctrine_christian_soteriology_antinomianism } } trigger_if = { - limit = { flag:doctrine_christian_soteriology_gnostic = { is_in_list = selected_doctrines } } - religious_head.faith = { has_doctrine = doctrine_christian_soteriology_gnostic } + limit = { flag:doctrine_christian_soteriology_gnosis = { is_in_list = selected_doctrines } } + religious_head.faith = { has_doctrine = doctrine_christian_soteriology_gnosis } } } ##Judaic Role diff --git a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt index 1948781b6d..a7165482e5 100644 --- a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt +++ b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt @@ -1,40 +1,49 @@ ### Tenet Trigger Loc ### incompatible_tenet_jewish_syncretism_trigger = { + global_not = INCOMPATIBLE_TENET_JEWISH_SYNCRETISM_TRIGGER first_not = INCOMPATIBLE_TENET_JEWISH_SYNCRETISM_TRIGGER third_not = INCOMPATIBLE_TENET_JEWISH_SYNCRETISM_TRIGGER } incompatible_tenet_alexandrian_catechism_trigger = { + global_not = INCOMPATIBLE_TENET_ALEXANDRIAN_CATECHISM_TRIGGER first_not = INCOMPATIBLE_TENET_ALEXANDRIAN_CATECHISM_TRIGGER third_not = INCOMPATIBLE_TENET_ALEXANDRIAN_CATECHISM_TRIGGER } incompatible_tenet_communion_trigger = { + global_not = INCOMPATIBLE_TENET_COMMUNION_TRIGGER first_not = INCOMPATIBLE_TENET_COMMUNION_TRIGGER third_not = INCOMPATIBLE_TENET_COMMUNION_TRIGGER } incompatible_tenet_legalism_trigger = { + global_not = INCOMPATIBLE_TENET_LEGALISM_TRIGGER first_not = INCOMPATIBLE_TENET_LEGALISM_TRIGGER third_not = INCOMPATIBLE_TENET_LEGALISM_TRIGGER } incompatible_tenet_aniconism_trigger = { + global_not = INCOMPATIBLE_TENET_ANICONISM_TRIGGER first_not = INCOMPATIBLE_TENET_ANICONISM_TRIGGER third_not = INCOMPATIBLE_TENET_ANICONISM_TRIGGER } incompatible_tenet_gnosticism_trigger = { + global_not = INCOMPATIBLE_TENET_GNOSTICISM_TRIGGER first_not = INCOMPATIBLE_TENET_GNOSTICISM_TRIGGER third_not = INCOMPATIBLE_TENET_GNOSTICISM_TRIGGER } inverted_tenet_gnosticism_trigger = { first = NOT_TENET_GNOSTICISM_TRIGGER + global_not = NOT_TENET_GNOSTICISM_TRIGGER first_not = NOT_TENET_GNOSTICISM_TRIGGER third_not = NOT_TENET_GNOSTICISM_TRIGGER } incompatible_tenet_warmonger_trigger = { first = NOT_TENET_WARMONGER_TRIGGER + global_not = NOT_TENET_WARMONGER_TRIGGER first_not = NOT_TENET_WARMONGER_TRIGGER third_not = NOT_TENET_WARMONGER_TRIGGER } incompatible_tenet_unrelenting_faith_trigger = { first = NOT_TENET_UNRELENTING_FAITH_TRIGGER + global_not = NOT_TENET_UNRELENTING_FAITH_TRIGGER first_not = NOT_TENET_UNRELENTING_FAITH_TRIGGER third_not = NOT_TENET_UNRELENTING_FAITH_TRIGGER } @@ -45,39 +54,47 @@ incompatible_tenet_cosmopolitanism_trigger = { } incompatible_tenet_interpretatio_romana_trigger = { first = NOT_TENET_INTERPRATIO_ROMANA_TRIGGER + global_not = NOT_TENET_INTERPRATIO_ROMANA_TRIGGER first_not = NOT_TENET_INTERPRATIO_ROMANA_TRIGGER third_not = NOT_TENET_INTERPRATIO_ROMANA_TRIGGER } incompatible_tenet_literalism_trigger = { first = INCOMPATIBLE_TENET_LITERALISM_TRIGGER + global_not = INCOMPATIBLE_TENET_LITERALISM_TRIGGER first_not = INCOMPATIBLE_TENET_LITERALISM_TRIGGER third_not = INCOMPATIBLE_TENET_LITERALISM_TRIGGER } incompatible_tenet_astrology_trigger = { first = INCOMPATIBLE_TENET_ASTROLOGY_TRIGGER + global_not = INCOMPATIBLE_TENET_ASTROLOGY_TRIGGER first_not = INCOMPATIBLE_TENET_ASTROLOGY_TRIGGER third_not = INCOMPATIBLE_TENET_ASTROLOGY_TRIGGER } incompatible_tenet_monasticism_trigger = { first = INCOMPATIBLE_TENET_MONASTICISM_TRIGGER + global_not = INCOMPATIBLE_TENET_MONASTICISM_TRIGGER first_not = INCOMPATIBLE_TENET_MONASTICISM_TRIGGER third_not = INCOMPATIBLE_TENET_MONASTICISM_TRIGGER } incompatible_tenet_asceticism_trigger = { first = INCOMPATIBLE_TENET_ASCETICISM_TRIGGER + global_not = INCOMPATIBLE_TENET_ASCETICISM_TRIGGER first_not = INCOMPATIBLE_TENET_ASCETICISM_TRIGGER third_not = INCOMPATIBLE_TENET_ASCETICISM_TRIGGER } incompatible_tenet_mendicant_preachers_trigger = { first = INCOMPATIBLE_TENET_MENDICANT_PREACHERS_TRIGGER + global_not = INCOMPATIBLE_TENET_MENDICANT_PREACHERS_TRIGGER first_not = INCOMPATIBLE_TENET_MENDICANT_PREACHERS_TRIGGER third_not = INCOMPATIBLE_TENET_MENDICANT_PREACHERS_TRIGGER } tenet_carnal_exaltation_or_polyamory_trigger = { + global_not = TENET_CARNAL_EXALTATION_OR_POLYAMORY_TRIGGER first_not = TENET_CARNAL_EXALTATION_OR_POLYAMORY_TRIGGER third_not = TENET_CARNAL_EXALTATION_OR_POLYAMORY_TRIGGER } incompatible_tenet_communal_identity_trigger = { + global_not = INCOMPATABLE_TENET_COMMUNAL_IDENTITY_TRIGGER first_not = INCOMPATABLE_TENET_COMMUNAL_IDENTITY_TRIGGER third_not = INCOMPATABLE_TENET_COMMUNAL_IDENTITY_TRIGGER } @@ -86,105 +103,145 @@ incompatible_tenet_communal_identity_trigger = { #Christologies incompatible_doctrine_doceticism_trigger = { + global_not = INCOMPATIBLE_DOCTRINE_DOCETISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_DOCETISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_DOCETISM_TRIGGER } incompatible_doctrine_adoptionistm_trigger = { + global_not = INCOMPATIBLE_DOCTRINE_ADOPTIONISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_ADOPTIONISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_ADOPTIONISM_TRIGGER } incompatible_doctrine_modalistic_monarchianism_trigger = { + global_not = INCOMPATIBLE_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER } inverted_doctrine_modalistic_monarchianism_trigger = { first = NOT_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER + global_not = NOT_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER first_not = NOT_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER third_not = NOT_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER } inverted_doctrine_adoptionsim_trigger = { first = NOT_DOCTRINE_ADOPTIONISM_TRIGGER + global_not = NOT_DOCTRINE_ADOPTIONISM_TRIGGER first_not = NOT_DOCTRINE_ADOPTIONISM_TRIGGER third_not = NOT_DOCTRINE_ADOPTIONISM_TRIGGER } incompatible_doctrine_arianism = { + global_not = INCOMPATIBLE_DOCTRINE_ARIANISM first_not = INCOMPATIBLE_DOCTRINE_ARIANISM third_not = INCOMPATIBLE_DOCTRINE_ARIANISM } incompatible_doctrine_dyophysite = { + global_not = INCOMPATIBLE_DOCTRINE_DYOPHYSITISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_DYOPHYSITISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_DYOPHYSITISM_TRIGGER } incompatible_doctrine_miaphysite = { + global_not = INCOMPATIBLE_DOCTRINE_MIAPHYSITISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_MIAPHYSITISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_MIAPHYSITISM_TRIGGER } incompatible_doctrine_monothelitism = { + global_not = INCOMPATIBLE_DOCTRINE_MONOTHELITISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_MONOTHELITISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_MONOTHELITISM_TRIGGER } incompatible_doctrine_nestorianism = { + global_not = INCOMPATIBLE_DOCTRINE_NESTORIANISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_NESTORIANISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_NESTORIANISM_TRIGGER } incompatible_doctrine_eutychianism = { + global_not = INCOMPATIBLE_DOCTRINE_EUTYCHIANISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_EUTYCHIANISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_EUTYCHIANISM_TRIGGER } incompatible_doctrine_apollinarism = { + global_not = INCOMPATIBLE_DOCTRINE_APOLLINARISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_APOLLINARISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_APOLLINARISM_TRIGGER } incompatible_doctrine_monophysitism = { + global_not = INCOMPATIBLE_DOCTRINE_MONOPHYSITISM_TRIGGER first_not = INCOMPATIBLE_DOCTRINE_MONOPHYSITISM_TRIGGER third_not = INCOMPATIBLE_DOCTRINE_MONOPHYSITISM_TRIGGER } #Hypostases inverted_doctrine_trinitarianism_trigger = { first = NOT_DOCTRINE_TRINITARIANISM_TRIGGER + global_not = NOT_DOCTRINE_TRINITARIANISM_TRIGGER first_not = NOT_DOCTRINE_TRINITARIANISM_TRIGGER third_not = NOT_DOCTRINE_TRINITARIANISM_TRIGGER } inverted_doctrine_hypostates_subordinationism_trigger = { first = NOT_DOCTRINE_HYPOSTATES_SUBORDINATIONISM_TRIGGER + global_not = NOT_DOCTRINE_HYPOSTATES_SUBORDINATIONISM_TRIGGER first_not = NOT_DOCTRINE_HYPOSTATES_SUBORDINATIONISM_TRIGGER third_not = NOT_DOCTRINE_HYPOSTATES_SUBORDINATIONISM_TRIGGER } inverted_doctrine_dualism_trigger = { - first = NOT_DOCTRINE_DUALISM_TRIGGER - first_not = NOT_DOCTRINE_DUALISM_TRIGGER - third_not = NOT_DOCTRINE_DUALISM_TRIGGER + first = NOT_DOCTRINE_DUALISM_REQUIREMENT_TRIGGER + global_not = NOT_DOCTRINE_DUALISM_REQUIREMENT_TRIGGER + first_not = NOT_DOCTRINE_DUALISM_REQUIREMENT_TRIGGER + third_not = NOT_DOCTRINE_DUALISM_REQUIREMENT_TRIGGER } doctrine_christian_hypostases_dualism_trigger = { + global_not = DOCTRINE_CHRISTIAN_HYPOSTASES_DUALISM_TRIGGER first_not = DOCTRINE_CHRISTIAN_HYPOSTASES_DUALISM_TRIGGER third_not = DOCTRINE_CHRISTIAN_HYPOSTASES_DUALISM_TRIGGER } doctrine_christian_pneumatology_pneumatomachi_trigger = { + global_not = DOCTRINE_CHRISTIAN_PNEUMATOLOGY_PNEUMATOMACHI_TRIGGER first_not = DOCTRINE_CHRISTIAN_PNEUMATOLOGY_PNEUMATOMACHI_TRIGGER third_not = DOCTRINE_CHRISTIAN_PNEUMATOLOGY_PNEUMATOMACHI_TRIGGER } doctrine_christian_pneumatology_modalism_trigger = { + global_not = DOCTRINE_CHRISTIAN_PNEUMATOLOGY_MODALISM_TRIGGER first_not = DOCTRINE_CHRISTIAN_PNEUMATOLOGY_MODALISM_TRIGGER third_not = DOCTRINE_CHRISTIAN_PNEUMATOLOGY_MODALISM_TRIGGER } +#Soteriologies +required_christology_for_gnosis = { + global_not = REQUIRED_CHRISTOLOGY_FOR_GNOSIS + first_not = REQUIRED_CHRISTOLOGY_FOR_GNOSIS + third_not = REQUIRED_CHRISTOLOGY_FOR_GNOSIS +} +required_hypostasis_for_gnosis = { + global_not = REQUIRED_HYPOSTASIS_FOR_GNOSIS + first_not = REQUIRED_HYPOSTASIS_FOR_GNOSIS + third_not = REQUIRED_HYPOSTASIS_FOR_GNOSIS +} +required_pneumatology_for_gnosis = { + global_not = REQUIRED_PNEUMATOLOGY_FOR_GNOSIS + first_not = REQUIRED_PNEUMATOLOGY_FOR_GNOSIS + third_not = REQUIRED_PNEUMATOLOGY_FOR_GNOSIS +} #Others have_to_choose_a_christological_position = { + global_not = HAVE_TO_CHOOSE_A_CHRISTOLOGICAL_POSITION first_not = HAVE_TO_CHOOSE_A_CHRISTOLOGICAL_POSITION third_not = HAVE_TO_CHOOSE_A_CHRISTOLOGICAL_POSITION } have_to_choose_a_divine_ontology_position = { + global_not = HAVE_TO_CHOOSE_A_DIVINE_ONTOLOGY_POSITION first_not = HAVE_TO_CHOOSE_A_DIVINE_ONTOLOGY_POSITION third_not = HAVE_TO_CHOOSE_A_DIVINE_ONTOLOGY_POSITION } have_to_choose_a_pneumatology_position = { + global_not = HAVE_TO_CHOOSE_A_PNEUMATOLOGY_POSITION first_not = HAVE_TO_CHOOSE_A_PNEUMATOLOGY_POSITION third_not = HAVE_TO_CHOOSE_A_PNEUMATOLOGY_POSITION } have_to_choose_a_communion_position = { + global_not = HAVE_TO_CHOOSE_A_COMMUNION_POSITION first_not = HAVE_TO_CHOOSE_A_COMMUNION_POSITION third_not = HAVE_TO_CHOOSE_A_COMMUNION_POSITION } have_to_choose_a_soteriology_position = { + global_not = HAVE_TO_CHOOSE_A_SOTERIOLOGY_POSITION first_not = HAVE_TO_CHOOSE_A_SOTERIOLOGY_POSITION third_not = HAVE_TO_CHOOSE_A_SOTERIOLOGY_POSITION } @@ -208,6 +265,7 @@ incompatible_christian_doctrine_judaic_role_tenet_rite = { global_not = INCOMPATIBLE_CHRISTIAN_DOCTRINE_JUDAIC_ROLE_TENET_RITE } incompatible_tenet_autocephaly = { + global_not = INCOMPATIBLE_TENET_AUTOCEPHALY first_not = INCOMPATIBLE_TENET_AUTOCEPHALY third_not = INCOMPATIBLE_TENET_AUTOCEPHALY } diff --git a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml index f4cb99be45..4dad10475f 100644 --- a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml @@ -45,9 +45,11 @@ marcionism_yaltaboath_name_possessive:0 "Yaltabaoth's" marcionism_the_stranger:0 "The Stranger God" marcionism_the_monad_name:0 "The Monad" - marcionsim_knowledge_god_name:0 "Paul of Tarsus" - marcionsim_knowledge_god_name_possessive:0 "Paul of Tarsus'" - marcionsim_religious_text:0 "Evangelikon and Apostolikon" + marcionism_knowledge_god_name: "Paul of Tarsus" + marcionism_knowledge_god_name_possessive: "Paul of Tarsus'" + marcionism_religious_text: "Marcion Canon" + marcionism_evangelikon: "Evangelikon" + marcionism_apostolikon: "Apostolikon" #Donatism donatism:0 "Donatism" donatism_adj:0 "Donatist" @@ -309,8 +311,9 @@ doctrine_parameter_hostility_override_doctrine_christian_soteriology_antinomianism: "Other Christian [faiths|E] that have the Antinomianism doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$" doctrine_christian_soteriology_total_depravity_name: "Total Depravity" doctrine_christian_soteriology_total_depravity_desc: "Because of Adam's sin, all of humanity is enslaved by sin, and apart from the grace of God, is unable to choose by themselves to refrain from evil or accept salvation." - doctrine_christian_soteriology_gnostic_name: "Gnostic" - doctrine_christian_soteriology_gnostic_desc: "The process of salvation is only achieved through #italic gnosis#! and thus achieving perfection." + doctrine_christian_soteriology_gnosis_name: "Gnosis" + doctrine_christian_soteriology_gnosis_desc: "The process of salvation is only achieved through #italic gnosis#! and thus achieving the realizaton of humanity's true, divine nature." + doctrine_parameter_hostility_override_doctrine_christian_soteriology_gnosis: "Considers $christianity_religion_adj$ [faiths|E] with the Soteriology [bp_christian_doctrine|E] $doctrine_christian_soteriology_gnosis_name$ to be [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$ or $hostility_evil_tooltippable$" doctrine_christian_soteriology_unstated_name: "Unstated Soteriology" doctrine_christian_soteriology_unstated_desc: "This faith has not stated a position on Soteriology" #Judaic Role diff --git a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml index 10efe35f74..c70ca8df2d 100644 --- a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml @@ -30,7 +30,7 @@ #Christian Doctrine Triggers DOCTRINE_CHRISTIAN_HYPOSTASES_DUALISM_TRIGGER: "Requires either [bp_christian_doctrine|E] Docetism or [bp_christian_doctrine|E] Adoptionism" DOCTRINE_CHRISTIAN_PNEUMATOLOGY_MODALISM_TRIGGER: "Requires one of [bp_christian_doctrine|E] Dynamic Monarchianism or [bp_christian_doctrine|E] Modalistic Monarchianism" - DOCTRINE_CHRISTIAN_PNEUMATOLOGY_PNEUMATOMACHI_TRIGGER: "Requires one of [bp_christian_doctrine|E] Binitarianism, [bp_christian_doctrine|E] Unitarianism, [bp_christian_doctrine|E] Dynamic Monarchianism, or [core_tenet|E] Gnosticism." + DOCTRINE_CHRISTIAN_PNEUMATOLOGY_PNEUMATOMACHI_TRIGGER: "Requires one of the following Hypostatis [bp_christian_doctrines|E]: Binitarianism, Unitarianism, Dynamic Monarchianism, or Dualism." INCOMPATIBLE_DOCTRINE_ADOPTIONISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Adoptionism" INCOMPATIBLE_DOCTRINE_APOLLINARISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Apollinarism" INCOMPATIBLE_DOCTRINE_DOCETISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Docetism" @@ -45,12 +45,15 @@ NOT_DOCTRINE_ADOPTIONISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Adoptionism" NOT_DOCTRINE_BINITARIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Binitarianism" NOT_DOCTRINE_DOCETISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Docetism" - NOT_DOCTRINE_DUALISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Dualism" + NOT_DOCTRINE_DUALISM_REQUIREMENT_TRIGGER: "Requires the [bp_christian_doctrine|E] Modalistic Monarchianism, Docetism, or Adoptionism" NOT_DOCTRINE_DYNAMIC_MONARCHIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Dynamic Monarchianism" NOT_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Modalistic Monarchianism" NOT_DOCTRINE_TRINITARIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Trinitarianism" NOT_DOCTRINE_UNITARIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Unitarianism" NOT_DOCTRINE_HYPOSTATES_SUBORDINATIONISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Subordinationism" + REQUIRED_CHRISTOLOGY_FOR_GNOSIS: "Requires one of the following Christological [bp_christian_doctrines|E]: #V $doctrine_christian_christology_adoptionism_name$#!, #V $doctrine_christian_christology_doceticism_name$#!, or #V $doctrine_christian_christology_modalistic_monarchianism_name$#!" + REQUIRED_HYPOSTASIS_FOR_GNOSIS: "Requires one of the following Divine Ontology [bp_christian_doctrines|E]: #V $doctrine_christian_hypostases_modalistic_monarchianism_name$#!, #V $doctrine_christian_hypostases_dynamic_monarchianism_name$#!, #V $doctrine_christian_hypostases_unitarianism_name$#!, or #V $doctrine_christian_hypostases_dualism_name$#!" + REQUIRED_PNEUMATOLOGY_FOR_GNOSIS: "Requires one of the following Pneumatology [bp_christian_doctrines|E]: #V $doctrine_christian_pneumatology_modalism_name$#!, #V $doctrine_christian_pneumatology_pneumatomachi_name$#!, #V $doctrine_christian_pneumatology_melchisedechian_name$#!, or #V $doctrine_christian_pneumatology_subservient_name$#!" #Other Christian Doctrine Triggers HAVE_TO_CHOOSE_A_CHRISTOLOGICAL_POSITION: "Must choose a #V Christological#! [bp_christian_doctrine|E]" HAVE_TO_CHOOSE_A_DIVINE_ONTOLOGY_POSITION: "Must choose a #V Divine Ontology" [bp_christian_doctrine|E]" From e9bbc83085cf62aa0846515a24ce6c8b13a66163 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 21 Sep 2022 21:43:10 -0400 Subject: [PATCH 073/339] Implement vegetarianism ritual doctrine * Add decision to become a vegitarian/abandon vegetarianism * Applied some of vegetarian doctrines where appropriate * Jains and certain Buddhist sects have vegetarian clerics * Update vegetarianism tradition to utilize new trait --- .../00_council_positions_BP_overwrite.txt | 5 + .../00_societal_traditions_BP_overwrite.txt | 97 ++++++++ .../30_activity_decisions_BP_overwrite.txt | 166 ++++++++++++++ .../decisions/BP_religious_decisions.txt | 210 ++++++++++++++++++ WtWSMS/common/on_action/BP_game_start.txt | 18 ++ .../doctrines/BP_ritual_doctrines.txt | 150 +++++++++++++ .../common/religion/religions/00_buddhism.txt | 11 +- .../religion/religions/00_christianity.txt | 15 ++ .../common/religion/religions/00_dualism.txt | 2 + .../common/religion/religions/00_jainism.txt | 3 + .../script_values/BP_religion_values.txt | 7 + WtWSMS/common/traits/BP_traits.txt | 21 +- .../BP_religion_trigger_localization.txt | 17 ++ .../faith_doctrine_groups/_BP_notes.info | 3 +- .../doctrine_ritual_vegetarianism.dds | 3 + WtWSMS/gui/window_faith.gui | 20 ++ WtWSMS/gui/window_faith_creation.gui | 20 ++ .../english/BP_decisions_l_english.yml | 11 + .../BP_cultural_traditions_l_english.yml | 2 + .../english/gui/BP_faith_view_l_english.yml | 7 +- .../religion/BP_religion_l_english.yml | 15 ++ .../BP_religion_triggers_l_english.yml | 7 +- 22 files changed, 789 insertions(+), 21 deletions(-) create mode 100644 WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_vegetarianism.dds diff --git a/WtWSMS/common/council_positions/00_council_positions_BP_overwrite.txt b/WtWSMS/common/council_positions/00_council_positions_BP_overwrite.txt index 7e499724d8..d81dbeb218 100644 --- a/WtWSMS/common/council_positions/00_council_positions_BP_overwrite.txt +++ b/WtWSMS/common/council_positions/00_council_positions_BP_overwrite.txt @@ -205,6 +205,11 @@ councillor_court_chaplain = { } add_trait = mystic_3 } + #Vegetarianism + if = { + limit = { faith = { has_doctrine_parameter = clerics_are_vegetarians } } + add_trait = vegetarian + } ##### Changed from Vanilla ^^^^^ } ##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/common/culture/traditions/00_societal_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_societal_traditions_BP_overwrite.txt index 1209d5afb5..108d524c33 100644 --- a/WtWSMS/common/culture/traditions/00_societal_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_societal_traditions_BP_overwrite.txt @@ -85,6 +85,103 @@ tradition_chivalry = { } } +##### Changed from Vanilla: Adds enables_vegetarianism parameter +##### Changed from Vanilla: Removed the passive health modifier (it's now a trait) +##### Changed from Vanilla: Added culture trait bonus for vegetarianism +tradition_vegetarianism = { + category = societal + + layers = { + 0 = intrigue + 1 = mediterranean + 4 = food.dds + } + + is_shown = { + OR = { + has_cultural_pillar = heritage_indo_aryan + has_cultural_pillar = heritage_dravidian + } + } + can_pick = { + OR = { + has_cultural_pillar = heritage_indo_aryan + has_cultural_pillar = heritage_dravidian + } + custom_tooltip = { + text = cannot_have_tradition_sacred_hunts + NOT = { any_in_list = { list = traits this = flag:tradition_sacred_hunts } } + } + custom_tooltip = { + text = cannot_have_tradition_hunters + NOT = { any_in_list = { list = traits this = flag:tradition_hunters } } + } + } + can_pick_for_hybridization = { + custom_tooltip = { + text = cannot_have_vegetarianism_and_sacred_hunts + NOT = { any_in_list = { list = traits this = flag:tradition_sacred_hunts } } + } + custom_tooltip = { + text = cannot_have_vegetarianism_and_hunters + NOT = { any_in_list = { list = traits this = flag:tradition_hunters } } + } + } + + parameters = { + cannot_hunt = yes + ##### Changed from Vanilla vvvvv + enables_vegetarianism = yes + vegetarian_cultural_trait_bonus = yes + ##### Changed from Vanilla ^^^^^ + } + ##### Changed from Vanilla vvvvv + character_modifier = {} + ##### Changed from Vanilla ^^^^^ + county_modifier = { + plains_development_growth_factor = 0.1 + } + + cost = { + prestige = { + add = { + value = tradition_base_cost + desc = BASE + format = "BASE_VALUE_FORMAT" + } + if = { + limit = { + NOR = { + any_in_list = { list = traits this = flag:ethos_communal } + any_in_list = { list = traits this = flag:ethos_spiritual } + any_in_list = { list = traits this = flag:ethos_stoic } + } + } + add = { + value = tradition_incompatible_ethos_penalty + desc = not_communal_spiritual_or_stoic_desc + } + } + + multiply = tradition_replacement_cost_if_relevant + } + } + + ai_will_do = { + value = 75 + if = { + limit = { + NOT = { + scope:character.faith = { + has_doctrine = tenet_dharmic_pacifism + } + } + } + multiply = 0 + } + } +} + ##### NB: Put **only** transitively unselectable changes below this line for clarity during patches ##### Changed from Vanilla: Made transitively unselectable with new traditions diff --git a/WtWSMS/common/decisions/30_activity_decisions_BP_overwrite.txt b/WtWSMS/common/decisions/30_activity_decisions_BP_overwrite.txt index 299194bb63..870372713b 100644 --- a/WtWSMS/common/decisions/30_activity_decisions_BP_overwrite.txt +++ b/WtWSMS/common/decisions/30_activity_decisions_BP_overwrite.txt @@ -622,4 +622,170 @@ petition_liege_decision = { ai_potential = { always = no # Only players can do this. AI vassals go through the normal court events/hold court activity. } +} + +##### Changed from Vanilla: Tied to vegetarian doctrines as well +start_hunt_decision = { + picture = "gfx/interface/illustrations/decisions/decision_activity.dds" + ai_check_interval = 60 + + sort_order = 68 + + cost = { + gold = hunt_activity_cost + } + + cooldown = { days = standard_hunting_cooldown_time } + + is_shown = { + is_landed = yes + highest_held_title_tier > tier_barony + NOT = { + culture = { has_cultural_parameter = cannot_hunt } + } + ##### Changed from Vanilla vvvvv + NOT = { faith = { has_doctrine_parameter = cannot_hunt } } + ##### Changed from Vanilla ^^^^^ + } + + is_valid_showing_failures_only = { + is_available_adult = yes + } + + effect = { + custom_tooltip = start_hunt_decision_go_on_hunt + + hidden_effect = { + if = { + limit = { + has_character_flag = free_hunt + } + remove_character_flag = free_hunt + } + } + + #Stress loss + if = { + limit = { + has_trait = lazy + } + custom_tooltip = start_hunt_decision_stress_lazy + } + else = { + stress_impact = { + base = hunt_stress_loss_value + craven = activity_stress_gain_impact + diligent = activity_stress_loss_impact + athletic = activity_stress_loss_impact + sadistic = activity_stress_loss_impact + brave = activity_stress_loss_impact + hunter_1 = activity_stress_loss_impact + hunter_2 = activity_stress_loss_impact + hunter_3 = activity_stress_loss_impact + generous = activity_stress_loss_impact + } + } + + # Prestige tooltips + ## Notification of potential bonus prestige via events + custom_tooltip = start_hunt_decision_prestige + ## Notification of extra/reduced prestige due to servants amenity + ### Low servants: you may get less prestige if your hunt is unsuccessful, and it'll be harder to begin with. + if = { + limit = { + has_royal_court = yes + NOT = { has_government = tribal_government } + amenity_level = { + type = court_servants + value <= medium_amenity_level + } + } + custom_tooltip = start_hunt_decision.tt.servants_prestige.reduced + } + ### High servants: you may get extra prestige if your hunt is successful. + if = { + limit = { + has_royal_court = yes + NOT = { has_government = tribal_government } + amenity_level = { + type = court_servants + value >= very_high_amenity_level + } + } + custom_tooltip = start_hunt_decision.tt.servants_prestige.increased + } + ### Greater chance of success if you have a Master of the Hunt employed. + if = { + limit = { + employs_court_position = master_of_hunt_court_position + any_court_position_holder = { + type = master_of_hunt_court_position + is_physically_able = yes + } + } + custom_tooltip = start_hunt_decision_master_of_hunt + } + + hidden_effect = { + random_sub_realm_barony = { + title_province = { + spawn_activity = { + type = activity_hunt + owner = root + } + } + } + } + } + + ai_potential = { + short_term_gold > standard_activity_cost + war_chest_gold >= halved_ai_war_chest_gold_maximum + } + + ai_will_do = { + base = 35 + + ai_value_modifier = { + ai_energy = 1 + ai_greed = -0.5 + ai_compassion = -0.5 + } + + modifier = { + add = 10 + has_trait_rank = { + trait = education_martial + rank > 0 + } + } + modifier = { + add = 10 + has_trait_rank = { + trait = education_martial + rank > 2 + } + } + + modifier = { + add = 35 + stress > low_stress + } + + modifier = { # Too busy booming the economy + add = -50 + OR = { + ai_has_economical_boom_personality = yes + has_character_flag = ai_boom + } + } + + modifier = { # Work first, play later + add = -35 + exists = capital_county + capital_county.title_province = { + free_building_slots > 0 + } + } + } } \ No newline at end of file diff --git a/WtWSMS/common/decisions/BP_religious_decisions.txt b/WtWSMS/common/decisions/BP_religious_decisions.txt index 06df650f28..df8d66cb21 100644 --- a/WtWSMS/common/decisions/BP_religious_decisions.txt +++ b/WtWSMS/common/decisions/BP_religious_decisions.txt @@ -535,3 +535,213 @@ legalize_caucasian_christianity = { } } } + +### Ritual decisions +become_a_vegetarian = { + picture = "gfx/interface/illustrations/decisions/cathedral_soa_day.dds" + desc = become_a_vegetarian_desc + selection_tooltip = become_a_vegetarian_tooltip + + is_shown = { + OR = { + faith = { has_doctrine_parameter = enables_vegetarianism } + culture = { has_cultural_parameter = enables_vegetarianism } + } + NOT = { has_trait = vegetarian } + } + + is_valid = {} + + is_valid_showing_failures_only = { + prestige >= 0 + piety >= 0 + is_imprisoned = no + } + + cost = { + prestige = 25 + piety = 25 + } + + effect = { add_trait = vegetarian } + + ai_check_interval = 60 + + ai_potential = {} + + ai_will_do = { + base = 10 #Odds they will do it + + #Won't do if they can't pay + modifier = { + factor = 0 + NOT = { gold >= 25 } + NOT = { piety >= 25 } + } + #Won't do it if they eat meat in some way + modifier = { + factor = 0 + OR = { + has_trait = hunter_1 + has_trait = hunter_2 + has_trait = hunter_3 + has_trait = cannibal + } + } + #Partying reduces chance + modifier = { + factor = 0.5 + OR = { + has_trait = reveler_1 + has_trait = reveler_2 + has_trait = reveler_3 + } + } + # 100% chance at 50 zeal + ai_value_modifier = { + ai_zeal = 2 + trigger = { + OR = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_required } + AND = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + is_clergy = yes + } + } + } + } + # 100% chance at 67 zeal for less focused faiths + ai_value_modifier = { + ai_zeal = 1.5 + trigger = { + AND = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + is_clergy = no + } + } + } + + #Personality Trait impacts (cribbed from CK2 VIET) + modifier = { + factor = 2 + OR = { + has_trait = zealous + has_trait = temperate + } + } + modifier = { + factor = 1.5 + OR = { + has_trait = content + has_trait = chaste + } + } + modifier = { + factor = 0.5 + has_trait = fickle + } + modifier = { + factor = 0.1 + has_trait = gluttonous #There definitely are fat vegetarians... + } + modifier = { + factor = 0 + has_trait = sadistic + } + } +} +abandon_vegetarianism = { + picture = "gfx/interface/illustrations/decisions/cathedral_soa_day.dds" + desc = abandon_vegetarianism_desc + selection_tooltip = abandon_vegetarianism_tooltip + + is_shown = { has_trait = vegetarian } + + is_valid = {} + + is_valid_showing_failures_only = { + prestige >= 0 + piety >= 0 + is_imprisoned = no + } + + cost = { + prestige = 25 + piety = 25 + } + + effect = { remove_trait = vegetarian } + + ai_check_interval = 60 + + ai_potential = {} + + ai_will_do = { + base = 10 #Odds they will do it + + #Won't do if they can't pay + modifier = { + factor = 0 + NOT = { gold >= 25 } + NOT = { piety >= 25 } + } + #Will do it if they eat meat in some way + modifier = { + factor = 10 + OR = { + has_trait = hunter_1 + has_trait = hunter_2 + has_trait = hunter_3 + has_trait = cannibal + } + } + #Partying increases chance + modifier = { + factor = 5 + OR = { + has_trait = reveler_1 + has_trait = reveler_2 + has_trait = reveler_3 + } + } + #Won't do if it's required or they are a cleric + modifier = { + factor = 0 + OR = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_required } + AND = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + is_clergy = yes + } + } + } + + #Personality Trait impacts (mostly inverted from the above) + modifier = { + factor = 0.5 + OR = { + has_trait = zealous + has_trait = temperate + } + } + modifier = { + factor = 0.667 + OR = { + has_trait = content + has_trait = chaste + } + } + modifier = { + factor = 2.0 + has_trait = fickle + } + modifier = { + factor = 10.0 + has_trait = gluttonous #There definitely are fat vegetarians... + } + modifier = { + factor = 10 + has_trait = sadistic + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 561c659fc7..c26d6d3ae7 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1283,6 +1283,24 @@ other_religion_effects = { effect = { #Pagan Iranianism is not a Zoroastrian faith... faith:iranian_pagan_faith = { remove_doctrine = special_doctrine_is_zoroastrian_faith } + #Set Various default Ritual doctrines + every_religion_global = { + every_faith = { + limit = { + NOR = { + has_doctrine = doctrine_ritual_vegetarianism_required + has_doctrine = doctrine_ritual_vegetarianism_clerics + has_doctrine = doctrine_ritual_vegetarianism_partial + has_doctrine = doctrine_ritual_vegetarianism_no_statement + } + } + if = { + limit = { religion = religion:taoism_religion } #CK2 effect + add_doctrine = doctrine_ritual_vegetarianism_partial + } + else = { add_doctrine = doctrine_ritual_vegetarianism_no_statement } + } + } if = { #Treaty of Nvarsak limit = { current_date >= 484.1.1 } legalize_caucasian_christianity_global_effect = yes diff --git a/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt new file mode 100644 index 0000000000..a8a94c45bf --- /dev/null +++ b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt @@ -0,0 +1,150 @@ +#Teaching of the Vedas +doctrine_ritual_vegetarianism = { + group = "ritual" + + #Covers the strictest cases like Jains, Priscillianism + doctrine_ritual_vegetarianism_required = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + value = flavor_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_partial } + value = flavor_doctrine_cost_high + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_no_statement } + value = flavor_doctrine_cost_massive + } + + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_required } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + custom_description = { + text = incompatible_tenet_human_sacrifice_trigger + NOT = { flag:tenet_human_sacrifice = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_gruesome_festivals_trigger + NOT = { flag:tenet_gruesome_festivals = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_exaltation_of_pain_trigger + NOT = { flag:tenet_exaltation_of_pain = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_ritual_cannibalism_trigger + NOT = { flag:tenet_ritual_cannibalism = { is_in_list = selected_doctrines } } + } + } + parameters = { + enables_vegetarianism = yes + clerics_are_vegetarians = yes + cannot_hunt = yes + } + traits = { virtues = { vegetarian = 1 } } + } + + #Covers midway cases like some Buddhist sects, where it's only monks and nuns that abstain + doctrine_ritual_vegetarianism_clerics = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_required } + value = flavor_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_partial } + value = flavor_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_no_statement } + value = flavor_doctrine_cost_high + } + + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + custom_description = { + text = incompatible_tenet_human_sacrifice_trigger + NOT = { flag:tenet_human_sacrifice = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_gruesome_festivals_trigger + NOT = { flag:tenet_gruesome_festivals = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_exaltation_of_pain_trigger + NOT = { flag:tenet_exaltation_of_pain = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_ritual_cannibalism_trigger + NOT = { flag:tenet_ritual_cannibalism = { is_in_list = selected_doctrines } } + } + } + parameters = { + enables_vegetarianism = yes + clerics_are_vegetarians = yes + } + traits = { virtues = { vegetarian = 0.5 } } + } + + #Covers Coptic Christianity, or other faiths that suggest it part of the time + doctrine_ritual_vegetarianism_partial = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_required } + value = flavor_doctrine_cost_high + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + value = flavor_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_no_statement } + value = flavor_doctrine_cost_mid + } + + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_partial } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = {} + parameters = { enables_vegetarianism = yes } + traits = { virtues = { vegetarian = 0.2 } } + } + + doctrine_ritual_vegetarianism_no_statement = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_required } + value = flavor_doctrine_cost_massive + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + value = flavor_doctrine_cost_high + } + else_if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_partial } + value = flavor_doctrine_cost_mid + } + + if = { + limit = { has_doctrine = doctrine_ritual_vegetarianism_no_statement } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + NOT = { religion_tag = jainism_religion } #Too much emphasis on ahimsa to allow it for them + } + parameters = {} + traits = {} + } +} \ No newline at end of file diff --git a/WtWSMS/common/religion/religions/00_buddhism.txt b/WtWSMS/common/religion/religions/00_buddhism.txt index 6c2f5ab85b..a960515c4d 100644 --- a/WtWSMS/common/religion/religions/00_buddhism.txt +++ b/WtWSMS/common/religion/religions/00_buddhism.txt @@ -29,6 +29,9 @@ doctrine = doctrine_clerical_marriage_disallowed doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_clerics + #Special Doctrines doctrine = special_doctrine_is_buddhist_faith @@ -275,6 +278,8 @@ doctrine = doctrine_adultery_women_accepted doctrine = doctrine_deviancy_accepted doctrine = doctrine_witchcraft_accepted + + doctrine = doctrine_ritual_vegetarianism_no_statement doctrine = tenet_dharmic_pacifism doctrine = tenet_ritual_hospitality @@ -367,6 +372,8 @@ doctrine = doctrine_witchcraft_accepted doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_gender_male_only + + doctrine = doctrine_ritual_vegetarianism_no_statement doctrine = tenet_ritual_celebrations doctrine = tenet_esotericism @@ -397,6 +404,8 @@ doctrine = doctrine_deviancy_accepted doctrine = doctrine_witchcraft_accepted doctrine = tibetan_sky_burials + + doctrine = doctrine_ritual_vegetarianism_no_statement doctrine = tenet_dharmic_pacifism doctrine = tenet_communal_identity @@ -515,7 +524,7 @@ doctrine = tenet_dharmic_pacifism doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_dhammavicaya + doctrine = tenet_dhammavicaya } #WTWSMS diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 1ad2a676f6..43976bf5a5 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -795,6 +795,9 @@ #Christian doctrines doctrine = doctrine_christian_christology_miaphysitism + + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_partial #Tenets doctrine = tenet_peregrination @@ -872,6 +875,9 @@ #Special Tolerance doctrine = special_doctrine_alexandria_ecumenism + + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_partial #Tenets doctrine = tenet_communion @@ -1014,6 +1020,9 @@ doctrine = special_doctrine_alexandria_ecumenism doctrine = doctrine_christian_christology_miaphysitism + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_partial + #Tenets doctrine = tenet_communion doctrine = tenet_rite @@ -1096,6 +1105,9 @@ #Special Tolerance doctrine = special_doctrine_alexandria_ecumenism + + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_partial #Tenets doctrine = tenet_adaptive @@ -1173,6 +1185,9 @@ #Christian doctrines doctrine = doctrine_christian_christology_miaphysitism doctrine = doctrine_christian_judaic_role_judaizers + + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_partial #Tenets doctrine = tenet_peregrination diff --git a/WtWSMS/common/religion/religions/00_dualism.txt b/WtWSMS/common/religion/religions/00_dualism.txt index 1f5ea60deb..80a171583e 100644 --- a/WtWSMS/common/religion/religions/00_dualism.txt +++ b/WtWSMS/common/religion/religions/00_dualism.txt @@ -644,6 +644,8 @@ #Clergy Doctrines doctrine = doctrine_clerical_function_recruitment + doctrine = doctrine_ritual_vegetarianism_required + #Core Tenets doctrine = tenet_struggle_submission doctrine = tenet_christian_syncretism diff --git a/WtWSMS/common/religion/religions/00_jainism.txt b/WtWSMS/common/religion/religions/00_jainism.txt index d1793efc96..ad68070265 100644 --- a/WtWSMS/common/religion/religions/00_jainism.txt +++ b/WtWSMS/common/religion/religions/00_jainism.txt @@ -29,6 +29,9 @@ doctrine = doctrine_clerical_marriage_disallowed doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_required + #Special Doctrines doctrine = special_doctrine_is_jainism_faith diff --git a/WtWSMS/common/script_values/BP_religion_values.txt b/WtWSMS/common/script_values/BP_religion_values.txt index 7d6219397f..0466352c5b 100644 --- a/WtWSMS/common/script_values/BP_religion_values.txt +++ b/WtWSMS/common/script_values/BP_religion_values.txt @@ -5,6 +5,13 @@ christian_doctrine_cost_mid = 40 christian_doctrine_cost_high = 60 christian_doctrine_cost_massive = 100 +#For various flavor doctrines in game +flavor_doctrine_cost_none = 00 #When adopting from Unstated positions +flavor_doctrine_cost_low = 20 +flavor_doctrine_cost_mid = 40 +flavor_doctrine_cost_high = 60 +flavor_doctrine_cost_massive = 100 + #For doctrine categories that only have trait effects (aka Soteriology) christian_doctrine_soteriology_cost_low = 100 christian_doctrine_soteriology_cost_mid = 200 diff --git a/WtWSMS/common/traits/BP_traits.txt b/WtWSMS/common/traits/BP_traits.txt index 8bb13de722..819663b4cc 100644 --- a/WtWSMS/common/traits/BP_traits.txt +++ b/WtWSMS/common/traits/BP_traits.txt @@ -566,18 +566,6 @@ vegetarian = { ##### TODO (Beta): revisit potential } } - #potential = { - # OR = { - # religion_group = indian_group - # faith = faith:cathar - # faith = faith:qarmatian - # faith = faith:bogomilist - # faith = faith:taoist - # faith = faith:priscillianism - # faith = faith:miaphysite # RL Coptics fast by taking a vegetarian or vegan diet - # } - #} - opposites = { #falconer hunter_1 @@ -587,14 +575,19 @@ vegetarian = { ##### TODO (Beta): revisit potential torturer } + culture_modifier = { + parameter = vegetarian_cultural_trait_bonus + same_culture_opinion = 10 + monthly_prestige = 0.25 + } + opposite_opinion = -15 stewardship = -1 intrigue = -1 monthly_piety = 0.4 - health = 0.2 - same_faith_opinion = 10 + health = 0.25 same_opinion = 10 } diff --git a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt index a7165482e5..f9d7cafcb0 100644 --- a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt +++ b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt @@ -99,6 +99,23 @@ incompatible_tenet_communal_identity_trigger = { third_not = INCOMPATABLE_TENET_COMMUNAL_IDENTITY_TRIGGER } +### Ritual Doctrine Trigger Loc ### +incompatible_tenet_exaltation_of_pain_trigger = { + global_not = INCOMPATIBLE_TENET_EXALTATION_OF_PAIN_TRIGGER + first_not = INCOMPATIBLE_TENET_EXALTATION_OF_PAIN_TRIGGER + third_not = INCOMPATIBLE_TENET_EXALTATION_OF_PAIN_TRIGGER +} +incompatible_tenet_ritual_cannibalism_trigger = { + global_not = INCOMPATIBLE_TENET_RITUAL_CANNIBALISM_TRIGGER + first_not = INCOMPATIBLE_TENET_RITUAL_CANNIBALISM_TRIGGER + third_not = INCOMPATIBLE_TENET_RITUAL_CANNIBALISM_TRIGGER +} +incompatible_tenet_sacrificial_ceremonies_trigger = { + global_not = INCOMPATIBLE_TENET_SACRIFICIAL_CEREMONIES_TRIGGER + first_not = INCOMPATIBLE_TENET_SACRIFICIAL_CEREMONIES_TRIGGER + third_not = INCOMPATIBLE_TENET_SACRIFICIAL_CEREMONIES_TRIGGER +} + ### Christian Doctrine Trigger Loc ### #Christologies diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info index 1beda12fb0..0a61b35a50 100644 --- a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info @@ -2,4 +2,5 @@ doctrine_christian_christology.dds from https://commons.wikimedia.org/wiki/File: doctrine_christian_hypostases.dds: from https://commons.wikimedia.org/wiki/File:Shield-Trinity-Scutum-Fidei-compact.svg under Public Domain doctrine_christian_pneumatology.dds from https://commons.wikimedia.org/wiki/File:Esp%C3%ADritu_Santo.jpg under Creative Commons Attribution-Share Alike 4.0 International doctrine_christian_soteriology.dds from https://commons.wikimedia.org/wiki/File:Jesus_ascending_to_heaven.jpg under Public Domain -doctrine_christian_communion.dds from https://commons.wikimedia.org/wiki/File:St_Michael_the_Archangel,_Findlay,_OH_-_bread_and_wine_crop_1.jpg under Creative Commons Attribution-Share Alike 4.0 International \ No newline at end of file +doctrine_christian_communion.dds from https://commons.wikimedia.org/wiki/File:St_Michael_the_Archangel,_Findlay,_OH_-_bread_and_wine_crop_1.jpg under Creative Commons Attribution-Share Alike 4.0 International +doctrine_ritual_vegetarianism.dds from https://commons.wikimedia.org/wiki/File:Vegetarian-mark.svg (Public Domain, not infringing on trademark as we sell nothing) \ No newline at end of file diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_vegetarianism.dds b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_vegetarianism.dds new file mode 100644 index 0000000000..f2ea319856 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_vegetarianism.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec44c757424ca4439f3ab5b7f854fcb701f1d04261e94f024131451527356747 +size 14528 diff --git a/WtWSMS/gui/window_faith.gui b/WtWSMS/gui/window_faith.gui index e9c73c1ff6..90114183bf 100644 --- a/WtWSMS/gui/window_faith.gui +++ b/WtWSMS/gui/window_faith.gui @@ -575,6 +575,26 @@ window = { } } ##### Changed from Vanilla vvvvv + vbox = { #General Ritual sort of doctrines (Vegetarianism, &c.) + layoutpolicy_horizontal = expanding + spacing = 10 + + text_label_center = { + layoutpolicy_horizontal = expanding + text = "FAITH_DOCTRINES_RITUAL" + default_format = "#low" + } + + fixedgridbox = { + datamodel = "[FaithWindow.GetGroupingHelper( 'ritual' ).GetGrouping]" + flipdirection = yes + addcolumn = 230 + addrow = 65 + datamodel_wrap = 2 + + item = { widget_doctrine_item = {} } + } + } vbox = { #Christian Faiths visible = "[Faith.HasDoctrineByKey( 'special_doctrine_is_christian_faith' )]" layoutpolicy_horizontal = expanding diff --git a/WtWSMS/gui/window_faith_creation.gui b/WtWSMS/gui/window_faith_creation.gui index 85c1797b0f..0b9b1afbcd 100644 --- a/WtWSMS/gui/window_faith_creation.gui +++ b/WtWSMS/gui/window_faith_creation.gui @@ -336,6 +336,26 @@ window = { } ##### Changed from Vanilla vvvvv + vbox = { #General Ritual sort of doctrines (Vegetarianism, &c.) + layoutpolicy_horizontal = expanding + spacing = 10 + + text_label_left = { + layoutpolicy_horizontal = expanding + text = "FAITH_DOCTRINES_RITUAL" + default_format = "#low" + } + + fixedgridbox = { + datamodel = "[FaithCreationWindow.GetGroupingHelper( 'ritual' ).GetGrouping]" + flipdirection = yes + addcolumn = 270 + addrow = 65 + datamodel_wrap = 2 + + item = { widget_doctrine_selection_item = {} } + } + } vbox = { #Christian Faiths visible = "[GetPlayer.GetFaith.HasDoctrineByKey( 'special_doctrine_is_christian_faith' )]" layoutpolicy_horizontal = expanding diff --git a/WtWSMS/localization/english/BP_decisions_l_english.yml b/WtWSMS/localization/english/BP_decisions_l_english.yml index 37f605eb10..c98c628f48 100644 --- a/WtWSMS/localization/english/BP_decisions_l_english.yml +++ b/WtWSMS/localization/english/BP_decisions_l_english.yml @@ -100,6 +100,17 @@ EVERY_CHRISTIAN_IN_THE_COUNTRY_IS_RELIEVED: "Every [character|E] in the empire who is $armenian_apostolic$, $georgian_orthodox$, or $albanian_apostolic$ gets the following opinion of you:\n\t$EFFECT_LIST_BULLET$ gains #P 30#! [opinion|E] of your for #V 50 years#! #weak ($legalized_my_faith$)#!" EVERY_COURT_CHAPLAIN_IS_ANGRY: "All [court_chaplains|E] in the empire of faiths with $special_doctrine_zoroastrian_approved_cult_name$ [doctrine|E] gain the following opinion:\n\t$EFFECT_LIST_BULLET$ loses #N 20#! [opinion|E] of you #weak (+1.20/year) (Angry)#!" + ## Vegetarianism + become_a_vegetarian: "Become a Vegetarian" + become_a_vegetarian_desc: "Perhaps it is time to refrain from eating meat and gain great merit." + become_a_vegetarian_tooltip: "Gain the [trait|E] [GetTrait('vegetarian').GetName(GetNullCharacter)|LV]" + become_a_vegetarian_confirm: "Confirm" + + abandon_vegetarianism: "Abandon Vegetarianism" + abandon_vegetarianism_desc: "I no longer wish to refrain from eating meat." + abandon_vegetarianism_tooltip: "Loose the [trait|E] [GetTrait('vegetarian').GetName(GetNullCharacter)|LV]" + abandon_vegetarianism_confirm: "Confirm" + ## Government Conversion Decisions convert_to_high_tribal_decision:0 "Convert to High Tribal Government" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index ee39806988..c290b69dfd 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -58,6 +58,8 @@ culture_parameter_unlock_innovation_byzantine_civil_late_antiquity: "Unlocks [bp_greco_latin_late_antiquity_civic_innovations|E]" culture_parameter_unlock_innovation_byzantine_civil_early_migration: "Unlocks [bp_greco_latin_early_migration_civic_innovations|E]" culture_parameter_unlock_innovation_byzantine_civil_late_migration: "Unlocks [bp_greco_latin_late_migration_civic_innovations|E]" + culture_parameter_enables_vegetarianism: "Enables #V Become a Vegetarian#! minor [decision|E]" + culture_parameter_vegetarian_cultural_trait_bonus: "The [GetTrait('vegetarian').GetName( GetNullCharacter )] [trait|E] gives bonuses" ##### WtWSMS General Cultural Parameters ##### culture_parameter_blocks_vanilla_culture_emergence_events: "" #Made empty as this is only a Game-side effect, not a player effect diff --git a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml index 726f475a37..cfaec7f4ce 100644 --- a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml +++ b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml @@ -1,4 +1,5 @@ l_english: - FAITH_DOCTRINES_RELIGION_SPECIFIC:0 "Religion Doctrines" - FAITH_DOCTRINES_CHRISTIAN_SPECIFIC:0 "[bp_christian_doctrines|E]" - FAITH_DOCTRINES_HINDU_SPECIFIC:0 "Hindu Doctrines" \ No newline at end of file + FAITH_DOCTRINES_RITUAL: "Ritual Doctrines" + FAITH_DOCTRINES_CHRISTIAN_SPECIFIC: "[bp_christian_doctrines|E]" + FAITH_DOCTRINES_HINDU_SPECIFIC: "Hindu Doctrines" + \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_l_english.yml index 28a2cf3d4b..24179c7f0e 100644 --- a/WtWSMS/localization/english/religion/BP_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_l_english.yml @@ -12,6 +12,21 @@ eastern_pagan_hostility_doctrine_desc: "The following religions are Eastern Pagan:\n[GetReligionFamily('rf_eastern_pagan').GetReligions]" doctrine_parameter_hostility_override_eastern_pagan_hostility_doctrine: "Eastern Pagan [faiths|E] are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" + #Ritual Doctrines + doctrine_ritual_vegetarianism_name: "Vegetarian Stance" + doctrine_parameter_enables_vegetarianism: "Enables #V Become a Vegetarian#! minor [decision|E]" + doctrine_parameter_clerics_are_vegetarians: "Clerics of this faith have the trait [GetTrait('vegetarian').GetName(GetNullCharacter)|L]" + doctrine_parameter_cannot_hunt: "Can NOT use the [hunt|E] [activity|E]" + doctrine_ritual_vegetarianism_required_name: "Required" + doctrine_ritual_vegetarianism_required_desc: "This faith views vegetarianism as a goal for which all adherents should strive." + doctrine_ritual_vegetarianism_clerics_name: "Clerics" + doctrine_ritual_vegetarianism_clerics_desc: "This faith views vegetarianism as required for clerics and suggested for adherents." + doctrine_ritual_vegetarianism_partial_name: "Partial" + doctrine_ritual_vegetarianism_partial_desc: "This faith suggests a vegetarian diet, although not strictly required. Some pious adherents may abstain from meat to focus on the divine." + doctrine_ritual_vegetarianism_no_statement_name: "No Statement" + doctrine_ritual_vegetarianism_no_statement_desc: "This faith makes no suggestion concerning vegetarianism." + + #Other doctrines special_doctrine_is_pagan_faith_name:0 "Pagan Faith" is_pagan_faith_name:0 "$special_doctrine_is_pagan_faith_name$" special_doctrine_is_pagan_faith_desc:0 "" diff --git a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml index c70ca8df2d..41e331b80f 100644 --- a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml @@ -33,6 +33,7 @@ DOCTRINE_CHRISTIAN_PNEUMATOLOGY_PNEUMATOMACHI_TRIGGER: "Requires one of the following Hypostatis [bp_christian_doctrines|E]: Binitarianism, Unitarianism, Dynamic Monarchianism, or Dualism." INCOMPATIBLE_DOCTRINE_ADOPTIONISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Adoptionism" INCOMPATIBLE_DOCTRINE_APOLLINARISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Apollinarism" + INCOMPATIBLE_DOCTRINE_ARIANISM: "Incompatible with the [bp_christian_doctrine|E] Arianism" INCOMPATIBLE_DOCTRINE_DOCETISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Docetism" INCOMPATIBLE_DOCTRINE_DYOPHYSITISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Dyophysitism" INCOMPATIBLE_DOCTRINE_EUTYCHIANISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Eutychianism" @@ -41,19 +42,21 @@ INCOMPATIBLE_DOCTRINE_MONOPHYSITISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Monophysitism" INCOMPATIBLE_DOCTRINE_MONOTHELITISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Monothelitism" INCOMPATIBLE_DOCTRINE_NESTORIANISM_TRIGGER: "Incompatible with the [bp_christian_doctrine|E] Nestorianism" - INCOMPATIBLE_DOCTRINE_ARIANISM: "Incompatible with the [bp_christian_doctrine|E] Arianism" NOT_DOCTRINE_ADOPTIONISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Adoptionism" NOT_DOCTRINE_BINITARIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Binitarianism" NOT_DOCTRINE_DOCETISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Docetism" NOT_DOCTRINE_DUALISM_REQUIREMENT_TRIGGER: "Requires the [bp_christian_doctrine|E] Modalistic Monarchianism, Docetism, or Adoptionism" NOT_DOCTRINE_DYNAMIC_MONARCHIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Dynamic Monarchianism" + NOT_DOCTRINE_HYPOSTATES_SUBORDINATIONISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Subordinationism" NOT_DOCTRINE_MODALISTIC_MONARCHIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Modalistic Monarchianism" NOT_DOCTRINE_TRINITARIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Trinitarianism" NOT_DOCTRINE_UNITARIANISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Unitarianism" - NOT_DOCTRINE_HYPOSTATES_SUBORDINATIONISM_TRIGGER: "Requires the [bp_christian_doctrine|E] Subordinationism" REQUIRED_CHRISTOLOGY_FOR_GNOSIS: "Requires one of the following Christological [bp_christian_doctrines|E]: #V $doctrine_christian_christology_adoptionism_name$#!, #V $doctrine_christian_christology_doceticism_name$#!, or #V $doctrine_christian_christology_modalistic_monarchianism_name$#!" REQUIRED_HYPOSTASIS_FOR_GNOSIS: "Requires one of the following Divine Ontology [bp_christian_doctrines|E]: #V $doctrine_christian_hypostases_modalistic_monarchianism_name$#!, #V $doctrine_christian_hypostases_dynamic_monarchianism_name$#!, #V $doctrine_christian_hypostases_unitarianism_name$#!, or #V $doctrine_christian_hypostases_dualism_name$#!" REQUIRED_PNEUMATOLOGY_FOR_GNOSIS: "Requires one of the following Pneumatology [bp_christian_doctrines|E]: #V $doctrine_christian_pneumatology_modalism_name$#!, #V $doctrine_christian_pneumatology_pneumatomachi_name$#!, #V $doctrine_christian_pneumatology_melchisedechian_name$#!, or #V $doctrine_christian_pneumatology_subservient_name$#!" + INCOMPATIBLE_TENET_EXALTATION_OF_PAIN_TRIGGER: "Incompatible with the [core_tenet|E] Exaltation of Pain" + INCOMPATIBLE_TENET_RITUAL_CANNIBALISM_TRIGGER: "Incompatible with the [core_tenet|E] Ritual Cannibalism" + INCOMPATIBLE_TENET_SACRIFICIAL_CEREMONIES_TRIGGER: "Incompatible with the [core_tenet|E] Sacrificial Ceremonies" #Other Christian Doctrine Triggers HAVE_TO_CHOOSE_A_CHRISTOLOGICAL_POSITION: "Must choose a #V Christological#! [bp_christian_doctrine|E]" HAVE_TO_CHOOSE_A_DIVINE_ONTOLOGY_POSITION: "Must choose a #V Divine Ontology" [bp_christian_doctrine|E]" From 0558afbead21b04ba4413a7baf0095e3a8e6d01f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 22 Sep 2022 01:40:32 -0400 Subject: [PATCH 074/339] Implement pilgrimage ritual doctrine * Also update game concpets to include ritual doctrine descriptoins --- WtWSMS/common/_TODO_FIXME_common.info | 2 + .../decisions/BP_lifestyle_decisions.txt | 209 +++++++++++++++++ .../decisions/BP_religious_decisions.txt | 210 ------------------ .../common/game_concepts/BP_game_concepts.txt | 4 + WtWSMS/common/on_action/BP_game_start.txt | 9 + .../doctrines/BP_ritual_doctrines.txt | 58 ++++- .../religion/religions/00_christianity.txt | 13 +- .../script_values/BP_religion_values.txt | 18 +- .../00_religious_triggers_BP_overwrite.txt | 14 +- .../faith_doctrine_groups/_BP_notes.info | 2 +- .../doctrine_ritual_pilgrimages.dds | 3 + .../english/BP_game_concepts_l_english.yml | 5 +- .../BP_cultural_traditions_l_english.yml | 2 +- .../english/gui/BP_faith_view_l_english.yml | 2 +- .../religion/BP_religion_l_english.yml | 16 +- 15 files changed, 318 insertions(+), 249 deletions(-) create mode 100644 WtWSMS/common/decisions/BP_lifestyle_decisions.txt create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index d876ff9a8e..08d9adf73c 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -47,6 +47,8 @@ Beta: * common/religion/doctrines/00_core_tenets.txt: Re-enable selection of tenet_ethnic_religion * common/religion/doctrines/BP_doctrines_hellenic.txt: Make eunuch doctrine selectable * common/religion/doctrines/BP_doctrines_christian.txt: Make certain Jewish Traits negative for negative_opinion_of_jewish_features + * common/religion/doctrines/BP_ritual_doctrines.txt: Check how Islam interacts with pilgrimages; the Hajj is separate from pilgrimages it seems + * common/religion/doctrines/BP_ritual_doctrines.txt: Make sure doctrine_ritual_pilgrimages_disapproves applies to qarmatians as well * common/religion/holy_sites/BP_holy_sites.txt : Consider new effects for legio holy site * common/religion/religions/00_christianity.txt : Add custom religious head for pelagianism * common/religion/religions/00_zoroastrianism.txt : Make Zurvanism Righteous once popular revolts aren't as bad for Sassanids diff --git a/WtWSMS/common/decisions/BP_lifestyle_decisions.txt b/WtWSMS/common/decisions/BP_lifestyle_decisions.txt new file mode 100644 index 0000000000..4c1c07178e --- /dev/null +++ b/WtWSMS/common/decisions/BP_lifestyle_decisions.txt @@ -0,0 +1,209 @@ +### Ritual decisions +become_a_vegetarian = { + picture = "gfx/interface/illustrations/decisions/cathedral_soa_day.dds" + desc = become_a_vegetarian_desc + selection_tooltip = become_a_vegetarian_tooltip + + is_shown = { + OR = { + faith = { has_doctrine_parameter = enables_vegetarianism } + culture = { has_cultural_parameter = enables_vegetarianism } + } + NOT = { has_trait = vegetarian } + } + + is_valid = {} + + is_valid_showing_failures_only = { + prestige >= 0 + piety >= 0 + is_imprisoned = no + } + + cost = { + prestige = 25 + piety = 25 + } + + effect = { add_trait = vegetarian } + + ai_check_interval = 60 + + ai_potential = {} + + ai_will_do = { + base = 10 #Odds they will do it + + #Won't do if they can't pay + modifier = { + factor = 0 + NOT = { gold >= 25 } + NOT = { piety >= 25 } + } + #Won't do it if they eat meat in some way + modifier = { + factor = 0 + OR = { + has_trait = hunter_1 + has_trait = hunter_2 + has_trait = hunter_3 + has_trait = cannibal + } + } + #Partying reduces chance + modifier = { + factor = 0.5 + OR = { + has_trait = reveler_1 + has_trait = reveler_2 + has_trait = reveler_3 + } + } + # 100% chance at 50 zeal + ai_value_modifier = { + ai_zeal = 2 + trigger = { + OR = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_required } + AND = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + is_clergy = yes + } + } + } + } + # 100% chance at 67 zeal for less focused faiths + ai_value_modifier = { + ai_zeal = 1.5 + trigger = { + AND = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + is_clergy = no + } + } + } + + #Personality Trait impacts (cribbed from CK2 VIET) + modifier = { + factor = 2 + OR = { + has_trait = zealous + has_trait = temperate + } + } + modifier = { + factor = 1.5 + OR = { + has_trait = content + has_trait = chaste + } + } + modifier = { + factor = 0.5 + has_trait = fickle + } + modifier = { + factor = 0.1 + has_trait = gluttonous #There definitely are fat vegetarians... + } + modifier = { + factor = 0 + has_trait = sadistic + } + } +} +abandon_vegetarianism = { + picture = "gfx/interface/illustrations/decisions/cathedral_soa_day.dds" + desc = abandon_vegetarianism_desc + selection_tooltip = abandon_vegetarianism_tooltip + + is_shown = { has_trait = vegetarian } + + is_valid = {} + + is_valid_showing_failures_only = { + prestige >= 0 + piety >= 0 + is_imprisoned = no + } + + cost = { + prestige = 25 + piety = 25 + } + + effect = { remove_trait = vegetarian } + + ai_check_interval = 60 + + ai_potential = {} + + ai_will_do = { + base = 10 #Odds they will do it + + #Won't do if they can't pay + modifier = { + factor = 0 + NOT = { gold >= 25 } + NOT = { piety >= 25 } + } + #Will do it if they eat meat in some way + modifier = { + factor = 10 + OR = { + has_trait = hunter_1 + has_trait = hunter_2 + has_trait = hunter_3 + has_trait = cannibal + } + } + #Partying increases chance + modifier = { + factor = 5 + OR = { + has_trait = reveler_1 + has_trait = reveler_2 + has_trait = reveler_3 + } + } + #Won't do if it's required or they are a cleric + modifier = { + factor = 0 + OR = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_required } + AND = { + faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } + is_clergy = yes + } + } + } + + #Personality Trait impacts (mostly inverted from the above) + modifier = { + factor = 0.5 + OR = { + has_trait = zealous + has_trait = temperate + } + } + modifier = { + factor = 0.667 + OR = { + has_trait = content + has_trait = chaste + } + } + modifier = { + factor = 2.0 + has_trait = fickle + } + modifier = { + factor = 10.0 + has_trait = gluttonous #There definitely are fat vegetarians... + } + modifier = { + factor = 10 + has_trait = sadistic + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/decisions/BP_religious_decisions.txt b/WtWSMS/common/decisions/BP_religious_decisions.txt index df8d66cb21..06df650f28 100644 --- a/WtWSMS/common/decisions/BP_religious_decisions.txt +++ b/WtWSMS/common/decisions/BP_religious_decisions.txt @@ -535,213 +535,3 @@ legalize_caucasian_christianity = { } } } - -### Ritual decisions -become_a_vegetarian = { - picture = "gfx/interface/illustrations/decisions/cathedral_soa_day.dds" - desc = become_a_vegetarian_desc - selection_tooltip = become_a_vegetarian_tooltip - - is_shown = { - OR = { - faith = { has_doctrine_parameter = enables_vegetarianism } - culture = { has_cultural_parameter = enables_vegetarianism } - } - NOT = { has_trait = vegetarian } - } - - is_valid = {} - - is_valid_showing_failures_only = { - prestige >= 0 - piety >= 0 - is_imprisoned = no - } - - cost = { - prestige = 25 - piety = 25 - } - - effect = { add_trait = vegetarian } - - ai_check_interval = 60 - - ai_potential = {} - - ai_will_do = { - base = 10 #Odds they will do it - - #Won't do if they can't pay - modifier = { - factor = 0 - NOT = { gold >= 25 } - NOT = { piety >= 25 } - } - #Won't do it if they eat meat in some way - modifier = { - factor = 0 - OR = { - has_trait = hunter_1 - has_trait = hunter_2 - has_trait = hunter_3 - has_trait = cannibal - } - } - #Partying reduces chance - modifier = { - factor = 0.5 - OR = { - has_trait = reveler_1 - has_trait = reveler_2 - has_trait = reveler_3 - } - } - # 100% chance at 50 zeal - ai_value_modifier = { - ai_zeal = 2 - trigger = { - OR = { - faith = { has_doctrine = doctrine_ritual_vegetarianism_required } - AND = { - faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } - is_clergy = yes - } - } - } - } - # 100% chance at 67 zeal for less focused faiths - ai_value_modifier = { - ai_zeal = 1.5 - trigger = { - AND = { - faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } - is_clergy = no - } - } - } - - #Personality Trait impacts (cribbed from CK2 VIET) - modifier = { - factor = 2 - OR = { - has_trait = zealous - has_trait = temperate - } - } - modifier = { - factor = 1.5 - OR = { - has_trait = content - has_trait = chaste - } - } - modifier = { - factor = 0.5 - has_trait = fickle - } - modifier = { - factor = 0.1 - has_trait = gluttonous #There definitely are fat vegetarians... - } - modifier = { - factor = 0 - has_trait = sadistic - } - } -} -abandon_vegetarianism = { - picture = "gfx/interface/illustrations/decisions/cathedral_soa_day.dds" - desc = abandon_vegetarianism_desc - selection_tooltip = abandon_vegetarianism_tooltip - - is_shown = { has_trait = vegetarian } - - is_valid = {} - - is_valid_showing_failures_only = { - prestige >= 0 - piety >= 0 - is_imprisoned = no - } - - cost = { - prestige = 25 - piety = 25 - } - - effect = { remove_trait = vegetarian } - - ai_check_interval = 60 - - ai_potential = {} - - ai_will_do = { - base = 10 #Odds they will do it - - #Won't do if they can't pay - modifier = { - factor = 0 - NOT = { gold >= 25 } - NOT = { piety >= 25 } - } - #Will do it if they eat meat in some way - modifier = { - factor = 10 - OR = { - has_trait = hunter_1 - has_trait = hunter_2 - has_trait = hunter_3 - has_trait = cannibal - } - } - #Partying increases chance - modifier = { - factor = 5 - OR = { - has_trait = reveler_1 - has_trait = reveler_2 - has_trait = reveler_3 - } - } - #Won't do if it's required or they are a cleric - modifier = { - factor = 0 - OR = { - faith = { has_doctrine = doctrine_ritual_vegetarianism_required } - AND = { - faith = { has_doctrine = doctrine_ritual_vegetarianism_clerics } - is_clergy = yes - } - } - } - - #Personality Trait impacts (mostly inverted from the above) - modifier = { - factor = 0.5 - OR = { - has_trait = zealous - has_trait = temperate - } - } - modifier = { - factor = 0.667 - OR = { - has_trait = content - has_trait = chaste - } - } - modifier = { - factor = 2.0 - has_trait = fickle - } - modifier = { - factor = 10.0 - has_trait = gluttonous #There definitely are fat vegetarians... - } - modifier = { - factor = 10 - has_trait = sadistic - } - } -} \ No newline at end of file diff --git a/WtWSMS/common/game_concepts/BP_game_concepts.txt b/WtWSMS/common/game_concepts/BP_game_concepts.txt index 6bc0a52481..6506cd1211 100644 --- a/WtWSMS/common/game_concepts/BP_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_game_concepts.txt @@ -43,6 +43,10 @@ bp_christian_doctrines = { texture = "gfx/interface/icons/event_types/type_faith.dds" alias = { bp_christian_doctrine } } +bp_ritual_doctrines = { + texture = "gfx/interface/icons/event_types/type_faith.dds" + alias = { bp_ritual_doctrine } +} bp_creed = { texture = "gfx/interface/icons/event_types/type_faith.dds" alias = { bp_creeds } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index c26d6d3ae7..1c67fc2b6a 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1300,6 +1300,15 @@ other_religion_effects = { } else = { add_doctrine = doctrine_ritual_vegetarianism_no_statement } } + every_faith = { + limit = { + NOR = { + has_doctrine = doctrine_ritual_pilgrimages_approves + has_doctrine = doctrine_ritual_pilgrimages_disapproves + } + } + add_doctrine = doctrine_ritual_pilgrimages_approves + } } if = { #Treaty of Nvarsak limit = { current_date >= 484.1.1 } diff --git a/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt index a8a94c45bf..4aed68c312 100644 --- a/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt +++ b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt @@ -1,4 +1,50 @@ -#Teaching of the Vedas +doctrine_ritual_pilgrimages = { + group = "ritual" + + #TODO (Beta): Check how Islam interacts with pilgrimages; the Hajj is separate from pilgrimages it seems + doctrine_ritual_pilgrimages_approves = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_pilgrimages_disapproves } + value = flavor_doctrine_cost_mid + } + + if = { + limit = { has_doctrine = doctrine_ritual_pilgrimages_approves } + multiply = flavor_doctrine_unchanged_cost_mult + } + } + can_pick = {} + parameters = { allows_pilgrimage = yes } + character_modifier = {} + traits = {} + } + + #TODO (Beta): Make sure doctrine_ritual_pilgrimages_disapproves applies to qarmatians as well + doctrine_ritual_pilgrimages_disapproves = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_pilgrimages_approves } + value = flavor_doctrine_cost_mid + } + + if = { + limit = { has_doctrine = doctrine_ritual_pilgrimages_disapproves } + multiply = flavor_doctrine_unchanged_cost_mult + } + } + can_pick = {} + #Instead of having to pay for it, get a passive benefit + parameters = {} + character_modifier = { + monthly_piety_gain_mult = 0.05 + #Faiths that historically shunned going on pilgrimages, said they were a waste of time & money. + domain_tax_same_faith_mult = 0.025 + } + traits = {} + } +} + doctrine_ritual_vegetarianism = { group = "ritual" @@ -20,7 +66,7 @@ doctrine_ritual_vegetarianism = { if = { limit = { has_doctrine = doctrine_ritual_vegetarianism_required } - multiply = christian_doctrine_unchanged_cost_mult + multiply = flavor_doctrine_unchanged_cost_mult } } can_pick = { @@ -67,7 +113,7 @@ doctrine_ritual_vegetarianism = { if = { limit = { has_doctrine = doctrine_ritual_vegetarianism_clerics } - multiply = christian_doctrine_unchanged_cost_mult + multiply = flavor_doctrine_unchanged_cost_mult } } can_pick = { @@ -113,7 +159,7 @@ doctrine_ritual_vegetarianism = { if = { limit = { has_doctrine = doctrine_ritual_vegetarianism_partial } - multiply = christian_doctrine_unchanged_cost_mult + multiply = flavor_doctrine_unchanged_cost_mult } } can_pick = {} @@ -138,7 +184,7 @@ doctrine_ritual_vegetarianism = { if = { limit = { has_doctrine = doctrine_ritual_vegetarianism_no_statement } - multiply = christian_doctrine_unchanged_cost_mult + multiply = flavor_doctrine_unchanged_cost_mult } } can_pick = { @@ -147,4 +193,4 @@ doctrine_ritual_vegetarianism = { parameters = {} traits = {} } -} \ No newline at end of file +} diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 43976bf5a5..e3ae1968d3 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -1335,11 +1335,6 @@ #Clerical Functions doctrine = doctrine_clerical_function_recruitment - #Tenets - doctrine = tenet_communion #CK2 excommunication - doctrine = tenet_iconoclasm - doctrine = tenet_unrelenting_faith - #Christian Doctrines doctrine = doctrine_christian_christology_doceticism doctrine = doctrine_christian_hypostases_dualism @@ -1347,6 +1342,14 @@ doctrine = doctrine_christian_communion_transubstantiation doctrine = doctrine_christian_soteriology_gnosis doctrine = doctrine_christian_judaic_role_demiurge + + #Ritual Doctrines + doctrine = doctrine_ritual_pilgrimages_disapproves + + #Tenets + doctrine = tenet_communion #CK2 excommunication + doctrine = tenet_iconoclasm + doctrine = tenet_unrelenting_faith localization = { ReligiousText = paulician_religious_text diff --git a/WtWSMS/common/script_values/BP_religion_values.txt b/WtWSMS/common/script_values/BP_religion_values.txt index 0466352c5b..d9b3f5ac19 100644 --- a/WtWSMS/common/script_values/BP_religion_values.txt +++ b/WtWSMS/common/script_values/BP_religion_values.txt @@ -1,17 +1,19 @@ -#For doctrine categories that are only chrome at this time -christian_doctrine_cost_none = 00 #When adopting from Unstated positions -christian_doctrine_cost_low = 20 -christian_doctrine_cost_mid = 40 -christian_doctrine_cost_high = 60 -christian_doctrine_cost_massive = 100 - -#For various flavor doctrines in game +#For various flavor doctrines in game flavor_doctrine_cost_none = 00 #When adopting from Unstated positions flavor_doctrine_cost_low = 20 flavor_doctrine_cost_mid = 40 flavor_doctrine_cost_high = 60 flavor_doctrine_cost_massive = 100 +flavor_doctrine_unchanged_cost_mult = 0 + +#For doctrine categories that are only chrome at this time +christian_doctrine_cost_none = 00 #When adopting from Unstated positions +christian_doctrine_cost_low = 20 +christian_doctrine_cost_mid = 40 +christian_doctrine_cost_high = 60 +christian_doctrine_cost_massive = 100 + #For doctrine categories that only have trait effects (aka Soteriology) christian_doctrine_soteriology_cost_low = 100 christian_doctrine_soteriology_cost_mid = 200 diff --git a/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt b/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt index 7a9141e270..11e3384937 100644 --- a/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt +++ b/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt @@ -218,17 +218,7 @@ not_non_armenian_standard_christian_faith_trigger = { } believes_in_pilgrimage_trigger = { - NOR = { - # These Faiths historically shunned going on pilgrimages, saying they were a waste of time & money. - ##### Changed from Vanilla: Removed waldenisan - faith = faith:paulician - ##### Changed from Vanilla: Removed lollard - faith = faith:qarmatian - } + faith = { has_doctrine_parameter = allows_pilgrimage } # Also we must have an actual holy site we can visit. - faith = { - any_holy_site = { - exists = this - } - } + faith = { any_holy_site = { exists = this } } } diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info index 0a61b35a50..d3958afc13 100644 --- a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/_BP_notes.info @@ -3,4 +3,4 @@ doctrine_christian_hypostases.dds: from https://commons.wikimedia.org/wiki/File: doctrine_christian_pneumatology.dds from https://commons.wikimedia.org/wiki/File:Esp%C3%ADritu_Santo.jpg under Creative Commons Attribution-Share Alike 4.0 International doctrine_christian_soteriology.dds from https://commons.wikimedia.org/wiki/File:Jesus_ascending_to_heaven.jpg under Public Domain doctrine_christian_communion.dds from https://commons.wikimedia.org/wiki/File:St_Michael_the_Archangel,_Findlay,_OH_-_bread_and_wine_crop_1.jpg under Creative Commons Attribution-Share Alike 4.0 International -doctrine_ritual_vegetarianism.dds from https://commons.wikimedia.org/wiki/File:Vegetarian-mark.svg (Public Domain, not infringing on trademark as we sell nothing) \ No newline at end of file +doctrine_ritual_vegetarianism.dds from https://commons.wikimedia.org/wiki/File:Vegetarian-mark.svg (Public Domain, not infringing on trademark as we sell nothing) diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds new file mode 100644 index 0000000000..8dc848c517 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b449cfe8af00c23ac234f6b8eded83c257791581d5969d469a19d00a03b495 +size 14528 diff --git a/WtWSMS/localization/english/BP_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_game_concepts_l_english.yml index e45ca2706e..40ebbc537a 100644 --- a/WtWSMS/localization/english/BP_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_game_concepts_l_english.yml @@ -28,7 +28,10 @@ game_concept_bp_religion_changes_desc:0 "$EFFECT_LIST_BULLET$ Must have $culture_era_late_antiquity$ [innovation|E] $innovation_state_religion$ to [reform|E] [faiths|E] and [demand_conversion|E] of [vassals|E] and [courtiers|E]\n$EFFECT_LIST_BULLET$ Religious conversion rate is reduced and new [innovations|E] in $culture_era_late_antiquity$ [era|E], $culture_era_early_migration$ Era, and $culture_era_late_migration$ Era to achieve default CK3 conversion rate." game_concept_bp_christian_doctrine: "Christian Doctrine" game_concept_bp_christian_doctrines: "Christian Doctrines" - game_concept_bp_christian_doctrines_desc: "Christian Doctrines are a special sub-category of religious doctrines for Christian [faiths|E] that provide greater detail as to the faith's stances on various religious issues specific to Christians.\n\nNote that to use the Rite tenet during religion creation requires that you do #S not#! change your Christian Doctrines." + game_concept_bp_christian_doctrines_desc: "#V #italic Christian Doctrines#!#! are a special sub-category of religious doctrines for Christian [faiths|E] that provide greater detail as to the faith's stances on various religious issues specific to Christians.\n\nNote that to use the Rite tenet during religion creation requires that you do #S not#! change your Christian Doctrines." + game_concept_bp_ritual_doctrine: "Ritual Doctrine" + game_concept_bp_ritual_doctrines: "Ritual Doctrines" + game_concept_bp_ritual_doctrines_desc: "#V #italic Ritual Doctrines#!#! are are a special sub-category of religious doctrines for all [faiths|E] that interact with game mechanics, such as the [GetTrait('vegetarian').GetName( GetNullCharacter )] [trait|E] or the #V $go_on_pilgrimage_decision$#! minor [decision|E]" game_concept_bp_faith_culture: "Faith Culture" game_concept_bp_faith_culture_possessive: "Faith Culture's" game_concept_bp_faith_culture_desc: "Faiths with the $tenet_autocephaly_name$ or $tenet_ethnic_religion_name$ [core_tenets|E] are associated with a specific culture, which can be seen in #P Green#! when highlighting the tenet in that faith's faith view.\n\nCertain bonuses and maluses are applied depending on if the target:\n$EFFECT_LIST_BULLET$ is the #V [bp_faith_culture]#!\n$EFFECT_LIST_BULLET$ is a [bp_faith_child_culture|E]\n$EFFECT_LIST_BULLET$ is a culture of the same [heritage|E]\n$EFFECT_LIST_BULLET$ is of a different [heritage|E]." diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index c290b69dfd..e2727ea668 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -58,7 +58,7 @@ culture_parameter_unlock_innovation_byzantine_civil_late_antiquity: "Unlocks [bp_greco_latin_late_antiquity_civic_innovations|E]" culture_parameter_unlock_innovation_byzantine_civil_early_migration: "Unlocks [bp_greco_latin_early_migration_civic_innovations|E]" culture_parameter_unlock_innovation_byzantine_civil_late_migration: "Unlocks [bp_greco_latin_late_migration_civic_innovations|E]" - culture_parameter_enables_vegetarianism: "Enables #V Become a Vegetarian#! minor [decision|E]" + culture_parameter_enables_vegetarianism: "$doctrine_parameter_enables_vegetarianism$" culture_parameter_vegetarian_cultural_trait_bonus: "The [GetTrait('vegetarian').GetName( GetNullCharacter )] [trait|E] gives bonuses" ##### WtWSMS General Cultural Parameters ##### diff --git a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml index cfaec7f4ce..69adbe6ecd 100644 --- a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml +++ b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml @@ -1,5 +1,5 @@ l_english: - FAITH_DOCTRINES_RITUAL: "Ritual Doctrines" + FAITH_DOCTRINES_RITUAL: "[bp_ritual_doctrines|E]" FAITH_DOCTRINES_CHRISTIAN_SPECIFIC: "[bp_christian_doctrines|E]" FAITH_DOCTRINES_HINDU_SPECIFIC: "Hindu Doctrines" \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_l_english.yml index 24179c7f0e..ccc552ac54 100644 --- a/WtWSMS/localization/english/religion/BP_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_l_english.yml @@ -13,17 +13,25 @@ doctrine_parameter_hostility_override_eastern_pagan_hostility_doctrine: "Eastern Pagan [faiths|E] are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" #Ritual Doctrines - doctrine_ritual_vegetarianism_name: "Vegetarian Stance" - doctrine_parameter_enables_vegetarianism: "Enables #V Become a Vegetarian#! minor [decision|E]" + #Pilgrimages + doctrine_ritual_pilgrimages_name: "View of Pilgrimages" + doctrine_parameter_allows_pilgrimage: "Enables #V $go_on_pilgrimage_decision$#! minor [decision|E]" + doctrine_ritual_pilgrimages_approves_name: "Approves" + doctrine_ritual_pilgrimages_approves_desc: "This faith views pilgrimages as a righteous endeavour that can help adherents grow closer to the divine." + doctrine_ritual_pilgrimages_disapproves_name: "Disapproves" + doctrine_ritual_pilgrimages_disapproves_desc: "This faith view pilgrimages as a waste of time and money that are better spent on other spiritual endeavours." + #Vegetarianism + doctrine_ritual_vegetarianism_name: "View of Vegetarianism" + doctrine_parameter_enables_vegetarianism: "Enables #V $become_a_vegetarian$#! minor [decision|E]" doctrine_parameter_clerics_are_vegetarians: "Clerics of this faith have the trait [GetTrait('vegetarian').GetName(GetNullCharacter)|L]" - doctrine_parameter_cannot_hunt: "Can NOT use the [hunt|E] [activity|E]" + doctrine_parameter_cannot_hunt: "$culture_parameter_cannot_hunt$" doctrine_ritual_vegetarianism_required_name: "Required" doctrine_ritual_vegetarianism_required_desc: "This faith views vegetarianism as a goal for which all adherents should strive." doctrine_ritual_vegetarianism_clerics_name: "Clerics" doctrine_ritual_vegetarianism_clerics_desc: "This faith views vegetarianism as required for clerics and suggested for adherents." doctrine_ritual_vegetarianism_partial_name: "Partial" doctrine_ritual_vegetarianism_partial_desc: "This faith suggests a vegetarian diet, although not strictly required. Some pious adherents may abstain from meat to focus on the divine." - doctrine_ritual_vegetarianism_no_statement_name: "No Statement" + doctrine_ritual_vegetarianism_no_statement_name: "None" doctrine_ritual_vegetarianism_no_statement_desc: "This faith makes no suggestion concerning vegetarianism." #Other doctrines From b8b0a11a59d9a262d054714b8ea61df0eb4d545d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 22 Sep 2022 23:01:43 -0400 Subject: [PATCH 075/339] Britannia Update * Removed Almannian county, made them a minority in Middlesex instead * Updated Anglo/Old Saxon counties in England * Added Anglo, Irish, Old Saxon, and Jute Minorities where appropriate * Also added church in North Africa that was extant during the period --- .../on_action/sea_minority_game_start.txt | 66 +++++++++++++++++++ WtWSMS/history/provinces/bp_k_england.txt | 42 ++---------- WtWSMS/history/provinces/bp_k_mauretania.txt | 2 +- .../history/titles/bp_k_britannia_secunda.txt | 48 +++++--------- _developer_documentation/_BP_design.info | 1 - 5 files changed, 87 insertions(+), 72 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 36485b134f..48e074dbf4 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1287,6 +1287,72 @@ BP_set_minorities_by_date = { CULTURE = culture:heruli } } + ### Britannia: + #Give the Germans a bit of a boost in lands they control + title:c_middlesex = { + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:old_saxon + } + } + every_county = { + limit = { + OR = { + this = title:c_isle_of_wight + this = title:c_surrey + } + } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:jute + } + } + every_county = { + limit = { + OR = { #All of the Fens + this = title:c_huntingdonshire + this = title:c_northamptonshire + this = title:c_bedford + this = title:c_lincolnshire + } + } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:anglo + } + } + #And the Bucinobantes + title:c_middlesex = { add_small_culture_to_county_effect = { CULTURE = culture:alamannian } } + #And the Irish Settlement of Wales + every_county = { + limit = { + OR = { + this = title:c_pembrokeshire + this = title:c_carmarthenshire + } + } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:celtic_pagan + CULTURE = culture:irish + } + } + every_county = { + limit = { + OR = { + this.duchy = title:d_deheubarth + this.duchy = title:d_gwynedd + } + is_coastal_county = yes + NOR = { + this = title:c_pembrokeshire + this = title:c_carmarthenshire + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:celtic_pagan + CULTURE = culture:irish + } + } # Other Specific Counties #======================== diff --git a/WtWSMS/history/provinces/bp_k_england.txt b/WtWSMS/history/provinces/bp_k_england.txt index f7caad0b32..caaa91b999 100644 --- a/WtWSMS/history/provinces/bp_k_england.txt +++ b/WtWSMS/history/provinces/bp_k_england.txt @@ -34,8 +34,6 @@ religion = insular_celtic holding = tribal_holding special_building_slot = the_tower_of_london_01 - 500.1.1 = { culture = old_saxon } - 620.1.1 = { culture = anglo_saxon } } 1526 = { #London holding = city_holding @@ -54,8 +52,6 @@ culture = old_saxon religion = germanic_pagan holding = tribal_holding - 620.1.1 = { culture = anglo_saxon } - 653.1.1 = { religion = nicene } } 1515 = { #Maldon holding = none @@ -73,23 +69,18 @@ culture = romano_british religion = insular_celtic holding = tribal_holding - 580.1.1 = { culture = anglo } - 610.1.1 = { culture = anglo_saxon } } 1539 = { #Ampthill holding = none } 1540 = { #Luton holding = none - 650.1.1 = { holding = city_holding }#Founded around VIth } ###c_hertfordshire 1531 = { #Berkhamsted culture = romano_british religion = insular_celtic holding = tribal_holding - 550.1.1 = { culture = old_saxon } - 610.1.1 = { culture = anglo_saxon } } 1532 = { #Saint Albans holding = church_holding @@ -104,8 +95,6 @@ culture = romano_british religion = insular_celtic holding = castle_holding - 500.1.1 = { culture = old_saxon } - 620.1.1 = { culture = anglo_saxon } } 1552 = { #Aylesbury holding = none @@ -121,12 +110,9 @@ culture = romano_british religion = insular_celtic holding = tribal_holding - 580.1.1 = { culture = anglo } - 610.1.1 = { culture = anglo_saxon } } 1601 = { #Peterborough holding = none - 655.1.1 = { holding = church_holding } } 1602 = { #Kettering holding = city_holding #Was both roman and Anglo/Saxon settlement @@ -136,8 +122,6 @@ culture = romano_british religion = insular_celtic holding = tribal_holding - 580.1.1 = { culture = anglo } - 610.1.1 = { culture = anglo_saxon } } 1542 = { #Norman Cross holding = none @@ -150,11 +134,9 @@ ###c_norfolk 1522 = { #Norwich - culture = alamannian + culture = anglo religion = germanic_pagan holding = tribal_holding - 620.1.1 = { culture = anglo_saxon } - 604.1.1 = { religion = nicene } } 1523 = { #Thetford holding = none @@ -167,29 +149,24 @@ } ###c_suffolk 1518 = { #Ipswich - culture = old_saxon + culture = anglo religion = germanic_pagan holding = tribal_holding - 620.1.1 = { culture = anglo_saxon } - 604.1.1 = { religion = nicene } } 1519 = { #Sudbury holding = none - 799.1.1 = { holding = city_holding } } 1520 = { #Blything holding = none } 1521 = { #Beodericsworth AKA Bury St Edmunds holding = none - 633.1.1 = { holding = church_holding } } ###c_cambridgeshire 1534 = { #Cambridge - culture = old_saxon + culture = anglo religion = germanic_pagan holding = tribal_holding - 610.1.1 = { culture = anglo_saxon } } 1535 = { #Radfield holding = none @@ -199,7 +176,6 @@ } 1537 = { #Ely holding = none - 673.1.1 = { holding = church_holding } } ##d_canterbury ################################### @@ -209,13 +185,10 @@ culture = jute religion = germanic_pagan holding = tribal_holding - 620.1.1 = { culture = anglo_saxon } - 624.1.1 = { religion = nicene } #Likely conversion of Eadbald } 1503 = { #Canterbury holding = church_holding special_building_slot = holy_site_canterbury_cathedral_01 - 597.1.1 = { special_building = holy_site_canterbury_cathedral_01 } } 1504 = { #Rochester holding = none @@ -228,8 +201,6 @@ culture = romano_british religion = insular_celtic holding = tribal_holding - 500.1.1 = { culture = old_saxon } - 620.1.1 = { culture = anglo_saxon } } 1511 = { #Guildford holding = none @@ -242,15 +213,12 @@ } ###c_sussex 1506 = { #Lewes - culture = romano_british - religion = insular_celtic + culture = old_saxon + religion = germanic_pagan holding = tribal_holding - 500.1.1 = { culture = old_saxon } - 620.1.1 = { culture = anglo_saxon } } 1507 = { #Chichester holding = none - 681.1.1 = { holding = church_holding } } 1508 = { #Arun holding = none diff --git a/WtWSMS/history/provinces/bp_k_mauretania.txt b/WtWSMS/history/provinces/bp_k_mauretania.txt index 4ea3e1d3ab..31a4041dc7 100644 --- a/WtWSMS/history/provinces/bp_k_mauretania.txt +++ b/WtWSMS/history/provinces/bp_k_mauretania.txt @@ -176,7 +176,7 @@ holding = none } 4667 = { #QASR-IBN-SINAN - holding = none + holding = church_holding #Historic Latin bishopric } 4671 = { #AINTEKBALET holding = none diff --git a/WtWSMS/history/titles/bp_k_britannia_secunda.txt b/WtWSMS/history/titles/bp_k_britannia_secunda.txt index a849683d23..f125ddd73b 100644 --- a/WtWSMS/history/titles/bp_k_britannia_secunda.txt +++ b/WtWSMS/history/titles/bp_k_britannia_secunda.txt @@ -459,45 +459,27 @@ c_durham = { holder=170126 # Aldfrith Ingving } } -c_cumberland = { - 355.1.1={ - holder=166466 - } - 384.1.1={ - holder=166465 - } - 412.1.1={ - holder=166464 - } - 436.1.1={ - holder=166463 - } - 488.1.1={ - holder=166462 - } - 501.1.1={ - holder=166461 - } - 525.1.1={ - holder=166459 +c_cumberland = { #Made part of Rheged proper (c_westmorland history) + 470.1.1={ + holder = 8 # King of Rheged } - 535.1.1={ - holder=166458 + 483.1.1={ + holder = 41707 # Meirchion Gul } - 562.1.1={ - holder=166457 + 510.1.1={ + holder = 41709 # Cynfarch Oer } - 612.1.1={ - holder=166456 + 550.1.1={ + holder = 159034 # Elidyr Llydanwyn } - 618.1.1={ - holder=166455 + 565.1.1={ + holder = 159033 # Llywarch Hen } - 620.1.1={ - holder=166454 + 570.1.1={ + holder = 41711 # Urien Rheged } - 627.1.1={ - holder=166453 + 590.1.1={ + holder = 41713 # Owain } 634.1.1={ holder=170119 # Oswald Ingving diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 2c63a34ec4..4984862242 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -39,7 +39,6 @@ IN PROGRESS: ----------------------------------------------------------------- * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... -* Do ethnic religions get bonus feeding in ethnic culture counties? * Possibility of minorities becoming hybrid if hybrid is already extant? * Possibly split minority support/feed code? Probably asking for trouble to have both ranking and feed code use the same paths From c0b314f47989cea527a05c7ec6267887a7c1640b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Sep 2022 01:43:09 -0400 Subject: [PATCH 076/339] Some code changes * Capcaity no longer varies by culture/religion * Rate of underfed/overcapacity checks is instead influenced by ethos/tradition/tenets/doctrines of the majority * New triggers for this interface --- .../on_action/sea_minority_on_actions.txt | 261 +++++++++++------- .../sea_minority_culture_values.txt | 57 +--- .../sea_minority_triggers.txt | 70 +++++ _developer_documentation/_BP_design.info | 2 + 4 files changed, 232 insertions(+), 158 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 31036921c5..cc6bbe2f4c 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -74,8 +74,8 @@ yearly_global_pulse = { on_actions = { - on_yearly_sea_minority_maintainance - on_yearly_sea_majority_maintainance + on_yearly_sea_minority_maintainance #Target County Driven + on_yearly_sea_majority_maintainance #Source County Driven } } @@ -108,6 +108,27 @@ on_yearly_sea_minority_maintainance = { } } + } + } +} +do_immigration = { + effect = { + if = { + limit = { scope:target_county = { is_valid_immigration_target_county_trigger = yes } } + inward_immigration_effect = { THE_TARGET_COUNTY = scope:target_county } + } + } +} + +on_yearly_sea_majority_maintainance = { + effect = { + every_county = { + this = { save_scope_as = source_county } + + ##### Check Culture/Faith Capacity & Feeding ##### + + #Keep these on an if/else_if because both should not happen at the same time + ### Culture if = { #If there are too many minorities, some must die out limit = { @@ -117,6 +138,14 @@ on_yearly_sea_minority_maintainance = { } random = { chance = chance_of_culture_minority_reduction_event_per_year + modifier = { + factor = 0.5 + scope:source_county = { county_checks_culture_overcapacity_less_frequently_trigger = yes } + } + modifier = { + factor = 2.0 + scope:source_county = { county_checks_culture_overcapacity_more_frequently_trigger = yes } + } trigger_event = { days = { 1 360 } on_action = do_culture_reduction @@ -130,6 +159,16 @@ on_yearly_sea_minority_maintainance = { } random = { chance = chance_of_culture_minority_underfed_event_per_year + #Odds of checking underfed are modified by majority culture ethos + #so egalitarian/cosmopolitan counties have less pressure to check + modifier = { + factor = 0.5 + scope:source_county = { county_checks_culture_underfed_less_frequently_trigger = yes } + } + modifier = { + factor = 2.0 + scope:source_county = { county_checks_culture_underfed_more_frequently_trigger = yes } + } trigger_event = { days = { 1 360 } on_action = do_culture_minority_underfed @@ -147,6 +186,16 @@ on_yearly_sea_minority_maintainance = { } random = { chance = chance_of_faith_minority_reduction_event_per_year + #Odds of checking being over capacity are modified by majority faith pluralism + #so pluralist counties have less pressure to check and fundamentalist have more + modifier = { + factor = 0.5 + scope:source_county = { county_checks_faith_overcapacity_less_frequently_trigger = yes } + } + modifier = { + factor = 2.0 + scope:source_county.faith = { county_checks_faith_overcapacity_more_frequently_trigger = yes } + } trigger_event = { days = { 1 360 } on_action = do_faith_reduction @@ -160,6 +209,14 @@ on_yearly_sea_minority_maintainance = { } random = { chance = chance_of_faith_minority_underfed_event_per_year + modifier = { + factor = 0.5 + scope:source_county.faith = { county_checks_faith_underfed_less_frequently_trigger = yes } + } + modifier = { + factor = 2.0 + scope:source_county.faith = { county_checks_faith_underfed_more_frequently_trigger = yes } + } trigger_event = { days = { 1 360 } on_action = do_culture_minority_underfed @@ -167,24 +224,93 @@ on_yearly_sea_minority_maintainance = { } } #Otherwise, keep things as they were + + ##### Minority Outward Effects ##### + + ### Immigration + if = { #Immigration via development is driven by the development differential + limit = { + valid_immigration_source_trigger = yes + NOT = { has_variable = recently_emmigrated } + } + random = { + chance = chance_of_outward_immigration_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_outward_immigration + } + } + } + + ### Faith Evangelization + if = { + limit = { + faith = { is_valid_evangelizing_source_faith_trigger = yes } + NOT = { has_variable = recently_evangelized_faith } + } + random = { + chance = chance_of_faith_majority_evangelization_event_per_year + modifier = { + factor = 2 + faith = { is_frequently_evangelizeing_faith_trigger = yes } + } + modifier = { + factor = 0.5 + faith = { infrequent_evangelization_trigger = yes } + } + modifier = { + factor = 0 + faith = { never_evangelizes_trigger = yes } + } + trigger_event = { + days = { 1 360 } + on_action = do_faith_evangelization + } + } + } + + ##### Minority Growth Effects ##### + + ### Minority Growth + if = { + limit = { + this.number_of_culture_minorities_in_county > 0 + NOT = { has_variable = recently_grew_minority } + } + random = { + chance = chance_of_majority_growth_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_culture_minority_growth + } + } + } + if = { + limit = { + this.number_of_faith_minorities_in_county > 0 + NOT = { has_variable = recently_grew_minority } + } + random = { + chance = chance_of_majority_growth_event_per_year + trigger_event = { + days = { 1 360 } + on_action = do_faith_minority_growth + } + } + } + + } } } -do_immigration = { - effect = { - if = { - limit = { scope:target_county = { is_valid_immigration_target_county_trigger = yes } } - inward_immigration_effect = { THE_TARGET_COUNTY = scope:target_county } - } - } -} +##### Check Culture/Faith Capacity & Feeding ##### do_culture_reduction = { effect = { demote_least_supported_minority_in_county_effect = { CULTURE_OR_FAITH = culture - THE_COUNTY = scope:target_county + THE_COUNTY = scope:source_county } - scope:target_county = { + scope:source_county = { set_variable = { name = recently_demoted_culture years = years_between_over_capacity_reduction_events @@ -196,9 +322,9 @@ do_culture_minority_underfed = { effect = { demote_an_underfed_minority_in_county_effect = { CULTURE_OR_FAITH = culture - THE_COUNTY = scope:target_county + THE_COUNTY = scope:source_county } - scope:target_county = { + scope:source_county = { set_variable = { name = recently_checked_underfed_culture years = years_between_general_events @@ -210,9 +336,9 @@ do_faith_reduction = { effect = { demote_least_supported_minority_in_county_effect = { CULTURE_OR_FAITH = faith - THE_COUNTY = scope:target_county + THE_COUNTY = scope:source_county } - scope:target_county = { + scope:source_county = { set_variable = { name = recently_demoted_faith years = years_between_over_capacity_reduction_events @@ -224,9 +350,9 @@ do_faith_minority_underfed = { effect = { demote_an_underfed_minority_in_county_effect = { CULTURE_OR_FAITH = faith - THE_COUNTY = scope:target_county + THE_COUNTY = scope:source_county } - scope:target_county = { + scope:source_county = { set_variable = { name = recently_checked_underfed_faith years = years_between_general_events @@ -234,95 +360,30 @@ do_faith_minority_underfed = { } } } - -on_yearly_sea_majority_maintainance = { +##### Minority Outward Effects ##### +do_outward_immigration = { effect = { - every_county = { - this = { save_scope_as = source_county } - - ### Immigration - if = { #Immigration via development is driven by the development differential - limit = { - valid_immigration_source_trigger = yes - NOT = { has_variable = recently_emmigrated } - } - random = { - chance = chance_of_outward_immigration_event_per_year - trigger_event = { - days = { 1 360 } - on_action = do_outward_immigration - } - } - } - - ### Minority Growth - if = { - limit = { - this.number_of_culture_minorities_in_county > 0 - NOT = { has_variable = recently_grew_minority } - } - random = { - chance = chance_of_majority_growth_event_per_year - trigger_event = { - days = { 1 360 } - on_action = do_culture_minority_growth - } - } - } - if = { - limit = { - this.number_of_faith_minorities_in_county > 0 - NOT = { has_variable = recently_grew_minority } - } - random = { - chance = chance_of_majority_growth_event_per_year - trigger_event = { - days = { 1 360 } - on_action = do_faith_minority_growth - } - } - } - - ### Faith Evangelization - if = { - limit = { - faith = { is_valid_evangelizing_source_faith_trigger = yes } - NOT = { has_variable = recently_evangelized_faith } - } - random = { - chance = chance_of_faith_majority_evangelization_event_per_year - modifier = { - factor = 2 - faith = { is_frequently_evangelizeing_faith_trigger = yes } - } - modifier = { - factor = 0.5 - faith = { infrequent_evangelization_trigger = yes } - } - modifier = { - factor = 0 - faith = { never_evangelizes_trigger = yes } - } - trigger_event = { - days = { 1 360 } - on_action = do_faith_evangelization - } - } + outward_immigration_effect = { SOURCE_COUNTY = scope:source_county } + scope:source_county = { + set_variable = { + name = recently_emmigrated + years = years_between_general_events } } } } -do_outward_immigration = { +do_faith_evangelization = { effect = { - outward_immigration_effect = { SOURCE_COUNTY = scope:source_county } + evangelization_effect = { SOURCE_COUNTY = scope:source_county } scope:source_county = { set_variable = { - name = recently_emmigrated + name = recently_evangelized_faith years = years_between_general_events } } } } +##### Minority Growth Effects ##### do_culture_minority_growth = { effect = { minority_growth_effect = { @@ -351,17 +412,7 @@ do_faith_minority_growth = { } } } -do_faith_evangelization = { - effect = { - evangelization_effect = { SOURCE_COUNTY = scope:source_county } - scope:source_county = { - set_variable = { - name = recently_evangelized_faith - years = years_between_general_events - } - } - } -} + ##### VANILLA BELOW HERE ##### diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 5bf25558c6..fcb3a69872 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -139,63 +139,14 @@ minority_capacity_of_county = { } minority_capacity_of_county_culture = { value = minority_capacity_of_county - if = { #Only non-tribal counties should support more than one minority - limit = { this = { has_a_non_tribal_holding_trigger = yes } } - # Egalitarian Ethos decreases minority capacity per development cut-off - if = { - limit = { this.culture = { has_cultural_pillar = ethos_egalitarian } } - add = egalitarian_capacity_from_development - if = { limit = { this.development_level >= 04 } add = egalitarian_capacity_from_development } - if = { limit = { this.development_level >= 07 } add = egalitarian_capacity_from_development } - if = { limit = { this.development_level >= 11 } add = egalitarian_capacity_from_development } - if = { limit = { this.development_level >= 18 } add = egalitarian_capacity_from_development } - if = { limit = { this.development_level >= 29 } add = egalitarian_capacity_from_development } - if = { limit = { this.development_level >= 47 } add = egalitarian_capacity_from_development } - if = { limit = { this.development_level >= 76 } add = egalitarian_capacity_from_development } - } - # Communal Ethos decreases minority capacity per development cut-off - else_if = { - limit = { this.culture = { has_cultural_pillar = ethos_communal } } - if = { limit = { this.development_level >= 04 } subtract = communal_capacity_from_development } - if = { limit = { this.development_level >= 07 } subtract = communal_capacity_from_development } - if = { limit = { this.development_level >= 11 } subtract = communal_capacity_from_development } - if = { limit = { this.development_level >= 18 } subtract = communal_capacity_from_development } - if = { limit = { this.development_level >= 29 } subtract = communal_capacity_from_development } - if = { limit = { this.development_level >= 47 } subtract = communal_capacity_from_development } - if = { limit = { this.development_level >= 76 } subtract = communal_capacity_from_development } - } - } + ### Additional Effects between here vvv + ### Additional Effects between here ^^^ min = 1 } minority_capacity_of_county_faith = { value = minority_capacity_of_county - if = { #Only non-tribal counties should support more than one minority - limit = { this = { has_a_non_tribal_holding_trigger = yes } } - # Pluralism decreases minority capacity per development cut-off - if = { - limit = { this.faith = { has_doctrine = doctrine_pluralism_pluralistic } } - add = pluralistic_capacity_from_development - if = { limit = { this.development_level >= 04 } add = pluralistic_capacity_from_development } - if = { limit = { this.development_level >= 07 } add = pluralistic_capacity_from_development } - if = { limit = { this.development_level >= 11 } add = pluralistic_capacity_from_development } - if = { limit = { this.development_level >= 18 } add = pluralistic_capacity_from_development } - if = { limit = { this.development_level >= 29 } add = pluralistic_capacity_from_development } - if = { limit = { this.development_level >= 47 } add = pluralistic_capacity_from_development } - if = { limit = { this.development_level >= 76 } add = pluralistic_capacity_from_development } - } - # Fundamentalism decreases minority capacity per development cut-off - else_if = { - limit = { this.faith = { has_doctrine = doctrine_pluralism_pluralistic } } - add = fundamentalist_capacity_from_development - if = { limit = { this.development_level >= 04 } add = fundamentalist_capacity_from_development } - if = { limit = { this.development_level >= 07 } add = fundamentalist_capacity_from_development } - if = { limit = { this.development_level >= 11 } add = fundamentalist_capacity_from_development } - if = { limit = { this.development_level >= 18 } add = fundamentalist_capacity_from_development } - if = { limit = { this.development_level >= 29 } add = fundamentalist_capacity_from_development } - if = { limit = { this.development_level >= 47 } add = fundamentalist_capacity_from_development } - if = { limit = { this.development_level >= 76 } add = fundamentalist_capacity_from_development } - } - } + ### Additional Effects between here vvv + ### Additional Effects between here ^^^ min = 1 } #County Scope diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index b8af5a98a9..5ef2fabe49 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -201,6 +201,76 @@ valid_immigration_source_trigger = { } } } +#### These determine the rate of various checks of underfed and over capacity + +#County scope +county_checks_culture_overcapacity_less_frequently_trigger = { + culture = { + OR = { + has_cultural_pillar = ethos_egalitarian + has_cultural_tradition = tradition_xenophilic + has_cultural_tradition = tradition_malleable_invaders + + } + } +} +county_checks_culture_overcapacity_more_frequently_trigger = { + culture = { + OR = { + has_cultural_tradition = tradition_diasporic + has_cultural_tradition = tradition_isolationist + has_cultural_tradition = tradition_staunch_traditionalists + has_cultural_tradition = tradition_hellenizers + has_cultural_tradition = tradition_marauders + has_cultural_tradition = tradition_marauders_non_dlc + has_cultural_tradition = tradition_armenian_traditions + has_cultural_tradition = tradition_armenian_traditions_non_dlc + has_cultural_tradition = tradition_hebrew_traditions + has_cultural_tradition = tradition_hebrew_traditions_non_dlc + } + } +} +county_checks_culture_underfed_less_frequently_trigger = { #Separate trigger because other mods may want these to be different + county_checks_culture_overcapacity_less_frequently_trigger = yes +} +county_checks_culture_underfed_more_frequently_trigger = { #Separate trigger because other mods may want these to be different + county_checks_culture_overcapacity_more_frequently_trigger = yes +} + +county_checks_faith_overcapacity_less_frequently_trigger = { + culture = { + OR = { + has_cultural_pillar = ethos_egalitarian + has_cultural_tradition = tradition_african_tolerance + } + } + faith = { + OR = { + has_doctrine = doctrine_pluralism_pluralistic + has_doctrine = tenet_dharmic_pacifism + has_doctrine = tenet_pacifism + has_doctrine = tenet_pastoral_isolation + } + } +} +county_checks_faith_overcapacity_more_frequently_trigger = { + culture = { has_cultural_tradition = tradition_faith_bound } + faith = { + OR = { + has_doctrine = doctrine_pluralism_fundamentalist + has_doctrine = tenet_communal_identity + has_doctrine = tenet_ethnic_religion + has_doctrine = tenet_autocephaly + } + } +} +county_checks_faith_underfed_less_frequently_trigger = { #Separate trigger because other mods may want these to be different + county_checks_faith_overcapacity_less_frequently_trigger = yes +} +county_checks_faith_underfed_more_frequently_trigger = { #Separate trigger because other mods may want these to be different + county_checks_faith_overcapacity_more_frequently_trigger = yes +} + #### These determine the triggers for how much weight a minority uses has_a_non_tribal_holding_trigger = { diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 4984862242..61a0f0714e 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,6 +37,8 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +* Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces + * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... * Possibility of minorities becoming hybrid if hybrid is already extant? From 84f93067dc8af0a8814ef3663821529483c17164 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Sep 2022 01:56:38 -0400 Subject: [PATCH 077/339] Some documentation updates --- WtWSMS/common/on_action/sea_minority_on_actions.txt | 1 - .../script_values/sea_minority_culture_values.txt | 11 ++++++++--- .../common/scripted_effects/sea_minority_effects.txt | 5 +++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index cc6bbe2f4c..239689927c 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -299,7 +299,6 @@ on_yearly_sea_majority_maintainance = { } } - } } } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index fcb3a69872..3c771fa42c 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -21,10 +21,12 @@ # # P | X | Y #-----|-------|----- -# 50% | 1.00% | 70 +# 50% | 12.9% | 05 +# 50% | 6.70% | 10 # 50% | 2.73% | 25 # 50% | 1.38% | 50 -# 50% | 12.9% | 05 +# 50% | 1.00% | 70 + chance_of_minority_immigration_event_per_year = 2.73 chance_of_culture_minority_reduction_event_per_year = 12.9 @@ -36,7 +38,10 @@ chance_of_faith_minority_underfed_event_per_year = 2.73 chance_of_faith_majority_evangelization_event_per_year = 2.73 chance_of_majority_growth_event_per_year = 1.38 -chance_of_outward_immigration_event_per_year = 2.73 +#NB: this will be additionally weighted by the the difference in development between the +#target and the source. This just controls the probabilty that a specific county will get checked to +#try and migrate per year +chance_of_outward_immigration_event_per_year = 6.70 #This is the rate when it is **not** your faith minority_faith_conversion_speed = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 84782ed978..a91adeb815 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -212,6 +212,11 @@ outward_immigration_effect = { if = { limit = { exists = scope:target_county } #Odds of immigration actually happening depends on differential in county development + # + # Assuming no minorities to start and the same county is picked each time, the weighting is such that: + # A 100 point development differential will likely flip the target in around 30-50 years (1-2 Generations) + # A 50 point development differential will likely flip the target in 60-100 years (3-5 Generations) + # A 20 point development differential will likely flip the target in around 100-150 years (6-8 Generations) random = { chance = 100 modifier = { From af305942f93f939e0efa0ce31183561a7a0f97c5 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Sep 2022 12:52:11 -0400 Subject: [PATCH 078/339] Implement Naked Priests as a doctrine for Jains --- .../02_doctrines_special_BP_overwrite.txt | 15 ++++++++++++ .../common/religion/religions/00_jainism.txt | 2 ++ .../faith_doctrine_groups/nudity_doctrine.dds | 3 +++ WtWSMS/gui/window_faith.gui | 21 +++++++++++++++++ WtWSMS/gui/window_faith_creation.gui | 23 +++++++++++++++++++ .../english/gui/BP_faith_view_l_english.yml | 2 +- .../religion/BP_religion_l_english.yml | 5 ++++ _developer_documentation/_BP_design.info | 1 + 8 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrine_groups/nudity_doctrine.dds diff --git a/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt b/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt index b29e2c2de1..b7a684cd71 100644 --- a/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt +++ b/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt @@ -44,3 +44,18 @@ is_gnostic_faith = { } } } + +##### Changed from Vanilla: Made into a Jain doctrine +nudity_doctrine = { + group = "jain_doctrines" + + special_doctrine_naked_priests = { + parameters = { + naked_priests_active = yes + } + } + + special_doctrine_clothed_priests = { + parameters = {} + } +} diff --git a/WtWSMS/common/religion/religions/00_jainism.txt b/WtWSMS/common/religion/religions/00_jainism.txt index ad68070265..185e092a2f 100644 --- a/WtWSMS/common/religion/religions/00_jainism.txt +++ b/WtWSMS/common/religion/religions/00_jainism.txt @@ -246,6 +246,8 @@ holy_site = ellora holy_site = sittannavasal + doctrine = special_doctrine_clothed_priests + doctrine = tenet_dharmic_pacifism doctrine = tenet_adaptive doctrine = tenet_vows_of_poverty diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/nudity_doctrine.dds b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/nudity_doctrine.dds new file mode 100644 index 0000000000..54bcdb75cd --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/nudity_doctrine.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d58a6fd94cb2fa08454e244ce4209bdcbc14aaae6af4b3df40903dced19af2e +size 14528 diff --git a/WtWSMS/gui/window_faith.gui b/WtWSMS/gui/window_faith.gui index 90114183bf..d9d74e5aca 100644 --- a/WtWSMS/gui/window_faith.gui +++ b/WtWSMS/gui/window_faith.gui @@ -640,6 +640,27 @@ window = { item = { widget_doctrine_item_unique = {} } } } + vbox = { #Jain Faiths + visible = "[Faith.HasDoctrineByKey( 'special_doctrine_is_jainism_faith' )]" + layoutpolicy_horizontal = expanding + spacing = 10 + + text_label_center = { + layoutpolicy_horizontal = expanding + text = "FAITH_DOCTRINES_JAIN_SPECIFIC" + default_format = "#low" + } + + fixedgridbox = { + datamodel = "[FaithWindow.GetGroupingHelper( 'jain_doctrines' ).GetGrouping]" + flipdirection = yes + addcolumn = 230 + addrow = 65 + datamodel_wrap = 2 + + item = { widget_doctrine_item = {} } + } + } ##### Changed from Vanilla ^^^^^ } diff --git a/WtWSMS/gui/window_faith_creation.gui b/WtWSMS/gui/window_faith_creation.gui index 0b9b1afbcd..bde04b2462 100644 --- a/WtWSMS/gui/window_faith_creation.gui +++ b/WtWSMS/gui/window_faith_creation.gui @@ -402,6 +402,29 @@ window = { item = { widget_doctrine_selection_item_unique = {} } } } + vbox = { #Jain Faiths + visible = "[GetPlayer.GetFaith.HasDoctrineByKey( 'special_doctrine_is_jainism_faith' )]" + layoutpolicy_horizontal = expanding + spacing = 10 + + text_label_left = { + layoutpolicy_horizontal = expanding + text = "FAITH_DOCTRINES_CHRISTIAN_SPECIFIC" + default_format = "#low" + } + + fixedgridbox = { + name = "FAITH_DOCTRINES_CHRISTIAN_SPECIFIC" + datamodel = "[FaithCreationWindow.GetGroupingHelper( 'jain_doctrines' ).GetGrouping]" + + flipdirection = yes + addcolumn = 270 + addrow = 65 + datamodel_wrap = 2 + + item = { widget_doctrine_selection_item = {} } + } + } ##### Changed from Vanilla ^^^^^ } } diff --git a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml index 69adbe6ecd..711e399bb3 100644 --- a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml +++ b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml @@ -2,4 +2,4 @@ FAITH_DOCTRINES_RITUAL: "[bp_ritual_doctrines|E]" FAITH_DOCTRINES_CHRISTIAN_SPECIFIC: "[bp_christian_doctrines|E]" FAITH_DOCTRINES_HINDU_SPECIFIC: "Hindu Doctrines" - \ No newline at end of file + FAITH_DOCTRINES_JAIN_SPECIFIC: "Jain Doctrines" \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_l_english.yml index ccc552ac54..f92e3c865f 100644 --- a/WtWSMS/localization/english/religion/BP_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_l_english.yml @@ -12,6 +12,10 @@ eastern_pagan_hostility_doctrine_desc: "The following religions are Eastern Pagan:\n[GetReligionFamily('rf_eastern_pagan').GetReligions]" doctrine_parameter_hostility_override_eastern_pagan_hostility_doctrine: "Eastern Pagan [faiths|E] are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" + #Jain Doctrines + special_doctrine_clothed_priests_name: "Clothed Priests" + special_doctrine_clothed_priests_desc: "Priests of this faith wear clothes" + #Ritual Doctrines #Pilgrimages doctrine_ritual_pilgrimages_name: "View of Pilgrimages" @@ -40,6 +44,7 @@ special_doctrine_is_pagan_faith_desc:0 "" doctrine_parameter_hostility_override_tenet_interpretatio_romana:2 "Pagan [faiths|E] are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$" + #Clerical notes doctrine_parameter_clergy_are_always_monks:0 "Clerics of this faith always have the trait [GetTrait('devoted').GetName( GetNullCharacter )]." doctrine_parameter_clergy_are_always_eunuchs:0 "Clerics of this faith always have the trait [GetTrait('eunuch').GetName( GetNullCharacter )]." diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 61a0f0714e..cdaabbf32c 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -49,6 +49,7 @@ IN PROGRESS: * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities +* Sahara event should use minorities * Adaptive should reduce minority size slightly * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism * Revise province faith/cultures in light of minorities From 2c54f46af78624ffc1e926a39c2da587775d2e99 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:01:44 -0400 Subject: [PATCH 079/339] Add minority passive effect modifiers Added a suite of county modifiers that give the presence of minorities a passive bonus/ --- .../sea_minority_county_modifiers.txt | 101 +++++++++++++++++- .../on_action/sea_minority_game_start.txt | 13 +++ .../on_action/sea_minority_on_actions.txt | 4 +- .../sea_minority_culture_values.txt | 8 +- .../sea_minority_culture_values_generic.txt | 38 +++++++ .../sea_minority_effects_generic.txt | 100 +++++++++++++++++ .../english/sea_minority_submod_l_english.yml | 35 ++++++ _developer_documentation/_BP_design.info | 4 + 8 files changed, 298 insertions(+), 5 deletions(-) diff --git a/WtWSMS/common/modifiers/sea_minority_county_modifiers.txt b/WtWSMS/common/modifiers/sea_minority_county_modifiers.txt index a386fb3d5f..5ec3fa9de2 100644 --- a/WtWSMS/common/modifiers/sea_minority_county_modifiers.txt +++ b/WtWSMS/common/modifiers/sea_minority_county_modifiers.txt @@ -1,5 +1,4 @@ - -small_minority_expelled_modifier = { +small_minority_expelled_modifier = { icon = dread_negative monthly_county_control_change_add = 0.2 development_growth_factor = -0.1 @@ -17,3 +16,101 @@ ruler_expelled_minority_modifier = { icon = dread_negative county_opinion_add = -40 } + +##### CULTURE & FAITH MINORITY MODIFIERS ##### +minority_01 = { + icon = family_positive + county_opinion_add = -1 + development_growth_factor = 0.01 + tax_mult = 0.01 +} +minority_02 = { + icon = family_positive + county_opinion_add = -2 + development_growth_factor = 0.02 + tax_mult = 0.02 +} +minority_03 = { + icon = family_positive + county_opinion_add = -3 + development_growth_factor = 0.03 + tax_mult = 0.03 +} +minority_04 = { + icon = family_positive + county_opinion_add = -4 + development_growth_factor = 0.04 + tax_mult = 0.04 +} +minority_05 = { + icon = family_positive + county_opinion_add = -5 + development_growth_factor = 0.05 + tax_mult = 0.05 +} +minority_06 = { + icon = family_positive + county_opinion_add = -6 + development_growth_factor = 0.06 + tax_mult = 0.06 +} +minority_07 = { + icon = family_positive + county_opinion_add = -7 + development_growth_factor = 0.07 + tax_mult = 0.07 +} +minority_08 = { + icon = family_positive + county_opinion_add = -8 + development_growth_factor = 0.08 + tax_mult = 0.08 +} +minority_09 = { + icon = family_positive + county_opinion_add = -9 + development_growth_factor = 0.09 + tax_mult = 0.09 +} +minority_10 = { + icon = family_positive + county_opinion_add = -10 + development_growth_factor = 0.10 + tax_mult = 0.10 +} +minority_11 = { + icon = family_positive + county_opinion_add = -11 + development_growth_factor = 0.11 + tax_mult = 0.11 +} +minority_12 = { + icon = family_positive + county_opinion_add = -12 + development_growth_factor = 0.12 + tax_mult = 0.12 +} +minority_13 = { + icon = family_positive + county_opinion_add = -13 + development_growth_factor = 0.13 + tax_mult = 0.13 +} +minority_14 = { + icon = family_positive + county_opinion_add = -14 + development_growth_factor = 0.14 + tax_mult = 0.14 +} +minority_15 = { + icon = family_positive + county_opinion_add = -15 + development_growth_factor = 0.15 + tax_mult = 0.15 +} +minority_16 = { + icon = family_positive + county_opinion_add = -16 + development_growth_factor = 0.16 + tax_mult = 0.16 +} diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 48e074dbf4..c29f2a438b 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -9,6 +9,8 @@ on_game_start = { set_minorities_game_start BP_set_minorities_universal BP_set_minorities_by_date + ### This must be executed **after** all other game start actions to ensure we find every minority + set_minority_modifiers_start } } @@ -1467,3 +1469,14 @@ BP_set_minorities_by_date = { initial_spawn_minority_courtiers = { effect = { every_ruler = { trigger_event = { on_action = spawn_minority_characters } } } } + +set_minority_modifiers_start = { + effect = { + every_county = { + if = { + limit = { county_has_any_type_of_minority = yes } + update_minority_modifier_effect = yes + } + } + } +} diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 239689927c..e03d882ad0 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -134,7 +134,7 @@ on_yearly_sea_majority_maintainance = { limit = { county_has_minority_culture_trigger = yes NOT = { has_variable = recently_demoted_culture } - this.number_of_culture_minorities_in_county_weighted > this.minority_capacity_of_county + this.number_of_culture_minorities_in_county_weighted > this.minority_capacity_of_county_culture } random = { chance = chance_of_culture_minority_reduction_event_per_year @@ -182,7 +182,7 @@ on_yearly_sea_majority_maintainance = { limit = { county_has_minority_faith_trigger = yes NOT = { has_variable = recently_demoted_faith } - this.number_of_faith_minorities_in_county_weighted > this.minority_capacity_of_county + this.number_of_faith_minorities_in_county_weighted > this.minority_capacity_of_county_faith } random = { chance = chance_of_faith_minority_reduction_event_per_year diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 3c771fa42c..09b09c4697 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -15,6 +15,8 @@ } ##### Changed from Vanilla vvvvv +##### Event Frequency Values + #Assuming you know how many years Y you want a P% of a minority spread, you can #calculate as P = (1-X)^Y, for P the chance of minority spread # So here's a quick look-up table: @@ -43,6 +45,8 @@ chance_of_majority_growth_event_per_year = 1.38 #try and migrate per year chance_of_outward_immigration_event_per_year = 6.70 +##### Councillor Action Speed + #This is the rate when it is **not** your faith minority_faith_conversion_speed = { value = number_of_minority_levels @@ -125,6 +129,8 @@ converting_culture_minority_in_majority_province_speed_reduction = { ### Add additional speed-up/slow-down effects here } +##### Minority Capacity & Utilization + #County Scope minority_capacity_of_county = { # Every county can support minorities as a function of its development; We will utilize the Lucas @@ -259,7 +265,7 @@ number_of_faith_minorities_in_county_weighted = { } } -### Minority Supports +### Minority Support Values #Note that the values are less than zero to keep the ordering algorithms simple #Also, presumes the scope `the_county` has been set diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index f8c3026f40..3997d7ee29 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -59,6 +59,44 @@ number_of_faith_minorities_in_county = { this = { every_in_list = { variable = faith_minorities_large add = 1 } } } } +number_of_all_minorities_in_county = { + value = 0 + if = { + limit = { this = { has_variable_list = culture_minorities_small } } + this = { every_in_list = { variable = culture_minorities_small add = 1 } } + } + if = { + limit = { this = { has_variable_list = culture_minorities_large } } + this = { every_in_list = { variable = culture_minorities_large add = 1 } } + } + if = { + limit = { this = { has_variable_list = faith_minorities_small } } + this = { every_in_list = { variable = faith_minorities_small add = 1 } } + } + if = { + limit = { this = { has_variable_list = faith_minorities_large } } + this = { every_in_list = { variable = faith_minorities_large add = 1 } } + } +} +number_of_all_minorities_including_size_in_county = { + value = 0 + if = { + limit = { this = { has_variable_list = culture_minorities_small } } + this = { every_in_list = { variable = culture_minorities_small add = 1 } } + } + if = { + limit = { this = { has_variable_list = culture_minorities_large } } + this = { every_in_list = { variable = culture_minorities_large add = 2 } } + } + if = { + limit = { this = { has_variable_list = faith_minorities_small } } + this = { every_in_list = { variable = faith_minorities_small add = 1 } } + } + if = { + limit = { this = { has_variable_list = faith_minorities_large } } + this = { every_in_list = { variable = faith_minorities_large add = 2 } } + } +} #Generic Pseudo-Template code for minority support diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt index af0081f4f4..f4b2ccea48 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt @@ -73,6 +73,103 @@ add_minority_to_region_effect = { ### General Routines +remove_specific_minority_modifer_effect = { + if = { + limit = { has_county_modifier = minority_$NUMBER$ } + remove_county_modifier = minority_$NUMBER$ + } +} +add_specific_minority_modifer_effect = { add_county_modifier = minority_$NUMBER$ } +remove_any_minority_modifier_effect = { + remove_specific_minority_modifer_effect = { NUMBER = 01 } + remove_specific_minority_modifer_effect = { NUMBER = 02 } + remove_specific_minority_modifer_effect = { NUMBER = 03 } + remove_specific_minority_modifer_effect = { NUMBER = 04 } + remove_specific_minority_modifer_effect = { NUMBER = 05 } + remove_specific_minority_modifer_effect = { NUMBER = 06 } + remove_specific_minority_modifer_effect = { NUMBER = 07 } + remove_specific_minority_modifer_effect = { NUMBER = 08 } + remove_specific_minority_modifer_effect = { NUMBER = 09 } + remove_specific_minority_modifer_effect = { NUMBER = 10 } + remove_specific_minority_modifer_effect = { NUMBER = 11 } + remove_specific_minority_modifer_effect = { NUMBER = 12 } + remove_specific_minority_modifer_effect = { NUMBER = 13 } + remove_specific_minority_modifer_effect = { NUMBER = 14 } + remove_specific_minority_modifer_effect = { NUMBER = 15 } + remove_specific_minority_modifer_effect = { NUMBER = 16 } +} +update_minority_modifier_effect = { + this = { save_temporary_scope_as = the_county } + #Remove any existing minority modifiers + remove_any_minority_modifier_effect = yes + #Add the new modifier + if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 1 } + add_specific_minority_modifer_effect = { NUMBER = 01 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 2 } + add_specific_minority_modifer_effect = { NUMBER = 02 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 3 } + add_specific_minority_modifer_effect = { NUMBER = 03 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 4 } + add_specific_minority_modifer_effect = { NUMBER = 04 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 5 } + add_specific_minority_modifer_effect = { NUMBER = 05 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 6 } + add_specific_minority_modifer_effect = { NUMBER = 06 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 7 } + add_specific_minority_modifer_effect = { NUMBER = 07 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 8 } + add_specific_minority_modifer_effect = { NUMBER = 08 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 9 } + add_specific_minority_modifer_effect = { NUMBER = 09 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 10 } + add_specific_minority_modifer_effect = { NUMBER = 10 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 11 } + add_specific_minority_modifer_effect = { NUMBER = 11 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 12 } + add_specific_minority_modifer_effect = { NUMBER = 12 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 13 } + add_specific_minority_modifer_effect = { NUMBER = 13 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 14 } + add_specific_minority_modifer_effect = { NUMBER = 14 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 15 } + add_specific_minority_modifer_effect = { NUMBER = 15 } + } + else_if = { + limit = { scope:the_county.number_of_all_minorities_including_size_in_county = 16 } + add_specific_minority_modifer_effect = { NUMBER = 16 } + } + else = { debug_log = "INVALID NUMBER OF MINORITIES IN COUNTY" } +} + #This is done at a county scope # $ITEM$ = a scoped faith or culture # $CULTURE_OR_FAITH$: either "culture" or "faith" @@ -93,6 +190,7 @@ promote_minority_but_not_to_majority_effect = { } } else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } + update_minority_modifier_effect = yes } # County scope # $ITEM$ = a scoped faith or culture @@ -122,6 +220,7 @@ promote_minority_effect = { set_county_$CULTURE_OR_FAITH$ = $ITEM$ } else = { add_to_variable_list = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } + update_minority_modifier_effect = yes } #This is done at a county scope @@ -143,6 +242,7 @@ demote_minority_effect = { } remove_list_variable = { name = $CULTURE_OR_FAITH$_minorities_small target = $ITEM$ } } + update_minority_modifier_effect = yes } ### On-Actions diff --git a/WtWSMS/localization/english/sea_minority_submod_l_english.yml b/WtWSMS/localization/english/sea_minority_submod_l_english.yml index 3ffba8afbe..4f9140fdd6 100644 --- a/WtWSMS/localization/english/sea_minority_submod_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_submod_l_english.yml @@ -37,6 +37,41 @@ large_minority_expelled_modifier_desc:0 "A large group of peasants have been forcibly removed from this county." ruler_expelled_minority_modifier:0 "Ruler Expelled Kinsmen" ruler_expelled_minority_modifier_desc:0 "The people of this county are angry that their kinsmen have been expelled from another part of the realm." + ##### Changed from Vanilla vvvvv + minority_01: "Minorities" + minority_01_desc: "The presence of minorities in this county improves the economic situation at the cost of public friction." + minority_02: "$minority_01$" + minority_02_desc: "$minority_01_desc$" + minority_03: "$minority_01$" + minority_03_desc: "$minority_01_desc$" + minority_04: "$minority_01$" + minority_04_desc: "$minority_01_desc$" + minority_05: "$minority_01$" + minority_05_desc: "$minority_01_desc$" + minority_06: "$minority_01$" + minority_06_desc: "$minority_01_desc$" + minority_07: "$minority_01$" + minority_07_desc: "$minority_01_desc$" + minority_08: "$minority_01$" + minority_08_desc: "$minority_01_desc$" + minority_09: "$minority_01$" + minority_09_desc: "$minority_01_desc$" + minority_10: "$minority_01$" + minority_10_desc: "$minority_01_desc$" + minority_11: "$minority_01$" + minority_11_desc: "$minority_01_desc$" + minority_12: "$minority_01$" + minority_12_desc: "$minority_01_desc$" + minority_13: "$minority_01$" + minority_13_desc: "$minority_01_desc$" + minority_14: "$minority_01$" + minority_14_desc: "$minority_01_desc$" + minority_15: "$minority_01$" + minority_15_desc: "$minority_01_desc$" + minority_16: "$minority_01$" + minority_16_desc: "$minority_01_desc$" + + ##### Changed from Vanilla ^^^^^ cultural_acceptance_loss_expulsion:0 "[expelled_culture.GetName] culture expelled from [expulsion_realm.GetName]" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index cdaabbf32c..a4e3512942 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,8 +37,12 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +* External missionary work? + * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces +* Get Iranian Paganism into the Pagan Family + * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... * Possibility of minorities becoming hybrid if hybrid is already extant? From e6b761db95cd66afcb4d39a5044b351550fea6c1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Sep 2022 23:47:17 -0400 Subject: [PATCH 080/339] Conversion Ritual Doctrine & cleanup * Update ritual doctrines * Made sure ethnic religions use "Discouraged" in most cases * Removed extraneous religions by adding a game on action; this should increase Vanilla compatibility in future updates --- .../council_tasks/BP_court_chaplain_tasks.txt | 237 +++++++++++ WtWSMS/common/on_action/BP_game_start.txt | 59 ++- .../religion/doctrines/00_core_tenets.txt | 2 +- .../doctrines/BP_ritual_doctrines.txt | 86 +++- WtWSMS/common/religion/religions/00_akom.txt | 228 ----------- .../common/religion/religions/00_baltic.txt | 232 ----------- WtWSMS/common/religion/religions/00_bon.txt | 6 + .../common/religion/religions/00_buddhism.txt | 2 + .../religion/religions/00_christianity.txt | 5 + .../religion/religions/00_donyipoloism.txt | 11 + .../common/religion/religions/00_dualism.txt | 12 + .../common/religion/religions/00_germanic.txt | 5 + .../religion/religions/00_hellenism.txt | 5 + .../common/religion/religions/00_hinduism.txt | 9 + .../common/religion/religions/00_jainism.txt | 2 + .../common/religion/religions/00_judaism.txt | 15 +- .../religion/religions/00_mundhumism.txt | 5 + .../common/religion/religions/00_qiangic.txt | 384 ------------------ .../common/religion/religions/00_tengrism.txt | 5 + .../religion/religions/00_zoroastrianism.txt | 8 + .../common/religion/religions/00_zunism.txt | 5 + .../common/religion/religions/BP_arabian.txt | 5 + .../common/religion/religions/BP_assyrian.txt | 5 + .../common/religion/religions/BP_berber.txt | 5 + .../common/religion/religions/BP_bosporan.txt | 5 + .../common/religion/religions/BP_celtic.txt | 5 + .../common/religion/religions/BP_egyptian.txt | 5 + .../common/religion/religions/BP_georgian.txt | 5 + .../religion/religions/BP_hepthalite.txt | 5 + WtWSMS/common/religion/religions/BP_munda.txt | 5 + .../religion/religions/BP_paleo_balkan.txt | 7 + .../common/religion/religions/BP_scythian.txt | 5 + .../doctrine_ritual_conversion.dds | 3 + .../religion/BP_religion_l_english.yml | 11 + _developer_documentation/_BP_design.info | 10 +- 35 files changed, 537 insertions(+), 867 deletions(-) create mode 100644 WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt delete mode 100644 WtWSMS/common/religion/religions/00_akom.txt delete mode 100644 WtWSMS/common/religion/religions/00_baltic.txt delete mode 100644 WtWSMS/common/religion/religions/00_qiangic.txt create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_conversion.dds diff --git a/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt b/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt new file mode 100644 index 0000000000..54c4701a70 --- /dev/null +++ b/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt @@ -0,0 +1,237 @@ +##### Changed from Vanilla: Updated progress with various modifiers for BP, updated targets, added new game rule effects +task_conversion_external = { + is_shown = { scope:councillor_liege.faith = { has_doctrine_parameter = external_conversion_enabled } } + + position = councillor_court_chaplain + + task_type = task_type_county + county_target = all + ai_county_target = neighbor_land + task_progress = task_progress_percentage + highlight_own_realm = no + + effect_desc = { + desc = task_conversion_effect_desc + desc = { + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_conversion_opinion_gain + } + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_conversion_development_gain + } + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_conversion_levy_gain + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_conversion_resistance_to_conversion + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_conversion_opinion_loss + } + } + } + + progress = { + value = 0 + #Base conversion speed + add = { + value = court_chaplain_conversion_base + desc = COURT_CHAPLAIN_PROGRESS_BASE + } + add = { + value = scope:councillor.court_chaplain_conversion_monthly_increase + desc = SCALED_COUNCILLOR_LEARNING_VALUE + } + #Fervor of Court Chaplain's Faith + if = { + limit = { # Conditional in order to not mess up the preview-tooltip + exists = scope:county + exists = scope:councillor.faith + exists = scope:county.faith + } + add = { + add = { + add = scope:councillor.court_chaplain_progress_percentage + multiply = scope:councillor.faith.fervor + multiply = convert_faith_fervor_modifier_scale + } + subtract = { + add = scope:councillor.court_chaplain_progress_percentage + multiply = scope:county.faith.fervor + multiply = convert_faith_fervor_modifier_scale + } + if = { + limit = { + scope:councillor_liege = { has_perk = religious_icon_perk } + } + min = 0 + } + desc = COURT_CHAPLAIN_CONVERSION_FERVOR_IMPACT + } + } + add = court_chaplain_conversion_contextual_bonuses + + # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + if = { + limit = { + exists = scope:county + scope:county = { + development_level > 0 + } + } + add = { + value = scope:county.convert_faith_development_penalty + desc = STEWARD_PROMOTE_CULTURE_DEVELOPMENT_PENALTY + } + } + + # Conversion speed game rules + if = { + limit = { + has_game_rule = slower_faith_conversion_speed + } + multiply = { + value = slower_game_rule_value + desc = GAME_RULE_SLOWER_REASON + } + } + if = { + limit = { + has_game_rule = significantly_slower_faith_conversion_speed + } + multiply = { + value = significantly_slower_game_rule_value + desc = GAME_RULE_SIGNIFICANTLY_SLOWER_REASON + } + } + if = { + limit = { + has_game_rule = faster_faith_conversion_speed + } + multiply = { + value = faster_game_rule_value + desc = GAME_RULE_FASTER_REASON + } + } + if = { + limit = { + has_game_rule = significantly_faster_faith_conversion_speed + } + multiply = { + value = significantly_faster_game_rule_value + desc = GAME_RULE_SIGNIFICANTLY_FASTER_REASON + } + } + ##### Changed from Vanilla vvvvv + if = { + limit = { has_game_rule = bp_default_culture_conversion_speed } + multiply = { + value = bp_default_faith_conversion_value + desc = GAME_RULE_DEFAULT_BP_FAITH_CONVERSION_VALUE + } + } + ##### Changed from Vanilla ^^^^^ + if = { + limit = { + exists = scope:county + OR = { + AND = { + scope:councillor.faith = { has_doctrine_parameter = unreformed_syncretic_actor_opinion_active } + scope:county.faith = { has_doctrine_parameter = unreformed } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = christianity_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = islamic_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = islam_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = jewish_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = judaism_religion } + } + } + } + min = { + value = 0.1 + desc = minimum_conversion + } + } + ### Minority Stuff ### + + # Because the task needs to complete several times with the minority system + multiply = minority_faith_conversion_speed + + if = { + limit = { scope:county.faith = scope:councillor_liege.faith } + multiply = { + value = converting_faith_minority_in_majority_province_speed_reduction + desc = converting_minority_desc + } + } + ### End Minority Stuff ### + } + + potential_county = { + scope:county = { + ##### Changed from Vanilla vvvvv + trigger_if = { + limit = { holder.top_liege = scope:councillor_liege } + custom_tooltip = { + text = cannot_target_own_realm + always = no + } + } + trigger_else_if = { + limit = { NOT = { holder.top_leige = scope:councillor_liege } } + custom_tooltip = { + text = must_be_unreformed + faith = { has_doctrine_parameter = unreformed } + holder.top_liege.faith = { has_doctrine_parameter = unreformed } + this = holder.top_liege.capital_county + holder = { in_diplomatic_range = scope:councillor_liege } + } + } + ##### Changed from Vanilla ^^^^^ + } + } + + on_finish_task_county = { + scope:county = { + if = { + limit = { scope:county.faith = scope:councillor.faith } + demote_least_supported_minority_in_county_effect = { + CULTURE_OR_FAITH = faith + THE_COUNTY = scope:county + } + } + else = { + promote_minority_effect = { + CULTURE_OR_FAITH = faith + ITEM = scope:councillor.faith + } + } + } + } + + monthly_on_action = task_convert_side_effects + + ai_will_do = { value = 0 } #Disabled for AI at this time +} diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 1c67fc2b6a..3e23e63dda 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1265,6 +1265,7 @@ set_ethnic_religion_flags = { faith:samaritan = { set_variable = { name = ethnic_religion_culture value = culture:hebrew } } faith:tzadikite = { set_variable = { name = ethnic_religion_culture value = culture:juhuro } } faith:haymanot = { set_variable = { name = ethnic_religion_culture value = culture:sidamic } } + faith:malabarism = { set_variable = { name = ethnic_religion_culture value = culture:kochinim } } #Munhumism faith:kiratism = { set_variable = { name = ethnic_religion_culture value = culture:kirati } } faith:yumaism = { set_variable = { name = ethnic_religion_culture value = culture:kirati } } @@ -1283,31 +1284,55 @@ other_religion_effects = { effect = { #Pagan Iranianism is not a Zoroastrian faith... faith:iranian_pagan_faith = { remove_doctrine = special_doctrine_is_zoroastrian_faith } - #Set Various default Ritual doctrines + #Set Various default Ritual doctrines so we don't have to copy over every (otherwise) + #untouched faith from Vanilla every_religion_global = { every_faith = { - limit = { - NOR = { - has_doctrine = doctrine_ritual_vegetarianism_required - has_doctrine = doctrine_ritual_vegetarianism_clerics - has_doctrine = doctrine_ritual_vegetarianism_partial - has_doctrine = doctrine_ritual_vegetarianism_no_statement + #Conversion + if = { + limit = { + NOR = { + has_doctrine = doctrine_ritual_conversion_encouraged + has_doctrine = doctrine_ritual_conversion_neutral + has_doctrine = doctrine_ritual_conversion_discouraged + } } + add_doctrine = doctrine_ritual_conversion_neutral } + #Pilgrimages if = { - limit = { religion = religion:taoism_religion } #CK2 effect - add_doctrine = doctrine_ritual_vegetarianism_partial + limit = { + NOR = { + has_doctrine = doctrine_ritual_pilgrimages_approves + has_doctrine = doctrine_ritual_pilgrimages_disapproves + } + } + add_doctrine = doctrine_ritual_pilgrimages_approves } - else = { add_doctrine = doctrine_ritual_vegetarianism_no_statement } - } - every_faith = { - limit = { - NOR = { - has_doctrine = doctrine_ritual_pilgrimages_approves - has_doctrine = doctrine_ritual_pilgrimages_disapproves + #Vegetarianism + if = { + limit = { + NOR = { + has_doctrine = doctrine_ritual_vegetarianism_required + has_doctrine = doctrine_ritual_vegetarianism_clerics + has_doctrine = doctrine_ritual_vegetarianism_partial + has_doctrine = doctrine_ritual_vegetarianism_no_statement + } + } + if = { + limit = { religion = religion:taoism_religion } #CK2 effect + add_doctrine = doctrine_ritual_vegetarianism_partial } + else = { add_doctrine = doctrine_ritual_vegetarianism_no_statement } + } + #Pagan Faiths so we can minimize the amount of Vanilla overwrite + if = { + limit = { + religion = { is_in_family = rf_pagan } + NOT = { has_doctrine = special_doctrine_is_pagan_faith } + } + add_doctrine = special_doctrine_is_pagan_faith } - add_doctrine = doctrine_ritual_pilgrimages_approves } } if = { #Treaty of Nvarsak diff --git a/WtWSMS/common/religion/doctrines/00_core_tenets.txt b/WtWSMS/common/religion/doctrines/00_core_tenets.txt index 6353eda241..fd0c4dc5f9 100644 --- a/WtWSMS/common/religion/doctrines/00_core_tenets.txt +++ b/WtWSMS/common/religion/doctrines/00_core_tenets.txt @@ -3965,7 +3965,7 @@ # Multiplier for keeping same tenet if = { - limit = { has_doctrine = tenet_communal_identity } + limit = { has_doctrine = tenet_ethnic_religion } multiply = faith_unchanged_doctrine_cost_mult } } diff --git a/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt index 4aed68c312..0ddbb36c76 100644 --- a/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt +++ b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt @@ -1,4 +1,88 @@ -doctrine_ritual_pilgrimages = { +doctrine_ritual_conversion = { + group = "ritual" + + doctrine_ritual_conversion_encouraged = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_conversion_neutral } + value = flavor_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_ritual_conversion_discouraged } + value = flavor_doctrine_cost_massive + } + + if = { + limit = { has_doctrine = doctrine_ritual_conversion_encouraged } + multiply = flavor_doctrine_unchanged_cost_mult + } + } + can_pick = { + custom_description = { + text = incompatible_tenet_ethnic_religion_trigger + NOT = { flag:tenet_ethnic_religion = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_interpretatio_romana_trigger + NOT = { flag:tenet_interpretatio_romana = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_communal_identity_trigger + NOT = { flag:tenet_communal_identity = { is_in_list = selected_doctrines } } + } + } + parameters = { + external_conversion_enabled = yes + demand_conversion_enabled = yes + } + } + + doctrine_ritual_conversion_neutral = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_conversion_encouraged } + value = flavor_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_ritual_conversion_discouraged } + value = flavor_doctrine_cost_mid + } + + if = { + limit = { has_doctrine = doctrine_ritual_conversion_neutral } + multiply = flavor_doctrine_unchanged_cost_mult + } + } + can_pick = {} + parameters = { demand_conversion_enabled = yes } + } + + doctrine_ritual_conversion_discouraged = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_conversion_encouraged } + value = flavor_doctrine_cost_massive + } + else_if = { + limit = { has_doctrine = doctrine_ritual_conversion_neutral } + value = flavor_doctrine_cost_mid + } + + if = { + limit = { has_doctrine = doctrine_ritual_conversion_discouraged } + multiply = flavor_doctrine_unchanged_cost_mult + } + } + can_pick = { + NOT = { religion_tag = christianity_religion } + NOT = { religion_tag = islam_religion } + NOT = { religion_tag = buddhism_religion } + } + parameters = {} + } +} + +doctrine_ritual_pilgrimages = { group = "ritual" #TODO (Beta): Check how Islam interacts with pilgrimages; the Hajj is separate from pilgrimages it seems diff --git a/WtWSMS/common/religion/religions/00_akom.txt b/WtWSMS/common/religion/religions/00_akom.txt deleted file mode 100644 index bded121f34..0000000000 --- a/WtWSMS/common/religion/religions/00_akom.txt +++ /dev/null @@ -1,228 +0,0 @@ -akom_religion = { - family = rf_pagan - - doctrine = pagan_hostility_doctrine - - pagan_roots = yes - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_pluralism_pluralistic - doctrine = doctrine_theocracy_lay_clergy - - #Marriage - doctrine = doctrine_monogamy - doctrine = doctrine_divorce_allowed - doctrine = doctrine_bastardry_legitimization - doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece - - #Crimes - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_kinslaying_close_kin_crime - doctrine = doctrine_deviancy_shunned - doctrine = doctrine_witchcraft_crime - - #Clerical Functions - doctrine = doctrine_clerical_function_taxation - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_clerical_marriage_allowed - doctrine = doctrine_clerical_succession_temporal_appointment - - #Pagan Status Doctrine - doctrine = special_doctrine_is_pagan_faith - - traits = { - virtues = { brave just compassionate } - sins = { craven arbitrary callous } - } - - custom_faith_icons = { - custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s - } - - holy_order_names = { - { name = "holy_order_guardians_of_divinerealm" } - { name = "holy_order_faithful_of_highgod" } - { name = "holy_order_warriors_of_the_symbol" } - } - - holy_order_maa = { horn_warrior } - - localization = { - HighGodName = akom_high_god_name - HighGodName2 = akom_high_god_name_2 - HighGodNamePossessive = akom_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_HE - HighGodHerselfHimself = CHARACTER_HIMSELF - HighGodHerHis = CHARACTER_HERHIS_HIS - HighGodNameAlternate = akom_high_god_name_alternate - HighGodNameAlternatePossessive = akom_high_god_name_alternate_possessive - - #Creator - CreatorName = akom_high_god_name - CreatorNamePossessive = akom_high_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_HE - CreatorHerHis = CHARACTER_HERHIS_HIS - CreatorHerHim = CHARACTER_HERHIM_HIM - - #HealthGod - HealthGodName = akom_health_god_name - HealthGodNamePossessive = akom_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = akom_fertility_god_name - FertilityGodNamePossessive = akom_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = akom_wealth_god_name - WealthGodNamePossessive = akom_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_SHE - WealthGodHerHis = CHARACTER_HERHIS_HER - WealthGodHerHim = CHARACTER_HERHIM_HER - - #HouseholdGod - HouseholdGodName = akom_wealth_god_name - HouseholdGodNamePossessive = akom_wealth_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_SHE - HouseholdGodHerHis = CHARACTER_HERHIS_HER - HouseholdGodHerHim = CHARACTER_HERHIM_HER - - #FateGod - FateGodName = akom_high_god_name - FateGodNamePossessive = akom_high_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_HE - FateGodHerHis = CHARACTER_HERHIS_HIS - FateGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = akom_knowledge_god_name - KnowledgeGodNamePossessive = akom_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = akom_war_god_name - WarGodNamePossessive = akom_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = akom_knowledge_god_name - TricksterGodNamePossessive = akom_knowledge_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_HE - TricksterGodHerHis = CHARACTER_HERHIS_HIS - TricksterGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = akom_night_god_name - NightGodNamePossessive = akom_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_SHE - NightGodHerHis = CHARACTER_HERHIS_HER - NightGodHerHim = CHARACTER_HERHIM_HER - - #WaterGod - WaterGodName = akom_water_god_name - WaterGodNamePossessive = akom_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_IT - WaterGodHerHis = CHARACTER_HERHIS_ITS - WaterGodHerHim = CHARACTER_HERHIM_IT - - - PantheonTerm = akom_the_abosom - PantheonTerm2 = akom_the_abosom_2 - PantheonTerm3 = akom_the_abosom_3 - PantheonTermHasHave = pantheon_term_have - GoodGodNames = { akom_high_god_name akom_high_god_name_alternate akom_health_god_name akom_knowledge_god_name akom_the_nsamanfo } - DevilName = paganism_evil_god_decay - DevilNamePossessive = paganism_evil_god_decay_possessive - DevilSheHe = CHARACTER_SHEHE_IT - DevilHerHis = CHARACTER_HERHIS_ITS - DevilHerselfHimself = CHARACTER_ITSELF - EvilGodNames = { paganism_evil_god_decay paganism_evil_god_drought paganism_devil_name } - HouseOfWorship = paganism_house_of_worship - HouseOfWorship2 = paganism_house_of_worship_2 - HouseOfWorship3 = paganism_house_of_worship_3 - HouseOfWorshipPlural = paganism_house_of_worship_plural - ReligiousSymbol = akom_gye_nyame - ReligiousSymbol2 = akom_gye_nyame_2 - ReligiousSymbol3 = akom_gye_nyame_3 - ReligiousText = paganism_religious_text - ReligiousText2 = paganism_religious_text_2 - ReligiousText3 = paganism_religious_text_3 - ReligiousHeadName = akom_religious_head_nsoroma - ReligiousHeadTitleName = paganism_religious_head_title_name - DevoteeMale = paganism_devotee - DevoteeMalePlural = paganism_devoteeplural - DevoteeFemale = paganism_devotee - DevoteeFemalePlural = paganism_devoteeplural - DevoteeNeuter = paganism_devotee - DevoteeNeuterPlural = paganism_devoteeplural - PriestMale = paganism_priest - PriestMalePlural = paganism_priest_plural - PriestFemale = paganism_priest - PriestFemalePlural = paganism_priest_plural - PriestNeuter = paganism_priest - PriestNeuterPlural = paganism_priest_plural - AltPriestTermPlural = paganism_priest_alternate_plural - BishopMale = akom_high_priest - BishopMalePlural = akom_high_priest_plural - BishopFemale = akom_high_priest - BishopFemalePlural = akom_high_priest_plural - BishopNeuter = akom_high_priest - BishopNeuterPlural = akom_high_priest_plural - DivineRealm = akom_divine_realm - DivineRealm2 = akom_divine_realm_2 - DivineRealm3 = akom_divine_realm_3 - PositiveAfterLife = akom_afterlife - PositiveAfterLife2 = akom_afterlife_2 - PositiveAfterLife3 = akom_afterlife_3 - NegativeAfterLife = akom_afterlife - NegativeAfterLife2 = akom_afterlife_2 - NegativeAfterLife3 = akom_afterlife_3 - DeathDeityName = paganism_death_deity_name - DeathDeityNamePossessive = paganism_death_deity_name_possessive - DeathDeitySheHe = CHARACTER_SHEHE_IT - DeathDeityHerHis = CHARACTER_HERHIS_ITS - WitchGodName = akom_night_god_name - WitchGodNamePossessive = akom_night_god_name_possessive - WitchGodHerHis = CHARACTER_HERHIS_HER - WitchGodSheHe = CHARACTER_SHEHE_SHE - WitchGodHerHim = CHARACTER_HERHIM_HER - WitchGodMistressMaster = mistress - WitchGodMotherFather = mother - - GHWName = ghw_great_holy_war - GHWNamePlural = ghw_great_holy_wars - } - - faiths = { - akom_pagan = { - color = { 0.9 0.7 0.3 } - icon = akanism - reformed_icon = akanism_reformed - - holy_site = bono - holy_site = kumasi - holy_site = ife - holy_site = nikki - holy_site = jenne - - doctrine = west_african_unreformed_faith_doctrine - - doctrine = tenet_adorcism - doctrine = tenet_ritual_celebrations - doctrine = tenet_ancestor_worship - } - } -} diff --git a/WtWSMS/common/religion/religions/00_baltic.txt b/WtWSMS/common/religion/religions/00_baltic.txt deleted file mode 100644 index 29563c8a13..0000000000 --- a/WtWSMS/common/religion/religions/00_baltic.txt +++ /dev/null @@ -1,232 +0,0 @@ -baltic_religion = { - family = rf_pagan - graphical_faith = pagan_gfx - - pagan_roots = yes - - doctrine = pagan_hostility_doctrine - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_pluralism_righteous - doctrine = doctrine_theocracy_lay_clergy - - #Marriage - doctrine = doctrine_concubines - doctrine = doctrine_divorce_allowed - doctrine = doctrine_bastardry_legitimization - doctrine = doctrine_consanguinity_cousins - - #Crimes - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_kinslaying_close_kin_crime - doctrine = doctrine_deviancy_crime - doctrine = doctrine_witchcraft_crime - - #Clerical Functions - doctrine = doctrine_clerical_function_recruitment - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_clerical_marriage_allowed - doctrine = doctrine_clerical_succession_temporal_appointment - - #Pagan Status Doctrine - doctrine = special_doctrine_is_pagan_faith - - traits = { - virtues = { brave just calm } - sins = { craven arbitrary wrathful } - } - - custom_faith_icons = { - custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s - } - - holy_order_names = { - { name = "holy_order_chosen_of_perkunas" } - { name = "holy_order_guardians_of_divinerealm" } - { name = "holy_order_faithful_of_highgod" } - { name = "holy_order_warriors_of_the_symbol" } - } - - holy_order_maa = { metsanvartija } - - localization = { - HighGodName = baltic_high_god_name - HighGodName2 = baltic_high_god_name_2 - HighGodNamePossessive = baltic_high_god_name_possessive - HighGodNameSheHe = baltic_high_god_she_he - HighGodHerselfHimself = CHARACTER_HIMSELF - HighGodHerHis = CHARACTER_HERHIS_HIS - HighGodNameAlternate = baltic_high_god_name_alternate - HighGodNameAlternatePossessive = baltic_high_god_name_alternate_possessive - - #Creator - CreatorName = baltic_creator_god_name - CreatorNamePossessive = baltic_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_HE - CreatorHerHis = CHARACTER_HERHIS_HIS - CreatorHerHim = CHARACTER_HERHIM_HIM - - #HealthGod - HealthGodName = baltic_health_god_name - HealthGodNamePossessive = baltic_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = baltic_fertility_god_name - FertilityGodNamePossessive = baltic_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_HE - FertilityGodHerHis = CHARACTER_HERHIS_HIS - FertilityGodHerHim = CHARACTER_HERHIM_HIM - - #WealthGod - WealthGodName = baltic_wealth_god_name - WealthGodNamePossessive = baltic_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_SHE - WealthGodHerHis = CHARACTER_HERHIS_HER - WealthGodHerHim = CHARACTER_HERHIM_HER - - #HouseholdGod - HouseholdGodName = baltic_household_god_name - HouseholdGodNamePossessive = baltic_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_SHE - HouseholdGodHerHis = CHARACTER_HERHIS_HER - HouseholdGodHerHim = CHARACTER_HERHIM_HER - - #FateGod - FateGodName = baltic_fate_god_name - FateGodNamePossessive = baltic_fate_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_SHE - FateGodHerHis = CHARACTER_HERHIS_HER - FateGodHerHim = CHARACTER_HERHIM_HER - - #KnowledgeGod - KnowledgeGodName = baltic_knowledge_god_name - KnowledgeGodNamePossessive = baltic_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = baltic_war_god_name - WarGodNamePossessive = baltic_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = baltic_trickster_god_name - TricksterGodNamePossessive = baltic_trickster_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_THEY - TricksterGodHerHis = CHARACTER_HERHIS_THEIR - TricksterGodHerHim = CHARACTER_HERHIM_THEM - - #NightGod - NightGodName = baltic_night_god_name - NightGodNamePossessive = baltic_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_SHE - NightGodHerHis = CHARACTER_HERHIS_HER - NightGodHerHim = CHARACTER_HERHIM_HER - - #WaterGod - WaterGodName = baltic_water_god_name - WaterGodNamePossessive = baltic_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - - - PantheonTerm = religion_the_gods - PantheonTerm2 = religion_the_gods_2 - PantheonTerm3 = religion_the_gods_3 - PantheonTermHasHave = pantheon_term_have - GoodGodNames = { baltic_good_god_perkunas baltic_good_god_laima baltic_good_god_gabija baltic_good_god_patrimpas } - DevilName = baltic_devil_name - DevilNamePossessive = baltic_devil_name_possessive - DevilSheHe = CHARACTER_SHEHE_HE - DevilHerHis = CHARACTER_HERHIS_HIS - DevilHerselfHimself = CHARACTER_HIMSELF - EvilGodNames = { baltic_evil_god_ragana baltic_evil_god_slogutis baltic_evil_god_ziburinis } - HouseOfWorship = paganism_house_of_worship - HouseOfWorship2 = paganism_house_of_worship_2 - HouseOfWorship3 = paganism_house_of_worship_3 - HouseOfWorshipPlural = paganism_house_of_worship_plural - ReligiousSymbol = baltic_religious_symbol - ReligiousSymbol2 = baltic_religious_symbol_2 - ReligiousSymbol3 = baltic_religious_symbol_3 - ReligiousText = baltic_religious_text - ReligiousText2 = baltic_religious_text_2 - ReligiousText3 = baltic_religious_text_3 - ReligiousHeadName = baltic_religious_head_title - ReligiousHeadTitleName = baltic_religious_head_title_name - DevoteeMale = paganism_devotee - DevoteeMalePlural = paganism_devoteeplural - DevoteeFemale = paganism_devotee - DevoteeFemalePlural = paganism_devoteeplural - DevoteeNeuter = paganism_devotee - DevoteeNeuterPlural = paganism_devoteeplural - PriestMale = baltic_priest_male - PriestMalePlural = baltic_priest_male_plural - PriestFemale = baltic_priest_female - PriestFemalePlural = baltic_priest_female_plural - PriestNeuter = baltic_priest_male - PriestNeuterPlural = baltic_priest_male_plural - AltPriestTermPlural = paganism_priest_alternate_plural - BishopMale = baltic_priest_male - BishopMalePlural = baltic_priest_male_plural - BishopFemale = baltic_priest_female - BishopFemalePlural = baltic_priest_female_plural - BishopNeuter = baltic_priest_male - BishopNeuterPlural = baltic_priest_male_plural - DivineRealm = paganism_divine_realm - DivineRealm2 = paganism_divine_realm_2 - DivineRealm3 = paganism_divine_realm_3 - PositiveAfterLife = paganism_afterlife - PositiveAfterLife2 = paganism_afterlife_2 - PositiveAfterLife3 = paganism_afterlife_3 - NegativeAfterLife = paganism_afterlife - NegativeAfterLife2 = paganism_afterlife_2 - NegativeAfterLife3 = paganism_afterlife_3 - DeathDeityName = baltic_death_deity_name - DeathDeityNamePossessive = baltic_death_deity_name_possessive - DeathDeitySheHe = CHARACTER_SHEHE_SHE - DeathDeityHerHis = CHARACTER_HERHIS_HER - WitchGodName = witchgodname_baltic_dievas_senelis - WitchGodNamePossessive = witchgodname_baltic_dievas_senelis_possessive - WitchGodSheHe = CHARACTER_SHEHE_HE - WitchGodHerHim = CHARACTER_HERHIM_HIM - WitchGodMistressMaster = master - WitchGodMotherFather = father - WitchGodHerHis = CHARACTER_HERHIS_HIS - - GHWName = ghw_great_holy_war - GHWNamePlural = ghw_great_holy_wars - } - - faiths = { - #WtWSMS Differences: No raiding, **can** declare HW - baltic_pagan = { - color = { 0.6 0.4 0.3 } - icon = baltic - reformed_icon = baltic_reformed - - holy_site = pokaini - holy_site = torun - holy_site = hiiumaa - holy_site = braslau - holy_site = rugen - - doctrine = unreformed_faith_doctrine - - doctrine = tenet_sacred_childbirth - doctrine = tenet_ancestor_worship - doctrine = tenet_sanctity_of_nature - } - } -} diff --git a/WtWSMS/common/religion/religions/00_bon.txt b/WtWSMS/common/religion/religions/00_bon.txt index 8c9f8ae5fa..a236b175b3 100644 --- a/WtWSMS/common/religion/religions/00_bon.txt +++ b/WtWSMS/common/religion/religions/00_bon.txt @@ -31,6 +31,12 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + + #Special Doctrines doctrine = tibetan_sky_burials traits = { diff --git a/WtWSMS/common/religion/religions/00_buddhism.txt b/WtWSMS/common/religion/religions/00_buddhism.txt index a960515c4d..89406bb5e8 100644 --- a/WtWSMS/common/religion/religions/00_buddhism.txt +++ b/WtWSMS/common/religion/religions/00_buddhism.txt @@ -30,6 +30,8 @@ doctrine = doctrine_clerical_succession_spiritual_fixed_appointment #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged + doctrine = doctrine_ritual_pilgrimages_approves doctrine = doctrine_ritual_vegetarianism_clerics #Special Doctrines diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index e3ae1968d3..c81eae255c 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -30,6 +30,11 @@ doctrine = doctrine_clerical_marriage_disallowed doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Christian Doctrines doctrine = doctrine_christian_christology_dyophysitism doctrine = doctrine_christian_hypostases_trinitarianism diff --git a/WtWSMS/common/religion/religions/00_donyipoloism.txt b/WtWSMS/common/religion/religions/00_donyipoloism.txt index 061b14d7f7..7e4f631d3a 100644 --- a/WtWSMS/common/religion/religions/00_donyipoloism.txt +++ b/WtWSMS/common/religion/religions/00_donyipoloism.txt @@ -40,6 +40,11 @@ tani_religion = { doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + traits = { virtues = { temperate content honest forgiving } sins = { greedy wrathful ambitious } @@ -265,6 +270,8 @@ tani_religion = { doctrine = doctrine_clerical_gender_male_only + doctrine = doctrine_ritual_conversion_discouraged + doctrine = tenet_religious_legal_pronouncements doctrine = tenet_ethnic_religion doctrine = tenet_sanctity_of_nature @@ -313,6 +320,8 @@ tani_religion = { doctrine = unreformed_faith_doctrine + doctrine = doctrine_ritual_conversion_discouraged + doctrine = tenet_sanctity_of_nature doctrine = tenet_ethnic_religion doctrine = tenet_inner_journey @@ -481,6 +490,8 @@ tani_religion = { doctrine = unreformed_faith_doctrine + doctrine = doctrine_ritual_conversion_discouraged + doctrine = tenet_sanctity_of_nature doctrine = tenet_ethnic_religion doctrine = tenet_ancestor_worship diff --git a/WtWSMS/common/religion/religions/00_dualism.txt b/WtWSMS/common/religion/religions/00_dualism.txt index 80a171583e..ed680fbe52 100644 --- a/WtWSMS/common/religion/religions/00_dualism.txt +++ b/WtWSMS/common/religion/religions/00_dualism.txt @@ -29,6 +29,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_spiritual_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Special Doctrine for Dualists doctrine = special_doctrine_is_gnostic_faith @@ -908,6 +913,9 @@ #Main Group doctrine = doctrine_pluralism_fundamentalist + #Ritual + doctrine = doctrine_ritual_conversion_discouraged + #Tenets doctrine = tenet_astrology #Importance of Stars/Planets in fates and places of detention doctrine = tenet_esotericism @@ -1023,6 +1031,10 @@ holy_site = damascus holy_site = jerusalem + #Ritual + doctrine = doctrine_ritual_conversion_discouraged + + #Tenets doctrine = tenet_hellenic_syncretism doctrine = tenet_astrology doctrine = tenet_ethnic_religion diff --git a/WtWSMS/common/religion/religions/00_germanic.txt b/WtWSMS/common/religion/religions/00_germanic.txt index 43662dae7a..a5192ffa55 100644 --- a/WtWSMS/common/religion/religions/00_germanic.txt +++ b/WtWSMS/common/religion/religions/00_germanic.txt @@ -32,6 +32,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/00_hellenism.txt b/WtWSMS/common/religion/religions/00_hellenism.txt index b14811252f..1933580e4b 100644 --- a/WtWSMS/common/religion/religions/00_hellenism.txt +++ b/WtWSMS/common/religion/religions/00_hellenism.txt @@ -33,6 +33,11 @@ hellenism_religion = { doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Special Doctrine for Christian Syncretism doctrine = special_doctrine_is_hellenic_faith doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/00_hinduism.txt b/WtWSMS/common/religion/religions/00_hinduism.txt index 0914b528cc..a27ec5f725 100644 --- a/WtWSMS/common/religion/religions/00_hinduism.txt +++ b/WtWSMS/common/religion/religions/00_hinduism.txt @@ -29,6 +29,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Special Doctrines doctrine = special_doctrine_is_hinduism_faith @@ -892,6 +897,8 @@ doctrine = unreformed_faith_doctrine doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_ritual_conversion_discouraged + #Tenets doctrine = tenet_bhakti doctrine = tenet_ritual_hospitality @@ -912,6 +919,8 @@ holy_site = haridwar holy_site = khotan + doctrine = doctrine_ritual_conversion_discouraged + doctrine = unreformed_faith_doctrine doctrine = doctrine_theocracy_lay_clergy diff --git a/WtWSMS/common/religion/religions/00_jainism.txt b/WtWSMS/common/religion/religions/00_jainism.txt index 185e092a2f..7ec4eef829 100644 --- a/WtWSMS/common/religion/religions/00_jainism.txt +++ b/WtWSMS/common/religion/religions/00_jainism.txt @@ -30,6 +30,8 @@ doctrine = doctrine_clerical_succession_spiritual_fixed_appointment #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves doctrine = doctrine_ritual_vegetarianism_required #Special Doctrines diff --git a/WtWSMS/common/religion/religions/00_judaism.txt b/WtWSMS/common/religion/religions/00_judaism.txt index fe6a593408..93bfbd38e3 100644 --- a/WtWSMS/common/religion/religions/00_judaism.txt +++ b/WtWSMS/common/religion/religions/00_judaism.txt @@ -30,6 +30,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_fixed_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Special Doctrine for Jewish Syncretism doctrine = special_doctrine_is_jewish_faith @@ -278,6 +283,8 @@ holy_site = alexandria holy_site = damascus + doctrine = doctrine_ritual_conversion_discouraged + #tenets doctrine = tenet_ethnic_religion doctrine = tenet_literalism @@ -300,6 +307,8 @@ #Doctrines doctrine = doctrine_no_head + doctrine = doctrine_ritual_conversion_discouraged + #tenets doctrine = tenet_ethnic_religion doctrine = tenet_unrelenting_faith @@ -339,6 +348,8 @@ doctrine = tenet_religious_legal_pronouncements doctrine = tenet_monasticism #Better matches haymanot uniqueness (https://en.wikipedia.org/wiki/Haymanot#Monasticism) + doctrine = doctrine_ritual_conversion_discouraged + #Doctrines doctrine = doctrine_spiritual_head @@ -402,8 +413,10 @@ holy_site = alexandria holy_site = kerala #Replaces seimen in favor of Indian location + doctrine = doctrine_ritual_conversion_discouraged + #tenets - doctrine = tenet_communal_identity + doctrine = tenet_ethnic_religion doctrine = tenet_religious_legal_pronouncements doctrine = tenet_eastern_syncretism diff --git a/WtWSMS/common/religion/religions/00_mundhumism.txt b/WtWSMS/common/religion/religions/00_mundhumism.txt index 938c4861e9..9f438e1a66 100644 --- a/WtWSMS/common/religion/religions/00_mundhumism.txt +++ b/WtWSMS/common/religion/religions/00_mundhumism.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + traits = { virtues = { temperate content honest forgiving } sins = { greedy wrathful ambitious } diff --git a/WtWSMS/common/religion/religions/00_qiangic.txt b/WtWSMS/common/religion/religions/00_qiangic.txt deleted file mode 100644 index 3d65a34306..0000000000 --- a/WtWSMS/common/religion/religions/00_qiangic.txt +++ /dev/null @@ -1,384 +0,0 @@ -qiangic_religion = { # Qiang/Tangut/Pumi/Nakhi Folk Religion - family = rf_eastern_pagan - graphical_faith = dharmic_gfx - doctrine = eastern_pagan_hostility_doctrine - - pagan_roots = yes - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_equal - doctrine = doctrine_pluralism_pluralistic - doctrine = doctrine_theocracy_lay_clergy - - #Marriage - doctrine = doctrine_concubines - doctrine = doctrine_divorce_allowed - doctrine = doctrine_bastardry_none - doctrine = doctrine_consanguinity_cousins - - #Crimes - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_adultery_men_accepted - doctrine = doctrine_adultery_women_accepted - doctrine = doctrine_kinslaying_close_kin_crime - doctrine = doctrine_deviancy_accepted - doctrine = doctrine_witchcraft_accepted - - #Clerical Functions - doctrine = doctrine_clerical_function_recruitment - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_clerical_marriage_allowed - doctrine = doctrine_clerical_succession_temporal_appointment - - traits = { - virtues = { temperate content honest forgiving } - sins = { greedy wrathful ambitious } - } - - custom_faith_icons = { - custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s - } - - localization = { - #HighGod - HighGodName = qiangic_high_god_name - HighGodName2 = qiangic_high_god_name_2 - HighGodNamePossessive = qiangic_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_HE - HighGodHerselfHimself = CHARACTER_HIMSELF - HighGodHerHis = CHARACTER_HERHIS_HIS - HighGodNameAlternate = qiangic_high_god_name_alternate - HighGodNameAlternatePossessive = qiangic_high_god_name_alternate_possessive - - #Creator - CreatorName = qiangic_creator_god_name - CreatorNamePossessive = qiangic_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_HE - CreatorHerHis = CHARACTER_HERHIS_HIS - CreatorHerHim = CHARACTER_HERHIM_HIM - - #HealthGod - HealthGodName = qiangic_health_god_name - HealthGodNamePossessive = qiangic_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = qiangic_fertility_god_name - FertilityGodNamePossessive = qiangic_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = qiangic_wealth_god_name - WealthGodNamePossessive = qiangic_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = qiangic_household_god_name - HouseholdGodNamePossessive = qiangic_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #FateGod - FateGodName = qiangic_fate_god_name - FateGodNamePossessive = qiangic_fate_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_IT - FateGodHerHis = CHARACTER_HERHIS_ITS - FateGodHerHim = CHARACTER_HERHIM_IT - - #KnowledgeGod - KnowledgeGodName = qiangic_knowledge_god_name - KnowledgeGodNamePossessive = qiangic_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = qiangic_war_god_name - WarGodNamePossessive = qiangic_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = qiangic_trickster_god_name - TricksterGodNamePossessive = qiangic_trickster_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_HE - TricksterGodHerHis = CHARACTER_HERHIS_HIS - TricksterGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = qiangic_night_god_name - NightGodNamePossessive = qiangic_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_SHE - NightGodHerHis = CHARACTER_HERHIS_HER - NightGodHerHim = CHARACTER_HERHIM_HER - - #WaterGod - WaterGodName = qiangic_water_god_name - WaterGodNamePossessive = qiangic_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - - PantheonTerm = religion_the_gods - PantheonTerm2 = religion_the_gods_2 - PantheonTerm3 = religion_the_gods_3 - PantheonTermHasHave = pantheon_term_have - GoodGodNames = { - qiangic_high_god_name - qiangic_high_god_name_alternate - qiangic_good_god_mubyasei - qiangic_good_god_abba_chi - qiangic_good_god_abba_sei - qiangic_good_god_abba_mullah - qiangic_good_god_mutsitsu - qiangic_good_god_tugantsu - qiangic_good_god_mupitha - } - DevilName = qiangic_devil_name - DevilNamePossessive = qiangic_devil_name_possessive - DevilSheHe = CHARACTER_SHEHE_HE - DevilHerHis = CHARACTER_HERHIS_HIS - DevilHerselfHimself = qiangic_devil_herselfhimself - EvilGodNames = { - qiangic_devil_name - qiangic_evil_god_dul - } - HouseOfWorship = qiangic_house_of_worship - HouseOfWorship2 = qiangic_house_of_worship_2 - HouseOfWorship3 = qiangic_house_of_worship_3 - HouseOfWorshipPlural = qiangic_house_of_worship_plural - ReligiousSymbol = qiangic_religious_symbol - ReligiousSymbol2 = qiangic_religious_symbol_2 - ReligiousSymbol3 = qiangic_religious_symbol_3 - ReligiousText = qiangic_religious_text - ReligiousText2 = qiangic_religious_text_2 - ReligiousText3 = qiangic_religious_text_3 - ReligiousHeadName = qiangic_religious_head_title - ReligiousHeadTitleName = qiangic_religious_head_title_name - DevoteeMale = qiangic_devotee_male - DevoteeMalePlural = qiangic_devotee_male_plural - DevoteeFemale = qiangic_devotee_female - DevoteeFemalePlural = qiangic_devotee_female_plural - DevoteeNeuter = qiangic_devotee_neuter - DevoteeNeuterPlural = qiangic_devotee_neuter_plural - PriestMale = qiangic_priest - PriestMalePlural = qiangic_priest_plural - PriestFemale = qiangic_priest - PriestFemalePlural = qiangic_priest_plural - PriestNeuter = qiangic_priest - PriestNeuterPlural = qiangic_priest_plural - AltPriestTermPlural = qiangic_priest_term_plural - BishopMale = qiangic_bishop - BishopMalePlural = qiangic_bishop_plural - BishopFemale = qiangic_bishop - BishopFemalePlural = qiangic_bishop_plural - BishopNeuter = qiangic_bishop - BishopNeuterPlural = qiangic_bishop_plural - DivineRealm = qiangic_divine_realm - DivineRealm2 = qiangic_divine_realm_2 - DivineRealm3 = qiangic_divine_realm_3 - PositiveAfterLife = qiangic_positive_afterlife - PositiveAfterLife2 = qiangic_positive_afterlife_2 - PositiveAfterLife3 = qiangic_positive_afterlife_3 - NegativeAfterLife = qiangic_negative_afterlife - NegativeAfterLife2 = qiangic_negative_afterlife_2 - NegativeAfterLife3 = qiangic_negative_afterlife_3 - DeathDeityName = qiangic_death_name - DeathDeityNamePossessive = qiangic_death_name_possessive - DeathDeitySheHe = CHARACTER_SHEHE_HE - DeathDeityHerHis = CHARACTER_HERHIS_HIS - WitchGodName = qiangic_evil_god_dul - WitchGodNamePossessive = qiangic_evil_god_dul_possessive - WitchGodHerHis = CHARACTER_HERHIS_HER - WitchGodSheHe = CHARACTER_SHEHE_SHE - WitchGodHerHim = CHARACTER_HERHIM_HER - WitchGodMistressMaster = mistress - WitchGodMotherFather = mother - - GHWName = ghw_purification - GHWNamePlural = ghw_purifications - } - - faiths = { - rrmeaism = { #Qiangic White Stone Religion - color = { 0.75 0.74 0.84 } - icon = rrmeaism - reformed_icon = rrmeaism_reformed - - holy_site = maowun - holy_site = ngawa - holy_site = chakla - holy_site = gyaitang - holy_site = rebgong - - doctrine = unreformed_faith_doctrine - - doctrine = tenet_sanctity_of_nature - doctrine = tenet_asceticism - doctrine = tenet_communal_identity - - } - - #WtWSMS differences: no redface honor (?) or prestige loss for fighting, no raiding - melieism = { #Tangut Root West Religion - color = { 0.61 0.6 0.7 } - icon = melieism - reformed_icon = melieism_reformed - - holy_site = xingqing - holy_site = yijinai - holy_site = alxa - holy_site = ngawa - holy_site = rebgong - - doctrine = unreformed_faith_doctrine - - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_clerical_gender_male_only - - doctrine = tenet_ritual_celebrations - doctrine = tenet_astrology - doctrine = tenet_ancestor_worship - - localization = { - #HighGod - HighGodName = tangut_high_god_name - HighGodName2 = tangut_high_god_name_2 - HighGodNamePossessive = tangut_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_HE - HighGodHerselfHimself = CHARACTER_HIMSELF - HighGodHerHis = CHARACTER_HERHIS_HIS - HighGodNameAlternate = tangut_high_god_name_alternate - HighGodNameAlternatePossessive = tangut_high_god_name_alternate_possessive - - #Creator - CreatorName = tangut_creator_god_name - CreatorNamePossessive = tangut_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_HE - CreatorHerHis = CHARACTER_HERHIS_HIS - CreatorHerHim = CHARACTER_HERHIM_HIM - - #HealthGod - HealthGodName = tangut_health_god_name - HealthGodNamePossessive = tangut_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = tangut_fertility_god_name - FertilityGodNamePossessive = tangut_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = tangut_wealth_god_name - WealthGodNamePossessive = tangut_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = tangut_household_god_name - HouseholdGodNamePossessive = tangut_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #FateGod - FateGodName = tangut_fate_god_name - FateGodNamePossessive = tangut_fate_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_HE - FateGodHerHis = CHARACTER_HERHIS_HIS - FateGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = tangut_knowledge_god_name - KnowledgeGodNamePossessive = tangut_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = tangut_war_god_name - WarGodNamePossessive = tangut_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = tangut_trickster_god_name - TricksterGodNamePossessive = tangut_trickster_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_SHE - TricksterGodHerHis = CHARACTER_HERHIS_HER - TricksterGodHerHim = CHARACTER_HERHIM_HER - - #NightGod - NightGodName = tangut_night_god_name - NightGodNamePossessive = tangut_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_HE - NightGodHerHis = CHARACTER_HERHIS_HIS - NightGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = tangut_water_god_name - WaterGodNamePossessive = tangut_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_SHE - WaterGodHerHis = CHARACTER_HERHIS_HER - WaterGodHerHim = CHARACTER_HERHIM_HER - - GoodGodNames = { - tangut_high_god_name - tangut_high_god_name_alternate - tangut_good_god_mewn - tangut_good_god_viei - } - - ReligiousSymbol = tangut_religious_symbol - ReligiousSymbol2 = tangut_religious_symbol_2 - ReligiousSymbol3 = tangut_religious_symbol_3 - ReligiousText = tangut_religious_text - ReligiousText2 = tangut_religious_text_2 - ReligiousText3 = tangut_religious_text_3 - ReligiousHeadName = tangut_religious_head_title - ReligiousHeadTitleName = tangut_religious_head_title_name - DevoteeMale = tangut_devotee_male - DevoteeMalePlural = tangut_devotee_male_plural - DevoteeFemale = tangut_devotee_female - DevoteeFemalePlural = tangut_devotee_female_plural - DevoteeNeuter = tangut_devotee_neuter - DevoteeNeuterPlural = tangut_devotee_neuter_plural - PriestMale = tangut_priest - PriestMalePlural = tangut_priest_plural - PriestFemale = tangut_priest - PriestFemalePlural = tangut_priest_plural - PriestNeuter = tangut_priest - PriestNeuterPlural = tangut_priest_plural - AltPriestTermPlural = tangut_priest_term_plural - BishopMale = tangut_bishop - BishopMalePlural = tangut_bishop_plural - BishopFemale = tangut_bishop - BishopFemalePlural = tangut_bishop_plural - BishopNeuter = tangut_bishop - BishopNeuterPlural = tangut_bishop_plural - DivineRealm = tangut_divine_realm - DivineRealm2 = tangut_divine_realm_2 - DivineRealm3 = tangut_divine_realm_3 - PositiveAfterLife = tangut_positive_afterlife - PositiveAfterLife2 = tangut_positive_afterlife_2 - PositiveAfterLife3 = tangut_positive_afterlife_3 - } - } - } -} diff --git a/WtWSMS/common/religion/religions/00_tengrism.txt b/WtWSMS/common/religion/religions/00_tengrism.txt index 5557bc881d..312b19e79f 100644 --- a/WtWSMS/common/religion/religions/00_tengrism.txt +++ b/WtWSMS/common/religion/religions/00_tengrism.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Faith Doctrine doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index 8752ffb823..f34f9e9e00 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -29,6 +29,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_fixed_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Special Doctrine for Mazdan Syncretism doctrine = special_doctrine_is_zoroastrian_faith @@ -397,6 +402,9 @@ doctrine = doctrine_clerical_function_alms_and_pacification doctrine = doctrine_clerical_gender_either + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged + #Core Tenets doctrine = tenet_asceticism doctrine = tenet_pacifism diff --git a/WtWSMS/common/religion/religions/00_zunism.txt b/WtWSMS/common/religion/religions/00_zunism.txt index 26955e329a..991500c73b 100644 --- a/WtWSMS/common/religion/religions/00_zunism.txt +++ b/WtWSMS/common/religion/religions/00_zunism.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + traits = { virtues = { just honest brave } sins = { arbitrary deceitful craven } diff --git a/WtWSMS/common/religion/religions/BP_arabian.txt b/WtWSMS/common/religion/religions/BP_arabian.txt index 85654c076e..4bb920958f 100644 --- a/WtWSMS/common/religion/religions/BP_arabian.txt +++ b/WtWSMS/common/religion/religions/BP_arabian.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/BP_assyrian.txt b/WtWSMS/common/religion/religions/BP_assyrian.txt index 21b7fb2003..7090aed4ba 100644 --- a/WtWSMS/common/religion/religions/BP_assyrian.txt +++ b/WtWSMS/common/religion/religions/BP_assyrian.txt @@ -32,6 +32,11 @@ assyrian_religion = { doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/BP_berber.txt b/WtWSMS/common/religion/religions/BP_berber.txt index 82619a10f1..2e26d324f7 100644 --- a/WtWSMS/common/religion/religions/BP_berber.txt +++ b/WtWSMS/common/religion/religions/BP_berber.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/BP_bosporan.txt b/WtWSMS/common/religion/religions/BP_bosporan.txt index 35b85c6379..9caa636b47 100644 --- a/WtWSMS/common/religion/religions/BP_bosporan.txt +++ b/WtWSMS/common/religion/religions/BP_bosporan.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + traits = { virtues = { generous just temperate } sins = { greedy arbitrary gluttonous } diff --git a/WtWSMS/common/religion/religions/BP_celtic.txt b/WtWSMS/common/religion/religions/BP_celtic.txt index a3aacaf9c8..e8c7baf8fc 100644 --- a/WtWSMS/common/religion/religions/BP_celtic.txt +++ b/WtWSMS/common/religion/religions/BP_celtic.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/BP_egyptian.txt b/WtWSMS/common/religion/religions/BP_egyptian.txt index c4b89ed057..c64a3ea058 100644 --- a/WtWSMS/common/religion/religions/BP_egyptian.txt +++ b/WtWSMS/common/religion/religions/BP_egyptian.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith doctrine = special_doctrine_is_egyptian_faith diff --git a/WtWSMS/common/religion/religions/BP_georgian.txt b/WtWSMS/common/religion/religions/BP_georgian.txt index 4b15a934c8..2cf9ae5fcc 100644 --- a/WtWSMS/common/religion/religions/BP_georgian.txt +++ b/WtWSMS/common/religion/religions/BP_georgian.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith diff --git a/WtWSMS/common/religion/religions/BP_hepthalite.txt b/WtWSMS/common/religion/religions/BP_hepthalite.txt index d110a31c64..f896afbe14 100644 --- a/WtWSMS/common/religion/religions/BP_hepthalite.txt +++ b/WtWSMS/common/religion/religions/BP_hepthalite.txt @@ -30,6 +30,11 @@ hepthal_religion = { doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_fixed_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + traits = { virtues = { honest just diligent } sins = { deceitful lazy sadistic } diff --git a/WtWSMS/common/religion/religions/BP_munda.txt b/WtWSMS/common/religion/religions/BP_munda.txt index c02dcdfe0d..35e486a38b 100644 --- a/WtWSMS/common/religion/religions/BP_munda.txt +++ b/WtWSMS/common/religion/religions/BP_munda.txt @@ -31,6 +31,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + traits = { virtues = { brave just honest } sins = { craven arbitrary deceitful } diff --git a/WtWSMS/common/religion/religions/BP_paleo_balkan.txt b/WtWSMS/common/religion/religions/BP_paleo_balkan.txt index 56b7bc6917..2913aa26a8 100644 --- a/WtWSMS/common/religion/religions/BP_paleo_balkan.txt +++ b/WtWSMS/common/religion/religions/BP_paleo_balkan.txt @@ -29,6 +29,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Status Doctrine doctrine = special_doctrine_is_pagan_faith @@ -220,6 +225,8 @@ holy_site = giurgiu holy_site = chilia #Replaces belgorod as belgorod is a modern-ish city + doctrine = doctrine_ritual_conversion_neutral + #Generic pagan tenets doctrine = tenet_cthonic_redoubts doctrine = tenet_ancestor_worship diff --git a/WtWSMS/common/religion/religions/BP_scythian.txt b/WtWSMS/common/religion/religions/BP_scythian.txt index c5883484f8..5570ab8d33 100644 --- a/WtWSMS/common/religion/religions/BP_scythian.txt +++ b/WtWSMS/common/religion/religions/BP_scythian.txt @@ -30,6 +30,11 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + #Pagan Faith Doctrine doctrine = special_doctrine_is_pagan_faith doctrine = special_doctrine_is_scythian_faith diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_conversion.dds b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_conversion.dds new file mode 100644 index 0000000000..d96509e4b6 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_conversion.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a8ebb551b3775fe88205d09795d3416044d69ad46547f1cc6de25b8d417632 +size 10128 diff --git a/WtWSMS/localization/english/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_l_english.yml index f92e3c865f..44c9c70b60 100644 --- a/WtWSMS/localization/english/religion/BP_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_l_english.yml @@ -17,6 +17,17 @@ special_doctrine_clothed_priests_desc: "Priests of this faith wear clothes" #Ritual Doctrines + #Conversion + doctrine_ritual_conversion_name: "View of Conversion" + doctrine_parameter_external_conversion_enabled: "Enables #V External Conversion#! Court Chaplain Task" + doctrine_parameter_demand_conversion_enabled: "Enables #V Demand Conversion#! interaction with landed characters." + doctrine_ritual_conversion_encouraged_name: "Encouraged" + doctrine_ritual_conversion_encouraged_desc: "This faith encourages conversion of infidels." + doctrine_ritual_conversion_neutral_name: "Neutral" + doctrine_ritual_conversion_neutral_desc: "This faith takes no stance on the conversion of infidels." + doctrine_ritual_conversion_discouraged_name: "Discouraged" + doctrine_ritual_conversion_discouraged_desc: "This faith discourages the conversion of infidels." + #Pilgrimages doctrine_ritual_pilgrimages_name: "View of Pilgrimages" doctrine_parameter_allows_pilgrimage: "Enables #V $go_on_pilgrimage_decision$#! minor [decision|E]" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index a4e3512942..bf48929c60 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,16 +37,20 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* External missionary work? +VERY MUCH IN PROGRESS: +* External missionary work + * Conversion needs the nerfs for additional syncretisms +* Using on_actions to apply new doctrines, remove various pagan faiths that are (effectively) unchanged (like akom) +NEXT UP: * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces - +* Huns in Gepids &c. * Get Iranian Paganism into the Pagan Family * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... * Possibility of minorities becoming hybrid if hybrid is already extant? -* Possibly split minority support/feed code? Probably asking for trouble to have both ranking and feed code use the same paths +* Split minority support/feed code? Probably asking for trouble to have both ranking and feed code use the same paths * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces From 5b896ecdb596f7be7120d9f892c2eaaa33462a5c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 24 Sep 2022 13:37:26 -0400 Subject: [PATCH 081/339] External Conversion CC Task * Added events for target ruler to decide if the task continues * Added additional checks * Fixed up localization * Added more code architecture --- WtWSMS/common/_TODO_FIXME_common.info | 3 + .../00_court_chaplain_tasks_BP_overwrite.txt | 13 ++ .../council_tasks/BP_court_chaplain_tasks.txt | 124 +++++++++--- .../on_action/BP_councilor_on_actions.txt | 16 ++ .../BP_religion_trigger_localization.txt | 5 + .../BP_court_chaplain_task_events.txt | 181 ++++++++++++++++++ WtWSMS/events/_TODO_FIXME_events.info | 4 + .../task_conversion_external.dds | 3 + .../english/BP_council_tasks_l_english.yml | 9 +- .../BP_council_task_events_l_english.yml | 13 ++ .../replace/sea_council_tasks_l_english.yml | 4 + .../english/sea_minority_submod_l_english.yml | 4 +- .../BP_religion_triggers_l_english.yml | 1 + _developer_documentation/_BP_design.info | 8 +- 14 files changed, 351 insertions(+), 37 deletions(-) create mode 100644 WtWSMS/common/on_action/BP_councilor_on_actions.txt create mode 100644 WtWSMS/events/_BP_events/councillor_task_events/BP_court_chaplain_task_events.txt create mode 100644 WtWSMS/gfx/interface/icons/council_task_types/task_conversion_external.dds create mode 100644 WtWSMS/localization/english/event_localization/BP_council_task_events_l_english.yml create mode 100644 WtWSMS/localization/english/replace/sea_council_tasks_l_english.yml diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index 08d9adf73c..2f9dad63ab 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -12,6 +12,9 @@ Vanilla TODOS in BP files because of copy-paste from Vanilla: Other Vanilla (i.e., Fixing issues from Vanilla) * common/modifier_definition_formats/00_government_definitions_BP_vanilla_fix.txt: Remove after PDX fixes * common/script_values/00_court_amenities_valus_BP_vanilla_fix.txt: Remove after PDX fixes +0.2.0 + * common/council_tasks/BP_court_chaplain_tasks.txt: Implement ai_will_do and ai_county_target logic for task_conversion_external + * common/on_action/BP_game_start/BP_counillor_on_actions.txt: Implement possibility of liege/courtiers converting Beta: * common/bookmarks/00_bookmarks.txt: Re-enable "Bordering the Black Sea" bookmark * common/buildings/BP_special_buildings.txt: Make temple_of_zeus not a clone of a Grand Temple diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index 4b3a781580..885d1bdac9 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -246,6 +246,19 @@ task_conversion = { scope:councillor.faith = { has_doctrine_parameter = jewish_syncretic_actor_opinion_active } scope:county.faith = { religion_tag = judaism_religion } } + ##### ADDITIONAL SYNCRETISMS ##### + AND = { + scope:councillor.faith = { has_doctrine_parameter = hellenism_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = hellenism_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = zoroastrian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = zoroastrianism_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = egyptian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = egyptian_religion } + } } } min = { diff --git a/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt b/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt index 54c4701a70..354f81c25b 100644 --- a/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt +++ b/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt @@ -1,5 +1,4 @@ -##### Changed from Vanilla: Updated progress with various modifiers for BP, updated targets, added new game rule effects -task_conversion_external = { +task_conversion_external = { is_shown = { scope:councillor_liege.faith = { has_doctrine_parameter = external_conversion_enabled } } position = councillor_court_chaplain @@ -11,27 +10,9 @@ task_conversion_external = { highlight_own_realm = no effect_desc = { - desc = task_conversion_effect_desc + desc = task_external_conversion_effect_desc desc = { desc = council_task_possible_side_effects - triggered_desc = { - trigger = { - learning > mediocre_skill_rating - } - desc = task_conversion_opinion_gain - } - triggered_desc = { - trigger = { - learning > mediocre_skill_rating - } - desc = task_conversion_development_gain - } - triggered_desc = { - trigger = { - learning > mediocre_skill_rating - } - desc = task_conversion_levy_gain - } triggered_desc = { trigger = { learning < high_skill_rating @@ -47,6 +28,33 @@ task_conversion_external = { } } + #On task start, the heathen ruler decides whether to + #1). Imprison your missionary + #2). Banish your missionary + #3). Allow the preachers + # + #Missionary will be a random char instead of your Court Chaplain to make it not harder + #to remove CCs you dislike. + on_start_task_county = { + scope:county.holder = { trigger_event = { id = BP_court_chaplain_task.0001 days = {7 14 } } } + } + #If there's a change in ownership or the capital changes, cancel the operation + potential_county = { + NOT = { scope:county.holder = { has_character_flag = recently_had_missionaries_sent } } + } + #Garbage collection and further proselytization prevention + on_cancel_task_county = { + if = { + limit = { scope:councillor = { has_character_flag = missionary_target } } + remove_character_flag = missionary_target + } + if = { + limit = { scope:county.holder = { has_character_flag = allowed_missionaries } } + remove_character_flag = allowed_missionaries + add_character_flag = { flag = recently_had_missionaries_sent years = 10 } + } + } + progress = { value = 0 #Base conversion speed @@ -167,6 +175,19 @@ task_conversion_external = { scope:councillor.faith = { has_doctrine_parameter = jewish_syncretic_actor_opinion_active } scope:county.faith = { religion_tag = judaism_religion } } + ##### ADDITIONAL SYNCRETISMS ##### + AND = { + scope:councillor.faith = { has_doctrine_parameter = hellenism_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = hellenism_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = zoroastrian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = zoroastrianism_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = egyptian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = egyptian_religion } + } } } min = { @@ -189,33 +210,68 @@ task_conversion_external = { ### End Minority Stuff ### } - potential_county = { + valid_county = { scope:county = { - ##### Changed from Vanilla vvvvv trigger_if = { - limit = { holder.top_liege = scope:councillor_liege } + limit = { NOT = { holder = { in_diplomatic_range = scope:councillor_liege } } } + holder = { in_diplomatic_range = scope:councillor_liege } + } + trigger_else_if = { + limit = { scope:councillor = { has_character_flag = missionary_target } } + scope:councillor.var:missionary_target = scope:county.holder + } + trigger_else_if = { + limit = { holder = scope:councillor_liege } custom_tooltip = { text = cannot_target_own_realm always = no } } trigger_else_if = { - limit = { NOT = { holder.top_leige = scope:councillor_liege } } + limit = { NOT = { holder.top_liege.capital_county = scope:county } } + custom_tooltip = { + text = must_be_capital + always = no + } + } + trigger_else_if = { + limit = { + #Neither had missionaries recently *nor* have missionaries currently proselytizing + OR = { + scope:county.holder.top_liege = { + OR = { + has_character_flag = allowed_missionaries + has_character_flag = recently_had_missionaries_sent + } + } + scope:county.holder = { + OR = { + has_character_flag = allowed_missionaries + has_character_flag = recently_had_missionaries_sent + } + } + } + } + custom_tooltip = { + text = must_not_have_been_proselytized_to_recently + always = no + } + } + trigger_else_if = { + limit = { NOT = { holder.top_liege = scope:councillor_liege } } custom_tooltip = { text = must_be_unreformed faith = { has_doctrine_parameter = unreformed } holder.top_liege.faith = { has_doctrine_parameter = unreformed } - this = holder.top_liege.capital_county - holder = { in_diplomatic_range = scope:councillor_liege } } } - ##### Changed from Vanilla ^^^^^ + trigger_else = {} } } on_finish_task_county = { scope:county = { - if = { + if = { #For safety, but this should never occur limit = { scope:county.faith = scope:councillor.faith } demote_least_supported_minority_in_county_effect = { CULTURE_OR_FAITH = faith @@ -228,10 +284,18 @@ task_conversion_external = { ITEM = scope:councillor.faith } } + holder = { + if = { + limit = { scope:county.holder = { has_character_flag = allowed_missionaries } } + remove_character_flag = allowed_missionaries + } + add_character_flag = { flag = recently_had_missionaries_sent years = 10 } + } } } - monthly_on_action = task_convert_side_effects + monthly_on_action = task_external_convert_side_effects + ##### TODO (0.2.0): Implement ai_will_do and ai_county_target logic for task_conversion_external ai_will_do = { value = 0 } #Disabled for AI at this time } diff --git a/WtWSMS/common/on_action/BP_councilor_on_actions.txt b/WtWSMS/common/on_action/BP_councilor_on_actions.txt new file mode 100644 index 0000000000..4316ac407e --- /dev/null +++ b/WtWSMS/common/on_action/BP_councilor_on_actions.txt @@ -0,0 +1,16 @@ +task_external_convert_side_effects = { + trigger = { + NOT = { has_variable = had_court_chaplain_task_side_effect } + exists = cp:councillor_court_chaplain + } + + random_events = { + chance_to_happen = 2 + 500 = 0 + #Bad side effects + 100 = court_chaplain_task.2001 #Resistance to conversion + 100 = court_chaplain_task.2002 #Upset over conversion + #Good side effects + ##### TODO (0.2.0): Implement possibility of liege/courtiers converting + } +} \ No newline at end of file diff --git a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt index f9d7cafcb0..e8a2200a16 100644 --- a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt +++ b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt @@ -115,6 +115,11 @@ incompatible_tenet_sacrificial_ceremonies_trigger = { first_not = INCOMPATIBLE_TENET_SACRIFICIAL_CEREMONIES_TRIGGER third_not = INCOMPATIBLE_TENET_SACRIFICIAL_CEREMONIES_TRIGGER } +incompatible_tenet_ethnic_religion_trigger = { + global_not = INCOMPATIBLE_TENET_ETHNIC_RELIGION_TRIGGER + first_not = INCOMPATIBLE_TENET_ETHNIC_RELIGION_TRIGGER + third_not = INCOMPATIBLE_TENET_ETHNIC_RELIGION_TRIGGER +} ### Christian Doctrine Trigger Loc ### diff --git a/WtWSMS/events/_BP_events/councillor_task_events/BP_court_chaplain_task_events.txt b/WtWSMS/events/_BP_events/councillor_task_events/BP_court_chaplain_task_events.txt new file mode 100644 index 0000000000..87ca9559aa --- /dev/null +++ b/WtWSMS/events/_BP_events/councillor_task_events/BP_court_chaplain_task_events.txt @@ -0,0 +1,181 @@ +namespace = BP_court_chaplain_task + +# 0001-0099: External Conversion Events + +#The missionary appears, giving the heathen an option on what to do +BP_court_chaplain_task.0001 = { + immediate = { + scope:county.holder = { save_scope_as = target_heathen } #Replace me! + create_character = { + template = priest_character_template + location = scope:target_heathen.capital_province + faith = scope:councillor.faith + culture = scope:councillor.culture + save_scope_as = missionary + } + hidden_effect = { + scope:missionary = { + if = { limit = { has_trait = cynical } remove_trait = cynical } + add_trait = zealous + } + } + } + + type = character_event + title = BP_court_chaplain_task.0001.t + desc = BP_court_chaplain_task.0001.desc + theme = faith + + left_portrait = { + character = scope:councillor + animation = personality_zealous + } + right_portrait = { + character = scope:target_heathen + animation = personality_rational + } + lower_center_portrait = { + character = scope:missionary + animation = personality_zealous + } + + #### TODO (0.2.0): Revisit weights for these options + + #Imprison + option = { + name = BP_court_chaplain_task.0001.imprison + scope:target_heathen = { + imprison = { target = scope:missionary type = dungeon } + custom_tooltip = { + text = recently_had_missionaries_sent_tt + add_character_flag = { flag = recently_had_missionaries_sent years = 10 } + } + } + scope:councillor = { add_opinion = { modifier = angry_opinion opinion = -40 target = scope:target_heathen } } + scope:councillor_liege = { + add_opinion = { modifier = angry_opinion opinion = -40 target = scope:target_heathen } + send_interface_toast = { + type = event_generic_bad + title = heathen_imprisons_missionaries_title + custom_tooltip = heathen_imprisons_missionaries_tt + right_icon = scope:target_heathen.capital_county + } + } + ai_chance = { + base = 50 + #General personality effects + modifier = { + factor = 0.5 + OR = { + has_trait = cynical + has_trait = honest + } + } + modifier = { + factor = 2 + OR = { + has_trait = sadistic + has_trait = callous + has_trait = wrathful + has_trait = content + has_trait = deceitful + } + } + ##### TODO (0.2.0): Should be more likely to keep faith if current faith agrees with personality + } + } + #Banish + option = { + name = BP_court_chaplain_task.0001.banish + scope:target_heathen = { + custom_tooltip = { + text = recently_had_missionaries_sent_tt + add_character_flag = { flag = recently_had_missionaries_sent years = 10 } + } + } + #No reason to keep him around + hidden_effect = { scope:missionary = { death = { death_reason = death_vanished } } } + scope:councillor = { add_opinion = { modifier = angry_opinion opinion = -20 target = scope:target_heathen } } + scope:councillor_liege = { + add_opinion = { modifier = angry_opinion opinion = -20 target = scope:target_heathen } + send_interface_toast = { + type = event_generic_bad + title = heathen_banishes_missionaries_title + custom_tooltip = heathen_banishes_missionaries_tt + right_icon = scope:target_heathen.capital_county + } + } + ai_chance = { + base = 50 + #General personality effects + modifier = { + factor = 0.5 + has_trait = cynical + } + modifier = { + factor = 2 + OR = { + has_trait = compassionate + has_trait = calm + has_trait = forgiving + has_trait = arrogant + has_trait = deceitful + } + } + ##### TODO (0.2.0): Should be more likely to keep faith if current faith agrees with personality + } + } + #Allow + option = { + name = BP_court_chaplain_task.0001.allow + scope:target_heathen = { + custom_tooltip = { + text = recently_had_missionaries_sent_tt + add_character_flag = { flag = allowed_missionaries } + } + } + scope:missionary = { set_employer = scope:target_heathen } + scope:councillor = { + add_opinion = { modifier = happy_opinion opinion = 20 target = scope:target_heathen } + set_variable = { + name = missionary_target + value = scope:target_heathen + } + } + scope:councillor_liege = { + add_opinion = { modifier = happy_opinion opinion = 20 target = scope:target_heathen } + send_interface_toast = { + type = event_generic_good + title = heathen_allows_missionaries_title + custom_tooltip = heathen_allows_missionaries_tt + right_icon = scope:target_heathen.capital_county + } + } + ai_chance = { + base = 50 + #General personality effects + modifier = { + factor = 2 + OR = { + has_trait = cynical + has_trait = trusting + has_trait = humble + } + } + modifier = { + factor = 0.5 + has_trait = shy + } + modifier = { + factor = 0 + OR = { + has_trait = zealous + has_trait = stubborn + has_trait = paranoid + } + } + ##### TODO (0.2.0): Should be more likely to convert if new faith agrees with personality + } + } +} + diff --git a/WtWSMS/events/_TODO_FIXME_events.info b/WtWSMS/events/_TODO_FIXME_events.info index d334b9b945..e6f9a239a4 100644 --- a/WtWSMS/events/_TODO_FIXME_events.info +++ b/WtWSMS/events/_TODO_FIXME_events.info @@ -2,6 +2,10 @@ Vanilla (i.e., files ported directly from Vanilla): * events/decisions_events/british_isles_events.txt * events/dlc/fp2/fp2_struggle_events.txt +0.2.0: + * events/_BP_events/councillor_task_events/BP_court_chaplain_task_events.txt: Revisit weights for these options + * events/_BP_events/councillor_task_events/BP_court_chaplain_task_events.txt: Should be more likely to keep faith if current faith agrees with personality + * events/_BP_events/councillor_task_events/BP_court_chaplain_task_events.txt: Should be more likely to convert if new faith agrees with personality Beta: * events/artifacts/historical_artifacts_events.txt: Add these Historical Artifacts: * events/dlc/fp2/fp2_flavor_events_veronica.txt : Re-enable fp2_flavor.3001 diff --git a/WtWSMS/gfx/interface/icons/council_task_types/task_conversion_external.dds b/WtWSMS/gfx/interface/icons/council_task_types/task_conversion_external.dds new file mode 100644 index 0000000000..2e10f1b392 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/council_task_types/task_conversion_external.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3433618cd92bc775191746d70a7f4f3758001e33ddfde3beca3cc4e22e01c11 +size 79088 diff --git a/WtWSMS/localization/english/BP_council_tasks_l_english.yml b/WtWSMS/localization/english/BP_council_tasks_l_english.yml index 5c6fcf137f..6296c879e1 100644 --- a/WtWSMS/localization/english/BP_council_tasks_l_english.yml +++ b/WtWSMS/localization/english/BP_council_tasks_l_english.yml @@ -33,5 +33,10 @@ task_establish_title_VALUE_NAME: "Explicit [de_jure_drift|E]" task_establish_title_effect_desc: "#S At 100%:#!\n$TAB$The target title becomes [de_jure|E] part of your [primary_title|E]" BASE_ESTABLISH_TITLE_PROGRESS_VALUE: "Base Progress" - - \ No newline at end of file + #Court Chaplain + task_conversion_external: "Convert Unreformed Realm" + task_external_conversion_effect_desc: "$task_conversion_effect_desc$" + cannot_target_own_realm: "Cannot target your own realm" + must_be_capital: "Must choose realm capitals" + must_not_have_been_proselytized_to_recently: "Must not have had someone proselytize recently." + must_be_unreformed: "The county and liege must have an unreformed faith." \ No newline at end of file diff --git a/WtWSMS/localization/english/event_localization/BP_council_task_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_council_task_events_l_english.yml new file mode 100644 index 0000000000..8632e22377 --- /dev/null +++ b/WtWSMS/localization/english/event_localization/BP_council_task_events_l_english.yml @@ -0,0 +1,13 @@ +l_english: + BP_court_chaplain_task.0001.t: "Foreign Missionaries Arrive" + BP_court_chaplain_task.0001.desc: "[missionary.GetFaith.GetAdjective] from [councillor_liege.GetCapitalLocation.GetName] and sent by [councillor_liege.GetName], have arrived in [target_heathen.GetCapitalLocation.GetName] to preach their faith. How shall we respond to these uninvited infidels?" + recently_had_missionaries_sent_tt: "#EMP Will prevent more proselytization for 10 years" + BP_court_chaplain_task.0001.imprison: "Imprison their leader for such a trespass!" + heathen_imprisons_missionaries_title: "Heathens Imprison your Missionary!" + heathen_imprisons_missionaries_tt: "The vile [target_heathen.GetName] has imprisoned your missionary [missionary.GetName]" + BP_court_chaplain_task.0001.banish: "Banish them from our realm!" + heathen_banishes_missionaries_title: "Heathens Banish your Missionary!" + heathen_banishes_missionaries_tt: "The vile [target_heathen.GetName] has banished your missionary [missionary.GetName]" + BP_court_chaplain_task.0001.allow: "Allow them to stay and preach." + heathen_allows_missionaries_title: "Heathens Permit your Missionary" + heathen_allows_missionaries_tt:"The noble [target_heathen.GetName] has allowed your missionary [missionary.GetName] to preach" \ No newline at end of file diff --git a/WtWSMS/localization/english/replace/sea_council_tasks_l_english.yml b/WtWSMS/localization/english/replace/sea_council_tasks_l_english.yml new file mode 100644 index 0000000000..940ae31687 --- /dev/null +++ b/WtWSMS/localization/english/replace/sea_council_tasks_l_english.yml @@ -0,0 +1,4 @@ +l_english: + task_conversion_effect_desc: "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_faith','Minority')|E] of the [county|E] changes [faith|E] to [councillor.GetFaith.GetName]" + task_promote_culture_effect_desc: "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_culture','Minority')|E] of the [county|E] changes [culture|E] to [councillor_liege.GetCulture.GetName]" + \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_minority_submod_l_english.yml b/WtWSMS/localization/english/sea_minority_submod_l_english.yml index 4f9140fdd6..c13840f8e8 100644 --- a/WtWSMS/localization/english/sea_minority_submod_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_submod_l_english.yml @@ -231,6 +231,4 @@ game_concept_minority_capacity: "Minority Capacity" game_concept_minority_capacity_desc: "The weighted number of minorities that a county can support, a minimum of one. This capacity is separate for both [minority_cultures|E] and [minority_faiths|E]. It depends on the [holdings|E] and [county_development|E] of the [county|E]; a county with #emp only#! [tribal_holdings|E] can support only a single minority, regardless of development and the minority capacity scales logarithmically with development for counties that have at least one non-tribal holding.\n\nThis value can further depend on the [ethos|E] and [culture_traditions|E] (for cultures) and #V $doctrine_pluralism_name$#! and [doctrines|E] (for faiths) of the majority population of the county\n\nFrom development, a county with at least one non-tribal holding can support an additional:\n$EFFECT_LIST_BULLET$ [county_development|E] 4: 1 more\n$EFFECT_LIST_BULLET$ [county_development|E] 7: 2 more\n$EFFECT_LIST_BULLET$ [county_development|E] 11: 3 more\n$EFFECT_LIST_BULLET$ [county_development|E] 18: 4 more\n$EFFECT_LIST_BULLET$ [county_development|E] 29: 5 more\n$EFFECT_LIST_BULLET$ [county_development|E] 47: 6 more\n$EFFECT_LIST_BULLET$ [county_development|E] 76: 7 more\n\n\t minorities, before considering the impact of $ethos$, $doctrines$, &c." - - task_conversion_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_faith','Minority')|E] of the [county|E] changes [faith|E] to [councillor.GetFaith.GetName]" - task_promote_culture_effect_desc:1 "#S At #V 100%#!#!:\n$TAB$A [Concept('minority_culture','Minority')|E] of the [county|E] changes [culture|E] to [councillor_liege.GetCulture.GetName]" \ No newline at end of file + \ No newline at end of file diff --git a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml index 41e331b80f..16a9cdc450 100644 --- a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml @@ -8,6 +8,7 @@ INCOMPATIBLE_TENET_ASTROLOGY_TRIGGER: "Incompatible with the [core_tenet|E] Astrology" INCOMPATIBLE_TENET_AUTOCEPHALY: "Incompatible with the [core_tenet|E] Autocephaly" INCOMPATIBLE_TENET_COMMUNION_TRIGGER: "Incompatible with the [core_tenet|E] Communion" + INCOMPATIBLE_TENET_ETHNIC_RELIGION_TRIGGER: "Incompatible with the [core_tenet|E] Ethnic Religion" INCOMPATIBLE_TENET_GNOSTICISM_TRIGGER: "Incompatible with the [core_tenet|E] Gnosticism" INCOMPATIBLE_TENET_JEWISH_SYNCRETISM_TRIGGER: "Incompatible with the [core_tenet|E] Jewish Syncretism" INCOMPATIBLE_TENET_LEGALISM_TRIGGER: "Incompatible with the [core_tenet|E] Legalism" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index bf48929c60..70eef57dd1 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -39,10 +39,9 @@ IN PROGRESS: ----------------------------------------------------------------- VERY MUCH IN PROGRESS: * External missionary work - * Conversion needs the nerfs for additional syncretisms -* Using on_actions to apply new doctrines, remove various pagan faiths that are (effectively) unchanged (like akom) NEXT UP: +* Break up Eastern Syncretism into Dharmic & other * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces * Huns in Gepids &c. * Get Iranian Paganism into the Pagan Family @@ -63,6 +62,11 @@ NEXT UP: * Revise province faith/cultures in light of minorities * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria * https://web.archive.org/web/20190403211934/http://www.newadvent.org/cathen/11138a.htm + +FINAL BITS: +* Polish up external conversion & associated events +* Polish up new graphics + ----------------------------------------------------------------- TODO: ----------------------------------------------------------------- From eec872794f787d84932cda151fecc5244eb7284a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Sep 2022 00:26:06 -0400 Subject: [PATCH 082/339] More conversion ritual tenet work * Added required level * Revisited all the piety costs for conversion doctrine * Updated doctrines in faiths * Implement demand_conversion_interaction doctrine parameter effects * Passive evangelization is doctrine tied now --- .../council_tasks/BP_court_chaplain_tasks.txt | 10 +++ .../decisions/BP_religious_decisions.txt | 1 + WtWSMS/common/on_action/BP_game_start.txt | 1 + .../doctrines/BP_ritual_doctrines.txt | 88 +++++++++++++++++-- .../religion/religions/00_christianity.txt | 21 ++++- .../common/religion/religions/00_dualism.txt | 6 +- .../religion/religions/00_zoroastrianism.txt | 8 +- .../religion/religions/BP_hepthalite.txt | 2 +- WtWSMS/common/religion/religions/BP_munda.txt | 2 +- .../religion/religions/BP_paleo_balkan.txt | 2 +- .../BP_interaction_triggers.txt | 6 ++ .../BP_religion_triggers.txt | 13 +++ .../sea_minority_triggers.txt | 23 ++--- .../BP_interaction_trigger_localization.txt | 3 + .../english/BP_council_tasks_l_english.yml | 1 + .../religion/BP_religion_l_english.yml | 24 +++-- .../triggers/BP_interactions_l_english.yml | 3 +- .../BP_religion_triggers_l_english.yml | 3 + _developer_documentation/_BP_design.info | 8 +- 19 files changed, 181 insertions(+), 44 deletions(-) diff --git a/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt b/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt index 354f81c25b..350e095178 100644 --- a/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt +++ b/WtWSMS/common/council_tasks/BP_court_chaplain_tasks.txt @@ -211,6 +211,16 @@ } valid_county = { + trigger_if = { #Can only do adjacent in this case + limit = { + NOT = { scope:councillor_liege.faith = { has_doctrine_parameter = external_conversion_anywhere } } + scope:councillor_liege.faith = { has_doctrine_parameter = external_conversion_enabled } + } + custom_tooltip = { + text = must_be_an_adjecent_realm + scope:county.holder.top_liege = { character_is_realm_neighbor = scope:councillor_liege } + } + } scope:county = { trigger_if = { limit = { NOT = { holder = { in_diplomatic_range = scope:councillor_liege } } } diff --git a/WtWSMS/common/decisions/BP_religious_decisions.txt b/WtWSMS/common/decisions/BP_religious_decisions.txt index 06df650f28..415260a5eb 100644 --- a/WtWSMS/common/decisions/BP_religious_decisions.txt +++ b/WtWSMS/common/decisions/BP_religious_decisions.txt @@ -200,6 +200,7 @@ establish_autocephalous_church_decision = { faith = { remove_doctrine = tenet_rite add_doctrine = tenet_autocephaly + add_doctrine = doctrine_ritual_conversion_encouraged } if = { #Need conditional to prevent some weirdness in localization limit = { has_hook = faith.religious_head } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 3e23e63dda..a868f196b8 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1292,6 +1292,7 @@ other_religion_effects = { if = { limit = { NOR = { + has_doctrine = doctrine_ritual_conversion_required has_doctrine = doctrine_ritual_conversion_encouraged has_doctrine = doctrine_ritual_conversion_neutral has_doctrine = doctrine_ritual_conversion_discouraged diff --git a/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt index 0ddbb36c76..d28eb3dfda 100644 --- a/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt +++ b/WtWSMS/common/religion/doctrines/BP_ritual_doctrines.txt @@ -1,9 +1,61 @@ doctrine_ritual_conversion = { group = "ritual" + doctrine_ritual_conversion_required = { + piety_cost = { + if = { + limit = { has_doctrine = doctrine_ritual_conversion_encouraged } + value = flavor_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_ritual_conversion_neutral } + value = flavor_doctrine_cost_high + } + else_if = { + limit = { has_doctrine = doctrine_ritual_conversion_discouraged } + value = flavor_doctrine_cost_massive + } + + if = { + limit = { has_doctrine = doctrine_ritual_conversion_required } + multiply = flavor_doctrine_unchanged_cost_mult + } + } + can_pick = { + custom_description = { + text = incompatible_tenet_ethnic_religion_trigger + NOT = { flag:tenet_ethnic_religion = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_interpretatio_romana_trigger + NOT = { flag:tenet_interpretatio_romana = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_communal_identity_trigger + NOT = { flag:tenet_communal_identity = { is_in_list = selected_doctrines } } + } + # + custom_tooltip = { + text = rites_cannot_require_conversion + NOT = { flag:tenet_rite = { is_in_list = selected_doctrines } } + religion_tag = christianity_religion + } + } + parameters = { + external_conversion_enabled = yes + external_conversion_anywhere = yes + demand_conversion_interaction = yes + does_passive_evangelization = yes + } + } + doctrine_ritual_conversion_encouraged = { piety_cost = { if = { + limit = { has_doctrine = doctrine_ritual_conversion_required } + value = flavor_doctrine_cost_mid + } + else_if = { limit = { has_doctrine = doctrine_ritual_conversion_neutral } value = flavor_doctrine_cost_mid } @@ -33,13 +85,19 @@ } parameters = { external_conversion_enabled = yes - demand_conversion_enabled = yes + external_conversion_anywhere = no + demand_conversion_interaction = yes + does_passive_evangelization = yes } } doctrine_ritual_conversion_neutral = { piety_cost = { if = { + limit = { has_doctrine = doctrine_ritual_conversion_required } + value = flavor_doctrine_cost_high + } + else_if = { limit = { has_doctrine = doctrine_ritual_conversion_encouraged } value = flavor_doctrine_cost_mid } @@ -53,16 +111,22 @@ multiply = flavor_doctrine_unchanged_cost_mult } } - can_pick = {} - parameters = { demand_conversion_enabled = yes } + can_pick = { + universalist_religion_trigger = no + } + parameters = { demand_conversion_interaction = yes } } doctrine_ritual_conversion_discouraged = { piety_cost = { if = { - limit = { has_doctrine = doctrine_ritual_conversion_encouraged } + limit = { has_doctrine = doctrine_ritual_conversion_required } value = flavor_doctrine_cost_massive } + else_if = { + limit = { has_doctrine = doctrine_ritual_conversion_encouraged } + value = flavor_doctrine_cost_high + } else_if = { limit = { has_doctrine = doctrine_ritual_conversion_neutral } value = flavor_doctrine_cost_mid @@ -74,11 +138,17 @@ } } can_pick = { - NOT = { religion_tag = christianity_religion } - NOT = { religion_tag = islam_religion } - NOT = { religion_tag = buddhism_religion } + universalist_religion_trigger = no + } + parameters = { + demand_conversion_interaction = no + passive_evangalization_protection = yes + } + character_modifier = { + opinion_of_same_faith = 5 + levy_reinforcement_rate_same_faith = 0.05 + domain_tax_same_faith_mult = 0.05 } - parameters = {} } } @@ -123,7 +193,7 @@ doctrine_ritual_pilgrimages = { character_modifier = { monthly_piety_gain_mult = 0.05 #Faiths that historically shunned going on pilgrimages, said they were a waste of time & money. - domain_tax_same_faith_mult = 0.025 + domain_tax_same_faith_mult = 0.03 } traits = {} } diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index c81eae255c..dac769b069 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -31,7 +31,7 @@ doctrine = doctrine_clerical_succession_spiritual_fixed_appointment #Ritual Doctrines - doctrine = doctrine_ritual_conversion_encouraged + doctrine = doctrine_ritual_conversion_required doctrine = doctrine_ritual_pilgrimages_approves doctrine = doctrine_ritual_vegetarianism_no_statement @@ -346,6 +346,8 @@ doctrine = doctrine_clerical_succession_spiritual_fixed_appointment doctrine = doctrine_clerical_marriage_allowed + doctrine = doctrine_ritual_conversion_encouraged + #Tenets doctrine = tenet_vows_of_poverty doctrine = tenet_rite @@ -458,6 +460,8 @@ #Clerical Functions doctrine = doctrine_clerical_function_alms_and_pacification + doctrine = doctrine_ritual_conversion_encouraged + #Tenets doctrine = tenet_adaptive doctrine = tenet_communion @@ -485,6 +489,8 @@ #Clerical Functions doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + doctrine = doctrine_ritual_conversion_encouraged + #Tenets doctrine = tenet_rite doctrine = tenet_communion @@ -559,6 +565,8 @@ #Marriage doctrine = doctrine_divorce_approval + doctrine = doctrine_ritual_conversion_encouraged + #Tenets doctrine = tenet_rite doctrine = tenet_communion @@ -725,6 +733,8 @@ #Marriage doctrine = doctrine_divorce_approval + doctrine = doctrine_ritual_conversion_encouraged + #Tenets doctrine = tenet_communion doctrine = tenet_rite @@ -882,6 +892,7 @@ doctrine = special_doctrine_alexandria_ecumenism #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged doctrine = doctrine_ritual_vegetarianism_partial #Tenets @@ -949,6 +960,8 @@ holy_site = mtskheta holy_site = vaspurakan + doctrine = doctrine_ritual_conversion_encouraged + #Tenets doctrine = tenet_autocephaly doctrine = tenet_communion @@ -1026,6 +1039,7 @@ doctrine = doctrine_christian_christology_miaphysitism #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged doctrine = doctrine_ritual_vegetarianism_partial #Tenets @@ -1112,6 +1126,7 @@ doctrine = special_doctrine_alexandria_ecumenism #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged doctrine = doctrine_ritual_vegetarianism_partial #Tenets @@ -1192,6 +1207,7 @@ doctrine = doctrine_christian_judaic_role_judaizers #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged doctrine = doctrine_ritual_vegetarianism_partial #Tenets @@ -1526,6 +1542,9 @@ doctrine = special_doctrine_arian_ecumenism + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_encouraged + #Tenets doctrine = tenet_autocephaly doctrine = tenet_unrelenting_faith diff --git a/WtWSMS/common/religion/religions/00_dualism.txt b/WtWSMS/common/religion/religions/00_dualism.txt index ed680fbe52..156c9857b8 100644 --- a/WtWSMS/common/religion/religions/00_dualism.txt +++ b/WtWSMS/common/religion/religions/00_dualism.txt @@ -30,7 +30,7 @@ doctrine = doctrine_clerical_succession_spiritual_appointment #Ritual Doctrines - doctrine = doctrine_ritual_conversion_encouraged + doctrine = doctrine_ritual_conversion_required doctrine = doctrine_ritual_pilgrimages_approves doctrine = doctrine_ritual_vegetarianism_no_statement @@ -914,7 +914,7 @@ doctrine = doctrine_pluralism_fundamentalist #Ritual - doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_conversion_neutral #Tenets doctrine = tenet_astrology #Importance of Stars/Planets in fates and places of detention @@ -1032,7 +1032,7 @@ holy_site = jerusalem #Ritual - doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_conversion_neutral #Tenets doctrine = tenet_hellenic_syncretism diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index f34f9e9e00..d4e700abe9 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -244,6 +244,8 @@ doctrine = doctrine_pluralism_pluralistic #Makes it easier for Mazdaysna to rule disparate cutlures doctrine = special_doctrine_zoroastrian_approved_cult + doctrine = doctrine_ritual_conversion_encouraged + #Marriage Doctrines doctrine = doctrine_consanguinity_unrestricted @@ -283,6 +285,8 @@ #Marriage Doctrines doctrine = doctrine_consanguinity_unrestricted + doctrine = doctrine_ritual_conversion_encouraged + #Core Tenets doctrine = tenet_divine_marriage doctrine = tenet_sky_burials @@ -403,7 +407,7 @@ doctrine = doctrine_clerical_gender_either #Ritual Doctrines - doctrine = doctrine_ritual_conversion_encouraged + doctrine = doctrine_ritual_conversion_required #Core Tenets doctrine = tenet_asceticism @@ -442,6 +446,8 @@ #Marriage Doctrines doctrine = doctrine_consanguinity_unrestricted + doctrine = doctrine_ritual_conversion_encouraged + #Core Tenets doctrine = tenet_sky_burials #Both burial and sky burial practiced; see https://iranicaonline.org/articles/armenia-iii doctrine = tenet_divine_marriage #Armenian Emperors occasionally had sibling marriages diff --git a/WtWSMS/common/religion/religions/BP_hepthalite.txt b/WtWSMS/common/religion/religions/BP_hepthalite.txt index f896afbe14..dcb8d88fcd 100644 --- a/WtWSMS/common/religion/religions/BP_hepthalite.txt +++ b/WtWSMS/common/religion/religions/BP_hepthalite.txt @@ -31,7 +31,7 @@ hepthal_religion = { doctrine = doctrine_clerical_succession_temporal_fixed_appointment #Ritual Doctrines - doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_conversion_neutral doctrine = doctrine_ritual_pilgrimages_approves doctrine = doctrine_ritual_vegetarianism_no_statement diff --git a/WtWSMS/common/religion/religions/BP_munda.txt b/WtWSMS/common/religion/religions/BP_munda.txt index 35e486a38b..7d7744a36a 100644 --- a/WtWSMS/common/religion/religions/BP_munda.txt +++ b/WtWSMS/common/religion/religions/BP_munda.txt @@ -32,7 +32,7 @@ doctrine = doctrine_clerical_succession_temporal_appointment #Ritual Doctrines - doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_conversion_neutral doctrine = doctrine_ritual_pilgrimages_approves doctrine = doctrine_ritual_vegetarianism_no_statement diff --git a/WtWSMS/common/religion/religions/BP_paleo_balkan.txt b/WtWSMS/common/religion/religions/BP_paleo_balkan.txt index 2913aa26a8..7f37f3be85 100644 --- a/WtWSMS/common/religion/religions/BP_paleo_balkan.txt +++ b/WtWSMS/common/religion/religions/BP_paleo_balkan.txt @@ -30,7 +30,7 @@ doctrine = doctrine_clerical_succession_temporal_appointment #Ritual Doctrines - doctrine = doctrine_ritual_conversion_discouraged + doctrine = doctrine_ritual_conversion_neutral doctrine = doctrine_ritual_pilgrimages_approves doctrine = doctrine_ritual_vegetarianism_no_statement diff --git a/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt b/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt index 3ff629e599..3a82ec5eda 100644 --- a/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt @@ -51,6 +51,12 @@ bp_title_revocation_is_tyrannical_bureaucratic_trigger = { #Additional BP conversion demand trigger BP_demand_conversion_trigger = { + #Can't do it, regardless if your faith prevents it! + custom_description = { + text = your_faith_prohibits_forced_conversion + subject = scope:actor.faith + scope:actor.faith = { has_doctrine_parameter = demand_conversion_interaction } + } trigger_if = { #Ethnic Religion has additional restrictions limit = { scope:actor.faith = { has_doctrine_parameter = can_only_demand_conversion_of_same_culture } } #Correct Actor+Recipient Culture diff --git a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt index dcdb6a1541..40cb3c434b 100644 --- a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt @@ -40,6 +40,19 @@ truly_hellenic_faith_plus_christianity_trigger = { } } +universalist_religion_trigger = { + custom_tooltip = { + text = is_a_universalist_religion + religion_tag = christianity_religion + religion_tag = islam_religion + religion_tag = buddhism_religion + AND = { + religion_tag = dualism_religion + NOT = { has_doctrine = tenet_ethnic_religion } + } + } +} + ##### HERESY TRIGGERS #Prevent selection of heretic cultures unless the heresiarch is of a faith culture or faith child culture diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 5ef2fabe49..8c6cc7eefb 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -160,22 +160,10 @@ is_valid_immigration_target_county_trigger = { #county scope faith = { NOT = { has_doctrine = tenet_ethnic_religion } } } is_valid_evangelizing_source_faith_trigger = { #faith scope - NOT = { has_doctrine_parameter = unreformed } - NOT = { has_doctrine = tenet_ethnic_religion } - OR = { - this.religion = religion:christianity_religion - this.religion = religion:islam_religion - this.religion = religion:buddhism_religion - this.religion = religion:dualism_religion - } + has_doctrine_parameter = does_passive_evangelization } never_evangelizes_trigger = { #faith scope - NOR = { - this.religion = religion:christianity_religion - this.religion = religion:islam_religion - this.religion = religion:buddhism_religion - this.religion = religion:dualism_religion - } + NOT = { has_doctrine_parameter = does_passive_evangelization } } is_frequently_evangelizeing_faith_trigger = { #faith scope OR = { @@ -184,7 +172,12 @@ is_frequently_evangelizeing_faith_trigger = { #faith scope } } is_valid_evangelizing_target_faith_trigger = { #faith scope - has_doctrine_parameter = unreformed + OR = { + AND = { + has_doctrine_parameter = unreformed + NOT = { has_doctrine_parameter = passive_evangalization_protection } + } + } } infrequent_evangelization_trigger = { #faith scope has_doctrine = tenet_communal_identity diff --git a/WtWSMS/common/trigger_localization/BP_interaction_trigger_localization.txt b/WtWSMS/common/trigger_localization/BP_interaction_trigger_localization.txt index 5740a5ff04..583a4f9b76 100644 --- a/WtWSMS/common/trigger_localization/BP_interaction_trigger_localization.txt +++ b/WtWSMS/common/trigger_localization/BP_interaction_trigger_localization.txt @@ -76,6 +76,9 @@ actor_cannot_demand_conversion_of_protected_faiths = { first_not = ACTOR_CANNOT_DEMAND_CONVERSION_OF_PROTECTED_FAITHS third_not = ACTOR_CANNOT_DEMAND_CONVERSION_OF_PROTECTED_FAITHS } +your_faith_prohibits_forced_conversion = { + global_not = YOUR_FAITH_PROHIBITS_FORCED_CONVERSION +} ## Vassal Contract Negotiations converting_to_gubernatorial_requires_a_strong_hook = { diff --git a/WtWSMS/localization/english/BP_council_tasks_l_english.yml b/WtWSMS/localization/english/BP_council_tasks_l_english.yml index 6296c879e1..dfcb106fc9 100644 --- a/WtWSMS/localization/english/BP_council_tasks_l_english.yml +++ b/WtWSMS/localization/english/BP_council_tasks_l_english.yml @@ -36,6 +36,7 @@ #Court Chaplain task_conversion_external: "Convert Unreformed Realm" task_external_conversion_effect_desc: "$task_conversion_effect_desc$" + must_be_an_adjecent_realm: "Target realm must be adjacent to your realm" cannot_target_own_realm: "Cannot target your own realm" must_be_capital: "Must choose realm capitals" must_not_have_been_proselytized_to_recently: "Must not have had someone proselytize recently." diff --git a/WtWSMS/localization/english/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_l_english.yml index 44c9c70b60..3816d69e51 100644 --- a/WtWSMS/localization/english/religion/BP_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_l_english.yml @@ -19,22 +19,32 @@ #Ritual Doctrines #Conversion doctrine_ritual_conversion_name: "View of Conversion" - doctrine_parameter_external_conversion_enabled: "Enables #V External Conversion#! Court Chaplain Task" - doctrine_parameter_demand_conversion_enabled: "Enables #V Demand Conversion#! interaction with landed characters." + doctrine_parameter_external_conversion_enabled: "" + doctrine_parameter_external_conversion_anywhere: "Enables #V External Conversion#! Court Chaplain Task to any realm within diplomatic range" + doctrine_parameter_external_conversion_anywhere_disabled: "Enables #V External Conversion#! Court Chaplain Task to any realm adjacent to your own" + doctrine_parameter_does_passive_evangelization: "Enables passive evangelization of neighbouring counties" + doctrine_parameter_demand_conversion_interaction: "Enables #V Demand Conversion#! interaction with landed characters." + doctrine_parameter_demand_conversion_interaction_disabled: "Disables #V Demand Conversion#! interaction with landed characters, even with #V $innovation_state_religion$#! [innovation|E]." + doctrine_parameter_passive_evangalization_protection: "Prevents [organized|E] faiths from passively evangelizing into counties of your faith, even if [GetFaithDoctrine('unreformed_faith_doctrine').GetBaseName]." + doctrine_ritual_conversion_required_name: "Required" + doctrine_ritual_conversion_required_desc: "[SelectLocalization(ObjectsEqual(ROOT.Faith.GetReligion.MakeScope,GetReligionByKey('christianity_religion').MakeScope),'doctrine_ritual_conversion_required_christian','doctrine_ritual_conversion_required_other')]" + doctrine_ritual_conversion_required_christian: "By Christ's Great Commission, we are called to baptize the whole world" + doctrine_ritual_conversion_required_other: "Conversion of the infidels is a central tenet of this faith" doctrine_ritual_conversion_encouraged_name: "Encouraged" - doctrine_ritual_conversion_encouraged_desc: "This faith encourages conversion of infidels." + doctrine_ritual_conversion_encouraged_desc: "[SelectLocalization(ObjectsEqual(ROOT.Faith.GetReligion.MakeScope,GetReligionByKey('christianity_religion').MakeScope),'doctrine_ritural_conversion_encouraged_christian','doctrine_ritural_conversion_encouraged_other')]" + doctrine_ritural_conversion_encouraged_christian: "While faithful to the Great Commission, the nature of this church is more culturally focused" + doctrine_ritural_conversion_encouraged_other: "This faith encourages conversion of infidels, but it is not necessarily central to the faith" doctrine_ritual_conversion_neutral_name: "Neutral" - doctrine_ritual_conversion_neutral_desc: "This faith takes no stance on the conversion of infidels." + doctrine_ritual_conversion_neutral_desc: "This faith takes no stance on the conversion of infidels" doctrine_ritual_conversion_discouraged_name: "Discouraged" - doctrine_ritual_conversion_discouraged_desc: "This faith discourages the conversion of infidels." - + doctrine_ritual_conversion_discouraged_desc: "This faith discourages the conversion of infidels, and prefers to emphasize ties within their own community" #Pilgrimages doctrine_ritual_pilgrimages_name: "View of Pilgrimages" doctrine_parameter_allows_pilgrimage: "Enables #V $go_on_pilgrimage_decision$#! minor [decision|E]" doctrine_ritual_pilgrimages_approves_name: "Approves" doctrine_ritual_pilgrimages_approves_desc: "This faith views pilgrimages as a righteous endeavour that can help adherents grow closer to the divine." doctrine_ritual_pilgrimages_disapproves_name: "Disapproves" - doctrine_ritual_pilgrimages_disapproves_desc: "This faith view pilgrimages as a waste of time and money that are better spent on other spiritual endeavours." + doctrine_ritual_pilgrimages_disapproves_desc: "This faith view pilgrimages as a waste of time and money that is better spent on other spiritual endeavours." #Vegetarianism doctrine_ritual_vegetarianism_name: "View of Vegetarianism" doctrine_parameter_enables_vegetarianism: "Enables #V $become_a_vegetarian$#! minor [decision|E]" diff --git a/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml b/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml index 274c44ccc4..15d5f96ccf 100644 --- a/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml @@ -5,4 +5,5 @@ RECIPIENT_CULTURE_IS_ALIGNED_WITH_ETHNIC_RELIGION: "[TARGET_CHARACTER.GetFaith.GetName] has the doctrine [GetFaithDoctrine('tenet_ethnic_religion').GetBaseName]; [CHARACTER.GetCharacterViewNamePossessiveNoTooltip|U] [CHARACTER.GetCulture.GetName] culture is not [TARGET_CHARACTER.GetFaith.MakeScope.Var('ethnic_religion_culture').Culture.GetName] nor a [bp_faith_child_culture|E] of [TARGET_CHARACTER.GetFaith.MakeScope.Var('ethnic_religion_culture').Culture.GetName]" ACTOR_DOES_NOT_HAS_INNOVATION_STATE_RELIGION: "[CHARACTER.GetCharacterViewNamePossessiveNoTooltip|U] [CHARACTER.GetCulture.GetName] [culture|E] lacks the [innovation|E] #V $innovation_state_religion$#! and [TARGET_CHARACTER.GetCharacterViewNameNoTooltip] is a [landed|E] [organized_government|E] [vassal|E]" ACTOR_CANNOT_DEMAND_CONVERSION_OF_PROTECTED_FAITHS: "[TARGET_CHARACTER.GetCharacterViewNamePossessiveNoTooltip|U] [TARGET_CHARACTER.GetFaith.GetName] has the doctrine [GetFaithDoctrine('special_doctrine_legalized_faith_persia').GetBaseName], protecting it from conversion by [CHARACTER.GetFaith.GetReligion.GetAdjectiveNoTooltip] lieges with the doctrine [GetFaithDoctrine('special_doctrine_zoroastrian_approved_cult').GetBaseName]" - CONVERTING_TO_GUBERNATORIAL_REQUIRES_A_STRONG_HOOK: "Converting a [vassal|E] to [gubernatorial_government|E] requires the use of a [strong_hook|E]." \ No newline at end of file + CONVERTING_TO_GUBERNATORIAL_REQUIRES_A_STRONG_HOOK: "Converting a [vassal|E] to [gubernatorial_government|E] requires the use of a [strong_hook|E]." + YOUR_FAITH_PROHIBITS_FORCED_CONVERSION: "[FAITH.GetName] prohibits forced conversion of [landed|E] characters" \ No newline at end of file diff --git a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml index 16a9cdc450..f5e59bd0a3 100644 --- a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml @@ -71,4 +71,7 @@ NOT_TRULY_HELLENIC_FAITH_PLUS_MITHRAISM: "All of these:\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('hellenic_pagan').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('platonism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('orphism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('pythagoreanism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('stoicism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('cybelian').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('mithraic_pagan').GetName]" TRULY_HELLENIC_FAITH_PLUS_CHRISTIANITY: "At least one of these:\n\t$EFFECT_LIST_BULLET$Has the faith [GetFaithByKey('hellenic_pagan').GetName]\n\t$EFFECT_LIST_BULLET$Has the faith [GetFaithByKey('platonism').GetName]\n\t$EFFECT_LIST_BULLET$Has the faith [GetFaithByKey('orphism').GetName]\n\t$EFFECT_LIST_BULLET$Has the faith [GetFaithByKey('pythagoreanism').GetName]\n\t$EFFECT_LIST_BULLET$Has the faith [GetFaithByKey('stoicism').GetName]\n\t$EFFECT_LIST_BULLET$Has the faith [GetFaithByKey('cybelian').GetName]\n\t$EFFECT_LIST_BULLET$Has a $christian_religion$ faith" NOT_TRULY_HELLENIC_FAITH_PLUS_CHRISTIANITY: "All of these:\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('hellenic_pagan').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('platonism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('orphism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('pythagoreanism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('stoicism').GetName]\n\t@warning_icon!#bold Does not have#! the faith [GetFaithByKey('cybelian').GetName]\n\t@warning_icon!#bold Does not have#! a $christian_religion$ faith." + ##### TOOLTIPS + rites_cannot_require_conversion: "Christian Rites may not have the doctrine $doctrine_ritual_conversion_required$" + is_a_universalist_religion: "Is a universalist religion" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 70eef57dd1..ddc2e268f6 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,14 +37,14 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -VERY MUCH IN PROGRESS: -* External missionary work - NEXT UP: +* Get Iranian Paganism into the Pagan Family +* Evaluate Dualist/Christian division + +OTHERS: * Break up Eastern Syncretism into Dharmic & other * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces * Huns in Gepids &c. -* Get Iranian Paganism into the Pagan Family * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... From 3198a88633f79b3679835bdbc8eb33482f9e9177 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Sep 2022 02:58:03 -0400 Subject: [PATCH 083/339] Iranian religion work * There's a failed context switch problem in calculating the baseline acceptance again by adding a new religion. Should be re-reviewed before 0.2.0 is published --- WtWSMS/common/_TODO_FIXME_common.info | 2 + WtWSMS/common/on_action/BP_game_start.txt | 2 - .../religion/religions/00_zoroastrianism.txt | 199 -------------- .../common/religion/religions/BP_iranian.txt | 247 ++++++++++++++++++ _developer_documentation/_BP_design.info | 2 +- .../_BP_pre_release_errors.info | 8 +- 6 files changed, 257 insertions(+), 203 deletions(-) create mode 100644 WtWSMS/common/religion/religions/BP_iranian.txt diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index 2f9dad63ab..8148a84442 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -12,6 +12,8 @@ Vanilla TODOS in BP files because of copy-paste from Vanilla: Other Vanilla (i.e., Fixing issues from Vanilla) * common/modifier_definition_formats/00_government_definitions_BP_vanilla_fix.txt: Remove after PDX fixes * common/script_values/00_court_amenities_valus_BP_vanilla_fix.txt: Remove after PDX fixes +0.2.0 (Big) + * common/religion/religions/BP_iranian.txt: Figure out why we get "Error: calc_culture_dominant_religion trigger [ Failed context switch ]" from making Iranian Paganism its own religion in the culture_acceptance_baseline calculations 0.2.0 * common/council_tasks/BP_court_chaplain_tasks.txt: Implement ai_will_do and ai_county_target logic for task_conversion_external * common/on_action/BP_game_start/BP_counillor_on_actions.txt: Implement possibility of liege/courtiers converting diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index a868f196b8..a9e91d4616 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1282,8 +1282,6 @@ set_ethnic_religion_flags = { } other_religion_effects = { effect = { - #Pagan Iranianism is not a Zoroastrian faith... - faith:iranian_pagan_faith = { remove_doctrine = special_doctrine_is_zoroastrian_faith } #Set Various default Ritual doctrines so we don't have to copy over every (otherwise) #untouched faith from Vanilla every_religion_global = { diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index d4e700abe9..640020d58b 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -508,204 +508,5 @@ doctrine = tenet_reincarnation doctrine = tenet_pacifism } - - ##### TODO (Beta): Move iranian_pagan_faith out of Zoroastrian Family? - iranian_pagan_faith = { - color = { 0.80 0.80 0.45 } - icon = pagan - reformed_icon = pagan_reformed - - doctrine = pagan_hostility_doctrine - doctrine = special_doctrine_is_pagan_faith - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_pluralism_pluralistic - doctrine = doctrine_theocracy_lay_clergy - - - #Combination of Zoroastrian Royal Fires and Yazidi sites - holy_site = buren_mihr #Adur Burzen-Mihr - holy_site = takht-e_soleyman #Adur Gushnasp - holy_site = farnbag - holy_site = nishapur - holy_site = dashtestan - - #Pagan-esque religions - doctrine = unreformed_faith_doctrine - - #Core Tenets - doctrine = tenet_sun_worship - doctrine = tenet_megaliths #Given it's features, this is preferable to Sanctity of Nature along with preference of open worship in nature - doctrine = tenet_ritual_celebrations - - localization = { - HighGodName = iranian_high_god_name - HighGodName2 = iranian_high_god_name - HighGodNamePossessive = iranian_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_HE - HighGodHerselfHimself = CHARACTER_HIMSELF - HighGodHerHis = CHARACTER_HERHIS_HIS - HighGodNameAlternate = iranian_high_god_name_alternate - HighGodNameAlternatePossessive = iranian_high_god_name_alternate_possessive - - #Creator - CreatorName = iranian_creator_god_name - CreatorNamePossessive = iranian_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_HE - CreatorHerHis = CHARACTER_HERHIS_HIS - CreatorHerHim = CHARACTER_HERHIM_HIM - - #HealthGod - HealthGodName = iranian_health_god_name - HealthGodNamePossessive = iranian_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = iranian_fertility_god_name - FertilityGodNamePossessive = iranian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = iranian_wealth_god_name - WealthGodNamePossessive = iranian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = iranian_household_god_name - HouseholdGodNamePossessive = iranian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HER - HouseholdGodHerHim = CHARACTER_HERHIM_HER - - #FateGod - FateGodName = iranian_fate_god_name - FateGodNamePossessive = iranian_fate_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_IT - FateGodHerHis = CHARACTER_HERHIS_ITS - FateGodHerHim = CHARACTER_HERHIM_IT - - #KnowledgeGod - KnowledgeGodName = iranian_knowledge_god_name - KnowledgeGodNamePossessive = iranian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = iranian_war_god_name - WarGodNamePossessive = iranian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = iranian_trickster_god_name - TricksterGodNamePossessive = iranian_trickster_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_SHE - TricksterGodHerHis = CHARACTER_HERHIS_HIS - TricksterGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = iranian_night_god_name - NightGodNamePossessive = iranian_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_HE - NightGodHerHis = CHARACTER_HERHIS_HIS - NightGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = iranian_water_god_name - WaterGodNamePossessive = iranian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - PantheonTerm = iranian_high_god_name - PantheonTerm2 = iranian_high_god_name - PantheonTerm3 = iranian_high_god_name - PantheonTermHasHave = pantheon_term_has - GoodGodNames = { - iranian_good_god_ahura_mazda - iranian_good_god_mithra - iranian_good_god_anahita - iranian_good_god_ardvi_sura - iranian_good_god_thvarshtar - iranian_good_god_vrthraghna - iranian_good_god_rashnu - iranian_good_god_tishtrya - } - DevilName = iranian_devil_name - DevilNamePossessive = iranian_devil_name_possessive - DevilSheHe = CHARACTER_SHEHE_HE - DevilHerHis = CHARACTER_HERHIS_HIS - DevilHerselfHimself = CHARACTER_HIMSELF - EvilGodNames = { - iranian_devil_name - iranian_evil_god_angra_mainyu - iranian_evil_god_apaosha - } - HouseOfWorship = iranian_house_of_worship - HouseOfWorship2 = iranian_house_of_worship - HouseOfWorship3 = iranian_house_of_worship - HouseOfWorshipPlural = iranian_house_of_worship_plural - ReligiousSymbol = iranian_religious_symbol - ReligiousSymbol2 = iranian_religious_symbol - ReligiousSymbol3 = iranian_religious_symbol - ReligiousText = iranian_religious_text - ReligiousText2 = iranian_religious_text - ReligiousText3 = iranian_religious_text - ReligiousHeadName = iranian_religious_head_title - ReligiousHeadTitleName = zoroastrian_religious_head_title_name - DevoteeMale = iranian_devotee_male - DevoteeMalePlural = iranian_devotee_male_plural - DevoteeFemale = iranian_devotee_female - DevoteeFemalePlural = iranian_devotee_female_plural - DevoteeNeuter = iranian_devotee_male - DevoteeNeuterPlural = iranian_devotee_male_plural - PriestMale = iranian_priest_male - PriestMalePlural = iranian_priest_male_plural - PriestFemale = iranian_priest_female - PriestFemalePlural = iranian_priest_female_plural - PriestNeuter = iranian_priest_male - PriestNeuterPlural = iranian_priest_male_plural - AltPriestTermPlural = iranian_alternate_priest_term_plural - BishopMale = iranian_bishop_male - BishopMalePlural = iranian_bishop_male_plural - BishopFemale = iranian_bishop_female - BishopFemalePlural = iranian_bishop_female_plural - BishopNeuter = iranian_bishop_male - BishopNeuterPlural = iranian_bishop_male_plural - DivineRealm = iranian_divine_realm - DivineRealm2 = iranian_divine_realm - DivineRealm3 = iranian_divine_realm - PositiveAfterLife = iranian_positive_afterlife - PositiveAfterLife2 = iranian_positive_afterlife - PositiveAfterLife3 = iranian_positive_afterlife - NegativeAfterLife = iranian_negative_afterlife - NegativeAfterLife2 = iranian_negative_afterlife - NegativeAfterLife3 = iranian_negative_afterlife - DeathDeityName = iranian_devil_name - DeathDeityNamePossessive = iranian_devil_name_possessive - DeathDeitySheHe = CHARACTER_SHEHE_HE - DeathDeityHerHis = CHARACTER_HERHIS_HIS - WitchGodName = iranian_devil_name - WitchGodNamePossessive = iranian_devil_name_possessive - WitchGodHerHis = CHARACTER_SHEHE_HE - WitchGodSheHe = CHARACTER_HERHIS_HIS - WitchGodHerHim = CHARACTER_HERHIM_HIM - WitchGodMistressMaster = master - WitchGodMotherFather = father - - GHWName = ghw_purification - GHWNamePlural = ghw_purifications - } - } }#end:faiths } diff --git a/WtWSMS/common/religion/religions/BP_iranian.txt b/WtWSMS/common/religion/religions/BP_iranian.txt new file mode 100644 index 0000000000..f4a3ab298b --- /dev/null +++ b/WtWSMS/common/religion/religions/BP_iranian.txt @@ -0,0 +1,247 @@ +##### TODO (0.2.0): Figure out why we get "Error: calc_culture_dominant_religion trigger [ Failed context switch ]" from making Iranian Paganism its own religion in the culture_acceptance_baseline calculations +iranian_religion = { + family = rf_pagan + pagan_roots = yes + doctrine = pagan_hostility_doctrine + + #Main Group + doctrine = doctrine_no_head + doctrine = doctrine_gender_male_dominated + doctrine = doctrine_pluralism_pluralistic + doctrine = doctrine_theocracy_lay_clergy + + #Marriage + doctrine = doctrine_concubines + doctrine = doctrine_divorce_approval + doctrine = doctrine_bastardry_none + doctrine = doctrine_consanguinity_cousins + + #Crimes + doctrine = doctrine_homosexuality_crime + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_shunned + doctrine = doctrine_kinslaying_close_kin_crime + doctrine = doctrine_deviancy_shunned + doctrine = doctrine_witchcraft_shunned + + #Clerical Functions + doctrine = doctrine_clerical_function_taxation + doctrine = doctrine_clerical_gender_male_only + doctrine = doctrine_clerical_marriage_allowed + doctrine = doctrine_clerical_succession_temporal_fixed_appointment + + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + + #Other Doctrines + doctrine = special_doctrine_is_pagan_faith + + traits = { + virtues = { honest just diligent } + sins = { deceitful lazy sadistic } + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil + } + + holy_order_names = { + { name = "holy_order_immortals" } + { name = "holy_order_ahura_mazdas_champions" } + { name = "holy_order_fire_walkers" } + } + + holy_order_maa = { mubarizun } + + localization = { + HighGodName = iranian_high_god_name + HighGodName2 = iranian_high_god_name + HighGodNamePossessive = iranian_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = iranian_high_god_name_alternate + HighGodNameAlternatePossessive = iranian_high_god_name_alternate_possessive + + #Creator + CreatorName = iranian_creator_god_name + CreatorNamePossessive = iranian_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod + HealthGodName = iranian_health_god_name + HealthGodNamePossessive = iranian_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = iranian_fertility_god_name + FertilityGodNamePossessive = iranian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = iranian_wealth_god_name + WealthGodNamePossessive = iranian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = iranian_household_god_name + HouseholdGodNamePossessive = iranian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HER + HouseholdGodHerHim = CHARACTER_HERHIM_HER + + #FateGod + FateGodName = iranian_fate_god_name + FateGodNamePossessive = iranian_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_IT + FateGodHerHis = CHARACTER_HERHIS_ITS + FateGodHerHim = CHARACTER_HERHIM_IT + + #KnowledgeGod + KnowledgeGodName = iranian_knowledge_god_name + KnowledgeGodNamePossessive = iranian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = iranian_war_god_name + WarGodNamePossessive = iranian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod + TricksterGodName = iranian_trickster_god_name + TricksterGodNamePossessive = iranian_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_SHE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = iranian_night_god_name + NightGodNamePossessive = iranian_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = iranian_water_god_name + WaterGodNamePossessive = iranian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = iranian_high_god_name + PantheonTerm2 = iranian_high_god_name + PantheonTerm3 = iranian_high_god_name + PantheonTermHasHave = pantheon_term_has + GoodGodNames = { + iranian_good_god_ahura_mazda + iranian_good_god_mithra + iranian_good_god_anahita + iranian_good_god_ardvi_sura + iranian_good_god_thvarshtar + iranian_good_god_vrthraghna + iranian_good_god_rashnu + iranian_good_god_tishtrya + } + DevilName = iranian_devil_name + DevilNamePossessive = iranian_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + iranian_devil_name + iranian_evil_god_angra_mainyu + iranian_evil_god_apaosha + } + HouseOfWorship = iranian_house_of_worship + HouseOfWorship2 = iranian_house_of_worship + HouseOfWorship3 = iranian_house_of_worship + HouseOfWorshipPlural = iranian_house_of_worship_plural + ReligiousSymbol = iranian_religious_symbol + ReligiousSymbol2 = iranian_religious_symbol + ReligiousSymbol3 = iranian_religious_symbol + ReligiousText = iranian_religious_text + ReligiousText2 = iranian_religious_text + ReligiousText3 = iranian_religious_text + ReligiousHeadName = iranian_religious_head_title + ReligiousHeadTitleName = zoroastrian_religious_head_title_name + DevoteeMale = iranian_devotee_male + DevoteeMalePlural = iranian_devotee_male_plural + DevoteeFemale = iranian_devotee_female + DevoteeFemalePlural = iranian_devotee_female_plural + DevoteeNeuter = iranian_devotee_male + DevoteeNeuterPlural = iranian_devotee_male_plural + PriestMale = iranian_priest_male + PriestMalePlural = iranian_priest_male_plural + PriestFemale = iranian_priest_female + PriestFemalePlural = iranian_priest_female_plural + PriestNeuter = iranian_priest_male + PriestNeuterPlural = iranian_priest_male_plural + AltPriestTermPlural = iranian_alternate_priest_term_plural + BishopMale = iranian_bishop_male + BishopMalePlural = iranian_bishop_male_plural + BishopFemale = iranian_bishop_female + BishopFemalePlural = iranian_bishop_female_plural + BishopNeuter = iranian_bishop_male + BishopNeuterPlural = iranian_bishop_male_plural + DivineRealm = iranian_divine_realm + DivineRealm2 = iranian_divine_realm + DivineRealm3 = iranian_divine_realm + PositiveAfterLife = iranian_positive_afterlife + PositiveAfterLife2 = iranian_positive_afterlife + PositiveAfterLife3 = iranian_positive_afterlife + NegativeAfterLife = iranian_negative_afterlife + NegativeAfterLife2 = iranian_negative_afterlife + NegativeAfterLife3 = iranian_negative_afterlife + DeathDeityName = iranian_devil_name + DeathDeityNamePossessive = iranian_devil_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + WitchGodName = iranian_devil_name + WitchGodNamePossessive = iranian_devil_name_possessive + WitchGodHerHis = CHARACTER_SHEHE_HE + WitchGodSheHe = CHARACTER_HERHIS_HIS + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + GHWName = ghw_purification + GHWNamePlural = ghw_purifications + } + + faiths = { + iranian_pagan_faith = { + color = { 0.80 0.80 0.45 } + icon = pagan + reformed_icon = pagan_reformed + + #Combination of Zoroastrian Royal Fires, Khurmazta, and Scythian Sites + holy_site = buren_mihr #Adur Burzen-Mihr + holy_site = takht-e_soleyman #Adur Gushnasp + holy_site = farnbag + holy_site = dihistan + holy_site = samarkand + + #Pagan-esque religions + doctrine = unreformed_faith_doctrine + + #Core Tenets + doctrine = tenet_sun_worship + doctrine = tenet_megaliths #Given it's features, this is preferable to Sanctity of Nature along with preference of open worship in nature + doctrine = tenet_ritual_celebrations + } + }#end:faiths +} diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index ddc2e268f6..1d92960e16 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -38,7 +38,7 @@ Gameplay: IN PROGRESS: ----------------------------------------------------------------- NEXT UP: -* Get Iranian Paganism into the Pagan Family +* Christian Rites * Evaluate Dualist/Christian division OTHERS: diff --git a/_development_utilities/_BP_pre_release_errors.info b/_development_utilities/_BP_pre_release_errors.info index 1c063f5a24..86b424aa04 100644 --- a/_development_utilities/_BP_pre_release_errors.info +++ b/_development_utilities/_BP_pre_release_errors.info @@ -1,2 +1,8 @@ ### Babies having babies errors (24 remaining) -[characterhistory.cpp:756]: \ No newline at end of file +[characterhistory.cpp:756]: +###Error cause by new iranian paganism religion +[jomini_script_system.cpp:262]: Script system error! + Error: calc_culture_dominant_religion trigger [ Failed context switch ] + Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 19 + Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 27 + Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 28 From 85594182707bfc4b9b70f927afcb9a3463616cc9 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Sep 2022 14:54:03 -0400 Subject: [PATCH 084/339] Dualist/Christian division * Moved Priscillianism into Christian Religion and applied appropriate Christian doctrines * Updated Complex Exegesis Tenet * Extended availability of complex exegesis * Prevent sins/virtues in gui from being un-highlightable --- .../religion/doctrines/00_core_tenets.txt | 118 ++++++++----- .../religion/religions/00_christianity.txt | 164 +++++++++++++++++- .../common/religion/religions/00_dualism.txt | 147 +--------------- .../BP_religion_trigger_localization.txt | 5 + WtWSMS/gui/window_faith.gui | 4 +- .../BP_religion_christianity_l_english.yml | 37 ++++ .../BP_religion_dualism_l_english.yml | 13 -- .../BP_religion_triggers_l_english.yml | 1 + _developer_documentation/_BP_design.info | 2 +- 9 files changed, 273 insertions(+), 218 deletions(-) diff --git a/WtWSMS/common/religion/doctrines/00_core_tenets.txt b/WtWSMS/common/religion/doctrines/00_core_tenets.txt index fd0c4dc5f9..c632d58ac3 100644 --- a/WtWSMS/common/religion/doctrines/00_core_tenets.txt +++ b/WtWSMS/common/religion/doctrines/00_core_tenets.txt @@ -3444,10 +3444,6 @@ text = doctrine_inverted_pluralism_fundamentalist_trigger flag:doctrine_pluralism_fundamentalist = { is_in_list = selected_doctrines } } - custom_description = { - text = inverted_tenet_gnosticism_trigger - flag:tenet_gnosticism = { is_in_list = selected_doctrines } - } custom_description = { text = incompatible_tenet_alexandrian_catechism_trigger NOT = { flag:tenet_alexandrian_catechism = { is_in_list = selected_doctrines } } @@ -3484,6 +3480,77 @@ } } + tenet_complex_exegesis = { + icon = core_tenet_bigbook + + is_shown = { + OR = { + religion_tag = christianity_religion + religion_tag = dualism_religion + religion_tag = islam_religion + } + } + + can_pick = { + custom_description = { #Because this runs counter to the tenet, not because feature overlap + text = incompatible_tenet_literalism_trigger + NOT = { flag:tenet_literalism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_hedonistic_trigger + NOT = { flag:tenet_hedonistic = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_astrology_trigger + NOT = { flag:tenet_astrology = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_monasticism_trigger + NOT = { flag:tenet_monasticism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_asceticism_trigger + NOT = { flag:tenet_asceticism = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_tenet_esotericism_trigger + NOT = { flag:tenet_esotericism = { is_in_list = selected_doctrines } } + } + } + + piety_cost = { + value = faith_tenet_cost_massive + if = { + limit = { has_doctrine = tenet_complex_exegesis } + multiply = faith_unchanged_doctrine_cost_mult + } + } + + parameters = { + divine_the_stars_active = yes + take_vows_active = yes + meditation_mechanics_active = yes + tenet_esotericism_mystic_education = yes + } + + character_modifier = { + stress_gain_mult = 0.25 #Strong pull towards asceticism and self denial + monthly_learning_lifestyle_xp_gain_mult = 0.1 + } + + traits = { + virtues = { + lifestyle_mystic + temperate = 3 + } + sins = { + gluttonous = 3 + greedy + lifestyle_reveler + } + } + } + tenet_rigorism = { icon = core_tenet_legal_pronouncements ##### TODO (Beta): Needs Unique Icon @@ -3669,49 +3736,6 @@ ##################### # BP Mazdan Tenets # ##################### - - tenet_complex_exegesis = { - icon = core_tenet_legal_pronouncements ##### TODO (Beta): Needs Unique Icon - - is_shown = { religion_tag = dualism_religion } - - can_pick = { - custom_description = { - text = incompatible_tenet_literalism_trigger - NOT = { flag:tenet_literalism = { is_in_list = selected_doctrines } } - } - custom_description = { - text = incompatible_tenet_astrology_trigger - NOT = { flag:tenet_astrology = { is_in_list = selected_doctrines } } - } - custom_description = { - text = incompatible_tenet_monasticism_trigger - NOT = { flag:tenet_monasticism = { is_in_list = selected_doctrines } } - } - } - - piety_cost = { - value = faith_tenet_cost_mid - if = { - limit = { has_doctrine = tenet_complex_exegesis } - multiply = faith_unchanged_doctrine_cost_mult - } - } - - parameters = { - divine_the_stars_active = yes - take_vows_active = yes - } - - character_modifier = { - monthly_learning_lifestyle_xp_gain_mult = 0.1 - } - - traits = { - virtues = { temperate = 2 } - sins = { gluttonous = 2 } - } - } ##################### # BP Eastern Tenets # diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index dac769b069..70e7880492 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -46,6 +46,14 @@ #Special Doctrine for Christian Syncretism doctrine = special_doctrine_is_christian_faith + #General Notes: + #Unless faith is well deviated from Orthodoxy, made the clergy theocratic instead of lay + #Lay clergy should be more reserved for Christian faiths which explicitly did not have an + #Ecclesiastical polity similar to the orthodox faiths. + # + #So current faiths with doctrine_theocracy_lay_clergy are: + # melchisdechianism, ebionite, montanism, messalian, adamites, antinomianism + traits = { virtues = { forgiving compassionate chaste } sins = { vengeful sadistic lustful } @@ -1459,7 +1467,6 @@ holy_site = baghdad #Replacing c_khozistan and c_ilam #Main Group - doctrine = doctrine_theocracy_lay_clergy doctrine = doctrine_pluralism_fundamentalist #Christian Doctrines @@ -1515,6 +1522,153 @@ ReligiousHeadTitleName = orthodox_religious_head_title_name } } + priscillianism = { + #Diffs from WtWSMS: No free vassal levy, no martial/intrigue buff, theocratic clergy + color = { 0.3 0.6 0.2 } + icon = mfi_priscillianism + religious_head = d_priscillianism + + #WtWSMS: alexandria, albert, coruna, rome, avila + holy_site = alexandria # Marcus, one of the earliest Priscillian theologians, was born and lived here + holy_site = albret # Priscillian fled to Osccitania + holy_site = jerusalem + holy_site = avila #Priscillian was the Bishop of the City of Avila + holy_site = rome # Priscillian conflicted fiercely with the Pope + + #Main Group + doctrine = doctrine_pluralism_fundamentalist + + #Clergy Doctrines + doctrine = doctrine_clerical_function_recruitment + + #Ritual Doctrines + doctrine = doctrine_ritual_vegetarianism_required + + #Christian Doctrines + doctrine = doctrine_christian_christology_doceticism + doctrine = doctrine_christian_hypostases_dualism + doctrine = doctrine_christian_pneumatology_subservient + doctrine = doctrine_christian_communion_transubstantiation + doctrine = doctrine_christian_soteriology_gnosis + doctrine = doctrine_christian_judaic_role_forebears + + #Core Tenets + doctrine = tenet_armed_pilgrimages + doctrine = tenet_communion + doctrine = tenet_complex_exegesis + + localization = { # Gods mostly shared with Manichean (Priscillianism is a Manichean-Gnostic hybrid) + #HighGodName + HighGodName = priscillianism_high_god_name + HighGodNamePossessive = priscillianism_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_IT + HighGodHerselfHimself = CHARACTER_ITSELF + HighGodHerHis = CHARACTER_HERHIS_ITS + HighGodNameAlternate = priscillianism_high_god_name + HighGodNameAlternatePossessive = priscillianism_high_god_name_possessive + + #Creator + CreatorName = priscillianism_creator_god_name + CreatorNamePossessive = priscillianism_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_SHE + CreatorHerHis = CHARACTER_HERHIS_HER + CreatorHerHim = CHARACTER_HERHIM_HER + + #HealthGod + HealthGodName = priscillianism_health_god_name + HealthGodNamePossessive = priscillianism_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = manicheanism_fertility_god_name + FertilityGodNamePossessive = manicheanism_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod + WealthGodName = priscillianism_wealth_god_name + WealthGodNamePossessive = priscillianism_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = priscillianism_household_god_name + HouseholdGodNamePossessive = priscillianism_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = priscillianism_knowledge_god_name + KnowledgeGodNamePossessive = priscillianism_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = priscillianism_war_god_name + WarGodNamePossessive = priscillianism_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_THEY + WarGodHerHis = CHARACTER_HERHIS_THEIR + WarGodHerHim = CHARACTER_HERHIM_THEM + + #NightGod + NightGodName = priscillianism_night_god_name + NightGodNamePossessive = priscillianism_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_THEY + NightGodHerHis = CHARACTER_HERHIS_THEIR + NightGodHerHim = CHARACTER_HERHIM_THEM + + #WaterGod + WaterGodName = manicheanism_water_god_name + WaterGodNamePossessive = manicheanism_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + GoodGodNames = { + priscillianism_high_god_name + priscillianism_good_god_saviour + priscillianism_good_god_the_light + priscillianism_good_god_st_marcus + priscillianism_good_god_st_priscillian + priscillianism_good_god_halpidus + priscillianism_good_god_the_christgod + priscillianism_good_god_jesus + priscillianism_good_god_twelve_patriarchs + priscillianism_good_god_twelve_heavenly_spirits + } + DevilName = manicheanism_devil_name + DevilNamePossessive = manicheanism_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + manicheanism_devil_name + dualism_devil_name + dualism_evil_god_archons + dualism_evil_god_matter + dualism_evil_god_ignorance + priscillianism_evil_god_the_zodiac + priscillianism_evil_god_the_dark_spirits + } + WitchGodName = manicheanism_devil_name + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + ReligiousText = priscillianism_religious_text + ReligiousHeadName = priscillianism_religious_head_title + ReligiousHeadTitleName = priscillianism_religious_head_title_name + } + } + ### Arianism gothic_church = { icon = testeo @@ -1695,7 +1849,6 @@ #Main Group doctrine = doctrine_no_head - doctrine = doctrine_theocracy_lay_clergy #Christian Doctrines doctrine = doctrine_christian_christology_arianism @@ -1836,7 +1989,6 @@ #Main Group doctrine = doctrine_no_head - doctrine = doctrine_theocracy_lay_clergy #Christian Doctrines doctrine = doctrine_christian_christology_modalistic_monarchianism @@ -2194,9 +2346,6 @@ holy_site = armagh #Replacing dublin holy_site = iona - #Main Group - doctrine = doctrine_theocracy_lay_clergy - #Marriage doctrine = doctrine_divorce_approval @@ -2334,7 +2483,6 @@ holy_site = cyrenaica #African presence #Main Group - doctrine = doctrine_theocracy_lay_clergy doctrine = doctrine_pluralism_pluralistic #Christian Doctrines @@ -2534,7 +2682,6 @@ #Main Group doctrine = doctrine_spiritual_head - doctrine = doctrine_theocracy_lay_clergy doctrine = doctrine_pluralism_pluralistic #Christian Doctrines @@ -2563,7 +2710,6 @@ #Main Group doctrine = doctrine_no_head - doctrine = doctrine_theocracy_lay_clergy #Christian Doctrines doctrine = doctrine_christian_christology_doceticism diff --git a/WtWSMS/common/religion/religions/00_dualism.txt b/WtWSMS/common/religion/religions/00_dualism.txt index 156c9857b8..d9ecc6164b 100644 --- a/WtWSMS/common/religion/religions/00_dualism.txt +++ b/WtWSMS/common/religion/religions/00_dualism.txt @@ -42,10 +42,6 @@ sins = { deceitful arrogant impatient } } - reserved_male_names = { - Hormazd Maziar Shapur Vandad Zartosht - } - custom_faith_icons = { custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s } @@ -490,7 +486,7 @@ } } - #WtWSMS diffs: no excommunication + #WtWSMS diffs: none sethianism = { color = { 0.8 0.6 0.4 } icon = mfi_sethianism @@ -628,147 +624,6 @@ } } - #Diffs from WtWSMS: No free vassal levy, no martial/intrigue buff, no vegitarianism - #Diffs from WtWSMS: No Martial/Intrigue buff, No opinion buff/nerf (+40/-20) - priscillianism = { - color = { 0.3 0.6 0.2 } - icon = mfi_priscillianism - religious_head = d_priscillianism - - #WtWSMS: alexandria, albert, coruna, rome, avila - holy_site = alexandria # Marcus, one of the earliest Priscillian theologians, was born and lived here - holy_site = albret # Priscillian fled to Osccitania - holy_site = coruna - holy_site = avila #Priscillian was the Bishop of the City of Avila - holy_site = rome # Priscillian conflicted fiercely with the Pope - - #Main Group - doctrine = doctrine_pluralism_righteous - doctrine = doctrine_theocracy_lay_clergy - - #Clergy Doctrines - doctrine = doctrine_clerical_function_recruitment - - doctrine = doctrine_ritual_vegetarianism_required - - #Core Tenets - doctrine = tenet_struggle_submission - doctrine = tenet_christian_syncretism - doctrine = tenet_complex_exegesis - - localization = { # Gods mostly shared with Manichean (Priscillianism is a Manichean-Gnostic hybrid) - #HighGodName - HighGodName = priscillianism_high_god_name - HighGodNamePossessive = priscillianism_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_IT - HighGodHerselfHimself = CHARACTER_ITSELF - HighGodHerHis = CHARACTER_HERHIS_ITS - HighGodNameAlternate = priscillianism_high_god_name - HighGodNameAlternatePossessive = priscillianism_high_god_name_possessive - - #Creator - CreatorName = manicheanism_creator_god_name - CreatorNamePossessive = manicheanism_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_SHE - CreatorHerHis = CHARACTER_HERHIS_HER - CreatorHerHim = CHARACTER_HERHIM_HER - - #HealthGod - HealthGodName = manicheanism_health_god_name - HealthGodNamePossessive = manicheanism_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_IT - HealthGodHerHis = CHARACTER_HERHIS_ITS - HealthGodHerHim = CHARACTER_HERHIM_IT - - #FertilityGod - FertilityGodName = manicheanism_fertility_god_name - FertilityGodNamePossessive = manicheanism_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = manicheanism_wealth_god_name - WealthGodNamePossessive = manicheanism_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = manicheanism_household_god_name - HouseholdGodNamePossessive = manicheanism_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = manicheanism_knowledge_god_name - KnowledgeGodNamePossessive = manicheanism_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = manicheanism_war_god_name - WarGodNamePossessive = manicheanism_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = manicheanism_night_god_name - NightGodNamePossessive = manicheanism_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_HE - NightGodHerHis = CHARACTER_HERHIS_HIS - NightGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = manicheanism_water_god_name - WaterGodNamePossessive = manicheanism_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - GoodGodNames = { - priscillianism_high_god_name - dualism_high_god_alternate - priscillianism_good_god_saviour - priscillianism_good_god_the_light - priscillianism_good_god_st_marcus - priscillianism_good_god_st_priscillian - priscillianism_good_god_halpidus - priscillianism_good_god_the_christgod - priscillianism_good_god_jesus - priscillianism_good_god_twelve_patriarchs - priscillianism_good_god_twelve_heavenly_spirits - } - DevilName = manicheanism_devil_name - DevilNamePossessive = manicheanism_devil_name_possessive - DevilSheHe = CHARACTER_SHEHE_HE - DevilHerHis = CHARACTER_HERHIS_HIS - DevilHerselfHimself = CHARACTER_HIMSELF - EvilGodNames = { - manicheanism_devil_name - dualism_devil_name - dualism_evil_god_archons - dualism_evil_god_matter - dualism_evil_god_ignorance - priscillianism_evil_god_the_zodiac - priscillianism_evil_god_the_dark_spirits - } - WitchGodName = manicheanism_devil_name - WitchGodHerHis = CHARACTER_HERHIS_HIS - WitchGodSheHe = CHARACTER_SHEHE_HE - WitchGodHerHim = CHARACTER_HERHIM_HIM - WitchGodMistressMaster = master - WitchGodMotherFather = father - - ReligiousText = priscillianism_religious_text - ReligiousHeadName = priscillianism_religious_head_title - ReligiousHeadTitleName = priscillianism_religious_head_title_name - } - } - #Active Dualist cult from the Second through the Fourth Century, potentially into the fifth as well. marcosianism = { color = { 0.375 0.625 0.225 } diff --git a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt index e8a2200a16..73f49bf792 100644 --- a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt +++ b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt @@ -98,6 +98,11 @@ incompatible_tenet_communal_identity_trigger = { first_not = INCOMPATABLE_TENET_COMMUNAL_IDENTITY_TRIGGER third_not = INCOMPATABLE_TENET_COMMUNAL_IDENTITY_TRIGGER } +incompatible_tenet_esotericism_trigger = { + global_not = INCOMPATIBLE_TENET_ESOTERICISM_TRIGGER + first_not = INCOMPATIBLE_TENET_ESOTERICISM_TRIGGER + third_not = INCOMPATIBLE_TENET_ESOTERICISM_TRIGGER +} ### Ritual Doctrine Trigger Loc ### incompatible_tenet_exaltation_of_pain_trigger = { diff --git a/WtWSMS/gui/window_faith.gui b/WtWSMS/gui/window_faith.gui index d9d74e5aca..6c6181580f 100644 --- a/WtWSMS/gui/window_faith.gui +++ b/WtWSMS/gui/window_faith.gui @@ -352,7 +352,7 @@ window = { } widget = { - size = { 250 40 } + size = { 250 70 } vbox = { dynamicgridbox = { @@ -411,7 +411,7 @@ window = { } widget = { - size = { 250 40 } + size = { 250 70 } vbox = { dynamicgridbox = { name = "virtues_grid" diff --git a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml index 4dad10475f..74d9646388 100644 --- a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml @@ -216,6 +216,43 @@ maronite_church_adherent: "Maronite" maronite_church_adherent_plural: "Maronites" maronite_church_desc: "The Early Christian Church did not have the same precise rubrics seen in later centuries, and a number of concurrent rites developed across the Roman Empire. While these rites were in doctrinal agreement with one another, it led to some noticeable behavioural and structural differences between the many rites in the East and West.\n\nIn Phoenicia, the Maronite Church was one such example. While utilizing the Western Syriac Rite, they remain steadfastly loyal to the Chalcedonian Creed and the Imperial Church, in contrast to the greater Western Syriac Church." + #Priscillianism + priscillianism_good_god_st_marcus: "St. Marcus" + priscillianism_good_god_st_marcus_possessive: "St. Marcus'" + priscillianism_good_god_st_priscillian: "St. Priscillian" + priscillianism_good_god_st_priscillian_possessive: "St. Priscillian's" + priscillianism_good_god_halpidus: "St. Halpidus" + priscillianism_good_god_the_christgod: "The Christgod" + priscillianism_good_god_jesus: "Jesus" + priscillianism_good_god_twelve_patriarchs: "Twelve Patriarchs" + priscillianism_good_god_twelve_patriarchs_possessive: "Twelve Patriarchs'" + priscillianism_good_god_twelve_heavenly_spirits: "Twelve Heavenly Spirits" + priscillianism_good_god_twelve_heavenly_spirits_possessive: "Twelve Heavenly Spirits'" + priscillianism_evil_god_the_zodiac: "The Zodiac" + priscillianism_evil_god_the_dark_spirits: "The Dark Spirits" + priscillianism_religious_text: "The Priscillianist Canon" + priscillianism_religious_head_title: "Pope" + priscillianism_religious_head_title_name: "See of Avila" + #Pantheon + priscillianism_creator_god_name: "$priscillianism_high_god_name$" + priscillianism_creator_god_name_possessive: "$priscillianism_high_god_name_possessive$" + priscillianism_health_god_name: "$priscillianism_good_god_st_priscillian$" + priscillianism_health_god_name_possessive: "$priscillianism_good_god_st_priscillian_possessive$" + priscillianism_fertility_god_name: "$priscillianism_good_god_st_priscillian$" + priscillianism_fertility_god_name_possessive: "$priscillianism_good_god_st_priscillian_possessive$" + priscillianism_wealth_god_name: "$priscillianism_good_god_st_marcus$" + priscillianism_wealth_god_name_possessive: "$priscillianism_good_god_st_marcus_possessive$" + priscillianism_household_god_name: "$christianity_household_god_name$" + priscillianism_household_god_name_possessive: "$christianity_household_god_name_possessive$" + priscillianism_knowledge_god_name: "$priscillianism_good_god_st_marcus$" + priscillianism_knowledge_god_name_possessive: "$priscillianism_good_god_st_marcus_possessive$" + priscillianism_war_god_name: "$priscillianism_good_god_twelve_patriarchs$" + priscillianism_war_god_name_possessive: "$priscillianism_good_god_twelve_patriarchs_poessive$" + priscillianism_night_god_name: "$priscillianism_good_god_twelve_heavenly_spirits$" + priscillianism_night_god_name_possessive: "$priscillianism_good_god_twelve_heavenly_spirits_possessive$" + manicheanism_water_god_name: "$christianity_water_god_name$" + manicheanism_water_god_name_possessive: "$christianity_water_god_name_possessive$" + #Additional Saint List nestorian_christian_health_god_name: "Mar Zayya" #Noted against famine, plague and for travelers nestorian_christian_health_god_name_possessive: "Mar Zayya's" diff --git a/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml index f775c64157..3d1c413b16 100644 --- a/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml @@ -33,19 +33,6 @@ sethianism_religious_text:0 "the Three Steles of Seth" sethianism_religious_head_title:0 "The Serpent Keeper" sethianism_religious_head_title_name:0 "The Cult of the Serpent" - #Priscillianism - priscillianism_good_god_st_marcus:0 "St. Marcus" - priscillianism_good_god_st_priscillian:0 "St. Priscillian" - priscillianism_good_god_halpidus:0 "St. Halpidus" - priscillianism_good_god_the_christgod:0 "The Christgod" - priscillianism_good_god_jesus:0 "Jesus" - priscillianism_good_god_twelve_patriarchs:0 "Twelve Patriarchs" - priscillianism_good_god_twelve_heavenly_spirits:0 "Twelve Heavenly Spirits" - priscillianism_evil_god_the_zodiac:0 "The Zodiac" - priscillianism_evil_god_the_dark_spirits:0 "The Dark Spirits" - priscillianism_religious_text:0 "The Priscillianist Canon" - priscillianism_religious_head_title:0 "Bishop of Avila" - priscillianism_religious_head_title_name:0 "See of Avila" #Marcosianism marcosianism:0 "Marcosianism" marcosianism_adj:0 "Marcosian" diff --git a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml index f5e59bd0a3..ae43562b20 100644 --- a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml @@ -15,6 +15,7 @@ INCOMPATIBLE_TENET_LITERALISM_TRIGGER: "Incompatible with the [core_tenet|E] Literalism" INCOMPATIBLE_TENET_MENDICANT_PREACHERS_TRIGGER: "Incompatible with the [core_tenet|E] Mendicant Preachers" INCOMPATIBLE_TENET_MONASTICISM_TRIGGER: "Incompatible with the [core_tenet|E] Monasticism" + INCOMPATIBLE_TENET_ESOTERICISM_TRIGGER: "Incompatible with the [core_tenet|E] Esotericism" NOT_TENET_COSMOPOLITANISM_TRIGGER: "Incompatible with the [core_tenet|E] Cosmopolitanism" NOT_TENET_GNOSTICISM_TRIGGER: "Requires the [core_tenet|E] Gnosticism" NOT_TENET_INTERPRATIO_ROMANA_TRIGGER: "Incompatible with the [core_tenet|E] Interpratio Romana" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 1d92960e16..9f8619f758 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -38,8 +38,8 @@ Gameplay: IN PROGRESS: ----------------------------------------------------------------- NEXT UP: -* Christian Rites * Evaluate Dualist/Christian division +* Christian Rites OTHERS: * Break up Eastern Syncretism into Dharmic & other From 5f2f1117b1d16534b51d0268a14c2adff45a02f4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Sep 2022 19:39:19 -0400 Subject: [PATCH 085/339] Create Gnostic Doctrines * Really version of syncretism for Gnostics that should help bridge the divide between Christian and Gnostic faiths in cases like Valentinianism --- .../religion/doctrines/00_core_tenets.txt | 14 +- .../02_doctrines_special_BP_overwrite.txt | 44 +++++- .../doctrines/BP_doctrines_dualist.txt | 143 ++++++++++++++++++ .../common/religion/religions/00_dualism.txt | 46 +++++- .../script_values/BP_religion_values.txt | 3 + .../gnostic_syncretism_christian.dds | 3 + .../gnostic_syncretism_hellenism.dds | 3 + .../gnostic_syncretism_islamic.dds | 3 + .../gnostic_syncretism_jewish.dds | 3 + .../gnostic_syncretism_supersessionism.dds | 3 + WtWSMS/gui/window_faith.gui | 21 +++ WtWSMS/gui/window_faith_creation.gui | 23 +++ .../english/gui/BP_faith_view_l_english.yml | 1 + .../BP_religion_dualism_l_english.yml | 12 ++ _developer_documentation/_BP_design.info | 2 +- 15 files changed, 314 insertions(+), 10 deletions(-) create mode 100644 WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_christian.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_hellenism.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_islamic.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_jewish.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_supersessionism.dds diff --git a/WtWSMS/common/religion/doctrines/00_core_tenets.txt b/WtWSMS/common/religion/doctrines/00_core_tenets.txt index c632d58ac3..854c42710b 100644 --- a/WtWSMS/common/religion/doctrines/00_core_tenets.txt +++ b/WtWSMS/common/religion/doctrines/00_core_tenets.txt @@ -166,6 +166,7 @@ } } + ##### Changed from Vanilla: Not available to Gnostics (uses gnostic_syncretism_supersessionism instead) tenet_communal_identity = { icon = core_tenet_communal_identity @@ -190,6 +191,7 @@ } } + is_shown = { NOT = { religion_tag = dualism_religion } } can_pick = { always = yes } @@ -3036,6 +3038,7 @@ } } + ##### Changed from Vanilla: Not available to Gnostics (new doctrines apply) tenet_christian_syncretism = { icon = core_tenet_christian_syncretism @@ -3062,6 +3065,7 @@ is_shown = { NOT = { religion_tag = christianity_religion } + NOT = { religion_tag = dualism_religion } #Gnostic Doctrines cover this } can_pick = { custom_description = { @@ -3094,6 +3098,7 @@ } } + ##### Changed from Vanilla: Not available to Gnostics (new doctrines apply) tenet_islamic_syncretism = { icon = core_tenet_islamic_syncretism @@ -3120,6 +3125,7 @@ is_shown = { NOT = { religion_tag = islam_religion } + NOT = { religion_tag = dualism_religion } #Gnostic Doctrines cover this BP_rise_of_islam_trigger = yes } can_pick = { @@ -3181,6 +3187,7 @@ NOR = { religion_tag = judaism_religion religion_tag = christianity_religion #Replaced by judaizers + religion_tag = dualism_religion #Gnostic Doctrines cover this } } can_pick = { @@ -3231,6 +3238,7 @@ is_shown = { NOT = { religion = religion:hellenism_religion } + NOT = { religion_tag = dualism_religion } #Gnostic Doctrines cover this OR = { has_doctrine = pagan_hostility_doctrine has_doctrine = eastern_pagan_hostility_doctrine @@ -3516,6 +3524,10 @@ text = incompatible_tenet_esotericism_trigger NOT = { flag:tenet_esotericism = { is_in_list = selected_doctrines } } } + custom_description = { + text = doctrine_inverted_pluralism_fundamentalist_trigger + flag:doctrine_pluralism_fundamentalist = { is_in_list = selected_doctrines } + } } piety_cost = { @@ -3540,8 +3552,8 @@ traits = { virtues = { - lifestyle_mystic temperate = 3 + lifestyle_mystic } sins = { gluttonous = 3 diff --git a/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt b/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt index b7a684cd71..99509e2ab5 100644 --- a/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt +++ b/WtWSMS/common/religion/doctrines/02_doctrines_special_BP_overwrite.txt @@ -1,4 +1,45 @@ -##### Changed from Vanilla: Tied into Christian doctrines +##### Changed from Vanilla: Tied into Gnostic Doctrines +is_christian_faith = { + group = "special" + + is_available_on_create = { + has_doctrine = special_doctrine_is_christian_faith + } + + special_doctrine_is_christian_faith = { + parameters = { + # Since doctrines cannot modify other faith's views of us, only our view of others, all Christian faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet. + hostility_override_tenet_christian_syncretism = 2 + hostility_override_gnostic_syncretism_christian = 2 + christian_syncretic_recipient_opinion_active = yes + opinion_of_christian_syncretic_actor_opinion_active = 30 + # We don't localise these because Adoptionists are supposed to be a bit of a surprise. + hostility_override_special_doctrine_adoptionist_school_felicitous_doctrine = 3 + hostility_override_special_doctrine_adoptionist_school_radical_doctrine = 3 + } + } +} + +##### Changed from Vanilla: Tied into Gnostic Doctrines +is_islamic_faith = { + group = "special" + + is_available_on_create = { + has_doctrine = special_doctrine_is_islamic_faith + } + + special_doctrine_is_islamic_faith = { + parameters = { + # Since doctrines cannot modify other faith's views of us, only our view of others, all Islamic faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet. + hostility_override_tenet_islamic_syncretism = 2 + hostility_override_gnostic_syncretism_islamic = 2 + islamic_syncretic_recipient_opinion_active = yes + opinion_of_islamic_syncretic_actor_opinion_active = 30 + } + } +} + +##### Changed from Vanilla: Tied into Christian doctrines, Gnostic Doctrines is_jewish_faith = { group = "special" @@ -11,6 +52,7 @@ is_jewish_faith = { # Faiths with the Jewish Syncretism tenet. hostility_override_tenet_jewish_syncretism = 2 hostility_override_doctrine_christian_judaic_role_judaizers = 2 + hostility_override_gnostic_syncretism_jewish = 2 jewish_syncretic_recipient_opinion_active = yes opinion_of_jewish_syncretic_actor_opinion_active = 30 } diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt new file mode 100644 index 0000000000..3aae018307 --- /dev/null +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt @@ -0,0 +1,143 @@ +gnostic_syncretism = { + group = "gnostic_doctrines" + + gnostic_syncretism_supersessionism = { + piety_cost = { + value = gnostic_doctrine_gnostic_syncretism_cost_low + + # Multiplier for keeping same doctrine + if = { + limit = { has_doctrine = gnostic_syncretism_supersessionism } + multiply = gnostic_doctrine_gnostic_syncretism_unchanged_mult + } + } + + is_shown = { religion = religion:dualism_religion } + can_pick = {} + parameters = { + same_culture_conversion_bonus_active = yes + same_faith_promote_culture_bonus_active = yes + other_culture_conversion_penalty_active = yes + } + character_modifier = { same_faith_opinion = 10 } + traits = { + virtues = { temperate = 2 } + sins = { gluttonous = 2 } + } + } + + gnostic_syncretism_christian = { + piety_cost = { + value = gnostic_doctrine_gnostic_syncretism_cost_low + + # Multiplier for keeping same doctrine + if = { + limit = { has_doctrine = gnostic_syncretism_christian } + multiply = gnostic_doctrine_gnostic_syncretism_unchanged_mult + } + } + + is_shown = { religion = religion:dualism_religion } + can_pick = {} + + parameters = { + hostility_override_special_doctrine_is_christian_faith = 2 + #For loc: + is_christian_faith_bilateral_loc_override = 2 + # This parameter is empty; the syncretic religious trigger checks against the doctrine, as that's much clearer in tooltips and allows us to use a unified syncretic trigger per-religion rather than having bitty situational triggers. + can_use_christian_artefacts = yes + christian_syncretic_actor_opinion_active = yes + opinion_of_christian_syncretic_recipient_opinion_active = 30 #Sync this to syncretic_mutual_opinion_bonus_value + } + + traits = { + virtues = { compassionate } + sins = { callous sadistic } + } + } + + gnostic_syncretism_islamic = { + piety_cost = { + value = gnostic_doctrine_gnostic_syncretism_cost_low + + # Multiplier for keeping same doctrine + if = { + limit = { has_doctrine = gnostic_syncretism_islamic } + multiply = gnostic_doctrine_gnostic_syncretism_unchanged_mult + } + } + + is_shown = { + religion = religion:dualism_religion + BP_rise_of_islam_trigger = yes + } + can_pick = {} + + parameters = { + hostility_override_special_doctrine_is_islamic_faith = 2 + # This parameter is empty; the syncretic religious trigger checks against the doctrine, as that's much clearer in tooltips and allows us to use a unified syncretic trigger per-religion rather than having bitty situational triggers. + can_use_islamic_artefacts = yes + islamic_syncretic_actor_opinion_active = yes + opinion_of_islamic_syncretic_recipient_opinion_active = 30 #Sync this to syncretic_mutual_opinion_bonus_value + } + + traits = { + virtues = { generous } + sins = { greedy arbitrary } + } + } + + gnostic_syncretism_jewish = { + piety_cost = { + value = gnostic_doctrine_gnostic_syncretism_cost_low + + # Multiplier for keeping same doctrine + if = { + limit = { has_doctrine = gnostic_syncretism_jewish } + multiply = gnostic_doctrine_gnostic_syncretism_unchanged_mult + } + } + + is_shown = { religion = religion:dualism_religion } + can_pick = {} + + parameters = { + hostility_override_special_doctrine_is_jewish_faith = 2 + jewish_syncretic_actor_opinion_active = yes + # This parameter is empty; the syncretic religious trigger checks against the doctrine, as that's much clearer in tooltips and allows us to use a unified syncretic trigger per-religion rather than having bitty situational triggers. + can_use_jewish_artefacts = yes + opinion_of_jewish_syncretic_recipient_opinion_active = 30 #Sync this to syncretic_mutual_opinion_bonus_value + } + + traits = { + virtues = { patient } + sins = { cynical greedy } + } + } + + gnostic_syncretism_hellenism = { + piety_cost = { + value = gnostic_doctrine_gnostic_syncretism_cost_low + + # Multiplier for keeping same doctrine + if = { + limit = { has_doctrine = tenet_hellenism_syncretism } + multiply = gnostic_doctrine_gnostic_syncretism_unchanged_mult + } + } + + is_shown = { religion = religion:dualism_religion } + can_pick = {} + + parameters = { + hostility_override_special_doctrine_is_hellenic_faith = 2 + hellenism_syncretic_actor_opinion_active = yes + opinion_of_hellenism_syncretic_recipient_opinion_active = 10 #Sync this to syncretic_mutual_opinion_bonus_value + } + + traits = { + virtues = { athletic } + sins = { arbitrary greedy } + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/religion/religions/00_dualism.txt b/WtWSMS/common/religion/religions/00_dualism.txt index d9ecc6164b..15524ee321 100644 --- a/WtWSMS/common/religion/religions/00_dualism.txt +++ b/WtWSMS/common/religion/religions/00_dualism.txt @@ -220,7 +220,7 @@ } faiths = { - #WtWSMS diffs: no fertility nerf, no learning buff, **allows** matrilineal marriages (?) + #WtWSMS diffs: no fertility nerf, **allows** matrilineal marriages (?) manichean = { color = { 0.06 0.25 0.37 } icon = manichean @@ -233,6 +233,9 @@ holy_site = gondishapur #Site of Mani's death holy_site = samarkand #Future site of the See of Manicheanism + #Dualist Doctrines + doctrine = gnostic_syncretism_supersessionism + #Tenets doctrine = tenet_adaptive doctrine = tenet_communion @@ -369,15 +372,21 @@ holy_site = aswan #Nag Hammadi texts found here; Valentinianism was strong in Egypt for a time #Main Group - doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_theocracy_temporal #Early Proto-Orothodox influence doctrine = doctrine_gender_equal #Marriage Doctrines doctrine = doctrine_consanguinity_unrestricted + #Clergy Doctrines + doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + + #Dualist Doctrines + doctrine = gnostic_syncretism_christian + #Tenets doctrine = tenet_monasticism - doctrine = tenet_christian_syncretism + doctrine = tenet_communion doctrine = tenet_divine_marriage localization = { @@ -506,6 +515,9 @@ #Marriage Doctrines doctrine = doctrine_concubines + #Dualist Doctrines + doctrine = gnostic_syncretism_jewish + #Core Tenets doctrine = tenet_struggle_submission doctrine = tenet_monasticism @@ -624,6 +636,8 @@ } } + #### New from CK3 #### + #Active Dualist cult from the Second through the Fourth Century, potentially into the fifth as well. marcosianism = { color = { 0.375 0.625 0.225 } @@ -638,13 +652,17 @@ #Maine Group doctrine = doctrine_gender_equal doctrine = doctrine_pluralism_fundamentalist + doctrine = doctrine_theocracy_temporal #Early Proto-Orothodox influence #Clerical Functions doctrine = doctrine_clerical_succession_spiritual_fixed_appointment doctrine = doctrine_clerical_gender_female_only + #Dualist Doctrines + doctrine = gnostic_syncretism_christian + #Core Tenets - doctrine = tenet_communal_identity + doctrine = tenet_literalism doctrine = tenet_astrology doctrine = tenet_communion @@ -754,7 +772,6 @@ } } - #### New from CK3 #### mandeaism = { color = { 0.5 0.75 0.3 } icon = darfash @@ -767,10 +784,14 @@ #Main Group doctrine = doctrine_pluralism_fundamentalist + doctrine = doctrine_theocracy_lay_clergy #Ritual doctrine = doctrine_ritual_conversion_neutral + #Dualist Doctrines + doctrine = gnostic_syncretism_christian + #Tenets doctrine = tenet_astrology #Importance of Stars/Planets in fates and places of detention doctrine = tenet_esotericism @@ -886,11 +907,16 @@ holy_site = damascus holy_site = jerusalem + #Main Group + doctrine = doctrine_theocracy_lay_clergy + #Ritual doctrine = doctrine_ritual_conversion_neutral - #Tenets - doctrine = tenet_hellenic_syncretism + #Dualist Doctrines + doctrine = gnostic_syncretism_hellenism + + doctrine = tenet_legalism #Assyrian Pagan Inheritance doctrine = tenet_astrology doctrine = tenet_ethnic_religion @@ -944,6 +970,12 @@ holy_site = takht-e_soleyman holy_site = yazd + #Main Group + doctrine = doctrine_theocracy_lay_clergy + + #Dualist Doctrines + doctrine = gnostic_syncretism_jewish + doctrine = tenet_reincarnation #Theory of Transmigration of Souls was part of Caintism doctrine = tenet_esotericism doctrine = tenet_hedonistic diff --git a/WtWSMS/common/script_values/BP_religion_values.txt b/WtWSMS/common/script_values/BP_religion_values.txt index d9b3f5ac19..3262c10e5d 100644 --- a/WtWSMS/common/script_values/BP_religion_values.txt +++ b/WtWSMS/common/script_values/BP_religion_values.txt @@ -31,6 +31,9 @@ christian_doctrine_judaic_role_cost_mid = faith_tenet_cost_mid christian_doctrine_judaic_role_cost_high = faith_tenet_cost_high christian_doctrine_judaic_role_cost_massive = faith_tenet_cost_massive +gnostic_doctrine_gnostic_syncretism_cost_low = faith_tenet_cost_low +gnostic_doctrine_gnostic_syncretism_unchanged_mult = 0 + christian_doctrine_unchanged_cost_mult = 0 hellenism_syncretic_mutual_opinion_bonus_value = 10 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_christian.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_christian.dds new file mode 100644 index 0000000000..9dc85d759e --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_christian.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9cfab20802c246c08237ad0cda63654feba23e43a73945c109b4cc6d8016f7 +size 10128 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_hellenism.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_hellenism.dds new file mode 100644 index 0000000000..a904eda8da --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_hellenism.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd319c9502575c4912f312fbf24d986dcd398ccb167dd9ba54e857535f8e7908 +size 10128 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_islamic.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_islamic.dds new file mode 100644 index 0000000000..9d31a2f6c4 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_islamic.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315e7d8bdffa56434bdd9d3667d4f41749f0d5ec9a43be3717d0784ec55dfb75 +size 10128 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_jewish.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_jewish.dds new file mode 100644 index 0000000000..a4b328dd18 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_jewish.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b50ea60e62b2cb6804c4a9fba0028e8f00221c41cb5ab8fc517cb0e8d1fb254 +size 104128 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_supersessionism.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_supersessionism.dds new file mode 100644 index 0000000000..766f5c9659 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/gnostic_syncretism_supersessionism.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7b33095068208d4612ee767265c3c1ce7b338287d3296927d0c2236a2fdf51 +size 10128 diff --git a/WtWSMS/gui/window_faith.gui b/WtWSMS/gui/window_faith.gui index 6c6181580f..e0bf72423a 100644 --- a/WtWSMS/gui/window_faith.gui +++ b/WtWSMS/gui/window_faith.gui @@ -617,6 +617,27 @@ window = { item = { widget_doctrine_item = {} } } } + vbox = { #Dualist Faiths + visible = "[Faith.HasDoctrineByKey( 'special_doctrine_is_gnostic_faith' )]" + layoutpolicy_horizontal = expanding + spacing = 10 + + text_label_center = { + layoutpolicy_horizontal = expanding + text = "FAITH_DOCTRINES_GNOSTIC_SPECIFIC" + default_format = "#low" + } + + fixedgridbox = { + datamodel = "[FaithWindow.GetGroupingHelper( 'gnostic_doctrines' ).GetGrouping]" + flipdirection = yes + addcolumn = 230 + addrow = 65 + datamodel_wrap = 2 + + item = { widget_doctrine_item_unique = {} } + } + } vbox = { #Hindu Faiths visible = "[Faith.HasDoctrineByKey( 'special_doctrine_is_hinduism_faith' )]" layoutpolicy_horizontal = expanding diff --git a/WtWSMS/gui/window_faith_creation.gui b/WtWSMS/gui/window_faith_creation.gui index bde04b2462..2ca0d8ed12 100644 --- a/WtWSMS/gui/window_faith_creation.gui +++ b/WtWSMS/gui/window_faith_creation.gui @@ -379,6 +379,29 @@ window = { item = { widget_doctrine_selection_item = {} } } } + vbox = { #Dualist Faiths + visible = "[GetPlayer.GetFaith.HasDoctrineByKey( 'special_doctrine_is_gnostic_faith' )]" + layoutpolicy_horizontal = expanding + spacing = 10 + + text_label_left = { + layoutpolicy_horizontal = expanding + text = "FAITH_DOCTRINES_GNOSTIC_SPECIFIC" + default_format = "#low" + } + + fixedgridbox = { + name = "FAITH_DOCTRINES_HINDU_SPECIFIC" + datamodel = "[FaithCreationWindow.GetGroupingHelper( 'gnostic_doctrines' ).GetGrouping]" + + flipdirection = yes + addcolumn = 270 + addrow = 65 + datamodel_wrap = 2 + + item = { widget_doctrine_selection_item_unique = {} } + } + } vbox = { #Hindu Faiths visible = "[GetPlayer.GetFaith.HasDoctrineByKey( 'special_doctrine_is_hinduism_faith' )]" layoutpolicy_horizontal = expanding diff --git a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml index 711e399bb3..5a738f5d05 100644 --- a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml +++ b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml @@ -1,5 +1,6 @@ l_english: FAITH_DOCTRINES_RITUAL: "[bp_ritual_doctrines|E]" FAITH_DOCTRINES_CHRISTIAN_SPECIFIC: "[bp_christian_doctrines|E]" + FAITH_DOCTRINES_GNOSTIC_SPECIFIC: "Gnostic Doctrines" FAITH_DOCTRINES_HINDU_SPECIFIC: "Hindu Doctrines" FAITH_DOCTRINES_JAIN_SPECIFIC: "Jain Doctrines" \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml index 3d1c413b16..3c292914a6 100644 --- a/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_dualism_l_english.yml @@ -41,4 +41,16 @@ marcosianism_desc:0 "A Gnostic sect active in France from the Second through the Fourth Century. Noted for its similarity to Valentinainsm, it utilized a Trinitarian baptismal formula and had eucharistic rite." marcosianism_religious_head_title:0 "Heir of Marcus" marcosianism_religious_head_title_name:0 "Marcosian Papacy" + #Gnostic Doctrines (Syncretism really) + gnostic_syncretism_name: "Syncretism" + gnostic_syncretism_supersessionism_name: "Supersessionism" + gnostic_syncretism_supersessionism_desc: "While other religions may utilize our prophets in one way or another, ours is the true and complete teaching of the nature of the world." + gnostic_syncretism_christian_name: "Christian Syncretism" + gnostic_syncretism_christian_desc: "While we hold the Christian interpretation of the life of Jesus of Nazareth as incorrect, he is undoubtedly the most important figure in our cosmogony." + gnostic_syncretism_islamic_name: "Islamic Syncretism" + gnostic_syncretism_islamic_desc: "While the Mohammedans in their interpretation, it is clear that he glimpsed the at least some of the truth." + gnostic_syncretism_jewish_name: "Jewish Syncretism" + gnostic_syncretism_jewish_desc: "Though we do not agree about with its claims about God's chosen people, the wisdom of the Jewish Torah is undeniable and it glimpses the truth." + gnostic_syncretism_hellenism_name: "Hellenism Syncretism" + gnostic_syncretism_hellenism_desc: "The Greeks and Romans, with their pantheon, may have greatly erred, but some of their ways and teachings glimpse at the truth." \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 9f8619f758..54dc6e1625 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -38,13 +38,13 @@ Gameplay: IN PROGRESS: ----------------------------------------------------------------- NEXT UP: -* Evaluate Dualist/Christian division * Christian Rites OTHERS: * Break up Eastern Syncretism into Dharmic & other * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces * Huns in Gepids &c. +* Generalized colors with named colors * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... From 6d1e01ebce650e82a30640368f9b9f0f67de6691 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:02:50 -0400 Subject: [PATCH 086/339] Various Tweaks * Rewrote cultures to use named colors * Fixed bug in vegetarian trait * Re-added Slavic pagan to overhaul color, pluralism * Hepthalites use lay clergy again --- WtWSMS/common/_TODO_FIXME_common.info | 2 - .../common/culture/cultures/BP_anatolian.txt | 6 +- WtWSMS/common/culture/cultures/BP_arabic.txt | 17 +- WtWSMS/common/culture/cultures/BP_baltic.txt | 10 +- WtWSMS/common/culture/cultures/BP_berber.txt | 26 +- WtWSMS/common/culture/cultures/BP_burman.txt | 8 +- .../common/culture/cultures/BP_byzantine.txt | 20 +- .../common/culture/cultures/BP_caucasian.txt | 22 +- WtWSMS/common/culture/cultures/BP_celtic.txt | 14 +- .../culture/cultures/BP_central_african.txt | 2 +- .../culture/cultures/BP_central_germanic.txt | 20 +- .../cultures/BP_continental_celtic.txt | 15 +- WtWSMS/common/culture/cultures/BP_coptic.txt | 2 +- .../common/culture/cultures/BP_dravidian.txt | 4 +- .../culture/cultures/BP_east_african.txt | 2 +- .../culture/cultures/BP_east_germanic.txt | 32 +-- .../culture/cultures/BP_east_iranian.txt | 55 +---- .../culture/cultures/BP_east_slavic.txt | 4 +- .../common/culture/cultures/BP_indo_aryan.txt | 22 +- WtWSMS/common/culture/cultures/BP_iranian.txt | 12 +- .../common/culture/cultures/BP_israelite.txt | 13 +- WtWSMS/common/culture/cultures/BP_latin.txt | 26 +- .../common/culture/cultures/BP_levantine.txt | 6 +- .../common/culture/cultures/BP_mongolic.txt | 6 +- .../culture/cultures/BP_north_germanic.txt | 12 +- .../culture/cultures/BP_proto_carpathian.txt | 54 ++--- WtWSMS/common/culture/cultures/BP_qiangic.txt | 2 +- .../common/culture/cultures/BP_sahelian.txt | 6 +- .../culture/cultures/BP_senegambian.txt | 2 +- .../common/culture/cultures/BP_siberian.txt | 4 +- .../common/culture/cultures/BP_somalian.txt | 4 +- WtWSMS/common/culture/cultures/BP_tibetan.txt | 12 +- .../common/culture/cultures/BP_tocharian.txt | 2 +- WtWSMS/common/culture/cultures/BP_turkic.txt | 16 +- .../culture/cultures/BP_ugro_permian.txt | 8 +- .../common/culture/cultures/BP_vasconic.txt | 4 +- .../culture/cultures/BP_west_african.txt | 2 +- .../culture/cultures/BP_western_germanic.txt | 8 +- WtWSMS/common/culture/pillars/00_language.txt | 146 ++++++------ .../common/named_colors/BP_culture_colors.txt | 224 +++++++++++++++++- WtWSMS/common/on_action/BP_game_start.txt | 1 + .../on_action/sea_minority_game_start.txt | 1 + WtWSMS/common/traits/BP_traits.txt | 3 +- _developer_documentation/_BP_design.info | 7 +- 44 files changed, 513 insertions(+), 351 deletions(-) diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index 8148a84442..9df2aef011 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -116,8 +116,6 @@ Beta: Incomplete Culture: andalusian Incomplete Culture: yemeni Incomplete Culture: bedouin_dravidian - Continetnal Celtic: - Incomplete Culture: east_gallic Dravidian: Incomplete Culture: malayali East Iranian: diff --git a/WtWSMS/common/culture/cultures/BP_anatolian.txt b/WtWSMS/common/culture/cultures/BP_anatolian.txt index 9b6a880adb..2b20382fdb 100644 --- a/WtWSMS/common/culture/cultures/BP_anatolian.txt +++ b/WtWSMS/common/culture/cultures/BP_anatolian.txt @@ -1,5 +1,5 @@ cappadocian = { - color = { 0.43 0.1 0.15 } + color = cappadocian ethos = ethos_communal heritage = heritage_anatolian @@ -31,7 +31,7 @@ ethnicities = { 10 = mediterranean_byzantine } } isaurian = { - color = { 0.35 0.25 0.5 } + color = isaurian ethos = ethos_bellicose heritage = heritage_anatolian @@ -64,7 +64,7 @@ isaurian = { ethnicities = { 10 = mediterranean_byzantine } } phrygian = { - color = { 0.35 0.55 0.85 } + color = phrygian ethos = ethos_courtly #Nod to legend of Midas heritage = heritage_anatolian diff --git a/WtWSMS/common/culture/cultures/BP_arabic.txt b/WtWSMS/common/culture/cultures/BP_arabic.txt index 16f3c1675b..6beefdccf7 100644 --- a/WtWSMS/common/culture/cultures/BP_arabic.txt +++ b/WtWSMS/common/culture/cultures/BP_arabic.txt @@ -1,5 +1,5 @@ adnanite = { - color = { 0.45 0.8 0.35 } + color = adnanite ethos = ethos_bellicose heritage = heritage_arabic @@ -26,7 +26,7 @@ ethnicities = { 10 = arab } } nabatean = { - color = { 0.4 0.45 0.4 } + color = nabatean ethos = ethos_egalitarian heritage = heritage_arabic @@ -81,9 +81,8 @@ yathribi = { } # Sources: # [1] - https://www.academia.edu/8279492/The_Minaeans_beyond_Ma_%C4%ABn pg. 118-9 - himyarite = { - color = { 0.2 0.2 0.275 } + color = himyarite ethos = ethos_spiritual #Given their conversion and adherence to Judaism and to distinguish from other South Arabs heritage = heritage_arabic @@ -114,7 +113,7 @@ himyarite = { } } sabaean = { - color = { 0.85 0.55 0.0 } + color = sabaean ethos = ethos_communal heritage = heritage_arabic @@ -142,7 +141,7 @@ sabaean = { ethnicities = { 10 = arab } } minaean = { - color = { 0.4 0.75 0.80 } + color = minaean ethos = ethos_egalitarian heritage = heritage_arabic @@ -170,7 +169,7 @@ minaean = { ethnicities = { 10 = arab } } hadhramaut = { - color = { 0.30 0.15 0.55 } + color = hadhramaut ethos = ethos_egalitarian heritage = heritage_arabic @@ -197,7 +196,7 @@ hadhramaut = { ethnicities = { 10 = arab } } -tribal_arab = { #Cribbed from Adnanites, but using different name_list/heritage/language +tribal_arab = { #Cribbed from Adnanites, but using different name_list/language color = { 0.4 0.05 0.15 } ethos = ethos_bellicose @@ -232,7 +231,7 @@ tribal_arab = { #Cribbed from Adnanites, but using different name_list/heritage/ #Thalabah bin Amr: Hejaz near Yathrib #Haritha bin Amr: Hejaz near Tihamah khalan = { - color = { 0.6 0.6 0.6 } + color = khalan parents = { sabaean } created = 250.1.1 #Earliest appearance and roughly simultaneous with the destruction of the Marib Dam diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index b0c185ad46..4ff784e292 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -1,5 +1,5 @@ prussian = { - color = { 0.56 0.55 0.4 } + color = prussian ethos = ethos_bureaucratic heritage = heritage_baltic @@ -31,7 +31,7 @@ } } galindian = { - color = { 0.56 0.55 0.2 } + color = galindian ethos = ethos_stoic heritage = heritage_baltic @@ -62,7 +62,7 @@ galindian = { } } aesti = { #Origin for both Lithuanian and Latgalians - color = { 0.66 0.55 0.2 } + color = aesti ethos = ethos_communal #Aspect Lithuanians/Latgalians change heritage = heritage_baltic @@ -93,7 +93,7 @@ aesti = { #Origin for both Lithuanian and Latgalians } } vistula_veneti = { - color = { 0.6 0.6 0.1 } + color = vistula_veneti parents = { przeworsk } created = 400.1.1 @@ -132,7 +132,7 @@ vistula_veneti = { } } przeworsk = { - color = { 0.6 0.4 0.2 } + color = przeworsk ethos = ethos_egalitarian #Przeworsk itself was probably an admixture/contact group rather than a truly distinct culture heritage = heritage_baltic diff --git a/WtWSMS/common/culture/cultures/BP_berber.txt b/WtWSMS/common/culture/cultures/BP_berber.txt index e4fba377de..3342341030 100644 --- a/WtWSMS/common/culture/cultures/BP_berber.txt +++ b/WtWSMS/common/culture/cultures/BP_berber.txt @@ -15,7 +15,7 @@ #Isolate Beber guanches = { - color = { 0.4 0.30 0.2 } + color = guanches ethos = ethos_stoic heritage = heritage_berber @@ -83,7 +83,7 @@ numidian = { #Were extant as late as AD 200 } #Central Atlas Northern Berber tashellhit = { #Shilha People - color = { 0.5 0.34 0.34 } + color = tashellhit ethos = ethos_spiritual #barnais bequeath heritage = heritage_berber @@ -115,7 +115,7 @@ tashellhit = { #Shilha People } } tamazight = { - color = {0.5 0.64 0.34 } + color = tamazight ethos = ethos_spiritual #barnais bequeath heritage = heritage_berber @@ -148,7 +148,7 @@ tamazight = { } #Zenati Northern Berber riffian = { - color = { 0.9 0.64 0.34 } + color = riffian ethos = ethos_spiritual #baranis bequeath heritage = heritage_berber @@ -179,7 +179,7 @@ riffian = { } } shenwa = { - color = { 0.9 0.6 0.2 } + color = shenwa parents = { numidian } created = 200.1.1 @@ -213,7 +213,7 @@ shenwa = { } } tacawit = { - color = { 0.075 0.27 0.37 } + color = tacawit parents = { numidian } created = 200.1.1 @@ -247,7 +247,7 @@ tacawit = { } } mzab_wargla = { - color = { 0.6 0.6 0.15 } + color = mzab_wargla ethos = ethos_stoic #butr bequeath heritage = heritage_berber @@ -280,7 +280,7 @@ mzab_wargla = { } #Kabyle berber-speakers taqbaylit = { - color = { 0.9 0.04 0.54 } + color = taqbaylit parents = { numidian } created = 200.1.1 @@ -315,7 +315,7 @@ taqbaylit = { } #Tuareg tuareg = { - color = { 0.1 0.1 0.75 } + color = tuareg ethos = ethos_stoic #butr bequeath heritage = heritage_berber @@ -348,7 +348,7 @@ tuareg = { } #East Berber-speakers nafusi = { - color = { 0.3 0.3 0.05 } + color = nafusi ethos = ethos_spiritual #baranis bequeath heritage = heritage_berber @@ -379,7 +379,7 @@ nafusi = { } } libyan = { - color = { 0.22 0.33 0.4 } + color = libyan ethos = ethos_bellicose #Noted as raiders heritage = heritage_berber @@ -410,7 +410,7 @@ libyan = { } } garamantian = { - color = { 0.29 0.215 0.15 } + color = garamantian ethos = ethos_bureaucratic heritage = heritage_berber @@ -447,7 +447,7 @@ garamantian = { #https://en.wikipedia.org/wiki/Tetserret_language #https://en.wikipedia.org/wiki/Zenaga_language western_berber = { - color = { 161 90 40 } #Butr color + color = western_berber ethos = ethos_stoic #butr bequeath heritage = heritage_berber diff --git a/WtWSMS/common/culture/cultures/BP_burman.txt b/WtWSMS/common/culture/cultures/BP_burman.txt index 60eb0a5e4d..766c8848b1 100644 --- a/WtWSMS/common/culture/cultures/BP_burman.txt +++ b/WtWSMS/common/culture/cultures/BP_burman.txt @@ -9,7 +9,7 @@ #Feel free to use my work in your mods - all I ask is that I am credited and (if possible) to give me a heads up. pyu = { - color = { 180 55 75 } + color = pyu ethos = ethos_spiritual heritage = heritage_burman @@ -41,7 +41,7 @@ pyu = { } } mon = { - color = { 0.35 0.6 0.1 } + color = mon ethos = ethos_spiritual heritage = heritage_burman @@ -68,7 +68,7 @@ mon = { } #Most likely linguistically connected and (definitely) locationally conected as well kachari = { # Kachari (North East Bodo-Kachari peoples: Boro, Mech, Dimasa, Chutia, Moran, Deori, Twipuri, etc) - color = { 25 25 255 } + color = kachari ethos = ethos_communal heritage = heritage_burman @@ -96,7 +96,7 @@ kachari = { # Kachari (North East Bodo-Kachari peoples: Boro, Mech, Dimasa, Chut ethnicities = { 10 = asian } } meitei = { # Meitei People - color = hsv{ 0.59 0.55 0.8 } + color = meitei ethos = ethos_stoic heritage = heritage_burman diff --git a/WtWSMS/common/culture/cultures/BP_byzantine.txt b/WtWSMS/common/culture/cultures/BP_byzantine.txt index 845cda7638..6c851eb6c8 100644 --- a/WtWSMS/common/culture/cultures/BP_byzantine.txt +++ b/WtWSMS/common/culture/cultures/BP_byzantine.txt @@ -35,7 +35,7 @@ greek = { ethnicities = { 10 = mediterranean_byzantine } } spartan = { - color = { 1.0 0.4 0.4 } + color = spartan ethos = ethos_bellicose heritage = heritage_byzantine @@ -61,7 +61,7 @@ spartan = { ethnicities = { 10 = mediterranean_byzantine } } tsakonian = { - color = { 0.40 0.0 0.0 } + color = tsakonian parents = { spartan } created = 2.1.1 @@ -97,7 +97,7 @@ tsakonian = { ethnicities = { 10 = mediterranean_byzantine } } pontic = { - color = { 0.35 0.2 0.6 } + color = pontic parents = { greek } created = 2.1.1 @@ -133,7 +133,7 @@ pontic = { ethnicities = { 10 = mediterranean_byzantine } } bosporan = { - color = { 0.1 0.0 0.5 } + color = bosporan parents = { greek } created = 2.1.1 @@ -169,7 +169,7 @@ bosporan = { ethnicities = { 10 = mediterranean_byzantine } } helleno_thracian = { - color = { 0.2 0.4 0.6 } + color = helleno_thracian parents = { greek thracian } created = 2.1.1 @@ -204,7 +204,7 @@ helleno_thracian = { ethnicities = { 10 = mediterranean_byzantine } } helleno_aramean = { - color = { 0.8 0.7 0.25 } + color = helleno_aramean parents = { greek aramean } created = 2.1.1 @@ -240,7 +240,7 @@ helleno_aramean = { ethnicities = { 10 = arab } } aeolian = { #As old as the greeks and tsakonians - color = { 0.8 0.2 0.2 } + color = aeolian ethos = ethos_courtly #Persian influence in Pergamon heritage = heritage_byzantine @@ -271,7 +271,7 @@ aeolian = { #As old as the greeks and tsakonians ethnicities = { 10 = mediterranean_byzantine } } massalian = { #Phocaean colony; thouroughly latinized though - color = { 0.1 0.8 0.4 } + color = massalian parents = { aeolian } created = 2.1.1 @@ -307,7 +307,7 @@ massalian = { #Phocaean colony; thouroughly latinized though #Based on work from Asakhra, for the Pentapolis Greeks #https://forum.paradoxplaza.com/forum/threads/new-cultures.610605/page-40#post-19562981 helleno_libyan = { - color = { 0.70 0.20 0.90 } + color = helleno_libyan parents = { greek libyan } created = 2.1.1 @@ -346,7 +346,7 @@ helleno_libyan = { } } helleno_coptic = { - color = { 0.70 0.30 0.70 } + color = helleno_coptic parents = { greek coptic } created = 2.1.1 diff --git a/WtWSMS/common/culture/cultures/BP_caucasian.txt b/WtWSMS/common/culture/cultures/BP_caucasian.txt index a390222308..32f31687a8 100644 --- a/WtWSMS/common/culture/cultures/BP_caucasian.txt +++ b/WtWSMS/common/culture/cultures/BP_caucasian.txt @@ -1,5 +1,5 @@ armenian = { - color = { 0.5 0.2 0.5 } + color = armenian ethos = ethos_stoic heritage = heritage_caucasian @@ -33,7 +33,7 @@ ethnicities = { 10 = mediterranean_byzantine } } colchiscan = { # Ancient Colchiscan used in history - color = { 0.6 0.3 0.8 } + color = colchiscan ethos = ethos_stoic heritage = heritage_caucasian @@ -61,7 +61,7 @@ colchiscan = { # Ancient Colchiscan used in history ethnicities = { 10 = mediterranean_byzantine } } georgian = { - color = { 0.0 0.3 0.9 } + color = georgian parents = { colchiscan } created = 327.1.1 #Georgian conversion to Christianity @@ -93,7 +93,7 @@ georgian = { ethnicities = { 10 = mediterranean_byzantine } } macronian = { #Aka Lazics (?) - color = { 0.6 0.3 0.8 } + color = macronian parents = { colchiscan } created = 327.1.1 #Georgian conversion to Christianity @@ -129,7 +129,7 @@ macronian = { #Aka Lazics (?) ethnicities = { 10 = mediterranean_byzantine } } svan = { - color = { 0.75 0.5 0.75 } + color = svan parents = { colchiscan } created = 250.1.1 #Split from the proto-Lazs and migrated north @@ -164,7 +164,7 @@ svan = { ethnicities = { 10 = mediterranean_byzantine } } caucasian_albanian = { # Migrational Era Aghwan, Caucasian Albanian - color = { 0.7 0.5 0.5 } + color = caucasian_albanian ethos = ethos_egalitarian #Conflux of Persian, Native, and Roman civilization heritage = heritage_caucasian @@ -197,7 +197,7 @@ caucasian_albanian = { # Migrational Era Aghwan, Caucasian Albanian ethnicities = { 10 = mediterranean_byzantine } } nakh = { #Migrational Era Chechens - color = { 0.7 0.7 0.5 } + color = nakh ethos = ethos_stoic heritage = heritage_caucasian @@ -233,7 +233,7 @@ nakh = { #Migrational Era Chechens ethnicities = { 10 = mediterranean_byzantine } } awaral = { #Migration Era (Caucasian) Avars - color = { 0.9 0.3 0.9 } + color = awaral ethos = ethos_stoic heritage = heritage_caucasian @@ -265,7 +265,7 @@ awaral = { #Migration Era (Caucasian) Avars ethnicities = { 10 = mediterranean_byzantine } } abaza = { # Migrational Era Abaza - color = { 0.75 0.55 0.75 } + color = abaza ethos = ethos_bellicose heritage = heritage_caucasian @@ -297,7 +297,7 @@ abaza = { # Migrational Era Abaza ethnicities = { 10 = mediterranean_byzantine } } adyghes = { # Migrational Era Adyghes - color = { 0.6 0.3 0.8 } + color = adyghes ethos = ethos_communal heritage = heritage_caucasian @@ -329,7 +329,7 @@ adyghes = { # Migrational Era Adyghes ethnicities = { 10 = mediterranean_byzantine } } corduenian = { # Migrational Era Corduenian - color = { 0.0 0.08 0.4 } + color = corduenian ethos = ethos_bellicose #Carudchoi in Xenophon were bellicose heritage = heritage_caucasian diff --git a/WtWSMS/common/culture/cultures/BP_celtic.txt b/WtWSMS/common/culture/cultures/BP_celtic.txt index 3cd3389000..1f55241592 100644 --- a/WtWSMS/common/culture/cultures/BP_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_celtic.txt @@ -1,5 +1,5 @@ briton = { - color = { 0.2 0.6 0.6 } + color = briton ethos = ethos_stoic #Shared with welsh heritage = heritage_celtic @@ -31,7 +31,7 @@ } } irish = { - color = hsv { 0.43 0.86 0.61 } + color = irish ethos = ethos_courtly heritage = heritage_celtic @@ -98,7 +98,7 @@ gaelic = { } } pictish = { - color = hsv { 0.58 1.00 0.72 } + color = pictish ethos = ethos_bellicose heritage = heritage_celtic @@ -136,7 +136,7 @@ welsh = { ##### FIXME (Beta): Incomplete Culture: welsh ethos = ethos_stoic heritage = heritage_celtic - language = language_armenian + language = language_brythonic martial_custom = martial_custom_male_only traditions = { tradition_poetry @@ -164,7 +164,7 @@ breton = { ##### FIXME (Beta): Incomplete Culture: breton ethos = ethos_communal heritage = heritage_celtic - language = language_armenian + language = language_brythonic martial_custom = martial_custom_male_only traditions = { tradition_fishermen @@ -192,7 +192,7 @@ cornish = { ##### FIXME (Beta): Incomplete Culture: cornish ethos = ethos_communal heritage = heritage_celtic - language = language_armenian + language = language_brythonic martial_custom = martial_custom_male_only traditions = { tradition_fishermen @@ -219,7 +219,7 @@ cumbrian = { ##### FIXME (Beta): Incomplete Culture: cumbrian ethos = ethos_stoic heritage = heritage_celtic - language = language_armenian + language = language_brythonic martial_custom = martial_custom_male_only traditions = { tradition_poetry diff --git a/WtWSMS/common/culture/cultures/BP_central_african.txt b/WtWSMS/common/culture/cultures/BP_central_african.txt index ddb80b3977..5cf3fe8a95 100644 --- a/WtWSMS/common/culture/cultures/BP_central_african.txt +++ b/WtWSMS/common/culture/cultures/BP_central_african.txt @@ -1,5 +1,5 @@ sao = { - color = hsv{ 0.95 0.6 0.3 } + color = sao ethos = ethos_stoic heritage = heritage_central_african diff --git a/WtWSMS/common/culture/cultures/BP_central_germanic.txt b/WtWSMS/common/culture/cultures/BP_central_germanic.txt index d2bded91e5..366bc28e98 100644 --- a/WtWSMS/common/culture/cultures/BP_central_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_central_germanic.txt @@ -3,7 +3,7 @@ #Elbe German/Irminonic Languages/Cultures suebi = { - color = { 0.15 0.15 0.15 } + color = suebi ethos = ethos_bellicose heritage = heritage_central_germanic @@ -37,7 +37,7 @@ suebi = { } } buri = { # Migrational Era Buri - color = { 0.2 0.2 0.8 } + color = buri ethos = ethos_communal heritage = heritage_central_germanic @@ -71,7 +71,7 @@ buri = { # Migrational Era Buri } } macromanni = { # Migrational Era Marcomanni - color = { 0.8 0.2 0.2 } + color = macromanni ethos = ethos_bellicose heritage = heritage_central_germanic @@ -104,7 +104,7 @@ macromanni = { # Migrational Era Marcomanni } } langobard = { #Germanic Ancestor culture (CK3); replaces WtWSMS lombards - color = { 0.60 0.4 0.60 } + color = langobard ethos = ethos_stoic heritage = heritage_central_germanic @@ -136,7 +136,7 @@ langobard = { #Germanic Ancestor culture (CK3); replaces WtWSMS lombards } } warnic = { # Migrational Era Warini - color = { 0.23 0.63 0.23 } + color = warnic ethos = ethos_bellicose heritage = heritage_central_germanic @@ -167,7 +167,7 @@ warnic = { # Migrational Era Warini } } thuringian = { # Migrational Era Thuringians - color = { 0.295 0.14 0.24 } + color = thuringian ethos = ethos_stoic #Identity survived Frankish domination heritage = heritage_central_germanic @@ -199,7 +199,7 @@ thuringian = { # Migrational Era Thuringians } } alamannian = { # Migrational Era Alemanni - color = { 0.13 0.215 0.39 } + color = alamannian ethos = ethos_egalitarian #Name probably means "All Men" and are a conglomeration of Germanic peoples heritage = heritage_central_germanic @@ -236,7 +236,7 @@ alamannian = { # Migrational Era Alemanni } #North Sea German/Ingvaeonic Languages/Cultures old_saxon = { # Migrational Era Saxons - color = { 0.44 0.396 0.386 } + color = old_saxon ethos = ethos_bellicose heritage = heritage_central_germanic @@ -267,7 +267,7 @@ old_saxon = { # Migrational Era Saxons } } anglo = { # Migrational Era Angles - color = { 0.6 0.6 0.2 } + color = anglo ethos = ethos_bureaucratic #For Anglo-Saxons heritage = heritage_central_germanic @@ -299,7 +299,7 @@ anglo = { # Migrational Era Angles } } reudignian = { # Migrational Era Reudignian - color = { 0.6 0.6 0.2 } + color = reudignian ethos = ethos_communal heritage = heritage_central_germanic diff --git a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt index 51b1a621e1..913e600747 100644 --- a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt @@ -1,5 +1,5 @@ gallic = { - color = { 0.025 0.2 0.025 } + color = gallic ethos = ethos_spiritual #Domination of society by the Druids heritage = heritage_continental_celtic @@ -31,7 +31,7 @@ } } galatian = { - color = { 0.3 0.7 0.3 } + color = galatian parents = { gallic } created = 2.1.1 @@ -67,7 +67,7 @@ galatian = { } } astures = { - color = { 0.7 0.5 0.2 } + color = astures ethos = ethos_egalitarian #Asturleonese bequeathal heritage = heritage_continental_celtic @@ -98,7 +98,7 @@ astures = { } } galician = { - color = { 0.35 0.5 0.25 } + color = galician ethos = ethos_spiritual #Galician (Iberian) bequeathal heritage = heritage_continental_celtic @@ -129,7 +129,7 @@ galician = { } } cantabrian = { - color = { 0.3 0.8 0.8 } + color = cantabrian ethos = ethos_bellicose #Castilian bequeathal heritage = heritage_continental_celtic @@ -161,7 +161,7 @@ cantabrian = { } } lusitanian = { # Ancient Lusitanian - color = { 0.7 0.4 0.3 } + color = lusitanian ethos = ethos_bellicose heritage = heritage_continental_celtic @@ -193,7 +193,7 @@ lusitanian = { # Ancient Lusitanian } } armorican = { - color = { 0.45 0.91 0.0 } + color = armorican ethos = ethos_communal heritage = heritage_continental_celtic @@ -224,4 +224,3 @@ armorican = { 30 = caucasian_dark_hair } } -#### TODO (Beta): east_gallic diff --git a/WtWSMS/common/culture/cultures/BP_coptic.txt b/WtWSMS/common/culture/cultures/BP_coptic.txt index 651d132501..5f0ff7ffa7 100644 --- a/WtWSMS/common/culture/cultures/BP_coptic.txt +++ b/WtWSMS/common/culture/cultures/BP_coptic.txt @@ -1,5 +1,5 @@ coptic = { - color = { 0.8 0.65 0.2 } + color = coptic ethos = ethos_spiritual #Shared with vanilla Egyptian heritage = heritage_coptic diff --git a/WtWSMS/common/culture/cultures/BP_dravidian.txt b/WtWSMS/common/culture/cultures/BP_dravidian.txt index 48cc9befbc..8837730d2b 100644 --- a/WtWSMS/common/culture/cultures/BP_dravidian.txt +++ b/WtWSMS/common/culture/cultures/BP_dravidian.txt @@ -106,7 +106,7 @@ gond = {# Gond } #Based on the genetic evidence [1], probably a Dravidian relic population brahui = { - color = { 0.75 0.75 0.25 } + color = brahui ethos = ethos_communal heritage = heritage_dravidian @@ -145,7 +145,7 @@ brahui = { #Munda Group #Linguistically unrelated, but cultural related by this time; see https://en.wikipedia.org/wiki/Munda_people munda = { #Taken and modified from Dharmachakra - color = { 0.75 0.65 0.15 } + color = munda ethos = ethos_communal heritage = heritage_dravidian diff --git a/WtWSMS/common/culture/cultures/BP_east_african.txt b/WtWSMS/common/culture/cultures/BP_east_african.txt index f082d9ce86..12f77d25ab 100644 --- a/WtWSMS/common/culture/cultures/BP_east_african.txt +++ b/WtWSMS/common/culture/cultures/BP_east_african.txt @@ -1,5 +1,5 @@ old_nubian = { #Kushites/Meroitics - color = { 0.4 0.2 0.1 } + color = old_nubian ethos = ethos_courtly #The Pillar Nubian changes heritage = heritage_east_african diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index ffac6a92ed..f11d051ab2 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -17,7 +17,7 @@ #Goths #All who are associated with Chernyakhov culture in the 4th century gothic = { # Migrational Era Goths - color = { 0.3 0.3 0.3 } + color = gothic ethos = ethos_stoic #Probalby should be bellicose, but game mechanic requires at least one pillar change heritage = heritage_east_germanic @@ -53,7 +53,7 @@ gothic = { # Migrational Era Goths } } visigothic = { - color = { 0.37 0.4 0.24 } + color = visigothic parents = { gothic } created = 413.1.1 #Alaric's conquest of Toulouse and Nabaronne; see PLRE Vol. 2 Al @@ -89,7 +89,7 @@ visigothic = { } } ostrogothic = { # Migrational Era Ostrogoths - color = { 0.0 0.2 0.4 } + color = ostrogothic parents = { gothic } created = 454.1.1 #Battle of Nedao and the creation of Amal power @@ -126,7 +126,7 @@ ostrogothic = { # Migrational Era Ostrogoths } } thracian_gothic = { # Migrational Era Moesogoths - color = { 0.20 0.25 0.30 } + color = thracian_gothic parents = { gothic } created = 454.1.1 #Battle of Nedao and the split from the Amals @@ -162,7 +162,7 @@ thracian_gothic = { # Migrational Era Moesogoths } } crimean_gothic = { # Migrational Era Crimean Goths - color = { 0.19 0.20 0.27 } + color = crimean_gothic parents = { gothic } created = 376.1.1 #Death of Ermanaric and conquest by Attila @@ -201,7 +201,7 @@ crimean_gothic = { # Migrational Era Crimean Goths } } gepid = { # Migrational Era Gepids - color = { 0.375 0.15 0.275 } + color = gepid ethos = ethos_bellicose heritage = heritage_east_germanic @@ -233,7 +233,7 @@ gepid = { # Migrational Era Gepids } } heruli = { # Migrational Era Herules - color = { 0.1 0.2 0.2 } + color = heruli ethos = ethos_communal heritage = heritage_east_germanic @@ -267,7 +267,7 @@ heruli = { # Migrational Era Herules #The Taifal settlement in Phrygia (Gothograecia) and som names (Apsimar) is Turkic [3]; #Given the fuzzy ethnic distribution in the Pontic Steppe, sarmatian is as good a choice as any. taifal = { - color = { 0.5 0.2 0.2 } + color = taifal parents = { gothic sarmatian } created = 250.1.1 #First clear mention of Taifals @@ -315,7 +315,7 @@ taifal = { #All related (possibly) to the rygir #Goths might have been as well, but separated early and the association is scant denziner = { # Migrational Era Debczyn - color = { 0.19 0.20 0.27 } + color = denziner ethos = ethos_communal heritage = heritage_east_germanic @@ -350,7 +350,7 @@ denziner = { # Migrational Era Debczyn } } gustow = { # Migrational Era Gustow - color = { 0.59 0.20 0.27 } + color = gustow ethos = ethos_stoic heritage = heritage_east_germanic @@ -381,7 +381,7 @@ gustow = { # Migrational Era Gustow } } lebus = { # Migrational Era Lebus - color = { 0.59 0.20 0.57 } + color = lebus ethos = ethos_stoic heritage = heritage_east_germanic @@ -412,7 +412,7 @@ lebus = { # Migrational Era Lebus } } rygir = { # Migrational Era Rugians - color = { 0.435 0.518 0.45 } + color = rygir parents = { denziner } created = 300.1.1 #Settlement of Rugii in Pannonia @@ -448,7 +448,7 @@ rygir = { # Migrational Era Rugians } #Weilbark/Prezeworsk origin vandalic = { # Migrational Era Vandals - color = { 0.46 0.53 0.6 } + color = vandalic ethos = ethos_bellicose heritage = heritage_east_germanic @@ -481,7 +481,7 @@ vandalic = { # Migrational Era Vandals } } vidivarii = { # Migrational Era Vidivarii - color = { 0.19 0.60 0.27 } + color = vidivarii parents = { gepid przeworsk } created = 166.1.1 #Vandal migration away from Vistula @@ -517,7 +517,7 @@ vidivarii = { # Migrational Era Vidivarii } #Isolates/Unclear origin burgundian = { # Migrational Era Burgundians - color = { 0.45 0.0 0.2 } + color = burgundian ethos = ethos_egalitarian heritage = heritage_east_germanic @@ -554,7 +554,7 @@ burgundian = { # Migrational Era Burgundians } } skirian = { # Migrational Era Scirii - color = { 0.25 0.30 0.06 } + color = skirian ethos = ethos_bellicose heritage = heritage_east_germanic diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index 4dc484876f..606a5823d8 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -1,5 +1,5 @@ khwarezmian = { - color = { 0.85 0.75 0.45 } + color = khwarezmian ethos = ethos_stoic #CK3 Vanilla heritage = heritage_east_iranian @@ -30,7 +30,7 @@ } } sogdian = { - color = { 0.43 0.32 0.32 } + color = sogdian ethos = ethos_egalitarian #Vanilla CK3 heritage = heritage_east_iranian @@ -61,7 +61,7 @@ sogdian = { } } bactrian = { #Bactrians - color = { 0.0 0.25 0.45 } + color = bactrian ethos = ethos_egalitarian heritage = heritage_east_iranian @@ -96,7 +96,7 @@ bactrian = { #Bactrians } } sarmatian = { - color = { 0.5 0.55 0.3 } + color = sarmatian ethos = ethos_communal heritage = heritage_east_iranian @@ -126,7 +126,7 @@ sarmatian = { } } iazyges = { - color = { 0.6 0.4 0.3 } + color = iazyges parents = { sarmatian } created = 80.1.1 #Occupation of the Tisza basin @@ -160,7 +160,7 @@ iazyges = { } } alan = { - color = { 0.7 0.5 0.7 } + color = alan parents = { sarmatian } created = 45.1.1 #Earliest mention of the Alans in Parthia @@ -194,7 +194,7 @@ alan = { } } sakan = { - color = { 0.55 0.44 0.33 } + color = sakan ethos = ethos_bellicose heritage = heritage_east_iranian @@ -229,7 +229,7 @@ sakan = { } } indo_scythian = { - color = { 0.8 0.8 0.0 } + color = indo_scythian parents = { sakan western_indo_aryan } created = 2.1.1 @@ -264,7 +264,7 @@ indo_scythian = { } } dahi_scythian = { - color = { 0.45 0.25 0.25 } + color = dahi_scythian ethos = ethos_bellicose heritage = heritage_east_iranian @@ -294,7 +294,7 @@ dahi_scythian = { } } amardian = { - color = { 0.5 0.60 0.25 } + color = amardian ethos = ethos_communal heritage = heritage_east_iranian @@ -323,7 +323,7 @@ amardian = { } } nuristani = { #Borrowed from Dharmachakra: https://github.com/herkles/Dharmachakra - color = { 0.84 0.28 0.01 } + color = nuristani ethos = ethos_bellicose heritage = heritage_east_iranian @@ -384,36 +384,3 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD 4 = mediterranean } } -hunas = { ##### FIXME (Beta): Incomplete Culture: hunas - color = { 0.1 0.4 0.0 } - - ##### TODO (Beta): Give history - - ethos = ethos_bellicose - heritage = heritage_east_iranian - language = language_bactrian #Based on being "same stock" as Hephtalites by Procopius of Caesaria - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_warrior_culture #xiongnu heritage - #Regional Traditions - tradition_horse_lords #xiongnu heritage - #Ritual Traditions - #Realm Traditions - tradition_pastoralists - #Combat Traditions - } - - name_list = name_list_hunas - - coa_gfx = { turkic_group_coa_gfx steppe_coa_gfx iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mongol_clothing_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mongol_unit_gfx } - - ethnicities = { - 7 = arab - 6 = mediterranean - } -} diff --git a/WtWSMS/common/culture/cultures/BP_east_slavic.txt b/WtWSMS/common/culture/cultures/BP_east_slavic.txt index 06a17d2fb8..9429e3691b 100644 --- a/WtWSMS/common/culture/cultures/BP_east_slavic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_slavic.txt @@ -3,8 +3,8 @@ # flat social structure, with social stratification occurring when population density increased. Collective # lands seems to be the "best fit" for this notion of a flat hierarchy, review evolution for 0.2.0 -old_slavic = { - color = { 0.35 0.5 0.30 } +old_slavic = { + color = old_slavic ethos = ethos_stoic heritage = heritage_east_slavic diff --git a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt index 99467d6ea4..68c20b049c 100644 --- a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt +++ b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt @@ -7,7 +7,7 @@ #Magadhi Prakrit; the Eastern Indo-Aryans #Diverges into bengali, oriya, bihari, sambalpuri, nagpuri eastern_indo_aryan = { - color = { 0.0 0.1 0.5 } + color = eastern_indo_aryan ethos = ethos_spiritual #Cradle of the Sramanic movements and Buddhism; bengali heritage = heritage_indo_aryan @@ -36,7 +36,7 @@ eastern_indo_aryan = { #Kamarupi Prakrit was eastern but seems to be a different dialect spectrum #Diverges into assamese (with language_magadhan use) old_kamrupan = { - color = { 0.3 0.1 0.6 } + color = old_kamrupan ethos = ethos_stoic heritage = heritage_indo_aryan @@ -65,7 +65,7 @@ old_kamrupan = { # Ardhamagadhi Prakrit; the Central Indo-Aryans #Diverges into braj, awadhi central_indo_aryan = { - color = { 0.9 0.8 0.7 } + color = central_indo_aryan ethos = ethos_courtly #Braj heritage heritage = heritage_indo_aryan @@ -95,7 +95,7 @@ central_indo_aryan = { #Shauraseni Prakrit #Diverges into gujarati, saurashtra western_indo_aryan = { - color = { 0.4 0.2 0.2 } + color = western_indo_aryan ethos = ethos_spiritual #gujarati heritage heritage = heritage_indo_aryan @@ -124,7 +124,7 @@ western_indo_aryan = { #Rajasthani proto-group; formed as a part of Indo-Scythian Invasion (see use of Saka Calendar) #bhil, rajput, malvi malavas = { - color = { 0.6 0.1 0.1 } + color = malavas ethos = ethos_bellicose #Rajasthani heritage heritage = heritage_indo_aryan @@ -152,7 +152,7 @@ malavas = { #Vrachada Prakrit #Diverges into punjabi, sindhi northwestern_indo_aryan = { - color = { 0.8 0.3 0.2 } + color = northwestern_indo_aryan ethos = ethos_communal #sindhi heritage heritage = heritage_indo_aryan @@ -185,7 +185,7 @@ northwestern_indo_aryan = { #Streches from d_kurmanchal to d_khasa) [1] #Diverges into kumaoni, nepali, pahari northern_indo_aryan = { - color = { 0.65 0.25 0.1 } + color = northern_indo_aryan ethos = ethos_communal heritage = heritage_indo_aryan @@ -213,7 +213,7 @@ northern_indo_aryan = { #Dardic #Diverges into kashmiri dardic_indo_aryan = { - color = { 0.8 0.4 0.4 } + color = dardic_indo_aryan ethos = ethos_communal #What diverges for Kashmiri heritage = heritage_indo_aryan @@ -240,7 +240,7 @@ dardic_indo_aryan = { ethnicities = { 10 = indian } } kalash = { - color = { 0.8 0.3 0.5 } + color = kalash ethos = ethos_stoic heritage = heritage_indo_aryan @@ -274,7 +274,7 @@ kalash = { #Maharashtri Prakrit #Reforms/Diverges into marathi, kokai southern_indo_aryan = { - color = { 0.6 0.0 0.0 } + color = southern_indo_aryan ethos = ethos_stoic #marathi, malvi heritage heritage = heritage_indo_aryan @@ -303,7 +303,7 @@ southern_indo_aryan = { } #Sinhala Prakrit/Elu sinhala = { # Indo-Aryans who arrived in Sri Lanka ca 600BC - color = { 178 34 34 } + color = sinhala ethos = ethos_spiritual heritage = heritage_indo_aryan diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index c8e99cfe20..049d43d922 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -36,7 +36,7 @@ } } daylamite = { - color = { 0.75 0.85 0.35 } + color = daylamite ethos = ethos_bellicose heritage = heritage_iranian @@ -67,7 +67,7 @@ daylamite = { } } parthian = { - color = { 0.7 0.1 0.2 } + color = parthian parents = { dahi_scythian } created = 2.1.1 @@ -102,7 +102,7 @@ parthian = { } } indo_parthian = { - color = { 0.8 0.1 0.3 } + color = indo_parthian parents = { parthian northwestern_indo_aryan } created = 19.1.1 @@ -134,7 +134,7 @@ indo_parthian = { } } median = { - color = { 0.8 0.75 0.45 } + color = median ethos = ethos_courtly heritage = heritage_iranian @@ -171,7 +171,7 @@ median = { } } adhari = { #Pre-Turkic Iranian Azerbaijanis - color = { 0.6 0.65 0.55 } + color = adhari parents = { median } created = 2.1.1 @@ -205,7 +205,7 @@ adhari = { #Pre-Turkic Iranian Azerbaijanis } } cyrtian = { #Tribal group in Zagros Mountains; possible proto-Kurds - color = { 0.3 0.35 0.25 } + color = cyrtian ethos = ethos_communal heritage = heritage_iranian diff --git a/WtWSMS/common/culture/cultures/BP_israelite.txt b/WtWSMS/common/culture/cultures/BP_israelite.txt index 2f58864d74..8c1c7842cf 100644 --- a/WtWSMS/common/culture/cultures/BP_israelite.txt +++ b/WtWSMS/common/culture/cultures/BP_israelite.txt @@ -1,5 +1,5 @@ juhuro = { #Mountain Jews - color = { 0.6 0.3 0.6 } + color = juhuro parents = { hebrew persian } created = 2.1.1 @@ -42,7 +42,7 @@ } } hebrew = { - color = { 0.4 0.3 0.6 } + color = hebrew ethos = ethos_communal heritage = heritage_israelite @@ -76,10 +76,11 @@ hebrew = { ethnicities = { 10 = arab } } kochinim = { - + color = kochinim + parents = { hebrew tamil } created = 52.1.1 - + ethos = ethos_communal heritage = heritage_israelite language = language_israelite @@ -91,10 +92,8 @@ kochinim = { tradition_fervent_temple_builders #Despite being a religious minority, Synagogues existed all over India } - color = { 0.5 0.2 0.7 } - name_list = name_list_radhanite - + coa_gfx = { israelite_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } diff --git a/WtWSMS/common/culture/cultures/BP_latin.txt b/WtWSMS/common/culture/cultures/BP_latin.txt index 60e87ca4cd..18967f36df 100644 --- a/WtWSMS/common/culture/cultures/BP_latin.txt +++ b/WtWSMS/common/culture/cultures/BP_latin.txt @@ -36,7 +36,7 @@ roman = { ethnicities = { 10 = mediterranean } } corsican = { # Migrational Era Corsican (not Torrean Culture) - color = { 0.94 0.45 0.55 } + color = corsican parents = { roman } created = 2.1.1 @@ -93,7 +93,7 @@ sardinian = { #Medieval Sardinian ethnicities = { 10 = mediterranean } } romano_raetian = { # Migrational Era Rhaeto-Romance, or Rhaetian - color = { 0.4 0.4 0.5 } + color = romano_raetian parents = { roman } created = 54.1.1 #Becomes full roman province @@ -132,7 +132,7 @@ romano_raetian = { # Migrational Era Rhaeto-Romance, or Rhaetian } } romano_noric = { # Romano-Noric - color = { 0.34 0.48 0.24 } + color = romano_noric parents = { roman } created = 54.1.1 @@ -172,7 +172,7 @@ romano_noric = { # Romano-Noric } ### Well-Established Hybrids (have at least one county) romano_gallic = { - color = { 0.39 0.702 0.412 } + color = romano_gallic parents = { roman gallic } created = 2.1.1 #Established in BC, but game doesn't support negative dates @@ -212,7 +212,7 @@ romano_gallic = { } } romano_african = { #Africanu, Old Réyanu - color = { 0.9 0.04 0.04 } + color = romano_african parents = { roman punic } created = 2.1.1 @@ -251,7 +251,7 @@ romano_african = { #Africanu, Old Réyanu } } romano_british = { # Britons and Romans in Romano-British - color = { 0.49 0.815 0.82 } + color = romano_british parents = { roman briton } created = 84.1.1 #Completion of Roman Conquest of Britain @@ -289,7 +289,7 @@ romano_british = { # Britons and Romans in Romano-British } } romano_thracian = { # Thraco-Roman - color = { 0.55 0.1 0.05 } + color = romano_thracian parents = { roman thracian } created = 46.1.1 #Establishment of Thracia @@ -323,7 +323,7 @@ romano_thracian = { # Thraco-Roman ethnicities = { 10 = mediterranean_byzantine } } romano_illyrian = { # Romano-Illyrian - color = { 0.7 0.55 0.70 } + color = romano_illyrian parents = { roman illyrian } created = 6.1.1 #Great Illyrian Revolt @@ -358,7 +358,7 @@ romano_illyrian = { # Romano-Illyrian ethnicities = { 10 = mediterranean_byzantine } } romano_pannonian = { # Migrational Era Pannonian - color = { 0.8 0.55 0.8 } + color = romano_pannonian parents = { roman } created = 35.1.1 #Creation of Pannonia @@ -395,7 +395,7 @@ romano_pannonian = { # Migrational Era Pannonian } } romano_hispanic = { # Romano-Hispanic - color = { 0.8 0.7 0.0 } + color = romano_hispanic parents = { roman } created = 2.1.1 @@ -430,7 +430,7 @@ romano_hispanic = { # Romano-Hispanic ethnicities = { 10 = mediterranean_byzantine } } romano_frank = { # Romano-Frankish (Moselle Romance) - color = { 0.6 0.6 0.0 } + color = romano_frank parents = { romano_gallic old_frankish } created = 274.1.1 #Frankish colonization @@ -469,7 +469,7 @@ romano_frank = { # Romano-Frankish (Moselle Romance) } } romano_dacian = { #Proto-Eastern Romance; Rumanescu - color = { 0.25 0.2 0.52 } + color = romano_dacian parents = { roman dacian } created = 106.1.1 #Establishment of Dacia @@ -507,7 +507,7 @@ romano_dacian = { #Proto-Eastern Romance; Rumanescu } } romano_aramean = { - color = { 0.85 0.3 0.3 } + color = romano_aramean parents = { roman aramean } created = 2.1.1 #Berytus founded in BC diff --git a/WtWSMS/common/culture/cultures/BP_levantine.txt b/WtWSMS/common/culture/cultures/BP_levantine.txt index 7e88f0b225..4d57dbcb0e 100644 --- a/WtWSMS/common/culture/cultures/BP_levantine.txt +++ b/WtWSMS/common/culture/cultures/BP_levantine.txt @@ -1,5 +1,5 @@ aramean = { - color = { 0.65 0.3 0.3 } + color = aramean ethos = ethos_spiritual #General importance to Christian religious history heritage = heritage_levantine @@ -33,7 +33,7 @@ ethnicities = { 10 = arab } } assyrian = { - color = { 0.4 0.3 0.6 } + color = assyrian ethos = ethos_spiritual heritage = heritage_levantine @@ -62,7 +62,7 @@ assyrian = { ethnicities = { 10 = arab } } punic = { - color = { 0.5 0.2 0.5 } + color = punic ethos = ethos_egalitarian #Well-developed polis culture heritage = heritage_levantine diff --git a/WtWSMS/common/culture/cultures/BP_mongolic.txt b/WtWSMS/common/culture/cultures/BP_mongolic.txt index a09c559572..c539bea172 100644 --- a/WtWSMS/common/culture/cultures/BP_mongolic.txt +++ b/WtWSMS/common/culture/cultures/BP_mongolic.txt @@ -4,7 +4,7 @@ # [3] - https://www.cell.com/cell/pdf/S0092-8674(22)00267-7.pdf xianbei = { - color = { 0.575 0.3 0.0 } + color = xianbei created = 2.1.1 history_loc_override = xianbei_history_loc @@ -38,7 +38,7 @@ xianbei = { ethnicities = { 10 = asian } } tuyuhun = { - color = { 255 125 125 } + color = tuyuhun parents = { xianbei } created = 284.1.1 @@ -68,7 +68,7 @@ tuyuhun = { ethnicities = { 10 = asian } } ninrun = { #Sir Diesalot suggestion; proto-Buryats? # WIP Rouran culture - color = { 0.4 0.4 1.0 }# 0.71 0.50 0.00 + color = ninrun parents = { xianbei xiongnu } created = 330.1.1 #Yujiulu Mugulu diff --git a/WtWSMS/common/culture/cultures/BP_north_germanic.txt b/WtWSMS/common/culture/cultures/BP_north_germanic.txt index c0020921fb..b24891e008 100644 --- a/WtWSMS/common/culture/cultures/BP_north_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_north_germanic.txt @@ -48,7 +48,7 @@ norse = { } } swede = { # Migrational Era Svíar - color = { 0.0 0.2 0.6 } + color = swede ethos = ethos_bellicose heritage = heritage_north_germanic @@ -90,7 +90,7 @@ swede = { # Migrational Era Svíar } } dane = { # Migrational Era Danes - color = { 0.55 0 0 } + color = dane ethos = ethos_bellicose heritage = heritage_north_germanic @@ -132,7 +132,7 @@ dane = { # Migrational Era Danes } } geatish = { # Migrational Era Geats - color = { 0.0 0.0 0.5 } + color = geatish ethos = ethos_bellicose heritage = heritage_north_germanic @@ -174,7 +174,7 @@ geatish = { # Migrational Era Geats } } gutnish = { # Migrational Era Gutes - color = { 0.94 0.5 0.5 } + color = gutnish ethos = ethos_bellicose #Diverged for the Goths heritage = heritage_north_germanic #Diverged for the Goths @@ -217,7 +217,7 @@ gutnish = { # Migrational Era Gutes } #North Sea Germanic Speakers auiones = { # Öland culture - color = { 0.05 0.5 0.8 } + color = auiones ethos = ethos_communal #shared with reudignian heritage = heritage_north_germanic @@ -247,7 +247,7 @@ auiones = { # Öland culture } } jute = { # Migrational Era Jutes - color = { 0.15 0.4 0.55 } + color = jute ethos = ethos_bureaucratic #Not as aggressive as norse, swedes, &c. in WtWSMS heritage = heritage_north_germanic diff --git a/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt b/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt index 6f6c1e465a..5d422ff191 100644 --- a/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt +++ b/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt @@ -1,5 +1,5 @@ thracian = { - color = { 0.5 0.810 0.85 } + color = thracian ethos = ethos_bellicose heritage = heritage_proto_carpathian @@ -32,7 +32,7 @@ ethnicities = { 10 = mediterranean_byzantine } } illyrian = { - color = { 0.45 0.35 0.65 } + color = illyrian ethos = ethos_bellicose heritage = heritage_proto_carpathian @@ -89,6 +89,31 @@ dacian = { ethnicities = { 10 = mediterranean_byzantine } } +macedonian = { + color = macedonian + + ethos = ethos_bellicose + heritage = heritage_proto_carpathian + language = language_greek + martial_custom = martial_custom_male_only + traditions = { + tradition_polygamous #To allow Alexander more wives + tradition_ruling_caste + tradition_culture_blending + tradition_formation_fighting + tradition_stand_and_fight + } + + name_list = name_list_greek + + #Graphics + coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } + building_gfx = { mediterranean_building_gfx } + clothing_gfx = { byzantine_clothing_gfx } + unit_gfx = { eastern_unit_gfx } + + ethnicities = { 10 = mediterranean_byzantine } +} albanian = { ##### FIXME (Beta): Incomplete Culture: albanian color = { 0.4 0.2 0.2 } @@ -118,29 +143,4 @@ albanian = { ##### FIXME (Beta): Incomplete Culture: albanian ethnicities = { 10 = mediterranean_byzantine } } -macedonian = { - color = { 0.7 0.5 0.5 } - - ethos = ethos_bellicose - heritage = heritage_proto_carpathian - language = language_greek - martial_custom = martial_custom_male_only - traditions = { - tradition_polygamous #To allow Alexander more wives - tradition_ruling_caste - tradition_culture_blending - tradition_formation_fighting - tradition_stand_and_fight - } - - name_list = name_list_greek - - #Graphics - coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } - building_gfx = { mediterranean_building_gfx } - clothing_gfx = { byzantine_clothing_gfx } - unit_gfx = { eastern_unit_gfx } - - ethnicities = { 10 = mediterranean_byzantine } -} ##### TODO (Beta): veneti diff --git a/WtWSMS/common/culture/cultures/BP_qiangic.txt b/WtWSMS/common/culture/cultures/BP_qiangic.txt index c0feb1766d..e66a505580 100644 --- a/WtWSMS/common/culture/cultures/BP_qiangic.txt +++ b/WtWSMS/common/culture/cultures/BP_qiangic.txt @@ -1,5 +1,5 @@ tangut = { - color = { 0.8 0.3 0.0 } + color = tangut ethos = ethos_bureaucratic heritage = heritage_qiangic diff --git a/WtWSMS/common/culture/cultures/BP_sahelian.txt b/WtWSMS/common/culture/cultures/BP_sahelian.txt index 5dadb604d2..a7933d25d9 100644 --- a/WtWSMS/common/culture/cultures/BP_sahelian.txt +++ b/WtWSMS/common/culture/cultures/BP_sahelian.txt @@ -26,7 +26,7 @@ soninke = { } } sorko = { #Lower Niger Culture - color = hsv{ 0.16 0.7 1 } + color = sorko ethos = ethos_communal heritage = heritage_sahelian @@ -49,7 +49,7 @@ sorko = { #Lower Niger Culture } } gaw = { #very similar to Songhai - Gaw were Songhai ancestors - color = hsv{ 0.14 0.4 0.7 } + color = gaw ethos = ethos_communal heritage = heritage_sahelian @@ -72,7 +72,7 @@ gaw = { #very similar to Songhai - Gaw were Songhai ancestors } } bozo = { #develops from Sahelian-controlled Malinke provinces; founded D'jenne (probably) - color = hsv{ 0.12 1.0 0.5} + color = bozo ethos = ethos_communal heritage = heritage_sahelian diff --git a/WtWSMS/common/culture/cultures/BP_senegambian.txt b/WtWSMS/common/culture/cultures/BP_senegambian.txt index 98cb27e0d7..7b0ec8f155 100644 --- a/WtWSMS/common/culture/cultures/BP_senegambian.txt +++ b/WtWSMS/common/culture/cultures/BP_senegambian.txt @@ -1,5 +1,5 @@ senegambian = { #Clone of Pulaar - color = { 0.50 0.50 0.25 } + color = senegambian ethos = ethos_bellicose heritage = heritage_senegambian diff --git a/WtWSMS/common/culture/cultures/BP_siberian.txt b/WtWSMS/common/culture/cultures/BP_siberian.txt index f7c1c57b97..31c0c62f61 100644 --- a/WtWSMS/common/culture/cultures/BP_siberian.txt +++ b/WtWSMS/common/culture/cultures/BP_siberian.txt @@ -1,5 +1,5 @@ yeniseian = { - color = { 0.10 0.00 0.05 } + color = yeniseian ethos = ethos_communal heritage = heritage_siberian @@ -25,7 +25,7 @@ ethnicities = { 10 = asian } } tungusic = { - color = { 0.10 0.05 0.05 } + color = tungusic ethos = ethos_communal heritage = heritage_siberian diff --git a/WtWSMS/common/culture/cultures/BP_somalian.txt b/WtWSMS/common/culture/cultures/BP_somalian.txt index 9dacb34b98..3bda500140 100644 --- a/WtWSMS/common/culture/cultures/BP_somalian.txt +++ b/WtWSMS/common/culture/cultures/BP_somalian.txt @@ -28,7 +28,7 @@ } } beja = { # AKA Blemmyes - nomads of eastern Sudan - need update of dynasties + some more (male) names - color = hsv{ 0.55 0.7 0.7 } + color = beja ethos = ethos_communal heritage = heritage_somalian @@ -58,7 +58,7 @@ beja = { # AKA Blemmyes - nomads of eastern Sudan - need update of dynasties + s } } sidamic = { #General Highland East & Agaw Cushtics, not just Sidama people - color = { 0.7 0.7 0.60 } + color = sidamic ethos = ethos_communal heritage = heritage_somalian diff --git a/WtWSMS/common/culture/cultures/BP_tibetan.txt b/WtWSMS/common/culture/cultures/BP_tibetan.txt index 1a5748eca4..92f2678c4c 100644 --- a/WtWSMS/common/culture/cultures/BP_tibetan.txt +++ b/WtWSMS/common/culture/cultures/BP_tibetan.txt @@ -23,7 +23,7 @@ } } zhangzhung = { # Zhangzhung - color = { 1.0 0.4 0.0 } + color = zhangzhung ethos = ethos_spiritual heritage = heritage_tibetan @@ -46,7 +46,7 @@ zhangzhung = { # Zhangzhung } } sumpa = { # Sumpa - color = { 0.8 0.2 0.1 } + color = sumpa ethos = ethos_egalitarian heritage = heritage_tibetan @@ -70,7 +70,7 @@ sumpa = { # Sumpa } } tsangpa = { # Western and Southern Tibetic (Sherpa; Kyirong-Kagate; etc.) - color = { 1.0 0.3 0.1 } + color = tsangpa ethos = ethos_spiritual heritage = heritage_tibetan @@ -95,7 +95,7 @@ tsangpa = { # Western and Southern Tibetic (Sherpa; Kyirong-Kagate; etc.) } ### Tibeto-Burmans kirati = { # Kirati (Kirati; Limbu; Magar; etc.) - color = { 235 90 30 } + color = kirati ethos = ethos_communal heritage = heritage_tibetan @@ -121,7 +121,7 @@ kirati = { # Kirati (Kirati; Limbu; Magar; etc.) ethnicities = { 10 = asian } } lhomon = { # Lhomon (Monpa; Lhoba; Kho-Bwa; Mishmi; Memba; etc.) - color = { 215 60 10 } + color = lhomon ethos = ethos_communal heritage = heritage_tibetan @@ -149,7 +149,7 @@ lhomon = { # Lhomon (Monpa; Lhoba; Kho-Bwa; Mishmi; Memba; etc.) ethnicities = { 10 = asian } } tani = { # Tani People - color = { 0.3 0.55 0.8 } + color = tani ethos = ethos_egalitarian heritage = heritage_tibetan diff --git a/WtWSMS/common/culture/cultures/BP_tocharian.txt b/WtWSMS/common/culture/cultures/BP_tocharian.txt index 44aaa5f664..89e61aece7 100644 --- a/WtWSMS/common/culture/cultures/BP_tocharian.txt +++ b/WtWSMS/common/culture/cultures/BP_tocharian.txt @@ -30,7 +30,7 @@ } } gushi = { #Pastoralist Shamanic Jushi Kingdom - color = { 0.7 0.3 0.7 } + color = gushi ethos = ethos_communal heritage = heritage_tocharian diff --git a/WtWSMS/common/culture/cultures/BP_turkic.txt b/WtWSMS/common/culture/cultures/BP_turkic.txt index 97f6b52fde..29771a777e 100644 --- a/WtWSMS/common/culture/cultures/BP_turkic.txt +++ b/WtWSMS/common/culture/cultures/BP_turkic.txt @@ -1,6 +1,6 @@ #Oghur Proto-Speakers xiongnu = { - color = { 0.6 0.6 0.0 } + color = xiongnu ethos = ethos_bellicose heritage = heritage_turkic @@ -32,7 +32,7 @@ xiongnu = { ethnicities = { 10 = asian } } bolghar = { - color = { 147 124 93 } + color = bolghar ethos = ethos_bellicose heritage = heritage_turkic @@ -63,7 +63,7 @@ bolghar = { ethnicities = { 10 = asian } } barsil = { - color = { 0.7 0.7 0.3 } + color = barsil ethos = ethos_bellicose heritage = heritage_turkic @@ -89,7 +89,7 @@ barsil = { ethnicities = { 10 = asian } } hunnic = { - color = { 0.0 0.0 0.0 } + color = hunnic ethos = ethos_bellicose heritage = heritage_turkic @@ -116,7 +116,7 @@ hunnic = { ethnicities = { 10 = asian } } hunas = { - color = { 0.1 0.4 0.0 } + color = hunas parents = { xiongnu bactrian } created = 350.1.1 @@ -157,7 +157,7 @@ hunas = { } #Oghuz proto-speakers tiele = { - color = { 0.65 0.50 0.15 } + color = tiele parents = { xiongnu } created = 357.1.1 #First mention of Gaoche peoples @@ -194,7 +194,7 @@ tiele = { } #Siberian Speakers kirghiz = { - color = { 0.85 0.72 0.30 } + color = kirghiz created = 2.1.1 history_loc_override = kirghiz_history_loc @@ -224,7 +224,7 @@ kirghiz = { ethnicities = { 10 = asian } } kurykan = { #Remnant Dinglings that became Kurykans/proto-Buryats,Tuvans,Siberian Turks - color = { 0.675 0.55 0.20 } + color = kurykan parents = { xiongnu } created = 2.1.1 diff --git a/WtWSMS/common/culture/cultures/BP_ugro_permian.txt b/WtWSMS/common/culture/cultures/BP_ugro_permian.txt index 56504efdd3..4c35f3b4de 100644 --- a/WtWSMS/common/culture/cultures/BP_ugro_permian.txt +++ b/WtWSMS/common/culture/cultures/BP_ugro_permian.txt @@ -38,7 +38,7 @@ komi = { # AKA "Permian" } } udmurt = { - color = { 0.35 0.8 0.65 } + color = udmurt ethos = ethos_egalitarian heritage = heritage_ugro_permian @@ -70,7 +70,7 @@ udmurt = { } #Ugric Speakers khanty = { # AKA "Ostyak" - color = { 0.4 0.65 0.20 } + color = khanty ethos = ethos_spiritual heritage = heritage_ugro_permian @@ -99,7 +99,7 @@ khanty = { # AKA "Ostyak" } } mansi = { - color = { 0.4 0.90 0.00 } + color = mansi ethos = ethos_communal heritage = heritage_ugro_permian @@ -130,7 +130,7 @@ mansi = { } #Samoyedic Speakers samoyed = { # AKA Bjarmian - color = { 0.3 0.87 0.21 } + color = samoyed ethos = ethos_stoic heritage = heritage_ugro_permian diff --git a/WtWSMS/common/culture/cultures/BP_vasconic.txt b/WtWSMS/common/culture/cultures/BP_vasconic.txt index 3b43ab6886..1e14115eb1 100644 --- a/WtWSMS/common/culture/cultures/BP_vasconic.txt +++ b/WtWSMS/common/culture/cultures/BP_vasconic.txt @@ -1,5 +1,5 @@ basque = { - color = { 0.2 0.3 0.2 } + color = basque ethos = ethos_communal heritage = heritage_vasconic @@ -28,7 +28,7 @@ } aquitani = { - color = { 0.7 0.7 0.3 } + color = aquitani ethos = ethos_communal heritage = heritage_vasconic diff --git a/WtWSMS/common/culture/cultures/BP_west_african.txt b/WtWSMS/common/culture/cultures/BP_west_african.txt index 4b22ca5e70..11b93ee15c 100644 --- a/WtWSMS/common/culture/cultures/BP_west_african.txt +++ b/WtWSMS/common/culture/cultures/BP_west_african.txt @@ -27,7 +27,7 @@ } } mel = { #Coastal African Cultures - color = hsv{ 0.59 0.55 0.8 } + color = mel ethos = ethos_egalitarian heritage = heritage_west_african diff --git a/WtWSMS/common/culture/cultures/BP_western_germanic.txt b/WtWSMS/common/culture/cultures/BP_western_germanic.txt index 936ef566b0..02157a3a4e 100644 --- a/WtWSMS/common/culture/cultures/BP_western_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_western_germanic.txt @@ -6,7 +6,7 @@ # cheruscii, old_frisian old_frankish = { - color = { 0.45 0.45 0.65 } + color = old_frankish ethos = ethos_bellicose heritage = heritage_west_germanic @@ -40,7 +40,7 @@ old_frankish = { } } chatti = { # Migrational Era Chatti - color = { 0.25 0.30 0.06 } + color = chatti ethos = ethos_bellicose heritage = heritage_west_germanic @@ -74,7 +74,7 @@ chatti = { # Migrational Era Chatti } } cheruscii = { # Migrational Era Cherusks - color = { 0.4 0.6 0.8 } + color = cheruscii ethos = ethos_egalitarian heritage = heritage_west_germanic @@ -107,7 +107,7 @@ cheruscii = { # Migrational Era Cherusks } } old_frisian = { # Migrational Era Frisians - color = { 1.0 0.39 0.0 } + color = old_frisian ethos = ethos_stoic heritage = heritage_west_germanic diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index bc4609836a..740266ba7b 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -34,7 +34,7 @@ language_cappadocian = { } } - color = { 0.43 0.1 0.15 } + color = cappadocian } language_isaurian = { type = language @@ -61,7 +61,7 @@ language_isaurian = { } } - color = { 0.35 0.25 0.5 } + color = isaurian } ## Hellenic language_greek = { @@ -116,7 +116,7 @@ language_tsakonian = { } } - color = { 0.40 0.0 0.0 } + color = tsakonian } ## Indo-Aryan language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible with magadhan [2] @@ -149,9 +149,9 @@ language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible wi } } - color = { 0.3 0.1 0.6 } + color = old_kamrupan } -#Projenitor of Several Branches, including: +#Progenitor of Several Branches, including: # Northwestern Indic (punjabi, sindhi) # Western Indic (bhil, gujarati, rajasthani) # Central Indic (hindustani, braj, awadhi) @@ -185,7 +185,7 @@ language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni } } - color = hindustani + color = central_indo_aryan } language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects type = language @@ -250,7 +250,7 @@ language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] } } - color = { 0.6 0.0 0.0 } + color =southern_indo_aryan } language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] type = language @@ -282,7 +282,7 @@ language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] } } - color = { 0.0 0.1 0.5 } + color = eastern_indo_aryan } #Ancestor to himalayans languages, including: # Western: garwhali, kumaoni @@ -317,7 +317,7 @@ language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari } } - color = { 0.65 0.25 0.1 } + color = northern_indo_aryan } #Ancestor to Dardic Languages, including kashmiri, kalasha language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic @@ -350,7 +350,7 @@ language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic } } - color = { 0.8 0.4 0.4 } + color = dardic_indo_aryan } #Ancestor to Lanka/Insular Indic languages language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic @@ -447,7 +447,7 @@ language_sanskrit = { } } - color = { 0.470 0.235 0.118 } + color = sanskrit } ## Iranian language_scythian = { @@ -502,7 +502,7 @@ language_sogdian = { } } - color = { 0.43 0.32 0.32 } + color = sogdian } language_sakan = { type = language @@ -529,7 +529,7 @@ language_sakan = { } } - color = { 0.55 0.44 0.33 } + color = sakan } language_bactrian = { type = language @@ -556,7 +556,7 @@ language_bactrian = { } } - color = { 0.0 0.25 0.45 } + color = bactrian } language_iranian = { type = language @@ -622,7 +622,7 @@ language_parthian = { } } - color = { 0.7 0.1 0.2 } + color = parthian } language_median = { type = language @@ -649,7 +649,7 @@ language_median = { } } - color = { 0.7 0.1 0.2 } + color = median } language_caspian_iranian = { type = language @@ -677,7 +677,7 @@ language_caspian_iranian = { } } - color = { 0.75 0.85 0.35 } + color = daylamite } language_adharic = { type = language @@ -705,7 +705,7 @@ language_adharic = { } } - color = { 0.6 0.65 0.55 } + color = adhari } ## Nuristani language_nuristani = { @@ -733,7 +733,7 @@ language_nuristani = { } } - color = { 0.84 0.28 0.01 } + color = nuristani } ## Armenian language_armenian = { @@ -794,7 +794,7 @@ language_celtiberian = { } } - color = { 0.7 0.5 0.2 } + color = astures } language_brythonic = { type = language @@ -875,7 +875,7 @@ language_gaulish = { } } - color = { 0.025 0.2 0.025 } + color = gallic } language_lusitanian = { type = language @@ -902,7 +902,7 @@ language_lusitanian = { } } - color = { 0.7 0.4 0.3 } + color = lusitanian } ## Romance language_latin = { @@ -930,7 +930,7 @@ language_latin = { } } - color = { 0.63 0 0 } + color = roman } language_sardinian = { #Probable early divergence from Latin type = language @@ -1157,7 +1157,7 @@ language_gushi = { } } - color = { 255 255 255 } + color = gushi } ## Balto-Slavic language_baltic = { #East Baltic @@ -1212,7 +1212,7 @@ language_west_baltic = { } } - color = { 0.56 0.55 0.4 } + color = galindian } language_veneti = { type = language @@ -1239,7 +1239,7 @@ language_veneti = { } } - color = { 0.6 0.6 0.1 } + color = vistula_veneti } language_east_slavic = { type = language @@ -1429,7 +1429,7 @@ language_suebi = { } } - color = { 0.15 0.15 0.15 } + color = suebi } language_north_sea_germanic = { type = language @@ -1456,7 +1456,7 @@ language_north_sea_germanic = { } } - color = { 0.44 0.396 0.386 } + color = old_saxon } language_norse = { type = language @@ -1510,7 +1510,7 @@ language_gothic = { } } - color = { 0.3 0.3 0.3 } + color = gothic } language_vandalic = { type = language @@ -1537,7 +1537,7 @@ language_vandalic = { } } - color = { 0.46 0.53 0.6 } + color = vandalic } language_burgundian = { type = language @@ -1564,7 +1564,7 @@ language_burgundian = { } } - color = { 0.45 0.0 0.2 } + color = burgundian } language_skirian = { type = language @@ -1591,7 +1591,7 @@ language_skirian = { } } - color = { 0.25 0.30 0.06 } + color = skirian } language_anglic = { #(Currently Unused) type = language @@ -1754,7 +1754,7 @@ language_thracian = { } } - color = { 0.5 0.810 0.85 } + color = thracian } language_dacian = { type = language @@ -1781,7 +1781,7 @@ language_dacian = { } } - color = { 0.35 0.26 0.17 } + color = dacian } language_illyrian = { type = language @@ -1808,7 +1808,7 @@ language_illyrian = { } } - color = { 0.45 0.35 0.65 } + color = illyrian } ## Albanian language_albanian = { @@ -1864,7 +1864,7 @@ language_phrygian = { } } - color = { 0.35 0.55 0.85 } + color = phrygian } # Afro-Asiatic @@ -1894,7 +1894,7 @@ language_guanche = { } } - color = { 0.4 0.30 0.2 } + color = guanches } language_northern_berber = { type = language @@ -1921,7 +1921,7 @@ language_northern_berber = { } } - color = { 0.5 0.34 0.34 } + color = tashellhit } language_tuareg = { type = language @@ -1948,7 +1948,7 @@ language_tuareg = { } } - color = { 0.1 0.1 0.75 } + color = tuareg } language_eastern_berber = { type = language @@ -1975,7 +1975,7 @@ language_eastern_berber = { } } - color = { 0.29 0.215 0.15 } + color = garamantian } language_western_berber = { type = language @@ -2002,7 +2002,7 @@ language_western_berber = { } } - color = { 161 90 40 } #Butr color + color = western_berber } ## Chadic language_chadic = { @@ -2058,7 +2058,7 @@ language_beja = { } } - color = hsv{ 0.55 0.7 0.7 } + color = beja } language_sidamic = { type = language @@ -2085,7 +2085,7 @@ language_sidamic = { } } - color = { 0.7 0.7 0.60 } + color = sidamic } language_cushitic = { type = language @@ -2140,7 +2140,7 @@ language_coptic = { } } - color ={ 0.8 0.65 0.2 } + color = coptic } ## Omotic language_omotic = { @@ -2205,7 +2205,7 @@ language_arabic = { } language_south_arabian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_himyaritic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_south_arabian } } parameters = { language_group_semitic = yes @@ -2228,7 +2228,7 @@ language_south_arabian = { } } - color = { 0.85 0.55 0.0 } + color = tribal_arab } language_himyaritic = { type = language @@ -2255,7 +2255,7 @@ language_himyaritic = { } } - color = { 0.2 0.2 0.275 } + color = himyarite } language_ethiopic = { type = language @@ -2336,7 +2336,7 @@ language_punic = { } } - color = { 0.5 0.2 0.5 } + color = punic } language_israelite = { type = language @@ -2533,7 +2533,7 @@ language_brahui = { } } - color = { 0.75 0.75 0.25 } + color = brahui } #Basque @@ -2598,7 +2598,7 @@ language_georgian = { } } - color = { 0.0 0.3 0.9 } + color = georgian } language_svan = { type = language @@ -2630,7 +2630,7 @@ language_svan = { } } - color = { 0.75 0.5 0.75 } + color = svan } language_lazic = { type = language @@ -2662,7 +2662,7 @@ language_lazic = { } } - color = { 0.6 0.3 0.8 } + color = macronian } # Northeast Caucasian @@ -2697,7 +2697,7 @@ language_lezgic = { } } - color = { 0.7 0.5 0.5 } + color = caucasian_albanian } language_nakh = { type = language @@ -2729,7 +2729,7 @@ language_nakh = { } } - color = { 0.7 0.7 0.5 } + color = nakh } language_avaric = { type = language @@ -2761,7 +2761,7 @@ language_avaric = { } } - color = { 0.9 0.3 0.9 } + color = awaral } #Northwest Caucasian @@ -2796,7 +2796,7 @@ language_abaza = { } } - color = { 0.75 0.55 0.75 } + color = abaza } language_adyghes = { type = language @@ -2828,7 +2828,7 @@ language_adyghes = { } } - color = { 0.6 0.3 0.8 } + color = adyghes } #Uralic @@ -2941,7 +2941,7 @@ language_ugric = { #Khanty/Mansi/Hungarian (although Hungarian is divergent) } } - color = { 0.4 0.65 0.20 } + color = khanty } ## Permic language_permic = { #Komi/Udmurt Language @@ -3024,7 +3024,7 @@ language_samoyedic = { } } - color = { 0.3 0.87 0.21 } + color = samoyed } #Turkic @@ -3091,7 +3091,7 @@ language_hunnic = { } } - color = { 0.0 0.0 0.0 } + color = hunnic } ## Shaz Turkic language_turkic = { @@ -3156,7 +3156,7 @@ language_siberian_turkic = { } } - color = turkish + color = kirghiz } #Mongolic @@ -3223,7 +3223,7 @@ language_tuoba = { } } - color = { 0.575 0.3 0.0 } + color = xianbei } #Siberian @@ -3258,7 +3258,7 @@ language_yeniseian = { } } - color = { 0.10 0.00 0.05 } + color = yeniseian } #Tungusic @@ -3293,7 +3293,7 @@ language_tungusic = { } } - color = jurchen + color = tungusic } #Sino-Tibetan @@ -3376,7 +3376,7 @@ language_kirati = { } } - color = { 235 90 30 } + color = kirati } language_tani = { type = language @@ -3403,7 +3403,7 @@ language_tani = { } } - color = { 255 255 255 } + color = tani } language_meitei = { type = language @@ -3435,7 +3435,7 @@ language_meitei = { } } - color = { 255 255 255 } + color = meitei } language_kachari = { type = language @@ -3467,7 +3467,7 @@ language_kachari = { } } - color = { 25 25 255 } + color = kachari } language_pyu = { type = language @@ -3499,7 +3499,7 @@ language_pyu = { } } - color = { 180 55 75 } + color = pyu } language_qiangic = { type = language @@ -3871,7 +3871,7 @@ language_munda = { } } - color = { 0.75 0.65 0.15 } + color = munda } ## Monic Group language_mon = { @@ -3904,7 +3904,7 @@ language_mon = { } } - color = { 0.35 0.6 0.1 } + color = mon } # Paleo-Iberian @@ -3922,7 +3922,7 @@ language_paleo_iberian = { value = 0 } - color = { 0.7 0.5 0.7 } + color = { 255 255 255 } } # Corduenian @@ -3957,6 +3957,6 @@ language_corduenian = { #Made an isolate due to competing claims and lack of evi } } - color = { 0.0 0.08 0.4 } + color = corduenian } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 6fc9266bc7..1434a2e799 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -1,40 +1,238 @@ -#Notes: First color of each heritage is the "base" color from which other will deviate +#Organized by Heritage +#NB: Does not include an future cultures (like bengali) yet colors = { #Anatolian - #Austro-Asiatic + cappadocian = { 0.43 0.1 0.15 } + isaurian = { 0.35 0.25 0.5 } + phrygian = { 0.35 0.55 0.85 } + #Arabic + adnanite = { 0.45 0.8 0.35 } + nabatean = { 0.4 0.45 0.4 } + yathribi = { 0.8 0.65 0.4 } + himyarite = { 0.2 0.2 0.275 } + sabaean = { 0.85 0.55 0.0 } + minaean = { 0.4 0.75 0.80 } + hadhramaut = { 0.30 0.15 0.55 } + tribal_arab = { 0.4 0.05 0.15 } + khalan = { 0.6 0.6 0.6 } #Baltic + prussian = { 0.56 0.55 0.4 } + galindian = { 0.56 0.55 0.2 } + aesti = { 0.66 0.55 0.2 } + vistula_veneti = { 0.6 0.6 0.1 } + przeworsk = { 0.6 0.4 0.2 } #Berber + guanches = { 0.4 0.30 0.2 } + tashellhit = { 0.5 0.34 0.34 } + tamazight = { 0.5 0.64 0.34 } + riffian = { 0.9 0.64 0.34 } + shenwa = { 0.9 0.6 0.2 } + tacawit = { 0.075 0.27 0.37 } + mzab_wargla = { 0.6 0.6 0.15 } + taqbaylit = { 0.9 0.04 0.54 } + tuareg = { 0.1 0.1 0.75 } + nafusi = { 0.3 0.3 0.05 } + libyan = { 0.22 0.33 0.4 } + garamantian = { 0.29 0.215 0.15 } + western_berber = { 161 90 40 } #Butr color + #Southeast Asian (Burman) + pyu = { 180 55 75 } + mon = { 0.35 0.6 0.1 } + kachari = { 25 25 255 } + meitei = hsv{ 0.59 0.55 0.8 } #Byzantine + spartan = { 1.0 0.4 0.4 } + tsakonian = { 0.40 0.0 0.0 } + pontic = { 0.35 0.2 0.6 } + bosporan = { 0.1 0.0 0.5 } + helleno_thracian = { 0.2 0.4 0.6 } + helleno_aramean = { 0.8 0.7 0.25 } + aeolian = { 0.8 0.2 0.2 } + massalian = { 0.1 0.8 0.4 } + helleno_libyan = { 0.70 0.20 0.90 } + helleno_coptic = { 0.70 0.30 0.70 } #Caucasian + armenian = { 0.5 0.2 0.5 } + colchiscan = { 0.6 0.3 0.8 } + georgian = { 0.0 0.3 0.9 } + macronian = { 0.6 0.3 0.8 } + svan = { 0.75 0.5 0.75 } + caucasian_albanian = { 0.7 0.5 0.5 } + nakh = { 0.7 0.7 0.5 } + awaral = { 0.9 0.3 0.9 } + abaza = { 0.75 0.55 0.75 } + adyghes = { 0.6 0.3 0.8 } + corduenian = { 0.0 0.08 0.4 } #Celtic - #Central Semitic + briton = { 0.2 0.6 0.6 } + irish = hsv { 0.43 0.86 0.61 } + pictish = hsv { 0.58 1.00 0.72 } + #Central African + sao = hsv{ 0.95 0.6 0.3 } + nok = { 1.00 0.25 0.25 } + #Central Germanic + suebi = { 0.15 0.15 0.15 } + buri = { 0.2 0.2 0.8 } + macromanni = { 0.8 0.2 0.2 } + langobard = { 0.60 0.4 0.60 } + warnic = { 0.23 0.63 0.23 } + thuringian = { 0.295 0.14 0.24 } + alamannian = { 0.13 0.215 0.39 } + old_saxon = { 0.44 0.396 0.386 } + anglo = { 0.6 0.6 0.2 } + reudignian = { 0.6 0.6 0.2 } #Continental Celtic + gallic = { 0.025 0.2 0.025 } + galatian = { 0.3 0.7 0.3 } + astures = { 0.7 0.5 0.2 } + galician = { 0.35 0.5 0.25 } + cantabrian = { 0.3 0.8 0.8 } + lusitanian = { 0.7 0.4 0.3 } + armorican = { 0.45 0.91 0.0 } + #Coptic + coptic = { 0.8 0.65 0.2 } #Dravidian + brahui = { 0.75 0.75 0.25 } + munda = { 0.75 0.65 0.15 } #East African + old_nubian = { 0.4 0.2 0.1 } #East Germanic + gothic = { 0.3 0.3 0.3 } + visigothic = { 0.37 0.4 0.24 } + ostrogothic = { 0.0 0.2 0.4 } + thracian_gothic = { 0.20 0.25 0.30 } + crimean_gothic = { 0.19 0.20 0.27 } + gepid = { 0.375 0.15 0.275 } + heruli = { 0.1 0.2 0.2 } + taifal = { 0.5 0.2 0.2 } + denziner = { 0.19 0.20 0.27 } + gustow = { 0.59 0.20 0.27 } + lebus = { 0.59 0.20 0.57 } + rygir = { 0.435 0.518 0.45 } + vandalic = { 0.46 0.53 0.6 } + vidivarii = { 0.19 0.60 0.27 } + burgundian = { 0.45 0.0 0.2 } + skirian = { 0.25 0.30 0.06 } #East Iranian - #East Semitic + khwarezmian = { 0.85 0.75 0.45 } + sogdian = { 0.43 0.32 0.32 } + bactrian = { 0.0 0.25 0.45 } + sarmatian = { 0.5 0.55 0.3 } + iazyges = { 0.6 0.4 0.3 } + alan = { 0.7 0.5 0.7 } + sakan = { 0.55 0.44 0.33 } + indo_scythian = { 0.8 0.8 0.0 } + dahi_scythian = { 0.45 0.25 0.25 } + amardian = { 0.5 0.60 0.25 } + nuristani = { 0.84 0.28 0.01 } #East Slavic + old_slavic = { 0.35 0.5 0.30 } #Indo-Aryan + eastern_indo_aryan = { 0.0 0.1 0.5 } + old_kamrupan = { 0.3 0.1 0.6 } + central_indo_aryan = { 0.9 0.8 0.7 } + western_indo_aryan = { 0.4 0.2 0.2 } + malavas = { 0.6 0.1 0.1 } + northwestern_indo_aryan = { 0.8 0.3 0.2 } + northern_indo_aryan = { 0.65 0.25 0.1 } + dardic_indo_aryan = { 0.8 0.4 0.4 } + kalash = { 0.8 0.3 0.5 } + southern_indo_aryan = { 0.6 0.0 0.0 } + sinhala = { 178 34 34 } + sanskrit = { 0.470 0.235 0.118 } #Iranian - #Isralite + daylamite = { 0.75 0.85 0.35 } + parthian = { 0.7 0.1 0.2 } + indo_parthian = { 0.8 0.1 0.3 } + median = { 0.8 0.75 0.45 } + adhari = { 0.6 0.65 0.55 } + cyrtian = { 0.3 0.35 0.25 } + #Israelite + juhuro = { 0.6 0.3 0.6 } + hebrew = { 0.4 0.3 0.6 } + kochinim = { 0.5 0.2 0.7 } #Latin roman = hsv{ 0.000 1.000 0.600 } + corsican = { 0.94 0.45 0.55 } + romano_raetian = { 0.4 0.4 0.5 } + romano_noric = { 0.34 0.48 0.24 } + romano_gallic = { 0.39 0.702 0.412 } + romano_african = { 0.9 0.04 0.04 } + romano_british = { 0.49 0.815 0.82 } + romano_thracian = { 0.55 0.1 0.05 } + romano_illyrian = { 0.7 0.55 0.70 } + romano_pannonian = { 0.8 0.55 0.8 } + romano_hispanic = { 0.8 0.7 0.0 } + romano_frank = { 0.6 0.6 0.0 } + romano_dacian = { 0.25 0.2 0.52 } + romano_aramean = { 0.85 0.3 0.3 } + #Romano-Gothic (skipped) + #Levantine + aramean = { 0.65 0.3 0.3 } + assyrian = { 0.4 0.3 0.6 } + punic = { 0.5 0.2 0.5 } #Mongolic + xianbei = { 0.575 0.3 0.0 } + tuyuhun = { 255 125 125 } + ninrun = { 0.4 0.4 1.0 } #North Germanic - #Northwest Semitic - #Phyrgian + swede = { 0.0 0.2 0.6 } + dane = { 0.55 0 0 } + geatish = { 0.0 0.0 0.5 } + gutnish = { 0.94 0.5 0.5 } + auiones = { 0.05 0.5 0.8 } + jute = { 0.15 0.4 0.55 } #Proto-Carpathian + thracian = { 0.5 0.810 0.85 } + illyrian = { 0.45 0.35 0.65 } + dacian = { 0.35 0.26 0.17 } + macedonian = { 0.7 0.5 0.5 } #Qiangic + tangut = { 0.8 0.3 0.0 } + #Sahelian + sorko = hsv{ 0.16 0.7 1 } + gaw = hsv{ 0.14 0.4 0.7 } + bozo = hsv{ 0.12 1.0 0.5 } #Senegambian - #Somalian - #South Semitic - #South Slavic - #Tibeto-Burman + senegambian = { 0.50 0.50 0.25 } + #Siberian + yeniseian = { 0.10 0.00 0.05 } + tungusic = { 0.10 0.05 0.05 } + #Horn African (Somalian) + beja = hsv{ 0.55 0.7 0.7 } + sidamic = { 0.7 0.7 0.60 } + #Tibetan + zhangzhung = { 1.0 0.4 0.0 } + sumpa = { 0.8 0.2 0.1 } + tsangpa = { 1.0 0.3 0.1 } + kirati = { 235 90 30 } + lhomon = { 215 60 10 } + tani = { 0.3 0.55 0.8 } #Tocharian + gushi = { 0.7 0.3 0.7 } #Turkic + xiongnu = { 0.6 0.6 0.0 } + bolghar = { 147 124 93 } + barsil = { 0.7 0.7 0.3 } + hunnic = { 0.0 0.0 0.0 } + hunas = { 0.1 0.4 0.0 } + tiele = { 0.65 0.50 0.15 } + kirghiz = { 0.85 0.72 0.30 } + kurykan = { 0.675 0.55 0.20 } + gokturkish = { 0.55 0.85 0.15 } #Ugro-Permian + udmurt = { 0.35 0.8 0.65 } + khanty = { 0.4 0.65 0.20 } + mansi = { 0.4 0.90 0.00 } + samoyed = { 0.3 0.87 0.21 } #Vasconic - #West Slavic - #West Germanic + basque = { 0.2 0.3 0.2 } + aquitani = { 0.7 0.7 0.3 } + #West African + mel = hsv{ 0.59 0.55 0.8 } + #Western Germanic + old_frankish = { 0.45 0.45 0.65 } + chatti = { 0.25 0.30 0.06 } + cheruscii = { 0.4 0.6 0.8 } + old_frisian = { 1.0 0.39 0.0 } } \ No newline at end of file diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index a9e91d4616..afb9f26222 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1330,6 +1330,7 @@ other_religion_effects = { religion = { is_in_family = rf_pagan } NOT = { has_doctrine = special_doctrine_is_pagan_faith } } + add_doctrine = doctrine_theocracy_lay_clergy add_doctrine = special_doctrine_is_pagan_faith } } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index c29f2a438b..6e402ecf14 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1107,6 +1107,7 @@ BP_set_minorities_by_date = { OR = { this = title:c_melilla this = title:c_gharb + this = title:c_tlemcen } } add_small_culture_and_faith_to_county_effect = { diff --git a/WtWSMS/common/traits/BP_traits.txt b/WtWSMS/common/traits/BP_traits.txt index 819663b4cc..9a9f06245f 100644 --- a/WtWSMS/common/traits/BP_traits.txt +++ b/WtWSMS/common/traits/BP_traits.txt @@ -553,7 +553,7 @@ house_of_david = { # Descendant of David inherit_chance = 100 inherit_from_real_father = no } -vegetarian = { ##### TODO (Beta): revisit potential +vegetarian = { index = 369 desc = { @@ -586,7 +586,6 @@ vegetarian = { ##### TODO (Beta): revisit potential stewardship = -1 intrigue = -1 - monthly_piety = 0.4 health = 0.25 same_opinion = 10 } diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 54dc6e1625..72ab164479 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -38,13 +38,14 @@ Gameplay: IN PROGRESS: ----------------------------------------------------------------- NEXT UP: -* Christian Rites +* Generalized colors with named colors + * Change language_tsakonian to language_doric + * Change macronian to lazic OTHERS: -* Break up Eastern Syncretism into Dharmic & other +* Heritage ethnic religion variant? * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces * Huns in Gepids &c. -* Generalized colors with named colors * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... From c5f80bdb09d127f85ef263d76de2ee05809af0b4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Sep 2022 19:04:41 -0400 Subject: [PATCH 087/339] More fixes * macronian => lazic * language_tsakonian => language_doric --- WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt | 4 ++-- WtWSMS/common/culture/cultures/BP_byzantine.txt | 4 ++-- WtWSMS/common/culture/cultures/BP_caucasian.txt | 6 +++--- WtWSMS/common/culture/name_lists/BP_caucasian.txt | 2 +- WtWSMS/common/culture/pillars/00_language.txt | 8 ++++---- WtWSMS/common/dynasties/BP_dynasties.txt | 2 +- .../flavorization/BP_00_caucasian_heritage.txt | 12 ++++++------ WtWSMS/common/landed_titles/BP_e_armenia.txt | 2 +- WtWSMS/common/landed_titles/BP_titles_tribal.txt | 2 +- WtWSMS/common/named_colors/BP_culture_colors.txt | 2 +- WtWSMS/common/on_action/BP_game_start.txt | 2 +- WtWSMS/common/on_action/sea_minority_game_start.txt | 4 ++-- .../common/scripted_effects/BP_on_action_effects.txt | 4 ++-- WtWSMS/history/characters/WTWSMS_enlil.txt | 6 +++--- .../characters/_lt_rascek_changed_characters.txt | 12 ++++++------ WtWSMS/history/cultures/heritage_caucasian.txt | 2 +- WtWSMS/history/provinces/bp_k_armenia_inferior.txt | 2 +- WtWSMS/history/provinces/bp_k_iberia.txt | 2 +- WtWSMS/history/provinces/bp_k_lazica.txt | 4 ++-- .../culture/BP_culture_name_lists_l_english.yml | 2 +- .../english/culture/BP_culture_titles_l_english.yml | 6 +++--- .../english/culture/BP_cultures_l_english.yml | 6 +++--- .../traditions/BP_cultural_languages_l_english.yml | 2 +- _developer_documentation/_BP_design.info | 5 ----- 24 files changed, 49 insertions(+), 54 deletions(-) diff --git a/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt b/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt index b12d3d4678..63625895e9 100644 --- a/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt +++ b/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt @@ -485,7 +485,7 @@ bm_476_battleground_of_cultures = { # birth = 440.1.1 # title = d_macronia # government = high_tribal_government -# culture = macronian +# culture = lazic # religion = georgian_pagan # difficulty = "BOOKMARK_CHARACTER_DIFFICULTY_HARD" # history_id = 36628 @@ -502,7 +502,7 @@ bm_476_battleground_of_cultures = { # birth = 446.1.1 # title = k_lazica # government = eranshar_government -# culture = macronian +# culture = lazic # religion = mazdayasna # difficulty = "BOOKMARK_CHARACTER_DIFFICULTY_MEDIUM" # history_id = 184 diff --git a/WtWSMS/common/culture/cultures/BP_byzantine.txt b/WtWSMS/common/culture/cultures/BP_byzantine.txt index 6c851eb6c8..1de85b8927 100644 --- a/WtWSMS/common/culture/cultures/BP_byzantine.txt +++ b/WtWSMS/common/culture/cultures/BP_byzantine.txt @@ -39,7 +39,7 @@ spartan = { ethos = ethos_bellicose heritage = heritage_byzantine - language = language_tsakonian #Closest living relative to Doric Greek + language = language_doric #Closest living relative to Doric Greek martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -69,7 +69,7 @@ tsakonian = { ethos = ethos_spiritual #Dovetails well with traditions heritage = heritage_byzantine - language = language_tsakonian #Not mutually intellegible with Greek! + language = language_doric #Not mutually intellegible with Greek! martial_custom = martial_custom_male_only traditions = { #Realm Traditions diff --git a/WtWSMS/common/culture/cultures/BP_caucasian.txt b/WtWSMS/common/culture/cultures/BP_caucasian.txt index 32f31687a8..0560e1b823 100644 --- a/WtWSMS/common/culture/cultures/BP_caucasian.txt +++ b/WtWSMS/common/culture/cultures/BP_caucasian.txt @@ -92,8 +92,8 @@ georgian = { ethnicities = { 10 = mediterranean_byzantine } } -macronian = { #Aka Lazics (?) - color = macronian +lazic = { + color = lazic parents = { colchiscan } created = 327.1.1 #Georgian conversion to Christianity @@ -119,7 +119,7 @@ macronian = { #Aka Lazics (?) requires_dlc_flag = hybridize_culture } - name_list = name_list_macronian + name_list = name_list_lazic coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } building_gfx = { mediterranean_building_gfx } diff --git a/WtWSMS/common/culture/name_lists/BP_caucasian.txt b/WtWSMS/common/culture/name_lists/BP_caucasian.txt index 16e28b4101..095fffaa3f 100644 --- a/WtWSMS/common/culture/name_lists/BP_caucasian.txt +++ b/WtWSMS/common/culture/name_lists/BP_caucasian.txt @@ -292,7 +292,7 @@ name_list_georgian = { mercenary_names = { { name = mercenary_company_veterans_of_chaldia } } } -name_list_macronian = { +name_list_lazic = { cadet_dynasty_names = { "dynn_Ishkhanik" "dynn_Makrones" diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 740266ba7b..e5f3176ef7 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -91,9 +91,9 @@ language_greek = { color = greek } -language_tsakonian = { +language_doric = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_tsakonian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_doric } } parameters = { language_group_hellenic = yes @@ -103,7 +103,7 @@ language_tsakonian = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_tsakonian } + limit = { has_cultural_pillar = language_doric } multiply = same_language_choice_factor } else_if = { @@ -2662,7 +2662,7 @@ language_lazic = { } } - color = macronian + color = lazic } # Northeast Caucasian diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index b54cfb0069..2e65a7ca56 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -1222,7 +1222,7 @@ } 1042536 = { name = "dynn_Sanni" - culture = macronian + culture = lazic } #Removed: 1042542 #Removed: 1042543 diff --git a/WtWSMS/common/flavorization/BP_00_caucasian_heritage.txt b/WtWSMS/common/flavorization/BP_00_caucasian_heritage.txt index 4c5695d510..2466e77112 100644 --- a/WtWSMS/common/flavorization/BP_00_caucasian_heritage.txt +++ b/WtWSMS/common/flavorization/BP_00_caucasian_heritage.txt @@ -46,7 +46,7 @@ court_chaplain_male_armenian = { } #Macronians/Lazics -duke_male_macronian = { +duke_male_lazic = { type = character gender = male special = holder @@ -54,9 +54,9 @@ duke_male_macronian = { priority = 27 top_liege = no governments = { tribal_government high_tribal_government prefeudal_government feudal_government clan_government } - name_lists = { name_list_macronian } + name_lists = { name_list_lazic } } -duke_female_macronian = { +duke_female_lazic = { type = character gender = female special = holder @@ -64,14 +64,14 @@ duke_female_macronian = { priority = 27 top_liege = no governments = { tribal_government high_tribal_government prefeudal_government feudal_government clan_government } - name_lists = { name_list_macronian } + name_lists = { name_list_lazic } } -duchy_macronian = { +duchy_lazic = { type = title tier = duchy priority = 27 top_liege = no governments = { tribal_government high_tribal_government prefeudal_government feudal_government clan_government } - name_lists = { name_list_macronian } + name_lists = { name_list_lazic } } diff --git a/WtWSMS/common/landed_titles/BP_e_armenia.txt b/WtWSMS/common/landed_titles/BP_e_armenia.txt index f88ede886b..16728a1af5 100644 --- a/WtWSMS/common/landed_titles/BP_e_armenia.txt +++ b/WtWSMS/common/landed_titles/BP_e_armenia.txt @@ -266,7 +266,7 @@ e_armenia = { #Caucasian Cultures name_list_colchiscan = cn_tsikhegoji name_list_georgian = cn_tsikhegoji - name_list_macronian = cn_tsikhegoji + name_list_lazic = cn_tsikhegoji } color = { 70 63 88 } } diff --git a/WtWSMS/common/landed_titles/BP_titles_tribal.txt b/WtWSMS/common/landed_titles/BP_titles_tribal.txt index 79690b85c5..232c1aaa16 100644 --- a/WtWSMS/common/landed_titles/BP_titles_tribal.txt +++ b/WtWSMS/common/landed_titles/BP_titles_tribal.txt @@ -11,7 +11,7 @@ d_macronia = { ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { - limit = { culture = culture:macronian } + limit = { culture = culture:lazic } add = @always_primary_score } } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 1434a2e799..9bf7155bcd 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -55,7 +55,7 @@ colors = { armenian = { 0.5 0.2 0.5 } colchiscan = { 0.6 0.3 0.8 } georgian = { 0.0 0.3 0.9 } - macronian = { 0.6 0.3 0.8 } + lazic = { 0.6 0.3 0.8 } svan = { 0.75 0.5 0.75 } caucasian_albanian = { 0.7 0.5 0.5 } nakh = { 0.7 0.7 0.5 } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index afb9f26222..dd215cfe24 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1483,7 +1483,7 @@ set_starting_culture_acceptance = { value = 88 } set_cultural_acceptance = { - target = culture:macronian + target = culture:lazic value = 84 } set_cultural_acceptance = { diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 6e402ecf14..4b57433214 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -893,7 +893,7 @@ BP_set_minorities_by_date = { limit = { OR = { this.culture = culture:georgian - this.culture = culture:macronian + this.culture = culture:lazic this = title:c_lori } NOT = { this = title:c_odishi } @@ -1375,7 +1375,7 @@ BP_set_minorities_by_date = { title:c_trebizond = { add_large_culture_and_faith_to_county_effect = { FAITH = faith:georgian_pagan - CULTURE = culture:macronian + CULTURE = culture:lazic } } ### Hellas diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 3c016d201c..c07ea1ae45 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -35,7 +35,7 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_isaurian } NOT = { has_court_language = language_isaurian } } $CHARACTER$ = { set_court_language = language_isaurian } } ## Hellenic else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_greek } NOT = { has_court_language = language_greek } } $CHARACTER$ = { set_court_language = language_greek } } - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_tsakonian } NOT = { has_court_language = language_tsakonian } } $CHARACTER$ = { set_court_language = language_tsakonian } } + else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_doric } NOT = { has_court_language = language_doric } } $CHARACTER$ = { set_court_language = language_doric } } ## Indo-Aryan else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_kamarupan } NOT = { has_court_language = language_kamarupan } } $CHARACTER$ = { set_court_language = language_kamarupan } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_sauraseni } NOT = { has_court_language = language_sauraseni } } $CHARACTER$ = { set_court_language = language_sauraseni } } @@ -235,7 +235,7 @@ match_court_languages_effect = { else_if = { limit = { $TOP_COURT$ = { has_court_language = language_isaurian } } $CURRENT_COURT$ = { set_court_language = language_isaurian } } ## Hellenic else_if = { limit = { $TOP_COURT$ = { has_court_language = language_greek } } $CURRENT_COURT$ = { set_court_language = language_greek } } - else_if = { limit = { $TOP_COURT$ = { has_court_language = language_tsakonian } } $CURRENT_COURT$ = { set_court_language = language_tsakonian } } + else_if = { limit = { $TOP_COURT$ = { has_court_language = language_doric } } $CURRENT_COURT$ = { set_court_language = language_doric } } ## Indo-Aryan else_if = { limit = { $TOP_COURT$ = { has_court_language = language_kamarupan } } $CURRENT_COURT$ = { set_court_language = language_kamarupan } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_sauraseni } } $CURRENT_COURT$ = { set_court_language = language_sauraseni } } diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index f7be6a7e0d..a9eb9585ba 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -7579,7 +7579,7 @@ # Kuji Sanni dynasty = 1042536 religion = "georgian_pagan" - culture = "macronian" + culture = "lazic" 400.1.1 = { birth = yes } @@ -7594,7 +7594,7 @@ # Pharnavaz Sanni dynasty = 1042536 religion = "georgian_pagan" - culture = "macronian" + culture = "lazic" father = 36627 440.1.1 = { birth = yes @@ -7609,7 +7609,7 @@ # Akes Sanni dynasty = 1042536 religion = "georgian_pagan" - culture = "macronian" + culture = "lazic" father = 36628 460.1.1 = { birth = yes diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 766659ef0a..97c8d8d256 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -609,12 +609,12 @@ OstrogothAmalingValamer = { #New Char ##### LAZICS -#Kings of Lazica converted to macronian (Lazic) culture +#Kings of Lazica converted to lazic (Lazic) culture 181 = { name = "Mirdat" dynasty = 1042220 religion = "nicene" - culture = "macronian" + culture = "lazic" 300.1.1 = { birth = yes } 380.1.1 = { death = yes } } @@ -622,7 +622,7 @@ OstrogothAmalingValamer = { #New Char name = "Baraz-Bakur" dynasty = 1042220 religion = "nicene" - culture = "macronian" + culture = "lazic" father = 181 340.1.1 = { birth = yes } 395.1.1 = { death = yes } @@ -631,7 +631,7 @@ OstrogothAmalingValamer = { #New Char name = "Gubazes" dynasty = 1042220 religion = "nicene" - culture = "macronian" + culture = "lazic" father = 182 380.1.1 = { birth = yes } 466.1.1 = { death = yes } @@ -641,7 +641,7 @@ OstrogothAmalingValamer = { #New Char dna = 184_damnazes dynasty = 1042220 religion = "mazdayasna" - culture = "macronian" + culture = "lazic" father = 183 446.1.1 = { birth = yes } 522.1.1 = { death = yes } @@ -650,7 +650,7 @@ OstrogothAmalingValamer = { #New Char name = "Tzath" dynasty = 1042220 religion = "georgian_orthodox" - culture = "macronian" + culture = "lazic" trait = "zealous" father = 184 476.1.1 = { birth = yes } diff --git a/WtWSMS/history/cultures/heritage_caucasian.txt b/WtWSMS/history/cultures/heritage_caucasian.txt index 609be54175..0673d800de 100644 --- a/WtWSMS/history/cultures/heritage_caucasian.txt +++ b/WtWSMS/history/cultures/heritage_caucasian.txt @@ -1,5 +1,5 @@ #armenian, georgian, caucasian_albanian, corudenian, aghbanian -#abaza, adyghes, macronian, colchiscan +#abaza, adyghes, lazic, colchiscan 1.1.1 = { ## Tribal Innovations # Military diff --git a/WtWSMS/history/provinces/bp_k_armenia_inferior.txt b/WtWSMS/history/provinces/bp_k_armenia_inferior.txt index 0c7948df8e..54069b4e92 100644 --- a/WtWSMS/history/provinces/bp_k_armenia_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_armenia_inferior.txt @@ -86,7 +86,7 @@ } ###c_tzani 5693 = { # 5693 - Hyspiratis - culture = macronian + culture = lazic religion = georgian_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_iberia.txt b/WtWSMS/history/provinces/bp_k_iberia.txt index 8700d1a081..41ca591cf4 100644 --- a/WtWSMS/history/provinces/bp_k_iberia.txt +++ b/WtWSMS/history/provinces/bp_k_iberia.txt @@ -104,7 +104,7 @@ } ###c_acampse 5696 = { # 5696 - Archabis - culture = macronian + culture = lazic religion = georgian_orthodox holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_lazica.txt b/WtWSMS/history/provinces/bp_k_lazica.txt index 9e88bf101b..ae03de9b08 100644 --- a/WtWSMS/history/provinces/bp_k_lazica.txt +++ b/WtWSMS/history/provinces/bp_k_lazica.txt @@ -7,7 +7,7 @@ ###c_odishi 5749 = { # 5749 - Zugdidi - culture = macronian + culture = lazic religion = georgian_orthodox holding = castle_holding #Actual capital in Late Antiquity } @@ -37,7 +37,7 @@ } ###c_guria 677 = { # 677 - Batumi - culture = macronian + culture = lazic religion = georgian_orthodox holding = castle_holding #aka Bathus/Bathys (Greek Colony, Roman Fort) buildings = { diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 743d9b66a8..41da089dab 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -43,7 +43,7 @@ #Caucasian name_list_armenian:0 "Armenian" name_list_georgian:0 "Georgian" - name_list_macronian:0 "Lazic" + name_list_lazic:0 "Lazic" name_list_caucasian_albanian:0 "Aghwan" name_list_abaza:0 "Abazan" name_list_adyghes:0 "Adyghes" diff --git a/WtWSMS/localization/english/culture/BP_culture_titles_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_titles_l_english.yml index 01e5be2378..18bb9d0d58 100644 --- a/WtWSMS/localization/english/culture/BP_culture_titles_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_titles_l_english.yml @@ -93,9 +93,9 @@ spymaster_male_armenian: "Khorhrdakan" court_chaplain_male_armenian: "Patriark" #Macronian - duke_male_macronian: "Doux" - duke_female_macronian: "Doukissa" - duchy_macronian: "Ducatus" + duke_male_lazic: "Doux" + duke_female_lazic: "Doukissa" + duchy_lazic: "Ducatus" ### Central Germanic Heritage #Suebi diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 6c8e81c1c6..93ad6e314c 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -127,9 +127,9 @@ adyghes:0 "Adyghes" adyghes_collective_noun:0 "Adyghes" adyghes_prefix:0 "Circassian" - macronian:0 "Lazic" - macronian_collective_noun:0 "Lazics" - macronian_prefix:0 "Lazic" + lazic:0 "Lazic" + lazic_collective_noun:0 "Lazics" + lazic_prefix:0 "Lazic" colchiscan:0 "Colchiscan" colchiscan_collective_noun:0 "Colchiscans" colchiscan_prefix:0 "Colchiscan" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index a69abfcc5a..e2a4a8b9f8 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -16,7 +16,7 @@ language_eastern_berber_name:0 "Eastern Amazigh" language_western_berber_name: "Western Amazigh" #Byzantine - language_tsakonian_name:0 "Tsakonian" + language_doric_name: "Doric" #Caucasian language_lazic_name:0 "Lazic" language_abaza_name:0 "Abaza" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 72ab164479..45e4d49919 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,11 +37,6 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -NEXT UP: -* Generalized colors with named colors - * Change language_tsakonian to language_doric - * Change macronian to lazic - OTHERS: * Heritage ethnic religion variant? * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces From 002980d971466ddc20293aa6de148aa864ec2969 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:03:43 -0400 Subject: [PATCH 088/339] Separate feeding & support notions --- .../common/culture/cultures/BP_vasconic.txt | 2 +- WtWSMS/common/culture/pillars/00_language.txt | 2 +- .../common/named_colors/BP_culture_colors.txt | 2 +- .../sea_minority_culture_values.txt | 14 ++ .../sea_minority_culture_values_generic.txt | 146 ++++++++++-------- .../scripted_effects/sea_minority_effects.txt | 4 +- _developer_documentation/_BP_design.info | 7 +- 7 files changed, 104 insertions(+), 73 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_vasconic.txt b/WtWSMS/common/culture/cultures/BP_vasconic.txt index 1e14115eb1..8d4efb8d5c 100644 --- a/WtWSMS/common/culture/cultures/BP_vasconic.txt +++ b/WtWSMS/common/culture/cultures/BP_vasconic.txt @@ -1,5 +1,5 @@ basque = { - color = basque + color = basque_BP ethos = ethos_communal heritage = heritage_vasconic diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index e5f3176ef7..ff2ed8329d 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2563,7 +2563,7 @@ language_basque = { } } - color = basque + color = basque_BP } #Kartvelian diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 9bf7155bcd..42797328c0 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -226,7 +226,7 @@ colors = { mansi = { 0.4 0.90 0.00 } samoyed = { 0.3 0.87 0.21 } #Vasconic - basque = { 0.2 0.3 0.2 } + basque_BP = { 0.2 0.3 0.2 } aquitani = { 0.7 0.7 0.3 } #West African mel = hsv{ 0.59 0.55 0.8 } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 09b09c4697..58ebba0f29 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -276,6 +276,13 @@ support_of_a_culture_minority_in_county = { ### Additional, TC-specific features go before the "multiply = -1.00" line multiply = -1.00 } +#Culture Feeding Determination +feeding_of_a_culture_minority_in_county = { + this = { save_temporary_scope_as = the_culture } + value = feeding_of_a_minority_culture_generic + ### Additional, TC-specific features go before the "multiply = -1.00" line + multiply = -1.00 +} #Faith Support Determination support_of_a_faith_minority_in_county = { this = { save_temporary_scope_as = the_faith } @@ -401,4 +408,11 @@ support_of_a_faith_minority_in_county = { } multiply = -1.00 } +#Faith Support Determination +feeding_of_a_faith_minority_in_county = { + this = { save_temporary_scope_as = the_faith } + value = feeding_of_a_minority_faith_generic + ### Additional, TC-specific features go before the "multiply = -1.00" line + multiply = -1.00 +} ##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index 3997d7ee29..dd246d9a18 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -106,56 +106,6 @@ number_of_all_minorities_including_size_in_county = { # "support_of_a_culture_minority_in_county" in sea_minority_culture_values.txt is suggested instead. support_of_a_minority_culture_generic = { value = 0 - #Determine how much is needed to feed this minority - if = { - limit = { - scope:the_county = { - county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = culture - SIZE = large - TARGET = scope:the_culture - } - } - } - subtract = large_minority_cost_value - #If there's no majority provinces on the map, it takes a bit more to keep large majorities going - #this should encourage eventual disappearance of only thinly supported cultures; - # or at least push them towards a minority status - if = { - limit = { NOT = { any_county = { this.culture = scope:the_culture } } } - subtract = small_minority_cost_value - } - } - if = { - limit = { - scope:the_county = { - county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = culture - SIZE = small - TARGET = scope:the_culture - } - } - } - subtract = small_minority_cost_value - #If there's no large minorities on the map, it takes a bit more to keep small majorities going - #this should encourage eventual disappearance of only thinly supported cultures; - #or at least push them to be more concentrated - if = { - limit = { - NOT = { any_county = { this.culture = scope:the_culture } } - NOT = { - any_county = { - county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = culture - SIZE = large - TARGET = scope:the_culture - } - } - } - } - subtract = small_minority_cost_value - } - } #Determine how much is supporting this minority scope:the_county = { every_neighboring_county = { @@ -185,7 +135,7 @@ support_of_a_minority_culture_generic = { } } holder = { - if = { #If the minority matches the ruler, it should not fade + if = { #If the minority matches the ruler, it should be supported to the utmost limit = { this.culture = scope:the_culture } add = minority_always_supported_value add = minority_always_supported_value #Even more-so than the "Always Supported" @@ -211,29 +161,29 @@ support_of_a_minority_culture_generic = { } } } -#Faith Scope -#The general calculation for the "support" of a minority in a given the_county +#The general calculation for the "feeding" of a minority in a given the_county; similar to the +#support calculation, but subtracts the necessary "feeding" cost #Modders shouldn't tweak this unless they really want to change core functionality; changing -# "support_of_a_faith_minority_in_county" in sea_minority_culture_values.txt is suggested instead. -support_of_a_minority_faith_generic = { - value = 0 +# "support_of_a_culture_minority_in_county" in sea_minority_culture_values.txt is suggested instead. +feeding_of_a_minority_culture_generic = { + value = support_of_a_minority_culture_generic #Determine how much is needed to feed this minority if = { limit = { scope:the_county = { county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = faith + CULTURE_OR_FAITH = culture SIZE = large - TARGET = scope:the_faith + TARGET = scope:the_culture } } } subtract = large_minority_cost_value #If there's no majority provinces on the map, it takes a bit more to keep large majorities going - #this should encourage eventual disappearance of only thinly supported faiths; + #this should encourage eventual disappearance of only thinly supported cultures; # or at least push them towards a minority status if = { - limit = { NOT = { any_county = { this.faith = scope:the_faith } } } + limit = { NOT = { any_county = { this.culture = scope:the_culture } } } subtract = small_minority_cost_value } } @@ -241,25 +191,25 @@ support_of_a_minority_faith_generic = { limit = { scope:the_county = { county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = faith + CULTURE_OR_FAITH = culture SIZE = small - TARGET = scope:the_faith + TARGET = scope:the_culture } } } subtract = small_minority_cost_value #If there's no large minorities on the map, it takes a bit more to keep small majorities going - #this should encourage eventual disappearance of only thinly supported faiths; + #this should encourage eventual disappearance of only thinly supported cultures; #or at least push them to be more concentrated if = { limit = { - NOT = { any_county = { this.faith = scope:the_faith } } + NOT = { any_county = { this.culture = scope:the_culture } } NOT = { any_county = { county_has_a_minority_with_type_and_size_trigger = { - CULTURE_OR_FAITH = faith + CULTURE_OR_FAITH = culture SIZE = large - TARGET = scope:the_faith + TARGET = scope:the_culture } } } @@ -267,6 +217,13 @@ support_of_a_minority_faith_generic = { subtract = small_minority_cost_value } } +} +#Faith Scope +#The general calculation for the "support" of a minority in a given the_county +#Modders shouldn't tweak this unless they really want to change core functionality; changing +# "support_of_a_faith_minority_in_county" in sea_minority_culture_values.txt is suggested instead. +support_of_a_minority_faith_generic = { + value = 0 #Determine how much is supporting this minority scope:the_county = { every_neighboring_county = { @@ -321,4 +278,61 @@ support_of_a_minority_faith_generic = { add = minority_always_supported_value } } +} +#The general calculation for the "feeding" of a minority in a given the_county; similar to the +#support calculation, but subtracts the necessary "feeding" cost +#Modders shouldn't tweak this unless they really want to change core functionality; changing +# "support_of_a_culture_minority_in_county" in sea_minority_culture_values.txt is suggested instead. +feeding_of_a_minority_faith_generic = { + value = support_of_a_minority_faith_generic + #Determine how much is needed to feed this minority + if = { + limit = { + scope:the_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:the_faith + } + } + } + subtract = large_minority_cost_value + #If there's no majority provinces on the map, it takes a bit more to keep large majorities going + #this should encourage eventual disappearance of only thinly supported faiths; + # or at least push them towards a minority status + if = { + limit = { NOT = { any_county = { this.faith = scope:the_faith } } } + subtract = small_minority_cost_value + } + } + if = { + limit = { + scope:the_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = small + TARGET = scope:the_faith + } + } + } + subtract = small_minority_cost_value + #If there's no large minorities on the map, it takes a bit more to keep small majorities going + #this should encourage eventual disappearance of only thinly supported faiths; + #or at least push them to be more concentrated + if = { + limit = { + NOT = { any_county = { this.faith = scope:the_faith } } + NOT = { + any_county = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:the_faith + } + } + } + } + subtract = small_minority_cost_value + } + } } \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index a91adeb815..c25fcbf264 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -122,14 +122,16 @@ demote_an_underfed_minority_in_county_effect = { every_in_list = { variable = $CULTURE_OR_FAITH$_minorities_large add_to_temporary_list = potential_items } } + #Find every underfed_minority every_in_list = { list = potential_items if = { - limit = { this.support_of_a_$CULTURE_OR_FAITH$_minority_in_county > 0 } + limit = { feeding_of_a_$CULTURE_OR_FAITH$_minority_in_county > 0 } add_to_temporary_list = underfed_minority } } + #Pick the least supported minority ordered_in_list = { list = underfed_minority order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 45e4d49919..d77d188cc0 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -40,18 +40,19 @@ IN PROGRESS: OTHERS: * Heritage ethnic religion variant? * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces -* Huns in Gepids &c. +BITS and PIECES: +* Huns in Gepids &c. * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... - * Possibility of minorities becoming hybrid if hybrid is already extant? -* Split minority support/feed code? Probably asking for trouble to have both ranking and feed code use the same paths +OTHERS: * Revisit how minorities are shown in the GUI based on discussions * Special GUI text for Dharmic provinces * Possibly use enabled/visible for Minority Information Button if it is kept * Add opinion/development effects for having minorities +OTHERS: * Sahara event should use minorities * Adaptive should reduce minority size slightly * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism From 2e818bfba9c4caa9bb997a20f182ac7ec0c28006 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:55:59 -0400 Subject: [PATCH 089/339] GUI overhaul * Change minority View GUI background * Minority View is disabled when there is no minorities * Some additional tooltip boxes --- .../sea_minority_culture_values.txt | 14 ++ .../holding_types/minority_background.dds | 3 + WtWSMS/gui/window_county_view.gui | 158 +++++++++++++++++- .../gui/sea_holding_view_l_english.yml | 10 +- _developer_documentation/_BP_design.info | 32 ++-- 5 files changed, 197 insertions(+), 20 deletions(-) create mode 100644 WtWSMS/gfx/interface/illustrations/holding_types/minority_background.dds diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 58ebba0f29..fe89b78376 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -228,6 +228,20 @@ faith_small_minority_weight_value = { multiply = tradition_religion_blending_multiplier } } +faith_small_minority_weight_value = { + value = base_small_minority_weight + if = { + limit = { + scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } + scope:the_faith_temp = { has_reduced_weight_in_dharmic_counties_trigger = yes } + } + multiply = dharmic_minorities_in_dharmic_counties_multiplier + } + else_if = { + limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } + multiply = tradition_religion_blending_multiplier + } +} faith_large_minority_weight_value = { value = base_large_minority_weight if = { diff --git a/WtWSMS/gfx/interface/illustrations/holding_types/minority_background.dds b/WtWSMS/gfx/interface/illustrations/holding_types/minority_background.dds new file mode 100644 index 0000000000..63a9c0d86c --- /dev/null +++ b/WtWSMS/gfx/interface/illustrations/holding_types/minority_background.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c8848ded17dab2f80673d89ab849b3d605643692396356d817a95a1aa2ffae +size 1495168 diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 66e730fb9e..31a91f118a 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -623,6 +623,7 @@ window = { expand = {} hbox = { button_tab = { + visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_all_minorities_in_county'),'(CFixedPoint)0')]" layoutpolicy_horizontal = expanding size = { 150 40 } onclick = "[GetVariableSystem.Toggle( 'minority_view' )]" @@ -1521,6 +1522,36 @@ window = { scissor = yes visible = "[GetVariableSystem.Exists('minority_view')]" + state = { + name = "holding_view_refresh" + next = a + alpha = 0.5 + } + + state = { + name = "a" + alpha = 1 + duration = 0.5 + using = Animation_Curve_Default + } + + background = { + using = Background_Area_Dark + margin_left = 5 + margin_top = 3 + } + + background = { + texture = "gfx/interface/illustrations/holding_types/minority_background.dds" + alpha = 0.30 + + modify_texture = { + texture = "gfx/interface/window_county/mask_holding_illustration.dds" + blend_mode = alphamultiply + alpha = 0.30 + } + } + ######################## ### BEGIN MINORITIES ### ######################## @@ -1529,14 +1560,18 @@ window = { direction = vertical spacing = 10 flowcontainer = { #Cultures - text_single = { text = "MINORITY_CULTURES" + default_format = "#bold" align = nobaseline|left parentanchor = left|top + tooltipwidget = { + culture_minority_breakdown = {} + } } divider = {} flowcontainer = { + ignoreinvisible = yes name = "county_culture_minorities_small_grid" datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')]" @@ -1561,6 +1596,7 @@ window = { } } flowcontainer = { + ignoreinvisible = yes name = "county_culture_minorities_large_grid" datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')]" visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')))]" @@ -1585,13 +1621,15 @@ window = { } divider = {} flowcontainer = { #Faiths - text_single = { text = "MINORITY_FAITHS" + default_format = "#bold" align = nobaseline|center + tooltipwidget = { faith_minority_breakdown = {} } } divider = {} flowcontainer = { + ignoreinvisible = yes name = "county_faith_minorities_small_grid" datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')]" @@ -1623,6 +1661,7 @@ window = { } } flowcontainer = { + ignoreinvisible = yes name = "county_faith_minorities_large_grid" datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')]" visible = "[Not(IsDataModelEmpty(Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')))]" @@ -3283,6 +3322,121 @@ types CountyViewTypes } } + type culture_minority_breakdown = widget + { + using = GeneralTooltipSetup + alwaystransparent = no + + widget = { + name = "background" + using = DefaultTooltipBackground + size = { 100% 100% } + alwaystransparent = no + visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county'),'(CFixedPoint)0')]" + } + + vbox = { + set_parent_size_to_minimum = yes + margin = { 15 5 } + margin_bottom = 16 + + vbox = { + flowcontainer = { + ignoreinvisible = yes + direction = vertical + visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county'),'(CFixedPoint)0')]" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_small')]" + + layoutpolicy_vertical = expanding + + item = { + text_single = { + align = nobaseline|left + parentanchor = left|top + text = "SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION" + default_format = "#bold" + } + } + } + flowcontainer = { + ignoreinvisible = yes + direction = vertical + visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county'),'(CFixedPoint)0')]" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('culture_minorities_large')]" + + layoutpolicy_vertical = expanding + + item = { + text_single = { + align = nobaseline|left + parentanchor = left|top + text = "SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION" + default_format = "#bold" + } + } + } + } + } + } + + type faith_minority_breakdown = widget + { + using = GeneralTooltipSetup + alwaystransparent = no + + + widget = { + name = "background" + using = DefaultTooltipBackground + size = { 100% 100% } + alwaystransparent = no + visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county'),'(CFixedPoint)0')]" + } + + vbox = { + set_parent_size_to_minimum = yes + margin = { 15 5 } + margin_bottom = 16 + + vbox = { + flowcontainer = { + ignoreinvisible = yes + direction = vertical + visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county'),'(CFixedPoint)0')]" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_small')]" + + layoutpolicy_vertical = expanding + + item = { + text_single = { + align = nobaseline|left + parentanchor = left|top + text = "SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION" + default_format = "#bold" + } + } + } + flowcontainer = { + ignoreinvisible = yes + direction = vertical + visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county'),'(CFixedPoint)0')]" + datamodel = "[Province.GetCounty.GetTitle.MakeScope.GetList('faith_minorities_large')]" + + layoutpolicy_vertical = expanding + + item = { + text_single = { + align = nobaseline|left + parentanchor = left|top + text = "SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION" + default_format = "#bold" + } + } + } + } + } + } + ############################## ### END MINORITIES TOOLTIP ### ############################## diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 5e80f7886a..5d492302fc 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -1,8 +1,14 @@ l_english: MINORITY_HEADING: "Minority Information" MINORITY_INFORMATION: "[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_culture_minority_percent')|0]%,[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_faith_minority_percent')|0]%" - MINORITY_INFORMATION_TOOLTIP: "$MINORITY_CAPACITY$\n$MINORITY_CULTURES$\n$MINORITY_FAITHS$" + MAJORITY_CULTURE: "Majority Culture: [Province.GetCounty.GetCulture.GetNameNoTooltip]" + MAJORITY_FAITH: "Majority Faith: [Province.GetCounty.GetFaith.GetNameNoTooltip]" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" - \ No newline at end of file + #TODO (0.2.0): Generate these numbers from script values instead of hardcoded + SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: 1" + SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: 2" + SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: 1" + SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: 2" + diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index d77d188cc0..720845a367 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,30 +37,30 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -OTHERS: -* Heritage ethnic religion variant? -* Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces - -BITS and PIECES: +MINORITIES +------------ +MINORITY UTILIZATION: + * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces? + * Adaptive should reduce minority size slightly +MINORITY PRESENCE: * Huns in Gepids &c. -* Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... +OTHER: * Possibility of minorities becoming hybrid if hybrid is already extant? - -OTHERS: -* Revisit how minorities are shown in the GUI based on discussions - * Special GUI text for Dharmic provinces - * Possibly use enabled/visible for Minority Information Button if it is kept -* Add opinion/development effects for having minorities - -OTHERS: * Sahara event should use minorities -* Adaptive should reduce minority size slightly +GUI: + * Breakdown of utilization + +OTHERS +------------------------------ +* Heritage ethnic religion variant? +* Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism * Revise province faith/cultures in light of minorities * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria * https://web.archive.org/web/20190403211934/http://www.newadvent.org/cathen/11138a.htm -FINAL BITS: +FINAL BITS +------------ * Polish up external conversion & associated events * Polish up new graphics From c476fa6afe6f394f51b82f5c47386e6ecf59ac7c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 27 Sep 2022 01:32:21 -0400 Subject: [PATCH 090/339] Minor map tweaks * Fix up Romano-Noric/Romano-Raetian/Roman division * Romano-Venetic regions replaced with Romans as the former Venetic region was split between the two, which does not make itself amenable to CK3 culture mechanics --- WtWSMS/history/provinces/bp_k_annonaria.txt | 82 ++----------------- .../history/provinces/bp_k_raetia_noricum.txt | 20 ++--- _developer_documentation/_BP_design.info | 4 + 3 files changed, 14 insertions(+), 92 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_annonaria.txt b/WtWSMS/history/provinces/bp_k_annonaria.txt index d66fa38fc5..8c35f61200 100644 --- a/WtWSMS/history/provinces/bp_k_annonaria.txt +++ b/WtWSMS/history/provinces/bp_k_annonaria.txt @@ -1,11 +1,4 @@ -# Notes: -# 529.1.1: Benedict of Nursa cuts down a sacred Apollo grove; disappearance of paganism in non-rural (i.e., hilly, mountainous) counties -# 584.1.1: Exarchate of Ravenna; end of relative tolerance enjoyed -# 553.1.1: Start of Three-Chapter Controversy (Aquileia, Liguria, Milan, Istria) -# 581.1.1: Milan,Genoa and Rome re-enter communion, excluding Como -# 698.1.1: End of Three-Chapter Controversy - -#k_annonaria +#k_annonaria ##d_histria ############################## @@ -14,8 +7,6 @@ culture = romano_noric religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 3102 = { #KRSKO holding = none @@ -29,8 +20,6 @@ religion = nicene holding = castle_holding #Destroyed 452 by Attila, so nothing remains - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 3097 = { #DOBOVEC holding = none @@ -43,11 +32,9 @@ } ###c_pula 2518 = { #PULA - culture = romano_illyrian + culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2519 = { #PIRAN holding = city_holding @@ -61,12 +48,10 @@ } ###c_aquileia 2508 = { #AQUILEIA - culture = romano_illyrian + culture = roman religion = nicene holding = castle_holding #Sacked in 452, so no buildings - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2514 = { #TRIESTE holding = city_holding @@ -79,11 +64,9 @@ } ###c_friuli 2512 = { #CAORLE - culture = romano_illyrian + culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2513 = { #PORDENONE holding = city_holding @@ -93,8 +76,6 @@ culture = romano_illyrian religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2515 = { #TRIGLAVSKI holding = none @@ -107,8 +88,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2502 = { #LESSINIA holding = none @@ -121,8 +100,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2511 = { #CENETA holding = none @@ -135,8 +112,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2509 = { #LONIGO holding = none @@ -149,8 +124,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2524 = { #ADRIA #Had important eclesatical history during migration period @@ -161,9 +134,6 @@ culture = roman religion = hellenic_pagan holding = castle_holding - 529.1.1 = { religion = nicene } - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2530 = { #GUASTALLA #Lombard origin, 864 @@ -180,16 +150,12 @@ religion = nicene holding = castle_holding special_building_slot = doges_palace_01 - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } ###c_veneto 2506 = { #MESTRE culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2504 = { #CHIOGGIA holding = none @@ -202,8 +168,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2493 = { #BERGAMO holding = none #Destroyed by Attila @@ -213,11 +177,9 @@ } ###c_trent 2499 = { #TRENTO - culture = roman + culture = romano_raetian #Laddin Remains part of the region, so almost certainly Romano-Raetian religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2498 = { #BOLZANO holding = church_holding @@ -233,8 +195,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2473 = { #BIELLA holding = none #First mention: 826 @@ -244,8 +204,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2481 = { #MONZA holding = city_holding @@ -261,8 +219,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 698.1.1 = { religion = nicene } } 2472 = { #POMBIA holding = city_holding @@ -276,14 +232,11 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 620.1.1 = { #Lombard Capital buildings = { cereal_fields_00 curtain_walls_00 } } - 581.1.1 = { religion = nicene } } 2476 = { #LODI holding = church_holding @@ -296,9 +249,6 @@ culture = roman religion = hellenic_pagan holding = castle_holding - 529.1.1 = { religion = nicene } - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2489 = { #RONCAGLIA holding = church_holding @@ -311,9 +261,6 @@ culture = roman religion = hellenic_pagan holding = castle_holding - 584.1.1 = { religion = nicene } - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2490 = { #FLORENTIOLA holding = none @@ -326,9 +273,6 @@ culture = roman religion = hellenic_pagan holding = castle_holding - 584.1.1 = { religion = nicene } - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2535 = { #CANOSSA holding = none @@ -349,8 +293,6 @@ holding = castle_holding special_building_slot = walls_of_genoa_01 buildings = { common_tradeport_00 } - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2022 = { #MONACO holding = city_holding @@ -364,8 +306,6 @@ religion = nicene holding = city_holding buildings = { common_tradeport_00 } - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2485 = { #CHIAVARI holding = castle_holding @@ -375,8 +315,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2467 = { #ALBA DI MONFERRATO holding = none @@ -389,8 +327,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2045 = { #CHIERI holding = none @@ -403,8 +339,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2044 = { #SALUZZO holding = none @@ -414,8 +348,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2487 = { #VOGHERA holding = none @@ -425,8 +357,6 @@ culture = roman religion = nicene holding = castle_holding - 553.1.1 = { religion = aquileianism } - 581.1.1 = { religion = nicene } } 2042 = { #PINEROLO holding = none @@ -447,7 +377,6 @@ cereal_fields_00 curtain_walls_00 } - 529.1.1 = { religion = nicene } } 2549 = { #IMOLA holding = church_holding @@ -463,7 +392,6 @@ culture = roman religion = hellenic_pagan holding = castle_holding - 529.1.1 = { religion = nicene } } 2529 = { #CONA holding = none diff --git a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt b/WtWSMS/history/provinces/bp_k_raetia_noricum.txt index f3a71ce898..3fe7e5e376 100644 --- a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt +++ b/WtWSMS/history/provinces/bp_k_raetia_noricum.txt @@ -20,12 +20,10 @@ # @Abian36 stated persecution of Sol Invictus around Vindovina in 474; the Sol Invictus counties get flipped to # Nicene by 500 # -# Bavgothic_churchs probably arose as an admixture of Rugiians... -# -# 500.1.1: sol_invictus to nicene -# 550.1.1: some hellenic_pagan/celtic_pagan to nicene -# 600.1.1: remaining hellenic_pagan/celtic_pagan to nicene (near the end of St. Columbanus' mission to the Franks) -# 765.1.1: remaining romano_raetian converts to Romansh +# Celts & Raetians +#(Some of the linguistic/ethnic identification is fuzzy, so if there's doubt, I identify with Raetians over +#the Celts) +#https://en.wikipedia.org/wiki/Rhaetian_people#/media/File:R%C3%B6mische_Provinzen_im_Alpenraum_ca_14_n_Chr.png #k_raetia_noricum @@ -165,7 +163,6 @@ culture = romano_noric religion = hellenic_pagan holding = castle_holding - 550.1.1 = { religion = nicene } } 2948 = { #TOLZ holding = none @@ -259,7 +256,7 @@ } ###c_lienz 3134 = { #LIENZ - culture = romano_raetian + culture = romano_noric #Ambidravi Celts religion = nicene holding = castle_holding } @@ -340,7 +337,6 @@ culture = romano_noric religion = hellenic_pagan holding = castle_holding - 600.1.1 = { religion = nicene } } 3114 = { #MURAU holding = none @@ -356,7 +352,6 @@ culture = romano_noric religion = hellenic_pagan holding = castle_holding - 550.1.1 = { religion = nicene } } 3112 = { #JUDENBURG holding = none @@ -369,7 +364,6 @@ culture = romano_noric religion = hellenic_pagan holding = castle_holding - 600.1.1 = { religion = nicene } } 3127 = { #FELDKIRCHEN holding = church_holding #2nd century roman tombstone in the Church walls. @@ -385,7 +379,6 @@ culture = romano_noric religion = hellenic_pagan holding = castle_holding - 550.1.1 = { religion = nicene } } 2973 = { #BRAUNAU holding = none @@ -406,7 +399,6 @@ culture = romano_noric religion = hellenic_pagan holding = castle_holding - 550.1.1 = { religion = nicene } } 2985 = { #LAUKENTAL holding = none @@ -419,7 +411,6 @@ culture = romano_noric religion = hellenic_pagan holding = castle_holding - 600.1.1 = { religion = nicene } } 3130 = { #LIEZEN holding = none @@ -469,4 +460,3 @@ 3094 = { #WIESELBURG holding = none } - diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 720845a367..32ff9c97a9 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,6 +37,9 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +IMMEDIATE: +* Rename Proto-Carpathian to Balko-Danubian heritage (Proto-Carpathian being a Con-Lang) + MINORITIES ------------ MINORITY UTILIZATION: @@ -48,6 +51,7 @@ OTHER: * Possibility of minorities becoming hybrid if hybrid is already extant? * Sahara event should use minorities GUI: + * Have GUI revert view if in Minority view and there's no minorities (skipping around the map, clicking) * Breakdown of utilization OTHERS From 4fc0b5ea88c9141864cf2c629743dabd07fd573d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 27 Sep 2022 21:09:22 -0400 Subject: [PATCH 091/339] Various Fixes * Roman-Thracian/Helleno-Thracian line clearly defined * Fix some minor issues with the GUI * Fix some color issues * Add Manicheans to Byzantium in 476 --- .../common/culture/cultures/BP_caucasian.txt | 2 +- WtWSMS/common/culture/pillars/00_language.txt | 2 +- .../common/named_colors/BP_culture_colors.txt | 2 +- .../on_action/sea_minority_game_start.txt | 62 +++++++++++++++++-- WtWSMS/gui/window_county_view.gui | 2 +- WtWSMS/history/provinces/bp_k_achaia.txt | 8 +-- WtWSMS/history/provinces/bp_k_annonaria.txt | 1 + WtWSMS/history/provinces/bp_k_asia.txt | 2 - WtWSMS/history/provinces/bp_k_cilicia.txt | 1 - WtWSMS/history/provinces/bp_k_galatia.txt | 8 --- WtWSMS/history/provinces/bp_k_macedonia.txt | 15 +---- .../provinces/bp_k_moesia_superior.txt | 14 ++--- WtWSMS/history/provinces/bp_k_thrace.txt | 14 ++--- .../gui/sea_holding_view_l_english.yml | 8 +-- 14 files changed, 80 insertions(+), 61 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_caucasian.txt b/WtWSMS/common/culture/cultures/BP_caucasian.txt index 0560e1b823..6fa3fa0b04 100644 --- a/WtWSMS/common/culture/cultures/BP_caucasian.txt +++ b/WtWSMS/common/culture/cultures/BP_caucasian.txt @@ -61,7 +61,7 @@ colchiscan = { # Ancient Colchiscan used in history ethnicities = { 10 = mediterranean_byzantine } } georgian = { - color = georgian + color = georgian_BP parents = { colchiscan } created = 327.1.1 #Georgian conversion to Christianity diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index ff2ed8329d..710547268b 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2598,7 +2598,7 @@ language_georgian = { } } - color = georgian + color = georgian_BP } language_svan = { type = language diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 42797328c0..bf1f26f40f 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -54,7 +54,7 @@ colors = { #Caucasian armenian = { 0.5 0.2 0.5 } colchiscan = { 0.6 0.3 0.8 } - georgian = { 0.0 0.3 0.9 } + georgian_BP = { 0.0 0.3 0.9 } lazic = { 0.6 0.3 0.8 } svan = { 0.75 0.5 0.75 } caucasian_albanian = { 0.7 0.5 0.5 } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 4b57433214..1f10584c10 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -236,7 +236,7 @@ BP_set_minorities_universal = { this.duchy = title:d_mesan this.duchy = title:d_hira this.duchy = title:d_euphrates - #Other + #Persia this = title:c_tustar } } @@ -532,6 +532,8 @@ BP_set_minorities_by_date = { #Pentopolis this = title:c_barqa this = title:c_derna + #Thrace + this = title:c_turnovo } } if = { @@ -749,8 +751,16 @@ BP_set_minorities_by_date = { } add_large_faith_to_county_effect = { FAITH = faith:manichean } } - #Probably extant, minimally, by this point - title:c_roma = { add_small_faith_to_county_effect = { FAITH = faith:manichean } } + #Probably extant, minimally, by this point, in parts of the West + every_county = { + limit = { + OR = { + this = title:c_roma + this = title:c_byzantion + } + } + add_small_faith_to_county_effect = { FAITH = faith:manichean } + } ###Valentinians every_county = { limit = { @@ -996,6 +1006,32 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:romano_aramean } } + ##Romano-Thracians + every_county = { + limit = { + OR = { + this = title:c_velbazhd + this = title:c_sredets + this = title:c_kran + this = title:c_turnovo + } + } + add_large_culture_to_county_effect = { CULTURE = culture:romano_thracian } + } + title:c_dorostorum = { add_small_culture_to_county_effect = { CULTURE = culture:romano_thracian } } + ##Romano-Illyrians + every_county = { + limit = { + OR = { + this = title:c_skopje + this = title:c_debar + this = title:c_arbanon + this = title:c_hvosno + this = title:c_pomoravlje + } + } + add_small_culture_to_county_effect = { CULTURE = culture:romano_illyrian } + } #Byzantines ##Greeks every_county = { @@ -1011,12 +1047,19 @@ BP_set_minorities_by_date = { this.kingdom = title:k_oriens is_coastal_county = yes } + #Macedonia + this = title:c_ohrid + this = title:c_antipatreia + this = title:c_avlonas + this = title:c_dyrrachion + this = title:c_arbanon + } NOT = { this.duchy = title:d_palestinia_salutaris } } add_small_culture_to_county_effect = { CULTURE = culture:greek } } - #Bosporans + ##Bosporans every_county = { limit = { OR = { @@ -1027,6 +1070,17 @@ BP_set_minorities_by_date = { } add_small_culture_to_county_effect = { CULTURE = culture:bosporan } } + ##Helleno-Thracians + every_county = { + limit = { + OR = { + this = title:c_aytos + this = title:c_mesembria + this = title:c_constanta + } + } + add_large_culture_to_county_effect = { CULTURE = culture:helleno_thracian } + } #Levantine Heritage ##Arameans add_culture_to_region_effect = { diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 31a91f118a..0ee3613cc3 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -623,7 +623,7 @@ window = { expand = {} hbox = { button_tab = { - visible = "[GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_all_minorities_in_county'),'(CFixedPoint)0')]" + visible = "[Or( GreaterThan_CFixedPoint(HoldingView.GetCountyTitle.MakeScope.ScriptValue('number_of_all_minorities_in_county'),'(CFixedPoint)0'), GetVariableSystem.Exists('minority_view') )]" layoutpolicy_horizontal = expanding size = { 150 40 } onclick = "[GetVariableSystem.Toggle( 'minority_view' )]" diff --git a/WtWSMS/history/provinces/bp_k_achaia.txt b/WtWSMS/history/provinces/bp_k_achaia.txt index 291ed3ab56..23e2190d25 100644 --- a/WtWSMS/history/provinces/bp_k_achaia.txt +++ b/WtWSMS/history/provinces/bp_k_achaia.txt @@ -1,6 +1,6 @@ # Two Waves of Christianization: -# 529.1.1: Korinthos & Achaia (Closing of Platonic Academy by Justinian) -# 590: Euboea & Naxos & Messenia & Cephalonia (Probable collapse of Platonic Academy) +# 529.1.1: Closing of Platonic Academy by Justinian +# 590: Probable collapse of Platonic Academy # k_achaia @@ -89,7 +89,6 @@ barracks_02 } 425.1.1 = { duchy_capital_building = hexamilion_wall } - 529.1.1 = { religion = nicene } } 3732 = { #b_nikli (Nikli AKA Tegea) holding = church_holding #Was an important religious center in Ancient Greece for Athena @@ -114,7 +113,6 @@ castle_01 common_tradeport_00 #Minor port of note } - 590.1.1 = { religion = nicene } } 3733 = { #b_karytaina holding = none #Not recorded until the Frankish period @@ -147,7 +145,6 @@ castle_01 common_tradeport_00 #Minor port of note, more important after Italy fell } - 590.1.1 = { religion = nicene } } 3696 = { #b_zakynthos holding = city_holding @@ -179,7 +176,6 @@ religion = hellenic_pagan holding = castle_holding buildings = { common_tradeport_00 } #Minor trade port of note - 590.1.1 = { religion = nicene } } 3725 = { #b_skopelos holding = none diff --git a/WtWSMS/history/provinces/bp_k_annonaria.txt b/WtWSMS/history/provinces/bp_k_annonaria.txt index 8c35f61200..e1a56642e0 100644 --- a/WtWSMS/history/provinces/bp_k_annonaria.txt +++ b/WtWSMS/history/provinces/bp_k_annonaria.txt @@ -232,6 +232,7 @@ culture = roman religion = nicene holding = castle_holding + 620.1.1 = { buildings = { cereal_fields_00 curtain_walls_00 diff --git a/WtWSMS/history/provinces/bp_k_asia.txt b/WtWSMS/history/provinces/bp_k_asia.txt index 9f302032be..54ed8e9861 100644 --- a/WtWSMS/history/provinces/bp_k_asia.txt +++ b/WtWSMS/history/provinces/bp_k_asia.txt @@ -1,7 +1,5 @@ # Notes: # Hellenism decline & Phrygian decline -# 529.1.1: Ionia & Karia (Closing of Platonic Academy by Justinian) -# 590.1.1: Lykia & Rhodos (Porbable collapse of Platonic Academy) # 600.1.1: Latest possible attestation of phrygian Language # # Montanism seemed to survive in Pepuza into the VIth century and Western Galatia into the VIIth or IXth diff --git a/WtWSMS/history/provinces/bp_k_cilicia.txt b/WtWSMS/history/provinces/bp_k_cilicia.txt index 4f408c3f52..be25bbac77 100644 --- a/WtWSMS/history/provinces/bp_k_cilicia.txt +++ b/WtWSMS/history/provinces/bp_k_cilicia.txt @@ -38,7 +38,6 @@ culture = greek religion = nicene holding = castle_holding - 500.1.1 = { culture = greek } } 762 = { # 762 - Adana holding = castle_holding diff --git a/WtWSMS/history/provinces/bp_k_galatia.txt b/WtWSMS/history/provinces/bp_k_galatia.txt index 404cccfbb8..e917624fae 100644 --- a/WtWSMS/history/provinces/bp_k_galatia.txt +++ b/WtWSMS/history/provinces/bp_k_galatia.txt @@ -1,13 +1,5 @@ # Notes: # Isaurian Language survived until the 5th century at least -# 500.1.1: First wave of Isaurian/Lyconian reduce -# 550.1.1: Second Wave of Isaurian/Lyconian reduce -# 600.1.1: Third Wave of Isaurian/Lyconian reduction -# -# Galatian survived until the 6th century at the latest -# 500.1.1: First wave of Galatian reduction -# 550.1.1: Second Wave of Galatian reduction -# 600.1.1: Third Wave of Galatian reduction # # Montanism was as widespread as Galatia proper (Eusebius 5.16.4), so we spread Montanism there # diff --git a/WtWSMS/history/provinces/bp_k_macedonia.txt b/WtWSMS/history/provinces/bp_k_macedonia.txt index d2dace72a7..64e6284c56 100644 --- a/WtWSMS/history/provinces/bp_k_macedonia.txt +++ b/WtWSMS/history/provinces/bp_k_macedonia.txt @@ -3,11 +3,6 @@ # https://en.wikipedia.org/wiki/Illyrian_language#Era # Albanian arises sometime around 6th-7th century (albanian) # https://en.wikipedia.org/wiki/Koman_culture (Another example for continuity) -# -# -# So splits from Illyrian in 550 (in modern albania; probably proto-Albanian but close enough) -# 550.1.1: Rise of Albanian culture in modern Albania -# 500.1.1: First wave of permanent Hellenization & Hello-Thracianization of Thracian provinces # # Redid Illyrian/Thracian division based on this map: # https://en.wikipedia.org/wiki/Thracians#/media/File:Odrysian.svg @@ -145,7 +140,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3717 = { #Savra / near modern day Lushnjë holding = none @@ -155,7 +149,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3718 = { #Mat holding = none @@ -171,7 +164,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3723 = { #Peshkopi holding = church_holding @@ -184,7 +176,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3714 = { #Skrapar holding = city_holding @@ -203,7 +194,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3712 = { #Himara holding = city_holding @@ -288,7 +278,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3638 = { #Bitola holding = castle_holding @@ -335,9 +324,7 @@ 3645 = { #Veles culture = illyrian religion = nicene - holding = castle_holding - #Possibly linked to a Saint who lived in the IXth - 550.1.1 = { culture = albanian } + holding = castle_holding #Possibly linked to a Saint who lived in the IXth } 3646 = { #Kicevo holding = none diff --git a/WtWSMS/history/provinces/bp_k_moesia_superior.txt b/WtWSMS/history/provinces/bp_k_moesia_superior.txt index 3641952bf3..a063aa6874 100644 --- a/WtWSMS/history/provinces/bp_k_moesia_superior.txt +++ b/WtWSMS/history/provinces/bp_k_moesia_superior.txt @@ -7,11 +7,11 @@ # Albanian arises sometime around 6th-7th century (albanian) # https://en.wikipedia.org/wiki/Koman_culture (Another example for continuity) # -# So splits from Illyrian in 550 (in modern albania; probably proto-Albanian but close enough) -# 550.1.1: Rise of Albanian culture in modern Albania -# # So parts of Illyria, especially the mountains, were still likely tribal and pagan until the 6th century # when the Slavs invaded. Probably played a role in the evolution of the Bosnian Church +# +# Choice of Jireček Line: A. Philippde/C. Jerecek +# https://en.wikipedia.org/wiki/Jire%C4%8Dek_Line#/media/File:Language_influence_border_between_Latin_and_Hellenic.png # k_moesia_superior @@ -159,7 +159,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3642 = { #Zegligovo holding = none @@ -169,10 +168,9 @@ } ###c_velbazhd 3656 = { #Velbazhd - culture = romano_thracian + culture = helleno_thracian religion = nicene holding = castle_holding - 600.1.1 = { culture = greek } } 3654 = { #Bosilegrad holding = none @@ -185,7 +183,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3657 = { #Glubocica / Glloboçica holding = none @@ -201,7 +198,6 @@ culture = illyrian religion = nicene holding = castle_holding - 550.1.1 = { culture = albanian } } 3597 = { #Prizren holding = city_holding @@ -234,7 +230,7 @@ ###c_sredets 500 = { #Serdica aka modern day Sofia - culture = romano_thracian + culture = helleno_thracian religion = nicene holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_thrace.txt b/WtWSMS/history/provinces/bp_k_thrace.txt index 68d191952e..19b6d9aca6 100644 --- a/WtWSMS/history/provinces/bp_k_thrace.txt +++ b/WtWSMS/history/provinces/bp_k_thrace.txt @@ -11,6 +11,10 @@ # # Based on [1], the Thracian Goths should control all of Moesia Superior. # [1] Wolfram, Herwig; Dunlap, Thomas J. (1990). History of the Goths. University of California Press. pp. 271–2 +# +# Choice of Jireček Line: A. Philippde/C. Jerecek +# https://en.wikipedia.org/wiki/Jire%C4%8Dek_Line#/media/File:Language_influence_border_between_Latin_and_Hellenic.png + # k_thrace @@ -40,10 +44,6 @@ culture = greek religion = pneumatomachianism holding = castle_holding - 500.1.1 = { - culture = greek - religion = nicene - } } 3766 = { #Ainos AKA Enez holding = castle_holding @@ -62,7 +62,6 @@ culture = greek religion = nicene holding = castle_holding - 500.1.1 = { culture = greek } } 3760 = { #Arkadiopolis AKA Lüleburgaz holding = city_holding @@ -167,7 +166,7 @@ } ###c_kran 3636 = { #Kran - culture = romano_thracian + culture = helleno_thracian religion = nicene holding = castle_holding } @@ -187,7 +186,6 @@ culture = helleno_thracian religion = nicene holding = castle_holding - 550.1.1 = { culture = greek } } 3633 = { #Janitsa holding = none @@ -257,8 +255,6 @@ religion = gothic_church holding = tribal_holding 525.1.1 = { - religion = nicene - culture = romano_thracian holding = castle_holding #Probably erected in the early 6th century } } diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 5d492302fc..a0da1046b8 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -7,8 +7,8 @@ MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" #TODO (0.2.0): Generate these numbers from script values instead of hardcoded - SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: 1" - SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: 2" - SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: 1" - SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: 2" + SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: -0" + SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: -0" + SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" + SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" From 354d706f3ac7979ec831f303ede56058712b626d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Sep 2022 22:39:58 -0400 Subject: [PATCH 092/339] Implement Liturgical Rites Currently just for flavor; should revisit down the line --- WtWSMS/common/_TODO_FIXME_common.info | 1 + .../doctrines/BP_doctrines_christian.txt | 333 ++++++++++++++++++ .../religion/religions/00_christianity.txt | 109 +++++- .../BP_religion_triggers.txt | 106 ++++++ .../BP_religion_trigger_localization.txt | 7 + .../doctrine_christian_liturgical_rite.dds | 3 + .../BP_religion_christianity_l_english.yml | 25 ++ .../BP_religion_triggers_l_english.yml | 4 +- _developer_documentation/_BP_design.info | 7 +- 9 files changed, 584 insertions(+), 11 deletions(-) create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_christian_liturgical_rite.dds diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index 9df2aef011..c05b0943bc 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -14,6 +14,7 @@ Other Vanilla (i.e., Fixing issues from Vanilla) * common/script_values/00_court_amenities_valus_BP_vanilla_fix.txt: Remove after PDX fixes 0.2.0 (Big) * common/religion/religions/BP_iranian.txt: Figure out why we get "Error: calc_culture_dominant_religion trigger [ Failed context switch ]" from making Iranian Paganism its own religion in the culture_acceptance_baseline calculations + * gui/window_faith.gui: Combine Christian doctrines into single item instead of two fixedgridboxes 0.2.0 * common/council_tasks/BP_court_chaplain_tasks.txt: Implement ai_will_do and ai_county_target logic for task_conversion_external * common/on_action/BP_game_start/BP_counillor_on_actions.txt: Implement possibility of liege/courtiers converting diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt index adcb0643dd..30133ce44d 100644 --- a/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt @@ -1946,6 +1946,339 @@ doctrine_christian_judaic_role = { } } +#Liturgical Rites +doctrine_christian_liturgical_rite = { + group = "christian_doctrines" #For unique images + + ### "Western" Rites + + #For the period when the Greek and Latin Rites were not under significant deviation + #(ca. 400s-600s, when the influx of Gallican and other rites influenced the structure + #of the Western celebration). + doctrine_christian_liturgical_rite_imperial_rite = { + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_low + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_imperial_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + #Other Western Rites + doctrine_christian_liturgical_rite_gallican_rite = { + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_low + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_gallican_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + doctrine_christian_liturgical_rite_moazarbic_rite = { + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_low + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_moazarbic_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + doctrine_christian_liturgical_rite_celtic_rite = { + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_low + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_celtic_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + doctrine_christian_liturgical_rite_african_rite = { + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_low + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_african_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + + ### Eastern Rites (all use mid because they are noticably different from one another) + doctrine_christian_liturgical_rite_west_syriac_rite = { #aka, Antiochene Rite + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_west_syriac_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + doctrine_christian_liturgical_rite_armenian_rite = { + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_armenian_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + doctrine_christian_liturgical_rite_alexandrian_rite = { + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_alexandrian_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + doctrine_christian_liturgical_rite_east_syriac_rite = { #aka Chaldean Rite + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_east_syriac_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { + uses_eucharistic_rite_trigger = yes + custom_description = { + text = incompatible_tenet_ecstatic_prophecy_trigger + NOT = { flag:tenet_ecstatic_prophecy = { is_in_list = selected_doctrines } } + } + } + parameters = {} + traits = {} + } + + ### Other cases + doctrine_christian_liturgical_rite_local_rite = { #for various other faiths + piety_cost = { + if = { + limit = { has_western_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_eastern_liturgical_rite_trigger = yes } + value = christian_doctrine_cost_mid + } + else_if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_local_rite } + value = christian_doctrine_cost_high + } + else = { value = christian_doctrine_cost_massive } + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_east_syriac_rite } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { uses_eucharistic_rite_trigger = yes } + parameters = {} + traits = {} + } + doctrine_christian_liturgical_rite_none = { #For faiths that don't practice the Eucharist + piety_cost = { + value = christian_doctrine_cost_massive + + if = { + limit = { has_doctrine = doctrine_christian_liturgical_rite_none } + multiply = christian_doctrine_unchanged_cost_mult + } + } + can_pick = { uses_eucharistic_rite_trigger = no } + parameters = {} + traits = {} + } +} + #Reformatted Ecumenism doctrines special_doctrine_christian_ecumenism = { group = "main_group" diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 70e7880492..2cb1f75aca 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -42,6 +42,7 @@ doctrine = doctrine_christian_communion_transubstantiation doctrine = doctrine_christian_soteriology_original_sin doctrine = doctrine_christian_judaic_role_forebears + doctrine = doctrine_christian_liturgical_rite_local_rite #Special Doctrine for Christian Syncretism doctrine = special_doctrine_is_christian_faith @@ -267,8 +268,12 @@ holy_site = alexandria holy_site = antioch + #Special Tolerance doctrine = special_doctrine_nicene_ecumenism + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_imperial_rite + #Tenets doctrine = tenet_apostolic_succession doctrine = tenet_monasticism @@ -338,8 +343,12 @@ holy_site = armagh #Replacing dublin holy_site = iona + #Special Tolerance doctrine = special_doctrine_nicene_ecumenism + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_celtic_rite + #Main Group doctrine = doctrine_pluralism_pluralistic #Mostly to keep them from forcing Catholics out of Britain. @@ -455,8 +464,12 @@ holy_site = toledo_mozarabic holy_site = cordoba + #Special Tolerance doctrine = special_doctrine_nicene_ecumenism + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_moazarbic_rite + #Main Group doctrine = doctrine_pluralism_pluralistic @@ -474,6 +487,54 @@ doctrine = tenet_adaptive doctrine = tenet_communion doctrine = tenet_rite + + localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + # Patriarchs instead of Popes + ReligiousHeadName = orthodox_religious_head_title + ReligiousHeadTitleName = orthodox_religious_head_title_name + } } african_church = { icon = mfi_cross_2 @@ -486,8 +547,12 @@ holy_site = rome holy_site = carthage + #Special Doctrines doctrine = special_doctrine_nicene_ecumenism + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_african_rite + #Main Group doctrine = doctrine_pluralism_fundamentalist @@ -565,8 +630,12 @@ holy_site = bordeaux holy_site = cologne + #Special Tolerance doctrine = special_doctrine_nicene_ecumenism + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_gallican_rite + #Main Group doctrine = doctrine_pluralism_pluralistic #Mostly to let the Merovingians convert France @@ -643,6 +712,9 @@ holy_site = chur holy_site = genoa + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_imperial_rite + #Tenets doctrine = tenet_communion doctrine = tenet_armed_pilgrimages @@ -704,8 +776,12 @@ holy_site = alexandria holy_site = antioch + #Main Group doctrine = doctrine_pluralism_fundamentalist + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_imperial_rite + #Tenets doctrine = tenet_communion doctrine = tenet_monasticism @@ -733,6 +809,7 @@ holy_site = beirut holy_site = baghdad + #Special Tolerance doctrine = special_doctrine_nicene_ecumenism #Main Group @@ -741,8 +818,12 @@ #Marriage doctrine = doctrine_divorce_approval + #Ritual Group doctrine = doctrine_ritual_conversion_encouraged + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_west_syriac_rite + #Tenets doctrine = tenet_communion doctrine = tenet_rite @@ -818,6 +899,7 @@ #Christian doctrines doctrine = doctrine_christian_christology_miaphysitism + doctrine = doctrine_christian_liturgical_rite_alexandrian_rite #Ritual Doctrines doctrine = doctrine_ritual_vegetarianism_partial @@ -895,6 +977,7 @@ #Christian doctrines doctrine = doctrine_christian_christology_miaphysitism + doctrine = doctrine_christian_liturgical_rite_armenian_rite #Special Tolerance doctrine = special_doctrine_alexandria_ecumenism @@ -968,6 +1051,10 @@ holy_site = mtskheta holy_site = vaspurakan + #Special Tolerance + doctrine = special_doctrine_alexandria_ecumenism #Vacilated between different Creeds until becoming firmly Chalcedeonian in late Mod Era; was Miaphysite in 476 though + + #Ritual Doctrines doctrine = doctrine_ritual_conversion_encouraged #Tenets @@ -977,8 +1064,7 @@ #Christian doctrines doctrine = doctrine_christian_christology_miaphysitism - - doctrine = special_doctrine_alexandria_ecumenism #Vacilated between different Creeds until becoming firmly Chalcedeonian in late Mod Era; was Miaphysite in 476 though + doctrine = doctrine_christian_liturgical_rite_local_rite #Was probably not of the Imperial/Byzantine Rite yet localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox #FertilityGod @@ -1042,8 +1128,9 @@ holy_site = beirut holy_site = baghdad - #Is a Miaphysite Church + #Christian Doctrines doctrine = special_doctrine_alexandria_ecumenism + doctrine = doctrine_christian_liturgical_rite_west_syriac_rite doctrine = doctrine_christian_christology_miaphysitism #Ritual Doctrines @@ -1107,7 +1194,7 @@ } albanian_apostolic = { #While minor, it had a very interesting history; Caucsian Albania converted around the reign - #of Urnayr I, who as contemperanious with a royal push for Arianism in Armenia (Tiran (339-350) + #of Urnayr I, who as contemporaneous with a royal push for Arianism in Armenia (Tiran (339-350) #through it was orthodox (as in, lying within Miaphysite/Dyophysite spectrum). # #https://iranicaonline.org/articles/albania-iranian-aran-arm @@ -1129,6 +1216,7 @@ #Christian doctrines doctrine = doctrine_christian_christology_miaphysitism + doctrine = doctrine_christian_liturgical_rite_armenian_rite #Initially an offshoot of the Armenian church #Special Tolerance doctrine = special_doctrine_alexandria_ecumenism @@ -1211,6 +1299,7 @@ doctrine = doctrine_pluralism_pluralistic #Christian doctrines + doctrine = doctrine_christian_liturgical_rite_alexandrian_rite doctrine = doctrine_christian_christology_miaphysitism doctrine = doctrine_christian_judaic_role_judaizers @@ -1292,6 +1381,7 @@ #Christian doctrines doctrine = doctrine_christian_christology_nestorianism + doctrine = doctrine_christian_liturgical_rite_east_syriac_rite #Tenets doctrine = tenet_adaptive @@ -1371,6 +1461,7 @@ doctrine = doctrine_christian_communion_transubstantiation doctrine = doctrine_christian_soteriology_gnosis doctrine = doctrine_christian_judaic_role_demiurge + doctrine = doctrine_christian_liturgical_rite_local_rite #Ritual Doctrines doctrine = doctrine_ritual_pilgrimages_disapproves @@ -1551,6 +1642,7 @@ doctrine = doctrine_christian_communion_transubstantiation doctrine = doctrine_christian_soteriology_gnosis doctrine = doctrine_christian_judaic_role_forebears + doctrine = doctrine_christian_liturgical_rite_local_rite #Core Tenets doctrine = tenet_armed_pilgrimages @@ -1875,6 +1967,7 @@ #Christian Doctrines doctrine = doctrine_christian_christology_monophysitism + doctrine = doctrine_christian_liturgical_rite_local_rite #Tenets doctrine = tenet_alexandrian_catechism @@ -2228,7 +2321,6 @@ doctrine = tenet_asceticism doctrine = tenet_ecstatic_prophecy - localization = { #FateGod FateGodName = montanism_fate_god_name @@ -2261,7 +2353,7 @@ #WtWSMS: c_cyrenaica, c_jerusalem, c_sevilla, c_siracusa, c_tunis holy_site = jerusalem holy_site = cyrenaica - holy_site = sevilla + holy_site = hippo holy_site = siracusa holy_site = carthage @@ -2273,6 +2365,9 @@ doctrine = doctrine_kinslaying_any_dynasty_member_crime doctrine = doctrine_adultery_men_crime + #Christian Doctrines + doctrine = doctrine_christian_liturgical_rite_african_rite + #Tenets doctrine = tenet_unrelenting_faith doctrine = tenet_monasticism @@ -2582,6 +2677,7 @@ doctrine = doctrine_christian_pneumatology_unstated doctrine = doctrine_christian_communion_repudiation doctrine = doctrine_christian_soteriology_antinomianism + doctrine = doctrine_christian_liturgical_rite_none #Tenets doctrine = tenet_divine_marriage @@ -2663,6 +2759,7 @@ doctrine = doctrine_christian_pneumatology_unstated doctrine = doctrine_christian_communion_repudiation doctrine = doctrine_christian_soteriology_antinomianism + doctrine = doctrine_christian_liturgical_rite_none #Tenets doctrine = tenet_natural_primitivism diff --git a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt index 40cb3c434b..1dcad232ec 100644 --- a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt @@ -53,6 +53,112 @@ universalist_religion_trigger = { } } +uses_eucharistic_rite_trigger = { + custom_tooltip = { + text = has_a_eucharistic_rite + OR = { + has_doctrine = doctrine_christian_communion_transubstantiation + has_doctrine = doctrine_christian_communion_consubstantiation + has_doctrine = doctrine_christian_communion_memorialism + has_doctrine = doctrine_christian_communion_unstated + } + NOT = { has_doctrine = doctrine_christian_communion_repudiation } + } +} +has_western_liturgical_rite_trigger = { + OR = { + has_doctrine = doctrine_christian_liturgical_rite_imperial_rite + has_doctrine = doctrine_christian_liturgical_rite_gallican_rite + has_doctrine = doctrine_christian_liturgical_rite_moazarbic_rite + has_doctrine = doctrine_christian_liturgical_rite_celtic_rite + has_doctrine = doctrine_christian_liturgical_rite_african_rite + } +} +has_eastern_liturgical_rite_trigger = { + OR = { + has_doctrine = doctrine_christian_liturgical_rite_west_syriac_rite + has_doctrine = doctrine_christian_liturgical_rite_armenian_rite + has_doctrine = doctrine_christian_liturgical_rite_alexandrian_rite + has_doctrine = doctrine_christian_liturgical_rite_east_syriac_rite + } +} +has_same_liturgical_rite_trigger = { + OR = { + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_imperial_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_imperial_rite } + } + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_gallican_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_gallican_rite } + } + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_moazarbic_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_moazarbic_rite } + } + AND = { + $FAITH_1$ = {has_doctrine = doctrine_christian_liturgical_rite_celtic_rite } + $FAITH_2$ = {has_doctrine = doctrine_christian_liturgical_rite_celtic_rite } + } + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_african_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_african_rite } + } + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_west_syriac_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_west_syriac_rite } + } + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_armenian_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_armenian_rite } + } + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_alexandrian_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_alexandrian_rite } + } + AND = { + $FAITH_1$ = { has_doctrine = doctrine_christian_liturgical_rite_east_syriac_rite } + $FAITH_2$ = { has_doctrine = doctrine_christian_liturgical_rite_east_syriac_rite } + } + } +} +#Note that this relations are not equivalent; +#e.g.; Imperial Rite is related to Gallican but not the other way around. This in part models how the Roman Rite readily +#became dominate over the other formulations +has_related_liturgical_rite_trigger = { + OR = { + #Imperial Rite + AND = { + $FAITH_CONVERTER$ = { has_doctrine = doctrine_christian_liturgical_rite_imperial_rite } + $FAITH_CONVERTEE$ = { + OR = { + has_doctrine = doctrine_christian_liturgical_rite_gallican_rite + has_doctrine = doctrine_christian_liturgical_rite_moazarbic_rite + has_doctrine = doctrine_christian_liturgical_rite_celtic_rite + has_doctrine = doctrine_christian_liturgical_rite_african_rite + } + } + } + #Gallican, Hispanic, and Celtic Rites + AND = { + $FAITH_CONVERTER$ = { + OR = { + has_doctrine = doctrine_christian_liturgical_rite_gallican_rite + has_doctrine = doctrine_christian_liturgical_rite_moazarbic_rite + has_doctrine = doctrine_christian_liturgical_rite_celtic_rite + } + } + $FAITH_CONVERTEE$ = { + OR = { + has_doctrine = doctrine_christian_liturgical_rite_gallican_rite + has_doctrine = doctrine_christian_liturgical_rite_moazarbic_rite + has_doctrine = doctrine_christian_liturgical_rite_celtic_rite + } + } + } + } +} + ##### HERESY TRIGGERS #Prevent selection of heretic cultures unless the heresiarch is of a faith culture or faith child culture diff --git a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt index 73f49bf792..3c8cb14efc 100644 --- a/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt +++ b/WtWSMS/common/trigger_localization/BP_religion_trigger_localization.txt @@ -246,6 +246,13 @@ required_pneumatology_for_gnosis = { first_not = REQUIRED_PNEUMATOLOGY_FOR_GNOSIS third_not = REQUIRED_PNEUMATOLOGY_FOR_GNOSIS } +#Liturgies +incompatible_tenet_ecstatic_prophecy_trigger = { + global_not = INCOMPATIBLE_TENET_ECSTATIC_PROPHECY_TRIGGER + first_not = INCOMPATIBLE_TENET_ECSTATIC_PROPHECY_TRIGGER + third_not = INCOMPATIBLE_TENET_ECSTATIC_PROPHECY_TRIGGER +} + #Others have_to_choose_a_christological_position = { global_not = HAVE_TO_CHOOSE_A_CHRISTOLOGICAL_POSITION diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_christian_liturgical_rite.dds b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_christian_liturgical_rite.dds new file mode 100644 index 0000000000..9d31a2f6c4 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_christian_liturgical_rite.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315e7d8bdffa56434bdd9d3667d4f41749f0d5ec9a43be3717d0784ec55dfb75 +size 10128 diff --git a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml index 74d9646388..d13b2a137b 100644 --- a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml @@ -363,6 +363,31 @@ doctrine_christian_judaic_role_demiurge_desc: "The god of the Hebrew Scriptures is associated with the Evil, material forces in the universe and as such the Jews are his servants, whether misguided or intentional." doctrine_parameter_hostility_override_doctrine_christian_judaic_role_judaizers: "Christian [faiths|E] with the [doctrine|E] Judaizers are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]." doctrine_parameter_negative_opinion_of_jewish_features: "#N TODO: Views certain $judaism_religion_adj$ traits negatively.#!" ##### TODO (Beta): Make certain Jewish Traits negative for negative_opinion_of_jewish_features + #Liturgical Rite + doctrine_christian_liturgical_rite_name: "Liturgical Rite" + doctrine_christian_liturgical_rite_name_plural: "Liturgical Rites" + doctrine_christian_liturgical_rite_imperial_rite_name: "Imperial Rite" + doctrine_christian_liturgical_rite_imperial_rite_desc: "This faith utilizes the Liturgical Rite of the Roman Imperial Church." + doctrine_christian_liturgical_rite_gallican_rite_name: "Gallican Rite" + doctrine_christian_liturgical_rite_gallican_rite_desc: "This faith utilizes the Gallican Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_moazarbic_rite_name: "Hispanic Rite" + doctrine_christian_liturgical_rite_moazarbic_rite_desc: "This faith utilizes the Hispanic Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_celtic_rite_name: "Celtic Rite" + doctrine_christian_liturgical_rite_celtic_rite_desc: "This faith utilizes the Celtic Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_african_rite_name: "African Rite" + doctrine_christian_liturgical_rite_african_rite_desc: "This faith utilizes the African Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_west_syriac_rite_name: "Antiochene Rite" + doctrine_christian_liturgical_rite_west_syriac_rite_desc: "This faith utilizes the Antiochene Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_armenian_rite_name: "Armenian Rite" + doctrine_christian_liturgical_rite_armenian_rite_desc: "This faith utilizes the Armenian Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_alexandrian_rite_name: "Alexandrian Rite" + doctrine_christian_liturgical_rite_alexandrian_rite_desc: "This faith utilizes the Alexandrian Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_east_syriac_rite_name: "Assyrian Rite" + doctrine_christian_liturgical_rite_east_syriac_rite_desc: "This faith utilizes the Assyrian Liturgy to inform its Eucharistic celebrations." + doctrine_christian_liturgical_rite_local_rite_name: "Local Rite" + doctrine_christian_liturgical_rite_local_rite_desc: "This faith lacks a uniform liturgical rite and sees significant variation in practices depending on the locality." + doctrine_christian_liturgical_rite_none_name: "No Rite" + doctrine_christian_liturgical_rite_none_desc: "This faith repudiates the celebration of the Eucharist for one reason or another" #Ecumenism Types special_doctrine_christian_ecumenism_name: "" special_doctrine_nicene_ecumenism_name: "Chalcedonian Creed" diff --git a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml index ae43562b20..0739a9e2bf 100644 --- a/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_religion_triggers_l_english.yml @@ -8,6 +8,8 @@ INCOMPATIBLE_TENET_ASTROLOGY_TRIGGER: "Incompatible with the [core_tenet|E] Astrology" INCOMPATIBLE_TENET_AUTOCEPHALY: "Incompatible with the [core_tenet|E] Autocephaly" INCOMPATIBLE_TENET_COMMUNION_TRIGGER: "Incompatible with the [core_tenet|E] Communion" + INCOMPATIBLE_TENET_ECSTATIC_PROPHECY_TRIGGER: "Incompatible with [core_tenet|E] Ecstatic Prophecy" + INCOMPATIBLE_TENET_ESOTERICISM_TRIGGER: "Incompatible with the [core_tenet|E] Esotericism" INCOMPATIBLE_TENET_ETHNIC_RELIGION_TRIGGER: "Incompatible with the [core_tenet|E] Ethnic Religion" INCOMPATIBLE_TENET_GNOSTICISM_TRIGGER: "Incompatible with the [core_tenet|E] Gnosticism" INCOMPATIBLE_TENET_JEWISH_SYNCRETISM_TRIGGER: "Incompatible with the [core_tenet|E] Jewish Syncretism" @@ -15,7 +17,6 @@ INCOMPATIBLE_TENET_LITERALISM_TRIGGER: "Incompatible with the [core_tenet|E] Literalism" INCOMPATIBLE_TENET_MENDICANT_PREACHERS_TRIGGER: "Incompatible with the [core_tenet|E] Mendicant Preachers" INCOMPATIBLE_TENET_MONASTICISM_TRIGGER: "Incompatible with the [core_tenet|E] Monasticism" - INCOMPATIBLE_TENET_ESOTERICISM_TRIGGER: "Incompatible with the [core_tenet|E] Esotericism" NOT_TENET_COSMOPOLITANISM_TRIGGER: "Incompatible with the [core_tenet|E] Cosmopolitanism" NOT_TENET_GNOSTICISM_TRIGGER: "Requires the [core_tenet|E] Gnosticism" NOT_TENET_INTERPRATIO_ROMANA_TRIGGER: "Incompatible with the [core_tenet|E] Interpratio Romana" @@ -75,4 +76,5 @@ ##### TOOLTIPS rites_cannot_require_conversion: "Christian Rites may not have the doctrine $doctrine_ritual_conversion_required$" is_a_universalist_religion: "Is a universalist religion" + has_a_eucharistic_rite: "Must have a Liturgical Rite if the #V $doctrine_christian_communion_name$#! [bp_christian_doctrine|E] is not #V $doctrine_christian_communion_repudiation_name$#!" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 32ff9c97a9..6a11da4855 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -45,13 +45,12 @@ MINORITIES MINORITY UTILIZATION: * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces? * Adaptive should reduce minority size slightly -MINORITY PRESENCE: + * Possibility of minorities becoming hybrid if hybrid is already extant? +OTHERS: +* Break up Eastern Syncretism into Dharmic & other * Huns in Gepids &c. -OTHER: -* Possibility of minorities becoming hybrid if hybrid is already extant? * Sahara event should use minorities GUI: - * Have GUI revert view if in Minority view and there's no minorities (skipping around the map, clicking) * Breakdown of utilization OTHERS From 3d156b96961d98eac212c09a3f90816a0b3ba363 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 27 Sep 2022 21:48:21 -0400 Subject: [PATCH 093/339] Rename Proto-Carpathian to Paleo-Balkan Not the best name, but Proto-Carpathian is the name of some con-langs. --- .../culture/cultures/BP_proto_carpathian.txt | 10 ++++---- WtWSMS/common/culture/pillars/00_heritage.txt | 2 +- .../traditions/BP_ritual_traditions.txt | 2 +- ...ultural_heritage_triggers_BP_overwrite.txt | 2 +- .../scripted_triggers/BP_culture_triggers.txt | 2 +- .../BP_title_creation_triggers.txt | 6 ++--- ...rpathian.txt => heritage_paleo_balkan.txt} | 0 .../english/culture/BP_cultures_l_english.yml | 24 ------------------- .../BP_cultural_heritages_l_english.yml | 4 ++-- _developer_documentation/_BP_design.info | 3 --- 10 files changed, 14 insertions(+), 41 deletions(-) rename WtWSMS/history/cultures/{heritage_proto_carpathian.txt => heritage_paleo_balkan.txt} (100%) diff --git a/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt b/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt index 5d422ff191..d38bb8d483 100644 --- a/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt +++ b/WtWSMS/common/culture/cultures/BP_proto_carpathian.txt @@ -2,7 +2,7 @@ color = thracian ethos = ethos_bellicose - heritage = heritage_proto_carpathian + heritage = heritage_paleo_balkan language = language_thracian martial_custom = martial_custom_male_only traditions = { #Based on Odrysian Kingdom @@ -35,7 +35,7 @@ illyrian = { color = illyrian ethos = ethos_bellicose - heritage = heritage_proto_carpathian + heritage = heritage_paleo_balkan language = language_illyrian martial_custom = martial_custom_male_only traditions = { @@ -64,7 +64,7 @@ dacian = { color = { 0.35 0.26 0.17 } ethos = ethos_spiritual #Combines well with the traditions - heritage = heritage_proto_carpathian + heritage = heritage_paleo_balkan language = language_dacian martial_custom = martial_custom_male_only traditions = { @@ -93,7 +93,7 @@ macedonian = { color = macedonian ethos = ethos_bellicose - heritage = heritage_proto_carpathian + heritage = heritage_paleo_balkan language = language_greek martial_custom = martial_custom_male_only traditions = { @@ -121,7 +121,7 @@ albanian = { ##### FIXME (Beta): Incomplete Culture: albanian created = 550.1.1 ethos = ethos_egalitarian - heritage = heritage_proto_carpathian + heritage = heritage_paleo_balkan language = language_albanian martial_custom = martial_custom_male_only traditions = { diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index 5716e89b83..afabecdf4c 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -28,7 +28,7 @@ heritage_byzantine = { heritage_family_european = yes } } -heritage_proto_carpathian = { +heritage_paleo_balkan = { type = heritage parameters = { diff --git a/WtWSMS/common/culture/traditions/BP_ritual_traditions.txt b/WtWSMS/common/culture/traditions/BP_ritual_traditions.txt index 089284cc55..c610d6300f 100644 --- a/WtWSMS/common/culture/traditions/BP_ritual_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_ritual_traditions.txt @@ -12,7 +12,7 @@ tradition_unblemished_rulership = { OR = { #WtWSMS groups having these effects has_cultural_pillar = heritage_anatolian has_cultural_pillar = heritage_caucasian - has_cultural_pillar = heritage_proto_carpathian + has_cultural_pillar = heritage_paleo_balkan } #Alternatives NOT = { the_culture_or_parent_or_above_with_heritage_is_trigger = { CULTURE = culture:armenian } } diff --git a/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt b/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt index 5344d24368..a38b1458f9 100644 --- a/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt +++ b/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt @@ -171,7 +171,7 @@ culture_has_south_european_heritage_pillar_trigger = { has_cultural_pillar = heritage_anatolian has_cultural_pillar = heritage_caucasian has_cultural_pillar = heritage_continental_celtic - has_cultural_pillar = heritage_proto_carpathian + has_cultural_pillar = heritage_paleo_balkan has_cultural_pillar = heritage_vasconic } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index af12ad0e9d..9a3416c0df 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -217,7 +217,7 @@ starts_with_writing_trigger = { this = { has_cultural_pillar = heritage_latin } this = { has_cultural_pillar = heritage_levantine } this = { has_cultural_pillar = heritage_north_germanic } - this = { has_cultural_pillar = heritage_proto_carpathian } + this = { has_cultural_pillar = heritage_paleo_balkan } this = { has_cultural_pillar = heritage_tibetan } this = { has_cultural_pillar = heritage_tocharian } this = { has_cultural_pillar = heritage_vasconic } diff --git a/WtWSMS/common/scripted_triggers/BP_title_creation_triggers.txt b/WtWSMS/common/scripted_triggers/BP_title_creation_triggers.txt index 116fb7e326..db5bbde6c9 100644 --- a/WtWSMS/common/scripted_triggers/BP_title_creation_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_title_creation_triggers.txt @@ -32,14 +32,14 @@ creation_trigger_e_dacia_trigger = { creation_trigger_kingdoms_in_e_dacia_trigger = { trigger_if = { limit = { is_ai = yes } - culture = { has_cultural_pillar = heritage_proto_carpathian } + culture = { has_cultural_pillar = heritage_paleo_balkan } } } creation_trigger_k_dacia_trigger = { trigger_if = { limit = { is_ai = yes } OR = { - culture = { has_cultural_pillar = heritage_proto_carpathian } + culture = { has_cultural_pillar = heritage_paleo_balkan } has_a_roman_empire_trigger = yes } } @@ -48,7 +48,7 @@ creation_trigger_k_moesia_inferior_trigger = { trigger_if = { limit = { is_ai = yes } OR = { - culture = { has_cultural_pillar = heritage_proto_carpathian } + culture = { has_cultural_pillar = heritage_paleo_balkan } has_a_roman_empire_trigger = yes } } diff --git a/WtWSMS/history/cultures/heritage_proto_carpathian.txt b/WtWSMS/history/cultures/heritage_paleo_balkan.txt similarity index 100% rename from WtWSMS/history/cultures/heritage_proto_carpathian.txt rename to WtWSMS/history/cultures/heritage_paleo_balkan.txt diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 93ad6e314c..d21f223ae6 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -1,7 +1,5 @@ l_english: # Anatolian Group - heritage_anatolian:0 "Anatolian" - heritage_anatolian_collective_noun:0 "Anatolians" isaurian:0 "Isaurian" isaurian_collective_noun:0 "Isaurians" isaurian_prefix:0 "Isauro" @@ -64,8 +62,6 @@ aesti_collective_noun:0 "Aesti" aesti_prefix:0 "Aestian" # Celtic group - heritage_celtic:0 "Celtic" - heritage_celtic_collective_noun:0 "Celts" briton:0 "Briton" briton_collective_noun:0 "Britons" briton_prefix:0 "Brito" @@ -113,8 +109,6 @@ helleno_coptic_collective_noun: "Helleno-Copts" helleno_coptic_prefix: "Helleno-Coptico" # Caucasian group - heritage_caucasian:0 "Caucasian" - heritage_caucasian_collective_noun:0 "Caucasians" caucasian_albanian:0 "Aghwan" caucasian_albanian_collective_noun:0 "Aghwanians" caucasian_albanian_prefix:0 "Aghwan" @@ -185,8 +179,6 @@ ryukyuan_collective_noun:0 "Ryukyuans" ryukyuan_prefix:0 "Ryukyuan" # Continental Celtic Group - heritage_continental_celtic:0 "Continental Celtic" - heritage_continental_celtic_collective_noun:0 "Continental Celts" gallic:0 "Gallic" gallic_collective_noun:0 "Gauls" gallic_prefix:0 "Gallo" @@ -227,8 +219,6 @@ old_nubian_collective_noun: "Kushites" old_nubian_prefix: "Kushite" # East Germanic Group - heritage_east_germanic:0 "East Germanic" - heritage_east_germanic_collective_noun:0 "East Germanics" crimean_gothic:0 "Crimean Gothic" crimean_gothic_collective_noun:0 "Crimean Goths" crimean_gothic_prefix:0 "Crimean Gothic" @@ -278,8 +268,6 @@ thracian_gothic_collective_noun: "Moesogoths" thracian_gothic_prefix: "Moseogothico" # East Iranian Group - heritage_east_iranian:0 "East Iranian" - heritage_east_iranian_collective_noun:0 "East Iranians" sakan: "Sakan" sakan_collective_noun: "Sakans" sakan_prefix: "Sako" @@ -472,14 +460,10 @@ jute_collective_noun:0 "Jutes" jute_prefix:0 "Jute" # Paleo-Iberian - heritage_paleo_iberian: "Paleo-Iberian" - heritage_paleo_iberian_collective_noun: "Paleo-Iberians" paleo_iberian: "Paleo-Iberian" paleo_iberian_collective_noun: "Paleo-Iberians" paleo_iberian_prefix: "Paleo-Iberian" # Proto-Carpathian Group - heritage_proto_carpathian:0 "Proto-Carpathian" - heritage_proto_carpathian_collective_noun:0 "Proto-Carpathians" macedonian:0 "Macedonian" macedonian_collective_noun:0 "Macedonians" macedonian_prefix:0 "Macedonian" @@ -499,8 +483,6 @@ albanian_collective_noun:0 "Albanians" albanian_prefix:0 "Albanian" # Siberian Group - heritage_siberian:0 "Siberian" - heritage_siberian_collective_noun:0 "Siberians" yeniseian:0 "Yeniseian" yeniseian_collective_noun:0 "Yeniseians" yeniseian_prefix:0 "Yeniseian" @@ -508,8 +490,6 @@ tungusic_collective_noun:0 "Tungusics" tungusic_prefix:0 "Tungusico" # Somalian Group - heritage_somalian:0 "Cushitic" - heritage_somalian:0 "Cushites" sidamic:0 "Sidamic" sidamic_collective_noun:0 "Sidamic" sidamic_prefix:0 "Sidamo" @@ -578,8 +558,6 @@ mansi_collective_noun:0 "Mansi" mansi_prefix:0 "Mansi" # Vasconic Group - heritage_vasconic:0 "Vasconic" - heritage_vasconic_collective_noun:0 "Vasconians" aquitani:0 "Aquitani" aquitani_collective_noun:0 "Aquitanians" aquitani_prefix:0 "Aquitani" @@ -675,8 +653,6 @@ udmurt_collective_noun:0 "Udmurts" udmurt_prefix:0 "Udmurt" #West African Group - heritage_west_african:0 "Mandé" - heritage_west_african_collective_noun:0 "Mandés" mande:0 "Mandé" mande_collective_noun:0 "Mandés" mande_prefix:0 "Mandé" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml index 43e238dca7..97976cc1b5 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml @@ -15,8 +15,8 @@ heritage_east_iranian_collective_noun: "East Iranians" heritage_levantine_name: "Levantine" heritage_levantine_collective_noun: "Levantines" - heritage_proto_carpathian_name: "Proto-Carpathian" - heritage_proto_carpathian_collective_noun: "Proto-Carpathians" + heritage_paleo_balkan_name: "Paleo-Balkan" + heritage_paleo_balkan_collective_noun: "Paleo-Balkans" heritage_siberian_name: "Siberian" heritage_siberian_collective_name: "Siberians" heritage_vasconic_name: "Vasconic" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 6a11da4855..bb8ccd53c0 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,9 +37,6 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -IMMEDIATE: -* Rename Proto-Carpathian to Balko-Danubian heritage (Proto-Carpathian being a Con-Lang) - MINORITIES ------------ MINORITY UTILIZATION: From ba551ec2d292b7a7b4888935deae34f28c395ec8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 27 Sep 2022 22:19:27 -0400 Subject: [PATCH 094/339] More faith tweaks * Buddhism, Jainism gets Lay Clergy * Theravada gets no vegetarianism * Iranian Paganism and Zoroastrianism consider each other hostile instead of evil * Iranian paganism views Hashishyah as a virtue (stand in for Haoma in Ancient Iranian rituals) --- .../common/religion/doctrines/BP_doctrines_pagan.txt | 12 ++++++++++++ .../religion/doctrines/BP_doctrines_zoroastrian.txt | 1 + WtWSMS/common/religion/religions/00_buddhism.txt | 4 +++- WtWSMS/common/religion/religions/00_jainism.txt | 2 +- WtWSMS/common/religion/religions/BP_iranian.txt | 6 +++++- .../religion/BP_religion_iranian_l_english.yml | 4 ++++ ...sh.yml => BP_religion_paleo_balkan_l_english.yml} | 0 .../BP_religion_zoroastrianism_l_english.yml | 1 + _developer_documentation/_BP_design.info | 4 +--- 9 files changed, 28 insertions(+), 6 deletions(-) rename WtWSMS/localization/english/religion/{BP_religion_proto_carpathian_l_english.yml => BP_religion_paleo_balkan_l_english.yml} (100%) diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_pagan.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_pagan.txt index 74faa97e00..f92ade4300 100644 --- a/WtWSMS/common/religion/doctrines/BP_doctrines_pagan.txt +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_pagan.txt @@ -57,3 +57,15 @@ scythian_pagan_doctrine = { special_doctrine_is_scythian_faith = { parameters = { utilizes_enarei = yes } } } + +iranian_pagan_doctrine = { + group = "special" + + is_available_on_create = { has_doctrine = special_doctrine_is_iranian_pagan_faith } + + #Not an **actual** syncretic opinion, so no opinion bonus; it instead treats the faith as if it's part of the + #same family, even though it's not + special_doctrine_is_iranian_pagan_faith = { + parameters = { hostility_override_special_doctrine_is_zoroastrian_faith = 2 } + } +} diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt index 0e861c8fb1..ea442a1815 100644 --- a/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt @@ -26,6 +26,7 @@ is_zoroastrian_faith = { parameters = { # Since doctrines cannot modify other faith's views of us, only our view of others, all Zoroastrian faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet. hostility_override_tenet_zoroastrian_syncretism = 2 + hostility_override_special_doctrine_is_iranian_pagan_faith = 2 zoroastrian_syncretic_recipient_opinion_active = yes opinion_of_zoroastrian_syncretic_actor_opinion_active = 30 } diff --git a/WtWSMS/common/religion/religions/00_buddhism.txt b/WtWSMS/common/religion/religions/00_buddhism.txt index 89406bb5e8..806625deab 100644 --- a/WtWSMS/common/religion/religions/00_buddhism.txt +++ b/WtWSMS/common/religion/religions/00_buddhism.txt @@ -7,7 +7,7 @@ doctrine = doctrine_no_head doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic - doctrine = doctrine_theocracy_temporal + doctrine = doctrine_theocracy_lay_clergy #Marriage doctrine = doctrine_concubines @@ -242,6 +242,8 @@ holy_site = atamasthana holy_site = dagon + doctrine = doctrine_ritual_vegetarianism_no_statement + doctrine = tenet_dharmic_pacifism doctrine = tenet_adaptive doctrine = tenet_dhammavicaya diff --git a/WtWSMS/common/religion/religions/00_jainism.txt b/WtWSMS/common/religion/religions/00_jainism.txt index 7ec4eef829..d517635d26 100644 --- a/WtWSMS/common/religion/religions/00_jainism.txt +++ b/WtWSMS/common/religion/religions/00_jainism.txt @@ -7,7 +7,7 @@ doctrine = doctrine_no_head doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic - doctrine = doctrine_theocracy_temporal + doctrine = doctrine_theocracy_lay_clergy #Marriage doctrine = doctrine_concubines diff --git a/WtWSMS/common/religion/religions/BP_iranian.txt b/WtWSMS/common/religion/religions/BP_iranian.txt index f4a3ab298b..1197b35bfa 100644 --- a/WtWSMS/common/religion/religions/BP_iranian.txt +++ b/WtWSMS/common/religion/religions/BP_iranian.txt @@ -36,10 +36,14 @@ iranian_religion = { doctrine = doctrine_ritual_vegetarianism_no_statement #Other Doctrines + doctrine = special_doctrine_is_iranian_pagan_faith doctrine = special_doctrine_is_pagan_faith traits = { - virtues = { honest just diligent } + virtues = { + honest just diligent #Zoroastrian + hashishiyah #More represents the importance of Haoma in Ancient Iranian rituals + } sins = { deceitful lazy sadistic } } diff --git a/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml index 079a3a4c09..09822c4f46 100644 --- a/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml @@ -93,3 +93,7 @@ iranian_divine_realm: "Heaven" iranian_positive_afterlife: "paradise" iranian_negative_afterlife: "hell" + + special_doctrine_is_iranian_pagan_faith_name: "Ancient Iranian Pantheon" + special_doctrine_is_iranian_pagan_faith_desc: "This faith represents the beliefs of the ancient Iranian peoples and is thus related to Zoroastrianism, even if it is not of the Zoroastrian religion." + diff --git a/WtWSMS/localization/english/religion/BP_religion_proto_carpathian_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_paleo_balkan_l_english.yml similarity index 100% rename from WtWSMS/localization/english/religion/BP_religion_proto_carpathian_l_english.yml rename to WtWSMS/localization/english/religion/BP_religion_paleo_balkan_l_english.yml diff --git a/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml index e6ced3d02f..07d0b8382a 100644 --- a/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml @@ -9,6 +9,7 @@ special_doctrine_is_zoroastrian_faith_name:0 "Teachings of Zoroaster" special_doctrine_is_zoroastrian_faith_desc:0 "There are those in the world who adhere to the teachings of Zoroaster without adhering to the Three-Fold Path. Though deceived they are, we should still show compassion to these misguided souls, as they may one day become converts to the true faith." doctrine_parameter_hostility_override_tenet_zoroastrian_syncretism:1 "Non-Zoroastrian [faiths|E] with the $tenet_zoroastrian_syncretism_name$ tenet are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_evil_tooltippable$." + hostility_override_special_doctrine_is_iranian_pagan_faith: "Considers and is considered by Zoroastrian faiths [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of [faith_evil|V]" is_zoroastrian_faith_name:0 "$special_doctrine_is_zoroastrian_faith_name$" #Other Ecumenism-like things special_doctrine_persian_legality_name:0 "" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index bb8ccd53c0..57453b41c7 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -44,9 +44,7 @@ MINORITY UTILIZATION: * Adaptive should reduce minority size slightly * Possibility of minorities becoming hybrid if hybrid is already extant? OTHERS: -* Break up Eastern Syncretism into Dharmic & other -* Huns in Gepids &c. -* Sahara event should use minorities + * Sahara event should use minorities GUI: * Breakdown of utilization From 63f5e786dcafef75664588266218ce60b7aabc0b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 29 Sep 2022 02:41:40 -0400 Subject: [PATCH 095/339] Scripted GUI test the_county_temp variable is properly set when opening the county view with this scripted GUI. Can be validated with the console command `trigger exists = title:c_baghdad.var:the_county_temp` --- .../sea_minority_culture_values.txt | 14 -------------- .../sea_minority_culture_values_gui.txt | 14 ++++++++++++++ WtWSMS/common/scripted_guis/sea_gui_effects.txt | 16 ++++++++++++++++ WtWSMS/gui/window_county_view.gui | 15 ++------------- _developer_documentation/_BP_design.info | 1 + 5 files changed, 33 insertions(+), 27 deletions(-) create mode 100644 WtWSMS/common/script_values/sea_minority_culture_values_gui.txt create mode 100644 WtWSMS/common/scripted_guis/sea_gui_effects.txt diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index fe89b78376..58ebba0f29 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -228,20 +228,6 @@ faith_small_minority_weight_value = { multiply = tradition_religion_blending_multiplier } } -faith_small_minority_weight_value = { - value = base_small_minority_weight - if = { - limit = { - scope:the_county_temp.faith = { is_dharmic_faith_trigger = yes } - scope:the_faith_temp = { has_reduced_weight_in_dharmic_counties_trigger = yes } - } - multiply = dharmic_minorities_in_dharmic_counties_multiplier - } - else_if = { - limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } - multiply = tradition_religion_blending_multiplier - } -} faith_large_minority_weight_value = { value = base_large_minority_weight if = { diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_gui.txt b/WtWSMS/common/script_values/sea_minority_culture_values_gui.txt new file mode 100644 index 0000000000..04a0845cce --- /dev/null +++ b/WtWSMS/common/script_values/sea_minority_culture_values_gui.txt @@ -0,0 +1,14 @@ +faith_small_minority_weight_value = { + value = base_small_minority_weight + if = { + limit = { + root.faith = { is_dharmic_faith_trigger = yes } + scope:the_faith_temp = { has_reduced_weight_in_dharmic_counties_trigger = yes } + } + multiply = dharmic_minorities_in_dharmic_counties_multiplier + } + else_if = { + limit = { root.culture = { has_a_religion_blending_tradition_trigger = yes } } + multiply = tradition_religion_blending_multiplier + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_guis/sea_gui_effects.txt b/WtWSMS/common/scripted_guis/sea_gui_effects.txt new file mode 100644 index 0000000000..313e2c816f --- /dev/null +++ b/WtWSMS/common/scripted_guis/sea_gui_effects.txt @@ -0,0 +1,16 @@ +open_minority_tooltip = { + scope = county + + effect = { + root = { set_variable = the_county_temp } + } +} +close_minority_tooltip = { + scope = county + + effect = { + root = { + remove_variable = the_county_temp + } + } +} \ No newline at end of file diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 0ee3613cc3..820df2fee1 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -37,6 +37,7 @@ window = { name = _show on_start = "[GetVariableSystem.Set( 'county_view_open', 'true' )]" on_start = "[GetVariableSystem.Set( 'hide_bottom_left_HUD', 'true' )]" + on_start = "[GetScriptedGui('open_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" using = Animation_FadeIn_Standard using = Sound_WindowShow_Standard @@ -47,6 +48,7 @@ window = { name = _hide on_start = "[GetVariableSystem.Clear( 'county_view_open' )]" on_start = "[GetVariableSystem.Clear( 'hide_bottom_left_HUD' )]" + on_start = "[GetScriptedGui('close_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" using = Animation_FadeOut_Standard using = Sound_WindowHide_Standard @@ -651,19 +653,6 @@ window = { scissor = yes visible = "[Not(GetVariableSystem.Exists('minority_view'))]" - state = { - name = "holding_view_refresh" - next = a - alpha = 0.5 - } - - state = { - name = "a" - alpha = 1 - duration = 0.5 - using = Animation_Curve_Default - } - background = { using = Background_Area_Dark margin_left = 5 diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 57453b41c7..dd6e27547a 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -50,6 +50,7 @@ GUI: OTHERS ------------------------------ +* Revisit Dualism and heresy spawns * Heritage ethnic religion variant? * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism From b5d8dc0ba1b8d61a19fcad39d1bf7b836e232d08 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:53:11 -0400 Subject: [PATCH 096/339] Minor updates --- WtWSMS/common/on_action/sea_minority_game_start.txt | 4 ++-- _developer_documentation/_BP_design.info | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 1f10584c10..5288d5f12e 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -3,6 +3,7 @@ #[2] Abu Muhammad 'Abd Allah Ruzbih ibn Daduya wrote a number of anti-monotheist, pro-dualist tracts early in Muslim rules (ca 760s); weren't stamped out until the 790s #[3] https://en.wikipedia.org/wiki/Aquitanian_language#/media/File:Euskararen_aztarna_geografikoak.svg #[4] https://penelope.uchicago.edu/Thayer/E/Roman/Texts/secondary/BURLAT/12*.html +#[5] H. Niliacus, The Hieroglyphics of Horapollo. Princeton, NJ: Princeton University Press, 2020. (Translated George Boas). Chapter 1 on_game_start = { on_actions = { @@ -467,7 +468,6 @@ BP_set_minorities_universal = { #Cultures add_small_culture_to_county_effect = { CULTURE = culture:greek } } - title:c_alexandria = { add_small_faith_to_county_effect = { FAITH = faith:karaism } } title:c_baghdad = { #Faiths add_small_faith_to_county_effect = { FAITH = faith:nicene } @@ -917,7 +917,7 @@ BP_set_minorities_by_date = { OR = { #Egypt #Still extant, if small, in the highly populous Delta - this = title:c_alexandria #Horapollo in the late 5th century was buried by Egyptian Rites + this = title:c_alexandria #[5] Horapollo in the late 5th century was one of the last major figures of Egyptian paganism this = title:c_al-buhaira this = title:c_al-gharbiya this = title:c_damietta diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index dd6e27547a..d111803a38 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -50,6 +50,8 @@ GUI: OTHERS ------------------------------ +* Raiding suggestions +* Prevent Karaism spawn before they should arise historically (post-Islam?) * Revisit Dualism and heresy spawns * Heritage ethnic religion variant? * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... From d6103e2648632920e5eeaa6866e5d5730b55dd33 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 17 Sep 2022 20:41:28 -0400 Subject: [PATCH 097/339] Port in hybrids from CK2 * TODO: * Add Iberian Galacian --- .../creation_names/BP_ck2_custom_names.txt | 238 ++++++++++++++++++ .../creation_names/BP_names_hybrid.txt | 27 -- .../on_action/BP_culture_on_actions.txt | 30 +-- .../scripted_triggers/BP_culture_triggers.txt | 129 ++++++++++ .../BP_government_triggers.txt | 16 +- .../events/_BP_events/BP_culture_events.txt | 8 +- .../BP_cultural_creation_names_l_english.yml | 52 ++++ .../english/culture/BP_cultures_l_english.yml | 6 +- .../BP_religion_iranian_l_english.yml | 1 + .../BP_custom_regions.txt | 44 ++++ _developer_documentation/_BP_design.info | 10 + 11 files changed, 506 insertions(+), 55 deletions(-) create mode 100644 WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt delete mode 100644 WtWSMS/common/culture/creation_names/BP_names_hybrid.txt create mode 100644 WtWSMS/map_data/geographical_regions/BP_custom_regions.txt diff --git a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt new file mode 100644 index 0000000000..9786c14844 --- /dev/null +++ b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt @@ -0,0 +1,238 @@ +#The most glorious of all cultures, East Celtic +east_celtic = { + trigger = { + has_valid_east_celtic_ancestors_trigger = { + CULTURE_1 = scope:culture + CULTURE_2 = scope:other_culture + } + } + hybrid = yes +} +##### THIS SECTION BASED ON CK2/WtWSMS/events/WtWSMS_culture_conversion_events.txt +#Note that since these *aren't* county events in CK3, we don't do the religion checks wrt counties +#ROM.1000: Skipped (Duplicate French Creation) +#ROM.1100: Skipped (Duplicate Occitan Creation) +#ROM.1150: Skipped (Visigoth back to Romano-Gallic) +gothi = { #ROM.2000; Gothi + trigger = { + root = { + culture = culture:visigothic + faith.religious_head = faith:nicene.religious_head + capital_county = { any_county_province = { geographical_region = world_europe_west_iberia } } + } + scope:other_culture = { this = culture:romano_hispanic } + } + hybrid = yes +} +#ROM.2001: Skipped (Continential Celtic Province to Romano-Hispanic) +#ROM.2048: Skipped (Gaulish Province to Romano-Gallic) +#ROM.2100: Skipped (Iberian Clusterfuck Part 1: Catalans) +#ROM.2200: Skipped (Iberian Clusterfuck Part 2: Portuguese) +#ROM.2300: Skipped (Iberian Clusterfuck Part 3: Castilian) +#ROM.2400: Skipped (Iberian Clusterfuck Part 4: Leonese) +#ROM.2500: Skipped (Iberian Clusterfuck Part 5: Andalusian) +#ROM.3000: Skipped (Latin to Italian) +#CELT.1000: Skipped (Pictish to Scottish) +breton = { #CELT.1100: Amorican to Breton + trigger = { + root = { + OR = { + culture = culture:briton + culture = culture:romano_british + } + capital_county = { any_county_province = { geographical_region = custom_breton } } + } + scope:other_culture = culture:armorican + } + hybrid = yes +} +##### THIS SECTION BASED ON CK2/WtWSMS/events/WtWSMS_melting_pot_evnts_events.txt +#Note that since these *aren't* county events in CK3, we don't do the religion checks wrt counties +italian = { #WtWSMS_pots.35; Roman to Italian + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = has_germanic_culture_trigger + CULTURE_REGION = world_europe_south_italy + REGION_LOCKED = yes + } + } + scope:other_culture = culture:roman + } +} +frankish = { #WtWSMS_pots.41; Romano-Gallic to Old French + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = frankish_culture_trigger + CULTURE_REGION = custom_frankish + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_gallic + } + hybrid = yes +} +gallo_romance = { #WtWSMS_pots.41; Romano-Gallic to Gallo-Romance + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = gallo_romance_culture_trigger + CULTURE_REGION = custom_frankish + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_gallic + } + hybrid = yes +} +occitan = { #WtWSMS_pots.51; Romano-Gallic to Occitan + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = occitan_culture_trigger + CULTURE_REGION = custom_occitan + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_gallic + } + hybrid = yes +} +catalan = { #WtWSMS_pots.57; Romano-Hispanic to Catalan + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = occitan_culture_trigger + CULTURE_REGION = custom_catalan + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_hispanic + } + hybrid = yes +} +#WtWSMS_pots.62 - Portuguese (Not ported for now) +castilian = { #WtWSMS_pots.67; Romano-Hispanic to Castilian + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = castilian_culture_trigger + CULTURE_REGION = custom_castillian + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_hispanic + } + hybrid = yes +} +leonese = { #WtWSMS_pots.72; Romano-Hispanic to Leonese + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = leonese_culture_trigger + CULTURE_REGION = custom_leonese + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_hispanic + } + hybrid = yes +} +andalusian = { #WtWSMS_pots.77; Romano-Hispanic to Andalusian + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = andalusian_culture_trigger + CULTURE_REGION = custom_andalusian + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_hispanic + } + hybrid = yes +} +british_romance = { #WtWSMS_pots.83; Romano-British to British Romance + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = british_romance_culture_trigger + CULTURE_REGION = world_roman_empire + REGION_LOCKED = no + } + } + scope:other_culture = culture:romano_british + } + hybrid = yes +} +african_romance = { #WtWSMS_pots.89; Romano-African to African Romance + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = african_romance_culture_trigger + CULTURE_REGION = world_roman_empire + REGION_LOCKED = no + } + } + scope:other_culture = culture:romano_african + } + hybrid = yes +} +dalmatian = { #WtWSMS_pots.95; Romano-Illyrian to Dalmatian + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = dalmatian_culture_trigger + CULTURE_REGION = world_roman_empire + REGION_LOCKED = no + } + } + scope:other_culture = culture:romano_illyrian + } + hybrid = yes +} +romansh = { #WtWSMS_pots.101; Romano-Noric/Romano-Raetian to Romansh + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = romansh_culture_trigger + CULTURE_REGION = world_roman_empire + REGION_LOCKED = no + } + } + OR = { + scope:other_culture = culture:romano_noric + scope:other_culture = culture:romano_raetian + } + } + hybrid = yes +} +vlach = { #WtWSMS_pots.101; Romano-Dacian/Romano-Thracian to Vlach + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = vlach_culture_trigger + CULTURE_REGION = world_roman_empire + REGION_LOCKED = no + } + } + OR = { + scope:other_culture = culture:romano_dacian + scope:other_culture = culture:romano_thracian + } + } + hybrid = yes +} +pannonian_romance = { #WtWSMS_pots.119; Romano-Pannonian to Pannonian Romance + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = pannonian_romance_culture_trigger + CULTURE_REGION = world_roman_empire + REGION_LOCKED = no + } + } + scope:other_culture = culture:romano_pannonian + } + hybrid = yes +} diff --git a/WtWSMS/common/culture/creation_names/BP_names_hybrid.txt b/WtWSMS/common/culture/creation_names/BP_names_hybrid.txt deleted file mode 100644 index f7b46eb309..0000000000 --- a/WtWSMS/common/culture/creation_names/BP_names_hybrid.txt +++ /dev/null @@ -1,27 +0,0 @@ -east_celtic = { - trigger = { - OR = { - AND = { - scope:culture = { - OR = { - has_cultural_pillar = heritage_mongolic - has_cultural_pillar = heritage_turkic - any_parent_culture_or_above = { this = culture:sarmatian } - } - } - scope:other_culture = { has_cultural_pillar = heritage_celtic } - } - AND = { - scope:culture = { has_cultural_pillar = heritage_celtic } - scope:other_culture = { - OR = { - has_cultural_pillar = heritage_mongolic - has_cultural_pillar = heritage_turkic - any_parent_culture_or_above = { this = culture:sarmatian } - } - } - } - } - } - hybrid = yes -} \ No newline at end of file diff --git a/WtWSMS/common/on_action/BP_culture_on_actions.txt b/WtWSMS/common/on_action/BP_culture_on_actions.txt index ebcbe7f37a..7e462bfeb5 100644 --- a/WtWSMS/common/on_action/BP_culture_on_actions.txt +++ b/WtWSMS/common/on_action/BP_culture_on_actions.txt @@ -10,26 +10,22 @@ on_culture_created = { bp_apply_special_hybrid_cases = { effect = { - #If this is East Celtic, apply special features - if = { + random_parent_culture = { + limit = { has_same_culture_heritage = root } + save_scope_as = parent_1 + } + random_parent_culture = { limit = { is_hybrid_culture = yes - any_parent_culture = { - OR = { - has_cultural_pillar = heritage_mongolic - has_cultural_pillar = heritage_turkic - any_parent_culture_or_above = { this = culture:sarmatian } - } - } - any_parent_culture = { has_cultural_pillar = heritage_celtic } + NOT = { this = scope:parent_1 } } - random_parent_culture = { - limit = { has_same_culture_heritage = root } - save_scope_as = parent_1 - } - random_parent_culture = { - limit = { NOT = { this = scope:parent_1 } } - save_scope_as = parent_2 + save_scope_as = parent_2 + } + if = { + limit = { + is_hybrid_culture = yes + exists = scope:parent_2 + hybrid_has_new_namelist_trigger = yes } scope:founder = { trigger_event = bp_culture_events.0001 } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 9a3416c0df..48624d60df 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -268,3 +268,132 @@ ai_will_not_convert_to_local_culture_trigger = { } } } + +#Mostly used for hybrid names +has_germanic_culture_trigger = { + OR = { + has_cultural_pillar = heritage_central_germanic + has_cultural_pillar = heritage_east_germanic + has_cultural_pillar = heritage_north_germanic + has_cultural_pillar = heritage_west_germanic + } +} +has_celtic_culture_trigger = { + OR = { + has_cultural_pillar = heritage_continental_celtic + has_cultural_pillar = heritage_celtic + } +} +has_slavic_culture_trigger = { + OR = { + has_cultural_pillar = heritage_east_slavic + has_cultural_pillar = heritage_south_slavic + has_cultural_pillar = heritage_west_slavic + } +} +germanic_or_celtic_culture_trigger = { + OR = { + has_germanic_culture_trigger = yes + has_celtic_culture_trigger = yes + } +} +germanic_or_slavic_culture_trigger = { + OR = { + has_germanic_culture_trigger = yes + has_slavic_culture_trigger = yes + } +} +#Culture Name Triggers +has_valid_east_celtic_ancestors_trigger_generic = { + AND = { + $CULTURE_1$ = { + OR = { + has_cultural_pillar = heritage_mongolic + has_cultural_pillar = heritage_turkic + the_culture_or_parent_or_above_with_heritage_is_trigger = { CULTURE = culture:sarmatian } + } + } + $CULTURE_2$ = { has_cultural_pillar = heritage_celtic } + } +} +has_valid_east_celtic_ancestors_trigger = { + OR = { + has_valid_east_celtic_ancestors_trigger_generic = { + CULTURE_1 = $CULTURE_1$ + CULTURE_2 = $CULTURE_2$ + } + has_valid_east_celtic_ancestors_trigger_generic = { + CULTURE_1 = $CULTURE_2$ + CULTURE_2 = $CULTURE_1$ + } + } +} +#All these are at root scope +italian_ruler_culture_trigger = { + has_germanic_culture_trigger = yes +} +### TODO vvvv +frankish_culture_trigger = { + culture = culture:old_frankish +} +gallo_romance_culture_trigger = { + AND = { + NOT = { culture = culture:old_frankish } + germanic_or_celtic_culture_trigger = yes + } +} +occitan_culture_trigger = { + has_germanic_culture_trigger = yes +} +catalan_culture_trigger = { + has_germanic_culture_trigger = yes +} +castilian_culture_trigger = { + has_germanic_culture_trigger = yes +} +leonese_culture_trigger = { + has_germanic_culture_trigger = yes +} +andalusian_culture_trigger = { + has_cultural_pillar = heritage_arabic +} +british_romance_culture_trigger = { + germanic_or_celtic_culture_trigger = yes +} +african_romance_culture_trigger = { + has_germanic_culture_trigger = yes +} +dalmatian_culture_trigger = { + has_germanic_culture_trigger = yes +} +romansh_culture_trigger = { + has_germanic_culture_trigger = yes +} +vlach_culture_trigger = { + germanic_or_slavic_culture_trigger = yes +} +pannonian_romance_culture_trigger = { + germanic_or_slavic_culture_trigger = yes +} +romance_hybrid_ruler_valid_trigger = { + culture = { $CULTURE_TRIGGER$ = yes } + religion = religion:christianity_religion + has_a_feudal_type_of_government_trigger = yes + capital_county = { + faith = root.faith + trigger_if = { + limit = { always = $REGION_LOCKED$ } + any_county_province = { geographical_region = $CULTURE_REGION$ } + } + } +} +#Trigger for seeing if a new namelist event (for hybrids) is warranted +hybrid_has_new_namelist_trigger = { + #East Celtic + OR = { + has_valid_east_celtic_ancestors_trigger = { + CULTURE_1 = scope:parent_1 + CULTURE_2 = scope:parent_2 + } + } +} diff --git a/WtWSMS/common/scripted_triggers/BP_government_triggers.txt b/WtWSMS/common/scripted_triggers/BP_government_triggers.txt index 9657b25fe7..8b674c7d7d 100644 --- a/WtWSMS/common/scripted_triggers/BP_government_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_government_triggers.txt @@ -8,6 +8,13 @@ has_a_non_playable_type_of_government_trigger = { has_government = holy_order_government } } +#For most primitive governments (tribals, nomads) +has_a_rudimentary_type_of_government_trigger = { + OR = { + has_government = tribal_government + has_government = nomad_government + } +} #Can hold tribals and has access to Subjugation BC has_a_primitive_type_of_government_trigger = { OR = { @@ -43,13 +50,8 @@ has_advanced_government_trigger = { } } } -#For governments that can migration -migratory_government_trigger = { - OR = { - has_government = tribal_government - has_government = nomad_government - } -} +#For governments that can do migration +migratory_government_trigger = { has_a_rudimentary_type_of_government_trigger = yes } #Governments that aren't succession locked valid_government_can_change_always_succession_trigger = { government_has_flag = government_can_change_succession_laws } diff --git a/WtWSMS/events/_BP_events/BP_culture_events.txt b/WtWSMS/events/_BP_events/BP_culture_events.txt index baba1052bf..65fe8927e8 100644 --- a/WtWSMS/events/_BP_events/BP_culture_events.txt +++ b/WtWSMS/events/_BP_events/BP_culture_events.txt @@ -10,7 +10,13 @@ bp_culture_events.0001 = { right_portrait = scope:founder option = { - trigger = { this = scope:founder } + trigger = { + this = scope:founder + has_valid_east_celtic_ancestors_trigger = { + CULTURE_1 = scope:parent_1 + CULTURE_2 = scope:parent_2 + } + } name = bp_culture_events.0001.response #Update the name list diff --git a/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml index 5ecdae40c7..998a08586a 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml @@ -1,5 +1,57 @@ l_english: + #BP_ck2_custom_names east_celtic_name: "East Celtic" east_celtic_collective_noun: "East Celts" east_celtic_prefix: "East Celto" + gothi_name: "Gothi" + gothi_collective_noun: "Gothis" + gothi_prefix: "Gothio" + breton_name: "Breton" + breton_collective_noun: "Bretons" + breton_prefix: "Breto" + italian_name: "Italian" + italian_collective_noun: "Italians" + italian_prefix: "Italo" + frankish_name: "Frankish" + frankish_collective_noun: "Franks" + frankish_prefix: "Franko" + gallo_romance_name: "Galleis" + gallo_romance_collective_noun: "Galleis" + gallo_romance_prefix: "Galle" + occitan_name: "Occitan" + occitan_collective_noun: "Occitans" + occitan_prefix: "Occito" + catalan_name: "Catalan" + catalan_collective_noun: "Catalans" + catalan_prefix: "Catalo" + castilian_name: "Castilian" + castilian_collective_noun: "Castilian" + castilian_prefix: "Castilo" + leonese_name: "Leonese" + leonese_collective_noun: "Leonese" + leonese_prefix: "Leono" + andalusian_name: "Andalusian" + andalusian_collective_noun: "Andalusians" + andalusian_prefix: "Andalusio" + british_romance_name: "Brídaney" + british_romance_collective_noun: "Brídanies" + british_romance_prefix: "Brídano" + african_romance_name: "Arréyanu" + african_romance_collective_noun: "Arréyanus" + african_romance_prefix: "Arréyano" + dalmatian_name: "Dalmatian" + dalmatian_collective_noun: "Dalmatian" + dalmatian_prefix: "Dalmato" + romansh_name: "Romansh" + romansh_collective_noun: "Romansh" + romansh_prefix: "Romansh" + vlach_name: "Vlach" + vlach_collective_noun: "Vlachs" + vlach_prefix: "Vlach" + pannonian_romance_name: "Pièlsuzhany" + pannonian_romance_collective_noun: "Pièlsuzhanies" + pannonian_romance_prefix: "Pièlsuzhano" + #_name: "" + #_collective_noun: "" + #_prefix: "" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index d21f223ae6..7804fb8053 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -584,9 +584,9 @@ chatti:0 "Chatti" chatti_collective_noun:0 "Chatti" chatti_prefix:0 "Chatto" - old_frankish:0 "Frank" - old_frankish_collective_noun:0 "Franks" - old_frankish_prefix:0 "Franko" + old_frankish: "Old Frankish" + old_frankish_collective_noun: "Old Franks" + old_frankish_prefix: "Old Franko" suebi:0 "Suebian" suebi_collective_noun:0 "Suebi" suebi_prefix:0 "Suebian" diff --git a/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml index 09822c4f46..bd8e249c1b 100644 --- a/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_iranian_l_english.yml @@ -94,6 +94,7 @@ iranian_positive_afterlife: "paradise" iranian_negative_afterlife: "hell" + iranian_pagan_doctrine_name: "" special_doctrine_is_iranian_pagan_faith_name: "Ancient Iranian Pantheon" special_doctrine_is_iranian_pagan_faith_desc: "This faith represents the beliefs of the ancient Iranian peoples and is thus related to Zoroastrianism, even if it is not of the Zoroastrian religion." diff --git a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt new file mode 100644 index 0000000000..7762c79e7a --- /dev/null +++ b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt @@ -0,0 +1,44 @@ +#Custom regions for culture creation + +#NB: Frankish and Occitan differ from CK2 in that it will follow the historic linguistic split +#Lyon was too far south for Frankish +custom_frankish = { + duchies = { + d_noviodunum d_celtica d_gallia d_durocotorum d_verodunum d_lugdunensis_tertia + } +} +custom_occitan = { + duchies = { + d_limonum d_aquitanica_prima d_toulouse d_narbonensis_prima d_narbonensis_secunda + d_novempopulana d_aquitanica_secunda d_lugdunum + } +} +custom_catalan = { + duchies = { + d_catalonia d_mallorca d_tarraconensis + } +} +custom_castillian = { + duchies = { + d_cantabria d_upper_durius d_asturicensis + } +} +custom_leonese = { + duchies = { + d_asturicensis d_cauriensis + } + counties = { + c_benavente c_zamora + } +} +custom_andalusian = { + duchies = { + d_carthago_superior d_carthago_inferior d_gaditanus d_hispalensis d_emerita d_urcitanensis + d_pacensis d_scalabitanus + } +} +custom_breton = { + duchies = { + d_brittany + } +} \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index d111803a38..569547e51b 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -45,9 +45,19 @@ MINORITY UTILIZATION: * Possibility of minorities becoming hybrid if hybrid is already extant? OTHERS: * Sahara event should use minorities + * Minorities need to be evaluated during hybridization/divergence GUI: * Breakdown of utilization +HYBRID CULTURES +------------------------------ +* Add the various other hybrid names from CK2 +* Add parameter about the various other tradition groups, like combat +* Add ai_will_do to heritages (or modify the culture creation event for Romance/Hellenic cultures) +* Adjust the ai_will_do language_latin selection criteria +* Add in new hybridization events for Romance et al cultures +* Make Roman Traditions selectable but revert to Latin Traditions during hybridization + OTHERS ------------------------------ * Raiding suggestions From 79186a5876c2824dbc4345352f9868dbe3d982a2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:33:12 -0400 Subject: [PATCH 098/339] Replace Galician with Gallaecian Avoids collision with Vanilla culture in events &c. --- .../creation_names/BP_ck2_custom_names.txt | 1 + .../cultures/BP_continental_celtic.txt | 6 +- .../name_lists/BP_continental_celtic.txt | 2 +- WtWSMS/common/landed_titles/BP_e_spain.txt | 274 +++++++++--------- .../common/named_colors/BP_culture_colors.txt | 2 +- WtWSMS/events/dlc/fp1/fp1_yearly_events.txt | 2 +- .../cultures/heritage_continental_celtic.txt | 2 +- WtWSMS/history/provinces/bp_k_gallaecia.txt | 6 +- .../BP_culture_name_lists_l_english.yml | 2 +- .../english/culture/BP_cultures_l_english.yml | 39 ++- .../_BP_known_load_errors.info | 2 + 11 files changed, 169 insertions(+), 169 deletions(-) diff --git a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt index 9786c14844..3d7d38dc27 100644 --- a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt +++ b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt @@ -152,6 +152,7 @@ andalusian = { #WtWSMS_pots.77; Romano-Hispanic to Andalusian } hybrid = yes } +#Other Romance british_romance = { #WtWSMS_pots.83; Romano-British to British Romance trigger = { root = { diff --git a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt index 913e600747..1a69e9b4bb 100644 --- a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt @@ -97,8 +97,8 @@ astures = { 35 = caucasian_dark_hair } } -galician = { - color = galician +gallaecian = { + color = gallaecian ethos = ethos_spiritual #Galician (Iberian) bequeathal heritage = heritage_continental_celtic @@ -114,7 +114,7 @@ galician = { tradition_highland_warriors #Galician (Iberian) bequeathal } - name_list = name_list_galician + name_list = name_list_gallaecian coa_gfx = { occitan_coa_gfx western_coa_gfx } building_gfx = { mediterranean_building_gfx } diff --git a/WtWSMS/common/culture/name_lists/BP_continental_celtic.txt b/WtWSMS/common/culture/name_lists/BP_continental_celtic.txt index 09e9727379..1b36347221 100644 --- a/WtWSMS/common/culture/name_lists/BP_continental_celtic.txt +++ b/WtWSMS/common/culture/name_lists/BP_continental_celtic.txt @@ -224,7 +224,7 @@ name_list_astures = { founder_named_dynasties = yes } -name_list_galician = { +name_list_gallaecian = { cadet_dynasty_names = { "dynn_Artabri" "dynn_Bracari" diff --git a/WtWSMS/common/landed_titles/BP_e_spain.txt b/WtWSMS/common/landed_titles/BP_e_spain.txt index bda45b6588..04e889111d 100644 --- a/WtWSMS/common/landed_titles/BP_e_spain.txt +++ b/WtWSMS/common/landed_titles/BP_e_spain.txt @@ -145,7 +145,7 @@ e_spain = { name_list_lusitanian = cn_salmantida name_list_astures = cn_salmantida name_list_basque = cn_salmantida - name_list_galician = cn_salmantida + name_list_gallaecian = cn_salmantida } b_salamanca = { province = 1828 @@ -187,7 +187,7 @@ e_spain = { name_list_lusitanian = cn_salmantida name_list_astures = cn_salmantida name_list_basque = cn_salmantida - name_list_galician = cn_salmantida + name_list_gallaecian = cn_salmantida } color = { 195 105 25 } } @@ -215,7 +215,7 @@ e_spain = { name_list_lusitanian = cn_biclara name_list_astures = cn_biclara name_list_basque = cn_biclara - name_list_galician = cn_biclara + name_list_gallaecian = cn_biclara } color = { 195 105 25 } } @@ -270,7 +270,7 @@ e_spain = { name_list_cantabrian = cn_sarabris name_list_astures = cn_sarabris name_list_lusitanian = cn_sarabris - name_list_galician = cn_sarabris + name_list_gallaecian = cn_sarabris name_list_basque = cn_sarabris } b_avila = { @@ -328,7 +328,7 @@ e_spain = { name_list_cantabrian = cn_sarabris name_list_astures = cn_sarabris name_list_lusitanian = cn_sarabris - name_list_galician = cn_sarabris + name_list_gallaecian = cn_sarabris name_list_basque = cn_sarabris } color = { 200 110 50 } @@ -356,7 +356,7 @@ e_spain = { name_list_cantabrian = cn_adrata name_list_astures = cn_adrata name_list_lusitanian = cn_adrata - name_list_galician = cn_adrata + name_list_gallaecian = cn_adrata name_list_basque = cn_adrata #Germanic Cultures name_list_visigothic = cn_adrata @@ -422,7 +422,7 @@ e_spain = { name_list_cantabrian = cn_emerita_augusta name_list_astures = cn_emerita_augusta name_list_lusitanian = cn_emerita_augusta - name_list_galician = cn_emerita_augusta + name_list_gallaecian = cn_emerita_augusta name_list_basque = cn_emerita_augusta #Germanic Cultures name_list_visigothic = cn_emerita_augusta @@ -453,7 +453,7 @@ e_spain = { name_list_cantabrian = cn_emerita_augusta name_list_astures = cn_emerita_augusta name_list_lusitanian = cn_emerita_augusta - name_list_galician = cn_emerita_augusta + name_list_gallaecian = cn_emerita_augusta name_list_basque = cn_emerita_augusta #Germanic Cultures name_list_visigothic = cn_emerita_augusta @@ -541,7 +541,7 @@ e_spain = { name_list_basque = cn_turobriga name_list_cantabrian = cn_turobriga name_list_astures = cn_turobriga - name_list_galician = cn_turobriga + name_list_gallaecian = cn_turobriga name_list_lusitanian = cn_turobriga } b_badajoz = { @@ -569,7 +569,7 @@ e_spain = { name_list_basque = cn_turobriga name_list_cantabrian = cn_turobriga name_list_astures = cn_turobriga - name_list_galician = cn_turobriga + name_list_gallaecian = cn_turobriga name_list_lusitanian = cn_turobriga #Germanic Cultures name_list_visigothic = cn_iulipa @@ -651,7 +651,7 @@ e_spain = { name_list_lusitanian = cn_conistorgis name_list_astures = cn_conistorgis name_list_cantabrian = cn_conistorgis - name_list_galician = cn_conistorgis + name_list_gallaecian = cn_conistorgis name_list_basque = cn_conistorgis } b_medellin = { @@ -682,7 +682,7 @@ e_spain = { name_list_lusitanian = cn_conistorgis name_list_astures = cn_conistorgis name_list_cantabrian = cn_conistorgis - name_list_galician = cn_conistorgis + name_list_gallaecian = cn_conistorgis name_list_basque = cn_conistorgis } color = { 150 205 65 } @@ -857,7 +857,7 @@ e_spain = { name_list_lusitanian = cn_tagus name_list_astures = cn_tagus name_list_basque = cn_tagus - name_list_galician = cn_tagus + name_list_gallaecian = cn_tagus #Germanic Cultures name_list_visigothic = cn_ulishbona name_list_suebi = cn_ulishbona @@ -1074,7 +1074,7 @@ e_spain = { name_list_basque = cn_cataleucos name_list_cantabrian = cn_cataleucos name_list_astures = cn_cataleucos - name_list_galician = cn_cataleucos + name_list_gallaecian = cn_cataleucos name_list_lusitanian = cn_cataleucos } b_castelo_branco = { @@ -1103,7 +1103,7 @@ e_spain = { name_list_basque = cn_cataleucos name_list_cantabrian = cn_cataleucos name_list_astures = cn_cataleucos - name_list_galician = cn_cataleucos + name_list_gallaecian = cn_cataleucos name_list_lusitanian = cn_cataleucos } color = { 160 105 70 } @@ -1139,7 +1139,7 @@ e_spain = { name_list_basque = cn_cataleucos name_list_cantabrian = cn_cataleucos name_list_astures = cn_cataleucos - name_list_galician = cn_cataleucos + name_list_gallaecian = cn_cataleucos name_list_lusitanian = cn_cataleucos } color = { 160 105 70 } @@ -1176,7 +1176,7 @@ e_spain = { name_list_basque = cn_eminio name_list_cantabrian = cn_eminio name_list_astures = cn_eminio - name_list_galician = cn_eminio + name_list_gallaecian = cn_eminio name_list_lusitanian = cn_eminio } @@ -1208,7 +1208,7 @@ e_spain = { name_list_basque = cn_eminio name_list_cantabrian = cn_eminio name_list_astures = cn_eminio - name_list_galician = cn_eminio + name_list_gallaecian = cn_eminio name_list_lusitanian = cn_eminio #Germanic Cultures name_list_visigothic = cn_eminio @@ -1239,7 +1239,7 @@ e_spain = { name_list_basque = cn_turdulorum_oppidani name_list_cantabrian = cn_turdulorum_oppidani name_list_astures = cn_turdulorum_oppidani - name_list_galician = cn_turdulorum_oppidani + name_list_gallaecian = cn_turdulorum_oppidani name_list_lusitanian = cn_turdulorum_oppidani #Germanic Cultures name_list_visigothic = cn_collippo @@ -1270,7 +1270,7 @@ e_spain = { name_list_basque = cn_eburobricio name_list_cantabrian = cn_eburobricio name_list_astures = cn_eburobricio - name_list_galician = cn_eburobricio + name_list_gallaecian = cn_eburobricio name_list_lusitanian = cn_eburobricio #Germanic Cultures name_list_visigothic = cn_eburobricio @@ -1557,7 +1557,7 @@ e_spain = { name_list_basque = cn_ossonoba name_list_cantabrian = cn_ossonoba name_list_astures = cn_ossonoba - name_list_galician = cn_ossonoba + name_list_gallaecian = cn_ossonoba name_list_lusitanian = cn_ossonoba } b_faro = { @@ -1734,7 +1734,7 @@ e_spain = { name_list_basque = cn_eburos name_list_cantabrian = cn_eburos name_list_astures = cn_eburos - name_list_galician = cn_eburos + name_list_gallaecian = cn_eburos name_list_lusitanian = cn_eburos } b_evora = { @@ -1765,7 +1765,7 @@ e_spain = { name_list_basque = cn_eburos name_list_cantabrian = cn_eburos name_list_astures = cn_eburos - name_list_galician = cn_eburos + name_list_gallaecian = cn_eburos name_list_lusitanian = cn_eburos } color = { 155 245 70 } @@ -2038,7 +2038,7 @@ e_spain = { #pre-roman cultures name_list_cantabrian = cn_isturgi name_list_astures = cn_isturgi - name_list_galician = cn_isturgi + name_list_gallaecian = cn_isturgi name_list_basque = cn_isturgi name_list_lusitanian = cn_isturgi #Germanic cultures @@ -2137,7 +2137,7 @@ e_spain = { name_list_cantabrian = cn_ilturir name_list_astures = cn_ilturir name_list_basque = cn_ilturir - name_list_galician = cn_ilturir + name_list_gallaecian = cn_ilturir name_list_lusitanian = cn_ilturir #Germanic Cultures name_list_visigothic = cn_iliberris @@ -2182,7 +2182,7 @@ e_spain = { name_list_cantabrian = cn_ilturir name_list_astures = cn_ilturir name_list_basque = cn_ilturir - name_list_galician = cn_ilturir + name_list_gallaecian = cn_ilturir name_list_lusitanian = cn_ilturir #Germanic Cultures name_list_visigothic = cn_iliberris @@ -2257,7 +2257,7 @@ e_spain = { name_list_cantabrian = cn_licabrum name_list_basque = cn_licabrum name_list_astures = cn_licabrum - name_list_galician = cn_licabrum + name_list_gallaecian = cn_licabrum name_list_lusitanian = cn_licabrum #Germanic Cultures name_list_visigothic = cn_egabro @@ -2429,7 +2429,7 @@ e_spain = { name_list_cantabrian = cn_hipalia name_list_basque = cn_hipalia name_list_astures = cn_hipalia - name_list_galician = cn_hipalia + name_list_gallaecian = cn_hipalia name_list_lusitanian = cn_hipalia #Germanic Cultures name_list_visigothic = cn_catiliana @@ -2534,7 +2534,7 @@ e_spain = { name_list_alan = cn_elepla #Pre-Roman Iberian name_list_basque = cn_ilipula - name_list_galician = cn_ilipula + name_list_gallaecian = cn_ilipula name_list_astures = cn_ilipula name_list_cantabrian = cn_ilipula name_list_lusitanian = cn_ilipula @@ -2583,7 +2583,7 @@ e_spain = { name_list_alan = cn_elepla #Pre-Roman Iberian name_list_basque = cn_ilipula - name_list_galician = cn_ilipula + name_list_gallaecian = cn_ilipula name_list_astures = cn_ilipula name_list_cantabrian = cn_ilipula name_list_lusitanian = cn_ilipula @@ -3027,7 +3027,7 @@ e_spain = { #Pre-Roman Iberian name_list_basque = cn_asta_regia name_list_aquitani = cn_asta_regia - name_list_galician = cn_asta_regia + name_list_gallaecian = cn_asta_regia name_list_astures = cn_asta_regia name_list_cantabrian = cn_asta_regia name_list_lusitanian = cn_asta_regia @@ -3582,7 +3582,7 @@ e_spain = { name_list_lusitanian = cn_brigaecium name_list_astures = cn_brigaecium name_list_basque = cn_brigaecium - name_list_galician = cn_brigaecium + name_list_gallaecian = cn_brigaecium } b_benavente = { province = 1826 @@ -3608,7 +3608,7 @@ e_spain = { name_list_lusitanian = cn_brigaecium name_list_astures = cn_brigaecium name_list_basque = cn_brigaecium - name_list_galician = cn_brigaecium + name_list_gallaecian = cn_brigaecium } color = { 195 115 20 } } @@ -3662,7 +3662,7 @@ e_spain = { name_list_lusitanian = cn_ocalam name_list_astures = cn_ocalam name_list_basque = cn_ocalam - name_list_galician = cn_ocalam + name_list_gallaecian = cn_ocalam } b_zamora = { province = 1894 @@ -3688,7 +3688,7 @@ e_spain = { name_list_lusitanian = cn_ocalam name_list_astures = cn_ocalam name_list_basque = cn_ocalam - name_list_galician = cn_ocalam + name_list_gallaecian = cn_ocalam } color = { 245 125 25 } } @@ -3716,7 +3716,7 @@ e_spain = { name_list_lusitanian = cn_arbocala name_list_astures = cn_arbocala name_list_basque = cn_arbocala - name_list_galician = cn_arbocala + name_list_gallaecian = cn_arbocala } color = { 245 125 25 } } @@ -3755,7 +3755,7 @@ e_spain = { name_list_lusitanian = cn_artabria name_list_astures = cn_artabria name_list_basque = cn_artabria - name_list_galician = cn_artabria + name_list_gallaecian = cn_artabria #Byzantine Cultures name_list_greek = cn_stemma #Germanic Cultures @@ -3815,7 +3815,7 @@ e_spain = { name_list_lusitanian = cn_trasancos name_list_astures = cn_trasancos name_list_basque = cn_trasancos - name_list_galician = cn_trasancos + name_list_gallaecian = cn_trasancos } color = { 235 204 74 } @@ -3844,7 +3844,7 @@ e_spain = { name_list_lusitanian = cn_mundonna name_list_astures = cn_mundonna name_list_basque = cn_mundonna - name_list_galician = cn_mundonna + name_list_gallaecian = cn_mundonna } color = { 235 204 74 } } @@ -3975,7 +3975,7 @@ e_spain = { name_list_lusitanian = cn_tude name_list_astures = cn_tude name_list_basque = cn_tude - name_list_galician = cn_tude + name_list_gallaecian = cn_tude #Germanic cultures name_list_visigothic = cn_castellum_tude name_list_suebi = cn_castellum_tude @@ -4031,7 +4031,7 @@ e_spain = { name_list_lusitanian = cn_tude name_list_astures = cn_tude name_list_basque = cn_tude - name_list_galician = cn_tude + name_list_gallaecian = cn_tude #Germanic cultures name_list_visigothic = cn_castellum_tude name_list_suebi = cn_castellum_tude @@ -4068,7 +4068,7 @@ e_spain = { name_list_lusitanian = cn_mons_medullius name_list_astures = cn_mons_medullius name_list_basque = cn_mons_medullius - name_list_galician = cn_mons_medullius + name_list_gallaecian = cn_mons_medullius #Germanic Cultures name_list_visigothic = cn_leogivilda name_list_suebi = cn_leogivilda @@ -4174,7 +4174,7 @@ e_spain = { name_list_lusitanian = cn_ercoriobri name_list_astures = cn_ercoriobri name_list_basque = cn_ercoriobri - name_list_galician = cn_ercoriobri + name_list_gallaecian = cn_ercoriobri #Germanic Cultures name_list_visigothic = cn_uvieu name_list_suebi = cn_uvieu @@ -4204,7 +4204,7 @@ e_spain = { name_list_lusitanian = cn_ercoriobri name_list_astures = cn_ercoriobri name_list_basque = cn_ercoriobri - name_list_galician = cn_ercoriobri + name_list_gallaecian = cn_ercoriobri } color = { 207 104 0 } } @@ -4265,7 +4265,7 @@ e_spain = { name_list_lusitanian = cn_cabruagenica name_list_astures = cn_cabruagenica name_list_basque = cn_cabruagenica - name_list_galician = cn_cabruagenica + name_list_gallaecian = cn_cabruagenica } b_astorga = { province = 1821 @@ -4291,7 +4291,7 @@ e_spain = { name_list_lusitanian = cn_cabruagenica name_list_astures = cn_cabruagenica name_list_basque = cn_cabruagenica - name_list_galician = cn_cabruagenica + name_list_gallaecian = cn_cabruagenica } color = { 255 225 70 } } @@ -4342,7 +4342,7 @@ e_spain = { name_list_lusitanian = cn_cibarcia name_list_astures = cn_cibarcia name_list_basque = cn_cibarcia - name_list_galician = cn_cibarcia + name_list_gallaecian = cn_cibarcia #Germanic Cultures name_list_visigothic = cn_warmsee name_list_suebi = cn_warmsee @@ -4401,7 +4401,7 @@ e_spain = { name_list_lusitanian = cn_lansbrica name_list_astures = cn_lansbrica name_list_basque = cn_lansbrica - name_list_galician = cn_lansbrica + name_list_gallaecian = cn_lansbrica } b_monterrei = { province = 1818 @@ -4473,7 +4473,7 @@ e_spain = { name_list_lusitanian = cn_beriso name_list_astures = cn_beriso name_list_basque = cn_beriso - name_list_galician = cn_beriso + name_list_gallaecian = cn_beriso } b_pravia = { province = 1795 @@ -4499,7 +4499,7 @@ e_spain = { name_list_lusitanian = cn_beriso name_list_astures = cn_beriso name_list_basque = cn_beriso - name_list_galician = cn_beriso + name_list_gallaecian = cn_beriso } color = { 215 85 0 } } @@ -4604,7 +4604,7 @@ e_spain = { name_list_lusitanian = cn_tithrya name_list_astures = cn_tithrya name_list_basque = cn_tithrya - name_list_galician = cn_tithrya + name_list_gallaecian = cn_tithrya } color = { 195 125 10 } } @@ -4635,7 +4635,7 @@ e_spain = { name_list_lusitanian = cn_okeli name_list_astures = cn_okeli name_list_basque = cn_okeli - name_list_galician = cn_okeli + name_list_gallaecian = cn_okeli } color = { 195 125 10 } } @@ -4663,7 +4663,7 @@ e_spain = { name_list_lusitanian = cn_segontia name_list_astures = cn_segontia name_list_basque = cn_segontia - name_list_galician = cn_segontia + name_list_gallaecian = cn_segontia } color = { 195 125 10 } } @@ -4768,7 +4768,7 @@ e_spain = { name_list_lusitanian = cn_belgeda name_list_astures = cn_belgeda name_list_basque = cn_belgeda - name_list_galician = cn_belgeda + name_list_gallaecian = cn_belgeda } color = { 135 70 20 } } @@ -4800,7 +4800,7 @@ e_spain = { name_list_lusitanian = cn_bilbilis name_list_astures = cn_bilbilis name_list_basque = cn_bilbilis - name_list_galician = cn_bilbilis + name_list_gallaecian = cn_bilbilis } b_calatayud = { province = 1932 @@ -4826,7 +4826,7 @@ e_spain = { name_list_lusitanian = cn_bilbilis name_list_astures = cn_bilbilis name_list_basque = cn_bilbilis - name_list_galician = cn_bilbilis + name_list_gallaecian = cn_bilbilis } color = { 125 85 5 } } @@ -4854,7 +4854,7 @@ e_spain = { name_list_lusitanian = cn_darek name_list_astures = cn_darek name_list_basque = cn_darek - name_list_galician = cn_darek + name_list_gallaecian = cn_darek } color = { 125 85 5 } } @@ -4889,7 +4889,7 @@ e_spain = { name_list_lusitanian = cn_iltirta name_list_astures = cn_iltirta name_list_basque = cn_iltirta - name_list_galician = cn_iltirta + name_list_gallaecian = cn_iltirta #Central Semitic Cultures name_list_egyptian = cn_larida name_list_levantine = cn_larida @@ -4925,7 +4925,7 @@ e_spain = { name_list_lusitanian = cn_iltirta name_list_astures = cn_iltirta name_list_basque = cn_iltirta - name_list_galician = cn_iltirta + name_list_gallaecian = cn_iltirta #Central Semitic Cultures name_list_egyptian = cn_larida name_list_levantine = cn_larida @@ -4974,7 +4974,7 @@ e_spain = { name_list_lusitanian = cn_salduie name_list_astures = cn_salduie name_list_basque = cn_salduie - name_list_galician = cn_salduie + name_list_gallaecian = cn_salduie #Central Semitic Cultures name_list_egyptian = cn_saraqusta name_list_levantine = cn_saraqusta @@ -5011,7 +5011,7 @@ e_spain = { name_list_lusitanian = cn_salduie name_list_astures = cn_salduie name_list_basque = cn_salduie - name_list_galician = cn_salduie + name_list_gallaecian = cn_salduie #Central Semitic Cultures name_list_egyptian = cn_saraqusta name_list_levantine = cn_saraqusta @@ -5051,7 +5051,7 @@ e_spain = { name_list_lusitanian = cn_segia name_list_astures = cn_segia name_list_basque = cn_segia - name_list_galician = cn_segia + name_list_gallaecian = cn_segia } } b_zuera = { @@ -5082,7 +5082,7 @@ e_spain = { name_list_lusitanian = cn_zubi name_list_astures = cn_zubi name_list_basque = cn_zubi - name_list_galician = cn_zubi + name_list_gallaecian = cn_zubi } } b_sarinena = { @@ -5094,7 +5094,7 @@ e_spain = { name_list_lusitanian = cn_tzaraganenna name_list_astures = cn_tzaraganenna name_list_basque = cn_tzaraganenna - name_list_galician = cn_tzaraganenna + name_list_gallaecian = cn_tzaraganenna } } } @@ -5127,7 +5127,7 @@ e_spain = { name_list_lusitanian = cn_atanagrum name_list_astures = cn_atanagrum name_list_basque = cn_atanagrum - name_list_galician = cn_atanagrum + name_list_gallaecian = cn_atanagrum } b_fraga = { @@ -5159,7 +5159,7 @@ e_spain = { name_list_lusitanian = cn_atanagrum name_list_astures = cn_atanagrum name_list_basque = cn_atanagrum - name_list_galician = cn_atanagrum + name_list_gallaecian = cn_atanagrum } } b_monzon = { #Monzón @@ -5198,7 +5198,7 @@ e_spain = { name_list_lusitanian = cn_bolskan name_list_astures = cn_bolskan name_list_basque = cn_bolskan - name_list_galician = cn_bolskan + name_list_gallaecian = cn_bolskan } b_jaca = { @@ -5234,7 +5234,7 @@ e_spain = { name_list_lusitanian = cn_corbio name_list_astures = cn_corbio name_list_basque = cn_corbio - name_list_galician = cn_corbio + name_list_gallaecian = cn_corbio } } b_uncastillo = { @@ -5275,7 +5275,7 @@ e_spain = { name_list_lusitanian = cn_boletania name_list_astures = cn_boletania name_list_basque = cn_boletania - name_list_galician = cn_boletania + name_list_gallaecian = cn_boletania } } b_ribagorza = { @@ -5337,7 +5337,7 @@ e_spain = { name_list_lusitanian = cn_bolskan name_list_astures = cn_bolskan name_list_basque = cn_bolskan - name_list_galician = cn_bolskan + name_list_gallaecian = cn_bolskan } color = { 110 65 20 } } @@ -5393,7 +5393,7 @@ e_spain = { name_list_lusitanian = cn_selenia name_list_astures = cn_selenia name_list_basque = cn_selenia - name_list_galician = cn_selenia + name_list_gallaecian = cn_selenia #Germanic Cultures name_list_visigothic = cn_akranalausakr name_list_suebi = cn_akranalausakr @@ -5422,7 +5422,7 @@ e_spain = { name_list_lusitanian = cn_herran name_list_astures = cn_herran name_list_basque = cn_herran - name_list_galician = cn_herran + name_list_gallaecian = cn_herran #Germanic Cultures name_list_visigothic = cn_sancta_iuliana name_list_suebi = cn_sancta_iuliana @@ -5453,7 +5453,7 @@ e_spain = { name_list_lusitanian = cn_moreca name_list_astures = cn_moreca name_list_basque = cn_moreca - name_list_galician = cn_moreca + name_list_gallaecian = cn_moreca #Germanic Cultures name_list_visigothic = cn_portus_victoriae name_list_suebi = cn_portus_victoriae @@ -5484,7 +5484,7 @@ e_spain = { name_list_lusitanian = cn_vellica name_list_astures = cn_vellica name_list_basque = cn_vellica - name_list_galician = cn_vellica + name_list_gallaecian = cn_vellica #Germanic Cultures name_list_visigothic = cn_vellica name_list_suebi = cn_vellica @@ -5521,7 +5521,7 @@ e_spain = { name_list_lusitanian = cn_ammaia name_list_astures = cn_ammaia name_list_basque = cn_ammaia - name_list_galician = cn_ammaia + name_list_gallaecian = cn_ammaia #Germanic Cultures name_list_visigothic = cn_cantabria name_list_suebi = cn_cantabria @@ -5550,7 +5550,7 @@ e_spain = { name_list_lusitanian = cn_ammaia name_list_astures = cn_ammaia name_list_basque = cn_ammaia - name_list_galician = cn_ammaia + name_list_gallaecian = cn_ammaia #Germanic Cultures name_list_visigothic = cn_cantabria name_list_suebi = cn_cantabria @@ -5581,7 +5581,7 @@ e_spain = { name_list_lusitanian = cn_deobriga name_list_astures = cn_deobriga name_list_basque = cn_deobriga - name_list_galician = cn_deobriga + name_list_gallaecian = cn_deobriga #Germanic Cultures name_list_visigothic = cn_deobriga name_list_suebi = cn_deobriga @@ -5612,7 +5612,7 @@ e_spain = { name_list_lusitanian = cn_deobriga name_list_astures = cn_deobriga name_list_basque = cn_deobriga - name_list_galician = cn_deobriga + name_list_gallaecian = cn_deobriga #Germanic Cultures name_list_visigothic = cn_deobriga name_list_suebi = cn_deobriga @@ -5647,7 +5647,7 @@ e_spain = { name_list_lusitanian = cn_burgum name_list_astures = cn_burgum name_list_basque = cn_burgum - name_list_galician = cn_burgum + name_list_gallaecian = cn_burgum } b_burgos = { province = 1906 @@ -5673,7 +5673,7 @@ e_spain = { name_list_lusitanian = cn_kluniako name_list_astures = cn_kluniako name_list_basque = cn_kluniako - name_list_galician = cn_kluniako + name_list_gallaecian = cn_kluniako } color = { 242 196 12 } } @@ -5701,7 +5701,7 @@ e_spain = { name_list_lusitanian = cn_ataporca name_list_astures = cn_ataporca name_list_basque = cn_ataporca - name_list_galician = cn_ataporca + name_list_gallaecian = cn_ataporca #Germanic Cultures name_list_visigothic = cn_ataporca name_list_suebi = cn_ataporca @@ -5732,7 +5732,7 @@ e_spain = { name_list_lusitanian = cn_autraca name_list_astures = cn_autraca name_list_basque = cn_autraca - name_list_galician = cn_autraca + name_list_gallaecian = cn_autraca } color = { 242 196 12 } } @@ -5760,7 +5760,7 @@ e_spain = { name_list_lusitanian = cn_pallantia name_list_astures = cn_pallantia name_list_basque = cn_pallantia - name_list_galician = cn_pallantia + name_list_gallaecian = cn_pallantia } color = { 242 196 12 } } @@ -5794,7 +5794,7 @@ e_spain = { name_list_lusitanian = cn_barscunes name_list_astures = cn_barscunes name_list_basque = cn_barscunes - name_list_galician = cn_barscunes + name_list_gallaecian = cn_barscunes } b_pamplona = { province = 1806 @@ -5820,7 +5820,7 @@ e_spain = { name_list_lusitanian = cn_bengoda name_list_astures = cn_bengoda name_list_basque = cn_bengoda - name_list_galician = cn_bengoda + name_list_gallaecian = cn_bengoda } color = { 140 130 0 } } @@ -5848,7 +5848,7 @@ e_spain = { name_list_lusitanian = cn_tubala name_list_astures = cn_tubala name_list_basque = cn_tubala - name_list_galician = cn_tubala + name_list_gallaecian = cn_tubala } color = { 140 130 0 } } @@ -5876,7 +5876,7 @@ e_spain = { name_list_lusitanian = cn_andelos name_list_astures = cn_andelos name_list_basque = cn_andelos - name_list_galician = cn_andelos + name_list_gallaecian = cn_andelos } color = { 140 130 0 } } @@ -5905,7 +5905,7 @@ e_spain = { name_list_lusitanian = cn_kaiskata name_list_astures = cn_kaiskata name_list_basque = cn_kaiskata - name_list_galician = cn_kaiskata + name_list_gallaecian = cn_kaiskata } b_tudela = { province = 1902 @@ -5931,7 +5931,7 @@ e_spain = { name_list_lusitanian = cn_kaiskata name_list_astures = cn_kaiskata name_list_basque = cn_kaiskata - name_list_galician = cn_kaiskata + name_list_gallaecian = cn_kaiskata } color = { 155 145 15 } } @@ -5959,7 +5959,7 @@ e_spain = { name_list_lusitanian = cn_turiazu name_list_astures = cn_turiazu name_list_basque = cn_turiazu - name_list_galician = cn_turiazu + name_list_gallaecian = cn_turiazu } color = { 155 145 15 } } @@ -5988,7 +5988,7 @@ e_spain = { name_list_lusitanian = cn_lurrekarroka name_list_astures = cn_lurrekarroka name_list_basque = cn_lurrekarroka - name_list_galician = cn_lurrekarroka + name_list_gallaecian = cn_lurrekarroka } b_najera = { province = 1811 @@ -6014,7 +6014,7 @@ e_spain = { name_list_cantabrian = cn_tritium name_list_lusitanian = cn_tritium name_list_astures = cn_tritium - name_list_galician = cn_tritium + name_list_gallaecian = cn_tritium } color = { 130 125 25 } } @@ -6042,7 +6042,7 @@ e_spain = { name_list_cantabrian = cn_vareia name_list_lusitanian = cn_vareia name_list_astures = cn_vareia - name_list_galician = cn_vareia + name_list_gallaecian = cn_vareia } color = { 130 125 25 } } @@ -6070,7 +6070,7 @@ e_spain = { name_list_cantabrian = cn_sidacia name_list_lusitanian = cn_sidacia name_list_astures = cn_sidacia - name_list_galician = cn_sidacia + name_list_gallaecian = cn_sidacia } color = { 130 125 25 } } @@ -6099,7 +6099,7 @@ e_spain = { name_list_cantabrian = cn_karistia name_list_lusitanian = cn_karistia name_list_astures = cn_karistia - name_list_galician = cn_karistia + name_list_gallaecian = cn_karistia #Celtic Cultures name_list_manx = cn_biscaayn } @@ -6127,7 +6127,7 @@ e_spain = { name_list_cantabrian = cn_karistia name_list_lusitanian = cn_karistia name_list_astures = cn_karistia - name_list_galician = cn_karistia + name_list_gallaecian = cn_karistia #Celtic Cultures name_list_manx = cn_biscaayn } @@ -6157,7 +6157,7 @@ e_spain = { name_list_cantabrian = cn_veleia name_list_lusitanian = cn_veleia name_list_astures = cn_veleia - name_list_galician = cn_veleia + name_list_gallaecian = cn_veleia #Germanic Cultures name_list_visigothic = cn_victoriacum name_list_suebi = cn_victoriacum @@ -6243,7 +6243,7 @@ e_spain = { name_list_cantabrian = cn_turba name_list_lusitanian = cn_turba name_list_astures = cn_turba - name_list_galician = cn_turba + name_list_gallaecian = cn_turba } b_teruel = { province = 1937 @@ -6271,7 +6271,7 @@ e_spain = { name_list_cantabrian = cn_turba name_list_lusitanian = cn_turba name_list_astures = cn_turba - name_list_galician = cn_turba + name_list_gallaecian = cn_turba } color = { 110 160 115 } } @@ -6432,7 +6432,7 @@ e_spain = { name_list_cantabrian = cn_cissis name_list_lusitanian = cn_cissis name_list_astures = cn_cissis - name_list_galician = cn_cissis + name_list_gallaecian = cn_cissis } b_tarragona = { province = 1860 @@ -6461,7 +6461,7 @@ e_spain = { name_list_cantabrian = cn_cissis name_list_lusitanian = cn_cissis name_list_astures = cn_cissis - name_list_galician = cn_cissis + name_list_gallaecian = cn_cissis } color = { 155 90 55 } } @@ -6489,7 +6489,7 @@ e_spain = { name_list_cantabrian = cn_hibera name_list_lusitanian = cn_hibera name_list_astures = cn_hibera - name_list_galician = cn_hibera + name_list_gallaecian = cn_hibera } color = { 155 90 55 } } @@ -6657,7 +6657,7 @@ e_spain = { name_list_cantabrian = cn_olerdola name_list_lusitanian = cn_olerdola name_list_astures = cn_olerdola - name_list_galician = cn_olerdola + name_list_gallaecian = cn_olerdola } } b_manresa = { #Cardona @@ -6709,7 +6709,7 @@ e_spain = { name_list_cantabrian = cn_ausa name_list_lusitanian = cn_ausa name_list_astures = cn_ausa - name_list_galician = cn_ausa + name_list_gallaecian = cn_ausa } } b_berga = { @@ -6760,7 +6760,7 @@ e_spain = { name_list_cantabrian = cn_arse name_list_lusitanian = cn_arse name_list_astures = cn_arse - name_list_galician = cn_arse + name_list_gallaecian = cn_arse } b_andorra = { province = 1869 @@ -6792,7 +6792,7 @@ e_spain = { name_list_cantabrian = cn_arse name_list_lusitanian = cn_arse name_list_astures = cn_arse - name_list_galician = cn_arse + name_list_gallaecian = cn_arse } } b_seu_d_urgell = { #Seu d'Urgell @@ -6863,7 +6863,7 @@ e_spain = { name_list_cantabrian = cn_vetula name_list_lusitanian = cn_vetula name_list_astures = cn_vetula - name_list_galician = cn_vetula + name_list_gallaecian = cn_vetula } } } @@ -6958,7 +6958,7 @@ e_spain = { name_list_cantabrian = cn_gerunda name_list_lusitanian = cn_gerunda name_list_astures = cn_gerunda - name_list_galician = cn_gerunda + name_list_gallaecian = cn_gerunda #Germanic Cultures name_list_visigothic = cn_gerunda name_list_suebi = cn_gerunda @@ -7007,7 +7007,7 @@ e_spain = { name_list_cantabrian = cn_gerunda name_list_lusitanian = cn_gerunda name_list_astures = cn_gerunda - name_list_galician = cn_gerunda + name_list_gallaecian = cn_gerunda #Germanic Cultures name_list_visigothic = cn_gerunda name_list_suebi = cn_gerunda @@ -7317,7 +7317,7 @@ e_spain = { name_list_basque = cn_vallis_tolitix name_list_lusitanian = cn_vallis_tolitix name_list_astures = cn_vallis_tolitix - name_list_galician = cn_vallis_tolitix + name_list_gallaecian = cn_vallis_tolitix #Germanic Cultures name_list_visigothic = cn_vallisoletano name_list_suebi = cn_vallisoletano @@ -7346,7 +7346,7 @@ e_spain = { name_list_basque = cn_vallis_tolitix name_list_lusitanian = cn_vallis_tolitix name_list_astures = cn_vallis_tolitix - name_list_galician = cn_vallis_tolitix + name_list_gallaecian = cn_vallis_tolitix #Germanic Cultures name_list_visigothic = cn_vallisoletano name_list_suebi = cn_vallisoletano @@ -7539,7 +7539,7 @@ e_spain = { name_list_cantabrian = cn_numantia name_list_astures = cn_numantia name_list_basque = cn_numantia - name_list_galician = cn_numantia + name_list_gallaecian = cn_numantia name_list_lusitanian = cn_numantia } b_soria = { @@ -7565,7 +7565,7 @@ e_spain = { name_list_cantabrian = cn_numantia name_list_astures = cn_numantia name_list_basque = cn_numantia - name_list_galician = cn_numantia + name_list_gallaecian = cn_numantia name_list_lusitanian = cn_numantia } color = { 255 215 5 } @@ -7680,7 +7680,7 @@ e_spain = { name_list_lusitanian = cn_talabriga name_list_astures = cn_talabriga name_list_cantabrian = cn_talabriga - name_list_galician = cn_talabriga + name_list_gallaecian = cn_talabriga } c_toledo = { color = { 212 151 12 } @@ -7729,7 +7729,7 @@ e_spain = { name_list_lusitanian = cn_talabriga name_list_astures = cn_talabriga name_list_cantabrian = cn_talabriga - name_list_galician = cn_talabriga + name_list_gallaecian = cn_talabriga } b_toledo = { province = 1919 @@ -7826,7 +7826,7 @@ e_spain = { name_list_lusitanian = cn_talabriga name_list_astures = cn_talabriga name_list_cantabrian = cn_talabriga - name_list_galician = cn_talabriga + name_list_gallaecian = cn_talabriga } color = { 212 151 12 } } @@ -7855,7 +7855,7 @@ e_spain = { name_list_lusitanian = cn_matritum name_list_astures = cn_matritum name_list_cantabrian = cn_matritum - name_list_galician = cn_matritum + name_list_gallaecian = cn_matritum #Germanic Cultures name_list_visigothic = cn_matritum #Byzantine Cultures @@ -7899,7 +7899,7 @@ e_spain = { name_list_lusitanian = cn_arriaca name_list_astures = cn_arriaca name_list_cantabrian = cn_arriaca - name_list_galician = cn_arriaca + name_list_gallaecian = cn_arriaca } color = { 230 185 15 } } @@ -7950,7 +7950,7 @@ e_spain = { name_list_lusitanian = cn_usco name_list_astures = cn_usco name_list_cantabrian = cn_usco - name_list_galician = cn_usco + name_list_gallaecian = cn_usco } color = { 230 185 15 } } @@ -7978,7 +7978,7 @@ e_spain = { name_list_lusitanian = cn_alternia name_list_astures = cn_alternia name_list_cantabrian = cn_alternia - name_list_galician = cn_alternia + name_list_gallaecian = cn_alternia } color = { 230 185 15 } } @@ -8032,7 +8032,7 @@ e_spain = { name_list_lusitanian = cn_lobetum name_list_astures = cn_lobetum name_list_cantabrian = cn_lobetum - name_list_galician = cn_lobetum + name_list_gallaecian = cn_lobetum } b_cuenca = { province = 1947 @@ -8094,7 +8094,7 @@ e_spain = { name_list_lusitanian = cn_ercavica name_list_astures = cn_ercavica name_list_cantabrian = cn_ercavica - name_list_galician = cn_ercavica + name_list_gallaecian = cn_ercavica #Germanic Cultures name_list_visigothic = cn_ercavica name_list_suebi = cn_ercavica @@ -8262,7 +8262,7 @@ e_spain = { name_list_lusitanian = cn_alakaria name_list_astures = cn_alakaria name_list_basque = cn_alakaria - name_list_galician = cn_alakaria + name_list_gallaecian = cn_alakaria } b_alarcos = { province = 1987 @@ -8291,7 +8291,7 @@ e_spain = { name_list_lusitanian = cn_alakaria name_list_astures = cn_alakaria name_list_basque = cn_alakaria - name_list_galician = cn_alakaria + name_list_gallaecian = cn_alakaria } color = { 65 215 0 } } @@ -8548,7 +8548,7 @@ e_spain = { name_list_lusitanian = cn_hokulacum name_list_astures = cn_hokulacum name_list_basque = cn_hokulacum - name_list_galician = cn_hokulacum + name_list_gallaecian = cn_hokulacum } b_ucles = { province = 1952 @@ -8593,7 +8593,7 @@ e_spain = { name_list_lusitanian = cn_hokulacum name_list_astures = cn_hokulacum name_list_basque = cn_hokulacum - name_list_galician = cn_hokulacum + name_list_gallaecian = cn_hokulacum } color = { 190 130 20 } } @@ -8681,7 +8681,7 @@ e_spain = { name_list_lusitanian = cn_olcania name_list_astures = cn_olcania name_list_basque = cn_olcania - name_list_galician = cn_olcania + name_list_gallaecian = cn_olcania } color = { 190 130 20 } } @@ -8712,7 +8712,7 @@ e_spain = { name_list_lusitanian = cn_quintana_regis name_list_astures = cn_quintana_regis name_list_basque = cn_quintana_regis - name_list_galician = cn_quintana_regis + name_list_gallaecian = cn_quintana_regis } color = { 190 130 20 } } @@ -8802,7 +8802,7 @@ e_spain = { name_list_lusitanian = cn_kalise name_list_astures = cn_kalise name_list_basque = cn_kalise - name_list_galician = cn_kalise + name_list_gallaecian = cn_kalise } color = { 0 100 35 } } @@ -8859,7 +8859,7 @@ e_spain = { name_list_lusitanian = cn_munobriga name_list_astures = cn_munobriga name_list_basque = cn_munobriga - name_list_galician = cn_munobriga + name_list_gallaecian = cn_munobriga } b_alcaraz = { province = 1967 @@ -8888,7 +8888,7 @@ e_spain = { name_list_lusitanian = cn_munobriga name_list_astures = cn_munobriga name_list_basque = cn_munobriga - name_list_galician = cn_munobriga + name_list_gallaecian = cn_munobriga } color = { 5 115 60 } } @@ -8982,7 +8982,7 @@ e_spain = { name_list_lusitanian = cn_valentia name_list_astures = cn_valentia name_list_basque = cn_valentia - name_list_galician = cn_valentia + name_list_gallaecian = cn_valentia #Central Semitic Cultures name_list_egyptian = cn_balansiyya name_list_levantine = cn_balansiyya @@ -9033,7 +9033,7 @@ e_spain = { name_list_lusitanian = cn_valentia name_list_astures = cn_valentia name_list_basque = cn_valentia - name_list_galician = cn_valentia + name_list_gallaecian = cn_valentia #Central Semitic Cultures name_list_egyptian = cn_balansiyya name_list_levantine = cn_balansiyya @@ -9086,7 +9086,7 @@ e_spain = { name_list_lusitanian = cn_arse name_list_astures = cn_arse name_list_basque = cn_arse - name_list_galician = cn_arse + name_list_gallaecian = cn_arse #Germanic Cultures name_list_visigothic = cn_saguntum name_list_suebi = cn_saguntum @@ -9335,7 +9335,7 @@ e_spain = { name_list_lusitanian = cn_bolvax name_list_astures = cn_bolvax name_list_basque = cn_bolvax - name_list_galician = cn_bolvax + name_list_gallaecian = cn_bolvax } color = { 27 130 60 } } @@ -9383,7 +9383,7 @@ e_spain = { name_list_lusitanian = cn_leukante name_list_astures = cn_leukante name_list_basque = cn_leukante - name_list_galician = cn_leukante + name_list_gallaecian = cn_leukante } b_alicante = { province = 1853 @@ -9428,7 +9428,7 @@ e_spain = { name_list_lusitanian = cn_leukante name_list_astures = cn_leukante name_list_basque = cn_leukante - name_list_galician = cn_leukante + name_list_gallaecian = cn_leukante } color = { 75 155 85 } } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index bf1f26f40f..289e59d7b2 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -85,7 +85,7 @@ colors = { gallic = { 0.025 0.2 0.025 } galatian = { 0.3 0.7 0.3 } astures = { 0.7 0.5 0.2 } - galician = { 0.35 0.5 0.25 } + gallaecian = { 0.35 0.5 0.25 } cantabrian = { 0.3 0.8 0.8 } lusitanian = { 0.7 0.4 0.3 } armorican = { 0.45 0.91 0.0 } diff --git a/WtWSMS/events/dlc/fp1/fp1_yearly_events.txt b/WtWSMS/events/dlc/fp1/fp1_yearly_events.txt index b980248c06..c8d84e42bf 100644 --- a/WtWSMS/events/dlc/fp1/fp1_yearly_events.txt +++ b/WtWSMS/events/dlc/fp1/fp1_yearly_events.txt @@ -16568,7 +16568,7 @@ fp1_yearly.1081 = { #If Galician exists, they must have been from Galicia! else_if = { limit = { has_global_variable = visigothic_culture_split } - culture:galician = { save_scope_as = antilia_culture } + culture:gallaecian = { save_scope_as = antilia_culture } } #Otherwise, bog-standard Visigoths. else = { diff --git a/WtWSMS/history/cultures/heritage_continental_celtic.txt b/WtWSMS/history/cultures/heritage_continental_celtic.txt index b8f90f4ae7..683656b5db 100644 --- a/WtWSMS/history/cultures/heritage_continental_celtic.txt +++ b/WtWSMS/history/cultures/heritage_continental_celtic.txt @@ -1,4 +1,4 @@ -#gallic, astures, galician, east_gallic, amorican, galatian, cantabrian, lusitanian +#gallic, astures, gallaecian, east_gallic, amorican, galatian, cantabrian, lusitanian 1.1.1 = { ## Tribal Innovations # Military diff --git a/WtWSMS/history/provinces/bp_k_gallaecia.txt b/WtWSMS/history/provinces/bp_k_gallaecia.txt index da56386a44..e09da6a56e 100644 --- a/WtWSMS/history/provinces/bp_k_gallaecia.txt +++ b/WtWSMS/history/provinces/bp_k_gallaecia.txt @@ -106,7 +106,7 @@ ###c_coruna 1787 = { # A CORUNA - culture = galician + culture = gallaecian religion = priscillianism holding = castle_holding special_building_slot = tower_of_hercules_01 @@ -126,7 +126,7 @@ } ###c_santiago 1785 = { # SANTIAGO DE COMPOSTELA - culture = galician + culture = gallaecian religion = priscillianism holding = castle_holding special_building_slot = holy_site_basilica_santiago_01 @@ -142,7 +142,7 @@ } ###c_tui 1782 = { # VIGO - culture = galician + culture = gallaecian religion = priscillianism holding = castle_holding } diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 41da089dab..b19bf9d0e8 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -74,7 +74,7 @@ name_list_gallic:0 "Gallic" name_list_galatian:0 "Galatian" name_list_astures:0 "Astures" - name_list_galician:0 "Galician" + name_list_gallaecian: "Gallaecian" name_list_cantabrian:0 "Cantabrian" name_list_lusitanian:0 "Lusitanian" name_list_armorican:0 "Amorican" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 7804fb8053..78ec29261c 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -185,32 +185,29 @@ astures:0 "Astures" astures_collective_noun:0 "Asturs" astures_prefix:0 "Asturo" - galician:0 "Galician" - galician_collective_noun:0 "Galicians" - galician_prefix:0 "Galician" - east_gallic:0 "East Gallic" - east_gallic_collective_noun:0 "East Gauls" - east_gallic_prefix:0 "East Gallo" - armorican:0 "Armorican" - armorican_collective_noun:0 "Armoricans" - armorican_prefix:0 "Armorican" - galatian:0 "Galatian" - galatian_collective_noun:0 "Galatians" - galatian_prefix:0 "Galatian" - cantabrian:0 "Cantabrian" - cantabrian_collective_noun:0 "Cantabrians" - cantabrian_prefix:0 "Cantabrian" - lusitanian:0 "Lusitanian" - lusitanian_collective_noun:0 "Lusitanians" - lusitanian_prefix:0 "Luso" + gallaecian: "Gallaecian" + gallaecian_collective_noun: "Gallaecians" + gallaecian_prefix: "Gallaecio" + armorican: "Armorican" + armorican_collective_noun: "Armoricans" + armorican_prefix: "Armorico" + galatian: "Galatian" + galatian_collective_noun: "Galatians" + galatian_prefix: "Galatio" + cantabrian: "Cantabrian" + cantabrian_collective_noun: "Cantabrians" + cantabrian_prefix: "Cantabrio" + lusitanian: "Lusitanian" + lusitanian_collective_noun: "Lusitanians" + lusitanian_prefix: "Luso" #Coptic Group coptic: "Coptic" coptic_collective_noun: "Copts" coptic_prefix: "Copto" # Dravidian Group - brahui:0 "Brahui" - brahui_collective_noun:0 "Brahuis" - brahui_prefix:0 "Brahui" + brahui: "Brahui" + brahui_collective_noun: "Brahuis" + brahui_prefix: "Brahui" # East African Group ethiopian: "Ethiopian" ethiopian_collective_noun: "Ethiopians" diff --git a/_development_utilities/_BP_known_load_errors.info b/_development_utilities/_BP_known_load_errors.info index b6d8f81e44..4fc19d2e17 100644 --- a/_development_utilities/_BP_known_load_errors.info +++ b/_development_utilities/_BP_known_load_errors.info @@ -193,6 +193,8 @@ is set but is never used. Note that use in localization doesn't count due to tec [culture_template.cpp:86]: Gfx culture steppe_coa_gfx in yeniseian doesn't match existing sequence in alan [culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in aesthetics_portuguese doesn't match existing sequence in basque [culture_template.cpp:86]: Gfx culture fp1_norse_clothing_gfx in romano_gothic doesn't match existing sequence in visigothic +[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in galician doesn't match existing sequence in basque +[culture_template.cpp:86]: Gfx culture occitan_coa_gfx in gallaecian doesn't match existing sequence in occitan ### Script Linking Errors Non-Existant Characters because we overwrote history [history.cpp:576]: Referencing non-existent character in script link character:1128 [history.cpp:576]: Referencing non-existent character in script link character:108501 From bb34deacd675b2b3dd4e3fcbf2072110860b52e0 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:47:18 -0400 Subject: [PATCH 099/339] Add galician culture formation trigger --- .../culture/creation_names/BP_ck2_custom_names.txt | 13 +++++++++++++ .../BP_cultural_creation_names_l_english.yml | 3 +++ .../geographical_regions/BP_custom_regions.txt | 5 +++++ 3 files changed, 21 insertions(+) diff --git a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt index 3d7d38dc27..ac4ce1664d 100644 --- a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt +++ b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt @@ -139,6 +139,19 @@ leonese = { #WtWSMS_pots.72; Romano-Hispanic to Leonese } hybrid = yes } +galician = { #Galician formation + trigger = { + root = { + romance_hybrid_ruler_valid_trigger = { + CULTURE_TRIGGER = galician_culture_trigger + CULTURE_REGION = custom_galician + REGION_LOCKED = yes + } + } + scope:other_culture = culture:romano_hispanic + } + hybrid = yes +} andalusian = { #WtWSMS_pots.77; Romano-Hispanic to Andalusian trigger = { root = { diff --git a/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml index 998a08586a..e97696292b 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_creation_names_l_english.yml @@ -30,6 +30,9 @@ leonese_name: "Leonese" leonese_collective_noun: "Leonese" leonese_prefix: "Leono" + galician_name: "Galician" + galician_collective_noun: "Galicians" + galician_prefix: "Galicio" andalusian_name: "Andalusian" andalusian_collective_noun: "Andalusians" andalusian_prefix: "Andalusio" diff --git a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt index 7762c79e7a..5ad9137b27 100644 --- a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt +++ b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt @@ -31,6 +31,11 @@ custom_leonese = { c_benavente c_zamora } } +custom_galician = { + duchies = { + d_lucensis + } +} custom_andalusian = { duchies = { d_carthago_superior d_carthago_inferior d_gaditanus d_hispalensis d_emerita d_urcitanensis From 7f1a5bbf792cd662d1ad6dc961cf49206f5be4e1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:47:54 -0400 Subject: [PATCH 100/339] Implement linguistic drift skeleton Only applies for Romano-African at this time Also fix minor error for Galician trigger --- WtWSMS/common/culture/name_lists/BP_latin.txt | 149 ++++ .../culture/names_equivalency/00_names.txt | 634 +++++++++--------- WtWSMS/common/culture/pillars/00_language.txt | 27 + .../common/on_action/BP_yearly_on_actions.txt | 17 +- .../scripted_triggers/BP_culture_triggers.txt | 3 + .../BP_culture_events.txt | 0 .../BP_heritage_linguistic_drift.txt | 103 +++ .../BP_culture_name_lists_l_english.yml | 1 + .../BP_cultural_languages_l_english.yml | 2 + .../BP_culture_events_l_english.yml | 14 + ...kerwanderung_additional_name_l_english.yml | 332 ++++++++- _developer_documentation/_BP_design.info | 1 + 12 files changed, 964 insertions(+), 319 deletions(-) rename WtWSMS/events/_BP_events/{ => culture_events}/BP_culture_events.txt (100%) create mode 100644 WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt diff --git a/WtWSMS/common/culture/name_lists/BP_latin.txt b/WtWSMS/common/culture/name_lists/BP_latin.txt index 441cde7bac..c3d38e0c94 100644 --- a/WtWSMS/common/culture/name_lists/BP_latin.txt +++ b/WtWSMS/common/culture/name_lists/BP_latin.txt @@ -2322,3 +2322,152 @@ name_list_romano_gothic = { founder_named_dynasties = yes } +name_list_african_romance = { + cadet_dynasty_names = { + "dynn_A_demE_u" + "dynn_BA_dazE_u" + "dynn_BarumE_nE_u" + "dynn_BerE_yu" + "dynn_BE_runu" + "dynn_BE_ttorE_nu" + "dynn_BodzE_dzE_a" + "dynn_Cado" + "dynn_CadzE_u" + "dynn_CammE_u" + "dynn_CanE_" + "dynn_CE_nna" + "dynn_CoyE_U_" + "dynn_Dehu" + "dynn_Dossare" + "dynn_DzE_du" + "dynn_DzE_nhu" + "dynn_Dzeradu" + "dynn_DzE_rE_go" + "dynn_Eanu" + "dynn_E_nyenu" + "dynn_Grassu" + "dynn_HE_layE_lu" + "dynn_HelE_y" + "dynn_Huba" + "dynn_RE_yanu" + "dynn_SE_nnu" + "dynn_SE_yerE_yE_nhu" + "dynn_SeyundE_anu" + "dynn_Tossu" + "dynn_YarrE_yu" + "dynn_YE_dzE_mezanu" + "dynn_YemE_nu" + "dynn_YuE_u" + "dynn_Zuzeu" + "dynn_Ezu" + "dynn_HuryE_zu" + "dynn_BubE_lzu" + "dynn_MemmE_u" + "dynn_ShE_u" + "dynn_YarbunnE_u" + "dynn_HabE_u" + "dynn_AyE_u" + "dynn_YaronE_u" + "dynn_RoshE_u" + } + + dynasty_names = { + "dynn_A_demE_u" + "dynn_BA_dazE_u" + "dynn_BarumE_nE_u" + "dynn_BerE_yu" + "dynn_BE_runu" + "dynn_BE_ttorE_nu" + "dynn_BodzE_dzE_a" + "dynn_Cado" + "dynn_CadzE_u" + "dynn_CammE_u" + "dynn_CanE_" + "dynn_CE_nna" + "dynn_CoyE_U_" + "dynn_Dehu" + "dynn_Dossare" + "dynn_DzE_du" + "dynn_DzE_nhu" + "dynn_Dzeradu" + "dynn_DzE_rE_go" + "dynn_Eanu" + "dynn_E_nyenu" + "dynn_Grassu" + "dynn_HE_layE_lu" + "dynn_HelE_y" + "dynn_Huba" + "dynn_RE_yanu" + "dynn_SE_nnu" + "dynn_SE_yerE_yE_nhu" + "dynn_SeyundE_anu" + "dynn_Tossu" + "dynn_YarrE_yu" + "dynn_YE_dzE_mezanu" + "dynn_YemE_nu" + "dynn_YuE_u" + "dynn_Zuzeu" + "dynn_Ezu" + "dynn_HuryE_zu" + "dynn_BubE_lzu" + "dynn_MemmE_u" + "dynn_ShE_u" + "dynn_YarbunnE_u" + "dynn_HabE_u" + "dynn_AyE_u" + "dynn_YaronE_u" + "dynn_RoshE_u" + } + + male_names = { + Abbolsu A_dala Addemeryar A_dela A_done_nu A_dze_oggu Anne_u Arbe_nu Arbu Arrae_l Arrodere_yu + Arromanu Arromulu Aryade_u Assoyu Ba_dalare_u Bardolomeu Barume_ne_ Baryedu Base_zu Bashalu + Bassu Baza Be_be_anu Be_ddor Be_du Be_ggedze_u Bele_sare_u Be_mmeryar Benede_ddu Beregre_nu + Be_re_zu Berru Be_su Bobbe_u Bo_dze_u Bogge_u Bonaye_u Bonnannaro Boryezu Bredu Buba Bulu + Buzu Dane_l De_odoru De_ogredze_anu Dome_ne_yu Dome_nu Donadu Dre_anu Dulu Edze_u Emmanu + E_nnadze_u E_rrere_du E_rrere_yu Eryuzu Gabussa Garyasanu Gasparru Ge_bare_ Ge_bre_anu + Gedanu Gudu Ge_leste_nu Ge_ye_zu Gome_da Gonnezu Gorona Gosta_de_nu Gossa Gradze_anu Grassu + Gremedze_u Gremen Gre_zu Grore_u Grude_u Gudemar Gudze_na Guse_la Habe_lye_u Haroa Hayo + Hayobu Hayundu Hele_y He_mmu Herome_nu Hoanne Hoseu Huba Hude_la Huste_ne_anu Hustenu_ + Hustu Hustu Huzanu Huzu Lare_yu Leo_dze_u Lesha_dru Lurudze_u Luya Luye_u Maddeu Mannu + Marde_nu Mare_anu Mare_u Maryezu Maryu Mashe_me_zanu Mashe_mu Mashue_nu Massuna Maze_yu + Medasha Me_ggelu Me_le_u Meryureu Me_yale_ Muru Muyede_ Nastase_u Nereyu Ne_u Ne_yola Nubelu + Nue_za Odduyanu Re_dere_yu Reyaredu Re_yu Re_yu Rezu Roru Ruhanu Rusu Sadunnu Samare_danu + Samuel Sannu Saraye_nu Sarbador Se_mon Serae_nu Se_re_yu Serye_u Se_se_nne_u Se_yere_yu + Simmaggu Solomon Steanu Sunde_la Sue_na Talsamudu Talyanu Tanare_yu Taye_du Teanu Te_bere_u + Teodore_yu Teodoru Tobe_a Tode_la Tolemeu Toma Tomassu Tore_mudu Urrude_zu Urrue_nu Ursu + Yabe_nu Yabre_lu Yalere_u Yammelu Ye_de_melu Yederu Ye_dze_u Yelassu Yele_meru Ye_sale_yu + Yessere_yu Yu Yudamudu Yude_lyu Yueffanu Yuste_nu Addane_da + } + + female_names = { + A_done_a Aggele_ya Albe_na Anna Anna Anne_dulda Arrade Arrayesnda Arreye_berya Arrosa Arroshana + Badulesa Baladda Balade_na Balere_a Bannoma Base_za Bearre_y Be_be_ana Be_ddore_a Bedelneza + Be_dore_a Berra Benede_dda Be_nne_ma Bera Beredulda Beregre_na Be_ste_za Bobbea Braye_de_a + Bredze_osa Brude_za Brune_rra Buba Buddedalda Bula Burggere_a Dalassa Dame_a De_a De_ana Dela + Dobera Dome_na Doreda Dosnda Dre_ana Eba E_bbole_da E_ggedulda Emmesnda Eza Ga_de_da Gasse_a + Gedere_na Genosnda Ge_za Gonneza Gose_ma Gosta_de_a Gradze_a Gre_bbe_na Gre_spe_na Gre_ste_na + Grude_a Hele_yula Hoanna Horrunada Husta Huza Laberda Lame_a Le_bbe_a Le_be_a Lena Le_ne_a + Le_sabedda Le_ssa Lushure_a Luya Madasta Maddalena Madolna Marberya Mare_a Mare_ane Mare_sa + Marya Maryareda Maryuda Mastarde Mele_ssa Me_ra Me_rassa Messale_na Mone_ya Nadale_a Ne_badora + Ne_da Nore_a Nosnda Ordessa Rage_za Redena_da Redeyuda Reza Ruse_za Sabeza Sara Sarde_ne_a + Se_done_a Se_rbe_a Se_seyude_a Soe_a Stalyude_a Starde Steane_a Susanna Tabe_dda Tade_a + Tahede_dda Te_a Te_dze_ana Teodora Tukda Urruste_ana Yabre_za Yalere_a Ye_shlura Yomesnda + Yorde_ana Yorya Yue_ssana Yurea Yusta Yuste_na Zanora Zura + } + + dynasty_of_location_prefix = "dynnp_ey" + + patronym_prefix_male = "dynnpat_pre_ed" + patronym_prefix_female = "dynnpat_pre_ed" + + # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. + pat_grf_name_chance = 30 + mat_grf_name_chance = 10 + father_name_chance = 25 + + # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. + pat_grm_name_chance = 20 + mat_grm_name_chance = 40 + mother_name_chance = 5 +} \ No newline at end of file diff --git a/WtWSMS/common/culture/names_equivalency/00_names.txt b/WtWSMS/common/culture/names_equivalency/00_names.txt index 02a59fe5dd..bcbe7122bf 100644 --- a/WtWSMS/common/culture/names_equivalency/00_names.txt +++ b/WtWSMS/common/culture/names_equivalency/00_names.txt @@ -1,4 +1,319 @@ -aaron_male = { AarO_n Aaro_n Aaron Aharon Aron Haroun Harun Yaron } +abdmelqart_male = { Abdemelgar Abdmelqart Addemeryar } +adrian_male = { Adran Adrany Adreanu AdriA_nu Adrian Adriane Adriano Adrianos Adrianu Adrianus Adrien Atrianus Dre_anu Hadrian Hadrianus } +aegidius_male = { Aegidius Aidio Chil E_dzhedzui Egidio Egidius Egidziu Gil Giles Gilles Ie_zhezy Xil Ye_dze_u } +aemilius_male = { Aemilius E_mallu E_mellui Emil Ie_meiy Imiliu Me_le_u Yemelyan } +aetius_male = { Aetios Aetius E_ciu E_te_ E_tsui Edze_u Etziu Ie_sy } +alaric_male = { Alar Alaric Alarich Alaricho Alarigu Alrico Lare_yu } +albinus_male = { Albinu Albinui Albinus Albiny Arbe_nu } +albus_male = { Alb Albo Albu Albui Albus Arbu Ialby Jualb } +alexander_male = { Aie_ushandre Alastair Ale_sandre_ Alecuandur Aleksandar Aleksander Aleksandr Aleksandre Ales Alesandre Alescandru Alessandro Alexander Alexandr Alexandre Alexandros Alexandru Alisander Alissandru Alixandre Alle_psandre_ Allepsandri Allisander Chaandy Eleandre Eskander Iskander Iskender Iskinder Lesha_dru Lissandru SA_ndor Sa_ndor } +ambrose_male = { Abbolsu Abbrosiu Ambbrogghiu AmbrO_su Ambrogio Ambroise Ambros Ambrose Ambroshui Ambrosio Ambrosius Ambroso Ambroz Ambrushy Amrus E_me_ris Emrys I_me_ri } +anastasius_male = { Anaschashy Anastashui Anastasio Anastasios Anastasiu Anastasius Anastastios Nastase_u } +andrew_male = { A_dela Anderjs Anders AndrA_s AndrE_ AndrE_s Andra_s Andre Andre_ Andre_s Andrea Andream Andreas Andrei Andreotto Andreu Andrev Andrew Andri Andria Andriai Andrias Andrija Androus Andrzej Annirea JE_drzej Jedrzej OndR_ej Ondrej } +anicius_male = { Aieshy An_echui An_eciu Anicius Anigiu Ne_u } +annius_male = { An_ui Anne_u Annias Anniu Annius Iaiy } +antalas_male = { A_dala Antala Antalas } +antiochos_male = { A_dze_oggu Antiochos Antiokhos Antzioccu } +antoninus_male = { A_done_nu Andolin Annwn AntO_ni Anthony Antn_nino Anto_nio Antoine Antoinus Anton Anton_inui Anton_u Anton_ui Antoni Antoni_n Antonin Antonine Antonineh Antonino Antoninu Antoninus Antonio Antonios Antoniotto Antoniu Antonius Antonolo Antouni Antuiy Antun_inu Antun_iny Antune Antuninu Antuone } +apuleius_male = { Apuleius Apullu Buzu } +arcadius_male = { Arcadius Arcadzui Arcagiu Archazy Argad Argadiu Aryade_u } +arzoccu_male = { Arsogu Arzoccu Assoyu } +athanaric_male = { Atanarigu Athanaric Tanare_yu } +augustine_male = { Agostino Aguastin Agustin AugustI_n Augusti_n Augustin Augustine Austinu Ugustinu Yuste_nu } +aurelius_male = { Aure_le_o Aurelio Aurelios Aureliu Aurelius Aurellu Aurellui Aurely Aureo_l Aureolo Aureolus Auriol Awrehli Oreiy Orele_ Oreliu Rezu Urellu } +baraket_male = { Baraket Bargetu Baryedu } +bartholomew_male = { Bardolomeu BartO_lu BarthE_lE_mi Barthe_le_mi Bartholemi Bartholomaeus Bartholomaios Bartholomeo Bartholomeus Bartholomew Bartol Bartolomeo Bartolomeu Bartolomeus Bartolu Bartomeu Bartoromeui Bartosz BartoumiE_u Bartoumie_u Barturumey Bertelemi Buartol Talmai Tolmai Tulmay } +barumini_male = { Barume_ne_ Barumini } +basil_male = { Base_zu Basil Basile Basileios Basilio Basilios Basillu Vasile Vasilii Vasiliy } +bassu_male = { Bassiano Basso Bassu } +belisarius_male = { Be_llisariu Beieshary Bele_sare_u Belisara Belisarios Belisariu Belisarius Bellesariui Belsario } +benedict_male = { Beiede_uty Ben_edeptui BeneS_ Benede_ddu Benedek Benedetto Benedict Benedictus Benedikt Benedittu Beneitu Beneke Beneoit Benes Beneset Benet Bengt Benito BenoI_t Benoi_t Benoiet Binidittu Budic Budoc Budog Bunedec } +binmelqart_male = { Be_mmeryar Bimmelgar Binmelqart } +boccius_male = { Bocciu Boccius Bogge_u Boqqi } +boniface_male = { BoN_cza Bonaye_u Boncza Boniface Bonifacio Bonifacius Bonifagiu Bonifazio Bonifaziu } +bonnannaro_male = { Bonnannaro } +caecilius_male = { Aksel Aksil Caecilius Cecily Cegillu Che_chellui Cie_ciellu Cie_cileo Ge_gile_ Ge_ye_zu Kaikilios Ke_kili She_sheiy } +capussa_male = { Capussa Gabussa } +carcasan_male = { Carcasan Cargasanu Garyasanu } +caspar_male = { Caspar Casparru GA_spA_r Ga_spa_r Gaspare Gasparru Jaspar Kaspar } +celestine_male = { Celestine Cilestinu Coelestinus Ge_leste_nu } +cipare_male = { Cipare Cipari Ge_bare_ } +claudius_male = { Ciaudzui ClA_udiu Claude Claudio Claudius Claugiu Cozy Crudiu Glywys Grude_u Klaudios Klaute } +clemens_male = { ClamenC_ Clamenc_ Clemen Clemence Clemens Clement Clemente Clemiant Climent Climenti Cremen Crementziu Grem?dze_u Gremedze_u Gremen Klemes Kliment } +comita_male = { Comita Gome_da Gomita } +constantine_male = { Castantin Caunstantin CausantI_n Causanti_n Cn_sce_nino Coge_nin ConstantI_n ConstantI_nu Constanti_n Constantin Constantine Constantino Constantinui Constantinus Costantin Costantinu Cunschantiny Cunstantinu Custantinu Custennin Custentin GosantI_nu Gosdantin Gosta_de_nu Guantine Konstantin Konstantine Konstantinos } +cornelius_male = { Caurnel Cn_rne_le_o Corn_ellui Cornele_ Cornelio Corneliu Cornelius Cornellu Cornely Cureiy Curn_ellu Curneliu Gonnezu Kornel Kornelios } +corona_male = { Corona Gorona } +cosmas_male = { CO_simu Cosimo Cosma Cosmas GO_samu Gossa Kosma Kosmas Koz'ma Koz_ma ZO_simu } +crassus_male = { Crassu Crassus Crasui Crasy Grassu } +cusaila_male = { Cusaila Cusila Guse_la } +cutzinas_male = { Cutzina Cutzinas Gudze_na } +daniel_male = { Danail Dane_l Danelu DaniE_l Danie_l Daniel Danieli Daniil Danilo Danilu Daniyel Daniyyel Danyal Deiniol Deniel Ge_neol Gie_niolo Taniel } +diocletianus_male = { De_ogredze_anu Diocletianus Diocretzianu Diucletianu Zhocllechanui Zhuceshany } +diodorus_male = { De_odoru Diodoru Diodorus Diyodoreh Zhodorui Zhudury } +dominic_male = { DomE_nico Dome_ne_yu Dome_nico Domenico Domenigo Domienco Domingo Domingu Dominic Dominigu Dominik DumI_nicu } +dominus_male = { Dome_nu Domineh Dominu Dominus Domno Domnos } +donatus_male = { Donadu Donata Donateh Donato Donatu Donatus Dynod } +drusus_male = { Drous Drousos Drusu Drusui Drusus Drusy Rusu } +egrilius_male = { Egrilius Egrillu Gre_zu Hegrili } +eisarn_male = { Eisarn Isarnu Sannu } +euric_male = { Eborico Euric Re_yu Uriegu Urieke Urigu } +evisus_male = { Be_su Ebisu Evisus } +fabricius_male = { Fabrichui Fabriciu Fabricius Fabrishy Habe_lye_u } +facundus_male = { Facundus Fagundu Hayundu } +faustus_male = { Faustu Faustui Faustus Fosty Fustu Giustu Hustu Justu Justus Phaustos Phawsteh } +felix_male = { Fei Felec Feles Felice Felictu Feligz Felix Felli Fellip Filici Hele_y Pheliks SzczE_sny Szczesny } +firmus_male = { Firmu Firmus He_mmu } +flavianus_male = { Flaianus Flaueanui Flaveanu Flavianus Floeany Frugianu Ruhanu } +florus_male = { Florus Froru Roru } +frederick_male = { BedR_ich Bedrich Fadrique Federico Federigo Fidiricu FrE_dE_ric Fre_de_ric Frederi Frederic Frederick Frederico Frederik Fredrik FriT_rI_kr Fridericus Friderigu Friedrich Re_dere_yu Rieti } +gabinus_male = { Gabinu Gabinus Gaine Gavin Gavini Gavino Gwalchmai Yabe_nu } +gabriel_male = { Cabbrieli Crabiele GA_briel Ga_briel Gabri'el Gabri_el Gabriel Gabriele Gabrieli Gabrielu Gavrail Gavriel Gavriil Gavril Gavrilo Grabielle Kapriel Kauro Yabre_lu } +gaietanu_male = { Cetanu Gaieta_nu Gedanu } +galerius_male = { Gaiery Galeriu Galerius Galleriu Galleriui Gallery Yalere_u } +garmul_male = { Garmelu Garmul Yammelu } +gelasius_male = { Dzherashui Gelasiu Gelasius Yelassu Zherashy } +gelimer_male = { Gelimer Gelimeru Yele_meru } +genseric_male = { Genseric Gesserigu Yessere_yu } +gisalic_male = { Gaisalaiks Gisalic Gisaligu Ye_sale_yu } +gitimelu_male = { Gitimelu Ye_de_melu } +gratianus_male = { Grachanui Gradze_anu Grashany Gratianu Gratianus Gratzianu Graze_ano Grege_an } +gregory_male = { Gigurum Giric Greger Gregers Grego_rio Gregor Gregoras Gregore Gregorio Gregorios Gregoriu Gregorius Gregory Grgur GrigO_riu Grigoli Grigor Grigore Grigori Grigorii Grigoris Grigoriu Grigoriy Grore_u Grwgari Grygor Grzegorz Jerjer } +guenfan_male = { Guenfan Guenfanu Yueffanu } +gundemar_male = { Gudemar Gundemar Gundemaro Gundemaru } +gunthamund_male = { Gundamundu Gunthamund Yudamudu } +guntharic_male = { Guntharic Guntrigu Yude_lyu } +heracles_male = { E_rcollu Eracliu Erclwf Ercole Ercullu Ercullui Ercuy Erekle Eryuzu HE_raclius Heracles Heraklas Herakle Herakleios Herakles Hercule Herculius } +herman_male = { Armando Armannu Emmanu Ermannu Ermanu Herman Hermann } +hilderic_male = { E_rrere_yu Hilderic Idderigu } +hilderith_male = { E_rrere_du Hilderith Idderidu } +hugh_male = { A_ed A_edA_n A_eda_n Aedan Aeddan Aethon E_dano Edhan Hoe_l Hug Huges Hugh Hugo Hugues Huw Uc Ugo Ugolino Ugone Ugonino Ugu Uguccione Uguccionello Ugues Yu } +hunawilja_male = { Hunawilja Nue_za Unuilla } +huneric_male = { Huneric Nereyu Unerigu } +igider_male = { Igider Igideru Yederu } +ignatius_male = { E_nnadze_u E_un_asy Emnatsui Gnazziu Ignadios Ignatios Ignatius Ignatziu Ina_cio Innatziu Z_egota Zegota } +iudila_male = { Giudila Hude_la Iudila } +jacob_male = { Akiba Akiva Chaacko Chaime DI_dac Diaco Diago Diego Diegu Diogo Giacomo Giacopo Giago Giagobu Hamish Hayo Hayobu Iacob Iacobino Iacobus Iacopo Iago Iakob Iakobos Iakov JA_kob JA_picu Ja_kob Jaakoppi Jacco Jacme Jacob Jacobello Jacobino Jacobo Jacomelo Jacop Jacopo Jacopu Jacques Jagu Jaime Jakez Jakob Jaksa Jakub Jakue Jakusz James Jaques Jaume KO_pke Lapo Puccio SE_amas Tiago Ya'qob Ya'qub Ya_qob Ya_qub Yaakov Yakob Yakov Yaqub } +jerome_male = { Gierominu Herome_nu Jerome } +john_male = { Chuan Eon Gian Giano Giohanne Giovanni Giuanne Giuvanni HanuS_ Hanus Hoanne Hovhannes IO_annE_s Iain Iannes Iehan Ieuan Io_anne_s Ioan Ioan_i Ioane Ioann Ioannes Iohannes Iohannis Iouan Iuan Iuani Iuanne Ivan IvaniS_ JA_nos Ja_nos Jan Janis JanisL_aw Janislaw Janko Janos Janusz Jean Jehan Jehane JoA_o Joa_o Joan Joanes Joannes Johan Johann Johannes John Jon Jovan Juan Juanne Juvven Nanino Oanu SeA_n Sea_n SeoA_n Seoa_n Sian Vanni XoA_n Xuan Yahya Yann Yayyo Yochanan Yohance Yohanna Yohannaan Yohannan Youkhanna Yovhannes Yovxan Yuhanna Yunanis Zanino } +joseph_male = { Giosefu Giuseppe Giuseppi Hoseu Hovsep Iosef Iosep Ioseph Iosephus JO_zef JO_zsef Jo_zef Jo_zsef Jose_ Joseph Josif Josip Jozef Yosef Yosip Yousef Youssef Youssouf YuC_uf Yusif Yusuf Zuseppe } +julian_male = { Chulia_n Eiouliane Giuli_ Giuliano Giulianu Giulio Giullanu Giullu Huzanu Huzu Ioueanui Iouli Ioulianos Ioulios Iovianus Iueany Iulianus Iulius Iullanu Iulleanui Iullu Iullui Iun_ui Iunius Iuveanu Iuy Jiolian Ju_lio Jules Julia_n Julia_o Julian Julien Julius Juliusz Juw Olban Silin Sulgen Sulian Sulien Tysilio Ulyan Yuli } +justin_male = { Gestin Giustinu Hustenu_ Iestan Iestyn Ioustinos Iustinu Iustinui Iustinus Iustiny Justin } +justinian_male = { Giustiniano Giustinianu Huste_ne_anu Ioustinianos Iuschen_eanui Iusheieany Iustien_anu Iustinianus Justinanius Justinian Justinien Stinian } +kyprianos_male = { Ciprianu Ge_bre_anu Kyprianos } +laurence_male = { Laorans Lars LaurE_nC_ Laure_nc_ Laurence Laurentios Laurentiu Laurentius Laurentsui Laurentu Laurentz Lauri LloriA_n Lorens Lorensy Lorenz Lorenzo LourenC_o Lourenzo Lur?dze_u Lurentziu Lurenzu Lurudze_u Wawrzyniec } +leontius_male = { Iunsy Leo_dze_u Leontios Leontius Leontziu Lionce Llonciu Llontsui } +lucas_male = { Alois Alvise Clydog L_ukasz Lajos Lles LluI_s Lluis LoI_s Lodewijk Lodovico Loeiz Loi_s LouI_s Loui Louis Loukas Loukios Loys Lucas Luchui Lucian Lucien Lucio Luciu Lucius Lucjan Ludovico Luduvicu LudvI_k Ludvig Ludvik Ludwig Luga Lugi_ Lugiu Lui_s Luiggi Luigi Luis Lukaz Luke Luki Lukose Luqi Lushy Luya Luye_u } +magnus_male = { Ma_uny MagnU_s Magne Magnos Magnus Mamnu Mamnui Mannu Megistos } +marcellus_male = { Marcello Marcellus Marcherui Marcie_llo Marcie_llu Margelle Margellu Markellu Marshery Martzel Maryezu } +marius_male = { Mare_ano Mare_anu Mare_u Mari Marian Mariane Mariano Marianos Marianu Marianus Marien Marin Marino Marinos Marinu Marinui Marinus Mariny Mario Marios Mariu Mariui Marius Me_rin_no Meirion Meri_ Meri_an Mi_ri_on Miary } +mark_male = { MA_rk Ma_rk Marc Marcas March Marchell Marchus Marco Marcu Marcui Marcus Marek Margh Margos Margu Mark Marko Markos Markose Marku Markus Marqeh Maryu Miarcy Morcar } +martin_male = { MA_rton Ma_rton Maertijn Marcin Marde_nu MartI_n Marthin MartiN_o Marti_n Martila Martim Martin Martine Martinho Martino Martinos Martinu Martinui Martinus Martiny Marzhin Merten Mertinus Muerten Myrddin } +masguinu_male = { Mascuinu Masguinu Mashue_nu } +masuna_male = { Massuna Masuna } +matthew_male = { MA_tyA_s MaC_ko Ma_tya_s Maciej Macko Maddeu Mads Mafeo Maffeo Mahuis Mapheo Matei Matej Mateu Mateusz Matfei Math Mathaios Matheo Mathias Mathieu Maththias Matias Matija Matiya MatouS_ Matous Mats Matta Mattanyahu Matte Matteo Matteu Matthaeus Matthaios Matthew Matthias Matti Mattia Mattithyahu Mattityahu Mattu Mazhe } +maurus_male = { Maurus Mouro Muru } +maximilian_male = { Mascimillanu Mashe_me_zanu Maximilian } +maximus_male = { Ma_usemy Macsen Maisme Maksineh Mapsemu Mapsemui Mascimu Mashe_mu Masse_mo Massen Massimo Massimu Maximos Maximus Mehe_m } +mazigh_male = { Maze_yu Mazigh Mazigu } +mercurius_male = { Mercurius Merguriu Merkoure Merkourios Merquri Meryureu } +metaxas_male = { Medasha Metasca Metaxas } +michael_male = { Me_ggelu Me_yale_ Micael Miccelu MichaE_l Michae_l Michael Michaleto Michel Michele Micheli Michiel Migali Mighele Miguel MihA_ly Miha_ly Mihael Mihail Mihajlo Mihangel Mihial Mikael Mikail Mikayel Mikelli Mikha'el Mikha'il Mikha_il Mikhael Mikhaias Mikhail Mikheil Mikkel Mikko Miquel } +mugedi_male = { Mugedi Muyede_ } +nicholas_male = { Cailean Calum Claes Claus Colin ColmA_n Columb MikoL_aj MikolA_S_ Mikola_s Mikolaj MikulA_S_ Mikula_s Ne_yola Nicaul NiccolO_ Niccolino Nicholas Nicholaus Niclaes Nicolas Nicolau Nicolaus Nicoleto Nicolino Nicolo Niels Nigola Niklas Nikola Nikolaj Nikolaos Nikolaus Nikolaz Nikolitu Nikolitza Nikoloz Nils } +nubel_male = { Nubel Nubelu } +octavianus_male = { Guitoien I_doi_an Octaviano Octavianus Odduyanu Oitaue_ano Optaueanui Ottuianu U_toeany Uptaveanu } +oduulf_male = { Dulu Odulfu Oduulf } +ovida_male = { Be_du Obidu Ovida } +pascal_male = { Bashalu Pascal Pascale Pascalu Paschal Paskhales Pasquale Puoskal } +paul_male = { Boghos Bulu PAAl PA_l PA_ulu PO_l Pa_l Paavo Paol Paolino Paolo Paul Paule Paulo Paulos Paulose Paulu Paulus Paurui Pavel Pavle Pavlos PaweL_ Pawel Pawl Pol Pory Pulu Puol } +peregrinus_male = { Beregre_nu Peregrineh Peregrinu Peregrinus } +peter_male = { Bedros Berru Boutros Cephas Cephus PE_ire PE_r PE_ter Pathrose Pe_ire Pe_r Pe_ter Peder Pedr Pedro Pedru Pedur Pere Pero Perrot Petair Petar Peter Petr Petre Petri Petro Petros Petru Petruccio Petrus Piar Piarres Pier Pierre Pieter Pietro Piotr } +pirillu_male = { Be_re_zu Pirillu } +pompeius_male = { Bobbe_u Bobbiu Pompay Pompeiui Pompeius Pompey Pumpeiu Pumpey } +pontzu_male = { Bo_dze_u Pontziu Pontzu } +porcellu_male = { Boryezu Porcellu Porgellu } +pretu_male = { Bredu Pretu } +ptolemaios_male = { Ptole Ptolemai Ptolemaios Tolemeu } +pupa_male = { Buba Pupa } +quintus_male = { Centui Centy Cind Cintu G?du Gudu Koi_ntos Quintius Quinto Quintus Qwinteh } +raphael_male = { Arrae_l RafaEl Rafael Rafaello Raphael Raziel } +recared_male = { Recared Regaredu Reyaredu } +roderick_male = { Arrodere_yu Errodrigo Ludriqh Rhodri Rhydderch Roderic Rodericho Roderick Roderigu Roderissus Rodric Rodrigo Rodrigu Roi Rory RuaidrI_ Ruaidri_ Ruairi Ruatirch Ruderik Rudri Rui } +roman_male = { Arromanu Rhufon RomA_n Roma_n Romain Roman Romanici Romano Romanos Romanu Romanui Romanus Ruman Rumanu Rumiany Rumon } +romulus_male = { Arromulu Romoul Romulu Romulus Romurui Rumury } +rufinus_male = { Hrophinos Rufinu Rufinui Rufinus Rufiny Urrue_nu } +rutilius_male = { Rusey Rutiellu Rutilius Rutillu Rutsellui Urrude_zu } +salvator_male = { Salvator Sarbador } +samaritanus_male = { Samare_danu Samaritanu Samaritanus } +samuel_male = { Patsamouel SA_muel Sa_muel Samoeli Samouel SamuE_li Samuel Samueli Samuhel Sawyl Shmuel Tsamoul } +saraginu_male = { Saraginu Saraye_nu } +saturnus_male = { Sadunnu Saturnu Saturnus } +sauinas_male = { Sauinas Sue_na Suina } +segeric_male = { Se_re_yu Se_yere_yu Segeric Segerigu Sigeric Sigerigu } +seraph_male = { Serae_nu Serafino Serafinu Seraph Seraphin } +sergius_male = { SE_rgiu Sargis Sarkis Sergio Sergios Sergiu Sergius Serigi Serye_u Sherdzhui Sherzhy Sie_rgiu } +simon_male = { Jimeno Psimon Samson Se_mon Sembe Semeno Semeon Shem'on Shem_on Shimon Shimshon SimO_n Simaun Simeon Simeoni Simion Simione Simo_ Simon Simone Simoneto Simonetto Simuni Symeon Xemen XimE_n Ximeno Ximenu } +sisinnius_male = { Se_se_nne_u Sisinniu Sisinnius } +solomon_male = { Saleban Salemon Salmama Salman Salomon Selevan Selyf Shlomo SolomO_n Solomo_n Solomon Sulayman Suleyman } +stephen_male = { E_tienne Eappen EstE_banu EstE_vA_o EstE_ve Este_va_o Este_ve Esteban Estefen Estevo Estienne Estiennot IstE_vene Isteban IstvA_n Istva_n StE_fanu Steanu Stefan Stefano Stefanu Stefanus Stefen Steffen Stepan Stepannos Stepanos Stepanoz Stephan Stephanos Stephanus Stephen Steven Sthepan Stjepan Szczepan } +suinthila_male = { Su?de_la Suinthila Suintila Sunde_la } +symmachus_male = { Shemiacy Shemmacui Simachu Simmaccu Simmacu Simmaggu Symmachos Symmachus } +tacitus_male = { Tace_to Tacet Tachetui Tacietu Tacitus Tagitu Tashety Taye_du Tegi_d } +theodore_male = { Addai DE_tR_ich Detrich Diederick Diederik Dietrich Dirk Dytryk Feodor Taddai Taddeo Tadduccio Tadeusz Tadros Tedore Teoderico Teoderik Teodor Teodore_yu Teodorigu Teodoro Teodoru Teudar Teudaric Teuderic Teudoc Teudric Teudur Tewdrig Tewdwr ThE_odoric ThE_tore Thaddeus Thadeosi TheodO_ros Theoderic Theoderich Theodericus Theodo_ros Theodore Theodoric Theodorich Theodoricho Theodoros Theodorus Theuderic Thiaddi Thierry Thiudareiks Thoros TiE_rri Tie_rri Tiudoru Tiuduricu Tudor Tudual } +theophanos_male = { Teanu Teofanu Theophanos } +thomas_male = { Ta'mhas Ta_mhas Tam Tam'as TamA_s Tam_as Tama_s Taumas Th'amhais Th_amhais Thoma Thomas Tohmas TomA_s Toma Toma_s Tomas Tomaso Tomassu Tomasz Tommaso Tommasu Tomo Tomos Touma Toumas Tovmas Tumasi } +thorismund_male = { Thorismund Tore_mudu Torimundu } +thrasamund_male = { Talsamudu Thrasamund Trassamundu } +tiberius_male = { Te_bere_u Teberiui Tebery Thebery Tiberi Tiberios Tiberiu Tiberius Tiebieriu } +tobias_male = { Tobe_a Tobia Tobias Toubias Tovias } +totila_male = { Tode_la Totila } +trajan_male = { Talyanu Tragianu Traiane Traianos Traianu Traianus Traien Trajan Tre_anui Tre_any } +ursus_male = { Orso Orson Ursion Urso Ursu Ursus } +vandalarius_male = { Ba_dalare_u Bandalariu Vandalarius } +victor_male = { Be_ddor Biktor Bittor Pabiktor Ue_utru Ueptro Ugere Uther Uthyr Uzie_ro Veptur Vetoir Victor Viktor Viktour Vittaur Vittore Vittorio Vittoriu Wecta } +vincent_male = { Be_gg?dze_u Be_ggedze_u Biccentziu C_enE_k Cenek Pizente VicenC_ Vicenc_ Vicente Vincenne Vincent Vincenzo Vinsant Vissente Wincenty } +vivianu_male = { Be_be_anu Bibianu Bibianus Vivianu } +walja_male = { Balla Baza Walja } +yaroah_male = { Giaroa Haroa Yaroah } +yuba_male = { Giuba Huba Yuba } +abdtanit_female = { Abdanita Abdtanit Addane_da } +adalasia_female = { Adalasia Dalassa } +adela_female = { AdE_la AdE_le Addila Ade_la Ade_le Adela Adelah Adele Adelia Alena Dela } +adosinda_female = { Adosinda Ausenda Dos?da } +adriana_female = { Adrana Adreana Adriana Adriane Dre_ana Hadriana } +aelia_female = { Aelia Ailia E_lla Ella Eza Helie Ie_a Iella } +agnitruedia_female = { Agnitruedia Anne_dulda Annitruda } +agrippina_female = { Agrepina Agreppina Agripina Agrippina Gre_bbe_na } +alaberta_female = { Alaberta Laberda } +albina_female = { Albe_na Albina } +amalaberga_female = { Amalaberga Amalberga Marberya } +amatashtart_female = { Amatashtart Amatasta Madasta } +amira_female = { Amir Amira Me_ra } +amirasoia_female = { Amirasia Amirasoia Me_rassa } +angelica_female = { Aggele_ya Andzhelleca Angelica Angeliga Angelike Anzheca } +anna_female = { A_gnes A_ine AgnE_s Agne Agne_s Agne_se Agnes Agnese Agnez Agnieszka Aignes AinE_s Aine_s Aines Ana Anah Anna Annah Annamma Anne Anne_se Anne_ste Annes Annest Annick Auni Channah Ennesde Enni_e Hannah Iana InEEs InE_s Ine_s Ines Nest Nesta Oanez Uunis } +antonia_female = { A_done_a Antoinette Anton_a Anton_e Antonia Antonie Antoniya Antuia Antunja Antuonja } +aquilia_female = { Acea Acella Aciella Acilla Aquilia Ge_za } +astragundia_female = { Astragundia Stalyude_a } +athtart_female = { Astarte Athtart Starde } +audofleda_female = { Audofleda Doreda Udofreda } +audovera_female = { Audovera Dobera Udobera } +augusta_female = { Augusta Awgusta Ugusta Yusta } +augustina_female = { Aguastina Akoustina Augustina Ugustina Yuste_na } +aurelia_female = { Aurelia Aurella Efrddyl Efyrddyl Orea Reza Urella } +baalat_female = { Baalat Baladda Balatta } +basilia_female = { Base_za Bashea Bashella Basilia Basilla } +batnoam_female = { Bannoma Batnoam Batnoma } +beatrice_female = { BE_atrice BE_atrix Be_atrice Be_atrix Bearre_y Beathoc Beatrice Beatrigz Beatrijs Beatrike Beatris Beatritz Beatriu Beatrix Beatriz Beitris Bethoc Bia Biatre Biatri Brethoc Brites } +benedicta_female = { Beiede_uta Ben_edepta Benede_dda Benedetta Benedicta Benedikte Beneditta Beneoite Benita BenoI_te Benoi_te } +beretrude_female = { Beredulda Beretruda Beretrude } +bitnima_female = { Be_nne_ma Bitnima } +bitoria_female = { Be_dore_a Bitoria } +brunhilda_female = { Brune_rra Brunechildis Brunhilda Brunhilde Brunidda Brunilde } +candida_female = { Candeda Candida Candieda Ga_de_da } +cassia_female = { Casha Casie Cassia Chasha Gasse_a Gi_e Kasia Tkasia } +cederina_female = { Cederina Gedere_na } +cenosinda_female = { Cenosinda Genos?da } +christina_female = { Christina Christine CrI_stina Creschena Creshena Cri_stina Cristen Cristin Cristina Gre_ste_na Khristina Kirstin KristY_na Kristen Kristiina Kristina Kristyna Krisztina Krystyna } +claudia_female = { Ciaudza Claudia Claudie Claugia Coza Crudia Glades Gladez Golade_s Grude_a Gwladys Klaudia Llaudie Llodhi_e } +constantia_female = { Caunstantina ConstA_ncia Consta_ncia ConstanC_a Constanc_a Constance Constancie Constansa Constantia Constantina Constantsa Constantsena Constanza Costantia Costanza Cunschansa Cunschansena Cunstancia Cunstantina Gosta_de_a Konstancia Konstancie Konstancja Konstansja Konstantia Konstantina Konstantine Konstantzia Konstanza Konstanze } +cornelia_female = { Cn_rne_lie Corn_ella Corneli_e Cornelia Cornella Curea Curn_ella Gonneza } +cosima_female = { Coshema Cosima Cushema Gose_ma } +crispina_female = { Crespena Crespina Crespine Crispina Gre_spe_na } +diana_female = { De_ana Diana Zhana } +dihya_female = { Dame_a Damia De_a Dihia Dihya } +domina_female = { Dome_na Domina Domna Du_na } +drusilla_female = { Drousilla Drushera Drusiella Drusilla Ruse_za } +eleanor_female = { Aenor AliE_nor Alie_nor AlienO_r Alienn_r Alienora Alionor Azenor E_lE_onore E_le_nore E_le_onore Eilionoir Eilionora Eleanor Eleonora Eleonorka Eli_nore Elinor Elionor Ellanora Ellijnore Ellinor Leonor Leonore Lleonor Zanora } +elissa_female = { Elissa Le_ssa } +elizabeth_female = { Aaleyaamma AlZ_bEE_ta Beileag Bet E_lizabeth Egilona Eilo EisabE_u Eisabe_u ElI_sabet ElZ_bieta Elesbed Elisa ElisabE_ta Elisabe_ta Elisabet Elisabeta Elisabete Elisabeth Elisabetta Elisaued Elisaveta Elise Elisheva Eliz Eliza Elizabeta Elizabeth Elizabetha Elo Eloisa Eloise Elspeth Elzbieta ErzsE_bet Erzse_bet Exilona Eylo HE_loise He_loise Helisabeth Heloise Iebelle Ilizabith IsabE_la IsabE_u Isabe_la Isabe_lle Isabe_u Isabeau Isabel Isabela Isabella Isabelle Isobel Ispella Izabel Le_sabedda Lillias Lise Lisebet Lys Sabela Sabeza Uusbail Yelizaveta Yelizaveti Ysabel Ysabelle Ysbail Zabel } +ermesinda_female = { Emmes?da Ermenisinda Ermesenda Ermesinda Ermessenda Ermessentz Ermessinde Ermisenda Hermesenda Hermesinda Hermessent } +eva_female = { AibilI_n Ava Chava E_fe E_ua E_va Eba Efa Eua Eva Eve Hawwa I_fe } +fausta_female = { Fausta Fosta Fusta Husta Phausta } +felicula_female = { Feiecura Felicula Feligula Fellecura Hele_yula Pheliqula } +flacilla_female = { Flachera Flaciella Flacilla Flashera Fragilla Rage_za } +fortunata_female = { Fortunata Fortunete Furtun_ata Furtunata Horrunada } +fredegunda_female = { Fredegunda Redeyuda } +fredenanda_female = { Fredenanda Redena_da } +gabriella_female = { Gableria Gabrielia Gabriella Gavrailia Yabre_za } +galeria_female = { Gaera Galeria Galleria Gallerie Yalere_a } +georgia_female = { Dzhordzha Georgia GyO_rgyi Gyo_rgyi Yorya Zhurzha } +gisclauara_female = { Gisclauara Gisclura Ye_shlura } +gomesinda_female = { Gomesinda Yomes?da } +gordiana_female = { Gordiana Gorzhana Gurdiana Gurzhana Yorde_ana } +gratzia_female = { Gradze_a Gratzia } +guisiana_female = { Guisiana Yue_ssana } +guraya_female = { Guraya Gurea Yurea } +helen_female = { Aileen E_le_ne E_le_ne2 E_lina E_line Eiena Elaine Eleina Elen Elena Elene Eli_ne Ellena Ellyn HE_lE_ne Helen HelenE_ Helena Helene Hellene Ilona Jelena Lena Liekko Olena Oleni } +hippolyta_female = { E_bbole_da Epolleta Epuieta Hippolyta Ippolita } +honoria_female = { Honoria Honorie Nore_a Onoria Unoria Unura } +honosinda_female = { Honosinda Nos?da Onosinda } +hortensia_female = { Hortensia Hortensie Orchensha Ordessa Ortessia Urshensha Urtiensia } +imashtart_female = { Imashtart Imastarte Mastarde } +ingitrude_female = { E_ggedulda Ingitruda Ingitrude } +joan_female = { Chuana Dian Eonnecte Gi_ene Gie_ane Gioanna Hoanna Iannia Ioan_a Ioanna Iohana Iohanna Iohanne Iouenna Iuaia Janed Jean Jeanne Jehanne Jiona Joan Joana Joanna Johanna Juana Se_ane Seonaid Sheena Shona SiA_n Sia_n SiobA_n Sioned Siunod Xoana Xuana Youenna } +julia_female = { Giuli_e Giulia Giulie Giulla Huza Ioulia Iouliana Iuia Iuiana Iulia Iuliana Iulla Iullana Iun_a Iunia Iyana JU_lia Ju_lia Julia Juliana Julie Julienne Le_be_a Le_ui_e Le_vie Levie Libia Livia Lliuia Llivia Senioulia Yuhliya } +lamia_female = { Lame_a Lamia Lamiya } +licinia_female = { Ieshea Le_ne_a Licinia Liginia Llechen_a Llecien_e } +lucia_female = { LU_cia L_ucja LlU_cia Lleuca Loukia Lu_cia Luci_a Lucia Lucie Lucija Lucja Lugi_e Lugia Luya } +luxuria_female = { Lu_sura Lupsuria Luscuria Lushure_a Luxuria } +magdalena_female = { Madalena Maddalena Magda Magdaena Magdaleine Magdalena Magdalene Magdallena MagdelE_ne Magdolna Majdala Matilin Muadalena } +marca_female = { Marca Marga Marya } +margaret_female = { MA_irgred Ma_irgred Maisie Marared Marc'harit Margalida Margalit Margalita MargarE_ta Margarait Margare_ta Margare_te Margaret Margareta Margarete Margaretha Margarid Margarida Margarita Margerede Margherita Margred Margrete Margrethe Margrud Marguarite Marguerite Maryareda Peigi } +maria_female = { MA_ire MA_ria MO_r Ma_ire Ma_ria Maike Maior Mair Mairi MarI_a Mara Maraja Mare Mare_a Mareike Mari Mari_a Maria Mariam Mariami Marie Mariham Marija Mariyam Mary Maryam Mayor Mere Miara Miriam Miryem Mor Morag } +mariane_female = { Mare_ane Mariane } +marisa_female = { Mare_sa Marisa } +markunda_female = { Margunda Markunda Maryuda } +matrona_female = { Madolna Madru Madrun Matrona Matrone Matruna } +melissa_female = { ME_lisande ME_lisende Me_le_sante Me_lisande Me_lisende Meiesa Mele_ande Mele_ssa MelisE_nda Melisant Melise_nda Melisende Melissa Mellesa Milisendis } +messalina_female = { Me_ssallina Mesaena Mesallena Messale_na Messalina } +monica_female = { Mone_ya Monica Moniga } +natalie_female = { Nachaia Nadale_a Naduala NatA_lia Nata_lia Natalia Natalie Natalla } +nicita_female = { Iesheta N_echeta Ne_da Nicita Nigita } +nivatora_female = { Ne_badora Nibatora Nivatora } +olympia_female = { Le_bbe_a Olippia Ollempia Olympia Uiempia } +padulesa_female = { Badulesa Padulesa } +palatina_female = { Balade_na Palatina Parachena Parashena } +paula_female = { Bula Paola Paula Paule Paura Pole Pora Pula Puola } +peregrina_female = { Beregre_na Peregrena Peregrina } +petra_female = { Berra PE_ronelle Pe_ronelle PeironE_la Peirone_la Peironela Pernelle Pernilla Peronella Peronelle Petra Petronila Petronilha Petronilla Piara Pieternelle } +petrenella_female = { Bedelneza Petrenella } +placidia_female = { Braye_de_a Plachedza Placidia Placiegia Plaiside Plakitia Plasheza Pragidia } +plautilla_female = { Brude_za Plauciella Plautilla Plautsera Plosera Prutilla } +poppaea_female = { Bobbea Pope_a Poppaea Poppea Pupie_a Puppiea } +pretiosa_female = { Bredze_osa Pretiosa Pretziosa } +pulcheria_female = { Burggere_a Pourkeria Pulcheria Pulcieria Pulshera Purcceria } +pupa_female = { Buba Pupa } +ragesenda_female = { Arrayes?da Ragesenda } +rate_female = { Arrade Rate } +reciberga_female = { Arreye_berya Reciberga Regiberga } +rosa_female = { Arrosa RO_zsa Ro_zsa Rosa Rose Ruosa Rusa } +roxana_female = { Arroshana Ropsana Roscana Roxana Ru_shana } +rusticiana_female = { Rustechana Rusteshana Rusticiana Rustieciana Rustigiana Urruste_ana } +sarah_female = { Here SA_ra Sa_ra Sara Sarah Saramma Sare Sarit Sarra } +sardinia_female = { Sarde_ne_a Sardea Sarden_a Sardinia } +sidonia_female = { Se_done_a Sidonia } +silvia_female = { Se_rbe_a Selvie Sheluia Silvia Sirbia } +siseguntia_female = { Se_seyude_a Siseguntia } +sophia_female = { Saufija Soe_a Sofi Sofia Sofie Sofija Sohvi Sophia Sophie Z_ofie Zofia Zofie ZsO_fia Zso_fia } +stephania_female = { EstefA_nia Estefa_nia EstefanI_a Estefani_a Estefania Estefenete Estevainha Estienette StE_phanie Ste_fanie Ste_phanie Steane_a Stefana Stefania Stefanie Stephania Stephanie } +susan_female = { Saisana Shoshana Shoshannah Sosamma Sousanna Susan Susan_a Susana Susanah Susanna Susanne Sushaia Suzana } +tabitha_female = { Tabatha Tabby Tabe_dda Tabetha Tabitha Tabitta } +tadefi_female = { Tade_a Tade_fi Tadefia } +tajeddigt_female = { Tagieditta Tahede_dda Tajeddigt } +taweckint_female = { Taweckint Tu?da Tueginta } +theodora_female = { Chodora Feodora Shudura Teodora ThE_odora Theodora } +thiyya_female = { Te_a Thiyya Tia } +titiana_female = { Te_dze_ana Techana Teshana Tietiana Titiana Titiane Titziana } +uistrilo_female = { Be_ste_za Bistrila Uistrilo } +valeria_female = { Balere_a Baleria Gueleri_e Thinvalerios Uaiera Ualleria Vale_rie Valeria Valerja Valleria } +vera_female = { Bera Uera Vera } +victoria_female = { Be_ddore_a Bittoria Ue_utura Ueptoria Veptoria Vetoirie Victoria Vittaurja } +viviana_female = { Be_be_ana Bibiana Uiuiana Vivian Viviana } +vuldretrada_female = { Buddedalda Buddetrada Vuldretrada } +zura_female = { Zura } +aaron_male = { AarO_n Aaro_n Aaron Aharon Aron Haroun Harun Yaron } abahu_male = { Abahu Avda } abakar_male = { Abakar } aballa_female = { Aballa Aballe } @@ -8,8 +323,6 @@ abaya_male = { Abaya Abaye Abayi } abba_male = { Aba Abba } abbas_male = { Abasi Abbas } abderrahman_male = { Abderahman Abderrahman } -abdmelqart_male = { Abdemelgar Abdmelqart Addemeryar } -abdtanit_female = { Abdanita Abdtanit Addane_da } abdu_male = { Abdu } abdul-qadir_male = { Abdul-Qadir } abdul-rahman_male = { Abdul-Rahman Abdulraham } @@ -48,7 +361,6 @@ achilleus_male = { Achilleus Akhilleue } achillites_male = { Achillites Akhillites } achol_female = { Achol } achor_female = { Achor } -adalasia_female = { Adalasia Dalassa } adaloald_male = { Adaloald } adam_male = { Aatso AdA_mu Adam Adamu Adimun } adama_female = { Adama Adhama } @@ -56,7 +368,6 @@ addaueina_female = { Addaueina } addaues_male = { Addaues } addiena_female = { Addiena } ade_female = { Ade Adhe } -adela_female = { AdE_la AdE_le Addila Ade_la Ade_le Adela Adelah Adele Adelia Alena Dela } adelaide_female = { AdalaI_da AdalaI_de Adalai_da AdelaI_da Adelaida Adelaide Adelais Adelheid Aleydis Elke } adelasia_female = { Adelasia } adelchis_male = { Adelchis } @@ -89,25 +400,18 @@ adnamos_male = { Adnamos Adnamus } ado_male = { Ado } adolf_male = { AE_thelwulf Adolf Adolfo Alo E_thelwulf Eadulf Eadwulf Edulf Ildulb Indulf } adonis_male = { Adone } -adosinda_female = { Adosinda Ausenda Dos?da } -adrian_male = { Adran Adrany Adreanu AdriA_nu Adrian Adriane Adriano Adrianos Adrianu Adrianus Adrien Atrianus Dre_anu Hadrian Hadrianus } -adriana_female = { Adrana Adreana Adriana Adriane Dre_ana Hadriana } adsedos_male = { Adsedos Adsedus } aduei_female = { Aduei } adut_female = { Adut } -aeddan_male = { A_ed A_edA_n A_eda_n Aedan Aeddan Aethon E_dano Edhan Hoe_l Hug Huges Hugh Hugo Hugues Huw Uc Ugo Ugolino Ugone Ugonino Ugu Uguccione Uguccionello Ugues Yu } -aegidius_male = { Aegidius Aidio Chil E_dzhedzui Egidio Egidius Egidziu Gil Giles Gilles Ie_zhezy Xil Ye_dze_u } aelflaeda_female = { AE_lfflae_d AE_lflae_da } aelflaeda_female = { E_lfflE_d E_lflE_da } aelia_female = { AE_lia AlaI_s Alai_s Alais Alausia Ale_se AliC_ Alic_ Alice Alicia Alijse Alis Alisce Alisia Alitz Alix Allust Alys Anleta E_le_de E_lie Eli_e Heledd } -aelia_female = { Aelia Ailia E_lla Ella Eza Helie Ie_a Iella } aelianus_male = { Aelianus Ayliyaneh } aelius_male = { Aelius Aliau } aelius_male = { Elio } aelwyd_female = { Aeluit Aelwyd E_ln_e_te I_loi_de } aemilia_female = { AE_milia E_me_lie Emili_e } aemilianus_male = { Aemilianus E_mellanu E_melleanui Emilio Ie_meany Milianus } -aemilius_male = { Aemilius E_mallu E_mellui Emil Ie_meiy Imiliu Me_le_u Yemelyan } aeronwen_female = { Aeronwen E_rn_nn_e_ne E_ronoi_ne } aeronwy_female = { Aeronwy E_rn_nie E_roni_e } aeta_female = { Aeta } @@ -117,7 +421,6 @@ aethelreda_female = { E_thelrE_da E_thelreda E_thelthryth } aethelwold_male = { AE_thelweald AE_thelwold } aethelwold_male = { E_thelweald E_thelwold } aetius_male = { AE_tius E_ge_ E_ze_o } -aetius_male = { Aetios Aetius E_ciu E_te_ E_tsui Edze_u Etziu Ie_sy } afiya_female = { Afiya } afrasiyab_male = { Afrasiyab Efrasiyab } afshar_male = { Afshar EfS_er Efs_er } @@ -133,14 +436,11 @@ agilulf_male = { Agilof Agilolf Agilulf } aglaia_female = { Aglaia } aglaos_male = { Aglaos } agnello_male = { Agnello } -agnes_female = { A_gnes A_ine AgnE_s Agne Agne_s Agne_se Agnes Agnese Agnez Agnieszka Aignes AinE_s Aine_s Aines Ana Anah Anna Annah Annamma Anne Anne_se Anne_ste Annes Annest Annick Auni Channah Ennesde Enni_e Hannah Iana InEEs InE_s Ine_s Ines Nest Nesta Oanez Uunis } -agnitruedia_female = { Agnitruedia Anne_dulda Annitruda } agoro_male = { Agoro } agothyathik_male = { Agothyathik } agrafin_male = { Agrafin Agraue_no Agraue_no2 Agravain Arroen Arroi_n } agrantona_female = { Agrantona Grantonne } agrippa_male = { Agre_pe Agrippa Erre_pe } -agrippina_female = { Agrepina Agreppina Agripina Agrippina Gre_bbe_na } agutu_female = { Agutu } ahha_male = { Ahai Ahha } ahinoam_female = { Achinoam Ahinoam } @@ -179,19 +479,14 @@ akua_female = { Akua } akua_male = { Akua } akulo_male = { Akulo } akumu_female = { Akumu } -alaberta_female = { Alaberta Laberda } alammon_male = { Alammon } alan_male = { Alain Alan Alano Alanus Allan Elan } -alaric_male = { Alar Alaric Alarich Alaricho Alarigu Alrico Lare_yu } alba_female = { Alba Albe } albanus_male = { Albano Albanu Albanus Alben } alberic_male = { AAlvar A_lbar A_lvar A_lvaro A_lvaru Alaverru Albar Albaro Alberic Alberich Alberico Alvar Aubrey Oliba Olibia Olier Oliuer Oliver Oliverio Olivier Oliviero Olivio Oliviu } albert-atto_male = { Adalberto_Atto Alberto-Azzo } albert_male = { AE_thelberht Adalbert Adalberto Adalbertus Adalpert Adelbert Albert Albertino Alberto Albertu Albrecht Albrikt Aldabert Aldabertus Aldebert Alivertus Altpert BE_la Be_la E_thelberht Erp VojtE_ch Vojtech Wojciech } -albina_female = { Albe_na Albina } albinus_male = { Albino } -albinus_male = { Albinu Albinui Albinus Albiny Arbe_nu } -albus_male = { Alb Albo Albu Albui Albus Arbu Ialby Jualb } aldebrand_male = { Aldobrandino } alderic_male = { Alderic Aldericus } aldonza_female = { AldonC_a Aldonc_a Aldontza Aldonza Eldonza Eslonza } @@ -205,7 +500,6 @@ aleela_female = { Aleela } alek_female = { Alek } alektor_male = { Alektor Palektor } aleram_male = { Aleramo } -alexander_male = { Aie_ushandre Alastair Ale_sandre_ Alecuandur Aleksandar Aleksander Aleksandr Aleksandre Ales Alesandre Alescandru Alessandro Alexander Alexandr Alexandre Alexandros Alexandru Alisander Alissandru Alixandre Alle_psandre_ Allepsandri Allisander Chaandy Eleandre Eskander Iskander Iskender Iskinder Lesha_dru Lissandru SA_ndor Sa_ndor } alexandra_female = { Aie_ushandra Alecuandra Alexandra Allepsandra Lexandria Saundra } alexios_male = { Alessio Alessiu Alexas Alexei Alexios Alexis Alexius } alf_male = { A_lfr Alf Alfr Alv } @@ -242,7 +536,6 @@ amadeus_male = { Amadeu Amadeus } amai_male = { Amai } amal_female = { Amal } amal_male = { Amal } -amalaberga_female = { Amalaberga Amalberga Marberya } amalric_male = { Almerich Amalaricho Amalric Amalrich Amalrico Amalricus Amaury Amelrich Manrike Manrique } amana_female = { Amana } amanda_female = { Amanda } @@ -251,11 +544,9 @@ amani_male = { Amani } amanika_female = { Amanika } amara_male = { Amara } amarabhujanga_male = { Amarabhujanga Amarapuyankan } -amatashtart_female = { Amatashtart Amatasta Madasta } ambara_male = { Ambara Ambare } ambarrus_male = { Ambarrus Ambarui Ambiary } ambiorix_male = { Ambery Ambiorix } -ambrose_male = { Abbolsu Abbrosiu Ambbrogghiu AmbrO_su Ambrogio Ambroise Ambros Ambrose Ambroshui Ambrosio Ambrosius Ambroso Ambroz Ambrushy Amrus E_me_ris Emrys I_me_ri } ambrosinus_male = { Ambrn_sino Ambrosin Ambrosinus } amelia_female = { AmA_lia Ama_lia Amalia Amalie Amelia Amelie } amenoth_male = { Amenoth } @@ -265,9 +556,7 @@ amicus_male = { Amicus Amik Amikeh } amin_male = { Amin Aminu } amina_female = { Amina Aminah Umayna } aminata_female = { Aminata Aminatu } -amir_female = { Amir Amira Me_ra } amir_male = { Amir } -amirasoia_female = { Amirasia Amirasoia Me_rassa } amiri_female = { Amiri } amiri_male = { Amiri } amm_female = { Amm } @@ -290,7 +579,6 @@ analonacus_male = { Analonacus Anaronacui Anarun_acy } anangpala_male = { Anangpal Anangpala } anasa_male = { Anasa } anastasia_female = { Anastasi Anastasia Anastazja } -anastasios_male = { Anaschashy Anastashui Anastasio Anastasios Anastasiu Anastasius Anastastios Nastase_u } anatolia_female = { Anatolia } anatolios_male = { Anatolios } ancel_male = { Ancel Ansellus } @@ -298,7 +586,6 @@ andaiye_female = { Andaiye } andala_female = { Andala Andale } anderquina_female = { Anderkina Anderquina Enderquina } andrea_female = { Andrea Andreja Andrijana } -andreas_male = { A_dela Anderjs Anders AndrA_s AndrE_ AndrE_s Andra_s Andre Andre_ Andre_s Andrea Andream Andreas Andrei Andreotto Andreu Andrev Andrew Andri Andria Andriai Andrias Andrija Androus Andrzej Annirea JE_drzej Jedrzej OndR_ej Ondrej } andregoto_female = { Andregoto } andronicus_male = { Andronic Andronicus Andronik Andronike Andronikos } androsthenes_male = { Androsthenes } @@ -308,17 +595,14 @@ angalia_female = { Angalia } angel_male = { A_ngelo A_ngilu Angel Angelo Angelos Anghel } angela_female = { A_ngila Angela } angelbert_male = { Angelbert Angelbertus } -angelica_female = { Aggele_ya Andzhelleca Angelica Angeliga Angelike Anzheca } angelus_male = { AN_gelos An_gelos Angelus } angus_male = { A_engus Angus O_engus Ungust Unuist } -anicius_male = { Aieshy An_echui An_eciu Anicius Anigiu Ne_u } anioch_male = { Anioch Aniokhes } anna_male = { Anah } annan_male = { Annan Annans } anniana_female = { Anniana } annianos_male = { Annianos } annikeris_male = { Annikeris } -annius_male = { An_ui Anne_u Annias Anniu Annius Iaiy } annwyl_female = { Annwyl Anui_le Anvile } anobion_male = { Anobion } anoup_male = { Anoup } @@ -331,21 +615,17 @@ ansoald_male = { Ansaldo } ansprand_male = { Ansprand } ansur_male = { Ansur } ansuro_male = { Ansuro } -antalas_male = { A_dala Antala Antalas } anthemios_male = { Anthemios Anthemius } antheria_female = { Antheria } antherius_male = { Andaro Anterio Anteru } anthimos_male = { Anthimos Anthinos } -anthony_male = { A_done_nu Andolin Annwn AntO_ni Anthony Antn_nino Anto_nio Antoine Antoinus Anton Anton_inui Anton_u Anton_ui Antoni Antoni_n Antonin Antonine Antonineh Antonino Antoninu Antoninus Antonio Antonios Antoniotto Antoniu Antonius Antonolo Antouni Antuiy Antun_inu Antun_iny Antune Antuninu Antuone } antinoos_male = { Antinoos } antiochis_female = { Antiochis Antiokhis } -antiochos_male = { A_dze_oggu Antiochos Antiokhos Antzioccu } antiochus_male = { Antiogu } antipas_male = { Antipas } antipatra_female = { Antipatra } antipatros_male = { Antipatros } antoeis_male = { Antoeis } -antonia_female = { A_done_a Antoinette Anton_a Anton_e Antonia Antonie Antoniya Antuia Antunja Antuonja } antonilla_female = { Antonilla } antonina_female = { Anton_ena Antonina Antuiena Antun_ina } antro_female = { Antro } @@ -382,9 +662,7 @@ apon_male = { Abon Abono Apon } apostle_male = { Apostle Papostolos } apotouros_male = { Apotour Apotouros } appius_male = { Appe_ Appeo Appius } -apuleius_male = { Apuleius Apullu Buzu } aquila_male = { Achilas Akyla Aquila } -aquilia_female = { Acea Acella Aciella Acilla Aquilia Ge_za } aquilinus_male = { Achilino Aquilinus } aradig_male = { Aradig Arazie_co Erege_y } aradoc_male = { Aradn_co Aradoc Eredho } @@ -392,7 +670,6 @@ aragonta_female = { Aragonta Aragonte Aragunta } arara_female = { Arara } araua_female = { Araua } arawain_male = { Araue_no Arawain Eroe_n } -arcadius_male = { Arcadius Arcadzui Arcagiu Archazy Argad Argadiu Aryade_u } archagathos_male = { Archagathos Arkhagathos } archelaos_male = { Archelaos Arkhelaos } archias_male = { Archias Parkhais } @@ -481,7 +758,6 @@ artystone_female = { Artystone } arusi_female = { Arusi } aryawratha_male = { Aryawratha } arziki_female = { Arziki } -arzoccu_male = { Arsogu Arzoccu Assoyu } asa_female = { A__sa A_sa A_se Asa } asa_male = { Asa } asabana_female = { Asabana } @@ -512,7 +788,6 @@ aspacanah_male = { Aspacanah } asper_male = { Asper } aspidar_male = { Aspar Asparos Aspidar } asta_female = { A__sta A_sta Asta } -astragundia_female = { Astragundia Stalyude_a } astrid_female = { A_strI_D_r Astrid Estrid } astulf_male = { Astolf } asya_female = { Asya } @@ -532,7 +807,6 @@ ateporix_male = { Ateporix } ater_male = { Ater } atera_male = { Atera Aterus } atevalos_male = { Atevalos Atevalus } -athanaric_male = { Atanarigu Athanaric Tanare_yu } athanasia_female = { Athanasia Thanasia } athanasios_male = { Afanasiy Atanasiu Athanasios Athanasius } athenais_female = { Athenais } @@ -541,7 +815,6 @@ athenodoros_male = { Athenodoros } atheris_male = { Atheris } athirajendra_male = { Athirajendra AtirA_cE_ntira Atira_ce_ntira } athiyabaushna_male = { Athiyabaushna } -athtart_female = { Astarte Athtart Starde } atiantos_male = { Atiantos Atiantus } atiena_female = { Atiena } atieno_female = { Atieno } @@ -564,12 +837,7 @@ aturpat_male = { Aturpat } atyeno_male = { Atyeno } aubry_male = { Albericus Albery Aubry } auctiona_female = { Auctiona Otionne } -audofleda_female = { Audofleda Doreda Udofreda } -audovera_female = { Audovera Dobera Udobera } august_male = { August Augusto Augustu Austu Auust Awgustin Awst } -augusta_female = { Augusta Awgusta Ugusta Yusta } -augustina_female = { Aguastina Akoustina Augustina Ugustina Yuste_na } -augustine_male = { Agostino Aguastin Agustin AugustI_n Augusti_n Augustin Augustine Austinu Ugustinu Yuste_nu } augustinus_male = { Augstinui Augustinus Oguschiny } augustus_male = { Augstui Augustus Awgusteh Ogusty } aulius_male = { Aiouli Aulius } @@ -577,9 +845,7 @@ aulus_male = { Aulo Aulus Ole } auma_female = { Auma } aurang_male = { Aurang } aurea_female = { Aurea Awriyah O_ria Oria } -aurelia_female = { Aurelia Aurella Efrddyl Efyrddyl Orea Reza Urella } aurelianus_male = { Aurelianus Aurellanu Aurelleanui Oreany } -aurelios_male = { Aure_le_o Aurelio Aurelios Aureliu Aurelius Aurellu Aurellui Aurely Aureo_l Aureolo Aureolus Auriol Awrehli Oreiy Orele_ Oreliu Rezu Urellu } aurengarde_female = { Aurengarde Aurengardis } austell_male = { Austell Austol } auta_female = { Auta } @@ -610,7 +876,6 @@ azima_male = { Azima } aziza_female = { Aziza } azizi_male = { Azizi } aznar_male = { Aner Anerils Asnar Azeari Aznar Isarn } -baalat_female = { Baalat Baladda Balatta } baba_female = { Baba } baba_male = { Baba } babaeus_male = { Babaeus Babai Babowai Babwahi } @@ -656,7 +921,6 @@ baptistia_female = { Bapsistia Baptistia } barak_male = { Barak } baraka_female = { Baraka } barakat_male = { Baraka Barakat } -baraket_male = { Baraket Bargetu Baryedu } baram_male = { Baram } barau_male = { Barau } barbara_female = { Barabal Barbara } @@ -667,18 +931,13 @@ barika_female = { Barika } barisone_male = { Barisone } barnabas_male = { Barnaba BernabO_ } barsine_female = { Barsine } -bartholomew_male = { Bardolomeu BartO_lu BarthE_lE_mi Barthe_le_mi Bartholemi Bartholomaeus Bartholomaios Bartholomeo Bartholomeus Bartholomew Bartol Bartolomeo Bartolomeu Bartolomeus Bartolu Bartomeu Bartoromeui Bartosz BartoumiE_u Bartoumie_u Barturumey Bertelemi Buartol Talmai Tolmai Tulmay } baruch_male = { Barakhia Baruch Barukh } -barumini_male = { Barume_ne_ Barumini } bashir_male = { Bashar Bashir } -basil_male = { Base_zu Basil Basile Basileios Basilio Basilios Basillu Vasile Vasilii Vasiliy } -basilia_female = { Base_za Bashea Bashella Basilia Basilla } basilike_female = { Basilike } basiliscus_male = { Basiliscus Basiliskos } basilissa_female = { Basilissa } basilius_male = { Basheiy Bashellui Basilius Besilio } bassos_male = { Bassos } -bassu_male = { Bassiano Basso Bassu } batalo_male = { Batalo } batatume_female = { Batatume } bateia_female = { Bateia } @@ -687,7 +946,6 @@ bathanattos_male = { Bathanattos } bathouel_male = { Bathouel } bathsheba_female = { Bathsheba Batsheva } batic_male = { BatiC_ } -batnoam_female = { Bannoma Batnoam Batnoma } bato_male = { Bato } battos_male = { Battos } bavana_female = { Bavana } @@ -697,7 +955,6 @@ bawo_male = { Bawo } bayajidda_male = { Bayajidda } bayero_male = { Bayero } bayinika_female = { Bayinika } -beatrice_female = { BE_atrice BE_atrix Be_atrice Be_atrix Bearre_y Beathoc Beatrice Beatrigz Beatrijs Beatrike Beatris Beatritz Beatriu Beatrix Beatriz Beitris Bethoc Bia Biatre Biatri Brethoc Brites } bedwyn_male = { Be_de_no Bede_n Bedwyn } bedwyr_male = { Be_turo Bedur Bedwyr } beejpala_male = { Beejpal Beejpala } @@ -705,7 +962,6 @@ bela_male = { Belo Billo } beladore_female = { Beladora Beladore } belgos_male = { Belgos Bolge Bolgios } beli_male = { Beli Bili } -belisarios_male = { Be_llisariu Beieshary Bele_sare_u Belisara Belisarios Belisariu Belisarius Bellesariui Belsario } bella_female = { Bella Biala } bellaunos_male = { Bellaunos Bello Bellon } belle_male = { Belle } @@ -713,8 +969,6 @@ belona_female = { Bellone Belona } belphios_male = { Belphios } bencio_male = { Bancio Bencio } bene_female = { Bene } -benedict_male = { Beiede_uty Ben_edeptui BeneS_ Benede_ddu Benedek Benedetto Benedict Benedictus Benedikt Benedittu Beneitu Beneke Beneoit Benes Beneset Benet Bengt Benito BenoI_t Benoi_t Benoiet Binidittu Budic Budoc Budog Bunedec } -benedicta_female = { Beiede_uta Ben_edepta Benede_dda Benedetta Benedicta Benedikte Beneditta Beneoite Benita BenoI_te Benoi_te } benigna_female = { Benigna } benignus_male = { Benignus } benjamin_male = { Beniamen Beniamin Benjamin Binyamin } @@ -728,7 +982,6 @@ ber_male = { Ber } berengar_male = { BE_renger Be_renger BerengA_rio Berengar Berengario Berengariu Berengarius Berenger Berenguel Berenguer BerenguiE_ Berenguie_ } berengaria_female = { BerengA_ria Berengare Berengaria Berengela Berenguela Berenguera } berenike_female = { Berenige Berenike } -beretrude_female = { Beredulda Beretruda Beretrude } berhtwine_male = { Berhtwine Berthgwyn } berin_male = { Berin Birinus } bernard_male = { BE_rard Barnaerd Be_rard Benno Berardo BernA_t Berna_t Bernabn_ Bernaldu Bernard Bernardin Bernardino Bernardo Bernardu Bernart Bernat Bernd Bernead Bernez Bernhard Bernhardus Birnardu } @@ -752,16 +1005,13 @@ bikili_male = { Beciellu Bikili } bikorom_male = { Bikorom } bilal_male = { Bilal } binhdo_female = { Bindo Binhdo } -binmelqart_male = { Be_mmeryar Bimmelgar Binmelqart } biram_male = { Biram } birger_male = { Birger Birgir } biri_male = { Biri } birpala_male = { Birpal Birpala } bis_female = { Bis } bishara_male = { Bishara Bishoi } -bitnima_female = { Be_nne_ma Bitnima } bitognatos_male = { Bitognatos } -bitoria_female = { Be_dore_a Bitoria } bitugnatus_male = { Betu_n_aty Betumnatui Bitugnatus } biturix_male = { Betoury Biturix } blaise_male = { BL_aZ_ej Biaggiu Biagio Blaez Blaise Blasi Blayve Blaz Blazej } @@ -773,7 +1023,6 @@ bleiddig_male = { Ble_gi_ Ble_zico Bleiddig } bleiddud_male = { Bleiddud Blethiut } blodwen_female = { Bleutuen Bleuzenn Bln_dn_e_ne Blodhoi_ne Blodwen } bo_male = { BU_i Bo } -boccius_male = { Bocciu Boccius Bogge_u Boqqi } bodugnatos_male = { Bodugnatos Bognet } boethios_male = { Boethios Boethos } bogdan_male = { Bogdan Bohdan Bokdan } @@ -790,9 +1039,7 @@ bolad_male = { Bolad } boleslav_male = { BolesL_aw Boleslav Boleslaw Burisleif } bona_female = { BO_na Bn_na Bona Bonne Buni } bonaventura_male = { Bonaventura } -boniface_male = { BoN_cza Bonaye_u Boncza Boniface Bonifacio Bonifacius Bonifagiu Bonifazio Bonifaziu } bonino_male = { Bonino Bunin } -bonnannaro_male = { Bonnannaro } bonosus_male = { Bonosus } bonus_male = { Bono } bootes_male = { Boo_tes Pimen Poimen } @@ -839,7 +1086,6 @@ brogitaros_male = { Brogitarios Brogitaros } brogmaglus_male = { Brochfael Brochuael Brogmaglus } bronwen_female = { Brn_nn_e_ne Bronoi_ne Bronuen Bronwen } brunhild_female = { Brunhild Brunildi } -brunhilda_female = { Brune_rra Brunechildis Brunhilda Brunhilde Brunidda Brunilde } bruno_male = { Brun Bruno } brwyn_male = { Bre_n Bre_no Brwyn } brychan_male = { Brocano Brogan Broichan Brychan } @@ -853,7 +1099,6 @@ bukar_male = { Bukar } bul_female = { Bul } bul_male = { Bul } bulgius_male = { Buldzhui Bulgius Bulzhy } -bulu_male = { Boghos Bulu PAAl PA_l PA_ulu PO_l Pa_l Paavo Paol Paolino Paolo Paul Paule Paulo Paulos Paulose Paulu Paulus Paurui Pavel Pavle Pavlos PaweL_ Pawel Pawl Pol Pory Pulu Puol } buna_female = { Bouna Buna } buonconte_male = { Bonconte Buonconte } buoso_male = { Buoso } @@ -883,7 +1128,6 @@ cadwared_male = { Cadwared Catguoret } cadwr_male = { Cador Cadwr } cadwy_male = { Cado Cadwy Catovio Gedoui } caecilia_female = { Aziliz CE_cile Caecilia Ce_cile CecI_lia CecilI_a Cecilia Cecilie Cecily Che_chella Cicely Cie_cie_lie Cie_ciella Gegili_e Kaikilia She_shea } -caecilius_male = { Aksel Aksil Caecilius Cecily Cegillu Che_chellui Cie_ciellu Cie_cileo Ge_gile_ Ge_ye_zu Kaikilios Ke_kili She_sheiy } caedicius_male = { Caedicius Cedig } caelestinos_male = { Caelestinos Gelestinos } caelestinus_male = { Caelestinus Che_llestinui She_iestiny } @@ -912,24 +1156,19 @@ cammios_male = { Cammios Cammius } camulogenus_male = { Camulogenus Camurodzhenui Camuruzheny } candala_female = { Candala } candalon_male = { Candalio Candalon } -candida_female = { Candeda Candida Candieda Ga_de_da } candidus_male = { Candido } candidus_male = { Candidus Kantitos Qandideh } canute_male = { Canute Kanut } -capussa_male = { Capussa Gabussa } caradoc_male = { Caradaig Caradec Caradoc Caradog Caratacus Caratn_co Cedric Cerdic Ceredig Cie_re_zico Gerado Gere_gey Karadeg } caraled_male = { Caraled Caraleto Gerele_ Gerled } carawain_male = { Caraue_no Carawain Gerauen } carbrey_male = { Cairbre Carbrey } -carcasan_male = { Carcasan Cargasanu Garyasanu } carig_male = { Care_co Carig Gerey } carinus_male = { Carin Carinu Carinui Carinus Cariny } carloman_male = { Carloman Karlmann Karloman } caroline_female = { Caroline Karlotte } carus_male = { Caru Carui Carus Chary } casimir_male = { Casimir Kasimar } -caspar_male = { Caspar Casparru GA_spA_r Ga_spa_r Gaspare Gasparru Jaspar Kaspar } -cassia_female = { Casha Casie Cassia Chasha Gasse_a Gi_e Kasia Tkasia } cassignatos_male = { Cassignatos Kassignatos } cassius_male = { Cashui Cassiu Cassius Chashy } cassius_male = { Cassio Kasio } @@ -943,17 +1182,14 @@ catuvalos_male = { Cadoual Catuvalos } cavan_male = { Cauano Cavan Geuan } cavaros_male = { Cavaros Chavar } cecil_male = { Cecil Seisyll } -cederina_female = { Cederina Gedere_na } cedwyn_male = { Cedwyn Cie_tn_vino Ge_douin } ceinwyn_female = { Ceinwyn Cie_nn_e_ne Genoi_ne } celer_male = { Celer Keler } -celestine_male = { Celestine Cilestinu Coelestinus Ge_leste_nu } celestinus_male = { CelestI_nu Cilistinu } celladius_male = { Celladius Kellad } celtillos_male = { Celtille Celtillos } celwin_male = { Celwin Cie_lvino Ge_luin } cemeia_female = { Cemeia } -cenosinda_female = { Cenosinda Genos?da } centule_male = { Centolh Centule Centulle Centullus Gendule Zentulo } cercenia_female = { Cercenia Kerkenia } cerdig_male = { Cerdig Cie_rzie_co Gergey } @@ -1008,7 +1244,6 @@ chriki_female = { Chriki } christ_male = { Christ Khrestos } christian_male = { Chrestien Christian Crastin Cristiano Kersten Kristian Krystyn } christiana_female = { Christiana } -christina_female = { Christina Christine CrI_stina Creschena Creshena Cri_stina Cristen Cristin Cristina Gre_ste_na Khristina Kirstin KristY_na Kristen Kristiina Kristina Kristyna Krisztina Krystyna } christodoros_male = { Christodoros Khristodore } christodote_female = { Christodote Khristodothe } christodoulos_male = { Christodoulos Khristodoloy Khristodoulos } @@ -1027,7 +1262,6 @@ ciderios_male = { Cedry Ciderios } cikkoku_male = { Cikkoku } cincixri_male = { Cincixri } cinta_female = { Cinta } -cipare_male = { Cipare Cipari Ge_bare_ } cisantaxma_male = { Cisantaxma } cishpi_male = { Cishpi } citata_female = { Citata } @@ -1036,9 +1270,6 @@ cixilo_female = { Cixillo Kisilo } clara_female = { Clara KlA_ra Kla_ra Klara Llear } clarisant_female = { Clarisant Llare_sante Lleri_ande } clarus_male = { Clarus Klaros } -claudia_female = { Ciaudza Claudia Claudie Claugia Coza Crudia Glades Gladez Golade_s Grude_a Gwladys Klaudia Llaudie Llodhi_e } -claudius_male = { Ciaudzui ClA_udiu Claude Claudio Claudius Claugiu Cozy Crudiu Glywys Grude_u Klaudios Klaute } -clemens_male = { ClamenC_ Clamenc_ Clemen Clemence Clemens Clement Clemente Clemiant Climent Climenti Cremen Crementziu Grem?dze_u Gremen Klemes Kliment } clementia_female = { Cemensa ClemEEncia ClemE_ncia Cleme_ncia Clemence Clemencia Clementia Clemenza Clemianta Cllementsa Crementia Klementia ME_cia Me_cia MencI_a Menci_a Mencia Mentzia } clementine_female = { Clementina Clementine } clementius_male = { Cemensy Ciementsui Clemenciu Clementius } @@ -1057,7 +1288,6 @@ combogios_male = { Comboge Combogios } combolomaros_male = { Combolomaros Kombolomaros } combutis_male = { Combutis Komboutis } comes_male = { Comes Komes } -comita_male = { Comita Gome_da Gomita } comitas_male = { Cometai Comitas Cumeche } commodus_male = { Commodus Komode Qommodeh } commuvalos_male = { Commoual Commuvalos } @@ -1066,32 +1296,23 @@ conall_male = { Canuall Conall } conan_male = { Canan ConA_n Conan Cynan Kenan Konan } conn_male = { Canu Conn } connacorix_male = { Connacorix Konnakorix } -constance_female = { Caunstantina ConstA_ncia Consta_ncia ConstanC_a Constanc_a Constance Constancie Constansa Constantia Constantina Constantsa Constantsena Constanza Costantia Costanza Cunschansa Cunschansena Cunstancia Cunstantina Gosta_de_a Konstancia Konstancie Konstancja Konstansja Konstantia Konstantina Konstantine Konstantzia Konstanza Konstanze } constans_male = { Castant Constan_i Constand Constans Constant Constantius Constantsui Constanzo Costante Costantzu Costanzo Cunschai Cunschansy Cunstanciu Custanti Custanzu Custent Custeyn Cysteint Konstantios Konstas } -constantine_male = { Castantin Caunstantin CausantI_n Causanti_n Cn_sce_nino Coge_nin ConstantI_n ConstantI_nu Constanti_n Constantin Constantine Constantino Constantinui Constantinus Costantin Costantinu Cunschantiny Cunstantinu Custantinu Custennin Custentin GosantI_nu Gosdantin Gosta_de_nu Guantine Konstantin Konstantine Konstantinos } constantinos_male = { Constantinos Kostantinos } corbos_male = { Corbos Corbus } corentin_male = { Caurantin Corentin } corexia_female = { Coreix CorexI_a } corineus_male = { Core_ne_ Core_ne_o Corineus } -cornelia_female = { Cn_rne_lie Corn_ella Corneli_e Cornelia Cornella Curea Curn_ella Gonneza } -cornelius_male = { Caurnel Cn_rne_le_o Corn_ellui Cornele_ Cornelio Corneliu Cornelius Cornellu Cornely Cureiy Curn_ellu Curneliu Gonnezu Kornel Kornelios } -corona_male = { Corona Gorona } correos_male = { Corre Correos } corvulus_male = { Corvulus } -cosima_female = { Coshema Cosima Cushema Gose_ma } -cosma_male = { CO_simu Cosimo Cosma Cosmas GO_samu Gossa Kosma Kosmas Koz'ma Koz_ma ZO_simu } cotu_female = { Cota Cotu } cotula_female = { Cotula } cotulos_male = { Cotulos Cotulus } counerta_female = { Counerta } counertos_male = { Counertos Counertus } couruna_female = { Couruna } -crassus_male = { Crassu Crassus Crasui Crasy Grassu } creirwy_female = { Cleirui Creirwy } crescens_male = { Crescens } crescentius_male = { Cresenzio } -crispina_female = { Crespena Crespina Crespine Crispina Gre_spe_na } crixos_male = { Cres Crixos } crouta_male = { Crouta } crundmael_male = { CruinnmA_el CrundmA_el } @@ -1101,9 +1322,7 @@ cunobarros_male = { Combarre Cunobarros } cunomor_male = { Conomor Cunomor } cupitus_male = { Cupitus } curena_female = { Curena } -cusaila_male = { Cusaila Cusila Guse_la } cuthbert_male = { Cuthberht Cuthbert } -cutzinas_male = { Cutzina Cutzinas Gudze_na } cwa_male = { Cwa } cybi_male = { Cuby Cybi Kybi } cynddelw_male = { Condeleu Cynddelw } @@ -1149,7 +1368,6 @@ damian_male = { Damia_o Damian Damiano Damianu Damianus Dwyfan } damianos_male = { Damianos } danais_female = { Danais } danasabe_male = { Danasabe } -daniel_male = { Danail Dane_l Danelu DaniE_l Danie_l Daniel Danieli Daniil Danilo Danilu Daniyel Daniyyel Danyal Deiniol Deniel Ge_neol Gie_niolo Taniel } daniela_female = { Daniela } daniyah_female = { Daniyah } danjuma_male = { Danjuma } @@ -1210,9 +1428,6 @@ dhamiria_female = { Dhamiria } dhanga_male = { Dhanga Dhangadeva } dharma_female = { Dharma Tarma } dharma_male = { Dharma Tarma } -diaco_male = { Akiba Akiva Chaacko Chaime DI_dac Diaco Diago Diego Diegu Diogo Giacomo Giacopo Giago Giagobu Hamish Hayo Hayobu Iacob Iacobino Iacobus Iacopo Iago Iakob Iakobos Iakov JA_kob JA_picu Ja_kob Jaakoppi Jacco Jacme Jacob Jacobello Jacobino Jacobo Jacomelo Jacop Jacopo Jacopu Jacques Jagu Jaime Jakez Jakob Jaksa Jakub Jakue Jakusz James Jaques Jaume KO_pke Lapo Puccio SE_amas Tiago Ya'qob Ya'qub Ya_qob Ya_qub Yaakov Yakob Yakov Yaqub } -dian_female = { Chuana Dian Eonnecte Gi_ene Gie_ane Gioanna Hoanna Iannia Ioan_a Ioanna Iohana Iohanna Iohanne Iouenna Iuaia Janed Jean Jeanne Jehanne Jiona Joan Joana Joanna Johanna Juana Se_ane Seonaid Sheena Shona SiA_n Sia_n SiobA_n Sioned Siunod Xoana Xuana Youenna } -diana_female = { De_ana Diana Zhana } diane_female = { Diane } diastullos_male = { Diastullos Diastullus } diazelmis_male = { Diazelmis Diesie_lme } @@ -1221,7 +1436,6 @@ dicasius_male = { Decashui Dechashy Dicasius } didymos_male = { Didymos } dieter_male = { Dieter Tedu Teodo Teuto Theodo } dietmar_male = { Detmar Dietmar Thietmar Tymmeke } -dihya_female = { Dame_a Damia De_a Dihia Dihya } dikaios_male = { Dikaios Dikaiou } dikasios_male = { Dikasios } dikla_female = { Dikla Diklah Diklit } @@ -1231,10 +1445,8 @@ dilipapala_male = { Dilipapala Dilippal } dim_male = { Dim } dinka_female = { Dinka } diocaros_male = { Dechar Diocaros } -diocletianus_male = { De_ogredze_anu Diocletianus Diocretzianu Diucletianu Zhocllechanui Zhuceshany } diodora_female = { Diodora } diodoros_male = { Diodoros } -diodorus_male = { De_odoru Diodoru Diodorus Diyodoreh Zhodorui Zhudury } diokles_male = { Diokles Tioklei } diomedes_male = { Diomedes Diometes } dione_female = { Dione } @@ -1267,13 +1479,10 @@ dobromir_male = { Dobromar Dobromir } docibilis_male = { Docibile } docnimaros_male = { Docnimaros Docnimarus } dolo_male = { Dolo } -domina_female = { Dome_na Domina Domna Du_na } dominia_female = { Dominia Domneio } -dominic_male = { DomE_nico Dome_ne_yu Dome_nico Domenico Domenigo Domienco Domingo Domingu Dominic Dominigu Dominik DumI_nicu } dominica_female = { Domen_eca Domienca Dominica Dumeieca Dumen_eca } dominicus_male = { Domen_ecui Domengo Dominicus Dumeiecy } dominius_male = { Dominius Domneion } -dominus_male = { Dome_nu Domineh Dominu Dominus Domno Domnos } domitia_female = { Dn_mizie Domige Domitia } domitiana_female = { Domechana Domitiana Dumeshana Dumetiana } domitianus_male = { Dn_mizeano Domechanui Domidgen Domitianus Dumeshany Dumetianu } @@ -1283,7 +1492,6 @@ domna_female = { DueN_a SeN_ora SeN_orina Senhorinha } domnilaos_male = { Domnilaos } domnina_female = { Domena Domnena Domnina Donnia Du_nena } donald_male = { Domelch Domnall Donald Donault Donoal Donual Donuallon Dyfnwal Dyfnwallon } -donatus_male = { Donadu Donata Donateh Donato Donatu Donatus Dynod } donco_male = { Donco } dong_male = { Dong } dongkar_female = { Dongkar } @@ -1301,8 +1509,6 @@ dragonja_male = { Dragonja } drakontios_male = { Drakontios Trakont } draupada_male = { Draupad Draupada } drogo_male = { Drogo Drogon } -drusilla_female = { Drousilla Drushera Drusiella Drusilla Ruse_za } -drusus_male = { Drous Drousos Drusu Drusui Drusus Drusy Rusu } druteos_male = { Drotey Druteos } drystan_male = { Drostan Drostano Drosten Drystan Tristan } dubna_female = { Dubna } @@ -1344,7 +1550,6 @@ edward_male = { Duarte E_douard E_orue_ E_orveto Edouart Edouarzh Eduard Eduardo edwin_male = { Eadwine Edwin Edwis Edwyn Odhon Odono } egbert_male = { Egbert Ekbert } egil_male = { Egil Egill Eigil } -egrilius_male = { Egrilius Egrillu Gre_zu Hegrili } ehud_male = { Ehud Udi } eilif_male = { EilI_fr Eilif } einar_male = { Einar Einarr } @@ -1353,15 +1558,12 @@ eiot_male = { Eiot } eirenaios_male = { Eirenaios } eirene_female = { Eirene IrE_n Ire_n Irene Irina } eirenous_male = { Eirenous } -eisarn_male = { Eisarn Isarnu Sannu } eithne_female = { Edna Eithne } ekkehard_male = { Eggerd Ekkehard } elain_female = { Elain I_lene } -elaine_female = { Aileen E_le_ne E_le_ne2 E_lina E_line Eiena Elaine Eleina Elen Elena Elene Eli_ne Ellena Ellyn HE_lE_ne Helen HelenE_ Helena Helene Hellene Ilona Jelena Lena Liekko Olena Oleni } eldoc_male = { E_ldoco Eldoc Eldoe } elea_female = { Elea } elea_male = { Elea } -eleanor_female = { Aenor AliE_nor Alie_nor AlienO_r Alienn_r Alienora Alionor Azenor E_lE_onore E_le_nore E_le_onore Eilionoir Eilionora Eleanor Eleonora Eleonorka Eli_nore Elinor Elionor Ellanora Ellijnore Ellinor Leonor Leonore Lleonor Zanora } elewa_female = { Elewa } elgwyn_male = { E_lve_no Elgwyn Elue_n Elwain } eli_male = { Eli } @@ -1376,9 +1578,7 @@ elimisha_female = { Elimisha } elinion_female = { E_le_ne_one Eli_ni_one Elinion } eliomara_female = { Eliomara } eliomaros_male = { Eliomaros Eliomarus } -elisabeth_female = { Aaleyaamma AlZ_bEE_ta Beileag Bet E_lizabeth Egilona Eilo EisabE_u Eisabe_u ElI_sabet ElZ_bieta Elesbed Elisa ElisabE_ta Elisabe_ta Elisabet Elisabeta Elisabete Elisabeth Elisabetta Elisaued Elisaveta Elise Elisheva Eliz Eliza Elizabeta Elizabeth Elizabetha Elo Eloisa Eloise Elspeth Elzbieta ErzsE_bet Erzse_bet Exilona Eylo HE_loise He_loise Helisabeth Heloise Iebelle Ilizabith IsabE_la IsabE_u Isabe_la Isabe_lle Isabe_u Isabeau Isabel Isabela Isabella Isabelle Isobel Ispella Izabel Le_sabedda Lillias Lise Lisebet Lys Sabela Sabeza Uusbail Yelizaveta Yelizaveti Ysabel Ysabelle Ysbail Zabel } elisha_male = { Eghisha Elisha Elisha' } -elissa_female = { Elissa Le_ssa } elod_male = { ElO__d ElO_d } elpidios_male = { Elpidios } elpidius_male = { Elpedzui Elpezy Elpidius } @@ -1431,7 +1631,6 @@ ermenerdis_female = { Ermenerda } ermengarde_female = { Ermegardis Ermengard Ermengarda Ermengarde Ermengardis Ermingarde Hermengarde Irmgard Irmingardis } ermensinda_female = { Ermensinda Ermosinda } ermentrude_female = { Ermedrudia Ermentrude } -ermesinda_female = { Emmes?da Ermenisinda Ermesenda Ermesinda Ermessenda Ermessentz Ermessinde Ermisenda Hermesenda Hermesinda Hermessent } ermid_male = { E_rme_do E_rmi_dh Ermid } ernest_male = { ArnoS_t Arnost Ernest Ernst Ernusto } eros_male = { Eros } @@ -1479,7 +1678,6 @@ euphronia_female = { Euphronia } euphrosyne_female = { Eufrosina Eufroysina Euphrosine Euphrosyne Yefrosi Yefrosinia } eupraxios_male = { Eupraxios } euprepios_male = { Eoprepi Euprepios } -euric_male = { Eborico Euric Re_yu Uriegu Urieke Urigu } euryphantos_male = { Euryphantos } eusebia_female = { Eusebia } eusebios_male = { EusE_biu Eusebe Eusebi Eusebios Eusebius Oservio } @@ -1489,13 +1687,11 @@ eutrocia_female = { Eutrocia Odrotia } eutropios_male = { Eutropios } eutychianos_male = { Eutychianos Eutychianus } eutychos_male = { Eutychos Eutykhios Eutykhos } -eva_female = { AibilI_n Ava Chava E_fe E_ua E_va Eba Efa Eua Eva Eve Hawwa I_fe } evagrios_male = { Evagrios } evangel_male = { Evangel Evangelos Evangelus } evangelia_female = { Evangelia Vangelia } evangelina_female = { Evangelina } everard_male = { Eberhard Eberhardus Everard Everardo Everd Everett Evrard Evrart } -evisus_male = { Be_su Ebisu Evisus } exapia_female = { Exapia } excingomaros_male = { Excingomaros Excingomarus } eya_female = { Eya } @@ -1509,8 +1705,6 @@ fabianus_male = { Fabe_ano Fabeanu Fabeanui Fabeany Fabianus Fabien } fabius_male = { Fabiu Fabiui Fabius Fabiy } fabrice_male = { Fabritziu Fabrizio Fabrizziu } fabrician_male = { Fabri Fabrician } -fabricius_male = { Fabrichui Fabriciu Fabricius Fabrishy Habe_lye_u } -facundus_male = { Facundus Fagundu Hayundu } fadl_male = { Fadl Fezl } fadlun_male = { Fadlun Fezlun } fafila_male = { Fa_fila Fa_vila Fafes Fafila Favila } @@ -1547,13 +1741,9 @@ faste_male = { Faste Fasti } fasti_female = { Fasti } fatima_female = { Fatima Fatimah Fatma Fatuma } faust_male = { Fausto } -fausta_female = { Fausta Fosta Fusta Husta Phausta } faustina_female = { Fauschena Fauscie_ne Faustina Fogi_ne Foshena } -faustus_male = { Faustu Faustui Faustus Fosty Fustu Giustu Hustu Justu Justus Phaustos Phawsteh } fedlimid_male = { Fedelmid Fedlimid Feidlimid } felicia_female = { Felicia } -felicula_female = { Feiecura Felicula Feligula Fellecura Hele_yula Pheliqula } -felix_male = { Fei Felec Feles Felice Felictu Feligz Felix Felli Fellip Filici Hele_y Pheliks SzczE_sny Szczesny } feradach_male = { Feradach Uuredach } ferdinand_male = { Ferant Ferdinand Ferdinando Ferdinandu FernA_n FernA_o Ferna_n Ferna_o Fernand Fernando Fernandu Ferran Ferrand Ferrando Firdinannu Fredenand Friedenando Friednand } ferdows_male = { Ferdows Firdews } @@ -1568,11 +1758,8 @@ fikira_female = { Fikira } findlay_male = { FindlaI_ch Findlay Finnlagh } finn_male = { Fingal Finn Fionnghall Gwen Gwyn } finnguala_female = { Fenella Fenni Fingola Finnguala Nuala } -firmus_male = { Firmu Firmus He_mmu } -flacilla_female = { Flachera Flaciella Flacilla Flashera Fragilla Rage_za } flamula_female = { FlA_mula } flavia_female = { Flauia Flauie Flavia Floi_e Floia Phlavia } -flavianus_male = { Flaianus Flaueanui Flaveanu Flavianus Floeany Frugianu Ruhanu } flavinius_male = { FlaI_n } flavius_male = { Flauio Flavius Floi_ Phlawi } flavius_male = { Flavio } @@ -1580,10 +1767,8 @@ flora_female = { Fflur Fiaura FlO_ra Fln_ra Floarea Flor Flora } florence_male = { Fiaurens Florence Florentius Florenzo } florian_male = { Florianu } florianus_male = { Floreanui Florianus Florien Flureanu Flureiany } -florus_male = { Florus Froru Roru } folke_male = { FO_lki Folc Folco Folke Folki Folquet Foucher Foulces Foulques Fouques Fulco Fulcone Fulk } fortis_male = { Fort Forte Fortis } -fortunata_female = { Fortunata Fortunete Furtun_ata Furtunata Horrunada } fortunatus_male = { FortU_n Fortunato Furtun Furtunatu Orti } fortunatus_male = { Fortu_n Fortunatus } frada_male = { Frada } @@ -1592,10 +1777,7 @@ francesca_female = { Francesa Francesca } francis_male = { Cecchino Cecco Ferenc Ffransis FranC_ois Fran_sez FrancE_s Franc_ois France_s Franceis Francesc Francescino Francesco Francis Francisco Franciscu Franciscus Frane Frang Franjo Franku Frans Fransaz Fransis FrantiS_ek Frantisek Frantziscu Franz Fresco Proinsias } franghad_female = { Franghad } fravarti_male = { Fravarti } -fredegunda_female = { Fredegunda Redeyuda } -fredenanda_female = { Fredenanda Redena_da } frederick-konrad_male = { Federico_Corrado } -frederick_male = { BedR_ich Bedrich Fadrique Federico Federigo Fidiricu FrE_dE_ric Fre_de_ric Frederi Frederic Frederick Frederico Frederik Fredrik FriT_rI_kr Fridericus Friderigu Friedrich Re_dere_yu Rieti } frederique_female = { Frederikke Frederique Friedrica } frej_male = { Frej Freyr } freja_female = { Freja Freyja } @@ -1615,9 +1797,6 @@ funa_female = { Funa } fune_male = { Fune } furayja_female = { Furaha Furayja } furuzan_female = { Furuzan } -gabinus_male = { Gabinu Gabinus Gaine Gavin Gavini Gavino Gwalchmai Yabe_nu } -gabriel_male = { Cabbrieli Crabiele GA_briel Ga_briel Gabri'el Gabri_el Gabriel Gabriele Gabrieli Gabrielu Gavrail Gavriel Gavriil Gavril Gavrilo Grabielle Kapriel Kauro Yabre_lu } -gabriella_female = { Gableria Gabrielia Gabriella Gavrailia Yabre_za } gaddo_male = { Gaddo Gadduccio } gadric_male = { Catarico Gadric Gederi_ } gagik_male = { Gagik Gagiki } @@ -1627,7 +1806,6 @@ gaia_female = { Dzha Gaia Gaie Gaye Zha } gaiana_female = { Gaiana } gaianos_male = { Gaianos } gaidres_male = { Gaidres Ge_diere } -gaietanu_male = { Cetanu Gaieta_nu Gedanu } gaizatorix_male = { Gaizatorix } gajetan_male = { GaetA_nu Gaetano Gaitanu } gaji_male = { Gaji } @@ -1638,8 +1816,6 @@ galatos_male = { Galatos Galet } galba_male = { Galba Galbe } galed_male = { Cale_to Galed Gele_d } galeotto_male = { Aliotto Galeotto Gialetu } -galeria_female = { Gaera Galeria Galleria Gallerie Yalere_a } -galerius_male = { Gaiery Galeriu Galerius Galleriu Galleriui Gallery Yalere_u } galindo_male = { Gali_ Galind Galindas Galindo Garindo } galla_female = { Galla } gallia_female = { Gallia } @@ -1658,7 +1834,6 @@ garang_male = { Garang } garbai_male = { Garbai } garcia_male = { GarC_i GarcI_a Garc_i Garci_a Garcia Garsia Garsias Garsiya Gartzia } gareth_male = { Care_to Gareth Gere_d } -garmul_male = { Garmelu Garmul Yammelu } gaston_male = { Gaston Gastone } gaua_female = { Gaua } gaubaruva_male = { Gaubaruva } @@ -1670,17 +1845,13 @@ gazal_male = { Gazal Gazali } gazi_male = { Gazi } gebhard_male = { Gaboardo Gebhard Gevert } geisericus_male = { Geisericus Geserik } -gelasius_male = { Dzherashui Gelasiu Gelasius Yelassu Zherashy } gelduin_male = { Gelduin Gilduinus Gildwin } gelgel_male = { Gelgel } -gelimer_male = { Gelimer Gelimeru Yele_meru } gennadia_female = { Gennadia Gennatia } gennadius_male = { Gennadius Gennatios } genovefa_female = { Genovefa Genoveve } -genseric_male = { Genseric Gesserigu Yessere_yu } gentile_male = { Gentile } george_male = { Chorche Djordje GeO_rgios Geo_rgios Georg George Georgios Georgius Georgy Gevorg Gheorghe Gheorghi Giordano Giordanu Giorgei Giorgi Giorgio Giwargis Gurg GyO_rgy Gyo_rgy Iordanes JU_rgen Jerzy JiR_I_ Jiri_ Jiri_k Jord Jorda_ Jordan Jordanes Jorge Jourdain Juraj Qeorqios Seog Sior Varughese Xurdan Yarden YrjO_ Yrjo_ Yuriy } -georgia_female = { Dzhordzha Georgia GyO_rgyi Gyo_rgyi Yorya Zhurzha } gerald_male = { GE_rard GE_raud Garalt Garibald Garibaldo Garipald Ge_rard Ge_raud Gehrke Gerald Geraldo Gerallt Geralt Gerard Gerardo Geraud Gerbald Gerhard Gerhardus Gerold Gherardo Ghert Gie_ralto Gierolt Girald Girard Girardu Girart Guerau Guiral Guiraud Guitart Xerardo Xerardu } gerberga_female = { GerbE_rga Gerbe_rga Gerberga Gerberge Gerburgis Gerperga } gerda_female = { Gerda } @@ -1718,11 +1889,8 @@ gilroy_male = { Gilla-Ruad Gilroy } gimbya_female = { Gimbya } gino_female = { Gino } gir_female = { Gir } -gisalic_male = { Gaisalaiks Gisalic Gisaligu Ye_sale_yu } -gisclauara_female = { Gisclauara Gisclura Ye_shlura } gisela_female = { GisE_le Gise_le Gisela Gisele Giselle Giseltrude Gisla Gizella Guisla } gisulf_male = { Ghisolfo Gisulf Gisulfu } -gitimelu_male = { Gitimelu Ye_de_melu } gizirgizir_female = { Gizirgizir } glaucia_female = { Glaucia Llaucie Llogi_e } glauke_female = { Glauke } @@ -1741,14 +1909,12 @@ goldregot_female = { Goldregodo Goldregoto } golnaz_female = { Golnaz Gulnaz } golshan_female = { Golshan } goma_female = { Goma } -gomesinda_female = { Gomesinda Yomes?da } gomez_male = { GO_mez Gomes Gomez Gomidius } gon_male = { Gon } gonzalo_male = { GonC_al GonC_alo Gonc_alo Gontzal Gonzalo Gonzalu } gopala_male = { Gopal Gopala } gopendraraja_male = { Gopendraka Gopendraraja } gorandukht_female = { Gorandoukht Gorandukht Guranduht } -gordiana_female = { Gordiana Gorzhana Gurdiana Gurzhana Yorde_ana } gordianus_male = { Gordeanui Gordianus Gurdeany Gurdianu } gorm_male = { Gorm Gormr Guttorm } gormflaith_female = { Gormelia Gormflaith Gormlaith Gormuil } @@ -1769,10 +1935,7 @@ gratia_female = { Grasa Gratia Gratsa } gratian_male = { Grazzianu } gratiana_female = { Gratiana Grege_ana } gratianus_female = { Gratianus Graze_ane } -gratianus_male = { Grachanui Gradze_anu Grashany Gratianu Gratianus Gratzianu Graze_ano Grege_an } -gratzia_female = { Gradze_a Gratzia } gregoria_female = { Gregoria } -gregory_male = { Gigurum Giric Greger Gregers Grego_rio Gregor Gregoras Gregore Gregorio Gregorios Gregoriu Gregorius Gregory Grgur GrigO_riu Grigoli Grigor Grigore Grigori Grigorii Grigoris Grigoriu Grigoriy Grore_u Grwgari Grygor Grzegorz Jerjer } griffid_male = { Cre_vi_ Cre_vido Griffid } grim_male = { GrI_mr Grim Grimr } grima_female = { GrI_ma Grima } @@ -1787,29 +1950,23 @@ gudovan_male = { Godouan Gotn_vano Gudovan } gudrod_male = { GuT_rO_T_r GudrOEd GudrO_d } gudrod_male = { Gud_ro_d_r Gudro_d } gudrun_female = { GuD_rU_n GuT_run Gud_run Gudrun Guntroda Guntrud } -guenfan_male = { Guenfan Guenfanu Yueffanu } gugwa_male = { Gugwa } guichard_male = { Guichard Guichardus Wichard } guiges_male = { Guiges } guillaumette_female = { Guillaumette Guillelma Guillemecte Gulielmina Willaumete Williamette } guinevere_female = { Gui_nofere Guinevere Gwenhwyfar Ve_nofare } guiomar_female = { Guiomar } -guisiana_female = { Guisiana Yue_ssana } guji_male = { Guji } gulcicak_female = { GulC_eC_ek GulC_iC_A_k GulC_iC_ek } gulcicek_female = { Gulc_ec_ek Gulc_ic_a_k Gulc_ic_ek } gum_male = { Gum } gundahar_male = { Gundahar Kounthos } -gundemar_male = { Gudemar Gundemar Gundemaro Gundemaru } gundesend_male = { Gondesendo Gundesendo Gundesindo } gundoald_male = { Gombau Gombaut Gundo Gundoald } gunhild_female = { Guinidilda Gunhild Gunhilda Gunnhild Gunnhildr Winidilda } gunnar_male = { GonA_riu Gunnar Gunnare Gunnarr } -gunthamund_male = { Gundamundu Gunthamund Yudamudu } -guntharic_male = { Guntharic Guntrigu Yude_lyu } gunther_male = { GU_nther Gunzelin } guor_male = { Guor } -guraya_female = { Guraya Gurea Yurea } gustav_male = { Gustaf Gustav } gutuater_male = { Gutouar Gutuater } guy_male = { Gui Guido Guidone Guidu Guigues Guij Guy VI_tek Vi_tek Wicho Wido Wit } @@ -1917,7 +2074,6 @@ henry_male = { Aique Arricu Arrigo E_nri Enric Enrichetto Enrico Enrique Enzo Ez hephaistia_female = { Hephaistia } hephaistos_male = { Hephaistas Hephaistos } heptaporis_male = { E_utapuri Eptapori Heptaporis } -heracles_male = { E_rcollu Eracliu Erclwf Ercole Ercullu Ercullui Ercuy Erekle Eryuzu HE_raclius Heracles Heraklas Herakle Herakleios Herakles Hercule Herculius } herais_female = { Herai Herais } heraklammon_male = { Heraklammon Heraklamon } herakleides_male = { Herakleides } @@ -1931,7 +2087,6 @@ herieu_male = { Herieu } heriobastis_female = { Eribaste Heriobastis } heriprand_male = { Eriprando Riprando } herlinda_female = { Herlinda Hermelinda } -herman_male = { Armando Armannu Emmanu Ermannu Ermanu Herman Hermann } hermenrich_male = { Emrico Hermenric } hermes_male = { Herme Hermes } hermias_male = { Hermia Hermias } @@ -1961,13 +2116,10 @@ hilda_female = { Elida Hilda } hildebert_male = { Hildebert Hildebertus } hildebrand_male = { Hildebrand Hildeprand Ildebrando Ildeprando } hildegard_female = { Hildegard Hildegarde Hildegardis IldE_garde Ilde_garde Ildegarda } -hilderic_male = { E_rrere_yu Hilderic Idderigu } hilderik_male = { Hilderik } -hilderith_male = { E_rrere_du Hilderith Idderidu } himaya_female = { Himaya } hina_female = { China Hina } hinda_female = { Hinda } -hippolyta_female = { E_bbole_da Epolleta Epuieta Hippolyta Ippolita } hippolytos_male = { Epolete Hippolytos } hippomachos_male = { Hippomachos Hippomakhos } hirapala_male = { Hirapal Hirapala } @@ -1981,10 +2133,8 @@ holmger_male = { HO_lmgeirr Holmger } homer_male = { Homer Omer } hone_male = { Hone } honoratus_male = { Onoradu Onorato } -honoria_female = { Honoria Honorie Nore_a Onoria Unoria Unura } honorios_male = { Honorios Onorios } honorius_male = { Honorius Onorik Onorio Onoriu Onoriui Unoriu Unury Ynyr } -honosinda_female = { Honosinda Nos?da Onosinda } hooshyar_male = { Hooshyar XuS_yar Xus_yar } horace_male = { Orazzu } horame_male = { Horame } @@ -1996,7 +2146,6 @@ hormazd_male = { Hormazd Hormizes Hurmiz Ormisda } hormoz_male = { Hormoz } horos_male = { Hor Horos } horsiese_male = { Horsiese } -hortensia_female = { Hortensia Hortensie Orchensha Ordessa Ortessia Urshensha Urtiensia } hossein_male = { Hosen Hossein } houmisi_male = { Houmisi } hran_male = { Balkan Hran Hrana Slavic } @@ -2007,8 +2156,6 @@ humaya_female = { Humaya } humbert_male = { Hubert Hucpert Hugbert Humbert Humbertus Oberto Ubert Ubertino Uberto Ubertu Umbert Umberto Umbertu } hume_male = { Hume } hummay_male = { Hummay } -hunawilja_male = { Hunawilja Nue_za Unuilla } -huneric_male = { Huneric Nereyu Unerigu } hunfred_male = { Umfredo Unfredu Unifred } husayn_male = { Husayn Hussain } huseina_female = { Huseina Hussaina } @@ -2044,9 +2191,7 @@ idnerth_male = { Idnerth Iudnerth } idris_male = { Idris } idwal_male = { Idual Idwal Iudual } idwallon_male = { Iduallon Idwallon Iuduallon } -igider_male = { Igider Igideru Yederu } ignatia_female = { Aignatia Ignatia } -ignatius_male = { E_nnadze_u E_un_asy Emnatsui Gnazziu Ignadios Ignatios Ignatius Ignatziu Ina_cio Innatziu Z_egota Zegota } ija_female = { Ija } ijaba_female = { Ijaba } ilianos_male = { Ilianos Yllian } @@ -2061,7 +2206,6 @@ imani_female = { Imani } imanish_male = { Imanish } imara_female = { Imara } imarisha_female = { Imarisha } -imashtart_female = { Imashtart Imastarte Mastarde } ina_female = { Ina } indra_male = { Indra Indre } indrapala_male = { Indrapal Indrapala } @@ -2072,7 +2216,6 @@ ingegerd_female = { Ingegerd IngjerT_r Ingjerd Ingjerd_r } ingemar_male = { Ingemar Ingimar } ingfrid_female = { IngfrI_D_r Ingfrid } ingir_male = { Ingir } -ingitrude_female = { E_ggedulda Ingitruda Ingitrude } ingjald_male = { Ingjald Ingjaldr } ingolf_male = { IngO_lfr Inge Ingo Ingolf } ingrid_female = { IngirI_D_r Ingrid } @@ -2082,12 +2225,10 @@ innagari_female = { Innagari } innocent_male = { Cencio Innocenzo } innocent_male = { Innocent Innocentius } ioannikios_male = { Ioannake Ioannikios } -iohannes_male = { Chuan Eon Gian Giano Giohanne Giovanni Giuanne Giuvanni HanuS_ Hanus Hoanne Hovhannes IO_annE_s Iain Iannes Iehan Ieuan Io_anne_s Ioan Ioan_i Ioane Ioann Ioannes Iohannes Iohannis Iouan Iuan Iuani Iuanne Ivan IvaniS_ JA_nos Ja_nos Jan Janis JanisL_aw Janislaw Janko Janos Janusz Jean Jehan Jehane JoA_o Joa_o Joan Joanes Joannes Johan Johann Johannes John Jon Jovan Juan Juanne Juvven Nanino Oanu SeA_n Sea_n SeoA_n Seoa_n Sian Vanni XoA_n Xuan Yahya Yann Yayyo Yochanan Yohance Yohanna Yohannaan Yohannan Youkhanna Yovhannes Yovxan Yuhanna Yunanis Zanino } iolaos_male = { Iola Iolaos } iomara_female = { Iomara Yomarre } iomatios_male = { Iomatios Iomatius } ion_male = { Ion } -iovianus_male = { Chulia_n Eiouliane Giuli_ Giuliano Giulianu Giulio Giullanu Giullu Huzanu Huzu Ioueanui Iouli Ioulianos Ioulios Iovianus Iueany Iulianus Iulius Iullanu Iulleanui Iullu Iullui Iun_ui Iunius Iuveanu Iuy Jiolian Ju_lio Jules Julia_n Julia_o Julian Julien Julius Juliusz Juw Olban Silin Sulgen Sulian Sulien Tysilio Ulyan Yuli } irkin_male = { Irkin } is'mail_male = { Esma'il Esma_il I_smaI_l I_smai_l Is'mail Is_mail Isma'il Isma_il Ismacil Ismail } isa_male = { Cisse Eisow IE_sous Ic_a Ie_sous Iesous Isa Jesus Joshua Kossy Yehoshua Yeshua Yiswe } @@ -2118,13 +2259,9 @@ itto_male = { Itto } ituca_female = { Ituca } itucos_male = { Itucos Itucus } itulos_male = { Itulos Itulus } -iudila_male = { Giudila Hude_la Iudila } -iulia_female = { Giuli_e Giulia Giulie Giulla Huza Ioulia Iouliana Iuia Iuiana Iulia Iuliana Iulla Iullana Iun_a Iunia Iyana JU_lia Ju_lia Julia Juliana Julie Julienne Le_be_a Le_ui_e Le_vie Levie Libia Livia Lliuia Llivia Senioulia Yuhliya } iusta_female = { Iusta Justa } iustina_female = { Ioustina Ioustine Iuschena Iushena Iustina Justina Justine } iustiniana_female = { Iuschen_ana Iusheiana Iustiniana } -iustinianus_male = { Giustiniano Giustinianu Huste_ne_anu Ioustinianos Iuschen_eanui Iusheieany Iustien_anu Iustinianus Justinanius Justinian Justinien Stinian } -iustinus_male = { Gestin Giustinu Hustenu_ Iestan Iestyn Ioustinos Iustinu Iustinui Iustinus Iustiny Justin } iustus_male = { Iousta Iustus } ivar_male = { Evander I_omhar I_var Ibor Ifor Ivar Ivor } iverix_male = { Iverix Yvery } @@ -2183,7 +2320,6 @@ jemima_female = { Jemima Yemima } jengo_male = { Jengo } jeremiah_male = { Geremia Ieremias Jeremiah } jeremy_male = { Germias Jeremy } -jerome_male = { Gierominu Herome_nu Jerome } jesse_male = { Hoase Hoasse Hoassi Jesse Yishai } jhetpala_male = { Jhetpal Jhetpala } jibril_male = { Jibril } @@ -2207,7 +2343,6 @@ joram_male = { Joram Yoram } jordan_female = { Jordan Yarden Yardena } josaphat_male = { Iosaphat Josaphat } joscelin_male = { Gaucelin Gautselin Geosselin Iocilin Ioscelinus Joscelin Josselin } -joseph_male = { Giosefu Giuseppe Giuseppi Hoseu Hovsep Iosef Iosep Ioseph Iosephus JO_zef JO_zsef Jo_zef Jo_zsef Jose_ Joseph Josif Josip Jozef Yosef Yosip Yousef Youssef Youssouf YuC_uf Yusif Yusuf Zuseppe } josepha_female = { Iosepha Josepha } jubal_female = { Jubal Yuval } jubal_male = { Jubal Yuval } @@ -2442,7 +2577,6 @@ kwame_male = { Kwame } kwanzaa_female = { Kwanzaa } kwanzaa_male = { Kwanzaa } kwashi_female = { Kwashi } -kyprianos_male = { Ciprianu Ge_bre_anu Kyprianos } kyprios_male = { Kyprios } kyra_female = { Kyra Kyria Pakyre Qoure } kyrene_female = { Kyrene } @@ -2462,7 +2596,6 @@ lala_female = { Lala Lalis Lalla Lallia Lallis Laloa } lalas_male = { Lala Lalas } lambert_male = { Lambert Lamberto Lambertu Lantpert Lembert } lami_female = { Lami } -lamia_female = { Lame_a Lamia Lamiya } lammon_male = { Lammon } lampos_male = { Lampos Lampoy } lancelot_male = { Lanciottu Lanzelotto } @@ -2481,7 +2614,6 @@ larthi_female = { Larthi } lasis_female = { Lasis } latifah_female = { Latifah } laura_female = { Laura } -laurence_male = { Laorans Lars LaurE_nC_ Laure_nc_ Laurence Laurentios Laurentiu Laurentius Laurentsui Laurentu Laurentz Lauri LloriA_n Lorens Lorensy Lorenz Lorenzo LourenC_o Lourenzo Lur?dze_u Lurentziu Lurenzu Wawrzyniec } lavos_male = { Lavos Lavus } lawrence_male = { Laurenso Lawrence } layla_female = { Laila Layla Leila Leyla } @@ -2501,7 +2633,6 @@ leonard_male = { Leonard Leonhardus } leonis_male = { Leonei Leonis } leonnorios_male = { Leonnorios } leontia_female = { Leontia Lintsia } -leontios_male = { Iunsy Leo_dze_u Leontios Leontius Leontziu Lionce Llonciu Llontsui } leopold_male = { Leopold Leopoldo Liupolt Liutbald Liutpold } leovigoto_female = { Leovigoto Liuvigoto } leporios_male = { Leporios } @@ -2516,7 +2647,6 @@ liberius_male = { Iebery Liberios Liberius Lleberiui Llibieriu } liberius_male = { Libberiu Libero } licat_male = { Le_cato Le_ged Licat } liccaios_male = { Liccaios Liccaius } -licinia_female = { Ieshea Le_ne_a Licinia Liginia Llechen_a Llecien_e } licinius_male = { Iesheiy Licinius Llechen_ui Llecien_u } ligessac_male = { Le_gehey Le_gie_ssaco Ligessac } likayik_male = { Likayik } @@ -2543,13 +2673,11 @@ lopa_female = { Loba Lopa Lupaa } lostoiekos_male = { Lostoiekos } lotto_male = { Lotto } louernios_male = { Louernios Louerny } -louis_male = { Alois Alvise Clydog L_ukasz Lajos Lles LluI_s Lluis LoI_s Lodewijk Lodovico Loeiz Loi_s LouI_s Loui Louis Loukas Loukios Loys Lucas Luchui Lucian Lucien Lucio Luciu Lucius Lucjan Ludovico Luduvicu LudvI_k Ludvig Ludvik Ludwig Luga Lugi_ Lugiu Lui_s Luiggi Luigi Luis Lukaz Luke Luki Lukose Luqi Lushy Luya Luye_u } louise_female = { LoI_sa Loeiza Loi_sa Louise } loulou_male = { Loulou } lowry_female = { Lori_e Lorie Lowry } lubabah_female = { Lubabah } lucco_male = { Lucco } -lucia_female = { LU_cia L_ucja LlU_cia Lleuca Loukia Lu_cia Luci_a Lucia Lucie Lucija Lucja Lugi_e Lugia Luya } lucianus_male = { Loukianos Lucianus } lucidius_male = { LucI_dio Lucidio } lucien_male = { Luchino } @@ -2565,7 +2693,6 @@ lupo_male = { Gurgen Liuppo Llop Llope Lop Lope Lopo Lopus Loup Lubb Luparello L lustrus_male = { Loustros Lustrus } lutatios_male = { Loutatios Lutatios } lutbert_male = { Liutbert Liutpert Lutbert } -luxuria_female = { Lu_sura Lupsuria Luscuria Lushure_a Luxuria } lwanda_male = { Lwanda } lydia_female = { Lydia } lysimachos_male = { Lysimachos Lysimakhe } @@ -2601,14 +2728,12 @@ magalus_male = { Madzhary Magalus Magarui } magara_male = { Magara } magaram_female = { Magaram } magas_male = { Magas } -magdalena_female = { Madalena Maddalena Magda Magdaena Magdaleine Magdalena Magdalene Magdallena MagdelE_ne Magdolna Majdala Matilin Muadalena } magiona_female = { Magiona } magira_female = { Magira } magister_male = { Magister } magjin_male = { Magjin } magnia_female = { Ma_un_a Magn_a Magnia Mamn_e } magnilla_female = { Ma_un_era Magn_era Magnilla Mamnella } -magnus_male = { Ma_uny MagnU_s Magne Magnos Magnus Mamnu Mamnui Mannu Megistos } magya_female = { Magya Magyal } mah_female = { Mah } mahalia_female = { Mahalia Mahalie Mehalia } @@ -2622,7 +2747,6 @@ mahtab_female = { Mahtab } mailanne_female = { Mailanne } mailth_male = { Mailth } maimuna_female = { Maimuna } -mair_female = { MA_ire MA_ria MO_r Ma_ire Ma_ria Maike Maior Mair Mairi MarI_a Mara Maraja Mare Mare_a Mareike Mari Mari_a Maria Mariam Mariami Marie Mariham Marija Mariyam Mary Maryam Mayor Mere Miara Miriam Miryem Mor Morag } maj_female = { Maj } majak_male = { Majak } majda_female = { Majda } @@ -2667,37 +2791,29 @@ manute_male = { Manute } manyel_male = { Manyel } mapon_male = { Mapon Mapono Mepon } maravarman_male = { MA_ravarman Ma_ravarman Maravarman } -marca_female = { Marca Marga Marya } marceline_female = { Marceline Marcellina } marcella_female = { Marcella Marchell Marchera Marcie_lla Marcie_lle Margelle Marshera } marcellinus_male = { Marcellinus Marchelinui Marcie_llinu Marsheliny } -marcellus_male = { Marcello Marcellus Marcherui Marcie_llo Marcie_llu Margelle Margellu Markellu Marshery Martzel Maryezu } marcia_female = { Marcha Marcia Markia Miarsha } marciana_female = { Marchana Marciana Markiane Marshana } marcianus_male = { Marcheanui Marcianu Marcianus Markiane Marsheany Meirchion } marcius_male = { Marcius Marqi } marcomagnus_male = { Marcomagnus Marcomamnui Marcuma_uny } -marcus_male = { MA_rk Ma_rk Marc Marcas March Marchell Marchus Marco Marcu Marcui Marcus Marek Margh Margos Margu Mark Marko Markos Markose Marku Markus Marqeh Maryu Miarcy Morcar } mardoc_male = { Mardhoe Mardoc Mardoco } marduniya_male = { Marduniya } mared_male = { Mare_to Mared Mere_d } -margaret_female = { MA_irgred Ma_irgred Maisie Marared Marc'harit Margalida Margalit Margalita MargarE_ta Margarait Margare_ta Margare_te Margaret Margareta Margarete Margaretha Margarid Margarida Margarita Margerede Margherita Margred Margrete Margrethe Margrud Marguarite Marguerite Maryareda Peigi } margaritus_male = { Margaritu } marial_male = { Marial } mariana_female = { Mariana Senmariane } -mariane_female = { Mare_ane Mariane } -marianus_male = { Mare_ano Mare_anu Mare_u Mari Marian Mariane Mariano Marianos Marianu Marianus Marien Marin Marino Marinos Marinu Marinui Marinus Mariny Mario Marios Mariu Mariui Marius Me_rin_no Meirion Meri_ Meri_an Mi_ri_on Miary } maridhia_female = { Maridhia } marijani_female = { Marijani } marimatevatikal_female = { MariMA_tE_vatikal MariMa_te_vatikal Mariamma } marina_female = { Marena Mariena Marin_a Marina Marine Marinha } marini_female = { Marini } mariota_female = { Mariota } -marisa_female = { Mare_sa Marisa } marjani_female = { Marjani } marjory_female = { Marjory Marthoc } marka_female = { Marka } -markunda_female = { Margunda Markunda Maryuda } markward_male = { Markward Markwart Marquard } maro_male = { Maro } maroy_male = { Maroy } @@ -2707,7 +2823,6 @@ marsilius_male = { Marsiglio } marsus_male = { Marseh Marsus } martha_female = { MAErta MA_rta Ma_rta Marfa Marfie Marta Marte Martha Marthe Marti Martita Morta } martial_male = { Martial Martialis } -martin_male = { MA_rton Ma_rton Maertijn Marcin Marde_nu MartI_n Marthin MartiN_o Marti_n Martila Martim Martin Martine Martinho Martino Martinos Martinu Martinui Martinus Martiny Marzhin Merten Mertinus Muerten Myrddin } martina_female = { Marchena Margi_ne Marshena Martina Marzie_ne Muertina } martiya_male = { Martiya } martyria_female = { Martyria } @@ -2716,42 +2831,34 @@ marwan_male = { Marwan Merwan } marwenna_female = { Maruenne Marve_nne Marwenna } marzuban_male = { Marzuban Merzuban } mascarosa_female = { MascarO_sa Mascarn_sa Mascarosa Mascarose } -masguinu_male = { Mascuinu Masguinu Mashue_nu } mashad_male = { Mashad } mashika_female = { Mashika } masika_female = { Masika } maskini_female = { Maskini } masud_male = { Masud MesU_d Mesu_d } -masuna_male = { Massuna Masuna } matejninoslav_male = { Matej_Ninoslav } maternus_male = { Maderno Maternus } mathiang_male = { Mathiang } matoi_male = { Matoi } -matrona_female = { Madolna Madru Madrun Matrona Matrone Matruna } mattea_female = { Mateja } -matthew_male = { MA_tyA_s MaC_ko Ma_tya_s Maciej Macko Maddeu Mads Mafeo Maffeo Mahuis Mapheo Matei Matej Mateu Mateusz Matfei Math Mathaios Matheo Mathias Mathieu Maththias Matias Matija Matiya MatouS_ Matous Mats Matta Mattanyahu Matte Matteo Matteu Matthaeus Matthaios Matthew Matthias Matti Mattia Mattithyahu Mattityahu Mattu Mazhe } maulidi_female = { Maulidi } maulidi_male = { Maulidi } maura_female = { Maura } mauregato_male = { Mauregato Mauregatu } maurice_male = { Mauric Maurice Maurike Mauritius Meurig Muri_ Murico } maurus_male = { MA_uru Mauru Moruello } -maurus_male = { Maurus Mouro Muru } mawgan_male = { Maugan Mawgan Meigant Meugan } maxima_female = { Ma_usema Mapsema Maxima } maximiana_female = { Ma_usemiana Mapsemiana Maximiana } maximianus_male = { Ma_usemeiany Mapsemeanu Mapsemeanui Masse_miano Maximianus Mehe_mien } -maximilian_male = { Mascimillanu Mashe_me_zanu Maximilian } maximilian_male = { Massimiliano } maximina_female = { Maximina } maximinus_male = { Ma_useminy Mapseminu Mapseminui Maximinos Maximinus } maximinus_male = { Massiminu } -maximos_male = { Ma_usemy Macsen Maisme Maksineh Mapsemu Mapsemui Mascimu Mashe_mu Masse_mo Massen Massimo Massimu Maximos Maximus Mehe_m } maya_female = { Maya } mayen_male = { Mayen } mayom_male = { Mayom } maysoon_female = { Maysoon } -mazigh_male = { Maze_yu Mazigh Mazigu } mazousis_male = { Mazousis } mbai_male = { Mbai } mbakin_male = { Mbakin } @@ -2767,7 +2874,6 @@ meirona_female = { Meiriona Meirona } melanie_female = { Melania Melanie } melas_male = { Mela Melas } melgwn_male = { Maelcon Maelgwn Melgwn } -melisende_female = { ME_lisande ME_lisende Me_le_sante Me_lisande Me_lisende Meiesa Mele_ande Mele_ssa MelisE_nda Melisant Melise_nda Melisende Melissa Mellesa Milisendis } mellidas_male = { Mellidas } mellitus_male = { Melitus Mellitus } melor_male = { Meglar Melor Mylor } @@ -2780,7 +2886,6 @@ menitta_female = { Menitta } menodora_female = { Menodora } menon_male = { Menon } mercuria_female = { Mercuria Merkoura } -mercurius_male = { Mercurius Merguriu Merkoure Merkourios Merquri Meryureu } merfyn_male = { Me_ruen Me_rveno Merfyn Merlin Mermin } meriadoc_male = { Me_riatoco Meiriadog Meriadec Meriadoc Meriasek Mi_re_doe } meric_male = { Me_re_ Me_re_co Meric } @@ -2788,18 +2893,15 @@ merovech_male = { Merovech Mervig } merryn_male = { Maruan Merryn } mersh_male = { Mersh } mesoueris_male = { Mesoueris } -messalina_female = { Me_ssallina Mesaena Mesallena Messale_na Messalina } messia_female = { Messia } messor_male = { Messor } metanoia_female = { Metania Metanoia } -metaxas_male = { Medasha Metasca Metaxas } metaxus_male = { Metaxus Methaqseh } mettichia_female = { Mettichia Mettikhia } mettichion_male = { Mettichion Mettikhion } mettichos_male = { Mettichos Mettikhos } mhina_female = { Mhina } mhina_male = { Mhina } -michael_male = { Me_ggelu Me_yale_ Micael Miccelu MichaE_l Michae_l Michael Michaleto Michel Michele Micheli Michiel Migali Mighele Miguel MihA_ly Miha_ly Mihael Mihail Mihajlo Mihangel Mihial Mikael Mikail Mikayel Mikelli Mikha'el Mikha'il Mikha_il Mikhael Mikhaias Mikhail Mikheil Mikkel Mikko Miquel } michaela_female = { MichaE_liko Michae_liko Michaela Michiele Mikhailia } mihrdad_male = { Mihrdad Mithradates } milad_male = { Milad } @@ -2838,7 +2940,6 @@ mogetios_male = { Mogetios Mogetius } molgaios_male = { Molgaios } mommos_male = { Mommos Mommus } mona_female = { Mona Moyna Muadhnait } -monica_female = { Mone_ya Monica Moniga } monna_female = { Monna } monnos_male = { Monnos Monnus } monobleptos_male = { Monoble Monobleptos } @@ -2873,7 +2974,6 @@ mubito_female = { Mubito } mucapius_male = { Mucapiui Mucapius Muchapiy } mufasa_male = { Mufasa } mufioma_male = { Mufioma } -mugedi_male = { Mugedi Muyede_ } mugo_female = { Mugo } muhamad_male = { Mahamed Mahammad Mamlan Maxamed Mihemed Mohammed Muhamad Muhammad Muhammed } muhsin_male = { Muhsin } @@ -2944,7 +3044,6 @@ narses_male = { Narses Nerse Nerseh Nerses } nasiens_male = { Nagen Nasiens } nasr_male = { Nasir Nasr Nesr } natale_male = { Nadual Natale } -natalia_female = { Nachaia Nadale_a Naduala NatA_lia Nata_lia Natalia Natalie Natalla } nathan_male = { Naiton Natan Nathan Nechtan Neithon } nathaniel_male = { Nathaniel Thanael } navvaba_female = { Navvaba } @@ -2989,8 +3088,6 @@ nia_female = { Nia } nibothak_male = { Nibothak } nicephorus_male = { NicE_phore Nicefuru Nikephoros } nicetas_male = { NicE_tas Niketas } -nicholas_male = { Cailean Calum Claes Claus Colin ColmA_n Columb MikoL_aj MikolA_S_ Mikola_s Mikolaj MikulA_S_ Mikula_s Ne_yola Nicaul NiccolO_ Niccolino Nicholas Nicholaus Niclaes Nicolas Nicolau Nicolaus Nicoleto Nicolino Nicolo Niels Nigola Niklas Nikola Nikolaj Nikolaos Nikolaus Nikolaz Nikolitu Nikolitza Nikoloz Nils } -nicita_female = { Iesheta N_echeta Ne_da Nicita Nigita } nicodemus_male = { Nicodemus Nicudemu Nikodim } nicola_female = { Nicola Nicole Nicolesa Nika Nikolena } nicoletta_female = { Cauleta Nicauleta Nicoletta } @@ -3010,7 +3107,6 @@ nipak_male = { Nipak } nirupatonkavarman_male = { Nirupatonkavarman Nirupatunkavarman } nishterooy_male = { Nishterooy } nithan_male = { Nithan } -nivatora_female = { Ne_badora Nibatora Nivatora } nivios_male = { Nivios Nivius } nkosi_female = { Nkosi } nkosi_male = { Nkosi } @@ -3026,7 +3122,6 @@ norwenna_female = { Nn_rve_nne Norue_nne Norwenna } noupika_female = { Noupika } noute_male = { Noute } nowy_male = { Nougui Nowy } -nubel_male = { Nubel Nubelu } nul_male = { Nul } numenia_female = { Noumenia Numenia } numenius_male = { Noumenios Numenius } @@ -3068,7 +3163,6 @@ ocaki_male = { Ocaki } ocatavia_female = { Ocatavia Oitauia } ochoa_male = { Ochoa Otxoa } octavia_female = { I_doi_e Octavia Optauia Ostabia U_toia Uptavia } -octavianus_male = { Guitoien I_doi_an Octaviano Octavianus Odduyanu Oitaue_ano Optaueanui Ottuianu U_toeany Uptaveanu } octavianus_male = { Ottaviano } octavius_male = { Eudaf Guitoy I_doe_ Octave Octavio Octavius Oitaue_o Optauiui Ottavio Ottaviu Outham U_toiy Uptaviu } oda_female = { Aude Oda Uta Ute } @@ -3077,7 +3171,6 @@ oddilo_male = { Odilo } odera_male = { Odera } odhiambo_male = { Odhiambo } odoario_male = { Odoario Odoariu } -oduulf_male = { Dulu Odulfu Oduulf } odyek_male = { Odyek } ofeig_male = { O_feigr Ofeig } offa_male = { Offa Ofila Uffe } @@ -3103,7 +3196,6 @@ olorix_male = { Olorix } olum_male = { Olum } olwen_female = { O_lve_ne Olui_ne Olwen Uluen } olybrios_male = { Olybrios Olymbrios } -olympia_female = { Le_bbe_a Olippia Ollempia Olympia Uiempia } olympias_female = { Olympias } olympios_male = { Olympios } omar_male = { Omar Umar Umaru } @@ -3134,7 +3226,6 @@ orm_male = { Orm Ormr } oroba_male = { Oroba } orodes_male = { Orodes } orsocorre_male = { Orgodor Orzocor } -orson_male = { Orso Orson Ursion Urso Ursu Ursus } ortiagon_male = { Ortiagon } orvar_male = { O_rvar Orvar } oseptah_male = { Oseptah } @@ -3159,7 +3250,6 @@ ouershenoube_male = { Ouershenoube Ouershenoufe } ouma_male = { Ouma } ouranios_male = { Ouranios } ourgaese_male = { Ourgaese } -ovida_male = { Be_du Obidu Ovida } owidi_male = { Owidi } owilli_male = { Owilli } owino_male = { Owino } @@ -3176,7 +3266,6 @@ padarn_male = { Padarn Padarno Padern Paderno Patern Paterne Paternus Pedarn Pid padjemay_male = { Padjemay } padjoui_male = { Padjoui } padjpau_male = { Padjpau } -padulesa_female = { Badulesa Padulesa } paeiam_male = { Paeiam } paeis_male = { Paeis } paer_male = { Paer } @@ -3209,7 +3298,6 @@ pakton_male = { Pakton } paladin_male = { Paladen Paladin } palaemon_male = { Balamon Palaemon } palaias_male = { Palaias } -palatina_female = { Balade_na Palatina Parachena Parashena } paldulf_male = { Paldolf } pale_male = { Pale } paleides_male = { Paleides } @@ -3283,7 +3371,6 @@ parvaneh_female = { Parvana Parvaneh Perwane } parvin_female = { Parvin } parviz_male = { Parviz } parysatis_female = { Parysatis } -pascal_male = { Bashalu Pascal Pascale Pascalu Paschal Paskhales Pasquale Puoskal } pascalus_male = { Pascalus Pascarui Paschary } pascentius_male = { Pascentius Pasgen } pashang_male = { PE_S_eng Pashang Pe_s_eng } @@ -3295,7 +3382,6 @@ paterio_male = { Paterio } patricia_female = { Padriga Patlikia Patricia Patrikia Patrizia } patrick_male = { PA_traic Pa_traic Padric Padrig Patric Patrick Patrik Patrike Patrikios Patrizio Patriziu Patryk Pedric Petroc Podric } patrona_female = { Paterna Patrona Patruina } -paula_female = { Bula Paola Paula Paule Paura Pole Pora Pula Puola } paulina_female = { Paulina Pauline Paullena Paullina Pavlina Poiena } pauline_male = { Pauline Paulinos Paulinui Paulinus Paullinu Polin Poliny } pausas_male = { Pausa Pausas } @@ -3310,9 +3396,7 @@ penda_female = { Penda } pepin_male = { Pepi Pepin } perddel_male = { Pe_rgie_lo Perddel Pergil } peredur_male = { Pe_re_turo Peredur Peredyr } -peregrina_female = { Beregre_na Peregrena Peregrina } peregrine_male = { Pellegrino Pellegrinu } -peregrinus_male = { Beregre_nu Peregrineh Peregrinu Peregrinus } pergamios_male = { Pergamios Pergamos } perinne_female = { Perinne } peritheides_male = { Peritheides } @@ -3321,10 +3405,7 @@ peroz_male = { PI_roz Peroz Pi_roz } pertinax_male = { Pe_rte_nais Perde_nei Pertinax } petalis_male = { Petale Petalis } petamoun_male = { Petamoun } -peter_male = { Bedros Berru Boutros Cephas Cephus PE_ire PE_r PE_ter Pathrose Pe_ire Pe_r Pe_ter Peder Pedr Pedro Pedru Pedur Pere Pero Perrot Petair Petar Peter Petr Petre Petri Petro Petros Petru Petruccio Petrus Piar Piarres Pier Pierre Pieter Pietro Piotr } petipoure_male = { Petipoure } -petra_female = { Berra PE_ronelle Pe_ronelle PeironE_la Peirone_la Peironela Pernelle Pernilla Peronella Peronelle Petra Petronila Petronilha Petronilla Piara Pieternelle } -petrenella_female = { Bedelneza Petrenella } petronella_female = { Patrun_e_lla Petron_era Petronella Petruiera } petronia_female = { Patron_e Pe_tronie Petron_a Petroni_e Petronia Petruia } petronius_male = { Patron_u Petron_ui Petronios Petronius Petruy } @@ -3379,7 +3460,6 @@ piniolo_male = { PiN_olu Pin_olo } pinoute_male = { Pinoute } pion_male = { Pion } piqol_male = { Piqol } -pirillu_male = { Be_re_zu Pirillu } pisenthios_male = { Pesunthios Pisenthios } piso_male = { Peison Piso } pistharas_male = { Pistharas } @@ -3390,12 +3470,10 @@ pityron_male = { Pityron } pius_male = { Pio Piu } pius_male = { Pios Pius } placentia_female = { Placentia Plaisance Plazentzia } -placidia_female = { Braye_de_a Plachedza Placidia Placiegia Plaiside Plakitia Plasheza Pragidia } placidius_male = { Placidio Placidius } placidus_male = { Placidus Plakitas } platon_male = { Platon } plautia_female = { Plaucia Plautia Plautsa Plosa } -plautilla_female = { Brude_za Plauciella Plautilla Plautsera Plosera Prutilla } plautus_male = { Plautus Plawteh } plinius_male = { Pline_ Pline_o Plinius } plotina_female = { Plotina } @@ -3409,17 +3487,13 @@ polydeukes_male = { Polideuke Poloteuqe Polydeukes } polydoros_male = { Polydoros } polykrates_male = { Polykrates } pompeia_female = { Pompeia Pompeie Pumpea Pumpeia } -pompeius_male = { Bobbe_u Bobbiu Pompay Pompeiui Pompeius Pompey Pumpeiu Pumpey } pomponia_female = { Pomponia } pomponius_male = { Pomponios Pomponius } pons_male = { PO_ncio PonC_ Ponc_ Ponce Pons Pontio Ponz Ponzu } pontentinus_male = { Pontentinus Potentinus } pontianus_male = { Ponchanui Pontianus Punshany Puntianu } pontius_male = { Ponge_ Ponsio Pontius Ponze_o } -pontzu_male = { Bo_dze_u Pontziu Pontzu } -poppaea_female = { Bobbea Pope_a Poppaea Poppea Pupie_a Puppiea } poppo_male = { Pappo Poppo } -porcellu_male = { Boryezu Porcellu Porgellu } porphyrios_male = { Porphyra Porphyrios } poseidonia_female = { Poseidonia } poseidonios_male = { Poseidonios Posidounios } @@ -3433,8 +3507,6 @@ pravara_male = { Pravara Pravare } praxia_female = { Pragsia Praxia } premysl_male = { PR_emysl Premisel Premysl PrzemysL_ PrzemysL_aw Przemysl Przemyslaw } presbyter_male = { Presbyter Presbyteros } -pretiosa_female = { Bredze_osa Pretiosa Pretziosa } -pretu_male = { Bredu Pretu } priboje_male = { Priboje } prijezda_male = { Prijezda } primus_male = { Prim Primeh Primo Primus } @@ -3468,16 +3540,12 @@ pshmpnoute_male = { Pshmpnoute } psyche_female = { Psiqe Psyche Psykhe } psythia_female = { Psythia } ptolemaeus_male = { Ptolemaeus Tolleme_ui Tuiemie_y } -ptolemaios_male = { Ptole Ptolemai Ptolemaios Tolemeu } ptolemais_female = { Ptolemai Ptolemais } ptolemy_male = { PtolE_mE_e Ptolemee Ptolemy } publia_female = { Pubia Publia Publla } publius_male = { Pubiy Publiu Publius Publlui } pujman_male = { Pujman } -pulcheria_female = { Burggere_a Pourkeria Pulcheria Pulcieria Pulshera Purcceria } pumbaa_male = { Pumbaa } -pupa_female = { Buba Pupa } -pupa_male = { Buba Pupa } pusinnos_male = { Pusinnos Pusinnus } puviraja_male = { PuvirA_ca Puvira_ca Puviraja } pylamenes_male = { Pylamenes } @@ -3489,7 +3557,6 @@ qishiq_male = { Qishiq } quadratilla_female = { Koa_dratilla Quadratilla } quadratus_male = { Koa_dratos Quadratus } quintilianus_male = { Quintiliano Quintilianus } -quintius_male = { Centui Centy Cind Cintu G?du Koi_ntos Quintius Quinto Quintus Qwinteh } quirinus_male = { Quirinus } rabiah_female = { Rabiah } rachel_female = { Hrakhel Raahelamma Rachel Raquel } @@ -3505,7 +3572,6 @@ radomir_male = { Radomar Radomir } radoslaf_male = { Radoslaf Radosleif } radwald_male = { Radoald } rafiki_male = { Rafiki } -ragesenda_female = { Arrayes?da Ragesenda } ragnar_male = { Ragnar Ragnarr Ranar } ragnfred_male = { Ragifred Ragnfred } ragnfrid_female = { RO_gnfrI_D_r RO_gnfriT_ Ragnfrid Ro_gnfrid_ } @@ -3544,7 +3610,6 @@ rangraja_male = { Rangraj Rangraja } rano_male = { Rano } rantha_female = { Rantha } rapautos_male = { Rapautos } -raphael_male = { Arrae_l RafaEl Rafael Rafaello Raphael Raziel } raphaela_female = { Raphaela Raphailia } raqiq_female = { Raqiq } rascus_male = { Rascui Rascus Rascy } @@ -3552,7 +3617,6 @@ rasheed_male = { Rasheed } rashid_male = { Rachid Rashid } rashida_female = { Rasheda Rashida Rashidah Rasida } rashidi_male = { Rashidi } -rate_female = { Arrade Rate } raunthu_female = { Raunthu } rawwad_male = { Rawwad Revend } raymond-berengar_male = { Raimond-BerenguiE_ Raimond-Berenguie_ Ramon-Berenguer Raymond-Berengar } @@ -3560,9 +3624,7 @@ raymond_male = { Erramon Erramun Raimaun Raimond Raimondo Raimundo Rajmund RamO_ rayner_male = { Rainero Rainone Ranieri Raniero Rayner Reinier Reniero } raziya_female = { Raziya } rebecca_female = { Accamma Herebekka Rebecca Rebekka Riva Rivka } -recared_male = { Recared Regaredu Reyaredu } recceswinth_male = { Reccesuinth Recceswinth Receswinth } -reciberga_female = { Arreye_berya Reciberga Regiberga } redsatos_male = { Redsatos Redsatus Ressatus } redsomara_female = { Redsomara Restumara } redsomaros_male = { Redsomaros Ressimarus Restumaros } @@ -3608,7 +3670,6 @@ riwal_male = { Rhiwal Rioual Riwal } rixa_female = { Rixa } robert_male = { Hrodberht Rhobert RobE_rt Robe_rt Robert Roberto Robertu Robertus Robrecht Rohart Roparth Roparz Roparzh Ropert Rubbertu Rubert Ruprecht } robin_male = { Robin } -roderick_male = { Arrodere_yu Errodrigo Ludriqh Rhodri Rhydderch Roderic Rodericho Roderick Roderigu Roderissus Rodric Rodrigo Rodrigu Roi Rory RuaidrI_ Ruaidri_ Ruairi Ruatirch Ruderik Rudri Rui } rodericus_male = { Rn_gie_rico Rodericus Roderiko Roge_ri_ } rodgand_male = { Hrodgaud Rodgand } rodwald_male = { Robaldo Rodgoald Rodoald Rodwald Rubaldo } @@ -3618,16 +3679,13 @@ rokhshan_male = { Rokhshan } roland_male = { Lachlan RolA_n Roland Rolando Rolland } rolf_male = { HrO_D_O_lfr HrO_lfr Hrolfr Rolf } romaeus_male = { Hromaios Romaeus } -roman_male = { Arromanu Rhufon RomA_n Roma_n Romain Roman Romanici Romano Romanos Romanu Romanui Romanus Ruman Rumanu Rumiany Rumon } romana_female = { Romana } romeus_male = { Romeo Romeus } romoald_male = { Romoald } -romulus_male = { Arromulu Romoul Romulu Romulus Romurui Rumury } ronan_male = { RO_nA_n Ronan } rong_male = { Rong } rorgues_male = { Rorges Rorgues } ros_female = { RO_is Ros } -rosa_female = { Arrosa RO_zsa Ro_zsa Rosa Rose Ruosa Rusa } rossomara_female = { Rossomara } rostam_male = { Rostam Rostan Rostom Rustam } rostislav_male = { Rostislav Rostisleif } @@ -3636,13 +3694,11 @@ roubaud_male = { Robaldus Rotbold Roubaud } roveca_female = { Rouece Roveca } rowain_male = { Rn_ve_no Roue_n Rowain } rowena_female = { Rn_ve_ne Rovi_ne Rowena } -roxana_female = { Arroshana Ropsana Roscana Roxana Ru_shana } roy_male = { Roy Ruah } rucenus_male = { Rhun Roucen Ru Rucenus } ruffinus_male = { Griffith Grifiud Gruffydd Ruffinus } ruficus_male = { Rouphikoy Ruficus } rufilla_female = { Rouphilla Rufilla } -rufinus_male = { Hrophinos Rufinu Rufinui Rufinus Rufiny Urrue_nu } rufus_male = { Rouphos Ruf Rufo Rufus Ruphus } rukidi_male = { Rukidi } rukiya_female = { Rukiya } @@ -3654,10 +3710,8 @@ ruqayyah_female = { Ruqayyah } rurik_male = { HrE_rekr HrO_rekr Hro_rekr RO_rek RO_rik Ro_rek Ro_rik Rurik } ruscos_male = { Ruscos Ruscus } russus_male = { Rosso Rubino } -rusticiana_female = { Rustechana Rusteshana Rusticiana Rustieciana Rustigiana Urruste_ana } ruth_female = { Hrouth Reut Ruth } ruth_male = { Reth Ruth } -rutilius_male = { Rusey Rutiellu Rutilius Rutillu Rutsellui Urrude_zu } rwoth_male = { Rwoth } saad_male = { Sa_d Saad } saada_female = { Saada } @@ -3692,14 +3746,12 @@ salinguerra_male = { Salinguerra } sallustia_female = { Salloscia Sallustia Sarusa Sarustsa } salonina_female = { Salonina Salun_ina Saron_ena Saruiena } salvador_male = { Bobore Salvado_r Salvador Salvatore Sarvaturi } -salvator_male = { Salvator Sarbador } salvatrix_female = { Salvatrix } salvianella_female = { Saluian_era Saluieara Salvan_e_lla Salvianella } salvianus_male = { Salvianus } samanta_male = { Samant-Singh Samanta Samantasimha } samarasimha_male = { Samar-Singh Samarasimha } samareus_male = { Psamareus Samareus } -samaritanus_male = { Samare_danu Samaritanu Samaritanus } sambor_male = { Sambo Sambor } sami_female = { Sameah Samee Sameea Sami Samiya Samiyah Samiyya Samya } sami_male = { Sami Samiy } @@ -3708,8 +3760,6 @@ samma_female = { Samma } sammos_male = { Sammos Sammus } samogenos_male = { Samegen Samogenos } samognatus_male = { Samognatus Samomnatui Samu_n_aty } -samson_male = { Jimeno Psimon Samson Se_mon Sembe Semeno Semeon Shem'on Shem_on Shimon Shimshon SimO_n Simaun Simeon Simeoni Simion Simione Simo_ Simon Simone Simoneto Simonetto Simuni Symeon Xemen XimE_n Ximeno Ximenu } -samuel_male = { Patsamouel SA_muel Sa_muel Samoeli Samouel SamuE_li Samuel Samueli Samuhel Sawyl Shmuel Tsamoul } samund_male = { SA_mund SE_mundr } samund_male = { Sa_mund Sae_mundr } sanaa_female = { Sanaa } @@ -3726,12 +3776,9 @@ sanura_female = { Sanura } sappheira_female = { Sappeira Sappheira Sappira } sappho_female = { Sappho } saprion_male = { Saprion } -sara_female = { Here SA_ra Sa_ra Sara Sarah Saramma Sare Sarit Sarra } sarabi_female = { Sarabi } -saraginu_male = { Saraginu Saraye_nu } sarapamon_male = { Sarapamon } sarapia_female = { Sarapia } -sardinia_female = { Sarde_ne_a Sardea Sarden_a Sardinia } sarlinna_female = { Harle_nne Sarle_nne Sarlinna } sarmates_male = { Sarmate Sarmates } satenik_female = { Satenik Satinik } @@ -3740,9 +3787,7 @@ satulla_female = { Satulla } satullos_male = { Satullos Satullus } saturnina_female = { Getorni_ne Satornine Saturnina } saturninus_male = { Satournile Saturn_inu Saturninui Saturninus Saturniny } -saturnus_male = { Sadunnu Saturnu Saturnus } sauda_female = { Sauda } -sauinas_male = { Sauinas Sue_na Suina } saul_male = { Saoul Saul } sautes_male = { Saucie Sautes } savaric_male = { Sabariquh Savarico Savaricu } @@ -3761,7 +3806,6 @@ seervallabhan_male = { CI_vallapan Ci_vallapan Seervallabhan } sef_male = { Sef } sefu_male = { Sefu } segarajasekaran_male = { CekarA_cacE_karan Cekara_cace_karan Segarajasekaran } -segeric_male = { Se_re_yu Se_yere_yu Segeric Segerigu Sigeric Sigerigu } segermas_male = { Segermas } seianti_female = { Seianti } seimos_male = { Seimos } @@ -3782,14 +3826,12 @@ senpsenthoout_female = { Senpsenthoout Senpsenthout } septimius_male = { Septimius She_usemiy Sheptsemiui Sie_ptemiu } septimus_male = { Hetti_m Se_tte_mo Septimo Septimus } septoumiakes_male = { Septoumiakes } -seraph_male = { Serae_nu Serafino Serafinu Seraph Seraphin } seraphina_female = { Seraphina } serapion_male = { Sarapion Serapion } seren_female = { Heri_ne Se_re_ne Seren Serena Serenne Sherena Sie_rena } serenus_male = { Serene Serenos Serenus } serge_male = { Serge } sergia_female = { Sergia Sherdzha Sherzha Sie_rgia } -sergius_male = { SE_rgiu Sargis Sarkis Sergio Sergios Sergiu Sergius Serigi Serye_u Sherdzhui Sherzhy Sie_rgiu } serhilda_female = { Serenahilt Serhilda } servius_male = { Servius Serwi } sesh_male = { Sesh } @@ -3863,7 +3905,6 @@ sicheri_male = { Sicheri Sigeriu } siddhartha_male = { Siddhartha Siddharthe } siddick_male = { Siddick } sidi_male = { Sidi } -sidonia_female = { Se_done_a Sidonia } siegfried_male = { Siegfried Sigefrid Sigfrid Sigifredo } sieghart_male = { Sieghard Sieghart } sigbeorn_male = { Sigbeorn Sigbjo_rn } @@ -3880,7 +3921,6 @@ sikudhani_female = { Sikudhani } silo_male = { Silo Silu } silvanus_male = { Silba Silvano Silvanus } silvester_male = { Silvester Silvestro Silvestru Szilveszter } -silvia_female = { Se_rbe_a Selvie Sheluia Silvia Sirbia } simba_male = { Simba } simhavishnu_male = { Cimmavisnu Simhavishnu } simona_female = { Chimena Simona Simone } @@ -3892,11 +3932,9 @@ singhabahu_male = { CinkapA_ku Cinkapa_ku Singhabahu } sinibald_male = { Sinibaldo } sinorix_male = { Sinorix } sirus_male = { Siru } -siseguntia_female = { Se_seyude_a Siseguntia } sisenand_male = { Sesnando Shishnand Sisenando Sisnando } sisenanda_female = { Sesenanda } sisinnios_male = { Sisini Sisinnios } -sisinnius_male = { Se_se_nne_u Sisinniu Sisinnius } sisupala_male = { Sisupal Sisupala } siti_female = { Siti } siwazuri_male = { Siwazuri } @@ -3911,9 +3949,7 @@ smertomara_female = { Smertomara } smertomaros_male = { Smertomaros } smertorix_male = { Smertorix } sobeslaus_male = { SobE_slav Sobeslaus Sobesleif Sobieslav } -sofia_female = { Saufija Soe_a Sofi Sofia Sofie Sofija Sohvi Sophia Sophie Z_ofie Zofia Zofie ZsO_fia Zso_fia } sollemnia_female = { Solange Sollemnia } -solomon_male = { Saleban Salemon Salmama Salman Salomon Selevan Selyf Shlomo SolomO_n Solomo_n Solomon Sulayman Suleyman } solve_male = { SO_lve SO_lvi } solve_male = { So_lve So_lvi } somerled_male = { Somerled Somhairle SumarliT_i } @@ -3940,8 +3976,6 @@ staurikios_male = { Staurikios } stauros_male = { Stauros } stavacos_male = { Estauche Stavacos } sten_male = { Steinn Sten Steyn } -stephania_female = { EstefA_nia Estefa_nia EstefanI_a Estefani_a Estefania Estefenete Estevainha Estienette StE_phanie Ste_fanie Ste_phanie Steane_a Stefana Stefania Stefanie Stephania Stephanie } -stephanos_male = { E_tienne Eappen EstE_banu EstE_vA_o EstE_ve Este_va_o Este_ve Esteban Estefen Estevo Estienne Estiennot IstE_vene Isteban IstvA_n Istva_n StE_fanu Steanu Stefan Stefano Stefanu Stefanus Stefen Steffen Stepan Stepannos Stepanos Stepanoz Stephan Stephanos Stephanus Stephen Steven Sthepan Stjepan Szczepan } storax_male = { Storax } strategios_male = { Strategios Strategos } stratonike_female = { Stratonike } @@ -3951,7 +3985,6 @@ styrkar_male = { StyrkA_r Styrkar } subira_female = { Subira } sudi_male = { Sudi } suero_male = { Soeiro Sueiro Suero Sueru } -suinthila_male = { Su?de_la Suinthila Suintila } sukda_female = { Sukda } sukhinpala_male = { Sukhinpal Sukhinpala } sulpicia_female = { Sulpea Sulpecha Sulpecia Sulpicia } @@ -3967,7 +4000,6 @@ sunyer_male = { Suneario Sunyer } sura_male = { Sura } surajpala_male = { Surajpal Surajpala } surkhab_male = { Surkhab Surxap } -susan_female = { Saisana Shoshana Shoshannah Sosamma Sousanna Susan Susan_a Susana Susanah Susanna Susanne Sushaia Suzana } sutta_female = { Sutta } suttihos_male = { Suttihos Suttihus } svanhild_female = { Svanhild Svanhildr } @@ -3977,21 +4009,16 @@ svetoslava_female = { Svetoslava Svetosleifa } sviatoslav_male = { S_wiE_tosL_aw Svetosleif Sviatoslav Svietoslav Swietoslaw } svjetlana_female = { Sviatlana Svjetlana } swanahild_female = { Suanhilde Swanahild } -symmachos_male = { Shemiacy Shemmacui Simachu Simmaccu Simmacu Simmaggu Symmachos Symmachus } synesios_male = { Synesios } syros_male = { Psyros Syros } taabu_female = { Taabu } tabia_male = { Tabia } -tabitha_female = { Tabatha Tabby Tabe_dda Tabetha Tabitha Tabitta } tacita_female = { Tace_te Tacita } tacitus_female = { Tacitus Tegi_de } -tacitus_male = { Tace_to Tacet Tachetui Tacietu Tacitus Tagitu Tashety Taye_du Tegi_d } -tadefi_female = { Tade_a Tade_fi Tadefia } tadg_male = { Tadg Tadhg Taig Tarla Teague Tegwyd } tadora_female = { Tadora Tadore } tahir_male = { Tahir } tahmasb_male = { Tahmasb Tahmasp } -tajeddigt_female = { Tagieditta Tahede_dda Tajeddigt } taji_female = { Taji } taji_male = { Taji } takouhi_female = { Taguhi Takouhi } @@ -4028,7 +4055,6 @@ tatre_female = { Tatre } tauros_male = { Ptauros Tauros } tavi_male = { Tavi Tavish } tavis_male = { Tavis Tevis } -taweckint_female = { Taweckint Tu?da Tueginta } taxmaspada_male = { Taxmaspada } teath_female = { Etha Itha Teath Tetha } teber_male = { TA_bA_r Ta_ba_r Teber } @@ -4054,7 +4080,6 @@ tetosiris_female = { Tetiousir Tetosiris } tetoue_male = { Tetoue } teuspas_male = { Chuspai Shuspie Teuspas } tewdric_male = { Te_n_dn_re_is Te_odori_ Tewdric } -tewdwr_male = { Addai DE_tR_ich Detrich Diederick Diederik Dietrich Dirk Dytryk Feodor Taddai Taddeo Tadduccio Tadeusz Tadros Tedore Teoderico Teoderik Teodor Teodore_yu Teodorigu Teodoro Teodoru Teudar Teudaric Teuderic Teudoc Teudric Teudur Tewdrig Tewdwr ThE_odoric ThE_tore Thaddeus Thadeosi TheodO_ros Theoderic Theoderich Theodericus Theodo_ros Theodore Theodoric Theodorich Theodoricho Theodoros Theodorus Theuderic Thiaddi Thierry Thiudareiks Thoros TiE_rri Tie_rri Tiudoru Tiuduricu Tudor Tudual } thaddea_female = { Tadea Thaddea } thana_female = { Thana } thanchvil_female = { Thanchvil } @@ -4067,13 +4092,11 @@ theodat_male = { BoZ_ydar Bozidar Bozydar Dat Deodat Fedot Teodato Theodat Theod theodemer_male = { Teodemir Theodemer } theodimer_male = { Theodimer Thiudimer } theodolf_male = { Teodolfo } -theodora_female = { Chodora Feodora Shudura Teodora ThE_odora Theodora } theodosia_female = { Feodosi Feodosia Theodosia } theodosios_male = { Chodoshui Shudushy Tedisio Teodizio Teodosiu Tewdos Theodosios Theodosius Tiudosiu } theodowalaunus_male = { TU_athal Theodowalaunus Tu_athal Tuathal Tudhoual Tudwal Tugdual Tutn_vales } theognosia_female = { Theognosia } theophane_female = { ThE_ophanie Theophane Theophano } -theophanos_male = { Teanu Teofanu Theophanos } theophanus_male = { Theophanus Tifan } theophila_female = { Theophila } theophilos_male = { Theophilos Theophilus } @@ -4081,10 +4104,8 @@ theudewald_male = { Tedaldo Theudoald } theudisclus_male = { Theudisclus Thiudigisclus } theutpert_male = { Teutperto } thiik_male = { Thiik } -thiyya_female = { Te_a Thiyya Tia } thoas_male = { Thoas } thomais_female = { Thomais } -thomas_male = { Ta'mhas Ta_mhas Tam Tam'as TamA_s Tam_as Tama_s Taumas Th'amhais Th_amhais Thoma Thomas Tohmas TomA_s Toma Toma_s Tomas Tomaso Tomassu Tomasz Tommaso Tommasu Tomo Tomos Touma Toumas Tovmas Tumasi } thomasa_female = { Tam Tamasin Tami Tammy Tamsin Tamsyn Tamzin Thomasa } thomasina_female = { Taumasina Thomasina } thomasine_male = { Taumasin Thomasine } @@ -4092,16 +4113,13 @@ thon_male = { Thon } thor_male = { Donar Thor } thora_female = { TH_ora T_O_ra T_ora Thora Tora } thordis_female = { TH_ordis T_O_rdI_s T_ordis Thordis } -thorismund_male = { Thorismund Tore_mudu Torimundu } thorolf_male = { TH_orolfr T_O_rO_lfr T_orolfr Thorolf Torolf } thotarion_male = { Thotarion } thoth_male = { Thoth Thout } -thrasamund_male = { Talsamudu Thrasamund Trassamundu } thriti_female = { Thriti } thuxra_male = { Thuxra } thyra_female = { TH_yra T_yra T_yri Thyra } tiberia_female = { Tiberia } -tiberios_male = { Te_bere_u Teberiui Tebery Thebery Tiberi Tiberios Tiberiu Tiberius Tiebieriu } tiburge_female = { Thetburga Tiborg Tibourge Tiburga Tiburge } tigridia_female = { Tegridia Tigridia } tijani_male = { Tijani } @@ -4116,7 +4134,6 @@ tisa_female = { Tisa } tisemir_male = { TI_semir Tihomir } tishtrya_male = { Tishtrya } tita_female = { Tita } -titiana_female = { Te_dze_ana Techana Teshana Tietiana Titiana Titiane Titziana } titianus_male = { Tidiagnos Titianus } titianus_male = { Tiziano } titius_male = { Chetsiui Sheshy Tieciu Titius } @@ -4125,7 +4142,6 @@ titus_male = { Chetui Gi_d Shety Te_to Tietu Titos Titus } tjudmund_male = { T_iO_D_mundr Tjudmund } tobiah_female = { Tobiah Toviah } tobiah_male = { Tobiah Tovia Tuvya } -tobias_male = { Tobe_a Tobia Tobias Toubias Tovias } toda_female = { Toda Tota Totadona } toghrul_male = { ToghrI_l Toghri_l Toghrul } toholjo_male = { Toholjo } @@ -4147,11 +4163,9 @@ torsten_male = { TH_orsteinn T_orsteinn Torstein Torsten } tosha_female = { Tosha } toste_male = { TO_sti Toste Tostig } totil_male = { T_jO_stO_lfr Totil } -totila_male = { Tode_la Totila } touanenn_female = { Touanenn } touran_female = { Touran } tova_female = { Tova Tovah } -traianus_male = { Talyanu Tragianu Traiane Traianos Traianu Traianus Traien Trajan Tre_anui Tre_any } trauseus_male = { Trauseus } tribune_male = { Tribuno } tribunus_male = { Terbounouos Tribunus } @@ -4187,7 +4201,6 @@ uban_male = { Uban } udaya_male = { Udaya Utaiya } udure_male = { Udure } uhtred_male = { UhtrE_d Uhtrae_d Uhtred } -uistrilo_female = { Be_ste_za Bistrila Uistrilo } ujamaa_female = { Ujamaa } ujana_female = { Ujana } ukhushukan_male = { Ukhushukan } @@ -4218,7 +4231,6 @@ usian_male = { Usian } usk_female = { Usk } usman_male = { Usman } utana_male = { Utana } -uther_male = { Be_ddor Biktor Bittor Pabiktor Ue_utru Ueptro Ugere Uther Uthyr Uzie_ro Veptur Vetoir Victor Viktor Viktour Vittaur Vittore Vittorio Vittoriu Wecta } uvaxshtra_male = { Uvaxshtra } uxshenti_female = { Uxshenti } uzzi_male = { Uzi Uzzi } @@ -4242,14 +4254,12 @@ valentina_female = { Valentina } valentine_male = { Valentine Valentinos Valentinus } valentinianus_male = { Uaiensheany Uallenchen_anui Valentinianus Valle_ntin_anu } valeran_male = { Valeran } -valeria_female = { Balere_a Baleria Gueleri_e Thinvalerios Uaiera Ualleria Vale_rie Valeria Valerja Valleria } valerian_male = { Valirianu } valerianus_male = { Guelere_an Uaiereany Uallereanui Vaeriano Vale_re_ano Valerianus Valle_reanu } valerin_male = { Guelere_n Vale_re_no Valerin } valerius_male = { Uaiery Ualleriui Valerias Valerio Valerios Valerius Valleriu } valhanadeva_male = { Valhana Valhanadeva } valona_female = { Valona Valonne } -vandalarius_male = { Ba_dalare_u Bandalariu Vandalarius } vanghu-fedhri_female = { Vanghu-Fedhri } vannios_male = { Vannios Vannius } varagunan_male = { Varagunan Varakunan } @@ -4277,7 +4287,6 @@ venantius_male = { Uen_ansy Uenantsui Venanciu Venantius } veneva_female = { Gueni_ue Ve_ne_ve Veneva } venimara_female = { Venimara } venimaros_male = { Venimaros Venimarus } -vera_female = { Bera Uera Vera } veranus_male = { Veranus } vercaios_male = { Vercaios Vercaius } vercilla_female = { Vercilla } @@ -4295,7 +4304,6 @@ vibena_female = { Vibena } vibenos_male = { Vibenos Vibenus } vicaria_female = { Vicaria Vikiaria } vicarius_male = { Vicarius Vikiarios } -victoria_female = { Be_ddore_a Bittoria Ue_utura Ueptoria Veptoria Vetoirie Victoria Vittaurja } victorinus_male = { Ue_uturiny Ueptorinui Vepturinu Victorinus } vidurathpala_male = { Vidurathpal Vidurathpala } vigdis_female = { VigdI__s VigdI_s Vigdis } @@ -4307,7 +4315,6 @@ vijayalaya_male = { VicayA_laya Vicaya_laya Vijayalaya } vijayaraga_male = { VicayA_raka Vicaya_raka Vijayaraga } vikrama_male = { Vikrama } vikramaditya_male = { VikramA_tittA_ Vikrama_titta_ Vikramaditya } -vincent_male = { Be_gg?dze_u Biccentziu C_enE_k Cenek Pizente VicenC_ Vicenc_ Vicente Vincenne Vincent Vincenzo Vinsant Vissente Wincenty } vinciguerra_male = { Vinciguerra } vindafarnah_male = { Vindafarnah } vindarna_male = { Vindarna } @@ -4334,8 +4341,6 @@ vitalianus_male = { Uetaieany Uetalleanui Vitalianus Vitalleanu } vitalinus_male = { Guidele_n Gwydolin Vitale_no Vitalinus } vito_male = { Idu Vitu } vito_male = { Vait Vito } -vivian_female = { Be_be_ana Bibiana Uiuiana Vivian Viviana } -vivianu_male = { Be_be_anu Bibianu Bibianus Vivianu } vivili_female = { Vivilde Vivili } viyus_male = { Viyus } vladimir_male = { Valdemar Valdemaur VladimI_r Vladimi_r Vladimir Waldemar } @@ -4358,13 +4363,11 @@ vseslava_female = { Vissisleifa Vseslava } vukac_male = { Vukac } vukasin_male = { VukaS_in } vukmir_male = { Vukmir } -vuldretrada_female = { Buddedalda Buddetrada Vuldretrada } wadanh_female = { Wadanh } wadanh_male = { Wadanh } wahida_female = { Wahida } wahustan_male = { Vahusdan Wahustan } walbert_male = { Gualberto Walpert } -walja_male = { Balla Baza Walja } walter_male = { Balterio BhA_tair Gauthier Gautier Gualter Gualtiero Guterre Gutierre Guttier Ualtar Valteri Walter Walthari Walther Waltier Wautier Wolter } waltheof_male = { Waldeve Waltheof } walzama_female = { Walzama } @@ -4401,7 +4404,6 @@ yakumo_female = { Yakumo } yamusa_male = { Yamusa } yanbamu_female = { Yanbamu } yar_female = { Yar } -yaroah_male = { Giaroa Haroa Yaroah } yaropolk_male = { Jaropluk Yaropolk } yasaman_female = { Yasaman } yasmin_female = { Yasmin } @@ -4413,7 +4415,6 @@ ylva_female = { Ylva } yol_male = { Yol } yom_female = { Yom } yoron_female = { Yarona Yoron } -yuba_male = { Giuba Huba Yuba } yuddamalla_male = { Yuddamalla Yuddhamalla } yug_male = { Yug } yukuna_female = { Yukuna } @@ -4476,7 +4477,6 @@ zosimus_male = { Zosima Zosimus } zubayda_female = { Zubayda Zubaydah } zubeyr_male = { Zuber Zuberi Zubeyr } zuhayr_male = { Zuhayr al-Zuhayr } -zura_female = { Zura } zuri_female = { Zuri } zuwena_female = { Zuwena } -zymt_male = { Zymt } \ No newline at end of file +zymt_male = { Zymt } diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 710547268b..2b49895a03 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1104,6 +1104,33 @@ language_occitano_romance = { #(Currently Unused) color = occitan } +language_african_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_african_romance } } + + parameters = { + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_african_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = romano_african +} ## Tocharian language_tocharian = { type = language diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 69234b151e..abf5c2847a 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -1,4 +1,19 @@ -yearly_playable_pulse = { +yearly_global_pulse = { + on_actions = { + liguistic_shift + } +} + +liguistic_shift = { #Cf. Vanilla common/on_actions/yearly_on_actions.txt:yearly_global_pulse + effect = { + if = { + limit = { always = yes } + trigger_event = { id = bp_heritage_linguistic_drift.0001 } + } + } +} + +yearly_playable_pulse = { on_actions = { delay = { days = { 90 180 } } subroman_government_1year_events diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 48624d60df..929981ca5c 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -354,6 +354,9 @@ castilian_culture_trigger = { leonese_culture_trigger = { has_germanic_culture_trigger = yes } +galician_culture_trigger = { + has_germanic_culture_trigger = yes +} andalusian_culture_trigger = { has_cultural_pillar = heritage_arabic } diff --git a/WtWSMS/events/_BP_events/BP_culture_events.txt b/WtWSMS/events/_BP_events/culture_events/BP_culture_events.txt similarity index 100% rename from WtWSMS/events/_BP_events/BP_culture_events.txt rename to WtWSMS/events/_BP_events/culture_events/BP_culture_events.txt diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt new file mode 100644 index 0000000000..065f50472a --- /dev/null +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -0,0 +1,103 @@ +namespace = bp_heritage_linguistic_drift + +#Design Notes: +# For 0.2.0, this will be a simple binary, but later we'll want to make the linguistic/heritage drifts +# more gradual. + +#0001-0100: Linguistic Drift Events +#0101-0200: Heritage Drift Events + +scripted_trigger valid_linguistic_drift_culture_trigger = { + this = culture:romano_african +} + +scripted_effect shift_language_effect = { + scope:linguistic_shift_culture = { + custom_tooltip = { + text = african_romance_language + subject = scope:linguistic_shift_culture + set_culture_pillar = language_african_romance + } + custom_tooltip = { + text = african_romance_name_list + subject = scope:linguistic_shift_culture + set_name_list = name_list_african_romance + } + } +} + +#Make sure culture is actually valid +bp_heritage_linguistic_drift.0001 = { + hidden = yes + + #Make sure a valid culture exists + trigger = { any_culture_global = { valid_linguistic_drift_culture_trigger = yes } } + + #Pick one of the random valid cultures + immediate = { + random_culture_global = { + limit = { valid_linguistic_drift_culture_trigger = yes } + save_scope_as = linguistic_shift_culture + } + + #If the culture head exists, inform him/her first + if = { + limit = { exists = scope:linguistic_shift_culture.culture_head } + scope:linguistic_shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0002 } } + } + #Otherwise, directly change the culture and tell everyone + else = { + shift_language_effect = yes + every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0003 } } + } + } +} + +bp_heritage_linguistic_drift.0002 = { + type = character_event + title = bp_heritage_linguistic_drift.0002.t + desc = bp_heritage_linguistic_drift.0002.desc + theme = culture_change + left_portrait = root + + immediate = {} + + option = { + name = bp_heritage_linguistic_drift.0002.accept + shift_language_effect = yes + every_player = { + limit = { + OR = { + this = { in_diplomatic_range = root } + this.culture = { has_same_culture_language = root.culture } + } + NOT = { this = root } + } + trigger_event = { id = bp_heritage_linguistic_drift.0003 } + } + flavor = bp_heritage_linguistic_drift.0002.accept.tooltip + } +} + +bp_heritage_linguistic_drift.0003 = { + type = character_event + title = bp_heritage_linguistic_drift.0003.t + desc = bp_heritage_linguistic_drift.0003.desc + theme = culture_change + + immediate = {} + + #For other rulers of the culture + option = { + name = bp_heritage_linguistic_drift.0003.accept_same_culture + flavor = bp_heritage_linguistic_drift.0003.accept_same_culture.tooltip + trigger = { root.culture = scope:linguistic_shift_culture } + } + #For other rulers not of the culture + option = { + name = bp_heritage_linguistic_drift.0003.accept_different_culture + flavor = bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip + trigger = { NOT = { root.culture = scope:linguistic_shift_culture } } + fallback = yes + } +} diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index b19bf9d0e8..5fe2ea529f 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -150,6 +150,7 @@ name_list_romano_frank:0 "Romano-Frankish" name_list_romano_dacian:0 "Romano-Dacian" name_list_romano_aramean:0 "Romano-Aramean" + name_list_african_romance: "Arréyanu" #North Germanic name_list_norse:0 "Norse" name_list_swede:0 "Sviar" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index e2a4a8b9f8..e90ee99758 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -66,6 +66,8 @@ language_median_name: "Median" language_caspian_iranian_name: "Caspian Iranian" language_adharic_name: "Adharic" + #Latin + language_african_romance_name: "Arréyanu" #Northwest Semitic language_punic_name:0 "Punic" #Mongolic diff --git a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml index 3af830f9d8..7463365fe2 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml @@ -2,4 +2,18 @@ bp_culture_events.0001.t: "Changes in Naming Practices" bp_culture_events.0001.desc: "The mixing of the people of [parent_1.GetName] and [parent_2.GetName] has produced an unexpected fusion of the two cultures, to the point a new naming practices have taken hold. Now, the $name_list_east_celtic$ practices have taken root, replacing our older ways." bp_culture_events.0001.response: "Our mores change more and more..." + #Heritage/Linguistic Drift + african_romance_language: "[language|E] changes language to #V $language_african_romance_name$#!" + african_romance_name_list: "#E Naming Practices#! change to #V $name_list_african_romance$#!" + + bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" + bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the [linguistic_shift_culture.GetName] has varied enough from Latin that it is no longer intelligible with Latin." + bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" + bp_heritage_linguistic_drift.0002.accept.tooltip: "Your [culture|E]'s [language|E] has changed" + bp_heritage_linguistic_drift.0003.t: "$bp_heritage_linguistic_drift.0002.t$" + bp_heritage_linguistic_drift.0003.desc: "$bp_heritage_linguistic_drift.0002.desc$" + bp_heritage_linguistic_drift.0003.accept_same_culture: "$bp_heritage_linguistic_drift.0002.accept$" + bp_heritage_linguistic_drift.0003.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0002.accept.tooltip$" + bp_heritage_linguistic_drift.0003.accept_different_culture: "I see" + bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip: "The [linguistic_shift_culture.GetName] [culture|E]'s [language|E] has changed" \ No newline at end of file diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 8a27d24ed0..84ecc24eeb 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -178,4 +178,334 @@ A_lda_ska: "Áldáska" O_rsi: "Örsi" O_te: "Öte" - \ No newline at end of file + #African Romance (Reyanu) + Abbolsu: "Abbolsu" + A_dala: "Ãdala" + Addemeryar: "Addemeryar" + A_dela: "Ãdela" + A_done_nu: "Ãdonénu" + A_dze_oggu: "Ãdzéoggu" + Anne_u: "Annéu" + Arbe_nu: "Arbénu" + Arbu: "Arbu" + Arrae_l: "Arraél" + Arrodere_yu: "Arroderéyu" + Arromanu: "Arromanu" + Arromulu: "Arromulu" + Aryade_u: "Aryadéu" + Assoyu: "Assoyu" + Ba_dalare_u: "Bãdalaréu" + Bardolomeu: "Bardolomeu" + Barume_ne_: "Baruméné" + Baryedu: "Baryedu" + Base_zu: "Basézu" + Bashalu: "Bashalu" + Bassu: "Bassu" + Baza: "Baza" + Be_be_anu: "Bébéanu" + Be_ddor: "Béddor" + Be_du: "Bédu" + Be_ggedze_u: "Béggedzéu" + Bele_sare_u: "Belésaréu" + Be_mmeryar: "Bémmeryar" + Benede_ddu: "Benedéddu" + Beregre_nu: "Beregrénu" + Be_re_zu: "Bérézu" + Berru: "Berru" + Be_su: "Bésu" + Bobbe_u: "Bobbéu" + Bo_dze_u: "Bõdzéu" + Bogge_u: "Boggéu" + Bonaye_u: "Bonayéu" + Bonnannaro: "Bonnannaro" + Boryezu: "Boryezu" + Bredu: "Bredu" + Buba: "Buba" + Bulu: "Bulu" + Buzu: "Buzu" + Dane_l: "Danél" + De_odoru: "Déodoru" + De_ogredze_anu: "Déogredzéanu" + Dome_ne_yu: "Doménéyu" + Dome_nu: "Doménu" + Donadu: "Donadu" + Dre_anu: "Dréanu" + Dulu: "Dulu" + Edze_u: "Edzéu" + Emmanu: "Emmanu" + E_nnadze_u: "Énnadzéu" + E_rrere_du: "Érrerédu" + E_rrere_yu: "Érreréyu" + Eryuzu: "Eryuzu" + Gabussa: "Gabussa" + Garyasanu: "Garyasanu" + Gasparru: "Gasparru" + Ge_bare_: "Gébaré" + Ge_bre_anu: "Gébréanu" + Gedanu: "Gedanu" + Gudu: "Gudu" + Ge_leste_nu: "Gélesténu" + Ge_ye_zu: "Géyézu" + Gome_da: "Goméda" + Gonnezu: "Gonnezu" + Gorona: "Gorona" + Gosta_de_nu: "Gostãdénu" + Gossa: "Gossa" + Gradze_anu: "Gradzéanu" + Grassu: "Grassu" + Gremedze_u: "Gremedzéu" + Gremen: "Gremen" + Gre_zu: "Grézu" + Grore_u: "Groréu" + Grude_u: "Grudéu" + Gudemar: "Gudemar" + Gudze_na: "Gudzéna" + Guse_la: "Guséla" + Habe_lye_u: "Habélyéu" + Haroa: "Haroa" + Hayo: "Hayo" + Hayobu: "Hayobu" + Hayundu: "Hayundu" + Hele_y: "Heléy" + He_mmu: "Hémmu" + Herome_nu: "Heroménu" + Hoanne: "Hoanne" + Hoseu: "Hoseu" + Huba: "Huba" + Hude_la: "Hudéla" + Huste_ne_anu: "Husténéanu" + Hustenu_: "Hustenú" + Hustu: "Hustu" + Hustu: "Hustu" + Huzanu: "Huzanu" + Huzu: "Huzu" + Lare_yu: "Laréyu" + Leo_dze_u: "Leõdzéu" + Lesha_dru: "Leshãdru" + Lurudze_u: "Lurudzéu" + Luya: "Luya" + Luye_u: "Luyéu" + Maddeu: "Maddeu" + Mannu: "Mannu" + Marde_nu: "Mardénu" + Mare_anu: "Maréanu" + Mare_u: "Maréu" + Maryezu: "Maryezu" + Maryu: "Maryu" + Mashe_me_zanu: "Mashémézanu" + Mashe_mu: "Mashému" + Mashue_nu: "Mashuénu" + Massuna: "Massuna" + Maze_yu: "Mazéyu" + Medasha: "Medasha" + Me_ggelu: "Méggelu" + Me_le_u: "Méléu" + Meryureu: "Meryureu" + Me_yale_: "Méyalé" + Muru: "Muru" + Muyede_: "Muyedé" + Nastase_u: "Nastaséu" + Nereyu: "Nereyu" + Ne_u: "Néu" + Ne_yola: "Néyola" + Nubelu: "Nubelu" + Nue_za: "Nuéza" + Odduyanu: "Odduyanu" + Re_dere_yu: "Réderéyu" + Reyaredu: "Reyaredu" + Re_yu: "Réyu" + Re_yu: "Réyu" + Rezu: "Rezu" + Roru: "Roru" + Ruhanu: "Ruhanu" + Rusu: "Rusu" + Sadunnu: "Sadunnu" + Samare_danu: "Samarédanu" + Samuel: "Samuel" + Sannu: "Sannu" + Saraye_nu: "Sarayénu" + Sarbador: "Sarbador" + Se_mon: "Sémon" + Serae_nu: "Seraénu" + Se_re_yu: "Séréyu" + Serye_u: "Seryéu" + Se_se_nne_u: "Sésénnéu" + Se_yere_yu: "Séyeréyu" + Simmaggu: "Simmaggu" + Solomon: "Solomon" + Steanu: "Steanu" + Sunde_la: "Sundéla" + Sue_na: "Suéna" + Talsamudu: "Talsamudu" + Talyanu: "Talyanu" + Tanare_yu: "Tanaréyu" + Taye_du: "Tayédu" + Teanu: "Teanu" + Te_bere_u: "Téberéu" + Teodore_yu: "Teodoréyu" + Teodoru: "Teodoru" + Tobe_a: "Tobéa" + Tode_la: "Todéla" + Tolemeu: "Tolemeu" + Toma: "Toma" + Tomassu: "Tomassu" + Tore_mudu: "Torémudu" + Urrude_zu: "Urrudézu" + Urrue_nu: "Urruénu" + Ursu: "Ursu" + Yabe_nu: "Yabénu" + Yabre_lu: "Yabrélu" + Yalere_u: "Yaleréu" + Yammelu: "Yammelu" + Ye_de_melu: "Yédémelu" + Yederu: "Yederu" + Ye_dze_u: "Yédzéu" + Yelassu: "Yelassu" + Yele_meru: "Yelémeru" + Ye_sale_yu: "Yésaléyu" + Yessere_yu: "Yesseréyu" + Yu: "Yu" + Yudamudu: "Yudamudu" + Yude_lyu: "Yudélyu" + Yueffanu: "Yueffanu" + Yuste_nu: "Yusténu" + Addane_da: "Addanéda" + A_done_a: "Ãdonéa" + Aggele_ya: "Aggeléya" + Albe_na: "Albéna" + Anna: "Anna" + Anna: "Anna" + Anne_dulda: "Annédulda" + Arrade: "Arrade" + Arrayesnda: "Arrayesnda" + Arreye_berya: "Arreyéberya" + Arrosa: "Arrosa" + Arroshana: "Arroshana" + Badulesa: "Badulesa" + Baladda: "Baladda" + Balade_na: "Baladéna" + Balere_a: "Baleréa" + Bannoma: "Bannoma" + Base_za: "Baséza" + Bearre_y: "Bearréy" + Be_be_ana: "Bébéana" + Be_ddore_a: "Béddoréa" + Bedelneza: "Bedelneza" + Be_dore_a: "Bédoréa" + Berra: "Berra" + Benede_dda: "Benedédda" + Be_nne_ma: "Bénnéma" + Bera: "Bera" + Beredulda: "Beredulda" + Beregre_na: "Beregréna" + Be_ste_za: "Béstéza" + Bobbea: "Bobbea" + Braye_de_a: "Brayédéa" + Bredze_osa: "Bredzéosa" + Brude_za: "Brudéza" + Brune_rra: "Brunérra" + Buba: "Buba" + Buddedalda: "Buddedalda" + Bula: "Bula" + Burggere_a: "Burggeréa" + Dalassa: "Dalassa" + Dame_a: "Daméa" + De_a: "Déa" + De_ana: "Déana" + Dela: "Dela" + Dobera: "Dobera" + Dome_na: "Doména" + Doreda: "Doreda" + Dosnda: "Dosnda" + Dre_ana: "Dréana" + Eba: "Eba" + E_bbole_da: "Ébboléda" + E_ggedulda: "Éggedulda" + Emmesnda: "Emmesnda" + Eza: "Eza" + Ga_de_da: "Gãdéda" + Gasse_a: "Gasséa" + Gedere_na: "Gederéna" + Genosnda: "Genosnda" + Ge_za: "Géza" + Gonneza: "Gonneza" + Gose_ma: "Goséma" + Gosta_de_a: "Gostãdéa" + Gradze_a: "Gradzéa" + Gre_bbe_na: "Grébbéna" + Gre_spe_na: "Gréspéna" + Gre_ste_na: "Grésténa" + Grude_a: "Grudéa" + Hele_yula: "Heléyula" + Hoanna: "Hoanna" + Horrunada: "Horrunada" + Husta: "Husta" + Huza: "Huza" + Laberda: "Laberda" + Lame_a: "Laméa" + Le_bbe_a: "Lébbéa" + Le_be_a: "Lébéa" + Lena: "Lena" + Le_ne_a: "Lénéa" + Le_sabedda: "Lésabedda" + Le_ssa: "Léssa" + Lushure_a: "Lushuréa" + Luya: "Luya" + Madasta: "Madasta" + Maddalena: "Maddalena" + Madolna: "Madolna" + Marberya: "Marberya" + Mare_a: "Maréa" + Mare_ane: "Maréane" + Mare_sa: "Marésa" + Marya: "Marya" + Maryareda: "Maryareda" + Maryuda: "Maryuda" + Mastarde: "Mastarde" + Mele_ssa: "Meléssa" + Me_ra: "Méra" + Me_rassa: "Mérassa" + Messale_na: "Messaléna" + Mone_ya: "Monéya" + Nadale_a: "Nadaléa" + Ne_badora: "Nébadora" + Ne_da: "Néda" + Nore_a: "Noréa" + Nosnda: "Nosnda" + Ordessa: "Ordessa" + Rage_za: "Ragéza" + Redena_da: "Redenãda" + Redeyuda: "Redeyuda" + Reza: "Reza" + Ruse_za: "Ruséza" + Sabeza: "Sabeza" + Sara: "Sara" + Sarde_ne_a: "Sardénéa" + Se_done_a: "Sédonéa" + Se_rbe_a: "Sérbéa" + Se_seyude_a: "Séseyudéa" + Soe_a: "Soéa" + Stalyude_a: "Stalyudéa" + Starde: "Starde" + Steane_a: "Steanéa" + Susanna: "Susanna" + Tabe_dda: "Tabédda" + Tade_a: "Tadéa" + Tahede_dda: "Tahedédda" + Te_a: "Téa" + Te_dze_ana: "Tédzéana" + Teodora: "Teodora" + Tukda: "Tukda" + Urruste_ana: "Urrustéana" + Yabre_za: "Yabréza" + Yalere_a: "Yaleréa" + Ye_shlura: "Yéshlura" + Yomesnda: "Yomesnda" + Yorde_ana: "Yordéana" + Yorya: "Yorya" + Yue_ssana: "Yuéssana" + Yurea: "Yurea" + Yusta: "Yusta" + Yuste_na: "Yusténa" + Zanora: "Zanora" + Zura: "Zura" \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 569547e51b..20ec80f7d9 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -51,6 +51,7 @@ GUI: HYBRID CULTURES ------------------------------ +* Review and revise the CK2 imports to fit within the CK3 model * Add the various other hybrid names from CK2 * Add parameter about the various other tradition groups, like combat * Add ai_will_do to heritages (or modify the culture creation event for Romance/Hellenic cultures) From 8c7d5d93dc12d418f7a135aafc6c4a008ea1c44a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:26:00 -0400 Subject: [PATCH 101/339] More linguistic work --- WtWSMS/common/culture/pillars/00_language.txt | 27 ++++ .../BP_heritage_linguistic_drift.txt | 115 +++++++++++++++--- .../BP_culture_name_lists_l_english.yml | 1 + .../BP_cultural_languages_l_english.yml | 1 + .../BP_culture_events_l_english.yml | 5 +- 5 files changed, 127 insertions(+), 22 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 2b49895a03..df7655483f 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1131,6 +1131,33 @@ language_african_romance = { color = romano_african } +language_rhaeto_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_rhaeto_romance } } + + parameters = { + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_rhaeto_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = romano_raetian +} ## Tocharian language_tocharian = { type = language diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 065f50472a..3bc9877561 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -8,21 +8,69 @@ #0101-0200: Heritage Drift Events scripted_trigger valid_linguistic_drift_culture_trigger = { - this = culture:romano_african + #Should actually be uses the latin language, but we need to make sure to map all possiblities + OR = { + this = culture:romano_african + this = culture:romano_noric + this = culture:romano_raetian + } + this = { has_cultural_pillar = language_latin } +} + +#60% of culture counties under a single Latin-speaking Empire +scripted_trigger valid_linguistic_prevention_condition_trigger = { + any_ruler = { + this = { save_temporary_scope_as = ruler } + primary_title.tier = tier_empire + culture = { has_same_culture_language = scope:linguistic_shift_culture } + scope:linguistic_shift_culture = { + any_culture_county = { + percent >= 0.60 + holder = { + OR = { + this = scope:ruler + this = { any_liege_or_above = { this = scope:ruler } } + } + } + } + } + } } scripted_effect shift_language_effect = { scope:linguistic_shift_culture = { - custom_tooltip = { - text = african_romance_language - subject = scope:linguistic_shift_culture - set_culture_pillar = language_african_romance + if = { + limit = { this = culture:romano_african } + custom_tooltip = { + text = african_romance_language + subject = scope:linguistic_shift_culture + set_culture_pillar = language_african_romance + } + custom_tooltip = { + text = african_romance_name_list + subject = scope:linguistic_shift_culture + set_name_list = name_list_african_romance + } } - custom_tooltip = { - text = african_romance_name_list - subject = scope:linguistic_shift_culture - set_name_list = name_list_african_romance + else_if = { + limit = { + OR = { + this = culture:romano_noric + this = culture:romano_raetian + } + } + custom_tooltip = { + text = rhaeto_romance_language + subject = scope:linguistic_shift_culture + set_culture_pillar = language_rhaeto_romance + } + custom_tooltip = { + text = romansh_name_list + subject = scope:linguistic_shift_culture + set_name_list = name_list_romansh + } } + else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE" } } } @@ -40,15 +88,24 @@ bp_heritage_linguistic_drift.0001 = { save_scope_as = linguistic_shift_culture } - #If the culture head exists, inform him/her first if = { - limit = { exists = scope:linguistic_shift_culture.culture_head } - scope:linguistic_shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0002 } } - } - #Otherwise, directly change the culture and tell everyone - else = { - shift_language_effect = yes - every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0003 } } + limit = { NOT = { valid_linguistic_prevention_condition_trigger = yes } } + + if = { + limit = { exists = scope:linguistic_shift_culture } + #If the culture head exists, inform him/her first + if = { + limit = { exists = scope:linguistic_shift_culture.culture_head } + scope:linguistic_shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0002 } } + } + #Otherwise, directly change the culture and tell everyone + else = { + shift_language_effect = yes + every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0003 } } + } + } + #Handle failure case; shouldn't happen unless some Latin-speaking culture doesn't map + else = { debug_log = "NO LATIN SPEAKING CULTURE CAN BE SELECTED FOR bp_heritage_linguistic_drift.0001 EVENT" } } } } @@ -65,11 +122,11 @@ bp_heritage_linguistic_drift.0002 = { option = { name = bp_heritage_linguistic_drift.0002.accept shift_language_effect = yes - every_player = { + every_ruler = { limit = { OR = { this = { in_diplomatic_range = root } - this.culture = { has_same_culture_language = root.culture } + this.culture = { has_same_culture_language = scope:linguistic_shift_culture } } NOT = { this = root } } @@ -84,8 +141,23 @@ bp_heritage_linguistic_drift.0003 = { title = bp_heritage_linguistic_drift.0003.t desc = bp_heritage_linguistic_drift.0003.desc theme = culture_change + left_portrait = scope:chosen_character - immediate = {} + immediate = { + if = { + limit = { exists = scope:linguistic_shift_culture.culture_head } + scope:linguistic_shift_culture.culture_head = { save_scope_as = chosen_character } + } + else_if = { + limit = { any_ruler = { culture = scope:linguistic_shift_culture } } + random_ruler = { + limit = { culture = scope:linguistic_shift_culture } + save_scope_as = chosen_character + } + } + #Fallback + else = { root = { save_scope_as = chosen_character } } + } #For other rulers of the culture option = { @@ -101,3 +173,6 @@ bp_heritage_linguistic_drift.0003 = { fallback = yes } } + +##### Heritage cases: Should require culture counties under dominance of another heritage +##### (80% under another heritage, not 80% under a set) diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 5fe2ea529f..7666427fe2 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -151,6 +151,7 @@ name_list_romano_dacian:0 "Romano-Dacian" name_list_romano_aramean:0 "Romano-Aramean" name_list_african_romance: "Arréyanu" + name_list_romansh: "Romansh" #North Germanic name_list_norse:0 "Norse" name_list_swede:0 "Sviar" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index e90ee99758..9f41e127ee 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -68,6 +68,7 @@ language_adharic_name: "Adharic" #Latin language_african_romance_name: "Arréyanu" + language_rhaeto_romance_name: "Rhaeto-Romance" #Northwest Semitic language_punic_name:0 "Punic" #Mongolic diff --git a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml index 7463365fe2..89dbcde2e6 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml @@ -5,9 +5,10 @@ #Heritage/Linguistic Drift african_romance_language: "[language|E] changes language to #V $language_african_romance_name$#!" african_romance_name_list: "#E Naming Practices#! change to #V $name_list_african_romance$#!" - + rhaeto_romance_language: "[language|E] changes language to #V $language_rhaeto_romance_name$#!" + romansh_name_list: "#E Naming Practices#! change to #V $name_list_romansh$#!" bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" - bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the [linguistic_shift_culture.GetName] has varied enough from Latin that it is no longer intelligible with Latin." + bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tonuge of the [linguistic_shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" bp_heritage_linguistic_drift.0002.accept.tooltip: "Your [culture|E]'s [language|E] has changed" bp_heritage_linguistic_drift.0003.t: "$bp_heritage_linguistic_drift.0002.t$" From f248e7cc6dfa09f442b7f1812332b73d813d4a6a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 30 Sep 2022 12:31:57 -0400 Subject: [PATCH 102/339] British Romance addition --- WtWSMS/common/culture/name_lists/BP_latin.txt | 121 +++- .../culture/names_equivalency/00_names.txt | 610 +++++++++--------- WtWSMS/common/culture/pillars/00_language.txt | 28 + .../BP_heritage_linguistic_drift.txt | 14 + .../BP_culture_name_lists_l_english.yml | 2 + .../BP_cultural_languages_l_english.yml | 1 + .../BP_culture_events_l_english.yml | 2 + ...kerwanderung_additional_name_l_english.yml | 334 +++++++++- 8 files changed, 805 insertions(+), 307 deletions(-) diff --git a/WtWSMS/common/culture/name_lists/BP_latin.txt b/WtWSMS/common/culture/name_lists/BP_latin.txt index c3d38e0c94..23a9896658 100644 --- a/WtWSMS/common/culture/name_lists/BP_latin.txt +++ b/WtWSMS/common/culture/name_lists/BP_latin.txt @@ -2470,4 +2470,123 @@ name_list_african_romance = { pat_grm_name_chance = 20 mat_grm_name_chance = 40 mother_name_chance = 5 -} \ No newline at end of file +} +name_list_british_romance = { + cadet_dynasty_names = { + "dynn_BenewentE_" + "dynn_CeredhO_gE_" + "dynn_CrE_sgentI_" + "dynn_Domigen" + "dynn_DrE_stenI_" + "dynn_EgI_g" + "dynn_EnigE_" + "dynn_EpO_lit" + "dynn_EpO_llI_narE_" + "dynn_EregI_g" + "dynn_EretrE_" + "dynn_FlaccE_" + "dynn_GarrigI_" + "dynn_GelI_en" + "dynn_GeO_nin" + "dynn_GerengI_" + "dynn_GuE_trE_" + "dynn_HegondE_" + "dynn_HerpE_ngI_" + "dynn_Hewin" + "dynn_Himmag" + "dynn_HI_wigI_" + "dynn_LanwelI_" + "dynn_Liget" + "dynn_LlI_lI_" + "dynn_LugI_en" + "dynn_MeI_m" + "dynn_MelcunE_" + "dynn_MeO_rI_en" + "dynn_MI_rI_edhogE_" + "dynn_MogestE_" + "dynn_OrI_lI_en" + "dynn_OuE_nI_en" + "dynn_PE_scatrE_" + "dynn_PI_e" + } + + dynasty_names = { + "dynn_BenewentE_" + "dynn_CeredhO_gE_" + "dynn_CrE_sgentI_" + "dynn_Domigen" + "dynn_DrE_stenI_" + "dynn_EgI_g" + "dynn_EnigE_" + "dynn_EpO_lit" + "dynn_EpO_llI_narE_" + "dynn_EregI_g" + "dynn_EretrE_" + "dynn_FlaccE_" + "dynn_GarrigI_" + "dynn_GelI_en" + "dynn_GeO_nin" + "dynn_GerengI_" + "dynn_GuE_trE_" + "dynn_HegondE_" + "dynn_HerpE_ngI_" + "dynn_Hewin" + "dynn_Himmag" + "dynn_HI_wigI_" + "dynn_LanwelI_" + "dynn_Liget" + "dynn_LlI_lI_" + "dynn_LugI_en" + "dynn_MeI_m" + "dynn_MelcunE_" + "dynn_MeO_rI_en" + "dynn_MI_rI_edhogE_" + "dynn_MogestE_" + "dynn_OrI_lI_en" + "dynn_OuE_nI_en" + "dynn_PE_scatrE_" + "dynn_PI_e" + } + + male_names = { + Abon Agile_ Alb Alben Ale_n Ambrosin Annan Antonin Appe_ Ardur Argei_uel Arroen Arroi_n Bali_ + Bede_n Bedur Bele_n Ble_gi_ Ble_gin Bor Bran Bre_n Bri_daney Brogan Brogemal Brogeual Bru_ Cind + Coge_nin Colo Conouallon Conouarge Conouelin Conouin Core_ne_ Cornele_ Cre_vi_ Cro_ Croui_ Deue_ + Dobrigi_ Domidgen Dorri_ Dorri_ Dorual Drostan Drostan Edhan Edhe_rn E_dhoual E_ge_ Egeare_ E_gil + E_he Elan Eldoe Eleandre Elue_dh Elue_n Elue_n E_orue_ E_rbin Eredho Erege_y E_rmi_dh Erod Eroe_n + Erre_pe E_uel Fabien Floi_ Folui_ Gederi_ Gedhan Gedhelle Ge_dholl Gedoe Gedoualle Gedoualle + Gedouallon Gedoui Ge_douin Ge_gile_ Gegi_m Gele_ Gele_d Geledhin Gelegin Gella_ Ge_luin Ge_n + Ge_neol Gerado Gerald Gerauen Gerdo Gere_d Gere_gey Geregi_ey Gerele_ Gerele_ Gere_lle Ge_ren + Gereuen Gerey Gergey Gergin Geri_lo_ Ge_rlin Gerove_n Gerred Ge_rue_n Ge_ruin Gesouallon Geuan + Geve_r Gi_d Giuli_ Godouan Goe_n Grege_an Guedor Guelere_an Guelere_n Guerdhe_rn Guere_ Guergel + Gueroge_ Gui_ Gui_ Guidele_n Gui_lodhin Guindori_ Gui_tri Hecondhe Hesd Hetti_m I_doe_ I_doi_an + I_ge_rn I_me_ri I_nnon I_tre Ledharn Le_ged Le_gehey Lenoual Lenoual Le_odhon Le_ri Le_ue + Locre_gi_ Loe_lin Loidemar Longe_n Lugi_ Madoe Malcor Malcor Maluin Maluin Marc Mardhoe Margelle + Mehe_m Mehe_mien Me_l Meli_n Mepon Me_re_ Mere_d Meri_ Meri_an Me_ruen Mi_lir Mi_ney Mi_re_doe + Mi_ri_on Mori_n Morrige_ Moruan Muri_ Nagen Nebor Ni_r Odhon Ole Ored Orege_ Orele_ Oui_n Pedarn + Pedarn Perde_nei Peredur Peredur Pergil Pline_ Pol Ponge_ Prim Rege_rd Ri_gol Ri_nel Roge_ri_ + Roue_n Ruf Set Tallese_n Tegi_d Te_odori_ Terge_ Tudhoual Tudhouallon Ugere Urien + } + female_names = { + Adhe Enni_e I_loi_de E_ronoi_ne E_roni_e Eli_e Enni_e Ennesde Anui_le Eni_de Argi_ne Eri_ene + Blodhoi_ne Bronoi_ne Ge_reui_ne Gi_ri_e Gi_ri_e Lleri_ande Genoi_ne Di_loe Deni_e Donoi_n Gi_ene + I_fe I_lene Eli_ne Eli_ni_one Eli_nore Eli_ne Eni_e Llini_ Gui_nofere Gui_ne Gue_ndhe Gui_nofere + Guene_lli_ene Guenoi_ne Guerfi_lle Goledhe_ Eli_e Oloi_ne Oi_lle I_loe Iebelle I_olde Ledhoi_e + Li_enore Lori_e Lunete Meri_e Mere Mege_ldhe Margerede Maruenne Mele_ande Morgene Me_ri_ene Morgoe + Norue_nne Noi_lle Nefi_ne Olui_ne Oui_ne Relle Rovi_ne Harle_nne Here Heri_ne Hi_bille Gi_ene + Susanne Heri_ne Eli_e Eli_ene Emili_e Albe Gegili_e Geli_e Gemi_lle Gi_e Llodhi_e Lloili_e + Corneli_e Gegi_me Domige Domigi_lle Fabiene Fogi_ne Floi_e Folui_e Germene Llogi_e Grege_ana + Giuli_e Le_ui_e Lugi_e Lugi_lle Lucregi_e Margelle Margi_ne Nerue I_doi_e Pole Petroni_e Pri_gille + Gebi_ne Getorni_ne Geui_rin Tegi_de Tolli_e Gueleri_e Gueni_ue Gui_ole Gue_rgi_nie + } + + dynasty_of_location_prefix = "dynnp_d_" + + pat_grf_name_chance = 20 + mat_grf_name_chance = 10 + father_name_chance = 0 + + pat_grm_name_chance = 10 + mat_grm_name_chance = 20 + mother_name_chance = 0 +} diff --git a/WtWSMS/common/culture/names_equivalency/00_names.txt b/WtWSMS/common/culture/names_equivalency/00_names.txt index bcbe7122bf..152134544d 100644 --- a/WtWSMS/common/culture/names_equivalency/00_names.txt +++ b/WtWSMS/common/culture/names_equivalency/00_names.txt @@ -1,26 +1,325 @@ -abdmelqart_male = { Abdemelgar Abdmelqart Addemeryar } +aetius_male = { AE_tius E_ge_ E_ze_o } +adiarius_male = { Adiarius Age_are_o Egeare_ } +aeddan_male = { A_ed A_edA_n A_eda_n Aedan Aeddan Aethon E_dano Edhan Hoe_l Hug Huges Hugh Hugo Hugues Huw Uc Ugo Ugolino Ugone Ugonino Ugu Uguccione Uguccionello Ugues Yu } +agrafin_male = { Agrafin Agraue_no Agraue_no2 Agravain Arroen Arroi_n } +agrippa_male = { Agre_pe Agrippa Erre_pe } +alan_male = { Alain Alan Alano Alanus Allan Elan } +albanus_male = { Albano Albanu Albanus Alben } +albus_male = { Alb Albo Albu Albui Albus Arbu Ialby Jualb } +alexander_male = { Aie_ushandre Alastair Ale_sandre_ Alecuandur Aleksandar Aleksander Aleksandr Aleksandre Ales Alesandre Alescandru Alessandro Alexander Alexandr Alexandre Alexandros Alexandru Alisander Alissandru Alixandre Alle_psandre_ Allepsandri Allisander Chaandy Eleandre Eskander Iskander Iskender Iskinder Lesha_dru Lissandru SA_ndor Sa_ndor } +alwyn_male = { AE_lfwine AE_lle AE_thelwine Aelle AilpI_n Alboin Alboino Ale_n Ale_no Algwyn Alpin Alwen Alwin Alwyn Audoin E_lfwine E_lle E_thelwine Ealdwine Elfin Elpin } +ambrose_male = { Abbolsu Abbrosiu Ambbrogghiu AmbrO_su Ambrogio Ambroise Ambros Ambrose Ambroshui Ambrosio Ambrosius Ambroso Ambroz Ambrushy Amrus E_me_ris Emrys I_me_ri } +ambrosinus_male = { Ambrn_sino Ambrosin Ambrosinus } +annan_male = { Annan Annans } +antoninus_male = { A_done_nu Andolin Annwn AntO_ni Anthony Antn_nino Anto_nio Antoine Antoinus Anton Anton_inui Anton_u Anton_ui Antoni Antoni_n Antonin Antonine Antonineh Antonino Antoninu Antoninus Antonio Antonios Antoniotto Antoniu Antonius Antonolo Antouni Antuiy Antun_inu Antun_iny Antune Antuninu Antuone } +apon_male = { Abon Abono Apon } +appius_male = { Appe_ Appeo Appius } +aradig_male = { Aradig Arazie_co Erege_y } +aradoc_male = { Aradn_co Aradoc Eredho } +arawain_male = { Araue_no Arawain Eroe_n } +arod_male = { Arod Aroto Erod } +arthfael_male = { Arde_ualo Argei_uel Arthfael } +arthur_male = { Aarto Achiuir Ardur Arduro Art ArtU_r Arthguiu Arthueu Arthuis Arthuiu Arthur Arthwr Arthwys Artorius Artu_r Artur Arzhur } +attilius_male = { Agile_ Attilius Azzile_o } +aulus_male = { Aulo Aulus Ole } +aurelius_male = { Aure_le_o Aurelio Aurelios Aureliu Aurelius Aurellu Aurellui Aurely Aureo_l Aureolo Aureolus Auriol Awrehli Oreiy Orele_ Oreliu Rezu Urellu } +balin_male = { Bale_no Balin Bele_n } +balise_male = { Bale_s Bali_ Balise } +bedwyn_male = { Be_de_no Bede_n Bedwyn } +bedwyr_male = { Be_turo Bedur Bedwyr } +bleddyn_male = { Ble_gin Ble_gino Bleddyn Blethin } +bleiddig_male = { Ble_gi_ Ble_zico Bleiddig } +bors_male = { Bn_rs Bor Bors } +bran_male = { BrA_n Bra_n Bran Brano } +britannicus_male = { Bre_tanne_co Brechaiecy Bretagniques Bretan_ecui Bri_daney Britannecu Britannicus } +brochmael_male = { Brn_cimalo Brochmael Brogemal } +brochvael_male = { Brn_civalo Brochvael Brogeual } +brutus_male = { Bride Bridei Brout Bru_ Brude Bruide Bruto Brutus Brwt } +brwyn_male = { Bre_n Bre_no Brwyn } +brychan_male = { Brocano Brogan Broichan Brychan } +caddan_male = { Cadano Caddan Gedhan } +cadell_male = { Cadell Cadello Gedhelle } +cadfael_male = { Cadfael Cadwal Catovallo Gedoualle } +cadog_male = { Cadoc Cadoco Cadog Gedoe Kado } +cadwallon_male = { Cadwallon Catguallon Catovalln_no Catuallon Gedouallon } +cadwy_male = { Cado Cadwy Catovio Gedoui } +caecilius_male = { Aksel Aksil Caecilius Cecily Cegillu Che_chellui Cie_ciellu Cie_cileo Ge_gile_ Ge_ye_zu Kaikilios Ke_kili She_sheiy } +caelgyn_male = { Caelgyn Cie_le_gino Gelegin } +cai_male = { Cai Caiu Ce_o Dzhe_ui Gaios Gaiu Gaius Gay Ge_o Gui_ Zhe_y } +cain_male = { Cain Cie_no Ge_n } +caleddin_male = { Cale_dino Caleddin Geledhin } +caradoc_male = { Caradaig Caradec Caradoc Caradog Caratacus Caratn_co Cedric Cerdic Ceredig Cie_re_zico Gerado Gere_gey Karadeg } +caraled_male = { Caraled Caraleto Gerele_ Gerled } +carawain_male = { Caraue_no Carawain Gerauen } +carig_male = { Care_co Carig Gerey } +caswallon_male = { Casovallono Caswallon Gesouallon } +cavan_male = { Cauano Cavan Geuan } +cedwyn_male = { Cedwyn Cie_tn_vino Ge_douin } +celwin_male = { Celwin Cie_lvino Ge_luin } +cerdig_male = { Cerdig Cie_rzie_co Gergey } +cerdoc_male = { Cerdoc Cie_rtn_co Gerdo } +ceretiacus_male = { Ceretiacus Cie_re_ze_aco Geregi_ey } +cerevanus_male = { Cerevanus Cie_re_vano Gereuen } +cerfin_male = { Cerfin Cie_rvino Ge_ruin } +cerlyn_male = { Cerlyn Cie_rlino Ge_rlin } +cerwain_male = { Cerwain Cie_rve_no Ge_rue_n } +coel_male = { Cie_le_o Coel Gele_ } +constantine_male = { Castantin Caunstantin CausantI_n Causanti_n Cn_sce_nino Coge_nin ConstantI_n ConstantI_nu Constanti_n Constantin Constantine Constantino Constantinui Constantinus Costantin Costantinu Cunschantiny Cunstantinu Custantinu Custennin Custentin GosantI_nu Gosdantin Gosta_de_nu Guantine Konstantin Konstantine Konstantinos } +corineus_male = { Core_ne_ Core_ne_o Corineus } +cornelius_male = { Caurnel Cn_rne_le_o Corn_ellui Cornele_ Cornelio Corneliu Cornelius Cornellu Cornely Cureiy Curn_ellu Curneliu Gonnezu Kornel Kornelios } +culhwch_male = { Coln_co Colo Culhwch } +cynfarch_male = { Conmarch Conn_varco Conouarge Cynfarch } +cynfelyn_male = { Conn_ve_lino Conouelin Convelin Cynfelyn } +cynfyn_male = { Conn_vino Conouin Cynfyn } +cynwallon_male = { Conn_valln_no Conouallon Conuallon Cynwallon } +david_male = { DA_vi Da'oud Da'ud Da_oud Da_ud Da_vi DabI_d Dabi_d Dabuut Daevit Dafydd Daoud Daouda Dauid Daveid Davi David Davide Davido Davit Davud Davyd Dawid Dawit Dawud Deue_ Deui Devi Dewi Diwdad Tuokko } +decimus_male = { De_cie_mo Dechemui Decimus Deshemy Dieciemu Gegi_m } +deiniol_male = { Danail Dane_l Danelu DaniE_l Danie_l Daniel Danieli Daniil Danilo Danilu Daniyel Daniyyel Danyal Deiniol Deniel Ge_neol Gie_niolo Taniel } +derella_male = { Derella Gere_lle Gie_re_lle_ } +domitianus_male = { Dn_mizeano Domechanui Domidgen Domitianus Dumeshany Dumetianu } +dorfael_male = { Dn_rvalo Dorfael Dorual } +drystan_male = { Drostan Drostano Drosten Drystan Tristan } +dubricius_male = { Dobre_ze_o Dobrigi_ Dubricius } +dyfrig_male = { Dorri_ Dorrico Dovrigo Dyfrig Dyrrig } +eachern_male = { E_cie_rno Eachern I_ge_rn } +ector_male = { E_itro Ector I_tre } +edern_male = { E_de_rno Edern Edhe_rn Edyrn Eternus } +edwin_male = { Eadwine Edwin Edwis Edwyn Odhon Odono } +einion_male = { E_gnono Einion I_nnon } +eldoc_male = { E_ldoco Eldoc Eldoe } +elgwyn_male = { E_lve_no Elgwyn Elue_n Elwain } +elwydd_male = { E_lve_do Elue_dh Elwydd } +erbin_male = { E_rbin E_rbino Erb Erbin Erpin Irb Urbain Urban Urbano Urbien } +ermid_male = { E_rme_do E_rmi_dh Ermid } +fabianus_male = { Fabe_ano Fabeanu Fabeanui Fabeany Fabianus Fabien } +fergal_male = { Fergal Guergel Vergalo } +flavius_male = { Flauio Flavius Floi_ Phlawi } +fulvius_male = { Folui_ Folvio Fulvius } +gadric_male = { Catarico Gadric Gederi_ } +galed_male = { Cale_to Galed Gele_d } +gareth_male = { Care_to Gareth Gere_d } +gawain_male = { Gaue_no Gawain Goe_n } +gerald_male = { GE_rard GE_raud Garalt Garibald Garibaldo Garipald Ge_rard Ge_raud Gehrke Gerald Geraldo Gerallt Geralt Gerard Gerardo Geraud Gerbald Gerhard Gerhardus Gerold Gherardo Ghert Gie_ralto Gierolt Girald Girard Girardu Girart Guerau Guiral Guiraud Guitart Xerardo Xerardu } +gerdin_male = { Cie_rgino Gerdin Gergin } +gereint_male = { Cie_re_ns Ganant Ge_ren Geraint Gereint Gerontius Gerren } +gerlyd_male = { Cie_re_lodo Geri_lo_ Gerlyd } +gerreth_male = { Cierreto Gerred Gerreth } +gerwain_male = { Cie_rn_ve_no Gerove_n Gerwain } +gratianus_male = { Grachanui Gradze_anu Grashany Gratianu Gratianus Gratzianu Graze_ano Grege_an } +griffid_male = { Cre_vi_ Cre_vido Griffid } +gruffud_male = { Cro_ Crodo Croui_ Crovido Gruffud } +gudovan_male = { Godouan Gotn_vano Gudovan } +gwerthern_male = { Guerdhe_rn Gurthiern Gwerthern Ve_rte_rno Vortegyn Vortigern } +gwidyr_male = { Guedor Gwidyr Ve_toro } +gwydre_male = { Gui_tri Gwydre Ve_tris } +gwylyddyn_male = { Gui_lodhin Gwylyddyn Ve_lodino } +gyllad_male = { Gella_ Gie_llado Gyllad } +horatius_male = { Horatio Horatius Oraze_o Orege_ } +hywel_male = { E_uel E_ve_lo HoE_l Hoel Howell Huwal Hywel } +idfael_male = { E_dhoual E_dn_valo Idfael } +iorweth_male = { Duarte E_douard E_orue_ E_orveto Edouart Edouarzh Eduard Eduardo Eduardus Edvard Edward Iorweth JA_tvarD_r Jedvard Odoardo } +issa_male = { E_he E_sse Isaac Isaak Ishaq Issa Ittac Sahag Sahak Yitzhak } +ithel_male = { E_gil E_zilo Ithel Iudhael } +iulius_male = { Chulia_n Eiouliane Giuli_ Giuliano Giulianu Giulio Giullanu Giullu Huzanu Huzu Ioueanui Iouli Ioulianos Ioulios Iovianus Iueany Iulianus Iulius Iullanu Iulleanui Iullu Iullui Iun_ui Iunius Iuveanu Iuy Jiolian Ju_lio Jules Julia_n Julia_o Julian Julien Julius Juliusz Juw Olban Silin Sulgen Sulian Sulien Tysilio Ulyan Yuli } +lanval_male = { Lann_valo Lanval Lenoual Llanval } +leudonus_male = { Le_odhon Le_odono Leudonus } +licat_male = { Le_cato Le_ged Licat } +ligessac_male = { Le_gehey Le_gie_ssaco Ligessac } +livius_male = { Le_ue Le_ve_o Livius } +lladarn_male = { Ladarno Ledharn Lladarn } +llyr_male = { Le_ri Le_rio Llyr } +llywelyn_male = { Llywelyn Ln_e_lino Loe_lin } +longinus_male = { Longe_n Longie_no Longine Longinos Longinus Lonqine } +lucius_male = { Alois Alvise Clydog L_ukasz Lajos Lles LluI_s Lluis LoI_s Lodewijk Lodovico Loeiz Loi_s LouI_s Loui Louis Loukas Loukios Loys Lucas Luchui Lucian Lucien Lucio Luciu Lucius Lucjan Ludovico Luduvicu LudvI_k Ludvig Ludvik Ludwig Luga Lugi_ Lugiu Lui_s Luiggi Luigi Luis Lukaz Luke Luki Lukose Luqi Lushy Luya Luye_u } +lucretius_male = { Locre_gi_ Locre_zio Loukretios Lucretius Lucrici } +luctemarus_male = { Loidemar Loite_maro Luctemarus } +madog_male = { Madoco Madoe Madog Matad Matoc } +mael_male = { Mael Me_l Me_lo } +maelfin_male = { Maelfin Maelgwyn Maluin Malvino } +maelgore_male = { Maelgore Maelgyr Malcn_ro Malcor Malcoro } +malaine_male = { Malaine Male_no Meli_n } +mapon_male = { Mapon Mapono Mepon } +marcellus_male = { Marcello Marcellus Marcherui Marcie_llo Marcie_llu Margelle Margellu Markellu Marshery Martzel Maryezu } +marcus_male = { MA_rk Ma_rk Marc Marcas March Marchell Marchus Marco Marcu Marcui Marcus Marek Margh Margos Margu Mark Marko Markos Markose Marku Markus Marqeh Maryu Miarcy Morcar } +mardoc_male = { Mardhoe Mardoc Mardoco } +mared_male = { Mare_to Mared Mere_d } +marianus_male = { Mare_ano Mare_anu Mare_u Mari Marian Mariane Mariano Marianos Marianu Marianus Marien Marin Marino Marinos Marinu Marinui Marinus Mariny Mario Marios Mariu Mariui Marius Me_rin_no Meirion Meri_ Meri_an Mi_ri_on Miary } +maximianus_male = { Ma_usemeiany Mapsemeanu Mapsemeanui Masse_miano Maximianus Mehe_mien } +maximus_male = { Ma_usemy Macsen Maisme Maksineh Mapsemu Mapsemui Mascimu Mashe_mu Masse_mo Massen Massimo Massimu Maximos Maximus Mehe_m } +meilyr_male = { Me_liro Meilyr Mi_lir } +merfyn_male = { Me_ruen Me_rveno Merfyn Merlin Mermin } +meriadoc_male = { Me_riatoco Meiriadog Meriadec Meriadoc Meriasek Mi_re_doe } +meric_male = { Me_re_ Me_re_co Meric } +meurig_male = { Mauric Maurice Maurike Mauritius Meurig Muri_ Murico } +minac_male = { Me_naco Mi_ney Minac } +morfans_male = { Mn_rvans Morfans Moruan } +morien_male = { Mn_rie_no Morcant Morgan Morgen Mori_n Morien Muirgein } +morridig_male = { Mn_rrizico Morridig Morrige_ } +nabur_male = { Naboro Nabur Nebor } +nasiens_male = { Nagen Nasiens } +nero_male = { Ne_ro Nero Ni_r } +octavianus_male = { Guitoien I_doi_an Octaviano Octavianus Odduyanu Oitaue_ano Optaueanui Ottuianu U_toeany Uptaveanu } +octavius_male = { Eudaf Guitoy I_doe_ Octave Octavio Octavius Oitaue_o Optauiui Ottavio Ottaviu Outham U_toiy Uptaviu } +oreth_male = { Ore_to Ored Oreth } +owain_male = { EO_gan EO_ganA_n E_ogan Egenio Eguen Eo_gan Eo_gana_n EugE_ne Euge_nio Eugene Eugenio Eugenios Eugenius Euggeniu Even Ewan O_ve_no Oui_n Owain Owen Uuen Yawan } +padarn_male = { Padarn Padarno Padern Paderno Patern Paterne Paternus Pedarn Pidarnoin } +paulus_male = { Boghos Bulu PAAl PA_l PA_ulu PO_l Pa_l Paavo Paol Paolino Paolo Paul Paule Paulo Paulos Paulose Paulu Paulus Paurui Pavel Pavle Pavlos PaweL_ Pawel Pawl Pol Pory Pulu Puol } +perddel_male = { Pe_rgie_lo Perddel Pergil } +peredur_male = { Pe_re_turo Peredur Peredyr } +pertinax_male = { Pe_rte_nais Perde_nei Pertinax } +plinius_male = { Pline_ Pline_o Plinius } +pontius_male = { Ponge_ Ponsio Pontius Ponze_o } +primus_male = { Prim Primeh Primo Primus } +quintus_male = { Centui Centy Cind Cintu G?du Gudu Koi_ntos Quintius Quinto Quintus Qwinteh } +rainal_male = { Rainal Re_nalo Ri_nel } +regulus_male = { Re_golo Regulus Ri_gol } +rigertus_male = { Re_gie_rto Rege_rd Rigertus } +rodericus_male = { Rn_gie_rico Rodericus Roderiko Roge_ri_ } +rowain_male = { Rn_ve_no Roue_n Rowain } +rufus_male = { Rouphos Ruf Rufo Rufus Ruphus } +secundus_male = { Hecondhe Se_condo Secundus } +sedullus_male = { Ge_dholl Se_dollo Sedullus } +septimus_male = { Hetti_m Se_tte_mo Septimo Septimus } +sestus_male = { Sestus Set Setto } +severus_male = { Geve_r Se_ve_ro Severos Severus Sewereh Sheuerui Sheuery Sie_veru } +sextus_male = { Hesd Se_sto Sexsteh Sextus She_usty Shepstui Sie_pstu Siste Sistus } +tacitus_male = { Tace_to Tacet Tachetui Tacietu Tacitus Tagitu Tashety Taye_du Tegi_d } +taliesin_male = { Talie_se_no Taliesin Tallese_n Telesinus } +tertius_male = { Te_rze_o Terge_ Tertius } +tewdric_male = { Te_n_dn_re_is Te_odori_ Tewdric } +titus_male = { Chetui Gi_d Shety Te_to Tietu Titos Titus } +tudwal_male = { TU_athal Theodowalaunus Tu_athal Tuathal Tudhoual Tudwal Tugdual Tutn_vales } +tudwallon_male = { Tudhouallon Tuduallon Tudwallon Tutn_valln_no } +urien_male = { Urbcen Urbgenius Urie_ns Urien } +uther_male = { Be_ddor Biktor Bittor Pabiktor Ue_utru Ueptro Ugere Uther Uthyr Uzie_ro Veptur Vetoir Victor Viktor Viktour Vittaur Vittore Vittorio Vittoriu Wecta } +valerianus_male = { Guelere_an Uaiereany Uallereanui Vaeriano Vale_re_ano Valerianus Valle_reanu } +valerin_male = { Guelere_n Vale_re_no Valerin } +varius_male = { Guere_ Vare_o Varius } +verutius_male = { Gueroge_ Ve_roze_o Verutius } +vindotorix_male = { Guindori_ Vindn_tn_re_is Vindotorix } +vitalinus_male = { Guidele_n Gwydolin Vitale_no Vitalinus } +aelia_female = { AE_lia AlaI_s Alai_s Alais Alausia Ale_se AliC_ Alic_ Alice Alicia Alijse Alis Alisce Alisia Alitz Alix Allust Alys Anleta E_le_de E_lie Eli_e Heledd } +aemilia_female = { AE_milia E_me_lie Emili_e } +ade_female = { Ade Adhe } +aelwyd_female = { Aeluit Aelwyd E_ln_e_te I_loi_de } +aeronwen_female = { Aeronwen E_rn_nn_e_ne E_ronoi_ne } +aeronwy_female = { Aeronwy E_rn_nie E_roni_e } +agnes_female = { A_gnes A_ine AgnE_s Agne Agne_s Agne_se Agnes Agnese Agnez Agnieszka Aignes AinE_s Aine_s Aines Ana Anah Anna Annah Annamma Anne Anne_se Anne_ste Annes Annest Annick Auni Channah Ennesde Enni_e Hannah Iana InEEs InE_s Ine_s Ines Nest Nesta Oanez Uunis } +ailleann_female = { Ailleann E_le_ane Eli_ene } +alba_female = { Alba Albe } +annwyl_female = { Annwyl Anui_le Anvile } +anowed_female = { Ane_te Anowed Eni_de } +arddyn_female = { Arddyn Arge_ne Argi_ne } +arian_female = { Are_ane Arian Eri_ene } +blodwen_female = { Bleutuen Bleuzenn Bln_dn_e_ne Blodhoi_ne Blodwen } +bronwen_female = { Brn_nn_e_ne Bronoi_ne Bronuen Bronwen } +caelia_female = { Cae_lia Cie_lie Geli_e } +camilla_female = { Camilla Camille Gemi_lle Kamila Kamilla } +cassia_female = { Casha Casie Cassia Chasha Gasse_a Gi_e Kasia Tkasia } +ceinwyn_female = { Ceinwyn Cie_nn_e_ne Genoi_ne } +ceridwen_female = { Ceridwen Cie_re_ve_ne Ge_reui_ne } +cerie_female = { Cerie Cerys Cie_re_se Cie_rie Gi_ri_e } +cicely_female = { Aziliz CE_cile Caecilia Ce_cile CecI_lia CecilI_a Cecilia Cecilie Cecily Che_chella Cicely Cie_cie_lie Cie_ciella Gegili_e Kaikilia She_shea } +clarisant_female = { Clarisant Llare_sante Lleri_ande } +claudia_female = { Ciaudza Claudia Claudie Claugia Coza Crudia Glades Gladez Golade_s Grude_a Gwladys Klaudia Llaudie Llodhi_e } +cloelia_female = { Cloelia Lln_e_lie Lloili_e } +cornelia_female = { Cn_rne_lie Corn_ella Corneli_e Cornelia Cornella Curea Curn_ella Gonneza } +decima_female = { De_cie_me Decima Gegi_me } +delyth_female = { De_lode Delyth Di_loe } +denise_female = { De_nise Deneza Deni_e Denis Denise } +dian_female = { Chuana Dian Eonnecte Gi_ene Gie_ane Gioanna Hoanna Iannia Ioan_a Ioanna Iohana Iohanna Iohanne Iouenna Iuaia Janed Jean Jeanne Jehanne Jiona Joan Joana Joanna Johanna Juana Se_ane Seonaid Sheena Shona SiA_n Sia_n SiobA_n Sioned Siunod Xoana Xuana Youenna } +domitia_female = { Dn_mizie Domige Domitia } +domitilla_female = { Dn_me_zille Domigi_lle Domitilla } +dwynwen_female = { Donn_e_ne Donoi_n Dwynwen } +elain_female = { Elain I_lene } +eleanor_female = { Aenor AliE_nor Alie_nor AlienO_r Alienn_r Alienora Alionor Azenor E_lE_onore E_le_nore E_le_onore Eilionoir Eilionora Eleanor Eleonora Eleonorka Eli_nore Elinor Elionor Ellanora Ellijnore Ellinor Leonor Leonore Lleonor Zanora } +elen_female = { Aileen E_le_ne E_le_ne2 E_lina E_line Eiena Elaine Eleina Elen Elena Elene Eli_ne Ellena Ellyn HE_lE_ne Helen HelenE_ Helena Helene Hellene Ilona Jelena Lena Liekko Olena Oleni } +elinion_female = { E_le_ne_one Eli_ni_one Elinion } +enid_female = { E_nide Eni_e Enid } +eve_female = { AibilI_n Ava Chava E_fe E_ua E_va Eba Efa Eua Eva Eve Hawwa I_fe } +fabiana_female = { Fabe_ane Fabiana Fabiene } +faustina_female = { Fauschena Fauscie_ne Faustina Fogi_ne Foshena } +flavia_female = { Flauia Flauie Flavia Floi_e Floia Phlavia } +fulvia_female = { Folui_e Folvie Fulvia } +germana_female = { Germana Germene Gie_rmane } +glaucia_female = { Glaucia Llaucie Llogi_e } +glynys_female = { Glynys Lline_s Llini_ } +gratiana_female = { Gratiana Grege_ana } +guinevere_female = { Gui_nofere Guinevere Gwenhwyfar Ve_nofare } +gwen_female = { Gui_ne Gwen Gwenn Uen Ve_ne Wenn Wenna } +gwenda_female = { Gue_ndhe Gwenda Ve_nde } +gwenillian_female = { Guene_lli_ene Gwenillian Ve_ne_lle_ane } +gwenwyn_female = { Guenoi_ne Gwenwyn Ve_nn_e_ne } +gwerfyl_female = { Guerfi_lle Gueruel Gwerfyl Ve_rfe_lle } +gwyladis_female = { Goledhe_ Gwyladis } +heulwen_female = { Heulwen Oln_e_ne Oloi_ne } +hywella_female = { Hywella O_e_lle Oi_lle } +ilud_female = { E_lode I_loe Ilud } +isabel_female = { Aaleyaamma AlZ_bEE_ta Beileag Bet E_lizabeth Egilona Eilo EisabE_u Eisabe_u ElI_sabet ElZ_bieta Elesbed Elisa ElisabE_ta Elisabe_ta Elisabet Elisabeta Elisabete Elisabeth Elisabetta Elisaued Elisaveta Elise Elisheva Eliz Eliza Elizabeta Elizabeth Elizabetha Elo Eloisa Eloise Elspeth Elzbieta ErzsE_bet Erzse_bet Exilona Eylo HE_loise He_loise Helisabeth Heloise Iebelle Ilizabith IsabE_la IsabE_u Isabe_la Isabe_lle Isabe_u Isabeau Isabel Isabela Isabella Isabelle Isobel Ispella Izabel Le_sabedda Lillias Lise Lisebet Lys Sabela Sabeza Uusbail Yelizaveta Yelizaveti Ysabel Ysabelle Ysbail Zabel } +iseult_female = { E_solte Essyllt Hersilia I_olde Iseult Isode Isolde Isotta Isoude Izolda } +iulia_female = { Giuli_e Giulia Giulie Giulla Huza Ioulia Iouliana Iuia Iuiana Iulia Iuliana Iulla Iullana Iun_a Iunia Iyana JU_lia Ju_lia Julia Juliana Julie Julienne Le_be_a Le_ui_e Le_vie Levie Libia Livia Lliuia Llivia Senioulia Yuhliya } +ladwys_female = { Ladn_e_se Ladwys Ledhoi_e } +leanor_female = { Le_anore Leanor Li_enore } +lowry_female = { Lori_e Lorie Lowry } +lucia_female = { LU_cia L_ucja LlU_cia Lleuca Loukia Lu_cia Luci_a Lucia Lucie Lucija Lucja Lugi_e Lugia Luya } +lucilla_female = { Luchera Lucie_lle Luciella Lucilla Lugi_lle Lushera } +lucretia_female = { Loukretia Lucre_zie Lucregi_e Lucretia } +lunete_female = { Lune_tte Lunete } +maelrys_female = { Maelrys Mare_se Meri_e } +mair_female = { MA_ire MA_ria MO_r Ma_ire Ma_ria Maike Maior Mair Mairi MarI_a Mara Maraja Mare Mare_a Mareike Mari Mari_a Maria Mariam Mariami Marie Mariham Marija Mariyam Mary Maryam Mayor Mere Miara Miriam Miryem Mor Morag } +marcella_female = { Marcella Marchell Marchera Marcie_lla Marcie_lle Margelle Marshera } +margaret_female = { MA_irgred Ma_irgred Maisie Marared Marc'harit Margalida Margalit Margalita MargarE_ta Margarait Margare_ta Margare_te Margaret Margareta Margarete Margaretha Margarid Margarida Margarita Margerede Margherita Margred Margrete Margrethe Margrud Marguarite Marguerite Maryareda Peigi } +martina_female = { Marchena Margi_ne Marshena Martina Marzie_ne Muertina } +marwenna_female = { Maruenne Marve_nne Marwenna } +matilda_female = { Mafalda Magilda Mahalta Mahaut Mahthildis Mathilda Mathilde Matild Matilda Matilde Matylda Maud Mauda Mautild Mawd Maze_lde Mechthild Mege_ldhe } +melisende_female = { ME_lisande ME_lisende Me_le_sante Me_lisande Me_lisende Meiesa Mele_ande Mele_ssa MelisE_nda Melisant Melise_nda Melisende Melissa Mellesa Milisendis } +morgan_female = { Morgan Morgana Morgane Morgene } +morgause_female = { Mn_rgause Morgause Morgoe } +myrien_female = { Me_ri_ene Me_rie_ne Myrien } +nefyn_female = { Ne_fine Nefi_ne Nefyn } +nerva_female = { Ne_rve Nerue Nerva } +norwenna_female = { Nn_rve_nne Norue_nne Norwenna } +nwylle_female = { Noe_lle Noi_lle Nwylle } +octavia_female = { I_doi_e Octavia Optauia Ostabia U_toia Uptavia } +olwen_female = { O_lve_ne Olui_ne Olwen Uluen } +owena_female = { Eugenia Eugenie Euginia O_ve_ne Oui_ne Owena Uuena } +paula_female = { Bula Paola Paula Paule Paura Pole Pora Pula Puola } +petronia_female = { Patron_e Pe_tronie Petron_a Petroni_e Petronia Petruia } +priscilla_female = { Pri_gille Priscie_lle Priscilla Prisisilla Senpriskos } +ralla_female = { Ralla Ralle Relle } +rowena_female = { Rn_ve_ne Rovi_ne Rowena } +sabina_female = { Gebi_ne Sabaeina Sabe_ne Sabena Sabene Sabina Sensabeinos Tsabine } +sara_female = { Here SA_ra Sa_ra Sara Sarah Saramma Sare Sarit Sarra } +sarlinna_female = { Harle_nne Sarle_nne Sarlinna } +saturnina_female = { Getorni_ne Satornine Saturnina } +seren_female = { Heri_ne Se_re_ne Seren Serena Serenne Sherena Sie_rena } +severina_female = { Geui_rin Se_ve_rine Severina Sheuerena Sie_verina } +sibyll_female = { Hi_bille Sibyll } +susanna_female = { Saisana Shoshana Shoshannah Sosamma Sousanna Susan Susan_a Susana Susanah Susanna Susanne Sushaia Suzana } +tacitus_female = { Tacitus Tegi_de } +tullia_female = { Tolli_e Tollie Tullia } +valeria_female = { Balere_a Baleria Gueleri_e Thinvalerios Uaiera Ualleria Vale_rie Valeria Valerja Valleria } +veneva_female = { Gueni_ue Ve_ne_ve Veneva } +viola_female = { Gui_ole Iolanthe Ioulanda Jolanta Vailence Valence Valentia Ve_n_le Viola Violande Violant Violante Violent Violeta Yolanda Yolande } +virginia_female = { Gue_rgi_nie Virgina Virginia } +abdmelqart_male = { Abdemelgar Abdmelqart Addemeryar } adrian_male = { Adran Adrany Adreanu AdriA_nu Adrian Adriane Adriano Adrianos Adrianu Adrianus Adrien Atrianus Dre_anu Hadrian Hadrianus } aegidius_male = { Aegidius Aidio Chil E_dzhedzui Egidio Egidius Egidziu Gil Giles Gilles Ie_zhezy Xil Ye_dze_u } aemilius_male = { Aemilius E_mallu E_mellui Emil Ie_meiy Imiliu Me_le_u Yemelyan } aetius_male = { Aetios Aetius E_ciu E_te_ E_tsui Edze_u Etziu Ie_sy } alaric_male = { Alar Alaric Alarich Alaricho Alarigu Alrico Lare_yu } albinus_male = { Albinu Albinui Albinus Albiny Arbe_nu } -albus_male = { Alb Albo Albu Albui Albus Arbu Ialby Jualb } -alexander_male = { Aie_ushandre Alastair Ale_sandre_ Alecuandur Aleksandar Aleksander Aleksandr Aleksandre Ales Alesandre Alescandru Alessandro Alexander Alexandr Alexandre Alexandros Alexandru Alisander Alissandru Alixandre Alle_psandre_ Allepsandri Allisander Chaandy Eleandre Eskander Iskander Iskender Iskinder Lesha_dru Lissandru SA_ndor Sa_ndor } -ambrose_male = { Abbolsu Abbrosiu Ambbrogghiu AmbrO_su Ambrogio Ambroise Ambros Ambrose Ambroshui Ambrosio Ambrosius Ambroso Ambroz Ambrushy Amrus E_me_ris Emrys I_me_ri } anastasius_male = { Anaschashy Anastashui Anastasio Anastasios Anastasiu Anastasius Anastastios Nastase_u } andrew_male = { A_dela Anderjs Anders AndrA_s AndrE_ AndrE_s Andra_s Andre Andre_ Andre_s Andrea Andream Andreas Andrei Andreotto Andreu Andrev Andrew Andri Andria Andriai Andrias Andrija Androus Andrzej Annirea JE_drzej Jedrzej OndR_ej Ondrej } anicius_male = { Aieshy An_echui An_eciu Anicius Anigiu Ne_u } annius_male = { An_ui Anne_u Annias Anniu Annius Iaiy } antalas_male = { A_dala Antala Antalas } antiochos_male = { A_dze_oggu Antiochos Antiokhos Antzioccu } -antoninus_male = { A_done_nu Andolin Annwn AntO_ni Anthony Antn_nino Anto_nio Antoine Antoinus Anton Anton_inui Anton_u Anton_ui Antoni Antoni_n Antonin Antonine Antonineh Antonino Antoninu Antoninus Antonio Antonios Antoniotto Antoniu Antonius Antonolo Antouni Antuiy Antun_inu Antun_iny Antune Antuninu Antuone } apuleius_male = { Apuleius Apullu Buzu } arcadius_male = { Arcadius Arcadzui Arcagiu Archazy Argad Argadiu Aryade_u } arzoccu_male = { Arsogu Arzoccu Assoyu } athanaric_male = { Atanarigu Athanaric Tanare_yu } augustine_male = { Agostino Aguastin Agustin AugustI_n Augusti_n Augustin Augustine Austinu Ugustinu Yuste_nu } -aurelius_male = { Aure_le_o Aurelio Aurelios Aureliu Aurelius Aurellu Aurellui Aurely Aureo_l Aureolo Aureolus Auriol Awrehli Oreiy Orele_ Oreliu Rezu Urellu } baraket_male = { Baraket Bargetu Baryedu } bartholomew_male = { Bardolomeu BartO_lu BarthE_lE_mi Barthe_le_mi Bartholemi Bartholomaeus Bartholomaios Bartholomeo Bartholomeus Bartholomew Bartol Bartolomeo Bartolomeu Bartolomeus Bartolu Bartomeu Bartoromeui Bartosz BartoumiE_u Bartoumie_u Barturumey Bertelemi Buartol Talmai Tolmai Tulmay } barumini_male = { Barume_ne_ Barumini } @@ -32,7 +331,6 @@ binmelqart_male = { Be_mmeryar Bimmelgar Binmelqart } boccius_male = { Bocciu Boccius Bogge_u Boqqi } boniface_male = { BoN_cza Bonaye_u Boncza Boniface Bonifacio Bonifacius Bonifagiu Bonifazio Bonifaziu } bonnannaro_male = { Bonnannaro } -caecilius_male = { Aksel Aksil Caecilius Cecily Cegillu Che_chellui Cie_ciellu Cie_cileo Ge_gile_ Ge_ye_zu Kaikilios Ke_kili She_sheiy } capussa_male = { Capussa Gabussa } carcasan_male = { Carcasan Cargasanu Garyasanu } caspar_male = { Caspar Casparru GA_spA_r Ga_spa_r Gaspare Gasparru Jaspar Kaspar } @@ -41,14 +339,11 @@ cipare_male = { Cipare Cipari Ge_bare_ } claudius_male = { Ciaudzui ClA_udiu Claude Claudio Claudius Claugiu Cozy Crudiu Glywys Grude_u Klaudios Klaute } clemens_male = { ClamenC_ Clamenc_ Clemen Clemence Clemens Clement Clemente Clemiant Climent Climenti Cremen Crementziu Grem?dze_u Gremedze_u Gremen Klemes Kliment } comita_male = { Comita Gome_da Gomita } -constantine_male = { Castantin Caunstantin CausantI_n Causanti_n Cn_sce_nino Coge_nin ConstantI_n ConstantI_nu Constanti_n Constantin Constantine Constantino Constantinui Constantinus Costantin Costantinu Cunschantiny Cunstantinu Custantinu Custennin Custentin GosantI_nu Gosdantin Gosta_de_nu Guantine Konstantin Konstantine Konstantinos } -cornelius_male = { Caurnel Cn_rne_le_o Corn_ellui Cornele_ Cornelio Corneliu Cornelius Cornellu Cornely Cureiy Curn_ellu Curneliu Gonnezu Kornel Kornelios } corona_male = { Corona Gorona } cosmas_male = { CO_simu Cosimo Cosma Cosmas GO_samu Gossa Kosma Kosmas Koz'ma Koz_ma ZO_simu } crassus_male = { Crassu Crassus Crasui Crasy Grassu } cusaila_male = { Cusaila Cusila Guse_la } cutzinas_male = { Cutzina Cutzinas Gudze_na } -daniel_male = { Danail Dane_l Danelu DaniE_l Danie_l Daniel Danieli Daniil Danilo Danilu Daniyel Daniyyel Danyal Deiniol Deniel Ge_neol Gie_niolo Taniel } diocletianus_male = { De_ogredze_anu Diocletianus Diocretzianu Diucletianu Zhocllechanui Zhuceshany } diodorus_male = { De_odoru Diodoru Diodorus Diyodoreh Zhodorui Zhudury } dominic_male = { DomE_nico Dome_ne_yu Dome_nico Domenico Domenigo Domienco Domingo Domingu Dominic Dominigu Dominik DumI_nicu } @@ -77,7 +372,6 @@ gelimer_male = { Gelimer Gelimeru Yele_meru } genseric_male = { Genseric Gesserigu Yessere_yu } gisalic_male = { Gaisalaiks Gisalic Gisaligu Ye_sale_yu } gitimelu_male = { Gitimelu Ye_de_melu } -gratianus_male = { Grachanui Gradze_anu Grashany Gratianu Gratianus Gratzianu Graze_ano Grege_an } gregory_male = { Gigurum Giric Greger Gregers Grego_rio Gregor Gregoras Gregore Gregorio Gregorios Gregoriu Gregorius Gregory Grgur GrigO_riu Grigoli Grigor Grigore Grigori Grigorii Grigoris Grigoriu Grigoriy Grore_u Grwgari Grygor Grzegorz Jerjer } guenfan_male = { Guenfan Guenfanu Yueffanu } gundemar_male = { Gudemar Gundemar Gundemaro Gundemaru } @@ -87,7 +381,6 @@ heracles_male = { E_rcollu Eracliu Erclwf Ercole Ercullu Ercullui Ercuy Erekle E herman_male = { Armando Armannu Emmanu Ermannu Ermanu Herman Hermann } hilderic_male = { E_rrere_yu Hilderic Idderigu } hilderith_male = { E_rrere_du Hilderith Idderidu } -hugh_male = { A_ed A_edA_n A_eda_n Aedan Aeddan Aethon E_dano Edhan Hoe_l Hug Huges Hugh Hugo Hugues Huw Uc Ugo Ugolino Ugone Ugonino Ugu Uguccione Uguccionello Ugues Yu } hunawilja_male = { Hunawilja Nue_za Unuilla } huneric_male = { Huneric Nereyu Unerigu } igider_male = { Igider Igideru Yederu } @@ -97,24 +390,18 @@ jacob_male = { Akiba Akiva Chaacko Chaime DI_dac Diaco Diago Diego Diegu Diogo G jerome_male = { Gierominu Herome_nu Jerome } john_male = { Chuan Eon Gian Giano Giohanne Giovanni Giuanne Giuvanni HanuS_ Hanus Hoanne Hovhannes IO_annE_s Iain Iannes Iehan Ieuan Io_anne_s Ioan Ioan_i Ioane Ioann Ioannes Iohannes Iohannis Iouan Iuan Iuani Iuanne Ivan IvaniS_ JA_nos Ja_nos Jan Janis JanisL_aw Janislaw Janko Janos Janusz Jean Jehan Jehane JoA_o Joa_o Joan Joanes Joannes Johan Johann Johannes John Jon Jovan Juan Juanne Juvven Nanino Oanu SeA_n Sea_n SeoA_n Seoa_n Sian Vanni XoA_n Xuan Yahya Yann Yayyo Yochanan Yohance Yohanna Yohannaan Yohannan Youkhanna Yovhannes Yovxan Yuhanna Yunanis Zanino } joseph_male = { Giosefu Giuseppe Giuseppi Hoseu Hovsep Iosef Iosep Ioseph Iosephus JO_zef JO_zsef Jo_zef Jo_zsef Jose_ Joseph Josif Josip Jozef Yosef Yosip Yousef Youssef Youssouf YuC_uf Yusif Yusuf Zuseppe } -julian_male = { Chulia_n Eiouliane Giuli_ Giuliano Giulianu Giulio Giullanu Giullu Huzanu Huzu Ioueanui Iouli Ioulianos Ioulios Iovianus Iueany Iulianus Iulius Iullanu Iulleanui Iullu Iullui Iun_ui Iunius Iuveanu Iuy Jiolian Ju_lio Jules Julia_n Julia_o Julian Julien Julius Juliusz Juw Olban Silin Sulgen Sulian Sulien Tysilio Ulyan Yuli } justin_male = { Gestin Giustinu Hustenu_ Iestan Iestyn Ioustinos Iustinu Iustinui Iustinus Iustiny Justin } justinian_male = { Giustiniano Giustinianu Huste_ne_anu Ioustinianos Iuschen_eanui Iusheieany Iustien_anu Iustinianus Justinanius Justinian Justinien Stinian } kyprianos_male = { Ciprianu Ge_bre_anu Kyprianos } laurence_male = { Laorans Lars LaurE_nC_ Laure_nc_ Laurence Laurentios Laurentiu Laurentius Laurentsui Laurentu Laurentz Lauri LloriA_n Lorens Lorensy Lorenz Lorenzo LourenC_o Lourenzo Lur?dze_u Lurentziu Lurenzu Lurudze_u Wawrzyniec } leontius_male = { Iunsy Leo_dze_u Leontios Leontius Leontziu Lionce Llonciu Llontsui } -lucas_male = { Alois Alvise Clydog L_ukasz Lajos Lles LluI_s Lluis LoI_s Lodewijk Lodovico Loeiz Loi_s LouI_s Loui Louis Loukas Loukios Loys Lucas Luchui Lucian Lucien Lucio Luciu Lucius Lucjan Ludovico Luduvicu LudvI_k Ludvig Ludvik Ludwig Luga Lugi_ Lugiu Lui_s Luiggi Luigi Luis Lukaz Luke Luki Lukose Luqi Lushy Luya Luye_u } magnus_male = { Ma_uny MagnU_s Magne Magnos Magnus Mamnu Mamnui Mannu Megistos } -marcellus_male = { Marcello Marcellus Marcherui Marcie_llo Marcie_llu Margelle Margellu Markellu Marshery Martzel Maryezu } -marius_male = { Mare_ano Mare_anu Mare_u Mari Marian Mariane Mariano Marianos Marianu Marianus Marien Marin Marino Marinos Marinu Marinui Marinus Mariny Mario Marios Mariu Mariui Marius Me_rin_no Meirion Meri_ Meri_an Mi_ri_on Miary } -mark_male = { MA_rk Ma_rk Marc Marcas March Marchell Marchus Marco Marcu Marcui Marcus Marek Margh Margos Margu Mark Marko Markos Markose Marku Markus Marqeh Maryu Miarcy Morcar } martin_male = { MA_rton Ma_rton Maertijn Marcin Marde_nu MartI_n Marthin MartiN_o Marti_n Martila Martim Martin Martine Martinho Martino Martinos Martinu Martinui Martinus Martiny Marzhin Merten Mertinus Muerten Myrddin } masguinu_male = { Mascuinu Masguinu Mashue_nu } masuna_male = { Massuna Masuna } matthew_male = { MA_tyA_s MaC_ko Ma_tya_s Maciej Macko Maddeu Mads Mafeo Maffeo Mahuis Mapheo Matei Matej Mateu Mateusz Matfei Math Mathaios Matheo Mathias Mathieu Maththias Matias Matija Matiya MatouS_ Matous Mats Matta Mattanyahu Matte Matteo Matteu Matthaeus Matthaios Matthew Matthias Matti Mattia Mattithyahu Mattityahu Mattu Mazhe } maurus_male = { Maurus Mouro Muru } maximilian_male = { Mascimillanu Mashe_me_zanu Maximilian } -maximus_male = { Ma_usemy Macsen Maisme Maksineh Mapsemu Mapsemui Mascimu Mashe_mu Masse_mo Massen Massimo Massimu Maximos Maximus Mehe_m } mazigh_male = { Maze_yu Mazigh Mazigu } mercurius_male = { Mercurius Merguriu Merkoure Merkourios Merquri Meryureu } metaxas_male = { Medasha Metasca Metaxas } @@ -122,11 +409,9 @@ michael_male = { Me_ggelu Me_yale_ Micael Miccelu MichaE_l Michae_l Michael Mich mugedi_male = { Mugedi Muyede_ } nicholas_male = { Cailean Calum Claes Claus Colin ColmA_n Columb MikoL_aj MikolA_S_ Mikola_s Mikolaj MikulA_S_ Mikula_s Ne_yola Nicaul NiccolO_ Niccolino Nicholas Nicholaus Niclaes Nicolas Nicolau Nicolaus Nicoleto Nicolino Nicolo Niels Nigola Niklas Nikola Nikolaj Nikolaos Nikolaus Nikolaz Nikolitu Nikolitza Nikoloz Nils } nubel_male = { Nubel Nubelu } -octavianus_male = { Guitoien I_doi_an Octaviano Octavianus Odduyanu Oitaue_ano Optaueanui Ottuianu U_toeany Uptaveanu } oduulf_male = { Dulu Odulfu Oduulf } ovida_male = { Be_du Obidu Ovida } pascal_male = { Bashalu Pascal Pascale Pascalu Paschal Paskhales Pasquale Puoskal } -paul_male = { Boghos Bulu PAAl PA_l PA_ulu PO_l Pa_l Paavo Paol Paolino Paolo Paul Paule Paulo Paulos Paulose Paulu Paulus Paurui Pavel Pavle Pavlos PaweL_ Pawel Pawl Pol Pory Pulu Puol } peregrinus_male = { Beregre_nu Peregrineh Peregrinu Peregrinus } peter_male = { Bedros Berru Boutros Cephas Cephus PE_ire PE_r PE_ter Pathrose Pe_ire Pe_r Pe_ter Peder Pedr Pedro Pedru Pedur Pere Pero Perrot Petair Petar Peter Petr Petre Petri Petro Petros Petru Petruccio Petrus Piar Piarres Pier Pierre Pieter Pietro Piotr } pirillu_male = { Be_re_zu Pirillu } @@ -136,7 +421,6 @@ porcellu_male = { Boryezu Porcellu Porgellu } pretu_male = { Bredu Pretu } ptolemaios_male = { Ptole Ptolemai Ptolemaios Tolemeu } pupa_male = { Buba Pupa } -quintus_male = { Centui Centy Cind Cintu G?du Gudu Koi_ntos Quintius Quinto Quintus Qwinteh } raphael_male = { Arrae_l RafaEl Rafael Rafaello Raphael Raziel } recared_male = { Recared Regaredu Reyaredu } roderick_male = { Arrodere_yu Errodrigo Ludriqh Rhodri Rhydderch Roderic Rodericho Roderick Roderigu Roderissus Rodric Rodrigo Rodrigu Roi Rory RuaidrI_ Ruaidri_ Ruairi Ruatirch Ruderik Rudri Rui } @@ -159,7 +443,6 @@ solomon_male = { Saleban Salemon Salmama Salman Salomon Selevan Selyf Shlomo Sol stephen_male = { E_tienne Eappen EstE_banu EstE_vA_o EstE_ve Este_va_o Este_ve Esteban Estefen Estevo Estienne Estiennot IstE_vene Isteban IstvA_n Istva_n StE_fanu Steanu Stefan Stefano Stefanu Stefanus Stefen Steffen Stepan Stepannos Stepanos Stepanoz Stephan Stephanos Stephanus Stephen Steven Sthepan Stjepan Szczepan } suinthila_male = { Su?de_la Suinthila Suintila Sunde_la } symmachus_male = { Shemiacy Shemmacui Simachu Simmaccu Simmacu Simmaggu Symmachos Symmachus } -tacitus_male = { Tace_to Tacet Tachetui Tacietu Tacitus Tagitu Tashety Taye_du Tegi_d } theodore_male = { Addai DE_tR_ich Detrich Diederick Diederik Dietrich Dirk Dytryk Feodor Taddai Taddeo Tadduccio Tadeusz Tadros Tedore Teoderico Teoderik Teodor Teodore_yu Teodorigu Teodoro Teodoru Teudar Teudaric Teuderic Teudoc Teudric Teudur Tewdrig Tewdwr ThE_odoric ThE_tore Thaddeus Thadeosi TheodO_ros Theoderic Theoderich Theodericus Theodo_ros Theodore Theodoric Theodorich Theodoricho Theodoros Theodorus Theuderic Thiaddi Thierry Thiudareiks Thoros TiE_rri Tie_rri Tiudoru Tiuduricu Tudor Tudual } theophanos_male = { Teanu Teofanu Theophanos } thomas_male = { Ta'mhas Ta_mhas Tam Tam'as TamA_s Tam_as Tama_s Taumas Th'amhais Th_amhais Thoma Thomas Tohmas TomA_s Toma Toma_s Tomas Tomaso Tomassu Tomasz Tommaso Tommasu Tomo Tomos Touma Toumas Tovmas Tumasi } @@ -171,7 +454,6 @@ totila_male = { Tode_la Totila } trajan_male = { Talyanu Tragianu Traiane Traianos Traianu Traianus Traien Trajan Tre_anui Tre_any } ursus_male = { Orso Orson Ursion Urso Ursu Ursus } vandalarius_male = { Ba_dalare_u Bandalariu Vandalarius } -victor_male = { Be_ddor Biktor Bittor Pabiktor Ue_utru Ueptro Ugere Uther Uthyr Uzie_ro Veptur Vetoir Victor Viktor Viktour Vittaur Vittore Vittorio Vittoriu Wecta } vincent_male = { Be_gg?dze_u Be_ggedze_u Biccentziu C_enE_k Cenek Pizente VicenC_ Vicenc_ Vicente Vincenne Vincent Vincenzo Vinsant Vissente Wincenty } vivianu_male = { Be_be_anu Bibianu Bibianus Vivianu } walja_male = { Balla Baza Walja } @@ -192,7 +474,6 @@ amatashtart_female = { Amatashtart Amatasta Madasta } amira_female = { Amir Amira Me_ra } amirasoia_female = { Amirasia Amirasoia Me_rassa } angelica_female = { Aggele_ya Andzhelleca Angelica Angeliga Angelike Anzheca } -anna_female = { A_gnes A_ine AgnE_s Agne Agne_s Agne_se Agnes Agnese Agnez Agnieszka Aignes AinE_s Aine_s Aines Ana Anah Anna Annah Annamma Anne Anne_se Anne_ste Annes Annest Annick Auni Channah Ennesde Enni_e Hannah Iana InEEs InE_s Ine_s Ines Nest Nesta Oanez Uunis } antonia_female = { A_done_a Antoinette Anton_a Anton_e Antonia Antonie Antoniya Antuia Antunja Antuonja } aquilia_female = { Acea Acella Aciella Acilla Aquilia Ge_za } astragundia_female = { Astragundia Stalyude_a } @@ -212,24 +493,18 @@ bitnima_female = { Be_nne_ma Bitnima } bitoria_female = { Be_dore_a Bitoria } brunhilda_female = { Brune_rra Brunechildis Brunhilda Brunhilde Brunidda Brunilde } candida_female = { Candeda Candida Candieda Ga_de_da } -cassia_female = { Casha Casie Cassia Chasha Gasse_a Gi_e Kasia Tkasia } cederina_female = { Cederina Gedere_na } cenosinda_female = { Cenosinda Genos?da } christina_female = { Christina Christine CrI_stina Creschena Creshena Cri_stina Cristen Cristin Cristina Gre_ste_na Khristina Kirstin KristY_na Kristen Kristiina Kristina Kristyna Krisztina Krystyna } -claudia_female = { Ciaudza Claudia Claudie Claugia Coza Crudia Glades Gladez Golade_s Grude_a Gwladys Klaudia Llaudie Llodhi_e } constantia_female = { Caunstantina ConstA_ncia Consta_ncia ConstanC_a Constanc_a Constance Constancie Constansa Constantia Constantina Constantsa Constantsena Constanza Costantia Costanza Cunschansa Cunschansena Cunstancia Cunstantina Gosta_de_a Konstancia Konstancie Konstancja Konstansja Konstantia Konstantina Konstantine Konstantzia Konstanza Konstanze } -cornelia_female = { Cn_rne_lie Corn_ella Corneli_e Cornelia Cornella Curea Curn_ella Gonneza } cosima_female = { Coshema Cosima Cushema Gose_ma } crispina_female = { Crespena Crespina Crespine Crispina Gre_spe_na } diana_female = { De_ana Diana Zhana } dihya_female = { Dame_a Damia De_a Dihia Dihya } domina_female = { Dome_na Domina Domna Du_na } drusilla_female = { Drousilla Drushera Drusiella Drusilla Ruse_za } -eleanor_female = { Aenor AliE_nor Alie_nor AlienO_r Alienn_r Alienora Alionor Azenor E_lE_onore E_le_nore E_le_onore Eilionoir Eilionora Eleanor Eleonora Eleonorka Eli_nore Elinor Elionor Ellanora Ellijnore Ellinor Leonor Leonore Lleonor Zanora } elissa_female = { Elissa Le_ssa } -elizabeth_female = { Aaleyaamma AlZ_bEE_ta Beileag Bet E_lizabeth Egilona Eilo EisabE_u Eisabe_u ElI_sabet ElZ_bieta Elesbed Elisa ElisabE_ta Elisabe_ta Elisabet Elisabeta Elisabete Elisabeth Elisabetta Elisaued Elisaveta Elise Elisheva Eliz Eliza Elizabeta Elizabeth Elizabetha Elo Eloisa Eloise Elspeth Elzbieta ErzsE_bet Erzse_bet Exilona Eylo HE_loise He_loise Helisabeth Heloise Iebelle Ilizabith IsabE_la IsabE_u Isabe_la Isabe_lle Isabe_u Isabeau Isabel Isabela Isabella Isabelle Isobel Ispella Izabel Le_sabedda Lillias Lise Lisebet Lys Sabela Sabeza Uusbail Yelizaveta Yelizaveti Ysabel Ysabelle Ysbail Zabel } ermesinda_female = { Emmes?da Ermenisinda Ermesenda Ermesinda Ermessenda Ermessentz Ermessinde Ermisenda Hermesenda Hermesinda Hermessent } -eva_female = { AibilI_n Ava Chava E_fe E_ua E_va Eba Efa Eua Eva Eve Hawwa I_fe } fausta_female = { Fausta Fosta Fusta Husta Phausta } felicula_female = { Feiecura Felicula Feligula Fellecura Hele_yula Pheliqula } flacilla_female = { Flachera Flaciella Flacilla Flashera Fragilla Rage_za } @@ -245,28 +520,21 @@ gordiana_female = { Gordiana Gorzhana Gurdiana Gurzhana Yorde_ana } gratzia_female = { Gradze_a Gratzia } guisiana_female = { Guisiana Yue_ssana } guraya_female = { Guraya Gurea Yurea } -helen_female = { Aileen E_le_ne E_le_ne2 E_lina E_line Eiena Elaine Eleina Elen Elena Elene Eli_ne Ellena Ellyn HE_lE_ne Helen HelenE_ Helena Helene Hellene Ilona Jelena Lena Liekko Olena Oleni } hippolyta_female = { E_bbole_da Epolleta Epuieta Hippolyta Ippolita } honoria_female = { Honoria Honorie Nore_a Onoria Unoria Unura } honosinda_female = { Honosinda Nos?da Onosinda } hortensia_female = { Hortensia Hortensie Orchensha Ordessa Ortessia Urshensha Urtiensia } imashtart_female = { Imashtart Imastarte Mastarde } ingitrude_female = { E_ggedulda Ingitruda Ingitrude } -joan_female = { Chuana Dian Eonnecte Gi_ene Gie_ane Gioanna Hoanna Iannia Ioan_a Ioanna Iohana Iohanna Iohanne Iouenna Iuaia Janed Jean Jeanne Jehanne Jiona Joan Joana Joanna Johanna Juana Se_ane Seonaid Sheena Shona SiA_n Sia_n SiobA_n Sioned Siunod Xoana Xuana Youenna } -julia_female = { Giuli_e Giulia Giulie Giulla Huza Ioulia Iouliana Iuia Iuiana Iulia Iuliana Iulla Iullana Iun_a Iunia Iyana JU_lia Ju_lia Julia Juliana Julie Julienne Le_be_a Le_ui_e Le_vie Levie Libia Livia Lliuia Llivia Senioulia Yuhliya } lamia_female = { Lame_a Lamia Lamiya } licinia_female = { Ieshea Le_ne_a Licinia Liginia Llechen_a Llecien_e } -lucia_female = { LU_cia L_ucja LlU_cia Lleuca Loukia Lu_cia Luci_a Lucia Lucie Lucija Lucja Lugi_e Lugia Luya } luxuria_female = { Lu_sura Lupsuria Luscuria Lushure_a Luxuria } magdalena_female = { Madalena Maddalena Magda Magdaena Magdaleine Magdalena Magdalene Magdallena MagdelE_ne Magdolna Majdala Matilin Muadalena } marca_female = { Marca Marga Marya } -margaret_female = { MA_irgred Ma_irgred Maisie Marared Marc'harit Margalida Margalit Margalita MargarE_ta Margarait Margare_ta Margare_te Margaret Margareta Margarete Margaretha Margarid Margarida Margarita Margerede Margherita Margred Margrete Margrethe Margrud Marguarite Marguerite Maryareda Peigi } -maria_female = { MA_ire MA_ria MO_r Ma_ire Ma_ria Maike Maior Mair Mairi MarI_a Mara Maraja Mare Mare_a Mareike Mari Mari_a Maria Mariam Mariami Marie Mariham Marija Mariyam Mary Maryam Mayor Mere Miara Miriam Miryem Mor Morag } mariane_female = { Mare_ane Mariane } marisa_female = { Mare_sa Marisa } markunda_female = { Margunda Markunda Maryuda } matrona_female = { Madolna Madru Madrun Matrona Matrone Matruna } -melissa_female = { ME_lisande ME_lisende Me_le_sante Me_lisande Me_lisende Meiesa Mele_ande Mele_ssa MelisE_nda Melisant Melise_nda Melisende Melissa Mellesa Milisendis } messalina_female = { Me_ssallina Mesaena Mesallena Messale_na Messalina } monica_female = { Mone_ya Monica Moniga } natalie_female = { Nachaia Nadale_a Naduala NatA_lia Nata_lia Natalia Natalie Natalla } @@ -275,7 +543,6 @@ nivatora_female = { Ne_badora Nibatora Nivatora } olympia_female = { Le_bbe_a Olippia Ollempia Olympia Uiempia } padulesa_female = { Badulesa Padulesa } palatina_female = { Balade_na Palatina Parachena Parashena } -paula_female = { Bula Paola Paula Paule Paura Pole Pora Pula Puola } peregrina_female = { Beregre_na Peregrena Peregrina } petra_female = { Berra PE_ronelle Pe_ronelle PeironE_la Peirone_la Peironela Pernelle Pernilla Peronella Peronelle Petra Petronila Petronilha Petronilla Piara Pieternelle } petrenella_female = { Bedelneza Petrenella } @@ -291,14 +558,12 @@ reciberga_female = { Arreye_berya Reciberga Regiberga } rosa_female = { Arrosa RO_zsa Ro_zsa Rosa Rose Ruosa Rusa } roxana_female = { Arroshana Ropsana Roscana Roxana Ru_shana } rusticiana_female = { Rustechana Rusteshana Rusticiana Rustieciana Rustigiana Urruste_ana } -sarah_female = { Here SA_ra Sa_ra Sara Sarah Saramma Sare Sarit Sarra } sardinia_female = { Sarde_ne_a Sardea Sarden_a Sardinia } sidonia_female = { Se_done_a Sidonia } silvia_female = { Se_rbe_a Selvie Sheluia Silvia Sirbia } siseguntia_female = { Se_seyude_a Siseguntia } sophia_female = { Saufija Soe_a Sofi Sofia Sofie Sofija Sohvi Sophia Sophie Z_ofie Zofia Zofie ZsO_fia Zso_fia } stephania_female = { EstefA_nia Estefa_nia EstefanI_a Estefani_a Estefania Estefenete Estevainha Estienette StE_phanie Ste_fanie Ste_phanie Steane_a Stefana Stefania Stefanie Stephania Stephanie } -susan_female = { Saisana Shoshana Shoshannah Sosamma Sousanna Susan Susan_a Susana Susanah Susanna Susanne Sushaia Suzana } tabitha_female = { Tabatha Tabby Tabe_dda Tabetha Tabitha Tabitta } tadefi_female = { Tade_a Tade_fi Tadefia } tajeddigt_female = { Tagieditta Tahede_dda Tajeddigt } @@ -307,7 +572,6 @@ theodora_female = { Chodora Feodora Shudura Teodora ThE_odora Theodora } thiyya_female = { Te_a Thiyya Tia } titiana_female = { Te_dze_ana Techana Teshana Tietiana Titiana Titiane Titziana } uistrilo_female = { Be_ste_za Bistrila Uistrilo } -valeria_female = { Balere_a Baleria Gueleri_e Thinvalerios Uaiera Ualleria Vale_rie Valeria Valerja Valleria } vera_female = { Bera Uera Vera } victoria_female = { Be_ddore_a Bittoria Ue_utura Ueptoria Veptoria Vetoirie Victoria Vittaurja } viviana_female = { Be_be_ana Bibiana Uiuiana Vivian Viviana } @@ -367,7 +631,6 @@ adama_female = { Adama Adhama } addaueina_female = { Addaueina } addaues_male = { Addaues } addiena_female = { Addiena } -ade_female = { Ade Adhe } adelaide_female = { AdalaI_da AdalaI_de Adalai_da AdelaI_da Adelaida Adelaide Adelais Adelheid Aleydis Elke } adelasia_female = { Adelasia } adelchis_male = { Adelchis } @@ -384,7 +647,6 @@ adgenos_male = { Adgenos Agen } adhama_male = { Adhama } adhola_male = { Adhola } adia_female = { Adia } -adiarius_male = { Adiarius Age_are_o Egeare_ } adias_male = { Adias } adiatullos_male = { Adiatullos Adiatullus } adiega_female = { Adiega Agege } @@ -405,22 +667,16 @@ aduei_female = { Aduei } adut_female = { Adut } aelflaeda_female = { AE_lfflae_d AE_lflae_da } aelflaeda_female = { E_lfflE_d E_lflE_da } -aelia_female = { AE_lia AlaI_s Alai_s Alais Alausia Ale_se AliC_ Alic_ Alice Alicia Alijse Alis Alisce Alisia Alitz Alix Allust Alys Anleta E_le_de E_lie Eli_e Heledd } aelianus_male = { Aelianus Ayliyaneh } aelius_male = { Aelius Aliau } aelius_male = { Elio } -aelwyd_female = { Aeluit Aelwyd E_ln_e_te I_loi_de } -aemilia_female = { AE_milia E_me_lie Emili_e } aemilianus_male = { Aemilianus E_mellanu E_melleanui Emilio Ie_meany Milianus } -aeronwen_female = { Aeronwen E_rn_nn_e_ne E_ronoi_ne } -aeronwy_female = { Aeronwy E_rn_nie E_roni_e } aeta_female = { Aeta } aethelfred_male = { Aethelfred Edylfred } aethelreda_female = { AE_thelrae_da AE_thelreda AE_thelthryth } aethelreda_female = { E_thelrE_da E_thelreda E_thelthryth } aethelwold_male = { AE_thelweald AE_thelwold } aethelwold_male = { E_thelweald E_thelwold } -aetius_male = { AE_tius E_ge_ E_ze_o } afiya_female = { Afiya } afrasiyab_male = { Afrasiyab Efrasiyab } afshar_male = { Afshar EfS_er Efs_er } @@ -438,15 +694,12 @@ aglaos_male = { Aglaos } agnello_male = { Agnello } agoro_male = { Agoro } agothyathik_male = { Agothyathik } -agrafin_male = { Agrafin Agraue_no Agraue_no2 Agravain Arroen Arroi_n } agrantona_female = { Agrantona Grantonne } -agrippa_male = { Agre_pe Agrippa Erre_pe } agutu_female = { Agutu } ahha_male = { Ahai Ahha } ahinoam_female = { Achinoam Ahinoam } ahmad_male = { Ahmaad Ahmad Ahmed Ahmedu Axmed Ehmed } aia_female = { Aia Aiu E_he } -ailleann_female = { Ailleann E_le_ane Eli_ene } ailred_male = { AE_thelrae_d Ailred E_thelrE_d Edryd } aineas_male = { Aineas Henea } aion_male = { Aion } @@ -480,9 +733,6 @@ akua_male = { Akua } akulo_male = { Akulo } akumu_female = { Akumu } alammon_male = { Alammon } -alan_male = { Alain Alan Alano Alanus Allan Elan } -alba_female = { Alba Albe } -albanus_male = { Albano Albanu Albanus Alben } alberic_male = { AAlvar A_lbar A_lvar A_lvaro A_lvaru Alaverru Albar Albaro Alberic Alberich Alberico Alvar Aubrey Oliba Olibia Olier Oliuer Oliver Oliverio Olivier Oliviero Olivio Oliviu } albert-atto_male = { Adalberto_Atto Alberto-Azzo } albert_male = { AE_thelberht Adalbert Adalberto Adalbertus Adalpert Adelbert Albert Albertino Alberto Albertu Albrecht Albrikt Aldabert Aldabertus Aldebert Alivertus Altpert BE_la Be_la E_thelberht Erp VojtE_ch Vojtech Wojciech } @@ -529,7 +779,6 @@ aluk_female = { Aluk } aluysio_male = { Aluysio Loysio Luysio } alvito_male = { Albito Aloito Alvito } alvor_female = { A_lvO_r AlvO_r } -alwin_male = { AE_lfwine AE_lle AE_thelwine Aelle AilpI_n Alboin Alboino Ale_n Ale_no Algwyn Alpin Alwen Alwin Alwyn Audoin E_lfwine E_lle E_thelwine Ealdwine Elfin Elpin } amadea_female = { Amadea } amadeus_male = { AmE_dE_e Amadeo Amedeo } amadeus_male = { Amadeu Amadeus } @@ -547,7 +796,6 @@ amarabhujanga_male = { Amarabhujanga Amarapuyankan } ambara_male = { Ambara Ambare } ambarrus_male = { Ambarrus Ambarui Ambiary } ambiorix_male = { Ambery Ambiorix } -ambrosinus_male = { Ambrn_sino Ambrosin Ambrosinus } amelia_female = { AmA_lia Ama_lia Amalia Amalie Amelia Amelie } amenoth_male = { Amenoth } amer_female = { Amer } @@ -599,15 +847,12 @@ angelus_male = { AN_gelos An_gelos Angelus } angus_male = { A_engus Angus O_engus Ungust Unuist } anioch_male = { Anioch Aniokhes } anna_male = { Anah } -annan_male = { Annan Annans } anniana_female = { Anniana } annianos_male = { Annianos } annikeris_male = { Annikeris } -annwyl_female = { Annwyl Anui_le Anvile } anobion_male = { Anobion } anoup_male = { Anoup } anoute_male = { Anoute } -anowed_female = { Ane_te Anowed Eni_de } anphilia_female = { Anphilia } anqarib_male = { Anqarib } anselm_male = { Anselm Anselme Anselmo Anselmu Anselmuccio } @@ -658,18 +903,13 @@ apollonia_female = { Apollonia } apollonides_male = { Apollonides Aportonides } apollonios_male = { Apollonios } apollonius_male = { Apollonius Aporon_ui Apuruiy } -apon_male = { Abon Abono Apon } apostle_male = { Apostle Papostolos } apotouros_male = { Apotour Apotouros } -appius_male = { Appe_ Appeo Appius } aquila_male = { Achilas Akyla Aquila } aquilinus_male = { Achilino Aquilinus } -aradig_male = { Aradig Arazie_co Erege_y } -aradoc_male = { Aradn_co Aradoc Eredho } aragonta_female = { Aragonta Aragonte Aragunta } arara_female = { Arara } araua_female = { Araua } -arawain_male = { Araue_no Arawain Eroe_n } archagathos_male = { Archagathos Arkhagathos } archelaos_male = { Archelaos Arkhelaos } archias_male = { Archias Parkhais } @@ -678,7 +918,6 @@ archon_male = { Archon Arkhon Parkhon } archontia_female = { Archontia Arkhontia } ardahan_male = { Ardahan Erdehan } ardavan_male = { Ardavan Artivan Erdewan } -arddyn_female = { Arddyn Arge_ne Argi_ne } ardeshir_male = { Ardeshir Artashir ErdeS_I_r Erdes_i_r } ardiccio_male = { Ardicino Ardizzone Ardoino Arduino Arduinu } ardumanish_male = { Ardumanish } @@ -688,7 +927,6 @@ arete_female = { Arete } argentina_female = { Argentina Arziantina } arghavan_female = { Arghavan } ari_female = { Ari Aris } -arian_female = { Are_ane Arian Eri_ene } arikesari_male = { ArikE_cari Arike_cari Arikesari } arim_male = { Arim } arimma_female = { Arimma } @@ -722,7 +960,6 @@ arngrimr_male = { ArngrI_mr Arngrimr } arnold_male = { Arnald Arnaldo Arnaldus Arnalt Arnau Arnaud Arnauld Arnault Arnaut Arnd Arnold Arualdo } arntlei_female = { Arntlei } arnulf_male = { Arnolfo Arnoul Arnoulf Arnulf Arnulphus } -arod_male = { Arod Aroto Erod } aroou_female = { Aroou } arop_male = { Arop } aropnoute_male = { Aropnoute } @@ -750,8 +987,6 @@ artemis_female = { Artemis } artemisia_female = { Archemesa Arshemesa Artemisia } artemius_male = { Artemio Artemius Arthen } arthbodus_male = { Arthbodus Arthfoddw } -arthfael_male = { Arde_ualo Argei_uel Arthfael } -arthur_male = { Aarto Achiuir Ardur Arduro Art ArtU_r Arthguiu Arthueu Arthuis Arthuiu Arthur Arthwr Arthwys Artorius Artu_r Artur Arzhur } articnos_male = { Articnos Artiknos } articnus_male = { Archemnui Arshe_uny Articnus } artystone_female = { Artystone } @@ -826,7 +1061,6 @@ ato_male = { Ato } atossa_female = { Atossa } atpomaros_male = { Atpomaros Atpomarus } atrnerseh_male = { Adarnase Atrnerseh } -attilius_male = { Agile_ Attilius Azzile_o } atto_male = { Attius Atto Attone Azzo Azzone } attu_female = { Atta Attu } atucos_male = { Atuco Atucos Atucus } @@ -841,7 +1075,6 @@ august_male = { August Augusto Augustu Austu Auust Awgustin Awst } augustinus_male = { Augstinui Augustinus Oguschiny } augustus_male = { Augstui Augustus Awgusteh Ogusty } aulius_male = { Aiouli Aulius } -aulus_male = { Aulo Aulus Ole } auma_female = { Auma } aurang_male = { Aurang } aurea_female = { Aurea Awriyah O_ria Oria } @@ -909,8 +1142,6 @@ balarabe_male = { Balarabe } balder_male = { Balder Baldr Baldur } baldric_male = { Baldarich Baldric Baldrick } baldwin_male = { Baldewin Baldoen Baldovino Balduin Balduinus Baldwin BaudoI_n Baudoi_n Baudouin Boudewijn } -balin_male = { Bale_no Balin Bele_n } -balise_male = { Bale_s Bali_ Balise } baltasar_male = { Baltasar Balthasar } bamdje_female = { Bamdje } banafsheh_female = { Banafsheh } @@ -955,8 +1186,6 @@ bawo_male = { Bawo } bayajidda_male = { Bayajidda } bayero_male = { Bayero } bayinika_female = { Bayinika } -bedwyn_male = { Be_de_no Bede_n Bedwyn } -bedwyr_male = { Be_turo Bedur Bedwyr } beejpala_male = { Beejpal Beejpala } bela_male = { Belo Billo } beladore_female = { Beladora Beladore } @@ -1017,11 +1246,8 @@ biturix_male = { Betoury Biturix } blaise_male = { BL_aZ_ej Biaggiu Biagio Blaez Blaise Blasi Blayve Blaz Blazej } blava_female = { Blava Blavia } blavos_male = { Blaus Blavos } -bleddyn_male = { Ble_gin Ble_gino Bleddyn Blethin } bledrig_male = { Bledric Bledrig } -bleiddig_male = { Ble_gi_ Ble_zico Bleiddig } bleiddud_male = { Bleiddud Blethiut } -blodwen_female = { Bleutuen Bleuzenn Bln_dn_e_ne Blodhoi_ne Blodwen } bo_male = { BU_i Bo } bodugnatos_male = { Bodugnatos Bognet } boethios_male = { Boethios Boethos } @@ -1050,7 +1276,6 @@ borijov_male = { BoR_ivoj Borijov Borivoj Boriwoj Borzywoj } boris_male = { Boris Borisz } borkvard_male = { BO_D_var Borkvard } born_male = { Born } -bors_male = { Bn_rs Bor Bors } borso_male = { Borso } boson_male = { BosO_n Bosone } boson_male = { Boso Boso_n Boson } @@ -1061,7 +1286,6 @@ boudion_male = { Boudion Bouteiom } brage_male = { Brage Bragi } brailo_male = { Brailo } brajko_male = { Brajko } -bran_male = { BrA_n Bra_n Bran Brano } brancaleone_male = { Branca Brancaleone } brannogenus_male = { Braiuzheny Bran_odzhenui Brannogenus } branwaladr_male = { Brangualart Branwaladr } @@ -1072,23 +1296,16 @@ brennus_male = { Breiy Bren_ui Brennus } bretislaus_male = { BR_etislav Bertisleif Bretislaus Bretislav Briachislav } brian_male = { Briac Brian Brient } brice_male = { Brice } -bride_male = { Bride Bridei Brout Bru_ Brude Bruide Bruto Brutus Brwt } brigasta_female = { Briaste Brigasta } brigid_female = { Berc'hed Berchet Birgitta BrI_gida Breaca Breage Bregida Bri_gida Bride Bridei BrigI_D_a Brigid Brigida Brigide Brigit Brude Bruide Ffraid } brigomagos_male = { Breumage Brigomagos } briog_male = { Breoc Brioc Briog } -britannicus_male = { Bre_tanne_co Brechaiecy Bretagniques Bretan_ecui Bri_daney Britannecu Britannicus } -brochmael_male = { Brn_cimalo Brochmael Brogemal } -brochvael_male = { Brn_civalo Brochvael Brogeual } brogimara_female = { Brodzhemara Brogimara Bruzhemiara } brogimaros_male = { Brogimaros } brogitaros_male = { Brogitarios Brogitaros } brogmaglus_male = { Brochfael Brochuael Brogmaglus } -bronwen_female = { Brn_nn_e_ne Bronoi_ne Bronuen Bronwen } brunhild_female = { Brunhild Brunildi } bruno_male = { Brun Bruno } -brwyn_male = { Bre_n Bre_no Brwyn } -brychan_male = { Brocano Brogan Broichan Brychan } bryzos_male = { Brisu Bryzos } bryzus_male = { Brezui Brezy Bryzus } bua_male = { Bua } @@ -1116,40 +1333,27 @@ buyuma_male = { Buyuma } bwana-mkubwa_male = { Bwana-Mkubwa } byzantia_female = { Byzantia } byzo_male = { Bizu Byzo } -caddan_male = { Cadano Caddan Gedhan } -cadell_male = { Cadell Cadello Gedhelle } -cadfael_male = { Cadfael Cadwal Catovallo Gedoualle } -cadoc_male = { Cadoc Cadoco Cadog Gedoe Kado } cadw_male = { Cadou Cadw } cadwaladr_male = { Cadwaladr Catgualart } cadwalladr_male = { Cadwalladr Catgualtr } -cadwallon_male = { Cadwallon Catguallon Catovalln_no Catuallon Gedouallon } cadwared_male = { Cadwared Catguoret } cadwr_male = { Cador Cadwr } -cadwy_male = { Cado Cadwy Catovio Gedoui } -caecilia_female = { Aziliz CE_cile Caecilia Ce_cile CecI_lia CecilI_a Cecilia Cecilie Cecily Che_chella Cicely Cie_cie_lie Cie_ciella Gegili_e Kaikilia She_shea } caedicius_male = { Caedicius Cedig } caelestinos_male = { Caelestinos Gelestinos } caelestinus_male = { Caelestinus Che_llestinui She_iestiny } -caelgyn_male = { Caelgyn Cie_le_gino Gelegin } -caelia_female = { Cae_lia Cie_lie Geli_e } caesar_male = { CE_sari Caesar Cesare Che_sa Ciesar Gesar Kaisar Kaisarios She_sa } caesarea_female = { Cesarea } caesaria_female = { Caesaria Kaisaria } caesaris_female = { Caesaris Che_sari Cie_sari She_sari } caesarius_male = { Caesarius } cagintria_female = { Cagintria Ceindrec Ceindrych } -cai_male = { Cai Caiu Ce_o Dzhe_ui Gaios Gaiu Gaius Gay Ge_o Gui_ Zhe_y } -cain_male = { Cain Cie_no Ge_n } caius_male = { Caius Gayi } -caleddin_male = { Cale_dino Caleddin Geledhin } callistus_male = { Callisto Callistu } calpurnia_female = { Calpurnia Kalaponia } calpurnius_male = { Calpurnius Kalaponios } camaios_male = { Camaios Camaius } cambaules_male = { Cambaules Kambaules } cambyses_male = { Cambyses Pkambeses } -camilla_female = { Camilla Camille Gemi_lle Kamila Kamilla } camillus_male = { Camillo Camillus Kamil } camma_female = { Camma Kamma } cammios_male = { Cammios Cammius } @@ -1159,11 +1363,7 @@ candalon_male = { Candalio Candalon } candidus_male = { Candido } candidus_male = { Candidus Kantitos Qandideh } canute_male = { Canute Kanut } -caradoc_male = { Caradaig Caradec Caradoc Caradog Caratacus Caratn_co Cedric Cerdic Ceredig Cie_re_zico Gerado Gere_gey Karadeg } -caraled_male = { Caraled Caraleto Gerele_ Gerled } -carawain_male = { Caraue_no Carawain Gerauen } carbrey_male = { Cairbre Carbrey } -carig_male = { Care_co Carig Gerey } carinus_male = { Carin Carinu Carinui Carinus Cariny } carloman_male = { Carloman Karlmann Karloman } caroline_female = { Caroline Karlotte } @@ -1173,36 +1373,22 @@ cassignatos_male = { Cassignatos Kassignatos } cassius_male = { Cashui Cassiu Cassius Chashy } cassius_male = { Cassio Kasio } casticos_male = { Casticos Chastiques } -caswallon_male = { Casovallono Caswallon Gesouallon } catherine_female = { Aikaterine Aikatherine CaitilI_n Caitili_n Caitrion Catalina Catarina Cateline Caterina Caterucia CathE_rine Catharina Cathe_rine Catherine CatrI_ona Catri_ona Catriana Catrin Catriona Ecatarina Ekaterina Kaarina Karin Kasrin Katalin Katalina Katarina Katarzyna KateR_ina Katell Katerina Katharina Kathrijne Katranide Katrien Katrine Ketevan Nienke Yekaterina Yekatri } catholica_female = { Catholica Katholike } catomara_female = { Catomara Catumiara Katomara } catomaros_male = { Catomaros Katomaros } catuvalos_male = { Cadoual Catuvalos } -cavan_male = { Cauano Cavan Geuan } cavaros_male = { Cavaros Chavar } cecil_male = { Cecil Seisyll } -cedwyn_male = { Cedwyn Cie_tn_vino Ge_douin } -ceinwyn_female = { Ceinwyn Cie_nn_e_ne Genoi_ne } celer_male = { Celer Keler } celestinus_male = { CelestI_nu Cilistinu } celladius_male = { Celladius Kellad } celtillos_male = { Celtille Celtillos } -celwin_male = { Celwin Cie_lvino Ge_luin } cemeia_female = { Cemeia } centule_male = { Centolh Centule Centulle Centullus Gendule Zentulo } cercenia_female = { Cercenia Kerkenia } -cerdig_male = { Cerdig Cie_rzie_co Gergey } -cerdoc_male = { Cerdoc Cie_rtn_co Gerdo } cerethrios_male = { Cerethrios Kerethrios } -ceretiacus_male = { Ceretiacus Cie_re_ze_aco Geregi_ey } -cerevanus_male = { Cerevanus Cie_re_vano Gereuen } -cerfin_male = { Cerfin Cie_rvino Ge_ruin } -ceridwen_female = { Ceridwen Cie_re_ve_ne Ge_reui_ne } -cerie_female = { Cerie Cerys Cie_re_se Cie_rie Gi_ri_e } -cerlyn_male = { Cerlyn Cie_rlino Ge_rlin } cerses_male = { Cerses Chershi Shershi } -cerwain_male = { Cerwain Cie_rve_no Ge_rue_n } chael_male = { Chael Khael } chagina_female = { Chagina } chaim_male = { Chaim Kham } @@ -1268,18 +1454,15 @@ citata_female = { Citata } citatos_male = { Citatos Citatus } cixilo_female = { Cixillo Kisilo } clara_female = { Clara KlA_ra Kla_ra Klara Llear } -clarisant_female = { Clarisant Llare_sante Lleri_ande } clarus_male = { Clarus Klaros } clementia_female = { Cemensa ClemEEncia ClemE_ncia Cleme_ncia Clemence Clemencia Clementia Clemenza Clemianta Cllementsa Crementia Klementia ME_cia Me_cia MencI_a Menci_a Mencia Mentzia } clementine_female = { Clementina Clementine } clementius_male = { Cemensy Ciementsui Clemenciu Clementius } clether_male = { Cleder Clether } clevvon_male = { Clevas Clevvo Clevvon } -cloelia_female = { Cloelia Lln_e_lie Lloili_e } clotaire_male = { Chlothar Clotaire Clothar Hlothere Liuterio Lot Lotario Loth Lothair Lothaire Lothar Lotharius Lotos Luder } clotilde_female = { Clotilde Cloutilda Cothilda } cobflaith_female = { Cobflaith Coblaith } -coel_male = { Cie_le_o Coel Gele_ } colman_male = { Colman Culmin Cwlfyn } coma_female = { Coma } comanos_male = { Comain Comanos } @@ -1301,7 +1484,6 @@ constantinos_male = { Constantinos Kostantinos } corbos_male = { Corbos Corbus } corentin_male = { Caurantin Corentin } corexia_female = { Coreix CorexI_a } -corineus_male = { Core_ne_ Core_ne_o Corineus } correos_male = { Corre Correos } corvulus_male = { Corvulus } cotu_female = { Cota Cotu } @@ -1317,7 +1499,6 @@ crixos_male = { Cres Crixos } crouta_male = { Crouta } crundmael_male = { CruinnmA_el CrundmA_el } ctibor_male = { Ctibor CzcibO_r Czcibor } -culhwch_male = { Coln_co Colo Culhwch } cunobarros_male = { Combarre Cunobarros } cunomor_male = { Conomor Cunomor } cupitus_male = { Cupitus } @@ -1328,13 +1509,9 @@ cybi_male = { Cuby Cybi Kybi } cynddelw_male = { Condeleu Cynddelw } cyndyddan_male = { Condidan Cyndyddan } cynfael_male = { Conmael Cynfael } -cynfarch_male = { Conmarch Conn_varco Conouarge Cynfarch } -cynfelyn_male = { Conn_ve_lino Conouelin Convelin Cynfelyn } -cynfyn_male = { Conn_vino Conouin Cynfyn } cyngar_male = { Congar Cyngar } cyngen_male = { Concen Cyngen } cynog_male = { Canuac Cynog } -cynwallon_male = { Conn_valln_no Conouallon Conuallon Cynwallon } cyprianus_male = { Cheprianui Cipriano Cyprian Cyprianus Kiprianu Sheprany } cyriacus_male = { Cwrig Cyriacus } cyril_male = { Cyril Cyrille Kirill Kurillos Kyrillos } @@ -1393,28 +1570,22 @@ daudi_male = { Daudi } daura_female = { Daura } daura_male = { Daura } daurama_female = { Daurama } -david_male = { DA_vi Da'oud Da'ud Da_oud Da_ud Da_vi DabI_d Dabi_d Dabuut Daevit Dafydd Daoud Daouda Dauid Daveid Davi David Davide Davido Davit Davud Davyd Dawid Dawit Dawud Deue_ Deui Devi Dewi Diwdad Tuokko } dawra_male = { Dawra } deborah_female = { Deborah Devorah Dvorah } -decima_female = { De_cie_me Decima Gegi_me } -decimus_male = { De_cie_mo Dechemui Decimus Deshemy Dieciemu Gegi_m } decius_male = { Dechui Decius Deshy Dicy Dieciu } deiotara_female = { Deiotara } deiotaros_male = { Deiotaros } deirdre_female = { Deirdre } deli_male = { Deli } -delyth_female = { De_lode Delyth Di_loe } demeter_female = { Demeter } demetria_female = { Demetria } demetrios_male = { Demetre Demetrio Demetrios Demetrius Demetrous Dimitre Dmitriy } demonikos_male = { Demonikos Tamonikos } deng_male = { Deng } -denise_female = { De_nise Deneza Deni_e Denis Denise } dentupes_male = { Dentupe Dentupei Dentupes Die_ntope } dentusucu_male = { Dentusucu Die_ntusucu } deopus_male = { Deopus Diopu } deospor_male = { Deospor Diusporu } -derella_male = { Derella Gere_lle Gie_re_lle_ } derilla_female = { Der-Ilei Derilla Durilia } derval_female = { } dervorgilla_female = { Der-bForgaill Derbforgail Derbforgaill Derborgaill Dervorgilla Devorguilla } @@ -1483,10 +1654,7 @@ dominia_female = { Dominia Domneio } dominica_female = { Domen_eca Domienca Dominica Dumeieca Dumen_eca } dominicus_male = { Domen_ecui Domengo Dominicus Dumeiecy } dominius_male = { Dominius Domneion } -domitia_female = { Dn_mizie Domige Domitia } domitiana_female = { Domechana Domitiana Dumeshana Dumetiana } -domitianus_male = { Dn_mizeano Domechanui Domidgen Domitianus Dumeshany Dumetianu } -domitilla_female = { Dn_me_zille Domigi_lle Domitilla } domitius_male = { Dometsui Domitios Domitius Dumeciu Dumesy } domna_female = { DueN_a SeN_ora SeN_orina Senhorinha } domnilaos_male = { Domnilaos } @@ -1497,7 +1665,6 @@ dong_male = { Dong } dongkar_female = { Dongkar } donyarth_male = { DU_nchad Doniert Donnchad Donncuan DonnucA_n Donnuca_n Donyarth Du_nchad Dumnarth Duncan Dungarth Dyfnarth } dora_female = { Dora } -dorfael_male = { Dn_rvalo Dorfael Dorual } dorotheos_male = { Dorothe Dorotheos } dorothy_female = { Dorota Doroteia Doroteja DorothE_e Dorothea Dorothy Dorottya } dosithea_female = { Dosithea } @@ -1510,9 +1677,7 @@ drakontios_male = { Drakontios Trakont } draupada_male = { Draupad Draupada } drogo_male = { Drogo Drogon } druteos_male = { Drotey Druteos } -drystan_male = { Drostan Drostano Drosten Drystan Tristan } dubna_female = { Dubna } -dubricius_male = { Dobre_ze_o Dobrigi_ Dubricius } duff_male = { Dubh Duff Duib } dugald_male = { Dubhghall Dugald } dughdho-va_female = { Dughdho-Va } @@ -1525,47 +1690,36 @@ dunqas_male = { Dunqas } durans_male = { Durante } dut_male = { Dut } dux_male = { Dux Ptoux } -dwynwen_female = { Donn_e_ne Donoi_n Dwynwen } -dyfrig_male = { Dorri_ Dorrico Dovrigo Dyfrig Dyrrig } dyre_male = { DY_ri Dyre } dyskolos_male = { Dyskolos } dyteutos_male = { Dyteutos } dytilaos_male = { Dytilaos } dywel_male = { Domuel Dywel } -eachern_male = { E_cie_rno Eachern I_ge_rn } ebbon_male = { Ebbo Ebbon } ebicatos_male = { Bechat Ebicatos } ecdicius_male = { Ecdicius Ekdikios } ecelo_male = { Ecelo Ezzelino } -ector_male = { E_itro Ector I_tre } ede_male = { Ede } edearchon_male = { Edearchon Edearkhon } -edern_male = { E_de_rno Edern Edhe_rn Edyrn Eternus } edgar_male = { Adgar Eadgar Edgar } edith_female = { Eadgyth Ealdgyth Edit Edith } edla_female = { ED_la Edla } edmund_male = { E_amonn Eadmund Edmund Emund Emundr } ednyfed_male = { Ednyfed Iudnimet } -edward_male = { Duarte E_douard E_orue_ E_orveto Edouart Edouarzh Eduard Eduardo Eduardus Edvard Edward Iorweth JA_tvarD_r Jedvard Odoardo } -edwin_male = { Eadwine Edwin Edwis Edwyn Odhon Odono } egbert_male = { Egbert Ekbert } egil_male = { Egil Egill Eigil } ehud_male = { Ehud Udi } eilif_male = { EilI_fr Eilif } einar_male = { Einar Einarr } -einion_male = { E_gnono Einion I_nnon } eiot_male = { Eiot } eirenaios_male = { Eirenaios } eirene_female = { Eirene IrE_n Ire_n Irene Irina } eirenous_male = { Eirenous } eithne_female = { Edna Eithne } ekkehard_male = { Eggerd Ekkehard } -elain_female = { Elain I_lene } -eldoc_male = { E_ldoco Eldoc Eldoe } elea_female = { Elea } elea_male = { Elea } elewa_female = { Elewa } -elgwyn_male = { E_lve_no Elgwyn Elue_n Elwain } eli_male = { Eli } elias_male = { Alias Elia Elias Elie Elijah Eliyahu Eliyyahu Eylas HE_lias HE_lie He_lias Helias Helyes Ilyas } elidius_male = { Elid Elidius Lide } @@ -1575,7 +1729,6 @@ eligia_female = { Eligia } eligius_male = { Eligius } elim_male = { Elim } elimisha_female = { Elimisha } -elinion_female = { E_le_ne_one Eli_ni_one Elinion } eliomara_female = { Eliomara } eliomaros_male = { Eliomaros Eliomarus } elisha_male = { Eghisha Elisha Elisha' } @@ -1587,7 +1740,6 @@ elvima_female = { Elvima } elvira_female = { Albira Elbira Elvira } elvissa_female = { Elvissa } elvissos_male = { Elvissos Elvissus } -elwydd_male = { E_lve_do Elue_dh Elwydd } emer_female = { Eimhir Emer } emhak_male = { Emhak } emily_female = { Amilja Emili Emilia Emilie Emilija Emiliya Emily MI_lia Milia } @@ -1600,7 +1752,6 @@ endellion_female = { Endelient Endellienta Endellion } enfidaig_male = { Ainftech Enfidaig Enuidaig } engelbrecht_male = { Engelbrecht Engelpert Ingalbert } enguerrand_male = { Enguerrand Ingelramnus } -enid_female = { E_nide Eni_e Enid } ennodius_male = { E_nnogiu Eiuzy En_odzui Ennodius } enoch_male = { EnO_ch Eno_ch Enoch Enokh } enoder_male = { Enoder Wenheden } @@ -1623,7 +1774,6 @@ eptarys_male = { E_ptare Eptarys } eptesuchis_male = { E_ptiesucie Eptesuchis } eqosh_male = { Eqosh } eratosthenes_male = { Eratosthenes } -erbin_male = { E_rbin E_rbino Erb Erbin Erpin Irb Urbain Urban Urbano Urbien } eredat-fedhri_female = { Eredat-Fedhri } eric_male = { EirI_kr Eirik Eirikr Erc Eric Erich Erik Erkki Erth Herygh Uuirp } ermenberga_female = { Ermenberga } @@ -1631,7 +1781,6 @@ ermenerdis_female = { Ermenerda } ermengarde_female = { Ermegardis Ermengard Ermengarda Ermengarde Ermengardis Ermingarde Hermengarde Irmgard Irmingardis } ermensinda_female = { Ermensinda Ermosinda } ermentrude_female = { Ermedrudia Ermentrude } -ermid_male = { E_rme_do E_rmi_dh Ermid } ernest_male = { ArnoS_t Arnost Ernest Ernst Ernusto } eros_male = { Eros } erotas_male = { Erotas Paeros } @@ -1659,8 +1808,6 @@ eudora_female = { Eudora Heutora } eudoxia_female = { Eudosia Eudoxia } eudoxos_male = { Eudoxos } eugammon_male = { Eugammon } -eugene_male = { EO_gan EO_ganA_n E_ogan Egenio Eguen Eo_gan Eo_gana_n EugE_ne Euge_nio Eugene Eugenio Eugenios Eugenius Euggeniu Even Ewan O_ve_no Oui_n Owain Owen Uuen Yawan } -eugenia_female = { Eugenia Eugenie Euginia O_ve_ne Oui_ne Owena Uuena } euhemeros_male = { Euhemeros } eulalia_female = { Baia Eulalia Olaya } eulogia_female = { Eulogia } @@ -1700,8 +1847,6 @@ ezbenis_male = { E_spen_e Ezbenis } ezekiel_male = { Ezekias Ezekiel Iezekiel Yechezkel } ezra_male = { Ezra } fabia_female = { Fabia Phabia } -fabiana_female = { Fabe_ane Fabiana Fabiene } -fabianus_male = { Fabe_ano Fabeanu Fabeanui Fabeany Fabianus Fabien } fabius_male = { Fabiu Fabiui Fabius Fabiy } fabrice_male = { Fabritziu Fabrizio Fabrizziu } fabrician_male = { Fabri Fabrician } @@ -1741,13 +1886,11 @@ faste_male = { Faste Fasti } fasti_female = { Fasti } fatima_female = { Fatima Fatimah Fatma Fatuma } faust_male = { Fausto } -faustina_female = { Fauschena Fauscie_ne Faustina Fogi_ne Foshena } fedlimid_male = { Fedelmid Fedlimid Feidlimid } felicia_female = { Felicia } feradach_male = { Feradach Uuredach } ferdinand_male = { Ferant Ferdinand Ferdinando Ferdinandu FernA_n FernA_o Ferna_n Ferna_o Fernand Fernando Fernandu Ferran Ferrand Ferrando Firdinannu Fredenand Friedenando Friednand } ferdows_male = { Ferdows Firdews } -fergal_male = { Fergal Guergel Vergalo } fergus_male = { Fearghus Fergus Gurcant Gurguist Gurguistl Gwrgant Urguist } feridun_male = { FerI_dun Fereedun Feri_dun Feridun } ferne_male = { Ferne } @@ -1759,9 +1902,7 @@ findlay_male = { FindlaI_ch Findlay Finnlagh } finn_male = { Fingal Finn Fionnghall Gwen Gwyn } finnguala_female = { Fenella Fenni Fingola Finnguala Nuala } flamula_female = { FlA_mula } -flavia_female = { Flauia Flauie Flavia Floi_e Floia Phlavia } flavinius_male = { FlaI_n } -flavius_male = { Flauio Flavius Floi_ Phlawi } flavius_male = { Flavio } flora_female = { Fflur Fiaura FlO_ra Fln_ra Floarea Flor Flora } florence_male = { Fiaurens Florence Florentius Florenzo } @@ -1791,14 +1932,11 @@ fronilde_female = { Froille Fronilda Fronilde Fruilhe Fruille } frontina_female = { Fronchena Frontina Frunshena Fruntina } fronto_male = { Fronto Phronton } fuad_male = { Fuad } -fulvia_female = { Folui_e Folvie Fulvia } -fulvius_male = { Folui_ Folvio Fulvius } funa_female = { Funa } fune_male = { Fune } furayja_female = { Furaha Furayja } furuzan_female = { Furuzan } gaddo_male = { Gaddo Gadduccio } -gadric_male = { Catarico Gadric Gederi_ } gagik_male = { Gagik Gagiki } gaguwe_female = { Gaguwe } gaguwe_male = { Gaguwe } @@ -1814,7 +1952,6 @@ galahad_male = { Galeazzo } galan_male = { Galan } galatos_male = { Galatos Galet } galba_male = { Galba Galbe } -galed_male = { Cale_to Galed Gele_d } galeotto_male = { Aliotto Galeotto Gialetu } galindo_male = { Gali_ Galind Galindas Galindo Garindo } galla_female = { Galla } @@ -1833,13 +1970,11 @@ gani_male = { Gani } garang_male = { Garang } garbai_male = { Garbai } garcia_male = { GarC_i GarcI_a Garc_i Garci_a Garcia Garsia Garsias Garsiya Gartzia } -gareth_male = { Care_to Gareth Gere_d } gaston_male = { Gaston Gastone } gaua_female = { Gaua } gaubaruva_male = { Gaubaruva } gaucher_male = { Gaucher Gauchier } gausbert_male = { Gausbert Gausberto } -gawain_male = { Gaue_no Gawain Goe_n } gaya_male = { Gaia Gaya Gaye } gazal_male = { Gazal Gazali } gazi_male = { Gazi } @@ -1852,23 +1987,16 @@ gennadius_male = { Gennadius Gennatios } genovefa_female = { Genovefa Genoveve } gentile_male = { Gentile } george_male = { Chorche Djordje GeO_rgios Geo_rgios Georg George Georgios Georgius Georgy Gevorg Gheorghe Gheorghi Giordano Giordanu Giorgei Giorgi Giorgio Giwargis Gurg GyO_rgy Gyo_rgy Iordanes JU_rgen Jerzy JiR_I_ Jiri_ Jiri_k Jord Jorda_ Jordan Jordanes Jorge Jourdain Juraj Qeorqios Seog Sior Varughese Xurdan Yarden YrjO_ Yrjo_ Yuriy } -gerald_male = { GE_rard GE_raud Garalt Garibald Garibaldo Garipald Ge_rard Ge_raud Gehrke Gerald Geraldo Gerallt Geralt Gerard Gerardo Geraud Gerbald Gerhard Gerhardus Gerold Gherardo Ghert Gie_ralto Gierolt Girald Girard Girardu Girart Guerau Guiral Guiraud Guitart Xerardo Xerardu } gerberga_female = { GerbE_rga Gerbe_rga Gerberga Gerberge Gerburgis Gerperga } gerda_female = { Gerda } -gerdin_male = { Cie_rgino Gerdin Gergin } -gereint_male = { Cie_re_ns Ganant Ge_ren Geraint Gereint Gerontius Gerren } -gerlyd_male = { Cie_re_lodo Geri_lo_ Gerlyd } german_male = { Garmon German } -germana_female = { Germana Germene Gie_rmane } germanicus_male = { Germanicus Germanikus } germanilla_female = { Germanilla Sengermanos } germanus_male = { Dzhermanui Ge_rmanu Germain Germano Germanos Germanus Kerman Zhermiany } gerontios_male = { Gerontios Gerontsi } -gerreth_male = { Cierreto Gerred Gerreth } gersende_female = { Garsenda Gersenda } gertrude_female = { Geretrudis Gertrud Gertruda Gertrude Gerturde Gheertrude Gjertrud } gervase_male = { Gervasio Girvasiu } -gerwain_male = { Cie_rn_ve_no Gerove_n Gerwain } gesataea_female = { Dzhesate_a Gesataea Zheshate_a } gesataia_female = { Gesataia Geste_e } gesatoricus_male = { Dzhesatorecui Gesatoricus Zhesaturecy } @@ -1892,11 +2020,9 @@ gir_female = { Gir } gisela_female = { GisE_le Gise_le Gisela Gisele Giselle Giseltrude Gisla Gizella Guisla } gisulf_male = { Ghisolfo Gisulf Gisulfu } gizirgizir_female = { Gizirgizir } -glaucia_female = { Glaucia Llaucie Llogi_e } glauke_female = { Glauke } glaukias_male = { Glaukias } gloth_female = { GlO_D_ GloT_ } -glynys_female = { Glynys Lline_s Llini_ } gnupa_male = { GnU_pa Gnupa } gobir_male = { Gobir } godarz_male = { Godarz } @@ -1933,20 +2059,16 @@ gozon_male = { Gozon } gracchus_male = { Gracchus Graccu Gracui Gracy } gratia_female = { Grasa Gratia Gratsa } gratian_male = { Grazzianu } -gratiana_female = { Gratiana Grege_ana } gratianus_female = { Gratianus Graze_ane } gregoria_female = { Gregoria } -griffid_male = { Cre_vi_ Cre_vido Griffid } grim_male = { GrI_mr Grim Grimr } grima_female = { GrI_ma Grima } grimoald_male = { Grimaldo Grimoald } gruba_female = { Gruba } -gruffud_male = { Cro_ Crodo Croui_ Crovido Gruffud } guaifer_male = { Guaifer Waifar } guaimar_male = { Guaimar Guaimariu Waimar } guaram_male = { Guaram Guram } gudmund_male = { GuT_mundr Gud_mundr Gudmund Guthmund } -gudovan_male = { Godouan Gotn_vano Gudovan } gudrod_male = { GuT_rO_T_r GudrOEd GudrO_d } gudrod_male = { Gud_ro_d_r Gudro_d } gudrun_female = { GuD_rU_n GuT_run Gud_run Gudrun Guntroda Guntrud } @@ -1954,7 +2076,6 @@ gugwa_male = { Gugwa } guichard_male = { Guichard Guichardus Wichard } guiges_male = { Guiges } guillaumette_female = { Guillaumette Guillelma Guillemecte Gulielmina Willaumete Williamette } -guinevere_female = { Gui_nofere Guinevere Gwenhwyfar Ve_nofare } guiomar_female = { Guiomar } guji_male = { Guji } gulcicak_female = { GulC_eC_ek GulC_iC_A_k GulC_iC_ek } @@ -1970,23 +2091,12 @@ guor_male = { Guor } gustav_male = { Gustaf Gustav } gutuater_male = { Gutouar Gutuater } guy_male = { Gui Guido Guidone Guidu Guigues Guij Guy VI_tek Vi_tek Wicho Wido Wit } -gwen_female = { Gui_ne Gwen Gwenn Uen Ve_ne Wenn Wenna } -gwenda_female = { Gue_ndhe Gwenda Ve_nde } -gwenillian_female = { Guene_lli_ene Gwenillian Ve_ne_lle_ane } -gwenwyn_female = { Guenoi_ne Gwenwyn Ve_nn_e_ne } -gwerfyl_female = { Guerfi_lle Gueruel Gwerfyl Ve_rfe_lle } -gwerthern_male = { Guerdhe_rn Gurthiern Gwerthern Ve_rte_rno Vortegyn Vortigern } -gwidyr_male = { Guedor Gwidyr Ve_toro } gwijde_male = { Gwijde } gwrfawr_male = { Gouremor Gwrfawr } gwrgeneu_male = { Gurceneu Gwrgeneu } gwrgi_male = { Gurci Gwrgi } -gwydre_male = { Gui_tri Gwydre Ve_tris } -gwyladis_female = { Goledhe_ Gwyladis } -gwylyddyn_male = { Gui_lodhin Gwylyddyn Ve_lodino } gyda_female = { GyT_a Gyd_a Gyda Gytha } gyla_female = { GrY_la Gyla } -gyllad_male = { Gella_ Gie_llado Gyllad } gyrith_female = { GyrI_D_r GyriT_ } habib_male = { Habib } habiba_female = { Habiba } @@ -2099,11 +2209,9 @@ hermonis_female = { Hermonis Senermia } heron_male = { Heron } herori_male = { Haeloubri Herori } heroyodj_male = { Heroyodj } -hersilia_female = { E_solte Essyllt Hersilia I_olde Iseult Isode Isolde Isotta Isoude Izolda } heshima_female = { Heshima } heu_female = { Heu } heu_male = { Heu } -heulwen_female = { Heulwen Oln_e_ne Oloi_ne } hierakion_male = { Hierakion Ierakion } hierax_male = { Hierax } hieronymos_male = { Hieronymos Hieronymus } @@ -2138,7 +2246,6 @@ honorius_male = { Honorius Onorik Onorio Onoriu Onoriui Unoriu Unury Ynyr } hooshyar_male = { Hooshyar XuS_yar Xus_yar } horace_male = { Orazzu } horame_male = { Horame } -horatius_male = { Horatio Horatius Oraze_o Orege_ } horigeneia_female = { Horigen Horigeneia } horigenes_male = { Horigenes Horiken } horion_male = { Horion } @@ -2174,8 +2281,6 @@ hyperechia_female = { Epyrekhia Hyperechia } hyppolite_male = { Ippolito PO_litu } hyratthis_male = { Hyratthis } hysing_male = { HY_singr Hysing } -hywel_male = { E_uel E_ve_lo HoE_l Hoel Howell Huwal Hywel } -hywella_female = { Hywella O_e_lle Oi_lle } iantulla_female = { Iantulla } iantullos_male = { Iantullos Iantullus } iantumara_female = { Iantumara } @@ -2186,7 +2291,6 @@ iatros_male = { Iatros } ibedou_male = { Ibedou } icco_male = { Icco } ida_female = { Ida Ide Yda } -idfael_male = { E_dhoual E_dn_valo Idfael } idnerth_male = { Idnerth Iudnerth } idris_male = { Idris } idwal_male = { Idual Idwal Iudual } @@ -2198,7 +2302,6 @@ ilianos_male = { Ilianos Yllian } ilianus_male = { Eany Ellanui Ilianus } illick_male = { Dilic Illick } illustrius_male = { Illustrius Pilloustrios } -ilud_female = { E_lode I_loe Ilud } imam_male = { Imam } imamu_male = { Imamu } iman_female = { Iman } @@ -2232,7 +2335,6 @@ ion_male = { Ion } irkin_male = { Irkin } is'mail_male = { Esma'il Esma_il I_smaI_l I_smai_l Is'mail Is_mail Isma'il Isma_il Ismacil Ismail } isa_male = { Cisse Eisow IE_sous Ic_a Ie_sous Iesous Isa Jesus Joshua Kossy Yehoshua Yeshua Yiswe } -isaac_male = { E_he E_sse Isaac Isaak Ishaq Issa Ittac Sahag Sahak Yitzhak } isaiah_male = { Esaias Isaiah Zaia } isama_female = { Isama } isamas_male = { Isamas } @@ -2254,7 +2356,6 @@ issa_female = { Issa } issachar_male = { Issachar Yissakhar } ithalas_male = { Ithalas } ithannyros_male = { Ithannyros } -ithel_male = { E_gil E_zilo Ithel Iudhael } itto_male = { Itto } ituca_female = { Ituca } itucos_male = { Itucos Itucus } @@ -2587,7 +2688,6 @@ labes_male = { Labes } labongo_male = { Labongo } lacua_female = { Lacua } ladi_female = { Ladi } -ladwys_female = { Ladn_e_se Ladwys Ledhoi_e } lakon_male = { Lakon } lakshmanadeva_male = { Lakshmana Lakshmanadeva } lakwena_female = { Lakwena } @@ -2606,7 +2706,6 @@ lang_male = { Lang } lanhjin_female = { Lanhjin } lanhjin_male = { Lanhjin } lantana_female = { Lantana } -lanval_male = { Lann_valo Lanval Lenoual Llanval } laodike_female = { Ladike Laodike } laraba_female = { Laraba } larai_female = { Larai } @@ -2620,7 +2719,6 @@ layla_female = { Laila Layla Leila Leyla } lazaros_male = { Laszio Lazar Lazare Lazarino Lazaro Lazaros Lazarus Lazarz Lazer Lazzarino Lazzaro } lea_female = { Lea } leah_female = { Le'ah Leah } -leanor_female = { Le_anore Leanor Li_enore } learchos_male = { Learchos Learkhos } lech_male = { Lech Lekr } lekanos_male = { Lekanos } @@ -2638,17 +2736,14 @@ leovigoto_female = { Leovigoto Liuvigoto } leporios_male = { Leporios } leszek_male = { Lesjek Leszek } lethi_female = { Lethi } -leudonus_male = { Le_odhon Le_odono Leudonus } leukippe_female = { Leukippe } leukippos_male = { Leukippos } leukos_male = { Leukos Luc } liberia_female = { Liberia } liberius_male = { Iebery Liberios Liberius Lleberiui Llibieriu } liberius_male = { Libberiu Libero } -licat_male = { Le_cato Le_ged Licat } liccaios_male = { Liccaios Liccaius } licinius_male = { Iesheiy Licinius Llechen_ui Llecien_u } -ligessac_male = { Le_gehey Le_gie_ssaco Ligessac } likayik_male = { Likayik } lina_female = { Lina } lindana_female = { Lindana } @@ -2660,33 +2755,22 @@ liutfred_male = { Liudfredo Liutfred } liutprand_male = { Liutprand Liutprando } liutward_male = { Liudward Liutward } livilla_female = { Iuera Livilla Lliuera Llivella } -livius_male = { Le_ue Le_ve_o Livius } -lladarn_male = { Ladarno Ledharn Lladarn } -llyr_male = { Le_ri Le_rio Llyr } llywarch_male = { Llywarch Loumarch } -llywelyn_male = { Llywelyn Ln_e_lino Loe_lin } lole_male = { Lole } lombard_male = { Lombardo } longina_female = { Longina } -longinus_male = { Longe_n Longie_no Longine Longinos Longinus Lonqine } lopa_female = { Loba Lopa Lupaa } lostoiekos_male = { Lostoiekos } lotto_male = { Lotto } louernios_male = { Louernios Louerny } louise_female = { LoI_sa Loeiza Loi_sa Louise } loulou_male = { Loulou } -lowry_female = { Lori_e Lorie Lowry } lubabah_female = { Lubabah } lucco_male = { Lucco } lucianus_male = { Loukianos Lucianus } lucidius_male = { LucI_dio Lucidio } lucien_male = { Luchino } -lucilla_female = { Luchera Lucie_lle Luciella Lucilla Lugi_lle Lushera } -lucretia_female = { Loukretia Lucre_zie Lucregi_e Lucretia } -lucretius_male = { Locre_gi_ Locre_zio Loukretios Lucretius Lucrici } -luctemarus_male = { Loidemar Loite_maro Luctemarus } ludolf_male = { Liudolf Liudulf Ludolf Lutolf } -lunete_female = { Lune_tte Lunete } luol_male = { Luol } lupa_female = { Loupa Lupa } lupo_male = { Gurgen Liuppo Llop Llope Lop Lope Lopo Lopus Loup Lubb Luparello Lupo Lupu Lupus Vuk } @@ -2712,16 +2796,10 @@ madacus_male = { Madacui Madacus Madzhacy } madhol_male = { Madhol } mading_male = { Mading } madini_female = { Madini } -madog_male = { Madoco Madoe Madog Matad Matoc } madron_male = { Madron Madru Madrun Madryn Materiana Matrona Modron } madu_male = { Madu } -mael_male = { Mael Me_l Me_lo } -maelfin_male = { Maelfin Maelgwyn Maluin Malvino } -maelgore_male = { Maelgore Maelgyr Malcn_ro Malcor Malcoro } maelog_male = { Maeloc Maelog Mailoc } -maelrys_female = { Maelrys Mare_se Meri_e } maer_female = { ME_r Maer } -mafalda_female = { Mafalda Magilda Mahalta Mahaut Mahthildis Mathilda Mathilde Matild Matilda Matilde Matylda Maud Mauda Mautild Mawd Maze_lde Mechthild Mege_ldhe } magajiya_female = { Magajiya } magalos_male = { Magalos Magel } magalus_male = { Madzhary Magalus Magarui } @@ -2758,7 +2836,6 @@ makedonios_male = { Makedonios Maketons } makhak_male = { Makhak } makka_female = { Makka } malachi_male = { Mal'akhiy Malachi } -malaine_male = { Malaine Male_no Meli_n } malam_male = { Malam } maland_male = { Maland } malaz_male = { Malaz } @@ -2789,19 +2866,15 @@ manuchihr_male = { Manuchehr Manuchihr MenU_C_ihr Menu_c_ihr } manushihr_male = { Manushihr MenU_S_ihr Menu_s_ihr } manute_male = { Manute } manyel_male = { Manyel } -mapon_male = { Mapon Mapono Mepon } maravarman_male = { MA_ravarman Ma_ravarman Maravarman } marceline_female = { Marceline Marcellina } -marcella_female = { Marcella Marchell Marchera Marcie_lla Marcie_lle Margelle Marshera } marcellinus_male = { Marcellinus Marchelinui Marcie_llinu Marsheliny } marcia_female = { Marcha Marcia Markia Miarsha } marciana_female = { Marchana Marciana Markiane Marshana } marcianus_male = { Marcheanui Marcianu Marcianus Markiane Marsheany Meirchion } marcius_male = { Marcius Marqi } marcomagnus_male = { Marcomagnus Marcomamnui Marcuma_uny } -mardoc_male = { Mardhoe Mardoc Mardoco } marduniya_male = { Marduniya } -mared_male = { Mare_to Mared Mere_d } margaritus_male = { Margaritu } marial_male = { Marial } mariana_female = { Mariana Senmariane } @@ -2823,12 +2896,10 @@ marsilius_male = { Marsiglio } marsus_male = { Marseh Marsus } martha_female = { MAErta MA_rta Ma_rta Marfa Marfie Marta Marte Martha Marthe Marti Martita Morta } martial_male = { Martial Martialis } -martina_female = { Marchena Margi_ne Marshena Martina Marzie_ne Muertina } martiya_male = { Martiya } martyria_female = { Martyria } martyrius_male = { Martyrei Martyrios Martyrius } marwan_male = { Marwan Merwan } -marwenna_female = { Maruenne Marve_nne Marwenna } marzuban_male = { Marzuban Merzuban } mascarosa_female = { MascarO_sa Mascarn_sa Mascarosa Mascarose } mashad_male = { Mashad } @@ -2845,12 +2916,10 @@ maulidi_female = { Maulidi } maulidi_male = { Maulidi } maura_female = { Maura } mauregato_male = { Mauregato Mauregatu } -maurice_male = { Mauric Maurice Maurike Mauritius Meurig Muri_ Murico } maurus_male = { MA_uru Mauru Moruello } mawgan_male = { Maugan Mawgan Meigant Meugan } maxima_female = { Ma_usema Mapsema Maxima } maximiana_female = { Ma_usemiana Mapsemiana Maximiana } -maximianus_male = { Ma_usemeiany Mapsemeanu Mapsemeanui Masse_miano Maximianus Mehe_mien } maximilian_male = { Massimiliano } maximina_female = { Maximina } maximinus_male = { Ma_useminy Mapseminu Mapseminui Maximinos Maximinus } @@ -2869,7 +2938,6 @@ meewge_male = { Meewge } megalonymos_male = { Megalonymos Mikalonymos } megas_male = { Megas } megiste_female = { Megiste } -meilyr_male = { Me_liro Meilyr Mi_lir } meirona_female = { Meiriona Meirona } melanie_female = { Melania Melanie } melas_male = { Mela Melas } @@ -2886,9 +2954,6 @@ menitta_female = { Menitta } menodora_female = { Menodora } menon_male = { Menon } mercuria_female = { Mercuria Merkoura } -merfyn_male = { Me_ruen Me_rveno Merfyn Merlin Mermin } -meriadoc_male = { Me_riatoco Meiriadog Meriadec Meriadoc Meriasek Mi_re_doe } -meric_male = { Me_re_ Me_re_co Meric } merovech_male = { Merovech Mervig } merryn_male = { Maruan Merryn } mersh_male = { Mersh } @@ -2912,7 +2977,6 @@ milobrat_male = { Milobrat } milosz_male = { Milos Milosz } milovan_male = { Milovan } mina_female = { Mina } -minac_male = { Me_naco Mi_ney Minac } mindika_male = { Mindika } mindiwo_male = { Mindiwo } minervina_female = { Men_e_rvina Men_eruena Meruena Minervina } @@ -2947,14 +3011,9 @@ montefeltrano_male = { Feltrino Montefeltrano } montissios_male = { Montissios Montissius Muntissius } morad_male = { Morad Murad } mordred_male = { Medrod Modred Mordred } -morfans_male = { Mn_rvans Morfans Moruan } morfarch_male = { Morfarch Mormarch } -morgan_female = { Morgan Morgana Morgane Morgene } -morgan_male = { Mn_rie_no Morcant Morgan Morgen Mori_n Morien Muirgein } morganna_female = { Morganez Morganna Morganne } -morgause_female = { Mn_rgause Morgause Morgoe } morna_female = { Morna Muirne } -morridig_male = { Mn_rrizico Morridig Morrige_ } moses_male = { MosE_ Moses Moshe Mouses Moussa Movses Moyses Musa Musse Muza } mosgaitos_male = { Mosgaitos Mosgaitus } mosi_male = { Mosi } @@ -3004,14 +3063,12 @@ mwasaa_female = { Mwasaa } mwatabu_female = { Mwatabu } mwinyi_male = { Mwinyi } myenye_male = { Myenye } -myrien_female = { Me_ri_ene Me_rie_ne Myrien } mzuzi_male = { Mzuzi } nabaia_female = { Nabaia } nabaios_male = { Nabaios } naber_male = { Naber } nabil_male = { Nabil } nabilah_female = { Nabilah } -nabur_male = { Naboro Nabur Nebor } nadab_male = { Nadab Nadav } nadia_female = { Nadia } nadira_female = { Nadira } @@ -3041,7 +3098,6 @@ napoleon_male = { NapoleO_ Napoleone Napuliuni } narasimhavarman_male = { Naracimmavarman Narasimhavarman } naravarman_male = { Nar-Verma Naravarman Naravarmandeva } narses_male = { Narses Nerse Nerseh Nerses } -nasiens_male = { Nagen Nasiens } nasr_male = { Nasir Nasr Nesr } natale_male = { Nadual Natale } nathan_male = { Naiton Natan Nathan Nechtan Neithon } @@ -3060,7 +3116,6 @@ nebtho_female = { Nebtho } nechirwan_male = { NE_C_I_rvan Ne_c_i_rvan Nechirwan } neema_female = { Neema } neema_male = { Neema } -nefyn_female = { Ne_fine Nefi_ne Nefyn } neilammon_male = { Neilammon } neilos_male = { Neilos Neilouei Nile } nemesia_female = { Nemesia } @@ -3072,9 +3127,7 @@ nemetos_male = { Nemetos Nemiet } neoptolemos_male = { Neopt Neoptolemos } nepos_male = { Nepoi Nepos } nepotianus_male = { Iepushany N_e_putieanu N_epochanui Nebotiano Nepotianus } -nero_male = { Ne_ro Nero Ni_r } nertomaros_male = { Nertomaros Nertomarus } -nerva_female = { Ne_rve Nerue Nerva } nerva_male = { Ierua N_erua N_erva Nerva } nestor_male = { Nestore } nestorios_male = { Nestorios Nestoris } @@ -3118,7 +3171,6 @@ nomau_male = { Nomau } nonna_female = { Non Nonna Nonne NuN_a Nuna } nonnos_male = { Nonnos Nonnus } norbert_male = { Norbert Nordepert } -norwenna_female = { Nn_rve_nne Norue_nne Norwenna } noupika_female = { Noupika } noute_male = { Noute } nowy_male = { Nougui Nowy } @@ -3132,7 +3184,6 @@ nura_female = { Nahara Nura } nuria_female = { NU_ria Nuria } nurisha_female = { Nurisha } nuru_female = { Nuru } -nwylle_female = { Noe_lle Noi_lle Nwylle } nyabongo_female = { Nyabongo } nyagilo_male = { Nyagilo } nyah_female = { Nyah } @@ -3162,9 +3213,7 @@ obizzo_male = { Obizzino Obizzo } ocaki_male = { Ocaki } ocatavia_female = { Ocatavia Oitauia } ochoa_male = { Ochoa Otxoa } -octavia_female = { I_doi_e Octavia Optauia Ostabia U_toia Uptavia } octavianus_male = { Ottaviano } -octavius_male = { Eudaf Guitoy I_doe_ Octave Octavio Octavius Oitaue_o Optauiui Ottavio Ottaviu Outham U_toiy Uptaviu } oda_female = { Aude Oda Uta Ute } odd_male = { Odd Oddr } oddilo_male = { Odilo } @@ -3194,7 +3243,6 @@ oliechi_male = { Oliechi } olimi_male = { Olimi } olorix_male = { Olorix } olum_male = { Olum } -olwen_female = { O_lve_ne Olui_ne Olwen Uluen } olybrios_male = { Olybrios Olymbrios } olympias_female = { Olympias } olympios_male = { Olympios } @@ -3219,7 +3267,6 @@ ordono_male = { OrdoN_o OrdoN_u Ordon_o Ordonho Ordonno Ordono Ordonyo Urdun } orestes_male = { Oreste } orestes_male = { Orestes } orestorios_male = { Orestorios } -oreth_male = { Ore_to Ored Oreth } origi_male = { Origi } orlandus_male = { Orlando Orlandu Orlannu } orm_male = { Orm Ormr } @@ -3262,7 +3309,6 @@ pabois_female = { Pabo Pabois } pabois_male = { Pabo Pabois } pabouk_male = { Pabouk } pacorus_male = { Pacorus } -padarn_male = { Padarn Padarno Padern Paderno Patern Paterne Paternus Pedarn Pidarnoin } padjemay_male = { Padjemay } padjoui_male = { Padjoui } padjpau_male = { Padjpau } @@ -3394,20 +3440,16 @@ pelekas_male = { Pelekas } pen_male = { Pen } penda_female = { Penda } pepin_male = { Pepi Pepin } -perddel_male = { Pe_rgie_lo Perddel Pergil } -peredur_male = { Pe_re_turo Peredur Peredyr } peregrine_male = { Pellegrino Pellegrinu } pergamios_male = { Pergamios Pergamos } perinne_female = { Perinne } peritheides_male = { Peritheides } pernette_female = { Pernete Pernette } peroz_male = { PI_roz Peroz Pi_roz } -pertinax_male = { Pe_rte_nais Perde_nei Pertinax } petalis_male = { Petale Petalis } petamoun_male = { Petamoun } petipoure_male = { Petipoure } petronella_female = { Patrun_e_lla Petron_era Petronella Petruiera } -petronia_female = { Patron_e Pe_tronie Petron_a Petroni_e Petronia Petruia } petronius_male = { Patron_u Petron_ui Petronios Petronius Petruy } petsiri_male = { Petsiri } petu_female = { Peta Petu } @@ -3475,7 +3517,6 @@ placidus_male = { Placidus Plakitas } platon_male = { Platon } plautia_female = { Plaucia Plautia Plautsa Plosa } plautus_male = { Plautus Plawteh } -plinius_male = { Pline_ Pline_o Plinius } plotina_female = { Plotina } plotinos_male = { Plotinos } plousianos_male = { Plousiane Plousianos } @@ -3492,7 +3533,6 @@ pomponius_male = { Pomponios Pomponius } pons_male = { PO_ncio PonC_ Ponc_ Ponce Pons Pontio Ponz Ponzu } pontentinus_male = { Pontentinus Potentinus } pontianus_male = { Ponchanui Pontianus Punshany Puntianu } -pontius_male = { Ponge_ Ponsio Pontius Ponze_o } poppo_male = { Pappo Poppo } porphyrios_male = { Porphyra Porphyrios } poseidonia_female = { Poseidonia } @@ -3509,8 +3549,6 @@ premysl_male = { PR_emysl Premisel Premysl PrzemysL_ PrzemysL_aw Przemysl Przemy presbyter_male = { Presbyter Presbyteros } priboje_male = { Priboje } prijezda_male = { Prijezda } -primus_male = { Prim Primeh Primo Primus } -priscilla_female = { Pri_gille Priscie_lle Priscilla Prisisilla Senpriskos } priscus_male = { Preis Prescui Prescy Priscu Priscus Priskos } pritampala_male = { Pritampal Pritampala } prithvi_male = { Prithivipala Prithvi Prithvipal Prithviraj Prithviraja } @@ -3582,7 +3620,6 @@ rahma_female = { Rahma Rahmah } rahula_male = { Rahula Rahule } raimbaut_male = { Raimbaldus Raimbaut } raimonde_female = { Raimonde Regimunda } -rainal_male = { Rainal Re_nalo Ri_nel } rainulf_male = { Rainulfu } raira_male = { Raira } rajabu_male = { Rajabu } @@ -3594,7 +3631,6 @@ rajasingan_male = { IrA_cacimman Ira_cacimman Rajasingan } rajendra_male = { IrA_cE_ntira Ira_ce_ntira Rajendra } raka_male = { Raca Raka } ralindis_female = { Ralinda } -ralla_female = { Ralla Ralle Relle } ralph_male = { RE_dwulf Radke Radolf Radulf Radulfo Radulphus Rae_dwulf Ralf Ralph Randolf Randolph Raolf Raoul Raoulf Rodolf Rodolfo Rodulfu Rudolf Rudolfu } ramadhani_male = { Ramadhani } ramesi_male = { Ramesi } @@ -3632,7 +3668,6 @@ refil_male = { Refil Refill } regina_female = { Regina Rhiainfelt Rioantguellt Rioanuuellt } reginald_male = { RE_genweald Rae_genweald Rainald Rainaut Rainold Ranald Raynaud Raynold Reginald Reginaldus Reginhard Reignarz Reinhold Reinoud Renaud Rheinallt Rinaldo Rinaldu } reginus_male = { Regineh Reginus } -regulus_male = { Re_golo Regulus Ri_gol } rehema_female = { Rehema } rehema_male = { Rehema } reinbern_male = { Reginbern Reinbern } @@ -3657,7 +3692,6 @@ ricenus_male = { Rhigeneu Riceneu Ricenus } richard_male = { Reccared Rekkared Rekkaredo Rhicert Ricard Ricardo Ricart Riccardo Riccardu Richard Richardus Richart Riku Ryszard } richwin_male = { Richwin } rigatikos_male = { Regetic Rigatikos } -rigertus_male = { Re_gie_rto Rege_rd Rigertus } rikulfr_male = { RI_kU_lfr Riculf Rikulfr } ring_female = { Ring } ring_male = { Ring } @@ -3670,7 +3704,6 @@ riwal_male = { Rhiwal Rioual Riwal } rixa_female = { Rixa } robert_male = { Hrodberht Rhobert RobE_rt Robe_rt Robert Roberto Robertu Robertus Robrecht Rohart Roparth Roparz Roparzh Ropert Rubbertu Rubert Ruprecht } robin_male = { Robin } -rodericus_male = { Rn_gie_rico Rodericus Roderiko Roge_ri_ } rodgand_male = { Hrodgaud Rodgand } rodwald_male = { Robaldo Rodgoald Rodoald Rodwald Rubaldo } rogatus_male = { Rogatos Rogatus } @@ -3692,14 +3725,11 @@ rostislav_male = { Rostislav Rostisleif } rotfrid_male = { Rofrit } roubaud_male = { Robaldus Rotbold Roubaud } roveca_female = { Rouece Roveca } -rowain_male = { Rn_ve_no Roue_n Rowain } -rowena_female = { Rn_ve_ne Rovi_ne Rowena } roy_male = { Roy Ruah } rucenus_male = { Rhun Roucen Ru Rucenus } ruffinus_male = { Griffith Grifiud Gruffydd Ruffinus } ruficus_male = { Rouphikoy Ruficus } rufilla_female = { Rouphilla Rufilla } -rufus_male = { Rouphos Ruf Rufo Rufus Ruphus } rukidi_male = { Rukidi } rukiya_female = { Rukiya } rum_male = { Rum } @@ -3718,7 +3748,6 @@ saada_female = { Saada } saba_female = { Saba Sabah Sava } saba_male = { Saba Sabah Sabba'e Sabba_e Sava } sabas_male = { Sabas } -sabina_female = { Gebi_ne Sabaeina Sabe_ne Sabena Sabene Sabina Sensabeinos Tsabine } sabinianus_male = { Sabeany Saben_eanui Sabin_anu Sabinianus } sabinus_male = { Sabineh Sabinos Sabinus } sabrisho'_male = { Sabr-Ishu Sabrisho' } @@ -3779,13 +3808,11 @@ saprion_male = { Saprion } sarabi_female = { Sarabi } sarapamon_male = { Sarapamon } sarapia_female = { Sarapia } -sarlinna_female = { Harle_nne Sarle_nne Sarlinna } sarmates_male = { Sarmate Sarmates } satenik_female = { Satenik Satinik } satres_male = { Satre Satrei Satres } satulla_female = { Satulla } satullos_male = { Satullos Satullus } -saturnina_female = { Getorni_ne Satornine Saturnina } saturninus_male = { Satournile Saturn_inu Saturninui Saturninus Saturniny } sauda_female = { Sauda } saul_male = { Saoul Saul } @@ -3799,8 +3826,6 @@ scilas_male = { Scherai Scilas Sherai } scintilla_female = { Escentille Scintilla } sebastian_male = { BastiA_n Bastian SebastiA_n SebastiA_o Sebastia_n Sebastia_o Sebastiaen Sebastian Sebastiano Sebastianos Sebastianu Sebustianu } sebastiana_female = { Sebastiana } -secundus_male = { Hecondhe Se_condo Secundus } -sedullus_male = { Ge_dholl Se_dollo Sedullus } seervallabha_male = { CI_vallapa Ci_vallapa Seervallabha } seervallabhan_male = { CI_vallapan Ci_vallapan Seervallabhan } sef_male = { Sef } @@ -3824,11 +3849,9 @@ senpsenamoun_female = { Senpsenamoun } senpsenosiris_female = { Senpsenosiris } senpsenthoout_female = { Senpsenthoout Senpsenthout } septimius_male = { Septimius She_usemiy Sheptsemiui Sie_ptemiu } -septimus_male = { Hetti_m Se_tte_mo Septimo Septimus } septoumiakes_male = { Septoumiakes } seraphina_female = { Seraphina } serapion_male = { Sarapion Serapion } -seren_female = { Heri_ne Se_re_ne Seren Serena Serenne Sherena Sie_rena } serenus_male = { Serene Serenos Serenus } serge_male = { Serge } sergia_female = { Sergia Sherdzha Sherzha Sie_rgia } @@ -3836,17 +3859,13 @@ serhilda_female = { Serenahilt Serhilda } servius_male = { Servius Serwi } sesh_male = { Sesh } sesnis_female = { Sesnis } -sestus_male = { Sestus Set Setto } seth_male = { Seth } sethra_female = { Sethra } severa_female = { Severa Severre Sheuera Sie_vera } severin_male = { Seferus Severin Severino Severo } -severina_female = { Geui_rin Se_ve_rine Severina Sheuerena Sie_verina } severinus_male = { Severinus Sheuerinui Sheueriny Sie_verinu } -severus_male = { Geve_r Se_ve_ro Severos Severus Sewereh Sheuerui Sheuery Sie_veru } sevilay_female = { Savilay Sevilay } sevindik_female = { Savintik Sevindik } -sextus_male = { Hesd Se_sto Sexsteh Sextus She_usty Shepstui Sie_pstu Siste Sistus } sextus_male = { Sesto } shadhi_male = { S_adI_ S_adi_ Shadhi } shadia_female = { Shadia } @@ -3897,7 +3916,6 @@ shuayb_male = { C_uayb Shuayb } shukriyah_female = { Shukriyah } shulammite_female = { Shulamit Shulamith Shulammit Shulammite } sibislav_male = { Sibislav } -sibyll_female = { Hi_bille Sibyll } sibylla_female = { Se_bille Sibel Sibil_la Sibila Sibilia Sibilla Sible Sibyl Sibylla Sibylle Sybilla Sybille Tsible } sicard_male = { Sicard } sicco_male = { Sicco Sico Sikke } @@ -4014,7 +4032,6 @@ syros_male = { Psyros Syros } taabu_female = { Taabu } tabia_male = { Tabia } tacita_female = { Tace_te Tacita } -tacitus_female = { Tacitus Tegi_de } tadg_male = { Tadg Tadhg Taig Tarla Teague Tegwyd } tadora_female = { Tadora Tadore } tahir_male = { Tahir } @@ -4027,7 +4044,6 @@ talatu_female = { Talatu } talia_female = { Tahlia Talia Taliah Talya } talia_male = { Talia Taliah Talya } taliba_female = { Taliba Talida } -taliesin_male = { Talie_se_no Taliesin Tallese_n Telesinus } talorcan_male = { TalorcA_n Talorca_n Telurgan } talore_male = { Talorc Talore Telurg } tamar_female = { Tamar Tamari } @@ -4075,11 +4091,9 @@ teqoshe_female = { Teqoshe } ter_female = { Ter } teresa_female = { Talesa Taresa Tarexia TerE_sa Tere_sa Teresa Tereza Terezia Thresiamma } tertionicna_female = { Tersonine Tertionicna } -tertius_male = { Te_rze_o Terge_ Tertius } tetosiris_female = { Tetiousir Tetosiris } tetoue_male = { Tetoue } teuspas_male = { Chuspai Shuspie Teuspas } -tewdric_male = { Te_n_dn_re_is Te_odori_ Tewdric } thaddea_female = { Tadea Thaddea } thana_female = { Thana } thanchvil_female = { Thanchvil } @@ -4094,7 +4108,6 @@ theodimer_male = { Theodimer Thiudimer } theodolf_male = { Teodolfo } theodosia_female = { Feodosi Feodosia Theodosia } theodosios_male = { Chodoshui Shudushy Tedisio Teodizio Teodosiu Tewdos Theodosios Theodosius Tiudosiu } -theodowalaunus_male = { TU_athal Theodowalaunus Tu_athal Tuathal Tudhoual Tudwal Tugdual Tutn_vales } theognosia_female = { Theognosia } theophane_female = { ThE_ophanie Theophane Theophano } theophanus_male = { Theophanus Tifan } @@ -4138,7 +4151,6 @@ titianus_male = { Tidiagnos Titianus } titianus_male = { Tiziano } titius_male = { Chetsiui Sheshy Tieciu Titius } titoue_male = { Titoue } -titus_male = { Chetui Gi_d Shety Te_to Tietu Titos Titus } tjudmund_male = { T_iO_D_mundr Tjudmund } tobiah_female = { Tobiah Toviah } tobiah_male = { Tobiah Tovia Tuvya } @@ -4183,11 +4195,9 @@ tsaraki_male = { Tsaraki } tsemnouthes_female = { Tsemnouthes } tsenkabir_female = { Tsenkabir } tsenviktour_female = { Tsenviktour } -tudwallon_male = { Tudhouallon Tuduallon Tudwallon Tutn_valln_no } tudy_male = { Tudi Tudy } tugule_male = { Tugule } tuliza_female = { Tuliza } -tullia_female = { Tolli_e Tollie Tullia } tunka_male = { Tunka } turdat_male = { Turdat } turghar_male = { Turghar } @@ -4219,7 +4229,6 @@ upadarma_male = { Upadarma } ur_female = { Ur } urak_male = { Urak } urbanus_male = { Orbanus Urbanu Urbanui Urbanus Urbiany } -urbgenius_male = { Urbcen Urbgenius Urie_ns Urien } uriel_male = { Uriel } urraca_female = { Urraca Urraka } ursa_female = { Ursa } @@ -4249,14 +4258,11 @@ vakhtang_male = { Vakhtang Vakhtank Vaxtank } vakpati_male = { Vakapati Vakpati Vakpatiraja } valantia_female = { Vailance Valantia } valens_male = { Uaiey Uallen_i Valens Vales Vallend } -valentia_female = { Gui_ole Iolanthe Ioulanda Jolanta Vailence Valence Valentia Ve_n_le Viola Violande Violant Violante Violent Violeta Yolanda Yolande } valentina_female = { Valentina } valentine_male = { Valentine Valentinos Valentinus } valentinianus_male = { Uaiensheany Uallenchen_anui Valentinianus Valle_ntin_anu } valeran_male = { Valeran } valerian_male = { Valirianu } -valerianus_male = { Guelere_an Uaiereany Uallereanui Vaeriano Vale_re_ano Valerianus Valle_reanu } -valerin_male = { Guelere_n Vale_re_no Valerin } valerius_male = { Uaiery Ualleriui Valerias Valerio Valerios Valerius Valleriu } valhanadeva_male = { Valhana Valhanadeva } valona_female = { Valona Valonne } @@ -4265,7 +4271,6 @@ vannios_male = { Vannios Vannius } varagunan_male = { Varagunan Varakunan } varagunavarman_male = { Varagunavarman Varakunavarman } vardanes_male = { Uardan_i Uardzhe Vardanes } -varius_male = { Guere_ Vare_o Varius } varshapala_male = { Varshapala Varshpal } varshasb_male = { VarS_asp Vars_asp Varshasb } vartan_male = { Vardan Vartan } @@ -4284,7 +4289,6 @@ vellido_male = { Bellidu Vellido } velson_male = { Velso Velson } velsonia_female = { Velsonia } venantius_male = { Uen_ansy Uenantsui Venanciu Venantius } -veneva_female = { Gueni_ue Ve_ne_ve Veneva } venimara_female = { Venimara } venimaros_male = { Venimaros Venimarus } veranus_male = { Veranus } @@ -4297,7 +4301,6 @@ verina_female = { Uerena Verina } vermudo_male = { Bermond Bermudo Bermudu Veremondo Veremundo Vermudo } veronica_female = { Veronica Virina } verus_male = { Verus } -verutius_male = { Gueroge_ Ve_roze_o Verutius } vespasian_male = { Vespasian Wespasiyaneh } vespasianus_male = { Uespasheanui Uespasheany Ve_spasieanu Vespasianus } vibena_female = { Vibena } @@ -4321,12 +4324,10 @@ vindarna_male = { Vindarna } vindilla_female = { Vindilla } vindillos_male = { Vindillos Vindillus } vindos_male = { Vindo Vindos Vindus } -vindotorix_male = { Guindori_ Vindn_tn_re_is Vindotorix } virabhadra_male = { Kwirapabhadra Virabhadra } virakhesari_male = { VI_rakE_cari Vi_rake_cari Virakhesari } virarajendra_male = { VI_rarA_cE_ntira Vi_rara_ce_ntira Virarajendra } virasekhara_male = { VI_racE_kara Vi_race_kara Virasekhara } -virginia_female = { Gue_rgi_nie Virgina Virginia } viriathius_male = { Guriant Gwriad Viriathius } virignia_female = { Ve_rgie_nie Virignia } virodaya_male = { VI_rO_taya Vi_ro_taya Virodaya } @@ -4338,7 +4339,6 @@ vitaca_female = { VitaC_a } vitale_male = { Guitol Gwydol Veitalis Vidual Vitale Vitalis } vitalian_male = { Vitaliano } vitalianus_male = { Uetaieany Uetalleanui Vitalianus Vitalleanu } -vitalinus_male = { Guidele_n Gwydolin Vitale_no Vitalinus } vito_male = { Idu Vitu } vito_male = { Vait Vito } vivili_female = { Vivilde Vivili } diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index df7655483f..451ae45cce 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1104,6 +1104,7 @@ language_occitano_romance = { #(Currently Unused) color = occitan } +#Latin Linguistic Drift language_african_romance = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_african_romance } } @@ -1158,6 +1159,33 @@ language_rhaeto_romance = { color = romano_raetian } +language_british_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_british_romance } } + + parameters = { + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_british_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = romano_raetian +} ## Tocharian language_tocharian = { type = language diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 3bc9877561..23232df777 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -13,6 +13,7 @@ scripted_trigger valid_linguistic_drift_culture_trigger = { this = culture:romano_african this = culture:romano_noric this = culture:romano_raetian + this = culture:romano_british } this = { has_cultural_pillar = language_latin } } @@ -70,6 +71,19 @@ scripted_effect shift_language_effect = { set_name_list = name_list_romansh } } + else_if = { + limit = { this = culture:romano_british } + custom_tooltip = { + text = british_romance_language + subject = scope:linguistic_shift_culture + set_culture_pillar = language_british_romance + } + custom_tooltip = { + text = british_romance_name_list + subject = scope:linguistic_shift_culture + set_name_list = name_list_british_romance + } + } else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE" } } } diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 7666427fe2..32a4e9d918 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -150,8 +150,10 @@ name_list_romano_frank:0 "Romano-Frankish" name_list_romano_dacian:0 "Romano-Dacian" name_list_romano_aramean:0 "Romano-Aramean" + #Linguistic Drift Name Lists name_list_african_romance: "Arréyanu" name_list_romansh: "Romansh" + name_list_british_romance: "Brídaney" #North Germanic name_list_norse:0 "Norse" name_list_swede:0 "Sviar" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 9f41e127ee..c78ce4e186 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -69,6 +69,7 @@ #Latin language_african_romance_name: "Arréyanu" language_rhaeto_romance_name: "Rhaeto-Romance" + language_british_romance_name: "Brídaney" #Northwest Semitic language_punic_name:0 "Punic" #Mongolic diff --git a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml index 89dbcde2e6..75a2fba138 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml @@ -7,6 +7,8 @@ african_romance_name_list: "#E Naming Practices#! change to #V $name_list_african_romance$#!" rhaeto_romance_language: "[language|E] changes language to #V $language_rhaeto_romance_name$#!" romansh_name_list: "#E Naming Practices#! change to #V $name_list_romansh$#!" + british_romance_language: "[language|E] changes language to #V $language_british_romance_name$#!" + british_romance_name_list: "#E Naming Practices#! change to #V $name_list_british_romance$#!" bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tonuge of the [linguistic_shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 84ecc24eeb..190713d21c 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -508,4 +508,336 @@ Yusta: "Yusta" Yuste_na: "Yusténa" Zanora: "Zanora" - Zura: "Zura" \ No newline at end of file + Zura: "Zura" + #British Romance Names + Abon: "Abon" + Agile_: "Agilé" + Alb: "Alb" + Alben: "Alben" + Ale_n: "Alén" + Ambrosin: "Ambrosin" + Annan: "Annan" + Antonin: "Antonin" + Appe_: "Appé" + Ardur: "Ardur" + Argei_uel: "Argeíuel" + Arroen: "Arroen" + Arroi_n: "Arroín" + Bali_: "Balí" + Bede_n: "Bedén" + Bedur: "Bedur" + Bele_n: "Belén" + Ble_gi_: "Blégí" + Ble_gin: "Blégin" + Bor: "Bor" + Bran: "Bran" + Bre_n: "Brén" + Bri_daney: "Brídaney" + Brogan: "Brogan" + Brogemal: "Brogemal" + Brogeual: "Brogeual" + Bru_: "Brú" + Cind: "Cind" + Coge_nin: "Cogénin" + Colo: "Colo" + Conouallon: "Conouallon" + Conouarge: "Conouarge" + Conouelin: "Conouelin" + Conouin: "Conouin" + Core_ne_: "Coréné" + Cornele_: "Cornelé" + Cre_vi_: "Créví" + Cro_: "Cró" + Croui_: "Crouí" + Deue_: "Deué" + Dobrigi_: "Dobrigí" + Domidgen: "Domidgen" + Dorri_: "Dorrí" + Dorri_: "Dorrí" + Dorual: "Dorual" + Drostan: "Drostan" + Drostan: "Drostan" + Edhan: "Edhan" + Edhe_rn: "Edhérn" + E_dhoual: "Édhoual" + E_ge_: "Égé" + Egeare_: "Egearé" + E_gil: "Égil" + E_he: "Éhe" + Elan: "Elan" + Eldoe: "Eldoe" + Eleandre: "Eleandre" + Elue_dh: "Eluédh" + Elue_n: "Eluén" + Elue_n: "Eluén" + E_orue_: "Éorué" + E_rbin: "Érbin" + Eredho: "Eredho" + Erege_y: "Eregéy" + E_rmi_dh: "Érmídh" + Erod: "Erod" + Eroe_n: "Eroén" + Erre_pe: "Errépe" + E_uel: "Éuel" + Fabien: "Fabien" + Floi_: "Floí" + Folui_: "Foluí" + Gederi_: "Gederí" + Gedhan: "Gedhan" + Gedhelle: "Gedhelle" + Ge_dholl: "Gédholl" + Gedoe: "Gedoe" + Gedoualle: "Gedoualle" + Gedoualle: "Gedoualle" + Gedouallon: "Gedouallon" + Gedoui: "Gedoui" + Ge_douin: "Gédouin" + Ge_gile_: "Gégilé" + Gegi_m: "Gegím" + Gele_: "Gelé" + Gele_d: "Geléd" + Geledhin: "Geledhin" + Gelegin: "Gelegin" + Gella_: "Gellá" + Ge_luin: "Géluin" + Ge_n: "Gén" + Ge_neol: "Géneol" + Gerado: "Gerado" + Gerald: "Gerald" + Gerauen: "Gerauen" + Gerdo: "Gerdo" + Gere_d: "Geréd" + Gere_gey: "Gerégey" + Geregi_ey: "Geregíey" + Gerele_: "Gerelé" + Gerele_: "Gerelé" + Gere_lle: "Gerélle" + Ge_ren: "Géren" + Gereuen: "Gereuen" + Gerey: "Gerey" + Gergey: "Gergey" + Gergin: "Gergin" + Geri_lo_: "Geríló" + Ge_rlin: "Gérlin" + Gerove_n: "Gerovén" + Gerred: "Gerred" + Ge_rue_n: "Géruén" + Ge_ruin: "Géruin" + Gesouallon: "Gesouallon" + Geuan: "Geuan" + Geve_r: "Gevér" + Gi_d: "Gíd" + Giuli_: "Giulí" + Godouan: "Godouan" + Goe_n: "Goén" + Grege_an: "Gregéan" + Guedor: "Guedor" + Guelere_an: "Gueleréan" + Guelere_n: "Guelerén" + Guerdhe_rn: "Guerdhérn" + Guere_: "Gueré" + Guergel: "Guergel" + Gueroge_: "Guerogé" + Gui_: "Guí" + Gui_: "Guí" + Guidele_n: "Guidelén" + Gui_lodhin: "Guílodhin" + Guindori_: "Guindorí" + Gui_tri: "Guítri" + Hecondhe: "Hecondhe" + Hesd: "Hesd" + Hetti_m: "Hettím" + I_doe_: "Ídoé" + I_doi_an: "Ídoían" + I_ge_rn: "Ígérn" + I_me_ri: "Íméri" + I_nnon: "Ínnon" + I_tre: "Ítre" + Ledharn: "Ledharn" + Le_ged: "Léged" + Le_gehey: "Légehey" + Lenoual: "Lenoual" + Lenoual: "Lenoual" + Le_odhon: "Léodhon" + Le_ri: "Léri" + Le_ue: "Léue" + Locre_gi_: "Locrégí" + Loe_lin: "Loélin" + Loidemar: "Loidemar" + Longe_n: "Longén" + Lugi_: "Lugí" + Madoe: "Madoe" + Malcor: "Malcor" + Malcor: "Malcor" + Maluin: "Maluin" + Maluin: "Maluin" + Marc: "Marc" + Mardhoe: "Mardhoe" + Margelle: "Margelle" + Mehe_m: "Mehém" + Mehe_mien: "Mehémien" + Me_l: "Mél" + Meli_n: "Melín" + Mepon: "Mepon" + Me_re_: "Méré" + Mere_d: "Meréd" + Meri_: "Merí" + Meri_an: "Merían" + Me_ruen: "Méruen" + Mi_lir: "Mílir" + Mi_ney: "Míney" + Mi_re_doe: "Mírédoe" + Mi_ri_on: "Míríon" + Mori_n: "Morín" + Morrige_: "Morrigé" + Moruan: "Moruan" + Muri_: "Murí" + Nagen: "Nagen" + Nebor: "Nebor" + Ni_r: "Nír" + Odhon: "Odhon" + Ole: "Ole" + Ored: "Ored" + Orege_: "Oregé" + Orele_: "Orelé" + Oui_n: "Ouín" + Pedarn: "Pedarn" + Pedarn: "Pedarn" + Perde_nei: "Perdénei" + Peredur: "Peredur" + Peredur: "Peredur" + Pergil: "Pergil" + Pline_: "Pliné" + Pol: "Pol" + Ponge_: "Pongé" + Prim: "Prim" + Rege_rd: "Regérd" + Ri_gol: "Rígol" + Ri_nel: "Rínel" + Roge_ri_: "Rogérí" + Roue_n: "Rouén" + Ruf: "Ruf" + Set: "Set" + Tallese_n: "Tallesén" + Tegi_d: "Tegíd" + Te_odori_: "Téodorí" + Terge_: "Tergé" + Tudhoual: "Tudhoual" + Tudhouallon: "Tudhouallon" + Ugere: "Ugere" + Urien: "Urien" + Adhe: "Adhe" + Enni_e: "Enníe" + I_loi_de: "Íloíde" + E_ronoi_ne: "Éronoíne" + E_roni_e: "Éroníe" + Eli_e: "Elíe" + Enni_e: "Enníe" + Ennesde: "Ennesde" + Anui_le: "Anuíle" + Eni_de: "Eníde" + Argi_ne: "Argíne" + Eri_ene: "Eríene" + Blodhoi_ne: "Blodhoíne" + Bronoi_ne: "Bronoíne" + Ge_reui_ne: "Géreuíne" + Gi_ri_e: "Gíríe" + Gi_ri_e: "Gíríe" + Lleri_ande: "Lleríande" + Genoi_ne: "Genoíne" + Di_loe: "Díloe" + Deni_e: "Deníe" + Donoi_n: "Donoín" + Gi_ene: "Gíene" + I_fe: "Ífe" + I_lene: "Ílene" + Eli_ne: "Elíne" + Eli_ni_one: "Elíníone" + Eli_nore: "Elínore" + Eli_ne: "Elíne" + Eni_e: "Eníe" + Llini_: "Lliní" + Gui_nofere: "Guínofere" + Gui_ne: "Guíne" + Gue_ndhe: "Guéndhe" + Gui_nofere: "Guínofere" + Guene_lli_ene: "Guenéllíene" + Guenoi_ne: "Guenoíne" + Guerfi_lle: "Guerfílle" + Goledhe_: "Goledhé" + Eli_e: "Elíe" + Oloi_ne: "Oloíne" + Oi_lle: "Oílle" + I_loe: "Íloe" + Iebelle: "Iebelle" + I_olde: "Íolde" + Ledhoi_e: "Ledhoíe" + Li_enore: "Líenore" + Lori_e: "Loríe" + Lunete: "Lunete" + Meri_e: "Meríe" + Mere: "Mere" + Mege_ldhe: "Megéldhe" + Margerede: "Margerede" + Maruenne: "Maruenne" + Mele_ande: "Meléande" + Morgene: "Morgene" + Me_ri_ene: "Méríene" + Morgoe: "Morgoe" + Norue_nne: "Noruénne" + Noi_lle: "Noílle" + Nefi_ne: "Nefíne" + Olui_ne: "Oluíne" + Oui_ne: "Ouíne" + Relle: "Relle" + Rovi_ne: "Rovíne" + Harle_nne: "Harlénne" + Here: "Here" + Heri_ne: "Heríne" + Hi_bille: "Híbille" + Gi_ene: "Gíene" + Susanne: "Susanne" + Heri_ne: "Heríne" + Eli_e: "Elíe" + Eli_ene: "Elíene" + Emili_e: "Emilíe" + Albe: "Albe" + Gegili_e: "Gegilíe" + Geli_e: "Gelíe" + Gemi_lle: "Gemílle" + Gi_e: "Gíe" + Llodhi_e: "Llodhíe" + Lloili_e: "Lloilíe" + Corneli_e: "Cornelíe" + Gegi_me: "Gegíme" + Domige: "Domige" + Domigi_lle: "Domigílle" + Fabiene: "Fabiene" + Fogi_ne: "Fogíne" + Floi_e: "Floíe" + Folui_e: "Foluíe" + Germene: "Germene" + Llogi_e: "Llogíe" + Grege_ana: "Gregéana" + Giuli_e: "Giulíe" + Le_ui_e: "Léuíe" + Lugi_e: "Lugíe" + Lugi_lle: "Lugílle" + Lucregi_e: "Lucregíe" + Margelle: "Margelle" + Margi_ne: "Margíne" + Nerue: "Nerue" + I_doi_e: "Ídoíe" + Pole: "Pole" + Petroni_e: "Petroníe" + Pri_gille: "Prígille" + Gebi_ne: "Gebíne" + Getorni_ne: "Getorníne" + Geui_rin: "Geuírin" + Tegi_de: "Tegíde" + Tolli_e: "Tollíe" + Gueleri_e: "Gueleríe" + Gueni_ue: "Gueníue" + Gui_ole: "Guíole" + Gue_rgi_nie: "Guérgínie" + \ No newline at end of file From ad449848746b68c27930475d6be5383e9dd9463a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 30 Sep 2022 21:01:19 -0400 Subject: [PATCH 103/339] Fixup Errors * Fix a number of errors * Made Rhaeto-Romance provinces where Friulian Language will be spoken (as it is part of the Rhaeto-Romance branch (probably)) --- .../on_action/sea_minority_on_actions.txt | 6 +- .../sea_minority_culture_values_gui.txt | 14 -- .../scripted_effects/sea_minority_effects.txt | 2 +- .../BP_culture_creation_triggers.txt | 131 +++++++++++++++++ .../scripted_triggers/BP_culture_triggers.txt | 132 ------------------ .../BP_heritage_linguistic_drift.txt | 3 +- WtWSMS/history/provinces/bp_k_annonaria.txt | 14 +- WtWSMS/history/provinces/bp_k_dalmatia.txt | 2 +- 8 files changed, 147 insertions(+), 157 deletions(-) delete mode 100644 WtWSMS/common/script_values/sea_minority_culture_values_gui.txt create mode 100644 WtWSMS/common/scripted_triggers/BP_culture_creation_triggers.txt diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index e03d882ad0..bac2b7a7b2 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -194,7 +194,7 @@ on_yearly_sea_majority_maintainance = { } modifier = { factor = 2.0 - scope:source_county.faith = { county_checks_faith_overcapacity_more_frequently_trigger = yes } + scope:source_county = { county_checks_faith_overcapacity_more_frequently_trigger = yes } } trigger_event = { days = { 1 360 } @@ -211,11 +211,11 @@ on_yearly_sea_majority_maintainance = { chance = chance_of_faith_minority_underfed_event_per_year modifier = { factor = 0.5 - scope:source_county.faith = { county_checks_faith_underfed_less_frequently_trigger = yes } + scope:source_county = { county_checks_faith_underfed_less_frequently_trigger = yes } } modifier = { factor = 2.0 - scope:source_county.faith = { county_checks_faith_underfed_more_frequently_trigger = yes } + scope:source_county = { county_checks_faith_underfed_more_frequently_trigger = yes } } trigger_event = { days = { 1 360 } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_gui.txt b/WtWSMS/common/script_values/sea_minority_culture_values_gui.txt deleted file mode 100644 index 04a0845cce..0000000000 --- a/WtWSMS/common/script_values/sea_minority_culture_values_gui.txt +++ /dev/null @@ -1,14 +0,0 @@ -faith_small_minority_weight_value = { - value = base_small_minority_weight - if = { - limit = { - root.faith = { is_dharmic_faith_trigger = yes } - scope:the_faith_temp = { has_reduced_weight_in_dharmic_counties_trigger = yes } - } - multiply = dharmic_minorities_in_dharmic_counties_multiplier - } - else_if = { - limit = { root.culture = { has_a_religion_blending_tradition_trigger = yes } } - multiply = tradition_religion_blending_multiplier - } -} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index c25fcbf264..524bc4dbae 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -102,7 +102,7 @@ demote_least_supported_minority_in_county_effect = { limit = { exists = scope:item_to_demote } demote_minority_effect = { CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ ITEM = scope:item_to_demote } notify_characters_of_minority_reduction_effect = { - THE_TARGET_COUNTY = scope:target_county + THE_TARGET_COUNTY = $THE_COUNTY$ CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_creation_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_creation_triggers.txt new file mode 100644 index 0000000000..e04eb4c2c5 --- /dev/null +++ b/WtWSMS/common/scripted_triggers/BP_culture_creation_triggers.txt @@ -0,0 +1,131 @@ +#Mostly used for hybrid names +has_germanic_heritage_trigger = { + OR = { + has_cultural_pillar = heritage_central_germanic + has_cultural_pillar = heritage_east_germanic + has_cultural_pillar = heritage_north_germanic + has_cultural_pillar = heritage_west_germanic + } +} +has_celtic_culture_trigger = { + OR = { + has_cultural_pillar = heritage_continental_celtic + has_cultural_pillar = heritage_celtic + } +} +has_slavic_culture_trigger = { + OR = { + has_cultural_pillar = heritage_east_slavic + has_cultural_pillar = heritage_south_slavic + has_cultural_pillar = heritage_west_slavic + } +} +germanic_or_celtic_heritage_trigger = { + OR = { + has_germanic_heritage_trigger = yes + has_celtic_culture_trigger = yes + } +} +germanic_or_slavic_heritage_trigger = { + OR = { + has_germanic_heritage_trigger = yes + has_slavic_culture_trigger = yes + } +} +#Culture Name Triggers +has_valid_east_celtic_ancestors_trigger_generic = { + AND = { + $CULTURE_1$ = { + OR = { + has_cultural_pillar = heritage_mongolic + has_cultural_pillar = heritage_turkic + the_culture_or_parent_or_above_with_heritage_is_trigger = { CULTURE = culture:sarmatian } + } + } + $CULTURE_2$ = { has_cultural_pillar = heritage_celtic } + } +} +has_valid_east_celtic_ancestors_trigger = { + OR = { + has_valid_east_celtic_ancestors_trigger_generic = { + CULTURE_1 = $CULTURE_1$ + CULTURE_2 = $CULTURE_2$ + } + has_valid_east_celtic_ancestors_trigger_generic = { + CULTURE_1 = $CULTURE_2$ + CULTURE_2 = $CULTURE_1$ + } + } +} +#All these are at root scope +italian_ruler_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +### TODO vvvv +frankish_culture_trigger = { + culture = culture:old_frankish +} +gallo_romance_culture_trigger = { + AND = { + NOT = { culture = culture:old_frankish } + culture = { germanic_or_celtic_heritage_trigger = yes } + } +} +occitan_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +catalan_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +castilian_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +leonese_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +galician_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +andalusian_culture_trigger = { + culture = { has_cultural_pillar = heritage_arabic } +} +british_romance_culture_trigger = { + culture = { germanic_or_celtic_heritage_trigger = yes } +} +african_romance_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +dalmatian_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +romansh_culture_trigger = { + culture = { has_germanic_heritage_trigger = yes } +} +vlach_culture_trigger = { + culture = { germanic_or_slavic_heritage_trigger = yes } +} +pannonian_romance_culture_trigger = { + culture = { germanic_or_slavic_heritage_trigger = yes } +} +romance_hybrid_ruler_valid_trigger = { + $CULTURE_TRIGGER$ = yes + religion = religion:christianity_religion + has_a_feudal_type_of_government_trigger = yes + capital_county = { + faith = root.faith + trigger_if = { + limit = { always = $REGION_LOCKED$ } + any_county_province = { geographical_region = $CULTURE_REGION$ } + } + } +} +#Trigger for seeing if a new namelist event (for hybrids) is warranted +hybrid_has_new_namelist_trigger = { + #East Celtic + OR = { + has_valid_east_celtic_ancestors_trigger = { + CULTURE_1 = scope:parent_1 + CULTURE_2 = scope:parent_2 + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 929981ca5c..9a3416c0df 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -268,135 +268,3 @@ ai_will_not_convert_to_local_culture_trigger = { } } } - -#Mostly used for hybrid names -has_germanic_culture_trigger = { - OR = { - has_cultural_pillar = heritage_central_germanic - has_cultural_pillar = heritage_east_germanic - has_cultural_pillar = heritage_north_germanic - has_cultural_pillar = heritage_west_germanic - } -} -has_celtic_culture_trigger = { - OR = { - has_cultural_pillar = heritage_continental_celtic - has_cultural_pillar = heritage_celtic - } -} -has_slavic_culture_trigger = { - OR = { - has_cultural_pillar = heritage_east_slavic - has_cultural_pillar = heritage_south_slavic - has_cultural_pillar = heritage_west_slavic - } -} -germanic_or_celtic_culture_trigger = { - OR = { - has_germanic_culture_trigger = yes - has_celtic_culture_trigger = yes - } -} -germanic_or_slavic_culture_trigger = { - OR = { - has_germanic_culture_trigger = yes - has_slavic_culture_trigger = yes - } -} -#Culture Name Triggers -has_valid_east_celtic_ancestors_trigger_generic = { - AND = { - $CULTURE_1$ = { - OR = { - has_cultural_pillar = heritage_mongolic - has_cultural_pillar = heritage_turkic - the_culture_or_parent_or_above_with_heritage_is_trigger = { CULTURE = culture:sarmatian } - } - } - $CULTURE_2$ = { has_cultural_pillar = heritage_celtic } - } -} -has_valid_east_celtic_ancestors_trigger = { - OR = { - has_valid_east_celtic_ancestors_trigger_generic = { - CULTURE_1 = $CULTURE_1$ - CULTURE_2 = $CULTURE_2$ - } - has_valid_east_celtic_ancestors_trigger_generic = { - CULTURE_1 = $CULTURE_2$ - CULTURE_2 = $CULTURE_1$ - } - } -} -#All these are at root scope -italian_ruler_culture_trigger = { - has_germanic_culture_trigger = yes -} -### TODO vvvv -frankish_culture_trigger = { - culture = culture:old_frankish -} -gallo_romance_culture_trigger = { - AND = { - NOT = { culture = culture:old_frankish } - germanic_or_celtic_culture_trigger = yes - } -} -occitan_culture_trigger = { - has_germanic_culture_trigger = yes -} -catalan_culture_trigger = { - has_germanic_culture_trigger = yes -} -castilian_culture_trigger = { - has_germanic_culture_trigger = yes -} -leonese_culture_trigger = { - has_germanic_culture_trigger = yes -} -galician_culture_trigger = { - has_germanic_culture_trigger = yes -} -andalusian_culture_trigger = { - has_cultural_pillar = heritage_arabic -} -british_romance_culture_trigger = { - germanic_or_celtic_culture_trigger = yes -} -african_romance_culture_trigger = { - has_germanic_culture_trigger = yes -} -dalmatian_culture_trigger = { - has_germanic_culture_trigger = yes -} -romansh_culture_trigger = { - has_germanic_culture_trigger = yes -} -vlach_culture_trigger = { - germanic_or_slavic_culture_trigger = yes -} -pannonian_romance_culture_trigger = { - germanic_or_slavic_culture_trigger = yes -} -romance_hybrid_ruler_valid_trigger = { - culture = { $CULTURE_TRIGGER$ = yes } - religion = religion:christianity_religion - has_a_feudal_type_of_government_trigger = yes - capital_county = { - faith = root.faith - trigger_if = { - limit = { always = $REGION_LOCKED$ } - any_county_province = { geographical_region = $CULTURE_REGION$ } - } - } -} -#Trigger for seeing if a new namelist event (for hybrids) is warranted -hybrid_has_new_namelist_trigger = { - #East Celtic - OR = { - has_valid_east_celtic_ancestors_trigger = { - CULTURE_1 = scope:parent_1 - CULTURE_2 = scope:parent_2 - } - } -} diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 23232df777..cef3485a54 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -90,6 +90,7 @@ scripted_effect shift_language_effect = { #Make sure culture is actually valid bp_heritage_linguistic_drift.0001 = { + type = empty hidden = yes #Make sure a valid culture exists @@ -189,4 +190,4 @@ bp_heritage_linguistic_drift.0003 = { } ##### Heritage cases: Should require culture counties under dominance of another heritage -##### (80% under another heritage, not 80% under a set) + diff --git a/WtWSMS/history/provinces/bp_k_annonaria.txt b/WtWSMS/history/provinces/bp_k_annonaria.txt index e1a56642e0..14988a3851 100644 --- a/WtWSMS/history/provinces/bp_k_annonaria.txt +++ b/WtWSMS/history/provinces/bp_k_annonaria.txt @@ -1,4 +1,8 @@ -#k_annonaria +#NOTES: +# Friulian is normally classified part of Rhaeto-Romance, so made those corresponding counties +# Rhateo-Romance + +#k_annonaria ##d_histria ############################## @@ -32,7 +36,7 @@ } ###c_pula 2518 = { #PULA - culture = roman + culture = romano_illyrian religion = nicene holding = castle_holding } @@ -48,7 +52,7 @@ } ###c_aquileia 2508 = { #AQUILEIA - culture = roman + culture = romano_raetian religion = nicene holding = castle_holding #Sacked in 452, so no buildings @@ -64,7 +68,7 @@ } ###c_friuli 2512 = { #CAORLE - culture = roman + culture = romano_raetian religion = nicene holding = castle_holding } @@ -73,7 +77,7 @@ } ###c_gorz 2516 = { #GORIZIA - culture = romano_illyrian + culture = romano_raetian religion = nicene holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_dalmatia.txt b/WtWSMS/history/provinces/bp_k_dalmatia.txt index af0234ee44..747f48d3f1 100644 --- a/WtWSMS/history/provinces/bp_k_dalmatia.txt +++ b/WtWSMS/history/provinces/bp_k_dalmatia.txt @@ -5,7 +5,7 @@ # So parts of Illyria, especially the mountains, were still likely tribal and pagan until the 6th century # when the Slavs invaded. Probably played a role in the evolution of the Bosnian Church # -# There was a mithraic_pagan temple in Jajce, so having a Mithra county that quickly sucumbs to Nicene +# There was a mithraic_pagan temple in Jajce, so having a Mithra county that quickly succumbs to Nicene #k_dalmatia From 6aa83b8eb429ac5b8dd6b694f174ea589048a7a7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:25:01 -0400 Subject: [PATCH 104/339] Implement basic heritage shift event --- .../creation_names/BP_ck2_custom_names.txt | 2 +- .../common/on_action/BP_yearly_on_actions.txt | 10 ++ .../BP_heritage_linguistic_drift.txt | 143 +++++++++++++++++- .../BP_culture_events_l_english.yml | 14 +- .../cultural_heritages_l_english.yml | 4 +- 5 files changed, 169 insertions(+), 4 deletions(-) diff --git a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt index ac4ce1664d..0706e77c2b 100644 --- a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt +++ b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt @@ -52,7 +52,7 @@ italian = { #WtWSMS_pots.35; Roman to Italian trigger = { root = { romance_hybrid_ruler_valid_trigger = { - CULTURE_TRIGGER = has_germanic_culture_trigger + CULTURE_TRIGGER = italian_ruler_culture_trigger CULTURE_REGION = world_europe_south_italy REGION_LOCKED = yes } diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index abf5c2847a..7b19df12cd 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -1,6 +1,7 @@ yearly_global_pulse = { on_actions = { liguistic_shift + heritage_shift } } @@ -13,6 +14,15 @@ liguistic_shift = { #Cf. Vanilla common/on_actions/yearly_on_actions.txt:yearly_ } } +heritage_shift = { + effect = { + if = { + limit = { always = yes } + trigger_event = { id = bp_heritage_linguistic_drift.0101 } + } + } +} + yearly_playable_pulse = { on_actions = { delay = { days = { 90 180 } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index cef3485a54..e8d963f9de 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -8,7 +8,7 @@ #0101-0200: Heritage Drift Events scripted_trigger valid_linguistic_drift_culture_trigger = { - #Should actually be uses the latin language, but we need to make sure to map all possiblities + #Should actually be uses the Latin language, but we need to make sure to map all possibilities OR = { this = culture:romano_african this = culture:romano_noric @@ -191,3 +191,144 @@ bp_heritage_linguistic_drift.0003 = { ##### Heritage cases: Should require culture counties under dominance of another heritage +scripted_trigger valid_heritage_drift_culture_trigger = { + #Should actually be uses the Latin heritage, but we need to make sure to map all possibilities + OR = { + this = culture:romano_hispanic + } + this = { has_cultural_pillar = heritage_latin } +} + +#60% of culture counties under a single non-Latin heritage Ruler +scripted_trigger valid_heritage_drift_condition_trigger = { + any_ruler = { + this = { save_temporary_scope_as = ruler } + NOT = { culture = { has_same_culture_language = scope:heritage_shift_culture } } + scope:heritage_shift_culture = { + any_culture_county = { + percent >= 0.60 + holder = { + OR = { + this = scope:ruler + this = { any_liege_or_above = { this = scope:ruler } } + } + } + } + } + } +} + +scripted_effect shift_heritage_effect = { + scope:heritage_shift_culture = { + if = { + limit = { this = culture:romano_hispanic } + custom_tooltip = { + text = african_romance_language + subject = scope:heritage_shift_culture + set_culture_pillar = heritage_iberian + } + } + else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE" } + } +} + +#Make sure culture is actually valid +bp_heritage_linguistic_drift.0101 = { + type = empty + hidden = yes + + #Make sure a valid culture exists + trigger = { any_culture_global = { valid_heritage_drift_culture_trigger = yes } } + + #Pick one of the random valid cultures + immediate = { + random_culture_global = { + limit = { valid_heritage_drift_culture_trigger = yes } + save_scope_as = heritage_shift_culture + } + + if = { + limit = { valid_heritage_drift_condition_trigger = yes } + + if = { + limit = { exists = scope:heritage_shift_culture } + #If the culture head exists, inform him/her first + if = { + limit = { exists = scope:heritage_shift_culture.culture_head } + scope:heritage_shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0102 } } + } + #Otherwise, directly change the culture and tell everyone + else = { + shift_heritage_effect = yes + every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0103 } } + } + } + #Handle failure case; shouldn't happen unless some Latin-speaking culture doesn't map + else = { debug_log = "NO LATIN SPEAKING CULTURE CAN BE SELECTED FOR bp_heritage_linguistic_drift.0001 EVENT" } + } + } +} + +bp_heritage_linguistic_drift.0102 = { + type = character_event + title = bp_heritage_linguistic_drift.0102.t + desc = bp_heritage_linguistic_drift.0102.desc + theme = culture_change + left_portrait = root + + immediate = {} + + option = { + name = bp_heritage_linguistic_drift.0102.accept + shift_heritage_effect = yes + every_ruler = { + limit = { + OR = { + this = { in_diplomatic_range = root } + this.culture = { has_same_culture_language = scope:heritage_shift_culture } + } + NOT = { this = root } + } + trigger_event = { id = bp_heritage_linguistic_drift.0103 } + } + flavor = bp_heritage_linguistic_drift.0102.accept.tooltip + } +} + +bp_heritage_linguistic_drift.0103 = { + type = character_event + title = bp_heritage_linguistic_drift.0103.t + desc = bp_heritage_linguistic_drift.0103.desc + theme = culture_change + left_portrait = scope:chosen_character + + immediate = { + if = { + limit = { exists = scope:heritage_shift_culture.culture_head } + scope:heritage_shift_culture.culture_head = { save_scope_as = chosen_character } + } + else_if = { + limit = { any_ruler = { culture = scope:heritage_shift_culture } } + random_ruler = { + limit = { culture = scope:heritage_shift_culture } + save_scope_as = chosen_character + } + } + #Fallback + else = { root = { save_scope_as = chosen_character } } + } + + #For other rulers of the culture + option = { + name = bp_heritage_linguistic_drift.0103.accept_same_culture + flavor = bp_heritage_linguistic_drift.0103.accept_same_culture.tooltip + trigger = { root.culture = scope:heritage_shift_culture } + } + #For other rulers not of the culture + option = { + name = bp_heritage_linguistic_drift.0103.accept_different_culture + flavor = bp_heritage_linguistic_drift.0103.accept_different_culture.tooltip + trigger = { NOT = { root.culture = scope:heritage_shift_culture } } + fallback = yes + } +} \ No newline at end of file diff --git a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml index 75a2fba138..ccd468e73c 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml @@ -3,6 +3,7 @@ bp_culture_events.0001.desc: "The mixing of the people of [parent_1.GetName] and [parent_2.GetName] has produced an unexpected fusion of the two cultures, to the point a new naming practices have taken hold. Now, the $name_list_east_celtic$ practices have taken root, replacing our older ways." bp_culture_events.0001.response: "Our mores change more and more..." #Heritage/Linguistic Drift + #Linguistic Drift african_romance_language: "[language|E] changes language to #V $language_african_romance_name$#!" african_romance_name_list: "#E Naming Practices#! change to #V $name_list_african_romance$#!" rhaeto_romance_language: "[language|E] changes language to #V $language_rhaeto_romance_name$#!" @@ -10,7 +11,7 @@ british_romance_language: "[language|E] changes language to #V $language_british_romance_name$#!" british_romance_name_list: "#E Naming Practices#! change to #V $name_list_british_romance$#!" bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" - bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tonuge of the [linguistic_shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." + bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tongue of the [linguistic_shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" bp_heritage_linguistic_drift.0002.accept.tooltip: "Your [culture|E]'s [language|E] has changed" bp_heritage_linguistic_drift.0003.t: "$bp_heritage_linguistic_drift.0002.t$" @@ -19,4 +20,15 @@ bp_heritage_linguistic_drift.0003.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0002.accept.tooltip$" bp_heritage_linguistic_drift.0003.accept_different_culture: "I see" bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip: "The [linguistic_shift_culture.GetName] [culture|E]'s [language|E] has changed" + #Heritage Drift + bp_heritage_linguistic_drift.0102.t: "Heritage Drift" + bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [heritage_shift_culture.GetName] people has changed enough from Latin that it is foreign to those of Latin customs." + bp_heritage_linguistic_drift.0102.accept: "As times change, so must we" + bp_heritage_linguistic_drift.0102.accept.tooltip: "Your [culture|E]'s [language|E] has changed" + bp_heritage_linguistic_drift.0103.t: "$bp_heritage_linguistic_drift.0102.t$" + bp_heritage_linguistic_drift.0103.desc: "$bp_heritage_linguistic_drift.0102.desc$" + bp_heritage_linguistic_drift.0103.accept_same_culture: "$bp_heritage_linguistic_drift.0102.accept$" + bp_heritage_linguistic_drift.0103.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0102.accept.tooltip$" + bp_heritage_linguistic_drift.0103.accept_different_culture: "I see" + bp_heritage_linguistic_drift.0103.accept_different_culture.tooltip: "The [heritage_shift_culture.GetName] [culture|E]'s [heritage|E] has changed" \ No newline at end of file diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml index 2f189eff3a..51f1881f05 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml @@ -4,4 +4,6 @@ heritage_berber_name: "Amazigh" heritage_berber_collective_name: "Amazighs" heritage_burman_name: "Southeast Asian" - heritage_burman_collective_noun: "Southeast Asians" \ No newline at end of file + heritage_burman_collective_noun: "Southeast Asians" + heritage_iberian_name: "Hispanic" + heritage_iberian_collective_noun: "Hispanics" \ No newline at end of file From c07f3f0aa8f4ccd16d44aa430bd70c0e6953dd34 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:53:21 -0400 Subject: [PATCH 105/339] Fix file encoding issue --- .../culture/names_equivalency/00_names.txt | 1162 ++++++++--------- _developer_documentation/_BP_design.info | 1 + 2 files changed, 582 insertions(+), 581 deletions(-) diff --git a/WtWSMS/common/culture/names_equivalency/00_names.txt b/WtWSMS/common/culture/names_equivalency/00_names.txt index 152134544d..c32009d886 100644 --- a/WtWSMS/common/culture/names_equivalency/00_names.txt +++ b/WtWSMS/common/culture/names_equivalency/00_names.txt @@ -1,583 +1,4 @@ -aetius_male = { AE_tius E_ge_ E_ze_o } -adiarius_male = { Adiarius Age_are_o Egeare_ } -aeddan_male = { A_ed A_edA_n A_eda_n Aedan Aeddan Aethon E_dano Edhan Hoe_l Hug Huges Hugh Hugo Hugues Huw Uc Ugo Ugolino Ugone Ugonino Ugu Uguccione Uguccionello Ugues Yu } -agrafin_male = { Agrafin Agraue_no Agraue_no2 Agravain Arroen Arroi_n } -agrippa_male = { Agre_pe Agrippa Erre_pe } -alan_male = { Alain Alan Alano Alanus Allan Elan } -albanus_male = { Albano Albanu Albanus Alben } -albus_male = { Alb Albo Albu Albui Albus Arbu Ialby Jualb } -alexander_male = { Aie_ushandre Alastair Ale_sandre_ Alecuandur Aleksandar Aleksander Aleksandr Aleksandre Ales Alesandre Alescandru Alessandro Alexander Alexandr Alexandre Alexandros Alexandru Alisander Alissandru Alixandre Alle_psandre_ Allepsandri Allisander Chaandy Eleandre Eskander Iskander Iskender Iskinder Lesha_dru Lissandru SA_ndor Sa_ndor } -alwyn_male = { AE_lfwine AE_lle AE_thelwine Aelle AilpI_n Alboin Alboino Ale_n Ale_no Algwyn Alpin Alwen Alwin Alwyn Audoin E_lfwine E_lle E_thelwine Ealdwine Elfin Elpin } -ambrose_male = { Abbolsu Abbrosiu Ambbrogghiu AmbrO_su Ambrogio Ambroise Ambros Ambrose Ambroshui Ambrosio Ambrosius Ambroso Ambroz Ambrushy Amrus E_me_ris Emrys I_me_ri } -ambrosinus_male = { Ambrn_sino Ambrosin Ambrosinus } -annan_male = { Annan Annans } -antoninus_male = { A_done_nu Andolin Annwn AntO_ni Anthony Antn_nino Anto_nio Antoine Antoinus Anton Anton_inui Anton_u Anton_ui Antoni Antoni_n Antonin Antonine Antonineh Antonino Antoninu Antoninus Antonio Antonios Antoniotto Antoniu Antonius Antonolo Antouni Antuiy Antun_inu Antun_iny Antune Antuninu Antuone } -apon_male = { Abon Abono Apon } -appius_male = { Appe_ Appeo Appius } -aradig_male = { Aradig Arazie_co Erege_y } -aradoc_male = { Aradn_co Aradoc Eredho } -arawain_male = { Araue_no Arawain Eroe_n } -arod_male = { Arod Aroto Erod } -arthfael_male = { Arde_ualo Argei_uel Arthfael } -arthur_male = { Aarto Achiuir Ardur Arduro Art ArtU_r Arthguiu Arthueu Arthuis Arthuiu Arthur Arthwr Arthwys Artorius Artu_r Artur Arzhur } -attilius_male = { Agile_ Attilius Azzile_o } -aulus_male = { Aulo Aulus Ole } -aurelius_male = { Aure_le_o Aurelio Aurelios Aureliu Aurelius Aurellu Aurellui Aurely Aureo_l Aureolo Aureolus Auriol Awrehli Oreiy Orele_ Oreliu Rezu Urellu } -balin_male = { Bale_no Balin Bele_n } -balise_male = { Bale_s Bali_ Balise } -bedwyn_male = { Be_de_no Bede_n Bedwyn } -bedwyr_male = { Be_turo Bedur Bedwyr } -bleddyn_male = { Ble_gin Ble_gino Bleddyn Blethin } -bleiddig_male = { Ble_gi_ Ble_zico Bleiddig } -bors_male = { Bn_rs Bor Bors } -bran_male = { BrA_n Bra_n Bran Brano } -britannicus_male = { Bre_tanne_co Brechaiecy Bretagniques Bretan_ecui Bri_daney Britannecu Britannicus } -brochmael_male = { Brn_cimalo Brochmael Brogemal } -brochvael_male = { Brn_civalo Brochvael Brogeual } -brutus_male = { Bride Bridei Brout Bru_ Brude Bruide Bruto Brutus Brwt } -brwyn_male = { Bre_n Bre_no Brwyn } -brychan_male = { Brocano Brogan Broichan Brychan } -caddan_male = { Cadano Caddan Gedhan } -cadell_male = { Cadell Cadello Gedhelle } -cadfael_male = { Cadfael Cadwal Catovallo Gedoualle } -cadog_male = { Cadoc Cadoco Cadog Gedoe Kado } -cadwallon_male = { Cadwallon Catguallon Catovalln_no Catuallon Gedouallon } -cadwy_male = { Cado Cadwy Catovio Gedoui } -caecilius_male = { Aksel Aksil Caecilius Cecily Cegillu Che_chellui Cie_ciellu Cie_cileo Ge_gile_ Ge_ye_zu Kaikilios Ke_kili She_sheiy } -caelgyn_male = { Caelgyn Cie_le_gino Gelegin } -cai_male = { Cai Caiu Ce_o Dzhe_ui Gaios Gaiu Gaius Gay Ge_o Gui_ Zhe_y } -cain_male = { Cain Cie_no Ge_n } -caleddin_male = { Cale_dino Caleddin Geledhin } -caradoc_male = { Caradaig Caradec Caradoc Caradog Caratacus Caratn_co Cedric Cerdic Ceredig Cie_re_zico Gerado Gere_gey Karadeg } -caraled_male = { Caraled Caraleto Gerele_ Gerled } -carawain_male = { Caraue_no Carawain Gerauen } -carig_male = { Care_co Carig Gerey } -caswallon_male = { Casovallono Caswallon Gesouallon } -cavan_male = { Cauano Cavan Geuan } -cedwyn_male = { Cedwyn Cie_tn_vino Ge_douin } -celwin_male = { Celwin Cie_lvino Ge_luin } -cerdig_male = { Cerdig Cie_rzie_co Gergey } -cerdoc_male = { Cerdoc Cie_rtn_co Gerdo } -ceretiacus_male = { Ceretiacus Cie_re_ze_aco Geregi_ey } -cerevanus_male = { Cerevanus Cie_re_vano Gereuen } -cerfin_male = { Cerfin Cie_rvino Ge_ruin } -cerlyn_male = { Cerlyn Cie_rlino Ge_rlin } -cerwain_male = { Cerwain Cie_rve_no Ge_rue_n } -coel_male = { Cie_le_o Coel Gele_ } -constantine_male = { Castantin Caunstantin CausantI_n Causanti_n Cn_sce_nino Coge_nin ConstantI_n ConstantI_nu Constanti_n Constantin Constantine Constantino Constantinui Constantinus Costantin Costantinu Cunschantiny Cunstantinu Custantinu Custennin Custentin GosantI_nu Gosdantin Gosta_de_nu Guantine Konstantin Konstantine Konstantinos } -corineus_male = { Core_ne_ Core_ne_o Corineus } -cornelius_male = { Caurnel Cn_rne_le_o Corn_ellui Cornele_ Cornelio Corneliu Cornelius Cornellu Cornely Cureiy Curn_ellu Curneliu Gonnezu Kornel Kornelios } -culhwch_male = { Coln_co Colo Culhwch } -cynfarch_male = { Conmarch Conn_varco Conouarge Cynfarch } -cynfelyn_male = { Conn_ve_lino Conouelin Convelin Cynfelyn } -cynfyn_male = { Conn_vino Conouin Cynfyn } -cynwallon_male = { Conn_valln_no Conouallon Conuallon Cynwallon } -david_male = { DA_vi Da'oud Da'ud Da_oud Da_ud Da_vi DabI_d Dabi_d Dabuut Daevit Dafydd Daoud Daouda Dauid Daveid Davi David Davide Davido Davit Davud Davyd Dawid Dawit Dawud Deue_ Deui Devi Dewi Diwdad Tuokko } -decimus_male = { De_cie_mo Dechemui Decimus Deshemy Dieciemu Gegi_m } -deiniol_male = { Danail Dane_l Danelu DaniE_l Danie_l Daniel Danieli Daniil Danilo Danilu Daniyel Daniyyel Danyal Deiniol Deniel Ge_neol Gie_niolo Taniel } -derella_male = { Derella Gere_lle Gie_re_lle_ } -domitianus_male = { Dn_mizeano Domechanui Domidgen Domitianus Dumeshany Dumetianu } -dorfael_male = { Dn_rvalo Dorfael Dorual } -drystan_male = { Drostan Drostano Drosten Drystan Tristan } -dubricius_male = { Dobre_ze_o Dobrigi_ Dubricius } -dyfrig_male = { Dorri_ Dorrico Dovrigo Dyfrig Dyrrig } -eachern_male = { E_cie_rno Eachern I_ge_rn } -ector_male = { E_itro Ector I_tre } -edern_male = { E_de_rno Edern Edhe_rn Edyrn Eternus } -edwin_male = { Eadwine Edwin Edwis Edwyn Odhon Odono } -einion_male = { E_gnono Einion I_nnon } -eldoc_male = { E_ldoco Eldoc Eldoe } -elgwyn_male = { E_lve_no Elgwyn Elue_n Elwain } -elwydd_male = { E_lve_do Elue_dh Elwydd } -erbin_male = { E_rbin E_rbino Erb Erbin Erpin Irb Urbain Urban Urbano Urbien } -ermid_male = { E_rme_do E_rmi_dh Ermid } -fabianus_male = { Fabe_ano Fabeanu Fabeanui Fabeany Fabianus Fabien } -fergal_male = { Fergal Guergel Vergalo } -flavius_male = { Flauio Flavius Floi_ Phlawi } -fulvius_male = { Folui_ Folvio Fulvius } -gadric_male = { Catarico Gadric Gederi_ } -galed_male = { Cale_to Galed Gele_d } -gareth_male = { Care_to Gareth Gere_d } -gawain_male = { Gaue_no Gawain Goe_n } -gerald_male = { GE_rard GE_raud Garalt Garibald Garibaldo Garipald Ge_rard Ge_raud Gehrke Gerald Geraldo Gerallt Geralt Gerard Gerardo Geraud Gerbald Gerhard Gerhardus Gerold Gherardo Ghert Gie_ralto Gierolt Girald Girard Girardu Girart Guerau Guiral Guiraud Guitart Xerardo Xerardu } -gerdin_male = { Cie_rgino Gerdin Gergin } -gereint_male = { Cie_re_ns Ganant Ge_ren Geraint Gereint Gerontius Gerren } -gerlyd_male = { Cie_re_lodo Geri_lo_ Gerlyd } -gerreth_male = { Cierreto Gerred Gerreth } -gerwain_male = { Cie_rn_ve_no Gerove_n Gerwain } -gratianus_male = { Grachanui Gradze_anu Grashany Gratianu Gratianus Gratzianu Graze_ano Grege_an } -griffid_male = { Cre_vi_ Cre_vido Griffid } -gruffud_male = { Cro_ Crodo Croui_ Crovido Gruffud } -gudovan_male = { Godouan Gotn_vano Gudovan } -gwerthern_male = { Guerdhe_rn Gurthiern Gwerthern Ve_rte_rno Vortegyn Vortigern } -gwidyr_male = { Guedor Gwidyr Ve_toro } -gwydre_male = { Gui_tri Gwydre Ve_tris } -gwylyddyn_male = { Gui_lodhin Gwylyddyn Ve_lodino } -gyllad_male = { Gella_ Gie_llado Gyllad } -horatius_male = { Horatio Horatius Oraze_o Orege_ } -hywel_male = { E_uel E_ve_lo HoE_l Hoel Howell Huwal Hywel } -idfael_male = { E_dhoual E_dn_valo Idfael } -iorweth_male = { Duarte E_douard E_orue_ E_orveto Edouart Edouarzh Eduard Eduardo Eduardus Edvard Edward Iorweth JA_tvarD_r Jedvard Odoardo } -issa_male = { E_he E_sse Isaac Isaak Ishaq Issa Ittac Sahag Sahak Yitzhak } -ithel_male = { E_gil E_zilo Ithel Iudhael } -iulius_male = { Chulia_n Eiouliane Giuli_ Giuliano Giulianu Giulio Giullanu Giullu Huzanu Huzu Ioueanui Iouli Ioulianos Ioulios Iovianus Iueany Iulianus Iulius Iullanu Iulleanui Iullu Iullui Iun_ui Iunius Iuveanu Iuy Jiolian Ju_lio Jules Julia_n Julia_o Julian Julien Julius Juliusz Juw Olban Silin Sulgen Sulian Sulien Tysilio Ulyan Yuli } -lanval_male = { Lann_valo Lanval Lenoual Llanval } -leudonus_male = { Le_odhon Le_odono Leudonus } -licat_male = { Le_cato Le_ged Licat } -ligessac_male = { Le_gehey Le_gie_ssaco Ligessac } -livius_male = { Le_ue Le_ve_o Livius } -lladarn_male = { Ladarno Ledharn Lladarn } -llyr_male = { Le_ri Le_rio Llyr } -llywelyn_male = { Llywelyn Ln_e_lino Loe_lin } -longinus_male = { Longe_n Longie_no Longine Longinos Longinus Lonqine } -lucius_male = { Alois Alvise Clydog L_ukasz Lajos Lles LluI_s Lluis LoI_s Lodewijk Lodovico Loeiz Loi_s LouI_s Loui Louis Loukas Loukios Loys Lucas Luchui Lucian Lucien Lucio Luciu Lucius Lucjan Ludovico Luduvicu LudvI_k Ludvig Ludvik Ludwig Luga Lugi_ Lugiu Lui_s Luiggi Luigi Luis Lukaz Luke Luki Lukose Luqi Lushy Luya Luye_u } -lucretius_male = { Locre_gi_ Locre_zio Loukretios Lucretius Lucrici } -luctemarus_male = { Loidemar Loite_maro Luctemarus } -madog_male = { Madoco Madoe Madog Matad Matoc } -mael_male = { Mael Me_l Me_lo } -maelfin_male = { Maelfin Maelgwyn Maluin Malvino } -maelgore_male = { Maelgore Maelgyr Malcn_ro Malcor Malcoro } -malaine_male = { Malaine Male_no Meli_n } -mapon_male = { Mapon Mapono Mepon } -marcellus_male = { Marcello Marcellus Marcherui Marcie_llo Marcie_llu Margelle Margellu Markellu Marshery Martzel Maryezu } -marcus_male = { MA_rk Ma_rk Marc Marcas March Marchell Marchus Marco Marcu Marcui Marcus Marek Margh Margos Margu Mark Marko Markos Markose Marku Markus Marqeh Maryu Miarcy Morcar } -mardoc_male = { Mardhoe Mardoc Mardoco } -mared_male = { Mare_to Mared Mere_d } -marianus_male = { Mare_ano Mare_anu Mare_u Mari Marian Mariane Mariano Marianos Marianu Marianus Marien Marin Marino Marinos Marinu Marinui Marinus Mariny Mario Marios Mariu Mariui Marius Me_rin_no Meirion Meri_ Meri_an Mi_ri_on Miary } -maximianus_male = { Ma_usemeiany Mapsemeanu Mapsemeanui Masse_miano Maximianus Mehe_mien } -maximus_male = { Ma_usemy Macsen Maisme Maksineh Mapsemu Mapsemui Mascimu Mashe_mu Masse_mo Massen Massimo Massimu Maximos Maximus Mehe_m } -meilyr_male = { Me_liro Meilyr Mi_lir } -merfyn_male = { Me_ruen Me_rveno Merfyn Merlin Mermin } -meriadoc_male = { Me_riatoco Meiriadog Meriadec Meriadoc Meriasek Mi_re_doe } -meric_male = { Me_re_ Me_re_co Meric } -meurig_male = { Mauric Maurice Maurike Mauritius Meurig Muri_ Murico } -minac_male = { Me_naco Mi_ney Minac } -morfans_male = { Mn_rvans Morfans Moruan } -morien_male = { Mn_rie_no Morcant Morgan Morgen Mori_n Morien Muirgein } -morridig_male = { Mn_rrizico Morridig Morrige_ } -nabur_male = { Naboro Nabur Nebor } -nasiens_male = { Nagen Nasiens } -nero_male = { Ne_ro Nero Ni_r } -octavianus_male = { Guitoien I_doi_an Octaviano Octavianus Odduyanu Oitaue_ano Optaueanui Ottuianu U_toeany Uptaveanu } -octavius_male = { Eudaf Guitoy I_doe_ Octave Octavio Octavius Oitaue_o Optauiui Ottavio Ottaviu Outham U_toiy Uptaviu } -oreth_male = { Ore_to Ored Oreth } -owain_male = { EO_gan EO_ganA_n E_ogan Egenio Eguen Eo_gan Eo_gana_n EugE_ne Euge_nio Eugene Eugenio Eugenios Eugenius Euggeniu Even Ewan O_ve_no Oui_n Owain Owen Uuen Yawan } -padarn_male = { Padarn Padarno Padern Paderno Patern Paterne Paternus Pedarn Pidarnoin } -paulus_male = { Boghos Bulu PAAl PA_l PA_ulu PO_l Pa_l Paavo Paol Paolino Paolo Paul Paule Paulo Paulos Paulose Paulu Paulus Paurui Pavel Pavle Pavlos PaweL_ Pawel Pawl Pol Pory Pulu Puol } -perddel_male = { Pe_rgie_lo Perddel Pergil } -peredur_male = { Pe_re_turo Peredur Peredyr } -pertinax_male = { Pe_rte_nais Perde_nei Pertinax } -plinius_male = { Pline_ Pline_o Plinius } -pontius_male = { Ponge_ Ponsio Pontius Ponze_o } -primus_male = { Prim Primeh Primo Primus } -quintus_male = { Centui Centy Cind Cintu G?du Gudu Koi_ntos Quintius Quinto Quintus Qwinteh } -rainal_male = { Rainal Re_nalo Ri_nel } -regulus_male = { Re_golo Regulus Ri_gol } -rigertus_male = { Re_gie_rto Rege_rd Rigertus } -rodericus_male = { Rn_gie_rico Rodericus Roderiko Roge_ri_ } -rowain_male = { Rn_ve_no Roue_n Rowain } -rufus_male = { Rouphos Ruf Rufo Rufus Ruphus } -secundus_male = { Hecondhe Se_condo Secundus } -sedullus_male = { Ge_dholl Se_dollo Sedullus } -septimus_male = { Hetti_m Se_tte_mo Septimo Septimus } -sestus_male = { Sestus Set Setto } -severus_male = { Geve_r Se_ve_ro Severos Severus Sewereh Sheuerui Sheuery Sie_veru } -sextus_male = { Hesd Se_sto Sexsteh Sextus She_usty Shepstui Sie_pstu Siste Sistus } -tacitus_male = { Tace_to Tacet Tachetui Tacietu Tacitus Tagitu Tashety Taye_du Tegi_d } -taliesin_male = { Talie_se_no Taliesin Tallese_n Telesinus } -tertius_male = { Te_rze_o Terge_ Tertius } -tewdric_male = { Te_n_dn_re_is Te_odori_ Tewdric } -titus_male = { Chetui Gi_d Shety Te_to Tietu Titos Titus } -tudwal_male = { TU_athal Theodowalaunus Tu_athal Tuathal Tudhoual Tudwal Tugdual Tutn_vales } -tudwallon_male = { Tudhouallon Tuduallon Tudwallon Tutn_valln_no } -urien_male = { Urbcen Urbgenius Urie_ns Urien } -uther_male = { Be_ddor Biktor Bittor Pabiktor Ue_utru Ueptro Ugere Uther Uthyr Uzie_ro Veptur Vetoir Victor Viktor Viktour Vittaur Vittore Vittorio Vittoriu Wecta } -valerianus_male = { Guelere_an Uaiereany Uallereanui Vaeriano Vale_re_ano Valerianus Valle_reanu } -valerin_male = { Guelere_n Vale_re_no Valerin } -varius_male = { Guere_ Vare_o Varius } -verutius_male = { Gueroge_ Ve_roze_o Verutius } -vindotorix_male = { Guindori_ Vindn_tn_re_is Vindotorix } -vitalinus_male = { Guidele_n Gwydolin Vitale_no Vitalinus } -aelia_female = { AE_lia AlaI_s Alai_s Alais Alausia Ale_se AliC_ Alic_ Alice Alicia Alijse Alis Alisce Alisia Alitz Alix Allust Alys Anleta E_le_de E_lie Eli_e Heledd } -aemilia_female = { AE_milia E_me_lie Emili_e } -ade_female = { Ade Adhe } -aelwyd_female = { Aeluit Aelwyd E_ln_e_te I_loi_de } -aeronwen_female = { Aeronwen E_rn_nn_e_ne E_ronoi_ne } -aeronwy_female = { Aeronwy E_rn_nie E_roni_e } -agnes_female = { A_gnes A_ine AgnE_s Agne Agne_s Agne_se Agnes Agnese Agnez Agnieszka Aignes AinE_s Aine_s Aines Ana Anah Anna Annah Annamma Anne Anne_se Anne_ste Annes Annest Annick Auni Channah Ennesde Enni_e Hannah Iana InEEs InE_s Ine_s Ines Nest Nesta Oanez Uunis } -ailleann_female = { Ailleann E_le_ane Eli_ene } -alba_female = { Alba Albe } -annwyl_female = { Annwyl Anui_le Anvile } -anowed_female = { Ane_te Anowed Eni_de } -arddyn_female = { Arddyn Arge_ne Argi_ne } -arian_female = { Are_ane Arian Eri_ene } -blodwen_female = { Bleutuen Bleuzenn Bln_dn_e_ne Blodhoi_ne Blodwen } -bronwen_female = { Brn_nn_e_ne Bronoi_ne Bronuen Bronwen } -caelia_female = { Cae_lia Cie_lie Geli_e } -camilla_female = { Camilla Camille Gemi_lle Kamila Kamilla } -cassia_female = { Casha Casie Cassia Chasha Gasse_a Gi_e Kasia Tkasia } -ceinwyn_female = { Ceinwyn Cie_nn_e_ne Genoi_ne } -ceridwen_female = { Ceridwen Cie_re_ve_ne Ge_reui_ne } -cerie_female = { Cerie Cerys Cie_re_se Cie_rie Gi_ri_e } -cicely_female = { Aziliz CE_cile Caecilia Ce_cile CecI_lia CecilI_a Cecilia Cecilie Cecily Che_chella Cicely Cie_cie_lie Cie_ciella Gegili_e Kaikilia She_shea } -clarisant_female = { Clarisant Llare_sante Lleri_ande } -claudia_female = { Ciaudza Claudia Claudie Claugia Coza Crudia Glades Gladez Golade_s Grude_a Gwladys Klaudia Llaudie Llodhi_e } -cloelia_female = { Cloelia Lln_e_lie Lloili_e } -cornelia_female = { Cn_rne_lie Corn_ella Corneli_e Cornelia Cornella Curea Curn_ella Gonneza } -decima_female = { De_cie_me Decima Gegi_me } -delyth_female = { De_lode Delyth Di_loe } -denise_female = { De_nise Deneza Deni_e Denis Denise } -dian_female = { Chuana Dian Eonnecte Gi_ene Gie_ane Gioanna Hoanna Iannia Ioan_a Ioanna Iohana Iohanna Iohanne Iouenna Iuaia Janed Jean Jeanne Jehanne Jiona Joan Joana Joanna Johanna Juana Se_ane Seonaid Sheena Shona SiA_n Sia_n SiobA_n Sioned Siunod Xoana Xuana Youenna } -domitia_female = { Dn_mizie Domige Domitia } -domitilla_female = { Dn_me_zille Domigi_lle Domitilla } -dwynwen_female = { Donn_e_ne Donoi_n Dwynwen } -elain_female = { Elain I_lene } -eleanor_female = { Aenor AliE_nor Alie_nor AlienO_r Alienn_r Alienora Alionor Azenor E_lE_onore E_le_nore E_le_onore Eilionoir Eilionora Eleanor Eleonora Eleonorka Eli_nore Elinor Elionor Ellanora Ellijnore Ellinor Leonor Leonore Lleonor Zanora } -elen_female = { Aileen E_le_ne E_le_ne2 E_lina E_line Eiena Elaine Eleina Elen Elena Elene Eli_ne Ellena Ellyn HE_lE_ne Helen HelenE_ Helena Helene Hellene Ilona Jelena Lena Liekko Olena Oleni } -elinion_female = { E_le_ne_one Eli_ni_one Elinion } -enid_female = { E_nide Eni_e Enid } -eve_female = { AibilI_n Ava Chava E_fe E_ua E_va Eba Efa Eua Eva Eve Hawwa I_fe } -fabiana_female = { Fabe_ane Fabiana Fabiene } -faustina_female = { Fauschena Fauscie_ne Faustina Fogi_ne Foshena } -flavia_female = { Flauia Flauie Flavia Floi_e Floia Phlavia } -fulvia_female = { Folui_e Folvie Fulvia } -germana_female = { Germana Germene Gie_rmane } -glaucia_female = { Glaucia Llaucie Llogi_e } -glynys_female = { Glynys Lline_s Llini_ } -gratiana_female = { Gratiana Grege_ana } -guinevere_female = { Gui_nofere Guinevere Gwenhwyfar Ve_nofare } -gwen_female = { Gui_ne Gwen Gwenn Uen Ve_ne Wenn Wenna } -gwenda_female = { Gue_ndhe Gwenda Ve_nde } -gwenillian_female = { Guene_lli_ene Gwenillian Ve_ne_lle_ane } -gwenwyn_female = { Guenoi_ne Gwenwyn Ve_nn_e_ne } -gwerfyl_female = { Guerfi_lle Gueruel Gwerfyl Ve_rfe_lle } -gwyladis_female = { Goledhe_ Gwyladis } -heulwen_female = { Heulwen Oln_e_ne Oloi_ne } -hywella_female = { Hywella O_e_lle Oi_lle } -ilud_female = { E_lode I_loe Ilud } -isabel_female = { Aaleyaamma AlZ_bEE_ta Beileag Bet E_lizabeth Egilona Eilo EisabE_u Eisabe_u ElI_sabet ElZ_bieta Elesbed Elisa ElisabE_ta Elisabe_ta Elisabet Elisabeta Elisabete Elisabeth Elisabetta Elisaued Elisaveta Elise Elisheva Eliz Eliza Elizabeta Elizabeth Elizabetha Elo Eloisa Eloise Elspeth Elzbieta ErzsE_bet Erzse_bet Exilona Eylo HE_loise He_loise Helisabeth Heloise Iebelle Ilizabith IsabE_la IsabE_u Isabe_la Isabe_lle Isabe_u Isabeau Isabel Isabela Isabella Isabelle Isobel Ispella Izabel Le_sabedda Lillias Lise Lisebet Lys Sabela Sabeza Uusbail Yelizaveta Yelizaveti Ysabel Ysabelle Ysbail Zabel } -iseult_female = { E_solte Essyllt Hersilia I_olde Iseult Isode Isolde Isotta Isoude Izolda } -iulia_female = { Giuli_e Giulia Giulie Giulla Huza Ioulia Iouliana Iuia Iuiana Iulia Iuliana Iulla Iullana Iun_a Iunia Iyana JU_lia Ju_lia Julia Juliana Julie Julienne Le_be_a Le_ui_e Le_vie Levie Libia Livia Lliuia Llivia Senioulia Yuhliya } -ladwys_female = { Ladn_e_se Ladwys Ledhoi_e } -leanor_female = { Le_anore Leanor Li_enore } -lowry_female = { Lori_e Lorie Lowry } -lucia_female = { LU_cia L_ucja LlU_cia Lleuca Loukia Lu_cia Luci_a Lucia Lucie Lucija Lucja Lugi_e Lugia Luya } -lucilla_female = { Luchera Lucie_lle Luciella Lucilla Lugi_lle Lushera } -lucretia_female = { Loukretia Lucre_zie Lucregi_e Lucretia } -lunete_female = { Lune_tte Lunete } -maelrys_female = { Maelrys Mare_se Meri_e } -mair_female = { MA_ire MA_ria MO_r Ma_ire Ma_ria Maike Maior Mair Mairi MarI_a Mara Maraja Mare Mare_a Mareike Mari Mari_a Maria Mariam Mariami Marie Mariham Marija Mariyam Mary Maryam Mayor Mere Miara Miriam Miryem Mor Morag } -marcella_female = { Marcella Marchell Marchera Marcie_lla Marcie_lle Margelle Marshera } -margaret_female = { MA_irgred Ma_irgred Maisie Marared Marc'harit Margalida Margalit Margalita MargarE_ta Margarait Margare_ta Margare_te Margaret Margareta Margarete Margaretha Margarid Margarida Margarita Margerede Margherita Margred Margrete Margrethe Margrud Marguarite Marguerite Maryareda Peigi } -martina_female = { Marchena Margi_ne Marshena Martina Marzie_ne Muertina } -marwenna_female = { Maruenne Marve_nne Marwenna } -matilda_female = { Mafalda Magilda Mahalta Mahaut Mahthildis Mathilda Mathilde Matild Matilda Matilde Matylda Maud Mauda Mautild Mawd Maze_lde Mechthild Mege_ldhe } -melisende_female = { ME_lisande ME_lisende Me_le_sante Me_lisande Me_lisende Meiesa Mele_ande Mele_ssa MelisE_nda Melisant Melise_nda Melisende Melissa Mellesa Milisendis } -morgan_female = { Morgan Morgana Morgane Morgene } -morgause_female = { Mn_rgause Morgause Morgoe } -myrien_female = { Me_ri_ene Me_rie_ne Myrien } -nefyn_female = { Ne_fine Nefi_ne Nefyn } -nerva_female = { Ne_rve Nerue Nerva } -norwenna_female = { Nn_rve_nne Norue_nne Norwenna } -nwylle_female = { Noe_lle Noi_lle Nwylle } -octavia_female = { I_doi_e Octavia Optauia Ostabia U_toia Uptavia } -olwen_female = { O_lve_ne Olui_ne Olwen Uluen } -owena_female = { Eugenia Eugenie Euginia O_ve_ne Oui_ne Owena Uuena } -paula_female = { Bula Paola Paula Paule Paura Pole Pora Pula Puola } -petronia_female = { Patron_e Pe_tronie Petron_a Petroni_e Petronia Petruia } -priscilla_female = { Pri_gille Priscie_lle Priscilla Prisisilla Senpriskos } -ralla_female = { Ralla Ralle Relle } -rowena_female = { Rn_ve_ne Rovi_ne Rowena } -sabina_female = { Gebi_ne Sabaeina Sabe_ne Sabena Sabene Sabina Sensabeinos Tsabine } -sara_female = { Here SA_ra Sa_ra Sara Sarah Saramma Sare Sarit Sarra } -sarlinna_female = { Harle_nne Sarle_nne Sarlinna } -saturnina_female = { Getorni_ne Satornine Saturnina } -seren_female = { Heri_ne Se_re_ne Seren Serena Serenne Sherena Sie_rena } -severina_female = { Geui_rin Se_ve_rine Severina Sheuerena Sie_verina } -sibyll_female = { Hi_bille Sibyll } -susanna_female = { Saisana Shoshana Shoshannah Sosamma Sousanna Susan Susan_a Susana Susanah Susanna Susanne Sushaia Suzana } -tacitus_female = { Tacitus Tegi_de } -tullia_female = { Tolli_e Tollie Tullia } -valeria_female = { Balere_a Baleria Gueleri_e Thinvalerios Uaiera Ualleria Vale_rie Valeria Valerja Valleria } -veneva_female = { Gueni_ue Ve_ne_ve Veneva } -viola_female = { Gui_ole Iolanthe Ioulanda Jolanta Vailence Valence Valentia Ve_n_le Viola Violande Violant Violante Violent Violeta Yolanda Yolande } -virginia_female = { Gue_rgi_nie Virgina Virginia } -abdmelqart_male = { Abdemelgar Abdmelqart Addemeryar } -adrian_male = { Adran Adrany Adreanu AdriA_nu Adrian Adriane Adriano Adrianos Adrianu Adrianus Adrien Atrianus Dre_anu Hadrian Hadrianus } -aegidius_male = { Aegidius Aidio Chil E_dzhedzui Egidio Egidius Egidziu Gil Giles Gilles Ie_zhezy Xil Ye_dze_u } -aemilius_male = { Aemilius E_mallu E_mellui Emil Ie_meiy Imiliu Me_le_u Yemelyan } -aetius_male = { Aetios Aetius E_ciu E_te_ E_tsui Edze_u Etziu Ie_sy } -alaric_male = { Alar Alaric Alarich Alaricho Alarigu Alrico Lare_yu } -albinus_male = { Albinu Albinui Albinus Albiny Arbe_nu } -anastasius_male = { Anaschashy Anastashui Anastasio Anastasios Anastasiu Anastasius Anastastios Nastase_u } -andrew_male = { A_dela Anderjs Anders AndrA_s AndrE_ AndrE_s Andra_s Andre Andre_ Andre_s Andrea Andream Andreas Andrei Andreotto Andreu Andrev Andrew Andri Andria Andriai Andrias Andrija Androus Andrzej Annirea JE_drzej Jedrzej OndR_ej Ondrej } -anicius_male = { Aieshy An_echui An_eciu Anicius Anigiu Ne_u } -annius_male = { An_ui Anne_u Annias Anniu Annius Iaiy } -antalas_male = { A_dala Antala Antalas } -antiochos_male = { A_dze_oggu Antiochos Antiokhos Antzioccu } -apuleius_male = { Apuleius Apullu Buzu } -arcadius_male = { Arcadius Arcadzui Arcagiu Archazy Argad Argadiu Aryade_u } -arzoccu_male = { Arsogu Arzoccu Assoyu } -athanaric_male = { Atanarigu Athanaric Tanare_yu } -augustine_male = { Agostino Aguastin Agustin AugustI_n Augusti_n Augustin Augustine Austinu Ugustinu Yuste_nu } -baraket_male = { Baraket Bargetu Baryedu } -bartholomew_male = { Bardolomeu BartO_lu BarthE_lE_mi Barthe_le_mi Bartholemi Bartholomaeus Bartholomaios Bartholomeo Bartholomeus Bartholomew Bartol Bartolomeo Bartolomeu Bartolomeus Bartolu Bartomeu Bartoromeui Bartosz BartoumiE_u Bartoumie_u Barturumey Bertelemi Buartol Talmai Tolmai Tulmay } -barumini_male = { Barume_ne_ Barumini } -basil_male = { Base_zu Basil Basile Basileios Basilio Basilios Basillu Vasile Vasilii Vasiliy } -bassu_male = { Bassiano Basso Bassu } -belisarius_male = { Be_llisariu Beieshary Bele_sare_u Belisara Belisarios Belisariu Belisarius Bellesariui Belsario } -benedict_male = { Beiede_uty Ben_edeptui BeneS_ Benede_ddu Benedek Benedetto Benedict Benedictus Benedikt Benedittu Beneitu Beneke Beneoit Benes Beneset Benet Bengt Benito BenoI_t Benoi_t Benoiet Binidittu Budic Budoc Budog Bunedec } -binmelqart_male = { Be_mmeryar Bimmelgar Binmelqart } -boccius_male = { Bocciu Boccius Bogge_u Boqqi } -boniface_male = { BoN_cza Bonaye_u Boncza Boniface Bonifacio Bonifacius Bonifagiu Bonifazio Bonifaziu } -bonnannaro_male = { Bonnannaro } -capussa_male = { Capussa Gabussa } -carcasan_male = { Carcasan Cargasanu Garyasanu } -caspar_male = { Caspar Casparru GA_spA_r Ga_spa_r Gaspare Gasparru Jaspar Kaspar } -celestine_male = { Celestine Cilestinu Coelestinus Ge_leste_nu } -cipare_male = { Cipare Cipari Ge_bare_ } -claudius_male = { Ciaudzui ClA_udiu Claude Claudio Claudius Claugiu Cozy Crudiu Glywys Grude_u Klaudios Klaute } -clemens_male = { ClamenC_ Clamenc_ Clemen Clemence Clemens Clement Clemente Clemiant Climent Climenti Cremen Crementziu Grem?dze_u Gremedze_u Gremen Klemes Kliment } -comita_male = { Comita Gome_da Gomita } -corona_male = { Corona Gorona } -cosmas_male = { CO_simu Cosimo Cosma Cosmas GO_samu Gossa Kosma Kosmas Koz'ma Koz_ma ZO_simu } -crassus_male = { Crassu Crassus Crasui Crasy Grassu } -cusaila_male = { Cusaila Cusila Guse_la } -cutzinas_male = { Cutzina Cutzinas Gudze_na } -diocletianus_male = { De_ogredze_anu Diocletianus Diocretzianu Diucletianu Zhocllechanui Zhuceshany } -diodorus_male = { De_odoru Diodoru Diodorus Diyodoreh Zhodorui Zhudury } -dominic_male = { DomE_nico Dome_ne_yu Dome_nico Domenico Domenigo Domienco Domingo Domingu Dominic Dominigu Dominik DumI_nicu } -dominus_male = { Dome_nu Domineh Dominu Dominus Domno Domnos } -donatus_male = { Donadu Donata Donateh Donato Donatu Donatus Dynod } -drusus_male = { Drous Drousos Drusu Drusui Drusus Drusy Rusu } -egrilius_male = { Egrilius Egrillu Gre_zu Hegrili } -eisarn_male = { Eisarn Isarnu Sannu } -euric_male = { Eborico Euric Re_yu Uriegu Urieke Urigu } -evisus_male = { Be_su Ebisu Evisus } -fabricius_male = { Fabrichui Fabriciu Fabricius Fabrishy Habe_lye_u } -facundus_male = { Facundus Fagundu Hayundu } -faustus_male = { Faustu Faustui Faustus Fosty Fustu Giustu Hustu Justu Justus Phaustos Phawsteh } -felix_male = { Fei Felec Feles Felice Felictu Feligz Felix Felli Fellip Filici Hele_y Pheliks SzczE_sny Szczesny } -firmus_male = { Firmu Firmus He_mmu } -flavianus_male = { Flaianus Flaueanui Flaveanu Flavianus Floeany Frugianu Ruhanu } -florus_male = { Florus Froru Roru } -frederick_male = { BedR_ich Bedrich Fadrique Federico Federigo Fidiricu FrE_dE_ric Fre_de_ric Frederi Frederic Frederick Frederico Frederik Fredrik FriT_rI_kr Fridericus Friderigu Friedrich Re_dere_yu Rieti } -gabinus_male = { Gabinu Gabinus Gaine Gavin Gavini Gavino Gwalchmai Yabe_nu } -gabriel_male = { Cabbrieli Crabiele GA_briel Ga_briel Gabri'el Gabri_el Gabriel Gabriele Gabrieli Gabrielu Gavrail Gavriel Gavriil Gavril Gavrilo Grabielle Kapriel Kauro Yabre_lu } -gaietanu_male = { Cetanu Gaieta_nu Gedanu } -galerius_male = { Gaiery Galeriu Galerius Galleriu Galleriui Gallery Yalere_u } -garmul_male = { Garmelu Garmul Yammelu } -gelasius_male = { Dzherashui Gelasiu Gelasius Yelassu Zherashy } -gelimer_male = { Gelimer Gelimeru Yele_meru } -genseric_male = { Genseric Gesserigu Yessere_yu } -gisalic_male = { Gaisalaiks Gisalic Gisaligu Ye_sale_yu } -gitimelu_male = { Gitimelu Ye_de_melu } -gregory_male = { Gigurum Giric Greger Gregers Grego_rio Gregor Gregoras Gregore Gregorio Gregorios Gregoriu Gregorius Gregory Grgur GrigO_riu Grigoli Grigor Grigore Grigori Grigorii Grigoris Grigoriu Grigoriy Grore_u Grwgari Grygor Grzegorz Jerjer } -guenfan_male = { Guenfan Guenfanu Yueffanu } -gundemar_male = { Gudemar Gundemar Gundemaro Gundemaru } -gunthamund_male = { Gundamundu Gunthamund Yudamudu } -guntharic_male = { Guntharic Guntrigu Yude_lyu } -heracles_male = { E_rcollu Eracliu Erclwf Ercole Ercullu Ercullui Ercuy Erekle Eryuzu HE_raclius Heracles Heraklas Herakle Herakleios Herakles Hercule Herculius } -herman_male = { Armando Armannu Emmanu Ermannu Ermanu Herman Hermann } -hilderic_male = { E_rrere_yu Hilderic Idderigu } -hilderith_male = { E_rrere_du Hilderith Idderidu } -hunawilja_male = { Hunawilja Nue_za Unuilla } -huneric_male = { Huneric Nereyu Unerigu } -igider_male = { Igider Igideru Yederu } -ignatius_male = { E_nnadze_u E_un_asy Emnatsui Gnazziu Ignadios Ignatios Ignatius Ignatziu Ina_cio Innatziu Z_egota Zegota } -iudila_male = { Giudila Hude_la Iudila } -jacob_male = { Akiba Akiva Chaacko Chaime DI_dac Diaco Diago Diego Diegu Diogo Giacomo Giacopo Giago Giagobu Hamish Hayo Hayobu Iacob Iacobino Iacobus Iacopo Iago Iakob Iakobos Iakov JA_kob JA_picu Ja_kob Jaakoppi Jacco Jacme Jacob Jacobello Jacobino Jacobo Jacomelo Jacop Jacopo Jacopu Jacques Jagu Jaime Jakez Jakob Jaksa Jakub Jakue Jakusz James Jaques Jaume KO_pke Lapo Puccio SE_amas Tiago Ya'qob Ya'qub Ya_qob Ya_qub Yaakov Yakob Yakov Yaqub } -jerome_male = { Gierominu Herome_nu Jerome } -john_male = { Chuan Eon Gian Giano Giohanne Giovanni Giuanne Giuvanni HanuS_ Hanus Hoanne Hovhannes IO_annE_s Iain Iannes Iehan Ieuan Io_anne_s Ioan Ioan_i Ioane Ioann Ioannes Iohannes Iohannis Iouan Iuan Iuani Iuanne Ivan IvaniS_ JA_nos Ja_nos Jan Janis JanisL_aw Janislaw Janko Janos Janusz Jean Jehan Jehane JoA_o Joa_o Joan Joanes Joannes Johan Johann Johannes John Jon Jovan Juan Juanne Juvven Nanino Oanu SeA_n Sea_n SeoA_n Seoa_n Sian Vanni XoA_n Xuan Yahya Yann Yayyo Yochanan Yohance Yohanna Yohannaan Yohannan Youkhanna Yovhannes Yovxan Yuhanna Yunanis Zanino } -joseph_male = { Giosefu Giuseppe Giuseppi Hoseu Hovsep Iosef Iosep Ioseph Iosephus JO_zef JO_zsef Jo_zef Jo_zsef Jose_ Joseph Josif Josip Jozef Yosef Yosip Yousef Youssef Youssouf YuC_uf Yusif Yusuf Zuseppe } -justin_male = { Gestin Giustinu Hustenu_ Iestan Iestyn Ioustinos Iustinu Iustinui Iustinus Iustiny Justin } -justinian_male = { Giustiniano Giustinianu Huste_ne_anu Ioustinianos Iuschen_eanui Iusheieany Iustien_anu Iustinianus Justinanius Justinian Justinien Stinian } -kyprianos_male = { Ciprianu Ge_bre_anu Kyprianos } -laurence_male = { Laorans Lars LaurE_nC_ Laure_nc_ Laurence Laurentios Laurentiu Laurentius Laurentsui Laurentu Laurentz Lauri LloriA_n Lorens Lorensy Lorenz Lorenzo LourenC_o Lourenzo Lur?dze_u Lurentziu Lurenzu Lurudze_u Wawrzyniec } -leontius_male = { Iunsy Leo_dze_u Leontios Leontius Leontziu Lionce Llonciu Llontsui } -magnus_male = { Ma_uny MagnU_s Magne Magnos Magnus Mamnu Mamnui Mannu Megistos } -martin_male = { MA_rton Ma_rton Maertijn Marcin Marde_nu MartI_n Marthin MartiN_o Marti_n Martila Martim Martin Martine Martinho Martino Martinos Martinu Martinui Martinus Martiny Marzhin Merten Mertinus Muerten Myrddin } -masguinu_male = { Mascuinu Masguinu Mashue_nu } -masuna_male = { Massuna Masuna } -matthew_male = { MA_tyA_s MaC_ko Ma_tya_s Maciej Macko Maddeu Mads Mafeo Maffeo Mahuis Mapheo Matei Matej Mateu Mateusz Matfei Math Mathaios Matheo Mathias Mathieu Maththias Matias Matija Matiya MatouS_ Matous Mats Matta Mattanyahu Matte Matteo Matteu Matthaeus Matthaios Matthew Matthias Matti Mattia Mattithyahu Mattityahu Mattu Mazhe } -maurus_male = { Maurus Mouro Muru } -maximilian_male = { Mascimillanu Mashe_me_zanu Maximilian } -mazigh_male = { Maze_yu Mazigh Mazigu } -mercurius_male = { Mercurius Merguriu Merkoure Merkourios Merquri Meryureu } -metaxas_male = { Medasha Metasca Metaxas } -michael_male = { Me_ggelu Me_yale_ Micael Miccelu MichaE_l Michae_l Michael Michaleto Michel Michele Micheli Michiel Migali Mighele Miguel MihA_ly Miha_ly Mihael Mihail Mihajlo Mihangel Mihial Mikael Mikail Mikayel Mikelli Mikha'el Mikha'il Mikha_il Mikhael Mikhaias Mikhail Mikheil Mikkel Mikko Miquel } -mugedi_male = { Mugedi Muyede_ } -nicholas_male = { Cailean Calum Claes Claus Colin ColmA_n Columb MikoL_aj MikolA_S_ Mikola_s Mikolaj MikulA_S_ Mikula_s Ne_yola Nicaul NiccolO_ Niccolino Nicholas Nicholaus Niclaes Nicolas Nicolau Nicolaus Nicoleto Nicolino Nicolo Niels Nigola Niklas Nikola Nikolaj Nikolaos Nikolaus Nikolaz Nikolitu Nikolitza Nikoloz Nils } -nubel_male = { Nubel Nubelu } -oduulf_male = { Dulu Odulfu Oduulf } -ovida_male = { Be_du Obidu Ovida } -pascal_male = { Bashalu Pascal Pascale Pascalu Paschal Paskhales Pasquale Puoskal } -peregrinus_male = { Beregre_nu Peregrineh Peregrinu Peregrinus } -peter_male = { Bedros Berru Boutros Cephas Cephus PE_ire PE_r PE_ter Pathrose Pe_ire Pe_r Pe_ter Peder Pedr Pedro Pedru Pedur Pere Pero Perrot Petair Petar Peter Petr Petre Petri Petro Petros Petru Petruccio Petrus Piar Piarres Pier Pierre Pieter Pietro Piotr } -pirillu_male = { Be_re_zu Pirillu } -pompeius_male = { Bobbe_u Bobbiu Pompay Pompeiui Pompeius Pompey Pumpeiu Pumpey } -pontzu_male = { Bo_dze_u Pontziu Pontzu } -porcellu_male = { Boryezu Porcellu Porgellu } -pretu_male = { Bredu Pretu } -ptolemaios_male = { Ptole Ptolemai Ptolemaios Tolemeu } -pupa_male = { Buba Pupa } -raphael_male = { Arrae_l RafaEl Rafael Rafaello Raphael Raziel } -recared_male = { Recared Regaredu Reyaredu } -roderick_male = { Arrodere_yu Errodrigo Ludriqh Rhodri Rhydderch Roderic Rodericho Roderick Roderigu Roderissus Rodric Rodrigo Rodrigu Roi Rory RuaidrI_ Ruaidri_ Ruairi Ruatirch Ruderik Rudri Rui } -roman_male = { Arromanu Rhufon RomA_n Roma_n Romain Roman Romanici Romano Romanos Romanu Romanui Romanus Ruman Rumanu Rumiany Rumon } -romulus_male = { Arromulu Romoul Romulu Romulus Romurui Rumury } -rufinus_male = { Hrophinos Rufinu Rufinui Rufinus Rufiny Urrue_nu } -rutilius_male = { Rusey Rutiellu Rutilius Rutillu Rutsellui Urrude_zu } -salvator_male = { Salvator Sarbador } -samaritanus_male = { Samare_danu Samaritanu Samaritanus } -samuel_male = { Patsamouel SA_muel Sa_muel Samoeli Samouel SamuE_li Samuel Samueli Samuhel Sawyl Shmuel Tsamoul } -saraginu_male = { Saraginu Saraye_nu } -saturnus_male = { Sadunnu Saturnu Saturnus } -sauinas_male = { Sauinas Sue_na Suina } -segeric_male = { Se_re_yu Se_yere_yu Segeric Segerigu Sigeric Sigerigu } -seraph_male = { Serae_nu Serafino Serafinu Seraph Seraphin } -sergius_male = { SE_rgiu Sargis Sarkis Sergio Sergios Sergiu Sergius Serigi Serye_u Sherdzhui Sherzhy Sie_rgiu } -simon_male = { Jimeno Psimon Samson Se_mon Sembe Semeno Semeon Shem'on Shem_on Shimon Shimshon SimO_n Simaun Simeon Simeoni Simion Simione Simo_ Simon Simone Simoneto Simonetto Simuni Symeon Xemen XimE_n Ximeno Ximenu } -sisinnius_male = { Se_se_nne_u Sisinniu Sisinnius } -solomon_male = { Saleban Salemon Salmama Salman Salomon Selevan Selyf Shlomo SolomO_n Solomo_n Solomon Sulayman Suleyman } -stephen_male = { E_tienne Eappen EstE_banu EstE_vA_o EstE_ve Este_va_o Este_ve Esteban Estefen Estevo Estienne Estiennot IstE_vene Isteban IstvA_n Istva_n StE_fanu Steanu Stefan Stefano Stefanu Stefanus Stefen Steffen Stepan Stepannos Stepanos Stepanoz Stephan Stephanos Stephanus Stephen Steven Sthepan Stjepan Szczepan } -suinthila_male = { Su?de_la Suinthila Suintila Sunde_la } -symmachus_male = { Shemiacy Shemmacui Simachu Simmaccu Simmacu Simmaggu Symmachos Symmachus } -theodore_male = { Addai DE_tR_ich Detrich Diederick Diederik Dietrich Dirk Dytryk Feodor Taddai Taddeo Tadduccio Tadeusz Tadros Tedore Teoderico Teoderik Teodor Teodore_yu Teodorigu Teodoro Teodoru Teudar Teudaric Teuderic Teudoc Teudric Teudur Tewdrig Tewdwr ThE_odoric ThE_tore Thaddeus Thadeosi TheodO_ros Theoderic Theoderich Theodericus Theodo_ros Theodore Theodoric Theodorich Theodoricho Theodoros Theodorus Theuderic Thiaddi Thierry Thiudareiks Thoros TiE_rri Tie_rri Tiudoru Tiuduricu Tudor Tudual } -theophanos_male = { Teanu Teofanu Theophanos } -thomas_male = { Ta'mhas Ta_mhas Tam Tam'as TamA_s Tam_as Tama_s Taumas Th'amhais Th_amhais Thoma Thomas Tohmas TomA_s Toma Toma_s Tomas Tomaso Tomassu Tomasz Tommaso Tommasu Tomo Tomos Touma Toumas Tovmas Tumasi } -thorismund_male = { Thorismund Tore_mudu Torimundu } -thrasamund_male = { Talsamudu Thrasamund Trassamundu } -tiberius_male = { Te_bere_u Teberiui Tebery Thebery Tiberi Tiberios Tiberiu Tiberius Tiebieriu } -tobias_male = { Tobe_a Tobia Tobias Toubias Tovias } -totila_male = { Tode_la Totila } -trajan_male = { Talyanu Tragianu Traiane Traianos Traianu Traianus Traien Trajan Tre_anui Tre_any } -ursus_male = { Orso Orson Ursion Urso Ursu Ursus } -vandalarius_male = { Ba_dalare_u Bandalariu Vandalarius } -vincent_male = { Be_gg?dze_u Be_ggedze_u Biccentziu C_enE_k Cenek Pizente VicenC_ Vicenc_ Vicente Vincenne Vincent Vincenzo Vinsant Vissente Wincenty } -vivianu_male = { Be_be_anu Bibianu Bibianus Vivianu } -walja_male = { Balla Baza Walja } -yaroah_male = { Giaroa Haroa Yaroah } -yuba_male = { Giuba Huba Yuba } -abdtanit_female = { Abdanita Abdtanit Addane_da } -adalasia_female = { Adalasia Dalassa } -adela_female = { AdE_la AdE_le Addila Ade_la Ade_le Adela Adelah Adele Adelia Alena Dela } -adosinda_female = { Adosinda Ausenda Dos?da } -adriana_female = { Adrana Adreana Adriana Adriane Dre_ana Hadriana } -aelia_female = { Aelia Ailia E_lla Ella Eza Helie Ie_a Iella } -agnitruedia_female = { Agnitruedia Anne_dulda Annitruda } -agrippina_female = { Agrepina Agreppina Agripina Agrippina Gre_bbe_na } -alaberta_female = { Alaberta Laberda } -albina_female = { Albe_na Albina } -amalaberga_female = { Amalaberga Amalberga Marberya } -amatashtart_female = { Amatashtart Amatasta Madasta } -amira_female = { Amir Amira Me_ra } -amirasoia_female = { Amirasia Amirasoia Me_rassa } -angelica_female = { Aggele_ya Andzhelleca Angelica Angeliga Angelike Anzheca } -antonia_female = { A_done_a Antoinette Anton_a Anton_e Antonia Antonie Antoniya Antuia Antunja Antuonja } -aquilia_female = { Acea Acella Aciella Acilla Aquilia Ge_za } -astragundia_female = { Astragundia Stalyude_a } -athtart_female = { Astarte Athtart Starde } -audofleda_female = { Audofleda Doreda Udofreda } -audovera_female = { Audovera Dobera Udobera } -augusta_female = { Augusta Awgusta Ugusta Yusta } -augustina_female = { Aguastina Akoustina Augustina Ugustina Yuste_na } -aurelia_female = { Aurelia Aurella Efrddyl Efyrddyl Orea Reza Urella } -baalat_female = { Baalat Baladda Balatta } -basilia_female = { Base_za Bashea Bashella Basilia Basilla } -batnoam_female = { Bannoma Batnoam Batnoma } -beatrice_female = { BE_atrice BE_atrix Be_atrice Be_atrix Bearre_y Beathoc Beatrice Beatrigz Beatrijs Beatrike Beatris Beatritz Beatriu Beatrix Beatriz Beitris Bethoc Bia Biatre Biatri Brethoc Brites } -benedicta_female = { Beiede_uta Ben_edepta Benede_dda Benedetta Benedicta Benedikte Beneditta Beneoite Benita BenoI_te Benoi_te } -beretrude_female = { Beredulda Beretruda Beretrude } -bitnima_female = { Be_nne_ma Bitnima } -bitoria_female = { Be_dore_a Bitoria } -brunhilda_female = { Brune_rra Brunechildis Brunhilda Brunhilde Brunidda Brunilde } -candida_female = { Candeda Candida Candieda Ga_de_da } -cederina_female = { Cederina Gedere_na } -cenosinda_female = { Cenosinda Genos?da } -christina_female = { Christina Christine CrI_stina Creschena Creshena Cri_stina Cristen Cristin Cristina Gre_ste_na Khristina Kirstin KristY_na Kristen Kristiina Kristina Kristyna Krisztina Krystyna } -constantia_female = { Caunstantina ConstA_ncia Consta_ncia ConstanC_a Constanc_a Constance Constancie Constansa Constantia Constantina Constantsa Constantsena Constanza Costantia Costanza Cunschansa Cunschansena Cunstancia Cunstantina Gosta_de_a Konstancia Konstancie Konstancja Konstansja Konstantia Konstantina Konstantine Konstantzia Konstanza Konstanze } -cosima_female = { Coshema Cosima Cushema Gose_ma } -crispina_female = { Crespena Crespina Crespine Crispina Gre_spe_na } -diana_female = { De_ana Diana Zhana } -dihya_female = { Dame_a Damia De_a Dihia Dihya } -domina_female = { Dome_na Domina Domna Du_na } -drusilla_female = { Drousilla Drushera Drusiella Drusilla Ruse_za } -elissa_female = { Elissa Le_ssa } -ermesinda_female = { Emmes?da Ermenisinda Ermesenda Ermesinda Ermessenda Ermessentz Ermessinde Ermisenda Hermesenda Hermesinda Hermessent } -fausta_female = { Fausta Fosta Fusta Husta Phausta } -felicula_female = { Feiecura Felicula Feligula Fellecura Hele_yula Pheliqula } -flacilla_female = { Flachera Flaciella Flacilla Flashera Fragilla Rage_za } -fortunata_female = { Fortunata Fortunete Furtun_ata Furtunata Horrunada } -fredegunda_female = { Fredegunda Redeyuda } -fredenanda_female = { Fredenanda Redena_da } -gabriella_female = { Gableria Gabrielia Gabriella Gavrailia Yabre_za } -galeria_female = { Gaera Galeria Galleria Gallerie Yalere_a } -georgia_female = { Dzhordzha Georgia GyO_rgyi Gyo_rgyi Yorya Zhurzha } -gisclauara_female = { Gisclauara Gisclura Ye_shlura } -gomesinda_female = { Gomesinda Yomes?da } -gordiana_female = { Gordiana Gorzhana Gurdiana Gurzhana Yorde_ana } -gratzia_female = { Gradze_a Gratzia } -guisiana_female = { Guisiana Yue_ssana } -guraya_female = { Guraya Gurea Yurea } -hippolyta_female = { E_bbole_da Epolleta Epuieta Hippolyta Ippolita } -honoria_female = { Honoria Honorie Nore_a Onoria Unoria Unura } -honosinda_female = { Honosinda Nos?da Onosinda } -hortensia_female = { Hortensia Hortensie Orchensha Ordessa Ortessia Urshensha Urtiensia } -imashtart_female = { Imashtart Imastarte Mastarde } -ingitrude_female = { E_ggedulda Ingitruda Ingitrude } -lamia_female = { Lame_a Lamia Lamiya } -licinia_female = { Ieshea Le_ne_a Licinia Liginia Llechen_a Llecien_e } -luxuria_female = { Lu_sura Lupsuria Luscuria Lushure_a Luxuria } -magdalena_female = { Madalena Maddalena Magda Magdaena Magdaleine Magdalena Magdalene Magdallena MagdelE_ne Magdolna Majdala Matilin Muadalena } -marca_female = { Marca Marga Marya } -mariane_female = { Mare_ane Mariane } -marisa_female = { Mare_sa Marisa } -markunda_female = { Margunda Markunda Maryuda } -matrona_female = { Madolna Madru Madrun Matrona Matrone Matruna } -messalina_female = { Me_ssallina Mesaena Mesallena Messale_na Messalina } -monica_female = { Mone_ya Monica Moniga } -natalie_female = { Nachaia Nadale_a Naduala NatA_lia Nata_lia Natalia Natalie Natalla } -nicita_female = { Iesheta N_echeta Ne_da Nicita Nigita } -nivatora_female = { Ne_badora Nibatora Nivatora } -olympia_female = { Le_bbe_a Olippia Ollempia Olympia Uiempia } -padulesa_female = { Badulesa Padulesa } -palatina_female = { Balade_na Palatina Parachena Parashena } -peregrina_female = { Beregre_na Peregrena Peregrina } -petra_female = { Berra PE_ronelle Pe_ronelle PeironE_la Peirone_la Peironela Pernelle Pernilla Peronella Peronelle Petra Petronila Petronilha Petronilla Piara Pieternelle } -petrenella_female = { Bedelneza Petrenella } -placidia_female = { Braye_de_a Plachedza Placidia Placiegia Plaiside Plakitia Plasheza Pragidia } -plautilla_female = { Brude_za Plauciella Plautilla Plautsera Plosera Prutilla } -poppaea_female = { Bobbea Pope_a Poppaea Poppea Pupie_a Puppiea } -pretiosa_female = { Bredze_osa Pretiosa Pretziosa } -pulcheria_female = { Burggere_a Pourkeria Pulcheria Pulcieria Pulshera Purcceria } -pupa_female = { Buba Pupa } -ragesenda_female = { Arrayes?da Ragesenda } -rate_female = { Arrade Rate } -reciberga_female = { Arreye_berya Reciberga Regiberga } -rosa_female = { Arrosa RO_zsa Ro_zsa Rosa Rose Ruosa Rusa } -roxana_female = { Arroshana Ropsana Roscana Roxana Ru_shana } -rusticiana_female = { Rustechana Rusteshana Rusticiana Rustieciana Rustigiana Urruste_ana } -sardinia_female = { Sarde_ne_a Sardea Sarden_a Sardinia } -sidonia_female = { Se_done_a Sidonia } -silvia_female = { Se_rbe_a Selvie Sheluia Silvia Sirbia } -siseguntia_female = { Se_seyude_a Siseguntia } -sophia_female = { Saufija Soe_a Sofi Sofia Sofie Sofija Sohvi Sophia Sophie Z_ofie Zofia Zofie ZsO_fia Zso_fia } -stephania_female = { EstefA_nia Estefa_nia EstefanI_a Estefani_a Estefania Estefenete Estevainha Estienette StE_phanie Ste_fanie Ste_phanie Steane_a Stefana Stefania Stefanie Stephania Stephanie } -tabitha_female = { Tabatha Tabby Tabe_dda Tabetha Tabitha Tabitta } -tadefi_female = { Tade_a Tade_fi Tadefia } -tajeddigt_female = { Tagieditta Tahede_dda Tajeddigt } -taweckint_female = { Taweckint Tu?da Tueginta } -theodora_female = { Chodora Feodora Shudura Teodora ThE_odora Theodora } -thiyya_female = { Te_a Thiyya Tia } -titiana_female = { Te_dze_ana Techana Teshana Tietiana Titiana Titiane Titziana } -uistrilo_female = { Be_ste_za Bistrila Uistrilo } -vera_female = { Bera Uera Vera } -victoria_female = { Be_ddore_a Bittoria Ue_utura Ueptoria Veptoria Vetoirie Victoria Vittaurja } -viviana_female = { Be_be_ana Bibiana Uiuiana Vivian Viviana } -vuldretrada_female = { Buddedalda Buddetrada Vuldretrada } -zura_female = { Zura } -aaron_male = { AarO_n Aaro_n Aaron Aharon Aron Haroun Harun Yaron } +aaron_male = { AarO_n Aaro_n Aaron Aharon Aron Haroun Harun Yaron } abahu_male = { Abahu Avda } abakar_male = { Abakar } aballa_female = { Aballa Aballe } @@ -587,6 +8,8 @@ abaya_male = { Abaya Abaye Abayi } abba_male = { Aba Abba } abbas_male = { Abasi Abbas } abderrahman_male = { Abderahman Abderrahman } +abdmelqart_male = { Abdemelgar Abdmelqart Addemeryar } +abdtanit_female = { Abdanita Abdtanit Addane_da } abdu_male = { Abdu } abdul-qadir_male = { Abdul-Qadir } abdul-rahman_male = { Abdul-Rahman Abdulraham } @@ -625,12 +48,15 @@ achilleus_male = { Achilleus Akhilleue } achillites_male = { Achillites Akhillites } achol_female = { Achol } achor_female = { Achor } +adalasia_female = { Adalasia Dalassa } adaloald_male = { Adaloald } adam_male = { Aatso AdA_mu Adam Adamu Adimun } adama_female = { Adama Adhama } addaueina_female = { Addaueina } addaues_male = { Addaues } addiena_female = { Addiena } +ade_female = { Ade Adhe } +adela_female = { AdE_la AdE_le Addila Ade_la Ade_le Adela Adelah Adele Adelia Alena Dela } adelaide_female = { AdalaI_da AdalaI_de Adalai_da AdelaI_da Adelaida Adelaide Adelais Adelheid Aleydis Elke } adelasia_female = { Adelasia } adelchis_male = { Adelchis } @@ -647,6 +73,7 @@ adgenos_male = { Adgenos Agen } adhama_male = { Adhama } adhola_male = { Adhola } adia_female = { Adia } +adiarius_male = { Adiarius Age_are_o Egeare_ } adias_male = { Adias } adiatullos_male = { Adiatullos Adiatullus } adiega_female = { Adiega Agege } @@ -662,21 +89,35 @@ adnamos_male = { Adnamos Adnamus } ado_male = { Ado } adolf_male = { AE_thelwulf Adolf Adolfo Alo E_thelwulf Eadulf Eadwulf Edulf Ildulb Indulf } adonis_male = { Adone } +adosinda_female = { Adosinda Ausenda Dos?da } +adrian_male = { Adran Adrany Adreanu AdriA_nu Adrian Adriane Adriano Adrianos Adrianu Adrianus Adrien Atrianus Dre_anu Hadrian Hadrianus } +adriana_female = { Adrana Adreana Adriana Adriane Dre_ana Hadriana } adsedos_male = { Adsedos Adsedus } aduei_female = { Aduei } adut_female = { Adut } +aeddan_male = { A_ed A_edA_n A_eda_n Aedan Aeddan Aethon E_dano Edhan Hoe_l Hug Huges Hugh Hugo Hugues Huw Uc Ugo Ugolino Ugone Ugonino Ugu Uguccione Uguccionello Ugues Yu } +aegidius_male = { Aegidius Aidio Chil E_dzhedzui Egidio Egidius Egidziu Gil Giles Gilles Ie_zhezy Xil Ye_dze_u } aelflaeda_female = { AE_lfflae_d AE_lflae_da } aelflaeda_female = { E_lfflE_d E_lflE_da } +aelia_female = { AE_lia AlaI_s Alai_s Alais Alausia Ale_se AliC_ Alic_ Alice Alicia Alijse Alis Alisce Alisia Alitz Alix Allust Alys Anleta E_le_de E_lie Eli_e Heledd } +aelia_female = { Aelia Ailia E_lla Ella Eza Helie Ie_a Iella } aelianus_male = { Aelianus Ayliyaneh } aelius_male = { Aelius Aliau } aelius_male = { Elio } +aelwyd_female = { Aeluit Aelwyd E_ln_e_te I_loi_de } +aemilia_female = { AE_milia E_me_lie Emili_e } aemilianus_male = { Aemilianus E_mellanu E_melleanui Emilio Ie_meany Milianus } +aemilius_male = { Aemilius E_mallu E_mellui Emil Ie_meiy Imiliu Me_le_u Yemelyan } +aeronwen_female = { Aeronwen E_rn_nn_e_ne E_ronoi_ne } +aeronwy_female = { Aeronwy E_rn_nie E_roni_e } aeta_female = { Aeta } aethelfred_male = { Aethelfred Edylfred } aethelreda_female = { AE_thelrae_da AE_thelreda AE_thelthryth } aethelreda_female = { E_thelrE_da E_thelreda E_thelthryth } aethelwold_male = { AE_thelweald AE_thelwold } aethelwold_male = { E_thelweald E_thelwold } +aetius_male = { AE_tius E_ge_ E_ze_o } +aetius_male = { Aetios Aetius E_ciu E_te_ E_tsui Edze_u Etziu Ie_sy } afiya_female = { Afiya } afrasiyab_male = { Afrasiyab Efrasiyab } afshar_male = { Afshar EfS_er Efs_er } @@ -692,14 +133,20 @@ agilulf_male = { Agilof Agilolf Agilulf } aglaia_female = { Aglaia } aglaos_male = { Aglaos } agnello_male = { Agnello } +agnes_female = { A_gnes A_ine AgnE_s Agne Agne_s Agne_se Agnes Agnese Agnez Agnieszka Aignes AinE_s Aine_s Aines Ana Anah Anna Annah Annamma Anne Anne_se Anne_ste Annes Annest Annick Auni Channah Ennesde Enni_e Hannah Iana InEEs InE_s Ine_s Ines Nest Nesta Oanez Uunis } +agnitruedia_female = { Agnitruedia Anne_dulda Annitruda } agoro_male = { Agoro } agothyathik_male = { Agothyathik } +agrafin_male = { Agrafin Agraue_no Agraue_no2 Agravain Arroen Arroi_n } agrantona_female = { Agrantona Grantonne } +agrippa_male = { Agre_pe Agrippa Erre_pe } +agrippina_female = { Agrepina Agreppina Agripina Agrippina Gre_bbe_na } agutu_female = { Agutu } ahha_male = { Ahai Ahha } ahinoam_female = { Achinoam Ahinoam } ahmad_male = { Ahmaad Ahmad Ahmed Ahmedu Axmed Ehmed } aia_female = { Aia Aiu E_he } +ailleann_female = { Ailleann E_le_ane Eli_ene } ailred_male = { AE_thelrae_d Ailred E_thelrE_d Edryd } aineas_male = { Aineas Henea } aion_male = { Aion } @@ -732,11 +179,19 @@ akua_female = { Akua } akua_male = { Akua } akulo_male = { Akulo } akumu_female = { Akumu } +alaberta_female = { Alaberta Laberda } alammon_male = { Alammon } +alan_male = { Alain Alan Alano Alanus Allan Elan } +alaric_male = { Alar Alaric Alarich Alaricho Alarigu Alrico Lare_yu } +alba_female = { Alba Albe } +albanus_male = { Albano Albanu Albanus Alben } alberic_male = { AAlvar A_lbar A_lvar A_lvaro A_lvaru Alaverru Albar Albaro Alberic Alberich Alberico Alvar Aubrey Oliba Olibia Olier Oliuer Oliver Oliverio Olivier Oliviero Olivio Oliviu } albert-atto_male = { Adalberto_Atto Alberto-Azzo } albert_male = { AE_thelberht Adalbert Adalberto Adalbertus Adalpert Adelbert Albert Albertino Alberto Albertu Albrecht Albrikt Aldabert Aldabertus Aldebert Alivertus Altpert BE_la Be_la E_thelberht Erp VojtE_ch Vojtech Wojciech } +albina_female = { Albe_na Albina } albinus_male = { Albino } +albinus_male = { Albinu Albinui Albinus Albiny Arbe_nu } +albus_male = { Alb Albo Albu Albui Albus Arbu Ialby Jualb } aldebrand_male = { Aldobrandino } alderic_male = { Alderic Aldericus } aldonza_female = { AldonC_a Aldonc_a Aldontza Aldonza Eldonza Eslonza } @@ -750,6 +205,7 @@ aleela_female = { Aleela } alek_female = { Alek } alektor_male = { Alektor Palektor } aleram_male = { Aleramo } +alexander_male = { Aie_ushandre Alastair Ale_sandre_ Alecuandur Aleksandar Aleksander Aleksandr Aleksandre Ales Alesandre Alescandru Alessandro Alexander Alexandr Alexandre Alexandros Alexandru Alisander Alissandru Alixandre Alle_psandre_ Allepsandri Allisander Chaandy Eleandre Eskander Iskander Iskender Iskinder Lesha_dru Lissandru SA_ndor Sa_ndor } alexandra_female = { Aie_ushandra Alecuandra Alexandra Allepsandra Lexandria Saundra } alexios_male = { Alessio Alessiu Alexas Alexei Alexios Alexis Alexius } alf_male = { A_lfr Alf Alfr Alv } @@ -779,12 +235,14 @@ aluk_female = { Aluk } aluysio_male = { Aluysio Loysio Luysio } alvito_male = { Albito Aloito Alvito } alvor_female = { A_lvO_r AlvO_r } +alwyn_male = { AE_lfwine AE_lle AE_thelwine Aelle AilpI_n Alboin Alboino Ale_n Ale_no Algwyn Alpin Alwen Alwin Alwyn Audoin E_lfwine E_lle E_thelwine Ealdwine Elfin Elpin } amadea_female = { Amadea } amadeus_male = { AmE_dE_e Amadeo Amedeo } amadeus_male = { Amadeu Amadeus } amai_male = { Amai } amal_female = { Amal } amal_male = { Amal } +amalaberga_female = { Amalaberga Amalberga Marberya } amalric_male = { Almerich Amalaricho Amalric Amalrich Amalrico Amalricus Amaury Amelrich Manrike Manrique } amana_female = { Amana } amanda_female = { Amanda } @@ -793,9 +251,12 @@ amani_male = { Amani } amanika_female = { Amanika } amara_male = { Amara } amarabhujanga_male = { Amarabhujanga Amarapuyankan } +amatashtart_female = { Amatashtart Amatasta Madasta } ambara_male = { Ambara Ambare } ambarrus_male = { Ambarrus Ambarui Ambiary } ambiorix_male = { Ambery Ambiorix } +ambrose_male = { Abbolsu Abbrosiu Ambbrogghiu AmbrO_su Ambrogio Ambroise Ambros Ambrose Ambroshui Ambrosio Ambrosius Ambroso Ambroz Ambrushy Amrus E_me_ris Emrys I_me_ri } +ambrosinus_male = { Ambrn_sino Ambrosin Ambrosinus } amelia_female = { AmA_lia Ama_lia Amalia Amalie Amelia Amelie } amenoth_male = { Amenoth } amer_female = { Amer } @@ -805,6 +266,8 @@ amin_male = { Amin Aminu } amina_female = { Amina Aminah Umayna } aminata_female = { Aminata Aminatu } amir_male = { Amir } +amira_female = { Amir Amira Me_ra } +amirasoia_female = { Amirasia Amirasoia Me_rassa } amiri_female = { Amiri } amiri_male = { Amiri } amm_female = { Amm } @@ -827,6 +290,7 @@ analonacus_male = { Analonacus Anaronacui Anarun_acy } anangpala_male = { Anangpal Anangpala } anasa_male = { Anasa } anastasia_female = { Anastasi Anastasia Anastazja } +anastasius_male = { Anaschashy Anastashui Anastasio Anastasios Anastasiu Anastasius Anastastios Nastase_u } anatolia_female = { Anatolia } anatolios_male = { Anatolios } ancel_male = { Ancel Ansellus } @@ -835,6 +299,7 @@ andala_female = { Andala Andale } anderquina_female = { Anderkina Anderquina Enderquina } andrea_female = { Andrea Andreja Andrijana } andregoto_female = { Andregoto } +andrew_male = { A_dela Anderjs Anders AndrA_s AndrE_ AndrE_s Andra_s Andre Andre_ Andre_s Andrea Andream Andreas Andrei Andreotto Andreu Andrev Andrew Andri Andria Andriai Andrias Andrija Androus Andrzej Annirea JE_drzej Jedrzej OndR_ej Ondrej } andronicus_male = { Andronic Andronicus Andronik Andronike Andronikos } androsthenes_male = { Androsthenes } aneroestos_male = { Aneroestos } @@ -843,16 +308,22 @@ angalia_female = { Angalia } angel_male = { A_ngelo A_ngilu Angel Angelo Angelos Anghel } angela_female = { A_ngila Angela } angelbert_male = { Angelbert Angelbertus } +angelica_female = { Aggele_ya Andzhelleca Angelica Angeliga Angelike Anzheca } angelus_male = { AN_gelos An_gelos Angelus } angus_male = { A_engus Angus O_engus Ungust Unuist } +anicius_male = { Aieshy An_echui An_eciu Anicius Anigiu Ne_u } anioch_male = { Anioch Aniokhes } anna_male = { Anah } +annan_male = { Annan Annans } anniana_female = { Anniana } annianos_male = { Annianos } annikeris_male = { Annikeris } +annius_male = { An_ui Anne_u Annias Anniu Annius Iaiy } +annwyl_female = { Annwyl Anui_le Anvile } anobion_male = { Anobion } anoup_male = { Anoup } anoute_male = { Anoute } +anowed_female = { Ane_te Anowed Eni_de } anphilia_female = { Anphilia } anqarib_male = { Anqarib } anselm_male = { Anselm Anselme Anselmo Anselmu Anselmuccio } @@ -860,19 +331,23 @@ ansoald_male = { Ansaldo } ansprand_male = { Ansprand } ansur_male = { Ansur } ansuro_male = { Ansuro } +antalas_male = { A_dala Antala Antalas } anthemios_male = { Anthemios Anthemius } antheria_female = { Antheria } antherius_male = { Andaro Anterio Anteru } anthimos_male = { Anthimos Anthinos } antinoos_male = { Antinoos } antiochis_female = { Antiochis Antiokhis } +antiochos_male = { A_dze_oggu Antiochos Antiokhos Antzioccu } antiochus_male = { Antiogu } antipas_male = { Antipas } antipatra_female = { Antipatra } antipatros_male = { Antipatros } antoeis_male = { Antoeis } +antonia_female = { A_done_a Antoinette Anton_a Anton_e Antonia Antonie Antoniya Antuia Antunja Antuonja } antonilla_female = { Antonilla } antonina_female = { Anton_ena Antonina Antuiena Antun_ina } +antoninus_male = { A_done_nu Andolin Annwn AntO_ni Anthony Antn_nino Anto_nio Antoine Antoinus Anton Anton_inui Anton_u Anton_ui Antoni Antoni_n Antonin Antonine Antonineh Antonino Antoninu Antoninus Antonio Antonios Antoniotto Antoniu Antonius Antonolo Antouni Antuiy Antun_inu Antun_iny Antune Antuninu Antuone } antro_female = { Antro } anund_male = { Anund Anundir Anundr O_nundr } anupapala_male = { Anupapala Anuppal } @@ -903,13 +378,21 @@ apollonia_female = { Apollonia } apollonides_male = { Apollonides Aportonides } apollonios_male = { Apollonios } apollonius_male = { Apollonius Aporon_ui Apuruiy } +apon_male = { Abon Abono Apon } apostle_male = { Apostle Papostolos } apotouros_male = { Apotour Apotouros } +appius_male = { Appe_ Appeo Appius } +apuleius_male = { Apuleius Apullu Buzu } aquila_male = { Achilas Akyla Aquila } +aquilia_female = { Acea Acella Aciella Acilla Aquilia Ge_za } aquilinus_male = { Achilino Aquilinus } +aradig_male = { Aradig Arazie_co Erege_y } +aradoc_male = { Aradn_co Aradoc Eredho } aragonta_female = { Aragonta Aragonte Aragunta } arara_female = { Arara } araua_female = { Araua } +arawain_male = { Araue_no Arawain Eroe_n } +arcadius_male = { Arcadius Arcadzui Arcagiu Archazy Argad Argadiu Aryade_u } archagathos_male = { Archagathos Arkhagathos } archelaos_male = { Archelaos Arkhelaos } archias_male = { Archias Parkhais } @@ -918,6 +401,7 @@ archon_male = { Archon Arkhon Parkhon } archontia_female = { Archontia Arkhontia } ardahan_male = { Ardahan Erdehan } ardavan_male = { Ardavan Artivan Erdewan } +arddyn_female = { Arddyn Arge_ne Argi_ne } ardeshir_male = { Ardeshir Artashir ErdeS_I_r Erdes_i_r } ardiccio_male = { Ardicino Ardizzone Ardoino Arduino Arduinu } ardumanish_male = { Ardumanish } @@ -927,6 +411,7 @@ arete_female = { Arete } argentina_female = { Argentina Arziantina } arghavan_female = { Arghavan } ari_female = { Ari Aris } +arian_female = { Are_ane Arian Eri_ene } arikesari_male = { ArikE_cari Arike_cari Arikesari } arim_male = { Arim } arimma_female = { Arimma } @@ -960,6 +445,7 @@ arngrimr_male = { ArngrI_mr Arngrimr } arnold_male = { Arnald Arnaldo Arnaldus Arnalt Arnau Arnaud Arnauld Arnault Arnaut Arnd Arnold Arualdo } arntlei_female = { Arntlei } arnulf_male = { Arnolfo Arnoul Arnoulf Arnulf Arnulphus } +arod_male = { Arod Aroto Erod } aroou_female = { Aroou } arop_male = { Arop } aropnoute_male = { Aropnoute } @@ -987,12 +473,15 @@ artemis_female = { Artemis } artemisia_female = { Archemesa Arshemesa Artemisia } artemius_male = { Artemio Artemius Arthen } arthbodus_male = { Arthbodus Arthfoddw } +arthfael_male = { Arde_ualo Argei_uel Arthfael } +arthur_male = { Aarto Achiuir Ardur Arduro Art ArtU_r Arthguiu Arthueu Arthuis Arthuiu Arthur Arthwr Arthwys Artorius Artu_r Artur Arzhur } articnos_male = { Articnos Artiknos } articnus_male = { Archemnui Arshe_uny Articnus } artystone_female = { Artystone } arusi_female = { Arusi } aryawratha_male = { Aryawratha } arziki_female = { Arziki } +arzoccu_male = { Arsogu Arzoccu Assoyu } asa_female = { A__sa A_sa A_se Asa } asa_male = { Asa } asabana_female = { Asabana } @@ -1023,6 +512,7 @@ aspacanah_male = { Aspacanah } asper_male = { Asper } aspidar_male = { Aspar Asparos Aspidar } asta_female = { A__sta A_sta Asta } +astragundia_female = { Astragundia Stalyude_a } astrid_female = { A_strI_D_r Astrid Estrid } astulf_male = { Astolf } asya_female = { Asya } @@ -1042,6 +532,7 @@ ateporix_male = { Ateporix } ater_male = { Ater } atera_male = { Atera Aterus } atevalos_male = { Atevalos Atevalus } +athanaric_male = { Atanarigu Athanaric Tanare_yu } athanasia_female = { Athanasia Thanasia } athanasios_male = { Afanasiy Atanasiu Athanasios Athanasius } athenais_female = { Athenais } @@ -1050,6 +541,7 @@ athenodoros_male = { Athenodoros } atheris_male = { Atheris } athirajendra_male = { Athirajendra AtirA_cE_ntira Atira_ce_ntira } athiyabaushna_male = { Athiyabaushna } +athtart_female = { Astarte Athtart Starde } atiantos_male = { Atiantos Atiantus } atiena_female = { Atiena } atieno_female = { Atieno } @@ -1061,6 +553,7 @@ ato_male = { Ato } atossa_female = { Atossa } atpomaros_male = { Atpomaros Atpomarus } atrnerseh_male = { Adarnase Atrnerseh } +attilius_male = { Agile_ Attilius Azzile_o } atto_male = { Attius Atto Attone Azzo Azzone } attu_female = { Atta Attu } atucos_male = { Atuco Atucos Atucus } @@ -1071,14 +564,22 @@ aturpat_male = { Aturpat } atyeno_male = { Atyeno } aubry_male = { Albericus Albery Aubry } auctiona_female = { Auctiona Otionne } +audofleda_female = { Audofleda Doreda Udofreda } +audovera_female = { Audovera Dobera Udobera } august_male = { August Augusto Augustu Austu Auust Awgustin Awst } +augusta_female = { Augusta Awgusta Ugusta Yusta } +augustina_female = { Aguastina Akoustina Augustina Ugustina Yuste_na } +augustine_male = { Agostino Aguastin Agustin AugustI_n Augusti_n Augustin Augustine Austinu Ugustinu Yuste_nu } augustinus_male = { Augstinui Augustinus Oguschiny } augustus_male = { Augstui Augustus Awgusteh Ogusty } aulius_male = { Aiouli Aulius } +aulus_male = { Aulo Aulus Ole } auma_female = { Auma } aurang_male = { Aurang } aurea_female = { Aurea Awriyah O_ria Oria } +aurelia_female = { Aurelia Aurella Efrddyl Efyrddyl Orea Reza Urella } aurelianus_male = { Aurelianus Aurellanu Aurelleanui Oreany } +aurelius_male = { Aure_le_o Aurelio Aurelios Aureliu Aurelius Aurellu Aurellui Aurely Aureo_l Aureolo Aureolus Auriol Awrehli Oreiy Orele_ Oreliu Rezu Urellu } aurengarde_female = { Aurengarde Aurengardis } austell_male = { Austell Austol } auta_female = { Auta } @@ -1109,6 +610,7 @@ azima_male = { Azima } aziza_female = { Aziza } azizi_male = { Azizi } aznar_male = { Aner Anerils Asnar Azeari Aznar Isarn } +baalat_female = { Baalat Baladda Balatta } baba_female = { Baba } baba_male = { Baba } babaeus_male = { Babaeus Babai Babowai Babwahi } @@ -1142,6 +644,8 @@ balarabe_male = { Balarabe } balder_male = { Balder Baldr Baldur } baldric_male = { Baldarich Baldric Baldrick } baldwin_male = { Baldewin Baldoen Baldovino Balduin Balduinus Baldwin BaudoI_n Baudoi_n Baudouin Boudewijn } +balin_male = { Bale_no Balin Bele_n } +balise_male = { Bale_s Bali_ Balise } baltasar_male = { Baltasar Balthasar } bamdje_female = { Bamdje } banafsheh_female = { Banafsheh } @@ -1152,6 +656,7 @@ baptistia_female = { Bapsistia Baptistia } barak_male = { Barak } baraka_female = { Baraka } barakat_male = { Baraka Barakat } +baraket_male = { Baraket Bargetu Baryedu } baram_male = { Baram } barau_male = { Barau } barbara_female = { Barabal Barbara } @@ -1162,13 +667,18 @@ barika_female = { Barika } barisone_male = { Barisone } barnabas_male = { Barnaba BernabO_ } barsine_female = { Barsine } +bartholomew_male = { Bardolomeu BartO_lu BarthE_lE_mi Barthe_le_mi Bartholemi Bartholomaeus Bartholomaios Bartholomeo Bartholomeus Bartholomew Bartol Bartolomeo Bartolomeu Bartolomeus Bartolu Bartomeu Bartoromeui Bartosz BartoumiE_u Bartoumie_u Barturumey Bertelemi Buartol Talmai Tolmai Tulmay } baruch_male = { Barakhia Baruch Barukh } +barumini_male = { Barume_ne_ Barumini } bashir_male = { Bashar Bashir } +basil_male = { Base_zu Basil Basile Basileios Basilio Basilios Basillu Vasile Vasilii Vasiliy } +basilia_female = { Base_za Bashea Bashella Basilia Basilla } basilike_female = { Basilike } basiliscus_male = { Basiliscus Basiliskos } basilissa_female = { Basilissa } basilius_male = { Basheiy Bashellui Basilius Besilio } bassos_male = { Bassos } +bassu_male = { Bassiano Basso Bassu } batalo_male = { Batalo } batatume_female = { Batatume } bateia_female = { Bateia } @@ -1177,6 +687,7 @@ bathanattos_male = { Bathanattos } bathouel_male = { Bathouel } bathsheba_female = { Bathsheba Batsheva } batic_male = { BatiC_ } +batnoam_female = { Bannoma Batnoam Batnoma } bato_male = { Bato } battos_male = { Battos } bavana_female = { Bavana } @@ -1186,11 +697,15 @@ bawo_male = { Bawo } bayajidda_male = { Bayajidda } bayero_male = { Bayero } bayinika_female = { Bayinika } +beatrice_female = { BE_atrice BE_atrix Be_atrice Be_atrix Bearre_y Beathoc Beatrice Beatrigz Beatrijs Beatrike Beatris Beatritz Beatriu Beatrix Beatriz Beitris Bethoc Bia Biatre Biatri Brethoc Brites } +bedwyn_male = { Be_de_no Bede_n Bedwyn } +bedwyr_male = { Be_turo Bedur Bedwyr } beejpala_male = { Beejpal Beejpala } bela_male = { Belo Billo } beladore_female = { Beladora Beladore } belgos_male = { Belgos Bolge Bolgios } beli_male = { Beli Bili } +belisarius_male = { Be_llisariu Beieshary Bele_sare_u Belisara Belisarios Belisariu Belisarius Bellesariui Belsario } bella_female = { Bella Biala } bellaunos_male = { Bellaunos Bello Bellon } belle_male = { Belle } @@ -1198,6 +713,8 @@ belona_female = { Bellone Belona } belphios_male = { Belphios } bencio_male = { Bancio Bencio } bene_female = { Bene } +benedict_male = { Beiede_uty Ben_edeptui BeneS_ Benede_ddu Benedek Benedetto Benedict Benedictus Benedikt Benedittu Beneitu Beneke Beneoit Benes Beneset Benet Bengt Benito BenoI_t Benoi_t Benoiet Binidittu Budic Budoc Budog Bunedec } +benedicta_female = { Beiede_uta Ben_edepta Benede_dda Benedetta Benedicta Benedikte Beneditta Beneoite Benita BenoI_te Benoi_te } benigna_female = { Benigna } benignus_male = { Benignus } benjamin_male = { Beniamen Beniamin Benjamin Binyamin } @@ -1211,6 +728,7 @@ ber_male = { Ber } berengar_male = { BE_renger Be_renger BerengA_rio Berengar Berengario Berengariu Berengarius Berenger Berenguel Berenguer BerenguiE_ Berenguie_ } berengaria_female = { BerengA_ria Berengare Berengaria Berengela Berenguela Berenguera } berenike_female = { Berenige Berenike } +beretrude_female = { Beredulda Beretruda Beretrude } berhtwine_male = { Berhtwine Berthgwyn } berin_male = { Berin Birinus } bernard_male = { BE_rard Barnaerd Be_rard Benno Berardo BernA_t Berna_t Bernabn_ Bernaldu Bernard Bernardin Bernardino Bernardo Bernardu Bernart Bernat Bernd Bernead Bernez Bernhard Bernhardus Birnardu } @@ -1234,21 +752,28 @@ bikili_male = { Beciellu Bikili } bikorom_male = { Bikorom } bilal_male = { Bilal } binhdo_female = { Bindo Binhdo } +binmelqart_male = { Be_mmeryar Bimmelgar Binmelqart } biram_male = { Biram } birger_male = { Birger Birgir } biri_male = { Biri } birpala_male = { Birpal Birpala } bis_female = { Bis } bishara_male = { Bishara Bishoi } +bitnima_female = { Be_nne_ma Bitnima } bitognatos_male = { Bitognatos } +bitoria_female = { Be_dore_a Bitoria } bitugnatus_male = { Betu_n_aty Betumnatui Bitugnatus } biturix_male = { Betoury Biturix } blaise_male = { BL_aZ_ej Biaggiu Biagio Blaez Blaise Blasi Blayve Blaz Blazej } blava_female = { Blava Blavia } blavos_male = { Blaus Blavos } +bleddyn_male = { Ble_gin Ble_gino Bleddyn Blethin } bledrig_male = { Bledric Bledrig } +bleiddig_male = { Ble_gi_ Ble_zico Bleiddig } bleiddud_male = { Bleiddud Blethiut } +blodwen_female = { Bleutuen Bleuzenn Bln_dn_e_ne Blodhoi_ne Blodwen } bo_male = { BU_i Bo } +boccius_male = { Bocciu Boccius Bogge_u Boqqi } bodugnatos_male = { Bodugnatos Bognet } boethios_male = { Boethios Boethos } bogdan_male = { Bogdan Bohdan Bokdan } @@ -1265,7 +790,9 @@ bolad_male = { Bolad } boleslav_male = { BolesL_aw Boleslav Boleslaw Burisleif } bona_female = { BO_na Bn_na Bona Bonne Buni } bonaventura_male = { Bonaventura } +boniface_male = { BoN_cza Bonaye_u Boncza Boniface Bonifacio Bonifacius Bonifagiu Bonifazio Bonifaziu } bonino_male = { Bonino Bunin } +bonnannaro_male = { Bonnannaro } bonosus_male = { Bonosus } bonus_male = { Bono } bootes_male = { Boo_tes Pimen Poimen } @@ -1276,6 +803,7 @@ borijov_male = { BoR_ivoj Borijov Borivoj Boriwoj Borzywoj } boris_male = { Boris Borisz } borkvard_male = { BO_D_var Borkvard } born_male = { Born } +bors_male = { Bn_rs Bor Bors } borso_male = { Borso } boson_male = { BosO_n Bosone } boson_male = { Boso Boso_n Boson } @@ -1286,6 +814,7 @@ boudion_male = { Boudion Bouteiom } brage_male = { Brage Bragi } brailo_male = { Brailo } brajko_male = { Brajko } +bran_male = { BrA_n Bra_n Bran Brano } brancaleone_male = { Branca Brancaleone } brannogenus_male = { Braiuzheny Bran_odzhenui Brannogenus } branwaladr_male = { Brangualart Branwaladr } @@ -1300,12 +829,20 @@ brigasta_female = { Briaste Brigasta } brigid_female = { Berc'hed Berchet Birgitta BrI_gida Breaca Breage Bregida Bri_gida Bride Bridei BrigI_D_a Brigid Brigida Brigide Brigit Brude Bruide Ffraid } brigomagos_male = { Breumage Brigomagos } briog_male = { Breoc Brioc Briog } +britannicus_male = { Bre_tanne_co Brechaiecy Bretagniques Bretan_ecui Bri_daney Britannecu Britannicus } +brochmael_male = { Brn_cimalo Brochmael Brogemal } +brochvael_male = { Brn_civalo Brochvael Brogeual } brogimara_female = { Brodzhemara Brogimara Bruzhemiara } brogimaros_male = { Brogimaros } brogitaros_male = { Brogitarios Brogitaros } brogmaglus_male = { Brochfael Brochuael Brogmaglus } +bronwen_female = { Brn_nn_e_ne Bronoi_ne Bronuen Bronwen } brunhild_female = { Brunhild Brunildi } +brunhilda_female = { Brune_rra Brunechildis Brunhilda Brunhilde Brunidda Brunilde } bruno_male = { Brun Bruno } +brutus_male = { Bride Bridei Brout Bru_ Brude Bruide Bruto Brutus Brwt } +brwyn_male = { Bre_n Bre_no Brwyn } +brychan_male = { Brocano Brogan Broichan Brychan } bryzos_male = { Brisu Bryzos } bryzus_male = { Brezui Brezy Bryzus } bua_male = { Bua } @@ -1333,62 +870,101 @@ buyuma_male = { Buyuma } bwana-mkubwa_male = { Bwana-Mkubwa } byzantia_female = { Byzantia } byzo_male = { Bizu Byzo } +caddan_male = { Cadano Caddan Gedhan } +cadell_male = { Cadell Cadello Gedhelle } +cadfael_male = { Cadfael Cadwal Catovallo Gedoualle } +cadog_male = { Cadoc Cadoco Cadog Gedoe Kado } cadw_male = { Cadou Cadw } cadwaladr_male = { Cadwaladr Catgualart } cadwalladr_male = { Cadwalladr Catgualtr } +cadwallon_male = { Cadwallon Catguallon Catovalln_no Catuallon Gedouallon } cadwared_male = { Cadwared Catguoret } cadwr_male = { Cador Cadwr } +cadwy_male = { Cado Cadwy Catovio Gedoui } +caecilius_male = { Aksel Aksil Caecilius Cecily Cegillu Che_chellui Cie_ciellu Cie_cileo Ge_gile_ Ge_ye_zu Kaikilios Ke_kili She_sheiy } caedicius_male = { Caedicius Cedig } caelestinos_male = { Caelestinos Gelestinos } caelestinus_male = { Caelestinus Che_llestinui She_iestiny } +caelgyn_male = { Caelgyn Cie_le_gino Gelegin } +caelia_female = { Cae_lia Cie_lie Geli_e } caesar_male = { CE_sari Caesar Cesare Che_sa Ciesar Gesar Kaisar Kaisarios She_sa } caesarea_female = { Cesarea } caesaria_female = { Caesaria Kaisaria } caesaris_female = { Caesaris Che_sari Cie_sari She_sari } caesarius_male = { Caesarius } cagintria_female = { Cagintria Ceindrec Ceindrych } +cai_male = { Cai Caiu Ce_o Dzhe_ui Gaios Gaiu Gaius Gay Ge_o Gui_ Zhe_y } +cain_male = { Cain Cie_no Ge_n } caius_male = { Caius Gayi } +caleddin_male = { Cale_dino Caleddin Geledhin } callistus_male = { Callisto Callistu } calpurnia_female = { Calpurnia Kalaponia } calpurnius_male = { Calpurnius Kalaponios } camaios_male = { Camaios Camaius } cambaules_male = { Cambaules Kambaules } cambyses_male = { Cambyses Pkambeses } +camilla_female = { Camilla Camille Gemi_lle Kamila Kamilla } camillus_male = { Camillo Camillus Kamil } camma_female = { Camma Kamma } cammios_male = { Cammios Cammius } camulogenus_male = { Camulogenus Camurodzhenui Camuruzheny } candala_female = { Candala } candalon_male = { Candalio Candalon } +candida_female = { Candeda Candida Candieda Ga_de_da } candidus_male = { Candido } candidus_male = { Candidus Kantitos Qandideh } canute_male = { Canute Kanut } +capussa_male = { Capussa Gabussa } +caradoc_male = { Caradaig Caradec Caradoc Caradog Caratacus Caratn_co Cedric Cerdic Ceredig Cie_re_zico Gerado Gere_gey Karadeg } +caraled_male = { Caraled Caraleto Gerele_ Gerled } +carawain_male = { Caraue_no Carawain Gerauen } carbrey_male = { Cairbre Carbrey } +carcasan_male = { Carcasan Cargasanu Garyasanu } +carig_male = { Care_co Carig Gerey } carinus_male = { Carin Carinu Carinui Carinus Cariny } carloman_male = { Carloman Karlmann Karloman } caroline_female = { Caroline Karlotte } carus_male = { Caru Carui Carus Chary } casimir_male = { Casimir Kasimar } +caspar_male = { Caspar Casparru GA_spA_r Ga_spa_r Gaspare Gasparru Jaspar Kaspar } +cassia_female = { Casha Casie Cassia Chasha Gasse_a Gi_e Kasia Tkasia } cassignatos_male = { Cassignatos Kassignatos } cassius_male = { Cashui Cassiu Cassius Chashy } cassius_male = { Cassio Kasio } casticos_male = { Casticos Chastiques } +caswallon_male = { Casovallono Caswallon Gesouallon } catherine_female = { Aikaterine Aikatherine CaitilI_n Caitili_n Caitrion Catalina Catarina Cateline Caterina Caterucia CathE_rine Catharina Cathe_rine Catherine CatrI_ona Catri_ona Catriana Catrin Catriona Ecatarina Ekaterina Kaarina Karin Kasrin Katalin Katalina Katarina Katarzyna KateR_ina Katell Katerina Katharina Kathrijne Katranide Katrien Katrine Ketevan Nienke Yekaterina Yekatri } catholica_female = { Catholica Katholike } catomara_female = { Catomara Catumiara Katomara } catomaros_male = { Catomaros Katomaros } catuvalos_male = { Cadoual Catuvalos } +cavan_male = { Cauano Cavan Geuan } cavaros_male = { Cavaros Chavar } cecil_male = { Cecil Seisyll } +cederina_female = { Cederina Gedere_na } +cedwyn_male = { Cedwyn Cie_tn_vino Ge_douin } +ceinwyn_female = { Ceinwyn Cie_nn_e_ne Genoi_ne } celer_male = { Celer Keler } +celestine_male = { Celestine Cilestinu Coelestinus Ge_leste_nu } celestinus_male = { CelestI_nu Cilistinu } celladius_male = { Celladius Kellad } celtillos_male = { Celtille Celtillos } +celwin_male = { Celwin Cie_lvino Ge_luin } cemeia_female = { Cemeia } +cenosinda_female = { Cenosinda Genos?da } centule_male = { Centolh Centule Centulle Centullus Gendule Zentulo } cercenia_female = { Cercenia Kerkenia } +cerdig_male = { Cerdig Cie_rzie_co Gergey } +cerdoc_male = { Cerdoc Cie_rtn_co Gerdo } cerethrios_male = { Cerethrios Kerethrios } +ceretiacus_male = { Ceretiacus Cie_re_ze_aco Geregi_ey } +cerevanus_male = { Cerevanus Cie_re_vano Gereuen } +cerfin_male = { Cerfin Cie_rvino Ge_ruin } +ceridwen_female = { Ceridwen Cie_re_ve_ne Ge_reui_ne } +cerie_female = { Cerie Cerys Cie_re_se Cie_rie Gi_ri_e } +cerlyn_male = { Cerlyn Cie_rlino Ge_rlin } cerses_male = { Cerses Chershi Shershi } +cerwain_male = { Cerwain Cie_rve_no Ge_rue_n } chael_male = { Chael Khael } chagina_female = { Chagina } chaim_male = { Chaim Kham } @@ -1430,6 +1006,7 @@ chriki_female = { Chriki } christ_male = { Christ Khrestos } christian_male = { Chrestien Christian Crastin Cristiano Kersten Kristian Krystyn } christiana_female = { Christiana } +christina_female = { Christina Christine CrI_stina Creschena Creshena Cri_stina Cristen Cristin Cristina Gre_ste_na Khristina Kirstin KristY_na Kristen Kristiina Kristina Kristyna Krisztina Krystyna } christodoros_male = { Christodoros Khristodore } christodote_female = { Christodote Khristodothe } christodoulos_male = { Christodoulos Khristodoloy Khristodoulos } @@ -1444,25 +1021,33 @@ chunya_male = { Chunya Nechunya } ciaran_male = { Ciaran Piran } cicek_female = { C_eC_ek C_iC_A_k C_iC_ek } cicek_female = { C_ec_ek C_ic_a_k C_ic_ek } +cicely_female = { Aziliz CE_cile Caecilia Ce_cile CecI_lia CecilI_a Cecilia Cecilie Cecily Che_chella Cicely Cie_cie_lie Cie_ciella Gegili_e Kaikilia She_shea } ciderios_male = { Cedry Ciderios } cikkoku_male = { Cikkoku } cincixri_male = { Cincixri } cinta_female = { Cinta } +cipare_male = { Cipare Cipari Ge_bare_ } cisantaxma_male = { Cisantaxma } cishpi_male = { Cishpi } citata_female = { Citata } citatos_male = { Citatos Citatus } cixilo_female = { Cixillo Kisilo } clara_female = { Clara KlA_ra Kla_ra Klara Llear } +clarisant_female = { Clarisant Llare_sante Lleri_ande } clarus_male = { Clarus Klaros } +claudia_female = { Ciaudza Claudia Claudie Claugia Coza Crudia Glades Gladez Golade_s Grude_a Gwladys Klaudia Llaudie Llodhi_e } +claudius_male = { Ciaudzui ClA_udiu Claude Claudio Claudius Claugiu Cozy Crudiu Glywys Grude_u Klaudios Klaute } +clemens_male = { ClamenC_ Clamenc_ Clemen Clemence Clemens Clement Clemente Clemiant Climent Climenti Cremen Crementziu Grem?dze_u Gremedze_u Gremen Klemes Kliment } clementia_female = { Cemensa ClemEEncia ClemE_ncia Cleme_ncia Clemence Clemencia Clementia Clemenza Clemianta Cllementsa Crementia Klementia ME_cia Me_cia MencI_a Menci_a Mencia Mentzia } clementine_female = { Clementina Clementine } clementius_male = { Cemensy Ciementsui Clemenciu Clementius } clether_male = { Cleder Clether } clevvon_male = { Clevas Clevvo Clevvon } +cloelia_female = { Cloelia Lln_e_lie Lloili_e } clotaire_male = { Chlothar Clotaire Clothar Hlothere Liuterio Lot Lotario Loth Lothair Lothaire Lothar Lotharius Lotos Luder } clotilde_female = { Clotilde Cloutilda Cothilda } cobflaith_female = { Cobflaith Coblaith } +coel_male = { Cie_le_o Coel Gele_ } colman_male = { Colman Culmin Cwlfyn } coma_female = { Coma } comanos_male = { Comain Comanos } @@ -1471,6 +1056,7 @@ combogios_male = { Comboge Combogios } combolomaros_male = { Combolomaros Kombolomaros } combutis_male = { Combutis Komboutis } comes_male = { Comes Komes } +comita_male = { Comita Gome_da Gomita } comitas_male = { Cometai Comitas Cumeche } commodus_male = { Commodus Komode Qommodeh } commuvalos_male = { Commoual Commuvalos } @@ -1480,38 +1066,55 @@ conan_male = { Canan ConA_n Conan Cynan Kenan Konan } conn_male = { Canu Conn } connacorix_male = { Connacorix Konnakorix } constans_male = { Castant Constan_i Constand Constans Constant Constantius Constantsui Constanzo Costante Costantzu Costanzo Cunschai Cunschansy Cunstanciu Custanti Custanzu Custent Custeyn Cysteint Konstantios Konstas } +constantia_female = { Caunstantina ConstA_ncia Consta_ncia ConstanC_a Constanc_a Constance Constancie Constansa Constantia Constantina Constantsa Constantsena Constanza Costantia Costanza Cunschansa Cunschansena Cunstancia Cunstantina Gosta_de_a Konstancia Konstancie Konstancja Konstansja Konstantia Konstantina Konstantine Konstantzia Konstanza Konstanze } +constantine_male = { Castantin Caunstantin CausantI_n Causanti_n Cn_sce_nino Coge_nin ConstantI_n ConstantI_nu Constanti_n Constantin Constantine Constantino Constantinui Constantinus Costantin Costantinu Cunschantiny Cunstantinu Custantinu Custennin Custentin GosantI_nu Gosdantin Gosta_de_nu Guantine Konstantin Konstantine Konstantinos } constantinos_male = { Constantinos Kostantinos } corbos_male = { Corbos Corbus } corentin_male = { Caurantin Corentin } corexia_female = { Coreix CorexI_a } +corineus_male = { Core_ne_ Core_ne_o Corineus } +cornelia_female = { Cn_rne_lie Corn_ella Corneli_e Cornelia Cornella Curea Curn_ella Gonneza } +cornelius_male = { Caurnel Cn_rne_le_o Corn_ellui Cornele_ Cornelio Corneliu Cornelius Cornellu Cornely Cureiy Curn_ellu Curneliu Gonnezu Kornel Kornelios } +corona_male = { Corona Gorona } correos_male = { Corre Correos } corvulus_male = { Corvulus } +cosima_female = { Coshema Cosima Cushema Gose_ma } +cosmas_male = { CO_simu Cosimo Cosma Cosmas GO_samu Gossa Kosma Kosmas Koz'ma Koz_ma ZO_simu } cotu_female = { Cota Cotu } cotula_female = { Cotula } cotulos_male = { Cotulos Cotulus } counerta_female = { Counerta } counertos_male = { Counertos Counertus } couruna_female = { Couruna } +crassus_male = { Crassu Crassus Crasui Crasy Grassu } creirwy_female = { Cleirui Creirwy } crescens_male = { Crescens } crescentius_male = { Cresenzio } +crispina_female = { Crespena Crespina Crespine Crispina Gre_spe_na } crixos_male = { Cres Crixos } crouta_male = { Crouta } crundmael_male = { CruinnmA_el CrundmA_el } ctibor_male = { Ctibor CzcibO_r Czcibor } +culhwch_male = { Coln_co Colo Culhwch } cunobarros_male = { Combarre Cunobarros } cunomor_male = { Conomor Cunomor } cupitus_male = { Cupitus } curena_female = { Curena } +cusaila_male = { Cusaila Cusila Guse_la } cuthbert_male = { Cuthberht Cuthbert } +cutzinas_male = { Cutzina Cutzinas Gudze_na } cwa_male = { Cwa } cybi_male = { Cuby Cybi Kybi } cynddelw_male = { Condeleu Cynddelw } cyndyddan_male = { Condidan Cyndyddan } cynfael_male = { Conmael Cynfael } +cynfarch_male = { Conmarch Conn_varco Conouarge Cynfarch } +cynfelyn_male = { Conn_ve_lino Conouelin Convelin Cynfelyn } +cynfyn_male = { Conn_vino Conouin Cynfyn } cyngar_male = { Congar Cyngar } cyngen_male = { Concen Cyngen } cynog_male = { Canuac Cynog } +cynwallon_male = { Conn_valln_no Conouallon Conuallon Cynwallon } cyprianus_male = { Cheprianui Cipriano Cyprian Cyprianus Kiprianu Sheprany } cyriacus_male = { Cwrig Cyriacus } cyril_male = { Cyril Cyrille Kirill Kurillos Kyrillos } @@ -1570,22 +1173,29 @@ daudi_male = { Daudi } daura_female = { Daura } daura_male = { Daura } daurama_female = { Daurama } +david_male = { DA_vi Da'oud Da'ud Da_oud Da_ud Da_vi DabI_d Dabi_d Dabuut Daevit Dafydd Daoud Daouda Dauid Daveid Davi David Davide Davido Davit Davud Davyd Dawid Dawit Dawud Deue_ Deui Devi Dewi Diwdad Tuokko } dawra_male = { Dawra } deborah_female = { Deborah Devorah Dvorah } +decima_female = { De_cie_me Decima Gegi_me } +decimus_male = { De_cie_mo Dechemui Decimus Deshemy Dieciemu Gegi_m } decius_male = { Dechui Decius Deshy Dicy Dieciu } +deiniol_male = { Danail Dane_l Danelu DaniE_l Danie_l Daniel Danieli Daniil Danilo Danilu Daniyel Daniyyel Danyal Deiniol Deniel Ge_neol Gie_niolo Taniel } deiotara_female = { Deiotara } deiotaros_male = { Deiotaros } deirdre_female = { Deirdre } deli_male = { Deli } +delyth_female = { De_lode Delyth Di_loe } demeter_female = { Demeter } demetria_female = { Demetria } demetrios_male = { Demetre Demetrio Demetrios Demetrius Demetrous Dimitre Dmitriy } demonikos_male = { Demonikos Tamonikos } deng_male = { Deng } +denise_female = { De_nise Deneza Deni_e Denis Denise } dentupes_male = { Dentupe Dentupei Dentupes Die_ntope } dentusucu_male = { Dentusucu Die_ntusucu } deopus_male = { Deopus Diopu } deospor_male = { Deospor Diusporu } +derella_male = { Derella Gere_lle Gie_re_lle_ } derilla_female = { Der-Ilei Derilla Durilia } derval_female = { } dervorgilla_female = { Der-bForgaill Derbforgail Derbforgaill Derborgaill Dervorgilla Devorguilla } @@ -1599,6 +1209,8 @@ dhamiria_female = { Dhamiria } dhanga_male = { Dhanga Dhangadeva } dharma_female = { Dharma Tarma } dharma_male = { Dharma Tarma } +dian_female = { Chuana Dian Eonnecte Gi_ene Gie_ane Gioanna Hoanna Iannia Ioan_a Ioanna Iohana Iohanna Iohanne Iouenna Iuaia Janed Jean Jeanne Jehanne Jiona Joan Joana Joanna Johanna Juana Se_ane Seonaid Sheena Shona SiA_n Sia_n SiobA_n Sioned Siunod Xoana Xuana Youenna } +diana_female = { De_ana Diana Zhana } diane_female = { Diane } diastullos_male = { Diastullos Diastullus } diazelmis_male = { Diazelmis Diesie_lme } @@ -1607,6 +1219,7 @@ dicasius_male = { Decashui Dechashy Dicasius } didymos_male = { Didymos } dieter_male = { Dieter Tedu Teodo Teuto Theodo } dietmar_male = { Detmar Dietmar Thietmar Tymmeke } +dihya_female = { Dame_a Damia De_a Dihia Dihya } dikaios_male = { Dikaios Dikaiou } dikasios_male = { Dikasios } dikla_female = { Dikla Diklah Diklit } @@ -1616,8 +1229,10 @@ dilipapala_male = { Dilipapala Dilippal } dim_male = { Dim } dinka_female = { Dinka } diocaros_male = { Dechar Diocaros } +diocletianus_male = { De_ogredze_anu Diocletianus Diocretzianu Diucletianu Zhocllechanui Zhuceshany } diodora_female = { Diodora } diodoros_male = { Diodoros } +diodorus_male = { De_odoru Diodoru Diodorus Diyodoreh Zhodorui Zhudury } diokles_male = { Diokles Tioklei } diomedes_male = { Diomedes Diometes } dione_female = { Dione } @@ -1650,21 +1265,29 @@ dobromir_male = { Dobromar Dobromir } docibilis_male = { Docibile } docnimaros_male = { Docnimaros Docnimarus } dolo_male = { Dolo } +domina_female = { Dome_na Domina Domna Du_na } dominia_female = { Dominia Domneio } +dominic_male = { DomE_nico Dome_ne_yu Dome_nico Domenico Domenigo Domienco Domingo Domingu Dominic Dominigu Dominik DumI_nicu } dominica_female = { Domen_eca Domienca Dominica Dumeieca Dumen_eca } dominicus_male = { Domen_ecui Domengo Dominicus Dumeiecy } dominius_male = { Dominius Domneion } +dominus_male = { Dome_nu Domineh Dominu Dominus Domno Domnos } +domitia_female = { Dn_mizie Domige Domitia } domitiana_female = { Domechana Domitiana Dumeshana Dumetiana } +domitianus_male = { Dn_mizeano Domechanui Domidgen Domitianus Dumeshany Dumetianu } +domitilla_female = { Dn_me_zille Domigi_lle Domitilla } domitius_male = { Dometsui Domitios Domitius Dumeciu Dumesy } domna_female = { DueN_a SeN_ora SeN_orina Senhorinha } domnilaos_male = { Domnilaos } domnina_female = { Domena Domnena Domnina Donnia Du_nena } donald_male = { Domelch Domnall Donald Donault Donoal Donual Donuallon Dyfnwal Dyfnwallon } +donatus_male = { Donadu Donata Donateh Donato Donatu Donatus Dynod } donco_male = { Donco } dong_male = { Dong } dongkar_female = { Dongkar } donyarth_male = { DU_nchad Doniert Donnchad Donncuan DonnucA_n Donnuca_n Donyarth Du_nchad Dumnarth Duncan Dungarth Dyfnarth } dora_female = { Dora } +dorfael_male = { Dn_rvalo Dorfael Dorual } dorotheos_male = { Dorothe Dorotheos } dorothy_female = { Dorota Doroteia Doroteja DorothE_e Dorothea Dorothy Dorottya } dosithea_female = { Dosithea } @@ -1676,8 +1299,12 @@ dragonja_male = { Dragonja } drakontios_male = { Drakontios Trakont } draupada_male = { Draupad Draupada } drogo_male = { Drogo Drogon } +drusilla_female = { Drousilla Drushera Drusiella Drusilla Ruse_za } +drusus_male = { Drous Drousos Drusu Drusui Drusus Drusy Rusu } druteos_male = { Drotey Druteos } +drystan_male = { Drostan Drostano Drosten Drystan Tristan } dubna_female = { Dubna } +dubricius_male = { Dobre_ze_o Dobrigi_ Dubricius } duff_male = { Dubh Duff Duib } dugald_male = { Dubhghall Dugald } dughdho-va_female = { Dughdho-Va } @@ -1690,36 +1317,50 @@ dunqas_male = { Dunqas } durans_male = { Durante } dut_male = { Dut } dux_male = { Dux Ptoux } +dwynwen_female = { Donn_e_ne Donoi_n Dwynwen } +dyfrig_male = { Dorri_ Dorrico Dovrigo Dyfrig Dyrrig } dyre_male = { DY_ri Dyre } dyskolos_male = { Dyskolos } dyteutos_male = { Dyteutos } dytilaos_male = { Dytilaos } dywel_male = { Domuel Dywel } +eachern_male = { E_cie_rno Eachern I_ge_rn } ebbon_male = { Ebbo Ebbon } ebicatos_male = { Bechat Ebicatos } ecdicius_male = { Ecdicius Ekdikios } ecelo_male = { Ecelo Ezzelino } +ector_male = { E_itro Ector I_tre } ede_male = { Ede } edearchon_male = { Edearchon Edearkhon } +edern_male = { E_de_rno Edern Edhe_rn Edyrn Eternus } edgar_male = { Adgar Eadgar Edgar } edith_female = { Eadgyth Ealdgyth Edit Edith } edla_female = { ED_la Edla } edmund_male = { E_amonn Eadmund Edmund Emund Emundr } ednyfed_male = { Ednyfed Iudnimet } +edwin_male = { Eadwine Edwin Edwis Edwyn Odhon Odono } egbert_male = { Egbert Ekbert } egil_male = { Egil Egill Eigil } +egrilius_male = { Egrilius Egrillu Gre_zu Hegrili } ehud_male = { Ehud Udi } eilif_male = { EilI_fr Eilif } einar_male = { Einar Einarr } +einion_male = { E_gnono Einion I_nnon } eiot_male = { Eiot } eirenaios_male = { Eirenaios } eirene_female = { Eirene IrE_n Ire_n Irene Irina } eirenous_male = { Eirenous } +eisarn_male = { Eisarn Isarnu Sannu } eithne_female = { Edna Eithne } ekkehard_male = { Eggerd Ekkehard } +elain_female = { Elain I_lene } +eldoc_male = { E_ldoco Eldoc Eldoe } elea_female = { Elea } elea_male = { Elea } +eleanor_female = { Aenor AliE_nor Alie_nor AlienO_r Alienn_r Alienora Alionor Azenor E_lE_onore E_le_nore E_le_onore Eilionoir Eilionora Eleanor Eleonora Eleonorka Eli_nore Elinor Elionor Ellanora Ellijnore Ellinor Leonor Leonore Lleonor Zanora } +elen_female = { Aileen E_le_ne E_le_ne2 E_lina E_line Eiena Elaine Eleina Elen Elena Elene Eli_ne Ellena Ellyn HE_lE_ne Helen HelenE_ Helena Helene Hellene Ilona Jelena Lena Liekko Olena Oleni } elewa_female = { Elewa } +elgwyn_male = { E_lve_no Elgwyn Elue_n Elwain } eli_male = { Eli } elias_male = { Alias Elia Elias Elie Elijah Eliyahu Eliyyahu Eylas HE_lias HE_lie He_lias Helias Helyes Ilyas } elidius_male = { Elid Elidius Lide } @@ -1729,9 +1370,11 @@ eligia_female = { Eligia } eligius_male = { Eligius } elim_male = { Elim } elimisha_female = { Elimisha } +elinion_female = { E_le_ne_one Eli_ni_one Elinion } eliomara_female = { Eliomara } eliomaros_male = { Eliomaros Eliomarus } elisha_male = { Eghisha Elisha Elisha' } +elissa_female = { Elissa Le_ssa } elod_male = { ElO__d ElO_d } elpidios_male = { Elpidios } elpidius_male = { Elpedzui Elpezy Elpidius } @@ -1740,6 +1383,7 @@ elvima_female = { Elvima } elvira_female = { Albira Elbira Elvira } elvissa_female = { Elvissa } elvissos_male = { Elvissos Elvissus } +elwydd_male = { E_lve_do Elue_dh Elwydd } emer_female = { Eimhir Emer } emhak_male = { Emhak } emily_female = { Amilja Emili Emilia Emilie Emilija Emiliya Emily MI_lia Milia } @@ -1752,6 +1396,7 @@ endellion_female = { Endelient Endellienta Endellion } enfidaig_male = { Ainftech Enfidaig Enuidaig } engelbrecht_male = { Engelbrecht Engelpert Ingalbert } enguerrand_male = { Enguerrand Ingelramnus } +enid_female = { E_nide Eni_e Enid } ennodius_male = { E_nnogiu Eiuzy En_odzui Ennodius } enoch_male = { EnO_ch Eno_ch Enoch Enokh } enoder_male = { Enoder Wenheden } @@ -1774,6 +1419,7 @@ eptarys_male = { E_ptare Eptarys } eptesuchis_male = { E_ptiesucie Eptesuchis } eqosh_male = { Eqosh } eratosthenes_male = { Eratosthenes } +erbin_male = { E_rbin E_rbino Erb Erbin Erpin Irb Urbain Urban Urbano Urbien } eredat-fedhri_female = { Eredat-Fedhri } eric_male = { EirI_kr Eirik Eirikr Erc Eric Erich Erik Erkki Erth Herygh Uuirp } ermenberga_female = { Ermenberga } @@ -1781,6 +1427,8 @@ ermenerdis_female = { Ermenerda } ermengarde_female = { Ermegardis Ermengard Ermengarda Ermengarde Ermengardis Ermingarde Hermengarde Irmgard Irmingardis } ermensinda_female = { Ermensinda Ermosinda } ermentrude_female = { Ermedrudia Ermentrude } +ermesinda_female = { Emmes?da Ermenisinda Ermesenda Ermesinda Ermessenda Ermessentz Ermessinde Ermisenda Hermesenda Hermesinda Hermessent } +ermid_male = { E_rme_do E_rmi_dh Ermid } ernest_male = { ArnoS_t Arnost Ernest Ernst Ernusto } eros_male = { Eros } erotas_male = { Erotas Paeros } @@ -1825,6 +1473,7 @@ euphronia_female = { Euphronia } euphrosyne_female = { Eufrosina Eufroysina Euphrosine Euphrosyne Yefrosi Yefrosinia } eupraxios_male = { Eupraxios } euprepios_male = { Eoprepi Euprepios } +euric_male = { Eborico Euric Re_yu Uriegu Urieke Urigu } euryphantos_male = { Euryphantos } eusebia_female = { Eusebia } eusebios_male = { EusE_biu Eusebe Eusebi Eusebios Eusebius Oservio } @@ -1838,7 +1487,9 @@ evagrios_male = { Evagrios } evangel_male = { Evangel Evangelos Evangelus } evangelia_female = { Evangelia Vangelia } evangelina_female = { Evangelina } +eve_female = { AibilI_n Ava Chava E_fe E_ua E_va Eba Efa Eua Eva Eve Hawwa I_fe } everard_male = { Eberhard Eberhardus Everard Everardo Everd Everett Evrard Evrart } +evisus_male = { Be_su Ebisu Evisus } exapia_female = { Exapia } excingomaros_male = { Excingomaros Excingomarus } eya_female = { Eya } @@ -1847,9 +1498,13 @@ ezbenis_male = { E_spen_e Ezbenis } ezekiel_male = { Ezekias Ezekiel Iezekiel Yechezkel } ezra_male = { Ezra } fabia_female = { Fabia Phabia } +fabiana_female = { Fabe_ane Fabiana Fabiene } +fabianus_male = { Fabe_ano Fabeanu Fabeanui Fabeany Fabianus Fabien } fabius_male = { Fabiu Fabiui Fabius Fabiy } fabrice_male = { Fabritziu Fabrizio Fabrizziu } fabrician_male = { Fabri Fabrician } +fabricius_male = { Fabrichui Fabriciu Fabricius Fabrishy Habe_lye_u } +facundus_male = { Facundus Fagundu Hayundu } fadl_male = { Fadl Fezl } fadlun_male = { Fadlun Fezlun } fafila_male = { Fa_fila Fa_vila Fafes Fafila Favila } @@ -1886,11 +1541,17 @@ faste_male = { Faste Fasti } fasti_female = { Fasti } fatima_female = { Fatima Fatimah Fatma Fatuma } faust_male = { Fausto } +fausta_female = { Fausta Fosta Fusta Husta Phausta } +faustina_female = { Fauschena Fauscie_ne Faustina Fogi_ne Foshena } +faustus_male = { Faustu Faustui Faustus Fosty Fustu Giustu Hustu Justu Justus Phaustos Phawsteh } fedlimid_male = { Fedelmid Fedlimid Feidlimid } felicia_female = { Felicia } +felicula_female = { Feiecura Felicula Feligula Fellecura Hele_yula Pheliqula } +felix_male = { Fei Felec Feles Felice Felictu Feligz Felix Felli Fellip Filici Hele_y Pheliks SzczE_sny Szczesny } feradach_male = { Feradach Uuredach } ferdinand_male = { Ferant Ferdinand Ferdinando Ferdinandu FernA_n FernA_o Ferna_n Ferna_o Fernand Fernando Fernandu Ferran Ferrand Ferrando Firdinannu Fredenand Friedenando Friednand } ferdows_male = { Ferdows Firdews } +fergal_male = { Fergal Guergel Vergalo } fergus_male = { Fearghus Fergus Gurcant Gurguist Gurguistl Gwrgant Urguist } feridun_male = { FerI_dun Fereedun Feri_dun Feridun } ferne_male = { Ferne } @@ -1901,15 +1562,22 @@ fikira_female = { Fikira } findlay_male = { FindlaI_ch Findlay Finnlagh } finn_male = { Fingal Finn Fionnghall Gwen Gwyn } finnguala_female = { Fenella Fenni Fingola Finnguala Nuala } +firmus_male = { Firmu Firmus He_mmu } +flacilla_female = { Flachera Flaciella Flacilla Flashera Fragilla Rage_za } flamula_female = { FlA_mula } +flavia_female = { Flauia Flauie Flavia Floi_e Floia Phlavia } +flavianus_male = { Flaianus Flaueanui Flaveanu Flavianus Floeany Frugianu Ruhanu } flavinius_male = { FlaI_n } +flavius_male = { Flauio Flavius Floi_ Phlawi } flavius_male = { Flavio } flora_female = { Fflur Fiaura FlO_ra Fln_ra Floarea Flor Flora } florence_male = { Fiaurens Florence Florentius Florenzo } florian_male = { Florianu } florianus_male = { Floreanui Florianus Florien Flureanu Flureiany } +florus_male = { Florus Froru Roru } folke_male = { FO_lki Folc Folco Folke Folki Folquet Foucher Foulces Foulques Fouques Fulco Fulcone Fulk } fortis_male = { Fort Forte Fortis } +fortunata_female = { Fortunata Fortunete Furtun_ata Furtunata Horrunada } fortunatus_male = { FortU_n Fortunato Furtun Furtunatu Orti } fortunatus_male = { Fortu_n Fortunatus } frada_male = { Frada } @@ -1918,7 +1586,10 @@ francesca_female = { Francesa Francesca } francis_male = { Cecchino Cecco Ferenc Ffransis FranC_ois Fran_sez FrancE_s Franc_ois France_s Franceis Francesc Francescino Francesco Francis Francisco Franciscu Franciscus Frane Frang Franjo Franku Frans Fransaz Fransis FrantiS_ek Frantisek Frantziscu Franz Fresco Proinsias } franghad_female = { Franghad } fravarti_male = { Fravarti } +fredegunda_female = { Fredegunda Redeyuda } +fredenanda_female = { Fredenanda Redena_da } frederick-konrad_male = { Federico_Corrado } +frederick_male = { BedR_ich Bedrich Fadrique Federico Federigo Fidiricu FrE_dE_ric Fre_de_ric Frederi Frederic Frederick Frederico Frederik Fredrik FriT_rI_kr Fridericus Friderigu Friedrich Re_dere_yu Rieti } frederique_female = { Frederikke Frederique Friedrica } frej_male = { Frej Freyr } freja_female = { Freja Freyja } @@ -1932,11 +1603,17 @@ fronilde_female = { Froille Fronilda Fronilde Fruilhe Fruille } frontina_female = { Fronchena Frontina Frunshena Fruntina } fronto_male = { Fronto Phronton } fuad_male = { Fuad } +fulvia_female = { Folui_e Folvie Fulvia } +fulvius_male = { Folui_ Folvio Fulvius } funa_female = { Funa } fune_male = { Fune } furayja_female = { Furaha Furayja } furuzan_female = { Furuzan } +gabinus_male = { Gabinu Gabinus Gaine Gavin Gavini Gavino Gwalchmai Yabe_nu } +gabriel_male = { Cabbrieli Crabiele GA_briel Ga_briel Gabri'el Gabri_el Gabriel Gabriele Gabrieli Gabrielu Gavrail Gavriel Gavriil Gavril Gavrilo Grabielle Kapriel Kauro Yabre_lu } +gabriella_female = { Gableria Gabrielia Gabriella Gavrailia Yabre_za } gaddo_male = { Gaddo Gadduccio } +gadric_male = { Catarico Gadric Gederi_ } gagik_male = { Gagik Gagiki } gaguwe_female = { Gaguwe } gaguwe_male = { Gaguwe } @@ -1944,6 +1621,7 @@ gaia_female = { Dzha Gaia Gaie Gaye Zha } gaiana_female = { Gaiana } gaianos_male = { Gaianos } gaidres_male = { Gaidres Ge_diere } +gaietanu_male = { Cetanu Gaieta_nu Gedanu } gaizatorix_male = { Gaizatorix } gajetan_male = { GaetA_nu Gaetano Gaitanu } gaji_male = { Gaji } @@ -1952,7 +1630,10 @@ galahad_male = { Galeazzo } galan_male = { Galan } galatos_male = { Galatos Galet } galba_male = { Galba Galbe } +galed_male = { Cale_to Galed Gele_d } galeotto_male = { Aliotto Galeotto Gialetu } +galeria_female = { Gaera Galeria Galleria Gallerie Yalere_a } +galerius_male = { Gaiery Galeriu Galerius Galleriu Galleriui Gallery Yalere_u } galindo_male = { Gali_ Galind Galindas Galindo Garindo } galla_female = { Galla } gallia_female = { Gallia } @@ -1970,33 +1651,47 @@ gani_male = { Gani } garang_male = { Garang } garbai_male = { Garbai } garcia_male = { GarC_i GarcI_a Garc_i Garci_a Garcia Garsia Garsias Garsiya Gartzia } +gareth_male = { Care_to Gareth Gere_d } +garmul_male = { Garmelu Garmul Yammelu } gaston_male = { Gaston Gastone } gaua_female = { Gaua } gaubaruva_male = { Gaubaruva } gaucher_male = { Gaucher Gauchier } gausbert_male = { Gausbert Gausberto } +gawain_male = { Gaue_no Gawain Goe_n } gaya_male = { Gaia Gaya Gaye } gazal_male = { Gazal Gazali } gazi_male = { Gazi } gebhard_male = { Gaboardo Gebhard Gevert } geisericus_male = { Geisericus Geserik } +gelasius_male = { Dzherashui Gelasiu Gelasius Yelassu Zherashy } gelduin_male = { Gelduin Gilduinus Gildwin } gelgel_male = { Gelgel } +gelimer_male = { Gelimer Gelimeru Yele_meru } gennadia_female = { Gennadia Gennatia } gennadius_male = { Gennadius Gennatios } genovefa_female = { Genovefa Genoveve } +genseric_male = { Genseric Gesserigu Yessere_yu } gentile_male = { Gentile } george_male = { Chorche Djordje GeO_rgios Geo_rgios Georg George Georgios Georgius Georgy Gevorg Gheorghe Gheorghi Giordano Giordanu Giorgei Giorgi Giorgio Giwargis Gurg GyO_rgy Gyo_rgy Iordanes JU_rgen Jerzy JiR_I_ Jiri_ Jiri_k Jord Jorda_ Jordan Jordanes Jorge Jourdain Juraj Qeorqios Seog Sior Varughese Xurdan Yarden YrjO_ Yrjo_ Yuriy } +georgia_female = { Dzhordzha Georgia GyO_rgyi Gyo_rgyi Yorya Zhurzha } +gerald_male = { GE_rard GE_raud Garalt Garibald Garibaldo Garipald Ge_rard Ge_raud Gehrke Gerald Geraldo Gerallt Geralt Gerard Gerardo Geraud Gerbald Gerhard Gerhardus Gerold Gherardo Ghert Gie_ralto Gierolt Girald Girard Girardu Girart Guerau Guiral Guiraud Guitart Xerardo Xerardu } gerberga_female = { GerbE_rga Gerbe_rga Gerberga Gerberge Gerburgis Gerperga } gerda_female = { Gerda } +gerdin_male = { Cie_rgino Gerdin Gergin } +gereint_male = { Cie_re_ns Ganant Ge_ren Geraint Gereint Gerontius Gerren } +gerlyd_male = { Cie_re_lodo Geri_lo_ Gerlyd } german_male = { Garmon German } +germana_female = { Germana Germene Gie_rmane } germanicus_male = { Germanicus Germanikus } germanilla_female = { Germanilla Sengermanos } germanus_male = { Dzhermanui Ge_rmanu Germain Germano Germanos Germanus Kerman Zhermiany } gerontios_male = { Gerontios Gerontsi } +gerreth_male = { Cierreto Gerred Gerreth } gersende_female = { Garsenda Gersenda } gertrude_female = { Geretrudis Gertrud Gertruda Gertrude Gerturde Gheertrude Gjertrud } gervase_male = { Gervasio Girvasiu } +gerwain_male = { Cie_rn_ve_no Gerove_n Gerwain } gesataea_female = { Dzhesate_a Gesataea Zheshate_a } gesataia_female = { Gesataia Geste_e } gesatoricus_male = { Dzhesatorecui Gesatoricus Zhesaturecy } @@ -2017,12 +1712,17 @@ gilroy_male = { Gilla-Ruad Gilroy } gimbya_female = { Gimbya } gino_female = { Gino } gir_female = { Gir } +gisalic_male = { Gaisalaiks Gisalic Gisaligu Ye_sale_yu } +gisclauara_female = { Gisclauara Gisclura Ye_shlura } gisela_female = { GisE_le Gise_le Gisela Gisele Giselle Giseltrude Gisla Gizella Guisla } gisulf_male = { Ghisolfo Gisulf Gisulfu } +gitimelu_male = { Gitimelu Ye_de_melu } gizirgizir_female = { Gizirgizir } +glaucia_female = { Glaucia Llaucie Llogi_e } glauke_female = { Glauke } glaukias_male = { Glaukias } gloth_female = { GlO_D_ GloT_ } +glynys_female = { Glynys Lline_s Llini_ } gnupa_male = { GnU_pa Gnupa } gobir_male = { Gobir } godarz_male = { Godarz } @@ -2035,12 +1735,14 @@ goldregot_female = { Goldregodo Goldregoto } golnaz_female = { Golnaz Gulnaz } golshan_female = { Golshan } goma_female = { Goma } +gomesinda_female = { Gomesinda Yomes?da } gomez_male = { GO_mez Gomes Gomez Gomidius } gon_male = { Gon } gonzalo_male = { GonC_al GonC_alo Gonc_alo Gontzal Gonzalo Gonzalu } gopala_male = { Gopal Gopala } gopendraraja_male = { Gopendraka Gopendraraja } gorandukht_female = { Gorandoukht Gorandukht Guranduht } +gordiana_female = { Gordiana Gorzhana Gurdiana Gurzhana Yorde_ana } gordianus_male = { Gordeanui Gordianus Gurdeany Gurdianu } gorm_male = { Gorm Gormr Guttorm } gormflaith_female = { Gormelia Gormflaith Gormlaith Gormuil } @@ -2059,44 +1761,69 @@ gozon_male = { Gozon } gracchus_male = { Gracchus Graccu Gracui Gracy } gratia_female = { Grasa Gratia Gratsa } gratian_male = { Grazzianu } +gratiana_female = { Gratiana Grege_ana } gratianus_female = { Gratianus Graze_ane } +gratianus_male = { Grachanui Gradze_anu Grashany Gratianu Gratianus Gratzianu Graze_ano Grege_an } +gratzia_female = { Gradze_a Gratzia } gregoria_female = { Gregoria } +gregory_male = { Gigurum Giric Greger Gregers Grego_rio Gregor Gregoras Gregore Gregorio Gregorios Gregoriu Gregorius Gregory Grgur GrigO_riu Grigoli Grigor Grigore Grigori Grigorii Grigoris Grigoriu Grigoriy Grore_u Grwgari Grygor Grzegorz Jerjer } +griffid_male = { Cre_vi_ Cre_vido Griffid } grim_male = { GrI_mr Grim Grimr } grima_female = { GrI_ma Grima } grimoald_male = { Grimaldo Grimoald } gruba_female = { Gruba } +gruffud_male = { Cro_ Crodo Croui_ Crovido Gruffud } guaifer_male = { Guaifer Waifar } guaimar_male = { Guaimar Guaimariu Waimar } guaram_male = { Guaram Guram } gudmund_male = { GuT_mundr Gud_mundr Gudmund Guthmund } +gudovan_male = { Godouan Gotn_vano Gudovan } gudrod_male = { GuT_rO_T_r GudrOEd GudrO_d } gudrod_male = { Gud_ro_d_r Gudro_d } gudrun_female = { GuD_rU_n GuT_run Gud_run Gudrun Guntroda Guntrud } +guenfan_male = { Guenfan Guenfanu Yueffanu } gugwa_male = { Gugwa } guichard_male = { Guichard Guichardus Wichard } guiges_male = { Guiges } guillaumette_female = { Guillaumette Guillelma Guillemecte Gulielmina Willaumete Williamette } +guinevere_female = { Gui_nofere Guinevere Gwenhwyfar Ve_nofare } guiomar_female = { Guiomar } +guisiana_female = { Guisiana Yue_ssana } guji_male = { Guji } gulcicak_female = { GulC_eC_ek GulC_iC_A_k GulC_iC_ek } gulcicek_female = { Gulc_ec_ek Gulc_ic_a_k Gulc_ic_ek } gum_male = { Gum } gundahar_male = { Gundahar Kounthos } +gundemar_male = { Gudemar Gundemar Gundemaro Gundemaru } gundesend_male = { Gondesendo Gundesendo Gundesindo } gundoald_male = { Gombau Gombaut Gundo Gundoald } gunhild_female = { Guinidilda Gunhild Gunhilda Gunnhild Gunnhildr Winidilda } gunnar_male = { GonA_riu Gunnar Gunnare Gunnarr } +gunthamund_male = { Gundamundu Gunthamund Yudamudu } +guntharic_male = { Guntharic Guntrigu Yude_lyu } gunther_male = { GU_nther Gunzelin } guor_male = { Guor } +guraya_female = { Guraya Gurea Yurea } gustav_male = { Gustaf Gustav } gutuater_male = { Gutouar Gutuater } guy_male = { Gui Guido Guidone Guidu Guigues Guij Guy VI_tek Vi_tek Wicho Wido Wit } +gwen_female = { Gui_ne Gwen Gwenn Uen Ve_ne Wenn Wenna } +gwenda_female = { Gue_ndhe Gwenda Ve_nde } +gwenillian_female = { Guene_lli_ene Gwenillian Ve_ne_lle_ane } +gwenwyn_female = { Guenoi_ne Gwenwyn Ve_nn_e_ne } +gwerfyl_female = { Guerfi_lle Gueruel Gwerfyl Ve_rfe_lle } +gwerthern_male = { Guerdhe_rn Gurthiern Gwerthern Ve_rte_rno Vortegyn Vortigern } +gwidyr_male = { Guedor Gwidyr Ve_toro } gwijde_male = { Gwijde } gwrfawr_male = { Gouremor Gwrfawr } gwrgeneu_male = { Gurceneu Gwrgeneu } gwrgi_male = { Gurci Gwrgi } +gwydre_male = { Gui_tri Gwydre Ve_tris } +gwyladis_female = { Goledhe_ Gwyladis } +gwylyddyn_male = { Gui_lodhin Gwylyddyn Ve_lodino } gyda_female = { GyT_a Gyd_a Gyda Gytha } gyla_female = { GrY_la Gyla } +gyllad_male = { Gella_ Gie_llado Gyllad } gyrith_female = { GyrI_D_r GyriT_ } habib_male = { Habib } habiba_female = { Habiba } @@ -2184,6 +1911,7 @@ henry_male = { Aique Arricu Arrigo E_nri Enric Enrichetto Enrico Enrique Enzo Ez hephaistia_female = { Hephaistia } hephaistos_male = { Hephaistas Hephaistos } heptaporis_male = { E_utapuri Eptapori Heptaporis } +heracles_male = { E_rcollu Eracliu Erclwf Ercole Ercullu Ercullui Ercuy Erekle Eryuzu HE_raclius Heracles Heraklas Herakle Herakleios Herakles Hercule Herculius } herais_female = { Herai Herais } heraklammon_male = { Heraklammon Heraklamon } herakleides_male = { Herakleides } @@ -2197,6 +1925,7 @@ herieu_male = { Herieu } heriobastis_female = { Eribaste Heriobastis } heriprand_male = { Eriprando Riprando } herlinda_female = { Herlinda Hermelinda } +herman_male = { Armando Armannu Emmanu Ermannu Ermanu Herman Hermann } hermenrich_male = { Emrico Hermenric } hermes_male = { Herme Hermes } hermias_male = { Hermia Hermias } @@ -2212,6 +1941,7 @@ heroyodj_male = { Heroyodj } heshima_female = { Heshima } heu_female = { Heu } heu_male = { Heu } +heulwen_female = { Heulwen Oln_e_ne Oloi_ne } hierakion_male = { Hierakion Ierakion } hierax_male = { Hierax } hieronymos_male = { Hieronymos Hieronymus } @@ -2224,10 +1954,13 @@ hilda_female = { Elida Hilda } hildebert_male = { Hildebert Hildebertus } hildebrand_male = { Hildebrand Hildeprand Ildebrando Ildeprando } hildegard_female = { Hildegard Hildegarde Hildegardis IldE_garde Ilde_garde Ildegarda } +hilderic_male = { E_rrere_yu Hilderic Idderigu } hilderik_male = { Hilderik } +hilderith_male = { E_rrere_du Hilderith Idderidu } himaya_female = { Himaya } hina_female = { China Hina } hinda_female = { Hinda } +hippolyta_female = { E_bbole_da Epolleta Epuieta Hippolyta Ippolita } hippolytos_male = { Epolete Hippolytos } hippomachos_male = { Hippomachos Hippomakhos } hirapala_male = { Hirapal Hirapala } @@ -2241,11 +1974,14 @@ holmger_male = { HO_lmgeirr Holmger } homer_male = { Homer Omer } hone_male = { Hone } honoratus_male = { Onoradu Onorato } +honoria_female = { Honoria Honorie Nore_a Onoria Unoria Unura } honorios_male = { Honorios Onorios } honorius_male = { Honorius Onorik Onorio Onoriu Onoriui Unoriu Unury Ynyr } +honosinda_female = { Honosinda Nos?da Onosinda } hooshyar_male = { Hooshyar XuS_yar Xus_yar } horace_male = { Orazzu } horame_male = { Horame } +horatius_male = { Horatio Horatius Oraze_o Orege_ } horigeneia_female = { Horigen Horigeneia } horigenes_male = { Horigenes Horiken } horion_male = { Horion } @@ -2253,6 +1989,7 @@ hormazd_male = { Hormazd Hormizes Hurmiz Ormisda } hormoz_male = { Hormoz } horos_male = { Hor Horos } horsiese_male = { Horsiese } +hortensia_female = { Hortensia Hortensie Orchensha Ordessa Ortessia Urshensha Urtiensia } hossein_male = { Hosen Hossein } houmisi_male = { Houmisi } hran_male = { Balkan Hran Hrana Slavic } @@ -2263,6 +2000,8 @@ humaya_female = { Humaya } humbert_male = { Hubert Hucpert Hugbert Humbert Humbertus Oberto Ubert Ubertino Uberto Ubertu Umbert Umberto Umbertu } hume_male = { Hume } hummay_male = { Hummay } +hunawilja_male = { Hunawilja Nue_za Unuilla } +huneric_male = { Huneric Nereyu Unerigu } hunfred_male = { Umfredo Unfredu Unifred } husayn_male = { Husayn Hussain } huseina_female = { Huseina Hussaina } @@ -2281,6 +2020,8 @@ hyperechia_female = { Epyrekhia Hyperechia } hyppolite_male = { Ippolito PO_litu } hyratthis_male = { Hyratthis } hysing_male = { HY_singr Hysing } +hywel_male = { E_uel E_ve_lo HoE_l Hoel Howell Huwal Hywel } +hywella_female = { Hywella O_e_lle Oi_lle } iantulla_female = { Iantulla } iantullos_male = { Iantullos Iantullus } iantumara_female = { Iantumara } @@ -2291,17 +2032,21 @@ iatros_male = { Iatros } ibedou_male = { Ibedou } icco_male = { Icco } ida_female = { Ida Ide Yda } +idfael_male = { E_dhoual E_dn_valo Idfael } idnerth_male = { Idnerth Iudnerth } idris_male = { Idris } idwal_male = { Idual Idwal Iudual } idwallon_male = { Iduallon Idwallon Iuduallon } +igider_male = { Igider Igideru Yederu } ignatia_female = { Aignatia Ignatia } +ignatius_male = { E_nnadze_u E_un_asy Emnatsui Gnazziu Ignadios Ignatios Ignatius Ignatziu Ina_cio Innatziu Z_egota Zegota } ija_female = { Ija } ijaba_female = { Ijaba } ilianos_male = { Ilianos Yllian } ilianus_male = { Eany Ellanui Ilianus } illick_male = { Dilic Illick } illustrius_male = { Illustrius Pilloustrios } +ilud_female = { E_lode I_loe Ilud } imam_male = { Imam } imamu_male = { Imamu } iman_female = { Iman } @@ -2309,6 +2054,7 @@ imani_female = { Imani } imanish_male = { Imanish } imara_female = { Imara } imarisha_female = { Imarisha } +imashtart_female = { Imashtart Imastarte Mastarde } ina_female = { Ina } indra_male = { Indra Indre } indrapala_male = { Indrapal Indrapala } @@ -2319,6 +2065,7 @@ ingegerd_female = { Ingegerd IngjerT_r Ingjerd Ingjerd_r } ingemar_male = { Ingemar Ingimar } ingfrid_female = { IngfrI_D_r Ingfrid } ingir_male = { Ingir } +ingitrude_female = { E_ggedulda Ingitruda Ingitrude } ingjald_male = { Ingjald Ingjaldr } ingolf_male = { IngO_lfr Inge Ingo Ingolf } ingrid_female = { IngirI_D_r Ingrid } @@ -2332,15 +2079,18 @@ iolaos_male = { Iola Iolaos } iomara_female = { Iomara Yomarre } iomatios_male = { Iomatios Iomatius } ion_male = { Ion } +iorweth_male = { Duarte E_douard E_orue_ E_orveto Edouart Edouarzh Eduard Eduardo Eduardus Edvard Edward Iorweth JA_tvarD_r Jedvard Odoardo } irkin_male = { Irkin } is'mail_male = { Esma'il Esma_il I_smaI_l I_smai_l Is'mail Is_mail Isma'il Isma_il Ismacil Ismail } isa_male = { Cisse Eisow IE_sous Ic_a Ie_sous Iesous Isa Jesus Joshua Kossy Yehoshua Yeshua Yiswe } +isabel_female = { Aaleyaamma AlZ_bEE_ta Beileag Bet E_lizabeth Egilona Eilo EisabE_u Eisabe_u ElI_sabet ElZ_bieta Elesbed Elisa ElisabE_ta Elisabe_ta Elisabet Elisabeta Elisabete Elisabeth Elisabetta Elisaued Elisaveta Elise Elisheva Eliz Eliza Elizabeta Elizabeth Elizabetha Elo Eloisa Eloise Elspeth Elzbieta ErzsE_bet Erzse_bet Exilona Eylo HE_loise He_loise Helisabeth Heloise Iebelle Ilizabith IsabE_la IsabE_u Isabe_la Isabe_lle Isabe_u Isabeau Isabel Isabela Isabella Isabelle Isobel Ispella Izabel Le_sabedda Lillias Lise Lisebet Lys Sabela Sabeza Uusbail Yelizaveta Yelizaveti Ysabel Ysabelle Ysbail Zabel } isaiah_male = { Esaias Isaiah Zaia } isama_female = { Isama } isamas_male = { Isamas } isarnus_male = { Esarnui Esarny Isarnus } isaura_female = { Isaura } ischyrion_male = { Apaskiron Ischyrion } +iseult_female = { E_solte Essyllt Hersilia I_olde Iseult Isode Isolde Isotta Isoude Izolda } ishaku_male = { Ishaku } ishkhan_male = { Ishkhan Ishkhanik } ishmael_male = { Ishmael Smael } @@ -2353,13 +2103,18 @@ isnard_male = { Isnardo } isokrates_male = { Isokrate Isokrates } israel_male = { Israel Yisra'el } issa_female = { Issa } +issa_male = { E_he E_sse Isaac Isaak Ishaq Issa Ittac Sahag Sahak Yitzhak } issachar_male = { Issachar Yissakhar } ithalas_male = { Ithalas } ithannyros_male = { Ithannyros } +ithel_male = { E_gil E_zilo Ithel Iudhael } itto_male = { Itto } ituca_female = { Ituca } itucos_male = { Itucos Itucus } itulos_male = { Itulos Itulus } +iudila_male = { Giudila Hude_la Iudila } +iulia_female = { Giuli_e Giulia Giulie Giulla Huza Ioulia Iouliana Iuia Iuiana Iulia Iuliana Iulla Iullana Iun_a Iunia Iyana JU_lia Ju_lia Julia Juliana Julie Julienne Le_be_a Le_ui_e Le_vie Levie Libia Livia Lliuia Llivia Senioulia Yuhliya } +iulius_male = { Chulia_n Eiouliane Giuli_ Giuliano Giulianu Giulio Giullanu Giullu Huzanu Huzu Ioueanui Iouli Ioulianos Ioulios Iovianus Iueany Iulianus Iulius Iullanu Iulleanui Iullu Iullui Iun_ui Iunius Iuveanu Iuy Jiolian Ju_lio Jules Julia_n Julia_o Julian Julien Julius Juliusz Juw Olban Silin Sulgen Sulian Sulien Tysilio Ulyan Yuli } iusta_female = { Iusta Justa } iustina_female = { Ioustina Ioustine Iuschena Iushena Iustina Justina Justine } iustiniana_female = { Iuschen_ana Iusheiana Iustiniana } @@ -2369,6 +2124,7 @@ iverix_male = { Iverix Yvery } izzo_male = { Izzo } jabari_male = { Jabari } jachin_male = { Jachin Yachin } +jacob_male = { Akiba Akiva Chaacko Chaime DI_dac Diaco Diago Diego Diegu Diogo Giacomo Giacopo Giago Giagobu Hamish Hayo Hayobu Iacob Iacobino Iacobus Iacopo Iago Iakob Iakobos Iakov JA_kob JA_picu Ja_kob Jaakoppi Jacco Jacme Jacob Jacobello Jacobino Jacobo Jacomelo Jacop Jacopo Jacopu Jacques Jagu Jaime Jakez Jakob Jaksa Jakub Jakue Jakusz James Jaques Jaume KO_pke Lapo Puccio SE_amas Tiago Ya'qob Ya'qub Ya_qob Ya_qub Yaakov Yakob Yakov Yaqub } jael_female = { Jael Yael } jafari_male = { Jafari } jaganpala_male = { Jaganpal Jaganpala } @@ -2421,6 +2177,7 @@ jemima_female = { Jemima Yemima } jengo_male = { Jengo } jeremiah_male = { Geremia Ieremias Jeremiah } jeremy_male = { Germias Jeremy } +jerome_male = { Gierominu Herome_nu Jerome } jesse_male = { Hoase Hoasse Hoassi Jesse Yishai } jhetpala_male = { Jhetpal Jhetpala } jibril_male = { Jibril } @@ -2434,6 +2191,7 @@ jochebed_female = { Jochebed Yocheved } joel_male = { Ioel Joel Yoel } john-alphonse_male = { Joan-Alfons John-Alphonse Juan-Alfonso } john-francis_male = { Gianfranco } +john_male = { Chuan Eon Gian Giano Giohanne Giovanni Giuanne Giuvanni HanuS_ Hanus Hoanne Hovhannes IO_annE_s Iain Iannes Iehan Ieuan Io_anne_s Ioan Ioan_i Ioane Ioann Ioannes Iohannes Iohannis Iouan Iuan Iuani Iuanne Ivan IvaniS_ JA_nos Ja_nos Jan Janis JanisL_aw Janislaw Janko Janos Janusz Jean Jehan Jehane JoA_o Joa_o Joan Joanes Joannes Johan Johann Johannes John Jon Jovan Juan Juanne Juvven Nanino Oanu SeA_n Sea_n SeoA_n Seoa_n Sian Vanni XoA_n Xuan Yahya Yann Yayyo Yochanan Yohance Yohanna Yohannaan Yohannan Youkhanna Yovhannes Yovxan Yuhanna Yunanis Zanino } johnathan_male = { Johnathan Yovnatan } jok_male = { Jok } jonah_female = { Jonah Yonina Yonit } @@ -2444,6 +2202,7 @@ joram_male = { Joram Yoram } jordan_female = { Jordan Yarden Yardena } josaphat_male = { Iosaphat Josaphat } joscelin_male = { Gaucelin Gautselin Geosselin Iocilin Ioscelinus Joscelin Josselin } +joseph_male = { Giosefu Giuseppe Giuseppi Hoseu Hovsep Iosef Iosep Ioseph Iosephus JO_zef JO_zsef Jo_zef Jo_zsef Jose_ Joseph Josif Josip Jozef Yosef Yosip Yousef Youssef Youssouf YuC_uf Yusif Yusuf Zuseppe } josepha_female = { Iosepha Josepha } jubal_female = { Jubal Yuval } jubal_male = { Jubal Yuval } @@ -2461,6 +2220,8 @@ jumaane_male = { Jumaane } jummai_female = { Jummai } junia_female = { Iun_e Junia } junius_male = { Iouni Iun_u Junius } +justin_male = { Gestin Giustinu Hustenu_ Iestan Iestyn Ioustinos Iustinu Iustinui Iustinus Iustiny Justin } +justinian_male = { Giustiniano Giustinianu Huste_ne_anu Ioustinianos Iuschen_eanui Iusheieany Iustien_anu Iustinianus Justinanius Justinian Justinien Stinian } justiniana_female = { Iustien_ana Justiniana } kabe_male = { Kabe } kabir_male = { Kabir } @@ -2678,6 +2439,7 @@ kwame_male = { Kwame } kwanzaa_female = { Kwanzaa } kwanzaa_male = { Kwanzaa } kwashi_female = { Kwashi } +kyprianos_male = { Ciprianu Ge_bre_anu Kyprianos } kyprios_male = { Kyprios } kyra_female = { Kyra Kyria Pakyre Qoure } kyrene_female = { Kyrene } @@ -2688,6 +2450,7 @@ labes_male = { Labes } labongo_male = { Labongo } lacua_female = { Lacua } ladi_female = { Ladi } +ladwys_female = { Ladn_e_se Ladwys Ledhoi_e } lakon_male = { Lakon } lakshmanadeva_male = { Lakshmana Lakshmanadeva } lakwena_female = { Lakwena } @@ -2696,6 +2459,7 @@ lala_female = { Lala Lalis Lalla Lallia Lallis Laloa } lalas_male = { Lala Lalas } lambert_male = { Lambert Lamberto Lambertu Lantpert Lembert } lami_female = { Lami } +lamia_female = { Lame_a Lamia Lamiya } lammon_male = { Lammon } lampos_male = { Lampos Lampoy } lancelot_male = { Lanciottu Lanzelotto } @@ -2706,6 +2470,7 @@ lang_male = { Lang } lanhjin_female = { Lanhjin } lanhjin_male = { Lanhjin } lantana_female = { Lantana } +lanval_male = { Lann_valo Lanval Lenoual Llanval } laodike_female = { Ladike Laodike } laraba_female = { Laraba } larai_female = { Larai } @@ -2713,12 +2478,14 @@ larthi_female = { Larthi } lasis_female = { Lasis } latifah_female = { Latifah } laura_female = { Laura } +laurence_male = { Laorans Lars LaurE_nC_ Laure_nc_ Laurence Laurentios Laurentiu Laurentius Laurentsui Laurentu Laurentz Lauri LloriA_n Lorens Lorensy Lorenz Lorenzo LourenC_o Lourenzo Lur?dze_u Lurentziu Lurenzu Lurudze_u Wawrzyniec } lavos_male = { Lavos Lavus } lawrence_male = { Laurenso Lawrence } layla_female = { Laila Layla Leila Leyla } lazaros_male = { Laszio Lazar Lazare Lazarino Lazaro Lazaros Lazarus Lazarz Lazer Lazzarino Lazzaro } lea_female = { Lea } leah_female = { Le'ah Leah } +leanor_female = { Le_anore Leanor Li_enore } learchos_male = { Learchos Learkhos } lech_male = { Lech Lekr } lekanos_male = { Lekanos } @@ -2731,19 +2498,24 @@ leonard_male = { Leonard Leonhardus } leonis_male = { Leonei Leonis } leonnorios_male = { Leonnorios } leontia_female = { Leontia Lintsia } +leontius_male = { Iunsy Leo_dze_u Leontios Leontius Leontziu Lionce Llonciu Llontsui } leopold_male = { Leopold Leopoldo Liupolt Liutbald Liutpold } leovigoto_female = { Leovigoto Liuvigoto } leporios_male = { Leporios } leszek_male = { Lesjek Leszek } lethi_female = { Lethi } +leudonus_male = { Le_odhon Le_odono Leudonus } leukippe_female = { Leukippe } leukippos_male = { Leukippos } leukos_male = { Leukos Luc } liberia_female = { Liberia } liberius_male = { Iebery Liberios Liberius Lleberiui Llibieriu } liberius_male = { Libberiu Libero } +licat_male = { Le_cato Le_ged Licat } liccaios_male = { Liccaios Liccaius } +licinia_female = { Ieshea Le_ne_a Licinia Liginia Llechen_a Llecien_e } licinius_male = { Iesheiy Licinius Llechen_ui Llecien_u } +ligessac_male = { Le_gehey Le_gie_ssaco Ligessac } likayik_male = { Likayik } lina_female = { Lina } lindana_female = { Lindana } @@ -2755,28 +2527,42 @@ liutfred_male = { Liudfredo Liutfred } liutprand_male = { Liutprand Liutprando } liutward_male = { Liudward Liutward } livilla_female = { Iuera Livilla Lliuera Llivella } +livius_male = { Le_ue Le_ve_o Livius } +lladarn_male = { Ladarno Ledharn Lladarn } +llyr_male = { Le_ri Le_rio Llyr } llywarch_male = { Llywarch Loumarch } +llywelyn_male = { Llywelyn Ln_e_lino Loe_lin } lole_male = { Lole } lombard_male = { Lombardo } longina_female = { Longina } +longinus_male = { Longe_n Longie_no Longine Longinos Longinus Lonqine } lopa_female = { Loba Lopa Lupaa } lostoiekos_male = { Lostoiekos } lotto_male = { Lotto } louernios_male = { Louernios Louerny } louise_female = { LoI_sa Loeiza Loi_sa Louise } loulou_male = { Loulou } +lowry_female = { Lori_e Lorie Lowry } lubabah_female = { Lubabah } lucco_male = { Lucco } +lucia_female = { LU_cia L_ucja LlU_cia Lleuca Loukia Lu_cia Luci_a Lucia Lucie Lucija Lucja Lugi_e Lugia Luya } lucianus_male = { Loukianos Lucianus } lucidius_male = { LucI_dio Lucidio } lucien_male = { Luchino } +lucilla_female = { Luchera Lucie_lle Luciella Lucilla Lugi_lle Lushera } +lucius_male = { Alois Alvise Clydog L_ukasz Lajos Lles LluI_s Lluis LoI_s Lodewijk Lodovico Loeiz Loi_s LouI_s Loui Louis Loukas Loukios Loys Lucas Luchui Lucian Lucien Lucio Luciu Lucius Lucjan Ludovico Luduvicu LudvI_k Ludvig Ludvik Ludwig Luga Lugi_ Lugiu Lui_s Luiggi Luigi Luis Lukaz Luke Luki Lukose Luqi Lushy Luya Luye_u } +lucretia_female = { Loukretia Lucre_zie Lucregi_e Lucretia } +lucretius_male = { Locre_gi_ Locre_zio Loukretios Lucretius Lucrici } +luctemarus_male = { Loidemar Loite_maro Luctemarus } ludolf_male = { Liudolf Liudulf Ludolf Lutolf } +lunete_female = { Lune_tte Lunete } luol_male = { Luol } lupa_female = { Loupa Lupa } lupo_male = { Gurgen Liuppo Llop Llope Lop Lope Lopo Lopus Loup Lubb Luparello Lupo Lupu Lupus Vuk } lustrus_male = { Loustros Lustrus } lutatios_male = { Loutatios Lutatios } lutbert_male = { Liutbert Liutpert Lutbert } +luxuria_female = { Lu_sura Lupsuria Luscuria Lushure_a Luxuria } lwanda_male = { Lwanda } lydia_female = { Lydia } lysimachos_male = { Lysimachos Lysimakhe } @@ -2796,9 +2582,14 @@ madacus_male = { Madacui Madacus Madzhacy } madhol_male = { Madhol } mading_male = { Mading } madini_female = { Madini } +madog_male = { Madoco Madoe Madog Matad Matoc } madron_male = { Madron Madru Madrun Madryn Materiana Matrona Modron } madu_male = { Madu } +mael_male = { Mael Me_l Me_lo } +maelfin_male = { Maelfin Maelgwyn Maluin Malvino } +maelgore_male = { Maelgore Maelgyr Malcn_ro Malcor Malcoro } maelog_male = { Maeloc Maelog Mailoc } +maelrys_female = { Maelrys Mare_se Meri_e } maer_female = { ME_r Maer } magajiya_female = { Magajiya } magalos_male = { Magalos Magel } @@ -2806,12 +2597,14 @@ magalus_male = { Madzhary Magalus Magarui } magara_male = { Magara } magaram_female = { Magaram } magas_male = { Magas } +magdalena_female = { Madalena Maddalena Magda Magdaena Magdaleine Magdalena Magdalene Magdallena MagdelE_ne Magdolna Majdala Matilin Muadalena } magiona_female = { Magiona } magira_female = { Magira } magister_male = { Magister } magjin_male = { Magjin } magnia_female = { Ma_un_a Magn_a Magnia Mamn_e } magnilla_female = { Ma_un_era Magn_era Magnilla Mamnella } +magnus_male = { Ma_uny MagnU_s Magne Magnos Magnus Mamnu Mamnui Mannu Megistos } magya_female = { Magya Magyal } mah_female = { Mah } mahalia_female = { Mahalia Mahalie Mehalia } @@ -2825,6 +2618,7 @@ mahtab_female = { Mahtab } mailanne_female = { Mailanne } mailth_male = { Mailth } maimuna_female = { Maimuna } +mair_female = { MA_ire MA_ria MO_r Ma_ire Ma_ria Maike Maior Mair Mairi MarI_a Mara Maraja Mare Mare_a Mareike Mari Mari_a Maria Mariam Mariami Marie Mariham Marija Mariyam Mary Maryam Mayor Mere Miara Miriam Miryem Mor Morag } maj_female = { Maj } majak_male = { Majak } majda_female = { Majda } @@ -2836,6 +2630,7 @@ makedonios_male = { Makedonios Maketons } makhak_male = { Makhak } makka_female = { Makka } malachi_male = { Mal'akhiy Malachi } +malaine_male = { Malaine Male_no Meli_n } malam_male = { Malam } maland_male = { Maland } malaz_male = { Malaz } @@ -2866,27 +2661,39 @@ manuchihr_male = { Manuchehr Manuchihr MenU_C_ihr Menu_c_ihr } manushihr_male = { Manushihr MenU_S_ihr Menu_s_ihr } manute_male = { Manute } manyel_male = { Manyel } +mapon_male = { Mapon Mapono Mepon } maravarman_male = { MA_ravarman Ma_ravarman Maravarman } +marca_female = { Marca Marga Marya } marceline_female = { Marceline Marcellina } +marcella_female = { Marcella Marchell Marchera Marcie_lla Marcie_lle Margelle Marshera } marcellinus_male = { Marcellinus Marchelinui Marcie_llinu Marsheliny } +marcellus_male = { Marcello Marcellus Marcherui Marcie_llo Marcie_llu Margelle Margellu Markellu Marshery Martzel Maryezu } marcia_female = { Marcha Marcia Markia Miarsha } marciana_female = { Marchana Marciana Markiane Marshana } marcianus_male = { Marcheanui Marcianu Marcianus Markiane Marsheany Meirchion } marcius_male = { Marcius Marqi } marcomagnus_male = { Marcomagnus Marcomamnui Marcuma_uny } +marcus_male = { MA_rk Ma_rk Marc Marcas March Marchell Marchus Marco Marcu Marcui Marcus Marek Margh Margos Margu Mark Marko Markos Markose Marku Markus Marqeh Maryu Miarcy Morcar } +mardoc_male = { Mardhoe Mardoc Mardoco } marduniya_male = { Marduniya } +mared_male = { Mare_to Mared Mere_d } +margaret_female = { MA_irgred Ma_irgred Maisie Marared Marc'harit Margalida Margalit Margalita MargarE_ta Margarait Margare_ta Margare_te Margaret Margareta Margarete Margaretha Margarid Margarida Margarita Margerede Margherita Margred Margrete Margrethe Margrud Marguarite Marguerite Maryareda Peigi } margaritus_male = { Margaritu } marial_male = { Marial } mariana_female = { Mariana Senmariane } +mariane_female = { Mare_ane Mariane } +marianus_male = { Mare_ano Mare_anu Mare_u Mari Marian Mariane Mariano Marianos Marianu Marianus Marien Marin Marino Marinos Marinu Marinui Marinus Mariny Mario Marios Mariu Mariui Marius Me_rin_no Meirion Meri_ Meri_an Mi_ri_on Miary } maridhia_female = { Maridhia } marijani_female = { Marijani } marimatevatikal_female = { MariMA_tE_vatikal MariMa_te_vatikal Mariamma } marina_female = { Marena Mariena Marin_a Marina Marine Marinha } marini_female = { Marini } mariota_female = { Mariota } +marisa_female = { Mare_sa Marisa } marjani_female = { Marjani } marjory_female = { Marjory Marthoc } marka_female = { Marka } +markunda_female = { Margunda Markunda Maryuda } markward_male = { Markward Markwart Marquard } maro_male = { Maro } maroy_male = { Maroy } @@ -2896,38 +2703,51 @@ marsilius_male = { Marsiglio } marsus_male = { Marseh Marsus } martha_female = { MAErta MA_rta Ma_rta Marfa Marfie Marta Marte Martha Marthe Marti Martita Morta } martial_male = { Martial Martialis } +martin_male = { MA_rton Ma_rton Maertijn Marcin Marde_nu MartI_n Marthin MartiN_o Marti_n Martila Martim Martin Martine Martinho Martino Martinos Martinu Martinui Martinus Martiny Marzhin Merten Mertinus Muerten Myrddin } +martina_female = { Marchena Margi_ne Marshena Martina Marzie_ne Muertina } martiya_male = { Martiya } martyria_female = { Martyria } martyrius_male = { Martyrei Martyrios Martyrius } marwan_male = { Marwan Merwan } +marwenna_female = { Maruenne Marve_nne Marwenna } marzuban_male = { Marzuban Merzuban } mascarosa_female = { MascarO_sa Mascarn_sa Mascarosa Mascarose } +masguinu_male = { Mascuinu Masguinu Mashue_nu } mashad_male = { Mashad } mashika_female = { Mashika } masika_female = { Masika } maskini_female = { Maskini } masud_male = { Masud MesU_d Mesu_d } +masuna_male = { Massuna Masuna } matejninoslav_male = { Matej_Ninoslav } maternus_male = { Maderno Maternus } mathiang_male = { Mathiang } +matilda_female = { Mafalda Magilda Mahalta Mahaut Mahthildis Mathilda Mathilde Matild Matilda Matilde Matylda Maud Mauda Mautild Mawd Maze_lde Mechthild Mege_ldhe } matoi_male = { Matoi } +matrona_female = { Madolna Madru Madrun Matrona Matrone Matruna } mattea_female = { Mateja } +matthew_male = { MA_tyA_s MaC_ko Ma_tya_s Maciej Macko Maddeu Mads Mafeo Maffeo Mahuis Mapheo Matei Matej Mateu Mateusz Matfei Math Mathaios Matheo Mathias Mathieu Maththias Matias Matija Matiya MatouS_ Matous Mats Matta Mattanyahu Matte Matteo Matteu Matthaeus Matthaios Matthew Matthias Matti Mattia Mattithyahu Mattityahu Mattu Mazhe } maulidi_female = { Maulidi } maulidi_male = { Maulidi } maura_female = { Maura } mauregato_male = { Mauregato Mauregatu } maurus_male = { MA_uru Mauru Moruello } +maurus_male = { Maurus Mouro Muru } mawgan_male = { Maugan Mawgan Meigant Meugan } maxima_female = { Ma_usema Mapsema Maxima } maximiana_female = { Ma_usemiana Mapsemiana Maximiana } +maximianus_male = { Ma_usemeiany Mapsemeanu Mapsemeanui Masse_miano Maximianus Mehe_mien } +maximilian_male = { Mascimillanu Mashe_me_zanu Maximilian } maximilian_male = { Massimiliano } maximina_female = { Maximina } maximinus_male = { Ma_useminy Mapseminu Mapseminui Maximinos Maximinus } maximinus_male = { Massiminu } +maximus_male = { Ma_usemy Macsen Maisme Maksineh Mapsemu Mapsemui Mascimu Mashe_mu Masse_mo Massen Massimo Massimu Maximos Maximus Mehe_m } maya_female = { Maya } mayen_male = { Mayen } mayom_male = { Mayom } maysoon_female = { Maysoon } +mazigh_male = { Maze_yu Mazigh Mazigu } mazousis_male = { Mazousis } mbai_male = { Mbai } mbakin_male = { Mbakin } @@ -2938,10 +2758,12 @@ meewge_male = { Meewge } megalonymos_male = { Megalonymos Mikalonymos } megas_male = { Megas } megiste_female = { Megiste } +meilyr_male = { Me_liro Meilyr Mi_lir } meirona_female = { Meiriona Meirona } melanie_female = { Melania Melanie } melas_male = { Mela Melas } melgwn_male = { Maelcon Maelgwn Melgwn } +melisende_female = { ME_lisande ME_lisende Me_le_sante Me_lisande Me_lisende Meiesa Mele_ande Mele_ssa MelisE_nda Melisant Melise_nda Melisende Melissa Mellesa Milisendis } mellidas_male = { Mellidas } mellitus_male = { Melitus Mellitus } melor_male = { Meglar Melor Mylor } @@ -2954,19 +2776,27 @@ menitta_female = { Menitta } menodora_female = { Menodora } menon_male = { Menon } mercuria_female = { Mercuria Merkoura } +mercurius_male = { Mercurius Merguriu Merkoure Merkourios Merquri Meryureu } +merfyn_male = { Me_ruen Me_rveno Merfyn Merlin Mermin } +meriadoc_male = { Me_riatoco Meiriadog Meriadec Meriadoc Meriasek Mi_re_doe } +meric_male = { Me_re_ Me_re_co Meric } merovech_male = { Merovech Mervig } merryn_male = { Maruan Merryn } mersh_male = { Mersh } mesoueris_male = { Mesoueris } +messalina_female = { Me_ssallina Mesaena Mesallena Messale_na Messalina } messia_female = { Messia } messor_male = { Messor } metanoia_female = { Metania Metanoia } +metaxas_male = { Medasha Metasca Metaxas } metaxus_male = { Metaxus Methaqseh } mettichia_female = { Mettichia Mettikhia } mettichion_male = { Mettichion Mettikhion } mettichos_male = { Mettichos Mettikhos } +meurig_male = { Mauric Maurice Maurike Mauritius Meurig Muri_ Murico } mhina_female = { Mhina } mhina_male = { Mhina } +michael_male = { Me_ggelu Me_yale_ Micael Miccelu MichaE_l Michae_l Michael Michaleto Michel Michele Micheli Michiel Migali Mighele Miguel MihA_ly Miha_ly Mihael Mihail Mihajlo Mihangel Mihial Mikael Mikail Mikayel Mikelli Mikha'el Mikha'il Mikha_il Mikhael Mikhaias Mikhail Mikheil Mikkel Mikko Miquel } michaela_female = { MichaE_liko Michae_liko Michaela Michiele Mikhailia } mihrdad_male = { Mihrdad Mithradates } milad_male = { Milad } @@ -2977,6 +2807,7 @@ milobrat_male = { Milobrat } milosz_male = { Milos Milosz } milovan_male = { Milovan } mina_female = { Mina } +minac_male = { Me_naco Mi_ney Minac } mindika_male = { Mindika } mindiwo_male = { Mindiwo } minervina_female = { Men_e_rvina Men_eruena Meruena Minervina } @@ -3004,6 +2835,7 @@ mogetios_male = { Mogetios Mogetius } molgaios_male = { Molgaios } mommos_male = { Mommos Mommus } mona_female = { Mona Moyna Muadhnait } +monica_female = { Mone_ya Monica Moniga } monna_female = { Monna } monnos_male = { Monnos Monnus } monobleptos_male = { Monoble Monobleptos } @@ -3011,9 +2843,14 @@ montefeltrano_male = { Feltrino Montefeltrano } montissios_male = { Montissios Montissius Muntissius } morad_male = { Morad Murad } mordred_male = { Medrod Modred Mordred } +morfans_male = { Mn_rvans Morfans Moruan } morfarch_male = { Morfarch Mormarch } +morgan_female = { Morgan Morgana Morgane Morgene } morganna_female = { Morganez Morganna Morganne } +morgause_female = { Mn_rgause Morgause Morgoe } +morien_male = { Mn_rie_no Morcant Morgan Morgen Mori_n Morien Muirgein } morna_female = { Morna Muirne } +morridig_male = { Mn_rrizico Morridig Morrige_ } moses_male = { MosE_ Moses Moshe Mouses Moussa Movses Moyses Musa Musse Muza } mosgaitos_male = { Mosgaitos Mosgaitus } mosi_male = { Mosi } @@ -3033,6 +2870,7 @@ mubito_female = { Mubito } mucapius_male = { Mucapiui Mucapius Muchapiy } mufasa_male = { Mufasa } mufioma_male = { Mufioma } +mugedi_male = { Mugedi Muyede_ } mugo_female = { Mugo } muhamad_male = { Mahamed Mahammad Mamlan Maxamed Mihemed Mohammed Muhamad Muhammad Muhammed } muhsin_male = { Muhsin } @@ -3063,12 +2901,14 @@ mwasaa_female = { Mwasaa } mwatabu_female = { Mwatabu } mwinyi_male = { Mwinyi } myenye_male = { Myenye } +myrien_female = { Me_ri_ene Me_rie_ne Myrien } mzuzi_male = { Mzuzi } nabaia_female = { Nabaia } nabaios_male = { Nabaios } naber_male = { Naber } nabil_male = { Nabil } nabilah_female = { Nabilah } +nabur_male = { Naboro Nabur Nebor } nadab_male = { Nadab Nadav } nadia_female = { Nadia } nadira_female = { Nadira } @@ -3098,8 +2938,10 @@ napoleon_male = { NapoleO_ Napoleone Napuliuni } narasimhavarman_male = { Naracimmavarman Narasimhavarman } naravarman_male = { Nar-Verma Naravarman Naravarmandeva } narses_male = { Narses Nerse Nerseh Nerses } +nasiens_male = { Nagen Nasiens } nasr_male = { Nasir Nasr Nesr } natale_male = { Nadual Natale } +natalie_female = { Nachaia Nadale_a Naduala NatA_lia Nata_lia Natalia Natalie Natalla } nathan_male = { Naiton Natan Nathan Nechtan Neithon } nathaniel_male = { Nathaniel Thanael } navvaba_female = { Navvaba } @@ -3116,6 +2958,7 @@ nebtho_female = { Nebtho } nechirwan_male = { NE_C_I_rvan Ne_c_i_rvan Nechirwan } neema_female = { Neema } neema_male = { Neema } +nefyn_female = { Ne_fine Nefi_ne Nefyn } neilammon_male = { Neilammon } neilos_male = { Neilos Neilouei Nile } nemesia_female = { Nemesia } @@ -3127,7 +2970,9 @@ nemetos_male = { Nemetos Nemiet } neoptolemos_male = { Neopt Neoptolemos } nepos_male = { Nepoi Nepos } nepotianus_male = { Iepushany N_e_putieanu N_epochanui Nebotiano Nepotianus } +nero_male = { Ne_ro Nero Ni_r } nertomaros_male = { Nertomaros Nertomarus } +nerva_female = { Ne_rve Nerue Nerva } nerva_male = { Ierua N_erua N_erva Nerva } nestor_male = { Nestore } nestorios_male = { Nestorios Nestoris } @@ -3141,6 +2986,8 @@ nia_female = { Nia } nibothak_male = { Nibothak } nicephorus_male = { NicE_phore Nicefuru Nikephoros } nicetas_male = { NicE_tas Niketas } +nicholas_male = { Cailean Calum Claes Claus Colin ColmA_n Columb MikoL_aj MikolA_S_ Mikola_s Mikolaj MikulA_S_ Mikula_s Ne_yola Nicaul NiccolO_ Niccolino Nicholas Nicholaus Niclaes Nicolas Nicolau Nicolaus Nicoleto Nicolino Nicolo Niels Nigola Niklas Nikola Nikolaj Nikolaos Nikolaus Nikolaz Nikolitu Nikolitza Nikoloz Nils } +nicita_female = { Iesheta N_echeta Ne_da Nicita Nigita } nicodemus_male = { Nicodemus Nicudemu Nikodim } nicola_female = { Nicola Nicole Nicolesa Nika Nikolena } nicoletta_female = { Cauleta Nicauleta Nicoletta } @@ -3160,6 +3007,7 @@ nipak_male = { Nipak } nirupatonkavarman_male = { Nirupatonkavarman Nirupatunkavarman } nishterooy_male = { Nishterooy } nithan_male = { Nithan } +nivatora_female = { Ne_badora Nibatora Nivatora } nivios_male = { Nivios Nivius } nkosi_female = { Nkosi } nkosi_male = { Nkosi } @@ -3171,9 +3019,11 @@ nomau_male = { Nomau } nonna_female = { Non Nonna Nonne NuN_a Nuna } nonnos_male = { Nonnos Nonnus } norbert_male = { Norbert Nordepert } +norwenna_female = { Nn_rve_nne Norue_nne Norwenna } noupika_female = { Noupika } noute_male = { Noute } nowy_male = { Nougui Nowy } +nubel_male = { Nubel Nubelu } nul_male = { Nul } numenia_female = { Noumenia Numenia } numenius_male = { Noumenios Numenius } @@ -3184,6 +3034,7 @@ nura_female = { Nahara Nura } nuria_female = { NU_ria Nuria } nurisha_female = { Nurisha } nuru_female = { Nuru } +nwylle_female = { Noe_lle Noi_lle Nwylle } nyabongo_female = { Nyabongo } nyagilo_male = { Nyagilo } nyah_female = { Nyah } @@ -3213,13 +3064,17 @@ obizzo_male = { Obizzino Obizzo } ocaki_male = { Ocaki } ocatavia_female = { Ocatavia Oitauia } ochoa_male = { Ochoa Otxoa } +octavia_female = { I_doi_e Octavia Optauia Ostabia U_toia Uptavia } +octavianus_male = { Guitoien I_doi_an Octaviano Octavianus Odduyanu Oitaue_ano Optaueanui Ottuianu U_toeany Uptaveanu } octavianus_male = { Ottaviano } +octavius_male = { Eudaf Guitoy I_doe_ Octave Octavio Octavius Oitaue_o Optauiui Ottavio Ottaviu Outham U_toiy Uptaviu } oda_female = { Aude Oda Uta Ute } odd_male = { Odd Oddr } oddilo_male = { Odilo } odera_male = { Odera } odhiambo_male = { Odhiambo } odoario_male = { Odoario Odoariu } +oduulf_male = { Dulu Odulfu Oduulf } odyek_male = { Odyek } ofeig_male = { O_feigr Ofeig } offa_male = { Offa Ofila Uffe } @@ -3243,7 +3098,9 @@ oliechi_male = { Oliechi } olimi_male = { Olimi } olorix_male = { Olorix } olum_male = { Olum } +olwen_female = { O_lve_ne Olui_ne Olwen Uluen } olybrios_male = { Olybrios Olymbrios } +olympia_female = { Le_bbe_a Olippia Ollempia Olympia Uiempia } olympias_female = { Olympias } olympios_male = { Olympios } omar_male = { Omar Umar Umaru } @@ -3267,6 +3124,7 @@ ordono_male = { OrdoN_o OrdoN_u Ordon_o Ordonho Ordonno Ordono Ordonyo Urdun } orestes_male = { Oreste } orestes_male = { Orestes } orestorios_male = { Orestorios } +oreth_male = { Ore_to Ored Oreth } origi_male = { Origi } orlandus_male = { Orlando Orlandu Orlannu } orm_male = { Orm Ormr } @@ -3297,6 +3155,9 @@ ouershenoube_male = { Ouershenoube Ouershenoufe } ouma_male = { Ouma } ouranios_male = { Ouranios } ourgaese_male = { Ourgaese } +ovida_male = { Be_du Obidu Ovida } +owain_male = { EO_gan EO_ganA_n E_ogan Egenio Eguen Eo_gan Eo_gana_n EugE_ne Euge_nio Eugene Eugenio Eugenios Eugenius Euggeniu Even Ewan O_ve_no Oui_n Owain Owen Uuen Yawan } +owena_female = { Eugenia Eugenie Euginia O_ve_ne Oui_ne Owena Uuena } owidi_male = { Owidi } owilli_male = { Owilli } owino_male = { Owino } @@ -3309,9 +3170,11 @@ pabois_female = { Pabo Pabois } pabois_male = { Pabo Pabois } pabouk_male = { Pabouk } pacorus_male = { Pacorus } +padarn_male = { Padarn Padarno Padern Paderno Patern Paterne Paternus Pedarn Pidarnoin } padjemay_male = { Padjemay } padjoui_male = { Padjoui } padjpau_male = { Padjpau } +padulesa_female = { Badulesa Padulesa } paeiam_male = { Paeiam } paeis_male = { Paeis } paer_male = { Paer } @@ -3344,6 +3207,7 @@ pakton_male = { Pakton } paladin_male = { Paladen Paladin } palaemon_male = { Balamon Palaemon } palaias_male = { Palaias } +palatina_female = { Balade_na Palatina Parachena Parashena } paldulf_male = { Paldolf } pale_male = { Pale } paleides_male = { Paleides } @@ -3417,6 +3281,7 @@ parvaneh_female = { Parvana Parvaneh Perwane } parvin_female = { Parvin } parviz_male = { Parviz } parysatis_female = { Parysatis } +pascal_male = { Bashalu Pascal Pascale Pascalu Paschal Paskhales Pasquale Puoskal } pascalus_male = { Pascalus Pascarui Paschary } pascentius_male = { Pascentius Pasgen } pashang_male = { PE_S_eng Pashang Pe_s_eng } @@ -3428,8 +3293,10 @@ paterio_male = { Paterio } patricia_female = { Padriga Patlikia Patricia Patrikia Patrizia } patrick_male = { PA_traic Pa_traic Padric Padrig Patric Patrick Patrik Patrike Patrikios Patrizio Patriziu Patryk Pedric Petroc Podric } patrona_female = { Paterna Patrona Patruina } +paula_female = { Bula Paola Paula Paule Paura Pole Pora Pula Puola } paulina_female = { Paulina Pauline Paullena Paullina Pavlina Poiena } pauline_male = { Pauline Paulinos Paulinui Paulinus Paullinu Polin Poliny } +paulus_male = { Boghos Bulu PAAl PA_l PA_ulu PO_l Pa_l Paavo Paol Paolino Paolo Paul Paule Paulo Paulos Paulose Paulu Paulus Paurui Pavel Pavle Pavlos PaweL_ Pawel Pawl Pol Pory Pulu Puol } pausas_male = { Pausa Pausas } pavica_female = { Pavica } pedikhonso_male = { Pedikhonso } @@ -3440,16 +3307,25 @@ pelekas_male = { Pelekas } pen_male = { Pen } penda_female = { Penda } pepin_male = { Pepi Pepin } +perddel_male = { Pe_rgie_lo Perddel Pergil } +peredur_male = { Pe_re_turo Peredur Peredyr } +peregrina_female = { Beregre_na Peregrena Peregrina } peregrine_male = { Pellegrino Pellegrinu } +peregrinus_male = { Beregre_nu Peregrineh Peregrinu Peregrinus } pergamios_male = { Pergamios Pergamos } perinne_female = { Perinne } peritheides_male = { Peritheides } pernette_female = { Pernete Pernette } peroz_male = { PI_roz Peroz Pi_roz } +pertinax_male = { Pe_rte_nais Perde_nei Pertinax } petalis_male = { Petale Petalis } petamoun_male = { Petamoun } +peter_male = { Bedros Berru Boutros Cephas Cephus PE_ire PE_r PE_ter Pathrose Pe_ire Pe_r Pe_ter Peder Pedr Pedro Pedru Pedur Pere Pero Perrot Petair Petar Peter Petr Petre Petri Petro Petros Petru Petruccio Petrus Piar Piarres Pier Pierre Pieter Pietro Piotr } petipoure_male = { Petipoure } +petra_female = { Berra PE_ronelle Pe_ronelle PeironE_la Peirone_la Peironela Pernelle Pernilla Peronella Peronelle Petra Petronila Petronilha Petronilla Piara Pieternelle } +petrenella_female = { Bedelneza Petrenella } petronella_female = { Patrun_e_lla Petron_era Petronella Petruiera } +petronia_female = { Patron_e Pe_tronie Petron_a Petroni_e Petronia Petruia } petronius_male = { Patron_u Petron_ui Petronios Petronius Petruy } petsiri_male = { Petsiri } petu_female = { Peta Petu } @@ -3502,6 +3378,7 @@ piniolo_male = { PiN_olu Pin_olo } pinoute_male = { Pinoute } pion_male = { Pion } piqol_male = { Piqol } +pirillu_male = { Be_re_zu Pirillu } pisenthios_male = { Pesunthios Pisenthios } piso_male = { Peison Piso } pistharas_male = { Pistharas } @@ -3512,11 +3389,14 @@ pityron_male = { Pityron } pius_male = { Pio Piu } pius_male = { Pios Pius } placentia_female = { Placentia Plaisance Plazentzia } +placidia_female = { Braye_de_a Plachedza Placidia Placiegia Plaiside Plakitia Plasheza Pragidia } placidius_male = { Placidio Placidius } placidus_male = { Placidus Plakitas } platon_male = { Platon } plautia_female = { Plaucia Plautia Plautsa Plosa } +plautilla_female = { Brude_za Plauciella Plautilla Plautsera Plosera Prutilla } plautus_male = { Plautus Plawteh } +plinius_male = { Pline_ Pline_o Plinius } plotina_female = { Plotina } plotinos_male = { Plotinos } plousianos_male = { Plousiane Plousianos } @@ -3528,12 +3408,17 @@ polydeukes_male = { Polideuke Poloteuqe Polydeukes } polydoros_male = { Polydoros } polykrates_male = { Polykrates } pompeia_female = { Pompeia Pompeie Pumpea Pumpeia } +pompeius_male = { Bobbe_u Bobbiu Pompay Pompeiui Pompeius Pompey Pumpeiu Pumpey } pomponia_female = { Pomponia } pomponius_male = { Pomponios Pomponius } pons_male = { PO_ncio PonC_ Ponc_ Ponce Pons Pontio Ponz Ponzu } pontentinus_male = { Pontentinus Potentinus } pontianus_male = { Ponchanui Pontianus Punshany Puntianu } +pontius_male = { Ponge_ Ponsio Pontius Ponze_o } +pontzu_male = { Bo_dze_u Pontziu Pontzu } +poppaea_female = { Bobbea Pope_a Poppaea Poppea Pupie_a Puppiea } poppo_male = { Pappo Poppo } +porcellu_male = { Boryezu Porcellu Porgellu } porphyrios_male = { Porphyra Porphyrios } poseidonia_female = { Poseidonia } poseidonios_male = { Poseidonios Posidounios } @@ -3547,8 +3432,12 @@ pravara_male = { Pravara Pravare } praxia_female = { Pragsia Praxia } premysl_male = { PR_emysl Premisel Premysl PrzemysL_ PrzemysL_aw Przemysl Przemyslaw } presbyter_male = { Presbyter Presbyteros } +pretiosa_female = { Bredze_osa Pretiosa Pretziosa } +pretu_male = { Bredu Pretu } priboje_male = { Priboje } prijezda_male = { Prijezda } +primus_male = { Prim Primeh Primo Primus } +priscilla_female = { Pri_gille Priscie_lle Priscilla Prisisilla Senpriskos } priscus_male = { Preis Prescui Prescy Priscu Priscus Priskos } pritampala_male = { Pritampal Pritampala } prithvi_male = { Prithivipala Prithvi Prithvipal Prithviraj Prithviraja } @@ -3578,12 +3467,16 @@ pshmpnoute_male = { Pshmpnoute } psyche_female = { Psiqe Psyche Psykhe } psythia_female = { Psythia } ptolemaeus_male = { Ptolemaeus Tolleme_ui Tuiemie_y } +ptolemaios_male = { Ptole Ptolemai Ptolemaios Tolemeu } ptolemais_female = { Ptolemai Ptolemais } ptolemy_male = { PtolE_mE_e Ptolemee Ptolemy } publia_female = { Pubia Publia Publla } publius_male = { Pubiy Publiu Publius Publlui } pujman_male = { Pujman } +pulcheria_female = { Burggere_a Pourkeria Pulcheria Pulcieria Pulshera Purcceria } pumbaa_male = { Pumbaa } +pupa_female = { Buba Pupa } +pupa_male = { Buba Pupa } pusinnos_male = { Pusinnos Pusinnus } puviraja_male = { PuvirA_ca Puvira_ca Puviraja } pylamenes_male = { Pylamenes } @@ -3595,6 +3488,7 @@ qishiq_male = { Qishiq } quadratilla_female = { Koa_dratilla Quadratilla } quadratus_male = { Koa_dratos Quadratus } quintilianus_male = { Quintiliano Quintilianus } +quintus_male = { Centui Centy Cind Cintu G?du Gudu Koi_ntos Quintius Quinto Quintus Qwinteh } quirinus_male = { Quirinus } rabiah_female = { Rabiah } rachel_female = { Hrakhel Raahelamma Rachel Raquel } @@ -3610,6 +3504,7 @@ radomir_male = { Radomar Radomir } radoslaf_male = { Radoslaf Radosleif } radwald_male = { Radoald } rafiki_male = { Rafiki } +ragesenda_female = { Arrayes?da Ragesenda } ragnar_male = { Ragnar Ragnarr Ranar } ragnfred_male = { Ragifred Ragnfred } ragnfrid_female = { RO_gnfrI_D_r RO_gnfriT_ Ragnfrid Ro_gnfrid_ } @@ -3620,6 +3515,7 @@ rahma_female = { Rahma Rahmah } rahula_male = { Rahula Rahule } raimbaut_male = { Raimbaldus Raimbaut } raimonde_female = { Raimonde Regimunda } +rainal_male = { Rainal Re_nalo Ri_nel } rainulf_male = { Rainulfu } raira_male = { Raira } rajabu_male = { Rajabu } @@ -3631,6 +3527,7 @@ rajasingan_male = { IrA_cacimman Ira_cacimman Rajasingan } rajendra_male = { IrA_cE_ntira Ira_ce_ntira Rajendra } raka_male = { Raca Raka } ralindis_female = { Ralinda } +ralla_female = { Ralla Ralle Relle } ralph_male = { RE_dwulf Radke Radolf Radulf Radulfo Radulphus Rae_dwulf Ralf Ralph Randolf Randolph Raolf Raoul Raoulf Rodolf Rodolfo Rodulfu Rudolf Rudolfu } ramadhani_male = { Ramadhani } ramesi_male = { Ramesi } @@ -3646,6 +3543,7 @@ rangraja_male = { Rangraj Rangraja } rano_male = { Rano } rantha_female = { Rantha } rapautos_male = { Rapautos } +raphael_male = { Arrae_l RafaEl Rafael Rafaello Raphael Raziel } raphaela_female = { Raphaela Raphailia } raqiq_female = { Raqiq } rascus_male = { Rascui Rascus Rascy } @@ -3653,6 +3551,7 @@ rasheed_male = { Rasheed } rashid_male = { Rachid Rashid } rashida_female = { Rasheda Rashida Rashidah Rasida } rashidi_male = { Rashidi } +rate_female = { Arrade Rate } raunthu_female = { Raunthu } rawwad_male = { Rawwad Revend } raymond-berengar_male = { Raimond-BerenguiE_ Raimond-Berenguie_ Ramon-Berenguer Raymond-Berengar } @@ -3660,7 +3559,9 @@ raymond_male = { Erramon Erramun Raimaun Raimond Raimondo Raimundo Rajmund RamO_ rayner_male = { Rainero Rainone Ranieri Raniero Rayner Reinier Reniero } raziya_female = { Raziya } rebecca_female = { Accamma Herebekka Rebecca Rebekka Riva Rivka } +recared_male = { Recared Regaredu Reyaredu } recceswinth_male = { Reccesuinth Recceswinth Receswinth } +reciberga_female = { Arreye_berya Reciberga Regiberga } redsatos_male = { Redsatos Redsatus Ressatus } redsomara_female = { Redsomara Restumara } redsomaros_male = { Redsomaros Ressimarus Restumaros } @@ -3668,6 +3569,7 @@ refil_male = { Refil Refill } regina_female = { Regina Rhiainfelt Rioantguellt Rioanuuellt } reginald_male = { RE_genweald Rae_genweald Rainald Rainaut Rainold Ranald Raynaud Raynold Reginald Reginaldus Reginhard Reignarz Reinhold Reinoud Renaud Rheinallt Rinaldo Rinaldu } reginus_male = { Regineh Reginus } +regulus_male = { Re_golo Regulus Ri_gol } rehema_female = { Rehema } rehema_male = { Rehema } reinbern_male = { Reginbern Reinbern } @@ -3692,6 +3594,7 @@ ricenus_male = { Rhigeneu Riceneu Ricenus } richard_male = { Reccared Rekkared Rekkaredo Rhicert Ricard Ricardo Ricart Riccardo Riccardu Richard Richardus Richart Riku Ryszard } richwin_male = { Richwin } rigatikos_male = { Regetic Rigatikos } +rigertus_male = { Re_gie_rto Rege_rd Rigertus } rikulfr_male = { RI_kU_lfr Riculf Rikulfr } ring_female = { Ring } ring_male = { Ring } @@ -3704,6 +3607,8 @@ riwal_male = { Rhiwal Rioual Riwal } rixa_female = { Rixa } robert_male = { Hrodberht Rhobert RobE_rt Robe_rt Robert Roberto Robertu Robertus Robrecht Rohart Roparth Roparz Roparzh Ropert Rubbertu Rubert Ruprecht } robin_male = { Robin } +roderick_male = { Arrodere_yu Errodrigo Ludriqh Rhodri Rhydderch Roderic Rodericho Roderick Roderigu Roderissus Rodric Rodrigo Rodrigu Roi Rory RuaidrI_ Ruaidri_ Ruairi Ruatirch Ruderik Rudri Rui } +rodericus_male = { Rn_gie_rico Rodericus Roderiko Roge_ri_ } rodgand_male = { Hrodgaud Rodgand } rodwald_male = { Robaldo Rodgoald Rodoald Rodwald Rubaldo } rogatus_male = { Rogatos Rogatus } @@ -3712,24 +3617,32 @@ rokhshan_male = { Rokhshan } roland_male = { Lachlan RolA_n Roland Rolando Rolland } rolf_male = { HrO_D_O_lfr HrO_lfr Hrolfr Rolf } romaeus_male = { Hromaios Romaeus } +roman_male = { Arromanu Rhufon RomA_n Roma_n Romain Roman Romanici Romano Romanos Romanu Romanui Romanus Ruman Rumanu Rumiany Rumon } romana_female = { Romana } romeus_male = { Romeo Romeus } romoald_male = { Romoald } +romulus_male = { Arromulu Romoul Romulu Romulus Romurui Rumury } ronan_male = { RO_nA_n Ronan } rong_male = { Rong } rorgues_male = { Rorges Rorgues } ros_female = { RO_is Ros } +rosa_female = { Arrosa RO_zsa Ro_zsa Rosa Rose Ruosa Rusa } rossomara_female = { Rossomara } rostam_male = { Rostam Rostan Rostom Rustam } rostislav_male = { Rostislav Rostisleif } rotfrid_male = { Rofrit } roubaud_male = { Robaldus Rotbold Roubaud } roveca_female = { Rouece Roveca } +rowain_male = { Rn_ve_no Roue_n Rowain } +rowena_female = { Rn_ve_ne Rovi_ne Rowena } +roxana_female = { Arroshana Ropsana Roscana Roxana Ru_shana } roy_male = { Roy Ruah } rucenus_male = { Rhun Roucen Ru Rucenus } ruffinus_male = { Griffith Grifiud Gruffydd Ruffinus } ruficus_male = { Rouphikoy Ruficus } rufilla_female = { Rouphilla Rufilla } +rufinus_male = { Hrophinos Rufinu Rufinui Rufinus Rufiny Urrue_nu } +rufus_male = { Rouphos Ruf Rufo Rufus Ruphus } rukidi_male = { Rukidi } rukiya_female = { Rukiya } rum_male = { Rum } @@ -3740,14 +3653,17 @@ ruqayyah_female = { Ruqayyah } rurik_male = { HrE_rekr HrO_rekr Hro_rekr RO_rek RO_rik Ro_rek Ro_rik Rurik } ruscos_male = { Ruscos Ruscus } russus_male = { Rosso Rubino } +rusticiana_female = { Rustechana Rusteshana Rusticiana Rustieciana Rustigiana Urruste_ana } ruth_female = { Hrouth Reut Ruth } ruth_male = { Reth Ruth } +rutilius_male = { Rusey Rutiellu Rutilius Rutillu Rutsellui Urrude_zu } rwoth_male = { Rwoth } saad_male = { Sa_d Saad } saada_female = { Saada } saba_female = { Saba Sabah Sava } saba_male = { Saba Sabah Sabba'e Sabba_e Sava } sabas_male = { Sabas } +sabina_female = { Gebi_ne Sabaeina Sabe_ne Sabena Sabene Sabina Sensabeinos Tsabine } sabinianus_male = { Sabeany Saben_eanui Sabin_anu Sabinianus } sabinus_male = { Sabineh Sabinos Sabinus } sabrisho'_male = { Sabr-Ishu Sabrisho' } @@ -3775,12 +3691,14 @@ salinguerra_male = { Salinguerra } sallustia_female = { Salloscia Sallustia Sarusa Sarustsa } salonina_female = { Salonina Salun_ina Saron_ena Saruiena } salvador_male = { Bobore Salvado_r Salvador Salvatore Sarvaturi } +salvator_male = { Salvator Sarbador } salvatrix_female = { Salvatrix } salvianella_female = { Saluian_era Saluieara Salvan_e_lla Salvianella } salvianus_male = { Salvianus } samanta_male = { Samant-Singh Samanta Samantasimha } samarasimha_male = { Samar-Singh Samarasimha } samareus_male = { Psamareus Samareus } +samaritanus_male = { Samare_danu Samaritanu Samaritanus } sambor_male = { Sambo Sambor } sami_female = { Sameah Samee Sameea Sami Samiya Samiyah Samiyya Samya } sami_male = { Sami Samiy } @@ -3789,6 +3707,7 @@ samma_female = { Samma } sammos_male = { Sammos Sammus } samogenos_male = { Samegen Samogenos } samognatus_male = { Samognatus Samomnatui Samu_n_aty } +samuel_male = { Patsamouel SA_muel Sa_muel Samoeli Samouel SamuE_li Samuel Samueli Samuhel Sawyl Shmuel Tsamoul } samund_male = { SA_mund SE_mundr } samund_male = { Sa_mund Sae_mundr } sanaa_female = { Sanaa } @@ -3805,16 +3724,23 @@ sanura_female = { Sanura } sappheira_female = { Sappeira Sappheira Sappira } sappho_female = { Sappho } saprion_male = { Saprion } +sara_female = { Here SA_ra Sa_ra Sara Sarah Saramma Sare Sarit Sarra } sarabi_female = { Sarabi } +saraginu_male = { Saraginu Saraye_nu } sarapamon_male = { Sarapamon } sarapia_female = { Sarapia } +sardinia_female = { Sarde_ne_a Sardea Sarden_a Sardinia } +sarlinna_female = { Harle_nne Sarle_nne Sarlinna } sarmates_male = { Sarmate Sarmates } satenik_female = { Satenik Satinik } satres_male = { Satre Satrei Satres } satulla_female = { Satulla } satullos_male = { Satullos Satullus } +saturnina_female = { Getorni_ne Satornine Saturnina } saturninus_male = { Satournile Saturn_inu Saturninui Saturninus Saturniny } +saturnus_male = { Sadunnu Saturnu Saturnus } sauda_female = { Sauda } +sauinas_male = { Sauinas Sue_na Suina } saul_male = { Saoul Saul } sautes_male = { Saucie Sautes } savaric_male = { Sabariquh Savarico Savaricu } @@ -3826,11 +3752,14 @@ scilas_male = { Scherai Scilas Sherai } scintilla_female = { Escentille Scintilla } sebastian_male = { BastiA_n Bastian SebastiA_n SebastiA_o Sebastia_n Sebastia_o Sebastiaen Sebastian Sebastiano Sebastianos Sebastianu Sebustianu } sebastiana_female = { Sebastiana } +secundus_male = { Hecondhe Se_condo Secundus } +sedullus_male = { Ge_dholl Se_dollo Sedullus } seervallabha_male = { CI_vallapa Ci_vallapa Seervallabha } seervallabhan_male = { CI_vallapan Ci_vallapan Seervallabhan } sef_male = { Sef } sefu_male = { Sefu } segarajasekaran_male = { CekarA_cacE_karan Cekara_cace_karan Segarajasekaran } +segeric_male = { Se_re_yu Se_yere_yu Segeric Segerigu Sigeric Sigerigu } segermas_male = { Segermas } seianti_female = { Seianti } seimos_male = { Seimos } @@ -3849,23 +3778,31 @@ senpsenamoun_female = { Senpsenamoun } senpsenosiris_female = { Senpsenosiris } senpsenthoout_female = { Senpsenthoout Senpsenthout } septimius_male = { Septimius She_usemiy Sheptsemiui Sie_ptemiu } +septimus_male = { Hetti_m Se_tte_mo Septimo Septimus } septoumiakes_male = { Septoumiakes } +seraph_male = { Serae_nu Serafino Serafinu Seraph Seraphin } seraphina_female = { Seraphina } serapion_male = { Sarapion Serapion } +seren_female = { Heri_ne Se_re_ne Seren Serena Serenne Sherena Sie_rena } serenus_male = { Serene Serenos Serenus } serge_male = { Serge } sergia_female = { Sergia Sherdzha Sherzha Sie_rgia } +sergius_male = { SE_rgiu Sargis Sarkis Sergio Sergios Sergiu Sergius Serigi Serye_u Sherdzhui Sherzhy Sie_rgiu } serhilda_female = { Serenahilt Serhilda } servius_male = { Servius Serwi } sesh_male = { Sesh } sesnis_female = { Sesnis } +sestus_male = { Sestus Set Setto } seth_male = { Seth } sethra_female = { Sethra } severa_female = { Severa Severre Sheuera Sie_vera } severin_male = { Seferus Severin Severino Severo } +severina_female = { Geui_rin Se_ve_rine Severina Sheuerena Sie_verina } severinus_male = { Severinus Sheuerinui Sheueriny Sie_verinu } +severus_male = { Geve_r Se_ve_ro Severos Severus Sewereh Sheuerui Sheuery Sie_veru } sevilay_female = { Savilay Sevilay } sevindik_female = { Savintik Sevindik } +sextus_male = { Hesd Se_sto Sexsteh Sextus She_usty Shepstui Sie_pstu Siste Sistus } sextus_male = { Sesto } shadhi_male = { S_adI_ S_adi_ Shadhi } shadia_female = { Shadia } @@ -3916,6 +3853,7 @@ shuayb_male = { C_uayb Shuayb } shukriyah_female = { Shukriyah } shulammite_female = { Shulamit Shulamith Shulammit Shulammite } sibislav_male = { Sibislav } +sibyll_female = { Hi_bille Sibyll } sibylla_female = { Se_bille Sibel Sibil_la Sibila Sibilia Sibilla Sible Sibyl Sibylla Sibylle Sybilla Sybille Tsible } sicard_male = { Sicard } sicco_male = { Sicco Sico Sikke } @@ -3923,6 +3861,7 @@ sicheri_male = { Sicheri Sigeriu } siddhartha_male = { Siddhartha Siddharthe } siddick_male = { Siddick } sidi_male = { Sidi } +sidonia_female = { Se_done_a Sidonia } siegfried_male = { Siegfried Sigefrid Sigfrid Sigifredo } sieghart_male = { Sieghard Sieghart } sigbeorn_male = { Sigbeorn Sigbjo_rn } @@ -3939,8 +3878,10 @@ sikudhani_female = { Sikudhani } silo_male = { Silo Silu } silvanus_male = { Silba Silvano Silvanus } silvester_male = { Silvester Silvestro Silvestru Szilveszter } +silvia_female = { Se_rbe_a Selvie Sheluia Silvia Sirbia } simba_male = { Simba } simhavishnu_male = { Cimmavisnu Simhavishnu } +simon_male = { Jimeno Psimon Samson Se_mon Sembe Semeno Semeon Shem'on Shem_on Shimon Shimshon SimO_n Simaun Simeon Simeoni Simion Simione Simo_ Simon Simone Simoneto Simonetto Simuni Symeon Xemen XimE_n Ximeno Ximenu } simona_female = { Chimena Simona Simone } simplicius_male = { Simplicius } simplitius_male = { Simplitziu } @@ -3950,9 +3891,11 @@ singhabahu_male = { CinkapA_ku Cinkapa_ku Singhabahu } sinibald_male = { Sinibaldo } sinorix_male = { Sinorix } sirus_male = { Siru } +siseguntia_female = { Se_seyude_a Siseguntia } sisenand_male = { Sesnando Shishnand Sisenando Sisnando } sisenanda_female = { Sesenanda } sisinnios_male = { Sisini Sisinnios } +sisinnius_male = { Se_se_nne_u Sisinniu Sisinnius } sisupala_male = { Sisupal Sisupala } siti_female = { Siti } siwazuri_male = { Siwazuri } @@ -3968,11 +3911,13 @@ smertomaros_male = { Smertomaros } smertorix_male = { Smertorix } sobeslaus_male = { SobE_slav Sobeslaus Sobesleif Sobieslav } sollemnia_female = { Solange Sollemnia } +solomon_male = { Saleban Salemon Salmama Salman Salomon Selevan Selyf Shlomo SolomO_n Solomo_n Solomon Sulayman Suleyman } solve_male = { SO_lve SO_lvi } solve_male = { So_lve So_lvi } somerled_male = { Somerled Somhairle SumarliT_i } somoda_female = { Somoda } sonpala_male = { Sonpal Sonpala } +sophia_female = { Saufija Soe_a Sofi Sofia Sofie Sofija Sohvi Sophia Sophie Z_ofie Zofia Zofie ZsO_fia Zso_fia } sora_male = { Sora } sorkver_male = { SO_rkver SO_rkvir } sorleone_male = { Sorleone } @@ -3994,6 +3939,8 @@ staurikios_male = { Staurikios } stauros_male = { Stauros } stavacos_male = { Estauche Stavacos } sten_male = { Steinn Sten Steyn } +stephania_female = { EstefA_nia Estefa_nia EstefanI_a Estefani_a Estefania Estefenete Estevainha Estienette StE_phanie Ste_fanie Ste_phanie Steane_a Stefana Stefania Stefanie Stephania Stephanie } +stephen_male = { E_tienne Eappen EstE_banu EstE_vA_o EstE_ve Este_va_o Este_ve Esteban Estefen Estevo Estienne Estiennot IstE_vene Isteban IstvA_n Istva_n StE_fanu Steanu Stefan Stefano Stefanu Stefanus Stefen Steffen Stepan Stepannos Stepanos Stepanoz Stephan Stephanos Stephanus Stephen Steven Sthepan Stjepan Szczepan } storax_male = { Storax } strategios_male = { Strategios Strategos } stratonike_female = { Stratonike } @@ -4003,6 +3950,7 @@ styrkar_male = { StyrkA_r Styrkar } subira_female = { Subira } sudi_male = { Sudi } suero_male = { Soeiro Sueiro Suero Sueru } +suinthila_male = { Su?de_la Suinthila Suintila Sunde_la } sukda_female = { Sukda } sukhinpala_male = { Sukhinpal Sukhinpala } sulpicia_female = { Sulpea Sulpecha Sulpecia Sulpicia } @@ -4018,6 +3966,7 @@ sunyer_male = { Suneario Sunyer } sura_male = { Sura } surajpala_male = { Surajpal Surajpala } surkhab_male = { Surkhab Surxap } +susanna_female = { Saisana Shoshana Shoshannah Sosamma Sousanna Susan Susan_a Susana Susanah Susanna Susanne Sushaia Suzana } sutta_female = { Sutta } suttihos_male = { Suttihos Suttihus } svanhild_female = { Svanhild Svanhildr } @@ -4027,15 +3976,21 @@ svetoslava_female = { Svetoslava Svetosleifa } sviatoslav_male = { S_wiE_tosL_aw Svetosleif Sviatoslav Svietoslav Swietoslaw } svjetlana_female = { Sviatlana Svjetlana } swanahild_female = { Suanhilde Swanahild } +symmachus_male = { Shemiacy Shemmacui Simachu Simmaccu Simmacu Simmaggu Symmachos Symmachus } synesios_male = { Synesios } syros_male = { Psyros Syros } taabu_female = { Taabu } tabia_male = { Tabia } +tabitha_female = { Tabatha Tabby Tabe_dda Tabetha Tabitha Tabitta } tacita_female = { Tace_te Tacita } +tacitus_female = { Tacitus Tegi_de } +tacitus_male = { Tace_to Tacet Tachetui Tacietu Tacitus Tagitu Tashety Taye_du Tegi_d } +tadefi_female = { Tade_a Tade_fi Tadefia } tadg_male = { Tadg Tadhg Taig Tarla Teague Tegwyd } tadora_female = { Tadora Tadore } tahir_male = { Tahir } tahmasb_male = { Tahmasb Tahmasp } +tajeddigt_female = { Tagieditta Tahede_dda Tajeddigt } taji_female = { Taji } taji_male = { Taji } takouhi_female = { Taguhi Takouhi } @@ -4044,6 +3999,7 @@ talatu_female = { Talatu } talia_female = { Tahlia Talia Taliah Talya } talia_male = { Talia Taliah Talya } taliba_female = { Taliba Talida } +taliesin_male = { Talie_se_no Taliesin Tallese_n Telesinus } talorcan_male = { TalorcA_n Talorca_n Telurgan } talore_male = { Talorc Talore Telurg } tamar_female = { Tamar Tamari } @@ -4071,6 +4027,7 @@ tatre_female = { Tatre } tauros_male = { Ptauros Tauros } tavi_male = { Tavi Tavish } tavis_male = { Tavis Tevis } +taweckint_female = { Taweckint Tu?da Tueginta } taxmaspada_male = { Taxmaspada } teath_female = { Etha Itha Teath Tetha } teber_male = { TA_bA_r Ta_ba_r Teber } @@ -4091,9 +4048,11 @@ teqoshe_female = { Teqoshe } ter_female = { Ter } teresa_female = { Talesa Taresa Tarexia TerE_sa Tere_sa Teresa Tereza Terezia Thresiamma } tertionicna_female = { Tersonine Tertionicna } +tertius_male = { Te_rze_o Terge_ Tertius } tetosiris_female = { Tetiousir Tetosiris } tetoue_male = { Tetoue } teuspas_male = { Chuspai Shuspie Teuspas } +tewdric_male = { Te_n_dn_re_is Te_odori_ Tewdric } thaddea_female = { Tadea Thaddea } thana_female = { Thana } thanchvil_female = { Thanchvil } @@ -4106,10 +4065,13 @@ theodat_male = { BoZ_ydar Bozidar Bozydar Dat Deodat Fedot Teodato Theodat Theod theodemer_male = { Teodemir Theodemer } theodimer_male = { Theodimer Thiudimer } theodolf_male = { Teodolfo } +theodora_female = { Chodora Feodora Shudura Teodora ThE_odora Theodora } +theodore_male = { Addai DE_tR_ich Detrich Diederick Diederik Dietrich Dirk Dytryk Feodor Taddai Taddeo Tadduccio Tadeusz Tadros Tedore Teoderico Teoderik Teodor Teodore_yu Teodorigu Teodoro Teodoru Teudar Teudaric Teuderic Teudoc Teudric Teudur Tewdrig Tewdwr ThE_odoric ThE_tore Thaddeus Thadeosi TheodO_ros Theoderic Theoderich Theodericus Theodo_ros Theodore Theodoric Theodorich Theodoricho Theodoros Theodorus Theuderic Thiaddi Thierry Thiudareiks Thoros TiE_rri Tie_rri Tiudoru Tiuduricu Tudor Tudual } theodosia_female = { Feodosi Feodosia Theodosia } theodosios_male = { Chodoshui Shudushy Tedisio Teodizio Teodosiu Tewdos Theodosios Theodosius Tiudosiu } theognosia_female = { Theognosia } theophane_female = { ThE_ophanie Theophane Theophano } +theophanos_male = { Teanu Teofanu Theophanos } theophanus_male = { Theophanus Tifan } theophila_female = { Theophila } theophilos_male = { Theophilos Theophilus } @@ -4117,8 +4079,10 @@ theudewald_male = { Tedaldo Theudoald } theudisclus_male = { Theudisclus Thiudigisclus } theutpert_male = { Teutperto } thiik_male = { Thiik } +thiyya_female = { Te_a Thiyya Tia } thoas_male = { Thoas } thomais_female = { Thomais } +thomas_male = { Ta'mhas Ta_mhas Tam Tam'as TamA_s Tam_as Tama_s Taumas Th'amhais Th_amhais Thoma Thomas Tohmas TomA_s Toma Toma_s Tomas Tomaso Tomassu Tomasz Tommaso Tommasu Tomo Tomos Touma Toumas Tovmas Tumasi } thomasa_female = { Tam Tamasin Tami Tammy Tamsin Tamsyn Tamzin Thomasa } thomasina_female = { Taumasina Thomasina } thomasine_male = { Taumasin Thomasine } @@ -4126,13 +4090,16 @@ thon_male = { Thon } thor_male = { Donar Thor } thora_female = { TH_ora T_O_ra T_ora Thora Tora } thordis_female = { TH_ordis T_O_rdI_s T_ordis Thordis } +thorismund_male = { Thorismund Tore_mudu Torimundu } thorolf_male = { TH_orolfr T_O_rO_lfr T_orolfr Thorolf Torolf } thotarion_male = { Thotarion } thoth_male = { Thoth Thout } +thrasamund_male = { Talsamudu Thrasamund Trassamundu } thriti_female = { Thriti } thuxra_male = { Thuxra } thyra_female = { TH_yra T_yra T_yri Thyra } tiberia_female = { Tiberia } +tiberius_male = { Te_bere_u Teberiui Tebery Thebery Tiberi Tiberios Tiberiu Tiberius Tiebieriu } tiburge_female = { Thetburga Tiborg Tibourge Tiburga Tiburge } tigridia_female = { Tegridia Tigridia } tijani_male = { Tijani } @@ -4147,13 +4114,16 @@ tisa_female = { Tisa } tisemir_male = { TI_semir Tihomir } tishtrya_male = { Tishtrya } tita_female = { Tita } +titiana_female = { Te_dze_ana Techana Teshana Tietiana Titiana Titiane Titziana } titianus_male = { Tidiagnos Titianus } titianus_male = { Tiziano } titius_male = { Chetsiui Sheshy Tieciu Titius } titoue_male = { Titoue } +titus_male = { Chetui Gi_d Shety Te_to Tietu Titos Titus } tjudmund_male = { T_iO_D_mundr Tjudmund } tobiah_female = { Tobiah Toviah } tobiah_male = { Tobiah Tovia Tuvya } +tobias_male = { Tobe_a Tobia Tobias Toubias Tovias } toda_female = { Toda Tota Totadona } toghrul_male = { ToghrI_l Toghri_l Toghrul } toholjo_male = { Toholjo } @@ -4175,9 +4145,11 @@ torsten_male = { TH_orsteinn T_orsteinn Torstein Torsten } tosha_female = { Tosha } toste_male = { TO_sti Toste Tostig } totil_male = { T_jO_stO_lfr Totil } +totila_male = { Tode_la Totila } touanenn_female = { Touanenn } touran_female = { Touran } tova_female = { Tova Tovah } +trajan_male = { Talyanu Tragianu Traiane Traianos Traianu Traianus Traien Trajan Tre_anui Tre_any } trauseus_male = { Trauseus } tribune_male = { Tribuno } tribunus_male = { Terbounouos Tribunus } @@ -4195,9 +4167,12 @@ tsaraki_male = { Tsaraki } tsemnouthes_female = { Tsemnouthes } tsenkabir_female = { Tsenkabir } tsenviktour_female = { Tsenviktour } +tudwal_male = { TU_athal Theodowalaunus Tu_athal Tuathal Tudhoual Tudwal Tugdual Tutn_vales } +tudwallon_male = { Tudhouallon Tuduallon Tudwallon Tutn_valln_no } tudy_male = { Tudi Tudy } tugule_male = { Tugule } tuliza_female = { Tuliza } +tullia_female = { Tolli_e Tollie Tullia } tunka_male = { Tunka } turdat_male = { Turdat } turghar_male = { Turghar } @@ -4211,6 +4186,7 @@ uban_male = { Uban } udaya_male = { Udaya Utaiya } udure_male = { Udure } uhtred_male = { UhtrE_d Uhtrae_d Uhtred } +uistrilo_female = { Be_ste_za Bistrila Uistrilo } ujamaa_female = { Ujamaa } ujana_female = { Ujana } ukhushukan_male = { Ukhushukan } @@ -4230,9 +4206,11 @@ ur_female = { Ur } urak_male = { Urak } urbanus_male = { Orbanus Urbanu Urbanui Urbanus Urbiany } uriel_male = { Uriel } +urien_male = { Urbcen Urbgenius Urie_ns Urien } urraca_female = { Urraca Urraka } ursa_female = { Ursa } ursulinus_male = { Ursulinus } +ursus_male = { Orso Orson Ursion Urso Ursu Ursus } urudhayant_female = { Urudhayant } ushtavaiti_female = { Ushtavaiti } usia_female = { Usia } @@ -4240,6 +4218,7 @@ usian_male = { Usian } usk_female = { Usk } usman_male = { Usman } utana_male = { Utana } +uther_male = { Be_ddor Biktor Bittor Pabiktor Ue_utru Ueptro Ugere Uther Uthyr Uzie_ro Veptur Vetoir Victor Viktor Viktour Vittaur Vittore Vittorio Vittoriu Wecta } uvaxshtra_male = { Uvaxshtra } uxshenti_female = { Uxshenti } uzzi_male = { Uzi Uzzi } @@ -4262,15 +4241,20 @@ valentina_female = { Valentina } valentine_male = { Valentine Valentinos Valentinus } valentinianus_male = { Uaiensheany Uallenchen_anui Valentinianus Valle_ntin_anu } valeran_male = { Valeran } +valeria_female = { Balere_a Baleria Gueleri_e Thinvalerios Uaiera Ualleria Vale_rie Valeria Valerja Valleria } valerian_male = { Valirianu } +valerianus_male = { Guelere_an Uaiereany Uallereanui Vaeriano Vale_re_ano Valerianus Valle_reanu } +valerin_male = { Guelere_n Vale_re_no Valerin } valerius_male = { Uaiery Ualleriui Valerias Valerio Valerios Valerius Valleriu } valhanadeva_male = { Valhana Valhanadeva } valona_female = { Valona Valonne } +vandalarius_male = { Ba_dalare_u Bandalariu Vandalarius } vanghu-fedhri_female = { Vanghu-Fedhri } vannios_male = { Vannios Vannius } varagunan_male = { Varagunan Varakunan } varagunavarman_male = { Varagunavarman Varakunavarman } vardanes_male = { Uardan_i Uardzhe Vardanes } +varius_male = { Guere_ Vare_o Varius } varshapala_male = { Varshapala Varshpal } varshasb_male = { VarS_asp Vars_asp Varshasb } vartan_male = { Vardan Vartan } @@ -4289,8 +4273,10 @@ vellido_male = { Bellidu Vellido } velson_male = { Velso Velson } velsonia_female = { Velsonia } venantius_male = { Uen_ansy Uenantsui Venanciu Venantius } +veneva_female = { Gueni_ue Ve_ne_ve Veneva } venimara_female = { Venimara } venimaros_male = { Venimaros Venimarus } +vera_female = { Bera Uera Vera } veranus_male = { Veranus } vercaios_male = { Vercaios Vercaius } vercilla_female = { Vercilla } @@ -4301,12 +4287,14 @@ verina_female = { Uerena Verina } vermudo_male = { Bermond Bermudo Bermudu Veremondo Veremundo Vermudo } veronica_female = { Veronica Virina } verus_male = { Verus } +verutius_male = { Gueroge_ Ve_roze_o Verutius } vespasian_male = { Vespasian Wespasiyaneh } vespasianus_male = { Uespasheanui Uespasheany Ve_spasieanu Vespasianus } vibena_female = { Vibena } vibenos_male = { Vibenos Vibenus } vicaria_female = { Vicaria Vikiaria } vicarius_male = { Vicarius Vikiarios } +victoria_female = { Be_ddore_a Bittoria Ue_utura Ueptoria Veptoria Vetoirie Victoria Vittaurja } victorinus_male = { Ue_uturiny Ueptorinui Vepturinu Victorinus } vidurathpala_male = { Vidurathpal Vidurathpala } vigdis_female = { VigdI__s VigdI_s Vigdis } @@ -4318,16 +4306,20 @@ vijayalaya_male = { VicayA_laya Vicaya_laya Vijayalaya } vijayaraga_male = { VicayA_raka Vicaya_raka Vijayaraga } vikrama_male = { Vikrama } vikramaditya_male = { VikramA_tittA_ Vikrama_titta_ Vikramaditya } +vincent_male = { Be_gg?dze_u Be_ggedze_u Biccentziu C_enE_k Cenek Pizente VicenC_ Vicenc_ Vicente Vincenne Vincent Vincenzo Vinsant Vissente Wincenty } vinciguerra_male = { Vinciguerra } vindafarnah_male = { Vindafarnah } vindarna_male = { Vindarna } vindilla_female = { Vindilla } vindillos_male = { Vindillos Vindillus } vindos_male = { Vindo Vindos Vindus } +vindotorix_male = { Guindori_ Vindn_tn_re_is Vindotorix } +viola_female = { Gui_ole Iolanthe Ioulanda Jolanta Vailence Valence Valentia Ve_n_le Viola Violande Violant Violante Violent Violeta Yolanda Yolande } virabhadra_male = { Kwirapabhadra Virabhadra } virakhesari_male = { VI_rakE_cari Vi_rake_cari Virakhesari } virarajendra_male = { VI_rarA_cE_ntira Vi_rara_ce_ntira Virarajendra } virasekhara_male = { VI_racE_kara Vi_race_kara Virasekhara } +virginia_female = { Gue_rgi_nie Virgina Virginia } viriathius_male = { Guriant Gwriad Viriathius } virignia_female = { Ve_rgie_nie Virignia } virodaya_male = { VI_rO_taya Vi_ro_taya Virodaya } @@ -4339,8 +4331,11 @@ vitaca_female = { VitaC_a } vitale_male = { Guitol Gwydol Veitalis Vidual Vitale Vitalis } vitalian_male = { Vitaliano } vitalianus_male = { Uetaieany Uetalleanui Vitalianus Vitalleanu } +vitalinus_male = { Guidele_n Gwydolin Vitale_no Vitalinus } vito_male = { Idu Vitu } vito_male = { Vait Vito } +viviana_female = { Be_be_ana Bibiana Uiuiana Vivian Viviana } +vivianu_male = { Be_be_anu Bibianu Bibianus Vivianu } vivili_female = { Vivilde Vivili } viyus_male = { Viyus } vladimir_male = { Valdemar Valdemaur VladimI_r Vladimi_r Vladimir Waldemar } @@ -4363,11 +4358,13 @@ vseslava_female = { Vissisleifa Vseslava } vukac_male = { Vukac } vukasin_male = { VukaS_in } vukmir_male = { Vukmir } +vuldretrada_female = { Buddedalda Buddetrada Vuldretrada } wadanh_female = { Wadanh } wadanh_male = { Wadanh } wahida_female = { Wahida } wahustan_male = { Vahusdan Wahustan } walbert_male = { Gualberto Walpert } +walja_male = { Balla Baza Walja } walter_male = { Balterio BhA_tair Gauthier Gautier Gualter Gualtiero Guterre Gutierre Guttier Ualtar Valteri Walter Walthari Walther Waltier Wautier Wolter } waltheof_male = { Waldeve Waltheof } walzama_female = { Walzama } @@ -4404,6 +4401,7 @@ yakumo_female = { Yakumo } yamusa_male = { Yamusa } yanbamu_female = { Yanbamu } yar_female = { Yar } +yaroah_male = { Giaroa Haroa Yaroah } yaropolk_male = { Jaropluk Yaropolk } yasaman_female = { Yasaman } yasmin_female = { Yasmin } @@ -4415,6 +4413,7 @@ ylva_female = { Ylva } yol_male = { Yol } yom_female = { Yom } yoron_female = { Yarona Yoron } +yuba_male = { Giuba Huba Yuba } yuddamalla_male = { Yuddamalla Yuddhamalla } yug_male = { Yug } yukuna_female = { Yukuna } @@ -4477,6 +4476,7 @@ zosimus_male = { Zosima Zosimus } zubayda_female = { Zubayda Zubaydah } zubeyr_male = { Zuber Zuberi Zubeyr } zuhayr_male = { Zuhayr al-Zuhayr } +zura_female = { Zura } zuri_female = { Zuri } zuwena_female = { Zuwena } -zymt_male = { Zymt } +zymt_male = { Zymt } \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 20ec80f7d9..32aeb07c4b 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -61,6 +61,7 @@ HYBRID CULTURES OTHERS ------------------------------ +* Gothic Kingdom Suggestion * Raiding suggestions * Prevent Karaism spawn before they should arise historically (post-Islam?) * Revisit Dualism and heresy spawns From 5c78524657c71a718bd5f8a6c65224f400adab8d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 1 Oct 2022 22:27:29 -0400 Subject: [PATCH 106/339] Refactor culture/heritage drift triggers * Probability of language/culture shift is effected by dominant holder faith and government, like in CK2 * Probability of event firing increases exponentially depending on game year (Fibonacci like sequence applied) --- .../common/on_action/BP_yearly_on_actions.txt | 16 +- .../scripted_effects/BP_on_action_effects.txt | 122 ++++++++++++ .../BP_on_action_triggers.txt | 19 ++ .../BP_heritage_linguistic_drift.txt | 175 ++++-------------- .../BP_culture_events_l_english.yml | 9 +- 5 files changed, 195 insertions(+), 146 deletions(-) create mode 100644 WtWSMS/common/scripted_triggers/BP_on_action_triggers.txt diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 7b19df12cd..f90d79ed0b 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -5,20 +5,22 @@ } } -liguistic_shift = { #Cf. Vanilla common/on_actions/yearly_on_actions.txt:yearly_global_pulse +liguistic_shift = { effect = { - if = { - limit = { always = yes } - trigger_event = { id = bp_heritage_linguistic_drift.0001 } + generic_shift_culture_event = { + SHIFT_TRIGGER = valid_linguistic_drift_culture_trigger + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language } } } heritage_shift = { effect = { - if = { - limit = { always = yes } - trigger_event = { id = bp_heritage_linguistic_drift.0101 } + generic_shift_culture_event = { + SHIFT_TRIGGER = valid_heritage_drift_culture_trigger + EVENT_ID = bp_heritage_linguistic_drift.0101 + HERITAGE_OR_LANGUAGE = heritage } } } diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index c07ea1ae45..766fe7981a 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -670,3 +670,125 @@ update_name_of_vandal_kingdom_effect = { else = { title:k_vandalica = { reset_title_name = yes } } } } + +### Culture/Language shift stuff +generic_shift_culture_event = { #Cf. Vanilla common/on_actions/yearly_on_actions.txt:yearly_global_pulse + random_culture_global = { + limit = { $SHIFT_TRIGGER$ = yes } + save_scope_as = shift_culture + } + + #Only fire if a culture is picked; entirely possible to be empty + if = { + limit = { exists = scope:shift_culture } + + #Now do some additional considerations + random = { + #Chances influenced by similar factors to WTWSMS/events/WtWSMS_melting_pots_events.txt factors + chance = 0 + + ### Baseline Probability... + #... depends on the current date (Fibonacci-like sequence gives up exponentially increasing odds per annum) + + #Probability breakdown assumes the same culture is picked every year + modifier = { add = 1 current_date >= 500.1.1 } #01%/year = 22.21% per 25 years + modifier = { add = 1 current_date >= 525.1.1 } #02%/year = 39.65% per 25 years + modifier = { add = 1 current_date >= 550.1.1 } #03%/year = 53.30% per 25 years + modifier = { add = 2 current_date >= 575.1.1 } #05%/year = 72.27% per 25 years + modifier = { add = 3 current_date >= 600.1.1 } #08%/year = 87.56% per 25 years + modifier = { add = 5 current_date >= 625.1.1 } #13%/year = 96.92% per 25 years + modifier = { add = 8 current_date >= 650.1.1 } #21%/year = 99.72% per 25 years + modifier = { add = 13 current_date >= 675.1.1 } #34%/year = 99.99+% per 25 years + + ### Culture Situation.... + #... modifies the odds (how likely the peasants and the elites mix) + #More common if the dominant religions of county holders are shared + modifier = { + factor = 2.0 + scope:shift_culture = { + calc_culture_dominant_religion = { save_temporary_scope_as = shift_culture_dominant_religion } + any_culture_county = { + percent >= 0.50 + holder = { religion = scope:shift_culture_dominant_religion } + } + } + } + #More common if the dominant faiths of county holders are shared (cumulative with religion) + modifier = { + factor = 2.0 + scope:shift_culture = { + calc_culture_dominant_faith = { save_temporary_scope_as = shift_culture_dominant_faith } + any_culture_county = { + percent >= 0.50 + holder = { religion = scope:shift_culture_dominant_faith } + } + } + } + + ### Government effects + #Being dominated by an advanced government reduces the odds + modifier = { + factor = 0.707 #SQRT(1/2) + scope:shift_culture = { + any_culture_county = { + percent >= 0.50 + holder = { has_advanced_government_trigger = yes } + } + } + } + modifier = { + factor = 0.707 #SQRT(1/2) + scope:shift_culture = { + any_culture_county = { + percent = 1.00 + holder = { has_advanced_government_trigger = yes } + } + } + } + #Every county being held by tribals/quasi-tribals increases the odds + modifier = { + factor = 1.414 #SQRT(2) + scope:shift_culture = { + any_culture_county = { + percent >= 0.50 + holder = { has_a_primitive_type_of_government_trigger = yes } + } + } + } + modifier = { + factor = 1.414 #SQRT(2) + scope:shift_culture = { + any_culture_county = { + percent = 1.00 + holder = { has_a_primitive_type_of_government_trigger = yes } + } + } + } + + ### BLOCKERS + #Being under an empire that shares your language should block shift + modifier = { + factor = 0 + #60% of culture counties under a culture speaking the same language/heritage + any_ruler = { + this = { save_temporary_scope_as = ruler } + primary_title.tier = tier_empire + culture = { has_same_culture_$HERITAGE_OR_LANGUAGE$ = scope:shift_culture } + scope:shift_culture = { + any_culture_county = { + percent >= 0.60 + holder = { + OR = { + this = scope:ruler + this = { any_liege_or_above = { this = scope:ruler } } + } + } + } + } + } + } + + scope:shift_culture = { trigger_event = { id = $EVENT_ID$ } } + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/BP_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_on_action_triggers.txt new file mode 100644 index 0000000000..8a957c3841 --- /dev/null +++ b/WtWSMS/common/scripted_triggers/BP_on_action_triggers.txt @@ -0,0 +1,19 @@ +#Linguistic Drift Triggers +valid_linguistic_drift_culture_trigger = { + #Should actually be uses the Latin language, but we need to make sure to map all possibilities + OR = { + this = culture:romano_african + this = culture:romano_noric + this = culture:romano_raetian + this = culture:romano_british + } + this = { has_cultural_pillar = language_latin } +} + +valid_heritage_drift_culture_trigger = { + #Should actually be uses the Latin heritage, but we need to make sure to map all possibilities + OR = { + this = culture:romano_hispanic + } + this = { has_cultural_pillar = heritage_latin } +} \ No newline at end of file diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index e8d963f9de..83021ea579 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -7,49 +7,18 @@ #0001-0100: Linguistic Drift Events #0101-0200: Heritage Drift Events -scripted_trigger valid_linguistic_drift_culture_trigger = { - #Should actually be uses the Latin language, but we need to make sure to map all possibilities - OR = { - this = culture:romano_african - this = culture:romano_noric - this = culture:romano_raetian - this = culture:romano_british - } - this = { has_cultural_pillar = language_latin } -} - -#60% of culture counties under a single Latin-speaking Empire -scripted_trigger valid_linguistic_prevention_condition_trigger = { - any_ruler = { - this = { save_temporary_scope_as = ruler } - primary_title.tier = tier_empire - culture = { has_same_culture_language = scope:linguistic_shift_culture } - scope:linguistic_shift_culture = { - any_culture_county = { - percent >= 0.60 - holder = { - OR = { - this = scope:ruler - this = { any_liege_or_above = { this = scope:ruler } } - } - } - } - } - } -} - scripted_effect shift_language_effect = { - scope:linguistic_shift_culture = { + scope:shift_culture = { if = { limit = { this = culture:romano_african } custom_tooltip = { text = african_romance_language - subject = scope:linguistic_shift_culture + subject = scope:shift_culture set_culture_pillar = language_african_romance } custom_tooltip = { text = african_romance_name_list - subject = scope:linguistic_shift_culture + subject = scope:shift_culture set_name_list = name_list_african_romance } } @@ -62,12 +31,12 @@ scripted_effect shift_language_effect = { } custom_tooltip = { text = rhaeto_romance_language - subject = scope:linguistic_shift_culture + subject = scope:shift_culture set_culture_pillar = language_rhaeto_romance } custom_tooltip = { text = romansh_name_list - subject = scope:linguistic_shift_culture + subject = scope:shift_culture set_name_list = name_list_romansh } } @@ -75,12 +44,12 @@ scripted_effect shift_language_effect = { limit = { this = culture:romano_british } custom_tooltip = { text = british_romance_language - subject = scope:linguistic_shift_culture + subject = scope:shift_culture set_culture_pillar = language_british_romance } custom_tooltip = { text = british_romance_name_list - subject = scope:linguistic_shift_culture + subject = scope:shift_culture set_name_list = name_list_british_romance } } @@ -88,39 +57,21 @@ scripted_effect shift_language_effect = { } } -#Make sure culture is actually valid bp_heritage_linguistic_drift.0001 = { type = empty hidden = yes - #Make sure a valid culture exists - trigger = { any_culture_global = { valid_linguistic_drift_culture_trigger = yes } } - #Pick one of the random valid cultures immediate = { - random_culture_global = { - limit = { valid_linguistic_drift_culture_trigger = yes } - save_scope_as = linguistic_shift_culture - } - + #If the culture head exists, inform him/her first if = { - limit = { NOT = { valid_linguistic_prevention_condition_trigger = yes } } - - if = { - limit = { exists = scope:linguistic_shift_culture } - #If the culture head exists, inform him/her first - if = { - limit = { exists = scope:linguistic_shift_culture.culture_head } - scope:linguistic_shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0002 } } - } - #Otherwise, directly change the culture and tell everyone - else = { - shift_language_effect = yes - every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0003 } } - } - } - #Handle failure case; shouldn't happen unless some Latin-speaking culture doesn't map - else = { debug_log = "NO LATIN SPEAKING CULTURE CAN BE SELECTED FOR bp_heritage_linguistic_drift.0001 EVENT" } + limit = { exists = scope:shift_culture.culture_head } + scope:shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0002 } } + } + #Otherwise, directly change the culture and tell everyone + else = { + shift_language_effect = yes + every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0003 } } } } } @@ -141,7 +92,7 @@ bp_heritage_linguistic_drift.0002 = { limit = { OR = { this = { in_diplomatic_range = root } - this.culture = { has_same_culture_language = scope:linguistic_shift_culture } + this.culture = { has_same_culture_language = scope:shift_culture } } NOT = { this = root } } @@ -160,13 +111,13 @@ bp_heritage_linguistic_drift.0003 = { immediate = { if = { - limit = { exists = scope:linguistic_shift_culture.culture_head } - scope:linguistic_shift_culture.culture_head = { save_scope_as = chosen_character } + limit = { exists = scope:shift_culture.culture_head } + scope:shift_culture.culture_head = { save_scope_as = chosen_character } } else_if = { - limit = { any_ruler = { culture = scope:linguistic_shift_culture } } + limit = { any_ruler = { culture = scope:shift_culture } } random_ruler = { - limit = { culture = scope:linguistic_shift_culture } + limit = { culture = scope:shift_culture } save_scope_as = chosen_character } } @@ -178,93 +129,47 @@ bp_heritage_linguistic_drift.0003 = { option = { name = bp_heritage_linguistic_drift.0003.accept_same_culture flavor = bp_heritage_linguistic_drift.0003.accept_same_culture.tooltip - trigger = { root.culture = scope:linguistic_shift_culture } + trigger = { root.culture = scope:shift_culture } } #For other rulers not of the culture option = { name = bp_heritage_linguistic_drift.0003.accept_different_culture flavor = bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip - trigger = { NOT = { root.culture = scope:linguistic_shift_culture } } + trigger = { NOT = { root.culture = scope:shift_culture } } fallback = yes } } ##### Heritage cases: Should require culture counties under dominance of another heritage -scripted_trigger valid_heritage_drift_culture_trigger = { - #Should actually be uses the Latin heritage, but we need to make sure to map all possibilities - OR = { - this = culture:romano_hispanic - } - this = { has_cultural_pillar = heritage_latin } -} - -#60% of culture counties under a single non-Latin heritage Ruler -scripted_trigger valid_heritage_drift_condition_trigger = { - any_ruler = { - this = { save_temporary_scope_as = ruler } - NOT = { culture = { has_same_culture_language = scope:heritage_shift_culture } } - scope:heritage_shift_culture = { - any_culture_county = { - percent >= 0.60 - holder = { - OR = { - this = scope:ruler - this = { any_liege_or_above = { this = scope:ruler } } - } - } - } - } - } -} - scripted_effect shift_heritage_effect = { - scope:heritage_shift_culture = { + scope:shift_culture = { if = { limit = { this = culture:romano_hispanic } custom_tooltip = { - text = african_romance_language - subject = scope:heritage_shift_culture + text = iberian_heritage_tt + subject = scope:shift_culture set_culture_pillar = heritage_iberian } } - else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE" } } } -#Make sure culture is actually valid bp_heritage_linguistic_drift.0101 = { type = empty hidden = yes - #Make sure a valid culture exists - trigger = { any_culture_global = { valid_heritage_drift_culture_trigger = yes } } - #Pick one of the random valid cultures immediate = { - random_culture_global = { - limit = { valid_heritage_drift_culture_trigger = yes } - save_scope_as = heritage_shift_culture - } - + #If the culture head exists, inform him/her first if = { - limit = { valid_heritage_drift_condition_trigger = yes } - - if = { - limit = { exists = scope:heritage_shift_culture } - #If the culture head exists, inform him/her first - if = { - limit = { exists = scope:heritage_shift_culture.culture_head } - scope:heritage_shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0102 } } - } - #Otherwise, directly change the culture and tell everyone - else = { - shift_heritage_effect = yes - every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0103 } } - } - } - #Handle failure case; shouldn't happen unless some Latin-speaking culture doesn't map - else = { debug_log = "NO LATIN SPEAKING CULTURE CAN BE SELECTED FOR bp_heritage_linguistic_drift.0001 EVENT" } + limit = { exists = scope:shift_culture.culture_head } + scope:shift_culture.culture_head = { trigger_event = { id = bp_heritage_linguistic_drift.0102 } } + } + #Otherwise, directly change the culture and tell everyone + else = { + shift_heritage_effect = yes + every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0103 } } } } } @@ -285,7 +190,7 @@ bp_heritage_linguistic_drift.0102 = { limit = { OR = { this = { in_diplomatic_range = root } - this.culture = { has_same_culture_language = scope:heritage_shift_culture } + this.culture = { has_same_culture_language = scope:shift_culture } } NOT = { this = root } } @@ -304,13 +209,13 @@ bp_heritage_linguistic_drift.0103 = { immediate = { if = { - limit = { exists = scope:heritage_shift_culture.culture_head } - scope:heritage_shift_culture.culture_head = { save_scope_as = chosen_character } + limit = { exists = scope:shift_culture.culture_head } + scope:shift_culture.culture_head = { save_scope_as = chosen_character } } else_if = { - limit = { any_ruler = { culture = scope:heritage_shift_culture } } + limit = { any_ruler = { culture = scope:shift_culture } } random_ruler = { - limit = { culture = scope:heritage_shift_culture } + limit = { culture = scope:shift_culture } save_scope_as = chosen_character } } @@ -322,13 +227,13 @@ bp_heritage_linguistic_drift.0103 = { option = { name = bp_heritage_linguistic_drift.0103.accept_same_culture flavor = bp_heritage_linguistic_drift.0103.accept_same_culture.tooltip - trigger = { root.culture = scope:heritage_shift_culture } + trigger = { root.culture = scope:shift_culture } } #For other rulers not of the culture option = { name = bp_heritage_linguistic_drift.0103.accept_different_culture flavor = bp_heritage_linguistic_drift.0103.accept_different_culture.tooltip - trigger = { NOT = { root.culture = scope:heritage_shift_culture } } + trigger = { NOT = { root.culture = scope:shift_culture } } fallback = yes } } \ No newline at end of file diff --git a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml index ccd468e73c..8d8419ec1e 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml @@ -11,7 +11,7 @@ british_romance_language: "[language|E] changes language to #V $language_british_romance_name$#!" british_romance_name_list: "#E Naming Practices#! change to #V $name_list_british_romance$#!" bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" - bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tongue of the [linguistic_shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." + bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tongue of the [shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" bp_heritage_linguistic_drift.0002.accept.tooltip: "Your [culture|E]'s [language|E] has changed" bp_heritage_linguistic_drift.0003.t: "$bp_heritage_linguistic_drift.0002.t$" @@ -19,10 +19,11 @@ bp_heritage_linguistic_drift.0003.accept_same_culture: "$bp_heritage_linguistic_drift.0002.accept$" bp_heritage_linguistic_drift.0003.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0002.accept.tooltip$" bp_heritage_linguistic_drift.0003.accept_different_culture: "I see" - bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip: "The [linguistic_shift_culture.GetName] [culture|E]'s [language|E] has changed" + bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip: "The [shift_culture.GetName] [culture|E]'s [language|E] has changed" #Heritage Drift + iberian_heritage_tt: "[heritage|E] changes to #V $heritage_iberian_name$#!" bp_heritage_linguistic_drift.0102.t: "Heritage Drift" - bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [heritage_shift_culture.GetName] people has changed enough from Latin that it is foreign to those of Latin customs." + bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [shift_culture.GetName] people has changed enough from Latin that it is foreign to those of Latin customs." bp_heritage_linguistic_drift.0102.accept: "As times change, so must we" bp_heritage_linguistic_drift.0102.accept.tooltip: "Your [culture|E]'s [language|E] has changed" bp_heritage_linguistic_drift.0103.t: "$bp_heritage_linguistic_drift.0102.t$" @@ -30,5 +31,5 @@ bp_heritage_linguistic_drift.0103.accept_same_culture: "$bp_heritage_linguistic_drift.0102.accept$" bp_heritage_linguistic_drift.0103.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0102.accept.tooltip$" bp_heritage_linguistic_drift.0103.accept_different_culture: "I see" - bp_heritage_linguistic_drift.0103.accept_different_culture.tooltip: "The [heritage_shift_culture.GetName] [culture|E]'s [heritage|E] has changed" + bp_heritage_linguistic_drift.0103.accept_different_culture.tooltip: "The [shift_culture.GetName] [culture|E]'s [heritage|E] has changed" \ No newline at end of file From 1d048e4cdf136f0a48f125bb74a228b15f06eb94 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 04:08:45 -0400 Subject: [PATCH 107/339] Hunnic & Related Fixes * Hunnic location revision * Bordeaux is majority Romano-Gallic with minority Visigoths * Large Corsican minority in north Sardinia * Added Skirian settlement * Removed Vandal settlement in Hispania * Updated religion icons from super7700 --- .../on_action/sea_minority_game_start.txt | 41 +++++++++++++++++-- .../doctrine_ritual_pilgrimages.dds | 2 +- WtWSMS/history/provinces/bp_k_bastarnae.txt | 25 ++++++----- .../provinces/bp_k_moesia_inferior.txt | 26 +++++++----- .../provinces/bp_k_moesia_superior.txt | 2 +- .../history/provinces/bp_k_pontic_steppe.txt | 16 +++++--- WtWSMS/history/provinces/bp_k_ruthenia.txt | 4 +- .../provinces/bp_k_septem_provincae.txt | 4 +- _developer_documentation/_BP_design.info | 8 ++++ 9 files changed, 91 insertions(+), 37 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 5288d5f12e..c0d631929a 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -335,6 +335,17 @@ BP_set_minorities_universal = { CULTURE = culture:adyghes } } + #Latins + ## Coriscans + every_county = { + limit = { + OR = { + this = title:c_gallura + this = title:c_logudoro + } + } + add_large_culture_to_county_effect = { CULTURE = culture:corsican } + } #Greeks title:c_al-buhaira = { add_small_culture_to_county_effect = { CULTURE = culture:greek } } #Naucratis @@ -1188,9 +1199,6 @@ BP_set_minorities_by_date = { OR = { this.duchy = title:d_carthago this.duchy = title:d_tripolitania - #Remnant Vandals in Hispaniae (see CK2) - this = title:c_algeciras - this = title:c_cadiz } NOT = { this = title:c_tripolitana } is_coastal_county = yes @@ -1215,6 +1223,11 @@ BP_set_minorities_by_date = { #North Africa this = title:c_bejaia this = title:c_algier + #Scythia Minor& Moesia Inferior; see Jordanes & Getica + this = title:c_mesembria + this = title:c_constanta + this = title:c_dorostorum + this = title:c_aytos } } add_small_culture_and_faith_to_county_effect = { @@ -1235,6 +1248,8 @@ BP_set_minorities_by_date = { #Campi Gothorum this = title:c_burgos this = title:c_valladolid + #France + this = title:c_bordeaux } } add_small_culture_and_faith_to_county_effect = { @@ -1242,6 +1257,26 @@ BP_set_minorities_by_date = { CULTURE = culture:visigothic } } + ### Skiri Settlement + every_county = { + limit = { + OR = { + #Remnant of the Scirii Kingdom + this = title:c_pest + this = title:c_hewes + this = title:c_hont + this = title:c_bars + #The Scythia Minor Remnant + this = title:c_constanta + this = title:c_dorostorum + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:skirian + } + } + ### Nicene Christians amongst the Priscillianists & Hellenics in Hispania every_county = { #Large populations limit = { diff --git a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds index 8dc848c517..05fb2bf7f5 100644 --- a/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds +++ b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/doctrine_ritual_pilgrimages.dds @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58b449cfe8af00c23ac234f6b8eded83c257791581d5969d469a19d00a03b495 +oid sha256:1e2131c53fad7d32c32b6ae5370e57d396d8a1f2227764f2ca1c560cb538b848 size 14528 diff --git a/WtWSMS/history/provinces/bp_k_bastarnae.txt b/WtWSMS/history/provinces/bp_k_bastarnae.txt index c4ca3b84e6..d381643f74 100644 --- a/WtWSMS/history/provinces/bp_k_bastarnae.txt +++ b/WtWSMS/history/provinces/bp_k_bastarnae.txt @@ -1,4 +1,7 @@ -#k_moldavia +# Ernak's Huns were based in Dobrujna and the Sklaveni weren't attested until much later (510-520), so +# Ernak's host should be the buffer between the region + +#k_moldavia ##d_bukovina ################################### @@ -101,8 +104,8 @@ } ###c_galati 511 = { #Galati - culture = old_slavic - religion = slavic_pagan + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5027 = { #Tecuci @@ -125,8 +128,8 @@ ###c_tigheci 5015 = { #Tigheci - culture = old_slavic - religion = slavic_pagan + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5016 = { #Cahul @@ -134,8 +137,8 @@ } ###c_cetatea_alba 512 = { #Cetatea Alba - culture = old_slavic - religion = slavic_pagan + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5011 = { #Tighina @@ -143,8 +146,8 @@ } ###c_chilia 5012 = { #Chilia - culture = old_slavic - religion = slavic_pagan + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5013 = { #Oblucita @@ -155,8 +158,8 @@ } ###c_lapusna 5017 = { #Lapusna - culture = old_slavic - religion = slavic_pagan + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5018 = { #Chisinau diff --git a/WtWSMS/history/provinces/bp_k_moesia_inferior.txt b/WtWSMS/history/provinces/bp_k_moesia_inferior.txt index eea1b343aa..56181d05a5 100644 --- a/WtWSMS/history/provinces/bp_k_moesia_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_moesia_inferior.txt @@ -2,7 +2,11 @@ # Gepid presence extended as far as the Olt [1,2]. Roman presence was mostly limited to a route # straight north along the Olt river, so d_oltenia and c_polovragi [3]. The remaining mountains # of d_transylvanian_alps are turned dacian/dacian_pagan given lack of Roman penetration -# +# +# Furthermore, [3] points out Sucidava/Turris (aka b_corabia in c_craiova) seems to be the limit of Roman +# settlement (although the Huns sacked b_corabia). To the East is the more tribal region, which +# is in extensive flux +# # [1] https://upload.wikimedia.org/wikipedia/commons/0/0b/Europe_and_the_Near_East_at_476_AD.png # [2] https://upload.wikimedia.org/wikipedia/commons/2/2b/East-Hem_500ad.jpg # [3] https://en.wikipedia.org/wiki/Roman_Dacia#/media/File:Roman_province_of_Dacia_(106_-_271_AD).svg @@ -55,8 +59,8 @@ ###c_giurgiu 4990 = { #Giurgiu - culture = romano_dacian - religion = nicene + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 514 = { #Turnu @@ -76,8 +80,8 @@ } ###c_bucuresti 4995 = { #Bucuresti - culture = romano_dacian - religion = nicene + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 4996 = { #Targsor @@ -85,8 +89,8 @@ } ###c_calarasi 4997 = { #Calarasi - culture = romano_dacian - religion = nicene + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 4998 = { #Radovanu @@ -97,8 +101,8 @@ } ###c_buzau 5000 = { #Buzau - culture = romano_dacian - religion = nicene + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5001 = { #Slobozia @@ -109,8 +113,8 @@ } ###c_braila 5003 = { #Braila - culture = old_slavic - religion = slavic_pagan + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5004 = { #Ramnicu Sarat diff --git a/WtWSMS/history/provinces/bp_k_moesia_superior.txt b/WtWSMS/history/provinces/bp_k_moesia_superior.txt index a063aa6874..2deb82b112 100644 --- a/WtWSMS/history/provinces/bp_k_moesia_superior.txt +++ b/WtWSMS/history/provinces/bp_k_moesia_superior.txt @@ -263,7 +263,7 @@ } ###c_vidin 506 = { #Vidin - culture = romano_illyrian + culture = romano_thracian religion = nicene holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_pontic_steppe.txt b/WtWSMS/history/provinces/bp_k_pontic_steppe.txt index 3c84e34c37..61d75ac2bd 100644 --- a/WtWSMS/history/provinces/bp_k_pontic_steppe.txt +++ b/WtWSMS/history/provinces/bp_k_pontic_steppe.txt @@ -1,5 +1,7 @@ #k_pontic_steppe + ##d_yedisan ################################### + ###c_odessa 5268 = { #Odessa culture = hunnic @@ -17,8 +19,8 @@ } ###c_ladyzyn 5257 = { #Ladyzyn - culture = hunnic - religion = tengri_pagan + culture = old_slavic + religion = slavic_pagan holding = tribal_holding } 5258 = { #Birzula AKA Podilsk @@ -29,8 +31,8 @@ } ###c_uman 5260 = { #Yary - culture = hunnic - religion = tengri_pagan + culture = old_slavic + religion = slavic_pagan holding = tribal_holding } 5261 = { #Buky @@ -41,8 +43,8 @@ } ###c_cherkassy 5263 = { #Cherkassy - culture = hunnic - religion = tengri_pagan + culture = old_slavic + religion = slavic_pagan holding = tribal_holding } 5264 = { #Sacacatce @@ -83,6 +85,7 @@ } ##d_levedia ################################### + ###c_khortytsia 557 = { #Khortytsia culture = bolghar @@ -145,6 +148,7 @@ } ##d_don_valley ################################### + ###c_tana 596 = { #Tana culture = bolghar diff --git a/WtWSMS/history/provinces/bp_k_ruthenia.txt b/WtWSMS/history/provinces/bp_k_ruthenia.txt index f41cf115cd..7207240c4f 100644 --- a/WtWSMS/history/provinces/bp_k_ruthenia.txt +++ b/WtWSMS/history/provinces/bp_k_ruthenia.txt @@ -77,8 +77,8 @@ } ###c_korsun 544 = { #Korsun - culture = hunnic - religion = tengri_pagan + culture = old_slavic + religion = slavic_pagan holding = tribal_holding #Ahistorical? added to give the county a castle } 5090 = { #Malaia Skivrka diff --git a/WtWSMS/history/provinces/bp_k_septem_provincae.txt b/WtWSMS/history/provinces/bp_k_septem_provincae.txt index fbbed254e7..0db8886a69 100644 --- a/WtWSMS/history/provinces/bp_k_septem_provincae.txt +++ b/WtWSMS/history/provinces/bp_k_septem_provincae.txt @@ -208,8 +208,8 @@ ###c_bordeaux 2142 = { #BORDEAUX - culture = visigothic - religion = gothic_church + culture = romano_gallic + religion = gallican_church holding = castle_holding #aka Burdigala } 2141 = { #MEDOC diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 32aeb07c4b..8f17af2691 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -37,6 +37,14 @@ Gameplay: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +##### BIG ##### +* Make another branch for holding-related changes & Tributaries implementation +##### BIG ##### +* Foederati & related minors in Scythia Minor + * Kandak as ruler of foderatus in the region +* Ernak & relations in Moesia Inferior & Dobrujna +* Hunnic counties in Moesia Inferior should have "recent immigration" penalty (recently fractured in 467) + MINORITIES ------------ MINORITY UTILIZATION: From e808797391c8d41a3e65d23c046e443e6b5db0a3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:02:37 -0400 Subject: [PATCH 108/339] More tweaks * Karaism blocked before Rise of Islam * Dualism heresy spawns have been overhauled --- .../00_religious_triggers_BP_overwrite.txt | 5 +- .../BP_religion_triggers.txt | 2 + .../events/religion_events/heresy_events.txt | 52 +++++++++++++++---- _developer_documentation/_BP_design.info | 10 ++-- 4 files changed, 53 insertions(+), 16 deletions(-) diff --git a/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt b/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt index 11e3384937..17c217a51d 100644 --- a/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt +++ b/WtWSMS/common/scripted_triggers/00_religious_triggers_BP_overwrite.txt @@ -55,6 +55,8 @@ is_valid_heresy_trigger = { #Don't pick rites for Heresies, please NOT = { $HERETICAL_FAITH$ = { has_doctrine = tenet_rite } } + #Don't pick autocephalous churches, please + NOT = { $HERETICAL_FAITH$ = { has_doctrine = tenet_autocephaly } } #Depending on the origin faith's religion/religion group, there may have additional requirements for a heresy to be considered valid. OR = { @@ -78,11 +80,12 @@ is_valid_heresy_trigger = { religion_tag = buddhism_religion religion_tag = hinduism_religion religion_tag = jainism_religion - religion_tag = dualism_religion } } #No special requirements for Pagan religions. has_doctrine = pagan_hostility_doctrine + has_doctrine = bosproan_hostility_doctrine + has_doctrine = eastern_pagan_hostility_doctrine } } diff --git a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt index 1dcad232ec..a457d611ed 100644 --- a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt @@ -275,6 +275,7 @@ is_blocked_faith_trigger = { this.religion = religion:islam_religion this.religion = religion:yazidi_religion this = faith:khurramism + this = faith:karaism } #No Schism of the 3 Chapters AND = { @@ -337,6 +338,7 @@ is_gamerule_blocked_faith_trigger = { scope:new_faith.religion = religion:islam_religion scope:new_faith.religion = religion:yazidi_religion scope:new_faith = faith:khurramism + scope:new_faith = faith:karaism } } BP_rise_of_islam_trigger = yes diff --git a/WtWSMS/events/religion_events/heresy_events.txt b/WtWSMS/events/religion_events/heresy_events.txt index c45c02b289..ebe5d428ff 100644 --- a/WtWSMS/events/religion_events/heresy_events.txt +++ b/WtWSMS/events/religion_events/heresy_events.txt @@ -146,23 +146,57 @@ heresy.0001 = { add_to_list = neaby_same_religion_counties } + ##### Changed from Vanilla vvvvv + # Compile a list of possible heresies to convert to. religion = { every_faith = { add_to_list = potential_heresies } if = { # Abrahamics also get bonus dualistic heresies limit = { is_in_family = rf_abrahamic } - #Add all Dualist faiths - faith:manichean = { add_to_list = potential_heresies } - faith:valentinianism = { add_to_list = potential_heresies } - faith:sethianism = { add_to_list = potential_heresies } - faith:priscillianism = { add_to_list = potential_heresies } - faith:marcosianism = { add_to_list = potential_heresies } - faith:mandeaism = { add_to_list = potential_heresies } - faith:sabianism = { add_to_list = potential_heresies } - faith:cainitism = { add_to_list = potential_heresies } + this = { save_temporary_scope_as = the_splitting_religion } + + religion:dualism_religion = { + every_faith = { + limit = { NOT = { has_doctrine = tenet_ethnic_religion } } + if = { + limit = { has_doctrine = gnostic_syncretism_supersessionism } + add_to_list = potential_heresies + } + else_if = { + limit = { + scope:the_splitting_religion = religion:christianity_religion + this = { has_doctrine = gnostic_syncretism_christian } + } + add_to_list = potential_heresies + } + else_if = { + limit = { + scope:the_splitting_religion = religion:islam_religion + this = { has_doctrine = gnostic_syncretism_islamic } + } + add_to_list = potential_heresies + } + else_if = { + limit = { + scope:the_splitting_religion = religion:judaism_religion + this = { has_doctrine = gnostic_syncretism_jewish } + } + add_to_list = potential_heresies + } + else_if = { + limit = { + scope:the_splitting_religion = religion:hellenism_religion + this = { has_doctrine = gnostic_syncretism_hellenism } + } + add_to_list = potential_heresies + } + else = {} #Error suppression + } + } } } + ##### Changed from Vanilla ^^^^^ #We want to pick certain faiths to be our heresy over others, assuming they are valid. random_in_list = { diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 8f17af2691..36f2cb01af 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -33,17 +33,17 @@ Gameplay: * Added titular drift mechanic so titular titles can establish themselves * Prevent the creation of de jure kingdoms and empires without certain innovations (custom decisions are still fine) * Added Tribal Kingdom/Empire shatter mechanic to model stateless societies (i.e., without social stratification innovation); enabled via rule - ----------------------------------------------------------------- -IN PROGRESS: +TRIBUTARIES BRANCH: ----------------------------------------------------------------- -##### BIG ##### * Make another branch for holding-related changes & Tributaries implementation -##### BIG ##### * Foederati & related minors in Scythia Minor * Kandak as ruler of foderatus in the region * Ernak & relations in Moesia Inferior & Dobrujna * Hunnic counties in Moesia Inferior should have "recent immigration" penalty (recently fractured in 467) +----------------------------------------------------------------- +IN PROGRESS: +----------------------------------------------------------------- MINORITIES ------------ @@ -71,8 +71,6 @@ OTHERS ------------------------------ * Gothic Kingdom Suggestion * Raiding suggestions -* Prevent Karaism spawn before they should arise historically (post-Islam?) -* Revisit Dualism and heresy spawns * Heritage ethnic religion variant? * Rework minor aristocracy into a different modifier? Right now it won't apply to newly conquered territory post migration... * Touch up development in Sogdiana, Daylam, Armenia to properly support religious pluralism From 68db12936f94b5d06701308f38b210b30d007813 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:03:10 -0400 Subject: [PATCH 109/339] Add Buddhist Canon Tenets From RICE --- .../doctrines/RICE_doctrines_buddhism.txt | 161 ++++++++++++++++++ .../common/religion/religions/00_buddhism.txt | 20 ++- .../script_values/BP_religion_values.txt | 6 + WtWSMS/credits.txt | 1 + .../BP_nikaya_cannon_doctrine.dds | 3 + .../RICE_mahayana_canon_doctrine.dds | 3 + .../RICE_pudgalavada_canon_doctrine.dds | 3 + .../RICE_theravada_canon_doctrine.dds | 3 + .../RICE_vajrayana_canon_doctrine.dds | 3 + .../RICE_religion_buddhism_l_english.yml | 23 +++ 10 files changed, 225 insertions(+), 1 deletion(-) create mode 100644 WtWSMS/common/religion/doctrines/RICE_doctrines_buddhism.txt create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/BP_nikaya_cannon_doctrine.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/RICE_mahayana_canon_doctrine.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/RICE_pudgalavada_canon_doctrine.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/RICE_theravada_canon_doctrine.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/RICE_vajrayana_canon_doctrine.dds create mode 100644 WtWSMS/localization/english/religion/RICE_religion_buddhism_l_english.yml diff --git a/WtWSMS/common/religion/doctrines/RICE_doctrines_buddhism.txt b/WtWSMS/common/religion/doctrines/RICE_doctrines_buddhism.txt new file mode 100644 index 0000000000..a6ef2ff07e --- /dev/null +++ b/WtWSMS/common/religion/doctrines/RICE_doctrines_buddhism.txt @@ -0,0 +1,161 @@ +rice_doctrine_buddhist_canon = { + group = "main_group" + is_available_on_create = { + religion_tag = buddhism_religion + } + + rice_mahayana_canon_doctrine = { # Chinese Canon/Dazangjing + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = rice_mahayana_canon_doctrine } + multiply = bp_faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = BP_nikaya_cannon_doctrine } + multiply = bp_faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_theravada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_vajrayana_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_pudgalavada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + hostility_override_rice_mahayana_canon_doctrine = 0 + hostility_override_bp_nikaya_cannon_doctrine = 0 + same_vehicle_recipient_opinion_active = yes + opinion_of_same_vehicle_recipient_opinion_active = -5 + } + } + + #Hinayana Cannon + bp_nikaya_cannon_doctrine = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = rice_mahayana_canon_doctrine } + multiply = bp_faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = BP_nikaya_cannon_doctrine } + multiply = bp_faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_theravada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_vajrayana_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_pudgalavada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + hostility_override_rice_mahayana_canon_doctrine = 0 + hostility_override_bp_nikaya_cannon_doctrine = 0 + same_vehicle_recipient_opinion_active = yes + opinion_of_same_vehicle_recipient_opinion_active = -5 + } + } + + rice_theravada_canon_doctrine = { # Pali Canon + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = rice_theravada_canon_doctrine } + multiply = bp_faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = BP_nikaya_cannon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_mahayana_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_vajrayana_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_pudgalavada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + hostility_override_rice_theravada_canon_doctrine = 0 + rice_vassa_active = yes + } + } + + rice_vajrayana_canon_doctrine = { # Tibetan Canon/Kanngur and Tanggur + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = rice_vajrayana_canon_doctrine } + multiply = bp_faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = BP_nikaya_cannon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_mahayana_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_theravada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = rice_pudgalavada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + hostility_override_rice_vajrayana_canon_doctrine = 0 + } + } + + rice_pudgalavada_canon_doctrine = { # Pudgalavada/Sammitiya Canon + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = rice_pudgalavada_canon_doctrine } + multiply = bp_faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = BP_nikaya_cannon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = rice_mahayana_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = rice_theravada_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = rice_vajrayana_canon_doctrine } + multiply = bp_faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + hostility_override_rice_pudgalavada_canon_doctrine = 0 + rice_vassa_active = yes + } + } +} + diff --git a/WtWSMS/common/religion/religions/00_buddhism.txt b/WtWSMS/common/religion/religions/00_buddhism.txt index 806625deab..b081878d8d 100644 --- a/WtWSMS/common/religion/religions/00_buddhism.txt +++ b/WtWSMS/common/religion/religions/00_buddhism.txt @@ -242,6 +242,8 @@ holy_site = atamasthana holy_site = dagon + doctrine = rice_theravada_canon_doctrine + doctrine = doctrine_ritual_vegetarianism_no_statement doctrine = tenet_dharmic_pacifism @@ -261,6 +263,8 @@ holy_site = sanchi holy_site = amaravati + doctrine = rice_mahayana_canon_doctrine + doctrine = tenet_dharmic_pacifism doctrine = tenet_adaptive doctrine = tenet_mendicant_preachers @@ -283,8 +287,10 @@ doctrine = doctrine_deviancy_accepted doctrine = doctrine_witchcraft_accepted + doctrine = rice_vajrayana_canon_doctrine + doctrine = doctrine_ritual_vegetarianism_no_statement - + doctrine = tenet_dharmic_pacifism doctrine = tenet_ritual_hospitality doctrine = tenet_esotericism @@ -377,6 +383,8 @@ doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_gender_male_only + doctrine = rice_vajrayana_canon_doctrine + doctrine = doctrine_ritual_vegetarianism_no_statement doctrine = tenet_ritual_celebrations @@ -409,6 +417,8 @@ doctrine = doctrine_witchcraft_accepted doctrine = tibetan_sky_burials + doctrine = rice_vajrayana_canon_doctrine + doctrine = doctrine_ritual_vegetarianism_no_statement doctrine = tenet_dharmic_pacifism @@ -525,6 +535,8 @@ holy_site = sarnath holy_site = sanchi holy_site = amaravati + + doctrine = rice_pudgalavada_canon_doctrine doctrine = tenet_dharmic_pacifism doctrine = tenet_religious_legal_pronouncements @@ -541,6 +553,8 @@ holy_site = sarnath holy_site = sanchi holy_site = amaravati + + doctrine = bp_nikaya_cannon_doctrine doctrine = tenet_dharmic_pacifism doctrine = tenet_communal_identity #Plays into its rise and fall with the advent of Mahayana @@ -557,6 +571,8 @@ holy_site = sanchi holy_site = amaravati + doctrine = bp_nikaya_cannon_doctrine + doctrine = tenet_dharmic_pacifism doctrine = tenet_esotericism doctrine = tenet_inner_journey @@ -572,6 +588,8 @@ holy_site = sanchi holy_site = amaravati + doctrine = bp_nikaya_cannon_doctrine + doctrine = tenet_dharmic_pacifism doctrine = tenet_dhammavicaya doctrine = tenet_adaptive diff --git a/WtWSMS/common/script_values/BP_religion_values.txt b/WtWSMS/common/script_values/BP_religion_values.txt index 3262c10e5d..e36ea74874 100644 --- a/WtWSMS/common/script_values/BP_religion_values.txt +++ b/WtWSMS/common/script_values/BP_religion_values.txt @@ -34,6 +34,12 @@ christian_doctrine_judaic_role_cost_massive = faith_tenet_cost_massive gnostic_doctrine_gnostic_syncretism_cost_low = faith_tenet_cost_low gnostic_doctrine_gnostic_syncretism_unchanged_mult = 0 +bp_faith_unchanged_doctrine_cost_mult = 0.0 +bp_faith_changed_doctrine_cost_mult = 1.0 +bp_faith_changed_doctrine_cost_mult_two_step = 1.50 +bp_faith_changed_doctrine_cost_mult_three_step = 2.25 +bp_faith_changed_doctrine_cost_mult_four_step = 3.50 + christian_doctrine_unchanged_cost_mult = 0 hellenism_syncretic_mutual_opinion_bonus_value = 10 diff --git a/WtWSMS/credits.txt b/WtWSMS/credits.txt index ce087aab14..1c1c7fa971 100644 --- a/WtWSMS/credits.txt +++ b/WtWSMS/credits.txt @@ -16,6 +16,7 @@ Elder Kings 2 Mod Team for their sub-bookmark system Nezaros for "Cultural and Religious Minorities" Successions Expanded Team for Succession Laws Vertimanus for the "Community Culture Utility" +cybrxhan for elements of RICE integrated herkles (aka Vyshan) for Dharmachakra $TITLE_OTHER_ITEMS$ diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/BP_nikaya_cannon_doctrine.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/BP_nikaya_cannon_doctrine.dds new file mode 100644 index 0000000000..3061e1bac4 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/BP_nikaya_cannon_doctrine.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5b10bdae8cd7c39ed69e9c0fdd80a8b38bfa5b6f0cf021a8e1b5c4eb4b9f39 +size 10128 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_mahayana_canon_doctrine.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_mahayana_canon_doctrine.dds new file mode 100644 index 0000000000..41cc5f8807 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_mahayana_canon_doctrine.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a864f81217bc25a2aeb739041bcb86e9c55c8f82dee40d621f719d75205d272 +size 57728 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_pudgalavada_canon_doctrine.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_pudgalavada_canon_doctrine.dds new file mode 100644 index 0000000000..5dbd25e0e2 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_pudgalavada_canon_doctrine.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c82c89f3e229fc355e3fac8a291abe248e792b7bc8f9a904cf763b829d31f40 +size 57728 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_theravada_canon_doctrine.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_theravada_canon_doctrine.dds new file mode 100644 index 0000000000..fa99f3413a --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_theravada_canon_doctrine.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d396aed6ad96b48b97792e5d12ecb5b600ddd7c549913e1d31d44831ead40a37 +size 57728 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_vajrayana_canon_doctrine.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_vajrayana_canon_doctrine.dds new file mode 100644 index 0000000000..d5bb0fe720 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/RICE_vajrayana_canon_doctrine.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dda85515d1ae51697b37a08df556c202a96ab24a27d11c575dfe0583763e23 +size 57728 diff --git a/WtWSMS/localization/english/religion/RICE_religion_buddhism_l_english.yml b/WtWSMS/localization/english/religion/RICE_religion_buddhism_l_english.yml new file mode 100644 index 0000000000..4ec83ce7e0 --- /dev/null +++ b/WtWSMS/localization/english/religion/RICE_religion_buddhism_l_english.yml @@ -0,0 +1,23 @@ +l_english: + # Religious Doctrines/Tenets + rice_doctrine_buddhist_canon_name: "Buddhist Canon" + rice_doctrine_buddhist_canon_desc: "It is important to recognize which teachings are authentic, and do not contradict the word of the Buddha. These will be compiled into collections, the core of which are the #italic tripitaka#! (meaning "Triple Baskets")." + rice_mahayana_canon_doctrine_name: "Mahayana Canon" # Dazangjing + rice_mahayana_canon_doctrine_desc: "The Great Storage of Scriptures (#italic Dazangjing#! in Chinese), also known as the Chinese or East Asian Canon, is a loose canon of Buddhist texts accepted by Mahayana sects of Buddhism in East Asia. It includes various Mahayana sutras, as well as texts from early schools of Buddhism that are not part of or were discarded from the Pali Canon." + bp_nikaya_cannon_doctrine_name: "Nikāya Canon" #निकाय + bp_nikaya_cannon_doctrine_desc: "This Nikāya Canon refers (somewhat inaccurately) to the various pre-Sectarian traditions of Buddhism that eventually gave rise to the Mahayana school. As such it is closely affiliated yet distinct from the later traditions." + rice_theravada_canon_doctrine_name: "Pali Canon" # Pali + rice_theravada_canon_doctrine_desc: "The Pali Tripitaka is the canon of Buddhist texts accepted by the Theravada sects of Buddhism in Southeast Asia. Traditionally, the first Pali Canon was believed to have been written down at the Fourth Buddhist Council in Sri Lanka in 29 BCE, although the canon was still being revised and changed for several centuries afterwards, as Theravada, Mahayana, Vajrayana, and other early Buddhist schools exchanged ideas." + rice_vajrayana_canon_doctrine_name: "Tantric Canon" # Kangyur and Tengyur + rice_vajrayana_canon_doctrine_desc: "The Tantric Canon is the collection of Buddhist texts accepted by the so-called esoteric schools of Buddhism, such as Tibetan Vajrayana and sects influenced by them. The Tibetan Canon for example consists of the Kangyur ("Translation of the Word") and Tengyur ("Translation of Treatises"). These canons include Mahayana texts, as well as texts from early schools of Buddhism that are not part of or were discarded from the Pali Canon." + rice_pudgalavada_canon_doctrine_name: "Pudgalavada Canon" + rice_pudgalavada_canon_doctrine_desc: "The Pudgalavada or Personalist schools of Buddhism have been strongly criticized by other Buddhist sects for their unique views on the Buddhist doctrine of no-self. Regardless of the validity of their interpretation of the Buddha's teachings, they have maintained their own extensive and rigorous canon of Buddhist texts as well." + doctrine_parameter_hostility_override_rice_mahayana_canon_doctrine: "Other Buddhist [faiths|E] that also accept the #italic East Asian Canon#! as their canon are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" + doctrine_parameter_hostility_override_rice_theravada_canon_doctrine: "Other Buddhist [faiths|E] that also accept the #italic Pali Canon#! as their canon are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" + doctrine_parameter_hostility_override_rice_vajrayana_canon_doctrine: "Other Buddhist [faiths|E] that also accept the #italic Tantric Canon#! as their canon are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" + doctrine_parameter_hostility_override_rice_pudgalavada_canon_doctrine: "Other Buddhist [faiths|E] that also accept the #italic Pudgalavada Canon#! as their canon are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" + doctrine_parameter_hostility_override_bp_nikaya_cannon_doctrine: "Other Buddhist [faiths|E] that also accept the #italic Nikaya Canon#! as their canon are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" + doctrine_parameter_rice_vassa_active: "" + doctrine_parameter_same_vehicle_recipient_opinion_active: "#N -5#! [opinion|E] with characters of the same vehicle" + doctrine_parameter_opinion_of_same_vehicle_recipient_opinion_active: "" + same_vehicle_recipient_opinion_active_opinion_name: "Related Vehicle" \ No newline at end of file From e13c350ac180ecc0a04fec26cd2715ffdf4ff3b6 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:11:58 -0400 Subject: [PATCH 110/339] Remove Gothi from creation names --- .../culture/creation_names/BP_ck2_custom_names.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt index 0706e77c2b..dea841d3f6 100644 --- a/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt +++ b/WtWSMS/common/culture/creation_names/BP_ck2_custom_names.txt @@ -13,17 +13,7 @@ east_celtic = { #ROM.1000: Skipped (Duplicate French Creation) #ROM.1100: Skipped (Duplicate Occitan Creation) #ROM.1150: Skipped (Visigoth back to Romano-Gallic) -gothi = { #ROM.2000; Gothi - trigger = { - root = { - culture = culture:visigothic - faith.religious_head = faith:nicene.religious_head - capital_county = { any_county_province = { geographical_region = world_europe_west_iberia } } - } - scope:other_culture = { this = culture:romano_hispanic } - } - hybrid = yes -} +#ROM.2000: Skipped (Glorious Gothi) #ROM.2001: Skipped (Continential Celtic Province to Romano-Hispanic) #ROM.2048: Skipped (Gaulish Province to Romano-Gallic) #ROM.2100: Skipped (Iberian Clusterfuck Part 1: Catalans) From f90adcb0963ab99973ad01d5ec9d9c31e454c8f7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:06:32 -0400 Subject: [PATCH 111/339] More GUi improvements Only partly working, but scoping correctly Outline for how to make GUI more dynamic in progress --- .../common/scripted_guis/sea_gui_effects.txt | 79 ++++++++++++++++++- WtWSMS/gui/window_county_view.gui | 35 ++++++-- .../gui/sea_holding_view_l_english.yml | 15 +++- _developer_documentation/_BP_design.info | 1 + 4 files changed, 118 insertions(+), 12 deletions(-) diff --git a/WtWSMS/common/scripted_guis/sea_gui_effects.txt b/WtWSMS/common/scripted_guis/sea_gui_effects.txt index 313e2c816f..26cd75b665 100644 --- a/WtWSMS/common/scripted_guis/sea_gui_effects.txt +++ b/WtWSMS/common/scripted_guis/sea_gui_effects.txt @@ -1,8 +1,53 @@ -open_minority_tooltip = { +##### TODO: Store all the possible trigger conditions +#has_a_religion_blending_tradition_trigger +#has_reduced_weight_in_dharmic_counties_trigger +#&c. in the county scope for later query +# +#TODO: Add net size variable to faiths/cultures as well + +open_minority_tooltip = { scope = county effect = { - root = { set_variable = the_county_temp } + root = { + set_variable = { + name = the_county_temp + value = root + } + if = { + limit = { faith = { is_dharmic_faith_trigger = yes } } + set_variable = the_county_has_dharmic_faith + } + if = { + limit = { culture = { has_a_religion_blending_tradition_trigger = yes } } + set_variable = the_county_has_a_religion_blending_tradition + } + if = { + limit = { has_variable_list = faith_minorities_small } + every_in_list = { + variable = faith_minorities_small + this = { + if = { + limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } + set_variable = the_faith_has_reduced_weight_in_dharmic_counties + set_variable = the_faith_is_small + } + } + } + } + if = { + limit = { has_variable_list = faith_minorities_large } + every_in_list = { + variable = faith_minorities_small + this = { + if = { + limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } + set_variable = the_faith_has_reduced_weight_in_dharmic_counties + } + } + } + } + } } } close_minority_tooltip = { @@ -11,6 +56,34 @@ close_minority_tooltip = { effect = { root = { remove_variable = the_county_temp + if = { + limit = { has_variable = the_county_has_dharmic_faith } + remove_variable = the_county_has_dharmic_faith + } + if = { + limit = { has_variable_list = faith_minorities_small } + every_in_list = { + variable = faith_minorities_small + this = { + if = { + limit = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } + remove_variable = the_faith_has_reduced_weight_in_dharmic_counties + } + } + } + } + if = { + limit = { has_variable_list = faith_minorities_large } + every_in_list = { + variable = faith_minorities_large + this = { + if = { + limit = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } + remove_variable = the_faith_has_reduced_weight_in_dharmic_counties + } + } + } + } } } -} \ No newline at end of file +} diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 820df2fee1..43ab04cc21 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -1549,6 +1549,7 @@ window = { direction = vertical spacing = 10 flowcontainer = { #Cultures + direction = vertical text_single = { text = "MINORITY_CULTURES" default_format = "#bold" @@ -1568,7 +1569,7 @@ window = { item = { button = { - size = { 30 30 } + size = { 40 40 } onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" texture = "gfx/interface/icons/modifiers/sea_culture_minority_small.dds" @@ -1592,7 +1593,7 @@ window = { item = { button = { - size = { 30 30 } + size = { 40 40 } onclick = "[DefaultOnCultureClick(Scope.Culture.GetID)]" texture = "gfx/interface/icons/modifiers/sea_culture_minority_large.dds" using = tooltip_ne @@ -1610,6 +1611,7 @@ window = { } divider = {} flowcontainer = { #Faiths + direction = vertical text_single = { text = "MINORITY_FAITHS" default_format = "#bold" @@ -1626,7 +1628,7 @@ window = { item = { button = { - size = { 30 30 } + size = { 40 40 } onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" texture = "gfx/interface/icons/modifiers/sea_faith_minority_small.dds" @@ -1642,8 +1644,8 @@ window = { icon = { name = "gold_negative_console_button_minus" - position = { 4 7 } - size = { 30 30 } + position = { 10 15 } + size = { 35 35 } texture = "[Scope.Faith.GetIcon]" } } @@ -1657,7 +1659,7 @@ window = { item = { button = { - size = { 30 30 } + size = { 40 40 } onclick = "[DefaultOnFaithClick(Scope.Faith.GetID)]" texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" using = tooltip_ne @@ -1672,8 +1674,8 @@ window = { icon = { name = "gold_negative_console_button_minus" - position = { 4 7 } - size = { 30 30 } + position = { 10 15 } + size = { 35 35 } texture = "[Scope.Faith.GetIcon]" } } @@ -3307,6 +3309,23 @@ types CountyViewTypes } block "extra_info" {} + + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + ignoreinvisible = yes + text_single = { + visible = "[Scope.Faith.MakeScope.Var('the_faith_is_small').IsSet]" + layoutpolicy_horizontal = growing + text = "SMALL_FAITH_BREAKDOWN" + } + text_single = { + visible = "[Not(Scope.Faith.MakeScope.Var('the_faith_is_small').IsSet)]" + layoutpolicy_horizontal = growing + text = "LARGE_FAITH_BREAKDOWN" + } + } } } } diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index a0da1046b8..f8df659e7a 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -7,8 +7,21 @@ MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" #TODO (0.2.0): Generate these numbers from script values instead of hardcoded - SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: -0" + SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [HoldingView.GetCountyTitle.MakeScope.Var('the_county_temp').Title.GetNameNoTooltip]" SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: -0" SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" + DHARMIC_STRING: "\n$BULLET_WITH_TAB$County Majority Faith Dharmic: #P -33%#!" + BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_religion_blending_name$#!): #P -25%#!" + + SMALL_FAITH_BREAKDOWN: "Minority Capacity Utilization:$SMALL_FAITH_BASE$$SMALL_FAITH_DHARMIC$$SMALL_FAITH_BLENDING$" + SMALL_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_small_minority_weight')|2]" + SMALL_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" + SMALL_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$BLENDING_STRING$','')]" + + LARGE_FAITH_BREAKDOWN: "Minority Capacity Utilization:$LARGE_FAITH_BASE$$LARGE_FAITH_DHARMIC$$LARGE_FAITH_BLENDING$" + LARGE_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_large_minority_weight')|2]" + LARGE_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" + LARGE_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$BLENDING_STRING$','')]" + diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 36f2cb01af..e475ba1fe4 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -56,6 +56,7 @@ OTHERS: * Minorities need to be evaluated during hybridization/divergence GUI: * Breakdown of utilization + * Needs to refresh values every time time map is clicked (changing holdings; only refreshes some of the time right now) HYBRID CULTURES ------------------------------ From 27f1274c0e8f7287b634daeaa427195194eb216b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 4 Oct 2022 03:33:22 -0400 Subject: [PATCH 112/339] Implement culture minority tooltips --- .../common/scripted_guis/sea_gui_effects.txt | 85 +++++++++++++++++-- WtWSMS/gui/window_county_view.gui | 26 +++++- .../gui/sea_holding_view_l_english.yml | 25 ++++-- 3 files changed, 120 insertions(+), 16 deletions(-) diff --git a/WtWSMS/common/scripted_guis/sea_gui_effects.txt b/WtWSMS/common/scripted_guis/sea_gui_effects.txt index 26cd75b665..17c0303b08 100644 --- a/WtWSMS/common/scripted_guis/sea_gui_effects.txt +++ b/WtWSMS/common/scripted_guis/sea_gui_effects.txt @@ -1,9 +1,4 @@ -##### TODO: Store all the possible trigger conditions -#has_a_religion_blending_tradition_trigger -#has_reduced_weight_in_dharmic_counties_trigger -#&c. in the county scope for later query -# -#TODO: Add net size variable to faiths/cultures as well +#TODO: Add net size variable to faiths/cultures as well open_minority_tooltip = { scope = county @@ -14,6 +9,43 @@ open_minority_tooltip = { name = the_county_temp value = root } + + ##### CULTURE CASES ##### + if = { + limit = { culture = { has_a_culture_blending_tradition_trigger = yes } } + set_variable = the_county_has_a_culture_blending_tradition + } + if = { + limit = { has_a_rough_terrain_province_trigger = yes } + set_variable = the_county_has_a_rough_terrain_province + } + if = { + limit = { has_variable_list = culture_minorities_small } + every_in_list = { + variable = culture_minorities_small + this = { + set_variable = the_culture_is_small + if = { + limit = { has_reduced_weight_in_rough_terrain_trigger = yes } + set_variable = the_culture_has_reduced_weight_in_rough_terrain + } + } + } + } + if = { + limit = { has_variable_list = culture_minorities_large } + every_in_list = { + variable = culture_minorities_small + this = { + if = { + limit = { has_reduced_weight_in_rough_terrain_trigger = yes } + set_variable = the_culture_has_reduced_weight_in_rough_terrain + } + } + } + } + + ##### FAITH CASES ##### if = { limit = { faith = { is_dharmic_faith_trigger = yes } } set_variable = the_county_has_dharmic_faith @@ -27,10 +59,10 @@ open_minority_tooltip = { every_in_list = { variable = faith_minorities_small this = { + set_variable = the_faith_is_small if = { limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } set_variable = the_faith_has_reduced_weight_in_dharmic_counties - set_variable = the_faith_is_small } } } @@ -56,6 +88,44 @@ close_minority_tooltip = { effect = { root = { remove_variable = the_county_temp + + ##### CULTURE CASES ##### + if = { + limit = { has_variable = has_a_culture_blending_tradition_trigger } + remove_variable = the_county_has_a_culture_blending_tradition + } + if = { + limit = { has_variable = has_a_rough_terrain_province_trigger } + remove_variable = the_county_has_a_rough_terrain_province + } + if = { + limit = { has_variable_list = culture_minorities_small } + every_in_list = { + variable = culture_minorities_small + this = { + remove_variable = the_culture_is_small + if = { + limit = { has_variable = has_reduced_weight_in_rough_terrain_trigger } + remove_variable = the_culture_has_reduced_weight_in_rough_terrain + } + } + } + } + if = { + limit = { has_variable_list = culture_minorities_large } + every_in_list = { + variable = culture_minorities_small + this = { + if = { + limit = { has_variable = has_reduced_weight_in_rough_terrain_trigger } + remove_variable = the_culture_has_reduced_weight_in_rough_terrain + } + } + } + } + + + ##### FAITH CASES ##### if = { limit = { has_variable = the_county_has_dharmic_faith } remove_variable = the_county_has_dharmic_faith @@ -77,6 +147,7 @@ close_minority_tooltip = { every_in_list = { variable = faith_minorities_large this = { + remove_variable = the_faith_is_small if = { limit = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } remove_variable = the_faith_has_reduced_weight_in_dharmic_counties diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 43ab04cc21..ac1ec2c781 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -1559,7 +1559,7 @@ window = { culture_minority_breakdown = {} } } - divider = {} + spacer = { size = { 0 10 } } flowcontainer = { ignoreinvisible = yes name = "county_culture_minorities_small_grid" @@ -1585,6 +1585,7 @@ window = { } } } + spacer = { size = { 0 10 } } flowcontainer = { ignoreinvisible = yes name = "county_culture_minorities_large_grid" @@ -1609,7 +1610,7 @@ window = { } } } - divider = {} + spacer = { size = { 0 4 } } flowcontainer = { #Faiths direction = vertical text_single = { @@ -1651,6 +1652,7 @@ window = { } } } + spacer = { size = { 0 10 } } flowcontainer = { ignoreinvisible = yes name = "county_faith_minorities_large_grid" @@ -1684,11 +1686,10 @@ window = { } } #END VBox - ###################### ### END MINORITIES ### ###################### - + } } } @@ -3128,6 +3129,23 @@ types CountyViewTypes using = DefaultTooltipText } } + + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + ignoreinvisible = yes + text_single = { + visible = "[Scope.Culture.MakeScope.Var('the_culture_is_small').IsSet]" + layoutpolicy_horizontal = growing + text = "SMALL_CULTURE_BREAKDOWN" + } + text_single = { + visible = "[Not(Scope.Culture.MakeScope.Var('the_culture_is_small').IsSet)]" + layoutpolicy_horizontal = growing + text = "LARGE_CULTURE_BREAKDOWN" + } + } } } } diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index f8df659e7a..d1c1646919 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -12,16 +12,31 @@ SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" - DHARMIC_STRING: "\n$BULLET_WITH_TAB$County Majority Faith Dharmic: #P -33%#!" - BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_religion_blending_name$#!): #P -25%#!" + ##### General Culture + ROUGH_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Rough Terrain: #P -60%#!" + CULTURE_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_culture_blending_name$#!): #P -25%#!" +#Small Culture + SMALL_CULTURE_BREAKDOWN: "Minority Capacity Utilization:$SMALL_CULTURE_BASE$$SMALL_CULTURE_ROUGH$$SMALL_FAITH_BLENDING$" + SMALL_CULTURE_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_small_minority_weight')|2]" + SMALL_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" + SMALL_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" + #Large Culture + LARGE_CULTURE_BREAKDOWN: "Minority Capacity Utilization:$LARGE_CULTURE_BASE$$LARGE_CULTURE_ROUGH$$LARGE_FAITH_BLENDING$" + LARGE_CULTURE_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_large_minority_weight')|2]" + LARGE_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" + LARGE_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" + ##### General Faith + DHARMIC_STRING: "\n$BULLET_WITH_TAB$County Majority Faith Dharmic: #P -33%#!" + FAITH_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_religion_blending_name$#!): #P -25%#!" + #Small Faith SMALL_FAITH_BREAKDOWN: "Minority Capacity Utilization:$SMALL_FAITH_BASE$$SMALL_FAITH_DHARMIC$$SMALL_FAITH_BLENDING$" SMALL_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_small_minority_weight')|2]" SMALL_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" - SMALL_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$BLENDING_STRING$','')]" - + SMALL_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" + #Large Faith LARGE_FAITH_BREAKDOWN: "Minority Capacity Utilization:$LARGE_FAITH_BASE$$LARGE_FAITH_DHARMIC$$LARGE_FAITH_BLENDING$" LARGE_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_large_minority_weight')|2]" LARGE_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" - LARGE_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$BLENDING_STRING$','')]" + LARGE_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" From 040b960118f216d8e084d53145c3350865cd6301 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:19:23 -0400 Subject: [PATCH 113/339] Implement Right to Rule Doctrines --- .../00_maa_traditions_BP_overwrite.txt | 1 + .../BP_government_conversion_decisions.txt | 9 +- .../decisions/sea_government_decisions.txt | 141 +++ .../doctrines/BP_doctrines_christian.txt | 4 +- .../religion/doctrines/sea_doctrines.txt | 61 ++ .../common/religion/religions/00_buddhism.txt | 1 + .../religion/religions/00_christianity.txt | 2 + .../common/religion/religions/00_dualism.txt | 1 + .../religion/religions/00_hellenism.txt | 1 + .../common/religion/religions/00_hinduism.txt | 1 + WtWSMS/common/religion/religions/00_islam.txt | 930 ++++++++++++++++++ .../common/religion/religions/00_jainism.txt | 1 + .../common/religion/religions/00_judaism.txt | 1 + .../religion/religions/00_zoroastrianism.txt | 1 + .../common/religion/religions/BP_arabian.txt | 1 + .../common/religion/religions/BP_egyptian.txt | 1 + .../common/religion/religions/BP_iranian.txt | 1 + .../BP_religion_triggers.txt | 14 +- WtWSMS/credits.txt | 1 + .../special_doctrine_christian_ecumenism.dds} | 0 .../doctrine_right_to_rule_divine.dds | 3 + .../doctrine_right_to_rule_material.dds | 3 + .../doctrine_right_to_rule_rajadharma.dds | 3 + .../doctrine_right_to_rule_sassanid.dds | 3 + .../BP_cultural_traditions_l_english.yml | 1 + .../BP_religion_christianity_l_english.yml | 2 +- .../religion/sea_religion_l_english.yml | 15 + .../english/sea_decisions_l_english.yml | 10 + _developer_documentation/_BP_design.info | 2 + 29 files changed, 1205 insertions(+), 10 deletions(-) create mode 100644 WtWSMS/common/decisions/sea_government_decisions.txt create mode 100644 WtWSMS/common/religion/doctrines/sea_doctrines.txt create mode 100644 WtWSMS/common/religion/religions/00_islam.txt rename WtWSMS/gfx/interface/icons/{faith_doctrines/special_doctrine_bp_ecumenism.dds => faith_doctrine_groups/special_doctrine_christian_ecumenism.dds} (100%) create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_divine.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_material.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_rajadharma.dds create mode 100644 WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_sassanid.dds create mode 100644 WtWSMS/localization/english/religion/sea_religion_l_english.yml create mode 100644 WtWSMS/localization/english/sea_decisions_l_english.yml diff --git a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt index eb4f632d64..a360e9f3de 100644 --- a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt @@ -151,6 +151,7 @@ tradition_strong_kinship = { #There can be only one! landing_house_members_give_prestige = yes penalty_for_revoking_titles_from_house_members = yes loyal_trait_more_common = yes + right_to_rule_clan = yes } character_modifier = { dynasty_house_opinion = 15 diff --git a/WtWSMS/common/decisions/BP_government_conversion_decisions.txt b/WtWSMS/common/decisions/BP_government_conversion_decisions.txt index 0ad70c021a..a4f0062244 100644 --- a/WtWSMS/common/decisions/BP_government_conversion_decisions.txt +++ b/WtWSMS/common/decisions/BP_government_conversion_decisions.txt @@ -135,6 +135,7 @@ convert_to_bureaucratic_decision = { ai_will_do = { base = 100 } } +#These are just for pushing government from primitive to newer version, so just feudal or convert_to_feudalism_decision = { picture = "gfx/interface/illustrations/decisions/decision_realm.dds" major = yes @@ -147,6 +148,11 @@ convert_to_feudalism_decision = { has_government = prefeudal_government has_government = high_tribal_government } + OR = { + faith = { has_doctrine_parameter = right_to_rule_feudal } + #This catches every other possible combination + NOT = { faith = { has_doctrine_parameter = right_to_rule_clan } } + } } is_valid = { @@ -191,7 +197,7 @@ convert_to_feudalism_decision = { effect = { trigger_event = BP_government_conversion.0031 - save_scope_as = actor + save_scope_as = actor show_as_tooltip = { convert_realm_to_feudal_effect = yes custom_tooltip = { @@ -218,6 +224,7 @@ convert_to_clan_decision = { has_government = prefeudal_government has_government = high_tribal_government } + faith = { has_doctrine_parameter = right_to_rule_clan } } is_valid = { diff --git a/WtWSMS/common/decisions/sea_government_decisions.txt b/WtWSMS/common/decisions/sea_government_decisions.txt new file mode 100644 index 0000000000..1523f35953 --- /dev/null +++ b/WtWSMS/common/decisions/sea_government_decisions.txt @@ -0,0 +1,141 @@ +reform_government_decision = { + picture = "gfx/interface/illustrations/decisions/decision_realm.dds" + major = yes + desc = reform_government_decision_desc + ai_check_interval = 36 + + is_shown = { + OR = { + faith = { has_doctrine_parameter = right_to_rule_feudal } + faith = { has_doctrine_parameter = right_to_rule_clan } + faith = { has_doctrine_parameter = right_to_rule_mandala } + faith = { has_doctrine_parameter = right_to_rule_sassanid } + } + OR = { + AND = { + has_government = feudal_government + faith = { NOT = { has_doctrine_parameter = right_to_rule_feudal } } + } + AND = { + has_government = clan_government + OR = { + faith = { NOT = { has_doctrine_parameter = right_to_rule_clan } } + culture = { NOT = { has_cultural_parameter = right_to_rule_clan } } + } + } + AND = { + has_government = mandala_government + faith = { NOT = { has_doctrine_parameter = right_to_rule_mandala } } + } + AND = { + has_government = eranshar_government + faith = { NOT = { has_doctrine_parameter = right_to_rule_sassanid } } + } + } + } + + is_valid = { + is_independent_ruler = yes + is_at_war = no + culture = { has_innovation = innovation_dominium_mundi } + #Mandala requires slightly more details + trigger_if = { + limit = { faith = { has_doctrine_parameter = right_to_rule_mandala } } + OR = { + culture = { has_cultural_pillar = heritage_indo_aryan } + culture = { has_cultural_pillar = heritage_dravidian } + } + } + } + + effect = { + custom_tooltip = reform_government_decision_help_text + + save_scope_as = liege + faith = { save_scope_as = liege_faith } + add_to_temporary_list = characters_to_convert + + every_vassal_or_below = { + limit = { + OR = { + AND = { + has_government = feudal_government + scope:liege = { has_government = feudal_government } + } + AND = { + has_government = clan_government + scope:liege = { has_government = clan_government } + } + AND = { + has_government = mandala_government + scope:liege = { has_government = mandala_government } + } + AND = { + has_government = eranshar_government + scope:liege = { has_government = eranshar_government } + } + } + OR = { + AND = { + faith = { has_doctrine_parameter = right_to_rule_feudal } + scope:liege_faith = { has_doctrine_parameter = right_to_rule_feudal } + } + AND = { + faith = { has_doctrine_parameter = right_to_rule_clan } + scope:liege_faith = { has_doctrine_parameter = right_to_rule_clan } + } + AND = { + faith = { has_doctrine_parameter = right_to_rule_mandala } + scope:liege_faith = { has_doctrine_parameter = right_to_rule_mandala } + } + AND = { + faith = { has_doctrine_parameter = right_to_rule_sassanid } + scope:liege_faith = { has_doctrine_parameter = right_to_rule_sassanid } + } + } + } + add_to_temporary_list = characters_to_convert + } + + if = { + limit = { faith = { has_doctrine_parameter = right_to_rule_feudal } } + every_in_list = { + list = characters_to_convert + convert_realm_to_feudal_effect = yes + } + } + else_if = { + limit = { faith = { has_doctrine = right_to_rule_clan } } + every_in_list = { + list = characters_to_convert + convert_realm_to_clan_effect = yes + } + } + else_if = { + limit = { faith = { has_doctrine = right_to_rule_mandala } } + every_in_list = { + list = characters_to_convert + convert_realm_to_gupta_effect = yes + } + } + else_if = { + limit = { faith = { has_doctrine = right_to_rule_sassanid } } + every_in_list = { + list = characters_to_convert + convert_realm_to_eranshar_effect = yes + } + } + } + + cost = { + prestige = medium_prestige_value + } + + ai_potential = { + always = no + } + + ai_will_do = { + base = 0 + } +} diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt index 30133ce44d..8f85833d6c 100644 --- a/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_christian.txt @@ -1948,7 +1948,7 @@ doctrine_christian_judaic_role = { #Liturgical Rites doctrine_christian_liturgical_rite = { - group = "christian_doctrines" #For unique images + group = "christian_doctrines" ### "Western" Rites @@ -2281,7 +2281,7 @@ doctrine_christian_liturgical_rite = { #Reformatted Ecumenism doctrines special_doctrine_christian_ecumenism = { - group = "main_group" + group = "christian_doctrines" is_available_on_create = { always = no } # Goes away when creating a new Faith diff --git a/WtWSMS/common/religion/doctrines/sea_doctrines.txt b/WtWSMS/common/religion/doctrines/sea_doctrines.txt new file mode 100644 index 0000000000..d6c5d763c7 --- /dev/null +++ b/WtWSMS/common/religion/doctrines/sea_doctrines.txt @@ -0,0 +1,61 @@ +doctrine_right_to_rule = { + group = "main_group" + + #By default, pagan faiths that reform will adopt divine right (Feudal Government) + #as their preferred government + + doctrine_right_to_rule_divine = { # Feudal Gov + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_right_to_rule_divine } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { right_to_rule_feudal = yes } + } + doctrine_right_to_rule_material = { # Clan Gov + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_right_to_rule_material } + multiply = 0 + } + } + parameters = { right_to_rule_clan = yes } + } + doctrine_right_to_rule_rajadharma = { # Mandala (Gupta) Gov + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_right_to_rule_rajadharma } + multiply = 0 + } + } + can_pick = { + OR = { + is_in_family = rf_eastern_pagan + is_in_family = rf_eastern + } + } + parameters = { right_to_rule_mandala = yes } + } + doctrine_right_to_rule_sassanid = { #Sassanid Gov + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_right_to_rule_sassanid } + multiply = 0 + } + } + can_pick = { + OR = { + religion_tag = zoroastrianism_religion + religion_tag = iranian_religion + } + } + + parameters = { right_to_rule_sassanid = yes } + } + +} diff --git a/WtWSMS/common/religion/religions/00_buddhism.txt b/WtWSMS/common/religion/religions/00_buddhism.txt index b081878d8d..a411cf7f4d 100644 --- a/WtWSMS/common/religion/religions/00_buddhism.txt +++ b/WtWSMS/common/religion/religions/00_buddhism.txt @@ -8,6 +8,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_rajadharma #Marriage doctrine = doctrine_concubines diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 2cb1f75aca..80f796cc7c 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -15,6 +15,7 @@ doctrine = doctrine_divorce_approval doctrine = doctrine_bastardry_legitimization doctrine = doctrine_consanguinity_restricted #Was quite restricted in Roman Law and Avunculate marriages wouldn't have approval until the Middle Ages + doctrine = doctrine_right_to_rule_divine #Crimes doctrine = doctrine_homosexuality_shunned @@ -36,6 +37,7 @@ doctrine = doctrine_ritual_vegetarianism_no_statement #Christian Doctrines + doctrine = special_doctrine_no_ecumenism doctrine = doctrine_christian_christology_dyophysitism doctrine = doctrine_christian_hypostases_trinitarianism doctrine = doctrine_christian_pneumatology_consubstantial diff --git a/WtWSMS/common/religion/religions/00_dualism.txt b/WtWSMS/common/religion/religions/00_dualism.txt index 15524ee321..2c7392b5fb 100644 --- a/WtWSMS/common/religion/religions/00_dualism.txt +++ b/WtWSMS/common/religion/religions/00_dualism.txt @@ -8,6 +8,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_temporal + doctrine = doctrine_right_to_rule_divine #Marriage Doctrines doctrine = doctrine_monogamy diff --git a/WtWSMS/common/religion/religions/00_hellenism.txt b/WtWSMS/common/religion/religions/00_hellenism.txt index 1933580e4b..f5786d0f1c 100644 --- a/WtWSMS/common/religion/religions/00_hellenism.txt +++ b/WtWSMS/common/religion/religions/00_hellenism.txt @@ -12,6 +12,7 @@ hellenism_religion = { doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_divine #Marriage doctrine = doctrine_monogamy diff --git a/WtWSMS/common/religion/religions/00_hinduism.txt b/WtWSMS/common/religion/religions/00_hinduism.txt index a27ec5f725..60a9b78a1e 100644 --- a/WtWSMS/common/religion/religions/00_hinduism.txt +++ b/WtWSMS/common/religion/religions/00_hinduism.txt @@ -8,6 +8,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_rajadharma #Marriage doctrine = doctrine_polygamy diff --git a/WtWSMS/common/religion/religions/00_islam.txt b/WtWSMS/common/religion/religions/00_islam.txt new file mode 100644 index 0000000000..1079fcbe42 --- /dev/null +++ b/WtWSMS/common/religion/religions/00_islam.txt @@ -0,0 +1,930 @@ +islam_religion = { + family = rf_abrahamic + + graphical_faith = "islamic_gfx" + + + doctrine_background_icon = core_tenet_banner_islam.dds + #STANDARD DOCTRINES: + + #Abrahamic hostiliy group + doctrine = abrahamic_hostility_doctrine + #Polygamous marriages + doctrine = doctrine_polygamy + #Male dominated + doctrine = doctrine_gender_male_dominated + #Cousin consanguinity + doctrine = doctrine_consanguinity_cousins + #Divorce must be approved + doctrine = doctrine_divorce_approval + #No bastards + doctrine = doctrine_bastardry_none + #Legal Homosexuality + doctrine = doctrine_homosexuality_shunned + #Adultery is a sin + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_shunned + #Kinslaying is okay + doctrine = doctrine_kinslaying_accepted + #Deviancy is a sin + doctrine = doctrine_deviancy_shunned + #Witchcraft is illegal + doctrine = doctrine_witchcraft_crime + #Righteous + doctrine = doctrine_pluralism_righteous + #Lay clergy + doctrine = doctrine_theocracy_lay_clergy + #Zakat clerical function + doctrine = doctrine_clerical_function_alms_and_pacification + #Exclusively male clergy + doctrine = doctrine_clerical_gender_male_only + #Clerical marriage is okay + doctrine = doctrine_clerical_marriage_allowed + #Merit-based clerical succession + doctrine = doctrine_clerical_succession_temporal_fixed_appointment + doctrine = doctrine_temporal_head + + #Main Doctrines + doctrine = doctrine_right_to_rule_material + + #Special Doctrine for Islamic Syncretism + doctrine = special_doctrine_is_islamic_faith + + traits = { + virtues = { temperate generous just } + sins = { gluttonous greedy arbitrary drunkard } + } + + reserved_male_names = { + Abbas Abdul Abdullah Abolhassan Abu-Bakr Ahmad Akbar Allahyar Ali Ali-Fay Ali-Kolon Ali-Zalil Hasan Hossein Hussayn Ismail Mahmud Mohammed Muammar Muhammad + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil + } + + holy_order_names = { + { name = "holy_order_mujahideen_of_place" } + { name = "holy_order_warriors_of_the_hadith" } + { name = "holy_order_ghazis_of_place" } + { name = "holy_order_warriors_of_the_wahy" } + { name = "holy_order_sahabi_of_place" } + { name = "holy_order_companions_of_hira" } + } + + holy_order_maa = { cataphract } + + localization = { + #HighGod + HighGodName = islam_high_god_name + HighGodName2 = islam_high_god_name_2 + HighGodNamePossessive = islam_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = islam_high_god_name_alternate + HighGodNameAlternatePossessive = islam_high_god_name_alternate_possessive + + #Creator + CreatorName = islam_creator_god_name + CreatorNamePossessive = islam_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod + HealthGodName = islam_health_god_name + HealthGodNamePossessive = islam_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = islam_fertility_god_name + FertilityGodNamePossessive = islam_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod + WealthGodName = islam_wealth_god_name + WealthGodNamePossessive = islam_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = islam_household_god_name + HouseholdGodNamePossessive = islam_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #FateGod + FateGodName = islam_fate_god_name + FateGodNamePossessive = islam_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_HE + FateGodHerHis = CHARACTER_HERHIS_HIS + FateGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = islam_knowledge_god_name + KnowledgeGodNamePossessive = islam_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = islam_war_god_name + WarGodNamePossessive = islam_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod + TricksterGodName = islam_trickster_god_name + TricksterGodNamePossessive = islam_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = islam_night_god_name + NightGodNamePossessive = islam_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = islam_water_god_name + WaterGodNamePossessive = islam_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + + + PantheonTerm = islam_high_god_name + PantheonTerm2 = islam_high_god_name_2 + PantheonTerm3 = islam_high_god_name_3 + PantheonTermHasHave = pantheon_term_has + GoodGodNames = { + islam_high_god_name + islam_good_god_rahim + islam_good_god_the_most_gracious + islam_good_god_the_giver_of_peace + islam_good_god_the_one + islam_good_god_the_prophet + islam_good_god_muhammad + } + DevilName = islam_devil_name + DevilNamePossessive = islam_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + islam_evil_god_iblis + } + HouseOfWorship = islam_house_of_worship + HouseOfWorship2 = islam_house_of_worship_2 + HouseOfWorship3 = islam_house_of_worship_3 + HouseOfWorshipPlural = islam_house_of_worship_plural + ReligiousSymbol = islam_religious_symbol + ReligiousSymbol2 = islam_religious_symbol_2 + ReligiousSymbol3 = islam_religious_symbol_3 + ReligiousText = islam_religious_text + ReligiousText2 = islam_religious_text_2 + ReligiousText3 = islam_religious_text_3 + ReligiousHeadName = islam_religious_head_title + ReligiousHeadTitleName = islam_religious_head_title_name + DevoteeMale = islam_devotee + DevoteeMalePlural = islam_devotee_plural + DevoteeFemale = islam_devotee + DevoteeFemalePlural = islam_devotee_plural + DevoteeNeuter = islam_devotee + DevoteeNeuterPlural = islam_devotee_plural + PriestMale = islam_priest + PriestMalePlural = islam_priest_plural + PriestFemale = islam_priest + PriestFemalePlural = islam_priest_plural + PriestNeuter = islam_priest + PriestNeuterPlural = islam_priest_plural + AltPriestTermPlural = islam_priest_alternate_plural + BishopMale = islam_bishop + BishopMalePlural = islam_bishop_plural + BishopFemale = islam_bishop + BishopFemalePlural = islam_bishop_plural + BishopNeuter = islam_bishop + BishopNeuterPlural = islam_bishop_plural + DivineRealm = islam_positive_afterlife + DivineRealm2 = islam_positive_afterlife_2 + DivineRealm3 = islam_positive_afterlife_3 + PositiveAfterLife = islam_positive_afterlife + PositiveAfterLife2 = islam_positive_afterlife_2 + PositiveAfterLife3 = islam_positive_afterlife_3 + NegativeAfterLife = islam_negative_afterlife + NegativeAfterLife2 = islam_negative_afterlife_2 + NegativeAfterLife3 = islam_negative_afterlife_3 + DeathDeityName = islam_death_deity_name + DeathDeityNamePossessive = islam_death_deity_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + WitchGodName = christianity_witchgodname_iblis + WitchGodNamePossessive = christianity_witchgodname_iblis_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + + GHWName = ghw_jihad + GHWNamePlural = ghw_jihads + } + + piety_icon_group = "islam" + + faiths = { + ashari = { #Arabian Sunni Islam + color = { 0 0.6 0 } + icon = sunni + religious_head = d_sunni + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = baghdad + holy_site = sinai + + #Tenet: + doctrine = tenet_struggle_submission + doctrine = tenet_religious_legal_pronouncements + doctrine = tenet_tax_nonbelievers + + #DOCTRINES: + #Sunni + doctrine = muhammad_succession_sunni_doctrine + + #Leadership + doctrine = doctrine_temporal_head + } + + muwalladi = { # Iberian Sunni Islam + color = { 0 0.4 0 } + icon = muwalladi + religious_head = d_sunni + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = cordoba + holy_site = fes + + #Tenet: + doctrine = tenet_struggle_submission + doctrine = tenet_tax_nonbelievers + doctrine = tenet_adaptive + + #DOCTRINES: + #Sunni + doctrine = muhammad_succession_sunni_doctrine + #Homosexuality is a sin, but a much more tolerated one. + doctrine = doctrine_homosexuality_accepted + #Pluralistic + doctrine = doctrine_pluralism_pluralistic + } + + maturidi = { # Persian Sunni Islam + color = { 0.1 0.5 0.3 } + icon = maturidi + religious_head = d_sunni + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = baghdad + holy_site = samarkand + + #Tenet + doctrine = tenet_struggle_submission + doctrine = tenet_religious_legal_pronouncements + doctrine = tenet_literalism + + #DOCTRINES + #Sunni + doctrine = muhammad_succession_sunni_doctrine + #Pluralistic + doctrine = doctrine_pluralism_pluralistic + } + + masmudi = { # Reformist Sunni Islam (Almohads) + color = { 0 0.6 0.2 } + icon = masmudi + religious_head = d_masmudi + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = tinmallal + holy_site = fes + + #Tenet: + doctrine = tenet_struggle_submission + doctrine = tenet_warmonger + doctrine = tenet_literalism + + #DOCTRINES: + #Sunni + doctrine = muhammad_succession_sunni_doctrine + #Pluralistic + doctrine = doctrine_pluralism_fundamentalist + + localization = { + ReligiousHeadName = masmudi_religious_head_title + ReligiousHeadTitleName = masmudi_religious_head_title_name + } + } + + mutazila = { # Rationalist school of Sunni Islam. Dominant between 8th and 10th centuries in the Abbassid Caliphate (Persia). + color = { 0 0.7 0.5 } + icon = mutazila + religious_head = d_sunni + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = baghdad + holy_site = sinai + + #Tenet: + doctrine = tenet_struggle_submission + doctrine = tenet_religious_legal_pronouncements + doctrine = tenet_legalism + + #DOCTRINES: + #Sunni + doctrine = muhammad_succession_sunni_doctrine + doctrine = doctrine_divorce_allowed + doctrine = doctrine_witchcraft_shunned + } + + quranist = { + color = { 0.2 0.7 0.1 } + icon = quranist + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = baghdad + holy_site = sinai + + #Tenet + doctrine = tenet_literalism + doctrine = tenet_religious_legal_pronouncements + doctrine = tenet_false_conversion_sanction + + #DOCTRINES + #Sunni + #No Head + #Homosexuality is a crime + #Adultery is a crime + #Deviancy is a crime + #Fundamentalist + + doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia + doctrine = doctrine_no_head + doctrine = doctrine_homosexuality_crime + doctrine = doctrine_adultery_men_crime + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_deviancy_crime + doctrine = doctrine_pluralism_fundamentalist + } + + ismaili = { #Seveners (default Shia) + color = { 0.2 0.8 0 } + icon = shia + religious_head = d_shiite + + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_struggle_submission + doctrine = tenet_tax_nonbelievers + doctrine = tenet_false_conversion_sanction + + #Leadership + doctrine = doctrine_temporal_head + + #Shia + #Witchcraft is frowned upon + doctrine = muhammad_succession_shia_doctrine + doctrine = doctrine_witchcraft_shunned + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + qarmatian = { #A branch of the Isma'ili with syncretic Zoroastrian elements + #Founded a utopian republic in al-Hasa + color = { 0.1 0.8 0.1 } + icon = qarmatian + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_unrelenting_faith + doctrine = tenet_mendicant_preachers + doctrine = tenet_gnosticism + + #Shia + #Homosexuality is a sin, but a much more tolerated one. + #Witchcraft is frowned upon + doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia + doctrine = doctrine_no_head # Believes in the Imams, but disagree with mainline Shias as to who they are. Does not believe the true Imam has been reincarnated yet. + doctrine = doctrine_pluralism_fundamentalist + doctrine = doctrine_homosexuality_accepted + doctrine = doctrine_witchcraft_shunned + doctrine = doctrine_monogamy + doctrine = doctrine_gender_equal # While the differences between men and women were a bit more complex, Equal is a suitable abstraction for lack of male-pref + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + nizari = { + color = { 0.2 0.7 0.1 } + icon = nizari + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_struggle_submission + doctrine = tenet_religious_legal_pronouncements + doctrine = tenet_false_conversion_sanction + + #Shia + doctrine = muhammad_succession_shia_doctrine + #Hereditary clerical succession + doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + + holy_order_names = { + { name = "holy_order_hashshashin" } + } + } + + zayidi = { + color = { 0.3 0.8 0.2 } + icon = zayidi + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_struggle_submission + doctrine = tenet_false_conversion_sanction + doctrine = tenet_legalism + + #Shia + #Witchcraft is a sin + doctrine = muhammad_succession_shia_doctrine + doctrine = doctrine_witchcraft_shunned + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + imami = { #Twelver + color = { 0.1 0.5 0.1 } + icon = imami + religious_head = d_imami + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = baghdad + + doctrine = tenet_legalism + doctrine = tenet_false_conversion_sanction + doctrine = tenet_religious_legal_pronouncements + + #Shia + #No religious head + #Homosexuality is a sin + #Witchcraft is a sin + doctrine = muhammad_succession_shia_doctrine + doctrine = doctrine_witchcraft_shunned + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + BishopMale = islam_ayatollah + BishopMalePlural = islam_ayatollah_plural + BishopFemale = islam_ayatollah + BishopFemalePlural = islam_ayatollah_plural + BishopNeuter = islam_ayatollah + BishopNeuterPlural = islam_ayatollah_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + ghulat = { + color = { 0.4 0.8 0.3 } + icon = ghulat + religious_head = d_shiite + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_struggle_submission + doctrine = tenet_false_conversion_sanction + doctrine = tenet_esotericism + + #Shia + #No religious head + #Witchcraft is a sin + doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia + doctrine = doctrine_witchcraft_shunned + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + alawite = { + color = { 0.2 0.4 0.1 } + icon = alawite + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_esotericism + doctrine = tenet_reincarnation + doctrine = tenet_communion + + #Shia + #No head of faith: or, technically should be no head, but one is required for their communion tenet to work, so we give them a chief imam. + #Monogamy + #Free divorce + #Adultery is a crime + #Clergy - equal + doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia + doctrine = doctrine_monogamy + doctrine = doctrine_divorce_allowed + doctrine = doctrine_adultery_men_crime + doctrine = doctrine_spiritual_head + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_clerical_gender_either + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + alevi = { + color = { 0.4 0.6 0.1 } + icon = alevi + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_esotericism + doctrine = tenet_inner_journey + doctrine = tenet_literalism + + #Shia + #Monogamy + #Divorce forbidden + #Homosexuality is a sin + #Adultery is a crime + #Witchcraft is a sin + #Clerical gender - Either + doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia + doctrine = doctrine_divorce_disallowed + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_adultery_men_crime + doctrine = doctrine_witchcraft_shunned + doctrine = doctrine_clerical_gender_either + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + HouseOfWorship = alevi_house_of_worship + HouseOfWorship2 = alevi_house_of_worship_2 + HouseOfWorship3 = alevi_house_of_worship_3 + HouseOfWorshipPlural = alevi_house_of_worship_plural + ReligiousText = alevi_religious_text + ReligiousText2 = alevi_religious_text_2 + ReligiousText3 = alevi_religious_text_3 + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + + holy_order_names = { + { name = "holy_order_bektashi_order" } + } + } + + druze = { + color = { 0.3 0.7 0.1 } + icon = islam_druze + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = beirut + holy_site = zozan + + doctrine = tenet_gnosticism + doctrine = tenet_reincarnation + doctrine = tenet_false_conversion_sanction + + #Shia + #Divorce forbidden + #Homosexuality is a sin + #Witchcraft is a sin + + doctrine = doctrine_monogamy + doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia + doctrine = doctrine_divorce_allowed + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_adultery_men_crime + doctrine = doctrine_witchcraft_shunned + doctrine = doctrine_clerical_gender_either + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousText = druze_religious_text + ReligiousText2 = druze_religious_text_2 + ReligiousText3 = druze_religious_text_3 + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + ibadi = { + color = { 0.3 0.6 0.3 } + icon = ibadi + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = basra + holy_site = nizwa + + #Tenet + doctrine = tenet_literalism + doctrine = tenet_religious_legal_pronouncements + doctrine = tenet_false_conversion_sanction + + #DOCTRINES + #Muhakkima + #No religious head + #Witchcraft is a sin + doctrine = muhammad_succession_muhakkima_doctrine + doctrine = doctrine_no_head + doctrine = doctrine_witchcraft_shunned + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + + holy_order_names = { + { name = "holy_order_haruriyya" } + } + } + + azariqa = { + color = { 0.3 0.7 0.7 } + icon = azariqa + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = siffa + holy_site = kufa + + #Tenet + doctrine = tenet_struggle_submission + doctrine = tenet_legalism + doctrine = tenet_warmonger + + doctrine = muhammad_succession_muhakkima_doctrine + doctrine = doctrine_no_head + doctrine = doctrine_witchcraft_shunned + doctrine = doctrine_adultery_men_crime + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_gender_equal + doctrine = doctrine_pluralism_fundamentalist + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + najdat = { + color = { 0.6 0.7 0.7 } + icon = nadjat + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = bahrein + holy_site = yamama + + #Tenet + doctrine = tenet_struggle_submission + doctrine = tenet_religious_legal_pronouncements + doctrine = tenet_esotericism + + #Doctrines + doctrine = muhammad_succession_muhakkima_doctrine + doctrine = doctrine_spiritual_head + doctrine = doctrine_witchcraft_shunned + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + sufri = { + color = { 0.3 0.5 0.5 } + icon = muhakkima_3 + + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = sijilmasa + holy_site = siffa + + #Tenet + doctrine = tenet_struggle_submission + doctrine = tenet_literalism + doctrine = tenet_false_conversion_sanction + + #Doctrines + doctrine = muhammad_succession_muhakkima_doctrine + doctrine = doctrine_no_head + doctrine = doctrine_divorce_allowed + doctrine = doctrine_witchcraft_shunned + doctrine = doctrine_gender_equal + doctrine = doctrine_clerical_gender_either + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + + hafizi = { #Sub-set of Ismaili Shiites that fervently supported the primacy of their caliph. + color = { 0.5 0.8 0.4 } + icon = ibadi_custom + religious_head = d_shiite + + holy_site = mecca + holy_site = medina + holy_site = jerusalem + holy_site = nadjaf + holy_site = damascus + + doctrine = tenet_struggle_submission + doctrine = tenet_unrelenting_faith + doctrine = tenet_tax_nonbelievers + + # Leadership + doctrine = doctrine_temporal_head + + # Shia + doctrine = muhammad_succession_shia_doctrine + # Main Doctrines + doctrine = doctrine_pluralism_fundamentalist + # Criminal Doctrines + doctrine = doctrine_witchcraft_shunned + # Clergy Doctrines + doctrine = doctrine_clerical_function_recruitment + + localization = { + PriestMale = islam_shia_priest + PriestMalePlural = islam_shia_priest_plural + PriestFemale = islam_shia_priest + PriestFemalePlural = islam_shia_priest_plural + PriestNeuter = islam_shia_priest + PriestNeuterPlural = islam_shia_priest_plural + ReligiousHeadName = islam_shia_religious_head_title + ReligiousHeadTitleName = islam_shia_religious_head_title_name + } + } + } +} diff --git a/WtWSMS/common/religion/religions/00_jainism.txt b/WtWSMS/common/religion/religions/00_jainism.txt index d517635d26..8c8dbe4f57 100644 --- a/WtWSMS/common/religion/religions/00_jainism.txt +++ b/WtWSMS/common/religion/religions/00_jainism.txt @@ -8,6 +8,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_rajadharma #Marriage doctrine = doctrine_concubines diff --git a/WtWSMS/common/religion/religions/00_judaism.txt b/WtWSMS/common/religion/religions/00_judaism.txt index 93bfbd38e3..031bf57bf1 100644 --- a/WtWSMS/common/religion/religions/00_judaism.txt +++ b/WtWSMS/common/religion/religions/00_judaism.txt @@ -9,6 +9,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_divine #Marriage doctrine = doctrine_polygamy #Was much more common historically among Jewish rulers and faded to more closely match the patterns of their peers as time went on diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index 640020d58b..8fe7b83e0f 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -8,6 +8,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_righteous doctrine = doctrine_theocracy_temporal + doctrine = doctrine_right_to_rule_sassanid #Marriage doctrine = doctrine_concubines diff --git a/WtWSMS/common/religion/religions/BP_arabian.txt b/WtWSMS/common/religion/religions/BP_arabian.txt index 4bb920958f..a124dc8ab6 100644 --- a/WtWSMS/common/religion/religions/BP_arabian.txt +++ b/WtWSMS/common/religion/religions/BP_arabian.txt @@ -10,6 +10,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_material #Marriage doctrine = doctrine_polygamy #More accurate than concubines diff --git a/WtWSMS/common/religion/religions/BP_egyptian.txt b/WtWSMS/common/religion/religions/BP_egyptian.txt index c64a3ea058..ec49fb0437 100644 --- a/WtWSMS/common/religion/religions/BP_egyptian.txt +++ b/WtWSMS/common/religion/religions/BP_egyptian.txt @@ -10,6 +10,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_divine #Marriage doctrine = doctrine_concubines diff --git a/WtWSMS/common/religion/religions/BP_iranian.txt b/WtWSMS/common/religion/religions/BP_iranian.txt index 1197b35bfa..a256443b35 100644 --- a/WtWSMS/common/religion/religions/BP_iranian.txt +++ b/WtWSMS/common/religion/religions/BP_iranian.txt @@ -9,6 +9,7 @@ iranian_religion = { doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_sassanid #Marriage doctrine = doctrine_concubines diff --git a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt index a457d611ed..52fcf595e4 100644 --- a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt @@ -43,12 +43,14 @@ truly_hellenic_faith_plus_christianity_trigger = { universalist_religion_trigger = { custom_tooltip = { text = is_a_universalist_religion - religion_tag = christianity_religion - religion_tag = islam_religion - religion_tag = buddhism_religion - AND = { - religion_tag = dualism_religion - NOT = { has_doctrine = tenet_ethnic_religion } + OR = { + religion_tag = christianity_religion + religion_tag = islam_religion + religion_tag = buddhism_religion + AND = { + religion_tag = dualism_religion + NOT = { has_doctrine = tenet_ethnic_religion } + } } } } diff --git a/WtWSMS/credits.txt b/WtWSMS/credits.txt index 1c1c7fa971..b639fc1b71 100644 --- a/WtWSMS/credits.txt +++ b/WtWSMS/credits.txt @@ -14,6 +14,7 @@ $TITLE_OTHER_MODS_PROVIDING_CONTENT$ Chalk and Rootel for "More Faith Icons" Elder Kings 2 Mod Team for their sub-bookmark system Nezaros for "Cultural and Religious Minorities" +Rajas of Asia Team for some religion/government features Successions Expanded Team for Succession Laws Vertimanus for the "Community Culture Utility" cybrxhan for elements of RICE integrated diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/special_doctrine_bp_ecumenism.dds b/WtWSMS/gfx/interface/icons/faith_doctrine_groups/special_doctrine_christian_ecumenism.dds similarity index 100% rename from WtWSMS/gfx/interface/icons/faith_doctrines/special_doctrine_bp_ecumenism.dds rename to WtWSMS/gfx/interface/icons/faith_doctrine_groups/special_doctrine_christian_ecumenism.dds diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_divine.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_divine.dds new file mode 100644 index 0000000000..4959f293ee --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_divine.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aae2e4b3da032d124944ae2083cb4ce5560280573d6bf1a33e8735ef1679f2e +size 76864 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_material.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_material.dds new file mode 100644 index 0000000000..6a3ee03f38 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_material.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177d3e913a635a6d16329e01aac99f7d4aae701cea822b6b96d85c6ff4c4a846 +size 76864 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_rajadharma.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_rajadharma.dds new file mode 100644 index 0000000000..f3baa98d87 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_rajadharma.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1522e8004e2bd788ead7feb1a4b005535917dc3bed89907b197cfea28df39c2b +size 14528 diff --git a/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_sassanid.dds b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_sassanid.dds new file mode 100644 index 0000000000..7378e4302e --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith_doctrines/doctrine_right_to_rule_sassanid.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbd798afda1194d7bc29e05ce19f2882ee2b85f35bc96c66158d68ae38d7f68 +size 14528 diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index e2727ea668..3bd89e0745 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -60,6 +60,7 @@ culture_parameter_unlock_innovation_byzantine_civil_late_migration: "Unlocks [bp_greco_latin_late_migration_civic_innovations|E]" culture_parameter_enables_vegetarianism: "$doctrine_parameter_enables_vegetarianism$" culture_parameter_vegetarian_cultural_trait_bonus: "The [GetTrait('vegetarian').GetName( GetNullCharacter )] [trait|E] gives bonuses" + culture_parameter_right_to_rule_clan: "$doctrine_parameter_right_to_rule_clan$" ##### WtWSMS General Cultural Parameters ##### culture_parameter_blocks_vanilla_culture_emergence_events: "" #Made empty as this is only a Game-side effect, not a player effect diff --git a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml index d13b2a137b..80e06fdf73 100644 --- a/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_christianity_l_english.yml @@ -389,7 +389,7 @@ doctrine_christian_liturgical_rite_none_name: "No Rite" doctrine_christian_liturgical_rite_none_desc: "This faith repudiates the celebration of the Eucharist for one reason or another" #Ecumenism Types - special_doctrine_christian_ecumenism_name: "" + special_doctrine_christian_ecumenism_name: "Creed" special_doctrine_nicene_ecumenism_name: "Chalcedonian Creed" special_doctrine_nicene_ecumenism_desc: "This faith accepts the Creed of Chalcedon" special_doctrine_alexandria_ecumenism_name: "Miaphysite Creed" diff --git a/WtWSMS/localization/english/religion/sea_religion_l_english.yml b/WtWSMS/localization/english/religion/sea_religion_l_english.yml new file mode 100644 index 0000000000..e801e2887e --- /dev/null +++ b/WtWSMS/localization/english/religion/sea_religion_l_english.yml @@ -0,0 +1,15 @@ +l_english: + doctrine_right_to_rule_name: "Right to Rule" + doctrine_right_to_rule_divine_name: "Divine Right" + doctrine_right_to_rule_divine_desc: "The will of kings is divinely enforced through contracts between ruler and ruled. Once determined, these obligations are set in stone." + doctrine_right_to_rule_material_name: "Material Right" + doctrine_right_to_rule_material_desc: "A ruler's authority comes from those they rule. One who treats their subjects well should be entitled to the most they have to offer, but an unjust ruler is deserving of little." + doctrine_right_to_rule_rajadharma_name: "Rajadharma" + doctrine_right_to_rule_rajadharma_desc: "Rulers have an obligation to their subjects of upholding the Dharma, the cosmic law and order that binds the universe together." + doctrine_right_to_rule_sassanid_name: "Khvarenah" + doctrine_right_to_rule_sassanid_desc: "A ruler's authority comes from the blessings of the divine; the Church and the State are inseparable." + + doctrine_parameter_right_to_rule_feudal: "Enables adopting [feudal_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" + doctrine_parameter_right_to_rule_clan: "Enables adopting [clan_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" + doctrine_parameter_right_to_rule_mandala: "Enables adopting [gupta_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" + doctrine_parameter_right_to_rule_sassanid: "Enables adopting [eranshar_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" \ No newline at end of file diff --git a/WtWSMS/localization/english/sea_decisions_l_english.yml b/WtWSMS/localization/english/sea_decisions_l_english.yml new file mode 100644 index 0000000000..67ed9f3673 --- /dev/null +++ b/WtWSMS/localization/english/sea_decisions_l_english.yml @@ -0,0 +1,10 @@ +l_english: + vassals_will_convert_feudal: "My [tribal|E] vassals will change to [feudalism|E]" + vassals_will_convert_clan: "My [tribal|E] vassals will change to [clan|E] government" + + reform_government_decision: "Reform the Government" + reform_government_decision_help_text: "You and all of your vassals with the same government and a matching faith will reform their [governments|E]" + reform_government_decision_desc: "The law of the realm says one thing, yet the law of the divine says another. We must institute changes so that the structure of our government suits what [ROOT.Char.GetFaith.HighGodName] has decreed." + reform_government_decision_confirm: "Let us abandon these foolish ways" + reform_government_decision_tooltip: "You will reform the governance of the realm" + diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index e475ba1fe4..d4c70bffcf 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -44,6 +44,7 @@ TRIBUTARIES BRANCH: ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- +* Split Northern and Southern Adnanites (to avoid Arabia getting Late Antiquity innovations) MINORITIES ------------ @@ -70,6 +71,7 @@ HYBRID CULTURES OTHERS ------------------------------ +* Missionary minor title * Gothic Kingdom Suggestion * Raiding suggestions * Heritage ethnic religion variant? From 00696ca5c14009f6b37408937fd67e31cc122eb2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 4 Oct 2022 18:29:33 -0400 Subject: [PATCH 114/339] Gupta Renaming Rename Gupta government to Mandala Government like in Rajas of Asia --- .../bookmarks/bookmarks/00_bookmarks.txt | 2 +- ...0_modifiy_vassal_contract_BP_overwrite.txt | 12 ++-- .../00_realm_traditions_BP_overwrite.txt | 2 +- .../traditions/BP_regional_traditions.txt | 2 +- .../decisions/sea_government_decisions.txt | 6 +- .../00_title_holders_BP_overwrite.txt | 60 ++++++++--------- .../BP_government_game_concepts.txt | 12 ++-- .../governments/BP_government_types.txt | 8 +-- .../zzzzz_primitive_government_types.txt | 4 +- WtWSMS/common/laws/BP_realm_laws.txt | 66 +++++++++---------- .../BP_government_definitions.txt | 14 ++-- WtWSMS/common/on_action/BP_game_start.txt | 12 ++-- .../common/on_action/BP_title_on_actions.txt | 2 +- .../religion/doctrines/sea_doctrines.txt | 4 +- .../religion/religions/00_christianity.txt | 1 - .../00_basic_values_BP_overwrite.txt | 24 +++---- .../50_major_decision_values_BP_overwrite.txt | 2 +- .../script_values/BP_goverment_values.txt | 2 +- .../BP_government_conversion_effects.txt | 14 ++-- .../scripted_effects/BP_on_action_effects.txt | 6 +- .../scripted_effects/BP_realm_effects.txt | 16 ++--- .../00_scripted_triggers_BP_overwrite.txt | 6 +- .../scripted_triggers/BP_faction_triggers.txt | 16 ++--- .../BP_government_triggers.txt | 12 ++-- .../scripted_triggers/BP_law_triggers.txt | 6 +- .../BP_realm_law_trigger_localization.txt | 2 +- .../{gupta.txt => mandala.txt} | 40 +++++------ .../gui/interaction_modify_vassal_window.gui | 4 +- WtWSMS/history/titles/BP_empire_india.txt | 6 +- WtWSMS/history/titles/BP_titles_titular.txt | 12 ++-- WtWSMS/history/titles/bp_k_andhra.txt | 10 +-- WtWSMS/history/titles/bp_k_bengal.txt | 4 +- WtWSMS/history/titles/bp_k_bihar.txt | 6 +- WtWSMS/history/titles/bp_k_delhi.txt | 4 +- WtWSMS/history/titles/bp_k_gujarat.txt | 4 +- WtWSMS/history/titles/bp_k_himalaya.txt | 8 +-- WtWSMS/history/titles/bp_k_kamaprupa.txt | 4 +- WtWSMS/history/titles/bp_k_karnata.txt | 16 ++--- WtWSMS/history/titles/bp_k_kashmir.txt | 4 +- WtWSMS/history/titles/bp_k_kosala.txt | 4 +- WtWSMS/history/titles/bp_k_lanka.txt | 2 +- WtWSMS/history/titles/bp_k_maharastra.txt | 14 ++-- WtWSMS/history/titles/bp_k_malwa.txt | 4 +- WtWSMS/history/titles/bp_k_orissa.txt | 12 ++-- WtWSMS/history/titles/bp_k_rajputana.txt | 6 +- WtWSMS/history/titles/bp_k_sindh.txt | 2 +- WtWSMS/history/titles/bp_k_tamilakam.txt | 10 +-- WtWSMS/history/titles/bp_k_telingana.txt | 4 +- .../english/BP_game_concepts_l_english.yml | 28 ++++---- .../english/BP_government_l_english.yml | 64 +++++++++--------- .../english/BP_laws_l_english.yml | 20 +++--- .../modifiers/BP_modifiers_l_english.yml | 12 ++-- .../religion/sea_religion_l_english.yml | 2 +- .../triggers/BP_government_l_english.yml | 2 +- 54 files changed, 310 insertions(+), 311 deletions(-) rename WtWSMS/common/vassal_contracts/{gupta.txt => mandala.txt} (69%) diff --git a/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt b/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt index 63625895e9..4b12fb219e 100644 --- a/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt +++ b/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt @@ -176,7 +176,7 @@ bm_476_empire_in_crisis = { type = male birth = 410.1.1 title = e_rajastan - government = gupta_government + government = mandala_government culture = eastern_indo_aryan religion = vaishnavism difficulty = "BOOKMARK_CHARACTER_DIFFICULTY_MEDIUM" diff --git a/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt b/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt index 6c3c6fe287..990bbed1d6 100644 --- a/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt +++ b/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt @@ -291,9 +291,9 @@ liege_modify_vassal_contract_interaction = { set_obligation_if_changed_effect = { OBLIGATION_TYPE = gubernatorial_taxes } } if = { - limit = { has_government = gupta_government } - set_obligation_if_changed_effect = { OBLIGATION_TYPE = gupta_government_taxes } - set_obligation_if_changed_effect = { OBLIGATION_TYPE = gupta_government_levies } + limit = { has_government = mandala_government } + set_obligation_if_changed_effect = { OBLIGATION_TYPE = mandala_government_taxes } + set_obligation_if_changed_effect = { OBLIGATION_TYPE = mandala_government_levies } } if = { limit = { has_government = eranshar_government } @@ -531,9 +531,9 @@ vassal_modify_vassal_contract_interaction = { set_obligation_if_changed_effect = { OBLIGATION_TYPE = gubernatorial_taxes } } if = { - limit = { has_government = gupta_government } - set_obligation_if_changed_effect = { OBLIGATION_TYPE = gupta_government_taxes } - set_obligation_if_changed_effect = { OBLIGATION_TYPE = gupta_government_levies } + limit = { has_government = mandala_government } + set_obligation_if_changed_effect = { OBLIGATION_TYPE = mandala_government_taxes } + set_obligation_if_changed_effect = { OBLIGATION_TYPE = mandala_government_levies } } if = { limit = { has_government = eranshar_government } diff --git a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt index 1bca6c1437..50abbe4246 100644 --- a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt @@ -402,7 +402,7 @@ tradition_hereditary_hierarchy = { castle_holding_holding_build_gold_cost = -0.15 feudal_government_tax_contribution_mult = 0.1 prefeudal_government_tax_contribution_mult = 0.1 - gupta_government_tax_contribution_mult = 0.1 + mandala_government_tax_contribution_mult = 0.1 eranshar_government_tax_contribution_mult = 0.1 subroman_government_tax_contribution_mult = 0.1 long_reign_bonus_mult = 0.25 diff --git a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt index 254cced847..87ac0eb7b1 100644 --- a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt @@ -66,7 +66,7 @@ tradition_marauders = { feudal_government_vassal_opinion = -20 republic_government_vassal_opinion = -20 prefeudal_government_vassal_opinion = -20 - gupta_government_vassal_opinion = -20 + mandala_government_vassal_opinion = -20 eranshar_government_vassal_opinion = -20 subroman_government_vassal_opinion = -20 gubernatorial_government_vassal_opinion = -20 diff --git a/WtWSMS/common/decisions/sea_government_decisions.txt b/WtWSMS/common/decisions/sea_government_decisions.txt index 1523f35953..cb6242976d 100644 --- a/WtWSMS/common/decisions/sea_government_decisions.txt +++ b/WtWSMS/common/decisions/sea_government_decisions.txt @@ -105,21 +105,21 @@ } } else_if = { - limit = { faith = { has_doctrine = right_to_rule_clan } } + limit = { faith = { has_doctrine_parameter = right_to_rule_clan } } every_in_list = { list = characters_to_convert convert_realm_to_clan_effect = yes } } else_if = { - limit = { faith = { has_doctrine = right_to_rule_mandala } } + limit = { faith = { has_doctrine_parameter = right_to_rule_mandala } } every_in_list = { list = characters_to_convert convert_realm_to_gupta_effect = yes } } else_if = { - limit = { faith = { has_doctrine = right_to_rule_sassanid } } + limit = { faith = { has_doctrine_parameter = right_to_rule_sassanid } } every_in_list = { list = characters_to_convert convert_realm_to_eranshar_effect = yes diff --git a/WtWSMS/common/flavorization/00_title_holders_BP_overwrite.txt b/WtWSMS/common/flavorization/00_title_holders_BP_overwrite.txt index 0be71b5b58..7daf923b36 100644 --- a/WtWSMS/common/flavorization/00_title_holders_BP_overwrite.txt +++ b/WtWSMS/common/flavorization/00_title_holders_BP_overwrite.txt @@ -1607,7 +1607,7 @@ baron_feudal_male_dravidian_group = { special = holder tier = barony priority = 7 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } baron_feudal_female_dravidian_group = { @@ -1616,14 +1616,14 @@ baron_feudal_female_dravidian_group = { special = holder tier = barony priority = 7 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } barony_feudal_dravidian_group = { type = title tier = barony priority = 7 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } count_feudal_male_dravidian_group = { @@ -1633,7 +1633,7 @@ count_feudal_male_dravidian_group = { tier = county priority = 18 only_independent = yes - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } count_feudal_female_dravidian_group = { @@ -1643,7 +1643,7 @@ count_feudal_female_dravidian_group = { tier = county priority = 18 only_independent = yes - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } count_feudal_male_muslim_dravidian_group = { @@ -1652,7 +1652,7 @@ count_feudal_male_muslim_dravidian_group = { special = holder tier = county priority = 19 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } religions = { islam_religion } } @@ -1662,7 +1662,7 @@ count_feudal_female_muslim_dravidian_group = { special = holder tier = county priority = 19 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } religions = { islam_religion } } @@ -1670,7 +1670,7 @@ county_feudal_dravidian_group = { type = title tier = county priority = 18 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } samanta = { @@ -1679,7 +1679,7 @@ samanta = { special = holder tier = county priority = 18 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } samanta_female = { @@ -1688,7 +1688,7 @@ samanta_female = { special = holder tier = county priority = 18 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } duke_feudal_male_dravidian_group = { @@ -1698,7 +1698,7 @@ duke_feudal_male_dravidian_group = { tier = duchy only_independent = yes priority = 27 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } duke_feudal_female_dravidian_group = { @@ -1708,7 +1708,7 @@ duke_feudal_female_dravidian_group = { tier = duchy only_independent = yes priority = 27 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } mahasamanta = { @@ -1717,7 +1717,7 @@ mahasamanta = { special = holder tier = duchy priority = 27 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } mahasamanta_female = { @@ -1726,14 +1726,14 @@ mahasamanta_female = { special = holder tier = duchy priority = 27 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } duchy_feudal_dravidian_group = { type = title tier = duchy priority = 27 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } duke_feudal_muslim_male_dravidian_group = { @@ -1742,7 +1742,7 @@ duke_feudal_muslim_male_dravidian_group = { special = holder tier = duchy priority = 28 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan heritage_burman } religions = { islam_religion } } @@ -1752,7 +1752,7 @@ duke_feudal_muslim_female_dravidian_group = { special = holder tier = duchy priority = 28 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan heritage_burman } religions = { islam_religion } } @@ -1760,7 +1760,7 @@ duchy_feudal_muslim_dravidian_group = { type = title tier = duchy priority = 28 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan heritage_burman } religions = { islam_religion } } @@ -1771,7 +1771,7 @@ king_feudal_male_dravidian_group = { tier = kingdom priority = 47 only_independent = yes - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } king_feudal_female_dravidian_group = { @@ -1781,7 +1781,7 @@ king_feudal_female_dravidian_group = { tier = kingdom priority = 47 only_independent = yes - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } mahasamantadhipati = { @@ -1790,7 +1790,7 @@ mahasamantadhipati = { special = holder tier = kingdom priority = 47 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } mahasamantadhipati_female = { @@ -1799,14 +1799,14 @@ mahasamantadhipati_female = { special = holder tier = kingdom priority = 47 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } kingdom_feudal_muslim_dravidian_group = { type = title tier = kingdom priority = 48 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan heritage_burman } religions = { islam_religion } } @@ -1816,7 +1816,7 @@ king_feudal_muslim_male_dravidian_group = { special = holder tier = kingdom priority = 48 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan heritage_burman } religions = { islam_religion } } @@ -1826,7 +1826,7 @@ king_feudal_muslim_female_dravidian_group = { special = holder tier = kingdom priority = 48 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan heritage_burman } religions = { islam_religion } } @@ -1836,7 +1836,7 @@ emperor_feudal_male_dravidian_group = { special = holder tier = empire priority = 102 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } emperor_feudal_female_dravidian_group = { @@ -1845,7 +1845,7 @@ emperor_feudal_female_dravidian_group = { special = holder tier = empire priority = 102 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } } emperor_feudal_muslim_male_dravidian_group = { @@ -1854,7 +1854,7 @@ emperor_feudal_muslim_male_dravidian_group = { special = holder tier = empire priority = 103 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } religions = { islam_religion } } @@ -1864,7 +1864,7 @@ emperor_feudal_muslim_female_dravidian_group = { special = holder tier = empire priority = 103 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan } religions = { islam_religion } } @@ -1872,7 +1872,7 @@ empire_feudal_muslim_dravidian_group = { type = title tier = empire priority = 102 - governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government gupta_government } + governments = { feudal_government clan_government tribal_government prefeudal_government high_tribal_government mandala_government } heritages = { heritage_dravidian heritage_indo_aryan heritage_burman } religions = { islam_religion } } diff --git a/WtWSMS/common/game_concepts/BP_government_game_concepts.txt b/WtWSMS/common/game_concepts/BP_government_game_concepts.txt index 9ff8a49342..dc31bf6c24 100644 --- a/WtWSMS/common/game_concepts/BP_government_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_government_game_concepts.txt @@ -54,27 +54,27 @@ nomad_government = { alias = { nomad_short nomad_noun } } #Gupta -gupta_government = { +mandala_government = { parent = government alias = { gupta_short gupta_noun } } -gupta_authority = { +mandala_authority = { texture = "gfx/interface/icons/message_feed/law.dds" parent = law } -gupta_authority_0 = { +mandala_authority_0 = { texture = "gfx/interface/icons/message_feed/law.dds" parent = law } -gupta_authority_1 = { +mandala_authority_1 = { texture = "gfx/interface/icons/message_feed/law.dds" parent = law } -gupta_authority_2 = { +mandala_authority_2 = { texture = "gfx/interface/icons/message_feed/law.dds" parent = law } -gupta_authority_3 = { +mandala_authority_3 = { texture = "gfx/interface/icons/message_feed/law.dds" parent = law } diff --git a/WtWSMS/common/governments/BP_government_types.txt b/WtWSMS/common/governments/BP_government_types.txt index 44d3414ba6..6647d2c2e4 100644 --- a/WtWSMS/common/governments/BP_government_types.txt +++ b/WtWSMS/common/governments/BP_government_types.txt @@ -38,7 +38,7 @@ } #Indian Government Types -gupta_government = { +mandala_government = { create_cadet_branches = no rulers_should_have_dynasty = yes dynasty_named_realms = yes @@ -48,8 +48,8 @@ gupta_government = { required_county_holdings = { castle_holding city_holding church_holding } vassal_contract = { - gupta_government_taxes - gupta_government_levies + mandala_government_taxes + mandala_government_levies fortification_rights coinage_rights succession_rights @@ -71,7 +71,7 @@ gupta_government = { flag = government_can_designate_heirs flag = government_may_press_all_claims flag = government_has_de_jure_cb_access - flag = gupta_government_character_modifier + flag = mandala_government_character_modifier color = {0.250 0.250 0.250} } diff --git a/WtWSMS/common/governments/zzzzz_primitive_government_types.txt b/WtWSMS/common/governments/zzzzz_primitive_government_types.txt index f0438eb369..5bb01d662f 100644 --- a/WtWSMS/common/governments/zzzzz_primitive_government_types.txt +++ b/WtWSMS/common/governments/zzzzz_primitive_government_types.txt @@ -30,7 +30,7 @@ subroman_government_vassal_opinion = -10 prefeudal_government_vassal_opinion = -10 eranshar_government_vassal_opinion = -10 - gupta_government_vassal_opinion = -10 + mandala_government_vassal_opinion = -10 ai_war_chance = 0.25 } @@ -74,7 +74,7 @@ tribal_government = { subroman_government_vassal_opinion = -20 prefeudal_government_vassal_opinion = -20 eranshar_government_vassal_opinion = -20 - gupta_government_vassal_opinion = -20 + mandala_government_vassal_opinion = -20 #They're not **that** bad... high_tribal_government_vassal_opinion = -10 diff --git a/WtWSMS/common/laws/BP_realm_laws.txt b/WtWSMS/common/laws/BP_realm_laws.txt index af6fd3d569..44e500a594 100644 --- a/WtWSMS/common/laws/BP_realm_laws.txt +++ b/WtWSMS/common/laws/BP_realm_laws.txt @@ -1,6 +1,6 @@ @high_tribal_organization_cooldown_years = 10 @prefeudal_authority_cooldown_years = 20 -@gupta_authority_cooldown_years = 10 +@mandala_authority_cooldown_years = 10 @eranshar_authority_cooldown_years = 10 @clerical_influence_cooldown_years = 25 @bureaucracy_cooldown_years = 10 @@ -332,19 +332,19 @@ prefeudal_authority = { } } -gupta_authority = { - default = gupta_authority_0 +mandala_authority = { + default = mandala_authority_0 cumulative = yes flag = realm_law - gupta_authority_0 = { + mandala_authority_0 = { modifier = {} flag = titles_cannot_leave_realm_on_succession # Hardcoded flag - can_keep = { realm_law_use_gupta_authority_trigger = yes } + can_keep = { realm_law_use_mandala_authority_trigger = yes } } - gupta_authority_1 = { + mandala_authority_1 = { modifier = { direct_vassal_opinion = -10 feudal_government_tax_contribution_add = 0.1 @@ -354,15 +354,15 @@ gupta_authority = { flag = title_revocation_allowed flag = vassal_retraction_allowed - can_keep = { realm_law_use_gupta_authority_trigger = yes } + can_keep = { realm_law_use_mandala_authority_trigger = yes } can_pass = { trigger_if = { - limit = { has_realm_law = gupta_authority_0 } + limit = { has_realm_law = mandala_authority_0 } custom_description = { subject = root - text = "has_gupta_authority_cooldown" - NOT = { has_variable = gupta_authority_cooldown } + text = "has_mandala_authority_cooldown" + NOT = { has_variable = mandala_authority_cooldown } } } } @@ -372,8 +372,8 @@ gupta_authority = { if = { limit = { NOR = { - has_realm_law = gupta_authority_2 - has_realm_law = gupta_authority_3 + has_realm_law = mandala_authority_2 + has_realm_law = mandala_authority_3 } } add = increase_crown_authority_prestige_cost @@ -386,20 +386,20 @@ gupta_authority = { calculate_authority_cooldown_break_effect = yes # Set regular cooldown. set_variable = { - name = gupta_authority_cooldown - years = @gupta_authority_cooldown_years + name = mandala_authority_cooldown + years = @mandala_authority_cooldown_years } } ai_will_do = { if = { - limit = { has_realm_law = gupta_authority_0 } + limit = { has_realm_law = mandala_authority_0 } value = 1 } } } - gupta_authority_2 = { + mandala_authority_2 = { modifier = { direct_vassal_opinion = -10 feudal_government_tax_contribution_add = 0.1 @@ -409,16 +409,16 @@ gupta_authority = { flag = vassal_internal_wars_banned flag = vassal_refusal_is_treason - can_keep = { realm_law_use_gupta_authority_trigger = yes } + can_keep = { realm_law_use_mandala_authority_trigger = yes } can_pass = { trigger_if = { - limit = { NOT = { has_realm_law = gupta_authority_3 } } - has_realm_law = gupta_authority_1 + limit = { NOT = { has_realm_law = mandala_authority_3 } } + has_realm_law = mandala_authority_1 custom_description = { subject = root - text = "has_gupta_authority_cooldown" - NOT = { has_variable = gupta_authority_cooldown } + text = "has_mandala_authority_cooldown" + NOT = { has_variable = mandala_authority_cooldown } } } } @@ -426,7 +426,7 @@ gupta_authority = { pass_cost = { prestige = { if = { - limit = { NOT = { has_realm_law = gupta_authority_3 } } + limit = { NOT = { has_realm_law = mandala_authority_3 } } add = increase_crown_authority_prestige_cost } } @@ -437,20 +437,20 @@ gupta_authority = { calculate_authority_cooldown_break_effect = yes # Set regular cooldown. set_variable = { - name = gupta_authority_cooldown - years = @gupta_authority_cooldown_years + name = mandala_authority_cooldown + years = @mandala_authority_cooldown_years } } ai_will_do = { if = { - limit = { has_realm_law = gupta_authority_1 } + limit = { has_realm_law = mandala_authority_1 } value = 1 } } } - gupta_authority_3 = { + mandala_authority_3 = { modifier = { direct_vassal_opinion = -10 feudal_government_tax_contribution_add = 0.1 @@ -459,21 +459,21 @@ gupta_authority = { flag = titles_cannot_leave_realm_on_succession # Hardcoded flag flag = vassal_all_wars_banned - can_keep = { realm_law_use_gupta_authority_trigger = yes } + can_keep = { realm_law_use_mandala_authority_trigger = yes } can_pass = { - has_realm_law = gupta_authority_2 + has_realm_law = mandala_authority_2 custom_description = { subject = root - text = "has_gupta_authority_cooldown" - NOT = { has_variable = gupta_authority_cooldown } + text = "has_mandala_authority_cooldown" + NOT = { has_variable = mandala_authority_cooldown } } } pass_cost = { prestige = { if = { - limit = { NOT = { has_realm_law = gupta_authority_3 } } + limit = { NOT = { has_realm_law = mandala_authority_3 } } add = increase_crown_authority_prestige_cost } } @@ -484,8 +484,8 @@ gupta_authority = { calculate_authority_cooldown_break_effect = yes # Set regular cooldown. set_variable = { - name = gupta_authority_cooldown - years = @gupta_authority_cooldown_years + name = mandala_authority_cooldown + years = @mandala_authority_cooldown_years } } } diff --git a/WtWSMS/common/modifier_definition_formats/BP_government_definitions.txt b/WtWSMS/common/modifier_definition_formats/BP_government_definitions.txt index d06dabe30e..671336df9d 100644 --- a/WtWSMS/common/modifier_definition_formats/BP_government_definitions.txt +++ b/WtWSMS/common/modifier_definition_formats/BP_government_definitions.txt @@ -28,31 +28,31 @@ prefeudal_government_levy_contribution_mult = { percent = yes } -gupta_government_opinion = { +mandala_government_opinion = { decimals = 0 } -gupta_government_vassal_opinion = { +mandala_government_vassal_opinion = { decimals = 0 } -gupta_government_opinion_same_faith = { +mandala_government_opinion_same_faith = { decimals = 0 } -gupta_government_tax_contribution_add = { +mandala_government_tax_contribution_add = { decimals = 0 prefix = MOD_GOLD_PREFIX percent = yes } -gupta_government_tax_contribution_mult = { +mandala_government_tax_contribution_mult = { decimals = 0 prefix = MOD_GOLD_PREFIX percent = yes } -gupta_government_levy_contribution_add = { +mandala_government_levy_contribution_add = { decimals = 0 prefix = MOD_SOLDIER_PREFIX percent = yes } -gupta_government_levy_contribution_mult = { +mandala_government_levy_contribution_mult = { decimals = 0 prefix = MOD_SOLDIER_PREFIX percent = yes diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index dd215cfe24..a92a2c0b20 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -723,7 +723,7 @@ setup_administrative_languages = { } #Gupta Governments use Sanskrit every_ruler = { - limit = { has_government = gupta_government } + limit = { has_government = mandala_government } if = { limit = { primary_title = { tier >= tier_kingdom } } setup_the_court_language_effect = { @@ -840,7 +840,7 @@ game_start_fix_barony_government = { this.holder = { convert_realm_to_eranshar_effect = yes } } else_if = { - limit = { this.county.holder = { has_government = gupta_government } } + limit = { this.county.holder = { has_government = mandala_government } } this.holder = { convert_realm_to_gupta_effect = yes } } else_if = { @@ -889,7 +889,7 @@ game_start_fix_barony_government = { this.holder = { convert_realm_to_eranshar_effect = yes } } else_if = { - limit = { this.county.holder = { has_government = gupta_government } } + limit = { this.county.holder = { has_government = mandala_government } } this.holder = { convert_realm_to_gupta_effect = yes } } else_if = { @@ -1018,15 +1018,15 @@ setup_vassal_contracts = { liege.primary_title = title:e_rajastan primary_title.tier >= tier_duchy NOT = { this.primary_title = title:e_rajastan } #Excluded the holder of rajasthan (not a vassal) - has_government = gupta_government + has_government = mandala_government } debug_log_scopes = no vassal_contract_set_obligation_level = { - type = gupta_government_taxes + type = mandala_government_taxes level = 1 } vassal_contract_set_obligation_level = { - type = gupta_government_levies + type = mandala_government_levies level = 3 } } diff --git a/WtWSMS/common/on_action/BP_title_on_actions.txt b/WtWSMS/common/on_action/BP_title_on_actions.txt index dba7b9392d..862c155814 100644 --- a/WtWSMS/common/on_action/BP_title_on_actions.txt +++ b/WtWSMS/common/on_action/BP_title_on_actions.txt @@ -204,7 +204,7 @@ BP_set_court_langauge = { limit = { has_royal_court = yes scope:title.tier >= tier_kingdom - has_government = gupta_government + has_government = mandala_government scope:title = root.primary_title #Fire only once per succession } set_court_language = language_sanskrit diff --git a/WtWSMS/common/religion/doctrines/sea_doctrines.txt b/WtWSMS/common/religion/doctrines/sea_doctrines.txt index d6c5d763c7..6e15063f93 100644 --- a/WtWSMS/common/religion/doctrines/sea_doctrines.txt +++ b/WtWSMS/common/religion/doctrines/sea_doctrines.txt @@ -34,8 +34,8 @@ } can_pick = { OR = { - is_in_family = rf_eastern_pagan - is_in_family = rf_eastern + religion = { is_in_family = rf_eastern_pagan } + religion = { is_in_family = rf_eastern } } } parameters = { right_to_rule_mandala = yes } diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 80f796cc7c..65420a4ff7 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -37,7 +37,6 @@ doctrine = doctrine_ritual_vegetarianism_no_statement #Christian Doctrines - doctrine = special_doctrine_no_ecumenism doctrine = doctrine_christian_christology_dyophysitism doctrine = doctrine_christian_hypostases_trinitarianism doctrine = doctrine_christian_pneumatology_consubstantial diff --git a/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt b/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt index 39e8a7fe79..4c162ddae3 100644 --- a/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt @@ -35,22 +35,22 @@ count_obligation_improvements_for_vassal = { } if = { limit = { - has_government = gupta_government - local_var:gupta_government_taxes != vassal_contract_obligation_level:gupta_government_taxes + has_government = mandala_government + local_var:mandala_government_taxes != vassal_contract_obligation_level:mandala_government_taxes } add = { - value = vassal_contract_obligation_level:gupta_government_taxes - subtract = local_var:gupta_government_taxes + value = vassal_contract_obligation_level:mandala_government_taxes + subtract = local_var:mandala_government_taxes } } if = { limit = { - has_government = gupta_government - local_var:gupta_government_levies != vassal_contract_obligation_level:gupta_government_levies + has_government = mandala_government + local_var:mandala_government_levies != vassal_contract_obligation_level:mandala_government_levies } add = { - value = vassal_contract_obligation_level:gupta_government_levies - subtract = local_var:gupta_government_levies + value = vassal_contract_obligation_level:mandala_government_levies + subtract = local_var:mandala_government_levies } } if = { @@ -282,15 +282,15 @@ count_total_obligation_changes = { } if = { limit = { - has_government = gupta_government - local_var:gupta_government_taxes != vassal_contract_obligation_level:gupta_government_taxes + has_government = mandala_government + local_var:mandala_government_taxes != vassal_contract_obligation_level:mandala_government_taxes } add = 1 } if = { limit = { - has_government = gupta_government - local_var:gupta_government_levies != vassal_contract_obligation_level:gupta_government_levies + has_government = mandala_government + local_var:mandala_government_levies != vassal_contract_obligation_level:mandala_government_levies } add = 1 } diff --git a/WtWSMS/common/script_values/50_major_decision_values_BP_overwrite.txt b/WtWSMS/common/script_values/50_major_decision_values_BP_overwrite.txt index 067cb5fccf..5579387e3d 100644 --- a/WtWSMS/common/script_values/50_major_decision_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/50_major_decision_values_BP_overwrite.txt @@ -10,7 +10,7 @@ convert_to_feudalism_development_requirement = { has_government = clan_government has_government = high_tribal_government has_government = eranshar_government - has_government = gupta_government + has_government = mandala_government has_government = subroman_government has_government = gubernatorial_government has_government = bureaucratic_government diff --git a/WtWSMS/common/script_values/BP_goverment_values.txt b/WtWSMS/common/script_values/BP_goverment_values.txt index 4d53ee494e..b43dcfeb98 100644 --- a/WtWSMS/common/script_values/BP_goverment_values.txt +++ b/WtWSMS/common/script_values/BP_goverment_values.txt @@ -15,7 +15,7 @@ id_mercenary_government = 7 #BP Governments id_nomad_government = 8 id_prefeudal_government = 9 -id_gupta_government = 10 +id_mandala_government = 10 id_eranshar_government = 11 id_subroman_government = 12 id_gubernatorial_government = 13 diff --git a/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt b/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt index 2fc493bfda..6563cc7093 100644 --- a/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_government_conversion_effects.txt @@ -216,8 +216,8 @@ convert_realm_to_prefeudal_effect = { convert_realm_to_gupta_effect = { hidden_effect = { remove_all_realm_laws_effect = yes } convert_realm_to_general_government_effect = { - GOVERNMENT_TYPE = gupta_government - INITIAL_REALM_LAW = gupta_authority_0 + GOVERNMENT_TYPE = mandala_government + INITIAL_REALM_LAW = mandala_authority_0 } hidden_effect = { remove_government_id_effect = { THE_RULER = this } @@ -378,8 +378,8 @@ set_government_id_effect = { $THE_RULER$ = { set_variable = { name = government_id value = id_prefeudal_government } } } else_if = { - limit = { $THE_RULER$ = { has_government = gupta_government } } - $THE_RULER$ = { set_variable = { name = government_id value = id_gupta_government } } + limit = { $THE_RULER$ = { has_government = mandala_government } } + $THE_RULER$ = { set_variable = { name = government_id value = id_mandala_government } } } else_if = { limit = { $THE_RULER$ = { has_government = eranshar_government } } @@ -482,7 +482,7 @@ improve_government_form_effect = { #Advanced else_if = { limit = { - $DEFENDER$.var:government_id = id_gupta_government + $DEFENDER$.var:government_id = id_mandala_government NOT = { $ATTACKER$ = { has_government = high_tribal_government } } } $ATTACKER$ = { convert_realm_to_high_tribal_effect = yes } @@ -641,7 +641,7 @@ convert_government_type_effect = { #Must be linked with the above or it won't fi } #Advanced else_if = { - limit = { $THE_PREVIOUS_HOLDER$.var:government_id = id_gupta_government } + limit = { $THE_PREVIOUS_HOLDER$.var:government_id = id_mandala_government } if = { limit = { NOT = { $THE_NEW_HOLDER$.capital_barony.title_province = { has_holding_type = tribal_holding } } } $THE_NEW_HOLDER$ = { convert_realm_to_gupta_effect = yes } @@ -749,7 +749,7 @@ convert_government_type_without_check_effect = { } #Advanced else_if = { - limit = { $THE_PREVIOUS_HOLDER$.var:government_id = id_gupta_government } + limit = { $THE_PREVIOUS_HOLDER$.var:government_id = id_mandala_government } if = { limit = { NOT = { $THE_NEW_HOLDER$.capital_barony.title_province = { has_holding_type = tribal_holding } } } $THE_NEW_HOLDER$ = { convert_realm_to_gupta_effect = yes } diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 766fe7981a..96d1c08282 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -607,14 +607,14 @@ boostrap_prevention_effect = { else_if = { limit = { OR = { - $THE_PREVIOUS_HOLDER$ = { has_government = gupta_government } - $THE_PREVIOUS_HOLDER$ = { has_variable = id_gupta_government } + $THE_PREVIOUS_HOLDER$ = { has_government = mandala_government } + $THE_PREVIOUS_HOLDER$ = { has_variable = id_mandala_government } } } match_government_type_effect = { THE_COUNTY_BARONY = $THE_LANDED_TITLE$ TRIBAL_HOLDING_GOVERNMENT = high_tribal_government - CASTLE_HOLDING_GOVERNMENT = gupta_government + CASTLE_HOLDING_GOVERNMENT = mandala_government CITY_COUNTY_HOLDING_GOVERNMENT = republic_government CITY_BARONY_HOLDING_GOVERNMENT = republic_government } diff --git a/WtWSMS/common/scripted_effects/BP_realm_effects.txt b/WtWSMS/common/scripted_effects/BP_realm_effects.txt index fd540fa88c..86d7d8c12d 100644 --- a/WtWSMS/common/scripted_effects/BP_realm_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_realm_effects.txt @@ -197,9 +197,9 @@ reduce_crown_authority_level_effect = { } } else_if = { - limit = { realm_law_use_gupta_authority_trigger = yes } + limit = { realm_law_use_mandala_authority_trigger = yes } generic_reduce_crown_authority_level_effect = { - LAW_TYPE = gupta_authority + LAW_TYPE = mandala_authority LEVEL = $TO_LEVEL$ } } @@ -241,8 +241,8 @@ apply_given_crown_authority_level_skip_effect = { add_realm_law_skip_effects = prefeudal_authority_$LEVEL$ } else_if = { - limit = { realm_law_use_gupta_authority_trigger = yes } - add_realm_law_skip_effects = gupta_authority_$LEVEL$ + limit = { realm_law_use_mandala_authority_trigger = yes } + add_realm_law_skip_effects = mandala_authority_$LEVEL$ } else_if = { limit = { realm_law_use_eranshar_authority_trigger = yes } @@ -277,10 +277,10 @@ remove_all_realm_laws_effect = { if = { limit = { has_realm_law = prefeudal_authority_2 } remove_realm_law = prefeudal_authority_2 } if = { limit = { has_realm_law = prefeudal_authority_3 } remove_realm_law = prefeudal_authority_3 } #Gupta Authority - if = { limit = { has_realm_law = gupta_authority_0 } remove_realm_law = gupta_authority_0 } - if = { limit = { has_realm_law = gupta_authority_1 } remove_realm_law = gupta_authority_1 } - if = { limit = { has_realm_law = gupta_authority_2 } remove_realm_law = gupta_authority_2 } - if = { limit = { has_realm_law = gupta_authority_3 } remove_realm_law = gupta_authority_3 } + if = { limit = { has_realm_law = mandala_authority_0 } remove_realm_law = mandala_authority_0 } + if = { limit = { has_realm_law = mandala_authority_1 } remove_realm_law = mandala_authority_1 } + if = { limit = { has_realm_law = mandala_authority_2 } remove_realm_law = mandala_authority_2 } + if = { limit = { has_realm_law = mandala_authority_3 } remove_realm_law = mandala_authority_3 } #Eranshar Authority if = { limit = { has_realm_law = eranshar_authority_0 } remove_realm_law = eranshar_authority_0 } if = { limit = { has_realm_law = eranshar_authority_1 } remove_realm_law = eranshar_authority_1 } diff --git a/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt b/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt index 538fb17d32..5c4087c426 100644 --- a/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt +++ b/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt @@ -57,10 +57,10 @@ has_changed_contract_obligation_trigger = { } } trigger_if = { - limit = { scope:obligation_check = { has_government = gupta_government } } + limit = { scope:obligation_check = { has_government = mandala_government } } OR = { - local_var:gupta_government_taxes != scope:obligation_check.vassal_contract_obligation_level:gupta_government_taxes - local_var:gupta_government_levies != scope:obligation_check.vassal_contract_obligation_level:gupta_government_levies + local_var:mandala_government_taxes != scope:obligation_check.vassal_contract_obligation_level:mandala_government_taxes + local_var:mandala_government_levies != scope:obligation_check.vassal_contract_obligation_level:mandala_government_levies } } trigger_if = { diff --git a/WtWSMS/common/scripted_triggers/BP_faction_triggers.txt b/WtWSMS/common/scripted_triggers/BP_faction_triggers.txt index b4e052bf9d..0456d64723 100644 --- a/WtWSMS/common/scripted_triggers/BP_faction_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_faction_triggers.txt @@ -22,11 +22,11 @@ realm_law_uses_prefeudal_authority_trigger = { has_realm_law = prefeudal_authority_3 } } -realm_law_uses_gupta_authority_trigger = { +realm_law_uses_mandala_authority_trigger = { OR = { - has_realm_law = gupta_authority_1 - has_realm_law = gupta_authority_2 - has_realm_law = gupta_authority_3 + has_realm_law = mandala_authority_1 + has_realm_law = mandala_authority_2 + has_realm_law = mandala_authority_3 } } realm_law_uses_eranshar_authority_trigger = { @@ -46,7 +46,7 @@ realm_law_supports_liberty_faction_trigger = { #Prefeudal Governments realm_law_uses_prefeudal_authority_trigger = yes #Gupta Governments - realm_law_uses_gupta_authority_trigger = yes + realm_law_uses_mandala_authority_trigger = yes #Eranshar Governments realm_law_uses_eranshar_authority_trigger = yes } @@ -57,7 +57,7 @@ has_realm_law_level_1_trigger = { has_realm_law = crown_authority_1 has_realm_law = high_tribal_organization_1 has_realm_law = prefeudal_authority_1 - has_realm_law = gupta_authority_1 + has_realm_law = mandala_authority_1 has_realm_law = eranshar_authority_1 } } @@ -66,7 +66,7 @@ has_realm_law_level_2_trigger = { has_realm_law = crown_authority_2 has_realm_law = high_tribal_organization_2 has_realm_law = prefeudal_authority_2 - has_realm_law = gupta_authority_2 + has_realm_law = mandala_authority_2 has_realm_law = eranshar_authority_2 } } @@ -75,7 +75,7 @@ has_realm_law_level_3_trigger = { has_realm_law = crown_authority_3 has_realm_law = high_tribal_organization_3 has_realm_law = prefeudal_authority_3 - has_realm_law = gupta_authority_3 + has_realm_law = mandala_authority_3 has_realm_law = eranshar_authority_3 } } diff --git a/WtWSMS/common/scripted_triggers/BP_government_triggers.txt b/WtWSMS/common/scripted_triggers/BP_government_triggers.txt index 8b674c7d7d..e50ed140c8 100644 --- a/WtWSMS/common/scripted_triggers/BP_government_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_government_triggers.txt @@ -45,7 +45,7 @@ has_advanced_government_trigger = { OR = { has_government = subroman_government has_government = eranshar_government - has_government = gupta_government + has_government = mandala_government has_bureaucratic_government_type_trigger = yes } } @@ -196,7 +196,7 @@ eranshar_barbaric_government_trigger = { eranshar_civilized_government_trigger = { OR = { has_government = eranshar_government - has_government = gupta_government + has_government = mandala_government has_government = prefeudal_government has_government = bureaucratic_government has_government = gubernatorial_government @@ -233,7 +233,7 @@ can_have_tributary_contract_trigger = { has_government = high_tribal_government has_government = prefeudal_government has_government = nomad_government - has_government = gupta_government + has_government = mandala_government has_government = eranshar_government has_government = subroman_government } @@ -249,7 +249,7 @@ can_have_tributary_state_contract_trigger = { has_government = high_tribal_government has_government = prefeudal_government has_government = nomad_government - has_government = gupta_government + has_government = mandala_government has_government = eranshar_government has_government = subroman_government } @@ -312,7 +312,7 @@ settled_government_trigger = { has_government = feudal_government has_government = prefeudal_government has_government = high_tribal_government - has_government = gupta_government + has_government = mandala_government has_government = eranshar_government has_government = bureaucratic_government has_government = gubernatorial_government @@ -342,7 +342,7 @@ valid_government_rights_general_trigger = { has_government = prefeudal_government has_government = subroman_government has_government = eranshar_government - has_government = gupta_government + has_government = mandala_government } } #Valid governments to have religious rights diff --git a/WtWSMS/common/scripted_triggers/BP_law_triggers.txt b/WtWSMS/common/scripted_triggers/BP_law_triggers.txt index f929a73de6..a8afa57828 100644 --- a/WtWSMS/common/scripted_triggers/BP_law_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_law_triggers.txt @@ -1,7 +1,7 @@ #Vanilla Governments & sundry realm_law_use_high_tribal_organization_trigger = { has_government = high_tribal_government } realm_law_use_prefeudal_authority_trigger = { has_government = prefeudal_government } -realm_law_use_gupta_authority_trigger = { has_government = gupta_government } +realm_law_use_mandala_authority_trigger = { has_government = mandala_government } realm_law_use_eranshar_authority_trigger = { has_government = eranshar_government } realm_law_use_clerical_influence_trigger = { this = { save_temporary_scope_as = the_ruler } @@ -52,7 +52,7 @@ can_have_feudal_elective_succession_title_law_trigger = { has_government = high_tribal_government has_government = subroman_government has_government = eranshar_government - has_government = gupta_government + has_government = mandala_government has_government = bureaucratic_government } } @@ -79,7 +79,7 @@ has_crown_authority_equivalent_level_trigger = { has_realm_law = crown_authority_$LEVEL$ has_realm_law = high_tribal_organization_$LEVEL$ has_realm_law = prefeudal_authority_$LEVEL$ - has_realm_law = gupta_authority_$LEVEL$ + has_realm_law = mandala_authority_$LEVEL$ has_realm_law = eranshar_authority_$LEVEL$ } } diff --git a/WtWSMS/common/trigger_localization/BP_realm_law_trigger_localization.txt b/WtWSMS/common/trigger_localization/BP_realm_law_trigger_localization.txt index e8ffef89ee..0a96dd22f8 100644 --- a/WtWSMS/common/trigger_localization/BP_realm_law_trigger_localization.txt +++ b/WtWSMS/common/trigger_localization/BP_realm_law_trigger_localization.txt @@ -6,7 +6,7 @@ has_prefeudal_authority_cooldown = { first_not = PREFEUDAL_AUTHORITY_IS_ON_COOLDOWN } -has_gupta_authority_cooldown = { +has_mandala_authority_cooldown = { first_not = GUPTA_AUTHORITY_IS_ON_COOLDOWN } diff --git a/WtWSMS/common/vassal_contracts/gupta.txt b/WtWSMS/common/vassal_contracts/mandala.txt similarity index 69% rename from WtWSMS/common/vassal_contracts/gupta.txt rename to WtWSMS/common/vassal_contracts/mandala.txt index b618ba9d74..93d80bedbd 100644 --- a/WtWSMS/common/vassal_contracts/gupta.txt +++ b/WtWSMS/common/vassal_contracts/mandala.txt @@ -1,11 +1,11 @@ @ai_standard_liege_desire = 2 @ai_standard_vassal_desire = 1 -gupta_government_taxes = { +mandala_government_taxes = { display_mode = tree icon = gold_icon obligation_levels = { - gupta_tax_exempt = { + mandala_tax_exempt = { position = { 0 0 } tax = 0 @@ -15,8 +15,8 @@ gupta_government_taxes = { ai_liege_desire = 1 ai_vassal_desire = 5 } - gupta_tax_low = { - parent = gupta_tax_exempt + mandala_tax_low = { + parent = mandala_tax_exempt position = { 1 0 } tax = 0.05 @@ -25,9 +25,9 @@ gupta_government_taxes = { ai_liege_desire = 2 ai_vassal_desire = 4 } - gupta_tax_normal = { + mandala_tax_normal = { default = yes - parent = gupta_tax_low + parent = mandala_tax_low position = { 2 0 } tax = 0.10 @@ -35,8 +35,8 @@ gupta_government_taxes = { ai_liege_desire = 3 ai_vassal_desire = 3 } - gupta_tax_high = { - parent = gupta_tax_normal + mandala_tax_high = { + parent = mandala_tax_normal position = { 3 0 } tax = 0.15 @@ -45,8 +45,8 @@ gupta_government_taxes = { ai_liege_desire = 4 ai_vassal_desire = 2 } - gupta_tax_extortionate = { - parent = gupta_tax_high + mandala_tax_extortionate = { + parent = mandala_tax_high position = { 4 0 } tax = 0.30 @@ -58,11 +58,11 @@ gupta_government_taxes = { } } -gupta_government_levies = { +mandala_government_levies = { display_mode = tree icon = soldier_icon obligation_levels = { - gupta_levies_exempt = { + mandala_levies_exempt = { position = { 0 0 } levies = 0 @@ -71,8 +71,8 @@ gupta_government_levies = { ai_liege_desire = 1 ai_vassal_desire = 5 } - gupta_levies_low = { - parent = gupta_levies_exempt + mandala_levies_low = { + parent = mandala_levies_exempt position = { 1 0 } levies = 0.1 @@ -81,9 +81,9 @@ gupta_government_levies = { ai_liege_desire = 2 ai_vassal_desire = 4 } - gupta_levies_normal = { + mandala_levies_normal = { default = yes - parent = gupta_levies_low + parent = mandala_levies_low position = { 2 0 } levies = 0.2 @@ -91,8 +91,8 @@ gupta_government_levies = { ai_liege_desire = 3 ai_vassal_desire = 3 } - gupta_levies_high = { - parent = gupta_levies_normal + mandala_levies_high = { + parent = mandala_levies_normal position = { 3 0 } levies = 0.3 @@ -101,8 +101,8 @@ gupta_government_levies = { ai_liege_desire = 4 ai_vassal_desire = 2 } - gupta_levies_extortionate = { - parent = gupta_levies_high + mandala_levies_extortionate = { + parent = mandala_levies_high position = { 4 0 } levies = 0.5 diff --git a/WtWSMS/gui/interaction_modify_vassal_window.gui b/WtWSMS/gui/interaction_modify_vassal_window.gui index dea4247846..8fb9105191 100644 --- a/WtWSMS/gui/interaction_modify_vassal_window.gui +++ b/WtWSMS/gui/interaction_modify_vassal_window.gui @@ -88,7 +88,7 @@ vbox = { name = "paper_contract" ##### Changed from Vanilla vvvvv - visible = "[Or(Character.GetGovernment.IsType('feudal_government'), Or( Character.GetGovernment.IsType('prefeudal_government'), Or( Character.GetGovernment.IsType('gupta_government'), Or( Character.GetGovernment.IsType('subroman_government'), Character.GetGovernment.IsType('gubernatorial_government') ))))]" + visible = "[Or(Character.GetGovernment.IsType('feudal_government'), Or( Character.GetGovernment.IsType('prefeudal_government'), Or( Character.GetGovernment.IsType('mandala_government'), Or( Character.GetGovernment.IsType('subroman_government'), Character.GetGovernment.IsType('gubernatorial_government') ))))]" ##### Changed from Vanilla ^^^^^ layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding @@ -444,7 +444,7 @@ vbox = { name = "lambda_vassal_paper_contract" ##### Changed from Vanilla vvvvv - visible = "[Not( Or(Character.GetGovernment.IsType('feudal_government'), Or( Character.GetGovernment.IsType('prefeudal_government'), Or( Character.GetGovernment.IsType('gupta_government'), Or( Character.GetGovernment.IsType('subroman_government'), Character.GetGovernment.IsType('gubernatorial_government') )))) )]" + visible = "[Not( Or(Character.GetGovernment.IsType('feudal_government'), Or( Character.GetGovernment.IsType('prefeudal_government'), Or( Character.GetGovernment.IsType('mandala_government'), Or( Character.GetGovernment.IsType('subroman_government'), Character.GetGovernment.IsType('gubernatorial_government') )))) )]" ##### Changed from Vanilla ^^^^^ layoutpolicy_horizontal = expanding layoutpolicy_vertical = expanding diff --git a/WtWSMS/history/titles/BP_empire_india.txt b/WtWSMS/history/titles/BP_empire_india.txt index 9e053cb1b0..52e93d7cda 100644 --- a/WtWSMS/history/titles/BP_empire_india.txt +++ b/WtWSMS/history/titles/BP_empire_india.txt @@ -1,7 +1,7 @@ e_rajastan = { 220.1.1={ holder = 530 # Sri Gupta - government = gupta_government + government = mandala_government effect = { set_capital_county = title:c_magadha } } 280.1.1={ @@ -62,7 +62,7 @@ e_deccan = { # Vakataka Empire # 250.1.1={ holder = 36151 # Vindhyashakti Vakataka - government = gupta_government + government = mandala_government } 275.1.1={ holder = 36152 } # Pravarasena I Vakataka # Pravarapura Nandivardhana branch (Vakataka) @@ -83,7 +83,7 @@ e_deccan = { e_tamil = { 250.1.1={ holder = 36266 # Vadukak Karunaader Kalabhras - government = gupta_government + government = mandala_government } 260.1.1={ holder = 36267 # Mudukudumi Kalabhras diff --git a/WtWSMS/history/titles/BP_titles_titular.txt b/WtWSMS/history/titles/BP_titles_titular.txt index d1056d9ad4..64190d49f0 100644 --- a/WtWSMS/history/titles/BP_titles_titular.txt +++ b/WtWSMS/history/titles/BP_titles_titular.txt @@ -88,7 +88,7 @@ k_manipura = { k_south_kosala = { 400.1.1={ holder = 36176 # Vrishadhvaja Nala - government = gupta_government + government = mandala_government } 420.1.1={ holder = 36177 # Varahajara Nala @@ -110,7 +110,7 @@ k_western_kshatrapas = { 460.1.1={ holder = 96024 # Ghsamotika Vonones liege="e_deccan" - government = gupta_government + government = mandala_government } 510.1.1={ holder = 96025 # Bhratadarman Vonones @@ -120,7 +120,7 @@ d_triparvatha = { 425.1.1={ holder=36212 # Krishna Varma Kadamba liege = k_maharastra - government = gupta_government + government = mandala_government } 465.1.1={ holder=36213 # Vishnuvarna Kadamba @@ -148,7 +148,7 @@ k_kalachuri = { 460.1.1={ holder = 96026 # Raghunathrao Kalachuris liege="e_deccan" - government = gupta_government + government = mandala_government } 510.1.1={ holder = 96027 # Lakshmandeva Kalachuris @@ -168,7 +168,7 @@ d_tel_river = { # Parvatadvarka # 440.1.1={ holder= 36182 # Sobhanaraja - government = gupta_government + government = mandala_government } 500.1.1={ holder= 36183 # Tustikara @@ -181,7 +181,7 @@ d_viraja = { 460.1.1={ holder = 96012 # Sambhaji Chhadvaidam liege="e_rajastan" - government = gupta_government + government = mandala_government } 510.1.1={ holder = 96014 # Kapardin Chhadvaidam diff --git a/WtWSMS/history/titles/bp_k_andhra.txt b/WtWSMS/history/titles/bp_k_andhra.txt index b39b430fab..8f696eaf3e 100644 --- a/WtWSMS/history/titles/bp_k_andhra.txt +++ b/WtWSMS/history/titles/bp_k_andhra.txt @@ -3,7 +3,7 @@ 275.1.1={ holder = 36274 # Simhavarman I Pallava liege = 0 - government = gupta_government + government = mandala_government } 300.1.1={ holder = 36275 # Skandavarman I Pallava @@ -55,7 +55,7 @@ d_udayagiri = { 250.1.1={ holder = 36266 # Vadukak Karunaader Kalabhras - government = gupta_government + government = mandala_government } 260.1.1={ holder = 36267 # Mudukudumi Kalabhras @@ -257,7 +257,7 @@ c_nallamala = { #c_amaravati history (direct) d_vengi = { 460.1.1={ holder = 96030 # Madhavrao Vengi - government = gupta_government + government = mandala_government } 510.1.1={ holder = 96032 # Indraraja Vengi @@ -276,7 +276,7 @@ c_vengipura = { #Mixed history 460.1.1={ holder = 96030 # Madhavrao Vengi liege="e_deccan" - government = gupta_government + government = mandala_government } 510.1.1={ holder = 96032 # Indraraja Vengi @@ -308,7 +308,7 @@ c_mosala = { #Mixed history c_pithapuram history (direct) 460.1.1={ holder = 96030 # Madhavrao Vengi liege="e_deccan" - government = gupta_government + government = mandala_government } 510.1.1={ holder = 96032 # Indraraja Vengi diff --git a/WtWSMS/history/titles/bp_k_bengal.txt b/WtWSMS/history/titles/bp_k_bengal.txt index 686e6ebfa4..0544ebfa47 100644 --- a/WtWSMS/history/titles/bp_k_bengal.txt +++ b/WtWSMS/history/titles/bp_k_bengal.txt @@ -12,7 +12,7 @@ d_gauda = { #Title for Gaudas 360.1.1 = { #Historical holder = EastIndoAryanGauda000 liege = e_rajastan - government = gupta_government + government = mandala_government } 400.1.1 = { holder = EastIndoAryanGauda001 } #Fictional 450.1.1 = { holder = EastIndoAryanGauda002 } #Fictional @@ -365,7 +365,7 @@ d_suhma = { #Title for Chandras 370.1.1 = { #370-425 holder = EastIndoAryanChandra000 liege = e_rajastan - government = gupta_government + government = mandala_government } 425.1.1 = { holder = EastIndoAryanChandra001 } #425-445 445.1.1 = { holder = EastIndoAryanChandra002 } #445-454 diff --git a/WtWSMS/history/titles/bp_k_bihar.txt b/WtWSMS/history/titles/bp_k_bihar.txt index 403014da9b..48a7cf3e36 100644 --- a/WtWSMS/history/titles/bp_k_bihar.txt +++ b/WtWSMS/history/titles/bp_k_bihar.txt @@ -3,7 +3,7 @@ 476.1.1={ holder = 36334 # Krishna Adhika Gupta liege = e_rajastan - government = gupta_government + government = mandala_government } 505.1.1={ holder = 36335 # Harsha Adhika Gupta @@ -42,7 +42,7 @@ c_magadha = { #Tweaked c_magadha history 220.1.1={ holder = 530 # Sri Gupta - government = gupta_government + government = mandala_government } 280.1.1={ holder = 534 # Ghatotkacha Gupta @@ -179,7 +179,7 @@ c_sasaram = { #Tweaked c_magadha history; pataliputra was capital for guptas #Rulers 220.1.1={ holder = 530 # Sri Gupta - government = gupta_government + government = mandala_government } 280.1.1={ holder = 534 # Ghatotkacha Gupta diff --git a/WtWSMS/history/titles/bp_k_delhi.txt b/WtWSMS/history/titles/bp_k_delhi.txt index dc0d424d5a..505450071d 100644 --- a/WtWSMS/history/titles/bp_k_delhi.txt +++ b/WtWSMS/history/titles/bp_k_delhi.txt @@ -2,7 +2,7 @@ 410.1.1={ holder=36353 # Naravardhana Pushyabhuti liege = "e_rajastan" - government = gupta_government + government = mandala_government } 450.1.1={ holder=36354 # Rayvavardhana Pushyabhuti @@ -27,7 +27,7 @@ d_kuru = { #Rulers 736.3.1={ holder = 170151 #Anangpal Tomar - government = gupta_government + government = mandala_government } 754.3.1={ holder = 170152 #Vasudev Tomar diff --git a/WtWSMS/history/titles/bp_k_gujarat.txt b/WtWSMS/history/titles/bp_k_gujarat.txt index 525219a8a2..66b6207344 100644 --- a/WtWSMS/history/titles/bp_k_gujarat.txt +++ b/WtWSMS/history/titles/bp_k_gujarat.txt @@ -2,7 +2,7 @@ 460.1.1={ holder = 509 # Bhatarka Maitraka liege="e_rajastan" - government = gupta_government + government = mandala_government } 492.1.1={ holder = 510 # Dharasena Maitraka @@ -259,7 +259,7 @@ d_saurashtra = { 745.1.1={ liege = k_gujarat holder = 188063 # Vanaraja Capa - government = gupta_government + government = mandala_government } 780.1.1={ holder = 188064 # Yogaraja diff --git a/WtWSMS/history/titles/bp_k_himalaya.txt b/WtWSMS/history/titles/bp_k_himalaya.txt index 8692f0c0f8..02e28a3253 100644 --- a/WtWSMS/history/titles/bp_k_himalaya.txt +++ b/WtWSMS/history/titles/bp_k_himalaya.txt @@ -4,7 +4,7 @@ k_himalaya = { #k_nepal history #Licchavi Dynasty 425.1.1 = { holder=247408 #Sankaradeva I - government = gupta_government + government = mandala_government } 450.1.1 = { holder=247409 #Dharmadeva @@ -90,7 +90,7 @@ d_kurmanchal = { #d_gandhara history (moved) 466.1.1={ holder = 221521 # Kharak Takka liege = "e_rajastan" - government = gupta_government + government = mandala_government } 500.1.1={ holder=221522 @@ -228,7 +228,7 @@ d_khasa = { #Empty History 700.1.1 = { change_development_level = 2 } } c_jumla = { - 123.04.05 = { government = gupta_government } + 123.04.05 = { government = mandala_government } #Licchavi Dynasty 425.1.1 = { liege="k_himalaya" @@ -595,7 +595,7 @@ d_nepal = { #k_nepal history #Licchavi Dynasty 425.1.1 = { holder=247408 #Sankaradeva I - government = gupta_government + government = mandala_government } 450.1.1 = { holder=247409 #Dharmadeva diff --git a/WtWSMS/history/titles/bp_k_kamaprupa.txt b/WtWSMS/history/titles/bp_k_kamaprupa.txt index e3ebcd2231..1a936364dd 100644 --- a/WtWSMS/history/titles/bp_k_kamaprupa.txt +++ b/WtWSMS/history/titles/bp_k_kamaprupa.txt @@ -1,7 +1,7 @@ k_kamarupa = { 350.1.1={ holder = 144016 #Pushya Varman - government = gupta_government + government = mandala_government } 374.1.1={ holder = 144017 #Samudra Varman @@ -45,7 +45,7 @@ d_kamarupanagara = { 220.1.1={ holder = 530 # Sri Gupta - government = gupta_government + government = mandala_government } 280.1.1={ holder = 534 # Ghatotkacha Gupta diff --git a/WtWSMS/history/titles/bp_k_karnata.txt b/WtWSMS/history/titles/bp_k_karnata.txt index 17355a1967..6244559752 100644 --- a/WtWSMS/history/titles/bp_k_karnata.txt +++ b/WtWSMS/history/titles/bp_k_karnata.txt @@ -11,7 +11,7 @@ k_karnata = { 350.1.1 = { holder = 36192 # Konganivarman Madhava Gangas - government = gupta_government + government = mandala_government } 370.1.1 = { holder = 36193 # Madhava Gangas @@ -61,7 +61,7 @@ d_kalyani = { 750.1.1={ holder = 74712 liege = k_maharastra - government = gupta_government + government = mandala_government } 785.1.1={ holder = 74711 @@ -82,7 +82,7 @@ c_kalyani = { # Kadamba # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba @@ -140,7 +140,7 @@ c_sagar = { # Kadamba # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba @@ -508,7 +508,7 @@ c_idatarainadu = { # Kadamba # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba @@ -566,7 +566,7 @@ c_vatapi = { # Kadamba # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba @@ -615,7 +615,7 @@ c_vaijayanti = { #Capital of the Sendrakas [1] # Kadamba # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba @@ -664,7 +664,7 @@ c_koppam = { #Chalukya capital # Kadamba # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba diff --git a/WtWSMS/history/titles/bp_k_kashmir.txt b/WtWSMS/history/titles/bp_k_kashmir.txt index d4e2b13f7b..23c40cf6c4 100644 --- a/WtWSMS/history/titles/bp_k_kashmir.txt +++ b/WtWSMS/history/titles/bp_k_kashmir.txt @@ -7,7 +7,7 @@ k_kashmir = { 450.1.1 = { holder = kashmiri000 - government = gupta_government + government = mandala_government } 519.1.1 = { holder = kashmiri001 } 561.1.1 = { holder = kashmiri002 } @@ -100,7 +100,7 @@ d_pamir = { 423.1.1={ #set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } holder=kashmiri030 - government = gupta_government + government = mandala_government liege = k_kashmir } 468.1.1={ holder=kashmiri031 } diff --git a/WtWSMS/history/titles/bp_k_kosala.txt b/WtWSMS/history/titles/bp_k_kosala.txt index a8a250d42d..afb555aafc 100644 --- a/WtWSMS/history/titles/bp_k_kosala.txt +++ b/WtWSMS/history/titles/bp_k_kosala.txt @@ -3,7 +3,7 @@ 460.1.1={ holder = 506 # Dwaipayan Maukhari liege="e_rajastan" - government = gupta_government + government = mandala_government } 510.1.1={ holder = 507 # Yagnuvarman Maukhari @@ -22,7 +22,7 @@ d_kanyakubja = { 500.1.1={ holder = 36360 # Avantivarman Maukhari liege="e_rajastan" - government = gupta_government + government = mandala_government } 550.1.1={ holder = 36361 # Grahavarman Maitraka diff --git a/WtWSMS/history/titles/bp_k_lanka.txt b/WtWSMS/history/titles/bp_k_lanka.txt index f8f5ab141c..5cc58b58c1 100644 --- a/WtWSMS/history/titles/bp_k_lanka.txt +++ b/WtWSMS/history/titles/bp_k_lanka.txt @@ -2,7 +2,7 @@ # The Six Dravidians # 436.1.1={ holder = 470078 - government = gupta_government + government = mandala_government } 441.1.1={ holder = 470079 diff --git a/WtWSMS/history/titles/bp_k_maharastra.txt b/WtWSMS/history/titles/bp_k_maharastra.txt index c60f552579..b3ddc2a542 100644 --- a/WtWSMS/history/titles/bp_k_maharastra.txt +++ b/WtWSMS/history/titles/bp_k_maharastra.txt @@ -6,7 +6,7 @@ # Banavasi Branch # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba @@ -62,7 +62,7 @@ d_devagiri = { 325.1.1 = { #Sarvasena I Vakataka holder = 36154 - government = gupta_government + government = mandala_government liege = e_deccan } 355.1.1 = { holder = 36161 } #Vindyasena Vakataka @@ -158,7 +158,7 @@ c_mahur = { #c_balkonda history (examination) # Vakataka Empire # 250.1.1={ holder = 36151 # Vindhyashakti Vakataka - government = gupta_government + government = mandala_government } 275.1.1={ holder = 36152 } # Pravarasena I Vakataka # Pravarapura Nandivardhana branch (Vakataka) @@ -261,7 +261,7 @@ c_canda = { # Vakataka Empire # 250.1.1={ holder = 36151 # Vindhyashakti Vakataka - government = gupta_government + government = mandala_government } 275.1.1={ holder = 36152 } # Pravarasena I Vakataka # Pravarapura Nandivardhana branch (Vakataka) @@ -306,7 +306,7 @@ c_vairagara = { # Vakataka Empire # 250.1.1={ holder = 36151 # Vindhyashakti Vakataka - government = gupta_government + government = mandala_government } 275.1.1={ holder = 36152 } # Pravarasena I Vakataka # Pravarapura Nandivardhana branch (Vakataka) @@ -344,7 +344,7 @@ d_konkana = { 460.1.1={ holder = 96044 # Marasimha Alupa liege="k_maharastra" - government = gupta_government + government = mandala_government } 510.1.1={ holder = 96045 # Somesvara Alupa @@ -655,7 +655,7 @@ c_kolhapur = { # Kadamba # 345.1.1={ holder = 36201 # Mayurasharma Kadamba - government = gupta_government + government = mandala_government } 365.1.1={ holder = 36202 # Mayurasharma Kadamba diff --git a/WtWSMS/history/titles/bp_k_malwa.txt b/WtWSMS/history/titles/bp_k_malwa.txt index 26bc11f50e..04e272493d 100644 --- a/WtWSMS/history/titles/bp_k_malwa.txt +++ b/WtWSMS/history/titles/bp_k_malwa.txt @@ -4,7 +4,7 @@ # Aulikari (Madhya Pradesh Branch) # 470.1.1={ holder = 36374 # Drumavardhana Aulikari - government = gupta_government + government = mandala_government } 520.1.1={ holder = 36375 # Ajitavardhana Aulikari @@ -26,7 +26,7 @@ d_dadhipadra = { #changed to gurjara_partihara ruler (<570) 450.1.1={ holder=502 # Katukaraja Gurjara liege="e_rajastan" - government = gupta_government + government = mandala_government } 510.1.1={ holder=501 # Pratapa Gurjara diff --git a/WtWSMS/history/titles/bp_k_orissa.txt b/WtWSMS/history/titles/bp_k_orissa.txt index 9809f9a1ef..8baccbe680 100644 --- a/WtWSMS/history/titles/bp_k_orissa.txt +++ b/WtWSMS/history/titles/bp_k_orissa.txt @@ -12,7 +12,7 @@ d_tosali = { #Shailobhava dynasty 440.1.1={ holder = 36186 # Pulindasena Shailobhava - government = gupta_government + government = mandala_government } 450.1.1={ holder = 36187 # Shailobhava Shailobhava @@ -197,7 +197,7 @@ c_khijjingakota = { d_daksina_kosala = { 460.1.1={ holder = 36225 # Sarabha Sarabhapuriya - government = gupta_government + government = mandala_government } 499.1.1={ holder = 36226 # Narendra Sarabhapuriya @@ -355,7 +355,7 @@ c_kiranapura = { # Vakataka Empire # 250.1.1={ holder = 36151 # Vindhyashakti Vakataka - government = gupta_government + government = mandala_government } 275.1.1={ holder = 36152 } # Pravarasena I Vakataka # Pravarapura Nandivardhana branch (Vakataka) @@ -394,7 +394,7 @@ d_kalinga = { #Vasishtha Dynasy 410.1.1={ holder = EastIndoAryanVasistha000 - government = gupta_government + government = mandala_government } 440.1.1={ holder = EastIndoAryanVasistha001 } 470.1.1={ holder = EastIndoAryanVasistha002 } @@ -507,7 +507,7 @@ d_dandakaranya = { # Mathara # 320.1.1={ holder = 36232 # Vishakavarman Mathara - government = gupta_government + government = mandala_government } 350.1.1={ holder = 36233 # Umavarman Mathara @@ -572,7 +572,7 @@ c_barasuru = { 400.1.1={ holder = 36176 # Vrishadhvaja Nala - government = gupta_government + government = mandala_government } 420.1.1={ holder = 36177 # Varahajara Nala diff --git a/WtWSMS/history/titles/bp_k_rajputana.txt b/WtWSMS/history/titles/bp_k_rajputana.txt index 8d9de1281d..6ec8d09ba6 100644 --- a/WtWSMS/history/titles/bp_k_rajputana.txt +++ b/WtWSMS/history/titles/bp_k_rajputana.txt @@ -13,7 +13,7 @@ d_maru = { #Probable center of Malva settlement (see [1]) 430.1.1={ holder = 36362 # Jahnuvarman Malava liege="e_rajastan" - government = gupta_government + government = mandala_government } 450.1.1={ holder = 36363 # Sarvinvarman Malava @@ -157,7 +157,7 @@ d_jangladesh = { 551.1.1={ liege=k_gujarat holder = 188100 # Vasudeva - government = gupta_government + government = mandala_government } 595.1.1={ holder = 188101 # Samanta @@ -455,7 +455,7 @@ d_ajmer = { #Aulikari (Gupta-Feudatory Branch Center) 404.1.1={ holder = 36367 # Jayavarma Aulikari liege="e_rajastan" - government = gupta_government + government = mandala_government } 420.1.1={ holder = 36368 # Simhavarma Aulikari diff --git a/WtWSMS/history/titles/bp_k_sindh.txt b/WtWSMS/history/titles/bp_k_sindh.txt index f505978597..d45dd55300 100644 --- a/WtWSMS/history/titles/bp_k_sindh.txt +++ b/WtWSMS/history/titles/bp_k_sindh.txt @@ -3,7 +3,7 @@ 410.1.1={ holder=36343 # Rai Diwa Rais liege="e_rajastan" - government = gupta_government + government = mandala_government } 430.1.1={ holder=36344 # Rai Kharak Rais diff --git a/WtWSMS/history/titles/bp_k_tamilakam.txt b/WtWSMS/history/titles/bp_k_tamilakam.txt index 068b6941b0..d82ab4609b 100644 --- a/WtWSMS/history/titles/bp_k_tamilakam.txt +++ b/WtWSMS/history/titles/bp_k_tamilakam.txt @@ -2,7 +2,7 @@ #Rulers 450.1.1={ holder = 130 - government = gupta_government + government = mandala_government } 469.1.1 = { holder = 0 } #Suppresses "Hole in History" error } @@ -11,7 +11,7 @@ d_pandya_nadu = { 400.1.1={ holder = 36251 # Kadalul Maintha Ukkirap Peruvaludi Pandaya liege="e_tamil" - government = gupta_government + government = mandala_government } 420.1.1={ holder = 36252 # Nan Maran Pandaya @@ -135,7 +135,7 @@ d_chola_nadu = { #Empty History 200.1.1={ holder = 36257 # Kopperuncholan Chola liege="e_tamil" - government = gupta_government + government = mandala_government } 230.1.1={ holder = 36258 # Gandaraditya Chola @@ -288,7 +288,7 @@ d_chera_nadu = { 300.1.1={ holder = 36244 # Sthanu Ravi Varma Chera liege="e_tamil" - government = gupta_government + government = mandala_government } 320.1.1={ holder = 36245 # Indu Kotha Varma Chera @@ -429,7 +429,7 @@ c_maldives = { 470.1.1={ holder = 109772 liege = 0 - government = gupta_government + government = mandala_government } } diff --git a/WtWSMS/history/titles/bp_k_telingana.txt b/WtWSMS/history/titles/bp_k_telingana.txt index ebb6a80076..9a53a9f3d0 100644 --- a/WtWSMS/history/titles/bp_k_telingana.txt +++ b/WtWSMS/history/titles/bp_k_telingana.txt @@ -2,7 +2,7 @@ 360.1.1={ holder = 36166 # Indra Varma liege="e_deccan" - government = gupta_government + government = mandala_government } 380.1.1={ holder = 36167 # Madhav Varma @@ -184,7 +184,7 @@ c_balkonda = { d_racakonda = { 275.1.1={ holder = 36274 # Simhavarman I Pallava - government = gupta_government + government = mandala_government } 300.1.1={ holder = 36275 # Skandavarman I Pallava diff --git a/WtWSMS/localization/english/BP_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_game_concepts_l_english.yml index 40ebbc537a..1f5f3f9ec9 100644 --- a/WtWSMS/localization/english/BP_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_game_concepts_l_english.yml @@ -132,20 +132,20 @@ game_concept_nomad_government_desc:0 "A government form found in nomadic peoples from the Eurasian step since Antiquity." #Gupta - game_concept_gupta_government:0 "Gupta Government" - game_concept_gupta_short:0 "Gupta" - game_concept_gupta_noun:0 "Gupta" - game_concept_gupta_government_desc:0 "$game_concept_gupta_noun$ government is centred around the Gupta dynasty which played a major role in the history of India and influenced both inside their empire as well as in neighbouring areas. While the empire had no standard unified administrative divisions or structure, there was an increase in the level of centralisation and record-keeping was highly developed with a complex system for amongst others the registration of land, donations, income and expenditure." - game_concept_gupta_authority:0 "Centralization" - game_concept_gupta_authority_desc:0 "$game_concept_gupta_authority$ represents the overall centralization of the Gupta realm. While it had a scholar-based bureaucracy, significant power was devolved into the feudatories that comprised the realm when compared to the administration of other nations like Rome or Persia." - game_concept_gupta_authority_0:0 "Decentralized Realm" - game_concept_gupta_authority_0_desc:0 "" - game_concept_gupta_authority_1:0 "Low Centralization" - game_concept_gupta_authority_1_desc:0 "" - game_concept_gupta_authority_2:0 "Moderate Centralization" - game_concept_gupta_authority_2_desc:0 "" - game_concept_gupta_authority_3:0 "High Centralization" - game_concept_gupta_authority_3_desc:0 "" + game_concept_mandala_government: "Mandala Government" + game_concept_gupta_short: "Mandala" + game_concept_gupta_noun: "Mandala" + game_concept_mandala_government_desc: "$game_concept_gupta_noun$ government is centred around the #italic Raja#! (ruler) and was first described by Chanakya in the political work #italic Arthashastra#!. In #EMP When the World Stopped making Sense#!, it is used to refer to the various governments within the greater Indian Sphere. While there is no standard unified administrative divisions or structure, there was an increase in the level of centralisation and record-keeping was highly developed with a complex system for amongst others the registration of land, donations, income and expenditure." + game_concept_mandala_authority: "Centralization" + game_concept_mandala_authority_desc: "$game_concept_mandala_authority$ represents the overall centralization of the Gupta realm. While it had a scholar-based bureaucracy, significant power was devolved into the feudatories that comprised the realm when compared to the administration of other nations like Rome or Persia." + game_concept_mandala_authority_0: "Decentralized Realm" + game_concept_mandala_authority_0_desc: "" + game_concept_mandala_authority_1: "Low Centralization" + game_concept_mandala_authority_1_desc: "" + game_concept_mandala_authority_2: "Moderate Centralization" + game_concept_mandala_authority_2_desc: "" + game_concept_mandala_authority_3: "High Centralization" + game_concept_mandala_authority_3_desc: "" #Eranshar game_concept_eranshar_government:0 "Eranshar Government" diff --git a/WtWSMS/localization/english/BP_government_l_english.yml b/WtWSMS/localization/english/BP_government_l_english.yml index f8aa647e77..42efbe2dfd 100644 --- a/WtWSMS/localization/english/BP_government_l_english.yml +++ b/WtWSMS/localization/english/BP_government_l_english.yml @@ -58,38 +58,38 @@ GOVERNMENT_NOMAD_NOT_ALLIED:0 "No [alliance|E] as Nomadic [vassal|E]" #Gupta Government - gupta_government:0 "Gupta" - gupta_government_adjective:0 "Gupta" - gupta_government_realm:0 "Gupta Realm" - gupta_government_vassals_label:0 "$gupta_government$ [obligations|E] are based on each [vassal|E]'s [feudal_contract|E]" - gupta_government_desc:0 "$game_concept_gupta_government_desc$" - - gupta_government_taxes:0 "[GetGovernment( 'gupta_government' ).GetNameNoTooltip] [taxes|U]" - gupta_tax_exempt:0 "No Taxes" - gupta_tax_exempt_short:0 "None" - gupta_tax_low:0 "Low Taxes" - gupta_tax_low_short:0 "Low" - gupta_tax_normal:0 "Normal Taxes" - gupta_tax_normal_short:0 "Normal" - gupta_tax_high:0 "High Taxes" - gupta_tax_high_short:0 "High" - gupta_tax_extortionate:0 "Extortionate Taxes" - gupta_tax_extortionate_short:0 "Extortionate" - - gupta_government_levies:0 "[GetGovernment( 'gupta_government' ).GetNameNoTooltip] [levies|U]" - gupta_levies_exempt:0 "No Contribution" - gupta_levies_exempt_short:0 "None" - gupta_levies_low:0 "Low Contribution" - gupta_levies_low_short:0 "Low" - gupta_levies_normal:0 "Normal Contribution" - gupta_levies_normal_short:0 "Normal" - gupta_levies_high:0 "High Contribution" - gupta_levies_high_short:0 "High" - gupta_levies_extortionate:0 "Extortionate Contribution" - gupta_levies_extortionate_short:0 "Extortionate" - - vassals_must_give_titles_to_dynasty_members:0 "[vassal|E] $gupta_government$ rulers must grant titles to [dynasty|E] members, if possible." - gupta_government_character_modifier:0 "[development|E] Growth: #P +25%#!\n$EFFECT_LIST_BULLET$ Monthly [control|E] Gain: #P 0.1#!\n\n" + mandala_government: "Mandala" + mandala_government_adjective: "Mandala" + mandala_government_realm: "Mandala Realm" + mandala_government_vassals_label: "$mandala_government$ [obligations|E] are based on each [vassal|E]'s [feudal_contract|E]" + mandala_government_desc: "$game_concept_mandala_government_desc$" + + mandala_government_taxes: "[GetGovernment( 'mandala_government' ).GetNameNoTooltip] [taxes|U]" + mandala_tax_exempt: "No Taxes" + mandala_tax_exempt_short: "None" + mandala_tax_low: "Low Taxes" + mandala_tax_low_short: "Low" + mandala_tax_normal: "Normal Taxes" + mandala_tax_normal_short: "Normal" + mandala_tax_high: "High Taxes" + mandala_tax_high_short: "High" + mandala_tax_extortionate: "Extortionate Taxes" + mandala_tax_extortionate_short: "Extortionate" + + mandala_government_levies: "[GetGovernment( 'mandala_government' ).GetNameNoTooltip] [levies|U]" + mandala_levies_exempt: "No Contribution" + mandala_levies_exempt_short: "None" + mandala_levies_low: "Low Contribution" + mandala_levies_low_short: "Low" + mandala_levies_normal: "Normal Contribution" + mandala_levies_normal_short: "Normal" + mandala_levies_high: "High Contribution" + mandala_levies_high_short: "High" + mandala_levies_extortionate: "Extortionate Contribution" + mandala_levies_extortionate_short: "Extortionate" + + vassals_must_give_titles_to_dynasty_members: "[vassal|E] $mandala_government$ rulers must grant titles to [dynasty|E] members, if possible." + mandala_government_character_modifier: "[development|E] Growth: #P +25%#!\n$EFFECT_LIST_BULLET$ Monthly [control|E] Gain: #P 0.1#!\n\n" #Eranshar eranshar_government:0 "Eranshar" diff --git a/WtWSMS/localization/english/BP_laws_l_english.yml b/WtWSMS/localization/english/BP_laws_l_english.yml index c31cd834b5..61061e3915 100644 --- a/WtWSMS/localization/english/BP_laws_l_english.yml +++ b/WtWSMS/localization/english/BP_laws_l_english.yml @@ -24,16 +24,16 @@ PREFEUDAL_AUTHORITY_IS_ON_COOLDOWN:0 "You recently increased Pre-Feudal Authority. Can be increased again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'prefeudal_authority_cooldown') )]" #Gupta Authority - gupta_authority:0 "[gupta_authority|E]" - gupta_authority_0:0 "Decentralized Realm" - gupta_authority_0_effects:0 "" - gupta_authority_1:0 "Low Centralization" - gupta_authority_1_effects:0 "$EFFECT_LIST_BULLET$ [titles|E] can be revoked\n$EFFECT_LIST_BULLET$ [vassals|E] can be retracted" - gupta_authority_2:0 "Moderate Centralization" - gupta_authority_2_effects:0 "$EFFECT_LIST_BULLET$[vassals|E] cannot wage [war|E] against other Vassals unless they use a [hook|E] on their [liege|E]\n$EFFECT_LIST_BULLET$All Vassals who refuse Title revocation or Vassal retraction are considered [criminals|E]" - gupta_authority_3:0 "High Centralization" - gupta_authority_3_effects:0 "$EFFECT_LIST_BULLET$[vassals|E] cannot wage any [war|E] unless they use a [hook|E] on their [liege|E]" - GUPTA_AUTHORITY_IS_ON_COOLDOWN:0 "You recently changed $game_concept_gupta_authority$. Can be increased again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'gupta_authority_cooldown') )]" + mandala_authority:0 "[mandala_authority|E]" + mandala_authority_0:0 "Decentralized Realm" + mandala_authority_0_effects:0 "" + mandala_authority_1:0 "Low Centralization" + mandala_authority_1_effects:0 "$EFFECT_LIST_BULLET$ [titles|E] can be revoked\n$EFFECT_LIST_BULLET$ [vassals|E] can be retracted" + mandala_authority_2:0 "Moderate Centralization" + mandala_authority_2_effects:0 "$EFFECT_LIST_BULLET$[vassals|E] cannot wage [war|E] against other Vassals unless they use a [hook|E] on their [liege|E]\n$EFFECT_LIST_BULLET$All Vassals who refuse Title revocation or Vassal retraction are considered [criminals|E]" + mandala_authority_3:0 "High Centralization" + mandala_authority_3_effects:0 "$EFFECT_LIST_BULLET$[vassals|E] cannot wage any [war|E] unless they use a [hook|E] on their [liege|E]" + GUPTA_AUTHORITY_IS_ON_COOLDOWN:0 "You recently changed $game_concept_mandala_authority$. Can be increased again after [GetCurrentDateWithDiff( GetVarTimeRemaining( CHARACTER.MakeScope, 'mandala_authority_cooldown') )]" #Eranshar eranshar_authority:0 "[eranshar_authority|E]" diff --git a/WtWSMS/localization/english/modifiers/BP_modifiers_l_english.yml b/WtWSMS/localization/english/modifiers/BP_modifiers_l_english.yml index f90564aefe..5bb666b191 100644 --- a/WtWSMS/localization/english/modifiers/BP_modifiers_l_english.yml +++ b/WtWSMS/localization/english/modifiers/BP_modifiers_l_english.yml @@ -5,12 +5,12 @@ prefeudal_government_tax_contribution_mult:0 "[prefeudal_short|E] [vassal|E] [tax|E] [modifier_contribution|E]" prefeudal_government_levy_contribution_add:0 "[prefeudal_short|E] [vassal|E] [levy|E] [modifier_base_contribution|E]" prefeudal_government_levy_contribution_mult:0 "[prefeudal_short|E] [vassal|E] [levy|E] [modifier_contribution|E]" - gupta_government_opinion:0 "[gupta_short|E] Ruler Opinion" - gupta_government_vassal_opinion:0 "[gupta_short|E] [vassal|E] Opinion" - gupta_government_tax_contribution_add:0 "[gupta_short|E] [vassal|E] [tax|E] [modifier_base_contribution|E]" - gupta_government_tax_contribution_mult:0 "[gupta_short|E] [vassal|E] [tax|E] [modifier_contribution|E]" - gupta_government_levy_contribution_add:0 "[gupta_short|E] [vassal|E] [levy|E] [modifier_base_contribution|E]" - gupta_government_levy_contribution_mult:0 "[gupta_short|E] [vassal|E] [levy|E] [modifier_contribution|E]" + mandala_government_opinion:0 "[gupta_short|E] Ruler Opinion" + mandala_government_vassal_opinion:0 "[gupta_short|E] [vassal|E] Opinion" + mandala_government_tax_contribution_add:0 "[gupta_short|E] [vassal|E] [tax|E] [modifier_base_contribution|E]" + mandala_government_tax_contribution_mult:0 "[gupta_short|E] [vassal|E] [tax|E] [modifier_contribution|E]" + mandala_government_levy_contribution_add:0 "[gupta_short|E] [vassal|E] [levy|E] [modifier_base_contribution|E]" + mandala_government_levy_contribution_mult:0 "[gupta_short|E] [vassal|E] [levy|E] [modifier_contribution|E]" eranshar_government_opinion:0 "[eranshar_short|E] Ruler Opinion" eranshar_government_vassal_opinion:0 "[eranshar_short|E] [vassal|E] Opinion" eranshar_government_tax_contribution_add:0 "[eranshar_short|E] [vassal|E] [tax|E] [modifier_base_contribution|E]" diff --git a/WtWSMS/localization/english/religion/sea_religion_l_english.yml b/WtWSMS/localization/english/religion/sea_religion_l_english.yml index e801e2887e..121c7f68e6 100644 --- a/WtWSMS/localization/english/religion/sea_religion_l_english.yml +++ b/WtWSMS/localization/english/religion/sea_religion_l_english.yml @@ -11,5 +11,5 @@ doctrine_parameter_right_to_rule_feudal: "Enables adopting [feudal_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" doctrine_parameter_right_to_rule_clan: "Enables adopting [clan_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" - doctrine_parameter_right_to_rule_mandala: "Enables adopting [gupta_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" + doctrine_parameter_right_to_rule_mandala: "Enables adopting [mandala_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" doctrine_parameter_right_to_rule_sassanid: "Enables adopting [eranshar_government|E], with the #P $culture_era_late_migration$#! #V $innovation_dominium_mundi$#! [innovation|E]" \ No newline at end of file diff --git a/WtWSMS/localization/english/triggers/BP_government_l_english.yml b/WtWSMS/localization/english/triggers/BP_government_l_english.yml index 7160951481..a5ec9f5a23 100644 --- a/WtWSMS/localization/english/triggers/BP_government_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_government_l_english.yml @@ -1,5 +1,5 @@ l_english: - NOT_HAS_ADVANCED_GOVERNMENT_TEXT: "You do not have one of the following governments:\n\t\t$EFFECT_LIST_BULLET$[subroman_government|E]\n\t\t$EFFECT_LIST_BULLET$[bureaucratic_government|E]\n\t\t$EFFECT_LIST_BULLET$[eranshar_government|E]\n\t\t$EFFECT_LIST_BULLET$[gupta_government|E]" + NOT_HAS_ADVANCED_GOVERNMENT_TEXT: "You do not have one of the following governments:\n\t\t$EFFECT_LIST_BULLET$[subroman_government|E]\n\t\t$EFFECT_LIST_BULLET$[bureaucratic_government|E]\n\t\t$EFFECT_LIST_BULLET$[eranshar_government|E]\n\t\t$EFFECT_LIST_BULLET$[mandala_government|E]" NOT_GENERAL_KINGDOM_TITLE_CREATION_TEXT: "Either:\n\t$EFFECT_LIST_BULLET$$NOT_HAS_ADVANCED_GOVERNMENT_TEXT$\n\t$EFFECT_LIST_BULLET$[CULTURE.GetName] does not have the [innovation|E] $innovation_leges_barbarorum$" NOT_GENERAL_EMPIRE_TITLE_CREATION_TEXT: "Either:\n\t$EFFECT_LIST_BULLET$$NOT_HAS_ADVANCED_GOVERNMENT_TEXT$\n\t$EFFECT_LIST_BULLET$[CULTURE.GetName] does not have the [innovation|E] $innovation_mundium$" \ No newline at end of file From 4e9cd875d0879a0edc43592dc3c796c929acaddf Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 4 Oct 2022 21:54:14 -0400 Subject: [PATCH 115/339] GUI minority utilization numbers * Partial fix to number representation in GUI --- .../sea_minority_culture_values.txt | 4 +- .../sea_minority_culture_values_generic.txt | 2 +- .../common/scripted_guis/sea_gui_effects.txt | 118 +++++++++++++++++- WtWSMS/gui/window_county_view.gui | 22 +++- .../gui/sea_holding_view_l_english.yml | 26 ++-- _developer_documentation/_BP_design.info | 6 +- 6 files changed, 154 insertions(+), 24 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_culture_values.txt index 58ebba0f29..950680c02b 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values.txt @@ -223,7 +223,7 @@ faith_small_minority_weight_value = { } multiply = dharmic_minorities_in_dharmic_counties_multiplier } - else_if = { + if = { limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } multiply = tradition_religion_blending_multiplier } @@ -259,7 +259,7 @@ number_of_faith_minorities_in_county_weighted = { every_in_list = { variable = faith_minorities_large this = { save_temporary_scope_as = the_faith_temp } - add = faith_small_minority_weight_value + add = faith_large_minority_weight_value } } } diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index dd246d9a18..c6b9b45b9f 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -15,7 +15,7 @@ small_minority_cost_value = 2 #Minority weight bases base_small_minority_weight = 1 base_large_minority_weight = 2 -dharmic_minorities_in_dharmic_counties_multiplier = 0.67 +dharmic_minorities_in_dharmic_counties_multiplier = 0.66 tradition_religion_blending_multiplier = 0.75 tradition_culture_blending_multiplier = 0.75 tradition_rough_terrain_diversity_multiplier = 0.40 diff --git a/WtWSMS/common/scripted_guis/sea_gui_effects.txt b/WtWSMS/common/scripted_guis/sea_gui_effects.txt index 17c0303b08..24f4ad6a90 100644 --- a/WtWSMS/common/scripted_guis/sea_gui_effects.txt +++ b/WtWSMS/common/scripted_guis/sea_gui_effects.txt @@ -31,11 +31,38 @@ open_minority_tooltip = { } } } + #Calculate the net size of each culture; should mirror culture_small_minority_weight_value + every_in_list = { + variable = culture_minorities_small + this = { + set_variable = { + name = net_size + value = base_small_minority_weight + } + if = { + limit = { root = { has_variable = the_county_has_a_culture_blending_tradition } } + change_variable = { + name = net_size + multiply = tradition_culture_blending_multiplier + } + } + if = { + limit = { + this = { has_variable = the_culture_has_reduced_weight_in_rough_terrain } + root = { has_variable = the_county_has_a_rough_terrain_province } + } + change_variable = { + name = net_size + multiply = tradition_rough_terrain_diversity_multiplier + } + } + } + } } if = { limit = { has_variable_list = culture_minorities_large } every_in_list = { - variable = culture_minorities_small + variable = culture_minorities_large this = { if = { limit = { has_reduced_weight_in_rough_terrain_trigger = yes } @@ -43,6 +70,33 @@ open_minority_tooltip = { } } } + #Calculate the net size of each culture; should mirror culture_large_minority_weight_value + every_in_list = { + variable = culture_minorities_large + this = { + set_variable = { + name = net_size + value = base_large_minority_weight + } + if = { + limit = { root = { has_variable = the_county_has_a_culture_blending_tradition } } + change_variable = { + name = net_size + multiply = tradition_culture_blending_multiplier + } + } + if = { + limit = { + this = { has_variable = the_culture_has_reduced_weight_in_rough_terrain } + root = { has_variable = the_county_has_a_rough_terrain_province } + } + change_variable = { + name = net_size + multiply = tradition_rough_terrain_diversity_multiplier + } + } + } + } } ##### FAITH CASES ##### @@ -66,11 +120,38 @@ open_minority_tooltip = { } } } + #Calculate the net size of each culture; should mirror faith_small_minority_weight_value + every_in_list = { + variable = faith_minorities_small + this = { + set_variable = { + name = net_size + value = base_small_minority_weight + } + if = { + limit = { + root = { has_variable = the_county_has_dharmic_faith } + this = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } + } + change_variable = { + name = net_size + multiply = dharmic_minorities_in_dharmic_counties_multiplier + } + } + if = { + limit = { root = { has_variable = the_county_has_a_religion_blending_tradition } } + change_variable = { + name = net_size + multiply = tradition_religion_blending_multiplier + } + } + } + } } if = { limit = { has_variable_list = faith_minorities_large } every_in_list = { - variable = faith_minorities_small + variable = faith_minorities_large this = { if = { limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } @@ -78,6 +159,33 @@ open_minority_tooltip = { } } } + #Calculate the net size of each culture; should mirror faith_large_minority_weight_value + every_in_list = { + variable = faith_minorities_large + this = { + set_variable = { + name = net_size + value = base_large_minority_weight + } + if = { + limit = { + root = { has_variable = the_county_has_dharmic_faith } + this = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } + } + change_variable = { + name = net_size + multiply = dharmic_minorities_in_dharmic_counties_multiplier + } + } + if = { + limit = { root = { has_variable = the_county_has_a_religion_blending_tradition } } + change_variable = { + name = net_size + multiply = tradition_religion_blending_multiplier + } + } + } + } } } } @@ -87,7 +195,10 @@ close_minority_tooltip = { effect = { root = { - remove_variable = the_county_temp + if = { + limit = { has_variable = the_county_temp } + remove_variable = the_county_temp + } ##### CULTURE CASES ##### if = { @@ -124,7 +235,6 @@ close_minority_tooltip = { } } - ##### FAITH CASES ##### if = { limit = { has_variable = the_county_has_dharmic_faith } diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index ac1ec2c781..96cbec14eb 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -37,6 +37,7 @@ window = { name = _show on_start = "[GetVariableSystem.Set( 'county_view_open', 'true' )]" on_start = "[GetVariableSystem.Set( 'hide_bottom_left_HUD', 'true' )]" + on_start = "[GetScriptedGui('close_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" on_start = "[GetScriptedGui('open_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" using = Animation_FadeIn_Standard @@ -653,6 +654,21 @@ window = { scissor = yes visible = "[Not(GetVariableSystem.Exists('minority_view'))]" + state = { + name = "holding_view_refresh" + next = a + alpha = 0.5 + on_start = "[GetScriptedGui('close_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" + on_start = "[GetScriptedGui('open_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" + } + + state = { + name = "a" + alpha = 1 + duration = 0.5 + using = Animation_Curve_Default + } + background = { using = Background_Area_Dark margin_left = 5 @@ -1510,11 +1526,13 @@ window = { margin_right = 15 scissor = yes visible = "[GetVariableSystem.Exists('minority_view')]" - + state = { - name = "holding_view_refresh" + name = "minority_view_refresh" next = a alpha = 0.5 + on_start = "[GetScriptedGui('close_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" + on_start = "[GetScriptedGui('open_minority_tooltip').Execute( GuiScope.SetRoot( HoldingView.GetCountyTitle.MakeScope ).End)]" } state = { diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index d1c1646919..9f2aa41f3c 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -7,35 +7,37 @@ MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" #TODO (0.2.0): Generate these numbers from script values instead of hardcoded - SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [HoldingView.GetCountyTitle.MakeScope.Var('the_county_temp').Title.GetNameNoTooltip]" - SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: -0" - SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" - SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: -0" + SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" + SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" + SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" + SPECIFIC_FAITH_LARGE_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" ##### General Culture - ROUGH_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Rough Terrain: #P -60%#!" - CULTURE_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_culture_blending_name$#!): #P -25%#!" + CULTURE_OPENING: "Minority Capacity Utilization: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" + ROUGH_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Rough Terrain: #P $multiplication_sign$0.40#!" + CULTURE_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_culture_blending_name$#!): #P $multiplication_sign$0.75#!" #Small Culture - SMALL_CULTURE_BREAKDOWN: "Minority Capacity Utilization:$SMALL_CULTURE_BASE$$SMALL_CULTURE_ROUGH$$SMALL_FAITH_BLENDING$" + SMALL_CULTURE_BREAKDOWN: "$CULTURE_OPENING$$SMALL_CULTURE_BASE$$SMALL_CULTURE_ROUGH$$SMALL_CULTURE_BLENDING$" SMALL_CULTURE_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_small_minority_weight')|2]" SMALL_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" SMALL_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" #Large Culture - LARGE_CULTURE_BREAKDOWN: "Minority Capacity Utilization:$LARGE_CULTURE_BASE$$LARGE_CULTURE_ROUGH$$LARGE_FAITH_BLENDING$" + LARGE_CULTURE_BREAKDOWN: "$CULTURE_OPENING$$LARGE_CULTURE_BASE$$LARGE_CULTURE_ROUGH$$LARGE_CULTURE_BLENDING$" LARGE_CULTURE_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_large_minority_weight')|2]" LARGE_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" LARGE_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" ##### General Faith - DHARMIC_STRING: "\n$BULLET_WITH_TAB$County Majority Faith Dharmic: #P -33%#!" - FAITH_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_religion_blending_name$#!): #P -25%#!" + FAITH_OPENING: "Minority Capacity Utilization: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" + DHARMIC_STRING: "\n$BULLET_WITH_TAB$County Majority Faith Dharmic: #P $multiplication_sign$0.66#!" + FAITH_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_religion_blending_name$#!): #P $multiplication_sign$0.75#!" #Small Faith - SMALL_FAITH_BREAKDOWN: "Minority Capacity Utilization:$SMALL_FAITH_BASE$$SMALL_FAITH_DHARMIC$$SMALL_FAITH_BLENDING$" + SMALL_FAITH_BREAKDOWN: "$FAITH_OPENING$$SMALL_FAITH_BASE$$SMALL_FAITH_DHARMIC$$SMALL_FAITH_BLENDING$" SMALL_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_small_minority_weight')|2]" SMALL_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" SMALL_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" #Large Faith - LARGE_FAITH_BREAKDOWN: "Minority Capacity Utilization:$LARGE_FAITH_BASE$$LARGE_FAITH_DHARMIC$$LARGE_FAITH_BLENDING$" + LARGE_FAITH_BREAKDOWN: "$FAITH_OPENING$$LARGE_FAITH_BASE$$LARGE_FAITH_DHARMIC$$LARGE_FAITH_BLENDING$" LARGE_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_large_minority_weight')|2]" LARGE_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" LARGE_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index d4c70bffcf..ff18bceaf0 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -50,14 +50,14 @@ MINORITIES ------------ MINORITY UTILIZATION: * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces? - * Adaptive should reduce minority size slightly + * Adaptive should reduce minority size slightly or modify support * Possibility of minorities becoming hybrid if hybrid is already extant? OTHERS: * Sahara event should use minorities * Minorities need to be evaluated during hybridization/divergence GUI: - * Breakdown of utilization - * Needs to refresh values every time time map is clicked (changing holdings; only refreshes some of the time right now) + * Breakdown of support + * Needs to refresh values every time time map is clicked; values don't always refresh there HYBRID CULTURES ------------------------------ From 907c3d97b5d1f3b3278bfc44886e6c1f2874feb1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:41:49 -0400 Subject: [PATCH 116/339] More support/feeding polish --- .../sea_minority_culture_values_generic.txt | 76 +++++++- .../common/scripted_guis/sea_gui_effects.txt | 179 +++++++++++------- .../sea_minority_triggers_generic.txt | 8 +- WtWSMS/gui/window_county_view.gui | 65 ++++++- .../gui/sea_holding_view_l_english.yml | 24 ++- _developer_documentation/_BP_design.info | 3 + 6 files changed, 272 insertions(+), 83 deletions(-) diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index c6b9b45b9f..d66b5047d7 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -1,7 +1,7 @@ #The values in this file are "generic" in one of three senses: # 1). They'd be templated if script values supported $SUBSTITUTION$ syntax and thus represent code duplication # 2). They provide various common interfaces and values that shouldn't be modified by others -# 3). They are not meant for TCs (or other mods) to modify as they will touch some core mod mechanics +# 3). They are not meant for TCs (or other mods) to modify as they will touch some core sub-mod mechanics # Modify at your own risk. #Generic values @@ -166,7 +166,36 @@ support_of_a_minority_culture_generic = { #Modders shouldn't tweak this unless they really want to change core functionality; changing # "support_of_a_culture_minority_in_county" in sea_minority_culture_values.txt is suggested instead. feeding_of_a_minority_culture_generic = { - value = support_of_a_minority_culture_generic + value = 0 + #Determine how much is supporting this minority + scope:the_county = { + every_neighboring_county = { + if = { #County with a majority population + limit = { this.culture = scope:the_culture } + add = majority_province_support_value + } + else_if = { #County with a large minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = large + TARGET = scope:the_culture + } + } + add = large_minority_support_value + } + else_if = { #County with a small minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = small + TARGET = scope:the_culture + } + } + add = small_minority_support_value + } + } + } #Determine how much is needed to feed this minority if = { limit = { @@ -217,6 +246,10 @@ feeding_of_a_minority_culture_generic = { subtract = small_minority_cost_value } } + if = { + limit = { scope:the_county.holder.culture = scope:the_culture } + add = majority_province_support_value + } } #Faith Scope #The general calculation for the "support" of a minority in a given the_county @@ -284,7 +317,36 @@ support_of_a_minority_faith_generic = { #Modders shouldn't tweak this unless they really want to change core functionality; changing # "support_of_a_culture_minority_in_county" in sea_minority_culture_values.txt is suggested instead. feeding_of_a_minority_faith_generic = { - value = support_of_a_minority_faith_generic + value = 0 + #Determine how much is supporting this minority + scope:the_county = { + every_neighboring_county = { + if = { #County with a majority population + limit = { this.faith = scope:the_faith } + add = majority_province_support_value + } + else_if = { #County with a large minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:the_faith + } + } + add = large_minority_support_value + } + else_if = { #County with a small minority + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = small + TARGET = scope:the_faith + } + } + add = small_minority_support_value + } + } + } #Determine how much is needed to feed this minority if = { limit = { @@ -298,7 +360,7 @@ feeding_of_a_minority_faith_generic = { } subtract = large_minority_cost_value #If there's no majority provinces on the map, it takes a bit more to keep large majorities going - #this should encourage eventual disappearance of only thinly supported faiths; + #this should encourage eventual disappearance of only thinly supported cultures; # or at least push them towards a minority status if = { limit = { NOT = { any_county = { this.faith = scope:the_faith } } } @@ -317,7 +379,7 @@ feeding_of_a_minority_faith_generic = { } subtract = small_minority_cost_value #If there's no large minorities on the map, it takes a bit more to keep small majorities going - #this should encourage eventual disappearance of only thinly supported faiths; + #this should encourage eventual disappearance of only thinly supported cultures; #or at least push them to be more concentrated if = { limit = { @@ -335,4 +397,8 @@ feeding_of_a_minority_faith_generic = { subtract = small_minority_cost_value } } + if = { + limit = { scope:the_county.holder.faith = scope:the_faith } + add = majority_province_support_value + } } \ No newline at end of file diff --git a/WtWSMS/common/scripted_guis/sea_gui_effects.txt b/WtWSMS/common/scripted_guis/sea_gui_effects.txt index 24f4ad6a90..539a7243d5 100644 --- a/WtWSMS/common/scripted_guis/sea_gui_effects.txt +++ b/WtWSMS/common/scripted_guis/sea_gui_effects.txt @@ -5,11 +5,21 @@ open_minority_tooltip = { effect = { root = { + save_temporary_scope_as = the_county_temp set_variable = { name = the_county_temp value = root } + if = { + limit = { scope:the_county_temp.number_of_culture_minorities_in_county_weighted > scope:the_county_temp.minority_capacity_of_county_culture } + set_variable = over_culture_capacity + } + if = { + limit = { scope:the_county_temp.number_of_faith_minorities_in_county_weighted > scope:the_county_temp.minority_capacity_of_county_culture } + set_variable = over_faith_capacity + } + ##### CULTURE CASES ##### if = { limit = { culture = { has_a_culture_blending_tradition_trigger = yes } } @@ -29,32 +39,19 @@ open_minority_tooltip = { limit = { has_reduced_weight_in_rough_terrain_trigger = yes } set_variable = the_culture_has_reduced_weight_in_rough_terrain } - } - } - #Calculate the net size of each culture; should mirror culture_small_minority_weight_value - every_in_list = { - variable = culture_minorities_small - this = { + root = { save_temporary_scope_as = the_county } + this = { save_temporary_scope_as = the_culture } set_variable = { - name = net_size - value = base_small_minority_weight + name = support + value = support_of_a_culture_minority_in_county } - if = { - limit = { root = { has_variable = the_county_has_a_culture_blending_tradition } } - change_variable = { - name = net_size - multiply = tradition_culture_blending_multiplier - } + set_variable = { + name = feeding + value = feeding_of_a_culture_minority_in_county } - if = { - limit = { - this = { has_variable = the_culture_has_reduced_weight_in_rough_terrain } - root = { has_variable = the_county_has_a_rough_terrain_province } - } - change_variable = { - name = net_size - multiply = tradition_rough_terrain_diversity_multiplier - } + set_variable = { + name = net_size + value = culture_small_minority_weight_value } } } @@ -68,6 +65,20 @@ open_minority_tooltip = { limit = { has_reduced_weight_in_rough_terrain_trigger = yes } set_variable = the_culture_has_reduced_weight_in_rough_terrain } + root = { save_temporary_scope_as = the_county } + this = { save_temporary_scope_as = the_culture } + set_variable = { + name = support + value = support_of_a_culture_minority_in_county + } + set_variable = { + name = feeding + value = feeding_of_a_culture_minority_in_county + } + set_variable = { + name = net_size + value = culture_large_minority_weight_value + } } } #Calculate the net size of each culture; should mirror culture_large_minority_weight_value @@ -118,32 +129,19 @@ open_minority_tooltip = { limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } set_variable = the_faith_has_reduced_weight_in_dharmic_counties } - } - } - #Calculate the net size of each culture; should mirror faith_small_minority_weight_value - every_in_list = { - variable = faith_minorities_small - this = { + root = { save_temporary_scope_as = the_county } + this = { save_temporary_scope_as = the_faith } set_variable = { - name = net_size - value = base_small_minority_weight + name = support + value = support_of_a_faith_minority_in_county } - if = { - limit = { - root = { has_variable = the_county_has_dharmic_faith } - this = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } - } - change_variable = { - name = net_size - multiply = dharmic_minorities_in_dharmic_counties_multiplier - } + set_variable = { + name = feeding + value = feeding_of_a_faith_minority_in_county } - if = { - limit = { root = { has_variable = the_county_has_a_religion_blending_tradition } } - change_variable = { - name = net_size - multiply = tradition_religion_blending_multiplier - } + set_variable = { + name = net_size + value = faith_small_minority_weight_value } } } @@ -157,32 +155,19 @@ open_minority_tooltip = { limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } set_variable = the_faith_has_reduced_weight_in_dharmic_counties } - } - } - #Calculate the net size of each culture; should mirror faith_large_minority_weight_value - every_in_list = { - variable = faith_minorities_large - this = { + root = { save_temporary_scope_as = the_county } + this = { save_temporary_scope_as = the_faith } set_variable = { - name = net_size - value = base_large_minority_weight + name = support + value = support_of_a_faith_minority_in_county } - if = { - limit = { - root = { has_variable = the_county_has_dharmic_faith } - this = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } - } - change_variable = { - name = net_size - multiply = dharmic_minorities_in_dharmic_counties_multiplier - } + set_variable = { + name = feeding + value = feeding_of_a_faith_minority_in_county } - if = { - limit = { root = { has_variable = the_county_has_a_religion_blending_tradition } } - change_variable = { - name = net_size - multiply = tradition_religion_blending_multiplier - } + set_variable = { + name = net_size + value = faith_large_minority_weight_value } } } @@ -199,6 +184,14 @@ close_minority_tooltip = { limit = { has_variable = the_county_temp } remove_variable = the_county_temp } + if = { + limit = { has_variable = over_culture_capacity } + remove_variable = over_culture_capacity + } + if = { + limit = { has_variable = over_faith_capacity } + remove_variable = over_faith_capacity + } ##### CULTURE CASES ##### if = { @@ -219,6 +212,18 @@ close_minority_tooltip = { limit = { has_variable = has_reduced_weight_in_rough_terrain_trigger } remove_variable = the_culture_has_reduced_weight_in_rough_terrain } + if = { + limit = { has_variable = support } + remove_variable = support + } + if = { + limit = { has_variable = feeding } + remove_variable = feeding + } + if = { + limit = { has_variable = net_size } + remove_variable = net_size + } } } } @@ -231,6 +236,18 @@ close_minority_tooltip = { limit = { has_variable = has_reduced_weight_in_rough_terrain_trigger } remove_variable = the_culture_has_reduced_weight_in_rough_terrain } + if = { + limit = { has_variable = support } + remove_variable = support + } + if = { + limit = { has_variable = feeding } + remove_variable = feeding + } + if = { + limit = { has_variable = net_size } + remove_variable = net_size + } } } } @@ -249,6 +266,18 @@ close_minority_tooltip = { limit = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } remove_variable = the_faith_has_reduced_weight_in_dharmic_counties } + if = { + limit = { has_variable = support } + remove_variable = support + } + if = { + limit = { has_variable = feeding } + remove_variable = feeding + } + if = { + limit = { has_variable = net_size } + remove_variable = net_size + } } } } @@ -262,6 +291,18 @@ close_minority_tooltip = { limit = { has_variable = the_faith_has_reduced_weight_in_dharmic_counties } remove_variable = the_faith_has_reduced_weight_in_dharmic_counties } + if = { + limit = { has_variable = support } + remove_variable = support + } + if = { + limit = { has_variable = feeding } + remove_variable = feeding + } + if = { + limit = { has_variable = net_size } + remove_variable = net_size + } } } } diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt index 41e09932dd..fdda09cadc 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt @@ -2,11 +2,9 @@ county_has_a_minority_with_type_and_size_trigger = { AND = { has_variable_list = $CULTURE_OR_FAITH$_minorities_$SIZE$ - NOT = { - is_target_in_variable_list = { - name = $CULTURE_OR_FAITH$_minorities_$SIZE$ - target = $TARGET$ - } + is_target_in_variable_list = { + name = $CULTURE_OR_FAITH$_minorities_$SIZE$ + target = $TARGET$ } } } diff --git a/WtWSMS/gui/window_county_view.gui b/WtWSMS/gui/window_county_view.gui index 96cbec14eb..d8967ae907 100644 --- a/WtWSMS/gui/window_county_view.gui +++ b/WtWSMS/gui/window_county_view.gui @@ -1564,7 +1564,8 @@ window = { ######################## flowcontainer = { - direction = vertical + direction = horizontal + layoutpolicy_horizontal = expanding spacing = 10 flowcontainer = { #Cultures direction = vertical @@ -1628,7 +1629,7 @@ window = { } } } - spacer = { size = { 0 4 } } + spacer = { size = { 0 2 } } flowcontainer = { #Faiths direction = vertical text_single = { @@ -3164,6 +3165,35 @@ types CountyViewTypes text = "LARGE_CULTURE_BREAKDOWN" } } + + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + text_single = { + layoutpolicy_horizontal = growing + text = "CULTURE_SUPPORT" + } + } + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + text_single = { + layoutpolicy_horizontal = growing + text = "CULTURE_FEEDING" + } + } + + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + text_single = { + layoutpolicy_horizontal = growing + text = "CULTURE_GROWING_SHRINKING" + } + } } } } @@ -3362,10 +3392,40 @@ types CountyViewTypes text = "LARGE_FAITH_BREAKDOWN" } } + + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + text_single = { + layoutpolicy_horizontal = growing + text = "FAITH_SUPPORT" + } + } + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + text_single = { + layoutpolicy_horizontal = growing + text = "FAITH_FEEDING" + } + } + + spacer = { size = { 0 4 } } + divider_light = { layoutpolicy_horizontal = growing } + + flowcontainer = { + text_single = { + layoutpolicy_horizontal = growing + text = "FAITH_GROWING_SHRINKING" + } + } } } } + ## CULTURE MINORITY BREAKDOWN TOOLTIP ## type culture_minority_breakdown = widget { using = GeneralTooltipSetup @@ -3423,6 +3483,7 @@ types CountyViewTypes } } + ## FAITH MINORITY BREAKDOWN TOOLTIP ## type faith_minority_breakdown = widget { using = GeneralTooltipSetup diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 9f2aa41f3c..9328c4d942 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -4,9 +4,11 @@ MAJORITY_CULTURE: "Majority Culture: [Province.GetCounty.GetCulture.GetNameNoTooltip]" MAJORITY_FAITH: "Majority Faith: [Province.GetCounty.GetFaith.GetNameNoTooltip]" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" - MINORITY_CULTURES: "Minority Culture Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" - MINORITY_FAITHS: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" #TODO (0.2.0): Generate these numbers from script values instead of hardcoded + MINORITY_CULTURES: "Minority Cultures:\n$TAB$$MINORITY_CULTURE_UTILIZATION$" + MINORITY_CULTURE_UTILIZATION: "Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" + MINORITY_FAITHS: "Minority Faiths:\n$TAB$$MINORITY_FAITH_UTILIZATION$" + MINORITY_FAITH_UTILIZATION: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" @@ -27,6 +29,15 @@ LARGE_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" LARGE_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" + CULTURE_SUPPORT: "Culture Support: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('support').GetValue,'(CFixedPoint)-1')|2]" + CULTURE_FEEDING: "Culture Feeding: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)-1')|2]" + + #Cf. gui/texticons.gui for adding new in-text icons + CULTURE_GROWING_SHRINKING: "$CULTURE_SHRINKING$$CULTURE_STABLE$$CULTURE_GROWING$" + CULTURE_SHRINKING: "[SelectLocalization(Or(GreaterThan_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet),'Shrinking','')]" + CULTURE_STABLE: "[SelectLocalization(And(EqualTo_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet)),'Stable','')]" + CULTURE_GROWING: "[SelectLocalization(And(LessThan_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet)),'Growing','')]" + ##### General Faith FAITH_OPENING: "Minority Capacity Utilization: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" DHARMIC_STRING: "\n$BULLET_WITH_TAB$County Majority Faith Dharmic: #P $multiplication_sign$0.66#!" @@ -42,3 +53,12 @@ LARGE_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" LARGE_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" + FAITH_SUPPORT: "Faith Support: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('support').GetValue,'(CFixedPoint)-1')|2]" + FAITH_FEEDING: "Faith Feeding: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)-1')|2]" + + #Cf. gui/texticons.gui for adding new in-text icons + FAITH_GROWING_SHRINKING: "$FAITH_SHRINKING$$FAITH_STABLE$$FAITH_GROWING$" + FAITH_SHRINKING: "[SelectLocalization(Or(GreaterThan_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet),'Shrinking','')]" + FAITH_STABLE: "[SelectLocalization(And(EqualTo_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet)),'Stable','')]" + FAITH_GROWING: "[SelectLocalization(And(LessThan_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet)),'Growing','')]" + diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index ff18bceaf0..730b7b5ada 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -46,6 +46,9 @@ IN PROGRESS: ----------------------------------------------------------------- * Split Northern and Southern Adnanites (to avoid Arabia getting Late Antiquity innovations) +* More precise parsing out of feeding and support values; Greeks & Romans in Tustar should not be listed as growing +* Juhuri & other long-lived minority examples should have special feeding values to ensure they don't die out + MINORITIES ------------ MINORITY UTILIZATION: From 1c65b22ff2d5f1b019c0056aae1bc402ef9ba14f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:47:55 -0400 Subject: [PATCH 117/339] More GUI improvements * Added Growing/Shrinking condition outputs for end-users * Added explicit listing of support/feeding values for debugging purposes * Added a few additional feeding trigger values so faiths like Judaism don't disappear easily. --- .../on_action/sea_minority_on_actions.txt | 13 ++--- .../sea_minority_culture_values_generic.txt | 8 ++++ .../BP_religion_triggers.txt | 42 ++++++++++++++++ .../sea_minority_triggers.txt | 48 +++++++++++++++++-- .../gfx/interface/icons/icon_green_arrow.dds | 3 ++ WtWSMS/gfx/interface/icons/icon_red_arrow.dds | 3 ++ WtWSMS/gui/BP_texticons.gui | 19 ++++++++ .../gui/sea_holding_view_l_english.yml | 24 +++++----- 8 files changed, 134 insertions(+), 26 deletions(-) create mode 100644 WtWSMS/gfx/interface/icons/icon_green_arrow.dds create mode 100644 WtWSMS/gfx/interface/icons/icon_red_arrow.dds create mode 100644 WtWSMS/gui/BP_texticons.gui diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index bac2b7a7b2..210db1ed8e 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -26,13 +26,6 @@ # # So development (urbanization) allows for greater minority presence. # -# Certain faiths, ethos, and religions will influence how much of the capacity is used per minority. -# By default, Dharmic faiths use less capacity in majority-Dharmic counties, but this is modifiable -# -# Certain ethos (egalitarian) and religious attitudes (pluralism) will provide additional capacity, -# while their opposites (communal and fundamentalism) will reduce capacity. Every county has a -# minimum capacity of 1. -# #### How do minorities disappear? #### #------------------------------------- # Every so often, a check will be made to see if minorities are being "fed", a measure of how much @@ -47,8 +40,10 @@ # #### Which minority disappears first? #### #----------------------------------------- -# To determine which minority disappears, we will determine which are being "fed" from -# adjoining counties. +# To determine which minority disappears, we will determine support, which considers the +# faiths/minorities of adjoining counties along with specific culture/religion/county features.# +# This notion is similar to, but distinct from, how minorities are "fed" +# # * A minority population is always "fed" if it is next to a county where it is a majority # population. # * A minority population is fed if it has enough support. diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt index d66b5047d7..4cdfd91e4a 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt @@ -250,6 +250,10 @@ feeding_of_a_minority_culture_generic = { limit = { scope:the_county.holder.culture = scope:the_culture } add = majority_province_support_value } + if = { + limit = { scope:the_culture = { small_minority_always_fed_culture_aspect_trigger = { THE_COUNTY = scope:the_county } } } + add = minority_always_supported_value + } } #Faith Scope #The general calculation for the "support" of a minority in a given the_county @@ -401,4 +405,8 @@ feeding_of_a_minority_faith_generic = { limit = { scope:the_county.holder.faith = scope:the_faith } add = majority_province_support_value } + if = { + limit = { scope:the_faith = { small_minority_always_fed_faith_aspect_trigger = { THE_COUNTY = scope:the_county } } } + add = minority_always_supported_value + } } \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt index 52fcf595e4..1178776189 100644 --- a/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_religion_triggers.txt @@ -623,3 +623,45 @@ actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = } } } + +##### MINORITY TRIGGERS +ethnic_or_autocephalous_related_culture_in_county_trigger = { + AND = { + scope:the_faith = { has_doctrine = $THE_TENET$ } + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = small + TARGET = scope:the_faith + } + OR = { + #Majority faith is culture/child culture + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = scope:the_county + TARGET_FAITH = scope:the_faith + VARIABLE = $VARIABLE$ + } + AND = { + scope:the_county = { has_variable_list = culture_minorities_large } + any_in_list = { + variable = culture_minorities_large + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = this + TARGET_FAITH = scope:the_faith + VARIABLE = $VARIABLE$ + } + } + } + AND = { + scope:the_county = { has_variable_list = culture_minorities_small } + any_in_list = { + variable = culture_minorities_small + actor_is_faith_culture_or_child_culture_for_cultural_religions_DIRECT_trigger = { + ACTOR = this + TARGET_FAITH = scope:the_faith + VARIABLE = $VARIABLE$ + } + } + } + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 8c6cc7eefb..4343dd70db 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -307,9 +307,11 @@ has_reduced_weight_in_rough_terrain_trigger = { has_cultural_parameter = encourages_diversity_in_rough_terrain } -#### These determine the triggers for support in generic support calculations +##### SUPPORT CALCULATIONS ##### -#support_of_a_culture_minority_in_county triggers +### CULTURE ### + +## SUPPORT ## county_specific_large_support_culture_trigger = { #target_county scope #Rough terrain diversity minorities are mostly self-supporting when established AND = { @@ -355,7 +357,16 @@ small_minority_support_culture_aspect_trigger = { #culture scope minority_always_supported_culture_aspect_trigger = { #culture scope minority_always_supported_culture_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } } -#support_of_a_faith_minority_in_county triggers +## FEEDING ## +small_minority_always_fed_culture_aspect_trigger = { + OR = { + minority_always_supported_culture_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } + } +} + +### FAITH ### + +## SUPPORT ## county_specific_large_support_faith_trigger = { #target_county scope any_barony = { is_holy_site_of = scope:the_faith } } @@ -363,7 +374,7 @@ county_specific_small_support_faith_trigger = { #target_county scope OR = { #A zealous people supports keeping small minorities around a bit longer culture = { has_cultural_tradition = tradition_zealous_people } - #So that penninsulae and islands don't have small minorities die out (see Cyprus, Socotra) + #So that peninsulae and islands don't have small minorities die out (see Cyprus, Socotra) is_coastal_county = yes } } @@ -376,4 +387,33 @@ small_minority_support_faith_aspect_trigger = { #faith scope minority_always_supported_faith_aspect_trigger = { #faith scope minority_always_supported_faith_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } } +## FEEDING ## +small_minority_always_fed_faith_aspect_trigger = { + OR = { + minority_always_supported_faith_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } + #WtWSMS Special Cases (like in the generic trigger) + + #Jewish faiths should always be fed if small minorities + AND = { + scope:the_faith.religion = religion:judaism_religion + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = small + TARGET = scope:the_faith + } + } + #Ethnic religions should always be fed if small and still have their corresponding culture + #in the county + ethnic_or_autocephalous_related_culture_in_county_trigger = { + THE_TENET = tenet_ethnic_religion + VARIABLE = ethnic_religion_culture + } + #Autocephalous faiths should always be fed if small and still have their corresponding culture + #in the county + ethnic_or_autocephalous_related_culture_in_county_trigger = { + THE_TENET = tenet_autocephaly + VARIABLE = church_culture + } + } +} ##### Changed from Vanilla ^^^^^ \ No newline at end of file diff --git a/WtWSMS/gfx/interface/icons/icon_green_arrow.dds b/WtWSMS/gfx/interface/icons/icon_green_arrow.dds new file mode 100644 index 0000000000..06706ca1a4 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/icon_green_arrow.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883b2a1283d7b7072365476cdd4a6094805ecc7349e5c52cd3ab0e9a0c121beb +size 3728 diff --git a/WtWSMS/gfx/interface/icons/icon_red_arrow.dds b/WtWSMS/gfx/interface/icons/icon_red_arrow.dds new file mode 100644 index 0000000000..9663ad3d10 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/icon_red_arrow.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a58ec1e64d52eead17ab200f93d638bc6ab717b7ef51664d451bb0db9ba911 +size 3728 diff --git a/WtWSMS/gui/BP_texticons.gui b/WtWSMS/gui/BP_texticons.gui new file mode 100644 index 0000000000..c0187d44cf --- /dev/null +++ b/WtWSMS/gui/BP_texticons.gui @@ -0,0 +1,19 @@ +texticon = { + icon = green_arrow_icon + iconsize = { + texture = "gfx/interface/icons/icon_green_arrow.dds" + size = { 25 25 } + offset = { 0 6 } + fontsize = 16 + } +} + +texticon = { + icon = red_arrow_icon + iconsize = { + texture = "gfx/interface/icons/icon_red_arrow.dds" + size = { 25 25 } + offset = { 0 6 } + fontsize = 16 + } +} diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 9328c4d942..6a771de079 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -8,7 +8,7 @@ MINORITY_CULTURES: "Minority Cultures:\n$TAB$$MINORITY_CULTURE_UTILIZATION$" MINORITY_CULTURE_UTILIZATION: "Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_culture_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_culture')|2]" MINORITY_FAITHS: "Minority Faiths:\n$TAB$$MINORITY_FAITH_UTILIZATION$" - MINORITY_FAITH_UTILIZATION: "Minority Faith Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" + MINORITY_FAITH_UTILIZATION: "Utilization: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('number_of_faith_minorities_in_county_weighted')|2]/[Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county_faith')|2]" SPECIFIC_CULTURE_SMALL_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" SPECIFIC_CULTURE_LARGE_MINORITY_UTILIZATION: "[Scope.Culture.GetNameNoTooltip]: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" SPECIFIC_FAITH_SMALL_MINORITY_UTILIZATION: "[Scope.Faith.GetNameNoTooltip]: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" @@ -29,14 +29,13 @@ LARGE_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" LARGE_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" - CULTURE_SUPPORT: "Culture Support: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('support').GetValue,'(CFixedPoint)-1')|2]" - CULTURE_FEEDING: "Culture Feeding: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)-1')|2]" + CULTURE_SUPPORT: "Culture Support: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('support').GetValue,'(CFixedPoint)1')|2]" + CULTURE_FEEDING: "Culture Feeding: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)1')|2]" #Cf. gui/texticons.gui for adding new in-text icons - CULTURE_GROWING_SHRINKING: "$CULTURE_SHRINKING$$CULTURE_STABLE$$CULTURE_GROWING$" - CULTURE_SHRINKING: "[SelectLocalization(Or(GreaterThan_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet),'Shrinking','')]" - CULTURE_STABLE: "[SelectLocalization(And(EqualTo_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet)),'Stable','')]" - CULTURE_GROWING: "[SelectLocalization(And(LessThan_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet)),'Growing','')]" + CULTURE_GROWING_SHRINKING: "$CULTURE_SHRINKING$$CULTURE_GROWING$" + CULTURE_SHRINKING: "[SelectLocalization(Or(GreaterThan_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet),'@red_arrow_icon! Shrinking','')]" + CULTURE_GROWING: "[SelectLocalization(And(LessThanOrEqualTo_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_culture_capacity').IsSet)),'@green_arrow_icon! Growing','')]" ##### General Faith FAITH_OPENING: "Minority Capacity Utilization: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" @@ -53,12 +52,11 @@ LARGE_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" LARGE_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" - FAITH_SUPPORT: "Faith Support: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('support').GetValue,'(CFixedPoint)-1')|2]" - FAITH_FEEDING: "Faith Feeding: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)-1')|2]" + FAITH_SUPPORT: "Faith Support: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('support').GetValue,'(CFixedPoint)1')|2]" + FAITH_FEEDING: "Faith Feeding: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)1')|2]" #Cf. gui/texticons.gui for adding new in-text icons - FAITH_GROWING_SHRINKING: "$FAITH_SHRINKING$$FAITH_STABLE$$FAITH_GROWING$" - FAITH_SHRINKING: "[SelectLocalization(Or(GreaterThan_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet),'Shrinking','')]" - FAITH_STABLE: "[SelectLocalization(And(EqualTo_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet)),'Stable','')]" - FAITH_GROWING: "[SelectLocalization(And(LessThan_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet)),'Growing','')]" + FAITH_GROWING_SHRINKING: "$FAITH_SHRINKING$$FAITH_GROWING$" + FAITH_SHRINKING: "[SelectLocalization(Or(GreaterThan_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet),'@red_arrow_icon! Shrinking','')]" + FAITH_GROWING: "[SelectLocalization(And(LessThanOrEqualTo_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet)),'@green_arrow_icon! Growing','')]" From b993da490c0b9fa8af7028d4f994a7ae4cea6bf8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:35:31 -0400 Subject: [PATCH 118/339] Additional tweaks * Fixup Iranian traditions * Extend Iranian traditions to Parthians * Fixup tradition typos * Remove decentralization tradition as unecessary * Fixup some issues with the reform_government decision --- WtWSMS/common/culture/cultures/BP_iranian.txt | 6 ++++ .../00_early_migration_innovations.txt | 1 - .../00_late_migration_innovations.txt | 16 ++--------- .../traditions/BP_regional_traditions.txt | 2 ++ .../BP_government_conversion_decisions.txt | 2 +- .../decisions/sea_government_decisions.txt | 28 +++++++++++++++---- .../BP_cultural_innovations_l_english.yml | 11 +++----- .../BP_cultural_traditions_l_english.yml | 5 ++-- _developer_documentation/_BP_design.info | 1 - 9 files changed, 41 insertions(+), 31 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index 049d43d922..37b81c0640 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -89,6 +89,12 @@ parthian = { tradition_horse_lords #Parthian Cavalry } + dlc_tradition = { + trait = tradition_persian_traditions + requires_dlc_flag = hybridize_culture + fallback = tradition_persian_traditions_non_dlc + } + name_list = name_list_parthian coa_gfx = { iranian_group_coa_gfx } diff --git a/WtWSMS/common/culture/innovations/00_early_migration_innovations.txt b/WtWSMS/common/culture/innovations/00_early_migration_innovations.txt index e48d434f46..a9b9a4a0fd 100644 --- a/WtWSMS/common/culture/innovations/00_early_migration_innovations.txt +++ b/WtWSMS/common/culture/innovations/00_early_migration_innovations.txt @@ -217,7 +217,6 @@ innovation_legal_codex = { modifier = { domain_tax_mult = 0.10 } unlock_casus_belli = individual_county_de_jure_cb - unlock_casus_belli = the_roman_empires_imperial_reconquest_cb flag = global_regional flag = early_migraiton_era_regional diff --git a/WtWSMS/common/culture/innovations/00_late_migration_innovations.txt b/WtWSMS/common/culture/innovations/00_late_migration_innovations.txt index 5ca690d4d7..eae39bd8ed 100644 --- a/WtWSMS/common/culture/innovations/00_late_migration_innovations.txt +++ b/WtWSMS/common/culture/innovations/00_late_migration_innovations.txt @@ -144,25 +144,13 @@ innovation_dominium_mundi = { icon = @majesty_01 unlock_law = crown_authority_1 - custom = convert_to_feudal_government_effect + custom = government_advance_decision_available + custom = government_reform_decision_available flag = global_regular flag = late_migration_era_regular } -innovation_decentralization = { - group = culture_group_civic - culture_era = culture_era_late_migration - icon = @leadership_2 - - custom = convert_to_clan_government_effect - - modifier = { vassal_limit = 5 } - - flag = global_regular - flag = late_migration_era_regular -} - innovation_settlements = { group = culture_group_civic culture_era = culture_era_late_migration diff --git a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt index 87ac0eb7b1..f509037b67 100644 --- a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt @@ -1129,6 +1129,7 @@ tradition_persian_traditions = { limitation_on_divergence_hybridization_culture_head = yes harder_to_convert_county_culture_without_heritage = yes same_religion_inheritance_only = yes + right_to_rule_sassanid = yes #Invisible Effect blocks_vanilla_culture_emergence_events = yes } @@ -1216,6 +1217,7 @@ tradition_persian_traditions_non_dlc = { expensive_convert_to_local_culture = yes harder_to_convert_county_culture_without_heritage = yes same_religion_inheritance_only = yes + right_to_rule_sassanid = yes #Invisible Effect blocks_vanilla_culture_emergence_events = yes } diff --git a/WtWSMS/common/decisions/BP_government_conversion_decisions.txt b/WtWSMS/common/decisions/BP_government_conversion_decisions.txt index a4f0062244..0cf871a37e 100644 --- a/WtWSMS/common/decisions/BP_government_conversion_decisions.txt +++ b/WtWSMS/common/decisions/BP_government_conversion_decisions.txt @@ -261,7 +261,7 @@ convert_to_clan_decision = { culture = { has_all_necessary_early_migration_inovations_trigger = yes } } #Late Migration Innovation - culture = { has_innovation = innovation_decentralization } + culture = { has_innovation = innovation_dominium_mundi } } cost = { prestige = 250 } diff --git a/WtWSMS/common/decisions/sea_government_decisions.txt b/WtWSMS/common/decisions/sea_government_decisions.txt index cb6242976d..5ad7c74080 100644 --- a/WtWSMS/common/decisions/sea_government_decisions.txt +++ b/WtWSMS/common/decisions/sea_government_decisions.txt @@ -8,8 +8,10 @@ OR = { faith = { has_doctrine_parameter = right_to_rule_feudal } faith = { has_doctrine_parameter = right_to_rule_clan } + culture = { has_cultural_parameter = right_to_rule_clan } faith = { has_doctrine_parameter = right_to_rule_mandala } faith = { has_doctrine_parameter = right_to_rule_sassanid } + culture = { has_cultural_parameter = right_to_rule_sassanid } } OR = { AND = { @@ -29,7 +31,10 @@ } AND = { has_government = eranshar_government - faith = { NOT = { has_doctrine_parameter = right_to_rule_sassanid } } + OR = { + faith = { NOT = { has_doctrine_parameter = right_to_rule_sassanid } } + culture = { NOT = { has_cultural_parameter = right_to_rule_sassanid } } + } } } } @@ -53,6 +58,7 @@ save_scope_as = liege faith = { save_scope_as = liege_faith } + culture = { save_scope_as = liege_culture } add_to_temporary_list = characters_to_convert every_vassal_or_below = { @@ -81,16 +87,28 @@ scope:liege_faith = { has_doctrine_parameter = right_to_rule_feudal } } AND = { - faith = { has_doctrine_parameter = right_to_rule_clan } - scope:liege_faith = { has_doctrine_parameter = right_to_rule_clan } + OR = { + faith = { has_doctrine_parameter = right_to_rule_clan } + culture = { has_cultural_parameter = right_to_rule_clan } + } + OR = { + scope:liege_faith = { has_doctrine_parameter = right_to_rule_clan } + scope:liege_culture = { has_cultural_parameter = right_to_rule_clan } + } } AND = { faith = { has_doctrine_parameter = right_to_rule_mandala } scope:liege_faith = { has_doctrine_parameter = right_to_rule_mandala } } AND = { - faith = { has_doctrine_parameter = right_to_rule_sassanid } - scope:liege_faith = { has_doctrine_parameter = right_to_rule_sassanid } + OR = { + faith = { has_doctrine_parameter = right_to_rule_sassanid } + culture = { has_cultural_parameter = right_to_rule_sassanid } + } + OR = { + scope:liege_faith = { has_doctrine_parameter = right_to_rule_sassanid } + scope:liege_culture = { has_cultural_parameter = right_to_rule_sassanid } + } } } } diff --git a/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml index a6b5ef497b..a58a71d542 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml @@ -236,13 +236,10 @@ enables_county_holy_war_effect: "Enables [county|E] [holy_war|E]." can_build_temple_02_early: "Can build $building_temple_02$ with [bp_urbanization_innovations|E]" - innovation_dominium_mundi:0 "Dominium Mundi" - innovation_dominium_mundi_desc:0 "As in heaven, so shall it be on Earth. There should be one truth, one power over all the world." - convert_to_feudal_government_effect:0 "Enables 'Adopt Feudal Government' Decision." - - innovation_decentralization:0 "Decentralization" - innovation_decentralization_desc:0 "As we have grown the realm, it has become difficult to manage. We will subdivide the realm into smaller components to be ruled indirectly in our name." - convert_to_clan_government_effect:0 "Enables 'Adopt Clan Government' Decision." + innovation_dominium_mundi: "Dominium Mundi" + innovation_dominium_mundi_desc: "As in heaven, so shall it be on Earth. There should be one truth, one power over all the world." + government_advance_decision_available: "Enables the #V $convert_to_feudalism_decision$#! and #V $convert_to_clan_decision$#! [decisions|E] for [high_tribal_government|E] and [prefeudal_government|E]" + government_reform_decision_available: "Enables the #V $reform_government_decision$#! [decision|E] for feudal-like governments" innovation_settlements: "Settlements" innovation_settlements_desc: "Building formally designed settlements will allow us to better concentrate wealth and redirect it to productive enterprises." diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index 3bd89e0745..800b39e83a 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -98,6 +98,7 @@ culture_parameter_unlock_innovation_roman_civil_late_migration: "Unlocks [bp_greco_latin_late_migration_civic_innovations|E]" culture_parameter_unlock_innovation_roman_military: "Unlocks [bp_latin_late_antiquity_military_innovations|E]" culture_parameter_unlocks_cataphract_innovation: "Unlocks $innovation_cataphracts$ [innovation|E] in the $culture_era_late_antiquity$ [era]" + culture_parameter_right_to_rule_sassanid: "$doctrine_parameter_right_to_rule_sassanid$" ##### WtWSMS Traditions ##### @@ -115,8 +116,8 @@ tradition_asturian_hierarchy_name: "Asturian Traditions" tradition_asturian_hierarchy_desc: "In the Asturian culture, the family structure is matrilineal. The right to rule passes from mother to daughter." #Persian Traditions - tradition_persian_traditions_name: "Medio-Persian Traditions" - tradition_persian_traditions_desc: "This culture follows the ancient traditions of the Medio-Persian peoples and as such views itself as more civilized than many of the other cultures that surround it, along with a long tradition of fusing faith and culture together." + tradition_persian_traditions_name: "Iranian Traditions" + tradition_persian_traditions_desc: "This culture follows the ancient traditions of the Iranian peoples and as such views itself as more civilized than many of the other cultures that surround it, along with a long tradition of fusing faith and culture together." tradition_persian_traditions_non_dlc_name: "$tradition_persian_traditions_name$" tradition_persian_traditions_non_dlc_desc: "$tradition_persian_traditions_desc$" #Armenian Traditions diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 730b7b5ada..3a398a6344 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -47,7 +47,6 @@ IN PROGRESS: * Split Northern and Southern Adnanites (to avoid Arabia getting Late Antiquity innovations) * More precise parsing out of feeding and support values; Greeks & Romans in Tustar should not be listed as growing -* Juhuri & other long-lived minority examples should have special feeding values to ensure they don't die out MINORITIES ------------ From 74867a28759feac0006168111a0f68230a75308f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:14:22 -0400 Subject: [PATCH 119/339] More minority tweaks * Extend minority diversity modifiers to tie into various terrain-related tenets * Replaced cultural_parameter with a more generic trigger for greater mod compatibility * At-start srganized pagan faiths get Divine Right doctrine for clarity * New GUI effects for terrain-related improvements * Adaptive _should_ support redcued size, but it still is not working --- .../00_maa_traditions_BP_overwrite.txt | 1 - .../00_realm_traditions_BP_overwrite.txt | 2 - .../traditions/BP_regional_traditions.txt | 2 - .../common/religion/religions/BP_assyrian.txt | 1 + .../common/religion/religions/BP_bosporan.txt | 1 + .../common/religion/religions/BP_egyptian.txt | 3 + ...ure_values.txt => sea_minority_values.txt} | 52 ++++++++- ...ic.txt => sea_minority_values_generic.txt} | 18 ++- .../common/scripted_guis/sea_gui_effects.txt | 76 ++++++++----- .../scripted_triggers/BP_other_triggers.txt | 45 ++++++++ .../sea_minority_triggers.txt | 104 ++++++++---------- .../sea_minority_triggers_generic.txt | 73 +++++++++++- .../BP_cultural_traditions_l_english.yml | 1 - .../gui/sea_holding_view_l_english.yml | 43 ++++---- _developer_documentation/_BP_design.info | 2 - 15 files changed, 296 insertions(+), 128 deletions(-) rename WtWSMS/common/script_values/{sea_minority_culture_values.txt => sea_minority_values.txt} (87%) rename WtWSMS/common/script_values/{sea_minority_culture_values_generic.txt => sea_minority_values_generic.txt} (96%) diff --git a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt index a360e9f3de..80dd3405c7 100644 --- a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt @@ -576,7 +576,6 @@ tradition_amharic_highlanders = { #Ethiopian Unique Tradition, replaces hill dwe hill_farms_building_bonuses = yes ##### Changed from Vanilla vvvvv harder_to_convert_county_culture_in_rough_terrain = yes - encourages_diversity_in_rough_terrain = yes ##### Changed from Vanilla ^^^^^ } county_modifier = { diff --git a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt index 50abbe4246..6346bd0b89 100644 --- a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt @@ -601,7 +601,6 @@ tradition_hill_dwellers = { hill_farms_building_bonuses = yes ##### Changed from Vanilla vvvvv harder_to_convert_county_culture_in_rough_terrain = yes - encourages_diversity_in_rough_terrain = yes ##### Changed from Vanilla ^^^^^ } character_modifier = { @@ -717,7 +716,6 @@ tradition_mountain_homes = { prestige_gain_on_building_complete_in_mountains = yes ##### Changed from Vanilla vvvvv harder_to_convert_county_culture_in_rough_terrain = yes - encourages_diversity_in_rough_terrain = yes ##### Changed from Vanilla ^^^^^ } character_modifier = { diff --git a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt index f509037b67..cfd56417c1 100644 --- a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt @@ -1486,7 +1486,6 @@ tradition_caucasian_mountain_homes = { harder_to_convert_county_culture_in_rough_terrain = yes expensive_convert_to_local_culture = yes harder_to_hybridize = yes - encourages_diversity_in_rough_terrain = yes #Relational Features courtiers_less_likely_to_leave_same_culture_court = yes dislikes_marrying_outside_of_culture = yes @@ -1596,7 +1595,6 @@ tradition_caucasian_mountain_homes_non_dlc = { is_a_heritage_tradition = yes harder_to_convert_county_culture_in_rough_terrain = yes expensive_convert_to_local_culture = yes - encourages_diversity_in_rough_terrain = yes #Relational Features courtiers_less_likely_to_leave_same_culture_court = yes dislikes_marrying_outside_of_culture = yes diff --git a/WtWSMS/common/religion/religions/BP_assyrian.txt b/WtWSMS/common/religion/religions/BP_assyrian.txt index 7090aed4ba..b39f080b0d 100644 --- a/WtWSMS/common/religion/religions/BP_assyrian.txt +++ b/WtWSMS/common/religion/religions/BP_assyrian.txt @@ -11,6 +11,7 @@ assyrian_religion = { doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_divine #Marriage doctrine = doctrine_concubines diff --git a/WtWSMS/common/religion/religions/BP_bosporan.txt b/WtWSMS/common/religion/religions/BP_bosporan.txt index 9caa636b47..0ab0be3c90 100644 --- a/WtWSMS/common/religion/religions/BP_bosporan.txt +++ b/WtWSMS/common/religion/religions/BP_bosporan.txt @@ -10,6 +10,7 @@ doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_theocracy_lay_clergy + doctrine = doctrine_right_to_rule_divine #Marriage: From Hellenism doctrine = doctrine_monogamy diff --git a/WtWSMS/common/religion/religions/BP_egyptian.txt b/WtWSMS/common/religion/religions/BP_egyptian.txt index ec49fb0437..49f29898e4 100644 --- a/WtWSMS/common/religion/religions/BP_egyptian.txt +++ b/WtWSMS/common/religion/religions/BP_egyptian.txt @@ -233,6 +233,9 @@ holy_site = aswan #(Replaces Aqeyyua) Last known inscription of Egyptian hieroglyphics in Philae holy_site = napata #(Replaces Ikonion) Capital of Kushite Dynasty, one of the last major independent centers of Egyptian Paganism + #Main Doctrines + doctrine = doctrine_right_to_rule_divine + #Doctrinal changes doctrine = doctrine_temporal_head doctrine = doctrine_consanguinity_unrestricted #Tutenkhamen was a product of such a union diff --git a/WtWSMS/common/script_values/sea_minority_culture_values.txt b/WtWSMS/common/script_values/sea_minority_values.txt similarity index 87% rename from WtWSMS/common/script_values/sea_minority_culture_values.txt rename to WtWSMS/common/script_values/sea_minority_values.txt index 950680c02b..0b00bcf557 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values.txt +++ b/WtWSMS/common/script_values/sea_minority_values.txt @@ -169,10 +169,26 @@ culture_small_minority_weight_value = { } if = { limit = { - scope:the_culture_temp = { has_reduced_weight_in_rough_terrain_trigger = yes } - scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } + OR = { + AND = { + has_reduced_weight_in_rough_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } + } + AND = { + has_reduced_weight_in_wooded_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_wooded_terrain_province_trigger = yes } + } + AND = { + has_reduced_weight_in_jungle_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_jungle_terrain_province_trigger = yes } + } + AND = { + has_reduced_weight_in_desert_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_desert_terrain_province_trigger = yes } + } + } } - multiply = tradition_rough_terrain_diversity_multiplier + multiply = tradition_terrain_diversity_multiplier } } culture_large_minority_weight_value = { @@ -183,10 +199,26 @@ culture_large_minority_weight_value = { } if = { limit = { - scope:the_culture_temp = { has_reduced_weight_in_rough_terrain_trigger = yes } - scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } + OR = { + AND = { + has_reduced_weight_in_rough_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_rough_terrain_province_trigger = yes } + } + AND = { + has_reduced_weight_in_wooded_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_wooded_terrain_province_trigger = yes } + } + AND = { + has_reduced_weight_in_jungle_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_jungle_terrain_province_trigger = yes } + } + AND = { + has_reduced_weight_in_desert_terrain_trigger = { CULTURE = scope:the_culture_temp } + scope:the_county_temp = { has_a_desert_terrain_province_trigger = yes } + } + } } - multiply = tradition_rough_terrain_diversity_multiplier + multiply = tradition_terrain_diversity_multiplier } } number_of_culture_minorities_in_county_weighted = { @@ -223,6 +255,10 @@ faith_small_minority_weight_value = { } multiply = dharmic_minorities_in_dharmic_counties_multiplier } + if = { + limit = { scope:the_faith_temp = { has_adaptive_type_tenet_trigger = yes } } + multiply = adaptive_minority_multiplier + } if = { limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } multiply = tradition_religion_blending_multiplier @@ -237,6 +273,10 @@ faith_large_minority_weight_value = { } multiply = dharmic_minorities_in_dharmic_counties_multiplier } + if = { + limit = { scope:the_faith_temp = { has_adaptive_type_tenet_trigger = yes } } + multiply = adaptive_minority_multiplier + } if = { limit = { scope:the_county_temp.culture = { has_a_religion_blending_tradition_trigger = yes } } multiply = tradition_religion_blending_multiplier diff --git a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt b/WtWSMS/common/script_values/sea_minority_values_generic.txt similarity index 96% rename from WtWSMS/common/script_values/sea_minority_culture_values_generic.txt rename to WtWSMS/common/script_values/sea_minority_values_generic.txt index 4cdfd91e4a..e32b387eae 100644 --- a/WtWSMS/common/script_values/sea_minority_culture_values_generic.txt +++ b/WtWSMS/common/script_values/sea_minority_values_generic.txt @@ -18,7 +18,8 @@ base_large_minority_weight = 2 dharmic_minorities_in_dharmic_counties_multiplier = 0.66 tradition_religion_blending_multiplier = 0.75 tradition_culture_blending_multiplier = 0.75 -tradition_rough_terrain_diversity_multiplier = 0.40 +tradition_terrain_diversity_multiplier = 0.40 +adaptive_minority_multiplier = 0.75 #small minority, large minority, majority; script value in case we want to change this number_of_minority_levels = 3 @@ -143,11 +144,11 @@ support_of_a_minority_culture_generic = { } #Specific factors about the county if = { - limit = { county_specific_large_support_culture_trigger = yes } + limit = { county_specific_large_support_culture_trigger = { CULTURE = scope:the_culture } } add = large_minority_support_value } if = { - limit = { county_specific_small_support_culture_trigger = yes } + limit = { county_specific_small_support_culture_trigger = { CULTURE = scope:the_culture } } add = small_minority_support_value } } @@ -246,6 +247,7 @@ feeding_of_a_minority_culture_generic = { subtract = small_minority_cost_value } } + #The holders culture should always be fed if = { limit = { scope:the_county.holder.culture = scope:the_culture } add = majority_province_support_value @@ -308,8 +310,14 @@ support_of_a_minority_faith_generic = { } #Generic Item Specific Effects scope:the_faith = { - if = { limit = { large_minority_support_faith_aspect_trigger = yes } add = large_minority_support_value } - if = { limit = { small_minority_support_faith_aspect_trigger = yes } add = small_minority_support_value } + if = { + limit = { large_minority_support_faith_aspect_trigger = yes } + add = large_minority_support_value + } + if = { + limit = { small_minority_support_faith_aspect_trigger = yes } + add = small_minority_support_value + } if = { limit = { minority_always_supported_faith_aspect_trigger = { THE_COUNTY = scope:the_county } } add = minority_always_supported_value diff --git a/WtWSMS/common/scripted_guis/sea_gui_effects.txt b/WtWSMS/common/scripted_guis/sea_gui_effects.txt index 539a7243d5..a6e67bca8e 100644 --- a/WtWSMS/common/scripted_guis/sea_gui_effects.txt +++ b/WtWSMS/common/scripted_guis/sea_gui_effects.txt @@ -29,6 +29,19 @@ open_minority_tooltip = { limit = { has_a_rough_terrain_province_trigger = yes } set_variable = the_county_has_a_rough_terrain_province } + if = { + limit = { has_a_wooded_terrain_province_trigger = yes } + set_variable = the_county_has_a_wooded_terrain_province + } + if = { + limit = { has_a_jungle_terrain_province_trigger = yes } + set_variable = the_county_has_a_jungle_terrain_province + } + if = { + limit = { has_a_desert_terrain_province_trigger = yes } + set_variable = the_county_has_a_desert_terrain_province + } + if = { limit = { has_variable_list = culture_minorities_small } every_in_list = { @@ -36,9 +49,21 @@ open_minority_tooltip = { this = { set_variable = the_culture_is_small if = { - limit = { has_reduced_weight_in_rough_terrain_trigger = yes } + limit = { has_reduced_weight_in_rough_terrain_trigger = { CULTURE = this } } set_variable = the_culture_has_reduced_weight_in_rough_terrain } + if = { + limit = { has_reduced_weight_in_wooded_terrain_trigger = { CULTURE = this } } + set_variable = the_culture_has_reduced_weight_in_wooded_terrain + } + if = { + limit = { has_reduced_weight_in_jungle_terrain_trigger = { CULTURE = this } } + set_variable = the_culture_has_reduced_weight_in_jungle_terrain + } + if = { + limit = { has_reduced_weight_in_desert_terrain_trigger = { CULTURE = this } } + set_variable = the_culture_has_reduced_weight_in_desert_terrain + } root = { save_temporary_scope_as = the_county } this = { save_temporary_scope_as = the_culture } set_variable = { @@ -62,9 +87,21 @@ open_minority_tooltip = { variable = culture_minorities_large this = { if = { - limit = { has_reduced_weight_in_rough_terrain_trigger = yes } + limit = { has_reduced_weight_in_rough_terrain_trigger = { CULTURE = this } } set_variable = the_culture_has_reduced_weight_in_rough_terrain } + if = { + limit = { has_reduced_weight_in_wooded_terrain_trigger = { CULTURE = this } } + set_variable = the_culture_has_reduced_weight_in_wooded_terrain + } + if = { + limit = { has_reduced_weight_in_jungle_terrain_trigger = { CULTURE = this } } + set_variable = the_culture_has_reduced_weight_in_jungle_terrain + } + if = { + limit = { has_reduced_weight_in_desert_terrain_trigger = { CULTURE = this } } + set_variable = the_culture_has_reduced_weight_in_desert_terrain + } root = { save_temporary_scope_as = the_county } this = { save_temporary_scope_as = the_culture } set_variable = { @@ -81,33 +118,6 @@ open_minority_tooltip = { } } } - #Calculate the net size of each culture; should mirror culture_large_minority_weight_value - every_in_list = { - variable = culture_minorities_large - this = { - set_variable = { - name = net_size - value = base_large_minority_weight - } - if = { - limit = { root = { has_variable = the_county_has_a_culture_blending_tradition } } - change_variable = { - name = net_size - multiply = tradition_culture_blending_multiplier - } - } - if = { - limit = { - this = { has_variable = the_culture_has_reduced_weight_in_rough_terrain } - root = { has_variable = the_county_has_a_rough_terrain_province } - } - change_variable = { - name = net_size - multiply = tradition_rough_terrain_diversity_multiplier - } - } - } - } } ##### FAITH CASES ##### @@ -129,6 +139,10 @@ open_minority_tooltip = { limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } set_variable = the_faith_has_reduced_weight_in_dharmic_counties } + if = { + limit = { has_adaptive_type_tenet_trigger = yes } + set_variable = the_faith_is_adaptive + } root = { save_temporary_scope_as = the_county } this = { save_temporary_scope_as = the_faith } set_variable = { @@ -155,6 +169,10 @@ open_minority_tooltip = { limit = { has_reduced_weight_in_dharmic_counties_trigger = yes } set_variable = the_faith_has_reduced_weight_in_dharmic_counties } + if = { + limit = { has_adaptive_type_tenet_trigger = yes } + set_variable = the_faith_is_adaptive + } root = { save_temporary_scope_as = the_county } this = { save_temporary_scope_as = the_faith } set_variable = { diff --git a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt index ec0bec638e..5c98c4afcb 100644 --- a/WtWSMS/common/scripted_triggers/BP_other_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_other_triggers.txt @@ -35,3 +35,48 @@ has_all_rough_terrain_provinces_trigger = { #County Scope } } } +has_a_wooded_terrain_province_trigger = { #County Scope + any_county_province = { + OR = { + terrain = forest + terrain = taiga + } + } +} +has_all_wooded_terrain_province_trigger = { #County Scope + any_county_province = { + percent = 1.00 + OR = { + terrain = forest + terrain = taiga + } + } +} +has_a_jungle_terrain_province_trigger = { #County Scope + any_county_province = { + OR = { terrain = jungle } + } +} +has_all_jungle_terrain_province_trigger = { #County Scope + any_county_province = { + percent = 1.00 + OR = { terrain = jungle } + } +} +has_a_desert_terrain_province_trigger = { #County Scope + any_county_province = { + OR = { + terrain = desert + terrain = drylands + } + } +} +has_all_desert_terrain_province_trigger = { #County Scope + any_county_province = { + percent = 1.00 + OR = { + terrain = desert + terrain = drylands + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 4343dd70db..92347b8734 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -81,46 +81,6 @@ county_has_different_heritage_minority_culture_trigger = { } } -# $FAITH$ -county_has_specific_minority_faith_trigger = { - OR = { - AND = { - has_variable_list = faith_minorities_small - is_target_in_variable_list = { - name = faith_minorities_small - target = $FAITH$ - } - } - AND = { - has_variable_list = faith_minorities_large - is_target_in_variable_list = { - name = faith_minorities_large - target = $FAITH$ - } - } - } -} - -# $CULTURE$ -county_has_specific_minority_culture_trigger = { - OR = { - AND = { - has_variable_list = culture_minorities_small - is_target_in_variable_list = { - name = culture_minorities_small - target = $CULTURE$ - } - } - AND = { - has_variable_list = culture_minorities_large - is_target_in_variable_list = { - name = culture_minorities_large - target = $CULTURE$ - } - } - } -} - ##### Changed from Vanilla vvvvv county_has_any_type_of_minority = { @@ -304,7 +264,20 @@ has_reduced_weight_in_dharmic_counties_trigger = { } } has_reduced_weight_in_rough_terrain_trigger = { - has_cultural_parameter = encourages_diversity_in_rough_terrain + $CULTURE$ = { increased_support_in_rough_terrain_trigger = yes } +} +has_reduced_weight_in_wooded_terrain_trigger = { + $CULTURE$ = { increased_support_in_wooded_terrain_trigger = yes } +} +has_reduced_weight_in_jungle_terrain_trigger = { + $CULTURE$ = { increased_support_in_jungle_terrain_trigger = yes } +} +has_reduced_weight_in_desert_terrain_trigger = { + $CULTURE$ = { increased_support_in_desert_terrain_trigger = yes } +} + +has_adaptive_type_tenet_trigger = { + has_doctrine = tenet_adaptive } ##### SUPPORT CALCULATIONS ##### @@ -313,25 +286,33 @@ has_reduced_weight_in_rough_terrain_trigger = { ## SUPPORT ## county_specific_large_support_culture_trigger = { #target_county scope - #Rough terrain diversity minorities are mostly self-supporting when established - AND = { - scope:the_culture = { has_cultural_parameter = encourages_diversity_in_rough_terrain } - has_variable_list = culture_minorities_large - is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } - has_a_rough_terrain_province_trigger = yes - } -} -county_specific_small_support_culture_trigger = { #target_county scope OR = { - #Rough terrain diversity minorities are mostly self-supporting when established AND = { - scope:the_culture = { has_cultural_parameter = encourages_diversity_in_rough_terrain } - has_variable_list = culture_minorities_small - is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } + has_reduced_weight_in_rough_terrain_trigger = { CULTURE = $CULTURE$ } has_a_rough_terrain_province_trigger = yes } - #So that penninsulae and islands don't have small minorities die out (see Cyprus, Socotra) - is_coastal_county = yes + AND = { + has_reduced_weight_in_wooded_terrain_trigger = { CULTURE = $CULTURE$ } + has_a_wooded_terrain_province_trigger = yes + } + AND = { + has_reduced_weight_in_jungle_terrain_trigger = { CULTURE = $CULTURE$ } + has_a_jungle_terrain_province_trigger = yes + } + AND = { + has_reduced_weight_in_desert_terrain_trigger = { CULTURE = $CULTURE$ } + has_a_desert_terrain_province_trigger = yes + } + } + has_variable_list = culture_minorities_small + is_target_in_variable_list = { name = culture_minorities_small target = $CULTURE$ } +} +county_specific_small_support_culture_trigger = { #target_county scope + OR = { + has_reduced_weight_in_rough_terrain_trigger = { CULTURE = $CULTURE$ } + has_reduced_weight_in_wooded_terrain_trigger = { CULTURE = $CULTURE$ } + has_reduced_weight_in_jungle_terrain_trigger = { CULTURE = $CULTURE$ } + has_reduced_weight_in_desert_terrain_trigger = { CULTURE = $CULTURE$ } } } large_minority_support_culture_aspect_trigger = { #culture scope @@ -361,6 +342,8 @@ minority_always_supported_culture_aspect_trigger = { #culture scope small_minority_always_fed_culture_aspect_trigger = { OR = { minority_always_supported_culture_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } + #If the top liege is of the same culture as list here, make sure at least a small minority is fed + $THE_COUNTY$.holder.top_liege.culture = scope:the_culture } } @@ -374,18 +357,21 @@ county_specific_small_support_faith_trigger = { #target_county scope OR = { #A zealous people supports keeping small minorities around a bit longer culture = { has_cultural_tradition = tradition_zealous_people } - #So that peninsulae and islands don't have small minorities die out (see Cyprus, Socotra) - is_coastal_county = yes } } large_minority_support_faith_aspect_trigger = { #faith scope - always = no + OR = { + has_doctrine = tenet_cthonic_redoubts + has_doctrine = tenet_adaptive + } } small_minority_support_faith_aspect_trigger = { #faith scope always = no } minority_always_supported_faith_aspect_trigger = { #faith scope minority_always_supported_faith_aspect_generic_trigger = { THE_COUNTY = $THE_COUNTY$ } + #If the top liege is of the same faith as listed here, make sure at least a small minority is fed + $THE_COUNTY$.holder.top_liege.faith = scope:the_faith } ## FEEDING ## small_minority_always_fed_faith_aspect_trigger = { diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt index fdda09cadc..772ef0da6d 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt @@ -1,4 +1,45 @@ ### These are NOT meant to be overwritten when integrated into other mods; impacts some core functionality + +# $FAITH$ +county_has_specific_minority_faith_trigger = { + OR = { + AND = { + has_variable_list = faith_minorities_small + is_target_in_variable_list = { + name = faith_minorities_small + target = $FAITH$ + } + } + AND = { + has_variable_list = faith_minorities_large + is_target_in_variable_list = { + name = faith_minorities_large + target = $FAITH$ + } + } + } +} + +# $CULTURE$ +county_has_specific_minority_culture_trigger = { + OR = { + AND = { + has_variable_list = culture_minorities_small + is_target_in_variable_list = { + name = culture_minorities_small + target = $CULTURE$ + } + } + AND = { + has_variable_list = culture_minorities_large + is_target_in_variable_list = { + name = culture_minorities_large + target = $CULTURE$ + } + } + } +} + county_has_a_minority_with_type_and_size_trigger = { AND = { has_variable_list = $CULTURE_OR_FAITH$_minorities_$SIZE$ @@ -64,4 +105,34 @@ minority_always_supported_culture_aspect_generic_trigger = { scope:the_culture = culture:persian } } -} \ No newline at end of file +} +#Other General Triggers +increased_support_in_rough_terrain_trigger = { + OR = { + has_cultural_tradition = tradition_amharic_highlanders + has_cultural_tradition = tradition_hill_dwellers + has_cultural_tradition = tradition_mountain_homes + has_cultural_tradition = tradition_mountaineer_ruralism + #BP Traditions + has_cultural_tradition = tradition_caucasian_mountain_homes + has_cultural_tradition = tradition_caucasian_mountain_homes_non_dlc + } +} +increased_support_in_wooded_terrain_trigger = { + OR = { + has_cultural_tradition = tradition_forest_folk + has_cultural_tradition = tradition_forest_wardens + } +} +increased_support_in_jungle_terrain_trigger = { + OR = { + has_cultural_tradition = tradition_hidden_cities + has_cultural_tradition = tradition_jungle_dwellers + } +} +increased_support_in_desert_terrain_trigger = { + OR = { + has_cultural_tradition = tradition_dryland_dwellers + has_cultural_tradition = tradition_saharan_nomads + } +} diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index 800b39e83a..5d4bad82fe 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -78,7 +78,6 @@ culture_parameter_cheaper_to_hybridize_colonizers: "Hybrid [culture|E] Creation Cost: [prestige_i]#P -[EmptyScope.ScriptValue('easier_to_hybridize_colonizers_value_for_localization')]%#!" culture_parameter_culture_can_raid_even_if_feudal: "Unlocks the ability to [raid|E]" culture_parameter_easier_to_hybridize_colonizers: "Creating a [hybrid_culture|E] requires #P 20%#! less [cultural_acceptance|E]" - culture_parameter_encourages_diversity_in_rough_terrain: "In [counties|El] with hills, mountains, and desert mountains, minorities of these cultures use less [minority_capacity|E] and are less likely to disappear." culture_parameter_harder_to_convert_county_culture_in_rough_terrain: "Harder to [promote_culture|E] in [counties|E] of this [culture|E] if there are hills, mountains, or desert mountains in the county." culture_parameter_harder_to_hybridize_with: "Other cultures require #N +[EmptyScope.ScriptValue('harder_to_hybridize_with_value_for_localization')]%#! more [cultural_acceptance|E] to create a [hybrid_culture|E] with this culture" culture_parameter_hybridization_requires_duchy_or_better: "Creating a [hybrid_culture|E] requires having a [duchy|E] or better." diff --git a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml index 6a771de079..f499ca2e02 100644 --- a/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml +++ b/WtWSMS/localization/english/gui/sea_holding_view_l_english.yml @@ -1,8 +1,5 @@ l_english: MINORITY_HEADING: "Minority Information" - MINORITY_INFORMATION: "[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_culture_minority_percent')|0]%,[Province.GetCounty.GetTitle.MakeScope.ScriptValue('gui_faith_minority_percent')|0]%" - MAJORITY_CULTURE: "Majority Culture: [Province.GetCounty.GetCulture.GetNameNoTooltip]" - MAJORITY_FAITH: "Majority Faith: [Province.GetCounty.GetFaith.GetNameNoTooltip]" MINORITY_CAPACITY: "Minority Capacity: [Province.GetCounty.GetTitle.MakeScope.ScriptValue('minority_capacity_of_county')|0]" #TODO (0.2.0): Generate these numbers from script values instead of hardcoded MINORITY_CULTURES: "Minority Cultures:\n$TAB$$MINORITY_CULTURE_UTILIZATION$" @@ -16,19 +13,24 @@ ##### General Culture CULTURE_OPENING: "Minority Capacity Utilization: [Scope.Culture.MakeScope.Var('net_size').GetValue|2]" - ROUGH_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Rough Terrain: #P $multiplication_sign$0.40#!" CULTURE_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_culture_blending_name$#!): #P $multiplication_sign$0.75#!" -#Small Culture - SMALL_CULTURE_BREAKDOWN: "$CULTURE_OPENING$$SMALL_CULTURE_BASE$$SMALL_CULTURE_ROUGH$$SMALL_CULTURE_BLENDING$" + ROUGH_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Rough Terrain: #P $multiplication_sign$0.40#!" + WOODED_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Wooded Terrain: #P $multiplication_sign$0.40#!" + JUNGLE_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Jungle Terrain: #P $multiplication_sign$0.40#!" + DESERT_TERRAIN_STRING: "\n$BULLET_WITH_TAB$County with Desert Terrain: #P $multiplication_sign$0.40#!" + ## Other General + MINORITY_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" + MINORITY_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" + MINORITY_CULTURE_WOODED: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_wooded_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_wooded_terrain').IsSet),'$WOODED_TERRAIN_STRING$','')]" + MINORITY_CULTURE_JUNGLE: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_jungle_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_jungle_terrain').IsSet),'$JUNGLE_TERRAIN_STRING$','')]" + MINORITY_CULTURE_DESERT: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_desert_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_desert_terrain').IsSet),'$DESERT_TERRAIN_STRING$','')]" + #Small Culture + SMALL_CULTURE_BREAKDOWN: "$CULTURE_OPENING$$SMALL_CULTURE_BASE$$MINORITY_CULTURE_BLENDING$$MINORITY_CULTURE_ROUGH$$MINORITY_CULTURE_WOODED$$MINORITY_CULTURE_JUNGLE$$MINORITY_CULTURE_DESERT$" SMALL_CULTURE_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_small_minority_weight')|2]" - SMALL_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" - SMALL_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" #Large Culture - LARGE_CULTURE_BREAKDOWN: "$CULTURE_OPENING$$LARGE_CULTURE_BASE$$LARGE_CULTURE_ROUGH$$LARGE_CULTURE_BLENDING$" + LARGE_CULTURE_BREAKDOWN: "$CULTURE_OPENING$$LARGE_CULTURE_BASE$$MINORITY_CULTURE_BLENDING$$MINORITY_CULTURE_ROUGH$$MINORITY_CULTURE_WOODED$$MINORITY_CULTURE_JUNGLE$$MINORITY_CULTURE_DESERT$" LARGE_CULTURE_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_large_minority_weight')|2]" - LARGE_CULTURE_ROUGH: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_rough_terrain_province').IsSet,Scope.Culture.MakeScope.Var('the_culture_has_reduced_weight_in_rough_terrain').IsSet),'$ROUGH_TERRAIN_STRING$','')]" - LARGE_CULTURE_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_culture_blending_tradition').IsSet,'$CULTURE_BLENDING_STRING$','')]" - + #Debugging CULTURE_SUPPORT: "Culture Support: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('support').GetValue,'(CFixedPoint)1')|2]" CULTURE_FEEDING: "Culture Feeding: [Multiply_CFixedPoint(Scope.Culture.MakeScope.Var('feeding').GetValue,'(CFixedPoint)1')|2]" @@ -41,17 +43,18 @@ FAITH_OPENING: "Minority Capacity Utilization: [Scope.Faith.MakeScope.Var('net_size').GetValue|2]" DHARMIC_STRING: "\n$BULLET_WITH_TAB$County Majority Faith Dharmic: #P $multiplication_sign$0.66#!" FAITH_BLENDING_STRING: "\n$BULLET_WITH_TAB$County Majority Culture (#V $tradition_religion_blending_name$#!): #P $multiplication_sign$0.75#!" + FAITH_ADAPTIVE_STRING: "\n$BULLET_WITH_TAB$#V $tenet_adaptive_name$#! faith: #P $multiplication_sign$0.75#!" + ## Other General + MINORITY_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" + MINORITY_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" + MINORITY_FAITH_ADAPTIVE: "[SelectLocalization( Scope.Faith.MakeScope.Var('the_faith_is_adaptive').IsSet,'$FAITH_ADAPTIVE_STRING$','')]" #Small Faith - SMALL_FAITH_BREAKDOWN: "$FAITH_OPENING$$SMALL_FAITH_BASE$$SMALL_FAITH_DHARMIC$$SMALL_FAITH_BLENDING$" + SMALL_FAITH_BREAKDOWN: "$FAITH_OPENING$$SMALL_FAITH_BASE$$MINORITY_FAITH_DHARMIC$$MINORITY_FAITH_BLENDING$$MINORITY_FAITH_ADAPTIVE$" SMALL_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_small_minority_weight')|2]" - SMALL_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" - SMALL_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" #Large Faith - LARGE_FAITH_BREAKDOWN: "$FAITH_OPENING$$LARGE_FAITH_BASE$$LARGE_FAITH_DHARMIC$$LARGE_FAITH_BLENDING$" + LARGE_FAITH_BREAKDOWN: "$FAITH_OPENING$$LARGE_FAITH_BASE$$MINORITY_FAITH_DHARMIC$$MINORITY_FAITH_BLENDING$$MINORITY_FAITH_ADAPTIVE$" LARGE_FAITH_BASE: "\n$BULLET_WITH_TAB$Base Value: [EmptyScope.ScriptValue('base_large_minority_weight')|2]" - LARGE_FAITH_DHARMIC: "[SelectLocalization( And( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_dharmic_faith').IsSet,Scope.Faith.MakeScope.Var('the_faith_has_reduced_weight_in_dharmic_counties').IsSet),'$DHARMIC_STRING$','')]" - LARGE_FAITH_BLENDING: "[SelectLocalization( HoldingView.GetCountyTitle.MakeScope.Var('the_county_has_a_religion_blending_tradition').IsSet,'$FAITH_BLENDING_STRING$','')]" - + #Debugging FAITH_SUPPORT: "Faith Support: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('support').GetValue,'(CFixedPoint)1')|2]" FAITH_FEEDING: "Faith Feeding: [Multiply_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)1')|2]" @@ -59,4 +62,4 @@ FAITH_GROWING_SHRINKING: "$FAITH_SHRINKING$$FAITH_GROWING$" FAITH_SHRINKING: "[SelectLocalization(Or(GreaterThan_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet),'@red_arrow_icon! Shrinking','')]" FAITH_GROWING: "[SelectLocalization(And(LessThanOrEqualTo_CFixedPoint(Scope.Faith.MakeScope.Var('feeding').GetValue,'(CFixedPoint)0'),Not(HoldingView.GetCountyTitle.MakeScope.Var('over_faith_capacity').IsSet)),'@green_arrow_icon! Growing','')]" - + \ No newline at end of file diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 3a398a6344..f3ee5df306 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -51,8 +51,6 @@ IN PROGRESS: MINORITIES ------------ MINORITY UTILIZATION: - * Desert traditions/Forest Traditions should impact feeding/support in those terrain provinces? - * Adaptive should reduce minority size slightly or modify support * Possibility of minorities becoming hybrid if hybrid is already extant? OTHERS: * Sahara event should use minorities From 59b8146bc602fd26c4535b3019957b41607cea94 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 31 Oct 2022 01:57:36 -0400 Subject: [PATCH 120/339] Overall Baltic extents Primary source: https://upload.wikimedia.org/wikipedia/commons/3/3e/The_prevalence_of_Baltic_hydronyms.png which itself is based on a Lithuanian encyclopedia. --- WtWSMS/history/provinces/bp_k_lithuania.txt | 2 +- WtWSMS/history/provinces/bp_k_novgorod.txt | 4 +-- WtWSMS/history/provinces/bp_k_ruthenia.txt | 25 ++++++++------- WtWSMS/history/provinces/bp_k_white_rus.txt | 34 ++++++++++++--------- 4 files changed, 37 insertions(+), 28 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_lithuania.txt b/WtWSMS/history/provinces/bp_k_lithuania.txt index 63cc6aebd1..176d0fd31b 100644 --- a/WtWSMS/history/provinces/bp_k_lithuania.txt +++ b/WtWSMS/history/provinces/bp_k_lithuania.txt @@ -250,7 +250,7 @@ } ###c_scalovia 120 = { #RAGNIT - culture = aesti + culture = prussian #Skalvians were prussian speakers religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_novgorod.txt b/WtWSMS/history/provinces/bp_k_novgorod.txt index 51ce592199..84a37f0ef4 100644 --- a/WtWSMS/history/provinces/bp_k_novgorod.txt +++ b/WtWSMS/history/provinces/bp_k_novgorod.txt @@ -136,8 +136,8 @@ } ###c_valdai 5164 = { #Torzhok - culture = old_slavic - religion = slavic_pagan + culture = vepsian + religion = finnish_pagan holding = tribal_holding } 5165 = { #Klichen diff --git a/WtWSMS/history/provinces/bp_k_ruthenia.txt b/WtWSMS/history/provinces/bp_k_ruthenia.txt index 7207240c4f..4c75db85d4 100644 --- a/WtWSMS/history/provinces/bp_k_ruthenia.txt +++ b/WtWSMS/history/provinces/bp_k_ruthenia.txt @@ -89,6 +89,7 @@ } ##d_turov ################################### + ###c_turov 552 = { #Turov culture = vistula_veneti @@ -103,8 +104,8 @@ } ###c_korosten 5104 = { #Korosten - culture = old_slavic - religion = slavic_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5105 = { #Ovruch @@ -190,14 +191,15 @@ } ##d_chernigov ################################### + ###c_chernigov 554 = { #Chernigov - culture = old_slavic - religion = slavic_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 553 = { #Lyubech - holding = tribal_holding + holding = none } 5200 = { #Gomel holding = none @@ -210,8 +212,8 @@ } ###c_starodub 5203 = { #Starodub - culture = old_slavic - religion = slavic_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5204 = { #Trubetsk @@ -264,10 +266,11 @@ } ##d_karachev ################################### + ###c_karachev 5209 = { #Karachev - culture = old_slavic - religion = slavic_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5210 = { #Krom @@ -290,8 +293,8 @@ } ###c_sevsk 5206 = { #Sevsk - culture = old_slavic - religion = slavic_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5207 = { #Ust-livny diff --git a/WtWSMS/history/provinces/bp_k_white_rus.txt b/WtWSMS/history/provinces/bp_k_white_rus.txt index 0b8088311c..92d179bc8a 100644 --- a/WtWSMS/history/provinces/bp_k_white_rus.txt +++ b/WtWSMS/history/provinces/bp_k_white_rus.txt @@ -1,5 +1,7 @@ #k_white_rus + ##d_grodno ################################### + ###c_grodno 161 = { #GRODNO culture = galindian @@ -32,6 +34,7 @@ } ##d_pinsk ################################### + ###c_pinsk 548 = { #Pinsk culture = vistula_veneti @@ -67,8 +70,8 @@ } ###c_babruysk 5119 = { #Babruysk - culture = old_slavic - religion = slavic_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5120 = { #Zhlobin @@ -82,6 +85,7 @@ } ##d_minsk ################################### + ###c_minsk 550 = { #Minsk culture = galindian @@ -102,8 +106,8 @@ } ###c_orsha 5127 = { #Orsha - culture = old_slavic - religion = slavic_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 5128 = { #Drutsk @@ -111,6 +115,7 @@ } ##d_polotsk ################################### + ###c_polotsk 5129 = { #Polotsk culture = galindian @@ -137,8 +142,8 @@ } ###c_vitebsk 5134 = { #Vitebsk - culture = old_slavic - religion = slavic_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 5135 = { #Haradok @@ -146,10 +151,11 @@ } ##d_smolensk ################################### + ###c_smolensk 568 = { #Smolensk - culture = old_slavic - religion = slavic_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 5219 = { #Dorogobyzh @@ -166,8 +172,8 @@ } ###c_gnezdovo 5221 = { #Gnezdovo - culture = old_slavic - religion = slavic_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 5222 = { #Velizh @@ -178,8 +184,8 @@ } ###c_roslavl 933 = { #Roslavl - culture = old_slavic - religion = slavic_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 5224 = { #Klimavichy @@ -202,8 +208,8 @@ } ###c_toropets 5170 = { #Toropets - culture = old_slavic - religion = slavic_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 5171 = { #Andreapol From 578ac649ad37ebf73e194ade629b1c81e5c5a2ec Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:12:23 -0400 Subject: [PATCH 121/339] Mazdakism and credit updates * super7700 for new religion icons * Some doctrinal improvements for Mazdakism --- WtWSMS/common/religion/religions/00_zoroastrianism.txt | 10 +++++++++- .../sea_minority_triggers_generic.txt | 2 +- WtWSMS/credits.txt | 3 ++- _developer_documentation/_BP_design.info | 8 +------- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index 8fe7b83e0f..6b1dbe7f4c 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -395,6 +395,7 @@ doctrine = doctrine_gender_equal doctrine = doctrine_pluralism_pluralistic doctrine = doctrine_spiritual_head + #Should be removed via game start on-actions when applicable doctrine = special_doctrine_zoroastrian_approved_cult #Marriage Doctrines @@ -405,10 +406,17 @@ #Clergy Doctrines doctrine = doctrine_clerical_function_alms_and_pacification - doctrine = doctrine_clerical_gender_either + #Mazdakism was probably more conservative in many respects than we give it credit for + #and I can't find a source saying otherwise for Mazdak having female priests. + #Iranica Online states: + # https://iranicaonline.org/articles/zoroastrianism-i-historical-review + # "It challenged the establishment, preaching social equality, including women, to the + # extent that property should be held in common." So I don't think female priests fit + # although equal doctrine does. #Ritual Doctrines doctrine = doctrine_ritual_conversion_required + doctrine = doctrine_ritual_vegetarianism_required #Meat being derived solely from Darkness #Core Tenets doctrine = tenet_asceticism diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt index 772ef0da6d..186aac4d6a 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers_generic.txt @@ -40,7 +40,7 @@ county_has_specific_minority_culture_trigger = { } } -county_has_a_minority_with_type_and_size_trigger = { +county_has_a_minority_with_type_and_size_trigger = { AND = { has_variable_list = $CULTURE_OR_FAITH$_minorities_$SIZE$ is_target_in_variable_list = { diff --git a/WtWSMS/credits.txt b/WtWSMS/credits.txt index b639fc1b71..5906e18cef 100644 --- a/WtWSMS/credits.txt +++ b/WtWSMS/credits.txt @@ -15,10 +15,11 @@ Chalk and Rootel for "More Faith Icons" Elder Kings 2 Mod Team for their sub-bookmark system Nezaros for "Cultural and Religious Minorities" Rajas of Asia Team for some religion/government features -Successions Expanded Team for Succession Laws +Successions Expanded Team for providing baseline succession laws for us to build upon Vertimanus for the "Community Culture Utility" cybrxhan for elements of RICE integrated herkles (aka Vyshan) for Dharmachakra +super7700 for various religion icons $TITLE_OTHER_ITEMS$ Nakh name list from TheDarkbane12 on the PDX forums diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index f3ee5df306..28004f52be 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -41,22 +41,17 @@ TRIBUTARIES BRANCH: * Kandak as ruler of foderatus in the region * Ernak & relations in Moesia Inferior & Dobrujna * Hunnic counties in Moesia Inferior should have "recent immigration" penalty (recently fractured in 467) +* Split Northern and Southern Adnanites (to avoid Arabia getting Late Antiquity innovations) ----------------------------------------------------------------- IN PROGRESS: ----------------------------------------------------------------- -* Split Northern and Southern Adnanites (to avoid Arabia getting Late Antiquity innovations) - -* More precise parsing out of feeding and support values; Greeks & Romans in Tustar should not be listed as growing - MINORITIES ------------ MINORITY UTILIZATION: - * Possibility of minorities becoming hybrid if hybrid is already extant? OTHERS: * Sahara event should use minorities * Minorities need to be evaluated during hybridization/divergence GUI: - * Breakdown of support * Needs to refresh values every time time map is clicked; values don't always refresh there HYBRID CULTURES @@ -71,7 +66,6 @@ HYBRID CULTURES OTHERS ------------------------------ -* Missionary minor title * Gothic Kingdom Suggestion * Raiding suggestions * Heritage ethnic religion variant? From d130d0c0d81b0e06cf9270fca76418fd24377f5e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:21:33 -0400 Subject: [PATCH 122/339] Some localization fixes --- .../english/religion/BP_religion_core_tenets_l_english.yml | 2 +- .../english/religion/BP_religion_zoroastrianism_l_english.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml index 392a02a70b..ab29ca95e9 100644 --- a/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml @@ -79,7 +79,7 @@ #Mazdan Syncretism tenet_zoroastrian_syncretism_name:0 "Zoroastrian Syncretism" tenet_zoroastrian_syncretism_desc:0 "Zoroaster's words are indisputably wise and just, and whatever our disagreements with him, we should take heed of his thoughts and deeds." - doctrine_parameter_hostility_override_special_doctrine_is_zoroastrian_faith:0 "Considers Zoroastrian [faiths|E] and is considered by Zoroastrian $game_concept_faiths$ to be [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_evil_tooltippable$" + doctrine_parameter_hostility_override_special_doctrine_is_zoroastrian_faith:0 "Considers and is considered by Zoroastrian [faiths|E] to be [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_evil_tooltippable$" doctrine_parameter_zoroastrian_syncretic_actor_opinion_active:1 "Mutual [EmptyScope.ScriptValue('syncretic_mutual_opinion_bonus_value')|=+0] [opinion|E] bonus with Zoroastrian [faiths|E]" doctrine_parameter_opinion_of_zoroastrian_syncretic_recipient_opinion_active:0 "" doctrine_parameter_zoroastrian_syncretic_recipient_opinion_active:1 "Mutual [EmptyScope.ScriptValue('syncretic_mutual_opinion_bonus_value')|=+0] [opinion|E] bonus with [faiths|E] that have the $tenet_zoroastrian_syncretism_name$ [core_tenet|E]" diff --git a/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml index 07d0b8382a..1c853e3399 100644 --- a/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml @@ -9,7 +9,7 @@ special_doctrine_is_zoroastrian_faith_name:0 "Teachings of Zoroaster" special_doctrine_is_zoroastrian_faith_desc:0 "There are those in the world who adhere to the teachings of Zoroaster without adhering to the Three-Fold Path. Though deceived they are, we should still show compassion to these misguided souls, as they may one day become converts to the true faith." doctrine_parameter_hostility_override_tenet_zoroastrian_syncretism:1 "Non-Zoroastrian [faiths|E] with the $tenet_zoroastrian_syncretism_name$ tenet are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_evil_tooltippable$." - hostility_override_special_doctrine_is_iranian_pagan_faith: "Considers and is considered by Zoroastrian faiths [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of [faith_evil|V]" + doctrine_parameter_hostility_override_special_doctrine_is_iranian_pagan_faith: "Considers and is considered by $iranian_religion$ faiths [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of [faith_evil|V]" is_zoroastrian_faith_name:0 "$special_doctrine_is_zoroastrian_faith_name$" #Other Ecumenism-like things special_doctrine_persian_legality_name:0 "" From 1eca33309cad65010a46a2a81b70b4624ed049ce Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:39:28 -0400 Subject: [PATCH 123/339] Update BP_east_slavic.txt --- WtWSMS/common/culture/cultures/BP_east_slavic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_slavic.txt b/WtWSMS/common/culture/cultures/BP_east_slavic.txt index 9429e3691b..c81f499bb3 100644 --- a/WtWSMS/common/culture/cultures/BP_east_slavic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_slavic.txt @@ -3,7 +3,7 @@ # flat social structure, with social stratification occurring when population density increased. Collective # lands seems to be the "best fit" for this notion of a flat hierarchy, review evolution for 0.2.0 -old_slavic = { +old_slavic = { color = old_slavic ethos = ethos_stoic From 033bab486fd3d4dd49a02a00ad6644cccb2883e7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 1 Nov 2022 12:16:17 -0400 Subject: [PATCH 124/339] Daoists get Divine Right Right-to-Rule --- WtWSMS/common/on_action/BP_game_start.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index a92a2c0b20..cdd15c0551 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1324,6 +1324,11 @@ other_religion_effects = { } else = { add_doctrine = doctrine_ritual_vegetarianism_no_statement } } + #Right to Rule + if = { + limit = { religion = religion:taoism_religion } #CK2 effect + add_doctrine = doctrine_right_to_rule_divine + } #Pagan Faiths so we can minimize the amount of Vanilla overwrite if = { limit = { From 12cdffb8decb8abf880b47a0eba26ce039d8f6ed Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:09:29 -0400 Subject: [PATCH 125/339] Zoroastrian Tweaks * Khurmazta gets no head doctrine * Asvan make it so conversion flips faith to the HOF's religion instead of your religion * Removed Zurvanism from the map Zurvanism now is essentially a *subset* of Mazdayasna instead of a fully fleged separate faith --- .../00_court_chaplain_tasks_BP_overwrite.txt | 16 ++++++++-- .../on_action/sea_minority_game_start.txt | 4 --- .../doctrines/BP_doctrines_zoroastrian.txt | 2 +- .../religion/religions/00_zoroastrianism.txt | 2 +- .../99_court_chaplain_values_BP_overwrite.txt | 12 -------- .../BP_court_chaplain_values.txt | 12 -------- WtWSMS/history/provinces/bp_k_persia.txt | 30 +++++++++---------- .../BP_religion_zoroastrianism_l_english.yml | 5 ++-- 8 files changed, 33 insertions(+), 50 deletions(-) diff --git a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt index 885d1bdac9..a994132156 100644 --- a/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt +++ b/WtWSMS/common/council_tasks/00_court_chaplain_tasks_BP_overwrite.txt @@ -591,9 +591,19 @@ task_conversion = { } } else = { - promote_minority_effect = { - CULTURE_OR_FAITH = faith - ITEM = scope:councillor.faith + #Upgrade the target faith + if = { + limit = { scope:councillor.faith = { has_doctrine_parameter = shared_hof_converts_counties_to_hof_religion } } + promote_minority_effect = { + CULTURE_OR_FAITH = faith + ITEM = scope:councillor.faith.religious_head.faith + } + } + else = { + promote_minority_effect = { + CULTURE_OR_FAITH = faith + ITEM = scope:councillor.faith + } } if = { limit = { scope:county.faith = scope:councillor.faith } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index c0d631929a..5be6b2e8a4 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -214,10 +214,6 @@ BP_set_minorities_universal = { add_small_faith_to_county_effect = { FAITH = faith:khurmazta } } ### Mazdyasna - every_county = { #Large Concentrations - limit = { this.faith = faith:zurvanism } - add_large_faith_to_county_effect = { FAITH = faith:mazdayasna } - } ## Dualists ###Manicheans every_county = { diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt index ea442a1815..617a330ece 100644 --- a/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_zoroastrian.txt @@ -12,7 +12,7 @@ special_tolerance = { parameters = { hostility_override_special_doctrine_zoroastrian_approved_cult = 0 hostility_override_special_doctrine_legalized_faith_persia = 2 - zoroastrian_approved_cult_conversion_malus = yes + shared_hof_converts_counties_to_hof_religion = yes } } } diff --git a/WtWSMS/common/religion/religions/00_zoroastrianism.txt b/WtWSMS/common/religion/religions/00_zoroastrianism.txt index 6b1dbe7f4c..f988921e95 100644 --- a/WtWSMS/common/religion/religions/00_zoroastrianism.txt +++ b/WtWSMS/common/religion/religions/00_zoroastrianism.txt @@ -332,7 +332,6 @@ khurmazta = { color = { 0.7 0.7 0.4 } icon = khurmazta - religious_head = d_mazdayasna #Sasanid Royal Fires holy_site = buren_mihr #Adur Burzen-Mihr @@ -343,6 +342,7 @@ holy_site = samarkand #Shared with Hepthal; major Sogdian center #Main Group + doctrine = doctrine_no_head doctrine = doctrine_pluralism_pluralistic doctrine = special_doctrine_zoroastrian_approved_cult diff --git a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt index 2d231b9704..c27ecd3f51 100644 --- a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt @@ -414,18 +414,6 @@ court_chaplain_conversion_contextual_bonuses = { desc = COURT_CHAPLAIN_CONVERSION_DOCTRINE_LEGAL_FAITH_MALUS } } - ### Zoroastrian Approved Cult - if = { - limit = { - scope:councillor_liege.faith = { has_doctrine = special_doctrine_zoroastrian_approved_cult } - exists = scope:county - scope:county.faith = { has_doctrine_parameter = zoroastrian_approved_cult_conversion_malus } - } - subtract = { - value = scope:councillor.conversion_doctrine_approved_cult_malus - desc = COURT_CHAPLAIN_CONVERSION_DOCTRINE_APPROVED_CULT_MALUS - } - } ### Ecstatic Prophecy Protection if = { limit = { diff --git a/WtWSMS/common/script_values/BP_court_chaplain_values.txt b/WtWSMS/common/script_values/BP_court_chaplain_values.txt index e610997913..9ade3ed2ef 100644 --- a/WtWSMS/common/script_values/BP_court_chaplain_values.txt +++ b/WtWSMS/common/script_values/BP_court_chaplain_values.txt @@ -318,18 +318,6 @@ conversion_doctrine_legalized_faith_malus = { multiply = 0.50 } } -conversion_doctrine_approved_cult_malus = { - value = 0 - if = { - limit = { - scope:councillor_liege.faith = { has_doctrine = special_doctrine_zoroastrian_approved_cult } - exists = scope:county - scope:county.faith = { has_doctrine_parameter = zoroastrian_approved_cult_conversion_malus } - } - add = court_chaplain_conversion_base_total - multiply = 0.90 - } -} ### Effect of Elite migration convert_faith_minor_migration_minor_aristocracy_penalty = { #Minor Migration diff --git a/WtWSMS/history/provinces/bp_k_persia.txt b/WtWSMS/history/provinces/bp_k_persia.txt index a64ac24fde..16e91a07a8 100644 --- a/WtWSMS/history/provinces/bp_k_persia.txt +++ b/WtWSMS/history/provinces/bp_k_persia.txt @@ -3,8 +3,8 @@ # Gondishapur was a major nestorian center # Some shifts in Nestorian and Mazdayasna provinces # -# Zurvanism most likely prominent in the South and the West vs. North and East for Mazdayasna -# https://en.wikipedia.org/wiki/Zurvanism#Decline_and_disappearance +# mazdayasna most likely prominent in the South and the West vs. North and East for Mazdayasna +# https://en.wikipedia.org/wiki/mazdayasna#Decline_and_disappearance # # Additional Sources for holdings: # https://en.wikipedia.org/wiki/Pars_(Sasanian_province)#/media/File:Map_of_the_Sasanian_province_of_Pars.svg @@ -262,7 +262,7 @@ ###c_sardan 4122 = { #4122 Lurijan culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding #Hypothetical but likely settled } 4123 = { #4123 Aruj @@ -274,7 +274,7 @@ ###c_ramhurmuz 4308 = { #4308 Ramhurmuz culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4307 = { #4307 Asak @@ -401,7 +401,7 @@ ###c_sirjan 4088 = { #4088 - Sirjan culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding #aka Shiragan } 4087 = { #4087 - Bimand @@ -413,7 +413,7 @@ ###c_jiruft 4089 = { #4089 - jiruft culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4090 = { #4090 - maghub @@ -425,7 +425,7 @@ ###c_hormuz 4185 = { # 4185 - Hormuz culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4186 = { #4186 - Shahru @@ -440,7 +440,7 @@ ###c_shiraz 4177 = { #4177 Shiraz-Farsi culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4176 = { #4176 Sarwistan-Shirazi-Runiz @@ -458,7 +458,7 @@ ###c_arrajan 4305 = { # 4305 - Arrajan culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding #aka Weh-az-Amid-Kawad } 4301 = { #4301 - Jannaba @@ -476,7 +476,7 @@ ###c_mandestan 4195 = { # 4195 - Mandestan culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4197 = { #4197 - Bushkanat @@ -495,7 +495,7 @@ ###c_istakhr 4118 = { #4118 - Istkahr culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4117 = { #4117 - Iqlid @@ -513,7 +513,7 @@ ###c_irahistan 4193 = { #4193 - Naband culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4194 = { #4194 - Siraf @@ -525,7 +525,7 @@ ###c_lar 4093 = { #4093 - Lar culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4094 = { #4094 - Kariyan/Gerash @@ -537,7 +537,7 @@ ###c_darabjerdd 4171 = { # 4171 - Darabjerd culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding #aka Darabgerd } 4172 = { #4172 - Fujustan @@ -555,7 +555,7 @@ ###c_sif-i-umara 4191 = { #4191 - Huzu culture = persian - religion = zurvanism + religion = mazdayasna holding = castle_holding } 4188 = { #4188 - Kaurestan diff --git a/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml index 1c853e3399..4e7e8ce12f 100644 --- a/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_zoroastrianism_l_english.yml @@ -4,7 +4,7 @@ special_doctrine_zoroastrian_approved_cult_desc:0 "This cult has been determined to possess aša by the priests of the Mazdayasna religion." doctrine_parameter_hostility_override_special_doctrine_zoroastrian_approved_cult:0 "Zoroastrian [faiths|E] that have the Ašavan doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" doctrine_parameter_hostility_override_special_doctrine_legalized_faith_persia: "Christian [faiths|E] that have the Legalized Faith doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]" - doctrine_parameter_zoroastrian_approved_cult_conversion_malus: "County Conversion Resistance: #P +90%#!\n\t\t$EFFECT_LIST_BULLET$ #italic Applies only to [faiths|E] of the same [religion|E] with $special_doctrine_zoroastrian_approved_cult_name$#!" + doctrine_parameter_shared_hof_converts_counties_to_hof_religion: "#V $task_conversion$#! changes faith to match the [head_of_faith|E]'s [faith|E] instead of your own (if a [head_of_faith|E] exists)." #Zoroastrian Faith Doctrine special_doctrine_is_zoroastrian_faith_name:0 "Teachings of Zoroaster" special_doctrine_is_zoroastrian_faith_desc:0 "There are those in the world who adhere to the teachings of Zoroaster without adhering to the Three-Fold Path. Though deceived they are, we should still show compassion to these misguided souls, as they may one day become converts to the true faith." @@ -16,4 +16,5 @@ special_doctrine_legalized_faith_persia_name:0 "Legalized Faith" special_doctrine_legalized_faith_persia_desc:0 "This faith has been legalized by the rulers of the Zoroastrian Persian Empire." doctrine_parameter_is_considered_by_approved_cult_to_be_hostile:0 "Considers and is considered by Zoroastrian faiths with the Ašavan doctrine to be [faith_hostile|V] instead of [faith_evil|V]" - doctrine_parameter_general_religious_protection_from_zoroastrian_cults: "[landed|E] [vassals|E] of this faith are religiously protected\n$EFFECT_LIST_BULLET$County Conversion Resistance: #P +50%#!\n\t\t$EFFECT_LIST_BULLET$ #italic Applies only to $zoroastrianism_religion$ [faiths|E] with $special_doctrine_zoroastrian_approved_cult_name$#!" \ No newline at end of file + doctrine_parameter_general_religious_protection_from_zoroastrian_cults: "[landed|E] [vassals|E] of this faith are religiously protected\n$EFFECT_LIST_BULLET$County Conversion Resistance: #P +50%#!\n\t\t$EFFECT_LIST_BULLET$ #italic Applies only to $zoroastrianism_religion$ [faiths|E] with $special_doctrine_zoroastrian_approved_cult_name$#!" + \ No newline at end of file From b6b618fde811ff126c4c9b0c1fef716d16a44529 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 1 Nov 2022 19:43:12 -0400 Subject: [PATCH 126/339] Some improvements to minority stuff * Fixup some of minority_growth_effect * Still seeing a number of issues that need fixing * Added some additional triggers to prevent minority growth events from improperly firing * Fixed some localization bugs --- .../scripted_effects/sea_minority_effects.txt | 63 +++++++++---------- .../events/_BP_events/sea_minority_events.txt | 36 ++++++++--- .../english/sea_minority_submod_l_english.yml | 8 +-- 3 files changed, 62 insertions(+), 45 deletions(-) diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 524bc4dbae..30156a0cd0 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -349,43 +349,42 @@ minority_growth_effect = { position = 0 save_scope_as = candidate_minority_to_promote } - - #If the fastest growing minority **is** the majority, we remove it from the list and - # pick again, using promote_minority_but_not_to_majority_effect; otherwise use - # promote_minority_effect (conditions have changed that the minority should flip this time) + #Only do something if the list is non-empty if = { - limit = { - exists = scope:candidate_minority_to_promote - $SOURCE_COUNTY$.$CULTURE_OR_FAITH$ = scope:candidate_minority_to_promote - } - scope:candidate_minority_to_promote = { remove_from_list = growing_minority } + limit = { exists = scope:candidate_minority_to_promote } + #If the fastest growing minority **is** the majority, we remove it from the list and + # pick again, using promote_minority_but_not_to_majority_effect; otherwise use + # promote_minority_effect (conditions have changed that the minority should flip this time) + if = { + limit = { $SOURCE_COUNTY$.$CULTURE_OR_FAITH$ = scope:candidate_minority_to_promote } + scope:candidate_minority_to_promote = { remove_from_list = growing_minority } ordered_in_list = { - list = growing_minority - order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county - position = 0 - save_scope_as = candidate_minority_to_promote - } - promote_minority_but_not_to_majority_effect = { - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ - ITEM = scope:candidate_minority_to_promote - } - notify_characters_of_minority_growth_effect = { - THE_SOURCE_COUNTY = $SOURCE_COUNTY$ - EVENT_TITLE = minority_$CULTURE_OR_FAITH$_growing_title - EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_growing_tt + list = growing_minority + order_by = support_of_a_$CULTURE_OR_FAITH$_minority_in_county + position = 0 + save_scope_as = candidate_minority_to_promote + } + promote_minority_but_not_to_majority_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = scope:candidate_minority_to_promote + } + notify_characters_of_minority_growth_effect = { + THE_SOURCE_COUNTY = $SOURCE_COUNTY$ + EVENT_TITLE = minority_$CULTURE_OR_FAITH$_growing_title + EVENT_TOOLTIP = minority_$CULTURE_OR_FAITH$_growing_tt + } } - } - else_if = { - limit = { exists = scope:candidate_minority_to_promote } - this.culture = { save_scope_as = old_culture } - this.faith = { save_scope_as = old_faith } - promote_minority_effect = { - CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ - ITEM = scope:candidate_minority_to_promote + else = { + this.culture = { save_scope_as = old_culture } + this.faith = { save_scope_as = old_faith } + promote_minority_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = scope:candidate_minority_to_promote + } + notify_characters_of_county_change_growth_effect = { THE_SOURCE_COUNTY = $SOURCE_COUNTY$ } } - notify_characters_of_county_change_growth_effect = { THE_SOURCE_COUNTY = $SOURCE_COUNTY$ } - } #else, do nothing (growing_minority list is empty) + } } } #Requires scope:source_county diff --git a/WtWSMS/events/_BP_events/sea_minority_events.txt b/WtWSMS/events/_BP_events/sea_minority_events.txt index cb7c13cc75..f426649ec8 100644 --- a/WtWSMS/events/_BP_events/sea_minority_events.txt +++ b/WtWSMS/events/_BP_events/sea_minority_events.txt @@ -801,6 +801,15 @@ minorities.1003 = { minorities.9998 = { type = character_event title = minorities.9998.t + + #FIXME: This is a band-aid and should be fixed; we *shouldn't* be having this event fire if the county culture/faith didn't change + trigger = { + NAND = { + scope:source_county.culture = scope:old_culture + scope:source_county.faith = scope:old_faith + } + } + desc = { desc = minorities.9998.desc_opening triggered_desc = { @@ -846,43 +855,52 @@ minorities.9998 = { minorities.9999 = { type = character_event title = minorities.9999.t + + #FIXME: This is a band-aid and should be fixed; we *shouldn't* be having this event fire if the county culture/faith didn't change + trigger = { + NAND = { + scope:source_county.culture = scope:old_culture + scope:source_county.faith = scope:old_faith + } + } + desc = { desc = minorities.9999.desc_opening triggered_desc = { - trigger = { NOT = { scope:target_county.culture = scope:old_culture } } + trigger = { NOT = { scope:source_county.culture = scope:old_culture } } desc = minorities.9999.desc_culture } triggered_desc = { trigger = { - NOT = { scope:target_county.culture = scope:old_culture } - NOT = { scope:target_county.faith = scope:old_faith } + NOT = { scope:source_county.culture = scope:old_culture } + NOT = { scope:source_county.faith = scope:old_faith } } desc = minorities.9999.space } triggered_desc = { - trigger = { NOT = { scope:target_county.faith = scope:old_faith } } + trigger = { NOT = { scope:source_county.faith = scope:old_faith } } desc = minorities.9999.desc_faith } desc = minorities.9999.desc_01 triggered_desc = { - trigger = { NOT = { scope:target_county.culture = scope:old_culture } } + trigger = { NOT = { scope:source_county.culture = scope:old_culture } } desc = minorities.9999.desc_old_culture } triggered_desc = { trigger = { - NOT = { scope:target_county.culture = scope:old_culture } - NOT = { scope:target_county.faith = scope:old_faith } + NOT = { scope:source_county.culture = scope:old_culture } + NOT = { scope:source_county.faith = scope:old_faith } } desc = minorities.9999.space } triggered_desc = { - trigger = { NOT = { scope:target_county.faith = scope:old_faith } } + trigger = { NOT = { scope:source_county.faith = scope:old_faith } } desc = minorities.9999.desc_old_faith } desc = minorities.9999.desc_ending } - right_portrait = { character = scope:target_county.holder } + right_portrait = { character = scope:source_county.holder } theme = default option = { name = minorities.9999.neutral } diff --git a/WtWSMS/localization/english/sea_minority_submod_l_english.yml b/WtWSMS/localization/english/sea_minority_submod_l_english.yml index c13840f8e8..9b05ea1906 100644 --- a/WtWSMS/localization/english/sea_minority_submod_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_submod_l_english.yml @@ -82,14 +82,14 @@ # Reductions minority_culture_declined_title: "Declining Cultural Minority" - minority_culture_declined_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." + minority_culture_declined_tt: "The [item_to_demote.GetName] community in [the_county.GetName] has declined noticeably as of late, further reducing their presence." minority_culture_disappeared_title: "Disappearing Cultural Minority" - minority_culture_disappeared_tt: "The [item_to_demote.GetName] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of non-existence." + minority_culture_disappeared_tt: "The [item_to_demote.GetName] community in [the_county.GetName] has declined noticeably as of late, dwindling to the point of non-existence." minority_faith_declined_title: "Declining Religious Minority" - minority_faith_declined_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, further reducing their presence." + minority_faith_declined_tt: "The [item_to_demote.GetAdjective] community in [the_county.GetName] has declined noticeably as of late, further reducing their presence." minority_faith_disappeared_title: "Disappearing Religious Minority" - minority_faith_disappeared_tt: "The [item_to_demote.GetAdjective] community in [target_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." + minority_faith_disappeared_tt: "The [item_to_demote.GetAdjective] community in [the_county.GetName] has declined noticeably as of late, dwindling to the point of near non-existence." #Minority Growth minority_culture_growing_title: "Growing Cultural Minority" From 08d96f517e058770c8655eed5a54a0dec57b2591 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 2 Nov 2022 00:30:00 -0400 Subject: [PATCH 127/339] Update sea_minority_game_start.txt * Added Romano-Arameans that Symmachus listed * Increased Hellenic presence in Attica * Re-added Vandals in Hispaniae --- .../on_action/sea_minority_game_start.txt | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 5be6b2e8a4..52d7b8e761 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1009,6 +1009,13 @@ BP_set_minorities_by_date = { OR = { this = title:c_beirut this = title:c_acre + #See Symmachus for sources on these + this = title:c_edessa #Edessa + this = title:c_jaffa #Lydda + this = title:c_upper_khabur #Rhesaina-Sergiopolis + this = title:c_nasbin #Nisbis + this = title:c_sinjar + this = title:c_qinnasrin #Chalcis ad Belum } } add_small_culture_to_county_effect = { CULTURE = culture:romano_aramean } @@ -1193,11 +1200,19 @@ BP_set_minorities_by_date = { every_county = { limit = { OR = { - this.duchy = title:d_carthago - this.duchy = title:d_tripolitania + #Leftovers from Hispaniae + this = title:c_algeciras + this = title:c_cadiz + #Settlement of the Kingdom + AND = { + OR = { + this.duchy = title:d_carthago + this.duchy = title:d_tripolitania + } + NOT = { this = title:c_tripolitana } + is_coastal_county = yes + } } - NOT = { this = title:c_tripolitana } - is_coastal_county = yes } add_small_culture_and_faith_to_county_effect = { FAITH = faith:arian @@ -1466,7 +1481,7 @@ BP_set_minorities_by_date = { ### Hellas title:c_attica = { add_small_faith_to_county_effect = { FAITH = faith:platonism } - add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } + add_large_faith_to_county_effect = { FAITH = faith:hellenic_pagan } } ### Asia #Remnant Phrygians From 5de8084832b41c42fc7e75ebdd254d6689371662 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 2 Nov 2022 18:36:33 -0400 Subject: [PATCH 128/339] Improve Baltics * Better define distribution between Galindians and Old Prussians * Utilizes some (potential) anachronism, but we lack much in the way of cultural specificity at the time. --- .../bp_k_germania_slavica_secunda.txt | 4 ++-- WtWSMS/history/provinces/bp_k_lithuania.txt | 24 +++++++++++-------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt index 089b654c18..8b95a9b9cb 100644 --- a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt +++ b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt @@ -379,8 +379,8 @@ ###c_kujawy 4918 = { #Kruszwica - culture = prussian - religion = baltic_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 4919 = { #Wloclawek diff --git a/WtWSMS/history/provinces/bp_k_lithuania.txt b/WtWSMS/history/provinces/bp_k_lithuania.txt index 176d0fd31b..0c4f68367b 100644 --- a/WtWSMS/history/provinces/bp_k_lithuania.txt +++ b/WtWSMS/history/provinces/bp_k_lithuania.txt @@ -1,5 +1,7 @@ #k_lithuania + ##d_lithuanians ################################### + ###c_kernave 154 = { #KERNAVE culture = galindian @@ -35,12 +37,9 @@ } ###c_yatvyagi 156 = { #PANEMUNE - culture = galindian + culture = prussian #Yotvingians religion = baltic_pagan holding = tribal_holding - 1290.1.1 = { - religion = catholic - } } 158 = { #VILKAVISKIS holding = none @@ -62,6 +61,7 @@ } ##d_prussia ################################### + ###c_malbork (c_pomesania) 2835 = { #TRUSO culture = prussian @@ -127,6 +127,7 @@ } ##d_masuria ################################### + ###c_torun (c_chelmno) 3198 = { #CHELMNO culture = prussian @@ -153,7 +154,7 @@ } ###c_allenstein (c_galindia) 3212 = { #ALNASTEINI - culture = prussian + culture = galindian religion = baltic_pagan holding = tribal_holding } @@ -165,7 +166,7 @@ } ###c_angerburg (c_sudovia) 3208 = { #RINS - culture = galindian + culture = prussian #Yotvingians religion = baltic_pagan holding = tribal_holding } @@ -177,6 +178,7 @@ } ##d_courland ################################### + ###c_zemigalians 104 = { #RIGA culture = aesti @@ -233,6 +235,7 @@ } ##d_samogitia ################################### + ###c_raseiniai 124 = { #RASEINIAI culture = aesti @@ -292,9 +295,10 @@ } ##d_mazovia ################################### + ###c_plocka 529 = { #Plock - culture = prussian + culture = galindian religion = baltic_pagan holding = tribal_holding } @@ -327,7 +331,7 @@ } ###c_lomzynska 4943 = { #Lomza - culture = prussian + culture = galindian religion = baltic_pagan holding = tribal_holding } @@ -339,7 +343,7 @@ } ###c_zakroczymska 4946 = { #Zakroczym - culture = prussian + culture = galindian religion = baltic_pagan holding = tribal_holding } @@ -354,7 +358,7 @@ } ###c_dobrzynska 4922 = { #Dobrzyn - culture = prussian + culture = galindian religion = baltic_pagan holding = tribal_holding } From 6214b8019404115b53ff383a8f2e3ed1fc470c07 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 12:42:31 -0400 Subject: [PATCH 129/339] Remove previous vassal relations --- WtWSMS/common/on_action/BP_game_start.txt | 168 +++++++++--------- WtWSMS/history/titles/BP_empire_persian.txt | 8 +- WtWSMS/history/titles/BP_titles_germanic.txt | 1 - WtWSMS/history/titles/BP_titles_semitic.txt | 2 - WtWSMS/history/titles/BP_titles_titular.txt | 11 +- WtWSMS/history/titles/bp_k_arabia_petraea.txt | 1 - .../history/titles/bp_k_caucasian_albania.txt | 2 - WtWSMS/history/titles/bp_k_iberia.txt | 1 - WtWSMS/history/titles/bp_k_kashmir.txt | 1 - WtWSMS/history/titles/bp_k_khotan.txt | 14 +- WtWSMS/history/titles/bp_k_khwarezm.txt | 1 - WtWSMS/history/titles/bp_k_lazica.txt | 1 - WtWSMS/history/titles/bp_k_parthia.txt | 6 +- WtWSMS/history/titles/bp_k_punjab.txt | 6 - WtWSMS/history/titles/bp_k_sogdiana.txt | 2 - WtWSMS/history/titles/bp_k_syr_darya.txt | 3 +- WtWSMS/history/titles/bp_k_transoxiana.txt | 4 +- 17 files changed, 101 insertions(+), 131 deletions(-) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index cdd15c0551..8860c62c61 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -922,67 +922,67 @@ setup_vassal_contracts = { level = 0 } } - if = { #Thracian Goths are always foederati - limit = { primary_title = title:d_thracian_goths } - vassal_contract_set_obligation_level = { - type = foederatus_special_contract - level = 1 - } - } - if = { #Ghasanids are always foederati - limit = { primary_title = title:k_arabia_petraea } - vassal_contract_set_obligation_level = { - type = foederatus_special_contract - level = 1 - } - } - if = { #Salihids are always foederati - limit = { primary_title = title:k_salihid } - vassal_contract_set_obligation_level = { - type = foederatus_special_contract - level = 1 - } - } - if = { #Sarir is always a Byzantine Tributary - limit = { primary_title = title:k_sarir } - vassal_contract_set_obligation_level = { - type = tributary_state_special_contract - level = 1 - } - } - if = { #Lazica is always a Byzantine Tributary - limit = { primary_title = title:k_lazica } - vassal_contract_set_obligation_level = { - type = tributary_state_special_contract - level = 1 - } - } - if = { #Albania is always a Persian Tributary - limit = { - OR = { - primary_title = title:k_caucasian_albania - primary_title = title:d_caucasian_albania - } - } - vassal_contract_set_obligation_level = { - type = tributary_state_special_contract - level = 1 - } - } - if = { #Iberia is always a Persian Tributary - limit = { primary_title = title:k_iberia } - vassal_contract_set_obligation_level = { - type = tributary_state_special_contract - level = 1 - } - } - if = { #Lakhmids are always presian tributary - limit = { primary_title = title:k_al_hirah } - vassal_contract_set_obligation_level = { - type = tributary_state_special_contract - level = 1 - } - } +# if = { #Thracian Goths are always foederati +# limit = { primary_title = title:d_thracian_goths } +# vassal_contract_set_obligation_level = { +# type = foederatus_special_contract +# level = 1 +# } +# } +# if = { #Ghasanids are always foederati +# limit = { primary_title = title:k_arabia_petraea } +# vassal_contract_set_obligation_level = { +# type = foederatus_special_contract +# level = 1 +# } +# } +# if = { #Salihids are always foederati +# limit = { primary_title = title:k_salihid } +# vassal_contract_set_obligation_level = { +# type = foederatus_special_contract +# level = 1 +# } +# } +# if = { #Sarir is always a Byzantine Tributary +# limit = { primary_title = title:k_sarir } +# vassal_contract_set_obligation_level = { +# type = tributary_state_special_contract +# level = 1 +# } +# } +# if = { #Lazica is always a Byzantine Tributary +# limit = { primary_title = title:k_lazica } +# vassal_contract_set_obligation_level = { +# type = tributary_state_special_contract +# level = 1 +# } +# } +# if = { #Albania is always a Persian Tributary +# limit = { +# OR = { +# primary_title = title:k_caucasian_albania +# primary_title = title:d_caucasian_albania +# } +# } +# vassal_contract_set_obligation_level = { +# type = tributary_state_special_contract +# level = 1 +# } +# } +# if = { #Iberia is always a Persian Tributary +# limit = { primary_title = title:k_iberia } +# vassal_contract_set_obligation_level = { +# type = tributary_state_special_contract +# level = 1 +# } +# } +# if = { #Lakhmids are always presian tributary +# limit = { primary_title = title:k_al_hirah } +# vassal_contract_set_obligation_level = { +# type = tributary_state_special_contract +# level = 1 +# } +# } if = { #d_sophanene, d_sophene have some nice rights limit = { OR = { @@ -999,20 +999,20 @@ setup_vassal_contracts = { level = 1 } } - #Everyone under e_xiongnu is a tributary... except d_chach - if = { - limit = { - this.liege.primary_title = title:e_xiongnu - this.primary_title.tier >= tier_duchy - NOT = { this.primary_title = title:d_chah } - NOT = { this.primary_title = title:e_xiongnu } #Excluded the holder of e_xiongnu (not a vassal) - } - debug_log_scopes = no - vassal_contract_set_obligation_level = { - type = tributary_special_contract - level = 1 - } - } +# #Everyone under e_xiongnu is a tributary... except d_chach +# if = { +# limit = { +# this.liege.primary_title = title:e_xiongnu +# this.primary_title.tier >= tier_duchy +# NOT = { this.primary_title = title:d_chah } +# NOT = { this.primary_title = title:e_xiongnu } #Excluded the holder of e_xiongnu (not a vassal) +# } +# debug_log_scopes = no +# vassal_contract_set_obligation_level = { +# type = tributary_special_contract +# level = 1 +# } +# } if = { #Vassals of the Gupta Empire are militarily oriented limit = { liege.primary_title = title:e_rajastan @@ -1048,15 +1048,15 @@ setup_vassal_contracts = { level = 1 } } - #e_rouran Tributaries - if = { - limit = { primary_title = title:k_gaochang } - debug_log_scopes = no - vassal_contract_set_obligation_level = { - type = tributary_state_special_contract - level = 1 - } - } +# #e_rouran Tributaries +# if = { +# limit = { primary_title = title:k_gaochang } +# debug_log_scopes = no +# vassal_contract_set_obligation_level = { +# type = tributary_state_special_contract +# level = 1 +# } +# } } } } diff --git a/WtWSMS/history/titles/BP_empire_persian.txt b/WtWSMS/history/titles/BP_empire_persian.txt index f7746917d5..34e5dbacb2 100644 --- a/WtWSMS/history/titles/BP_empire_persian.txt +++ b/WtWSMS/history/titles/BP_empire_persian.txt @@ -228,7 +228,6 @@ k_kabulistan = { #replacement of k_afghanistan } 476.1.1 = { ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - liege = e_xiongnu } 510.1.1 = { holder = 212895 # Zamin Zhunbil @@ -263,7 +262,6 @@ d_samarkand = { } 428.1.1 = { ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - liege = e_xiongnu } 428.1.1 = { holder = 166716 @@ -291,10 +289,8 @@ d_bukhara = { 465.1.1 = { holder = 166741 } - 470.1.1 = { liege = e_xiongnu } - 490.1.1 = { - ##clear_tribute_suzerain = e_persia - ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } + 470.1.1 = { + #set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } } 520.1.1 = { holder = 166742 diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index b97b254583..25503bd21a 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -369,7 +369,6 @@ d_thracian_goths = { } 453.1.1 = { holder = 1210028 # Triarius Strabo - liege = e_byzantium } 457.1.1 = { holder = 41710 # Theodoric Strabo diff --git a/WtWSMS/history/titles/BP_titles_semitic.txt b/WtWSMS/history/titles/BP_titles_semitic.txt index 12407dbba2..f8033bd793 100644 --- a/WtWSMS/history/titles/BP_titles_semitic.txt +++ b/WtWSMS/history/titles/BP_titles_semitic.txt @@ -99,7 +99,6 @@ k_al_hirah = { # percentage = 0.50 # type = permanent #} - liege = e_persia } 490.1.1={ holder=33076 # al-Mundhir II ibn al-Mundhir banu Lakhmid @@ -334,7 +333,6 @@ d_hanzalah = { } k_salihid = { 400.1.1 = { #Hamata/Zokomos/Duj'um - liege = e_byzantium holder = Salihid002 government = high_tribal_government } diff --git a/WtWSMS/history/titles/BP_titles_titular.txt b/WtWSMS/history/titles/BP_titles_titular.txt index 64190d49f0..fb3d711ff0 100644 --- a/WtWSMS/history/titles/BP_titles_titular.txt +++ b/WtWSMS/history/titles/BP_titles_titular.txt @@ -1,4 +1,7 @@ -d_moesia_superior = { #476: Andronikos Maurikios (e_byzantium) +# Notes: +#[1] - Millward, James A. (2007). Eurasian Crossroads: A History of Xinjiang. Columbia University Press. ISBN 978-0-231-13924-3. + +d_moesia_superior = { #476: Andronikos Maurikios (e_byzantium) 465.1.1={ holder=215002 government = gubernatorial_government @@ -20,7 +23,6 @@ k_sarir = { #476: Vitsahm Sarir (k_sarir) 450.1.1={ holder=131726 government = high_tribal_government #No castle/city holdings, so can't be eranshar - liege = e_byzantium } 510.1.1={ holder=131727 @@ -201,7 +203,7 @@ k_kucha = { 450.1.1={ holder=219530 # Po-Yen } - 476.1.1 = { liege = e_xiongnu } #Millward, James A. (2007). Eurasian Crossroads: A History of Xinjiang. Columbia University Press. ISBN 978-0-231-13924-3. + #476.1.1 = { liege = e_xiongnu } #[1] 510.1.1={ holder=219531 # Dandakamal } @@ -260,9 +262,6 @@ k_gaochang = { #Gaochang commandery and successor kingdom } 460.1.1={ holder=219022 # AKA: Kan Bozhou - liege = e_rouran - } - 476.1.1={ ##set_tribute_suzerain = { who = e_rouran percentage = 0.50 } } 477.1.1={ diff --git a/WtWSMS/history/titles/bp_k_arabia_petraea.txt b/WtWSMS/history/titles/bp_k_arabia_petraea.txt index a4700bb3d3..4f4b9c8347 100644 --- a/WtWSMS/history/titles/bp_k_arabia_petraea.txt +++ b/WtWSMS/history/titles/bp_k_arabia_petraea.txt @@ -58,7 +58,6 @@ k_arabia_petraea = { holder=136 } 473.1.1={ - liege = e_byzantium ##set_tribute_suzerain = { # who = e_byzantium # type = foederati diff --git a/WtWSMS/history/titles/bp_k_caucasian_albania.txt b/WtWSMS/history/titles/bp_k_caucasian_albania.txt index 1805885e5d..2aa19d913d 100644 --- a/WtWSMS/history/titles/bp_k_caucasian_albania.txt +++ b/WtWSMS/history/titles/bp_k_caucasian_albania.txt @@ -16,7 +16,6 @@ k_caucasian_albania = { 440.1.1={ holder = 159589 } #Vache II 459.1.1={ liege = 0 } #Revolt 462.1.1={ holder = 0 } #Vache II's revolt ends in white peace and abdication - 476.1.1={ liege = e_persia } 485.1.1 = { holder = 159591 } #Vachagan III "the pious" 510.1.1 = { holder = 0 } #Interregnum & Sassanid Marzbanate @@ -42,7 +41,6 @@ d_caucasian_albania = { #Empty History 462.1.1={ holder = 159590 government = eranshar_government - liege = e_persia } 485.1.1 = { holder = 0 } } diff --git a/WtWSMS/history/titles/bp_k_iberia.txt b/WtWSMS/history/titles/bp_k_iberia.txt index 6a4e223b44..69d965bd32 100644 --- a/WtWSMS/history/titles/bp_k_iberia.txt +++ b/WtWSMS/history/titles/bp_k_iberia.txt @@ -48,7 +48,6 @@ k_iberia = { # percentage = 0.50 # type = permanent #} - liege = e_persia } 522.1.1 = { holder = 36393 } # Dachi Ujarmeli 534.1.1 = { holder = 36395 } # Bacurius II diff --git a/WtWSMS/history/titles/bp_k_kashmir.txt b/WtWSMS/history/titles/bp_k_kashmir.txt index 23c40cf6c4..8267fc5e97 100644 --- a/WtWSMS/history/titles/bp_k_kashmir.txt +++ b/WtWSMS/history/titles/bp_k_kashmir.txt @@ -98,7 +98,6 @@ d_pamir = { 800.1.1 = { change_development_level = 02 } #Rulers 423.1.1={ - #set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } holder=kashmiri030 government = mandala_government liege = k_kashmir diff --git a/WtWSMS/history/titles/bp_k_khotan.txt b/WtWSMS/history/titles/bp_k_khotan.txt index 31f1fc3221..cad66a2576 100644 --- a/WtWSMS/history/titles/bp_k_khotan.txt +++ b/WtWSMS/history/titles/bp_k_khotan.txt @@ -1,4 +1,7 @@ -k_khotan = { +#Notes: +#[1] - Millward, James A. (2007). Eurasian Crossroads: A History of Xinjiang. Columbia University Press. ISBN 978-0-231-13924-3. + +k_khotan = { #Development 1.1.1 = { change_development_level = 0 } 400.1.1 = { change_development_level = 1 } @@ -56,10 +59,7 @@ d_khotan = { 451.1.1 = { holder = 166647 } - 476.1.1 = { liege = e_xiongnu } #Millward, James A. (2007). Eurasian Crossroads: A History of Xinjiang. Columbia University Press. ISBN 978-0-231-13924-3. - #476.1.1={ - # #set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - #} + #476.1.1={ set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } } #[1] 496.1.1 = { holder = 166648 } @@ -539,9 +539,7 @@ d_kashgar = { 470.1.1={ holder=219006 # Kossas Chenpanid } - 476.1.1={ - liege = e_xiongnu - } + #476.1.1={ set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } } #[1] 510.1.1={ holder=219007 # Ourgios Chenpanid } diff --git a/WtWSMS/history/titles/bp_k_khwarezm.txt b/WtWSMS/history/titles/bp_k_khwarezm.txt index ee8e180946..7cb10c1c2d 100644 --- a/WtWSMS/history/titles/bp_k_khwarezm.txt +++ b/WtWSMS/history/titles/bp_k_khwarezm.txt @@ -20,7 +20,6 @@ d_khorezm = { #k_khwarezm history (direct) } 340.1.1={ holder = 331032 # Bagra - liege = e_xiongnu } 360.1.1={ holder = 331042 # Sahhasak diff --git a/WtWSMS/history/titles/bp_k_lazica.txt b/WtWSMS/history/titles/bp_k_lazica.txt index 88e7b649c1..2f5e0ee40e 100644 --- a/WtWSMS/history/titles/bp_k_lazica.txt +++ b/WtWSMS/history/titles/bp_k_lazica.txt @@ -50,7 +50,6 @@ k_lazica = { # percentage = 0.50 # type = permanent #} - liege = e_byzantium } 522.1.1={ holder=185 # Tzath diff --git a/WtWSMS/history/titles/bp_k_parthia.txt b/WtWSMS/history/titles/bp_k_parthia.txt index 7f0c0a3569..5c404ae28c 100644 --- a/WtWSMS/history/titles/bp_k_parthia.txt +++ b/WtWSMS/history/titles/bp_k_parthia.txt @@ -465,7 +465,7 @@ d_merv = { liege = e_persia } 468.1.1={ holder=BactrianMerv001 } - 485.1.1={ liege = e_xiongnu } + #485.1.1={ liege = e_xiongnu } 523.1.1={ holder=BactrianMerv002 } } c_merv = { @@ -481,7 +481,6 @@ c_merv = { liege = e_persia } 468.1.1={ holder=BactrianMerv001 } - 485.1.1={ liege = e_xiongnu } 523.1.1={ holder=BactrianMerv002 } } c_sarakhs = { #extened d_abarshahr control @@ -542,7 +541,6 @@ c_marvarrud = { liege = e_persia } 468.1.1={ holder=BactrianMerv001 } - 485.1.1={ liege = e_xiongnu } 523.1.1={ holder=BactrianMerv002 } } c_amol = { @@ -558,7 +556,6 @@ c_amol = { liege = e_persia } 468.1.1={ holder=BactrianMerv001 } - 485.1.1={ liege = e_xiongnu } 523.1.1={ holder=BactrianMerv002 } } c_zamm = { @@ -574,7 +571,6 @@ c_zamm = { liege = e_persia } 468.1.1={ holder=BactrianMerv001 } - 485.1.1={ liege = e_xiongnu } 523.1.1={ holder=BactrianMerv002 } } diff --git a/WtWSMS/history/titles/bp_k_punjab.txt b/WtWSMS/history/titles/bp_k_punjab.txt index 0f5320cbb3..3142c5f894 100644 --- a/WtWSMS/history/titles/bp_k_punjab.txt +++ b/WtWSMS/history/titles/bp_k_punjab.txt @@ -170,9 +170,6 @@ c_kalat = { 450.1.1={ holder=212894 # Datbar Zhunbil } - 476.1.1={ - ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - } 510.1.1={ holder=212895 # Zamin Zhunbil } @@ -397,9 +394,6 @@ c_urgun = { #c_kalat history (elimination) 450.1.1={ holder=212894 # Datbar Zhunbil } - 476.1.1={ - ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - } 510.1.1={ holder=212895 # Zamin Zhunbil } diff --git a/WtWSMS/history/titles/bp_k_sogdiana.txt b/WtWSMS/history/titles/bp_k_sogdiana.txt index 2b750b00c0..e70fb18d1c 100644 --- a/WtWSMS/history/titles/bp_k_sogdiana.txt +++ b/WtWSMS/history/titles/bp_k_sogdiana.txt @@ -117,7 +117,6 @@ d_khuttal = { } 423.1.1={ ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - liege = e_xiongnu } 423.1.1={ holder=166700 @@ -232,7 +231,6 @@ d_osrushana = { #d_osrushana history (direct) } 435.1.1={ ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - liege = e_xiongnu } 435.1.1={ holder=166728 diff --git a/WtWSMS/history/titles/bp_k_syr_darya.txt b/WtWSMS/history/titles/bp_k_syr_darya.txt index f7066302d5..c75b0136aa 100644 --- a/WtWSMS/history/titles/bp_k_syr_darya.txt +++ b/WtWSMS/history/titles/bp_k_syr_darya.txt @@ -110,7 +110,6 @@ d_chah = { } 438.1.1={ ##set_tribute_suzerain = { who = e_xiongnu percentage = 0.50 } - liege = e_xiongnu } 438.1.1={ holder=166722 @@ -188,7 +187,7 @@ d_muyunkum = { #Fictional Sakan ruler of Sogidian sites holder = SakanMuyunkum000 government = prefeudal_government } - 476.1.1 = { liege = e_xiongnu } + #476.1.1 = { liege = e_xiongnu } 491.1.1 = { holder = SakanMuyunkum001 } 503.1.1 = { holder = SakanMuyunkum002 } 548.1.1 = { holder = SakanMuyunkum003 } diff --git a/WtWSMS/history/titles/bp_k_transoxiana.txt b/WtWSMS/history/titles/bp_k_transoxiana.txt index 8aa8a43bd8..fa91094ec1 100644 --- a/WtWSMS/history/titles/bp_k_transoxiana.txt +++ b/WtWSMS/history/titles/bp_k_transoxiana.txt @@ -10,7 +10,7 @@ d_badakhshan = { #(fictional) holder = SakaDadakhshan000 government = tribal_government } - 476.1.1 = { liege = e_xiongnu } + #476.1.1 = { liege = e_xiongnu } 490.1.1 = { holder = SakaDadakhshan001 } 520.1.1 = { holder = SakaDadakhshan002 } 550.1.1 = { holder = SakaDadakhshan003 } @@ -84,7 +84,7 @@ d_ferghana = { 100.1.1={ government = prefeudal_government } - 431.1.1={ liege = e_xiongnu } + #431.1.1={ liege = e_xiongnu } 431.1.1={ holder=166734 } 467.1.1={ holder=166735 } 522.1.1={ holder=166736 } From d50a213080974fd955b75b6672d06d8a3daa68ad Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 13:51:21 -0400 Subject: [PATCH 130/339] Integrate T4N Tributary Framework --- .../casus_belli_groups/T4N_trib_cb_group.txt | 2 + .../casus_belli_types/T4N_tributary_war.txt | 336 ++ .../T4N_tributaries_interactions.txt | 1638 ++++++ .../T4N_tributaries_game_concepts.txt | 22 + .../landed_titles/T4N_map_color_titles.txt | 45 + .../on_action/T4N_tributaries_on_action.txt | 234 + .../T4N_tributaries_income_script_values.txt | 1 + .../scripted_effects/T4N_map_color_effect.txt | 124 + .../T4N_tributaries_system_effects.txt | 339 ++ .../scripted_effects/T4N_tributary_types.txt | 108 + .../T4N_Tributaries_scripted_lists.txt | 13 + .../T4N_tributaries_triggers.txt | 87 + .../T4N_tribs_trig_desc.txt | 37 + WtWSMS/credits.txt | 2 + WtWSMS/events/T4N/T4N_tributaries.txt | 404 ++ WtWSMS/gfx/map/map_modes/map_modes.txt | 3385 ++++++++++++ WtWSMS/gfx/map/map_modes/map_modes.txt.bak | 3306 ++++++++++++ WtWSMS/gui/hud.gui | 4793 +++++++++++++++++ WtWSMS/gui/shared/lists.gui | 2183 ++++++++ WtWSMS/gui/shared/mapmodes.gui | 754 +++ WtWSMS/gui/shared/value_breakdown.gui | 593 ++ WtWSMS/gui/window_character.gui | 4354 +++++++++++++++ ...4N_tributaries_game_concepts_l_english.yml | 11 + ...T4N_tributaries_interactions_l_english.yml | 15 + .../T4N_tributaries_trigger_loc_l_english.yml | 12 + .../english/T4N_tributaries_war_l_english.yml | 43 + .../T4N_tributaries_l_english.yml | 36 + .../english/gui/T4N_map_l_english.yml | 10 + .../english/gui/T4N_tributaries_l_english.yml | 11 + 29 files changed, 22898 insertions(+) create mode 100644 WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt create mode 100644 WtWSMS/common/casus_belli_types/T4N_tributary_war.txt create mode 100644 WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt create mode 100644 WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt create mode 100644 WtWSMS/common/landed_titles/T4N_map_color_titles.txt create mode 100644 WtWSMS/common/on_action/T4N_tributaries_on_action.txt create mode 100644 WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt create mode 100644 WtWSMS/common/scripted_effects/T4N_map_color_effect.txt create mode 100644 WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt create mode 100644 WtWSMS/common/scripted_effects/T4N_tributary_types.txt create mode 100644 WtWSMS/common/scripted_lists/T4N_Tributaries_scripted_lists.txt create mode 100644 WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt create mode 100644 WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt create mode 100644 WtWSMS/events/T4N/T4N_tributaries.txt create mode 100644 WtWSMS/gfx/map/map_modes/map_modes.txt create mode 100644 WtWSMS/gfx/map/map_modes/map_modes.txt.bak create mode 100644 WtWSMS/gui/hud.gui create mode 100644 WtWSMS/gui/shared/lists.gui create mode 100644 WtWSMS/gui/shared/mapmodes.gui create mode 100644 WtWSMS/gui/shared/value_breakdown.gui create mode 100644 WtWSMS/gui/window_character.gui create mode 100644 WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml create mode 100644 WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml create mode 100644 WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml create mode 100644 WtWSMS/localization/english/T4N_tributaries_war_l_english.yml create mode 100644 WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml create mode 100644 WtWSMS/localization/english/gui/T4N_map_l_english.yml create mode 100644 WtWSMS/localization/english/gui/T4N_tributaries_l_english.yml diff --git a/WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt b/WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt new file mode 100644 index 0000000000..018b6aab8d --- /dev/null +++ b/WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt @@ -0,0 +1,2 @@ +tributary = { +} \ No newline at end of file diff --git a/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt new file mode 100644 index 0000000000..33be9f919b --- /dev/null +++ b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt @@ -0,0 +1,336 @@ +tributary_war_cb = { + group = tributary + ai_only_against_neighbors = yes + + war_name = trib_war_cb + my_war_name = trib_war_me # Used when the claimant and attacker is the same person + war_name_base = trib_war_m_b + my_war_name_base = trib_war_m_b + + truce_days = 970 + + allowed_for_character = { + NAND = { + primary_title = { + tier < tier_county + } + scope:attacker.primary_title.tier < scope:defender.primary_title.tier + exists = var:my_suzerain + } + } + allowed_against_character = { + primary_title = { + tier >= tier_county + } + NOT = { exists = var:my_suzerain } + scope:attacker.primary_title.tier >= scope:defender.primary_title.tier + custom_description = { + text = not_a_tributary + subject = scope:defender + NOT = { + scope:attacker = { + is_target_in_variable_list = { name = all_tributaries target = scope:defender } + } + } + } + } + + cost = { + prestige = { + value = 150 + } + } + + on_victory_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = trib_on_victory_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = trib_on_victory_desc_defender + } + desc = trib_on_victory_desc + } + } + + on_victory = { + make_tributary = { + TYPE = tributary_non_permanent + SUZERAIN = scope:attacker + TRIBUTARY = scope:defender + } + } + + on_white_peace_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = trib_on_white_peace_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = trib_on_white_peace_desc_defender + } + desc = trib_on_white_peace_desc + } + } + + on_white_peace = { + scope:attacker = { + add_prestige = -150 + } + } + + on_defeat_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = trib_on_defeat_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = trib_on_defeat_desc_defender + } + desc = trib_on_defeat_desc_attacker + } + } + + on_defeat = { + scope:attacker = { + add_prestige = -150 + pay_long_term_gold = { + target = scope:defender + gold = 150 + } + } + } + + on_invalidated_desc = { + desc = trib_on_invalidated_desc + } + +} + +permament_tributary_war_cb = { + group = tributary + ai_only_against_neighbors = yes + + war_name = perma_trib_war_cb + my_war_name = perma_trib_war_me # Used when the claimant and attacker is the same person + war_name_base = perma_trib_war_m_b + my_war_name_base = perma_trib_war_m_b + + truce_days = 970 + + allowed_for_character = { + NAND = { + primary_title = { + tier < tier_county + } + this.primary_title.tier < scope:defender.primary_title.tier + exists = var:my_suzerain + } + } + allowed_against_character = { + primary_title = { + tier >= tier_county + } + scope:attacker.primary_title.tier >= scope:defender.primary_title.tier + NOT = { exists = var:my_suzerain } + custom_description = { + text = not_a_tributary + subject = scope:defender + NOT = { + scope:attacker = { + is_target_in_variable_list = { name = all_tributaries target = scope:defender } + } + } + } + } + + cost = { + prestige = { + value = 150 + } + } + + on_victory_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = perma_trib_on_victory_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = perma_trib_on_victory_desc_defender + } + desc = perma_trib_on_victory_desc_attacker + } + } + + on_victory = { + make_tributary = { + TYPE = tributary_permanent + SUZERAIN = scope:attacker + TRIBUTARY = scope:defender + } + } + + on_white_peace_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = perma_trib_on_white_peace_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = perma_trib_on_white_peace_desc_defender + } + desc = perma_trib_on_white_peace_desc + } + } + + on_white_peace = { + scope:attacker = { + add_prestige = -150 + } + } + + on_defeat_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = perma_trib_on_defeat_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = perma_trib_on_defeat_desc_defender + } + desc = perma_trib_on_defeat_desc + } + } + + on_defeat = { + scope:attacker = { + add_prestige = -150 + pay_long_term_gold = { target = scope:defender gold = 150 } + } + } + + on_invalidated_desc = { + desc = perma_trib_on_invalidated_desc + } + +} + +independence_tributary_war_cb = { + group = tributary + ai_only_against_neighbors = no + + war_name = independence_tributary_war_cb + my_war_name = independence_tributary_war_me # Used when the claimant and attacker is the same person + war_name_base = independence_tributary_war_m_b + my_war_name_base = independence_tributary_war_m_b + + truce_days = 970 + + allowed_against_character = { + scope:defender = { + exists = var:suzerain + is_target_in_variable_list = { name = all_tributaries target = scope:attacker } + } + } + + cost = { + prestige = { + value = 150 + } + } + + + on_victory_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = trib_indp_on_victory_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = trib_indp_on_victory_desc_defender + } + desc = trib_indp_on_victory_desc + } + } + + on_victory = { + scope:attacker = { + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = scope:defender + TRIBUTARY = scope:attacker + } + } + unset_tributary = { + TRIBUTARY = scope:attacker + TRIBUTARY_BASE_TYPE = flag:permanent + } + } + else = { + unset_tributary = { + TRIBUTARY = scope:attacker + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + } + } + } + + on_white_peace_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = trib_indp_on_white_peace_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = trib_indp_on_white_peace_desc_defender + } + desc = trib_indp_on_white_peace_desc + } + } + + on_white_peace = { + scope:attacker = { + add_prestige = -150 + } + } + + + on_defeat_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = trib_indp_on_defeat_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = trib_indp_on_defeat_desc_defender + } + desc = trib_indp_on_defeat_desc + } + } + + on_defeat = { + scope:attacker = { + add_prestige = -300 + pay_long_term_gold = { target = scope:defender gold = 150 } + } + } + + on_invalidated_desc = { + desc = trib_indp_on_invalidated_des + } + +} \ No newline at end of file diff --git a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt new file mode 100644 index 0000000000..f79f2d06e9 --- /dev/null +++ b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt @@ -0,0 +1,1638 @@ +#Tributaries Character Inetractions + +call_suzerain_to_war = { + category = interaction_category_diplomacy + use_diplomatic_range = no + + is_shown = { + scope:actor = { #put here every tributary type which should be able to call suzerain + scope:recipient = { + is_tributary = yes + } + is_at_war = yes + NOT = { is_at_war_with = scope:recipient } + } + scope:recipient = { + exists = var:suzerain + } + NOR = { + scope:actor = { + AND = { + exists = var:my_suzerain + any_war_ally = { + this = var:my_suzerain + } + } + } + scope:recipient = { + is_at_war_with = scope:actor + } + } + custom_description = { + text = trib_type_allows_call_to_arms + exists = var:can_call_to_war_tributary + var:can_call_to_war_tributary = yes + } + } + + on_accept = { + scope:actor = { + if = { + limit = { + is_attacker = this + } + add_attacker = scope:recipient + } + else = { + add_defender = scope:recipient + } + } + } + + ai_target_quick_trigger = { # Quick triggers for the ai_targets + adult = yes # The target needs to be adult + prison = no # Target must be in prison + } + + ai_accept = { + base = 20 + + modifier = { # Refuse call against Heir + add = -1000 + exists = scope:recipient.player_heir + trigger_if = { + limit = { scope:target.casus_belli.primary_defender = scope:actor } + scope:target.casus_belli.primary_attacker = scope:recipient.player_heir + } + trigger_else = { + scope:target.casus_belli.primary_defender = scope:recipient.player_heir + } + desc = WONT_FIGHT_HEIR_REASON + } + + modifier = { # Refuse call against Spouse + add = -1000 + scope:recipient = { + trigger_if = { + limit = { scope:target.casus_belli.primary_defender = scope:actor } + any_spouse = { + this = scope:target.casus_belli.primary_attacker + } + } + trigger_else = { + any_spouse = { + this = scope:target.casus_belli.primary_defender + } + } + + } + desc = WONT_FIGHT_SPOUSE_REASON + } + + opinion_modifier = { # Opinion Factor + who = scope:recipient + opinion_target = scope:actor + multiplier = 1.0 + desc = AI_OPINION_REASON + } + + # Honor factor + ai_value_modifier = { + ai_honor = 1 + min = 0 + } + + modifier = { # Tends to join defensive wars + add = 50 + scope:target.casus_belli.primary_defender = scope:actor + desc = DEFENSIVE_WAR_REASON + } + + compare_modifier = { # Likes fighting infidels + trigger = { + scope:recipient.faith = scope:actor.faith + OR = { + AND = { + scope:target.casus_belli.primary_attacker = { + this = scope:actor + faith = { + faith_hostility_level = { + target = scope:target.casus_belli.primary_defender.faith + value >= religious_cb_enabled_hostility_level + } + } + } + } + AND = { + scope:target.casus_belli.primary_defender = { + this = scope:actor + faith = { + faith_hostility_level = { + target = scope:target.casus_belli.primary_defender.faith + value >= religious_cb_enabled_hostility_level + } + } + } + } + } + } + target = scope:recipient + value = ai_zeal + desc = "ZEAL_AGAINST_INFIDELS" + min = 0 + multiplier = 0.5 + } + + modifier = { # Reluctant to attack another ally + add = -50 + scope:target.casus_belli.primary_attacker = scope:actor + scope:recipient = { + is_allied_to = scope:target.casus_belli.primary_defender + } + desc = ATTACK_ON_ALLY_REASON + } + + modifier = { # Reluctant to defend against another ally + add = -25 + scope:target.casus_belli.primary_defender = scope:actor + scope:recipient = { + is_allied_to = scope:target.casus_belli.primary_attacker + } + desc = WAR_WITH_ALLY_REASON + } + + modifier = { # Reluctant to join wars against religious brethren. + add = -50 + NOT = { scope:recipient.faith = scope:actor.faith } + scope:target.casus_belli.primary_attacker = scope:actor + scope:target.casus_belli.primary_defender.faith = scope:recipient.faith + scope:target.casus_belli.war = { + OR = { + using_cb = minor_religious_war + using_cb = religious_war + using_cb = major_religious_war + using_cb = undirected_great_holy_war + using_cb = directed_great_holy_war + } + } + desc = WONT_ATTACK_RELIGIOUS_BRETHREN_REASON + } + } + + # Score above 0 means the AI will call this ally. Note that DESIRED_WAR_SIDE_STRENGTH still applies and can prevent calling the ally + ai_will_do = { + base = 100 + + modifier = { # If the player is at war, do not bother them with offensive calls + scope:target.casus_belli.primary_attacker = scope:actor + scope:recipient = { + is_ai = no + any_character_war = { + primary_defender = scope:recipient + } + } + factor = 0 + } + + modifier = { # Don't call players in against their heirs (they wouldn't accept the reverse situation... don't be a hypocrite) + exists = scope:recipient.player_heir + scope:recipient = { + is_ai = no + } + trigger_if = { + limit = { scope:target.casus_belli.primary_defender = scope:actor } + scope:target.casus_belli.primary_attacker = scope:recipient.player_heir + } + trigger_else = { + scope:target.casus_belli.primary_defender = scope:recipient.player_heir + } + factor = 0 + } + + modifier = { # Same with spouses + scope:recipient = { + is_ai = no + } + trigger_if = { + limit = { scope:target.casus_belli.primary_defender = scope:actor } + any_spouse = { + this = scope:target.casus_belli.primary_attacker + } + } + trigger_else = { + any_spouse = { + this = scope:target.casus_belli.primary_defender + } + } + factor = 0 + } + + modifier = { # Don't call brand-new allies into old wars, at least until some time has elapsed. + has_variable = delay_calling_recent_ally + var:delay_calling_recent_ally = scope:recipient + scope:target = { + war_days >= 30 + } + factor = 0 + + } + + modifier = { # If the recipient is allied to both the attacker and the defender, the attacker shouldn't call + scope:target.casus_belli.primary_attacker = scope:actor + scope:target.casus_belli.primary_defender = { + is_allied_to = scope:recipient + } + factor = 0 + } + } +} + +#Call Tributaries to war +call_tributaries_to_war = { + category = interaction_category_diplomacy + use_diplomatic_range = no + is_shown = { + scope:actor = { + is_suzerain = yes + is_at_war = yes + } + scope:actor = { + this = scope:recipient + custom_description = { + text = trib_type_allows_call_to_arms + any_in_list = { + variable = all_tributaries + exists = var:can_call_to_war_suzerain + var:can_call_to_war_suzerain = yes + } + } + } + } + + auto_accept = { + always = yes + } + + on_accept = { + every_in_list = { + variable = all_tributaries + limit = { + exists = var:can_call_to_war_suzerain + var:can_call_to_war_suzerain = flag:yes + } + save_temporary_scope_as = temp_trib_war + scope:actor = { + random_character_war = { + save_temporary_scope_as = temp_war + } + if = { + limit = { + is_attacker_in_war = scope:tmp_war + } + scope:tmp_war = { + add_attacker = scope:temp_trib_war + } + } + else = { + scope:tmp_war = { + add_defender = scope:temp_trib_war + } + } + } + } + } + + ai_target_quick_trigger = { # Quick triggers for the ai_targets + adult = yes # The target needs to be adult + prison = no # Target must be in prison + } + + # Score above 0 means the AI will call this ally. Note that DESIRED_WAR_SIDE_STRENGTH still applies and can prevent calling the ally + ai_will_do = { + base = 100 + + modifier = { # If the player is at war, do not bother them with offensive calls + scope:target.casus_belli.primary_attacker = scope:actor + scope:recipient = { + is_ai = no + any_character_war = { + primary_defender = scope:recipient + } + } + factor = 0 + } + + modifier = { # Don't call players in against their heirs (they wouldn't accept the reverse situation... don't be a hypocrite) + exists = scope:recipient.player_heir + scope:recipient = { + is_ai = no + } + trigger_if = { + limit = { scope:target.casus_belli.primary_defender = scope:actor } + scope:target.casus_belli.primary_attacker = scope:recipient.player_heir + } + trigger_else = { + scope:target.casus_belli.primary_defender = scope:recipient.player_heir + } + factor = 0 + } + + modifier = { # Same with spouses + scope:recipient = { + is_ai = no + } + trigger_if = { + limit = { scope:target.casus_belli.primary_defender = scope:actor } + any_spouse = { + this = scope:target.casus_belli.primary_attacker + } + } + trigger_else = { + any_spouse = { + this = scope:target.casus_belli.primary_defender + } + } + factor = 0 + } + + modifier = { # Don't call brand-new allies into old wars, at least until some time has elapsed. + has_variable = delay_calling_recent_ally + var:delay_calling_recent_ally = scope:recipient + scope:target = { + war_days >= 30 + } + factor = 0 + + } + + modifier = { # If the recipient is allied to both the attacker and the defender, the attacker shouldn't call + scope:target.casus_belli.primary_attacker = scope:actor + scope:target.casus_belli.primary_defender = { + is_allied_to = scope:recipient + } + factor = 0 + } + } +} + +#ruler offers tribute to other character +offer_tribute = { + category = interaction_category_diplomacy + use_diplomatic_range = yes + is_shown = { + scope:actor = { + NOR = { + is_tributary = yes + is_suzerain = yes + } + is_at_war = no + NOT = { this = scope:recipient } + NOR = { + any_liege_or_above = { + this = scope:recipient + } + any_vassal_or_below = { + this = scope:recipient + } + } + is_independent_ruler = yes + } + scope:recipient = { + NOT = { + is_tributary = yes + } + is_at_war = no + highest_held_title_tier >= tier_county + is_independent_ruler = yes + } + } + + #Non Permanent trib + send_option = { + is_shown = { + always = yes + } + flag = non_permanent_trib # If selected then scope:flag_name will be set to yes + localization = non_permanent_trib # Loc_key for option label + starts_enabled = { always = yes } # Trigger for whether this should be on when the window opens. If not defined, defaults to off + + } + + #Permanent trib + send_option = { + is_shown = { + always = yes + } + flag = permanent_trib + localization = permanent_trib + } + + send_options_exclusive = yes + + on_accept = { + scope:recipient = { + if = { + limit = { + scope:non_permanent_trib = yes + } + make_tributary = { + TYPE = tributary_non_permanent + SUZERAIN = scope:recipient + TRIBUTARY = scope:actor + } + } + else_if = { + limit = { + scope:permanent_trib = yes + } + make_tributary = { + TYPE = tributary_permanent + SUZERAIN = scope:recipient + TRIBUTARY = scope:actor + } + } + save_scope_as = my_suzerain_evt + scope:actor = { + trigger_event = { id = tributaries.10 } + } + } + } + + on_decline = { + scope:recipient = { + save_scope_as = not_suzerain + } + scope:actor = { + trigger_event = { id = tributaries.12 } + } + } + + ai_accept = { + base = 5 + + modifier = { + add = 150 + scope:actor.realm_size > scope:recipient.realm_size + desc = will_accept_bigger_trib + } + modifier = { + add = 50 + scope:actor.realm_size < scope:recipient.realm_size + desc = will_accept_smaller_trib + } + modifier = { + scope:actor = { + OR = { + has_trait = craven + has_trait = trusting + has_trait = lazy + } + } + add = -40 + desc = dislike_those_traits + } + modifier = { + scope:actor = { + OR = { + has_trait = brave + has_trait = paranoid + has_trait = diligent + } + } + add = 60 + desc = like_those_traits + } + modifier = { + scope:actor = { + is_at_war = yes + } + factor = 0 + desc = do_not_want_to_fight_trib_war + } + modifier = { # Perk boost + desc = offer_vassalization_true_ruler_perk_tt + trigger = { + scope:actor = { has_perk = true_ruler_perk } + } + add = true_ruler_value + } + + # MAIN + modifier = { #Different faith, no pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOR = { #Of two different faiths AND the potential vassal's faith is not pluralistic. + faith = scope:actor.faith + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + } + add = { + value = -40 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -40 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -40 + } + } + } + + modifier = { #Different faith, pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + NOT = { + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -20 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -20 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -20 + } + } + } + + modifier = { #Different faith, both have pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -10 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -10 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -10 + } + } + } + modifier = { #I am a King! + desc = offer_vassalization_interaction_aibehavior_amkingtier_tt + trigger = { + scope:recipient = { highest_held_title_tier = tier_kingdom } + } + add = -50 + } + modifier = { #We just fought against each other. + desc = offer_vassalization_interaction_aibehavior_recent_war_tt + trigger = { + scope:recipient = { + any_truce_holder = { + this = scope:actor + } + } + } + add = -40 + } + modifier = { #I fought an independence war against you. + desc = offer_vassalization_interaction_aibehavior_independence_war_tt + trigger = { + scope:recipient = { + exists = var:independence_war_former_liege + var:independence_war_former_liege = scope:actor + } + } + add = -100 + } + modifier = { #Wide difference in rank + desc = offer_vassalization_interaction_aibehavior_widetitletier_tt + trigger = { + scope:actor = { + tier_difference = { + target = scope:recipient + value > 1 + } + } + } + add = 5 + } + modifier = { # Is the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_rightfulliegetitleholder_tt + trigger = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + add = 10 + } + modifier = { #Is not the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_not_rightfulliegetitleholder_tt + trigger = { + NOT = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + } + add = -25 + } + modifier = { #Distant Realm. + desc = offer_vassalization_interaction_aibehavior_distantrealm_tt + trigger = { + scope:actor = { + character_is_realm_neighbor = scope:recipient + NOT = { + character_is_land_realm_neighbor = scope:recipient + } + } + } + add = -100 + } + modifier = { #Remote Realm. + desc = offer_vassalization_interaction_aibehavior_remoterealm_tt + trigger = { + scope:actor = { + NOT = { + character_is_realm_neighbor = scope:recipient + } + } + scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value >= 200000 } } + } + add = -500 + } + modifier = { + desc = offer_vassalization_interaction_aibehavior_power_tt + add = { + value = 1 + subtract = { + value = scope:recipient.max_military_strength + divide = { value = scope:actor.max_military_strength min = 1 } + } + multiply = 20 + ceiling = yes + } + } + + # MINOR + modifier = { #Friend modifier. + desc = offer_vassalization_interaction_aibehavior_friend_tt + trigger = { + scope:recipient = { + has_relation_friend = scope:actor + NOT = { has_relation_best_friend = scope:actor } + } + } + add = 10 + } + modifier = { #Best Friend modifier. + desc = offer_vassalization_interaction_aibehavior_best_friend_tt + trigger = { + scope:recipient = { + has_relation_best_friend = scope:actor + } + } + add = 20 + } + modifier = { #Rivalry modifier. + desc = offer_vassalization_interaction_aibehavior_rival_tt + trigger = { + scope:recipient = { + has_relation_rival = scope:actor + NOT = { has_relation_nemesis = scope:actor } + } + } + add = -10 + } + modifier = { #Nemesis modifier. + desc = offer_vassalization_interaction_aibehavior_nemesis_tt + trigger = { + scope:recipient = { + has_relation_nemesis = scope:actor + } + } + add = -1000 + } + modifier = { #Same Dynasty modifier. + desc = offer_vassalization_interaction_aibehavior_dynasty_tt + trigger = { + scope:recipient = { + dynasty = scope:actor.dynasty + } + } + add = 5 + } + modifier = { #Cultural modifiers. + add = -10 + desc = offer_vassalization_interaction_aibehavior_culture_tt + trigger = { + scope:actor = { + culture = { + has_same_culture_heritage = scope:recipient.culture + } + NOT = { has_same_culture_as = scope:recipient } + } + } + } + + modifier = { #Cultural Group modifiers. + add = -30 + desc = offer_vassalization_interaction_aibehavior_culture_group_tt + trigger = { + scope:actor = { + NOT = { + culture = { + has_same_culture_heritage = scope:recipient.culture + } + } + } + } + } + modifier = { #Ageism modifier vs kids. + desc = offer_vassalization_interaction_aibehavior_child_tt + trigger = { + scope:actor = { + age < 12 + } + scope:recipient = { + age > 16 + } + } + add = -5 + } + modifier = { #Illegitimacy modifier. + desc = offer_vassalization_interaction_aibehavior_illegitimate_tt + trigger = { + OR = { + AND = { + scope:actor = { + has_trait = bastard + } + scope:recipient = { + faith = { NOT = { has_doctrine = doctrine_bastardry_none } } + } + } + has_trait = denounced + has_trait = disinherited + } + } + add = -10 + } + + modifier = { #Claimant modifier. + desc = offer_vassalization_interaction_aibehavior_claimant_tt + trigger = { + scope:actor.primary_title = { + scope:recipient = { + has_claim_on = prev + } + } + } + add = -15 + } + + # OPINION INFLUENCE + modifier = { + add = intimidated_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 1 + } + } + desc = INTIMIDATED_REASON + } + modifier = { + add = cowed_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 2 + } + } + desc = COWED_REASON + } + opinion_modifier = { #Compare Opinion modifier. + who = scope:recipient + opinion_target = scope:actor + multiplier = 0.35 + } + } + + ai_will_do = { + base = 10 + + modifier = { + scope:recipient.realm_size > scope:actor.realm_size + add = 20 + } + modifier = { + scope:recipient.realm_size < scope:actor.realm_size + factor = 0 + } + modifier = { + scope:actor = { + OR = { + has_trait = craven + has_trait = trusting + has_trait = lazy + } + } + add = 40 + } + modifier = { + scope:actor = { + OR = { + has_trait = brave + has_trait = paranoid + has_trait = diligent + } + } + add = -60 + } + } +} + +#Ruler offers character to become a tribute +ruler_offer_tribute_to_recipient = { + category = interaction_category_diplomacy + use_diplomatic_range = yes + is_shown = { + scope:actor = { + NOT = { + is_tributary = yes + } + is_at_war = no + NOT = { this = scope:recipient } + is_independent_ruler = yes + } + scope:recipient = { + NOT = { + is_tributary = yes + } + highest_held_title_tier >= tier_county + NOR = { + any_liege_or_above = { + this = scope:actor + } + any_vassal_or_below = { + this = scope:actor + } + } + is_independent_ruler = yes + } + } + + on_accept = { + scope:recipient = { + if = { + limit = { + scope:non_permanent_trib = yes + } + make_tributary = { + TYPE = tributary_non_permanent + SUZERAIN = scope:actor + TRIBUTARY = scope:recipient + } + } + else_if = { + limit = { + scope:permanent_trib = yes + } + make_tributary = { + TYPE = tributary_permanent + SUZERAIN = scope:actor + TRIBUTARY = scope:recipient + } + } + save_scope_as = trib + scope:actor = { + trigger_event = { id = tributaries.9 } + } + } + } + + on_decline = { + scope:recipient = { + save_scope_as = not_trib + } + scope:actor = { + trigger_event = { id = tributaries.11 } + } + } + + #Non Permanent trib + send_option = { + is_shown = { + always = yes + } + flag = non_permanent_trib # If selected then scope:flag_name will be set to yes + localization = non_permanent_trib # Loc_key for option label + starts_enabled = { always = yes } # Trigger for whether this should be on when the window opens. If not defined, defaults to off + + } + + #Permanent trib + send_option = { + is_shown = { + always = yes + } + flag = permanent_trib + localization = permanent_trib + } + + ai_accept = { + base = 5 + + modifier = { + add = -1000 + scope:actor.realm_size < scope:recipient.realm_size + desc = will_not_accept_smaller_suzerain + } + modifier = { + add = 100 + scope:actor.realm_size > scope:recipient.realm_size + desc = will_accept_bigger_suzerain + } + modifier = { + scope:recipient = { + OR = { + has_trait = craven + has_trait = trusting + has_trait = lazy + } + } + add = -40 + desc = dislike_those_traits + } + modifier = { + scope:recipient = { + OR = { + has_trait = brave + has_trait = paranoid + has_trait = diligent + } + } + add = 60 + desc = like_those_traits + } + modifier = { + scope:actor = { + is_at_war = yes + } + factor = 0 + desc = do_not_want_to_fight_suzerain_war + } + modifier = { # Perk boost + desc = offer_vassalization_true_ruler_perk_tt + trigger = { + scope:actor = { has_perk = true_ruler_perk } + } + add = true_ruler_value + } + + # MAIN + modifier = { #Different faith, no pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOR = { #Of two different faiths AND the potential vassal's faith is not pluralistic. + faith = scope:actor.faith + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + } + add = { + value = -40 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -40 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -40 + } + } + } + + modifier = { #Different faith, pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + NOT = { + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -20 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -20 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -20 + } + } + } + + modifier = { #Different faith, both have pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -10 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -10 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -10 + } + } + } + modifier = { #I am a King! + desc = offer_vassalization_interaction_aibehavior_amkingtier_tt + trigger = { + scope:recipient = { highest_held_title_tier = tier_kingdom } + } + add = -50 + } + modifier = { #We just fought against each other. + desc = offer_vassalization_interaction_aibehavior_recent_war_tt + trigger = { + scope:recipient = { + any_truce_holder = { + this = scope:actor + } + } + } + add = -40 + } + modifier = { #I fought an independence war against you. + desc = offer_vassalization_interaction_aibehavior_independence_war_tt + trigger = { + scope:recipient = { + exists = var:independence_war_former_liege + var:independence_war_former_liege = scope:actor + } + } + add = -100 + } + modifier = { #Wide difference in rank + desc = offer_vassalization_interaction_aibehavior_widetitletier_tt + trigger = { + scope:actor = { + tier_difference = { + target = scope:recipient + value > 1 + } + } + } + add = 5 + } + modifier = { # Is the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_rightfulliegetitleholder_tt + trigger = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + add = 10 + } + modifier = { #Is not the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_not_rightfulliegetitleholder_tt + trigger = { + NOT = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + } + add = -25 + } + modifier = { #Distant Realm. + desc = offer_vassalization_interaction_aibehavior_distantrealm_tt + trigger = { + scope:actor = { + character_is_realm_neighbor = scope:recipient + NOT = { + character_is_land_realm_neighbor = scope:recipient + } + } + } + add = -100 + } + modifier = { #Remote Realm. + desc = offer_vassalization_interaction_aibehavior_remoterealm_tt + trigger = { + scope:actor = { + NOT = { + character_is_realm_neighbor = scope:recipient + } + } + scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value >= 200000 } } + } + add = -500 + } + modifier = { + desc = offer_vassalization_interaction_aibehavior_power_tt + add = { + value = 1 + subtract = { + value = scope:recipient.max_military_strength + divide = { value = scope:actor.max_military_strength min = 1 } + } + multiply = 20 + ceiling = yes + } + } + + # MINOR + modifier = { #Friend modifier. + desc = offer_vassalization_interaction_aibehavior_friend_tt + trigger = { + scope:recipient = { + has_relation_friend = scope:actor + NOT = { has_relation_best_friend = scope:actor } + } + } + add = 10 + } + modifier = { #Best Friend modifier. + desc = offer_vassalization_interaction_aibehavior_best_friend_tt + trigger = { + scope:recipient = { + has_relation_best_friend = scope:actor + } + } + add = 20 + } + modifier = { #Rivalry modifier. + desc = offer_vassalization_interaction_aibehavior_rival_tt + trigger = { + scope:recipient = { + has_relation_rival = scope:actor + NOT = { has_relation_nemesis = scope:actor } + } + } + add = -10 + } + modifier = { #Nemesis modifier. + desc = offer_vassalization_interaction_aibehavior_nemesis_tt + trigger = { + scope:recipient = { + has_relation_nemesis = scope:actor + } + } + add = -1000 + } + modifier = { #Same Dynasty modifier. + desc = offer_vassalization_interaction_aibehavior_dynasty_tt + trigger = { + scope:recipient = { + dynasty = scope:actor.dynasty + } + } + add = 5 + } + modifier = { #Cultural modifiers. + add = -10 + desc = offer_vassalization_interaction_aibehavior_culture_tt + trigger = { + scope:actor = { + culture = { + has_same_culture_heritage = scope:recipient.culture + } + + NOT = { has_same_culture_as = scope:recipient } + } + } + } + + modifier = { #Cultural Group modifiers. + add = -30 + desc = offer_vassalization_interaction_aibehavior_culture_group_tt + trigger = { + scope:actor = { + NOT = { + culture = { + has_same_culture_heritage = scope:recipient.culture + } + } + } + } + } + modifier = { #Ageism modifier vs kids. + desc = offer_vassalization_interaction_aibehavior_child_tt + trigger = { + scope:actor = { + age < 12 + } + scope:recipient = { + age > 16 + } + } + add = -5 + } + modifier = { #Illegitimacy modifier. + desc = offer_vassalization_interaction_aibehavior_illegitimate_tt + trigger = { + OR = { + AND = { + scope:actor = { + has_trait = bastard + } + scope:recipient = { + faith = { NOT = { has_doctrine = doctrine_bastardry_none } } + } + } + has_trait = denounced + has_trait = disinherited + } + } + add = -10 + } + + modifier = { #Claimant modifier. + desc = offer_vassalization_interaction_aibehavior_claimant_tt + trigger = { + scope:actor.primary_title = { + scope:recipient = { + has_claim_on = prev + } + } + } + add = -15 + } + + # OPINION INFLUENCE + modifier = { + add = intimidated_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 1 + } + } + desc = INTIMIDATED_REASON + } + modifier = { + add = cowed_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 2 + } + } + desc = COWED_REASON + } + opinion_modifier = { #Compare Opinion modifier. + who = scope:recipient + opinion_target = scope:actor + multiplier = 0.35 + } + } + + ai_will_do = { + base = 10 + + modifier = { + scope:recipient.realm_size > scope:actor.realm_size + add = 20 + } + modifier = { + scope:recipient.realm_size < scope:actor.realm_size + factor = 0 + } + modifier = { + scope:actor = { + OR = { + has_trait = craven + has_trait = trusting + has_trait = lazy + } + } + add = -40 + } + modifier = { + scope:actor = { + OR = { + has_trait = brave + has_trait = paranoid + has_trait = diligent + } + } + add = 60 + } + } + + send_options_exclusive = yes +} + +free_tributary = { + category = interaction_category_diplomacy + use_diplomatic_range = yes + + is_shown = { + scope:actor = { + NOT = { + exists = var:my_suzerain + } + is_at_war = no + NOT = { this = scope:recipient } + } + scope:recipient = { + exists = var:my_suzerain + var:my_suzerain = { + this = scope:actor + } + } + } + + auto_accept = { + always = yes + } + + on_accept = { + scope:recipient = { + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = scope:actor + TRIBUTARY = this + } + } + unset_tributary = { + TRIBUTARY = this + TRIBUTARY_BASE_TYPE = flag:permanent + } + } + else = { + unset_tributary = { + TRIBUTARY = this + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + } + trigger_event = { id = tributaries.8 } #letter informing that they are no longer required to pay tribute + } + } + + ai_will_do = { + base = 0 + } +} + +annex_tributary = { + category = interaction_category_diplomacy + use_diplomatic_range = no + + is_shown = { + scope:actor = { + is_target_in_variable_list = { name = permanent_tributaries target = scope:recipient } + NOT = { + this = scope:recipient + } + } + } + + is_valid_showing_failures_only = { + scope:actor.primary_title.tier > scope:recipient.primary_title.tier + exists = scope:recipient.var:possible_vasalisation_year + OR = { + custom_description = { + text = trib_type_disallow_annexing_subjects + scope:recipient.var:possible_vasalisation_year.compare_value <= -1 + } + custom_description = { + text = trib_type_allow_annexing_subjects + AND = { + scope:recipient.var:possible_vasalisation_year.compare_value > -1 + scope:recipient.var:possible_vasalisation_year.compare_value <= current_year + } + } + } + } + + #auto_accept = { + # always = yes + #} + + on_accept = { + scope:recipient = { + custom_description = { + text = annex_tributary_desc + subject = scope:recipient + create_title_and_vassal_change = { + type = independency + save_scope_as = change + } + change_liege = { liege = scope:actor change = scope:change } + resolve_title_and_vassal_change = scope:change + scope:actor = { + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = this + TRIBUTARY = scope:recipient + } + } + unset_tributary = { + TRIBUTARY = scope:recipient + TRIBUTARY_BASE_TYPE = flag:permanent + } + } + else = { + unset_tributary = { + TRIBUTARY = scope:recipient + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + } + } + } + } + } + + ai_will_do = { + base = 10 + } +} + +turn_non_perma_tributary_to_perma = { + category = interaction_category_diplomacy + is_shown = { + scope:actor = { + is_target_in_variable_list = { name = non_permanent_tributaries target = scope:recipient } + NOT = { + this = scope:recipient + } + } + } + + is_valid_showing_failures_only = { + exists = scope:recipient.var:possible_permafication_year + OR = { + custom_description = { + text = trib_type_disallow_permafing_subjects + scope:recipient.var:possible_permafication_year.compare_value <= -1 + } + custom_description = { + text = trib_type_allow_permafing_subjects + AND = { + scope:recipient.var:possible_permafication_year.compare_value > -1 + scope:recipient.var:possible_permafication_year.compare_value <= current_year + } + } + } + + } + + auto_accept = { + always = yes + } + + on_accept = { + scope:recipient = { + custom_description = { + text = non_permanent_trib_turns_into_perma + subject = scope:recipient + + scope:actor = { + remove_list_variable = { name = non_permanent_tributaries target = prev } + add_to_variable_list = { name = permanent_tributaries target = prev } + } + remove_variable = possible_permafication_year + scope:actor = { + unset_tributary = { + TRIBUTARY = scope:recipient + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + #TODO:MAKE SOME KIND OF EFFECT/S + TRIGGER/S THAT WOULD AUTOMATICALLY ASSIGN CORRECT PERMA TRIB TYPE BASED ON THE NON PERMA TRIB TYPE ~ T. + make_tributary = { + TYPE = tributary_permanent + SUZERAIN = scope:actor + TRIBUTARY = scope:recipient + } + } + } + } + } + + ai_will_do = { + base = 10 + } +} \ No newline at end of file diff --git a/WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt b/WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt new file mode 100644 index 0000000000..ca7cf699f2 --- /dev/null +++ b/WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt @@ -0,0 +1,22 @@ +T4N_tributary = { + texture = "gfx/interface/icons/icon_vassal.dds" + alias = { T4N_tributaries } +} + +T4N_permanent_tributary = { + texture = "gfx/interface/icons/icon_vassal.dds" + #alias = { direct_vassals } + parent = T4N_tributary +} + +T4N_non_permanent_tributary = { + texture = "gfx/interface/icons/icon_vassal.dds" + #alias = { direct_vassals } + parent = T4N_tributary +} + +T4N_suzerain = { + texture = "gfx/interface/icons/icon_vassal.dds" + #alias = { direct_vassals } + parent = T4N_tributary +} \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/T4N_map_color_titles.txt b/WtWSMS/common/landed_titles/T4N_map_color_titles.txt new file mode 100644 index 0000000000..9646114735 --- /dev/null +++ b/WtWSMS/common/landed_titles/T4N_map_color_titles.txt @@ -0,0 +1,45 @@ + +# Me +d_tributary_map_target = { + color = { 0 180 40 } + capital = c_roma + can_create = { always = no } +} +# My tributary +d_tributary_map_target_tributary = { + color = { 255 220 0 } + capital = c_roma + can_create = { always = no } +} +# My suzerain +d_tributary_map_target_suzerain = { + color = { 255 0 0 } + capital = c_roma + can_create = { always = no } +} + +# Is both a tributary and a suzerain +d_tributary_map_tributary_suzerain = { + color = { 255 137 50 } + capital = c_roma + can_create = { always = no } +} +# Is a tributary but not a suzerain +d_tributary_map_tributary = { + color = { 255 225 50 } + capital = c_roma + can_create = { always = no } +} +# Is a suzerain but not a tributary +d_tributary_map_suzerain = { + color = { 255 75 75 } + capital = c_roma + can_create = { always = no } +} + +# Base +d_tributary_map_base = { + color = { 84 78 60 } + capital = c_roma + can_create = { always = no } +} \ No newline at end of file diff --git a/WtWSMS/common/on_action/T4N_tributaries_on_action.txt b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt new file mode 100644 index 0000000000..a1b171ad36 --- /dev/null +++ b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt @@ -0,0 +1,234 @@ +on_game_start_after_lobby= { + on_actions = { + delay = { months = 1 } + T4N_on_monthly_tribute + } +} + +T4N_on_monthly_tribute = { + effect = { + every_suzerain = { + # Determine if still a suzerain + trigger_event = { id = tributaries.4 } + # Income + trigger_event = { id = tributaries.5 } + } + trigger_event = { + on_action = T4N_on_monthly_tribute + months = 1 + } + } +} + + +on_war_won_attacker = { + # The war notifications are handled in `effect` instead of `events` due to order of operations. + # `effect` fires on THIS tick, `events` fires on the NEXT tick, and the war gets destroyed between this tick and the next. + on_actions = { + T4N_tributaries_on_war_won_attacker + } +} + +T4N_tributaries_on_war_won_attacker = { + effect = { + if = { + limit = { + scope:defender = { + OR = { + is_tributary = yes + is_suzerain = yes + } + } + } + scope:attacker = { + save_scope_as = tributaries_slash_suzerain_war_winner + } + scope:defender = { + save_scope_as = tributary_slash_suzerain_loser + } + scope:tributaries_slash_suzerain_war_winner = { + trigger_event = { id = tributaries.3 days = 1 } + } + } + } +} + + +# A title is lost by a character +# root = the old holder +# scope:title = the title that changes hands +# scope:new_holder = new holder. +on_title_lost = { + on_actions = { + T4N_tributaries_on_title_lost + } +} + +T4N_tributaries_on_title_lost = { + effect = { + switch = { + trigger = exists + + var:my_suzerain = { + if = { + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = this + TRIBUTARY = root + } + } + unset_tributary = { + TRIBUTARY = root + TRIBUTARY_BASE_TYPE = flag:permanent + } + } + else = { + unset_tributary = { + TRIBUTARY = root + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + } + } + } + var:suzerain = { + if = { + limit = { + OR = { + is_landed = no + is_independent_ruler = no + liege = scope:new_holder + } + } + every_in_list = { + variable = permanent_tributaries + set_variable = { + name = tributary_succ_var + value = this + } + pass_tributary_type_to_heir = { + SCOPE = var:tributary_succ_var + TYPE = var:tributary_type + TRIBUTARY = var:tributary_succ_var + NEW_RULER = scope:new_holder + } + remove_variable = tributary_succ_var + } + clear_variable_list = non_permanent_tributaries + } + } + } + } +} + +# character just about to die in root scope +# if a killer is know, it's set as scope:killer +#Triggered by code +on_death = { + on_actions = { + T4N_tributaries_on_death + } +} + +T4N_tributaries_on_death = { + effect = { + if = { + limit = { + root = { + exists = var:suzerain + } + } + #Copy old Ruler tributaries list to his primary heir (on_death) + #Root is old ruler + every_in_list = { + variable = permanent_tributaries + set_variable = { + name = tributary_succ_var + value = this + } + pass_tributary_type_to_heir = { + SCOPE = var:tributary_succ_var + TYPE = var:tributary_type + TRIBUTARY = prev + NEW_RULER = root.primary_heir + } + remove_variable = tributary_succ_var + } + every_in_list = { + variable = non_permanent_tributaries + set_variable = { + name = tributary_succ_var_np + value = this + } + unset_tributary = { + TRIBUTARY = var:tributary_succ_var_np + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + remove_variable = tributary_succ_var_np + } + remove_variable = suzerain + } + if = { + limit = { + root = { + exists = var:my_suzerain + } + } + debug_log = "I passed my_suzerain" + #give the heir var:my_suzerain + #Root is old tributary + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = var:my_suzerain + TRIBUTARY = root + } + } + debug_log = "I passed trib type check" + set_variable = { + name = tributary_succ_var + value = root + } + pass_tributary_type_to_heir = { + SCOPE = var:tributary_succ_var + TYPE = var:tributary_type + TRIBUTARY = root.primary_heir + NEW_RULER = var:my_suzerain + } + debug_log = "I Passed tributary pass effect" + unset_tributary = { + TRIBUTARY = root + TRIBUTARY_BASE_TYPE = flag:permanent + } + debug_log = "I passed unset" + remove_variable = tributary_succ_var + } + else = { + set_variable = { + name = tributary_succ_var_np + value = this + } + unset_tributary = { + TRIBUTARY = var:tributary_succ_var_np + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + remove_variable = tributary_succ_var_np + } + } + } +} + +on_game_start = { + on_actions = { + TTF_on_game_start + } +} + +TTF_on_game_start = { + effect = { + set_global_variable = { + name = TTF_is_loaded + value = yes + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt b/WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt new file mode 100644 index 0000000000..5f282702bb --- /dev/null +++ b/WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/T4N_map_color_effect.txt b/WtWSMS/common/scripted_effects/T4N_map_color_effect.txt new file mode 100644 index 0000000000..e20e6d6c3f --- /dev/null +++ b/WtWSMS/common/scripted_effects/T4N_map_color_effect.txt @@ -0,0 +1,124 @@ +T4N_e_map_barony = { + every_barony = { + county = { + prev = { set_color_from_title = prev } + } + } +} + +T4N_e_tributary_map = { + global_var:custom_map_tributary_target = { + save_temporary_scope_as = target_character + } + every_county = { + if = { + # Me + limit = { + holder = { + OR = { + # is me + this = scope:target_character + + # liege is me + any_liege_or_above = { this = scope:target_character } + } + } + } + every_county_province = { barony = { set_color_from_title = title:d_tributary_map_target } } + } + else_if = { + # My tributary + + limit = { + holder = { + exists = var:my_suzerain + OR = { + # has a suzerain and suzerain is me + var:my_suzerain = scope:target_character + + # liege has a suzerain and suzerain is me + any_liege_or_above = { + var:my_suzerain = scope:target_character + } + } + } + } + every_county_province = { barony = { set_color_from_title = title:d_tributary_map_target_tributary } } + } + else_if = { + # My suzerain + + limit = { + holder = { + OR = { + is_suzerain = yes + any_liege_or_above = { is_suzerain = yes } + has_tributaries = yes + any_liege_or_above = { has_tributaries = yes } + } + OR = { + AND = { + has_variable_list = permanent_tributaries + is_target_in_variable_list = { name = permanent_tributaries target = scope:target_character } + } + AND = { + has_variable_list = non_permanent_tributaries + is_target_in_variable_list = { name = non_permanent_tributaries target = scope:target_character } + } + } + } + } + every_county_province = { barony = { set_color_from_title = title:d_tributary_map_target_suzerain } } + } + else_if = { + # Is both a tributary and a suzerain + + limit = { + holder = { + OR = { + is_suzerain = yes + any_liege_or_above = { is_suzerain = yes } + has_tributaries = yes + any_liege_or_above = { has_tributaries = yes } + } + OR = { + is_tributary = yes + any_liege_or_above = { is_tributary = yes } + } + } + } + every_county_province = { barony = { set_color_from_title = title:d_tributary_map_tributary_suzerain } } + } + else_if = { + # Is a tributary but not a suzerain + + limit = { + holder = { + OR = { + is_tributary = yes + any_liege_or_above = { is_tributary = yes } + } + } + } + every_county_province = { barony = { set_color_from_title = title:d_tributary_map_tributary } } + } + else_if = { + # Is a suzerain but not a tributary + + limit = { + holder = { + OR = { + is_suzerain = yes + any_liege_or_above = { is_suzerain = yes } + has_tributaries = yes + any_liege_or_above = { has_tributaries = yes } + } + } + } + every_county_province = { barony = { set_color_from_title = title:d_tributary_map_suzerain } } + } + else = { + every_county_province = { barony = { set_color_from_title = title:d_tributary_map_base } } + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt new file mode 100644 index 0000000000..fd48d0140a --- /dev/null +++ b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt @@ -0,0 +1,339 @@ + +# Params +# $SUZERAIN$ +# Character +# The character to receive tribute +# $TRIBUTARY$ +# Character +# The character to be paying tribute +# $TYPE$ +# TributaryType (name of scripted effect) +# The type of tributary being created +make_tributary = { + $TYPE$ = { + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $SUZERAIN$ + } +} + + +# Params +# $SUZERAIN$ +# Character +# The character to receive tribute +# $TRIBUTARY_BASE_TYPE$ +# Flag +# Base type of tributary ( flag:permanent flag:non_permanent ) +# $TRIBUTARY$ +# Character +# The character to be paying tribute +# $TRIBUTE_GOLD_PERCENT$ +# Value +# The percent of income to be paid by the tributary +# Ideally between 0 and 1 but can be any number really +# $MONTHLY_PRESTIGE_SUZERAIN$ +# Value +# How much prestige does the suzerain earn every month +# Can be positive or negative +# $MONTHLY_PRESTIGE_TRIBUTARY$ +# Value +# How much prestige does the tributary earn every month +# Can be positive or negative +# $MONTHLY_PIETY_SUZERAIN$ +# Value +# How much piety does the suzerain earn every month +# Can be positive or negative +# $MONTHLY_PIETY_TRIBUTARY$ +# Value +# How much piety does the tributary earn every month +# Can be positive or negative +# $MAN_AT_ARM_CAP_PER_TEN_SUBJECTS$ +# Value +# How much Men at Arms suzerain will get per 10 tributaries of said type +# Can be intiger, float, negative or positive (hard coded max of 20 any value over it will loop to 20) [blame pdx for not allowing dynamic modifiers] +# $MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT$ +# Value +# How much of levy reinforcment rate does suzerain gets per every subject +# must be a % value, can be both negative or positive (hard coded max is 40% any value over it will loop to 40%) [same as before] +# $MONTHLY_LEVY_REINFORCEMENT_RATE_TRIBUTARY$ +# Value +# How much of levy reinforcment rate does tributary loses to\gains from suzerain +# must be a % value, can be both negative or positive (hard coded max is 20% any value over it will loop to 20%) [same as before] +# $CAN_DECLARE_WAR_ON_TRIB_FLAG$ +# Flag +# Can suzerain declare war on his tributaries +# Accepted values: flag:yes and flag:no +# $CAN_CALL_TO_WAR_SUZERAIN_FLAG$ +# Flag +# Can suzerain call to war his tributaries +# Accepted values: flag:yes and flag:no +# $CAN_CALL_TO_WAR_TRIBUTARY_FLAG$ +# Flag +# Can Tributary call to war his suzerain +# Accepted values: flag:yes and flag:no + + +define_tributary = { + # Setup suzerain variables + $SUZERAIN$ = { + if = { + limit = { + NOT = { has_variable = suzerain } + } + set_variable = suzerain + } + + switch = { + trigger = $TRIBUTARY_BASE_TYPE$ + + flag:permanent = { + add_to_variable_list = { + name = permanent_tributaries + target = $TRIBUTARY$ + } + } + flag:non_permanent = { + add_to_variable_list = { + name = non_permanent_tributaries + target = $TRIBUTARY$ + } + } + } + add_to_variable_list = { + name = all_tributaries + target = $TRIBUTARY$ + } + } + + $TRIBUTARY$ = { + # Store suzerain scope + set_variable = { name = my_suzerain value = $SUZERAIN$ } + + # Store tributary type + # Useful for localisation and similar customisation + set_variable = { + name = tributary_type + value = $TYPE$ + } + + # Tribute values + set_variable = { + name = tribute_gold_percent + value = $TRIBUTE_GOLD_PERCENT$ + } + set_variable = { + name = monthly_prestige_suzerain + value = $MONTHLY_PRESTIGE_SUZERAIN$ + } + set_variable = { + name = monthly_prestige_tributary + value = $MONTHLY_PRESTIGE_TRIBUTARY$ + } + set_variable = { + name = monthly_piety_suzerain + value = $MONTHLY_PIETY_SUZERAIN$ + } + set_variable = { + name = monthly_piety_tributary + value = $MONTHLY_PIETY_TRIBUTARY$ + } + set_variable = { + name = man_at_arm_cap_per_ten_subjects + value = $MAN_AT_ARM_CAP_PER_TEN_SUBJECTS$ + } + set_variable = { + name = monthly_levy_reinforcement_rate_per_subject + value = $MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT$ + } + set_variable = { + name = monthly_levy_reinforcement_rate_tributary + value = $MONTHLY_LEVY_REINFORCEMENT_RATE_TRIBUTARY$ + } + #can declare war on tributary + #can call to war Suzerain + #can call to war Tributary flags + + set_variable = { + name = can_declare_war_on_trib + value = $CAN_DECLARE_WAR_ON_TRIB_FLAG$ + } + set_variable = { + name = can_call_to_war_suzerain + value = $CAN_CALL_TO_WAR_SUZERAIN_FLAG$ + } + set_variable = { + name = can_call_to_war_tributary + value = $CAN_CALL_TO_WAR_TRIBUTARY_FLAG$ + } + } + + #calulate income + $SUZERAIN$ = { + if = { + limit = { + exists = var:cash_display #if it exists then every other also must exist + } + every_in_list = { + variable = all_tributaries + prev = { + change_variable = { + name = cash_display + add = { value = prev.monthly_character_income multiply = prev.var:tribute_gold_percent } + } + change_variable = { + name = prestige_display + add = prev.var:monthly_prestige_suzerain + } + change_variable = { + name = piety_display + add = prev.var:monthly_piety_suzerain + } + } + } + } + else = { + every_in_list = { + variable = all_tributaries + prev = { + set_variable = { + name = cash_display + value = { value = prev.monthly_character_income multiply = prev.var:tribute_gold_percent } + } + set_variable = { + name = prestige_display + value = prev.var:monthly_prestige_suzerain + } + set_variable = { + name = piety_display + value = prev.var:monthly_piety_suzerain + } + } + } + } + } +} + +pass_tributary_type_to_heir = { + $SCOPE$ = { + switch = { + trigger = $TYPE$ + + flag:karling_tributary = { + make_tributary = { + TYPE = tributary_karling + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $NEW_RULER$ + } + } + flag:china_tributary = { + make_tributary = { + TYPE = tributary_china + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $NEW_RULER$ + } + } + flag:permanent_tributary = { + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $NEW_RULER$ + } + } + } + } +} + + +ruler_offer_tribute_to_recipient_effect = { + scope:actor = { + if = { + limit = { + scope:permanent_trib = yes + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = scope:recipient + SUZERAIN = scope:actor + } + } + if = { + limit = { + scope:non_permanent_trib = yes + } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = scope:recipient + SUZERAIN = scope:actor + } + } + } +} + +offer_tribute_effect = { + scope:recipient = { + if = { + limit = { + scope:permanent_trib = yes + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = scope:recipient + SUZERAIN = scope:actor + } + } + if = { + limit = { + scope:non_permanent_trib = yes + } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = scope:recipient + SUZERAIN = scope:actor + } + } + } +} + +unset_tributary = { + $TRIBUTARY$ = { + switch = { + trigger = $TRIBUTARY_BASE_TYPE$ + flag:permanent = { + var:my_suzerain = { + remove_list_variable = { name = permanent_tributaries target = prev } + } + remove_variable = possible_vasalisation_year + } + flag:non_permanent = { + var:my_suzerain = { + remove_list_variable = { name = non_permanent_tributaries target = prev } + } + remove_variable = possible_permafication_year + } + } + + var:my_suzerain = { remove_list_variable = { name = all_tributaries target = prev } } + + # Store suzerain scope + remove_variable = my_suzerain + + # Store tributary type + remove_variable = tributary_type + + # Tribute values + remove_variable = tribute_gold_percent + remove_variable = monthly_prestige_suzerain + remove_variable = monthly_prestige_tributary + remove_variable = monthly_piety_suzerain + remove_variable = monthly_piety_tributary + remove_variable = man_at_arm_cap_per_ten_subjects + remove_variable = monthly_levy_reinforcement_rate_per_subject + remove_variable = monthly_levy_reinforcement_rate_tributary + #can declare war on tributary + #can call to war Suzerain + #can call to war Tributary flags + remove_variable = can_declare_war_on_trib + remove_variable = can_call_to_war_suzerain + remove_variable = can_call_to_war_tributary + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/T4N_tributary_types.txt b/WtWSMS/common/scripted_effects/T4N_tributary_types.txt new file mode 100644 index 0000000000..d0288bf867 --- /dev/null +++ b/WtWSMS/common/scripted_effects/T4N_tributary_types.txt @@ -0,0 +1,108 @@ +tributary_non_permanent = { + define_tributary = { + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $SUZERAIN$ + TRIBUTARY_BASE_TYPE = flag:non_permanent + TYPE = flag:non_permanent_tributary + TRIBUTE_GOLD_PERCENT = 0.05 + MONTHLY_PRESTIGE_SUZERAIN = 0.01 + MONTHLY_PRESTIGE_TRIBUTARY = -0.01 + MONTHLY_PIETY_SUZERAIN = 0 + MONTHLY_PIETY_TRIBUTARY = 0 + MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.025 + MONTHLY_LEVY_REINFORCEMENT_RATE_TRIBUTARY = -0.05 + MAN_AT_ARM_CAP_PER_TEN_SUBJECTS = 0.5 + CAN_DECLARE_WAR_ON_TRIB_FLAG = flag:no + CAN_CALL_TO_WAR_SUZERAIN_FLAG = flag:yes + CAN_CALL_TO_WAR_TRIBUTARY_FLAG = flag:yes + } + + $TRIBUTARY$ = { + set_variable = { + name = possible_permafication_year + value = { value = current_year add = 15 } + } + } +} + +tributary_permanent = { + define_tributary = { + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $SUZERAIN$ + TRIBUTARY_BASE_TYPE = flag:permanent + TYPE = flag:permanent_tributary + TRIBUTE_GOLD_PERCENT = 0.1 + MONTHLY_PRESTIGE_SUZERAIN = 0.05 + MONTHLY_PRESTIGE_TRIBUTARY = -0.05 + MONTHLY_PIETY_SUZERAIN = 0 + MONTHLY_PIETY_TRIBUTARY = 0 + MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.05 + MONTHLY_LEVY_REINFORCEMENT_RATE_TRIBUTARY = -0.1 + MAN_AT_ARM_CAP_PER_TEN_SUBJECTS = 1 + CAN_DECLARE_WAR_ON_TRIB_FLAG = flag:no + CAN_CALL_TO_WAR_SUZERAIN_FLAG = flag:yes + CAN_CALL_TO_WAR_TRIBUTARY_FLAG = flag:yes + } + + $TRIBUTARY$ = { + set_variable = { + name = possible_vasalisation_year + value = { value = current_year add = 20} + } + } +} + +# Both of these are permanent sub-types +tributary_karling = { + define_tributary = { + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $SUZERAIN$ + TRIBUTARY_BASE_TYPE = flag:permanent + TYPE = flag:karling_tributary + TRIBUTE_GOLD_PERCENT = 0.05 + MONTHLY_PRESTIGE_SUZERAIN = 0 + MONTHLY_PRESTIGE_TRIBUTARY = 0 + MONTHLY_PIETY_SUZERAIN = 0 + MONTHLY_PIETY_TRIBUTARY = 0 + MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.0075 + MONTHLY_LEVY_REINFORCEMENT_RATE_TRIBUTARY = -0.1 + MAN_AT_ARM_CAP_PER_TEN_SUBJECTS = 0 + CAN_DECLARE_WAR_ON_TRIB_FLAG = flag:yes + CAN_CALL_TO_WAR_SUZERAIN_FLAG = flag:no + CAN_CALL_TO_WAR_TRIBUTARY_FLAG = flag:yes + } + + $TRIBUTARY$ = { + set_variable = { + name = possible_vasalisation_year + value = { value = current_year add = -1 } + } + } +} + +tributary_china = { + define_tributary = { + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $SUZERAIN$ + TRIBUTARY_BASE_TYPE = flag:permanent + TYPE = flag:china_tributary + TRIBUTE_GOLD_PERCENT = 0.2 + MONTHLY_PRESTIGE_SUZERAIN = 0.05 + MONTHLY_PRESTIGE_TRIBUTARY = -0.05 + MONTHLY_PIETY_SUZERAIN = 0 + MONTHLY_PIETY_TRIBUTARY = 0 + MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.0185 + MONTHLY_LEVY_REINFORCEMENT_RATE_TRIBUTARY = -0.15 + MAN_AT_ARM_CAP_PER_TEN_SUBJECTS = 1.5 + CAN_DECLARE_WAR_ON_TRIB_FLAG = flag:no + CAN_CALL_TO_WAR_SUZERAIN_FLAG = flag:yes + CAN_CALL_TO_WAR_TRIBUTARY_FLAG = flag:no + } + + $TRIBUTARY$ = { + set_variable = { + name = possible_vasalisation_year + value = { value = current_year add = 20} + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_lists/T4N_Tributaries_scripted_lists.txt b/WtWSMS/common/scripted_lists/T4N_Tributaries_scripted_lists.txt new file mode 100644 index 0000000000..3d1ddf8107 --- /dev/null +++ b/WtWSMS/common/scripted_lists/T4N_Tributaries_scripted_lists.txt @@ -0,0 +1,13 @@ +suzerain = { + base = ruler + conditions = { + exists = var:suzerain + } +} + +tributary = { + base = ruler + conditions = { + exists = var:my_suzerain + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt b/WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt new file mode 100644 index 0000000000..f141b20d73 --- /dev/null +++ b/WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt @@ -0,0 +1,87 @@ +is_tributary = { + exists = var:my_suzerain + var:my_suzerain = { + OR = { + is_target_in_variable_list = { name = non_permanent_tributaries target = prev } + is_target_in_variable_list = { name = permanent_tributaries target = prev } + } + } +} + +is_permanent_tributary = { + $SUZERAIN$ = { + is_target_in_variable_list = { name = permanent_tributaries target = $TRIBUTARY$ } + } +} + +is_non_permanent_tributary = { + $SUZERAIN$ = { + is_target_in_variable_list = { name = non_permanent_tributaries target = $TRIBUTARY$ } + } +} + +is_suzerain = { + OR = { + has_variable_list = non_permanent_tributaries + has_variable_list = permanent_tributaries + } +} + +has_tributaries = { + OR = { + variable_list_size = { name = non_permanent_tributaries value > 0 } + variable_list_size = { name = permanent_tributaries value > 0 } + } +} + +has_permanent_tributaries = { + variable_list_size = { name = permanent_tributaries value > 0 } +} + +has_non_permanent_tributaries = { + variable_list_size = { name = non_permanent_tributaries value > 0 } #target +} + +can_declare_war_on_tributary = { + $SCOPETRIB$ = { + AND = { + exists = var:can_declare_war_on_trib + var:can_declare_war_on_trib = flag:no + exists = var:my_suzerain + var:my_suzerain = $SCOPE2$ + } + } +} + +can_declare_war_on_suzerain = { + $SCOPETRIB$ = { + AND = { + exists = var:my_suzerain + var:my_suzerain = $SCOPE2$ + } + } +} + +casus_belli_block = { + trigger_if = { + limit = { + $SCOPEDEF$ = { + AND = { + exists = var:can_declare_war_on_trib + exists = var:my_suzerain + } + } + } + custom_description = { + text = cannot_attack_suzerain + NOT = { can_declare_war_on_tributary = { SCOPETRIB = $SCOPEDEF$ SCOPE2 = $SCOPEATK$ } } + } + custom_description = { + text = cannot_attack_tributary + NOT = { can_declare_war_on_suzerain = { SCOPETRIB = $SCOPEATK$ SCOPE2 = $SCOPEDEF$ } } + } + } + trigger_else = { + always = yes + } +} \ No newline at end of file diff --git a/WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt b/WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt new file mode 100644 index 0000000000..73afc3bebe --- /dev/null +++ b/WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt @@ -0,0 +1,37 @@ +cannot_attack_tributary = { + global_not = cannot_attack_tributary_l + global = NOT_cannot_attack_tributary_l # no pronoun ("Is an adult", used for example inside any triggers) + # requires a positive version ("") and a negative version ("NOT_", used inside NOT triggers). + # Optionally, the negative version key can be overridden using + # _not = # e.g. global_not = TRIGGER_OR +} + +cannot_attack_suzerain = { + global_not = cannot_attack_suzerain_l + global = NOT_cannot_attack_suzerain_l +} + +not_a_tributary = { + global_not = not_a_tributary_pos + global = not_a_tributary_neg +} + +trib_type_allow_permafing_subjects = { + global_not = permafication_not_allowed + global = permafication_allowed +} + +trib_type_allow_annexing_subjects = { + global_not = trib_annexation_not_allowed + global = trib_annexation_allowed +} + +trib_type_allows_call_to_arms = { + global_not = trib_cta_not_allowed + global = trib_cta_allowed +} + +trib_type_allows_call_to_arms_trib = { + global_not = trib_cta_not_allowed_trib + global = trib_cta_allowed_trib +} \ No newline at end of file diff --git a/WtWSMS/credits.txt b/WtWSMS/credits.txt index 5906e18cef..061a822702 100644 --- a/WtWSMS/credits.txt +++ b/WtWSMS/credits.txt @@ -16,6 +16,7 @@ Elder Kings 2 Mod Team for their sub-bookmark system Nezaros for "Cultural and Religious Minorities" Rajas of Asia Team for some religion/government features Successions Expanded Team for providing baseline succession laws for us to build upon +T4N team for "Tyical's Tributaries Framework" Vertimanus for the "Community Culture Utility" cybrxhan for elements of RICE integrated herkles (aka Vyshan) for Dharmachakra @@ -25,6 +26,7 @@ $TITLE_OTHER_ITEMS$ Nakh name list from TheDarkbane12 on the PDX forums Helleno-Libyan name list from Asakhra on the PDX forums Helleno-Coptic name list from Asakhra on the PDX forums +Georgian Pagan, Mandulis, and Amazighism Pagan icons fromsuper7700 $TITLE_MUSIC$ Christian Szajna for the Music from CK2 version of the mod, including "From the Hills" diff --git a/WtWSMS/events/T4N/T4N_tributaries.txt b/WtWSMS/events/T4N/T4N_tributaries.txt new file mode 100644 index 0000000000..7b845c5e8f --- /dev/null +++ b/WtWSMS/events/T4N/T4N_tributaries.txt @@ -0,0 +1,404 @@ +namespace = tributaries + +#Clear "Roadblocks" + +## Jamie-san: tributaries.1 and tributaries.2 now placed directly in on action to make sure that variable lists are removed from dead character before becoming invalid + +#Attacker may or may mot become new suzerain +#Root = scope:tributaries_slash_suzerain_war_winner +#scope:tributary_slash_suzerain_loser = scope:defender +tributaries.3 = { + type = character_event + hidden = yes + + immediate = { + + scope:tributary_slash_suzerain_loser = { + if = { + limit = { + is_suzerain = yes + } + if = { + limit = { + AND = { + is_independent_ruler = no + is_landed = no + } + } + every_in_list = { + variable = permanent_tributaries + + set_variable = { name = my_suzerain value = root } + root = { + add_to_variable_list = { name = permanent_tributaries target = prev } + } + } + clear_variable_list = permanent_tributaries + clear_variable_list = non_permanent_tributaries + } + } + else = { + if = { + limit = { + is_landed = no + } + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = var:my_suzerain + TRIBUTARY = this + } + } + var:my_suzerain = { + remove_list_variable = { name = permanent_tributaries target = prev } + remove_list_variable = { name = all_tributaries target = prev } + } + } + else = { + var:my_suzerain = { + remove_list_variable = { name = non_permanent_tributaries target = prev } + remove_list_variable = { name = all_tributaries target = prev } + } + } + } + } + } + } +} + +#Suzerain no longer have any tributaries +#on_monthly_tribute +#Root is suzerain +tributaries.4 = { + type = character_event + hidden = yes + + trigger = { + NOR = { + is_suzerain = yes + has_tributaries = yes + } + } + + immediate = { + if = { + limit = { + NOT = { + has_permanent_tributaries = yes + } + } + clear_variable_list = permanent_tributaries + } + if = { + limit = { + NOT = { + has_non_permanent_tributaries = yes + } + } + clear_variable_list = non_permanent_tributaries + } + if = { + limit = { + NOT = { + has_tributaries = yes + } + } + clear_variable_list = permanent_tributaries + clear_variable_list = non_permanent_tributaries + } + } +} + + +#Monthly income from tributes +#on_monthly_tribute +#Root is suzerain +tributaries.5 = { + type = character_event + hidden = yes + + immediate = { + #reset everything to 0 + set_variable = { + name = cash_display + value = 0 + } + set_variable = { + name = prestige_display + value = 0 + } + set_variable = { + name = piety_display + value = 0 + } + if = { + limit = { + has_non_permanent_tributaries = yes + } + every_in_list = { + variable = non_permanent_tributaries + pay_long_term_gold = { target = prev gold = { value = monthly_character_income multiply = var:tribute_gold_percent }} + add_prestige = var:monthly_prestige_tributary + add_piety = var:monthly_piety_tributary + root = { + add_prestige = prev.var:monthly_prestige_suzerain + add_piety = prev.var:monthly_piety_suzerain + change_variable = { + name = cash_display + add = { value = prev.monthly_character_income multiply = prev.var:tribute_gold_percent } + } + change_variable = { + name = prestige_display + add = prev.var:monthly_prestige_suzerain + } + change_variable = { + name = piety_display + add = prev.var:monthly_piety_suzerain + } + } + + } + } + if = { + limit = { + has_permanent_tributaries = yes + } + every_in_list = { + variable = permanent_tributaries + + pay_long_term_gold = { target = prev gold = { value = monthly_character_income multiply = var:tribute_gold_percent }} + add_prestige = var:monthly_prestige_tributary + add_piety = var:monthly_piety_tributary + root = { + add_prestige = prev.var:monthly_prestige_suzerain + add_piety = prev.var:monthly_piety_suzerain + change_variable = { + name = cash_display + add = { value = prev.monthly_character_income multiply = prev.var:tribute_gold_percent } + } + change_variable = { + name = prestige_display + add = prev.var:monthly_prestige_suzerain + } + change_variable = { + name = piety_display + add = prev.var:monthly_piety_suzerain + } + } + + } + } + } +} + +#Suzerain is called to permanent tributary war +#on_war_started +#Root is suzerain +#call_to_arms_tribute is defender +#UNUSED RN to readd in 1.2.1 +tributaries.6 = { + type = letter_event + opening = { + title = tributary_6_tit + } + title = tributary_6_tit + desc = tributary_6_desc + sender = { + character = scope:call_to_arms_tribute + animation = war_defender + } + + option = { + name = suzerain_joins_the_war + add_piety = minor_piety_value + scope:call_to_arms_tribute = { + if = { + limit = { + root = { + NOR = { + is_at_war_as_defender = yes + is_at_war_with = scope:call_to_arms_tribute + } + } + } + if = { + limit = { + scope:call_to_arms_tribute = { + is_at_war_as_attacker = yes + } + } + add_attacker = root + } + else_if = { + limit = { + scope:call_to_arms_tribute = { + is_at_war_as_defender = yes + } + } + add_defender = root + } + else = { + debug_log = "Something broke, report to typical" + } + } + trigger_event = { id = tributaries.8 } #tributary gets a positive response + } + } + + option = { + name = suzerain_refuses_to_join_war + add_prestige = major_prestige_loss + save_scope_as = former_suzerain + scope:call_to_arms_tribute = { + trigger_event = { id = tributaries.7 } #tributary gets a negative response + } + } +} + +#Tribute gets negative a response from suzerain +#root is defender and former tribute +tributaries.7 = { + type = letter_event + opening = { + title = tributary_7_tit + } + desc = tributary_7_desc + sender = { + character = scope:former_suzerain + animation = personality_dishonorable + } + + option = { #stop paying tribute + name = tribute_stop_war + scope:former_suzerain = { + remove_list_variable = { name = permanent_tributaries target = prev } + remove_list_variable = { name = all_tributaries target = prev } + } + remove_variable = my_suzerain + } +} + +#Tributary is informed that it no longer needs to pay tribute +tributaries.8 = { + type = letter_event + opening = { + desc = tributaries.8_opening + } + desc = tributaries.8_desc + sender = scope:actor + + immediate = { + custom_tooltip = stops_paying_tribute + } + + option = { + name = nice + } +} + +#Response from new trib +#Root is suzerain +tributaries.9 = { + type = letter_event + opening = { + desc = tributaries.9_opening + } + desc = tributaries.9_desc + sender = scope:recipient + + immediate = { + } + + option = { + name = nice + } +} + +#Response from new suzerain +#Root is new trib +tributaries.10 = { + type = letter_event + opening = { + desc = tributaries.10_opening + } + desc = tributaries.10_desc + sender = scope:my_suzerain_evt + + immediate = { + custom_tooltip = becomes_a_trib + } + + option = { + name = nice + } +} + +#Response from ruler +#Root is suzerain +tributaries.11 = { + type = letter_event + opening = { + desc = tributaries.11_opening + } + desc = tributaries.11_desc + sender = scope:not_trib + + option = { + name = no_trib_sad + } +} + +#Response from Ruler +#Root is nearly tributary +tributaries.12 = { + type = letter_event + opening = { + desc = tributaries.12_opening + } + desc = tributaries.12_desc + sender = scope:not_suzerain + + option = { + name = tribute_denied + } +} + +#Call to arms recived from suzerain +#Root is tributary +#UNUSED RN to readd in 1.2.1 +tributaries.13 = { + type = letter_event + opening = { + desc = tributaries.13_opening + } + desc = tributaries.13_opening + sender = scope:suzerain_cta_caller + + option = { + name = join_suzerain_war + scope:suzerain_cta_caller = { + ordered_character_war = { + if = { + limit = { + prev = { + is_attacker_in_war = prev + } + } + add_attacker = root + } + if = { + limit = { + prev = { + is_defender_in_war = prev + } + } + add_defender = root + } + } + } + } + + option = { + name = do_not_join_suzerain_war + } +} \ No newline at end of file diff --git a/WtWSMS/gfx/map/map_modes/map_modes.txt b/WtWSMS/gfx/map/map_modes/map_modes.txt new file mode 100644 index 0000000000..27abe18d6c --- /dev/null +++ b/WtWSMS/gfx/map/map_modes/map_modes.txt @@ -0,0 +1,3385 @@ +@zoom_step_near = 2 #zoom step where the near-settings will be at 100% +@zoom_step_mid = 9 #zoom step where the hollow map turns into the filled map +@zoom_step_pre_mid = @[zoom_step_mid-1] #zoom step before the hollow map disappears +@zoom_step_far = 15 #zoom step where the terrain detail disappears +@zoom_step_flat_map = 21 # zoom step flat map appears at. Copied from define FLAT_MAP_ZOOM_STEP +@zoom_step_pre_flat_map = @[zoom_step_flat_map-1] # zoom step before the flat map + + +# Hollow Near +@hollow_near_gradient_alpha_inside = 0 +@hollow_near_gradient_alpha_outside = 1 +@hollow_near_gradient_width = 0.05 +@hollow_near_gradient_color_mult = 0.3 +@hollow_near_edge_width = 0.025 +@hollow_near_edge_sharpness = 0.01 +@hollow_near_edge_alpha = 1 +@hollow_near_edge_color_mult = 1 +@hollow_near_before_lighting_blend = 0.8 +@hollow_near_after_lighting_blend = 0.2 + +# Hollow Far +@hollow_far_gradient_alpha_inside = @hollow_near_gradient_alpha_inside +@hollow_far_gradient_alpha_outside = @hollow_near_gradient_alpha_outside +@hollow_far_gradient_width = 0.1 +@hollow_far_gradient_color_mult = @hollow_near_gradient_color_mult +@hollow_far_edge_width = @[hollow_near_edge_width*1.5] +@hollow_far_edge_sharpness = @hollow_near_edge_sharpness +@hollow_far_edge_alpha = @hollow_near_edge_alpha +@hollow_far_edge_color_mult = @hollow_near_edge_color_mult +@hollow_far_before_lighting_blend = @hollow_near_before_lighting_blend +@hollow_far_after_lighting_blend = @hollow_near_after_lighting_blend + + +# Filled Near +@filled_near_gradient_alpha_inside = 0.3 +@filled_near_gradient_alpha_outside = @hollow_near_gradient_alpha_outside +@filled_near_gradient_width = 0.2 +@filled_near_gradient_color_mult = 1 +@filled_near_edge_width = @hollow_near_gradient_width +@filled_near_edge_sharpness = 0.000 +@filled_near_edge_alpha = @hollow_near_edge_alpha +@filled_near_edge_color_mult = 0.5 +@filled_near_before_lighting_blend = 1 +@filled_near_after_lighting_blend = 0 + +# Filled Mid +@filled_mid_gradient_alpha_inside = @filled_near_gradient_alpha_inside +@filled_mid_gradient_alpha_outside = @filled_near_gradient_alpha_outside +@filled_mid_gradient_width = @filled_near_gradient_width +@filled_mid_gradient_color_mult = @filled_near_gradient_color_mult +@filled_mid_edge_width = @[hollow_near_edge_width*2] +@filled_mid_edge_sharpness = @filled_near_edge_sharpness +@filled_mid_edge_alpha = @filled_near_edge_alpha +@filled_mid_edge_color_mult = @filled_near_edge_color_mult +@filled_mid_before_lighting_blend = 1 +@filled_mid_after_lighting_blend = 0.4 + +# Filled Far +@filled_far_gradient_alpha_inside = @filled_mid_gradient_alpha_inside +@filled_far_gradient_alpha_outside = @filled_mid_gradient_alpha_outside +@filled_far_gradient_width = @filled_mid_gradient_width +@filled_far_gradient_color_mult = @filled_mid_gradient_color_mult +@filled_far_edge_width = @filled_mid_edge_width +@filled_far_edge_sharpness = @filled_mid_edge_sharpness +@filled_far_edge_alpha = @filled_mid_edge_alpha +@filled_far_edge_color_mult = @filled_mid_edge_color_mult +@filled_far_before_lighting_blend = 1 +@filled_far_after_lighting_blend = 1 + +# Filled Pre Flat Map +@pre_flat_map_gradient_alpha_inside = 1 +@pre_flat_map_gradient_alpha_outside = @filled_far_gradient_alpha_outside +@pre_flat_map_gradient_width = @filled_far_gradient_width +@pre_flat_map_gradient_color_mult = @filled_far_gradient_color_mult +@pre_flat_map_edge_width = @filled_far_edge_width +@pre_flat_map_edge_sharpness = @filled_far_edge_sharpness +@pre_flat_map_edge_alpha = @filled_far_edge_alpha +@pre_flat_map_edge_color_mult = @filled_far_edge_color_mult +@pre_flat_map_before_lighting_blend = 0 +@pre_flat_map_after_lighting_blend = @filled_far_after_lighting_blend + +# Flat Map +@flat_map_gradient_alpha_inside = 0.9 +@flat_map_gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside +@flat_map_gradient_width = @pre_flat_map_gradient_width +@flat_map_gradient_color_mult = @pre_flat_map_gradient_color_mult +@flat_map_edge_width = @pre_flat_map_edge_width +@flat_map_edge_sharpness = @pre_flat_map_edge_sharpness +@flat_map_edge_alpha = @pre_flat_map_edge_alpha +@flat_map_edge_color_mult = @pre_flat_map_edge_color_mult +@flat_map_before_lighting_blend = @pre_flat_map_before_lighting_blend +@flat_map_after_lighting_blend = @pre_flat_map_after_lighting_blend + +# Data map +@data_gradient_alpha_inside = 1 +@data_gradient_alpha_outside = 1 +@data_gradient_width = @flat_map_gradient_width +@data_gradient_color_mult = 1 +@data_edge_width = 0 +@data_edge_sharpness = @flat_map_edge_sharpness +@data_edge_alpha = @flat_map_edge_alpha +@data_edge_color_mult = @flat_map_edge_color_mult +@data_before_lighting_blend = 1 +@data_after_lighting_blend = 0.5 + + + + +terrain = { + color_mode = terrain + small_map_names = realms + large_map_names = realms + selection = holding +} + +baronies = { + color_mode = baronies + small_map_names = baronies + large_map_names = baronies + selection = baronies + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} +counties = { + color_mode = counties + small_map_names = counties + large_map_names = counties + selection = counties + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +realms = { + color_mode = selected_character_realms + small_map_names = counties + large_map_names = selected_character_realms + selection = selected_character_realms_or_holdings + fill_in_impassable = no_small_names + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @hollow_near_gradient_alpha_inside + gradient_alpha_outside = @hollow_near_gradient_alpha_outside + gradient_width = @hollow_near_gradient_width + gradient_color_mult = @hollow_near_gradient_color_mult + edge_width = @hollow_near_edge_width + edge_sharpness = @hollow_near_edge_sharpness + edge_alpha = @hollow_near_edge_alpha + edge_color_mult = @hollow_near_edge_color_mult + before_lighting_blend = @hollow_near_before_lighting_blend + after_lighting_blend = @hollow_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_mid + + gradient_alpha_inside = @hollow_far_gradient_alpha_inside + gradient_alpha_outside = @hollow_far_gradient_alpha_outside + gradient_width = @hollow_far_gradient_width + gradient_color_mult = @hollow_far_gradient_color_mult + edge_width = @hollow_far_edge_width + edge_sharpness = @hollow_far_edge_sharpness + edge_alpha = @hollow_far_edge_alpha + edge_color_mult = @hollow_far_edge_color_mult + before_lighting_blend = @hollow_far_before_lighting_blend + after_lighting_blend = @hollow_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +simple_realms = { + color_mode = realms + small_map_names = realms + large_map_names = realms + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +cultures = { + color_mode = cultures + small_map_names = cultures + large_map_names = cultures + selection = cultures + fill_in_impassable = yes + barony_description = CULTURES_MAP_MODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +court_languages = { + color_mode = court_languages + small_map_names = court_languages + large_map_names = court_languages + selection = languages + fill_in_impassable = yes + + barony_description = { + first_valid = { + desc = { + triggered_desc = { + trigger = { + county.holder = { + has_royal_court = yes + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_COUNTY_HOLDER + } + triggered_desc = { + trigger = { + county.holder = { + liege = { + is_independent_ruler = no + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + any_liege_or_above = { + is_independent_ruler = no + has_royal_court = yes + NOT = { this = ROOT.county.holder.liege } + } + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGES_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + is_independent_ruler = no + top_liege = { + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_TOP_LIEGE + } + } + + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_FALLBACK + } + } + + selection_description = { + first_valid = { + triggered_desc = { + trigger = { + county.holder = { + has_royal_court = yes + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_COUNTY_HOLDER + } + triggered_desc = { + trigger = { + county.holder = { + liege = { + is_independent_ruler = no + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + any_liege_or_above = { + is_independent_ruler = no + has_royal_court = yes + NOT = { this = ROOT.county.holder.liege } + } + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGES_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + is_independent_ruler = no + top_liege = { + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_TOP_LIEGE + } + } + } + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +players = { + color_mode = players + small_map_names = players + large_map_names = players + fill_in_impassable = yes + selection = players + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_counties = { + color_mode = dejure_counties + small_map_names = dejure_counties + large_map_names = dejure_counties + selection = counties + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_duchies = { + color_mode = dejure_duchies + small_map_names = dejure_duchies + large_map_names = dejure_duchies + selection = duchies + fill_in_impassable = yes + + barony_description = DEJURE_DUCHIES_MAPMODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_kingdoms = { + color_mode = dejure_kingdoms + small_map_names = dejure_kingdoms + large_map_names = dejure_kingdoms + selection = kingdoms + fill_in_impassable = yes + + barony_description = DEJURE_KINGDOMS_MAPMODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_empires = { + color_mode = dejure_empires + small_map_names = dejure_empires + large_map_names = dejure_empires + selection = empires + fill_in_impassable = yes + + barony_description = DEJURE_EMPIRES_MAPMODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +realm_areas = { + color_mode = realm_areas + small_map_names = realm_areas + large_map_names = realm_areas + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +rally_points = { + color_mode = rally_points + small_map_names = realm_areas + large_map_names = realm_areas + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +religions = { + color_mode = religions + small_map_names = counties + large_map_names = religions + selection = faiths + fill_in_impassable = yes + + barony_description = FAITHS_MAP_MODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +simple_terrain = { + color_mode = simple_terrain + selection = holding + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +grant_titles = { + color_mode = grant_titles + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +revoke_title = { + color_mode = revoke_title + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +lease_out_baronies = { + color_mode = lease_out_baronies + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +grant_vassal = { + color_mode = grant_vassal + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +retract_vassal = { + color_mode = retract_vassal + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +declare_war = { + color_mode = declare_war + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + selection = none + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +county_development = { + color_mode = county_development + small_map_names = dejure_counties + large_map_names = dejure_counties + fill_in_impassable = no + selection = holding + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @data_gradient_alpha_inside + gradient_alpha_outside = @data_gradient_alpha_outside + gradient_width = @data_gradient_width + gradient_color_mult = @data_gradient_color_mult + edge_width = @data_edge_width + edge_sharpness = @data_edge_sharpness + edge_alpha = @data_edge_alpha + edge_color_mult = @data_edge_color_mult + before_lighting_blend = @data_before_lighting_blend + after_lighting_blend = @data_after_lighting_blend + } +} + +council_county_task = { + color_mode = council_county_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +diplomacy = { + color_mode = diplomacy + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_character_pools = { + color_mode = debug_character_pools + small_map_names = debug_character_pools + large_map_names = debug_character_pools + fill_in_impassable = no + selection = debug_character_pools + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_ai_war_coordinator_targets = { + color_mode = debug_ai_war_coordinator_targets + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + selection = selected_character_realms_or_holdings + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +houses = { + color_mode = houses + small_map_names = houses + large_map_names = houses + selection = houses + fill_in_impassable = yes + barony_description = HOUSES_MAP_MODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +government = { + color_mode = government + small_map_names = counties + large_map_names = government + selection = governments + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } + + barony_description = GOVERNMENTS_MAP_MODE_TOOLTIP +} + +map_editor_clean = { + color_mode = terrain +} + +map_editor_progress = { + color_mode = map_editor_progress + gradient_parameters = { + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } +} + +council_integrate_duchy_task = { + color_mode = council_integrate_duchy_task + small_map_names = dejure_duchies + large_map_names = dejure_duchies + selection = duchies + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_integrate_kingdom_task = { + color_mode = council_integrate_kingdom_task + small_map_names = dejure_kingdoms + large_map_names = dejure_kingdoms + selection = kingdoms + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_convert_faith_task = { + color_mode = council_convert_faith_task + small_map_names = counties + large_map_names = religions + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_increase_control_task = { + color_mode = council_increase_control_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_promote_culture_task = { + color_mode = council_promote_culture_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_accept_culture_task = { + color_mode = council_accept_culture_task + small_map_names = cultures + large_map_names = cultures + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_develop_county_task = { + color_mode = council_develop_county_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_fabricate_claim_task = { + color_mode = council_fabricate_claim_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_find_secrets_task = { + color_mode = council_find_secrets_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_visual_regions = { + color_mode = geographical_region + small_map_names = dejure_duchies + large_map_names = dejure_duchies + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_geographical_region = { + color_mode = debug_geographical_region + small_map_names = dejure_duchies + large_map_names = dejure_duchies + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +struggle = { + color_mode = struggle + small_map_names = duchies + large_map_names = selected_character_realms + selection = selected_character_realms_or_holdings + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} diff --git a/WtWSMS/gfx/map/map_modes/map_modes.txt.bak b/WtWSMS/gfx/map/map_modes/map_modes.txt.bak new file mode 100644 index 0000000000..b0e6099048 --- /dev/null +++ b/WtWSMS/gfx/map/map_modes/map_modes.txt.bak @@ -0,0 +1,3306 @@ +@zoom_step_near = 2 #zoom step where the near-settings will be at 100% +@zoom_step_mid = 9 #zoom step where the hollow map turns into the filled map +@zoom_step_pre_mid = @[zoom_step_mid-1] #zoom step before the hollow map disappears +@zoom_step_far = 15 #zoom step where the terrain detail disappears +@zoom_step_flat_map = 21 # zoom step flat map appears at. Copied from define FLAT_MAP_ZOOM_STEP +@zoom_step_pre_flat_map = @[zoom_step_flat_map-1] # zoom step before the flat map + + +# Hollow Near +@hollow_near_gradient_alpha_inside = 0 +@hollow_near_gradient_alpha_outside = 1 +@hollow_near_gradient_width = 0.05 +@hollow_near_gradient_color_mult = 0.3 +@hollow_near_edge_width = 0.025 +@hollow_near_edge_sharpness = 0.01 +@hollow_near_edge_alpha = 1 +@hollow_near_edge_color_mult = 1 +@hollow_near_before_lighting_blend = 0.8 +@hollow_near_after_lighting_blend = 0.2 + +# Hollow Far +@hollow_far_gradient_alpha_inside = @hollow_near_gradient_alpha_inside +@hollow_far_gradient_alpha_outside = @hollow_near_gradient_alpha_outside +@hollow_far_gradient_width = 0.1 +@hollow_far_gradient_color_mult = @hollow_near_gradient_color_mult +@hollow_far_edge_width = @[hollow_near_edge_width*1.5] +@hollow_far_edge_sharpness = @hollow_near_edge_sharpness +@hollow_far_edge_alpha = @hollow_near_edge_alpha +@hollow_far_edge_color_mult = @hollow_near_edge_color_mult +@hollow_far_before_lighting_blend = @hollow_near_before_lighting_blend +@hollow_far_after_lighting_blend = @hollow_near_after_lighting_blend + + +# Filled Near +@filled_near_gradient_alpha_inside = 1 +@filled_near_gradient_alpha_outside = @hollow_near_gradient_alpha_outside +@filled_near_gradient_width = 0.4 +@filled_near_gradient_color_mult = 1 +@filled_near_edge_width = @hollow_near_gradient_width +@filled_near_edge_sharpness = 0.000 +@filled_near_edge_alpha = @hollow_near_edge_alpha +@filled_near_edge_color_mult = 0.5 +@filled_near_before_lighting_blend = 1 +@filled_near_after_lighting_blend = 0 + +# Filled Mid +@filled_mid_gradient_alpha_inside = @filled_near_gradient_alpha_inside +@filled_mid_gradient_alpha_outside = @filled_near_gradient_alpha_outside +@filled_mid_gradient_width = @filled_near_gradient_width +@filled_mid_gradient_color_mult = @filled_near_gradient_color_mult +@filled_mid_edge_width = @[hollow_near_edge_width*2] +@filled_mid_edge_sharpness = @filled_near_edge_sharpness +@filled_mid_edge_alpha = @filled_near_edge_alpha +@filled_mid_edge_color_mult = @filled_near_edge_color_mult +@filled_mid_before_lighting_blend = 1 +@filled_mid_after_lighting_blend = 0.4 + +# Filled Far +@filled_far_gradient_alpha_inside = @filled_mid_gradient_alpha_inside +@filled_far_gradient_alpha_outside = @filled_mid_gradient_alpha_outside +@filled_far_gradient_width = @filled_mid_gradient_width +@filled_far_gradient_color_mult = @filled_mid_gradient_color_mult +@filled_far_edge_width = @filled_mid_edge_width +@filled_far_edge_sharpness = @filled_mid_edge_sharpness +@filled_far_edge_alpha = @filled_mid_edge_alpha +@filled_far_edge_color_mult = @filled_mid_edge_color_mult +@filled_far_before_lighting_blend = 1 +@filled_far_after_lighting_blend = 1 + +# Filled Pre Flat Map +@pre_flat_map_gradient_alpha_inside = @filled_far_gradient_alpha_inside +@pre_flat_map_gradient_alpha_outside = @filled_far_gradient_alpha_outside +@pre_flat_map_gradient_width = @filled_far_gradient_width +@pre_flat_map_gradient_color_mult = @filled_far_gradient_color_mult +@pre_flat_map_edge_width = @filled_far_edge_width +@pre_flat_map_edge_sharpness = @filled_far_edge_sharpness +@pre_flat_map_edge_alpha = @filled_far_edge_alpha +@pre_flat_map_edge_color_mult = @filled_far_edge_color_mult +@pre_flat_map_before_lighting_blend = 0 +@pre_flat_map_after_lighting_blend = @filled_far_after_lighting_blend + +# Flat Map +@flat_map_gradient_alpha_inside = 0.8 +@flat_map_gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside +@flat_map_gradient_width = @pre_flat_map_gradient_width +@flat_map_gradient_color_mult = @pre_flat_map_gradient_color_mult +@flat_map_edge_width = @pre_flat_map_edge_width +@flat_map_edge_sharpness = @pre_flat_map_edge_sharpness +@flat_map_edge_alpha = @pre_flat_map_edge_alpha +@flat_map_edge_color_mult = @pre_flat_map_edge_color_mult +@flat_map_before_lighting_blend = @pre_flat_map_before_lighting_blend +@flat_map_after_lighting_blend = @pre_flat_map_after_lighting_blend + +# Data map +@data_gradient_alpha_inside = 1 +@data_gradient_alpha_outside = 1 +@data_gradient_width = @flat_map_gradient_width +@data_gradient_color_mult = 1 +@data_edge_width = 0 +@data_edge_sharpness = @flat_map_edge_sharpness +@data_edge_alpha = @flat_map_edge_alpha +@data_edge_color_mult = @flat_map_edge_color_mult +@data_before_lighting_blend = 1 +@data_after_lighting_blend = 0.5 + + + + +terrain = { + color_mode = terrain + small_map_names = realms + large_map_names = realms + selection = holding +} + +baronies = { + color_mode = baronies + small_map_names = baronies + large_map_names = baronies + selection = baronies + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} +counties = { + color_mode = counties + small_map_names = counties + large_map_names = counties + selection = counties + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +realms = { + color_mode = selected_character_realms + small_map_names = counties + large_map_names = selected_character_realms + selection = selected_character_realms_or_holdings + fill_in_impassable = no_small_names + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @hollow_near_gradient_alpha_inside + gradient_alpha_outside = @hollow_near_gradient_alpha_outside + gradient_width = @hollow_near_gradient_width + gradient_color_mult = @hollow_near_gradient_color_mult + edge_width = @hollow_near_edge_width + edge_sharpness = @hollow_near_edge_sharpness + edge_alpha = @hollow_near_edge_alpha + edge_color_mult = @hollow_near_edge_color_mult + before_lighting_blend = @hollow_near_before_lighting_blend + after_lighting_blend = @hollow_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_mid + + gradient_alpha_inside = @hollow_far_gradient_alpha_inside + gradient_alpha_outside = @hollow_far_gradient_alpha_outside + gradient_width = @hollow_far_gradient_width + gradient_color_mult = @hollow_far_gradient_color_mult + edge_width = @hollow_far_edge_width + edge_sharpness = @hollow_far_edge_sharpness + edge_alpha = @hollow_far_edge_alpha + edge_color_mult = @hollow_far_edge_color_mult + before_lighting_blend = @hollow_far_before_lighting_blend + after_lighting_blend = @hollow_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +simple_realms = { + color_mode = realms + small_map_names = realms + large_map_names = realms + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +cultures = { + color_mode = cultures + small_map_names = cultures + large_map_names = cultures + selection = cultures + fill_in_impassable = yes + barony_description = CULTURES_MAP_MODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +court_languages = { + color_mode = court_languages + small_map_names = court_languages + large_map_names = court_languages + selection = languages + fill_in_impassable = yes + + barony_description = { + first_valid = { + desc = { + triggered_desc = { + trigger = { + county.holder = { + has_royal_court = yes + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_COUNTY_HOLDER + } + triggered_desc = { + trigger = { + county.holder = { + liege = { + is_independent_ruler = no + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + any_liege_or_above = { + is_independent_ruler = no + has_royal_court = yes + NOT = { this = ROOT.county.holder.liege } + } + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGES_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + is_independent_ruler = no + top_liege = { + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_TOP_LIEGE + } + } + + desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_FALLBACK + } + } + + selection_description = { + first_valid = { + triggered_desc = { + trigger = { + county.holder = { + has_royal_court = yes + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_COUNTY_HOLDER + } + triggered_desc = { + trigger = { + county.holder = { + liege = { + is_independent_ruler = no + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + any_liege_or_above = { + is_independent_ruler = no + has_royal_court = yes + NOT = { this = ROOT.county.holder.liege } + } + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGES_LIEGE + } + triggered_desc = { + trigger = { + county.holder = { + is_independent_ruler = no + top_liege = { + has_royal_court = yes + } + } + } + desc = COURT_LANGUAGES_SELECTION_TOOLTIP_TOP_LIEGE + } + } + } + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +players = { + color_mode = players + small_map_names = players + large_map_names = players + fill_in_impassable = yes + selection = players + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_counties = { + color_mode = dejure_counties + small_map_names = dejure_counties + large_map_names = dejure_counties + selection = counties + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_duchies = { + color_mode = dejure_duchies + small_map_names = dejure_duchies + large_map_names = dejure_duchies + selection = duchies + fill_in_impassable = yes + + barony_description = DEJURE_DUCHIES_MAPMODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_kingdoms = { + color_mode = dejure_kingdoms + small_map_names = dejure_kingdoms + large_map_names = dejure_kingdoms + selection = kingdoms + fill_in_impassable = yes + + barony_description = DEJURE_KINGDOMS_MAPMODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +dejure_empires = { + color_mode = dejure_empires + small_map_names = dejure_empires + large_map_names = dejure_empires + selection = empires + fill_in_impassable = yes + + barony_description = DEJURE_EMPIRES_MAPMODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +realm_areas = { + color_mode = realm_areas + small_map_names = realm_areas + large_map_names = realm_areas + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +rally_points = { + color_mode = rally_points + small_map_names = realm_areas + large_map_names = realm_areas + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +religions = { + color_mode = religions + small_map_names = counties + large_map_names = religions + selection = faiths + fill_in_impassable = yes + + barony_description = FAITHS_MAP_MODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +simple_terrain = { + color_mode = simple_terrain + selection = holding + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +grant_titles = { + color_mode = grant_titles + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +revoke_title = { + color_mode = revoke_title + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +lease_out_baronies = { + color_mode = lease_out_baronies + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +grant_vassal = { + color_mode = grant_vassal + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +retract_vassal = { + color_mode = retract_vassal + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +declare_war = { + color_mode = declare_war + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + selection = none + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +county_development = { + color_mode = county_development + small_map_names = dejure_counties + large_map_names = dejure_counties + fill_in_impassable = no + selection = holding + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @data_gradient_alpha_inside + gradient_alpha_outside = @data_gradient_alpha_outside + gradient_width = @data_gradient_width + gradient_color_mult = @data_gradient_color_mult + edge_width = @data_edge_width + edge_sharpness = @data_edge_sharpness + edge_alpha = @data_edge_alpha + edge_color_mult = @data_edge_color_mult + before_lighting_blend = @data_before_lighting_blend + after_lighting_blend = @data_after_lighting_blend + } +} + +council_county_task = { + color_mode = council_county_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +diplomacy = { + color_mode = diplomacy + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_character_pools = { + color_mode = debug_character_pools + small_map_names = debug_character_pools + large_map_names = debug_character_pools + fill_in_impassable = no + selection = debug_character_pools + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_ai_war_coordinator_targets = { + color_mode = debug_ai_war_coordinator_targets + small_map_names = counties + large_map_names = realms + fill_in_impassable = no + selection = selected_character_realms_or_holdings + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +houses = { + color_mode = houses + small_map_names = houses + large_map_names = houses + selection = houses + fill_in_impassable = yes + barony_description = HOUSES_MAP_MODE_TOOLTIP + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +government = { + color_mode = government + small_map_names = counties + large_map_names = government + selection = governments + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } + + barony_description = GOVERNMENTS_MAP_MODE_TOOLTIP +} + +map_editor_clean = { + color_mode = terrain +} + +map_editor_progress = { + color_mode = map_editor_progress + gradient_parameters = { + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } +} + +council_integrate_duchy_task = { + color_mode = council_integrate_duchy_task + small_map_names = dejure_duchies + large_map_names = dejure_duchies + selection = duchies + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_integrate_kingdom_task = { + color_mode = council_integrate_kingdom_task + small_map_names = dejure_kingdoms + large_map_names = dejure_kingdoms + selection = kingdoms + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_convert_faith_task = { + color_mode = council_convert_faith_task + small_map_names = counties + large_map_names = religions + fill_in_impassable = yes + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_increase_control_task = { + color_mode = council_increase_control_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_promote_culture_task = { + color_mode = council_promote_culture_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_accept_culture_task = { + color_mode = council_accept_culture_task + small_map_names = cultures + large_map_names = cultures + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_develop_county_task = { + color_mode = council_develop_county_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_fabricate_claim_task = { + color_mode = council_fabricate_claim_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +council_find_secrets_task = { + color_mode = council_find_secrets_task + small_map_names = counties + large_map_names = counties + fill_in_impassable = no + selection = counties + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_visual_regions = { + color_mode = geographical_region + small_map_names = dejure_duchies + large_map_names = dejure_duchies + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + +debug_geographical_region = { + color_mode = debug_geographical_region + small_map_names = dejure_duchies + large_map_names = dejure_duchies + fill_in_impassable = no + + gradient_parameters = { + zoom_step = @zoom_step_near + + gradient_alpha_inside = @filled_near_gradient_alpha_inside + gradient_alpha_outside = @filled_near_gradient_alpha_outside + gradient_width = @filled_near_gradient_width + gradient_color_mult = @filled_near_gradient_color_mult + edge_width = @filled_near_edge_width + edge_sharpness = @filled_near_edge_sharpness + edge_alpha = @filled_near_edge_alpha + edge_color_mult = @filled_near_edge_color_mult + before_lighting_blend = @filled_near_before_lighting_blend + after_lighting_blend = @filled_near_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_mid + + gradient_alpha_inside = @filled_mid_gradient_alpha_inside + gradient_alpha_outside = @filled_mid_gradient_alpha_outside + gradient_width = @filled_mid_gradient_width + gradient_color_mult = @filled_mid_gradient_color_mult + edge_width = @filled_mid_edge_width + edge_sharpness = @filled_mid_edge_sharpness + edge_alpha = @filled_mid_edge_alpha + edge_color_mult = @filled_mid_edge_color_mult + before_lighting_blend = @filled_mid_before_lighting_blend + after_lighting_blend = @filled_mid_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_far + + gradient_alpha_inside = @filled_far_gradient_alpha_inside + gradient_alpha_outside = @filled_far_gradient_alpha_outside + gradient_width = @filled_far_gradient_width + gradient_color_mult = @filled_far_gradient_color_mult + edge_width = @filled_far_edge_width + edge_sharpness = @filled_far_edge_sharpness + edge_alpha = @filled_far_edge_alpha + edge_color_mult = @filled_far_edge_color_mult + before_lighting_blend = @filled_far_before_lighting_blend + after_lighting_blend = @filled_far_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_pre_flat_map + + gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside + gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside + gradient_width = @pre_flat_map_gradient_width + gradient_color_mult = @pre_flat_map_gradient_color_mult + edge_width = @pre_flat_map_edge_width + edge_sharpness = @pre_flat_map_edge_sharpness + edge_alpha = @pre_flat_map_edge_alpha + edge_color_mult = @pre_flat_map_edge_color_mult + before_lighting_blend = @pre_flat_map_before_lighting_blend + after_lighting_blend = @pre_flat_map_after_lighting_blend + } + gradient_parameters = { + zoom_step = @zoom_step_flat_map + + gradient_alpha_inside = @flat_map_gradient_alpha_inside + gradient_alpha_outside = @flat_map_gradient_alpha_outside + gradient_width = @flat_map_gradient_width + gradient_color_mult = @flat_map_gradient_color_mult + edge_width = @flat_map_edge_width + edge_sharpness = @flat_map_edge_sharpness + edge_alpha = @flat_map_edge_alpha + edge_color_mult = @flat_map_edge_color_mult + before_lighting_blend = @flat_map_before_lighting_blend + after_lighting_blend = @flat_map_after_lighting_blend + + } +} + diff --git a/WtWSMS/gui/hud.gui b/WtWSMS/gui/hud.gui new file mode 100644 index 0000000000..d654fc237f --- /dev/null +++ b/WtWSMS/gui/hud.gui @@ -0,0 +1,4793 @@ +###################################################### +#################### META INFO ####################### +###################################################### + +widget = { + size = { 100% 100% } + name = "meta_info" + visible = "[IsDefaultGUIMode]" + layer = bottom + + using = Animation_ShowHide_Standard + + flowcontainer = { + name = "observer_status" + visible = "[IsObserver]" + visible_at_creation = no + parentanchor = bottom|left + position = { 240 -50 } + ignoreinvisible = yes + + background = { + using = Background_Area_Dark + } + + text_single = { + name = "global_observer_indication" + visible = "[Not(GetPlayer.IsValid)]" + text = "GLOBAL_OBSERVER" + } + + text_single = { + name = "player_observer_indication" + visible = "[GetPlayer.IsValid]" + text = "PLAYER_OBSERVER" + } + + button_cancel = { + name = "cancel_button" + visible = "[GetPlayer.IsValid]" + + size = { 30 30 } + onclick = "[ClearObserver]" + tooltip = "OBSERVER_MODE_ON" + } + + icon_observer = { + size = { 30 30 } + visible = "[Not(GetPlayer.IsValid)]" + } + } + + ## Build version + text_single = { + name = "build_version_text" + position = { 5 5 } + visible = "[Not(ReleaseMode)]" + + tooltip = "[GetBuildVersionDescription]" + + text = "VERSION_SHORT" + default_format = "#low" + max_width = 300 + } + + error_horse = { + parentanchor = bottom|left + position = { 610 -10 } + visible = "[And( Not( IsPauseMenuShown ), Not(ReleaseMode) )]" + } + loaded_mods_icon = { + parentanchor = bottom|left + visible = "[And( Not( IsPauseMenuShown ), And( HasLoadedMods, Not(ReleaseMode) ) )]" + tooltip = "[GetLoadedMods]" + position = { 670 -5 } + } +} + +widget = { + name = "ingame_topbar" + visible = "[InGameTopbar.ShouldBeVisible]" + size = { 100% 100% } + layer = hud_layer + + ### Alerts + notifications_alerts = { + visible = "[Not( IsPauseMenuShown )]" + parentanchor = top|right + position = { -720 0 } + spacing = 10 + + using = Animation_ShowHide_Quick + } + + ###################################################### + #################### TOP RIGHT ####################### + ###################################################### + + ### Top Right Bar + widget_top_right_bar = { + name = "top_bar" + visible = "[Not( IsPauseMenuShown )]" + parentanchor = top|right + } + + ### Outliner Button + container = { + visible = "[And( Not( IsPauseMenuShown ), And(Not(IsRightWindowOpen), IsDefaultGUIMode))]" + parentanchor = top|right + position = { -3 55 } + + using = Animation_ShowHide_Quick + + button_round = { + name = "outliner_button" + size = { 35 35 } + alpha = 0.7 + + onclick = "[ToggleGameView('outliner')]" + tooltip = "TOGGLE_OUTLINER" + + state = { + name = _mouse_enter + alpha = 1 + duration = 0.2 + using = Animation_Curve_Default + } + + state = { + name = _mouse_leave + alpha = 0.7 + duration = 0.7 + using = Animation_Curve_Default + } + + button_outliner = { + parentanchor = center + alwaystransparent = yes + size = { 25 25 } + } + } + } + + ### Main Tabs + widget = { + name = "main_tabs" + visible = "[And(And( Not( IsPauseMenuShown ), And(Or(Not(IsObserver), GetPlayer.IsValid), IsDefaultGUIMode)), Not(IsGameViewOpen('struggle')))]" + parentanchor = top|right + position = { 5 105 } + size = { 50 390 } + allow_outside = yes + + using = Animation_ShowHide_Quick + + widget = { + visible = "[Not(IsRightWindowOpen)]" + size = { 100% 100% } + + state = { + name = _show + alpha = 1 + duration = 0.1 + using = Animation_Curve_Default + } + + state = { + name = _hide + duration = 0.6 + alpha = 0 + using = Animation_Curve_Default + } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/skinned/hud_maintab_bg.dds" + + @duration_maintab_button_enter = 0.03 + @duration_maintab_button_leave = 0.1 + + modify_texture = { + name = "glow_my_realm" + texture = "gfx/interface/skinned/hud_maintab_bg_glow.dds" + blend_mode = colordodge + translate_uv = { -0.15 -0.04 } + alpha = 0 + } + + modify_texture = { + name = "glow_military" + texture = "gfx/interface/skinned/hud_maintab_bg_glow.dds" + blend_mode = colordodge + translate_uv = { -0.15 -0.14 } + alpha = 0 + } + + modify_texture = { + name = "glow_council" + texture = "gfx/interface/skinned/hud_maintab_bg_glow.dds" + blend_mode = colordodge + translate_uv = { -0.15 -0.25 } + alpha = 0 + } + + modify_texture = { + name = "glow_court" + texture = "gfx/interface/skinned/hud_maintab_bg_glow.dds" + blend_mode = colordodge + translate_uv = { -0.15 -0.42 } + alpha = 0 + } + + modify_texture = { + name = "glow_intrigue" + texture = "gfx/interface/skinned/hud_maintab_bg_glow.dds" + blend_mode = colordodge + translate_uv = { -0.15 -0.55 } + alpha = 0 + } + + modify_texture = { + name = "glow_factions" + texture = "gfx/interface/skinned/hud_maintab_bg_glow.dds" + blend_mode = colordodge + translate_uv = { -0.15 -0.68 } + alpha = 0 + } + + modify_texture = { + name = "glow_decisions" + texture = "gfx/interface/skinned/hud_maintab_bg_glow.dds" + blend_mode = colordodge + translate_uv = { -0.2 -0.79 } + alpha = 0 + } + + # My Realm + state = { + name = "hud_tab_glow_my_realm_enter" + duration = @duration_maintab_button_enter + using = Animation_Curve_Default + + modify_texture = { + name = "glow_my_realm" + alpha = 1 + translate_uv = { -0.15 -0.04 } + } + } + + state = { + name = "hud_tab_glow_my_realm_leave" + duration = @duration_maintab_button_leave + using = Animation_Curve_Default + + modify_texture = { + name = "glow_my_realm" + alpha = 0 + translate_uv = { -0.15 -0.04 } + } + } + + # Military + state = { + name = "hud_tab_glow_military_enter" + duration = @duration_maintab_button_enter + using = Animation_Curve_Default + + modify_texture = { + name = "glow_military" + alpha = 1 + translate_uv = { -0.15 -0.14 } + } + } + + state = { + name = "hud_tab_glow_military_leave" + duration = @duration_maintab_button_leave + using = Animation_Curve_Default + + modify_texture = { + name = "glow_military" + alpha = 0 + translate_uv = { -0.15 -0.14 } + } + } + + # Council + state = { + name = "hud_tab_glow_council_enter" + duration = @duration_maintab_button_enter + using = Animation_Curve_Default + + modify_texture = { + name = "glow_council" + alpha = 1 + translate_uv = { -0.15 -0.25 } + } + } + + state = { + name = "hud_tab_glow_council_leave" + duration = @duration_maintab_button_leave + using = Animation_Curve_Default + + modify_texture = { + name = "glow_council" + alpha = 0 + translate_uv = { -0.15 -0.25 } + } + } + + # Court + state = { + name = "hud_tab_glow_court_enter" + duration = @duration_maintab_button_enter + using = Animation_Curve_Default + + modify_texture = { + name = "glow_court" + alpha = 1 + translate_uv = { -0.15 -0.42 } + } + } + + state = { + name = "hud_tab_glow_court_leave" + duration = @duration_maintab_button_leave + using = Animation_Curve_Default + + modify_texture = { + name = "glow_court" + alpha = 0 + translate_uv = { -0.15 -0.42 } + } + } + + # Intrigue + state = { + name = "hud_tab_glow_intrigue_enter" + duration = @duration_maintab_button_enter + using = Animation_Curve_Default + + modify_texture = { + name = "glow_intrigue" + alpha = 1 + translate_uv = { -0.15 -0.55 } + } + } + + state = { + name = "hud_tab_glow_intrigue_leave" + duration = @duration_maintab_button_leave + using = Animation_Curve_Default + + modify_texture = { + name = "glow_intrigue" + alpha = 0 + translate_uv = { -0.15 -0.55 } + } + } + + # Factions + state = { + name = "hud_tab_glow_factions_enter" + duration = @duration_maintab_button_enter + using = Animation_Curve_Default + + modify_texture = { + name = "glow_factions" + alpha = 1 + translate_uv = { -0.15 -0.68 } + } + } + + state = { + name = "hud_tab_glow_factions_leave" + duration = @duration_maintab_button_leave + using = Animation_Curve_Default + + modify_texture = { + name = "glow_factions" + alpha = 0 + translate_uv = { -0.15 -0.68 } + } + } + + # Decisions + state = { + name = "hud_tab_glow_decisions_enter" + duration = @duration_maintab_button_enter + using = Animation_Curve_Default + + modify_texture = { + name = "glow_decisions" + alpha = 1 + translate_uv = { -0.2 -0.79 } + } + } + + state = { + name = "hud_tab_glow_decisions_leave" + duration = @duration_maintab_button_leave + using = Animation_Curve_Default + + modify_texture = { + name = "glow_decisions" + alpha = 0 + translate_uv = { -0.2 -0.79 } + } + } + } + } + + vbox = { + alwaystransparent = no + filter_mouse = all + margin_top = 15 + margin_bottom = 20 + + vbox = { + widget_hud_main_tab = { + name = "tab_my_realm" + tooltip = "MY_REALM_BUTTON" + + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_my_realm.dds" + onclick = "[ToggleGameView('my_realm')]" + shortcut = "my_realm_window" + down = "[IsGameViewOpen('my_realm')]" + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_my_realm_leave','hud_tab_glow_my_realm_enter')]" + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_my_realm_enter','hud_tab_glow_my_realm_leave')]" + } + } + + widget_hud_main_tab = { + name = "tab_military" + tooltip = "MILITARY_BUTTON" + + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_military.dds" + + onclick = "[ToggleGameViewData('military', GetPlayer.GetID)]" + shortcut = "military_window" + down = "[IsGameViewOpen('military')]" + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_military_leave','hud_tab_glow_military_enter')]" + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_military_enter','hud_tab_glow_military_leave')]" + } + } + + widget_hud_main_tab = { + name = "tab_council" + tooltip = "COUNCIL_BUTTON" + + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_council.dds" + + onclick = "[ToggleGameViewData('council_window', GetPlayer.GetID)]" + shortcut = "council_window" + down = "[IsGameViewOpen('council_window')]" + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_council_leave','hud_tab_glow_council_enter')]" + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_council_enter','hud_tab_glow_council_leave')]" + } + } + } + + widget = { + layoutpolicy_horizontal = expanding + size = { 0 15 } + + icon = { + visible = "[And( Not( IsPauseMenuShown ), And(Or(Not(IsObserver), GetPlayer.IsValid), IsDefaultGUIMode))]" + parentanchor = right|vcenter + position = { -5 0 } + texture = "gfx/interface/skinned/hud_spike_big.dds" + size = { 25 15 } + + using = Animation_ShowHide_Standard + } + } + + vbox = { + widget_hud_main_tab = { + name = "tab_court_tutorial_uses_this" + tooltip = "COURT_BUTTON" + + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_court.dds" + + onclick = "[ToggleGameViewData( 'court_window', GetPlayer.GetID )]" + shortcut = "court_window" + down = "[IsGameViewOpen( 'court_window' )]" + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_court_leave','hud_tab_glow_court_enter')]" + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_court_enter','hud_tab_glow_court_leave')]" + } + } + + widget_hud_main_tab = { + name = "tab_intrigue" + tooltip = "INTRIGUE_BUTTON" + + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_intrigue.dds" + + onclick = "[ToggleGameViewData('intrigue_window', GetPlayer.GetID)]" + shortcut = "intrigue_window" + down = "[IsGameViewOpen('intrigue_window')]" + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_intrigue_leave','hud_tab_glow_intrigue_enter')]" + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_intrigue_enter','hud_tab_glow_intrigue_leave')]" + } + } + + widget_hud_main_tab = { + name = "tab_factions" + tooltip = "FACTION_BUTTON" + + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_factions.dds" + + onclick = "[ToggleGameView('factions_window')]" + shortcut = "factions_window" + down = "[IsGameViewOpen('factions_window')]" + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_factions_leave','hud_tab_glow_factions_enter')]" + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_factions_enter','hud_tab_glow_factions_leave')]" + } + } + + widget_hud_main_tab = { + name = "tab_decisions" + tooltip = "DECISIONS_BUTTON" + + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_decisions.dds" + + onclick = "[ToggleGameView('decisions')]" + shortcut = "decision_window" + down = "[IsGameViewOpen('decisions')]" + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_decisions_leave','hud_tab_glow_decisions_enter')]" + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_decisions_enter','hud_tab_glow_decisions_leave')]" + } + } + + widget = { + layoutpolicy_horizontal = expanding + size = { 0 15 } + + icon = { + visible = "[And( Not( IsPauseMenuShown ), And(Or(Not(IsObserver), GetPlayer.IsValid), IsDefaultGUIMode))]" + parentanchor = right|vcenter + position = { -5 0 } + texture = "gfx/interface/skinned/hud_spike_big.dds" + size = { 25 15 } + + using = Animation_ShowHide_Standard + } + } + } + + # Invisible button to ensure that these shortcuts don't get hidden + button = { + size = { 0 0 } + onclick = "[ToggleCharacter( GetPlayer.GetID )]" + shortcut = "character_window" + } + + widget = { + datacontext = "[GetPlayer]" + datacontext = "[AccessLocalPlayerCachedData]" + datacontext = "[LocalPlayerCachedData.AccessNewArtifacts]" + datacontext = "[LocalPlayerCachedData.AccessCourtEvents]" + datacontext = "[Character.GetCourtGrandeurData]" + visible = "[And( And( Not( IsPauseMenuShown ), And(Or(Not(IsObserver), GetPlayer.IsValid), IsDefaultGUIMode)), HasDlcFeature( 'royal_court' ))]" + enabled = "[Character.HasRoyalCourt]" + position = { 4 50 } + size = { 45 45 } + icon = { + name = "royal_court_button_background" + visible = "[Not(IsRightWindowOpen)]" + size = { 45 45 } + texture = "gfx/interface/buttons/maintab_courtview_bg.dds" + + allow_outside = yes + + state = { + name = _show + alpha = 1 + duration = 0.1 + using = Animation_Curve_Default + } + + state = { + name = _hide + duration = 0.6 + alpha = 0 + using = Animation_Curve_Default + } + + state = { + name = "hud_tab_glow_courtview_enter" + duration = 0.03 + using = Animation_Curve_Default + + modify_texture = { + name = "glow_courtview" + alpha = 1 + } + } + + state = { + name = "hud_tab_glow_courtview_leave" + duration = 0.1 + using = Animation_Curve_Default + + modify_texture = { + name = "glow_courtview" + alpha = 0 + } + } + + modify_texture = { + name = "glow_courtview" + texture = "gfx/interface/buttons/maintab_courtview_bg_glow.dds" + alpha = 0 + } + } + + widget_hud_main_tab = { + allow_outside = yes + name = "royal_court_button_tutorial_uses_this" + + tooltipwidget = { + container_royal_court_tooltip = {} + } + + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_courtview_leave','hud_tab_glow_courtview_enter')]" + alpha = 1 + } + + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_courtview_enter','hud_tab_glow_courtview_leave')]" + alpha = 1 + } + + blockoverride "maintab_button" + { + texture = "gfx/interface/buttons/maintab_courtview.dds" + onclick = "[Character.OpenRoyalCourtView( 'characters' )]" + + # Looping glow when you have unhandled court events or first get your royal court + using = Animation_Glow_Pulse + + glow = { + glow_radius = 8 + using = Glow_Standard + using = Color_Bright_Yellow + visible = "[Or( And( Character.HasRoyalCourt, Not( LocalPlayerCachedData.HasEverOpenedRoyalCourt ) ), GreaterThan_int32( LocalPlayerCourtEvents.GetNumberCourtEvents, '(int32)0' ) )]" + } + + # Pulse when you get a new pending court event + state = { + name = "pending_court_event_start" + next = "pending_court_event_a" + position_x = 0 + duration = 0.2 + size = { 45 45 } + using = Animation_Curve_Default + trigger_when = "[GreaterThan_int32( Character.GetNumPendingCourtEvents, '(int32)0' )]" + + start_sound = { + soundeffect = "event:/DLC/EP1/SFX/UI/Notifications/royal_court_event_available" + } + } + + state = { + name = "pending_court_event_a" + next = "pending_court_event_b" + position_x = -30 + duration = 0.45 + size = { 85 85 } + using = Animation_Curve_Default + } + + state = { + name = "pending_court_event_b" + position_x = 0 + duration = 0.25 + size = { 45 45 } + bezier = { 0.43 0 0.2 2.2 } + } + + flowcontainer = { + position = { 0 6 } + parentanchor = bottom|hcenter + widgetanchor = center + direction = vertical + ignoreinvisible = yes + visible = "[Character.HasRoyalCourt]" + datacontext = "[GetPlayer]" + + widget_royal_court_notification = { + visible = "[And( GreaterThanOrEqualTo_int32( CourtGrandeurData.GetCurrentLevel, CourtGrandeurData.GetMinimumExpectedLevel ), Or( GreaterThan_int32( LocalPlayerNewArtifacts.GetNumNewArtifactsOfCategory( 'court' ), '(int32)0' ), Or( GreaterThan_int32( LocalPlayerCourtEvents.GetNumberCourtEvents, '(int32)0' ), GreaterThan_int32( Character.GetNumPendingCourtEvents, '(int32)0' ) ) ) )]" + } + + widget_below_cgv_expectations = { + visible = "[LessThan_int32( CourtGrandeurData.GetCurrentLevel, CourtGrandeurData.GetMinimumExpectedLevel )]" + } + } + } + } + } + } + } + + widget_stress_sounds = {} +} + +### Time Controls +icon = { + name = "timeline_widget" + visible = "[And( And( Not( IsPauseMenuShown ), TimelineWidget.ShouldBeVisible ), Not(GetVariableSystem.Exists('royal_court_screenshot_window')))]" + size = { 649 65 } + parentanchor = bottom|right + filter_mouse = all + alwaystransparent = yes + layer = top + allow_outside = yes + texture = "gfx/interface/skinned/hud_bg_gamespeed.dds" + + using = Animation_ShowHide_Quick + + widget = { + parentanchor = bottom|right + size = { 629 45 } + allow_outside = yes + + icon = { + parentanchor = top|right + position = { 5 -33} + texture = "gfx/interface/skinned/component_decoration/decoration_arch.dds" + size = { 30 30 } + } + + icon = { + visible = "[IsManuallyPaused]" + size = { 100% 100% } + texture = "gfx/interface/skinned/hud_pause_indicator.dds" + color = { 0.4 0.25 0.25 0.7 } + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + } + + icon = { + visible = "[IsPausedByEvent]" + size = { 100% 100% } + texture = "gfx/interface/skinned/hud_pause_indicator.dds" + color = { 0.3 0.3 0.3 0.7 } + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + } + + hotkeys_HUD = {} + + ### Extra Buttons + flowcontainer = { + name = "extra_buttons_menu" + visible = "[And( Not( IsPauseMenuShown ), GetVariableSystem.Exists( 'extra_buttons_expand' ))]" + visible_at_creation = no + parentanchor = bottom|right + widgetanchor = bottom|hcenter + position = { -570 -20 } + alwaystransparent = no + margin = { 40 40 } + direction = vertical + spacing = 3 + ignoreinvisible = yes + allow_outside = yes + + background = { + using = Background_Area_Dark + margin = { -25 -25 } + } + + state = { + name = _show + using = Animation_FadeIn_Quick + + position_y = -20 + } + + state = { + name = _hide + + using = Animation_FadeOut_Quick + position_y = 60 + } + + state = { + name = _mouse_hierarchy_leave + on_finish = "[GetVariableSystem.Clear( 'extra_buttons_expand' )]" + } + + button_standard = { + name = "find_character_button" + text = "FIND_CHARACTER" + onclick = "[ToggleGameView( 'character_finder' )]" + onclick = "[GetVariableSystem.Toggle( 'extra_buttons_expand' )]" + tooltip = "IM_TT_FIND_CHARACTER" + shortcut = "character_finder" + } + + button_standard = { + name = "find_title_button" + + onclick = "[ToggleGameView( 'find_title' )]" + onclick = "[GetVariableSystem.Toggle( 'extra_buttons_expand' )]" + + down = "[IsGameViewOpen('find_title')]" + shortcut = "find_title_shortcut" + + text = "FIND_TITLE" + tooltip = "IM_TT_FIND_TITLE" + } + + button_standard = { + name = "legacy_button" + text = "SHOW_LEGACY" + onclick = "[ToggleLegacy]" + down = "[IsGameViewOpen('succession_event')]" + onclick = "[GetVariableSystem.Toggle( 'extra_buttons_expand' )]" + tooltip = "IM_TT_SHOW_LEGACY" + } + + button_standard = { + name = "go_to_capital_button" + text = "GO_TO_CAPITAL" + onclick = "[OnGoToPlayerCapital]" + onclick = "[GetVariableSystem.Toggle( 'extra_buttons_expand' )]" + shortcut = "go_to_capital" + tooltip = "IM_TT_GO_TO_CAPITAL" + visible = "[GetPlayer.IsValid]" + } + } + + hbox = { + margin_left = 35 + allow_outside = yes + + hbox = { + margin_top = 12 + spacing = 3 + + button_dots = { + name = "button_hud_extra_buttons" + onclick = "[GetVariableSystem.Toggle( 'extra_buttons_expand' )]" + tooltip = MORE_POPOUT_TT + using = tooltip_ne + } + + button_menu = { + name = "pause_menu_button" + onclick = "[OnPauseMenu]" + tooltip = INGAME_MENU_TT + using = tooltip_ne + + tooltipwidget = { + using = TooltipWithFakeShortcut + blockoverride "shortcut_text" + { + text = FAKE_ESCAPE + } + } + } + + button_encyclopedia_small = { + name = "encyclopedia_button_extended_menu" + tooltip = "OPEN_ENCYCLOPEDIA" + onclick = "[ToggleEncyclopedia]" + shortcut = "encyclopedia" + using = tooltip_ne + } + } + + hbox = { + name = "tutorial_highlight_bottom_right_bar" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_right = 5 + margin_left = 15 + margin_top = 12 + allow_outside = yes + + ## Date + button_standard_hover = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + onclick = "[OnPause]" + + tooltip = "CURRENT_DATE_TOOLTIP" + using = tooltip_nw + tooltip_offset = { 0 10 } + + margin_widget = { + visible = "[Not(Or(IsPausedByEvent, IsManuallyPaused))]" + size = { 100% 100% } + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + Animation_HUD_daily_tick = { + visible = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)1')]" + size = { 100% 100% } + + blockoverride "duration" + { + duration = 30 + } + + blockoverride "alpha" + { + alpha = 0.3 + } + } + + Animation_HUD_daily_tick = { + visible = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)2')]" + size = { 100% 100% } + + blockoverride "duration" + { + duration = 15 + } + + blockoverride "alpha" + { + alpha = 0.25 + } + } + + Animation_HUD_daily_tick = { + visible = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)3')]" + size = { 100% 100% } + + blockoverride "duration" + { + duration = 7.5 + } + + blockoverride "alpha" + { + alpha = 0.2 + } + } + + Animation_HUD_daily_tick = { + visible = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)4')]" + size = { 100% 100% } + + blockoverride "duration" + { + duration = 3.75 + } + + blockoverride "alpha" + { + alpha = 0.15 + } + } + + Animation_HUD_daily_tick = { + visible = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)5')]" + size = { 100% 100% } + + blockoverride "duration" + { + duration = 1.9 + } + + blockoverride "alpha" + { + alpha = 0.15 + } + } + } + + hbox = { + margin = { 5 0 } + margin_bottom = 2 + + hbox = { + layoutpolicy_horizontal = expanding + margin_top = 2 + margin_right = 2 + + expand = {} + + text_single = { + name = "date_text_sp" + visible = "[Not(GameHasMultiplePlayers)]" + layoutpolicy_horizontal = expanding + + text = "CURRENT_DATE" + default_format = "#date" + autoresize = no + align = right|nobaseline + using = Font_Size_Medium + } + + text_single = { + name = "date_text_mp" + visible = "[GameHasMultiplePlayers]" + layoutpolicy_horizontal = expanding + + text = "CURRENT_DATE" + default_format = "#medium;glow_color:{0.1,0.1,0.1,1}" + autoresize = no + align = right|nobaseline + using = Font_Size_Medium + } + } + + container = { + name = "pause_play_icons" + + button_pause = { + visible = "[Not(Or(IsPausedByEvent, IsManuallyPaused))]" + alwaystransparent = yes + parentanchor = center + } + + button_play = { + visible = "[Or(IsPausedByEvent, IsManuallyPaused)]" + alwaystransparent = yes + parentanchor = center + } + } + } + } + + button_normal = { + shortcut = "decrease_speed" + shortcut = "decrease_speed_2" + shortcut = "decrease_speed_3" + onclick = "[OnDecreaseGameSpeed]" + } + + button_normal = { + shortcut = "increase_speed" + shortcut = "increase_speed_2" + shortcut = "increase_speed_3" + onclick = "[OnIncreaseGameSpeed]" + } + + hbox = { + layoutpolicy_vertical = expanding + margin_bottom = -6 + margin_top = -4 + allow_outside = yes + + icon = { + name = "speed_indicator" + layoutpolicy_vertical = expanding + size = { 170 0 } + framesize = { 200 30 } + texture = "gfx/interface/hud/speed_indicator.dds" + frame = "[GetCurrentGameSpeed]" + tooltip = "CURRENT_SPEED_TOOLTIP" + tooltip_offset = { 0 -170 } + alpha = 0.8 + + modify_texture = { + visible = "[IsPausedByEvent]" + texture = "gfx/interface/hud/speed_indicator_auto_pause.dds" + spritetype = corneredtiled + blend_mode = darken + texture_density = 2 + } + + modify_texture = { + visible = "[And(IsManuallyPaused, Not(IsPausedByEvent))]" + texture = "gfx/interface/hud/speed_indicator_pause.dds" + spritetype = corneredtiled + blend_mode = darken + texture_density = 2 + } + + modify_texture = { + visible = "[Not(Or(IsPausedByEvent, IsManuallyPaused))]" + texture = "gfx/interface/hud/speed_indicator_play.dds" + spritetype = corneredtiled + blend_mode = darken + texture_density = 2 + } + + button = { + visible = "[Not( GameHasMultiplePlayers )]" + onclick = "[OnPause]" + shortcut = "pause" + } + + icon = { + parentanchor = right|vcenter + position = { 10 0 } + size = { 15 90%} + texture = "gfx/interface/skinned/overlay_stone.dds" + color = { 0.32 0.32 0.32 1 } + } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/skinned/speed_indicator_frame.dds" + } + + hbox = { + margin_left = 6 + margin_right = 6 + + button = { + name = "speed_1" + shortcut = "speed_1" + layoutpolicy_horizontal = shrinking + layoutpolicy_vertical = expanding + size = { 34 18 } + + alwaystransparent = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)1')]" + onclick = "[SetGameSpeed('(int32)0')]" + tooltip = "CHANGE_SPEED_TOOLTIP_1" + using = tooltip_ne + + alpha = 0 + + state = { + name = _mouse_enter + alpha = 1 + duration = 0.1 + using = Animation_Curve_Default + } + + state = { + name = _mouse_leave + alpha = 0 + duration = 0.1 + using = Animation_Curve_Default + } + + margin_widget = { + size = { 100% 100% } + margin = { 0 7 } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/hud/speed_indicator_mouseover.dds" + } + } + } + + button = { + name = "speed_2" + shortcut = "speed_2" + layoutpolicy_horizontal = shrinking + layoutpolicy_vertical = expanding + size = { 34 18 } + + alwaystransparent = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)2')]" + onclick = "[SetGameSpeed('(int32)1')]" + tooltip = "CHANGE_SPEED_TOOLTIP_2" + using = tooltip_ne + + alpha = 0 + + state = { + name = _mouse_enter + alpha = 1 + duration = 0.1 + using = Animation_Curve_Default + } + + state = { + name = _mouse_leave + alpha = 0 + duration = 0.1 + using = Animation_Curve_Default + } + + margin_widget = { + size = { 100% 100% } + margin = { 0 7 } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/hud/speed_indicator_mouseover.dds" + } + } + } + + button = { + name = "speed_3" + shortcut = "speed_3" + layoutpolicy_horizontal = shrinking + layoutpolicy_vertical = expanding + size = { 34 18 } + + alwaystransparent = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)3')]" + onclick = "[SetGameSpeed('(int32)2')]" + tooltip = "CHANGE_SPEED_TOOLTIP_3" + using = tooltip_ne + + alpha = 0 + + state = { + name = _mouse_enter + alpha = 1 + duration = 0.1 + using = Animation_Curve_Default + } + + state = { + name = _mouse_leave + alpha = 0 + duration = 0.1 + using = Animation_Curve_Default + } + + margin_widget = { + size = { 100% 100% } + margin = { 0 7 } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/hud/speed_indicator_mouseover.dds" + } + } + } + + button = { + name = "speed_4" + shortcut = "speed_4" + layoutpolicy_horizontal = shrinking + layoutpolicy_vertical = expanding + size = { 34 18 } + + alwaystransparent = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)4')]" + onclick = "[SetGameSpeed('(int32)3')]" + tooltip = "CHANGE_SPEED_TOOLTIP_4" + using = tooltip_ne + + alpha = 0 + + state = { + name = _mouse_enter + alpha = 1 + duration = 0.1 + using = Animation_Curve_Default + } + + state = { + name = _mouse_leave + alpha = 0 + duration = 0.1 + using = Animation_Curve_Default + } + + margin_widget = { + size = { 100% 100% } + margin = { 0 7 } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/hud/speed_indicator_mouseover.dds" + } + } + } + + button = { + name = "speed_5" + shortcut = "speed_5" + layoutpolicy_horizontal = shrinking + layoutpolicy_vertical = expanding + size = { 34 18 } + + alwaystransparent = "[EqualTo_int32(GetCurrentGameSpeed, '(int32)5')]" + onclick = "[SetGameSpeed('(int32)4')]" + tooltip = "CHANGE_SPEED_TOOLTIP_5" + using = tooltip_ne + + alpha = 0 + + state = { + name = _mouse_enter + alpha = 1 + duration = 0.1 + using = Animation_Curve_Default + } + + state = { + name = _mouse_leave + alpha = 0 + duration = 0.1 + using = Animation_Curve_Default + } + + margin_widget = { + size = { 100% 100% } + margin = { 0 7 } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/hud/speed_indicator_mouseover.dds" + } + } + } + } + } + } + } + + # Just the hotkeys for increase/decrease speed + container = { + name = "speed_hotkeys" + + button = { + name = "increase_speed" + size = { 0 0 } + + shortcut = "increase_speed" + shortcut = "increase_speed_2" + shortcut = "increase_speed_3" + onclick = "[OnIncreaseGameSpeed]" + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_pointer_over" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_increment" + } + + button = { + name = "decrease_speed" + size = { 0 0 } + + shortcut = "decrease_speed" + shortcut = "decrease_speed_2" + shortcut = "decrease_speed_3" + onclick = "[OnDecreaseGameSpeed]" + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_pointer_over" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_decrement" + } + } + + widget_gamespeed_sounds = {} + } + } +} + +### Bottom Left +widget = { + name = "bottom_bar" + visible = "[And( Not( IsPauseMenuShown ), IsDefaultGUIMode )]" + size = { 100% 100% } + layer = bottom + datacontext = "[GetPlayer]" + + using = Animation_ShowHide_Quick + + icon = { + visible = "[And(GetPlayer.IsValid, Not(GetVariableSystem.Exists( 'hide_bottom_left_HUD')))]" + parentanchor = bottom|left + size = { 462 64 } + texture = "gfx/interface/skinned/hud_bg_character_bar.dds" + spritetype = corneredtiled + spriteborder_left = 70 + spriteborder_right = 240 + texture_density = 2 + + state = { + name = _show + using = Animation_Curve_Default + duration = 0.21 + + position = { 0 0 } + alpha = 1 + } + + state = { + name = _hide + using = Animation_Curve_Default + duration = 0.21 + + position = { -36 50 } + alpha = 0 + } + } + + ### BOTTOM LEFT CHARACTER PORTRAIT + container = { + datacontext = "[GetPlayer]" + visible = "[And(GetPlayer.IsValid, Not(GetVariableSystem.Exists( 'hide_bottom_left_HUD')))]" + visible_at_creation = no + parentanchor = bottom|left + + + state = { + name = _show + using = Animation_Curve_Default + duration = 0.15 + + position = { 0 0 } + alpha = 1 + } + + state = { + name = _hide + using = Animation_Curve_Default + duration = 0.15 + + position = { 0 50 } + alpha = 0 + } + + portrait_hud = { + parentanchor = center + position = { -40 0 } + } + + icon = { + texture = "gfx/interface/hud/bottom_left_portrait_fade.dds" + parentanchor = bottom|left + color = { 0.12 0.12 0.12 1 } + } + + icon = { + texture = "gfx/interface/hud/bottom_left_portrait_fade.dds" + parentanchor = bottom|left + color = { 0.15 0.15 0.15 0.3 } + } + } + + ## Bottom left CoA + coa_realm_medium_crown = { + visible = "[And(And(IsDefaultGUIMode, GetPlayer.IsRuler), Not(GetVariableSystem.Exists( 'hide_bottom_left_HUD'))))]" + visible_at_creation = no + parentanchor = bottom|left + + state = { + name = _show + using = Animation_Curve_Default + duration = 0.25 + + position = { 0 4 } + alpha = 1 + } + + state = { + name = _hide + using = Animation_Curve_Default + duration = 0.25 + + position = { 0 50 } + alpha = 0 + } + + blockoverride "coa_button" + { + tooltip = "[GetPlayer.GetDefaultRealmFlagTooltipPrimaryTitleClickInfo]" + onclick = "[DefaultOnCoatOfArmsClick(GetPlayer.GetPrimaryTitle.GetID)]" + } + } + + ### Lifestyle + flowcontainer = { + name = "bottom_left_bar" + visible = "[And( Not( IsPauseMenuShown ), And(And(IsDefaultGUIMode, GetPlayer.IsValid), Not(GetVariableSystem.Exists( 'hide_bottom_left_HUD')))))]" + parentanchor = bottom|left + position = { 66 0 } + ignoreinvisible = yes + alwaystransparent = no + + state = { + name = _show + using = Animation_Curve_Default + duration = 0.21 + + position = { 66 0 } + alpha = 1 + } + + state = { + name = _hide + using = Animation_Curve_Default + duration = 0.21 + + position = { 30 50 } + alpha = 0 + } + + spacer = { + size = { 4 0 } + } + + + flowcontainer = { + ignoreinvisible = yes + margin_bottom = 5 + + button_normal = { + name = "lifestyle_button" + visible = "[GetPlayer.IsAdult]" + + tooltip = "PLAYER_LIFESTYLE_TOOLTIP" + using = tooltip_ne + + onclick = "[OpenLifestyleView( GetPlayer )]" + size = { 55 55 } + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + icon = { + name = "progress_frame" + texture = "gfx/interface/progressbars/action_progress_frame.dds" + size = { 100% 100% } + alpha = 0.5 + } + + highlight_icon_lifestyle_focus = { + name = "tutorial_highlight_lifestyle_HUD_button" + texture = "[GetPlayer.GetFocus.GetIcon]" + alwaystransparent = yes + size = { 100% 100% } + + modify_texture = { + texture = "gfx/interface/icons/focuses/hud_icon_mask.dds" + blend_mode = alphamultiply + } + } + + icon = { + visible = "[Or(GetPlayer.CanPlayerChangeMyFocus, Not( GetPlayer.GetLifestyle.IsValid ))]" + size = { 100% 100% } + alwaystransparent = yes + texture = "[GetPlayer.GetFocus.GetIcon]" + + modify_texture = { + texture = "gfx/interface/icons/focuses/hud_icon_mask.dds" + blend_mode = alphamultiply + } + + modify_texture = { + texture = "gfx/interface/colors/gold.dds" + blend_mode = add + + } + + modify_texture = { + texture = "gfx/interface/colors/red.dds" + blend_mode = colordodge + } + + state = { + name = a + next = b + alpha = 0 + trigger_on_create = yes + duration = 1.2 + using = Animation_Curve_Default + } + + state = { + name = b + next = a + alpha = 0.8 + duration = 0.6 + using = Animation_Curve_Default + } + } + + progresspie = { + name = "progress" + size = { 55 55 } + texture = "gfx/interface/progressbars/action_progress_thin.dds" + framesize = { 124 124 } + frame = 2 + value = "[GetPlayer.GetLifestyleExperienceProgress( GetPlayer.GetLifestyle.Self )]" + min = 0 + max = 1 + } + + button_round = { + datacontext = "[GetPlayer]" + visible = "[And(GreaterThan_int32( Character.GetTotalPerkPoints, '(int32)0' ), Character.IsLocalPlayer)]" + parentanchor = bottom|right + position = { 7 3 } + size = { 28 28 } + framesize = { 82 82 } + upframe = 1 + uphoverframe = 1 + uppressedframe = 1 + alwaystransparent = yes + + text_single = { + parentanchor = center + datacontext = "[GetPlayer]" + text = "[Character.GetTotalPerkPoints]" + default_format = "#high" + max_width = 180 + align = nobaseline + + # animation_attention = { + # visible = "[GreaterThan_int32( GetPlayer.GetTotalPerkPoints, '(int32)0' )]" + # } + } + } + + animation_sonar = { + texture = "gfx/interface/component_effects/effect_sonar_ring.dds" + visible = "[GreaterThan_int32( GetPlayer.GetTotalPerkPoints, '(int32)0' )]" + } + } + + button_normal = { + name = "education_button" + visible = "[Not(GetPlayer.IsAdult)]" + + tooltip = "PLAYER_EDUCATION_FOCUS_TOOLTIP" + using = tooltip_ne + + onclick = "[OpenEducationFocusView( GetPlayer )]" + size = { 55 55 } + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + highlight_icon_lifestyle_focus = { + texture = "[GetPlayer.GetFocus.GetIcon]" + onclick = "[OpenEducationFocusView( GetPlayer )]" + size = { 100% 100% } + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + framesize = { 140 140 } + + modify_texture = { + texture = "gfx/interface/icons/focuses/hud_icon_mask.dds" + blend_mode = alphamultiply + } + } + } + + button_open_inventory = { + name = "open_inventory_tutorial_uses_this" + size = { 55 55 } + + datacontext = "[GetPlayer]" + + blockoverride "highlight_icon_size" + { + size = { 40 40 } + } + + widget_new_artifacts = { + size = { 15 15 } + parentanchor = bottom|right + + visible = "[Or( GreaterThan_int32( LocalPlayerNewArtifacts.GetNumNewArtifactsOfCategory( 'inventory' ), '(int32)0' ), And( Not( GetPlayer.HasRoyalCourt ), GreaterThan_int32( LocalPlayerNewArtifacts.GetNumNewArtifactsOfCategory( 'court' ), '(int32)0' ) ) )]" + } + } + } + + spacer = { + size = { 6 0 } + } + + widget = { + name = "stress_widget" + size = { 110 55 } + + widget = { + parentanchor = center + size = { 180 108 } + + tooltip = "PLAYER_STRESS_TOOLTIP" + using = tooltip_ne + + widget = { + name = "progressbar" + parentanchor = center + widgetanchor = left|vcenter + position = { -13 0 } + size = { 60 20 } + + background = { + texture = "gfx/interface/colors/white.dds" + color = { 0.1 0.1 0.1 0.8 } + } + + icon = { + visible = "[EqualTo_int32(GetPlayer.GetStressLevel, '(int32)2')]" + size = { 100% 100% } + texture = "gfx/interface/colors/white.dds" + color = { 1 0.1 0.1 0.2 } + + using = Animation_ShowHide_Standard + + state = { + name = a + next = b + trigger_on_create = yes + + using = Animation_Curve_Default + duration = 0.8 + alpha = 0 + } + + state = { + name = b + next = a + + using = Animation_Curve_Default + duration = 1.5 + alpha = 1 + } + } + + hbox = { + widget = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + layoutstretchfactor_horizontal = "[GetProgressBarValueMaxScaled( GetPlayer.GetStressProgress, '(float)100', '(int32)60' )]" + + progressbar_hud_stress = { + visible = "[GreaterThanOrEqualTo_int32(GetPlayer.GetStressLevel, '(int32)3')]" + size = { 100% 100% } + + using = Animation_ShowHide_Standard + + blockoverride "bar_color" + { + texture = "gfx/interface/colors/red.dds" + } + + blockoverride "bar_color_flow" + { + texture = "gfx/interface/colors/gold.dds" + alpha = 0.7 + } + } + + progressbar_hud_stress = { + visible = "[EqualTo_int32(GetPlayer.GetStressLevel, '(int32)2')]" + size = { 100% 100% } + + using = Animation_ShowHide_Standard + + blockoverride "bar_color" + { + texture = "gfx/interface/colors/orange.dds" + } + + blockoverride "bar_color_flow" + { + texture = "gfx/interface/colors/white.dds" + alpha = 0.3 + } + } + + progressbar_hud_stress = { + visible = "[EqualTo_int32(GetPlayer.GetStressLevel, '(int32)1')]" + size = { 100% 100% } + + using = Animation_ShowHide_Standard + + blockoverride "bar_color" + { + texture = "gfx/interface/colors/gold_darker.dds" + } + + blockoverride "bar_color_flow" + { + texture = "gfx/interface/colors/white.dds" + alpha = 0.3 + } + } + + progressbar_hud_stress = { + visible = "[EqualTo_int32(GetPlayer.GetStressLevel, '(int32)0')]" + size = { 100% 100% } + + using = Animation_ShowHide_Standard + + blockoverride "bar_color" + { + texture = "gfx/interface/colors/blue.dds" + } + + blockoverride "bar_color_flow" + { + texture = "gfx/interface/colors/white.dds" + alpha = 0.3 + } + } + } + + widget = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + layoutstretchfactor_horizontal = "[GetProgressBarValueMaxOtherScaled( GetPlayer.GetStressProgress, '(float)100', '(int32)60' )]" + } + } + } + + widget = { + size = { 100% 100% } + + progressbar_hud_stress_glow = { + texture = "gfx/interface/hud/hud_stress_glow_red.dds" + + blockoverride "animation_trigger_1" + { + name = "stress_level_increase" + } + + blockoverride "animation_trigger_2" + { + name = "stress_increase" + } + } + + progressbar_hud_stress_glow = { + texture = "gfx/interface/hud/hud_stress_glow_blue.dds" + + blockoverride "animation_trigger_1" { + name = "stress_level_decrease" + } + + blockoverride "animation_trigger_2" + { + name = "stress_decrease" + } + } + + progressbar_hud_stress_glow = { + visible = "[EqualTo_int32(GetPlayer.GetStressLevel, '(int32)3')]" + texture = "gfx/interface/hud/hud_stress_glow_red.dds" + + blockoverride "animation_trigger_1" { + name = "lvl3_fire" + trigger_on_create = yes + } + + blockoverride "animation_trigger_2" {} + blockoverride "lvl_3" {} + } + + icon = { + parentanchor = center + position = { -30 0 } + size = { 30 30 } + texture = "gfx/interface/colors/white.dds" + using = Color_Red + + + modify_texture = { + name = "mask_1" + texture = "gfx/interface/component_masks/mask_glow.dds" + blend_mode = alphamultiply + rotate_uv = 1 + } + + modify_texture = { + name = "mask_2" + texture = "gfx/interface/component_masks/mask_glow.dds" + blend_mode = alphamultiply + rotate_uv = -1 + } + + modify_texture = { + name = "mask_3" + texture = "gfx/interface/component_masks/mask_clouds.dds" + blend_mode = alphamultiply + alpha = 0.1 + } + + modify_texture = { + name = "mask_4" + texture = "gfx/interface/component_masks/mask_circle.dds" + blend_mode = mask + } + + modify_texture = { + name = "mask_3" + texture = "gfx/interface/colors/gold.dds" + blend_mode = add + } + + state = { + name = "stress_level_increase" + next = b + + using = Animation_Curve_Default + scale = 1 + alpha = 0 + } + + state = { + name = b + next = c + + duration = 0.6 + bezier = { 0.5 0 1 0.5 } + + scale = 5 + alpha = 0.7 + } + + state = { + name = c + duration = 0.3 + alpha = 0 + scale = 6 + } + + state = { + name = rotate_a + next = rotate_b + trigger_on_create = yes + + modify_texture = { + name = "mask_1" + rotate_uv = 1 + } + } + + state = { + name = rotate_a + next = rotate_b + + duration = 1 + + modify_texture = { + name = "mask_1" + rotate_uv = 180 + } + } + + state = { + name = rotate_a_2 + next = rotate_b_2 + trigger_on_create = yes + + modify_texture = { + name = "mask_2" + rotate_uv = -1 + } + } + + state = { + name = rotate_a_2 + next = rotate_b_2 + + duration = 1 + + modify_texture = { + name = "mask_2" + rotate_uv = -180 + } + } + + state = { + name = rotate_a_3 + next = rotate_b_3 + trigger_on_create = yes + + modify_texture = { + name = "mask_3" + rotate_uv = 0 + alpha = 0.1 + } + } + + state = { + name = rotate_a_3 + next = rotate_b_3 + + duration = 1 + + modify_texture = { + name = "mask_3" + rotate_uv = 40 + alpha = 0.8 + } + } + } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/skinned/hud_stress_bg.dds" + + icon = { + parentanchor = vcenter + position = { 41 0 } + size = { 35 35 } + + texture = "gfx/interface/icons/stress/icon_stress_level.dds" + framesize = { 70 70 } + frame = "[IntToFrameIndex( GetPlayer.GetStressLevel )]" + + modify_texture = { + visible = "[GreaterThanOrEqualTo_int32(GetPlayer.GetStressLevel, '(int32)2')]" + name = "lvl3_glow" + texture = "gfx/interface/colors/gold.dds" + blend_mode = colordodge + alpha = 0 + } + + modify_texture = { + name = "lvl_increase" + texture = "gfx/interface/colors/gold.dds" + blend_mode = colordodge + alpha = 0 + } + + state = { + name = a + next = b + duration = 0.6 + trigger_on_create = yes + using = Animation_Curve_Default + + modify_texture = { + name = "lvl3_glow" + alpha = 0.3 + } + } + + state = { + name = b + next = a + duration = 1.5 + using = Animation_Curve_Default + + modify_texture = { + name = "lvl3_glow" + alpha = 0 + } + } + + state = { + name = "stress_level_increase" + next = "stress_level_increase_2" + + modify_texture = { + name = "lvl_increase" + alpha = 0 + } + } + + state = { + name = "stress_level_increase_2" + next = "stress_level_increase_3" + duration = 0.4 + bezier = { 0.5 0 1 0.5 } + + modify_texture = { + name = "lvl_increase" + alpha = 0.7 + } + } + + state = { + name = "stress_level_increase_3" + duration = 0.5 + bezier = { 0 0.5 0.5 1 } + + modify_texture = { + name = "lvl_increase" + alpha = 0 + } + } + } + } + } + } + } + + spacer = { + size = { 9 0 } + } + + flowcontainer = { + parentanchor = bottom + + button_hud_character_bar = { + name = "house_button" + datacontext = "[GetPlayer.GetHouse]" + onclick = "[DefaultOnHouseCoatOfArmsClick(DynastyHouse.GetID)]" + parentanchor = bottom + + using = tooltip_ne + + tooltipwidget = { + using = dynasty_house_tooltip + } + + coa_house_tiny = { + parentanchor = center + position = { 0 7 } + using = tooltip_ne + scale = 0.92 + + blockoverride "coa_button" + { + alwaystransparent = yes + } + + blockoverride "coa_tooltip" + {} + } + } + + button_hud_character_bar = { + name = "faith_button" + datacontext = "[GetPlayer.GetFaith]" + parentanchor = bottom + + onclick = "[DefaultOnFaithClick(GetPlayer.GetFaith.GetID)]" + + tooltipwidget = { + faith_tooltip_click = {} + } + + highlight_icon = { + texture = "[Faith.GetIcon]" + size = { 40 40 } + position = { 0 4 } + parentanchor = center + + glow = { + color = { 0 0 0 0.8 } + glow_radius = 3 + using = Glow_Standard + } + } + } + + button_hud_character_bar = { + name = "player_culture_button_tutorial_uses_this" + datacontext = "[GetPlayer.GetCulture]" + parentanchor = bottom + onclick = "[DefaultOnCultureClick(Culture.GetID)]" + + tooltipwidget = { + culture_tooltip_click = {} + } + + highlight_icon = { + parentanchor = center + position = { 0 5} + size = { 40 40 } + texture = "gfx/interface/icons/icon_culture.dds" + + glow = { + color = { 0 0 0 0.8 } + glow_radius = 3 + using = Glow_Standard + } + } + } + } + + widget_stress_sounds = {} + } + + ###################################################### + ######### MAPMODES AND WARS AND INSPIRATIONS ######### + ###################################################### + + map_modes_debug = { + visible = "[And( InDebugMode, And(IsDefaultGUIMode, Not(IsRightWindowOpen)))]" + parentanchor = bottom|right + position = { 0 -220 } + + filter_mouse = all + alwaystransparent = no + scale = 0.9 + } + + widget = { # Inspiration Details + visible = "[And( InGameBottomBar.HasSelectedInspiration, And( IsDefaultGUIMode, Not( IsRightWindowOpen ) ) )]" + visible_at_creation = no + datacontext = "[InGameBottomBar.GetSelectedInspiration]" + datacontext = "[Inspiration.GetOwner]" + + parentanchor = bottom|right + position = { -200 -150 } + using = Window_Background_Subwindow + + alwaystransparent = no + filter_mouse = all + + state = { + name = _show + using = Animation_FadeIn_Quick + using = Sound_WindowShow_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Quick + using = Sound_WindowHide_Standard + } + + vbox = { + name = "selected_inspiration" + set_parent_size_to_minimum = yes + margin = { 4 4 } + margin_bottom = 20 + spacing = 5 + + vbox = { + layoutpolicy_horizontal = expanding + + header_pattern = { + layoutpolicy_horizontal = expanding + + blockoverride "header_text" + { + text = "SELECTED_INSPIRATION_HEADER" + } + + blockoverride "button_close" + { + onclick = "[InGameBottomBar.ClearSelectedInspiration]" + } + + blockoverride "button_back" + { + visible = no + } + } + } + + hbox = { + name = "selected_inspiration_data" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_left = 20 + + + background = { + using = Background_Area + layoutpolicy_horizontal = expanding + margin_top = 14 + } + + portrait_shoulders = { + name = "inspiration_owner_portrait" + + blockoverride "inspiration_status_icons" + { + } + } + + vbox = { + name = "text" + layoutpolicy_horizontal = expanding + margin_left = 10 + margin_bottom = 10 + margin_top = -14 + + text_multi = { + name = "inspiration_text" + min_width = 300 + max_width = 300 + autoresize = yes + text = "SELECTED_INSPIRATION_TEXT" + margin_right = 10 + margin_top = 4 + } + + spacer = { + size = { 0 6 } + } + + hbox = { + name = "recuirt_owner" + layoutpolicy_horizontal = expanding + spacing = 5 + + text_single = { + text = "[Character.GetRelationToString( GetPlayer )]" + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + } + + button_recruit_character = {} + + warning_icon = { + name = "wants_to_leave" + visible = "[And( Character.CourtierWantsToLeaveCourt, Not( Character.IsImprisoned))]" + size = { 20 20 } + tooltip = "[Character.GetCourtierLeaveDescription]" + } + + expand = {} + } + + text_single = { + name = "gold_invested" + text = INSPIRATION_INVESTED_GOLD + layoutpolicy_horizontal = expanding + visible = "[Inspiration.GetSponsor.IsLocalPlayer]" + } + } + } + + + hbox = { + layoutpolicy_horizontal = expanding + margin_top = 4 + + button_primary = { + name = "sponsor_inspiration" + text = START_SPONSOR_INSPIRATION + visible = "[Not( Inspiration.GetSponsor.IsValid )]" + + enabled = "[Character.IsPlayerInteractionValid( 'fund_inspiration_interaction' )]" + onclick = "[Character.OpenPlayerInteraction( 'fund_inspiration_interaction' )]" + tooltip = "[Character.GetPlayerInteractionTooltip( 'fund_inspiration_interaction' )]" + } + } + + vbox = { + name = "inspiration_progress" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_bottom = -8 + margin_top = -10 + spacing = 5 + + visible = "[Inspiration.GetSponsor.IsValid]" + + text_single = { + text = INSPIRATION_IN_PROGRESS + } + + progressbar_segmented = { + name = "progress_bar" + tooltip = "INSPIRATION_ITEM_PROGRESS_TOOLTIP" + datamodel = "[GetSegmentedProgressBar( GetDefine( 'NInspiration', 'MAX_PROGRESS' ), GetDefine( 'NScheme', 'PROGRESS_FRAMES' ), Inspiration.GetProgress, Inspiration.GetProgressChance )]" + } + + text_single = { + text = INSPIRATION_ESTIMATED_REMAINING + tooltip = INSPIRATION_ESTIMATED_TIME_TOOLTIP + } + + expand = { + layoutpolicy_vertical = expanding + } + } + } + } + + ### WARS SCHEMES AND MAPMODES AND INSPIRATIONS + flowcontainer = { + visible = "[And(IsDefaultGUIMode, Not(IsRightWindowOpen))]" + parentanchor = bottom|right + widgetanchor = top|right + position = { 0 -155 } + alwaystransparent = yes + ignoreinvisible = yes + filter_mouse = all + allow_outside = yes + spacing = 30 + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Quick + } + + ## Wars + flowcontainer = { + name = "wars_and_schemes" + ignoreinvisible = yes + margin_top = 35 + + flowcontainer = { + name = "player_inspirations" + datamodel = "[GetPlayer.GetSponsoredInspirations]" + parentanchor = vcenter + spacing = 5 + margin = { 5 0 } + allow_outside = yes + + item = { + button_normal = { + datacontext = "[Inspiration.GetOwner]" + size = { 60 60 } + tooltip = "TT_INSPIRATION_WIDGET" + using = tooltip_above + onclick = "[InGameBottomBar.ToggleSelectedInspiration( Inspiration.Self )]" + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + icon = { + visible = "[ObjectsEqual( InGameBottomBar.GetSelectedInspiration, Inspiration.Self )]" + texture = "gfx/interface/buttons/button_lifestyles_active_frame.dds" + size = { 100% 100% } + } + + icon = { + name = "progress_frame" + texture = "gfx/interface/progressbars/action_progress_frame.dds" + size = { 100% 100% } + parentanchor = center + alpha = 0.5 + } + + progresspie = { + name = "progress" + visible = "[And( Inspiration.GetSponsor.IsValid, Not( Inspiration.IsComplete ) )]" + + size = { 60 60 } + texture = "gfx/interface/progressbars/action_progress_thin.dds" + framesize = { 124 124 } + frame = 2 + + widgetanchor = top|hcenter + parentanchor = top|hcenter + + min = 0 + max = 100 + + value = "[Select_float( GreaterThan_int32( Inspiration.GetProgress, '(int32)0' ), CurrentAndMaxToProgressbarValueInt32( Inspiration.GetProgress, GetDefine( 'NInspiration', 'MAX_PROGRESS' ) ), '(float)2' )]" + } + + highlight_icon = { + texture = "[Inspiration.GetType.GetIcon]" + alwaystransparent = yes + size = { 45 45 } + position = { 1 1 } + parentanchor = center + } + } + } + } + + flowcontainer = { + name = "player_schemes" + datamodel = "[InGameBottomBar.GetSchemes]" + parentanchor = vcenter + spacing = 5 + margin = { 5 0 } + + item = { + button_normal = { + name = "tutorial_highlight_lifestyle_HUD_button" + onclick = "[BottomBarSchemeItem.OnClick]" + datacontext = "[BottomBarSchemeItem.GetScheme]" + tooltip = "BOTTOMBAR_SCHEME_TOOLTIP" + size = { 60 60 } + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + icon = { + name = "progress_frame" + texture = "gfx/interface/progressbars/action_progress_frame.dds" + size = { 100% 100% } + parentanchor = center + alpha = 0.5 + } + + progresspie = { + name = "progress" + size = { 60 60 } + texture = "gfx/interface/progressbars/action_progress_thin.dds" + framesize = { 124 124 } + frame = 2 + widgetanchor = top|hcenter + parentanchor = top|hcenter + value = "[Scheme.GetProgressBar]" + min = 0 + max = 1 + } + + highlight_icon = { + texture = "[Scheme.GetSchemeType.GetIcon]" + alwaystransparent = yes + size = { 45 45 } + parentanchor = center + } + } + } + } + + button_raise_disband_armies = { + name = "tutorial_highlight_raise_troops" + visible = "[And( Character.IsAtWar, Not(Character.HasRaisedRegiments)))]" + visible_at_creation = no + + enabled = "[PlayerCanRaiseAnyRallyPoint]" + onclick = "[PlayerRaiseAllRegiments]" + clicksound = "event:/SFX/UI/Unit/Army/sfx_ui_raise_army" + + onclick = "[PdxGuiTriggerAllAnimations('button_army')]" + + tooltip = "[GetPlayerRaiseAllTooltip]" + + animation_aggressive = {} + } + + button_raise_disband_armies = { + visible = "[PlayerShouldDisbandAll]" + visible_at_creation = no + + onclick = "[PlayerDisbandAll]" + enabled = "[PlayerCanDisbandAll]" + clicksound = "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_disband" + + blockoverride "text" { + text = "DISBAND_ALL" + } + + tooltip = "[GetDisbandAllTooltip]" + } + + spacer = { + datacontext = "[GetPlayer]" + visible = "[Or(And(Character.IsAtWar, Not(Character.HasRaisedRegiments)), PlayerShouldDisbandAll)]" + + size = { 5 20 } + } + + flowcontainer = { + name = "wars" + parentanchor = vcenter + ignoreinvisible = yes + + flowcontainer = { + name = "great_holy_wars" + parentanchor = vcenter + ignoreinvisible = yes + + flowcontainer = { + datamodel = "[GetPlayer.GetFaith.GetDefensiveGreatHolyWars]" + ignoreinvisible = yes + parentanchor = vcenter + + item = { + button_ghw_banner = { + name = "defensive_ghw" + parentanchor = vcenter + + blockoverride "ghw_tooltip" + { + tooltip = "GHW_OPEN_TOOLTIP_DEFENDER" + using = tooltip_ne + } + } + } + } + + button_ghw_banner = { + name = "player_faith_ghw" + datacontext = "[GetPlayer.GetFaith.GetGreatHolyWar]" + visible = "[GetPlayer.GetFaith.HasOffensiveGreatHolyWar]" + visible_at_creation = no + parentanchor = vcenter + + blockoverride "ghw_tooltip" + { + tooltip = "GHW_OPEN_TOOLTIP_ATTACKER" + using = tooltip_ne + } + } + } + + flowcontainer = { + name = "raids_on_me" + datamodel = "[GetPlayer.GetHostileRaiders]" + parentanchor = vcenter + + item = { + button_raid_banner = { + parentanchor = vcenter + tooltip = "RAID_ON_ME_TOOLTIP" + } + } + } + + flowcontainer = { + name = "raids_by_me" + datamodel = "[GetPlayer.GetRaidTargets]" + parentanchor = vcenter + + item = { + button_raid_banner = { + parentanchor = vcenter + tooltip = "RAID_BY_ME_TOOLTIP" + } + } + } + + flowcontainer = { + name = "regular_wars" + datamodel = "[InGameBottomBar.GetWarItems]" + ignoreinvisible = yes + + item = { + button_war_banner = {} + } + } + } + + flowcontainer = { + name = "involved_struggles" + datamodel = "[GetPlayer.GetInvolvedStruggles]" + parentanchor = vcenter + ignoreinvisible = yes + + item = { + button_struggle_banner = { + blockoverride "texture" { + texture = "gfx/interface/icons/struggle_banners/involved_banner.dds" + } + } + } + } + + flowcontainer = { + name = "interloper_struggles" + datamodel = "[GetPlayer.GetInterloperStruggles]" + parentanchor = vcenter + ignoreinvisible = yes + + item = { + button_struggle_banner = {} + } + } + + + } + ## Map Modes + map_modes = { + filter_mouse = all + alwaystransparent = no + } + } +} + +###################################################### +############# MESSAGES AND NOTIFICATIONS ############# +###################################################### + +### Message Feed +notifications_message_feed = { + position = { -10 -135 } + layer = bottom +} + +### Toasts +notifications_toasts = { + widgetanchor = center + parentanchor = top|hcenter + position = { 0 165 } + layer = middle +} + +### Suggestions / Current Situation +notifications_suggestions = { + layer = hud_layer + + attachto = { + widgetid = "suggestions_placer" + inherit_visibility = hidden + } +} + +###################################################### +################ TYPES AND TEMPLATES ################# +###################################################### + + +types HUD +{ + type Animation_HUD_daily_tick = widget { + using = Animation_ShowHide_Quick + + icon = { + size = { 100% 100% } + texture = "gfx/interface/colors/white.dds" + shaderfile = "gfx/FX/pdxgui_repeat_texture.shader" + color = { 0.63 0.59 0.68 1 } + + block "alpha" + { + alpha = 0.5 + } + + modify_texture = { + name = "pattern" + texture = "gfx/interface/component_masks/mask_clouds.dds" + spriteType = corneredtiled + blend_mode = alphamultiply + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal_middle_thick.dds" + blend_mode = alphamultiply + } + + state = { + name = a + next = b + duration = 0 + trigger_on_create = yes + + modify_texture = { + name = "pattern" + translate_uv = { 0 0 } + } + } + + state = { + name = b + next = a + block "duration" + { + duration = 2 + } + + modify_texture = { + name = "pattern" + translate_uv = { -1 0 } + } + } + } + } + + type progressbar_hud_stress_glow = icon { + size = { 100% 100% } + + block "lvl_3" + { + alpha = 0 + } + + shaderfile = "gfx/FX/pdxgui_repeat_texture.shader" + + modify_texture = { + name = "clouds" + texture = "gfx/interface/component_masks/mask_clouds.dds" + blend_mode = alphamultiply + spriteType = corneredtiled + texture_density = 3 + } + + state = { + name = mask_a + next = mask_b + trigger_on_create = yes + + modify_texture = { + name = "clouds" + translate_uv = { 0 -1 } + } + } + + state = { + name = mask_b + next = mask_a + duration = 8 + + modify_texture = { + name = "clouds" + translate_uv = { 0 1 } + } + } + + state = { + block "animation_trigger_1" + { + name = "stress_level_increase" + } + next = "fade_out" + + duration = 0.2 + delay = 0.3 + bezier = { 0.5 0 1 0.5 } + alpha = 1 + } + + block "lvl_3" { + state = { + block "animation_trigger_2" + { + name = "stress_increase" + } + next = "fade_out" + + duration = 0.2 + delay = 0.3 + bezier = { 0.5 0 1 0.5 } + alpha = 1 + } + + state = { + name = "fade_out" + + duration = 1.5 + bezier = { 0 0.5 0.5 1 } + alpha = 0 + } + } + } + + type progressbar_hud_stress = icon { + shaderfile = "gfx/FX/pdxgui_repeat_texture.shader" + alpha = 0.8 + + block "bar_color" + { + # texture = "gfx/interface/colors/red.dds" + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + spriteType = Corneredtiled + spriteborder = { 20 20 } + blend_mode = alphamultiply + texture_density = 5 + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal.dds" + blend_mode = alphamultiply + alpha = 0.3 + } + + modify_texture = { + texture = "gfx/interface/component_masks/mask_scratches.dds" + blend_mode = alphamultiply + spriteType = corneredtiled + alpha = 0.3 + texture_density = 3 + } + + modify_texture = { + name = "flash" + texture = "gfx/interface/colors/white.dds" + blend_mode = colordodge + alpha = 0 + } + + modify_texture = { + visible = "[GreaterThanOrEqualTo_int32(GetPlayer.GetStressLevel, '(int32)2')]" + name = "lvl3_glow" + texture = "gfx/interface/colors/gold.dds" + blend_mode = colordodge + alpha = 0 + } + + modify_texture = { + name = "clouds" + texture = "gfx/interface/component_masks/mask_clouds_solid.dds" + blend_mode = mask + spriteType = corneredtiled + texture_density = 1 + } + + modify_texture = { + block "bar_color_flow" + { + # texture = "gfx/interface/colors/yellow.dds" + alpha = 0.3 + } + blend_mode = colordodge + } + + state = { + name = "lvl3_glow_a" + next = "lvl3_glow_b" + duration = 0.6 + trigger_on_create = yes + using = Animation_Curve_Default + + modify_texture = { + name = "lvl3_glow" + alpha = 0.5 + } + } + + state = { + name = "lvl3_glow_b" + next = "lvl3_glow_a" + duration = 1.5 + using = Animation_Curve_Default + + modify_texture = { + name = "lvl3_glow" + alpha = 0 + } + } + + state = { + name = "stress_level_increase" + next = "fade_out" + + duration = 0.1 + bezier = { 0.5 0 1 0.5 } + + modify_texture = { + name = "flash" + alpha = 0.6 + } + } + + state = { + name = "stress_increase" + next = "fade_out" + + duration = 0.1 + bezier = { 0.5 0 1 0.5 } + + modify_texture = { + name = "flash" + alpha = 0.6 + } + } + + state = { + name = "fade_out" + + duration = 0.8 + bezier = { 0 0.5 0.5 1 } + + + modify_texture = { + name = "flash" + alpha = 0 + } + } + + state = { + name = a + next = b + trigger_on_create = yes + + modify_texture = { + name = "clouds" + translate_uv = { 1 0 } + } + } + + state = { + name = b + next = a + duration = 15 + + modify_texture = { + name = "clouds" + translate_uv = { -1 0 } + } + } + } + + type button_raise_disband_armies = button_standard { + size = { 200 64 } + datacontext = "[GetPlayer]" + parentanchor = vcenter + + background = { + using = Background_Area_Dark_Border + } + + background = { + using = Background_Area_Dark + } + + margin_left = 45 + + + block "text" { + text = "RAISE_ALL" + } + + using = tooltip_ne + + icon = { + texture = "gfx/interface/icons/icon_banner.dds" + size = { 40 40 } + alwaystransparent = yes + parentanchor = left|vcenter + position = { 10 0 } + } + + state = { + name = _show + using = Animation_FadeIn_Quick + position_y = 0 + } + + state = { + name = _hide + using = Animation_FadeOut_Quick + position_y = 20 + } + } + + type button_war_banner = button_normal { + size = { 78 82 } + onclick = "[WarItem.OnClick]" + tooltip = "[WarItem.GetTooltip]" + using = tooltip_ne + + animation_sonar = { + visible = "[WarItem.CanEnforceVictory]" + texture = "gfx/interface/component_masks/mask_glow.dds" + using = Color_Orange + } + + ##Show animation + state = { + name = _show + next = banner_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 86 88 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = banner_default + using = Animation_FadeIn_Standard + size = { 78 82 } + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + bezier = { 1 0 0.5 0.5 } + size = { 66 70 } + alpha = 0 + } + + icon = { + name = "enforce_victory_glow" + visible = "[WarItem.CanEnforceVictory]" + parentanchor = center + size = { 100% 100% } + scale = 1.2 + texture = "gfx/interface/icons/war_status/war_won_glow.dds" + + state = { + trigger_on_create = yes + name = a + next = b + + using = Animation_Curve_Default + duration = 1 + alpha = 1 + } + + state = { + name = b + next = a + + using = Animation_Curve_Default + duration = 1.6 + alpha = 0.2 + } + } + + button = { + name = "enforce_victory_icon" + visible = "[WarItem.CanEnforceVictory]" + parentanchor = hcenter + position = { 0 -27 } + texture = "gfx/interface/icons/war_status/war_won_icon.dds" + + modify_texture = { + name = "shimmer_war_banner" + texture = "gfx/interface/component_effects/effect_shimmer.dds" + blend_mode = colordodge + translate_uv = { 1 1 } + alpha = 0.8 + } + + state = { + name = shimmer + next = pause + trigger_when = "[WarItem.CanEnforceVictory]" + delay = 0.5 + bezier = { 0 0.9 1 0.4 } + + modify_texture = { + name = "shimmer_war_banner" + translate_uv = { 1 0.8 } + alpha = 0.5 + } + } + + state = { + name = pause + duration = 0.8 + + modify_texture = { + name = "shimmer_war_banner" + translate_uv = { -1 -1 } + alpha = 0.5 + } + } + } + + highlight_icon = { + name = "war_icon" + visible = "[WarItem.IsPlayerParticipant]" + parentanchor = center + size = { 100% 100% } + texture = "gfx/interface/icons/war_status/war_icon.dds" + + modify_texture = { + name = "shimmer_war_banner" + texture = "gfx/interface/component_effects/effect_shimmer.dds" + blend_mode = colordodge + translate_uv = { 1 1 } + } + + state = { + name = shimmer + next = pause + trigger_when = "[WarItem.CanEnforceVictory]" + delay = 0.5 + bezier = { 0 0.9 1 0.4 } + + modify_texture = { + name = "shimmer_war_banner" + translate_uv = { 1 0.5 } + alpha = 0.5 + } + } + + state = { + name = pause + duration = 0.8 + + modify_texture = { + name = "shimmer_war_banner" + translate_uv = { -1 -1 } + alpha = 0.5 + } + } + } + + highlight_icon = { + name = "war_icon_liege" + visible = "[Not(WarItem.IsPlayerParticipant)]" + parentanchor = center + size = { 100% 100% } + texture = "gfx/interface/icons/war_status/war_icon_liege.dds" + } + + coa_realm_small = { + name = "enemy_realm" + datacontext = "[WarItem.GetWar.GetPrimaryPlayerEnemy]" + parentanchor = hcenter + scale = 0.9 + position = { 0 12 } + tooltip_enabled = no + alwaystransparent = yes + } + + text_single = { + name = "warscore" + parentanchor = bottom|hcenter + position = { 0 -7 } + size = { 50 10 } + align = center + text = "[WarItem.GetWarScoreFraction|0%=+]" + } + + widget = { + visible = "[WarItem.CanEnforceVictory]" + + state = { + name = _show + + start_sound = { + soundeffect = "event:/SFX/UI/War/sfx_ui_war_enforce_demand" + soundparam = { + name = StateChange + value = 1.5 + } + } + } + } + } + + type button_struggle_banner = button_normal { + name = "struggle_banner_tutorial_uses_this" + size = { 78 86 } + onclick = "[ToggleGameViewData('struggle', Struggle.GetID)]" + + onmousehierarchyenter = "[HighlightStruggle( Struggle.Self )]" + onmousehierarchyleave = "[ClearHighlightedStruggleBorder]" + + button = { + name = "struggle_icon" + visible = yes + parentanchor = center + size = { 78 86 } + onclick = "[ToggleGameViewData('struggle', Struggle.GetID)]" + clicksound = "event:/DLC/FP2/SFX/UI/fp2_struggle_view_open" + + #### CAN BE REMOVED IF WE THINK IT'S TOO MUCH ##### + animation_sonar = { + visible = "[Struggle.HasPossibleEndingDecision]" + texture = "gfx/interface/component_masks/mask_glow.dds" + using = Color_Orange + } + + icon = { + name = "ending_struggle_decision_glow" + visible = "[Struggle.HasPossibleEndingDecision]" + parentanchor = center + size = { 100% 100% } + texture = "gfx/interface/icons/struggle_banners/banner_glow.dds" + + state = { + trigger_on_create = yes + name = a + next = b + + using = Animation_Curve_Default + duration = 1 + alpha = 1 + } + + state = { + name = b + next = a + + using = Animation_Curve_Default + duration = 1.6 + alpha = 0.2 + } + } + + block "texture" { + visible = "[Struggle.IsInterloperCharacter(Character.Self)]" + texture = "gfx/interface/icons/struggle_banners/interloper_banner.dds" + } + + datacontext = "[GetPlayer]" + tooltipwidget = struggle_tooltip + + ##Show animation + state = { + name = _show + next = banner_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 86 88 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = banner_default + using = Animation_FadeIn_Standard + size = { 78 82 } + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + bezier = { 1 0 0.5 0.5 } + size = { 66 70 } + alpha = 0 + } + + ##Shimmer + modify_texture = { + name = "shimmer_struggle_banner" + visible = "[Struggle.HasPossibleEndingDecision]" + texture = "gfx/interface/component_effects/effect_shimmer.dds" + blend_mode = colordodge + translate_uv = { 1 1 } + } + + state = { + name = shimmer + next = pause + trigger_on_create = yes + delay = 0.5 + bezier = { 0 0.9 1 0.4 } + + modify_texture = { + name = "shimmer_struggle_banner" + translate_uv = { 1 1 } + alpha = 0.5 + } + } + + state = { + name = pause + duration = 0.8 + + modify_texture = { + name = "shimmer_struggle_banner" + translate_uv = { -1 -1 } + alpha = 0.5 + } + } + + ##Pulse glow + glow = { + name = "glow_defined" + glow_radius = 3 + using = Glow_Standard + using = Color_Orange + glow_alpha = 0 + } + + state = { + name = struggle_pulse_glow + next = struggle_pulse_glow_stop + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + glow_alpha = 1 + } + + state = { + name = struggle_pulse_glow_stop + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + glow_alpha = 0 + } + + #white fill + state = { + name = struggle_pulse_icon + next = struggle_pulse_icon_stop + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + + modify_texture = { + name = "white_icon" + alpha = 1 + } + } + + state = { + name = struggle_pulse_icon_stop + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + + modify_texture = { + name = "white_icon" + alpha = 0 + } + } + + modify_texture = { + name = "white_icon" + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + blend_mode = colordodge + alpha = 0 + } + + highlight_icon = { + name = "icon_background" + parentanchor = center + size = { 42 42 } + position = { 0 -4 } + + state = { + name = _show + next = background_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 46 46 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = background_default + using = Animation_FadeIn_Standard + size = { 42 42 } + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + bezier = { 1 0 0.5 0.5 } + alpha = 0 + } + + icon = { + name = "interloper_background" + visible = "[Struggle.IsInterloperCharacter(Character.Self)]" + texture = "gfx/interface/icons/struggle_banners/icon_background_01.dds" + size = { 42 42 } + + state = { + name = _show + next = background_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 46 46 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = background_default + using = Animation_FadeIn_Standard + size = { 42 42 } + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + bezier = { 1 0 0.5 0.5 } + alpha = 0 + } + + #white fill + state = { + name = struggle_pulse_icon + next = struggle_pulse_icon_stop + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + + modify_texture = { + name = "white_icon" + alpha = 1 + } + } + + state = { + name = struggle_pulse_icon_stop + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + + modify_texture = { + name = "white_icon" + alpha = 0 + } + } + + modify_texture = { + name = "white_icon" + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + blend_mode = colordodge + alpha = 0 + } + + } + + icon = { + name = "involved_background" + visible = "[Struggle.IsInvolvedCharacter(Character.Self)]" + texture = "gfx/interface/icons/struggle_banners/icon_background_02.dds" + size = { 42 42 } + position = { 0 -2} + + state = { + name = _show + next = background_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 46 46 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = background_default + using = Animation_FadeIn_Standard + size = { 42 42 } + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + bezier = { 1 0 0.5 0.5 } + alpha = 0 + } + + #white fill + state = { + name = struggle_pulse_icon + next = struggle_pulse_icon_stop + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + + modify_texture = { + name = "white_icon" + alpha = 1 + } + } + + state = { + name = struggle_pulse_icon_stop + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + + modify_texture = { + name = "white_icon" + alpha = 0 + } + } + + modify_texture = { + name = "white_icon" + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + blend_mode = colordodge + alpha = 0 + } + } + } + + highlight_icon = { + name = "struggle_icon" + parentanchor = center + size = { 34 34 } + position = { 0 -7 } + texture = "[Struggle.GetCurrentPhase.GetIcon]" + alpha = 0 + + state = { + name = _show + next = icon_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 38 38 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = icon_default + using = Animation_FadeIn_Standard + size = { 34 34 } + } + + state = { + name = _hide + bezier = { 1 0 0.5 0.5 } + using = Animation_FadeOut_Standard + alpha = 0 + } + + #white fill + state = { + name = struggle_pulse_icon + next = struggle_pulse_icon_stop + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + + modify_texture = { + name = "white_icon" + alpha = 1 + } + } + + state = { + name = struggle_pulse_icon_stop + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + + modify_texture = { + name = "white_icon" + alpha = 0 + } + } + + modify_texture = { + name = "white_icon" + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + blend_mode = colordodge + alpha = 0 + } + + ##Shimmer + modify_texture = { + name = "shimmer_struggle_banner" + visible = "[Struggle.HasPossibleEndingDecision]" + texture = "gfx/interface/component_effects/effect_shimmer.dds" + blend_mode = colordodge + translate_uv = { 1 1 } + } + + state = { + name = shimmer + next = pause + trigger_on_create = yes + delay = 0.5 + bezier = { 0 0.9 1 0.4 } + + modify_texture = { + name = "shimmer_struggle_banner" + translate_uv = { 1 1 } + alpha = 0.5 + } + } + + state = { + name = pause + duration = 0.8 + + modify_texture = { + name = "shimmer_struggle_banner" + translate_uv = { -1 -1 } + alpha = 0.5 + } + } + } + + widget = { + name = hourglass + position = { 64 12 } + visible = "[Struggle.IsInTransitionPhase]" + + icon = { + visible = "[Struggle.IsInvolvedCharacter(GetPlayer)]" + parentanchor = center + size = { 32 32 } + texture = "gfx/interface/icons/struggle_banners/icon_background_dark.dds" + + #white fill + state = { + name = struggle_pulse_icon + next = struggle_pulse_icon_stop + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + + modify_texture = { + name = "white_icon" + alpha = 1 + } + } + + state = { + name = struggle_pulse_icon_stop + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + + modify_texture = { + name = "white_icon" + alpha = 0 + } + } + + modify_texture = { + name = "white_icon" + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + blend_mode = colordodge + alpha = 0 + } + } + + icon = { + parentanchor = center + size = { 30 30 } + texture = "gfx/interface/icons/icon_time.dds" + + #white fill + state = { + name = struggle_pulse_icon + next = struggle_pulse_icon_stop + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + + modify_texture = { + name = "white_icon" + alpha = 1 + } + } + + state = { + name = struggle_pulse_icon_stop + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + + modify_texture = { + name = "white_icon" + alpha = 0 + } + } + + modify_texture = { + name = "white_icon" + texture = "gfx/interface/component_masks/mask_rough_edges.dds" + blend_mode = colordodge + alpha = 0 + } + } + } + } + + progressbar_standard = { + position = { 12 66 } + size = { 56 12 } + value = "[CurrentAndMaxToProgressbarValueInt32(Struggle.GetPhaseProgressValue(Struggle.GetCurrentLeadingPhase), GetDefine('NStruggle', 'PHASE_TRANSITION_THRESHOLD'))]" + progresstexture = "gfx/interface/progressbars/progress_orange.dds" + + state = { + name = _show + using = Animation_FadeIn_Standard + bezier = { 1 0 0.5 0.5 } + alpha = 1 + delay = 0.05 + trigger_on_create = yes + } + + state = { + name = _hide + using = Animation_FadeOut_Quick + bezier = { 1 0 0.5 0.5 } + alpha = 0 + } + + #white fill + icon = { + name = "faux_glow" + size = { 56 12 } + texture = "gfx/interface/colors/white.dds" + alpha = 0 + + state = { + name = struggle_pulse_icon + next = struggle_pulse_icon_hide + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + alpha = 1 + } + + state = { + name = struggle_pulse_icon_hide + bezier = { 1 0 0.5 0.5 } + duration = 0.3 + alpha = 0 + } + } + } + } + + type button_ghw_banner = button_normal { + size = { 78 82 } + onclick = "[OpenGreatHolyWarWindow(GreatHolyWar.GetID)]" + + block "ghw_tooltip" + { + raw_tooltip = "#D no tooltip :(#!" + } + + ##Show animation + state = { + name = _show + next = banner_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 86 88 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = banner_default + using = Animation_FadeIn_Standard + size = { 78 82 } + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + bezier = { 1 0 0.5 0.5 } + size = { 66 70 } + alpha = 0 + } + + button = { + name = "holy_war_icon_started" + visible = "[GreatHolyWar.HasWarStarted]" + onclick = "[OpenGreatHolyWarWindow(GreatHolyWar.GetID)]" + parentanchor = center + size = { 100% 100% } + texture = "gfx/interface/icons/war_status/holy_war_icon_started.dds" + } + + button = { + name = "holy_war_icon_prep" + visible = "[Not(GreatHolyWar.HasWarStarted)]" + onclick = "[OpenGreatHolyWarWindow(GreatHolyWar.GetID)]" + parentanchor = center + size = { 100% 100% } + texture = "gfx/interface/icons/war_status/holy_war_icon_prep.dds" + } + + button = { + name = "faith_icon" + datacontext = "[GreatHolyWar.GetFaith]" + onclick = "[OpenGreatHolyWarWindow(GreatHolyWar.GetID)]" + parentanchor = center + position = { 1 -3 } + size = { 35 35 } + texture = "[Faith.GetIcon]" + } + } + + type button_raid_banner = button_normal { + size = { 78 82 } + onclick = "[DefaultOnCharacterClick(Character.GetID)]" + using = tooltip_ne + + ##Show animation + state = { + name = _show + next = banner_default + using = Animation_FadeIn_Quick + bezier = { 1 0 0.5 0.5 } + size = { 86 88 } + alpha = 1 + trigger_on_create = yes + } + + state = { + name = banner_default + using = Animation_FadeIn_Standard + size = { 78 82 } + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + bezier = { 1 0 0.5 0.5 } + size = { 66 70 } + alpha = 0 + } + + highlight_icon = { + texture = "gfx/interface/icons/war_status/raid_icon.dds" + size = { 100% 100% } + parentanchor = center + } + + coa_realm_small = { + name = "enemy_realm" + parentanchor = hcenter + scale = 0.9 + position = { 0 12 } + tooltip_enabled = no + alwaystransparent = yes + } + + text_single = { + name = "time_left" + parentanchor = bottom|hcenter + position = { 0 -7 } + size = { 50 10 } + align = center + text = "[GetPlayer.GetRaidHostilityEnd( Character.Self ).GetTimeDiffFromNow]" + + } + } + + type button_hud_character_bar = button_normal { + effectname = "NoHighlight" + + framesize = { 102 104} + size = { 51 52 } + texture = "gfx/interface/skinned/button_hud_character_bar.dds" + using = tooltip_ne + + + state = { + name = _show + frame = 1 + position_y = 0 + + using = Animation_Curve_Default + duration = 0.25 + } + + state = { + name = _mouse_hierarchy_enter + frame = 2 + + using = Animation_Curve_Default + duration = 0.1 + } + + state = { + name = _mouse_leave + frame = 1 + + using = Animation_Curve_Default + duration = 0.25 + } + + state = { + name = _mouse_press + frame = 3 + position_y = 3 + } + + state = { + name = _mouse_release + frame = 2 + position_y = 0 + + using = Animation_Curve_Default + duration = 0.25 + } + } + + type widget_hud_main_tab = widget { + size = { 45 45 } + using = tooltip_ws + tooltip_offset = { 35 0 } + + button_normal = { + parentanchor = center + size = { 45 45 } + + scale = 1 + + block "maintab_button" {} + + modify_texture = { + name = "glow" + texture = "gfx/interface/component_effects/effect_shimmer.dds" + blend_mode = colordodge + translate_uv = { 1 0 } + alpha = 0 + } + + state = { + name = _mouse_enter + duration = 0.03 + scale = 1.2 + position_x = -3 + + using = Animation_Curve_Default + + modify_texture = { + name = "glow" + translate_uv = { 0 0 } + alpha = 0.4 + } + } + + state = { + name = _mouse_leave + duration = 0.1 + scale = 1 + position_x = 0 + + using = Animation_Curve_Default + + modify_texture = { + name = "glow" + translate_uv = { 1 0 } + alpha = 0 + } + } + + state = { + name = _mouse_press + + using = Animation_Curve_Default + } + + state = { + name = _mouse_release + duration = 0.15 + + using = Animation_Curve_Default + } + } + } + + type hotkeys_HUD = widget { + # Mapmodes + button_normal = { + onclick = "[SetMapMode('players')]" + shortcut = "map_mode_8" + enabled = "[Or(GameHasMultiplePlayers, InDebugMode)]" + } + + button_normal = { + onclick = "[SetMapMode('dejure_duchies')]" + shortcut = "map_mode_9" + shortcut = "mapmode_duchies_secondary" + } + + button_normal = { + onclick = "[SetMapMode('dejure_kingdoms')]" + shortcut = "map_mode_10" + shortcut = "mapmode_kingdoms_secondary" + + } + + button_normal = { + onclick = "[SetMapMode('dejure_empires')]" + shortcut = "map_mode_11" + shortcut = "mapmode_empires_secondary" + } + + button_normal = { + onclick = "[SetMapMode('religions')]" + shortcut = "map_mode_3" + shortcut = "mapmode_faith_secondary" + } + + button_normal = { + onclick = "[SetMapMode('cultures')]" + shortcut = "map_mode_2" + shortcut = "mapmode_culture_secondary" + } + + button_normal = { + onclick = "[SetMapMode('houses')]" + shortcut = "map_mode_4" + shortcut = "mapmode_house_secondary" + } + + button_normal = { + onclick = "[SetMapMode('realms')]" + onclick = "[ClearExploringRealms]" + shortcut = "map_mode_1" + } + + button_normal = { + onclick = "[SetMapMode('government')]" + shortcut = "map_mode_5" + } + + button_normal = { + onclick = "[SetMapMode('dejure_counties')]" + shortcut = "map_mode_6" + } + + button_normal = { + onclick = "[SetMapMode('court_languages')]" + shortcut = "map_mode_7" + } + + button_normal = { + onclick = "[SetMapMode('simple_terrain')]" + shortcut = "map_mode_12" + } + + button_normal = { + onclick = "[SetMapMode('county_development')]" + shortcut = "map_mode_13" + } + + button_normal = { + name = "find_title_shortcut" + onclick = "[ToggleGameView( 'find_title' )]" + onclick = "[GetVariableSystem.Clear( 'extra_buttons_expand' )]" + shortcut = "find_title_shortcut" + } + + # 0 size button for shortcut to work + button_normal = { + name = "find_character_shortcut" + onclick = "[ToggleGameView( 'character_finder' )]" + onclick = "[GetVariableSystem.Clear( 'extra_buttons_expand' )]" + shortcut = "character_finder" + } + + # 0 size button for shortcut to work + button_normal = { + name = "encyclopedia_shortcut" + onclick = "[ToggleEncyclopedia]" + onclick = "[GetVariableSystem.Clear( 'extra_buttons_expand' )]" + shortcut = "encyclopedia" + } + } + + type button_pause_hud = button_round { + size = { 33 33 } + + enabled = "[Not(IsGameOver)]" + onclick = "[OnPause]" + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_pointer_over" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_select" + + button_play = { + visible = "[IsGamePaused]" + size = { 35 35 } + + tooltip = "[SelectLocalization( IsGameOver, 'UNPAUSE_GAME_OVER', 'UNPAUSE_GAME')]" + using = tooltip_ne + alwaystransparent = yes + parentanchor = center + } + + button_pause = { + visible = "[Not(IsGamePaused)]" + size = { 35 35 } + + tooltip = "PAUSE_GAME" + using = tooltip_ne + alwaystransparent = yes + parentanchor = center + } + } + + type container_resource_balance = container { + text_single = { + name = "balance_pos" + visible = "[GreaterThanOrEqualTo_CFixedPoint(PlayerValueItem.GetBalance, '(CFixedPoint)0')]" + text = "[PlayerValueItem.GetBalance|1=]" + max_width = 110 + + default_format = "#low" + } + + text_single = { + name = "balance_neg" + visible = "[LessThan_CFixedPoint(PlayerValueItem.GetBalance, '(CFixedPoint)0')]" + text = "[PlayerValueItem.GetBalance|1=]" + max_width = 110 + + default_format = "#N" + } + } + + type container_saving_indicator = container { + visible = yes + + background = { + name = "bg" + texture = "gfx/interface/tooltips/tooltip_bg.dds" + spriteType = Corneredtiled + gfxtype = icongfx + spriteborder = { 2 2 } + shaderfile = "gfx/FX/pdxgui_default.shader" + + } + + background = { + name = "frame" + texture = "gfx/interface/tooltips/tooltip_frame.dds" + gfxtype = icongfx + spriteType = Corneredtiled + spriteborder = { 20 20 } + shaderfile = "gfx/FX/pdxgui_default.shader" + + + modify_texture = { + name = "overlay" + texture = "gfx/interface/component_overlay/overlay_window.dds" + spriteType = Corneredstretched + spriteborder = { 0 0 } + blend_mode = overlay + } + } + + flowcontainer = { + spacing = 15 + margin = { 20 15 } + + progressbar = { + size = { 44 44 } + gfxtype = framedprogressbargfx + texture = "gfx/interface/frontend/loading_progress.dds" + framesize = { 88 88 } + loopinterval = 2.0 + max = 0 + } + + text_single = { + parentanchor = vcenter + align = nobaseline + using = Font_Size_Medium + + block "csi_text" + { + text = "AUTOSAVE_IN_PROGRESS" + } + } + } + } + + type widget_top_right_bar = widget + { + size = { 640 38 } + filter_mouse = all + alwaystransparent = no + layer = top + + using = Animation_ShowHide_Quick + + background = { + texture = "gfx/interface/skinned/hud_top_right_bg.dds" + margin_left = 40 + margin_bottom = 28 + } + + icon = { + parentanchor = bottom|right + position = { 7 23 } + texture = "gfx/interface/component_decoration/decoration_arch.dds" + size = { 30 30 } + mirror = vertical + } + + ## Resources + hbox = { + name = "resources" + margin_left = -15 + + hbox = { + name = "spendables" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + hbox = { + name = "tutorial_highlight_resources_bar" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_right = 5 + margin_left = 15 + + hbox = { + name = "gold" + layoutpolicy_vertical = expanding + minimumsize = { 90 0 } + margin_left = 7 + margin_right = 5 + + using = tooltip_ne + + tooltipwidget = { + widget_gold_breakdown_tooltip = { + blockoverride "income" + { + datacontext = "[InGameTopbar.GetIncomeBalanceBreakdown]" + } + + blockoverride "jankcome_gold" { + text_single = { + layoutpolicy_vertical = expanding + text = "T4N_tributaries_income_gold" + } + } + + blockoverride "expenses" + { + datacontext = "[InGameTopbar.GetExpensesBalanceBreakdown]" + } + } + } + + hbox = { + name = "gold" + layoutpolicy_vertical = expanding + + hbox = { + margin_top = -5 + spacing = 7 + + icon = { + name = "gold_icon" + size = { 30 30 } + texture = "gfx/interface/icons/icon_gold.dds" + } + + flowcontainer = { + margin_bottom = 7 + spacing = -6 + direction = vertical + ignoreinvisible = yes + + text_single = { + name = "gold_value_positive" + visible = "[GreaterThanOrEqualTo_CFixedPoint(GetPlayer.GetGold, '(CFixedPoint)0')]" + text = "[GetPlayer.GetGold|0]" + max_width = 50 + default_format = "#high" + using = Font_Size_Medium + } + + text_single = { + name = "gold_value_negative" + visible = "[LessThan_CFixedPoint(GetPlayer.GetGold, '(CFixedPoint)0')]" + text = "[GetPlayer.GetGold|0]" + max_width = 50 + default_format = "#N" + using = Font_Size_Medium + } + + container = { + text_single = { + name = "balance_positive" + visible = "[GreaterThanOrEqualTo_CFixedPoint(GetPlayerBalance, '(CFixedPoint)0')]" + text = "CURRENT_BALANCE" + max_width = 50 + default_format = "#low" + } + + text_single = { + name = "balance_negative" + visible = "[LessThan_CFixedPoint(GetPlayerBalance, '(CFixedPoint)0')]" + text = "CURRENT_BALANCE" + max_width = 50 + default_format = "#N" + } + } + } + } + } + } + + divider_light = { + layoutpolicy_vertical = expanding + alpha = 0.8 + } + + hbox = { + name = "prestige" + datacontext = "[InGameTopbar.GetPrestigeItem]" + layoutpolicy_vertical = expanding + minimumsize = { 90 0 } + + using = tooltip_ne + + hbox = { + margin_top = -5 + spacing = 7 + + icon = { + name = "prestige_icon" + size = { 30 30 } + texture = "[GetPlayer.GetPrestigeLevelTexture]" + } + + flowcontainer = { + margin_bottom = 7 + spacing = -6 + direction = vertical + + text_single = { + name = "prestige_value" + text = "[GetPlayer.GetPrestige|0]" + max_width = 50 + default_format = "#high" + using = Font_Size_Medium + } + + container_resource_balance = {} + } + } + + tooltipwidget = { + widget_resource_value_tooltip = { + blockoverride "resurces_meme" { + text_single = { + layoutpolicy_horizontal = expanding + text = "PRESTIGE_INCOME_TRIBUTARIES" + } + } + } + } + } + + divider_light = { + layoutpolicy_vertical = expanding + alpha = 0.8 + } + + button = { + name = "piety" + datacontext = "[InGameTopbar.GetPietyItem]" + layoutpolicy_vertical = expanding + onclick = "[DefaultOnFaithClick(GetPlayer.GetFaith.GetID)]" + + minimumsize = { 90 0 } + margin_left = 7 + margin_right = 5 + + using = tooltip_ne + tooltipwidget = { + widget_resource_value_tooltip = { + blockoverride "resurces_meme" { + text_single = { + layoutpolicy_horizontal = expanding + text = "PIETY_INCOME_TRIBUTARIES" + } + } + } + } + + hbox = { + hbox = { + margin_top = -5 + spacing = 6 + + icon = { + name = "piety_icon" + size = { 30 30 } + texture = "[GetPlayer.GetPietyLevelTexture]" + } + + flowcontainer = { + margin_bottom = 7 + spacing = -6 + direction = vertical + + text_single = { + name = "piety_value" + text = "[GetPlayer.GetPiety|0]" + + max_width = 50 + default_format = "#high" + using = Font_Size_Medium + } + + container_resource_balance = { + } + } + } + } + } + + divider_light = { + layoutpolicy_vertical = expanding + alpha = 0.8 + } + + button = { + name = "renown" + datacontext = "[InGameTopbar.GetDynastyPrestigeItem]" + layoutpolicy_vertical = expanding + + onclick = "[DefaultOnHouseCoatOfArmsClick(GetPlayer.GetHouse.GetID)]" + + minimumsize = { 90 0 } + margin_left = 6 + margin_right = 5 + + using = tooltip_ne + tooltipwidget = { + widget_resource_value_tooltip = {} + } + + hbox = { + hbox = { + margin_top = -5 + spacing = 6 + + icon = { + visible = "[GetPlayer.IsDynast]" + texture = "[GetPlayer.GetDynasty.GetDynastyPrestigeLevelTexture]" + size = { 30 30 } + } + + icon = { + visible = "[Not(GetPlayer.IsDynast)]" + texture = "[GetPlayer.GetDynasty.GetDynastyPrestigeLevelTexture]" + size = { 30 30 } + alpha = 0.3 + } + + flowcontainer = { + visible = "[GetPlayer.IsDynast]" + margin_bottom = 7 + spacing = -6 + direction = vertical + + text_single = { + name = "prestige_value" + text = "[GetPlayer.GetDynasty.GetPrestige|0]" + + max_width = 50 + default_format = "#high" + using = Font_Size_Medium + } + + container_resource_balance = {} + } + + flowcontainer = { + visible = "[Not(GetPlayer.IsDynast)]" + margin_bottom = 7 + spacing = -6 + direction = vertical + + text_single = { + name = "prestige_value_nodynast" + text = "[GetPlayer.GetDynasty.GetPrestige|0]" + + max_width = 50 + default_format = "#low" + using = Font_Size_Medium + } + + container_resource_balance = {} + } + } + } + } + } + + hbox = { + name = "military" + datacontext = "[GetPlayer]" + datacontext = "[GetPlayerArmyComposition]" + spacing = 5 + margin_left = 10 + margin_bottom = 3 + + background = { + texture = "gfx/interface/skinned/overlay_stone.dds" + margin_right = 20 + margin_top = 20 + margin_bottom = 3 + texture_density = 2 + spritetype = corneredtiled + color = { 0.4 0.4 0.44 1 } + alpha = 0.9 + + using = Mask_Rough_Edges + } + + background = { + texture = "gfx/interface/skinned/hud_top_right_bg_stone.dds" + margin_right = 10 + margin_left = -2 + margin_top = 4 + texture_density = 2 + spritetype = corneredtiled + } + + button_group = { + onclick = "[ToggleGameViewData('military', GetPlayer.GetID)]" + tooltip = "[ArmyComposition.GetArmyCompositionTooltip]" + using = tooltip_ne + + flowcontainer = { + margin = { 0 0 } + spacing = 5 + + icon = { + name = "icon_soldier" + texture = "gfx/interface/icons/icon_soldier.dds" + size = { 25 25 } + } + + flowcontainer = { + direction = vertical + min_width = 65 + + flowcontainer = { + spacing = 2 + + text_single = { + name = "strength" + text = "[ArmyComposition.GetSoldierCountString]" + default_format = "#high" + align = nobaseline + } + + army_quality_icon = { + tooltip_enabled = no + } + } + + progressbar_standard = { + name = "soldiers_max" + size = { 40 8 } + + min = 0 + max = "[IntToFloat(ArmyComposition.GetMaxNumberOfSoldiers)]" + value = "[IntToFloat(ArmyComposition.GetCurrentNumberOfSoldiers)]" + } + } + } + } + + button = { + name = "domain_limit" + layoutpolicy_vertical = expanding + + minimumsize = { 60 0 } + + margin_left = 3 + margin_bottom = 3 + + tooltip = "[Character.GetDomainLimitTooltip]" + using = tooltip_ne + + onclick = "[ToggleGameView('my_realm')]" + + background = { + visible = "[GreaterThan_int32( Character.GetDomainSize, Character.GetDomainLimit )]" + using = Status_Bad + margin_bottom = -3 + } + + hbox = { + icon = { + texture = "gfx/interface/icons/icon_domain.dds" + size = { 25 25 } + } + + text_single = { + name = "value" + text = "[Character.GetDomainSize]/[Character.GetDomainLimit]" + align = nobaseline + margin_bottom = 1 + + max_width = 110 + } + } + } + } + + spacer = { + size = { 10 0 } + } + } + } + + widget = { + size = { 100% 100% } + + background = { + texture = "gfx/interface/skinned/hud_top_right_frame.dds" + margin_left = 50 + margin_bottom = 28 + } + } + } + + type container_royal_court_tooltip = container + { + using = GeneralTooltipSetup + alwaystransparent = no + + object_tooltip_pop_out = { + blockoverride "title_text" + { + margin = { 0 8 } + text = "ROYAL_COURT" + default_format = "#T" + } + + blockoverride "concept_link" + { + visible = no + } + + blockoverride "main_description" + { + vbox = { + layoutpolicy_horizontal = expanding + + cooltip_paragraph = { + visible = "[Not( Character.HasRoyalCourt )]" + text = "[Character.GetRoyalCourtBlockers]" + } + + cooltip_paragraph = { + visible = "[GreaterThan_int32( Character.GetNumPendingCourtEvents, '(int32)0' )]" + text = "ROYAL_COURT_STATUS_PENDING_EVENTS_BULLET" + } + cooltip_paragraph = { + visible = "[GreaterThan_int32( LocalPlayerNewArtifacts.GetNumNewArtifactsOfCategory( 'court' ), '(int32)0' )]" + text = "ROYAL_COURT_STATUS_NEW_COURT_ARTIFACTS_BULLET" + } + cooltip_paragraph = { + visible = "[LessThan_int32( CourtGrandeurData.GetCurrentLevel, CourtGrandeurData.GetMinimumExpectedLevel )]" + text = "ROYAL_COURT_STATUS_CGV_EXPECTATIONS_BULLET" + } + cooltip_paragraph = { + visible = "[GreaterThan_int32( LocalPlayerCourtEvents.GetNumberCourtEvents, '(int32)0' )]" + text = "ROYAL_COURT_STATUS_CURRENT_EVENTS_BULLET" + } + + spacer = { + # Truly horrible Or statements + visible = "[Or( GreaterThan_int32( Character.GetNumPendingCourtEvents, '(int32)0' ), Or( GreaterThan_int32( LocalPlayerNewArtifacts.GetNumNewArtifactsOfCategory( 'court' ), '(int32)0' ), Or( LessThan_int32( CourtGrandeurData.GetCurrentLevel, CourtGrandeurData.GetMinimumExpectedLevel ), Or( GreaterThan_int32( LocalPlayerCourtEvents.GetNumberCourtEvents, '(int32)0' ), Not( Character.HasRoyalCourt ) ) ) ) )]" + size = { 0 10 } + } + } + } + } + } +} diff --git a/WtWSMS/gui/shared/lists.gui b/WtWSMS/gui/shared/lists.gui new file mode 100644 index 0000000000..49f7caaf20 --- /dev/null +++ b/WtWSMS/gui/shared/lists.gui @@ -0,0 +1,2183 @@ +###################################################### +############## LIST TYPES AND TEMPLATES ############## +###################################################### + +template default_character_list_overlay +{ + modify_texture = { + texture = "gfx/interface/buttons/button_standard_overlay.dds" + spriteType = Corneredstretched + spriteborder = { 3 3 } + blend_mode = overlay + } +} + +template character_age_or_death_text +{ + hbox = { + block "list_layout" { + minimumsize = { 62 0 } + expand = {} + } + + margin_right = 5 + spacing = 2 + + block "character_age" + { + text_single = { + text = "[Character.GetAge]" + align = nobaseline + } + } + + icon = { + visible = "[Not(Character.IsDeadAndValid)]" + size = { 23 23 } + framesize = { 60 60 } + frame = "[Character.GetHealthIconFrame]" + texture = "gfx/interface/icons/character_status/icon_health.dds" + tooltip = "[Character.GetHealthInfo]" + } + + block "is_dead" + { + icon = { + name = "is_dead" + visible = "[Character.IsDeadAndValid]" + size = { 23 23 } + + texture = "[Character.GetDeathReasonIcon]" + tooltip = "CHARACTER_DEAD_TOOLTIP" + } + } + } +} + +types Lists +{ + # Implementation details + type character_list_arrow = highlight_icon + { + parentanchor = left|vcenter + position = { -13 0 } + + size = { 14 14 } + framesize = { 14 28 } + texture = "gfx/interface/buttons/button_entry_characterlist_arrow.dds" + + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + + spriteType = Corneredstretched + spriteborder = { 20 20 } + } + + ## Character List Items + type widget_character_list_item = widget { + datacontext = "[CharacterListItem.GetCharacter]" + size = { 10 110 } + + block "divider" { + divider = { + parentanchor = bottom|hcenter + size = { 100% 3 } + } + } + + block "widget" {} + + hbox = { + margin = { 0 5 } + spacing = 15 + + portrait_head_small = {} + + button_standard = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + onclick = "[CharacterListItem.OnClick('character')]" + enabled = "[CharacterListItem.IsSelectable]" + + framesize = { 249 78 } + spriteType = Corneredtiled + spriteborder = { 20 20 } + texture = "gfx/interface/buttons/button_entry_characterlist.dds" + + block "button" {} + + character_list_arrow = { + name = "character_list_arrow" + } + + block "overlay" { + using = default_character_list_overlay + } + + block "button_content" + { + hbox = { + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + # Name and age + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_left = 10 + + text_single = { + layoutpolicy_horizontal = expanding + using = Font_Size_Medium + autoresize = no + + text = "[Character.GetUINameNoTooltip]" + } + + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + using = character_age_or_death_text + blockoverride "list_layout" {} + + block "character_relation" + { + text_single = { + name = "character_relation" + layoutpolicy_horizontal = expanding + raw_text = "| [Character.GetRelationToString( GetPlayer )]" + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + default_format = "#low" + autoresize = no + align = nobaseline + visible = "[Character.HasRelationTo( GetPlayer )]" + } + + expand = { + visible = "[Not(Character.HasRelationTo( GetPlayer ))]" + } + } + } + } + + # Dynasty + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_left = 5 + + widget = { + size = { 45 60 } + + coa_house_small = { + datacontext = "[Character.GetHouse]" + scale = 0.7 + } + } + + # Traits + + fixedgridbox = { + name = "traits_grid" + datamodel = "[CharacterListItem.GetTraits]" + flipdirection = yes + size = { 150 60 } + addcolumn = 30 + addrow = 45 + maxhorizontalslots = 8 + maxverticalslots = 1 + + item = { + container = { + visible = "[Trait.IsValid]" + + icon_trait = { + blockoverride "icon_size" + { + size = { 30 30 } + } + + blockoverride "tooltip_placement" + { + using = tooltip_se + } + + blockoverride "glow_radius" + { + glow_radius = 3 + } + } + } + } + } + + block "bottom_middle_box" { + expand = {} + } + + } + } + + expand = {} + + vbox = { + minimumsize = { 200 0 } + datacontext = "[CharacterListItem.GetCharacter]" + layoutpolicy_vertical = expanding + margin_top = 5 + margin_right = 5 + + # Skills + hbox = { + name = "skills_grid" + layoutpolicy_horizontal = expanding + + expand = {} + + datamodel = "[CharacterListItem.GetSkillItems]" + margin_right = 5 + + item = { + widget = { + size = { 32 25 } + + text_single = { + name = "value" + parentanchor = center + margin_bottom = 4 + align = center + text = "[SkillItem.GetValue]" + tooltip = "[SkillItem.GetName]" + } + + background = { + name = "skill_icon_bg" + texture = "gfx/interface/window_character/character_view_skills_bg.dds" + framesize = { 70 26 } + margin = { 5 0 } + + block "bg" + { + frame = "[SkillItem.GetFrame]" + } + } + + } + } + } + + expand = {} + + block "bottom_right_box" + { + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + # Realm + widget = { + size = {55 58 } + visible = "[Not( IsDataModelEmpty( CharacterListItem.GetTitleItems ) )]" + + block "claims_visibility" {} + + datacontext = "[CharacterListItem.GetFirstClaim]" + + coa_title_tiny_crown = { + using = tooltip_ne + datacontext = "[Claim.GetTitle]" + + highlight_icon = { + name = "pressed_claim" + visible = "[And(Claim.IsPressed, Not(Claim.IsImplicit))]" + texture = "gfx/interface/icons/title_status/icon_claim_pressed.dds" + size = { 24 24 } + parentanchor = bottom|right + } + + highlight_icon = { + name = "unpressed_claim" + visible = "[And(Not(Claim.IsPressed), Not(Claim.IsImplicit))]" + texture = "gfx/interface/icons/title_status/icon_claim_unpressed.dds" + size = { 24 24 } + parentanchor = bottom|right + } + + highlight_icon = { + name = "implicit_claim" + visible = "[Claim.IsImplicit]" + texture = "gfx/interface/icons/title_status/icon_claim_implicit.dds" + size = { 24 24 } + parentanchor = bottom|right + } + + blockoverride "coa_tooltip" + { + tooltip = "CHARACTER_LIST_CLAIM_TOOLTIP" + } + } + + text_single = { + align = right + minimumsize = { 15 0 } + parentanchor = vcenter|right + text = "[CharacterListItem.GetTitleItemCount]" + tooltip = "CHARACTER_LIST_CLAIM_TOOLTIP" + } + } + + expand = {} + + # Religion + icon = { + name = "faith_button" + size = { 35 35 } + datacontext = "[Character.GetFaith]" + tooltipwidget = { faith_tooltip = {} } + texture = "[Faith.GetIcon]" + } + + widget = { + datacontext = "[Character.GetCulture]" + size = { 120 24 } + + tooltipwidget = { + culture_tooltip = {} + } + using = tooltip_se + + hbox = { + spacing = 3 + icon = { + name = "culture" + texture = "gfx/interface/icons/icon_culture.dds" + size = { 24 24 } + } + + text_multi = { + layoutpolicy_horizontal = expanding + min_width = 95 + max_width = 95 + autoresize = yes + text = "CULTURE_LISTS_WINDOW" + } + } + } + } + } + } + } + } + } + } + } + + + type widget_character_list_item_finder = widget { + datacontext = "[CharacterListItem.GetCharacter]" + size = { 200 94 } + + background = { + visible = "[CharacterListItem.HasEvenOrderIndex]" + using = Background_Area_Dark + margin_top = -4 + margin_bottom = 200 + alpha = 0.5 + } + + block "divider" {} + + block "widget" {} + + hbox = { + margin_right = 15 + vbox = { + portrait_head_small = {} + + expand = {} + } + + block "button_content" + { + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_top = 5 + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + # Name and age + hbox = { + layoutpolicy_horizontal = expanding + margin = { 0 3 } + margin_left = 5 + margin_right = 10 + + background = { + using = Background_Area_Characterlist + } + + background = { + using = Background_Area_Dark + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_vertical.dds" + blend_mode = alphamultiply + alpha = 1 + rotate_uv = 90 + mirror = vertical + } + } + + hbox = { + margin_left = 3 + layoutpolicy_horizontal = expanding + maximumsize = { 338 -1 } + + text_single = { + using = Font_Size_Medium + layoutpolicy_horizontal = expanding + align = nobaseline + text = "[Character.GetUINameNoTooltip]" + autoresize = no + fontsize_min = 14 + } + + block "character_relation" + { + hbox = { + visible = "[And(Character.HasRelationTo( GetPlayer ), Not(Character.IsPlayer))]" + text_single = { + raw_text = "•" + align = nobaseline + margin = { 5 0 } + } + + text_single = { + name = "character_relation" + text = "[Character.GetRelationToString( GetPlayer )]" + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + default_format = "#low" + align = nobaseline + fontsize_min = 14 + max_width = 180 + } + } + } + + expand = {} + } + + hbox = { + using = character_age_or_death_text + } + + # Skills + hbox_skills_grid = {} + } + + ### BOTTOM ROW ### + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + block "additional_info_kill_list" {} + + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + # Dynasty + widget = { + size = { 45 40 } + + coa_house_small = { + datacontext = "[Character.GetHouse]" + parentanchor = center + scale = 0.7 + } + } + + # Traits + hbox = { + layoutpolicy_vertical = expanding + margin = { 10 0 } + minimumsize = { 140 0 } #### needed for prison view + + background = { + using = Background_Area_Dark + alpha = 0.5 + margin = { 0 2 } + } + + hbox = { + layoutpolicy_horizontal = expanding + + fixedgridbox = { + name = "traits_grid" + datamodel = "[CharacterListItem.GetTraits]" + datamodel_reuse_widgets = yes + flipdirection = yes + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + addcolumn = 30 + addrow = 28 + + block "gridbox_items" + { + min_width = 210 + datamodel_wrap = 7 + maxverticalslots = 2 + } + + item = { + icon_trait = { + visible = "[Trait.IsValid]" + + blockoverride "icon_size" + { + size = { 30 30 } + } + + blockoverride "tooltip_placement" + { + using = tooltip_se + } + + blockoverride "glow_radius" + { + glow_radius = 3 + } + } + } + } + } + } + + expand = {} + } + } + + vbox = { + datacontext = "[CharacterListItem.GetCharacter]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + block "bottom_right_box" + { + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + block "claims" { # for kill list + widget_list_claims = {} + } + + # Religion and culture + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_left = 8 + margin_right = 4 + spacing = 5 + minimumsize = { 110 0 } + + background = { + using = Background_Area_Dark + alpha = 0.5 + margin = { 0 2 } + } + + icon = { + name = "faith_button" + size = { 38 38 } + datacontext = "[Character.GetFaith]" + tooltipwidget = { faith_tooltip = {} } + using = tooltip_se + + texture = "[Faith.GetIcon]" + } + + hbox = { + datacontext = "[Character.GetCulture]" + layoutpolicy_horizontal = expanding + spacing = 3 + + tooltipwidget = { + culture_tooltip = {} + } + using = tooltip_se + + icon = { + name = "culture" + texture = "gfx/interface/icons/icon_culture.dds" + size = { 24 24 } + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "CULTURE_LISTS_WINDOW" + autoresize = no + align = nobaseline + } + } + } + } + } + } + } + } + } + } + } + } + + type dropdown_menu_standard = dropDown { + block "dropdown_properties" + { + #datamodel = "[GetPlayer.GetCourt]" + } + + block "dropdown_size" + { + size = { 200 32 } + } + + + + active_item = { + container = { + alwaystransparent = no + + button_drop = { + block "dropdown_size" + { + size = { 200 32 } + } + block "dropdown_active_item_properties" + { + raw_text = "#D Current Option#!" + } + button_trigger = none + + + } + } + } + + item = { + container = { + alwaystransparent = no + + button_dropdown = { + block "dropdown_size" + { + size = { 200 32 } + } + button_trigger = none + + block "dropdown_item_properties" + { + raw_text = "#D Option#!" + } + + default_format = "#clickable" + } + } + } + + list = { + scrollarea = { + position = { 5 32 } + block "dropdown_list_maxsize" + { + maximumsize = { 192 250 } + } + + block "dropdown_list_properties" + { + + } + + autoresizescrollarea = yes + scrollbarpolicy_horizontal = always_off + + using = Background_DropDown + + scrollwidget = { + dynamicgridbox = { + alwaystransparent = no + } + } + + scrollbar_vertical = { + using = Scrollbar_Vertical + } + } + } + } + + type dropdown_sort_characterlist = dropDown { + name = "sort_options" + block "size_button_drop" { ########### only used for character finder + size = { 225 33 } + } + + active_item = { + widget = { + alwaystransparent = no + size = { 100% 100% } + + button_drop = { + block "text_button_drop" { + text = "[CharacterListSortItem.GetName]" + } + } + } + } + + item = { + widget = { + alwaystransparent = no + block "size_dropdown" { + size = { 215 33 } + } + + button_normal = { + size = { 100% 30 } + button_trigger = none + gfxtype = framedbuttongfx + effectname = "NoHighlight" + shaderfile = "gfx/FX/pdxgui_pushbutton.shader" + upframe = 1 + overframe = 2 + downframe = 3 + disableframe = 1 + texture = "gfx/interface/buttons/button_interaction_menu.dds" + framesize = { 317 30 } + } + + button_dropdown = { + block "size_dropdown" { + size = { 215 33 } + } + block "text_button_drop" { + text = "[CharacterListSortItem.GetName]" + } + + default_format = "#clickable" + } + } + } + + list = { + scrollarea = { + position = { 5 33 } + maximumsize = { 215 250 } + autoresizescrollarea = yes + scrollbarpolicy_horizontal = always_off + + using = Background_DropDown + + scrollwidget = { + dynamicgridbox = { + alwaystransparent = no + } + } + + scrollbar_vertical = { + using = Scrollbar_Vertical + } + } + } + } + + type widget_list_claims = widget { + datacontext = "[CharacterListItem.GetFirstClaim]" + layoutpolicy_vertical = expanding + size = { 55 0 } + + block "claims_visibility" {} + + coa_title_tiny_crown = { + visible = "[Not( IsDataModelEmpty( CharacterListItem.GetTitleItems ) )]" + parentanchor = center + position = { -10 0 } + scale = 0.8 + + tooltip = "CHARACTER_LIST_CLAIM_TOOLTIP" + using = tooltip_ne + + blockoverride "coa_button" { + datacontext = "[Claim.GetTitle]" + onclick = "[DefaultOnCoatOfArmsClick(Title.GetID)]" + onrightclick = "[DefaultOnCoatOfArmsRightClick(Title.GetID)]" + button_ignore = none + } + + highlight_icon = { + name = "pressed_claim" + visible = "[And(Claim.IsPressed, Not(Claim.IsImplicit))]" + texture = "gfx/interface/icons/title_status/icon_claim_pressed.dds" + size = { 24 24 } + parentanchor = bottom|right + } + + highlight_icon = { + name = "unpressed_claim" + visible = "[And(Not(Claim.IsPressed), Not(Claim.IsImplicit))]" + texture = "gfx/interface/icons/title_status/icon_claim_unpressed.dds" + size = { 24 24 } + parentanchor = bottom|right + } + + highlight_icon = { + name = "implicit_claim" + visible = "[Claim.IsImplicit]" + texture = "gfx/interface/icons/title_status/icon_claim_implicit.dds" + size = { 24 24 } + parentanchor = bottom|right + } + } + + text_single = { + visible = "[CharacterListItem.HasTitleItems]" + parentanchor = center + position = { 18 0 } + text = "[CharacterListItem.GetTitleItemCount]" + default_format = "#high" + using = Font_Size_Medium + align = center + } + } + + type hbox_skills_grid = hbox { + name = "skills_grid" + minimumsize = { 160 0 } + datamodel = "[CharacterListItem.GetSkillItems]" + + item = { + widget = { + size = { 32 25 } + + text_single = { + name = "value" + parentanchor = center + margin_bottom = 4 + align = center + text = "[SkillItem.GetValue]" + tooltip = "[SkillItem.GetName]" + } + + background = { + name = "skill_icon_bg" + texture = "gfx/interface/window_character/character_view_skills_bg.dds" + framesize = { 70 26 } + margin = { 5 0 } + + block "bg" + { + frame = "[SkillItem.GetFrame]" + } + } + } + } + } + + type hbox_list_sort_buttons = hbox { + name = "sort_buttons" + margin_left = 20 + margin_right = 20 + margin_top = 5 + spacing = 5 + + button_standard = { + name = "filters" + size = { 25 25 } + + down = "[CharacterSelectionList.FiltersShown]" + frame = "[BoolTo1And2(CharacterSelectionList.IsAllDefault)]" + onclick = "[CharacterSelectionList.OnToggleFilters]" + + tooltip = "TOGGLE_FILTERS" + using = tooltip_nw + + button_search = { + alwaystransparent = yes + parentanchor = center + size = { 20 20 } + } + + block "filters_visible" {} + } + + divider_light = { + size = { 3 20 } + block "filters_visible" {} + } + + text_single = { + text = "SORT_BY" + align = nobaseline + } + + block "sort_dropdown" { + dropdown_sort_characterlist = {} + } + + button_standard = { + name = "sort_order" + size = { 25 25 } + onclick = "[CharacterSelectionList.RevertSortOrder]" + + tooltip = "CHARACTER_SORT_BY" + using = tooltip_nw + + button_icon = { + alwaystransparent = yes + parentanchor = center + size = { 25 25 } + texture = "gfx/interface/icons/flat_icons/sort_icon.dds" + framesize = { 66 66 } + frame = "[BoolTo1And2(CharacterSelectionList.GetSortOrder)]" + + blockoverride "button_frames" + { + effectname = "NoHighlight" + } + } + } + + expand = {} + + block "skill_sort_buttons" + { + hbox = { + button_standard_hover = { + name = "skill_diplomacy" + size = { 32 32 } + + icon = { + texture = "gfx/interface/icons/icon_skills.dds" + size = { 32 32 } + framesize = { 60 60 } + frame = 1 + } + + onclick = "[CharacterSelectionList.SortBySkill('(int32)0')]" + + tooltip = "SORT_BY_DIPLOMACY" + using = tooltip_ne + + skillitem_sort_icon = { + visible = "[CharacterSelectionList.IsSortingBySkill('(int32)0')]" + } + } + + button_standard_hover = { + name = "skill_martial" + size = { 32 32 } + + icon = { + texture = "gfx/interface/icons/icon_skills.dds" + size = { 32 32 } + framesize = { 60 60 } + frame = 2 + } + + onclick = "[CharacterSelectionList.SortBySkill('(int32)1')]" + + tooltip = "SORT_BY_MARTIAL" + using = tooltip_ne + + skillitem_sort_icon = { + visible = "[CharacterSelectionList.IsSortingBySkill('(int32)1')]" + } + } + + button_standard_hover = { + name = "skill_stewardship" + size = { 32 32 } + + icon = { + texture = "gfx/interface/icons/icon_skills.dds" + size = { 32 32 } + framesize = { 60 60 } + frame = 3 + } + + onclick = "[CharacterSelectionList.SortBySkill('(int32)2')]" + tooltip = "SORT_BY_STEWARDSHIP" + using = tooltip_ne + + skillitem_sort_icon = { + visible = "[CharacterSelectionList.IsSortingBySkill('(int32)2')]" + } + } + + button_standard_hover = { + name = "skill_intrigue" + size = { 32 32 } + + icon = { + texture = "gfx/interface/icons/icon_skills.dds" + size = { 32 32 } + framesize = { 60 60 } + frame = 4 + } + + onclick = "[CharacterSelectionList.SortBySkill('(int32)3')]" + tooltip = "SORT_BY_INTRIGUE" + using = tooltip_ne + + skillitem_sort_icon = { + visible = "[CharacterSelectionList.IsSortingBySkill('(int32)3')]" + } + } + + button_standard_hover = { + name = "skill_learning" + size = { 32 32 } + + icon = { + texture = "gfx/interface/icons/icon_skills.dds" + size = { 32 32 } + framesize = { 60 60 } + frame = 5 + } + + onclick = "[CharacterSelectionList.SortBySkill('(int32)4')]" + tooltip = "SORT_BY_LEARNING" + using = tooltip_ne + + skillitem_sort_icon = { + visible = "[CharacterSelectionList.IsSortingBySkill('(int32)4')]" + } + } + } + } + } + + type skillitem_sort_icon = icon { + frame = "[BoolTo1And2(CharacterSelectionList.GetSortOrder)]" + alwaystransparent = yes + parentanchor = top|hcenter + position = { 0 -14 } + texture = "gfx/interface/buttons/button_sort_toggle.dds" + framesize = { 36 36 } + size = { 18 18 } + + using = Master_Button_Modify_Texture + blockoverride "master_color_frame" { + frame = 1 + } + } + + type vbox_character_list = vbox { + name = "character_list" + spacing = 3 + + block "sort_buttons" + { + hbox_list_sort_buttons = { + layoutpolicy_horizontal = expanding + } + } + + block "special_character" {} + + scrollbox = { + name = "characters_scroll_area" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + blockoverride "scrollbox_content" { + + block "container_implementation" { + vbox = { + name = "characters_grid" + datamodel = "[CharacterSelectionList.GetList]" + visible = "[Not(CharacterSelectionList.IsBuildingList)]" + layoutpolicy_horizontal = expanding + + item = { + widget_character_list_item = { + block "item_size" { + size = { 650 110 } + layoutpolicy_horizontal = expanding + } + } + } + } + } + } + + blockoverride "scrollbox_empty" + { + block "scrollbox_empty_visibility" + { + layoutpolicy_vertical = expanding + visible = "[IsDataModelEmpty( CharacterSelectionList.GetList )]" + text = "NO_CHARACTERS_TO_SELECT" + } + } + } + + block "character_count" + { + hbox = { + layoutpolicy_horizontal = growing + margin = { 25 5 } + margin_bottom = 8 + spacing = 5 + + block "bottom_bar" {} + + expand = {} + + widget = { + size = { 20 15 } + + warning_icon = { + size = { 25 25 } + visible = "[Not( CharacterSelectionList.IsAllDefault )]" + tooltip = "CHARACTER_FINDER_FILTER_SET" + position = { -3 -5 } + } + } + + text_single = { + name = "character_count" + datacontext = "[CharacterSelectionList]" + text = "CHARACTER_FINDER_COUNT" + align = center|nobaseline + default_format = "#low" + } + } + } + } + + type button_recruit_character = button_round + { + visible = "[Character.IsPlayerInteractionShown('recruit_guest_interaction')]" + enabled = "[Character.IsPlayerInteractionValid('recruit_guest_interaction')]" + onclick = "[Character.OpenPlayerInteraction('recruit_guest_interaction')]" + tooltip = "[Character.GetPlayerInteractionTooltip('recruit_guest_interaction')]" + + button_add_character = { + alwaystransparent = yes + parentanchor = center + } + } + + type widget_courtier_item = widget { + size = { 0 125 } + + hbox = { + spacing = 5 + + background = { + using = Background_Area_With_Header + margin_right = 7 + margin_left = 5 + } + + portrait_head = {} + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_top = 3 + + hbox = { + layoutpolicy_horizontal = expanding + + text_single = { + name = "name" + layoutpolicy_horizontal = expanding + autoresize = no + text = "[Character.GetUINameNoTooltip]" + using = Font_Size_Medium + align = nobaseline + fontsize_min = 14 + margin_right = 10 + } + + hbox_skills_grid = {} + } + + vbox = { + layoutpolicy_horizontal = expanding + margin = { 0 3 } + margin_bottom = 8 + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 3 + + warning_icon = { + visible = "[And( Character.CourtierWantsToLeaveCourt, Not( Character.IsImprisoned))]" + size = { 20 20 } + tooltip = "[Character.GetCourtierLeaveDescription]" + } + + debug_placeholder = { + visible = "[InDebugMode]" + size = { 20 20 } + raw_tooltip = "#D [Character.GetDebugCourtierLeaveReasons]#!" + } + + text_single = { + name = "relation_to_court_owner" + layoutpolicy_horizontal = expanding + default_format = "#low" + autoresize = no + align = nobaseline + + block "description_relation_text" { + text = "[Character.GetRelationToString( CharacterWindow.GetCourtOwner )]" + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + } + + background = { + visible = "[Character.IsImprisoned]" + using = Status_Bad + alpha = 0.5 + } + } + + expand = {} + } + } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + margin_bottom = 5 + + block "action_buttons" + { + hbox = { + margin = { 0 3 } + spacing = 5 + + button_recruit_character = {} + } + } + + hbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + minimumsize = { 0 60 } + margin_left = 5 + + background = { + using = Background_Area_Dark + margin = { 3 3 } + alpha = 0.5 + } + + # Dynasty + widget = { + layoutpolicy_vertical = expanding + size = { 45 40 } + + coa_house_small = { + datacontext = "[Character.GetHouse]" + parentanchor = center + scale = 0.7 + } + } + + # Traits + vbox = { + layoutpolicy_vertical = expanding + margin = { 10 0 } + + hbox = { + layoutpolicy_horizontal = expanding + + fixedgridbox = { + name = "traits_grid_four" + datamodel = "[CharacterListItem.GetTraits]" + flipdirection = yes + addcolumn = 30 + addrow = 28 + visible = "[Not( IsDataModelEmpty( CharacterListItem.GetTitleItems ) )]" + + block "gridbox_items" ### for characterview + { + datamodel_wrap = 4 + maxverticalslots = 2 + } + + item = { + icon_trait = { + visible = "[Trait.IsValid]" + + blockoverride "icon_size" + { + size = { 30 30 } + } + + blockoverride "tooltip_placement" + { + using = tooltip_se + } + + blockoverride "glow_radius" + { + glow_radius = 3 + } + } + } + } + fixedgridbox = { + name = "traits_grid_five" + datamodel = "[CharacterListItem.GetTraits]" + flipdirection = yes + addcolumn = 30 + addrow = 28 + visible = "[IsDataModelEmpty( CharacterListItem.GetTitleItems )]" + + block "gridbox_items" ### for characterview + { + datamodel_wrap = 5 + maxverticalslots = 2 + } + + item = { + icon_trait = { + visible = "[Trait.IsValid]" + + blockoverride "icon_size" + { + size = { 30 30 } + } + + blockoverride "tooltip_placement" + { + using = tooltip_se + } + + blockoverride "glow_radius" + { + glow_radius = 3 + } + } + } + } + + expand = {} + } + } + + expand = {} + + divider_light = { + layoutpolicy_vertical = expanding + alpha = 0.5 + } + + hbox = { + margin = { 3 0 } + + widget_list_claims = { + visible = "[Not( IsDataModelEmpty( CharacterListItem.GetTitleItems ) )]" + } + } + + divider_light = { + visible = "[Not( IsDataModelEmpty( CharacterListItem.GetTitleItems ) )]" + layoutpolicy_vertical = expanding + alpha = 0.5 + } + + hbox = { + margin_right = 5 + + button_religion_icon = { + datacontext = "[Character.GetFaith]" + size = { 40 40 } + } + + vbox = { + datacontext = "[Character.GetCulture]" + + tooltipwidget = { + culture_tooltip = {} + } + using = tooltip_se + + icon = { + name = "culture" + texture = "gfx/interface/icons/icon_culture.dds" + size = { 24 24 } + } + + text_single = { + layoutpolicy_horizontal = expanding + min_width = 60 + align = center|nobaseline + autoresize = no + text = "CULTURE_LISTS_WINDOW" + } + } + } + } + } + } + } + } + + type widget_vassal_list_item = widget { + datacontext = "[CharacterListItem.GetCharacter]" + size = { 200 180 } + + vbox = { + margin = { 0 5 } + margin_left = 10 + margin_right = 15 + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 10 + + background = { + using = Background_Area + } + + portrait_head_small = {} + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_right = 10 + + hbox = { + layoutpolicy_horizontal = expanding + + vbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + + hbox = { + layoutpolicy_horizontal = expanding + minimumsize = { 0 30 } + + background = { + using = Background_Area_Characterlist + margin = { 8 0 } + margin_left = 15 + + using = Mask_Rough_Edges + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Character.GetUINameNoTooltip]" + using = Font_Size_Medium + autoresize = no + fontsize_min = 13 + align = nobaseline + } + } + + text_single = { + name = "character_relation" + visible = "[Character.GetLiege.IsLocalPlayer]" + layoutpolicy_horizontal = expanding + text = "[Character.GetRelationToString(GetPlayer)]" + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + default_format = "#low" + autoresize = no + fontsize_min = 13 + align = nobaseline + } + } + + block "own_vassal" { + vbox = { + layoutpolicy_vertical = expanding + margin_left = 10 + visible = "[Character.GetLiege.IsLocalPlayer]" + + hbox = { + coa_title_tiny_crown = { + name = "allegiance_flag" + datacontext = "[VassalContract.GetTitleAllegiance]" + visible = "[Title.IsValid]" + tooltip = "MRW_TITLE_ALLEGIANCE" + blockoverride "coa_tooltip" {} + } + + vbox = { + layoutpolicy_vertical = expanding + margin_top = 5 + + hbox = { + + icon = { + name = "hook" + visible = "[Character.PlayerHasHooksOrHookableSecrets]" + size = { 25 25 } + framesize = { 40 40 } + texture = "gfx/interface/icons/portraits/hook_secret.dds" + + frame = "[Character.GetHookOrHookableSecretsFrame]" + tooltip = "[Character.HookTooltip]" + } + + icon = { + name = "icon_non_dejure" + visible = "[Not( VassalContract.IsRightfulLiege )]" + size = { 30 30 } + texture = "gfx/interface/icons/levy_tax_reduction.dds" + + using = tooltip_ws + tooltip = "MRW_TT_NOT_RIGHTFUL_LIEGE" + } + } + expand = {} + } + } + expand = {} + } + } + } + + expand = {} + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + + text_single = { + text = "REALM_WINDOW_SIZE" + tooltip = "REALM_WINDOW_SIZE_TT" + align = nobaseline + visible = "[NotEqualTo_int32(Character.GetPrimaryTitle.GetTierFrame, '(int32)2')]" #nonbaron + + } + + hbox = { + spacing = 3 + margin = { 5 0 } + + block "own_vassal" + { + visible = no + } + + icon = { + size = { 22 22 } + texture = "gfx/interface/icons/icon_soldier.dds" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Character.GetMilitaryStrengthText]" + align = nobaseline + default_format = "#high" + } + } + + text_single = { + visible = "[Character.IsPowerfulVassal]" + text = "MY_REALM_WINDOW_POWERFUL_VASSAL" + layoutpolicy_horizontal = expanding + align = nobaseline + } + + expand = {} + + hbox_skills_grid = {} + } + + expand = {} + } + } + + block "own_vassal" + { + block "feudal_contract" + { + vbox = { + name = "feudal_info" + layoutpolicy_horizontal = expanding + margin = { 10 5 } + spacing = 10 + + background = { + using = Background_Area + } + + hbox = { + layoutpolicy_horizontal = expanding + visible = "[And( VassalContract.UsesObligationLevels, Not( Character.GetPrimaryTitle.IsBarony))]" + spacing = 10 + + button_round = { + enabled = "[Character.IsPlayerInteractionValid('liege_modify_vassal_contract_interaction')]" + onclick = "[Character.OpenPlayerInteraction('liege_modify_vassal_contract_interaction')]" + tooltip = "[Character.GetPlayerInteractionTooltip('liege_modify_vassal_contract_interaction')]" + + button_feudal_contract = { + alwaystransparent = yes + parentanchor = center + } + } + + text_single = { # Display the usual Levy and Tax for Feudal + visible = "[Character.GetGovernment.IsType('feudal_government')]" + layoutpolicy_horizontal = expanding + text = "MY_REALM_WINDOW_VASSAL_OBLIGATION" + default_format = "#low" + align = nobaseline + } + + text_single = { # Display the government type for non Feudal + visible = "[Not(Character.GetGovernment.IsType('feudal_government'))]" + text = "[Character.GetGovernment.GetName]" + align = nobaseline + } + + expand = {} + + vassal_contract_not_default_icon = {} + } + + hbox = { + layoutpolicy_horizontal = expanding + visible = "[Not(And( VassalContract.UsesObligationLevels, Not( Character.GetPrimaryTitle.IsBarony)))]" + spacing = 5 + + icon = { + size = { 42 42 } + texture = "gfx/interface/icons/symbols/icon_cross.dds" + tooltip = MY_REALM_WINDOW_NO_FEUDAL_CONTRACT_TT + enabled = no + } + + text_single = { + text = "[Character.GetGovernment.GetName]" + align = nobaseline + } + + expand = {} + } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 10 + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 3 + + icon = { + size = { 25 25 } + texture = "gfx/interface/icons/icon_gold.dds" + } + + widget = { + layoutpolicy_horizontal = expanding + + background = { + using = Background_Area + margin = { 3 2 } + } + + progressbar_standard_transparent = { + size = "[MyRealmWindowVassalItem.GetRelativeSizeForTax]" + minimumsize = { 10 0 } + value = "[FixedPointToProgressbarValue(VassalContract.GetTaxRatioForLiege)]" + } + + flowcontainer = { + parentanchor = center + position = { 0 -2 } + spacing = 4 + + text_single = { + text = "[MyRealmWindowVassalItem.GetCachedTax|=1]" + } + } + } + + tooltipwidget = { + my_realm_window_contribution_tooltip = { + datacontext = "[MyRealmWindowVassalItem.GetTaxBreakdown]" + blockoverride "levy_info_visible" { visible = no } + blockoverride "contribution_tooltip_header" + { + text = "MRW_TT_TAXES_TO_ME" + } + + blockoverride "levy_info" + { + text_single = { + multiline = yes + maximumsize = { 250 -1 } + text = "[MyRealmWindowVassalItem.GetLevyTooltip]" + } + } + } + } + using = tooltip_ws + } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 3 + + icon = { + size = { 25 25 } + texture = "gfx/interface/icons/icon_soldier.dds" + } + + widget = { + layoutpolicy_horizontal = expanding + # size = { 150 22 } + + background = { + using = Background_Area + margin = { 3 2 } + } + + progressbar_standard_transparent = { + size = "[MyRealmWindowVassalItem.GetRelativeSizeForLevies]" + minimumsize = { 10 0 } + value = "[FixedPointToProgressbarValue(VassalContract.GetLevyRatioForLiege)]" + } + + flowcontainer = { + parentanchor = center + position = { 0 -2 } + spacing = 4 + + text_single = { + text = "[MyRealmWindowVassalItem.GetCachedLeviesFormatted]" + } + } + } + + tooltipwidget = { + my_realm_window_contribution_tooltip = { + datacontext = "[MyRealmWindowVassalItem.GetLeviesBreakdown]" + blockoverride "tax_info_visible" { visible = no } + blockoverride "contribution_tooltip_header" + { + text = "MRW_TT_LEVIES_TO_ME" + } + blockoverride "tax_info" + { + text_single = { + multiline = yes + maximumsize = { 250 -1 } + text = "[MyRealmWindowVassalItem.GetTaxTooltip]" + } + } + } + } + using = tooltip_ws + } + } + expand = {} + } + } + } + + expand = {} + } + } + ############################ +####### TRIBS WIDGET ####### +############################ + +type widget_tribs_list_item = widget { + datacontext = "[CharacterListItem.GetCharacter]" + size = { 200 180 } + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 10 5 } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 10 + + background = { + using = Background_Area + } + + portrait_head_small = {} + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_right = 10 + + hbox = { + layoutpolicy_horizontal = expanding + + vbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + + hbox = { + layoutpolicy_horizontal = expanding + minimumsize = { 0 30 } + + background = { + using = Background_Area_Characterlist + margin = { 8 0 } + margin_left = 15 + + using = Mask_Rough_Edges + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Character.GetUINameNoTooltip]" + using = Font_Size_Medium + autoresize = no + fontsize_min = 13 + align = nobaseline + } + } + + text_single = { + name = "character_relation" + visible = "[Character.GetLiege.IsLocalPlayer]" + layoutpolicy_horizontal = expanding + text = "[Character.GetRelationToString(GetPlayer)] " + default_format = "#low" + autoresize = no + fontsize_min = 13 + align = nobaseline + } + } + } + + expand = {} + hbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + text_single = { + layoutpolicy_horizontal = expanding + align = nobaseline + text = "[Character.MakeScope.Var('tributary_type').GetFlagName]" + } + } + expand = {} + hbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + + text_single = { + text = "REALM_WINDOW_SIZE" + tooltip = "REALM_WINDOW_SIZE_TT" + align = nobaseline + visible = "[NotEqualTo_int32(Character.GetPrimaryTitle.GetTierFrame, '(int32)2')]" #nonbaron + + } + + hbox = { + spacing = 3 + margin = { 5 0 } + + icon = { + size = { 22 22 } + texture = "gfx/interface/icons/icon_soldier.dds" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Character.GetMilitaryStrengthText]" + align = nobaseline + default_format = "#high" + } + } + hbox = { + spacing = 3 + margin = { 5 0 } + + icon = { + size = { 22 22 } + texture = "gfx/interface/icons/icon_gold.dds" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Multiply_CFixedPoint(Character.MakeScope.Var('tribute_gold_percent').GetValue,'(CFixedPoint)100')|0]%" + align = nobaseline + default_format = "#high" + } + } + hbox = { + spacing = 3 + margin = { 5 0 } + + + icon = { + name = "icon_prestige" + size = { 22 22 } + texture = "[Character.GetPrestigeLevelTexture]" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Multiply_CFixedPoint(Character.MakeScope.Var('monthly_prestige_suzerain').GetValue,'(CFixedPoint)100')|0]%" + align = nobaseline + default_format = "#high" + } + } + hbox = { + spacing = 3 + margin = { 5 0 } + + icon = { + name = "icon_piety" + size = { 22 22 } + texture = "[Character.GetPietyLevelTexture]" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Multiply_CFixedPoint(Character.MakeScope.Var('monthly_piety_suzerain').GetValue,'(CFixedPoint)100')|0]%" + align = nobaseline + default_format = "#high" + } + } + + expand = {} + + hbox_skills_grid = {} + } + + expand = {} + } + } + + expand = {} + } +} +# End Tribs Widget +} + +#################################### +########### SCROLL AREA ############ +#################################### + +## Generic scrollarea. Remember that "scrollbox_content" can only contain one child without siblings. +types Scrollbar +{ + + type scrollbox = scrollarea { + size = { 100 100 } + + scrollbarpolicy_horizontal = always_off + + scrollbar_vertical = { + using = Scrollbar_Vertical + } + + block "scrollbox_background" + { + background = { + using = Background_Area + } + } + + scrollwidget = { + block "scrollbox_replace_vbox" + { + vbox = { + block "scrollbox_margins" + { + using = Scrollbox_Margins + } + + block "scrollbox_content" + { + debug_square = {} + } + + text_single = { + layoutpolicy_vertical = expanding + default_format = "#low;italic" + + block "scrollbox_empty" + { + visible = no + } + } + + block "scrollbox_expand" + { + expand = { + layoutpolicy_vertical = growing + } + } + } + } + } + + block "scrollbox_background_fade" { + icon = { + name = "scrollbar_fade" + texture = "gfx/interface/scrollbars/scrollbar_fade.dds" + size = { 100% 100% } + alwaystransparent = yes + + spriteType = Corneredtiled + spriteborder = { 0 30 } + } + } + } +} + +## Vertical scrollbar +template Scrollbar_Vertical +{ + scrollbar = { + name = "vertical_scrollbar" + size = { 12 12 } + wheelstep = 60 + direction = vertical + + track = { + button = { + size = { 12 12 } + gfxtype = buttongfx + + texture = "gfx/interface/scrollbars/scrollbar_track_vertical.dds" + spriteType = Corneredtiled + spriteborder = { 0 3 } + effectname = "NoHighlight" + } + } + + slider = { + button = { + gfxtype = framedbuttongfx + effectname = "NoHighlight" + + texture = "gfx/interface/scrollbars/scrollbar_slider.dds" + spriteType = Corneredtiled + spriteborder = { 0 3 } + framesize = { 12 40 } + minimumsize = { -1 40 } + + upframe = 1 + overframe = 2 + downframe = 2 + + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_icon_pointer_over" + + state = { + name = _mouse_press + start_sound = { + soundeffect = "event:/SFX/UI/Generic/sfx_ui_generic_icon_select" + } + } + + state = { + name = _mouse_release + start_sound = { + soundeffect = "event:/SFX/UI/Generic/sfx_ui_generic_icon_select" + } + } + } + } + + dec_button = { + button = { + } + } + + inc_button = { + button = { + } + } + } +} + +## Horizontal scrollbar +template Scrollbar_Horizontal +{ + scrollbar = { + name = "horizontal_scrollbar" + size = { 12 12 } + wheelstep = 60 + direction = horizontal + + track = { + button = { + size = { 12 12 } + gfxtype = buttongfx + + texture = "gfx/interface/scrollbars/scrollbar_track_horizontal.dds" + spriteType = Corneredtiled + spriteborder = { 3 0 } + effectname = "NoHighlight" + intersectionmask = yes + } + } + + slider = { + button = { + gfxtype = framedbuttongfx + effectname = "NoHighlight" + + texture = "gfx/interface/scrollbars/scrollbar_slider_horizontal.dds" + spriteType = Corneredtiled + spriteborder = { 3 0 } + framesize = { 40 12 } + minimumsize = { 15 -1 } + + upframe = 1 + overframe = 2 + downframe = 2 + + intersectionmask = yes + oversound = "event:/SFX/UI/Generic/sfx_ui_generic_icon_pointer_over" + + state = { + name = _mouse_press + start_sound = { + soundeffect = "event:/SFX/UI/Generic/sfx_ui_generic_icon_select" + } + } + + state = { + name = _mouse_release + start_sound = { + soundeffect = "event:/SFX/UI/Generic/sfx_ui_generic_icon_select" + } + } + } + } + + dec_button = { + button = { + } + } + + inc_button = { + button = { + } + } + } +} diff --git a/WtWSMS/gui/shared/mapmodes.gui b/WtWSMS/gui/shared/mapmodes.gui new file mode 100644 index 0000000000..d9cee33b6f --- /dev/null +++ b/WtWSMS/gui/shared/mapmodes.gui @@ -0,0 +1,754 @@ +types MapModes +{ + type map_modes_debug = flowcontainer { + ignoreinvisible = yes + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_simple_realms_button" + onclick = "[SetMapMode('simple_realms')]" + raw_text = "Srlm" + tooltip = "MAPMODE_REALMS" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_terrain_button" + onclick = "[SetMapMode('terrain')]" + raw_text = "Ter" + tooltip = "MAPMODE_TERRAIN" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_baronies_button" + onclick = "[SetMapMode('baronies')]" + raw_text = "Bar" + tooltip = "MAPMODE_BARONIES" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_realm_areas_button" + onclick = "[SetMapMode('realm_areas')]" + raw_text = "Area" + tooltip = "MAPMODE_AREAS" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_diplomacy_button" + onclick = "[SetMapMode('diplomacy')]" + raw_text = "Diplo" + tooltip = "MAPMODE_DIPLOMACY" + } + + button_round = { + visible = "[CanChangeMapMode]" + onclick = "[SetMapMode('debug_character_pools')]" + raw_text = "Pools" + raw_tooltip = "Character Pools" + } + + button_round = { + visible = "[CanChangeMapMode]" + onclick = "[SetMapMode('debug_ai_war_coordinator_targets')]" + raw_text = "AI" + raw_tooltip = "AI War Coordinator targets" + } + + button_round = { + visible = "[CanChangeMapMode]" + onclick = "[SetMapMode('debug_visual_regions')]" + raw_text = "Reg" + raw_tooltip = "Visual Geographical Regions" + } + } + + type map_modes = widget { + allow_outside = yes + filter_mouse = all + alwaystransparent = yes + + size = { 170 95 } + + background = { + using = Background_Area_Dark + margin_left = 10 + margin_bottom = 10 + margin_top = -12 + margin_right = 10 + color = { 0.15 0.15 0.15 0.75 } + } + + state = { + name = custom_map_mode_initialize + trigger_on_create = yes + trigger_when = "[And(Not(GameHasMultiplePlayers), And( Not(InDebugMode), And( CanChangeMapMode, And( IsDefaultGUIMode, And( Or( IsMapMode('realms'), IsMapMode('baronies') ), GetScriptedGui('custom_map_mode_initialize').IsValid(GuiScope.End) ) ) ) ) )]" + on_start = "[GetScriptedGui('custom_map_mode_initialize').Execute(GuiScope.End)]" + } + + flowcontainer = { + visible = "[And( And( Not( GetVariableSystem.Exists( 'mapmodes_expand' ) ), IsMapMode('realms') ), IsDefaultGUIMode )]" + parentanchor = top|right + position = { 0 -40 } + direction = vertical + ignoreinvisible = yes + min_width = 170 + tooltip = "ZOOM_LEVEL_PAPER_MAP_TOOLTIP" + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + visible = "[GreaterThanOrEqualTo_int32(GetZoomLevel, '(int32)20')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_PAPER_MAP" + default_format = "#high;italic" + } + + text_single = { + visible = "[GreaterThanOrEqualTo_int32(GetZoomLevel, '(int32)20')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_SELECTING_REALMS" + } + } + + flowcontainer = { + visible = "[And( And( Not( GetVariableSystem.Exists( 'mapmodes_expand' ) ), IsMapMode('realms') ), IsDefaultGUIMode )]" + parentanchor = top|right + position = { 0 -40 } + direction = vertical + ignoreinvisible = yes + min_width = 170 + tooltip = ZOOM_LEVEL_POLITICAL_TOOLTIP + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + visible = "[And(LessThan_int32(GetZoomLevel, '(int32)20'), GreaterThan_int32(GetZoomLevel, '(int32)8'))]" + parentanchor = hcenter + text = "ZOOM_LEVEL_POLITICAL" + default_format = "#color_yellow" + } + + text_single = { + visible = "[And(LessThan_int32(GetZoomLevel, '(int32)20'), GreaterThan_int32(GetZoomLevel, '(int32)8'))]" + parentanchor = hcenter + text = "ZOOM_LEVEL_SELECTING_REALMS" + } + } + + flowcontainer = { + visible = "[And( And(Not(GetVariableSystem.Exists( 'mapmodes_expand' )), IsMapMode('realms')), IsDefaultGUIMode )]" + parentanchor = top|right + position = { 0 -40 } + direction = vertical + ignoreinvisible = yes + min_width = 170 + tooltip = ZOOM_LEVEL_DETAILS_TOOLTIP + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + visible = "[LessThan_int32(GetZoomLevel, '(int32)9')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_DETAILS" + default_format = "#color_green" + } + + text_single = { + visible = "[LessThan_int32(GetZoomLevel, '(int32)9')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_SELECTING_BARONIES" + } + } + + ## Realm + icon_button_mapmode = { + name = "map_mode_realms_button" + position = { 0 25 } + size = { 50 50 } + visible = "[CanChangeMapMode]" + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('realms')]" + } + + blockoverride "mm_button" + { + onclick = "[ClearExploringRealms]" + shortcut = "map_mode_1" + } + blockoverride "mm_icon" + { + size = { 50 50 } + } + + blockoverride "mm_glow" + { + visible = no + } + + blockoverride "mm_bg_color" + { + color = { 0.18 0.18 0 1 } + } + } + + flowcontainer = { + parentanchor = right|bottom + margin_right = 15 + direction = vertical + + ## De Jure + flowcontainer = { + visible = "[CanChangeMapMode]" + parentanchor = hcenter + direction = horizontal + ignoreinvisible = yes + spacing = -3 + + icon_button_mapmode = { + name = "map_mode_duchies_button" + size = { 38 38 } + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('dejure_duchies')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_9" + } + + blockoverride "button_bg_color" + { + color = { 0.1 0.14 0.1 1 } + } + } + + icon_button_mapmode = { + name = "map_mode_kingdoms_button" + size = { 38 38 } + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('dejure_kingdoms')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_10" + } + + blockoverride "button_bg_color" + { + color = { 0.18 0.1 0.1 1 } + } + } + + icon_button_mapmode = { + name = "map_mode_empires_button" + size = { 38 38 } + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('dejure_empires')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_11" + } + + blockoverride "button_bg_color" + { + color = { 0.12 0.12 0.18 1 } + } + } + } + + ## Other + flowcontainer = { + parentanchor = hcenter + direction = horizontal + ignoreinvisible = no + spacing = -2 + + visible = "[CanChangeMapMode]" + + icon_button_mapmode = { + name = "map_mode_religion_button" + size = { 32 32 } + parentanchor = vcenter + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('religions')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_3" + } + } + + icon_button_mapmode = { + name = "map_mode_cultures_button" + size = { 32 32 } + parentanchor = vcenter + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('cultures')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_2" + } + } + + icon_button_mapmode = { + name = "map_mode_houses_button" + size = { 32 32 } + parentanchor = vcenter + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('houses')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_4" + } + } + + widget = { + parentanchor = vcenter + size = {32 32} + + button_round = { + parentanchor = center + size = { 30 30 } + onclick = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + + button_plus_small = { + parentanchor = center + alwaystransparent = yes + } + } + } + } + } + + flowcontainer = { + visible = "[GetVariableSystem.Exists( 'mapmodes_expand' )]" + visible_at_creation = no + parentanchor = top|right + widgetanchor = bottom|right + position = { -0 25 } + margin = { 22 10 } + alwaystransparent = no + filter_mouse = all + + state = { + name = _mouse_hierarchy_leave + on_finish = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + } + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + flowcontainer = { + direction = vertical + margin = { 10 5 } + ignoreinvisible = yes + + background = { + using = Background_Area_Dark + } + + text_single = { + parentanchor = hcenter + text = "ADDITIONAL_MAPMODES" + default_format = "#medium;italic" + margin_bottom = 5 + max_width = 110 + } + + mm_text_button = { + name = "map_mode_government_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'government' )]" + } + shortcut = "map_mode_5" + } + + mm_text_button = { + name = "county_development" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'county_development' )]" + } + shortcut = "map_mode_13" + } + + mm_text_button = { + name = "simple_terrain" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'simple_terrain' )]" + } + shortcut = "map_mode_12" + } + + mm_text_button = { + name = "map_mode_counties_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_counties' )]" + } + shortcut = "map_mode_6" + } + + mm_text_button = { + name = "map_mode_court_languages_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode('court_languages')]" + } + blockoverride 'visible' + { + visible = "[And( HasDlcFeature( 'royal_court' ), CanChangeMapMode )]" + } + shortcut = "map_mode_7" + } + + mm_text_button = { + name = "players" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'players' )]" + } + blockoverride 'visible' + { + visible = "[And( Or(GameHasMultiplePlayers, InDebugMode), CanChangeMapMode)]" + } + shortcut = "map_mode_8" + } + button_tertiary = { + name = "Resources" + visible = "[CanChangeMapMode]" + parentanchor = hcenter + + size = { 110 25 } + onclick = "[SetMapMode('resources')]" + onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" + down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" + + raw_text = "Resources" + + tooltip = "Resources" + using = tooltip_ws + } + } + } + } + + type mm_text_button = button_tertiary { + name = "players" + block 'datacontext' + { + datacontext = "[GetMapMode( 'realms' )]" + } + block 'visible' + { + visible = "[CanChangeMapMode]" + } + + parentanchor = hcenter + size = { 110 25 } + + onclick = "[SetMapMode( MapMode.GetKey )]" + text = "[MapMode.GetName]" + tooltip = "[MapMode.GetDesc]" + + using = tooltip_ws + } + + type mini_map_mode = widget { + allow_outside = yes + filter_mouse = all + alwaystransparent = yes + + size = { 320 60 } + + background = { + using = Background_Area_Dark + margin = { 10 0 } + color = { 0.15 0.15 0.15 0.75 } + } + + hbox = { + vbox = { + layoutpolicy_horizontal = expanding + text_single = { + raw_text = "Map Mode" + } + text_single = { + text = "[GetCurrentMapMode.GetName]" + } + } + + expand = {} + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'struggle' )]" + } + } + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'realms' )]" + } + } + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'religions' )]" + } + } + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'cultures' )]" + } + } + + widget = { + size = {32 32} + + button_round = { + size = { 30 30 } + parentanchor = top|hcenter + widgetanchor = center + position = { 0 10 } + + onclick = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + + button_plus_small = { + parentanchor = center + alwaystransparent = yes + } + } + } + } + + flowcontainer = { + visible = "[GetVariableSystem.Exists( 'mapmodes_expand' )]" + parentanchor = top|right + widgetanchor = bottom|right + position = { 10 0 } + alwaystransparent = no + filter_mouse = all + + state = { + name = _mouse_hierarchy_leave + on_finish = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + } + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + flowcontainer = { + direction = vertical + margin = { 10 5 } + ignoreinvisible = yes + + background = { + using = Background_Area_Dark + } + + text_single = { + parentanchor = hcenter + text = "ADDITIONAL_MAPMODES" + default_format = "#medium;italic" + margin_bottom = 5 + max_width = 110 + } + mm_text_button = { + name = "map_mode_dejure_duchies_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_duchies' )]" + } + shortcut = "map_mode_9" + } + + mm_text_button = { + name = "map_mode_dejure_kingdoms_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_kingdoms' )]" + } + shortcut = "map_mode_10" + } + + mm_text_button = { + name = "map_mode_dejure_empires_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_empires' )]" + } + shortcut = "map_mode_11" + } + + mm_text_button = { + name = "map_mode_government_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'government' )]" + } + shortcut = "map_mode_5" + } + + mm_text_button = { + name = "county_development" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'county_development' )]" + } + shortcut = "map_mode_13" + } + + mm_text_button = { + name = "simple_terrain" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'simple_terrain' )]" + } + shortcut = "map_mode_12" + } + + mm_text_button = { + name = "map_mode_counties_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_counties' )]" + } + shortcut = "map_mode_6" + } + + mm_text_button = { + name = "map_mode_court_languages_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode('court_languages')]" + } + blockoverride 'visible' + { + visible = "[And( HasDlcFeature( 'royal_court' ), CanChangeMapMode )]" + } + shortcut = "map_mode_7" + } + + mm_text_button = { + name = "players" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'players' )]" + } + blockoverride 'visible' + { + visible = "[And( Or(GameHasMultiplePlayers, InDebugMode), CanChangeMapMode)]" + } + shortcut = "map_mode_8" + } + button_tertiary = { + name = "Resources" + visible = "[CanChangeMapMode]" + parentanchor = hcenter + + size = { 110 25 } + onclick = "[SetMapMode('resources')]" + onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" + down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" + + raw_text = "Resources" + + tooltip = "Resources" + using = tooltip_ws + } + } + } + } +} diff --git a/WtWSMS/gui/shared/value_breakdown.gui b/WtWSMS/gui/shared/value_breakdown.gui new file mode 100644 index 0000000000..18fdbb37ac --- /dev/null +++ b/WtWSMS/gui/shared/value_breakdown.gui @@ -0,0 +1,593 @@ +types Breakdowns +{ + ## List of values tooltip + type widget_value_breakdown_tooltip = widget { + name = "values_grid" + size = { 50 50 } + alwaystransparent = no + + background = { + using = Background_Area_Border_Solid + } + + vbox = { + datamodel = "[ValueBreakdown.GetSubValues]" + alwaystransparent = no + set_parent_size_to_minimum = yes + margin = { 17 10 } + spacing = 3 + + block "header" {} + + item = { + hbox = { + name = "value_breakdown" + layoutpolicy_horizontal = expanding + + text_single = { + name = "name" + layoutpolicy_horizontal = expanding + text = "[ValueBreakdown.GetName]" + min_width = 180 + max_width = 250 + fonttintcolor = "[TooltipInfo.GetTintColor]" + margin_right = 10 + } + + text_single= { + visible = "[And(ValueBreakdown.HasTooltip, ValueBreakdown.ShouldShowValue)]" + name = "value_with_tooltip" + text = "[ValueBreakdown.GetValue|L]" + align = right + fonttintcolor = "[TooltipInfo.GetTintColor]" + + using = tooltip_below + + tooltipwidget = { + recursive = yes + + widget_value_breakdown_tooltip = {} + } + } + + text_single = { + visible = "[And( Not(ValueBreakdown.HasTooltip), ValueBreakdown.ShouldShowValue )]" + name = "value_with_no_tooltip" + text = "[ValueBreakdown.GetValue]" + align = right + fonttintcolor = "[TooltipInfo.GetTintColor]" + } + } + } + } + } + + ## Gold Breakdown Tooltip + type widget_gold_breakdown_tooltip = widget { + alwaystransparent = no + + block "background" { #### needed to solve the hack for tooltip in Realm View + using = DefaultTooltipBackground + } + + vbox = { + layoutpolicy_horizontal = expanding + + set_parent_size_to_minimum = yes + margin = { 14 8 } + margin_bottom = 18 + spacing = 14 + + block "my_gold" {} + + vbox_gold_breakdown = { + name = "income" + layoutpolicy_horizontal = expanding + block "income" {} + block "jankcome_gold" {} + } + + + vbox_gold_breakdown = { + name = "expenses" + layoutpolicy_horizontal = expanding + block "expenses" {} + } + + block "gold_income" {} + } + } + + type vbox_gold_breakdown = vbox { + spacing = 6 + alwaystransparent = no + + vbox = { + layoutpolicy_horizontal = expanding + + text_single = { + layoutpolicy_horizontal = expanding + text = "[ValueBreakdown.GetName]" + default_format = "#T" + + background = { + using = Background_Area + margin = { 10 0 } + margin_bottom = 8 + } + } + + vbox = { + name = "values_grid" + datamodel = "[ValueBreakdown.GetSubValues]" + layoutpolicy_horizontal = expanding + margin_top = 2 + + item = { + hbox = { + name = "value_breakdown" + layoutpolicy_horizontal = expanding + spacing = 10 + + text_single = { + name = "name" + layoutpolicy_horizontal = expanding + text = "[ValueBreakdown.GetName]" + } + + text_single = { + name = "value_with_tooltip" + visible = "[And(ValueBreakdown.HasTooltip, ValueBreakdown.ShouldShowValue)]" + text = "[ValueBreakdown.GetValue|L]" + align = right + default_format = "#high" + + using = tooltip_se + + tooltipwidget = { + widget_value_breakdown_tooltip = {} + } + } + + text_single = { + name = "value_with_no_tooltip" + visible = "[And( Not(ValueBreakdown.HasTooltip), ValueBreakdown.ShouldShowValue )]" + text = "[ValueBreakdown.GetValue]" + align = right + } + } + } + } + + text_single = { + visible = "[Not(DataModelHasItems( ValueBreakdown.GetSubValues ))]" + layoutpolicy_horizontal = expanding + block "no_values" { + text = "VALUE_BREAKDOWN_NO_VALUES" + } + default_format = "#weak" + } + + vbox = { + layoutpolicy_horizontal = expanding + + margin_top = 10 + + divider_light = { + layoutpolicy_horizontal = expanding + } + + + hbox = { + visible = "[DataModelHasItems( ValueBreakdown.GetSubValues )]" + layoutpolicy_horizontal = expanding + + text_single = { + visible = "[ValueBreakdown.ShouldShowValue]" + layoutpolicy_horizontal = expanding + + text = "VALUE_BREAKDOWN_TOTAL" + } + + text_single = { + text = "[ValueBreakdown.GetValue|+]" + default_format = "#high" + } + } + } + } + } + + ## Resource Breakdown Tooltip + type widget_resource_value_tooltip = widget { + alwaystransparent = no + + using = DefaultTooltipBackground + + vbox = { + name = "tooltip_container" + set_parent_size_to_minimum = yes + filter_mouse = all + margin = { 14 8 } + margin_bottom = 12 + + vbox = { + layoutpolicy_horizontal = expanding + margin_bottom = 14 + spacing = 5 + + block "header" {} + + text_single = { + layoutpolicy_horizontal = expanding + text = "MY_VALUE_LABEL" + default_format = "#high;bold" + using = Font_Size_Medium + fonttintcolor = "[TooltipInfo.GetTintColor]" + + background = { + using = Background_Area + margin = { 10 0 } + margin_bottom = 5 + } + } + + + text_single = { + name = "total_label_no_tooltip" + layoutpolicy_horizontal = expanding + text = "TOTAL_BREAKDOWN_LABEL" + visible = "[EqualTo_CFixedPoint(PlayerValueItem.GetBalance, '(CFixedPoint)0')]" + } + + text_single = { + name = "total_label" + layoutpolicy_horizontal = expanding + text = "TOTAL_BREAKDOWN_LABEL" + visible = "[NotEqualTo_CFixedPoint(PlayerValueItem.GetBalance, '(CFixedPoint)0')]" + using = tooltip_ws + + tooltipwidget = { + widget = { + size = { 50 50 } + alwaystransparent = no + + widget = { + name = "background" + using = DefaultTooltipBackground + size = { 100% 100% } + alwaystransparent = yes + + blockoverride "frame_color" { + tintcolor = { 0.7 0.7 0.7 1} + } + } + + vbox = { + set_parent_size_to_minimum = yes + margin = { 5 5 } + vbox = { + datacontext = "[PlayerValueItem.GetBalanceGained]" + visible = "[ValueBreakdown.HasTooltip]" + layoutpolicy_horizontal = expanding + + background = { + using = Background_Area_Border_Solid + } + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 15 0 } + margin_bottom = 5 + + text_single = { + name = "gained_label" + layoutpolicy_horizontal = expanding + text = "GAINED_BREAKDOWN_LABEL_LINK" + fonttintcolor = "[TooltipInfo.GetTintColor]" + } + + text_single = { + name = "gained_value" + visible = "[ValueBreakdown.ShouldShowValue]" + text = "[ValueBreakdown.GetValue]" + fonttintcolor = "[TooltipInfo.GetTintColor]" + } + } + + widget_value_breakdown_tooltip = { + layoutpolicy_horizontal = expanding + } + } + } + } + } + } + + #i hate pdx i hate pdx i hate pdx + block "resurces_meme" { + } + } + + vbox = { + layoutpolicy_horizontal = expanding + spacing = 15 + + hbox = { + spacing = 5 + layoutpolicy_horizontal = expanding + + background = { + using = Background_Area + margin = { 10 0 } + margin_bottom = 5 + } + + text_single = { + text = "PLAYER_VALUE_LEVEL_LABEL" + layoutpolicy_horizontal = expanding + + default_format = "#T" + fonttintcolor = "[TooltipInfo.GetTintColor]" + } + + text_single = { + name = "current_level" + layoutpolicy_horizontal = expanding + + text = "[PlayerValueItem.GetCurrentLevelName]" + fonttintcolor = "[TooltipInfo.GetTintColor]" + } + + expand = {} + } + + vbox = { + visible = "[PlayerValueItem.HasNextLevel]" + layoutpolicy_horizontal = expanding + spacing = 5 + + text_single = { + name = "progress_label" + layoutpolicy_horizontal = expanding + + text = "[PlayerValueItem.GetProgressTowardNextLevelLabel]" + fonttintcolor = "[TooltipInfo.GetTintColor]" + } + + hbox = { + layoutpolicy_horizontal = expanding + margin_left = -3 + + progressbar_standard = { + layoutpolicy_horizontal = expanding + size = { -1 15 } + tintcolor = "[TooltipInfo.GetTintColor]" + value = "[PlayerValueItem.GetProgressTowardNextLevel]" + tooltip = "[PlayerValueItem.GetProgressTooltip]" + } + + expand = {} + } + } + } + } + } + + # Requires a ActiveCouncilTask datacontext + type council_task_progress_breakdown_widget = widget + { + size = { 50 50 } + alwaystransparent = no + datacontext = "[ActiveCouncilTask.GetProgressBreakdown]" + + using = DefaultTooltipBackground + + vbox = { + set_parent_size_to_minimum = yes + minimumsize = { 280 0 } + + margin = { 10 10 } + + layoutpolicy_horizontal = expanding + + text_single = { + name = "header" + text = COUNCIL_TASK_PROGRESSBAR_TOOLTIP_HEADER + } + + text_single = { + name = "frozen" + text = COUNCIL_TASK_PROGRESSBAR_FROZEN + visible = "[ActiveCouncilTask.IsFrozen]" + } + + vbox = { + name = "progress_breakdown" + layoutpolicy_horizontal = expanding + visible = "[And( ActiveCouncilTask.GetTaskType.IsProgressDefined, Not( ActiveCouncilTask.IsFrozen ) )]" + + margin = { 0 5 } + + text_single = { + name = "progress_rate_header" + visible = "[ActiveCouncilTask.GetTaskType.IsPercentageTask]" + text = COUNCIL_TASK_PROGRESS_RATE + } + text_single = { + name = "progress_rate_header_value" + visible = "[Not( ActiveCouncilTask.GetTaskType.IsPercentageTask )]" + text = COUNCIL_TASK_PROGRESS_RATE_VALUE + } + + widget_value_breakdown_tooltip = { + layoutpolicy_horizontal = expanding + } + + text_single = { + name = "task_eta" + text = "[ActiveCouncilTask.GetETA]" + } + } + } + } + + type court_position_aptitude_breakdown_tooltip = widget { + name = "AptitudeBreakdownTooltip" + using = GeneralTooltipSetup + alwaystransparent = no + + using = DefaultTooltipBackground + vbox = { + set_parent_size_to_minimum = yes + margin = { 16 8 } + minimumsize = { 300 80 } + + # Header + hbox = { + layoutpolicy_horizontal = expanding + minimumsize = { 100% 50 } + + background = { + name = "header" + texture = "gfx/interface/component_tiles/tile_title_big_top_01.dds" + spriteType = Corneredstretched + margin = { 15 0 } + texture_density = 2 + + modify_texture = { + name = "mask" + texture = "gfx/interface/component_masks/mask_title_big_top.dds" + spriteType = Corneredstretched + spriteborder = { 160 0 } + blend_mode = alphamultiply + alpha = 0.5 + } + } + + hbox = { + layoutpolicy_horizontal = expanding + block "header_additions" {} + + vbox = { + name = "FancyHeader" + layoutpolicy_horizontal = expanding + alwaystransparent = no + + text_single = { + layoutpolicy_horizontal = expanding + autoresize = yes + name = "title" + + fontsize_min = 14 + using = Font_Size_Medium + fonttintcolor = "[TooltipInfo.GetTintColor]" + + block "header_text" { + + } + } + } + } + + expand = {} + } + + # Modifiers + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + text_single = { + layoutpolicy_horizontal = expanding + default_format = "#S" + text = COURT_POSITION_TOOLTIP_EFFECT_ON_LIEGE + } + + vbox = { + margin = { 16 4 } + textbox = { + name = "modifiers" + using = DefaultTooltipText + layoutpolicy_horizontal = expanding + multiline = yes + fonttintcolor = "[TooltipInfo.GetTintColor]" + alwaystransparent = no + + block "modifier_list" { } + } + } + + # Breakdown + vbox = { + name = "aptitude_breakdown" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 0 8 } + + + # Header + hbox = { + layoutpolicy_horizontal = expanding + text_single = { + layoutpolicy_horizontal = expanding + default_format = "#S" + text = COURT_POSITION_aptitude_character_possessive + } + expand = {} + } + + # The Breakdown + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + datamodel = "[ValueBreakdown.GetSubValues]" + alwaystransparent = no + margin = { 16 4 } + + item = { + hbox = { + name = "value_breakdown" + spacing = 5 + + layoutpolicy_horizontal = expanding + + text_single = { + name = "name" + layoutpolicy_horizontal = expanding + text = "[ValueBreakdown.GetName]" + fonttintcolor = "[TooltipInfo.GetTintColor]" + margin_right = 10 + } + + text_single = { + visible = "[And(ValueBreakdown.HasTooltip, ValueBreakdown.ShouldShowValue)]" + name = "value_with_tooltip" + text = "[ValueBreakdown.GetValue|L]" + align = right + fonttintcolor = "[TooltipInfo.GetTintColor]" + + using = tooltip_below + + tooltipwidget = { + recursive = yes + + widget_value_breakdown_tooltip = {} + } + } + + text_single = { + visible = "[And( Not(ValueBreakdown.HasTooltip), ValueBreakdown.ShouldShowValue )]" + name = "value_with_no_tooltip" + text = "[ValueBreakdown.GetValue]" + align = right + fonttintcolor = "[TooltipInfo.GetTintColor]" + } + } + } + } + } + } + + } +} diff --git a/WtWSMS/gui/window_character.gui b/WtWSMS/gui/window_character.gui new file mode 100644 index 0000000000..f4aa271eda --- /dev/null +++ b/WtWSMS/gui/window_character.gui @@ -0,0 +1,4354 @@ +###################################################### +################# CHARACTER WINDOW ################### +###################################################### + +window = { + name = "character_window" + datacontext = "[GetVariableSystem]" + datacontext = "[CharacterWindow.GetCharacter]" + movable = no + layer = middle + allow_outside = yes + + using = Window_Size_Sidebar + using = Window_Background_Sidebar + + state = { + name = _show + using = Animation_FadeIn_Quick + using = Sound_WindowShow_Standard + position_x = 0 + + on_start = "[GetVariableSystem.Set( 'hide_bottom_left_HUD', 'true' )]" + } + + state = { + name = _hide + using = Animation_FadeOut_Quick + using = Sound_WindowHide_Standard + position_x = -60 + + on_start = "[GetVariableSystem.Clear( 'hide_bottom_left_HUD' )]" + } + + vbox = { + name = "main_content" + using = Window_Margins_Sidebar + + ############### + # Character box + widget = { + name = "main_characters" + datacontext = "[GetIllustration( 'character_view_bg' )]" + layoutpolicy_horizontal = expanding + size = { 0 305 } + + + widget = { + size = { 100% 100% } + using = Animation_Character_Window_Refresh + + background = { + texture = "[Illustration.GetTexture( Character.Self )]" + fittype = centercrop + margin_bottom = 5 + margin_left = 1 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_rough_edges_down_right.dds" + spriteType = Corneredtiled + spriteborder = { 20 20 } + blend_mode = alphamultiply + texture_density = 2 + } + } + } + + buttons_window_control = { + parentanchor = top|right + + blockoverride "button_close" + { + onclick = "[CharacterWindow.Close]" + } + + blockoverride "button_back" + { + visible = "[HasViewHistory]" + onclick = "[OpenFromViewHistory]" + tooltip = "[GetViewHistoryTooltip]" + } + + blockoverride "button_me" + { + visible = "[Not(Character.IsLocalPlayer)]" + onclick = "[DefaultOnCharacterClick(GetPlayer.GetID)]" + } + + blockoverride "button_pin" {} + } + + ### Primary Spouse + container = { + visible = "[CharacterWindow.ShouldShowSpouses]" + parentanchor = bottom|hcenter + position = { 15 0 } + + using = Animation_Character_Window_Refresh_Short + + button = { + name = "marry_off_button" + visible = "[And(And( Not( ObjectsEqual( GetPlayer, Character.Self ) ), CharacterWindow.ShouldShowFindSpouse ), Not(Character.IsConcubine))]" + parentanchor = center + position = { 0 35 } + + onclick = "[Character.OpenPlayerInteraction('marry_off_interaction')]" + tooltip = "CHARACTER_WINDOW_FIND_SPOUSE" + enabled = "[Character.IsPlayerInteractionValid('marry_off_interaction')]" + gfxtype = framedbuttongfx + effectname = "NoHighlight" + texture = "gfx/portraits/unknown_portraits/unknown_spouse.dds" + size = { 195 282 } + framesize = { 554 780 } + upframe = 1 + overframe = 2 + alpha = 0.8 + + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 50 50 } + position = { 0 45 } + texture = "gfx/interface/icons/faith_doctrine_groups/doctrine_marriage_type.dds" + } + } + + button = { + name = "marry_off_button_player" + visible = "[And( ObjectsEqual( GetPlayer, Character.Self ), CharacterWindow.ShouldShowFindSpouse)]" + parentanchor = center + position = { 0 35 } + onclick = "[Character.OpenPlayerInteraction('marry_off_interaction')]" + tooltip = "CHARACTER_WINDOW_FIND_SPOUSE_SELF" + gfxtype = framedbuttongfx + effectname = "NoHighlight" + texture = "gfx/portraits/unknown_portraits/unknown_spouse.dds" + size = { 195 282 } + framesize = { 554 780 } + upframe = 1 + overframe = 2 + alpha = 0.8 + + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 50 50 } + position = { 0 45 } + texture = "gfx/interface/icons/faith_doctrine_groups/doctrine_marriage_type.dds" + } + } + + portrait_character_view_spouse = { + datacontext = "[CharacterWindow.GetSpouse]" + visible = "[CharacterWindow.GetSpouse.IsValid]" + + state = { + name = cw_spouse_cycle + using = Animation_Refresh_FadeOut + } + + state = { + using = Animation_Refresh_FadeIn + } + } + + widget = { + parentanchor = bottom|hcenter + allow_outside = yes + size = { 250 60 } + + flowcontainer = { + parentanchor = bottom|hcenter + widgetanchor = bottom|left + position = { -25 -3 } + ignoreinvisible = yes + + flowcontainer = { + direction = vertical + datacontext = "[CharacterWindow.GetSpouse]" + parentanchor = bottom + + portrait_opinion = { + block "portrait_opinion" {} + parentanchor = hcenter + } + + text_label_center = { + text = "[CharacterWindow.GetSpouseText]" + max_width = 120 + align = nobaseline + } + } + + flowcontainer = { + visible = "[CharacterWindow.ShouldShowSpouseButtons]" + margin_bottom = 4 + spacing = -5 + parentanchor = bottom + + using = Animation_ShowHide_Standard + + button_expand = { + enabled = "[CharacterWindow.IsShowPrevious]" + onclick = "[CharacterWindow.PreviousSpouse]" + onclick = "[PdxGuiTriggerAllAnimations('cw_spouse_cycle')]" + tooltip = "[CharacterWindow.GetPreviousSpouseTooltip]" + mirror = horizontal + } + + button_expand = { + enabled = "[CharacterWindow.IsShowNext]" + onclick = "[CharacterWindow.NextSpouse]" + onclick = "[PdxGuiTriggerAllAnimations('cw_spouse_cycle')]" + tooltip = "[CharacterWindow.GetNextSpouseTooltip]" + } + } + + flowcontainer = { + datacontext = "[CharacterWindow.GetSpouse]" + parentanchor = vcenter + + coa_realm_small = { + visible = "[Character.HasLandedTitles]" + using = Animation_ShowHide_Standard + parentanchor = bottom + } + + portrait_status_icons = { + parentanchor = bottom + margin_bottom = 2 + } + } + } + + icon = { + name = "marriage_type_icon" + visible = "[CharacterWindow.ShowMarriageIcon]" + parentanchor = bottom + position = { 68 -3 } + size = { 30 30 } + framesize = { 60 60 } + texture = "gfx/interface/icons/marriage_types.dds" + frame = "[CharacterWindow.GetMarriageIcon]" + tooltip = "[CharacterWindow.GetMarriageIconTooltip]" + } + } + } + + ### Main Character + portrait_character_view_main = { + name = "tutorial_highlight_main_character_button" + parentanchor = bottom|left + position = { 0 0 } + + using = Animation_Character_Window_Refresh_Short + + # icon_button_small_round = { + # name = "interact_button" + # visible = "[Character.IsAlive]" + # parentanchor = bottom|right + # position = { -30 0 } + # size = { 35 35 } + + # onclick = "[DefaultOnCharacterRightClick(Character.GetID)]" + + # tooltip = "CV_TT_INTERACT" + # using = tooltip_ne + + # icon = { + # name = "icon" + # texture = "gfx/interface/prototype/interact_temp.png" + # size = {18 18} + # parentanchor = center + # } + # } + } + + ### Jailor / Imprisoner / Imprisoned by + container = { + name = "imprisoned_by" + datacontext = "[CharacterWindow.GetCharacter.GetImprisonedBy]" + visible = "[Character.IsValid]" + parentanchor = bottom|right + widgetanchor = top|left + position = { -195 -250 } + + using = Animation_Character_Window_Refresh + + portrait_head_small = { + blockoverride "portrait_transformation" + { + portrait_scale = { -1 1 } + portrait_offset = { 1 0 } + } + } + + text_label_center = { + parentanchor = top|hcenter + position = { 0 85 } + text = "IMPRISONED_BY" + } + } + + ### Liege + container = { + name = "liege" + datacontext = "[CharacterWindow.GetCharacter.GetLiegeEvenWhenDead]" + visible = "[CharacterWindow.HasLiegeEvenWhenDead]" + parentanchor = bottom|right + widgetanchor = top|left + position = { -105 -250 } + allow_outside = yes + + using = Animation_Character_Window_Refresh + + portrait_head_small = { + blockoverride "portrait_transformation" + { + portrait_scale = { -1 1 } + portrait_offset = { 1 0 } + } + + blockoverride "coa" { + coa_realm_tiny = { + visible = "[And(CharacterWindow.GetCharacter.IsAlive, CharacterWindow.HasLiegeTitleEvenWhenDead)]" + parentanchor = bottom|left + position = { 3 -2 } + scale = 0.85 + } + + coa_title_tiny = { + visible = "[And(Not(CharacterWindow.GetCharacter.IsAlive), CharacterWindow.HasLiegeTitleEvenWhenDead)]" + datacontext = "[CharacterWindow.GetCharacter.GetLiegeTitleEvenWhenDead]" + parentanchor = bottom|left + position = { 3 -2 } + scale = 0.85 + } + } + } + + text_label_center = { + parentanchor = top|hcenter + position = { 0 85 } + text = "[liege|E]" + allow_outside = yes + + icon = { + name = "non_dejure_liege" + datacontext = "[CharacterWindow.GetCharacter]" + visible = "[Not( Character.GetVassalContract.IsRightfulLiege )]" + position = { 3 0 } + parentanchor = right + widgetanchor = left + size = { 30 30 } + texture = "gfx/interface/icons/levy_tax_reduction.dds" + + using = tooltip_ws + tooltip = "MRW_TT_NOT_RIGHTFUL_LIEGE" + } + } + + portrait_opinion = { + name = "liege_opinion" + parentanchor = top|hcenter + position = { 0 110 } + + datacontext = "[CharacterWindow.GetCharacter]" + visible = "[And( Character.GetLiege.IsValid, And( Character.IsAlive, Not(Character.IsLocalPlayer ) ) )]" + + blockoverride "dread_logic" { + visible = "[Character.ShouldShowDreadEffectIconFor( Character.GetLiege )]" + frame = "[Character.GetDreadEffectIconFrameFor( Character.GetLiege )]" + tooltip = "[Character.GetDreadEffectTooltipFor( Character.GetLiege )]" + } + + blockoverride "opinion_text" + { + text = "[Character.GetOpinionOf( Character.GetLiege )|=]" + fonttintcolor = "[Character.GetOpinionOfTint( CharacterWindow.GetCharacter.GetLiege )]" + } + + blockoverride "ott_heading_text" + { + text = "[Character.GetOpinionHeadingText( CharacterWindow.GetCharacter.GetLiege )]" + } + + blockoverride "ott_opinion_value_text" + { + text = "[Character.GetOpinionOf( Character.GetLiege )|=]" + fonttintcolor = "[Character.GetOpinionOfTint( CharacterWindow.GetCharacter.GetLiege )]" + } + + blockoverride "ott_opinion_breakdown_text" + { + text = "[Character.GetOpinionBreakdownText( CharacterWindow.GetCharacter.GetLiege )]" + } + } + } + + ################# + ### Suzerain #### + ################# + + container = { + name = "suzerain" + datacontext = "[CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter]" + #visible = false + visible = "[CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').IsSet]" + parentanchor = bottom|right + widgetanchor = top|left + position = { -105 -250 } + allow_outside = yes + + using = Animation_Character_Window_Refresh + + portrait_head_small = { + blockoverride "portrait_transformation" + { + portrait_scale = { -1 1 } + portrait_offset = { 1 0 } + } + + blockoverride "coa" { + coa_realm_tiny = { + visible = "[And(CharacterWindow.GetCharacter.IsAlive, CharacterWindow.HasLiegeTitleEvenWhenDead)]" + parentanchor = bottom|left + position = { 3 -2 } + scale = 0.85 + } + + coa_title_tiny = { + visible = "[And(Not(CharacterWindow.GetCharacter.IsAlive), CharacterWindow.HasLiegeTitleEvenWhenDead)]" + datacontext = "[CharacterWindow.GetCharacter.GetLiegeTitleEvenWhenDead]" + parentanchor = bottom|left + position = { 3 -2 } + scale = 0.85 + } + } + } + + text_label_center = { + parentanchor = top|hcenter + position = { 0 85 } + text = "trib_suzerain" + allow_outside = yes + } + + portrait_opinion = { + name = "suzerain_opinion" + parentanchor = top|hcenter + position = { 0 110 } + + datacontext = "[CharacterWindow.GetCharacter]" + visible = "[And( Character.GetLiege.IsValid, And( Character.IsAlive, Not(Character.IsLocalPlayer ) ) )]" + + blockoverride "dread_logic" { + visible = "[Character.ShouldShowDreadEffectIconFor( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )]" + frame = "[Character.GetDreadEffectIconFrameFor( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )]" + tooltip = "[Character.GetDreadEffectTooltipFor( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )]" + } + + blockoverride "opinion_text" + { + text = "[Character.GetOpinionOf( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )|=]" + fonttintcolor = "[Character.GetOpinionOfTint( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )]" + } + + blockoverride "ott_heading_text" + { + text = "[Character.GetOpinionHeadingText( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )]" + } + + blockoverride "ott_opinion_value_text" + { + text = "[Character.GetOpinionOf( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )|=]" + fonttintcolor = "[Character.GetOpinionOfTint( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )]" + } + + blockoverride "ott_opinion_breakdown_text" + { + text = "[Character.GetOpinionBreakdownText( CharacterWindow.GetCharacter.MakeScope.Var('my_suzerain').GetCharacter )]" + } + } + } + # End Suzerain + + ### Host + container = { + name = "host" + datacontext = "[CharacterWindow.GetCourtOwner]" + visible = "[And( Not( CharacterWindow.HasLiegeEvenWhenDead ), And( CharacterWindow.GetCourtOwner.IsValid, Not( CharacterWindow.GetCharacter.IsRuler ) ) )]" + parentanchor = bottom|right + widgetanchor = top|left + position = { -105 -250 } + + using = Animation_Character_Window_Refresh + + portrait_head_small = { + blockoverride "portrait_transformation" + { + portrait_scale = { -1 1 } + portrait_offset = { 1 0 } + } + } + + text_label_center = { + parentanchor = top|hcenter + position = { 0 85 } + text = "[host|E]" + } + + + portrait_opinion = { + name = "liege_opinion" + datacontext = "[CharacterWindow.GetCharacter]" + visible = "[And(Character.IsAlive, Not(Character.IsLocalPlayer))]" + parentanchor = top|hcenter + position = { -10 110 } + + blockoverride "dread_logic" { + visible = "[Character.ShouldShowDreadEffectIconFor( CharacterWindow.GetCourtOwner )]" + frame = "[Character.GetDreadEffectIconFrameFor( CharacterWindow.GetCourtOwner )]" + tooltip = "[Character.GetDreadEffectTooltipFor( CharacterWindow.GetCourtOwner )]" + } + + blockoverride "opinion_text" + { + text = "[Character.GetOpinionOf( CharacterWindow.GetCourtOwner )|=]" + fonttintcolor = "[Character.GetOpinionOfTint( CharacterWindow.GetCourtOwner )]" + } + + blockoverride "ott_heading_text" + { + text = "[Character.GetOpinionHeadingText( CharacterWindow.GetCourtOwner )]" + } + + blockoverride "ott_opinion_value_text" + { + text = "[Character.GetOpinionOf( CharacterWindow.GetCourtOwner )|=]" + fonttintcolor = "[Character.GetOpinionOfTint( CharacterWindow.GetCourtOwner )]" + } + + blockoverride "ott_opinion_breakdown_text" + { + text = "[Character.GetOpinionBreakdownText( CharacterWindow.GetCourtOwner )]" + } + } + } + + container = { # Player Heir for the local player + name = "heir_player" + datacontext = "[CharacterWindow.GetCharacter.GetPlayerHeir]" + visible = "[And( Character.IsValid, CharacterWindow.GetCharacter.IsLocalPlayer )]" + parentanchor = bottom|right + position = { -20 -6 } + + using = Animation_Character_Window_Refresh + + portrait_head_small = { + blockoverride "portrait_transformation" + { + portrait_scale = { -1 1 } + portrait_offset = { 1 0 } + } + } + + text_label_center = { + parentanchor = top|hcenter + position = { 0 85 } + text = "[player_heir|E]" + multiline = yes + autoresize = yes + max_width = 100 + } + } + container = { # Primary Heir for everyone else + name = "heir_primary" + datacontext = "[CharacterWindow.GetCharacter.GetPrimaryTitle.GetHeir]" + visible = "[And( And( Character.IsValid, Not(CharacterWindow.GetCharacter.IsLocalPlayer) ), CharacterWindow.GetCharacter.IsAlive )]" + parentanchor = bottom|right + position = { -20 -6 } + + using = Animation_Character_Window_Refresh + + portrait_head_small = { + parentanchor = right + + blockoverride "portrait_transformation" + { + portrait_scale = { -1 1 } + portrait_offset = { 1 0 } + } + } + + text_label_center = { + parentanchor = top|hcenter + position = { 0 85 } + text = "[primary_heir|E]" + } + } + + ### DEBUG STUFF, please make sure those are visible and usable, especially the watch button, type "watch" into the console to show it + flowcontainer = { + name = "debug_buttons" + parentanchor = top|left + position = { 200 20 } + ignoreinvisible = yes + + # Debug personality + text_single = { + visible = "[InDebugMode]" + tooltip = "CHARACTER_AI_VALUES_DEBUG_TOOLTIP" + raw_text = "#D AIValue#!" + align = nobaseline + } + + button = { + using = editor_button + name = "ai_watch_button" + size = { 60 40 } + raw_text = "AI Watch" + align = center|nobaseline + onclick = "[CharacterWindow.OnAIWatch]" + visible = "[AIWatchWindowsEnabled]" + fontcolor = { 1.0 1.0 1.0 1.0 } + } + + watch_window_button = { + size = { 60 40 } + onclick = "[AddWatchWindow( CharacterWindow.GetCharacter.MakeScope )]" + } + + button = { + using = editor_button + name = "copy_portrait_button" + parentanchor = right + size = { 60 40 } + raw_text = "portrait" + align = center|nobaseline + onclick = "[CharacterWindow.OnCopyPortrait]" + visible = "[IsGameViewOpen('portrait_editor')]" + fontcolor = { 1.0 1.0 1.0 1.0 } + } + } + + flowcontainer = { + parentanchor = bottom|left + position = { 5 -5 } + spacing = 5 + ignoreinvisible = yes + direction = vertical + + container = { + visible = "[Character.IsLocalPlayer]" + tooltip = "PLAYER_STRESS_TOOLTIP" + using = tooltip_es + + widget = { + visible = "[Not(GreaterThanOrEqualTo_int32(GetPlayer.GetStressLevel, '(int32)3'))]" + size = { 100% 100%} + + using = Animation_ShowHide_Standard + + background = { + texture = "gfx/interface/component_masks/mask_fade_circle.dds" + color = { 0.15 0.15 0.15 1 } + margin = { 12 12 } + } + } + + widget = { + visible = "[GreaterThanOrEqualTo_int32(GetPlayer.GetStressLevel, '(int32)3')]" + parentanchor = center + size = { 180% 180% } + using = Animation_ShowHide_Standard + + icon = { + size = { 100% 100% } + texture = "gfx/interface/component_masks/mask_fade_circle.dds" + using = Color_Red + alpha = 0 + + state = { + name = a + next = b + trigger_on_create = yes + alpha = 0.5 + duration = 0.4 + using = Animation_Curve_Default + } + + state = { + name = b + next = a + alpha = 0 + duration = 1 + using = Animation_Curve_Default + } + } + } + + + icon = { + parentanchor = vcenter + size = { 35 35 } + texture = "gfx/interface/icons/stress/icon_stress_level.dds" + framesize = { 70 70 } + frame = "[IntToFrameIndex( GetPlayer.GetStressLevel )]" + + + modify_texture = { + visible = "[GreaterThanOrEqualTo_int32(GetPlayer.GetStressLevel, '(int32)2')]" + name = "glow" + texture = "gfx/interface/colors/gold.dds" + blend_mode = colordodge + alpha = 0 + } + + state = { + name = a + next = b + duration = 0.4 + trigger_on_create = yes + using = Animation_Curve_Default + + modify_texture = { + name = "glow" + alpha = 0.3 + } + } + + state = { + name = b + next = a + duration = 1 + using = Animation_Curve_Default + + modify_texture = { + name = "glow" + alpha = 0 + } + } + } + } + + container = { + visible = "[GreaterThan_int32(GetDataModelSize(Character.GetKnownLanguages), '(int32)1')]" + parentanchor = hcenter + tooltip = "KNOWN_LANGUAGES_TOOLTIP" + widget = { + size = { 100% 100%} + + using = Animation_ShowHide_Standard + + background = { + texture = "gfx/interface/component_masks/mask_fade_circle.dds" + color = { 0.15 0.15 0.15 1 } + margin = { 12 12 } + } + } + icon_culture_pillar = { + size = { 30 30 } + texture = "gfx/interface/icons/culture_pillars/language.dds" + } + } + + button_normal = { + name = "open_kill_list" + visible = "[Character.HasKillsKnownTo( GetPlayer )]" + + size = { 35 35 } + + datacontext = "[Character]" + tooltip = "OPEN_KILL_LIST_TOOLTIP" + using = tooltip_es + + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + button_kill_list = { + onclick = "[ToggleGameViewData( 'kill_list', Character.GetID )]" + size = { 25 25 } + parentanchor = center + + modify_texture = { + texture = "gfx/interface/icons/focuses/hud_icon_mask.dds" + blend_mode = alphamultiply + } + } + } + + button_normal = { + name = "open_focus_button" + size = { 35 35 } + + visible = "[Or( Character.GetFocus.IsValid, Character.PlayerCanManageFocus )]" + tooltip = "PLAYER_LIFESTYLE_TOOLTIP" + using = tooltip_ne + + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + highlight_icon_lifestyle_focus = { + size = { 100% 100% } + texture = "[CharacterWindow.GetCharacter.GetFocus.GetIcon]" + onclick = "[CharacterWindow.OnClickFocusButton]" + enabled = "[CharacterWindow.CanClickFocusButton]" + tooltip = "[CharacterWindow.GetFocusButtonTooltip]" + + modify_texture = { + texture = "gfx/interface/icons/focuses/hud_icon_mask.dds" + blend_mode = alphamultiply + } + } + } + + button_open_inventory = { + visible = "[Character.IsAlive]" + name = "open_inventory" + size = { 35 35 } + } + } + + + button_normal = { + name = "open_royal_court" + size = { 70 70 } + visible = "[Character.HasRoyalCourt]" + + position = { -30 -30 } + + onclick = "[CharacterWindow.Close]" + onclick = "[Character.OpenRoyalCourtView( 'characters' )]" + datacontext = "[Character.GetCourtGrandeurData]" + tooltip = OPEN_ROYAL_COURT_TOOLTIP + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + button_royal_court = { + onclick = "[CharacterWindow.Close]" + onclick = "[Character.OpenRoyalCourtView( 'characters' )]" + + size = { 30 30 } + parentanchor = center + position = { 9 10 } + + modify_texture = { + texture = "gfx/interface/icons/focuses/hud_icon_mask.dds" + blend_mode = alphamultiply + } + } + } + } + + ############################ + ### Character internal info + hbox = { + name = "character_info" + layoutpolicy_horizontal = expanding + margin = { 0 5 } + margin_left = 5 + + background = { + using = Background_Area_Dark + margin_left = 5 + } + + vbox = { + layoutpolicy_horizontal = expanding + + vbox = { + name = "name_and_traits" + layoutpolicy_horizontal = expanding + + using = Animation_Character_Window_Refresh + + + vbox = { + name = "name_etc" + layoutpolicy_horizontal = expanding + + ## Name + hbox = { + layoutpolicy_horizontal = expanding + margin = { 3 0 } + margin_top = 1 + + text_single = { + name = "character_name" + raw_text = "[Character.GetUINameNotMeNoTooltip], " + margin_left = 2 + max_width = 400 + fontsize = 20 + fontsize_min = 14 + align = nobaseline + default_format = "#medium" + tooltip = "[Character.GetUINameNotMeNoTooltip]" + } + + text_single = { + name = "character_age" + raw_text = " [Character.GetAge]" + default_format = "#low" + tooltip = "[Character.GetDeathOrBirthDateInfo]" + fontsize = 20 + align = nobaseline + } + + hbox = { + margin_left = 4 + spacing = -3 + + icon = { + visible = "[Not(Character.IsDeadAndValid)]" + size = { 23 23 } + framesize = { 60 60 } + frame = "[Character.GetHealthIconFrame]" + texture = "gfx/interface/icons/character_status/icon_health.dds" + tooltip = "[Character.GetHealthInfo]" + } + icon = { + visible = "[Character.IsDeadAndValid]" + size = { 23 23 } + texture = "gfx/interface/icons/character_status/icon_dead.dds" + tooltip = "CHARACTER_DEAD_TOOLTIP" + } + } + + expand = {} + } + + hbox = { + name = "AI_personality" + layoutpolicy_horizontal = expanding + margin = { 3 0 } + spacing = 2 + + text_single = { + name = "character_relation_to_you" + max_width = 432 + text = "[Character.GetCharacterRelationCombine( GetPlayer )]" + fontsize_min = 13 + align = nobaseline + tooltip = "EXTENDED_RELATIONS_TOOLTIP" + } + + icon = { + visible = "[Not(Character.IsFemale)]" + size = { 20 20 } + framesize = { 40 40 } + frame = "[Character.GetSexualityFrame]" + texture = "gfx/interface/icons/character_status/sexuality_icons_male.dds" + tooltip = "SEXUALITY_TT" + } + + icon = { + visible = "[Character.IsFemale]" + size = { 20 20 } + framesize = { 40 40 } + frame = "[Character.GetSexualityFrame]" + texture = "gfx/interface/icons/character_status/sexuality_icons_female.dds" + tooltip = "SEXUALITY_TT" + } + + expand = {} + } } + + ## Traits + hbox = { + name = "tutorial_highlight_traits" + layoutpolicy_horizontal = expanding + margin_bottom = 2 + + widget = { + layoutpolicy_horizontal = expanding + size = { 0 55 } + + hbox = { + name = "3_personality_traits" + visible = "[LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetPersonalityTraits), '(int32)3')]" + + fixedgridbox = { + name = "personality_traits" + datamodel = "[CharacterWindow.GetPersonalityTraits]" + flipdirection = yes + addcolumn = 54 + addrow = 55 + maxhorizontalslots = 3 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 55 55 } + } + } + } + } + + hbox = { + visible = "[Not(IsDataModelEmpty( CharacterWindow.GetTraits ))]" + layoutpolicy_vertical = expanding + margin = { 5 10 } + + divider_light = { + layoutpolicy_vertical = expanding + } + } + + fixedgridbox = { + name = "traits_big" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)5')]" + flipdirection = yes + addcolumn = 54 + addrow = 55 + maxhorizontalslots = 5 + maxverticalslots = 1 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 55 55 } + } + } + } + } + + fixedgridbox = { + name = "traits_medium" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)5'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)7'))]" + flipdirection = yes + addcolumn = 39 + addrow = 40 + maxhorizontalslots = 7 + maxverticalslots = 1 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 40 40 } + } + + blockoverride "glow_radius" + { + glow_radius = 4 + } + } + } + } + + fixedgridbox = { + name = "traits_small" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)7'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)10'))]" + flipdirection = yes + addcolumn = 28 + addrow = 29 + maxhorizontalslots = 10 + maxverticalslots = 1 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 29 29 } + } + + blockoverride "glow_radius" + { + glow_radius = 3 + } + } + } + } + + fixedgridbox = { + name = "traits_tiny" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)10')]" + flipdirection = yes + addcolumn = 24 + addrow = 25 + maxhorizontalslots = 11 + datamodel_wrap = 11 + maxverticalslots = 2 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 25 25 } + } + + blockoverride "glow_radius" + { + glow_radius = 2 + } + } + } + } + + expand = {} + } + + hbox = { + name = "4_personality_traits" + visible = "[GreaterThan_int32(GetDataModelSize(CharacterWindow.GetPersonalityTraits), '(int32)3')]" + + fixedgridbox = { + name = "personality_traits" + datamodel = "[CharacterWindow.GetPersonalityTraits]" + flipdirection = yes + addcolumn = 54 + addrow = 55 + maxhorizontalslots = 4 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 55 55 } + } + } + } + } + + hbox = { + visible = "[Not(IsDataModelEmpty( CharacterWindow.GetTraits ))]" + layoutpolicy_vertical = expanding + margin = { 5 10 } + + divider_light = { + layoutpolicy_vertical = expanding + } + } + + fixedgridbox = { + name = "traits_big" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)4')]" + flipdirection = yes + addcolumn = 54 + addrow = 55 + maxhorizontalslots = 5 + maxverticalslots = 1 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 55 55 } + } + } + } + } + + fixedgridbox = { + name = "traits_medium" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)4'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)6'))]" + flipdirection = yes + addcolumn = 39 + addrow = 40 + maxhorizontalslots = 7 + maxverticalslots = 1 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 40 40 } + } + + blockoverride "glow_radius" + { + glow_radius = 4 + } + } + } + } + + fixedgridbox = { + name = "traits_small" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)6'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)8'))]" + flipdirection = yes + addcolumn = 28 + addrow = 29 + maxhorizontalslots = 10 + maxverticalslots = 1 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 29 29 } + } + + blockoverride "glow_radius" + { + glow_radius = 3 + } + } + } + } + + fixedgridbox = { + name = "traits_tiny" + datamodel = "[CharacterWindow.GetTraits]" + visible = "[GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)8')]" + flipdirection = yes + addcolumn = 24 + addrow = 25 + maxhorizontalslots = 9 + datamodel_wrap = 9 + maxverticalslots = 2 + + item = { + icon_trait = { + blockoverride "icon_size" + { + size = { 25 25 } + } + + blockoverride "glow_radius" + { + glow_radius = 2 + } + } + } + } + + expand = {} + } + } + + expand = {} + } + } + + divider_light = { + layoutpolicy_horizontal = expanding + } + + ## Skills, Culture, Religion + hbox = { + name = "skills_culture_religion" + layoutpolicy_horizontal = expanding + + background = { + using = Background_Area + } + + hbox = { + name = "tutorial_highlight_skills" + + hbox = { + name = "skills_grid" + datamodel = "[CharacterWindow.GetSkills]" + margin = { 2 0 } + + using = Animation_Character_Window_Refresh + + item = { + vbox = { + tooltip = "SKILL_ITEM_TOOLTIP" + using = tooltip_ne + spacing = -3 + + icon = { + name = "skill_icon" + size = { 32 32 } + framesize = { 60 60 } + frame = "[SkillItem.GetFrame]" + texture = "gfx/interface/icons/icon_skills.dds" + } + + text_single = { + name = "skill_value" + text = "[SkillItem.GetValue]" + default_format = "#high" + align = nobaseline + + background = { + name = "skill_icon_bg" + texture = "gfx/interface/window_character/character_view_skills_bg.dds" + frame = "[SkillItem.GetFrame]" + framesize = { 70 26 } + margin = { 10 0 } + } + } + } + } + } + + spacer = { + size = { 10 0 } + } + + vbox = { + tooltip = "[CharacterWindow.GetCharacter.GetProwessBreakdown]" + using = tooltip_ne + spacing = -3 + + using = Animation_Character_Window_Refresh + + icon = { + name = "prowess_icon" + size = { 32 32 } + texture = "gfx/interface/icons/icon_prowess.dds" + } + + text_single = { + name = "prowess_value" + text = "[CharacterWindow.GetCharacter.GetProwess|0]" + align = nobaseline + } + } + + divider_light = { + layoutpolicy_vertical = expanding + } + + spacer = { + size = { 5 5 } + } + } + + hbox = { + name = "faith_and_culture" + layoutpolicy_horizontal = expanding + + using = Animation_Character_Window_Refresh + + button_religion_icon = { + name = "faith_button" + datacontext = "[Character.GetFaith]" + size = { 45 45 } + } + + vbox = { + layoutpolicy_horizontal = expanding + + button_tertiary = { + datacontext = "[Character.GetFaith]" + layoutpolicy_horizontal = expanding + size = { 0 25 } + onclick = "[DefaultOnFaithClick(Faith.GetID)]" + text = "FAITH_CHARACTER_WINDOW" + default_format = "#clickable;italic" + align = left|nobaseline + margin_left = 5 + + tooltipwidget = { faith_tooltip_click = {} } + } + + button_tertiary = { + datacontext = "[Character.GetCulture]" + layoutpolicy_horizontal = expanding + size = { 0 25 } + onclick = "[DefaultOnCultureClick(Culture.GetID)]" + text = "CULTURE_CHARACTER_WINDOW" + default_format = "#clickable;italic" + align = left|nobaseline + margin_left = 5 + + tooltipwidget = { + culture_tooltip_click = {} + } + } + } + } + + vbox = { + layoutpolicy_vertical = expanding + margin = { 0 2 } + + using = Animation_Character_Window_Refresh + + fixedgridbox = { + name = "modifiers_grid" + datamodel = "[CharacterWindow.GetTimedModifiers]" + addcolumn = 25 + addrow = 23 + datamodel_wrap = 2 + maxhorizontalslots = 5 + + item = { + icon = { + size = { 22 22 } + alwaystransparent = no + texture = "[ModifierItem.GetIcon]" + tooltip = "[ModifierItem.GetTooltip]" + } + } + } + + expand = {} + } + + expand = {} + } + } + + divider_light = { + layoutpolicy_vertical = expanding + } + + ## House + widget = { + name = "house" + datacontext = "[Character.GetHouse]" + layoutpolicy_vertical = expanding + size = { 125 0 } + + using = Animation_Character_Window_Refresh + + vbox = { + expand = { + maximumsize = { 0 5 } + } + + coa_house_big = { + flowcontainer = { + name = "characters_status_in_house" + parentanchor = bottom|right + position = { -10 0 } + ignoreinvisible = yes + + icon = { + name = "bastard" + visible = "[Not(Character.IsLegitimateMemberOfHouse)]" + framesize = { 40 40 } + frame = 4 + size = { 20 20 } + texture = "gfx/interface/icons/portraits/relation.dds" + tooltip = "CV_TT_BASTARD" + } + + icon = { + name = "head_icon" + visible = "[LessThan_int32(Character.GetDynastyHeadRelationFrame('(bool)no'), '(int32)9')]" + size = { 20 20 } + + texture = "gfx/interface/icons/portraits/relation.dds" + framesize = { 40 40 } + frame = "[Character.GetDynastyHeadRelationFrame('(bool)no')]" + tooltip = "[Character.GetDynastyHeadTooltip]" + } + } + } + + text_multi = { + autoresize = yes + maximumsize = { 118 50 } + text = "[DynastyHouse.GetBaseNameNoTooltip]" + default_format = "#high" + align = top|hcenter + } + + text_multi = { + autoresize = yes + maximumsize = { 118 50 } + visible = "[Not(DynastyHouse.IsValid)]" + text = "[lowborn|E]" + default_format = "#high" + align = top|hcenter + } + + expand = {} + } + } + } + + ######################### + ### Realm, external info + + widget = { + datacontext = "[GetIllustration( 'character_location_exterior' )]" + layoutpolicy_horizontal = expanding + size = { 0 232 } + + background = { + using = Background_Bottom_Fade + margin_bottom = 3 + alpha = 0.75 + } + + widget = { + size = { 100% 100% } + + using = Animation_Character_Window_Refresh + + background = { + texture = "[Illustration.GetTexture( Character.Self )]" + alpha = 0.35 + fittype = centercrop + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_vertical.dds" + blend_mode = alphamultiply + mirror = vertical + } + + using = Mask_Rough_Edges + } + } + + hbox = { + name = "realm_info" + + vbox = { + #name = "realm_shield" + visible = "[Character.HasLandedTitles]" + layoutpolicy_vertical = expanding + spacing = 7 + margin_bottom = 5 + + using = Animation_Character_Window_Refresh + + coa_realm_medium_crown = { + datacontext = "[Character]" + + blockoverride "coa_button" + { + name = "realm_shield" + tooltip = "[Character.GetDefaultRealmFlagTooltipPrimaryTitleClickInfo]" + onclick = "[DefaultOnCoatOfArmsClick(Character.GetPrimaryTitle.GetID)]" + } + } + + vbox = { + datacontext = "[CharacterWindow.GetCharacter]" + visible = "[And( Not( Character.GetPrimaryTitle.HasFaction ), And( Character.HasLandedTitles, Character.IsAlive ) )]" + tooltip = "[Character.GetDomainLimitTooltip]" + spacing = -2 + + background = { + visible = "[GreaterThan_int32( Character.GetDomainSize, Character.GetDomainLimit )]" + using = Status_Bad + } + + icon = { + name = "domain_icon" + size = { 30 30 } + texture = "gfx/interface/icons/icon_domain.dds" + } + + text_single = { + name = "domain_limit" + text = "[Character.GetDomainSize]/[Character.GetDomainLimit]" + default_format = "#high" + align = center|nobaseline + } + } + + expand = {} + + flowcontainer = { + margin = { 3 2 } + ignoreinvisible = yes + + background = { + using = Background_Area_Dark + } + + flowcontainer = { + visible = "[Character.IsTheocraticLessee]" + tooltip = "CV_THEOCRACY_LESSEE_TOOLTIP" + spacing = -2 + direction = vertical + + icon = { + name = "theocracy_lessee_info" + texture = "gfx/interface/icons/icon_holding_church.dds" + size = { 30 30 } + } + + text_single = { + name = "domain_limit" + parentanchor = hcenter + text = "[Character.GetNumTitlesFromTheocraticLease]" + default_format = "#high" + align = center|nobaseline + } + } + + icon = { + name = "religious_head_info" + visible = "[Character.IsReligiousHead]" + size = { 30 30 } + texture = "gfx/interface/icons/icon_head_of_faith_income.dds" + tooltip = "CV_THEOCRACY_RELIGIOUS_HEAD_TOOLTIP" + } + } + } + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_left = 5 + + ## Realm name and stats + hbox = { + name = "name_and_stats" + layoutpolicy_horizontal = expanding + margin_right = 10 + + using = Animation_Character_Window_Refresh + + vbox = { + visible = "[Not(Character.HasLandedTitles)]" + layoutpolicy_horizontal = expanding + margin = { 10 0 } + max_width = 280 + + text_single = { + name = "character_title" + layoutpolicy_horizontal = expanding + text = "CV_UNLANDED" + using = Font_Size_Medium + align = nobaseline + } + + text_single = { + name = "government_type" + layoutpolicy_horizontal = expanding + text = "[Character.GetLocationDesc]" + default_format = "#low" + format_override = { high medium } + format_override = { V medium } + align = nobaseline + autoresize = no + } + } + + realm_name_and_type_vbox = { + visible = "[Character.HasLandedTitles]" + datacontext = "[Character.GetPrimaryTitle]" + max_width = 250 + } + + expand = {} + + hbox = { + name = "stats" + spacing = 8 + margin_bottom = 6 + margin_top = 3 + visible = "[Character.IsAlive]" + + vbox = { + visible = "[Character.HasLandedTitles]" + spacing = -2 + min_width = 40 + tooltip = "[Character.GetDreadBreakdown]" + + icon = { + name = "dread_icon" + size = { 30 30 } + texture = "gfx/interface/icons/icon_dread.dds" + } + + text_single = { + name = "total_dread" + text = "[Character.GetDread|0]" + default_format = "#high" + align = center|nobaseline + fontsize_min = 12 + max_width = 50 + } + } + + vbox = { + tooltip = "[Character.GetGoldTooltipWithBalance]" + min_width = 40 + spacing = -2 + + icon = { + name = "icon_gold" + size = { 30 30 } + texture = "gfx/interface/icons/icon_gold.dds" + } + + text_single = { + name = "total_gold" + text = "[Character.GetGold|0]" + default_format = "#high" + align = center|nobaseline + fontsize_min = 12 + max_width = 50 + } + } + + vbox = { + tooltip = "[Character.GetPrestigeTooltipWithBalance]" + min_width = 40 + spacing = -2 + + icon = { + name = "icon_prestige" + size = { 30 30 } + texture = "[Character.GetPrestigeLevelTexture]" + } + + text_single = { + name = "prestige" + text = "[Character.GetPrestige|0]" + default_format = "#high" + align = center|nobaseline + fontsize_min = 12 + max_width = 50 + } + } + + vbox = { + tooltip = "[Character.GetPietyTooltipWithBalance]" + min_width = 40 + spacing = -2 + + icon = { + name = "icon_piety" + size = { 30 30 } + texture = "[Character.GetPietyLevelTexture]" + } + + text_single = { + name = "piety" + text = "[Character.GetPiety|0]" + default_format = "#high" + align = center|nobaseline + fontsize_min = 12 + max_width = 50 + } + } + + spacer = { + size = { 0 3 } + } + + vbox = { + visible = "[Character.HasLandedTitles]" + tooltip = "[CharacterWindow.GetMilitaryStrengthTooltip]" + spacing = -2 + min_width = 40 + + background = { + using = Background_Frame + margin = { 10 5 } + margin_bottom = 7 + alpha = 0.7 + } + + icon = { + name = "icon_combat_strength" + size = { 30 30 } + texture = "gfx/interface/icons/icon_soldier.dds" + } + + text_single = { + name = "military_total_strength" + text = "[CharacterWindow.GetCachedMilitaryStrengthText]" + default_format = "#high" + align = center|nobaseline + fontsize_min = 12 + max_width = 80 + + progressbar_standard = { + name = "soldiers_max" + parentanchor = bottom|hcenter + position = { 0 5 } + size = { 33 8 } + min = 0 + max = "[IntToFloat(CharacterWindow.GetMaxSoldiers)]" + value = "[IntToFloat(CharacterWindow.GetCurrentSoldiers)]" + } + } + } + } + } + + divider = { + layoutpolicy_horizontal = expanding + } + + vbox_titles_claims_box = { + visible = "[Not( Or( Character.GetPrimaryTitle.HasFaction, DataModelHasItems( CharacterWindow.GetDiplomacyItems )))]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_right = 3 + + using = Animation_Character_Window_Refresh + + blockoverride "titles_extra_items" + { + visible = "[GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTitles), '(int32)13' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)13' )|=]" + } + + blockoverride "titles_max_slots" + { + datamodel_wrap = 13 + } + + blockoverride "claims_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)13' )]" + text = "[GetNumberAbove_int32(GetDataModelSize(CharacterWindow.GetClaims), '(int32)13' )|=]" + } + + blockoverride "claims_max_slots" + { + datamodel_wrap = 13 + } + } + + hbox = { + visible = "[DataModelHasItems( CharacterWindow.GetDiplomacyItems )]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_right = 2 + + vbox_titles_claims_box = { + visible = "[And( Not( Character.GetPrimaryTitle.HasFaction ), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)4'))]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "titles_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)10' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)10' )|=]" + } + + blockoverride "titles_max_slots" + { + datamodel_wrap = 10 + } + + blockoverride "claims_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)10' )]" + text = "[GetNumberAbove_int32(GetDataModelSize(CharacterWindow.GetClaims), '(int32)10' )|=]" + } + + + blockoverride "claims_max_slots" + { + datamodel_wrap = 10 + } + } + + vbox_titles_claims_box = { + visible = "[And( Not( Character.GetPrimaryTitle.HasFaction ), And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)4'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)6')))]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "titles_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)9' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)9' )|=]" + } + + blockoverride "titles_max_slots" + { + datamodel_wrap = 9 + } + + blockoverride "claims_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)9' )]" + text = "[GetNumberAbove_int32(GetDataModelSize(CharacterWindow.GetClaims), '(int32)9' )|=]" + } + + blockoverride "claims_max_slots" + { + datamodel_wrap = 9 + } + } + + vbox_titles_claims_box = { + visible = "[And( Not( Character.GetPrimaryTitle.HasFaction ), And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)6'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)8')))]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "titles_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)8' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)8' )|=]" + } + + blockoverride "titles_max_slots" + { + datamodel_wrap = 8 + } + + blockoverride "claims_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)8' )]" + text = "[GetNumberAbove_int32(GetDataModelSize(CharacterWindow.GetClaims), '(int32)8' )|=]" + } + + blockoverride "claims_max_slots" + { + datamodel_wrap = 8 + } + } + + vbox_titles_claims_box = { + visible = "[And( Not( Character.GetPrimaryTitle.HasFaction ), GreaterThan_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)8'))]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "titles_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)7' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)7' )|=]" + } + + blockoverride "titles_max_slots" + { + datamodel_wrap = 7 + } + + blockoverride "claims_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)7' )]" + text = "[GetNumberAbove_int32(GetDataModelSize(CharacterWindow.GetClaims), '(int32)7' )|=]" + } + + blockoverride "claims_max_slots" + { + datamodel_wrap = 7 + } + } + + expand = { + layoutpolicy_horizontal = expanding + visible = "[Character.GetPrimaryTitle.HasFaction]" + } + + divider = { + layoutpolicy_vertical = expanding + } + + vbox_diplomacy_box = { + visible = "[And(Not(IsDataModelEmpty(CharacterWindow.GetDiplomacyItems)), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)4'))]" + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "diplomacy_slots" + { + maxverticalslots = 2 + maxhorizontalslots = 2 + datamodel_wrap = 2 + } + } + + vbox_diplomacy_box = { + visible = "[And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)4'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)6'))]" + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "diplomacy_slots" + { + maxverticalslots = 2 + maxhorizontalslots = 3 + datamodel_wrap = 3 + } + } + + vbox_diplomacy_box = { + visible = "[And(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)6'), LessThanOrEqualTo_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)8'))]" + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "diplomacy_slots" + { + maxverticalslots = 2 + maxhorizontalslots = 4 + datamodel_wrap = 4 + } + } + + vbox_diplomacy_box = { + visible = "[GreaterThan_int32(GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)8')]" + layoutpolicy_vertical = expanding + + using = Animation_Character_Window_Refresh + + blockoverride "diplomacy_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)10' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetDiplomacyItems), '(int32)10' )|=]" + } + + blockoverride "diplomacy_slots" + { + maxverticalslots = 2 + maxhorizontalslots = 5 + datamodel_wrap = 5 + } + } + + expand = {} + } + + expand = {} + } + } + } + + ###################################################### + ################### BOTTOM AREA ###################### + ###################################################### + + ### TABS + hbox = { + name = "tabs" + visible = "[CharacterWindow.AreNoneExpanded]" + layoutpolicy_horizontal = expanding + + button_tab = { + name = "family_button" + datacontext = "[CharacterWindow.GetCharacter]" + layoutpolicy_horizontal = expanding + + onclick = "[CharacterWindow.SetTab('family')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('family'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + + using = tooltip_above + + hbox = { + text_single = { + layoutpolicy_horizontal = expanding + align = center + text = "CV_TAB_FAMILY" + default_format = "#low" + } + + text_single = { + align = center + text = "[CharacterWindow.GetTabItemsCount('family')]" + default_format = "#low" + margin_right = 15 + min_width = 30 + + using = Animation_Character_Window_Refresh + } + } + } + + button_tab = { + name = "relations_button" + datacontext = "[CharacterWindow.GetCharacter]" + layoutpolicy_horizontal = expanding + + onclick = "[CharacterWindow.SetTab('relations')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('relations'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + + using = tooltip_above + + hbox = { + text_single = { + layoutpolicy_horizontal = expanding + align = center + text = "CV_TAB_RELATIONS" + default_format = "#low" + } + + text_single = { + align = center + text = "[CharacterWindow.GetTabItemsCount('relations')]" + default_format = "#low" + margin_right = 15 + min_width = 30 + + using = Animation_Character_Window_Refresh + } + } + } + + button_tab = { + name = "court_button" + datacontext = "[CharacterWindow.GetCharacter]" + # visible = "[Not(Character.IsPlayer)]" + layoutpolicy_horizontal = expanding + + onclick = "[CharacterWindow.SetTab('court')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('court'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + + using = tooltip_above + + hbox = { + text_single = { + layoutpolicy_horizontal = expanding + align = center + text = "CV_TAB_COURT" + default_format = "#low" + } + + text_single = { + align = center + text = "[CharacterWindow.GetTabItemsCount('court')]" + default_format = "#low" + margin_right = 15 + min_width = 30 + + using = Animation_Character_Window_Refresh + } + } + } + + button_tab = { + name = "vassals_button" + datacontext = "[CharacterWindow.GetCharacter]" + visible = "[Character.IsRuler]" + # visible = "[And(Character.IsRuler, Not(Character.IsPlayer))]" + layoutpolicy_horizontal = expanding + + onclick = "[CharacterWindow.SetTab('vassals')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('vassals'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + + using = tooltip_above + + hbox = { + text_single = { + layoutpolicy_horizontal = expanding + align = center + text = "CV_TAB_VASSALS" + default_format = "#low" + } + + text_single = { + align = center + text = "[CharacterWindow.GetTabItemsCount('vassals')]" + default_format = "#low" + margin_right = 15 + min_width = 30 + + using = Animation_Character_Window_Refresh + } + } + } + + # Custom tab + button_tab = { + name = "tribs_button" + datacontext = "[CharacterWindow.GetCharacter]" + visible = "[Not(IsDataModelEmpty(Character.MakeScope.GetList('all_tributaries')))]" + layoutpolicy_horizontal = expanding + + onclick = "[GetVariableSystem.Set('char_gui_tabs','tribs')]" + down = "[GetVariableSystem.HasValue('char_gui_tabs','tribs')]" + + using = tooltip_above + + hbox = { + + text_single = { + layoutpolicy_horizontal = expanding + align = center + text = "CV_TAB_TRIBS" + #visible = "" + default_format = "#low" + } + + text_single = { + align = center + text = "[GetDataModelSize(Character.MakeScope.GetList('all_tributaries'))]" + default_format = "#low" + margin_right = 15 + min_width = 24 + + using = Animation_Character_Window_Refresh + } + } + } + } + + spacer = { size = { 0 2 } } + + widget = { + visible = "[CharacterWindow.AreNoneExpanded]" + layoutpolicy_vertical = preferred + layoutpolicy_horizontal = expanding + size = { 0 350 } + + using = Animation_Tab_Switch + + #################################### + ########### FAMILY TAB ############# + #################################### + + widget = { + name = "family" + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('family'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + size = { 100% 100% } + + using = Animation_Tab_Switch + + vbox = { + name = "family_main_view" + visible = "[Not( Or(CharacterWindow.IsRelationExpanded( 'children' ), CharacterWindow.IsRelationExpanded( 'siblings' ) ) )]" + + widget = { + name = "parents_grandparents_spouses" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { -1 110 } + scissor = yes + + hbox = { + vbox_character_row_item = { + name = "children" + layoutpolicy_vertical = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetParents]" + } + + blockoverride "header_text" + { + text = "PARENTS" + } + + blockoverride "expand_button" {} + } + + vbox_character_row_item = { + name = "grandparents" + visible = "[Not(Or(GreaterThan_int32( Character.GetMaxSpouses, '(int32)1' ), GreaterThan_int32( Character.GetMaxConsorts, '(int32)0' )))]" + layoutpolicy_vertical = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetGrandparents]" + } + + blockoverride "header_text" + { + text = "GRANDPARENTS" + } + + blockoverride "expand_button" {} + } + + vbox_character_row_item = { + name = "grandparents_contracted" + visible = "[Or(GreaterThan_int32( Character.GetMaxSpouses, '(int32)1' ), GreaterThan_int32( Character.GetMaxConsorts, '(int32)0' ))]" + layoutpolicy_vertical = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetGrandparents]" + } + + blockoverride "header_text" + { + text = "GRANDPARENTS" + } + + blockoverride "expand_button" {} + + blockoverride "gridbox" + { + overlappingitembox = { + size = { 170 90 } + + block "portrait_datamodel" { + datamodel = "[CharacterWindow.GetParents]" + } + + item = { + portrait_head_small = { + blockoverride "portrait_button" + { + using = tooltip_ne + } + + } + } + } + } + } + + vbox_character_row_item = { + name = "secondary_spouses" + visible = "[GreaterThan_int32( Character.GetMaxSpouses, '(int32)1' )]" + layoutpolicy_vertical = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetSecondarySpouses]" + } + + blockoverride "header_text" + { + text = "SECONDARY_SPOUSES" + } + + blockoverride "expand_button" {} + + blockoverride "find_partner" + { + fixedgridbox = { + name = "potential" + datamodel = "[GetNullCharacterDataModel( Character.CalcUnusedSecondarySpouseSlots )]" + visible = "[Character.IsPlayerInteractionShown('marry_off_interaction')]" + + flipdirection = yes + addcolumn = 85 + addrow = 90 + + item = { + container = { + portrait_head_small = { + visible = "[Not( ObjectsEqual( GetPlayer, CharacterWindow.GetCharacter ) )]" + + blockoverride "portrait_button_template_onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction('marry_off_interaction')]" + } + blockoverride "portrait_button_template_tooltip" + { + tooltip = "CHARACTER_WINDOW_FIND_SPOUSE" + } + blockoverride "onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction('marry_off_interaction')]" + + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 20 20 } + position = {-5 -5} + texture = "gfx/interface/icons/flat_icons/plus.dds" + } + } + } + + portrait_head_small = { + visible = "[ObjectsEqual( GetPlayer, CharacterWindow.GetCharacter )]" + blockoverride "portrait_button_template_onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction('marry_off_interaction')]" + } + blockoverride "portrait_button_template_tooltip" + { + tooltip = "CHARACTER_WINDOW_FIND_SPOUSE_SELF" + } + blockoverride "onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction('marry_off_interaction')]" + + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 26 26 } + position = {-5 0} + texture = "gfx/interface/icons/flat_icons/plus.dds" + } + } + } + } + } + } + } + } + + vbox_character_row_item = { + name = "consorts" + visible = "[GreaterThan_int32( Character.GetMaxConsorts, '(int32)0' )]" + layoutpolicy_vertical = expanding + + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetConcubines]" + } + + blockoverride "header_text" + { + text = "CONCUBINES" + } + + blockoverride "expand_button" {} + + blockoverride "find_partner" + { + fixedgridbox = { + name = "potential" + datamodel = "[GetNullCharacterDataModel( Character.CalcUnusedConsortSlots )]" + visible = "[Character.IsPlayerInteractionShown('find_concubine')]" + + flipdirection = yes + addcolumn = 85 + addrow = 90 + maxverticalslots = 1 + + item = { + container = { + portrait_head_small = { + blockoverride "portrait_button_template_onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction('find_concubine')]" + enabled = "[CharacterWindow.GetCharacter.IsPlayerInteractionValid('find_concubine')]" + + button_plus = { + parentanchor = center + alwaystransparent = yes + } + } + blockoverride "portrait_button_template_tooltip" + { + tooltip = "[CharacterWindow.GetCharacter.GetPlayerInteractionTooltip('find_concubine')]" + } + } + } + } + } + } + } + + expand = {} + } + } + + widget = { + name = "children" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { -1 110 } + scissor = yes + + vbox_character_row_item = { + name = "children" + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetChildren]" + } + + blockoverride "header_text" + { + text = "CV_CHILDREN_HEADING" + } + + blockoverride "remaining_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetChildren), '(int32)7' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetChildren), '(int32)7' )|=]" + } + + blockoverride "expand_button_inside" { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetChildren), '(int32)7' )]" + onclick = "[CharacterWindow.ToggleExpandedRelation( 'children' )]" + } + } + } + + widget = { + name = "siblings" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { -1 110 } + scissor = yes + + vbox_character_row_item = { + name = "siblings" + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetSiblings]" + } + + blockoverride "header_text" + { + text = "CV_SIBLINGS_HEADING" + } + + blockoverride "remaining_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetSiblings), '(int32)7' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetSiblings), '(int32)7' )|=]" + } + + blockoverride "expand_button_inside" { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetSiblings), '(int32)7' )]" + onclick = "[CharacterWindow.ToggleExpandedRelation( 'siblings' )]" + } + } + } + + expand = {} + } + + ### SIBLINGS EXPANDED + scrollbox = { + name = "family_siblings_expanded" + visible = "[CharacterWindow.IsRelationExpanded( 'siblings' )]" + size = { 100% 100% } + + blockoverride "scrollbox_replace_vbox" { + vbox_character_row_item = { + name = "siblings" + margin_top = 10 + spacing = 5 + + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetSiblings]" + } + + blockoverride "header_text" + { + text = "CV_SIBLINGS_HEADING" + } + + blockoverride "expand_button_inside" { + onclick = "[CharacterWindow.ToggleExpandedRelation( 'siblings' )]" + down = "[CharacterWindow.IsRelationExpanded( 'siblings' )]" + } + + blockoverride "gridbox_slots" {} + } + } + } + + ### CHILDREN EXPANDED + scrollbox = { + name = "family_children_expanded" + visible = "[CharacterWindow.IsRelationExpanded( 'children' )]" + size = { 100% 100% } + + blockoverride "scrollbox_replace_vbox" { + vbox_character_row_item = { + name = "children" + margin_top = 10 + spacing = 5 + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetChildren]" + } + + blockoverride "header_text" + { + text = "CV_CHILDREN_HEADING" + } + + blockoverride "expand_button_inside" { + onclick = "[CharacterWindow.ToggleExpandedRelation( 'children' )]" + down = "[CharacterWindow.IsRelationExpanded( 'children' )]" + } + + blockoverride "gridbox_slots" {} + } + } + } + } + + #################################### + ########## RELATIONS TAB ########### + #################################### + + widget = { + name = "relations" + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('relations'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + size = { 100% 100% } + + using = Animation_Tab_Switch + + vbox = { + name = "relations_main_view" + visible = "[Not(CharacterWindow.AreRelationsExpanded( 'friends', 'rivals', 'lovers' ) ) ]" + + widget = { + name = "first_row" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { -1 110 } + scissor = yes + + hbox = { + vbox_character_row_item = { + name = "wards" + visible = "[CharacterWindow.GetCharacter.IsAdult]" + layoutpolicy_vertical = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'ward' ) )]" + } + + blockoverride "header_text" + { + text = "WARDS_LABEL" + } + + blockoverride "expand_button" {} + + ### WARD FINDER + blockoverride "find_partner" + { + + ### FIND WARD FOR ME + fixedgridbox = { + name = "educate_ward" + datamodel = "[GetNullCharacterDataModel( CharacterWindow.CalcUnusedRelationSlots( GetRelation( 'ward' ), '(int32)2' ) )]" + visible = "[Character.IsPlayerInteractionShown('educate_child_interaction')]" + + flipdirection = yes + addcolumn = 85 + addrow = 90 + maxverticalslots = 1 + + item = { + container = { + portrait_head_small = { + blockoverride "portrait_button_template_onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction( 'educate_child_interaction' )]" + + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 26 26 } + position = {-2 -4} + texture = "gfx/interface/icons/flat_icons/plus.dds" + } + } + blockoverride "portrait_button_template_tooltip" + { + tooltip = "[CharacterWindow.GetCharacter.GetPlayerInteractionTooltip( 'educate_child_interaction' )]" + } + } + } + } + } + + ### FIND WARD FOR COURTIER + fixedgridbox = { + name = "find_ward" + datamodel = "[GetNullCharacterDataModel( CharacterWindow.CalcUnusedRelationSlots( GetRelation( 'ward' ), '(int32)2' ) )]" + visible = "[Character.IsPlayerInteractionShown('offer_ward_interaction')]" + + flipdirection = yes + addcolumn = 85 + addrow = 90 + maxverticalslots = 1 + + item = { + container = { + portrait_head_small = { + blockoverride "portrait_button_template_onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction( 'offer_ward_interaction' )]" + enabled = "[CharacterWindow.GetCharacter.IsPlayerInteractionValid( 'offer_ward_interaction' )]" + + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 20 20 } + position = {-2 -5} + texture = "gfx/interface/icons/flat_icons/plus.dds" + } + } + blockoverride "portrait_button_template_tooltip" + { + tooltip = "[CharacterWindow.GetCharacter.GetPlayerInteractionTooltip( 'offer_ward_interaction' )]" + } + } + } + } + } + } + } + + vbox_character_row_item = { + name = "lovers" + visible = "[CharacterWindow.GetCharacter.IsAdult]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'lover' ) )]" + } + + blockoverride "header_text" + { + text = "LOVERS_LABEL" + } + + blockoverride "remaining_items" + { + visible = "[GreaterThan_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'lover' ) ) ), '(int32)5' ) )]" + margin = { 167 } + text = "[GetNumberAbove_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'lover' ) ) ), '(int32)5' )|=]" + + } + + blockoverride "expand_button_inside" { + visible = "[GreaterThan_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'lover' ) ) ), '(int32)5' )]" + onclick = "[CharacterWindow.ToggleExpandedRelation( 'lovers' )]" + } + + } + + vbox_character_row_item = { + name = "guardian" + visible = "[Not(CharacterWindow.GetCharacter.IsAdult)]" + layoutpolicy_vertical = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'guardian' ) )]" + } + + blockoverride "header_text" + { + text = "GUARDIAN_LABEL" + } + + blockoverride "expand_button" {} + + ### GUARDIAN FINDER + blockoverride "find_partner" + { + ### FIND GUARDIAN FOR ME + fixedgridbox = { + name = "educate_child" + datamodel = "[GetNullCharacterDataModel( CharacterWindow.CalcUnusedRelationSlots( GetRelation( 'guardian' ), '(int32)1' ) )]" + visible = "[Character.IsPlayerInteractionShown( 'educate_child_interaction' )]" + + flipdirection = yes + addcolumn = 85 + addrow = 90 + maxverticalslots = 1 + + item = { + container = { + portrait_head_small = { + blockoverride "portrait_button_template_onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction( 'educate_child_interaction' )]" + + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 20 20 } + position = {-2 -5} + texture = "gfx/interface/icons/flat_icons/plus.dds" + } + } + blockoverride "portrait_button_template_tooltip" + { + tooltip = "[CharacterWindow.GetCharacter.GetPlayerInteractionTooltip( 'educate_child_interaction' )]" + } + } + } + } + } + + ### GUARDIAN FINDER FOR COURTIER + fixedgridbox = { + name = "find_guardian" + datamodel = "[GetNullCharacterDataModel( CharacterWindow.CalcUnusedRelationSlots( GetRelation( 'guardian' ), '(int32)1' ) )]" + visible = "[Character.IsPlayerInteractionShown( 'offer_guardianship_interaction' )]" + + flipdirection = yes + addcolumn = 85 + addrow = 90 + maxverticalslots = 1 + + item = { + container = { + portrait_head_small = { + blockoverride "portrait_button_template_onclick" + { + onclick = "[CharacterWindow.GetCharacter.OpenPlayerInteraction( 'offer_guardianship_interaction' )]" + enabled = "[CharacterWindow.GetCharacter.IsPlayerInteractionValid( 'offer_guardianship_interaction' )]" + button_icon = { + parentanchor = center + alwaystransparent = yes + size = { 26 26 } + position = {-2 -4} + texture = "gfx/interface/icons/flat_icons/plus.dds" + } + } + blockoverride "portrait_button_template_tooltip" + { + tooltip = "[CharacterWindow.GetCharacter.GetPlayerInteractionTooltip( 'offer_guardianship_interaction' )]" + } + } + } + } + } + } + } + + vbox_character_row_item = { + name = "crushes" + visible = "[Not(CharacterWindow.GetCharacter.IsAdult)]" + layoutpolicy_vertical = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'crush' ) )]" + } + + blockoverride "header_text" + { + text = "CRUSHES_LABEL" + } + + blockoverride "expand_button" {} + } + + expand = {} + } + } + + widget = { + name = "second_row" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { -1 110 } + scissor = yes + + hbox = { + vbox_character_row_item = { + name = "friends" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'friend' ) )]" + } + + blockoverride "header_text" + { + text = "FRIENDS_LABEL" + } + + blockoverride "remaining_items" + { + visible = "[GreaterThan_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'friend' ) ) ), '(int32)7' ) )]" + text = "[GetNumberAbove_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'friend' ) ) ), '(int32)7' )|=]" + } + + blockoverride "expand_button_inside" { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetRelationsOfType( GetRelation( 'friend' ) )), '(int32)7' )]" + onclick = "[CharacterWindow.ToggleExpandedRelation( 'friends' )]" + } + } + + expand = {} + } + } + + widget = { + name = "third_row" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { -1 110 } + scissor = yes + + hbox = { + vbox_character_row_item = { + name = "rivals" + visible = "[CharacterWindow.GetCharacter.IsAdult]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'rival' ) )]" + } + + blockoverride "header_text" + { + text = "RIVALS_LABEL" + } + + blockoverride "remaining_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetRelationsOfType( GetRelation( 'rival' ) )), '(int32)7' ))]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetRelationsOfType( GetRelation( 'rival' ) )), '(int32)7' )|=]" + } + + blockoverride "expand_button_inside" { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetRelationsOfType( GetRelation( 'rival' ) )), '(int32)7' )]" + onclick = "[CharacterWindow.ToggleExpandedRelation( 'rivals' )]" + } + } + + vbox_character_row_item = { + name = "bullies" + visible = "[Not( CharacterWindow.GetCharacter.IsAdult )]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'bully' ) )]" + } + + blockoverride "header_text" + { + text = "BULLIES_LABEL" + } + + blockoverride "expand_button" {} + } + + vbox_character_row_item = { + name = "victims" + visible = "[Not( CharacterWindow.GetCharacter.IsAdult )]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'victim' ) )]" + } + + blockoverride "header_text" + { + text = "VICTIMS_LABEL" + } + + blockoverride "expand_button" {} + } + + expand = {} + } + } + + expand = {} + } + ### RIVALS EXPANDED + scrollbox = { + name = "rivals_expanded" + visible = "[CharacterWindow.IsRelationExpanded( 'rivals' )]" + size = { 100% 100% } + + blockoverride "scrollbox_replace_vbox" { + vbox_character_row_item = { + name = "rivals" + margin_top = 10 + spacing = 5 + + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'rival' ) )]" + } + + blockoverride "header_text" + { + text = "RIVALS_LABEL" + } + + blockoverride "expand_button_inside" { + onclick = "[CharacterWindow.ToggleExpandedRelation( 'rivals' )]" + down = "[CharacterWindow.IsRelationExpanded( 'rivals' )]" + } + + blockoverride "gridbox_slots" {} + } + } + } + + ### FRIENDS EXPANDED + scrollbox = { + name = "friends_expanded" + visible = "[CharacterWindow.IsRelationExpanded( 'friends' )]" + size = { 100% 100% } + + blockoverride "scrollbox_replace_vbox" { + vbox_character_row_item = { + name = "friends" + margin_top = 10 + spacing = 5 + + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'friend' ) )]" + } + + blockoverride "header_text" + { + text = "FRIENDS_LABEL" + } + + blockoverride "expand_button_inside" { + onclick = "[CharacterWindow.ToggleExpandedRelation( 'friends' )]" + down = "[CharacterWindow.IsRelationExpanded( 'friends' )]" + } + + blockoverride "gridbox_slots" {} + } + } + } + + ### LOVERS EXPANDED + scrollbox = { + name = "lovers_expanded" + visible = "[CharacterWindow.IsRelationExpanded( 'lovers' )]" + size = { 100% 100% } + + blockoverride "scrollbox_replace_vbox" { + vbox_character_row_item = { + name = "friends" + margin_top = 10 + spacing = 5 + + blockoverride "portrait_datamodel" { + datamodel = "[CharacterWindow.GetRelationsOfType( GetRelation( 'lover' ) )]" + } + + blockoverride "header_text" + { + text = "LOVERS_LABEL" + } + + blockoverride "expand_button_inside" { + onclick = "[CharacterWindow.ToggleExpandedRelation( 'lovers' )]" + down = "[CharacterWindow.IsRelationExpanded( 'lovers' )]" + } + + blockoverride "gridbox_slots" {} + } + } + } + } + + #################################### + ############ COURT TAB ############# + #################################### + + vbox_character_list = { + datacontext = "[CharacterWindow.GetCourt]" + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('court'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + blockoverride "sort_dropdown" { + dropdown_sort_characterlist = { + # unique name needed to distinct from vassal sort options + name = "court_sort_options" + } + } + + blockoverride "scrollbox_margins" { + margin_right = 15 + margin_top = 10 + } + + blockoverride "container_implementation" { + fixedgridbox = { + name = "characters_grid" + datamodel = "[CharacterSelectionList.GetList]" + visible = "[Not(CharacterSelectionList.IsBuildingList)]" + addcolumn = 560 + addrow = 125 + setitemsizefromcell = yes + + item = { + widget_courtier_item = { + datacontext = "[CharacterListItem.GetCharacter]" + + # blockoverride "description_relation_text" { + # text = "[Character.GetSpecialGuestRelationDescription]" + # } + + blockoverride "gridbox_items" + { + datamodel_wrap = 7 + maxverticalslots = 2 + } + + blockoverride "action_buttons" {} + } + } + } + } + + blockoverride "character_count" + { + hbox = { + layoutpolicy_horizontal = growing + margin = { 15 0 } + margin_bottom = 5 + spacing = 5 + + block "bottom_bar" {} + + expand = {} + + widget = { + size = { 20 15 } + + warning_icon = { + size = { 20 20 } + visible = "[Not( CharacterSelectionList.IsAllDefault )]" + tooltip = "CHARACTER_FINDER_FILTER_SET" + } + } + + text_single = { + name = "character_count" + datacontext = "[CharacterSelectionList]" + text = "CHARACTER_FINDER_COUNT" + default_format = "#low" + } + } + } + } + + #################################### + ########### VASSALS TAB ############ + #################################### + + vbox_character_list = { + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('vassals'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + datacontext = "[CharacterWindow.GetVassals]" + + blockoverride "sort_dropdown" { + dropdown_sort_characterlist = { + # unique name needed to distinct from court sort options + name = "vassal_sort_options" + } + } + + blockoverride "scrollbox_margins" { + margin = { 0 5 } + margin_right = 10 + } + + blockoverride "container_implementation" { + fixedgridbox = { + name = "characters_grid" + datamodel = "[CharacterSelectionList.GetList]" + visible = "[Not(CharacterSelectionList.IsBuildingList)]" + addcolumn = 590 + addrow = 90 + setitemsizefromcell = yes + + item = { + widget_vassal_list_item = { + datacontext = "[CharacterListItem.GetCharacter]" + + blockoverride "own_vassal" {} + } + } + } + } + blockoverride "character_count" + { + hbox = { + layoutpolicy_horizontal = growing + margin = { 15 0 } + margin_bottom = 5 + spacing = 5 + + block "bottom_bar" {} + + expand = {} + + widget = { + size = { 20 15 } + + warning_icon = { + size = { 20 20 } + visible = "[Not( CharacterSelectionList.IsAllDefault )]" + tooltip = "CHARACTER_FINDER_FILTER_SET" + } + } + + text_single = { + name = "character_count" + datacontext = "[CharacterSelectionList]" + text = "CHARACTER_FINDER_COUNT" + default_format = "#low" + } + } + } + } + + #################################### + ######### CUSTOM TRIBS TAB ######### + #################################### + vbox_character_list = { + visible = "[GetVariableSystem.HasValue('char_gui_tabs','tribs')]" + spacing = 3 + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + blockoverride "sort_buttons" {} + blockoverride "character_count" {} + blockoverride "scrollbox_margins" { + margin = { 0 5 } + margin_right = 10 + } + + blockoverride "container_implementation" { + fixedgridbox = { + name = "characters_grid" + datamodel = "[Character.MakeScope.GetList('all_tributaries')]" + addcolumn = 590 + addrow = 90 + setitemsizefromcell = yes + item = { + widget_tribs_list_item = { + datacontext = "[Scope.GetCharacter]" + layoutpolicy_horizontal = expanding + blockoverride "own_vassal" {} + } + } + } + } + blockoverride "scrollbox_empty_visibility" { + visible = "[IsDataModelEmpty(Character.MakeScope.GetList('all_tributaries'))]" + } + } + # End custom tribs tab section + } + + ### EXPANDED VIEWS + + # TRAITS EXPANDED + scrollbox = { + name = "traits_expanded" + visible = "[CharacterWindow.AreTraitsExpanded]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + using = Animation_Tab_Switch + + blockoverride "scrollbox_content" + { + spacing = 10 + + vbox = { + spacing = 10 + + text_label_center = { + text = "MODIFIERS" + } + + text_single = { + visible = "[IsDataModelEmpty(CharacterWindow.GetTimedModifiers)]" + text = "CV_NO_MODIFIERS" + default_format = "#low;italic" + } + + dynamicgridbox = { + name = "modifiers_grid" + datamodel = "[CharacterWindow.GetTimedModifiers]" + datamodel_wrap = 8 + flipdirection = yes + + item = { + icon = { + size = { 35 35 } + alwaystransparent = no + texture = "[ModifierItem.GetIcon]" + tooltip = "[ModifierItem.GetTooltip]" + } + } + } + } + + divider_light = { + layoutpolicy_horizontal = expanding + } + + vbox = { + spacing = 10 + + text_label_center = { + text = "TRAITS" + } + + fixedgridbox = { + name = "personality_traits_grid" + datamodel = "[CharacterWindow.GetPersonalityTraits]" + addcolumn = 85 + addrow = 105 + flipdirection = yes + datamodel_wrap = 6 + + item = { + icon_trait = { + text_multi = { + parentanchor = bottom|hcenter + widgetanchor = top|hcenter + position = { 0 -5 } + autoresize = yes + max_width = 80 + text = "[Trait.GetNameNoTooltip(Character.Self)]" + default_format = "#high" + align = hcenter + } + } + } + } + + fixedgridbox = { + name = "traits_grid" + datamodel = "[CharacterWindow.GetTraits]" + addcolumn = 85 + addrow = 105 + flipdirection = yes + datamodel_wrap = 6 + + item = { + icon_trait = { + text_multi = { + parentanchor = bottom|hcenter + widgetanchor = top|hcenter + position = { 0 -5 } + autoresize = yes + max_width = 80 + text = "[Trait.GetNameNoTooltip(Character.Self)]" + default_format = "#high" + align = hcenter + } + } + } + } + } + } + } + + # TITLES EXPANDED + scrollbox = { + name = "titles_expanded" + visible = "[CharacterWindow.AreTitlesExpanded]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + using = Animation_Tab_Switch + + blockoverride "scrollbox_content" + { + spacing = 15 + + text_label_center = { + text = "CV_TITLES_NOCOUNT" + } + + fixedgridbox = { + name = "titles_box_bishop" + datacontext = "[CharacterWindow.GetCharacter]" + flipdirection = yes + addrow = 90 + addcolumn = 270 + datamodel_wrap = 2 + + datamodel = "[CharacterWindow.GetTitles]" + + item = { + flowcontainer = { + datacontext = "[TitleItem.GetTitle]" + spacing = 5 + + coa_title_small_crown = { + using = tooltip_ne + } + + text_multi = { + text = "[Title.GetNameNoTooltip]" + parentanchor = vcenter + autoresize = yes + default_format = "#high" + using = Font_Size_Medium + max_width = 190 + margin_top = 5 + } + } + } + } + } + } + + # CLAIMS EXPANDED + scrollbox = { + name = "claims_expanded" + visible = "[CharacterWindow.AreClaimsExpanded]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + using = Animation_Tab_Switch + + blockoverride "scrollbox_content" + { + spacing = 10 + + text_label_center = { + text = "CV_CLAIMS_NOCOUNT" + } + + flowcontainer = { + name = "titles_box_bishop" + datacontext = "[CharacterWindow.GetCharacter]" + datamodel = "[CharacterWindow.GetClaims]" + direction = vertical + spacing = 10 + + item = { + flowcontainer = { + spacing = 5 + using = tooltip_ne + tooltip = "[Claim.GetTooltip]" + + coa_title_medium = { + datacontext = "[Claim.GetTitle]" + } + + flowcontainer = { + direction = vertical + ignoreinvisible = yes + + text_single = { + text = "[Claim.GetTitle.GetNameNoTooltip]" + default_format = "#high" + using = Font_Size_Big + } + + text_single = { + name = "pressed_claim" + visible = "[And(Claim.IsPressed, Not(Claim.IsImplicit))]" + text = "[pressed_claim_i][pressed_claim|E]" + } + + text_single = { + name = "unpressed_claim" + visible = "[And(Not(Claim.IsPressed), Not(Claim.IsImplicit))]" + text = "[unpressed_claim_i][unpressed_claim|E]" + } + + text_single = { + name = "implicit_claim" + visible = "[Claim.IsImplicit]" + text = "[implicit_claim_i][implicit_claim|E]" + } + + text_multi = { + visible = "[Claim.GetTitle.GetHolder.IsValid]" + text = "CLAIM_TITLE_HOLDER" + max_width = 400 + autoresize = yes + } + + text_single = { + visible = "[Not(Claim.GetTitle.GetHolder.IsValid)]" + text = "CLAIM_TITLE_NOT_CREATED" + default_format = "#weak" + align = nobaseline + } + } + } + } + } + } + } + + # DIPLOMACY EXPANDED + scrollbox = { + name = "diplomacy_expanded" + visible = "[CharacterWindow.AreDiplomacyExpanded]" + layoutpolicy_vertical = expanding + layoutpolicy_horizontal = expanding + + using = Animation_Tab_Switch + + blockoverride "scrollbox_content" + { + spacing = 15 + + text_label_center = { + text = "CV_DIPLOMACY" + } + + vbox = { + name = "diplomacy_items" + datamodel = "[CharacterWindow.GetDiplomacyItems]" + + item = { + vbox = { + layoutpolicy_horizontal = expanding + spacing = 20 + + divider_light = { + layoutpolicy_horizontal = expanding + } + + button_group = { + layoutpolicy_horizontal = expanding + onclick = "[DiplomacyItem.OnClick]" + tooltip = "[DiplomacyItem.GetTooltip]" + using = tooltip_se + + + hbox = { + spacing = 20 + + widget = { + size = { 65 74 } + + button = { + texture = "gfx/interface/icons/diplomatic_icons.dds" + frame = "[DiplomacyItem.GetDiplomacyFrame]" + parentanchor = top|hcenter + position = { 0 -30 } + framesize = { 120 120 } + size = { 50 50 } + tooltip_enabled = no + scale = 1.3 + } + + coa_realm_medium = { + visible = "[Not(DiplomacyItem.IsStruggle)]" + datacontext = "[DiplomacyItem.GetTargetCharacter]" + tooltip = "[DiplomacyItem.GetTooltip]" + parentanchor = hcenter + + text_single = { + name = "warscore" + visible = "[DiplomacyItem.HasWarScore]" + parentanchor = hcenter + position = { 0 -20 } + text = "[DiplomacyItem.GetWarScoreFraction|0%=+]" + using = Font_Size_Medium + } + } + + button = { + visible = "[DiplomacyItem.IsStruggle]" + datacontext = "[DiplomacyItem.GetStruggle]" + position = { 0 -3 } + size = { 70 90 } + onclick = "[DiplomacyItem.OnClick]" + + datacontext = "[DiplomacyItem.GetTargetCharacter]" + tooltipwidget = struggle_tooltip + using = tooltip_es + tooltip_offset = { 0 22 } + + icon = { + name = "involved_banner" + visible = "[Struggle.IsInvolvedCharacter(Character.Self)]" + size = { 70 90 } + texture = "gfx/interface/icons/struggle_banners/involved_banner.dds" + } + + icon = { + name = "interloper_banner" + visible = "[Struggle.IsInterloperCharacter(Character.Self)]" + size = { 70 90 } + texture = "gfx/interface/icons/struggle_banners/interloper_banner.dds" + } + + icon = { + parentanchor = center + position = { 0 -7 } + texture = "[Struggle.GetCurrentPhase.GetIcon]" + size = { 40 40 } + } + } + } + + text_multi = { + text = "[DiplomacyItem.GetInfo]" + layoutpolicy_horizontal = expanding + autoresize = yes + max_width = 400 + } + } + } + + hbox = { + name = "reason_characters" + visible = "[DiplomacyItem.HasReasonCharacters]" + + portrait_head_small = { + name = "reason_character_left" + datacontext = "[DiplomacyItem.GetLeftReasonCharacter]" + blockoverride "opinion_box" {} + blockoverride "status_icons" {} + } + + portrait_head_small = { + name = "reason_character_right" + datacontext = "[DiplomacyItem.GetRightReasonCharacter]" + blockoverride "opinion_box" {} + blockoverride "status_icons" {} + + blockoverride "portrait_transformation" + { + portrait_scale = { -1 1 } + portrait_offset = { 1 0 } + } + } + } + } + } + } + } + } + } + + window_character_filter = { + name = "court_character_filter_window" + datacontext = "[CharacterWindow.GetCourt]" + position = { 525 275 } + + blockoverride "editbox_properties" + { + name = "court_text_filter" + ontextedited = "[CharacterSelectionList.SetPattern]" + oneditingfinished = "[CharacterSelectionList.FinishEdit]" + } + + blockoverride "addition_filter" { + vbox_filter_group = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetCategory('age_filter_category')]" + blockoverride "filters" { + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('adult_filter')]" + } + } + } + + vbox_filter_group = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetCategory('personal_filter_category')]" + blockoverride "filters" { + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('religion_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('culture_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('hook_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('married_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('gender_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('health_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('inspiration_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('sexuality_filter')]" + } + } + } + + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('dynasty_filter')]" + } + } + } + + window_character_filter = { + name = "vassal_filter_window" + datacontext = "[CharacterWindow.GetVassals]" + position = { 525 275 } + + blockoverride "editbox_properties" + { + name = "vassal_text_filter" + ontextedited = "[CharacterSelectionList.SetPattern]" + oneditingfinished = "[CharacterSelectionList.FinishEdit]" + } + + blockoverride "addition_filter" { + vbox_filter_group = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetCategory('age_filter_category')]" + blockoverride "filters" { + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('adult_filter')]" + } + } + } + + vbox_filter_group = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetCategory('personal_filter_category')]" + blockoverride "filters" { + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('religion_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('culture_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('hook_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('married_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('gender_filter')]" + } + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('health_filter')]" + } + } + } + + filter_item = { + layoutpolicy_horizontal = expanding + datacontext = "[CharacterSelectionList.GetFilter('dynasty_filter')]" + } + } + } + } + + ###################################################### + ################ TYPES AND TEMPLATES ################# + ###################################################### + + types CharacterWindow + { + type skill_icon_label_vertical = widget { + size = { 40 60 } + + icon = { + name = "skill_icon" + texture = "gfx/interface/icons/icon_skills.dds" + size = { 24 24 } + framesize = { 60 60 } + position = { -10 17 } + + block "icon" + { + frame = "[SkillItem.GetFrame]" + } + } + + block "tooltip" + { + tooltip = "SKILL_ITEM_TOOLTIP" + using = tooltip_ne + } + + text_single = { + name = "skill_value" + parentanchor = top|hcenter + position = { 5 17 } + align = center + + block "value" + { + text = "[SkillItem.GetValue]" + } + } + } + + type icon_row_header_background = icon + { + size = { 100% 25 } + + texture = "gfx/interface/component_tiles/tile_title_bg_01.dds" + spritetype = corneredtiled + spriteborder = { 20 0 } + texture_density = 2 + alpha = 0.5 + } + + type widget_family_row_item = widget + { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { -1 110 } + scissor = yes + + icon_row_header_background = {} + + hbox = { + + block "item_list" + { + } + + expand = {} + } + } + + type vbox_character_row_item = vbox { + spacing = -3 + + widget = { + layoutpolicy_horizontal = expanding + size = { 0 25 } + min_width = 110 + + block "expand_button" { + button_standard_hover = { + size = { 100% 100% } + + block "expand_button_inside" {} + } + } + + hbox = { + margin = { 10 0 } + + background = { + using = Text_Label_Background + alpha = 0.5 + margin = { 0 -2 } + } + + text_single = { + align = nobaseline + fontsize = 14 + + block "header_text" + { + raw_text = "#D NEEDS TEXT#!" + } + } + + expand = {} + + text_single = { + align = nobaseline + default_format = "#weak" + + block "remaining_items" { + visible = no + } + } + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + using = Animation_Character_Window_Refresh + + block "gridbox" { + fixedgridbox = { + flipdirection = yes + addcolumn = 85 + addrow = 90 + datamodel_wrap = 7 + + block "gridbox_slots" + { + maxverticalslots = 1 + } + + block "portrait_datamodel" { + datamodel = "[CharacterWindow.GetParents]" + } + + item = { + portrait_head_small = { + blockoverride "portrait_button" + { + using = tooltip_ne + } + blockoverride "glow_visible" + { + visible = no + } + } + } + } + } + + block "find_partner" {} + + expand = {} + } + + expand = {} + } + + type vbox_titles_claims_box = vbox { + + ## Titles + vbox = { + name = "titles" + visible = "[Not( IsDataModelEmpty( CharacterWindow.GetTitles ) )]" + layoutpolicy_horizontal = expanding + + button_standard_hover = { + layoutpolicy_horizontal = expanding + size = { 0 25 } + onclick = "[CharacterWindow.ToggleExpandedTitles]" + down = "[CharacterWindow.AreTitlesExpanded]" + tooltip = "[SelectLocalization( CharacterWindow.AreTitlesExpanded, 'CV_TITLES_HIDE_TT', 'CV_TITLES_SHOW_TT' )]" + + hbox = { + margin = { 5 0 } + margin_bottom = 3 + margin_right = 10 + + text_label_left = { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)1' )]" + text = "CV_TITLES" + } + + text_label_left = { + visible = "[Not(GreaterThan_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)1' ))]" + text = "CV_TITLES_SINGULAR" + } + + expand = {} + + text_single = { + block "titles_extra_items" + { + visible = "[GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTitles), '(int32)8' )]" + text = "[GetNumberAbove_int32( GetDataModelSize(CharacterWindow.GetTitles), '(int32)8' )|=]" + } + default_format = "#weak" + } + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + hbox = { + layoutpolicy_horizontal = expanding + + fixedgridbox = { + datamodel = "[CharacterWindow.GetTitles]" + flipdirection = yes + addrow = 60 + addcolumn = 38 + maxverticalslots = 1 + + block "titles_max_slots" { + datamodel_wrap = 2 + } + + item = { + coa_title_tiny_crown = { + datacontext = "[TitleItem.GetTitle]" + # visible = "[GreaterThan_int32( Title.GetTierFrame, '(int32)3' )]" + using = tooltip_ne + + icon = { + name = "has_laws" + visible = "[TitleItem.GetTitle.HasLaws]" + parentanchor = bottom|right + size = { 25 25 } + position = { 5 0 } + texture = "gfx/interface/icons/title_status/icon_title_law.dds" + } + } + } + } + + expand = {} + } + } + } + + ## Claims + vbox = { + name = "claims" + visible = "[Not(IsDataModelEmpty(CharacterWindow.GetClaims))]" + layoutpolicy_horizontal = expanding + + vbox = { + layoutpolicy_horizontal = expanding + + button_standard_hover = { + layoutpolicy_horizontal = expanding + margin_left = 5 + size = { 0 25 } + onclick = "[CharacterWindow.ToggleExpandedClaims]" + down = "[CharacterWindow.AreClaimsExpanded]" + tooltip = "[SelectLocalization( CharacterWindow.AreClaimsExpanded, 'CV_CLAIMS_HIDE_TT', 'CV_CLAIMS_SHOW_TT' )]" + + hbox = { + margin = { 5 0 } + margin_bottom = 3 + margin_right = 10 + + text_label_left = { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)1' )]" + text = "CV_CLAIMS" + } + + text_label_left = { + visible = "[Not(GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)1' ))]" + text = "CV_CLAIMS_SINGULAR" + } + + expand = {} + + text_single = { + block "claims_extra_items" + { + visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetClaims), '(int32)10' )]" + text = "[GetNumberAbove_int32(GetDataModelSize(CharacterWindow.GetClaims), '(int32)10' )|=]" + } + default_format = "#weak" + } + } + } + + expand = {} + } + + hbox = { + layoutpolicy_horizontal = expanding + + fixedgridbox = { + name = "claims_box" + datamodel = "[CharacterWindow.GetClaims]" + flipdirection = yes + addrow = 60 + addcolumn = 38 + maxverticalslots = 1 + + block "claims_max_slots" { + datamodel_wrap = 8 + } + + item = { + container = { + datacontext = "[Claim.GetTitle]" + using = tooltip_ne + tooltip = "CHARACTER_WINDOW_CLAIM_TOOLTIP" + + coa_title_tiny_crown = { + name = "claim" + tooltip_enabled = no + + + highlight_icon = { + name = "pressed_claim" + visible = "[And(Claim.IsPressed, Not(Claim.IsImplicit))]" + texture = "gfx/interface/icons/title_status/icon_claim_pressed.dds" + size = { 24 24 } + parentanchor = bottom|right + } + + highlight_icon = { + name = "unpressed_claim" + visible = "[And(Not(Claim.IsPressed), Not(Claim.IsImplicit))]" + texture = "gfx/interface/icons/title_status/icon_claim_unpressed.dds" + size = { 24 24 } + parentanchor = bottom|right + } + + highlight_icon = { + name = "implicit_claim" + visible = "[Claim.IsImplicit]" + texture = "gfx/interface/icons/title_status/icon_claim_implicit.dds" + size = { 24 24 } + parentanchor = bottom|right + } + } + } + } + } + + expand = {} + } + } + + expand = {} + } + + type vbox_diplomacy_box = vbox { + name = "diplomacy" + + button_standard_hover = { + layoutpolicy_horizontal = expanding + size = { 0 25 } + onclick = "[CharacterWindow.ToggleExpandedDiplomacy]" + down = "[CharacterWindow.AreDiplomacyExpanded]" + tooltip = "[SelectLocalization( CharacterWindow.AreDiplomacyExpanded, 'CV_DIPLOMACY_HIDE_TT', 'CV_DIPLOMACY_SHOW_TT' )]" + + hbox = { + margin = { 5 0 } + margin_left = 10 + margin_bottom = 3 + + text_label_left = { + layoutpolicy_horizontal = expanding + text = "CV_DIPLOMACY" + autoresize = no + margin_right = 0 + } + } + + hbox = { + margin = { 10 0 } + margin_bottom = 3 + + expand = {} + + text_single = { + default_format = "#weak" + + block "diplomacy_extra_items" + { + visible = no + } + } + } + } + + vbox = { + margin_top = 20 + min_width = 100 + + fixedgridbox = { + name = "diplomacy_items" + datamodel = "[CharacterWindow.GetDiplomacyItems]" + flipdirection = yes + addrow = 65 + addcolumn = 50 + + block "diplomacy_slots" + { + maxverticalslots = 2 + maxhorizontalslots = 2 + datamodel_wrap = 2 + } + + item = { + container = { + onmousehierarchyenter = "[DiplomacyItem.MouseEnter]" + onmousehierarchyleave = "[DiplomacyItem.MouseLeave]" + + button = { + visible = "[Not(DiplomacyItem.IsStruggle)]" + parentanchor = top|hcenter + position = { 0 -22 } + texture = "gfx/interface/icons/diplomatic_icons.dds" + frame = "[DiplomacyItem.GetDiplomacyFrame]" + framesize = { 120 120 } + size = { 50 50 } + tooltip_enabled = no + + text_single = { + name = "warscore" + visible = "[DiplomacyItem.HasWarScore]" + parentanchor = top|hcenter + position = { 0 10 } + text = "[DiplomacyItem.GetWarScoreFraction|0%=+]" + fontsize = 13 + } + } + + coa_realm_small = { + visible = "[Not(DiplomacyItem.IsStruggle)]" + datacontext = "[DiplomacyItem.GetTargetCharacter]" + tooltip = "[DiplomacyItem.GetTooltip]" + using = tooltip_es + tooltip_offset = { 0 22 } + onrightclick = "[DefaultOnRealmFlagClick(Character.GetID)]" + + state = { + name = _mouse_hierarchy_enter + start_sound = { + soundeffect = "event:/SFX/UI/Generic/sfx_ui_generic_icon_pointer_over" + } + } + + blockoverride "coa_button" + { + onclick = "[DiplomacyItem.OnClick]" + button_ignore = none + } + } + + button = { + datacontext = "[DiplomacyItem.GetStruggle]" + visible = "[DiplomacyItem.IsStruggle]" + position = { 0 -3 } + size = { 50 60 } + onclick = "[DiplomacyItem.OnClick]" + + datacontext = "[DiplomacyItem.GetTargetCharacter]" + tooltipwidget = struggle_tooltip; + using = tooltip_es + tooltip_offset = { 0 22 } + + icon = { + name = "involved_banner" + visible = "[Struggle.IsInvolvedCharacter(Character.Self)]" + size = { 50 65 } + texture = "gfx/interface/icons/struggle_banners/involved_banner_tiny.dds" + } + + icon = { + visible = "[Struggle.IsInvolvedCharacter(Character.Self)]" + parentanchor = center + position = { 0 2 } + size = { 34 34 } + texture = "gfx/interface/icons/struggle_banners/icon_background_02.dds" + } + + icon = { + name = "interloper_banner" + visible = "[Struggle.IsInterloperCharacter(Character.Self)]" + size = { 50 65 } + texture = "gfx/interface/icons/struggle_banners/interloper_banner_tiny.dds" + } + + icon = { + visible = "[Struggle.IsInterloperCharacter(Character.Self)]" + parentanchor = center + position = { 0 2 } + size = { 34 34 } + texture = "gfx/interface/icons/struggle_banners/icon_background_01.dds" + } + + icon = { + parentanchor = center + position = { 0 2 } + size = { 30 30 } + texture = "[Struggle.GetCurrentPhase.GetIcon]" + } + } + } + } + } + } + + expand = {} + } + + type realm_name_and_type_vbox = vbox { + layoutpolicy_horizontal = expanding + + hbox = { + layoutpolicy_horizontal = expanding + + text_single = { + name = "character_title" + layoutpolicy_horizontal = expanding + text = "[Title.GetNameNoTooltip|U]" + default_format = "#medium" + using = Font_Size_Medium + max_width = 300 + } + + expand = {} + } + + text_single = { + name = "faction" + visible = "[Title.HasFaction]" + layoutpolicy_horizontal = expanding + autoresize = no + text = "CV_CIVIL_WAR_FACTION" + default_format = "#low" + align = nobaseline + fontsize_min = 14 + } + + text_single = { + name = "government_type" + visible = "[Not( Title.HasFaction )]" + layoutpolicy_horizontal = expanding + autoresize = no + text = "CV_REALM_TYPE" + default_format = "#low" + align = nobaseline + fontsize_min = 14 + } + } + + } + + template Animation_Character_Window_Refresh + { + state = { + name = character_window_refresh + using = Animation_Refresh_FadeOut + alpha = 0.65 + } + + state = { + using = Animation_Refresh_FadeIn + } + } + + template Animation_Character_Window_Refresh_Short + { + state = { + name = character_window_refresh + using = Animation_Refresh_FadeOut + alpha = 0.8 + } + + state = { + using = Animation_Refresh_FadeIn + duration = 0.25 + } + } diff --git a/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml new file mode 100644 index 0000000000..e691e4c379 --- /dev/null +++ b/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml @@ -0,0 +1,11 @@ +l_english: + game_concept_T4N_permanent_tributary: "Permanent Tributary" + game_concept_T4N_permanent_tributary_desc: "PLACEHOLDER \n$BULLET_WITH_TAB$ Permanent [T4N_tributary|E] Type\n$BULLET_WITH_TAB$ [T4N_tributaries|E] pay #N 10%#! of their income to the suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] give #P 0.05#! [prestige|E] monthly to their suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] dont give [piety|E] to their Suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] lose #N 10%#! of [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gains #P 5%#! [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gets additional #P 1.5#! [men_at_arms|E] per #B 20#! $TAB$$TAB$$TAB$$TAB$ [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain cannot declare war upon [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain and [T4N_tributaries|E] can call to arms\n$BULLET_WITH_TAB$ [T4N_tributaries|E] of this type can be annexed after #B 20#! $TAB$ $TAB$$TAB$$TAB$ consecutive years of being a [T4N_tributary|E]" + game_concept_T4N_non_permanent_tributary: "Temporary Tributary" + game_concept_T4N_non_permanent_tributary_desc: "PLACEHOLDER \n$BULLET_WITH_TAB$ Permanent [T4N_tributary|E] Type\n$BULLET_WITH_TAB$ [T4N_tributaries|E] pay #N 5%#! of their income to the suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] give #P 0.01#! [prestige|E] monthly to their suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] dont give [piety|E] to their Suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] lose #N 5%#! of [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gains #P 2.5%#! [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gets additional #P 1#! [men_at_arms|E] per #B 20#! $TAB$$TAB$$TAB$$TAB$$TAB$ [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain cannot declare war upon [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain and [T4N_tributaries|E] can call to arms\n$BULLET_WITH_TAB$ [T4N_tributaries|E] of this type can be turn into Permanent $TAB$$TAB$$TAB$ [T4N_tributaries|E] after #B 15#! consecutive years of being a $TAB$$TAB$$TAB$$TAB$ [T4N_tributary|E]" + game_concept_T4N_tributary: "Tributary" + game_concept_T4N_tributary_desc: "" + game_concept_T4N_tributaries: "Tributaries" + game_concept_T4N_suzerain: "Suzerein" + game_concept_T4N_suzerain_desc: "" + \ No newline at end of file diff --git a/WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml new file mode 100644 index 0000000000..a20f009207 --- /dev/null +++ b/WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml @@ -0,0 +1,15 @@ +l_english: + ruler_offer_tribute_to_recipient: "Request Tribute" + offer_tribute: "Offer Tribute" + free_tributary: "Free Tributary" + annex_tributary: "Annex Tributary" + non_permanent_trib: "[T4N_non_permanent_tributary|E]" + permanent_trib: "[T4N_permanent_tributary|E]" + turn_non_perma_tributary_to_perma: "Make Permanent Tributary" + non_permanent_trib_turns_into_perma: "Your Temporary Tributary [RECEIPIENT.GetNameNoTooltip|E] has been converted to a Permanent Tributary" + will_accept_bigger_trib: "Will accept a larger Tributary" + will_accept_smaller_trib: "Will accept a smaller Tributary" + will_accept_bigger_suzerain: "Will accept a larger Suzerain" + will_not_accept_bigger_suzerain: "Will not accept a larger Suzerain" + do_not_want_to_fight_suzerain_war: "Does not want to be involved in a Suzerains war" + do_not_want_to_fight_trib_war: "Does not want to be involved in a Tributaries war" diff --git a/WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml new file mode 100644 index 0000000000..0c45ac9bd7 --- /dev/null +++ b/WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml @@ -0,0 +1,12 @@ +l_english: + permafication_allowed: "Tributary type of [recipient.GetFirstName] allows turning into [T4N_permanent_tributary|E]" + permafication_not_allowed: "Tributary type of [recipient.GetFirstName] does NOT allows turning into [T4N_permanent_tributary|E]" + trib_annexation_allowed: "Tributary type of [recipient.GetFirstName] allows Annexing" + trib_annexation_not_allowed: "Tributary type of [recipient.GetFirstName] does NOT allows Annexing" + trib_cta_not_allowed: "Placeholder Text" + trib_cta_not_allowed_trib: "Placeholder Text" + trib_cta_allowed: "Our tributary type allows us to Call our Suzerain to war" + trib_cta_allowed_trib: "Our tributary type does NOT allows us to Call our Suzerain to war" + + can_annex_tributary: "[recipient.GetFirstName] is Annexed" + non_permanent_trib_turns_into_perma: "[recipient.GetFirstName] is turned to Permanent Tributary" \ No newline at end of file diff --git a/WtWSMS/localization/english/T4N_tributaries_war_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_war_l_english.yml new file mode 100644 index 0000000000..19a80ae72c --- /dev/null +++ b/WtWSMS/localization/english/T4N_tributaries_war_l_english.yml @@ -0,0 +1,43 @@ +l_english: + trib_war_cb:0 "Claim [DEFENDER.GetShortUIName] as a [T4N_non_permanent_tributary|E]" + trib_on_victory_desc:0 "On Victory" + trib_on_victory_desc_attacker:0 "On Victory you will claim [defender.GetShortUIName|U] as a Tributary" + trib_on_victory_desc_defender:0 "On Victory:" + trib_on_white_peace_desc:0 "On White Peace:" + trib_on_white_peace_desc_attacker:0 "On White Peace the war will end with no benefit or loss" + trib_on_white_peace_desc_defender:0 "On White Peace Defender" + trib_on_defeat_desc:0 "On Defeat:" + trib_on_defeat_desc_attacker:0 "If you surrender:" + trib_on_defeat_desc_defender:0 "If you surrender:" + trib_on_invalidated_desc:0 "Claim against x as a [T4N_non_permanent_tributary|E] is now invalid" + perma_trib_war_cb:0 "Claim [DEFENDER.GetShortUIName] as a [T4N_permanent_tributary|E]" + perma_trib_on_victory_desc: "On Victory" + perma_trib_on_victory_desc_attacker:0 "[defender.GetShortUIName|U] becomes [T4N_permanent_tributary|E]" + perma_trib_on_victory_desc_defender:0 "We remain Independent" + perma_trib_on_white_peace_desc:0 "White Peace" + perma_trib_on_white_peace_desc_attacker:0 "White Peace" + perma_trib_on_white_peace_desc_defender:0 "White Peace" + perma_trib_on_defeat_desc:0 "[defender.GetShortUIName|U] becomes [T4N_permanent_tributary|E] of [T4N_permanent_tributary|E]" + perma_trib_on_defeat_desc_attacker:0 "[defender.GetShortUIName|U] remains Independent" + perma_trib_on_defeat_desc_defender:0 "I become [T4N_permanent_tributary|E] of [attacker.GetShortUIName|U]" + perma_trib_on_invalidated_desc:0 "War between [attacker.GetShortUIName|U] and [defender.GetShortUIName|U] is invalidated" + independence_tributary_war_cb:0 "Free yourself from [DEFENDER.GetShortUIName]" + trib_indp_on_victory_desc:0 "[attacker.GetShortUIName|U] is now free from paying tribute to [defender.GetShortUIName|U]" + trib_indp_on_victory_desc_attacker:0 "You are no longer required to pay [defender.GetShortUIName|U] tribute" + trib_indp_on_victory_desc_defender:0 "[attacker.GetShortUIName|U] is no longer required to pay you tribute" + trib_indp_on_white_peace_desc:0 "White Peace" + trib_indp_on_white_peace_desc_attacker:0 "Our war with [defender.GetShortUIName|U] is invalidated" + trib_indp_on_white_peace_desc_defender:0 "Our war with [attacker.GetShortUIName|U] is invalidated" + trib_indp_on_defeat_desc:0 "White Peace" + trib_indp_on_defeat_desc_attacker:0 "[attacker.GetShortUIName|U] stops being our Tributary" + trib_indp_on_defeat_desc_defender:0 "We remain as suzerain of [attacker.GetShortUIName|U]" + trib_indp_on_invalidated_desc:0 "War between [attacker.GetShortUIName|U] and [defender.GetShortUIName|U] is invalidated" + + NOT_cannot_attack_suzerain_l: "Target is not a protected by its Tributary Type" + cannot_attack_suzerain_l: "Tributary type of Target dissalows suzerain to declare war on the Tributary" + cannot_attack_tributary_l: "Tributary can never declare war on Suzerain beside Independence or Claimant war" + NOT_cannot_attack_tributary_l: "Is Independent Ruler" + not_a_tributary_pos: "[defender.GetShortUIName|U] is NOT your tributary" + not_a_tributary_neg: "[defender.GetShortUIName|U] is your tributary" + + diff --git a/WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml new file mode 100644 index 0000000000..f43e574199 --- /dev/null +++ b/WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml @@ -0,0 +1,36 @@ +l_english: + + tributary_6_tit: "Suzerain Called to War" + tributary_6_desc: "While reviewing situations that are unfolding across the realm, I received missive from [calls_to_arms_tribute.GetFirstNameNicknamedNoTooltipRegnal], requesting support in their recent war efforts. While it is my duty to assit them, I wonder if it is the right thing to do for [root.GetPrimaryTitle.GetNameNoTier]?" + suzerain_joins_the_war: "To War! I must protect my interests!" + suzerain_refuses_to_join_war: "It's time for them to fend for themselves." + + tributary_7_tit: "The Dishonorable Suzerain" + tributary_7_desc: "We were once able to rely on the rulers of [former_suzerain.GetPrimaryTitle.GetNameNoTier] for protection, in exchange for a modest tribute, but when called to support us in our war efforts, the messenger returned with little more than apathy. It seems that we once again, stand on our own." + tribute_stop_war: "They'll not receive another coin out of me!" + + tributaries.8_opening: "My Tributary" + tributaries.8_desc: "Henceforth i free you from your Obligations towards me." + stops_paying_tribute: "You no longer pay tribute to [actor.GetShortUIName|U]" + + tributaries.9_opening: "[recipient.Custom2('AppropriateGreeting', actor )]" + tributaries.9_desc: "I accept your proposal and will begin sending tribute immediately." + + tributaries.10_desc: "I accept your tribute and will begin sending men to your border crossings and outposts as necessary." + tributaries.10_opening: "[my_suzerain_evt.Custom2('AppropriateGreeting', actor )]" + becomes_a_trib: "You became Tributary of [my_suzerain_evt.GetName]" + + tributaries.11_opening: "[not_trib.Custom2('AppropriateGreetingNegative', actor )]" + tributaries.11_desc: "I appreciate your offer of protection, but [not_trib.GetPrimaryTitle.GetNameNoTier] is stronger without you!" + no_trib_sad: "How unfortunate." + + tributaries.12_opening: "[not_suzerain.Custom2('AppropriateGreeting', actor )]" + tributaries.12_desc: "It is not in our best interest to accept your tribute at this time." + tribute_denied: "We shall look for help elsewhere then." + + tributaries.13_opening: "[suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" + tributaries.13_desc: "I call on you to honor our agreement and join the [target.GetName]!" + join_suzerain_war: "To War!" + do_not_join_suzerain_war: "I think our manpower is better used elsewhere at the moment." + + nice: "Good" diff --git a/WtWSMS/localization/english/gui/T4N_map_l_english.yml b/WtWSMS/localization/english/gui/T4N_map_l_english.yml new file mode 100644 index 0000000000..52f4abd9de --- /dev/null +++ b/WtWSMS/localization/english/gui/T4N_map_l_english.yml @@ -0,0 +1,10 @@ +l_english: + CUSTOM_TRIBUTARY_MAP_LEGEND:0 "Legend" + CUSTOM_TRIBUTARY_MAP_ME:0 "My Realm" + CUSTOM_TRIBUTARY_MAP_MY_TRIBUTARY:0 "My [T4N_tributaries|E]" + CUSTOM_TRIBUTARY_MAP_MY_SUZERAIN:0 "My Suzerains" + CUSTOM_TRIBUTARY_MAP_ANY_TRIBUTARY_SUZERAIN:0 "Tributary/Suzerain" + CUSTOM_TRIBUTARY_MAP_ANY_TRIBUTARY:0 "Tributary" + CUSTOM_TRIBUTARY_MAP_ANY_SUZERAIN:0 "Suzerain" + CUSTOM_TRIBUTARY_MAP_TOOLTIP: "#T Tributaries#!\nShows all [T4N_tributaries|E] that exist on the map.\n#L #T #X BROKEN RN#!#!#!" + CUSTOM_MAPMODE_TRIBUTARIES_NAME: "Tributaries" \ No newline at end of file diff --git a/WtWSMS/localization/english/gui/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/gui/T4N_tributaries_l_english.yml new file mode 100644 index 0000000000..0af101a1a1 --- /dev/null +++ b/WtWSMS/localization/english/gui/T4N_tributaries_l_english.yml @@ -0,0 +1,11 @@ +l_english: + CV_TAB_TRIBS:0 "Tributaries" + non_permanent_tributary:0 "[T4N_non_permanent_tributary|E]" + permanent_tributary:0 "[T4N_permanent_tributary|E]" + trib_suzerain:0 "[T4N_suzerain]" + money_float: "[GetPlayer.MakeScope.Var('cash_display').GetValue]" + T4N_tributaries_income_gold: "[T4N_tributaries|E]: $TAB$$TAB$$TAB$$TAB$$TAB$$TAB$$TAB$$TAB$$TAB$#V +[SelectLocalization(GetPlayer.MakeScope.Var('cash_display').IsSet, 'money_float','0.0')]#!" + prestige_display_loc: "[GetPlayer.MakeScope.Var('prestige_display').GetValue]" + PRESTIGE_INCOME_TRIBUTARIES: "From [T4N_tributaries|E]: #P +[SelectLocalization(GetPlayer.MakeScope.Var('prestige_display').IsSet, 'prestige_display_loc','0.0')]#!/month" + piety_display_loc: "[GetPlayer.MakeScope.Var('piety_display').GetValue]" + PIETY_INCOME_TRIBUTARIES: "From [T4N_tributaries|E]: #P +[SelectLocalization(GetPlayer.MakeScope.Var('prestige_display').IsSet, 'piety_display_loc','0.0')]#!/month" \ No newline at end of file From 6a6afd2e03e49fe549ca5bf2c2fcf46ab41cc599 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 15:04:15 -0400 Subject: [PATCH 131/339] Reimplement Foederatus/Tributaries --- WtWSMS/common/on_action/BP_game_start.txt | 241 ++++++++++-------- .../scripted_effects/BP_tributary_types.txt | 26 ++ .../T4N_tributaries_system_effects.txt | 23 +- .../scripted_effects/T4N_tributary_types.txt | 4 +- 4 files changed, 182 insertions(+), 112 deletions(-) create mode 100644 WtWSMS/common/scripted_effects/BP_tributary_types.txt diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 8860c62c61..b9b8acaad2 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -922,67 +922,6 @@ setup_vassal_contracts = { level = 0 } } -# if = { #Thracian Goths are always foederati -# limit = { primary_title = title:d_thracian_goths } -# vassal_contract_set_obligation_level = { -# type = foederatus_special_contract -# level = 1 -# } -# } -# if = { #Ghasanids are always foederati -# limit = { primary_title = title:k_arabia_petraea } -# vassal_contract_set_obligation_level = { -# type = foederatus_special_contract -# level = 1 -# } -# } -# if = { #Salihids are always foederati -# limit = { primary_title = title:k_salihid } -# vassal_contract_set_obligation_level = { -# type = foederatus_special_contract -# level = 1 -# } -# } -# if = { #Sarir is always a Byzantine Tributary -# limit = { primary_title = title:k_sarir } -# vassal_contract_set_obligation_level = { -# type = tributary_state_special_contract -# level = 1 -# } -# } -# if = { #Lazica is always a Byzantine Tributary -# limit = { primary_title = title:k_lazica } -# vassal_contract_set_obligation_level = { -# type = tributary_state_special_contract -# level = 1 -# } -# } -# if = { #Albania is always a Persian Tributary -# limit = { -# OR = { -# primary_title = title:k_caucasian_albania -# primary_title = title:d_caucasian_albania -# } -# } -# vassal_contract_set_obligation_level = { -# type = tributary_state_special_contract -# level = 1 -# } -# } -# if = { #Iberia is always a Persian Tributary -# limit = { primary_title = title:k_iberia } -# vassal_contract_set_obligation_level = { -# type = tributary_state_special_contract -# level = 1 -# } -# } -# if = { #Lakhmids are always presian tributary -# limit = { primary_title = title:k_al_hirah } -# vassal_contract_set_obligation_level = { -# type = tributary_state_special_contract -# level = 1 -# } -# } if = { #d_sophanene, d_sophene have some nice rights limit = { OR = { @@ -999,37 +938,6 @@ setup_vassal_contracts = { level = 1 } } -# #Everyone under e_xiongnu is a tributary... except d_chach -# if = { -# limit = { -# this.liege.primary_title = title:e_xiongnu -# this.primary_title.tier >= tier_duchy -# NOT = { this.primary_title = title:d_chah } -# NOT = { this.primary_title = title:e_xiongnu } #Excluded the holder of e_xiongnu (not a vassal) -# } -# debug_log_scopes = no -# vassal_contract_set_obligation_level = { -# type = tributary_special_contract -# level = 1 -# } -# } - if = { #Vassals of the Gupta Empire are militarily oriented - limit = { - liege.primary_title = title:e_rajastan - primary_title.tier >= tier_duchy - NOT = { this.primary_title = title:e_rajastan } #Excluded the holder of rajasthan (not a vassal) - has_government = mandala_government - } - debug_log_scopes = no - vassal_contract_set_obligation_level = { - type = mandala_government_taxes - level = 1 - } - vassal_contract_set_obligation_level = { - type = mandala_government_levies - level = 3 - } - } if = { #Non-Tributary Prefeudal Christian Vassals of Persia have religious freedom limit = { has_government = prefeudal_government @@ -1048,15 +956,144 @@ setup_vassal_contracts = { level = 1 } } -# #e_rouran Tributaries -# if = { -# limit = { primary_title = title:k_gaochang } -# debug_log_scopes = no -# vassal_contract_set_obligation_level = { -# type = tributary_state_special_contract -# level = 1 -# } -# } + if = { #Vassals of the Gupta Empire are militarily oriented + limit = { + liege.primary_title = title:e_rajastan + primary_title.tier >= tier_duchy + NOT = { this.primary_title = title:e_rajastan } #Excluded the holder of rajasthan (not a vassal) + has_government = mandala_government + } + debug_log_scopes = no + vassal_contract_set_obligation_level = { + type = mandala_government_taxes + level = 1 + } + vassal_contract_set_obligation_level = { + type = mandala_government_levies + level = 3 + } + } + } + ### Tributaries/Foederati + + #Byzantines + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = title:d_thracian_goths.holder + SUZERAIN = title:e_byzantium.holder + } + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = title:k_arabia_petraea.holder + SUZERAIN = title:e_byzantium.holder + } + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = title:k_salihid.holder + SUZERAIN = title:e_byzantium.holder + } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = title:k_sarir.holder + SUZERAIN = title:e_byzantium.holder + } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = title:k_lazica.holder + SUZERAIN = title:e_byzantium.holder + } + #Persians + if = { + limit = { exists = title:k_caucasian_albania.holder } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = title:k_caucasian_albania.holder + SUZERAIN = title:e_persia.holder + } + } + else = { + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = title:d_caucasian_albania.holder + SUZERAIN = title:e_persia.holder + } + } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = title:k_iberia.holder + SUZERAIN = title:e_persia.holder + } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = title:k_al_hirah.holder + SUZERAIN = title:e_persia.holder + } + #Xiongnu + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_badakhshan.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_khuttal.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_samarkand.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_bukhara.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_khorezm.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_osrushana.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_ferghana.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_chah.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_muyunkum.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_kashgar.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:k_kabulistan.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:k_kucha.holder + SUZERAIN = title:e_xiongnu.holder + } + #Rouran + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:k_gaochang.holder + SUZERAIN = title:e_rouran.holder } } } @@ -1104,7 +1141,7 @@ other_title_effects = { title:d_gugark = { set_de_jure_liege_title = title:k_armenia } title:d_gardman = { set_de_jure_liege_title = title:k_armenia } title:d_tayk = { set_de_jure_liege_title = title:k_armenia } - #e_peria + #e_persia title:d_gortyene = { set_de_jure_liege_title = title:k_asoristan } title:d_kwrtstan = { set_de_jure_liege_title = title:k_persia } title:d_exilarch = { set_de_jure_liege_title = title:k_asoristan } diff --git a/WtWSMS/common/scripted_effects/BP_tributary_types.txt b/WtWSMS/common/scripted_effects/BP_tributary_types.txt new file mode 100644 index 0000000000..ed19b7b49a --- /dev/null +++ b/WtWSMS/common/scripted_effects/BP_tributary_types.txt @@ -0,0 +1,26 @@ +foederatus_tributary = { + define_tributary = { + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $SUZERAIN$ + TRIBUTARY_BASE_TYPE = flag:permanent + TYPE = flag:foederatus_tributary + TRIBUTE_GOLD_PERCENT = 0.0 + MONTHLY_PRESTIGE_SUZERAIN = 0.00 + MONTHLY_PRESTIGE_TRIBUTARY = 0.00 + MONTHLY_PIETY_SUZERAIN = 0 + MONTHLY_PIETY_TRIBUTARY = 0 + MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.00 + MONTHLY_LEVY_REINFORCEMENT_RATE_TRIBUTARY = 0.10 + MAN_AT_ARM_CAP_PER_TEN_SUBJECTS = 1 + CAN_DECLARE_WAR_ON_TRIB_FLAG = flag:no + CAN_CALL_TO_WAR_SUZERAIN_FLAG = flag:yes + CAN_CALL_TO_WAR_TRIBUTARY_FLAG = flag:yes + } + + $TRIBUTARY$ = { + set_variable = { + name = possible_vasalisation_year + value = { value = current_year add = -1 } + } + } +} diff --git a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt index fd48d0140a..82f38fe88b 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt @@ -223,7 +223,7 @@ pass_tributary_type_to_heir = { TYPE = tributary_karling TRIBUTARY = $TRIBUTARY$ SUZERAIN = $NEW_RULER$ - } + } } flag:china_tributary = { make_tributary = { @@ -237,7 +237,14 @@ pass_tributary_type_to_heir = { TYPE = tributary_permanent TRIBUTARY = $TRIBUTARY$ SUZERAIN = $NEW_RULER$ - } + } + } + flag:foederatus_tributary = { + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = $TRIBUTARY$ + SUZERAIN = $NEW_RULER$ + } } } } @@ -254,17 +261,17 @@ ruler_offer_tribute_to_recipient_effect = { TYPE = tributary_non_permanent TRIBUTARY = scope:recipient SUZERAIN = scope:actor - } - } + } + } if = { limit = { scope:non_permanent_trib = yes - } + } make_tributary = { TYPE = tributary_permanent TRIBUTARY = scope:recipient SUZERAIN = scope:actor - } + } } } } @@ -279,7 +286,7 @@ offer_tribute_effect = { TYPE = tributary_non_permanent TRIBUTARY = scope:recipient SUZERAIN = scope:actor - } + } } if = { limit = { @@ -289,7 +296,7 @@ offer_tribute_effect = { TYPE = tributary_permanent TRIBUTARY = scope:recipient SUZERAIN = scope:actor - } + } } } } diff --git a/WtWSMS/common/scripted_effects/T4N_tributary_types.txt b/WtWSMS/common/scripted_effects/T4N_tributary_types.txt index d0288bf867..59c5ed87d0 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributary_types.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributary_types.txt @@ -20,7 +20,7 @@ $TRIBUTARY$ = { set_variable = { name = possible_permafication_year - value = { value = current_year add = 15 } + value = { value = current_year add = 50 } } } } @@ -47,7 +47,7 @@ tributary_permanent = { $TRIBUTARY$ = { set_variable = { name = possible_vasalisation_year - value = { value = current_year add = 20} + value = { value = current_year add = -1 } } } } From 6b1f1f902d062087d79c510d379724e952109651 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 15:35:11 -0400 Subject: [PATCH 132/339] Remove previous tributary/foederatus system --- .../casus_belli_types/BP_tributary_cb.txt | 621 ------------------ ...0_modifiy_vassal_contract_BP_overwrite.txt | 82 +-- .../00_vassal_interactions_BP_overwrite.txt | 3 - .../BP_special_contract_offers.txt | 54 +- .../common/game_concepts/BP_game_concepts.txt | 12 +- .../00_government_types_BP_overwrite.txt | 4 - .../governments/BP_government_types.txt | 10 - .../zzzzz_primitive_government_types.txt | 10 - WtWSMS/common/on_action/BP_game_start.txt | 5 +- .../00_basic_values_BP_overwrite.txt | 23 - .../00_scripted_triggers_BP_overwrite.txt | 12 - .../BP_contract_triggers.txt | 33 +- .../tributary_like_contracts.txt | 138 ---- .../BP_character_interaction_events.txt | 10 +- .../english/BP_game_concepts_l_english.yml | 12 +- .../english/BP_government_l_english.yml | 17 +- ...4N_tributaries_game_concepts_l_english.yml | 2 +- .../BP_cultural_innovations_l_english.yml | 2 +- .../BP_interactions_l_english.yml | 2 + 19 files changed, 32 insertions(+), 1020 deletions(-) delete mode 100644 WtWSMS/common/casus_belli_types/BP_tributary_cb.txt delete mode 100644 WtWSMS/common/vassal_contracts/tributary_like_contracts.txt diff --git a/WtWSMS/common/casus_belli_types/BP_tributary_cb.txt b/WtWSMS/common/casus_belli_types/BP_tributary_cb.txt deleted file mode 100644 index ebc8ec7b8f..0000000000 --- a/WtWSMS/common/casus_belli_types/BP_tributary_cb.txt +++ /dev/null @@ -1,621 +0,0 @@ -tributary_cb = { - group = vassalization - ai_only_against_neighbors = yes - - allowed_for_character = { - is_independent_ruler = yes - has_a_non_playable_type_of_government_trigger = no - } - - # Root is the title - # scope:attacker is the attacker - # scope:defender is the defender - - allowed_for_character_display_regardless = {} - - allowed_against_character = { - scope:defender = { - is_independent_ruler = yes - trigger_if = { - limit = { scope:attacker = { is_ai = no } } # Already pre-filtered by the AI due to ai_only_against_neighbors = yes. any_neighboring_top_liege_realm_owner is expensive - scope:attacker = { any_neighboring_top_liege_realm_owner = { this = scope:defender } } - } - NOR = { # Can't vassalize holy orders or Heads of Faith - any_held_title = { is_holy_order = yes } - AND = { - exists = faith.religious_head - faith.religious_head = root - } - } - } - scope:attacker.primary_title.tier > scope:defender.primary_title.tier # Must be lower tier - } - - cost = { - piety = { - value = 0 - if = { # Attacking your HoF is impious - limit = { - exists = scope:attacker.faith.religious_head - scope:attacker.faith.religious_head = scope:defender - } - if = { - limit = { scope:attacker.faith = { has_doctrine = doctrine_spiritual_head } } - add = { - value = massive_piety_value - desc = CB_ATTACKER_HOF - } - } - else = { - add = { - value = medium_piety_value - desc = CB_ATTACKER_HOF - } - } - } - if = { - limit = { - scope:attacker.faith = scope:defender.faith - scope:defender = { has_government = theocracy_government } - } - add = { - value = medium_piety_value - desc = CB_ATTACKER_THEOCRACY - } - } - } - prestige = { - value = 0 - add = { - desc = CB_SIZE_OF_TARGET_REALM_COST - scope:defender = { every_sub_realm_county = { add = { value = 125 } } } - } - if = { - limit = { scope:defender.primary_title = { tier = tier_kingdom } } - multiply = { - value = 2 - desc = CB_VASSALIZING_KING - } - } - - # Bellum Justum Perk - if = { - limit = { scope:attacker = { has_perk = bellum_justum_perk } } - multiply = { - add = bellum_justum_discount_percentage - divide = 100 - desc = CB_ATTACKER_BELLUM_JUSTUM - } - } - - # Dynasty Warfare Perk - if = { - limit = { - scope:attacker = { - has_dynasty = yes - dynasty = { has_dynasty_perk = warfare_legacy_2 } - } - } - multiply = { - value = warfare_legacy_2_discount - desc = CB_ATTACKER_DYNASTY_WARFARE - } - } - } - } - - should_invalidate = { scope:defender.primary_title.tier >= scope:attacker.primary_title.tier } - - on_declaration = { on_declared_war = yes } - - on_invalidated_desc = msg_tributary_war_invalidated_message - - on_invalidated = {} - - on_victory_desc = { - first_valid = { - triggered_desc = { - trigger = { scope:attacker = { is_local_player = yes } } - desc = tributary_cb_victory_desc_attacker - } - triggered_desc = { - trigger = { scope:defender = { is_local_player = yes } } - desc = tributary_cb_victory_desc_defender - } - desc = tributary_cb_victory_desc - } - } - - on_victory = { - scope:attacker = { show_pow_release_message_effect = yes } - create_title_and_vassal_change = { - type = swear_fealty - save_scope_as = change - add_claim_on_loss = no - } - scope:defender = { - change_liege = { - liege = scope:attacker - change = scope:change - } - resolve_title_and_vassal_change = scope:change - if = { - limit = { is_vassal_of = scope:attacker } - vassal_contract_set_obligation_level = { - type = tributary_special_contract - level = 1 - } - } - else = { - debug_log = "WHAT HAPPENED 1?" - debug_log_scopes = yes - debug_log = "WHAT HAPPENED 2?" - } - } - - # Prestige level progress for the attacker - scope:attacker = { add_prestige_experience = { value = medium_prestige_value } } - - # Prestige loss for the defender - scope:defender = { - add_prestige = { - value = medium_prestige_value - multiply = -1.0 - } - } - - # Prestige for the attacker's war allies - add_from_contribution_attackers = { - prestige = { value = major_prestige_value } - opinion = { modifier = contributed_in_war } - } - - # Prestige for the defender's war allies - add_from_contribution_defenders = { - prestige = { value = major_prestige_value } - opinion = { modifier = contributed_in_war } - } - - # Truce - add_truce_attacker_victory_effect = yes - } - - on_white_peace_desc = { - first_valid = { - triggered_desc = { - trigger = { scope:defender = { is_local_player = yes } } - desc = tributary_cb_white_peace_desc_defender - } - desc = tributary_cb_white_peace_desc - } - } - - on_white_peace = { - scope:attacker = { show_pow_release_message_effect = yes } - # Prestige loss for the attacker - scope:attacker = { - add_prestige = { - value = minor_prestige_value - multiply = -1.0 - } - stress_impact = { - ambitious = medium_stress_impact_gain - arrogant = medium_stress_impact_gain - } - } - - # Prestige for the attacker's war allies - add_from_contribution_attackers = { - prestige = minor_prestige_value - opinion = { - modifier = contributed_in_war - } - } - - # Prestige for the defender's war allies - add_from_contribution_defenders = { - prestige = minor_prestige_value - opinion = { - modifier = contributed_in_war - } - } - - scope:defender = { - stress_impact = { - arrogant = medium_stress_impact_gain - } - } - - # Truce - add_truce_white_peace_effect = yes - } - - on_defeat_desc = { - first_valid = { - triggered_desc = { - trigger = { scope:defender = { is_local_player = yes } } - desc = tributary_cb_white_peace_desc_defender - } - triggered_desc = { - trigger = { - scope:attacker = { - is_local_player = yes - has_targeting_faction = yes - } - } - desc = tributary_cb_defeat_desc_attacker - } - desc = tributary_cb_white_peace_desc - } - } - - on_defeat = { - scope:attacker = { show_pow_release_message_effect = yes } - - # Prestige loss for the attacker - scope:attacker = { - pay_short_term_gold = { - gold = 3 - target = scope:defender - yearly_income = yes - } - add_prestige = { - value = major_prestige_value - multiply = -1.0 - } - } - - # Prestige for the defender - scope:defender = { add_prestige = { value = medium_prestige_value } } - - # Prestige for the attacker's war allies - add_from_contribution_attackers = { - prestige = major_prestige_value - opinion = { modifier = contributed_in_war } - } - - # Prestige for the defender's war allies - add_from_contribution_defenders = { - prestige = major_prestige_value - opinion = { modifier = contributed_in_war } - } - - scope:attacker = { save_temporary_scope_as = loser } - - # Truce - add_truce_attacker_defeat_effect = yes - - on_lost_aggression_war_discontent_loss = yes - } - - on_primary_attacker_death = inherit - on_primary_defender_death = inherit - - attacker_allies_inherit = yes - defender_allies_inherit = yes - - war_name = "TRIBUTARY_WAR_NAME" - war_name_base = "TRIBUTARY_WAR_NAME_BASE" - cb_name = "TRIBUTARY_CB_NAME" - interface_priority = 59 - - ticking_war_score_targets_entire_realm = yes - max_defender_score_from_occupation = 150 - max_attacker_score_from_occupation = 150 - attacker_ticking_warscore = 0 - attacker_wargoal_percentage = 0.8 - - max_ai_diplo_distance_to_title = 500 - - ai_score_mult = {} -} - -#Currently only for emperors against kings not de jure vassals -tributary_state_cb = { - group = vassalization - ai_only_against_neighbors = yes - - allowed_for_character = { - is_independent_ruler = yes - primary_title.tier = tier_empire - has_a_primitive_type_of_government_trigger = no - has_a_non_playable_type_of_government_trigger = no - } - - # Root is the title - # scope:attacker is the attacker - # scope:defender is the defender - - allowed_for_character_display_regardless = {} - - allowed_against_character = { - scope:defender = { - is_independent_ruler = yes - trigger_if = { - limit = { scope:attacker = { is_ai = no } } # Already pre-filtered by the AI due to ai_only_against_neighbors = yes. any_neighboring_top_liege_realm_owner is expensive - scope:attacker = { any_neighboring_top_liege_realm_owner = { this = scope:defender } } - } - NOR = { # Can't vassalize holy orders or Heads of Faith - any_held_title = { is_holy_order = yes } - AND = { - exists = faith.religious_head - faith.religious_head = root - } - } - primary_title.tier = tier_kingdom - } - #Can't be vassalizable by other means - NOT = { scope:attacker.primary_title = { is_de_jure_liege_or_above_target = scope:defender.primary_title } } - } - - cost = { - piety = { - value = 0 - if = { # Attacking your HoF is impious - limit = { - exists = scope:attacker.faith.religious_head - scope:attacker.faith.religious_head = scope:defender - } - if = { - limit = { scope:attacker.faith = { has_doctrine = doctrine_spiritual_head } } - add = { - value = massive_piety_value - desc = CB_ATTACKER_HOF - } - } - else = { - add = { - value = medium_piety_value - desc = CB_ATTACKER_HOF - } - } - } - if = { - limit = { - scope:attacker.faith = scope:defender.faith - scope:defender = { has_government = theocracy_government } - } - add = { - value = medium_piety_value - desc = CB_ATTACKER_THEOCRACY - } - } - } - prestige = { - value = 0 - add = { - desc = CB_SIZE_OF_TARGET_REALM_COST - scope:defender = { every_sub_realm_county = { add = { value = 125 } } } - } - if = { - limit = { scope:defender.primary_title = { tier = tier_kingdom } } - multiply = { - value = 2 - desc = CB_VASSALIZING_KING - } - } - - # Bellum Justum Perk - if = { - limit = { scope:attacker = { has_perk = bellum_justum_perk } } - multiply = { - add = bellum_justum_discount_percentage - divide = 100 - desc = CB_ATTACKER_BELLUM_JUSTUM - } - } - - # Dynasty Warfare Perk - if = { - limit = { - scope:attacker = { - has_dynasty = yes - dynasty = { has_dynasty_perk = warfare_legacy_2 } - } - } - multiply = { - value = warfare_legacy_2_discount - desc = CB_ATTACKER_DYNASTY_WARFARE - } - } - } - } - - should_invalidate = { scope:defender.primary_title.tier >= scope:attacker.primary_title.tier } - - on_declaration = { on_declared_war = yes } - - on_invalidated_desc = msg_tributary_war_invalidated_message - - on_invalidated = {} - - on_victory_desc = { - first_valid = { - triggered_desc = { - trigger = { scope:attacker = { is_local_player = yes } } - desc = tributary_state_cb_victory_desc_attacker - } - triggered_desc = { - trigger = { scope:defender = { is_local_player = yes } } - desc = tributary_state_cb_victory_desc_defender - } - desc = tributary_state_cb_victory_desc - } - } - - on_victory = { - scope:attacker = { show_pow_release_message_effect = yes } - create_title_and_vassal_change = { - type = swear_fealty - save_scope_as = change - add_claim_on_loss = no - } - scope:defender = { - change_liege = { - liege = scope:attacker - change = scope:change - } - resolve_title_and_vassal_change = scope:change - vassal_contract_set_obligation_level = { - type = tributary_state_special_contract - level = 1 - } - } - - # Prestige level progress for the attacker - scope:attacker = { add_prestige_experience = { value = medium_prestige_value } } - - # Prestige loss for the defender - scope:defender = { - add_prestige = { - value = medium_prestige_value - multiply = -1.0 - } - } - - # Prestige for the attacker's war allies - add_from_contribution_attackers = { - prestige = { value = major_prestige_value } - opinion = { modifier = contributed_in_war } - } - - # Prestige for the defender's war allies - add_from_contribution_defenders = { - prestige = { value = major_prestige_value } - opinion = { modifier = contributed_in_war } - } - - # Truce - add_truce_attacker_victory_effect = yes - } - - on_white_peace_desc = { - first_valid = { - triggered_desc = { - trigger = { scope:defender = { is_local_player = yes } } - desc = tributary_cb_white_peace_desc_defender - } - desc = tributary_state_cb_white_peace_desc - } - } - - on_white_peace = { - scope:attacker = { show_pow_release_message_effect = yes } - # Prestige loss for the attacker - scope:attacker = { - add_prestige = { - value = minor_prestige_value - multiply = -1.0 - } - stress_impact = { - ambitious = medium_stress_impact_gain - arrogant = medium_stress_impact_gain - } - } - - # Prestige for the attacker's war allies - add_from_contribution_attackers = { - prestige = minor_prestige_value - opinion = { - modifier = contributed_in_war - } - } - - # Prestige for the defender's war allies - add_from_contribution_defenders = { - prestige = minor_prestige_value - opinion = { - modifier = contributed_in_war - } - } - - scope:defender = { - stress_impact = { - arrogant = medium_stress_impact_gain - } - } - - # Truce - add_truce_white_peace_effect = yes - } - - on_defeat_desc = { - first_valid = { - triggered_desc = { - trigger = { scope:defender = { is_local_player = yes } } - desc = tributary_state_cb_white_peace_desc_defender - } - triggered_desc = { - trigger = { - scope:attacker = { - is_local_player = yes - has_targeting_faction = yes - } - } - desc = tributary_state_cb_defeat_desc_attacker - } - desc = tributary_state_cb_white_peace_desc - } - } - - on_defeat = { - scope:attacker = { show_pow_release_message_effect = yes } - - # Prestige loss for the attacker - scope:attacker = { - pay_short_term_gold = { - gold = 3 - target = scope:defender - yearly_income = yes - } - add_prestige = { - value = major_prestige_value - multiply = -1.0 - } - } - - # Prestige for the defender - scope:defender = { add_prestige = { value = medium_prestige_value } } - - # Prestige for the attacker's war allies - add_from_contribution_attackers = { - prestige = major_prestige_value - opinion = { modifier = contributed_in_war } - } - - # Prestige for the defender's war allies - add_from_contribution_defenders = { - prestige = major_prestige_value - opinion = { modifier = contributed_in_war } - } - - scope:attacker = { save_temporary_scope_as = loser } - - # Truce - add_truce_attacker_defeat_effect = yes - - on_lost_aggression_war_discontent_loss = yes - } - - on_primary_attacker_death = inherit - on_primary_defender_death = inherit - - attacker_allies_inherit = yes - defender_allies_inherit = yes - - war_name = "TRIBUTARY_WAR_NAME" - war_name_base = "TRIBUTARY_WAR_NAME_BASE" - cb_name = "TRIBUTARY_CB_NAME" - interface_priority = 59 - - ticking_war_score_targets_entire_realm = yes - max_defender_score_from_occupation = 150 - max_attacker_score_from_occupation = 150 - attacker_ticking_warscore = 0 - attacker_wargoal_percentage = 0.8 - - max_ai_diplo_distance_to_title = 500 - - ai_score_mult = {} -} - diff --git a/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt b/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt index 990bbed1d6..6755e8fb48 100644 --- a/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt +++ b/WtWSMS/common/character_interactions/00_modifiy_vassal_contract_BP_overwrite.txt @@ -21,21 +21,8 @@ liege_modify_vassal_contract_interaction = { liege = scope:actor is_ruler = yes ##### Changed from Vanilla vvvvv - OR = { - #Unmodifiable contracts combined with modifiable contracts weirdness needs to be covered - AND = { - OR = { - vassal_contract_has_flag = tributary_installed_flag - vassal_contract_has_flag = tributary_state_installed_flag - vassal_contract_has_flag = foederatus_contract_installed - } - has_government_without_modifiable_contracts_excluding_uniques_trigger = yes - } - AND = { - vassal_contract_has_modifiable_obligations = yes - has_government_without_modifiable_contracts_excluding_uniques_trigger = no - } - } + vassal_contract_has_modifiable_obligations = yes + has_government_without_modifiable_contracts_excluding_uniques_trigger = no ##### Changed from Vanilla ^^^^^ } } @@ -304,19 +291,6 @@ liege_modify_vassal_contract_interaction = { limit = { valid_government_bureaucratic_special_trigger = yes } set_obligation_if_changed_effect = { OBLIGATION_TYPE = bureaucratic_special_contract } } - #Tributary-Type Contracts - if = { - limit = { valid_government_foederatus_special_trigger = yes } - set_obligation_if_changed_effect_tributaries_foederati_effect = { OBLIGATION_TYPE = foederatus_special_contract } - } - if = { - limit = { vassal_contract_has_flag = tributary_installed_flag } - set_obligation_if_changed_effect_tributaries_foederati_effect = { OBLIGATION_TYPE = tributary_special_contract } - } - if = { - limit = { vassal_contract_has_flag = tributary_state_installed_flag } - set_obligation_if_changed_effect_tributaries_foederati_effect = { OBLIGATION_TYPE = tributary_state_special_contract } - } if = { limit = { valid_bureacratic_vassal_governance_vassal_gov_trigger = yes @@ -382,21 +356,8 @@ vassal_modify_vassal_contract_interaction = { NOT = { this = scope:actor } liege = scope:actor ##### Changed from Vanilla vvvvv - OR = { - #Unmodifiable contracts combined with modifiable contracts weirdness needs to be covered - AND = { - OR = { - vassal_contract_has_flag = tributary_installed_flag - vassal_contract_has_flag = tributary_state_installed_flag - vassal_contract_has_flag = foederatus_contract_installed - } - has_government_without_modifiable_contracts_excluding_uniques_trigger = yes - } - AND = { - vassal_contract_has_modifiable_obligations = yes - has_government_without_modifiable_contracts_excluding_uniques_trigger = no - } - } + vassal_contract_has_modifiable_obligations = yes + has_government_without_modifiable_contracts_excluding_uniques_trigger = no ##### Changed from Vanilla ^^^^^ } } @@ -436,29 +397,6 @@ vassal_modify_vassal_contract_interaction = { } } } - #Vassals with tributary-like contracts can't just free themselves via negotiation. - trigger_if = { - limit = { scope:recipient = { vassal_contract_has_flag = vassal_cant_modify_this_contract } } - scope:recipient = { - custom_description = { - text = vassal_cannot_voluntarily_modify_this_contract - NOR = { - AND = { - vassal_contract_has_flag = foederatus_contract_installed - local_var:foederatus_special_contract != vassal_contract_obligation_level:foederatus_special_contract - } - AND = { - vassal_contract_has_flag = tributary_installed_flag - local_var:tributary_special_contract != vassal_contract_obligation_level:tributary_special_contract - } - AND = { - vassal_contract_has_flag = tributary_state_installed_flag - local_var:tributary_state_special_contract != vassal_contract_obligation_level:tributary_state_special_contract - } - } - } - } - } } ##### Changed from Vanilla ^^^^^ @@ -543,18 +481,6 @@ vassal_modify_vassal_contract_interaction = { limit = { valid_government_bureaucratic_special_trigger = yes } set_obligation_if_changed_effect = { OBLIGATION_TYPE = bureaucratic_special_contract } } - if = { - limit = { valid_government_foederatus_special_trigger = yes } - set_obligation_if_changed_effect = { OBLIGATION_TYPE = foederatus_special_contract } - } - if = { - limit = { can_have_tributary_contract_trigger = yes } - set_obligation_if_changed_effect = { OBLIGATION_TYPE = tributary_special_contract } - } - if = { - limit = { can_have_tributary_state_contract_trigger = yes } - set_obligation_if_changed_effect = { OBLIGATION_TYPE = tributary_state_special_contract } - } if = { limit = { valid_bureacratic_vassal_governance_vassal_gov_trigger = yes diff --git a/WtWSMS/common/character_interactions/00_vassal_interactions_BP_overwrite.txt b/WtWSMS/common/character_interactions/00_vassal_interactions_BP_overwrite.txt index 1c1dc2daeb..89208190b3 100644 --- a/WtWSMS/common/character_interactions/00_vassal_interactions_BP_overwrite.txt +++ b/WtWSMS/common/character_interactions/00_vassal_interactions_BP_overwrite.txt @@ -124,9 +124,6 @@ grant_vassal_interaction = { } } } - ##### Changed from Vanilla vvvvv - NOT = { bp_special_contract_tributary_like_trigger = { VASSAL = root } } - ##### Changed from Vanilla ^^^^^ } ##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/common/character_interactions/BP_special_contract_offers.txt b/WtWSMS/common/character_interactions/BP_special_contract_offers.txt index 88ec251e03..5ceda54dbd 100644 --- a/WtWSMS/common/character_interactions/BP_special_contract_offers.txt +++ b/WtWSMS/common/character_interactions/BP_special_contract_offers.txt @@ -230,10 +230,6 @@ offer_foederatus_interaction = { on_accept = { #Apply actor effects #Setup Title Changes - create_title_and_vassal_change = { - type = swear_fealty - save_scope_as = swear_fealty_to_new_liege - } create_title_and_vassal_change = { type = granted save_scope_as = grant_old_titles_to_new_chars @@ -249,12 +245,7 @@ offer_foederatus_interaction = { save_scope_as = liberate_old_counties_with_new_chars add_claim_on_loss = no } - #Make a New Vassal scope:recipient = { - change_liege = { - liege = scope:actor - change = scope:swear_fealty_to_new_liege - } #Mark former counties for release every_held_title = { limit = { tier = tier_county } @@ -307,17 +298,14 @@ offer_foederatus_interaction = { } } } - resolve_title_and_vassal_change = scope:swear_fealty_to_new_liege resolve_title_and_vassal_change = scope:grant_new_counties_to_recipient resolve_title_and_vassal_change = scope:grant_old_titles_to_new_chars resolve_title_and_vassal_change = scope:liberate_old_counties_with_new_chars - scope:recipient = { - hidden_effect = { - if = { - limit = { is_independent_ruler = no } - vassal_contract_set_obligation_level = { type = foederatus_special_contract level = 1 } - } - } + + make_tributary = { + TYPE = foederatus_tributary + SUZERAIN = scope:actor + TRIBUTARY = scope:recipient } #Create Titular title if primary isn't titular @@ -325,20 +313,14 @@ offer_foederatus_interaction = { #and counties that have been handed out become independent create_titular_title_if_needed_effect = { ATTACKER = scope:recipient } scope:actor = { - add_character_flag = { - flag = recently_offered_foederatus - years = 10 - } + add_character_flag = { flag = recently_offered_foederatus years = 10 } trigger_event = BP_char_interaction.0001 } } on_decline = { scope:actor = { - add_character_flag = { - flag = recently_offered_foederatus - years = 10 - } + add_character_flag = { flag = recently_offered_foederatus years = 10 } trigger_event = BP_char_interaction.0002 } } @@ -610,29 +592,17 @@ request_foederatus_interaction = { #send_options_exclusive = yes on_accept = { - create_title_and_vassal_change = { - type = swear_fealty - save_scope_as = change - } scope:actor = { - change_liege = { - liege = scope:recipient - change = scope:change - } - stress_impact = { ambitious = medium_stress_impact_gain arrogant = medium_stress_impact_gain } } - resolve_title_and_vassal_change = scope:change - scope:actor = { - hidden_effect = { - if = { - limit = { is_independent_ruler = no } - vassal_contract_set_obligation_level = { type = foederatus_special_contract level = 1 } - } - } + + make_tributary = { + TYPE = foederatus_tributary + SUZERAIN = scope:recipient + TRIBUTARY = scope:actor } scope:actor = { trigger_event = BP_char_interaction.0003 } diff --git a/WtWSMS/common/game_concepts/BP_game_concepts.txt b/WtWSMS/common/game_concepts/BP_game_concepts.txt index 6506cd1211..cb5cd777b2 100644 --- a/WtWSMS/common/game_concepts/BP_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_game_concepts.txt @@ -16,17 +16,9 @@ imperial_reconquest_war = { parent = casus_belli } #New Contracts -foederati = { +foederatus = { texture = "gfx/interface/icons/message_feed/law.dds" - alias = { foederatus } -} -tributaries = { - texture = "gfx/interface/icons/message_feed/law.dds" - alias = { tributary } -} -tributary_states = { - texture = "gfx/interface/icons/message_feed/law.dds" - alias = { tributary_state } + alias = { foederati } } #Other Concepts bp_roman_empire_restoration = { diff --git a/WtWSMS/common/governments/00_government_types_BP_overwrite.txt b/WtWSMS/common/governments/00_government_types_BP_overwrite.txt index 5cfb3fb1c1..5967a961df 100644 --- a/WtWSMS/common/governments/00_government_types_BP_overwrite.txt +++ b/WtWSMS/common/governments/00_government_types_BP_overwrite.txt @@ -23,8 +23,6 @@ #Other special rights jizya_special_rights #These are bureaucratic-government locked - tributary_special_contract - tributary_state_special_contract bureaucratic_vassal_governance } @@ -49,8 +47,6 @@ clan_government = { vassal_contract = { clan_government_obligations - tributary_special_contract - tributary_state_special_contract #Clan Special Rights jizya_special_rights iqta_special_rights diff --git a/WtWSMS/common/governments/BP_government_types.txt b/WtWSMS/common/governments/BP_government_types.txt index 6647d2c2e4..fae37b3b04 100644 --- a/WtWSMS/common/governments/BP_government_types.txt +++ b/WtWSMS/common/governments/BP_government_types.txt @@ -21,8 +21,6 @@ council_rights title_revocation_rights #These are special-locked contracts - tributary_special_contract - tributary_state_special_contract bureaucratic_vassal_governance } @@ -55,9 +53,6 @@ mandala_government = { succession_rights war_declaration_rights title_revocation_rights - #These are special-locked contracts - tributary_special_contract - tributary_state_special_contract } character_modifier = { @@ -97,9 +92,6 @@ eranshar_government = { title_revocation_rights #special eranshar_marzban_contract - #These are special-locked contracts - tributary_special_contract - tributary_state_special_contract } character_modifier = { @@ -155,8 +147,6 @@ subroman_government = { title_revocation_rights #These are special-locked contracts bureaucratic_special_contract - tributary_special_contract - tributary_state_special_contract bureaucratic_vassal_governance } diff --git a/WtWSMS/common/governments/zzzzz_primitive_government_types.txt b/WtWSMS/common/governments/zzzzz_primitive_government_types.txt index 5bb01d662f..23cfeecb01 100644 --- a/WtWSMS/common/governments/zzzzz_primitive_government_types.txt +++ b/WtWSMS/common/governments/zzzzz_primitive_government_types.txt @@ -14,10 +14,6 @@ vassal_contract = { high_tribal_government_obligations - #Other special contracts - foederatus_special_contract - tributary_special_contract - tributary_state_special_contract } character_modifier = { @@ -58,9 +54,6 @@ tribal_government = { vassal_contract = { tribal_government_obligations - foederatus_special_contract - tributary_special_contract - tributary_state_special_contract } character_modifier = { @@ -111,9 +104,6 @@ nomad_government = { vassal_contract = { nomadic_government_obligation - foederatus_special_contract - tributary_special_contract - tributary_state_special_contract } opinion_of_liege = { diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index b9b8acaad2..f213364a01 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -946,10 +946,7 @@ setup_vassal_contracts = { faith = faith:assyrian_pagan } any_liege_or_above = { this.primary_title = title:e_persia } - AND = { - valid_government_religious_rights_trigger = yes - NOT = { bp_special_contract_protects_religion_trigger = { VASSAL = this } } - } + valid_government_religious_rights_trigger = yes } vassal_contract_set_obligation_level = { type = religious_rights diff --git a/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt b/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt index 4c162ddae3..6fd339caf9 100644 --- a/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/00_basic_values_BP_overwrite.txt @@ -377,29 +377,6 @@ count_total_obligation_changes = { } add = 1 } - #Foederatus - if = { - limit = { - valid_government_foederatus_special_trigger = yes - local_var:foederatus_special_contract != vassal_contract_obligation_level:foederatus_special_contract - } - add = 1 - } - #Tributaries - if = { - limit = { - can_have_tributary_contract_trigger = yes - local_var:tributary_special_contract != vassal_contract_obligation_level:tributary_special_contract - } - add = 1 - } - if = { - limit = { - can_have_tributary_state_contract_trigger = yes - local_var:tributary_state_special_contract != vassal_contract_obligation_level:tributary_state_special_contract - } - add = 1 - } if = { limit = { valid_government_jizya_rights_trigger = yes diff --git a/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt b/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt index 5c4087c426..8320c8ff91 100644 --- a/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt +++ b/WtWSMS/common/scripted_triggers/00_scripted_triggers_BP_overwrite.txt @@ -75,18 +75,6 @@ has_changed_contract_obligation_trigger = { limit = { scope:obligation_check = { valid_government_bureaucratic_special_trigger = yes } } local_var:bureaucratic_special_contract != scope:obligation_check.vassal_contract_obligation_level:bureaucratic_special_contract } - trigger_if = { - limit = { scope:obligation_check = { valid_government_foederatus_special_trigger = yes } } - local_var:foederatus_special_contract != scope:obligation_check.vassal_contract_obligation_level:foederatus_special_contract - } - trigger_if = { - limit = { scope:obligation_check = { can_have_tributary_contract_trigger = yes } } - local_var:tributary_special_contract != scope:obligation_check.vassal_contract_obligation_level:tributary_special_contract - } - trigger_if = { - limit = { scope:obligation_check = { can_have_tributary_state_contract_trigger = yes } } - local_var:tributary_state_special_contract != scope:obligation_check.vassal_contract_obligation_level:tributary_state_special_contract - } trigger_if = { limit = { scope:obligation_check = { valid_bureacratic_vassal_governance_vassal_gov_trigger = yes } diff --git a/WtWSMS/common/scripted_triggers/BP_contract_triggers.txt b/WtWSMS/common/scripted_triggers/BP_contract_triggers.txt index 3a798f7e03..fdf019ed5a 100644 --- a/WtWSMS/common/scripted_triggers/BP_contract_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_contract_triggers.txt @@ -1,48 +1,17 @@ -bp_special_contract_tributary_like_trigger = { - OR = { - $VASSAL$ = { vassal_contract_has_flag = tributary_installed_flag } - $VASSAL$ = { vassal_contract_has_flag = tributary_state_installed_flag } - $VASSAL$ = { vassal_contract_has_flag = foederatus_contract_installed } - } -} - -bp_special_contract_protects_religion_trigger = { - OR = { - $VASSAL$ = { vassal_contract_has_flag = tributary_installed_flag } - $VASSAL$ = { vassal_contract_has_flag = tributary_state_installed_flag } - $VASSAL$ = { vassal_contract_has_flag = foederatus_contract_installed } - } -} - -bp_special_contract_protects_title_trigger = { - OR = { - $VASSAL$ = { vassal_contract_has_flag = tributary_installed_flag } - $VASSAL$ = { vassal_contract_has_flag = tributary_state_installed_flag } - $VASSAL$ = { vassal_contract_has_flag = foederatus_contract_installed } - } -} - -bp_special_contract_prohibits_council_seat_trigger = { - $VASSAL$ = { vassal_contract_has_flag = cannot_be_on_council } -} - -valid_religious_rights_trigger = { +valid_religious_rights_trigger = { AND = { $VASSAL$ = { valid_government_religious_rights_trigger = yes } - NOT = { bp_special_contract_protects_religion_trigger = { VASSAL = $VASSAL$ } } } } valid_rights_council_trigger = { AND = { $VASSAL$ = { valid_government_rights_council_trigger = yes } - NOT = { bp_special_contract_prohibits_council_seat_trigger = { VASSAL = $VASSAL$ } } } } valid_title_revocation_rights_trigger = { AND = { $VASSAL$ = { valid_government_rights_general_trigger = yes } - NOT = { bp_special_contract_protects_title_trigger = { VASSAL = $VASSAL$ } } } } diff --git a/WtWSMS/common/vassal_contracts/tributary_like_contracts.txt b/WtWSMS/common/vassal_contracts/tributary_like_contracts.txt deleted file mode 100644 index 845f21ddd7..0000000000 --- a/WtWSMS/common/vassal_contracts/tributary_like_contracts.txt +++ /dev/null @@ -1,138 +0,0 @@ -@ai_standard_liege_desire = 2 -@ai_standard_vassal_desire = 1 - -#Free's itself on death of liege -tributary_special_contract = { - display_mode = radiobutton - is_shown = { scope:vassal = { vassal_contract_has_flag = tributary_installed_flag } } - obligation_levels = { - tributary_released = { - default = yes - position = { 0 0 } - - ai_liege_desire = 0 - ai_vassal_desire = 10 #FREEDOM! - } - tributary_installed = { - parent = tributary_released - position = { 1 0 } - - is_valid = { - NOR = { - scope:vassal = { vassal_contract_has_flag = tributary_state_installed_flag } - scope:vassal = { vassal_contract_has_flag = foederatus_contract_installed } - } - } - - min_tax = 0.50 - levies_factor = -1.00 - - flag = religiously_protected - flag = vassal_contract_cannot_revoke_titles - flag = cannot_retract_vassals - flag = cannot_be_on_council - - flag = tributary_installed_flag - flag = vassal_cant_modify_this_contract - - ai_liege_desire = 10 - ai_vassal_desire = 0 - } - } -} - -#Does not free itself of liege death -tributary_state_special_contract = { - display_mode = radiobutton - is_shown = { scope:vassal = { vassal_contract_has_flag = tributary_state_installed_flag } } - obligation_levels = { - tributary_state_released = { - default = yes - position = { 0 0 } - - ai_liege_desire = 0 - ai_vassal_desire = 10 #FREEDOM! - } - tributary_state_installed = { - parent = tributary_state_released - position = { 1 0 } - - is_valid = { - NOR = { - scope:vassal = { vassal_contract_has_flag = tributary_installed_flag } - scope:vassal = { vassal_contract_has_flag = foederatus_contract_installed } - } - } - - min_tax = 0.50 - - flag = religiously_protected - flag = vassal_contract_cannot_revoke_titles - flag = cannot_retract_vassals - flag = cannot_be_on_council - - flag = tributary_state_installed_flag - flag = vassal_cant_modify_this_contract - - ai_liege_desire = 10 - ai_vassal_desire = 0 - } - } -} - -#For foederati -foederatus_special_contract = { - display_mode = radiobutton - is_shown = { - scope:liege = { valid_government_foederatus_special_liege_gov_trigger = yes } - scope:liege.culture = { has_innovation = innovation_foederati } - scope:vassal = { valid_government_foederatus_special_trigger = yes } - } - obligation_levels = { - foederatus_none = { - default = yes - position = { 0 0 } - - ai_liege_desire = 0 - ai_vassal_desire = { #Only wants to break free if strong enough to overpower the liege - value = 0 - if = { - limit = { scope:vassal.max_military_strength > scope:liege.max_military_strength } - add = @ai_standard_vassal_desire - } - } - } - foederatus_installed = { - is_valid = { - scope:vassal = { valid_government_foederatus_special_trigger = yes } - NOR = { - scope:vassal = { vassal_contract_has_flag = tributary_installed_flag } - scope:vassal = { vassal_contract_has_flag = tributary_state_installed_flag } - } - } - parent = foederatus_none - position = { 1 0 } - - min_levies = 0.4 #40% of reinforcment - levies_factor = 0.50 - - vassal_modifier = { - levy_size = 0.25 - levy_reinforcement_rate = 0.1 - development_growth_factor = 0.10 - } - - flag = religiously_protected - flag = vassal_contract_cannot_revoke_titles - flag = locked_to_partition - flag = cannot_retract_vassals - flag = cannot_be_on_council - - flag = foederatus_contract_installed - flag = vassal_cant_modify_this_contract - - ai_liege_desire = 1 - ai_vassal_desire = 0 - } - } -} \ No newline at end of file diff --git a/WtWSMS/events/_BP_events/interaction_events/BP_character_interaction_events.txt b/WtWSMS/events/_BP_events/interaction_events/BP_character_interaction_events.txt index 1295cefbf9..42f7bec680 100644 --- a/WtWSMS/events/_BP_events/interaction_events/BP_character_interaction_events.txt +++ b/WtWSMS/events/_BP_events/interaction_events/BP_character_interaction_events.txt @@ -12,12 +12,11 @@ BP_char_interaction.0001 = { desc = BP_char_interaction.0001.desc sender = scope:recipient - immediate = { - show_as_tooltip = { offer_vassalization_interaction_effect = yes } #need to figure out which effect is foederatus - } + immediate = {} option = { name = EXCELLENT + flavor = BP_char_interaction.0001.flavor } } # Offer Foederatus Response: Refused @@ -46,12 +45,11 @@ BP_char_interaction.0003 = { desc = BP_char_interaction.0003.desc sender = scope:recipient - immediate = { - show_as_tooltip = { offer_fealty_interaction_effect = yes } #need to figure out which effect is foederatus - } + immediate = {} option = { name = EXCELLENT + flavor = BP_char_interaction.0003.flavor } } # Request Foederatus Response: Refused diff --git a/WtWSMS/localization/english/BP_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_game_concepts_l_english.yml index 1f5f3f9ec9..2d02868769 100644 --- a/WtWSMS/localization/english/BP_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_game_concepts_l_english.yml @@ -9,15 +9,9 @@ game_concept_imperial_reconquest_war: "Imperial Reconquest War" game_concept_imperial_reconquest_war_desc: "An Imperial Reconquest War is a powerful [casus_belli|E] that allows holders of the Byzantine, West Roman, or Roman Empire (and whose [culture|E] has either a $heritage_greco_latin_name$ or $heritage_byzantine_name$ [heritage|E]) to reconquer territory formerly held by the Roman Empire.\n\n#bold Target:#! [kingdom|E]-tier titles historically held by either the Western, Eastern, or united Roman Empire (depending on which title is held by the ruler).\n\n#bold Victory Effects:#!\n$EFFECT_LIST_BULLET$ Vassalizes all non-independent rulers whose capitals are in the target [kingdom|E] and seizes all other titles in target" #New Contracts - game_concept_foederati:0 "Foederati" - game_concept_foederatus:0 "Foederatus" - game_concept_foederati_desc:0 "A special vassal contract negotiated between tribal rulers and rulers with the [innovation|E] $innovation_foederati$.\n\n#bold Leige Effects#! \n$EFFECT_LIST_BULLET$ #P +50%#! more vassal [levies|E] to the liege\n$EFFECT_LIST_BULLET$ Vassal cannot be on the [council|E] and will never expect to be on the [council|E].\n\n#bold Vassal Effects#! \n$EFFECT_LIST_BULLET$ Liege cannot [demand_conversion|E] of the vassal and vassal's [counties|E] cannot be targets of [convert_county|E] task\n$EFFECT_LIST_BULLET$ Vassal titles cannot be [revoked|E]\n$EFFECT_LIST_BULLET$ Vassal's vassals cannot be [retracted|E]\n$EFFECT_LIST_BULLET$ #P +25%#! more [levies|E] for the vassal\n$EFFECT_LIST_BULLET$ #P 10%#! [county_development_growth|E], #P 10%#! levy reinforcement rate." - game_concept_tributaries:0 "Tributaries" - game_concept_tributary:0 "Tributary" - game_concept_tributaries_desc:0 "A special vassal contract in which the vassal provides additional [taxes|E] and no [levies|E] to the liege.\n\n#bold Leige Effects#! \n$EFFECT_LIST_BULLET$ #P +50%#! more vassal [taxes|E] to the liege\n$EFFECT_LIST_BULLET$ #N -100%#! more vassal [levies|E] to the liege\n$EFFECT_LIST_BULLET$ Vassal cannot be on the [council|E] and will never expect to be on the [council|E].\n\n#bold Vassal Effects#! \n$EFFECT_LIST_BULLET$ Liege cannot [demand_conversion|E] of the vassal and vassal's [counties|E] cannot be targets of [convert_county|E] task\n$EFFECT_LIST_BULLET$ Vassal titles cannot be [revoked|E]\n$EFFECT_LIST_BULLET$ Vassal's vassals cannot be [retracted|E]\n$EFFECT_LIST_BULLET$ Vassal #bold will#! break free upon liege's death." - game_concept_tributary_states:0 "Tributary States" - game_concept_tributary_state:0 "Tribuary State" - game_concept_tributary_states_desc:0 "A special vassal contract in which the vassal provides additional [taxes|E] to the liege.\n\n#bold Liege Effects#! \n$EFFECT_LIST_BULLET$ #P +50%#! more vassal [taxes|E] to the liege\n$EFFECT_LIST_BULLET$ Vassal cannot be on the [council|E] and will never expect to be on the [council|E].\n\n#bold Vassal Effects#! \n$EFFECT_LIST_BULLET$ Liege cannot [demand_conversion|E] of the vassal and vassal's [counties|E] cannot be targets of [convert_county|E] task\n$EFFECT_LIST_BULLET$ Vassal titles cannot be [revoked|E]\n$EFFECT_LIST_BULLET$ Vassal's vassals cannot be [retracted|E]\n$EFFECT_LIST_BULLET$ Vassal #bold will not#! break free upon liege's death." + game_concept_foederatus: "Foederatus" + game_concept_foederati: "Foederati" + game_concept_foederatus_desc:0 "PLACEHOLDER \n$BULLET_WITH_TAB$ Permanent [T4N_tributary|E] Type\n$BULLET_WITH_TAB$ [T4N_tributaries|E] pay #N 0%#! of their income to the suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] do not give [prestige|E] monthly to their suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] do not give [piety|E] to their Suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] gain #P 10%#! [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain does not gain [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gets additional #P 1#! [men_at_arms|E] per #B 20#! $TAB$$TAB$$TAB$$TAB$$TAB$ [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain cannot declare war upon [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain and [T4N_tributaries|E] can call to arms\n$BULLET_WITH_TAB$ [T4N_tributaries|E] of this type can #EMP not#! be annexed" #Other Concepts game_concept_bp_roman_empire_restoration: "Roman Imperial Restoration" game_concept_bp_roman_empire_restoration_desc: "Cultures with the #V $tradition_roman_succession_name$#!, #V $tradition_latin_succession_name$#!, or #V $tradition_byzantine_succession_name$#! [culture_traditions|E] have the ability to reform the Eastern and Western Roman Empires via the following decisions:\n\n$EFFECT_LIST_BULLET$#V $ask_for_wre$#!\n$EFFECT_LIST_BULLET$#V $restore_western_roman_empire$#!\n\nThey may also use the decision #V $sole_roman_empire$#! to assert a claim on the entire territory of the former Roman Empire (and thus launch Wars to reconquer the Empire), as well as use the #V $establish_senate$#! decision to re-establish the Roman Senate." diff --git a/WtWSMS/localization/english/BP_government_l_english.yml b/WtWSMS/localization/english/BP_government_l_english.yml index 42efbe2dfd..a8ab54cc2c 100644 --- a/WtWSMS/localization/english/BP_government_l_english.yml +++ b/WtWSMS/localization/english/BP_government_l_english.yml @@ -192,19 +192,4 @@ bureaucratic_vassal_governance_gubernatorial:0 "Gubernatorial Contract" bureaucratic_vassal_governance_gubernatorial_short:0 "Gubernatorial" bureaucratic_vassal_governance_gubernatorial_desc:0 "#F A form of government in which the Emperor wields significant authority over the provincial vassals#!" - - #Foederatus - foederatus_contract:0 "Foederatus" - foederatus_special_contract:0 "Foederatus Contract" - foederatus_none:0 "Release Foederatus" - foederatus_none_short:0 "Released" - foederatus_installed:0 "$foederatus_contract$ Installed" - foederatus_installed_desc:0 "#F The tribal or high tribal [vassal] becomes a foederatus, or ally of the liege. They provide greater levies and have a higher development, levy size, and levy reinforcement rate. They are religiously protected, their titles cannot be revoked, but they are locked to partition succession." - foederatus_installed_short:0 "Foederatus Installed" - - #Tributary - tributary_special_contract:2 "[Concept( 'feudal_contract', 'Special Contract' )|B|color_black|U]" - tributary_released:0 "Release Tributary" - tributary_released_short:0 "Released" - tributary_installed:0 "Tributary Contract" - tributary_installed_short:0 "Tributary" + \ No newline at end of file diff --git a/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml index e691e4c379..f8123ac43b 100644 --- a/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml @@ -6,6 +6,6 @@ game_concept_T4N_tributary: "Tributary" game_concept_T4N_tributary_desc: "" game_concept_T4N_tributaries: "Tributaries" - game_concept_T4N_suzerain: "Suzerein" + game_concept_T4N_suzerain: "Suzerain" game_concept_T4N_suzerain_desc: "" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml index a58a71d542..0030c107dc 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_innovations_l_english.yml @@ -1,5 +1,5 @@ l_english: - unlock_foederatus_contract:0 "Unlocks the # high $foederatus$#! [feudal_contract|E]" + unlock_foederatus_contract:0 "Unlocks the # high $foederatus$#! tributary contract" unlock_marzban_contract:0 "Unlocks the #high $special_contract_marzban_short$#! [feudal_contract|E]" reduce_develop_county_penalty_00:0 "Counties now reach the maximum [existing_development|E] penalty at 10 [development|E]" diff --git a/WtWSMS/localization/english/event_localization/BP_interactions_l_english.yml b/WtWSMS/localization/english/event_localization/BP_interactions_l_english.yml index a08a1edb13..e44127eec6 100644 --- a/WtWSMS/localization/english/event_localization/BP_interactions_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_interactions_l_english.yml @@ -1,5 +1,7 @@ l_english: #Foederatus Request + BP_char_interaction.0001.flavor: "[recipient.GetName] is now your #italic Foederatus#!" + BP_char_interaction.0003.flavor: "$BP_char_interaction.0001.flavor$" BP_char_interaction.0010.opening: "[recipient.Custom2('AppropriateGreetingPositive', actor)]" BP_char_interaction.0010.desc: "[actor.GetFirstName], a new phase begins for the history of our peoples!" BP_char_interaction.0010.a: "My liege!" From 4d63ec40ae9385669fce3ccea111c9700279242c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 16:06:56 -0400 Subject: [PATCH 133/339] Combine most T4N localization files Submodules should have as few localization files as possible for clarity --- ...4N_tributaries_game_concepts_l_english.yml | 11 -- ...T4N_tributaries_interactions_l_english.yml | 15 --- .../english/T4N_tributaries_l_english.yml | 105 ++++++++++++++++++ .../T4N_tributaries_trigger_loc_l_english.yml | 12 -- .../english/T4N_tributaries_war_l_english.yml | 43 ------- .../T4N_tributaries_l_english.yml | 36 ------ 6 files changed, 105 insertions(+), 117 deletions(-) delete mode 100644 WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml delete mode 100644 WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml create mode 100644 WtWSMS/localization/english/T4N_tributaries_l_english.yml delete mode 100644 WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml delete mode 100644 WtWSMS/localization/english/T4N_tributaries_war_l_english.yml delete mode 100644 WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml diff --git a/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml deleted file mode 100644 index f8123ac43b..0000000000 --- a/WtWSMS/localization/english/T4N_tributaries_game_concepts_l_english.yml +++ /dev/null @@ -1,11 +0,0 @@ -l_english: - game_concept_T4N_permanent_tributary: "Permanent Tributary" - game_concept_T4N_permanent_tributary_desc: "PLACEHOLDER \n$BULLET_WITH_TAB$ Permanent [T4N_tributary|E] Type\n$BULLET_WITH_TAB$ [T4N_tributaries|E] pay #N 10%#! of their income to the suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] give #P 0.05#! [prestige|E] monthly to their suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] dont give [piety|E] to their Suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] lose #N 10%#! of [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gains #P 5%#! [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gets additional #P 1.5#! [men_at_arms|E] per #B 20#! $TAB$$TAB$$TAB$$TAB$ [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain cannot declare war upon [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain and [T4N_tributaries|E] can call to arms\n$BULLET_WITH_TAB$ [T4N_tributaries|E] of this type can be annexed after #B 20#! $TAB$ $TAB$$TAB$$TAB$ consecutive years of being a [T4N_tributary|E]" - game_concept_T4N_non_permanent_tributary: "Temporary Tributary" - game_concept_T4N_non_permanent_tributary_desc: "PLACEHOLDER \n$BULLET_WITH_TAB$ Permanent [T4N_tributary|E] Type\n$BULLET_WITH_TAB$ [T4N_tributaries|E] pay #N 5%#! of their income to the suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] give #P 0.01#! [prestige|E] monthly to their suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] dont give [piety|E] to their Suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] lose #N 5%#! of [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gains #P 2.5%#! [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gets additional #P 1#! [men_at_arms|E] per #B 20#! $TAB$$TAB$$TAB$$TAB$$TAB$ [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain cannot declare war upon [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain and [T4N_tributaries|E] can call to arms\n$BULLET_WITH_TAB$ [T4N_tributaries|E] of this type can be turn into Permanent $TAB$$TAB$$TAB$ [T4N_tributaries|E] after #B 15#! consecutive years of being a $TAB$$TAB$$TAB$$TAB$ [T4N_tributary|E]" - game_concept_T4N_tributary: "Tributary" - game_concept_T4N_tributary_desc: "" - game_concept_T4N_tributaries: "Tributaries" - game_concept_T4N_suzerain: "Suzerain" - game_concept_T4N_suzerain_desc: "" - \ No newline at end of file diff --git a/WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml deleted file mode 100644 index a20f009207..0000000000 --- a/WtWSMS/localization/english/T4N_tributaries_interactions_l_english.yml +++ /dev/null @@ -1,15 +0,0 @@ -l_english: - ruler_offer_tribute_to_recipient: "Request Tribute" - offer_tribute: "Offer Tribute" - free_tributary: "Free Tributary" - annex_tributary: "Annex Tributary" - non_permanent_trib: "[T4N_non_permanent_tributary|E]" - permanent_trib: "[T4N_permanent_tributary|E]" - turn_non_perma_tributary_to_perma: "Make Permanent Tributary" - non_permanent_trib_turns_into_perma: "Your Temporary Tributary [RECEIPIENT.GetNameNoTooltip|E] has been converted to a Permanent Tributary" - will_accept_bigger_trib: "Will accept a larger Tributary" - will_accept_smaller_trib: "Will accept a smaller Tributary" - will_accept_bigger_suzerain: "Will accept a larger Suzerain" - will_not_accept_bigger_suzerain: "Will not accept a larger Suzerain" - do_not_want_to_fight_suzerain_war: "Does not want to be involved in a Suzerains war" - do_not_want_to_fight_trib_war: "Does not want to be involved in a Tributaries war" diff --git a/WtWSMS/localization/english/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_l_english.yml new file mode 100644 index 0000000000..67fe6a2fb0 --- /dev/null +++ b/WtWSMS/localization/english/T4N_tributaries_l_english.yml @@ -0,0 +1,105 @@ +l_english: + #Interactions + ruler_offer_tribute_to_recipient: "Request Tribute" + offer_tribute: "Offer Tribute" + free_tributary: "Free Tributary" + annex_tributary: "Annex Tributary" + non_permanent_trib: "[T4N_non_permanent_tributary|E]" + permanent_trib: "[T4N_permanent_tributary|E]" + turn_non_perma_tributary_to_perma: "Make Permanent Tributary" + non_permanent_trib_turns_into_perma: "Your Temporary Tributary [RECEIPIENT.GetNameNoTooltip|E] has been converted to a Permanent Tributary" + will_accept_bigger_trib: "Will accept a larger Tributary" + will_accept_smaller_trib: "Will accept a smaller Tributary" + will_accept_bigger_suzerain: "Will accept a larger Suzerain" + will_not_accept_bigger_suzerain: "Will not accept a larger Suzerain" + do_not_want_to_fight_suzerain_war: "Does not want to be involved in a Suzerains war" + do_not_want_to_fight_trib_war: "Does not want to be involved in a Tributaries war" + #Game Concepts + game_concept_T4N_permanent_tributary: "Permanent Tributary" + game_concept_T4N_permanent_tributary_desc: "PLACEHOLDER \n$BULLET_WITH_TAB$ Permanent [T4N_tributary|E] Type\n$BULLET_WITH_TAB$ [T4N_tributaries|E] pay #N 10%#! of their income to the suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] give #P 0.05#! [prestige|E] monthly to their suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] dont give [piety|E] to their Suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] lose #N 10%#! of [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gains #P 5%#! [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gets additional #P 1.5#! [men_at_arms|E] per #B 20#! $TAB$$TAB$$TAB$$TAB$ [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain cannot declare war upon [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain and [T4N_tributaries|E] can call to arms\n$BULLET_WITH_TAB$ [T4N_tributaries|E] of this type can be annexed after #B 20#! $TAB$ $TAB$$TAB$$TAB$ consecutive years of being a [T4N_tributary|E]" + game_concept_T4N_non_permanent_tributary: "Temporary Tributary" + game_concept_T4N_non_permanent_tributary_desc: "PLACEHOLDER \n$BULLET_WITH_TAB$ Permanent [T4N_tributary|E] Type\n$BULLET_WITH_TAB$ [T4N_tributaries|E] pay #N 5%#! of their income to the suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] give #P 0.01#! [prestige|E] monthly to their suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] dont give [piety|E] to their Suzerain \n$BULLET_WITH_TAB$ [T4N_tributaries|E] lose #N 5%#! of [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gains #P 2.5%#! [levy|E] reinforcement rate \n$BULLET_WITH_TAB$ Suzerain gets additional #P 1#! [men_at_arms|E] per #B 20#! $TAB$$TAB$$TAB$$TAB$$TAB$ [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain cannot declare war upon [T4N_tributaries|E] \n$BULLET_WITH_TAB$ Suzerain and [T4N_tributaries|E] can call to arms\n$BULLET_WITH_TAB$ [T4N_tributaries|E] of this type can be turn into Permanent $TAB$$TAB$$TAB$ [T4N_tributaries|E] after #B 15#! consecutive years of being a $TAB$$TAB$$TAB$$TAB$ [T4N_tributary|E]" + game_concept_T4N_tributary: "Tributary" + game_concept_T4N_tributary_desc: "" + game_concept_T4N_tributaries: "Tributaries" + game_concept_T4N_suzerain: "Suzerain" + game_concept_T4N_suzerain_desc: "" + #Trigger Localization + permafication_allowed: "Tributary type of [recipient.GetFirstName] allows turning into [T4N_permanent_tributary|E]" + permafication_not_allowed: "Tributary type of [recipient.GetFirstName] does NOT allows turning into [T4N_permanent_tributary|E]" + trib_annexation_allowed: "Tributary type of [recipient.GetFirstName] allows Annexing" + trib_annexation_not_allowed: "Tributary type of [recipient.GetFirstName] does NOT allows Annexing" + trib_cta_not_allowed: "Placeholder Text" + trib_cta_not_allowed_trib: "Placeholder Text" + trib_cta_allowed: "Our tributary type allows us to Call our Suzerain to war" + trib_cta_allowed_trib: "Our tributary type does NOT allows us to Call our Suzerain to war" + can_annex_tributary: "[recipient.GetFirstName] is Annexed" + non_permanent_trib_turns_into_perma: "[recipient.GetFirstName] is turned to Permanent Tributary" + #Wars + trib_war_cb: "Claim [DEFENDER.GetShortUIName] as a [T4N_non_permanent_tributary|E]" + trib_on_victory_desc: "On Victory" + trib_on_victory_desc_attacker: "On Victory you will claim [defender.GetShortUIName|U] as a Tributary" + trib_on_victory_desc_defender: "On Victory:" + trib_on_white_peace_desc: "On White Peace:" + trib_on_white_peace_desc_attacker: "On White Peace the war will end with no benefit or loss" + trib_on_white_peace_desc_defender: "On White Peace Defender" + trib_on_defeat_desc: "On Defeat:" + trib_on_defeat_desc_attacker: "If you surrender:" + trib_on_defeat_desc_defender: "If you surrender:" + trib_on_invalidated_desc: "Claim against x as a [T4N_non_permanent_tributary|E] is now invalid" + perma_trib_war_cb: "Claim [DEFENDER.GetShortUIName] as a [T4N_permanent_tributary|E]" + perma_trib_on_victory_desc: "On Victory" + perma_trib_on_victory_desc_attacker: "[defender.GetShortUIName|U] becomes [T4N_permanent_tributary|E]" + perma_trib_on_victory_desc_defender: "We remain Independent" + perma_trib_on_white_peace_desc: "White Peace" + perma_trib_on_white_peace_desc_attacker: "White Peace" + perma_trib_on_white_peace_desc_defender: "White Peace" + perma_trib_on_defeat_desc: "[defender.GetShortUIName|U] becomes [T4N_permanent_tributary|E] of [T4N_permanent_tributary|E]" + perma_trib_on_defeat_desc_attacker: "[defender.GetShortUIName|U] remains Independent" + perma_trib_on_defeat_desc_defender: "I become [T4N_permanent_tributary|E] of [attacker.GetShortUIName|U]" + perma_trib_on_invalidated_desc: "War between [attacker.GetShortUIName|U] and [defender.GetShortUIName|U] is invalidated" + independence_tributary_war_cb: "Free yourself from [DEFENDER.GetShortUIName]" + trib_indp_on_victory_desc: "[attacker.GetShortUIName|U] is now free from paying tribute to [defender.GetShortUIName|U]" + trib_indp_on_victory_desc_attacker: "You are no longer required to pay [defender.GetShortUIName|U] tribute" + trib_indp_on_victory_desc_defender: "[attacker.GetShortUIName|U] is no longer required to pay you tribute" + trib_indp_on_white_peace_desc: "White Peace" + trib_indp_on_white_peace_desc_attacker: "Our war with [defender.GetShortUIName|U] is invalidated" + trib_indp_on_white_peace_desc_defender: "Our war with [attacker.GetShortUIName|U] is invalidated" + trib_indp_on_defeat_desc: "White Peace" + trib_indp_on_defeat_desc_attacker: "[attacker.GetShortUIName|U] stops being our Tributary" + trib_indp_on_defeat_desc_defender: "We remain as suzerain of [attacker.GetShortUIName|U]" + trib_indp_on_invalidated_desc: "War between [attacker.GetShortUIName|U] and [defender.GetShortUIName|U] is invalidated" + NOT_cannot_attack_suzerain_l: "Target is not a protected by its Tributary Type" + cannot_attack_suzerain_l: "Tributary type of Target dissalows suzerain to declare war on the Tributary" + cannot_attack_tributary_l: "Tributary can never declare war on Suzerain beside Independence or Claimant war" + NOT_cannot_attack_tributary_l: "Is Independent Ruler" + not_a_tributary_pos: "[defender.GetShortUIName|U] is NOT your tributary" + not_a_tributary_neg: "[defender.GetShortUIName|U] is your tributary" + #Events + tributary_6_tit: "Suzerain Called to War" + tributary_6_desc: "While reviewing situations that are unfolding across the realm, I received missive from [calls_to_arms_tribute.GetFirstNameNicknamedNoTooltipRegnal], requesting support in their recent war efforts. While it is my duty to assit them, I wonder if it is the right thing to do for [root.GetPrimaryTitle.GetNameNoTier]?" + suzerain_joins_the_war: "To War! I must protect my interests!" + suzerain_refuses_to_join_war: "It's time for them to fend for themselves." + tributary_7_tit: "The Dishonorable Suzerain" + tributary_7_desc: "We were once able to rely on the rulers of [former_suzerain.GetPrimaryTitle.GetNameNoTier] for protection, in exchange for a modest tribute, but when called to support us in our war efforts, the messenger returned with little more than apathy. It seems that we once again, stand on our own." + tribute_stop_war: "They'll not receive another coin out of me!" + tributaries.8_opening: "My Tributary" + tributaries.8_desc: "Henceforth i free you from your Obligations towards me." + stops_paying_tribute: "You no longer pay tribute to [actor.GetShortUIName|U]" + tributaries.9_opening: "[recipient.Custom2('AppropriateGreeting', actor )]" + tributaries.9_desc: "I accept your proposal and will begin sending tribute immediately." + tributaries.10_desc: "I accept your tribute and will begin sending men to your border crossings and outposts as necessary." + tributaries.10_opening: "[my_suzerain_evt.Custom2('AppropriateGreeting', actor )]" + becomes_a_trib: "You became Tributary of [my_suzerain_evt.GetName]" + tributaries.11_opening: "[not_trib.Custom2('AppropriateGreetingNegative', actor )]" + tributaries.11_desc: "I appreciate your offer of protection, but [not_trib.GetPrimaryTitle.GetNameNoTier] is stronger without you!" + no_trib_sad: "How unfortunate." + tributaries.12_opening: "[not_suzerain.Custom2('AppropriateGreeting', actor )]" + tributaries.12_desc: "It is not in our best interest to accept your tribute at this time." + tribute_denied: "We shall look for help elsewhere then." + tributaries.13_opening: "[suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" + tributaries.13_desc: "I call on you to honor our agreement and join the [target.GetName]!" + join_suzerain_war: "To War!" + do_not_join_suzerain_war: "I think our manpower is better used elsewhere at the moment." + nice: "Good" + \ No newline at end of file diff --git a/WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml deleted file mode 100644 index 0c45ac9bd7..0000000000 --- a/WtWSMS/localization/english/T4N_tributaries_trigger_loc_l_english.yml +++ /dev/null @@ -1,12 +0,0 @@ -l_english: - permafication_allowed: "Tributary type of [recipient.GetFirstName] allows turning into [T4N_permanent_tributary|E]" - permafication_not_allowed: "Tributary type of [recipient.GetFirstName] does NOT allows turning into [T4N_permanent_tributary|E]" - trib_annexation_allowed: "Tributary type of [recipient.GetFirstName] allows Annexing" - trib_annexation_not_allowed: "Tributary type of [recipient.GetFirstName] does NOT allows Annexing" - trib_cta_not_allowed: "Placeholder Text" - trib_cta_not_allowed_trib: "Placeholder Text" - trib_cta_allowed: "Our tributary type allows us to Call our Suzerain to war" - trib_cta_allowed_trib: "Our tributary type does NOT allows us to Call our Suzerain to war" - - can_annex_tributary: "[recipient.GetFirstName] is Annexed" - non_permanent_trib_turns_into_perma: "[recipient.GetFirstName] is turned to Permanent Tributary" \ No newline at end of file diff --git a/WtWSMS/localization/english/T4N_tributaries_war_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_war_l_english.yml deleted file mode 100644 index 19a80ae72c..0000000000 --- a/WtWSMS/localization/english/T4N_tributaries_war_l_english.yml +++ /dev/null @@ -1,43 +0,0 @@ -l_english: - trib_war_cb:0 "Claim [DEFENDER.GetShortUIName] as a [T4N_non_permanent_tributary|E]" - trib_on_victory_desc:0 "On Victory" - trib_on_victory_desc_attacker:0 "On Victory you will claim [defender.GetShortUIName|U] as a Tributary" - trib_on_victory_desc_defender:0 "On Victory:" - trib_on_white_peace_desc:0 "On White Peace:" - trib_on_white_peace_desc_attacker:0 "On White Peace the war will end with no benefit or loss" - trib_on_white_peace_desc_defender:0 "On White Peace Defender" - trib_on_defeat_desc:0 "On Defeat:" - trib_on_defeat_desc_attacker:0 "If you surrender:" - trib_on_defeat_desc_defender:0 "If you surrender:" - trib_on_invalidated_desc:0 "Claim against x as a [T4N_non_permanent_tributary|E] is now invalid" - perma_trib_war_cb:0 "Claim [DEFENDER.GetShortUIName] as a [T4N_permanent_tributary|E]" - perma_trib_on_victory_desc: "On Victory" - perma_trib_on_victory_desc_attacker:0 "[defender.GetShortUIName|U] becomes [T4N_permanent_tributary|E]" - perma_trib_on_victory_desc_defender:0 "We remain Independent" - perma_trib_on_white_peace_desc:0 "White Peace" - perma_trib_on_white_peace_desc_attacker:0 "White Peace" - perma_trib_on_white_peace_desc_defender:0 "White Peace" - perma_trib_on_defeat_desc:0 "[defender.GetShortUIName|U] becomes [T4N_permanent_tributary|E] of [T4N_permanent_tributary|E]" - perma_trib_on_defeat_desc_attacker:0 "[defender.GetShortUIName|U] remains Independent" - perma_trib_on_defeat_desc_defender:0 "I become [T4N_permanent_tributary|E] of [attacker.GetShortUIName|U]" - perma_trib_on_invalidated_desc:0 "War between [attacker.GetShortUIName|U] and [defender.GetShortUIName|U] is invalidated" - independence_tributary_war_cb:0 "Free yourself from [DEFENDER.GetShortUIName]" - trib_indp_on_victory_desc:0 "[attacker.GetShortUIName|U] is now free from paying tribute to [defender.GetShortUIName|U]" - trib_indp_on_victory_desc_attacker:0 "You are no longer required to pay [defender.GetShortUIName|U] tribute" - trib_indp_on_victory_desc_defender:0 "[attacker.GetShortUIName|U] is no longer required to pay you tribute" - trib_indp_on_white_peace_desc:0 "White Peace" - trib_indp_on_white_peace_desc_attacker:0 "Our war with [defender.GetShortUIName|U] is invalidated" - trib_indp_on_white_peace_desc_defender:0 "Our war with [attacker.GetShortUIName|U] is invalidated" - trib_indp_on_defeat_desc:0 "White Peace" - trib_indp_on_defeat_desc_attacker:0 "[attacker.GetShortUIName|U] stops being our Tributary" - trib_indp_on_defeat_desc_defender:0 "We remain as suzerain of [attacker.GetShortUIName|U]" - trib_indp_on_invalidated_desc:0 "War between [attacker.GetShortUIName|U] and [defender.GetShortUIName|U] is invalidated" - - NOT_cannot_attack_suzerain_l: "Target is not a protected by its Tributary Type" - cannot_attack_suzerain_l: "Tributary type of Target dissalows suzerain to declare war on the Tributary" - cannot_attack_tributary_l: "Tributary can never declare war on Suzerain beside Independence or Claimant war" - NOT_cannot_attack_tributary_l: "Is Independent Ruler" - not_a_tributary_pos: "[defender.GetShortUIName|U] is NOT your tributary" - not_a_tributary_neg: "[defender.GetShortUIName|U] is your tributary" - - diff --git a/WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml deleted file mode 100644 index f43e574199..0000000000 --- a/WtWSMS/localization/english/event_localization/T4N_tributaries_l_english.yml +++ /dev/null @@ -1,36 +0,0 @@ -l_english: - - tributary_6_tit: "Suzerain Called to War" - tributary_6_desc: "While reviewing situations that are unfolding across the realm, I received missive from [calls_to_arms_tribute.GetFirstNameNicknamedNoTooltipRegnal], requesting support in their recent war efforts. While it is my duty to assit them, I wonder if it is the right thing to do for [root.GetPrimaryTitle.GetNameNoTier]?" - suzerain_joins_the_war: "To War! I must protect my interests!" - suzerain_refuses_to_join_war: "It's time for them to fend for themselves." - - tributary_7_tit: "The Dishonorable Suzerain" - tributary_7_desc: "We were once able to rely on the rulers of [former_suzerain.GetPrimaryTitle.GetNameNoTier] for protection, in exchange for a modest tribute, but when called to support us in our war efforts, the messenger returned with little more than apathy. It seems that we once again, stand on our own." - tribute_stop_war: "They'll not receive another coin out of me!" - - tributaries.8_opening: "My Tributary" - tributaries.8_desc: "Henceforth i free you from your Obligations towards me." - stops_paying_tribute: "You no longer pay tribute to [actor.GetShortUIName|U]" - - tributaries.9_opening: "[recipient.Custom2('AppropriateGreeting', actor )]" - tributaries.9_desc: "I accept your proposal and will begin sending tribute immediately." - - tributaries.10_desc: "I accept your tribute and will begin sending men to your border crossings and outposts as necessary." - tributaries.10_opening: "[my_suzerain_evt.Custom2('AppropriateGreeting', actor )]" - becomes_a_trib: "You became Tributary of [my_suzerain_evt.GetName]" - - tributaries.11_opening: "[not_trib.Custom2('AppropriateGreetingNegative', actor )]" - tributaries.11_desc: "I appreciate your offer of protection, but [not_trib.GetPrimaryTitle.GetNameNoTier] is stronger without you!" - no_trib_sad: "How unfortunate." - - tributaries.12_opening: "[not_suzerain.Custom2('AppropriateGreeting', actor )]" - tributaries.12_desc: "It is not in our best interest to accept your tribute at this time." - tribute_denied: "We shall look for help elsewhere then." - - tributaries.13_opening: "[suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" - tributaries.13_desc: "I call on you to honor our agreement and join the [target.GetName]!" - join_suzerain_war: "To War!" - do_not_join_suzerain_war: "I think our manpower is better used elsewhere at the moment." - - nice: "Good" From 117b025a77542edbc062b31990fce590496d3607 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 22:20:42 -0400 Subject: [PATCH 134/339] Scythia Minor Fixups * Add Roman Tributary to Scythia Minor with Guntigis (Thracian Gothic) and Candac (Alan) rulership, which will flip to Rome in AD 500 * Post-Hunnic Period had Goth/Vandal settlement in the region as Foederati --- .../dynasties/_lt_rascek_BP_dynasties.txt | 8 + .../common/landed_titles/BP_e_byzantium.txt | 628 ++++++++++-------- WtWSMS/common/landed_titles/_BP.info | 3 + WtWSMS/common/on_action/BP_game_start.txt | 10 + .../_lt_rascek_changed_characters.txt | 10 +- .../characters/_lt_rascek_new_chars.txt | 104 +++ .../provinces/bp_k_moesia_superior.txt | 11 +- WtWSMS/history/provinces/bp_k_thrace.txt | 21 +- .../history/titles/bp_k_moesia_superior.txt | 241 ++----- WtWSMS/history/titles/bp_k_thrace.txt | 322 +++------ .../BP_titles_cultural_names_l_english.yml | 4 +- .../english/BP_titles_l_english.yml | 24 +- .../geographical_region.txt | 10 +- 13 files changed, 650 insertions(+), 746 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index bbff32cc85..8b00412c7c 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -232,6 +232,10 @@ taifal_dynasty_thifalia = { name = dynn_Shodila culture = taifal } +thracian_gothic_dynasty_scythia = { + name = dynn_Greuthungi + culture = thracian_gothic +} #East Iranian Dynasties sakan_dynn_gaumatasid = { @@ -254,6 +258,10 @@ bactrian_dynn_orontid = { name = dynn_Orontid culture = bactrian } +alan_dynn_scytia = { + name = dynn_DzebysatA_ + culture = alan +} #Guianean Uplanders mel_dynn_kasa = { diff --git a/WtWSMS/common/landed_titles/BP_e_byzantium.txt b/WtWSMS/common/landed_titles/BP_e_byzantium.txt index 8a74138483..3620dfdcf9 100644 --- a/WtWSMS/common/landed_titles/BP_e_byzantium.txt +++ b/WtWSMS/common/landed_titles/BP_e_byzantium.txt @@ -12616,180 +12616,66 @@ e_byzantium = { } color = { 80 55 68 } } - b_samundzhievo = { - province = 3681 - - color = { 80 55 68 } - } } - c_vratsa = { - color = { 53 38 51 } + c_mesembria = { + color = { 55 75 65 } cultural_names = { - #Roman Сultures - name_list_roman = cn_valvae - name_list_romano_gallic = cn_valvae - name_list_romano_hispanic = cn_valvae - name_list_romano_british = cn_valvae - name_list_dalmatian = cn_valvae - name_list_romano_african = cn_valvae - name_list_romano_gothic = cn_valvae - name_list_romano_dacian = cn_valvae - name_list_romano_frank = cn_valvae - name_list_romano_aramean = cn_valvae - name_list_romano_vandalic = cn_valvae - name_list_romano_thracian = cn_valvae - name_list_romano_illyrian = cn_valvae - name_list_romano_raetian = cn_valvae - name_list_romano_noric = cn_valvae - name_list_romano_pannonian = cn_valvae - #Byzantine Cultures - name_list_greek = cn_balbai - name_list_aeolian = cn_balbai - name_list_helleno_aramean = cn_balbai - name_list_greek_gothic = cn_balbai - name_list_greek_persian = cn_balbai - name_list_isaurian_persian = cn_balbai - name_list_grecco_axumite = cn_balbai - name_list_bosporan = cn_balbai - name_list_pontic = cn_balbai - name_list_tsakonian = cn_balbai - name_list_massalian = cn_balbai - name_list_helleno_thracian = cn_balbai - name_list_helleno_libyan = cn_balbai #Turkic Cultures - name_list_turkish = cn_ivraca - #Proto-Carpathian Cultures - name_list_thracian = cn_valvae + name_list_turkish = cn_mesemvriya + #South Slavic Cultures + name_list_bulgarian = cn_nesebar } - b_vratsa = { - province = 3678 + b_mesembria = { + province = 498 cultural_names = { - #Roman Сultures - name_list_roman = cn_valvae - name_list_romano_gallic = cn_valvae - name_list_romano_hispanic = cn_valvae - name_list_romano_british = cn_valvae - name_list_dalmatian = cn_valvae - name_list_romano_african = cn_valvae - name_list_romano_gothic = cn_valvae - name_list_romano_dacian = cn_valvae - name_list_romano_frank = cn_valvae - name_list_romano_aramean = cn_valvae - name_list_romano_vandalic = cn_valvae - name_list_romano_thracian = cn_valvae - name_list_romano_illyrian = cn_valvae - name_list_romano_raetian = cn_valvae - name_list_romano_noric = cn_valvae - name_list_romano_pannonian = cn_valvae - #Byzantine Cultures - name_list_greek = cn_balbai - name_list_aeolian = cn_balbai - name_list_helleno_aramean = cn_balbai - name_list_greek_gothic = cn_balbai - name_list_greek_persian = cn_balbai - name_list_isaurian_persian = cn_balbai - name_list_grecco_axumite = cn_balbai - name_list_bosporan = cn_balbai - name_list_pontic = cn_balbai - name_list_tsakonian = cn_balbai - name_list_massalian = cn_balbai - name_list_helleno_thracian = cn_balbai - name_list_helleno_libyan = cn_balbai #Turkic Cultures - name_list_turkish = cn_ivraca - #Proto-Carpathian Cultures - name_list_thracian = cn_valvae - } - color = { 53 38 51 } - } - b_lom = { - province = 3675 - cultural_names = { - #Roman Cultures - name_list_roman = cn_almus - name_list_romano_gallic = cn_almus - name_list_romano_hispanic = cn_almus - name_list_romano_british = cn_almus - name_list_dalmatian = cn_almus - name_list_romano_african = cn_almus - name_list_romano_gothic = cn_almus - name_list_romano_dacian = cn_almus - name_list_romano_frank = cn_almus - name_list_romano_aramean = cn_almus - name_list_romano_vandalic = cn_almus - name_list_romano_thracian = cn_almus - name_list_romano_illyrian = cn_almus - name_list_romano_raetian = cn_almus - name_list_romano_noric = cn_almus - name_list_romano_pannonian = cn_almus - #Byzantine Cultures - name_list_greek = cn_almos - name_list_aeolian = cn_almos - name_list_helleno_aramean = cn_almos - name_list_greek_gothic = cn_almos - name_list_greek_persian = cn_almos - name_list_isaurian_persian = cn_almos - name_list_grecco_axumite = cn_almos - name_list_bosporan = cn_almos - name_list_pontic = cn_almos - name_list_tsakonian = cn_almos - name_list_massalian = cn_almos - name_list_helleno_thracian = cn_almos - name_list_helleno_libyan = cn_almos - #Proto-Carpathian Cultures - name_list_thracian = cn_artanes + name_list_turkish = cn_mesemvriya + #South Slavic Cultures + name_list_bulgarian = cn_nesebar } - color = { 53 38 51 } - } - b_orehovo = { - province = 3676 - - color = { 53 38 51 } + color = { 55 75 65 } } - b_kutlovitsa = { - province = 3677 + b_varna = { + province = 3693 cultural_names = { #Roman Cultures - name_list_roman = cn_montana - name_list_romano_gallic = cn_montana - name_list_romano_hispanic = cn_montana - name_list_romano_british = cn_montana - name_list_romano_african = cn_montana - name_list_romano_raetian = cn_montana - name_list_romano_thracian = cn_montana - name_list_romano_illyrian = cn_montana - name_list_romano_pannonian = cn_montana - name_list_dalmatian = cn_montana - name_list_romano_noric = cn_montana - name_list_romano_gothic = cn_montana - name_list_romano_dacian = cn_montana - name_list_romano_frank = cn_montana - name_list_romano_aramean = cn_montana - name_list_romano_vandalic = cn_montana + name_list_roman = cn_odessus + name_list_romano_gallic = cn_odessus + name_list_romano_hispanic = cn_odessus + name_list_romano_british = cn_odessus + name_list_romano_african = cn_odessus + name_list_romano_raetian = cn_odessus + name_list_romano_thracian = cn_odessus + name_list_romano_illyrian = cn_odessus + name_list_romano_pannonian = cn_odessus + name_list_dalmatian = cn_odessus + name_list_romano_noric = cn_odessus + name_list_romano_gothic = cn_odessus + name_list_romano_dacian = cn_odessus + name_list_romano_frank = cn_odessus + name_list_romano_aramean = cn_odessus + name_list_romano_vandalic = cn_odessus #Byzantine Cultures - name_list_greek = cn_montana - name_list_aeolian = cn_montana - name_list_helleno_aramean = cn_montana - name_list_greek_gothic = cn_montana - name_list_greek_persian = cn_montana - name_list_isaurian_persian = cn_montana - name_list_grecco_axumite = cn_montana - name_list_bosporan = cn_montana - name_list_pontic = cn_montana - name_list_tsakonian = cn_montana - name_list_massalian = cn_montana - name_list_helleno_thracian = cn_montana - #Proto-Carpathian Cultures - name_list_thracian = cn_montana - #Turkic Cultures - name_list_turkish = cn_kutlofca + name_list_greek = cn_odessos + name_list_aeolian = cn_odessos + name_list_helleno_aramean = cn_odessos + name_list_greek_gothic = cn_odessos + name_list_greek_persian = cn_odessos + name_list_isaurian_persian = cn_odessos + name_list_grecco_axumite = cn_odessos + name_list_bosporan = cn_odessos + name_list_pontic = cn_odessos + name_list_tsakonian = cn_odessos + name_list_massalian = cn_odessos + name_list_helleno_thracian = cn_odessos + name_list_helleno_libyan = cn_odessos } - color = { 53 38 51 } + color = { 55 75 65 } } } } d_scythia = { - color={ 210 95 253 } + color = { 210 95 253 } capital = c_constanta c_constanta = { @@ -12879,139 +12765,43 @@ e_byzantium = { name_list_romano_african = cn_aegyssus name_list_romano_gothic = cn_aegyssus name_list_romano_dacian = cn_aegyssus - name_list_romano_frank = cn_aegyssus - name_list_romano_aramean = cn_aegyssus - name_list_romano_vandalic = cn_aegyssus - name_list_romano_thracian = cn_aegyssus - name_list_romano_illyrian = cn_aegyssus - name_list_romano_raetian = cn_aegyssus - name_list_romano_noric = cn_aegyssus - name_list_romano_pannonian = cn_aegyssus - #Byzantine Cultures - name_list_greek = cn_aigyssos - name_list_aeolian = cn_aigyssos - name_list_helleno_aramean = cn_aigyssos - name_list_greek_gothic = cn_aigyssos - name_list_greek_persian = cn_aigyssos - name_list_isaurian_persian = cn_aigyssos - name_list_grecco_axumite = cn_aigyssos - name_list_bosporan = cn_aigyssos - name_list_pontic = cn_aigyssos - name_list_tsakonian = cn_aigyssos - name_list_massalian = cn_aigyssos - name_list_helleno_thracian = cn_aigyssos - name_list_helleno_libyan = cn_aigyssos - #Turkic Cultures - name_list_turkish = cn_tulca - #South Slavic Cultures - name_list_vlach = cn_tulcea - } - color = { 75 100 80 } - } - b_sulina = { - province = 5010 - - color = { 75 100 80 } - } - b_mangalia = { - province = 3695 - cultural_names = { - #Roman Cultures - name_list_roman = cn_callatis - name_list_romano_gallic = cn_callatis - name_list_romano_hispanic = cn_callatis - name_list_romano_british = cn_callatis - name_list_dalmatian = cn_callatis - name_list_romano_african = cn_callatis - name_list_romano_gothic = cn_callatis - name_list_romano_dacian = cn_callatis - name_list_romano_frank = cn_callatis - name_list_romano_aramean = cn_callatis - name_list_romano_vandalic = cn_callatis - name_list_romano_thracian = cn_callatis - name_list_romano_illyrian = cn_callatis - name_list_romano_raetian = cn_callatis - name_list_romano_noric = cn_callatis - name_list_romano_pannonian = cn_callatis - #Byzantine Cultures - name_list_greek = cn_kallatis - name_list_aeolian = cn_kallatis - name_list_helleno_aramean = cn_kallatis - name_list_greek_gothic = cn_kallatis - name_list_greek_persian = cn_kallatis - name_list_isaurian_persian = cn_kallatis - name_list_grecco_axumite = cn_kallatis - name_list_bosporan = cn_kallatis - name_list_pontic = cn_kallatis - name_list_tsakonian = cn_kallatis - name_list_massalian = cn_kallatis - name_list_helleno_thracian = cn_kallatis - name_list_helleno_libyan = cn_kallatis - #Turkic Cultures - name_list_turkish = cn_mankalya - #South Slavic Cultures - name_list_vlach = cn_tomisovara - #Proto-Carpathian Cultures - name_list_thracian = cn_kallatis - } - color = { 75 100 80 } - } - } - c_mesembria = { - color = { 55 75 65 } - cultural_names = { - #Turkic Cultures - name_list_turkish = cn_mesemvriya - #South Slavic Cultures - name_list_bulgarian = cn_nesebar - } - b_mesembria = { - province = 498 - cultural_names = { - #Turkic Cultures - name_list_turkish = cn_mesemvriya - #South Slavic Cultures - name_list_bulgarian = cn_nesebar - } - color = { 55 75 65 } - } - b_varna = { - province = 3693 - cultural_names = { - #Roman Cultures - name_list_roman = cn_odessus - name_list_romano_gallic = cn_odessus - name_list_romano_hispanic = cn_odessus - name_list_romano_british = cn_odessus - name_list_romano_african = cn_odessus - name_list_romano_raetian = cn_odessus - name_list_romano_thracian = cn_odessus - name_list_romano_illyrian = cn_odessus - name_list_romano_pannonian = cn_odessus - name_list_dalmatian = cn_odessus - name_list_romano_noric = cn_odessus - name_list_romano_gothic = cn_odessus - name_list_romano_dacian = cn_odessus - name_list_romano_frank = cn_odessus - name_list_romano_aramean = cn_odessus - name_list_romano_vandalic = cn_odessus - #Byzantine Cultures - name_list_greek = cn_odessos - name_list_aeolian = cn_odessos - name_list_helleno_aramean = cn_odessos - name_list_greek_gothic = cn_odessos - name_list_greek_persian = cn_odessos - name_list_isaurian_persian = cn_odessos - name_list_grecco_axumite = cn_odessos - name_list_bosporan = cn_odessos - name_list_pontic = cn_odessos - name_list_tsakonian = cn_odessos - name_list_massalian = cn_odessos - name_list_helleno_thracian = cn_odessos - name_list_helleno_libyan = cn_odessos + name_list_romano_frank = cn_aegyssus + name_list_romano_aramean = cn_aegyssus + name_list_romano_vandalic = cn_aegyssus + name_list_romano_thracian = cn_aegyssus + name_list_romano_illyrian = cn_aegyssus + name_list_romano_raetian = cn_aegyssus + name_list_romano_noric = cn_aegyssus + name_list_romano_pannonian = cn_aegyssus + #Byzantine Cultures + name_list_greek = cn_aigyssos + name_list_aeolian = cn_aigyssos + name_list_helleno_aramean = cn_aigyssos + name_list_greek_gothic = cn_aigyssos + name_list_greek_persian = cn_aigyssos + name_list_isaurian_persian = cn_aigyssos + name_list_grecco_axumite = cn_aigyssos + name_list_bosporan = cn_aigyssos + name_list_pontic = cn_aigyssos + name_list_tsakonian = cn_aigyssos + name_list_massalian = cn_aigyssos + name_list_helleno_thracian = cn_aigyssos + name_list_helleno_libyan = cn_aigyssos + #Turkic Cultures + name_list_turkish = cn_tulca + #South Slavic Cultures + name_list_vlach = cn_tulcea } - color = { 55 75 65 } + color = { 75 100 80 } + } + b_sulina = { + province = 5010 + + color = { 75 100 80 } } + } + c_tropaeum = { + color = { 80 120 80 } b_karvuna = { province = 509 cultural_names = { @@ -13052,6 +12842,49 @@ e_byzantium = { } color = { 55 75 65 } } + b_mangalia = { + province = 3695 + cultural_names = { + #Roman Cultures + name_list_roman = cn_callatis + name_list_romano_gallic = cn_callatis + name_list_romano_hispanic = cn_callatis + name_list_romano_british = cn_callatis + name_list_dalmatian = cn_callatis + name_list_romano_african = cn_callatis + name_list_romano_gothic = cn_callatis + name_list_romano_dacian = cn_callatis + name_list_romano_frank = cn_callatis + name_list_romano_aramean = cn_callatis + name_list_romano_vandalic = cn_callatis + name_list_romano_thracian = cn_callatis + name_list_romano_illyrian = cn_callatis + name_list_romano_raetian = cn_callatis + name_list_romano_noric = cn_callatis + name_list_romano_pannonian = cn_callatis + #Byzantine Cultures + name_list_greek = cn_kallatis + name_list_aeolian = cn_kallatis + name_list_helleno_aramean = cn_kallatis + name_list_greek_gothic = cn_kallatis + name_list_greek_persian = cn_kallatis + name_list_isaurian_persian = cn_kallatis + name_list_grecco_axumite = cn_kallatis + name_list_bosporan = cn_kallatis + name_list_pontic = cn_kallatis + name_list_tsakonian = cn_kallatis + name_list_massalian = cn_kallatis + name_list_helleno_thracian = cn_kallatis + name_list_helleno_libyan = cn_kallatis + #Turkic Cultures + name_list_turkish = cn_mankalya + #South Slavic Cultures + name_list_vlach = cn_tomisovara + #Proto-Carpathian Cultures + name_list_thracian = cn_kallatis + } + color = { 75 100 80 } + } } } } @@ -16610,6 +16443,11 @@ e_byzantium = { } color = { 45 40 75 } } + b_samundzhievo = { + province = 3681 + + color = { 80 55 68 } + } } c_naissus = { color = { 120 110 110 } @@ -16699,6 +16537,11 @@ e_byzantium = { color = { 120 110 110 } } } + } + d_dacia_ripensis = { + color = { 50 50 255 } + capital = c_vidin + c_vidin = { color = { 120 105 85 } @@ -16736,6 +16579,45 @@ e_byzantium = { name_list_helleno_libyan = cn_bononia } + b_belogradchik = { + province = 3670 + cultural_names = { + #Roman Cultures + name_list_roman = cn_ratiaria + name_list_romano_gallic = cn_ratiaria + name_list_romano_hispanic = cn_ratiaria + name_list_romano_british = cn_ratiaria + name_list_dalmatian = cn_ratiaria + name_list_romano_african = cn_ratiaria + name_list_romano_gothic = cn_ratiaria + name_list_romano_dacian = cn_ratiaria + name_list_romano_frank = cn_ratiaria + name_list_romano_aramean = cn_ratiaria + name_list_romano_vandalic = cn_ratiaria + name_list_romano_thracian = cn_ratiaria + name_list_romano_illyrian = cn_ratiaria + name_list_romano_raetian = cn_ratiaria + name_list_romano_noric = cn_ratiaria + name_list_romano_pannonian = cn_ratiaria + #Byzantine Cultures + name_list_greek = cn_razaria + name_list_aeolian = cn_razaria + name_list_helleno_aramean = cn_razaria + name_list_greek_gothic = cn_razaria + name_list_greek_persian = cn_razaria + name_list_isaurian_persian = cn_razaria + name_list_grecco_axumite = cn_razaria + name_list_bosporan = cn_razaria + name_list_pontic = cn_razaria + name_list_tsakonian = cn_razaria + name_list_massalian = cn_razaria + name_list_helleno_thracian = cn_razaria + name_list_helleno_libyan = cn_razaria + #Other + name_list_bulgarian = cn_ratsiariya + } + color = { 120 105 85 } + } b_vidin = { province = 506 cultural_names = { @@ -16852,12 +16734,172 @@ e_byzantium = { color = { 120 105 85 } } - b_belogradchik = { - province = 3670 + } + c_vratsa = { + color = { 53 38 51 } + cultural_names = { + #Roman Сultures + name_list_roman = cn_valvae + name_list_romano_gallic = cn_valvae + name_list_romano_hispanic = cn_valvae + name_list_romano_british = cn_valvae + name_list_dalmatian = cn_valvae + name_list_romano_african = cn_valvae + name_list_romano_gothic = cn_valvae + name_list_romano_dacian = cn_valvae + name_list_romano_frank = cn_valvae + name_list_romano_aramean = cn_valvae + name_list_romano_vandalic = cn_valvae + name_list_romano_thracian = cn_valvae + name_list_romano_illyrian = cn_valvae + name_list_romano_raetian = cn_valvae + name_list_romano_noric = cn_valvae + name_list_romano_pannonian = cn_valvae + #Byzantine Cultures + name_list_greek = cn_balbai + name_list_aeolian = cn_balbai + name_list_helleno_aramean = cn_balbai + name_list_greek_gothic = cn_balbai + name_list_greek_persian = cn_balbai + name_list_isaurian_persian = cn_balbai + name_list_grecco_axumite = cn_balbai + name_list_bosporan = cn_balbai + name_list_pontic = cn_balbai + name_list_tsakonian = cn_balbai + name_list_massalian = cn_balbai + name_list_helleno_thracian = cn_balbai + name_list_helleno_libyan = cn_balbai + #Turkic Cultures + name_list_turkish = cn_ivraca + #Proto-Carpathian Cultures + name_list_thracian = cn_valvae + } + b_vratsa = { + province = 3678 + cultural_names = { + #Roman Сultures + name_list_roman = cn_valvae + name_list_romano_gallic = cn_valvae + name_list_romano_hispanic = cn_valvae + name_list_romano_british = cn_valvae + name_list_dalmatian = cn_valvae + name_list_romano_african = cn_valvae + name_list_romano_gothic = cn_valvae + name_list_romano_dacian = cn_valvae + name_list_romano_frank = cn_valvae + name_list_romano_aramean = cn_valvae + name_list_romano_vandalic = cn_valvae + name_list_romano_thracian = cn_valvae + name_list_romano_illyrian = cn_valvae + name_list_romano_raetian = cn_valvae + name_list_romano_noric = cn_valvae + name_list_romano_pannonian = cn_valvae + #Byzantine Cultures + name_list_greek = cn_balbai + name_list_aeolian = cn_balbai + name_list_helleno_aramean = cn_balbai + name_list_greek_gothic = cn_balbai + name_list_greek_persian = cn_balbai + name_list_isaurian_persian = cn_balbai + name_list_grecco_axumite = cn_balbai + name_list_bosporan = cn_balbai + name_list_pontic = cn_balbai + name_list_tsakonian = cn_balbai + name_list_massalian = cn_balbai + name_list_helleno_thracian = cn_balbai + name_list_helleno_libyan = cn_balbai + #Turkic Cultures + name_list_turkish = cn_ivraca + #Proto-Carpathian Cultures + name_list_thracian = cn_valvae + } + color = { 53 38 51 } + } + b_lom = { + province = 3675 + cultural_names = { + #Roman Cultures + name_list_roman = cn_almus + name_list_romano_gallic = cn_almus + name_list_romano_hispanic = cn_almus + name_list_romano_british = cn_almus + name_list_dalmatian = cn_almus + name_list_romano_african = cn_almus + name_list_romano_gothic = cn_almus + name_list_romano_dacian = cn_almus + name_list_romano_frank = cn_almus + name_list_romano_aramean = cn_almus + name_list_romano_vandalic = cn_almus + name_list_romano_thracian = cn_almus + name_list_romano_illyrian = cn_almus + name_list_romano_raetian = cn_almus + name_list_romano_noric = cn_almus + name_list_romano_pannonian = cn_almus + #Byzantine Cultures + name_list_greek = cn_almos + name_list_aeolian = cn_almos + name_list_helleno_aramean = cn_almos + name_list_greek_gothic = cn_almos + name_list_greek_persian = cn_almos + name_list_isaurian_persian = cn_almos + name_list_grecco_axumite = cn_almos + name_list_bosporan = cn_almos + name_list_pontic = cn_almos + name_list_tsakonian = cn_almos + name_list_massalian = cn_almos + name_list_helleno_thracian = cn_almos + name_list_helleno_libyan = cn_almos + #Proto-Carpathian Cultures + name_list_thracian = cn_artanes + } + color = { 53 38 51 } + } + b_orehovo = { + province = 3676 - color = { 120 105 85 } + color = { 53 38 51 } + } + b_kutlovitsa = { + province = 3677 + cultural_names = { + #Roman Cultures + name_list_roman = cn_montana + name_list_romano_gallic = cn_montana + name_list_romano_hispanic = cn_montana + name_list_romano_british = cn_montana + name_list_romano_african = cn_montana + name_list_romano_raetian = cn_montana + name_list_romano_thracian = cn_montana + name_list_romano_illyrian = cn_montana + name_list_romano_pannonian = cn_montana + name_list_dalmatian = cn_montana + name_list_romano_noric = cn_montana + name_list_romano_gothic = cn_montana + name_list_romano_dacian = cn_montana + name_list_romano_frank = cn_montana + name_list_romano_aramean = cn_montana + name_list_romano_vandalic = cn_montana + #Byzantine Cultures + name_list_greek = cn_montana + name_list_aeolian = cn_montana + name_list_helleno_aramean = cn_montana + name_list_greek_gothic = cn_montana + name_list_greek_persian = cn_montana + name_list_isaurian_persian = cn_montana + name_list_grecco_axumite = cn_montana + name_list_bosporan = cn_montana + name_list_pontic = cn_montana + name_list_tsakonian = cn_montana + name_list_massalian = cn_montana + name_list_helleno_thracian = cn_montana + #Proto-Carpathian Cultures + name_list_thracian = cn_montana + #Turkic Cultures + name_list_turkish = cn_kutlofca + } + color = { 53 38 51 } } } } } -} \ No newline at end of file +} diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index b3cd01389e..4216aae643 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -54,6 +54,9 @@ c_svaneti c_odishi b_seti to c_svaneti b_tsageri to c_svaneti +c_tropaeum + b_karvuna from c_mesembria + b_mangalia from c_constantana TODO: c_dausar and associated diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index f213364a01..2c2f317421 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -989,6 +989,16 @@ setup_vassal_contracts = { TRIBUTARY = title:k_salihid.holder SUZERAIN = title:e_byzantium.holder } + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = title:c_constanta.holder + SUZERAIN = title:e_byzantium.holder + } + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = title:c_tropaeum.holder + SUZERAIN = title:e_byzantium.holder + } make_tributary = { TYPE = tributary_permanent TRIBUTARY = title:k_sarir.holder diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 97c8d8d256..383ad944b0 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -215,7 +215,7 @@ RomanoGallic000 = { #PLRE vol. 2 Iovinus 2 (a usrper) } 365817 = { name = "Aspar" # PLRE vol. 2 Ardabur Aspar - # Son of Ardaburius, also consul of 434 + # Father of Ardaburius, also consul of 434 dynasty = 1042532 religion = "arian" culture = "roman" @@ -355,7 +355,6 @@ RomanoGallic000 = { #PLRE vol. 2 Iovinus 2 (a usrper) #Amalings OstrogothAmalingValamer = { #New Char name = "Walamir" #PLRE vol. 2 Valamer - # Son of Theodoric Strabo dynasty = 1042165 religion = "gothic_church" culture = "gothic" @@ -500,7 +499,12 @@ OstrogothAmalingValamer = { #New Char 413.1.1 = { culture = visigothic } #His spouse is a point of contention; if she was Alaric's daughter, she shouldn't be his wife #cf. PLRE vol 2 Theodericus 2. So we remove her for now - 451.6.20 = { death = { death_reason = death_battle } } + 451.6.20 = { + death = { + death_reason = death_battle + killer = GothsScythiaMinor001 #See Getica + } + } } #Amalings (Visigothic branch) 74424 = { diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 3104d8c709..e000d79890 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3703,3 +3703,107 @@ BuriMonterrei003 = { 450.1.1 = { birth = yes } 500.1.1 = { death = yes } } + +#### Alans/Goths in Scythia Minor +AlanScythiaMinor000 = { + name = "Saros" #Indirect attestion Father of Candac, Grandfather of Gunthigis Baza + dynasty = alan_dynn_scytia + religion = arian + culture = alan + 380.1.1 = { birth = yes } + 440.1.1 = { death = yes } +} +AlanScythiaMinor001 = { + name = "Candac" #PLRE vol 2 Candac 1 + dynasty = alan_dynn_scytia + #Employs Jordanes' Grandfather + religion = arian + culture = alan + father = AlanScythiaMinor000 + trait = infertile + 400.1.1 = { birth = yes } + 465.1.1 = { death = yes } +} +AlanScythiaMinor001_sister = { + name = "Shatana" #See PLRE Vol 2 Gunthigis qui et Baza + female = yes + dynasty = alan_dynn_scytia + #Only indirectly attested via the fact that Gunthigis Baza, nephew of Candac, was Jordanes Employer + religion = arian + culture = alan + father = AlanScythiaMinor000 + 440.1.1 = { birth = yes } + 500.1.1 = { death = yes } +} + +GothsScythiaMinor000 = { + name = "Andela" #PLRE vol 2 Andag + dynasty = thracian_gothic_dynasty_scythia + #Gunthigis Baza's Grandfather + religion = gothic_church + culture = gothic + 380.1.1 = { birth = yes } + 440.1.1 = { death = yes } +} +GothsScythiaMinor001 = { + name = "Andag" #PLRE vol 2 Andela + dynasty = thracian_gothic_dynasty_scythia + #Gunthigis Baza's Father + religion = gothic_church + culture = gothic + father = GothsScythiaMinor000 + 425.1.1 = { birth = yes } + 441.1.1 = { + employer = 66 #Served under Attila, killed Theodoric the Visigoth + trait = education_martial_4 + } + 451.6.20 = { trait = education_martial_prowess_4 } + 454.1.1 = { culture = thracian_gothic } + 456.1.1 = { add_spouse = AlanScythiaMinor001_sister } + 485.1.1 = { death = yes } +} +GothsScythiaMinor002 = { + name = "Gunthigis" #PLRE vol 2 Gunthigis "Baza" + dynasty = thracian_gothic_dynasty_scythia + religion = gothic_church + culture = thracian_gothic + father = GothsScythiaMinor001 + mother = AlanScythiaMinor001_sister + 455.1.1 = { birth = yes } + 520.1.1 = { death = yes } +} + +JordanesFamily000 = { + name = "Paria" #PLRE Vol 2 Paria + #Jordanes' Grandfather + religion = gothic_church + culture = gothic + 430.1.1 = { birth = yes } + 446.1.1 = { trait = education_stewardship_4 } + 454.1.1 = { employer = AlanScythiaMinor001 } + 466.1.1 = { employer = GothsScythiaMinor001 } + 470.1.1 = { death = yes } +} +JordanesFamily001 = { + name = "Alanoviiamuth" #PLRE Vol 2 Alanoviaamuth + #Jordanes' Father + religion = gothic_church + culture = gothic + father = JordanesFamily000 + 450.1.1 = { birth = yes } + 466.1.1 = { employer = GothsScythiaMinor001 } + 520.1.1 = { death = yes } +} +JordanesFamily002 = { + name = "Jordanes" #PLRE Vol 3 Iordanes 1 + religion = gothic_church + culture = gothic + father = JordanesFamily001 + 490.1.1 = { birth = yes } + 496.1.1 = { + trait = education_learning_4 + employer = GothsScythiaMinor002 #Gunthigis Baza + } + 520.1.1 = { faith = nicene } + 560.1.1 = { death = yes } +} diff --git a/WtWSMS/history/provinces/bp_k_moesia_superior.txt b/WtWSMS/history/provinces/bp_k_moesia_superior.txt index 2deb82b112..b24004397d 100644 --- a/WtWSMS/history/provinces/bp_k_moesia_superior.txt +++ b/WtWSMS/history/provinces/bp_k_moesia_superior.txt @@ -262,10 +262,14 @@ holding = none } ###c_vidin -506 = { #Vidin +3670 = { #Belogradchik culture = romano_thracian religion = nicene holding = castle_holding + #Fortress built by romans and BYZ; capital of Dacia Ripensis +} +506 = { #Vidin + holding = castle_holding } 3667 = { #Kladovo holding = city_holding @@ -278,7 +282,4 @@ 3669 = { #Petrus holding = none } -3670 = { #Belogradchik - holding = castle_holding - #Fortress built by romans and BYZ -} + diff --git a/WtWSMS/history/provinces/bp_k_thrace.txt b/WtWSMS/history/provinces/bp_k_thrace.txt index 19b6d9aca6..7903da6642 100644 --- a/WtWSMS/history/provinces/bp_k_thrace.txt +++ b/WtWSMS/history/provinces/bp_k_thrace.txt @@ -238,13 +238,13 @@ } 3686 = { #Shumen holding = castle_holding - #Heavily fortified in the Iron Age, then by the romans, then the bulggothic_churchs + #Heavily fortified in the Iron Age, then by the romans, then the bulgarians } 3687 = { #Hrazgrad / Razgrad - holding = city_holding + holding = church_holding #Was always a seat of a bishop } 3688 = { #Sborishte - holding = church_holding #For all 3 holding types + holding = city_holding } 3689 = { #Preslav holding = none @@ -309,15 +309,11 @@ holding = castle_holding } 3694 = { #Tulcha / Tulcea - holding = none + holding = castle_holding #Troesmis } 5010 = { #Sulina holding = none } -3695 = { #Mangalia - holding = none - 650.1.1 = { holding = city_holding } -} ###c_mesembria 498 = { #Mesembria culture = thracian @@ -327,6 +323,13 @@ 3693 = { #Varna holding = church_holding } +###c_tropaeum 509 = { #Karvuna / Kavarna - holding = city_holding + culture = thracian + religion = nicene + holding = castle_holding +} +3695 = { #Mangalia + holding = none + 650.1.1 = { holding = city_holding } } diff --git a/WtWSMS/history/titles/bp_k_moesia_superior.txt b/WtWSMS/history/titles/bp_k_moesia_superior.txt index a2080d4f4a..aa883ef2f7 100644 --- a/WtWSMS/history/titles/bp_k_moesia_superior.txt +++ b/WtWSMS/history/titles/bp_k_moesia_superior.txt @@ -12,46 +12,28 @@ d_moesia_prima = { 700.1.1 = { change_development_level = 5 } } c_macva = { #c_belgrade history (elimination) - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + #Rulers + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } 574.1.1={ holder=1310016 # Solomon } } c_beograd = { #c_belgrade history (direct) - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + #Rulers + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } 574.1.1={ holder=1310016 # Solomon } } c_branicevo = { #c_belgrade history - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + #Rulers + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } 574.1.1={ holder=1310016 # Solomon } @@ -70,19 +52,9 @@ c_duklja = { #c_zeta history 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 468.1.1={ - holder=125700 - liege = "e_byzantium" - } - 477.1.1={ - holder=41720 - } - 479.1.1={ - holder=221700 - } - 550.1.1={ - holder=221701 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_pomorje = { #c_zeta history #Development @@ -93,19 +65,9 @@ c_pomorje = { #c_zeta history 600.1.1 = { change_development_level = 10 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 15 } #Rulers - 468.1.1={ - holder=125700 - liege = "e_byzantium" - } - 477.1.1={ - holder=41720 - } - 479.1.1={ - holder=221700 - } - 550.1.1={ - holder=221701 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_rashka = { #Development @@ -116,46 +78,25 @@ c_rashka = { 600.1.1 = { change_development_level = 2 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 3 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_zlatibor = { #c_hum history (elimination) #Development 1.1.1 = { change_development_level = 0 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_podrinje = { #c_hum history (elimination) #Development 1.1.1 = { change_development_level = 0 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } #Development by county @@ -171,23 +112,9 @@ c_skopje = { #c_strymon history 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 394.1.1={ - holder = 1301199 # Faustus, ?vicarius Macedoniae - liege = e_roman_empire - } - 395.1.17={ - liege = e_byzantium - } - 468.1.1={ - holder=125700 - liege = "e_byzantium" - } - 479.1.1={ - holder=221700 - } - 550.1.1={ - holder=221701 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_velbazhd = { #c_naissus history (changed from c_serdica history) #Development @@ -198,16 +125,9 @@ c_velbazhd = { #c_naissus history (changed from c_serdica history) 600.1.1 = { change_development_level = 2 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 3 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_pomoravlje = { #c_rashka history (elimination) #Development @@ -218,16 +138,9 @@ c_pomoravlje = { #c_rashka history (elimination) 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_hvosno = { #c_rashka history #Development @@ -238,16 +151,9 @@ c_hvosno = { #c_rashka history 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_sumadija = { #c_naissus history #Development @@ -258,16 +164,9 @@ c_sumadija = { #c_naissus history 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } d_dacia = { #Empty History @@ -282,16 +181,9 @@ c_sredets = { #c_naissus history (changed from c_serdica (direct) history) 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } c_naissus = { #Development @@ -302,16 +194,13 @@ c_naissus = { 600.1.1 = { change_development_level = 2 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 3 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } +} + +d_dacia_ripensis = { + 1.1.1 = {} } c_vidin = { #Development @@ -322,14 +211,20 @@ c_vidin = { 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 465.1.1={ - holder=215002 - liege = k_illyria_prefect - } - 500.1.1={ - holder=6829 - } - 540.1.1={ - holder=6831 - } + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } +} +c_vratsa = { + #Development + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 250.1.1 = { change_development_level = 7 } + 300.1.1 = { change_development_level = 3 } #Gothic Invasion + 400.1.1 = { change_development_level = 6 } + 600.1.1 = { change_development_level = 9 } + #Rulers + 465.1.1={ holder = 215002 } + 500.1.1={ holder = 6829 } + 540.1.1={ holder = 6831 } } diff --git a/WtWSMS/history/titles/bp_k_thrace.txt b/WtWSMS/history/titles/bp_k_thrace.txt index 572c76ad91..4f6d25188d 100644 --- a/WtWSMS/history/titles/bp_k_thrace.txt +++ b/WtWSMS/history/titles/bp_k_thrace.txt @@ -3167,14 +3167,14 @@ c_nikopolis = { holder=70497 } } -c_vratsa = { +c_mesembria = { #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 250.1.1 = { change_development_level = 7 } - 300.1.1 = { change_development_level = 3 } #Gothic Invasion - 400.1.1 = { change_development_level = 6 } - 600.1.1 = { change_development_level = 9 } + 1.1.1 = { change_development_level = 10 } + 200.1.1 = { change_development_level = 15 } + 250.1.1 = { change_development_level = 18 } + 300.1.1 = { change_development_level = 10 } #Gothic Invasion + 400.1.1 = { change_development_level = 15 } + 600.1.1 = { change_development_level = 20 } #Rulers 196.1.1={ liege="e_byzantium" @@ -3223,30 +3223,49 @@ c_vratsa = { holder = 1100004 } 395.1.17={ - liege = "e_byzantium" + liege = e_byzantium } - 400.1.1 = { - holder = 1300899 #Nemesius - liege = k_thrace + 412.1.1={ + holder = 1100005 } - #### Thracian Goths Start - 453.1.1 = { - holder = 1210028 # Triarius Strabo - liege = 0 + 414.1.1={ + holder = 1100006 } - 457.1.1 = { - holder = 41710 # Theodoric Strabo + 423.1.1={ + holder = 1100007 } - 473.1.1 = { - ##set_tribute_suzerain = { - # who = e_byzantium - # type = foederati - #} + 430.1.1={ + holder = 1100008 } - #### Thracian Goths End - 481.1.1 = { + 441.1.1={ + holder = 1100009 + } + 442.1.1={ + holder = 1100010 #fictional + } + 443.1.1={ + holder = 1300162 #Theodulus + } + 447.1.1={ + holder = 1300163 #Arnegisclus + } + 447.5.1={ + holder = 1100010 #fictional + } + 453.1.1={ + holder = 11000111 + } + 464.1.1={ + holder = 1100012 + } + 468.1.1={ + holder = 1100013 + } + 474.1.1={ + holder = 1100014 + } + 475.1.1={ holder = 1100015 - ##clear_tribute_suzerain = e_byzantium } 485.1.1={ holder = 1301012 # Iulianus @@ -3255,33 +3274,22 @@ c_vratsa = { holder=70514 liege = 0 } - 500.1.1 = { - holder = 1301011 # Maxentius - liege = e_byzantium - } - 516.1.1 = { - holder = 1301171 # Iustinus, ?MVM et dux Scythiae killed in 528 + 516.1.1={ + holder = 1300896 #Agerochius liege = k_thrace } - 528.7.1 = { - holder = 1301172 # Constantiolus, ?MVM et dux Scythiae 528 - } - 538.1.1={ - holder = 1300897 # Iustinianus + 530.1.1={ + liege = k_thrace } 565.11.14={ holder = 1300957 # Armatus liege = e_byzantium } - 570.1.1 = { - holder = 1300962 # Anonymus 55 - liege = k_thrace + 580.1.1={ + holder = 1300958 # Solomon } 582.11.6 = { - liege = e_byzantium - } - 600.1.1={ - holder=70510 + holder = 70510 liege = 0 } 602.11.27={ @@ -3354,6 +3362,21 @@ d_scythia = { liege = "e_byzantium" government = gubernatorial_government } + #Settlement of Huns, Goths, Alans in Scythia Minor + 454.1.1 = { + holder = AlanScythiaMinor001 #Candac + government = high_tribal_government + liege = 0 + } + 465.1.1 = { + holder = GothsScythiaMinor001 #Andag + liege = 0 + } + 485.1.1 = { + holder = GothsScythiaMinor002 #Gunthigis + liege = 0 + } + #Back to Byzantine Control 500.1.1 = { holder = 1301170 # Baduarius, ?MVM et dux Scythiae 528 liege = e_byzantium @@ -3456,111 +3479,12 @@ c_constanta = { #c_constantina history (direct) 453.1.1={ holder = 11000111 } - 464.1.1={ - holder = 1100012 - } - 468.1.1={ - holder = 1100013 - } - 474.1.1={ - holder = 1100014 - } - 475.1.1={ - holder = 1100015 - } - 485.1.1={ - holder = 1301012 # Iulianus - } - 493.1.1={ - holder=70514 - liege = 0 - } - 500.1.1 = { - holder = 1301170 # Baduarius, ?MVM et dux Scythiae 528 - liege = e_byzantium - } - 516.1.1 = { - liege = k_thrace - } - 530.1.1 = { - holder = 1300953 # Servandus - } - 570.1.1 = { - holder = 1300957 # Armatus - liege = e_byzantium - } - 580.1.1={ - holder = 1300958 # Solomon - } - 582.11.6 = { - holder = 70510 - liege = 0 - } - 602.11.27={ - holder=145072 - } - 610.10.5={ - holder=145071 - } - 641.2.11={ - holder=70509 - } - 641.4.20={ - holder=145070 - } - 641.10.1={ - holder=70508 - } - 668.7.15={ - holder=70507 - } - 685.9.14={ - holder=70506 - } - 695.11.1={ - holder=70505 - } - 698.11.1={ - holder=145069 - } - 705.8.21={ - holder=70506 - } - 711.11.24={ - holder=145068 - } - 713.6.3={ - holder=70504 - } - 715.11.1={ - holder=70532 - } - 717.3.25={ - holder=70502 - } - 741.6.18={ - holder=70501 - } - 742.7.1={ - holder=145225 - } - 743.11.2={ - holder=70501 - } - 775.9.14={ - holder=70500 - } - 780.9.8={ - holder=70499 - } - 797.8.15={ - holder=70498 - } - 802.10.31={ - holder=70497 - } + #Settlement of Huns, Goths, Alans in Scythia Minor + 454.1.1 = { holder = AlanScythiaMinor001 } #Candac + 465.1.1 = { holder = GothsScythiaMinor001 } #Andag + 485.1.1 = { holder = GothsScythiaMinor002 } #Gunthigis } -c_mesembria = { +c_tropaeum = { #Development 1.1.1 = { change_development_level = 10 } 200.1.1 = { change_development_level = 15 } @@ -3648,104 +3572,8 @@ c_mesembria = { 453.1.1={ holder = 11000111 } - 464.1.1={ - holder = 1100012 - } - 468.1.1={ - holder = 1100013 - } - 474.1.1={ - holder = 1100014 - } - 475.1.1={ - holder = 1100015 - } - 485.1.1={ - holder = 1301012 # Iulianus - } - 493.1.1={ - holder=70514 - liege = 0 - } - 516.1.1={ - holder = 1300896 #Agerochius - liege = k_thrace - } - 530.1.1={ - liege = k_thrace - } - 565.11.14={ - holder = 1300957 # Armatus - liege = e_byzantium - } - 580.1.1={ - holder = 1300958 # Solomon - } - 582.11.6 = { - holder = 70510 - liege = 0 - } - 602.11.27={ - holder=145072 - } - 610.10.5={ - holder=145071 - } - 641.2.11={ - holder=70509 - } - 641.4.20={ - holder=145070 - } - 641.10.1={ - holder=70508 - } - 668.7.15={ - holder=70507 - } - 685.9.14={ - holder=70506 - } - 695.11.1={ - holder=70505 - } - 698.11.1={ - holder=145069 - } - 705.8.21={ - holder=70506 - } - 711.11.24={ - holder=145068 - } - 713.6.3={ - holder=70504 - } - 715.11.1={ - holder=70532 - } - 717.3.25={ - holder=70502 - } - 741.6.18={ - holder=70501 - } - 742.7.1={ - holder=145225 - } - 743.11.2={ - holder=70501 - } - 775.9.14={ - holder=70500 - } - 780.9.8={ - holder=70499 - } - 797.8.15={ - holder=70498 - } - 802.10.31={ - holder=70497 - } + #Settlement of Huns, Goths, Alans in Scythia Minor + 454.1.1 = { holder = AlanScythiaMinor001 } #Candac + 465.1.1 = { holder = GothsScythiaMinor001 } #Andag + 485.1.1 = { holder = GothsScythiaMinor002 } #Gunthigis } diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 0dd0c8ca41..db3a438f06 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -4545,5 +4545,7 @@ cn_per-wadjet: "Per-Wadjet" cn_sais: "Sais" cn_siw: "Siw" - + cn_ratiaria: "Ratiaria" + cn_razaria: "Razaria" + cn_ratsiariya: "Ratsiariya" \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 1eccf99ca7..c33832ecd0 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -387,16 +387,18 @@ d_pontus_polemoniacus:0 "Pontus Polemoniacus" d_pontus_polemoniacus_adj:0 "Pontus Polemoniacus" ### European portion - k_moesia_superior:0 "Moesia Superior" - k_moesia_superior_adj:0 "Moesia Superior" - d_moesia_prima:0 "Moesia Prima" - d_moesia_prima_adj:0 "Moesia Prima" - d_praevalitana:0 "Praevalitana" - d_praevalitana_adj:0 "Praevalitana" - d_dardania:0 "Dardania" - d_dardania_adj:0 "Dardania" - d_dacia:0 "Dacia" - d_dacia_adj:0 "Dacia" + k_moesia_superior: "Moesia Superior" + k_moesia_superior_adj: "Moesian" + d_moesia_prima: "Moesia Prima" + d_moesia_prima_adj: "Moesian" + d_praevalitana: "Praevalitana" + d_praevalitana_adj: "Praevalitanan" + d_dardania: "Dardanian" + d_dardania_adj: "Dardanian" + d_dacia: "Dacia Mediterranum" + d_dacia_adj: "Dacian" + d_dacia_ripensis: "Dacia Ripensis" + d_dacia_ripensis_adj: "Dacian" k_achaia:0 "Achaia" k_achaia_adj:0 "Achaia" d_athens:0 "Athens" @@ -429,6 +431,8 @@ d_moesia_secunda_adj:0 "Moesia Secunda" d_scythia:0 "Scythia" d_scythia_adj:0 "Scythia" + c_tropaeum: "Tropaeum" + c_tropaeum_adj: "Tropaen" #### e_armenia e_armenia:0 "Armenia" diff --git a/WtWSMS/map_data/geographical_regions/geographical_region.txt b/WtWSMS/map_data/geographical_regions/geographical_region.txt index 910a3c65c0..f549fbded5 100644 --- a/WtWSMS/map_data/geographical_regions/geographical_region.txt +++ b/WtWSMS/map_data/geographical_regions/geographical_region.txt @@ -91,7 +91,7 @@ world_roman_empire_west = { world_roman_empire_east_europe = { duchies = { #k_moesia_superior - d_moesia_prima d_praevalitana d_dardania d_dacia + d_moesia_prima d_praevalitana d_dardania d_dacia d_dacia_ripensis #k_macedonia d_thessaly d_epirus_vetus d_epirus_nova d_thessalonika d_macedonia_secunda #k_achaia @@ -502,7 +502,7 @@ world_europe_south_east = { ##### Changed from Vanilla #k_pannonia d_pannonia_prima d_pannonia_savia d_pannonia_secunda d_pannonia_valeria #k_moesia_superior - d_praevalitana d_dardania d_dacia d_moesia_prima + d_praevalitana d_dardania d_dacia d_dacia_ripensis d_moesia_prima #k_macedonia d_epirus_nova d_macedonia_secunda d_thessalonika d_thessaly d_epirus_vetus #k_achaia @@ -1594,7 +1594,7 @@ custom_slavia = { ##### Changed from Vanilla regions = { custom_hungary } duchies = { #k_moesia_superior - d_moesia_prima d_praevalitana d_dardania d_dacia + d_moesia_prima d_praevalitana d_dardania d_dacia d_dacia_ripensis #k_dalmatia d_salona d_ragusa d_usora d_bosna #k_bastarnae @@ -1648,7 +1648,7 @@ custom_south_slavia = { ##### Changed from Vanilla #k_pannonia d_pannonia_secunda d_pannonia_savia d_pannonia_valeria d_pannonia_prima #k_moesia_superior - d_moesia_prima d_praevalitana d_dardania d_dacia + d_moesia_prima d_praevalitana d_dardania d_dacia d_dacia_ripensis #k_dalmatia d_salona d_ragusa d_usora d_bosna #k_bastarnae @@ -2440,7 +2440,7 @@ ghw_region_balkans = { ##### Changed from Vanilla #Dalmatia+ Savia + Pannonia Secunda d_salona d_ragusa d_usora d_bosna d_pannonia_savia d_pannonia_secunda #k_moesia_superior - d_moesia_prima d_praevalitana d_dardania d_dacia + d_moesia_prima d_praevalitana d_dardania d_dacia d_dacia_ripensis #k_macedonia sans Thessalonika/Epirus d_macedonia_secunda #k_thrace sans d_rhodope From 6525065cad29eb7b4e95083cf0096573ee2e64cc Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 2 Oct 2022 22:29:10 -0400 Subject: [PATCH 135/339] Update sea_minority_game_start.txt Fixup minorities in Scythia Minor --- WtWSMS/common/on_action/sea_minority_game_start.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 52d7b8e761..d7d88cdd44 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1028,6 +1028,8 @@ BP_set_minorities_by_date = { this = title:c_sredets this = title:c_kran this = title:c_turnovo + this = title:c_tropaeum + this = title:c_constanta } } add_large_culture_to_county_effect = { CULTURE = culture:romano_thracian } @@ -1090,7 +1092,6 @@ BP_set_minorities_by_date = { OR = { this = title:c_aytos this = title:c_mesembria - this = title:c_constanta } } add_large_culture_to_county_effect = { CULTURE = culture:helleno_thracian } @@ -1235,16 +1236,15 @@ BP_set_minorities_by_date = { this = title:c_bejaia this = title:c_algier #Scythia Minor& Moesia Inferior; see Jordanes & Getica - this = title:c_mesembria this = title:c_constanta - this = title:c_dorostorum - this = title:c_aytos + this = title:c_tropaeum } } add_small_culture_and_faith_to_county_effect = { FAITH = faith:arian CULTURE = culture:alan } + add_small_faith_to_county_effect = { FAITH = faith:scythian_pagan } } ### Visigothic Settlement #The Iberian conquests are _very_ recent, so there really shouldn't be much Gothic @@ -1280,6 +1280,7 @@ BP_set_minorities_by_date = { #The Scythia Minor Remnant this = title:c_constanta this = title:c_dorostorum + this = title:c_tropaeum } } add_small_culture_and_faith_to_county_effect = { From ff17b5764adfaa380bb9f926e11a5384a56b697f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 01:19:34 -0400 Subject: [PATCH 136/339] Hunnic/West Nomad Overhaul (1) * Add various attested post-Hunnic groups like the Sacromontisi, Fossatisii, Tuldila's host, and Hormidac's host * Revised culture/religion based on post-Hunnic presence in form Dacia along the Danube * Made many of the post-Hunnic states Foederati as they should be (Hunnic contributions continued at least until the Gothic War) * Fixed minor issues with Attila's family --- WtWSMS/common/dynasties/BP_dynasties.txt | 5 +- .../dynasties/_lt_rascek_BP_dynasties.txt | 4 + .../dynasty_houses/BP_dynasty_houses.txt | 6 + .../landed_titles/BP_titles_turco_mongol.txt | 40 ++++ WtWSMS/common/on_action/BP_game_start.txt | 9 +- .../history/characters/_LM_new_characters.txt | 6 +- .../characters/_lt_rascek_new_chars.txt | 63 ++++- WtWSMS/history/characters/hunnic.txt | 10 +- WtWSMS/history/characters/roman.txt | 2 +- WtWSMS/history/provinces/bp_k_bastarnae.txt | 4 +- .../provinces/bp_k_moesia_inferior.txt | 16 +- .../history/titles/BP_titles_turco_mongol.txt | 19 ++ WtWSMS/history/titles/bp_k_bastarnae.txt | 113 +++------ .../history/titles/bp_k_moesia_inferior.txt | 219 ++++++------------ .../history/titles/bp_k_moesia_superior.txt | 8 +- .../english/BP_titles_l_english.yml | 10 +- .../BP_dynasty_names_unsorted_l_english.yml | 3 +- .../names/BP_additional_names_l_english.yml | 7 + 18 files changed, 285 insertions(+), 259 deletions(-) create mode 100644 WtWSMS/localization/english/names/BP_additional_names_l_english.yml diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index 2e65a7ca56..c1add4c110 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -454,10 +454,7 @@ name = "dynn_Ognjen" culture = old_slavic } -1042167 = { - name = "dynn_Attilid" - culture = hunnic -} +#1042167: Replaced by dynasty_house_attilid 1042168 = { name = "dynn_Antya-Inda" culture = old_slavic diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 8b00412c7c..2954122bc3 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -660,6 +660,10 @@ tiele_dynn_chumi = { name = dynn_Chumi culture = tiele } +hunnic_dynn_tudila = { + name = dynn_Tudilali + culture = hunnic +} #Urgo-Permian Dynasties khanty_dynn_ala_tau = { diff --git a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt index bf31087d66..06c22889c5 100644 --- a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt +++ b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt @@ -106,3 +106,9 @@ dynasty_house_strabo = { #According to [1], they were related to the Amalings dynasty = 1042165 } +#Huns +dynasty_house_attilid = { + name = dynn_Attilid + dynasty = hunnic_dynn_tarkhanid +} + diff --git a/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt b/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt index 9cefcda3c5..68a2a10541 100644 --- a/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt +++ b/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt @@ -23,6 +23,46 @@ e_hunnic_empire = { } can_create_on_partition = { creation_trigger_e_hunnic_empire_trigger = yes } } +#Hunnic Successor States +d_sacromontisi = { + color={ 60 60 60 } + capital = c_craiova + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:hunnic } + add = @correct_culture_primary_score + } + } + + can_create = {} +} +d_fossatisii = { + color={ 60 60 60 } + capital = c_vidin + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:hunnic } + add = @correct_culture_primary_score + } + } + + can_create = {} +} +k_tuldilanids = { #Tuldila's host + color={ 60 60 60 } + capital = c_giurgiu + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:hunnic } + add = @correct_culture_primary_score + } + } + + can_create = {} +} e_rouran = { color={ 54 125 175 } definite_form = yes diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 2c2f317421..88a772f36d 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -991,12 +991,17 @@ setup_vassal_contracts = { } make_tributary = { TYPE = foederatus_tributary - TRIBUTARY = title:c_constanta.holder + TRIBUTARY = title:d_scythia.holder SUZERAIN = title:e_byzantium.holder } make_tributary = { TYPE = foederatus_tributary - TRIBUTARY = title:c_tropaeum.holder + TRIBUTARY = title:d_sacromontisi.holder + SUZERAIN = title:e_byzantium.holder + } + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = title:d_fossatisii.holder SUZERAIN = title:e_byzantium.holder } make_tributary = { diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 7a02a8a3e8..7a8056b119 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -1983,7 +1983,7 @@ HeruliChar102 = { 1300594_wife = { name = "Nikara" # fictional mother to explain the attilid ancestry of Mundus female = yes - dynasty = 1042167 + dynasty_house = dynasty_house_attilid religion = "tengri_pagan" culture = "hunnic" father = 66 @@ -2403,7 +2403,7 @@ alan_chieftain_4 = { #Hunnic 109759_brother = { name = "Mugel" # PLRE vol. 3 Mougel - dynasty = 1042167 + dynasty_house = dynasty_house_attilid religion = "tengri_pagan" culture = "hunnic" trait = "ambitious" @@ -2425,7 +2425,7 @@ hunnic_chieftain_1 = { } hunnic_chieftain_2 = { name = "Hormidak" # PLRE vol. 2 Hormidac - dynasty = 1042167 + dynasty_house = dynasty_house_attilid religion = "tengri_pagan" culture = "hunnic" father = 67 # fictional diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index e000d79890..5da03db38d 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3753,10 +3753,8 @@ GothsScythiaMinor001 = { culture = gothic father = GothsScythiaMinor000 425.1.1 = { birth = yes } - 441.1.1 = { - employer = 66 #Served under Attila, killed Theodoric the Visigoth - trait = education_martial_4 - } + 441.1.1 = { trait = education_martial_4 } + 445.1.1 = { employer = 66 } #Served under Attila, killed Theodoric the Visigoth 451.6.20 = { trait = education_martial_prowess_4 } 454.1.1 = { culture = thracian_gothic } 456.1.1 = { add_spouse = AlanScythiaMinor001_sister } @@ -3807,3 +3805,60 @@ JordanesFamily002 = { 520.1.1 = { faith = nicene } 560.1.1 = { death = yes } } + +##### Hunnic Successors +# Notes about the various post-Hunnic states primarily from [1] below +#[1] - Maenchen-Helfen, Otto J. (1973). The World of the Huns: Studies in Their History and Culture. University of California Press. ISBN 9780520015968. https://archive.org/details/bub_gb_CrUdgzSICxcC_2/page/n189/mode/2up + +HunnicSacromontisi000 = { + name = "Emnetzur" #PLRE Vol 2 Emnetzur + dynasty = hunnic_dynn_tarkhanid + #Ernak's kinsmen; made children of Bleda to encourage Hunnic infighting + religion = tengri_pagan + culture = hunnic + father = 70 + trait = twin #Why not? + 430.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +HunnicFossatisii000 = { + name = "Ultzindur" #PLRE Vol 2 Vltzindur + dynasty = hunnic_dynn_tarkhanid + #Ernak's kinsmen; made children of Bleda to encourage Hunnic infighting + religion = tengri_pagan + culture = hunnic + father = 70 + trait = twin #Why not? + 430.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +TuldilaHost000 = { + name = "Tuldila" #PLRE Vol 2 Tuldila + dynasty = hunnic_dynn_tudila + #Ernak's kinsmen; made children of Bleda to encourage Hunnic infighting + religion = tengri_pagan + culture = hunnic + 419.1.1 = { birth = yes } + 435.1.1 = { + trait = education_martial_4 + trait = vengeful + trait = brave + trait = ambitious + } + 458.1.1 = { + death = { + death_reason = death_battle + killer = 74404 #Majorian + } + } +} +TuldilaHost001 = { + name = "Tuldila" #Fictional successor of Tuldila to command his host + dynasty = hunnic_dynn_tudila + #Ernak's kinsmen; made children of Bleda to encourage Hunnic infighting + religion = tengri_pagan + culture = hunnic + father = TuldilaHost000 + 440.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/hunnic.txt b/WtWSMS/history/characters/hunnic.txt index 513aa172d1..eb2be9a975 100644 --- a/WtWSMS/history/characters/hunnic.txt +++ b/WtWSMS/history/characters/hunnic.txt @@ -1,6 +1,6 @@ 69 = { name = "Ernak" #PLRE vol. 2 Ernach - dynasty = 1042167 + dynasty_house = dynasty_house_attilid martial = 7 diplomacy = 5 intrigue = 6 @@ -24,7 +24,7 @@ 66 = { name = "Attila" #PLRE vol. 2 Attila dna = 66_attila - dynasty = 1042167 + dynasty_house = dynasty_house_attilid martial = 15 diplomacy = 10 stewardship = 8 @@ -57,7 +57,7 @@ 67 = { name = "Ellak" #PLRE vol. 2 Ellac - dynasty = 1042167 + dynasty_house = dynasty_house_attilid martial = 7 diplomacy = 5 intrigue = 6 @@ -81,7 +81,7 @@ 68 = { name = "Dengizik" #PLRE vol. 2 Dengizich - dynasty = 1042167 + dynasty_house = dynasty_house_attilid martial = 7 diplomacy = 5 intrigue = 6 @@ -364,7 +364,7 @@ 109759 = { name = "Grod" - dynasty = 1042167 + dynasty_house = dynasty_house_attilid religion = "tengri_pagan" culture = "hunnic" trait = "content" diff --git a/WtWSMS/history/characters/roman.txt b/WtWSMS/history/characters/roman.txt index 76b55d9c0e..c7663c8485 100644 --- a/WtWSMS/history/characters/roman.txt +++ b/WtWSMS/history/characters/roman.txt @@ -1276,7 +1276,7 @@ set_relation_lover = character:66 } 450.4.1 = { - add_spouse = 1300545 # Flavius Bassus Herculianus + add_spouse = 1300545 # Flavius Bassus Herculianus } 455.1.1 = { death = { death_reason = death_ill } } } diff --git a/WtWSMS/history/provinces/bp_k_bastarnae.txt b/WtWSMS/history/provinces/bp_k_bastarnae.txt index d381643f74..d3d7b43db1 100644 --- a/WtWSMS/history/provinces/bp_k_bastarnae.txt +++ b/WtWSMS/history/provinces/bp_k_bastarnae.txt @@ -92,8 +92,8 @@ } ###c_barlad 513 = { #Barlad - culture = old_slavic - religion = slavic_pagan + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 5025 = { #Vaslui diff --git a/WtWSMS/history/provinces/bp_k_moesia_inferior.txt b/WtWSMS/history/provinces/bp_k_moesia_inferior.txt index 56181d05a5..6dcec6ccb8 100644 --- a/WtWSMS/history/provinces/bp_k_moesia_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_moesia_inferior.txt @@ -32,8 +32,8 @@ } ###c_polovragi 5005 = { #Polovragi - culture = romano_dacian - religion = nicene + culture = dacian + religion = dacian_pagan holding = tribal_holding } 5006 = { #Govora @@ -125,8 +125,8 @@ ###c_targu_jiu 4978 = { #Targu Jiu - culture = romano_dacian - religion = nicene + culture = dacian + religion = dacian_pagan holding = tribal_holding } 4979 = { #Baia de Arama @@ -149,8 +149,8 @@ } ###c_calafat 4981 = { #Calafat - culture = romano_dacian - religion = nicene + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 4982 = { #Cujmir @@ -164,8 +164,8 @@ } ###c_craiova 4985 = { #Craiova - culture = romano_dacian - religion = nicene + culture = hunnic + religion = tengri_pagan holding = tribal_holding } 4986 = { #Corabia diff --git a/WtWSMS/history/titles/BP_titles_turco_mongol.txt b/WtWSMS/history/titles/BP_titles_turco_mongol.txt index 59e70274d0..02b1b01e1f 100644 --- a/WtWSMS/history/titles/BP_titles_turco_mongol.txt +++ b/WtWSMS/history/titles/BP_titles_turco_mongol.txt @@ -36,6 +36,25 @@ holder = 69 # Ernak } } +d_sacromontisi = { #Hunnic remnant surviving to Jordanes time (550s) + 453.1.1 = { + holder = HunnicSacromontisi000 + government = tribal_government + } +} +d_fossatisii = { + 453.1.1 = { + holder = HunnicFossatisii000 + government = tribal_government + } +} +k_tuldilanids = { #Tuldila's host + 454.1.1 = { + holder = TuldilaHost000 + government = nomad_government + } + 458.1.1 = { holder = TuldilaHost001 } +} e_rouran = { 20.1.1={ government = nomad_government diff --git a/WtWSMS/history/titles/bp_k_bastarnae.txt b/WtWSMS/history/titles/bp_k_bastarnae.txt index 8cc1b93d2e..d4072462a6 100644 --- a/WtWSMS/history/titles/bp_k_bastarnae.txt +++ b/WtWSMS/history/titles/bp_k_bastarnae.txt @@ -114,39 +114,21 @@ c_soroca = { #c_torki history (elimination) liege="e_avar" } } -c_barlad = { #c_galaz (elimination) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 568.1.1={ - holder=155185 # Avar Khan 1 - } - 602.1.1={ - holder=33081 # Avar Khan 2 - } -} -c_galati = { #c_galaz - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 568.1.1={ - holder=155185 # Avar Khan 1 - } - 602.1.1={ - holder=33081 # Avar Khan 2 - } +c_barlad = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = 68 } # Dengizik + 469.1.1 = { holder = 69 } # Ernak +} +c_galati = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = 68 } # Dengizik + 469.1.1 = { holder = 69 } # Ernak } c_stoenesti = { #c_galaz (elimination) 476.1.15={ @@ -169,20 +151,13 @@ c_stoenesti = { #c_galaz (elimination) d_bugeac = { #Empty History 1.1.1={} } -c_tigheci = { #c_belgorod history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } +c_tigheci = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = 68 } # Dengizik + 469.1.1 = { holder = 69 } # Ernak } c_cetatea_alba = { #c_olvia history 360.1.1={ @@ -229,33 +204,19 @@ c_cetatea_alba = { #c_olvia history liege="e_avar" } } -c_chilia = { #c_belgorod history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } -} -c_lapusna = { #c_belgorod history (elimination) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } +c_chilia = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = 68 } # Dengizik + 469.1.1 = { holder = 69 } # Ernak +} +c_lapusna = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = 68 } # Dengizik + 469.1.1 = { holder = 69 } # Ernak } diff --git a/WtWSMS/history/titles/bp_k_moesia_inferior.txt b/WtWSMS/history/titles/bp_k_moesia_inferior.txt index 8616b89d77..002551edf8 100644 --- a/WtWSMS/history/titles/bp_k_moesia_inferior.txt +++ b/WtWSMS/history/titles/bp_k_moesia_inferior.txt @@ -3,14 +3,17 @@ } d_transylvanian_alps = { #Empty History - 1.1.1={} -} -c_campulung = { #c_szekelyfold history (changed from c_tirgoviste history) 430.1.1={ holder = 1300856 # fictional Dacian Zalmoxian count under Gepids liege = k_gepidia government = tribal_government } + 488.1.1 = { holder = none } +} +c_campulung = { + 430.1.1={ + holder = 1300856 # fictional Dacian Zalmoxian count under Gepids + } 488.1.1={ holder = 30367 # Thrasaric } @@ -33,15 +36,9 @@ c_campulung = { #c_szekelyfold history (changed from c_tirgoviste history) holder=33081 # Avar Khan 2 } } -c_polovragi = { #c_tirgoviste (elimination) +c_polovragi = { 430.1.1={ - holder = 10066 # Ardaric - } - 460.1.1={ - holder = 1300594 # Giesmus - } - 475.1.1={ - holder = 30366 # Thrapstila + holder = 1300856 # fictional Dacian Zalmoxian count under Gepids } 488.1.1={ holder = 30367 # Thrasaric @@ -68,8 +65,6 @@ c_polovragi = { #c_tirgoviste (elimination) c_tabla_butii = { #c_szekelyfold history (changed from c_tirgoviste (elimination)) 430.1.1={ holder = 1300856 # fictional Dacian Zalmoxian count under Gepids - liege = k_gepidia - government = tribal_government } 488.1.1={ holder = 30367 # Thrasaric @@ -97,95 +92,59 @@ c_tabla_butii = { #c_szekelyfold history (changed from c_tirgoviste (elimination d_muntenia = { #Empty History 1.1.1={} } -c_giurgiu = { #c_turnu history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 580.1.1={ - holder = 31047 # Gremislav Antae - } -} -c_bucuresti = { #c_turnu history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 580.1.1={ - holder = 31047 # Gremislav Antae - } -} -c_calarasi = { #c_turnu history (elimination) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 580.1.1={ - holder = 31047 # Gremislav Antae - } -} -c_buzau = { #c_birlad history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 568.1.1={ - holder=155185 # Avar Khan 1 - } - 602.1.1={ - holder=33081 # Avar Khan 2 - } -} -c_braila = { #c_birlad history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 568.1.1={ - holder=155185 # Avar Khan 1 - } - 602.1.1={ - holder=33081 # Avar Khan 2 - } +c_giurgiu = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = TuldilaHost000 } #Tuldila + 458.1.1 = { holder = TuldilaHost001 } +} +c_bucuresti = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = TuldilaHost000 } #Tuldila + 458.1.1 = { holder = TuldilaHost001 } +} +c_calarasi = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = TuldilaHost000 } #Tuldila + 458.1.1 = { holder = TuldilaHost001 } +} +c_buzau = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = TuldilaHost000 } #Tuldila + 458.1.1 = { holder = TuldilaHost001 } +} +c_braila = { + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = TuldilaHost000 } #Tuldila + 458.1.1 = { holder = TuldilaHost001 } } d_oltenia = { #Empty History - 1.1.1={} + 460.1.1 = { #Hormidak begins raiding; defeated in 467 but seems to have survived (PLRE Vol 2) + holder = hunnic_chieftain_2 + government = tribal_government + liege = 0 + } + #Defeat at the hands of Anthemius and subsequent disappearance from history + 467.1.1 = { liege = k_gepidia } } -c_targu_jiu = { #new history to 560 +c_targu_jiu = { 430.1.1={ - holder = 10066 # Ardaric - } - 460.1.1={ - holder = 1300594 # Giesmus - } - 475.1.1={ - holder = 30366 # Thrapstila + holder = 1300856 # fictional Dacian Zalmoxian count under Gepids } 488.1.1={ holder = 30367 # Thrasaric @@ -202,6 +161,12 @@ c_targu_jiu = { #new history to 560 560.1.1={ holder = 30375 # Cunimund } + 568.1.1={ + holder=155185 # Avar Khan 1 + } + 602.1.1={ + holder=33081 # Avar Khan 2 + } } c_severin = { #new history to 560 430.1.1={ @@ -230,54 +195,18 @@ c_severin = { #new history to 560 } } c_calafat = { #new history to 560 - 430.1.1={ - holder = 10066 # Ardaric - } - 460.1.1={ - holder = 1300594 # Giesmus - } - 475.1.1={ - holder = 30366 # Thrapstila - } - 488.1.1={ - holder = 30367 # Thrasaric - } - 504.1.1={ - holder = 80 # Guderith - } - 510.1.1={ - holder = 30369 # Elemund - } - 548.1.1={ - holder = 30373 # Thorisind - } - 560.1.1={ - holder = 30375 # Cunimund - } + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = 68 } # Dengizik + 460.1.1 = { holder = hunnic_chieftain_2 } } c_craiova = { #new history to 560 - 430.1.1={ - holder = 10066 # Ardaric - } - 460.1.1={ - holder = 1300594 # Giesmus - } - 475.1.1={ - holder = 30366 # Thrapstila - } - 488.1.1={ - holder = 30367 # Thrasaric - } - 504.1.1={ - holder = 80 # Guderith - } - 510.1.1={ - holder = 30369 # Elemund - } - 548.1.1={ - holder = 30373 # Thorisind - } - 560.1.1={ - holder = 30375 # Cunimund - } + 432.1.1 = { holder = 71 } # Ruga + 434.1.1 = { holder = 70 } # Bleda + 445.1.1 = { holder = 66 } # Attila + 453.1.1 = { holder = 67 } # Ellak + 454.1.1 = { holder = 68 } # Dengizik + 460.1.1 = { holder = hunnic_chieftain_2 } } diff --git a/WtWSMS/history/titles/bp_k_moesia_superior.txt b/WtWSMS/history/titles/bp_k_moesia_superior.txt index aa883ef2f7..71c4dd8cb4 100644 --- a/WtWSMS/history/titles/bp_k_moesia_superior.txt +++ b/WtWSMS/history/titles/bp_k_moesia_superior.txt @@ -211,9 +211,7 @@ c_vidin = { 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 465.1.1={ holder = 215002 } - 500.1.1={ holder = 6829 } - 540.1.1={ holder = 6831 } + 453.1.1 = { holder = HunnicFossatisii000 } #Ultzindur } c_vratsa = { #Development @@ -224,7 +222,5 @@ c_vratsa = { 400.1.1 = { change_development_level = 6 } 600.1.1 = { change_development_level = 9 } #Rulers - 465.1.1={ holder = 215002 } - 500.1.1={ holder = 6829 } - 540.1.1={ holder = 6831 } + 453.1.1 = { holder = HunnicSacromontisi000 } #Emnetzur } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index c33832ecd0..c3caf15250 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -940,8 +940,14 @@ d_okangara_adj:0 "Okangara" #### Turco-Mongol Titles - e_hunnic_empire:0 "Hunnic Empire" - e_hunnic_empire_adj:0 "Hunnic" + e_hunnic_empire: "Hunnic Empire" + e_hunnic_empire_adj: "Hunnic" + d_sacromontisi: "Sacromontisi" + d_sacromontisi_adj: "Sacromontisian" + d_fossatisii: "Fossatisii" + d_fossatisii_adj: "Fossatisiian" + k_tuldilanids: "Tuldilanids" + k_tuldilanids_adj: "Tuldilanid" e_rouran:0 "Rouran Khaganate" e_rouran_adj:0 "Rouran" e_avar:0 "Avar Khaganate" diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index 58c4f2f7c6..daace22b9f 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -402,5 +402,6 @@ dynn_Shamil: "Shamil" dynn_Gamazatil: "Gamazatil" dynn_Kumuki: "Kumuki" - + #Huns + dynn_Tudilali: "Tudilali" diff --git a/WtWSMS/localization/english/names/BP_additional_names_l_english.yml b/WtWSMS/localization/english/names/BP_additional_names_l_english.yml new file mode 100644 index 0000000000..602616c69f --- /dev/null +++ b/WtWSMS/localization/english/names/BP_additional_names_l_english.yml @@ -0,0 +1,7 @@ +l_english: + Andag: "Andag" + Paria: "Paria" + Emnetzur: "Emnetzur" + Ultzindur: "Ultzindur" + Alanoviiamuth: "Alanoviiamuth" + \ No newline at end of file From d45c914f6c191a6c955575c7bacb1171161906e3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 03:28:14 -0400 Subject: [PATCH 137/339] Hunnic/West Nomad Overhaul (2) * Fixup some of the core Hunnic successor Startes (Like Akatiziri) * Fixup Bulgar history * Touch up duchies/kingdoms along the Dneipner and Don rivers --- WtWSMS/common/culture/cultures/BP_magyar.txt | 57 +++++++++++++++++++ WtWSMS/common/culture/cultures/BP_turkic.txt | 7 +++ .../BP_e_caspian-pontic_steppe.txt | 10 ++-- WtWSMS/common/landed_titles/_BP.info | 4 +- WtWSMS/common/on_action/BP_game_start.txt | 6 ++ .../on_action/sea_minority_game_start.txt | 6 -- .../characters/_lt_rascek_new_chars.txt | 17 ++++++ WtWSMS/history/characters/bolghar.txt | 1 + WtWSMS/history/provinces/bp_k_caucasus.txt | 4 +- .../history/provinces/bp_k_pontic_steppe.txt | 6 +- .../history/titles/BP_titles_turco_mongol.txt | 2 +- WtWSMS/history/titles/bp_k_caucasus.txt | 24 ++++---- WtWSMS/history/titles/bp_k_pontic_steppe.txt | 34 ++++------- .../culture/BP_cultural_history_l_english.yml | 1 + .../names/BP_additional_names_l_english.yml | 2 +- 15 files changed, 129 insertions(+), 52 deletions(-) create mode 100644 WtWSMS/common/culture/cultures/BP_magyar.txt diff --git a/WtWSMS/common/culture/cultures/BP_magyar.txt b/WtWSMS/common/culture/cultures/BP_magyar.txt new file mode 100644 index 0000000000..7b5285924c --- /dev/null +++ b/WtWSMS/common/culture/cultures/BP_magyar.txt @@ -0,0 +1,57 @@ +mogyer = { + color = { 0.3 0.4 0.1 } + + ethos = ethos_bellicose + heritage = heritage_magyar + language = language_magyar + martial_custom = martial_custom_male_only + traditions = { + tradition_tribe_unity + tradition_horse_lords + tradition_zealous_people + } + + name_list = name_list_mogyer + + coa_gfx = { magyar_group_coa_gfx ugro_permian_group_coa_gfx steppe_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + ethnicities = { + 60 = circumpolar_dark_hair + 30 = circumpolar_brown_hair + 10 = circumpolar_blonde_hair + } +} + +hungarian = { + color = hungarian + created = 1000.1.1 + parents = { mogyer } + + ethos = ethos_bellicose + heritage = heritage_magyar + language = language_magyar + martial_custom = martial_custom_male_only + traditions = { + tradition_agrarian + tradition_hussar + tradition_zealous_people + } + + name_list = name_list_hungarian + + coa_gfx = { magyar_group_coa_gfx ugro_permian_group_coa_gfx steppe_coa_gfx } + coa_gfx = { western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + ethnicities = { + 10 = caucasian_blond + # 5 = caucasian_ginger + 65 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} diff --git a/WtWSMS/common/culture/cultures/BP_turkic.txt b/WtWSMS/common/culture/cultures/BP_turkic.txt index 29771a777e..2c0dc9f34a 100644 --- a/WtWSMS/common/culture/cultures/BP_turkic.txt +++ b/WtWSMS/common/culture/cultures/BP_turkic.txt @@ -34,6 +34,9 @@ xiongnu = { bolghar = { color = bolghar + parents = { hunnic } + created = 454.1.1 + ethos = ethos_bellicose heritage = heritage_turkic language = language_oghur @@ -91,6 +94,10 @@ barsil = { hunnic = { color = hunnic + parents = { xiongnu } + created = 2.1.1 + history_loc_override = hunnic_history_loc + ethos = ethos_bellicose heritage = heritage_turkic language = language_hunnic diff --git a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt index 50d92c31fe..3ee29115f2 100644 --- a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt +++ b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt @@ -332,11 +332,6 @@ e_caspian-pontic_steppe = { } color = { 66 55 10 } } - b_papagia = { - province = 5289 - - color = { 66 55 10 } - } b_kuban = { province = 5335 cultural_names = { @@ -664,6 +659,11 @@ e_caspian-pontic_steppe = { color = { 100 44 16 } } + b_papagia = { + province = 5289 + + color = { 66 55 10 } + } } c_samiran = { color = { 141 51 30 } diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index 4216aae643..3ca24cabf5 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -54,9 +54,11 @@ c_svaneti c_odishi b_seti to c_svaneti b_tsageri to c_svaneti -c_tropaeum +c_tropaeum: NEW b_karvuna from c_mesembria b_mangalia from c_constantana +c_zichia + b_papagia from c_tmutarakan TODO: c_dausar and associated diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 88a772f36d..0d2993b206 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1107,6 +1107,12 @@ setup_vassal_contracts = { TRIBUTARY = title:k_gaochang.holder SUZERAIN = title:e_rouran.holder } + #Huns + make_tributary = { #Still tied to the Huns, for better or worse + TYPE = tributary_permanent + TRIBUTARY = title:d_acatiri.holder + SUZERAIN = title:e_hunnic_empire.holder + } } } other_title_effects = { diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index d7d88cdd44..5ea193d3d4 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -313,12 +313,6 @@ BP_set_minorities_universal = { } } #Adyghes (Circassians) - title:c_maghas = { - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:georgian_pagan - CULTURE = culture:adyghes - } - } every_county = { limit = { OR = { diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 5da03db38d..62c52d4ff4 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3862,3 +3862,20 @@ TuldilaHost001 = { 440.1.1 = { birth = yes } 490.1.1 = { death = yes } } +#Akatziri Rulers +Akatziri000 = { + name = "Qurtaq" #PLRE vol 2 Curidachus + #(Posited Turkic Reconstruction for the name) + #Senior ruler of Acatziri; informed Attila of revolt plot when Theodosius II tried to make an alliance + dynasty = 1029157 + religion = tengri_pagan + culture = hunnic + 405.1.1 = { birth = yes } + 460.1.1 = { death = yes } +} + +#Remaining Hunnic Vassals +#Alpidzuros, Alcidzuros, itmaros, Tuncarsos, Boiscos (Getica) +#[2] D. Sinor (Ed.) "The Cambridge History of Early Central Asia" pp 256-7 + + diff --git a/WtWSMS/history/characters/bolghar.txt b/WtWSMS/history/characters/bolghar.txt index dacf94fc41..fc3c56b729 100644 --- a/WtWSMS/history/characters/bolghar.txt +++ b/WtWSMS/history/characters/bolghar.txt @@ -282,6 +282,7 @@ religion = "tengri_pagan" culture = bolghar dynasty = 1029157 + father = Akatziri000 442.1.2 = { birth = "442.1.2" } diff --git a/WtWSMS/history/provinces/bp_k_caucasus.txt b/WtWSMS/history/provinces/bp_k_caucasus.txt index c31e554791..d0781b21cf 100644 --- a/WtWSMS/history/provinces/bp_k_caucasus.txt +++ b/WtWSMS/history/provinces/bp_k_caucasus.txt @@ -46,8 +46,8 @@ ###c_maghas 5299 = { #Maghas - culture = alan - religion = scythian_pagan + culture = adyghes + religion = georgian_pagan holding = tribal_holding } 5300 = { #Etzeri diff --git a/WtWSMS/history/provinces/bp_k_pontic_steppe.txt b/WtWSMS/history/provinces/bp_k_pontic_steppe.txt index 61d75ac2bd..338e0c5c30 100644 --- a/WtWSMS/history/provinces/bp_k_pontic_steppe.txt +++ b/WtWSMS/history/provinces/bp_k_pontic_steppe.txt @@ -133,8 +133,8 @@ } ###c_samar 556 = { #Samar - culture = old_slavic - religion = slavic_pagan + culture = bolghar + religion = tengri_pagan holding = tribal_holding } 5282 = { #Karlivka @@ -199,7 +199,7 @@ } ###c_sarysyn 595 = { #Sarysyn - culture = barsil + culture = bolghar religion = tengri_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_turco_mongol.txt b/WtWSMS/history/titles/BP_titles_turco_mongol.txt index 02b1b01e1f..cbf68e5ed9 100644 --- a/WtWSMS/history/titles/BP_titles_turco_mongol.txt +++ b/WtWSMS/history/titles/BP_titles_turco_mongol.txt @@ -304,7 +304,7 @@ d_ogurs = { 466.1.1={ holder = 113 government = nomad_government - } + } } d_kutrigurs = { 470.1.1={ diff --git a/WtWSMS/history/titles/bp_k_caucasus.txt b/WtWSMS/history/titles/bp_k_caucasus.txt index 873cce94fa..8f3f7ade93 100644 --- a/WtWSMS/history/titles/bp_k_caucasus.txt +++ b/WtWSMS/history/titles/bp_k_caucasus.txt @@ -5,18 +5,22 @@ d_khazaria = { #Empty History 1.1.1={} } -c_sarkel = { #c_manych history (changed from c_sarkel); elimination +c_sarkel = { #Utigurs 466.1.1={ - holder = 113 + holder = 112 # Isperikh } 500.1.1={ - holder = 33086 # Sabil II aml Rouen di Juan-li + holder = 33084 # Dristar Isperikhid } 550.1.1={ - holder = 33087 # Ötemis aml Rouen di Juan-li - } + holder = 33085 # Böri Isperikhid + } 565.1.1={ - liege="e_avar" + holder=155185 # Avars + } + 577.1.1={ + holder=330931 # Kharaton Yeçtirekid + liege=0 } } c_astrakhan = { #c_kuma history (elimination) @@ -53,8 +57,8 @@ d_alania = { #Empty History } c_maghas = { #c_semender history (substitution) 466.1.1={ - holder = 114 - } + holder=118 # Durgulel Halani + } 500.1.1={ holder=118 # Durgulel Halani } @@ -79,8 +83,8 @@ c_cabardinia = { #Sarir history } c_zichia = {#c_semender history (substitution) 466.1.1={ - holder = 114 - } + holder = 112 # Isperikh + } 500.1.1={ holder=118 # Durgulel Halani } diff --git a/WtWSMS/history/titles/bp_k_pontic_steppe.txt b/WtWSMS/history/titles/bp_k_pontic_steppe.txt index 6a7e926b80..e0ff9ed2bd 100644 --- a/WtWSMS/history/titles/bp_k_pontic_steppe.txt +++ b/WtWSMS/history/titles/bp_k_pontic_steppe.txt @@ -1,4 +1,8 @@ -k_pontic_steppe = { #Empty History +# Saragurs arrived recently and began displacing the Akatzirs by the 470s [2] +#[1] - H.J. Kim. "The Huns, Rome and the Birth of Europe" +#[2] D. Sinor (Ed.) "The Cambridge History of Early Central Asia" pp 190-191 + +k_pontic_steppe = { #Empty History 1.1.1={} } @@ -236,9 +240,7 @@ c_oleshye = { #c_lower_dnieper history (changed from c_oleshye history) } } c_bakhmut = { #c_sharukan history (elimination) - 465.1.1={ - holder=107 - } + 466.1.1 = { holder=114 } #Saragurs 565.1.1={ holder=155185 # Avars } @@ -247,15 +249,7 @@ c_bakhmut = { #c_sharukan history (elimination) } } c_samar = { #c_novgorod_seversky history (elimination) - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } + 465.1.1={ holder=107 } #Remnant Acatiri/Akatziri 565.1.1={ holder=155185 # Avars } @@ -282,10 +276,8 @@ c_tana = { holder = 33085 # Böri Isperikhid } } -c_golden_hills = { #c_sarkel history (elimination) - 465.1.1={ - holder=107 - } +c_golden_hills = { + 466.1.1 = { holder=114 } #Saragurs 565.1.1={ holder=155185 # Avars } @@ -294,9 +286,7 @@ c_golden_hills = { #c_sarkel history (elimination) } } c_kazanskaya = { #c_sugarov history (elimination) - 465.1.1={ - holder=107 - } + 466.1.1 = { holder=114 } #Saragurs 565.1.1={ holder=155185 # Avars } @@ -305,9 +295,7 @@ c_kazanskaya = { #c_sugarov history (elimination) } } c_sarysyn = { #c_don_portage history - 466.1.1={ - holder = 119 - } + 466.1.1 = { holder=114 } #Saragurs 553.1.1={ holder=36002 # Istami liege="e_turkestan" diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 849b7fe343..0168aefd65 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -33,6 +33,7 @@ tiele_history_loc: "Formed from heterogeneous groups in North Central Asia" kirghiz_history_loc: "Formed from Turkic and Tashtyk peoples in the year 174 BC" kurykan_history_loc: "Formed from the Dingling, [CULTURE.GetName], and other Northeast Asian peoples in 174 BC" + hunnic_history_loc: "Formed from a core [CULTURE.GetName] component, intermixed with various Steppe peoples" #Mongols xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" \ No newline at end of file diff --git a/WtWSMS/localization/english/names/BP_additional_names_l_english.yml b/WtWSMS/localization/english/names/BP_additional_names_l_english.yml index 602616c69f..ef43828464 100644 --- a/WtWSMS/localization/english/names/BP_additional_names_l_english.yml +++ b/WtWSMS/localization/english/names/BP_additional_names_l_english.yml @@ -4,4 +4,4 @@ Emnetzur: "Emnetzur" Ultzindur: "Ultzindur" Alanoviiamuth: "Alanoviiamuth" - \ No newline at end of file + Qurtaq: "Qurtaq" \ No newline at end of file From b82b3649647622e81201ba90c1981cc1cbb7014d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:34:54 -0400 Subject: [PATCH 138/339] Hunnic/West Nomad Overhaul (3) * Moved the Barsils and Ogurs to their appropriate locations * Removed early, unattested instance of d_bulgars and the Dulos (and split between various groups around them) * Fixedf up culture locations depending on terrain type --- .../dynasties/_lt_rascek_BP_dynasties.txt | 4 + .../landed_titles/BP_titles_turco_mongol.txt | 14 -- WtWSMS/history/_TODO_FIXME_history.info | 1 + .../_lt_rascek_fictional_tribal_rulers.txt | 81 +++++++++ WtWSMS/history/characters/barsil.txt | 13 +- WtWSMS/history/characters/bolghar.txt | 13 +- WtWSMS/history/provinces/bp_k_bashkiria.txt | 4 +- .../history/provinces/bp_k_caspian_steppe.txt | 4 +- WtWSMS/history/provinces/bp_k_caucasus.txt | 4 +- WtWSMS/history/provinces/bp_k_mordvinia.txt | 8 +- .../history/provinces/bp_k_volga_bulgaria.txt | 25 +-- .../history/titles/BP_titles_turco_mongol.txt | 13 +- WtWSMS/history/titles/bp_k_bashkiria.txt | 22 +-- WtWSMS/history/titles/bp_k_caspian_steppe.txt | 36 ++-- WtWSMS/history/titles/bp_k_caucasus.txt | 30 +--- WtWSMS/history/titles/bp_k_mordvinia.txt | 16 +- WtWSMS/history/titles/bp_k_volga_bulgaria.txt | 162 ++++++------------ 17 files changed, 198 insertions(+), 252 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 2954122bc3..6840a86c4f 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -730,6 +730,10 @@ udmurt_dynn_udmurt = { name = dynn_Udmurt culture = udmurt } +udmurt_dynn_volga_bulgaria = { + name = dynn_Chokmorskon + culture = udmurt +} #Vasconic Dynasties basque_dynn_andorra = { diff --git a/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt b/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt index 68a2a10541..e1c71d4744 100644 --- a/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt +++ b/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt @@ -248,20 +248,6 @@ d_acatiri = { } } } -d_khopyor_tribe = { - color = { 102 51 25 } - ignore_titularity_for_title_weighting = yes - cultural_names = { - name_list_barsil = cn_baranjars - } - - ai_primary_priority = { - if = { - limit = { culture = culture:barsil } - add = @cultural_title_score - } - } -} d_sabirs = { color = { 55 35 15 } ignore_titularity_for_title_weighting = yes diff --git a/WtWSMS/history/_TODO_FIXME_history.info b/WtWSMS/history/_TODO_FIXME_history.info index e139cde33c..42634c7a3c 100644 --- a/WtWSMS/history/_TODO_FIXME_history.info +++ b/WtWSMS/history/_TODO_FIXME_history.info @@ -21,6 +21,7 @@ Beta: * history/titles/bp_k_orissa.txt: Varma dynasty will matter in late VIIth century * history/titles/bp_k_taurica.txt: Add Barbarian Interlude history to c_tmutarakan * history/titles/_BP_pentarch_titles.info: Reimplement Pentarchies when able + * history/titles/BP_titles_turco_mongol.txt: Make use of d_bulgars for Great Old Bulgaria FIXMEs: Alpha: diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt index 4832bd6d33..689149d43c 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt @@ -8274,6 +8274,87 @@ UdmurtUdmurt006 = { 660.1.1 = { birth = yes } 720.1.1 = { death = yes } } +#d_volga_bulgarian holders (A) +UdmurtVolgaBulgaria000 = { + name = "Boljak" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + 440.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +UdmurtVolgaBulgaria001 = { + name = "Ozhmeg" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria000 + 470.1.1 = { birth = yes } + 520.1.1 = { death = yes } +} +UdmurtVolgaBulgaria002 = { + name = "Tolperi" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria001 + 500.1.1 = { birth = yes } + 550.1.1 = { death = yes } +} +UdmurtVolgaBulgaria003 = { + name = "Vumurt" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria002 + 530.1.1 = { birth = yes } + 580.1.1 = { death = yes } +} +UdmurtVolgaBulgaria004 = { + name = "Akshan" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria003 + 560.1.1 = { birth = yes } + 610.1.1 = { death = yes } +} +UdmurtVolgaBulgaria005 = { + name = "Keremet" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria004 + 590.1.1 = { birth = yes } + 640.1.1 = { death = yes } +} +UdmurtVolgaBulgaria006 = { + name = "Bydzym_Nyunya" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria005 + 620.1.1 = { birth = yes } + 670.1.1 = { death = yes } +} +UdmurtVolgaBulgaria007 = { + name = "Iskavyn" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria006 + 650.1.1 = { birth = yes } + 700.1.1 = { death = yes } +} +UdmurtVolgaBulgaria008 = { + name = "Yadygar" + religion = siberian_pagan + culture = udmurt + dynasty = udmurt_dynn_volga_bulgaria + father = UdmurtVolgaBulgaria007 + 680.1.1 = { birth = yes } + 730.1.1 = { death = yes } +} ## Vasconic ########### diff --git a/WtWSMS/history/characters/barsil.txt b/WtWSMS/history/characters/barsil.txt index 6f367fe1dc..7e23a1789b 100644 --- a/WtWSMS/history/characters/barsil.txt +++ b/WtWSMS/history/characters/barsil.txt @@ -1,15 +1,4 @@ -119 = { - name = "Khol" - dynasty = 591 - religion = "tengri_pagan" - culture = "barsil" - 442.1.2 = { - birth = "442.1.2" - } - 500.1.2 = { - death = "500.1.2" - } -} +#119: Removed (No actual sources listed) 109734 = { name = "Sko_ti" diff --git a/WtWSMS/history/characters/bolghar.txt b/WtWSMS/history/characters/bolghar.txt index fc3c56b729..b2be456029 100644 --- a/WtWSMS/history/characters/bolghar.txt +++ b/WtWSMS/history/characters/bolghar.txt @@ -363,18 +363,7 @@ } } -116 = { - name = "Hand" - dynasty = 591 - religion = "tengri_pagan" - culture = bolghar - 442.1.2 = { - birth = "442.1.2" - } - 500.1.2 = { - death = "500.1.2" - } -} +#116: Removed (Unattested) 33083 = { name = "Zabergan" diff --git a/WtWSMS/history/provinces/bp_k_bashkiria.txt b/WtWSMS/history/provinces/bp_k_bashkiria.txt index 3d46c07b89..1708b9dba4 100644 --- a/WtWSMS/history/provinces/bp_k_bashkiria.txt +++ b/WtWSMS/history/provinces/bp_k_bashkiria.txt @@ -22,8 +22,8 @@ ###c_yanokul 5481 = { #Yanokul #Appears on XIXth century Russian Empire atlas, as Ianoukoul, east of "Ouffa" - culture = bolghar - religion = tengri_pagan + culture = mogyer + religion = magyar_pagan holding = tribal_holding } 5478 = { #Inzer diff --git a/WtWSMS/history/provinces/bp_k_caspian_steppe.txt b/WtWSMS/history/provinces/bp_k_caspian_steppe.txt index 2399a77c1e..49579de5b0 100644 --- a/WtWSMS/history/provinces/bp_k_caspian_steppe.txt +++ b/WtWSMS/history/provinces/bp_k_caspian_steppe.txt @@ -70,8 +70,8 @@ ###c_jambalar 5504 = { #Jambalar #Khazar/Bolghar settlement south of Banja, found on old arabic maps - culture = bolghar - religion = tengri_pagan + culture = udmurt + religion = siberian_pagan holding = tribal_holding } 5505 = { #Yalachi diff --git a/WtWSMS/history/provinces/bp_k_caucasus.txt b/WtWSMS/history/provinces/bp_k_caucasus.txt index d0781b21cf..503cd40968 100644 --- a/WtWSMS/history/provinces/bp_k_caucasus.txt +++ b/WtWSMS/history/provinces/bp_k_caucasus.txt @@ -17,7 +17,7 @@ } ###c_astrakhan 5311 = { #Astrakhan - culture = bolghar + culture = barsil religion = tengri_pagan holding = tribal_holding } @@ -31,7 +31,7 @@ ###c_beksima #Mostly placeholder places 605 = { #Beksima - culture = bolghar + culture = barsil religion = tengri_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_mordvinia.txt b/WtWSMS/history/provinces/bp_k_mordvinia.txt index 954ee29d16..e8bc561d0c 100644 --- a/WtWSMS/history/provinces/bp_k_mordvinia.txt +++ b/WtWSMS/history/provinces/bp_k_mordvinia.txt @@ -109,7 +109,7 @@ ##d_chuvashia ################################### ###c_saratov 592 = { #Saratov - culture = barsil + culture = bolghar religion = tengri_pagan holding = tribal_holding } @@ -141,7 +141,7 @@ } ###c_atkarsk 5509 = { #Atkarsk - culture = barsil + culture = bolghar religion = tengri_pagan holding = tribal_holding } @@ -169,7 +169,7 @@ ##d_khopyor ################################### ###c_khopyor 593 = { #Khopyor #based on river of the same name - culture = barsil + culture = bolghar religion = tengri_pagan holding = tribal_holding } @@ -199,7 +199,7 @@ } ###c_balachev 5377 = { #Balachev AKA Balachov - culture = barsil + culture = bolghar religion = tengri_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_volga_bulgaria.txt b/WtWSMS/history/provinces/bp_k_volga_bulgaria.txt index 54874a793f..ab5d1f843f 100644 --- a/WtWSMS/history/provinces/bp_k_volga_bulgaria.txt +++ b/WtWSMS/history/provinces/bp_k_volga_bulgaria.txt @@ -1,9 +1,11 @@ #k_volga_bulgaria + ##d_volga_bulgaria ################################### + ###c_udmurt 610 = { #Bolghar - culture = bolghar - religion = tengri_pagan + culture = udmurt + religion = siberian_pagan holding = tribal_holding } 613 = { #Bilyar AKA Bilär @@ -49,8 +51,8 @@ ###c_karabolam 5412 = { #Karabolam #Can be found on old maps of Volga Bulgaria, between Bolghar & Samar - culture = bolghar - religion = tengri_pagan + culture = udmurt + religion = siberian_pagan holding = tribal_holding } 5413 = { #Aqsubay @@ -61,8 +63,8 @@ } ###c_samar_VB 609 = { #Samar AKA Samara - culture = bolghar - religion = tengri_pagan + culture = udmurt + religion = siberian_pagan holding = tribal_holding } 5416 = { #Pokhnishne AKA Pokhvistnevo @@ -76,6 +78,7 @@ } ##d_kazan ################################### + ###c_kazan 611 = { #Kazan culture = udmurt @@ -135,6 +138,7 @@ } ##d_jalmat ################################### + ###c_jalmat 5422 = { #Jalmat #Can be found on some maps of Khazaria with this placement @@ -171,8 +175,8 @@ } ###c_bugurslan 5426 = { #Bugurslan AKA Buguruslan - culture = bolghar - religion = tengri_pagan + culture = mogyer + religion = magyar_pagan holding = tribal_holding } 5427 = { #Bol Uran #based on river of the same name @@ -185,8 +189,8 @@ } ###c_salavat 5431 = { #Salavat in Bashkortostan - culture = bolghar - religion = tengri_pagan + culture = mogyer + religion = magyar_pagan holding = tribal_holding } 5432 = { #Kumertau @@ -204,6 +208,7 @@ } ##d_martyuba ################################### + ###c_martyuba 589 = { #Urzen culture = mari diff --git a/WtWSMS/history/titles/BP_titles_turco_mongol.txt b/WtWSMS/history/titles/BP_titles_turco_mongol.txt index cbf68e5ed9..acb4e4aaca 100644 --- a/WtWSMS/history/titles/BP_titles_turco_mongol.txt +++ b/WtWSMS/history/titles/BP_titles_turco_mongol.txt @@ -327,12 +327,6 @@ d_acatiri = { government = nomad_government } } -d_khopyor_tribe = { - 466.1.1={ - holder = 119 - government = nomad_government - } -} d_sabirs = { 466.1.1={ holder = 115 # Sabil aml Rouen di Juan-li @@ -348,11 +342,8 @@ d_sabirs = { liege="e_avar" } } -d_bulgars = { - 466.1.1={ - holder = 116 - government = nomad_government - } +d_bulgars = { ##### TODO (BETA): Make use of d_bulgars for Great Old Bulgaria + 1.1.1={ government = nomad_government } } d_barsils = { 450.1.1={ diff --git a/WtWSMS/history/titles/bp_k_bashkiria.txt b/WtWSMS/history/titles/bp_k_bashkiria.txt index 4b64992d8a..91dbcebf9e 100644 --- a/WtWSMS/history/titles/bp_k_bashkiria.txt +++ b/WtWSMS/history/titles/bp_k_bashkiria.txt @@ -14,24 +14,10 @@ c_ufa = { #d_udmurt_tribe 640.1.1 = { holder = UdmurtUdmurt005 } 680.1.1 = { holder = UdmurtUdmurt006 } } -c_yanokul = { #d_bulgars - 466.1.1={ - holder = 116 - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } +c_yanokul = { + #Magyars + 465.1.1={ holder=152 } + 497.1.1={ holder=190087 } } c_sakmara = { 465.1.1={ diff --git a/WtWSMS/history/titles/bp_k_caspian_steppe.txt b/WtWSMS/history/titles/bp_k_caspian_steppe.txt index 6a48be7c30..04852f832d 100644 --- a/WtWSMS/history/titles/bp_k_caspian_steppe.txt +++ b/WtWSMS/history/titles/bp_k_caspian_steppe.txt @@ -86,27 +86,14 @@ d_pecheneg = { #Empty History } c_pecheneg = { 466.1.1={ - holder = 116 + holder = 115 # Sabil aml Rouen di Juan-li } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } -} -c_jambalar = { #c_pecheneg history (elimination) - 466.1.1={ - holder = 116 + 500.1.1={ + holder = 33086 # Sabil II aml Rouen di Juan-li } + 550.1.1={ + holder = 33087 # Ötemis aml Rouen di Juan-li + } 553.1.1={ holder=36002 # Istami liege="e_turkestan" @@ -122,6 +109,17 @@ c_jambalar = { #c_pecheneg history (elimination) holder=36014 # Heshana } } +c_jambalar = { + 460.1.1 = { holder = UdmurtVolgaBulgaria000 } + 490.1.1 = { holder = UdmurtVolgaBulgaria001 } + 520.1.1 = { holder = UdmurtVolgaBulgaria002 } + 550.1.1 = { holder = UdmurtVolgaBulgaria003 } + 580.1.1 = { holder = UdmurtVolgaBulgaria004 } + 610.1.1 = { holder = UdmurtVolgaBulgaria005 } + 640.1.1 = { holder = UdmurtVolgaBulgaria006 } + 670.1.1 = { holder = UdmurtVolgaBulgaria007 } + 700.1.1 = { holder = UdmurtVolgaBulgaria008 } +} c_yaitsk = { #c_guryev history (elimination) 466.1.1={ holder = 115 # Sabil aml Rouen di Juan-li diff --git a/WtWSMS/history/titles/bp_k_caucasus.txt b/WtWSMS/history/titles/bp_k_caucasus.txt index 8f3f7ade93..341fd44f53 100644 --- a/WtWSMS/history/titles/bp_k_caucasus.txt +++ b/WtWSMS/history/titles/bp_k_caucasus.txt @@ -23,33 +23,11 @@ c_sarkel = { #Utigurs liege=0 } } -c_astrakhan = { #c_kuma history (elimination) - 466.1.1={ - holder = 113 - } - 500.1.1={ - holder = 33086 # Sabil II aml Rouen di Juan-li - } - 550.1.1={ - holder = 33087 # Ötemis aml Rouen di Juan-li - } - 565.1.1={ - liege="e_avar" - } +c_astrakhan = { + 450.1.1={ holder = 109734 } #Barsils } -c_beksima = { #c_manych history (elimination) - 466.1.1={ - holder = 113 - } - 500.1.1={ - holder = 33086 # Sabil II aml Rouen di Juan-li - } - 550.1.1={ - holder = 33087 # Ötemis aml Rouen di Juan-li - } - 565.1.1={ - liege="e_avar" - } +c_beksima = { + 450.1.1={ holder = 109734 } #Barsils } d_alania = { #Empty History diff --git a/WtWSMS/history/titles/bp_k_mordvinia.txt b/WtWSMS/history/titles/bp_k_mordvinia.txt index 93816c1b86..8917da2f27 100644 --- a/WtWSMS/history/titles/bp_k_mordvinia.txt +++ b/WtWSMS/history/titles/bp_k_mordvinia.txt @@ -64,8 +64,8 @@ c_oskol = { #c_bryansk history (elimination) d_chuvashia = { #Empty History 1.1.1={} } -c_saratov = { #barsil nomads - 450.1.1={ holder = 109734 } +c_saratov = { + 466.1.1 = { holder = 113 } #Ogurs } c_penza = { #d_erzya 420.1.1 = { holder = MordvinErzya000 } @@ -76,8 +76,8 @@ c_penza = { #d_erzya 640.1.1 = { holder = MordvinErzya005 } 680.1.1 = { holder = MordvinErzya006 } } -c_atkarsk = { #barsil nomads - 450.1.1={ holder = 109734 } +c_atkarsk = { + 466.1.1 = { holder = 113 } #Ogurs } c_petrovsk = { #d_erzya 420.1.1 = { holder = MordvinErzya000 } @@ -94,17 +94,15 @@ d_khopyor = { #Empty History 1.1.1={} } c_khopyor = { - 466.1.1={ holder = 119 } - 565.1.1={ holder=155185 } # Avars - 602.1.1={ holder=33081 }# Avars + 466.1.1 = { holder = 113 } #Ogurs } c_tuluchezeva = { #d_moshka 476.1.1={ holder = 109725 } 510.1.1={ holder = 1301023 } #fictional 560.1.1={ holder = 1301024 } #fictional } -c_balachev = { #barsil nomads - 450.1.1={ holder = 109734 } +c_balachev = { + 466.1.1 = { holder = 113 } #Ogurs } c_tambov = { #d_moshka 476.1.1={ holder = 109725 } diff --git a/WtWSMS/history/titles/bp_k_volga_bulgaria.txt b/WtWSMS/history/titles/bp_k_volga_bulgaria.txt index b3c73c01a2..dfb2f911b7 100644 --- a/WtWSMS/history/titles/bp_k_volga_bulgaria.txt +++ b/WtWSMS/history/titles/bp_k_volga_bulgaria.txt @@ -3,45 +3,29 @@ } d_volga_bulgaria = { #Empty History - 1.1.1={} -} -c_bolghar = { #d_bulgars - 466.1.1={ - holder = 116 - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } -} -c_jambalar = { #d_bulgars - 466.1.1={ - holder = 116 - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana + 460.1.1 = { + holder = UdmurtVolgaBulgaria000 + government = tribal_government } + 490.1.1 = { holder = UdmurtVolgaBulgaria001 } + 520.1.1 = { holder = UdmurtVolgaBulgaria002 } + 550.1.1 = { holder = UdmurtVolgaBulgaria003 } + 580.1.1 = { holder = UdmurtVolgaBulgaria004 } + 610.1.1 = { holder = UdmurtVolgaBulgaria005 } + 640.1.1 = { holder = UdmurtVolgaBulgaria006 } + 670.1.1 = { holder = UdmurtVolgaBulgaria007 } + 700.1.1 = { holder = UdmurtVolgaBulgaria008 } +} +c_bolghar = { + 460.1.1 = { holder = UdmurtVolgaBulgaria000 } + 490.1.1 = { holder = UdmurtVolgaBulgaria001 } + 520.1.1 = { holder = UdmurtVolgaBulgaria002 } + 550.1.1 = { holder = UdmurtVolgaBulgaria003 } + 580.1.1 = { holder = UdmurtVolgaBulgaria004 } + 610.1.1 = { holder = UdmurtVolgaBulgaria005 } + 640.1.1 = { holder = UdmurtVolgaBulgaria006 } + 670.1.1 = { holder = UdmurtVolgaBulgaria007 } + 700.1.1 = { holder = UdmurtVolgaBulgaria008 } } c_ashli = { #d_erzya 420.1.1 = { holder = MordvinErzya000 } @@ -61,43 +45,27 @@ c_yar-calli = { #d_udmurt_tribe history 640.1.1 = { holder = UdmurtUdmurt005 } 680.1.1 = { holder = UdmurtUdmurt006 } } -c_karabolam = { #d_bulgars - 466.1.1={ - holder = 116 - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } -} -c_samar_VB = { #d_bulgars - 466.1.1={ - holder = 116 - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } +c_karabolam = { + 460.1.1 = { holder = UdmurtVolgaBulgaria000 } + 490.1.1 = { holder = UdmurtVolgaBulgaria001 } + 520.1.1 = { holder = UdmurtVolgaBulgaria002 } + 550.1.1 = { holder = UdmurtVolgaBulgaria003 } + 580.1.1 = { holder = UdmurtVolgaBulgaria004 } + 610.1.1 = { holder = UdmurtVolgaBulgaria005 } + 640.1.1 = { holder = UdmurtVolgaBulgaria006 } + 670.1.1 = { holder = UdmurtVolgaBulgaria007 } + 700.1.1 = { holder = UdmurtVolgaBulgaria008 } +} +c_samar_VB = { + 460.1.1 = { holder = UdmurtVolgaBulgaria000 } + 490.1.1 = { holder = UdmurtVolgaBulgaria001 } + 520.1.1 = { holder = UdmurtVolgaBulgaria002 } + 550.1.1 = { holder = UdmurtVolgaBulgaria003 } + 580.1.1 = { holder = UdmurtVolgaBulgaria004 } + 610.1.1 = { holder = UdmurtVolgaBulgaria005 } + 640.1.1 = { holder = UdmurtVolgaBulgaria006 } + 670.1.1 = { holder = UdmurtVolgaBulgaria007 } + 700.1.1 = { holder = UdmurtVolgaBulgaria008 } } d_kazan = { @@ -169,43 +137,15 @@ c_belebey = { #d_udmurt_tribe history 640.1.1 = { holder = UdmurtUdmurt005 } 680.1.1 = { holder = UdmurtUdmurt006 } } -c_bugurslan = { #d_bulgars - 466.1.1={ - holder = 116 - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } +c_bugurslan = { + #Magyars + 465.1.1={ holder=152 } + 497.1.1={ holder=190087 } } -c_salavat = { #d_bulgars - 466.1.1={ - holder = 116 - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } +c_salavat = { + #Magyars + 465.1.1={ holder=152 } + 497.1.1={ holder=190087 } } d_martyuba = { #Empty History From 5e4a0fe539c02568b26102a5691021570029d14e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:48:04 -0400 Subject: [PATCH 139/339] Remove steppe tolerance from the huns --- WtWSMS/common/culture/cultures/BP_turkic.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/WtWSMS/common/culture/cultures/BP_turkic.txt b/WtWSMS/common/culture/cultures/BP_turkic.txt index 2c0dc9f34a..9f3a4d997d 100644 --- a/WtWSMS/common/culture/cultures/BP_turkic.txt +++ b/WtWSMS/common/culture/cultures/BP_turkic.txt @@ -105,7 +105,6 @@ hunnic = { traditions = { #Societal Traditions #Regional Traditions - tradition_steppe_tolerance tradition_horse_lords #Ritual Traditions #Realm Traditions From 7e6f6a3905ed8ff4f7056352ce03832234e7e367 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:09:48 -0400 Subject: [PATCH 140/339] Touch up Near East * Ghassanids, Lakhmids, and Salhids are made tribal to prevent cultures (namely Adnanite) from escaping tribal era too early. * Made tribal Persians Iranian Polytheists * Vassals must have an organized religion to jump to High Tribal (as per other concerns about quick upgrades of gov't). --- .../decisions/BP_government_conversion_decisions.txt | 1 + WtWSMS/history/characters/_lt_rascek_new_chars.txt | 4 ++-- WtWSMS/history/provinces/bp_k_parthia.txt | 6 +++--- WtWSMS/history/provinces/bp_k_persia.txt | 2 +- WtWSMS/history/titles/BP_titles_semitic.txt | 10 +++++----- WtWSMS/history/titles/bp_k_arabia_petraea.txt | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/WtWSMS/common/decisions/BP_government_conversion_decisions.txt b/WtWSMS/common/decisions/BP_government_conversion_decisions.txt index 0cf871a37e..46916e2b7f 100644 --- a/WtWSMS/common/decisions/BP_government_conversion_decisions.txt +++ b/WtWSMS/common/decisions/BP_government_conversion_decisions.txt @@ -63,6 +63,7 @@ convert_to_high_tribal_as_vassal_decision = { NOT = { has_character_flag = just_converted_to_tribalism } } culture = { has_innovation = innovation_writing } + NOT = { faith = { has_doctrine_parameter = unreformed } } } cost = { prestige = 150 } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 62c52d4ff4..8fb1f5fb3d 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -1821,7 +1821,7 @@ CyrtianKwrtstan001 = { PersianMafaza000 = { name = "Kambiz" dynasty = iranianian_dynn_mafaza - religion = "mazdayasna" + religion = "iranian_pagan_faith" culture = "persian" 440.1.1 = { birth = yes } 500.1.1 = { death = yes } @@ -1830,7 +1830,7 @@ PersianMafaza000 = { PersianParthava000 = { name = "Shahryar" dynasty = iranianian_dynn_parthava - religion = "mazdayasna" + religion = "iranian_pagan_faith" culture = "persian" 440.1.1 = { birth = yes } 500.1.1 = { death = yes } diff --git a/WtWSMS/history/provinces/bp_k_parthia.txt b/WtWSMS/history/provinces/bp_k_parthia.txt index 034a57941c..290e690b51 100644 --- a/WtWSMS/history/provinces/bp_k_parthia.txt +++ b/WtWSMS/history/provinces/bp_k_parthia.txt @@ -111,7 +111,7 @@ ###c_qain 4062 = { #Qain culture = persian - religion = mazdayasna + religion = iranian_pagan_faith holding = tribal_holding } 4063 = { #Birjand @@ -129,7 +129,7 @@ ###c_zirkuh 4203 = { #Abiz culture = persian - religion = mazdayasna + religion = iranian_pagan_faith holding = tribal_holding } 4202 = { #Shahrakht @@ -232,7 +232,7 @@ ###c_sabzevar 4204 = { #Asfuzar culture = persian - religion = khurmazta + religion = iranian_pagan_faith holding = tribal_holding } 4205 = { #Adraskan diff --git a/WtWSMS/history/provinces/bp_k_persia.txt b/WtWSMS/history/provinces/bp_k_persia.txt index 16e91a07a8..a3a4e1ccf4 100644 --- a/WtWSMS/history/provinces/bp_k_persia.txt +++ b/WtWSMS/history/provinces/bp_k_persia.txt @@ -623,7 +623,7 @@ ###c_mafaza 4057 = { #4057 Jarmaq culture = persian - religion = mazdayasna + religion = iranian_pagan_faith holding = tribal_holding } 4058 = { #4058 Wandah diff --git a/WtWSMS/history/titles/BP_titles_semitic.txt b/WtWSMS/history/titles/BP_titles_semitic.txt index f8033bd793..57d0be6252 100644 --- a/WtWSMS/history/titles/BP_titles_semitic.txt +++ b/WtWSMS/history/titles/BP_titles_semitic.txt @@ -10,7 +10,7 @@ d_judham = { 250.1.1={ holder=461711 # Judham liege="k_arabia_petraea" - government = high_tribal_government + government = tribal_government } 340.1.1={ holder=462 # 'Amr @@ -41,7 +41,7 @@ d_amela = { 250.1.1={ holder=470030 # Amela liege="k_arabia_petraea" - government = high_tribal_government + government = tribal_government } 300.1.1={ holder=470031 # Husayn @@ -67,7 +67,7 @@ d_amela = { } k_al_hirah = { 100.1.1={ - government = high_tribal_government + government = tribal_government } 268.1.1={ holder=137 @@ -191,7 +191,7 @@ d_kalb = { 250.1.1={ holder=470038 # Kalb liege="k_arabia_petraea" - government = high_tribal_government + government = tribal_government } 320.1.1={ holder=470039 # Wahab @@ -334,7 +334,7 @@ d_hanzalah = { k_salihid = { 400.1.1 = { #Hamata/Zokomos/Duj'um holder = Salihid002 - government = high_tribal_government + government = tribal_government } 410.1.1 = { holder = SalihidAwfid000 } #Awf, son of Zokomos 430.1.1 = { holder = SalihidAwfid001 } #Amr, son of Awf diff --git a/WtWSMS/history/titles/bp_k_arabia_petraea.txt b/WtWSMS/history/titles/bp_k_arabia_petraea.txt index 4f4b9c8347..cb288c02a4 100644 --- a/WtWSMS/history/titles/bp_k_arabia_petraea.txt +++ b/WtWSMS/history/titles/bp_k_arabia_petraea.txt @@ -4,7 +4,7 @@ k_arabia_petraea = { 100.1.1={ - government = high_tribal_government + government = tribal_government } 220.1.1={ holder=120 From 710534f8ef53b60a071c4bf97eb19e5af29a4ac1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 2 Nov 2022 00:30:00 -0400 Subject: [PATCH 141/339] Update sea_minority_game_start.txt * Added Romano-Arameans that Symmachus listed * Increased Hellenic presence in Attica * Re-added Vandals in Hispaniae From 437f76eab35adbd7733ae3ae15063b2c45faabd1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 2 Nov 2022 18:36:33 -0400 Subject: [PATCH 142/339] Improve Baltics * Better define distribution between Galindians and Old Prussians * Utilizes some (potential) anachronism, but we lack much in the way of cultural specificity at the time. From 2447a4afaa4cf85ddb16e359cca22f4db613dbdd Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:25:24 -0400 Subject: [PATCH 143/339] Przeworsk and Weilbark cultures Maximal extent of Przeworsk and Weilbark material cultures --- .../provinces/bp_k_galicia-volhynia.txt | 34 ++++---- .../bp_k_germania_slavica_secunda.txt | 80 +++++++++---------- WtWSMS/history/provinces/bp_k_lithuania.txt | 34 ++++---- 3 files changed, 71 insertions(+), 77 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt index 199d72a93f..14c73ab738 100644 --- a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt @@ -4,8 +4,8 @@ ###c_volodymyr 535 = { #Volodymyr - culture = vistula_veneti - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 5047 = { #Lutsk @@ -34,8 +34,8 @@ } ###c_berestye 549 = { #Berestye - culture = vistula_veneti - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 5054 = { #Bielsk @@ -49,8 +49,8 @@ } ###c_dorohychyn 5057 = { #Dorohychyn - culture = vistula_veneti - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 5058 = { #Kobryn @@ -109,8 +109,8 @@ } ###c_zaslavl 5070 = { #Zaslavl - culture = old_slavic - religion = slavic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 5071 = { #Dubno @@ -124,8 +124,8 @@ ###c_cherven 5073 = { #Cherven - culture = vistula_veneti - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 5074 = { #Volin @@ -139,8 +139,8 @@ } ###c_belz 5077 = { #Belz - culture = old_slavic - religion = slavic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 5078 = { #Liubachev @@ -148,8 +148,8 @@ } ###c_peremyshl 534 = { #Peremyshl - culture = old_slavic - religion = slavic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 5079 = { #Yaroslav = b_yaroslav_VOL @@ -185,7 +185,7 @@ ###c_stezycka 4951 = { #Stezyca culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4952 = { #Lukow @@ -194,7 +194,7 @@ ###c_lubelska 4957 = { #Lublin culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4958 = { #Parczew @@ -209,7 +209,7 @@ ###c_tarnowska 4965 = { #Tarnow culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4966 = { #Mielec diff --git a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt index 8b95a9b9cb..85a8e1d1a6 100644 --- a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt +++ b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt @@ -16,7 +16,7 @@ } ###c_kolobrzeg (c_wolin) 2818 = { #b_swinoujscie WOLIN - culture = denziner + culture = vidivarii religion = germanic_pagan holding = tribal_holding } @@ -40,7 +40,7 @@ } ###c_cammin (c_kolobrzeg) 2826 = { #b_cammin KOLOBRZEG - culture = denziner + culture = vidivarii religion = germanic_pagan holding = tribal_holding } @@ -64,7 +64,7 @@ } ###c_landsberg (c_santok) 3152 = { #b_landsberg SANTOK - culture = langobard + culture = vidivarii religion = germanic_pagan holding = tribal_holding } @@ -97,15 +97,9 @@ } ###c_slupsk 2827 = { #SLUPSK - culture = denziner + culture = vidivarii religion = germanic_pagan holding = tribal_holding - 980.1.1 = { - holding = castle_holding - } - 1175.1.1 = { - religion = catholic - } } 2828 = { #KOSZALIN holding = none @@ -145,8 +139,8 @@ ###c_breslau 3045 = { #Breslau / Wroclaw - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3057 = { #Bardo @@ -154,8 +148,8 @@ } ###c_miliez 3061 = { #Miliez - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3062 = { #Olesnica @@ -211,8 +205,8 @@ } ###c_legnica 3058 = { #Legnica - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3063 = { #Glogow @@ -226,8 +220,8 @@ ###c_opole 3052 = { #Opole - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3053 = { #Kreuzburg / Kluczbork @@ -238,8 +232,8 @@ } ###c_brzeg 3049 = { #Brzeg - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3055 = { #Olawa @@ -250,8 +244,8 @@ } ###c_nysa 3048 = { #Nysa - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3050 = { #Glogowek @@ -271,8 +265,8 @@ } ###c_ratibor 3042 = { #Ratibor / Raciborz - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3043 = { #Rybnik @@ -280,8 +274,8 @@ } ###c_bethen 3044 = { #Bethen / Bytom - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3054 = { #Lubliniec @@ -310,8 +304,8 @@ } ###c_gnieznienska 4905 = { #Gniezno - culture = vidivarii - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4906 = { #Sroda @@ -325,8 +319,8 @@ } ###c_kaliska 4909 = { #Kalisz - culture = vidivarii - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4910 = { #Kozmin @@ -337,8 +331,8 @@ } ###c_wschowska 4912 = { #Wschowa - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4913 = { #Koscian @@ -379,8 +373,8 @@ ###c_kujawy 4918 = { #Kruszwica - culture = vidivarii - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4919 = { #Wloclawek @@ -395,7 +389,7 @@ ###c_leczycka 4924 = { #Leczyca culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4925 = { #Lodz @@ -407,7 +401,7 @@ ###c_sieradzka 528 = { #Sieradz culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4927 = { #Piotrkow @@ -424,8 +418,8 @@ } ###c_wielunska 4931 = { #Wielun - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4932 = { #Grabow @@ -434,7 +428,7 @@ ###c_gostyninska 4940 = { #Gostynin culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4941 = { #Rawa @@ -451,8 +445,8 @@ ###c_krakowska 527 = { #Krakow - culture = langobard - religion = germanic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 440 = { #Olsztyn @@ -473,7 +467,7 @@ ###c_sandomierska 531 = { #Sandomierz culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4961 = { #Opatow @@ -491,7 +485,7 @@ ###c_radomska 4953 = { #Radom culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4954 = { #Opoczno diff --git a/WtWSMS/history/provinces/bp_k_lithuania.txt b/WtWSMS/history/provinces/bp_k_lithuania.txt index 0c4f68367b..c9692ee785 100644 --- a/WtWSMS/history/provinces/bp_k_lithuania.txt +++ b/WtWSMS/history/provinces/bp_k_lithuania.txt @@ -64,8 +64,8 @@ ###c_malbork (c_pomesania) 2835 = { #TRUSO - culture = prussian - religion = baltic_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 2834 = { #MALBORK @@ -130,8 +130,8 @@ ###c_torun (c_chelmno) 3198 = { #CHELMNO - culture = prussian - religion = baltic_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 3199 = { #TORUN @@ -142,8 +142,8 @@ } ###c_osterode (c_sasna) 3214 = { #YLAVIA - culture = prussian - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3200 = { #LUBAVIA @@ -154,8 +154,8 @@ } ###c_allenstein (c_galindia) 3212 = { #ALNASTEINI - culture = galindian - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 3211 = { #SCTINO @@ -298,8 +298,8 @@ ###c_plocka 529 = { #Plock - culture = galindian - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4933 = { #Wyszogrod @@ -314,7 +314,7 @@ ###c_czerska 530 = { #Czersk culture = przeworsk - religion = baltic_pagan + religion = akan_pagan holding = tribal_holding } 4936 = { #Warszawa @@ -331,8 +331,8 @@ } ###c_lomzynska 4943 = { #Lomza - culture = galindian - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4944 = { #Wizna @@ -343,8 +343,8 @@ } ###c_zakroczymska 4946 = { #Zakroczym - culture = galindian - religion = baltic_pagan + culture = przeworsk + religion = akan_pagan holding = tribal_holding } 4947 = { #Nur @@ -358,8 +358,8 @@ } ###c_dobrzynska 4922 = { #Dobrzyn - culture = galindian - religion = baltic_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 4923 = { #Michalowo From d366447f34c0d3d7b7133f634e8af8889e871831 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 4 Nov 2022 03:26:41 -0400 Subject: [PATCH 144/339] More work * Przeworsk to East Germanic Heritage * Resort East Germanic file to group things more precisely with archeological cultures * Add in new Baltic cultures to fill in various archeological cultures in the Eastern Baltic Region * Overhaul Map culture/faiths --- WtWSMS/common/culture/cultures/BP_baltic.txt | 82 +++- .../culture/cultures/BP_east_germanic.txt | 438 ++++++++++++------ WtWSMS/common/culture/pillars/00_language.txt | 6 +- .../common/named_colors/BP_culture_colors.txt | 5 +- .../scripted_effects/BP_on_action_effects.txt | 2 +- WtWSMS/history/provinces/_BP_notes.info | 13 +- .../provinces/bp_k_galicia-volhynia.txt | 40 +- .../bp_k_germania_slavica_secunda.txt | 71 +-- WtWSMS/history/provinces/bp_k_lithuania.txt | 42 +- WtWSMS/history/provinces/bp_k_ruthenia.txt | 22 +- WtWSMS/history/provinces/bp_k_white_rus.txt | 34 +- .../culture/BP_cultural_history_l_english.yml | 4 +- .../english/culture/BP_cultures_l_english.yml | 9 + .../BP_cultural_languages_l_english.yml | 2 +- 14 files changed, 510 insertions(+), 260 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index 4ff784e292..a6bb32b752 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -131,12 +131,48 @@ vistula_veneti = { 2 = caucasian_northern_dark_hair } } -przeworsk = { - color = przeworsk +kolochin = { + color = kolochin - ethos = ethos_egalitarian #Przeworsk itself was probably an admixture/contact group rather than a truly distinct culture + ethos = ethos_communal + heritage = heritage_baltic + language = language_veneti + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_forest_wardens + #Ritual Traditions + tradition_sacred_groves + #Realm Traditions + #Combat Traditions + } + + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_vistula_veneti + + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { northern_unit_gfx } + + ethnicities = { + 80 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 3 = caucasian_northern_brown_hair + 2 = caucasian_northern_dark_hair + } +} +east_galindian = { + color = east_galinidan + + ethos = ethos_communal heritage = heritage_baltic - language = language_veneti #No better choice + language = language_veneti martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -153,7 +189,43 @@ przeworsk = { requires_dlc_flag = hybridize_culture } - name_list = name_list_przeworsk + name_list = name_list_vistula_veneti + + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { northern_unit_gfx } + + ethnicities = { + 80 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 3 = caucasian_northern_brown_hair + 2 = caucasian_northern_dark_hair + } +} +dneipner_baltic = { + color = dneipner_baltic + + ethos = ethos_communal + heritage = heritage_baltic + language = language_veneti + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_forest_wardens + #Ritual Traditions + tradition_sacred_groves + #Realm Traditions + #Combat Traditions + } + + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_vistula_veneti coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index f11d051ab2..030b3745b1 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -1,22 +1,209 @@ -#Cultural Groups: -# Each group uses the same language -# Chernyakhov Group (Goths) -# gothic, visigothic, ostrogothic, crimean_gothic, gepid, heruli -# Debcyzn/Oksywie Cultures (all Rugii related) -# denziner, rygir, lebus, gustow -# Weilbark/Prezeworsk related -# vandalic, vidivarii -# Isolates (each uses a unique language) -# burgundian, skirian - -#Sources +#Sources #[1] https://www.medieval.eu/the-visigoths-in-gaul/ : Matrimonial Alliances #[2] Bernard S. Bachrach, Merovingian Military Organization 481-751, pg. 12 #[3] Brubaker, L. and Haldon J. Byzantinum in the Iconoclast Era, c. 680-850. Cambridge UP. 2011 pg 72 -#Goths -#All who are associated with Chernyakhov culture in the 4th century -gothic = { # Migrational Era Goths +#Prezeworsk Culture +# * 300 BC to AD 500 +# * Main Zone seems to be tied to Lugii and Vandals +# * Likely pushed to migrate by the expansion of the Weilbark Culture +przeworsk = { + color = przeworsk + + ethos = ethos_egalitarian + heritage = heritage_east_germanic + language = language_east_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + #Ritual Traditions + tradition_sacred_groves + #Realm Traditions + tradition_forest_folk + #Combat Traditions + } + + #Discourage keeping around + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_przeworsk + + coa_gfx = { norse_coa_gfx } + building_gfx = { norse_building_gfx } + clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } + unit_gfx = { norse_unit_gfx } + + ethnicities = { + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } +} +vandalic = { + color = vandalic + + ethos = ethos_bellicose + heritage = heritage_east_germanic + language = language_vandalic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_zealous_people #Vandalic religous policy + #Regional Traditions + #Ritual Traditions + tradition_concubines #Standard for German Christian cultures + #Realm Traditions + tradition_ruling_caste #Were probably outnumbered by the Alans, to say nothing of + #Combat Traditions + tradition_vandalic_warfare #Noted raiders + } + + name_list = name_list_vandalic + + coa_gfx = { norse_coa_gfx } + building_gfx = { norse_building_gfx } + clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } + unit_gfx = { norse_unit_gfx } + + ethnicities = { + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } +} +#Weilbark Culture (Lower Vistula) +# * AD 100 to AD 500 +# * Initial Zone is near the mouth of the Vistula +# * Burgundians and Gepids seem connected; Jordanes states that the Gepids +# destroyed the Burgundian Baltic Kingdom under Fastida; timing **seems** +# to line up with the Burgundians arriving on the Roman border around the 270s-290s +gepid = { + color = gepid + + ethos = ethos_bellicose + heritage = heritage_east_germanic + language = language_east_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_loyal_soldiers #Prized by Attila + tradition_warrior_culture #Prized fighters for Attila + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_stand_and_fight #Prized fighters for Attila + } + + name_list = name_list_gepid + + coa_gfx = { norse_coa_gfx western_coa_gfx } + building_gfx = { norse_building_gfx } + clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } + unit_gfx = { norse_unit_gfx } + + ethnicities = { + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } +} +burgundian = { + color = burgundian + + ethos = ethos_egalitarian + heritage = heritage_east_germanic + language = language_east_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + #Ritual Traditions + tradition_religion_blending #Were far more accomidating of the Latin religious hierarchy than other Arian East Germans + tradition_concubines #Standard for German Christian cultures + #Realm Traditions + tradition_ruling_caste + #Combat Traditions + } + + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_burgundian + + coa_gfx = { german_group_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} +#Back Settlement and Baltisation of Vistula Region +#See: Kontny, Bartosz. "The Making of the Vidivarii: Germanic and Baltic Interculturation in the Late 5th Century" in "The Migration Period between the Oder and the Vistula". Brill, March 2020. DOI: 10.1163/9789004422421_022 +vidivarii = { + color = vidivarii + + parents = { gepid prussian } + created = 450.1.1 + history_loc_override = vidivarii_history_loc + + ethos = ethos_bureaucratic #Prussian heritage + heritage = heritage_east_germanic + language = language_east_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + #Ritual Traditions + tradition_sacred_groves #Prussian heritage + #Realm Traditions + tradition_forest_folk + #Combat Traditions + } + + #Discourage keeping around + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_vidivarii + + #Use Baltic Graphics + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { northern_unit_gfx } + + ethnicities = { + #50/50 North Germanic/Baltic Admixture (then added to avoid any code problems) + 150 = caucasian_northern_blond + 30 = caucasian_northern_ginger + 13 = caucasian_northern_brown_hair + 7 = caucasian_northern_dark_hair + } +} +#Chernyakhov Culture +# * AD 100 to AD 400 +# * Seems to be a continuation of Weilbark, along with admixture from other groups +# * Based on Jordanes and other reports, the Goths moved west from Ukraine/Romania +# region in the 300s. So the Goths probably admixed with the Zarubintsy culture +# and the Sarmatians to produce what we'd later associate as the Goths and Taifals. +gothic = { color = gothic ethos = ethos_stoic #Probalby should be bellicose, but game mechanic requires at least one pillar change @@ -52,6 +239,7 @@ gothic = { # Migrational Era Goths 5 = caucasian_northern_dark_hair } } +#Thervingi branch; Probably a Tribal/Geographic designation that got carried with them during migration visigothic = { color = visigothic @@ -88,7 +276,8 @@ visigothic = { 5 = caucasian_northern_dark_hair } } -ostrogothic = { # Migrational Era Ostrogoths +#Greuthungi branch; Probably a Tribal/Geographic designation that got carried with them during migration +ostrogothic = { color = ostrogothic parents = { gothic } @@ -125,7 +314,7 @@ ostrogothic = { # Migrational Era Ostrogoths 5 = caucasian_northern_dark_hair } } -thracian_gothic = { # Migrational Era Moesogoths +thracian_gothic = { color = thracian_gothic parents = { gothic } @@ -161,7 +350,8 @@ thracian_gothic = { # Migrational Era Moesogoths 5 = caucasian_northern_dark_hair } } -crimean_gothic = { # Migrational Era Crimean Goths +#Some Goths don't migrate and instead get push aside by the Huns and Turks +crimean_gothic = { color = crimean_gothic parents = { gothic } @@ -200,72 +390,10 @@ crimean_gothic = { # Migrational Era Crimean Goths 5 = caucasian_northern_dark_hair } } -gepid = { # Migrational Era Gepids - color = gepid - - ethos = ethos_bellicose - heritage = heritage_east_germanic - language = language_gothic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_loyal_soldiers #Prized by Attila - #Regional Traditions - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_gothic_warfare - tradition_stand_and_fight #Prized fighters for Attila - } - - name_list = name_list_gepid - - coa_gfx = { norse_coa_gfx western_coa_gfx } - building_gfx = { norse_building_gfx } - clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } - unit_gfx = { norse_unit_gfx } - - ethnicities = { - 70 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 10 = caucasian_northern_brown_hair - 5 = caucasian_northern_dark_hair - } -} -heruli = { # Migrational Era Herules - color = heruli - - ethos = ethos_communal - heritage = heritage_east_germanic - language = language_gothic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_loyal_soldiers #Served the Byzantines loyally - #Regional Traditions - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_swords_for_hire #Used as federates by the Byzantines - tradition_gothic_warfare - } - name_list = name_list_heruli - - coa_gfx = { norse_coa_gfx western_coa_gfx } - building_gfx = { norse_building_gfx } - clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } - unit_gfx = { norse_unit_gfx } - - ethnicities = { - 70 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 10 = caucasian_northern_brown_hair - 5 = caucasian_northern_dark_hair - } -} -#Had a definite presence and were an important source of cavalry for the Merovingians around Poiters [2] -#The Taifal settlement in Phrygia (Gothograecia) and som names (Apsimar) is Turkic [3]; -#Given the fuzzy ethnic distribution in the Pontic Steppe, sarmatian is as good a choice as any. +# The More Sarmatian Group +# Had a definite presence and were an important source of cavalry for the Merovingians around Poiters [2] +# The Taifal settlement in Phrygia (Gothograecia) and some names (Apsimar) is Turkic [3]; +# Given the fuzzy ethnic distribution in the Pontic Steppe, sarmatian is as good a choice as any. taifal = { color = taifal @@ -311,31 +439,26 @@ taifal = { 50 = mediterranean } } -#Debcyzn/Gustow/Oksywie Cultures -#All related (possibly) to the rygir -#Goths might have been as well, but separated early and the association is scant -denziner = { # Migrational Era Debczyn - color = denziner +#Not *strictly* listed as Gothic, but started raiding the Black Sea during the period when the +#Goths were in Ukraine, so they should be listed (internally) as a Gothic group. +heruli = { # Migrational Era Herules + color = heruli ethos = ethos_communal heritage = heritage_east_germanic - language = language_central_germanic + language = language_gothic martial_custom = martial_custom_male_only traditions = { #Societal Traditions + tradition_loyal_soldiers #Served the Byzantines loyally #Regional Traditions #Ritual Traditions - tradition_tribe_unity #Rygir heritage #Realm Traditions #Combat Traditions + tradition_swords_for_hire #Used as federates by the Byzantines + tradition_gothic_warfare } - - dlc_tradition = { - trait = tradition_culture_blending - requires_dlc_flag = hybridize_culture - } - - name_list = name_list_denziner + name_list = name_list_heruli coa_gfx = { norse_coa_gfx western_coa_gfx } building_gfx = { norse_building_gfx } @@ -349,19 +472,23 @@ denziner = { # Migrational Era Debczyn 5 = caucasian_northern_dark_hair } } -gustow = { # Migrational Era Gustow +#Oksywie Culture +# * 200 BC to AD 100 +# * Pomerania Proper; seems to be tied to the Rugii +# * Strong ties to Przeworsk culture and clear transition from Pomeranian culture +gustow = { color = gustow ethos = ethos_stoic heritage = heritage_east_germanic - language = language_central_germanic + language = language_east_germanic martial_custom = martial_custom_equal traditions = { #Societal Traditions #Regional Traditions #Ritual Traditions + tradition_sacred_groves #Realm Traditions - tradition_metal_craftsmanship #Known material culture tradition_forest_folk #Combat Traditions } @@ -380,42 +507,11 @@ gustow = { # Migrational Era Gustow 5 = caucasian_northern_dark_hair } } -lebus = { # Migrational Era Lebus - color = lebus - - ethos = ethos_stoic - heritage = heritage_east_germanic - language = language_central_germanic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - #Ritual Traditions - #Realm Traditions - tradition_forest_folk - #Combat Traditions - tradition_forest_fighters - } - - name_list = name_list_lebus - - coa_gfx = { norse_coa_gfx western_coa_gfx } - building_gfx = { norse_building_gfx } - clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } - unit_gfx = { norse_unit_gfx } - - ethnicities = { - 70 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 10 = caucasian_northern_brown_hair - 5 = caucasian_northern_dark_hair - } -} -rygir = { # Migrational Era Rugians +rygir = { color = rygir - parents = { denziner } - created = 300.1.1 #Settlement of Rugii in Pannonia + parents = { gustow } + created = 300.1.1 ethos = ethos_stoic heritage = heritage_east_germanic @@ -446,29 +542,39 @@ rygir = { # Migrational Era Rugians 5 = caucasian_northern_dark_hair } } -#Weilbark/Prezeworsk origin -vandalic = { # Migrational Era Vandals - color = vandalic +#Debczyn Culture +# * AD 300 to AD 600 +# * Seems to have followed the outflow of Rygirs +# * Had strong Weilbark and Elbe Germanic influence (so increasing Germanization?) +denziner = { # Move to Central Germanic heritage! + color = denziner - ethos = ethos_bellicose + parents = { gustow langobard } + created = 300.1.1 #Settlement of Rugii in Pannonia + history_loc_override = denziner_history_loc + + ethos = ethos_communal heritage = heritage_east_germanic - language = language_vandalic + language = language_central_germanic #Influence from Elbe Germanic customs martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_zealous_people #Vandalic religous policy #Regional Traditions #Ritual Traditions - tradition_concubines #Standard for German Christian cultures + tradition_sacred_groves #Realm Traditions - tradition_ruling_caste #Were probably outnumbered by the Alans, to say nothing of + tradition_forest_folk #Combat Traditions - tradition_vandalic_warfare #Noted raiders } - name_list = name_list_vandalic + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } - coa_gfx = { norse_coa_gfx } + name_list = name_list_denziner + + coa_gfx = { norse_coa_gfx western_coa_gfx } building_gfx = { norse_building_gfx } clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } unit_gfx = { norse_unit_gfx } @@ -553,7 +659,13 @@ burgundian = { # Migrational Era Burgundians 25 = caucasian_dark_hair } } -skirian = { # Migrational Era Scirii +#Enigmatic Origin +# * Earliest reference is participating in a raid late 3rd Century BC in Olbia (i.e., Romania), +# around the same time as the Bastarnae +# * Name Etymology suggests "the Pure Ones", contrast with Bastarnae (assumed exonym), so probably +# a "purer" (i.e., less admixed) Germanic culture. As such, seems to best to make it speak an +# East Germanic isolate +skirian = { color = skirian ethos = ethos_bellicose @@ -588,6 +700,38 @@ skirian = { # Migrational Era Scirii 20 = asian #Hunnic component; ratio is 5:1 European to Asian } } +#OTHERS +lebus = { #Either remove OR change to Central Germanic at least + color = lebus + + ethos = ethos_stoic + heritage = heritage_east_germanic + language = language_central_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_forest_folk + #Combat Traditions + tradition_forest_fighters + } + + name_list = name_list_lebus + + coa_gfx = { norse_coa_gfx western_coa_gfx } + building_gfx = { norse_building_gfx } + clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } + unit_gfx = { norse_unit_gfx } + + ethnicities = { + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } +} ### Not Done Yet vvvvv # Migrational Era Bavari diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 451ae45cce..c70345b4b4 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1621,9 +1621,9 @@ language_vandalic = { color = vandalic } -language_burgundian = { +language_east_germanic = { #i.e., non-Gothic Weilbark type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_burgundian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_germanic } } parameters = { language_group_germanic = yes @@ -1633,7 +1633,7 @@ language_burgundian = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_burgundian } + limit = { has_cultural_pillar = language_east_germanic } multiply = same_language_choice_factor } else_if = { diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 289e59d7b2..477f8fb621 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -20,7 +20,9 @@ colors = { galindian = { 0.56 0.55 0.2 } aesti = { 0.66 0.55 0.2 } vistula_veneti = { 0.6 0.6 0.1 } - przeworsk = { 0.6 0.4 0.2 } + kolochin = { 0.55 0.35 0.15 } + east_galinidan = { 0.60 0.50 0.21 } + dneipner_baltic = { 0.65 0.45 0.19 } #Berber guanches = { 0.4 0.30 0.2 } tashellhit = { 0.5 0.34 0.34 } @@ -113,6 +115,7 @@ colors = { vidivarii = { 0.19 0.60 0.27 } burgundian = { 0.45 0.0 0.2 } skirian = { 0.25 0.30 0.06 } + przeworsk = { 0.6 0.4 0.2 } #East Iranian khwarezmian = { 0.85 0.75 0.45 } sogdian = { 0.43 0.32 0.32 } diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 96d1c08282..f044e1c1bb 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -93,7 +93,7 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_norse } NOT = { has_court_language = language_norse } } $CHARACTER$ = { set_court_language = language_norse } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_gothic } NOT = { has_court_language = language_gothic } } $CHARACTER$ = { set_court_language = language_gothic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_vandalic } NOT = { has_court_language = language_vandalic } } $CHARACTER$ = { set_court_language = language_vandalic } } - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_burgundian } NOT = { has_court_language = language_burgundian } } $CHARACTER$ = { set_court_language = language_burgundian } } + else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_east_germanic } NOT = { has_court_language = language_burgundian } } $CHARACTER$ = { set_court_language = language_burgundian } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_skirian } NOT = { has_court_language = language_skirian } } $CHARACTER$ = { set_court_language = language_skirian } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_anglic } NOT = { has_court_language = language_anglic } } $CHARACTER$ = { set_court_language = language_anglic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_dutch } NOT = { has_court_language = language_dutch } } $CHARACTER$ = { set_court_language = language_dutch } } diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 2a3def1dc9..0ed1290bb9 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -13,4 +13,15 @@ waaqism_pagan is Oromo-Somali, so moved to appropriate cultures Cleaned up Welayata based on this map (with some guestimations and back-projections) https://en.wikipedia.org/wiki/Omotic_languages#/media/File:Omotic_languages_german.svg For aa general idea of the locations of Cushtic/Omotic speakers, this map is useful: -https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Detailed_Afroasiatic_map.svg/2560px-Detailed_Afroasiatic_map.svg.png \ No newline at end of file +https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Detailed_Afroasiatic_map.svg/2560px-Detailed_Afroasiatic_map.svg.png + +Balts & Slavs +-------------- +Kolochin distribution based on [1] + + + +[1] - Mallory, J. P.; Adams, Douglas Q. (1997). "Kolochin culture". Encyclopedia of Indo-European Culture. Taylor & Francis. pp. 337–338. ISBN 1884964982. + + + diff --git a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt index 14c73ab738..0d85442f96 100644 --- a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt @@ -4,8 +4,8 @@ ###c_volodymyr 535 = { #Volodymyr - culture = przeworsk - religion = akan_pagan + culture = dneipner_baltic + religion = baltic_pagan holding = tribal_holding } 5047 = { #Lutsk @@ -34,8 +34,8 @@ } ###c_berestye 549 = { #Berestye - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5054 = { #Bielsk @@ -49,8 +49,8 @@ } ###c_dorohychyn 5057 = { #Dorohychyn - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5058 = { #Kobryn @@ -109,8 +109,8 @@ } ###c_zaslavl 5070 = { #Zaslavl - culture = przeworsk - religion = akan_pagan + culture = old_slavic + religion = slavic_pagan holding = tribal_holding } 5071 = { #Dubno @@ -124,8 +124,8 @@ ###c_cherven 5073 = { #Cherven - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5074 = { #Volin @@ -139,8 +139,8 @@ } ###c_belz 5077 = { #Belz - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5078 = { #Liubachev @@ -148,8 +148,8 @@ } ###c_peremyshl 534 = { #Peremyshl - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 5079 = { #Yaroslav = b_yaroslav_VOL @@ -184,8 +184,8 @@ } ###c_stezycka 4951 = { #Stezyca - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 4952 = { #Lukow @@ -193,8 +193,8 @@ } ###c_lubelska 4957 = { #Lublin - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 4958 = { #Parczew @@ -208,8 +208,8 @@ } ###c_tarnowska 4965 = { #Tarnow - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 4966 = { #Mielec diff --git a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt index 85a8e1d1a6..828eda5313 100644 --- a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt +++ b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt @@ -1,4 +1,11 @@ -# k_germania_slavica_secunda +#Przeworsk based on the map on page 169 of [1] +#Wielbark based on the map in [2]; can't check "Reallexikon der Germanischen Altertumskunde" directly, +#but seems to track with other things read about Weilbark and Chernyakov cultures +# +#[1] - A. Rzeszotarska-Nowakiewicz and Urbańczyk Przemysław, “500 BC - 500 AD,” in The Past Societies: Polish lands from the first evidence of human presence to the early middle agesn4, Warszawa: Institute of Archaeology and Ethnology, Polish Academy of Science, 2016. +#[2] - https://commons.wikimedia.org/wiki/File:Oksywie_Wielbark_Przeworsk.gif + +# k_germania_slavica_secunda ## d_westpommern ################################## @@ -16,7 +23,7 @@ } ###c_kolobrzeg (c_wolin) 2818 = { #b_swinoujscie WOLIN - culture = vidivarii + culture = denziner religion = germanic_pagan holding = tribal_holding } @@ -40,7 +47,7 @@ } ###c_cammin (c_kolobrzeg) 2826 = { #b_cammin KOLOBRZEG - culture = vidivarii + culture = denziner religion = germanic_pagan holding = tribal_holding } @@ -64,7 +71,7 @@ } ###c_landsberg (c_santok) 3152 = { #b_landsberg SANTOK - culture = vidivarii + culture = denziner religion = germanic_pagan holding = tribal_holding } @@ -139,8 +146,8 @@ ###c_breslau 3045 = { #Breslau / Wroclaw - culture = przeworsk - religion = akan_pagan + culture = langobard + religion = germanic_pagan holding = tribal_holding } 3057 = { #Bardo @@ -149,7 +156,7 @@ ###c_miliez 3061 = { #Miliez culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 3062 = { #Olesnica @@ -205,8 +212,8 @@ } ###c_legnica 3058 = { #Legnica - culture = przeworsk - religion = akan_pagan + culture = langobard + religion = germanic_pagan holding = tribal_holding } 3063 = { #Glogow @@ -221,7 +228,7 @@ ###c_opole 3052 = { #Opole culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 3053 = { #Kreuzburg / Kluczbork @@ -232,8 +239,8 @@ } ###c_brzeg 3049 = { #Brzeg - culture = przeworsk - religion = akan_pagan + culture = langobard + religion = germanic_pagan holding = tribal_holding } 3055 = { #Olawa @@ -244,8 +251,8 @@ } ###c_nysa 3048 = { #Nysa - culture = przeworsk - religion = akan_pagan + culture = langobard + religion = germanic_pagan holding = tribal_holding } 3050 = { #Glogowek @@ -266,7 +273,7 @@ ###c_ratibor 3042 = { #Ratibor / Raciborz culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 3043 = { #Rybnik @@ -275,7 +282,7 @@ ###c_bethen 3044 = { #Bethen / Bytom culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 3054 = { #Lubliniec @@ -304,8 +311,8 @@ } ###c_gnieznienska 4905 = { #Gniezno - culture = przeworsk - religion = akan_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 4906 = { #Sroda @@ -320,7 +327,7 @@ ###c_kaliska 4909 = { #Kalisz culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 4910 = { #Kozmin @@ -331,8 +338,8 @@ } ###c_wschowska 4912 = { #Wschowa - culture = przeworsk - religion = akan_pagan + culture = langobard + religion = germanic_pagan holding = tribal_holding } 4913 = { #Koscian @@ -373,8 +380,8 @@ ###c_kujawy 4918 = { #Kruszwica - culture = przeworsk - religion = akan_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 4919 = { #Wloclawek @@ -389,7 +396,7 @@ ###c_leczycka 4924 = { #Leczyca culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 4925 = { #Lodz @@ -401,7 +408,7 @@ ###c_sieradzka 528 = { #Sieradz culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 4927 = { #Piotrkow @@ -419,7 +426,7 @@ ###c_wielunska 4931 = { #Wielun culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 4932 = { #Grabow @@ -428,7 +435,7 @@ ###c_gostyninska 4940 = { #Gostynin culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 4941 = { #Rawa @@ -446,7 +453,7 @@ ###c_krakowska 527 = { #Krakow culture = przeworsk - religion = akan_pagan + religion = germanic_pagan holding = tribal_holding } 440 = { #Olsztyn @@ -466,8 +473,8 @@ } ###c_sandomierska 531 = { #Sandomierz - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 4961 = { #Opatow @@ -484,8 +491,8 @@ } ###c_radomska 4953 = { #Radom - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 4954 = { #Opoczno diff --git a/WtWSMS/history/provinces/bp_k_lithuania.txt b/WtWSMS/history/provinces/bp_k_lithuania.txt index c9692ee785..624ad4edc5 100644 --- a/WtWSMS/history/provinces/bp_k_lithuania.txt +++ b/WtWSMS/history/provinces/bp_k_lithuania.txt @@ -4,7 +4,7 @@ ###c_kernave 154 = { #KERNAVE - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -19,7 +19,7 @@ } ###c_trakai 153 = { #TRAKAI - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -52,7 +52,7 @@ } ###c_braslau 166 = { #BRASLAU - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -64,8 +64,8 @@ ###c_malbork (c_pomesania) 2835 = { #TRUSO - culture = vidivarii - religion = germanic_pagan + culture = prussian + religion = baltic_pagan holding = tribal_holding } 2834 = { #MALBORK @@ -130,8 +130,8 @@ ###c_torun (c_chelmno) 3198 = { #CHELMNO - culture = vidivarii - religion = germanic_pagan + culture = prussian + religion = baltic_pagan holding = tribal_holding } 3199 = { #TORUN @@ -142,8 +142,8 @@ } ###c_osterode (c_sasna) 3214 = { #YLAVIA - culture = przeworsk - religion = akan_pagan + culture = prussian + religion = baltic_pagan holding = tribal_holding } 3200 = { #LUBAVIA @@ -154,8 +154,8 @@ } ###c_allenstein (c_galindia) 3212 = { #ALNASTEINI - culture = przeworsk - religion = akan_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 3211 = { #SCTINO @@ -298,8 +298,8 @@ ###c_plocka 529 = { #Plock - culture = przeworsk - religion = akan_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 4933 = { #Wyszogrod @@ -313,8 +313,8 @@ } ###c_czerska 530 = { #Czersk - culture = przeworsk - religion = akan_pagan + culture = vistula_veneti + religion = baltic_pagan holding = tribal_holding } 4936 = { #Warszawa @@ -331,8 +331,8 @@ } ###c_lomzynska 4943 = { #Lomza - culture = przeworsk - religion = akan_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 4944 = { #Wizna @@ -343,8 +343,8 @@ } ###c_zakroczymska 4946 = { #Zakroczym - culture = przeworsk - religion = akan_pagan + culture = galindian + religion = baltic_pagan holding = tribal_holding } 4947 = { #Nur @@ -358,8 +358,8 @@ } ###c_dobrzynska 4922 = { #Dobrzyn - culture = vidivarii - religion = germanic_pagan + culture = prussian + religion = baltic_pagan holding = tribal_holding } 4923 = { #Michalowo diff --git a/WtWSMS/history/provinces/bp_k_ruthenia.txt b/WtWSMS/history/provinces/bp_k_ruthenia.txt index 4c75db85d4..8da0747d15 100644 --- a/WtWSMS/history/provinces/bp_k_ruthenia.txt +++ b/WtWSMS/history/provinces/bp_k_ruthenia.txt @@ -92,7 +92,7 @@ ###c_turov 552 = { #Turov - culture = vistula_veneti + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -104,7 +104,7 @@ } ###c_korosten 5104 = { #Korosten - culture = vistula_veneti + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -122,7 +122,7 @@ } ###c_dubrovytsia 5109 = { #Dubrovytsia - culture = vistula_veneti + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -134,6 +134,7 @@ } ##d_pereyaslavl ################################### + ###c_pereyaslavl 555 = { #Pereyaslavl culture = old_slavic @@ -194,7 +195,7 @@ ###c_chernigov 554 = { #Chernigov - culture = vistula_veneti + culture = kolochin religion = baltic_pagan holding = tribal_holding } @@ -212,7 +213,7 @@ } ###c_starodub 5203 = { #Starodub - culture = vistula_veneti + culture = kolochin religion = baltic_pagan holding = tribal_holding } @@ -227,8 +228,8 @@ } ###c_novgorod_seversky 567 = { #Novgorod Seversky - culture = old_slavic - religion = slavic_pagan + culture = kolochin + religion = baltic_pagan holding = tribal_holding } 5191 = { #Borzna @@ -269,7 +270,7 @@ ###c_karachev 5209 = { #Karachev - culture = vistula_veneti + culture = kolochin religion = baltic_pagan holding = tribal_holding } @@ -281,7 +282,7 @@ } ###c_kozelsk 5212 = { #Kozelsk - culture = galindian + culture = east_galindian religion = baltic_pagan holding = tribal_holding } @@ -293,7 +294,7 @@ } ###c_sevsk 5206 = { #Sevsk - culture = vistula_veneti + culture = kolochin religion = baltic_pagan holding = tribal_holding } @@ -305,6 +306,7 @@ } ##d_novosil ################################### + ###c_novosil 5215 = { #Novosil culture = meshchera diff --git a/WtWSMS/history/provinces/bp_k_white_rus.txt b/WtWSMS/history/provinces/bp_k_white_rus.txt index 92d179bc8a..914dd021bc 100644 --- a/WtWSMS/history/provinces/bp_k_white_rus.txt +++ b/WtWSMS/history/provinces/bp_k_white_rus.txt @@ -4,7 +4,7 @@ ###c_grodno 161 = { #GRODNO - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -13,7 +13,7 @@ } ###c_volkovysk 5044 = { #Volkovysk - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -25,7 +25,7 @@ } ###c_novogrudok 5136 = { #Novogrudok - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -37,7 +37,7 @@ ###c_pinsk 548 = { #Pinsk - culture = vistula_veneti + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -49,7 +49,7 @@ } ###c_slutsk 5114 = { #Slutsk - culture = vistula_veneti + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -61,7 +61,7 @@ } ###c_kletsk 5117 = { #Kletsk - culture = galindian + culture = dneipner_baltic religion = baltic_pagan #holding = tribal_holding } @@ -70,7 +70,7 @@ } ###c_babruysk 5119 = { #Babruysk - culture = vistula_veneti + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -88,7 +88,7 @@ ###c_minsk 550 = { #Minsk - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -106,7 +106,7 @@ } ###c_orsha 5127 = { #Orsha - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -118,7 +118,7 @@ ###c_polotsk 5129 = { #Polotsk - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -130,7 +130,7 @@ } ###c_lukoml 934 = { #Lukoml - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -142,7 +142,7 @@ } ###c_vitebsk 5134 = { #Vitebsk - culture = galindian + culture = dneipner_baltic religion = baltic_pagan holding = tribal_holding } @@ -154,7 +154,7 @@ ###c_smolensk 568 = { #Smolensk - culture = galindian + culture = east_galindian religion = baltic_pagan holding = tribal_holding } @@ -172,7 +172,7 @@ } ###c_gnezdovo 5221 = { #Gnezdovo - culture = galindian + culture = east_galindian religion = baltic_pagan holding = tribal_holding } @@ -184,7 +184,7 @@ } ###c_roslavl 933 = { #Roslavl - culture = galindian + culture = kolochin religion = baltic_pagan holding = tribal_holding } @@ -196,7 +196,7 @@ } ###c_mozhaysk 587 = { #Mozhaysk - culture = galindian + culture = east_galindian religion = baltic_pagan holding = tribal_holding } @@ -208,7 +208,7 @@ } ###c_toropets 5170 = { #Toropets - culture = galindian + culture = east_galindian religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 0168aefd65..d23514e65d 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -36,4 +36,6 @@ hunnic_history_loc: "Formed from a core [CULTURE.GetName] component, intermixed with various Steppe peoples" #Mongols xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" - \ No newline at end of file + #East Germanic + vidivarii_history_loc: "Formed from Weilbark and West Baltic peoples in AD [DATE.GetYear]" + denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in AD [DATE.GetYear]" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 78ec29261c..5050b0151a 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -61,6 +61,15 @@ aesti:0 "Aesti" aesti_collective_noun:0 "Aesti" aesti_prefix:0 "Aestian" + kolochin: "Kolochin" + kolochin_collective_noun: "Kolochins" + kolochin_prefix: "Kolocho" + east_galindian: "East Galindian" + east_galindian_collective_noun: "East Galindians" + east_galindian_prefix: "East Galindo" + dneipner_baltic: "Dneipner Baltic" + dneipner_baltic_collective_noun: "Dneipner Balts" + dneipner_baltic_prefix: "Dneipner Balto" # Celtic group briton:0 "Briton" briton_collective_noun:0 "Britons" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index c78ce4e186..ecaf001f57 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -45,7 +45,7 @@ #East Germanics language_gothic_name:0 "Gothic" language_vandalic_name:0 "Vandalic" - language_burgundian_name: "Burgundian" + language_east_germanic_name: "East Germanic" language_skirian_name:0 "Skirian" #East Iranian language_bactrian_name:0 "Bactrian" From f215a8cf2c124a4c0efdd0c5bb94a6196e8c7b98 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:11:09 -0400 Subject: [PATCH 145/339] Baltic Fixup * Clean up various Baltic group ethos/traditions * Better clarify Baltic group locations on the map * Improved some history loc overrides --- WtWSMS/common/culture/cultures/BP_baltic.txt | 92 +++++++++++-------- .../culture/cultures/BP_east_germanic.txt | 33 ++++--- WtWSMS/common/culture/pillars/00_language.txt | 6 +- .../common/named_colors/BP_culture_colors.txt | 2 +- .../scripted_effects/BP_on_action_effects.txt | 4 +- WtWSMS/history/provinces/_BP_notes.info | 7 +- WtWSMS/history/provinces/bp_k_lithuania.txt | 6 +- WtWSMS/history/provinces/bp_k_white_rus.txt | 10 +- .../culture/BP_cultural_history_l_english.yml | 5 +- .../BP_cultural_languages_l_english.yml | 2 +- 10 files changed, 94 insertions(+), 73 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index a6bb32b752..78f255a94e 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -37,14 +37,20 @@ galindian = { heritage = heritage_baltic language = language_west_baltic martial_custom = martial_custom_male_only + #Peter of Duisburg and Martin Murinius note noticeable brutality in the Galindians, including + # mass killings of captives. While these sources should be taken with some scepticism, Galindians + # did indeed engage in raiding and the like and thus should be at least somewhat stoic (if not + # bellicose). Also isolationist because of general sparsity of information regarding the (Western) + # Galindians. traditions = { #Societal Traditions #Regional Traditions tradition_forest_wardens #Ritual Traditions - tradition_sacred_groves #Kurgans built in forests #Realm Traditions + tradition_isolationist #Combat Traditions + tradition_forest_fighters } name_list = name_list_galindian @@ -92,65 +98,66 @@ aesti = { #Origin for both Lithuanian and Latgalians 2 = caucasian_northern_dark_hair } } -vistula_veneti = { +vistula_veneti = { #Baltic Przeworsk; some Germanic influence from Wielbark migration color = vistula_veneti - parents = { przeworsk } - created = 400.1.1 - - ethos = ethos_communal + ethos = ethos_egalitarian #Part of Przeworsk group heritage = heritage_baltic - language = language_veneti #Assuming the language was distinct from other Baltic/Slavic langauges and possibly linked to the Adriatic Veneti based on hydronyms + language = language_west_baltic martial_custom = martial_custom_male_only traditions = { #Societal Traditions #Regional Traditions - tradition_forest_wardens #Ritual Traditions - tradition_sacred_groves #Realm Traditions + tradition_forest_folk #Combat Traditions + tradition_forest_fighters #Tacitus' notes tendency to fight and raid } + #Discourage keeping around dlc_tradition = { trait = tradition_culture_blending requires_dlc_flag = hybridize_culture + fallback = tradition_xenophilic } name_list = name_list_vistula_veneti - coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx norse_coa_gfx } building_gfx = { western_building_gfx } - clothing_gfx = { northern_clothing_gfx } + clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } #Germanic Influence unit_gfx = { northern_unit_gfx } + #Mixed Gothic/Vistula ethnicities (then added together to avoid processing issues) ethnicities = { - 80 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 3 = caucasian_northern_brown_hair - 2 = caucasian_northern_dark_hair + 150 = caucasian_northern_blond + 30 = caucasian_northern_ginger + 13 = caucasian_northern_brown_hair + 7 = caucasian_northern_dark_hair } } -kolochin = { - color = kolochin +east_galindian = { + color = east_galinidan - ethos = ethos_communal + ethos = ethos_stoic heritage = heritage_baltic - language = language_veneti + language = language_dneiper_baltic martial_custom = martial_custom_male_only traditions = { #Societal Traditions #Regional Traditions - tradition_forest_wardens + tradition_forest_wardens #Taiga Locality #Ritual Traditions - tradition_sacred_groves #Realm Traditions + tradition_hill_dwellers #Hilly Locality #Combat Traditions } dlc_tradition = { - trait = tradition_culture_blending + trait = tradition_staunch_traditionalists #Long-term holdouts against Slavization requires_dlc_flag = hybridize_culture + fallback = tradition_isolationist } name_list = name_list_vistula_veneti @@ -167,75 +174,84 @@ kolochin = { 2 = caucasian_northern_dark_hair } } -east_galindian = { - color = east_galinidan +#Balto-Slavic Border Cultures +kolochin = { + color = kolochin ethos = ethos_communal heritage = heritage_baltic - language = language_veneti + language = language_dneiper_baltic martial_custom = martial_custom_male_only traditions = { #Societal Traditions #Regional Traditions - tradition_forest_wardens #Ritual Traditions - tradition_sacred_groves #Realm Traditions + tradition_forest_folk + tradition_wetlanders #Dneipner-Pipyat-Desna confluence is a wetland region #Combat Traditions } + #Discourage keeping around dlc_tradition = { trait = tradition_culture_blending requires_dlc_flag = hybridize_culture + fallback = tradition_xenophilic } name_list = name_list_vistula_veneti - coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + coa_gfx = { baltic_group_coa_gfx east_slavic_group_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } clothing_gfx = { northern_clothing_gfx } unit_gfx = { northern_unit_gfx } + #Balto-Slavic Hybrid ethnicities = { 80 = caucasian_northern_blond + 60 = slavic_northern_blond 15 = caucasian_northern_ginger + 5 = slavic_northern_ginger 3 = caucasian_northern_brown_hair + 25 = slavic_northern_brown_hair + 10 = slavic_northern_dark_hair 2 = caucasian_northern_dark_hair } } dneipner_baltic = { color = dneipner_baltic - ethos = ethos_communal + ethos = ethos_courtly #Volhynian bequeath heritage = heritage_baltic - language = language_veneti + language = language_dneiper_baltic martial_custom = martial_custom_male_only traditions = { #Societal Traditions #Regional Traditions - tradition_forest_wardens #Ritual Traditions - tradition_sacred_groves #Realm Traditions + tradition_forest_folk + tradition_wetlanders #Dneipner-Pipyat-Desna confluence is a wetland region + tradition_astute_diplomats #Volhynian bequeath #Combat Traditions } - dlc_tradition = { - trait = tradition_culture_blending - requires_dlc_flag = hybridize_culture - } - name_list = name_list_vistula_veneti - coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + coa_gfx = { baltic_group_coa_gfx east_slavic_group_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } clothing_gfx = { northern_clothing_gfx } unit_gfx = { northern_unit_gfx } + #Balto-Slavic Hybrid ethnicities = { 80 = caucasian_northern_blond + 60 = slavic_northern_blond 15 = caucasian_northern_ginger + 5 = slavic_northern_ginger 3 = caucasian_northern_brown_hair + 25 = slavic_northern_brown_hair + 10 = slavic_northern_dark_hair 2 = caucasian_northern_dark_hair } } diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index 030b3745b1..2a0489ba0b 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -10,16 +10,20 @@ przeworsk = { color = przeworsk - ethos = ethos_egalitarian - heritage = heritage_east_germanic - language = language_east_germanic + parents = { vistula_veneti gothic } + created = 2.1.1 + history_loc_override = przeworsk_history_loc + + ethos = ethos_egalitarian #Baltic Prezeworsk inheritance + heritage = heritage_east_germanic #Germanic inheritance + language = language_east_germanic #Germanic inheritance martial_custom = martial_custom_male_only traditions = { #Societal Traditions #Regional Traditions #Ritual Traditions - tradition_sacred_groves #Realm Traditions + tradition_tribe_unity #Germanic inheritance; tendency to form larger conglomerations in time of need tradition_forest_folk #Combat Traditions } @@ -28,20 +32,22 @@ przeworsk = { dlc_tradition = { trait = tradition_culture_blending requires_dlc_flag = hybridize_culture + fallback = tradition_xenophilic } name_list = name_list_przeworsk - coa_gfx = { norse_coa_gfx } - building_gfx = { norse_building_gfx } + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx norse_coa_gfx } #Vandal emigration increasing Baltic influence + building_gfx = { western_building_gfx } #Vandal emigration increasing Baltic influence clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } - unit_gfx = { norse_unit_gfx } + unit_gfx = { northern_unit_gfx } #Vandal emigration increasing Baltic influence + #Mixed Gothic/Vistula ethnicities (then added together to avoid processing issues) ethnicities = { - 70 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 10 = caucasian_northern_brown_hair - 5 = caucasian_northern_dark_hair + 150 = caucasian_northern_blond + 30 = caucasian_northern_ginger + 13 = caucasian_northern_brown_hair + 7 = caucasian_northern_dark_hair } } vandalic = { @@ -161,7 +167,7 @@ vidivarii = { created = 450.1.1 history_loc_override = vidivarii_history_loc - ethos = ethos_bureaucratic #Prussian heritage + ethos = ethos_communal #Baltic heritage heritage = heritage_east_germanic language = language_east_germanic martial_custom = martial_custom_male_only @@ -179,6 +185,7 @@ vidivarii = { dlc_tradition = { trait = tradition_culture_blending requires_dlc_flag = hybridize_culture + fallback = tradition_xenophilic } name_list = name_list_vidivarii @@ -481,7 +488,7 @@ gustow = { ethos = ethos_stoic heritage = heritage_east_germanic - language = language_east_germanic + language = language_central_germanic #Central Germanic influence by the later IVth century martial_custom = martial_custom_equal traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index c70345b4b4..5851d41260 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1296,9 +1296,9 @@ language_west_baltic = { color = galindian } -language_veneti = { +language_dneiper_baltic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_veneti } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_dneiper_baltic } } parameters = { language_group_balto_slavic = yes @@ -1308,7 +1308,7 @@ language_veneti = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_veneti } + limit = { has_cultural_pillar = language_dneiper_baltic } multiply = same_language_choice_factor } else_if = { diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 477f8fb621..e26c86bc7d 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -20,7 +20,7 @@ colors = { galindian = { 0.56 0.55 0.2 } aesti = { 0.66 0.55 0.2 } vistula_veneti = { 0.6 0.6 0.1 } - kolochin = { 0.55 0.35 0.15 } + kolochin = { 0.65 0.35 0.15 } east_galinidan = { 0.60 0.50 0.21 } dneipner_baltic = { 0.65 0.45 0.19 } #Berber diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index f044e1c1bb..f04827e067 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -80,7 +80,7 @@ set_court_language_from_effect = { ## Balto-Slavic else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_baltic } NOT = { has_court_language = language_baltic } } $CHARACTER$ = { set_court_language = language_baltic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_west_baltic } NOT = { has_court_language = language_west_baltic } } $CHARACTER$ = { set_court_language = language_west_baltic } } - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_veneti } NOT = { has_court_language = language_veneti } } $CHARACTER$ = { set_court_language = language_veneti } } + else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_dneiper_baltic } NOT = { has_court_language = language_dneiper_baltic } } $CHARACTER$ = { set_court_language = language_dneiper_baltic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_east_slavic } NOT = { has_court_language = language_east_slavic } } $CHARACTER$ = { set_court_language = language_east_slavic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_south_slavic } NOT = { has_court_language = language_south_slavic } } $CHARACTER$ = { set_court_language = language_south_slavic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_slavonic } NOT = { has_court_language = language_slavonic } } $CHARACTER$ = { set_court_language = language_slavonic } } @@ -280,7 +280,7 @@ match_court_languages_effect = { ## Balto-Slavic else_if = { limit = { $TOP_COURT$ = { has_court_language = language_baltic } } $CURRENT_COURT$ = { set_court_language = language_baltic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_west_baltic } } $CURRENT_COURT$ = { set_court_language = language_west_baltic } } - else_if = { limit = { $TOP_COURT$ = { has_court_language = language_veneti } } $CURRENT_COURT$ = { set_court_language = language_veneti } } + else_if = { limit = { $TOP_COURT$ = { has_court_language = language_dneiper_baltic } } $CURRENT_COURT$ = { set_court_language = language_dneiper_baltic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_east_slavic } } $CURRENT_COURT$ = { set_court_language = language_east_slavic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_south_slavic } } $CURRENT_COURT$ = { set_court_language = language_south_slavic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_slavonic } } $CURRENT_COURT$ = { set_court_language = language_slavonic } } diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 0ed1290bb9..c1262ac7a5 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -18,10 +18,7 @@ https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Detailed_Afroasiatic_m Balts & Slavs -------------- Kolochin distribution based on [1] - - +Dneipner Balts placed at teh headwaters of the Pripyat, Dneipner, and Neman Rivers +Aesti extended into the Dvinia headwaters as well as Kernave and Traki [1] - Mallory, J. P.; Adams, Douglas Q. (1997). "Kolochin culture". Encyclopedia of Indo-European Culture. Taylor & Francis. pp. 337–338. ISBN 1884964982. - - - diff --git a/WtWSMS/history/provinces/bp_k_lithuania.txt b/WtWSMS/history/provinces/bp_k_lithuania.txt index 624ad4edc5..26f8242494 100644 --- a/WtWSMS/history/provinces/bp_k_lithuania.txt +++ b/WtWSMS/history/provinces/bp_k_lithuania.txt @@ -4,7 +4,7 @@ ###c_kernave 154 = { #KERNAVE - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } @@ -19,7 +19,7 @@ } ###c_trakai 153 = { #TRAKAI - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } @@ -52,7 +52,7 @@ } ###c_braslau 166 = { #BRASLAU - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_white_rus.txt b/WtWSMS/history/provinces/bp_k_white_rus.txt index 914dd021bc..160b59bd60 100644 --- a/WtWSMS/history/provinces/bp_k_white_rus.txt +++ b/WtWSMS/history/provinces/bp_k_white_rus.txt @@ -4,7 +4,7 @@ ###c_grodno 161 = { #GRODNO - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } @@ -13,7 +13,7 @@ } ###c_volkovysk 5044 = { #Volkovysk - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } @@ -118,7 +118,7 @@ ###c_polotsk 5129 = { #Polotsk - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } @@ -130,7 +130,7 @@ } ###c_lukoml 934 = { #Lukoml - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } @@ -142,7 +142,7 @@ } ###c_vitebsk 5134 = { #Vitebsk - culture = dneipner_baltic + culture = aesti religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index d23514e65d..9e752ffc21 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -37,5 +37,6 @@ #Mongols xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" #East Germanic - vidivarii_history_loc: "Formed from Weilbark and West Baltic peoples in AD [DATE.GetYear]" - denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in AD [DATE.GetYear]" \ No newline at end of file + przeworsk_history_loc: "Formed from the Pomeranian Culture and Germanic Peoples in IIIrd Century BC" + vidivarii_history_loc: "Formed from Weilbark and West Baltic peoples in IVth Century AD" + denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in IIIrd Century AD" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index ecaf001f57..05958a98b1 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -8,7 +8,7 @@ #Baltic language_baltic_name:0 "East Baltic" language_west_baltic_name:0 "West Baltic" - language_veneti_name:0 "Veneti" + language_dneiper_baltic_name: "Dneipner Baltic" #Berber language_guanche_name:0 "Guanche" language_northern_berber_name:0 "Northern Amazigh" From f98f482403612e15f86aecf9dfcca1916fb9bf36 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 4 Nov 2022 18:46:53 -0400 Subject: [PATCH 146/339] Finnic groups * Add Chuds * Touch up Volga Finn locations --- .../culture/cultures/BP_balto_finnic.txt | 35 +++++++++++++++++++ .../common/named_colors/BP_culture_colors.txt | 2 ++ WtWSMS/history/provinces/bp_k_novgorod.txt | 20 ++++++----- WtWSMS/history/provinces/bp_k_opolye.txt | 6 +++- .../english/culture/BP_cultures_l_english.yml | 4 +++ 5 files changed, 58 insertions(+), 9 deletions(-) create mode 100644 WtWSMS/common/culture/cultures/BP_balto_finnic.txt diff --git a/WtWSMS/common/culture/cultures/BP_balto_finnic.txt b/WtWSMS/common/culture/cultures/BP_balto_finnic.txt new file mode 100644 index 0000000000..b68c72474b --- /dev/null +++ b/WtWSMS/common/culture/cultures/BP_balto_finnic.txt @@ -0,0 +1,35 @@ +chud = { #Proto-Ingrians/Izhorians/Votes + color = chud + + ethos = ethos_communal + heritage = heritage_balto_finnic + language = language_finnic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_zealous_people #Vote tradition; long resistance to both Orthodox Christianization and Lutheranism + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + } + + dlc_tradition = { + trait = tradition_staunch_traditionalists #Long-term holdouts against Slavization + requires_dlc_flag = hybridize_culture + fallback = tradition_isolationist + } + + name_list = name_list_vepsian + + coa_gfx = { balto_finnic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { northern_unit_gfx } + + ethnicities = { + 33 = circumpolar_dark_hair + 33 = circumpolar_brown_hair + 33 = circumpolar_blonde_hair + } +} \ No newline at end of file diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index e26c86bc7d..8f6b1a28d5 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -23,6 +23,8 @@ colors = { kolochin = { 0.65 0.35 0.15 } east_galinidan = { 0.60 0.50 0.21 } dneipner_baltic = { 0.65 0.45 0.19 } + #Balto-Finnic + chud = { 0.50 0.7 0.80 } #Berber guanches = { 0.4 0.30 0.2 } tashellhit = { 0.5 0.34 0.34 } diff --git a/WtWSMS/history/provinces/bp_k_novgorod.txt b/WtWSMS/history/provinces/bp_k_novgorod.txt index 84a37f0ef4..6267a02539 100644 --- a/WtWSMS/history/provinces/bp_k_novgorod.txt +++ b/WtWSMS/history/provinces/bp_k_novgorod.txt @@ -1,8 +1,10 @@ #k_novgorod + ##d_novgorod ################################### + ###c_novgorod 5137 = { #Novgorod - culture = estonian + culture = chud religion = finnish_pagan holding = tribal_holding } @@ -23,7 +25,7 @@ } ###c_rusa 5143 = { #Rusa - culture = estonian + culture = chud religion = finnish_pagan holding = tribal_holding } @@ -38,7 +40,7 @@ } ###c_pskov 5146 = { #Pskov - culture = estonian + culture = chud religion = finnish_pagan holding = tribal_holding } @@ -53,7 +55,7 @@ } ###c_sebezh 5150 = { #Sebezh - culture = estonian + culture = chud religion = finnish_pagan holding = tribal_holding } @@ -65,7 +67,7 @@ } ###c_vodi 169 = { #NYEN - culture = estonian + culture = chud religion = finnish_pagan holding = tribal_holding } @@ -80,6 +82,7 @@ } ##d_vepsia ################################### + ###c_beloozero 5156 = { #Beloozero culture = vepsian @@ -94,7 +97,7 @@ } ###c_tikhvin 5153 = { #Tikhvin - culture = vepsian + culture = chud religion = finnish_pagan holding = tribal_holding } @@ -122,9 +125,10 @@ } ##d_luki ################################### + ###c_luki 5161 = { #Luki - culture = estonian + culture = chud religion = finnish_pagan holding = tribal_holding } @@ -136,7 +140,7 @@ } ###c_valdai 5164 = { #Torzhok - culture = vepsian + culture = chud religion = finnish_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_opolye.txt b/WtWSMS/history/provinces/bp_k_opolye.txt index 8e481c4d0b..2ce1d278e0 100644 --- a/WtWSMS/history/provinces/bp_k_opolye.txt +++ b/WtWSMS/history/provinces/bp_k_opolye.txt @@ -1,5 +1,7 @@ #k_opolye + ##d_opolye ################################### + ###c_yaroslavl 572 = { #Yaroslavl culture = merya @@ -86,6 +88,7 @@ } ##d_ryazan ################################### + ###c_ryazan 580 = { #Ryazan culture = muroma @@ -133,9 +136,10 @@ } ##d_nizhny_novgorod ################################### + ###c_nizhny_novgorod 584 = { #Nizhny Novgorod - culture = muroma + culture = mari religion = finnish_pagan holding = tribal_holding } diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 5050b0151a..01a79f9550 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -70,6 +70,10 @@ dneipner_baltic: "Dneipner Baltic" dneipner_baltic_collective_noun: "Dneipner Balts" dneipner_baltic_prefix: "Dneipner Balto" + #Balto-Finnic + chud: "Chud" + chud_collective_noun: "Chuds" + chud_prefix: "Chudo" # Celtic group briton:0 "Briton" briton_collective_noun:0 "Britons" From 55237ce68ad00dd4f616d4df3b521b36aa870113 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 4 Nov 2022 23:36:10 -0400 Subject: [PATCH 147/339] Update BP_balto_finnic.txt --- WtWSMS/common/culture/cultures/BP_balto_finnic.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_balto_finnic.txt b/WtWSMS/common/culture/cultures/BP_balto_finnic.txt index b68c72474b..c8fbe15ba5 100644 --- a/WtWSMS/common/culture/cultures/BP_balto_finnic.txt +++ b/WtWSMS/common/culture/cultures/BP_balto_finnic.txt @@ -11,16 +11,13 @@ #Regional Traditions #Ritual Traditions #Realm Traditions + tradition_forest_folk #Ilmenian bequeath #Combat Traditions - } - - dlc_tradition = { - trait = tradition_staunch_traditionalists #Long-term holdouts against Slavization - requires_dlc_flag = hybridize_culture - fallback = tradition_isolationist + tradition_hit_and_run #Ilmenian bequeath } name_list = name_list_vepsian + name_list = name_list_estonian coa_gfx = { balto_finnic_group_coa_gfx steppe_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } From d09e15208e5f646723c004d43d9125eefde72736 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 5 Nov 2022 15:08:37 -0400 Subject: [PATCH 148/339] Alamannic touchup --- WtWSMS/history/provinces/_BP_notes.info | 8 ++++++++ WtWSMS/history/provinces/bp_k_germania.txt | 11 +++++++++-- WtWSMS/history/provinces/bp_k_raetia_noricum.txt | 8 ++++---- WtWSMS/history/provinces/bp_k_vindelicia.txt | 12 +++++++----- 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index c1262ac7a5..919adee3cb 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -8,6 +8,8 @@ Byzantine Cultures extended based on this map https://commons.wikimedia.org/wiki/File:Hellenistic_Greek.png While it's not greatly sorted, it does fall in line with other sources I've found, including old WtWSMS +Horn of Africa +-------------- Sidamic is the grab-bag non-Amhara/Tigre/Tigryna Ethiopics present before Amhara et al spread south. waaqism_pagan is Oromo-Somali, so moved to appropriate cultures Cleaned up Welayata based on this map (with some guestimations and back-projections) @@ -22,3 +24,9 @@ Dneipner Balts placed at teh headwaters of the Pripyat, Dneipner, and Neman Rive Aesti extended into the Dvinia headwaters as well as Kernave and Traki [1] - Mallory, J. P.; Adams, Douglas Q. (1997). "Kolochin culture". Encyclopedia of Indo-European Culture. Taylor & Francis. pp. 337–338. ISBN 1884964982. + +Alamannians +-------------- +Settlement in 476 based on "Alamanni and Sueben" by Holger Munzer (1975); later settlement in the more +modern Alamannic Germanic regions a result of Frankish encroachment +[1] - https://web.archive.org/web/20110102012018/http://www.rhetorik-netz.de/rhetorik/alemann.htm diff --git a/WtWSMS/history/provinces/bp_k_germania.txt b/WtWSMS/history/provinces/bp_k_germania.txt index f06afb5cd6..549283fbf5 100644 --- a/WtWSMS/history/provinces/bp_k_germania.txt +++ b/WtWSMS/history/provinces/bp_k_germania.txt @@ -1,5 +1,7 @@ # k_germania + ## d_teutoburgiensis ################################### + ###c_paderborn 2847 = { #PADERBORN culture = chatti @@ -70,6 +72,7 @@ } ## d_albis ################################### + ###c_halberstadt 2916 = { #HALBERSTADT culture = old_saxon @@ -136,6 +139,7 @@ } ## d_westfalen ################################### + ###c_osnabruck 2440 = { #OSNABRUCK culture = old_saxon @@ -219,6 +223,7 @@ } ## d_ostfalen ################################### + ###c_luneburg 2893 = { #LUNEBURG culture = cheruscii @@ -297,6 +302,7 @@ } ## d_schmalkalden ################################### + ###c_schmalkalden 3010 = { #SCHMALKALDEN culture = thuringian @@ -386,6 +392,7 @@ } ## d_bamberg ################################### + ###c_nurnberg 2877 = { #NURNBERG culture = thuringian @@ -412,7 +419,7 @@ } ###c_nordlingen 2886 = { #NORDLINGEN - culture = thuringian + culture = alamannian religion = germanic_pagan holding = tribal_holding } @@ -439,7 +446,7 @@ } ###c_wurzburg 2870 = { #WURZBURG - culture = thuringian + culture = alamannian religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt b/WtWSMS/history/provinces/bp_k_raetia_noricum.txt index 3fe7e5e376..533fcd3395 100644 --- a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt +++ b/WtWSMS/history/provinces/bp_k_raetia_noricum.txt @@ -112,8 +112,8 @@ } ###c_kempten 2783 = { #KEMPTEN - culture = romano_noric - religion = nicene + culture = alamannian + religion = germanic_pagan holding = tribal_holding } 2776 = { #MARSETTEN @@ -124,8 +124,8 @@ } ###c_burgau 2777 = { #BURGAU - culture = romano_noric - religion = nicene + culture = alamannian + religion = germanic_pagan holding = tribal_holding } 2775 = { #KIRCHBERG diff --git a/WtWSMS/history/provinces/bp_k_vindelicia.txt b/WtWSMS/history/provinces/bp_k_vindelicia.txt index b60624f919..4b2ab82bca 100644 --- a/WtWSMS/history/provinces/bp_k_vindelicia.txt +++ b/WtWSMS/history/provinces/bp_k_vindelicia.txt @@ -1,5 +1,7 @@ # k_vindelicia + ## d_vindelica_prima ###################################### + ###c_furstenberg 2757 = { #FURSTENBERG culture = alamannian @@ -83,6 +85,7 @@ } ## d_vindelica_secunda ###################################### + ###c_baden 2746 = { #BADEN culture = alamannian @@ -124,7 +127,7 @@ } ###c_durne 2739 = { #DURNE - culture = thuringian + culture = alamannian religion = germanic_pagan holding = tribal_holding } @@ -167,6 +170,7 @@ } ## d_vindelica_tertia ###################################### + ###c_frankfurt 2855 = { #FRANKFURT culture = thuringian @@ -192,7 +196,7 @@ } ###c_klingenberg 2862 = { #KLINGENBERG - culture = thuringian + culture = alamannian religion = germanic_pagan holding = tribal_holding } @@ -262,6 +266,7 @@ } ## d_vindelica_quarta ###################################### + ###c_dortmund 2673 = { #DORTMUND culture = chatti @@ -321,7 +326,4 @@ } 2691 = { #ISENBURG holding = none - 1100.1.1 = { - holding = none - } } From d59bfd4b7bfa024ae26fc419e7a3f779b947c480 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 5 Nov 2022 17:31:05 -0400 Subject: [PATCH 149/339] Create tribal_character_history_generator.py --- .../tribal_character_history_generator.py | 139 ++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 _development_utilities/tribal_character_history_generator.py diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py new file mode 100644 index 0000000000..9862090f00 --- /dev/null +++ b/_development_utilities/tribal_character_history_generator.py @@ -0,0 +1,139 @@ +#Simpler than Jamies History Character Generator; focuses only on tribal chars and unbroken male lines +#not for use with historic characters. As such, only generates a single sex and a single line with not +#siblings + +#Also will generate a templated title history file + +#Uses normal distributions for both birth and death + +from typing import NamedTuple +import math +from random import gauss +from random import randint + +EOLChar = '\n' #Whether we want Windows or Unix EOL char, set it here + +class InputValues(NamedTuple): + character_id_string: str + character_id_start_num: int + + dynasty: str + faith: str + culture: str + + starting_character_birth_year: int + end_year: int + #Floats so we can do math + min_age_for_child: float + max_age_for_child: float + std_dev_for_child: float + mean_for_child: float + #Floats so we can do math + min_death_age: float + max_death_age: float + std_dev_for_death: float + mean_for_death: float + +class CharacterStruct(NamedTuple): + char_id: str + name: str + dynasty: str + religion: str + culture: str + father: str + birth_year: int + death_year: int + +def basic_inputs(): + return InputValues(\ + #Char id string and post-fix number + 'test_char',\ + 0,\ + #Character data + 'test_dynn',\ + 'nicene',\ + 'roman',\ + #Starting year and end year + 400,\ + 700,\ + #Child-bearing ages; be careful to avoid overlap with death ages + 16.,\ + 50.,\ + 8.,\ + 30.,\ + #Death ages + 40.,\ + 75.,\ + 10.,\ + 55.) + +#Converts float to int, respecting given boundaries +def set_number(num_float,minimum,maximum): + num_float = max(num_float,minimum) + num_float = min(num_float,maximum) + return int(num_float) + +def create_character_file(family_pole,character_file='char_data.txt'): + with open(character_file,'w') as f: + for char in family_pole: + f.write( char.char_id+' = {'+EOLChar ) + f.write( '\tname = '+char.name+EOLChar ) + f.write( '\tdynasty = '+char.dynasty+EOLChar ) + f.write( '\treligion = '+char.religion+EOLChar ) + f.write( '\tculture = '+char.culture+EOLChar ) + f.write( '\t'+str(char.birth_year)+'.1.1 = { birth = yes }'+EOLChar ) + f.write( '\t'+str(char.death_year)+'.1.1 = { death = yes }'+EOLChar ) + f.write('}'+EOLChar) + +def create_title_file(family_pole,title_name='example_title',title_file='title_data.txt'): + with open(title_file,'w') as f: + f.write( title_name+' = {'+EOLChar ) + for ind in range(len(family_pole)): + succession_year = 0 + char_id = family_pole[ind].char_id + if ind==0: + succession_year = str(family_pole[ind].birth_year+20) + else: + succession_year = str(family_pole[ind-1].death_year) + f.write( '\t'+str(succession_year)+'.1.1 = { holder = '+char_id+' }'+EOLChar ) + f.write('}'+EOLChar) + +if __name__ == '__main__': + basic_values = basic_inputs() + + #Really not a tree, because it's just a main male line + family_pole = [] + birth_year = basic_values.starting_character_birth_year + generation = 0 + while birth_year < basic_values.end_year: + #Get the age of death + death_age = gauss(mu=basic_values.mean_for_death,sigma=basic_values.std_dev_for_death) + death_age = set_number(death_age,basic_values.min_death_age,basic_values.max_death_age) + #Get the age he had a kid + had_kid_age = gauss(mu=basic_values.mean_for_child,sigma=basic_values.std_dev_for_child) + had_kid_age = set_number(had_kid_age,basic_values.min_age_for_child,basic_values.max_age_for_child) + #Avoid having kids after death + if death_age < had_kid_age: + had_kid_age = death_age + #Get the father if not the patriarch + if generation > 0: + father = family_pole[generation-1].char_id + else: + father = [] + #Create the character + character_data = CharacterStruct(\ + basic_values.character_id_string+str(str(generation).zfill(3)),\ + 'test_name',\ + basic_values.dynasty,\ + basic_values.faith,\ + basic_values.culture,\ + father,\ + birth_year,\ + birth_year+death_age) + family_pole.append(character_data) + #Increment values + birth_year += had_kid_age + generation += 1 + #Output the associated data + create_character_file(family_pole) + create_title_file(family_pole) From 92d46c15b80726df87d68a6299e7d63eee77873a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 5 Nov 2022 19:41:54 -0400 Subject: [PATCH 150/339] Add Sudovians, new Western Galindians --- WtWSMS/common/culture/cultures/BP_baltic.txt | 34 +++- ...scek_BP_dynasties_fictional_tribals_v2.txt | 8 + .../common/landed_titles/BP_titles_baltic.txt | 11 ++ .../common/named_colors/BP_culture_colors.txt | 1 + .../_lt_rascek_fictional_tribal_rulers_v2.txt | 162 ++++++++++++++++ WtWSMS/history/provinces/_BP_notes.info | 6 +- .../provinces/bp_k_galicia-volhynia.txt | 2 +- WtWSMS/history/provinces/bp_k_lithuania.txt | 6 +- WtWSMS/history/provinces/bp_k_white_rus.txt | 4 +- WtWSMS/history/titles/BP_titles_baltic.txt | 31 ++- .../history/titles/bp_k_galicia-volhynia.txt | 21 +- WtWSMS/history/titles/bp_k_lithuania.txt | 183 ++++++++---------- WtWSMS/history/titles/bp_k_white_rus.txt | 44 +++-- .../english/BP_titles_l_english.yml | 2 + .../english/culture/BP_cultures_l_english.yml | 3 + .../tribal_character_history_generator.py | 10 +- 16 files changed, 373 insertions(+), 155 deletions(-) create mode 100644 WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt create mode 100644 WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index 78f255a94e..f98c04c641 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -30,6 +30,38 @@ 2 = caucasian_northern_dark_hair } } +sudovian = { + color = sudovian + + ethos = ethos_bellicose + heritage = heritage_baltic + language = language_west_baltic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_forest_wardens + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_battlefield_looters #Noted for raiding the Poles (probably anachronastic, but Balts need some variety) + tradition_swords_for_hire #Hired by various Slavic princes prior to conquest + } + + name_list = name_list_prussian + + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { northern_unit_gfx } + + ethnicities = { + 80 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 3 = caucasian_northern_brown_hair + 2 = caucasian_northern_dark_hair + } +} galindian = { color = galindian @@ -140,7 +172,7 @@ vistula_veneti = { #Baltic Przeworsk; some Germanic influence from Wielbark mig east_galindian = { color = east_galinidan - ethos = ethos_stoic + ethos = ethos_bellicose #According to Russian Chronicles heritage = heritage_baltic language = language_dneiper_baltic martial_custom = martial_custom_male_only diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt new file mode 100644 index 0000000000..1da74adbbb --- /dev/null +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -0,0 +1,8 @@ +sudovian_dynn_sundovian = { + name = dynn_Dravantas + culture = sudovian +} +galindian_dynn_galindian = { + name = dynn_Mantvydas + culture = galindian +} \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/BP_titles_baltic.txt b/WtWSMS/common/landed_titles/BP_titles_baltic.txt index 7088857434..61a42463b8 100644 --- a/WtWSMS/common/landed_titles/BP_titles_baltic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_baltic.txt @@ -80,3 +80,14 @@ d_lettigalians = { } } } +##### New CK3 Baltics +d_yotvingians = { + color = { 135 55 55 } + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:sudovians } + add = @cultural_title_score + } + } +} diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 8f6b1a28d5..0ca9670fc5 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -23,6 +23,7 @@ colors = { kolochin = { 0.65 0.35 0.15 } east_galinidan = { 0.60 0.50 0.21 } dneipner_baltic = { 0.65 0.45 0.19 } + sudovian = { 0.50 0.60 0.45 } #Balto-Finnic chud = { 0.50 0.7 0.80 } #Berber diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt new file mode 100644 index 0000000000..efec88509b --- /dev/null +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -0,0 +1,162 @@ +#Sudovians +SudovianSudovian000 = { + name = Beidras + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 440.1.1 = { birth = yes } + 515.1.1 = { death = yes } +} +SudovianSudovian001 = { + name = Gerdautas + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 456.1.1 = { birth = yes } + 521.1.1 = { death = yes } +} +SudovianSudovian002 = { + name = Golding + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 472.1.1 = { birth = yes } + 522.1.1 = { death = yes } +} +SudovianSudovian003 = { + name = Gauronas + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 488.1.1 = { birth = yes } + 529.1.1 = { death = yes } +} +SudovianSudovian004 = { + name = Nomedas + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 511.1.1 = { birth = yes } + 584.1.1 = { death = yes } +} +SudovianSudovian005 = { + name = Prusas + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 538.1.1 = { birth = yes } + 595.1.1 = { death = yes } +} +SudovianSudovian006 = { + name = Gauronas + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 579.1.1 = { birth = yes } + 639.1.1 = { death = yes } +} +SudovianSudovian007 = { + name = Arelis + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 619.1.1 = { birth = yes } + 677.1.1 = { death = yes } +} +SudovianSudovian008 = { + name = Jauguttis + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 661.1.1 = { birth = yes } + 721.1.1 = { death = yes } +} +SudovianSudovian009 = { + name = Kugis + dynasty = sudovian_dynn_sundovian + religion = baltic_pagan + culture = sudovian + 679.1.1 = { birth = yes } + 719.1.1 = { death = yes } +} +#(West) Galinidians +GalindianGalindian000 = { + name = Gintaras + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 440.1.1 = { birth = yes } + 486.1.1 = { death = yes } +} +GalindianGalindian001 = { + name = Kantibutas + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 464.1.1 = { birth = yes } + 517.1.1 = { death = yes } +} +GalindianGalindian002 = { + name = Tovtivilas + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 487.1.1 = { birth = yes } + 549.1.1 = { death = yes } +} +GalindianGalindian003 = { + name = Vytenis + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 523.1.1 = { birth = yes } + 578.1.1 = { death = yes } +} +GalindianGalindian004 = { + name = Vizgirdas + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 548.1.1 = { birth = yes } + 618.1.1 = { death = yes } +} +GalindianGalindian005 = { + name = Budrys + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 582.1.1 = { birth = yes } + 628.1.1 = { death = yes } +} +GalindianGalindian006 = { + name = Gedivilas + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 613.1.1 = { birth = yes } + 669.1.1 = { death = yes } +} +GalindianGalindian007 = { + name = Algirdas + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 629.1.1 = { birth = yes } + 683.1.1 = { death = yes } +} +GalindianGalindian008 = { + name = Daugvilas + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 664.1.1 = { birth = yes } + 721.1.1 = { death = yes } +} +GalindianGalindian009 = { + name = Narimantas + dynasty = galindian_dynn_galindian + religion = baltic_pagan + culture = galindian + 699.1.1 = { birth = yes } + 745.1.1 = { death = yes } +} \ No newline at end of file diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 919adee3cb..5be55d707b 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -20,10 +20,12 @@ https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Detailed_Afroasiatic_m Balts & Slavs -------------- Kolochin distribution based on [1] -Dneipner Balts placed at teh headwaters of the Pripyat, Dneipner, and Neman Rivers -Aesti extended into the Dvinia headwaters as well as Kernave and Traki +Dneipner Balts placed at the headwaters of the Pripyat, Dneipner, and Neman Rivers +Aesti extended into the Dvinia headwaters; some references to Aesti fights with the Slavs around Polotsk [2] +Sudovians have early attestation by Ptolemy and seem to have been present as far South as the Bug and as far west as Brest [2] [1] - Mallory, J. P.; Adams, Douglas Q. (1997). "Kolochin culture". Encyclopedia of Indo-European Culture. Taylor & Francis. pp. 337–338. ISBN 1884964982. +[2] - Gimbutas, Marija. "The Balts (1963)" Alamannians -------------- diff --git a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt index 0d85442f96..2ca9b85860 100644 --- a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt @@ -34,7 +34,7 @@ } ###c_berestye 549 = { #Berestye - culture = vistula_veneti + culture = sudovian religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_lithuania.txt b/WtWSMS/history/provinces/bp_k_lithuania.txt index 26f8242494..f622d2b317 100644 --- a/WtWSMS/history/provinces/bp_k_lithuania.txt +++ b/WtWSMS/history/provinces/bp_k_lithuania.txt @@ -19,7 +19,7 @@ } ###c_trakai 153 = { #TRAKAI - culture = aesti + culture = sudovian religion = baltic_pagan holding = tribal_holding } @@ -37,7 +37,7 @@ } ###c_yatvyagi 156 = { #PANEMUNE - culture = prussian #Yotvingians + culture = sudovian #Yotvingians religion = baltic_pagan holding = tribal_holding } @@ -166,7 +166,7 @@ } ###c_angerburg (c_sudovia) 3208 = { #RINS - culture = prussian #Yotvingians + culture = sudovian #Yotvingians religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_white_rus.txt b/WtWSMS/history/provinces/bp_k_white_rus.txt index 160b59bd60..e31540289e 100644 --- a/WtWSMS/history/provinces/bp_k_white_rus.txt +++ b/WtWSMS/history/provinces/bp_k_white_rus.txt @@ -4,7 +4,7 @@ ###c_grodno 161 = { #GRODNO - culture = aesti + culture = sudovian religion = baltic_pagan holding = tribal_holding } @@ -13,7 +13,7 @@ } ###c_volkovysk 5044 = { #Volkovysk - culture = aesti + culture = sudovian religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_baltic.txt b/WtWSMS/history/titles/BP_titles_baltic.txt index 94844720d3..915c4bb504 100644 --- a/WtWSMS/history/titles/BP_titles_baltic.txt +++ b/WtWSMS/history/titles/BP_titles_baltic.txt @@ -75,13 +75,19 @@ d_zemigalians = { } } d_west_galindians = { - 450.1.1={ - holder=31148 # Skirgaila Liudas + 460.1.1 = { + holder = GalindianGalindian000 government = tribal_government } - 510.1.1={ - holder=31149 # Jaunutis Liudas - } + 486.1.1 = { holder = GalindianGalindian001 } + 517.1.1 = { holder = GalindianGalindian002 } + 549.1.1 = { holder = GalindianGalindian003 } + 578.1.1 = { holder = GalindianGalindian004 } + 618.1.1 = { holder = GalindianGalindian005 } + 628.1.1 = { holder = GalindianGalindian006 } + 669.1.1 = { holder = GalindianGalindian007 } + 683.1.1 = { holder = GalindianGalindian008 } + 721.1.1 = { holder = GalindianGalindian009 } } d_east_galindians = { 450.1.1={ @@ -106,4 +112,19 @@ d_lettigalians = { 570.1.1={ holder = 1301035 # fictional } +} +d_yotvingians = { + 460.1.1 = { + holder = SudovianSudovian000 + government = tribal_government + } + 515.1.1 = { holder = SudovianSudovian001 } + 521.1.1 = { holder = SudovianSudovian002 } + 522.1.1 = { holder = SudovianSudovian003 } + 529.1.1 = { holder = SudovianSudovian004 } + 584.1.1 = { holder = SudovianSudovian005 } + 595.1.1 = { holder = SudovianSudovian006 } + 639.1.1 = { holder = SudovianSudovian007 } + 677.1.1 = { holder = SudovianSudovian008 } + 721.1.1 = { holder = SudovianSudovian009 } } \ No newline at end of file diff --git a/WtWSMS/history/titles/bp_k_galicia-volhynia.txt b/WtWSMS/history/titles/bp_k_galicia-volhynia.txt index b10977c1af..cf9b4a083d 100644 --- a/WtWSMS/history/titles/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/titles/bp_k_galicia-volhynia.txt @@ -45,16 +45,17 @@ c_peresopnytsia = { #c_kiev history (elimination) holder=33081 } } -c_berestye = { #c_beresty history (direct) - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } +c_berestye = { + 460.1.1 = { holder = SudovianSudovian000 } + 515.1.1 = { holder = SudovianSudovian001 } + 521.1.1 = { holder = SudovianSudovian002 } + 522.1.1 = { holder = SudovianSudovian003 } + 529.1.1 = { holder = SudovianSudovian004 } + 584.1.1 = { holder = SudovianSudovian005 } + 595.1.1 = { holder = SudovianSudovian006 } + 639.1.1 = { holder = SudovianSudovian007 } + 677.1.1 = { holder = SudovianSudovian008 } + 721.1.1 = { holder = SudovianSudovian009 } } c_dorohychyn = { #c_beresty history (elimination) 476.1.2={ diff --git a/WtWSMS/history/titles/bp_k_lithuania.txt b/WtWSMS/history/titles/bp_k_lithuania.txt index a3da1d7318..36f748dffb 100644 --- a/WtWSMS/history/titles/bp_k_lithuania.txt +++ b/WtWSMS/history/titles/bp_k_lithuania.txt @@ -13,21 +13,29 @@ c_kernave = { #c_aukshayts history holder=31149 # Jaunutis Liudas } } -c_trakai = { #c_sudovia history - 450.1.1={ - holder=31148 # Skirgaila Liudas - } - 510.1.1={ - holder=31149 # Jaunutis Liudas - } +c_trakai = { + 460.1.1 = { holder = SudovianSudovian000 } + 515.1.1 = { holder = SudovianSudovian001 } + 521.1.1 = { holder = SudovianSudovian002 } + 522.1.1 = { holder = SudovianSudovian003 } + 529.1.1 = { holder = SudovianSudovian004 } + 584.1.1 = { holder = SudovianSudovian005 } + 595.1.1 = { holder = SudovianSudovian006 } + 639.1.1 = { holder = SudovianSudovian007 } + 677.1.1 = { holder = SudovianSudovian008 } + 721.1.1 = { holder = SudovianSudovian009 } } c_yatvyagi = { - 450.1.1={ - holder=31148 # Skirgaila Liudas - } - 510.1.1={ - holder=31149 # Jaunutis Liudas - } + 460.1.1 = { holder = SudovianSudovian000 } + 515.1.1 = { holder = SudovianSudovian001 } + 521.1.1 = { holder = SudovianSudovian002 } + 522.1.1 = { holder = SudovianSudovian003 } + 529.1.1 = { holder = SudovianSudovian004 } + 584.1.1 = { holder = SudovianSudovian005 } + 595.1.1 = { holder = SudovianSudovian006 } + 639.1.1 = { holder = SudovianSudovian007 } + 677.1.1 = { holder = SudovianSudovian008 } + 721.1.1 = { holder = SudovianSudovian009 } } c_braslau = { #c_polotsk history 450.1.1={ @@ -314,51 +322,29 @@ c_osterode = { holder = 1300041 # fictional } } -c_allenstein = { #c_galindia history (direct) - 476.1.2={ - holder = 62 # Milzas, fictional - } - 490.1.1={ - holder = 1300031 # Prusas, fictional - } - 510.1.1={ - holder = 1300032 # fictional - } - 530.1.1={ - holder = 1300033 # fictional - } - 550.1.1={ - holder = 1300034 # fictional - } - 570.1.1={ - holder = 1300035 # fictional - } - 590.1.1={ - holder = 1300036 # fictional - } - 610.1.1={ - holder = 1300037 # fictional - } - 630.1.1={ - holder = 1300038 # fictional - } - 650.1.1={ - holder = 1300039 # fictional - } - 670.1.1={ - holder = 1300040 # fictional - } - 690.1.1={ - holder = 1300041 # fictional - } -} -c_angerburg = { #c_sudovia history (direct) - 450.1.1={ - holder=31148 # Skirgaila Liudas - } - 510.1.1={ - holder=31149 # Jaunutis Liudas - } +c_allenstein = { + 460.1.1 = { holder = GalindianGalindian000 } + 486.1.1 = { holder = GalindianGalindian001 } + 517.1.1 = { holder = GalindianGalindian002 } + 549.1.1 = { holder = GalindianGalindian003 } + 578.1.1 = { holder = GalindianGalindian004 } + 618.1.1 = { holder = GalindianGalindian005 } + 628.1.1 = { holder = GalindianGalindian006 } + 669.1.1 = { holder = GalindianGalindian007 } + 683.1.1 = { holder = GalindianGalindian008 } + 721.1.1 = { holder = GalindianGalindian009 } +} +c_angerburg = { + 460.1.1 = { holder = SudovianSudovian000 } + 515.1.1 = { holder = SudovianSudovian001 } + 521.1.1 = { holder = SudovianSudovian002 } + 522.1.1 = { holder = SudovianSudovian003 } + 529.1.1 = { holder = SudovianSudovian004 } + 584.1.1 = { holder = SudovianSudovian005 } + 595.1.1 = { holder = SudovianSudovian006 } + 639.1.1 = { holder = SudovianSudovian007 } + 677.1.1 = { holder = SudovianSudovian008 } + 721.1.1 = { holder = SudovianSudovian009 } } d_courland = { #Empty History @@ -498,24 +484,17 @@ c_siauliai = { #c_zhmud d_mazovia = { #Empty History 1.1.1={} } -c_plocka = { #c_plock history (direct) - 476.1.1={ - holder=109752 - } - 476.2.1 = { liege = d_venedi } - 497.1.1={ - holder=7443561 - } - 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 - } - 550.1.1={ - holder=31042 # Kliment Wawrzyniecie - } - 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie - } +c_plocka = { + 460.1.1 = { holder = GalindianGalindian000 } + 486.1.1 = { holder = GalindianGalindian001 } + 517.1.1 = { holder = GalindianGalindian002 } + 549.1.1 = { holder = GalindianGalindian003 } + 578.1.1 = { holder = GalindianGalindian004 } + 618.1.1 = { holder = GalindianGalindian005 } + 628.1.1 = { holder = GalindianGalindian006 } + 669.1.1 = { holder = GalindianGalindian007 } + 683.1.1 = { holder = GalindianGalindian008 } + 721.1.1 = { holder = GalindianGalindian009 } } c_czerska = { #c_czersk history (direct) 440.1.1={ @@ -536,35 +515,29 @@ c_czerska = { #c_czersk history (direct) holder=31043 # Miroslaw Wawrzyniecie } } -c_lomzynska = { #c_podlasie history - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } -} -c_zakroczymska = { #c_plock history - 470.1.1 = { liege = d_venedi } - 476.1.1={ - holder=109752 - } - 497.1.1={ - holder=7443561 - } - 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 - } - 550.1.1={ - holder=31042 # Kliment Wawrzyniecie - } - 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie - } +c_lomzynska = { + 460.1.1 = { holder = GalindianGalindian000 } + 486.1.1 = { holder = GalindianGalindian001 } + 517.1.1 = { holder = GalindianGalindian002 } + 549.1.1 = { holder = GalindianGalindian003 } + 578.1.1 = { holder = GalindianGalindian004 } + 618.1.1 = { holder = GalindianGalindian005 } + 628.1.1 = { holder = GalindianGalindian006 } + 669.1.1 = { holder = GalindianGalindian007 } + 683.1.1 = { holder = GalindianGalindian008 } + 721.1.1 = { holder = GalindianGalindian009 } +} +c_zakroczymska = { + 460.1.1 = { holder = GalindianGalindian000 } + 486.1.1 = { holder = GalindianGalindian001 } + 517.1.1 = { holder = GalindianGalindian002 } + 549.1.1 = { holder = GalindianGalindian003 } + 578.1.1 = { holder = GalindianGalindian004 } + 618.1.1 = { holder = GalindianGalindian005 } + 628.1.1 = { holder = GalindianGalindian006 } + 669.1.1 = { holder = GalindianGalindian007 } + 683.1.1 = { holder = GalindianGalindian008 } + 721.1.1 = { holder = GalindianGalindian009 } } c_dobrzynska = { #c_plock history (elimination) 476.1.1={ diff --git a/WtWSMS/history/titles/bp_k_white_rus.txt b/WtWSMS/history/titles/bp_k_white_rus.txt index 8a996fd0b7..b2bfdb2596 100644 --- a/WtWSMS/history/titles/bp_k_white_rus.txt +++ b/WtWSMS/history/titles/bp_k_white_rus.txt @@ -5,27 +5,29 @@ d_grodno = { #Empty History 1.1.1={} } -c_grodno = { #c_jacwiez history (direct) - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } -} -c_volkovysk = { #c_jacwiez history (elimination) - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } +c_grodno = { + 460.1.1 = { holder = SudovianSudovian000 } + 515.1.1 = { holder = SudovianSudovian001 } + 521.1.1 = { holder = SudovianSudovian002 } + 522.1.1 = { holder = SudovianSudovian003 } + 529.1.1 = { holder = SudovianSudovian004 } + 584.1.1 = { holder = SudovianSudovian005 } + 595.1.1 = { holder = SudovianSudovian006 } + 639.1.1 = { holder = SudovianSudovian007 } + 677.1.1 = { holder = SudovianSudovian008 } + 721.1.1 = { holder = SudovianSudovian009 } +} +c_volkovysk = { + 460.1.1 = { holder = SudovianSudovian000 } + 515.1.1 = { holder = SudovianSudovian001 } + 521.1.1 = { holder = SudovianSudovian002 } + 522.1.1 = { holder = SudovianSudovian003 } + 529.1.1 = { holder = SudovianSudovian004 } + 584.1.1 = { holder = SudovianSudovian005 } + 595.1.1 = { holder = SudovianSudovian006 } + 639.1.1 = { holder = SudovianSudovian007 } + 677.1.1 = { holder = SudovianSudovian008 } + 721.1.1 = { holder = SudovianSudovian009 } } c_novogrudok = { #c_jacwiez history 476.1.2={ diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index c3caf15250..9e8511d2d1 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1098,6 +1098,8 @@ d_east_galindians_adj:0 "East Galindians" d_lettigalians:0 "Lettigalians" d_lettigalians_adj:0 "Lettigalian" + d_yotvingians: "Yotvingians" + d_yotvingians_adj: "Yotvingian" #### Eastern Titles k_wei_western_regions:0 "Wei Dynasty Western Regions" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 01a79f9550..130cc67cdc 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -70,6 +70,9 @@ dneipner_baltic: "Dneipner Baltic" dneipner_baltic_collective_noun: "Dneipner Balts" dneipner_baltic_prefix: "Dneipner Balto" + sudovian: "Sudovian" + sudovian_collective_noun: "Sudovians" + sudovian_prefix: "Sudovio" #Balto-Finnic chud: "Chud" chud_collective_noun: "Chuds" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 9862090f00..c09c48ab15 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,14 +47,14 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'test_char',\ + 'GalindianGalindian',\ 0,\ #Character data - 'test_dynn',\ - 'nicene',\ - 'roman',\ + 'galindian_dynn_galindian',\ + 'baltic_pagan',\ + 'galindian',\ #Starting year and end year - 400,\ + 440,\ 700,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ From 954cfb782088120251e9ab5c70db1aa0df001fd4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 5 Nov 2022 21:13:19 -0400 Subject: [PATCH 151/339] Germanica Slavica Map Fixes * Mostly to Germanica Slavica Secunda, better delinating the Vidivarii/Venedi/Langobard/Denziner borders --- WtWSMS/common/culture/cultures/BP_baltic.txt | 3 + WtWSMS/history/characters/prussian.txt | 27 +--- WtWSMS/history/characters/przeworsk.txt | 4 +- .../bp_k_germania_slavica_secunda.txt | 20 +-- WtWSMS/history/provinces/bp_k_lithuania.txt | 8 +- .../history/titles/bp_k_galicia-volhynia.txt | 96 ++++-------- .../titles/bp_k_germania_slavica_secunda.txt | 137 ++++++++---------- WtWSMS/history/titles/bp_k_lithuania.txt | 77 +++------- .../culture/BP_cultural_history_l_english.yml | 7 +- .../tribal_character_history_generator.py | 8 +- 10 files changed, 139 insertions(+), 248 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index f98c04c641..9139c2acea 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -133,6 +133,9 @@ aesti = { #Origin for both Lithuanian and Latgalians vistula_veneti = { #Baltic Przeworsk; some Germanic influence from Wielbark migration color = vistula_veneti + created = 2.1.1 + history_loc_override = przeworsk_history_loc + ethos = ethos_egalitarian #Part of Przeworsk group heritage = heritage_baltic language = language_west_baltic diff --git a/WtWSMS/history/characters/prussian.txt b/WtWSMS/history/characters/prussian.txt index 85480eb87f..85fb8895a1 100644 --- a/WtWSMS/history/characters/prussian.txt +++ b/WtWSMS/history/characters/prussian.txt @@ -19,32 +19,9 @@ } } -109751 = { - name = "Dragomir" - religion = "baltic_pagan" - culture = "prussian" - trait = "tall" - trait = "strong" - trait = "ambitious" - 440.1.1 = { - birth = yes - } - 540.1.1 = { - death = yes - } -} +##### Removed: 109752 -109752 = { - name = "Voeneg" - religion = "baltic_pagan" - culture = "prussian" - 440.1.1 = { - birth = yes - } - 540.1.1 = { - death = yes - } -} +##### Removed: 109752 # Chiefs of Prus (d_prus) (range 1300031-1300041) 1300031 = { diff --git a/WtWSMS/history/characters/przeworsk.txt b/WtWSMS/history/characters/przeworsk.txt index 4dc93729c8..0993187c47 100644 --- a/WtWSMS/history/characters/przeworsk.txt +++ b/WtWSMS/history/characters/przeworsk.txt @@ -18,7 +18,7 @@ 109750 = { name = "Duratios" - religion = "baltic_pagan" + religion = "germanic_pagan" culture = "przeworsk" dynasty = 109706 father = 109748 @@ -33,7 +33,7 @@ 109753 = { name = "Gradi" - religion = "baltic_pagan" + religion = "germanic_pagan" culture = "przeworsk" 440.1.1 = { birth = yes diff --git a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt index 828eda5313..799fa480c4 100644 --- a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt +++ b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt @@ -155,7 +155,7 @@ } ###c_miliez 3061 = { #Miliez - culture = przeworsk + culture = langobard religion = germanic_pagan holding = tribal_holding } @@ -227,7 +227,7 @@ ###c_opole 3052 = { #Opole - culture = przeworsk + culture = langobard religion = germanic_pagan holding = tribal_holding } @@ -272,7 +272,7 @@ } ###c_ratibor 3042 = { #Ratibor / Raciborz - culture = przeworsk + culture = langobard religion = germanic_pagan holding = tribal_holding } @@ -281,7 +281,7 @@ } ###c_bethen 3044 = { #Bethen / Bytom - culture = przeworsk + culture = langobard religion = germanic_pagan holding = tribal_holding } @@ -326,7 +326,7 @@ } ###c_kaliska 4909 = { #Kalisz - culture = przeworsk + culture = langobard religion = germanic_pagan holding = tribal_holding } @@ -425,7 +425,7 @@ } ###c_wielunska 4931 = { #Wielun - culture = przeworsk + culture = langobard religion = germanic_pagan holding = tribal_holding } @@ -473,8 +473,8 @@ } ###c_sandomierska 531 = { #Sandomierz - culture = vistula_veneti - religion = baltic_pagan + culture = przeworsk + religion = germanic_pagan holding = tribal_holding } 4961 = { #Opatow @@ -491,8 +491,8 @@ } ###c_radomska 4953 = { #Radom - culture = vistula_veneti - religion = baltic_pagan + culture = przeworsk + religion = germanic_pagan holding = tribal_holding } 4954 = { #Opoczno diff --git a/WtWSMS/history/provinces/bp_k_lithuania.txt b/WtWSMS/history/provinces/bp_k_lithuania.txt index f622d2b317..44570fceed 100644 --- a/WtWSMS/history/provinces/bp_k_lithuania.txt +++ b/WtWSMS/history/provinces/bp_k_lithuania.txt @@ -130,8 +130,8 @@ ###c_torun (c_chelmno) 3198 = { #CHELMNO - culture = prussian - religion = baltic_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 3199 = { #TORUN @@ -358,8 +358,8 @@ } ###c_dobrzynska 4922 = { #Dobrzyn - culture = prussian - religion = baltic_pagan + culture = vidivarii + religion = germanic_pagan holding = tribal_holding } 4923 = { #Michalowo diff --git a/WtWSMS/history/titles/bp_k_galicia-volhynia.txt b/WtWSMS/history/titles/bp_k_galicia-volhynia.txt index cf9b4a083d..8fcdd58452 100644 --- a/WtWSMS/history/titles/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/titles/bp_k_galicia-volhynia.txt @@ -162,44 +162,26 @@ c_cherven = { #c_beresty history (changed from c_vladmir_volynksy) holder = 31045 # Lutogost Venedi } } -c_belz = { #c_kieve history (changed from c_galich history (elimination)) - 460.1.2={ - holder = 82 # Perey Antae +c_belz = { + 476.1.2={ + holder = 61 # Vend Venedi } - 490.1.1={ - holder = 31046 # Radimir Antae + 497.1.1={ + holder = 31044 # Gradimir Venedi } 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=155185 - } - 602.1.1={ - holder=33081 + holder = 31045 # Lutogost Venedi } } -c_peremyshl = { #c_kiev history (changed from c_peremyshl history) - 460.1.2={ - holder = 82 # Perey Antae +c_peremyshl = { + 476.1.2={ + holder = 61 # Vend Venedi } - 490.1.1={ - holder = 31046 # Radimir Antae + 497.1.1={ + holder = 31044 # Gradimir Venedi } 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=155185 - } - 602.1.1={ - holder=33081 + holder = 31045 # Lutogost Venedi } } @@ -226,60 +208,36 @@ c_sacz = { holder=31043 # Miroslaw Wawrzyniecie } } -c_stezycka = { #c_czserk history (elimination) - 440.1.1={ - holder=109748 - liege = "d_venedi" +c_stezycka = { + 476.1.2={ + holder = 61 # Vend Venedi } 497.1.1={ - holder = 7443561 - } - 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 + holder = 31044 # Gradimir Venedi } 550.1.1={ - holder=31042 # Kliment Wawrzyniecie - } - 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie + holder = 31045 # Lutogost Venedi } } -c_lubelska = { #c_czserk history (elimination) - 440.1.1={ - holder=109748 - liege = "d_venedi" +c_lubelska = { + 476.1.2={ + holder = 61 # Vend Venedi } 497.1.1={ - holder = 7443561 - } - 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 + holder = 31044 # Gradimir Venedi } 550.1.1={ - holder=31042 # Kliment Wawrzyniecie - } - 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie + holder = 31045 # Lutogost Venedi } } -c_tarnowska = { #c_sandomierskie history (changed from c_krakowskie history) - 440.1.1={ - holder=109748 - liege = "d_venedi" +c_tarnowska = { + 476.1.2={ + holder = 61 # Vend Venedi } 497.1.1={ - holder = 7443561 - } - 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 + holder = 31044 # Gradimir Venedi } 550.1.1={ - holder=31042 # Kliment Wawrzyniecie - } - 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie + holder = 31045 # Lutogost Venedi } } diff --git a/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt b/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt index 6620ca6cf1..6d75b58f3b 100644 --- a/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt +++ b/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt @@ -102,33 +102,21 @@ c_pila = { #c_danzing history (elimination) holder=30679 # Kamil Antoni } } -c_landsberg = { #c_lubusz history (elimination) - 400.1.1={ - holder=53 # King Letho Lething - } - 425.1.1={ - holder=178020 # King Hildeoc Lething - } - 450.1.1={ - holder=178021 # King Gundeoc Lething - } - 470.1.1={ - holder=178022 # King Cleffo Lething - } - 490.1.1={ - holder=52 #Germanii +c_landsberg = { + 466.1.1={ + holder=144995 # Elemund Alhwaharying } - 500.1.1={ - holder=190032 #Germanii + 500.1.1={ + holder=144996 # Ulfila Elemundssunus Alhwaharying } 520.1.1={ - holder=30686 # Dobieslaw Szczepanie + holder=30676 # Jacenty Antoni } 550.1.1={ - holder=30687 # Wladyslaw Szczepanie + holder=30677 # Bartosz Antoni } 580.1.1={ - holder=30688 # Pawel Szczepanie + holder=30679 # Kamil Antoni } } @@ -154,10 +142,10 @@ c_danzig = { } c_slupsk = { 466.1.1={ - holder=144995 # Elemund Alhwaharying + holder=131724 # Ulinniks Childefontaws } 500.1.1={ - holder=144996 # Ulfila Elemundssunus Alhwaharying + holder=131725 # Frideger Ulinnikspotis Childefontaws } 520.1.1={ holder=30676 # Jacenty Antoni @@ -619,21 +607,33 @@ c_gnieznienska = { #c_gnieznienskie history (direct) holder=30679 # Kamil Antoni } } -c_kaliska = { #c_kaliskie history (direct) - 466.1.1={ - holder=131724 # Ulinniks Childefontaws +c_kaliska = { + 400.1.1={ + holder=53 # King Letho Lething } - 500.1.1={ - holder=131725 # Frideger Ulinnikspotis Childefontaws + 425.1.1={ + holder=178020 # King Hildeoc Lething + } + 450.1.1={ + holder=178021 # King Gundeoc Lething + } + 470.1.1={ + holder=178022 # King Cleffo Lething + } + 490.1.1={ + holder=52 #Germanii + } + 500.1.1={ + holder=190032 #Germanii } 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie + holder=30686 # Dobieslaw Szczepanie } 550.1.1={ - holder=31042 # Kliment Wawrzyniecie + holder=30687 # Wladyslaw Szczepanie } 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie + holder=30688 # Pawel Szczepanie } } c_wschowska = { #c_lower_silesia history @@ -716,25 +716,23 @@ d_vistula = { #Empty History 1.1.1={} } c_kujawy = { - 476.1.1={ - holder=109751 + 466.1.1={ + holder=131724 # Ulinniks Childefontaws } - 476.2.1 = { liege = d_venedi } - 497.1.1={ - holder=7443561 + 500.1.1={ + holder=131725 # Frideger Ulinnikspotis Childefontaws } 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 + holder=30676 # Jacenty Antoni } 550.1.1={ - holder=31042 # Kliment Wawrzyniecie + holder=30677 # Bartosz Antoni } 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie + holder=30679 # Kamil Antoni } } -c_leczycka = { #c_sieradzko-leczyckie history (direct) +c_leczycka = { 476.1.1={ holder=109753 government = tribal_government @@ -754,7 +752,7 @@ c_leczycka = { #c_sieradzko-leczyckie history (direct) holder=31043 # Miroslaw Wawrzyniecie } } -c_sieradzka = { #c_sieradzko-leczyckie history (direct) +c_sieradzka = { 476.1.1={ holder=109753 government = tribal_government @@ -803,14 +801,14 @@ c_wielunska = { #c_upper_silesia history (elimination) holder=30688 # Pawel Szczepanie } } -c_gostyninska = { #c_czersk history (elimination) - 440.1.1={ - holder=109748 - liege = "d_venedi" +c_gostyninska = { + 476.1.1={ + holder=109753 government = tribal_government } + 476.2.1 = { liege = d_venedi } 497.1.1={ - holder = 7443561 + holder=7443561 } 520.1.1={ holder=31041 # Jaromar Wawrzyniecie @@ -827,40 +825,26 @@ c_gostyninska = { #c_czersk history (elimination) d_visutla_australis = { #Empty History 1.1.1={} } -c_krakowska = { #c_bethen history (changed from c_krakowskie history (direct)) - 400.1.1={ - holder=53 # King Letho Lething - } - 425.1.1={ - holder=178020 # King Hildeoc Lething - } - 450.1.1={ - holder=178021 # King Gundeoc Lething - } - 470.1.1={ - holder=178022 # King Cleffo Lething - } - 490.1.1={ - holder=52 #Germanii - } - 500.1.1={ - holder=190032 #Germanii +c_krakowska = { + 440.1.1={ holder = 109748 } + 476.2.1 = { liege = d_venedi } + 497.1.1={ + holder = 7443561 } 520.1.1={ - holder=30686 # Dobieslaw Szczepanie + holder=31041 # Jaromar Wawrzyniecie + liege=0 } 550.1.1={ - holder=30687 # Wladyslaw Szczepanie + holder=31042 # Kliment Wawrzyniecie } 580.1.1={ - holder=30688 # Pawel Szczepanie + holder=31043 # Miroslaw Wawrzyniecie } } -c_sandomierska = { #c_sandomierskie history (direct) - 440.1.1={ - holder=109748 - liege = "d_venedi" - } +c_sandomierska = { + 440.1.1={ holder = 109748 } + 476.2.1 = { liege = d_venedi } 497.1.1={ holder = 7443561 } @@ -875,14 +859,11 @@ c_sandomierska = { #c_sandomierskie history (direct) holder=31043 # Miroslaw Wawrzyniecie } } -c_radomska = { #c_sieradzko-leczyckie history - 476.1.1={ - holder=109753 - government = tribal_government - } +c_radomska = { + 440.1.1={ holder = 109748 } 476.2.1 = { liege = d_venedi } 497.1.1={ - holder=7443561 + holder = 7443561 } 520.1.1={ holder=31041 # Jaromar Wawrzyniecie diff --git a/WtWSMS/history/titles/bp_k_lithuania.txt b/WtWSMS/history/titles/bp_k_lithuania.txt index 36f748dffb..5613e075bb 100644 --- a/WtWSMS/history/titles/bp_k_lithuania.txt +++ b/WtWSMS/history/titles/bp_k_lithuania.txt @@ -246,42 +246,21 @@ c_bartenstein = { #c_marienburg history d_masuria = { #Empty History 1.1.1={} } -c_torun = { #c_chelminskie history (direct) - 476.1.2={ - holder = 62 # Milzas, fictional - } - 490.1.1={ - holder = 1300031 # Prusas, fictional +c_torun = { + 466.1.1={ + holder=131724 # Ulinniks Childefontaws } - 510.1.1={ - holder = 1300032 # fictional + 500.1.1={ + holder=131725 # Frideger Ulinnikspotis Childefontaws } - 530.1.1={ - holder = 1300033 # fictional + 520.1.1={ + holder=30676 # Jacenty Antoni } 550.1.1={ - holder = 1300034 # fictional - } - 570.1.1={ - holder = 1300035 # fictional - } - 590.1.1={ - holder = 1300036 # fictional - } - 610.1.1={ - holder = 1300037 # fictional + holder=30677 # Bartosz Antoni } - 630.1.1={ - holder = 1300038 # fictional - } - 650.1.1={ - holder = 1300039 # fictional - } - 670.1.1={ - holder = 1300040 # fictional - } - 690.1.1={ - holder = 1300041 # fictional + 580.1.1={ + holder=30679 # Kamil Antoni } } c_osterode = { @@ -496,23 +475,15 @@ c_plocka = { 683.1.1 = { holder = GalindianGalindian008 } 721.1.1 = { holder = GalindianGalindian009 } } -c_czerska = { #c_czersk history (direct) - 440.1.1={ - holder=109748 +c_czerska = { + 476.1.2={ + holder = 61 # Vend Venedi } - 476.2.1 = { liege = d_venedi } 497.1.1={ - holder = 7443561 - } - 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 + holder = 31044 # Gradimir Venedi } 550.1.1={ - holder=31042 # Kliment Wawrzyniecie - } - 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie + holder = 31045 # Lutogost Venedi } } c_lomzynska = { @@ -539,22 +510,20 @@ c_zakroczymska = { 683.1.1 = { holder = GalindianGalindian008 } 721.1.1 = { holder = GalindianGalindian009 } } -c_dobrzynska = { #c_plock history (elimination) - 476.1.1={ - holder=109752 +c_dobrzynska = { + 466.1.1={ + holder=131724 # Ulinniks Childefontaws } - 476.2.1 = { liege = d_venedi } - 497.1.1={ - holder=7443561 + 500.1.1={ + holder=131725 # Frideger Ulinnikspotis Childefontaws } 520.1.1={ - holder=31041 # Jaromar Wawrzyniecie - liege=0 + holder=30676 # Jacenty Antoni } 550.1.1={ - holder=31042 # Kliment Wawrzyniecie + holder=30677 # Bartosz Antoni } 580.1.1={ - holder=31043 # Miroslaw Wawrzyniecie + holder=30679 # Kamil Antoni } } diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 9e752ffc21..dc6dc5e100 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -37,6 +37,9 @@ #Mongols xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" #East Germanic - przeworsk_history_loc: "Formed from the Pomeranian Culture and Germanic Peoples in IIIrd Century BC" + przeworsk_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in IIIrd Century BC" vidivarii_history_loc: "Formed from Weilbark and West Baltic peoples in IVth Century AD" - denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in IIIrd Century AD" \ No newline at end of file + denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in IIIrd Century AD" + #Baltic + vistula_veneti_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in the IIIrd Century BC" + \ No newline at end of file diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index c09c48ab15..3629281ea5 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,12 +47,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'GalindianGalindian',\ + 'PrussianSasna',\ 0,\ #Character data - 'galindian_dynn_galindian',\ - 'baltic_pagan',\ - 'galindian',\ + 'przeworsk_dynn_',\ + 'germanic_pagan',\ + 'przeworsk',\ #Starting year and end year 440,\ 700,\ From b63efa7c01642419903991ac9c25e35ff4869e4f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 5 Nov 2022 21:17:43 -0400 Subject: [PATCH 152/339] Update BP_on_action_effects.txt Fixes some language errors --- WtWSMS/common/scripted_effects/BP_on_action_effects.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index f04827e067..65a9a45722 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -93,7 +93,7 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_norse } NOT = { has_court_language = language_norse } } $CHARACTER$ = { set_court_language = language_norse } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_gothic } NOT = { has_court_language = language_gothic } } $CHARACTER$ = { set_court_language = language_gothic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_vandalic } NOT = { has_court_language = language_vandalic } } $CHARACTER$ = { set_court_language = language_vandalic } } - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_east_germanic } NOT = { has_court_language = language_burgundian } } $CHARACTER$ = { set_court_language = language_burgundian } } + else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_east_germanic } NOT = { has_court_language = language_east_germanic } } $CHARACTER$ = { set_court_language = language_east_germanic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_skirian } NOT = { has_court_language = language_skirian } } $CHARACTER$ = { set_court_language = language_skirian } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_anglic } NOT = { has_court_language = language_anglic } } $CHARACTER$ = { set_court_language = language_anglic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_dutch } NOT = { has_court_language = language_dutch } } $CHARACTER$ = { set_court_language = language_dutch } } @@ -293,7 +293,7 @@ match_court_languages_effect = { else_if = { limit = { $TOP_COURT$ = { has_court_language = language_norse } } $CURRENT_COURT$ = { set_court_language = language_norse } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_gothic } } $CURRENT_COURT$ = { set_court_language = language_gothic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_vandalic } } $CURRENT_COURT$ = { set_court_language = language_vandalic } } - else_if = { limit = { $TOP_COURT$ = { has_court_language = language_burgundian } } $CURRENT_COURT$ = { set_court_language = language_burgundian } } + else_if = { limit = { $TOP_COURT$ = { has_court_language = language_east_germanic } } $CURRENT_COURT$ = { set_court_language = language_east_germanic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_skirian } } $CURRENT_COURT$ = { set_court_language = language_skirian } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_anglic } } $CURRENT_COURT$ = { set_court_language = language_anglic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_dutch } } $CURRENT_COURT$ = { set_court_language = language_dutch } } From c6ba971838df5fa14b4efecc39984b31a0e1c07a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 6 Nov 2022 01:37:38 -0500 Subject: [PATCH 153/339] Innovation tweaks * Writing now checks if enough counties bordering your culture have writing in order to spread it, instead of merely having *any* county bordering it. * Similar effect for writing * Re-evaluate innovations for Germans et al. --- .../innovations/00_tribal_innovations.txt | 21 +- .../script_values/BP_culture_values.txt | 35 +++ .../scripted_triggers/BP_culture_triggers.txt | 225 +++++++++++++++--- .../BP_culture_triggers.txt | 7 +- WtWSMS/history/cultures/estonian.txt | 1 - WtWSMS/history/cultures/heritage_baltic.txt | 1 - .../cultures/heritage_east_germanic.txt | 4 +- WtWSMS/history/cultures/nafusi.txt | 1 + WtWSMS/history/cultures/przeworsk.txt | 12 + WtWSMS/history/cultures/samoyed.txt | 4 - WtWSMS/history/cultures/tamazight.txt | 1 + WtWSMS/history/cultures/tashellhit.txt | 1 + WtWSMS/history/cultures/vepsian.txt | 1 - WtWSMS/history/cultures/vidivarii.txt | 12 + .../english/triggers/BP_culture_l_english.yml | 3 +- ...BP_trigger_vanilla_overwrite_l_english.yml | 1 + 16 files changed, 281 insertions(+), 49 deletions(-) delete mode 100644 WtWSMS/history/cultures/estonian.txt create mode 100644 WtWSMS/history/cultures/przeworsk.txt delete mode 100644 WtWSMS/history/cultures/samoyed.txt delete mode 100644 WtWSMS/history/cultures/vepsian.txt create mode 100644 WtWSMS/history/cultures/vidivarii.txt diff --git a/WtWSMS/common/culture/innovations/00_tribal_innovations.txt b/WtWSMS/common/culture/innovations/00_tribal_innovations.txt index 4e3cfa9e22..e73f4638ca 100644 --- a/WtWSMS/common/culture/innovations/00_tribal_innovations.txt +++ b/WtWSMS/common/culture/innovations/00_tribal_innovations.txt @@ -121,6 +121,18 @@ innovation_social_stratification = { culture_era = culture_era_tribal icon = @administration_3 + can_progress = { + trigger_if = { + limit = { starts_with_social_stratification_trigger = no } + custom_description = { + text = requires_percentage_of_bordering_culture_counties_to_have_social_stratification + subject = root + object = percent_surrounding_counties_with_social_stratification + social_stratification_cutoff_trigger = yes + } + } + } + modifier = { vassal_limit = 10 } custom = high_titles_shatter_without_this_innovation @@ -138,11 +150,10 @@ innovation_writing = { trigger_if = { limit = { starts_with_writing_trigger = no } custom_description = { - text = requires_an_adjacent_county_to_have_this_innovation - any_county = { - culture = root - any_neighboring_county = { culture = { has_innovation = innovation_writing } } - } + text = requires_percentage_of_bordering_culture_counties_to_have_writing + subject = root + object = percent_surrounding_counties_with_writing + writing_cutoff_trigger = yes } } } diff --git a/WtWSMS/common/script_values/BP_culture_values.txt b/WtWSMS/common/script_values/BP_culture_values.txt index 39f7ba4238..b35c39a442 100644 --- a/WtWSMS/common/script_values/BP_culture_values.txt +++ b/WtWSMS/common/script_values/BP_culture_values.txt @@ -48,3 +48,38 @@ bp_revoke_title_culture_acceptance_impact_bureuacratic = { } } } + +number_of_culture_counties = { + value = 0 + every_culture_county = { add = 1 } +} + +innovation_writing_cutoff = 0.75 +percent_surrounding_counties_with_writing = { + value = 0 + every_culture_county = { + limit = { + any_neighboring_county = { + NOT = { culture = root } + this.culture = { has_innovation = innovation_writing } + } + } + add = 1 + } + divide = number_of_culture_counties +} + +innovation_social_stratification_cutoff = 0.67 +percent_surrounding_counties_with_social_stratification = { + value = 0 + every_culture_county = { + limit = { + any_neighboring_county = { + NOT = { culture = root } + this.culture = { has_innovation = innovation_social_stratification } + } + } + add = 1 + } + divide = number_of_culture_counties +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 9a3416c0df..7bebc05fa8 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -198,52 +198,215 @@ the_culture_has_a_warlike_tradition_trigger = { } } -#Needed to properly set writing up +generic_meets_neighboring_county_innovation_trigger = { + any_culture_county = { + percent >= $CUTOFF$ + any_neighboring_county = { + NOT = { culture = root } + this.culture = { has_innovation = $INNOVATION$ } + } + } +} +#Writing +writing_cutoff_trigger = { + generic_meets_neighboring_county_innovation_trigger = { + CUTOFF = innovation_writing_cutoff + INNOVATION = innovation_writing + } +} starts_with_writing_trigger = { OR = { - #Pillars + ## European + #Balko-Anatolian this = { has_cultural_pillar = heritage_anatolian } - this = { has_cultural_pillar = heritage_burman } - this = { has_cultural_pillar = heritage_byzantine } - this = { has_cultural_pillar = heritage_central_germanic } this = { has_cultural_pillar = heritage_caucasian } - this = { has_cultural_pillar = heritage_chinese } + this = { has_cultural_pillar = heritage_byzantine } + this = { has_cultural_pillar = heritage_paleo_balkan } + #Balto-Slavic + #Celtic + AND = { + this = { has_cultural_pillar = heritage_celtic } + NOT = { this = culture:pictish } + } this = { has_cultural_pillar = heritage_continental_celtic } - this = { has_cultural_pillar = heritage_dravidian } + #Germanic + this = { has_cultural_pillar = heritage_central_germanic } this = { has_cultural_pillar = heritage_east_germanic } - this = { has_cultural_pillar = heritage_indo_aryan } - this = { has_cultural_pillar = heritage_iranian } - this = { has_cultural_pillar = heritage_israelite } + this = { has_cultural_pillar = heritage_north_germanic } + this = { has_cultural_pillar = heritage_west_germanic } + #Latin this = { has_cultural_pillar = heritage_latin } + this = { has_cultural_pillar = heritage_iberian } + this = { has_cultural_pillar = heritage_frankish } + this = { has_cultural_pillar = heritage_vlach } + #Vasconic + this = { has_cultural_pillar = heritage_vasconic } + + ## West Asian + #Semitic + AND = { + this = { has_cultural_pillar = heritage_arabic } + NOT = { this = culture:tribal_arab } + NOT = { this = culture:adnanite } + } this = { has_cultural_pillar = heritage_levantine } - this = { has_cultural_pillar = heritage_north_germanic } - this = { has_cultural_pillar = heritage_paleo_balkan } - this = { has_cultural_pillar = heritage_tibetan } + this = { has_cultural_pillar = heritage_coptic } + #East Iranian + this = culture:afghan + this = culture:amardian + this = culture:bactrian + this = culture:khwarezmian + this = culture:sakan + this = culture:sogdian + #Iranian + AND = { + this = { has_cultural_pillar = heritage_iranian } + NOT = { this = culture:cyrtian } + } + #Israelite + this = { has_cultural_pillar = heritage_israelite } + + ##South Asian + #Indo-Aryan (i.e., exclude Kalash) + AND = { + this = { has_cultural_pillar = heritage_indo_aryan } + NOT = { this = culture:kalash } + } + #Dravidian (i.e., excluding Munda) + AND = { + this = { has_cultural_pillar = heritage_dravidian } + NOT = { this = culture:munda } + } + #South-East Asian + this = culture:pyu + this = culture:mon + + ##East Asian + #Sinitic + this = { has_cultural_pillar = heritage_chinese } + #Tibeto-Qiangic + this = culture:bodpa + this = culture:tsangpa + + ##Eurasian + #Altaic + #Tocharian this = { has_cultural_pillar = heritage_tocharian } + #Uralic + + ##African + #North African + AND = { + this = { has_cultural_pillar = heritage_berber } + NOT = { this = culture:western_berber } + NOT = { this = culture:tuareg } + NOT = { this = culture:zaghawa } + NOT = { this = culture:guanches } + NOT = { this = culture:mzab_wargla } + } + #East African + this = culture:ethiopian + this = culture:old_nubian + } +} + +#Social Stratification +social_stratification_cutoff_trigger = { + generic_meets_neighboring_county_innovation_trigger = { + CUTOFF = innovation_social_stratification_cutoff + INNOVATION = innovation_social_stratification + } +} +starts_with_social_stratification_trigger = { + OR = { + ## European + #Balko-Anatolian + this = { has_cultural_pillar = heritage_anatolian } + this = { has_cultural_pillar = heritage_caucasian } + this = { has_cultural_pillar = heritage_byzantine } + this = { has_cultural_pillar = heritage_paleo_balkan } + #Balto-Slavic + this = { has_cultural_pillar = heritage_east_slavic } + this = { has_cultural_pillar = heritage_south_slavic } + this = { has_cultural_pillar = heritage_west_slavic } + #Celtic + this = { has_cultural_pillar = heritage_celtic } + this = { has_cultural_pillar = heritage_continental_celtic } + #Germanic + this = { has_cultural_pillar = heritage_central_germanic } + this = { has_cultural_pillar = heritage_east_germanic } + this = { has_cultural_pillar = heritage_north_germanic } + this = { has_cultural_pillar = heritage_west_germanic } + #Latin + this = { has_cultural_pillar = heritage_latin } + this = { has_cultural_pillar = heritage_iberian } + this = { has_cultural_pillar = heritage_frankish } + this = { has_cultural_pillar = heritage_vlach } + #Vasconic this = { has_cultural_pillar = heritage_vasconic } - #Specific Cultures + + ## West Asian + #Semitic + this = { has_cultural_pillar = heritage_arabic } + this = { has_cultural_pillar = heritage_levantine } + this = { has_cultural_pillar = heritage_coptic } + #East Iranian this = culture:afghan this = culture:amardian this = culture:bactrian - this = culture:briton - this = culture:coptic - this = culture:ethiopian - this = culture:gaelic - this = culture:garamantian - this = culture:guanches - this = culture:hadhramaut - this = culture:english - this = culture:himyarite - this = culture:hunas - this = culture:irish this = culture:khwarezmian - this = culture:minaean - this = culture:mzab_wargla - this = culture:nafusi - this = culture:numidian + this = culture:sakan + this = culture:sogdian + #Iranian + this = { has_cultural_pillar = heritage_iranian } + #Israelite + this = { has_cultural_pillar = heritage_israelite } + + ##South Asian + #Indo-Aryan (i.e., exclude Kalash) + AND = { + this = { has_cultural_pillar = heritage_indo_aryan } + NOT = { this = culture:kalash } + } + #Dravidian (i.e., excluding Munda) + AND = { + this = { has_cultural_pillar = heritage_dravidian } + NOT = { this = culture:munda } + } + #South-East Asian + this = culture:pyu + this = culture:mon + + ##East Asian + #Sinitic + this = { has_cultural_pillar = heritage_chinese } + #Tibeto-Qiangic + this = culture:bodpa + this = culture:tsangpa + + ##Eurasian + #Altaic + this = { has_cultural_pillar = heritage_mongolic } + this = { has_cultural_pillar = heritage_turkic } + #Tocharian + this = { has_cultural_pillar = heritage_tocharian } + #Uralic + this = { has_cultural_pillar = heritage_magyar } + + ##African + #North African + AND = { + this = { has_cultural_pillar = heritage_berber } + NOT = { this = culture:western_berber } + NOT = { this = culture:tuareg } + NOT = { this = culture:zaghawa } + NOT = { this = culture:guanches } + } + #West African + this = culture:soninke + #East African + this = culture:ethiopian this = culture:old_nubian - this = culture:riffian - this = culture:sabaean } } diff --git a/WtWSMS/common/trigger_localization/BP_culture_triggers.txt b/WtWSMS/common/trigger_localization/BP_culture_triggers.txt index 5b006039b3..1ae003ca49 100644 --- a/WtWSMS/common/trigger_localization/BP_culture_triggers.txt +++ b/WtWSMS/common/trigger_localization/BP_culture_triggers.txt @@ -1,6 +1,9 @@ #Innovations -requires_an_adjacent_county_to_have_this_innovation = { - global = REQUIRES_AN_ADJACENT_COUNTY_TO_HAVE_THIS_INNOVATION +requires_percentage_of_bordering_culture_counties_to_have_writing = { + global = REQUIRES_PERCENTAGE_OF_BORDERING_CULTURE_COUNTIES_TO_HAVE_WRITING +} +requires_percentage_of_bordering_culture_counties_to_have_social_stratification = { + global = REQUIRES_PERCENTAGE_OF_BORDERING_CULTURE_COUNTIES_TO_HAVE_SOCIAL_STRATIFICATION } the_culture_or_parent_is = { global = THE_CULTURE_OR_PARENT_IS diff --git a/WtWSMS/history/cultures/estonian.txt b/WtWSMS/history/cultures/estonian.txt deleted file mode 100644 index bd55ac4983..0000000000 --- a/WtWSMS/history/cultures/estonian.txt +++ /dev/null @@ -1 +0,0 @@ -1.1.1={} \ No newline at end of file diff --git a/WtWSMS/history/cultures/heritage_baltic.txt b/WtWSMS/history/cultures/heritage_baltic.txt index 7221a0b611..1178d768a7 100644 --- a/WtWSMS/history/cultures/heritage_baltic.txt +++ b/WtWSMS/history/cultures/heritage_baltic.txt @@ -3,7 +3,6 @@ 1.1.1 = { ## Tribal Innovations # Military - discover_innovation = innovation_quilted_armor discover_innovation = innovation_mustering_grounds # Civic discover_innovation = innovation_development_00 diff --git a/WtWSMS/history/cultures/heritage_east_germanic.txt b/WtWSMS/history/cultures/heritage_east_germanic.txt index 491d8d8894..18378d9b27 100644 --- a/WtWSMS/history/cultures/heritage_east_germanic.txt +++ b/WtWSMS/history/cultures/heritage_east_germanic.txt @@ -1,6 +1,4 @@ -# crimean_gothic, burgundian, denziner, lebus, gustow, vidivarii, rygir -# heruli, skirian, vandalic, ostrogothic, visigothic, old_bavarian, gothic, gepid -1.1.1 = { +1.1.1 = { ## Tribal Innovations # Military discover_innovation = innovation_vexilium diff --git a/WtWSMS/history/cultures/nafusi.txt b/WtWSMS/history/cultures/nafusi.txt index 84b09d5adf..6160e47fd2 100644 --- a/WtWSMS/history/cultures/nafusi.txt +++ b/WtWSMS/history/cultures/nafusi.txt @@ -9,4 +9,5 @@ discover_innovation = innovation_writing discover_innovation = innovation_barter discover_innovation = innovation_oppidum + discover_innovation = innovation_social_stratification } \ No newline at end of file diff --git a/WtWSMS/history/cultures/przeworsk.txt b/WtWSMS/history/cultures/przeworsk.txt new file mode 100644 index 0000000000..5295d7e7ba --- /dev/null +++ b/WtWSMS/history/cultures/przeworsk.txt @@ -0,0 +1,12 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum +} diff --git a/WtWSMS/history/cultures/samoyed.txt b/WtWSMS/history/cultures/samoyed.txt deleted file mode 100644 index 5f07d1035b..0000000000 --- a/WtWSMS/history/cultures/samoyed.txt +++ /dev/null @@ -1,4 +0,0 @@ -1.1.1 = { - #Bjarmaland was noted to be wealthy traders in Norse legends - discover_innovation = innovation_barter -} \ No newline at end of file diff --git a/WtWSMS/history/cultures/tamazight.txt b/WtWSMS/history/cultures/tamazight.txt index 84b09d5adf..6160e47fd2 100644 --- a/WtWSMS/history/cultures/tamazight.txt +++ b/WtWSMS/history/cultures/tamazight.txt @@ -9,4 +9,5 @@ discover_innovation = innovation_writing discover_innovation = innovation_barter discover_innovation = innovation_oppidum + discover_innovation = innovation_social_stratification } \ No newline at end of file diff --git a/WtWSMS/history/cultures/tashellhit.txt b/WtWSMS/history/cultures/tashellhit.txt index 84b09d5adf..6160e47fd2 100644 --- a/WtWSMS/history/cultures/tashellhit.txt +++ b/WtWSMS/history/cultures/tashellhit.txt @@ -9,4 +9,5 @@ discover_innovation = innovation_writing discover_innovation = innovation_barter discover_innovation = innovation_oppidum + discover_innovation = innovation_social_stratification } \ No newline at end of file diff --git a/WtWSMS/history/cultures/vepsian.txt b/WtWSMS/history/cultures/vepsian.txt deleted file mode 100644 index bd55ac4983..0000000000 --- a/WtWSMS/history/cultures/vepsian.txt +++ /dev/null @@ -1 +0,0 @@ -1.1.1={} \ No newline at end of file diff --git a/WtWSMS/history/cultures/vidivarii.txt b/WtWSMS/history/cultures/vidivarii.txt new file mode 100644 index 0000000000..5295d7e7ba --- /dev/null +++ b/WtWSMS/history/cultures/vidivarii.txt @@ -0,0 +1,12 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum +} diff --git a/WtWSMS/localization/english/triggers/BP_culture_l_english.yml b/WtWSMS/localization/english/triggers/BP_culture_l_english.yml index 50ae46f08f..0137141426 100644 --- a/WtWSMS/localization/english/triggers/BP_culture_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_culture_l_english.yml @@ -1,6 +1,7 @@ l_english: #General Blockers - NOT_REQUIRES_AN_ADJACENT_COUNTY_TO_HAVE_THIS_INNOVATION: "No county adjacent to this culture has this innovation" + NOT_REQUIRES_PERCENTAGE_OF_BORDERING_CULTURE_COUNTIES_TO_HAVE_WRITING: "At least [EmptyScope.ScriptValue('innovation_writing_cutoff')|0V%] of different-culture counties border this culture must have the #V $innovation_writing$#! [innovation|E]\n$EFFECT_LIST_BULLET$ (Currently: $VALUE|%V$)" + NOT_REQUIRES_PERCENTAGE_OF_BORDERING_CULTURE_COUNTIES_TO_HAVE_SOCIAL_STRATIFICATION: "At least [EmptyScope.ScriptValue('innovation_social_stratification_cutoff')|0V%] of different-culture counties border this culture must have the #V $innovation_social_stratification$#! [innovation|E]\n$EFFECT_LIST_BULLET$ (Currently: $VALUE|%V$)" NOT_THE_CULTURE_OR_PARENT_IS: "[CULTURE.GetName] #bold is not#! a parent [culture|E]" NOT_THE_CULTURE_OR_PARENT_OR_ABOVE_IS: "[CULTURE.GetName] #bold is not#! a parent [culture|E] or above" NOT_THE_CULTURE_OR_PARENT_IS_WITH_HERITAGE: "[CULTURE.GetName] #bold is not#! an ancestor [culture|E] and the current culture is not the same heritage as [CULTURE.GetName]" diff --git a/WtWSMS/localization/english/triggers/BP_trigger_vanilla_overwrite_l_english.yml b/WtWSMS/localization/english/triggers/BP_trigger_vanilla_overwrite_l_english.yml index 58d4c4a880..daab105614 100644 --- a/WtWSMS/localization/english/triggers/BP_trigger_vanilla_overwrite_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_trigger_vanilla_overwrite_l_english.yml @@ -3,4 +3,5 @@ GOVERNMENT_HAS_FLAG_TRIGGER_FIRST_NOT: "Your [government|E] can not: $FLAG|V$" HAS_INNOVATION_GLOBAL: "[CULTURE.GetName] [culture|E] has the [INNOVATION.GetName] innovation" NOT_HAS_INNOVATION_GLOBAL: "[CULTURE.GetName] [culture|E] lacks the [innovation|E] [INNOVATION.GetName]" + NOT_ANY_CULTURE_COUNTY_PERCENT: "$PARAMETERS$ of [culture|E] [counties|E]:" \ No newline at end of file From 4559e8235524f6ab0aa41a6db26b10abdbfc2f3d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 6 Nov 2022 03:20:50 -0500 Subject: [PATCH 154/339] Blatic holder cleanup Cleanup Aesti holders and such. --- ...scek_BP_dynasties_fictional_tribals_v2.txt | 20 + .../common/landed_titles/BP_titles_baltic.txt | 47 +- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 471 +++++++++++++++++- WtWSMS/history/characters/aesti.txt | 30 +- WtWSMS/history/characters/galindian.txt | 29 +- WtWSMS/history/titles/BP_titles_baltic.txt | 65 ++- WtWSMS/history/titles/bp_k_lithuania.txt | 183 +++---- WtWSMS/history/titles/bp_k_white_rus.txt | 77 +-- .../english/BP_titles_l_english.yml | 30 +- _development_utilities/.gitignore | 2 + .../tribal_character_history_generator.py | 12 +- 11 files changed, 769 insertions(+), 197 deletions(-) create mode 100644 _development_utilities/.gitignore diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index 1da74adbbb..b4df40be21 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -5,4 +5,24 @@ galindian_dynn_galindian = { name = dynn_Mantvydas culture = galindian +} +aesti_dynn_highlandLithuanians = { + name = dynn_Karijotas + culture = aesti +} +aesti_dynn_lowlandLithuanians = { + name = dynn_Lasukas + culture = aesti +} +aesti_dynn_curonians = { + name = dynn_Rimvydas + culture = aesti +} +aesti_dynn_selonians = { + name = dynn_Merkelis + culture = aesti +} +aesti_dynn_polotsk = { + name = dynn_Dausprungas + culture = aesti } \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/BP_titles_baltic.txt b/WtWSMS/common/landed_titles/BP_titles_baltic.txt index 61a42463b8..e13a05aad2 100644 --- a/WtWSMS/common/landed_titles/BP_titles_baltic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_baltic.txt @@ -29,7 +29,7 @@ d_prus = { #title = "WARCHIEF" #foa = "WARCHIEF_FOA" } -d_zhmudians = { +d_lowland_lithuanians = { color={ 243 120 39 } capital = c_raseiniai # Zhmud ignore_titularity_for_title_weighting = yes @@ -91,3 +91,48 @@ d_yotvingians = { } } } +d_highland_lithuanians = { + color = { 140 28 28 } + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { + OR = { + culture = culture:aesti + culture = culture:lithuanian + } + } + add = @cultural_title_score + } + } +} +d_courland_tribe = { + color = { 160 35 35 } + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { + OR = { + culture = culture:aesti + culture = culture:lithuanian + } + } + add = @cultural_title_score + } + } +} +d_selonians = { + color = { 192 14 14 } + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { + OR = { + culture = culture:aesti + culture = culture:lithuanian + } + } + add = @cultural_title_score + } + } +} diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index efec88509b..2549b3e291 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -12,6 +12,7 @@ SudovianSudovian001 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian000 456.1.1 = { birth = yes } 521.1.1 = { death = yes } } @@ -20,6 +21,7 @@ SudovianSudovian002 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian001 472.1.1 = { birth = yes } 522.1.1 = { death = yes } } @@ -28,6 +30,7 @@ SudovianSudovian003 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian002 488.1.1 = { birth = yes } 529.1.1 = { death = yes } } @@ -36,6 +39,7 @@ SudovianSudovian004 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian003 511.1.1 = { birth = yes } 584.1.1 = { death = yes } } @@ -44,6 +48,7 @@ SudovianSudovian005 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian004 538.1.1 = { birth = yes } 595.1.1 = { death = yes } } @@ -52,6 +57,7 @@ SudovianSudovian006 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian005 579.1.1 = { birth = yes } 639.1.1 = { death = yes } } @@ -60,6 +66,7 @@ SudovianSudovian007 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian006 619.1.1 = { birth = yes } 677.1.1 = { death = yes } } @@ -68,6 +75,7 @@ SudovianSudovian008 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian007 661.1.1 = { birth = yes } 721.1.1 = { death = yes } } @@ -76,6 +84,7 @@ SudovianSudovian009 = { dynasty = sudovian_dynn_sundovian religion = baltic_pagan culture = sudovian + father = SudovianSudovian008 679.1.1 = { birth = yes } 719.1.1 = { death = yes } } @@ -93,6 +102,7 @@ GalindianGalindian001 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian000 464.1.1 = { birth = yes } 517.1.1 = { death = yes } } @@ -101,6 +111,7 @@ GalindianGalindian002 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian001 487.1.1 = { birth = yes } 549.1.1 = { death = yes } } @@ -109,6 +120,7 @@ GalindianGalindian003 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian002 523.1.1 = { birth = yes } 578.1.1 = { death = yes } } @@ -117,6 +129,7 @@ GalindianGalindian004 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian003 548.1.1 = { birth = yes } 618.1.1 = { death = yes } } @@ -125,6 +138,7 @@ GalindianGalindian005 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian004 582.1.1 = { birth = yes } 628.1.1 = { death = yes } } @@ -133,6 +147,7 @@ GalindianGalindian006 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian005 613.1.1 = { birth = yes } 669.1.1 = { death = yes } } @@ -141,6 +156,7 @@ GalindianGalindian007 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian006 629.1.1 = { birth = yes } 683.1.1 = { death = yes } } @@ -149,6 +165,7 @@ GalindianGalindian008 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian007 664.1.1 = { birth = yes } 721.1.1 = { death = yes } } @@ -157,6 +174,458 @@ GalindianGalindian009 = { dynasty = galindian_dynn_galindian religion = baltic_pagan culture = galindian + father = GalindianGalindian008 699.1.1 = { birth = yes } 745.1.1 = { death = yes } -} \ No newline at end of file +} +#Aesti +##Highland Lithuanians +AestiHighlandLithuanians000 = { + name = Bukantas + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + 440.1.1 = { birth = yes } + 480.1.1 = { death = yes } +} +AestiHighlandLithuanians001 = { + name = Daumantas + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians000 + 475.1.1 = { birth = yes } + 523.1.1 = { death = yes } +} +AestiHighlandLithuanians002 = { + name = Zygimantas + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians001 + 505.1.1 = { birth = yes } + 547.1.1 = { death = yes } +} +AestiHighlandLithuanians003 = { + name = Povilas + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians002 + 536.1.1 = { birth = yes } + 583.1.1 = { death = yes } +} +AestiHighlandLithuanians004 = { + name = Kantibutas + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians003 + 570.1.1 = { birth = yes } + 624.1.1 = { death = yes } +} +AestiHighlandLithuanians005 = { + name = Songaila + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians004 + 608.1.1 = { birth = yes } + 673.1.1 = { death = yes } +} +AestiHighlandLithuanians006 = { + name = Jaunutis + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians005 + 626.1.1 = { birth = yes } + 671.1.1 = { death = yes } +} +AestiHighlandLithuanians007 = { + name = Budrys + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians006 + 661.1.1 = { birth = yes } + 727.1.1 = { death = yes } +} +AestiHighlandLithuanians008 = { + name = Vytautas + dynasty = aesti_dynn_highlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiHighlandLithuanians007 + 695.1.1 = { birth = yes } + 748.1.1 = { death = yes } +} +##Lowland Lithuanians +AestiLowlandLithuanians000 = { + name = Skirgaila + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + 440.1.1 = { birth = yes } + 509.1.1 = { death = yes } +} +AestiLowlandLithuanians001 = { + name = Traidenis + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians000 + 473.1.1 = { birth = yes } + 516.1.1 = { death = yes } +} +AestiLowlandLithuanians002 = { + name = Butavas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians001 + 496.1.1 = { birth = yes } + 545.1.1 = { death = yes } +} +AestiLowlandLithuanians003 = { + name = Arunas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians002 + 530.1.1 = { birth = yes } + 573.1.1 = { death = yes } +} +AestiLowlandLithuanians004 = { + name = Dausprungas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians003 + 557.1.1 = { birth = yes } + 613.1.1 = { death = yes } +} +AestiLowlandLithuanians005 = { + name = Rimantas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians004 + 583.1.1 = { birth = yes } + 629.1.1 = { death = yes } +} +AestiLowlandLithuanians006 = { + name = Erdenis + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians005 + 610.1.1 = { birth = yes } + 663.1.1 = { death = yes } +} +AestiLowlandLithuanians007 = { + name = Korybutas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians006 + 626.1.1 = { birth = yes } + 674.1.1 = { death = yes } +} +AestiLowlandLithuanians008 = { + name = Valimantas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians007 + 655.1.1 = { birth = yes } + 723.1.1 = { death = yes } +} +AestiLowlandLithuanians009 = { + name = Erdvilas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians008 + 674.1.1 = { birth = yes } + 718.1.1 = { death = yes } +} +AestiLowlandLithuanians010 = { + name = Gedigaudas + dynasty = aesti_dynn_lowlandLithuanians + religion = baltic_pagan + culture = aesti + father = AestiLowlandLithuanians009 + 694.1.1 = { birth = yes } + 741.1.1 = { death = yes } +} +##Courland +AestiCouronians000 = { + name = Girdenis + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + 430.1.1 = { birth = yes } + 491.1.1 = { death = yes } +} +AestiCouronians001 = { + name = Tarvydas + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians000 + 470.1.1 = { birth = yes } + 530.1.1 = { death = yes } +} +AestiCouronians002 = { + name = Mantvydas + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians001 + 504.1.1 = { birth = yes } + 568.1.1 = { death = yes } +} +AestiCouronians003 = { + name = Kesgaila + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians002 + 531.1.1 = { birth = yes } + 590.1.1 = { death = yes } +} +AestiCouronians004 = { + name = Vykintas + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians003 + 559.1.1 = { birth = yes } + 603.1.1 = { death = yes } +} +AestiCouronians005 = { + name = Aras + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians004 + 584.1.1 = { birth = yes } + 647.1.1 = { death = yes } +} +AestiCouronians006 = { + name = Butigeidis + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians005 + 615.1.1 = { birth = yes } + 671.1.1 = { death = yes } +} +AestiCouronians007 = { + name = Algirdas + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians006 + 644.1.1 = { birth = yes } + 703.1.1 = { death = yes } +} +AestiCouronians008 = { + name = Irmantas + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians007 + 660.1.1 = { birth = yes } + 722.1.1 = { death = yes } +} +AestiCouronians009 = { + name = Narimantas + dynasty = aesti_dynn_curonians + religion = baltic_pagan + culture = aesti + father = AestiCouronians008 + 691.1.1 = { birth = yes } + 764.1.1 = { death = yes } +} +##Selonians +AestiSelonians000 = { + name = Azuolas + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + 430.1.1 = { birth = yes } + 477.1.1 = { death = yes } +} +AestiSelonians001 = { + name = Butigeidis + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians000 + 458.1.1 = { birth = yes } + 511.1.1 = { death = yes } +} +AestiSelonians002 = { + name = Svitrigaila + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians001 + 492.1.1 = { birth = yes } + 556.1.1 = { death = yes } +} +AestiSelonians003 = { + name = Tovtivilas + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians002 + 529.1.1 = { birth = yes } + 577.1.1 = { death = yes } +} +AestiSelonians004 = { + name = Treniotas + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians003 + 562.1.1 = { birth = yes } + 620.1.1 = { death = yes } +} +AestiSelonians005 = { + name = Vizgirdas + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians004 + 588.1.1 = { birth = yes } + 638.1.1 = { death = yes } +} +AestiSelonians006 = { + name = Gintautas + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians005 + 611.1.1 = { birth = yes } + 651.1.1 = { death = yes } +} +AestiSelonians007 = { + name = Gedivilas + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians006 + 637.1.1 = { birth = yes } + 691.1.1 = { death = yes } +} +AestiSelonians008 = { + name = Lingvenis + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians007 + 675.1.1 = { birth = yes } + 747.1.1 = { death = yes } +} +AestiSelonians009 = { + name = Rimgaila + dynasty = aesti_dynn_selonians + religion = baltic_pagan + culture = aesti + father = AestiSelonians008 + 696.1.1 = { birth = yes } + 749.1.1 = { death = yes } +} +##Polotsk +AestiPolotsk000 = { + name = Butavas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + 430.1.1 = { birth = yes } + 475.1.1 = { death = yes } +} +AestiPolotsk001 = { + name = Jovirdas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk000 + 456.1.1 = { birth = yes } + 519.1.1 = { death = yes } +} +AestiPolotsk002 = { + name = Movkoldas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk001 + 492.1.1 = { birth = yes } + 532.1.1 = { death = yes } +} +AestiPolotsk003 = { + name = Narimantas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk002 + 514.1.1 = { birth = yes } + 572.1.1 = { death = yes } +} +AestiPolotsk004 = { + name = Antanas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk003 + 538.1.1 = { birth = yes } + 613.1.1 = { death = yes } +} +AestiPolotsk005 = { + name = Arunas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk004 + 569.1.1 = { birth = yes } + 620.1.1 = { death = yes } +} +AestiPolotsk006 = { + name = Treniotas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk005 + 597.1.1 = { birth = yes } + 651.1.1 = { death = yes } +} +AestiPolotsk007 = { + name = Narimantas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk006 + 628.1.1 = { birth = yes } + 694.1.1 = { death = yes } +} +AestiPolotsk008 = { + name = Irmantas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk007 + 659.1.1 = { birth = yes } + 722.1.1 = { death = yes } +} +AestiPolotsk009 = { + name = Dausprungas + dynasty = aesti_dynn_polotsk + religion = baltic_pagan + culture = aesti + father = AestiPolotsk008 + 694.1.1 = { birth = yes } + 754.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/aesti.txt b/WtWSMS/history/characters/aesti.txt index 4ac33b1c1e..3349737373 100644 --- a/WtWSMS/history/characters/aesti.txt +++ b/WtWSMS/history/characters/aesti.txt @@ -1,31 +1,5 @@ -31150 = { - name = "Auctune" - # Auctune Ulinniks - dynasty = 10424438 - religion = "baltic_pagan" - culture = "aesti" - 450.1.1 = { - birth = yes - } - 510.1.1 = { - death = yes - } -} - -31153 = { - name = "Ekkelis" - # Ekkelis Ulinniks - dynasty = 10424438 - religion = "baltic_pagan" - culture = "aesti" - father = 31150 - 470.1.1 = { - birth = yes - } - 550.1.1 = { - death = yes - } -} +#### Removed: 31150 +#### Removed: 31153 109718 = { name = "Kezhedey" diff --git a/WtWSMS/history/characters/galindian.txt b/WtWSMS/history/characters/galindian.txt index 5ef38ecf9a..729add4e2f 100644 --- a/WtWSMS/history/characters/galindian.txt +++ b/WtWSMS/history/characters/galindian.txt @@ -27,31 +27,6 @@ } } -31148 = { - name = "Skirgaila" - # Skirgaila Liudas - dynasty = 10424437 - religion = "baltic_pagan" - culture = "galindian" - 450.1.1 = { - birth = yes - } - 510.1.1 = { - death = yes - } -} +#### Removed: 31148 -31149 = { - name = "Jaunutis" - # Jaunutis Liudas - dynasty = 10424437 - religion = "baltic_pagan" - culture = "galindian" - father = 31148 - 470.1.1 = { - birth = yes - } - 550.1.1 = { - death = yes - } -} \ No newline at end of file +#### Removed: 31149 diff --git a/WtWSMS/history/titles/BP_titles_baltic.txt b/WtWSMS/history/titles/BP_titles_baltic.txt index 915c4bb504..91a9cb893d 100644 --- a/WtWSMS/history/titles/BP_titles_baltic.txt +++ b/WtWSMS/history/titles/BP_titles_baltic.txt @@ -49,14 +49,21 @@ d_prus = { holder = 1300041 # fictional } } -d_zhmudians = { - 450.1.1={ - holder=31150 # Auctune Ulinniks +d_lowland_lithuanians = { + 460.1.1 = { + holder = AestiLowlandLithuanians000 government = tribal_government } - 510.1.1={ - holder=31153 # Ekkelis Ulinniks - } + 509.1.1 = { holder = AestiLowlandLithuanians001 } + 516.1.1 = { holder = AestiLowlandLithuanians002 } + 545.1.1 = { holder = AestiLowlandLithuanians003 } + 573.1.1 = { holder = AestiLowlandLithuanians004 } + 613.1.1 = { holder = AestiLowlandLithuanians005 } + 629.1.1 = { holder = AestiLowlandLithuanians006 } + 663.1.1 = { holder = AestiLowlandLithuanians007 } + 674.1.1 = { holder = AestiLowlandLithuanians008 } + 723.1.1 = { holder = AestiLowlandLithuanians009 } + 718.1.1 = { holder = AestiLowlandLithuanians010 } } d_zemigalians = { # Mark for v1.102 @@ -127,4 +134,48 @@ d_yotvingians = { 639.1.1 = { holder = SudovianSudovian007 } 677.1.1 = { holder = SudovianSudovian008 } 721.1.1 = { holder = SudovianSudovian009 } -} \ No newline at end of file +} +d_highland_lithuanians = { + 460.1.1 = { + holder = AestiHighlandLithuanians000 + government = tribal_government + } + 480.1.1 = { holder = AestiHighlandLithuanians001 } + 523.1.1 = { holder = AestiHighlandLithuanians002 } + 547.1.1 = { holder = AestiHighlandLithuanians003 } + 583.1.1 = { holder = AestiHighlandLithuanians004 } + 624.1.1 = { holder = AestiHighlandLithuanians005 } + 673.1.1 = { holder = AestiHighlandLithuanians006 } + 671.1.1 = { holder = AestiHighlandLithuanians007 } + 727.1.1 = { holder = AestiHighlandLithuanians008 } +} +d_courland_tribe = { + 450.1.1 = { + holder = AestiCouronians000 + government = tribal_government + } + 491.1.1 = { holder = AestiCouronians001 } + 530.1.1 = { holder = AestiCouronians002 } + 568.1.1 = { holder = AestiCouronians003 } + 590.1.1 = { holder = AestiCouronians004 } + 603.1.1 = { holder = AestiCouronians005 } + 647.1.1 = { holder = AestiCouronians006 } + 671.1.1 = { holder = AestiCouronians007 } + 703.1.1 = { holder = AestiCouronians008 } + 722.1.1 = { holder = AestiCouronians009 } +} +d_selonians = { + 450.1.1 = { + holder = AestiSelonians000 + government = tribal_government + } + 477.1.1 = { holder = AestiSelonians001 } + 511.1.1 = { holder = AestiSelonians002 } + 556.1.1 = { holder = AestiSelonians003 } + 577.1.1 = { holder = AestiSelonians004 } + 620.1.1 = { holder = AestiSelonians005 } + 638.1.1 = { holder = AestiSelonians006 } + 651.1.1 = { holder = AestiSelonians007 } + 691.1.1 = { holder = AestiSelonians008 } + 747.1.1 = { holder = AestiSelonians009 } +} diff --git a/WtWSMS/history/titles/bp_k_lithuania.txt b/WtWSMS/history/titles/bp_k_lithuania.txt index 5613e075bb..597a57a129 100644 --- a/WtWSMS/history/titles/bp_k_lithuania.txt +++ b/WtWSMS/history/titles/bp_k_lithuania.txt @@ -6,12 +6,15 @@ d_lithuanians = { #Empty History 1.1.1={} } c_kernave = { #c_aukshayts history - 450.1.1={ - holder=31148 # Skirgaila Liudas - } - 510.1.1={ - holder=31149 # Jaunutis Liudas - } + 460.1.1 = { holder = AestiHighlandLithuanians000 } + 480.1.1 = { holder = AestiHighlandLithuanians001 } + 523.1.1 = { holder = AestiHighlandLithuanians002 } + 547.1.1 = { holder = AestiHighlandLithuanians003 } + 583.1.1 = { holder = AestiHighlandLithuanians004 } + 624.1.1 = { holder = AestiHighlandLithuanians005 } + 673.1.1 = { holder = AestiHighlandLithuanians006 } + 671.1.1 = { holder = AestiHighlandLithuanians007 } + 727.1.1 = { holder = AestiHighlandLithuanians008 } } c_trakai = { 460.1.1 = { holder = SudovianSudovian000 } @@ -38,15 +41,15 @@ c_yatvyagi = { 721.1.1 = { holder = SudovianSudovian009 } } c_braslau = { #c_polotsk history - 450.1.1={ - holder = 212854 - } - 510.1.1={ - holder = 212855 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } + 460.1.1 = { holder = AestiHighlandLithuanians000 } + 480.1.1 = { holder = AestiHighlandLithuanians001 } + 523.1.1 = { holder = AestiHighlandLithuanians002 } + 547.1.1 = { holder = AestiHighlandLithuanians003 } + 583.1.1 = { holder = AestiHighlandLithuanians004 } + 624.1.1 = { holder = AestiHighlandLithuanians005 } + 673.1.1 = { holder = AestiHighlandLithuanians006 } + 671.1.1 = { holder = AestiHighlandLithuanians007 } + 727.1.1 = { holder = AestiHighlandLithuanians008 } } d_prussia = { #Empty History @@ -343,59 +346,56 @@ c_zemigalians = { holder = 1301038 # fictional } } -c_vanemane = { #c_kurs history - 476.1.1={ - holder = 109719 - } - 510.1.1={ - holder = 1301036 # fictional - } - 540.1.1={ - holder = 1301037 # fictional - } - 570.1.1={ - holder = 1301038 # fictional - } -} -c_grobin = { #c_kurs history - 476.1.1={ - holder = 109719 - } - 510.1.1={ - holder = 1301036 # fictional - } - 540.1.1={ - holder = 1301037 # fictional - } - 570.1.1={ - holder = 1301038 # fictional - } -} -c_selpils = { #c_zemigalians - 476.1.1={ - holder = 109719 - } - 510.1.1={ - holder = 1301036 # fictional - } - 540.1.1={ - holder = 1301037 # fictional - } - 570.1.1={ - holder = 1301038 # fictional - } +c_vanemane = { + 450.1.1 = { holder = AestiCouronians000 } + 491.1.1 = { holder = AestiCouronians001 } + 530.1.1 = { holder = AestiCouronians002 } + 568.1.1 = { holder = AestiCouronians003 } + 590.1.1 = { holder = AestiCouronians004 } + 603.1.1 = { holder = AestiCouronians005 } + 647.1.1 = { holder = AestiCouronians006 } + 671.1.1 = { holder = AestiCouronians007 } + 703.1.1 = { holder = AestiCouronians008 } + 722.1.1 = { holder = AestiCouronians009 } +} +c_grobin = { + 450.1.1 = { holder = AestiCouronians000 } + 491.1.1 = { holder = AestiCouronians001 } + 530.1.1 = { holder = AestiCouronians002 } + 568.1.1 = { holder = AestiCouronians003 } + 590.1.1 = { holder = AestiCouronians004 } + 603.1.1 = { holder = AestiCouronians005 } + 647.1.1 = { holder = AestiCouronians006 } + 671.1.1 = { holder = AestiCouronians007 } + 703.1.1 = { holder = AestiCouronians008 } + 722.1.1 = { holder = AestiCouronians009 } +} +c_selpils = { + 450.1.1 = { holder = AestiSelonians000 } + 477.1.1 = { holder = AestiSelonians001 } + 511.1.1 = { holder = AestiSelonians002 } + 556.1.1 = { holder = AestiSelonians003 } + 577.1.1 = { holder = AestiSelonians004 } + 620.1.1 = { holder = AestiSelonians005 } + 638.1.1 = { holder = AestiSelonians006 } + 651.1.1 = { holder = AestiSelonians007 } + 691.1.1 = { holder = AestiSelonians008 } + 747.1.1 = { holder = AestiSelonians009 } } d_samogitia = { #Empty History 1.1.1={} } -c_raseiniai = { #c_zhmud - 450.1.1={ - holder=31150 # Auctune Ulinniks - } - 510.1.1={ - holder=31153 # Ekkelis Ulinniks - } +c_raseiniai = { + 460.1.1 = { holder = AestiHighlandLithuanians000 } + 480.1.1 = { holder = AestiHighlandLithuanians001 } + 523.1.1 = { holder = AestiHighlandLithuanians002 } + 547.1.1 = { holder = AestiHighlandLithuanians003 } + 583.1.1 = { holder = AestiHighlandLithuanians004 } + 624.1.1 = { holder = AestiHighlandLithuanians005 } + 673.1.1 = { holder = AestiHighlandLithuanians006 } + 671.1.1 = { holder = AestiHighlandLithuanians007 } + 727.1.1 = { holder = AestiHighlandLithuanians008 } } c_scalovia = { 476.1.2={ @@ -436,28 +436,41 @@ c_scalovia = { } } c_memel = { - 450.1.1={ - holder=31150 # Auctune Ulinniks - } - 510.1.1={ - holder=31153 # Ekkelis Ulinniks - } -} -c_palanga = { #c_zhmud - 450.1.1={ - holder=31150 # Auctune Ulinniks - } - 510.1.1={ - holder=31153 # Ekkelis Ulinniks - } -} -c_siauliai = { #c_zhmud - 450.1.1={ - holder=31150 # Auctune Ulinniks - } - 510.1.1={ - holder=31153 # Ekkelis Ulinniks - } + 460.1.1 = { holder = AestiLowlandLithuanians000 } + 509.1.1 = { holder = AestiLowlandLithuanians001 } + 516.1.1 = { holder = AestiLowlandLithuanians002 } + 545.1.1 = { holder = AestiLowlandLithuanians003 } + 573.1.1 = { holder = AestiLowlandLithuanians004 } + 613.1.1 = { holder = AestiLowlandLithuanians005 } + 629.1.1 = { holder = AestiLowlandLithuanians006 } + 663.1.1 = { holder = AestiLowlandLithuanians007 } + 674.1.1 = { holder = AestiLowlandLithuanians008 } + 723.1.1 = { holder = AestiLowlandLithuanians009 } + 718.1.1 = { holder = AestiLowlandLithuanians010 } +} +c_palanga = { + 460.1.1 = { holder = AestiLowlandLithuanians000 } + 509.1.1 = { holder = AestiLowlandLithuanians001 } + 516.1.1 = { holder = AestiLowlandLithuanians002 } + 545.1.1 = { holder = AestiLowlandLithuanians003 } + 573.1.1 = { holder = AestiLowlandLithuanians004 } + 613.1.1 = { holder = AestiLowlandLithuanians005 } + 629.1.1 = { holder = AestiLowlandLithuanians006 } + 663.1.1 = { holder = AestiLowlandLithuanians007 } + 674.1.1 = { holder = AestiLowlandLithuanians008 } + 723.1.1 = { holder = AestiLowlandLithuanians009 } + 718.1.1 = { holder = AestiLowlandLithuanians010 } +} +c_siauliai = { + 460.1.1 = { holder = AestiHighlandLithuanians000 } + 480.1.1 = { holder = AestiHighlandLithuanians001 } + 523.1.1 = { holder = AestiHighlandLithuanians002 } + 547.1.1 = { holder = AestiHighlandLithuanians003 } + 583.1.1 = { holder = AestiHighlandLithuanians004 } + 624.1.1 = { holder = AestiHighlandLithuanians005 } + 673.1.1 = { holder = AestiHighlandLithuanians006 } + 671.1.1 = { holder = AestiHighlandLithuanians007 } + 727.1.1 = { holder = AestiHighlandLithuanians008 } } d_mazovia = { #Empty History diff --git a/WtWSMS/history/titles/bp_k_white_rus.txt b/WtWSMS/history/titles/bp_k_white_rus.txt index b2bfdb2596..4879e41b98 100644 --- a/WtWSMS/history/titles/bp_k_white_rus.txt +++ b/WtWSMS/history/titles/bp_k_white_rus.txt @@ -128,41 +128,56 @@ c_orsha = { } } -d_polotsk = { #Empty History - 1.1.1={} +d_polotsk = { + 450.1.1 = { + holder = AestiPolotsk000 + government = tribal_government + } + 475.1.1 = { holder = AestiPolotsk001 } + 519.1.1 = { holder = AestiPolotsk002 } + 532.1.1 = { holder = AestiPolotsk003 } + 572.1.1 = { holder = AestiPolotsk004 } + 613.1.1 = { holder = AestiPolotsk005 } + 620.1.1 = { holder = AestiPolotsk006 } + 651.1.1 = { holder = AestiPolotsk007 } + 694.1.1 = { holder = AestiPolotsk008 } + 722.1.1 = { holder = AestiPolotsk009 } } c_polotsk = { - 450.1.1={ - holder = 212854 - } - 510.1.1={ - holder = 212855 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } -} -c_lukoml = { #c_lepiel history (direct) - 450.1.1={ - holder = 212854 - } - 510.1.1={ - holder = 212855 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } + 450.1.1 = { holder = AestiPolotsk000 } + 475.1.1 = { holder = AestiPolotsk001 } + 519.1.1 = { holder = AestiPolotsk002 } + 532.1.1 = { holder = AestiPolotsk003 } + 572.1.1 = { holder = AestiPolotsk004 } + 613.1.1 = { holder = AestiPolotsk005 } + 620.1.1 = { holder = AestiPolotsk006 } + 651.1.1 = { holder = AestiPolotsk007 } + 694.1.1 = { holder = AestiPolotsk008 } + 722.1.1 = { holder = AestiPolotsk009 } +} +c_lukoml = { + 450.1.1 = { holder = AestiPolotsk000 } + 475.1.1 = { holder = AestiPolotsk001 } + 519.1.1 = { holder = AestiPolotsk002 } + 532.1.1 = { holder = AestiPolotsk003 } + 572.1.1 = { holder = AestiPolotsk004 } + 613.1.1 = { holder = AestiPolotsk005 } + 620.1.1 = { holder = AestiPolotsk006 } + 651.1.1 = { holder = AestiPolotsk007 } + 694.1.1 = { holder = AestiPolotsk008 } + 722.1.1 = { holder = AestiPolotsk009 } } c_vitebsk = { - 450.1.1={ - holder = 212854 - } - 510.1.1={ - holder = 212855 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } + 450.1.1 = { holder = AestiPolotsk000 } + 475.1.1 = { holder = AestiPolotsk001 } + 519.1.1 = { holder = AestiPolotsk002 } + 532.1.1 = { holder = AestiPolotsk003 } + 572.1.1 = { holder = AestiPolotsk004 } + 613.1.1 = { holder = AestiPolotsk005 } + 620.1.1 = { holder = AestiPolotsk006 } + 651.1.1 = { holder = AestiPolotsk007 } + 694.1.1 = { holder = AestiPolotsk008 } + 722.1.1 = { holder = AestiPolotsk009 } } d_smolensk = { #Empty History diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 9e8511d2d1..570c17f58a 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1088,18 +1088,24 @@ d_venedi_adj:0 "Venedian" d_prus:0 "Prus" d_prus_adj:0 "Prus'" - d_zhmudians:0 "Zhumdians" - d_zhmudians_adj:0 "Zhumdian" - d_zemigalians:0 "Zemigalians" - d_zemigalians_adj:0 "Zemigalian" - d_west_galindians:0 "West Galindians" - d_west_galindians_adj:0 "West Galindian" - d_east_galindians:0 "East Galindians" - d_east_galindians_adj:0 "East Galindians" - d_lettigalians:0 "Lettigalians" - d_lettigalians_adj:0 "Lettigalian" - d_yotvingians: "Yotvingians" - d_yotvingians_adj: "Yotvingian" + d_lowland_lithuanians: "Žemaitians" + d_lowland_lithuanians_adj: "Žemaitian" + d_zemigalians: "Žiemgalians" + d_zemigalians_adj: "Žiemgalian" + d_west_galindians: "Galindians" + d_west_galindians_adj: "Galindian" + d_east_galindians: "Galindaians" + d_east_galindians_adj: "Galindaian" + d_lettigalians: "Latgaļians" + d_lettigalians_adj: "Latgaļian" + d_yotvingians: "Jotvingaians" + d_yotvingians_adj: "Jotvingaian" + d_highland_lithuanians: "Aukštaitians" + d_highland_lithuanians_adj: "Aukštaitian" + d_courland_tribe: "Kuršians" + d_courland_tribe_adj: "Kuršian" + d_selonians: "Sėliaians" + d_selonians_adj: "Sėliaian" #### Eastern Titles k_wei_western_regions:0 "Wei Dynasty Western Regions" diff --git a/_development_utilities/.gitignore b/_development_utilities/.gitignore new file mode 100644 index 0000000000..fddd0019c4 --- /dev/null +++ b/_development_utilities/.gitignore @@ -0,0 +1,2 @@ +char_data.txt +title_data.txt \ No newline at end of file diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 3629281ea5..5a94ddd4b7 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,14 +47,14 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'PrussianSasna',\ + 'SudovianYotvingian',\ 0,\ #Character data - 'przeworsk_dynn_',\ - 'germanic_pagan',\ - 'przeworsk',\ + 'sudovian_dynn_yotvingians',\ + 'baltic_pagan',\ + 'sudovian',\ #Starting year and end year - 440,\ + 430,\ 700,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ @@ -81,6 +81,8 @@ def create_character_file(family_pole,character_file='char_data.txt'): f.write( '\tdynasty = '+char.dynasty+EOLChar ) f.write( '\treligion = '+char.religion+EOLChar ) f.write( '\tculture = '+char.culture+EOLChar ) + if len(char.father)!=0: + f.write( '\tfather = '+char.father+EOLChar ) f.write( '\t'+str(char.birth_year)+'.1.1 = { birth = yes }'+EOLChar ) f.write( '\t'+str(char.death_year)+'.1.1 = { death = yes }'+EOLChar ) f.write('}'+EOLChar) From ba00c5abef6fb456f593108e972428297d4ecbeb Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 6 Nov 2022 19:18:15 -0500 Subject: [PATCH 155/339] Slavic-Baltic continuum region * Kolochin given traits to encourage historical Severian/Radimichi traits post-hybridization * Added Radimichi/Draugaviches Slavic rulers over large parts of Kolochin/Dneipner Baltic to emulate the fact that the region was beginning Slavicization * Added game start cultural acceptance buff for Old Slavs-Kolochin and Old Slavs-Dneipner Balts --- WtWSMS/common/culture/cultures/BP_baltic.txt | 32 +- WtWSMS/common/culture/pillars/00_language.txt | 27 -- ...scek_BP_dynasties_fictional_tribals_v2.txt | 20 +- .../common/landed_titles/BP_titles_baltic.txt | 20 + .../common/landed_titles/BP_titles_slavic.txt | 27 ++ WtWSMS/common/on_action/BP_game_start.txt | 11 + .../scripted_effects/BP_on_action_effects.txt | 2 - .../_lt_rascek_fictional_tribal_rulers_v2.txt | 347 +++++++++++++++++- WtWSMS/history/characters/galindian.txt | 4 +- WtWSMS/history/characters/old_slavic.txt | 35 +- WtWSMS/history/provinces/_BP_notes.info | 8 +- .../provinces/bp_k_galicia-volhynia.txt | 2 +- WtWSMS/history/provinces/bp_k_ruthenia.txt | 8 +- WtWSMS/history/titles/BP_titles_baltic.txt | 28 ++ WtWSMS/history/titles/BP_titles_slavic.txt | 30 ++ WtWSMS/history/titles/bp_k_ruthenia.txt | 195 +++++----- WtWSMS/history/titles/bp_k_white_rus.txt | 199 +++++----- .../english/BP_titles_l_english.yml | 8 + .../english/culture/BP_cultures_l_english.yml | 18 +- .../BP_cultural_languages_l_english.yml | 1 - .../tribal_character_history_generator.py | 8 +- 21 files changed, 703 insertions(+), 327 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index 9139c2acea..09440b7e56 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -177,7 +177,7 @@ east_galindian = { ethos = ethos_bellicose #According to Russian Chronicles heritage = heritage_baltic - language = language_dneiper_baltic + language = language_baltic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -195,7 +195,7 @@ east_galindian = { fallback = tradition_isolationist } - name_list = name_list_vistula_veneti + name_list = name_list_aesti coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } @@ -210,31 +210,26 @@ east_galindian = { } } #Balto-Slavic Border Cultures -kolochin = { +kolochin = { #Proto-Radmichi/Severian/Vyatichi color = kolochin - ethos = ethos_communal + ethos = ethos_bellicose #Radmichi/Severian/Vyatichi custom heritage = heritage_baltic - language = language_dneiper_baltic + language = language_baltic martial_custom = martial_custom_male_only traditions = { #Societal Traditions #Regional Traditions #Ritual Traditions + tradition_polygamous #Radmichi/Severian/Vyatichi tradition #Realm Traditions tradition_forest_folk - tradition_wetlanders #Dneipner-Pipyat-Desna confluence is a wetland region + tradition_sacred_groves #Severian bequeath #Combat Traditions } - #Discourage keeping around - dlc_tradition = { - trait = tradition_culture_blending - requires_dlc_flag = hybridize_culture - fallback = tradition_xenophilic - } - - name_list = name_list_vistula_veneti + name_list = name_list_aesti + name_list = name_list_old_slavic coa_gfx = { baltic_group_coa_gfx east_slavic_group_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } @@ -256,9 +251,9 @@ kolochin = { dneipner_baltic = { color = dneipner_baltic - ethos = ethos_courtly #Volhynian bequeath + ethos = ethos_communal #CE Dregovichian Ethos heritage = heritage_baltic - language = language_dneiper_baltic + language = language_baltic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -267,11 +262,12 @@ dneipner_baltic = { #Realm Traditions tradition_forest_folk tradition_wetlanders #Dneipner-Pipyat-Desna confluence is a wetland region - tradition_astute_diplomats #Volhynian bequeath + tradition_hit_and_run #CE Dregovichian Tradition #Combat Traditions } - name_list = name_list_vistula_veneti + name_list = name_list_aesti + name_list = name_list_old_slavic coa_gfx = { baltic_group_coa_gfx east_slavic_group_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 5851d41260..2d0a7037dd 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1296,33 +1296,6 @@ language_west_baltic = { color = galindian } -language_dneiper_baltic = { - type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_dneiper_baltic } } - - parameters = { - language_group_balto_slavic = yes - language_family_indo_european = yes - } - - ai_will_do = { - value = 10 - if = { - limit = { has_cultural_pillar = language_dneiper_baltic } - multiply = same_language_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_family_indo_european } - multiply = same_language_family_choice_factor - } - } - - color = vistula_veneti -} language_east_slavic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_slavic } } diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index b4df40be21..e8868ffd48 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -1,4 +1,5 @@ -sudovian_dynn_sundovian = { +#Balts +sudovian_dynn_sundovian = { name = dynn_Dravantas culture = sudovian } @@ -25,4 +26,21 @@ aesti_dynn_selonians = { aesti_dynn_polotsk = { name = dynn_Dausprungas culture = aesti +} +dneipner_baltic_dynn_dneipner_baltic = { + name = dynn_Domovich + culture = dneipner_baltic +} +kolochin_dynn_kolochins = { + name = dynn_Lubartas + culture = kolochin +} +#Slavs +old_slavic_dynn_dregoviches = { + name = dynn_Ognjen + culture = old_slavic +} +old_slavic_dynn_radimichi = { + name = dynn_Vsegrad + culture = old_slavic } \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/BP_titles_baltic.txt b/WtWSMS/common/landed_titles/BP_titles_baltic.txt index e13a05aad2..a521598e64 100644 --- a/WtWSMS/common/landed_titles/BP_titles_baltic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_baltic.txt @@ -136,3 +136,23 @@ d_selonians = { } } } +d_dneipner_balts = { + color = { 122 158 114 } + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:dneipner_baltic } + add = @cultural_title_score + } + } +} +d_kolochins = { + color = { 146 124 153 } + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:dneipner_baltic } + add = @cultural_title_score + } + } +} diff --git a/WtWSMS/common/landed_titles/BP_titles_slavic.txt b/WtWSMS/common/landed_titles/BP_titles_slavic.txt index 5e4dc1f874..18de4d5f7f 100644 --- a/WtWSMS/common/landed_titles/BP_titles_slavic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_slavic.txt @@ -69,3 +69,30 @@ d_lutogostians = { can_create = { always = no } } +##### New CK3 Slavics +d_dregovich = { + color = { 110 140 20 } + capital = c_turov + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:old_slavic } + add = @cultural_title_score + } + } + + can_create = { always = no } +} +d_radimichi = { + color = { 121 189 74 } + capital = c_chernigov + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:old_slavic } + add = @cultural_title_score + } + } + + can_create = { always = no } +} diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 0d2993b206..b3960959d0 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1619,6 +1619,17 @@ set_starting_culture_acceptance = { value = 15 } } + #Balto-Slavs + culture:old_slavic = { + set_cultural_acceptance = { + target = culture:kolochin + value = 40 + } + set_cultural_acceptance = { + target = culture:dneipner_baltic + value = 35 + } + } } } } diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 65a9a45722..bff0fc5554 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -80,7 +80,6 @@ set_court_language_from_effect = { ## Balto-Slavic else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_baltic } NOT = { has_court_language = language_baltic } } $CHARACTER$ = { set_court_language = language_baltic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_west_baltic } NOT = { has_court_language = language_west_baltic } } $CHARACTER$ = { set_court_language = language_west_baltic } } - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_dneiper_baltic } NOT = { has_court_language = language_dneiper_baltic } } $CHARACTER$ = { set_court_language = language_dneiper_baltic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_east_slavic } NOT = { has_court_language = language_east_slavic } } $CHARACTER$ = { set_court_language = language_east_slavic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_south_slavic } NOT = { has_court_language = language_south_slavic } } $CHARACTER$ = { set_court_language = language_south_slavic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_slavonic } NOT = { has_court_language = language_slavonic } } $CHARACTER$ = { set_court_language = language_slavonic } } @@ -280,7 +279,6 @@ match_court_languages_effect = { ## Balto-Slavic else_if = { limit = { $TOP_COURT$ = { has_court_language = language_baltic } } $CURRENT_COURT$ = { set_court_language = language_baltic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_west_baltic } } $CURRENT_COURT$ = { set_court_language = language_west_baltic } } - else_if = { limit = { $TOP_COURT$ = { has_court_language = language_dneiper_baltic } } $CURRENT_COURT$ = { set_court_language = language_dneiper_baltic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_east_slavic } } $CURRENT_COURT$ = { set_court_language = language_east_slavic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_south_slavic } } $CURRENT_COURT$ = { set_court_language = language_south_slavic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_slavonic } } $CURRENT_COURT$ = { set_court_language = language_slavonic } } diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index 2549b3e291..c2159e7566 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1,4 +1,5 @@ -#Sudovians +## Baltics +#Sudovians SudovianSudovian000 = { name = Beidras dynasty = sudovian_dynn_sundovian @@ -629,3 +630,347 @@ AestiPolotsk009 = { 694.1.1 = { birth = yes } 754.1.1 = { death = yes } } +## Dneipner Balts +DneipnerBalticDneipnerBaltic000 = { + name = Azuolas + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + 439.1.1 = { birth = yes } + 496.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic001 = { + name = Azuolas + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic000 + 467.1.1 = { birth = yes } + 527.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic002 = { + name = Zygimantas + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic001 + 508.1.1 = { birth = yes } + 582.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic003 = { + name = Minigaila + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic002 + 532.1.1 = { birth = yes } + 585.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic004 = { + name = Zygimantas + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic003 + 557.1.1 = { birth = yes } + 597.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic005 = { + name = Kesgaila + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic004 + 586.1.1 = { birth = yes } + 640.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic006 = { + name = Ringaudas + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic005 + 624.1.1 = { birth = yes } + 693.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic007 = { + name = Lingvenis + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic006 + 654.1.1 = { birth = yes } + 729.1.1 = { death = yes } +} +DneipnerBalticDneipnerBaltic008 = { + name = Pukuveras + dynasty = dneipner_baltic_dynn_dneipner_baltic + religion = baltic_pagan + culture = dneipner_baltic + father = DneipnerBalticDneipnerBaltic007 + 678.1.1 = { birth = yes } + 732.1.1 = { death = yes } +} +## Kolochins +KolochinKolochins000 = { + name = Bukantas + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + 443.1.1 = { birth = yes } + 512.1.1 = { death = yes } +} +KolochinKolochins001 = { + name = Lubartas + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins000 + 461.1.1 = { birth = yes } + 505.1.1 = { death = yes } +} +KolochinKolochins002 = { + name = Songaila + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins001 + 498.1.1 = { birth = yes } + 543.1.1 = { death = yes } +} +KolochinKolochins003 = { + name = Vytenis + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins002 + 534.1.1 = { birth = yes } + 585.1.1 = { death = yes } +} +KolochinKolochins004 = { + name = Gediminas + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins003 + 573.1.1 = { birth = yes } + 618.1.1 = { death = yes } +} +KolochinKolochins005 = { + name = Pukuveras + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins004 + 607.1.1 = { birth = yes } + 680.1.1 = { death = yes } +} +KolochinKolochins006 = { + name = Daugvilas + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins005 + 642.1.1 = { birth = yes } + 707.1.1 = { death = yes } +} +KolochinKolochins007 = { + name = Dausprungas + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins006 + 665.1.1 = { birth = yes } + 720.1.1 = { death = yes } +} +KolochinKolochins008 = { + name = Korybutas + dynasty = kolochin_dynn_kolochins + religion = baltic_pagan + culture = kolochin + father = KolochinKolochins007 + 688.1.1 = { birth = yes } + 728.1.1 = { death = yes } +} + +## Old Slavs +#Dregoviches +OldSlavicDregoviches000 = { + name = Dragomir + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + 436.1.1 = { birth = yes } + 497.1.1 = { death = yes } +} +OldSlavicDregoviches001 = { + name = Izyaslav + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches000 + 465.1.1 = { birth = yes } + 527.1.1 = { death = yes } +} +OldSlavicDregoviches002 = { + name = Vysheslav + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches001 + 485.1.1 = { birth = yes } + 533.1.1 = { death = yes } +} +OldSlavicDregoviches003 = { + name = Gradislav + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches002 + 501.1.1 = { birth = yes } + 571.1.1 = { death = yes } +} +OldSlavicDregoviches004 = { + name = Mstivoj + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches003 + 544.1.1 = { birth = yes } + 584.1.1 = { death = yes } +} +OldSlavicDregoviches005 = { + name = Rosslav + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches004 + 560.1.1 = { birth = yes } + 625.1.1 = { death = yes } +} +OldSlavicDregoviches006 = { + name = Rodoslav + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches005 + 592.1.1 = { birth = yes } + 632.1.1 = { death = yes } +} +OldSlavicDregoviches007 = { + name = Blagoslav + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches006 + 632.1.1 = { birth = yes } + 685.1.1 = { death = yes } +} +OldSlavicDregoviches008 = { + name = Godoslav + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches007 + 667.1.1 = { birth = yes } + 726.1.1 = { death = yes } +} +OldSlavicDregoviches009 = { + name = Vyshemir + dynasty = old_slavic_dynn_dregoviches + religion = slavic_pagan + culture = old_slavic + father = OldSlavicDregoviches008 + 693.1.1 = { birth = yes } + 749.1.1 = { death = yes } +} +#Radimichi +OldSlavicRadimichi000 = { + name = Radimir + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + 429.1.1 = { birth = yes } + 483.1.1 = { death = yes } +} +OldSlavicRadimichi001 = { + name = Tatimir + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi000 + 455.1.1 = { birth = yes } + 507.1.1 = { death = yes } +} +OldSlavicRadimichi002 = { + name = Boleslav + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi001 + 491.1.1 = { birth = yes } + 544.1.1 = { death = yes } +} +OldSlavicRadimichi003 = { + name = Velerad + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi002 + 523.1.1 = { birth = yes } + 589.1.1 = { death = yes } +} +OldSlavicRadimichi004 = { + name = Velimir + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi003 + 546.1.1 = { birth = yes } + 607.1.1 = { death = yes } +} +OldSlavicRadimichi005 = { + name = Vladduh + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi004 + 567.1.1 = { birth = yes } + 622.1.1 = { death = yes } +} +OldSlavicRadimichi006 = { + name = Vyacheslav + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi005 + 598.1.1 = { birth = yes } + 673.1.1 = { death = yes } +} +OldSlavicRadimichi007 = { + name = Gostomysl + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi006 + 638.1.1 = { birth = yes } + 699.1.1 = { death = yes } +} +OldSlavicRadimichi008 = { + name = Borimir + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi007 + 663.1.1 = { birth = yes } + 730.1.1 = { death = yes } +} +OldSlavicRadimichi009 = { + name = Svyatoslav + dynasty = old_slavic_dynn_radimichi + religion = slavic_pagan + culture = old_slavic + father = OldSlavicRadimichi008 + 685.1.1 = { birth = yes } + 742.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/galindian.txt b/WtWSMS/history/characters/galindian.txt index 729add4e2f..fa0a78e5c4 100644 --- a/WtWSMS/history/characters/galindian.txt +++ b/WtWSMS/history/characters/galindian.txt @@ -3,7 +3,7 @@ # Lutuveras Ringaudas dynasty = 10424436 religion = "baltic_pagan" - culture = "galindian" + culture = "east_galindian" 450.1.1 = { birth = yes } @@ -17,7 +17,7 @@ # Vytautas Ringaudas dynasty = 10424436 religion = "baltic_pagan" - culture = "galindian" + culture = "east_galindian" father = 31146 470.1.1 = { birth = yes diff --git a/WtWSMS/history/characters/old_slavic.txt b/WtWSMS/history/characters/old_slavic.txt index adcffac174..ceb7b50663 100644 --- a/WtWSMS/history/characters/old_slavic.txt +++ b/WtWSMS/history/characters/old_slavic.txt @@ -242,40 +242,9 @@ } } -212854 = { - name = "Lutogost" - # Lutogost Domovich - dynasty = 10424164 - religion = "slavic_pagan" - culture = "old_slavic" - trait = "zealous" - trait = "ambitious" - trait = "education_martial_2" - 450.1.1 = { - birth = "450.1.1" - } - 510.1.1 = { - death = "510.1.1" - } -} +##### Removed: 212854 -212855 = { - name = "Volodar" - # Volodar Domovich - dynasty = 10424164 - religion = "slavic_pagan" - culture = "old_slavic" - father = 212854 - trait = "zealous" - trait = "ambitious" - trait = "education_martial_2" - 470.1.1 = { - birth = "470.1.1" - } - 550.1.1 = { - death = "550.1.1" - } -} +##### Removed: 212855 212856 = { name = "Berimir" diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 5be55d707b..412c5761c4 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -19,13 +19,15 @@ https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Detailed_Afroasiatic_m Balts & Slavs -------------- -Kolochin distribution based on [1] +Kolochin distribution based on [1,2] Dneipner Balts placed at the headwaters of the Pripyat, Dneipner, and Neman Rivers -Aesti extended into the Dvinia headwaters; some references to Aesti fights with the Slavs around Polotsk [2] +Aesti extended into the Dvinia headwaters; some references to Aesti fights with the Slavs around Polotsk [3] Sudovians have early attestation by Ptolemy and seem to have been present as far South as the Bug and as far west as Brest [2] +Kolochin [1] - Mallory, J. P.; Adams, Douglas Q. (1997). "Kolochin culture". Encyclopedia of Indo-European Culture. Taylor & Francis. pp. 337–338. ISBN 1884964982. -[2] - Gimbutas, Marija. "The Balts (1963)" +[2] - https://indo-european.eu/wp-content/uploads/2021/02/prague-korchak-culture-map.png +[3] - Gimbutas, Marija. "The Balts (1963)" Alamannians -------------- diff --git a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt index 2ca9b85860..7d6707c00f 100644 --- a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt @@ -4,7 +4,7 @@ ###c_volodymyr 535 = { #Volodymyr - culture = dneipner_baltic + culture = vistula_veneti religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_ruthenia.txt b/WtWSMS/history/provinces/bp_k_ruthenia.txt index 8da0747d15..d0d790728a 100644 --- a/WtWSMS/history/provinces/bp_k_ruthenia.txt +++ b/WtWSMS/history/provinces/bp_k_ruthenia.txt @@ -240,8 +240,8 @@ } ###c_putyvl 5193 = { #Putyvl - culture = old_slavic - religion = slavic_pagan + culture = kolochin + religion = baltic_pagan holding = tribal_holding } 5194 = { #Vyr' @@ -252,8 +252,8 @@ } ###c_kursk 5196 = { #Kursk - culture = old_slavic - religion = slavic_pagan + culture = kolochin + religion = baltic_pagan holding = tribal_holding } 5197 = { #Rylsk diff --git a/WtWSMS/history/titles/BP_titles_baltic.txt b/WtWSMS/history/titles/BP_titles_baltic.txt index 91a9cb893d..4f9d0eb9eb 100644 --- a/WtWSMS/history/titles/BP_titles_baltic.txt +++ b/WtWSMS/history/titles/BP_titles_baltic.txt @@ -179,3 +179,31 @@ d_selonians = { 691.1.1 = { holder = AestiSelonians008 } 747.1.1 = { holder = AestiSelonians009 } } +d_dneipner_balts = { + 459.1.1 = { + holder = DneipnerBalticDneipnerBaltic000 + government = tribal_government + } + 496.1.1 = { holder = DneipnerBalticDneipnerBaltic001 } + 527.1.1 = { holder = DneipnerBalticDneipnerBaltic002 } + 582.1.1 = { holder = DneipnerBalticDneipnerBaltic003 } + 585.1.1 = { holder = DneipnerBalticDneipnerBaltic004 } + 597.1.1 = { holder = DneipnerBalticDneipnerBaltic005 } + 640.1.1 = { holder = DneipnerBalticDneipnerBaltic006 } + 693.1.1 = { holder = DneipnerBalticDneipnerBaltic007 } + 729.1.1 = { holder = DneipnerBalticDneipnerBaltic008 } +} +d_kolochins = { + 463.1.1 = { + holder = KolochinKolochins000 + government = tribal_government + } + 512.1.1 = { holder = KolochinKolochins001 } + 505.1.1 = { holder = KolochinKolochins002 } + 543.1.1 = { holder = KolochinKolochins003 } + 585.1.1 = { holder = KolochinKolochins004 } + 618.1.1 = { holder = KolochinKolochins005 } + 680.1.1 = { holder = KolochinKolochins006 } + 707.1.1 = { holder = KolochinKolochins007 } + 720.1.1 = { holder = KolochinKolochins008 } +} diff --git a/WtWSMS/history/titles/BP_titles_slavic.txt b/WtWSMS/history/titles/BP_titles_slavic.txt index 9a5697beed..8853832ee9 100644 --- a/WtWSMS/history/titles/BP_titles_slavic.txt +++ b/WtWSMS/history/titles/BP_titles_slavic.txt @@ -55,3 +55,33 @@ d_lutogostians = { holder = 212855 } } +d_dregovich = { + 456.1.1 = { + holder = OldSlavicDregoviches000 + government = tribal_government + } + 497.1.1 = { holder = OldSlavicDregoviches001 } + 527.1.1 = { holder = OldSlavicDregoviches002 } + 533.1.1 = { holder = OldSlavicDregoviches003 } + 571.1.1 = { holder = OldSlavicDregoviches004 } + 584.1.1 = { holder = OldSlavicDregoviches005 } + 625.1.1 = { holder = OldSlavicDregoviches006 } + 632.1.1 = { holder = OldSlavicDregoviches007 } + 685.1.1 = { holder = OldSlavicDregoviches008 } + 726.1.1 = { holder = OldSlavicDregoviches009 } +} +d_radimichi = { + 449.1.1 = { + holder = OldSlavicRadimichi000 + government = tribal_government + } + 483.1.1 = { holder = OldSlavicRadimichi001 } + 507.1.1 = { holder = OldSlavicRadimichi002 } + 544.1.1 = { holder = OldSlavicRadimichi003 } + 589.1.1 = { holder = OldSlavicRadimichi004 } + 607.1.1 = { holder = OldSlavicRadimichi005 } + 622.1.1 = { holder = OldSlavicRadimichi006 } + 673.1.1 = { holder = OldSlavicRadimichi007 } + 699.1.1 = { holder = OldSlavicRadimichi008 } + 730.1.1 = { holder = OldSlavicRadimichi009 } +} diff --git a/WtWSMS/history/titles/bp_k_ruthenia.txt b/WtWSMS/history/titles/bp_k_ruthenia.txt index af2e2f2008..a9da3658a4 100644 --- a/WtWSMS/history/titles/bp_k_ruthenia.txt +++ b/WtWSMS/history/titles/bp_k_ruthenia.txt @@ -130,60 +130,40 @@ d_turov = { #Empty History 1.1.1={} } c_turov = { - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } - 565.1.1={ - holder=33090 # Domoslav Domoslavid - liege="e_avar" - } - 570.1.1={ - holder=33091 # Boris Domoslavid - } + 456.1.1 = { holder = OldSlavicDregoviches000 } + 497.1.1 = { holder = OldSlavicDregoviches001 } + 527.1.1 = { holder = OldSlavicDregoviches002 } + 533.1.1 = { holder = OldSlavicDregoviches003 } + 571.1.1 = { holder = OldSlavicDregoviches004 } + 584.1.1 = { holder = OldSlavicDregoviches005 } + 625.1.1 = { holder = OldSlavicDregoviches006 } + 632.1.1 = { holder = OldSlavicDregoviches007 } + 685.1.1 = { holder = OldSlavicDregoviches008 } + 726.1.1 = { holder = OldSlavicDregoviches009 } } -c_korosten = { #c_kiev history (elimination) - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=155185 - } - 602.1.1={ - holder=33081 - } +c_korosten = { + 456.1.1 = { holder = OldSlavicDregoviches000 } + 497.1.1 = { holder = OldSlavicDregoviches001 } + 527.1.1 = { holder = OldSlavicDregoviches002 } + 533.1.1 = { holder = OldSlavicDregoviches003 } + 571.1.1 = { holder = OldSlavicDregoviches004 } + 584.1.1 = { holder = OldSlavicDregoviches005 } + 625.1.1 = { holder = OldSlavicDregoviches006 } + 632.1.1 = { holder = OldSlavicDregoviches007 } + 685.1.1 = { holder = OldSlavicDregoviches008 } + 726.1.1 = { holder = OldSlavicDregoviches009 } } -c_dubrovytsia = { #c_turov history - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } - 565.1.1={ - holder=33090 # Domoslav Domoslavid - liege="e_avar" - } - 570.1.1={ - holder=33091 # Boris Domoslavid - } +c_dubrovytsia = { + 456.1.1 = { holder = OldSlavicDregoviches000 } + 497.1.1 = { holder = OldSlavicDregoviches001 } + 527.1.1 = { holder = OldSlavicDregoviches002 } + 533.1.1 = { holder = OldSlavicDregoviches003 } + 571.1.1 = { holder = OldSlavicDregoviches004 } + 584.1.1 = { holder = OldSlavicDregoviches005 } + 625.1.1 = { holder = OldSlavicDregoviches006 } + 632.1.1 = { holder = OldSlavicDregoviches007 } + 685.1.1 = { holder = OldSlavicDregoviches008 } + 726.1.1 = { holder = OldSlavicDregoviches009 } } d_pereyaslavl = { #Empty History @@ -262,49 +242,40 @@ d_chernigov = { #Empty History 1.1.1={} } c_chernigov = { - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - holder=155185 # Avars - } - 602.1.1={ - holder=33081 # Avars - } + 449.1.1 = { holder = OldSlavicRadimichi000 } + 483.1.1 = { holder = OldSlavicRadimichi001 } + 507.1.1 = { holder = OldSlavicRadimichi002 } + 544.1.1 = { holder = OldSlavicRadimichi003 } + 589.1.1 = { holder = OldSlavicRadimichi004 } + 607.1.1 = { holder = OldSlavicRadimichi005 } + 622.1.1 = { holder = OldSlavicRadimichi006 } + 673.1.1 = { holder = OldSlavicRadimichi007 } + 699.1.1 = { holder = OldSlavicRadimichi008 } + 730.1.1 = { holder = OldSlavicRadimichi009 } } c_starodub = { #c_bryansk history (elimination) - 450.1.1={ - holder = 212856 - } - 510.1.1={ - holder = 212858 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } + 449.1.1 = { holder = OldSlavicRadimichi000 } + 483.1.1 = { holder = OldSlavicRadimichi001 } + 507.1.1 = { holder = OldSlavicRadimichi002 } + 544.1.1 = { holder = OldSlavicRadimichi003 } + 589.1.1 = { holder = OldSlavicRadimichi004 } + 607.1.1 = { holder = OldSlavicRadimichi005 } + 622.1.1 = { holder = OldSlavicRadimichi006 } + 673.1.1 = { holder = OldSlavicRadimichi007 } + 699.1.1 = { holder = OldSlavicRadimichi008 } + 730.1.1 = { holder = OldSlavicRadimichi009 } } c_novgorod_seversky = { - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - holder=155185 # Avars - } - 602.1.1={ - holder=33081 # Avars - } + 449.1.1 = { holder = OldSlavicRadimichi000 } + 483.1.1 = { holder = OldSlavicRadimichi001 } + 507.1.1 = { holder = OldSlavicRadimichi002 } + 544.1.1 = { holder = OldSlavicRadimichi003 } + 589.1.1 = { holder = OldSlavicRadimichi004 } + 607.1.1 = { holder = OldSlavicRadimichi005 } + 622.1.1 = { holder = OldSlavicRadimichi006 } + 673.1.1 = { holder = OldSlavicRadimichi007 } + 699.1.1 = { holder = OldSlavicRadimichi008 } + 730.1.1 = { holder = OldSlavicRadimichi009 } } c_putyvl = { #c_novgorod_seversky history 460.1.2={ @@ -338,18 +309,18 @@ c_kursk = { #c_bryansk history (elimination) d_karachev = { #Empty History 1.1.1={} } -c_karachev = { #c_bryansk - 450.1.1={ - holder = 212856 - } - 510.1.1={ - holder = 212858 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } +c_karachev = { + 463.1.1 = { holder = KolochinKolochins000 } + 512.1.1 = { holder = KolochinKolochins001 } + 505.1.1 = { holder = KolochinKolochins002 } + 543.1.1 = { holder = KolochinKolochins003 } + 585.1.1 = { holder = KolochinKolochins004 } + 618.1.1 = { holder = KolochinKolochins005 } + 680.1.1 = { holder = KolochinKolochins006 } + 707.1.1 = { holder = KolochinKolochins007 } + 720.1.1 = { holder = KolochinKolochins008 } } -c_kozelsk = { #c_mozhaysk history (substitution) +c_kozelsk = { 450.1.1={ holder=31146 # Lutuveras Ringaudas } @@ -357,16 +328,16 @@ c_kozelsk = { #c_mozhaysk history (substitution) holder=31147 # Vytautas Ringaudas } } -c_sevsk = { #c_bryansk history - 450.1.1={ - holder = 212856 - } - 510.1.1={ - holder = 212858 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } +c_sevsk = { + 463.1.1 = { holder = KolochinKolochins000 } + 512.1.1 = { holder = KolochinKolochins001 } + 505.1.1 = { holder = KolochinKolochins002 } + 543.1.1 = { holder = KolochinKolochins003 } + 585.1.1 = { holder = KolochinKolochins004 } + 618.1.1 = { holder = KolochinKolochins005 } + 680.1.1 = { holder = KolochinKolochins006 } + 707.1.1 = { holder = KolochinKolochins007 } + 720.1.1 = { holder = KolochinKolochins008 } } #Meschera peoples region diff --git a/WtWSMS/history/titles/bp_k_white_rus.txt b/WtWSMS/history/titles/bp_k_white_rus.txt index 4879e41b98..6a3f43cfb7 100644 --- a/WtWSMS/history/titles/bp_k_white_rus.txt +++ b/WtWSMS/history/titles/bp_k_white_rus.txt @@ -29,103 +29,93 @@ c_volkovysk = { 677.1.1 = { holder = SudovianSudovian008 } 721.1.1 = { holder = SudovianSudovian009 } } -c_novogrudok = { #c_jacwiez history - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } +c_novogrudok = { + 459.1.1 = { holder = DneipnerBalticDneipnerBaltic000 } + 496.1.1 = { holder = DneipnerBalticDneipnerBaltic001 } + 527.1.1 = { holder = DneipnerBalticDneipnerBaltic002 } + 582.1.1 = { holder = DneipnerBalticDneipnerBaltic003 } + 585.1.1 = { holder = DneipnerBalticDneipnerBaltic004 } + 597.1.1 = { holder = DneipnerBalticDneipnerBaltic005 } + 640.1.1 = { holder = DneipnerBalticDneipnerBaltic006 } + 693.1.1 = { holder = DneipnerBalticDneipnerBaltic007 } + 729.1.1 = { holder = DneipnerBalticDneipnerBaltic008 } } d_pinsk = { #Empty History 1.1.1={} } c_pinsk = { - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } -} -c_slutsk = { #c_turov history - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } - 565.1.1={ - holder=33090 # Domoslav Domoslavid - liege="e_avar" - } - 570.1.1={ - holder=33091 # Boris Domoslavid - } -} -c_kletsk = { #c_minsk history - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } -} -c_babruysk = { #c_chernigov history (elimination) - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - holder=155185 # Avars - } - 602.1.1={ - holder=33081 # Avars - } + 456.1.1 = { holder = OldSlavicDregoviches000 } + 497.1.1 = { holder = OldSlavicDregoviches001 } + 527.1.1 = { holder = OldSlavicDregoviches002 } + 533.1.1 = { holder = OldSlavicDregoviches003 } + 571.1.1 = { holder = OldSlavicDregoviches004 } + 584.1.1 = { holder = OldSlavicDregoviches005 } + 625.1.1 = { holder = OldSlavicDregoviches006 } + 632.1.1 = { holder = OldSlavicDregoviches007 } + 685.1.1 = { holder = OldSlavicDregoviches008 } + 726.1.1 = { holder = OldSlavicDregoviches009 } +} +c_slutsk = { + 456.1.1 = { holder = OldSlavicDregoviches000 } + 497.1.1 = { holder = OldSlavicDregoviches001 } + 527.1.1 = { holder = OldSlavicDregoviches002 } + 533.1.1 = { holder = OldSlavicDregoviches003 } + 571.1.1 = { holder = OldSlavicDregoviches004 } + 584.1.1 = { holder = OldSlavicDregoviches005 } + 625.1.1 = { holder = OldSlavicDregoviches006 } + 632.1.1 = { holder = OldSlavicDregoviches007 } + 685.1.1 = { holder = OldSlavicDregoviches008 } + 726.1.1 = { holder = OldSlavicDregoviches009 } +} +c_kletsk = { + 459.1.1 = { holder = DneipnerBalticDneipnerBaltic000 } + 496.1.1 = { holder = DneipnerBalticDneipnerBaltic001 } + 527.1.1 = { holder = DneipnerBalticDneipnerBaltic002 } + 582.1.1 = { holder = DneipnerBalticDneipnerBaltic003 } + 585.1.1 = { holder = DneipnerBalticDneipnerBaltic004 } + 597.1.1 = { holder = DneipnerBalticDneipnerBaltic005 } + 640.1.1 = { holder = DneipnerBalticDneipnerBaltic006 } + 693.1.1 = { holder = DneipnerBalticDneipnerBaltic007 } + 729.1.1 = { holder = DneipnerBalticDneipnerBaltic008 } +} +c_babruysk = { + 456.1.1 = { holder = OldSlavicDregoviches000 } + 497.1.1 = { holder = OldSlavicDregoviches001 } + 527.1.1 = { holder = OldSlavicDregoviches002 } + 533.1.1 = { holder = OldSlavicDregoviches003 } + 571.1.1 = { holder = OldSlavicDregoviches004 } + 584.1.1 = { holder = OldSlavicDregoviches005 } + 625.1.1 = { holder = OldSlavicDregoviches006 } + 632.1.1 = { holder = OldSlavicDregoviches007 } + 685.1.1 = { holder = OldSlavicDregoviches008 } + 726.1.1 = { holder = OldSlavicDregoviches009 } } d_minsk = { #Empty History 1.1.1={} } c_minsk = { - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } + 459.1.1 = { holder = DneipnerBalticDneipnerBaltic000 } + 496.1.1 = { holder = DneipnerBalticDneipnerBaltic001 } + 527.1.1 = { holder = DneipnerBalticDneipnerBaltic002 } + 582.1.1 = { holder = DneipnerBalticDneipnerBaltic003 } + 585.1.1 = { holder = DneipnerBalticDneipnerBaltic004 } + 597.1.1 = { holder = DneipnerBalticDneipnerBaltic005 } + 640.1.1 = { holder = DneipnerBalticDneipnerBaltic006 } + 693.1.1 = { holder = DneipnerBalticDneipnerBaltic007 } + 729.1.1 = { holder = DneipnerBalticDneipnerBaltic008 } } c_orsha = { - 450.1.1={ - holder = 212854 - } - 510.1.1={ - holder = 212855 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } + 459.1.1 = { holder = DneipnerBalticDneipnerBaltic000 } + 496.1.1 = { holder = DneipnerBalticDneipnerBaltic001 } + 527.1.1 = { holder = DneipnerBalticDneipnerBaltic002 } + 582.1.1 = { holder = DneipnerBalticDneipnerBaltic003 } + 585.1.1 = { holder = DneipnerBalticDneipnerBaltic004 } + 597.1.1 = { holder = DneipnerBalticDneipnerBaltic005 } + 640.1.1 = { holder = DneipnerBalticDneipnerBaltic006 } + 693.1.1 = { holder = DneipnerBalticDneipnerBaltic007 } + 729.1.1 = { holder = DneipnerBalticDneipnerBaltic008 } } d_polotsk = { @@ -185,36 +175,31 @@ d_smolensk = { #Empty History } c_smolensk = { 450.1.1={ - holder = 212854 + holder=31146 # Lutuveras Ringaudas } 510.1.1={ - holder = 212855 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi + holder=31147 # Vytautas Ringaudas } } c_gnezdovo = { #c_smolensk history (elimination) 450.1.1={ - holder = 212854 + holder=31146 # Lutuveras Ringaudas } 510.1.1={ - holder = 212855 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi + holder=31147 # Vytautas Ringaudas } } c_roslavl = { - 450.1.1={ - holder = 212856 - } - 510.1.1={ - holder = 212858 - } - 565.1.1={ - holder = 31045 # Lutogost Venedi - } + 449.1.1 = { holder = OldSlavicRadimichi000 } + 483.1.1 = { holder = OldSlavicRadimichi001 } + 507.1.1 = { holder = OldSlavicRadimichi002 } + 544.1.1 = { holder = OldSlavicRadimichi003 } + 589.1.1 = { holder = OldSlavicRadimichi004 } + 607.1.1 = { holder = OldSlavicRadimichi005 } + 622.1.1 = { holder = OldSlavicRadimichi006 } + 673.1.1 = { holder = OldSlavicRadimichi007 } + 699.1.1 = { holder = OldSlavicRadimichi008 } + 730.1.1 = { holder = OldSlavicRadimichi009 } } c_mozhaysk = { 450.1.1={ @@ -225,14 +210,10 @@ c_mozhaysk = { } } c_toropets = { - 476.1.1={ - holder = 109722 - liege = 0 + 450.1.1={ + holder=31146 # Lutuveras Ringaudas } 510.1.1={ - holder = 1301017 #fictional - } - 560.1.1={ - holder = 1301018 #fictional + holder=31147 # Vytautas Ringaudas } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 570c17f58a..1dc64f46ef 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -934,6 +934,10 @@ d_berimirians_adj:0 "Berimirians" d_lutogostians:0 "Lutogostians" d_lutogostians_adj:0 "Lutogostian" + d_dregovich: "Dregovichi" + d_dregovich_adj: "Dregovichian" + d_radimichi: "Radimichi" + d_radimichi_adj: "Radimichian" #### Siberian Titles d_okangara:0 "Okangara" @@ -1106,6 +1110,10 @@ d_courland_tribe_adj: "Kuršian" d_selonians: "Sėliaians" d_selonians_adj: "Sėliaian" + d_dneipner_balts: "Dneipner Balts" + d_dneipner_balts_adj: "Dneipner Baltic" + d_kolochins: "Kolochins" + d_kolochins_adj: "Kolochin" #### Eastern Titles k_wei_western_regions:0 "Wei Dynasty Western Regions" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 130cc67cdc..76f0213c73 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -55,18 +55,18 @@ przeworsk:0 "Przeworsk" przeworsk_collective_noun:0 "Prezeworsks" przeworsk_prefix:0 "Prezeworsko" - galindian:0 "Galindian" - galindian_collective_noun:0 "Galindians" - galindian_prefix:0 "Galindian" - aesti:0 "Aesti" - aesti_collective_noun:0 "Aesti" - aesti_prefix:0 "Aestian" + galindian: "Galindian" + galindian_collective_noun: "Galindians" + galindian_prefix: "Galindio" + aesti: "Aesti" + aesti_collective_noun: "Aesti" + aesti_prefix: "Aestio" kolochin: "Kolochin" kolochin_collective_noun: "Kolochins" kolochin_prefix: "Kolocho" - east_galindian: "East Galindian" - east_galindian_collective_noun: "East Galindians" - east_galindian_prefix: "East Galindo" + east_galindian: "Galindaian" + east_galindian_collective_noun: "Galindaians" + east_galindian_prefix: "Galindaio" dneipner_baltic: "Dneipner Baltic" dneipner_baltic_collective_noun: "Dneipner Balts" dneipner_baltic_prefix: "Dneipner Balto" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 05958a98b1..11cd7f89cb 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -8,7 +8,6 @@ #Baltic language_baltic_name:0 "East Baltic" language_west_baltic_name:0 "West Baltic" - language_dneiper_baltic_name: "Dneipner Baltic" #Berber language_guanche_name:0 "Guanche" language_northern_berber_name:0 "Northern Amazigh" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 5a94ddd4b7..c8f227226a 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,14 +47,14 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'SudovianYotvingian',\ + 'KolochinKolochins',\ 0,\ #Character data - 'sudovian_dynn_yotvingians',\ + 'kolochin_dynn_kolochins',\ 'baltic_pagan',\ - 'sudovian',\ + 'kolochin',\ #Starting year and end year - 430,\ + 443,\ 700,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ From 1476b7cc6b6adef4150b79e23607b2d43671ff71 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:27:10 -0500 Subject: [PATCH 156/339] Estonian overhaul --- ...scek_BP_dynasties_fictional_tribals_v2.txt | 16 + .../common/landed_titles/BP_titles_finnic.txt | 40 ++- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 303 +++++++++++++++++- WtWSMS/history/titles/BP_titles_finnic.txt | 52 ++- WtWSMS/history/titles/bp_k_esthonia.txt | 103 ++---- .../english/BP_titles_l_english.yml | 23 +- .../tribal_character_history_generator.py | 10 +- 7 files changed, 448 insertions(+), 99 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index e8868ffd48..fa7bb1f076 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -35,6 +35,22 @@ kolochin_dynn_kolochins = { name = dynn_Lubartas culture = kolochin } +#Balto-Finns +estonian_dynn_koivan = { + prefix = dynnp_kohta + name = dynn_Pudiviru + culture = estonian +} +estonian_dynn_livonians = { + prefix = dynnp_kohta + name = dynn_JA_rva + culture = estonian +} +estonian_dynn_laanemaa = { + prefix = dynnp_kohta + name = dynn_Vaiga + culture = estonian +} #Slavs old_slavic_dynn_dregoviches = { name = dynn_Ognjen diff --git a/WtWSMS/common/landed_titles/BP_titles_finnic.txt b/WtWSMS/common/landed_titles/BP_titles_finnic.txt index 7126addb37..63ef758478 100644 --- a/WtWSMS/common/landed_titles/BP_titles_finnic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_finnic.txt @@ -230,7 +230,7 @@ d_revala = { } } } -d_virula = { +d_virumaa = { color = { 16 52 166 } capital = c_narva ignore_titularity_for_title_weighting = yes @@ -241,7 +241,7 @@ d_virula = { } } } -d_osala = { +d_saaremaa = { color = { 76 81 109 } capital = c_osel ignore_titularity_for_title_weighting = yes @@ -263,7 +263,7 @@ d_sakala = { } } } -d_ugala = { +d_ugandi = { color = { 50 29 88 } capital = c_dorpat ignore_titularity_for_title_weighting = yes @@ -317,3 +317,37 @@ d_pohjanmaa_tribe = { } } } +##### New CK3 Balto-Finns ##### +d_koivans = { #Aka, Gauja Estonians + color = { 100 30 40 } + capital = c_talava + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:estonian } + add = @cultural_title_score + } + } +} +d_livonians = { + color = { 125 50 50 } + capital = c_vidzeme + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:estonian } + add = @cultural_title_score + } + } +} +d_laanemaa = { + color = { 140 55 55 } + capital = c_wiek + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:estonian } + add = @cultural_title_score + } + } +} diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index c2159e7566..c2f9d74120 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1,5 +1,6 @@ -## Baltics -#Sudovians +# Baltics + +## Sudovians SudovianSudovian000 = { name = Beidras dynasty = sudovian_dynn_sundovian @@ -89,7 +90,7 @@ SudovianSudovian009 = { 679.1.1 = { birth = yes } 719.1.1 = { death = yes } } -#(West) Galinidians +## (West) Galinidians GalindianGalindian000 = { name = Gintaras dynasty = galindian_dynn_galindian @@ -179,8 +180,9 @@ GalindianGalindian009 = { 699.1.1 = { birth = yes } 745.1.1 = { death = yes } } -#Aesti -##Highland Lithuanians +##Aesti + +### Highland Lithuanians AestiHighlandLithuanians000 = { name = Bukantas dynasty = aesti_dynn_highlandLithuanians @@ -261,7 +263,7 @@ AestiHighlandLithuanians008 = { 695.1.1 = { birth = yes } 748.1.1 = { death = yes } } -##Lowland Lithuanians +### Lowland Lithuanians AestiLowlandLithuanians000 = { name = Skirgaila dynasty = aesti_dynn_lowlandLithuanians @@ -360,7 +362,7 @@ AestiLowlandLithuanians010 = { 694.1.1 = { birth = yes } 741.1.1 = { death = yes } } -##Courland +### Courland AestiCouronians000 = { name = Girdenis dynasty = aesti_dynn_curonians @@ -450,7 +452,7 @@ AestiCouronians009 = { 691.1.1 = { birth = yes } 764.1.1 = { death = yes } } -##Selonians +### Selonians AestiSelonians000 = { name = Azuolas dynasty = aesti_dynn_selonians @@ -540,7 +542,7 @@ AestiSelonians009 = { 696.1.1 = { birth = yes } 749.1.1 = { death = yes } } -##Polotsk +### Polotsk AestiPolotsk000 = { name = Butavas dynasty = aesti_dynn_polotsk @@ -793,8 +795,9 @@ KolochinKolochins008 = { 728.1.1 = { death = yes } } -## Old Slavs -#Dregoviches +# Old Slavs + +## Dregoviches OldSlavicDregoviches000 = { name = Dragomir dynasty = old_slavic_dynn_dregoviches @@ -884,7 +887,7 @@ OldSlavicDregoviches009 = { 693.1.1 = { birth = yes } 749.1.1 = { death = yes } } -#Radimichi +## Radimichi OldSlavicRadimichi000 = { name = Radimir dynasty = old_slavic_dynn_radimichi @@ -974,3 +977,279 @@ OldSlavicRadimichi009 = { 685.1.1 = { birth = yes } 742.1.1 = { death = yes } } + +#Baltic-Finns + +## Estonians + +### Koivans +EstonianKoiva000 = { + name = HU_valemb + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + 441.1.1 = { birth = yes } + 488.1.1 = { death = yes } +} +EstonianKoiva001 = { + name = Varjelemb + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva000 + 475.1.1 = { birth = yes } + 522.1.1 = { death = yes } +} +EstonianKoiva002 = { + name = Ilmalemb + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva001 + 505.1.1 = { birth = yes } + 566.1.1 = { death = yes } +} +EstonianKoiva003 = { + name = Elmar + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva002 + 525.1.1 = { birth = yes } + 578.1.1 = { death = yes } +} +EstonianKoiva004 = { + name = Haljas + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva003 + 543.1.1 = { birth = yes } + 591.1.1 = { death = yes } +} +EstonianKoiva005 = { + name = HoovatO_iv + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva004 + 588.1.1 = { birth = yes } + 649.1.1 = { death = yes } +} +EstonianKoiva006 = { + name = Kaljuvald + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva005 + 604.1.1 = { birth = yes } + 659.1.1 = { death = yes } +} +EstonianKoiva007 = { + name = Ilvelemb + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva006 + 641.1.1 = { birth = yes } + 709.1.1 = { death = yes } +} +EstonianKoiva008 = { + name = LA_ttelemb + dynasty = estonian_dynn_koivan + religion = finnish_pagan + culture = estonian + father = EstonianKoiva007 + 684.1.1 = { birth = yes } + 730.1.1 = { death = yes } +} +### Livonians +EstonianLivonians000 = { + name = Aopelg + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + 429.1.1 = { birth = yes } + 481.1.1 = { death = yes } +} +EstonianLivonians001 = { + name = Meelis + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians000 + 470.1.1 = { birth = yes } + 536.1.1 = { death = yes } +} +EstonianLivonians002 = { + name = Vilimeel + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians001 + 486.1.1 = { birth = yes } + 535.1.1 = { death = yes } +} +EstonianLivonians003 = { + name = VA_ino + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians002 + 522.1.1 = { birth = yes } + 583.1.1 = { death = yes } +} +EstonianLivonians004 = { + name = Lembit + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians003 + 544.1.1 = { birth = yes } + 584.1.1 = { death = yes } +} +EstonianLivonians005 = { + name = HO_imulemb + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians004 + 577.1.1 = { birth = yes } + 617.1.1 = { death = yes } +} +EstonianLivonians006 = { + name = HU_vatO_iv + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians005 + 609.1.1 = { birth = yes } + 669.1.1 = { death = yes } +} +EstonianLivonians007 = { + name = IgapA_iv + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians006 + 632.1.1 = { birth = yes } + 683.1.1 = { death = yes } +} +EstonianLivonians008 = { + name = Kaugemeel + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians007 + 648.1.1 = { birth = yes } + 703.1.1 = { death = yes } +} +EstonianLivonians009 = { + name = Kalev + dynasty = estonian_dynn_livonians + religion = finnish_pagan + culture = estonian + father = EstonianLivonians008 + 676.1.1 = { birth = yes } + 727.1.1 = { death = yes } +} +#Laanemaa +EstonianLaanemma000 = { + name = Kaomeel + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + 403.1.1 = { birth = yes } + 467.1.1 = { death = yes } +} +EstonianLaanemma001 = { + name = HurmetO_iv + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma000 + 426.1.1 = { birth = yes } + 474.1.1 = { death = yes } +} +EstonianLaanemma002 = { + name = HU_vameel + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma001 + 449.1.1 = { birth = yes } + 509.1.1 = { death = yes } +} +EstonianLaanemma003 = { + name = Lembit + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma002 + 485.1.1 = { birth = yes } + 548.1.1 = { death = yes } +} +EstonianLaanemma004 = { + name = Vesse + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma003 + 520.1.1 = { birth = yes } + 579.1.1 = { death = yes } +} +EstonianLaanemma005 = { + name = Vilivald + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma004 + 544.1.1 = { birth = yes } + 594.1.1 = { death = yes } +} +EstonianLaanemma006 = { + name = Manivald + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma005 + 579.1.1 = { birth = yes } + 630.1.1 = { death = yes } +} +EstonianLaanemma007 = { + name = Heameel + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma006 + 609.1.1 = { birth = yes } + 666.1.1 = { death = yes } +} +EstonianLaanemma008 = { + name = Otelemb + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma007 + 630.1.1 = { birth = yes } + 670.1.1 = { death = yes } +} +EstonianLaanemma009 = { + name = Vililemb + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma008 + 656.1.1 = { birth = yes } + 710.1.1 = { death = yes } +} +EstonianLaanemma010 = { + name = Uku + dynasty = estonian_dynn_laanemaa + religion = finnish_pagan + culture = estonian + father = EstonianLaanemma009 + 687.1.1 = { birth = yes } + 740.1.1 = { death = yes } +} + diff --git a/WtWSMS/history/titles/BP_titles_finnic.txt b/WtWSMS/history/titles/BP_titles_finnic.txt index cf4203c84f..4ce408beaa 100644 --- a/WtWSMS/history/titles/BP_titles_finnic.txt +++ b/WtWSMS/history/titles/BP_titles_finnic.txt @@ -236,7 +236,7 @@ d_revala = { holder = 110785 } } -d_virula = { +d_virumaa = { 459.6.10={ holder = 110809 government = tribal_government @@ -254,7 +254,7 @@ d_virula = { holder = 110817 } } -d_osala = { +d_saaremaa = { 440.1.1={ holder = 109720 government = tribal_government @@ -290,7 +290,7 @@ d_sakala = { holder = 110797 } } -d_ugala = { +d_ugandi = { 451.9.1={ holder = 110799 government = tribal_government @@ -356,3 +356,49 @@ d_pohjanmaa_tribe = { 640.1.1 = { holder = FinnishPohjanmaa005 } 680.1.1 = { holder = FinnishPohjanmaa006 } } +##### New CK3 Balto-Finns ##### +d_koivans = { #Aka, Gauja Estonians + 461.1.1 = { + holder = EstonianKoiva000 + government = tribal_government + } + 488.1.1 = { holder = EstonianKoiva001 } + 522.1.1 = { holder = EstonianKoiva002 } + 566.1.1 = { holder = EstonianKoiva003 } + 578.1.1 = { holder = EstonianKoiva004 } + 591.1.1 = { holder = EstonianKoiva005 } + 649.1.1 = { holder = EstonianKoiva006 } + 659.1.1 = { holder = EstonianKoiva007 } + 709.1.1 = { holder = EstonianKoiva008 } +} +d_livonians = { + 449.1.1 = { + holder = EstonianLivonians000 + government = tribal_government + } + 481.1.1 = { holder = EstonianLivonians001 } + 536.1.1 = { holder = EstonianLivonians002 } + 535.1.1 = { holder = EstonianLivonians003 } + 583.1.1 = { holder = EstonianLivonians004 } + 584.1.1 = { holder = EstonianLivonians005 } + 617.1.1 = { holder = EstonianLivonians006 } + 669.1.1 = { holder = EstonianLivonians007 } + 683.1.1 = { holder = EstonianLivonians008 } + 703.1.1 = { holder = EstonianLivonians009 } +} +d_laanemaa = { + 423.1.1 = { + holder = EstonianLaanemma000 + government = tribal_government + } + 467.1.1 = { holder = EstonianLaanemma001 } + 474.1.1 = { holder = EstonianLaanemma002 } + 509.1.1 = { holder = EstonianLaanemma003 } + 548.1.1 = { holder = EstonianLaanemma004 } + 579.1.1 = { holder = EstonianLaanemma005 } + 594.1.1 = { holder = EstonianLaanemma006 } + 630.1.1 = { holder = EstonianLaanemma007 } + 666.1.1 = { holder = EstonianLaanemma008 } + 670.1.1 = { holder = EstonianLaanemma009 } + 710.1.1 = { holder = EstonianLaanemma010 } +} diff --git a/WtWSMS/history/titles/bp_k_esthonia.txt b/WtWSMS/history/titles/bp_k_esthonia.txt index d778ecb137..ff537026f7 100644 --- a/WtWSMS/history/titles/bp_k_esthonia.txt +++ b/WtWSMS/history/titles/bp_k_esthonia.txt @@ -34,7 +34,7 @@ c_reval = { } c_narva = { 459.6.10={ - liege="d_virula" + liege="d_virumaa" holder = 110809 } 531.10.22={ @@ -60,7 +60,7 @@ c_narva = { } c_osel = { 440.1.1={ - liege="d_osala" + liege="d_saaremaa" holder = 109720 } 498.2.10={ @@ -74,56 +74,33 @@ c_osel = { } } c_wiek = { #c_reval history (elimination) - 421.12.1={ - liege="d_revala" - holder = 110775 - } - 488.5.14={ - holder = 110777 - } - 510.8.6={ - holder = 110779 - } - 545.2.15={ - holder = 110781 - } - 559.10.26={ - holder = 110783 - } - 576.8.22={ - holder = 110785 - } - 867.1.1={ - liege="d_livonia" - } - 1066.1.1={ - liege="d_esthonia" - } + 423.1.1 = { holder = EstonianLaanemma000 } + 467.1.1 = { holder = EstonianLaanemma001 } + 474.1.1 = { holder = EstonianLaanemma002 } + 509.1.1 = { holder = EstonianLaanemma003 } + 548.1.1 = { holder = EstonianLaanemma004 } + 579.1.1 = { holder = EstonianLaanemma005 } + 594.1.1 = { holder = EstonianLaanemma006 } + 630.1.1 = { holder = EstonianLaanemma007 } + 666.1.1 = { holder = EstonianLaanemma008 } + 670.1.1 = { holder = EstonianLaanemma009 } + 710.1.1 = { holder = EstonianLaanemma010 } } d_livonia = { #Empty History 1.1.1={} } -c_vidzeme = { #c_livs history (elimination) - 434.5.6={ - liege="d_sakala" - holder = 110787 - } - 495.12.23={ - holder = 110789 - } - 506.4.2={ - holder = 110791 - } - 526.5.3={ - holder = 110793 - } - 562.8.6={ - holder = 110795 - } - 582.4.11={ - holder = 110797 - } +c_vidzeme = { + 449.1.1 = { holder = EstonianLivonians000 } + 481.1.1 = { holder = EstonianLivonians001 } + 536.1.1 = { holder = EstonianLivonians002 } + 535.1.1 = { holder = EstonianLivonians003 } + 583.1.1 = { holder = EstonianLivonians004 } + 584.1.1 = { holder = EstonianLivonians005 } + 617.1.1 = { holder = EstonianLivonians006 } + 669.1.1 = { holder = EstonianLivonians007 } + 683.1.1 = { holder = EstonianLivonians008 } + 703.1.1 = { holder = EstonianLivonians009 } } c_livs = { 434.5.6={ @@ -148,7 +125,7 @@ c_livs = { } c_dorpat = { 451.9.1={ - liege="d_ugala" + liege="d_ugandi" holder = 110799 } 519.8.27={ @@ -168,26 +145,16 @@ c_dorpat = { d_latgalians = { #Empty History 1.1.1={} } -c_talava = { #c_livs history (elimination) - 434.5.6={ - liege="d_sakala" - holder = 110787 - } - 495.12.23={ - holder = 110789 - } - 506.4.2={ - holder = 110791 - } - 526.5.3={ - holder = 110793 - } - 562.8.6={ - holder = 110795 - } - 582.4.11={ - holder = 110797 - } +c_talava = { + 461.1.1 = { holder = EstonianKoiva000 } + 488.1.1 = { holder = EstonianKoiva001 } + 522.1.1 = { holder = EstonianKoiva002 } + 566.1.1 = { holder = EstonianKoiva003 } + 578.1.1 = { holder = EstonianKoiva004 } + 591.1.1 = { holder = EstonianKoiva005 } + 649.1.1 = { holder = EstonianKoiva006 } + 659.1.1 = { holder = EstonianKoiva007 } + 709.1.1 = { holder = EstonianKoiva008 } } c_kokenois = { #c_lettigalians history (changed from c_livs history) 476.1.1={ diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 1dc64f46ef..11e1aed452 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1059,14 +1059,14 @@ d_pechory_tribe_adj:0 "Pechory" d_revala:0 "Revala" d_revala_adj:0 "Revalan" - d_virula:0 "Virula" - d_virula_adj:0 "Virulan" - d_osala:0 "Osala" - d_osala_adj:0 "Osalan" - d_sakala:0 "Sakala" - d_sakala_adj:0 "Sakalan" - d_ugala:0 "Ugala" - d_ugala_adj:0 "Ugalan" + d_virumaa: "Virumaa" + d_virumaa_adj: "Virumaan" + d_saaremaa: "Saaremma" + d_saaremaa_adj: "Saaremaan" + d_sakala: "Sakala" + d_sakala_adj: "Sakalan" + d_ugandi: "Ugandi" + d_ugandi_adj: "Ugandian" ## Finnish Tribes d_uusimaa_tribe:0 "Uusimaa" d_uusimaa_tribe_adj:0 "Uusimaa" @@ -1076,6 +1076,13 @@ d_tavast_tribe_adj:0 "Häme" d_pohjanmaa_tribe:0 "Pohjanmaa" d_pohjanmaa_tribe_adj:0 "Pohjanmaa" + #Other Balto-Finns + d_koivans: "Koivans" + d_koivans_adj: "Koivan" + d_livonians: "Līvlizt" + d_livonians_adj: "Līvliztan" + d_laanemaa: "Laanemma" + d_laanemaa_adj: "Laanemman" #### Urgo-Permians d_bjarma_tribe:0 "Bjarma" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index c8f227226a..e315ab2bad 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,14 +47,14 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'KolochinKolochins',\ + 'EstonianLaanemma',\ 0,\ #Character data - 'kolochin_dynn_kolochins',\ - 'baltic_pagan',\ - 'kolochin',\ + 'estonian_dynn_livonians',\ + 'finnish_pagan',\ + 'estonian',\ #Starting year and end year - 443,\ + 400+randint(0,40),\ 700,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ From 232dc76055aac93159aadc91bccacbb5d81bdcd9 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:36:04 -0500 Subject: [PATCH 157/339] Fix some bugs --- WtWSMS/common/on_action/BP_game_start.txt | 19 +------------------ .../scripted_triggers/BP_culture_triggers.txt | 5 +++++ WtWSMS/history/cultures/guanches.txt | 1 - WtWSMS/history/cultures/mzab_wargla.txt | 1 - 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index b3960959d0..5f209df40c 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1384,15 +1384,6 @@ other_religion_effects = { limit = { religion = religion:taoism_religion } #CK2 effect add_doctrine = doctrine_right_to_rule_divine } - #Pagan Faiths so we can minimize the amount of Vanilla overwrite - if = { - limit = { - religion = { is_in_family = rf_pagan } - NOT = { has_doctrine = special_doctrine_is_pagan_faith } - } - add_doctrine = doctrine_theocracy_lay_clergy - add_doctrine = special_doctrine_is_pagan_faith - } } } if = { #Treaty of Nvarsak @@ -1401,15 +1392,7 @@ other_religion_effects = { } #Modify Vanilla faiths to fit our design setup (for maximal Vanilla compatibility) every_religion_global = { - limit = { - OR = { - this = religion:finno_ugric_religion - this = religion:paganism_religion - this = religion:siberian_religion - this = religion:west_african_bori_religion - this = religion:west_african_roog_religion - } - } + limit = { is_in_family = rf_pagan } every_faith = { if = { limit = { has_doctrine = doctrine_theocracy_temporal } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 7bebc05fa8..b2b23d9f58 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -280,6 +280,7 @@ starts_with_writing_trigger = { #South-East Asian this = culture:pyu this = culture:mon + this = culture:burmese ##East Asian #Sinitic @@ -352,8 +353,10 @@ starts_with_social_stratification_trigger = { this = { has_cultural_pillar = heritage_coptic } #East Iranian this = culture:afghan + this = culture:alan this = culture:amardian this = culture:bactrian + this = culture:dahi_scythian this = culture:khwarezmian this = culture:sakan this = culture:sogdian @@ -376,6 +379,7 @@ starts_with_social_stratification_trigger = { #South-East Asian this = culture:pyu this = culture:mon + this = culture:burmese ##East Asian #Sinitic @@ -383,6 +387,7 @@ starts_with_social_stratification_trigger = { #Tibeto-Qiangic this = culture:bodpa this = culture:tsangpa + this = culture:zhangzhung ##Eurasian #Altaic diff --git a/WtWSMS/history/cultures/guanches.txt b/WtWSMS/history/cultures/guanches.txt index 808448cbcf..63542a5ea9 100644 --- a/WtWSMS/history/cultures/guanches.txt +++ b/WtWSMS/history/cultures/guanches.txt @@ -1,5 +1,4 @@ 1.1.1 = { ## Tribal Innovations discover_innovation = innovation_development_00 - discover_innovation = innovation_writing } \ No newline at end of file diff --git a/WtWSMS/history/cultures/mzab_wargla.txt b/WtWSMS/history/cultures/mzab_wargla.txt index 3c95d8ab56..838cf89779 100644 --- a/WtWSMS/history/cultures/mzab_wargla.txt +++ b/WtWSMS/history/cultures/mzab_wargla.txt @@ -6,6 +6,5 @@ discover_innovation = innovation_quilted_armor # Civic discover_innovation = innovation_development_00 - discover_innovation = innovation_writing discover_innovation = innovation_barter } \ No newline at end of file From d15c60ff06a2fe499a2ea26b1a764e57780e0619 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 8 Nov 2022 19:45:02 -0500 Subject: [PATCH 158/339] Fixup and Finish Estonians --- ...scek_BP_dynasties_fictional_tribals_v2.txt | 5 + WtWSMS/common/landed_titles/BP_e_finland.txt | 98 ++++++++++--------- .../common/landed_titles/BP_titles_finnic.txt | 11 +++ .../_lt_rascek_fictional_tribal_rulers_v2.txt | 93 +++++++++++++++++- WtWSMS/history/provinces/bp_k_esthonia.txt | 12 ++- WtWSMS/history/provinces/bp_k_novgorod.txt | 2 +- WtWSMS/history/titles/BP_titles_finnic.txt | 15 +++ WtWSMS/history/titles/bp_k_esthonia.txt | 26 ++--- WtWSMS/history/titles/bp_k_novgorod.txt | 19 ++-- .../english/BP_titles_l_english.yml | 2 + .../tribal_character_history_generator.py | 6 +- 11 files changed, 210 insertions(+), 79 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index fa7bb1f076..7c5df221c8 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -51,6 +51,11 @@ estonian_dynn_laanemaa = { name = dynn_Vaiga culture = estonian } +estonian_dynn_setomaa = { + prefix = dynnp_kohta + name = dynn_Soontagana + culture = estonian +} #Slavs old_slavic_dynn_dregoviches = { name = dynn_Ognjen diff --git a/WtWSMS/common/landed_titles/BP_e_finland.txt b/WtWSMS/common/landed_titles/BP_e_finland.txt index a08bbeaeeb..122964e842 100644 --- a/WtWSMS/common/landed_titles/BP_e_finland.txt +++ b/WtWSMS/common/landed_titles/BP_e_finland.txt @@ -1133,26 +1133,53 @@ e_finland = { } c_narva = { color = { 175 55 55 } - + cultural_names = { + name_list_swedish = cn_narva + name_list_danish = cn_narva + name_list_norwegian = cn_narva + name_list_norse = cn_narva + name_list_franconian = cn_narva + name_list_saxon = cn_narva + name_list_swabian = cn_narva + name_list_bavarian = cn_narva + } b_narva = { province = 98 - color = { 175 55 55 } } b_wesenburg = { province = 97 - color = { 175 55 55 } + cultural_names = { + name_list_franconian = cn_wesenburg + name_list_saxon = cn_wesenburg + name_list_swabian = cn_wesenburg + name_list_bavarian = cn_wesenburg + } + } + b_poltsamaa = { + province = 146 + color = { 115 5 5 } + cultural_names = { + name_list_estonian = cn_mohu + } } } c_osel = { color = { 101 48 48 } - + cultural_names = { + name_list_swedish = cn_osel + name_list_norse = cn_osel + name_list_danish = cn_osel + name_list_norwegian = cn_osel + name_list_franconian = cn_osel + name_list_saxon = cn_osel + name_list_swabian = cn_osel + name_list_bavarian = cn_osel + } b_kuressare = { province = 88 - color = { 101 48 48 } - cultural_names = { name_list_swedish = cn_arensborg name_list_norse = cn_arensborg @@ -1166,14 +1193,14 @@ e_finland = { } b_maasilinna = { province = 89 - color = { 101 48 48 } + cultural_names = { + name_list_estonian = cn_poide + } } b_muhu = { province = 90 - color = { 101 48 48 } - cultural_names = { name_list_swedish = cn_moon name_list_norse = cn_moon @@ -1187,25 +1214,20 @@ e_finland = { } b_hiiumaa = { province = 91 - color = { 101 48 48 } } } c_wiek = { color = { 140 55 55 } - cultural_names = { name_list_estonian = cn_laanemaa } - b_hapsal = { province = 92 - color = { 140 55 55 } } b_leal = { province = 93 - color = { 140 55 55 } } } @@ -1216,12 +1238,9 @@ e_finland = { c_vidzeme = { color = { 125 50 50 } - b_lemisele = { province = 101 - color = { 125 50 50 } - cultural_names = { name_list_franconian = cn_lemsal name_list_saxon = cn_lemsal @@ -1233,18 +1252,6 @@ e_finland = { name_list_norwegian = cn_lemsal } } - b_salacgriva = { - province = 148 - - color = { 125 50 50 } - - cultural_names = { - name_list_franconian = cn_salismunde - name_list_saxon = cn_salismunde - name_list_swabian = cn_salismunde - name_list_bavarian = cn_salismunde - } - } b_uxkull = { province = 108 @@ -1263,15 +1270,22 @@ e_finland = { name_list_lithuanian = cn_ikS_kile } } + b_salacgriva = { + province = 148 + color = { 125 50 50 } + cultural_names = { + name_list_franconian = cn_salismunde + name_list_saxon = cn_salismunde + name_list_swabian = cn_salismunde + name_list_bavarian = cn_salismunde + } + } } c_livs = { color = { 170 50 50 } - b_parnu = { province = 99 - color = { 170 50 50 } - cultural_names = { name_list_franconian = cn_pernau name_list_saxon = cn_pernau @@ -1283,9 +1297,7 @@ e_finland = { } b_viljandi = { province = 100 - color = { 170 50 50 } - cultural_names = { name_list_franconian = cn_fellin name_list_saxon = cn_fellin @@ -1295,9 +1307,7 @@ e_finland = { } b_alistegunde = { province = 147 - color = { 170 50 50 } - cultural_names = { name_list_franconian = cn_karkus name_list_saxon = cn_karkus @@ -1308,7 +1318,7 @@ e_finland = { } c_dorpat = { color = { 115 5 5 } - + cultural_names = { name_list_norse = cn_dorpat name_list_swedish = cn_dorpat @@ -1319,12 +1329,10 @@ e_finland = { name_list_swabian = cn_dorpat name_list_bavarian = cn_dorpat } - + b_tartu = { province = 145 - color = { 115 5 5 } - cultural_names = { name_list_norse = cn_dorpat name_list_swedish = cn_dorpat @@ -1336,19 +1344,15 @@ e_finland = { name_list_bavarian = cn_dorpat } } - b_poltsamaa = { - province = 146 - - color = { 115 5 5 } - } b_vastseliina = { province = 143 - color = { 115 5 5 } + cultural_names = { + name_list_estonian = cn_voro + } } b_valga = { province = 144 - color = { 115 5 5 } } } diff --git a/WtWSMS/common/landed_titles/BP_titles_finnic.txt b/WtWSMS/common/landed_titles/BP_titles_finnic.txt index 63ef758478..7c4078ace2 100644 --- a/WtWSMS/common/landed_titles/BP_titles_finnic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_finnic.txt @@ -351,3 +351,14 @@ d_laanemaa = { } } } +d_setomaa = { + color = { 140 130 62 } + capital = c_pskov + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:estonian } + add = @cultural_title_score + } + } +} \ No newline at end of file diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index c2f9d74120..e3dfb932dd 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1153,7 +1153,7 @@ EstonianLivonians009 = { 676.1.1 = { birth = yes } 727.1.1 = { death = yes } } -#Laanemaa +### Laanemaa EstonianLaanemma000 = { name = Kaomeel dynasty = estonian_dynn_laanemaa @@ -1252,4 +1252,93 @@ EstonianLaanemma010 = { 687.1.1 = { birth = yes } 740.1.1 = { death = yes } } - +### Setomaa +EstonianSetomaa000 = { + name = Piho + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + 439.1.1 = { birth = yes } + 500.1.1 = { death = yes } +} +EstonianSetomaa001 = { + name = IgapA_iv + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa000 + 455.1.1 = { birth = yes } + 507.1.1 = { death = yes } +} +EstonianSetomaa002 = { + name = Illimar + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa001 + 496.1.1 = { birth = yes } + 549.1.1 = { death = yes } +} +EstonianSetomaa003 = { + name = LeppetO_iv + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa002 + 534.1.1 = { birth = yes } + 582.1.1 = { death = yes } +} +EstonianSetomaa004 = { + name = PA_evalemb + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa003 + 550.1.1 = { birth = yes } + 613.1.1 = { death = yes } +} +EstonianSetomaa005 = { + name = Pikne + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa004 + 580.1.1 = { birth = yes } + 620.1.1 = { death = yes } +} +EstonianSetomaa006 = { + name = Venno + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa005 + 607.1.1 = { birth = yes } + 671.1.1 = { death = yes } +} +EstonianSetomaa007 = { + name = O_igemeel + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa006 + 643.1.1 = { birth = yes } + 708.1.1 = { death = yes } +} +EstonianSetomaa008 = { + name = Mehis + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa007 + 674.1.1 = { birth = yes } + 725.1.1 = { death = yes } +} +EstonianSetomaa009 = { + name = KU_llelemb + dynasty = estonian_dynn_setomaa + religion = finnish_pagan + culture = estonian + father = EstonianSetomaa008 + 698.1.1 = { birth = yes } + 756.1.1 = { death = yes } +} diff --git a/WtWSMS/history/provinces/bp_k_esthonia.txt b/WtWSMS/history/provinces/bp_k_esthonia.txt index 31e83283cc..bda5904c33 100644 --- a/WtWSMS/history/provinces/bp_k_esthonia.txt +++ b/WtWSMS/history/provinces/bp_k_esthonia.txt @@ -1,5 +1,7 @@ # k_esthonia + ## d_estonia ############################## + ### c_reval # 94 - REVAL 94 = { # 97 - REVAL @@ -58,6 +60,7 @@ } ## d_livonia ############################## + ### c_vidzeme # 101 - LEMISELE 101 = { # 101 - LEMISELE @@ -109,10 +112,11 @@ } ##d_latgalians ################################### + ###c_talava 102 = { #VALMIERA - culture = estonian - religion = finnish_pagan + culture = aesti + religion = baltic_pagan holding = tribal_holding } 109 = { #VENDEN @@ -150,8 +154,8 @@ } ###c_aluksne 141 = { #ALUKSNE - culture = aesti - religion = baltic_pagan + culture = estonian + religion = finnish_pagan holding = tribal_holding } 140 = { #GULBENE diff --git a/WtWSMS/history/provinces/bp_k_novgorod.txt b/WtWSMS/history/provinces/bp_k_novgorod.txt index 6267a02539..e830f55bd6 100644 --- a/WtWSMS/history/provinces/bp_k_novgorod.txt +++ b/WtWSMS/history/provinces/bp_k_novgorod.txt @@ -40,7 +40,7 @@ } ###c_pskov 5146 = { #Pskov - culture = chud + culture = estonian religion = finnish_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_finnic.txt b/WtWSMS/history/titles/BP_titles_finnic.txt index 4ce408beaa..b503696bdf 100644 --- a/WtWSMS/history/titles/BP_titles_finnic.txt +++ b/WtWSMS/history/titles/BP_titles_finnic.txt @@ -402,3 +402,18 @@ d_laanemaa = { 670.1.1 = { holder = EstonianLaanemma009 } 710.1.1 = { holder = EstonianLaanemma010 } } +d_setomaa = { + 459.1.1 = { + holder = EstonianSetomaa000 + government = tribal_government + } + 500.1.1 = { holder = EstonianSetomaa001 } + 507.1.1 = { holder = EstonianSetomaa002 } + 549.1.1 = { holder = EstonianSetomaa003 } + 582.1.1 = { holder = EstonianSetomaa004 } + 613.1.1 = { holder = EstonianSetomaa005 } + 620.1.1 = { holder = EstonianSetomaa006 } + 671.1.1 = { holder = EstonianSetomaa007 } + 708.1.1 = { holder = EstonianSetomaa008 } + 725.1.1 = { holder = EstonianSetomaa009 } +} diff --git a/WtWSMS/history/titles/bp_k_esthonia.txt b/WtWSMS/history/titles/bp_k_esthonia.txt index ff537026f7..88f596be73 100644 --- a/WtWSMS/history/titles/bp_k_esthonia.txt +++ b/WtWSMS/history/titles/bp_k_esthonia.txt @@ -146,17 +146,6 @@ d_latgalians = { #Empty History 1.1.1={} } c_talava = { - 461.1.1 = { holder = EstonianKoiva000 } - 488.1.1 = { holder = EstonianKoiva001 } - 522.1.1 = { holder = EstonianKoiva002 } - 566.1.1 = { holder = EstonianKoiva003 } - 578.1.1 = { holder = EstonianKoiva004 } - 591.1.1 = { holder = EstonianKoiva005 } - 649.1.1 = { holder = EstonianKoiva006 } - 659.1.1 = { holder = EstonianKoiva007 } - 709.1.1 = { holder = EstonianKoiva008 } -} -c_kokenois = { #c_lettigalians history (changed from c_livs history) 476.1.1={ holder = 109718 } @@ -170,7 +159,7 @@ c_kokenois = { #c_lettigalians history (changed from c_livs history) holder = 1301035 # fictional } } -c_jersika = { #c_lettigalians history +c_kokenois = { #c_lettigalians history (changed from c_livs history) 476.1.1={ holder = 109718 } @@ -184,7 +173,7 @@ c_jersika = { #c_lettigalians history holder = 1301035 # fictional } } -c_aluksne = { #c_lettigalians history +c_jersika = { #c_lettigalians history 476.1.1={ holder = 109718 } @@ -198,3 +187,14 @@ c_aluksne = { #c_lettigalians history holder = 1301035 # fictional } } +c_aluksne = { #c_lettigalians history + 461.1.1 = { holder = EstonianKoiva000 } + 488.1.1 = { holder = EstonianKoiva001 } + 522.1.1 = { holder = EstonianKoiva002 } + 566.1.1 = { holder = EstonianKoiva003 } + 578.1.1 = { holder = EstonianKoiva004 } + 591.1.1 = { holder = EstonianKoiva005 } + 649.1.1 = { holder = EstonianKoiva006 } + 659.1.1 = { holder = EstonianKoiva007 } + 709.1.1 = { holder = EstonianKoiva008 } +} diff --git a/WtWSMS/history/titles/bp_k_novgorod.txt b/WtWSMS/history/titles/bp_k_novgorod.txt index 84aab2e236..3df88afd5e 100644 --- a/WtWSMS/history/titles/bp_k_novgorod.txt +++ b/WtWSMS/history/titles/bp_k_novgorod.txt @@ -31,15 +31,16 @@ c_rusa = { #c_velikiye_luki history (elimination) } } c_pskov = { - 476.1.1={ - holder = 109721 - } - 510.1.1={ - holder = 1301015 #fictional - } - 560.1.1={ - holder = 1301016 #fictional - } + 459.1.1 = { holder = EstonianSetomaa000 } + 500.1.1 = { holder = EstonianSetomaa001 } + 507.1.1 = { holder = EstonianSetomaa002 } + 549.1.1 = { holder = EstonianSetomaa003 } + 582.1.1 = { holder = EstonianSetomaa004 } + 613.1.1 = { holder = EstonianSetomaa005 } + 620.1.1 = { holder = EstonianSetomaa006 } + 671.1.1 = { holder = EstonianSetomaa007 } + 708.1.1 = { holder = EstonianSetomaa008 } + 725.1.1 = { holder = EstonianSetomaa009 } } c_sebezh = { #c_velikiye_luki history 476.1.1={ diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 11e1aed452..6ca37aaaf8 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1083,6 +1083,8 @@ d_livonians_adj: "Līvliztan" d_laanemaa: "Laanemma" d_laanemaa_adj: "Laanemman" + d_setomaa: "Setomaa" + d_setomaa_adj: "Setomaan" #### Urgo-Permians d_bjarma_tribe:0 "Bjarma" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index e315ab2bad..0bf15796f2 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,14 +47,14 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'EstonianLaanemma',\ + 'EstonianSetomaa',\ 0,\ #Character data - 'estonian_dynn_livonians',\ + 'estonian_dynn_setomaa',\ 'finnish_pagan',\ 'estonian',\ #Starting year and end year - 400+randint(0,40),\ + 400+randint(0,55),\ 700,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ From 9b85ad994521afff45dd036bb2d7b8781d2bed47 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:59:58 -0500 Subject: [PATCH 159/339] Chud region overhaul --- ...scek_BP_dynasties_fictional_tribals_v2.txt | 8 + .../common/landed_titles/BP_titles_finnic.txt | 50 ++--- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 174 ++++++++++++++++++ WtWSMS/history/characters/estonian.txt | 43 +---- WtWSMS/history/characters/old_slavic.txt | 44 +---- WtWSMS/history/titles/BP_titles_finnic.txt | 56 +++--- WtWSMS/history/titles/bp_k_novgorod.txt | 166 ++++++++--------- .../english/BP_titles_l_english.yml | 12 +- .../tribal_character_history_generator.py | 6 +- 9 files changed, 330 insertions(+), 229 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index 7c5df221c8..c2051f37ba 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -56,6 +56,14 @@ estonian_dynn_setomaa = { name = dynn_Soontagana culture = estonian } +chud_dynn_votian = { + name = dynn_Vaga + culture = chud +} +chud_dynn_izhorian = { + name = dynn_Usga + culture = chud +} #Slavs old_slavic_dynn_dregoviches = { name = dynn_Ognjen diff --git a/WtWSMS/common/landed_titles/BP_titles_finnic.txt b/WtWSMS/common/landed_titles/BP_titles_finnic.txt index 7c4078ace2..bd5711e605 100644 --- a/WtWSMS/common/landed_titles/BP_titles_finnic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_finnic.txt @@ -194,31 +194,9 @@ d_aaninen_tribe = { } } ## Estonian Tribes -d_roslagen_tribe = { - color = { 139 139 177 } - ignore_titularity_for_title_weighting = yes - cultural_names = { - name_list_finnish = cn_venaja - name_list_estonian = cn_venemaa - } - - ai_primary_priority = { - if = { - limit = { culture = culture:estonian } - add = @cultural_title_score - } - } -} -d_pechory_tribe = { - color = { 176 138 99 } - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:estonian } - add = @cultural_title_score - } - } -} + +##### Removed: d_pechory_tribe +##### Removed: d_roslagen_tribe d_revala = { color = { 84 90 167 } capital = c_reval @@ -361,4 +339,26 @@ d_setomaa = { add = @cultural_title_score } } +} +d_votians = { + color = { 112 220 112 } + capital = c_vodi + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:chud } + add = @cultural_title_score + } + } +} +d_izhorians = { + color = { 97 189 149 } + capital = c_rusa + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:chud } + add = @cultural_title_score + } + } } \ No newline at end of file diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index e3dfb932dd..06e2bb4327 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1342,3 +1342,177 @@ EstonianSetomaa009 = { 698.1.1 = { birth = yes } 756.1.1 = { death = yes } } + +## Chuds + +### Votians +ChudVotian000 = { + name = HO_imulemb + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + 433.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +ChudVotian001 = { + name = Kostja + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian000 + 471.1.1 = { birth = yes } + 521.1.1 = { death = yes } +} +ChudVotian002 = { + name = Levoi + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian001 + 500.1.1 = { birth = yes } + 571.1.1 = { death = yes } +} +ChudVotian003 = { + name = Huohvana + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian002 + 535.1.1 = { birth = yes } + 589.1.1 = { death = yes } +} +ChudVotian004 = { + name = Borissa + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian003 + 557.1.1 = { birth = yes } + 614.1.1 = { death = yes } +} +ChudVotian005 = { + name = HU_valemb + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian004 + 591.1.1 = { birth = yes } + 634.1.1 = { death = yes } +} +ChudVotian006 = { + name = PA_rt + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian005 + 615.1.1 = { birth = yes } + 663.1.1 = { death = yes } +} +ChudVotian007 = { + name = Otelemb + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian006 + 643.1.1 = { birth = yes } + 699.1.1 = { death = yes } +} +ChudVotian008 = { + name = Illimar + dynasty = chud_dynn_votian + religion = finnish_pagan + culture = chud + father = ChudVotian007 + 680.1.1 = { birth = yes } + 740.1.1 = { death = yes } +} +### Izhorians +ChudIzhorian000 = { + name = Harle + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + 413.1.1 = { birth = yes } + 462.1.1 = { death = yes } +} +ChudIzhorian001 = { + name = Domentei + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian000 + 429.1.1 = { birth = yes } + 472.1.1 = { death = yes } +} +ChudIzhorian002 = { + name = Potoi + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian001 + 459.1.1 = { birth = yes } + 514.1.1 = { death = yes } +} +ChudIzhorian003 = { + name = Prokki + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian002 + 495.1.1 = { birth = yes } + 535.1.1 = { death = yes } +} +ChudIzhorian004 = { + name = Illimar + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian003 + 518.1.1 = { birth = yes } + 578.1.1 = { death = yes } +} +ChudIzhorian005 = { + name = Kaugemeel + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian004 + 557.1.1 = { birth = yes } + 605.1.1 = { death = yes } +} +ChudIzhorian006 = { + name = Vililemb + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian005 + 598.1.1 = { birth = yes } + 650.1.1 = { death = yes } +} +ChudIzhorian007 = { + name = SiitA_ri + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian006 + 625.1.1 = { birth = yes } + 665.1.1 = { death = yes } +} +ChudIzhorian008 = { + name = Omelja + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian007 + 650.1.1 = { birth = yes } + 691.1.1 = { death = yes } +} +ChudIzhorian009 = { + name = Jeyssi + dynasty = chud_dynn_izhorian + religion = finnish_pagan + culture = chud + father = ChudIzhorian008 + 686.1.1 = { birth = yes } + 726.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/estonian.txt b/WtWSMS/history/characters/estonian.txt index 993c9be337..ea825ff211 100644 --- a/WtWSMS/history/characters/estonian.txt +++ b/WtWSMS/history/characters/estonian.txt @@ -27,46 +27,9 @@ } } -109721 = { - name = "Pikard" - dynasty = 9535 - religion = "finnish_pagan" - culture = "estonian" - 440.1.1 = { - birth = yes - } - 510.1.1 = { - death = yes - } -} - -1301015 = { - name = "PA_rt" - dynasty = 9535 - religion = "finnish_pagan" - culture = "estonian" - father = 109721 - 490.1.1 = { - birth = yes - } - 560.1.1 = { - death = yes - } -} - -1301016 = { - name = "Uku" - dynasty = 9535 - religion = "finnish_pagan" - culture = "estonian" - father = 1301015 - 540.1.1 = { - birth = yes - } - 610.1.1 = { - death = yes - } -} +##### Removed: 109721 +##### Removed: 1301015 +##### Removed: 1301016 1301013 = { name = "Vihavald" diff --git a/WtWSMS/history/characters/old_slavic.txt b/WtWSMS/history/characters/old_slavic.txt index ceb7b50663..438c6575f0 100644 --- a/WtWSMS/history/characters/old_slavic.txt +++ b/WtWSMS/history/characters/old_slavic.txt @@ -80,20 +80,7 @@ } } -109722 = { - name = "Zangief" - dynasty = 100380 - religion = "slavic_pagan" - culture = "old_slavic" - trait = "tall" - trait = "strong" - 440.1.1 = { - birth = yes - } - 510.1.1 = { - death = yes - } -} +##### Removed: 109722 109749 = { name = "Zdebora" @@ -108,33 +95,8 @@ } } -1301017 = { - name = "Gorazd" - dynasty = 100380 - religion = "slavic_pagan" - culture = "old_slavic" - father = 109722 - 490.1.1 = { - birth = yes - } - 560.1.1 = { - death = yes - } -} - -1301018 = { - name = "Gradislav" - dynasty = 100380 - religion = "slavic_pagan" - culture = "old_slavic" - father = 1301017 - 540.1.1 = { - birth = yes - } - 610.1.1 = { - death = yes - } -} +##### Removed: 1301017 +##### Removed: 1301018 109723 = { name = "Svyatoslav" diff --git a/WtWSMS/history/titles/BP_titles_finnic.txt b/WtWSMS/history/titles/BP_titles_finnic.txt index b503696bdf..258abe600b 100644 --- a/WtWSMS/history/titles/BP_titles_finnic.txt +++ b/WtWSMS/history/titles/BP_titles_finnic.txt @@ -191,30 +191,9 @@ d_aaninen_tribe = { } } ## Estonian Tribes -d_roslagen_tribe = { - 476.1.1={ - holder = 109717 - government = tribal_government - } - 510.1.1={ - holder = 1301013 #fictional - } - 560.1.1={ - holder = 1301014 #fictional - } -} -d_pechory_tribe = { - 476.1.1={ - holder = 109721 - government = tribal_government - } - 510.1.1={ - holder = 1301015 #fictional - } - 560.1.1={ - holder = 1301016 #fictional - } -} + +##### Removed: d_roslagen_tribe +##### Removed: d_pechory_tribe d_revala = { 421.12.1={ holder = 110775 @@ -417,3 +396,32 @@ d_setomaa = { 708.1.1 = { holder = EstonianSetomaa008 } 725.1.1 = { holder = EstonianSetomaa009 } } +d_votians = { + 453.1.1 = { + holder = ChudVotian000 + government = tribal_government + } + 490.1.1 = { holder = ChudVotian001 } + 521.1.1 = { holder = ChudVotian002 } + 571.1.1 = { holder = ChudVotian003 } + 589.1.1 = { holder = ChudVotian004 } + 614.1.1 = { holder = ChudVotian005 } + 634.1.1 = { holder = ChudVotian006 } + 663.1.1 = { holder = ChudVotian007 } + 699.1.1 = { holder = ChudVotian008 } +} +d_izhorians = { + 433.1.1 = { + holder = ChudIzhorian000 + government = tribal_government + } + 462.1.1 = { holder = ChudIzhorian001 } + 472.1.1 = { holder = ChudIzhorian002 } + 514.1.1 = { holder = ChudIzhorian003 } + 535.1.1 = { holder = ChudIzhorian004 } + 578.1.1 = { holder = ChudIzhorian005 } + 605.1.1 = { holder = ChudIzhorian006 } + 650.1.1 = { holder = ChudIzhorian007 } + 665.1.1 = { holder = ChudIzhorian008 } + 691.1.1 = { holder = ChudIzhorian009 } +} diff --git a/WtWSMS/history/titles/bp_k_novgorod.txt b/WtWSMS/history/titles/bp_k_novgorod.txt index 3df88afd5e..a7f0c8484a 100644 --- a/WtWSMS/history/titles/bp_k_novgorod.txt +++ b/WtWSMS/history/titles/bp_k_novgorod.txt @@ -6,29 +6,27 @@ d_novgorod = { #Empty History 1.1.1={} } c_novgorod = { - 476.1.1={ - holder = 109717 - } - 510.1.1={ - holder = 1301013 #fictional - } - 560.1.1={ - holder = 1301014 #fictional - } - 862.1.2={ - liege="d_novgorod" - } + 453.1.1 = { holder = ChudVotian000 } + 490.1.1 = { holder = ChudVotian001 } + 521.1.1 = { holder = ChudVotian002 } + 571.1.1 = { holder = ChudVotian003 } + 589.1.1 = { holder = ChudVotian004 } + 614.1.1 = { holder = ChudVotian005 } + 634.1.1 = { holder = ChudVotian006 } + 663.1.1 = { holder = ChudVotian007 } + 699.1.1 = { holder = ChudVotian008 } } -c_rusa = { #c_velikiye_luki history (elimination) - 476.1.1={ - holder = 109721 - } - 510.1.1={ - holder = 1301015 #fictional - } - 560.1.1={ - holder = 1301016 #fictional - } +c_rusa = { + 433.1.1 = { holder = ChudIzhorian000 } + 462.1.1 = { holder = ChudIzhorian001 } + 472.1.1 = { holder = ChudIzhorian002 } + 514.1.1 = { holder = ChudIzhorian003 } + 535.1.1 = { holder = ChudIzhorian004 } + 578.1.1 = { holder = ChudIzhorian005 } + 605.1.1 = { holder = ChudIzhorian006 } + 650.1.1 = { holder = ChudIzhorian007 } + 665.1.1 = { holder = ChudIzhorian008 } + 691.1.1 = { holder = ChudIzhorian009 } } c_pskov = { 459.1.1 = { holder = EstonianSetomaa000 } @@ -42,36 +40,28 @@ c_pskov = { 708.1.1 = { holder = EstonianSetomaa008 } 725.1.1 = { holder = EstonianSetomaa009 } } -c_sebezh = { #c_velikiye_luki history - 476.1.1={ - holder = 109721 - } - 510.1.1={ - holder = 1301015 #fictional - } - 560.1.1={ - holder = 1301016 #fictional - } +c_sebezh = { + 433.1.1 = { holder = ChudIzhorian000 } + 462.1.1 = { holder = ChudIzhorian001 } + 472.1.1 = { holder = ChudIzhorian002 } + 514.1.1 = { holder = ChudIzhorian003 } + 535.1.1 = { holder = ChudIzhorian004 } + 578.1.1 = { holder = ChudIzhorian005 } + 605.1.1 = { holder = ChudIzhorian006 } + 650.1.1 = { holder = ChudIzhorian007 } + 665.1.1 = { holder = ChudIzhorian008 } + 691.1.1 = { holder = ChudIzhorian009 } } c_vodi = { - 476.1.1={ - holder = 109717 - } - 510.1.1={ - holder = 1301013 #fictional - } - 560.1.1={ - holder = 1301014 #fictional - } - 860.1.1={ - liege = d_novgorod - } - 1066.1.1={ - liege = 0 - } - 1249.1.1={ - liege="d_novgorod" - } + 453.1.1 = { holder = ChudVotian000 } + 490.1.1 = { holder = ChudVotian001 } + 521.1.1 = { holder = ChudVotian002 } + 571.1.1 = { holder = ChudVotian003 } + 589.1.1 = { holder = ChudVotian004 } + 614.1.1 = { holder = ChudVotian005 } + 634.1.1 = { holder = ChudVotian006 } + 663.1.1 = { holder = ChudVotian007 } + 699.1.1 = { holder = ChudVotian008 } } d_vepsia = { #Empty History @@ -88,59 +78,55 @@ c_beloozero = { holder = 1301009 #fictional } } -c_tikhvin = { #c_novgorod history - 476.1.1={ - holder = 109717 - } - 510.1.1={ - holder = 1301013 #fictional - } - 560.1.1={ - holder = 1301014 #fictional - } - 862.1.2={ - liege="d_novgorod" - } +c_tikhvin = { + 453.1.1 = { holder = ChudVotian000 } + 490.1.1 = { holder = ChudVotian001 } + 521.1.1 = { holder = ChudVotian002 } + 571.1.1 = { holder = ChudVotian003 } + 589.1.1 = { holder = ChudVotian004 } + 614.1.1 = { holder = ChudVotian005 } + 634.1.1 = { holder = ChudVotian006 } + 663.1.1 = { holder = ChudVotian007 } + 699.1.1 = { holder = ChudVotian008 } } -c_vyangi = { #c_novgorod history (elimination) +c_vyangi = { 476.1.1={ - holder = 109717 + holder = 109715 } 510.1.1={ - holder = 1301013 #fictional + holder = 1301008 #fictional } 560.1.1={ - holder = 1301014 #fictional - } - 862.1.2={ - liege="d_novgorod" + holder = 1301009 #fictional } } d_luki = { #Empty History 1.1.1={} } -c_luki = { #c_velikiye_luki history (direct) - 476.1.1={ - holder = 109721 - } - 510.1.1={ - holder = 1301015 #fictional - } - 560.1.1={ - holder = 1301016 #fictional - } +c_luki = { + 433.1.1 = { holder = ChudIzhorian000 } + 462.1.1 = { holder = ChudIzhorian001 } + 472.1.1 = { holder = ChudIzhorian002 } + 514.1.1 = { holder = ChudIzhorian003 } + 535.1.1 = { holder = ChudIzhorian004 } + 578.1.1 = { holder = ChudIzhorian005 } + 605.1.1 = { holder = ChudIzhorian006 } + 650.1.1 = { holder = ChudIzhorian007 } + 665.1.1 = { holder = ChudIzhorian008 } + 691.1.1 = { holder = ChudIzhorian009 } } -c_valdai = { #c_toropets history - 476.1.1={ - holder = 109722 - } - 510.1.1={ - holder = 1301017 #fictional - } - 560.1.1={ - holder = 1301018 #fictional - } +c_valdai = { + 433.1.1 = { holder = ChudIzhorian000 } + 462.1.1 = { holder = ChudIzhorian001 } + 472.1.1 = { holder = ChudIzhorian002 } + 514.1.1 = { holder = ChudIzhorian003 } + 535.1.1 = { holder = ChudIzhorian004 } + 578.1.1 = { holder = ChudIzhorian005 } + 605.1.1 = { holder = ChudIzhorian006 } + 650.1.1 = { holder = ChudIzhorian007 } + 665.1.1 = { holder = ChudIzhorian008 } + 691.1.1 = { holder = ChudIzhorian009 } } c_bezichi = { #c_beloozero history (elimination) 476.1.1={ diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 6ca37aaaf8..30370d7bd6 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1053,12 +1053,8 @@ d_aaninen_tribe:0 "Ääninen" d_aaninen_tribe_adj:0 "Ääninen" ## Estonian Tribes - d_roslagen_tribe:0 "Roslagen" - d_roslagen_tribe_adj:0 "Roslagen" - d_pechory_tribe:0 "Pechory" - d_pechory_tribe_adj:0 "Pechory" - d_revala:0 "Revala" - d_revala_adj:0 "Revalan" + d_revala: "Revala" + d_revala_adj: "Revalan" d_virumaa: "Virumaa" d_virumaa_adj: "Virumaan" d_saaremaa: "Saaremma" @@ -1085,6 +1081,10 @@ d_laanemaa_adj: "Laanemman" d_setomaa: "Setomaa" d_setomaa_adj: "Setomaan" + d_votians: "Vađđalaizõd" + d_votians_adj: "Vađđalaizõdan" + d_izhorians: "Inkerikot" + d_izhorians_adj: "Inkerikotan" #### Urgo-Permians d_bjarma_tribe:0 "Bjarma" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 0bf15796f2..96768bfbf3 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,12 +47,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'EstonianSetomaa',\ + 'ChudIzhorian',\ 0,\ #Character data - 'estonian_dynn_setomaa',\ + 'chud_dynn_izhorian',\ 'finnish_pagan',\ - 'estonian',\ + 'chud',\ #Starting year and end year 400+randint(0,55),\ 700,\ From be0ca563ffe47be2c2367a6ce6f055f897beafaf Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 8 Nov 2022 22:59:02 -0500 Subject: [PATCH 160/339] Some various Cleanup * Removed remnant Beriminians * Added c_gomel (two counties of North Chernigov) because Gomel was founded and built by Radimichs while Chernigov et al were Severinian * c_oskol is Akatari Bolghar Tengri Pagan again --- WtWSMS/common/dynasties/00_dynasties.txt | 5 +-- WtWSMS/common/dynasties/BP_dynasties.txt | 20 +++-------- WtWSMS/common/landed_titles/BP_e_russia.txt | 12 ++++--- .../common/landed_titles/BP_titles_slavic.txt | 35 +++---------------- WtWSMS/common/landed_titles/_BP.info | 3 ++ WtWSMS/history/characters/old_slavic.txt | 35 ++----------------- WtWSMS/history/provinces/bp_k_mordvinia.txt | 9 +++-- WtWSMS/history/provinces/bp_k_ruthenia.txt | 9 +++-- WtWSMS/history/titles/BP_titles_slavic.txt | 22 +++--------- WtWSMS/history/titles/bp_k_mordvinia.txt | 12 ++++--- WtWSMS/history/titles/bp_k_ruthenia.txt | 32 +++++++++++++---- .../english/BP_titles_l_english.yml | 4 +++ 12 files changed, 76 insertions(+), 122 deletions(-) diff --git a/WtWSMS/common/dynasties/00_dynasties.txt b/WtWSMS/common/dynasties/00_dynasties.txt index b8c148a120..130057b65e 100644 --- a/WtWSMS/common/dynasties/00_dynasties.txt +++ b/WtWSMS/common/dynasties/00_dynasties.txt @@ -364,10 +364,7 @@ name = "dynn_Worms" culture = "old_frankish" } -9535 = { - name = "dynn_Saaremaa" - culture = "estonian" -} +#9535: Removed 9537 = { name = "dynn_Virumaa" culture = "aesti" diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index c1add4c110..8e63daa58f 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -1855,14 +1855,8 @@ name = "dynn_Gomeding" culture = macromanni } -10424164 = { - name = "dynn_Domovich" - culture = old_slavic -} -10424165 = { - name = "dynn_Vsegrad" - culture = old_slavic -} +#10424164: Removed +#10424165: Removed 10424166 = { name = "dynn_Stanysl" culture = old_slavic @@ -2323,14 +2317,8 @@ name = "dynn_Ringaudas" culture = galindian } -10424437 = { - name = "dynn_Liudas" - culture = galindian -} -10424438 = { - name = "dynn_Ulinniks" - culture = aesti -} +#10424437: Removed +#10424438: Removed 10424439 = { name = "dynn_Qaynuqa" culture = bedouin diff --git a/WtWSMS/common/landed_titles/BP_e_russia.txt b/WtWSMS/common/landed_titles/BP_e_russia.txt index 870b06d004..6216765073 100644 --- a/WtWSMS/common/landed_titles/BP_e_russia.txt +++ b/WtWSMS/common/landed_titles/BP_e_russia.txt @@ -470,13 +470,17 @@ e_russia = { #Kievan Rus color = { 121 189 74 } } - b_gomel = { - province = 5200 + b_unenezh = { + province = 5201 color = { 121 189 74 } } - b_unenezh = { - province = 5201 + + } + c_gomel = { + color = { 140 220 90 } + b_gomel = { + province = 5200 color = { 121 189 74 } } diff --git a/WtWSMS/common/landed_titles/BP_titles_slavic.txt b/WtWSMS/common/landed_titles/BP_titles_slavic.txt index 18de4d5f7f..d9412119d4 100644 --- a/WtWSMS/common/landed_titles/BP_titles_slavic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_slavic.txt @@ -39,36 +39,9 @@ d_antae = { can_create = { always = no } } -d_berimirians = { - color = { 33 55 100 } - capital = c_roslavl - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:old_slavic } - add = @always_primary_score - } - if = { - limit = { culture = { has_cultural_pillar = heritage_east_slavic } } - add = @cultural_title_score - } - } - - can_create = { always = no } -} -d_lutogostians = { - color = { 155 55 155 } - capital = c_orsha # Orsha - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:old_slavic } - add = @cultural_title_score - } - } - - can_create = { always = no } -} +###### Removed: d_berimirians +###### Removed: d_lutogostians + ##### New CK3 Slavics d_dregovich = { color = { 110 140 20 } @@ -85,7 +58,7 @@ d_dregovich = { } d_radimichi = { color = { 121 189 74 } - capital = c_chernigov + capital = c_gomel ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index 3ca24cabf5..fab08f62c7 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -59,6 +59,9 @@ c_tropaeum: NEW b_mangalia from c_constantana c_zichia b_papagia from c_tmutarakan +c_gomel + b_gomel from c_chernigov + b_surazichi from c_chernigov TODO: c_dausar and associated diff --git a/WtWSMS/history/characters/old_slavic.txt b/WtWSMS/history/characters/old_slavic.txt index 438c6575f0..48ac29c290 100644 --- a/WtWSMS/history/characters/old_slavic.txt +++ b/WtWSMS/history/characters/old_slavic.txt @@ -208,40 +208,9 @@ ##### Removed: 212855 -212856 = { - name = "Berimir" - # Berimir Vsegrad - dynasty = 10424165 - religion = "slavic_pagan" - culture = "old_slavic" - trait = "zealous" - trait = "ambitious" - trait = "education_martial_2" - 450.1.1 = { - birth = "450.1.1" - } - 510.1.1 = { - death = "510.1.1" - } -} +##### Removed: 212856 -212858 = { - name = "Domoslav" - # Domoslav Vsegrad - dynasty = 10424165 - religion = "slavic_pagan" - culture = "old_slavic" - father = 212856 - trait = "zealous" - trait = "ambitious" - trait = "education_martial_2" - 470.1.1 = { - birth = "470.1.1" - } - 550.1.1 = { - death = "550.1.1" - } -} +##### Removed: 212857 #212859,212860: Changed to Muromans diff --git a/WtWSMS/history/provinces/bp_k_mordvinia.txt b/WtWSMS/history/provinces/bp_k_mordvinia.txt index e8bc561d0c..e8c117d82c 100644 --- a/WtWSMS/history/provinces/bp_k_mordvinia.txt +++ b/WtWSMS/history/provinces/bp_k_mordvinia.txt @@ -1,5 +1,7 @@ #k_mordvinia + ##d_mordvinia ################################### + ###c_cheboksary 590 = { #Cheboksary culture = mordvin @@ -61,6 +63,7 @@ } ##d_voronezh ################################### + ###c_voronezh 5350 = { #Voronezh culture = mordvin @@ -89,8 +92,8 @@ } ###c_oskol = Kalitva 566 = { #Kalitva AKA Staraya Kalitva b_oskol - culture = old_slavic - religion = slavic_pagan + culture = bolghar + religion = tengri_pagan holding = tribal_holding } 5285 = { #Khorysdan @@ -107,6 +110,7 @@ } ##d_chuvashia ################################### + ###c_saratov 592 = { #Saratov culture = bolghar @@ -167,6 +171,7 @@ } ##d_khopyor ################################### + ###c_khopyor 593 = { #Khopyor #based on river of the same name culture = bolghar diff --git a/WtWSMS/history/provinces/bp_k_ruthenia.txt b/WtWSMS/history/provinces/bp_k_ruthenia.txt index d0d790728a..9c57d8ece0 100644 --- a/WtWSMS/history/provinces/bp_k_ruthenia.txt +++ b/WtWSMS/history/provinces/bp_k_ruthenia.txt @@ -202,12 +202,15 @@ 553 = { #Lyubech holding = none } -5200 = { #Gomel - holding = none -} 5201 = { #Unenezh holding = none } +###c_gomel +5200 = { #Gomel + culture = kolochin + religion = baltic_pagan + holding = tribal_holding +} 5202 = { #Surazichi holding = none } diff --git a/WtWSMS/history/titles/BP_titles_slavic.txt b/WtWSMS/history/titles/BP_titles_slavic.txt index 8853832ee9..efc232061f 100644 --- a/WtWSMS/history/titles/BP_titles_slavic.txt +++ b/WtWSMS/history/titles/BP_titles_slavic.txt @@ -37,24 +37,10 @@ d_antae = { liege="e_avar" } } -d_berimirians = { - 450.1.1={ - holder = 212856 - government = tribal_government - } - 510.1.1={ - holder = 212858 - } -} -d_lutogostians = { - 450.1.1={ - holder = 212854 - government = tribal_government - } - 510.1.1={ - holder = 212855 - } -} +##### Removed d_berimirians +##### Removed d_lutogostians + +##### New CK3 Slavic Titles d_dregovich = { 456.1.1 = { holder = OldSlavicDregoviches000 diff --git a/WtWSMS/history/titles/bp_k_mordvinia.txt b/WtWSMS/history/titles/bp_k_mordvinia.txt index 8917da2f27..85dcb0e460 100644 --- a/WtWSMS/history/titles/bp_k_mordvinia.txt +++ b/WtWSMS/history/titles/bp_k_mordvinia.txt @@ -55,10 +55,14 @@ c_karatayak = { #d_moshka 510.1.1={ holder = 1301023 } #fictional 560.1.1={ holder = 1301024 } #fictional } -c_oskol = { #c_bryansk history (elimination) - 450.1.1={ holder = 212856 } - 510.1.1={ holder = 212858 } - 565.1.1={ holder = 31045 } # Lutogost Venedi +c_oskol = { + 465.1.1={ holder=107 } #Remnant Acatiri/Akatziri + 565.1.1={ + holder=155185 # Avars + } + 602.1.1={ + holder=33081 # Avars + } } d_chuvashia = { #Empty History diff --git a/WtWSMS/history/titles/bp_k_ruthenia.txt b/WtWSMS/history/titles/bp_k_ruthenia.txt index a9da3658a4..70bd676ab0 100644 --- a/WtWSMS/history/titles/bp_k_ruthenia.txt +++ b/WtWSMS/history/titles/bp_k_ruthenia.txt @@ -253,7 +253,19 @@ c_chernigov = { 699.1.1 = { holder = OldSlavicRadimichi008 } 730.1.1 = { holder = OldSlavicRadimichi009 } } -c_starodub = { #c_bryansk history (elimination) +c_gomel = { + 449.1.1 = { holder = OldSlavicRadimichi000 } + 483.1.1 = { holder = OldSlavicRadimichi001 } + 507.1.1 = { holder = OldSlavicRadimichi002 } + 544.1.1 = { holder = OldSlavicRadimichi003 } + 589.1.1 = { holder = OldSlavicRadimichi004 } + 607.1.1 = { holder = OldSlavicRadimichi005 } + 622.1.1 = { holder = OldSlavicRadimichi006 } + 673.1.1 = { holder = OldSlavicRadimichi007 } + 699.1.1 = { holder = OldSlavicRadimichi008 } + 730.1.1 = { holder = OldSlavicRadimichi009 } +} +c_starodub = { 449.1.1 = { holder = OldSlavicRadimichi000 } 483.1.1 = { holder = OldSlavicRadimichi001 } 507.1.1 = { holder = OldSlavicRadimichi002 } @@ -294,15 +306,21 @@ c_putyvl = { #c_novgorod_seversky history holder=33081 # Avars } } -c_kursk = { #c_bryansk history (elimination) - 450.1.1={ - holder = 212856 +c_kursk = { + 460.1.2={ + holder = 82 # Perey Antae } - 510.1.1={ - holder = 212858 + 490.1.1={ + holder = 31046 # Radimir Antae + } + 550.1.1={ + holder = 31047 # Gremislav Antae } 565.1.1={ - holder = 31045 # Lutogost Venedi + holder=155185 # Avars + } + 602.1.1={ + holder=33081 # Avars } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 30370d7bd6..e1f491ee35 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -687,6 +687,10 @@ c_turpan:0 "Turpan" c_turpan_adj:0 "Turpan" + #### e_russia #### + c_gomel: "Gomel" + c_gomel: "Gomel" + #### African Titles e_axum:0 "Axum" e_axum_adj:0 "Axumite" From c3aef98b7021df084176e4555b40c6d53c0acd84 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:06:38 -0500 Subject: [PATCH 161/339] Fixup Slavs * Remove Deogviches, Radmichs * Reposition Antae, Sklaveni based on the Penkovka culture (Antae) and Korchak (Sklaveni) archelogical cultures * Re-assess at-start cultural acceptances for Old Slavs with Kolochin/Vistula-Veneti/Dnieper Balts --- ...scek_BP_dynasties_fictional_tribals_v2.txt | 8 - .../common/landed_titles/BP_titles_slavic.txt | 26 --- WtWSMS/common/on_action/BP_game_start.txt | 6 +- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 183 ------------------ .../provinces/bp_k_galicia-volhynia.txt | 16 +- WtWSMS/history/titles/BP_titles_slavic.txt | 30 --- WtWSMS/history/titles/bp_k_bastarnae.txt | 152 ++++----------- .../history/titles/bp_k_galicia-volhynia.txt | 181 +++++------------ WtWSMS/history/titles/bp_k_ruthenia.txt | 133 +++++-------- WtWSMS/history/titles/bp_k_white_rus.txt | 68 +++---- 10 files changed, 169 insertions(+), 634 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index c2051f37ba..91ad1a0539 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -65,11 +65,3 @@ chud_dynn_izhorian = { culture = chud } #Slavs -old_slavic_dynn_dregoviches = { - name = dynn_Ognjen - culture = old_slavic -} -old_slavic_dynn_radimichi = { - name = dynn_Vsegrad - culture = old_slavic -} \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/BP_titles_slavic.txt b/WtWSMS/common/landed_titles/BP_titles_slavic.txt index d9412119d4..fe236e329c 100644 --- a/WtWSMS/common/landed_titles/BP_titles_slavic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_slavic.txt @@ -43,29 +43,3 @@ d_antae = { ###### Removed: d_lutogostians ##### New CK3 Slavics -d_dregovich = { - color = { 110 140 20 } - capital = c_turov - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:old_slavic } - add = @cultural_title_score - } - } - - can_create = { always = no } -} -d_radimichi = { - color = { 121 189 74 } - capital = c_gomel - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:old_slavic } - add = @cultural_title_score - } - } - - can_create = { always = no } -} diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 5f209df40c..9a431aa414 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1606,12 +1606,16 @@ set_starting_culture_acceptance = { culture:old_slavic = { set_cultural_acceptance = { target = culture:kolochin - value = 40 + value = 45 } set_cultural_acceptance = { target = culture:dneipner_baltic value = 35 } + set_cultural_acceptance = { + target = culture:vistula_veneti + value = 55 + } } } } diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index 06e2bb4327..6639a8f87b 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -795,189 +795,6 @@ KolochinKolochins008 = { 728.1.1 = { death = yes } } -# Old Slavs - -## Dregoviches -OldSlavicDregoviches000 = { - name = Dragomir - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - 436.1.1 = { birth = yes } - 497.1.1 = { death = yes } -} -OldSlavicDregoviches001 = { - name = Izyaslav - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches000 - 465.1.1 = { birth = yes } - 527.1.1 = { death = yes } -} -OldSlavicDregoviches002 = { - name = Vysheslav - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches001 - 485.1.1 = { birth = yes } - 533.1.1 = { death = yes } -} -OldSlavicDregoviches003 = { - name = Gradislav - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches002 - 501.1.1 = { birth = yes } - 571.1.1 = { death = yes } -} -OldSlavicDregoviches004 = { - name = Mstivoj - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches003 - 544.1.1 = { birth = yes } - 584.1.1 = { death = yes } -} -OldSlavicDregoviches005 = { - name = Rosslav - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches004 - 560.1.1 = { birth = yes } - 625.1.1 = { death = yes } -} -OldSlavicDregoviches006 = { - name = Rodoslav - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches005 - 592.1.1 = { birth = yes } - 632.1.1 = { death = yes } -} -OldSlavicDregoviches007 = { - name = Blagoslav - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches006 - 632.1.1 = { birth = yes } - 685.1.1 = { death = yes } -} -OldSlavicDregoviches008 = { - name = Godoslav - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches007 - 667.1.1 = { birth = yes } - 726.1.1 = { death = yes } -} -OldSlavicDregoviches009 = { - name = Vyshemir - dynasty = old_slavic_dynn_dregoviches - religion = slavic_pagan - culture = old_slavic - father = OldSlavicDregoviches008 - 693.1.1 = { birth = yes } - 749.1.1 = { death = yes } -} -## Radimichi -OldSlavicRadimichi000 = { - name = Radimir - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - 429.1.1 = { birth = yes } - 483.1.1 = { death = yes } -} -OldSlavicRadimichi001 = { - name = Tatimir - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi000 - 455.1.1 = { birth = yes } - 507.1.1 = { death = yes } -} -OldSlavicRadimichi002 = { - name = Boleslav - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi001 - 491.1.1 = { birth = yes } - 544.1.1 = { death = yes } -} -OldSlavicRadimichi003 = { - name = Velerad - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi002 - 523.1.1 = { birth = yes } - 589.1.1 = { death = yes } -} -OldSlavicRadimichi004 = { - name = Velimir - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi003 - 546.1.1 = { birth = yes } - 607.1.1 = { death = yes } -} -OldSlavicRadimichi005 = { - name = Vladduh - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi004 - 567.1.1 = { birth = yes } - 622.1.1 = { death = yes } -} -OldSlavicRadimichi006 = { - name = Vyacheslav - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi005 - 598.1.1 = { birth = yes } - 673.1.1 = { death = yes } -} -OldSlavicRadimichi007 = { - name = Gostomysl - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi006 - 638.1.1 = { birth = yes } - 699.1.1 = { death = yes } -} -OldSlavicRadimichi008 = { - name = Borimir - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi007 - 663.1.1 = { birth = yes } - 730.1.1 = { death = yes } -} -OldSlavicRadimichi009 = { - name = Svyatoslav - dynasty = old_slavic_dynn_radimichi - religion = slavic_pagan - culture = old_slavic - father = OldSlavicRadimichi008 - 685.1.1 = { birth = yes } - 742.1.1 = { death = yes } -} - #Baltic-Finns ## Estonians diff --git a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt index 7d6707c00f..06c3409e34 100644 --- a/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/provinces/bp_k_galicia-volhynia.txt @@ -1,4 +1,18 @@ -#k_galicia-volhynia +# Antes/Sklaveni border was as always, very fuzzy. +# Most popular theory seems to be Sklaveni were associated with the Korchak culture and the Antae with +# the Penkovka culture. +# +# Some associated maps: +# [1] - https://upload.wikimedia.org/wikipedia/commons/0/07/East_europe_5-6cc.png (in Russian) +# [2] - https://indo-european.eu/wp-content/uploads/2021/02/prague-korchak-culture-map.png +# From https://indo-european.eu/2021/02/germanic-runes-in-the-prague-type-pottery-culture/ +# which is quoting https://e-journals.ku.lt/journal/AB/article/1669/info +# +# Both are slightly anachronistic for us as by 476, it is unlikely that Slavisation was underway. +# however, it does provide a useful bondary between where to put the Sklaveni and Antes for 476. +# So we should stick with the Sklaveni ruling over Baltic Veneti and Slavic regions + +#k_galicia-volhynia ##d_volhynia ################################### diff --git a/WtWSMS/history/titles/BP_titles_slavic.txt b/WtWSMS/history/titles/BP_titles_slavic.txt index efc232061f..8a997ec4cc 100644 --- a/WtWSMS/history/titles/BP_titles_slavic.txt +++ b/WtWSMS/history/titles/BP_titles_slavic.txt @@ -41,33 +41,3 @@ d_antae = { ##### Removed d_lutogostians ##### New CK3 Slavic Titles -d_dregovich = { - 456.1.1 = { - holder = OldSlavicDregoviches000 - government = tribal_government - } - 497.1.1 = { holder = OldSlavicDregoviches001 } - 527.1.1 = { holder = OldSlavicDregoviches002 } - 533.1.1 = { holder = OldSlavicDregoviches003 } - 571.1.1 = { holder = OldSlavicDregoviches004 } - 584.1.1 = { holder = OldSlavicDregoviches005 } - 625.1.1 = { holder = OldSlavicDregoviches006 } - 632.1.1 = { holder = OldSlavicDregoviches007 } - 685.1.1 = { holder = OldSlavicDregoviches008 } - 726.1.1 = { holder = OldSlavicDregoviches009 } -} -d_radimichi = { - 449.1.1 = { - holder = OldSlavicRadimichi000 - government = tribal_government - } - 483.1.1 = { holder = OldSlavicRadimichi001 } - 507.1.1 = { holder = OldSlavicRadimichi002 } - 544.1.1 = { holder = OldSlavicRadimichi003 } - 589.1.1 = { holder = OldSlavicRadimichi004 } - 607.1.1 = { holder = OldSlavicRadimichi005 } - 622.1.1 = { holder = OldSlavicRadimichi006 } - 673.1.1 = { holder = OldSlavicRadimichi007 } - 699.1.1 = { holder = OldSlavicRadimichi008 } - 730.1.1 = { holder = OldSlavicRadimichi009 } -} diff --git a/WtWSMS/history/titles/bp_k_bastarnae.txt b/WtWSMS/history/titles/bp_k_bastarnae.txt index d4072462a6..a903595abf 100644 --- a/WtWSMS/history/titles/bp_k_bastarnae.txt +++ b/WtWSMS/history/titles/bp_k_bastarnae.txt @@ -5,114 +5,44 @@ d_bukovina = { #Empty History 1.1.1={} } -c_suceava = { #c_torki history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } -} -c_neamnt = { #c_torki history (elimination) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } -} -c_dorohoi = { #c_torki history (elimination) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } -} -c_hotin = { #c_torki history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } +c_suceava = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae +} +c_neamnt = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae +} +c_dorohoi = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae +} +c_hotin = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } d_moldova = { #Empty History 1.1.1={} } -c_iasi = { #c_pereschen history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } +c_iasi = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } -c_orhei = { #c_pereschen history - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } +c_orhei = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } -c_soroca = { #c_torki history (elimination) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } +c_soroca = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } c_barlad = { 432.1.1 = { holder = 71 } # Ruga @@ -130,22 +60,10 @@ c_galati = { 454.1.1 = { holder = 68 } # Dengizik 469.1.1 = { holder = 69 } # Ernak } -c_stoenesti = { #c_galaz (elimination) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 568.1.1={ - holder=155185 # Avar Khan 1 - } - 602.1.1={ - holder=33081 # Avar Khan 2 - } +c_stoenesti = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } d_bugeac = { #Empty History diff --git a/WtWSMS/history/titles/bp_k_galicia-volhynia.txt b/WtWSMS/history/titles/bp_k_galicia-volhynia.txt index 8fcdd58452..6caa407565 100644 --- a/WtWSMS/history/titles/bp_k_galicia-volhynia.txt +++ b/WtWSMS/history/titles/bp_k_galicia-volhynia.txt @@ -1,11 +1,16 @@ # Notes: # Antes/Sklaveni border was as always, very fuzzy. -# Using this map [1] and associating the Antes with the Korchak and Penkova cultures [2], I think the Antes probably -# spread as far as Peremyshl and replaced the Sklaveni when they migrated further south +# Most popular theory seems to be Sklaveni were associated with the Korchak culture and the Antae with +# the Penkovka culture. # -# [1] https://en.wikipedia.org/wiki/Sclaveni#/media/File:Slavic_peoples_6th_century_historical_map.jpg -# [2] https://en.wikipedia.org/wiki/Penkovka_culture#/media/File:Slavic_archaeological_cultures,_beginning_of_7th_century.png -# [3] https://en.wikipedia.org/wiki/Antes_(people)#Location_in_6th_century +# Some associated maps: +# [1] - https://upload.wikimedia.org/wikipedia/commons/0/07/East_europe_5-6cc.png (in Russian) +# [2] - https://indo-european.eu/wp-content/uploads/2021/02/prague-korchak-culture-map.png +# From https://indo-european.eu/2021/02/germanic-runes-in-the-prague-type-pottery-culture/ +# which is quoting https://e-journals.ku.lt/journal/AB/article/1669/info +# +# Both are slightly anachronistic for us as by 476, it is unlikely that Slavisation was underway. +# however, it does provide a useful bondary between where to put the Sklaveni and Antes for 476. k_galicia-volhynia = { #Empty History 1.1.1={} @@ -14,36 +19,15 @@ k_galicia-volhynia = { #Empty History d_volhynia = { #Empty History 1.1.1={} } -c_volodymyr = { #c_beresty history (changed from c_vladmir_volynksy) - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } +c_volodymyr = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } -c_peresopnytsia = { #c_kiev history (elimination) - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=155185 - } - 602.1.1={ - holder=33081 - } +c_peresopnytsia = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } c_berestye = { 460.1.1 = { holder = SudovianSudovian000 } @@ -72,117 +56,44 @@ c_dorohychyn = { #c_beresty history (elimination) d_halych = { #Empty History 1.1.1={} } -c_halych = { #c_torki history (changed from c_galich history) - 476.1.15={ - holder = 64 # Koloman Sklaveni - } - 497.1.1={ - holder = 31048 # Chaslav Sklaveni - } - 550.1.1={ - holder = 33078 # Stanislav Sklaveni - } - 565.1.1={ - holder = 33083 # Khudbard Batirid - liege="e_avar" - } +c_halych = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } -c_lviv = { #c_kiev history (changed from c_galich history) - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=155185 - } - 602.1.1={ - holder=33081 - } +c_lviv = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } -c_terebovl = { #c_kiev history (changed from c_terebovl history) - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=155185 - } - 602.1.1={ - holder=33081 - } +c_terebovl = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } -c_zaslavl = { #c_kiev history (changed from c_galich (elimination)) - 460.1.2={ - holder = 82 # Perey Antae - } - 490.1.1={ - holder = 31046 # Radimir Antae - } - 550.1.1={ - holder = 31047 # Gremislav Antae - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=155185 - } - 602.1.1={ - holder=33081 - } +c_zaslavl = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } d_cherven_cities = { #Empty History 1.1.1={} } -c_cherven = { #c_beresty history (changed from c_vladmir_volynksy) - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } +c_cherven = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } -c_belz = { - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } +c_belz = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } -c_peremyshl = { - 476.1.2={ - holder = 61 # Vend Venedi - } - 497.1.1={ - holder = 31044 # Gradimir Venedi - } - 550.1.1={ - holder = 31045 # Lutogost Venedi - } +c_peremyshl = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } d_lesser_poland = { #Empty History diff --git a/WtWSMS/history/titles/bp_k_ruthenia.txt b/WtWSMS/history/titles/bp_k_ruthenia.txt index 70bd676ab0..dc69de2c3d 100644 --- a/WtWSMS/history/titles/bp_k_ruthenia.txt +++ b/WtWSMS/history/titles/bp_k_ruthenia.txt @@ -129,41 +129,20 @@ c_korsun = { d_turov = { #Empty History 1.1.1={} } -c_turov = { - 456.1.1 = { holder = OldSlavicDregoviches000 } - 497.1.1 = { holder = OldSlavicDregoviches001 } - 527.1.1 = { holder = OldSlavicDregoviches002 } - 533.1.1 = { holder = OldSlavicDregoviches003 } - 571.1.1 = { holder = OldSlavicDregoviches004 } - 584.1.1 = { holder = OldSlavicDregoviches005 } - 625.1.1 = { holder = OldSlavicDregoviches006 } - 632.1.1 = { holder = OldSlavicDregoviches007 } - 685.1.1 = { holder = OldSlavicDregoviches008 } - 726.1.1 = { holder = OldSlavicDregoviches009 } +c_turov = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } -c_korosten = { - 456.1.1 = { holder = OldSlavicDregoviches000 } - 497.1.1 = { holder = OldSlavicDregoviches001 } - 527.1.1 = { holder = OldSlavicDregoviches002 } - 533.1.1 = { holder = OldSlavicDregoviches003 } - 571.1.1 = { holder = OldSlavicDregoviches004 } - 584.1.1 = { holder = OldSlavicDregoviches005 } - 625.1.1 = { holder = OldSlavicDregoviches006 } - 632.1.1 = { holder = OldSlavicDregoviches007 } - 685.1.1 = { holder = OldSlavicDregoviches008 } - 726.1.1 = { holder = OldSlavicDregoviches009 } +c_korosten = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } -c_dubrovytsia = { - 456.1.1 = { holder = OldSlavicDregoviches000 } - 497.1.1 = { holder = OldSlavicDregoviches001 } - 527.1.1 = { holder = OldSlavicDregoviches002 } - 533.1.1 = { holder = OldSlavicDregoviches003 } - 571.1.1 = { holder = OldSlavicDregoviches004 } - 584.1.1 = { holder = OldSlavicDregoviches005 } - 625.1.1 = { holder = OldSlavicDregoviches006 } - 632.1.1 = { holder = OldSlavicDregoviches007 } - 685.1.1 = { holder = OldSlavicDregoviches008 } - 726.1.1 = { holder = OldSlavicDregoviches009 } +c_dubrovytsia = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } d_pereyaslavl = { #Empty History @@ -241,53 +220,37 @@ c_voin = { #c_pereyaslavl history (elimination) d_chernigov = { #Empty History 1.1.1={} } -c_chernigov = { - 449.1.1 = { holder = OldSlavicRadimichi000 } - 483.1.1 = { holder = OldSlavicRadimichi001 } - 507.1.1 = { holder = OldSlavicRadimichi002 } - 544.1.1 = { holder = OldSlavicRadimichi003 } - 589.1.1 = { holder = OldSlavicRadimichi004 } - 607.1.1 = { holder = OldSlavicRadimichi005 } - 622.1.1 = { holder = OldSlavicRadimichi006 } - 673.1.1 = { holder = OldSlavicRadimichi007 } - 699.1.1 = { holder = OldSlavicRadimichi008 } - 730.1.1 = { holder = OldSlavicRadimichi009 } +c_chernigov = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } -c_gomel = { - 449.1.1 = { holder = OldSlavicRadimichi000 } - 483.1.1 = { holder = OldSlavicRadimichi001 } - 507.1.1 = { holder = OldSlavicRadimichi002 } - 544.1.1 = { holder = OldSlavicRadimichi003 } - 589.1.1 = { holder = OldSlavicRadimichi004 } - 607.1.1 = { holder = OldSlavicRadimichi005 } - 622.1.1 = { holder = OldSlavicRadimichi006 } - 673.1.1 = { holder = OldSlavicRadimichi007 } - 699.1.1 = { holder = OldSlavicRadimichi008 } - 730.1.1 = { holder = OldSlavicRadimichi009 } +c_gomel = { #Kolochin Balts + 463.1.1 = { holder = KolochinKolochins000 } + 512.1.1 = { holder = KolochinKolochins001 } + 505.1.1 = { holder = KolochinKolochins002 } + 543.1.1 = { holder = KolochinKolochins003 } + 585.1.1 = { holder = KolochinKolochins004 } + 618.1.1 = { holder = KolochinKolochins005 } + 680.1.1 = { holder = KolochinKolochins006 } + 707.1.1 = { holder = KolochinKolochins007 } + 720.1.1 = { holder = KolochinKolochins008 } } -c_starodub = { - 449.1.1 = { holder = OldSlavicRadimichi000 } - 483.1.1 = { holder = OldSlavicRadimichi001 } - 507.1.1 = { holder = OldSlavicRadimichi002 } - 544.1.1 = { holder = OldSlavicRadimichi003 } - 589.1.1 = { holder = OldSlavicRadimichi004 } - 607.1.1 = { holder = OldSlavicRadimichi005 } - 622.1.1 = { holder = OldSlavicRadimichi006 } - 673.1.1 = { holder = OldSlavicRadimichi007 } - 699.1.1 = { holder = OldSlavicRadimichi008 } - 730.1.1 = { holder = OldSlavicRadimichi009 } +c_starodub = { #Kolochin Balts + 463.1.1 = { holder = KolochinKolochins000 } + 512.1.1 = { holder = KolochinKolochins001 } + 505.1.1 = { holder = KolochinKolochins002 } + 543.1.1 = { holder = KolochinKolochins003 } + 585.1.1 = { holder = KolochinKolochins004 } + 618.1.1 = { holder = KolochinKolochins005 } + 680.1.1 = { holder = KolochinKolochins006 } + 707.1.1 = { holder = KolochinKolochins007 } + 720.1.1 = { holder = KolochinKolochins008 } } -c_novgorod_seversky = { - 449.1.1 = { holder = OldSlavicRadimichi000 } - 483.1.1 = { holder = OldSlavicRadimichi001 } - 507.1.1 = { holder = OldSlavicRadimichi002 } - 544.1.1 = { holder = OldSlavicRadimichi003 } - 589.1.1 = { holder = OldSlavicRadimichi004 } - 607.1.1 = { holder = OldSlavicRadimichi005 } - 622.1.1 = { holder = OldSlavicRadimichi006 } - 673.1.1 = { holder = OldSlavicRadimichi007 } - 699.1.1 = { holder = OldSlavicRadimichi008 } - 730.1.1 = { holder = OldSlavicRadimichi009 } +c_novgorod_seversky = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } c_putyvl = { #c_novgorod_seversky history 460.1.2={ @@ -327,7 +290,7 @@ c_kursk = { d_karachev = { #Empty History 1.1.1={} } -c_karachev = { +c_karachev = { #Kolochin Balts 463.1.1 = { holder = KolochinKolochins000 } 512.1.1 = { holder = KolochinKolochins001 } 505.1.1 = { holder = KolochinKolochins002 } @@ -346,16 +309,10 @@ c_kozelsk = { holder=31147 # Vytautas Ringaudas } } -c_sevsk = { - 463.1.1 = { holder = KolochinKolochins000 } - 512.1.1 = { holder = KolochinKolochins001 } - 505.1.1 = { holder = KolochinKolochins002 } - 543.1.1 = { holder = KolochinKolochins003 } - 585.1.1 = { holder = KolochinKolochins004 } - 618.1.1 = { holder = KolochinKolochins005 } - 680.1.1 = { holder = KolochinKolochins006 } - 707.1.1 = { holder = KolochinKolochins007 } - 720.1.1 = { holder = KolochinKolochins008 } +c_sevsk = { #Antae + 460.1.2 = { holder = 82 } # Perey Antae + 490.1.1 = { holder = 31046 } # Radimir Antae + 550.1.1 = { holder = 31047 } # Gremislav Antae } #Meschera peoples region diff --git a/WtWSMS/history/titles/bp_k_white_rus.txt b/WtWSMS/history/titles/bp_k_white_rus.txt index 6a3f43cfb7..28dada0bb1 100644 --- a/WtWSMS/history/titles/bp_k_white_rus.txt +++ b/WtWSMS/history/titles/bp_k_white_rus.txt @@ -44,29 +44,15 @@ c_novogrudok = { d_pinsk = { #Empty History 1.1.1={} } -c_pinsk = { - 456.1.1 = { holder = OldSlavicDregoviches000 } - 497.1.1 = { holder = OldSlavicDregoviches001 } - 527.1.1 = { holder = OldSlavicDregoviches002 } - 533.1.1 = { holder = OldSlavicDregoviches003 } - 571.1.1 = { holder = OldSlavicDregoviches004 } - 584.1.1 = { holder = OldSlavicDregoviches005 } - 625.1.1 = { holder = OldSlavicDregoviches006 } - 632.1.1 = { holder = OldSlavicDregoviches007 } - 685.1.1 = { holder = OldSlavicDregoviches008 } - 726.1.1 = { holder = OldSlavicDregoviches009 } -} -c_slutsk = { - 456.1.1 = { holder = OldSlavicDregoviches000 } - 497.1.1 = { holder = OldSlavicDregoviches001 } - 527.1.1 = { holder = OldSlavicDregoviches002 } - 533.1.1 = { holder = OldSlavicDregoviches003 } - 571.1.1 = { holder = OldSlavicDregoviches004 } - 584.1.1 = { holder = OldSlavicDregoviches005 } - 625.1.1 = { holder = OldSlavicDregoviches006 } - 632.1.1 = { holder = OldSlavicDregoviches007 } - 685.1.1 = { holder = OldSlavicDregoviches008 } - 726.1.1 = { holder = OldSlavicDregoviches009 } +c_pinsk = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni +} +c_slutsk = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } c_kletsk = { 459.1.1 = { holder = DneipnerBalticDneipnerBaltic000 } @@ -79,17 +65,10 @@ c_kletsk = { 693.1.1 = { holder = DneipnerBalticDneipnerBaltic007 } 729.1.1 = { holder = DneipnerBalticDneipnerBaltic008 } } -c_babruysk = { - 456.1.1 = { holder = OldSlavicDregoviches000 } - 497.1.1 = { holder = OldSlavicDregoviches001 } - 527.1.1 = { holder = OldSlavicDregoviches002 } - 533.1.1 = { holder = OldSlavicDregoviches003 } - 571.1.1 = { holder = OldSlavicDregoviches004 } - 584.1.1 = { holder = OldSlavicDregoviches005 } - 625.1.1 = { holder = OldSlavicDregoviches006 } - 632.1.1 = { holder = OldSlavicDregoviches007 } - 685.1.1 = { holder = OldSlavicDregoviches008 } - 726.1.1 = { holder = OldSlavicDregoviches009 } +c_babruysk = { #Sklaveni + 476.1.15={ holder = 64 } # Koloman Sklaveni + 497.1.1={ holder = 31048 } # Chaslav Sklaveni + 550.1.1={ holder = 33078 } # Stanislav Sklaveni } d_minsk = { #Empty History @@ -189,17 +168,16 @@ c_gnezdovo = { #c_smolensk history (elimination) holder=31147 # Vytautas Ringaudas } } -c_roslavl = { - 449.1.1 = { holder = OldSlavicRadimichi000 } - 483.1.1 = { holder = OldSlavicRadimichi001 } - 507.1.1 = { holder = OldSlavicRadimichi002 } - 544.1.1 = { holder = OldSlavicRadimichi003 } - 589.1.1 = { holder = OldSlavicRadimichi004 } - 607.1.1 = { holder = OldSlavicRadimichi005 } - 622.1.1 = { holder = OldSlavicRadimichi006 } - 673.1.1 = { holder = OldSlavicRadimichi007 } - 699.1.1 = { holder = OldSlavicRadimichi008 } - 730.1.1 = { holder = OldSlavicRadimichi009 } +c_roslavl = { #Kolochin Balts + 463.1.1 = { holder = KolochinKolochins000 } + 512.1.1 = { holder = KolochinKolochins001 } + 505.1.1 = { holder = KolochinKolochins002 } + 543.1.1 = { holder = KolochinKolochins003 } + 585.1.1 = { holder = KolochinKolochins004 } + 618.1.1 = { holder = KolochinKolochins005 } + 680.1.1 = { holder = KolochinKolochins006 } + 707.1.1 = { holder = KolochinKolochins007 } + 720.1.1 = { holder = KolochinKolochins008 } } c_mozhaysk = { 450.1.1={ From 5917ae1c3b5db1594dbfc1b12249caf45da67c25 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:35:39 -0500 Subject: [PATCH 162/339] Some Fixes * Fixed Dnieper Baltic spelling * Added some notes for design choices * Fixed Mari county not being under Mari tribe * Make Przeworsk/Vistula Veneti even more admixed in Ethnicity and fashion --- WtWSMS/common/culture/cultures/BP_baltic.txt | 24 ++++++++++--- .../culture/cultures/BP_east_germanic.txt | 17 +++++++-- ...scek_BP_dynasties_fictional_tribals_v2.txt | 4 +-- .../common/landed_titles/BP_titles_baltic.txt | 4 +-- .../common/named_colors/BP_culture_colors.txt | 2 +- WtWSMS/common/on_action/BP_game_start.txt | 2 +- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 36 +++++++++---------- WtWSMS/history/provinces/_BP_notes.info | 17 ++++++++- WtWSMS/history/provinces/bp_k_ruthenia.txt | 6 ++-- WtWSMS/history/provinces/bp_k_white_rus.txt | 14 ++++---- WtWSMS/history/titles/bp_k_opolye.txt | 14 ++++++-- .../english/culture/BP_cultures_l_english.yml | 6 ++-- 12 files changed, 98 insertions(+), 48 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index 09440b7e56..2cbfce6d60 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -159,17 +159,31 @@ vistula_veneti = { #Baltic Przeworsk; some Germanic influence from Wielbark mig name_list = name_list_vistula_veneti - coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx norse_coa_gfx } + #COA graphics; Just mix everything up + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx norse_coa_gfx french_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } #Germanic Influence - unit_gfx = { northern_unit_gfx } + clothing_gfx = { western_clothing_gfx } #Celtic Influence + clothing_gfx = { northern_clothing_gfx } #Baltic/Slavic influence + unit_gfx = { eastern_unit_gfx } #Slavic Influence - #Mixed Gothic/Vistula ethnicities (then added together to avoid processing issues) + #Mixed Gothic/Slavic/Gallic/Baltic Ethnicities (then combined to avoid code issues ethnicities = { + #Norse/Baltic 150 = caucasian_northern_blond 30 = caucasian_northern_ginger 13 = caucasian_northern_brown_hair 7 = caucasian_northern_dark_hair + #Gauls + 10 = caucasian_blond + 5 = caucasian_ginger + 45 = caucasian_brown_hair + 35 = caucasian_dark_hair + #Slavs + 60 = slavic_northern_blond + 5 = slavic_northern_ginger + 25 = slavic_northern_brown_hair + 10 = slavic_northern_dark_hair } } east_galindian = { @@ -248,8 +262,8 @@ kolochin = { #Proto-Radmichi/Severian/Vyatichi 2 = caucasian_northern_dark_hair } } -dneipner_baltic = { - color = dneipner_baltic +dnieper_baltic = { + color = dnieper_baltic ethos = ethos_communal #CE Dregovichian Ethos heritage = heritage_baltic diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index 2a0489ba0b..70ad20eef4 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -37,17 +37,30 @@ przeworsk = { name_list = name_list_przeworsk - coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx norse_coa_gfx } #Vandal emigration increasing Baltic influence + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx norse_coa_gfx french_coa_gfx western_coa_gfx } #Vandal emigration increasing Baltic influence building_gfx = { western_building_gfx } #Vandal emigration increasing Baltic influence clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } + clothing_gfx = { western_clothing_gfx } #Celtic Influence + clothing_gfx = { northern_clothing_gfx } #Baltic/Slavic influence unit_gfx = { northern_unit_gfx } #Vandal emigration increasing Baltic influence - #Mixed Gothic/Vistula ethnicities (then added together to avoid processing issues) + #Mixed Gothic/Slavic/Gallic/Baltic Ethnicities (then combined to avoid code issues ethnicities = { + #Norse/Baltic 150 = caucasian_northern_blond 30 = caucasian_northern_ginger 13 = caucasian_northern_brown_hair 7 = caucasian_northern_dark_hair + #Gauls + 10 = caucasian_blond + 5 = caucasian_ginger + 45 = caucasian_brown_hair + 35 = caucasian_dark_hair + #Slavs + 60 = slavic_northern_blond + 5 = slavic_northern_ginger + 25 = slavic_northern_brown_hair + 10 = slavic_northern_dark_hair } } vandalic = { diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index 91ad1a0539..d216b65aab 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -27,9 +27,9 @@ aesti_dynn_polotsk = { name = dynn_Dausprungas culture = aesti } -dneipner_baltic_dynn_dneipner_baltic = { +dnieper_baltic_dynn_dnieper_baltic = { name = dynn_Domovich - culture = dneipner_baltic + culture = dnieper_baltic } kolochin_dynn_kolochins = { name = dynn_Lubartas diff --git a/WtWSMS/common/landed_titles/BP_titles_baltic.txt b/WtWSMS/common/landed_titles/BP_titles_baltic.txt index a521598e64..e4132c82c0 100644 --- a/WtWSMS/common/landed_titles/BP_titles_baltic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_baltic.txt @@ -141,7 +141,7 @@ d_dneipner_balts = { ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { - limit = { culture = culture:dneipner_baltic } + limit = { culture = culture:dnieper_baltic } add = @cultural_title_score } } @@ -151,7 +151,7 @@ d_kolochins = { ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { - limit = { culture = culture:dneipner_baltic } + limit = { culture = culture:dnieper_baltic } add = @cultural_title_score } } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 0ca9670fc5..04aedccbab 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -22,7 +22,7 @@ colors = { vistula_veneti = { 0.6 0.6 0.1 } kolochin = { 0.65 0.35 0.15 } east_galinidan = { 0.60 0.50 0.21 } - dneipner_baltic = { 0.65 0.45 0.19 } + dnieper_baltic = { 0.65 0.45 0.19 } sudovian = { 0.50 0.60 0.45 } #Balto-Finnic chud = { 0.50 0.7 0.80 } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 9a431aa414..7ef27db5c6 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1609,7 +1609,7 @@ set_starting_culture_acceptance = { value = 45 } set_cultural_acceptance = { - target = culture:dneipner_baltic + target = culture:dnieper_baltic value = 35 } set_cultural_acceptance = { diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index 6639a8f87b..13e276d9f9 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -635,80 +635,80 @@ AestiPolotsk009 = { ## Dneipner Balts DneipnerBalticDneipnerBaltic000 = { name = Azuolas - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic 439.1.1 = { birth = yes } 496.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic001 = { name = Azuolas - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic000 467.1.1 = { birth = yes } 527.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic002 = { name = Zygimantas - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic001 508.1.1 = { birth = yes } 582.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic003 = { name = Minigaila - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic002 532.1.1 = { birth = yes } 585.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic004 = { name = Zygimantas - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic003 557.1.1 = { birth = yes } 597.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic005 = { name = Kesgaila - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic004 586.1.1 = { birth = yes } 640.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic006 = { name = Ringaudas - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic005 624.1.1 = { birth = yes } 693.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic007 = { name = Lingvenis - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic006 654.1.1 = { birth = yes } 729.1.1 = { death = yes } } DneipnerBalticDneipnerBaltic008 = { name = Pukuveras - dynasty = dneipner_baltic_dynn_dneipner_baltic + dynasty = dnieper_baltic_dynn_dnieper_baltic religion = baltic_pagan - culture = dneipner_baltic + culture = dnieper_baltic father = DneipnerBalticDneipnerBaltic007 678.1.1 = { birth = yes } 732.1.1 = { death = yes } diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 412c5761c4..7b2ce3a184 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -23,12 +23,27 @@ Kolochin distribution based on [1,2] Dneipner Balts placed at the headwaters of the Pripyat, Dneipner, and Neman Rivers Aesti extended into the Dvinia headwaters; some references to Aesti fights with the Slavs around Polotsk [3] Sudovians have early attestation by Ptolemy and seem to have been present as far South as the Bug and as far west as Brest [2] -Kolochin [1] - Mallory, J. P.; Adams, Douglas Q. (1997). "Kolochin culture". Encyclopedia of Indo-European Culture. Taylor & Francis. pp. 337–338. ISBN 1884964982. [2] - https://indo-european.eu/wp-content/uploads/2021/02/prague-korchak-culture-map.png [3] - Gimbutas, Marija. "The Balts (1963)" +Slavs, Slavs, Slavs +-------------- +Antes/Sklaveni border was as always, very fuzzy. +Most popular theory seems to be Sklaveni were associated with the Korchak culture and the Antae with +the Penkovka culture. + +Some associated maps: +[1] - https://upload.wikimedia.org/wikipedia/commons/0/07/East_europe_5-6cc.png (in Russian) +[2] - https://indo-european.eu/wp-content/uploads/2021/02/prague-korchak-culture-map.png + From https://indo-european.eu/2021/02/germanic-runes-in-the-prague-type-pottery-culture/ + which is quoting https://e-journals.ku.lt/journal/AB/article/1669/info + +Both are slightly anachronistic for us as by 476, it is unlikely that Slavisation was underway. +however, it does provide a useful bondary between where to put the Sklaveni and Antes for 476. +So we should stick with the Sklaveni ruling over Baltic Veneti, Dnieper Baltic and Slavic regions + Alamannians -------------- Settlement in 476 based on "Alamanni and Sueben" by Holger Munzer (1975); later settlement in the more diff --git a/WtWSMS/history/provinces/bp_k_ruthenia.txt b/WtWSMS/history/provinces/bp_k_ruthenia.txt index 9c57d8ece0..72d901a3d3 100644 --- a/WtWSMS/history/provinces/bp_k_ruthenia.txt +++ b/WtWSMS/history/provinces/bp_k_ruthenia.txt @@ -92,7 +92,7 @@ ###c_turov 552 = { #Turov - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } @@ -104,7 +104,7 @@ } ###c_korosten 5104 = { #Korosten - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } @@ -122,7 +122,7 @@ } ###c_dubrovytsia 5109 = { #Dubrovytsia - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_white_rus.txt b/WtWSMS/history/provinces/bp_k_white_rus.txt index e31540289e..8dee6d8ded 100644 --- a/WtWSMS/history/provinces/bp_k_white_rus.txt +++ b/WtWSMS/history/provinces/bp_k_white_rus.txt @@ -25,7 +25,7 @@ } ###c_novogrudok 5136 = { #Novogrudok - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } @@ -37,7 +37,7 @@ ###c_pinsk 548 = { #Pinsk - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } @@ -49,7 +49,7 @@ } ###c_slutsk 5114 = { #Slutsk - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } @@ -61,7 +61,7 @@ } ###c_kletsk 5117 = { #Kletsk - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan #holding = tribal_holding } @@ -70,7 +70,7 @@ } ###c_babruysk 5119 = { #Babruysk - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } @@ -88,7 +88,7 @@ ###c_minsk 550 = { #Minsk - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } @@ -106,7 +106,7 @@ } ###c_orsha 5127 = { #Orsha - culture = dneipner_baltic + culture = dnieper_baltic religion = baltic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/bp_k_opolye.txt b/WtWSMS/history/titles/bp_k_opolye.txt index a1df32f43e..20d55af369 100644 --- a/WtWSMS/history/titles/bp_k_opolye.txt +++ b/WtWSMS/history/titles/bp_k_opolye.txt @@ -69,10 +69,18 @@ c_murom = { #Muromians d_nizhny_novgorod = { #Empty History 1.1.1={} } -c_nizhny_novgorod = { #Muromians - 450.1.1={ holder = 212859 } - 510.1.1={ holder = 212860 } +c_nizhny_novgorod = { #d_mari history + 460.1.1 = { holder = MeryaMari000 } + 490.1.1 = { holder = MeryaMari001 } + 520.1.1 = { holder = MeryaMari002 } + 550.1.1 = { holder = MeryaMari003 } + 580.1.1 = { holder = MeryaMari004 } + 610.1.1 = { holder = MeryaMari005 } + 640.1.1 = { holder = MeryaMari006 } + 670.1.1 = { holder = MeryaMari007 } + 700.1.1 = { holder = MeryaMari008 } } + c_plyos = { #Merya 476.1.1 = { holder = 109716 } 510.1.1 = { holder = 1210003 } # Kolik, fictional sucessor diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 76f0213c73..9f4dfb227f 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -67,9 +67,9 @@ east_galindian: "Galindaian" east_galindian_collective_noun: "Galindaians" east_galindian_prefix: "Galindaio" - dneipner_baltic: "Dneipner Baltic" - dneipner_baltic_collective_noun: "Dneipner Balts" - dneipner_baltic_prefix: "Dneipner Balto" + dnieper_baltic: "Dnieper Baltic" + dnieper_baltic_collective_noun: "Dnieper Balts" + dnieper_baltic_prefix: "Dnieper Balto" sudovian: "Sudovian" sudovian_collective_noun: "Sudovians" sudovian_prefix: "Sudovio" From dd5173bfd540f1ad973e4dbc09e1ccef93ef6594 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 9 Nov 2022 01:22:43 -0500 Subject: [PATCH 163/339] More tweaks * Added option to adopt clan government if available during Sub-Roman Feudalization * Jordanes family made Thracian Gothic * Update Agrarian tradition to extend to plains (for tribal utilization) --- .../00_realm_traditions_BP_overwrite.txt | 122 ++++++++++++++++++ .../government_events/BP_subroman_events.txt | 62 ++++++++- .../characters/_lt_rascek_new_chars.txt | 6 +- .../english/BP_effects_l_english.yml | 6 +- .../BP_cultural_traditions_l_english.yml | 2 + .../BP_subroman_events_l_english.yml | 9 +- 6 files changed, 196 insertions(+), 11 deletions(-) diff --git a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt index 6346bd0b89..9b6172a683 100644 --- a/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_realm_traditions_BP_overwrite.txt @@ -795,6 +795,128 @@ tradition_mountain_homes = { } } +##### Changed from Vanilla; Made some impact for plains, tribals will pick this if their culture already has it +tradition_agrarian = { + category = realm + + layers = { + 0 = steward + 1 = indian + 4 = farmland.dds + } + + can_pick = { + custom_tooltip = { + text = culture_in_farmlands_or_floodplains_or_plains_terrain_desc + any_culture_county = { + any_county_province = { + OR = { + terrain = farmlands + terrain = floodplains + terrain = plains + } + } + } + } + } + + parameters = { + content_trait_more_common = yes + martial_education_worse_outcomes = yes + hard_working_traits_more_valued = yes + } + character_modifier = { + men_at_arms_recruitment_cost = 0.25 + prowess = -2 + } + county_modifier = { + plains_development_growth_factor = 0.15 + plains_construction_gold_cost = -0.1 + farmlands_development_growth_factor = 0.3 + farmlands_construction_gold_cost = -0.2 + floodplains_development_growth_factor = 0.3 + floodplains_construction_gold_cost = -0.2 + farmlands_levy_size = 0.1 + floodplains_levy_size = 0.1 + plains_levy_size = 0.05 + } + + cost = { + prestige = { + add = { + value = tradition_base_cost + desc = BASE + format = "BASE_VALUE_FORMAT" + } + if = { + limit = { + any_in_list = { list = traits this = flag:ethos_bellicose } + } + add = { + value = tradition_incompatible_ethos_penalty + desc = culture_not_bellicose + } + } + if = { + limit = { + NOT = { + any_culture_county = { + count >= 5 + any_county_province = { + OR = { + terrain = farmlands + terrain = floodplains + terrain = plains + } + } + } + } + } + add = { + value = tradition_unfulfilled_criteria_penalty + desc = culture_in_farmlands_or_floodplains_or_plains_terrain_count_desc + } + } + + multiply = tradition_replacement_cost_if_relevant + } + } + + ai_will_do = { + value = 100 + if = { + limit = { + NOT = { + scope:character = { + any_sub_realm_county = { + count >= 2 + culture = scope:character.culture + any_county_province = { + OR = { + terrain = farmlands + terrain = floodplains + terrain = plains + } + } + } + } + } + } + multiply = 0 + } + if = { + limit = { + scope:character = { + has_government = tribal_government + culture = { NOT = { has_cultural_tradition = tradition_agrarian } } + } + } + multiply = 0 + } + } +} + + ##### NB: Put **only** transitively unselectable changes below this line for clarity during patches ##### Changed from Vanilla: Made transitively unselectable with new traditions diff --git a/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt b/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt index c81c78ad76..8994ebd544 100644 --- a/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt +++ b/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt @@ -618,6 +618,13 @@ scripted_trigger meets_transition_date_requirements = { } } +scripted_trigger has_option_for_clan_trigger = { + OR = { + culture = { has_cultural_parameter = right_to_rule_clan } + faith = { has_doctrine_parameter = right_to_rule_clan } + } +} + # Sub-Roman ruler has accumulated feudal values and is no longer Sub-Roman, converting to feudalism BP_subroman_events.0060 = { type = character_event @@ -637,8 +644,10 @@ BP_subroman_events.0060 = { animation = personality_rational } - option = { - name = BP_subroman_events.0060.a + option = { #Feudal government + trigger = { faith = { has_doctrine_parameter = right_to_rule_feudal } } + fallback = yes #Should always have this as an option + name = BP_subroman_events.0060.feudal #Remove all extant variables from the title ROOT.primary_title = { if = { @@ -675,5 +684,54 @@ BP_subroman_events.0060 = { trigger_event = { id = BP_subroman_events.0060 days = { 7 360 } } } } + + #AI chars will not do this if clan is available + ai_chance = { + base = 50 + modifier = { + has_option_for_clan_trigger = yes + subtract = 50 + } + } + } + option = { #Clan government + trigger = { has_option_for_clan_trigger = yes } + name = BP_subroman_events.0060.clan + #Remove all extant variables from the title + ROOT.primary_title = { + if = { + limit = { has_variable = landed_army } + remove_variable = landed_army + } + if = { + limit = { has_variable = changed_military_cultural_values } + remove_variable = changed_military_cultural_values + } + if = { + limit = { has_variable = changed_ecclesiastic_cultural_values } + remove_variable = changed_ecclesiastic_cultural_values + } + } + convert_realm_to_clan_effect = yes + #Every direct baron of your title should convert to feudalism as well + custom_tooltip = { + text = all_direct_barons_convert_to_clan + every_vassal = { + limit = { + has_government = subroman_government + primary_title = { tier = tier_barony } + } + convert_realm_to_clan_effect = yes + } + } + #Every vassal and below gets a chance to have this fire as well between + #1 week and 1 year, to make transition more gradual + custom_tooltip = { + text = creates_chance_for_vassals_to_convert_to_clan + every_vassal = { + limit = { basic_character_requirements_trigger =yes } + trigger_event = { id = BP_subroman_events.0060 days = { 7 360 } } + } + } } } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 8fb1f5fb3d..21d364aaf4 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3775,7 +3775,7 @@ JordanesFamily000 = { name = "Paria" #PLRE Vol 2 Paria #Jordanes' Grandfather religion = gothic_church - culture = gothic + culture = thracian_gothic 430.1.1 = { birth = yes } 446.1.1 = { trait = education_stewardship_4 } 454.1.1 = { employer = AlanScythiaMinor001 } @@ -3786,7 +3786,7 @@ JordanesFamily001 = { name = "Alanoviiamuth" #PLRE Vol 2 Alanoviaamuth #Jordanes' Father religion = gothic_church - culture = gothic + culture = thracian_gothic father = JordanesFamily000 450.1.1 = { birth = yes } 466.1.1 = { employer = GothsScythiaMinor001 } @@ -3795,7 +3795,7 @@ JordanesFamily001 = { JordanesFamily002 = { name = "Jordanes" #PLRE Vol 3 Iordanes 1 religion = gothic_church - culture = gothic + culture = thracian_gothic father = JordanesFamily001 490.1.1 = { birth = yes } 496.1.1 = { diff --git a/WtWSMS/localization/english/BP_effects_l_english.yml b/WtWSMS/localization/english/BP_effects_l_english.yml index 6ef7708c90..f1a042837c 100644 --- a/WtWSMS/localization/english/BP_effects_l_english.yml +++ b/WtWSMS/localization/english/BP_effects_l_english.yml @@ -4,9 +4,9 @@ CALL_PARTICIPATING_VASSAL_TO_WAR_EFFECT_THIRD:0 "[CHARACTER.GetUIName] joins the migration as an Attacker" CALLED_PARTICIPATING_VASSAL_TO_WAR_EFFECT_THIRD:0 "[CHARACTER.GetUIName] joined the migration as an Attacker" #EVENT LOCALIZATIONS - INCREASES_FEUDAL_TRANSITION:0 "Increases the probability of a transition to feudalism." - CREATES_CHANCE_FOR_VASSALS_TO_CONVERT_TO_FEUDAL:0 "All vassals above the rank of baron will have this event fire within a year, if applicable." - ALL_DIRECT_BARONS_CONVERT_TO_FEDUAL:0 "All your barons will convert to [feudal|E]." + INCREASES_FEUDAL_TRANSITION: "Increases the probability of a transition to feudalism." + CREATES_CHANCE_FOR_VASSALS_TO_CONVERT_TO_FEUDAL: "All vassals above the rank of baron will have this event fire within a year, if applicable." + ALL_DIRECT_BARONS_CONVERT_TO_FEDUAL: "All your barons will convert to [feudal|E]" #Roman Decision Effects THE_SENATE_IS_REESTABLISHED: "The Senate is re-established.\n$EFFECT_LIST_BULLET$The Senate receives the [county|E] of $c_tivoli$." #Event Effects diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index 5d4bad82fe..c77294dc59 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -51,6 +51,8 @@ ##### General Parameters ##### culture_parameter_is_a_heritage_tradition: "[bp_heritage_culture_tradition|E]" + culture_in_farmlands_or_floodplains_or_plains_terrain_desc: "The [culture|E] is not present in any [county|E] with Farmland, Floodplains, or Plains [terrain|E]" + culture_in_farmlands_or_floodplains_or_plains_terrain_count_desc: "The [culture|E] is not present in at least #V 5#! [counties|E] with Farmland, Floodplains, or Plains [terrain|E]" ##### Partial Overwrites ##### #Partial Overwrites for Eastern Roman Heritage, Byzantine Succession diff --git a/WtWSMS/localization/english/event_localization/BP_subroman_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_subroman_events_l_english.yml index 982acd5472..7720bf65db 100644 --- a/WtWSMS/localization/english/event_localization/BP_subroman_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_subroman_events_l_english.yml @@ -41,7 +41,10 @@ BP_subroman_events.0050.desc:0 "The instability and crisis induced by war these latest decades has lead to an increasing part of the aristocracy turning itself and its children towards the Church and ecclesiastic careers. Due to its wealth and influence, as well as the benefit of patronage and praying, the nobility now views the clergy status differently than in late Roman times." BP_subroman_events.0050.a:0 "In the service of [ROOT.Char.GetFaith.HighGodName]." #Transition to Feudalism - BP_subroman_events.0060.title:0 "The Feudal Mutation" - BP_subroman_events.0060.desc:0 "Despite the days of Roman dominance over our lands being long gone and the varying degrees of crisis that ensued, for centuries we kept elements of Roman government and signs of continuity in our realms, whether it was in the fiscal system, the nature of the army or the cultural values of the nobility. Yet now, with these changes in government, a new form of governance, based more upon the mutual relationships and confidence between the nobles holding lands as personal demesne, vassals and their lieges, has begun to emerge." - BP_subroman_events.0060.a:0 "A new era begins." + BP_subroman_events.0060.title: "The Feudal Mutation" + BP_subroman_events.0060.desc: "Despite the days of Roman dominance over our lands being long gone and the varying degrees of crisis that ensued, for centuries we kept elements of Roman government and signs of continuity in our realms, whether it was in the fiscal system, the nature of the army or the cultural values of the nobility. Yet now, with these changes in government, a new form of governance, based more upon the mutual relationships and confidence between the nobles holding lands as personal demesne, vassals and their lieges, has begun to emerge." + BP_subroman_events.0060.feudal: "A new era begins - Feudalism!" + BP_subroman_events.0060.clan: "A new era begins - Clan!" + all_direct_barons_convert_to_clan: "All your barons will convert to [clan|E]" + creates_chance_for_vassals_to_convert_to_clan: "$CREATES_CHANCE_FOR_VASSALS_TO_CONVERT_TO_FEUDAL$" \ No newline at end of file From 7737000a52f083427e01430b879fac9167b8c06a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:46:53 -0500 Subject: [PATCH 164/339] Name List Consolidation * A-B * Overwrote some Vanilla localizations from "Berber" to "Amazigh" in line with preference of endonyms over exonyms. --- WtWSMS/common/culture/cultures/BP_baltic.txt | 96 +- WtWSMS/common/culture/cultures/BP_berber.txt | 92 +- .../common/culture/name_lists/BP_baltic.txt | 256 ++-- .../common/culture/name_lists/BP_berber.txt | 1086 +++++++---------- .../culture/name_lists/BP_east_germanic.txt | 48 + .../common/landed_titles/BP_e_byzantium.txt | 44 +- WtWSMS/common/landed_titles/BP_e_italy.txt | 35 +- .../landed_titles/BP_e_north_africa.txt | 883 +++++--------- WtWSMS/common/landed_titles/BP_e_spain.txt | 146 ++- WtWSMS/common/landed_titles/BP_e_tamazgha.txt | 6 +- .../BP_culture_name_lists_l_english.yml | 27 +- ...kerwanderung_additional_name_l_english.yml | 4 + .../replace/culture/culture_gfx_l_english.yml | 3 + 13 files changed, 1130 insertions(+), 1596 deletions(-) create mode 100644 WtWSMS/localization/english/replace/culture/culture_gfx_l_english.yml diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index 2cbfce6d60..ec40a2fcf8 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -1,4 +1,5 @@ -prussian = { +#West Baltics +prussian = { color = prussian ethos = ethos_bureaucratic @@ -16,7 +17,7 @@ #Combat Traditions } - name_list = name_list_prussian + name_list = name_list_west_baltic coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } @@ -48,7 +49,7 @@ sudovian = { tradition_swords_for_hire #Hired by various Slavic princes prior to conquest } - name_list = name_list_prussian + name_list = name_list_west_baltic coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } @@ -62,7 +63,7 @@ sudovian = { 2 = caucasian_northern_dark_hair } } -galindian = { +galindian = { #West Galindians color = galindian ethos = ethos_stoic @@ -85,38 +86,7 @@ galindian = { tradition_forest_fighters } - name_list = name_list_galindian - - coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { northern_clothing_gfx } - unit_gfx = { northern_unit_gfx } - - ethnicities = { - 80 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 3 = caucasian_northern_brown_hair - 2 = caucasian_northern_dark_hair - } -} -aesti = { #Origin for both Lithuanian and Latgalians - color = aesti - - ethos = ethos_communal #Aspect Lithuanians/Latgalians change - heritage = heritage_baltic - language = language_baltic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - tradition_forest_wardens #Shared by both Lithuanians and Latgalians - #Ritual Traditions - tradition_sacred_groves #Shared by both Lithuanians and Latgalians - #Realm Traditions - #Combat Traditions - } - - name_list = name_list_aesti + name_list = name_list_west_baltic coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } @@ -157,7 +127,7 @@ vistula_veneti = { #Baltic Przeworsk; some Germanic influence from Wielbark mig fallback = tradition_xenophilic } - name_list = name_list_vistula_veneti + name_list = name_list_west_baltic #COA graphics; Just mix everything up coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx norse_coa_gfx french_coa_gfx western_coa_gfx } @@ -186,6 +156,52 @@ vistula_veneti = { #Baltic Przeworsk; some Germanic influence from Wielbark mig 10 = slavic_northern_dark_hair } } + + + + + + + + + + + + + + +#East Baltics +aesti = { #Origin for both Lithuanian and Latgalians + color = aesti + + ethos = ethos_communal #Aspect Lithuanians/Latgalians change + heritage = heritage_baltic + language = language_baltic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_forest_wardens #Shared by both Lithuanians and Latgalians + #Ritual Traditions + tradition_sacred_groves #Shared by both Lithuanians and Latgalians + #Realm Traditions + #Combat Traditions + } + + name_list = name_list_east_baltic + + coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { northern_unit_gfx } + + ethnicities = { + 80 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 3 = caucasian_northern_brown_hair + 2 = caucasian_northern_dark_hair + } +} east_galindian = { color = east_galinidan @@ -209,7 +225,7 @@ east_galindian = { fallback = tradition_isolationist } - name_list = name_list_aesti + name_list = name_list_east_baltic coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } @@ -242,7 +258,7 @@ kolochin = { #Proto-Radmichi/Severian/Vyatichi #Combat Traditions } - name_list = name_list_aesti + name_list = name_list_east_baltic name_list = name_list_old_slavic coa_gfx = { baltic_group_coa_gfx east_slavic_group_coa_gfx western_coa_gfx } @@ -280,7 +296,7 @@ dnieper_baltic = { #Combat Traditions } - name_list = name_list_aesti + name_list = name_list_east_baltic name_list = name_list_old_slavic coa_gfx = { baltic_group_coa_gfx east_slavic_group_coa_gfx western_coa_gfx } diff --git a/WtWSMS/common/culture/cultures/BP_berber.txt b/WtWSMS/common/culture/cultures/BP_berber.txt index 3342341030..73e9f186fb 100644 --- a/WtWSMS/common/culture/cultures/BP_berber.txt +++ b/WtWSMS/common/culture/cultures/BP_berber.txt @@ -45,45 +45,41 @@ guanches = { 5 = african } } -#Proto-Berbers -numidian = { #Were extant as late as AD 200 - color = baranis +#Central Atlas Northern Berber +tashellhit = { #Shilha People + color = tashellhit - ethos = ethos_communal #What all the Berber sub-groups deviate from + ethos = ethos_spiritual #barnais bequeath heritage = heritage_berber language = language_northern_berber martial_custom = martial_custom_male_only - traditions = { + traditions = { #Societal Traditions #Regional Traditions tradition_african_tolerance tradition_mountain_herding #Ritual Traditions + tradition_family_entrepreneurship #baranis bequeath #Realm Traditions - tradition_tribe_unity - tradition_dryland_dwellers #Combat Traditions - tradition_horse_breeder #Noted for Numidian Cavalry } - name_list = name_list_shenwa - name_list = name_list_tacawit - name_list = name_list_taqbaylit + name_list = name_list_atlas_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + # The weight says how common the ethnicity is within the culture ethnicities = { 2 = arab 2 = mediterranean - 2 = african + 3 = african } } -#Central Atlas Northern Berber -tashellhit = { #Shilha People - color = tashellhit +tamazight = { + color = tamazight ethos = ethos_spiritual #barnais bequeath heritage = heritage_berber @@ -92,15 +88,15 @@ tashellhit = { #Shilha People traditions = { #Societal Traditions #Regional Traditions - tradition_african_tolerance - tradition_mountain_herding + tradition_african_tolerance #baranis bequeath + tradition_mountain_herding #baranis bequeath #Ritual Traditions - tradition_family_entrepreneurship #baranis bequeath #Realm Traditions + tradition_family_entrepreneurship #baranis bequeath #Combat Traditions } - name_list = name_list_tashellhit + name_list = name_list_atlas_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -109,47 +105,52 @@ tashellhit = { #Shilha People # The weight says how common the ethnicity is within the culture ethnicities = { - 2 = arab - 2 = mediterranean - 3 = african + 5 = arab + 5 = mediterranean + 1 = african } } -tamazight = { - color = tamazight +#Zenati Northern Berber +numidian = { #Were extant as late as AD 200 + color = baranis - ethos = ethos_spiritual #barnais bequeath + ethos = ethos_communal #What all the Berber sub-groups deviate from heritage = heritage_berber language = language_northern_berber martial_custom = martial_custom_male_only - traditions = { + traditions = { #Societal Traditions #Regional Traditions - tradition_african_tolerance #baranis bequeath - tradition_mountain_herding #baranis bequeath + tradition_african_tolerance + tradition_mountain_herding #Ritual Traditions #Realm Traditions - tradition_family_entrepreneurship #baranis bequeath + tradition_tribe_unity + tradition_dryland_dwellers #Combat Traditions + tradition_horse_breeder #Noted for Numidian Cavalry } - name_list = name_list_tamazight + name_list = name_list_zenati_berber + name_list = name_list_kabyle_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } - # The weight says how common the ethnicity is within the culture ethnicities = { - 5 = arab - 5 = mediterranean - 1 = african + 2 = arab + 2 = mediterranean + 2 = african } } -#Zenati Northern Berber riffian = { color = riffian + parents = { numidian } + created = 200.1.1 + ethos = ethos_spiritual #baranis bequeath heritage = heritage_berber language = language_northern_berber @@ -165,7 +166,7 @@ riffian = { #Combat Traditions } - name_list = name_list_riffian + name_list = name_list_zenati_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -199,7 +200,7 @@ shenwa = { #Combat Traditions } - name_list = name_list_shenwa + name_list = name_list_zenati_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -233,7 +234,7 @@ tacawit = { #Combat Traditions } - name_list = name_list_tacawit + name_list = name_list_zenati_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -249,6 +250,9 @@ tacawit = { mzab_wargla = { color = mzab_wargla + parents = { numidian } + created = 200.1.1 + ethos = ethos_stoic #butr bequeath heritage = heritage_berber language = language_northern_berber @@ -264,7 +268,7 @@ mzab_wargla = { #Combat Traditions } - name_list = name_list_mzab_wargla + name_list = name_list_zenati_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -300,7 +304,7 @@ taqbaylit = { #Combat Traditions } - name_list = name_list_taqbaylit + name_list = name_list_kabyle_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -332,7 +336,7 @@ tuareg = { #Combat Traditions } - name_list = name_list_tuareg + name_list = name_list_southern_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -365,7 +369,7 @@ nafusi = { #Combat Traditions } - name_list = name_list_nafusi + name_list = name_list_eastern_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -396,7 +400,7 @@ libyan = { #Combat Traditions } - name_list = name_list_libyan + name_list = name_list_eastern_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } @@ -428,7 +432,7 @@ garamantian = { #Combat Traditions } - name_list = name_list_garamantian + name_list = name_list_eastern_berber coa_gfx = { berber_group_coa_gfx } building_gfx = { berber_group_building_gfx mena_building_gfx } diff --git a/WtWSMS/common/culture/name_lists/BP_baltic.txt b/WtWSMS/common/culture/name_lists/BP_baltic.txt index bc5066e79b..61cdb542de 100644 --- a/WtWSMS/common/culture/name_lists/BP_baltic.txt +++ b/WtWSMS/common/culture/name_lists/BP_baltic.txt @@ -1,4 +1,49 @@ -name_list_prussian = { +#Aesti, (East) Galindians, Dnieper Balts, Kolochins +name_list_east_baltic = { + cadet_dynasty_names = { + "dynn_Ulinniks" + "dynn_Ringaudas" + "dynn_Dausprungas" + "dynn_Karijotas" + "dynn_Lasukas" + "dynn_Liudas" + "dynn_Lubartas" + "dynn_Merkelis" + "dynn_Rimvydas" + "dynn_Vizgirdas" + } + + dynasty_names = { + "dynn_Ulinniks" + "dynn_Ringaudas" + "dynn_Dausprungas" + "dynn_Karijotas" + "dynn_Lasukas" + "dynn_Liudas" + "dynn_Lubartas" + "dynn_Merkelis" + "dynn_Rimvydas" + "dynn_Vizgirdas" + } + + male_names = { + Algirdas Antanas Antavas Aras Arunas Azuolas Budrys Bukantas Butavas Butigeidis Butvydas Daugvilas Daumantas Dausprungas Dravenis Erdenis Erdvilas Gedigaudas + Gediminas Gedivilas Gintaras Gintautas Girdenis Irmantas Jaunutis Jogaila Jovirdas Kantibutas Karijotas Kesgaila Kestutis Korigaila Korybutas + Lasukas Lingvenis Liudas Lubartas Lutuveras Merkelis Mindaugas Minigaila Mantvydas Movkoldas Narimantas Povilas Pukuveras Rimantas + Rimgaila Rimvydas Ringaudas Sarunas Skirgaila Songaila Svarnas Svitrigaila Tarvydas Tovtivilas Traidenis Treniotas Vainius Vaisvilkas Valimantas + Vidmantas Vingoldas Virmantas Visvaldis Vizgirdas Vykintas Vytautas Vytenis Zivinbudas Zygimantas + } + + female_names = { + Aldona Anele Audra Ausra Birute Dannila Danute Evalda Gaudimante Giedre Gintare Jevna Kenna Laima Mikova Roze Saule Svajone Vida + } + + dynasty_of_location_prefix = "dynnp_is" + + founder_named_dynasties = yes +} +#Prussian, (West) Galindians, Sudovians +name_list_west_baltic = { cadet_dynasty_names = { "dynn_Kuilis" "dynn_Kalabijjan" @@ -23,6 +68,17 @@ { "dynn_Spirdin" } { "dynn_Peckollas" } { "dynn_Rickias" } + #CK2 Galindian Dynasty Names + "dynn_Liudas" + "dynn_Ringaudas" + "dynn_Antavas" + "dynn_Azuolas" + "dynn_Daugvilas" + "dynn_Gedivilas" + "dynn_Lutuveras" + "dynn_Mantvydas" + "dynn_Pukuveras" + "dynn_Vidmantas" } dynasty_names = { @@ -49,34 +105,7 @@ { "dynn_Spirdin" } { "dynn_Peckollas" } { "dynn_Rickias" } - } - - male_names = { - Alvydas Arelis Auctune Bajoras Beidras Budo Dagonis Ekkelis Galindas Gauronas Gerdautas Glande Golding Jauguttis Karatas Klukis Kugis - Milzas Nomedas Prusas Sergonis Ulinniks Ulitis - } - - female_names = { - Betten Dagas Gelennis Gerkus Grasus Gulbis Mila Milyuns Weslikan Ziedas - } - - dynasty_of_location_prefix = "dynnp_is" -} -name_list_galindian = { - cadet_dynasty_names = { - "dynn_Liudas" - "dynn_Ringaudas" - "dynn_Antavas" - "dynn_Azuolas" - "dynn_Daugvilas" - "dynn_Gedivilas" - "dynn_Lutuveras" - "dynn_Mantvydas" - "dynn_Pukuveras" - "dynn_Vidmantas" - } - - dynasty_names = { + #CK2 Galindian Dynasty Names "dynn_Liudas" "dynn_Ringaudas" "dynn_Antavas" @@ -87,167 +116,32 @@ name_list_galindian = { "dynn_Mantvydas" "dynn_Pukuveras" "dynn_Vidmantas" - - } - - male_names = { - Algirdas Antanas Antavas Aras Arunas Azuolas Budrys Bukantas Butavas Butigeidis Butvydas Daugvilas Daumantas Dausprungas Dravenis Erdenis Erdvilas Gedigaudas - Gediminas Gedivilas Gintaras Gintautas Girdenis Irmantas Jaunutis Jogaila Jovirdas Kantibutas Karijotas Kesgaila Kestutis Korigaila Korybutas - Lasukas Lingvenis Liudas Lubartas Lutuveras Merkelis Mindaugas Minigaila Mantvydas Movkoldas Narimantas Povilas Pukuveras Rimantas - Rimgaila Rimvydas Ringaudas Sarunas Skirgaila Songaila Svarnas Svitrigaila Tarvydas Tovtivilas Traidenis Treniotas Vainius Vaisvilkas Valimantas - Vidmantas Vingoldas Virmantas Visvaldis Vizgirdas Vykintas Vytautas Vytenis Zivinbudas Zygimantas - } - - female_names = { - Aldona Anele Audra Ausra Birute Dannila Danute Evalda Gaudimante Giedre Gintare Jevna Kenna Laima Mikova Roze Saule Svajone Vida - } - - dynasty_of_location_prefix = "dynnp_is" - - founder_named_dynasties = yes - -} -name_list_aesti = { - cadet_dynasty_names = { - "dynn_Ulinniks" - "dynn_Ringaudas" - "dynn_Dausprungas" + #CK2 Vistula Veneti + "dynn_Balodis" + "dynn_Borut" + "dynn_Demas" + "dynn_Dovyat" + "dynn_Galeine" + "dynn_Janis" "dynn_Karijotas" - "dynn_Lasukas" - "dynn_Liudas" - "dynn_Lubartas" - "dynn_Merkelis" - "dynn_Rimvydas" - "dynn_Vizgirdas" - } - - dynasty_names = { - "dynn_Ulinniks" + "dynn_Kerstigens" + "dynn_Lonkogveni" + "dynn_Mendune" + "dynn_Narvait" + "dynn_Pukuveras" "dynn_Ringaudas" - "dynn_Dausprungas" - "dynn_Karijotas" - "dynn_Lasukas" - "dynn_Liudas" - "dynn_Lubartas" - "dynn_Merkelis" - "dynn_Rimvydas" - "dynn_Vizgirdas" + "dynn_Sveindorog" + "dynn_Talivaldis" } male_names = { - Algirdas Antanas Antavas Aras Arunas Azuolas Budrys Bukantas Butavas Butigeidis Butvydas Daugvilas Daumantas Dausprungas Dravenis Erdenis Erdvilas Gedigaudas - Gediminas Gedivilas Gintaras Gintautas Girdenis Irmantas Jaunutis Jogaila Jovirdas Kantibutas Karijotas Kesgaila Kestutis Korigaila Korybutas - Lasukas Lingvenis Liudas Lubartas Lutuveras Merkelis Mindaugas Minigaila Mantvydas Movkoldas Narimantas Povilas Pukuveras Rimantas - Rimgaila Rimvydas Ringaudas Sarunas Skirgaila Songaila Svarnas Svitrigaila Tarvydas Tovtivilas Traidenis Treniotas Vainius Vaisvilkas Valimantas - Vidmantas Vingoldas Virmantas Visvaldis Vizgirdas Vykintas Vytautas Vytenis Zivinbudas Zygimantas + Alvydas Arelis Auctune Bajoras Beidras Budo Dagonis Ekkelis Galindas Gauronas Gerdautas Glande Golding Jauguttis Karatas Klukis Kugis + Milzas Nomedas Prusas Sergonis Ulinniks Ulitis } female_names = { - Aldona Anele Audra Ausra Birute Dannila Danute Evalda Gaudimante Giedre Gintare Jevna Kenna Laima Mikova Roze Saule Svajone Vida + Betten Dagas Gelennis Gerkus Grasus Gulbis Mila Milyuns Weslikan Ziedas } dynasty_of_location_prefix = "dynnp_is" - - founder_named_dynasties = yes -} -name_list_vistula_veneti = { - cadet_dynasty_names = { - "dynn_Balodis" - "dynn_Borut" - "dynn_Demas" - "dynn_Dovyat" - "dynn_Galeine" - "dynn_Janis" - "dynn_Karijotas" - "dynn_Kerstigens" - "dynn_Lonkogveni" - "dynn_Mendune" - "dynn_Narvait" - "dynn_Pukuveras" - "dynn_Ringaudas" - "dynn_Sveindorog" - "dynn_Talivaldis" - } - - dynasty_names = { - "dynn_Balodis" - "dynn_Borut" - "dynn_Demas" - "dynn_Dovyat" - "dynn_Galeine" - "dynn_Janis" - "dynn_Karijotas" - "dynn_Kerstigens" - "dynn_Lonkogveni" - "dynn_Mendune" - "dynn_Narvait" - "dynn_Pukuveras" - "dynn_Ringaudas" - "dynn_Sveindorog" - "dynn_Talivaldis" - } - - male_names = { - Aishno Ako Ankad Baise Balodis Bikshe Borut Bulei Butovit Cirulis Dangeruthe Darbeslave Dausprungas Davins Demas Dobre Dovyat Dzintis - Elmede Erasts Erdzivil Galeine Gastile Gedere Gerden Gibedats Giemund Golovke Gotene Gunvald Imanta Janis Jaunule Jedetus Juvage Kage - Kaire Karijotas Karnak Kaupo Kerstigens Kiten Klavess Kodere Kuliens Kurlemuse Lammekinus Likiik Litto Lonkogveni Manvydas Meinekinus - Mendune Nameisis Narvait Pliksov Pukiik Pukuveras Ringaudas Rushky Rusins Sabe Sargun Scurdo Shutr Shvarnas Skornand Sprudeik Stegut - Steikint Sviendorog Talivaldis Tautvila Traidenis Treniota Vaishvilkas Valikaila Vetseke Viesturs Visheiv Vishikut Vishly Vykantas Yudki - } - - female_names = { - Agita Ausala Balba Bitens Brita Daira Darate Dardedze Dose Dzeguze Galene Greze Gunda Gundega Ieva Imela Kordula Liga Maija Marite Naula - Rasa Ruta Savna Viba Zigne - } - dynasty_of_location_prefix = "dynnp_gada" - - founder_named_dynasties = yes -} -name_list_przeworsk = { - cadet_dynasty_names = { - "dynn_Vernogenos" - "dynn_Arantonio" - "dynn_Cabruno" - "dynn_Eburus" - "dynn_Labaecus" - "dynn_Pisiri" - "dynn_Talabus" - "dynn_Tanginus" - } - - dynasty_names = { - "dynn_Vernogenos" - "dynn_Arantonio" - "dynn_Cabruno" - "dynn_Eburus" - "dynn_Labaecus" - "dynn_Pisiri" - "dynn_Talabus" - "dynn_Tanginus" - - } - - male_names = { - Apano Arantonio Arco Cabruno Camalo Ciliua Eburus Labaecus Lancius Maelo Pisiri - Pucio Taio Talabus Tanginus - } - - female_names = { - Aunia Boudica Boutia Camina Cessea Cilia Cilura Dobiteina Dutia Iunia Lubana - Maila Mantau Sunua Tuouta Ulea - } - - dynasty_of_location_prefix = "dynnp_of" - - # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. - pat_grf_name_chance = 30 - mat_grf_name_chance = 15 - father_name_chance = 25 - - # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 10 - - founder_named_dynasties = yes } diff --git a/WtWSMS/common/culture/name_lists/BP_berber.txt b/WtWSMS/common/culture/name_lists/BP_berber.txt index d79c4e462f..e5d606e7f5 100644 --- a/WtWSMS/common/culture/name_lists/BP_berber.txt +++ b/WtWSMS/common/culture/name_lists/BP_berber.txt @@ -1,5 +1,6 @@ name_list_guanches = { cadet_dynasty_names = { + #CK2 Dynasties "dynn_Izafem" "dynn_Acaimo" "dynn_Anaterve" @@ -10,9 +11,30 @@ "dynn_Pelinor" "dynn_Tanausu" "dynn_Tinguaro" + #CK3 Dynasties + "dynn_Bentinerfe" + "dynn_Botsonuhya" + "dynn_Imobach" + "dynn_Benytomo" + "dynn_Tinguaro" + "dynn_Himenchia" + "dynn_Ventor" + "dynn_Acaimo" + "dynn_Anaterve" + "dynn_Dadamo" + "dynn_Aguassona" + "dynn_Pelinor" + "dynn_Rumen" + "dynn_Benecaro" + "dynn_Serdeto" + "dynn_Caconaimo" + "dynn_Teguesta" + "dynn_Guahuco" + "dynn_Zebensui" } dynasty_names = { + #CK2 Dynasties "dynn_Izafem" "dynn_Acaimo" "dynn_Anaterve" @@ -23,114 +45,74 @@ "dynn_Pelinor" "dynn_Tanausu" "dynn_Tinguaro" - + #CK3 Dynasties + "dynn_Bentinerfe" + "dynn_Botsonuhya" + "dynn_Imobach" + "dynn_Benytomo" + "dynn_Tinguaro" + "dynn_Himenchia" + "dynn_Ventor" + "dynn_Acaimo" + "dynn_Anaterve" + "dynn_Dadamo" + "dynn_Aguassona" + "dynn_Pelinor" + "dynn_Rumen" + "dynn_Benecaro" + "dynn_Serdeto" + "dynn_Caconaimo" + "dynn_Teguesta" + "dynn_Guahuco" + "dynn_Zebensui" } male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri + #CK2 name list + Abentahar Adiam Alcoidar Acosayda Achurteyga Adeun Aja Algzcin Ancor Atubkewn Atacaicate + Bentagai Bentago Bentahor Bentejui Caitafa Doramas Egenenaca Egonaiga Gaifa Gamonales Ganana Gararasa + Gitama Gomidafe Guanarteme Hama Heupelio Himar Isaco Malagua Naira Nauzet Orchena Rinima Sambor Semidan + Soront Tagooreate Tagotin Tajaste Tamadaba Tanfia Tara Tazarte Tiferan + Tijandarte Acaymo Acerina Adargoma Afche Afur Agoney Airam Alguim Anaterve Augeron Ayoze + Belicar Belmaco Bencomo Beneharo Bentagay Bentor Chavender Chimboyo Chincanayro + Echedey Egonayga Eiunche Gaumet Geronte Guanareme Guayasen + #CK3 name list + Abentahar Adiam Alcoidar Acosayda Achurteyga Adeun Aja Algzcin Ancor Atubkewn Atacaicate + Bentagai Bentago Bentahor Bentejui Caitafa Doramas Egenenaca Egonaiga Gaifa Gamonales Ganana Gararasa + Gitama Gomidafe Guanarteme Hama Heupelio Himar Isaco Malagua Naira Nauzet Orchena Rinima Sambor Semidan + Soront Tagooreate Tagotin Tajaste Tamadaba Tanfia Tara Tazarte Tiferan + Tijandarte Acaymo Acerina Adargoma Afche Afur Agoney Airam Alguim Anaterve Augeron Ayoze + Belicar Belmaco Bencomo Beneharo Bentagay Bentor Chavender Chimboyo Chincanayro + Echedey Egonayga Eiunche Gaumet Geronte Guanareme Guayasen #Additional names Acaimo Anaterve Adjona Beneharo Bencomo Manindra Pelicar Pelinor Romen Tanausu Tegueste Tinguaro } female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila + #CK2 name list + Atteneri Damyan Dassin Dihya Gazmira Guacimara Guayanfanta Guraya Hennu Herru Ijja Illi Ittu + Kella Kweller Lalla Lunja Mamma Mammas Markunda Meghighda + Menna Mifaya Moneiba Siman Tadêfi Taderfit Tadla Tafalkayt Tafsut Tagafayt + Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt + Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt + Tamenzut Tameqrant Tanaza_rt Tanebdatt Tanirt Tanemghurt + Rate Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri + Taze_llayt Tidir Tinghan Tilelli Tinifsan Tintziri Tuftifawt + Tumert Tunaruz Tzeddig Tzila Ultafa Ultasila + #CK3 namelist + Absnchara Aquejata Arimgua Arminda Andamana Aremoga Amoca Dara Faya Guayarmina Masaquera Meteimba Nascique + Tazirga Tonaguana Tenesoya Vidina Mifaya Tibiabin Tamonante Iballa Hama Heupelio Himar Orchena Rinima Sambor Semidan + Soront Tagooreate Tagotin Tajaste Tamadaba Tara Atidamana Cathaysa Dacil Fayna Gara Guacimara Guajara + Naira Idaira Haridian Yurena Adassa Atteneri Nisa Isora Ithaisa Attenya Arai Chaxiraxi Moneiba Sibisse Gazmira Aniagua Tahona Cainana + Grimanesa Delioma Famara Guayafanta Aregoma Acerina Arecida Abenaura Teguise Iriome Daida Ramagua Xerach Ico #Additional Names Dacil } dynasty_of_location_prefix = "dynnp_mn" - - pat_grf_name_chance = 60 - mat_grf_name_chance = 20 - father_name_chance = 10 - - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 30 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. patronym_prefix_male = "dynpat_pre_mmi" patronym_prefix_female = "dynpat_pre_yeggi" - always_use_patronym = no -} -name_list_tashellhit = { - cadet_dynasty_names = { - "dynn_Hhahid" - "dynn_Doukkalid" - "dynn_Regragid" - "dynn_Ghomarid" - } - - dynasty_names = { - "dynn_Hhahid" - "dynn_Doukkalid" - "dynn_Regragid" - "dynn_Ghomarid" - } - - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri - #Additional names - Azzaro Chebake Kachloul Taghmaoui - } - - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila - } - - dynasty_of_location_prefix = "dynnp_mn" - pat_grf_name_chance = 60 mat_grf_name_chance = 20 father_name_chance = 10 @@ -139,14 +121,12 @@ name_list_tashellhit = { mat_grm_name_chance = 20 mother_name_chance = 30 - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - always_use_patronym = no } -name_list_tamazight = { +#Grouped the rest by general linguistic groupings +name_list_atlas_berber = { #Tamazight, Tashellhit cadet_dynasty_names = { + #Tamazight "dynn_Amanarid" "dynn_Amazighid" "dynn_Ameqranid" @@ -157,9 +137,14 @@ name_list_tamazight = { "dynn_Maysarid" "dynn_Munatasid" "dynn_Tacfinid" + #Tashellhit + "dynn_Hhahid" + "dynn_Doukkalid" + "dynn_Regragid" + "dynn_Ghomarid" } - dynasty_names = { + #Tamazight "dynn_Amanarid" "dynn_Amazighid" "dynn_Ameqranid" @@ -170,42 +155,66 @@ name_list_tamazight = { "dynn_Maysarid" "dynn_Munatasid" "dynn_Tacfinid" + #Tashellhit + "dynn_Hhahid" + "dynn_Doukkalid" + "dynn_Regragid" + "dynn_Ghomarid" } male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten + #CK3 Names + Abakada Abazza Abbas Abdul Abdul-Azeem Abdul-Haleem Abdul-Kareem Abdul-Rahman Abdullah Abidin Adal Adam Aderbal Adergazuz + Adherbal Admer Adrir Adum Afaghis Afalawas Afalku Afer Afulay Agafay Agama Agdada Agdun Agellid Aggur Aghali Aghecher Aghilas Agwillul + Ahamatu Aheyyad Ahmad Ajdir Ajeddig Akaday Akateiaji Akli Akorakor Aksel Aksil Akutla Akzer Al_a_addin Ali Alyamas Amawal + Amayas Amaz_uz_ Ambay Amdegh Amellal Amennay Ameska Amessan Amin Amma Ammuc Amray Amri Amud Anaba Annaber Antalas Anwa Aras + Asad Asaru Asirem Aszellay Atissi Awdia Awgustin Awinagh Awlagh Awzal Aylal Ayt_ere Az_ar Az_regh Azenkwed Azim Azrur Badda Badis + Bagay Barakat Beddis Berkan Bezz_i Br_ir_uc Bukkus Buwayh Buxtuc Capussa Cucung Dali Fahd Fath Fella Firhun Firmus Frawsen Gaia Galussa Gauda + Gaya Ghani Ghanim Ghaysan Ghumer Gildun Gulusa H_emmu Haidar Hamad Hashim Hiba Hiempsal Himmi Hotha Hussamaddin Ibiza Ibrahim Iccaam + Ifni Ifser Ighlaf Igider Igmi Iher Iken Ilyas Immeghar Immel Irgen Is_mail Isalcas Ishaq Isli Issam It_ij Itber Itri Ixfensen Ixzi Izri Jaffar Jamal Kadidu + Kamal Karidenna Kawsen Kenan Keraja Khalid Khanchla Khenchela Khidr Kussil Lacumaces Laweye Lewnis Luki Madidu Magsen Mahtar Malik + Marwan Masgaba Masgava Masinissa Masmud Masnsen Massinissa Massiva Massnsen Mastan Mastanabal Matiya Maysar Maziba Mazigh + Medjan Mellal Mennad Menzu Meq_wran Mez_yan Mezwar Micipsa Misagenes Misibsen Mu_izz Muh_end Muhammad Mukhtar Mula Murad Musa Mustafa + Muzaffaraddin N_Guna Nasr Nazar Niptasan Nizamaddin Ptolemee Qutaiba Rashid Sa_id Salah Salla Salomon Sammer + Sayyid Seghada Sekla Shamsaddin Sifaks Sifal Sinbad Sisso Stembanos Suggut Sultan T_ar_iq Tabat Tacfin Taffounnout Tahir Takfarinas Tanan Tariq + Tegama Thabitah Tifan Tiljad Ugdada Ugwistan Umar Uqess_un Uregh Urtilian Urz_ig Uzmir Uzza Wahab Watt_as Xamida Yabdas Yaghmurasen + Yahya Yattuy Yeften Yeh_lem Yiliyen Yuba Yugerten Yugurthen Youkhanna Yunes Yusuf Yuva Z_effun Zafir Zalelsan Zayar Zer_wal Zigza Ziri Zubeyr + #CK2 Names + Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida + Ame_zyan Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay Badis Bukkus Gwafa Gwasila Idder Idir + Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil Masinissa Massensen + Massin Maysar Meddur Menna Merin Munatas Saden Sifaks Tacfin Takfarinas Tanana Tariq Udad Ugwistan + Usem Usus Wimmiden Winaruz Winifsan Winsen Wiwurgh Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten Ziri + #Additional Names (Rulers in CK2 WtWSMS not included in name lists) + Azzaro Chebake Kachloul Taghmaoui } - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila + #CK3 Names + Aaliyah Aamina Aamira Aaqila Aarifa Aazzi Adelah Adiba Adilah Adilia Adiva Adjan Aeesha Aesha Aisha Amira Badeea Badia Badra Bahac + Bahiyya Bajila Bakka Baraah Barakah Baria Bashira Basilie Basima Basimah Bghnat Bibya Bilqis Cala Canh_a Cantara D_r_ifa Daisha Dalal Dasin + Dema Dimah Dinara Dua Durra Durriyya Edza Eleonorka Faghissa Fahriya Fariza Fedada Fer_r_udja Gedduda Ghida Ghnima Guraya Gwejda H_edda + Hadiya Hawwa Hemu Herru Iija Iiju IttU_ Izza Jaida Jdira Jeddjiga Kahina Kamila Kanimana Kella Kenwa Kisa Kulla Kwella Lalla Laysa Lem_an Lemta + Lumsi Lunja Lwiza Lyaqut Mamma Massa Meghighda Melek Menna Menza Mernissa Monica Myassa Najiba R_uza Ra_isa Rahima Randja Rula Sadiqa + Salaama Sekkura Siddiqa Silya Siman T_awes T_item Tadefi Tadla Tadmut Tafrara Tafsut Tagwillult Taheyyatt Takama Taklit Talalit Taljat Tament + Tamimunt Tamrust Tanaszart Tanebdatt Tanefzawit Tanest Taninna Tarifa Tariwelt Tasa Tasa_fut Taszellayt Tatbirt Tati Taweckint Tawenza Tawnat + Tawzalt Tayri Tayyurt Tazdayt Tazenkwedt Tazirit Tazrurt Tella Temzi Tfit Tigmi Tikinas Tilelli Timmi Tinhinan Tintadefi Tintifawin Tinzert Tisent + Tislit Titbirt Titrit Tizemt Tiziri Triya Tudert Tuh_r_ict Tureght Ultafa Wenza Wnissa Wrina Z_diant Z_ergha Zaghwa Zahida Zamba Zibba Zilgum Zubayda + Zunagha Zwina Zwira + #CK2 Names + Basil Damyan Dassin Dihya Guraya Hennu Herru Ijja Illi Ittu Kella Kweller Lalla Lunja Mamma Mammas + Markunda Meghighda Menna Rate Siman Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut + Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt Takensust Takama Taksimt Tala Tamalut Tamanart + Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt Tanemghurt Tasafut Tatbirt Taweckint Tawenza + Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan Tintziri Tuftifawt Tumert Tunaruz + Tzeddig Tzila Ultafa Ultasila } dynasty_of_location_prefix = "dynnp_mn" + patronym_prefix_male = "dynpat_pre_mmi" + patronym_prefix_female = "dynpat_pre_yeggi" + + founder_named_dynasties = yes pat_grf_name_chance = 60 mat_grf_name_chance = 20 @@ -215,14 +224,14 @@ name_list_tamazight = { mat_grm_name_chance = 20 mother_name_chance = 30 - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no + mercenary_names = { + { name = "mercenary_company_the_followers_from_place" } + { name = "mercenary_company_baranis_company_of_place" } + } } -name_list_riffian = { +name_list_zenati_berber = { #Riffian, Shenwa, Tacawit, Mzab-Wargla cadet_dynasty_names = { + #Riffian "dynn_Aylalid" "dynn_Amanarid" "dynn_Areksimid" @@ -233,84 +242,7 @@ name_list_riffian = { "dynn_Wimmidenid" "dynn_Yattuyid" "dynn_Yugertenid" - } - - dynasty_names = { - "dynn_Aylalid" - "dynn_Amanarid" - "dynn_Areksimid" - "dynn_Idirid" - "dynn_Sadenid" - "dynn_Usemid" - "dynn_Udadid" - "dynn_Wimmidenid" - "dynn_Yattuyid" - "dynn_Yugertenid" - } - - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri - } - - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila - } - - dynasty_of_location_prefix = "dynnp_mn" - - pat_grf_name_chance = 60 - mat_grf_name_chance = 20 - father_name_chance = 10 - - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 30 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no -} -name_list_shenwa = { - cadet_dynasty_names = { - "dynn_Guraya" - "dynn_Ait_Mnaser" - "dynn_Ait_Farah" - "dynn_Arib" - "dynn_Zuzug" - "dynn_Ait_Hawa" - "dynn_Clef" - "dynn_Fouka" - "dynn_Tipaza" - } - - dynasty_names = { + #Shenwa "dynn_Guraya" "dynn_Ait_Mnaser" "dynn_Ait_Farah" @@ -320,60 +252,7 @@ name_list_shenwa = { "dynn_Clef" "dynn_Fouka" "dynn_Tipaza" - - } - - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri - } - - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila - } - - dynasty_of_location_prefix = "dynnp_mn" - - pat_grf_name_chance = 60 - mat_grf_name_chance = 20 - father_name_chance = 10 - - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 30 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no -} -name_list_tacawit = { - cadet_dynasty_names = { + #Tacawit "dynn_Ifren" "dynn_Maghrawa" "dynn_Djerawa" @@ -385,9 +264,37 @@ name_list_tacawit = { "dynn_Biskra" "dynn_Thagoust" "dynn_Tbessa" + #Mzab-Wargla + "dynn_Mzab" + "dynn_Wargla" + "dynn_Figuig" + "dynn_Tugurt" + "dynn_Tidikeit" + "dynn_Tidikeit" } - dynasty_names = { + #Riffian + "dynn_Aylalid" + "dynn_Amanarid" + "dynn_Areksimid" + "dynn_Idirid" + "dynn_Sadenid" + "dynn_Usemid" + "dynn_Udadid" + "dynn_Wimmidenid" + "dynn_Yattuyid" + "dynn_Yugertenid" + #Shenwa + "dynn_Guraya" + "dynn_Ait_Mnaser" + "dynn_Ait_Farah" + "dynn_Arib" + "dynn_Zuzug" + "dynn_Ait_Hawa" + "dynn_Clef" + "dynn_Fouka" + "dynn_Tipaza" + #Tacawit "dynn_Ifren" "dynn_Maghrawa" "dynn_Djerawa" @@ -399,69 +306,7 @@ name_list_tacawit = { "dynn_Biskra" "dynn_Thagoust" "dynn_Tbessa" - - } - - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri - } - - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila - } - - dynasty_of_location_prefix = "dynnp_mn" - - pat_grf_name_chance = 60 - mat_grf_name_chance = 20 - father_name_chance = 10 - - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 30 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no -} -name_list_mzab_wargla = { - cadet_dynasty_names = { - "dynn_Mzab" - "dynn_Wargla" - "dynn_Figuig" - "dynn_Tugurt" - "dynn_Tidikeit" - "dynn_Tidikeit" - } - - dynasty_names = { + #Mzab-Wargla "dynn_Mzab" "dynn_Wargla" "dynn_Figuig" @@ -471,39 +316,58 @@ name_list_mzab_wargla = { } male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten + #CK3 Names + Abakada Abazza Abbas Abdul Abdul-Azeem Abdul-Haleem Abdul-Kareem Abdul-Rahman Abdullah Abidin Adal Adam Aderbal Adergazuz + Adherbal Admer Adrir Adum Afaghis Afalawas Afalku Afer Afulay Agafay Agama Agdada Agdun Agellid Aggur Aghali Aghecher Aghilas Agwillul + Ahamatu Aheyyad Ahmad Ajdir Ajeddig Akaday Akateiaji Akli Akorakor Aksel Aksil Akutla Akzer Al_a_addin Ali Alyamas Amawal + Amayas Amaz_uz_ Ambay Amdegh Amellal Amennay Ameska Amessan Amin Amma Ammuc Amray Amri Amud Anaba Annaber Antalas Anwa Aras + Asad Asaru Asirem Aszellay Atissi Awdia Awgustin Awinagh Awlagh Awzal Aylal Ayt_ere Az_ar Az_regh Azenkwed Azim Azrur Badda Badis + Bagay Barakat Beddis Berkan Bezz_i Br_ir_uc Bukkus Buwayh Buxtuc Capussa Cucung Dali Fahd Fath Fella Firhun Firmus Frawsen Gaia Galussa Gauda + Gaya Ghani Ghanim Ghaysan Ghumer Gildun Gulusa H_emmu Haidar Hamad Hashim Hiba Hiempsal Himmi Hotha Hussamaddin Ibiza Ibrahim Iccaam + Ifni Ifser Ighlaf Igider Igmi Iher Iken Ilyas Immeghar Immel Irgen Is_mail Isalcas Ishaq Isli Issam It_ij Itber Itri Ixfensen Ixzi Izri Jaffar Jamal Kadidu + Kamal Karidenna Kawsen Kenan Keraja Khalid Khanchla Khenchela Khidr Kussil Lacumaces Laweye Lewnis Luki Madidu Magsen Mahtar Malik + Marwan Masgaba Masgava Masinissa Masmud Masnsen Massinissa Massiva Massnsen Mastan Mastanabal Matiya Maysar Maziba Mazigh + Medjan Mellal Mennad Menzu Meq_wran Mez_yan Mezwar Micipsa Misagenes Misibsen Mu_izz Muh_end Muhammad Mukhtar Mula Murad Musa Mustafa + Muzaffaraddin N_Guna Nasr Nazar Niptasan Nizamaddin Ptolemee Qutaiba Rashid Sa_id Salah Salla Salomon Sammer + Sayyid Seghada Sekla Shamsaddin Sifaks Sifal Sinbad Sisso Stembanos Suggut Sultan T_ar_iq Tabat Tacfin Taffounnout Tahir Takfarinas Tanan Tariq + Tegama Thabitah Tifan Tiljad Ugdada Ugwistan Umar Uqess_un Uregh Urtilian Urz_ig Uzmir Uzza Wahab Watt_as Xamida Yabdas Yaghmurasen + Yahya Yattuy Yeften Yeh_lem Yiliyen Yuba Yugerten Yugurthen Youkhanna Yunes Yusuf Yuva Z_effun Zafir Zalelsan Zayar Zer_wal Zigza Ziri Zubeyr + #CK2 Names + Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida + Ame_zyan Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay Badis Bukkus Gwafa Gwasila Idder Idir + Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil Masinissa Massensen + Massin Maysar Meddur Menna Merin Munatas Saden Sifaks Tacfin Takfarinas Tanana Tariq Udad Ugwistan + Usem Usus Wimmiden Winaruz Winifsan Winsen Wiwurgh Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten Ziri + #Additional Names (Rulers in CK2 WtWSMS not included in name lists) + } - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila + #CK3 Names + Aaliyah Aamina Aamira Aaqila Aarifa Aazzi Adelah Adiba Adilah Adilia Adiva Adjan Aeesha Aesha Aisha Amira Badeea Badia Badra Bahac + Bahiyya Bajila Bakka Baraah Barakah Baria Bashira Basilie Basima Basimah Bghnat Bibya Bilqis Cala Canh_a Cantara D_r_ifa Daisha Dalal Dasin + Dema Dimah Dinara Dua Durra Durriyya Edza Eleonorka Faghissa Fahriya Fariza Fedada Fer_r_udja Gedduda Ghida Ghnima Guraya Gwejda H_edda + Hadiya Hawwa Hemu Herru Iija Iiju IttU_ Izza Jaida Jdira Jeddjiga Kahina Kamila Kanimana Kella Kenwa Kisa Kulla Kwella Lalla Laysa Lem_an Lemta + Lumsi Lunja Lwiza Lyaqut Mamma Massa Meghighda Melek Menna Menza Mernissa Monica Myassa Najiba R_uza Ra_isa Rahima Randja Rula Sadiqa + Salaama Sekkura Siddiqa Silya Siman T_awes T_item Tadefi Tadla Tadmut Tafrara Tafsut Tagwillult Taheyyatt Takama Taklit Talalit Taljat Tament + Tamimunt Tamrust Tanaszart Tanebdatt Tanefzawit Tanest Taninna Tarifa Tariwelt Tasa Tasa_fut Taszellayt Tatbirt Tati Taweckint Tawenza Tawnat + Tawzalt Tayri Tayyurt Tazdayt Tazenkwedt Tazirit Tazrurt Tella Temzi Tfit Tigmi Tikinas Tilelli Timmi Tinhinan Tintadefi Tintifawin Tinzert Tisent + Tislit Titbirt Titrit Tizemt Tiziri Triya Tudert Tuh_r_ict Tureght Ultafa Wenza Wnissa Wrina Z_diant Z_ergha Zaghwa Zahida Zamba Zibba Zilgum Zubayda + Zunagha Zwina Zwira + #CK2 Names + Basil Damyan Dassin Dihya Guraya Hennu Herru Ijja Illi Ittu Kella Kweller Lalla Lunja Mamma Mammas + Markunda Meghighda Menna Rate Siman Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut + Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt Takensust Takama Taksimt Tala Tamalut Tamanart + Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt Tanemghurt Tasafut Tatbirt Taweckint Tawenza + Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan Tintziri Tuftifawt Tumert Tunaruz + Tzeddig Tzila Ultafa Ultasila } dynasty_of_location_prefix = "dynnp_mn" + patronym_prefix_male = "dynpat_pre_mmi" + patronym_prefix_female = "dynpat_pre_yeggi" + + founder_named_dynasties = yes pat_grf_name_chance = 60 mat_grf_name_chance = 20 @@ -513,14 +377,16 @@ name_list_mzab_wargla = { mat_grm_name_chance = 20 mother_name_chance = 30 - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - always_use_patronym = no + + mercenary_names = { + { name = "mercenary_company_the_followers_from_place" } + { name = "mercenary_company_baranis_company_of_place" } + } } -name_list_taqbaylit = { +name_list_kabyle_berber = { #Taqbaylit cadet_dynasty_names = { + #Taqbaylit "dynn_Ziri" "dynn_Bumerdas" "dynn_Arreridj" @@ -532,8 +398,8 @@ name_list_taqbaylit = { "dynn_Munatas" "dynn_Wararni" } - dynasty_names = { + #Taqbaylit "dynn_Ziri" "dynn_Bumerdas" "dynn_Arreridj" @@ -547,39 +413,58 @@ name_list_taqbaylit = { } male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten + #CK3 Names + Abakada Abazza Abbas Abdul Abdul-Azeem Abdul-Haleem Abdul-Kareem Abdul-Rahman Abdullah Abidin Adal Adam Aderbal Adergazuz + Adherbal Admer Adrir Adum Afaghis Afalawas Afalku Afer Afulay Agafay Agama Agdada Agdun Agellid Aggur Aghali Aghecher Aghilas Agwillul + Ahamatu Aheyyad Ahmad Ajdir Ajeddig Akaday Akateiaji Akli Akorakor Aksel Aksil Akutla Akzer Al_a_addin Ali Alyamas Amawal + Amayas Amaz_uz_ Ambay Amdegh Amellal Amennay Ameska Amessan Amin Amma Ammuc Amray Amri Amud Anaba Annaber Antalas Anwa Aras + Asad Asaru Asirem Aszellay Atissi Awdia Awgustin Awinagh Awlagh Awzal Aylal Ayt_ere Az_ar Az_regh Azenkwed Azim Azrur Badda Badis + Bagay Barakat Beddis Berkan Bezz_i Br_ir_uc Bukkus Buwayh Buxtuc Capussa Cucung Dali Fahd Fath Fella Firhun Firmus Frawsen Gaia Galussa Gauda + Gaya Ghani Ghanim Ghaysan Ghumer Gildun Gulusa H_emmu Haidar Hamad Hashim Hiba Hiempsal Himmi Hotha Hussamaddin Ibiza Ibrahim Iccaam + Ifni Ifser Ighlaf Igider Igmi Iher Iken Ilyas Immeghar Immel Irgen Is_mail Isalcas Ishaq Isli Issam It_ij Itber Itri Ixfensen Ixzi Izri Jaffar Jamal Kadidu + Kamal Karidenna Kawsen Kenan Keraja Khalid Khanchla Khenchela Khidr Kussil Lacumaces Laweye Lewnis Luki Madidu Magsen Mahtar Malik + Marwan Masgaba Masgava Masinissa Masmud Masnsen Massinissa Massiva Massnsen Mastan Mastanabal Matiya Maysar Maziba Mazigh + Medjan Mellal Mennad Menzu Meq_wran Mez_yan Mezwar Micipsa Misagenes Misibsen Mu_izz Muh_end Muhammad Mukhtar Mula Murad Musa Mustafa + Muzaffaraddin N_Guna Nasr Nazar Niptasan Nizamaddin Ptolemee Qutaiba Rashid Sa_id Salah Salla Salomon Sammer + Sayyid Seghada Sekla Shamsaddin Sifaks Sifal Sinbad Sisso Stembanos Suggut Sultan T_ar_iq Tabat Tacfin Taffounnout Tahir Takfarinas Tanan Tariq + Tegama Thabitah Tifan Tiljad Ugdada Ugwistan Umar Uqess_un Uregh Urtilian Urz_ig Uzmir Uzza Wahab Watt_as Xamida Yabdas Yaghmurasen + Yahya Yattuy Yeften Yeh_lem Yiliyen Yuba Yugerten Yugurthen Youkhanna Yunes Yusuf Yuva Z_effun Zafir Zalelsan Zayar Zer_wal Zigza Ziri Zubeyr + #CK2 Names + Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida + Ame_zyan Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay Badis Bukkus Gwafa Gwasila Idder Idir + Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil Masinissa Massensen + Massin Maysar Meddur Menna Merin Munatas Saden Sifaks Tacfin Takfarinas Tanana Tariq Udad Ugwistan + Usem Usus Wimmiden Winaruz Winifsan Winsen Wiwurgh Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten Ziri + #Additional Names (Rulers in CK2 WtWSMS not included in name lists) + } - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila + #CK3 Names + Aaliyah Aamina Aamira Aaqila Aarifa Aazzi Adelah Adiba Adilah Adilia Adiva Adjan Aeesha Aesha Aisha Amira Badeea Badia Badra Bahac + Bahiyya Bajila Bakka Baraah Barakah Baria Bashira Basilie Basima Basimah Bghnat Bibya Bilqis Cala Canh_a Cantara D_r_ifa Daisha Dalal Dasin + Dema Dimah Dinara Dua Durra Durriyya Edza Eleonorka Faghissa Fahriya Fariza Fedada Fer_r_udja Gedduda Ghida Ghnima Guraya Gwejda H_edda + Hadiya Hawwa Hemu Herru Iija Iiju IttU_ Izza Jaida Jdira Jeddjiga Kahina Kamila Kanimana Kella Kenwa Kisa Kulla Kwella Lalla Laysa Lem_an Lemta + Lumsi Lunja Lwiza Lyaqut Mamma Massa Meghighda Melek Menna Menza Mernissa Monica Myassa Najiba R_uza Ra_isa Rahima Randja Rula Sadiqa + Salaama Sekkura Siddiqa Silya Siman T_awes T_item Tadefi Tadla Tadmut Tafrara Tafsut Tagwillult Taheyyatt Takama Taklit Talalit Taljat Tament + Tamimunt Tamrust Tanaszart Tanebdatt Tanefzawit Tanest Taninna Tarifa Tariwelt Tasa Tasa_fut Taszellayt Tatbirt Tati Taweckint Tawenza Tawnat + Tawzalt Tayri Tayyurt Tazdayt Tazenkwedt Tazirit Tazrurt Tella Temzi Tfit Tigmi Tikinas Tilelli Timmi Tinhinan Tintadefi Tintifawin Tinzert Tisent + Tislit Titbirt Titrit Tizemt Tiziri Triya Tudert Tuh_r_ict Tureght Ultafa Wenza Wnissa Wrina Z_diant Z_ergha Zaghwa Zahida Zamba Zibba Zilgum Zubayda + Zunagha Zwina Zwira + #CK2 Names + Basil Damyan Dassin Dihya Guraya Hennu Herru Ijja Illi Ittu Kella Kweller Lalla Lunja Mamma Mammas + Markunda Meghighda Menna Rate Siman Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut + Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt Takensust Takama Taksimt Tala Tamalut Tamanart + Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt Tanemghurt Tasafut Tatbirt Taweckint Tawenza + Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan Tintziri Tuftifawt Tumert Tunaruz + Tzeddig Tzila Ultafa Ultasila } dynasty_of_location_prefix = "dynnp_mn" + patronym_prefix_male = "dynpat_pre_mmi" + patronym_prefix_female = "dynpat_pre_yeggi" + + founder_named_dynasties = yes pat_grf_name_chance = 60 mat_grf_name_chance = 20 @@ -589,14 +474,14 @@ name_list_taqbaylit = { mat_grm_name_chance = 20 mother_name_chance = 30 - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no + mercenary_names = { + { name = "mercenary_company_the_followers_from_place" } + { name = "mercenary_company_baranis_company_of_place" } + } } -name_list_tuareg = { +name_list_southern_berber = { #Tuareg cadet_dynasty_names = { + #Tuareg "dynn_Awellimid" "dynn_Kel_Wi" "dynn_Misibsen" @@ -607,8 +492,8 @@ name_list_tuareg = { "dynn_Asafar" "dynn_Saden" } - dynasty_names = { + #Tuareg "dynn_Awellimid" "dynn_Kel_Wi" "dynn_Misibsen" @@ -620,41 +505,59 @@ name_list_tuareg = { "dynn_Saden" } - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten + #CK3 Names + Abakada Abazza Abbas Abdul Abdul-Azeem Abdul-Haleem Abdul-Kareem Abdul-Rahman Abdullah Abidin Adal Adam Aderbal Adergazuz + Adherbal Admer Adrir Adum Afaghis Afalawas Afalku Afer Afulay Agafay Agama Agdada Agdun Agellid Aggur Aghali Aghecher Aghilas Agwillul + Ahamatu Aheyyad Ahmad Ajdir Ajeddig Akaday Akateiaji Akli Akorakor Aksel Aksil Akutla Akzer Al_a_addin Ali Alyamas Amawal + Amayas Amaz_uz_ Ambay Amdegh Amellal Amennay Ameska Amessan Amin Amma Ammuc Amray Amri Amud Anaba Annaber Antalas Anwa Aras + Asad Asaru Asirem Aszellay Atissi Awdia Awgustin Awinagh Awlagh Awzal Aylal Ayt_ere Az_ar Az_regh Azenkwed Azim Azrur Badda Badis + Bagay Barakat Beddis Berkan Bezz_i Br_ir_uc Bukkus Buwayh Buxtuc Capussa Cucung Dali Fahd Fath Fella Firhun Firmus Frawsen Gaia Galussa Gauda + Gaya Ghani Ghanim Ghaysan Ghumer Gildun Gulusa H_emmu Haidar Hamad Hashim Hiba Hiempsal Himmi Hotha Hussamaddin Ibiza Ibrahim Iccaam + Ifni Ifser Ighlaf Igider Igmi Iher Iken Ilyas Immeghar Immel Irgen Is_mail Isalcas Ishaq Isli Issam It_ij Itber Itri Ixfensen Ixzi Izri Jaffar Jamal Kadidu + Kamal Karidenna Kawsen Kenan Keraja Khalid Khanchla Khenchela Khidr Kussil Lacumaces Laweye Lewnis Luki Madidu Magsen Mahtar Malik + Marwan Masgaba Masgava Masinissa Masmud Masnsen Massinissa Massiva Massnsen Mastan Mastanabal Matiya Maysar Maziba Mazigh + Medjan Mellal Mennad Menzu Meq_wran Mez_yan Mezwar Micipsa Misagenes Misibsen Mu_izz Muh_end Muhammad Mukhtar Mula Murad Musa Mustafa + Muzaffaraddin N_Guna Nasr Nazar Niptasan Nizamaddin Ptolemee Qutaiba Rashid Sa_id Salah Salla Salomon Sammer + Sayyid Seghada Sekla Shamsaddin Sifaks Sifal Sinbad Sisso Stembanos Suggut Sultan T_ar_iq Tabat Tacfin Taffounnout Tahir Takfarinas Tanan Tariq + Tegama Thabitah Tifan Tiljad Ugdada Ugwistan Umar Uqess_un Uregh Urtilian Urz_ig Uzmir Uzza Wahab Watt_as Xamida Yabdas Yaghmurasen + Yahya Yattuy Yeften Yeh_lem Yiliyen Yuba Yugerten Yugurthen Youkhanna Yunes Yusuf Yuva Z_effun Zafir Zalelsan Zayar Zer_wal Zigza Ziri Zubeyr + #CK2 Names + Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida + Ame_zyan Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay Badis Bukkus Gwafa Gwasila Idder Idir + Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil Masinissa Massensen + Massin Maysar Meddur Menna Merin Munatas Saden Sifaks Tacfin Takfarinas Tanana Tariq Udad Ugwistan + Usem Usus Wimmiden Winaruz Winifsan Winsen Wiwurgh Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten Ziri + #Additional Names (Rulers in CK2 WtWSMS not included in name lists) + } - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila + #CK3 Names + Aaliyah Aamina Aamira Aaqila Aarifa Aazzi Adelah Adiba Adilah Adilia Adiva Adjan Aeesha Aesha Aisha Amira Badeea Badia Badra Bahac + Bahiyya Bajila Bakka Baraah Barakah Baria Bashira Basilie Basima Basimah Bghnat Bibya Bilqis Cala Canh_a Cantara D_r_ifa Daisha Dalal Dasin + Dema Dimah Dinara Dua Durra Durriyya Edza Eleonorka Faghissa Fahriya Fariza Fedada Fer_r_udja Gedduda Ghida Ghnima Guraya Gwejda H_edda + Hadiya Hawwa Hemu Herru Iija Iiju IttU_ Izza Jaida Jdira Jeddjiga Kahina Kamila Kanimana Kella Kenwa Kisa Kulla Kwella Lalla Laysa Lem_an Lemta + Lumsi Lunja Lwiza Lyaqut Mamma Massa Meghighda Melek Menna Menza Mernissa Monica Myassa Najiba R_uza Ra_isa Rahima Randja Rula Sadiqa + Salaama Sekkura Siddiqa Silya Siman T_awes T_item Tadefi Tadla Tadmut Tafrara Tafsut Tagwillult Taheyyatt Takama Taklit Talalit Taljat Tament + Tamimunt Tamrust Tanaszart Tanebdatt Tanefzawit Tanest Taninna Tarifa Tariwelt Tasa Tasa_fut Taszellayt Tatbirt Tati Taweckint Tawenza Tawnat + Tawzalt Tayri Tayyurt Tazdayt Tazenkwedt Tazirit Tazrurt Tella Temzi Tfit Tigmi Tikinas Tilelli Timmi Tinhinan Tintadefi Tintifawin Tinzert Tisent + Tislit Titbirt Titrit Tizemt Tiziri Triya Tudert Tuh_r_ict Tureght Ultafa Wenza Wnissa Wrina Z_diant Z_ergha Zaghwa Zahida Zamba Zibba Zilgum Zubayda + Zunagha Zwina Zwira + #CK2 Names + Basil Damyan Dassin Dihya Guraya Hennu Herru Ijja Illi Ittu Kella Kweller Lalla Lunja Mamma Mammas + Markunda Meghighda Menna Rate Siman Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut + Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt Takensust Takama Taksimt Tala Tamalut Tamanart + Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt Tanemghurt Tasafut Tatbirt Taweckint Tawenza + Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan Tintziri Tuftifawt Tumert Tunaruz + Tzeddig Tzila Ultafa Ultasila } dynasty_of_location_prefix = "dynnp_mn" + patronym_prefix_male = "dynpat_pre_mmi" + patronym_prefix_female = "dynpat_pre_yeggi" + + founder_named_dynasties = yes pat_grf_name_chance = 60 mat_grf_name_chance = 20 @@ -664,14 +567,14 @@ name_list_tuareg = { mat_grm_name_chance = 20 mother_name_chance = 30 - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no + mercenary_names = { + { name = "mercenary_company_the_followers_from_place" } + { name = "mercenary_company_baranis_company_of_place" } + } } -name_list_nafusi = { +name_list_eastern_berber = { #Nafusi, Libyan, Garamantian cadet_dynasty_names = { + #Nafusi "dynn_Jadu" "dynn_Nalut" "dynn_Yafran" @@ -680,84 +583,7 @@ name_list_nafusi = { "dynn_Kabaw" "dynn_Zenati" "dynn_Tittawin" - } - - dynasty_names = { - "dynn_Jadu" - "dynn_Nalut" - "dynn_Yafran" - "dynn_Gharyan" - "dynn_Zintan" - "dynn_Kabaw" - "dynn_Zenati" - "dynn_Tittawin" - - } - - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri - } - - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila - } - - dynasty_of_location_prefix = "dynnp_mn" - - pat_grf_name_chance = 60 - mat_grf_name_chance = 20 - father_name_chance = 10 - - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 30 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no -} -name_list_libyan = { - cadet_dynasty_names = { - "dynn_Adrymachid" - "dynn_Aferid" - "dynn_Badisid" - "dynn_Idirid" - "dynn_Igiderid" - "dynn_Izdarasen" - "dynn_Masinissid" - "dynn_Meddurid" - "dynn_Mennid" - "dynn_Takfarinasid" - } - - dynasty_names = { + #Libyan "dynn_Adrymachid" "dynn_Aferid" "dynn_Badisid" @@ -768,59 +594,7 @@ name_list_libyan = { "dynn_Meddurid" "dynn_Mennid" "dynn_Takfarinasid" - } - - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri - } - - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila - } - - dynasty_of_location_prefix = "dynnp_mn" - - pat_grf_name_chance = 60 - mat_grf_name_chance = 20 - father_name_chance = 10 - - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 30 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no -} -name_list_garamantian = { - cadet_dynasty_names = { + #Garamantian "dynn_Azulay" "dynn_Areksim" "dynn_Badis" @@ -831,10 +605,29 @@ name_list_garamantian = { "dynn_Meddur" "dynn_Menna" "dynn_Takfarinas" - } - - dynasty_names = { + cadet_dynasty_names = { + #Nafusi + "dynn_Jadu" + "dynn_Nalut" + "dynn_Yafran" + "dynn_Gharyan" + "dynn_Zintan" + "dynn_Kabaw" + "dynn_Zenati" + "dynn_Tittawin" + #Libyan + "dynn_Adrymachid" + "dynn_Aferid" + "dynn_Badisid" + "dynn_Idirid" + "dynn_Igiderid" + "dynn_Izdarasen" + "dynn_Masinissid" + "dynn_Meddurid" + "dynn_Mennid" + "dynn_Takfarinasid" + #Garamantian "dynn_Azulay" "dynn_Areksim" "dynn_Badis" @@ -848,39 +641,58 @@ name_list_garamantian = { } male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten + #CK3 Names + Abakada Abazza Abbas Abdul Abdul-Azeem Abdul-Haleem Abdul-Kareem Abdul-Rahman Abdullah Abidin Adal Adam Aderbal Adergazuz + Adherbal Admer Adrir Adum Afaghis Afalawas Afalku Afer Afulay Agafay Agama Agdada Agdun Agellid Aggur Aghali Aghecher Aghilas Agwillul + Ahamatu Aheyyad Ahmad Ajdir Ajeddig Akaday Akateiaji Akli Akorakor Aksel Aksil Akutla Akzer Al_a_addin Ali Alyamas Amawal + Amayas Amaz_uz_ Ambay Amdegh Amellal Amennay Ameska Amessan Amin Amma Ammuc Amray Amri Amud Anaba Annaber Antalas Anwa Aras + Asad Asaru Asirem Aszellay Atissi Awdia Awgustin Awinagh Awlagh Awzal Aylal Ayt_ere Az_ar Az_regh Azenkwed Azim Azrur Badda Badis + Bagay Barakat Beddis Berkan Bezz_i Br_ir_uc Bukkus Buwayh Buxtuc Capussa Cucung Dali Fahd Fath Fella Firhun Firmus Frawsen Gaia Galussa Gauda + Gaya Ghani Ghanim Ghaysan Ghumer Gildun Gulusa H_emmu Haidar Hamad Hashim Hiba Hiempsal Himmi Hotha Hussamaddin Ibiza Ibrahim Iccaam + Ifni Ifser Ighlaf Igider Igmi Iher Iken Ilyas Immeghar Immel Irgen Is_mail Isalcas Ishaq Isli Issam It_ij Itber Itri Ixfensen Ixzi Izri Jaffar Jamal Kadidu + Kamal Karidenna Kawsen Kenan Keraja Khalid Khanchla Khenchela Khidr Kussil Lacumaces Laweye Lewnis Luki Madidu Magsen Mahtar Malik + Marwan Masgaba Masgava Masinissa Masmud Masnsen Massinissa Massiva Massnsen Mastan Mastanabal Matiya Maysar Maziba Mazigh + Medjan Mellal Mennad Menzu Meq_wran Mez_yan Mezwar Micipsa Misagenes Misibsen Mu_izz Muh_end Muhammad Mukhtar Mula Murad Musa Mustafa + Muzaffaraddin N_Guna Nasr Nazar Niptasan Nizamaddin Ptolemee Qutaiba Rashid Sa_id Salah Salla Salomon Sammer + Sayyid Seghada Sekla Shamsaddin Sifaks Sifal Sinbad Sisso Stembanos Suggut Sultan T_ar_iq Tabat Tacfin Taffounnout Tahir Takfarinas Tanan Tariq + Tegama Thabitah Tifan Tiljad Ugdada Ugwistan Umar Uqess_un Uregh Urtilian Urz_ig Uzmir Uzza Wahab Watt_as Xamida Yabdas Yaghmurasen + Yahya Yattuy Yeften Yeh_lem Yiliyen Yuba Yugerten Yugurthen Youkhanna Yunes Yusuf Yuva Z_effun Zafir Zalelsan Zayar Zer_wal Zigza Ziri Zubeyr + #CK2 Names + Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida + Ame_zyan Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay Badis Bukkus Gwafa Gwasila Idder Idir + Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil Masinissa Massensen + Massin Maysar Meddur Menna Merin Munatas Saden Sifaks Tacfin Takfarinas Tanana Tariq Udad Ugwistan + Usem Usus Wimmiden Winaruz Winifsan Winsen Wiwurgh Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten Ziri + #Additional Names (Rulers in CK2 WtWSMS not included in name lists) + } - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila + #CK3 Names + Aaliyah Aamina Aamira Aaqila Aarifa Aazzi Adelah Adiba Adilah Adilia Adiva Adjan Aeesha Aesha Aisha Amira Badeea Badia Badra Bahac + Bahiyya Bajila Bakka Baraah Barakah Baria Bashira Basilie Basima Basimah Bghnat Bibya Bilqis Cala Canh_a Cantara D_r_ifa Daisha Dalal Dasin + Dema Dimah Dinara Dua Durra Durriyya Edza Eleonorka Faghissa Fahriya Fariza Fedada Fer_r_udja Gedduda Ghida Ghnima Guraya Gwejda H_edda + Hadiya Hawwa Hemu Herru Iija Iiju IttU_ Izza Jaida Jdira Jeddjiga Kahina Kamila Kanimana Kella Kenwa Kisa Kulla Kwella Lalla Laysa Lem_an Lemta + Lumsi Lunja Lwiza Lyaqut Mamma Massa Meghighda Melek Menna Menza Mernissa Monica Myassa Najiba R_uza Ra_isa Rahima Randja Rula Sadiqa + Salaama Sekkura Siddiqa Silya Siman T_awes T_item Tadefi Tadla Tadmut Tafrara Tafsut Tagwillult Taheyyatt Takama Taklit Talalit Taljat Tament + Tamimunt Tamrust Tanaszart Tanebdatt Tanefzawit Tanest Taninna Tarifa Tariwelt Tasa Tasa_fut Taszellayt Tatbirt Tati Taweckint Tawenza Tawnat + Tawzalt Tayri Tayyurt Tazdayt Tazenkwedt Tazirit Tazrurt Tella Temzi Tfit Tigmi Tikinas Tilelli Timmi Tinhinan Tintadefi Tintifawin Tinzert Tisent + Tislit Titbirt Titrit Tizemt Tiziri Triya Tudert Tuh_r_ict Tureght Ultafa Wenza Wnissa Wrina Z_diant Z_ergha Zaghwa Zahida Zamba Zibba Zilgum Zubayda + Zunagha Zwina Zwira + #CK2 Names + Basil Damyan Dassin Dihya Guraya Hennu Herru Ijja Illi Ittu Kella Kweller Lalla Lunja Mamma Mammas + Markunda Meghighda Menna Rate Siman Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut + Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt Takensust Takama Taksimt Tala Tamalut Tamanart + Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt Tanemghurt Tasafut Tatbirt Taweckint Tawenza + Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan Tintziri Tuftifawt Tumert Tunaruz + Tzeddig Tzila Ultafa Ultasila } dynasty_of_location_prefix = "dynnp_mn" + patronym_prefix_male = "dynpat_pre_mmi" + patronym_prefix_female = "dynpat_pre_yeggi" + + founder_named_dynasties = yes pat_grf_name_chance = 60 mat_grf_name_chance = 20 @@ -890,13 +702,12 @@ name_list_garamantian = { mat_grm_name_chance = 20 mother_name_chance = 30 - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no + mercenary_names = { + { name = "mercenary_company_the_followers_from_place" } + { name = "mercenary_company_baranis_company_of_place" } + } } -name_list_western_berber = { #Clone of Butr +name_list_western_berber = { #Zenaga; (Mostly) a clone of Butr cadet_dynasty_names = { # Currently shared with Maghreb Arabic "dynn_Hammadid" @@ -1100,12 +911,11 @@ name_list_western_berber = { #Clone of Butr } dynasty_of_location_prefix = "dynnp_mn" - - patronym_prefix_male = "dynnpat_pre_ibn" - patronym_prefix_female = "dynnpat_pre_bint" + patronym_prefix_male = "dynpat_pre_mmi" + patronym_prefix_female = "dynpat_pre_yeggi" founder_named_dynasties = yes - + pat_grf_name_chance = 60 mat_grf_name_chance = 20 father_name_chance = 10 @@ -1115,87 +925,9 @@ name_list_western_berber = { #Clone of Butr mother_name_chance = 30 - mercenary_names = { { name = "mercenary_company_army_of_the_crossing" } { name = "mercenary_company_butr_place_band" } { name = "mercenary_company_riders_of_the_mountains" } } } -#Others -name_list_berber = { - cadet_dynasty_names = { - "dynn_Agerzam" - "dynn_Izil" - "dynn_Afer" - "dynn_Amayyas" - "dynn_Amestida" - "dynn_Amamzu" - "dynn_Badis" - "dynn_Gwasila" - "dynn_Massensen" - "dynn_Munatas" - } - - dynasty_names = { - "dynn_Agerzam" - "dynn_Izil" - "dynn_Afer" - "dynn_Amayyas" - "dynn_Amestida" - "dynn_Amamzu" - "dynn_Badis" - "dynn_Gwasila" - "dynn_Massensen" - "dynn_Munatas" - } - - male_names = { - Aderfu Afalkay Afaw Afer Amalu Amanar Amayyas Amazigh Amazzak Amamzu Ameqran Amesggin Amess Amestida Ame_zyan - Amnay Anaruz Areksim Aslal Atbir Awsim Aylal Azellay - Badis Bukkus - Gwafa Gwasila - Idder Idir Ides Igider Ikken Ilatig Ilayatmas Irate Isula Itri Izdarasen Izem Izemrasen Izil - Masinissa Massensen Massin Maysar Meddur Menna Merin Munatas - Saden Sifaks - Tacfin Takfarinas Tanana Tariq - Udad Ugwistan Usem Usus - Wimmiden Winaruz Winifsan Winsen Wiwurgh - Yani Yattuy Yuba Yufayyur Yufitran Yuften Yugerten - Ziri - } - - female_names = { - Basil - Damyan Dassin Dihya - Guraya - Hennu Herru - Ijja Illi Ittu - Kella Kweller - Lalla Lunja - Mamma Mammas Markunda Meghighda Menna - Rate - Siman - Tadefi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt - Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanazart Tanebdatt Tanirt - Tanemghurt Tasafut Tatbirt Taweckint Tawenza Tawzalt Taylat Tayri Tazellayt Tidir Tinghan Tilelli Tinifsan - Tintziri Tuftifawt Tumert Tunaruz Tzeddig Tzila - Ultafa Ultasila - } - - dynasty_of_location_prefix = "dynnp_mn" - - pat_grf_name_chance = 60 - mat_grf_name_chance = 20 - father_name_chance = 10 - - pat_grm_name_chance = 40 - mat_grm_name_chance = 20 - mother_name_chance = 30 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynpat_pre_mmi" - patronym_prefix_female = "dynpat_pre_yeggi" - - always_use_patronym = no -} \ No newline at end of file diff --git a/WtWSMS/common/culture/name_lists/BP_east_germanic.txt b/WtWSMS/common/culture/name_lists/BP_east_germanic.txt index daa8325912..06b1b40733 100644 --- a/WtWSMS/common/culture/name_lists/BP_east_germanic.txt +++ b/WtWSMS/common/culture/name_lists/BP_east_germanic.txt @@ -956,3 +956,51 @@ name_list_old_bavarian = { mother_name_chance = 0 founder_named_dynasties = yes } +name_list_przeworsk = { + cadet_dynasty_names = { + "dynn_Vernogenos" + "dynn_Arantonio" + "dynn_Cabruno" + "dynn_Eburus" + "dynn_Labaecus" + "dynn_Pisiri" + "dynn_Talabus" + "dynn_Tanginus" + } + + dynasty_names = { + "dynn_Vernogenos" + "dynn_Arantonio" + "dynn_Cabruno" + "dynn_Eburus" + "dynn_Labaecus" + "dynn_Pisiri" + "dynn_Talabus" + "dynn_Tanginus" + + } + + male_names = { + Apano Arantonio Arco Cabruno Camalo Ciliua Eburus Labaecus Lancius Maelo Pisiri + Pucio Taio Talabus Tanginus + } + + female_names = { + Aunia Boudica Boutia Camina Cessea Cilia Cilura Dobiteina Dutia Iunia Lubana + Maila Mantau Sunua Tuouta Ulea + } + + dynasty_of_location_prefix = "dynnp_of" + + # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. + pat_grf_name_chance = 30 + mat_grf_name_chance = 15 + father_name_chance = 25 + + # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. + pat_grm_name_chance = 40 + mat_grm_name_chance = 20 + mother_name_chance = 10 + + founder_named_dynasties = yes +} diff --git a/WtWSMS/common/landed_titles/BP_e_byzantium.txt b/WtWSMS/common/landed_titles/BP_e_byzantium.txt index 3620dfdcf9..b7bb26a2bf 100644 --- a/WtWSMS/common/landed_titles/BP_e_byzantium.txt +++ b/WtWSMS/common/landed_titles/BP_e_byzantium.txt @@ -3513,7 +3513,10 @@ e_byzantium = { name_list_romano_aramean = cn_harreketh name_list_romano_vandalic = cn_harreketh #Berber Cultures - name_list_tashellhit = cn_al_karak + name_list_atlas_berber = cn_al_karak + name_list_kabyle_berber = cn_al_karak + name_list_zenati_berber = cn_al_karak + name_list_eastern_berber = cn_al_karak #Byzantine Cultures name_list_greek = cn_harreketh name_list_aeolian = cn_harreketh @@ -3562,7 +3565,10 @@ e_byzantium = { name_list_romano_aramean = cn_harreketh name_list_romano_vandalic = cn_harreketh #Berber Cultures - name_list_tashellhit = cn_al_karak + name_list_atlas_berber = cn_al_karak + name_list_kabyle_berber = cn_al_karak + name_list_zenati_berber = cn_al_karak + name_list_eastern_berber = cn_al_karak #Byzantine Cultures name_list_greek = cn_harreketh name_list_aeolian = cn_harreketh @@ -3601,7 +3607,10 @@ e_byzantium = { name_list_andalusian = cn_wadi_musa name_list_bedouin = cn_wadi_musa #Berber Cultures - name_list_tashellhit = cn_wadi_musa + name_list_atlas_berber = cn_wadi_musa + name_list_kabyle_berber = cn_wadi_musa + name_list_zenati_berber = cn_wadi_musa + name_list_eastern_berber = cn_wadi_musa } color = { 150 150 170 } } @@ -4149,7 +4158,10 @@ e_byzantium = { name_list_romano_aramean = cn_ascalonia name_list_romano_vandalic = cn_ascalonia #Berber Cultures - name_list_tashellhit = cn_asqalan + name_list_atlas_berber = cn_asqalan + name_list_kabyle_berber = cn_asqalan + name_list_zenati_berber = cn_asqalan + name_list_eastern_berber = cn_asqalan #Byzantine Cultures name_list_greek = cn_askalon name_list_aeolian = cn_askalon @@ -8040,7 +8052,10 @@ e_byzantium = { color = { 112 197 50 } cultural_names = { #Berber Cultures - name_list_tashellhit = cn_iskandarun + name_list_atlas_berber = cn_iskandarun + name_list_kabyle_berber = cn_iskandarun + name_list_zenati_berber = cn_iskandarun + name_list_eastern_berber = cn_iskandarun #Central Semitic Cultures name_list_egyptian = cn_iskandarun name_list_levantine = cn_iskandarun @@ -8053,7 +8068,10 @@ e_byzantium = { province = 5905 cultural_names = { #Berber Cultures - name_list_tashellhit = cn_iskandarun + name_list_atlas_berber = cn_iskandarun + name_list_kabyle_berber = cn_iskandarun + name_list_zenati_berber = cn_iskandarun + name_list_eastern_berber = cn_iskandarun #Central Semitic Cultures name_list_egyptian = cn_iskandarun name_list_levantine = cn_iskandarun @@ -8844,8 +8862,11 @@ e_byzantium = { color = { 200 50 50 } cultural_names = { #Berber Cultures - name_list_tashellhit = cn_kalikala - #Byzantine Cultures + name_list_atlas_berber = cn_kalikala + name_list_kabyle_berber = cn_kalikala + name_list_zenati_berber = cn_kalikala + name_list_eastern_berber = cn_kalikala + #Caucasian Cultures name_list_armenian = cn_karin name_list_georgian = cn_karnu_kalaki #Central Semitic Cultures @@ -8860,8 +8881,11 @@ e_byzantium = { province = 704 cultural_names = { #Berber Cultures - name_list_tashellhit = cn_kalikala - #Byzantine Cultures + name_list_atlas_berber = cn_kalikala + name_list_kabyle_berber = cn_kalikala + name_list_zenati_berber = cn_kalikala + name_list_eastern_berber = cn_kalikala + #Caucasian Cultures name_list_armenian = cn_karin name_list_georgian = cn_karnu_kalaki #Central Semitic Cultures diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index 8074284d6e..1339ed4057 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -6805,7 +6805,10 @@ e_italy = { name_list_thuringian = cn_panormus name_list_ostrogothic = cn_panormus #Berber Group - name_list_tashellhit = cn_balharm + name_list_atlas_berber = cn_balharm + name_list_kabyle_berber = cn_balharm + name_list_zenati_berber = cn_balharm + name_list_eastern_berber = cn_balharm #Central Semitic name_list_bedouin = cn_balharm name_list_levantine = cn_balharm @@ -6853,7 +6856,10 @@ e_italy = { name_list_thuringian = cn_panormus name_list_ostrogothic = cn_panormus #Berber Group - name_list_tashellhit = cn_balharm + name_list_atlas_berber = cn_balharm + name_list_kabyle_berber = cn_balharm + name_list_zenati_berber = cn_balharm + name_list_eastern_berber = cn_balharm #Central Semitic name_list_bedouin = cn_balharm name_list_levantine = cn_balharm @@ -6973,7 +6979,10 @@ e_italy = { #NW Semitic name_list_punic = cn_mazar #Berber Group - name_list_tashellhit = cn_mazar + name_list_atlas_berber = cn_mazar + name_list_kabyle_berber = cn_mazar + name_list_zenati_berber = cn_mazar + name_list_eastern_berber = cn_mazar #Central Semitic name_list_bedouin = cn_mazar name_list_levantine = cn_mazar @@ -7099,7 +7108,10 @@ e_italy = { name_list_helleno_thracian = cn_kephaloidion name_list_helleno_libyan = cn_kephaloidion #Berber Group - name_list_tashellhit = cn_gafludi + name_list_atlas_berber = cn_gafludi + name_list_kabyle_berber = cn_gafludi + name_list_zenati_berber = cn_gafludi + name_list_eastern_berber = cn_gafludi #Central Semitic name_list_bedouin = cn_gafludi name_list_levantine = cn_gafludi @@ -7350,7 +7362,10 @@ e_italy = { name_list_ostrogothic = cn_agrigentum name_list_vandalic = cn_agrigentum #Berber Group - name_list_tashellhit = cn_kerkent + name_list_atlas_berber = cn_kerkent + name_list_kabyle_berber = cn_kerkent + name_list_zenati_berber = cn_kerkent + name_list_eastern_berber = cn_kerkent #Central Semitic name_list_bedouin = cn_kerkent name_list_levantine = cn_kerkent @@ -7397,7 +7412,10 @@ e_italy = { name_list_ostrogothic = cn_agrigentum name_list_vandalic = cn_agrigentum #Berber Group - name_list_tashellhit = cn_kerkent + name_list_atlas_berber = cn_kerkent + name_list_kabyle_berber = cn_kerkent + name_list_zenati_berber = cn_kerkent + name_list_eastern_berber = cn_kerkent #Central Semitic name_list_bedouin = cn_kerkent name_list_levantine = cn_kerkent @@ -7445,7 +7463,10 @@ e_italy = { name_list_ostrogothic = cn_henna name_list_vandalic = cn_henna #Berber Group - name_list_tashellhit = cn_qasr_yanih + name_list_atlas_berber = cn_qasr_yanih + name_list_kabyle_berber = cn_qasr_yanih + name_list_zenati_berber = cn_qasr_yanih + name_list_eastern_berber = cn_qasr_yanih #Central Semitic name_list_bedouin = cn_qasr_yanih name_list_levantine = cn_qasr_yanih diff --git a/WtWSMS/common/landed_titles/BP_e_north_africa.txt b/WtWSMS/common/landed_titles/BP_e_north_africa.txt index da9d07e14f..601b9859bf 100644 --- a/WtWSMS/common/landed_titles/BP_e_north_africa.txt +++ b/WtWSMS/common/landed_titles/BP_e_north_africa.txt @@ -41,7 +41,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_qart_hadasht #Berber Cultures - name_list_tashellhit = cn_amaziga + name_list_atlas_berber = cn_amaziga + name_list_kabyle_berber = cn_amaziga + name_list_zenati_berber = cn_amaziga + name_list_eastern_berber = cn_amaziga #East Germanic Cultures name_list_vandalic = cn_vandalica #Unknown @@ -55,8 +58,8 @@ e_north_africa = { capital = c_tangiers cultural_names = { #Berber Cultures - name_list_tamazight = cn_al_maghrib - name_list_mzab_wargla = cn_tamazgha + name_list_atlas_berber = cn_al_maghrib + name_list_zenati_berber = cn_tamazgha #East Germanic Cultures name_list_vandalic = cn_maurland } @@ -72,16 +75,10 @@ e_north_africa = { capital = c_tangiers cultural_names = { #Berber Cultures - name_list_tamazight = cn_sokossan - name_list_mzab_wargla = cn_sokossan - name_list_tashellhit = cn_sokossan - name_list_riffian = cn_sokossan - name_list_shenwa = cn_sokossan - name_list_taqbaylit = cn_sokossan - name_list_tacawit = cn_sokossan - name_list_nafusi = cn_sokossan - name_list_libyan = cn_sokossan - name_list_garamantian = cn_sokossan + name_list_atlas_berber = cn_sokossan + name_list_kabyle_berber = cn_sokossan + name_list_zenati_berber = cn_sokossan + name_list_eastern_berber = cn_sokossan } c_tangiers = { color = { 209 65 46 } @@ -120,16 +117,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_tinga #Berber Cultures - name_list_tamazight = cn_tingi - name_list_mzab_wargla = cn_tingi - name_list_tashellhit = cn_tingi - name_list_riffian = cn_tingi - name_list_shenwa = cn_tingi - name_list_taqbaylit = cn_tingi - name_list_tacawit = cn_tingi - name_list_nafusi = cn_tingi - name_list_libyan = cn_tingi - name_list_garamantian = cn_tingi + name_list_atlas_berber = cn_tingi + name_list_kabyle_berber = cn_tingi + name_list_zenati_berber = cn_tingi + name_list_eastern_berber = cn_tingi #East Germanic Cultures name_list_vandalic = cn_tingis name_list_alan = cn_tingis @@ -171,16 +162,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_tinga #Berber Cultures - name_list_tamazight = cn_tingi - name_list_mzab_wargla = cn_tingi - name_list_tashellhit = cn_tingi - name_list_riffian = cn_tingi - name_list_shenwa = cn_tingi - name_list_taqbaylit = cn_tingi - name_list_tacawit = cn_tingi - name_list_nafusi = cn_tingi - name_list_libyan = cn_tingi - name_list_garamantian = cn_tingi + name_list_atlas_berber = cn_tingi + name_list_kabyle_berber = cn_tingi + name_list_zenati_berber = cn_tingi + name_list_eastern_berber = cn_tingi #East Germanic Cultures name_list_vandalic = cn_tingis name_list_alan = cn_tingis @@ -224,16 +209,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_shelitta #Berber Cultures - name_list_tamazight = cn_arzeila - name_list_mzab_wargla = cn_arzeila - name_list_tashellhit = cn_arzeila - name_list_riffian = cn_arzeila - name_list_shenwa = cn_arzeila - name_list_taqbaylit = cn_arzeila - name_list_tacawit = cn_arzeila - name_list_nafusi = cn_arzeila - name_list_libyan = cn_arzeila - name_list_garamantian = cn_arzeila + name_list_atlas_berber = cn_arzeila + name_list_kabyle_berber = cn_arzeila + name_list_zenati_berber = cn_arzeila + name_list_eastern_berber = cn_arzeila #East Germanic Cultures name_list_vandalic = cn_zilil name_list_alan = cn_zilil @@ -277,16 +256,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_oppidum_novum #Berber Cultures - name_list_tamazight = cn_oppidu - name_list_mzab_wargla = cn_oppidu - name_list_tashellhit = cn_oppidu - name_list_riffian = cn_oppidu - name_list_shenwa = cn_oppidu - name_list_taqbaylit = cn_oppidu - name_list_tacawit = cn_oppidu - name_list_nafusi = cn_oppidu - name_list_libyan = cn_oppidu - name_list_garamantian = cn_oppidu + name_list_atlas_berber = cn_oppidu + name_list_kabyle_berber = cn_oppidu + name_list_zenati_berber = cn_oppidu + name_list_eastern_berber = cn_oppidu #East Germanic Cultures name_list_vandalic = cn_oppidum_novum name_list_alan = cn_oppidum_novum @@ -337,16 +310,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_habenna #Berber Cultures - name_list_tamazight = cn_abyla - name_list_mzab_wargla = cn_abyla - name_list_tashellhit = cn_abyla - name_list_riffian = cn_abyla - name_list_shenwa = cn_abyla - name_list_taqbaylit = cn_abyla - name_list_tacawit = cn_abyla - name_list_nafusi = cn_abyla - name_list_libyan = cn_abyla - name_list_garamantian = cn_abyla + name_list_atlas_berber = cn_abyla + name_list_kabyle_berber = cn_abyla + name_list_zenati_berber = cn_abyla + name_list_eastern_berber = cn_abyla #East Germanic Cultures name_list_vandalic = cn_septa name_list_alan = cn_septa @@ -389,16 +356,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_habenna #Berber Cultures - name_list_tamazight = cn_abyla - name_list_mzab_wargla = cn_abyla - name_list_tashellhit = cn_abyla - name_list_riffian = cn_abyla - name_list_shenwa = cn_abyla - name_list_taqbaylit = cn_abyla - name_list_tacawit = cn_abyla - name_list_nafusi = cn_abyla - name_list_libyan = cn_abyla - name_list_garamantian = cn_abyla + name_list_atlas_berber = cn_abyla + name_list_kabyle_berber = cn_abyla + name_list_zenati_berber = cn_abyla + name_list_eastern_berber = cn_abyla #East Germanic Cultures name_list_vandalic = cn_septa name_list_alan = cn_septa @@ -442,16 +403,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_tamuda #Berber Cultures - name_list_tamazight = cn_tittawin - name_list_mzab_wargla = cn_tittawin - name_list_tashellhit = cn_tittawin - name_list_riffian = cn_tittawin - name_list_shenwa = cn_tittawin - name_list_taqbaylit = cn_tittawin - name_list_tacawit = cn_tittawin - name_list_nafusi = cn_tittawin - name_list_libyan = cn_tittawin - name_list_garamantian = cn_tittawin + name_list_atlas_berber = cn_tittawin + name_list_kabyle_berber = cn_tittawin + name_list_zenati_berber = cn_tittawin + name_list_eastern_berber = cn_tittawin #East Germanic Cultures name_list_vandalic = cn_tamuda name_list_alan = cn_tamuda @@ -501,16 +456,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_rush-addir #Berber Cultures - name_list_tamazight = cn_mlilt - name_list_mzab_wargla = cn_mlilt - name_list_tashellhit = cn_mlilt - name_list_riffian = cn_mlilt - name_list_shenwa = cn_mlilt - name_list_taqbaylit = cn_mlilt - name_list_tacawit = cn_mlilt - name_list_nafusi = cn_mlilt - name_list_libyan = cn_mlilt - name_list_garamantian = cn_mlilt + name_list_atlas_berber = cn_mlilt + name_list_kabyle_berber = cn_mlilt + name_list_zenati_berber = cn_mlilt + name_list_eastern_berber = cn_mlilt #East Germanic Cultures name_list_vandalic = cn_rusaddir name_list_alan = cn_rusaddir @@ -552,16 +501,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_rush-addir #Berber Cultures - name_list_tamazight = cn_mlilt - name_list_mzab_wargla = cn_mlilt - name_list_tashellhit = cn_mlilt - name_list_riffian = cn_mlilt - name_list_shenwa = cn_mlilt - name_list_taqbaylit = cn_mlilt - name_list_tacawit = cn_mlilt - name_list_nafusi = cn_mlilt - name_list_libyan = cn_mlilt - name_list_garamantian = cn_mlilt + name_list_atlas_berber = cn_mlilt + name_list_kabyle_berber = cn_mlilt + name_list_zenati_berber = cn_mlilt + name_list_eastern_berber = cn_mlilt #East Germanic Cultures name_list_vandalic = cn_rusaddir name_list_alan = cn_rusaddir @@ -683,16 +626,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_shalat #Berber Cultures - name_list_tamazight = cn_salan - name_list_mzab_wargla = cn_salan - name_list_tashellhit = cn_salan - name_list_riffian = cn_salan - name_list_shenwa = cn_salan - name_list_taqbaylit = cn_salan - name_list_tacawit = cn_salan - name_list_nafusi = cn_salan - name_list_libyan = cn_salan - name_list_garamantian = cn_salan + name_list_atlas_berber = cn_salan + name_list_kabyle_berber = cn_salan + name_list_zenati_berber = cn_salan + name_list_eastern_berber = cn_salan } b_sala = { @@ -717,16 +654,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_shalat #Berber Cultures - name_list_tamazight = cn_salan - name_list_mzab_wargla = cn_salan - name_list_tashellhit = cn_salan - name_list_riffian = cn_salan - name_list_shenwa = cn_salan - name_list_taqbaylit = cn_salan - name_list_tacawit = cn_salan - name_list_nafusi = cn_salan - name_list_libyan = cn_salan - name_list_garamantian = cn_salan + name_list_atlas_berber = cn_salan + name_list_kabyle_berber = cn_salan + name_list_zenati_berber = cn_salan + name_list_eastern_berber = cn_salan } color = { 252 89 13 } } @@ -782,16 +713,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_volubilis #Berber Cultures - name_list_tamazight = cn_oloubilis - name_list_mzab_wargla = cn_oloubilis - name_list_tashellhit = cn_oloubilis - name_list_riffian = cn_oloubilis - name_list_shenwa = cn_oloubilis - name_list_taqbaylit = cn_oloubilis - name_list_tacawit = cn_oloubilis - name_list_nafusi = cn_oloubilis - name_list_libyan = cn_oloubilis - name_list_garamantian = cn_oloubilis + name_list_atlas_berber = cn_oloubilis + name_list_kabyle_berber = cn_oloubilis + name_list_zenati_berber = cn_oloubilis + name_list_eastern_berber = cn_oloubilis #East Germanic Cultures name_list_vandalic = cn_volubilis name_list_alan = cn_volubilis @@ -847,16 +772,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_iy-hol #Berber Cultures - name_list_tamazight = cn_iol - name_list_mzab_wargla = cn_iol - name_list_tashellhit = cn_iol - name_list_riffian = cn_iol - name_list_shenwa = cn_iol - name_list_taqbaylit = cn_iol - name_list_tacawit = cn_iol - name_list_nafusi = cn_iol - name_list_libyan = cn_iol - name_list_garamantian = cn_iol + name_list_atlas_berber = cn_iol + name_list_kabyle_berber = cn_iol + name_list_zenati_berber = cn_iol + name_list_eastern_berber = cn_iol #East Germanic Cultures name_list_vandalic = cn_caesarea name_list_alan = cn_caesarea @@ -990,20 +909,14 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_iy-kosim #Berber Cultures - name_list_tamazight = cn_icostan - name_list_mzab_wargla = cn_icostan - name_list_tashellhit = cn_icostan - name_list_riffian = cn_icostan - name_list_shenwa = cn_icostan - name_list_taqbaylit = cn_icostan - name_list_tacawit = cn_icostan - name_list_nafusi = cn_icostan - name_list_libyan = cn_icostan - name_list_garamantian = cn_icostan + name_list_atlas_berber = cn_icostan + name_list_kabyle_berber = cn_icostan + name_list_zenati_berber = cn_icostan + name_list_eastern_berber = cn_icostan #East Germanic Cultures name_list_vandalic = cn_icosium name_list_alan = cn_icosium - } + } b_algiers = { province = 4650 @@ -1042,16 +955,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_iy-kosim #Berber Cultures - name_list_tamazight = cn_icos - name_list_mzab_wargla = cn_icos - name_list_tashellhit = cn_icos - name_list_riffian = cn_icos - name_list_shenwa = cn_icos - name_list_taqbaylit = cn_icos - name_list_tacawit = cn_icos - name_list_nafusi = cn_icos - name_list_libyan = cn_icos - name_list_garamantian = cn_icos + name_list_atlas_berber = cn_icos + name_list_kabyle_berber = cn_icos + name_list_zenati_berber = cn_icos + name_list_eastern_berber = cn_icos #East Germanic Cultures name_list_vandalic = cn_icosium name_list_alan = cn_icosium @@ -1136,16 +1043,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_rush-qore #Berber Cultures - name_list_tamazight = cn_sekkur - name_list_mzab_wargla = cn_sekkur - name_list_tashellhit = cn_sekkur - name_list_riffian = cn_sekkur - name_list_shenwa = cn_sekkur - name_list_taqbaylit = cn_sekkur - name_list_tacawit = cn_sekkur - name_list_nafusi = cn_sekkur - name_list_libyan = cn_sekkur - name_list_garamantian = cn_sekkur + name_list_atlas_berber = cn_sekkur + name_list_kabyle_berber = cn_sekkur + name_list_zenati_berber = cn_sekkur + name_list_eastern_berber = cn_sekkur #East Germanic Cultures name_list_vandalic = cn_rusuccuru } @@ -1192,16 +1093,10 @@ e_north_africa = { name_list_helleno_thracian = cn_pomaria name_list_helleno_libyan = cn_pomaria #Berber Cultures - name_list_tamazight = cn_talimsan - name_list_mzab_wargla = cn_talimsan - name_list_tashellhit = cn_talimsan - name_list_riffian = cn_talimsan - name_list_shenwa = cn_talimsan - name_list_taqbaylit = cn_talimsan - name_list_tacawit = cn_talimsan - name_list_nafusi = cn_talimsan - name_list_libyan = cn_talimsan - name_list_garamantian = cn_talimsan + name_list_atlas_berber = cn_talimsan + name_list_kabyle_berber = cn_talimsan + name_list_zenati_berber = cn_talimsan + name_list_eastern_berber = cn_talimsan #East Germanic Cultures name_list_vandalic = cn_pomaria } @@ -1240,16 +1135,10 @@ e_north_africa = { name_list_helleno_thracian = cn_pomaria name_list_helleno_libyan = cn_pomaria #Berber Cultures - name_list_tamazight = cn_talimsan - name_list_mzab_wargla = cn_talimsan - name_list_tashellhit = cn_talimsan - name_list_riffian = cn_talimsan - name_list_shenwa = cn_talimsan - name_list_taqbaylit = cn_talimsan - name_list_tacawit = cn_talimsan - name_list_nafusi = cn_talimsan - name_list_libyan = cn_talimsan - name_list_garamantian = cn_talimsan + name_list_atlas_berber = cn_talimsan + name_list_kabyle_berber = cn_talimsan + name_list_zenati_berber = cn_talimsan + name_list_eastern_berber = cn_talimsan #East Germanic Cultures name_list_vandalic = cn_pomaria } @@ -1352,16 +1241,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_sigus #Berber Cultures - name_list_tamazight = cn_siga - name_list_mzab_wargla = cn_siga - name_list_tashellhit = cn_siga - name_list_riffian = cn_siga - name_list_shenwa = cn_siga - name_list_taqbaylit = cn_siga - name_list_tacawit = cn_siga - name_list_nafusi = cn_siga - name_list_libyan = cn_siga - name_list_garamantian = cn_siga + name_list_atlas_berber = cn_siga + name_list_kabyle_berber = cn_siga + name_list_zenati_berber = cn_siga + name_list_eastern_berber = cn_siga #East Germanic Cultures name_list_vandalic = cn_sigus } @@ -1388,16 +1271,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_portus_sigensis #Berber Cultures - name_list_tamazight = cn_sigens - name_list_mzab_wargla = cn_sigens - name_list_tashellhit = cn_sigens - name_list_riffian = cn_sigens - name_list_shenwa = cn_sigens - name_list_taqbaylit = cn_sigens - name_list_tacawit = cn_sigens - name_list_nafusi = cn_sigens - name_list_libyan = cn_sigens - name_list_garamantian = cn_sigens + name_list_atlas_berber = cn_sigens + name_list_kabyle_berber = cn_sigens + name_list_zenati_berber = cn_sigens + name_list_eastern_berber = cn_sigens #East Germanic Cultures name_list_vandalic = cn_portus_sigensis } @@ -1443,16 +1320,10 @@ e_north_africa = { name_list_helleno_thracian = cn_arsenaria name_list_helleno_libyan = cn_arsenaria #Berber Cultures - name_list_tamazight = cn_arsenna - name_list_mzab_wargla = cn_arsenna - name_list_tashellhit = cn_arsenna - name_list_riffian = cn_arsenna - name_list_shenwa = cn_arsenna - name_list_taqbaylit = cn_arsenna - name_list_tacawit = cn_arsenna - name_list_nafusi = cn_arsenna - name_list_libyan = cn_arsenna - name_list_garamantian = cn_arsenna + name_list_atlas_berber = cn_arsenna + name_list_kabyle_berber = cn_arsenna + name_list_zenati_berber = cn_arsenna + name_list_eastern_berber = cn_arsenna #East Germanic Cultures name_list_vandalic = cn_arsenaria } @@ -1502,16 +1373,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_syrioi #Berber Cultures - name_list_tamazight = cn_lalla_marnia - name_list_mzab_wargla = cn_lalla_marnia - name_list_tashellhit = cn_lalla_marnia - name_list_riffian = cn_lalla_marnia - name_list_shenwa = cn_lalla_marnia - name_list_taqbaylit = cn_lalla_marnia - name_list_tacawit = cn_lalla_marnia - name_list_nafusi = cn_lalla_marnia - name_list_libyan = cn_lalla_marnia - name_list_garamantian = cn_lalla_marnia + name_list_atlas_berber = cn_lalla_marnia + name_list_kabyle_berber = cn_lalla_marnia + name_list_zenati_berber = cn_lalla_marnia + name_list_eastern_berber = cn_lalla_marnia #East Germanic Cultures name_list_vandalic = cn_syrorum } @@ -1539,16 +1404,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_syrioi #Berber Cultures - name_list_tamazight = cn_lalla_marnia - name_list_mzab_wargla = cn_lalla_marnia - name_list_tashellhit = cn_lalla_marnia - name_list_riffian = cn_lalla_marnia - name_list_shenwa = cn_lalla_marnia - name_list_taqbaylit = cn_lalla_marnia - name_list_tacawit = cn_lalla_marnia - name_list_nafusi = cn_lalla_marnia - name_list_libyan = cn_lalla_marnia - name_list_garamantian = cn_lalla_marnia + name_list_atlas_berber = cn_lalla_marnia + name_list_kabyle_berber = cn_lalla_marnia + name_list_zenati_berber = cn_lalla_marnia + name_list_eastern_berber = cn_lalla_marnia #East Germanic Cultures name_list_vandalic = cn_syrorum } @@ -1571,16 +1430,10 @@ e_north_africa = { capital = c_satif cultural_names = { #Berber Cultures - name_list_tamazight = cn_bavarwan - name_list_mzab_wargla = cn_bavarwan - name_list_tashellhit = cn_bavarwan - name_list_riffian = cn_bavarwan - name_list_shenwa = cn_bavarwan - name_list_taqbaylit = cn_bavarwan - name_list_tacawit = cn_bavarwan - name_list_nafusi = cn_bavarwan - name_list_libyan = cn_bavarwan - name_list_garamantian = cn_bavarwan + name_list_atlas_berber = cn_bavarwan + name_list_kabyle_berber = cn_bavarwan + name_list_zenati_berber = cn_bavarwan + name_list_eastern_berber = cn_bavarwan } c_bejaia = { color = { 192 219 53 } @@ -1620,16 +1473,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_zalda #Berber Cultures - name_list_tamazight = cn_tabgayet - name_list_mzab_wargla = cn_tabgayet - name_list_tashellhit = cn_tabgayet - name_list_riffian = cn_tabgayet - name_list_shenwa = cn_tabgayet - name_list_taqbaylit = cn_tabgayet - name_list_tacawit = cn_tabgayet - name_list_nafusi = cn_tabgayet - name_list_libyan = cn_tabgayet - name_list_garamantian = cn_tabgayet + name_list_atlas_berber = cn_tabgayet + name_list_kabyle_berber = cn_tabgayet + name_list_zenati_berber = cn_tabgayet + name_list_eastern_berber = cn_tabgayet #East Germanic Cultures name_list_vandalic = cn_saldae name_list_alan = cn_saldae @@ -1672,16 +1519,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_zalda #Berber Cultures - name_list_tamazight = cn_tabgayet - name_list_mzab_wargla = cn_tabgayet - name_list_tashellhit = cn_tabgayet - name_list_riffian = cn_tabgayet - name_list_shenwa = cn_tabgayet - name_list_taqbaylit = cn_tabgayet - name_list_tacawit = cn_tabgayet - name_list_nafusi = cn_tabgayet - name_list_libyan = cn_tabgayet - name_list_garamantian = cn_tabgayet + name_list_atlas_berber = cn_tabgayet + name_list_kabyle_berber = cn_tabgayet + name_list_zenati_berber = cn_tabgayet + name_list_eastern_berber = cn_tabgayet #East Germanic Cultures name_list_vandalic = cn_saldae name_list_alan = cn_saldae @@ -1725,16 +1566,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_iy-kalkal #Berber Cultures - name_list_tamazight = cn_igilgili - name_list_mzab_wargla = cn_igilgili - name_list_tashellhit = cn_igilgili - name_list_riffian = cn_igilgili - name_list_shenwa = cn_igilgili - name_list_taqbaylit = cn_igilgili - name_list_tacawit = cn_igilgili - name_list_nafusi = cn_igilgili - name_list_libyan = cn_igilgili - name_list_garamantian = cn_igilgili + name_list_atlas_berber = cn_igilgili + name_list_kabyle_berber = cn_igilgili + name_list_zenati_berber = cn_igilgili + name_list_eastern_berber = cn_igilgili #East Germanic Cultures name_list_vandalic = cn_igilgili name_list_alan = cn_igilgili @@ -1834,16 +1669,10 @@ e_north_africa = { capital = c_tunis cultural_names = { #Berber Cultures - name_list_tamazight = cn_mazigha - name_list_mzab_wargla = cn_mazigha - name_list_tashellhit = cn_mazigha - name_list_riffian = cn_mazigha - name_list_shenwa = cn_mazigha - name_list_taqbaylit = cn_mazigha - name_list_tacawit = cn_mazigha - name_list_nafusi = cn_mazigha - name_list_libyan = cn_mazigha - name_list_garamantian = cn_garmantia + name_list_atlas_berber = cn_garmantia + name_list_kabyle_berber = cn_garmantia + name_list_zenati_berber = cn_garmantia + name_list_eastern_berber = cn_garmantia } can_create = { @@ -1859,17 +1688,11 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_qart_hadasht #Berber Cultures - name_list_tamazight = cn_carthighrem - name_list_mzab_wargla = cn_carthighrem - name_list_tashellhit = cn_carthighrem - name_list_riffian = cn_carthighrem - name_list_shenwa = cn_carthighrem - name_list_taqbaylit = cn_carthighrem - name_list_tacawit = cn_carthighrem - name_list_nafusi = cn_carthighrem - name_list_libyan = cn_carthighrem - name_list_garamantian = cn_carthighrem - } + name_list_atlas_berber = cn_carthighrem + name_list_kabyle_berber = cn_carthighrem + name_list_zenati_berber = cn_carthighrem + name_list_eastern_berber = cn_carthighrem + } c_tunis = { color = { 96 128 224 } cultural_names = { #Modified vandalic cn_carthago to cartago in order to add a special character to it. @@ -1907,16 +1730,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_qart-hadasht #Berber Cultures - name_list_tamazight = cn_carthighrem - name_list_mzab_wargla = cn_carthighrem - name_list_tashellhit = cn_carthighrem - name_list_riffian = cn_carthighrem - name_list_shenwa = cn_carthighrem - name_list_taqbaylit = cn_carthighrem - name_list_tacawit = cn_carthighrem - name_list_nafusi = cn_carthighrem - name_list_libyan = cn_carthighrem - name_list_garamantian = cn_carthighrem + name_list_atlas_berber = cn_carthighrem + name_list_kabyle_berber = cn_carthighrem + name_list_zenati_berber = cn_carthighrem + name_list_eastern_berber = cn_carthighrem #East Germanic Cultures name_list_vandalic = cn_cartago } @@ -1941,16 +1758,10 @@ e_north_africa = { name_list_romano_aramean = cn_uthina name_list_romano_vandalic = cn_uthina #Berber Cultures - name_list_tamazight = cn_oudna - name_list_mzab_wargla = cn_oudna - name_list_tashellhit = cn_oudna - name_list_riffian = cn_oudna - name_list_shenwa = cn_oudna - name_list_taqbaylit = cn_oudna - name_list_tacawit = cn_oudna - name_list_nafusi = cn_oudna - name_list_libyan = cn_oudna - name_list_garamantian = cn_oudna + name_list_atlas_berber = cn_oudna + name_list_kabyle_berber = cn_oudna + name_list_zenati_berber = cn_oudna + name_list_eastern_berber = cn_oudna #East Germanic Cultures name_list_vandalic = cn_utina } @@ -2020,16 +1831,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_qart-hadasht #Berber Cultures - name_list_tamazight = cn_carthighrem - name_list_mzab_wargla = cn_carthighrem - name_list_tashellhit = cn_carthighrem - name_list_riffian = cn_carthighrem - name_list_shenwa = cn_carthighrem - name_list_taqbaylit = cn_carthighrem - name_list_tacawit = cn_carthighrem - name_list_nafusi = cn_carthighrem - name_list_libyan = cn_carthighrem - name_list_garamantian = cn_carthighrem + name_list_atlas_berber = cn_carthighrem + name_list_kabyle_berber = cn_carthighrem + name_list_zenati_berber = cn_carthighrem + name_list_eastern_berber = cn_carthighrem #East Germanic Cultures name_list_vandalic = cn_cartago } @@ -2160,16 +1965,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_ubbon_hagra #Berber Cultures - name_list_tamazight = cn_zarythala - name_list_mzab_wargla = cn_zarythala - name_list_tashellhit = cn_zarythala - name_list_riffian = cn_zarythala - name_list_shenwa = cn_zarythala - name_list_taqbaylit = cn_zarythala - name_list_tacawit = cn_zarythala - name_list_nafusi = cn_zarythala - name_list_libyan = cn_zarythala - name_list_garamantian = cn_zarythala + name_list_atlas_berber = cn_zarythala + name_list_kabyle_berber = cn_zarythala + name_list_zenati_berber = cn_zarythala + name_list_eastern_berber = cn_zarythala #East Germanic Cultures name_list_vandalic = cn_hippo_zarytus name_list_alan = cn_hippo_zarytus @@ -2213,16 +2012,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_tabrakan #Berber Cultures - name_list_tamazight = cn_tabraka - name_list_mzab_wargla = cn_tabraka - name_list_tashellhit = cn_tabraka - name_list_riffian = cn_tabraka - name_list_shenwa = cn_tabraka - name_list_taqbaylit = cn_tabraka - name_list_tacawit = cn_tabraka - name_list_nafusi = cn_tabraka - name_list_libyan = cn_tabraka - name_list_garamantian = cn_tabraka + name_list_atlas_berber = cn_tabraka + name_list_kabyle_berber = cn_tabraka + name_list_zenati_berber = cn_tabraka + name_list_eastern_berber = cn_tabraka #East Germanic Cultures name_list_vandalic = cn_tabraca name_list_alan = cn_thabraca @@ -2546,16 +2339,10 @@ e_north_africa = { name_list_romano_aramean = cn_sufetenae name_list_romano_vandalic = cn_sufetenae #Berber Cultures - name_list_tamazight = cn_sufes - name_list_mzab_wargla = cn_sufes - name_list_tashellhit = cn_sufes - name_list_riffian = cn_sufes - name_list_shenwa = cn_sufes - name_list_taqbaylit = cn_sufes - name_list_tacawit = cn_sufes - name_list_nafusi = cn_sufes - name_list_libyan = cn_sufes - name_list_garamantian = cn_sufes + name_list_atlas_berber = cn_sufes + name_list_kabyle_berber = cn_sufes + name_list_zenati_berber = cn_sufes + name_list_eastern_berber = cn_sufes #East Germanic Cultures name_list_vandalic = cn_sufetenae } @@ -2625,16 +2412,10 @@ e_north_africa = { name_list_romano_aramean = cn_sufetenae name_list_romano_vandalic = cn_sufetenae #Berber Cultures - name_list_tamazight = cn_sufes - name_list_mzab_wargla = cn_sufes - name_list_tashellhit = cn_sufes - name_list_riffian = cn_sufes - name_list_shenwa = cn_sufes - name_list_taqbaylit = cn_sufes - name_list_tacawit = cn_sufes - name_list_nafusi = cn_sufes - name_list_libyan = cn_sufes - name_list_garamantian = cn_sufes + name_list_atlas_berber = cn_sufes + name_list_kabyle_berber = cn_sufes + name_list_zenati_berber = cn_sufes + name_list_eastern_berber = cn_sufes #East Germanic Cultures name_list_vandalic = cn_sufetenae } @@ -2878,16 +2659,10 @@ e_north_africa = { name_list_helleno_thracian = cn_hippon_basilikos name_list_helleno_libyan = cn_hippon_basilikos #Berber Cultures - name_list_tamazight = cn_hippo - name_list_mzab_wargla = cn_hippo - name_list_tashellhit = cn_hippo - name_list_riffian = cn_hippo - name_list_shenwa = cn_hippo - name_list_taqbaylit = cn_hippo - name_list_tacawit = cn_hippo - name_list_nafusi = cn_hippo - name_list_libyan = cn_hippo - name_list_garamantian = cn_hippo + name_list_atlas_berber = cn_hippo + name_list_kabyle_berber = cn_hippo + name_list_zenati_berber = cn_hippo + name_list_eastern_berber = cn_hippo #East Germanic Cultures name_list_vandalic = cn_hippo_regius name_list_alan = cn_hippo_regius @@ -2915,16 +2690,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_kalamos #Berber Cultures - name_list_tamazight = cn_suthul - name_list_mzab_wargla = cn_suthul - name_list_tashellhit = cn_suthul - name_list_riffian = cn_suthul - name_list_shenwa = cn_suthul - name_list_taqbaylit = cn_suthul - name_list_tacawit = cn_suthul - name_list_nafusi = cn_suthul - name_list_libyan = cn_suthul - name_list_garamantian = cn_suthul + name_list_atlas_berber = cn_suthul + name_list_kabyle_berber = cn_suthul + name_list_zenati_berber = cn_suthul + name_list_eastern_berber = cn_suthul #East Germanic Cultures name_list_vandalic = cn_calama } @@ -2967,16 +2736,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_malaka #Berber Cultures - name_list_tamazight = cn_suthul - name_list_mzab_wargla = cn_suthul - name_list_tashellhit = cn_suthul - name_list_riffian = cn_suthul - name_list_shenwa = cn_suthul - name_list_taqbaylit = cn_suthul - name_list_tacawit = cn_suthul - name_list_nafusi = cn_suthul - name_list_libyan = cn_suthul - name_list_garamantian = cn_suthul + name_list_atlas_berber = cn_suthul + name_list_kabyle_berber = cn_suthul + name_list_zenati_berber = cn_suthul + name_list_eastern_berber = cn_suthul #East Germanic Cultures name_list_vandalic = cn_calama } @@ -3011,16 +2774,10 @@ e_north_africa = { name_list_romano_aramean = cn_numidia_cirtensis name_list_romano_vandalic = cn_numidia_cirtensis #Berber Cultures - name_list_tamazight = cn_cirtan - name_list_mzab_wargla = cn_cirtan - name_list_tashellhit = cn_cirtan - name_list_riffian = cn_cirtan - name_list_shenwa = cn_cirtan - name_list_taqbaylit = cn_cirtan - name_list_tacawit = cn_cirtan - name_list_nafusi = cn_cirtan - name_list_libyan = cn_cirtan - name_list_garamantian = cn_cirtan + name_list_atlas_berber = cn_cirtan + name_list_kabyle_berber = cn_cirtan + name_list_zenati_berber = cn_cirtan + name_list_eastern_berber = cn_cirtan #East Germanic Cultures name_list_vandalic = cn_numidia_cirtenswa } @@ -3061,16 +2818,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_kirthan #Berber Cultures - name_list_tamazight = cn_cirta - name_list_mzab_wargla = cn_cirta - name_list_tashellhit = cn_cirta - name_list_riffian = cn_cirta - name_list_shenwa = cn_cirta - name_list_taqbaylit = cn_cirta - name_list_tacawit = cn_cirta - name_list_nafusi = cn_cirta - name_list_libyan = cn_cirta - name_list_garamantian = cn_cirta + name_list_atlas_berber = cn_cirta + name_list_kabyle_berber = cn_cirta + name_list_zenati_berber = cn_cirta + name_list_eastern_berber = cn_cirta #East Germanic Cultures name_list_vandalic = cn_constantina name_list_alan = cn_constantina @@ -3111,16 +2862,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_kirthan #Berber Cultures - name_list_tamazight = cn_cirta - name_list_mzab_wargla = cn_cirta - name_list_tashellhit = cn_cirta - name_list_riffian = cn_cirta - name_list_shenwa = cn_cirta - name_list_taqbaylit = cn_cirta - name_list_tacawit = cn_cirta - name_list_nafusi = cn_cirta - name_list_libyan = cn_cirta - name_list_garamantian = cn_cirta + name_list_atlas_berber = cn_cirta + name_list_kabyle_berber = cn_cirta + name_list_zenati_berber = cn_cirta + name_list_eastern_berber = cn_cirta #East Germanic Cultures name_list_vandalic = cn_constantina name_list_alan = cn_constantina @@ -3262,16 +3007,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_limisso #Berber Cultures - name_list_tamazight = cn_limis - name_list_mzab_wargla = cn_limis - name_list_tashellhit = cn_limis - name_list_riffian = cn_limis - name_list_shenwa = cn_limis - name_list_taqbaylit = cn_limis - name_list_tacawit = cn_limis - name_list_nafusi = cn_limis - name_list_libyan = cn_limis - name_list_garamantian = cn_limis + name_list_atlas_berber = cn_limis + name_list_kabyle_berber = cn_limis + name_list_zenati_berber = cn_limis + name_list_eastern_berber = cn_limis #East Germanic Cultures name_list_vandalic = cn_limisa } @@ -3314,22 +3053,41 @@ e_north_africa = { name_list_romano_aramean = cn_lambaesis name_list_romano_vandalic = cn_lambaesis #Berber Cultures - name_list_tamazight = cn_lambese - name_list_mzab_wargla = cn_lambese - name_list_tashellhit = cn_lambese - name_list_riffian = cn_lambese - name_list_shenwa = cn_lambese - name_list_taqbaylit = cn_lambese - name_list_tacawit = cn_lambese - name_list_nafusi = cn_lambese - name_list_libyan = cn_lambese - name_list_garamantian = cn_lambese + name_list_atlas_berber = cn_lambese + name_list_kabyle_berber = cn_lambese + name_list_zenati_berber = cn_lambese + name_list_eastern_berber = cn_lambese #East Germanic Cultures name_list_vandalic = cn_lambasba - } + } b_biskra = { province = 4621 - + cultural_names = { + #Roman Cultures + name_list_roman = cn_lambaesis + name_list_romano_gallic = cn_lambaesis + name_list_romano_hispanic = cn_lambaesis + name_list_romano_british = cn_lambaesis + name_list_romano_african = cn_lambaesis + name_list_romano_raetian = cn_lambaesis + name_list_romano_thracian = cn_lambaesis + name_list_romano_illyrian = cn_lambaesis + name_list_romano_pannonian = cn_lambaesis + name_list_dalmatian = cn_lambaesis + name_list_romano_noric = cn_lambaesis + name_list_romano_gothic = cn_lambaesis + name_list_romano_dacian = cn_lambaesis + name_list_romano_frank = cn_lambaesis + name_list_romano_aramean = cn_lambaesis + name_list_romano_vandalic = cn_lambaesis + #Berber Cultures + name_list_atlas_berber = cn_lambese + name_list_kabyle_berber = cn_lambese + name_list_zenati_berber = cn_lambese + name_list_eastern_berber = cn_lambese + #East Germanic Cultures + name_list_vandalic = cn_lambasba + } color = { 72 130 14 } } @@ -3385,16 +3143,10 @@ e_north_africa = { capital = c_tripolitana cultural_names = { #Berber Cultures - name_list_tamazight = cn_arzugis - name_list_mzab_wargla = cn_arzugis - name_list_tashellhit = cn_arzugis - name_list_riffian = cn_arzugis - name_list_shenwa = cn_arzugis - name_list_taqbaylit = cn_arzugis - name_list_tacawit = cn_arzugis - name_list_nafusi = cn_arzugis - name_list_libyan = cn_arzugis - name_list_garamantian = cn_arzugis + name_list_atlas_berber = cn_arzugis + name_list_kabyle_berber = cn_arzugis + name_list_zenati_berber = cn_arzugis + name_list_eastern_berber = cn_arzugis } can_create = { @@ -3425,16 +3177,10 @@ e_north_africa = { name_list_romano_aramean = cn_tripolitana name_list_romano_vandalic = cn_tripolitana #Berber Cultures - name_list_tamazight = cn_trables - name_list_mzab_wargla = cn_trables - name_list_tashellhit = cn_trables - name_list_riffian = cn_trables - name_list_shenwa = cn_trables - name_list_taqbaylit = cn_trables - name_list_tacawit = cn_trables - name_list_nafusi = cn_trables - name_list_libyan = cn_trables - name_list_garamantian = cn_trables + name_list_atlas_berber = cn_trables + name_list_kabyle_berber = cn_trables + name_list_zenati_berber = cn_trables + name_list_eastern_berber = cn_trables #East Germanic Cultures name_list_vandalic = cn_tripolitana } @@ -3459,16 +3205,10 @@ e_north_africa = { name_list_romano_aramean = cn_theonteos name_list_romano_vandalic = cn_theonteos #Berber Cultures - name_list_tamazight = cn_theonteos - name_list_mzab_wargla = cn_theonteos - name_list_tashellhit = cn_theonteos - name_list_riffian = cn_theonteos - name_list_shenwa = cn_theonteos - name_list_taqbaylit = cn_theonteos - name_list_tacawit = cn_theonteos - name_list_nafusi = cn_theonteos - name_list_libyan = cn_theonteos - name_list_garamantian = cn_theonteos + name_list_atlas_berber = cn_theonta + name_list_kabyle_berber = cn_theonta + name_list_zenati_berber = cn_theonta + name_list_eastern_berber = cn_theonta #East Germanic Cultures name_list_vandalic = cn_theonteos } @@ -3495,16 +3235,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_castra_theontiensis #Berber Cultures - name_list_tamazight = cn_theonta - name_list_mzab_wargla = cn_theonta - name_list_tashellhit = cn_theonta - name_list_riffian = cn_theonta - name_list_shenwa = cn_theonta - name_list_taqbaylit = cn_theonta - name_list_tacawit = cn_theonta - name_list_nafusi = cn_theonta - name_list_libyan = cn_theonta - name_list_garamantian = cn_theonta + name_list_atlas_berber = cn_theonta + name_list_kabyle_berber = cn_theonta + name_list_zenati_berber = cn_theonta + name_list_eastern_berber = cn_theonta #East Germanic Cultures name_list_vandalic = cn_castra_teontiensis } @@ -3575,16 +3309,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_girba #Berber Cultures - name_list_tamazight = cn_girba - name_list_mzab_wargla = cn_girba - name_list_tashellhit = cn_girba - name_list_riffian = cn_girba - name_list_shenwa = cn_girba - name_list_taqbaylit = cn_girba - name_list_tacawit = cn_girba - name_list_nafusi = cn_girba - name_list_libyan = cn_girba - name_list_garamantian = cn_girba + name_list_atlas_berber = cn_girba + name_list_kabyle_berber = cn_girba + name_list_zenati_berber = cn_girba + name_list_eastern_berber = cn_girba #East Germanic Cultures name_list_vandalic = cn_girba name_list_alan = cn_girba @@ -3626,16 +3354,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_girba #Berber Cultures - name_list_tamazight = cn_girba - name_list_mzab_wargla = cn_girba - name_list_tashellhit = cn_girba - name_list_riffian = cn_girba - name_list_shenwa = cn_girba - name_list_taqbaylit = cn_girba - name_list_tacawit = cn_girba - name_list_nafusi = cn_girba - name_list_libyan = cn_girba - name_list_garamantian = cn_girba + name_list_atlas_berber = cn_girba + name_list_kabyle_berber = cn_girba + name_list_zenati_berber = cn_girba + name_list_eastern_berber = cn_girba #East Germanic Cultures name_list_vandalic = cn_girba name_list_alan = cn_girba @@ -3684,16 +3406,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_ginti #Berber Cultures - name_list_tamazight = cn_gigthis - name_list_mzab_wargla = cn_gigthis - name_list_tashellhit = cn_gigthis - name_list_riffian = cn_gigthis - name_list_shenwa = cn_gigthis - name_list_taqbaylit = cn_gigthis - name_list_tacawit = cn_gigthis - name_list_nafusi = cn_gigthis - name_list_libyan = cn_gigthis - name_list_garamantian = cn_gigthis + name_list_atlas_berber = cn_gigthis + name_list_kabyle_berber = cn_gigthis + name_list_zenati_berber = cn_gigthis + name_list_eastern_berber = cn_gigthis #East Germanic Cultures name_list_vandalic = cn_gigthis name_list_alan = cn_gigthis @@ -3740,16 +3456,10 @@ e_north_africa = { name_list_romano_aramean = cn_thebunte name_list_romano_vandalic = cn_thebunte #Berber Cultures - name_list_tamazight = cn_thebunte - name_list_mzab_wargla = cn_thebunte - name_list_tashellhit = cn_thebunte - name_list_riffian = cn_thebunte - name_list_shenwa = cn_thebunte - name_list_taqbaylit = cn_thebunte - name_list_tacawit = cn_thebunte - name_list_nafusi = cn_thebunte - name_list_libyan = cn_thebunte - name_list_garamantian = cn_thebunte + name_list_atlas_berber = cn_thebunte + name_list_kabyle_berber = cn_thebunte + name_list_zenati_berber = cn_thebunte + name_list_eastern_berber = cn_thebunte #East Germanic Cultures name_list_vandalic = cn_tebunte } @@ -3784,16 +3494,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_pagus_tacapae #Berber Cultures - name_list_tamazight = cn_arzuge - name_list_mzab_wargla = cn_arzuge - name_list_tashellhit = cn_arzuge - name_list_riffian = cn_arzuge - name_list_shenwa = cn_arzuge - name_list_taqbaylit = cn_arzuge - name_list_tacawit = cn_arzuge - name_list_nafusi = cn_arzuge - name_list_libyan = cn_arzuge - name_list_garamantian = cn_arzuge + name_list_atlas_berber = cn_arzuge + name_list_kabyle_berber = cn_arzuge + name_list_zenati_berber = cn_arzuge + name_list_eastern_berber = cn_arzuge #East Germanic Cultures name_list_vandalic = cn_tacapae } @@ -3820,16 +3524,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_aves #Berber Cultures - name_list_tamazight = cn_aves - name_list_mzab_wargla = cn_aves - name_list_tashellhit = cn_aves - name_list_riffian = cn_aves - name_list_shenwa = cn_aves - name_list_taqbaylit = cn_aves - name_list_tacawit = cn_aves - name_list_nafusi = cn_aves - name_list_libyan = cn_aves - name_list_garamantian = cn_aves + name_list_atlas_berber = cn_arzuge + name_list_kabyle_berber = cn_arzuge + name_list_zenati_berber = cn_arzuge + name_list_eastern_berber = cn_arzuge #East Germanic Cultures name_list_vandalic = cn_aves } @@ -3918,16 +3616,10 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_syrtike #Berber Cultures - name_list_tamazight = cn_laguantan - name_list_mzab_wargla = cn_laguantan - name_list_tashellhit = cn_laguantan - name_list_riffian = cn_laguantan - name_list_shenwa = cn_laguantan - name_list_taqbaylit = cn_laguantan - name_list_tacawit = cn_laguantan - name_list_nafusi = cn_laguantan - name_list_libyan = cn_laguantan - name_list_garamantian = cn_laguantan + name_list_atlas_berber = cn_laguantan + name_list_kabyle_berber = cn_laguantan + name_list_zenati_berber = cn_laguantan + name_list_eastern_berber = cn_laguantan #East Germanic Cultures name_list_vandalic = cn_syrtica } @@ -3954,22 +3646,43 @@ e_north_africa = { #Byzantine Cultures name_list_greek = cn_syrtis #Berber Cultures - name_list_tamazight = cn_sirtis - name_list_mzab_wargla = cn_sirtis - name_list_tashellhit = cn_sirtis - name_list_riffian = cn_sirtis - name_list_shenwa = cn_sirtis - name_list_taqbaylit = cn_sirtis - name_list_tacawit = cn_sirtis - name_list_nafusi = cn_sirtis - name_list_libyan = cn_sirtis - name_list_garamantian = cn_sirtis + name_list_atlas_berber = cn_sirtis + name_list_kabyle_berber = cn_sirtis + name_list_zenati_berber = cn_sirtis + name_list_eastern_berber = cn_sirtis #East Germanic Cultures name_list_vandalic = cn_selorum } b_syrte = { province = 4552 - + cultural_names = { + #Roman Cultures + name_list_roman = cn_selorum + name_list_romano_gallic = cn_selorum + name_list_romano_hispanic = cn_selorum + name_list_romano_british = cn_selorum + name_list_romano_african = cn_selorum + name_list_romano_raetian = cn_selorum + name_list_romano_thracian = cn_selorum + name_list_romano_illyrian = cn_selorum + name_list_romano_pannonian = cn_selorum + name_list_dalmatian = cn_selorum + name_list_romano_noric = cn_selorum + name_list_romano_gothic = cn_selorum + name_list_romano_dacian = cn_selorum + name_list_romano_frank = cn_selorum + name_list_romano_aramean = cn_selorum + name_list_romano_vandalic = cn_selorum + #Byzantine Cultures + name_list_greek = cn_syrtis + #Berber Cultures + name_list_atlas_berber = cn_sirtis + name_list_kabyle_berber = cn_sirtis + name_list_zenati_berber = cn_sirtis + name_list_eastern_berber = cn_sirtis + #East Germanic Cultures + name_list_vandalic = cn_selorum + } color = { 43 45 161 } } b_al_aghaila = { @@ -4009,16 +3722,10 @@ e_north_africa = { #NW Semitic Cultures name_list_punic = cn_anabucis #Berber Cultures - name_list_tamazight = cn_anbuk - name_list_mzab_wargla = cn_anbuk - name_list_tashellhit = cn_anbuk - name_list_riffian = cn_anbuk - name_list_shenwa = cn_anbuk - name_list_taqbaylit = cn_anbuk - name_list_tacawit = cn_anbuk - name_list_nafusi = cn_anbuk - name_list_libyan = cn_anbuk - name_list_garamantian = cn_anbuk + name_list_atlas_berber = cn_anbuk + name_list_kabyle_berber = cn_anbuk + name_list_zenati_berber = cn_anbuk + name_list_eastern_berber = cn_anbuk #East Germanic Cultures name_list_vandalic = cn_anabucis name_list_alan = cn_anabucis diff --git a/WtWSMS/common/landed_titles/BP_e_spain.txt b/WtWSMS/common/landed_titles/BP_e_spain.txt index 04e889111d..6502b80a0b 100644 --- a/WtWSMS/common/landed_titles/BP_e_spain.txt +++ b/WtWSMS/common/landed_titles/BP_e_spain.txt @@ -851,7 +851,10 @@ e_spain = { name_list_egyptian = cn_lishbuna name_list_levantine = cn_lishbuna #Berber Cultures - name_list_tashellhit = cn_lishbuna + name_list_atlas_berber = cn_lishbuna + name_list_kabyle_berber = cn_lishbuna + name_list_zenati_berber = cn_lishbuna + name_list_eastern_berber = cn_lishbuna #Celtic Cultures name_list_cantabrian = cn_tagus name_list_lusitanian = cn_tagus @@ -887,7 +890,10 @@ e_spain = { name_list_egyptian = cn_lishbuna name_list_levantine = cn_lishbuna #Berber Cultures - name_list_tashellhit = cn_lishbuna + name_list_atlas_berber = cn_lishbuna + name_list_kabyle_berber = cn_lishbuna + name_list_zenati_berber = cn_lishbuna + name_list_eastern_berber = cn_lishbuna #Celtic Cultures name_list_cantabrian = cn_tagus #Germanic Cultures @@ -1168,9 +1174,12 @@ e_spain = { name_list_egyptian = cn_qulumriyah name_list_levantine = cn_qulumriyah #Berber Cultures - name_list_tashellhit = cn_qulumriyah + name_list_atlas_berber = cn_qulumriyah + name_list_kabyle_berber = cn_qulumriyah + name_list_zenati_berber = cn_qulumriyah + name_list_eastern_berber = cn_qulumriyah #Germanic Cultures - name_list_visigothic = cn_eminio + name_list_visigothic = cn_eminio name_list_suebi = cn_eminio #Pre-Roman Iberian name_list_basque = cn_eminio @@ -1203,7 +1212,10 @@ e_spain = { name_list_egyptian = cn_qulumriyah name_list_levantine = cn_qulumriyah #Berber Cultures - name_list_tashellhit = cn_qulumriyah + name_list_atlas_berber = cn_qulumriyah + name_list_kabyle_berber = cn_qulumriyah + name_list_zenati_berber = cn_qulumriyah + name_list_eastern_berber = cn_qulumriyah #Pre-Roman Iberian name_list_basque = cn_eminio name_list_cantabrian = cn_eminio @@ -1211,7 +1223,7 @@ e_spain = { name_list_gallaecian = cn_eminio name_list_lusitanian = cn_eminio #Germanic Cultures - name_list_visigothic = cn_eminio + name_list_visigothic = cn_eminio name_list_suebi = cn_eminio } color = { 182 108 45 } @@ -1242,7 +1254,7 @@ e_spain = { name_list_gallaecian = cn_turdulorum_oppidani name_list_lusitanian = cn_turdulorum_oppidani #Germanic Cultures - name_list_visigothic = cn_collippo + name_list_visigothic = cn_collippo name_list_suebi = cn_collippo } color = { 182 108 45 } @@ -1552,7 +1564,10 @@ e_spain = { name_list_egyptian = cn_uhshunubah name_list_levantine = cn_uhshunubah #Berber Cultures - name_list_tashellhit = cn_uhshunubah + name_list_atlas_berber = cn_uhshunubah + name_list_kabyle_berber = cn_uhshunubah + name_list_zenati_berber = cn_uhshunubah + name_list_eastern_berber = cn_uhshunubah #Pre-Roman Iberian name_list_basque = cn_ossonoba name_list_cantabrian = cn_ossonoba @@ -1583,7 +1598,10 @@ e_spain = { name_list_egyptian = cn_harun name_list_levantine = cn_harun #Berber Cultures - name_list_tashellhit = cn_harun + name_list_atlas_berber = cn_harun + name_list_kabyle_berber = cn_harun + name_list_zenati_berber = cn_harun + name_list_eastern_berber = cn_harun } color = { 73 156 8 } } @@ -1638,7 +1656,10 @@ e_spain = { name_list_egyptian = cn_shlib name_list_levantine = cn_shlib #Berber Cultures - name_list_tashellhit = cn_shlib + name_list_atlas_berber = cn_shlib + name_list_kabyle_berber = cn_shlib + name_list_zenati_berber = cn_shlib + name_list_eastern_berber = cn_shlib #Germanic Cultures name_list_visigothic = cn_cilpes name_list_suebi = cn_cilpes @@ -1667,7 +1688,10 @@ e_spain = { name_list_egyptian = cn_shlib name_list_levantine = cn_shlib #Berber Cultures - name_list_tashellhit = cn_shlib + name_list_atlas_berber = cn_shlib + name_list_kabyle_berber = cn_shlib + name_list_zenati_berber = cn_shlib + name_list_eastern_berber = cn_shlib #Germanic Cultures name_list_visigothic = cn_cilpes name_list_suebi = cn_cilpes @@ -2353,7 +2377,11 @@ e_spain = { name_list_levantine = cn_qurtubah name_list_bedouin = cn_qurtubah #Berber Cultures - name_list_tashellhit = cn_qurtubah + name_list_atlas_berber = cn_qurtubah + name_list_kabyle_berber = cn_qurtubah + name_list_zenati_berber = cn_qurtubah + name_list_eastern_berber = cn_qurtubah + #Levantine Cultures name_list_punic = cn_karduba #Germanic Cultures name_list_visigothic = cn_corduba @@ -2382,7 +2410,11 @@ e_spain = { name_list_egyptian = cn_qurtubah name_list_levantine = cn_qurtubah #Berber Cultures - name_list_tashellhit = cn_qurtubah + name_list_atlas_berber = cn_qurtubah + name_list_kabyle_berber = cn_qurtubah + name_list_zenati_berber = cn_qurtubah + name_list_eastern_berber = cn_qurtubah + #Levantine Cultures name_list_punic = cn_karduba #Germanic Cultures name_list_visigothic = cn_corduba @@ -4895,7 +4927,10 @@ e_spain = { name_list_levantine = cn_larida name_list_bedouin = cn_larida #Berber Cultures - name_list_tashellhit = cn_larida + name_list_atlas_berber = cn_larida + name_list_kabyle_berber = cn_larida + name_list_zenati_berber = cn_larida + name_list_eastern_berber = cn_larida #Germanic Cultures name_list_visigothic = cn_ausland name_list_suebi = cn_ausland @@ -4931,7 +4966,10 @@ e_spain = { name_list_levantine = cn_larida name_list_bedouin = cn_larida #Berber Cultures - name_list_tashellhit = cn_larida + name_list_atlas_berber = cn_larida + name_list_kabyle_berber = cn_larida + name_list_zenati_berber = cn_larida + name_list_eastern_berber = cn_larida #Germanic Cultures name_list_visigothic = cn_ausland name_list_suebi = cn_ausland @@ -4980,7 +5018,10 @@ e_spain = { name_list_levantine = cn_saraqusta name_list_bedouin = cn_saraqusta #Berber Cultures - name_list_tashellhit = cn_saraqusta + name_list_atlas_berber = cn_saraqusta + name_list_kabyle_berber = cn_saraqusta + name_list_zenati_berber = cn_saraqusta + name_list_eastern_berber = cn_saraqusta #Germanic Cultures name_list_visigothic = cn_caesaraugusta name_list_suebi = cn_caesaraugusta @@ -5017,7 +5058,10 @@ e_spain = { name_list_levantine = cn_saraqusta name_list_bedouin = cn_saraqusta #Berber Cultures - name_list_tashellhit = cn_saraqusta + name_list_atlas_berber = cn_saraqusta + name_list_kabyle_berber = cn_saraqusta + name_list_zenati_berber = cn_saraqusta + name_list_eastern_berber = cn_saraqusta #Germanic Cultures name_list_visigothic = cn_caesaraugusta name_list_suebi = cn_caesaraugusta @@ -6423,7 +6467,10 @@ e_spain = { #South Semitic Cultures name_list_ethiopian = cn_tearcon #Berber Cultures - name_list_tashellhit = cn_turtusha + name_list_atlas_berber = cn_turtusha + name_list_kabyle_berber = cn_turtusha + name_list_zenati_berber = cn_turtusha + name_list_eastern_berber = cn_turtusha #Germanic Cultures name_list_visigothic = cn_kesse name_list_suebi = cn_kesse @@ -6453,6 +6500,19 @@ e_spain = { name_list_romano_dacian = cn_tarraco name_list_romano_frank = cn_tarraco name_list_romano_aramean = cn_tarraco + #NW Semitic Cultures + name_list_punic = cn_tarraho + #Central Semitic Cultures + name_list_egyptian = cn_turtusha + name_list_levantine = cn_turtusha + name_list_bedouin = cn_turtusha + #South Semitic Cultures + name_list_ethiopian = cn_tearcon + #Berber Cultures + name_list_atlas_berber = cn_turtusha + name_list_kabyle_berber = cn_turtusha + name_list_zenati_berber = cn_turtusha + name_list_eastern_berber = cn_turtusha #Germanic Cultures name_list_visigothic = cn_kesse name_list_suebi = cn_kesse @@ -6588,7 +6648,10 @@ e_spain = { name_list_levantine = cn_barshiluna name_list_bedouin = cn_barshiluna #Berber Cultures - name_list_tashellhit = cn_barshiluna + name_list_atlas_berber = cn_barshiluna + name_list_kabyle_berber = cn_barshiluna + name_list_zenati_berber = cn_barshiluna + name_list_eastern_berber = cn_barshiluna #NW Semitic name_list_punic = cn_barkeno #Germanic Cultures @@ -6624,7 +6687,10 @@ e_spain = { name_list_egyptian = cn_madinat_barshiluna name_list_levantine = cn_madinat_barshiluna #Berber Cultures - name_list_tashellhit = cn_madinat_barshiluna + name_list_atlas_berber = cn_madinat_barshiluna + name_list_kabyle_berber = cn_madinat_barshiluna + name_list_zenati_berber = cn_madinat_barshiluna + name_list_eastern_berber = cn_madinat_barshiluna #NW Semitic name_list_punic = cn_barkeno #Germanic Cultures @@ -8023,7 +8089,10 @@ e_spain = { name_list_levantine = cn_kunka name_list_bedouin = cn_kunka #Berber Cultures - name_list_tashellhit = cn_kunka + name_list_atlas_berber = cn_kunka + name_list_kabyle_berber = cn_kunka + name_list_zenati_berber = cn_kunka + name_list_eastern_berber = cn_kunka #Germanic Cultures name_list_visigothic = cn_afardags name_list_suebi = cn_afardags @@ -8058,7 +8127,10 @@ e_spain = { name_list_levantine = cn_kunka name_list_bedouin = cn_kunka #Berber Cultures - name_list_tashellhit = cn_kunka + name_list_atlas_berber = cn_kunka + name_list_kabyle_berber = cn_kunka + name_list_zenati_berber = cn_kunka + name_list_eastern_berber = cn_kunka #Germanic Cultures name_list_visigothic = cn_afardags name_list_suebi = cn_afardags @@ -8988,7 +9060,10 @@ e_spain = { name_list_levantine = cn_balansiyya name_list_bedouin = cn_balansiyya #Berber Cultures - name_list_tashellhit = cn_balansiyya + name_list_atlas_berber = cn_balansiyya + name_list_kabyle_berber = cn_balansiyya + name_list_zenati_berber = cn_balansiyya + name_list_eastern_berber = cn_balansiyya #Germanic Cultures name_list_visigothic = cn_valentia name_list_suebi = cn_valentia @@ -9039,7 +9114,10 @@ e_spain = { name_list_levantine = cn_balansiyya name_list_bedouin = cn_balansiyya #Berber Cultures - name_list_tashellhit = cn_balansiyya + name_list_atlas_berber = cn_balansiyya + name_list_kabyle_berber = cn_balansiyya + name_list_zenati_berber = cn_balansiyya + name_list_eastern_berber = cn_balansiyya #Germanic Cultures name_list_visigothic = cn_valentia name_list_suebi = cn_valentia @@ -9169,7 +9247,10 @@ e_spain = { name_list_levantine = cn_mursiya name_list_bedouin = cn_mursiya #Berber Cultures - name_list_tashellhit = cn_mursiya + name_list_atlas_berber = cn_mursiya + name_list_kabyle_berber = cn_mursiya + name_list_zenati_berber = cn_mursiya + name_list_eastern_berber = cn_mursiya #Germanic Cultures name_list_visigothic = cn_carthago_nova name_list_suebi = cn_carthago_nova @@ -9280,7 +9361,10 @@ e_spain = { name_list_levantine = cn_mursiya name_list_bedouin = cn_mursiya #Berber Cultures - name_list_tashellhit = cn_mursiya + name_list_atlas_berber = cn_mursiya + name_list_kabyle_berber = cn_mursiya + name_list_zenati_berber = cn_mursiya + name_list_eastern_berber = cn_mursiya #Germanic Cultures name_list_visigothic = cn_murtia name_list_suebi = cn_murtia @@ -9479,7 +9563,10 @@ e_spain = { name_list_levantine = cn_deniyya name_list_bedouin = cn_deniyya #Berber Cultures - name_list_tashellhit = cn_deniyya + name_list_atlas_berber = cn_deniyya + name_list_kabyle_berber = cn_deniyya + name_list_zenati_berber = cn_deniyya + name_list_eastern_berber = cn_deniyya } b_denia = { province = 1854 @@ -9505,7 +9592,10 @@ e_spain = { name_list_levantine = cn_deniyya name_list_bedouin = cn_deniyya #Berber Cultures - name_list_tashellhit = cn_deniyya + name_list_atlas_berber = cn_deniyya + name_list_kabyle_berber = cn_deniyya + name_list_zenati_berber = cn_deniyya + name_list_eastern_berber = cn_deniyya } color = { 65 210 130 } } diff --git a/WtWSMS/common/landed_titles/BP_e_tamazgha.txt b/WtWSMS/common/landed_titles/BP_e_tamazgha.txt index c698092483..0728522149 100644 --- a/WtWSMS/common/landed_titles/BP_e_tamazgha.txt +++ b/WtWSMS/common/landed_titles/BP_e_tamazgha.txt @@ -14,9 +14,9 @@ e_tamazgha = { } cultural_names = { - name_list_garamantian = cn_garamantes - name_list_tashellhit = cn_shilha - name_list_tuareg = cn_tamahaq + name_list_atlas_berber = cn_shilha + name_list_eastern_berber = cn_garamantes + name_list_southern_berber = cn_tamahaq } can_create = { general_empire_title_creation_trigger = yes } diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 32a4e9d918..914647db44 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -6,25 +6,15 @@ #Austro-Asiatic name_list_munda:0 "Munda" #Baltic - name_list_prussian:0 "Prussian" - name_list_galindian:0 "Galindian" - name_list_aesti:0 "Aesti" - name_list_vistula_veneti:0 "Vistula Veneti" - name_list_przeworsk:0 "Przeworsk" + name_list_east_baltic: "East Baltic" + name_list_west_baltic: "West Baltic" #Berber - name_list_guanches:0 "Guanches" - name_list_tashellhit:0 "Tashellhit" - name_list_tamazight:0 "Tamazight" - name_list_riffian:0 "Riffian" - name_list_shenwa:0 "Shenwa" - name_list_tacawit:0 "Tacawit" - name_list_mzab_wargla:0 "Mzab-Wargla" - name_list_taqbaylit:0 "Taqbaylit" - name_list_tuareg:0 "Tuareg" - name_list_nafusi:0 "Nafusi" - name_list_libyan:0 "Libyan" - name_list_garamantian:0 "Garamantian" - name_list_berber:0 "Amazigh" + name_list_guanches: "Guanches" + name_list_atlas_berber: "Atlas Amazigh" + name_list_kabyle_berber: "Kabyle Amazigh" + name_list_zenati_berber: "Zenati Amazigh" + name_list_southern_berber: "Tuareg" + name_list_eastern_berber: "Eastern Amazigh" name_list_western_berber: "Zanaga" #Byzantine name_list_greek:0 "Byzantine" @@ -100,6 +90,7 @@ name_list_lebus:0 "Lebus" name_list_gustow:0 "Gustow" name_list_vidivarii:0 "Vidivarii" + name_list_przeworsk:0 "Przeworsk" #East Iranian name_list_bactrian:0 "Bactrian" name_list_sarmatian:0 "Sarmatian" diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 190713d21c..b868f40e2c 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -840,4 +840,8 @@ Gueni_ue: "Gueníue" Gui_ole: "Guíole" Gue_rgi_nie: "Guérgínie" + #Berber stuff + Tade_fi: "Tadêfi" + Tanaza_rt: "Tanazârt" + Taze_llayt: "Tazêllayt" \ No newline at end of file diff --git a/WtWSMS/localization/english/replace/culture/culture_gfx_l_english.yml b/WtWSMS/localization/english/replace/culture/culture_gfx_l_english.yml new file mode 100644 index 0000000000..5c6159bbc3 --- /dev/null +++ b/WtWSMS/localization/english/replace/culture/culture_gfx_l_english.yml @@ -0,0 +1,3 @@ +l_english: + berber_group_building_gfx: "Amazigh" + berber_group_coa_gfx: "Amazigh" \ No newline at end of file From 9bc2876b845f29b88bb969aafe03db19686a6aa2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 9 Nov 2022 21:15:00 -0500 Subject: [PATCH 165/339] Fixup Syr Darya Added Sakan Nomads for lack of any real attestation of the ethnoreligious makeup of the region in 476 --- .../dynasties/_lt_rascek_BP_dynasties.txt | 4 + ...scek_BP_dynasties_fictional_tribals_v2.txt | 10 +- .../landed_titles/BP_titles_titular.txt | 5 + .../_lt_rascek_fictional_tribal_rulers.txt | 82 ------ .../_lt_rascek_fictional_tribal_rulers_v2.txt | 185 ++++++++++++ .../characters/_lt_rascek_new_chars.txt | 92 ++++++ WtWSMS/history/provinces/bp_k_oghuz_il.txt | 4 +- WtWSMS/history/provinces/bp_k_sogdiana.txt | 12 +- WtWSMS/history/provinces/bp_k_syr_darya.txt | 22 +- WtWSMS/history/titles/BP_titles_titular.txt | 16 ++ WtWSMS/history/titles/bp_k_oghuz_il.txt | 80 ++---- WtWSMS/history/titles/bp_k_syr_darya.txt | 269 ++++++++---------- .../english/BP_titles_l_english.yml | 5 + .../tribal_character_history_generator.py | 8 +- 14 files changed, 480 insertions(+), 314 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 6840a86c4f..25be198cd5 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -262,6 +262,10 @@ alan_dynn_scytia = { name = dynn_DzebysatA_ culture = alan } +sogdian_dynn_suyab = { + name = dynn_Namdar + culture = sogdian +} #Guianean Uplanders mel_dynn_kasa = { diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index d216b65aab..bd05fad634 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -64,4 +64,12 @@ chud_dynn_izhorian = { name = dynn_Usga culture = chud } -#Slavs +#East Iranians +sakan_dynn_muyunkum = { + name = dynn_Gaumatasid + culture = sakan +} +sakan_dynn_syrDarya = { + name = dynn_Chengid + culture = sakan +} diff --git a/WtWSMS/common/landed_titles/BP_titles_titular.txt b/WtWSMS/common/landed_titles/BP_titles_titular.txt index 6dfe5ea7d5..0c16989f9a 100644 --- a/WtWSMS/common/landed_titles/BP_titles_titular.txt +++ b/WtWSMS/common/landed_titles/BP_titles_titular.txt @@ -195,3 +195,8 @@ d_sophanene = { color = { 150 150 25 } capital = c_mayyafariqin } +#Sogdian City-States +d_suyab = { + color = { 175 125 25 } + capital = c_suyab +} diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt index 689149d43c..3bd2082df3 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt @@ -2843,88 +2843,6 @@ SakaDadakhshan008 = { 680.1.1 = { birth = yes } 730.1.1 = { death = yes } } -#d_muyunkum rulers -SakanMuyunkum000 = { - name = "ArgamE_nos" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - 426.1.1 = { birth = yes } - 491.1.1 = { death = yes } -} -SakanMuyunkum001 = { - name = "OchO_diakos" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum000 - 475.1.1 = { birth = yes } - 503.1.1 = { death = yes } -} -SakanMuyunkum002 = { - name = "Stosarakos" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum001 - 487.1.1 = { birth = yes } - 548.1.1 = { death = yes } -} -SakanMuyunkum003 = { - name = "TillE_s" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum002 - 532.1.1 = { birth = yes } - 556.1.1 = { death = yes } -} -SakanMuyunkum004 = { - name = "Zosines" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum003 - 540.1.1 = { birth = yes } - 592.1.1 = { death = yes } -} -SakanMuyunkum005 = { - name = "TiranE_s" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum004 - 574.1.1 = { birth = yes } - 635.1.1 = { death = yes } -} -SakanMuyunkum006 = { - name = "XiamphO_kanos" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum005 - 619.1.1 = { birth = yes } - 655.1.1 = { death = yes } -} -SakanMuyunkum007 = { - name = "SasO_n" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum006 - 636.1.1 = { birth = yes } - 673.1.1 = { death = yes } -} -SakanMuyunkum008 = { - name = "Omrasmakos" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_muyunkum - father = SakanMuyunkum007 - 656.1.1 = { birth = yes } - 701.1.1 = { death = yes } -} - ## Guinean Uplander ########### diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index 13e276d9f9..5de87f80b8 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1333,3 +1333,188 @@ ChudIzhorian009 = { 686.1.1 = { birth = yes } 726.1.1 = { death = yes } } + +# East Iranians + +## Sakans + +### Muynkum +SakanMuyunkum000 = { + name = Eisgoudios + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + 415.1.1 = { birth = yes } + 472.1.1 = { death = yes } +} +SakanMuyunkum001 = { + name = Maipharnos + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum000 + 455.1.1 = { birth = yes } + 504.1.1 = { death = yes } +} +SakanMuyunkum002 = { + name = ArgamE_nos + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum001 + 476.1.1 = { birth = yes } + 516.1.1 = { death = yes } +} +SakanMuyunkum003 = { + name = Kossas + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum002 + 516.1.1 = { birth = yes } + 580.1.1 = { death = yes } +} +SakanMuyunkum004 = { + name = MaisE_s + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum003 + 544.1.1 = { birth = yes } + 605.1.1 = { death = yes } +} +SakanMuyunkum005 = { + name = Oustanos + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum004 + 580.1.1 = { birth = yes } + 626.1.1 = { death = yes } +} +SakanMuyunkum006 = { + name = SiO_machos + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum005 + 609.1.1 = { birth = yes } + 664.1.1 = { death = yes } +} +SakanMuyunkum007 = { + name = XaiorsazE_s + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum006 + 642.1.1 = { birth = yes } + 694.1.1 = { death = yes } +} +SakanMuyunkum008 = { + name = NamgE_nos + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum007 + 668.1.1 = { birth = yes } + 728.1.1 = { death = yes } +} +SakanMuyunkum009 = { + name = AbaziO_n + dynasty = sakan_dynn_muyunkum + religion = scythian_pagan + culture = sakan + father = SakanMuyunkum008 + 685.1.1 = { birth = yes } + 744.1.1 = { death = yes } +} +###Syr Darya +SakanSyrDarya000 = { + name = Baiormaios + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + 443.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +SakanSyrDarya001 = { + name = Boraspos + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya000 + 469.1.1 = { birth = yes } + 525.1.1 = { death = yes } +} +SakanSyrDarya002 = { + name = Pharnarnos + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya001 + 503.1.1 = { birth = yes } + 556.1.1 = { death = yes } +} +SakanSyrDarya003 = { + name = Phourtas + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya002 + 527.1.1 = { birth = yes } + 569.1.1 = { death = yes } +} +SakanSyrDarya004 = { + name = Toumibagos + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya003 + 561.1.1 = { birth = yes } + 612.1.1 = { death = yes } +} +SakanSyrDarya005 = { + name = XaiorsazE_s + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya004 + 594.1.1 = { birth = yes } + 655.1.1 = { death = yes } +} +SakanSyrDarya006 = { + name = ChO_darzos + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya005 + 617.1.1 = { birth = yes } + 678.1.1 = { death = yes } +} +SakanSyrDarya007 = { + name = IO_das + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya006 + 646.1.1 = { birth = yes } + 720.1.1 = { death = yes } +} +SakanSyrDarya008 = { + name = Padagos + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya007 + 662.1.1 = { birth = yes } + 715.1.1 = { death = yes } +} +SakanSyrDarya009 = { + name = Pateis + dynasty = sakan_dynn_syrDarya + religion = scythian_pagan + culture = sakan + father = SakanSyrDarya008 + 699.1.1 = { birth = yes } + 746.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 21d364aaf4..bfe21ab0e6 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3879,3 +3879,95 @@ Akatziri000 = { #[2] D. Sinor (Ed.) "The Cambridge History of Early Central Asia" pp 256-7 +########################################## +# New Fictional Holder System +########################################## +SogdianSuyab000 = { + name = Yodkhsetak + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + 410.1.1 = { birth = yes } + 450.1.1 = { death = yes } +} +SogdianSuyab001 = { + name = Bharxuman + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab000 + 446.1.1 = { birth = yes } + 501.1.1 = { death = yes } +} +SogdianSuyab002 = { + name = Avyaman + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab001 + 474.1.1 = { birth = yes } + 529.1.1 = { death = yes } +} +SogdianSuyab003 = { + name = Kushan + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab002 + 490.1.1 = { birth = yes } + 536.1.1 = { death = yes } +} +SogdianSuyab004 = { + name = Khwadhawanakk + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab003 + 527.1.1 = { birth = yes } + 570.1.1 = { death = yes } +} +SogdianSuyab005 = { + name = Methakan + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab004 + 567.1.1 = { birth = yes } + 628.1.1 = { death = yes } +} +SogdianSuyab006 = { + name = Ot-tegin + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab005 + 596.1.1 = { birth = yes } + 654.1.1 = { death = yes } +} +SogdianSuyab007 = { + name = Skatch + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab006 + 636.1.1 = { birth = yes } + 684.1.1 = { death = yes } +} +SogdianSuyab008 = { + name = Maxak + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab007 + 659.1.1 = { birth = yes } + 710.1.1 = { death = yes } +} +SogdianSuyab009 = { + name = Chaxren + dynasty = sogdian_dynn_suyab + religion = dharmaguptaka + culture = sogdian + father = SogdianSuyab008 + 691.1.1 = { birth = yes } + 762.1.1 = { death = yes } +} diff --git a/WtWSMS/history/provinces/bp_k_oghuz_il.txt b/WtWSMS/history/provinces/bp_k_oghuz_il.txt index f0a4d194f0..69ad206ff6 100644 --- a/WtWSMS/history/provinces/bp_k_oghuz_il.txt +++ b/WtWSMS/history/provinces/bp_k_oghuz_il.txt @@ -111,7 +111,7 @@ ###c_yangikent 900 = { #Yangikent #A "Yangikent" can be found here from the Xth to XIIIth century, as seen in the Historical Atlas of Central Asia by Yuri Bregel - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } @@ -128,7 +128,7 @@ } ###c_raimskoe 7111 = { #Raimskoe - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_sogdiana.txt b/WtWSMS/history/provinces/bp_k_sogdiana.txt index 965f320c02..8093118d64 100644 --- a/WtWSMS/history/provinces/bp_k_sogdiana.txt +++ b/WtWSMS/history/provinces/bp_k_sogdiana.txt @@ -11,7 +11,7 @@ ###c_bukhara 4394 = { #Bukhara - culture = bactrian + culture = sogdian religion = khurmazta holding = castle_holding } @@ -31,7 +31,7 @@ } ###c_kishsh 4388 = { #Kishsh - culture = bactrian + culture = sogdian religion = khurmazta holding = castle_holding } @@ -52,7 +52,7 @@ } ###c_nakhshab 4390 = { #Nakhshab - culture = bactrian + culture = sogdian religion = khurmazta holding = castle_holding #aka Nasaf } @@ -67,7 +67,7 @@ } ###c_firabr #AKA Paykend 4393 = { #Paykend - culture = bactrian + culture = sogdian religion = khurmazta holding = castle_holding #aka Baykand } @@ -82,7 +82,7 @@ } ###c_dabusiya 4402 = { #Dabusiya - culture = bactrian + culture = sogdian religion = khurmazta holding = castle_holding } @@ -97,7 +97,7 @@ } ###c_samarkand 4404 = { #Samarqand / Samarkand - culture = bactrian + culture = sogdian religion = manichean holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_syr_darya.txt b/WtWSMS/history/provinces/bp_k_syr_darya.txt index 91cdfce7a8..9fb310b861 100644 --- a/WtWSMS/history/provinces/bp_k_syr_darya.txt +++ b/WtWSMS/history/provinces/bp_k_syr_darya.txt @@ -10,7 +10,7 @@ ###c_jend 901 = { #Jend AKA Jand - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } @@ -28,7 +28,7 @@ } ###c_sighnaq 7123 = { #Sïghnaq/Sighnaq - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } @@ -44,7 +44,7 @@ } ###c_uzgend_KARA 7125 = { #Uzgend AKA Uzgen - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } @@ -130,16 +130,16 @@ ###c_balashagun 7154 = { #Balasaghun AKA Balasagun - culture = sogdian - religion = dharmaguptaka - holding = castle_holding #Ancient Sogdian settlement until Xth century + culture = sakan + religion = scythian_pagan + holding = tribal_holding } 7152 = { #Narïn/Narin #On map CCC, as "Narynsk" south of Issyk kul holding = none } 7153 = { #Barskhan AKA Barskoon - holding = church_holding #Buddhist rock of Tamga-Tash + holding = none } 7147 = { #Pishkek AKA Bichkek holding = none @@ -159,7 +159,7 @@ } ###c_taraz 7141 = { #Taraz - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding 568.1.1 = { holding = castle_holding } #Castle built @@ -173,7 +173,7 @@ ###c_shelji 7142 = { #Shelji #Can be found on the historical atlas of central asia by Yuri Bregel - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } @@ -188,7 +188,7 @@ ###c_quriltay 7133 = { #Quriltay #Can be found on the historical atlas of central asia by Yuri Bregel - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } @@ -206,7 +206,7 @@ } ###c_cherik 7151 = { #Cherik AKA Jerge-Tal - culture = sogdian + culture = sakan religion = scythian_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_titular.txt b/WtWSMS/history/titles/BP_titles_titular.txt index fb3d711ff0..49a6b7c71c 100644 --- a/WtWSMS/history/titles/BP_titles_titular.txt +++ b/WtWSMS/history/titles/BP_titles_titular.txt @@ -367,3 +367,19 @@ d_sophanene = { liege = e_byzantium } } +#Sogdian City-States +d_suyab = { + 430.1.1 = { + holder = SogdianSuyab000 + government = prefeudal_government + } + 450.1.1 = { holder = SogdianSuyab001 } + 501.1.1 = { holder = SogdianSuyab002 } + 529.1.1 = { holder = SogdianSuyab003 } + 536.1.1 = { holder = SogdianSuyab004 } + 570.1.1 = { holder = SogdianSuyab005 } + 628.1.1 = { holder = SogdianSuyab006 } + 654.1.1 = { holder = SogdianSuyab007 } + 684.1.1 = { holder = SogdianSuyab008 } + 710.1.1 = { holder = SogdianSuyab009 } +} diff --git a/WtWSMS/history/titles/bp_k_oghuz_il.txt b/WtWSMS/history/titles/bp_k_oghuz_il.txt index 216a692bf2..1754b4ca8a 100644 --- a/WtWSMS/history/titles/bp_k_oghuz_il.txt +++ b/WtWSMS/history/titles/bp_k_oghuz_il.txt @@ -57,63 +57,29 @@ c_kos-buwak = { #c_kangly history (examination) d_aral_il = { #Empty History 1.1.1={} } -c_yangikent = { #c_syr_daya history (examination) - #modded by Numahr: first Hepthalite then Avar - 466.1.1={ - holder=155 - } - 490.1.1={ - holder=190090 - } - 515.1.1={ - holder=190091 - } - 520.1.1={ - holder=190089 #Tuzniq - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } -} -c_raimskoe = { #c_syr_daya history (elimination) - #modded by Numahr: first Hepthalite then Avar - 466.1.1={ - holder=155 - } - 490.1.1={ - holder=190090 - } - 515.1.1={ - holder=190091 - } - 520.1.1={ - holder=190089 #Tuzniq - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } +c_yangikent = { + 463.1.1 = { holder = SakanSyrDarya000 } + 490.1.1 = { holder = SakanSyrDarya001 } + 525.1.1 = { holder = SakanSyrDarya002 } + 556.1.1 = { holder = SakanSyrDarya003 } + 569.1.1 = { holder = SakanSyrDarya004 } + 612.1.1 = { holder = SakanSyrDarya005 } + 655.1.1 = { holder = SakanSyrDarya006 } + 678.1.1 = { holder = SakanSyrDarya007 } + 720.1.1 = { holder = SakanSyrDarya008 } + 715.1.1 = { holder = SakanSyrDarya009 } +} +c_raimskoe = { + 463.1.1 = { holder = SakanSyrDarya000 } + 490.1.1 = { holder = SakanSyrDarya001 } + 525.1.1 = { holder = SakanSyrDarya002 } + 556.1.1 = { holder = SakanSyrDarya003 } + 569.1.1 = { holder = SakanSyrDarya004 } + 612.1.1 = { holder = SakanSyrDarya005 } + 655.1.1 = { holder = SakanSyrDarya006 } + 678.1.1 = { holder = SakanSyrDarya007 } + 720.1.1 = { holder = SakanSyrDarya008 } + 715.1.1 = { holder = SakanSyrDarya009 } } c_ak-dzulpas = { #c_turkestan history (examination) 465.1.1={ diff --git a/WtWSMS/history/titles/bp_k_syr_darya.txt b/WtWSMS/history/titles/bp_k_syr_darya.txt index c75b0136aa..2e2509dd71 100644 --- a/WtWSMS/history/titles/bp_k_syr_darya.txt +++ b/WtWSMS/history/titles/bp_k_syr_darya.txt @@ -2,96 +2,57 @@ 1.1.1={} } -#c_syr_darya history d_syr_darya = { 1.1.1 = { change_development_level = 0 } + 463.1.1 = { + holder = SakanSyrDarya000 + government = nomad_government + } + 490.1.1 = { holder = SakanSyrDarya001 } + 525.1.1 = { holder = SakanSyrDarya002 } + 556.1.1 = { holder = SakanSyrDarya003 } + 569.1.1 = { holder = SakanSyrDarya004 } + 612.1.1 = { holder = SakanSyrDarya005 } + 655.1.1 = { holder = SakanSyrDarya006 } + 678.1.1 = { holder = SakanSyrDarya007 } + 720.1.1 = { holder = SakanSyrDarya008 } + 715.1.1 = { holder = SakanSyrDarya009 } } c_jend = { - #modded by Numahr: first Hepthalite then Avar - 466.1.1={ - holder=155 - } - 490.1.1={ - holder=190090 - } - 515.1.1={ - holder=190091 - } - 520.1.1={ - holder=190089 #Tuzniq - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } + 463.1.1 = { holder = SakanSyrDarya000 } + 490.1.1 = { holder = SakanSyrDarya001 } + 525.1.1 = { holder = SakanSyrDarya002 } + 556.1.1 = { holder = SakanSyrDarya003 } + 569.1.1 = { holder = SakanSyrDarya004 } + 612.1.1 = { holder = SakanSyrDarya005 } + 655.1.1 = { holder = SakanSyrDarya006 } + 678.1.1 = { holder = SakanSyrDarya007 } + 720.1.1 = { holder = SakanSyrDarya008 } + 715.1.1 = { holder = SakanSyrDarya009 } } c_sighnaq = { - #modded by Numahr: first Hepthalite then Avar - 466.1.1={ - holder=155 - } - 490.1.1={ - holder=190090 - } - 515.1.1={ - holder=190091 - } - 520.1.1={ - holder=190089 #Tuzniq - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } + 463.1.1 = { holder = SakanSyrDarya000 } + 490.1.1 = { holder = SakanSyrDarya001 } + 525.1.1 = { holder = SakanSyrDarya002 } + 556.1.1 = { holder = SakanSyrDarya003 } + 569.1.1 = { holder = SakanSyrDarya004 } + 612.1.1 = { holder = SakanSyrDarya005 } + 655.1.1 = { holder = SakanSyrDarya006 } + 678.1.1 = { holder = SakanSyrDarya007 } + 720.1.1 = { holder = SakanSyrDarya008 } + 715.1.1 = { holder = SakanSyrDarya009 } } c_uzgend_KARA = { - #modded by Numahr: first Hepthalite then Avar - 466.1.1={ - holder=155 - } - 490.1.1={ - holder=190090 - } - 515.1.1={ - holder=190091 - } - 520.1.1={ - holder=190089 #Tuzniq - } - 553.1.1={ - holder=36002 # Istami - liege="e_turkestan" - } - 575.1.1={ - holder=36012 # Tardush - liege="e_turkestan" - } - 581.1.1={ - liege=0 - } - 603.1.1={ - holder=36014 # Heshana - } + 463.1.1 = { holder = SakanSyrDarya000 } + 490.1.1 = { holder = SakanSyrDarya001 } + 525.1.1 = { holder = SakanSyrDarya002 } + 556.1.1 = { holder = SakanSyrDarya003 } + 569.1.1 = { holder = SakanSyrDarya004 } + 612.1.1 = { holder = SakanSyrDarya005 } + 655.1.1 = { holder = SakanSyrDarya006 } + 678.1.1 = { holder = SakanSyrDarya007 } + 720.1.1 = { holder = SakanSyrDarya008 } + 715.1.1 = { holder = SakanSyrDarya009 } } #c_chach history @@ -182,20 +143,20 @@ c_sutkend = { } #Development by county -d_muyunkum = { #Fictional Sakan ruler of Sogidian sites - 442.1.1 = { +d_muyunkum = { + 435.1.1 = { holder = SakanMuyunkum000 - government = prefeudal_government - } - #476.1.1 = { liege = e_xiongnu } - 491.1.1 = { holder = SakanMuyunkum001 } - 503.1.1 = { holder = SakanMuyunkum002 } - 548.1.1 = { holder = SakanMuyunkum003 } - 556.1.1 = { holder = SakanMuyunkum004 } - 592.1.1 = { holder = SakanMuyunkum005 } - 635.1.1 = { holder = SakanMuyunkum006 } - 655.1.1 = { holder = SakanMuyunkum007 } - 673.1.1 = { holder = SakanMuyunkum008 } + government = nomad_government + } + 472.1.1 = { holder = SakanMuyunkum001 } + 504.1.1 = { holder = SakanMuyunkum002 } + 516.1.1 = { holder = SakanMuyunkum003 } + 580.1.1 = { holder = SakanMuyunkum004 } + 605.1.1 = { holder = SakanMuyunkum005 } + 626.1.1 = { holder = SakanMuyunkum006 } + 664.1.1 = { holder = SakanMuyunkum007 } + 694.1.1 = { holder = SakanMuyunkum008 } + 728.1.1 = { holder = SakanMuyunkum009 } } c_balashagun = { #Development @@ -205,17 +166,18 @@ c_balashagun = { 654.1.1 = { change_development_level = 1 } #Islamic Conquest of Merv 700.1.1 = { change_development_level = 2 } #Redevelopment of Trade #Rulers - 442.1.1 = { holder = SakanMuyunkum000 } - 491.1.1 = { holder = SakanMuyunkum001 } - 503.1.1 = { holder = SakanMuyunkum002 } - 548.1.1 = { holder = SakanMuyunkum003 } - 556.1.1 = { holder = SakanMuyunkum004 } - 592.1.1 = { holder = SakanMuyunkum005 } - 635.1.1 = { holder = SakanMuyunkum006 } - 655.1.1 = { holder = SakanMuyunkum007 } - 673.1.1 = { holder = SakanMuyunkum008 } -} -c_suyab = { + 435.1.1 = { holder = SakanMuyunkum000 } + 472.1.1 = { holder = SakanMuyunkum001 } + 504.1.1 = { holder = SakanMuyunkum002 } + 516.1.1 = { holder = SakanMuyunkum003 } + 580.1.1 = { holder = SakanMuyunkum004 } + 605.1.1 = { holder = SakanMuyunkum005 } + 626.1.1 = { holder = SakanMuyunkum006 } + 664.1.1 = { holder = SakanMuyunkum007 } + 694.1.1 = { holder = SakanMuyunkum008 } + 728.1.1 = { holder = SakanMuyunkum009 } +} +c_suyab = { #Vth century Silk Road City #Development 320.1.1 = { change_development_level = 4 } #Invasion of the Kidarites 440.1.1 = { change_development_level = 2 } #Invasion of the Hephtalites @@ -223,27 +185,29 @@ c_suyab = { 654.1.1 = { change_development_level = 1 } #Islamic Conquest of Merv 700.1.1 = { change_development_level = 2 } #Redevelopment of Trade #Rulers - 442.1.1 = { holder = SakanMuyunkum000 } - 491.1.1 = { holder = SakanMuyunkum001 } - 503.1.1 = { holder = SakanMuyunkum002 } - 548.1.1 = { holder = SakanMuyunkum003 } - 556.1.1 = { holder = SakanMuyunkum004 } - 592.1.1 = { holder = SakanMuyunkum005 } - 635.1.1 = { holder = SakanMuyunkum006 } - 655.1.1 = { holder = SakanMuyunkum007 } - 673.1.1 = { holder = SakanMuyunkum008 } + 430.1.1 = { holder = SogdianSuyab000 } + 450.1.1 = { holder = SogdianSuyab001 } + 501.1.1 = { holder = SogdianSuyab002 } + 529.1.1 = { holder = SogdianSuyab003 } + 536.1.1 = { holder = SogdianSuyab004 } + 570.1.1 = { holder = SogdianSuyab005 } + 628.1.1 = { holder = SogdianSuyab006 } + 654.1.1 = { holder = SogdianSuyab007 } + 684.1.1 = { holder = SogdianSuyab008 } + 710.1.1 = { holder = SogdianSuyab009 } } c_taraz = { #Rulers - 442.1.1 = { holder = SakanMuyunkum000 } - 491.1.1 = { holder = SakanMuyunkum001 } - 503.1.1 = { holder = SakanMuyunkum002 } - 548.1.1 = { holder = SakanMuyunkum003 } - 556.1.1 = { holder = SakanMuyunkum004 } - 592.1.1 = { holder = SakanMuyunkum005 } - 635.1.1 = { holder = SakanMuyunkum006 } - 655.1.1 = { holder = SakanMuyunkum007 } - 673.1.1 = { holder = SakanMuyunkum008 } + 435.1.1 = { holder = SakanMuyunkum000 } + 472.1.1 = { holder = SakanMuyunkum001 } + 504.1.1 = { holder = SakanMuyunkum002 } + 516.1.1 = { holder = SakanMuyunkum003 } + 580.1.1 = { holder = SakanMuyunkum004 } + 605.1.1 = { holder = SakanMuyunkum005 } + 626.1.1 = { holder = SakanMuyunkum006 } + 664.1.1 = { holder = SakanMuyunkum007 } + 694.1.1 = { holder = SakanMuyunkum008 } + 728.1.1 = { holder = SakanMuyunkum009 } } c_shelji = { #Development @@ -253,36 +217,39 @@ c_shelji = { 654.1.1 = { change_development_level = 1 } #Islamic Conquest of Merv 700.1.1 = { change_development_level = 2 } #Redevelopment of Trade #Rulers - 442.1.1 = { holder = SakanMuyunkum000 } - 491.1.1 = { holder = SakanMuyunkum001 } - 503.1.1 = { holder = SakanMuyunkum002 } - 548.1.1 = { holder = SakanMuyunkum003 } - 556.1.1 = { holder = SakanMuyunkum004 } - 592.1.1 = { holder = SakanMuyunkum005 } - 635.1.1 = { holder = SakanMuyunkum006 } - 655.1.1 = { holder = SakanMuyunkum007 } - 673.1.1 = { holder = SakanMuyunkum008 } + 435.1.1 = { holder = SakanMuyunkum000 } + 472.1.1 = { holder = SakanMuyunkum001 } + 504.1.1 = { holder = SakanMuyunkum002 } + 516.1.1 = { holder = SakanMuyunkum003 } + 580.1.1 = { holder = SakanMuyunkum004 } + 605.1.1 = { holder = SakanMuyunkum005 } + 626.1.1 = { holder = SakanMuyunkum006 } + 664.1.1 = { holder = SakanMuyunkum007 } + 694.1.1 = { holder = SakanMuyunkum008 } + 728.1.1 = { holder = SakanMuyunkum009 } } c_quriltay = { - 442.1.1 = { holder = SakanMuyunkum000 } - 491.1.1 = { holder = SakanMuyunkum001 } - 503.1.1 = { holder = SakanMuyunkum002 } - 548.1.1 = { holder = SakanMuyunkum003 } - 556.1.1 = { holder = SakanMuyunkum004 } - 592.1.1 = { holder = SakanMuyunkum005 } - 635.1.1 = { holder = SakanMuyunkum006 } - 655.1.1 = { holder = SakanMuyunkum007 } - 673.1.1 = { holder = SakanMuyunkum008 } + 435.1.1 = { holder = SakanMuyunkum000 } + 472.1.1 = { holder = SakanMuyunkum001 } + 504.1.1 = { holder = SakanMuyunkum002 } + 516.1.1 = { holder = SakanMuyunkum003 } + 580.1.1 = { holder = SakanMuyunkum004 } + 605.1.1 = { holder = SakanMuyunkum005 } + 626.1.1 = { holder = SakanMuyunkum006 } + 664.1.1 = { holder = SakanMuyunkum007 } + 694.1.1 = { holder = SakanMuyunkum008 } + 728.1.1 = { holder = SakanMuyunkum009 } } c_cherik = { #Rulers - 442.1.1 = { holder = SakanMuyunkum000 } - 491.1.1 = { holder = SakanMuyunkum001 } - 503.1.1 = { holder = SakanMuyunkum002 } - 548.1.1 = { holder = SakanMuyunkum003 } - 556.1.1 = { holder = SakanMuyunkum004 } - 592.1.1 = { holder = SakanMuyunkum005 } - 635.1.1 = { holder = SakanMuyunkum006 } - 655.1.1 = { holder = SakanMuyunkum007 } - 673.1.1 = { holder = SakanMuyunkum008 } + 435.1.1 = { holder = SakanMuyunkum000 } + 472.1.1 = { holder = SakanMuyunkum001 } + 504.1.1 = { holder = SakanMuyunkum002 } + 516.1.1 = { holder = SakanMuyunkum003 } + 580.1.1 = { holder = SakanMuyunkum004 } + 605.1.1 = { holder = SakanMuyunkum005 } + 626.1.1 = { holder = SakanMuyunkum006 } + 664.1.1 = { holder = SakanMuyunkum007 } + 694.1.1 = { holder = SakanMuyunkum008 } + 728.1.1 = { holder = SakanMuyunkum009 } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index e1f491ee35..3832497df9 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1244,7 +1244,12 @@ k_thaton_adj:0 "Thaton" #Armenian Satrapies d_sophene: "Sophene" + d_sophene_adj: "Sophene" d_sophanene: "Sophanene" + d_sophanene_adj: "Sophanene" + #Sogdianan City-States + d_suyab: "Suyab" + d_suyab_adj: "Suyab" #### Replacing commie names b_engels:0 "Pokrovsk" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 96768bfbf3..b692540e68 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,12 +47,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'ChudIzhorian',\ + 'SakanSyrDarya',\ 0,\ #Character data - 'chud_dynn_izhorian',\ - 'finnish_pagan',\ - 'chud',\ + 'sakan_dynn_syrDarya',\ + 'scythian_pagan',\ + 'sakan',\ #Starting year and end year 400+randint(0,55),\ 700,\ From e85f075af9f63ae33c338f2ce0d2264c98b57406 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 10 Nov 2022 00:53:16 -0500 Subject: [PATCH 166/339] Arabia work (part 1) * Qatarye culture for coastal Arabs (separate, more mercantile and technologically advanced subdivision of Adnanites) * Rework various tribal positions in line with the information about the Kingdom of Kinda (more current than Shapur's resettlements) --- WtWSMS/common/culture/cultures/BP_arabic.txt | 31 +++ WtWSMS/common/landed_titles/BP_e_arabia.txt | 26 +- WtWSMS/common/landed_titles/_BP.info | 4 + .../common/named_colors/BP_culture_colors.txt | 1 + .../_lt_rascek_changed_characters.txt | 156 ++++++++++++ WtWSMS/history/characters/khalan.txt | 230 +----------------- WtWSMS/history/cultures/qatarye.txt | 20 ++ WtWSMS/history/cultures/yathribi.txt | 15 ++ WtWSMS/history/provinces/bp_k_arabia.txt | 29 +-- WtWSMS/history/titles/BP_titles_semitic.txt | 8 +- WtWSMS/history/titles/bp_k_arabia.txt | 179 ++++++-------- WtWSMS/history/titles/bp_k_asoristan.txt | 47 +--- .../english/culture/BP_cultures_l_english.yml | 3 + .../tribal_character_history_generator.py | 10 +- 14 files changed, 342 insertions(+), 417 deletions(-) create mode 100644 WtWSMS/history/cultures/qatarye.txt create mode 100644 WtWSMS/history/cultures/yathribi.txt diff --git a/WtWSMS/common/culture/cultures/BP_arabic.txt b/WtWSMS/common/culture/cultures/BP_arabic.txt index 6beefdccf7..561e9d7be2 100644 --- a/WtWSMS/common/culture/cultures/BP_arabic.txt +++ b/WtWSMS/common/culture/cultures/BP_arabic.txt @@ -261,6 +261,37 @@ khalan = { ethnicities = { 10 = arab } } +#Christian Adnanites/Bedouins/Arabs of Eastern Arabia, inheritors of Dilmun and Tylos +qatarye = { + color = qatarye + + ethos = ethos_egalitarian + heritage = heritage_arabic + language = language_arabic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_zealous_people #Long-term holdout of Christianity in Eastern Arabia + tradition_fishermen #Importance of fishing and trade in the region + tradition_xenophilic #Importance of trade to their survival + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_maritime_mercantilism #Major importance to world pearl trade + tradition_dryland_dwellers + #Combat Traditions + } + + name_list = name_list_adnanite + + #Graphics + coa_gfx = { arabic_group_coa_gfx } + building_gfx = { arabic_group_building_gfx mena_building_gfx } + clothing_gfx = { dde_abbasid_clothing_gfx mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { 10 = arab } +} ### Not Done Yet vvvvv bedouin = { ##### FIXME (Beta): Incomplete Culture: bedouin color = bedouin diff --git a/WtWSMS/common/landed_titles/BP_e_arabia.txt b/WtWSMS/common/landed_titles/BP_e_arabia.txt index 3a42494be9..15e3dbf08a 100644 --- a/WtWSMS/common/landed_titles/BP_e_arabia.txt +++ b/WtWSMS/common/landed_titles/BP_e_arabia.txt @@ -900,10 +900,10 @@ e_arabia = { color = { 18 104 28 } } - b_thaj = { - province = 6160 + b_kazima = { + province = 6161 - color = { 18 104 28 } + color = { 20 99 30 } } } c_uwal = { @@ -918,16 +918,6 @@ e_arabia = { c_samman = { color = { 20 99 30 } - b_kazima = { - province = 6161 - - color = { 20 99 30 } - } - b_ar-ruqaii = { - province = 6162 - - color = { 20 99 30 } - } b_hafar = { province = 6164 @@ -938,11 +928,21 @@ e_arabia = { color = { 20 99 30 } } + b_ar-ruqaii = { + province = 6162 + + color = { 20 99 30 } + } b_as-samman = { province = 6166 color = { 20 99 30 } } + b_thaj = { + province = 6160 + + color = { 18 104 28 } + } } } d_hail = { diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index fab08f62c7..04e081214e 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -62,6 +62,10 @@ c_zichia c_gomel b_gomel from c_chernigov b_surazichi from c_chernigov +c_samman + b_thaj from c_qatif +c_qatif + b_kazima from c_samman TODO: c_dausar and associated diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 04aedccbab..1c631c1541 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -15,6 +15,7 @@ colors = { hadhramaut = { 0.30 0.15 0.55 } tribal_arab = { 0.4 0.05 0.15 } khalan = { 0.6 0.6 0.6 } + qatarye = { 0.20 0.85 0.20 } #Baltic prussian = { 0.56 0.55 0.4 } galindian = { 0.56 0.55 0.2 } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 383ad944b0..47c1e987c9 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5079,6 +5079,162 @@ VakatakaDynasty001 = { } } +#Lakhmids +# Fix history of Nestorianism (doesn't exist prior to 432) +137 = { # Lakhmid + name = "Amr" + dynasty = 1042194 + religion = "semitic_pagan" + culture = "khalan" + 250.1.1 = { birth = yes } + 295.1.1 = { death = yes } +} +138 = { + name = "Imru_al-Qays" + dynasty = 1042194 + religion = "semitic_pagan" + culture = "khalan" + father = 137 + 270.1.1 = { birth = yes } + 328.1.1 = { death = yes } +} +139 = { + name = "Amr" + dynasty = 1042194 + religion = "semitic_pagan" + culture = "khalan" + father = 138 + 320.1.1 = { birth = yes } + 363.1.1 = { death = yes } +} +140 = { # Non-Dynastic Lakhmid Ruler + name = "Aws_ibn_Qallam_ibn_Batina_Jumayhir" + dynasty = 1042198 + religion = "nicene" + culture = "khalan" + 300.1.1 = { birth = yes } + 368.1.1 = { death = yes } +} +141 = { + name = "Imru_al-Qays" + dynasty = 1042194 + religion = "nicene" + culture = "khalan" + father = 139 + 350.1.1 = { birth = yes } + 390.1.1 = { death = yes } +} +142 = { + name = "al-Nu_man" + dynasty = 1042194 + religion = "nicene" + culture = "khalan" + father = 141 + 370.1.1 = { birth = yes } + 418.1.1 = { death = yes } +} +143 = { + name = "al-Mundhir" + dynasty = 1042194 + religion = "nicene" + culture = "khalan" + father = 142 + 390.1.1 = { birth = yes } + 432.1.1 = { religion = nestorian } + 462.1.1 = { death = yes } +} +144 = { + name = "al-Aswad" + dynasty = 1042194 + religion = "nicene" + culture = "khalan" + father = 143 + 410.1.1 = { birth = yes } + 432.1.1 = { religion = nestorian } + 490.1.1 = { death = yes } +} +33076 = { + name = "al-Mundhir" + # al-Mundhir ibn al-Mundhir Lakhmid + dynasty = 1042194 + religion = "nicene" + culture = "khalan" + father = 143 + 430.1.1 = { birth = yes } + 432.1.1 = { religion = nestorian } + 497.1.1 = { death = yes } +} +33077 = { + name = "al-Nu_man" + # al-Nu'man ibn al-Aswad Lakhmid + dynasty = 1042194 + religion = "nestorian" + culture = "khalan" + father = 33076 + 450.1.1 = { birth = yes } + 503.1.1 = { death = yes } +} +33101 = { + name = "al-Mundhir" + # al-Mundhir III ibn al-Nu'man banu Lakhm + dynasty = 1042194 + religion = "semitic_pagan" + culture = "khalan" + father = 33077 + 480.1.1 = { birth = yes } + 554.1.1 = { death = yes } +} +33102 = { + name = "Amr" + # Amr III ibn al-Mundhir banu Lakhm + dynasty = 1042194 + religion = "nestorian" + culture = "khalan" + father = 33101 + trait = "callous" + 520.1.1 = { birth = yes } + 569.1.1 = { death = yes } +} +33103 = { + name = "Qabus" + # Qabus ibn al-Mundhir banu Lakhm + dynasty = 1042194 + religion = "nestorian" + culture = "khalan" + father = 33101 + 525.1.1 = { birth = yes } + 573.1.1 = { death = yes } +} +33105 = { + name = "al-Mundhir" + # al-Mundhir IV ibn al-Mundhir banu Lakhm + dynasty = 1042194 + religion = "semitic_pagan" + culture = "khalan" + father = 33101 + 535.1.1 = { birth = yes } + 580.1.1 = { death = yes } +} +33108 = { + name = "al-Nu_man" + # al-Nu'man III ibn al-Mundhir banu Lakhm + dynasty = 1042194 + religion = "nestorian" + culture = "khalan" + father = 33105 + 555.1.1 = { birth = yes } + 602.1.1 = { death = yes } +} +109732 = { + name = "al-Mundhir" + dynasty = 1042194 + religion = "nestorian" + culture = "khalan" + father = 144 + 459.5.4 = { birth = yes } + 510.1.1 = { death = yes } +} + ### Adnanite => Yathribi (Roughly corresponding to Thamudic Kingdom) #Banu Ghifars diff --git a/WtWSMS/history/characters/khalan.txt b/WtWSMS/history/characters/khalan.txt index 11d7f1142a..3afa1b1a44 100644 --- a/WtWSMS/history/characters/khalan.txt +++ b/WtWSMS/history/characters/khalan.txt @@ -250,115 +250,7 @@ } } -137 = { - name = "Amr" - dynasty = 1042194 - religion = "semitic_pagan" - culture = "khalan" - 250.1.1 = { - birth = "250.1.1" - } - 295.1.1 = { - death = "295.1.1" - } -} - -138 = { - name = "Imru_al-Qays" - dynasty = 1042194 - religion = "semitic_pagan" - culture = "khalan" - father = 137 - 270.1.1 = { - birth = "270.1.1" - } - 328.1.1 = { - death = "328.1.1" - } -} - -139 = { - name = "Amr" - dynasty = 1042194 - religion = "semitic_pagan" - culture = "khalan" - father = 138 - 320.1.1 = { - birth = "320.1.1" - } - 363.1.1 = { - death = "363.1.1" - } -} - -140 = { - name = "Aws_ibn_Qallam_ibn_Batina_Jumayhir" - dynasty = 1042198 - religion = "nestorian" - culture = "khalan" - 300.1.1 = { - birth = "300.1.1" - } - 368.1.1 = { - death = "368.1.1" - } -} - -141 = { - name = "Imru_al-Qays" - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 139 - 350.1.1 = { - birth = "350.1.1" - } - 390.1.1 = { - death = "390.1.1" - } -} - -142 = { - name = "al-Nu_man" - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 141 - 370.1.1 = { - birth = "370.1.1" - } - 418.1.1 = { - death = "418.1.1" - } -} - -143 = { - name = "al-Mundhir" - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 142 - 390.1.1 = { - birth = "390.1.1" - } - 462.1.1 = { - death = "462.1.1" - } -} - -144 = { - name = "al-Aswad" - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 143 - 410.1.1 = { - birth = "410.1.1" - } - 490.1.1 = { - death = "490.1.1" - } -} +#137-44: Changed 33072 = { name = "Mughirah-Suhayl" @@ -416,35 +308,7 @@ } } -33076 = { - name = "al-Mundhir" - # al-Mundhir ibn al-Mundhir Lakhmid - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 143 - 430.1.1 = { - birth = yes - } - 497.1.1 = { - death = yes - } -} - -33077 = { - name = "al-Nu_man" - # al-Nu'man ibn al-Aswad Lakhmid - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 33076 - 450.1.1 = { - birth = yes - } - 503.1.1 = { - death = yes - } -} +#33076-7: Changed 33099 = { name = "Alqama" @@ -475,81 +339,7 @@ } } -33101 = { - name = "al-Mundhir" - # al-Mundhir III ibn al-Nu'man banu Lakhm - dynasty = 1042194 - religion = "semitic_pagan" - culture = "khalan" - father = 33077 - 480.1.1 = { - birth = yes - } - 554.1.1 = { - death = yes - } -} - -33102 = { - name = "Amr" - # Amr III ibn al-Mundhir banu Lakhm - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 33101 - trait = "callous" - 520.1.1 = { - birth = yes - } - 569.1.1 = { - death = yes - } -} - -33103 = { - name = "Qabus" - # Qabus ibn al-Mundhir banu Lakhm - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 33101 - 525.1.1 = { - birth = yes - } - 573.1.1 = { - death = yes - } -} - -33105 = { - name = "al-Mundhir" - # al-Mundhir IV ibn al-Mundhir banu Lakhm - dynasty = 1042194 - religion = "semitic_pagan" - culture = "khalan" - father = 33101 - 535.1.1 = { - birth = yes - } - 580.1.1 = { - death = yes - } -} - -33108 = { - name = "al-Nu_man" - # al-Nu'man III ibn al-Mundhir banu Lakhm - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 33105 - 555.1.1 = { - birth = yes - } - 602.1.1 = { - death = yes - } -} +#33101-3,5,8: Changed 106557 = { name = "Akil_al-Murar" @@ -1034,19 +824,7 @@ } } -109732 = { - name = "al-Mundhir" - dynasty = 1042194 - religion = "nestorian" - culture = "khalan" - father = 144 - 459.5.4 = { - birth = yes - } - 510.1.1 = { - death = yes - } -} +#109732: Changed 109733 = { name = "al-Harith" diff --git a/WtWSMS/history/cultures/qatarye.txt b/WtWSMS/history/cultures/qatarye.txt new file mode 100644 index 0000000000..ddb2c72145 --- /dev/null +++ b/WtWSMS/history/cultures/qatarye.txt @@ -0,0 +1,20 @@ +#bedouin, levantine, egyptian, maghrebi, andalusian, yemeni, yathribi, adanite, bedouin_dravidian +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_leges_barbarorum + discover_innovation = innovation_writing + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum + discover_innovation = innovation_social_stratification + join_era = culture_era_late_antiquity +} +2.1.1 = { + discover_innovation = innovation_coinage +} diff --git a/WtWSMS/history/cultures/yathribi.txt b/WtWSMS/history/cultures/yathribi.txt new file mode 100644 index 0000000000..d9080d6082 --- /dev/null +++ b/WtWSMS/history/cultures/yathribi.txt @@ -0,0 +1,15 @@ +#bedouin, levantine, egyptian, maghrebi, andalusian, yemeni, yathribi, adanite, bedouin_dravidian +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum + discover_innovation = innovation_writing + discover_innovation = innovation_social_stratification +} diff --git a/WtWSMS/history/provinces/bp_k_arabia.txt b/WtWSMS/history/provinces/bp_k_arabia.txt index 76de6938db..aa4bdd5a3e 100644 --- a/WtWSMS/history/provinces/bp_k_arabia.txt +++ b/WtWSMS/history/provinces/bp_k_arabia.txt @@ -201,7 +201,7 @@ } ###c_yabrin 6163 = { #YABRIN - culture = tribal_arab + culture = adnanite religion = semitic_pagan holding = tribal_holding } @@ -210,8 +210,8 @@ ###c_qatif 6158 = { #AL-QATIF - culture = adnanite - religion = semitic_pagan + culture = qatarye + religion = nestorian holding = castle_holding buildings = { common_tradeport_00 #Important port historically @@ -223,36 +223,33 @@ #Set as city_holding to link it to barony of Al-Qatif } 6159 = { #AL-JUBAYL aka Jubail + holding = church_holding #has an ancient Assyrian church +} +6161 = { #KAZIMA holding = city_holding - #Very old city } 6160 = { #THAJ - holding = city_holding - #Very old city + holding = none } ###c_uwal 6156 = { #UWAL - culture = adnanite - religion = semitic_pagan + culture = qatarye + religion = nestorian holding = castle_holding buildings = { common_tradeport_00 #Important port historically } } ###c_samman -6161 = { #KAZIMA +6164 = { #HAFAR aka Hafr Al-Batin culture = adnanite - religion = doceticism - holding = castle_holding - 592.1.1 = { religion = nestorian } + religion = semitic_pagan + holding = tribal_holding + #Important Hajj route, but not of import before } 6162 = { #AR-RUQAII holding = none } -6164 = { #HAFAR aka Hafr Al-Batin - holding = none - #Important Hajj route, but not of import before -} 6165 = { #AL-MAWIYA holding = none } diff --git a/WtWSMS/history/titles/BP_titles_semitic.txt b/WtWSMS/history/titles/BP_titles_semitic.txt index 57d0be6252..d78a2bc8dc 100644 --- a/WtWSMS/history/titles/BP_titles_semitic.txt +++ b/WtWSMS/history/titles/BP_titles_semitic.txt @@ -151,8 +151,8 @@ k_al_hirah = { d_taghlebi = { 460.1.1={ holder = 187007 # Abdul-Jaleel Tahglebid - liege="k_mazun" - government = high_tribal_government + liege = k_qaryat_dhat_kahil + government = tribal_government } 510.1.1={ holder = 187008 # Shujah Taghlebid @@ -170,7 +170,7 @@ d_taghlebi = { d_al_qays = { 460.1.1={ holder = 187011 # Burhanaddin al-Qaysid - liege="k_mazun" + liege = k_qaryat_dhat_kahil government = tribal_government } 510.1.1={ @@ -310,7 +310,7 @@ d_ghifar = { d_tamim = { 460.1.1={ holder = AdnantieTamim000 - liege="k_mazun" + liege = k_qaryat_dhat_kahil government = tribal_government } 510.1.1={ holder = AdnantieTamim001 } diff --git a/WtWSMS/history/titles/bp_k_arabia.txt b/WtWSMS/history/titles/bp_k_arabia.txt index e27db6bf53..3464df6cc3 100644 --- a/WtWSMS/history/titles/bp_k_arabia.txt +++ b/WtWSMS/history/titles/bp_k_arabia.txt @@ -149,30 +149,39 @@ c_al-hasa = { #Qaysids around Hagar holder = 487052 # al-Mutawwa ibn Ishaq banu al-Qays } } -c_dhafra = { #Tamimids around Hagar +c_dhafra = { #Rulers - 460.1.1={ - holder = AdnantieTamim000 - liege="k_mazun" - government = tribal_government + 460.1.1={ + holder = 187005 # Kurush Maka + liege="e_persia" + } + 510.1.1={ + holder = 187006 # Nawid Maka + } + 550.1.1={ + holder = 487051 # Ishaq ibn Amr banu al-Qays + liege=k_al_hirah + } + 610.1.1={ + holder = 487052 # al-Mutawwa ibn Ishaq banu al-Qays } - 510.1.1={ holder = AdnantieTamim001 } } -c_uqayr = { #Tamimids around Hagar - #Development - 224.1.1 = { change_development_level = 2 } #Sassanid conquest - 300.1.1 = { change_development_level = 3 } - 400.1.1 = { change_development_level = 4 } - 500.1.1 = { change_development_level = 5 } - 600.1.1 = { change_development_level = 6 } - 630.1.1 = { change_development_level = 3 } #Islamic conquest +c_uqayr = { #Rulers - 460.1.1={ - holder = AdnantieTamim000 - liege="k_mazun" - government = tribal_government + 460.1.1={ + holder = 187005 # Kurush Maka + liege="e_persia" + } + 510.1.1={ + holder = 187006 # Nawid Maka + } + 550.1.1={ + holder = 487051 # Ishaq ibn Amr banu al-Qays + liege=k_al_hirah + } + 610.1.1={ + holder = 487052 # al-Mutawwa ibn Ishaq banu al-Qays } - 510.1.1={ holder = AdnantieTamim001 } } c_yabrin = { #Qaysids around Hagar 460.1.1={ @@ -199,13 +208,18 @@ d_bahrain = { 500.1.1 = { change_development_level = 5 } 600.1.1 = { change_development_level = 6 } 630.1.1 = { change_development_level = 3 } #Islamic conquest -} -c_qatif = { #c_damman history (direct) + #Rulers 460.1.1={ holder = 33603 # Mirsah - liege="k_mazun" + liege = k_mazun government = eranshar_government } + 510.1.1={ holder = 33604 } # Warahran +} +c_qatif = { #Taghlibs + 460.1.1={ + holder = 33603 # Mirsah + } 510.1.1={ holder = 33604 # Warahran } @@ -238,44 +252,47 @@ c_qatif = { #c_damman history (direct) holder=7473 # Azadbeh-i Banegan Mahan-i Mihr-Bondad } } -c_uwal = { #Taghlibs - #Rulers +c_uwal = { 460.1.1={ - holder = 187007 # Abdul-Jaleel Tahglebid - liege="k_mazun" + holder = 33603 # Mirsah } 510.1.1={ - holder = 187008 # Shujah Taghlebid + holder = 33604 # Warahran } - ##### 524.1.1={ holder=33101 # al-Mundhir III ibn al-Nu'man banu Lakhm } - 550.1.1={ - holder = 487051 # Ishaq ibn Amr banu al-Qays + 554.1.1={ + holder=33102 # Amr III ibn al-Mundhir banu Lakhm } - 610.1.1={ - holder = 487052 # al-Mutawwa ibn Ishaq banu al-Qays + 569.1.1={ + holder=33103 # Qabus ibn al-Mundhir banu Lakhm } -} -c_samman = { #c_kuwait history (elimination) - 460.1.1={ - holder = 187003 # Nikoteles Lebbaeus + 573.1.1={ + holder=33104 # Suhrab + liege="e_persia" } - 510.1.1={ - holder = 187004 # Kallias Lebbaeus + 574.1.1={ + holder=33105 # al-Mundhir IV ibn al-Mundhir banu Lakhm + liege=0 } - 524.1.1={ - holder=33101 # al-Mundhir III ibn al-Nu'man banu Lakhm + 580.1.1={ + holder=33108 # al-Nu'man III ibn al-Mundhir banu Lakhm } - 540.1.1={ - holder=487057 # Nizam Al-Hanafi ibn Ya'ub banu Bakr ibn Wa'il - liege=k_al_hirah + # Persian Province # + 602.1.1={ + holder=106556 # Nakigran + liege="e_persia" } - 580.1.1={ - holder=36414 # Matta ibn Nizam banu Bakr ibn Wa'il + 618.1.1={ + holder=7473 # Azadbeh-i Banegan Mahan-i Mihr-Bondad } } +c_samman = { + #Rulers + 460.1.1={ holder = AdnantieTamim000 } + 510.1.1={ holder = AdnantieTamim001 } +} d_hail = { #Empty History 1.1.1={} @@ -300,69 +317,13 @@ c_hail = { holder=487056 # Thumamah ibn Uthal Al-Hanafi banu Hanifa } } -c_shaqiq = { #c_salemy history (elimination) - - 425.1.1={ - holder = 106557 # Akil al-Murar ibn Amr banu Hajr-Amr - } - 450.1.1={ - holder = 158 # Amr ibn Akil al-Murar banu Hajr-Amr - } - 490.1.1={ - holder = 455408 # Akil al-Murar ibn Amr banu Hajr-Amr - } - 529.1.1={ - holder = 487046 # al-Kindi ibn Al-Harith banu Hajr-Amr - } - 540.1.1={ - holder=106640 # Labid banu Tanimid - } - 580.1.1={ - holder=455530 # Jarir ibn Labid banu Tamim - } +c_shaqiq = { + #Rulers + 460.1.1={ holder = AdnantieTamim000 } + 510.1.1={ holder = AdnantieTamim001 } } -c_thalabiya = { #c_rummah history (elimination) - 268.1.1={ - holder=137 - } - 295.1.1={ - holder=138 - } - 328.1.1={ - holder=139 - } - 363.1.1={ - holder=140 - } - 368.1.1={ - holder=141 - } - 390.1.1={ - holder=142 - } - 418.1.1={ - holder=143 - } - 462.1.1={ - holder=144 - } - 490.1.1={ - holder=33076 # al-Mundhir II ibn al-Mundhir banu Lakhmid - } - 497.1.1={ - holder=33077 # al-Nu'man ibn al-Aswad banu Lakhmid - } - 503.1.1={ - holder=33100 # Abu Ya'fur ibn Alqama banu Dhumayl - } - 505.1.1={ - holder=33101 # al-Mundhir III ibn al-Nu'man banu Lakhm - } - 540.1.1={ - holder=487057 # Nizam Al-Hanafi ibn Ya'ub banu Bakr ibn Wa'il - liege=k_al_hirah - } - 580.1.1={ - holder=36414 # Matta ibn Nizam banu Bakr ibn Wa'il - } +c_thalabiya = { + #Rulers + 460.1.1={ holder = 187007 } # Abdul-Jaleel Tahglebid + 510.1.1={ holder = 187008 } # Shujah Taghlebid } diff --git a/WtWSMS/history/titles/bp_k_asoristan.txt b/WtWSMS/history/titles/bp_k_asoristan.txt index 9b94749667..24fb1c487e 100644 --- a/WtWSMS/history/titles/bp_k_asoristan.txt +++ b/WtWSMS/history/titles/bp_k_asoristan.txt @@ -1151,7 +1151,7 @@ c_akhadid = { #c_karbala history (elimination) holder=36414 # Matta ibn Nizam banu Bakr ibn Wa'il } } -c_waqisa = { #c_karbala history (elimination) +c_waqisa = { #Taghlibs #Development 1.1.1 = { change_development_level = 3 } #Roman-Persian Wars (slower growth than others) 200.1.1 = { change_development_level = 4 } @@ -1161,49 +1161,8 @@ c_waqisa = { #c_karbala history (elimination) 638.1.1 = { change_development_level = 2 } #Muslim Conquest of Levant 700.1.1 = { change_development_level = 3 } #Rulers - 268.1.1={ - holder=137 - } - 295.1.1={ - holder=138 - } - 328.1.1={ - holder=139 - } - 363.1.1={ - holder=140 - } - 368.1.1={ - holder=141 - } - 390.1.1={ - holder=142 - } - 418.1.1={ - holder=143 - } - 462.1.1={ - holder=144 - } - 490.1.1={ - holder=33076 # al-Mundhir II ibn al-Mundhir banu Lakhmid - } - 497.1.1={ - holder=33077 # al-Nu'man ibn al-Aswad banu Lakhmid - } - 503.1.1={ - holder=33100 # Abu Ya'fur ibn Alqama banu Dhumayl - } - 505.1.1={ - holder=33101 # al-Mundhir III ibn al-Nu'man banu Lakhm - } - 540.1.1={ - holder=487057 # Nizam Al-Hanafi ibn Ya'ub banu Bakr ibn Wa'il - liege=k_al_hirah - } - 580.1.1={ - holder=36414 # Matta ibn Nizam banu Bakr ibn Wa'il - } + 460.1.1={ holder = 187007 } # Abdul-Jaleel Tahglebid + 510.1.1={ holder = 187008 } # Shujah Taghlebid } c_karbala = { #Development diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 9f4dfb227f..de431685ca 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -33,6 +33,9 @@ khalan: "Khalan" khalan_collective_noun: "Khalans" khalan_prefix: "Khalano" + qatarye: "Qatarye" + qatarye_collective_noun: "Qatarye" + qatarye_prefix: "Qataro" egyptian:0 "Egyptian" egyptian_collective_noun:0 "Egyptians" egyptian_prefix:0 "Egypto" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index b692540e68..6c2909e11e 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,15 +47,15 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'SakanSyrDarya',\ + 'BanuBakr',\ 0,\ #Character data - 'sakan_dynn_syrDarya',\ - 'scythian_pagan',\ - 'sakan',\ + '10424465',\ + 'semitic_pagan',\ + 'adnanite',\ #Starting year and end year 400+randint(0,55),\ - 700,\ + 500,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ 50.,\ From c8c45bb4ffbb53d8d692868dcf13f7aa67d9c1b3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:50:14 -0500 Subject: [PATCH 167/339] Arab work (Part 2) More cleanup of Kinda Kingdom related stuff * Zarqaa given appropriate time period, culture, tribe, and death * Fixup the Kinda ruler faith to be semitic pagan * Fixup Christianity location in Sourthern Arabia --- WtWSMS/common/dynasties/BP_dynasties.txt | 2 +- .../landed_titles/BP_titles_semitic.txt | 2 +- .../_lt_rascek_changed_characters.txt | 93 +++++++++++++++++++ WtWSMS/history/characters/khalan.txt | 85 +---------------- WtWSMS/history/characters/tribal_arab.txt | 27 +----- WtWSMS/history/provinces/bp_k_arabia.txt | 35 +++---- WtWSMS/history/provinces/bp_k_hejaz.txt | 4 +- WtWSMS/history/titles/BP_titles_semitic.txt | 1 + WtWSMS/history/titles/bp_k_arabia.txt | 86 ++++++++++++++--- .../BP_dynasty_names_unsorted_l_english.yml | 3 +- 10 files changed, 190 insertions(+), 148 deletions(-) diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index 8e63daa58f..996f843605 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -209,7 +209,7 @@ culture = sinhala } 109704 = { - name = "dynn_Yamama" + name = "dynn_Jadi" #Actual tribe of Zarqa was the Jadis culture = bedouin } 109705 = { diff --git a/WtWSMS/common/landed_titles/BP_titles_semitic.txt b/WtWSMS/common/landed_titles/BP_titles_semitic.txt index b537cc82d6..b999593106 100644 --- a/WtWSMS/common/landed_titles/BP_titles_semitic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_semitic.txt @@ -84,7 +84,7 @@ d_kalb = { } k_qaryat_dhat_kahil = { color={ 143 188 143 } - capital = c_hail # Hajr + capital = c_asir #Closest title to Qaryat al-Faw, which was *one* of the putative capitals of the Kindite Kingdom ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 47c1e987c9..95cfb636ae 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5423,3 +5423,96 @@ VakatakaDynasty001 = { death = yes } } + +### Jadis (Yamama tribe; wiped out at hands of Hassan Yuha'min (son of Abu Karib), +### Himyarite ruler in the early Vth century +109731 = { + name = "Zarqa" + dynasty = 109704 + #dna = "ceigezefaat" + female = yes + martial = 12 + diplomacy = 11 + intrigue = 14 + stewardship = 9 + learning = 5 + religion = "semitic_pagan" + culture = "adnanite" #No evidance for South Arabian as far north as Yamama + trait = "education_learning_4" + trait = "mystic_1" + trait = "beauty_good_1" + trait = "intellect_good_2" + trait = "diligent" + trait = "ambitious" + trait = "chaste" + 395.5.4 = { birth = yes } + 425.1.1 = { + death = { + death_reason = death_execution + killer = 33060 #Karab; Hassan isn't listed in Himyarite dynasty + } + } +} + +#Hajr-Amr (Kindite Kingdom) +# While they were federates of the Himyarites, the Kinda tribe itself seems to be pagan (or, at least, there's no real +# evidence I can find that the Kindite Kingdom were Jews. +158 = { + name = "Amr" + # Amr ibn Akil al-Murar banu Hajr-Amr + dynasty = 10424463 + religion = "semitic_pagan" + culture = khalan + father = 106557 + 450.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +106557 = { + name = "Akil_al-Murar" + # Akil al-Murar ibn Amr banu Hajr-Amr + dynasty = 10424463 + religion = "semitic_pagan" + culture = khalan + 400.1.1 = { birth = yes } + 450.1.1 = { death = yes } +} +455408 = { + name = "Al-Harith" + # Al-Harith ibn Amr banu Hajr-Amr + dynasty = 10424463 + religion = "semitic_pagan" + culture = khalan + father = 158 + 470.1.1 = { birth = yes } + 529.1.1 = { death = yes } +} +487046 = { + name = "al-Kindi" + # al-Kindi ibn Al-Harith banu Hajr-Amr + dynasty = 10424463 + religion = "semitic_pagan" + culture = khalan + father = 455408 + 515.1.1 = { birth = yes } + 540.1.1 = { death = yes } +} +487048 = { + name = "Amr" + # Amr II ibn al-Kindi banu Hajr-Amr + dynasty = 10424463 + religion = "semitic_pagan" + culture = khalan + father = 487046 + 540.1.1 = { birth = yes } + 600.1.1 = { death = yes } +} +487050 = { + name = "al-Kindi" + # al-Kindi ibn Amr banu Hajr-Amr + dynasty = 10424463 + religion = "semitic_pagan" + culture = khalan + father = 487048 + 580.1.1 = { birth = yes } + 640.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/khalan.txt b/WtWSMS/history/characters/khalan.txt index 3afa1b1a44..72b3097a95 100644 --- a/WtWSMS/history/characters/khalan.txt +++ b/WtWSMS/history/characters/khalan.txt @@ -1,17 +1,4 @@ -158 = { - name = "Amr" - # Amr ibn Akil al-Murar banu Hajr-Amr - dynasty = 10424463 - religion = "rabbinism" - culture = "khalan" - father = 106557 - 450.1.1 = { - birth = "450.1.1" - } - 490.1.1 = { - death = "490.1.1" - } -} +#Changed: 158 120 = { name = "Jafnah" @@ -341,79 +328,11 @@ #33101-3,5,8: Changed -106557 = { - name = "Akil_al-Murar" - # Akil al-Murar ibn Amr banu Hajr-Amr - dynasty = 10424463 - religion = "semitic_pagan" - culture = "khalan" - 400.1.1 = { - birth = yes - } - 450.1.1 = { - death = yes - } -} +#Changed: 106557,455408,487046,487048,487050, -455408 = { - name = "Al-Harith" - # Al-Harith ibn Amr banu Hajr-Amr - dynasty = 10424463 - religion = "rabbinism" - culture = "khalan" - father = 158 - 470.1.1 = { - birth = yes - } - 529.1.1 = { - death = yes - } -} -487046 = { - name = "al-Kindi" - # al-Kindi ibn Al-Harith banu Hajr-Amr - dynasty = 10424463 - religion = "rabbinism" - culture = "khalan" - father = 455408 - 515.1.1 = { - birth = yes - } - 540.1.1 = { - death = yes - } -} -487048 = { - name = "Amr" - # Amr II ibn al-Kindi banu Hajr-Amr - dynasty = 10424463 - religion = "semitic_pagan" - culture = "khalan" - father = 487046 - 540.1.1 = { - birth = yes - } - 600.1.1 = { - death = yes - } -} -487050 = { - name = "al-Kindi" - # al-Kindi ibn Amr banu Hajr-Amr - dynasty = 10424463 - religion = "semitic_pagan" - culture = "khalan" - father = 487048 - 580.1.1 = { - birth = yes - } - 640.1.1 = { - death = yes - } -} 470030 = { name = "Amela" diff --git a/WtWSMS/history/characters/tribal_arab.txt b/WtWSMS/history/characters/tribal_arab.txt index 2fb06f6677..c4adca9cc9 100644 --- a/WtWSMS/history/characters/tribal_arab.txt +++ b/WtWSMS/history/characters/tribal_arab.txt @@ -142,29 +142,4 @@ } } -109731 = { - name = "Zarqa" - dynasty = 109704 - #dna = "ceigezefaat" - female = yes - martial = 12 - diplomacy = 11 - intrigue = 14 - stewardship = 9 - learning = 5 - religion = "semitic_pagan" - culture = "tribal_arab" - trait = "education_learning_4" - trait = "mystic_1" - trait = "beauty_good_1" - trait = "intellect_good_2" - trait = "diligent" - trait = "ambitious" - trait = "chaste" - 459.5.4 = { - birth = yes - } - 510.1.1 = { - death = yes - } -} +#Changed: 109731 diff --git a/WtWSMS/history/provinces/bp_k_arabia.txt b/WtWSMS/history/provinces/bp_k_arabia.txt index aa4bdd5a3e..00c0dbc71f 100644 --- a/WtWSMS/history/provinces/bp_k_arabia.txt +++ b/WtWSMS/history/provinces/bp_k_arabia.txt @@ -1,15 +1,18 @@ -# k_arabia +#Christianity was mostly limited to Najran and the north, so it was not as extensive as seen in CK2 +# The 1.1.1 = * stuff suppresses some sort of weird mapping error. + +# k_arabia ## d_asir ################################### ###c_aqiq 6246 = { #AQIQ TAMRA culture = adnanite - religion = monophysitism + religion = semitic_pagan holding = tribal_holding 1.1.1 = { culture = adnanite - religion = monophysitism + religion = semitic_pagan } } 6245 = { #DAM @@ -21,11 +24,11 @@ ###c_asir 6244 = { #WADI_TATHLITH culture = adnanite - religion = monophysitism + religion = semitic_pagan holding = tribal_holding 1.1.1 = { culture = adnanite - religion = monophysitism + religion = semitic_pagan } } 6232 = { #WADI_GHAMID @@ -63,12 +66,8 @@ ###c_subay 6229 = { #AD-DATHINA culture = adnanite - religion = monophysitism + religion = semitic_pagan holding = tribal_holding - 1.1.1 = { - culture = adnanite - religion = monophysitism - } } 6228 = { #MARRAN holding = none @@ -119,11 +118,11 @@ ###c_yamama 6253 = { #YAMAMA - culture = tribal_arab + culture = adnanite religion = semitic_pagan holding = tribal_holding 1.1.1 = { - culture = tribal_arab + culture = adnanite religion = semitic_pagan } } @@ -148,11 +147,11 @@ } ###c_falaj 6250 = { #FALAJ - culture = tribal_arab + culture = adnanite religion = semitic_pagan holding = tribal_holding 1.1.1 = { - culture = tribal_arab + culture = adnanite religion = semitic_pagan } } @@ -264,10 +263,6 @@ culture = adnanite religion = semitic_pagan holding = tribal_holding - 1.1.1 = { - culture = adnanite - religion = semitic_pagan - } } 6181 = { #JUBBA-HAIL holding = none @@ -305,10 +300,6 @@ culture = adnanite religion = semitic_pagan holding = tribal_holding - 1.1.1 = { - culture = adnanite - religion = semitic_pagan - } } 6169 = { #ZUBALA holding = none diff --git a/WtWSMS/history/provinces/bp_k_hejaz.txt b/WtWSMS/history/provinces/bp_k_hejaz.txt index 79f6b1a7d3..0ac9cd5909 100644 --- a/WtWSMS/history/provinces/bp_k_hejaz.txt +++ b/WtWSMS/history/provinces/bp_k_hejaz.txt @@ -108,7 +108,7 @@ ###c_taif 6225 = { #AT-TAIF culture = yathribi - religion = monophysitism + religion = semitic_pagan holding = tribal_holding } 6233 = { #TURABA @@ -132,7 +132,7 @@ ###c_bisha 6235 = { #BISHA culture = yathribi - religion = monophysitism + religion = semitic_pagan holding = tribal_holding } 6236 = { #JURASH diff --git a/WtWSMS/history/titles/BP_titles_semitic.txt b/WtWSMS/history/titles/BP_titles_semitic.txt index d78a2bc8dc..471f671f68 100644 --- a/WtWSMS/history/titles/BP_titles_semitic.txt +++ b/WtWSMS/history/titles/BP_titles_semitic.txt @@ -287,6 +287,7 @@ d_hawazin = { 450.1.1={ holder=41010 # Mansour Hawazinid government = tribal_government + liege = k_qaryat_dhat_kahil } 510.1.1={ holder=41025 # Ekrama ibn Mansour Hawazinid diff --git a/WtWSMS/history/titles/bp_k_arabia.txt b/WtWSMS/history/titles/bp_k_arabia.txt index 3464df6cc3..34ac77c064 100644 --- a/WtWSMS/history/titles/bp_k_arabia.txt +++ b/WtWSMS/history/titles/bp_k_arabia.txt @@ -27,9 +27,24 @@ c_aqiq = { #c_ka_ab history (elimination) } } c_asir = { - 466.1.1={ - holder=109741 - liege="k_yemen" + 425.1.1={ + holder = 106557 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 450.1.1={ + holder = 158 # Amr ibn Akil al-Murar banu Hajr-Amr + } + 490.1.1={ + holder = 455408 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 529.1.1={ + holder = 487046 # al-Kindi ibn Al-Harith banu Hajr-Amr + } + 540.1.1={ + holder=7815 # Sufyan banu Ka'ab + liege="k_amr_confederacy" + } + 580.1.1={ + holder=7998 # al-Akhtal ibn Sufyan banu Ka'ab } } @@ -110,23 +125,70 @@ c_surrah = { #c_hajr history (elimination) } d_yamama = { #d_yamama_tribe (direct) - 466.1.1={ - holder=109731 - } + 411.5.4 = { holder = 109731 } + 425.1.1 = { holder = 0 } } c_yamama = { #d_yamama_tribe history (elimination) - 466.1.1={ - holder=109731 + 411.5.4 = { holder = 109731 } + 425.1.1={ + holder = 106557 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 450.1.1={ + holder = 158 # Amr ibn Akil al-Murar banu Hajr-Amr + } + 490.1.1={ + holder = 455408 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 529.1.1={ + holder = 487046 # al-Kindi ibn Al-Harith banu Hajr-Amr + } + 540.1.1={ + holder=106640 # Labid banu Tanimid + } + 580.1.1={ + holder=455530 # Jarir ibn Labid banu Tamim } } c_al-arid = { #d_yamama_tribe history (elimination) - 466.1.1={ - holder=109731 + 411.5.4 = { holder = 109731 } + 425.1.1={ + holder = 106557 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 450.1.1={ + holder = 158 # Amr ibn Akil al-Murar banu Hajr-Amr + } + 490.1.1={ + holder = 455408 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 529.1.1={ + holder = 487046 # al-Kindi ibn Al-Harith banu Hajr-Amr + } + 540.1.1={ + holder=106640 # Labid banu Tanimid + } + 580.1.1={ + holder=455530 # Jarir ibn Labid banu Tamim } } c_falaj = { #d_yamama_tribe history (elimination) - 466.1.1={ - holder=109731 + 411.5.4 = { holder = 109731 } + 425.1.1={ + holder = 106557 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 450.1.1={ + holder = 158 # Amr ibn Akil al-Murar banu Hajr-Amr + } + 490.1.1={ + holder = 455408 # Akil al-Murar ibn Amr banu Hajr-Amr + } + 529.1.1={ + holder = 487046 # al-Kindi ibn Al-Harith banu Hajr-Amr + } + 540.1.1={ + holder=106640 # Labid banu Tanimid + } + 580.1.1={ + holder=455530 # Jarir ibn Labid banu Tamim } } diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index daace22b9f..ed03618a24 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -404,4 +404,5 @@ dynn_Kumuki: "Kumuki" #Huns dynn_Tudilali: "Tudilali" - + #Arabs + dynn_Jadi: "Jadi" From e3256da32c83a9a5e078b672fbe64d16453b544c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 12 Nov 2022 01:08:09 -0500 Subject: [PATCH 168/339] Raetia-Noricum (Part 1) * Rugi gain counties bordering the Rhine and Noricum counties within range of Hunnic Conquests become independent Roman statelets, representing the general breakdown of Roman governance in Raetia and Noricum in 476 * Most Limes Noricum forts reduced to tribes in line with general breakdown of order * Touched up holding in Noricum * Added some new Roman localizations where applicable * Removed c_halstatt and put its provinces in Linz, Amstetten to avoid Halstatt being a city-ruled province Other Changes: * Odoacer is tall as per descriptions * Rugii chars are all made Arians * Touched up Severinus of Noricum history and friendships --- WtWSMS/common/landed_titles/BP_e_italy.txt | 333 ++++++++---- WtWSMS/common/landed_titles/_BP.info | 7 +- WtWSMS/history/characters/WTWSMS_enlil.txt | 33 +- .../history/characters/_LM_new_characters.txt | 5 +- .../_lt_rascek_changed_characters.txt | 71 ++- .../characters/_lt_rascek_new_chars.txt | 101 ++++ WtWSMS/history/characters/roman.txt | 37 +- WtWSMS/history/provinces/bp_k_pannonia.txt | 7 +- .../history/provinces/bp_k_raetia_noricum.txt | 45 +- WtWSMS/history/titles/bp_k_pannonia.txt | 62 +-- WtWSMS/history/titles/bp_k_raetia_noricum.txt | 487 +++--------------- .../BP_titles_cultural_names_l_english.yml | 7 + .../tribal_character_history_generator.py | 10 +- 13 files changed, 551 insertions(+), 654 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index 1339ed4057..e0a8508fa9 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -13308,23 +13308,23 @@ e_italy = { province = 3113 cultural_names = { #Roman Cultures - name_list_roman = cn_sanctus_vitus - name_list_romano_gallic = cn_sanctus_vitus - name_list_romano_hispanic = cn_sanctus_vitus - name_list_romano_british = cn_sanctus_vitus - name_list_romano_african = cn_sanctus_vitus - name_list_romano_raetian = cn_sanctus_vitus - name_list_romano_thracian = cn_sanctus_vitus - name_list_romano_illyrian = cn_sanctus_vitus - name_list_romano_pannonian = cn_sanctus_vitus - name_list_dalmatian = cn_sanctus_vitus - name_list_romano_noric = cn_sanctus_vitus - name_list_romano_gothic = cn_sanctus_vitus - name_list_romano_dacian = cn_sanctus_vitus - name_list_romano_frank = cn_sanctus_vitus - name_list_romano_aramean = cn_sanctus_vitus - name_list_romano_vandalic = cn_sanctus_vitus - } + name_list_roman = cn_noreia + name_list_romano_gallic = cn_noreia + name_list_romano_hispanic = cn_noreia + name_list_romano_british = cn_noreia + name_list_romano_african = cn_noreia + name_list_romano_raetian = cn_noreia + name_list_romano_thracian = cn_noreia + name_list_romano_illyrian = cn_noreia + name_list_romano_pannonian = cn_noreia + name_list_dalmatian = cn_noreia + name_list_romano_noric = cn_noreia + name_list_romano_gothic = cn_noreia + name_list_romano_dacian = cn_noreia + name_list_romano_frank = cn_noreia + name_list_romano_aramean = cn_noreia + name_list_romano_vandalic = cn_noreia + } color = { 100 105 120 } } b_wolfsberg = { @@ -13335,10 +13335,47 @@ e_italy = { } c_kammersberg = { color = { 90 95 100 } - + cultural_names = { + #Roman Cultures + name_list_roman = cn_monate + name_list_romano_gallic = cn_monate + name_list_romano_hispanic = cn_monate + name_list_romano_british = cn_monate + name_list_romano_african = cn_monate + name_list_romano_raetian = cn_monate + name_list_romano_thracian = cn_monate + name_list_romano_illyrian = cn_monate + name_list_romano_pannonian = cn_monate + name_list_dalmatian = cn_monate + name_list_romano_noric = cn_monate + name_list_romano_gothic = cn_monate + name_list_romano_dacian = cn_monate + name_list_romano_frank = cn_monate + name_list_romano_aramean = cn_monate + name_list_romano_vandalic = cn_monate + } b_kammersberg = { province = 3128 color = { 90 95 100 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_monate + name_list_romano_gallic = cn_monate + name_list_romano_hispanic = cn_monate + name_list_romano_british = cn_monate + name_list_romano_african = cn_monate + name_list_romano_raetian = cn_monate + name_list_romano_thracian = cn_monate + name_list_romano_illyrian = cn_monate + name_list_romano_pannonian = cn_monate + name_list_dalmatian = cn_monate + name_list_romano_noric = cn_monate + name_list_romano_gothic = cn_monate + name_list_romano_dacian = cn_monate + name_list_romano_frank = cn_monate + name_list_romano_aramean = cn_monate + name_list_romano_vandalic = cn_monate + } } b_murau = { province = 3114 @@ -13389,6 +13426,25 @@ e_italy = { b_tamsweg = { province = 3115 color = { 90 95 100 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_graviacis + name_list_romano_gallic = cn_graviacis + name_list_romano_hispanic = cn_graviacis + name_list_romano_british = cn_graviacis + name_list_dalmatian = cn_graviacis + name_list_romano_african = cn_graviacis + name_list_romano_gothic = cn_graviacis + name_list_romano_dacian = cn_graviacis + name_list_romano_frank = cn_graviacis + name_list_romano_aramean = cn_graviacis + name_list_romano_vandalic = cn_graviacis + name_list_romano_thracian = cn_graviacis + name_list_romano_illyrian = cn_graviacis + name_list_romano_raetian = cn_graviacis + name_list_romano_noric = cn_graviacis + name_list_romano_pannonian = cn_graviacis + } } } c_knittelfeld = { @@ -13617,9 +13673,48 @@ e_italy = { c_berchtesgaden = { color = { 115 105 115 } + cultural_names = { + #Roman + name_list_roman = cn_cucullae + name_list_romano_gallic = cn_cucullae + name_list_romano_hispanic = cn_cucullae + name_list_romano_british = cn_cucullae + name_list_dalmatian = cn_cucullae + name_list_romano_african = cn_cucullae + name_list_romano_gothic = cn_cucullae + name_list_romano_dacian = cn_cucullae + name_list_romano_frank = cn_cucullae + name_list_romano_aramean = cn_cucullae + name_list_romano_vandalic = cn_cucullae + name_list_romano_thracian = cn_cucullae + name_list_romano_illyrian = cn_cucullae + name_list_romano_raetian = cn_cucullae + name_list_romano_noric = cn_cucullae + name_list_romano_pannonian = cn_cucullae + } + b_berchtesgaden = { province = 2977 color = { 115 105 115 } + cultural_names = { + #Roman + name_list_roman = cn_cucullae + name_list_romano_gallic = cn_cucullae + name_list_romano_hispanic = cn_cucullae + name_list_romano_british = cn_cucullae + name_list_dalmatian = cn_cucullae + name_list_romano_african = cn_cucullae + name_list_romano_gothic = cn_cucullae + name_list_romano_dacian = cn_cucullae + name_list_romano_frank = cn_cucullae + name_list_romano_aramean = cn_cucullae + name_list_romano_vandalic = cn_cucullae + name_list_romano_thracian = cn_cucullae + name_list_romano_illyrian = cn_cucullae + name_list_romano_raetian = cn_cucullae + name_list_romano_noric = cn_cucullae + name_list_romano_pannonian = cn_cucullae + } } b_laukental = { province = 2985 @@ -13630,80 +13725,6 @@ e_italy = { color = { 115 105 115 } } } - c_hallstatt = { - color = { 105 105 115 } - - cultural_names = { - #Roman - name_list_roman = cn_stiriate - name_list_romano_gallic = cn_stiriate - name_list_romano_hispanic = cn_stiriate - name_list_romano_british = cn_stiriate - name_list_dalmatian = cn_stiriate - name_list_romano_african = cn_stiriate - name_list_romano_gothic = cn_stiriate - name_list_romano_dacian = cn_stiriate - name_list_romano_frank = cn_stiriate - name_list_romano_aramean = cn_stiriate - name_list_romano_vandalic = cn_stiriate - name_list_romano_thracian = cn_stiriate - name_list_romano_illyrian = cn_stiriate - name_list_romano_raetian = cn_stiriate - name_list_romano_noric = cn_stiriate - name_list_romano_pannonian = cn_stiriate - } - - b_hallstatt = { - province = 3135 - color = { 105 105 115 } - } - b_liezen = { - province = 3130 - cultural_names = { - #Roman - name_list_roman = cn_stiriate - name_list_romano_gallic = cn_stiriate - name_list_romano_hispanic = cn_stiriate - name_list_romano_british = cn_stiriate - name_list_dalmatian = cn_stiriate - name_list_romano_african = cn_stiriate - name_list_romano_gothic = cn_stiriate - name_list_romano_dacian = cn_stiriate - name_list_romano_frank = cn_stiriate - name_list_romano_aramean = cn_stiriate - name_list_romano_vandalic = cn_stiriate - name_list_romano_thracian = cn_stiriate - name_list_romano_illyrian = cn_stiriate - name_list_romano_raetian = cn_stiriate - name_list_romano_noric = cn_stiriate - name_list_romano_pannonian = cn_stiriate - } - color = { 105 105 115 } - } - b_wels = { - province = 3133 - cultural_names = { - #Roman Cultures - name_list_roman = cn_ovilava - name_list_romano_gallic = cn_ovilava - name_list_romano_hispanic = cn_ovilava - name_list_romano_british = cn_ovilava - name_list_romano_african = cn_ovilava - name_list_romano_raetian = cn_ovilava - name_list_romano_thracian = cn_ovilava - name_list_romano_illyrian = cn_ovilava - name_list_romano_pannonian = cn_ovilava - name_list_dalmatian = cn_ovilava - name_list_romano_noric = cn_ovilava - name_list_romano_gothic = cn_ovilava - name_list_romano_dacian = cn_ovilava - name_list_romano_frank = cn_ovilava - name_list_romano_aramean = cn_ovilava - name_list_romano_vandalic = cn_ovilava - } - color = { 105 105 115 } - } - } c_linz = { color = { 115 105 105 } @@ -13773,13 +13794,78 @@ e_italy = { } color = { 115 105 105 } } + b_wels = { + province = 3133 + cultural_names = { + #Roman Cultures + name_list_roman = cn_ovilava + name_list_romano_gallic = cn_ovilava + name_list_romano_hispanic = cn_ovilava + name_list_romano_british = cn_ovilava + name_list_romano_african = cn_ovilava + name_list_romano_raetian = cn_ovilava + name_list_romano_thracian = cn_ovilava + name_list_romano_illyrian = cn_ovilava + name_list_romano_pannonian = cn_ovilava + name_list_dalmatian = cn_ovilava + name_list_romano_noric = cn_ovilava + name_list_romano_gothic = cn_ovilava + name_list_romano_dacian = cn_ovilava + name_list_romano_frank = cn_ovilava + name_list_romano_aramean = cn_ovilava + name_list_romano_vandalic = cn_ovilava + } + color = { 105 105 115 } + } + b_hallstatt = { + province = 3135 + color = { 105 105 115 } + } } c_schaumberg = { color = { 120 120 120 } + cultural_names = { #Most likely Limes fortification + #Roman + name_list_roman = cn_ioviacum + name_list_romano_gallic = cn_ioviacum + name_list_romano_hispanic = cn_ioviacum + name_list_romano_british = cn_ioviacum + name_list_dalmatian = cn_ioviacum + name_list_romano_african = cn_ioviacum + name_list_romano_gothic = cn_ioviacum + name_list_romano_dacian = cn_ioviacum + name_list_romano_frank = cn_ioviacum + name_list_romano_aramean = cn_ioviacum + name_list_romano_vandalic = cn_ioviacum + name_list_romano_thracian = cn_ioviacum + name_list_romano_illyrian = cn_ioviacum + name_list_romano_raetian = cn_ioviacum + name_list_romano_noric = cn_ioviacum + name_list_romano_pannonian = cn_ioviacum + } b_schaumberg = { province = 2971 color = { 120 120 120 } + cultural_names = { + #Roman + name_list_roman = cn_ioviacum + name_list_romano_gallic = cn_ioviacum + name_list_romano_hispanic = cn_ioviacum + name_list_romano_british = cn_ioviacum + name_list_dalmatian = cn_ioviacum + name_list_romano_african = cn_ioviacum + name_list_romano_gothic = cn_ioviacum + name_list_romano_dacian = cn_ioviacum + name_list_romano_frank = cn_ioviacum + name_list_romano_aramean = cn_ioviacum + name_list_romano_vandalic = cn_ioviacum + name_list_romano_thracian = cn_ioviacum + name_list_romano_illyrian = cn_ioviacum + name_list_romano_raetian = cn_ioviacum + name_list_romano_noric = cn_ioviacum + name_list_romano_pannonian = cn_ioviacum + } } b_strasswalchen = { province = 2979 @@ -13793,10 +13879,73 @@ e_italy = { c_amstetten = { color = { 170 160 160 } + cultural_names = { + #Roman + name_list_roman = cn_locus_felicis + name_list_romano_gallic = cn_locus_felicis + name_list_romano_hispanic = cn_locus_felicis + name_list_romano_british = cn_locus_felicis + name_list_dalmatian = cn_locus_felicis + name_list_romano_african = cn_locus_felicis + name_list_romano_gothic = cn_locus_felicis + name_list_romano_dacian = cn_locus_felicis + name_list_romano_frank = cn_locus_felicis + name_list_romano_aramean = cn_locus_felicis + name_list_romano_vandalic = cn_locus_felicis + name_list_romano_thracian = cn_locus_felicis + name_list_romano_illyrian = cn_locus_felicis + name_list_romano_raetian = cn_locus_felicis + name_list_romano_noric = cn_locus_felicis + name_list_romano_pannonian = cn_locus_felicis + } + b_amstetten = { province = 3093 color = { 170 160 160 } + cultural_names = { + #Roman + name_list_roman = cn_locus_felicis + name_list_romano_gallic = cn_locus_felicis + name_list_romano_hispanic = cn_locus_felicis + name_list_romano_british = cn_locus_felicis + name_list_dalmatian = cn_locus_felicis + name_list_romano_african = cn_locus_felicis + name_list_romano_gothic = cn_locus_felicis + name_list_romano_dacian = cn_locus_felicis + name_list_romano_frank = cn_locus_felicis + name_list_romano_aramean = cn_locus_felicis + name_list_romano_vandalic = cn_locus_felicis + name_list_romano_thracian = cn_locus_felicis + name_list_romano_illyrian = cn_locus_felicis + name_list_romano_raetian = cn_locus_felicis + name_list_romano_noric = cn_locus_felicis + name_list_romano_pannonian = cn_locus_felicis + } + } + b_liezen = { + province = 3130 + cultural_names = { + #Roman + name_list_roman = cn_stiriate + name_list_romano_gallic = cn_stiriate + name_list_romano_hispanic = cn_stiriate + name_list_romano_british = cn_stiriate + name_list_dalmatian = cn_stiriate + name_list_romano_african = cn_stiriate + name_list_romano_gothic = cn_stiriate + name_list_romano_dacian = cn_stiriate + name_list_romano_frank = cn_stiriate + name_list_romano_aramean = cn_stiriate + name_list_romano_vandalic = cn_stiriate + name_list_romano_thracian = cn_stiriate + name_list_romano_illyrian = cn_stiriate + name_list_romano_raetian = cn_stiriate + name_list_romano_noric = cn_stiriate + name_list_romano_pannonian = cn_stiriate + } + color = { 105 105 115 } } + b_waidhofen = { province = 3124 color = { 170 160 160 } diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index 04e081214e..35108a5a3e 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -2,7 +2,7 @@ https://upload.wikimedia.org/wikipedia/commons/0/04/The_Roman_Empire_ca_400_AD.png removed: -c_vanad, c_hayk, c_toksun +c_vanad, c_hayk, c_toksun, c_hallstatt Baronies Moved around: c_majar: Created from other parts of the Caucuses @@ -66,6 +66,11 @@ c_samman b_thaj from c_qatif c_qatif b_kazima from c_samman +c_linz + b_wels from c_hallstatt + b_hallstatt from c_hallstatt +c_amstetten + b_liezen from c_hallstatt TODO: c_dausar and associated diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index a9eb9585ba..5671065a51 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -1393,38 +1393,9 @@ } } -360920 = { - name = "Frederic" - dynasty = 1042161 - religion = "germanic_pagan" - culture = "rygir" - father = 57 - mother = 36093 - 450.1.1 = { - birth = yes - } - 493.1.1 = { - death = { - death_reason = death_battle - } - } -} +#Changed: 360920 -36093 = { - name = "Gissa" - female = yes - religion = "germanic_pagan" - culture = "rygir" - 435.1.1 = { - birth = yes - } - 490.1.1 = { - death = { - death_reason = death_execution - killer = 55 # Odovacar - } - } -} +#Changed: 36093 360960 = { name = "Boz" # King of the Antae diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 7a8056b119..73700be76d 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -1619,7 +1619,10 @@ royalscythian32 = { religion = "arian" culture = "skirian" father = 55_maternal_grandfather - 405.1.1 = { birth = yes } + 405.1.1 = { + birth = yes + trait = tall #Where Odoacer got it from (unlikely to be his Hun father) + } 460.1.1 = { death = yes } } 55_uncle = { diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 95cfb636ae..3c76c3f3cb 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -1,4 +1,8 @@ -### Arakanese => Pyu +#Sources: +#[1] - E. James, “The Barbarians from 376 to 476; On the Danube,” in Europe's barbarians, AD 200-600, London: Routledge Taylor & Francis Group, 2014. + + +### Arakanese => Pyu 526 = { name = "Ayekpam" # Ayekpam Ayekpamid @@ -117,21 +121,26 @@ stewardship = 2 religion = arian culture = skirian - #Personality & Education - trait = patient - trait = trusting - trait = ambitious - trait = diligent - trait = gregarious - trait = education_martial_4 - #Other Traits - trait = legendary_leader - trait = roman_nostalgia #Tried hard to keep Roman norms + helps keep the Romans from revolting. - trait = hunter_1 father = 56 # Edeko mother = 55_mother # Malgirda, a skirian princess - 431.1.2 = { birth = yes } + 431.1.2 = { + birth = yes + trait = tall #Reported by "Life of Saint Severinus" to be tall + } + 437.1.1 = { + #Personality & Education + trait = education_martial_4 + trait = patient + trait = trusting + trait = ambitious + trait = diligent + trait = gregarious + #Other Traits + trait = legendary_leader + trait = hunter_1 + } 465.1.1 = { add_spouse = 36645 } # Sunehilda, heruli princess + 476.2.2 = { trait = roman_nostalgia } #Tried hard to keep Roman norms + helps keep the Romans from revolting. 480.1.1 = { set_relation_rival = character:70515 #Emperor Zenon set_relation_rival = character:175110 #Julius Nepos @@ -5516,3 +5525,39 @@ VakatakaDynasty001 = { 580.1.1 = { birth = yes } 640.1.1 = { death = yes } } + +############## Germans of every stripe +360920 = { + name = "Frederic" #Fredericus 2, PLRE vol 2 + dynasty = 1042161 + religion = "arian" #Same as father + culture = "rygir" + father = 57 + mother = 36093 + 450.1.1 = { birth = yes } + 466.1.1 = { trait = disloyal } + #Not clear that he died in 493 war; it does appear that he won the battle (PLRE vol 2 ) and the + #Rugii *were* integrated into Ostrogothic Italy but maintained a separate identity until the + #Gothic war. + # + #So possible he negotiated an acceptable peace? + 500.1.1 = { death = yes } +} + +36093 = { #Gissa, wife of Feletheus + name = "Gissa" + female = yes + religion = "arian" #Same as husband + culture = "rygir" + 435.1.1 = { birth = yes } + 451.1.1 = { + trait = sadistic #[1] + trait = stubborn #[1] + } + 490.1.1 = { + death = { + death_reason = death_execution + killer = 55 # Odovacar + } + } +} \ No newline at end of file diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index bfe21ab0e6..c7399c663c 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -219,6 +219,107 @@ GaiusAvidiusHeliodorus = { #Father of Avidius Cassius 520.1.1 = { death = yes } } +########### Raetia-Noricum related characters + +#Various independent Romano-Noric rulers to model the loss of control parts of Noricum that were +#neither on the Limes (and thus likely under Rugii control) and were unlikely to be part of what +#remained of Roman power (away from Roman centers like Flavia Solva and Iuvavum, tribals, &c.) +KnittelfeldIndependent000 = { + name = Potentinus + religion = hellenic_pagan + culture = romano_noric + 414.1.1 = { birth = yes } + 466.1.1 = { death = yes } +} +KnittelfeldIndependent001 = { + name = Peregrinus + religion = hellenic_pagan + culture = romano_noric + father = KnittelfeldIndependent000 + 437.1.1 = { birth = yes } + 497.1.1 = { death = yes } +} +KnittelfeldIndependent002 = { + name = Maximus + religion = hellenic_pagan + culture = romano_noric + father = KnittelfeldIndependent000 + 466.1.1 = { birth = yes } + 531.1.1 = { death = yes } +} +#Graz +GrazIndependent000 = { + name = Marcus + religion = sol_invictus + culture = romano_noric + 418.1.1 = { birth = yes } + 484.1.1 = { death = yes } +} +GrazIndependent001 = { + name = Eutychianus + religion = sol_invictus + culture = romano_noric + father = GrazIndependent000 + 453.1.1 = { birth = yes } + 504.1.1 = { death = yes } +} +GrazIndependent002 = { + name = Eusebius + religion = sol_invictus + culture = romano_noric + father = GrazIndependent001 + 489.1.1 = { birth = yes } + 552.1.1 = { death = yes } +} +#Murzzuschlag +MurzzuschlagIndependent000 = { + name = Flavius + religion = nicene + culture = romano_noric + 416.1.1 = { birth = yes } + 474.1.1 = { death = yes } +} +MurzzuschlagIndependent001 = { + name = Laurentius + religion = nicene + culture = romano_noric + father = MurzzuschlagIndependent000 + 435.1.1 = { birth = yes } + 486.1.1 = { death = yes } +} +MurzzuschlagIndependent002 = { + name = Theodosius + religion = nicene + culture = romano_noric + father = MurzzuschlagIndependent001 + 465.1.1 = { birth = yes } + 520.1.1 = { death = yes } +} +#Pitten +PittenIndependent000 = { + name = Dunus + religion = nicene + culture = romano_noric + 416.1.1 = { birth = yes } + 459.1.1 = { death = yes } +} +PittenIndependent001 = { + name = Valentinus + religion = nicene + culture = romano_noric + father = PittenIndependent000 + 438.1.1 = { birth = yes } + 502.1.1 = { death = yes } +} +PittenIndependent002 = { + name = Paulinus + religion = nicene + culture = romano_noric + father = PittenIndependent001 + 469.1.1 = { birth = yes } + 516.1.1 = { death = yes } +} + ########### Gaul-Related Chars #Taifal rulers of Thifalia under d_limosin diff --git a/WtWSMS/history/characters/roman.txt b/WtWSMS/history/characters/roman.txt index c7663c8485..a62d9dcdfa 100644 --- a/WtWSMS/history/characters/roman.txt +++ b/WtWSMS/history/characters/roman.txt @@ -6268,14 +6268,25 @@ religion = nicene culture = roman trait = "intellect_good_2" - trait = "just" - trait = "education_learning_3" - trait = "generous" - trait = "compassionate" - trait = "humble" dynasty = 104246207 410.1.1 = { birth = yes } - 453.1.1 = { set_relation_friend = character:55 } + 426.1.1 = { + trait = "education_learning_3" + trait = "just" + trait = "generous" + trait = "compassionate" + trait = "humble" + trait = gregarious #Maintaining friendships with Odoacer, the Rugii + } + 460.1.1 = { + trait = devoted + trait = celibate + } + 467.1.1 = { + set_relation_friend = character:57 #Felethech of Rugii + set_relation_friend = character:360920 #Frederic of Rugii + } + 470.1.1 = { set_relation_friend = character:55 } #Friendship after his asceticism 476.1.1 = { employer = 55 } 482.1.8 = { death = yes @@ -6463,16 +6474,14 @@ culture = roman father = 1001100 dynasty = 104246207 - 450.1.1 = { + 435.1.1 = { + #Roman law required age 42 (this was flexible, I'm sure, but it makes the timeline for Severinus + #asceticism more logical if he's older). birth = yes - set_relation_friend = character:55 - } - 476.1.1 = { - employer = 55 - } - 500.1.1 = { - death = yes } + 470.1.1 = { set_relation_friend = character:55 } #Synced with his father + 476.1.1 = { employer = 55 } + 500.1.1 = { death = yes } } diff --git a/WtWSMS/history/provinces/bp_k_pannonia.txt b/WtWSMS/history/provinces/bp_k_pannonia.txt index 0c9d029625..9b02edacea 100644 --- a/WtWSMS/history/provinces/bp_k_pannonia.txt +++ b/WtWSMS/history/provinces/bp_k_pannonia.txt @@ -273,9 +273,10 @@ holding = castle_holding } 3091 = { #PADUN - holding = city_holding + holding = castle_holding #Military outpost primarily + 450.1.1 = { holding = none } #Destroyed during Barbarian migrations } 3087 = { #BRUCK - holding = church_holding #church_holding for diversity - 374.1.1 = { holding = none } + holding = city_holding + 374.1.1 = { holding = none } #Destroyed during Barbarian migrations } \ No newline at end of file diff --git a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt b/WtWSMS/history/provinces/bp_k_raetia_noricum.txt index 533fcd3395..641d368773 100644 --- a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt +++ b/WtWSMS/history/provinces/bp_k_raetia_noricum.txt @@ -226,7 +226,7 @@ holding = castle_holding } 2970 = { #SCHARDING - holding = church_holding #Standin for St. Severinus Monastery at Passau + holding = none } ##d_tyrol ################################### @@ -292,7 +292,7 @@ 3092 = { #PITTEN culture = romano_noric religion = nicene - holding = castle_holding + holding = tribal_holding #No Roman Town in DARE } 3120 = { #OBERWART holding = none @@ -314,7 +314,7 @@ 3121 = { #MURZZUSCHLAG culture = romano_noric religion = nicene - holding = castle_holding + holding = tribal_holding #Roman oppidium, so probably destroyed by 476 } 3119 = { #OSTFURSTENFELD holding = none @@ -327,7 +327,7 @@ 600.1.1 = { religion = nicene } } 3113 = { #SANKT VEIT - holding = church_holding #Probably not extant, but need holdings and was settled by 901 + holding = city_holding #Roman Noreia is closer (given Virunum takes up Klagenfurt) } 3108 = { #WOLFSBERG holding = none @@ -336,7 +336,7 @@ 3128 = { #KAMMERSBERG culture = romano_noric religion = hellenic_pagan - holding = castle_holding + holding = castle_holding #Roman Monate seems fairly close } 3114 = { #MURAU holding = none @@ -351,7 +351,7 @@ 3125 = { #KNITTELFELD culture = romano_noric religion = hellenic_pagan - holding = castle_holding + holding = tribal_holding } 3112 = { #JUDENBURG holding = none @@ -398,7 +398,7 @@ 2977 = { #BERCHTESGADEN culture = romano_noric religion = hellenic_pagan - holding = castle_holding + holding = castle_holding #Late Roman Oppidium, but far enough away to not be part of the loss of the Limes } 2985 = { #LAUKENTAL holding = none @@ -406,32 +406,26 @@ 2976 = { #KITZBUHEL holding = none } -###c_hallstatt -3135 = { #HALLSTATT - culture = romano_noric - religion = hellenic_pagan - holding = castle_holding -} -3130 = { #LIEZEN - holding = none -} -3133 = { #WELS - holding = city_holding #Wals-Seizenheim(?) -} ###c_linz 3131 = { #LINZ culture = romano_noric religion = nicene - holding = castle_holding + holding = tribal_holding } 3132 = { #STEYR - holding = castle_holding #probably Gesodnum + holding = city_holding #probably Gesodnum; iron age Celtic Oppidium +} +3133 = { #WELS + holding = city_holding #Wals-Seizenheim(?) +} +3135 = { #HALLSTATT + holding = none } ###c_schaumberg 2971 = { #SCHAUMBERG culture = romano_noric religion = nicene - holding = castle_holding + holding = tribal_holding #Limes (mostly) abandoned by 476 } 2979 = { #STRASSWALCHEN holding = none @@ -443,7 +437,10 @@ 3093 = { #AMSTETTEN culture = romano_noric religion = nicene - holding = castle_holding + holding = tribal_holding #Limes (mostly) abandoned by 476 +} +3130 = { #LIEZEN + holding = city_holding } 3124 = { #WAIDHOFEN holding = none @@ -452,7 +449,7 @@ 3089 = { #SANKT POLTEN culture = romano_noric religion = nicene - holding = church_holding #St Severinus Monastery (where he died) + holding = church_holding #St Severinus Monastery (where he died); closest holding really } 3122 = { #MARIAZELL holding = none diff --git a/WtWSMS/history/titles/bp_k_pannonia.txt b/WtWSMS/history/titles/bp_k_pannonia.txt index c4047b75c7..bf831c90f0 100644 --- a/WtWSMS/history/titles/bp_k_pannonia.txt +++ b/WtWSMS/history/titles/bp_k_pannonia.txt @@ -920,63 +920,7 @@ c_vienna = { #c_osterreich history 500.1.1 = { change_development_level = 4 } #Ravages of the Slavs and Avars 600.1.1 = { change_development_level = 2 } #Ravages of the Slavs and Avars #Rulers - 460.1.1={ - holder = 1001104 - liege="e_wre" - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic - liege = 0 - } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 476.1.2 = { holder = 57 } #Rugii; Probable capital, given its reasonable survival as an metro/trade center + 487.1.1 = { holder = 3594 } #Frederic, son of Felethech + #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War } diff --git a/WtWSMS/history/titles/bp_k_raetia_noricum.txt b/WtWSMS/history/titles/bp_k_raetia_noricum.txt index 2d7a96d228..0e658f5ea1 100644 --- a/WtWSMS/history/titles/bp_k_raetia_noricum.txt +++ b/WtWSMS/history/titles/bp_k_raetia_noricum.txt @@ -1001,7 +1001,7 @@ c_lienz = { #c_innsbruck history d_noricum_mediterranum = { 100.1.1 = { government = gubernatorial_government } } -c_graz = { #c_steiermark history +c_graz = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -1015,27 +1015,13 @@ c_graz = { #c_steiermark history holder = 1300560 #Promotus liege="e_wre" } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theodoric - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic + #Loss of Roman Control (Hunnic migration) + 444.1.1 = { + holder = GrazIndependent000 + government = subroman_government liege = 0 } + 484.1.1 = { holder = GrazIndependent001 } 526.1.1={ holder = 190203 # Athalarik } @@ -1067,12 +1053,11 @@ c_graz = { #c_steiermark history 568.1.1={ holder=155185 # Avar Khan 1 } - 580.1.1={ - holder = 33078 # Stanislav Sklaveni - liege="e_avar" + 602.1.1={ + holder=33081 # Avar Khan 2 } } -c_pitten = { #c_osterreich history (elimination) +c_pitten = { #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -1082,28 +1067,17 @@ c_pitten = { #c_osterreich history (elimination) 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 460.1.1={ - holder = 1001104 + 440.1.1 = { + holder = 1300560 #Promotus liege="e_wre" } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic + #Loss of Roman Control (Hunnic migration) + 444.1.1 = { + holder = PittenIndependent000 + government = tribal_government liege = 0 } + 459.1.1 = { holder = PittenIndependent001 } 526.1.1={ holder = 190203 # Athalarik } @@ -1123,26 +1097,23 @@ c_pitten = { #c_osterreich history (elimination) holder = 190118 # Totila liege=0 } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" + 552.1.1={ + holder = 155147 # Thila } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 + 553.1.1={ + holder=70512 } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" + 565.11.14={ + holder=70511 } - 620.1.1={ - holder = 30379 # Theodo Agilolfing + 568.1.1={ + holder=155185 # Avar Khan 1 } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing + 602.1.1={ + holder=33081 # Avar Khan 2 } } -c_liebnitz = { #c_steiermark history (elimination) +c_liebnitz = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -1213,7 +1184,7 @@ c_liebnitz = { #c_steiermark history (elimination) liege="e_avar" } } -c_murzzuschlag = { #c_osterreich history (elimination) +c_murzzuschlag = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -1223,28 +1194,17 @@ c_murzzuschlag = { #c_osterreich history (elimination) 600.1.1 = { change_development_level = 2 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 3 } #Feudal remnants rebuild slowly #Rulers - 460.1.1={ - holder = 1001104 + 440.1.1 = { + holder = 1300560 #Promotus liege="e_wre" } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic + #Loss of Roman Control (Hunnic migration) + 444.1.1 = { + holder = MurzzuschlagIndependent000 + government = tribal_government liege = 0 } + 474.1.1 = { holder = MurzzuschlagIndependent001 } 526.1.1={ holder = 190203 # Athalarik } @@ -1264,26 +1224,23 @@ c_murzzuschlag = { #c_osterreich history (elimination) holder = 190118 # Totila liege=0 } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" + 552.1.1={ + holder = 155147 # Thila } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 + 553.1.1={ + holder=70512 } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" + 565.11.14={ + holder=70511 } - 620.1.1={ - holder = 30379 # Theodo Agilolfing + 568.1.1={ + holder=155185 # Avar Khan 1 } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing + 602.1.1={ + holder=33081 # Avar Khan 2 } } -c_karnten = { #c_steiermark history (changed) +c_karnten = { #Development 1.1.1 = { change_development_level = 2 } 200.1.1 = { change_development_level = 4 } @@ -1354,7 +1311,7 @@ c_karnten = { #c_steiermark history (changed) liege="e_avar" } } -c_kammersberg = { #c_steiermark history (elimination) +c_kammersberg = { #Development 1.1.1 = { change_development_level = 2 } 200.1.1 = { change_development_level = 4 } @@ -1425,7 +1382,7 @@ c_kammersberg = { #c_steiermark history (elimination) liege="e_avar" } } -c_knittelfeld = { #c_steiermark history (elimination) +c_knittelfeld = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -1439,12 +1396,14 @@ c_knittelfeld = { #c_steiermark history (elimination) holder = 1300560 #Promotus liege="e_wre" } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" + #Loss of Roman Control (Hunnic migration) + 444.1.1 = { + holder = KnittelfeldIndependent000 + government = tribal_government + liege = 0 } + 466.1.1 = { holder = KnittelfeldIndependent001 } + #Ostrogothic Italian Kingdom 491.1.1={ holder = 63 # Theodoric liege = k_ostrogoths @@ -1496,7 +1455,7 @@ c_knittelfeld = { #c_steiermark history (elimination) liege="e_avar" } } -c_villach = { #c_steiermark history (changed) +c_villach = { #Development 1.1.1 = { change_development_level = 2 } 200.1.1 = { change_development_level = 4 } @@ -1738,79 +1697,6 @@ c_berchtesgaden = { #c_salzburg history holder = 30379 # Theodo II Agilolfing } } -c_hallstatt = { #c_salzburg history (elimination) - #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 488.1.1 = { change_development_level = 4 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 2 } #Ostrogothic migration - 600.1.1 = { change_development_level = 2 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 3 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic - liege = 0 - } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} c_linz = { #c_osterreich history #Development 1.1.1 = { change_development_level = 4 } @@ -1821,65 +1707,9 @@ c_linz = { #c_osterreich history 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 460.1.1={ - holder = 1001104 - liege="e_wre" - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic - liege = 0 - } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 476.1.2 = { holder = 57 } #Rugii + 487.1.1 = { holder = 3594 } + #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War } c_schaumberg = { #c_salzburg history (changed) #Development @@ -1891,68 +1721,9 @@ c_schaumberg = { #c_salzburg history (changed) 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic - liege = 0 - } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 476.1.2 = { holder = 57 } #Rugii + 487.1.1 = { holder = 3594 } + #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War } c_amstetten = { #c_osterreich history (elimination) #Development @@ -1964,67 +1735,11 @@ c_amstetten = { #c_osterreich history (elimination) 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 460.1.1={ - holder = 1001104 - liege="e_wre" - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic - liege = 0 - } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 476.1.2 = { holder = 57 } #Rugii + 487.1.1 = { holder = 3594 } + #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War } -c_sankt_polten = { #c_osterreich history +c_sankt_polten = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -2034,65 +1749,14 @@ c_sankt_polten = { #c_osterreich history 600.1.1 = { change_development_level = 2 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 3 } #Feudal remnants rebuild slowly #Rulers - 460.1.1={ - holder = 1001104 - liege="e_wre" - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic - liege = 0 - } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 470.1.1 = { + holder = 1001100 #Severinus + liege = k_rugiland #Probably how he was able to preserve as much of the province as he did + #Additionally, keeps Severinus in Noricum in 476 (instead of, say, Odoacer's court) + } + 482.1.8 = { holder = 57 } #Passes to secular ruler of the Rugii + 487.1.1 = { holder = 3594 } + #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War } c_passau = { #c_salzburg history (changed) #Development @@ -2103,7 +1767,8 @@ c_passau = { #c_salzburg history (changed) 493.1.1 = { change_development_level = 3 } #Ostrogothic migration 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers + #Batavis was one of the last hold outs of Roman control on the Danube [1] + #[1] - E. James, “The Barbarians from 376 to 476; On the Danube,” in Europe's barbarians, AD 200-600, London: Routledge Taylor & Francis Group, 2014. 440.1.1 = { holder = 1300560 #Promotus liege="e_wre" diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index db3a438f06..9b601bdb58 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -653,7 +653,11 @@ #c_karnten cn_virunum:0 "Virunum" cn_virunum_adj:0 "Virunum" + cn_noreia: "Noreia" #c_kammersberg + cn_monate: "Monate" + cn_monate_adj: "Monate" + cn_graviacis: "Graviacis" #c_knittelfeld #c_villach cn_sancticum:0 "Sancticum" @@ -667,6 +671,7 @@ cn_stainsland_adj:0 "Stáinsland" cn_artobriga:0 "Artobriga" #c_berchtesgaden + cn_cucullae: "Cucullae" #c_hallstatt cn_stiriate:0 "Stiriate" cn_stiriate_adj:0 "Stiriate" @@ -675,7 +680,9 @@ cn_lentia_adj:0 "Lentia" cn_styra:0 "Styra" #c_schaumberg + cn_ioviacum: "Ioviacum" #c_amstetten + cn_locus_felicis: "Locus Felicis" #c_sankt_polten cn_aelium_cethium:0 "Aelium Cethium" cn_aelium_cethium_adj:0 "Aelium Cethium" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 6c2909e11e..c27990fb46 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,14 +47,14 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'BanuBakr',\ + 'PittenIndependent',\ 0,\ #Character data - '10424465',\ - 'semitic_pagan',\ - 'adnanite',\ + '',\ + 'nicene',\ + 'romano_noric',\ #Starting year and end year - 400+randint(0,55),\ + 400+randint(0,31),\ 500,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ From 6372f125184cb04f3a173df1c79143d33b8f6312 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 12 Nov 2022 01:53:54 -0500 Subject: [PATCH 169/339] Split Raetia Noricum into Raetia and Noricum k_raetia_noricum is overly large and runs afoul of the design to emulate the Late Imperial provincial structure. With the increased county density in CK3, it makes sense to split them. --- WtWSMS/common/landed_titles/BP_e_italy.txt | 6 +- .../BP_sea_on_action_triggers.txt | 3 +- ..._k_raetia_noricum.txt => bp_k_noricum.txt} | 203 ----- WtWSMS/history/provinces/bp_k_raetia.txt | 231 +++++ ..._k_raetia_noricum.txt => bp_k_noricum.txt} | 790 +---------------- WtWSMS/history/titles/bp_k_raetia.txt | 792 ++++++++++++++++++ .../BP_titles_cultural_names_l_english.yml | 3 +- .../english/BP_titles_l_english.yml | 6 +- WtWSMS/map_data/_BP_map_notes.info | 2 +- .../geographical_region.txt | 6 +- 10 files changed, 1041 insertions(+), 1001 deletions(-) rename WtWSMS/history/provinces/{bp_k_raetia_noricum.txt => bp_k_noricum.txt} (61%) create mode 100644 WtWSMS/history/provinces/bp_k_raetia.txt rename WtWSMS/history/titles/{bp_k_raetia_noricum.txt => bp_k_noricum.txt} (58%) create mode 100644 WtWSMS/history/titles/bp_k_raetia.txt diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index e0a8508fa9..45938d5b2a 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -11946,7 +11946,7 @@ e_italy = { } } } - k_raetia_noricum = { + k_raetia = { color={ 105 125 65 } capital = c_augsburg @@ -12812,6 +12812,10 @@ e_italy = { } } } + } + k_noricum = { + color= { 100 105 120 } + capital = c_karnten d_tyrol = { color = { 75 65 75 } capital = c_innsbruck #De-facto only, actually Tirol diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index f673093665..06294096c4 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -65,7 +65,8 @@ annonaria_italy_noricum_trigger = { OR = { this.kingdom = title:k_italia this.kingdom = title:k_annonaria - this.kingdom = title:k_raetia_noricum + this.kingdom = title:k_raetia + this.kingdom = title:k_noricum } } diff --git a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt b/WtWSMS/history/provinces/bp_k_noricum.txt similarity index 61% rename from WtWSMS/history/provinces/bp_k_raetia_noricum.txt rename to WtWSMS/history/provinces/bp_k_noricum.txt index 641d368773..044a0b49f2 100644 --- a/WtWSMS/history/provinces/bp_k_raetia_noricum.txt +++ b/WtWSMS/history/provinces/bp_k_noricum.txt @@ -25,209 +25,6 @@ #the Celts) #https://en.wikipedia.org/wiki/Rhaetian_people#/media/File:R%C3%B6mische_Provinzen_im_Alpenraum_ca_14_n_Chr.png -#k_raetia_noricum - -##d_raetia_prima ################################### - -###c_grisons -2055 = { #CHUR - culture = romano_raetian - religion = nicene - holding = castle_holding -} -2052 = { #LIECHTENSTEIN = b_farduzes - holding = none -} -2789 = { #VARES - holding = none -} -2788 = { #WERDENBURG - holding = none -} -###c_sankt_gallen -2054 = { #KONSTANZ - culture = romano_raetian - religion = nicene - holding = castle_holding -} -2053 = { #SANKT GALLEN - holding = none - 612.1.1 = { holding = church_holding } #Hermitage founded -} -###c_zurich -2051 = { #ZURICH - culture = romano_raetian - religion = nicene - holding = castle_holding -} -2461 = { #SCHWYZ - holding = none - 750.1.1 = { holding = city_holding } #8th century settlement -} -3107 = { #ENGELBERG - holding = none -} -2050 = { #BASEL - holding = none - 806.1.1 = { holding = church_holding } #Separation of Diocese of Basil from Diocese of August Raurica -} -###c_ravensburg -2787 = { #BREGENZ - culture = romano_raetian - religion = nicene - holding = castle_holding -} -2786 = { #RAVENSBURG - holding = none -} -###c_alpsee -2782 = { #SCHONGAU - culture = romano_raetian - religion = nicene - holding = tribal_holding -} -2781 = { #PEITING - holding = none -} -2790 = { #HOHENSCHWANGAU - holding = none -} - -##d_raetia_secunda ################################### - -###c_augsburg -2778 = { #AUGSBURG - culture = romano_noric - religion = nicene - holding = castle_holding -} -2779 = { #FRIEDBERG - holding = none -} -2780 = { #LECHRAIN - holding = none -} -2784 = { #KAUFBEUREN - holding = none -} -###c_kempten -2783 = { #KEMPTEN - culture = alamannian - religion = germanic_pagan - holding = tribal_holding -} -2776 = { #MARSETTEN - holding = none -} -2785 = { #MEMMINGEN - holding = none -} -###c_burgau -2777 = { #BURGAU - culture = alamannian - religion = germanic_pagan - holding = tribal_holding -} -2775 = { #KIRCHBERG - holding = none -} -2938 = { #NIEDERSCHONENFELD - holding = none -} -###c_regensburg -2964 = { #REGENSBURG - culture = romano_noric - religion = nicene - holding = castle_holding -} -2941 = { #ABENSBERG - holding = none -} -2963 = { #LEONSBERG - holding = none -} -###c_munchen -2945 = { #MUNCHEN - culture = romano_noric - religion = nicene - holding = castle_holding -} -2946 = { #AHEIM - holding = none -} -2947 = { #WOLFRATSHAUSEN - holding = none -} -###c_eschenlohe -2949 = { #ESCHENLOHE - culture = romano_noric - religion = hellenic_pagan - holding = castle_holding -} -2948 = { #TOLZ - holding = none -} -###c_rothenburg -2942 = { #ROTHENBURG - culture = romano_noric - religion = nicene - holding = castle_holding -} -2943 = { #FREISING - holding = none - 724.1.1 = { holding = city_holding } #When the abbey was founded; made city for diversity -} -2939 = { #ILMMUNSTER - holding = none - 762.1.1 = { holding = church_holding } -} -2940 = { #MUNCHSMUNSTER - holding = none - 790.1.1 = { holding = church_holding } -} -###c_geisenhausen -2957 = { #GEISENHAUSEN - culture = romano_noric - religion = nicene - holding = castle_holding -} -2958 = { #ERDING - holding = none -} -###c_frontenhausen -2959 = { #FRONTENHAUSEN - culture = romano_noric - religion = nicene - holding = castle_holding -} -2961 = { #DORNBERG - holding = none -} -2962 = { #ORTENBURG - holding = none -} -2981 = { #BURGHAUSEN - holding = none -} -###c_falkenstein -2956 = { #FALKENSTEIN - culture = romano_noric - religion = hellenic_pagan - holding = castle_holding - 550.1.1 = { religion = nicene } -} -2984 = { #MARQUARTSTEIN - holding = none -} -###c_passau -2960 = { #PASSAU - culture = romano_noric - religion = nicene - holding = castle_holding -} -2970 = { #SCHARDING - holding = none -} ##d_tyrol ################################### diff --git a/WtWSMS/history/provinces/bp_k_raetia.txt b/WtWSMS/history/provinces/bp_k_raetia.txt new file mode 100644 index 0000000000..1deb646dfd --- /dev/null +++ b/WtWSMS/history/provinces/bp_k_raetia.txt @@ -0,0 +1,231 @@ +#Notes: +# Romansh arrises roughly when Germans began dominating the region after 765 +# so +# 765.1.1: remaining romano_raetian converts to Romansh +# +# St. Severinus of Noricum was preaching from 410 to 482 in Noricum, so the region +# wasn't thoroughly Christianized by 476 +# +# Minor centers of Sol Invictus cult in Noricum: +# see "Pagans and Christians in the Late Roman Empire" by Saghy, M. and Schoolman E.M. +# +# Combining other established sources with WtWSMS history, most of the mountain provinces +# were probably Christianized in the 6th century instead of earlier. +# +# Map of Christianity in 325 and 600 +# https://en.wikipedia.org/wiki/History_of_Christianity#/media/File:Spread_of_Christianity_to_AD_600_(1).png +# +# d_tyrol was close to a 325 center from the above, so was made nicene +# +# @Abian36 stated persecution of Sol Invictus around Vindovina in 474; the Sol Invictus counties get flipped to +# Nicene by 500 +# +# Celts & Raetians +#(Some of the linguistic/ethnic identification is fuzzy, so if there's doubt, I identify with Raetians over +#the Celts) +#https://en.wikipedia.org/wiki/Rhaetian_people#/media/File:R%C3%B6mische_Provinzen_im_Alpenraum_ca_14_n_Chr.png + +#k_raetia + +##d_raetia_prima ################################### + +###c_grisons +2055 = { #CHUR + culture = romano_raetian + religion = nicene + holding = castle_holding +} +2052 = { #LIECHTENSTEIN = b_farduzes + holding = none +} +2789 = { #VARES + holding = none +} +2788 = { #WERDENBURG + holding = none +} +###c_sankt_gallen +2054 = { #KONSTANZ + culture = romano_raetian + religion = nicene + holding = castle_holding +} +2053 = { #SANKT GALLEN + holding = none + 612.1.1 = { holding = church_holding } #Hermitage founded +} +###c_zurich +2051 = { #ZURICH + culture = romano_raetian + religion = nicene + holding = castle_holding +} +2461 = { #SCHWYZ + holding = none + 750.1.1 = { holding = city_holding } #8th century settlement +} +3107 = { #ENGELBERG + holding = none +} +2050 = { #BASEL + holding = none + 806.1.1 = { holding = church_holding } #Separation of Diocese of Basil from Diocese of August Raurica +} +###c_ravensburg +2787 = { #BREGENZ + culture = romano_raetian + religion = nicene + holding = castle_holding +} +2786 = { #RAVENSBURG + holding = none +} +###c_alpsee +2782 = { #SCHONGAU + culture = romano_raetian + religion = nicene + holding = tribal_holding +} +2781 = { #PEITING + holding = none +} +2790 = { #HOHENSCHWANGAU + holding = none +} + +##d_raetia_secunda ################################### + +###c_augsburg +2778 = { #AUGSBURG + culture = romano_noric + religion = nicene + holding = castle_holding +} +2779 = { #FRIEDBERG + holding = none +} +2780 = { #LECHRAIN + holding = none +} +2784 = { #KAUFBEUREN + holding = none +} +###c_kempten +2783 = { #KEMPTEN + culture = alamannian + religion = germanic_pagan + holding = tribal_holding +} +2776 = { #MARSETTEN + holding = none +} +2785 = { #MEMMINGEN + holding = none +} +###c_burgau +2777 = { #BURGAU + culture = alamannian + religion = germanic_pagan + holding = tribal_holding +} +2775 = { #KIRCHBERG + holding = none +} +2938 = { #NIEDERSCHONENFELD + holding = none +} +###c_regensburg +2964 = { #REGENSBURG + culture = romano_noric + religion = nicene + holding = castle_holding +} +2941 = { #ABENSBERG + holding = none +} +2963 = { #LEONSBERG + holding = none +} +###c_munchen +2945 = { #MUNCHEN + culture = romano_noric + religion = nicene + holding = castle_holding +} +2946 = { #AHEIM + holding = none +} +2947 = { #WOLFRATSHAUSEN + holding = none +} +###c_eschenlohe +2949 = { #ESCHENLOHE + culture = romano_noric + religion = hellenic_pagan + holding = castle_holding +} +2948 = { #TOLZ + holding = none +} +###c_rothenburg +2942 = { #ROTHENBURG + culture = romano_noric + religion = nicene + holding = castle_holding +} +2943 = { #FREISING + holding = none + 724.1.1 = { holding = city_holding } #When the abbey was founded; made city for diversity +} +2939 = { #ILMMUNSTER + holding = none + 762.1.1 = { holding = church_holding } +} +2940 = { #MUNCHSMUNSTER + holding = none + 790.1.1 = { holding = church_holding } +} +###c_geisenhausen +2957 = { #GEISENHAUSEN + culture = romano_noric + religion = nicene + holding = castle_holding +} +2958 = { #ERDING + holding = none +} +###c_frontenhausen +2959 = { #FRONTENHAUSEN + culture = romano_noric + religion = nicene + holding = castle_holding +} +2961 = { #DORNBERG + holding = none +} +2962 = { #ORTENBURG + holding = none +} +2981 = { #BURGHAUSEN + holding = none +} +###c_falkenstein +2956 = { #FALKENSTEIN + culture = romano_noric + religion = hellenic_pagan + holding = castle_holding + 550.1.1 = { religion = nicene } +} +2984 = { #MARQUARTSTEIN + holding = none +} +###c_passau +2960 = { #PASSAU + culture = romano_noric + religion = nicene + holding = castle_holding +} +2970 = { #SCHARDING + holding = none +} + diff --git a/WtWSMS/history/titles/bp_k_raetia_noricum.txt b/WtWSMS/history/titles/bp_k_noricum.txt similarity index 58% rename from WtWSMS/history/titles/bp_k_raetia_noricum.txt rename to WtWSMS/history/titles/bp_k_noricum.txt index 0e658f5ea1..6fce3fd02e 100644 --- a/WtWSMS/history/titles/bp_k_raetia_noricum.txt +++ b/WtWSMS/history/titles/bp_k_noricum.txt @@ -1,797 +1,9 @@ -k_raetia_noricum = { +k_noricum = { 100.1.1 = { government = gubernatorial_government } 475.8.28 = { holder = 96054 } # Romulus Augustus 476.9.4 = { holder = 0 } # fall of Romulus Augustulus } -#County level development -d_raetia_prima = { - 100.1.1 = { government = gubernatorial_government } -} -c_grisons = { - #Development - 1.1.1 = { change_development_level = 1 } - 200.1.1 = { change_development_level = 2 } - 400.1.1 = { change_development_level = 3 } - 476.1.1 = { change_development_level = 3 } #End of Roman Rule - 600.1.1 = { change_development_level = 3 } - 700.1.1 = { change_development_level = 3 } - #Rulers - 452.1.1={ - holder = 41726 # Asinius - } - 455.1.1={ - holder = 41727 # Pruritius - } - 470.1.1={ - holder = 41728 # Claudian - } - 485.1.1={ - holder = 456558 # Ursinicus - } - 495.1.1={ - holder = 462006 # Sidonius - } - 520.1.1={ - holder = 462161 # Eddo - } - 530.1.1={ - holder = 1300071 # Valentinianus - } - 539.1.1={ - holder=106550 # Butilin Chrocus - liege = k_austrasia - } - 554.1.1={ - holder=106551 # Leuthari Chrocus - } - 573.1.1={ - holder=106555 # Theodefrid Chrocus - } - 580.1.1={ - holder=106558 # Leutfrid Chrocus - } - 588.1.1={ - holder=106570 # Uncilin Chrocus - } - 607.1.1={ - holder=106572 # Gunzo Chrocus - } - 630.1.1={ - holder= 106574 # Chrodobert Chrocus - } - 642.1.1={ - holder= 106590 # Leuthari Chrocus - } - 645.1.1={ - holder= 106590 # Gotfrid Agilolfing - } -} -c_sankt_gallen = { - #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 476.1.1 = { change_development_level = 9 } #End of Roman Rule - 600.1.1 = { change_development_level = 9 } - 700.1.1 = { change_development_level = 9 } - #Rulers - 452.1.1={ - holder = 41726 # Asinius - } - 455.1.1={ - holder = 41727 # Pruritius - } - 470.1.1={ - holder = 41728 # Claudian - } - 485.1.1={ - holder = 456558 # Ursinicus - } - 495.1.1={ - holder = 462006 # Sidonius - } - 520.1.1={ - holder = 462161 # Eddo - } - 530.1.1={ - holder = 1300071 # Valentinianus - } - 539.1.1={ - holder=106550 # Butilin Chrocus - liege = k_austrasia - } - 554.1.1={ - holder=106551 # Leuthari Chrocus - } - 573.1.1={ - holder=106555 # Theodefrid Chrocus - } - 580.1.1={ - holder=106558 # Leutfrid Chrocus - } - 588.1.1={ - holder=106570 # Uncilin Chrocus - } - 607.1.1={ - holder=106572 # Gunzo Chrocus - } - 630.1.1={ - holder= 106574 # Chrodobert Chrocus - } - 642.1.1={ - holder= 106590 # Leuthari Chrocus - } - 645.1.1={ - holder= 106590 # Gotfrid Agilolfing - } -} -c_zurich = { #c_schwyz history - #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 476.1.1 = { change_development_level = 9 } #End of Roman Rule - 600.1.1 = { change_development_level = 9 } - 700.1.1 = { change_development_level = 9 } - #Rulers - 452.1.1={ - holder = 41726 # Asinius - } - 455.1.1={ - holder = 41727 # Pruritius - } - 470.1.1={ - holder = 41728 # Claudian - } - 485.1.1={ - holder = 456558 # Ursinicus - } - 495.1.1={ - holder = 462006 # Sidonius - } - 520.1.1={ - holder = 462161 # Eddo - } - 530.1.1={ - holder = 1300071 # Valentinianus - } - 539.1.1={ - holder=106550 # Butilin Chrocus - liege = k_austrasia - } - 554.1.1={ - holder=106551 # Leuthari Chrocus - } - 573.1.1={ - holder=106555 # Theodefrid Chrocus - } - 580.1.1={ - holder=106558 # Leutfrid Chrocus - } - 588.1.1={ - holder=106570 # Uncilin Chrocus - } - 607.1.1={ - holder=106572 # Gunzo Chrocus - } - 630.1.1={ - holder= 106574 # Chrodobert Chrocus - } - 642.1.1={ - holder= 106590 # Leuthari Chrocus - } - 645.1.1={ - holder= 106590 # Gotfrid Agilolfing - } -} -c_ravensburg = { #c_grisons history (changed from c_tirol history) - #Development - 1.1.1 = { change_development_level = 2 } - 200.1.1 = { change_development_level = 4 } - 400.1.1 = { change_development_level = 6 } - 500.1.1 = { change_development_level = 6 } - 600.1.1 = { change_development_level = 6 } - 700.1.1 = { change_development_level = 6 } - #Rulers - 452.1.1={ - holder = 41726 # Asinius - } - 455.1.1={ - holder = 41727 # Pruritius - } - 470.1.1={ - holder = 41728 # Claudian - } - 485.1.1={ - holder = 456558 # Ursinicus - } - 495.1.1={ - holder = 462006 # Sidonius - } - 520.1.1={ - holder = 462161 # Eddo - } - 530.1.1={ - holder = 1300071 # Valentinianus - } - 539.1.1={ - holder=106550 # Butilin Chrocus - liege = k_austrasia - } - 554.1.1={ - holder=106551 # Leuthari Chrocus - } - 573.1.1={ - holder=106555 # Theodefrid Chrocus - } - 580.1.1={ - holder=106558 # Leutfrid Chrocus - } - 588.1.1={ - holder=106570 # Uncilin Chrocus - } - 607.1.1={ - holder=106572 # Gunzo Chrocus - } - 630.1.1={ - holder= 106574 # Chrodobert Chrocus - } - 642.1.1={ - holder= 106590 # Leuthari Chrocus - } - 645.1.1={ - holder= 106590 # Gotfrid Agilolfing - } -} -c_alpsee = { #c_kempten history (elimination) - #Development - 1.1.1 = { change_development_level = 2 } - 200.1.1 = { change_development_level = 4 } - 400.1.1 = { change_development_level = 6 } - 500.1.1 = { change_development_level = 6 } - 600.1.1 = { change_development_level = 6 } - 700.1.1 = { change_development_level = 6 } - #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} - -#County level development -d_raetia_secunda = { - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 0 - } -} -c_augsburg = { #c_kempten history - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 476.1.1 = { change_development_level = 4 } #Tribalization - #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_kempten = { - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 476.1.1 = { change_development_level = 4 } #Tribalization - #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_burgau = { #c_kempten history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 476.1.1 = { change_development_level = 4 } #Tribalization - #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_regensburg = { #c_kempten history (changed) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 476.1.1 = { change_development_level = 4 } #Tribalization - #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_munchen = { #c_oberbayern history - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_eschenlohe = { #c_oberbayern history (elimination) - #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 488.1.1 = { change_development_level = 4 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 2 } #Ostrogothic migration - 600.1.1 = { change_development_level = 2 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 3 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_rothenburg = { #c_kempten history (changed) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 476.1.1 = { change_development_level = 4 } #Tribalization - #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_geisenhausen = { #c_oberbayern history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_frontenhausen = { #c_oberbayern history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_falkenstein = { #c_oberbayern history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} - d_tyrol = { #Development 1.1.1 = { change_development_level = 2 } diff --git a/WtWSMS/history/titles/bp_k_raetia.txt b/WtWSMS/history/titles/bp_k_raetia.txt new file mode 100644 index 0000000000..f18dbdad1b --- /dev/null +++ b/WtWSMS/history/titles/bp_k_raetia.txt @@ -0,0 +1,792 @@ +k_raetia = { + 1.1.1 = {} +} + +#County level development +d_raetia_prima = { + 100.1.1 = { government = gubernatorial_government } +} +c_grisons = { + #Development + 1.1.1 = { change_development_level = 1 } + 200.1.1 = { change_development_level = 2 } + 400.1.1 = { change_development_level = 3 } + 476.1.1 = { change_development_level = 3 } #End of Roman Rule + 600.1.1 = { change_development_level = 3 } + 700.1.1 = { change_development_level = 3 } + #Rulers + 452.1.1={ + holder = 41726 # Asinius + } + 455.1.1={ + holder = 41727 # Pruritius + } + 470.1.1={ + holder = 41728 # Claudian + } + 485.1.1={ + holder = 456558 # Ursinicus + } + 495.1.1={ + holder = 462006 # Sidonius + } + 520.1.1={ + holder = 462161 # Eddo + } + 530.1.1={ + holder = 1300071 # Valentinianus + } + 539.1.1={ + holder=106550 # Butilin Chrocus + liege = k_austrasia + } + 554.1.1={ + holder=106551 # Leuthari Chrocus + } + 573.1.1={ + holder=106555 # Theodefrid Chrocus + } + 580.1.1={ + holder=106558 # Leutfrid Chrocus + } + 588.1.1={ + holder=106570 # Uncilin Chrocus + } + 607.1.1={ + holder=106572 # Gunzo Chrocus + } + 630.1.1={ + holder= 106574 # Chrodobert Chrocus + } + 642.1.1={ + holder= 106590 # Leuthari Chrocus + } + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing + } +} +c_sankt_gallen = { + #Development + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 476.1.1 = { change_development_level = 9 } #End of Roman Rule + 600.1.1 = { change_development_level = 9 } + 700.1.1 = { change_development_level = 9 } + #Rulers + 452.1.1={ + holder = 41726 # Asinius + } + 455.1.1={ + holder = 41727 # Pruritius + } + 470.1.1={ + holder = 41728 # Claudian + } + 485.1.1={ + holder = 456558 # Ursinicus + } + 495.1.1={ + holder = 462006 # Sidonius + } + 520.1.1={ + holder = 462161 # Eddo + } + 530.1.1={ + holder = 1300071 # Valentinianus + } + 539.1.1={ + holder=106550 # Butilin Chrocus + liege = k_austrasia + } + 554.1.1={ + holder=106551 # Leuthari Chrocus + } + 573.1.1={ + holder=106555 # Theodefrid Chrocus + } + 580.1.1={ + holder=106558 # Leutfrid Chrocus + } + 588.1.1={ + holder=106570 # Uncilin Chrocus + } + 607.1.1={ + holder=106572 # Gunzo Chrocus + } + 630.1.1={ + holder= 106574 # Chrodobert Chrocus + } + 642.1.1={ + holder= 106590 # Leuthari Chrocus + } + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing + } +} +c_zurich = { #c_schwyz history + #Development + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 476.1.1 = { change_development_level = 9 } #End of Roman Rule + 600.1.1 = { change_development_level = 9 } + 700.1.1 = { change_development_level = 9 } + #Rulers + 452.1.1={ + holder = 41726 # Asinius + } + 455.1.1={ + holder = 41727 # Pruritius + } + 470.1.1={ + holder = 41728 # Claudian + } + 485.1.1={ + holder = 456558 # Ursinicus + } + 495.1.1={ + holder = 462006 # Sidonius + } + 520.1.1={ + holder = 462161 # Eddo + } + 530.1.1={ + holder = 1300071 # Valentinianus + } + 539.1.1={ + holder=106550 # Butilin Chrocus + liege = k_austrasia + } + 554.1.1={ + holder=106551 # Leuthari Chrocus + } + 573.1.1={ + holder=106555 # Theodefrid Chrocus + } + 580.1.1={ + holder=106558 # Leutfrid Chrocus + } + 588.1.1={ + holder=106570 # Uncilin Chrocus + } + 607.1.1={ + holder=106572 # Gunzo Chrocus + } + 630.1.1={ + holder= 106574 # Chrodobert Chrocus + } + 642.1.1={ + holder= 106590 # Leuthari Chrocus + } + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing + } +} +c_ravensburg = { #c_grisons history (changed from c_tirol history) + #Development + 1.1.1 = { change_development_level = 2 } + 200.1.1 = { change_development_level = 4 } + 400.1.1 = { change_development_level = 6 } + 500.1.1 = { change_development_level = 6 } + 600.1.1 = { change_development_level = 6 } + 700.1.1 = { change_development_level = 6 } + #Rulers + 452.1.1={ + holder = 41726 # Asinius + } + 455.1.1={ + holder = 41727 # Pruritius + } + 470.1.1={ + holder = 41728 # Claudian + } + 485.1.1={ + holder = 456558 # Ursinicus + } + 495.1.1={ + holder = 462006 # Sidonius + } + 520.1.1={ + holder = 462161 # Eddo + } + 530.1.1={ + holder = 1300071 # Valentinianus + } + 539.1.1={ + holder=106550 # Butilin Chrocus + liege = k_austrasia + } + 554.1.1={ + holder=106551 # Leuthari Chrocus + } + 573.1.1={ + holder=106555 # Theodefrid Chrocus + } + 580.1.1={ + holder=106558 # Leutfrid Chrocus + } + 588.1.1={ + holder=106570 # Uncilin Chrocus + } + 607.1.1={ + holder=106572 # Gunzo Chrocus + } + 630.1.1={ + holder= 106574 # Chrodobert Chrocus + } + 642.1.1={ + holder= 106590 # Leuthari Chrocus + } + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing + } +} +c_alpsee = { #c_kempten history (elimination) + #Development + 1.1.1 = { change_development_level = 2 } + 200.1.1 = { change_development_level = 4 } + 400.1.1 = { change_development_level = 6 } + 500.1.1 = { change_development_level = 6 } + 600.1.1 = { change_development_level = 6 } + 700.1.1 = { change_development_level = 6 } + #Rulers + 466.1.1={ + holder=36 + } + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" + } + 511.1.1={ + liege="k_austrasia" + } + 521.1.1={ + holder=106550 # Butilin Chrocus + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} + +#County level development +d_raetia_secunda = { + 500.1.1 = { + holder = 1300946 # Servatus + liege = k_italy + } + 540.1.1={ + holder = 0 + } +} +c_augsburg = { #c_kempten history + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 476.1.1 = { change_development_level = 4 } #Tribalization + #Rulers + 466.1.1={ + holder=36 + } + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" + } + 511.1.1={ + liege="k_austrasia" + } + 521.1.1={ + holder=106550 # Butilin Chrocus + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_kempten = { + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 476.1.1 = { change_development_level = 4 } #Tribalization + #Rulers + 466.1.1={ + holder=36 + } + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" + } + 511.1.1={ + liege="k_austrasia" + } + 521.1.1={ + holder=106550 # Butilin Chrocus + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_burgau = { #c_kempten history (elimination) + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 476.1.1 = { change_development_level = 4 } #Tribalization + #Rulers + 466.1.1={ + holder=36 + } + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" + } + 511.1.1={ + liege="k_austrasia" + } + 521.1.1={ + holder=106550 # Butilin Chrocus + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_regensburg = { #c_kempten history (changed) + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 476.1.1 = { change_development_level = 4 } #Tribalization + #Rulers + 466.1.1={ + holder=36 + } + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" + } + 511.1.1={ + liege="k_austrasia" + } + 521.1.1={ + holder=106550 # Butilin Chrocus + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_munchen = { #c_oberbayern history + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 3 } #Ostrogothic migration + 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly + #Rulers + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1300946 # Servatus + liege = k_italy + } + 540.1.1={ + holder = 190222 # Ildibad + liege = 0 + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_eschenlohe = { #c_oberbayern history (elimination) + #Development + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 488.1.1 = { change_development_level = 4 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 2 } #Ostrogothic migration + 600.1.1 = { change_development_level = 2 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 3 } #Feudal remnants rebuild slowly + #Rulers + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1300946 # Servatus + liege = k_italy + } + 540.1.1={ + holder = 190222 # Ildibad + liege = 0 + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_rothenburg = { #c_kempten history (changed) + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 476.1.1 = { change_development_level = 4 } #Tribalization + #Rulers + 466.1.1={ + holder=36 + } + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" + } + 511.1.1={ + liege="k_austrasia" + } + 521.1.1={ + holder=106550 # Butilin Chrocus + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_geisenhausen = { #c_oberbayern history (elimination) + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 3 } #Ostrogothic migration + 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly + #Rulers + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1300946 # Servatus + liege = k_italy + } + 540.1.1={ + holder = 190222 # Ildibad + liege = 0 + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_frontenhausen = { #c_oberbayern history (elimination) + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 3 } #Ostrogothic migration + 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly + #Rulers + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1300946 # Servatus + liege = k_italy + } + 540.1.1={ + holder = 190222 # Ildibad + liege = 0 + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} +c_falkenstein = { #c_oberbayern history (elimination) + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 3 } #Ostrogothic migration + 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly + #Rulers + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1300946 # Servatus + liege = k_italy + } + 540.1.1={ + holder = 190222 # Ildibad + liege = 0 + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} + diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 9b601bdb58..e6811559d6 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -578,7 +578,7 @@ cn_wien_adj:0 "Wien" cn_aquae:0 "Aquae" cn_carnuntum:0 "Carnuntum" - ###k_raetia_noricum + ###k_raetia ##d_raetia_prima #c_grisons cn_bilitio:0 "Bilitio" @@ -626,6 +626,7 @@ cn_monachium_adj:0 "Monachium" cn_holzheim:0 "Holzheim" cn_holzheim_adj:0 "Holzheim" + ###k_noricum ##d_tyrol cn_tirolis:0 "Tirolis" cn_tirolis_adj:0 "Tirolis" diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 3832497df9..12f598a0c9 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -163,12 +163,14 @@ c_aquincum_adj:0 "Aquincum" d_pannonia_prima:0 "Pannonia Prima" d_pannonia_prima_adj:0 "Pannonia Prima" - k_raetia_noricum:0 "Raetia-Noricum" - k_raetia_noricum_adj:0 "Raetia-Noricum" + k_raetia: "Raetia" + k_raetia_adj: "Raetia" d_raetia_prima:0 "Raetia Prima" d_raetia_prima_adj:0 "Raetia Prima" d_raetia_secunda:0 "Raetia Secunda" d_raetia_secunda_adj:0 "Raetia Secunda" + k_noricum: "Noricum" + k_noricum_adj: "Noricum" d_noricum_mediterranum:0 "Noricum Mediterranum" d_noricum_mediterranum_adj:0 "Noricum Mediterranum" d_noricum_ripense:0 "Noricum Ripense" diff --git a/WtWSMS/map_data/_BP_map_notes.info b/WtWSMS/map_data/_BP_map_notes.info index 165c424844..cdc89d8cf4 100644 --- a/WtWSMS/map_data/_BP_map_notes.info +++ b/WtWSMS/map_data/_BP_map_notes.info @@ -44,7 +44,7 @@ e_italy k_pannonia: d_pannonia_prima: c_vienna, c_gyor d_pannonia_valeria: c_aquincum, c_baranya, c_tolna, c_szekesfehervar -k_raetia_noricum: +k_raetia & k_noricum: d_noricum_ripense: c_sankt_polten, c_amstetten, c_schaumberg, c_passau d_raetia_secunda: c_regensburg, c_rothenburg, c_burgau diff --git a/WtWSMS/map_data/geographical_regions/geographical_region.txt b/WtWSMS/map_data/geographical_regions/geographical_region.txt index f549fbded5..d109f1921d 100644 --- a/WtWSMS/map_data/geographical_regions/geographical_region.txt +++ b/WtWSMS/map_data/geographical_regions/geographical_region.txt @@ -54,7 +54,7 @@ world_roman_empire_west_italy = { d_salona d_ragusa d_usora d_bosna #k_pannonia d_pannonia_secunda d_pannonia_savia d_pannonia_valeria d_pannonia_prima - #k_raetia_noricum + #k_raetia & k_noricum d_raetia_prima d_raetia_secunda d_tyrol d_noricum_mediterranum d_noricum_ripense } } @@ -443,7 +443,7 @@ world_europe_west_germania = { ##### Changed from Vanilla d_westpommern d_ostpommern #k_frisia d_westfriesland d_groningen d_frisia - #k_raetia_noricum + #k_raetia & k_noricum d_raetia_prima d_raetia_secunda d_noricum_mediterranum d_noricum_ripense d_tyrol } } @@ -2952,7 +2952,7 @@ ghw_region_poland_bohemia_bavaria = { ##### Changed from Vanilla duchies = { #k_danubia d_danubia_prima d_danubia_secunda d_danubia_tertia d_danubia_quarta - #k_raetia_noricum (Bavaria) + #k_raetia & k_noricum (Bavaria) d_raetia_secunda d_tyrol d_noricum_mediterranum d_noricum_ripense } } From e07d1426d810477aeec8b9b9b7be6bb2e5d4a123 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 12 Nov 2022 02:33:47 -0500 Subject: [PATCH 170/339] Rework counties in k_raetia, k_noricum * Rework counties to follow the riverine definitions of the Roman provinces between Raetia and Noricum and to break up large counties --- WtWSMS/common/landed_titles/BP_e_italy.txt | 201 ++++++++++-------- WtWSMS/common/landed_titles/_BP.info | 20 +- WtWSMS/history/provinces/bp_k_noricum.txt | 17 +- WtWSMS/history/provinces/bp_k_raetia.txt | 39 +--- WtWSMS/history/titles/bp_k_noricum.txt | 73 +++++++ WtWSMS/history/titles/bp_k_raetia.txt | 184 ---------------- .../BP_titles_cultural_names_l_english.yml | 3 + .../english/BP_titles_l_english.yml | 2 + 8 files changed, 237 insertions(+), 302 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index 45938d5b2a..2b481a8aca 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -12730,6 +12730,14 @@ e_italy = { province = 2947 color = { 75 75 75 } } + b_erding = { + province = 2958 + color = { 75 100 100 } + } + b_falkenstein = { + province = 2956 + color = { 70 80 80 } + } } c_eschenlohe = { color = { 60 70 70 } @@ -12767,21 +12775,66 @@ e_italy = { color = { 80 80 95 } } } - c_geisenhausen = { - color = { 75 100 100 } + c_passau = { + color = { 80 80 80 } - b_geisenhausen = { - province = 2957 - color = { 75 100 100 } + cultural_names = { + #Roman + name_list_roman = cn_castra_batava + name_list_romano_gallic = cn_castra_batava + name_list_romano_hispanic = cn_castra_batava + name_list_romano_british = cn_castra_batava + name_list_dalmatian = cn_castra_batava + name_list_romano_african = cn_castra_batava + name_list_romano_gothic = cn_castra_batava + name_list_romano_dacian = cn_castra_batava + name_list_romano_frank = cn_castra_batava + name_list_romano_aramean = cn_castra_batava + name_list_romano_vandalic = cn_castra_batava + name_list_romano_thracian = cn_castra_batava + name_list_romano_illyrian = cn_castra_batava + name_list_romano_raetian = cn_castra_batava + name_list_romano_noric = cn_castra_batava + name_list_romano_pannonian = cn_castra_batava + #Germanic + name_list_alamannian = cn_drifulzburg + name_list_rygir = cn_threisathabaurgs + name_list_ostrogothic = cn_threisathabaurgs + name_list_old_saxon = cn_thrieahaburg + name_list_lombard = cn_drifulzburg + name_list_thuringian = cn_drifulzburg } - b_erding = { - province = 2958 - color = { 75 100 100 } + + b_passau = { + province = 2960 + cultural_names = { + #Roman + name_list_roman = cn_castra_batava + name_list_romano_gallic = cn_castra_batava + name_list_romano_hispanic = cn_castra_batava + name_list_romano_british = cn_castra_batava + name_list_dalmatian = cn_castra_batava + name_list_romano_african = cn_castra_batava + name_list_romano_gothic = cn_castra_batava + name_list_romano_dacian = cn_castra_batava + name_list_romano_frank = cn_castra_batava + name_list_romano_aramean = cn_castra_batava + name_list_romano_vandalic = cn_castra_batava + name_list_romano_thracian = cn_castra_batava + name_list_romano_illyrian = cn_castra_batava + name_list_romano_raetian = cn_castra_batava + name_list_romano_noric = cn_castra_batava + name_list_romano_pannonian = cn_castra_batava + #Germanic + name_list_alamannian = cn_drifulzburg + name_list_rygir = cn_threisathabaurgs + name_list_ostrogothic = cn_threisathabaurgs + name_list_old_saxon = cn_thrieahaburg + name_list_lombard = cn_drifulzburg + name_list_thuringian = cn_drifulzburg + } + color = { 80 80 80 } } - } - c_frontenhausen = { - color = { 90 90 90 } - b_frontenhausen = { province = 2959 color = { 90 90 90 } @@ -12794,21 +12847,9 @@ e_italy = { province = 2962 color = { 90 90 90 } } - b_burghausen = { - province = 2981 - color = { 90 90 90 } - } - } - c_falkenstein = { - color = { 70 80 80 } - - b_falkenstein = { - province = 2956 - color = { 70 80 80 } - } - b_marquardstein = { - province = 2984 - color = { 70 80 80 } + b_geisenhausen = { + province = 2957 + color = { 75 100 100 } } } } @@ -13669,10 +13710,6 @@ e_italy = { } color = { 110 110 110 } } - b_laufen = { - province = 2982 - color = { 110 110 110 } - } } c_berchtesgaden = { color = { 115 105 115 } @@ -13879,6 +13916,10 @@ e_italy = { province = 2972 color = { 120 120 120 } } + b_scharding = { + province = 2970 + color = { 80 80 80 } + } } c_amstetten = { color = { 170 160 160 } @@ -14046,69 +14087,59 @@ e_italy = { color = { 200 180 180 } } } - c_passau = { - color = { 80 80 80 } + c_rosenheim = { + color = { 83 82 81 } cultural_names = { #Roman - name_list_roman = cn_castra_batava - name_list_romano_gallic = cn_castra_batava - name_list_romano_hispanic = cn_castra_batava - name_list_romano_british = cn_castra_batava - name_list_dalmatian = cn_castra_batava - name_list_romano_african = cn_castra_batava - name_list_romano_gothic = cn_castra_batava - name_list_romano_dacian = cn_castra_batava - name_list_romano_frank = cn_castra_batava - name_list_romano_aramean = cn_castra_batava - name_list_romano_vandalic = cn_castra_batava - name_list_romano_thracian = cn_castra_batava - name_list_romano_illyrian = cn_castra_batava - name_list_romano_raetian = cn_castra_batava - name_list_romano_noric = cn_castra_batava - name_list_romano_pannonian = cn_castra_batava - #Germanic - name_list_alamannian = cn_drifulzburg - name_list_rygir = cn_threisathabaurgs - name_list_ostrogothic = cn_threisathabaurgs - name_list_old_saxon = cn_thrieahaburg - name_list_lombard = cn_drifulzburg - name_list_thuringian = cn_drifulzburg + name_list_roman = cn_pons_aeni + name_list_romano_gallic = cn_pons_aeni + name_list_romano_hispanic = cn_pons_aeni + name_list_romano_british = cn_pons_aeni + name_list_dalmatian = cn_pons_aeni + name_list_romano_african = cn_pons_aeni + name_list_romano_gothic = cn_pons_aeni + name_list_romano_dacian = cn_pons_aeni + name_list_romano_frank = cn_pons_aeni + name_list_romano_aramean = cn_pons_aeni + name_list_romano_vandalic = cn_pons_aeni + name_list_romano_thracian = cn_pons_aeni + name_list_romano_illyrian = cn_pons_aeni + name_list_romano_raetian = cn_pons_aeni + name_list_romano_noric = cn_pons_aeni + name_list_romano_pannonian = cn_pons_aeni } - b_passau = { - province = 2960 + b_marquardstein = { + province = 2984 + color = { 70 80 80 } cultural_names = { #Roman - name_list_roman = cn_castra_batava - name_list_romano_gallic = cn_castra_batava - name_list_romano_hispanic = cn_castra_batava - name_list_romano_british = cn_castra_batava - name_list_dalmatian = cn_castra_batava - name_list_romano_african = cn_castra_batava - name_list_romano_gothic = cn_castra_batava - name_list_romano_dacian = cn_castra_batava - name_list_romano_frank = cn_castra_batava - name_list_romano_aramean = cn_castra_batava - name_list_romano_vandalic = cn_castra_batava - name_list_romano_thracian = cn_castra_batava - name_list_romano_illyrian = cn_castra_batava - name_list_romano_raetian = cn_castra_batava - name_list_romano_noric = cn_castra_batava - name_list_romano_pannonian = cn_castra_batava - #Germanic - name_list_alamannian = cn_drifulzburg - name_list_rygir = cn_threisathabaurgs - name_list_ostrogothic = cn_threisathabaurgs - name_list_old_saxon = cn_thrieahaburg - name_list_lombard = cn_drifulzburg - name_list_thuringian = cn_drifulzburg + name_list_roman = cn_pons_aeni + name_list_romano_gallic = cn_pons_aeni + name_list_romano_hispanic = cn_pons_aeni + name_list_romano_british = cn_pons_aeni + name_list_dalmatian = cn_pons_aeni + name_list_romano_african = cn_pons_aeni + name_list_romano_gothic = cn_pons_aeni + name_list_romano_dacian = cn_pons_aeni + name_list_romano_frank = cn_pons_aeni + name_list_romano_aramean = cn_pons_aeni + name_list_romano_vandalic = cn_pons_aeni + name_list_romano_thracian = cn_pons_aeni + name_list_romano_illyrian = cn_pons_aeni + name_list_romano_raetian = cn_pons_aeni + name_list_romano_noric = cn_pons_aeni + name_list_romano_pannonian = cn_pons_aeni } - color = { 80 80 80 } } - b_scharding = { - province = 2970 - color = { 80 80 80 } + b_laufen = { + province = 2982 + color = { 110 110 110 } + } + b_burghausen = { + province = 2981 + color = { 90 90 90 } } } } diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index 35108a5a3e..c3b3efced3 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -2,7 +2,9 @@ https://upload.wikimedia.org/wikipedia/commons/0/04/The_Roman_Empire_ca_400_AD.png removed: -c_vanad, c_hayk, c_toksun, c_hallstatt +c_vanad, c_hayk, c_toksun +Raeita & Noricum: +c_hallstatt, c_geisenhausen, c_frontenhausen, c_falkenstein Baronies Moved around: c_majar: Created from other parts of the Caucuses @@ -71,6 +73,22 @@ c_linz b_hallstatt from c_hallstatt c_amstetten b_liezen from c_hallstatt +c_munchen + b_erding from c_geisenhausen + b_falkenstein from c_falkenstein +c_passau + b_frontenhausen from c_frontenhausen + b_dornberg from c_frontenhausen + b_ortenburg from c_frontenhausen + b_geisenhausen from c_geisenhausen +c_shaumberg + b_scharding from c_passau +c_salzberg + b_burghausen from c_frontenhausen +c_rosenheim (new) + b_marquardstein from c_falkenstein + b_burgenhausen from c_salzberg + b_laufen from c_salzberg TODO: c_dausar and associated diff --git a/WtWSMS/history/provinces/bp_k_noricum.txt b/WtWSMS/history/provinces/bp_k_noricum.txt index 044a0b49f2..0f33c15145 100644 --- a/WtWSMS/history/provinces/bp_k_noricum.txt +++ b/WtWSMS/history/provinces/bp_k_noricum.txt @@ -187,10 +187,6 @@ 2978 = { #HALLEIN holding = none } -2982 = { #LAUFEN - holding = none - 748.1.1 = { holding = city_holding } #First city mention -} ###c_berchtesgaden 2977 = { #BERCHTESGADEN culture = romano_noric @@ -254,3 +250,16 @@ 3094 = { #WIESELBURG holding = none } +###c_rosenheim +2984 = { #MARQUARTSTEIN + culture = romano_noric + religion = nicene + holding = castle_holding +} +2981 = { #BURGHAUSEN + holding = none +} +2982 = { #LAUFEN + holding = none + 748.1.1 = { holding = city_holding } #First city mention +} diff --git a/WtWSMS/history/provinces/bp_k_raetia.txt b/WtWSMS/history/provinces/bp_k_raetia.txt index 1deb646dfd..090b7ab845 100644 --- a/WtWSMS/history/provinces/bp_k_raetia.txt +++ b/WtWSMS/history/provinces/bp_k_raetia.txt @@ -158,6 +158,12 @@ 2947 = { #WOLFRATSHAUSEN holding = none } +2958 = { #ERDING + holding = none +} +2956 = { #FALKENSTEIN + holding = none +} ###c_eschenlohe 2949 = { #ESCHENLOHE culture = romano_noric @@ -185,20 +191,17 @@ holding = none 790.1.1 = { holding = church_holding } } -###c_geisenhausen -2957 = { #GEISENHAUSEN +###c_passau +2960 = { #PASSAU culture = romano_noric religion = nicene holding = castle_holding } -2958 = { #ERDING +2970 = { #SCHARDING holding = none } -###c_frontenhausen 2959 = { #FRONTENHAUSEN - culture = romano_noric - religion = nicene - holding = castle_holding + holding = none } 2961 = { #DORNBERG holding = none @@ -206,26 +209,6 @@ 2962 = { #ORTENBURG holding = none } -2981 = { #BURGHAUSEN - holding = none -} -###c_falkenstein -2956 = { #FALKENSTEIN - culture = romano_noric - religion = hellenic_pagan - holding = castle_holding - 550.1.1 = { religion = nicene } -} -2984 = { #MARQUARTSTEIN - holding = none -} -###c_passau -2960 = { #PASSAU - culture = romano_noric - religion = nicene - holding = castle_holding -} -2970 = { #SCHARDING +2957 = { #GEISENHAUSEN holding = none } - diff --git a/WtWSMS/history/titles/bp_k_noricum.txt b/WtWSMS/history/titles/bp_k_noricum.txt index 6fce3fd02e..95adaaeb07 100644 --- a/WtWSMS/history/titles/bp_k_noricum.txt +++ b/WtWSMS/history/titles/bp_k_noricum.txt @@ -1044,3 +1044,76 @@ c_passau = { #c_salzburg history (changed) holder = 30379 # Theodo II Agilolfing } } +c_rosenheim = { + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 3 } #Ostrogothic migration + 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly + #Rulers + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1301027 # Ursus + liege = k_italy + } + 510.1.1={ + holder = 63 # Theoderic + liege = 0 + } + 526.1.1={ + holder = 190203 # Athalarik + } + 534.10.2={ + holder = 190215 # Theodahad + } + 536.1.1={ + holder = 190219 # Witiges + } + 540.1.1={ + holder = 190222 # Ildibad + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } +} diff --git a/WtWSMS/history/titles/bp_k_raetia.txt b/WtWSMS/history/titles/bp_k_raetia.txt index f18dbdad1b..5e27506332 100644 --- a/WtWSMS/history/titles/bp_k_raetia.txt +++ b/WtWSMS/history/titles/bp_k_raetia.txt @@ -606,187 +606,3 @@ c_rothenburg = { #c_kempten history (changed) holder = 30379 # Theodo II Agilolfing } } -c_geisenhausen = { #c_oberbayern history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_frontenhausen = { #c_oberbayern history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} -c_falkenstein = { #c_oberbayern history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } -} - diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index e6811559d6..a62351ba9f 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -642,6 +642,9 @@ #c_lienz cn_aguntum:0 "Aguntum" cn_aguntum_adj:0 "Aguntum" + #c_rosenheim + cn_pons_aeni: "Pons Aeni" + cn_pons_aeni_adj: "Pons Aeni" ##d_noricum_mediterranum #c_graz cn_graecium:0 "Graecium" diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 12f598a0c9..7a8b57a9b0 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -175,6 +175,8 @@ d_noricum_mediterranum_adj:0 "Noricum Mediterranum" d_noricum_ripense:0 "Noricum Ripense" d_noricum_ripense_adj:0 "Noricum Ripense" + c_rosenheim: "Rosenheim" + c_rosenheim_adj: "Rosenheim" #Gaullia e_gaul:0 "Gaul" From 1bfdbdf0ed0d67e5032e3f178a47f75862a0630e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 12 Nov 2022 17:00:37 -0500 Subject: [PATCH 171/339] Central Germanic Work (Part 1) Almannia Tweaks: * Some revisiion on Romano-Gallic/Romano-Frank borders * Some Alamannic components made Christian (e.g., Brisgavi of later empire were likely Christianized but became part of the Alamannic confederation) * Refined county history based on available maps; Alamannia seemed to have a broad border with Soissons in 470s/480s. * Almannic counties put under Alamanni control --- WtWSMS/common/landed_titles/BP_e_gaul.txt | 36 +++++- WtWSMS/common/landed_titles/BP_e_italy.txt | 19 ++++ WtWSMS/history/provinces/_BP_notes.info | 5 + .../provinces/bp_k_germania_inferior.txt | 18 +-- .../provinces/bp_k_maxima_sequanorm.txt | 6 +- WtWSMS/history/titles/bp_k_germania.txt | 99 ++++++++-------- .../history/titles/bp_k_germania_inferior.txt | 10 +- .../history/titles/bp_k_maxima_sequanorm.txt | 43 ++++--- WtWSMS/history/titles/bp_k_vindelicia.txt | 106 +++++++++--------- .../BP_titles_cultural_names_l_english.yml | 1 + 10 files changed, 210 insertions(+), 133 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_gaul.txt b/WtWSMS/common/landed_titles/BP_e_gaul.txt index 3f26eae106..b86392d7b7 100644 --- a/WtWSMS/common/landed_titles/BP_e_gaul.txt +++ b/WtWSMS/common/landed_titles/BP_e_gaul.txt @@ -8531,12 +8531,46 @@ e_gaul = { color = { 215 200 215 } cultural_names = { + #Latin Cultures + name_list_roman = cn_epamanduodurum + name_list_romano_gallic = cn_epamanduodurum + name_list_romano_hispanic = cn_epamanduodurum + name_list_romano_british = cn_epamanduodurum + name_list_romano_african = cn_epamanduodurum + name_list_romano_raetian = cn_epamanduodurum + name_list_romano_thracian = cn_epamanduodurum + name_list_romano_illyrian = cn_epamanduodurum + name_list_romano_pannonian = cn_epamanduodurum + name_list_dalmatian = cn_epamanduodurum + name_list_romano_noric = cn_epamanduodurum + name_list_romano_gothic = cn_epamanduodurum + name_list_romano_dacian = cn_epamanduodurum + name_list_romano_frank = cn_epamanduodurum + name_list_romano_aramean = cn_epamanduodurum + name_list_romano_vandalic = cn_epamanduodurum #Germanic Cultures name_list_alamannian = cn_ensisheim } b_montbelliard = { province = 2057 - + cultural_names = { + name_list_roman = cn_epamanduodurum + name_list_romano_gallic = cn_epamanduodurum + name_list_romano_hispanic = cn_epamanduodurum + name_list_romano_british = cn_epamanduodurum + name_list_romano_african = cn_epamanduodurum + name_list_romano_raetian = cn_epamanduodurum + name_list_romano_thracian = cn_epamanduodurum + name_list_romano_illyrian = cn_epamanduodurum + name_list_romano_pannonian = cn_epamanduodurum + name_list_dalmatian = cn_epamanduodurum + name_list_romano_noric = cn_epamanduodurum + name_list_romano_gothic = cn_epamanduodurum + name_list_romano_dacian = cn_epamanduodurum + name_list_romano_frank = cn_epamanduodurum + name_list_romano_aramean = cn_epamanduodurum + name_list_romano_vandalic = cn_epamanduodurum + } color = { 215 200 215 } } b_mulhouse = { diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index 2b481a8aca..d70fef62e4 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -12737,6 +12737,25 @@ e_italy = { b_falkenstein = { province = 2956 color = { 70 80 80 } + cultural_names = { + #Roman + name_list_roman = cn_isinisca + name_list_romano_gallic = cn_isinisca + name_list_romano_hispanic = cn_isinisca + name_list_romano_british = cn_isinisca + name_list_dalmatian = cn_isinisca + name_list_romano_african = cn_isinisca + name_list_romano_gothic = cn_isinisca + name_list_romano_dacian = cn_isinisca + name_list_romano_frank = cn_isinisca + name_list_romano_aramean = cn_isinisca + name_list_romano_vandalic = cn_isinisca + name_list_romano_thracian = cn_isinisca + name_list_romano_illyrian = cn_isinisca + name_list_romano_raetian = cn_isinisca + name_list_romano_noric = cn_isinisca + name_list_romano_pannonian = cn_isinisca + } } } c_eschenlohe = { diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 7b2ce3a184..39a67759b0 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -49,3 +49,8 @@ Alamannians Settlement in 476 based on "Alamanni and Sueben" by Holger Munzer (1975); later settlement in the more modern Alamannic Germanic regions a result of Frankish encroachment [1] - https://web.archive.org/web/20110102012018/http://www.rhetorik-netz.de/rhetorik/alemann.htm + +Gaulia +-------------- +Border between Gauls and Germans (Pre-Roman conquest); probable border for Romano-Gauls. +https://en.wikipedia.org/wiki/Gauls#/media/File:Gallia_trib%C3%B9_59_aC.PNG diff --git a/WtWSMS/history/provinces/bp_k_germania_inferior.txt b/WtWSMS/history/provinces/bp_k_germania_inferior.txt index 0a3a297800..18599d9c14 100644 --- a/WtWSMS/history/provinces/bp_k_germania_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_germania_inferior.txt @@ -28,7 +28,7 @@ # 462: Cologne occupied by Ripurian Franks # # 508.12.25: Baptism of Clovis I and conversion of Germanic Pagan Frankish Counties in the Cis-Rhine region -# 558.1.1: St. Domitian of Huy dies; latest point for prostelizing the north Romano-Gallic Pagans +# 558.1.1: St. Domitian of Huy dies; latest point for proselytizing the north Romano-Gallic Pagans #k_germania_inferior @@ -51,8 +51,8 @@ } ###c_kaiserlautern 2729 = { #KAISERLAUTERN - culture = alamannian - religion = germanic_pagan + culture = alamannian #Brisgavi integrated (but probably Christianized) + religion = nicene holding = castle_holding } 2728 = { #LETNINGEN @@ -98,8 +98,8 @@ } ###c_saarbrucken 2704 = { #SAARBRUCKEN - culture = alamannian - religion = germanic_pagan + culture = romano_frank + religion = nicene holding = castle_holding #aka Saravipons } 2726 = { #ZWEIBRUCKEN @@ -110,8 +110,8 @@ } ###c_puttlingen 2710 = { #PUTTLINGEN - culture = alamannian - religion = germanic_pagan + culture = romano_gallic + religion = gallican_church holding = castle_holding } 2712 = { #FINSTIGEN @@ -324,8 +324,8 @@ } ###c_metz 2708 = { #METZ - culture = romano_frank # - religion = nicene + culture = romano_gallic + religion = gallican_church holding = castle_holding #aka Divodurum Mediomatricum } 2698 = { #SAARBURG diff --git a/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt b/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt index 2c277c52f7..01a9ba33ad 100644 --- a/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt +++ b/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt @@ -29,9 +29,9 @@ } ###c_sundgau 2057 = { #MONTBELIARD - culture = alamannian + culture = romano_gallic religion = nicene - holding = tribal_holding + holding = castle_holding } 2058 = { #MULHOUSE holding = none @@ -68,7 +68,7 @@ } ###c_colmar 2717 = { #COLMAR - culture = alamannian + culture = romano_gallic religion = nicene holding = tribal_holding 804.1.1 = { holding = castle_holding } #Mentioned during the Saxon Wars diff --git a/WtWSMS/history/titles/bp_k_germania.txt b/WtWSMS/history/titles/bp_k_germania.txt index 84e3137ca4..be3aeeed67 100644 --- a/WtWSMS/history/titles/bp_k_germania.txt +++ b/WtWSMS/history/titles/bp_k_germania.txt @@ -697,35 +697,42 @@ c_ansbach = { #c_bamberg history } } c_nordlingen = { #c_nurnberg history - 450.1.1={ - holder=50 #Bisinus Thuringii + 466.1.1={ + holder=36 } - 485.1.1={ - holder=51 #Baderic Thuringii + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii + 511.1.1={ + liege="k_austrasia" } - 531.1.1={ - holder = 106522 # Chlothar Meroving + 521.1.1={ + holder=106550 # Butilin Chrocus } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" + 554.1.1={ + holder=106551 # Leuthari Chrocus } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 + 573.1.1={ + holder=106555 # Theodefrid Chrocus } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" + 580.1.1={ + holder=106558 # Leutfrid Chrocus } - 620.1.1={ - holder = 30379 # Theodo Agilolfing + 588.1.1={ + holder=106570 # Uncilin Chrocus } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing + 607.1.1={ + holder=106572 # Gunzo Chrocus + } + 630.1.1={ + holder= 106574 # Chrodobert Chrocus + } + 642.1.1={ + holder= 106590 # Leuthari Chrocus + } + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing } } c_bamberg = { @@ -761,44 +768,42 @@ c_bamberg = { } } c_wurzburg = { - 450.1.1={ - holder=50 #Bisinus Thuringii + 466.1.1={ + holder=36 } - 485.1.1={ - holder=51 #Baderic - } - 490.1.1={ - holder = 40 + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" } 511.1.1={ - holder = 106524 # Theuderic Meroving + liege="k_austrasia" } - 534.1.1={ - holder = 106525 # Theudebert Meroving + 521.1.1={ + holder=106550 # Butilin Chrocus } - 548.1.1={ - holder = 106529 # Theudebald Meroving + 554.1.1={ + holder=106551 # Leuthari Chrocus } - 555.1.1={ - holder = 106522 # Chlothar Meroving + 573.1.1={ + holder=106555 # Theodefrid Chrocus } - 561.11.29={ - holder = 231004 # Sigebert Meroving + 580.1.1={ + holder=106558 # Leutfrid Chrocus } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 588.1.1={ + holder=106570 # Uncilin Chrocus } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 607.1.1={ + holder=106572 # Gunzo Chrocus } - 612.1.1={ - holder = 30014 # Theuderic II Meroving + 630.1.1={ + holder= 106574 # Chrodobert Chrocus } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 642.1.1={ + holder= 106590 # Leuthari Chrocus } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing } } c_wiltberg = { #c_wurzburg history diff --git a/WtWSMS/history/titles/bp_k_germania_inferior.txt b/WtWSMS/history/titles/bp_k_germania_inferior.txt index 2d9e590b42..6d81ee94c7 100644 --- a/WtWSMS/history/titles/bp_k_germania_inferior.txt +++ b/WtWSMS/history/titles/bp_k_germania_inferior.txt @@ -807,7 +807,7 @@ c_bouillon = { #c_luxembourg history holder = 30029 # Chlothar II Meroving } } -c_metz = { #c_trier history (changed from c_metz history) +c_metz = { #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -819,11 +819,11 @@ c_metz = { #c_trier history (changed from c_metz history) 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 467.1.1={ - holder = 144671 # Arbogast Gloriosus + 466.1.1={ + holder=36 } - 486.1.1={ - holder = 40 # Clovis Meroving + 490.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt b/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt index b70fd43de9..cfba9ebcc6 100644 --- a/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt +++ b/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt @@ -82,14 +82,29 @@ c_sundgau = { 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 466.1.1={ - holder=36 + 407.1.1={ + holder=29 # Gundomar, Burgundian King } - 490.1.1={ - holder = 40 + 411.1.1={ + holder=28 # Burgundian King } - 511.1.1={ - holder = 106524 # Theuderic Meroving + 436.1.1={ + holder=22 # Burgundian King + } + 439.1.1={ + holder=21 # Burgundian King + } + 443.1.1={ + holder=23 # Burgundian King + } + 473.1.1={ + holder=20 # Burgundian King + } + 516.1.1={ + holder=106530 # Sigismund Niflung + } + 524.1.1={ + holder=106544 # Godomar Niflung } 534.1.1={ holder = 106525 # Theudebert Meroving @@ -101,16 +116,18 @@ c_sundgau = { holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 231004 # Sigebert Meroving + holder = 1300753 # Vaefarius + liege = k_orleans } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 573.6.1 = { + holder = 1300604 # Theudefredus } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 591.1.1={ + holder = 1300605 # Wandalmarus } - 612.1.1={ - holder = 30014 # Theuderic II Meroving + 604.1.1={ + holder = 30014 # Theuderic II Meroving + liege = 0 } 613.1.1={ holder = 30015 # Sigebert Meroving diff --git a/WtWSMS/history/titles/bp_k_vindelicia.txt b/WtWSMS/history/titles/bp_k_vindelicia.txt index 856ee770e7..48a1fe02c4 100644 --- a/WtWSMS/history/titles/bp_k_vindelicia.txt +++ b/WtWSMS/history/titles/bp_k_vindelicia.txt @@ -360,45 +360,43 @@ c_erbach = { #c_ulm history holder= 106590 # Gotfrid Agilolfing } } -c_durne = { #c_wurzburg history (elimination) - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic +c_durne = { + 466.1.1={ + holder=36 } - 490.1.1={ - holder = 40 + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" } 511.1.1={ - holder = 106524 # Theuderic Meroving + liege="k_austrasia" } - 534.1.1={ - holder = 106525 # Theudebert Meroving + 521.1.1={ + holder=106550 # Butilin Chrocus } - 548.1.1={ - holder = 106529 # Theudebald Meroving + 554.1.1={ + holder=106551 # Leuthari Chrocus } - 555.1.1={ - holder = 106522 # Chlothar Meroving + 573.1.1={ + holder=106555 # Theodefrid Chrocus } - 561.11.29={ - holder = 231004 # Sigebert Meroving + 580.1.1={ + holder=106558 # Leutfrid Chrocus } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 588.1.1={ + holder=106570 # Uncilin Chrocus } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 607.1.1={ + holder=106572 # Gunzo Chrocus } - 612.1.1={ - holder = 30014 # Theuderic II Meroving + 630.1.1={ + holder= 106574 # Chrodobert Chrocus } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 642.1.1={ + holder= 106590 # Leuthari Chrocus } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing } } c_vaihingen = { #c_wurttemberg history (elimination) @@ -440,7 +438,7 @@ c_vaihingen = { #c_wurttemberg history (elimination) holder= 106590 # Gotfrid Agilolfing } } -c_hohenlohe = { #c_wurttemberg history (elimination) +c_hohenlohe = { 466.1.1={ holder=36 } @@ -524,45 +522,43 @@ c_frankfurt = { #c_mainz history holder = 30029 # Chlothar II Meroving } } -c_klingenberg = { #c_nassau history (elimination) - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic +c_klingenberg = { + 466.1.1={ + holder=36 } - 490.1.1={ - holder = 40 + 496.1.1={ + holder=190064 # Mederich Chrocus + liege="k_franks" } 511.1.1={ - holder = 106524 # Theuderic Meroving + liege="k_austrasia" } - 534.1.1={ - holder = 106525 # Theudebert Meroving + 521.1.1={ + holder=106550 # Butilin Chrocus } - 548.1.1={ - holder = 106529 # Theudebald Meroving + 554.1.1={ + holder=106551 # Leuthari Chrocus } - 555.1.1={ - holder = 106522 # Chlothar Meroving + 573.1.1={ + holder=106555 # Theodefrid Chrocus } - 561.11.29={ - holder = 231004 # Sigebert Meroving + 580.1.1={ + holder=106558 # Leutfrid Chrocus } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 588.1.1={ + holder=106570 # Uncilin Chrocus } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 607.1.1={ + holder=106572 # Gunzo Chrocus } - 612.1.1={ - holder = 30014 # Theuderic II Meroving + 630.1.1={ + holder= 106574 # Chrodobert Chrocus } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 642.1.1={ + holder= 106590 # Leuthari Chrocus } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing } } c_kassel = { #c_gottingen history diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index a62351ba9f..b95209ce5d 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -626,6 +626,7 @@ cn_monachium_adj:0 "Monachium" cn_holzheim:0 "Holzheim" cn_holzheim_adj:0 "Holzheim" + cn_isinisca: "Isinisca" ###k_noricum ##d_tyrol cn_tirolis:0 "Tirolis" From 2b20be6739df6bc3466537cf8e703f1d0689c02a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 12 Nov 2022 23:45:52 -0500 Subject: [PATCH 172/339] Upper Danube work * Added remnant Danubian Suevian duchy within Almannia representing Hunimundus 2 (PLRE Vol 2) Danubian polity based on Getica description * Added Macromanni Bavari tribe to the east of the Suevi, as they are the last tribe mentioned Bohemia (not Moravia) in the region prior to scenario start and the probable Baiuvarii etymology relating to the Boii * Touch up western Alamannia culture/religions --- .../landed_titles/BP_titles_germanics.txt | 25 ++ .../history/characters/_LM_new_characters.txt | 7 +- .../_lt_rascek_changed_characters.txt | 18 +- .../characters/_lt_rascek_new_chars.txt | 37 +++ WtWSMS/history/characters/old_bavarian.txt | 13 +- WtWSMS/history/provinces/bp_k_danubia.txt | 23 +- WtWSMS/history/provinces/bp_k_germania.txt | 10 +- WtWSMS/history/titles/BP_titles_germanic.txt | 23 ++ WtWSMS/history/titles/bp_k_dacia_carpetes.txt | 40 ++- WtWSMS/history/titles/bp_k_danubia.txt | 283 ++---------------- WtWSMS/history/titles/bp_k_germania.txt | 175 +---------- WtWSMS/history/titles/bp_k_raetia.txt | 64 +--- .../BP_titles_cultural_names_l_english.yml | 1 + .../english/BP_titles_l_english.yml | 5 + 14 files changed, 184 insertions(+), 540 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index 66e4c726bb..146b9b0da7 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -299,6 +299,31 @@ d_chatti = { } } +#### Suebi Titles + +#Northern Suebi (Hunimund's Suebi) +d_suavi = { + color = { 159 159 159 } + capital = c_ulm + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:suebi } + add = @always_primary_score + } + } +} +d_bavari = { + color={ 141 155 141 } + capital = c_munchen + ai_primary_priority = { + if = { + limit = { culture = culture:old_bavarian } + add = @always_primary_score + } + } +} + #### Gothic Titles e_goths = { color={ 50 50 50 } diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 73700be76d..501dbed604 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -1846,7 +1846,12 @@ HeruliChar102 = { culture = "iazyges" trait = "education_martial_4" 415.1.1 = { birth = yes } - 469.1.1 = { death = { death_reason = death_battle } } + 469.1.1 = { + death = { + death_reason = death_battle + killer = 63 #Theodoric, a precocious lad. + } + } } #Roman diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 3c76c3f3cb..7e70f2c533 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -370,7 +370,12 @@ OstrogothAmalingValamer = { #New Char father = 190126 #Son of Vandalarius, Brother of Theodemir 415.1.1 = { birth = yes } 454.1.1 = { culture = ostrogothic } - 469.1.1 = { death = yes } + 469.1.1 = { + death = { + death_reason = death_battle + killer = Hunimund2 #Hunimund 2, PLRE Vol 2 + } + } } 190204 = { name = "Theodomir" # Theodoric's Father @@ -5560,4 +5565,15 @@ VakatakaDynasty001 = { killer = 55 # Odovacar } } +} + +#Proto-Bavarians & Bavarians +190033 = { #Added a father + name = "Sarus" + dynasty = 1042350 + religion = "germanic_pagan" + culture = macromanni + father = preBavari000 + 470.1.1 = { birth = yes } + 554.1.1 = { death = yes } } \ No newline at end of file diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index c7399c663c..e233cec881 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3805,6 +3805,43 @@ BuriMonterrei003 = { 500.1.1 = { death = yes } } +#Remnant Scirii, Suebi north of the Danube and east of the Rugii +#Probably combined with Suebic/Marcomannic component in Western Almannic confederation +#after defeat of the Suebi/Sciri north of Aquinicum +Hunimund2 = { + name = "Hunimund" #Hunimunds 2, PLRE Vol 2 + religion = germanic_pagan + culture = suebi + 420.1.1 = { birth = yes } + 436.1.1 = { + trait = education_intrigue_4 + trait = disloyal + } + 469.1.1 = { + death = { + death_reason = death_battle + killer = 190204 #Theodemir + } + } +} +Alaric2 = { + name = "Alaric" #Alaricus 2, PLRE Vol 2 + religion = germanic_pagan + culture = suebi + 440.1.1 = { birth = yes } + 456.1.1 = { trait = education_martial_3 } + 500.1.1 = { death = yes } +} +#Bavarians & Proto-Bavarians +preBavari000 = { + name = "Maroboduus" + dynasty = 1042350 + religion = germanic_pagan + culture = macromanni + 438.1.1 = { birth = yes } + 487.1.1 = { death = yes } +} + #### Alans/Goths in Scythia Minor AlanScythiaMinor000 = { name = "Saros" #Indirect attestion Father of Candac, Grandfather of Gunthigis Baza diff --git a/WtWSMS/history/characters/old_bavarian.txt b/WtWSMS/history/characters/old_bavarian.txt index 856806e3fa..1fcc23f86a 100644 --- a/WtWSMS/history/characters/old_bavarian.txt +++ b/WtWSMS/history/characters/old_bavarian.txt @@ -77,15 +77,4 @@ } } -190033 = { - name = "Sarus" - dynasty = 1042350 - religion = "germanic_pagan" - culture = "old_bavarian" - 470.1.1 = { - birth = yes - } - 554.1.1 = { - death = yes - } -} +#Changed: 190033 diff --git a/WtWSMS/history/provinces/bp_k_danubia.txt b/WtWSMS/history/provinces/bp_k_danubia.txt index de37a47423..5b406958b1 100644 --- a/WtWSMS/history/provinces/bp_k_danubia.txt +++ b/WtWSMS/history/provinces/bp_k_danubia.txt @@ -1,8 +1,10 @@ # k_danubia + ## d_danubia_prima ####################################### + ###c_praha 4125 = { #PRAHA - culture = rygir + culture = macromanni religion = germanic_pagan holding = tribal_holding } @@ -23,7 +25,7 @@ } ###c_litomerice 4129 = { #LITOMERICE - culture = rygir + culture = macromanni religion = germanic_pagan holding = tribal_holding } @@ -38,7 +40,7 @@ } ###c_zatec 4147 = { #ZATEC - culture = thuringian + culture = macromanni religion = germanic_pagan holding = tribal_holding } @@ -53,7 +55,7 @@ } ###c_plzen 4145 = { #PLZEN - culture = thuringian + culture = macromanni religion = germanic_pagan holding = tribal_holding } @@ -95,7 +97,7 @@ } ###c_boleslav 4136 = { #BOLESLAV - culture = rygir + culture = macromanni religion = germanic_pagan holding = tribal_holding } @@ -131,6 +133,7 @@ } ## d_danubia_secunda ####################################### + ###c_olomouc 4165 = { #OLOMOUC culture = rygir @@ -190,6 +193,7 @@ } ## d_danubia_tertia ####################################### + ###c_znojmo 4166 = { #ZNOJMO culture = rygir @@ -257,9 +261,10 @@ } ## d_danubia_quarta ####################################### + ###c_hohenburg 2989 = { #HOHENBURG - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } @@ -274,7 +279,7 @@ } ###c_parsberg 2987 = { #PARSBERG - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } @@ -289,7 +294,7 @@ } ###c_eichstadt 2878 = { #EICHTSTAD - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } @@ -304,7 +309,7 @@ } ###c_leuchtenburg 2990 = { #LEUCHTENBURG - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania.txt b/WtWSMS/history/provinces/bp_k_germania.txt index 549283fbf5..0f64c85a4e 100644 --- a/WtWSMS/history/provinces/bp_k_germania.txt +++ b/WtWSMS/history/provinces/bp_k_germania.txt @@ -395,7 +395,7 @@ ###c_nurnberg 2877 = { #NURNBERG - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } @@ -407,7 +407,7 @@ } ###c_ansbach 2875 = { #ANSBACH - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } @@ -431,7 +431,7 @@ } ###c_bamberg 2874 = { #BAMBERG - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } @@ -458,7 +458,7 @@ } ###c_wiltberg 2927 = { #WILTBERG - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } @@ -470,7 +470,7 @@ } ###c_coburg 2998 = { #COBURG - culture = thuringian + culture = suebi religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 25503bd21a..5bb5336c1b 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -558,6 +558,29 @@ d_chatti = { } } +#### Suebic Titles + +#Northern Suebi (Hunimund's Suebi) +d_suavi = { #Hunimund 2 (PLRE Vol 2) Subeians + 454.1.1 = { + holder = Hunimund2 + government = tribal_government + } + 469.1.1 = { + holder = Alaric2 + liege = k_alamannia + } + 500.1.1 = { holder = 0 } +} +d_bavari = { + 454.1.1 = { + holder = preBavari000 + government = tribal_government + } + 487.1.1 = { holder = 190033 } + 548.1.1 = { holder = 0 } +} + #### frankish titles k_franks = { 150.1.1={ diff --git a/WtWSMS/history/titles/bp_k_dacia_carpetes.txt b/WtWSMS/history/titles/bp_k_dacia_carpetes.txt index 5049c18264..f731154897 100644 --- a/WtWSMS/history/titles/bp_k_dacia_carpetes.txt +++ b/WtWSMS/history/titles/bp_k_dacia_carpetes.txt @@ -14,10 +14,9 @@ k_dacia_carpetes = { #Empty History d_nyitra = { #Empty History 1.1.1={} } -c_nyitra = { #c_nitra history (direct) - 476.1.2={ - holder = 59 - } +c_nyitra = { + 454.1.1 = { holder = Hunimund2 } #Suebi + 469.1.1 = { holder = 59 } #Rodulf Heruli 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -35,9 +34,8 @@ c_nyitra = { #c_nitra history (direct) } } c_gemer = { - 476.1.2={ - holder = 59 - } + 454.1.1 = { holder = Hunimund2 } #Suebi + 469.1.1 = { holder = 59 } #Rodulf Heruli 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -129,10 +127,9 @@ c_lipto = { #c_orava history holder=33081 # Avar Khan 2 } } -c_zolyom = { #c_gemer history (changed from c_orava history) - 476.1.2={ - holder = 59 - } +c_zolyom = { + 454.1.1 = { holder = Hunimund2 } #Suebi + 469.1.1 = { holder = 59 } #Rodulf Heruli 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -149,10 +146,9 @@ c_zolyom = { #c_gemer history (changed from c_orava history) holder=33081 # Avar Khan 2 } } -c_bars = { #c_nitra history (elimination) - 476.1.2={ - holder = 59 - } +c_bars = { + 454.1.1 = { holder = Hunimund2 } #Suebi + 469.1.1 = { holder = 59 } #Rodulf Heruli 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -169,10 +165,9 @@ c_bars = { #c_nitra history (elimination) holder=33081 # Avar Khan 2 } } -c_hont = { #c_gemer history (elimination) - 476.1.2={ - holder = 59 - } +c_hont = { + 454.1.1 = { holder = Hunimund2 } #Suebi + 469.1.1 = { holder = 59 } #Rodulf Heruli 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -189,10 +184,9 @@ c_hont = { #c_gemer history (elimination) holder=33081 # Avar Khan 2 } } -c_poszony = { #c_nitra history (elimination) - 476.1.2={ - holder = 59 - } +c_poszony = { + 454.1.1 = { holder = Hunimund2 } #Suebi + 469.1.1 = { holder = 59 } #Rodulf Heruli 520.1.1 = { holder = 145618 # King Wacho Lething } diff --git a/WtWSMS/history/titles/bp_k_danubia.txt b/WtWSMS/history/titles/bp_k_danubia.txt index 48d6795b92..f8de246097 100644 --- a/WtWSMS/history/titles/bp_k_danubia.txt +++ b/WtWSMS/history/titles/bp_k_danubia.txt @@ -6,126 +6,20 @@ d_danubia_prima = { #Empty History 1.1.1={} } c_praha = { - 476.1.2={ - holder = 57 - } - 487.1.1={ - holder=178021 # King Godehoc Lething - } - 500.1.1={ - holder=178022 # King Claffo Lething - } - 503.1.1={ - holder=178023 # King Tato Lething - } - 510.1.1 = { - holder = 145618 # King Wacho Lething - } - 520.1.1={ - holder=30727 # Strasz Ondreji - } - 550.1.1={ - holder=30950 # Drosuk Ondreji - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=31040 # Krzeslaw Ondreji - } + 454.1.1 = { holder = preBavari000 } + 487.1.1 = { holder = 190033 } } -c_litomerice = { #c_praha history (changed from c_litomerice history) - 476.1.2={ - holder = 57 - } - 487.1.1={ - holder=178021 # King Godehoc Lething - } - 500.1.1={ - holder=178022 # King Claffo Lething - } - 503.1.1={ - holder=178023 # King Tato Lething - } - 510.1.1 = { - holder = 145618 # King Wacho Lething - } - 520.1.1={ - holder=30727 # Strasz Ondreji - } - 550.1.1={ - holder=30950 # Drosuk Ondreji - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=31040 # Krzeslaw Ondreji - } +c_litomerice = { + 454.1.1 = { holder = preBavari000 } + 487.1.1 = { holder = 190033 } } -c_zatec = { #c_plzen history (changed from c_litomerice history) - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } +c_zatec = { + 454.1.1 = { holder = preBavari000 } + 487.1.1 = { holder = 190033 } } c_plzen = { - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 454.1.1 = { holder = preBavari000 } + 487.1.1 = { holder = 190033 } } c_doudleby = { #c_praha history (elimination) 476.1.2={ @@ -157,33 +51,8 @@ c_doudleby = { #c_praha history (elimination) } } c_boleslav = { - 476.1.2={ - holder = 57 - } - 487.1.1={ - holder=178021 # King Godehoc Lething - } - 500.1.1={ - holder=178022 # King Claffo Lething - } - 503.1.1={ - holder=178023 # King Tato Lething - } - 510.1.1 = { - holder = 145618 # King Wacho Lething - } - 520.1.1={ - holder=30727 # Strasz Ondreji - } - 550.1.1={ - holder=30950 # Drosuk Ondreji - } - 565.1.1={ - liege="e_avar" - } - 580.1.1={ - holder=31040 # Krzeslaw Ondreji - } + 454.1.1 = { holder = preBavari000 } + 487.1.1 = { holder = 190033 } } c_hradec = { 476.1.2={ @@ -550,132 +419,16 @@ d_danubia_quarta = { #Empty History 1.1.1={} } c_hohenburg = { #c_nurnberg history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } -c_parsberg = { #c_nurnberg history (elimination) - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } +c_parsberg = { + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } -c_eichstadt = { #c_nurnberg history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } +c_eichstadt = { + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_leuchtenburg = { #c_nurnberg history (elimination) - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_deggerdorf = { #c_passau history (elimination) 476.1.2={ diff --git a/WtWSMS/history/titles/bp_k_germania.txt b/WtWSMS/history/titles/bp_k_germania.txt index be3aeeed67..2f670d7e45 100644 --- a/WtWSMS/history/titles/bp_k_germania.txt +++ b/WtWSMS/history/titles/bp_k_germania.txt @@ -633,68 +633,12 @@ d_bamberg = { #Empty History 1.1.1={} } c_nurnberg = { - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + #Rulers + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } -c_ansbach = { #c_bamberg history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } +c_ansbach = { + #Rulers + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_nordlingen = { #c_nurnberg history 466.1.1={ @@ -736,36 +680,8 @@ c_nordlingen = { #c_nurnberg history } } c_bamberg = { - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + #Rulers + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_wurzburg = { 466.1.1={ @@ -806,76 +722,11 @@ c_wurzburg = { holder= 106590 # Gotfrid Agilolfing } } -c_wiltberg = { #c_wurzburg history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic - } - 490.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 231004 # Sigebert Meroving - } - 575.1.1={ - holder = 30010 # Childebert II Meroving - } - 595.1.1={ - holder = 30011 # Theudebert Meroving - } - 612.1.1={ - holder = 30014 # Theuderic II Meroving - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } +c_wiltberg = { + #Rulers + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } -c_coburg = { #c_bamberg history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic Thuringii - } - 530.1.1={ - holder=190208 # Hermanafrid Thuringii - } - 531.1.1={ - holder = 106522 # Chlothar Meroving - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } +c_coburg = { + #Rulers + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } diff --git a/WtWSMS/history/titles/bp_k_raetia.txt b/WtWSMS/history/titles/bp_k_raetia.txt index 5e27506332..eadb1b2201 100644 --- a/WtWSMS/history/titles/bp_k_raetia.txt +++ b/WtWSMS/history/titles/bp_k_raetia.txt @@ -414,37 +414,7 @@ c_regensburg = { #c_kempten history (changed) 200.1.1 = { change_development_level = 8 } 476.1.1 = { change_development_level = 4 } #Tribalization #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_munchen = { #c_oberbayern history #Development @@ -574,35 +544,5 @@ c_rothenburg = { #c_kempten history (changed) 200.1.1 = { change_development_level = 8 } 476.1.1 = { change_development_level = 4 } #Tribalization #Rulers - 466.1.1={ - holder=36 - } - 496.1.1={ - holder=190064 # Mederich Chrocus - liege="k_franks" - } - 511.1.1={ - liege="k_austrasia" - } - 521.1.1={ - holder=106550 # Butilin Chrocus - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing - } + 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index b95209ce5d..023a6ba0ca 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -1163,6 +1163,7 @@ #c_sundgau cn_mulhusa:0 "Mulhusa" cn_piretum:0 "Piretum" + cn_epamanduodurum: "Epamanduodurum" ##d_alpes_poeninae #c_aosta cn_augusta_praetoria:0 "Augusta Praetoria" diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 7a8b57a9b0..fb424ed2bc 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -745,6 +745,11 @@ d_vidivaria_adj:0 "Vidivarian" d_chatti:0 "Chatti" d_chatti_adj:0 "Chatti" + ### Suebi Titles + d_suavi: "Suavi" + d_suavi_adj: "Suavi" + d_bavari: "Baiuvarii" + d_bavari_adj: "Baiuvariian" ### Gothic Titles e_goths_article: "the " e_goths: "Empire of the Goths" From 30660e02580647da15ec8968f64a61ebb5957547 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 13 Nov 2022 01:19:37 -0500 Subject: [PATCH 173/339] Upper/Middle Danube update * Added Skirian component to Danube Suavian component of the Alamannians * Removed Suebi as a separate language * Updated some culture history localizations for Suebic peoples * Added Suavi culture for Danube Suebians, replacing Suebi & Marcomanni * Removed Suebian component within Heruli kingdom for simplicity * Fixed Marcomanni spelling --- .../culture/cultures/BP_central_germanic.txt | 63 +++++++++++++--- .../name_lists/BP_central_germanic.txt | 2 +- WtWSMS/common/culture/pillars/00_language.txt | 27 ------- WtWSMS/common/dynasties/BP_dynasties.txt | 2 +- .../landed_titles/BP_titles_germanics.txt | 4 +- .../common/named_colors/BP_culture_colors.txt | 3 +- .../on_action/sea_minority_game_start.txt | 2 +- .../scripted_effects/BP_on_action_effects.txt | 2 - .../_lt_rascek_changed_characters.txt | 2 +- .../characters/_lt_rascek_new_chars.txt | 30 +++++++- WtWSMS/history/characters/macromanni.txt | 4 +- WtWSMS/history/characters/roman.txt | 1 - .../cultures/heritage_west_germanic.txt | 2 +- .../{macromanni.txt => marcomanni.txt} | 0 WtWSMS/history/provinces/bp_k_dacia.txt | 6 +- .../history/provinces/bp_k_dacia_carpetes.txt | 20 +++--- WtWSMS/history/provinces/bp_k_danubia.txt | 18 ++--- WtWSMS/history/provinces/bp_k_germania.txt | 10 +-- WtWSMS/history/titles/BP_titles_germanic.txt | 2 +- WtWSMS/history/titles/bp_k_dacia_carpetes.txt | 40 ++++++----- WtWSMS/history/titles/bp_k_danubia.txt | 12 +++- WtWSMS/history/titles/bp_k_germania.txt | 5 ++ WtWSMS/history/titles/bp_k_noricum.txt | 67 ++--------------- WtWSMS/history/titles/bp_k_raetia.txt | 71 ++++++------------- .../english/BP_titles_l_english.yml | 4 +- .../culture/BP_cultural_history_l_english.yml | 10 ++- .../BP_culture_name_lists_l_english.yml | 2 +- .../english/culture/BP_cultures_l_english.yml | 9 ++- .../BP_cultural_languages_l_english.yml | 1 - .../tribal_character_history_generator.py | 6 +- 30 files changed, 200 insertions(+), 227 deletions(-) rename WtWSMS/history/cultures/{macromanni.txt => marcomanni.txt} (100%) diff --git a/WtWSMS/common/culture/cultures/BP_central_germanic.txt b/WtWSMS/common/culture/cultures/BP_central_germanic.txt index 366bc28e98..471227e397 100644 --- a/WtWSMS/common/culture/cultures/BP_central_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_central_germanic.txt @@ -5,9 +5,12 @@ suebi = { color = suebi + created = 410.1.1 + history_loc_override = suebi_history_loc + ethos = ethos_bellicose heritage = heritage_central_germanic - language = language_suebi + language = language_central_germanic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -41,7 +44,7 @@ buri = { # Migrational Era Buri ethos = ethos_communal heritage = heritage_central_germanic - language = language_suebi + language = language_central_germanic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -70,12 +73,12 @@ buri = { # Migrational Era Buri 25 = caucasian_dark_hair } } -macromanni = { # Migrational Era Marcomanni - color = macromanni +marcomanni = { # Migrational Era Marcomanni + color = marcomanni ethos = ethos_bellicose heritage = heritage_central_germanic - language = language_suebi + language = language_central_germanic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -88,7 +91,7 @@ macromanni = { # Migrational Era Marcomanni #Combat Traditions } - name_list = name_list_macromanni + name_list = name_list_marcomanni #Graphics coa_gfx = { western_coa_gfx } @@ -103,6 +106,7 @@ macromanni = { # Migrational Era Marcomanni 25 = caucasian_dark_hair } } +#Other Irminonic Speakers langobard = { #Germanic Ancestor culture (CK3); replaces WtWSMS lombards color = langobard @@ -198,10 +202,13 @@ thuringian = { # Migrational Era Thuringians 25 = caucasian_dark_hair } } -alamannian = { # Migrational Era Alemanni +alamannian = { # Migrational Era Alamanni color = alamannian - ethos = ethos_egalitarian #Name probably means "All Men" and are a conglomeration of Germanic peoples + created = 213.1.1 + history_loc_override = alamannian_history_loc + + ethos = ethos_communal #Swabian bequeathal heritage = heritage_central_germanic language = language_central_germanic martial_custom = martial_custom_male_only @@ -234,7 +241,45 @@ alamannian = { # Migrational Era Alemanni 25 = caucasian_dark_hair } } -#North Sea German/Ingvaeonic Languages/Cultures +#Danube Suebi; covers both the Baivarii and the Suavi in and around the Alamanni +#Main Protoculture for the Baivarii +danube_suebi = { + color = danube_suebi + + parents = { alamannian } #Strictly *not* a parent, but they *were* related + created = 454.1.1 + history_loc_override = danube_suebi_history_loc + + ethos = ethos_spiritual #Bavarian bequeathal + heritage = heritage_central_germanic + language = language_central_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_zealous_people #Bavarian bequeathal + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_tribal_hierarchy #Shared with Alamannians + #Combat Traditions + tradition_stand_and_fight #General Suebic feature + } + + name_list = name_list_alamannian + + coa_gfx = { german_group_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { dde_hre_clothing_gfx western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} +##North Sea German/Ingvaeonic Languages/Cultures old_saxon = { # Migrational Era Saxons color = old_saxon diff --git a/WtWSMS/common/culture/name_lists/BP_central_germanic.txt b/WtWSMS/common/culture/name_lists/BP_central_germanic.txt index 0b2bb5e913..71317bb717 100644 --- a/WtWSMS/common/culture/name_lists/BP_central_germanic.txt +++ b/WtWSMS/common/culture/name_lists/BP_central_germanic.txt @@ -193,7 +193,7 @@ name_list_buri = { patronym_suffix_male = "dynnpat_suf_son" patronym_suffix_female = "dynnpat_suf_sdohter" } -name_list_macromanni = { +name_list_marcomanni = { dynasty_names = { "dynn_Gomeding" "dynn_Hermegisling" diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 2d0a7037dd..9552197a44 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1459,33 +1459,6 @@ language_central_germanic = { color = langobard } -language_suebi = { - type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_suebi } } - - parameters = { - language_group_germanic = yes - language_family_indo_european = yes - } - - ai_will_do = { - value = 10 - if = { - limit = { has_cultural_pillar = language_suebi } - multiply = same_language_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_family_indo_european } - multiply = same_language_family_choice_factor - } - } - - color = suebi -} language_north_sea_germanic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_north_sea_germanic } } diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index 996f843605..cf49db5a16 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -1853,7 +1853,7 @@ } 10424163 = { name = "dynn_Gomeding" - culture = macromanni + culture = marcomanni } #10424164: Removed #10424165: Removed diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index 146b9b0da7..d298740d47 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -171,13 +171,13 @@ k_lombardia = { can_create = { general_kingdom_title_creation_trigger = yes } } -d_macromanni = { +d_marcomanni = { color = { 155 22 22 } capital = c_asturias_de_oviedo # Asturias de Oviedo ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { - limit = { culture = culture:macromanni } + limit = { culture = culture:marcomanni } add = @always_primary_score } } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 1c631c1541..c4eb171f07 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -77,9 +77,10 @@ colors = { sao = hsv{ 0.95 0.6 0.3 } nok = { 1.00 0.25 0.25 } #Central Germanic + danube_suebi = { 0.20 0.20 0.20 } suebi = { 0.15 0.15 0.15 } buri = { 0.2 0.2 0.8 } - macromanni = { 0.8 0.2 0.2 } + marcomanni = { 0.8 0.2 0.2 } langobard = { 0.60 0.4 0.60 } warnic = { 0.23 0.63 0.23 } thuringian = { 0.295 0.14 0.24 } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 5ea193d3d4..bcc3b705de 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1542,7 +1542,7 @@ BP_set_minorities_by_date = { title:c_santiago = { add_small_culture_and_faith_to_county_effect = { FAITH = faith:arian - CULTURE = culture:macromanni + CULTURE = culture:marcomanni } } title:c_viseu = { diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index bff0fc5554..cdcb4a143a 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -87,7 +87,6 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_czech_slovak } NOT = { has_court_language = language_czech_slovak } } $CHARACTER$ = { set_court_language = language_czech_slovak } } ## Germanic else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_central_germanic } NOT = { has_court_language = language_central_germanic } } $CHARACTER$ = { set_court_language = language_central_germanic } } - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_suebi } NOT = { has_court_language = language_suebi } } $CHARACTER$ = { set_court_language = language_suebi } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_north_sea_germanic } NOT = { has_court_language = language_north_sea_germanic } } $CHARACTER$ = { set_court_language = language_north_sea_germanic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_norse } NOT = { has_court_language = language_norse } } $CHARACTER$ = { set_court_language = language_norse } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_gothic } NOT = { has_court_language = language_gothic } } $CHARACTER$ = { set_court_language = language_gothic } } @@ -286,7 +285,6 @@ match_court_languages_effect = { else_if = { limit = { $TOP_COURT$ = { has_court_language = language_czech_slovak } } $CURRENT_COURT$ = { set_court_language = language_czech_slovak } } ## Germanic else_if = { limit = { $TOP_COURT$ = { has_court_language = language_central_germanic } } $CURRENT_COURT$ = { set_court_language = language_central_germanic } } - else_if = { limit = { $TOP_COURT$ = { has_court_language = language_suebi } } $CURRENT_COURT$ = { set_court_language = language_suebi } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_north_sea_germanic } } $CURRENT_COURT$ = { set_court_language = language_north_sea_germanic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_norse } } $CURRENT_COURT$ = { set_court_language = language_norse } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_gothic } } $CURRENT_COURT$ = { set_court_language = language_gothic } } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 7e70f2c533..a358658d4c 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5572,7 +5572,7 @@ VakatakaDynasty001 = { name = "Sarus" dynasty = 1042350 religion = "germanic_pagan" - culture = macromanni + culture = danube_suebi father = preBavari000 470.1.1 = { birth = yes } 554.1.1 = { death = yes } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index e233cec881..907bfee1f8 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3811,7 +3811,7 @@ BuriMonterrei003 = { Hunimund2 = { name = "Hunimund" #Hunimunds 2, PLRE Vol 2 religion = germanic_pagan - culture = suebi + culture = danube_suebi 420.1.1 = { birth = yes } 436.1.1 = { trait = education_intrigue_4 @@ -3827,17 +3827,41 @@ Hunimund2 = { Alaric2 = { name = "Alaric" #Alaricus 2, PLRE Vol 2 religion = germanic_pagan - culture = suebi + culture = danube_suebi 440.1.1 = { birth = yes } 456.1.1 = { trait = education_martial_3 } 500.1.1 = { death = yes } } +#The purported Scirii component that's the source for Skiri/Sciria/Sciri village names in Bavaria +UpperDanubeScirii000 = { + name = Thiudafred + religion = germanic_pagan + culture = skirian + 433.1.1 = { birth = yes } + 483.1.1 = { death = yes } +} +UpperDanubeScirii001 = { + name = Hildefons + religion = germanic_pagan + culture = skirian + father = UpperDanubeScirii000 + 470.1.1 = { birth = yes } + 526.1.1 = { death = yes } +} +UpperDanubeScirii002 = { + name = Childefonsus + religion = germanic_pagan + culture = skirian + father = UpperDanubeScirii001 + 493.1.1 = { birth = yes } + 541.1.1 = { death = yes } +} #Bavarians & Proto-Bavarians preBavari000 = { name = "Maroboduus" dynasty = 1042350 religion = germanic_pagan - culture = macromanni + culture = danube_suebi 438.1.1 = { birth = yes } 487.1.1 = { death = yes } } diff --git a/WtWSMS/history/characters/macromanni.txt b/WtWSMS/history/characters/macromanni.txt index 4d51a0533d..752bf8ba72 100644 --- a/WtWSMS/history/characters/macromanni.txt +++ b/WtWSMS/history/characters/macromanni.txt @@ -3,7 +3,7 @@ # Agriulfum Gomeding dynasty = 10424163 religion = "germanic_pagan" - culture = "macromanni" + culture = "marcomanni" 450.1.1 = { birth = "450.1.1" } @@ -17,7 +17,7 @@ # Veremundus Gomeding dynasty = 10424163 religion = "germanic_pagan" - culture = "macromanni" + culture = "marcomanni" father = 212851 470.1.1 = { birth = "470.1.1" diff --git a/WtWSMS/history/characters/roman.txt b/WtWSMS/history/characters/roman.txt index a62d9dcdfa..52c77a3ea9 100644 --- a/WtWSMS/history/characters/roman.txt +++ b/WtWSMS/history/characters/roman.txt @@ -6287,7 +6287,6 @@ set_relation_friend = character:360920 #Frederic of Rugii } 470.1.1 = { set_relation_friend = character:55 } #Friendship after his asceticism - 476.1.1 = { employer = 55 } 482.1.8 = { death = yes trait = saint diff --git a/WtWSMS/history/cultures/heritage_west_germanic.txt b/WtWSMS/history/cultures/heritage_west_germanic.txt index f53f08452d..f4d711ec09 100644 --- a/WtWSMS/history/cultures/heritage_west_germanic.txt +++ b/WtWSMS/history/cultures/heritage_west_germanic.txt @@ -1,5 +1,5 @@ # english, anglo_saxon, scottish -#chatti, old_frankish, suebi, cheruscii, macromanni, buri, old_frisian +#chatti, old_frankish, suebi, cheruscii, marcomanni, buri, old_frisian 1.1.1 = { ## Tribal Innovations # Military diff --git a/WtWSMS/history/cultures/macromanni.txt b/WtWSMS/history/cultures/marcomanni.txt similarity index 100% rename from WtWSMS/history/cultures/macromanni.txt rename to WtWSMS/history/cultures/marcomanni.txt diff --git a/WtWSMS/history/provinces/bp_k_dacia.txt b/WtWSMS/history/provinces/bp_k_dacia.txt index 346013c663..c4f6e2bd74 100644 --- a/WtWSMS/history/provinces/bp_k_dacia.txt +++ b/WtWSMS/history/provinces/bp_k_dacia.txt @@ -17,11 +17,9 @@ # Other map (AD 125) https://upload.wikimedia.org/wikipedia/commons/b/bb/Roman_Empire_125.png showing Iazyges did not migrate from Tisa basin # ============ # Heruli -# Probably Quadi/Suebi/Sciri; definitely East German/Alan/Sarmatian mix by 476 [1]. +# Probably Quadi/heruli/Sciri; definitely East German/Alan/Sarmatian mix by 476 [1]. # Heruli probably didn't extend nearly as far as WtWSMS. [2-4] seems to more accurately represent the Heruls being bound -# by the Carpathians; given the extent of the Przeworsk-Zarubintsy culture and assuming those were Proto-Slavs, reducing -# the bounds of the Heruls seems justified. So the Heruls are relative newcomers, ruling over an admixture of people in -# the Danube basin while having a Herul stronghold in the mountains +# by the Carpathians # # [1] https://en.wikipedia.org/wiki/Heruli#Kingdom_on_the_Middle_Danube # [2] https://upload.wikimedia.org/wikipedia/commons/0/0b/Europe_and_the_Near_East_at_476_AD.png diff --git a/WtWSMS/history/provinces/bp_k_dacia_carpetes.txt b/WtWSMS/history/provinces/bp_k_dacia_carpetes.txt index b647567b31..9e4a6eb108 100644 --- a/WtWSMS/history/provinces/bp_k_dacia_carpetes.txt +++ b/WtWSMS/history/provinces/bp_k_dacia_carpetes.txt @@ -17,13 +17,9 @@ # Other map (AD 125) https://upload.wikimedia.org/wikipedia/commons/b/bb/Roman_Empire_125.png showing Iazyges did not migrate from Tisa basin # ============ # Heruli -# Probably Quadi/Suebi/Sciri; definitely East German/Alan/Sarmatian mix by 476 [1]. +# Probably Quadi/heruli/Sciri; definitely East German/Alan/Sarmatian mix by 476 [1]. # Heruli probably didn't extend nearly as far as WtWSMS. [2-4] seems to more accurately represent the Heruls being bound -# by the Carpathians; given the extent of the Przeworsk-Zarubintsy culture and assuming those were Proto-Slavs, reducing -# the bounds of the Heruls seems justified. So the Heruls are relative newcomers, ruling over an admixture of people in -# the Danube basin while having a Herul stronghold in the mountains. -# For game mechanic reasons (reducing the tendency of Romans to revolt), the Skirian component is replaced -# with Suebic. +# by the Carpathians # # [1] https://en.wikipedia.org/wiki/Heruli#Kingdom_on_the_Middle_Danube # [2] https://upload.wikimedia.org/wikipedia/commons/0/0b/Europe_and_the_Near_East_at_476_AD.png @@ -36,7 +32,7 @@ ###c_nyitra 3831 = { #Nyitra - culture = suebi + culture = heruli religion = germanic_pagan holding = tribal_holding } @@ -54,7 +50,7 @@ } ###c_gemer 524 = { #Gemer - culture = suebi + culture = heruli religion = germanic_pagan holding = tribal_holding } @@ -105,7 +101,7 @@ } ###c_zolyom 3856 = { #Zolyom - culture = suebi + culture = heruli religion = germanic_pagan holding = tribal_holding } @@ -114,7 +110,7 @@ } ###c_bars 3846 = { #Bars - culture = suebi + culture = heruli religion = germanic_pagan holding = tribal_holding } @@ -126,7 +122,7 @@ } ###c_hont 3848 = { #Hont - culture = suebi + culture = heruli religion = germanic_pagan holding = tribal_holding } @@ -147,7 +143,7 @@ } ###c_poszony 3815 = { #Poszony - culture = suebi + culture = heruli religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_danubia.txt b/WtWSMS/history/provinces/bp_k_danubia.txt index 5b406958b1..9c267f78b3 100644 --- a/WtWSMS/history/provinces/bp_k_danubia.txt +++ b/WtWSMS/history/provinces/bp_k_danubia.txt @@ -4,7 +4,7 @@ ###c_praha 4125 = { #PRAHA - culture = macromanni + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -25,7 +25,7 @@ } ###c_litomerice 4129 = { #LITOMERICE - culture = macromanni + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -40,7 +40,7 @@ } ###c_zatec 4147 = { #ZATEC - culture = macromanni + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -55,7 +55,7 @@ } ###c_plzen 4145 = { #PLZEN - culture = macromanni + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -97,7 +97,7 @@ } ###c_boleslav 4136 = { #BOLESLAV - culture = macromanni + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -264,7 +264,7 @@ ###c_hohenburg 2989 = { #HOHENBURG - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -279,7 +279,7 @@ } ###c_parsberg 2987 = { #PARSBERG - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -294,7 +294,7 @@ } ###c_eichstadt 2878 = { #EICHTSTAD - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -309,7 +309,7 @@ } ###c_leuchtenburg 2990 = { #LEUCHTENBURG - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania.txt b/WtWSMS/history/provinces/bp_k_germania.txt index 0f64c85a4e..16e4e3e9df 100644 --- a/WtWSMS/history/provinces/bp_k_germania.txt +++ b/WtWSMS/history/provinces/bp_k_germania.txt @@ -395,7 +395,7 @@ ###c_nurnberg 2877 = { #NURNBERG - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -407,7 +407,7 @@ } ###c_ansbach 2875 = { #ANSBACH - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -431,7 +431,7 @@ } ###c_bamberg 2874 = { #BAMBERG - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -458,7 +458,7 @@ } ###c_wiltberg 2927 = { #WILTBERG - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } @@ -470,7 +470,7 @@ } ###c_coburg 2998 = { #COBURG - culture = suebi + culture = danube_suebi religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 5bb5336c1b..21b81c8265 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -353,7 +353,7 @@ k_lombardia = { } } -d_macromanni = { +d_marcomanni = { 450.1.1={ holder = 212851 liege = "k_suebia" diff --git a/WtWSMS/history/titles/bp_k_dacia_carpetes.txt b/WtWSMS/history/titles/bp_k_dacia_carpetes.txt index f731154897..5049c18264 100644 --- a/WtWSMS/history/titles/bp_k_dacia_carpetes.txt +++ b/WtWSMS/history/titles/bp_k_dacia_carpetes.txt @@ -14,9 +14,10 @@ k_dacia_carpetes = { #Empty History d_nyitra = { #Empty History 1.1.1={} } -c_nyitra = { - 454.1.1 = { holder = Hunimund2 } #Suebi - 469.1.1 = { holder = 59 } #Rodulf Heruli +c_nyitra = { #c_nitra history (direct) + 476.1.2={ + holder = 59 + } 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -34,8 +35,9 @@ c_nyitra = { } } c_gemer = { - 454.1.1 = { holder = Hunimund2 } #Suebi - 469.1.1 = { holder = 59 } #Rodulf Heruli + 476.1.2={ + holder = 59 + } 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -127,9 +129,10 @@ c_lipto = { #c_orava history holder=33081 # Avar Khan 2 } } -c_zolyom = { - 454.1.1 = { holder = Hunimund2 } #Suebi - 469.1.1 = { holder = 59 } #Rodulf Heruli +c_zolyom = { #c_gemer history (changed from c_orava history) + 476.1.2={ + holder = 59 + } 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -146,9 +149,10 @@ c_zolyom = { holder=33081 # Avar Khan 2 } } -c_bars = { - 454.1.1 = { holder = Hunimund2 } #Suebi - 469.1.1 = { holder = 59 } #Rodulf Heruli +c_bars = { #c_nitra history (elimination) + 476.1.2={ + holder = 59 + } 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -165,9 +169,10 @@ c_bars = { holder=33081 # Avar Khan 2 } } -c_hont = { - 454.1.1 = { holder = Hunimund2 } #Suebi - 469.1.1 = { holder = 59 } #Rodulf Heruli +c_hont = { #c_gemer history (elimination) + 476.1.2={ + holder = 59 + } 520.1.1 = { holder = 145618 # King Wacho Lething } @@ -184,9 +189,10 @@ c_hont = { holder=33081 # Avar Khan 2 } } -c_poszony = { - 454.1.1 = { holder = Hunimund2 } #Suebi - 469.1.1 = { holder = 59 } #Rodulf Heruli +c_poszony = { #c_nitra history (elimination) + 476.1.2={ + holder = 59 + } 520.1.1 = { holder = 145618 # King Wacho Lething } diff --git a/WtWSMS/history/titles/bp_k_danubia.txt b/WtWSMS/history/titles/bp_k_danubia.txt index f8de246097..821e59f2be 100644 --- a/WtWSMS/history/titles/bp_k_danubia.txt +++ b/WtWSMS/history/titles/bp_k_danubia.txt @@ -418,16 +418,24 @@ c_krems = { #c_znojmo history (elimination) d_danubia_quarta = { #Empty History 1.1.1={} } -c_hohenburg = { #c_nurnberg history +c_hohenburg = { + #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_parsberg = { + #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_eichstadt = { + #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } -c_leuchtenburg = { #c_nurnberg history (elimination) +c_leuchtenburg = { + #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_deggerdorf = { #c_passau history (elimination) diff --git a/WtWSMS/history/titles/bp_k_germania.txt b/WtWSMS/history/titles/bp_k_germania.txt index 2f670d7e45..b5a09b0a74 100644 --- a/WtWSMS/history/titles/bp_k_germania.txt +++ b/WtWSMS/history/titles/bp_k_germania.txt @@ -634,10 +634,12 @@ d_bamberg = { #Empty History } c_nurnberg = { #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_ansbach = { #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_nordlingen = { #c_nurnberg history @@ -681,6 +683,7 @@ c_nordlingen = { #c_nurnberg history } c_bamberg = { #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_wurzburg = { @@ -724,9 +727,11 @@ c_wurzburg = { } c_wiltberg = { #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } c_coburg = { #Rulers + 454.1.1 = { holder = Hunimund2 } #Suebi 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi } diff --git a/WtWSMS/history/titles/bp_k_noricum.txt b/WtWSMS/history/titles/bp_k_noricum.txt index 95adaaeb07..c3e21e5602 100644 --- a/WtWSMS/history/titles/bp_k_noricum.txt +++ b/WtWSMS/history/titles/bp_k_noricum.txt @@ -1054,66 +1054,11 @@ c_rosenheim = { 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1301027 # Ursus - liege = k_italy - } - 510.1.1={ - holder = 63 # Theoderic - liege = 0 - } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing + #Skirian component of Hunimund's Suavi + 453.1.1 = { + holder = UpperDanubeScirii000 + government = tribal_government } + 470.1.1 = { liege = d_suavi } + 483.1.1 = { holder = UpperDanubeScirii001 } } diff --git a/WtWSMS/history/titles/bp_k_raetia.txt b/WtWSMS/history/titles/bp_k_raetia.txt index eadb1b2201..de521ddb05 100644 --- a/WtWSMS/history/titles/bp_k_raetia.txt +++ b/WtWSMS/history/titles/bp_k_raetia.txt @@ -414,7 +414,13 @@ c_regensburg = { #c_kempten history (changed) 200.1.1 = { change_development_level = 8 } 476.1.1 = { change_development_level = 4 } #Tribalization #Rulers - 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi + #Skirian component of Hunimund's Suavi + 453.1.1 = { + holder = UpperDanubeScirii000 + government = tribal_government + } + 470.1.1 = { liege = d_suavi } + 483.1.1 = { holder = UpperDanubeScirii001 } } c_munchen = { #c_oberbayern history #Development @@ -426,56 +432,13 @@ c_munchen = { #c_oberbayern history 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" - } - 460.1.1={ - holder = 1001104 - } - 476.9.4={ - liege = "k_italy" - } - 491.1.1={ - holder = 63 # Theoderic - liege = k_ostrogoths - } - 493.3.5 = { - liege = k_italy - } - 500.1.1 = { - holder = 1300946 # Servatus - liege = k_italy - } - 540.1.1={ - holder = 190222 # Ildibad - liege = 0 - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 548.1.1={ - holder = 30376 # Garibald Agilolfing - liege="k_neustria" - } - 591.1.1={ - holder = 30377 # Tassilo Agilolfing - liege=0 - } - 610.1.1={ - holder = 30378 # Garibald II Agilolfing - liege="k_neustria" - } - 620.1.1={ - holder = 30379 # Theodo Agilolfing - } - 680.1.1={ - holder = 30379 # Theodo II Agilolfing + #Skirian component of Hunimund's Suavi + 453.1.1 = { + holder = UpperDanubeScirii000 + government = tribal_government } + 470.1.1 = { liege = d_suavi } + 483.1.1 = { holder = UpperDanubeScirii001 } } c_eschenlohe = { #c_oberbayern history (elimination) #Development @@ -544,5 +507,11 @@ c_rothenburg = { #c_kempten history (changed) 200.1.1 = { change_development_level = 8 } 476.1.1 = { change_development_level = 4 } #Tribalization #Rulers - 469.1.1 = { holder = Alaric2 } #Hunimund's Suebi + #Skirian component of Hunimund's Suavi + 453.1.1 = { + holder = UpperDanubeScirii000 + government = tribal_government + } + 470.1.1 = { liege = d_suavi } + 483.1.1 = { holder = UpperDanubeScirii001 } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index fb424ed2bc..493cb28f57 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -723,8 +723,8 @@ k_lombardia:0 "Lombardia" k_lombardia_adj:0 "Lombard" #Duchies - d_macromanni:0 "Macromanni" - d_macromanni_adj:0 "Macromanni" + d_marcomanni:0 "Macromanni" + d_marcomanni_adj:0 "Macromanni" d_lombards:0 "Lombards" d_lombards_adj:0 "Lombard" d_jutes:0 "Jutes" diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index dc6dc5e100..862fc6177c 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -2,10 +2,10 @@ #Roman "Special" Overwrites: That is, not having an *actual* culture to hybridize corsican_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture in the year 241 BC" sardinian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Nuragic [heritage|E] in the year 241 BC" - romano_raetian_history_loc:0 "Formed from [CULTURE.GetName] and Rhaetian in AD [DATE.GetYear]" - romano_noric_history_loc:0 "Formed from [CULTURE.GetName] and an Noric in AD [DATE.GetYear]" + romano_raetian_history_loc:0 "Formed from [CULTURE.GetName] and Rhaetian in the year AD [DATE.GetYear]" + romano_noric_history_loc:0 "Formed from [CULTURE.GetName] and an Noric in the year AD [DATE.GetYear]" romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and Paleo-Iberian Cultures in the year 201 BC" - romano_pannonian_history_loc:0 "Formed from [CULTURE.GetName] and Pannonian in AD [DATE.GetYear]" + romano_pannonian_history_loc:0 "Formed from [CULTURE.GetName] and Pannonian in the year AD [DATE.GetYear]" #Roman Date Overwrites (supporting BC) romano_gallic_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 50 BC" romano_african_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 145 BC" @@ -19,6 +19,10 @@ massalian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 545 BC" #Colonization of Masallia by Phocaea (Aeolic speakers) helleno_libyan_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 631 BC" #Colonization of Cyrene by Thera (Doric speakers) helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 331 BC" #Founding of Alexandria + #Central Germanic Culture + danube_suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" + alamannian_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" + suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" #Continental Celts galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 914647db44..c7b13aa74d 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -49,7 +49,7 @@ #Central Germanic name_list_suebi:0 "Suebi" name_list_buri:0 "Buri" - name_list_macromanni:0 "Macromanni" + name_list_marcomanni: "Marcomanni" name_list_langobardic:0 "Langobardic" name_list_warnic:0 "Warnic" name_list_thuringian:0 "Thuringian" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index de431685ca..9b6e4912c9 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -181,6 +181,9 @@ bucinobantian:0 "Bucinobantian" bucinobantian_collective_noun:0 "Bucinobantians" bucinobantian_prefix:0 "Bucinobantian" + danube_suebi: "Suavi" + danube_suebi_collective_noun: "Suavians" + danube_suebi_prefix: "Suavian" # Chinese Group chinese:0 "Chinese" chinese_collective_noun:0 "Chinese" @@ -606,9 +609,9 @@ suebi:0 "Suebian" suebi_collective_noun:0 "Suebi" suebi_prefix:0 "Suebian" - macromanni:0 "Macromanni" - macromanni_collective_noun:0 "Macromannians" - macromanni_prefix:0 "Macromannian" + marcomanni: "Marcomanni" + marcomanni_collective_noun: "Marcomannians" + marcomanni_prefix: "Marcomanno" cheruscii:0 "Cheruscii" cheruscii_collective_noun:0 "Cheruscii" cheruscii_prefix:0 "Cheruscii" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 11cd7f89cb..add83d894e 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -26,7 +26,6 @@ language_nakh_name: "Nakh" language_avaric_name: "Avaric" #Central Germanic - language_suebi_name:0 "Suebi" language_north_sea_germanic_name:0 "Ingvaeonic Germanic" #Continental Celts language_gaulish_name:0 "Gaulish" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index c27990fb46..0acd4bcdcb 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -47,12 +47,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'PittenIndependent',\ + 'UpperDanubeScirii',\ 0,\ #Character data '',\ - 'nicene',\ - 'romano_noric',\ + 'germanic_pagan',\ + 'skirian',\ #Starting year and end year 400+randint(0,31),\ 500,\ From c23b8223a14310f603d083630c5b727dfbd1c236 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 13 Nov 2022 19:59:24 -0500 Subject: [PATCH 174/339] Rhine and Low Countries (Part 1) * Fixup Old Frankish distribution to be more in line with future Low Franconian speakers as well as sources on the Ripurian Franks. * Moved Chatti inland closer to their (presumed) capital. * Moved Chatti culture to Central Germanic Group and changed language to Central Germanic * Created Ripurian Frankish culture as the High German consonant shift was likely underway by then, so the Ripurian language would be closer to Central Germanic. Uses same traditions/namelist as the Old Franks --- .../culture/cultures/BP_central_germanic.txt | 74 ++++++++++++ .../culture/cultures/BP_western_germanic.txt | 34 ------ .../traditions/BP_realm_traditions.txt | 5 +- .../traditions/BP_regional_traditions.txt | 3 +- .../landed_titles/BP_e_germania_magna.txt | 10 +- .../common/named_colors/BP_culture_colors.txt | 1 + .../characters/_lt_rascek_new_chars.txt | 8 ++ .../history/cultures/ripuarian_frankish.txt | 39 ++++++ WtWSMS/history/provinces/_BP_notes.info | 12 ++ WtWSMS/history/provinces/bp_k_frisia.txt | 30 ++--- WtWSMS/history/provinces/bp_k_germania.txt | 8 +- .../provinces/bp_k_germania_inferior.txt | 8 +- WtWSMS/history/provinces/bp_k_vindelicia.txt | 23 ++-- WtWSMS/history/titles/BP_titles_germanic.txt | 1 - WtWSMS/history/titles/bp_k_frisia.txt | 107 ++++++++++------ WtWSMS/history/titles/bp_k_germania.txt | 94 ++++----------- .../history/titles/bp_k_germania_inferior.txt | 11 +- WtWSMS/history/titles/bp_k_vindelicia.txt | 114 +++++++----------- .../culture/BP_cultural_history_l_english.yml | 1 + .../english/culture/BP_cultures_l_english.yml | 3 + 20 files changed, 316 insertions(+), 270 deletions(-) create mode 100644 WtWSMS/history/cultures/ripuarian_frankish.txt diff --git a/WtWSMS/common/culture/cultures/BP_central_germanic.txt b/WtWSMS/common/culture/cultures/BP_central_germanic.txt index 471227e397..3002953087 100644 --- a/WtWSMS/common/culture/cultures/BP_central_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_central_germanic.txt @@ -279,6 +279,80 @@ danube_suebi = { 25 = caucasian_dark_hair } } +#Wesser-German Related groups (but more Irminonic-influenced than the Franks) +chatti = { # Migrational Era Chatti + color = chatti + + ethos = ethos_bellicose + heritage = heritage_central_germanic + language = language_central_germanic #West-Central German should be more Irimonic Germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_warrior_culture #Tacitus noted their warrior traditions + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_only_the_strong #Tacitus notes strong emphasis on valor to achieve manhood + tradition_quarrelsome #CK2 Horde + } + + name_list = name_list_chatti + + #Graphics + coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 10 = caucasian_blond + 5 = caucasian_ginger + 45 = caucasian_brown_hair + 35 = caucasian_dark_hair + } +} +#Linguistic split within the Franks, as the Old High German Consonant shift was underway +ripuarian_frankish = { + color = ripuarian_frankish + + parents = { old_frankish } + created = 274.1.1 + history_loc_override = ripuarian_frankish_history_loc + + ethos = ethos_bellicose + heritage = heritage_central_germanic + language = language_central_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_warrior_culture #CK3 Vanilla + #Regional Traditions + tradition_frankish_traditions + #Ritual Traditions + tradition_concubines #Standard for German Christian cultures + #Realm Traditions + #Combat Traditions + tradition_stand_and_fight #CK3 Vanilla + } + + name_list = name_list_old_frankish + + #Graphics + coa_gfx = { western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 10 = caucasian_blond + 5 = caucasian_ginger + 45 = caucasian_brown_hair + 35 = caucasian_dark_hair + } +} ##North Sea German/Ingvaeonic Languages/Cultures old_saxon = { # Migrational Era Saxons color = old_saxon diff --git a/WtWSMS/common/culture/cultures/BP_western_germanic.txt b/WtWSMS/common/culture/cultures/BP_western_germanic.txt index 02157a3a4e..788bf62157 100644 --- a/WtWSMS/common/culture/cultures/BP_western_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_western_germanic.txt @@ -39,40 +39,6 @@ old_frankish = { 35 = caucasian_dark_hair } } -chatti = { # Migrational Era Chatti - color = chatti - - ethos = ethos_bellicose - heritage = heritage_west_germanic - language = language_frankish #Probable Frankish Connection and let's not make them a linguistic isolate - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_warrior_culture #Tacitus noted their warrior traditions - #Regional Traditions - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_only_the_strong #Tacitus notes strong emphasis on valor to achieve manhood - tradition_quarrelsome #CK2 Horde - } - - name_list = name_list_chatti - - #Graphics - coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { northern_clothing_gfx } - clothing_gfx = { western_clothing_gfx } - unit_gfx = { western_unit_gfx } - - ethnicities = { - 10 = caucasian_blond - 5 = caucasian_ginger - 45 = caucasian_brown_hair - 35 = caucasian_dark_hair - } -} cheruscii = { # Migrational Era Cherusks color = cheruscii diff --git a/WtWSMS/common/culture/traditions/BP_realm_traditions.txt b/WtWSMS/common/culture/traditions/BP_realm_traditions.txt index 56fb1b1bff..17837105f1 100644 --- a/WtWSMS/common/culture/traditions/BP_realm_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_realm_traditions.txt @@ -90,7 +90,10 @@ tradition_tribal_hierarchy = { #Varient of tradition_hereditary_hierarchy for tr } } - parameters = { poorly_educated_leaders_distrusted = yes } + parameters = { + strong_traits_more_valued = yes + strong_traits_more_common = yes + } character_modifier = { tribal_government_tax_contribution_mult = 0.1 tribal_government_levy_contribution_mult = 0.1 diff --git a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt index cfd56417c1..881ace0ca8 100644 --- a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt @@ -1700,7 +1700,8 @@ tradition_frankish_traditions = { } parameters = { is_a_heritage_tradition = yes - poorly_educated_leaders_distrusted = yes + strong_traits_more_valued = yes + strong_traits_more_common = yes can_use_conquest_cbs = yes male_only_inheritance = yes must_use_confederate_partition = yes diff --git a/WtWSMS/common/landed_titles/BP_e_germania_magna.txt b/WtWSMS/common/landed_titles/BP_e_germania_magna.txt index e7b86a0372..e7516030b1 100644 --- a/WtWSMS/common/landed_titles/BP_e_germania_magna.txt +++ b/WtWSMS/common/landed_titles/BP_e_germania_magna.txt @@ -49,11 +49,6 @@ e_germania_magna = { b_rotterdam = { province = 2403 - color = { 235 85 30 } - } - b_dort = { - province = 2402 - color = { 235 85 30 } } } @@ -97,6 +92,11 @@ e_germania_magna = { color = { 160 100 10 } } + b_dort = { + province = 2402 + + color = { 235 85 30 } + } } c_arnhem = { color = { 235 45 30 } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index c4eb171f07..3627a40095 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -88,6 +88,7 @@ colors = { old_saxon = { 0.44 0.396 0.386 } anglo = { 0.6 0.6 0.2 } reudignian = { 0.6 0.6 0.2 } + ripuarian_frankish = { 56 56 83 } #Continental Celtic gallic = { 0.025 0.2 0.025 } galatian = { 0.3 0.7 0.3 } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 907bfee1f8..f0e4a7ec44 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3832,6 +3832,14 @@ Alaric2 = { 456.1.1 = { trait = education_martial_3 } 500.1.1 = { death = yes } } +Suavi000 = { + name = "Haming" + religion = germanic_pagan + culture = danube_suebi + father = Alaric2 + 465.1.1 = { birth = yes } + 530.1.1 = { death = yes } +} #The purported Scirii component that's the source for Skiri/Sciria/Sciri village names in Bavaria UpperDanubeScirii000 = { name = Thiudafred diff --git a/WtWSMS/history/cultures/ripuarian_frankish.txt b/WtWSMS/history/cultures/ripuarian_frankish.txt new file mode 100644 index 0000000000..aa5467009e --- /dev/null +++ b/WtWSMS/history/cultures/ripuarian_frankish.txt @@ -0,0 +1,39 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum +} +#Runes utlized (limited sense) +200.1.1 = { + discover_innovation = innovation_writing +} +#Foederati begin interfering with Politics (Gallic Empire under Batavian Postumus) +260.1.1 = { + discover_innovation = innovation_leges_barbarorum + discover_innovation = innovation_social_stratification + join_era = culture_era_late_antiquity +} +#Frankish Settlement/Foederati in the Roman Empire +288.1.1 = { + discover_innovation = innovation_standing_army + discover_innovation = innovation_muri +} +#410: Visigoth Sack of Rome +410.1.1 = { + discover_innovation = innovation_limitanei +} +#Establishment of Merovingian Kingdom +481.1.1 = { + discover_innovation = innovation_mundium +} +#Baptism of Clovis +496.1.1 = { + discover_innovation = innovation_state_religion +} \ No newline at end of file diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 39a67759b0..fe54a81277 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -54,3 +54,15 @@ Gaulia -------------- Border between Gauls and Germans (Pre-Roman conquest); probable border for Romano-Gauls. https://en.wikipedia.org/wiki/Gauls#/media/File:Gallia_trib%C3%B9_59_aC.PNG + +Franks, Chatti, and Saxons +-------------- +Ripurian/Salian Frank division: +https://commons.wikimedia.org/wiki/File:Les_Francs_entre_400_et_440.svg +https://en.wikipedia.org/wiki/Frankish_language#/media/File:Altfr%C3%A4nkische_Sprache_600-700.png + + + + + + diff --git a/WtWSMS/history/provinces/bp_k_frisia.txt b/WtWSMS/history/provinces/bp_k_frisia.txt index 736f1702bf..851635dd23 100644 --- a/WtWSMS/history/provinces/bp_k_frisia.txt +++ b/WtWSMS/history/provinces/bp_k_frisia.txt @@ -1,5 +1,7 @@ #k_frisia + ##d_holland ################################### + ###c_holland 2406 = { #AMSTERDAM culture = old_frisian @@ -8,21 +10,9 @@ } 2404 = { #DELFT holding = none - 1075.1.1 = { - holding = tribal_holding - } } 2403 = { #ROTTERDAM holding = none - 900.1.1 = { - holding = none - } -} -2402 = { #DORT - holding = none - 1220.1.1 = { - holding = none - } } ###c_westfriesland 2405 = { #HAARLEM @@ -44,9 +34,10 @@ } ##d_gelre ################################### + ###c_arnhem 2428 = { #ARNHEM - culture = old_frisian + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -61,7 +52,7 @@ } ###c_zutphen 2429 = { #ZUTPHEN - culture = chatti + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -76,18 +67,22 @@ } ##d_utrecht ################################### + ###c_nedersticht 2424 = { #UTRECHT - culture = old_frisian + culture = old_frankish religion = germanic_pagan holding = tribal_holding } 2451 = { #AMERSFOORT holding = none } +2402 = { #DORT + holding = none +} ###c_oversticht 2421 = { #ZWOLLE - culture = old_frisian + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -105,7 +100,7 @@ } ###c_groningen 2417 = { #GRONINGEN - culture = old_frisian + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -120,6 +115,7 @@ } ##d_frisia ################################### + ###c_dokkum 2414 = { #DOKKUM culture = old_frisian diff --git a/WtWSMS/history/provinces/bp_k_germania.txt b/WtWSMS/history/provinces/bp_k_germania.txt index 16e4e3e9df..8234bb253c 100644 --- a/WtWSMS/history/provinces/bp_k_germania.txt +++ b/WtWSMS/history/provinces/bp_k_germania.txt @@ -4,7 +4,7 @@ ###c_paderborn 2847 = { #PADERBORN - culture = chatti + culture = old_saxon religion = germanic_pagan holding = tribal_holding } @@ -19,7 +19,7 @@ } ###c_waldeck 2850 = { #WALDECK - culture = chatti + culture = old_saxon religion = germanic_pagan holding = tribal_holding } @@ -32,7 +32,7 @@ } ###c_munster 2670 = { #MUNSTER - culture = chatti + culture = old_saxon religion = germanic_pagan holding = tribal_holding } @@ -53,7 +53,7 @@ holding = tribal_holding } 2909 = { #SCHWALENBERG - holding = city_holding + holding = none } 2910 = { #EVERSTEIN holding = none diff --git a/WtWSMS/history/provinces/bp_k_germania_inferior.txt b/WtWSMS/history/provinces/bp_k_germania_inferior.txt index 18599d9c14..34b22db557 100644 --- a/WtWSMS/history/provinces/bp_k_germania_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_germania_inferior.txt @@ -119,11 +119,11 @@ } ###c_aachen 2092 = { #AACHEN - culture = old_frankish + culture = ripuarian_frankish religion = germanic_pagan holding = castle_holding special_building_slot = palace_of_aachen_01 - 375.1.1 = { holding = tribal_holding } #destoryed during migraiton period + 375.1.1 = { holding = tribal_holding } #destroyed during migration period 508.12.25 = { religion = gallican_church } } 2448 = { #LIMBOURG @@ -197,7 +197,7 @@ } ###c_cologne 2088 = { #COLOGNE - culture = old_frankish + culture = ripuarian_frankish religion = nicene holding = castle_holding special_building_slot = holy_site_cologne_cathedral_01 @@ -315,7 +315,7 @@ } ###c_mainz 2694 = { #MAINZ - culture = thuringian + culture = ripuarian_frankish religion = nicene holding = castle_holding #aka Mogontiacum } diff --git a/WtWSMS/history/provinces/bp_k_vindelicia.txt b/WtWSMS/history/provinces/bp_k_vindelicia.txt index 4b2ab82bca..b83e641f73 100644 --- a/WtWSMS/history/provinces/bp_k_vindelicia.txt +++ b/WtWSMS/history/provinces/bp_k_vindelicia.txt @@ -173,7 +173,7 @@ ###c_frankfurt 2855 = { #FRANKFURT - culture = thuringian + culture = ripuarian_frankish religion = germanic_pagan holding = tribal_holding } @@ -224,7 +224,7 @@ } ###c_fulda 2924 = { #FULDA - culture = thuringian + culture = chatti religion = germanic_pagan holding = tribal_holding } @@ -236,7 +236,7 @@ } ###c_nassau 2852 = { #SIEGEN - culture = thuringian + culture = ripuarian_frankish religion = germanic_pagan holding = tribal_holding } @@ -251,7 +251,7 @@ } ###c_marburg 2859 = { #MARBURG - culture = thuringian + culture = chatti religion = germanic_pagan holding = tribal_holding } @@ -269,7 +269,7 @@ ###c_dortmund 2673 = { #DORTMUND - culture = chatti + culture = ripuarian_frankish religion = germanic_pagan holding = tribal_holding } @@ -284,7 +284,7 @@ } ###c_arnsberg 2680 = { #ARNSBERG - culture = chatti + culture = ripuarian_frankish religion = germanic_pagan holding = tribal_holding } @@ -293,7 +293,7 @@ } ###c_mark 2679 = { #MARK - culture = chatti + culture = ripuarian_frankish religion = germanic_pagan holding = tribal_holding } @@ -302,13 +302,10 @@ } 2676 = { #HUKESWAG holding = none - 1066.1.1 = { - holding = none - } } ###c_bergh 2433 = { #BERGH - culture = old_frankish + culture = ripuarian_frankish religion = germanic_pagan holding = tribal_holding } @@ -317,9 +314,9 @@ } ###c_sayn 2689 = { #SAYN - culture = old_frankish + culture = ripuarian_frankish religion = germanic_pagan - holding = castle_holding + holding = tribal_holding } 2690 = { #WIED holding = none diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 21b81c8265..1315ff3bf8 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -552,7 +552,6 @@ d_chatti = { holder = 212057 government = tribal_government } - 476.2.1 = { liege = k_saxony } 510.1.1={ holder = 212560 } diff --git a/WtWSMS/history/titles/bp_k_frisia.txt b/WtWSMS/history/titles/bp_k_frisia.txt index 67a74191d2..e808641c6a 100644 --- a/WtWSMS/history/titles/bp_k_frisia.txt +++ b/WtWSMS/history/titles/bp_k_frisia.txt @@ -77,33 +77,75 @@ c_westfriesland = { holder=159237 # Audwulf } } -c_nedersticht = { #c_holland history (elimination) - 466.1.1={ - holder=44 # Hroðward +c_nedersticht = { + 457.1.1={ + holder = 39 } - 497.1.1={ - holder=190074 # Folcpald + 481.1.1={ + holder = 40 } - 499.1.1={ - holder=190049 # Hengest + 511.1.1={ + holder = 106522 # Chlothar Meroving } - 552.1.1={ - holder=190083 # Finn + 561.11.29={ + holder = 231004 # Sigebert Meroving } - 572.1.1={ - holder=190084 # Aldegisl + 575.1.1={ + holder = 30010 # Childebert II Meroving } - 600.1.1={ - holder=159237 # Audwulf + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_arnhem = { #c_gelre history - 466.1.1={ - holder=44 # Hroðward +c_arnhem = { + 457.1.1={ + holder = 20785 } 482.1.1={ holder = 40 } + 511.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } +} + +d_groningen = { #Empty History + 1.1.1={} +} +c_oversticht = { + 460.1.1={ + holder = 36107 # Chararic + } + 507.1.1={ + holder = 40 # Clovis + } 511.1.1={ holder = 106524 # Theuderic Meroving } @@ -135,16 +177,12 @@ c_arnhem = { #c_gelre history holder = 30029 # Chlothar II Meroving } } - -d_groningen = { #Empty History - 1.1.1={} -} -c_oversticht = { #c_gelre history - 466.1.1={ - holder=44 # Hroðward +c_groningen = { + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -177,12 +215,12 @@ c_oversticht = { #c_gelre history holder = 30029 # Chlothar II Meroving } } -c_groningen = { #c_gelre history - 466.1.1={ - holder=44 # Hroðward +c_zutphen = { + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -215,15 +253,6 @@ c_groningen = { #c_gelre history holder = 30029 # Chlothar II Meroving } } -c_zutphen = { #c_munster history (changed from c_gelre history) - 450.1.1={ - holder = 212057 - liege = "k_saxony" - } - 510.1.1={ - holder = 212560 - } -} d_frisia = { #Empty History 1.1.1={} diff --git a/WtWSMS/history/titles/bp_k_germania.txt b/WtWSMS/history/titles/bp_k_germania.txt index b5a09b0a74..d4217f1596 100644 --- a/WtWSMS/history/titles/bp_k_germania.txt +++ b/WtWSMS/history/titles/bp_k_germania.txt @@ -5,89 +5,37 @@ d_teutoburgiensis = { #Empty History 1.1.1={} } -c_paderborn = { #(c_gottingen history (changed from c_braunschweig history) - 450.1.1={ - holder = 212057 - } - 490.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 231004 # Sigebert Meroving - } - 575.1.1={ - holder = 30010 # Childebert II Meroving - } - 595.1.1={ - holder = 30011 # Theudebert Meroving - } - 612.1.1={ - holder = 30014 # Theuderic II Meroving +c_paderborn = { + 460.1.2={ + holder = 45 } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 497.1.1={ + holder = 30037 } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 550.1.1={ + holder = 30038 } } -c_waldeck = { #(c_gottingen history (changed from c_braunschweig history) - 450.1.1={ - holder = 212057 - } - 490.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 231004 # Sigebert Meroving - } - 575.1.1={ - holder = 30010 # Childebert II Meroving - } - 595.1.1={ - holder = 30011 # Theudebert Meroving - } - 612.1.1={ - holder = 30014 # Theuderic II Meroving +c_waldeck = { + 460.1.2={ + holder = 45 } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 497.1.1={ + holder = 30037 } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 550.1.1={ + holder = 30038 } } c_munster = { - 450.1.1={ - holder = 212057 - liege = "k_saxony" + 460.1.2={ + holder = 45 } - 510.1.1={ - holder = 212560 + 497.1.1={ + holder = 30037 + } + 550.1.1={ + holder = 30038 } } c_lippe = { #c_braunschweig history (changed from c_braunschweig history) diff --git a/WtWSMS/history/titles/bp_k_germania_inferior.txt b/WtWSMS/history/titles/bp_k_germania_inferior.txt index 6d81ee94c7..d3a36072dd 100644 --- a/WtWSMS/history/titles/bp_k_germania_inferior.txt +++ b/WtWSMS/history/titles/bp_k_germania_inferior.txt @@ -15,14 +15,11 @@ d_germania_superior = { 700.1.1 = { change_development_level = 5 } } c_mainz = { - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic + 460.1.1={ + holder = 36107 # Chararic } - 490.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/history/titles/bp_k_vindelicia.txt b/WtWSMS/history/titles/bp_k_vindelicia.txt index 48a1fe02c4..ad6e066a09 100644 --- a/WtWSMS/history/titles/bp_k_vindelicia.txt +++ b/WtWSMS/history/titles/bp_k_vindelicia.txt @@ -481,15 +481,12 @@ c_hohenlohe = { d_vindelica_tertia = { #Empty History 1.1.1={} } -c_frankfurt = { #c_mainz history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic +c_frankfurt = { + 460.1.1={ + holder = 36107 # Chararic } - 490.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -561,13 +558,20 @@ c_klingenberg = { holder= 106590 # Gotfrid Agilolfing } } -c_kassel = { #c_gottingen history - 450.1.1={ - holder = 212057 - liege = "k_saxony" +c_kassel = { #Chatti + 450.1.1={ holder = 212057 } + 510.1.1={ holder = 212560 } +} +c_fulda = { #Chatti + 450.1.1={ holder = 212057 } + 510.1.1={ holder = 212560 } +} +c_nassau = { + 460.1.1={ + holder = 36107 # Chararic } - 490.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -600,15 +604,20 @@ c_kassel = { #c_gottingen history holder = 30029 # Chlothar II Meroving } } -c_fulda = { #c_nassau history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic +c_marburg = { #Chatti + 450.1.1={ holder = 212057 } + 510.1.1={ holder = 212560 } +} + +d_vindelica_quarta = { #Empty History + 1.1.1={} +} +c_dortmund = { + 460.1.1={ + holder = 36107 # Chararic } - 490.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -641,15 +650,12 @@ c_fulda = { #c_nassau history holder = 30029 # Chlothar II Meroving } } -c_nassau = { - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic +c_arnsberg = { + 460.1.1={ + holder = 36107 # Chararic } - 490.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -682,15 +688,12 @@ c_nassau = { holder = 30029 # Chlothar II Meroving } } -c_marburg = { #c_nassau history - 450.1.1={ - holder=50 #Bisinus Thuringii - } - 485.1.1={ - holder=51 #Baderic +c_mark = { + 460.1.1={ + holder = 36107 # Chararic } - 490.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -723,38 +726,7 @@ c_marburg = { #c_nassau history holder = 30029 # Chlothar II Meroving } } - -d_vindelica_quarta = { #Empty History - 1.1.1={} -} -c_dortmund = { #c_munster history - 450.1.1={ - holder = 212057 - liege = "k_saxony" - } - 510.1.1={ - holder = 212560 - } -} -c_arnsberg = { #c_munster history (elimination) - 450.1.1={ - holder = 212057 - liege = "k_saxony" - } - 510.1.1={ - holder = 212560 - } -} -c_mark = { #c_munster history (elimination) - 450.1.1={ - holder = 212057 - liege = "k_saxony" - } - 510.1.1={ - holder = 212560 - } -} -c_bergh = { #c_koln history (changed from c_groningen) +c_bergh = { 460.1.1={ holder = 36107 # Chararic } @@ -792,7 +764,7 @@ c_bergh = { #c_koln history (changed from c_groningen) holder = 30029 # Chlothar II Meroving } } -c_sayn = { #c_koln history (elimination) +c_sayn = { 460.1.1={ holder = 36107 # Chararic } diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 862fc6177c..d90e020e8d 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -23,6 +23,7 @@ danube_suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" alamannian_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" + ripuarian_frankish_history_loc: "Formed from various Frankish and Suebic peoples in the year AD [DATE.GetYear]" #Continental Celts galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 9b6e4912c9..2923446014 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -184,6 +184,9 @@ danube_suebi: "Suavi" danube_suebi_collective_noun: "Suavians" danube_suebi_prefix: "Suavian" + ripuarian_frankish: "Ripuarian Frankish" + ripuarian_frankish_collective_noun: "Ripuarian Franks" + ripuarian_frankish_prefix: "Ripuarian Franko" # Chinese Group chinese:0 "Chinese" chinese_collective_noun:0 "Chinese" From 1388fa94bb30012874cdd0ff703f5faee6b472ba Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:29:26 -0500 Subject: [PATCH 175/339] Gallic Alans * Added Alan Kingdom for Respindial, Addac, which disappears afterwards (for historical/dynasty prestige reasons) * Created Alans in the Loire valley; in the late Vth and early VIth century they were extremely important and by all indications I've read, were given authority over the Loire valley to handle the extensive Bagaudae in the region * Updated and tweaked the Respindialid tree to prune some fictional Respindialids from Enlil (that I can't find in PLRE) * Removed fictional Syagrius vassal over Lungdunesis Tertia as that's the core region of Alan power * Added remnant Alan rulers to Amiens & Chalons region (in line with laeti Sarmatian/Alan settlement) * Gave Valentois Allans some history * Added Alain culture for the partly Romanized Alans in and around Orleans * New fictional high tribal holders for Armorican/Gaul regions representing subdued Bagaudae --- .../culture/cultures/BP_east_iranian.txt | 50 ++ .../dynasty_houses/BP_dynasty_houses.txt | 7 + WtWSMS/common/landed_titles/BP_e_gaul.txt | 30 +- .../BP_empire_roman_successors.txt | 2 +- .../landed_titles/BP_titles_east_iranian.txt | 43 ++ .../common/named_colors/BP_culture_colors.txt | 1 + WtWSMS/common/on_action/BP_game_start.txt | 19 + .../on_action/sea_minority_game_start.txt | 62 ++- .../BP_sea_on_action_triggers.txt | 5 +- WtWSMS/history/characters/WTWSMS_enlil.txt | 101 +---- .../history/characters/_LM_new_characters.txt | 64 ++- .../_lt_rascek_changed_characters.txt | 66 +++ .../characters/_lt_rascek_new_chars.txt | 112 ++++- WtWSMS/history/characters/romano_gallic.txt | 13 +- WtWSMS/history/provinces/_BP_notes.info | 12 + WtWSMS/history/provinces/bp_k_belgica.txt | 2 +- WtWSMS/history/provinces/bp_k_brittany.txt | 2 +- WtWSMS/history/provinces/bp_k_lugdunensis.txt | 15 +- .../history/titles/BP_titles_east_iranian.txt | 26 ++ WtWSMS/history/titles/bp_k_brittany.txt | 36 +- WtWSMS/history/titles/bp_k_lugdunensis.txt | 429 ++++-------------- .../history/titles/bp_k_septem_provincae.txt | 78 +--- .../BP_titles_cultural_names_l_english.yml | 2 + .../english/BP_titles_l_english.yml | 8 + .../culture/BP_cultural_history_l_english.yml | 1 + .../english/culture/BP_cultures_l_english.yml | 3 + .../BP_dynasty_names_unsorted_l_english.yml | 3 + .../tribal_character_history_generator.py | 7 +- 28 files changed, 610 insertions(+), 589 deletions(-) create mode 100644 WtWSMS/common/landed_titles/BP_titles_east_iranian.txt create mode 100644 WtWSMS/history/titles/BP_titles_east_iranian.txt diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index 606a5823d8..94b8213cde 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -384,3 +384,53 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD 4 = mediterranean } } +##### New to WtWSMS +alain = { #Partially Romanized Alans + color = alain + + parents = { alan romano_gallic } + created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them + history_loc_override = alain_history_loc + + ethos = ethos_spiritual #Romano-Gallic inheritance + heritage = heritage_east_iranian #Were still distinguishable from Romans into the VIth Century, probably by practices & language + language = language_scythian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_mendicant_mystics #St. Goar's parents probably were part Alan (given his name) + tradition_zealous_people #Romano-Gallic inheritance + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_horse_lords #Still important Cavalry + } + + name_list = name_list_alan + name_list = name_list_romano_gallic + + #Alan unit and COA graphics with mixed Romano-Gallic/Alan clothes and Romano-Gallic Architecture + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { mediterranean_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #Ethnicity Mix: + #Romano-Gallic:Alan:Frankish 6:3:1 (some Frankish admixture with Sarmatian Laeti) + ethnicities = { + #Romano-Gallic + 60 = caucasian_blond + 60 = mediterranean + 270 = caucasian_brown_hair + 210 = caucasian_dark_hair + #Alan + 162 = arab + 138 = mediterranean + #Frankish + 11 = caucasian_blond + 5 = caucasian_ginger + 47 = caucasian_brown_hair + 37 = caucasian_dark_hair + } +} \ No newline at end of file diff --git a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt index 06c22889c5..72ff7f9052 100644 --- a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt +++ b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt @@ -41,6 +41,13 @@ house_gushnaspid = { name = dynn_Gushnasp dynasty = 1042070 } + +#Alan Houses +house_alan_gokarids = { + name = dynn_Gokarid + dynasty = 10424625 +} + #Other Houses house_agilolfing_old_frankish = { name = dynn_Agilolfing diff --git a/WtWSMS/common/landed_titles/BP_e_gaul.txt b/WtWSMS/common/landed_titles/BP_e_gaul.txt index b86392d7b7..c6e8b1923f 100644 --- a/WtWSMS/common/landed_titles/BP_e_gaul.txt +++ b/WtWSMS/common/landed_titles/BP_e_gaul.txt @@ -9972,21 +9972,21 @@ e_gaul = { province = 2398 cultural_names = { #Roman Cultures - name_list_roman = cn_codiciacum - name_list_romano_gallic = cn_codiciacum - name_list_romano_hispanic = cn_codiciacum - name_list_romano_british = cn_codiciacum - name_list_romano_african = cn_codiciacum - name_list_romano_raetian = cn_codiciacum - name_list_romano_thracian = cn_codiciacum - name_list_romano_illyrian = cn_codiciacum - name_list_romano_pannonian = cn_codiciacum - name_list_dalmatian = cn_codiciacum - name_list_romano_noric = cn_codiciacum - name_list_romano_gothic = cn_codiciacum - name_list_romano_dacian = cn_codiciacum - name_list_romano_frank = cn_codiciacum - name_list_romano_aramean = cn_codiciacum + name_list_roman = cn_noviodunum #Aka, Soissons + name_list_romano_gallic = cn_noviodunum + name_list_romano_hispanic = cn_noviodunum + name_list_romano_british = cn_noviodunum + name_list_romano_african = cn_noviodunum + name_list_romano_raetian = cn_noviodunum + name_list_romano_thracian = cn_noviodunum + name_list_romano_illyrian = cn_noviodunum + name_list_romano_pannonian = cn_noviodunum + name_list_dalmatian = cn_noviodunum + name_list_romano_noric = cn_noviodunum + name_list_romano_gothic = cn_noviodunum + name_list_romano_dacian = cn_noviodunum + name_list_romano_frank = cn_noviodunum + name_list_romano_aramean = cn_noviodunum #Germanic Cultures name_list_old_frankish = cn_wiksinaburc } diff --git a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt index c4b96a1974..ef703fc750 100644 --- a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt +++ b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt @@ -13,7 +13,7 @@ d_raetia_curiensis = { k_soissons = { color={ 184 45 45 } - capital = c_clermont # Noviodunum + capital = c_valois # Noviodunum can_create = { creation_trigger_k_soissons_trigger = yes diff --git a/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt b/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt new file mode 100644 index 0000000000..77a0a9f617 --- /dev/null +++ b/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt @@ -0,0 +1,43 @@ +@correct_culture_primary_score = 100 +@better_than_the_alternatives_score = 50 +@always_primary_score = 1000 + +@cultural_title_score = 500 + +k_respendalid = { + color = { 255 153 102 } + ignore_titularity_for_title_weighting = yes + definite_form = yes + ai_primary_priority = { + if = { + limit = { culture = culture:alan } + add = @always_primary_score + } + } +} + +d_valentois_alans = { + color = { 255 153 102 } + capital = c_valentinois #Valentiois + ignore_titularity_for_title_weighting = yes + definite_form = yes + ai_primary_priority = { + if = { + limit = { culture = culture:alan } + add = @correct_culture_primary_score + } + } +} + +d_orleans_alans = { + color = { 255 153 102 } + capital = c_orleans #Orleans + ignore_titularity_for_title_weighting = yes + definite_form = yes + ai_primary_priority = { + if = { + limit = { culture = culture:alan } + add = @correct_culture_primary_score + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 3627a40095..ff11c08b03 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -134,6 +134,7 @@ colors = { dahi_scythian = { 0.45 0.25 0.25 } amardian = { 0.5 0.60 0.25 } nuristani = { 0.84 0.28 0.01 } + alain = { 106 83 181 } #East Slavic old_slavic = { 0.35 0.5 0.30 } #Indo-Aryan diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 7ef27db5c6..3b6ef1d206 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1617,6 +1617,25 @@ set_starting_culture_acceptance = { value = 55 } } + #Alains (Partly Romanized Alans in Armorica Tract) + culture:alain = { + set_cultural_acceptance = { + target = culture:romano_gallic + value = 50 + } + set_cultural_acceptance = { + target = culture:gallic + value = 40 + } + set_cultural_acceptance = { + target = culture:armorican + value = 5 + } + set_cultural_acceptance = { + target = culture:alan + value = 0 + } + } } } } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index bcc3b705de..09914ca757 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1007,7 +1007,7 @@ BP_set_minorities_by_date = { this = title:c_edessa #Edessa this = title:c_jaffa #Lydda this = title:c_upper_khabur #Rhesaina-Sergiopolis - this = title:c_nasbin #Nisbis + this = title:c_nasibin #Nisbis this = title:c_sinjar this = title:c_qinnasrin #Chalcis ad Belum } @@ -1215,7 +1215,7 @@ BP_set_minorities_by_date = { } } ### Alan settlement - every_county = { + every_county = { #Respendialids limit = { OR = { this.duchy = title:d_carthago_inferior @@ -1240,6 +1240,64 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:scythian_pagan } } + #Alans in Gaul and Italy + every_county = { #Gokarids & Related Gallic Settlement + limit = { + OR = { + #North Italy (Sarmato-Alan Laeti settlements) + this = title:c_pavia + this = title:c_novara + this = title:c_treviso + #Deformed Skull Burials + this = title:c_bern + this = title:c_viennois + this = title:c_lyon + this = title:c_savoie + this = title:c_aosta + } + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:scythian_pagan + CULTURE = culture:alan + } + } + ### Romanized Alans (Gorakids) + every_county = { #Gokarids & Related Gallic Settlement + limit = { + OR = { + #NW Gaul Settlement (w/ Sarmatian Laeti) + this = title:c_clermont + this = title:c_amiens + this = title:c_chalons + #NE Gaul Settlement (Goar & Successors; main centre of later Alan settlement) + this = title:c_evreux + this = title:c_chartres + this = title:c_blois + this = title:c_orleans + this = title:c_vendome + this = title:c_tourraine + this = title:c_anjou + this = title:c_maine + this = title:c_alencon + this = title:c_ile_de_france + } + } + if = { + limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alain } } } + add_small_large_and_faith_to_county_effect = { + FAITH = faith:scythian_pagan + CULTURE = culture:alain + } + add_small_faith_to_county_effect = { FAITH = faith:gallican_church } + } + else = { + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:scythian_pagan + CULTURE = culture:alain + } + add_small_faith_to_county_effect = { FAITH = faith:gallican_church } + } + } ### Visigothic Settlement #The Iberian conquests are _very_ recent, so there really shouldn't be much Gothic #settlement in Iberia at this time. Some of the various nucleus of later settlement should diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index 06294096c4..40bd23261e 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -38,7 +38,10 @@ assyrian_location_trigger = { e_gaul_romance_trigger = { this.empire = title:e_gaul #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks - NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } + AND = { + NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } + NOT = { this.culture = culture:alain } #Include the Alains as a special exception + } NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } NOT = { this.culture = culture:old_frankish } this = { has_a_non_tribal_holding_trigger = yes } diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index 5671065a51..50fd2fc96c 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -896,107 +896,12 @@ #36054 - available #36055 - available -36056 = { - name = "Respendial" - # Respendial - dynasty = 10424625 - religion = "scythian_pagan" - culture = "alan" - 365.1.1 = { - birth = yes - } - 415.1.1 = { - death = yes - } -} -36057 = { - name = "Addak" - dynasty = 10424625 - religion = "scythian_pagan" - culture = "alan" - father = 36056 - 385.1.1 = { - birth = yes - } - 409.1.1 = { - add_spouse = 190034_daughter - } - 418.1.1 = { - death = yes - } -} +#36056-7,36059-61: Changed -36059 = { - name = "Safrak" - dynasty = 10424625 - religion = "scythian_pagan" - culture = "alan" - father = 36057 - mother = 190034_daughter - 413.1.1 = { - birth = yes - } - 464.1.1 = { - death = yes - } -} +#Removed: 36062 (Duplicate of Gokarid ruler) -36060 = { - name = "Addak" - dynasty = 10424625 - religion = "arian" - culture = "alan" - father = 36059 - 440.1.1 = { - birth = yes - } - 490.1.1 = { - death = yes - } -} - -36061 = { - name = "Zaidar" - dynasty = 10424625 - religion = "arian" - culture = "alan" - father = 36059 - 445.1.1 = { - birth = yes - } - 495.1.1 = { - death = yes - } -} - -36062 = { - name = "Sangipan" - dynasty = 10424625 - religion = "arian" - culture = "alan" - father = 36059 - 450.1.1 = { - birth = yes - } - 495.1.1 = { - death = yes - } -} - -36063 = { - name = "Kandak" - dynasty = 10424625 - religion = "arian" - culture = "alan" - father = 36061 - 471.1.1 = { - birth = yes - } - 534.1.1 = { - death = yes - } -} +#Removed: 36063 (Duplicate of Kandak, ruler of Scythia?) 36064 = { name = "Fredebald" diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 501dbed604..2fd33a852d 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2254,6 +2254,7 @@ HeruliChar102 = { religion = "germanic_pagan" culture = "suebi" father = 190034 + trait = beauty_good_3 #According to legend 395.1.1 = { birth = yes } 445.1.1 = { death = yes } } @@ -2357,26 +2358,69 @@ HeruliChar102 = { #Alan alan_chieftain_1 = { - name = "Gokar" # alan chieftain who submits to the romans in 410 - dynasty = 10424625 + name = "Gokar" # Goar PLRE Vol 2; Alan chieftain who submits to the Romans in 410 + dynasty_house = house_alan_gokarids religion = "scythian_pagan" culture = "alan" - father = 36056 + #Not clear that Gokar/Goar was related to Respendial, but almost certainly wasn't a son (much less + #likely to switch to the Romans if directly related to Respendial) + #So made a house under Respendial but without a clear link 387.1.1 = { birth = yes } + 403.1.1 = { + trait = education_martial_4 #Warlike reputation + trait = compassionate #Induced by Bishop of Auxerre to spare the Christians in his Domain + } + 410.1.1 = { culture = alain } 446.1.1 = { death = yes } } alan_chieftain_2 = { - name = "Sangipan" # alan chieftain settled in Orleans in 440 who fight in the Catalaunian plains - dynasty = 10424625 + name = "Sangipan" #Sangibanus PLRE Vol 2; Alan chieftain settled in Orleans in 440 who fight in the Catalaunian plains + dynasty_house = house_alan_gokarids religion = "scythian_pagan" culture = "alan" father = alan_chieftain_1 406.1.1 = { birth = yes } + 410.1.1 = { culture = alain } 455.1.1 = { death = yes } } +#Unattested Alanic rulers of Orleans +#Alan presence in Orelans well attested; their leadership is not +# +#Alans did convert to Christianity sometime in the late Vth century, but precise date is not clear +#so have Ashot convert in 476 so the successor will be Christian +AmoricanAlanChieftan000 = { + name = Alatey + dynasty_house = house_alan_gokarids + religion = scythian_pagan + culture = alain + father = alan_chieftain_2 + 431.1.1 = { birth = yes } + 475.1.1 = { religion = nicene } + 484.1.1 = { death = yes } +} +AmoricanAlanChieftan001 = { + name = Ashot + dynasty_house = house_alan_gokarids + religion = scythian_pagan + culture = alain + father = AmoricanAlanChieftan000 + 460.1.1 = { birth = yes } + 475.1.1 = { religion = nicene } + 519.1.1 = { death = yes } +} +AmoricanAlanChieftan002 = { + name = Pulad + dynasty_house = house_alan_gokarids + religion = nicene + culture = alain + father = AmoricanAlanChieftan001 + 499.1.1 = { birth = yes } + 542.1.1 = { death = yes } +} +#The Southern Gallic Alans alan_chieftain_3 = { - name = "Sambida" # alan chieftain settled in Valentinois in 440 - dynasty = 10424625 + name = "Sambida" #Sambida PLRE Vol 2; Alan chieftain settled in Valentinois in 440 + dynasty_house = house_alan_gokarids religion = "scythian_pagan" culture = "alan" father = alan_chieftain_1 @@ -2384,13 +2428,13 @@ alan_chieftain_3 = { 450.1.1 = { death = yes } } alan_chieftain_4 = { - name = "Buurgur" # alan chieftain settled in Valentinois in 450 - dynasty = 10424625 + name = "Buurgur" #Beorgor PLRE Vol 2; Alan chieftain settled in Valentinois in 450 + dynasty_house = house_alan_gokarids religion = "scythian_pagan" culture = "alan" father = alan_chieftain_3 423.1.1 = { birth = yes } - 464.1.1 = { death = { + 464.2.6 = { death = { death_reason = death_battle killer = 190040_brother # Ricimar } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index a358658d4c..ded0ec0df2 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5576,4 +5576,70 @@ VakatakaDynasty001 = { father = preBavari000 470.1.1 = { birth = yes } 554.1.1 = { death = yes } +} + +#Alans + +#Respendialid Alans +36056 = { + name = "Respendial" #PLRE Vol 2 + # Respendial + dynasty = 10424625 + religion = "scythian_pagan" + culture = "alan" + 365.1.1 = { birth = yes } + 415.1.1 = { death = yes } +} +36057 = { + name = "Addak" #Addac PLRE Vol 2 + dynasty = 10424625 + religion = "scythian_pagan" + culture = "alan" + father = 36056 + 385.1.1 = { birth = yes } + 409.1.1 = { add_spouse = 190034_daughter } #Alleged marriage, but why not? + 418.1.1 = { + death = { + death_reason = death_battle + killer = 74425 #Wallia of the Visigoths + } + } +} +36059 = { + name = "Safrak" #Fictional? + #Given his age, his minority would give a reason for the Alans amalgamating with the Vandals + dynasty = 10424625 + religion = "scythian_pagan" + culture = "alan" + father = 36057 + mother = 190034_daughter + 413.1.1 = { birth = yes } + 450.2.9 = { death = yes } #In line with game history +} +36060 = { + name = "Addak" #Fictional? + dynasty = 10424625 + religion = "arian" + culture = "alan" + father = 36059 + 440.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +36061 = { + name = "Zaidar" #Fictional? + dynasty = 10424625 + religion = "arian" + culture = "alan" + father = 36059 + 445.1.1 = { birth = yes } + 495.1.1 = { death = yes } +} +36063 = { + name = "Kandak" + dynasty = 10424625 + religion = "arian" + culture = "alan" + father = 36061 + 471.1.1 = { birth = yes } + 534.1.1 = { death = yes } } \ No newline at end of file diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index f0e4a7ec44..3cf7308c9a 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -3905,7 +3905,6 @@ AlanScythiaMinor001_sister = { 440.1.1 = { birth = yes } 500.1.1 = { death = yes } } - GothsScythiaMinor000 = { name = "Andela" #PLRE vol 2 Andag dynasty = thracian_gothic_dynasty_scythia @@ -3940,7 +3939,6 @@ GothsScythiaMinor002 = { 455.1.1 = { birth = yes } 520.1.1 = { death = yes } } - JordanesFamily000 = { name = "Paria" #PLRE Vol 2 Paria #Jordanes' Grandfather @@ -4141,3 +4139,113 @@ SogdianSuyab009 = { 691.1.1 = { birth = yes } 762.1.1 = { death = yes } } + +#Orleans Alans Sub-holders +ArmoricanRennes000 = { + name = Guyomarc_h + religion = celtic_pagan + culture = armorican + 417.1.1 = { birth = yes } + 476.1.1 = { death = yes } +} +ArmoricanRennes001 = { + name = Ector + religion = celtic_pagan + culture = armorican + father = ArmoricanRennes000 + 439.1.1 = { birth = yes } + 492.1.1 = { death = yes } +} +ArmoricanRennes002 = { + name = Peredur + religion = celtic_pagan + culture = armorican + father = ArmoricanRennes001 + 473.1.1 = { birth = yes } + 513.1.1 = { death = yes } +} +ArmoricanRennes003 = { + name = Riaged + religion = celtic_pagan + culture = armorican + father = ArmoricanRennes002 + 496.1.1 = { birth = yes } + 559.1.1 = { death = yes } +} +GallicAnjou000 = { + name = Verucomborius + religion = celtic_pagan + culture = gallic + 416.1.1 = { birth = yes } + 474.1.1 = { death = yes } +} +GallicAnjou001 = { + name = Lutacos + religion = celtic_pagan + culture = gallic + father = GallicAnjou000 + 439.1.1 = { birth = yes } + 479.1.1 = { death = yes } +} +GallicAnjou002 = { + name = Gauladumnus + religion = celtic_pagan + culture = gallic + father = GallicAnjou001 + 476.1.1 = { birth = yes } + 532.1.1 = { death = yes } +} +GallicSable000 = { + name = Divicatus + religion = celtic_pagan + culture = gallic + 411.1.1 = { birth = yes } + 476.1.1 = { death = yes } +} +GallicSable001 = { + name = Autarigon + religion = celtic_pagan + culture = gallic + father = GallicSable000 + 430.1.1 = { birth = yes } + 482.1.1 = { death = yes } +} +GallicSable002 = { + name = Combumarus + religion = celtic_pagan + culture = gallic + father = GallicSable001 + 449.1.1 = { birth = yes } + 494.1.1 = { death = yes } +} +GallicSable003 = { + name = Adiatodumnus + religion = celtic_pagan + culture = gallic + father = GallicSable002 + 494.1.1 = { birth = yes } + 559.1.1 = { death = yes } +} +GallicMaine000 = { + name = Valetidorix + religion = celtic_pagan + culture = gallic + 429.1.1 = { birth = yes } + 483.1.1 = { death = yes } +} +GallicMaine001 = { + name = Verucomborius + religion = celtic_pagan + culture = gallic + father = GallicMaine000 + 466.1.1 = { birth = yes } + 524.1.1 = { death = yes } +} +GallicMaine002 = { + name = Orestociacus + religion = celtic_pagan + culture = gallic + father = GallicMaine001 + 499.1.1 = { birth = yes } + 566.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/romano_gallic.txt b/WtWSMS/history/characters/romano_gallic.txt index 12443c89a6..4d7a9c41af 100644 --- a/WtWSMS/history/characters/romano_gallic.txt +++ b/WtWSMS/history/characters/romano_gallic.txt @@ -145,18 +145,7 @@ } } -307 = { - name = "Ianius" # Vassal of Syagrius - dynasty = 1042245 - religion = "nicene" - culture = "gallic" - 450.1.1 = { - birth = "450.1.1" - } - 489.5.2 = { - death = "489.5.2" - } -} +#Removed: 307 (Fictional Vassal of Syagrius) 109754 = { name = "Venantius" diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index fe54a81277..1578e54eff 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -61,8 +61,20 @@ Ripurian/Salian Frank division: https://commons.wikimedia.org/wiki/File:Les_Francs_entre_400_et_440.svg https://en.wikipedia.org/wiki/Frankish_language#/media/File:Altfr%C3%A4nkische_Sprache_600-700.png +Gaullic Alans: +Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as +early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 +Auxerre is likely part of their domain, given it's bishop pleaded with Goar for mercy (PLRE Vol 2). +[2] Outlines toponymic evidence for Alanian settlement, especially concentrated from Orleans to Evereux +(Map 4), with additional settlement around Rheims/Soissons/Metz region (Map 3). +[1] Alans played a role in the development of Frankish cavalry. +[1] - pg. 126: +"... the Alan cavalry so dominated the military of Armorica that their influence was recognizable there at least into +the Xth century and probably into the twelth century." +[1] - B. S. Bachrach, Merovingian military organization, 481-751. Minneapolis: Univ. of Minnesota Pr., 1972. pg 126 +[2] - B. S. Bachrach, “The Alans Come to the West,” in A history of the Alans in the west: From their first appearence in the sources of classical antiquity through the Early Middle Ages, Ann Arbor: University Microfilms International, 1994. diff --git a/WtWSMS/history/provinces/bp_k_belgica.txt b/WtWSMS/history/provinces/bp_k_belgica.txt index cd43abc8a8..102b158b6d 100644 --- a/WtWSMS/history/provinces/bp_k_belgica.txt +++ b/WtWSMS/history/provinces/bp_k_belgica.txt @@ -133,7 +133,7 @@ holding = none } 2398 = { #COUCY - holding = none + holding = city_holding #Noviodunum; aka, Soissons (closest location within CK3) } ## d_verodunum ####################### diff --git a/WtWSMS/history/provinces/bp_k_brittany.txt b/WtWSMS/history/provinces/bp_k_brittany.txt index c41f12d5cb..b614e2750c 100644 --- a/WtWSMS/history/provinces/bp_k_brittany.txt +++ b/WtWSMS/history/provinces/bp_k_brittany.txt @@ -21,7 +21,7 @@ } ###c_nantes 2152 = { #NANTES - culture = romano_gallic + culture = armorican religion = celtic_pagan holding = castle_holding 550.1.1 = { religion = nicene } diff --git a/WtWSMS/history/provinces/bp_k_lugdunensis.txt b/WtWSMS/history/provinces/bp_k_lugdunensis.txt index 4112fd77ca..c16cc97c90 100644 --- a/WtWSMS/history/provinces/bp_k_lugdunensis.txt +++ b/WtWSMS/history/provinces/bp_k_lugdunensis.txt @@ -328,7 +328,11 @@ culture = gallic religion = gallican_church holding = castle_holding #aka Durocassium - 500.1.1 = { culture = romano_gallic } + 442.1.1 = { + culture = alain + religion = scythian_pagan + } + 475.1.1 = { religion = gallican_church } #Later Half of the Vth Century } 2322 = { #CHARTRES holding = church_holding @@ -398,13 +402,14 @@ culture = gallic religion = hellenic_pagan holding = castle_holding #Vindocinum - 500.1.1 = { - culture = romano_gallic - religion = gallican_church + 442.1.1 = { + culture = alain + religion = scythian_pagan } + 475.1.1 = { religion = gallican_church } #Later Half of the Vth Century } 2321 = { #CHATEAUDUN - holding = castle_holding # Dunense Castrum + holding = none # Dunense Castrum, but probably destroyed by 476 } ###c_maine 2270 = { #LE MANS diff --git a/WtWSMS/history/titles/BP_titles_east_iranian.txt b/WtWSMS/history/titles/BP_titles_east_iranian.txt new file mode 100644 index 0000000000..00cced99e2 --- /dev/null +++ b/WtWSMS/history/titles/BP_titles_east_iranian.txt @@ -0,0 +1,26 @@ +k_respendalid = { + 406.1.1 = { holder = 36056 } #Respindal + 415.1.1 = { holder = 36057 } #Addak + 418.1.1 = { holder = 0 } +} + +d_valentois_alans = { + 440.1.1 = { + holder = alan_chieftain_3 + government = tribal_government + } + 450.1.1 = { holder = alan_chieftain_4 } + 464.2.6 = { holder = 0 } +} + +d_orleans_alans = { + 410.1. = { #Goar + holder = alan_chieftain_1 + government = tribal_government + } + 442.1.1 = { government = high_tribal_government } #Settled by Aetius, seized land (displacing previous holders), hated by the former elites + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } +} \ No newline at end of file diff --git a/WtWSMS/history/titles/bp_k_brittany.txt b/WtWSMS/history/titles/bp_k_brittany.txt index a8eda57ed0..3446b34afb 100644 --- a/WtWSMS/history/titles/bp_k_brittany.txt +++ b/WtWSMS/history/titles/bp_k_brittany.txt @@ -27,7 +27,8 @@ c_nantes = { } 460.1.1 = { holder = 1210031 # Lério, fictional, to represent Romano-British influence in the area - liege = "d_lugdunensis_tertia" + liege = "d_orleans_alans" + government = high_tribal_government } 486.1.1={ holder = 40 # Clovis @@ -127,29 +128,12 @@ c_penthievre = { } } c_rennes = { - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206851 # Charibert Meroving - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 584.9.27={ - holder = 30029 # Chlothar II Meroving - } + 450.1.1 = { #Goar Subdues the Bagaudae + holder = ArmoricanRennes000 + government = high_tribal_government + liege = d_orleans_alans + } + 476.1.1 = { holder = ArmoricanRennes001 } + 492.1.1 = { holder = ArmoricanRennes002 } + 513.1.1 = { holder = ArmoricanRennes003 } } diff --git a/WtWSMS/history/titles/bp_k_lugdunensis.txt b/WtWSMS/history/titles/bp_k_lugdunensis.txt index 498cc16f87..ec6de780b9 100644 --- a/WtWSMS/history/titles/bp_k_lugdunensis.txt +++ b/WtWSMS/history/titles/bp_k_lugdunensis.txt @@ -252,82 +252,24 @@ d_gallia = { } } c_orleans = { - 450.1.1={ - holder=304 # Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206855 # Guntram Meroving - } - 592.1.28={ - holder = 30010 # Childebert Meroving - } - 595.1.1={ - holder = 30014 # Theuderic II Meroving - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_auxerre = { - 450.1.1={ - holder=304 # Romano-Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 1300645 #Paeonius - liege = d_burgundy - } - 564.1.1={ - holder = 1300646 #Mummolus - } - 569.1.1 = { - holder = 1300942 # Amatus - liege = k_orleans - } - 569.7.1={ - holder = 1300646 # Mummolus - } - 581.1.1 = { - holder = 206855 # Guntram Meroving - liege = 0 - } - 592.1.28={ - holder = 30010 # Childebert Meroving - } - 595.1.1={ - holder = 30014 # Theuderic II Meroving - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + #Because the bishop of Auxerre is listed in PLRE as pleading with Goar, I presume it was part of + #his domain + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_sens = { 450.1.1={ @@ -405,43 +347,14 @@ c_troyes = { #c_sens history (changed from c_troyes history) holder = 30029 # Chlothar II Meroving } } -c_montargis = { #c_sens history (changed) - 450.1.1={ - holder=304 # Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206855 # Guntram Meroving - } - 575.1.1={ - holder = 13100182 - liege = k_orleans - } - 585.1.1 = { - holder = 1300661 # Wintrio - } - 598.1.1 = { - holder = 30014 # Theuderic II Meroving - liege = 0 - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } +c_montargis = { + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_tonnerrois = { #c_auxerre history 450.1.1={ @@ -1090,32 +1003,14 @@ c_chartres = { #c_evreux history (changed from c_chartres history) 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1={ - holder=302 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206851 # Charibert Meroving - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 584.9.27={ - holder = 30029 # Chlothar II Meroving - } - 585.1.1 = { - holder = 1300918 #Sigulfus - liege = k_neustria - } + + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_evreux = { #Development @@ -1237,14 +1132,7 @@ c_alencon = { #c_evreux history #Development by county d_lugdunensis_tertia = { - 450.1.1={ - holder=307 #Romano Gauls - liege = k_soissons - government = subroman_government - } - 486.1.1={ - holder = 0 # fall of Soissons - } + 1.1.1 = {} } c_tourraine = { #Development @@ -1258,55 +1146,14 @@ c_tourraine = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 1300968 # Austrapius - liege = k_neustria - } - 561.11.29={ - holder = 206851 # Charibert Meroving - liege = 0 - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 580.1.1={ - holder = 1300762 # Eunomius - liege = k_neustria - } - 583.1.1 = { - liege = d_gallia - } - 584.1.1 = { - holder = 1300970 # Berulfus - liege = k_paris - } - 584.9.27={ - holder = 1300750 # Willacharius - liege = k_orleans - } - 585.1.1 = { - liege = d_gallia - } - 585.6.1 = { - liege = d_limonum - } - 588.1.1 = { - liege = k_neustria - } - 590.1.1={ - holder = 30029 # Chlothar II Meroving - liege = 0 - } + + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_vendome = { #Development @@ -1320,35 +1167,15 @@ c_vendome = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206851 # Charibert Meroving - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 584.9.27={ - holder = 30029 # Chlothar II Meroving - } - 585.1.1 = { - holder = 1300918 #Sigulfus - liege = k_neustria - } + + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + #Likely capital of Orleans Alans as it is "north of Orleans" + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_maine = { #Development @@ -1362,32 +1189,13 @@ c_maine = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206851 # Charibert Meroving - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 584.9.27={ - holder = 30029 # Chlothar II Meroving - } - 585.1.1 = { - holder = 1300918 #Sigulfus - liege = k_neustria + 449.1.1 = { #Goar Subdues the Bagaudae + holder = GallicMaine000 + government = high_tribal_government + liege = d_orleans_alans } + 483.1.1 = { holder = GallicMaine001 } + 524.1.1 = { holder = GallicMaine002 } } c_anjou = { #Development @@ -1401,35 +1209,13 @@ c_anjou = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 1300968 # Austrapius - liege = k_neustria - } - 561.11.29={ - holder = 206851 # Charibert Meroving - liege = 0 - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 583.1.1 = { - holder = 1300970 # Berulfus - liege = k_paris - } - 585.1.1 = { - holder = 1300918 #Sigulfus - liege = k_neustria + 450.1.1 = { #Goar Subdues the Bagaudae + holder = GallicAnjou000 + government = high_tribal_government + liege = d_orleans_alans } + 474.1.1 = { holder = GallicAnjou001 } + 479.1.1 = { holder = GallicAnjou002 } } c_sable = { #c_maine history #Development @@ -1443,32 +1229,14 @@ c_sable = { #c_maine history 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206851 # Charibert Meroving - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 584.9.27={ - holder = 30029 # Chlothar II Meroving - } - 585.1.1 = { - holder = 1300918 #Sigulfus - liege = k_neustria - } + 450.1.1 = { #Goar Subdues the Bagaudae + holder = GallicSable000 + government = high_tribal_government + liege = d_orleans_alans + } + 476.1.1 = { holder = GallicSable001 } + 482.1.1 = { holder = GallicSable002 } + 494.1.1 = { holder = GallicSable003 } } c_blois = { #c_tourraine history (changed from c_blois history) #Development @@ -1482,53 +1250,12 @@ c_blois = { #c_tourraine history (changed from c_blois history) 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - } - 486.1.1={ - holder = 40 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 1300968 # Austrapius - liege = k_neustria - } - 561.11.29={ - holder = 206851 # Charibert Meroving - liege = 0 - } - 567.1.1={ - holder = 30021 # Chilperic Meroving - } - 580.1.1={ - holder = 1300762 # Eunomius - liege = k_neustria - } - 583.1.1 = { - liege = d_gallia - } - 584.1.1 = { - holder = 1300970 # Berulfus - liege = k_paris - } - 584.9.27={ - holder = 1300750 # Willacharius - liege = k_orleans - } - 585.1.1 = { - liege = d_gallia - } - 585.6.1 = { - liege = d_limonum - } - 588.1.1 = { - liege = k_neustria - } - 590.1.1={ - holder = 30029 # Chlothar II Meroving - liege = 0 - } + + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } diff --git a/WtWSMS/history/titles/bp_k_septem_provincae.txt b/WtWSMS/history/titles/bp_k_septem_provincae.txt index a3a0f4c775..34402fe772 100644 --- a/WtWSMS/history/titles/bp_k_septem_provincae.txt +++ b/WtWSMS/history/titles/bp_k_septem_provincae.txt @@ -1386,51 +1386,14 @@ c_sancerre = { #c_bourges history 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 473.1.1 = { - holder = 1300589 # Victorius - liege = "k_visigoths" - } - 479.1.1 = { - holder = 301 # Romano Gauls - } - 489.5.2 = { - holder = 190066 #Alareiks II - } - 507.1.1={ - holder = 40 # Clovis Meroving - liege = 0 - } - 511.1.1={ - holder = 10076 # Chlodomer Meroving - } - 524.6.25={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 206855 # Guntram Meroving - } - 580.1.1={ - holder = 1300665 #Ullo - liege = k_orleans - } - 586.1.1={ - holder = 206855 # Guntram Meroving - } - 592.1.28={ - holder = 30010 # Childebert Meroving - } - 595.1.1={ - holder = 30014 # Theuderic II Meroving - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } + + #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as + #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + 442.1. = { holder = alan_chieftain_1 } #Goar + 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus + 455.1.1 = { holder = AmoricanAlanChieftan000 } + 484.1.1 = { holder = AmoricanAlanChieftan001 } + 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_berry = { #c_bourges history #Development @@ -1912,7 +1875,7 @@ c_thouars = { #Taifal Country 640.1.1 = { holder = TaifalThifalia005 } 680.1.1 = { holder = TaifalThifalia006 } } -c_saumur = { #c_poitiers history (elimination) +c_saumur = { #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -3172,7 +3135,7 @@ c_viennois = { #c_dauphine_viennois history holder = 30029 # Chlothar II Meroving } } -c_valentinois = { #c_dauphine_viennois history +c_valentinois = { #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -3183,21 +3146,14 @@ c_valentinois = { #c_dauphine_viennois history 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King + + #NB: Burgundians didn't settle in Gaul until 443 + 440.1.1 = { + holder = alan_chieftain_3 + government = tribal_government } + 450.1.1 = { holder = alan_chieftain_4 } + 464.1.1 = { holder = 23 } #Burgundian King 473.1.1={ holder=20 # Burgundian King } diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 023a6ba0ca..de2b9eaa7d 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -1228,6 +1228,8 @@ cn_augustomagus:0 "Augustomagus" cn_crepiacum:0 "Crepiacum" cn_codiciacum:0 "Codiciacum" + cn_noviodunum: "Noviodunum" + cn_noviodunum_adj: "Noviodunum" ##d_verodunum #c_bar cn_taberna:0 "Taberna" diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 493cb28f57..5eaca1c99d 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1137,6 +1137,14 @@ d_kolochins: "Kolochins" d_kolochins_adj: "Kolochin" + #### East Iranians + k_respendalid: "the Kingdom of the Alans" + k_respendalid_adj: "Alan" + d_orleans_alans: "Regnulum of the Alans" + d_orleans_alans_adj: "Alan" + d_valentois_alans: "the Alans" + d_valentois_alans_adj: "Alan" + #### Eastern Titles k_wei_western_regions:0 "Wei Dynasty Western Regions" k_wei_western_regions_adj:0 "Wei Dynasty Western Regions" diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index d90e020e8d..13c64f8635 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -28,6 +28,7 @@ galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians indo_scythian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 150 BC" + alain_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" #Iranians adhari_history_loc:0 "Formed from [CULTURE.GetName] and unknown cultures in the year 549 BC" parthian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the year 247 BC" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 2923446014..157de68d2a 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -311,6 +311,9 @@ iazyges:0 "Iazyges" iazyges_collective_noun:0 "Iazyges" iazyges_prefix:0 "Iazyges" + alain: "Alain" #Partly Romanized Alans + alain_collective_noun: "Alains" + alain_prefix: "Alain" # East Slavic Group old_slavic:0 "Slavic" old_slavic_collective_noun:0 "Slavs" diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index ed03618a24..90033d9f27 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -406,3 +406,6 @@ dynn_Tudilali: "Tudilali" #Arabs dynn_Jadi: "Jadi" + #Alans + dynn_Gokarid: "Gokarid" + diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 0acd4bcdcb..ab7e3b976a 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -44,15 +44,16 @@ class CharacterStruct(NamedTuple): birth_year: int death_year: int +#TODO: Empty dynasties shouldn't be printed def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'UpperDanubeScirii',\ + 'GallicMaine',\ 0,\ #Character data '',\ - 'germanic_pagan',\ - 'skirian',\ + 'celtic_pagan',\ + 'gallic',\ #Starting year and end year 400+randint(0,31),\ 500,\ From 2ae4fbaf022e6d5981263bd416e4c28650a8db7f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:30:55 -0500 Subject: [PATCH 176/339] Minor Alan tweaks --- .../scripted_triggers/BP_culture_triggers.txt | 2 + WtWSMS/history/cultures/alain.txt | 37 +++++++++++++++++++ .../provinces/bp_k_septem_provincae.txt | 2 +- .../english/BP_titles_l_english.yml | 6 +-- 4 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 WtWSMS/history/cultures/alain.txt diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index b2b23d9f58..42bff8aca8 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -258,6 +258,7 @@ starts_with_writing_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian + this = culture:alain #Iranian AND = { this = { has_cultural_pillar = heritage_iranian } @@ -360,6 +361,7 @@ starts_with_social_stratification_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian + this = culture:alain #Iranian this = { has_cultural_pillar = heritage_iranian } #Israelite diff --git a/WtWSMS/history/cultures/alain.txt b/WtWSMS/history/cultures/alain.txt new file mode 100644 index 0000000000..25dce9fd29 --- /dev/null +++ b/WtWSMS/history/cultures/alain.txt @@ -0,0 +1,37 @@ +410.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum + discover_innovation = innovation_social_stratification + join_era = culture_era_late_antiquity +} + +410.1.2 = { + ## Late Antiquity Innovations + # Military + discover_innovation = innovation_standing_army + discover_innovation = innovation_catapult + discover_innovation = innovation_mail_armor + discover_innovation = innovation_muri + discover_innovation = innovation_conscription + # Civic + discover_innovation = innovation_development_01 + discover_innovation = innovation_fora + discover_innovation = innovation_coinage + discover_innovation = innovation_mundium + discover_innovation = innovation_state_religion + #Cultural & Regional + discover_innovation = innovation_limitanei +} + +#453: Death of Attila +453.3.1 = { + join_era = culture_era_early_migration +} \ No newline at end of file diff --git a/WtWSMS/history/provinces/bp_k_septem_provincae.txt b/WtWSMS/history/provinces/bp_k_septem_provincae.txt index 0db8886a69..036774e7ec 100644 --- a/WtWSMS/history/provinces/bp_k_septem_provincae.txt +++ b/WtWSMS/history/provinces/bp_k_septem_provincae.txt @@ -419,7 +419,7 @@ } ###c_saumur 2261 = { #SAUMUR - culture = romano_gallic + culture = gallic religion = gallican_church holding = castle_holding #Megalithic settlement near the town } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 5eaca1c99d..c3699f6707 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -1138,11 +1138,11 @@ d_kolochins_adj: "Kolochin" #### East Iranians - k_respendalid: "the Kingdom of the Alans" + k_respendalid: "Regnum Alanorum" k_respendalid_adj: "Alan" - d_orleans_alans: "Regnulum of the Alans" + d_orleans_alans: "Regnulum Alanorum" d_orleans_alans_adj: "Alan" - d_valentois_alans: "the Alans" + d_valentois_alans: "Regnulum Alanorum Valentiā" d_valentois_alans_adj: "Alan" #### Eastern Titles From 28ab50625bcb46af46edf28d3015f389b516d653 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 15 Nov 2022 02:54:06 -0500 Subject: [PATCH 177/339] Rhine and Low Countries (Part 2) * Fix locations of Frankish Petty Kingdoms * Review Merovingian Family Tree --- .../culture/cultures/BP_central_germanic.txt | 74 ------- .../culture/cultures/BP_western_germanic.txt | 80 ++++++++ .../dynasties/_lt_rascek_BP_dynasties.txt | 18 ++ .../landed_titles/BP_titles_germanics.txt | 6 +- WtWSMS/history/characters/WTWSMS_enlil.txt | 107 +--------- .../_lt_rascek_changed_characters.txt | 182 +++++++++++++++++- WtWSMS/history/characters/old_frankish.txt | 52 +---- WtWSMS/history/characters/thuringian.txt | 26 +-- WtWSMS/history/provinces/bp_k_belgica.txt | 4 +- .../provinces/bp_k_germania_inferior.txt | 4 +- WtWSMS/history/titles/BP_titles_germanic.txt | 23 +-- WtWSMS/history/titles/bp_k_belgica.txt | 66 +++++-- WtWSMS/history/titles/bp_k_frisia.txt | 48 +++-- .../history/titles/bp_k_germania_inferior.txt | 133 ++++++------- WtWSMS/history/titles/bp_k_lugdunensis.txt | 46 +++-- WtWSMS/history/titles/bp_k_vindelicia.txt | 70 +++---- .../culture/BP_cultural_history_l_english.yml | 4 +- 17 files changed, 508 insertions(+), 435 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_central_germanic.txt b/WtWSMS/common/culture/cultures/BP_central_germanic.txt index 3002953087..471227e397 100644 --- a/WtWSMS/common/culture/cultures/BP_central_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_central_germanic.txt @@ -279,80 +279,6 @@ danube_suebi = { 25 = caucasian_dark_hair } } -#Wesser-German Related groups (but more Irminonic-influenced than the Franks) -chatti = { # Migrational Era Chatti - color = chatti - - ethos = ethos_bellicose - heritage = heritage_central_germanic - language = language_central_germanic #West-Central German should be more Irimonic Germanic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_warrior_culture #Tacitus noted their warrior traditions - #Regional Traditions - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_only_the_strong #Tacitus notes strong emphasis on valor to achieve manhood - tradition_quarrelsome #CK2 Horde - } - - name_list = name_list_chatti - - #Graphics - coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { northern_clothing_gfx } - clothing_gfx = { western_clothing_gfx } - unit_gfx = { western_unit_gfx } - - ethnicities = { - 10 = caucasian_blond - 5 = caucasian_ginger - 45 = caucasian_brown_hair - 35 = caucasian_dark_hair - } -} -#Linguistic split within the Franks, as the Old High German Consonant shift was underway -ripuarian_frankish = { - color = ripuarian_frankish - - parents = { old_frankish } - created = 274.1.1 - history_loc_override = ripuarian_frankish_history_loc - - ethos = ethos_bellicose - heritage = heritage_central_germanic - language = language_central_germanic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_warrior_culture #CK3 Vanilla - #Regional Traditions - tradition_frankish_traditions - #Ritual Traditions - tradition_concubines #Standard for German Christian cultures - #Realm Traditions - #Combat Traditions - tradition_stand_and_fight #CK3 Vanilla - } - - name_list = name_list_old_frankish - - #Graphics - coa_gfx = { western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { western_clothing_gfx } - unit_gfx = { western_unit_gfx } - - ethnicities = { - 10 = caucasian_blond - 5 = caucasian_ginger - 45 = caucasian_brown_hair - 35 = caucasian_dark_hair - } -} ##North Sea German/Ingvaeonic Languages/Cultures old_saxon = { # Migrational Era Saxons color = old_saxon diff --git a/WtWSMS/common/culture/cultures/BP_western_germanic.txt b/WtWSMS/common/culture/cultures/BP_western_germanic.txt index 788bf62157..9c875f6410 100644 --- a/WtWSMS/common/culture/cultures/BP_western_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_western_germanic.txt @@ -5,9 +5,14 @@ #Ingvaeonic (North Sea German) # cheruscii, old_frisian +#Istvaeones-Related Cultures old_frankish = { color = old_frankish + parents = { chatti } + created = 274.1.1 + history_loc_override = old_frankish_history_loc + ethos = ethos_bellicose heritage = heritage_west_germanic language = language_frankish @@ -39,6 +44,81 @@ old_frankish = { 35 = caucasian_dark_hair } } +#Irimonic Speaking groups (Old High German consonant Shift underway) +chatti = { # Migrational Era Chatti + color = chatti + + ethos = ethos_bellicose + heritage = heritage_west_germanic + language = language_central_germanic #West-Central German should be more Irimonic Germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_warrior_culture #Tacitus noted their warrior traditions + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_only_the_strong #Tacitus notes strong emphasis on valor to achieve manhood + tradition_quarrelsome #CK2 Horde + } + + name_list = name_list_chatti + + #Graphics + coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 10 = caucasian_blond + 5 = caucasian_ginger + 45 = caucasian_brown_hair + 35 = caucasian_dark_hair + } +} +#Linguistic split within the Franks, as the Old High German Consonant Shift was underway +ripuarian_frankish = { + color = ripuarian_frankish + + parents = { old_frankish } + created = 400.1.1 #Old High German Consonant Shift (approximate time) + history_loc_override = ripuarian_frankish_history_loc + + ethos = ethos_bellicose + heritage = heritage_west_germanic + language = language_central_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_warrior_culture #CK3 Vanilla + #Regional Traditions + tradition_frankish_traditions + #Ritual Traditions + tradition_concubines #Standard for German Christian cultures + #Realm Traditions + #Combat Traditions + tradition_stand_and_fight #CK3 Vanilla + } + + name_list = name_list_old_frankish + + #Graphics + coa_gfx = { western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 10 = caucasian_blond + 5 = caucasian_ginger + 45 = caucasian_brown_hair + 35 = caucasian_dark_hair + } +} +#Ingvaeonic Speakers cheruscii = { # Migrational Era Cherusks color = cheruscii diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 25be198cd5..cbbd814873 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -222,6 +222,10 @@ dynn_buri_monterrei = { name = dynn_Agriulfuming culture = buri } +thuringian_dynn_bassina = { + name = dynn_Geating + culture = thuringian +} #East Germanic Dynasties visigoth_dynasty_uppder_durius = { @@ -834,3 +838,17 @@ zaghawa_dynn_00 = { name = "dynn_Kegi" culture = zaghawa } + +#West Germanic +old_frankish_dynn_ragnachar = { + name = dynn_Ragnaching + culture = old_frankish +} +old_frankish_dynn_sigobert = { + name = dynn_Sigobing + culture = ripuarian_frankish +} +old_frankish_dynn_chararic = { + name = dynn_Charing + culture = old_frankish +} diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index d298740d47..b5e643db97 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -420,7 +420,7 @@ k_franks = { } d_salia = { color={ 115 115 165 } - capital = c_aachen # Mainaut + capital = c_hainaut #Tournai (birthplace of both Clovis and Childeric I) ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { @@ -442,7 +442,7 @@ d_mosania = { } d_baroia = { color={ 120 120 65 } - capital = c_cologne # Koln + capital = c_arnhem #North Trans-Rhine Franks ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { @@ -453,7 +453,7 @@ d_baroia = { } d_ripuria = { color={ 25 25 112 } - capital = c_osnabruck # Osnabruck + capital = c_cologne #Koln ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index 50fd2fc96c..ca1cda29aa 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -1494,100 +1494,20 @@ } } -36106 = { - name = "Chlodoric" # Frankish noble - # Chlodoric Meroving - dynasty = 1042151 - religion = "germanic_pagan" - culture = "old_frankish" - father = 38 - 420.1.1 = { - birth = yes - } - 471.1.1 = { - death = yes - } -} +#Changed: 36106 -36107 = { - name = "Chararic" # Frankish king - # Chararic Meroving - dynasty = 1042151 - religion = "germanic_pagan" - culture = "old_frankish" - father = 36106 - 460.1.1 = { - birth = yes - } - 507.1.1 = { - death = yes - } -} +#Changed: 36107 -36108 = { - name = "Theuderic" # Frankish noble - # Theuderic Meroving - dynasty = 1042151 - religion = "germanic_pagan" - culture = "old_frankish" - father = 38 - 434.1.1 = { - birth = yes - } - 471.1.1 = { - death = yes - } -} +#Changed: 36108 -36109 = { - name = "Ragnachar" # Frankish king - # Ragnachar Meroving - dynasty = 1042151 - religion = "germanic_pagan" - culture = "old_frankish" - father = 36108 - sexuality = homosexual - 460.1.1 = { - birth = yes - } - 480.1.1 = { set_relation_lover = character:36112 } - 509.1.1 = { - death = yes - } -} +#Changed: 36109 -36110 = { - name = "Ricchar" # Frankish king - # Ricchar Meroving - dynasty = 1042151 - religion = "germanic_pagan" - culture = "old_frankish" - father = 36108 - 463.1.1 = { - birth = yes - } - 509.1.1 = { - death = yes - } -} +#Changed: 36110 -36111 = { - name = "Rignomer" # Frankish king - # Ricchar Meroving - dynasty = 1042151 - religion = "germanic_pagan" - culture = "old_frankish" - father = 36108 - 470.1.1 = { - birth = yes - } - 511.1.1 = { - death = yes - } -} +#Changed: 36111 36112 = { - name = "Farro" # Frankish advisor + name = "Farro" # Frankish advisor, lover of Ragnachar # Farro Samosing dynasty = 10424643 religion = "germanic_pagan" @@ -7535,18 +7455,7 @@ ##### Removed 36640: No reference, duplicate character of 36641 -36641 = { - name = "Bassina" # Thuringian princess married with Childeric - female = yes - religion = "germanic_pagan" - culture = "thuringian" - 435.1.1 = { - birth = yes - } - 490.1.1 = { - death = yes - } -} +##### Changed: 36641 ##### Removed 36642: No Reference diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index ded0ec0df2..f75106f942 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5578,7 +5578,187 @@ VakatakaDynasty001 = { 554.1.1 = { death = yes } } -#Alans + +#Franks & Related + +#Ragnachar's Dynasty +#LT-Rascek: I can't find any sources directly linking Ragnachar and Merovech, so made a separate dynasty +36108 = { + name = "Theuderic" # Frankish noble + # Theuderic Meroving + dynasty = old_frankish_dynn_ragnachar #Not clear of any descent + religion = "germanic_pagan" + culture = "old_frankish" + 434.1.1 = { birth = yes } + 461.1.1 = { add_spouse = 36641_sister } #Sister of Basina so Clovis and Ragnachar are related through Bassina + 471.1.1 = { death = yes } +} +36109 = { + name = "Ragnachar" # Frankish king + # Ragnachar Meroving + dynasty = old_frankish_dynn_ragnachar + religion = "germanic_pagan" + culture = "old_frankish" + father = 36108 + mother = 36641_sister + sexuality = homosexual + 460.1.1 = { birth = yes } + 480.1.1 = { set_relation_lover = character:36112 } + 509.1.1 = { death = yes } +} +36110 = { + name = "Ricchar" # Frankish king + # Ricchar Meroving + dynasty = old_frankish_dynn_ragnachar + religion = "germanic_pagan" + culture = "old_frankish" + father = 36108 + 463.1.1 = { birth = yes } + 509.1.1 = { death = yes } +} +36111 = { + name = "Rignomer" # Frankish king + # Ricchar Meroving + dynasty = old_frankish_dynn_ragnachar + religion = "germanic_pagan" + culture = "old_frankish" + father = 36108 + 470.1.1 = { birth = yes } + 511.1.1 = { death = yes } +} +#Sigobert the Lame's Dynasty +#LT-Rascek: I can't find any sources directly linking Sigobert and Merovech, so made a separate dynasty +36106 = { + name = "Chlodoric" # Frankish noble + # Chlodoric Meroving + dynasty = old_frankish_dynn_sigobert + religion = germanic_pagan + culture = ripuarian_frankish + 420.1.1 = { birth = yes } + 471.1.1 = { death = yes } +} +20785 = { + name = "Sigobert" #Sigibertus 'Claudus' PLRE Vol 2 + dynasty = old_frankish_dynn_sigobert + martial = 10 + diplomacy = 5 + intrigue = 6 + stewardship = 5 + religion = "germanic_pagan" + culture = "ripuarian_frankish" + father = 36106 + 446.1.1 = { birth = yes } + 462.1.1 = { + trait = "education_martial_2" + trait = "diligent" + trait = "wrathful" + trait = "lustful" + trait = "trusting" + trait = "ambitious" + trait = loyal #Why he continued to serve Childeric and Clovis + } + 496.1.1 = { #Battle of Tolbiac + give_nickname = nick_the_lame + trait = "one_legged" #Maimed tends to kill *very* quickly, so lets go with this instead + } + 509.1.1 = { death = yes } +} +485320 = { + name = "Chlodoric" + dynasty = old_frankish_dynn_sigobert + martial = 2 + diplomacy = 5 + intrigue = 6 + stewardship = 5 + religion = "germanic_pagan" + culture = "ripuarian_frankish" + father = 20785 + 466.1.1 = { birth = yes } + 476.1.1 = { + trait = charming + trait = "callous" + trait = "wrathful" + trait = "deceitful" + } + 482.1.1 = { + remove_trait = charming #Dangerous little tyke... + trait = "ambitious" + trait = "education_martial_2" + } + 509.1.1 = { trait = kinslayer_3 } #Kills his own dad + 511.1.1 = { death = yes } +} +#Chararc's Dynasty +#LT-Rascek: I can't find any sources directly linking Chararc and Merovech, so made a separate dynasty +36107 = { + name = "Chararic" # Frankish king + # Chararic Meroving + dynasty = old_frankish_dynn_chararic + religion = "germanic_pagan" + culture = "old_frankish" + 460.1.1 = { birth = yes } + 476.1.1 = { + trait = education_intrigue_2 + trait = disloyal + } + 507.1.1 = { death = yes } +} + +#Thuringians +50 = { + name = "Bassin" + dna = 50_bassin + dynasty = 1042238 + martial = 8 + diplomacy = 5 + intrigue = 2 + stewardship = 8 + religion = "germanic_pagan" + culture = "thuringian" + trait = "trusting" + trait = "compassionate" + trait = "calm" + trait = "content" + trait = "education_martial_2" + 430.1.1 = { + birth = yes + } + 451.1.1 = { add_spouse = 36641 } #Basina PLRE Vol 2 + 456.12.31 = { remove_spouse = 36641 } #Basina runs off with Childeric I; not made a rival because no historic Thuringian/Frank tensions at the time + 475.1.1 = { add_spouse = 36658 } # Menia + 489.1.1 = { death = yes } +} +#Bassina PLRE Vol 2 and Family +36641_father = { + name = "Geata" #Fictional father to help link Ragnachar, Clovis, and Basina + dynasty = thuringian_dynn_bassina + religion = "germanic_pagan" + culture = "thuringian" + 415.1.1 = { birth = yes } + 460.1.1 = { death = yes } +} +36641 = { + name = "Bassina" #Basina PLRE Vol 2; Thuringian princess married with Childeric, formerly wife for Bysinus of Thuringia + female = yes + dynasty = thuringian_dynn_bassina + religion = "germanic_pagan" + culture = "thuringian" + father = 36641_father + 435.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +36641_sister = { + name = "Rodelinda" #Sister of Basina, to link Ragnachar and Clovis through Bassina (see Gesta Episcoporum Cameracensium) + female = yes + dynasty = thuringian_dynn_bassina + religion = "germanic_pagan" + culture = "thuringian" + father = 36641_father + 445.1.1 = { birth = yes } + 500.1.1 = { death = yes } +} + +###### Alans of All Stripes #Respendialid Alans 36056 = { diff --git a/WtWSMS/history/characters/old_frankish.txt b/WtWSMS/history/characters/old_frankish.txt index d25d49f32a..2d13511ebe 100644 --- a/WtWSMS/history/characters/old_frankish.txt +++ b/WtWSMS/history/characters/old_frankish.txt @@ -1023,33 +1023,7 @@ } } -20785 = { - name = "Sigobert" - dynasty = 1042151 - martial = 10 - diplomacy = 5 - intrigue = 6 - stewardship = 5 - religion = "germanic_pagan" - culture = "old_frankish" - trait = "diligent" - trait = "wrathful" - trait = "lustful" - trait = "trusting" - trait = "ambitious" - trait = "education_martial_2" - father = 36106 - 446.1.1 = { - birth = "446.1.1" - } - 476.1.1 = { - give_nickname = nick_the_lame - trait = "maimed" - } - 509.1.1 = { - death = "509.1.1" - } -} +#Changed: 20785 131722 = { name = "Pepin" @@ -4297,29 +4271,7 @@ } } -485320 = { - name = "Chlodoric" - dynasty = 1042151 - martial = 2 - diplomacy = 5 - intrigue = 6 - stewardship = 5 - religion = "germanic_pagan" - culture = "old_frankish" - trait = "callous" - trait = "wrathful" - trait = "deceitful" - trait = "trusting" - trait = "ambitious" - trait = "education_martial_2" - father = 20785 - 466.1.1 = { - birth = "466.1.1" - } - 511.1.1 = { - death = "511.1.1" - } -} +#Changed: 485320 109746 = { name = "Bertger" diff --git a/WtWSMS/history/characters/thuringian.txt b/WtWSMS/history/characters/thuringian.txt index 9cdb37193d..2a0265a250 100644 --- a/WtWSMS/history/characters/thuringian.txt +++ b/WtWSMS/history/characters/thuringian.txt @@ -1,28 +1,4 @@ -50 = { - name = "Bassin" - dna = 50_bassin - dynasty = 1042238 - martial = 8 - diplomacy = 5 - intrigue = 2 - stewardship = 8 - religion = "germanic_pagan" - culture = "thuringian" - trait = "trusting" - trait = "compassionate" - trait = "calm" - trait = "content" - trait = "education_martial_2" - 430.1.1 = { - birth = yes - } - 475.1.1 = { - add_spouse = 36658 # Menia - } - 489.1.1 = { - death = yes - } -} +#Changed: 50 51 = { name = "Baderic" diff --git a/WtWSMS/history/provinces/bp_k_belgica.txt b/WtWSMS/history/provinces/bp_k_belgica.txt index 102b158b6d..626ca01616 100644 --- a/WtWSMS/history/provinces/bp_k_belgica.txt +++ b/WtWSMS/history/provinces/bp_k_belgica.txt @@ -230,8 +230,8 @@ } ###c_guines 2130 = { #CALAIS - culture = romano_gallic - religion = gallican_church + culture = old_frankish + religion = germanic_pagan holding = castle_holding } 2129 = { #GRAVELINES diff --git a/WtWSMS/history/provinces/bp_k_germania_inferior.txt b/WtWSMS/history/provinces/bp_k_germania_inferior.txt index 34b22db557..c13bdb4259 100644 --- a/WtWSMS/history/provinces/bp_k_germania_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_germania_inferior.txt @@ -241,8 +241,8 @@ ###c_luxembourg 2082 = { #LUXEMBOURG - culture = romano_gallic - religion = gallican_church + culture = ripuarian_frankish + religion = germanic_pagan holding = tribal_holding } 2090 = { #BASTOGNE diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 1315ff3bf8..408b9ed795 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -637,31 +637,12 @@ d_baroia = { holder = 0 } } +#Ripuaria was distinct from the Salians, so their history should be separate, not intertwinned d_ripuria = { 150.1.1={ government = tribal_government } - 360.1.1={ - holder = 36096 # Mallobaudes - } - 383.1.1={ - holder = 36097 # Sunno - } - 385.1.1={ - holder = 36098 # Marcomer - } - 387.1.1={ - holder = 36099 # Pharamond - } - 410.1.1={ - holder = 36105 # Thedemeres - } - 422.1.1={ - holder = 36100 # Chlodio - } - 448.1.1={ - holder = 38 # Merovech - } + 436.1.1={ holder = 36106 } #Unattested father of Sigebert 457.1.1={ holder = 20785 # Sigebert the Lame } diff --git a/WtWSMS/history/titles/bp_k_belgica.txt b/WtWSMS/history/titles/bp_k_belgica.txt index 2c730591f9..83394aafd4 100644 --- a/WtWSMS/history/titles/bp_k_belgica.txt +++ b/WtWSMS/history/titles/bp_k_belgica.txt @@ -183,7 +183,7 @@ c_coulommiers = { #c_reims history holder = 30029 # Chlothar II Meroving } } -c_rethel = { #c_vermandois history +c_rethel = { #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -195,11 +195,18 @@ c_rethel = { #c_vermandois history 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 460.1.1={ - holder = 36109 # Ragnachar + 457.1.1 = { + holder = 190015 # Aegidius } - 509.1.1={ - holder = 40 # Clovis + 459.1.1 = { + holder = 470048 # Remigus, Bishop of Reims + liege = "k_soissons" + } + 465.1.1 = { + holder = 19 #Last Roman + } + 486.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -244,11 +251,18 @@ c_vermandois = { 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 460.1.1={ - holder = 36109 # Ragnachar + 457.1.1 = { + holder = 190015 # Aegidius } - 509.1.1={ - holder = 40 # Clovis + 459.1.1 = { + holder = 470048 # Remigus, Bishop of Reims + liege = "k_soissons" + } + 465.1.1 = { + holder = 19 #Last Roman + } + 486.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -860,7 +874,7 @@ c_lille = { #c_artois history holder = 30029 # Chlothar II Meroving } } -c_hainaut = { +c_hainaut = { #Childeric Franks #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -899,7 +913,7 @@ c_hainaut = { holder = 30029 # Chlothar II Meroving } } -c_cambray = { #c_hainaut history +c_cambray = {# Ragnachar's Franks #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -911,30 +925,40 @@ c_cambray = { #c_hainaut history 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 457.1.1={ - holder = 39 + 460.1.1={ + holder = 36109 # Ragnachar } - 481.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ + holder = 106524 # Theuderic Meroving + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 1300945 # Wado - liege = k_austrasia + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving } 612.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + holder = 30014 # Theuderic II Meroving } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } diff --git a/WtWSMS/history/titles/bp_k_frisia.txt b/WtWSMS/history/titles/bp_k_frisia.txt index e808641c6a..e258cd598e 100644 --- a/WtWSMS/history/titles/bp_k_frisia.txt +++ b/WtWSMS/history/titles/bp_k_frisia.txt @@ -77,15 +77,24 @@ c_westfriesland = { holder=159237 # Audwulf } } -c_nedersticht = { - 457.1.1={ - holder = 39 +c_nedersticht = { #Chararic Franks + 460.1.1={ + holder = 36107 # Chararic } - 481.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106524 # Theuderic Meroving + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving @@ -106,15 +115,24 @@ c_nedersticht = { holder = 30029 # Chlothar II Meroving } } -c_arnhem = { - 457.1.1={ - holder = 20785 +c_arnhem = { #Chararic Franks + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106524 # Theuderic Meroving + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving @@ -139,7 +157,7 @@ c_arnhem = { d_groningen = { #Empty History 1.1.1={} } -c_oversticht = { +c_oversticht = { #Chararic Franks 460.1.1={ holder = 36107 # Chararic } @@ -177,7 +195,7 @@ c_oversticht = { holder = 30029 # Chlothar II Meroving } } -c_groningen = { +c_groningen = { #Chararic Franks 460.1.1={ holder = 36107 # Chararic } @@ -215,7 +233,7 @@ c_groningen = { holder = 30029 # Chlothar II Meroving } } -c_zutphen = { +c_zutphen = { #Chararic Franks 460.1.1={ holder = 36107 # Chararic } diff --git a/WtWSMS/history/titles/bp_k_germania_inferior.txt b/WtWSMS/history/titles/bp_k_germania_inferior.txt index d3a36072dd..ab6a2d26da 100644 --- a/WtWSMS/history/titles/bp_k_germania_inferior.txt +++ b/WtWSMS/history/titles/bp_k_germania_inferior.txt @@ -14,12 +14,12 @@ d_germania_superior = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } } -c_mainz = { - 460.1.1={ - holder = 36107 # Chararic +c_mainz = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -304,79 +304,70 @@ c_antwerpen = { #c_brabant history holder = 30029 # Chlothar II Meroving } } -c_maastricht = { #c_loon history +c_maastricht = { #Childeric Franks + #Rulers 457.1.1={ - holder = 20785 + holder = 39 } - 482.1.1={ + 481.1.1={ holder = 40 } 511.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 30010 # Childebert II Meroving - } - 595.1.1={ - holder = 30011 # Theudebert Meroving + holder = 1300945 # Wado + liege = k_austrasia } 612.1.1={ - holder = 30014 # Theuderic II Meroving + holder = 30014 # Theuderic II Meroving + liege = 0 } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } -c_cleves = { #c_kleve history (direct) - 460.1.1={ - holder = 36107 # Chararic +c_cleves = { #Childeric Franks + #Rulers + 457.1.1={ + holder = 39 } - 507.1.1={ - holder = 40 # Clovis + 481.1.1={ + holder = 40 } 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 30010 # Childebert II Meroving - } - 595.1.1={ - holder = 30011 # Theudebert Meroving + holder = 1300945 # Wado + liege = k_austrasia } 612.1.1={ - holder = 30014 # Theuderic II Meroving + holder = 30014 # Theuderic II Meroving + liege = 0 } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } -c_cologne = { #c_kon history (direct) - 460.1.1={ - holder = 36107 # Chararic +c_cologne = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -438,36 +429,36 @@ c_brabant = { holder = 30029 # Chlothar II Meroving } } -c_guelders = { +c_guelders = { #Childeric Franks + #Rulers 457.1.1={ - holder = 20785 + holder = 39 } - 482.1.1={ + 481.1.1={ holder = 40 } 511.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 30010 # Childebert II Meroving - } - 595.1.1={ - holder = 30011 # Theudebert Meroving + holder = 1300945 # Wado + liege = k_austrasia } 612.1.1={ - holder = 30014 # Theuderic II Meroving + holder = 30014 # Theuderic II Meroving + liege = 0 } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } -c_aachen = { #c_julich history +c_aachen = { #Ripurian Franks (Sigebert) 457.1.1={ holder = 20785 } @@ -507,10 +498,10 @@ c_aachen = { #c_julich history } #Development by County -d_belgica_prima = { #Empty History +d_belgica_prima = { 1.1.1={} } -c_namur = { #c_liege history +c_namur = { #Ragnachar's Franks #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -522,11 +513,11 @@ c_namur = { #c_liege history 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 457.1.1={ - holder = 20785 + 460.1.1={ + holder = 36109 # Ragnachar } - 482.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -559,7 +550,7 @@ c_namur = { #c_liege history holder = 30029 # Chlothar II Meroving } } -c_liege = { +c_liege = { #Ragnachar's Franks #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -571,11 +562,11 @@ c_liege = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 457.1.1={ - holder = 20785 + 460.1.1={ + holder = 36109 # Ragnachar } - 482.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -706,7 +697,7 @@ c_trier = { holder = 30029 # Chlothar II Meroving } } -c_luxembourg = { +c_luxembourg = { #Ripurian Franks (Sigebert) #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -755,7 +746,7 @@ c_luxembourg = { holder = 30029 # Chlothar II Meroving } } -c_bouillon = { #c_luxembourg history +c_bouillon = { #Ragnachar's Franks #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -767,11 +758,11 @@ c_bouillon = { #c_luxembourg history 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 457.1.1={ - holder = 20785 + 460.1.1={ + holder = 36109 # Ragnachar } - 482.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/history/titles/bp_k_lugdunensis.txt b/WtWSMS/history/titles/bp_k_lugdunensis.txt index ec6de780b9..9e98012258 100644 --- a/WtWSMS/history/titles/bp_k_lugdunensis.txt +++ b/WtWSMS/history/titles/bp_k_lugdunensis.txt @@ -95,32 +95,48 @@ c_ile_de_france = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1={ - holder=304 # Romano Gauls - liege="k_soissons" + 457.1.1 = { + holder = 190015 # Aegidius + } + 459.1.1 = { + holder = 470048 # Remigus, Bishop of Reims + liege = "k_soissons" + } + 465.1.1 = { + holder = 19 #Last Roman } 486.1.1={ holder = 40 } 511.1.1={ - holder = 106520 # Childebert Meroving + holder = 106524 # Theuderic Meroving } - 558.1.1={ - holder = 106522 # Chlothar Meroving + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 206851 # Charibert Meroving + holder = 231004 # Sigebert Meroving } - 567.1.1={ - holder = 1300929 # Guerpinus - liege = k_neustria + 575.1.1={ + holder = 30010 # Childebert II Meroving } - 585.6.1 = { - holder = 1300930 # Gundovaldus + 595.1.1={ + holder = 30011 # Theudebert Meroving } - 585.7.1 = { - holder = 30029 # Chlothar II Meroving - liege = 0 + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } c_beaumont = { #c_vexin history (elimination) diff --git a/WtWSMS/history/titles/bp_k_vindelicia.txt b/WtWSMS/history/titles/bp_k_vindelicia.txt index ad6e066a09..ec0f8e46dd 100644 --- a/WtWSMS/history/titles/bp_k_vindelicia.txt +++ b/WtWSMS/history/titles/bp_k_vindelicia.txt @@ -481,12 +481,12 @@ c_hohenlohe = { d_vindelica_tertia = { #Empty History 1.1.1={} } -c_frankfurt = { - 460.1.1={ - holder = 36107 # Chararic +c_frankfurt = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -566,12 +566,12 @@ c_fulda = { #Chatti 450.1.1={ holder = 212057 } 510.1.1={ holder = 212560 } } -c_nassau = { - 460.1.1={ - holder = 36107 # Chararic +c_nassau = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -612,12 +612,12 @@ c_marburg = { #Chatti d_vindelica_quarta = { #Empty History 1.1.1={} } -c_dortmund = { - 460.1.1={ - holder = 36107 # Chararic +c_dortmund = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -650,12 +650,12 @@ c_dortmund = { holder = 30029 # Chlothar II Meroving } } -c_arnsberg = { - 460.1.1={ - holder = 36107 # Chararic +c_arnsberg = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -688,12 +688,12 @@ c_arnsberg = { holder = 30029 # Chlothar II Meroving } } -c_mark = { - 460.1.1={ - holder = 36107 # Chararic +c_mark = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -726,12 +726,12 @@ c_mark = { holder = 30029 # Chlothar II Meroving } } -c_bergh = { - 460.1.1={ - holder = 36107 # Chararic +c_bergh = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -764,12 +764,12 @@ c_bergh = { holder = 30029 # Chlothar II Meroving } } -c_sayn = { - 460.1.1={ - holder = 36107 # Chararic +c_sayn = { #Ripurian Franks (Sigebert) + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 13c64f8635..26b91b5f72 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -23,7 +23,6 @@ danube_suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" alamannian_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" - ripuarian_frankish_history_loc: "Formed from various Frankish and Suebic peoples in the year AD [DATE.GetYear]" #Continental Celts galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians @@ -48,4 +47,7 @@ denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in IIIrd Century AD" #Baltic vistula_veneti_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in the IIIrd Century BC" + #West Germanic + old_frankish_history_loc: "Formed from Istvaeonic-Speaking Tribes in the year AD [DATE.GetYear]" + ripuarian_frankish_history_loc: "Formed from various Frankish and Suebic peoples in the year AD [DATE.GetYear]" \ No newline at end of file From c1ae0cdedf5048cdda0842e58da08281e328399d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:04:56 -0500 Subject: [PATCH 178/339] North/Central Germanic fixes * Figured the Randers-Reudingi connection is correct and put them in Randers, Jutland * Expanded Anglo positions to better match most maps * Fixed the Saxony/Thuringian line based on available maps and old Thuringian duchy line and put the Warni as part of the Thuringian confederation * Germanii made remnant Semnones, so tweaked the culture ethos and traditions slightly * Some minor tweaks to tribal locations in Germanica Slavica based on river boundaries * Gustow group culture restricted to Rugen, as the whole culture was probably in decline by the late 400s (if it was still extant). --- .../culture/cultures/BP_central_germanic.txt | 33 +++ .../culture/cultures/BP_east_germanic.txt | 32 --- .../landed_titles/BP_e_germania_magna.txt | 28 +- .../landed_titles/BP_titles_germanics.txt | 4 +- WtWSMS/history/provinces/bp_k_cimbri.txt | 21 +- WtWSMS/history/provinces/bp_k_germania.txt | 27 +- .../provinces/bp_k_germania_slavica_prima.txt | 20 +- .../bp_k_germania_slavica_secunda.txt | 4 +- WtWSMS/history/titles/BP_titles_germanic.txt | 3 +- .../{bp_k_cimbri.txt => bp_k_cimrii.txt} | 59 +++-- WtWSMS/history/titles/bp_k_germania.txt | 212 ++++++++++++--- .../titles/bp_k_germania_slavica_prima.txt | 248 +++++++++--------- .../titles/bp_k_germania_slavica_secunda.txt | 44 +--- .../BP_titles_cultural_names_l_english.yml | 11 +- .../english/culture/BP_cultures_l_english.yml | 45 ++-- .../replace/culture/cultures_l_english.yml | 5 +- 16 files changed, 465 insertions(+), 331 deletions(-) rename WtWSMS/history/titles/{bp_k_cimbri.txt => bp_k_cimrii.txt} (90%) diff --git a/WtWSMS/common/culture/cultures/BP_central_germanic.txt b/WtWSMS/common/culture/cultures/BP_central_germanic.txt index 471227e397..e36ce322c1 100644 --- a/WtWSMS/common/culture/cultures/BP_central_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_central_germanic.txt @@ -279,6 +279,39 @@ danube_suebi = { 25 = caucasian_dark_hair } } +#Remnant Semnones +lebus = { + color = lebus + + ethos = ethos_spiritual #Tacitus Notes Semnones + heritage = heritage_central_germanic + language = language_central_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + #Ritual Traditions + tradition_sacred_groves #Ritual gorve importance + #Realm Traditions + tradition_forest_folk + #Combat Traditions + tradition_forest_fighters + } + + name_list = name_list_lebus + + coa_gfx = { norse_coa_gfx western_coa_gfx } + building_gfx = { norse_building_gfx } + clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } + unit_gfx = { norse_unit_gfx } + + ethnicities = { + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } +} ##North Sea German/Ingvaeonic Languages/Cultures old_saxon = { # Migrational Era Saxons color = old_saxon diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index 70ad20eef4..07185a13a6 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -720,38 +720,6 @@ skirian = { 20 = asian #Hunnic component; ratio is 5:1 European to Asian } } -#OTHERS -lebus = { #Either remove OR change to Central Germanic at least - color = lebus - - ethos = ethos_stoic - heritage = heritage_east_germanic - language = language_central_germanic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - #Ritual Traditions - #Realm Traditions - tradition_forest_folk - #Combat Traditions - tradition_forest_fighters - } - - name_list = name_list_lebus - - coa_gfx = { norse_coa_gfx western_coa_gfx } - building_gfx = { norse_building_gfx } - clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } - unit_gfx = { norse_unit_gfx } - - ethnicities = { - 70 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 10 = caucasian_northern_brown_hair - 5 = caucasian_northern_dark_hair - } -} ### Not Done Yet vvvvv # Migrational Era Bavari diff --git a/WtWSMS/common/landed_titles/BP_e_germania_magna.txt b/WtWSMS/common/landed_titles/BP_e_germania_magna.txt index e7516030b1..6ffa2ece45 100644 --- a/WtWSMS/common/landed_titles/BP_e_germania_magna.txt +++ b/WtWSMS/common/landed_titles/BP_e_germania_magna.txt @@ -894,6 +894,11 @@ e_germania_magna = { c_aalborg = { color = { 165 9 64 } + b_randros = { + province = 224 + + color = { 165 9 64 } + } b_aalborg = { province = 81 @@ -906,11 +911,6 @@ e_germania_magna = { b_lindholm = { province = 55 - color = { 165 9 64 } - } - b_randros = { - province = 224 - color = { 165 9 64 } } } @@ -4122,7 +4122,18 @@ e_germania_magna = { } c_minden = { color = { 205 105 85 } - + cultural_names = { + #Central Germanics + name_list_old_saxon = cn_marklo + } + b_hoya = { #Supposed capital of the Pagan Old Saxons + province = 2839 + cultural_names = { + #Central Germanics + name_list_old_saxon = cn_marklo + } + color = { 205 105 85 } + } b_diepholz = { province = 2838 @@ -4136,11 +4147,6 @@ e_germania_magna = { b_bruchhausen = { province = 2837 - color = { 205 105 85 } - } - b_hoya = { - province = 2839 - color = { 205 105 85 } } } diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index b5e643db97..d9c849a61c 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -53,7 +53,7 @@ k_alamannia = { k_thuringia = { color={ 80 0 50 } ignore_titularity_for_title_weighting = yes - capital = c_schmalkalden # Thuringen + capital = c_schmalkalden # Historical capital of Thuringian duchy, so somewhat ahistoric ai_primary_priority = { if = { @@ -135,7 +135,7 @@ k_angloland = { } k_saxony = { color = { 113 101 91 } - capital = c_dessau + capital = c_minden #aka Marklo ignore_titularity_for_title_weighting = yes can_create = { creation_trigger_k_saxony_trigger = yes diff --git a/WtWSMS/history/provinces/bp_k_cimbri.txt b/WtWSMS/history/provinces/bp_k_cimbri.txt index 302facb535..cdd4ced105 100644 --- a/WtWSMS/history/provinces/bp_k_cimbri.txt +++ b/WtWSMS/history/provinces/bp_k_cimbri.txt @@ -1,5 +1,7 @@ # k_cimrii + ## d_jutland ############################## + ###c_aarhus 57 = { #AARHUS culture = jute @@ -40,17 +42,18 @@ holding = none } ###c_aalborg -81 = { #AALBORG - culture = jute +224 = { #RANDROS + culture = reudignian religion = germanic_pagan - holding = tribal_holding + holding = tribal_holding #Assuming Randers is derived from Reudingi } -55 = { #LINDHOLM +81 = { #AALBORG holding = none } -224 = { #RANDROS +55 = { #LINDHOLM holding = none } + ###c_vorbasse 59 = { #VORBASSE culture = jute @@ -65,7 +68,7 @@ } ###c_ribe 60 = { #RIBE - culture = jute + culture = anglo religion = germanic_pagan holding = tribal_holding } @@ -77,6 +80,7 @@ } ## d_angloland ############################## + ###c_lubeck 2804 = { #LÜBECK culture = anglo @@ -112,7 +116,7 @@ } ###c_slesvig 62 = { #HEDEBY - culture = jute + culture = anglo religion = germanic_pagan holding = tribal_holding special_building_slot = danevirke_01 @@ -126,6 +130,7 @@ } ## d_sjaelland ############################## + ###c_sjaelland 63 = { #ROSKILDE culture = dane @@ -161,7 +166,7 @@ } ###c_lolland_falster 67 = { #NYKOBING - culture = reudignian + culture = dane religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania.txt b/WtWSMS/history/provinces/bp_k_germania.txt index 8234bb253c..e977d7e9c2 100644 --- a/WtWSMS/history/provinces/bp_k_germania.txt +++ b/WtWSMS/history/provinces/bp_k_germania.txt @@ -75,7 +75,7 @@ ###c_halberstadt 2916 = { #HALBERSTADT - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -87,7 +87,7 @@ } ###c_blankenburg 2932 = { #BLANKENBURG - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -96,7 +96,7 @@ } ###c_mansfeld 2936 = { #MANSFELD - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -183,18 +183,19 @@ holding = none } ###c_minden -2838 = { #DIEPHOLZ +2839 = { #HOYA culture = old_saxon religion = germanic_pagan holding = tribal_holding } -2840 = { #MINDEN +2838 = { #DIEPHOLZ + holding = none } -2837 = { #BRUCHHAUSEN +2840 = { #MINDEN holding = none } -2839 = { #HOYA +2837 = { #BRUCHHAUSEN holding = none } ###c_wolpe @@ -226,7 +227,7 @@ ###c_luneburg 2893 = { #LUNEBURG - culture = cheruscii + culture = old_saxon religion = germanic_pagan holding = tribal_holding } @@ -241,7 +242,7 @@ } ###c_brunswick 2901 = { #BRUNSWICK - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -250,7 +251,7 @@ } ###c_dannenberg 2894 = { #DANNENBERG - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -262,7 +263,7 @@ } ###c_stendal 2900 = { #STENDAL - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -275,7 +276,7 @@ } ###c_bremen 2793 = { #BREMEN - culture = cheruscii + culture = old_saxon religion = germanic_pagan holding = tribal_holding } @@ -290,7 +291,7 @@ } ###c_stade 2795 = { #STADE - culture = cheruscii + culture = old_saxon religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania_slavica_prima.txt b/WtWSMS/history/provinces/bp_k_germania_slavica_prima.txt index 6a4f54385e..35cb9dc0e5 100644 --- a/WtWSMS/history/provinces/bp_k_germania_slavica_prima.txt +++ b/WtWSMS/history/provinces/bp_k_germania_slavica_prima.txt @@ -1,5 +1,7 @@ # k_germania_slavica_prima + ## d_werle ############################### + ###c_mecklenburg 2807 = { #WISMAR culture = warnic @@ -17,7 +19,7 @@ } ###c_wolgast 2817 = { #WOLGAST - culture = gustow + culture = warnic religion = germanic_pagan holding = tribal_holding } @@ -57,8 +59,8 @@ } ## d_brandenburg ############################### + ###c_brandenburg -# 3166 - BRANDENBURG 3166 = { #BRANDENBURG culture = lebus religion = germanic_pagan @@ -99,7 +101,7 @@ } ###c_havelberg 2814 = { #HAVELBERG - culture = lebus + culture = warnic religion = germanic_pagan holding = tribal_holding } @@ -123,6 +125,7 @@ } ## d_lausitz ############################### + ###c_juterbog 3180 = { #JUTERBOG culture = lebus @@ -134,7 +137,7 @@ } ###c_wittenberg 3173 = { #WITTENBERG - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -143,7 +146,7 @@ } ###c_brene 3025 = { #TORGAU - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -173,7 +176,7 @@ } ###c_dessau 3023 = { #DESSAU - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -182,7 +185,7 @@ } ###c_magdeburg 2906 = { #MAGDEBURG - culture = old_saxon + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -194,6 +197,7 @@ } ## d_dresden ############################### + ###c_meissen 3027 = { #MEISSEN culture = thuringian @@ -221,7 +225,7 @@ } ###c_cottbus 3181 = { #COTTBUS - culture = langobard + culture = lebus religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt index 799fa480c4..8b6925b8e8 100644 --- a/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt +++ b/WtWSMS/history/provinces/bp_k_germania_slavica_secunda.txt @@ -38,7 +38,7 @@ } ###c_soldin (c_cedynia) 3154 = { #b_soldin CEDYNIA - culture = langobard + culture = denziner religion = germanic_pagan holding = tribal_holding } @@ -362,7 +362,7 @@ } ###c_lubusz 3149 = { #Lebus (Lubusz) - culture = langobard + culture = lebus religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 408b9ed795..2481d6d811 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -504,12 +504,13 @@ d_warini = { 450.1.1={ holder = 212850 government = tribal_government + liege = k_thuringia #Probably a component of the Thuringiian Confederation } 510.1.1={ holder=0 } } -d_germanii = { +d_germanii = { #Remnant Semnones 150.1.1={ government = tribal_government } diff --git a/WtWSMS/history/titles/bp_k_cimbri.txt b/WtWSMS/history/titles/bp_k_cimrii.txt similarity index 90% rename from WtWSMS/history/titles/bp_k_cimbri.txt rename to WtWSMS/history/titles/bp_k_cimrii.txt index 2b30899344..4e41a6c1c8 100644 --- a/WtWSMS/history/titles/bp_k_cimbri.txt +++ b/WtWSMS/history/titles/bp_k_cimrii.txt @@ -38,15 +38,21 @@ c_ringkobing = { #c_jylland history holder = 144646 } } -c_aalborg = { #c_jylland history - 470.2.9={ - holder = 101 +c_aalborg = { #Reudingi + 370.1.1={ + holder=36113 # Dankert } - 490.1.1={ - holder = 144645 + 410.1.1={ + holder=36114 # Hattugatus } - 550.1.1={ - holder = 144646 + 440.1.1={ + holder=36115 # Warinechin + } + 470.1.1={ + holder=36116 # Sieghard + } + 510.1.1={ + holder=36117 # Guctiligis } } c_vorbasse = { #c_slesvig history (elimination) @@ -62,10 +68,13 @@ c_vorbasse = { #c_slesvig history (elimination) } } c_ribe = { #c_slesvig history - # Jutes # - 470.2.9={ - holder = 101 + 464.1.1={ + holder=81 #Angloland + } + 487.1.1={ + holder=74439 #Angloland } + # Jutes # 490.1.1={ holder = 144645 } @@ -125,10 +134,13 @@ c_hamburg = { } } c_slesvig = { - # Jutes # - 470.2.9={ - holder = 101 + 464.1.1={ + holder=81 #Angloland } + 487.1.1={ + holder=74439 #Angloland + } + # Jutes # 490.1.1={ holder = 144645 } @@ -186,24 +198,17 @@ c_fyn = { holder = 1300047 } } -c_lolland_falster = { #c_lalland history - 370.1.1={ - holder=36113 # Dankert - } - 410.1.1={ - holder=36114 # Hattugatus - } - 440.1.1={ - holder=36115 # Warinechin +c_lolland_falster = { + 470.2.9={ + holder = 100 } - 470.1.1={ - holder=36116 # Sieghard + 490.1.1={ + holder = 1300042 } 510.1.1={ - holder=36117 # Guctiligis + holder = 1300043 } - #Danes - 534.1.1={ + 530.1.1={ holder = 1300044 } 550.1.1={ diff --git a/WtWSMS/history/titles/bp_k_germania.txt b/WtWSMS/history/titles/bp_k_germania.txt index d4217f1596..8d2e720e97 100644 --- a/WtWSMS/history/titles/bp_k_germania.txt +++ b/WtWSMS/history/titles/bp_k_germania.txt @@ -64,40 +64,103 @@ c_hildesheim = { #c_braunschweig history d_albis = { #Empty History 1.1.1={} } -c_halberstadt = { #c_anhalt history - 460.1.2={ - holder = 45 +c_halberstadt = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_blankenburg = { #c_anhalt history (elimination) - 460.1.2={ - holder = 45 +c_blankenburg = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_mansfeld = { #c_anhalt history - 460.1.2={ - holder = 45 +c_mansfeld = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_mersenburg = { #c_plauen history +c_mersenburg = { #Thuringiian history 450.1.1={ holder=50 #Bisinus Thuringii } @@ -266,37 +329,100 @@ c_luneburg = { holder = 30038 } } -c_brunswick = { #c_braunschweig history - 460.1.2={ - holder = 45 +c_brunswick = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_dannenberg = { #c_altmark history - 460.1.2={ - holder = 45 +c_dannenberg = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_stendal = { #c_altmark history - 460.1.2={ - holder = 45 +c_stendal = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } c_bremen = { diff --git a/WtWSMS/history/titles/bp_k_germania_slavica_prima.txt b/WtWSMS/history/titles/bp_k_germania_slavica_prima.txt index 178db903f0..d15269ec2c 100644 --- a/WtWSMS/history/titles/bp_k_germania_slavica_prima.txt +++ b/WtWSMS/history/titles/bp_k_germania_slavica_prima.txt @@ -5,41 +5,11 @@ d_werle = { #Empty History 1.1.1={} } -c_mecklenburg = { - 450.1.1={ - holder = 212850 - liege = "k_angloland" - } - 510.1.1={ - holder=74439 #Angloland - } - 520.1.1={ - holder=30672 # Bretislav Bretislavy - liege=0 - } - 550.1.1={ - holder=30673 # Wizlaw Bretislavy - } - 580.1.1={ - holder=30674 # Brestislav II Bretislavy - } +c_mecklenburg = { #Warini Tribe + 450.1.1={ holder = 212850 } } -c_wolgast = { - 466.1.1={ - holder=144993 # Harfidel Giselriking - } - 500.1.1={ - holder=144994 # Ulfila Harfidelssunus Giselriking - } - 520.1.1={ - holder=30672 # Bretislav Bretislavy - } - 550.1.1={ - holder=30673 # Wizlaw Bretislavy - } - 580.1.1={ - holder=30674 # Brestislav II Bretislavy - } +c_wolgast = { #Warini Tribe + 450.1.1={ holder = 212850 } } c_rugen = { 466.1.1={ @@ -58,39 +28,11 @@ c_rugen = { holder=30674 # Brestislav II Bretislavy } } -c_rostock = { - 450.1.1={ - holder = 212850 - } - 510.1.1={ - holder=144994 # Ulfila Harfidelssunus Giselriking - } - 520.1.1={ - holder=30672 # Bretislav Bretislavy - } - 550.1.1={ - holder=30673 # Wizlaw Bretislavy - } - 580.1.1={ - holder=30674 # Brestislav II Bretislavy - } +c_rostock = { #Warini Tribe + 450.1.1={ holder = 212850 } } -c_werle = { - 450.1.1={ - holder = 212850 - } - 510.1.1={ - holder=144994 # Ulfila Harfidelssunus Giselriking - } - 520.1.1={ - holder=30672 # Bretislav Bretislavy - } - 550.1.1={ - holder=30673 # Wizlaw Bretislavy - } - 580.1.1={ - holder=30674 # Brestislav II Bretislavy - } +c_werle = { #Warini Tribe + 450.1.1={ holder = 212850 } } d_brandenburg = { #Empty History @@ -147,22 +89,8 @@ c_berlin = { #c_brandenburg history holder=30688 # Pawel Szczepanie } } -c_havelberg = { #c_brandenburg history - 466.1.1={ - holder=52 #Germanii - } - 500.1.1={ - holder=190032 #Germanii - } - 520.1.1={ - holder=30686 # Dobieslaw Szczepanie - } - 550.1.1={ - holder=30687 # Wladyslaw Szczepanie - } - 580.1.1={ - holder=30688 # Pawel Szczepanie - } +c_havelberg = { #Warini Tribe + 450.1.1={ holder = 212850 } } c_prenzlau = { #c_brandenburg history (elimination) 466.1.1={ @@ -202,26 +130,68 @@ c_juterbog = { #c_brandenburg history holder=30688 # Pawel Szczepanie } } -c_wittenberg = { #c_anhalt history (elimination) - 460.1.2={ - holder = 45 +c_wittenberg = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_brene = { #c_anhalt history (elimination) - 460.1.2={ - holder = 45 +c_brene = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } c_spreewald = { #c_brandenburg history (elimination) @@ -270,26 +240,68 @@ c_naumberg = { #c_lausitz history (elimination) holder=30688 # Pawel Szczepanie } } -c_dessau = { #c_anhalt history - 460.1.2={ - holder = 45 +c_dessau = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii } - 497.1.1={ - holder = 30037 + 485.1.1={ + holder=51 #Baderic Thuringii } - 550.1.1={ - holder = 30038 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } -c_magdeburg = { #c_anhalt history - 460.1.2={ - holder = 45 +c_magdeburg = { #Thuringiian history + 450.1.1={ + holder=50 #Bisinus Thuringii + } + 485.1.1={ + holder=51 #Baderic Thuringii } - 497.1.1={ - holder = 30037 + 530.1.1={ + holder=190208 # Hermanafrid Thuringii } - 550.1.1={ - holder = 30038 + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } @@ -360,20 +372,8 @@ c_dresden = { #c_meissen history holder = 30379 # Theodo II Agilolfing } } -c_cottbus = { #c_lausitz history - 400.1.1={ - holder=53 # King Letho Lething - } - 425.1.1={ - holder=178020 # King Hildeoc Lething - } - 450.1.1={ - holder=178021 # King Gundeoc Lething - } - 470.1.1={ - holder=178022 # King Cleffo Lething - } - 490.1.1={ +c_cottbus = { #Remnant Semnones + 466.1.1={ holder=52 #Germanii } 500.1.1={ diff --git a/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt b/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt index 6d75b58f3b..93154a78e4 100644 --- a/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt +++ b/WtWSMS/history/titles/bp_k_germania_slavica_secunda.txt @@ -39,33 +39,21 @@ c_kolobrzeg = { #c_stettin history (elimination) holder=30679 # Kamil Antoni } } -c_soldin = { #c_lubusz history (elimination) - 400.1.1={ - holder=53 # King Letho Lething - } - 425.1.1={ - holder=178020 # King Hildeoc Lething - } - 450.1.1={ - holder=178021 # King Gundeoc Lething - } - 470.1.1={ - holder=178022 # King Cleffo Lething - } - 490.1.1={ - holder=52 #Germanii +c_soldin = { + 466.1.1={ + holder=144995 # Elemund Alhwaharying } - 500.1.1={ - holder=190032 #Germanii + 500.1.1={ + holder=144996 # Ulfila Elemundssunus Alhwaharying } 520.1.1={ - holder=30686 # Dobieslaw Szczepanie + holder=30676 # Jacenty Antoni } 550.1.1={ - holder=30687 # Wladyslaw Szczepanie + holder=30677 # Bartosz Antoni } 580.1.1={ - holder=30688 # Pawel Szczepanie + holder=30679 # Kamil Antoni } } c_cammin = { #c_slupsk history (elimination) @@ -682,20 +670,8 @@ c_krajna = { #c_pozanskie history (elimination) holder=30688 # Pawel Szczepanie } } -c_lubusz = { - 400.1.1={ - holder=53 # King Letho Lething - } - 425.1.1={ - holder=178020 # King Hildeoc Lething - } - 450.1.1={ - holder=178021 # King Gundeoc Lething - } - 470.1.1={ - holder=178022 # King Cleffo Lething - } - 490.1.1={ +c_lubusz = { #Remnant Semnones + 466.1.1={ holder=52 #Germanii } 500.1.1={ diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index de2b9eaa7d..57a35fa9ec 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -3494,6 +3494,12 @@ #c_kucha cn_kuw-dzi: "Kuw-dzi" cn_kuw-dzi_adj: "Kuw-dzi" + + #### e_germania_magna + ### k_germania + ## d_westfalen + #c_minden + cn_marklo: "Marklo" ##### Roman Successor States #d_oxford @@ -3558,8 +3564,11 @@ cn_supi_adj:0 "Supi" cn_hoh_xil:0 "Hoh Xil" cn_hoh_xil_adj:0 "Hoh Xil" - + + + ###################################################################### #### Unsorted names + ###################################################################### cn_primis:0 "Primis" cn_prim:0 "Prim" cn_silimi:0 "Silimi" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 157de68d2a..78c7334890 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -160,9 +160,9 @@ nok_collective_noun:0 "Nok" nok_prefix:0 "Nok" # Central Germanic group - thuringian:0 "Thuringian" - thuringian_collective_noun:0 "Thuringians" - thuringian_prefix:0 "Thuringian" + thuringian: "Thuringian" + thuringian_collective_noun: "Thuringians" + thuringian_prefix: "Thuringio" old_saxon:0 "Old Saxon" old_saxon_collective_noun:0 "Old Saxons" old_saxon_prefix:0 "Old Saxo" @@ -184,9 +184,15 @@ danube_suebi: "Suavi" danube_suebi_collective_noun: "Suavians" danube_suebi_prefix: "Suavian" - ripuarian_frankish: "Ripuarian Frankish" - ripuarian_frankish_collective_noun: "Ripuarian Franks" - ripuarian_frankish_prefix: "Ripuarian Franko" + marcomanni: "Marcomanni" + marcomanni_collective_noun: "Marcomannians" + marcomanni_prefix: "Marcomanno" + cheruscii: "Cheruscii" + cheruscii_collective_noun: "Cheruscii" + cheruscii_prefix: "Cheruscii" + buri: "Buri" + buri_collective_noun: "Buri" + buri_prefix: "Buri" # Chinese Group chinese:0 "Chinese" chinese_collective_noun:0 "Chinese" @@ -609,24 +615,15 @@ chatti:0 "Chatti" chatti_collective_noun:0 "Chatti" chatti_prefix:0 "Chatto" - old_frankish: "Old Frankish" - old_frankish_collective_noun: "Old Franks" - old_frankish_prefix: "Old Franko" - suebi:0 "Suebian" - suebi_collective_noun:0 "Suebi" - suebi_prefix:0 "Suebian" - marcomanni: "Marcomanni" - marcomanni_collective_noun: "Marcomannians" - marcomanni_prefix: "Marcomanno" - cheruscii:0 "Cheruscii" - cheruscii_collective_noun:0 "Cheruscii" - cheruscii_prefix:0 "Cheruscii" - buri:0 "Buri" - buri_collective_noun:0 "Buri" - buri_prefix:0 "Buri" - old_frisian:0 "Old Frisian" - old_frisian_collective_noun:0 "Old Frisians" - old_frisian_prefix:0 "Old Frisian" + old_frankish: "Salian Frankish" + old_frankish_collective_noun: "Salian Franks" + old_frankish_prefix: "Salio" + ripuarian_frankish: "Ripuarian Frankish" + ripuarian_frankish_collective_noun: "Ripuarian Franks" + ripuarian_frankish_prefix: "Ripuarian Franko" + old_frisian: "Frisiian" + old_frisian_collective_noun: "Frisii" + old_frisian_prefix: "Frisio" #Berber Group berber:0 "Amazigh" berber_collective_noun:0 "Amazighs" diff --git a/WtWSMS/localization/english/replace/culture/cultures_l_english.yml b/WtWSMS/localization/english/replace/culture/cultures_l_english.yml index da47e49106..1ed790f515 100644 --- a/WtWSMS/localization/english/replace/culture/cultures_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/cultures_l_english.yml @@ -1,4 +1,7 @@ l_english: basque: "Vascon" basque_collective_noun: "Vascons" - basque_prefix: "Vascono" \ No newline at end of file + basque_prefix: "Vascono" + suebi: "Suebian" + suebi_collective_noun: "Suebians" + suebi_prefix: "Suebio" \ No newline at end of file From 08aff6a837ed92aa07a3fbe0d2cc47b7776dd0c7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:43:02 -0500 Subject: [PATCH 179/339] North/Central Germanic Tweaks --- .../culture/cultures/BP_central_germanic.txt | 32 ------------------- .../culture/cultures/BP_north_germanic.txt | 32 +++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_central_germanic.txt b/WtWSMS/common/culture/cultures/BP_central_germanic.txt index e36ce322c1..cd4cbd83b4 100644 --- a/WtWSMS/common/culture/cultures/BP_central_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_central_germanic.txt @@ -376,38 +376,6 @@ anglo = { # Migrational Era Angles 25 = caucasian_dark_hair } } -reudignian = { # Migrational Era Reudignian - color = reudignian - - ethos = ethos_communal - heritage = heritage_central_germanic - language = language_north_sea_germanic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_practiced_pirates #CK2: reudignian have raiding/seafarers - #Regional Traditions - tradition_the_witenagemot #Why not? - #Ritual Traditions - #Realm Traditions - tradition_forest_folk - #Combat Traditions - } - - name_list = name_list_reudignian - - coa_gfx = { german_group_coa_gfx western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { dde_hre_clothing_gfx western_clothing_gfx } - unit_gfx = { western_unit_gfx } - - ethnicities = { - 25 = caucasian_blond - 15 = caucasian_ginger - 35 = caucasian_brown_hair - 25 = caucasian_dark_hair - } -} ### Not Done Yet vvvvv #### TODO (Beta): bucinobantian diff --git a/WtWSMS/common/culture/cultures/BP_north_germanic.txt b/WtWSMS/common/culture/cultures/BP_north_germanic.txt index b24891e008..c1b8599ed8 100644 --- a/WtWSMS/common/culture/cultures/BP_north_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_north_germanic.txt @@ -284,6 +284,38 @@ jute = { # Migrational Era Jutes 5 = caucasian_northern_dark_hair } } +reudignian = { # Migrational Era Reudignian + color = reudignian + + ethos = ethos_communal + heritage = heritage_north_germanic + language = language_north_sea_germanic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_practiced_pirates #CK2: reudignian have raiding/seafarers + #Regional Traditions + tradition_things + #Ritual Traditions + #Realm Traditions + tradition_forest_folk + #Combat Traditions + } + + name_list = name_list_reudignian + + coa_gfx = { german_group_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { dde_hre_clothing_gfx western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} ### Not Done Yet vvvvv swedish = { ##### FIXME (Beta): Incomplete Culture: swedish color = { 0.25 0.5 0.75 } From 04bb9814a04155c145d420397d7848caf3232e98 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 19 Nov 2022 02:49:40 -0500 Subject: [PATCH 180/339] More tweaks (mostly Alans) * Alanen culture for Vandal/Alan hybrid * Change faith of Orleans Alans to Nicene * Change faith of Taifals to Nicene * Cleaned up some ethnicity ratios for Alan-descendent cultures --- .../culture/cultures/BP_east_germanic.txt | 3 +- .../culture/cultures/BP_east_iranian.txt | 65 ++++++++++++++----- .../common/named_colors/BP_culture_colors.txt | 1 + WtWSMS/common/on_action/BP_game_start.txt | 51 ++++++++++++++- .../on_action/sea_minority_game_start.txt | 10 +++ .../scripted_effects/BP_on_action_effects.txt | 15 ++++- .../scripted_triggers/BP_culture_triggers.txt | 2 + .../history/characters/_LM_new_characters.txt | 4 ++ .../_lt_rascek_changed_characters.txt | 10 ++- WtWSMS/history/cultures/alanen.txt | 35 ++++++++++ WtWSMS/history/provinces/bp_k_lugdunensis.txt | 4 +- .../provinces/bp_k_septem_provincae.txt | 8 +-- .../english/culture/BP_cultures_l_english.yml | 5 +- 13 files changed, 185 insertions(+), 28 deletions(-) create mode 100644 WtWSMS/history/cultures/alanen.txt diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index 07185a13a6..a0e8003253 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -73,11 +73,12 @@ vandalic = { traditions = { #Societal Traditions tradition_zealous_people #Vandalic religous policy + tradition_isolationist #Regional Traditions #Ritual Traditions tradition_concubines #Standard for German Christian cultures #Realm Traditions - tradition_ruling_caste #Were probably outnumbered by the Alans, to say nothing of + tradition_ruling_caste #Keep Romano-Africans from exploding too much #Combat Traditions tradition_vandalic_warfare #Noted raiders } diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index 94b8213cde..edb0ae3d75 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -185,7 +185,6 @@ alan = { coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } building_gfx = { steppe_building_gfx } clothing_gfx = { mongol_clothing_gfx } - clothing_gfx = { mena_clothing_gfx } unit_gfx = { mongol_unit_gfx } ethnicities = { @@ -410,27 +409,63 @@ alain = { #Partially Romanized Alans name_list = name_list_alan name_list = name_list_romano_gallic - #Alan unit and COA graphics with mixed Romano-Gallic/Alan clothes and Romano-Gallic Architecture + #Alan unit and COA graphics and clothes mixed with Romano-Gallic/Alan Architecture coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } building_gfx = { mediterranean_building_gfx } clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } #Ethnicity Mix: - #Romano-Gallic:Alan:Frankish 6:3:1 (some Frankish admixture with Sarmatian Laeti) + #Alan:Romano-Gallic:Frankish 6:3:1 (some Frankish admixture with Sarmatian Laeti) + #then combined to avoid issues ethnicities = { - #Romano-Gallic - 60 = caucasian_blond - 60 = mediterranean - 270 = caucasian_brown_hair - 210 = caucasian_dark_hair - #Alan - 162 = arab - 138 = mediterranean - #Frankish - 11 = caucasian_blond + 342 = arab + 182 = caucasian_brown_hair + 156 = mediterranean + 142 = caucasian_dark_hair + 41 = caucasian_blond 5 = caucasian_ginger - 47 = caucasian_brown_hair - 37 = caucasian_dark_hair + } +} +alanen = { #Partly Vandalized Alans + color = alanen + + parents = { alan vandalic } + created = 418.1.1 #Death of Attaces + + ethos = ethos_bellicose #Vandalic Inheritence + heritage = heritage_east_iranian #Were noticeably distinguishable from Vandals + language = language_scythian #Were noticeably distinguishable from Vandals + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_mendicant_mystics #Alan inheritance + #Regional Traditions + #Ritual Traditions + tradition_concubines #Vandal inheritance + #Realm Traditions + tradition_ruling_caste #Vandal inheritance + #Combat Traditions + tradition_horse_lords #Alan inheritance + } + + name_list = name_list_alan + name_list = name_list_vandalic + + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #Alan and Vandal Ethnicities mixed at a 3:1 ratio + ethnicities = { + #Alans + 171 = arab + 129 = mediterranean + #Vandals + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair } } \ No newline at end of file diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index ff11c08b03..e6db4842c2 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -135,6 +135,7 @@ colors = { amardian = { 0.5 0.60 0.25 } nuristani = { 0.84 0.28 0.01 } alain = { 106 83 181 } + alanen = { 204 102 153 } #East Slavic old_slavic = { 0.35 0.5 0.30 } #Indo-Aryan diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 3b6ef1d206..a48cfc4ae7 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1294,7 +1294,56 @@ convert_christian_chars_to_rites = { NEW_RITE = ethiopian_orthodox } #Handle edge cases: - character:109769 = { set_character_faith_history = faith:nicene } #Make Erikos the Massalian Nicene + change_faith_if_alive = { + CHARACTER = + FAITH = + } + change_faith_if_alive = { + CHARACTER = character:109769 #Erikos the Massalian + FAITH = faith:nicene + } + #Alain Chars + change_faith_if_alive = { + CHARACTER = character:AmoricanAlanChieftan000 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:AmoricanAlanChieftan001 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:AmoricanAlanChieftan002 + FAITH = faith:nicene + } + #Taifal Chars + change_faith_if_alive = { + CHARACTER = character:TaifalThifalia000 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:TaifalThifalia001 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:TaifalThifalia002 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:TaifalThifalia003 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:TaifalThifalia004 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:TaifalThifalia005 + FAITH = faith:nicene + } + change_faith_if_alive = { + CHARACTER = character:TaifalThifalia006 + FAITH = faith:nicene + } } } set_autocephalous_church_flags = { diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 09914ca757..6537128640 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -758,6 +758,7 @@ BP_set_minorities_by_date = { OR = { this = title:c_roma this = title:c_byzantion + this = title:c_tunis } } add_small_faith_to_county_effect = { FAITH = faith:manichean } @@ -766,9 +767,18 @@ BP_set_minorities_by_date = { every_county = { limit = { OR = { + #Levant this = title:c_beirut this = title:c_antiocheia this = title:c_alexandretta + #NW Africa + AND = { + OR = { + this.kingdom = title:k_mauretania + this.kingdom = title:k_africa + } + is_coastal_county = yes + } } } add_small_faith_to_county_effect = { FAITH = faith:valentinianism } diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index cdcb4a143a..2f577d8cc9 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -787,4 +787,17 @@ generic_shift_culture_event = { #Cf. Vanilla common/on_actions/yearly_on_actions scope:shift_culture = { trigger_event = { id = $EVENT_ID$ } } } } -} \ No newline at end of file +} + +#Mostly for our game-start on action stuff +change_faith_if_alive = { + if = { + limit = { exists = $CHARACTER$ } + $CHARACTER$ = { + if = { + limit = { is_alive = yes } + set_character_faith_history = $FAITH$ + } + } + } +} diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 42bff8aca8..4540c32aee 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -259,6 +259,7 @@ starts_with_writing_trigger = { this = culture:sakan this = culture:sogdian this = culture:alain + this = culture:alanen #Iranian AND = { this = { has_cultural_pillar = heritage_iranian } @@ -362,6 +363,7 @@ starts_with_social_stratification_trigger = { this = culture:sakan this = culture:sogdian this = culture:alain + this = culture:alanen #Iranian this = { has_cultural_pillar = heritage_iranian } #Israelite diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 2fd33a852d..4ded0b28f0 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2449,6 +2449,10 @@ alan_chieftain_4 = { father = 36057 mother = 190034_daughter 411.1.1 = { birth = yes } + 418.1.1 = { #Death of Attaces, joins with Alans + culture = alanen + religion = arian + } 476.9.1 = { death = yes } } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index f75106f942..5935504d01 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5794,13 +5794,17 @@ VakatakaDynasty001 = { father = 36057 mother = 190034_daughter 413.1.1 = { birth = yes } + 418.1.1 = { #Death of Attaces, joins with Alans + culture = alanen + religion = arian + } 450.2.9 = { death = yes } #In line with game history } 36060 = { name = "Addak" #Fictional? dynasty = 10424625 religion = "arian" - culture = "alan" + culture = "alanen" father = 36059 440.1.1 = { birth = yes } 490.1.1 = { death = yes } @@ -5809,7 +5813,7 @@ VakatakaDynasty001 = { name = "Zaidar" #Fictional? dynasty = 10424625 religion = "arian" - culture = "alan" + culture = "alanen" father = 36059 445.1.1 = { birth = yes } 495.1.1 = { death = yes } @@ -5818,7 +5822,7 @@ VakatakaDynasty001 = { name = "Kandak" dynasty = 10424625 religion = "arian" - culture = "alan" + culture = "alanen" father = 36061 471.1.1 = { birth = yes } 534.1.1 = { death = yes } diff --git a/WtWSMS/history/cultures/alanen.txt b/WtWSMS/history/cultures/alanen.txt new file mode 100644 index 0000000000..9748aa012b --- /dev/null +++ b/WtWSMS/history/cultures/alanen.txt @@ -0,0 +1,35 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum + discover_innovation = innovation_social_stratification +} +418.1.1 = { + discover_innovation = innovation_leges_barbarorum + discover_innovation = innovation_writing #Gothic Alphabet + join_era = culture_era_late_antiquity +} +435.1.1 = { #Vandalic Kingdom + ## Late Antiquity Innovations + #Military + discover_innovation = innovation_standing_army + discover_innovation = innovation_catapult + discover_innovation = innovation_mail_armor + discover_innovation = innovation_muri + #Civic + discover_innovation = innovation_development_01 + discover_innovation = innovation_fora + discover_innovation = innovation_coinage +} +455.1.1 = { #Sack of Rome + discover_innovation = innovation_mundium + join_era = culture_era_early_migration +} + diff --git a/WtWSMS/history/provinces/bp_k_lugdunensis.txt b/WtWSMS/history/provinces/bp_k_lugdunensis.txt index c16cc97c90..d0f4a6b0f9 100644 --- a/WtWSMS/history/provinces/bp_k_lugdunensis.txt +++ b/WtWSMS/history/provinces/bp_k_lugdunensis.txt @@ -332,7 +332,7 @@ culture = alain religion = scythian_pagan } - 475.1.1 = { religion = gallican_church } #Later Half of the Vth Century + 475.1.1 = { religion = nicene } #Later Half of the Vth Century } 2322 = { #CHARTRES holding = church_holding @@ -406,7 +406,7 @@ culture = alain religion = scythian_pagan } - 475.1.1 = { religion = gallican_church } #Later Half of the Vth Century + 475.1.1 = { religion = nicene } #Later Half of the Vth Century } 2321 = { #CHATEAUDUN holding = none # Dunense Castrum, but probably destroyed by 476 diff --git a/WtWSMS/history/provinces/bp_k_septem_provincae.txt b/WtWSMS/history/provinces/bp_k_septem_provincae.txt index 036774e7ec..d125bae7c3 100644 --- a/WtWSMS/history/provinces/bp_k_septem_provincae.txt +++ b/WtWSMS/history/provinces/bp_k_septem_provincae.txt @@ -363,7 +363,7 @@ ###c_poitiers 2252 = { #POITIERS culture = taifal - religion = gallican_church + religion = nicene holding = castle_holding #aka Limonum } 2251 = { #RUFFEC @@ -378,7 +378,7 @@ ###c_lusignan 2249 = { #LUSIGNAN culture = taifal - religion = gallican_church + religion = nicene holding = castle_holding } 2250 = { #MELLE @@ -390,7 +390,7 @@ ###c_montaigu 2150 = { #MONTAIGU culture = taifal - religion = gallican_church + religion = nicene holding = castle_holding } 2149 = { #TALMONT @@ -405,7 +405,7 @@ ###c_thouars 2257 = { #THOUARS culture = taifal - religion = gallican_church + religion = nicene holding = castle_holding #aka Toarcius } 2255 = { #PARTHENAY diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 78c7334890..4fac75d1d2 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -319,7 +319,10 @@ iazyges_prefix:0 "Iazyges" alain: "Alain" #Partly Romanized Alans alain_collective_noun: "Alains" - alain_prefix: "Alain" + alain_prefix: "Alaino" + alanen: "Alanen" + alanen_collective_noun: "Alanen" + alanen_prefix: "Alaneno" # East Slavic Group old_slavic:0 "Slavic" old_slavic_collective_noun:0 "Slavs" From 32344bf797a4f6416c1ed6b5e3105e0bf09f20ae Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 19 Nov 2022 22:05:49 -0500 Subject: [PATCH 181/339] Update alanian naming schemes --- WtWSMS/common/culture/cultures/BP_east_iranian.txt | 10 +++++----- WtWSMS/common/named_colors/BP_culture_colors.txt | 4 ++-- WtWSMS/common/on_action/BP_game_start.txt | 2 +- WtWSMS/common/on_action/sea_minority_game_start.txt | 6 +++--- .../common/scripted_triggers/BP_culture_triggers.txt | 8 ++++---- .../scripted_triggers/BP_sea_on_action_triggers.txt | 2 +- WtWSMS/history/characters/_LM_new_characters.txt | 12 ++++++------ .../characters/_lt_rascek_changed_characters.txt | 8 ++++---- WtWSMS/history/cultures/{alain.txt => alanien.txt} | 0 WtWSMS/history/cultures/{alanen.txt => alanisch.txt} | 0 WtWSMS/history/provinces/bp_k_lugdunensis.txt | 4 ++-- .../culture/BP_cultural_history_l_english.yml | 2 +- .../english/culture/BP_cultures_l_english.yml | 12 ++++++------ 13 files changed, 35 insertions(+), 35 deletions(-) rename WtWSMS/history/cultures/{alain.txt => alanien.txt} (100%) rename WtWSMS/history/cultures/{alanen.txt => alanisch.txt} (100%) diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index edb0ae3d75..c28d9c136e 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -384,12 +384,12 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD } } ##### New to WtWSMS -alain = { #Partially Romanized Alans - color = alain +alanien = { #Partially Romanized Alans + color = alanien parents = { alan romano_gallic } created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them - history_loc_override = alain_history_loc + history_loc_override = alanien_history_loc ethos = ethos_spiritual #Romano-Gallic inheritance heritage = heritage_east_iranian #Were still distinguishable from Romans into the VIth Century, probably by practices & language @@ -427,8 +427,8 @@ alain = { #Partially Romanized Alans 5 = caucasian_ginger } } -alanen = { #Partly Vandalized Alans - color = alanen +alanisch = { #Partly Vandalized Alans + color = alanisch parents = { alan vandalic } created = 418.1.1 #Death of Attaces diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index e6db4842c2..3e85adf48d 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -134,8 +134,8 @@ colors = { dahi_scythian = { 0.45 0.25 0.25 } amardian = { 0.5 0.60 0.25 } nuristani = { 0.84 0.28 0.01 } - alain = { 106 83 181 } - alanen = { 204 102 153 } + alanien = { 106 83 181 } + alanisch = { 204 102 153 } #East Slavic old_slavic = { 0.35 0.5 0.30 } #Indo-Aryan diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index a48cfc4ae7..d70ec1321e 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1667,7 +1667,7 @@ set_starting_culture_acceptance = { } } #Alains (Partly Romanized Alans in Armorica Tract) - culture:alain = { + culture:alanien = { set_cultural_acceptance = { target = culture:romano_gallic value = 50 diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 6537128640..5fa21c682f 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1293,17 +1293,17 @@ BP_set_minorities_by_date = { } } if = { - limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alain } } } + limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alanien } } } add_small_large_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alain + CULTURE = culture:alanien } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } else = { add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alain + CULTURE = culture:alanien } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 4540c32aee..00923f13da 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -258,8 +258,8 @@ starts_with_writing_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alain - this = culture:alanen + this = culture:alanien + this = culture:alanisch #Iranian AND = { this = { has_cultural_pillar = heritage_iranian } @@ -362,8 +362,8 @@ starts_with_social_stratification_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alain - this = culture:alanen + this = culture:alanien + this = culture:alanisch #Iranian this = { has_cultural_pillar = heritage_iranian } #Israelite diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index 40bd23261e..fe6ef244ba 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -40,7 +40,7 @@ e_gaul_romance_trigger = { #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks AND = { NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } - NOT = { this.culture = culture:alain } #Include the Alains as a special exception + NOT = { this.culture = culture:alanien } #Include the Alains as a special exception } NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } NOT = { this.culture = culture:old_frankish } diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 4ded0b28f0..921258ef52 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2370,7 +2370,7 @@ alan_chieftain_1 = { trait = education_martial_4 #Warlike reputation trait = compassionate #Induced by Bishop of Auxerre to spare the Christians in his Domain } - 410.1.1 = { culture = alain } + 410.1.1 = { culture = alanien } 446.1.1 = { death = yes } } alan_chieftain_2 = { @@ -2380,7 +2380,7 @@ alan_chieftain_2 = { culture = "alan" father = alan_chieftain_1 406.1.1 = { birth = yes } - 410.1.1 = { culture = alain } + 410.1.1 = { culture = alanien } 455.1.1 = { death = yes } } #Unattested Alanic rulers of Orleans @@ -2392,7 +2392,7 @@ AmoricanAlanChieftan000 = { name = Alatey dynasty_house = house_alan_gokarids religion = scythian_pagan - culture = alain + culture = alanien father = alan_chieftain_2 431.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2402,7 +2402,7 @@ AmoricanAlanChieftan001 = { name = Ashot dynasty_house = house_alan_gokarids religion = scythian_pagan - culture = alain + culture = alanien father = AmoricanAlanChieftan000 460.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2412,7 +2412,7 @@ AmoricanAlanChieftan002 = { name = Pulad dynasty_house = house_alan_gokarids religion = nicene - culture = alain + culture = alanien father = AmoricanAlanChieftan001 499.1.1 = { birth = yes } 542.1.1 = { death = yes } @@ -2450,7 +2450,7 @@ alan_chieftain_4 = { mother = 190034_daughter 411.1.1 = { birth = yes } 418.1.1 = { #Death of Attaces, joins with Alans - culture = alanen + culture = alanisch religion = arian } 476.9.1 = { death = yes } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 5935504d01..ec50d1a622 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5795,7 +5795,7 @@ VakatakaDynasty001 = { mother = 190034_daughter 413.1.1 = { birth = yes } 418.1.1 = { #Death of Attaces, joins with Alans - culture = alanen + culture = alanisch religion = arian } 450.2.9 = { death = yes } #In line with game history @@ -5804,7 +5804,7 @@ VakatakaDynasty001 = { name = "Addak" #Fictional? dynasty = 10424625 religion = "arian" - culture = "alanen" + culture = "alanisch" father = 36059 440.1.1 = { birth = yes } 490.1.1 = { death = yes } @@ -5813,7 +5813,7 @@ VakatakaDynasty001 = { name = "Zaidar" #Fictional? dynasty = 10424625 religion = "arian" - culture = "alanen" + culture = "alanisch" father = 36059 445.1.1 = { birth = yes } 495.1.1 = { death = yes } @@ -5822,7 +5822,7 @@ VakatakaDynasty001 = { name = "Kandak" dynasty = 10424625 religion = "arian" - culture = "alanen" + culture = "alanisch" father = 36061 471.1.1 = { birth = yes } 534.1.1 = { death = yes } diff --git a/WtWSMS/history/cultures/alain.txt b/WtWSMS/history/cultures/alanien.txt similarity index 100% rename from WtWSMS/history/cultures/alain.txt rename to WtWSMS/history/cultures/alanien.txt diff --git a/WtWSMS/history/cultures/alanen.txt b/WtWSMS/history/cultures/alanisch.txt similarity index 100% rename from WtWSMS/history/cultures/alanen.txt rename to WtWSMS/history/cultures/alanisch.txt diff --git a/WtWSMS/history/provinces/bp_k_lugdunensis.txt b/WtWSMS/history/provinces/bp_k_lugdunensis.txt index d0f4a6b0f9..16af2a7f17 100644 --- a/WtWSMS/history/provinces/bp_k_lugdunensis.txt +++ b/WtWSMS/history/provinces/bp_k_lugdunensis.txt @@ -329,7 +329,7 @@ religion = gallican_church holding = castle_holding #aka Durocassium 442.1.1 = { - culture = alain + culture = alanien religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century @@ -403,7 +403,7 @@ religion = hellenic_pagan holding = castle_holding #Vindocinum 442.1.1 = { - culture = alain + culture = alanien religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 26b91b5f72..e0edd0ecfd 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -27,7 +27,7 @@ galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians indo_scythian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 150 BC" - alain_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" + alanien_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" #Iranians adhari_history_loc:0 "Formed from [CULTURE.GetName] and unknown cultures in the year 549 BC" parthian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the year 247 BC" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 4fac75d1d2..7d8c410520 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -317,12 +317,12 @@ iazyges:0 "Iazyges" iazyges_collective_noun:0 "Iazyges" iazyges_prefix:0 "Iazyges" - alain: "Alain" #Partly Romanized Alans - alain_collective_noun: "Alains" - alain_prefix: "Alaino" - alanen: "Alanen" - alanen_collective_noun: "Alanen" - alanen_prefix: "Alaneno" + alanien: "Alanien" #Partly Romanized Alans + alanien_collective_noun: "Alaniens" + alanien_prefix: "Alanieno" + alanisch: "Alanisch" + alanisch_collective_noun: "Alanisch" + alanisch_prefix: "Alanischo" # East Slavic Group old_slavic:0 "Slavic" old_slavic_collective_noun:0 "Slavs" From b33ff326dcf33ec5bf9dec0be78fc4b500eb74ef Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 19 Nov 2022 22:24:47 -0500 Subject: [PATCH 182/339] More Error fixes * Fix most T4N GUI errors * Character_Window_Relation_Icon not yet fixed * Custom localization in interactions not fixed * Orphaned events not fixed * Clean up some graphics bundle generic errors * Fixup window_my_realm.gui issue * Fix some history errors * Fixed some titles not having COAs when they need them --- .../casus_belli_types/T4N_tributary_war.txt | 2 +- .../T4N_tributaries_interactions.txt | 6 +- .../coat_of_arms/BP_landed_titles.txt | 22 + .../common/culture/name_lists/BP_berber.txt | 4 +- WtWSMS/common/dynasties/BP_dynasties.txt | 5 +- WtWSMS/common/landed_titles/BP_e_arabia.txt | 2 +- WtWSMS/common/on_action/BP_game_start.txt | 8 +- .../on_action/sea_minority_game_start.txt | 2 +- .../government_events/BP_subroman_events.txt | 2 +- .../events/{T4N => _T4N}/T4N_tributaries.txt | 4 +- WtWSMS/gfx/map/map_modes/map_modes.txt.bak | 3306 ----------------- WtWSMS/gui/hud.gui | 23 +- WtWSMS/gui/shared/lists.gui | 352 +- WtWSMS/gui/shared/mapmodes.gui | 72 +- WtWSMS/gui/window_my_realm.gui | 53 +- WtWSMS/history/titles/bp_k_brittany.txt | 5 - .../english/T4N_tributaries_l_english.yml | 4 + ...kerwanderung_additional_name_l_english.yml | 1 + .../_BP_known_load_errors.info | 66 +- 19 files changed, 346 insertions(+), 3593 deletions(-) rename WtWSMS/events/{T4N => _T4N}/T4N_tributaries.txt (99%) delete mode 100644 WtWSMS/gfx/map/map_modes/map_modes.txt.bak diff --git a/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt index 33be9f919b..d861492c95 100644 --- a/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt +++ b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt @@ -330,7 +330,7 @@ independence_tributary_war_cb = { } on_invalidated_desc = { - desc = trib_indp_on_invalidated_des + desc = trib_indp_on_invalidated_desc } } \ No newline at end of file diff --git a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt index f79f2d06e9..66080778fb 100644 --- a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt +++ b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt @@ -1,4 +1,4 @@ -#Tributaries Character Inetractions +#Tributaries Character Interactions call_suzerain_to_war = { category = interaction_category_diplomacy @@ -1535,8 +1535,8 @@ annex_tributary = { on_accept = { scope:recipient = { custom_description = { - text = annex_tributary_desc - subject = scope:recipient + text = annex_tributary_desc + subject = scope:recipient create_title_and_vassal_change = { type = independency save_scope_as = change diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/BP_landed_titles.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/BP_landed_titles.txt index 018b90a907..286c377a38 100644 --- a/WtWSMS/common/coat_of_arms/coat_of_arms/BP_landed_titles.txt +++ b/WtWSMS/common/coat_of_arms/coat_of_arms/BP_landed_titles.txt @@ -522,6 +522,28 @@ k_mazandaran = { instance = { position = { 0.50 0.225 } scale = { 0.50 0.50 } } } } +k_respendalid = { + pattern="pattern_solid.dds" + color1 = black + color2 = white + colored_emblem = { color1 = yellow color2 = red texture = "ce_barry_06.dds" } +} +d_bulgars = { + pattern = "pattern_solid.dds" + color1 = red + color2 = blue + colored_emblem = { color1 = yellow color2 = black texture = "ce_ordinary_cross_3.dds" } + colored_emblem = { + color1 = red + color2 = red + texture = "ce_tamgha_kyrgyz.dds" + instance = { scale = { 0.333000 0.333000 } } + instance = { position = { 0.500000 0.200000 } scale = { 0.333000 0.333000 } } + instance = { position = { 0.200000 0.500000 } scale = { 0.333000 0.333000 } } + instance = { position = { 0.800000 0.500000 } scale = { 0.333000 0.333000 } } + instance = { position = { 0.500000 0.800000 } scale = { 0.333000 0.333000 } } + } +} #Steppe Titles e_xiongnu = { diff --git a/WtWSMS/common/culture/name_lists/BP_berber.txt b/WtWSMS/common/culture/name_lists/BP_berber.txt index e5d606e7f5..b1ea43ba04 100644 --- a/WtWSMS/common/culture/name_lists/BP_berber.txt +++ b/WtWSMS/common/culture/name_lists/BP_berber.txt @@ -92,7 +92,7 @@ #CK2 name list Atteneri Damyan Dassin Dihya Gazmira Guacimara Guayanfanta Guraya Hennu Herru Ijja Illi Ittu Kella Kweller Lalla Lunja Mamma Mammas Markunda Meghighda - Menna Mifaya Moneiba Siman Tadêfi Taderfit Tadla Tafalkayt Tafsut Tagafayt + Menna Mifaya Moneiba Siman Tade_fi Taderfit Tadla Tafalkayt Tafsut Tagafayt Taghbalut Tagwerramt Tagwilalt Tagwizult Thiyya Tajeddigt Takensust Takama Taksimt Tala Tamalut Tamanart Tamazzalt Tamenzut Tameqrant Tanaza_rt Tanebdatt Tanirt Tanemghurt @@ -606,7 +606,7 @@ name_list_eastern_berber = { #Nafusi, Libyan, Garamantian "dynn_Menna" "dynn_Takfarinas" } - cadet_dynasty_names = { + dynasty_names = { #Nafusi "dynn_Jadu" "dynn_Nalut" diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index cf49db5a16..0727f877b2 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -612,10 +612,7 @@ name = "dynn_Vacantrax" culture = romano_gallic } -1042245 = { - name = "dynn_Filius_Soissons" - culture = romano_gallic -} +#1042245: Removed 1042246 = { name = "dynn_Aggripatix" culture = romano_gallic diff --git a/WtWSMS/common/landed_titles/BP_e_arabia.txt b/WtWSMS/common/landed_titles/BP_e_arabia.txt index 15e3dbf08a..212001b1fb 100644 --- a/WtWSMS/common/landed_titles/BP_e_arabia.txt +++ b/WtWSMS/common/landed_titles/BP_e_arabia.txt @@ -39,7 +39,7 @@ e_arabia = { name_list_adnanite = cn_jordan name_list_khalan = cn_jordan name_list_bedouin = cn_jordan - name_list_tashellhit = cn_jordan + name_list_atlas_berber = cn_jordan name_list_levantine = cn_jordan name_list_egyptian = cn_jordan name_list_andalusian = cn_jordan diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index d70ec1321e..425cb5f33d 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1294,12 +1294,8 @@ convert_christian_chars_to_rites = { NEW_RITE = ethiopian_orthodox } #Handle edge cases: - change_faith_if_alive = { - CHARACTER = - FAITH = - } - change_faith_if_alive = { - CHARACTER = character:109769 #Erikos the Massalian + change_faith_if_alive = { #Erikos the Massalian + CHARACTER = character:109769 FAITH = faith:nicene } #Alain Chars diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 5fa21c682f..2396c2a857 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1294,7 +1294,7 @@ BP_set_minorities_by_date = { } if = { limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alanien } } } - add_small_large_and_faith_to_county_effect = { + add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan CULTURE = culture:alanien } diff --git a/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt b/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt index 8994ebd544..4e7c066632 100644 --- a/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt +++ b/WtWSMS/events/_BP_events/government_events/BP_subroman_events.txt @@ -690,7 +690,7 @@ BP_subroman_events.0060 = { base = 50 modifier = { has_option_for_clan_trigger = yes - subtract = 50 + add = -50 } } } diff --git a/WtWSMS/events/T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt similarity index 99% rename from WtWSMS/events/T4N/T4N_tributaries.txt rename to WtWSMS/events/_T4N/T4N_tributaries.txt index 7b845c5e8f..bbf3d6a57c 100644 --- a/WtWSMS/events/T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -199,7 +199,7 @@ tributaries.5 = { tributaries.6 = { type = letter_event opening = { - title = tributary_6_tit + desc = tributary_6_tit } title = tributary_6_tit desc = tributary_6_desc @@ -260,7 +260,7 @@ tributaries.6 = { tributaries.7 = { type = letter_event opening = { - title = tributary_7_tit + desc = tributary_7_tit } desc = tributary_7_desc sender = { diff --git a/WtWSMS/gfx/map/map_modes/map_modes.txt.bak b/WtWSMS/gfx/map/map_modes/map_modes.txt.bak deleted file mode 100644 index b0e6099048..0000000000 --- a/WtWSMS/gfx/map/map_modes/map_modes.txt.bak +++ /dev/null @@ -1,3306 +0,0 @@ -@zoom_step_near = 2 #zoom step where the near-settings will be at 100% -@zoom_step_mid = 9 #zoom step where the hollow map turns into the filled map -@zoom_step_pre_mid = @[zoom_step_mid-1] #zoom step before the hollow map disappears -@zoom_step_far = 15 #zoom step where the terrain detail disappears -@zoom_step_flat_map = 21 # zoom step flat map appears at. Copied from define FLAT_MAP_ZOOM_STEP -@zoom_step_pre_flat_map = @[zoom_step_flat_map-1] # zoom step before the flat map - - -# Hollow Near -@hollow_near_gradient_alpha_inside = 0 -@hollow_near_gradient_alpha_outside = 1 -@hollow_near_gradient_width = 0.05 -@hollow_near_gradient_color_mult = 0.3 -@hollow_near_edge_width = 0.025 -@hollow_near_edge_sharpness = 0.01 -@hollow_near_edge_alpha = 1 -@hollow_near_edge_color_mult = 1 -@hollow_near_before_lighting_blend = 0.8 -@hollow_near_after_lighting_blend = 0.2 - -# Hollow Far -@hollow_far_gradient_alpha_inside = @hollow_near_gradient_alpha_inside -@hollow_far_gradient_alpha_outside = @hollow_near_gradient_alpha_outside -@hollow_far_gradient_width = 0.1 -@hollow_far_gradient_color_mult = @hollow_near_gradient_color_mult -@hollow_far_edge_width = @[hollow_near_edge_width*1.5] -@hollow_far_edge_sharpness = @hollow_near_edge_sharpness -@hollow_far_edge_alpha = @hollow_near_edge_alpha -@hollow_far_edge_color_mult = @hollow_near_edge_color_mult -@hollow_far_before_lighting_blend = @hollow_near_before_lighting_blend -@hollow_far_after_lighting_blend = @hollow_near_after_lighting_blend - - -# Filled Near -@filled_near_gradient_alpha_inside = 1 -@filled_near_gradient_alpha_outside = @hollow_near_gradient_alpha_outside -@filled_near_gradient_width = 0.4 -@filled_near_gradient_color_mult = 1 -@filled_near_edge_width = @hollow_near_gradient_width -@filled_near_edge_sharpness = 0.000 -@filled_near_edge_alpha = @hollow_near_edge_alpha -@filled_near_edge_color_mult = 0.5 -@filled_near_before_lighting_blend = 1 -@filled_near_after_lighting_blend = 0 - -# Filled Mid -@filled_mid_gradient_alpha_inside = @filled_near_gradient_alpha_inside -@filled_mid_gradient_alpha_outside = @filled_near_gradient_alpha_outside -@filled_mid_gradient_width = @filled_near_gradient_width -@filled_mid_gradient_color_mult = @filled_near_gradient_color_mult -@filled_mid_edge_width = @[hollow_near_edge_width*2] -@filled_mid_edge_sharpness = @filled_near_edge_sharpness -@filled_mid_edge_alpha = @filled_near_edge_alpha -@filled_mid_edge_color_mult = @filled_near_edge_color_mult -@filled_mid_before_lighting_blend = 1 -@filled_mid_after_lighting_blend = 0.4 - -# Filled Far -@filled_far_gradient_alpha_inside = @filled_mid_gradient_alpha_inside -@filled_far_gradient_alpha_outside = @filled_mid_gradient_alpha_outside -@filled_far_gradient_width = @filled_mid_gradient_width -@filled_far_gradient_color_mult = @filled_mid_gradient_color_mult -@filled_far_edge_width = @filled_mid_edge_width -@filled_far_edge_sharpness = @filled_mid_edge_sharpness -@filled_far_edge_alpha = @filled_mid_edge_alpha -@filled_far_edge_color_mult = @filled_mid_edge_color_mult -@filled_far_before_lighting_blend = 1 -@filled_far_after_lighting_blend = 1 - -# Filled Pre Flat Map -@pre_flat_map_gradient_alpha_inside = @filled_far_gradient_alpha_inside -@pre_flat_map_gradient_alpha_outside = @filled_far_gradient_alpha_outside -@pre_flat_map_gradient_width = @filled_far_gradient_width -@pre_flat_map_gradient_color_mult = @filled_far_gradient_color_mult -@pre_flat_map_edge_width = @filled_far_edge_width -@pre_flat_map_edge_sharpness = @filled_far_edge_sharpness -@pre_flat_map_edge_alpha = @filled_far_edge_alpha -@pre_flat_map_edge_color_mult = @filled_far_edge_color_mult -@pre_flat_map_before_lighting_blend = 0 -@pre_flat_map_after_lighting_blend = @filled_far_after_lighting_blend - -# Flat Map -@flat_map_gradient_alpha_inside = 0.8 -@flat_map_gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside -@flat_map_gradient_width = @pre_flat_map_gradient_width -@flat_map_gradient_color_mult = @pre_flat_map_gradient_color_mult -@flat_map_edge_width = @pre_flat_map_edge_width -@flat_map_edge_sharpness = @pre_flat_map_edge_sharpness -@flat_map_edge_alpha = @pre_flat_map_edge_alpha -@flat_map_edge_color_mult = @pre_flat_map_edge_color_mult -@flat_map_before_lighting_blend = @pre_flat_map_before_lighting_blend -@flat_map_after_lighting_blend = @pre_flat_map_after_lighting_blend - -# Data map -@data_gradient_alpha_inside = 1 -@data_gradient_alpha_outside = 1 -@data_gradient_width = @flat_map_gradient_width -@data_gradient_color_mult = 1 -@data_edge_width = 0 -@data_edge_sharpness = @flat_map_edge_sharpness -@data_edge_alpha = @flat_map_edge_alpha -@data_edge_color_mult = @flat_map_edge_color_mult -@data_before_lighting_blend = 1 -@data_after_lighting_blend = 0.5 - - - - -terrain = { - color_mode = terrain - small_map_names = realms - large_map_names = realms - selection = holding -} - -baronies = { - color_mode = baronies - small_map_names = baronies - large_map_names = baronies - selection = baronies - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} -counties = { - color_mode = counties - small_map_names = counties - large_map_names = counties - selection = counties - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -realms = { - color_mode = selected_character_realms - small_map_names = counties - large_map_names = selected_character_realms - selection = selected_character_realms_or_holdings - fill_in_impassable = no_small_names - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @hollow_near_gradient_alpha_inside - gradient_alpha_outside = @hollow_near_gradient_alpha_outside - gradient_width = @hollow_near_gradient_width - gradient_color_mult = @hollow_near_gradient_color_mult - edge_width = @hollow_near_edge_width - edge_sharpness = @hollow_near_edge_sharpness - edge_alpha = @hollow_near_edge_alpha - edge_color_mult = @hollow_near_edge_color_mult - before_lighting_blend = @hollow_near_before_lighting_blend - after_lighting_blend = @hollow_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_mid - - gradient_alpha_inside = @hollow_far_gradient_alpha_inside - gradient_alpha_outside = @hollow_far_gradient_alpha_outside - gradient_width = @hollow_far_gradient_width - gradient_color_mult = @hollow_far_gradient_color_mult - edge_width = @hollow_far_edge_width - edge_sharpness = @hollow_far_edge_sharpness - edge_alpha = @hollow_far_edge_alpha - edge_color_mult = @hollow_far_edge_color_mult - before_lighting_blend = @hollow_far_before_lighting_blend - after_lighting_blend = @hollow_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -simple_realms = { - color_mode = realms - small_map_names = realms - large_map_names = realms - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -cultures = { - color_mode = cultures - small_map_names = cultures - large_map_names = cultures - selection = cultures - fill_in_impassable = yes - barony_description = CULTURES_MAP_MODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -court_languages = { - color_mode = court_languages - small_map_names = court_languages - large_map_names = court_languages - selection = languages - fill_in_impassable = yes - - barony_description = { - first_valid = { - desc = { - triggered_desc = { - trigger = { - county.holder = { - has_royal_court = yes - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_COUNTY_HOLDER - } - triggered_desc = { - trigger = { - county.holder = { - liege = { - is_independent_ruler = no - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - any_liege_or_above = { - is_independent_ruler = no - has_royal_court = yes - NOT = { this = ROOT.county.holder.liege } - } - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGES_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - is_independent_ruler = no - top_liege = { - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_TOP_LIEGE - } - } - - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_FALLBACK - } - } - - selection_description = { - first_valid = { - triggered_desc = { - trigger = { - county.holder = { - has_royal_court = yes - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_COUNTY_HOLDER - } - triggered_desc = { - trigger = { - county.holder = { - liege = { - is_independent_ruler = no - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - any_liege_or_above = { - is_independent_ruler = no - has_royal_court = yes - NOT = { this = ROOT.county.holder.liege } - } - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGES_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - is_independent_ruler = no - top_liege = { - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_TOP_LIEGE - } - } - } - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -players = { - color_mode = players - small_map_names = players - large_map_names = players - fill_in_impassable = yes - selection = players - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_counties = { - color_mode = dejure_counties - small_map_names = dejure_counties - large_map_names = dejure_counties - selection = counties - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_duchies = { - color_mode = dejure_duchies - small_map_names = dejure_duchies - large_map_names = dejure_duchies - selection = duchies - fill_in_impassable = yes - - barony_description = DEJURE_DUCHIES_MAPMODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_kingdoms = { - color_mode = dejure_kingdoms - small_map_names = dejure_kingdoms - large_map_names = dejure_kingdoms - selection = kingdoms - fill_in_impassable = yes - - barony_description = DEJURE_KINGDOMS_MAPMODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_empires = { - color_mode = dejure_empires - small_map_names = dejure_empires - large_map_names = dejure_empires - selection = empires - fill_in_impassable = yes - - barony_description = DEJURE_EMPIRES_MAPMODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -realm_areas = { - color_mode = realm_areas - small_map_names = realm_areas - large_map_names = realm_areas - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -rally_points = { - color_mode = rally_points - small_map_names = realm_areas - large_map_names = realm_areas - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -religions = { - color_mode = religions - small_map_names = counties - large_map_names = religions - selection = faiths - fill_in_impassable = yes - - barony_description = FAITHS_MAP_MODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -simple_terrain = { - color_mode = simple_terrain - selection = holding - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -grant_titles = { - color_mode = grant_titles - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -revoke_title = { - color_mode = revoke_title - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -lease_out_baronies = { - color_mode = lease_out_baronies - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -grant_vassal = { - color_mode = grant_vassal - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -retract_vassal = { - color_mode = retract_vassal - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -declare_war = { - color_mode = declare_war - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - selection = none - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -county_development = { - color_mode = county_development - small_map_names = dejure_counties - large_map_names = dejure_counties - fill_in_impassable = no - selection = holding - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @data_gradient_alpha_inside - gradient_alpha_outside = @data_gradient_alpha_outside - gradient_width = @data_gradient_width - gradient_color_mult = @data_gradient_color_mult - edge_width = @data_edge_width - edge_sharpness = @data_edge_sharpness - edge_alpha = @data_edge_alpha - edge_color_mult = @data_edge_color_mult - before_lighting_blend = @data_before_lighting_blend - after_lighting_blend = @data_after_lighting_blend - } -} - -council_county_task = { - color_mode = council_county_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -diplomacy = { - color_mode = diplomacy - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_character_pools = { - color_mode = debug_character_pools - small_map_names = debug_character_pools - large_map_names = debug_character_pools - fill_in_impassable = no - selection = debug_character_pools - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_ai_war_coordinator_targets = { - color_mode = debug_ai_war_coordinator_targets - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - selection = selected_character_realms_or_holdings - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -houses = { - color_mode = houses - small_map_names = houses - large_map_names = houses - selection = houses - fill_in_impassable = yes - barony_description = HOUSES_MAP_MODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -government = { - color_mode = government - small_map_names = counties - large_map_names = government - selection = governments - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } - - barony_description = GOVERNMENTS_MAP_MODE_TOOLTIP -} - -map_editor_clean = { - color_mode = terrain -} - -map_editor_progress = { - color_mode = map_editor_progress - gradient_parameters = { - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } -} - -council_integrate_duchy_task = { - color_mode = council_integrate_duchy_task - small_map_names = dejure_duchies - large_map_names = dejure_duchies - selection = duchies - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_integrate_kingdom_task = { - color_mode = council_integrate_kingdom_task - small_map_names = dejure_kingdoms - large_map_names = dejure_kingdoms - selection = kingdoms - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_convert_faith_task = { - color_mode = council_convert_faith_task - small_map_names = counties - large_map_names = religions - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_increase_control_task = { - color_mode = council_increase_control_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_promote_culture_task = { - color_mode = council_promote_culture_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_accept_culture_task = { - color_mode = council_accept_culture_task - small_map_names = cultures - large_map_names = cultures - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_develop_county_task = { - color_mode = council_develop_county_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_fabricate_claim_task = { - color_mode = council_fabricate_claim_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_find_secrets_task = { - color_mode = council_find_secrets_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_visual_regions = { - color_mode = geographical_region - small_map_names = dejure_duchies - large_map_names = dejure_duchies - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_geographical_region = { - color_mode = debug_geographical_region - small_map_names = dejure_duchies - large_map_names = dejure_duchies - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - diff --git a/WtWSMS/gui/hud.gui b/WtWSMS/gui/hud.gui index d654fc237f..2a0b30bdd1 100644 --- a/WtWSMS/gui/hud.gui +++ b/WtWSMS/gui/hud.gui @@ -425,6 +425,7 @@ widget = { texture = "gfx/interface/skinned/hud_maintab/maintab_my_realm.dds" onclick = "[ToggleGameView('my_realm')]" shortcut = "my_realm_window" + tooltip = "MY_REALM_BUTTON" down = "[IsGameViewOpen('my_realm')]" } @@ -441,7 +442,7 @@ widget = { widget_hud_main_tab = { name = "tab_military" - tooltip = "MILITARY_BUTTON" + blockoverride "maintab_button" { @@ -449,6 +450,7 @@ widget = { onclick = "[ToggleGameViewData('military', GetPlayer.GetID)]" shortcut = "military_window" + tooltip = "MILITARY_BUTTON" down = "[IsGameViewOpen('military')]" } @@ -465,7 +467,6 @@ widget = { widget_hud_main_tab = { name = "tab_council" - tooltip = "COUNCIL_BUTTON" blockoverride "maintab_button" { @@ -473,6 +474,7 @@ widget = { onclick = "[ToggleGameViewData('council_window', GetPlayer.GetID)]" shortcut = "council_window" + tooltip = "COUNCIL_BUTTON" down = "[IsGameViewOpen('council_window')]" } @@ -798,7 +800,7 @@ icon = { icon = { parentanchor = top|right - position = { 5 -33} + position = { 7 -15} texture = "gfx/interface/skinned/component_decoration/decoration_arch.dds" size = { 30 30 } } @@ -4296,7 +4298,7 @@ types HUD background = { texture = "gfx/interface/skinned/hud_top_right_bg.dds" - margin_left = 40 + margin_left = 20 margin_bottom = 28 } @@ -4311,7 +4313,7 @@ types HUD ## Resources hbox = { name = "resources" - margin_left = -15 + margin_left = 20 hbox = { name = "spendables" @@ -4341,12 +4343,14 @@ types HUD datacontext = "[InGameTopbar.GetIncomeBalanceBreakdown]" } + ##### T4N Changes vvvvv blockoverride "jankcome_gold" { text_single = { layoutpolicy_vertical = expanding text = "T4N_tributaries_income_gold" } } + ##### T4N Changes ^^^^^ blockoverride "expenses" { @@ -4457,12 +4461,14 @@ types HUD tooltipwidget = { widget_resource_value_tooltip = { + ##### T4N Changes vvvvv blockoverride "resurces_meme" { text_single = { layoutpolicy_horizontal = expanding text = "PRESTIGE_INCOME_TRIBUTARIES" } } + ##### T4N Changes ^^^^^ } } } @@ -4484,6 +4490,7 @@ types HUD using = tooltip_ne tooltipwidget = { + ##### T4N Changes vvvvv widget_resource_value_tooltip = { blockoverride "resurces_meme" { text_single = { @@ -4492,6 +4499,7 @@ types HUD } } } + ##### T4N Changes ^^^^^ } hbox = { @@ -4519,8 +4527,7 @@ types HUD using = Font_Size_Medium } - container_resource_balance = { - } + container_resource_balance = {} } } } @@ -4730,7 +4737,7 @@ types HUD background = { texture = "gfx/interface/skinned/hud_top_right_frame.dds" - margin_left = 50 + margin_left = 20 margin_bottom = 28 } } diff --git a/WtWSMS/gui/shared/lists.gui b/WtWSMS/gui/shared/lists.gui index 49f7caaf20..e7a6a65e4d 100644 --- a/WtWSMS/gui/shared/lists.gui +++ b/WtWSMS/gui/shared/lists.gui @@ -132,6 +132,7 @@ types Lists layoutpolicy_horizontal = expanding using = Font_Size_Medium autoresize = no + alwaystransparent = yes text = "[Character.GetUINameNoTooltip]" } @@ -154,6 +155,7 @@ types Lists autoresize = no align = nobaseline visible = "[Character.HasRelationTo( GetPlayer )]" + alwaystransparent = yes } expand = { @@ -351,6 +353,7 @@ types Lists hbox = { spacing = 3 + icon = { name = "culture" texture = "gfx/interface/icons/icon_culture.dds" @@ -948,6 +951,7 @@ types Lists size = { 25 25 } texture = "gfx/interface/icons/flat_icons/sort_icon.dds" framesize = { 66 66 } + frame = "[BoolTo1And2(CharacterSelectionList.GetSortOrder)]" blockoverride "button_frames" @@ -1077,6 +1081,7 @@ types Lists size = { 18 18 } using = Master_Button_Modify_Texture + blockoverride "master_color_frame" { frame = 1 } @@ -1800,180 +1805,6 @@ types Lists expand = {} } } - ############################ -####### TRIBS WIDGET ####### -############################ - -type widget_tribs_list_item = widget { - datacontext = "[CharacterListItem.GetCharacter]" - size = { 200 180 } - - vbox = { - layoutpolicy_horizontal = expanding - layoutpolicy_vertical = expanding - margin = { 10 5 } - - hbox = { - layoutpolicy_horizontal = expanding - spacing = 10 - - background = { - using = Background_Area - } - - portrait_head_small = {} - - vbox = { - layoutpolicy_horizontal = expanding - layoutpolicy_vertical = expanding - margin_right = 10 - - hbox = { - layoutpolicy_horizontal = expanding - - vbox = { - layoutpolicy_horizontal = expanding - spacing = 5 - - hbox = { - layoutpolicy_horizontal = expanding - minimumsize = { 0 30 } - - background = { - using = Background_Area_Characterlist - margin = { 8 0 } - margin_left = 15 - - using = Mask_Rough_Edges - } - - text_single = { - layoutpolicy_horizontal = expanding - text = "[Character.GetUINameNoTooltip]" - using = Font_Size_Medium - autoresize = no - fontsize_min = 13 - align = nobaseline - } - } - - text_single = { - name = "character_relation" - visible = "[Character.GetLiege.IsLocalPlayer]" - layoutpolicy_horizontal = expanding - text = "[Character.GetRelationToString(GetPlayer)] " - default_format = "#low" - autoresize = no - fontsize_min = 13 - align = nobaseline - } - } - } - - expand = {} - hbox = { - layoutpolicy_horizontal = expanding - spacing = 5 - text_single = { - layoutpolicy_horizontal = expanding - align = nobaseline - text = "[Character.MakeScope.Var('tributary_type').GetFlagName]" - } - } - expand = {} - hbox = { - layoutpolicy_horizontal = expanding - spacing = 5 - - text_single = { - text = "REALM_WINDOW_SIZE" - tooltip = "REALM_WINDOW_SIZE_TT" - align = nobaseline - visible = "[NotEqualTo_int32(Character.GetPrimaryTitle.GetTierFrame, '(int32)2')]" #nonbaron - - } - - hbox = { - spacing = 3 - margin = { 5 0 } - - icon = { - size = { 22 22 } - texture = "gfx/interface/icons/icon_soldier.dds" - } - - text_single = { - layoutpolicy_horizontal = expanding - text = "[Character.GetMilitaryStrengthText]" - align = nobaseline - default_format = "#high" - } - } - hbox = { - spacing = 3 - margin = { 5 0 } - - icon = { - size = { 22 22 } - texture = "gfx/interface/icons/icon_gold.dds" - } - - text_single = { - layoutpolicy_horizontal = expanding - text = "[Multiply_CFixedPoint(Character.MakeScope.Var('tribute_gold_percent').GetValue,'(CFixedPoint)100')|0]%" - align = nobaseline - default_format = "#high" - } - } - hbox = { - spacing = 3 - margin = { 5 0 } - - - icon = { - name = "icon_prestige" - size = { 22 22 } - texture = "[Character.GetPrestigeLevelTexture]" - } - - text_single = { - layoutpolicy_horizontal = expanding - text = "[Multiply_CFixedPoint(Character.MakeScope.Var('monthly_prestige_suzerain').GetValue,'(CFixedPoint)100')|0]%" - align = nobaseline - default_format = "#high" - } - } - hbox = { - spacing = 3 - margin = { 5 0 } - - icon = { - name = "icon_piety" - size = { 22 22 } - texture = "[Character.GetPietyLevelTexture]" - } - - text_single = { - layoutpolicy_horizontal = expanding - text = "[Multiply_CFixedPoint(Character.MakeScope.Var('monthly_piety_suzerain').GetValue,'(CFixedPoint)100')|0]%" - align = nobaseline - default_format = "#high" - } - } - - expand = {} - - hbox_skills_grid = {} - } - - expand = {} - } - } - - expand = {} - } -} -# End Tribs Widget } #################################### @@ -2181,3 +2012,176 @@ template Scrollbar_Horizontal } } } + +############################ +####### TRIBS WIDGET ####### +############################ +types T4NLists +{ + type widget_tribs_list_item = widget { + datacontext = "[CharacterListItem.GetCharacter]" + size = { 200 180 } + + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin = { 10 5 } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 10 + background = { + using = Background_Area + } + portrait_head_small = {} + vbox = { + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + margin_right = 10 + + hbox = { + layoutpolicy_horizontal = expanding + + vbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + + hbox = { + layoutpolicy_horizontal = expanding + minimumsize = { 0 30 } + + background = { + using = Background_Area_Characterlist + margin = { 8 0 } + margin_left = 15 + using = Mask_Rough_Edges + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Character.GetUINameNoTooltip]" + using = Font_Size_Medium + autoresize = no + fontsize_min = 13 + align = nobaseline + } + } + + text_single = { + name = "character_relation" + visible = "[Character.GetLiege.IsLocalPlayer]" + layoutpolicy_horizontal = expanding + text = "[Character.GetRelationToString(GetPlayer)]" + default_format = "#low" + autoresize = no + fontsize_min = 13 + align = nobaseline + } + } + } + + expand = {} + hbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + text_single = { + layoutpolicy_horizontal = expanding + align = nobaseline + text = "[Character.MakeScope.Var('tributary_type').GetFlagName]" + } + } + expand = {} + hbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + + text_single = { + text = "REALM_WINDOW_SIZE" + tooltip = "REALM_WINDOW_SIZE_TT" + align = nobaseline + visible = "[NotEqualTo_int32(Character.GetPrimaryTitle.GetTierFrame, '(int32)2')]" #nonbaron + + } + + hbox = { + spacing = 3 + margin = { 5 0 } + + icon = { + size = { 22 22 } + texture = "gfx/interface/icons/icon_soldier.dds" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Character.GetMilitaryStrengthText]" + align = nobaseline + default_format = "#high" + } + } + hbox = { + spacing = 3 + margin = { 5 0 } + + icon = { + size = { 22 22 } + texture = "gfx/interface/icons/icon_gold.dds" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Multiply_CFixedPoint(Character.MakeScope.Var('tribute_gold_percent').GetValue,'(CFixedPoint)100')|0%]" + align = nobaseline + default_format = "#high" + } + } + hbox = { + spacing = 3 + margin = { 5 0 } + + + icon = { + name = "icon_prestige" + size = { 22 22 } + texture = "[Character.GetPrestigeLevelTexture]" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Multiply_CFixedPoint(Character.MakeScope.Var('monthly_prestige_suzerain').GetValue,'(CFixedPoint)100')|0%]" + align = nobaseline + default_format = "#high" + } + } + hbox = { + spacing = 3 + margin = { 5 0 } + + icon = { + name = "icon_piety" + size = { 22 22 } + texture = "[Character.GetPietyLevelTexture]" + } + + text_single = { + layoutpolicy_horizontal = expanding + text = "[Multiply_CFixedPoint(Character.MakeScope.Var('monthly_piety_suzerain').GetValue,'(CFixedPoint)100')|0%]" + align = nobaseline + default_format = "#high" + } + } + + expand = {} + + hbox_skills_grid = {} + } + + expand = {} + } + } + + expand = {} + } + } +} +# End Tribs Widget \ No newline at end of file diff --git a/WtWSMS/gui/shared/mapmodes.gui b/WtWSMS/gui/shared/mapmodes.gui index d9cee33b6f..8c7754e2cf 100644 --- a/WtWSMS/gui/shared/mapmodes.gui +++ b/WtWSMS/gui/shared/mapmodes.gui @@ -80,13 +80,15 @@ margin_right = 10 color = { 0.15 0.15 0.15 0.75 } } - + + ##### T4N CODE vvvvv state = { name = custom_map_mode_initialize trigger_on_create = yes trigger_when = "[And(Not(GameHasMultiplePlayers), And( Not(InDebugMode), And( CanChangeMapMode, And( IsDefaultGUIMode, And( Or( IsMapMode('realms'), IsMapMode('baronies') ), GetScriptedGui('custom_map_mode_initialize').IsValid(GuiScope.End) ) ) ) ) )]" on_start = "[GetScriptedGui('custom_map_mode_initialize').Execute(GuiScope.End)]" } + ##### T4N CODE ^^^^^ flowcontainer = { visible = "[And( And( Not( GetVariableSystem.Exists( 'mapmodes_expand' ) ), IsMapMode('realms') ), IsDefaultGUIMode )]" @@ -493,21 +495,23 @@ } shortcut = "map_mode_8" } - button_tertiary = { - name = "Resources" - visible = "[CanChangeMapMode]" - parentanchor = hcenter - - size = { 110 25 } - onclick = "[SetMapMode('resources')]" - onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" - down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" - - raw_text = "Resources" - - tooltip = "Resources" - using = tooltip_ws - } + ##### T4N CODE vvvvv +# button_tertiary = { +# name = "Resources" +# visible = "[CanChangeMapMode]" +# parentanchor = hcenter +# +# size = { 110 25 } +# onclick = "[SetMapMode('resources')]" +# onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" +# down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" +# +# raw_text = "Resources" +# +# tooltip = "t4n_resources" +# using = tooltip_ws +# } + ##### T4N CODE ^^^^^ } } } @@ -550,10 +554,11 @@ vbox = { layoutpolicy_horizontal = expanding text_single = { - raw_text = "Map Mode" + text = MAP_MODE } text_single = { text = "[GetCurrentMapMode.GetName]" + default_format = "#high" } } @@ -645,6 +650,7 @@ margin_bottom = 5 max_width = 110 } + mm_text_button = { name = "map_mode_dejure_duchies_button" blockoverride 'datacontext' @@ -732,21 +738,23 @@ visible = "[And( Or(GameHasMultiplePlayers, InDebugMode), CanChangeMapMode)]" } shortcut = "map_mode_8" - } - button_tertiary = { - name = "Resources" - visible = "[CanChangeMapMode]" - parentanchor = hcenter - - size = { 110 25 } - onclick = "[SetMapMode('resources')]" - onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" - down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" - - raw_text = "Resources" - - tooltip = "Resources" - using = tooltip_ws +# ##### T4N CODE vvvvv +# button_tertiary = { +# name = "Resources" +# visible = "[CanChangeMapMode]" +# parentanchor = hcenter +# +# size = { 110 25 } +# onclick = "[SetMapMode('resources')]" +# onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" +# down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" +# +# raw_text = "Resources" +# +# tooltip = "t4n_resources" +# using = tooltip_ws +# } +# ##### T4N CODE ^^^^^ } } } diff --git a/WtWSMS/gui/window_my_realm.gui b/WtWSMS/gui/window_my_realm.gui index 7a80536187..75ec188253 100644 --- a/WtWSMS/gui/window_my_realm.gui +++ b/WtWSMS/gui/window_my_realm.gui @@ -850,16 +850,22 @@ window = { } } - hbox = { + ##### Changed from Vanilla: Used overlappingitembox and flowcontainer + ##### to stack the all button and the government selection button + + ##### Changed from Vanilla vvvvv + flowcontainer = { name = "small_government_filters" datamodel = "[MyRealmWindow.GetGovernmentTypeHeaders]" visible = "[GreaterThanOrEqualTo_int32(GetDataModelSize(MyRealmWindow.GetGovernmentTypeHeaders), '(int32)3')]" - spacing = 5 + spacing = 2 + direction = vertical layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding button_standard_clean = { name = "all_governments" - size = { 60 33 } + size = { 56 33 } default_format = "#low" text = "MRW_GOVERNMENT_FILTER_ALL" @@ -869,22 +875,37 @@ window = { onclick = "[MyRealmWindow.ResetGovernmentTypeFilter]" } - item = { - button_standard_clean = { - name = "small_government_filter" - datacontext = "[GovernmentTypeHeader.GetGovernmentType]" - size = { 100 33 } - - text = "[GovernmentType.GetNameNoTooltip]" - default_format = "#low" + ##### Changed from Vanilla vvvvv + overlappingitembox = { + name = "small_government_filters" + datamodel = "[MyRealmWindow.GetGovernmentTypeHeaders]" + visible = "[GreaterThanOrEqualTo_int32(GetDataModelSize(MyRealmWindow.GetGovernmentTypeHeaders), '(int32)3')]" + spacing = 5 + + size = { 500 30 } + + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding - tooltip = "MRW_GOVERNMENT_FILTER_TT" - using = tooltip_above - down = "[GovernmentTypeHeader.IsSelected]" - onclick = "[GovernmentTypeHeader.OnClick]" + item = { + button_standard_clean = { + name = "small_government_filter" + datacontext = "[GovernmentTypeHeader.GetGovernmentType]" + size = { 100 33 } + + text = "[GovernmentType.GetNameNoTooltip]" + default_format = "#low" + + tooltip = "MRW_GOVERNMENT_FILTER_TT" + using = tooltip_above + down = "[GovernmentTypeHeader.IsSelected]" + onclick = "[GovernmentTypeHeader.OnClick]" + } } } + ##### Changed from Vanilla ^^^^^ } + ##### Changed from Vanilla ^^^^^ } text_single = { @@ -1076,7 +1097,7 @@ window = { text_single = { layoutpolicy_horizontal = growing max_width = 350 - text = "[GuiLawGroup.GetLawGroup.GetNameSingular]:" + raw_text = "[GuiLawGroup.GetLawGroup.GetNameSingular]:" } text_single = { diff --git a/WtWSMS/history/titles/bp_k_brittany.txt b/WtWSMS/history/titles/bp_k_brittany.txt index 3446b34afb..99e6fccfe8 100644 --- a/WtWSMS/history/titles/bp_k_brittany.txt +++ b/WtWSMS/history/titles/bp_k_brittany.txt @@ -20,11 +20,6 @@ c_vannes = { } } c_nantes = { - 450.1.1={ - holder=307 #Romano Gauls - liege="k_soissons" - government = subroman_government - } 460.1.1 = { holder = 1210031 # Lério, fictional, to represent Romano-British influence in the area liege = "d_orleans_alans" diff --git a/WtWSMS/localization/english/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_l_english.yml index 67fe6a2fb0..092213fcbf 100644 --- a/WtWSMS/localization/english/T4N_tributaries_l_english.yml +++ b/WtWSMS/localization/english/T4N_tributaries_l_english.yml @@ -4,6 +4,7 @@ offer_tribute: "Offer Tribute" free_tributary: "Free Tributary" annex_tributary: "Annex Tributary" + annex_tributary_desc: "Annexes the tributary, converting them to a [vassal|E]." non_permanent_trib: "[T4N_non_permanent_tributary|E]" permanent_trib: "[T4N_permanent_tributary|E]" turn_non_perma_tributary_to_perma: "Make Permanent Tributary" @@ -102,4 +103,7 @@ join_suzerain_war: "To War!" do_not_join_suzerain_war: "I think our manpower is better used elsewhere at the moment." nice: "Good" + #GUI + t4n_resources: "Resources" + \ No newline at end of file diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index b868f40e2c..9b7e982a0a 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -844,4 +844,5 @@ Tade_fi: "Tadêfi" Tanaza_rt: "Tanazârt" Taze_llayt: "Tazêllayt" + Guayanfanta: "Guayanfanta" \ No newline at end of file diff --git a/_development_utilities/_BP_known_load_errors.info b/_development_utilities/_BP_known_load_errors.info index 4fc19d2e17..11e084e0ba 100644 --- a/_development_utilities/_BP_known_load_errors.info +++ b/_development_utilities/_BP_known_load_errors.info @@ -154,47 +154,51 @@ is set but is never used. Note that use in localization doesn't count due to tec [jomini_eventmanager.cpp:367]: Event fp2_yearly.9005 is orphaned [jomini_eventmanager.cpp:367]: Event fp2_yearly.9006 is orphaned ### Graphics Ordering Errors -[culture_template.cpp:86]: Gfx culture german_group_coa_gfx in thracian_gothic doesn't match existing sequence in saxon -[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in catalan doesn't match existing sequence in basque -[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in portuguese doesn't match existing sequence in basque -[culture_template.cpp:86]: Gfx culture occitan_coa_gfx in galician doesn't match existing sequence in occitan -[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in aragonese doesn't match existing sequence in basque -[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in mordvin doesn't match existing sequence in alan -[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in merya doesn't match existing sequence in alan -[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in meshchera doesn't match existing sequence in alan -[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in mari doesn't match existing sequence in alan -[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in muroma doesn't match existing sequence in alan -[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in cappadocian doesn't match existing sequence in armenian -[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in isaurian doesn't match existing sequence in armenian -[culture_template.cpp:86]: Gfx culture mediterranean_building_gfx in helleno_libyan doesn't match existing sequence in armenian -[culture_template.cpp:86]: Gfx culture byzantine_clothing_gfx in helleno_libyan doesn't match existing sequence in armenian -[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in helleno_libyan doesn't match existing sequence in armenian +[culture_template.cpp:86]: Gfx culture baltic_group_coa_gfx in dnieper_baltic doesn't match existing sequence in latgalian +[culture_template.cpp:86]: Gfx culture baltic_group_coa_gfx in kolochin doesn't match existing sequence in latgalian +[culture_template.cpp:86]: Gfx culture baltic_group_coa_gfx in przeworsk doesn't match existing sequence in latgalian +[culture_template.cpp:86]: Gfx culture baltic_group_coa_gfx in vistula_veneti doesn't match existing sequence in latgalian +[culture_template.cpp:86]: Gfx culture balto_finnic_group_coa_gfx in vidivarii doesn't match existing sequence in finnish [culture_template.cpp:86]: Gfx culture byzantine_clothing_gfx in helleno_coptic doesn't match existing sequence in armenian +[culture_template.cpp:86]: Gfx culture byzantine_clothing_gfx in helleno_libyan doesn't match existing sequence in armenian +[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in albanian doesn't match existing sequence in armenian +[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in cappadocian doesn't match existing sequence in armenian [culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in helleno_coptic doesn't match existing sequence in armenian -[culture_template.cpp:86]: Gfx culture french_coa_gfx in gallic doesn't match existing sequence in french -[culture_template.cpp:86]: Gfx culture french_coa_gfx in galatian doesn't match existing sequence in french -[culture_template.cpp:86]: Gfx culture french_coa_gfx in astures doesn't match existing sequence in french +[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in helleno_libyan doesn't match existing sequence in armenian +[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in isaurian doesn't match existing sequence in armenian [culture_template.cpp:86]: Gfx culture castilian_coa_gfx in cantabrian doesn't match existing sequence in castilian -[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in lusitanian doesn't match existing sequence in basque [culture_template.cpp:86]: Gfx culture east_african_coa_gfx in coptic doesn't match existing sequence in nubian -[culture_template.cpp:86]: Gfx culture norse_coa_gfx in gothic doesn't match existing sequence in visigothic -[culture_template.cpp:86]: Gfx culture german_group_coa_gfx in ostrogothic doesn't match existing sequence in saxon +[culture_template.cpp:86]: Gfx culture fp1_norse_clothing_gfx in romano_gothic doesn't match existing sequence in visigothic +[culture_template.cpp:86]: Gfx culture french_coa_gfx in astures doesn't match existing sequence in french +[culture_template.cpp:86]: Gfx culture french_coa_gfx in galatian doesn't match existing sequence in french +[culture_template.cpp:86]: Gfx culture french_coa_gfx in gallic doesn't match existing sequence in french [culture_template.cpp:86]: Gfx culture german_group_coa_gfx in crimean_gothic doesn't match existing sequence in saxon -[culture_template.cpp:86]: Gfx culture norse_coa_gfx in vandalic doesn't match existing sequence in visigothic -[culture_template.cpp:86]: Gfx culture balto_finnic_group_coa_gfx in vidivarii doesn't match existing sequence in finnish -[culture_template.cpp:86]: Gfx culture norse_coa_gfx in old_bavarian doesn't match existing sequence in visigothic +[culture_template.cpp:86]: Gfx culture german_group_coa_gfx in ostrogothic doesn't match existing sequence in saxon +[culture_template.cpp:86]: Gfx culture german_group_coa_gfx in thracian_gothic doesn't match existing sequence in saxon +[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in aesthetics_portuguese doesn't match existing sequence in basque +[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in aragonese doesn't match existing sequence in basque +[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in catalan doesn't match existing sequence in basque +[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in galician doesn't match existing sequence in basque +[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in lusitanian doesn't match existing sequence in basque +[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in portuguese doesn't match existing sequence in basque [culture_template.cpp:86]: Gfx culture iranian_group_coa_gfx in indo_scythian doesn't match existing sequence in assyrian [culture_template.cpp:86]: Gfx culture iranian_group_coa_gfx in nuristani doesn't match existing sequence in assyrian -[culture_template.cpp:86]: Gfx culture turkic_group_coa_gfx in hunas doesn't match existing sequence in cuman [culture_template.cpp:86]: Gfx culture latin_group_coa_gfx in romano_african doesn't match existing sequence in italian [culture_template.cpp:86]: Gfx culture latin_group_coa_gfx in romano_aramean doesn't match existing sequence in italian -[culture_template.cpp:86]: Gfx culture western_coa_gfx in phrygian doesn't match existing sequence in suebi -[culture_template.cpp:86]: Gfx culture byzantine_group_coa_gfx in albanian doesn't match existing sequence in armenian -[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in yeniseian doesn't match existing sequence in alan -[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in aesthetics_portuguese doesn't match existing sequence in basque -[culture_template.cpp:86]: Gfx culture fp1_norse_clothing_gfx in romano_gothic doesn't match existing sequence in visigothic -[culture_template.cpp:86]: Gfx culture iberian_group_coa_gfx in galician doesn't match existing sequence in basque +[culture_template.cpp:86]: Gfx culture mediterranean_building_gfx in helleno_libyan doesn't match existing sequence in armenian +[culture_template.cpp:86]: Gfx culture norse_coa_gfx in gothic doesn't match existing sequence in visigothic +[culture_template.cpp:86]: Gfx culture norse_coa_gfx in old_bavarian doesn't match existing sequence in visigothic +[culture_template.cpp:86]: Gfx culture norse_coa_gfx in vandalic doesn't match existing sequence in visigothic +[culture_template.cpp:86]: Gfx culture occitan_coa_gfx in galician doesn't match existing sequence in occitan [culture_template.cpp:86]: Gfx culture occitan_coa_gfx in gallaecian doesn't match existing sequence in occitan +[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in mari doesn't match existing sequence in alan +[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in merya doesn't match existing sequence in alan +[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in meshchera doesn't match existing sequence in alan +[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in mordvin doesn't match existing sequence in alan +[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in muroma doesn't match existing sequence in alan +[culture_template.cpp:86]: Gfx culture steppe_coa_gfx in yeniseian doesn't match existing sequence in alan +[culture_template.cpp:86]: Gfx culture turkic_group_coa_gfx in hunas doesn't match existing sequence in cuman +[culture_template.cpp:86]: Gfx culture western_coa_gfx in phrygian doesn't match existing sequence in suebi ### Script Linking Errors Non-Existant Characters because we overwrote history [history.cpp:576]: Referencing non-existent character in script link character:1128 [history.cpp:576]: Referencing non-existent character in script link character:108501 From 6a3e2b36e4aec374d1679a0a860d368945a21f15 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:01:18 -0500 Subject: [PATCH 183/339] Burgundian Overhaul * Moved some county definitions around and removed some small counties to match Roman provinces in Eastern Septem Provinciae and Maxima Sequanorum * Using PLRE to break up Burgundy into it's sub-kingdoms for Gundobald to kill his way to consolidate power * Added Bishop of Valence * Moved Lyon/Valence bishoprics to the side because they correspond to capitals of Burgundy and it's sub kingdoms (Both Forez and Vivers were likely part of the Diocese of Lyon Valence repsectively and it gives the Roman religious hierarchy an on-map presence. * Added some of Hesychius children that weren't in the game * Cleaned up k_burgundians history and related county histories; Burgunidians didn't settle in Maxima Sequanorum until 443, and most of their expansion beyond the Alamannian border took place after Majorian died. * Made Gundobald a friend of Hesychius and his family to prevent their titles from being revoked and because at least Avitus was a friend. --- WtWSMS/common/landed_titles/BP_e_gaul.txt | 1768 +++++++++-------- WtWSMS/common/landed_titles/BP_e_italy.txt | 140 -- .../landed_titles/BP_titles_germanics.txt | 2 +- WtWSMS/common/landed_titles/_BP.info | 14 + WtWSMS/common/on_action/BP_game_start.txt | 28 + .../history/characters/_LM_new_characters.txt | 19 +- .../characters/_lt_rascek_new_chars.txt | 78 + WtWSMS/history/characters/burgundian.txt | 114 +- WtWSMS/history/characters/romano_gallic.txt | 14 +- WtWSMS/history/provinces/bp_k_lugdunensis.txt | 9 + .../provinces/bp_k_maxima_sequanorm.txt | 98 +- WtWSMS/history/provinces/bp_k_raetia.txt | 17 - .../provinces/bp_k_septem_provincae.txt | 115 +- WtWSMS/history/titles/BP_titles_germanic.txt | 29 +- WtWSMS/history/titles/bp_k_lugdunensis.txt | 276 ++- .../history/titles/bp_k_maxima_sequanorm.txt | 543 ++--- WtWSMS/history/titles/bp_k_raetia.txt | 59 - .../history/titles/bp_k_septem_provincae.txt | 619 +++--- .../english/BP_titles_l_english.yml | 4 + ...kerwanderung_additional_name_l_english.yml | 4 + .../geographical_region.txt | 14 +- 21 files changed, 1845 insertions(+), 2119 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_gaul.txt b/WtWSMS/common/landed_titles/BP_e_gaul.txt index c6e8b1923f..f6eea80942 100644 --- a/WtWSMS/common/landed_titles/BP_e_gaul.txt +++ b/WtWSMS/common/landed_titles/BP_e_gaul.txt @@ -4015,121 +4015,10 @@ e_gaul = { } } } - d_narbonensis_secunda = { #6 + d_narbonensis_secunda = { #2 color = { 115 26 90 } capital = c_venaissin - c_embrun = { - color = { 170 25 60 } - cultural_names = { - #Roman Cultures - name_list_roman = cn_ebrodunum - name_list_romano_gallic = cn_ebrodunum - name_list_romano_hispanic = cn_ebrodunum - name_list_romano_british = cn_ebrodunum - name_list_romano_african = cn_ebrodunum - name_list_romano_raetian = cn_ebrodunum - name_list_romano_thracian = cn_ebrodunum - name_list_romano_illyrian = cn_ebrodunum - name_list_romano_pannonian = cn_ebrodunum - name_list_dalmatian = cn_ebrodunum - name_list_romano_noric = cn_ebrodunum - name_list_romano_gothic = cn_ebrodunum - name_list_romano_dacian = cn_ebrodunum - name_list_romano_frank = cn_ebrodunum - name_list_romano_aramean = cn_ebrodunum - name_list_romano_vandalic = cn_ebrodunum - #Byzantine Cultures - name_list_greek = cn_ebrodunum - name_list_aeolian = cn_ebrodunum - name_list_helleno_aramean = cn_ebrodunum - name_list_greek_gothic = cn_ebrodunum - name_list_greek_persian = cn_ebrodunum - name_list_isaurian_persian = cn_ebrodunum - name_list_grecco_axumite = cn_ebrodunum - name_list_bosporan = cn_ebrodunum - name_list_pontic = cn_ebrodunum - name_list_tsakonian = cn_ebrodunum - name_list_massalian = cn_ebrodunum - name_list_helleno_thracian = cn_ebrodunum - name_list_helleno_libyan = cn_ebrodunum - #Germanic Cultures - name_list_visigothic = cn_eburodunum - name_list_burgundian = cn_eburodunum - } - b_embrun = { - province = 2027 - cultural_names = { - #Roman Cultures - name_list_roman = cn_eburodunum - name_list_romano_gallic = cn_eburodunum - name_list_romano_hispanic = cn_eburodunum - name_list_romano_british = cn_eburodunum - name_list_romano_african = cn_eburodunum - name_list_romano_raetian = cn_eburodunum - name_list_romano_thracian = cn_eburodunum - name_list_romano_illyrian = cn_eburodunum - name_list_romano_pannonian = cn_eburodunum - name_list_dalmatian = cn_eburodunum - name_list_romano_noric = cn_eburodunum - name_list_romano_gothic = cn_eburodunum - name_list_romano_dacian = cn_eburodunum - name_list_romano_frank = cn_eburodunum - name_list_romano_aramean = cn_eburodunum - name_list_romano_vandalic = cn_eburodunum - #Germanic Cultures - name_list_visigothic = cn_eburodunum - name_list_burgundian = cn_eburodunum - } - color = { 165 20 65 } - } - b_gap = { - province = 2028 - cultural_names = { - #Roman Cultures - name_list_roman = cn_vappincum - name_list_romano_gallic = cn_vappincum - name_list_romano_hispanic = cn_vappincum - name_list_romano_british = cn_vappincum - name_list_romano_african = cn_vappincum - name_list_romano_raetian = cn_vappincum - name_list_romano_thracian = cn_vappincum - name_list_romano_illyrian = cn_vappincum - name_list_romano_pannonian = cn_vappincum - name_list_dalmatian = cn_vappincum - name_list_romano_noric = cn_vappincum - name_list_romano_gothic = cn_vappincum - name_list_romano_dacian = cn_vappincum - name_list_romano_frank = cn_vappincum - name_list_romano_aramean = cn_vappincum - name_list_romano_vandalic = cn_vappincum - } - color = { 165 20 65 } - } - b_briancon = { - province = 8718 - cultural_names = { - #Roman Cultures - name_list_roman = cn_brigantio - name_list_romano_gallic = cn_brigantio - name_list_romano_hispanic = cn_brigantio - name_list_romano_british = cn_brigantio - name_list_romano_african = cn_brigantio - name_list_romano_raetian = cn_brigantio - name_list_romano_thracian = cn_brigantio - name_list_romano_illyrian = cn_brigantio - name_list_romano_pannonian = cn_brigantio - name_list_dalmatian = cn_brigantio - name_list_romano_noric = cn_brigantio - name_list_romano_gothic = cn_brigantio - name_list_romano_dacian = cn_brigantio - name_list_romano_frank = cn_brigantio - name_list_romano_aramean = cn_brigantio - name_list_romano_vandalic = cn_brigantio - } - color = { 165 20 65 } - } - } c_forcalquier = { color = { 165 20 65 } @@ -4202,307 +4091,107 @@ e_gaul = { color = { 165 20 65 } } } - c_viennois = { - color = { 120 10 80 } + c_provence = { + color = { 165 50 105 } cultural_names = { #Roman Cultures - name_list_roman = cn_delphini_venus - name_list_romano_gallic = cn_delphini_venus - name_list_romano_hispanic = cn_delphini_venus - name_list_romano_british = cn_delphini_venus - name_list_romano_african = cn_delphini_venus - name_list_romano_raetian = cn_delphini_venus - name_list_romano_thracian = cn_delphini_venus - name_list_romano_illyrian = cn_delphini_venus - name_list_romano_pannonian = cn_delphini_venus - name_list_dalmatian = cn_delphini_venus - name_list_romano_noric = cn_delphini_venus - name_list_romano_gothic = cn_delphini_venus - name_list_romano_dacian = cn_delphini_venus - name_list_romano_frank = cn_delphini_venus - name_list_romano_aramean = cn_delphini_venus - name_list_romano_vandalic = cn_delphini_venus + name_list_roman = cn_aquae_sextiae + name_list_romano_gallic = cn_aquae_sextiae + name_list_romano_hispanic = cn_aquae_sextiae + name_list_romano_british = cn_aquae_sextiae + name_list_romano_african = cn_aquae_sextiae + name_list_romano_raetian = cn_aquae_sextiae + name_list_romano_thracian = cn_aquae_sextiae + name_list_romano_illyrian = cn_aquae_sextiae + name_list_romano_pannonian = cn_aquae_sextiae + name_list_dalmatian = cn_aquae_sextiae + name_list_romano_noric = cn_aquae_sextiae + name_list_romano_gothic = cn_aquae_sextiae + name_list_romano_dacian = cn_aquae_sextiae + name_list_romano_frank = cn_aquae_sextiae + name_list_romano_aramean = cn_aquae_sextiae + name_list_romano_vandalic = cn_aquae_sextiae #Germanic Cultures - name_list_visigothic = cn_delphini_venus - name_list_burgundian = cn_delphini_venus + name_list_visigothic = cn_massalia + #Byzantine Cultures + name_list_greek = cn_massalia + name_list_massalian = cn_massalia + name_list_aeolian = cn_massalia + name_list_helleno_aramean = cn_massalia + name_list_greek_gothic = cn_massalia + name_list_greek_persian = cn_massalia + name_list_isaurian_persian = cn_massalia + name_list_grecco_axumite = cn_massalia + name_list_bosporan = cn_massalia + name_list_pontic = cn_massalia + name_list_tsakonian = cn_massalia + name_list_helleno_thracian = cn_massalia + name_list_helleno_libyan = cn_massalia } - b_grenoble = { - province = 2030 + b_toulon = { + province = 2019 + cultural_names = { + #Roman Cultures + name_list_roman = cn_telo_martius + name_list_romano_gallic = cn_telo_martius + name_list_romano_hispanic = cn_telo_martius + name_list_romano_british = cn_telo_martius + name_list_romano_african = cn_telo_martius + name_list_romano_raetian = cn_telo_martius + name_list_romano_thracian = cn_telo_martius + name_list_romano_pannonian = cn_telo_martius + name_list_dalmatian = cn_telo_martius + name_list_romano_noric = cn_telo_martius + name_list_romano_gothic = cn_telo_martius + name_list_romano_dacian = cn_telo_martius + name_list_romano_frank = cn_telo_martius + name_list_romano_aramean = cn_telo_martius + name_list_romano_vandalic = cn_telo_martius + #Byzantine Cultures + name_list_greek = cn_telon + name_list_massalian = cn_telon + name_list_aeolian = cn_telon + name_list_helleno_aramean = cn_telon + name_list_greek_gothic = cn_telon + name_list_greek_persian = cn_telon + name_list_isaurian_persian = cn_telon + name_list_grecco_axumite = cn_telon + name_list_bosporan = cn_telon + name_list_pontic = cn_telon + name_list_tsakonian = cn_telon + name_list_helleno_thracian = cn_telon + name_list_helleno_libyan = cn_telon + } + color = { 165 50 105 } + } + b_dragugnian = { + province = 2024 cultural_names = { #Roman Cultures - name_list_roman = cn_gratianopolis - name_list_romano_gallic = cn_gratianopolis - name_list_romano_hispanic = cn_gratianopolis - name_list_romano_british = cn_gratianopolis - name_list_romano_african = cn_gratianopolis - name_list_romano_raetian = cn_gratianopolis - name_list_romano_thracian = cn_gratianopolis - name_list_romano_illyrian = cn_gratianopolis - name_list_romano_pannonian = cn_gratianopolis - name_list_dalmatian = cn_gratianopolis - name_list_romano_noric = cn_gratianopolis - name_list_romano_gothic = cn_gratianopolis - name_list_romano_dacian = cn_gratianopolis - name_list_romano_frank = cn_gratianopolis - name_list_romano_aramean = cn_gratianopolis - name_list_romano_vandalic = cn_gratianopolis + name_list_roman = cn_anteae + name_list_romano_gallic = cn_anteae + name_list_romano_hispanic = cn_anteae + name_list_romano_british = cn_anteae + name_list_romano_african = cn_anteae + name_list_romano_raetian = cn_anteae + name_list_romano_thracian = cn_anteae + name_list_romano_illyrian = cn_anteae + name_list_romano_pannonian = cn_anteae + name_list_dalmatian = cn_anteae + name_list_romano_noric = cn_anteae + name_list_romano_gothic = cn_anteae + name_list_romano_dacian = cn_anteae + name_list_romano_frank = cn_anteae + name_list_romano_aramean = cn_anteae + name_list_romano_vandalic = cn_anteae #Germanic Cultures - name_list_visigothic = cn_gratianopolis - name_list_burgundian = cn_gratianopolis + name_list_visigothic = cn_anteae } - color = { 120 10 80 } + color = { 165 50 105 } } - b_vienne = { - province = 2033 - cultural_names = { - #Roman Cultures - name_list_roman = cn_vienna - name_list_romano_gallic = cn_vienna - name_list_romano_hispanic = cn_vienna - name_list_romano_british = cn_vienna - name_list_romano_african = cn_vienna - name_list_romano_raetian = cn_vienna - name_list_romano_thracian = cn_vienna - name_list_romano_illyrian = cn_vienna - name_list_romano_pannonian = cn_vienna - name_list_dalmatian = cn_vienna - name_list_romano_noric = cn_vienna - name_list_romano_gothic = cn_vienna - name_list_romano_dacian = cn_vienna - name_list_romano_frank = cn_vienna - name_list_romano_aramean = cn_vienna - name_list_romano_vandalic = cn_vienna - #Germanic Cultures - name_list_visigothic = cn_vienna - name_list_burgundian = cn_vienna - } - color = { 120 10 80 } - } - b_chartreuse = { - province = 2032 - cultural_names = { - #Roman Cultures - name_list_roman = cn_cartusia - name_list_romano_gallic = cn_cartusia - name_list_romano_hispanic = cn_cartusia - name_list_romano_british = cn_cartusia - name_list_romano_african = cn_cartusia - name_list_romano_raetian = cn_cartusia - name_list_romano_thracian = cn_cartusia - name_list_romano_illyrian = cn_cartusia - name_list_romano_pannonian = cn_cartusia - name_list_dalmatian = cn_cartusia - name_list_romano_noric = cn_cartusia - name_list_romano_gothic = cn_cartusia - name_list_romano_dacian = cn_cartusia - name_list_romano_frank = cn_cartusia - name_list_romano_aramean = cn_cartusia - name_list_romano_vandalic = cn_cartusia - #Germanic Cultures - name_list_visigothic = cn_cartusia - name_list_burgundian = cn_cartusia - } - color = { 120 10 80 } - } - b_romans = { - province = 2068 - cultural_names = { - #Roman Cultures - name_list_roman = cn_romanos - name_list_romano_gallic = cn_romanos - name_list_romano_hispanic = cn_romanos - name_list_romano_british = cn_romanos - name_list_romano_african = cn_romanos - name_list_romano_raetian = cn_romanos - name_list_romano_thracian = cn_romanos - name_list_romano_illyrian = cn_romanos - name_list_romano_pannonian = cn_romanos - name_list_dalmatian = cn_romanos - name_list_romano_noric = cn_romanos - name_list_romano_gothic = cn_romanos - name_list_romano_dacian = cn_romanos - name_list_romano_frank = cn_romanos - name_list_romano_aramean = cn_romanos - name_list_romano_vandalic = cn_romanos - } - color = { 120 10 80 } - } - } - c_valentinois = { - color = { 195 70 95 } - - b_monteil = { - province = 8717 - cultural_names = { - #Roman Cultures - name_list_roman = cn_meroliacum - name_list_romano_gallic = cn_meroliacum - name_list_romano_hispanic = cn_meroliacum - name_list_romano_british = cn_meroliacum - name_list_romano_african = cn_meroliacum - name_list_romano_raetian = cn_meroliacum - name_list_romano_thracian = cn_meroliacum - name_list_romano_illyrian = cn_meroliacum - name_list_romano_pannonian = cn_meroliacum - name_list_dalmatian = cn_meroliacum - name_list_romano_noric = cn_meroliacum - name_list_romano_gothic = cn_meroliacum - name_list_romano_dacian = cn_meroliacum - name_list_romano_frank = cn_meroliacum - name_list_romano_aramean = cn_meroliacum - name_list_romano_vandalic = cn_meroliacum - } - color = { 195 70 95 } - } - b_die = { - province = 2066 - cultural_names = { - #Roman Cultures - name_list_roman = cn_dea - name_list_romano_gallic = cn_dea - name_list_romano_hispanic = cn_dea - name_list_romano_british = cn_dea - name_list_romano_african = cn_dea - name_list_romano_raetian = cn_dea - name_list_romano_thracian = cn_dea - name_list_romano_illyrian = cn_dea - name_list_romano_pannonian = cn_dea - name_list_dalmatian = cn_dea - name_list_romano_noric = cn_dea - name_list_romano_gothic = cn_dea - name_list_romano_dacian = cn_dea - name_list_romano_frank = cn_dea - name_list_romano_aramean = cn_dea - name_list_romano_vandalic = cn_dea - } - color = { 195 70 95 } - } - b_valence = { - province = 2064 - cultural_names = { - #Roman Cultures - name_list_roman = cn_valentia - name_list_romano_gallic = cn_valentia - name_list_romano_hispanic = cn_valentia - name_list_romano_british = cn_valentia - name_list_romano_african = cn_valentia - name_list_romano_raetian = cn_valentia - name_list_romano_thracian = cn_valentia - name_list_romano_illyrian = cn_valentia - name_list_romano_pannonian = cn_valentia - name_list_dalmatian = cn_valentia - name_list_romano_noric = cn_valentia - name_list_romano_gothic = cn_valentia - name_list_romano_dacian = cn_valentia - name_list_romano_frank = cn_valentia - name_list_romano_aramean = cn_valentia - name_list_romano_vandalic = cn_valentia - } - color = { 195 70 95 } - } - } - c_provence = { - color = { 165 50 105 } - - cultural_names = { - #Roman Cultures - name_list_roman = cn_aquae_sextiae - name_list_romano_gallic = cn_aquae_sextiae - name_list_romano_hispanic = cn_aquae_sextiae - name_list_romano_british = cn_aquae_sextiae - name_list_romano_african = cn_aquae_sextiae - name_list_romano_raetian = cn_aquae_sextiae - name_list_romano_thracian = cn_aquae_sextiae - name_list_romano_illyrian = cn_aquae_sextiae - name_list_romano_pannonian = cn_aquae_sextiae - name_list_dalmatian = cn_aquae_sextiae - name_list_romano_noric = cn_aquae_sextiae - name_list_romano_gothic = cn_aquae_sextiae - name_list_romano_dacian = cn_aquae_sextiae - name_list_romano_frank = cn_aquae_sextiae - name_list_romano_aramean = cn_aquae_sextiae - name_list_romano_vandalic = cn_aquae_sextiae - #Germanic Cultures - name_list_visigothic = cn_massalia - #Byzantine Cultures - name_list_greek = cn_massalia - name_list_massalian = cn_massalia - name_list_aeolian = cn_massalia - name_list_helleno_aramean = cn_massalia - name_list_greek_gothic = cn_massalia - name_list_greek_persian = cn_massalia - name_list_isaurian_persian = cn_massalia - name_list_grecco_axumite = cn_massalia - name_list_bosporan = cn_massalia - name_list_pontic = cn_massalia - name_list_tsakonian = cn_massalia - name_list_helleno_thracian = cn_massalia - name_list_helleno_libyan = cn_massalia - } - b_toulon = { - province = 2019 - cultural_names = { - #Roman Cultures - name_list_roman = cn_telo_martius - name_list_romano_gallic = cn_telo_martius - name_list_romano_hispanic = cn_telo_martius - name_list_romano_british = cn_telo_martius - name_list_romano_african = cn_telo_martius - name_list_romano_raetian = cn_telo_martius - name_list_romano_thracian = cn_telo_martius - name_list_romano_pannonian = cn_telo_martius - name_list_dalmatian = cn_telo_martius - name_list_romano_noric = cn_telo_martius - name_list_romano_gothic = cn_telo_martius - name_list_romano_dacian = cn_telo_martius - name_list_romano_frank = cn_telo_martius - name_list_romano_aramean = cn_telo_martius - name_list_romano_vandalic = cn_telo_martius - #Byzantine Cultures - name_list_greek = cn_telon - name_list_massalian = cn_telon - name_list_aeolian = cn_telon - name_list_helleno_aramean = cn_telon - name_list_greek_gothic = cn_telon - name_list_greek_persian = cn_telon - name_list_isaurian_persian = cn_telon - name_list_grecco_axumite = cn_telon - name_list_bosporan = cn_telon - name_list_pontic = cn_telon - name_list_tsakonian = cn_telon - name_list_helleno_thracian = cn_telon - name_list_helleno_libyan = cn_telon - } - color = { 165 50 105 } - } - b_dragugnian = { - province = 2024 - cultural_names = { - #Roman Cultures - name_list_roman = cn_anteae - name_list_romano_gallic = cn_anteae - name_list_romano_hispanic = cn_anteae - name_list_romano_british = cn_anteae - name_list_romano_african = cn_anteae - name_list_romano_raetian = cn_anteae - name_list_romano_thracian = cn_anteae - name_list_romano_illyrian = cn_anteae - name_list_romano_pannonian = cn_anteae - name_list_dalmatian = cn_anteae - name_list_romano_noric = cn_anteae - name_list_romano_gothic = cn_anteae - name_list_romano_dacian = cn_anteae - name_list_romano_frank = cn_anteae - name_list_romano_aramean = cn_anteae - name_list_romano_vandalic = cn_anteae - #Germanic Cultures - name_list_visigothic = cn_anteae - } - color = { 165 50 105 } - } - b_castellane = { - province = 2025 + b_castellane = { + province = 2025 cultural_names = { #Roman Cultures name_list_roman = cn_salinae @@ -4613,6 +4302,11 @@ e_gaul = { color = { 165 50 105 } } } + } + d_alpes_maritimae = { #2 + color = { 170 25 60 } + capital = c_embrun + c_nice = { color = { 195 75 90 } @@ -4825,121 +4519,461 @@ e_gaul = { color = { 195 75 90 } } } - c_venaissin = { - color = { 180 30 70 } - + c_embrun = { + color = { 170 25 60 } cultural_names = { #Roman Cultures - name_list_roman = cn_venisus - name_list_romano_gallic = cn_venisus - name_list_romano_hispanic = cn_venisus - name_list_romano_british = cn_venisus - name_list_romano_african = cn_venisus - name_list_romano_raetian = cn_venisus - name_list_romano_thracian = cn_venisus - name_list_romano_illyrian = cn_venisus - name_list_romano_pannonian = cn_venisus - name_list_dalmatian = cn_venisus - name_list_romano_noric = cn_venisus - name_list_romano_gothic = cn_venisus + name_list_roman = cn_ebrodunum + name_list_romano_gallic = cn_ebrodunum + name_list_romano_hispanic = cn_ebrodunum + name_list_romano_british = cn_ebrodunum + name_list_romano_african = cn_ebrodunum + name_list_romano_raetian = cn_ebrodunum + name_list_romano_thracian = cn_ebrodunum + name_list_romano_illyrian = cn_ebrodunum + name_list_romano_pannonian = cn_ebrodunum + name_list_dalmatian = cn_ebrodunum + name_list_romano_noric = cn_ebrodunum + name_list_romano_gothic = cn_ebrodunum + name_list_romano_dacian = cn_ebrodunum + name_list_romano_frank = cn_ebrodunum + name_list_romano_aramean = cn_ebrodunum + name_list_romano_vandalic = cn_ebrodunum + #Byzantine Cultures + name_list_greek = cn_ebrodunum + name_list_aeolian = cn_ebrodunum + name_list_helleno_aramean = cn_ebrodunum + name_list_greek_gothic = cn_ebrodunum + name_list_greek_persian = cn_ebrodunum + name_list_isaurian_persian = cn_ebrodunum + name_list_grecco_axumite = cn_ebrodunum + name_list_bosporan = cn_ebrodunum + name_list_pontic = cn_ebrodunum + name_list_tsakonian = cn_ebrodunum + name_list_massalian = cn_ebrodunum + name_list_helleno_thracian = cn_ebrodunum + name_list_helleno_libyan = cn_ebrodunum + #Germanic Cultures + name_list_visigothic = cn_eburodunum + name_list_burgundian = cn_eburodunum + } + b_embrun = { + province = 2027 + cultural_names = { + #Roman Cultures + name_list_roman = cn_eburodunum + name_list_romano_gallic = cn_eburodunum + name_list_romano_hispanic = cn_eburodunum + name_list_romano_british = cn_eburodunum + name_list_romano_african = cn_eburodunum + name_list_romano_raetian = cn_eburodunum + name_list_romano_thracian = cn_eburodunum + name_list_romano_illyrian = cn_eburodunum + name_list_romano_pannonian = cn_eburodunum + name_list_dalmatian = cn_eburodunum + name_list_romano_noric = cn_eburodunum + name_list_romano_gothic = cn_eburodunum + name_list_romano_dacian = cn_eburodunum + name_list_romano_frank = cn_eburodunum + name_list_romano_aramean = cn_eburodunum + name_list_romano_vandalic = cn_eburodunum + #Germanic Cultures + name_list_visigothic = cn_eburodunum + name_list_burgundian = cn_eburodunum + } + color = { 165 20 65 } + } + b_gap = { + province = 2028 + cultural_names = { + #Roman Cultures + name_list_roman = cn_vappincum + name_list_romano_gallic = cn_vappincum + name_list_romano_hispanic = cn_vappincum + name_list_romano_british = cn_vappincum + name_list_romano_african = cn_vappincum + name_list_romano_raetian = cn_vappincum + name_list_romano_thracian = cn_vappincum + name_list_romano_illyrian = cn_vappincum + name_list_romano_pannonian = cn_vappincum + name_list_dalmatian = cn_vappincum + name_list_romano_noric = cn_vappincum + name_list_romano_gothic = cn_vappincum + name_list_romano_dacian = cn_vappincum + name_list_romano_frank = cn_vappincum + name_list_romano_aramean = cn_vappincum + name_list_romano_vandalic = cn_vappincum + } + color = { 165 20 65 } + } + b_briancon = { + province = 8718 + cultural_names = { + #Roman Cultures + name_list_roman = cn_brigantio + name_list_romano_gallic = cn_brigantio + name_list_romano_hispanic = cn_brigantio + name_list_romano_british = cn_brigantio + name_list_romano_african = cn_brigantio + name_list_romano_raetian = cn_brigantio + name_list_romano_thracian = cn_brigantio + name_list_romano_illyrian = cn_brigantio + name_list_romano_pannonian = cn_brigantio + name_list_dalmatian = cn_brigantio + name_list_romano_noric = cn_brigantio + name_list_romano_gothic = cn_brigantio + name_list_romano_dacian = cn_brigantio + name_list_romano_frank = cn_brigantio + name_list_romano_aramean = cn_brigantio + name_list_romano_vandalic = cn_brigantio + } + color = { 165 20 65 } + } + } + } + d_gallia_viennensis = { #4 + color = { 180 30 70 } + capital = c_venaissin + + c_venaissin = { + color = { 180 30 70 } + + cultural_names = { + #Roman Cultures + name_list_roman = cn_venisus + name_list_romano_gallic = cn_venisus + name_list_romano_hispanic = cn_venisus + name_list_romano_british = cn_venisus + name_list_romano_african = cn_venisus + name_list_romano_raetian = cn_venisus + name_list_romano_thracian = cn_venisus + name_list_romano_illyrian = cn_venisus + name_list_romano_pannonian = cn_venisus + name_list_dalmatian = cn_venisus + name_list_romano_noric = cn_venisus + name_list_romano_gothic = cn_venisus name_list_romano_dacian = cn_venisus name_list_romano_frank = cn_venisus name_list_romano_aramean = cn_venisus name_list_romano_vandalic = cn_venisus } - b_arles = { - province = 2017 + b_arles = { + province = 2017 + cultural_names = { + #Roman Cultures + name_list_roman = cn_arelate + name_list_romano_gallic = cn_arelate + name_list_romano_hispanic = cn_arelate + name_list_romano_british = cn_arelate + name_list_romano_african = cn_arelate + name_list_romano_raetian = cn_arelate + name_list_romano_thracian = cn_arelate + name_list_romano_illyrian = cn_arelate + name_list_romano_pannonian = cn_arelate + name_list_dalmatian = cn_arelate + name_list_romano_noric = cn_arelate + name_list_romano_gothic = cn_arelate + name_list_romano_dacian = cn_arelate + name_list_romano_frank = cn_arelate + name_list_romano_aramean = cn_arelate + name_list_romano_vandalic = cn_arelate + #Germanic Cultures + name_list_visigothic = cn_arelate + } + color = { 180 30 70 } + } + b_orange = { + province = 2062 + cultural_names = { + #Roman Cultures + name_list_roman = cn_arausio + name_list_romano_gallic = cn_arausio + name_list_romano_hispanic = cn_arausio + name_list_romano_british = cn_arausio + name_list_romano_african = cn_arausio + name_list_romano_raetian = cn_arausio + name_list_romano_thracian = cn_arausio + name_list_romano_illyrian = cn_arausio + name_list_romano_pannonian = cn_arausio + name_list_dalmatian = cn_arausio + name_list_romano_noric = cn_arausio + name_list_romano_gothic = cn_arausio + name_list_romano_dacian = cn_arausio + name_list_romano_frank = cn_arausio + name_list_romano_aramean = cn_arausio + name_list_romano_vandalic = cn_arausio + } + color = { 180 30 70 } + } + b_avignon = { + province = 2059 + cultural_names = { + #Roman Cultures + name_list_roman = cn_avenio + name_list_romano_gallic = cn_avenio + name_list_romano_hispanic = cn_avenio + name_list_romano_british = cn_avenio + name_list_romano_african = cn_avenio + name_list_romano_raetian = cn_avenio + name_list_romano_thracian = cn_avenio + name_list_romano_illyrian = cn_avenio + name_list_romano_pannonian = cn_avenio + name_list_dalmatian = cn_avenio + name_list_romano_noric = cn_avenio + name_list_romano_gothic = cn_avenio + name_list_romano_dacian = cn_avenio + name_list_romano_frank = cn_avenio + name_list_romano_aramean = cn_avenio + name_list_romano_vandalic = cn_avenio + } + color = { 180 30 70 } + } + b_vaison = { + province = 2067 + cultural_names = { + #Roman Cultures + name_list_roman = cn_vasio + name_list_romano_gallic = cn_vasio + name_list_romano_hispanic = cn_vasio + name_list_romano_british = cn_vasio + name_list_romano_african = cn_vasio + name_list_romano_raetian = cn_vasio + name_list_romano_thracian = cn_vasio + name_list_romano_illyrian = cn_vasio + name_list_romano_pannonian = cn_vasio + name_list_dalmatian = cn_vasio + name_list_romano_noric = cn_vasio + name_list_romano_gothic = cn_vasio + name_list_romano_dacian = cn_vasio + name_list_romano_frank = cn_vasio + name_list_romano_aramean = cn_vasio + name_list_romano_vandalic = cn_vasio + } + color = { 180 30 70 } + } + } + c_valentinois = { + color = { 195 70 95 } + + b_monteil = { + province = 8717 + cultural_names = { + #Roman Cultures + name_list_roman = cn_meroliacum + name_list_romano_gallic = cn_meroliacum + name_list_romano_hispanic = cn_meroliacum + name_list_romano_british = cn_meroliacum + name_list_romano_african = cn_meroliacum + name_list_romano_raetian = cn_meroliacum + name_list_romano_thracian = cn_meroliacum + name_list_romano_illyrian = cn_meroliacum + name_list_romano_pannonian = cn_meroliacum + name_list_dalmatian = cn_meroliacum + name_list_romano_noric = cn_meroliacum + name_list_romano_gothic = cn_meroliacum + name_list_romano_dacian = cn_meroliacum + name_list_romano_frank = cn_meroliacum + name_list_romano_aramean = cn_meroliacum + name_list_romano_vandalic = cn_meroliacum + } + color = { 195 70 95 } + } + b_die = { + province = 2066 + cultural_names = { + #Roman Cultures + name_list_roman = cn_dea + name_list_romano_gallic = cn_dea + name_list_romano_hispanic = cn_dea + name_list_romano_british = cn_dea + name_list_romano_african = cn_dea + name_list_romano_raetian = cn_dea + name_list_romano_thracian = cn_dea + name_list_romano_illyrian = cn_dea + name_list_romano_pannonian = cn_dea + name_list_dalmatian = cn_dea + name_list_romano_noric = cn_dea + name_list_romano_gothic = cn_dea + name_list_romano_dacian = cn_dea + name_list_romano_frank = cn_dea + name_list_romano_aramean = cn_dea + name_list_romano_vandalic = cn_dea + } + color = { 195 70 95 } + } + b_valence = { + province = 2064 + cultural_names = { + #Roman Cultures + name_list_roman = cn_valentia + name_list_romano_gallic = cn_valentia + name_list_romano_hispanic = cn_valentia + name_list_romano_british = cn_valentia + name_list_romano_african = cn_valentia + name_list_romano_raetian = cn_valentia + name_list_romano_thracian = cn_valentia + name_list_romano_illyrian = cn_valentia + name_list_romano_pannonian = cn_valentia + name_list_dalmatian = cn_valentia + name_list_romano_noric = cn_valentia + name_list_romano_gothic = cn_valentia + name_list_romano_dacian = cn_valentia + name_list_romano_frank = cn_valentia + name_list_romano_aramean = cn_valentia + name_list_romano_vandalic = cn_valentia + } + color = { 195 70 95 } + } + } + c_viennois = { + color = { 120 10 80 } + + cultural_names = { + #Roman Cultures + name_list_roman = cn_delphini_venus + name_list_romano_gallic = cn_delphini_venus + name_list_romano_hispanic = cn_delphini_venus + name_list_romano_british = cn_delphini_venus + name_list_romano_african = cn_delphini_venus + name_list_romano_raetian = cn_delphini_venus + name_list_romano_thracian = cn_delphini_venus + name_list_romano_illyrian = cn_delphini_venus + name_list_romano_pannonian = cn_delphini_venus + name_list_dalmatian = cn_delphini_venus + name_list_romano_noric = cn_delphini_venus + name_list_romano_gothic = cn_delphini_venus + name_list_romano_dacian = cn_delphini_venus + name_list_romano_frank = cn_delphini_venus + name_list_romano_aramean = cn_delphini_venus + name_list_romano_vandalic = cn_delphini_venus + #Germanic Cultures + name_list_visigothic = cn_delphini_venus + name_list_burgundian = cn_delphini_venus + } + b_grenoble = { + province = 2030 cultural_names = { #Roman Cultures - name_list_roman = cn_arelate - name_list_romano_gallic = cn_arelate - name_list_romano_hispanic = cn_arelate - name_list_romano_british = cn_arelate - name_list_romano_african = cn_arelate - name_list_romano_raetian = cn_arelate - name_list_romano_thracian = cn_arelate - name_list_romano_illyrian = cn_arelate - name_list_romano_pannonian = cn_arelate - name_list_dalmatian = cn_arelate - name_list_romano_noric = cn_arelate - name_list_romano_gothic = cn_arelate - name_list_romano_dacian = cn_arelate - name_list_romano_frank = cn_arelate - name_list_romano_aramean = cn_arelate - name_list_romano_vandalic = cn_arelate + name_list_roman = cn_gratianopolis + name_list_romano_gallic = cn_gratianopolis + name_list_romano_hispanic = cn_gratianopolis + name_list_romano_british = cn_gratianopolis + name_list_romano_african = cn_gratianopolis + name_list_romano_raetian = cn_gratianopolis + name_list_romano_thracian = cn_gratianopolis + name_list_romano_illyrian = cn_gratianopolis + name_list_romano_pannonian = cn_gratianopolis + name_list_dalmatian = cn_gratianopolis + name_list_romano_noric = cn_gratianopolis + name_list_romano_gothic = cn_gratianopolis + name_list_romano_dacian = cn_gratianopolis + name_list_romano_frank = cn_gratianopolis + name_list_romano_aramean = cn_gratianopolis + name_list_romano_vandalic = cn_gratianopolis #Germanic Cultures - name_list_visigothic = cn_arelate + name_list_visigothic = cn_gratianopolis + name_list_burgundian = cn_gratianopolis } - color = { 180 30 70 } + color = { 120 10 80 } } - b_orange = { - province = 2062 + b_vienne = { + province = 2033 cultural_names = { #Roman Cultures - name_list_roman = cn_arausio - name_list_romano_gallic = cn_arausio - name_list_romano_hispanic = cn_arausio - name_list_romano_british = cn_arausio - name_list_romano_african = cn_arausio - name_list_romano_raetian = cn_arausio - name_list_romano_thracian = cn_arausio - name_list_romano_illyrian = cn_arausio - name_list_romano_pannonian = cn_arausio - name_list_dalmatian = cn_arausio - name_list_romano_noric = cn_arausio - name_list_romano_gothic = cn_arausio - name_list_romano_dacian = cn_arausio - name_list_romano_frank = cn_arausio - name_list_romano_aramean = cn_arausio - name_list_romano_vandalic = cn_arausio + name_list_roman = cn_vienna + name_list_romano_gallic = cn_vienna + name_list_romano_hispanic = cn_vienna + name_list_romano_british = cn_vienna + name_list_romano_african = cn_vienna + name_list_romano_raetian = cn_vienna + name_list_romano_thracian = cn_vienna + name_list_romano_illyrian = cn_vienna + name_list_romano_pannonian = cn_vienna + name_list_dalmatian = cn_vienna + name_list_romano_noric = cn_vienna + name_list_romano_gothic = cn_vienna + name_list_romano_dacian = cn_vienna + name_list_romano_frank = cn_vienna + name_list_romano_aramean = cn_vienna + name_list_romano_vandalic = cn_vienna + #Germanic Cultures + name_list_visigothic = cn_vienna + name_list_burgundian = cn_vienna } - color = { 180 30 70 } + color = { 120 10 80 } } - b_avignon = { - province = 2059 + b_chartreuse = { + province = 2032 cultural_names = { #Roman Cultures - name_list_roman = cn_avenio - name_list_romano_gallic = cn_avenio - name_list_romano_hispanic = cn_avenio - name_list_romano_british = cn_avenio - name_list_romano_african = cn_avenio - name_list_romano_raetian = cn_avenio - name_list_romano_thracian = cn_avenio - name_list_romano_illyrian = cn_avenio - name_list_romano_pannonian = cn_avenio - name_list_dalmatian = cn_avenio - name_list_romano_noric = cn_avenio - name_list_romano_gothic = cn_avenio - name_list_romano_dacian = cn_avenio - name_list_romano_frank = cn_avenio - name_list_romano_aramean = cn_avenio - name_list_romano_vandalic = cn_avenio + name_list_roman = cn_cartusia + name_list_romano_gallic = cn_cartusia + name_list_romano_hispanic = cn_cartusia + name_list_romano_british = cn_cartusia + name_list_romano_african = cn_cartusia + name_list_romano_raetian = cn_cartusia + name_list_romano_thracian = cn_cartusia + name_list_romano_illyrian = cn_cartusia + name_list_romano_pannonian = cn_cartusia + name_list_dalmatian = cn_cartusia + name_list_romano_noric = cn_cartusia + name_list_romano_gothic = cn_cartusia + name_list_romano_dacian = cn_cartusia + name_list_romano_frank = cn_cartusia + name_list_romano_aramean = cn_cartusia + name_list_romano_vandalic = cn_cartusia + #Germanic Cultures + name_list_visigothic = cn_cartusia + name_list_burgundian = cn_cartusia } - color = { 180 30 70 } + color = { 120 10 80 } } - b_vaison = { - province = 2067 + b_romans = { + province = 2068 cultural_names = { #Roman Cultures - name_list_roman = cn_vasio - name_list_romano_gallic = cn_vasio - name_list_romano_hispanic = cn_vasio - name_list_romano_british = cn_vasio - name_list_romano_african = cn_vasio - name_list_romano_raetian = cn_vasio - name_list_romano_thracian = cn_vasio - name_list_romano_illyrian = cn_vasio - name_list_romano_pannonian = cn_vasio - name_list_dalmatian = cn_vasio - name_list_romano_noric = cn_vasio - name_list_romano_gothic = cn_vasio - name_list_romano_dacian = cn_vasio - name_list_romano_frank = cn_vasio - name_list_romano_aramean = cn_vasio - name_list_romano_vandalic = cn_vasio + name_list_roman = cn_romanos + name_list_romano_gallic = cn_romanos + name_list_romano_hispanic = cn_romanos + name_list_romano_british = cn_romanos + name_list_romano_african = cn_romanos + name_list_romano_raetian = cn_romanos + name_list_romano_thracian = cn_romanos + name_list_romano_illyrian = cn_romanos + name_list_romano_pannonian = cn_romanos + name_list_dalmatian = cn_romanos + name_list_romano_noric = cn_romanos + name_list_romano_gothic = cn_romanos + name_list_romano_dacian = cn_romanos + name_list_romano_frank = cn_romanos + name_list_romano_aramean = cn_romanos + name_list_romano_vandalic = cn_romanos } - color = { 180 30 70 } + color = { 120 10 80 } + } + } + c_geneva = { + color = { 175 40 65 } + + b_geneva = { + province = 2035 + + color = { 175 40 65 } + } + b_annecy = { + province = 2034 + + color = { 175 40 65 } + } + b_chambery = { + province = 2455 + + color = { 81 8 14 } + } + b_belley = { + province = 2069 + + color = { 81 8 14 } } } } @@ -6739,29 +6773,80 @@ e_gaul = { province = 2349 cultural_names = { #Roman Cultures - name_list_roman = cn_vertecillacum - name_list_romano_gallic = cn_vertecillacum - name_list_romano_hispanic = cn_vertecillacum - name_list_romano_british = cn_vertecillacum - name_list_romano_african = cn_vertecillacum - name_list_romano_raetian = cn_vertecillacum - name_list_romano_thracian = cn_vertecillacum - name_list_romano_illyrian = cn_vertecillacum - name_list_romano_pannonian = cn_vertecillacum - name_list_dalmatian = cn_vertecillacum - name_list_romano_noric = cn_vertecillacum - name_list_romano_gothic = cn_vertecillacum - name_list_romano_dacian = cn_vertecillacum - name_list_romano_frank = cn_vertecillacum - name_list_romano_aramean = cn_vertecillacum - name_list_romano_vandalic = cn_vertecillacum + name_list_roman = cn_vertecillacum + name_list_romano_gallic = cn_vertecillacum + name_list_romano_hispanic = cn_vertecillacum + name_list_romano_british = cn_vertecillacum + name_list_romano_african = cn_vertecillacum + name_list_romano_raetian = cn_vertecillacum + name_list_romano_thracian = cn_vertecillacum + name_list_romano_illyrian = cn_vertecillacum + name_list_romano_pannonian = cn_vertecillacum + name_list_dalmatian = cn_vertecillacum + name_list_romano_noric = cn_vertecillacum + name_list_romano_gothic = cn_vertecillacum + name_list_romano_dacian = cn_vertecillacum + name_list_romano_frank = cn_vertecillacum + name_list_romano_aramean = cn_vertecillacum + name_list_romano_vandalic = cn_vertecillacum + } + color = { 65 118 155 } + } + b_morvan = { + province = 2378 + + color = { 65 118 155 } + } + } + c_bresse = { + color = { 199 82 112 } + + cultural_names = { + #Roman Cultures + name_list_roman = cn_saltus_brixiae + name_list_romano_gallic = cn_saltus_brixiae + name_list_romano_hispanic = cn_saltus_brixiae + name_list_romano_british = cn_saltus_brixiae + name_list_romano_african = cn_saltus_brixiae + name_list_romano_raetian = cn_saltus_brixiae + name_list_romano_thracian = cn_saltus_brixiae + name_list_romano_illyrian = cn_saltus_brixiae + name_list_romano_pannonian = cn_saltus_brixiae + name_list_dalmatian = cn_saltus_brixiae + name_list_romano_noric = cn_saltus_brixiae + name_list_romano_gothic = cn_saltus_brixiae + name_list_romano_dacian = cn_saltus_brixiae + name_list_romano_frank = cn_saltus_brixiae + name_list_romano_aramean = cn_saltus_brixiae + name_list_romano_vandalic = cn_saltus_brixiae + } + + b_bourg = { + province = 2071 + + color = { 199 82 112 } + } + b_champagnole = { + province = 2457 + cultural_names = { + #Roman Cultures + name_list_roman = cn_campaniola + name_list_romano_gallic = cn_campaniola + name_list_romano_hispanic = cn_campaniola + name_list_romano_british = cn_campaniola + name_list_romano_african = cn_campaniola + name_list_romano_raetian = cn_campaniola + name_list_romano_thracian = cn_campaniola + name_list_romano_illyrian = cn_campaniola + name_list_romano_pannonian = cn_campaniola + name_list_dalmatian = cn_campaniola + name_list_romano_noric = cn_campaniola + name_list_romano_gothic = cn_campaniola + name_list_romano_dacian = cn_campaniola + name_list_romano_frank = cn_campaniola + name_list_romano_aramean = cn_campaniola } - color = { 65 118 155 } - } - b_morvan = { - province = 2378 - - color = { 65 118 155 } + color = { 199 82 112 } } } } @@ -8378,7 +8463,7 @@ e_gaul = { } k_maxima_sequanorum = { color={ 134 0 37 } - capital = c_aargau # Aargau + capital = c_besancon cultural_names = { #Germanic Cultures @@ -8402,7 +8487,7 @@ e_gaul = { } can_create_on_partition = { creation_trigger_kingdoms_in_e_gaul_trigger = yes } - d_maxima_sequanorum = { #5 + d_maxima_sequanorum = { #6 color={ 110 130 70 } capital = c_besancon # Besancon @@ -8640,57 +8725,6 @@ e_gaul = { color = { 215 200 215 } } } - c_bresse = { - color = { 199 82 112 } - - cultural_names = { - #Roman Cultures - name_list_roman = cn_saltus_brixiae - name_list_romano_gallic = cn_saltus_brixiae - name_list_romano_hispanic = cn_saltus_brixiae - name_list_romano_british = cn_saltus_brixiae - name_list_romano_african = cn_saltus_brixiae - name_list_romano_raetian = cn_saltus_brixiae - name_list_romano_thracian = cn_saltus_brixiae - name_list_romano_illyrian = cn_saltus_brixiae - name_list_romano_pannonian = cn_saltus_brixiae - name_list_dalmatian = cn_saltus_brixiae - name_list_romano_noric = cn_saltus_brixiae - name_list_romano_gothic = cn_saltus_brixiae - name_list_romano_dacian = cn_saltus_brixiae - name_list_romano_frank = cn_saltus_brixiae - name_list_romano_aramean = cn_saltus_brixiae - name_list_romano_vandalic = cn_saltus_brixiae - } - - b_bourg = { - province = 2071 - - color = { 199 82 112 } - } - b_champagnole = { - province = 2457 - cultural_names = { - #Roman Cultures - name_list_roman = cn_campaniola - name_list_romano_gallic = cn_campaniola - name_list_romano_hispanic = cn_campaniola - name_list_romano_british = cn_campaniola - name_list_romano_african = cn_campaniola - name_list_romano_raetian = cn_campaniola - name_list_romano_thracian = cn_campaniola - name_list_romano_illyrian = cn_campaniola - name_list_romano_pannonian = cn_campaniola - name_list_dalmatian = cn_campaniola - name_list_romano_noric = cn_campaniola - name_list_romano_gothic = cn_campaniola - name_list_romano_dacian = cn_campaniola - name_list_romano_frank = cn_campaniola - name_list_romano_aramean = cn_campaniola - } - color = { 199 82 112 } - } - } c_dole = { color = { 170 35 70 } @@ -8833,175 +8867,192 @@ e_gaul = { color = { 210 200 220 } } } - } - d_alpes_poeninae = { #6 - color = { 159 40 10 } - capital = c_aosta - - c_aosta = { - color = { 90 5 15 } + c_zurich = { + color = { 255 215 205 } cultural_names = { - #Roman Cultures - name_list_roman = cn_augusta_praetoria - name_list_romano_gallic = cn_augusta_praetoria - name_list_romano_hispanic = cn_augusta_praetoria - name_list_romano_british = cn_augusta_praetoria - name_list_romano_african = cn_augusta_praetoria - name_list_romano_raetian = cn_augusta_praetoria - name_list_romano_thracian = cn_augusta_praetoria - name_list_romano_illyrian = cn_augusta_praetoria - name_list_romano_pannonian = cn_augusta_praetoria - name_list_dalmatian = cn_augusta_praetoria - name_list_romano_noric = cn_augusta_praetoria - name_list_romano_gothic = cn_augusta_praetoria - name_list_romano_dacian = cn_augusta_praetoria - name_list_romano_frank = cn_augusta_praetoria - name_list_romano_aramean = cn_augusta_praetoria - } - b_aosta = { - province = 2039 - cultural_names = { - #Roman Cultures - name_list_roman = cn_augusta_praetoria - name_list_romano_gallic = cn_augusta_praetoria - name_list_romano_hispanic = cn_augusta_praetoria - name_list_romano_british = cn_augusta_praetoria - name_list_romano_african = cn_augusta_praetoria - name_list_romano_raetian = cn_augusta_praetoria - name_list_romano_thracian = cn_augusta_praetoria - name_list_romano_illyrian = cn_augusta_praetoria - name_list_romano_pannonian = cn_augusta_praetoria - name_list_dalmatian = cn_augusta_praetoria - name_list_romano_noric = cn_augusta_praetoria - name_list_romano_gothic = cn_augusta_praetoria - name_list_romano_dacian = cn_augusta_praetoria - name_list_romano_frank = cn_augusta_praetoria - name_list_romano_aramean = cn_augusta_praetoria - } - color = { 90 5 15 } - } - b_martigny = { - province = 2038 - cultural_names = { - #Roman Cultures - name_list_roman = cn_octodurus - name_list_romano_gallic = cn_octodurus - name_list_romano_hispanic = cn_octodurus - name_list_romano_british = cn_octodurus - name_list_romano_african = cn_octodurus - name_list_romano_raetian = cn_octodurus - name_list_romano_thracian = cn_octodurus - name_list_romano_illyrian = cn_octodurus - name_list_romano_pannonian = cn_octodurus - name_list_dalmatian = cn_octodurus - name_list_romano_noric = cn_octodurus - name_list_romano_gothic = cn_octodurus - name_list_romano_dacian = cn_octodurus - name_list_romano_frank = cn_octodurus - name_list_romano_aramean = cn_octodurus - } - color = { 90 5 15 } - } - } - c_geneva = { - color = { 175 40 65 } - - b_geneva = { - province = 2035 - - color = { 175 40 65 } - } - b_annecy = { - province = 2034 - - color = { 175 40 65 } - } - b_thonon_les_bains = { - province = 2036 - cultural_names = { - #Roman Cultures - name_list_roman = cn_tunonium - name_list_romano_gallic = cn_tunonium - name_list_romano_hispanic = cn_tunonium - name_list_romano_british = cn_tunonium - name_list_romano_african = cn_tunonium - name_list_romano_raetian = cn_tunonium - name_list_romano_thracian = cn_tunonium - name_list_romano_illyrian = cn_tunonium - name_list_romano_pannonian = cn_tunonium - name_list_dalmatian = cn_tunonium - name_list_romano_noric = cn_tunonium - name_list_romano_gothic = cn_tunonium - name_list_romano_dacian = cn_tunonium - name_list_romano_frank = cn_tunonium - name_list_romano_aramean = cn_tunonium - } - color = { 175 40 65 } - } - b_faucigny = { - province = 8719 - cultural_names = { - #Roman Cultures - name_list_roman = cn_fulciniacum - name_list_romano_gallic = cn_fulciniacum - name_list_romano_hispanic = cn_fulciniacum - name_list_romano_british = cn_fulciniacum - name_list_romano_african = cn_fulciniacum - name_list_romano_raetian = cn_fulciniacum - name_list_romano_thracian = cn_fulciniacum - name_list_romano_illyrian = cn_fulciniacum - name_list_romano_pannonian = cn_fulciniacum - name_list_dalmatian = cn_fulciniacum - name_list_romano_noric = cn_fulciniacum - name_list_romano_gothic = cn_fulciniacum - name_list_romano_dacian = cn_fulciniacum - name_list_romano_frank = cn_fulciniacum - name_list_romano_aramean = cn_fulciniacum + #Roman + name_list_roman = cn_turicum + name_list_romano_gallic = cn_turicum + name_list_romano_hispanic = cn_turicum + name_list_romano_british = cn_turicum + name_list_dalmatian = cn_turicum + name_list_romano_african = cn_turicum + name_list_romano_gothic = cn_turicum + name_list_romano_dacian = cn_turicum + name_list_romano_frank = cn_turicum + name_list_romano_aramean = cn_turicum + name_list_romano_vandalic = cn_turicum + name_list_romano_thracian = cn_turicum + name_list_romano_illyrian = cn_turicum + name_list_romano_raetian = cn_turicum + name_list_romano_noric = cn_turicum + name_list_romano_pannonian = cn_turicum + #Later Latin Cultures + name_list_romansh = cn_turitg + #Germanic + name_list_skirian = cn_turicum + name_list_ostrogothic = cn_turicum + name_list_alamannian = cn_turicum + } + + b_zurich = { + province = 2051 + cultural_names = { + #Roman + name_list_roman = cn_turicum + name_list_romano_gallic = cn_turicum + name_list_romano_hispanic = cn_turicum + name_list_romano_british = cn_turicum + name_list_dalmatian = cn_turicum + name_list_romano_african = cn_turicum + name_list_romano_gothic = cn_turicum + name_list_romano_dacian = cn_turicum + name_list_romano_frank = cn_turicum + name_list_romano_aramean = cn_turicum + name_list_romano_vandalic = cn_turicum + name_list_romano_thracian = cn_turicum + name_list_romano_illyrian = cn_turicum + name_list_romano_raetian = cn_turicum + name_list_romano_noric = cn_turicum + name_list_romano_pannonian = cn_turicum + #Later Latin Cultures + name_list_romansh = cn_turitg + #Germanic + name_list_skirian = cn_turicum + name_list_ostrogothic = cn_turicum + name_list_thuringian = cn_turicum + } + color = { 255 215 205 } + } + b_schwyz = { + province = 2461 + cultural_names = { + #Roman + name_list_roman = cn_suitius + name_list_romano_gallic = cn_suitius + name_list_romano_hispanic = cn_suitius + name_list_romano_british = cn_suitius + name_list_dalmatian = cn_suitius + name_list_romano_african = cn_suitius + name_list_romano_gothic = cn_suitibaugs + name_list_romano_dacian = cn_suitius + name_list_romano_frank = cn_suitius + name_list_romano_aramean = cn_suitius + name_list_romano_vandalic = cn_suitius + name_list_romano_thracian = cn_suitius + name_list_romano_illyrian = cn_suitius + name_list_romano_raetian = cn_suitius + name_list_romano_noric = cn_suitius + name_list_romano_pannonian = cn_suitius + #Later Latin Cultures + name_list_romansh = cn_sviz + #Germanic + name_list_skirian = cn_suitibaugs + name_list_ostrogothic = cn_suitibaugs + name_list_alamannian = cn_suitibaugs + } + color = { 255 215 205 } + } + b_engelberg = { + province = 3107 + cultural_names = { + #Roman + name_list_roman = cn_mons_angelorum + name_list_romano_gallic = cn_mons_angelorum + name_list_romano_hispanic = cn_mons_angelorum + name_list_romano_british = cn_mons_angelorum + name_list_dalmatian = cn_mons_angelorum + name_list_romano_african = cn_mons_angelorum + name_list_romano_gothic = cn_mons_angelorum + name_list_romano_dacian = cn_mons_angelorum + name_list_romano_frank = cn_mons_angelorum + name_list_romano_aramean = cn_mons_angelorum + name_list_romano_vandalic = cn_mons_angelorum + name_list_romano_thracian = cn_mons_angelorum + name_list_romano_illyrian = cn_mons_angelorum + name_list_romano_raetian = cn_mons_angelorum + name_list_romano_noric = cn_mons_angelorum + name_list_romano_pannonian = cn_mons_angelorum + #Germanic + name_list_skirian = cn_mons_angelorum + name_list_ostrogothic = cn_mons_angelorum + name_list_alamannian = cn_mons_angelorum + } + color = { 255 215 205 } + } + b_basel = { + province = 2050 + cultural_names = { + #Roman + name_list_roman = cn_basilica + name_list_romano_gallic = cn_basilica + name_list_romano_hispanic = cn_basilica + name_list_romano_british = cn_basilica + name_list_dalmatian = cn_basilica + name_list_romano_african = cn_basilica + name_list_romano_gothic = cn_basilica + name_list_romano_dacian = cn_basilica + name_list_romano_frank = cn_basilica + name_list_romano_aramean = cn_basilica + name_list_romano_vandalic = cn_basilica + name_list_romano_thracian = cn_basilica + name_list_romano_illyrian = cn_basilica + name_list_romano_raetian = cn_basilica + name_list_romano_noric = cn_basilica + name_list_romano_pannonian = cn_basilica + #Later Latin Cultures + name_list_romansh = cn_basilea } - color = { 175 40 65 } - } - } - c_savoie = { - color = { 81 8 14 } - - cultural_names = { - #Roman Cultures - name_list_roman = cn_sapaudia - name_list_romano_gallic = cn_sapaudia - name_list_romano_hispanic = cn_sapaudia - name_list_romano_british = cn_sapaudia - name_list_romano_african = cn_sapaudia - name_list_romano_raetian = cn_sapaudia - name_list_romano_thracian = cn_sapaudia - name_list_romano_illyrian = cn_sapaudia - name_list_romano_pannonian = cn_sapaudia - name_list_dalmatian = cn_sapaudia - name_list_romano_noric = cn_sapaudia - name_list_romano_gothic = cn_sapaudia - name_list_romano_dacian = cn_sapaudia - name_list_romano_frank = cn_sapaudia - name_list_romano_aramean = cn_sapaudia + color = { 255 215 205 } } - b_moutiers = { - province = 2031 - - color = { 81 8 14 } - } - b_saint_michel_de_maurienne = { - province = 2029 - - color = { 81 8 14 } - } - b_chambery = { - province = 2455 - - color = { 81 8 14 } + b_biel = { + province = 2049 + cultural_names = { + #Roman Cultures + name_list_roman = cn_belna + name_list_romano_gallic = cn_belna + name_list_romano_hispanic = cn_belna + name_list_romano_british = cn_belna + name_list_romano_african = cn_belna + name_list_romano_raetian = cn_belna + name_list_romano_thracian = cn_belna + name_list_romano_illyrian = cn_belna + name_list_romano_pannonian = cn_belna + name_list_dalmatian = cn_belna + name_list_romano_noric = cn_belna + name_list_romano_gothic = cn_belna + name_list_romano_dacian = cn_belna + name_list_romano_frank = cn_belna + name_list_romano_aramean = cn_belna + #Later Latin Cultures + name_list_romansh = cn_bienna + } + color = { 150 70 15 } } - b_belley = { - province = 2069 - - color = { 81 8 14 } + b_lucerne = { + province = 2048 + cultural_names = { + #Roman Cultures + name_list_roman = cn_lucerna + name_list_romano_gallic = cn_lucerna + name_list_romano_hispanic = cn_lucerna + name_list_romano_british = cn_lucerna + name_list_romano_african = cn_lucerna + name_list_romano_raetian = cn_lucerna + name_list_romano_thracian = cn_lucerna + name_list_romano_illyrian = cn_lucerna + name_list_romano_pannonian = cn_lucerna + name_list_dalmatian = cn_lucerna + name_list_romano_noric = cn_lucerna + name_list_romano_gothic = cn_lucerna + name_list_romano_dacian = cn_lucerna + name_list_romano_frank = cn_lucerna + name_list_romano_aramean = cn_lucerna + #Later Latin Cultures + name_list_romansh = cn_lucerna + } + color = { 150 70 15 } } } c_bern = { @@ -9089,106 +9140,6 @@ e_gaul = { color = { 139 30 10 } } - } - c_aargau = { - color = { 150 70 15 } - - cultural_names = { - #Roman Cultures - name_list_roman = cn_argovia - name_list_romano_gallic = cn_argovia - name_list_romano_hispanic = cn_argovia - name_list_romano_british = cn_argovia - name_list_romano_african = cn_argovia - name_list_romano_raetian = cn_argovia - name_list_romano_thracian = cn_argovia - name_list_romano_illyrian = cn_argovia - name_list_romano_pannonian = cn_argovia - name_list_dalmatian = cn_argovia - name_list_romano_noric = cn_argovia - name_list_romano_gothic = cn_argovia - name_list_romano_dacian = cn_argovia - name_list_romano_frank = cn_argovia - name_list_romano_aramean = cn_argovia - #Later Latin Cultures - name_list_romansh = cn_argovia - #Germanic Cultures - name_list_alamannian = cn_aareburg - } - - b_biel = { - province = 2049 - cultural_names = { - #Roman Cultures - name_list_roman = cn_belna - name_list_romano_gallic = cn_belna - name_list_romano_hispanic = cn_belna - name_list_romano_british = cn_belna - name_list_romano_african = cn_belna - name_list_romano_raetian = cn_belna - name_list_romano_thracian = cn_belna - name_list_romano_illyrian = cn_belna - name_list_romano_pannonian = cn_belna - name_list_dalmatian = cn_belna - name_list_romano_noric = cn_belna - name_list_romano_gothic = cn_belna - name_list_romano_dacian = cn_belna - name_list_romano_frank = cn_belna - name_list_romano_aramean = cn_belna - #Later Latin Cultures - name_list_romansh = cn_bienna - } - color = { 150 70 15 } - } - b_lucerne = { - province = 2048 - cultural_names = { - #Roman Cultures - name_list_roman = cn_lucerna - name_list_romano_gallic = cn_lucerna - name_list_romano_hispanic = cn_lucerna - name_list_romano_british = cn_lucerna - name_list_romano_african = cn_lucerna - name_list_romano_raetian = cn_lucerna - name_list_romano_thracian = cn_lucerna - name_list_romano_illyrian = cn_lucerna - name_list_romano_pannonian = cn_lucerna - name_list_dalmatian = cn_lucerna - name_list_romano_noric = cn_lucerna - name_list_romano_gothic = cn_lucerna - name_list_romano_dacian = cn_lucerna - name_list_romano_frank = cn_lucerna - name_list_romano_aramean = cn_lucerna - #Later Latin Cultures - name_list_romansh = cn_lucerna - } - color = { 150 70 15 } - } - } - c_neuchatel = { - color = { 135 55 45 } - - cultural_names = { - #Roman Cultures - name_list_roman = cn_novicastellum - name_list_romano_gallic = cn_novicastellum - name_list_romano_hispanic = cn_novicastellum - name_list_romano_british = cn_novicastellum - name_list_romano_african = cn_novicastellum - name_list_romano_raetian = cn_novicastellum - name_list_romano_thracian = cn_novicastellum - name_list_romano_illyrian = cn_novicastellum - name_list_romano_pannonian = cn_novicastellum - name_list_dalmatian = cn_novicastellum - name_list_romano_noric = cn_novicastellum - name_list_romano_gothic = cn_novicastellum - name_list_romano_dacian = cn_novicastellum - name_list_romano_frank = cn_novicastellum - name_list_romano_aramean = cn_novicastellum - #Germanic Cultures - name_list_alamannian = cn_niuwiburg - name_list_burgundian = cn_niujisbaurgs - } b_neuchatel = { province = 2460 cultural_names = { @@ -9238,6 +9189,153 @@ e_gaul = { } } } + d_alpes_poeninae = { #3 + color = { 159 40 10 } + capital = c_aosta + + c_aosta = { + color = { 90 5 15 } + + cultural_names = { + #Roman Cultures + name_list_roman = cn_augusta_praetoria + name_list_romano_gallic = cn_augusta_praetoria + name_list_romano_hispanic = cn_augusta_praetoria + name_list_romano_british = cn_augusta_praetoria + name_list_romano_african = cn_augusta_praetoria + name_list_romano_raetian = cn_augusta_praetoria + name_list_romano_thracian = cn_augusta_praetoria + name_list_romano_illyrian = cn_augusta_praetoria + name_list_romano_pannonian = cn_augusta_praetoria + name_list_dalmatian = cn_augusta_praetoria + name_list_romano_noric = cn_augusta_praetoria + name_list_romano_gothic = cn_augusta_praetoria + name_list_romano_dacian = cn_augusta_praetoria + name_list_romano_frank = cn_augusta_praetoria + name_list_romano_aramean = cn_augusta_praetoria + } + b_aosta = { + province = 2039 + cultural_names = { + #Roman Cultures + name_list_roman = cn_augusta_praetoria + name_list_romano_gallic = cn_augusta_praetoria + name_list_romano_hispanic = cn_augusta_praetoria + name_list_romano_british = cn_augusta_praetoria + name_list_romano_african = cn_augusta_praetoria + name_list_romano_raetian = cn_augusta_praetoria + name_list_romano_thracian = cn_augusta_praetoria + name_list_romano_illyrian = cn_augusta_praetoria + name_list_romano_pannonian = cn_augusta_praetoria + name_list_dalmatian = cn_augusta_praetoria + name_list_romano_noric = cn_augusta_praetoria + name_list_romano_gothic = cn_augusta_praetoria + name_list_romano_dacian = cn_augusta_praetoria + name_list_romano_frank = cn_augusta_praetoria + name_list_romano_aramean = cn_augusta_praetoria + } + color = { 90 5 15 } + } + b_martigny = { + province = 2038 + cultural_names = { + #Roman Cultures + name_list_roman = cn_octodurus + name_list_romano_gallic = cn_octodurus + name_list_romano_hispanic = cn_octodurus + name_list_romano_british = cn_octodurus + name_list_romano_african = cn_octodurus + name_list_romano_raetian = cn_octodurus + name_list_romano_thracian = cn_octodurus + name_list_romano_illyrian = cn_octodurus + name_list_romano_pannonian = cn_octodurus + name_list_dalmatian = cn_octodurus + name_list_romano_noric = cn_octodurus + name_list_romano_gothic = cn_octodurus + name_list_romano_dacian = cn_octodurus + name_list_romano_frank = cn_octodurus + name_list_romano_aramean = cn_octodurus + } + color = { 90 5 15 } + } + b_thonon_les_bains = { + province = 2036 + cultural_names = { + #Roman Cultures + name_list_roman = cn_tunonium + name_list_romano_gallic = cn_tunonium + name_list_romano_hispanic = cn_tunonium + name_list_romano_british = cn_tunonium + name_list_romano_african = cn_tunonium + name_list_romano_raetian = cn_tunonium + name_list_romano_thracian = cn_tunonium + name_list_romano_illyrian = cn_tunonium + name_list_romano_pannonian = cn_tunonium + name_list_dalmatian = cn_tunonium + name_list_romano_noric = cn_tunonium + name_list_romano_gothic = cn_tunonium + name_list_romano_dacian = cn_tunonium + name_list_romano_frank = cn_tunonium + name_list_romano_aramean = cn_tunonium + } + color = { 175 40 65 } + } + } + c_savoie = { + color = { 81 8 14 } + + cultural_names = { + #Roman Cultures + name_list_roman = cn_sapaudia + name_list_romano_gallic = cn_sapaudia + name_list_romano_hispanic = cn_sapaudia + name_list_romano_british = cn_sapaudia + name_list_romano_african = cn_sapaudia + name_list_romano_raetian = cn_sapaudia + name_list_romano_thracian = cn_sapaudia + name_list_romano_illyrian = cn_sapaudia + name_list_romano_pannonian = cn_sapaudia + name_list_dalmatian = cn_sapaudia + name_list_romano_noric = cn_sapaudia + name_list_romano_gothic = cn_sapaudia + name_list_romano_dacian = cn_sapaudia + name_list_romano_frank = cn_sapaudia + name_list_romano_aramean = cn_sapaudia + } + b_moutiers = { + province = 2031 + + color = { 81 8 14 } + } + b_saint_michel_de_maurienne = { + province = 2029 + + color = { 81 8 14 } + } + b_faucigny = { + province = 8719 + cultural_names = { + #Roman Cultures + name_list_roman = cn_fulciniacum + name_list_romano_gallic = cn_fulciniacum + name_list_romano_hispanic = cn_fulciniacum + name_list_romano_british = cn_fulciniacum + name_list_romano_african = cn_fulciniacum + name_list_romano_raetian = cn_fulciniacum + name_list_romano_thracian = cn_fulciniacum + name_list_romano_illyrian = cn_fulciniacum + name_list_romano_pannonian = cn_fulciniacum + name_list_dalmatian = cn_fulciniacum + name_list_romano_noric = cn_fulciniacum + name_list_romano_gothic = cn_fulciniacum + name_list_romano_dacian = cn_fulciniacum + name_list_romano_frank = cn_fulciniacum + name_list_romano_aramean = cn_fulciniacum + } + color = { 175 40 65 } + } + } + } } k_belgica = { color={ 85 207 47 } @@ -12684,4 +12782,4 @@ e_gaul = { } } } -} \ No newline at end of file +} diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index d70fef62e4..4021432c74 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -12151,146 +12151,6 @@ e_italy = { color = { 230 205 205 } } } - c_zurich = { - color = { 255 215 205 } - - cultural_names = { - #Roman - name_list_roman = cn_turicum - name_list_romano_gallic = cn_turicum - name_list_romano_hispanic = cn_turicum - name_list_romano_british = cn_turicum - name_list_dalmatian = cn_turicum - name_list_romano_african = cn_turicum - name_list_romano_gothic = cn_turicum - name_list_romano_dacian = cn_turicum - name_list_romano_frank = cn_turicum - name_list_romano_aramean = cn_turicum - name_list_romano_vandalic = cn_turicum - name_list_romano_thracian = cn_turicum - name_list_romano_illyrian = cn_turicum - name_list_romano_raetian = cn_turicum - name_list_romano_noric = cn_turicum - name_list_romano_pannonian = cn_turicum - #Later Latin Cultures - name_list_romansh = cn_turitg - #Germanic - name_list_skirian = cn_turicum - name_list_ostrogothic = cn_turicum - name_list_alamannian = cn_turicum - } - - b_zurich = { - province = 2051 - cultural_names = { - #Roman - name_list_roman = cn_turicum - name_list_romano_gallic = cn_turicum - name_list_romano_hispanic = cn_turicum - name_list_romano_british = cn_turicum - name_list_dalmatian = cn_turicum - name_list_romano_african = cn_turicum - name_list_romano_gothic = cn_turicum - name_list_romano_dacian = cn_turicum - name_list_romano_frank = cn_turicum - name_list_romano_aramean = cn_turicum - name_list_romano_vandalic = cn_turicum - name_list_romano_thracian = cn_turicum - name_list_romano_illyrian = cn_turicum - name_list_romano_raetian = cn_turicum - name_list_romano_noric = cn_turicum - name_list_romano_pannonian = cn_turicum - #Later Latin Cultures - name_list_romansh = cn_turitg - #Germanic - name_list_skirian = cn_turicum - name_list_ostrogothic = cn_turicum - name_list_thuringian = cn_turicum - } - color = { 255 215 205 } - } - b_schwyz = { - province = 2461 - cultural_names = { - #Roman - name_list_roman = cn_suitius - name_list_romano_gallic = cn_suitius - name_list_romano_hispanic = cn_suitius - name_list_romano_british = cn_suitius - name_list_dalmatian = cn_suitius - name_list_romano_african = cn_suitius - name_list_romano_gothic = cn_suitibaugs - name_list_romano_dacian = cn_suitius - name_list_romano_frank = cn_suitius - name_list_romano_aramean = cn_suitius - name_list_romano_vandalic = cn_suitius - name_list_romano_thracian = cn_suitius - name_list_romano_illyrian = cn_suitius - name_list_romano_raetian = cn_suitius - name_list_romano_noric = cn_suitius - name_list_romano_pannonian = cn_suitius - #Later Latin Cultures - name_list_romansh = cn_sviz - #Germanic - name_list_skirian = cn_suitibaugs - name_list_ostrogothic = cn_suitibaugs - name_list_alamannian = cn_suitibaugs - } - color = { 255 215 205 } - } - b_engelberg = { - province = 3107 - cultural_names = { - #Roman - name_list_roman = cn_mons_angelorum - name_list_romano_gallic = cn_mons_angelorum - name_list_romano_hispanic = cn_mons_angelorum - name_list_romano_british = cn_mons_angelorum - name_list_dalmatian = cn_mons_angelorum - name_list_romano_african = cn_mons_angelorum - name_list_romano_gothic = cn_mons_angelorum - name_list_romano_dacian = cn_mons_angelorum - name_list_romano_frank = cn_mons_angelorum - name_list_romano_aramean = cn_mons_angelorum - name_list_romano_vandalic = cn_mons_angelorum - name_list_romano_thracian = cn_mons_angelorum - name_list_romano_illyrian = cn_mons_angelorum - name_list_romano_raetian = cn_mons_angelorum - name_list_romano_noric = cn_mons_angelorum - name_list_romano_pannonian = cn_mons_angelorum - #Germanic - name_list_skirian = cn_mons_angelorum - name_list_ostrogothic = cn_mons_angelorum - name_list_alamannian = cn_mons_angelorum - } - color = { 255 215 205 } - } - b_basel = { - province = 2050 - cultural_names = { - #Roman - name_list_roman = cn_basilica - name_list_romano_gallic = cn_basilica - name_list_romano_hispanic = cn_basilica - name_list_romano_british = cn_basilica - name_list_dalmatian = cn_basilica - name_list_romano_african = cn_basilica - name_list_romano_gothic = cn_basilica - name_list_romano_dacian = cn_basilica - name_list_romano_frank = cn_basilica - name_list_romano_aramean = cn_basilica - name_list_romano_vandalic = cn_basilica - name_list_romano_thracian = cn_basilica - name_list_romano_illyrian = cn_basilica - name_list_romano_raetian = cn_basilica - name_list_romano_noric = cn_basilica - name_list_romano_pannonian = cn_basilica - #Later Latin Cultures - name_list_romansh = cn_basilea - } - color = { 255 215 205 } - } - } c_ravensburg = { color = { 65 60 65 } diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index d9c849a61c..dd29115ff2 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -79,7 +79,7 @@ k_rugiland = { } k_burgundians = { color={ 128 0 32 } - capital = c_aargau + capital = c_lyon ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index c3b3efced3..f5acd378f2 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -5,6 +5,7 @@ removed: c_vanad, c_hayk, c_toksun Raeita & Noricum: c_hallstatt, c_geisenhausen, c_frontenhausen, c_falkenstein +c_aargau, c_neuchatel Baronies Moved around: c_majar: Created from other parts of the Caucuses @@ -89,6 +90,19 @@ c_rosenheim (new) b_marquardstein from c_falkenstein b_burgenhausen from c_salzberg b_laufen from c_salzberg +c_bern + b_neuchatel from c_neuchatel + b_pontarlier from c_neuchatel +c_zurich + b_aargau from c_aargau + b_lucerene from c_aargau +c_aosta + b_thonon_les_bains from c_geneva +c_savoie + b_faucigny from c_geneva +c_geneva + b_chambery from c_savoie + b_belley from c_savoie TODO: c_dausar and associated diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 425cb5f33d..a3af7501d8 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1146,6 +1146,34 @@ other_title_effects = { set_realm_capital = title:c_toledo } } + #Burgundian sub-kings + character:24 = { + if = { + limit = { + is_alive = yes + is_landed = yes + } + set_realm_capital = title:c_valentinois + } + } + character:25 = { + if = { + limit = { + is_landed = yes + is_alive = yes + } + set_realm_capital = title:c_chalon + } + } + character:26 = { + if = { + limit = { + is_landed = yes + is_alive = yes + } + set_realm_capital = title:c_geneva + } + } title:k_yarlung.holder = { if = { limit = { current_date < 637.1.1 } diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 921258ef52..9939b84d28 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2214,12 +2214,19 @@ HeruliChar102 = { female = yes religion = "nicene" culture = "romano_gallic" - trait = "zealous" - trait = "humble" - trait = "calm" - trait = "content" 456.1.1 = { birth = yes } - 506.1.1 = { death = yes } + 472.1.1 = { + trait = "zealous" + trait = "humble" + trait = "calm" + trait = "content" + } + 493.1.1 = { #Killed along with her husband according to "History of the Franks" Book 2 28 + death = { + death_reason = death_execution + killer = 20 + } + } } #Suebi & Bavari @@ -2233,7 +2240,7 @@ HeruliChar102 = { 418.1.1 = { birth = yes } 450.1.1 = { religion = "arian" } 470.1.1 = { add_spouse = 74407 } # Alypia, daughter of emperor Anthemius - 472.8.18 = { death = yes } + 472.8.18 = { death = { death_reason = death_ill } } #Died of hemorrhage } 190040_sister = { name = "Riciberga" # fictional name, sister of Rechair and Ricimer married with king Gundeoc of the burgundians diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 3cf7308c9a..499d1bce17 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -388,6 +388,84 @@ TaifalThifalia006 = { 720.1.1 = { death = yes } } +##### Romano-Gauls +MamertusOfVienne = { + name = "Mamertus" #St. Mamertus of Vienne (Catholic Encyclopedia 1913) + religion = "nicene" + culture = "romano_gallic" + 410.1.1 = { birth = yes } + 426.1.1 = { + trait = zealous + trait = content + trait = humble + } + 430.1.1 = { add_spouse = MamertusOfVienneWife } + 474.1.1 = { + death = yes + trait = saint + } +} +MamertusOfVienneWife = { + name = "Priscilla" #Unnamed wife of Mamertus + female = yes + religion = "nicene" + culture = "romano_gallic" + 410.1.1 = { birth = yes } + 460.1.1 = { death = yes } +} + +#Important Burgundian Bishops +CariathoOfValence = { + name = "Cariatho" #ApollinarisOfValence predecessor? + religion = nicene + culture = romano_gallic + 420.1.1 = { birth = yes } + 486.1.1 = { death = yes } +} +ApollinarisOfValence = { + name = "Apollinaris" + # Son of Hesychius, bishop of Valence 486-520 + religion = nicene + culture = romano_gallic + dynasty = 1042298 + father = 1007001 + 453.1.1 = { + birth = yes + add_pressed_claim = title:e_wre + add_pressed_claim = title:k_italy + trait = intellect_good_3 #Very important in the conversion of Sigismund and in relations with Arian Gundobad + } + 469.1.1 = { + trait = zealous + trait = just + trait = patient + trait = shrewd + trait = education_learning_4 + } + 473.1.1 = { #Joins the priesthood around 20 + trait = devoted + trait = celibate #Try to prevent him from having kids before his episcopate + trait = theologian + trait = scholar + } + 520.1.1 = { + death = yes + trait = saint + } +} +FuscinaAvitus = { + name = "Fuscina" + # Daughter of Hesychius + female = yes + religion = nicene + culture = romano_gallic + dynasty = 1042298 + father = 1007001 + 457.1.1 = { birth = yes } + 473.1.1 = { trait = devoted } #Became a nun + 527.1.1 = { death = yes } +} + ########### Heroidian Dynasty HerodianDynn000 = { name = "Antipater" diff --git a/WtWSMS/history/characters/burgundian.txt b/WtWSMS/history/characters/burgundian.txt index 7bacd4ff7e..0f1b2e48ba 100644 --- a/WtWSMS/history/characters/burgundian.txt +++ b/WtWSMS/history/characters/burgundian.txt @@ -1,5 +1,5 @@ 20 = { - name = "Gundobald" #PLRE vol.2 Gundobad 1 + name = "Gundobald" #Gundobadus 1 PLRE vol.2 dna = 20_gundobad dynasty = "1042146" martial = 10 @@ -8,26 +8,29 @@ stewardship = 6 religion = "arian" culture = "burgundian" - trait = "arrogant" - trait = "patient" - trait = "deceitful" - trait = "cynical" - trait = "legendary_leader" - trait = "compassionate" - trait = "gregarious" - trait = "education_learning_2" father = 21 mother = 190040_sister - 450.1.1 = { - birth = yes - } - 516.1.1 = { - death = yes - } + 450.1.1 = { birth = yes } + 466.1.1 = { + trait = "arrogant" + trait = "patient" + trait = "deceitful" + trait = "cynical" + trait = "legendary_leader" + trait = "compassionate" + trait = "gregarious" + trait = "education_learning_2" + } + 474.1.1 = { #Friendship with Avitus' Family + set_relation_friend = character:1007001 #Hesychius + set_relation_friend = character:190011 #Alcimus Ecdicius Avitus + set_relation_friend = character:ApollinarisOfValence #Apollinaris of Valence + } + 516.1.1 = { death = yes } } 21 = { - name = "Gundeoc" # PLRE vol. 2 Gundioc + name = "Gundeoc" # Gundiocus PLRE vol. 2 dynasty = "1042146" martial = 5 diplomacy = 5 @@ -35,22 +38,24 @@ stewardship = 6 religion = "germanic_pagan" culture = "burgundian" - trait = "arrogant" - trait = "wrathful" - trait = "lustful" - trait = "zealous" - trait = "gregarious" - trait = "education_learning_2" father = 22 410.1.1 = { birth = yes + trait = disputed_heritage #Putative father was Gundahar (22) } - 440.1.1 = { - add_spouse = 190040_sister + 426.1.1 = { + trait = "arrogant" + trait = "wrathful" + trait = "lustful" + trait = "zealous" + trait = "gregarious" + trait = "education_learning_2" } - 470.1.1 = { - death = yes + 440.1.1 = { + add_spouse = 190040_sister #Sister of Ricimer + religion = arian #Possible conversion; makes it easier to believe his sons become Arians } + 474.1.1 = { death = yes } } 23 = { @@ -72,7 +77,7 @@ } 22 = { - name = "Gundahar" + name = "Gundahar" #Gundicharius PLRE Vol 2 dynasty = "1042146" martial = 5 diplomacy = 5 @@ -81,12 +86,8 @@ religion = "germanic_pagan" culture = "burgundian" father = 27 - 385.1.1 = { - birth = yes - } - 436.1.1 = { - death = yes - } + 385.1.1 = { birth = yes } + 436.1.1 = { death = { death_reason = death_battle } } } 24 = { @@ -98,21 +99,23 @@ stewardship = 6 religion = "arian" culture = "burgundian" - trait = "compassionate" - trait = "craven" - trait = "trusting" - trait = "zealous" - trait = "education_martial_2" father = 21 mother = 190040_sister - 452.1.1 = { - birth = yes - } - 469.1.1 = { - add_spouse = 24_wife - } + 452.1.1 = { birth = yes } + 468.1.1 = { + trait = "compassionate" + trait = "craven" + trait = "trusting" + trait = "zealous" + trait = disloyal #Involved in a revolt + trait = "education_martial_2" + } + 469.1.1 = { add_spouse = 24_wife } 493.1.1 = { - death = yes + death = { + death_reason = death_execution + killer = 20 + } } } @@ -125,15 +128,11 @@ stewardship = 6 religion = "arian" culture = "burgundian" - trait = "education_martial_2" father = 21 mother = 190040_sister - 451.1.1 = { - birth = yes - } - 486.1.1 = { - death = yes - } + 451.1.1 = { birth = yes } + 467.1.1 = { trait = "education_martial_2" } + 486.1.1 = { death = yes } } 26 = { @@ -148,16 +147,17 @@ trait = "education_martial_2" father = 21 mother = 190040_sister - 455.1.1 = { - birth = yes - } + 455.1.1 = { birth = yes } 501.1.1 = { - death = yes + death = { + death_reason = death_battle + killer = 20 #Killed by his brother during an uprising + } } } 28 = { - name = "Gislahar" + name = "Gislahar" #Guntarius PLRE Vol 2 dynasty = "1042146" martial = 5 diplomacy = 5 diff --git a/WtWSMS/history/characters/romano_gallic.txt b/WtWSMS/history/characters/romano_gallic.txt index 4d7a9c41af..2ae10293db 100644 --- a/WtWSMS/history/characters/romano_gallic.txt +++ b/WtWSMS/history/characters/romano_gallic.txt @@ -819,21 +819,29 @@ 489.1.1 = { death = yes } } +#[1]- - Vielberg, Meinolf, “Avitus of Vienne (Saint)”, in: Religion Past and Present. Consulted online on 20 November 2022 ; First published online: 2011 ; First print edition: ISBN: 9789004146662, 2006-2013 190011 = { name = "Alcimus_Ecdicius" dynasty = 1042298 religion = "nicene" culture = "romano_gallic" - trait = "poet" - trait = "education_learning_4" father = 1007001 - 470.1.1 = { + 450.1.1 = { #[1] birth = yes add_pressed_claim = title:e_wre add_pressed_claim = title:k_italy } + 466.1.1 = { + trait = "education_learning_4" + trait = "poet" + trait = zealous + trait = diligent + trait = gregarious + } + 470.1.1 = { trait = devoted } #Probable point he became a priest 519.1.1 = { death = yes + trait = saint } } diff --git a/WtWSMS/history/provinces/bp_k_lugdunensis.txt b/WtWSMS/history/provinces/bp_k_lugdunensis.txt index 16af2a7f17..37d0a12843 100644 --- a/WtWSMS/history/provinces/bp_k_lugdunensis.txt +++ b/WtWSMS/history/provinces/bp_k_lugdunensis.txt @@ -288,6 +288,15 @@ 2378 = { #MORVAN holding = none } +###c_bresse +2071 = { #BOURG + culture = romano_gallic + religion = gallican_church + holding = castle_holding #aka Bergintrum +} +2457 = { #CHAMPAGNOLE + holding = none +} ## d_celtica ################################### diff --git a/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt b/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt index 01a9ba33ad..e586e56cf4 100644 --- a/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt +++ b/WtWSMS/history/provinces/bp_k_maxima_sequanorm.txt @@ -42,15 +42,6 @@ 2056 = { #PORRENTRUY holding = none } -###c_bresse -2071 = { #BOURG - culture = romano_gallic - religion = gallican_church - holding = castle_holding #aka Bergintrum -} -2457 = { #CHAMPAGNOLE - holding = none -} ###c_dole 2458 = { #DOLE culture = romano_gallic @@ -77,49 +68,29 @@ holding = none 727.1.1 = { holding = city_holding } #First town mention } - -## d_alpes_poeninae ######################## - -###c_aosta -2039 = { #AOSTA - culture = burgundian - religion = arian - holding = castle_holding #aka Augusta Praetoria Salassorum - 516.1.1 = { religion = nicene } -} -2038 = { # MARTIGNY - holding = city_holding #aka Civitas Vallensium Octodurus/Forum Claudii Vallensium Octodurensium -} -###c_geneva -2035 = { #GENEVA - culture = burgundian - religion = arian +###c_zurich +2051 = { #ZURICH + culture = romano_raetian + religion = nicene holding = castle_holding - 516.1.1 = { religion = nicene } -} -2034 = { #ANNECY - holding = city_holding #aka Boutae } -2036 = { #THONON-LES-BAINS +2461 = { #SCHWYZ holding = none + 750.1.1 = { holding = city_holding } #8th century settlement } -8719 = { #FAUCIGNY +3107 = { #ENGELBERG holding = none } -###c_savoie -2031 = { #MOUTIERS - culture = romano_gallic - religion = gallican_church - holding = castle_holding #aka Darantasia -} -2029 = { #SAINT-MICHEL-DE-MAURIENNE +2050 = { #BASEL holding = none + 806.1.1 = { holding = church_holding } #Separation of Diocese of Basil from Diocese of August Raurica } -2455 = { #CHAMBERY +2049 = { #BIEL holding = none } -2069 = { #BELLEY - holding = church_holding #aka Bellicum; 5th century see +2048 = { #LUCERNE + holding = none + 750.1.1 = { holding = church_holding } #Monastery founded } ###c_bern 2037 = { #LAUSANNE @@ -133,22 +104,37 @@ 2047 = { #THUN holding = none } -###c_aargau -2049 = { #BIEL - culture = romano_raetian - religion = nicene - holding = castle_holding -} -2048 = { #LUCERNE - holding = none - 750.1.1 = { holding = church_holding } #Monastery founded -} -###c_neuchatel 2460 = { #NEUCHATEL - culture = romano_raetian - religion = nicene - holding = castle_holding + holding = none } 2074 = { #PONTARLIER holding = city_holding #aka Ariolica } + + +## d_alpes_poeninae ######################## + +###c_aosta +2039 = { #AOSTA + culture = romano_gallic + religion = gallican_church + holding = castle_holding #aka Augusta Praetoria Salassorum +} +2038 = { # MARTIGNY + holding = city_holding #aka Civitas Vallensium Octodurus/Forum Claudii Vallensium Octodurensium +} +###c_savoie +2031 = { #MOUTIERS + culture = romano_gallic + religion = gallican_church + holding = castle_holding #aka Darantasia +} +2029 = { #SAINT-MICHEL-DE-MAURIENNE + holding = none +} +2455 = { #CHAMBERY + holding = none +} +2069 = { #BELLEY + holding = church_holding #aka Bellicum; 5th century see +} diff --git a/WtWSMS/history/provinces/bp_k_raetia.txt b/WtWSMS/history/provinces/bp_k_raetia.txt index 090b7ab845..cb54a65f8c 100644 --- a/WtWSMS/history/provinces/bp_k_raetia.txt +++ b/WtWSMS/history/provinces/bp_k_raetia.txt @@ -54,23 +54,6 @@ holding = none 612.1.1 = { holding = church_holding } #Hermitage founded } -###c_zurich -2051 = { #ZURICH - culture = romano_raetian - religion = nicene - holding = castle_holding -} -2461 = { #SCHWYZ - holding = none - 750.1.1 = { holding = city_holding } #8th century settlement -} -3107 = { #ENGELBERG - holding = none -} -2050 = { #BASEL - holding = none - 806.1.1 = { holding = church_holding } #Separation of Diocese of Basil from Diocese of August Raurica -} ###c_ravensburg 2787 = { #BREGENZ culture = romano_raetian diff --git a/WtWSMS/history/provinces/bp_k_septem_provincae.txt b/WtWSMS/history/provinces/bp_k_septem_provincae.txt index d125bae7c3..bec3598bbc 100644 --- a/WtWSMS/history/provinces/bp_k_septem_provincae.txt +++ b/WtWSMS/history/provinces/bp_k_septem_provincae.txt @@ -598,18 +598,6 @@ ## d_narbonensis_secunda ############################## -###c_embrun -2027 = { #EMBRUN - culture = romano_gallic - religion = gallican_church - holding = castle_holding #aka Ebrodunum -} -2028 = { #GAP - holding = city_holding #aka Vappincum -} -8718 = { #BRIANCON - holding = church_holding #aka Brigantio, church_holding for diversity -} ###c_forcalquier 2061 = { #FORCALQUIER culture = romano_gallic @@ -619,20 +607,45 @@ 2060 = { #APT holding = church_holding #aka Apta Iulia; pilgrimage site } -###c_viennois -2030 = { #GRENOBLE +###c_provence +2019 = { #TOULON culture = romano_gallic religion = gallican_church - holding = castle_holding #aka Gratianopolis + holding = castle_holding #aka Telo Martius } -2033 = { #VIENNE - holding = church_holding #aka Colonia Vienna +2024 = { #DRAGUIGNIAN + holding = city_holding #aka Anteae } -2032 = { #CHARTREUSE = PALADRU - holding = none +2025 = { #CASTELLANE + holding = church_holding #aka Civitas Saliniensum; 5th century diocese } -2068 = { #ROMANS - holding = none +2018 = { #MARSEILLE + holding = castle_holding #aka Massilia + buildings = { + common_tradeport_00 + cereal_fields_00 + } +} +2023 = { #AIX + holding = city_holding #aka Aquae Sextiae +} + + +## d_gallia_viennensis ############################## + +###c_venaissin +2017 = { #ARLES + culture = romano_gallic + religion = gallican_church + holding = castle_holding #aka Col. Arelate + buildings = { + common_tradeport_00 + cereal_fields_00 + pastures_00 + } +} +2059 = { #AVIGNON + holding = church_holding #aka Avennio } ###c_valentinois 8717 = { #MONTEIL @@ -652,28 +665,40 @@ 2067 = { #VAISON holding = city_holding #aka Vasio } -###c_provence -2019 = { #TOULON +###c_viennois +2030 = { #GRENOBLE culture = romano_gallic religion = gallican_church - holding = castle_holding #aka Telo Martius + holding = castle_holding #aka Gratianopolis } -2024 = { #DRAGUIGNIAN - holding = city_holding #aka Anteae +2033 = { #VIENNE + holding = church_holding #aka Colonia Vienna } -2025 = { #CASTELLANE - holding = church_holding #aka Civitas Saliniensum; 5th century diocese +2032 = { #CHARTREUSE = PALADRU + holding = none } -2018 = { #MARSEILLE - holding = castle_holding #aka Massilia - buildings = { - common_tradeport_00 - cereal_fields_00 - } +2068 = { #ROMANS + holding = none } -2023 = { #AIX - holding = city_holding #aka Aquae Sextiae +###c_geneva +2035 = { #GENEVA + culture = burgundian + religion = arian + holding = castle_holding + 516.1.1 = { religion = nicene } +} +2034 = { #ANNECY + holding = city_holding #aka Boutae +} +2036 = { #THONON-LES-BAINS + holding = none } +8719 = { #FAUCIGNY + holding = none +} + +## d_alpes_maritimae ############################## + ###c_nice 2021 = { #NICE culture = romano_gallic @@ -695,17 +720,15 @@ 2026 = { #DIGNE holding = church_holding #aka Dinia; church_holding for diversity } -###c_venaissin -2017 = { #ARLES +###c_embrun +2027 = { #EMBRUN culture = romano_gallic religion = gallican_church - holding = castle_holding #aka Col. Arelate - buildings = { - common_tradeport_00 - cereal_fields_00 - pastures_00 - } + holding = castle_holding #aka Ebrodunum } -2059 = { #AVIGNON - holding = church_holding #aka Avennio +2028 = { #GAP + holding = city_holding #aka Vappincum +} +8718 = { #BRIANCON + holding = church_holding #aka Brigantio, church_holding for diversity } diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 2481d6d811..3344bbcd50 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -201,26 +201,17 @@ k_visigoths = { } } k_burgundians = { - 407.1.1={ #Foederati status - holder=29 # Gundomar, Burgundian King - government = subroman_government - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King + 370.1.1 = { #Gjuki/Gibica Niflung + holder = 27 + government = tribal_government } - 516.1.1={ + 407.1.1={ holder=29 } # Gundomar, Son of Gjuki/Gibica; first settlement as Foederatus + 411.1.1={ holder=28 } # Giselher, Son of Gjuki/Gibica + 413.1.1={ holder=22 } # Gundahar, Son of Gjuki/Gibica + 436.1.1={ holder=21 } # Gundioc, Son of Gundahar (Putative), Burgundians decimated by Huns at battle of Worms, Gundahar killed + 443.1.1={ government = subroman_government } #Second settlement as Foederatus in more urbanized land + 474.1.1={ holder=20 } # Gundobad, Son of Gundahar + 516.1.1={ #set_global_flag = lex_burgundionum # At latest holder=106530 # Sigismund Niflung } diff --git a/WtWSMS/history/titles/bp_k_lugdunensis.txt b/WtWSMS/history/titles/bp_k_lugdunensis.txt index 9e98012258..d6d2714ed8 100644 --- a/WtWSMS/history/titles/bp_k_lugdunensis.txt +++ b/WtWSMS/history/titles/bp_k_lugdunensis.txt @@ -459,7 +459,7 @@ c_brie_francaise = { #c_sens history d_lugdunum = { #Empty History 1.1.1={} } -c_lyon = { +c_lyon = { #Burgundian 461 expansion (part of Archdiocese of Lyon Patrimony) #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -470,29 +470,24 @@ c_lyon = { 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - government = subroman_government - } - 411.1.1={ - holder=28 # Burgundian King - } + + #457-Gondioc quells rebellion in Lyon, occupies Lugdunum, removed by Majorian + + #461-Gondioc continues expansion after Majorian dies + 434.1.1={ holder=1001106 # Bishop Eucherius government = theocracy_government - liege="k_burgundians" - } - 449.1.1={ - holder=23 # Burgundian King } 456.1.1={ holder=1001105 # Bishop Patiens - liege="k_burgundians" government = theocracy_government } - 494.9.11={ - holder=20 # Burgundian King + 461.1.1 = { #Gundeoc Niflung conquers and moves the capital + liege = k_burgundians + holder=21 #Gundeoc Niflung } + 474.1.1={ holder = 20 } # Gunobald Niflung 516.1.1={ holder=106530 # Sigismund Niflung } @@ -525,7 +520,7 @@ c_lyon = { holder = 30029 # Chlothar II Meroving } } -c_forez = { +c_forez = { #Burgundian 461 expansion (part of Archdiocese of Lyon Patrimony) #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -536,49 +531,44 @@ c_forez = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King + + #457-Gondioc quells rebellion in Lyon, occupies Lugdunum, removed by Majorian + + #461-Gondioc continues expansion after Majorian dies + + 434.1.1={ + holder=1001106 # Bishop Eucherius + government = theocracy_government } - 473.1.1={ - holder=20 # Burgundian King + 456.1.1={ + holder=1001105 # Bishop Patiens + government = theocracy_government } + 461.1.1 = { liege = k_burgundians } + 494.9.11={ holder=20 } # Gunobald Niflung 516.1.1={ holder=106530 # Sigismund Niflung } 524.1.1={ holder=106544 # Godomar Niflung } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving + 534.1.1={ + holder = 106520 # Childebert Meroving } - 555.1.1={ - holder = 106522 # Chlothar Meroving + 558.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 231004 # Sigebert Meroving + holder = 1300628 # Armentarius + liege = k_orleans } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 576.1.1={ + holder = 206855 # Guntram Meroving } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 592.1.28={ + holder = 30010 # Childebert Meroving } - 612.1.1={ + 595.1.1={ holder = 30014 # Theuderic II Meroving } 613.1.1={ @@ -588,7 +578,7 @@ c_forez = { holder = 30029 # Chlothar II Meroving } } -c_dijon = { +c_dijon = { #Romano-Gauls under Burgundians (2) #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -601,16 +591,13 @@ c_dijon = { #Rulers 450.1.1={ holder = 306 # Romano-Gauls - liege = "k_burgundians" government = subroman_government } + 461.1.1 = { liege = k_burgundians } 466.1.1 = { holder = 1300587 # Gregorius Attalus - liege = k_burgundians - } - 506.1.1={ - holder=20 # Burgundian King } + 506.1.1={ holder=20 } # Gunobald Niflung 516.1.1={ holder=106530 # Sigismund Niflung } @@ -651,7 +638,7 @@ c_dijon = { holder = 30029 # Chlothar II Meroving } } -c_chalon = { #c_chalons history +c_chalon = { #Burgundian 461 expansion #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -662,50 +649,30 @@ c_chalon = { #c_chalons history 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } - 524.1.1={ - holder=106544 # Godomar Niflung + + #457-Gondioc quells rebellion in Lyon, occupies Lugdunum, removed by Majorian + + #461-Gondioc continues expansion after Majorian dies + 461.1.1={ holder=23 } # Chilperic Niflung + 474.1.1={ #Gundomar Niflung (Capital not attested) + holder=25 + liege=k_burgundians + government = subroman_government } + 486.1.1={ holder=20 } #Gunobald Niflung + 516.1.1={ holder=106530 } # Sigismund Niflung + 524.1.1={ holder=106544 } # Godomar Niflung 534.1.1={ - holder = 106520 # Childebert Meroving - } - 558.1.1 = { - holder = 1300936 # Agricola - liege = k_franks - } - 561.11.29 = { - holder = 1300938 # Celsus - liege = k_orleans + holder = 106525 # Theudebert Meroving } - 569.1.1 = { - holder = 1300942 # Amatus + 548.1.1={ + holder = 106529 # Theudebald Meroving } - 569.7.1={ - holder = 1300646 # Mummolus + 555.1.1={ + holder = 106522 # Chlothar Meroving } - 581.1.1 = { - holder = 206855 # Guntram Meroving - liege = 0 + 561.11.29={ + holder = 206855 # Guntram Meroving } 592.1.28={ holder = 30010 # Childebert Meroving @@ -720,7 +687,7 @@ c_chalon = { #c_chalons history holder = 30029 # Chlothar II Meroving } } -c_macon = { +c_macon = { #Burgundian 461 expansion #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -731,50 +698,25 @@ c_macon = { 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } - 524.1.1={ - holder=106544 # Godomar Niflung - } + + #457-Gondioc quells rebellion in Lyon, occupies Lugdunum, removed by Majorian + + #461-Gondioc continues expansion after Majorian dies + 461.1.1={ holder=23 } # Chilperic Niflung + 475.1.1={ holder=20 } # Gunobald Niflung + 516.1.1={ holder=106530 } # Sigismund Niflung + 524.1.1={ holder=106544 } # Godomar Niflung 534.1.1={ - holder = 106520 # Childebert Meroving - } - 558.1.1 = { - holder = 1300936 # Agricola - liege = k_franks - } - 561.11.29 = { - holder = 1300938 # Celsus - liege = k_orleans + holder = 106525 # Theudebert Meroving } - 569.1.1 = { - holder = 1300942 # Amatus + 548.1.1={ + holder = 106529 # Theudebald Meroving } - 569.7.1={ - holder = 1300646 # Mummolus + 555.1.1={ + holder = 106522 # Chlothar Meroving } - 581.1.1 = { - holder = 206855 # Guntram Meroving - liege = 0 + 561.11.29={ + holder = 206855 # Guntram Meroving } 592.1.28={ holder = 30010 # Childebert Meroving @@ -789,7 +731,7 @@ c_macon = { holder = 30029 # Chlothar II Meroving } } -c_nevers = { +c_nevers = { #Romano-Gauls under Burgundians (1) #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -802,15 +744,11 @@ c_nevers = { #Rulers 450.1.1={ holder = 306 # Romano-Gauls - liege = "k_burgundians" government = subroman_government } - 489.5.2={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } + 461.1.1 = { liege = k_burgundians } #Burgundian occupation + 489.5.2={ holder=20 } # Gunobald Niflung + 516.1.1={ holder=106530 } # Sigismund Niflung 524.1.1={ holder=106544 # Godomar Niflung } @@ -848,7 +786,7 @@ c_nevers = { holder = 30029 # Chlothar II Meroving } } -c_avalois = { #c_nevers history (elimination) +c_avalois = { #Romano-Gauls under Burgundians (1) #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -861,15 +799,11 @@ c_avalois = { #c_nevers history (elimination) #Rulers 450.1.1={ holder = 306 # Romano-Gauls - liege = "k_burgundians" government = subroman_government } - 489.5.2={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } + 461.1.1 = { liege = k_burgundians } #Burgundian occupation + 489.5.2={ holder=20 } # Gunobald Niflung + 516.1.1={ holder=106530 } # Sigismund Niflung 524.1.1={ holder=106544 # Godomar Niflung } @@ -907,6 +841,52 @@ c_avalois = { #c_nevers history (elimination) holder = 30029 # Chlothar II Meroving } } +c_bresse = { #Burgundian border with Alamanni + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 411.1.1 = { change_development_level = 6 } #Burgundian migration + 500.1.1 = { change_development_level = 8 } + 534.1.1 = { change_development_level = 4 } #Frankish incorporation + 600.1.1 = { change_development_level = 5 } + 700.1.1 = { change_development_level = 6 } + #Rulers + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung + 474.1.1={ holder=20 } # Gundobald Niflung + 516.1.1={ + holder=106530 # Sigismund Niflung + } + 524.1.1={ + holder=106544 # Godomar Niflung + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 206855 # Guntram Meroving + } + 592.1.28={ + holder = 30010 # Childebert Meroving + } + 595.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } +} #Development by county d_celtica = { diff --git a/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt b/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt index cfba9ebcc6..0efefdcefa 100644 --- a/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt +++ b/WtWSMS/history/titles/bp_k_maxima_sequanorm.txt @@ -6,7 +6,7 @@ k_maxima_sequanorum = { #Empty History d_maxima_sequanorum = { #Empty History 1.1.1={} } -c_besancon = { +c_besancon = { #Burgundian border with Alamanni #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -17,29 +17,15 @@ c_besancon = { 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung 445.1.1={ holder=1001107 # Bishop Amtidius (II) liege="k_burgundians" government = theocracy_government } - 480.1.1={ - holder=20 # Burgundian King - } + 480.1.1={ holder=20 } # Gundobald Niflung 516.1.1={ holder=106530 # Sigismund Niflung } @@ -71,7 +57,7 @@ c_besancon = { holder = 30029 # Chlothar II Meroving } } -c_sundgau = { +c_sundgau = { #Burgundian border with Alamanni #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -82,89 +68,10 @@ c_sundgau = { 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } - 524.1.1={ - holder=106544 # Godomar Niflung - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus - } - 591.1.1={ - holder = 1300605 # Wandalmarus - } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } -} -c_bresse = { #c_neuchatel history (elimination) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 411.1.1 = { change_development_level = 6 } #Burgundian migration - 500.1.1 = { change_development_level = 8 } - 534.1.1 = { change_development_level = 4 } #Frankish incorporation - 600.1.1 = { change_development_level = 5 } - 700.1.1 = { change_development_level = 6 } - #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung + 474.1.1={ holder=20 } # Gundobald Niflung 516.1.1={ holder=106530 # Sigismund Niflung } @@ -181,18 +88,13 @@ c_bresse = { #c_neuchatel history (elimination) holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus + holder = 206855 # Guntram Meroving } - 591.1.1={ - holder = 1300605 # Wandalmarus + 592.1.28={ + holder = 30010 # Childebert Meroving } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + 595.1.1={ + holder = 30014 # Theuderic II Meroving } 613.1.1={ holder = 30015 # Sigebert Meroving @@ -201,7 +103,7 @@ c_bresse = { #c_neuchatel history (elimination) holder = 30029 # Chlothar II Meroving } } -c_dole = { #c_neuchatel history (elimination) +c_dole = { #Burgundian border with Alamanni #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -212,24 +114,15 @@ c_dole = { #c_neuchatel history (elimination) 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung + 474.1.1={ #Gundomar Niflung (Capital not attested) + holder=25 + liege=k_burgundians + government = subroman_government + } + 486.1.1={ holder=20 } #Gunobald Niflung 516.1.1={ holder=106530 # Sigismund Niflung } @@ -246,18 +139,13 @@ c_dole = { #c_neuchatel history (elimination) holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus + holder = 206855 # Guntram Meroving } - 591.1.1={ - holder = 1300605 # Wandalmarus + 592.1.28={ + holder = 30010 # Childebert Meroving } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + 595.1.1={ + holder = 30014 # Theuderic II Meroving } 613.1.1={ holder = 30015 # Sigebert Meroving @@ -266,7 +154,7 @@ c_dole = { #c_neuchatel history (elimination) holder = 30029 # Chlothar II Meroving } } -c_colmar = { #c_sundgau history +c_colmar = { #Alamanni territory #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -314,39 +202,26 @@ c_colmar = { #c_sundgau history holder = 30029 # Chlothar II Meroving } } - -d_alpes_poeninae = { #Empty History - 1.1.1={} -} -c_aosta = { #c_savoie history +c_bern = { #Core Burgundian Settlement #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 4 } - 400.1.1 = { change_development_level = 5 } - 411.1.1 = { change_development_level = 3 } #Burgundian migration - 500.1.1 = { change_development_level = 4 } - 534.1.1 = { change_development_level = 2 } #Frankish incorporation - 600.1.1 = { change_development_level = 3 } - 700.1.1 = { change_development_level = 4 } + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 411.1.1 = { change_development_level = 6 } #Burgundian migration + 500.1.1 = { change_development_level = 8 } + 534.1.1 = { change_development_level = 4 } #Frankish incorporation + 600.1.1 = { change_development_level = 5 } + 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung + 474.1.1={ #Gundomar Niflung (Capital not attested) + holder=25 + liege=k_burgundians + government = subroman_government + } + 486.1.1={ holder=20 } #Gunobald Niflung 516.1.1={ holder=106530 # Sigismund Niflung } @@ -354,24 +229,22 @@ c_aosta = { #c_savoie history holder=106544 # Godomar Niflung } 534.1.1={ - holder = 106520 # Childebert Meroving + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving } - 558.1.1={ - holder = 106522 # Chlothar Meroving + 555.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus + holder = 206855 # Guntram Meroving } - 591.1.1={ - holder = 1300605 # Wandalmarus + 592.1.28={ + holder = 30010 # Childebert Meroving } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + 595.1.1={ + holder = 30014 # Theuderic II Meroving } 613.1.1={ holder = 30015 # Sigebert Meroving @@ -380,69 +253,70 @@ c_aosta = { #c_savoie history holder = 30029 # Chlothar II Meroving } } -c_geneva = { #c_geneve history (direct) +c_zurich = { #c_schwyz history #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } 400.1.1 = { change_development_level = 9 } - 411.1.1 = { change_development_level = 4 } #Burgundian migration - 500.1.1 = { change_development_level = 7 } - 534.1.1 = { change_development_level = 3 } #Frankish incorporation - 600.1.1 = { change_development_level = 4 } - 700.1.1 = { change_development_level = 5 } + 476.1.1 = { change_development_level = 9 } #End of Roman Rule + 600.1.1 = { change_development_level = 9 } + 700.1.1 = { change_development_level = 9 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King + 452.1.1={ + holder = 41726 # Asinius } - 411.1.1={ - holder=28 # Burgundian King + 455.1.1={ + holder = 41727 # Pruritius } - 436.1.1={ - holder=22 # Burgundian King + 470.1.1={ + holder = 41728 # Claudian } - 439.1.1={ - holder=21 # Burgundian King + 485.1.1={ + holder = 456558 # Ursinicus } - 443.1.1={ - holder=23 # Burgundian King + 495.1.1={ + holder = 462006 # Sidonius } - 473.1.1={ - holder=20 # Burgundian King + 520.1.1={ + holder = 462161 # Eddo } - 516.1.1={ - holder=106530 # Sigismund Niflung + 530.1.1={ + holder = 1300071 # Valentinianus } - 524.1.1={ - holder=106544 # Godomar Niflung + 539.1.1={ + holder=106550 # Butilin Chrocus + liege = k_austrasia } - 534.1.1={ - holder = 106520 # Childebert Meroving + 554.1.1={ + holder=106551 # Leuthari Chrocus } - 558.1.1={ - holder = 106522 # Chlothar Meroving + 573.1.1={ + holder=106555 # Theodefrid Chrocus } - 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans + 580.1.1={ + holder=106558 # Leutfrid Chrocus } - 573.6.1 = { - holder = 1300604 # Theudefredus + 588.1.1={ + holder=106570 # Uncilin Chrocus } - 591.1.1={ - holder = 1300605 # Wandalmarus + 607.1.1={ + holder=106572 # Gunzo Chrocus } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + 630.1.1={ + holder= 106574 # Chrodobert Chrocus } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 642.1.1={ + holder= 106590 # Leuthari Chrocus } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 645.1.1={ + holder= 106590 # Gotfrid Agilolfing } } -c_savoie = { + +d_alpes_poeninae = { #Empty History + 1.1.1={} +} +c_aosta = { #Core Burgundian Settlement #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 4 } @@ -453,151 +327,15 @@ c_savoie = { 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } - 524.1.1={ - holder=106544 # Godomar Niflung - } - 534.1.1={ - holder = 106520 # Childebert Meroving - } - 558.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus - } - 591.1.1={ - holder = 1300605 # Wandalmarus - } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } -} -c_bern = { - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 411.1.1 = { change_development_level = 6 } #Burgundian migration - 500.1.1 = { change_development_level = 8 } - 534.1.1 = { change_development_level = 4 } #Frankish incorporation - 600.1.1 = { change_development_level = 5 } - 700.1.1 = { change_development_level = 6 } - #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } - 524.1.1={ - holder=106544 # Godomar Niflung - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus - } - 591.1.1={ - holder = 1300605 # Wandalmarus - } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } -} -c_aargau = { #c_valais history (changed) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 411.1.1 = { change_development_level = 6 } #Burgundian migration - 500.1.1 = { change_development_level = 8 } - 534.1.1 = { change_development_level = 4 } #Frankish incorporation - 600.1.1 = { change_development_level = 5 } - 700.1.1 = { change_development_level = 6 } - #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung + 474.1.1={ + holder=26 + liege=k_burgundians + government = subroman_government + } + 500.1.1={ holder=20 } #Gundobald (after killing Godigisel) 516.1.1={ holder=106530 # Sigismund Niflung } @@ -614,18 +352,13 @@ c_aargau = { #c_valais history (changed) holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus + holder = 206855 # Guntram Meroving } - 591.1.1={ - holder = 1300605 # Wandalmarus + 592.1.28={ + holder = 30010 # Childebert Meroving } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + 595.1.1={ + holder = 30014 # Theuderic II Meroving } 613.1.1={ holder = 30015 # Sigebert Meroving @@ -634,7 +367,7 @@ c_aargau = { #c_valais history (changed) holder = 30029 # Chlothar II Meroving } } -c_neuchatel = { +c_savoie = { #Core Burgundian Settlement #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 4 } @@ -645,24 +378,15 @@ c_neuchatel = { 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung + 474.1.1={ + holder=26 + liege=k_burgundians + government = subroman_government + } + 500.1.1={ holder=20 } #Gundobald (after killing Godigisel) 516.1.1={ holder=106530 # Sigismund Niflung } @@ -679,18 +403,13 @@ c_neuchatel = { holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 1300753 # Vaefarius - liege = k_orleans - } - 573.6.1 = { - holder = 1300604 # Theudefredus + holder = 206855 # Guntram Meroving } - 591.1.1={ - holder = 1300605 # Wandalmarus + 592.1.28={ + holder = 30010 # Childebert Meroving } - 604.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + 595.1.1={ + holder = 30014 # Theuderic II Meroving } 613.1.1={ holder = 30015 # Sigebert Meroving diff --git a/WtWSMS/history/titles/bp_k_raetia.txt b/WtWSMS/history/titles/bp_k_raetia.txt index de521ddb05..b8df210060 100644 --- a/WtWSMS/history/titles/bp_k_raetia.txt +++ b/WtWSMS/history/titles/bp_k_raetia.txt @@ -124,65 +124,6 @@ c_sankt_gallen = { holder= 106590 # Gotfrid Agilolfing } } -c_zurich = { #c_schwyz history - #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 476.1.1 = { change_development_level = 9 } #End of Roman Rule - 600.1.1 = { change_development_level = 9 } - 700.1.1 = { change_development_level = 9 } - #Rulers - 452.1.1={ - holder = 41726 # Asinius - } - 455.1.1={ - holder = 41727 # Pruritius - } - 470.1.1={ - holder = 41728 # Claudian - } - 485.1.1={ - holder = 456558 # Ursinicus - } - 495.1.1={ - holder = 462006 # Sidonius - } - 520.1.1={ - holder = 462161 # Eddo - } - 530.1.1={ - holder = 1300071 # Valentinianus - } - 539.1.1={ - holder=106550 # Butilin Chrocus - liege = k_austrasia - } - 554.1.1={ - holder=106551 # Leuthari Chrocus - } - 573.1.1={ - holder=106555 # Theodefrid Chrocus - } - 580.1.1={ - holder=106558 # Leutfrid Chrocus - } - 588.1.1={ - holder=106570 # Uncilin Chrocus - } - 607.1.1={ - holder=106572 # Gunzo Chrocus - } - 630.1.1={ - holder= 106574 # Chrodobert Chrocus - } - 642.1.1={ - holder= 106590 # Leuthari Chrocus - } - 645.1.1={ - holder= 106590 # Gotfrid Agilolfing - } -} c_ravensburg = { #c_grisons history (changed from c_tirol history) #Development 1.1.1 = { change_development_level = 2 } diff --git a/WtWSMS/history/titles/bp_k_septem_provincae.txt b/WtWSMS/history/titles/bp_k_septem_provincae.txt index 34402fe772..ac398476f9 100644 --- a/WtWSMS/history/titles/bp_k_septem_provincae.txt +++ b/WtWSMS/history/titles/bp_k_septem_provincae.txt @@ -702,7 +702,7 @@ c_clermont_sur_allier = { #c_auvergne history holder = 30029 # Chlothar II Meroving } } -c_thiers = { #c_forez history +c_thiers = { #Burgundians Rhone Valley #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -713,49 +713,37 @@ c_thiers = { #c_forez history 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King + + #NB: Burgundians didn't settle in Gaul until 443 + 440.1.1 = { + holder = alan_chieftain_3 + government = tribal_government } - 473.1.1={ - holder=20 # Burgundian King + 450.1.1 = { holder = alan_chieftain_4 } + 463.1.1={ liege = k_burgundians } + 464.1.1={ holder=21 } #Gundeoc Niflung + 474.1.1={ #Chilperic II Niflung + holder=24 + liege = k_burgundians + government = subroman_government } + 493.1.1={ holder=20 } #Gunobald Niflung 516.1.1={ - holder=106530 # Sigismund Niflung + holder = 106530 # Sigismund Niflung } 524.1.1={ - holder=106544 # Godomar Niflung - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving + holder = 106544 # Godomar Niflung } - 555.1.1={ - holder = 106522 # Chlothar Meroving + 534.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 231004 # Sigebert Meroving + holder = 206855 # Guntram Meroving } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 592.1.28={ + holder = 30010 # Childebert Meroving } 595.1.1={ - holder = 30011 # Theudebert Meroving - } - 612.1.1={ holder = 30014 # Theuderic II Meroving } 613.1.1={ @@ -765,7 +753,7 @@ c_thiers = { #c_forez history holder = 30029 # Chlothar II Meroving } } -c_velay = { #c_forez history (elimination) +c_velay = { #Burgundians Rhone Valley #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -776,49 +764,37 @@ c_velay = { #c_forez history (elimination) 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King + + #NB: Burgundians didn't settle in Gaul until 443 + 440.1.1 = { + holder = alan_chieftain_3 + government = tribal_government } - 473.1.1={ - holder=20 # Burgundian King + 450.1.1 = { holder = alan_chieftain_4 } + 463.1.1={ liege = k_burgundians } + 464.1.1={ holder=21 } #Gundeoc Niflung + 474.1.1={ #Chilperic II Niflung + holder=24 + liege = k_burgundians + government = subroman_government } + 493.1.1={ holder=20 } #Gunobald Niflung 516.1.1={ - holder=106530 # Sigismund Niflung + holder = 106530 # Sigismund Niflung } 524.1.1={ - holder=106544 # Godomar Niflung - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving + holder = 106544 # Godomar Niflung } - 555.1.1={ - holder = 106522 # Chlothar Meroving + 534.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 231004 # Sigebert Meroving + holder = 206855 # Guntram Meroving } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 592.1.28={ + holder = 30010 # Childebert Meroving } 595.1.1={ - holder = 30011 # Theudebert Meroving - } - 612.1.1={ holder = 30014 # Theuderic II Meroving } 613.1.1={ @@ -908,7 +884,7 @@ c_limousin = { holder = 30029 # Chlothar II Meroving } } -c_jaligny = { #c_nevers history (elimination) +c_jaligny = { #Romano-Gauls under Burgundians (1) #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -918,20 +894,14 @@ c_jaligny = { #c_nevers history (elimination) 534.1.1 = { change_development_level = 3 } #Frankish incorporation 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } - #Rulers - #Rulers 450.1.1={ holder = 306 # Romano-Gauls - liege = "k_burgundians" government = subroman_government } - 489.5.2={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } + 461.1.1 = { liege = k_burgundians } #Burgundian occupation + 489.5.2={ holder=20 } # Gunobald Niflung + 516.1.1={ holder=106530 } # Sigismund Niflung 524.1.1={ holder=106544 # Godomar Niflung } @@ -2854,7 +2824,7 @@ c_gevaudan = { holder = 30029 # Chlothar II Meroving } } -c_viviers = { #c_valentinois history (changed from c_viviers) +c_viviers = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -2865,37 +2835,20 @@ c_viviers = { #c_valentinois history (changed from c_viviers) 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King + + #NB: Burgundians didn't settle in Gaul until 443 + 440.1.1 = { + holder = alan_chieftain_3 + government = tribal_government } - 475.1.1={ - holder = 1007001 # Hesychius - liege = "k_burgundians" + 442.1.1={ + holder = CariathoOfValence government = theocracy_government } - 494.1.1={ - holder = 190011 # Alcimus Ecdicius - government = subroman_government - } - 516.1.1={ - holder = 106530 # Sigismund Niflung - } - 524.1.1={ + 463.1.1={ liege = k_burgundians } + 486.1.1={ holder = ApollinarisOfValence } + 520.1.1={ holder = 106530 } # Sigismund Niflung + 524.1.1={ holder = 106544 # Godomar Niflung } 534.1.1={ @@ -2921,79 +2874,16 @@ c_viviers = { #c_valentinois history (changed from c_viviers) d_narbonensis_secunda = { #Empty History 1.1.1={} } -c_embrun = { - #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 411.1.1 = { change_development_level = 4 } #Burgundian migration - 500.1.1 = { change_development_level = 7 } - 534.1.1 = { change_development_level = 3 } #Frankish incorporation - 600.1.1 = { change_development_level = 4 } - 700.1.1 = { change_development_level = 5 } - #Rulers - - 407.1.1={ - holder=29 # Gundomar, Burgundian King - } - 411.1.1={ - holder=28 # Burgundian King - } - 436.1.1={ - holder=22 # Burgundian King - } - 439.1.1={ - holder=21 # Burgundian King - } - 443.1.1={ - holder=23 # Burgundian King - } - 473.1.1={ - holder=20 # Burgundian King - } - 516.1.1={ - holder=106530 # Sigismund Niflung - } - 524.1.1={ - holder=106544 # Godomar Niflung - } - 534.1.1={ - holder = 106522 # Chlothar Meroving - } - 556.12.1 = { - holder = 1300927 # Placidus - liege = k_franks - } - 557.5.1 = { - holder = 106522 # Chlothar Meroving - liege = 0 - } - 561.11.29={ - holder = 206855 # Guntram Meroving - } - 592.1.28={ - holder = 30010 # Childebert Meroving - } - 595.1.1={ - holder = 30014 # Theuderic II Meroving - } - 613.1.1={ - holder = 30015 # Sigebert Meroving - } - 614.1.1={ - holder = 30029 # Chlothar II Meroving - } -} -c_forcalquier = { +c_provence = { #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 411.1.1 = { change_development_level = 4 } #Burgundian migration - 500.1.1 = { change_development_level = 7 } - 534.1.1 = { change_development_level = 3 } #Frankish incorporation - 600.1.1 = { change_development_level = 4 } - 700.1.1 = { change_development_level = 5 } + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 411.1.1 = { change_development_level = 6 } #Burgundian migration + 500.1.1 = { change_development_level = 8 } + 534.1.1 = { change_development_level = 4 } #Frankish incorporation + 600.1.1 = { change_development_level = 5 } + 700.1.1 = { change_development_level = 6 } #Rulers #Balti: @@ -3072,7 +2962,7 @@ c_forcalquier = { holder = 30029 # Chlothar II Meroving } } -c_viennois = { #c_dauphine_viennois history +c_nice = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 4 } @@ -3083,97 +2973,125 @@ c_viennois = { #c_dauphine_viennois history 600.1.1 = { change_development_level = 3 } 700.1.1 = { change_development_level = 4 } #Rulers - 407.1.1={ - holder=29 # Gundomar, Burgundian King + + #Balti: + 395.1.1={ + holder=74422 # Alareiks I } - 411.1.1={ - holder=28 # Burgundian King + 410.1.1={ + holder=74423 # Athavulf } - 436.1.1={ - holder=22 # Burgundian King + 415.1.1={ + holder=74424 # Sigeric - Amali Dynasty } - 439.1.1={ - holder=21 # Burgundian King + 415.1.7={ + holder=74425 # Wallia } - 443.1.1={ - holder=23 # Burgundian King + 419.1.1={ + holder=74426 # Þiudareiks } - 473.1.1={ - holder=20 # Burgundian King + 451.1.1={ + holder=74427 # Þaurismoþs } - 475.1.1={ - holder = 1007001 # Hesychius - liege = "k_burgundians" - government = theocracy_government + 453.1.1={ + holder=74428 # Þiudareiks } - 494.1.1={ - holder = 190011 # Alcimus Ecdicius - government = subroman_government + 466.1.1={ + holder=109769 # fictional + liege = "k_visigoths" } - 516.1.1={ - holder = 106530 # Sigismund Niflung + 507.1.1={ + liege = k_franks } - 524.1.1={ - holder = 106544 # Godomar Niflung + 508.1.1={ + holder = 1300920 #Gemellus + liege = k_italy } - 534.1.1={ - holder = 106522 # Chlothar Meroving + 510.1.1={ + holder = 154003 # Petrus Marcellinus Felix Liberius + } + 536.1.1={ + holder = 106522 # Chlothar Meroving + liege = 0 + } + 556.12.1 = { + holder = 1300927 # Placidus + liege = k_franks + } + 557.5.1 = { + holder = 106522 # Chlothar Meroving + liege = 0 } 561.11.29={ - holder = 206855 # Guntram Meroving + holder = 231004 # Sigebert Meroving } - 592.1.28={ - holder = 30010 # Childebert Meroving + 570.1.1 = { + holder = 1300933 # Iovinus + liege = k_austrasia + } + 573.1.1 = { + holder = 1300935 # Albinus + } + 581.1.1 = { + holder = 30010 # Childebert II Meroving + liege = 0 } 595.1.1={ - holder = 30014 # Theuderic II Meroving + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } -c_valentinois = { + +d_alpes_maritimae = { + 1.1.1 = {} +} +c_embrun = { #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 411.1.1 = { change_development_level = 6 } #Burgundian migration - 500.1.1 = { change_development_level = 8 } - 534.1.1 = { change_development_level = 4 } #Frankish incorporation - 600.1.1 = { change_development_level = 5 } - 700.1.1 = { change_development_level = 6 } + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 411.1.1 = { change_development_level = 4 } #Burgundian migration + 500.1.1 = { change_development_level = 7 } + 534.1.1 = { change_development_level = 3 } #Frankish incorporation + 600.1.1 = { change_development_level = 4 } + 700.1.1 = { change_development_level = 5 } #Rulers - #NB: Burgundians didn't settle in Gaul until 443 + #463 - Burgundian Souther Expansion 440.1.1 = { holder = alan_chieftain_3 government = tribal_government } 450.1.1 = { holder = alan_chieftain_4 } - 464.1.1 = { holder = 23 } #Burgundian King - 473.1.1={ - holder=20 # Burgundian King - } - 475.1.1={ - holder = 1007001 # Hesychius - liege = "k_burgundians" - government = theocracy_government - } - 494.1.1={ - holder = 190011 # Alcimus Ecdicius + 463.1.1={ holder=23 } # Chilperic Niflung + 474.1.1={ + holder=26 + liege=k_burgundians government = subroman_government } + 500.1.1={ holder=20 } #Gundobald (after killing Godigisel) 516.1.1={ - holder = 106530 # Sigismund Niflung + holder=106530 # Sigismund Niflung } 524.1.1={ - holder = 106544 # Godomar Niflung + holder=106544 # Godomar Niflung } 534.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 206855 # Guntram Meroving @@ -3191,16 +3109,16 @@ c_valentinois = { holder = 30029 # Chlothar II Meroving } } -c_provence = { +c_forcalquier = { #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 411.1.1 = { change_development_level = 6 } #Burgundian migration - 500.1.1 = { change_development_level = 8 } - 534.1.1 = { change_development_level = 4 } #Frankish incorporation - 600.1.1 = { change_development_level = 5 } - 700.1.1 = { change_development_level = 6 } + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 411.1.1 = { change_development_level = 4 } #Burgundian migration + 500.1.1 = { change_development_level = 7 } + 534.1.1 = { change_development_level = 3 } #Frankish incorporation + 600.1.1 = { change_development_level = 4 } + 700.1.1 = { change_development_level = 5 } #Rulers #Balti: @@ -3279,16 +3197,20 @@ c_provence = { holder = 30029 # Chlothar II Meroving } } -c_nice = { + +d_gallia_viennensis = { + 1.1.1 = {} +} +c_venaissin = { #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 4 } - 400.1.1 = { change_development_level = 5 } - 411.1.1 = { change_development_level = 3 } #Burgundian migration - 500.1.1 = { change_development_level = 4 } - 534.1.1 = { change_development_level = 2 } #Frankish incorporation - 600.1.1 = { change_development_level = 3 } - 700.1.1 = { change_development_level = 4 } + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 411.1.1 = { change_development_level = 6 } #Burgundian migration + 500.1.1 = { change_development_level = 8 } + 534.1.1 = { change_development_level = 4 } #Frankish incorporation + 600.1.1 = { change_development_level = 5 } + 700.1.1 = { change_development_level = 6 } #Rulers #Balti: @@ -3313,19 +3235,29 @@ c_nice = { 453.1.1={ holder=74428 # Þiudareiks } - 466.1.1={ - holder=109769 # fictional - liege = "k_visigoths" + 466.1.1={ + holder=30 #Aiwarekis + } + 475.1.1={ + holder=1000503 #Camillus + government = subroman_government + liege = k_visigoths #Pretty sure Arles was part of the visigothic kingdom at this point + } + 479.1.1={ + holder=30 #Aiwarekis + } + 484.12.28={ + holder=190066 #Alareiks II } 507.1.1={ - liege = k_franks + holder = 40 } 508.1.1={ holder = 1300920 #Gemellus liege = k_italy } 510.1.1={ - holder = 154003 # Petrus Marcellinus Felix Liberius + holder=154003 # Petrus Marcellinus Felix Liberius } 536.1.1={ holder = 106522 # Chlothar Meroving @@ -3366,7 +3298,7 @@ c_nice = { holder = 30029 # Chlothar II Meroving } } -c_venaissin = { +c_valentinois = { #Rhone Valley Burgundians #Development 1.1.1 = { change_development_level = 4 } 200.1.1 = { change_development_level = 8 } @@ -3378,88 +3310,149 @@ c_venaissin = { 700.1.1 = { change_development_level = 6 } #Rulers - #Balti: - 395.1.1={ - holder=74422 # Alareiks I + #NB: Burgundians didn't settle in Gaul until 443 + 440.1.1 = { + holder = alan_chieftain_3 + government = tribal_government } - 410.1.1={ - holder=74423 # Athavulf + 450.1.1 = { holder = alan_chieftain_4 } + 463.1.1={ liege = k_burgundians } + 464.1.1={ holder=21 } #Gundeoc Niflung + 474.1.1={ #Chilperic II Niflung + holder=24 + liege = k_burgundians + government = subroman_government } - 415.1.1={ - holder=74424 # Sigeric - Amali Dynasty + 493.1.1={ holder=20 } #Gunobald Niflung + 516.1.1={ + holder = 106530 # Sigismund Niflung } - 415.1.7={ - holder=74425 # Wallia + 524.1.1={ + holder = 106544 # Godomar Niflung } - 419.1.1={ - holder=74426 # Þiudareiks + 534.1.1={ + holder = 106522 # Chlothar Meroving } - 451.1.1={ - holder=74427 # Þaurismoþs + 561.11.29={ + holder = 206855 # Guntram Meroving } - 453.1.1={ - holder=74428 # Þiudareiks + 592.1.28={ + holder = 30010 # Childebert Meroving } - 466.1.1={ - holder=30 #Aiwarekis + 595.1.1={ + holder = 30014 # Theuderic II Meroving } - 475.1.1={ - holder=1000503 #Camillus - government = subroman_government - liege = k_visigoths #Pretty sure Arles was part of the visigothic kingdom at this point + 613.1.1={ + holder = 30015 # Sigebert Meroving } - 479.1.1={ - holder=30 #Aiwarekis + 614.1.1={ + holder = 30029 # Chlothar II Meroving } - 484.12.28={ - holder=190066 #Alareiks II +} +c_viennois = { #Rhone Valley Burgundians + #Development + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 4 } + 400.1.1 = { change_development_level = 5 } + 411.1.1 = { change_development_level = 3 } #Burgundian migration + 500.1.1 = { change_development_level = 4 } + 534.1.1 = { change_development_level = 2 } #Frankish incorporation + 600.1.1 = { change_development_level = 3 } + 700.1.1 = { change_development_level = 4 } + #Rulers + + 440.1.1 = { + holder = alan_chieftain_3 + government = tribal_government } - 507.1.1={ - holder = 40 + 450.1.1 = { holder = alan_chieftain_4 } + 462.1.1={ + holder = MamertusOfVienne + government = theocracy_government } - 508.1.1={ - holder = 1300920 #Gemellus - liege = k_italy + 463.1.1={ liege = k_burgundians } + 475.1.1={ + holder = 1007001 # Hesychius + liege = "k_burgundians" + government = theocracy_government } - 510.1.1={ - holder=154003 # Petrus Marcellinus Felix Liberius + 494.1.1={ + holder = 190011 # Alcimus Ecdicius + government = subroman_government } - 536.1.1={ - holder = 106522 # Chlothar Meroving - liege = 0 + 516.1.1={ + holder = 106530 # Sigismund Niflung } - 556.12.1 = { - holder = 1300927 # Placidus - liege = k_franks + 524.1.1={ + holder = 106544 # Godomar Niflung } - 557.5.1 = { - holder = 106522 # Chlothar Meroving - liege = 0 + 534.1.1={ + holder = 106522 # Chlothar Meroving } 561.11.29={ - holder = 231004 # Sigebert Meroving + holder = 206855 # Guntram Meroving } - 570.1.1 = { - holder = 1300933 # Iovinus - liege = k_austrasia + 592.1.28={ + holder = 30010 # Childebert Meroving } - 573.1.1 = { - holder = 1300935 # Albinus + 595.1.1={ + holder = 30014 # Theuderic II Meroving } - 581.1.1 = { - holder = 30010 # Childebert II Meroving - liege = 0 + 613.1.1={ + holder = 30015 # Sigebert Meroving } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 614.1.1={ + holder = 30029 # Chlothar II Meroving } - 612.1.1={ - holder = 30014 # Theuderic II Meroving +} +c_geneva = { #Core Burgundian Settlement + #Development + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 411.1.1 = { change_development_level = 4 } #Burgundian migration + 500.1.1 = { change_development_level = 7 } + 534.1.1 = { change_development_level = 3 } #Frankish incorporation + 600.1.1 = { change_development_level = 4 } + 700.1.1 = { change_development_level = 5 } + #Rulers + + #443-Aetius settles the Burgundians in NE France as Foederatus + 443.1.1={ holder=21 } # Gundeoc Niflung + 474.1.1={ # Godigisel's capital as Sub-King of the Burgundians (Godigisel 2 PLRE Vol 2) + holder=26 + liege=k_burgundians + government = subroman_government + } + 500.1.1={ holder=20 } #Gundobald (after killing Godigisel) + 516.1.1={ + holder=106530 # Sigismund Niflung + } + 524.1.1={ + holder=106544 # Godomar Niflung + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 206855 # Guntram Meroving + } + 592.1.28={ + holder = 30010 # Childebert Meroving + } + 595.1.1={ + holder = 30014 # Theuderic II Meroving } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index c3699f6707..096b29aa00 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -199,6 +199,10 @@ d_narbonensis_prima_adj:0 "Narbonensis Prima" d_narbonensis_secunda:0 "Narbonensis Secunda" d_narbonensis_secunda_adj:0 "Narbonensis Secunda" + d_gallia_viennensis: "Gallia Viennensis" + d_gallia_viennensis_adj: "Gallia Viennensis" + d_alpes_maritimae: "Alpes Maritimae" + d_alpes_maritimae_adj: "Alpes Maritimae" k_lugdunensis:0 "Lugdunensis" k_lugdunensis_adj:0 "Lugdunensis" d_noviodunum:0 "Noviodunum" diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 9b7e982a0a..53f6ce5068 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -845,4 +845,8 @@ Tanaza_rt: "Tanazârt" Taze_llayt: "Tazêllayt" Guayanfanta: "Guayanfanta" + #Romano-Gauls + Mamertus: "Mamertus" + Cariatho: "Cariatho" + Fuscina: "Fuscina" \ No newline at end of file diff --git a/WtWSMS/map_data/geographical_regions/geographical_region.txt b/WtWSMS/map_data/geographical_regions/geographical_region.txt index d109f1921d..871f7e48ed 100644 --- a/WtWSMS/map_data/geographical_regions/geographical_region.txt +++ b/WtWSMS/map_data/geographical_regions/geographical_region.txt @@ -16,7 +16,7 @@ world_roman_empire_west_gaulia = { duchies = { #k_septem_provincae d_novempopulana d_aquitanica_prima d_aquitanica_secunda d_avaricum d_limonum d_toulouse d_narbonensis_prima - d_narbonensis_secunda + d_narbonensis_secunda d_alpes_maritimae d_gallia_viennensis #k_lugdunensis d_noviodunum d_gallia d_lugdunum d_celtica d_lugdunensis_tertia #k_brittany @@ -459,7 +459,7 @@ world_europe_west_francia = { ##### Changed from Vanilla d_alpes_poeninae d_maxima_sequanorum #k_septem_provincae d_limonum d_avaricum d_aquitanica_prima d_aquitanica_secunda d_narbonensis_prima - d_narbonensis_secunda d_toulouse d_novempopulana + d_narbonensis_secunda d_alpes_maritimae d_gallia_viennensis d_toulouse d_novempopulana } } world_europe_west_iberia = { ##### Changed from Vanilla @@ -1418,7 +1418,7 @@ custom_portuguese = { ##### Changed from Vanilla } custom_occitan = { ##### Changed from Vanilla duchies = { - d_novempopulana d_toulouse d_narbonensis_prima d_narbonensis_secunda d_aquitanica_prima d_avaricum d_limonum + d_novempopulana d_toulouse d_narbonensis_prima d_narbonensis_secunda d_alpes_maritimae d_gallia_viennensis d_aquitanica_prima d_avaricum d_limonum } } custom_andalusian = { ##### Changed from Vanilla @@ -1574,7 +1574,7 @@ custom_west_francia_minus_mediterranean = { ##### Changed from Vanilla custom_south_francia = { ##### Changed from Vanilla duchies = { d_limonum d_avaricum d_aquitanica_prima d_aquitanica_secunda d_novempopulana d_toulouse - d_narbonensis_prima d_narbonensis_secunda + d_narbonensis_prima d_narbonensis_secunda d_alpes_maritimae d_gallia_viennensis } } @@ -1799,7 +1799,7 @@ custom_carolingian_francia = { ##### Changed from Vanilla duchies = { #k_septem_provincae d_novempopulana d_aquitanica_prima d_aquitanica_secunda d_avaricum d_limonum d_toulouse - d_narbonensis_prima d_narbonensis_secunda + d_narbonensis_prima d_narbonensis_secunda d_alpes_maritimae d_gallia_viennensis #k_maxima_sequanorum d_maxima_sequanorum d_alpes_poeninae #k_belgica @@ -2346,7 +2346,7 @@ ghw_region_france = { ##### Changed from Vanilla duchies = { #k_septem_provincae d_novempopulana d_aquitanica_prima d_aquitanica_secunda d_avaricum d_limonum d_toulouse d_narbonensis_prima - d_narbonensis_secunda + d_narbonensis_secunda d_alpes_maritimae d_gallia_viennensis #k_lugdunensis d_noviodunum d_gallia d_lugdunum d_celtica d_lugdunensis_tertia #k_brittany @@ -2732,7 +2732,7 @@ ghw_region_southern_france = { ##### Changed from Vanilla duchies = { #k_septem_provincae d_novempopulana d_aquitanica_prima d_aquitanica_secunda d_avaricum d_limonum d_toulouse d_narbonensis_prima - d_narbonensis_secunda + d_narbonensis_secunda d_alpes_maritimae d_gallia_viennensis #k_maxima_sequanorum d_maxima_sequanorum d_alpes_poeninae #Other Southern French Provinces From 8c3a71208df8e70d66d967cc4f2fecb0d49fceb4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:05:40 -0500 Subject: [PATCH 184/339] Update BP_game_start.txt --- WtWSMS/common/on_action/BP_game_start.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index a3af7501d8..e32019f407 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1368,6 +1368,11 @@ convert_christian_chars_to_rites = { CHARACTER = character:TaifalThifalia006 FAITH = faith:nicene } + #Raetia Curiensis + change_faith_if_alive = { + CHARACTER = title:d_raetia_curiensis.holder + FAITH = faith:nicene + } } } set_autocephalous_church_flags = { From 9fb881bb9c38d12568f1b454c86f58598dcc45b7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 25 Nov 2022 23:02:50 -0500 Subject: [PATCH 185/339] Fixes as per discussion * Fixed Reudingian location/attestation * Removed Ripuarian Frankish culture * Changed Auxerre and connected provinces to be Soissons instead of Alanic * Change derivative Alanic names * Minor tweak of c_sancerre into d_gallia, so that Orleans is not only _barely_ connected with the rest of d_gallia --- .../culture/cultures/BP_east_iranian.txt | 10 +- .../culture/cultures/BP_western_germanic.txt | 39 ---- .../dynasties/_lt_rascek_BP_dynasties.txt | 2 +- WtWSMS/common/landed_titles/BP_e_gaul.txt | 186 +++++++++--------- .../common/named_colors/BP_culture_colors.txt | 5 +- WtWSMS/common/on_action/BP_game_start.txt | 2 +- .../on_action/sea_minority_game_start.txt | 6 +- .../scripted_triggers/BP_culture_triggers.txt | 8 +- .../BP_sea_on_action_triggers.txt | 2 +- .../history/characters/_LM_new_characters.txt | 12 +- .../_lt_rascek_changed_characters.txt | 14 +- .../{bp_k_cimbri.txt => bp_k_cimrii.txt} | 6 +- .../provinces/bp_k_germania_inferior.txt | 8 +- WtWSMS/history/provinces/bp_k_lugdunensis.txt | 4 +- WtWSMS/history/provinces/bp_k_vindelicia.txt | 14 +- WtWSMS/history/titles/BP_titles_germanic.txt | 1 - WtWSMS/history/titles/bp_k_cimrii.txt | 58 ++---- WtWSMS/history/titles/bp_k_lugdunensis.txt | 102 ++++++++-- .../history/titles/bp_k_septem_provincae.txt | 52 ++++- .../culture/BP_cultural_history_l_english.yml | 3 +- .../english/culture/BP_cultures_l_english.yml | 21 +- 21 files changed, 300 insertions(+), 255 deletions(-) rename WtWSMS/history/provinces/{bp_k_cimbri.txt => bp_k_cimrii.txt} (98%) diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index c28d9c136e..35fbb04947 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -384,12 +384,12 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD } } ##### New to WtWSMS -alanien = { #Partially Romanized Alans - color = alanien +alano_romano_gallic = { #Partially Romanized Alans + color = alano_romano_gallic parents = { alan romano_gallic } created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them - history_loc_override = alanien_history_loc + history_loc_override = alano_romano_gallic_history_loc ethos = ethos_spiritual #Romano-Gallic inheritance heritage = heritage_east_iranian #Were still distinguishable from Romans into the VIth Century, probably by practices & language @@ -427,8 +427,8 @@ alanien = { #Partially Romanized Alans 5 = caucasian_ginger } } -alanisch = { #Partly Vandalized Alans - color = alanisch +alano_vandalic = { #Partly Vandalized Alans + color = alano_vandalic parents = { alan vandalic } created = 418.1.1 #Death of Attaces diff --git a/WtWSMS/common/culture/cultures/BP_western_germanic.txt b/WtWSMS/common/culture/cultures/BP_western_germanic.txt index 9c875f6410..ef3ea685e2 100644 --- a/WtWSMS/common/culture/cultures/BP_western_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_western_germanic.txt @@ -79,45 +79,6 @@ chatti = { # Migrational Era Chatti 35 = caucasian_dark_hair } } -#Linguistic split within the Franks, as the Old High German Consonant Shift was underway -ripuarian_frankish = { - color = ripuarian_frankish - - parents = { old_frankish } - created = 400.1.1 #Old High German Consonant Shift (approximate time) - history_loc_override = ripuarian_frankish_history_loc - - ethos = ethos_bellicose - heritage = heritage_west_germanic - language = language_central_germanic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_warrior_culture #CK3 Vanilla - #Regional Traditions - tradition_frankish_traditions - #Ritual Traditions - tradition_concubines #Standard for German Christian cultures - #Realm Traditions - #Combat Traditions - tradition_stand_and_fight #CK3 Vanilla - } - - name_list = name_list_old_frankish - - #Graphics - coa_gfx = { western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { western_clothing_gfx } - unit_gfx = { western_unit_gfx } - - ethnicities = { - 10 = caucasian_blond - 5 = caucasian_ginger - 45 = caucasian_brown_hair - 35 = caucasian_dark_hair - } -} #Ingvaeonic Speakers cheruscii = { # Migrational Era Cherusks color = cheruscii diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index cbbd814873..95a618cfea 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -846,7 +846,7 @@ old_frankish_dynn_ragnachar = { } old_frankish_dynn_sigobert = { name = dynn_Sigobing - culture = ripuarian_frankish + culture = old_frankish } old_frankish_dynn_chararic = { name = dynn_Charing diff --git a/WtWSMS/common/landed_titles/BP_e_gaul.txt b/WtWSMS/common/landed_titles/BP_e_gaul.txt index f6eea80942..e18f7177d6 100644 --- a/WtWSMS/common/landed_titles/BP_e_gaul.txt +++ b/WtWSMS/common/landed_titles/BP_e_gaul.txt @@ -1800,98 +1800,6 @@ e_gaul = { color = { 25 50 250 } } } - c_sancerre = { - color = { 5 30 175 } - - cultural_names = { - #Roman Cultures - name_list_roman = cn_gartona - name_list_romano_gallic = cn_gartona - name_list_romano_hispanic = cn_gartona - name_list_romano_british = cn_gartona - name_list_romano_african = cn_gartona - name_list_romano_raetian = cn_gartona - name_list_romano_thracian = cn_gartona - name_list_romano_illyrian = cn_gartona - name_list_romano_pannonian = cn_gartona - name_list_dalmatian = cn_gartona - name_list_romano_noric = cn_gartona - name_list_romano_gothic = cn_gartona - name_list_romano_dacian = cn_gartona - name_list_romano_frank = cn_gartona - name_list_romano_aramean = cn_gartona - name_list_romano_vandalic = cn_gartona - } - b_sancerre = { - province = 2314 - cultural_names = { - #Roman Cultures - name_list_roman = cn_gartona - name_list_romano_gallic = cn_gartona - name_list_romano_hispanic = cn_gartona - name_list_romano_british = cn_gartona - name_list_romano_african = cn_gartona - name_list_romano_raetian = cn_gartona - name_list_romano_thracian = cn_gartona - name_list_romano_illyrian = cn_gartona - name_list_romano_pannonian = cn_gartona - name_list_dalmatian = cn_gartona - name_list_romano_noric = cn_gartona - name_list_romano_gothic = cn_gartona - name_list_romano_dacian = cn_gartona - name_list_romano_frank = cn_gartona - name_list_romano_aramean = cn_gartona - name_list_romano_vandalic = cn_gartona - } - color = { 5 30 175 } - } - b_sully_sur_loire = { - province = 2463 - cultural_names = { - #Roman Cultures - name_list_roman = cn_soliacum - name_list_romano_gallic = cn_soliacum - name_list_romano_hispanic = cn_soliacum - name_list_romano_british = cn_soliacum - name_list_romano_african = cn_soliacum - name_list_romano_raetian = cn_soliacum - name_list_romano_thracian = cn_soliacum - name_list_romano_illyrian = cn_soliacum - name_list_romano_pannonian = cn_soliacum - name_list_dalmatian = cn_soliacum - name_list_romano_noric = cn_soliacum - name_list_romano_gothic = cn_soliacum - name_list_romano_dacian = cn_soliacum - name_list_romano_frank = cn_soliacum - name_list_romano_aramean = cn_soliacum - name_list_romano_vandalic = cn_soliacum - } - color = { 5 30 175 } - } - b_herry = { - province = 2313 - cultural_names = { - #Roman Cultures - name_list_roman = cn_arriacum - name_list_romano_gallic = cn_arriacum - name_list_romano_hispanic = cn_arriacum - name_list_romano_british = cn_arriacum - name_list_romano_african = cn_arriacum - name_list_romano_raetian = cn_arriacum - name_list_romano_thracian = cn_arriacum - name_list_romano_illyrian = cn_arriacum - name_list_romano_pannonian = cn_arriacum - name_list_dalmatian = cn_arriacum - name_list_romano_noric = cn_arriacum - name_list_romano_gothic = cn_arriacum - name_list_romano_dacian = cn_arriacum - name_list_romano_frank = cn_arriacum - name_list_romano_aramean = cn_arriacum - name_list_romano_vandalic = cn_arriacum - } - color = { 5 30 175 } - } - } c_berry = { color = { 30 40 220 } @@ -5600,7 +5508,7 @@ e_gaul = { name_list_gallic = cn_cenabum name_list_armorican = cn_cenabum } - + b_orleans = { province = 2338 cultural_names = { @@ -6246,6 +6154,98 @@ e_gaul = { color = { 25 80 225 } } } + c_sancerre = { + color = { 5 30 175 } + + cultural_names = { + #Roman Cultures + name_list_roman = cn_gartona + name_list_romano_gallic = cn_gartona + name_list_romano_hispanic = cn_gartona + name_list_romano_british = cn_gartona + name_list_romano_african = cn_gartona + name_list_romano_raetian = cn_gartona + name_list_romano_thracian = cn_gartona + name_list_romano_illyrian = cn_gartona + name_list_romano_pannonian = cn_gartona + name_list_dalmatian = cn_gartona + name_list_romano_noric = cn_gartona + name_list_romano_gothic = cn_gartona + name_list_romano_dacian = cn_gartona + name_list_romano_frank = cn_gartona + name_list_romano_aramean = cn_gartona + name_list_romano_vandalic = cn_gartona + } + b_sancerre = { + province = 2314 + cultural_names = { + #Roman Cultures + name_list_roman = cn_gartona + name_list_romano_gallic = cn_gartona + name_list_romano_hispanic = cn_gartona + name_list_romano_british = cn_gartona + name_list_romano_african = cn_gartona + name_list_romano_raetian = cn_gartona + name_list_romano_thracian = cn_gartona + name_list_romano_illyrian = cn_gartona + name_list_romano_pannonian = cn_gartona + name_list_dalmatian = cn_gartona + name_list_romano_noric = cn_gartona + name_list_romano_gothic = cn_gartona + name_list_romano_dacian = cn_gartona + name_list_romano_frank = cn_gartona + name_list_romano_aramean = cn_gartona + name_list_romano_vandalic = cn_gartona + } + color = { 5 30 175 } + } + b_sully_sur_loire = { + province = 2463 + cultural_names = { + #Roman Cultures + name_list_roman = cn_soliacum + name_list_romano_gallic = cn_soliacum + name_list_romano_hispanic = cn_soliacum + name_list_romano_british = cn_soliacum + name_list_romano_african = cn_soliacum + name_list_romano_raetian = cn_soliacum + name_list_romano_thracian = cn_soliacum + name_list_romano_illyrian = cn_soliacum + name_list_romano_pannonian = cn_soliacum + name_list_dalmatian = cn_soliacum + name_list_romano_noric = cn_soliacum + name_list_romano_gothic = cn_soliacum + name_list_romano_dacian = cn_soliacum + name_list_romano_frank = cn_soliacum + name_list_romano_aramean = cn_soliacum + name_list_romano_vandalic = cn_soliacum + } + color = { 5 30 175 } + } + b_herry = { + province = 2313 + cultural_names = { + #Roman Cultures + name_list_roman = cn_arriacum + name_list_romano_gallic = cn_arriacum + name_list_romano_hispanic = cn_arriacum + name_list_romano_british = cn_arriacum + name_list_romano_african = cn_arriacum + name_list_romano_raetian = cn_arriacum + name_list_romano_thracian = cn_arriacum + name_list_romano_illyrian = cn_arriacum + name_list_romano_pannonian = cn_arriacum + name_list_dalmatian = cn_arriacum + name_list_romano_noric = cn_arriacum + name_list_romano_gothic = cn_arriacum + name_list_romano_dacian = cn_arriacum + name_list_romano_frank = cn_arriacum + name_list_romano_aramean = cn_arriacum + name_list_romano_vandalic = cn_arriacum + } + color = { 5 30 175 } + } + } } d_lugdunum = {#7 color={ 195 50 10 } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 3e85adf48d..7d8216041c 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -88,7 +88,6 @@ colors = { old_saxon = { 0.44 0.396 0.386 } anglo = { 0.6 0.6 0.2 } reudignian = { 0.6 0.6 0.2 } - ripuarian_frankish = { 56 56 83 } #Continental Celtic gallic = { 0.025 0.2 0.025 } galatian = { 0.3 0.7 0.3 } @@ -134,8 +133,8 @@ colors = { dahi_scythian = { 0.45 0.25 0.25 } amardian = { 0.5 0.60 0.25 } nuristani = { 0.84 0.28 0.01 } - alanien = { 106 83 181 } - alanisch = { 204 102 153 } + alano_romano_gallic = { 106 83 181 } + alano_vandalic = { 204 102 153 } #East Slavic old_slavic = { 0.35 0.5 0.30 } #Indo-Aryan diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index e32019f407..2101658fb5 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1696,7 +1696,7 @@ set_starting_culture_acceptance = { } } #Alains (Partly Romanized Alans in Armorica Tract) - culture:alanien = { + culture:alano_romano_gallic = { set_cultural_acceptance = { target = culture:romano_gallic value = 50 diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 2396c2a857..ec538f8bbd 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1293,17 +1293,17 @@ BP_set_minorities_by_date = { } } if = { - limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alanien } } } + limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alano_romano_gallic } } } add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alanien + CULTURE = culture:alano_romano_gallic } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } else = { add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alanien + CULTURE = culture:alano_romano_gallic } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 00923f13da..df11387c67 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -258,8 +258,8 @@ starts_with_writing_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alanien - this = culture:alanisch + this = culture:alano_romano_gallic + this = culture:alano_vandalic #Iranian AND = { this = { has_cultural_pillar = heritage_iranian } @@ -362,8 +362,8 @@ starts_with_social_stratification_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alanien - this = culture:alanisch + this = culture:alano_romano_gallic + this = culture:alano_vandalic #Iranian this = { has_cultural_pillar = heritage_iranian } #Israelite diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index fe6ef244ba..9521c2324a 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -40,7 +40,7 @@ e_gaul_romance_trigger = { #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks AND = { NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } - NOT = { this.culture = culture:alanien } #Include the Alains as a special exception + NOT = { this.culture = culture:alano_romano_gallic } #Include the Alains as a special exception } NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } NOT = { this.culture = culture:old_frankish } diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 9939b84d28..648228e4d3 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2377,7 +2377,7 @@ alan_chieftain_1 = { trait = education_martial_4 #Warlike reputation trait = compassionate #Induced by Bishop of Auxerre to spare the Christians in his Domain } - 410.1.1 = { culture = alanien } + 410.1.1 = { culture = alano_romano_gallic } 446.1.1 = { death = yes } } alan_chieftain_2 = { @@ -2387,7 +2387,7 @@ alan_chieftain_2 = { culture = "alan" father = alan_chieftain_1 406.1.1 = { birth = yes } - 410.1.1 = { culture = alanien } + 410.1.1 = { culture = alano_romano_gallic } 455.1.1 = { death = yes } } #Unattested Alanic rulers of Orleans @@ -2399,7 +2399,7 @@ AmoricanAlanChieftan000 = { name = Alatey dynasty_house = house_alan_gokarids religion = scythian_pagan - culture = alanien + culture = alano_romano_gallic father = alan_chieftain_2 431.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2409,7 +2409,7 @@ AmoricanAlanChieftan001 = { name = Ashot dynasty_house = house_alan_gokarids religion = scythian_pagan - culture = alanien + culture = alano_romano_gallic father = AmoricanAlanChieftan000 460.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2419,7 +2419,7 @@ AmoricanAlanChieftan002 = { name = Pulad dynasty_house = house_alan_gokarids religion = nicene - culture = alanien + culture = alano_romano_gallic father = AmoricanAlanChieftan001 499.1.1 = { birth = yes } 542.1.1 = { death = yes } @@ -2457,7 +2457,7 @@ alan_chieftain_4 = { mother = 190034_daughter 411.1.1 = { birth = yes } 418.1.1 = { #Death of Attaces, joins with Alans - culture = alanisch + culture = alano_vandalic religion = arian } 476.9.1 = { death = yes } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index ec50d1a622..b64b827f29 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5633,7 +5633,7 @@ VakatakaDynasty001 = { # Chlodoric Meroving dynasty = old_frankish_dynn_sigobert religion = germanic_pagan - culture = ripuarian_frankish + culture = old_frankish 420.1.1 = { birth = yes } 471.1.1 = { death = yes } } @@ -5645,7 +5645,7 @@ VakatakaDynasty001 = { intrigue = 6 stewardship = 5 religion = "germanic_pagan" - culture = "ripuarian_frankish" + culture = "old_frankish" father = 36106 446.1.1 = { birth = yes } 462.1.1 = { @@ -5671,7 +5671,7 @@ VakatakaDynasty001 = { intrigue = 6 stewardship = 5 religion = "germanic_pagan" - culture = "ripuarian_frankish" + culture = "old_frankish" father = 20785 466.1.1 = { birth = yes } 476.1.1 = { @@ -5795,7 +5795,7 @@ VakatakaDynasty001 = { mother = 190034_daughter 413.1.1 = { birth = yes } 418.1.1 = { #Death of Attaces, joins with Alans - culture = alanisch + culture = alano_vandalic religion = arian } 450.2.9 = { death = yes } #In line with game history @@ -5804,7 +5804,7 @@ VakatakaDynasty001 = { name = "Addak" #Fictional? dynasty = 10424625 religion = "arian" - culture = "alanisch" + culture = "alano_vandalic" father = 36059 440.1.1 = { birth = yes } 490.1.1 = { death = yes } @@ -5813,7 +5813,7 @@ VakatakaDynasty001 = { name = "Zaidar" #Fictional? dynasty = 10424625 religion = "arian" - culture = "alanisch" + culture = "alano_vandalic" father = 36059 445.1.1 = { birth = yes } 495.1.1 = { death = yes } @@ -5822,7 +5822,7 @@ VakatakaDynasty001 = { name = "Kandak" dynasty = 10424625 religion = "arian" - culture = "alanisch" + culture = "alano_vandalic" father = 36061 471.1.1 = { birth = yes } 534.1.1 = { death = yes } diff --git a/WtWSMS/history/provinces/bp_k_cimbri.txt b/WtWSMS/history/provinces/bp_k_cimrii.txt similarity index 98% rename from WtWSMS/history/provinces/bp_k_cimbri.txt rename to WtWSMS/history/provinces/bp_k_cimrii.txt index cdd4ced105..8f5a501334 100644 --- a/WtWSMS/history/provinces/bp_k_cimbri.txt +++ b/WtWSMS/history/provinces/bp_k_cimrii.txt @@ -43,7 +43,7 @@ } ###c_aalborg 224 = { #RANDROS - culture = reudignian + culture = jute religion = germanic_pagan holding = tribal_holding #Assuming Randers is derived from Reudingi } @@ -68,7 +68,7 @@ } ###c_ribe 60 = { #RIBE - culture = anglo + culture = jute religion = germanic_pagan holding = tribal_holding } @@ -166,7 +166,7 @@ } ###c_lolland_falster 67 = { #NYKOBING - culture = dane + culture = reudignian religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania_inferior.txt b/WtWSMS/history/provinces/bp_k_germania_inferior.txt index c13bdb4259..4f77c51aed 100644 --- a/WtWSMS/history/provinces/bp_k_germania_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_germania_inferior.txt @@ -119,7 +119,7 @@ } ###c_aachen 2092 = { #AACHEN - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = castle_holding special_building_slot = palace_of_aachen_01 @@ -197,7 +197,7 @@ } ###c_cologne 2088 = { #COLOGNE - culture = ripuarian_frankish + culture = old_frankish religion = nicene holding = castle_holding special_building_slot = holy_site_cologne_cathedral_01 @@ -241,7 +241,7 @@ ###c_luxembourg 2082 = { #LUXEMBOURG - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -315,7 +315,7 @@ } ###c_mainz 2694 = { #MAINZ - culture = ripuarian_frankish + culture = old_frankish religion = nicene holding = castle_holding #aka Mogontiacum } diff --git a/WtWSMS/history/provinces/bp_k_lugdunensis.txt b/WtWSMS/history/provinces/bp_k_lugdunensis.txt index 37d0a12843..ae2c17b211 100644 --- a/WtWSMS/history/provinces/bp_k_lugdunensis.txt +++ b/WtWSMS/history/provinces/bp_k_lugdunensis.txt @@ -338,7 +338,7 @@ religion = gallican_church holding = castle_holding #aka Durocassium 442.1.1 = { - culture = alanien + culture = alano_romano_gallic religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century @@ -412,7 +412,7 @@ religion = hellenic_pagan holding = castle_holding #Vindocinum 442.1.1 = { - culture = alanien + culture = alano_romano_gallic religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century diff --git a/WtWSMS/history/provinces/bp_k_vindelicia.txt b/WtWSMS/history/provinces/bp_k_vindelicia.txt index b83e641f73..a034cc4457 100644 --- a/WtWSMS/history/provinces/bp_k_vindelicia.txt +++ b/WtWSMS/history/provinces/bp_k_vindelicia.txt @@ -173,7 +173,7 @@ ###c_frankfurt 2855 = { #FRANKFURT - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -236,7 +236,7 @@ } ###c_nassau 2852 = { #SIEGEN - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -269,7 +269,7 @@ ###c_dortmund 2673 = { #DORTMUND - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -284,7 +284,7 @@ } ###c_arnsberg 2680 = { #ARNSBERG - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -293,7 +293,7 @@ } ###c_mark 2679 = { #MARK - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -305,7 +305,7 @@ } ###c_bergh 2433 = { #BERGH - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -314,7 +314,7 @@ } ###c_sayn 2689 = { #SAYN - culture = ripuarian_frankish + culture = old_frankish religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 3344bbcd50..7d310bce23 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -495,7 +495,6 @@ d_warini = { 450.1.1={ holder = 212850 government = tribal_government - liege = k_thuringia #Probably a component of the Thuringiian Confederation } 510.1.1={ holder=0 diff --git a/WtWSMS/history/titles/bp_k_cimrii.txt b/WtWSMS/history/titles/bp_k_cimrii.txt index 4e41a6c1c8..64a8157cb6 100644 --- a/WtWSMS/history/titles/bp_k_cimrii.txt +++ b/WtWSMS/history/titles/bp_k_cimrii.txt @@ -38,21 +38,15 @@ c_ringkobing = { #c_jylland history holder = 144646 } } -c_aalborg = { #Reudingi - 370.1.1={ - holder=36113 # Dankert - } - 410.1.1={ - holder=36114 # Hattugatus - } - 440.1.1={ - holder=36115 # Warinechin +c_aalborg = { + 470.2.9={ + holder = 101 } - 470.1.1={ - holder=36116 # Sieghard + 490.1.1={ + holder = 144645 } - 510.1.1={ - holder=36117 # Guctiligis + 550.1.1={ + holder = 144646 } } c_vorbasse = { #c_slesvig history (elimination) @@ -67,14 +61,10 @@ c_vorbasse = { #c_slesvig history (elimination) holder = 144646 } } -c_ribe = { #c_slesvig history - 464.1.1={ - holder=81 #Angloland - } - 487.1.1={ - holder=74439 #Angloland +c_ribe = { + 470.2.9={ + holder = 101 } - # Jutes # 490.1.1={ holder = 144645 } @@ -198,27 +188,21 @@ c_fyn = { holder = 1300047 } } -c_lolland_falster = { - 470.2.9={ - holder = 100 - } - 490.1.1={ - holder = 1300042 - } - 510.1.1={ - holder = 1300043 +c_lolland_falster = { #Reudingi + 370.1.1={ + holder=36113 # Dankert } - 530.1.1={ - holder = 1300044 + 410.1.1={ + holder=36114 # Hattugatus } - 550.1.1={ - holder = 1300045 + 440.1.1={ + holder=36115 # Warinechin } - 570.1.1={ - holder = 1300046 + 470.1.1={ + holder=36116 # Sieghard } - 590.1.1={ - holder = 1300047 + 510.1.1={ + holder=36117 # Guctiligis } } c_bornholm = { diff --git a/WtWSMS/history/titles/bp_k_lugdunensis.txt b/WtWSMS/history/titles/bp_k_lugdunensis.txt index d6d2714ed8..2fb86ea0be 100644 --- a/WtWSMS/history/titles/bp_k_lugdunensis.txt +++ b/WtWSMS/history/titles/bp_k_lugdunensis.txt @@ -277,15 +277,49 @@ c_orleans = { 519.1.1 = { holder = AmoricanAlanChieftan002 } } c_auxerre = { - #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as - #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 - #Because the bishop of Auxerre is listed in PLRE as pleading with Goar, I presume it was part of - #his domain - 442.1. = { holder = alan_chieftain_1 } #Goar - 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus - 455.1.1 = { holder = AmoricanAlanChieftan000 } - 484.1.1 = { holder = AmoricanAlanChieftan001 } - 519.1.1 = { holder = AmoricanAlanChieftan002 } + 450.1.1={ + holder=304 # Romano-Gauls + liege="k_soissons" + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 106520 # Childebert Meroving + } + 558.1.1={ + holder = 1300645 #Paeonius + liege = d_burgundy + } + 564.1.1={ + holder = 1300646 #Mummolus + } + 569.1.1 = { + holder = 1300942 # Amatus + liege = k_orleans + } + 569.7.1={ + holder = 1300646 # Mummolus + } + 581.1.1 = { + holder = 206855 # Guntram Meroving + liege = 0 + } + 592.1.28={ + holder = 30010 # Childebert Meroving + } + 595.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } } c_sens = { 450.1.1={ @@ -364,13 +398,49 @@ c_troyes = { #c_sens history (changed from c_troyes history) } } c_montargis = { - #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as - #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 - 442.1. = { holder = alan_chieftain_1 } #Goar - 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus - 455.1.1 = { holder = AmoricanAlanChieftan000 } - 484.1.1 = { holder = AmoricanAlanChieftan001 } - 519.1.1 = { holder = AmoricanAlanChieftan002 } + 450.1.1={ + holder=304 # Romano-Gauls + liege="k_soissons" + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 106520 # Childebert Meroving + } + 558.1.1={ + holder = 1300645 #Paeonius + liege = d_burgundy + } + 564.1.1={ + holder = 1300646 #Mummolus + } + 569.1.1 = { + holder = 1300942 # Amatus + liege = k_orleans + } + 569.7.1={ + holder = 1300646 # Mummolus + } + 581.1.1 = { + holder = 206855 # Guntram Meroving + liege = 0 + } + 592.1.28={ + holder = 30010 # Childebert Meroving + } + 595.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } } c_tonnerrois = { #c_auxerre history 450.1.1={ diff --git a/WtWSMS/history/titles/bp_k_septem_provincae.txt b/WtWSMS/history/titles/bp_k_septem_provincae.txt index ac398476f9..e39809a822 100644 --- a/WtWSMS/history/titles/bp_k_septem_provincae.txt +++ b/WtWSMS/history/titles/bp_k_septem_provincae.txt @@ -1356,14 +1356,50 @@ c_sancerre = { #c_bourges history 600.1.1 = { change_development_level = 5 } 700.1.1 = { change_development_level = 6 } #Rulers - - #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as - #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 - 442.1. = { holder = alan_chieftain_1 } #Goar - 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus - 455.1.1 = { holder = AmoricanAlanChieftan000 } - 484.1.1 = { holder = AmoricanAlanChieftan001 } - 519.1.1 = { holder = AmoricanAlanChieftan002 } + 450.1.1={ + holder=304 # Romano-Gauls + liege="k_soissons" + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 106520 # Childebert Meroving + } + 558.1.1={ + holder = 1300645 #Paeonius + liege = d_burgundy + } + 564.1.1={ + holder = 1300646 #Mummolus + } + 569.1.1 = { + holder = 1300942 # Amatus + liege = k_orleans + } + 569.7.1={ + holder = 1300646 # Mummolus + } + 581.1.1 = { + holder = 206855 # Guntram Meroving + liege = 0 + } + 592.1.28={ + holder = 30010 # Childebert Meroving + } + 595.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } + } c_berry = { #c_bourges history #Development diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index e0edd0ecfd..7e1a431602 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -27,7 +27,7 @@ galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians indo_scythian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 150 BC" - alanien_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" + alano_romano_gallic_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" #Iranians adhari_history_loc:0 "Formed from [CULTURE.GetName] and unknown cultures in the year 549 BC" parthian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the year 247 BC" @@ -49,5 +49,4 @@ vistula_veneti_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in the IIIrd Century BC" #West Germanic old_frankish_history_loc: "Formed from Istvaeonic-Speaking Tribes in the year AD [DATE.GetYear]" - ripuarian_frankish_history_loc: "Formed from various Frankish and Suebic peoples in the year AD [DATE.GetYear]" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 7d8c410520..5af459a0e5 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -317,12 +317,12 @@ iazyges:0 "Iazyges" iazyges_collective_noun:0 "Iazyges" iazyges_prefix:0 "Iazyges" - alanien: "Alanien" #Partly Romanized Alans - alanien_collective_noun: "Alaniens" - alanien_prefix: "Alanieno" - alanisch: "Alanisch" - alanisch_collective_noun: "Alanisch" - alanisch_prefix: "Alanischo" + alano_romano_gallic: "Alano-Romano-Gallic" + alano_romano_gallic_collective_noun: "Alano-Romano-Gauls" + alano_romano_gallic_prefix: "Alano-Romano-Gallo" + alano_vandalic: "Alano-Vandalic" + alano_vandalic_collective_noun: "Alano-Vandals" + alano_vandalic_prefix: "Alano-Vandalo" # East Slavic Group old_slavic:0 "Slavic" old_slavic_collective_noun:0 "Slavs" @@ -618,12 +618,9 @@ chatti:0 "Chatti" chatti_collective_noun:0 "Chatti" chatti_prefix:0 "Chatto" - old_frankish: "Salian Frankish" - old_frankish_collective_noun: "Salian Franks" - old_frankish_prefix: "Salio" - ripuarian_frankish: "Ripuarian Frankish" - ripuarian_frankish_collective_noun: "Ripuarian Franks" - ripuarian_frankish_prefix: "Ripuarian Franko" + old_frankish: "Frankish" + old_frankish_collective_noun: "Franks" + old_frankish_prefix: "Franko" old_frisian: "Frisiian" old_frisian_collective_noun: "Frisii" old_frisian_prefix: "Frisio" From 45d71e2adf57342bd6efbae80294cb8ef52b57d3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 26 Nov 2022 20:31:08 -0500 Subject: [PATCH 186/339] More Fixes * Better names for Alanic derivative cultures * Fix up Raetia-Noricum/Rygir border * Thuringian/Rygir split of control over Bohemia * Fix up Franks, Frisians * Remove the Chatti from 476 based on lack of attestation --- .../culture/cultures/BP_east_iranian.txt | 6 +- .../culture/cultures/BP_western_germanic.txt | 57 ++-- WtWSMS/common/landed_titles/BP_e_italy.txt | 38 +-- .../landed_titles/BP_titles_germanics.txt | 21 -- WtWSMS/common/landed_titles/_BP.info | 6 + .../common/named_colors/BP_culture_colors.txt | 2 +- WtWSMS/common/on_action/BP_game_start.txt | 2 +- .../on_action/sea_minority_game_start.txt | 6 +- .../scripted_triggers/BP_culture_triggers.txt | 4 +- .../BP_sea_on_action_triggers.txt | 2 +- WtWSMS/history/characters/WTWSMS_enlil.txt | 4 +- .../history/characters/_LM_new_characters.txt | 10 +- .../characters/_lt_rascek_new_chars.txt | 101 ------ WtWSMS/history/characters/chatti.txt | 28 -- .../{alanien.txt => alano_galloroman.txt} | 0 .../{alanisch.txt => alano_vandalic.txt} | 0 .../history/cultures/ripuarian_frankish.txt | 39 --- WtWSMS/history/provinces/_BP_notes.info | 2 +- WtWSMS/history/provinces/bp_k_danubia.txt | 10 +- WtWSMS/history/provinces/bp_k_frisia.txt | 4 +- WtWSMS/history/provinces/bp_k_germania.txt | 2 +- .../provinces/bp_k_germania_inferior.txt | 2 +- WtWSMS/history/provinces/bp_k_lugdunensis.txt | 4 +- WtWSMS/history/provinces/bp_k_noricum.txt | 39 +-- WtWSMS/history/provinces/bp_k_vindelicia.txt | 6 +- WtWSMS/history/titles/BP_titles_germanic.txt | 17 - WtWSMS/history/titles/bp_k_belgica.txt | 20 +- WtWSMS/history/titles/bp_k_danubia.txt | 154 ++++++++- WtWSMS/history/titles/bp_k_frisia.txt | 130 +++---- WtWSMS/history/titles/bp_k_germania.txt | 41 ++- .../history/titles/bp_k_germania_inferior.txt | 45 +-- WtWSMS/history/titles/bp_k_noricum.txt | 323 +++++++++++------- WtWSMS/history/titles/bp_k_vindelicia.txt | 160 +++++++-- .../culture/BP_cultural_history_l_english.yml | 2 +- .../english/culture/BP_cultures_l_english.yml | 6 +- 35 files changed, 710 insertions(+), 583 deletions(-) delete mode 100644 WtWSMS/history/characters/chatti.txt rename WtWSMS/history/cultures/{alanien.txt => alano_galloroman.txt} (100%) rename WtWSMS/history/cultures/{alanisch.txt => alano_vandalic.txt} (100%) delete mode 100644 WtWSMS/history/cultures/ripuarian_frankish.txt diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index 35fbb04947..1689d3e597 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -384,12 +384,12 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD } } ##### New to WtWSMS -alano_romano_gallic = { #Partially Romanized Alans - color = alano_romano_gallic +alano_galloroman = { #Partially Romanized Alans + color = alano_galloroman parents = { alan romano_gallic } created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them - history_loc_override = alano_romano_gallic_history_loc + history_loc_override = alano_galloroman_history_loc ethos = ethos_spiritual #Romano-Gallic inheritance heritage = heritage_east_iranian #Were still distinguishable from Romans into the VIth Century, probably by practices & language diff --git a/WtWSMS/common/culture/cultures/BP_western_germanic.txt b/WtWSMS/common/culture/cultures/BP_western_germanic.txt index ef3ea685e2..c0346ebd2c 100644 --- a/WtWSMS/common/culture/cultures/BP_western_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_western_germanic.txt @@ -44,13 +44,12 @@ old_frankish = { 35 = caucasian_dark_hair } } -#Irimonic Speaking groups (Old High German consonant Shift underway) chatti = { # Migrational Era Chatti color = chatti ethos = ethos_bellicose heritage = heritage_west_germanic - language = language_central_germanic #West-Central German should be more Irimonic Germanic + language = language_frankish martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -79,72 +78,72 @@ chatti = { # Migrational Era Chatti 35 = caucasian_dark_hair } } -#Ingvaeonic Speakers -cheruscii = { # Migrational Era Cherusks - color = cheruscii +old_frisian = { # Migrational Era Frisians + color = old_frisian - ethos = ethos_egalitarian + ethos = ethos_stoic heritage = heritage_west_germanic - language = language_north_sea_germanic + language = language_frankish martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_equitable #Tacitus describes them as "good and just" in contrast to their domination by the Chatti (who viewed them as cowardly and foolish) - tradition_warrior_culture #Nod to Arminius #Regional Traditions + tradition_the_witenagemot #Seemed to have elected kingship #Ritual Traditions #Realm Traditions + tradition_fishermen #Vanilla CK3 Frisian Tradition; replacing seafaring #Combat Traditions - tradition_forest_fighters + tradition_practiced_pirates #CK2: Raiding+Seafaring } - name_list = name_list_cheruscii + name_list = name_list_old_frisian #Graphics - coa_gfx = { western_coa_gfx } + coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx } building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } clothing_gfx = { western_clothing_gfx } unit_gfx = { western_unit_gfx } ethnicities = { - 25 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 35 = caucasian_northern_brown_hair - 25 = caucasian_northern_dark_hair + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair } } -old_frisian = { # Migrational Era Frisians - color = old_frisian +#Ingvaeonic Speakers +cheruscii = { # Migrational Era Cherusks + color = cheruscii - ethos = ethos_stoic + ethos = ethos_egalitarian heritage = heritage_west_germanic language = language_north_sea_germanic martial_custom = martial_custom_male_only traditions = { #Societal Traditions + tradition_equitable #Tacitus describes them as "good and just" in contrast to their domination by the Chatti (who viewed them as cowardly and foolish) + tradition_warrior_culture #Nod to Arminius #Regional Traditions - tradition_the_witenagemot #Seemed to have elected kingship #Ritual Traditions #Realm Traditions - tradition_fishermen #Vanilla CK3 Frisian Tradition; replacing seafaring #Combat Traditions - tradition_practiced_pirates #CK2: Raiding+Seafaring + tradition_forest_fighters } - name_list = name_list_old_frisian + name_list = name_list_cheruscii #Graphics - coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx } + coa_gfx = { western_coa_gfx } building_gfx = { western_building_gfx } - clothing_gfx = { northern_clothing_gfx } clothing_gfx = { western_clothing_gfx } unit_gfx = { western_unit_gfx } ethnicities = { - 25 = caucasian_blond - 15 = caucasian_ginger - 35 = caucasian_brown_hair - 25 = caucasian_dark_hair + 25 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 35 = caucasian_northern_brown_hair + 25 = caucasian_northern_dark_hair } } ### Not Done Yet vvvvv diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index 4021432c74..c4d30634e0 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -13049,16 +13049,6 @@ e_italy = { color = { 120 100 100 } } - b_kapfenberg = { - province = 3118 - - color = { 120 100 100 } - } - b_leoben = { - province = 3110 - - color = { 120 100 100 } - } b_feldbach = { province = 3116 @@ -13076,6 +13066,14 @@ e_italy = { province = 3120 color = { 145 110 110 } } + b_murzzuschlag = { + province = 3121 + color = { 140 120 120 } + } + b_ostfurstenfeld = { + province = 3119 + color = { 140 120 120 } + } } c_liebnitz = { color = { 115 90 90 } @@ -13170,18 +13168,6 @@ e_italy = { color = { 115 90 90 } } } - c_murzzuschlag = { - color = { 140 120 120 } - - b_murzzuschlag = { - province = 3121 - color = { 140 120 120 } - } - b_ostfurstenfeld = { - province = 3119 - color = { 140 120 120 } - } - } c_karnten = { color = { 100 105 120 } @@ -13374,6 +13360,14 @@ e_italy = { c_knittelfeld = { color = { 105 100 115 } + b_kapfenberg = { + province = 3118 + color = { 120 100 100 } + } + b_leoben = { + province = 3110 + color = { 120 100 100 } + } b_knittelfeld = { province = 3125 color = { 105 100 115 } diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index dd29115ff2..101277cfe8 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -287,17 +287,6 @@ d_vidivaria = { } } } -d_chatti = { - color = { 155 155 155 } - capital = c_gottingen # Göttingen - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:chatti } - add = @always_primary_score - } - } -} #### Suebi Titles @@ -313,16 +302,6 @@ d_suavi = { } } } -d_bavari = { - color={ 141 155 141 } - capital = c_munchen - ai_primary_priority = { - if = { - limit = { culture = culture:old_bavarian } - add = @always_primary_score - } - } -} #### Gothic Titles e_goths = { diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index f5acd378f2..7e19e1a5f8 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -103,6 +103,12 @@ c_savoie c_geneva b_chambery from c_savoie b_belley from c_savoie +c_pitten + b_murzzuschlag from c_murzzuschlag + b_ostfurstenfeld from c_murzzuschlag +c_knittelfeld + b_kapfenberg from c_graz + b_leoben from c_graz TODO: c_dausar and associated diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 7d8216041c..ee4a8a7640 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -133,7 +133,7 @@ colors = { dahi_scythian = { 0.45 0.25 0.25 } amardian = { 0.5 0.60 0.25 } nuristani = { 0.84 0.28 0.01 } - alano_romano_gallic = { 106 83 181 } + alano_galloroman = { 106 83 181 } alano_vandalic = { 204 102 153 } #East Slavic old_slavic = { 0.35 0.5 0.30 } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 2101658fb5..440e7ffa9b 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1696,7 +1696,7 @@ set_starting_culture_acceptance = { } } #Alains (Partly Romanized Alans in Armorica Tract) - culture:alano_romano_gallic = { + culture:alano_galloroman = { set_cultural_acceptance = { target = culture:romano_gallic value = 50 diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index ec538f8bbd..6781912ac5 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1293,17 +1293,17 @@ BP_set_minorities_by_date = { } } if = { - limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alano_romano_gallic } } } + limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alano_galloroman } } } add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alano_romano_gallic + CULTURE = culture:alano_galloroman } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } else = { add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alano_romano_gallic + CULTURE = culture:alano_galloroman } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index df11387c67..abd2ebb8d0 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -258,7 +258,7 @@ starts_with_writing_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alano_romano_gallic + this = culture:alano_galloroman this = culture:alano_vandalic #Iranian AND = { @@ -362,7 +362,7 @@ starts_with_social_stratification_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alano_romano_gallic + this = culture:alano_galloroman this = culture:alano_vandalic #Iranian this = { has_cultural_pillar = heritage_iranian } diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index 9521c2324a..50dea83bfd 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -40,7 +40,7 @@ e_gaul_romance_trigger = { #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks AND = { NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } - NOT = { this.culture = culture:alano_romano_gallic } #Include the Alains as a special exception + NOT = { this.culture = culture:alano_galloroman } #Include the Alains as a special exception } NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } NOT = { this.culture = culture:old_frankish } diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index ca1cda29aa..adb1a84972 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -7451,9 +7451,9 @@ } } -##### Removed 36639: No reference, duplicate character of 50 +##### Removed 36639: No reference, duplicate character of 50? -##### Removed 36640: No reference, duplicate character of 36641 +##### Removed 36640: No reference, duplicate character of 36641? ##### Changed: 36641 diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 648228e4d3..61eb2639b6 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2377,7 +2377,7 @@ alan_chieftain_1 = { trait = education_martial_4 #Warlike reputation trait = compassionate #Induced by Bishop of Auxerre to spare the Christians in his Domain } - 410.1.1 = { culture = alano_romano_gallic } + 410.1.1 = { culture = alano_galloroman } 446.1.1 = { death = yes } } alan_chieftain_2 = { @@ -2387,7 +2387,7 @@ alan_chieftain_2 = { culture = "alan" father = alan_chieftain_1 406.1.1 = { birth = yes } - 410.1.1 = { culture = alano_romano_gallic } + 410.1.1 = { culture = alano_galloroman } 455.1.1 = { death = yes } } #Unattested Alanic rulers of Orleans @@ -2399,7 +2399,7 @@ AmoricanAlanChieftan000 = { name = Alatey dynasty_house = house_alan_gokarids religion = scythian_pagan - culture = alano_romano_gallic + culture = alano_galloroman father = alan_chieftain_2 431.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2409,7 +2409,7 @@ AmoricanAlanChieftan001 = { name = Ashot dynasty_house = house_alan_gokarids religion = scythian_pagan - culture = alano_romano_gallic + culture = alano_galloroman father = AmoricanAlanChieftan000 460.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2419,7 +2419,7 @@ AmoricanAlanChieftan002 = { name = Pulad dynasty_house = house_alan_gokarids religion = nicene - culture = alano_romano_gallic + culture = alano_galloroman father = AmoricanAlanChieftan001 499.1.1 = { birth = yes } 542.1.1 = { death = yes } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 499d1bce17..da86230149 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -219,107 +219,6 @@ GaiusAvidiusHeliodorus = { #Father of Avidius Cassius 520.1.1 = { death = yes } } -########### Raetia-Noricum related characters - -#Various independent Romano-Noric rulers to model the loss of control parts of Noricum that were -#neither on the Limes (and thus likely under Rugii control) and were unlikely to be part of what -#remained of Roman power (away from Roman centers like Flavia Solva and Iuvavum, tribals, &c.) -KnittelfeldIndependent000 = { - name = Potentinus - religion = hellenic_pagan - culture = romano_noric - 414.1.1 = { birth = yes } - 466.1.1 = { death = yes } -} -KnittelfeldIndependent001 = { - name = Peregrinus - religion = hellenic_pagan - culture = romano_noric - father = KnittelfeldIndependent000 - 437.1.1 = { birth = yes } - 497.1.1 = { death = yes } -} -KnittelfeldIndependent002 = { - name = Maximus - religion = hellenic_pagan - culture = romano_noric - father = KnittelfeldIndependent000 - 466.1.1 = { birth = yes } - 531.1.1 = { death = yes } -} -#Graz -GrazIndependent000 = { - name = Marcus - religion = sol_invictus - culture = romano_noric - 418.1.1 = { birth = yes } - 484.1.1 = { death = yes } -} -GrazIndependent001 = { - name = Eutychianus - religion = sol_invictus - culture = romano_noric - father = GrazIndependent000 - 453.1.1 = { birth = yes } - 504.1.1 = { death = yes } -} -GrazIndependent002 = { - name = Eusebius - religion = sol_invictus - culture = romano_noric - father = GrazIndependent001 - 489.1.1 = { birth = yes } - 552.1.1 = { death = yes } -} -#Murzzuschlag -MurzzuschlagIndependent000 = { - name = Flavius - religion = nicene - culture = romano_noric - 416.1.1 = { birth = yes } - 474.1.1 = { death = yes } -} -MurzzuschlagIndependent001 = { - name = Laurentius - religion = nicene - culture = romano_noric - father = MurzzuschlagIndependent000 - 435.1.1 = { birth = yes } - 486.1.1 = { death = yes } -} -MurzzuschlagIndependent002 = { - name = Theodosius - religion = nicene - culture = romano_noric - father = MurzzuschlagIndependent001 - 465.1.1 = { birth = yes } - 520.1.1 = { death = yes } -} -#Pitten -PittenIndependent000 = { - name = Dunus - religion = nicene - culture = romano_noric - 416.1.1 = { birth = yes } - 459.1.1 = { death = yes } -} -PittenIndependent001 = { - name = Valentinus - religion = nicene - culture = romano_noric - father = PittenIndependent000 - 438.1.1 = { birth = yes } - 502.1.1 = { death = yes } -} -PittenIndependent002 = { - name = Paulinus - religion = nicene - culture = romano_noric - father = PittenIndependent001 - 469.1.1 = { birth = yes } - 516.1.1 = { death = yes } -} - ########### Gaul-Related Chars #Taifal rulers of Thifalia under d_limosin diff --git a/WtWSMS/history/characters/chatti.txt b/WtWSMS/history/characters/chatti.txt deleted file mode 100644 index 28834b81a1..0000000000 --- a/WtWSMS/history/characters/chatti.txt +++ /dev/null @@ -1,28 +0,0 @@ -212057 = { - name = "Chramnesind" - # Chramnesind Auting - dynasty = 10424161 - religion = "germanic_pagan" - culture = "chatti" - 450.1.1 = { - birth = "450.1.1" - } - 510.1.1 = { - death = "510.1.1" - } -} - -212560 = { - name = "Faroin" - # Faroin Auting - dynasty = 10424161 - religion = "germanic_pagan" - culture = "chatti" - father = 212057 - 470.1.1 = { - birth = "470.1.1" - } - 550.1.1 = { - death = "550.1.1" - } -} diff --git a/WtWSMS/history/cultures/alanien.txt b/WtWSMS/history/cultures/alano_galloroman.txt similarity index 100% rename from WtWSMS/history/cultures/alanien.txt rename to WtWSMS/history/cultures/alano_galloroman.txt diff --git a/WtWSMS/history/cultures/alanisch.txt b/WtWSMS/history/cultures/alano_vandalic.txt similarity index 100% rename from WtWSMS/history/cultures/alanisch.txt rename to WtWSMS/history/cultures/alano_vandalic.txt diff --git a/WtWSMS/history/cultures/ripuarian_frankish.txt b/WtWSMS/history/cultures/ripuarian_frankish.txt deleted file mode 100644 index aa5467009e..0000000000 --- a/WtWSMS/history/cultures/ripuarian_frankish.txt +++ /dev/null @@ -1,39 +0,0 @@ -1.1.1 = { - ## Tribal Innovations - # Military - discover_innovation = innovation_vexilium - discover_innovation = innovation_mustering_grounds - discover_innovation = innovation_castrae - discover_innovation = innovation_quilted_armor - # Civic - discover_innovation = innovation_development_00 - discover_innovation = innovation_barter - discover_innovation = innovation_oppidum -} -#Runes utlized (limited sense) -200.1.1 = { - discover_innovation = innovation_writing -} -#Foederati begin interfering with Politics (Gallic Empire under Batavian Postumus) -260.1.1 = { - discover_innovation = innovation_leges_barbarorum - discover_innovation = innovation_social_stratification - join_era = culture_era_late_antiquity -} -#Frankish Settlement/Foederati in the Roman Empire -288.1.1 = { - discover_innovation = innovation_standing_army - discover_innovation = innovation_muri -} -#410: Visigoth Sack of Rome -410.1.1 = { - discover_innovation = innovation_limitanei -} -#Establishment of Merovingian Kingdom -481.1.1 = { - discover_innovation = innovation_mundium -} -#Baptism of Clovis -496.1.1 = { - discover_innovation = innovation_state_religion -} \ No newline at end of file diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index 1578e54eff..f0bcf29f60 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -74,7 +74,7 @@ Auxerre is likely part of their domain, given it's bishop pleaded with Goar for [1] - pg. 126: "... the Alan cavalry so dominated the military of Armorica that their influence was recognizable there at least into -the Xth century and probably into the twelth century." +the Xth century and probably into the twelfth century." [1] - B. S. Bachrach, Merovingian military organization, 481-751. Minneapolis: Univ. of Minnesota Pr., 1972. pg 126 [2] - B. S. Bachrach, “The Alans Come to the West,” in A history of the Alans in the west: From their first appearence in the sources of classical antiquity through the Early Middle Ages, Ann Arbor: University Microfilms International, 1994. diff --git a/WtWSMS/history/provinces/bp_k_danubia.txt b/WtWSMS/history/provinces/bp_k_danubia.txt index 9c267f78b3..957304f246 100644 --- a/WtWSMS/history/provinces/bp_k_danubia.txt +++ b/WtWSMS/history/provinces/bp_k_danubia.txt @@ -4,7 +4,7 @@ ###c_praha 4125 = { #PRAHA - culture = danube_suebi + culture = rygir religion = germanic_pagan holding = tribal_holding } @@ -25,7 +25,7 @@ } ###c_litomerice 4129 = { #LITOMERICE - culture = danube_suebi + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -40,7 +40,7 @@ } ###c_zatec 4147 = { #ZATEC - culture = danube_suebi + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -55,7 +55,7 @@ } ###c_plzen 4145 = { #PLZEN - culture = danube_suebi + culture = thuringian religion = germanic_pagan holding = tribal_holding } @@ -97,7 +97,7 @@ } ###c_boleslav 4136 = { #BOLESLAV - culture = danube_suebi + culture = rygir religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_frisia.txt b/WtWSMS/history/provinces/bp_k_frisia.txt index 851635dd23..a5571c120c 100644 --- a/WtWSMS/history/provinces/bp_k_frisia.txt +++ b/WtWSMS/history/provinces/bp_k_frisia.txt @@ -100,7 +100,7 @@ } ###c_groningen 2417 = { #GRONINGEN - culture = old_frankish + culture = old_frisian religion = germanic_pagan holding = tribal_holding } @@ -130,7 +130,7 @@ } ###c_ostfriesland 2418 = { #EMDEN - culture = old_saxon + culture = old_frisian religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania.txt b/WtWSMS/history/provinces/bp_k_germania.txt index e977d7e9c2..1008739a2e 100644 --- a/WtWSMS/history/provinces/bp_k_germania.txt +++ b/WtWSMS/history/provinces/bp_k_germania.txt @@ -19,7 +19,7 @@ } ###c_waldeck 2850 = { #WALDECK - culture = old_saxon + culture = old_frankish religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania_inferior.txt b/WtWSMS/history/provinces/bp_k_germania_inferior.txt index 4f77c51aed..a1229d2837 100644 --- a/WtWSMS/history/provinces/bp_k_germania_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_germania_inferior.txt @@ -144,7 +144,7 @@ ###c_zeeland 2112 = { #MIDDELBURG - culture = old_frisian + culture = old_frankish religion = germanic_pagan holding = tribal_holding 844.1.1 = { holding = castle_holding } #Year monastery was built diff --git a/WtWSMS/history/provinces/bp_k_lugdunensis.txt b/WtWSMS/history/provinces/bp_k_lugdunensis.txt index ae2c17b211..bedba50ab3 100644 --- a/WtWSMS/history/provinces/bp_k_lugdunensis.txt +++ b/WtWSMS/history/provinces/bp_k_lugdunensis.txt @@ -338,7 +338,7 @@ religion = gallican_church holding = castle_holding #aka Durocassium 442.1.1 = { - culture = alano_romano_gallic + culture = alano_galloroman religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century @@ -412,7 +412,7 @@ religion = hellenic_pagan holding = castle_holding #Vindocinum 442.1.1 = { - culture = alano_romano_gallic + culture = alano_galloroman religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century diff --git a/WtWSMS/history/provinces/bp_k_noricum.txt b/WtWSMS/history/provinces/bp_k_noricum.txt index 0f33c15145..31a054e12a 100644 --- a/WtWSMS/history/provinces/bp_k_noricum.txt +++ b/WtWSMS/history/provinces/bp_k_noricum.txt @@ -76,12 +76,6 @@ 3111 = { #KOFLACH holding = none } -3118 = { #KAPFENBERG - holding = none -} -3110 = { #LEOBEN - holding = none -} 3116 = { #FELDBACH holding = none } @@ -89,11 +83,17 @@ 3092 = { #PITTEN culture = romano_noric religion = nicene - holding = tribal_holding #No Roman Town in DARE + holding = castle_holding #Really town in DARE } 3120 = { #OBERWART holding = none } +3121 = { #MURZZUSCHLAG + holding = none +} +3119 = { #OSTFURSTENFELD + holding = none +} ###c_liebnitz 3109 = { #LIEBNITZ culture = romano_noric @@ -107,15 +107,6 @@ 3106 = { #WINDISCHE BUHEL holding = none } -###c_murzzuschlag -3121 = { #MURZZUSCHLAG - culture = romano_noric - religion = nicene - holding = tribal_holding #Roman oppidium, so probably destroyed by 476 -} -3119 = { #OSTFURSTENFELD - holding = none -} ###c_karnten 3105 = { #KLAGENFURT culture = romano_noric @@ -145,10 +136,16 @@ holding = none } ###c_knittelfeld -3125 = { #KNITTELFELD +3118 = { #KAPFENBERG culture = romano_noric religion = hellenic_pagan - holding = tribal_holding + holding = castle_holding #Really a town, but mostly empty province +} +3125 = { #KNITTELFELD + holding = none +} +3110 = { #LEOBEN + holding = none } 3112 = { #JUDENBURG holding = none @@ -203,7 +200,7 @@ 3131 = { #LINZ culture = romano_noric religion = nicene - holding = tribal_holding + holding = castle_holding } 3132 = { #STEYR holding = city_holding #probably Gesodnum; iron age Celtic Oppidium @@ -218,7 +215,7 @@ 2971 = { #SCHAUMBERG culture = romano_noric religion = nicene - holding = tribal_holding #Limes (mostly) abandoned by 476 + holding = castle_holding #Limes (mostly) abandoned by 476 } 2979 = { #STRASSWALCHEN holding = none @@ -230,7 +227,7 @@ 3093 = { #AMSTETTEN culture = romano_noric religion = nicene - holding = tribal_holding #Limes (mostly) abandoned by 476 + holding = castle_holding #Limes (mostly) abandoned by 476 } 3130 = { #LIEZEN holding = city_holding diff --git a/WtWSMS/history/provinces/bp_k_vindelicia.txt b/WtWSMS/history/provinces/bp_k_vindelicia.txt index a034cc4457..1ad1731e00 100644 --- a/WtWSMS/history/provinces/bp_k_vindelicia.txt +++ b/WtWSMS/history/provinces/bp_k_vindelicia.txt @@ -209,7 +209,7 @@ } ###c_kassel 2860 = { #KASSEL - culture = chatti + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -224,7 +224,7 @@ } ###c_fulda 2924 = { #FULDA - culture = chatti + culture = old_frankish religion = germanic_pagan holding = tribal_holding } @@ -251,7 +251,7 @@ } ###c_marburg 2859 = { #MARBURG - culture = chatti + culture = old_frankish religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 7d310bce23..6cf26102cb 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -538,15 +538,6 @@ d_vidivaria = { holder = 0 } } -d_chatti = { - 450.1.1={ - holder = 212057 - government = tribal_government - } - 510.1.1={ - holder = 212560 - } -} #### Suebic Titles @@ -562,14 +553,6 @@ d_suavi = { #Hunimund 2 (PLRE Vol 2) Subeians } 500.1.1 = { holder = 0 } } -d_bavari = { - 454.1.1 = { - holder = preBavari000 - government = tribal_government - } - 487.1.1 = { holder = 190033 } - 548.1.1 = { holder = 0 } -} #### frankish titles k_franks = { diff --git a/WtWSMS/history/titles/bp_k_belgica.txt b/WtWSMS/history/titles/bp_k_belgica.txt index 83394aafd4..72db38784f 100644 --- a/WtWSMS/history/titles/bp_k_belgica.txt +++ b/WtWSMS/history/titles/bp_k_belgica.txt @@ -502,7 +502,7 @@ c_langres = { #c_bar history (elimination) holder = 30029 # Chlothar II Meroving } } -c_briey = { #c_metz history +c_briey = { #Ragnachar's Franks #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -514,11 +514,11 @@ c_briey = { #c_metz history 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 466.1.1={ - holder=36 + 460.1.1={ + holder = 36109 # Ragnachar } - 490.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -602,7 +602,7 @@ c_vaucouleurs = { #c_bar history holder = 30029 # Chlothar II Meroving } } -c_nancy = { #c_lorraine history +c_nancy = { #Ragnachar's Franks #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -614,11 +614,11 @@ c_nancy = { #c_lorraine history 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 466.1.1={ - holder=36 + 460.1.1={ + holder = 36109 # Ragnachar } - 490.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/history/titles/bp_k_danubia.txt b/WtWSMS/history/titles/bp_k_danubia.txt index 821e59f2be..01e46c5496 100644 --- a/WtWSMS/history/titles/bp_k_danubia.txt +++ b/WtWSMS/history/titles/bp_k_danubia.txt @@ -6,20 +6,129 @@ d_danubia_prima = { #Empty History 1.1.1={} } c_praha = { - 454.1.1 = { holder = preBavari000 } - 487.1.1 = { holder = 190033 } + 476.1.2={ + holder = 57 + } + 487.1.1={ + holder=178021 # King Godehoc Lething + } + 500.1.1={ + holder=178022 # King Claffo Lething + } + 503.1.1={ + holder=178023 # King Tato Lething + } + 510.1.1 = { + holder = 145618 # King Wacho Lething + } + 520.1.1={ + holder=30727 # Strasz Ondreji + } + 550.1.1={ + holder=30950 # Drosuk Ondreji + } + 565.1.1={ + liege="e_avar" + } + 580.1.1={ + holder=31040 # Krzeslaw Ondreji + } } c_litomerice = { - 454.1.1 = { holder = preBavari000 } - 487.1.1 = { holder = 190033 } + 450.1.1={ + holder=50 #Bisinus Thuringii + } + 485.1.1={ + holder=51 #Baderic Thuringii + } + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } } c_zatec = { - 454.1.1 = { holder = preBavari000 } - 487.1.1 = { holder = 190033 } + 450.1.1={ + holder=50 #Bisinus Thuringii + } + 485.1.1={ + holder=51 #Baderic Thuringii + } + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } } c_plzen = { - 454.1.1 = { holder = preBavari000 } - 487.1.1 = { holder = 190033 } + 450.1.1={ + holder=50 #Bisinus Thuringii + } + 485.1.1={ + holder=51 #Baderic Thuringii + } + 530.1.1={ + holder=190208 # Hermanafrid Thuringii + } + 531.1.1={ + holder = 106522 # Chlothar Meroving + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } } c_doudleby = { #c_praha history (elimination) 476.1.2={ @@ -51,8 +160,33 @@ c_doudleby = { #c_praha history (elimination) } } c_boleslav = { - 454.1.1 = { holder = preBavari000 } - 487.1.1 = { holder = 190033 } + 476.1.2={ + holder = 57 + } + 487.1.1={ + holder=178021 # King Godehoc Lething + } + 500.1.1={ + holder=178022 # King Claffo Lething + } + 503.1.1={ + holder=178023 # King Tato Lething + } + 510.1.1 = { + holder = 145618 # King Wacho Lething + } + 520.1.1={ + holder=30727 # Strasz Ondreji + } + 550.1.1={ + holder=30950 # Drosuk Ondreji + } + 565.1.1={ + liege="e_avar" + } + 580.1.1={ + holder=31040 # Krzeslaw Ondreji + } } c_hradec = { 476.1.2={ diff --git a/WtWSMS/history/titles/bp_k_frisia.txt b/WtWSMS/history/titles/bp_k_frisia.txt index e258cd598e..7eb9333e24 100644 --- a/WtWSMS/history/titles/bp_k_frisia.txt +++ b/WtWSMS/history/titles/bp_k_frisia.txt @@ -77,50 +77,41 @@ c_westfriesland = { holder=159237 # Audwulf } } -c_nedersticht = { #Chararic Franks - 460.1.1={ - holder = 36107 # Chararic +c_nedersticht = { #Salian Franks + #Rulers + 457.1.1={ + holder = 39 } - 507.1.1={ - holder = 40 # Clovis + 481.1.1={ + holder = 40 } 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 30010 # Childebert II Meroving - } - 595.1.1={ - holder = 30011 # Theudebert Meroving + holder = 1300945 # Wado + liege = k_austrasia } 612.1.1={ - holder = 30014 # Theuderic II Meroving + holder = 30014 # Theuderic II Meroving + liege = 0 } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } -c_arnhem = { #Chararic Franks - 460.1.1={ - holder = 36107 # Chararic +c_arnhem = { #Ripuarian Franks + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -157,12 +148,12 @@ c_arnhem = { #Chararic Franks d_groningen = { #Empty History 1.1.1={} } -c_oversticht = { #Chararic Franks - 460.1.1={ - holder = 36107 # Chararic +c_oversticht = { #Ripuarian Franks + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -195,50 +186,32 @@ c_oversticht = { #Chararic Franks holder = 30029 # Chlothar II Meroving } } -c_groningen = { #Chararic Franks - 460.1.1={ - holder = 36107 # Chararic - } - 507.1.1={ - holder = 40 # Clovis - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 231004 # Sigebert Meroving +c_groningen = { #Frisians + 466.1.1={ + holder=44 # Hroðward } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 497.1.1={ + holder=190074 # Folcpald } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 499.1.1={ + holder=190049 # Hengest } - 612.1.1={ - holder = 30014 # Theuderic II Meroving + 552.1.1={ + holder=190083 # Finn } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 572.1.1={ + holder=190084 # Aldegisl } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 600.1.1={ + holder=159237 # Audwulf } } -c_zutphen = { #Chararic Franks - 460.1.1={ - holder = 36107 # Chararic +c_zutphen = { #Ripuarian Franks + 457.1.1={ + holder = 20785 } - 507.1.1={ - holder = 40 # Clovis + 482.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -295,15 +268,24 @@ c_dokkum = { #c_frisia holder=159237 # Audwulf } } -c_ostfriesland = { - 460.1.2={ - holder = 45 +c_ostfriesland = { #Frisians + 466.1.1={ + holder=44 # Hroðward } - 497.1.1={ - holder = 30037 + 497.1.1={ + holder=190074 # Folcpald + } + 499.1.1={ + holder=190049 # Hengest } - 550.1.1={ - holder = 30038 + 552.1.1={ + holder=190083 # Finn + } + 572.1.1={ + holder=190084 # Aldegisl + } + 600.1.1={ + holder=159237 # Audwulf } } c_frisia = { diff --git a/WtWSMS/history/titles/bp_k_germania.txt b/WtWSMS/history/titles/bp_k_germania.txt index 8d2e720e97..47f6f27f94 100644 --- a/WtWSMS/history/titles/bp_k_germania.txt +++ b/WtWSMS/history/titles/bp_k_germania.txt @@ -16,15 +16,42 @@ c_paderborn = { holder = 30038 } } -c_waldeck = { - 460.1.2={ - holder = 45 +c_waldeck = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic } - 497.1.1={ - holder = 30037 + 507.1.1={ + holder = 40 # Clovis } - 550.1.1={ - holder = 30038 + 511.1.1={ + holder = 106524 # Theuderic Meroving + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving } } c_munster = { diff --git a/WtWSMS/history/titles/bp_k_germania_inferior.txt b/WtWSMS/history/titles/bp_k_germania_inferior.txt index ab6a2d26da..822ab68b7a 100644 --- a/WtWSMS/history/titles/bp_k_germania_inferior.txt +++ b/WtWSMS/history/titles/bp_k_germania_inferior.txt @@ -14,12 +14,12 @@ d_germania_superior = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } } -c_mainz = { #Ripurian Franks (Sigebert) - 457.1.1={ - holder = 20785 +c_mainz = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -166,7 +166,7 @@ c_speyer = { #c_pfalz history holder = 30029 # Chlothar II Meroving } } -c_saarbrucken = { #c_pfalz history +c_saarbrucken = { 466.1.1={ holder=36 } @@ -204,12 +204,12 @@ c_saarbrucken = { #c_pfalz history holder = 30029 # Chlothar II Meroving } } -c_puttlingen = { #c_metz history (eliminated) - 466.1.1={ - holder=36 +c_puttlingen = { #Ragnachar's Franks + 460.1.1={ + holder = 36109 # Ragnachar } - 490.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -458,7 +458,8 @@ c_guelders = { #Childeric Franks holder = 30029 # Chlothar II Meroving } } -c_aachen = { #Ripurian Franks (Sigebert) +c_aachen = { #Ripurian Franks + #Rulers 457.1.1={ holder = 20785 } @@ -697,7 +698,7 @@ c_trier = { holder = 30029 # Chlothar II Meroving } } -c_luxembourg = { #Ripurian Franks (Sigebert) +c_luxembourg = { #Ragnachar's Franks #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -709,11 +710,11 @@ c_luxembourg = { #Ripurian Franks (Sigebert) 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 457.1.1={ - holder = 20785 + 460.1.1={ + holder = 36109 # Ragnachar } - 482.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -795,7 +796,7 @@ c_bouillon = { #Ragnachar's Franks holder = 30029 # Chlothar II Meroving } } -c_metz = { +c_metz = { #Ragnachar's Franks #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -807,11 +808,11 @@ c_metz = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 466.1.1={ - holder=36 + 460.1.1={ + holder = 36109 # Ragnachar } - 490.1.1={ - holder = 40 + 509.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/history/titles/bp_k_noricum.txt b/WtWSMS/history/titles/bp_k_noricum.txt index c3e21e5602..61e48e29e7 100644 --- a/WtWSMS/history/titles/bp_k_noricum.txt +++ b/WtWSMS/history/titles/bp_k_noricum.txt @@ -1,7 +1,5 @@ k_noricum = { 100.1.1 = { government = gubernatorial_government } - 475.8.28 = { holder = 96054 } # Romulus Augustus - 476.9.4 = { holder = 0 } # fall of Romulus Augustulus } d_tyrol = { @@ -227,69 +225,27 @@ c_graz = { holder = 1300560 #Promotus liege="e_wre" } - #Loss of Roman Control (Hunnic migration) - 444.1.1 = { - holder = GrazIndependent000 - government = subroman_government - liege = 0 - } - 484.1.1 = { holder = GrazIndependent001 } - 526.1.1={ - holder = 190203 # Athalarik - } - 534.10.2={ - holder = 190215 # Theodahad - } - 536.1.1={ - holder = 190219 # Witiges - } - 540.1.1={ - holder = 190222 # Ildibad - } - 541.1.1={ - holder = 190116 # Eraric - } - 541.6.1={ - holder = 190118 # Totila - liege=0 - } - 552.1.1={ - holder = 155147 # Thila - } - 553.1.1={ - holder=70512 + 460.1.1={ + holder = 1001104 } - 565.11.14={ - holder=70511 + 476.9.4={ + liege = "k_italy" } - 568.1.1={ - holder=155185 # Avar Khan 1 + 491.1.1={ + holder = 63 # Theodoric + liege = k_ostrogoths } - 602.1.1={ - holder=33081 # Avar Khan 2 + 493.3.5 = { + liege = k_italy } -} -c_pitten = { - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Rulers - 440.1.1 = { - holder = 1300560 #Promotus - liege="e_wre" + 500.1.1 = { + holder = 1301027 # Ursus + liege = k_italy } - #Loss of Roman Control (Hunnic migration) - 444.1.1 = { - holder = PittenIndependent000 - government = tribal_government + 510.1.1={ + holder = 63 # Theoderic liege = 0 } - 459.1.1 = { holder = PittenIndependent001 } 526.1.1={ holder = 190203 # Athalarik } @@ -321,11 +277,12 @@ c_pitten = { 568.1.1={ holder=155185 # Avar Khan 1 } - 602.1.1={ - holder=33081 # Avar Khan 2 + 580.1.1={ + holder = 33078 # Stanislav Sklaveni + liege="e_avar" } } -c_liebnitz = { +c_pitten = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -396,7 +353,7 @@ c_liebnitz = { liege="e_avar" } } -c_murzzuschlag = { +c_liebnitz = { #Development 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } @@ -410,13 +367,27 @@ c_murzzuschlag = { holder = 1300560 #Promotus liege="e_wre" } - #Loss of Roman Control (Hunnic migration) - 444.1.1 = { - holder = MurzzuschlagIndependent000 - government = tribal_government + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theodoric + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1301027 # Ursus + liege = k_italy + } + 510.1.1={ + holder = 63 # Theoderic liege = 0 } - 474.1.1 = { holder = MurzzuschlagIndependent001 } 526.1.1={ holder = 190203 # Athalarik } @@ -448,8 +419,9 @@ c_murzzuschlag = { 568.1.1={ holder=155185 # Avar Khan 1 } - 602.1.1={ - holder=33081 # Avar Khan 2 + 580.1.1={ + holder = 33078 # Stanislav Sklaveni + liege="e_avar" } } c_karnten = { @@ -608,14 +580,12 @@ c_knittelfeld = { holder = 1300560 #Promotus liege="e_wre" } - #Loss of Roman Control (Hunnic migration) - 444.1.1 = { - holder = KnittelfeldIndependent000 - government = tribal_government - liege = 0 + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" } - 466.1.1 = { holder = KnittelfeldIndependent001 } - #Ostrogothic Italian Kingdom 491.1.1={ holder = 63 # Theodoric liege = k_ostrogoths @@ -919,9 +889,68 @@ c_linz = { #c_osterreich history 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 476.1.2 = { holder = 57 } #Rugii - 487.1.1 = { holder = 3594 } - #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1301027 # Ursus + liege = k_italy + } + 510.1.1={ + holder = 63 # Theoderic + liege = 0 + } + 526.1.1={ + holder = 190203 # Athalarik + } + 534.10.2={ + holder = 190215 # Theodahad + } + 536.1.1={ + holder = 190219 # Witiges + } + 540.1.1={ + holder = 190222 # Ildibad + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } } c_schaumberg = { #c_salzburg history (changed) #Development @@ -933,9 +962,68 @@ c_schaumberg = { #c_salzburg history (changed) 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 476.1.2 = { holder = 57 } #Rugii - 487.1.1 = { holder = 3594 } - #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War + 440.1.1 = { + holder = 1300560 #Promotus + liege="e_wre" + } + 460.1.1={ + holder = 1001104 + } + 476.9.4={ + liege = "k_italy" + } + 491.1.1={ + holder = 63 # Theoderic + liege = k_ostrogoths + } + 493.3.5 = { + liege = k_italy + } + 500.1.1 = { + holder = 1301027 # Ursus + liege = k_italy + } + 510.1.1={ + holder = 63 # Theoderic + liege = 0 + } + 526.1.1={ + holder = 190203 # Athalarik + } + 534.10.2={ + holder = 190215 # Theodahad + } + 536.1.1={ + holder = 190219 # Witiges + } + 540.1.1={ + holder = 190222 # Ildibad + } + 541.1.1={ + holder = 190116 # Eraric + } + 541.6.1={ + holder = 190118 # Totila + liege=0 + } + 548.1.1={ + holder = 30376 # Garibald Agilolfing + liege="k_neustria" + } + 591.1.1={ + holder = 30377 # Tassilo Agilolfing + liege=0 + } + 610.1.1={ + holder = 30378 # Garibald II Agilolfing + liege="k_neustria" + } + 620.1.1={ + holder = 30379 # Theodo Agilolfing + } + 680.1.1={ + holder = 30379 # Theodo II Agilolfing + } } c_amstetten = { #c_osterreich history (elimination) #Development @@ -947,40 +1035,6 @@ c_amstetten = { #c_osterreich history (elimination) 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly #Rulers - 476.1.2 = { holder = 57 } #Rugii - 487.1.1 = { holder = 3594 } - #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War -} -c_sankt_polten = { - #Development - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 488.1.1 = { change_development_level = 4 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 2 } #Ostrogothic migration - 600.1.1 = { change_development_level = 2 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 3 } #Feudal remnants rebuild slowly - #Rulers - 470.1.1 = { - holder = 1001100 #Severinus - liege = k_rugiland #Probably how he was able to preserve as much of the province as he did - #Additionally, keeps Severinus in Noricum in 476 (instead of, say, Odoacer's court) - } - 482.1.8 = { holder = 57 } #Passes to secular ruler of the Rugii - 487.1.1 = { holder = 3594 } - #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War -} -c_passau = { #c_salzburg history (changed) - #Development - 1.1.1 = { change_development_level = 4 } - 200.1.1 = { change_development_level = 8 } - 400.1.1 = { change_development_level = 12 } - 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows - 493.1.1 = { change_development_level = 3 } #Ostrogothic migration - 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development - 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly - #Batavis was one of the last hold outs of Roman control on the Danube [1] - #[1] - E. James, “The Barbarians from 376 to 476; On the Danube,” in Europe's barbarians, AD 200-600, London: Routledge Taylor & Francis Group, 2014. 440.1.1 = { holder = 1300560 #Promotus liege="e_wre" @@ -1044,6 +1098,43 @@ c_passau = { #c_salzburg history (changed) holder = 30379 # Theodo II Agilolfing } } +c_sankt_polten = { + #Development + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 488.1.1 = { change_development_level = 4 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 2 } #Ostrogothic migration + 600.1.1 = { change_development_level = 2 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 3 } #Feudal remnants rebuild slowly + #Rulers + 470.1.1 = { + holder = 1001100 #Severinus + liege = k_rugiland #Probably how he was able to preserve as much of the province as he did + #Additionally, keeps Severinus in Noricum in 476 (instead of, say, Odoacer's court) + } + 482.1.8 = { holder = 57 } #Passes to secular ruler of the Rugii + 487.1.1 = { holder = 3594 } + #Rugii become constituent of Ostrogothic Kingdom in 493 and last until the Gothic War +} +c_passau = { #c_salzburg history (changed) + #Development + 1.1.1 = { change_development_level = 4 } + 200.1.1 = { change_development_level = 8 } + 400.1.1 = { change_development_level = 12 } + 488.1.1 = { change_development_level = 6 } #Odoacer withdraws from the and power vaccuum grows + 493.1.1 = { change_development_level = 3 } #Ostrogothic migration + 600.1.1 = { change_development_level = 3 } #Constant warfare with the slavs prevents development + 700.1.1 = { change_development_level = 4 } #Feudal remnants rebuild slowly + #Rulers + #Skirian component of Hunimund's Suavi + 453.1.1 = { + holder = UpperDanubeScirii000 + government = tribal_government + } + 470.1.1 = { liege = d_suavi } + 483.1.1 = { holder = UpperDanubeScirii001 } +} c_rosenheim = { #Development 1.1.1 = { change_development_level = 4 } diff --git a/WtWSMS/history/titles/bp_k_vindelicia.txt b/WtWSMS/history/titles/bp_k_vindelicia.txt index ec0f8e46dd..e3610c46bf 100644 --- a/WtWSMS/history/titles/bp_k_vindelicia.txt +++ b/WtWSMS/history/titles/bp_k_vindelicia.txt @@ -481,12 +481,12 @@ c_hohenlohe = { d_vindelica_tertia = { #Empty History 1.1.1={} } -c_frankfurt = { #Ripurian Franks (Sigebert) - 457.1.1={ - holder = 20785 +c_frankfurt = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -558,20 +558,88 @@ c_klingenberg = { holder= 106590 # Gotfrid Agilolfing } } -c_kassel = { #Chatti - 450.1.1={ holder = 212057 } - 510.1.1={ holder = 212560 } +c_kassel = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic + } + 507.1.1={ + holder = 40 # Clovis + } + 511.1.1={ + holder = 106524 # Theuderic Meroving + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } } -c_fulda = { #Chatti - 450.1.1={ holder = 212057 } - 510.1.1={ holder = 212560 } +c_fulda = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic + } + 507.1.1={ + holder = 40 # Clovis + } + 511.1.1={ + holder = 106524 # Theuderic Meroving + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } } -c_nassau = { #Ripurian Franks (Sigebert) - 457.1.1={ - holder = 20785 +c_nassau = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -604,9 +672,43 @@ c_nassau = { #Ripurian Franks (Sigebert) holder = 30029 # Chlothar II Meroving } } -c_marburg = { #Chatti - 450.1.1={ holder = 212057 } - 510.1.1={ holder = 212560 } +c_marburg = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic + } + 507.1.1={ + holder = 40 # Clovis + } + 511.1.1={ + holder = 106524 # Theuderic Meroving + } + 534.1.1={ + holder = 106525 # Theudebert Meroving + } + 548.1.1={ + holder = 106529 # Theudebald Meroving + } + 555.1.1={ + holder = 106522 # Chlothar Meroving + } + 561.11.29={ + holder = 231004 # Sigebert Meroving + } + 575.1.1={ + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving + } + 612.1.1={ + holder = 30014 # Theuderic II Meroving + } + 613.1.1={ + holder = 30015 # Sigebert Meroving + } + 614.1.1={ + holder = 30029 # Chlothar II Meroving + } } d_vindelica_quarta = { #Empty History @@ -650,12 +752,12 @@ c_dortmund = { #Ripurian Franks (Sigebert) holder = 30029 # Chlothar II Meroving } } -c_arnsberg = { #Ripurian Franks (Sigebert) - 457.1.1={ - holder = 20785 +c_arnsberg = { #Chararic's Franks + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -764,12 +866,12 @@ c_bergh = { #Ripurian Franks (Sigebert) holder = 30029 # Chlothar II Meroving } } -c_sayn = { #Ripurian Franks (Sigebert) - 457.1.1={ - holder = 20785 +c_sayn = { #Ripurian Franks + 460.1.1={ + holder = 36107 # Chararic } - 482.1.1={ - holder = 40 + 507.1.1={ + holder = 40 # Clovis } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 7e1a431602..3470ddaa2a 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -27,7 +27,7 @@ galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians indo_scythian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 150 BC" - alano_romano_gallic_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" + alano_galloroman_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" #Iranians adhari_history_loc:0 "Formed from [CULTURE.GetName] and unknown cultures in the year 549 BC" parthian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the year 247 BC" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 5af459a0e5..8592b1e751 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -317,9 +317,9 @@ iazyges:0 "Iazyges" iazyges_collective_noun:0 "Iazyges" iazyges_prefix:0 "Iazyges" - alano_romano_gallic: "Alano-Romano-Gallic" - alano_romano_gallic_collective_noun: "Alano-Romano-Gauls" - alano_romano_gallic_prefix: "Alano-Romano-Gallo" + alano_galloroman: "Alano-Galloroman" + alano_galloroman_collective_noun: "Alano-Galloromans" + alano_galloroman_prefix: "Alano-Galloromano" alano_vandalic: "Alano-Vandalic" alano_vandalic_collective_noun: "Alano-Vandals" alano_vandalic_prefix: "Alano-Vandalo" From a39a121a3aa8c4e911c73e1f3695b05f8cb68885 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 27 Nov 2022 21:25:18 -0500 Subject: [PATCH 187/339] Implement Map Coloring code Implement color storage codebase and tie to tributaries --- .../coat_of_arms/BP_map_colors.txt | 9 + .../coat_of_arms/MOD_color_storage_titles.txt | 3255 ++++++++ WtWSMS/common/landed_titles/BP_map_modes.txt | 38 + .../MOD_color_storage_titles.txt | 3256 ++++++++ .../landed_titles/T4N_map_color_titles.txt | 45 - .../on_action/00_MOD_color_storage_titles.txt | 6530 +++++++++++++++++ .../MOD_color_storage_titles.txt | 6 + .../scripted_effects/T4N_map_color_effect.txt | 124 - .../T4N_tributaries_system_effects.txt | 10 +- WtWSMS/common/scripted_guis/BP_mapmodes.txt | 41 + WtWSMS/gfx/map/map_modes/map_modes.txt | 24 + WtWSMS/gui/shared/mapmodes.gui | 25 + .../english/BP_titles_l_english.yml | 11 + .../english/MOD_color_storage_l_english.yml | 3256 ++++++++ .../english/gui/BP_map_l_english.yml | 4 + 15 files changed, 16462 insertions(+), 172 deletions(-) create mode 100644 WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt create mode 100644 WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt create mode 100644 WtWSMS/common/landed_titles/BP_map_modes.txt create mode 100644 WtWSMS/common/landed_titles/MOD_color_storage_titles.txt delete mode 100644 WtWSMS/common/landed_titles/T4N_map_color_titles.txt create mode 100644 WtWSMS/common/on_action/00_MOD_color_storage_titles.txt create mode 100644 WtWSMS/common/scripted_effects/MOD_color_storage_titles.txt delete mode 100644 WtWSMS/common/scripted_effects/T4N_map_color_effect.txt create mode 100644 WtWSMS/common/scripted_guis/BP_mapmodes.txt create mode 100644 WtWSMS/localization/english/MOD_color_storage_l_english.yml create mode 100644 WtWSMS/localization/english/gui/BP_map_l_english.yml diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt new file mode 100644 index 0000000000..d2edf9d739 --- /dev/null +++ b/WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt @@ -0,0 +1,9 @@ +d_map_base_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_red = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_green = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_blue = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_cyan = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_yellow = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_orange = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_black = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_pink = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt new file mode 100644 index 0000000000..b97887d563 --- /dev/null +++ b/WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt @@ -0,0 +1,3255 @@ +#Empires +d_e_aarlud_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_abyssinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_ajuraan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_arabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_avar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_axum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_bactria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_baruun_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_bengal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_black_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_britannia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_byzantium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_carpathia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_caspian-pontic_steppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_chagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_dacia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_deccan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_egypt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_gaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_germania_magna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_germany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_golden_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_guinea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_helling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_hre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_hunnic_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_ilkhanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_india_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_italy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_kanem_bornu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_kara_khitai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_kirghiz_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_latin_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_macedon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_maghreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_mongol_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_mongolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_north_africa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_north_sea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_outremer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_persia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_rajastan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_roman_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_rouran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_russia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_scandinavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_scythia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_seleucid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_siberia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_slavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_spain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tamazgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tamil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tartaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_timurids_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_togskol_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_turan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_turkestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_uyghur_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_volga-ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_wendish_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_white_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_wre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_xiongnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +#Kingdoms +d_k_adiukru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_africa_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_al_hirah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_alamannia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_altava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_amr_confederacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_anatolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_andalusia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_angloland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_aquitaine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_armenian_principality_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ashina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_asturias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_athens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_auresia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_austrasia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_austria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_aydin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bavaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bene_israel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bohemia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bosnia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_burgundians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_burgundy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cabaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_canarias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_candar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_capsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_castille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_chuban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_commagene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cornwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_crete_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_croatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cyprus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cyrenaica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dahae_confederacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dal_riata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_daneland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_danelaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_denmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dubuo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_east_francia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_epirus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_eretnid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_fashion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_franks_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gaochang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gaoche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_geatland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_georgia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gepidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_germiyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_guiyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hansa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_harla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hellas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_helling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_herul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hodna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hungary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_illyria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_illyria_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_italy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_italy_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_jazira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_jerusalem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kabulistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kalachuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_karaman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khazaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khorasan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kidarite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_livonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lotharingia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_maghreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_magyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_manipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mann_the_isles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_masmuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mazandaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mediterranean_sea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_melchisedechianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mentese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mercia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_moldavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_moravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_naples_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_nasamoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_nemenchia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_neustria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_nikaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_northumbria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_old_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_old_thrace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_orthodox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ostrogoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ottoman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ouarsenis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_papal_state_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_paris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pechenegs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_poland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pomerania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_portugal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_qaryat_dhat_kahil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_republic_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_respendalid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_rheged_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_romagna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_rugiland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_rum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sahara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sakya_trizin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_salihid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sardinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sarir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_saruhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_saurashtra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_saxony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_serbia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_shanshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sicca_veneria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sicily_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_soissons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sophene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_south_kosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_spanish_galicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sparta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_suebia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_switzerland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_syria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tekke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thaton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thessalonika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thracia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thuringia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_trebizond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_trinacria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tuldilanids_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tuyuhun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_uighur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_vandalica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_venice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_visigoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_wales_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_wei_western_regions_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_western_kshatrapas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_winideheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_yarlung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +#Duchies +d_d_aaninen_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_abkhazia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_acatiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adkaddakhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adogit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aegean_islands_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aethelrugi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_agadir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aileach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ait_ouriaghel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_al-said_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_al_qays_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aleppo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_algarve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alsace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_amalfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_amela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_amman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anatolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ancona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_angria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anhalt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anjou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_antae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_antioch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_apostolic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aquileia_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aquitaine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_armagnac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_armeniac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arochi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ashokas_chosen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_astures_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_asturias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_atrebatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_augandzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_augsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_austorani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_auvergne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_availites_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_avars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_awioniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_azal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_azerbaijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bagaudae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baghdad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bakr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_balti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baquates_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_barcelona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baroia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_barsils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bavaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_beja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bejaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bektashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_belgrade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_benevento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_berry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bihar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_binnaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bishop_of_iona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bjarma_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_blemmyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bohemia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bourbon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_brabant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_broerec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_brycheiniog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bucellaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bulgars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bulls_rishabha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_burgundy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_calabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_capua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_carinthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_castilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cephalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chaldia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_champagne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_charsianon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chosen_perkunas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chumukun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chuyue_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cibyrrhaeot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_coimbra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_constantinopolitan_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_conversos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_coptic_papacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cordoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_courland_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_croatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_currezia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cybelian_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dalmatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_damascus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_danes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dauphine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_deasmhumhain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_delta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_diyarbakr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_diyarmudar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_diyarrabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dneipner_balts_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dobrudja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_domnonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_donatism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_duklja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dyrrachion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_east_franconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_east_galindians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ebionites_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_edessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_elmet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_emilia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_epirus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_erzerum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_erzya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_esseaxena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_essina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_exilarch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fezzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_flanders_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_followers_arjuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fortriu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fossatisii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fotla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_friuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gabes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_galicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gardman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gascogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gaul_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gayomarthianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gelre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_georgia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_georgian_orthodox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_germanii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ghifar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ghomara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gortyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gothic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_granada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_granni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_guenet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_guent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gugark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gustow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gutes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_halin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hamadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hanzalah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_haruriyyah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hashshashin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hawazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_haymanot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hellenic_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_herefinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hesse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hhaha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_highland_lithuanians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hintata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_holland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_holstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_holy_sepulchre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_homs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hormuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_huitzilopochtli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_iazyges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_iconoclast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ikh_bogdh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_imami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_immortals_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_istria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_italy_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_izhorians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jabal_kufs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jerid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jomsvikings_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jonse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_judham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_julich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jutes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jylland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_iberia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kabarism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kairouan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kalb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_karaism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_keoka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kernev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khanty_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khurmazta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khurramism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_calatrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_hospitaler_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_santiago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_templar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kohestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_koivans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kola_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kolochins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_krain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kroumerie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kumul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kurdistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kutrigurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kuyavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kwrtstan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_laanemaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_laguantan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_languedoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lebanon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lemovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lettigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_linnius_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_livonians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lombards_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lower_bosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lower_lorraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lowland_lithuanians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_luxembourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_macronia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_macva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mafaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_maingmaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_malabarism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_malao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_manichean_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mansi_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_marcionism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_marcomanni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_masmudi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_massalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mazdakism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mazdayasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_meissen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_merya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_meshchera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_miaphysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mo_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moesia_superior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moksha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_monophysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_montes_aregenses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mosania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mosylon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mundus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_murcia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_muromians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_murzuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_muwalladi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_najran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_narvik_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nordgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nordmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_norgyrwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_normandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_noxgaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nuristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ogurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_opone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_opsikion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_optimatoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_orleans_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_osraige_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_osterreich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ostmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_oultrejourdain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_oxford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_palestine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_papal_state_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_patriarchate_in_the_east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_paulician_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_philippopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_piedmonte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_platonic_academy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pohjanmaa_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_poitou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pomerelia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pommerania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_porto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_powys_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_priscillianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pronsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_provence_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_prus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_quraysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rabbinism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_raetia_curiensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ranii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rashka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_raumarici_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_regraga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_reudigni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_revala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ripuria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_romagna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_roman_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saami_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saaremaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sabirs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sacromontisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sahara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saint_addai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saint_anthony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salerno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samaritan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sandomiersk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saragurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sarapion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_savo_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_savoie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sebasteia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_selonians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_senate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_setomaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sevilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shammar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shiite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shirvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sklaveni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sky_lords_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_slavonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_slesvig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_somogy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sons_kaleva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sophanene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sophene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_spirit_guardians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_steyermark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_strymon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_suavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sumparu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sunni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sussex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_suthgyrwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_suyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_swabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_swedes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_swiss_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syrmia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syrte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tabae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_taghlebi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tamim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tangiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tavast_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tayk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tel_river_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_temes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_teryukhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_teutonic_order_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thaqif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thrace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thracesia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thracian_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thuringia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tiele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tlemcen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_toscana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_transjurania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_transylvania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tridentium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_triparvatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_triveria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_trondelag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_turnovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_udmurt_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ugandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_upper_lorraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_urartuism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_urdunn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_utigurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_utrecht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_uusimaa_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valentinianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valentois_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_venedi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_venice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_verona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vidin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vidivaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_viraja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_virumaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_viscaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_visegrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vologda_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_votians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_warini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_warriors_perun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wasit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_west_franconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_west_galindians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wielkopolska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yathrib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yotvingians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yungdrung_bon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zaghawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zaragoza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zealots_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zemigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zinder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_znaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zun_warriors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +#Counties +d_c_aachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aalborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aarhus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abauj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abbadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abivard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abkhazia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ablastha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abomey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abruzzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abu_hammad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abwab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abydos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_acalapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_acampse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_achaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_acre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_adanse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_adoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_adrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aeolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aetolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_afar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_afram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agadir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agairik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agaw_meder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agdeside_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agenais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agrigento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ahqaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ahvaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ailech_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ain_galakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aintab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_air_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ajaccio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ajayameru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ak-dzulpas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_akhadid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_akkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_akkityk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aksay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aksu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aksuyek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-arid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-asa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-buhaira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-gharbiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-haditha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-hasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al_aqabah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al_jawf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alarcon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_albarracin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_albi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_albret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alcacer_do_sal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alcaniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alcaraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alencon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aleppo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alexandretta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alexandria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_algeciras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_algier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alicante_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_allai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_allaqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_allenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_almader_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_almaty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_almeria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alodia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_along_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alpsee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_altay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alto_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aluksne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alupa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alxa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amatlus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amiens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amstetten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ancona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_andujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angerburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angermanland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anglesey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angouleme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anjou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_annaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_annandale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ansbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ansongo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_antiocheia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_antipatreia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_antwerpen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aosta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aowin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_apahunik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_apulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aqenganggyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aqiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aqtobe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aquileia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aquincum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aral_karakum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aralkizil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arbanon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arborea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ardabil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ardestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arezzo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_argyll_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arigh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ariksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_armagnac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arnhem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arnsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aror_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arrajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arzhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ashir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ashli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ashmaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asirgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astorga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astrakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asturias_de_oviedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asturias_de_santillana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aswan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asyut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atamansku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atbara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atbasar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_athlone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atholl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atkarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_attica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_attie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atyrau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_augsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_austisland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_auvergne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_auxerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avalois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aveiro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aviovara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avlonas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avranches_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_awjila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_awkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_awssa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aydhab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayn_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayodhya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayrarat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayrshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aytos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_az-dhahira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azukki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azysia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baalbek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_babruysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badakhshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badaraya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badghis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baduspan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baghdad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bagrewand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baguirmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bahnasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bahriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baibalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baigaluuls_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baihaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bailaqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baingoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baisary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baiyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bajura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bakharz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bakhmut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bakriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balashagun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balkh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balkonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bamberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bambuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bamian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_banavasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_banbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bandhugadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bandiagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bangaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_banre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baqlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baranya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barasuru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barbacadle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barcasag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barcelona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bardak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bargajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barkam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barlad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barnaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barsuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bartenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_basagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bastia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batiha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batn_al-hajar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batticaloa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bauchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baxoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baydhabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bayeux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bearn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beaumont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bedford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_begemder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_begho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_behabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beirut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bejaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bekes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beksima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_belebey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bellac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_belogorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beloozero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_belz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_benavente_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_benevento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_benin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beograd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berbera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berchtesgaden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bereg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berestye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bergh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berkshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beroe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_besancon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beshbalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beszterce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bethen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_betpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bezichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beziers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhaktapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhumilka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bigorre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bihar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bikrampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bilizma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bilma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bindugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bir_amir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biskra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bithynia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_blankenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_blekinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_blois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bodele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bodrog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boeotia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boleslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bolghar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bologna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bombogor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bonduku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bonoso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bordeaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bornholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bornu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boro_burgasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_borsod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bothin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boubo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bouillon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boulogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bourbon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brabant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_braganza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_braila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brandenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_branicevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_braslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bratsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brecknockshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_breifne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_breisgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bremen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brescia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_breslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bresse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brie_francaise_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_briey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brixen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brugge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brunswick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brysis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buchan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buckinghamshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bucuresti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bugurslan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bumthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bundu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bure_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burgas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burgos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burhanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burugu_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_busaso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bussa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buthrotum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buzau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_byzantion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cabardinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cabra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caceres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cadiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caernarfonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cagliari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caithness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cakrakuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calarasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calatayud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calatrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_camarda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cambray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cambridgeshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cammin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_campulung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_canarias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_canavese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_canda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_candhoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_candradvipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cappadocia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_capua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_carcassonne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cardiganshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_carmarthenshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_carrick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_casentino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_castellon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_castelo_branco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cephalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cerasus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cetatea_alba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cetina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ceuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chadrinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chagdy_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chaghaniyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chakla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chalkidike_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chalons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chamil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chandax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chanderi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_changma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_charaideo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_charkliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_charsianon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chartres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chauragarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cheboksary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chelabinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherkassy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chernigov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cheshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chikoy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chilia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chindu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chios_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chitrakut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chitral_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_choklema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cholamandalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chonae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chornobyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chuguchak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chulym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chumarho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chunar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chungthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cieszyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cilicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_clermont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_clermont_sur_allier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cleves_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coimbra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_colmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cologne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_colonea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_comai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_comminges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_como_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_connacht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_constanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_constantine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cordoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cornouaille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cornwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coruna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cosenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cottbus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coulommiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cozhelhoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_craiova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cremona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_csanad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_csongrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuellar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuenca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cumberland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cumbum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuneo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuonaco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cykma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_czerska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dabou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daboya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dabusiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dadhipadra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dagomba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dahlak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dajing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakajalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakhina_desa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakhla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dalabergslagen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dalarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damascus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damietta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damin_i_koh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damoh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damxung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_danakil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dangla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dannenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_danzig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar-al-rih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar_al-said_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar_rashid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar_sila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darabjerd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daramdin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darkhad_valley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darmashan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dasapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dathina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_datong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dausar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dawaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dawraq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dawu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_debar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_debul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_degelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_deggerdorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_delhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dembiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_demchok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_demetrias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_denbighshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dendi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dengqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_denia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_deqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derbent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derlenka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_desmond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dessau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_devagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_devon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhamalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhankar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhofar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhraina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_diamare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dibri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dihistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dijon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dimapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dipalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dirku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_diskit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ditmarschen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djado_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djanet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djarin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djerba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dnipro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dobrzynska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dokkum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dolgujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dongola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_donjikraji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorohoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorohychyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorostorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorpat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dortmund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_doti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_doudleby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_draa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dresden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dublin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dubrovytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_duklja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dunbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dunhuang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_duqm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durdzukia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durovka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dvaraka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dyamare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dyrrachion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dyulaso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east-tokharestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east_kiilt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eastern_tannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_edd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_edessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_edo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eghiz_kara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eichstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_el_fasher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_el_waak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_elabuga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eleila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_elvas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_embrun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_emil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ennis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_epeiros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_erbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eschenlohe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_essex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_euboea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_euchaita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_evreux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ewe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eystridalir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_faereyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fafan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_falaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_famagusta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fanhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fante_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_faras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_faro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fayyum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fazaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fazughli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_feher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fellata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ferghana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ferrara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fetegar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_figuig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_finnveden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firabr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firaun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firdafylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firenze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fitri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fogaras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_foggia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_foix_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_forcalquier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_forez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fraga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_frankfurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_freistadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_french_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_frisia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_friuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fudalhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fuerteventura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fulda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fuqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_furstenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_futa_jalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gabal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gabes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gacka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galatia_salutaris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galloway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gallura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ganale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gangaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ganzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gaotai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garabogazkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garkung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garumele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garwhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gastrikland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gatsuurgazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gauldala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_geba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gegyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gemer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_geneva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_germa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gerqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gerze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gevaudan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gezira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghadames_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gharb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghardaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghazna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghazza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghazzal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghulja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gidaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gilan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gilgit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_girona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_giurgiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_giza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_glamorgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_glazov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gleichenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gloucestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gnezdovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gnieznienska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_goalpara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gobir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_godwad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gojjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_golag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_golaghmuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_golden_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gomel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gomoco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gondo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gongbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gonja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gonjo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gorlitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gorz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gostyninska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gottingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gowrie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_granada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_graz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grebo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grisons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grobin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grodno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_groningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grunberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grunningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gudbrandsdalir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guelders_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gugark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guidimaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guines_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gumuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurganj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurgi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurjaratra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gutland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gutti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guwari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guzgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guzkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gwalior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyaca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyaitang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyangze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyegumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyirong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadithat-ana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadramawt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadrianeia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hail_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hainaut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hakkari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halberstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halsingland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_haltang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hamadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hamburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hampton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hanlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hannover_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hargaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harhiraa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harikela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harjadalen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harrat_rahat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_haruppeswara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hastinapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hauran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_havelberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hayq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hedmork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_heihe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_helenopontus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_helgum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_herat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hereford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hereti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hertfordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hewes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hildesheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hinthada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hiraab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hisar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hoboksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hobyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hodh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hodna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohaseco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenlohe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_holland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_homs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hongliuyuan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_honorias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hordalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hormuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hotin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hradec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hradyzk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_huesca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hulwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_huntingdonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hunyad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hunyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hvosno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ibadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ibibo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_idatarainadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_idoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ifat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ifni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ifonyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igbomina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ijaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ijebu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ikh_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ile_de_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilorin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_inari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_innarya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_inner_hebrides_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_innsbruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_intarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_inverness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ionia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ipuskoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irahistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irbid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irbil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irkutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isauria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isfahan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isfara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ishim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iskaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isle_of_man_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isle_of_wight_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_issoudun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_istakhr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_itanagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_itil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iviza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jabal_kufs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jabal_quzlum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jafara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaffna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jagatipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jahkamakke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaligny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jalmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jambalar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jame_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jamtfir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_janakpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jasky_kart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaunpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jawf-al-yamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jenne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jerjul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jersika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jerusalem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jharkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jie_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jihlava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jilali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jilat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jilib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jimi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jinghiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jinsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jinta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jiren_suat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jiruft_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jitikul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jolof_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jovvkuj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jowol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jubba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_julevadno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_julfar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_julym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jumla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_juterbog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_juwain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_juwair_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaabu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kabarasana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kabul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kachu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kadam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaduna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kafirkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kainsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kainuu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kairwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaisereia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaiserslautern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kakheti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kakisalmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalabsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalanjara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalbin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kali_kumaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalinganagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaliska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalos_limen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalpi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalyani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kamarupanagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kamatapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kambampet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kammersberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kamru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanchipuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kangmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaniaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kankan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kantegir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanyakubja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kara_asirgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kara_khoja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabaigal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabalgasun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabolam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karakorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karamay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karashar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karasjohka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karatayak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karatsagaan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karbala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kargadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karghalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kargopol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karkaraly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karmanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karnten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kartauzh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kartli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kashgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaskelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kasmira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kassala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kassel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katagum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kataka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katehar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kathmandu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katsina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katu_yaryk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kayor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazanskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazanskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kebbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_keffi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kempten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_keriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kermanshah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kernave_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ketu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_keve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kevrola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khaplu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khar_us_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kharam-vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khasagt_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khawr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khaybar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khentii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kherson_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khetaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khijjingakota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khinjali_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khiva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khojand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khokhoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kholmogory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khopyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khortytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khotan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khotang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khumar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khurnak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khuttal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khuwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kinda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kinda_sakun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kingui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kintus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiranapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kirillov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kirkuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kirman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kishsh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kitka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kitoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kittila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kizir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_klarjeti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kletsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_klingenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_knin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_knittelfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koblenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kodalaka_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koi-bagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kojuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kokenois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kokoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kokpekty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolhapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolobrzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolyvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konda_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kondana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kondoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kongu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konigsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kontupohja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kopathal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koppam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korgon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korinthos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korosten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korsun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kos-buwak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kos_uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koshuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotivarsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotokel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotoko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kouga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koutajoki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kozelsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kozlov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krajna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krakowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krasnoyarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krems_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kropot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuchuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuisugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kujawy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kukiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kulan_utmas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kulan_uynak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kulunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumtag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kundina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuozhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuranko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurdistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurgus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurmaed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurmina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurumba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kush-murun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kusinagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kusumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kutch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuzbas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kwahu-akyem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kwararafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyakyaru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyaukse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kymyl_tey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyunglung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyzistra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyzylkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_la_marche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_labda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_labourd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lachyk-uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ladyzyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lag_dera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laghwat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lakhnau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laksmanavati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lanarkshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lancashire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lanciano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_landsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_langres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lapusna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lasta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lecce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leczycka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_legnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leicestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leinster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lenggu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lenghu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lennox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lepsink_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leraba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lesbos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leuchtenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhagang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhatok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhunze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhunzhub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_liangzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_liebnitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_liege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lienz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_limousin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lincolnshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lingtsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_linlithgowshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_linz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_linze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lippe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lipto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lisboa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lisieux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_litang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_litomerice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_livs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ljubljana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lleida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lobdaburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lobi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lobo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_logudoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lolland_falster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lomzynska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_loropeni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lothian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_loulan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lower_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lubeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lubelska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lubusz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lucca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ludrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lukoml_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lumbini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luneburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lunggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luntai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lusignan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luuq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luxembourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lviv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lycandus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lycaonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lycia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lydia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lysva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lyubim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maastricht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_macon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_macva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madhupur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madurai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mafaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_magadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_magdeburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maghas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_magwe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahdiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahishaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mainling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mainz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_majar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_makhir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malbork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maldives_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maldwyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mallabhum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mallorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mamprusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_man_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manatau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandapika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandavyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mangnai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mangra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mangyshlak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manikpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mansfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mansura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mantua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manturovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maowun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maragha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mareeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_markam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marmaros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marrakesh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marsabit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marsan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_martyuba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marvarrud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masabadhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_massawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_massina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mathura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mayo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mayyafariqin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mazandaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mazongshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mearns_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mecca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mecklenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medantaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medapata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medellin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medelpad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medjerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meissen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meknes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_melilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_melitene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_memar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_memel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_menorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_merida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_merioneth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meroe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mersenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_merv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mesembria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_messenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_messina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_messukyla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_metz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_metzovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_miastko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_middlesex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_midnapore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_miliez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_millau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_minbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_minden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_minsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mithila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_modena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_modrus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mogadishu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mohadavasaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_molina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monferrato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monkh_saridag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monmouthshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_montaigu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_montargis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monterrei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_montpellier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_morarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_moray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_more_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_moskva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mosul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mosynopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_moura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mozhaysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mudgagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mudug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mugodzhar_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mulaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_multan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_muluya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mumo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murcia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murun_tomis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murzuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_muscat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mustasaari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_muya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mysia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nabadwipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naddula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagarze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagormo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naimisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naissus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_najera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_najran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nakhshab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naldurg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nallamala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_namandiru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_namdalfylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_namur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nancy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nandana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nangqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nantes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nanumba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_napoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naqis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narym_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nasaiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nasibin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nasrabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nassau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_natangia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naumburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naushki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_navasarika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naxos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ndenye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neamnt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nedenes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nedersticht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_negev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nellore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neopatras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neramkary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neufchateau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nevers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ngawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ngoring_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_niani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nicopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nicosia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_niebla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nihawand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nikaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nikki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nikopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ninive_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_niomi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nizhny_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nizwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_njudung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nordlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nordmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nordrland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_norfolk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_north_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_northamptonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_northumberland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_norwegian_more_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nottinghamshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novgorod_seversky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novogrudok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novosil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nugaal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nuon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nupe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nurnberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nurtay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyagrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyainrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyemo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyingchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyitra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nysa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_odessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_odishi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_odoyev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ohrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oigon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_okangara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olavinlinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oldenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oleshye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olmedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olomouc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_omsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_onega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_onega_BJA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ongi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_onsthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_opanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_opava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_opole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orangallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orbetello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orhei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oriel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orkney_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orlamunde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ormond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orvieto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oshrusana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oskol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osnabruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ossory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ostergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osterland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osterode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ostfriesland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_otrar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oudalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oulu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_outer_hebrides_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oversticht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_owu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oxfordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pacatiana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paderborn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_padua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_padum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paeonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pagania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pallas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palniki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pamphylia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_panaji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_panjgur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pannagallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paphlagonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_parma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_parsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_passau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pavlodar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_peaccam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pecheneg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pedersore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pegu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pelym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pelyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pemako_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pembrokeshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pendjari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_penthievre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_penugonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_penza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_perekop_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_peremyshl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_peresopnytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pereyaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_perigord_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_perm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pest_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_petropavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_petropavolsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_petrovsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_philippopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_philomelium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_phiti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_phrygia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pielinen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pirin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pisidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pitten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plasencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plocka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plyos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_po_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_podor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_podrinje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_poitiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_polesine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_polotsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_polovragi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pomoravlje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pomorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pompeiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_porto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_poszony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_povenets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pozega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_poznanska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_praha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prayaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prenzlau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prerov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_provence_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_przemkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pskov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pudozh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_puigcerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_punakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pundravardhana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_purang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_puri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_purig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_purushapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_puttlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_putyvl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qadisiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qalaafe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qamdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qaryatan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qashtiliya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qasim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qasr_ibrim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qataa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qatif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qayaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qazwin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qilin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qimr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qinggil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qinnasrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qoshagyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_quercy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qumarleb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qumisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_quqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_quriltay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qurta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qusayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_racakonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_radha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_radomska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ragusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rahba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raimskoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rajanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rajrappa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ramagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ramhurmuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ramu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ranikot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raniriki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ranthambore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raqqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ras_hafun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raseiniai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rashka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rasht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ratanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ratibor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ravenna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ravensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rayy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rebgong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_regensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reggio_calabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reims_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_renandu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rennes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rethel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rhodopes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rhodos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ringkobing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_riqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rivsharan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rogalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rohana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_roing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_roma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_romen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rosenheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_roslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ross_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rossano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rossello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rostock_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rothas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rothenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rouen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rouergue_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rounala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rudbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rugen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rukhaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ruppin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rusafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rutog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ruyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ryazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ryty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saalum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saarbrucken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sabakyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sable_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sabzevar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sacz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_safata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagaing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saimara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saintonge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sakarai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sakmara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salamanca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salamat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salavat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salerno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salinis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samaiqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samander_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samar_VB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samatata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sambalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sambhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samiran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samosata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sanaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sancerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sandomierska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sandoway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sangqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sanij_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sankt_gallen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sankt_polten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_santiago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saptagrama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saqsin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarakhs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarangpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarasvata_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarasvati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saratov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sardan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sartlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarykamysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarysyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sasaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satakunta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satfura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saumur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_savalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_savoie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_say_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sayn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_scalovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_schaumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_schmalkalden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_schweibus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sebasteia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sebezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sebur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_selenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_seleucia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_selge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_selpils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_semey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_semien_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sennar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_seno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_serae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_serres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sertar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sevede_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_severin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sevilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sevsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sewa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sfax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shabe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shahrazur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shahre-babak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shaki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shamir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shanzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shaqiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharkiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shavgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shayzar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shchuchinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shelji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shenkursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sherbro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shetland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shigar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shiraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shirvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shishina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shityy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shorkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_showa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_showak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shropshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shughnan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shunzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siauliai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sibi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sibi_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sibir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sidamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sieradzka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sif-i-umara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siggevara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sighnaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sijilmasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sikasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_silla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_silves_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_simaramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sinjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sinope_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sir_faesyfed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siracusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sirhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sirjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sittaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sitti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siwistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sjaelland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sjeltie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skardu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skolt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skopje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_slesvig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_slupsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_slutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_smolensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sobrarbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sochur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_socotra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sodermannaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sogn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sokode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sokoto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soldin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_solimana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sombio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_somerset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_somnath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_somogy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_songuu_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sopron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soroca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sorok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sortavala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sosva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_souf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sous_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_south_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_speyer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_spis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_spreewald_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sprottau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sravasti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sredets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_srihatta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sriksetra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sripatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_srirangapatna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_staffordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_starodub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stendal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stettin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stezycka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sthanisvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stoenesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stoyanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_strassburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_strathearn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_strumica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suakin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_subay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_subei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suceava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sudurland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suenik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suffolk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sukhna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sullum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sumadija_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sundgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sungqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suondavara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_surparaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_surrah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_surrey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sussex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sutherland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sutkend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suvarnagram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suvarnapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suzdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_svaneti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_swetaka_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_syrrusafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_syrte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sysma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szabolcs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szatmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szekelyfold_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szekesfehervar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szerem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabla_butii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabriz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tadjoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tadla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tadmekka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagadur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taghaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tahoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taizz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takkeda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takrit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takrur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_talakad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_talava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_talish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tall_basma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tall_hamid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tambov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamentit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamiso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamralipti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tanas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tangiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tapsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taradavadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_targu_jiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_targyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarnowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarragona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarsos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tartas_SIB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarvagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taskyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tavan_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tavasts_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tawang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tayma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tbilisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tecklenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_telemark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_temes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_temne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tenggeli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ter_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teramo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terebovl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terek_pass_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terekli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terektai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teruel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tesiin_gol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tessalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teviotdale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tewo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tezu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thabeik_taung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thalabiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thaldat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thalner_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thaton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_theodosiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thessalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thessaliotis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thessalonika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thomond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thouars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thyatira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tiberias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tibesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tichitt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tigheci_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tigre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tihama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tihamat-al-yamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tikhvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_timbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tindouf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tinmallal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tirakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tiris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tiruvannamalai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tivoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tlemcen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tmutarakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tobol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tobruk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_todo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tokumbay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tolna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tomorbulag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tomsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tonnerrois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torangy_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toropets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tortoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tortona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_totma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_touat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toulouse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toungoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tourraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tovkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trakai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trandam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trandheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_travunia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trebizond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trenscen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_treviso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tribandapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trigarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trikuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trincomalee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tripoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tripolitana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trongsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tropaeum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_troyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tsambagarau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tsaparang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tseel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tselym_dalyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tudela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tudgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tuluchezeva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tulun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tumak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tumar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tummana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tunka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turgay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turnovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turpan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turuberan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tustar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tuulain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tver_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tyendugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tyumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tzani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ubins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ubmejeiednuo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ubulla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uchangidurga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uchkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_udabhanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uiska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ujjayini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulaanbaatar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulaangom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulan_chuzir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulan_ude_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulantaiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uliastai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uliuty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulu_jitanjik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulytau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_umiai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ungvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_bono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_khabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uqayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uraiyur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uraltau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urbino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urgamal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urgell_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urmiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ushara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ushmun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ushytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_usora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ustyug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ustyurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uul_chors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uulynkhol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uvs_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uwal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uzboy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uzgend_KARA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vadodara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaihingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaijayanti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vairagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vairata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaisali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valabhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valdai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valentinois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valladolid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vanemane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vannes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_varanasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vardhamana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_varend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vargashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_varmland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaspurakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vastergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vastmanland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vastvag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vasyugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vatapi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vatsagulma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaucouleurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vecchio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_velay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_velbazhd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_velsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_venadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_venaissin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vendome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_veneto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_venezia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vengipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_veria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vermandois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_verona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vestfold_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vestisland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_veszprem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vhrbosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vidin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vidisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vidzeme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vienna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viennois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viipuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vijayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vijnot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vikramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_villach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vingulmork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viraja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viscaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viseu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vitebsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viterbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vitim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viviers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vizagipatam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vladimir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vodamayutja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vodi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vodica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vogtland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_voin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_volkovysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_volodymyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vologda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vorbasse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_voronezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_votkinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vratsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vrbas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vukovar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vyangi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waddan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadi_amur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadi_el-milk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wagadugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wajda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wajh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wakhsh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_walata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waldeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waqisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wargla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_warwickshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wasit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_welamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wellega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wentugaole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wenyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_werle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west-tokharestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west_qamuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_western_tannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_westfriesland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_westmorland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wiek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wielunska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wiltberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wiltshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wittenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolgast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolkenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolpe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolqayt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_worcestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wormditt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_worodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wschowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wuluhai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wurttemberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wurzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xainza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xaitongmoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xigaze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xigortang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xingqing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xining_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yabrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yagba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yaitsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yalala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yalong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yamama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yamethin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yanbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yangikent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yangjibaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yangwarok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yanokul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yar-calli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yaroslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yasin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yatenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yatvyagi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yauri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yekaterinburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yelimane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yenisei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yenshipin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yijinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yongdeng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yoshkar-ola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yperen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yumenguan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zabid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zabulistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zachlumia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zadar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zadoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zagorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zagreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zagros_mediae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zakroczymska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zamindawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zamm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zammour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zamora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarafshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaragoza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zatec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zavrsje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zawila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zeeland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zekog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zelengora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zemigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zemplen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zetang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhagyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhenfan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zherkovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhidoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhongba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhytomyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zichia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zirkuh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ziz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zlatibor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_znojmo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zogang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zoige_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zollern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zolyom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zurich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zutphen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zvyahel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/BP_map_modes.txt b/WtWSMS/common/landed_titles/BP_map_modes.txt new file mode 100644 index 0000000000..aedf59a3c3 --- /dev/null +++ b/WtWSMS/common/landed_titles/BP_map_modes.txt @@ -0,0 +1,38 @@ +#Various Map Mode stuff + +d_map_base_color = { + color = { 84 78 60 } + can_create = { always = no } +} +d_map_color_red = { + color = { 255 0 0 } + can_create = { always = no } +} +d_map_color_green = { + color = { 0 255 0 } + can_create = { always = no } +} +d_map_color_blue = { + color = { 0 0 255 } + can_create = { always = no } +} +d_map_color_cyan = { + color = { 0 255 255 } + can_create = { always = no } +} +d_map_color_yellow = { + color = { 255 255 0 } + can_create = { always = no } +} +d_map_color_orange = { + color = { 255 128 0 } + can_create = { always = no } +} +d_map_color_black = { + color = { 0 0 0 } + can_create = { always = no } +} +d_map_color_pink = { + color = { 255 0 255 } + can_create = { always = no } +} diff --git a/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt b/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt new file mode 100644 index 0000000000..bf005b2c3b --- /dev/null +++ b/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt @@ -0,0 +1,3256 @@ +#Empires +d_e_aarlud_khanate_color = { color ={0 0 0} can_create = { always = no } } +d_e_abyssinia_color = { color ={0 0 0} can_create = { always = no } } +d_e_ajuraan_color = { color ={0 0 0} can_create = { always = no } } +d_e_arabia_color = { color ={0 0 0} can_create = { always = no } } +d_e_armenia_color = { color ={0 0 0} can_create = { always = no } } +d_e_avar_color = { color ={0 0 0} can_create = { always = no } } +d_e_axum_color = { color ={0 0 0} can_create = { always = no } } +d_e_bactria_color = { color ={0 0 0} can_create = { always = no } } +d_e_baruun_khanate_color = { color ={0 0 0} can_create = { always = no } } +d_e_bengal_color = { color ={0 0 0} can_create = { always = no } } +d_e_black_horde_color = { color ={0 0 0} can_create = { always = no } } +d_e_britannia_color = { color ={0 0 0} can_create = { always = no } } +d_e_byzantium_color = { color ={0 0 0} can_create = { always = no } } +d_e_carpathia_color = { color ={0 0 0} can_create = { always = no } } +d_e_caspian-pontic_steppe_color = { color ={0 0 0} can_create = { always = no } } +d_e_chagatai_color = { color ={0 0 0} can_create = { always = no } } +d_e_dacia_color = { color ={0 0 0} can_create = { always = no } } +d_e_deccan_color = { color ={0 0 0} can_create = { always = no } } +d_e_egypt_color = { color ={0 0 0} can_create = { always = no } } +d_e_finland_color = { color ={0 0 0} can_create = { always = no } } +d_e_france_color = { color ={0 0 0} can_create = { always = no } } +d_e_gaul_color = { color ={0 0 0} can_create = { always = no } } +d_e_germania_magna_color = { color ={0 0 0} can_create = { always = no } } +d_e_germany_color = { color ={0 0 0} can_create = { always = no } } +d_e_golden_horde_color = { color ={0 0 0} can_create = { always = no } } +d_e_goths_color = { color ={0 0 0} can_create = { always = no } } +d_e_guinea_color = { color ={0 0 0} can_create = { always = no } } +d_e_helling_color = { color ={0 0 0} can_create = { always = no } } +d_e_hre_color = { color ={0 0 0} can_create = { always = no } } +d_e_hunnic_empire_color = { color ={0 0 0} can_create = { always = no } } +d_e_ilkhanate_color = { color ={0 0 0} can_create = { always = no } } +d_e_india_color = { color ={0 0 0} can_create = { always = no } } +d_e_italy_color = { color ={0 0 0} can_create = { always = no } } +d_e_kanem_bornu_color = { color ={0 0 0} can_create = { always = no } } +d_e_kara_khitai_color = { color ={0 0 0} can_create = { always = no } } +d_e_kirghiz_khanate_color = { color ={0 0 0} can_create = { always = no } } +d_e_latin_empire_color = { color ={0 0 0} can_create = { always = no } } +d_e_macedon_color = { color ={0 0 0} can_create = { always = no } } +d_e_maghreb_color = { color ={0 0 0} can_create = { always = no } } +d_e_mali_color = { color ={0 0 0} can_create = { always = no } } +d_e_mongol_empire_color = { color ={0 0 0} can_create = { always = no } } +d_e_mongolia_color = { color ={0 0 0} can_create = { always = no } } +d_e_north_africa_color = { color ={0 0 0} can_create = { always = no } } +d_e_north_sea_color = { color ={0 0 0} can_create = { always = no } } +d_e_outremer_color = { color ={0 0 0} can_create = { always = no } } +d_e_palmyra_color = { color ={0 0 0} can_create = { always = no } } +d_e_persia_color = { color ={0 0 0} can_create = { always = no } } +d_e_rajastan_color = { color ={0 0 0} can_create = { always = no } } +d_e_roman_empire_color = { color ={0 0 0} can_create = { always = no } } +d_e_rouran_color = { color ={0 0 0} can_create = { always = no } } +d_e_russia_color = { color ={0 0 0} can_create = { always = no } } +d_e_scandinavia_color = { color ={0 0 0} can_create = { always = no } } +d_e_scythia_color = { color ={0 0 0} can_create = { always = no } } +d_e_seleucid_color = { color ={0 0 0} can_create = { always = no } } +d_e_siberia_color = { color ={0 0 0} can_create = { always = no } } +d_e_slavia_color = { color ={0 0 0} can_create = { always = no } } +d_e_spain_color = { color ={0 0 0} can_create = { always = no } } +d_e_tamazgha_color = { color ={0 0 0} can_create = { always = no } } +d_e_tamil_color = { color ={0 0 0} can_create = { always = no } } +d_e_tartaria_color = { color ={0 0 0} can_create = { always = no } } +d_e_tibet_color = { color ={0 0 0} can_create = { always = no } } +d_e_timurids_color = { color ={0 0 0} can_create = { always = no } } +d_e_togskol_khanate_color = { color ={0 0 0} can_create = { always = no } } +d_e_turan_color = { color ={0 0 0} can_create = { always = no } } +d_e_turkestan_color = { color ={0 0 0} can_create = { always = no } } +d_e_uyghur_khanate_color = { color ={0 0 0} can_create = { always = no } } +d_e_volga-ural_color = { color ={0 0 0} can_create = { always = no } } +d_e_wendish_empire_color = { color ={0 0 0} can_create = { always = no } } +d_e_white_horde_color = { color ={0 0 0} can_create = { always = no } } +d_e_wre_color = { color ={0 0 0} can_create = { always = no } } +d_e_xiongnu_color = { color ={0 0 0} can_create = { always = no } } +#Kingdoms +d_k_adiukru_color = { color ={0 0 0} can_create = { always = no } } +d_k_africa_prefect_color = { color ={0 0 0} can_create = { always = no } } +d_k_al_hirah_color = { color ={0 0 0} can_create = { always = no } } +d_k_alamannia_color = { color ={0 0 0} can_create = { always = no } } +d_k_altava_color = { color ={0 0 0} can_create = { always = no } } +d_k_amr_confederacy_color = { color ={0 0 0} can_create = { always = no } } +d_k_anatolia_color = { color ={0 0 0} can_create = { always = no } } +d_k_andalusia_color = { color ={0 0 0} can_create = { always = no } } +d_k_angloland_color = { color ={0 0 0} can_create = { always = no } } +d_k_aquitaine_color = { color ={0 0 0} can_create = { always = no } } +d_k_aragon_color = { color ={0 0 0} can_create = { always = no } } +d_k_armenian_principality_color = { color ={0 0 0} can_create = { always = no } } +d_k_ashina_color = { color ={0 0 0} can_create = { always = no } } +d_k_asturias_color = { color ={0 0 0} can_create = { always = no } } +d_k_athens_color = { color ={0 0 0} can_create = { always = no } } +d_k_auresia_color = { color ={0 0 0} can_create = { always = no } } +d_k_austrasia_color = { color ={0 0 0} can_create = { always = no } } +d_k_austria_color = { color ={0 0 0} can_create = { always = no } } +d_k_aydin_color = { color ={0 0 0} can_create = { always = no } } +d_k_badajoz_color = { color ={0 0 0} can_create = { always = no } } +d_k_bavaria_color = { color ={0 0 0} can_create = { always = no } } +d_k_bene_israel_color = { color ={0 0 0} can_create = { always = no } } +d_k_bohemia_color = { color ={0 0 0} can_create = { always = no } } +d_k_bosnia_color = { color ={0 0 0} can_create = { always = no } } +d_k_bulgaria_color = { color ={0 0 0} can_create = { always = no } } +d_k_burgundians_color = { color ={0 0 0} can_create = { always = no } } +d_k_burgundy_color = { color ={0 0 0} can_create = { always = no } } +d_k_cabaon_color = { color ={0 0 0} can_create = { always = no } } +d_k_canarias_color = { color ={0 0 0} can_create = { always = no } } +d_k_candar_color = { color ={0 0 0} can_create = { always = no } } +d_k_capsa_color = { color ={0 0 0} can_create = { always = no } } +d_k_castille_color = { color ={0 0 0} can_create = { always = no } } +d_k_chuban_color = { color ={0 0 0} can_create = { always = no } } +d_k_commagene_color = { color ={0 0 0} can_create = { always = no } } +d_k_cornwall_color = { color ={0 0 0} can_create = { always = no } } +d_k_crete_color = { color ={0 0 0} can_create = { always = no } } +d_k_croatia_color = { color ={0 0 0} can_create = { always = no } } +d_k_cyprus_color = { color ={0 0 0} can_create = { always = no } } +d_k_cyrenaica_color = { color ={0 0 0} can_create = { always = no } } +d_k_dahae_confederacy_color = { color ={0 0 0} can_create = { always = no } } +d_k_dal_riata_color = { color ={0 0 0} can_create = { always = no } } +d_k_daneland_color = { color ={0 0 0} can_create = { always = no } } +d_k_danelaw_color = { color ={0 0 0} can_create = { always = no } } +d_k_denmark_color = { color ={0 0 0} can_create = { always = no } } +d_k_dubuo_color = { color ={0 0 0} can_create = { always = no } } +d_k_east_francia_color = { color ={0 0 0} can_create = { always = no } } +d_k_epirus_color = { color ={0 0 0} can_create = { always = no } } +d_k_eretnid_color = { color ={0 0 0} can_create = { always = no } } +d_k_fashion_color = { color ={0 0 0} can_create = { always = no } } +d_k_france_color = { color ={0 0 0} can_create = { always = no } } +d_k_franks_color = { color ={0 0 0} can_create = { always = no } } +d_k_gaochang_color = { color ={0 0 0} can_create = { always = no } } +d_k_gaoche_color = { color ={0 0 0} can_create = { always = no } } +d_k_geatland_color = { color ={0 0 0} can_create = { always = no } } +d_k_genoa_color = { color ={0 0 0} can_create = { always = no } } +d_k_georgia_color = { color ={0 0 0} can_create = { always = no } } +d_k_gepidia_color = { color ={0 0 0} can_create = { always = no } } +d_k_germiyan_color = { color ={0 0 0} can_create = { always = no } } +d_k_guiyi_color = { color ={0 0 0} can_create = { always = no } } +d_k_hansa_color = { color ={0 0 0} can_create = { always = no } } +d_k_harla_color = { color ={0 0 0} can_create = { always = no } } +d_k_hellas_color = { color ={0 0 0} can_create = { always = no } } +d_k_helling_color = { color ={0 0 0} can_create = { always = no } } +d_k_herul_color = { color ={0 0 0} can_create = { always = no } } +d_k_hodna_color = { color ={0 0 0} can_create = { always = no } } +d_k_hungary_color = { color ={0 0 0} can_create = { always = no } } +d_k_iberia_color = { color ={0 0 0} can_create = { always = no } } +d_k_illyria_color = { color ={0 0 0} can_create = { always = no } } +d_k_illyria_prefect_color = { color ={0 0 0} can_create = { always = no } } +d_k_italy_color = { color ={0 0 0} can_create = { always = no } } +d_k_italy_prefect_color = { color ={0 0 0} can_create = { always = no } } +d_k_jazira_color = { color ={0 0 0} can_create = { always = no } } +d_k_jerusalem_color = { color ={0 0 0} can_create = { always = no } } +d_k_kabulistan_color = { color ={0 0 0} can_create = { always = no } } +d_k_kalachuri_color = { color ={0 0 0} can_create = { always = no } } +d_k_karaman_color = { color ={0 0 0} can_create = { always = no } } +d_k_khazaria_color = { color ={0 0 0} can_create = { always = no } } +d_k_khorasan_color = { color ={0 0 0} can_create = { always = no } } +d_k_kidarite_color = { color ={0 0 0} can_create = { always = no } } +d_k_kucha_color = { color ={0 0 0} can_create = { always = no } } +d_k_leon_color = { color ={0 0 0} can_create = { always = no } } +d_k_livonia_color = { color ={0 0 0} can_create = { always = no } } +d_k_lombardia_color = { color ={0 0 0} can_create = { always = no } } +d_k_lotharingia_color = { color ={0 0 0} can_create = { always = no } } +d_k_maghreb_color = { color ={0 0 0} can_create = { always = no } } +d_k_magyar_color = { color ={0 0 0} can_create = { always = no } } +d_k_manipura_color = { color ={0 0 0} can_create = { always = no } } +d_k_mann_the_isles_color = { color ={0 0 0} can_create = { always = no } } +d_k_masmuda_color = { color ={0 0 0} can_create = { always = no } } +d_k_mazandaran_color = { color ={0 0 0} can_create = { always = no } } +d_k_mediterranean_sea_color = { color ={0 0 0} can_create = { always = no } } +d_k_melchisedechianism_color = { color ={0 0 0} can_create = { always = no } } +d_k_mentese_color = { color ={0 0 0} can_create = { always = no } } +d_k_mercia_color = { color ={0 0 0} can_create = { always = no } } +d_k_mesopotamia_color = { color ={0 0 0} can_create = { always = no } } +d_k_moldavia_color = { color ={0 0 0} can_create = { always = no } } +d_k_moravia_color = { color ={0 0 0} can_create = { always = no } } +d_k_naples_color = { color ={0 0 0} can_create = { always = no } } +d_k_nasamoni_color = { color ={0 0 0} can_create = { always = no } } +d_k_navarra_color = { color ={0 0 0} can_create = { always = no } } +d_k_nemenchia_color = { color ={0 0 0} can_create = { always = no } } +d_k_neustria_color = { color ={0 0 0} can_create = { always = no } } +d_k_nikaea_color = { color ={0 0 0} can_create = { always = no } } +d_k_northumbria_color = { color ={0 0 0} can_create = { always = no } } +d_k_old_armenia_color = { color ={0 0 0} can_create = { always = no } } +d_k_old_thrace_color = { color ={0 0 0} can_create = { always = no } } +d_k_orleans_color = { color ={0 0 0} can_create = { always = no } } +d_k_orthodox_color = { color ={0 0 0} can_create = { always = no } } +d_k_ostrogoths_color = { color ={0 0 0} can_create = { always = no } } +d_k_ottoman_color = { color ={0 0 0} can_create = { always = no } } +d_k_ouarsenis_color = { color ={0 0 0} can_create = { always = no } } +d_k_papal_state_color = { color ={0 0 0} can_create = { always = no } } +d_k_paris_color = { color ={0 0 0} can_create = { always = no } } +d_k_pechenegs_color = { color ={0 0 0} can_create = { always = no } } +d_k_pisa_color = { color ={0 0 0} can_create = { always = no } } +d_k_poland_color = { color ={0 0 0} can_create = { always = no } } +d_k_pomerania_color = { color ={0 0 0} can_create = { always = no } } +d_k_portugal_color = { color ={0 0 0} can_create = { always = no } } +d_k_qaryat_dhat_kahil_color = { color ={0 0 0} can_create = { always = no } } +d_k_republic_color = { color ={0 0 0} can_create = { always = no } } +d_k_respendalid_color = { color ={0 0 0} can_create = { always = no } } +d_k_rheged_color = { color ={0 0 0} can_create = { always = no } } +d_k_romagna_color = { color ={0 0 0} can_create = { always = no } } +d_k_rugiland_color = { color ={0 0 0} can_create = { always = no } } +d_k_rum_color = { color ={0 0 0} can_create = { always = no } } +d_k_sahara_color = { color ={0 0 0} can_create = { always = no } } +d_k_sakya_trizin_color = { color ={0 0 0} can_create = { always = no } } +d_k_salihid_color = { color ={0 0 0} can_create = { always = no } } +d_k_sardinia_color = { color ={0 0 0} can_create = { always = no } } +d_k_sarir_color = { color ={0 0 0} can_create = { always = no } } +d_k_saruhan_color = { color ={0 0 0} can_create = { always = no } } +d_k_saurashtra_color = { color ={0 0 0} can_create = { always = no } } +d_k_saxony_color = { color ={0 0 0} can_create = { always = no } } +d_k_serbia_color = { color ={0 0 0} can_create = { always = no } } +d_k_shanshan_color = { color ={0 0 0} can_create = { always = no } } +d_k_sicca_veneria_color = { color ={0 0 0} can_create = { always = no } } +d_k_sicily_color = { color ={0 0 0} can_create = { always = no } } +d_k_soissons_color = { color ={0 0 0} can_create = { always = no } } +d_k_sophene_color = { color ={0 0 0} can_create = { always = no } } +d_k_south_kosala_color = { color ={0 0 0} can_create = { always = no } } +d_k_spanish_galicia_color = { color ={0 0 0} can_create = { always = no } } +d_k_sparta_color = { color ={0 0 0} can_create = { always = no } } +d_k_suebia_color = { color ={0 0 0} can_create = { always = no } } +d_k_switzerland_color = { color ={0 0 0} can_create = { always = no } } +d_k_syria_color = { color ={0 0 0} can_create = { always = no } } +d_k_tahert_color = { color ={0 0 0} can_create = { always = no } } +d_k_tekke_color = { color ={0 0 0} can_create = { always = no } } +d_k_thaton_color = { color ={0 0 0} can_create = { always = no } } +d_k_thessalonika_color = { color ={0 0 0} can_create = { always = no } } +d_k_thracia_color = { color ={0 0 0} can_create = { always = no } } +d_k_thuringia_color = { color ={0 0 0} can_create = { always = no } } +d_k_toledo_color = { color ={0 0 0} can_create = { always = no } } +d_k_toro_color = { color ={0 0 0} can_create = { always = no } } +d_k_trebizond_color = { color ={0 0 0} can_create = { always = no } } +d_k_trinacria_color = { color ={0 0 0} can_create = { always = no } } +d_k_tuldilanids_color = { color ={0 0 0} can_create = { always = no } } +d_k_tuyuhun_color = { color ={0 0 0} can_create = { always = no } } +d_k_uighur_color = { color ={0 0 0} can_create = { always = no } } +d_k_valencia_color = { color ={0 0 0} can_create = { always = no } } +d_k_vandalica_color = { color ={0 0 0} can_create = { always = no } } +d_k_venice_color = { color ={0 0 0} can_create = { always = no } } +d_k_visigoths_color = { color ={0 0 0} can_create = { always = no } } +d_k_wales_color = { color ={0 0 0} can_create = { always = no } } +d_k_wei_western_regions_color = { color ={0 0 0} can_create = { always = no } } +d_k_western_kshatrapas_color = { color ={0 0 0} can_create = { always = no } } +d_k_winideheim_color = { color ={0 0 0} can_create = { always = no } } +d_k_yarlung_color = { color ={0 0 0} can_create = { always = no } } +#Duchies +d_d_aaninen_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_abkhazia_color = { color ={0 0 0} can_create = { always = no } } +d_d_acatiri_color = { color ={0 0 0} can_create = { always = no } } +d_d_adkaddakhe_color = { color ={0 0 0} can_create = { always = no } } +d_d_adogit_color = { color ={0 0 0} can_create = { always = no } } +d_d_aegean_islands_color = { color ={0 0 0} can_create = { always = no } } +d_d_aethelrugi_color = { color ={0 0 0} can_create = { always = no } } +d_d_agadir_color = { color ={0 0 0} can_create = { always = no } } +d_d_aileach_color = { color ={0 0 0} can_create = { always = no } } +d_d_ait_ouriaghel_color = { color ={0 0 0} can_create = { always = no } } +d_d_al-said_color = { color ={0 0 0} can_create = { always = no } } +d_d_al_qays_color = { color ={0 0 0} can_create = { always = no } } +d_d_alans_color = { color ={0 0 0} can_create = { always = no } } +d_d_aleppo_color = { color ={0 0 0} can_create = { always = no } } +d_d_algarve_color = { color ={0 0 0} can_create = { always = no } } +d_d_alger_color = { color ={0 0 0} can_create = { always = no } } +d_d_alsace_color = { color ={0 0 0} can_create = { always = no } } +d_d_amalfi_color = { color ={0 0 0} can_create = { always = no } } +d_d_amela_color = { color ={0 0 0} can_create = { always = no } } +d_d_amman_color = { color ={0 0 0} can_create = { always = no } } +d_d_anatolia_color = { color ={0 0 0} can_create = { always = no } } +d_d_ancona_color = { color ={0 0 0} can_create = { always = no } } +d_d_angria_color = { color ={0 0 0} can_create = { always = no } } +d_d_anhalt_color = { color ={0 0 0} can_create = { always = no } } +d_d_anjou_color = { color ={0 0 0} can_create = { always = no } } +d_d_antae_color = { color ={0 0 0} can_create = { always = no } } +d_d_antioch_color = { color ={0 0 0} can_create = { always = no } } +d_d_apostolic_church_color = { color ={0 0 0} can_create = { always = no } } +d_d_aquileia_church_color = { color ={0 0 0} can_create = { always = no } } +d_d_aquitaine_color = { color ={0 0 0} can_create = { always = no } } +d_d_aragon_color = { color ={0 0 0} can_create = { always = no } } +d_d_arian_color = { color ={0 0 0} can_create = { always = no } } +d_d_armagnac_color = { color ={0 0 0} can_create = { always = no } } +d_d_armeniac_color = { color ={0 0 0} can_create = { always = no } } +d_d_arochi_color = { color ={0 0 0} can_create = { always = no } } +d_d_ashokas_chosen_color = { color ={0 0 0} can_create = { always = no } } +d_d_astures_color = { color ={0 0 0} can_create = { always = no } } +d_d_asturias_color = { color ={0 0 0} can_create = { always = no } } +d_d_atrebatia_color = { color ={0 0 0} can_create = { always = no } } +d_d_augandzi_color = { color ={0 0 0} can_create = { always = no } } +d_d_augsburg_color = { color ={0 0 0} can_create = { always = no } } +d_d_austorani_color = { color ={0 0 0} can_create = { always = no } } +d_d_auvergne_color = { color ={0 0 0} can_create = { always = no } } +d_d_availites_color = { color ={0 0 0} can_create = { always = no } } +d_d_avars_color = { color ={0 0 0} can_create = { always = no } } +d_d_awioniz_color = { color ={0 0 0} can_create = { always = no } } +d_d_azal_color = { color ={0 0 0} can_create = { always = no } } +d_d_azerbaijan_color = { color ={0 0 0} can_create = { always = no } } +d_d_bacs_color = { color ={0 0 0} can_create = { always = no } } +d_d_badajoz_color = { color ={0 0 0} can_create = { always = no } } +d_d_bagaudae_color = { color ={0 0 0} can_create = { always = no } } +d_d_baghdad_color = { color ={0 0 0} can_create = { always = no } } +d_d_bakr_color = { color ={0 0 0} can_create = { always = no } } +d_d_balti_color = { color ={0 0 0} can_create = { always = no } } +d_d_baquates_color = { color ={0 0 0} can_create = { always = no } } +d_d_bar_color = { color ={0 0 0} can_create = { always = no } } +d_d_barcelona_color = { color ={0 0 0} can_create = { always = no } } +d_d_baroia_color = { color ={0 0 0} can_create = { always = no } } +d_d_barsils_color = { color ={0 0 0} can_create = { always = no } } +d_d_basra_color = { color ={0 0 0} can_create = { always = no } } +d_d_bavaria_color = { color ={0 0 0} can_create = { always = no } } +d_d_beja_color = { color ={0 0 0} can_create = { always = no } } +d_d_bejaia_color = { color ={0 0 0} can_create = { always = no } } +d_d_bektashi_color = { color ={0 0 0} can_create = { always = no } } +d_d_belgrade_color = { color ={0 0 0} can_create = { always = no } } +d_d_benevento_color = { color ={0 0 0} can_create = { always = no } } +d_d_berry_color = { color ={0 0 0} can_create = { always = no } } +d_d_bihar_color = { color ={0 0 0} can_create = { always = no } } +d_d_binnaka_color = { color ={0 0 0} can_create = { always = no } } +d_d_bishop_of_iona_color = { color ={0 0 0} can_create = { always = no } } +d_d_bjarma_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_blemmyes_color = { color ={0 0 0} can_create = { always = no } } +d_d_bohemia_color = { color ={0 0 0} can_create = { always = no } } +d_d_bourbon_color = { color ={0 0 0} can_create = { always = no } } +d_d_brabant_color = { color ={0 0 0} can_create = { always = no } } +d_d_broerec_color = { color ={0 0 0} can_create = { always = no } } +d_d_brycheiniog_color = { color ={0 0 0} can_create = { always = no } } +d_d_bucellaria_color = { color ={0 0 0} can_create = { always = no } } +d_d_bukhara_color = { color ={0 0 0} can_create = { always = no } } +d_d_bulgaria_color = { color ={0 0 0} can_create = { always = no } } +d_d_bulgars_color = { color ={0 0 0} can_create = { always = no } } +d_d_bulls_rishabha_color = { color ={0 0 0} can_create = { always = no } } +d_d_burgundy_color = { color ={0 0 0} can_create = { always = no } } +d_d_cairo_color = { color ={0 0 0} can_create = { always = no } } +d_d_cait_color = { color ={0 0 0} can_create = { always = no } } +d_d_calabria_color = { color ={0 0 0} can_create = { always = no } } +d_d_capua_color = { color ={0 0 0} can_create = { always = no } } +d_d_carinthia_color = { color ={0 0 0} can_create = { always = no } } +d_d_castilla_color = { color ={0 0 0} can_create = { always = no } } +d_d_ce_color = { color ={0 0 0} can_create = { always = no } } +d_d_cephalonia_color = { color ={0 0 0} can_create = { always = no } } +d_d_chaldia_color = { color ={0 0 0} can_create = { always = no } } +d_d_champagne_color = { color ={0 0 0} can_create = { always = no } } +d_d_charsianon_color = { color ={0 0 0} can_create = { always = no } } +d_d_chosen_perkunas_color = { color ={0 0 0} can_create = { always = no } } +d_d_chumi_color = { color ={0 0 0} can_create = { always = no } } +d_d_chumukun_color = { color ={0 0 0} can_create = { always = no } } +d_d_chuyue_color = { color ={0 0 0} can_create = { always = no } } +d_d_cibyrrhaeot_color = { color ={0 0 0} can_create = { always = no } } +d_d_coimbra_color = { color ={0 0 0} can_create = { always = no } } +d_d_constantinopolitan_prefect_color = { color ={0 0 0} can_create = { always = no } } +d_d_conversos_color = { color ={0 0 0} can_create = { always = no } } +d_d_coptic_papacy_color = { color ={0 0 0} can_create = { always = no } } +d_d_cordoba_color = { color ={0 0 0} can_create = { always = no } } +d_d_courland_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_croatia_color = { color ={0 0 0} can_create = { always = no } } +d_d_currezia_color = { color ={0 0 0} can_create = { always = no } } +d_d_cybelian_pagan_color = { color ={0 0 0} can_create = { always = no } } +d_d_dalmatia_color = { color ={0 0 0} can_create = { always = no } } +d_d_damascus_color = { color ={0 0 0} can_create = { always = no } } +d_d_danes_color = { color ={0 0 0} can_create = { always = no } } +d_d_dauphine_color = { color ={0 0 0} can_create = { always = no } } +d_d_deasmhumhain_color = { color ={0 0 0} can_create = { always = no } } +d_d_delta_color = { color ={0 0 0} can_create = { always = no } } +d_d_diyarbakr_color = { color ={0 0 0} can_create = { always = no } } +d_d_diyarmudar_color = { color ={0 0 0} can_create = { always = no } } +d_d_diyarrabia_color = { color ={0 0 0} can_create = { always = no } } +d_d_dneipner_balts_color = { color ={0 0 0} can_create = { always = no } } +d_d_dobrudja_color = { color ={0 0 0} can_create = { always = no } } +d_d_domnonia_color = { color ={0 0 0} can_create = { always = no } } +d_d_donatism_color = { color ={0 0 0} can_create = { always = no } } +d_d_duklja_color = { color ={0 0 0} can_create = { always = no } } +d_d_dyrrachion_color = { color ={0 0 0} can_create = { always = no } } +d_d_east_franconia_color = { color ={0 0 0} can_create = { always = no } } +d_d_east_galindians_color = { color ={0 0 0} can_create = { always = no } } +d_d_ebionites_color = { color ={0 0 0} can_create = { always = no } } +d_d_edessa_color = { color ={0 0 0} can_create = { always = no } } +d_d_elmet_color = { color ={0 0 0} can_create = { always = no } } +d_d_emilia_color = { color ={0 0 0} can_create = { always = no } } +d_d_epirus_color = { color ={0 0 0} can_create = { always = no } } +d_d_erzerum_color = { color ={0 0 0} can_create = { always = no } } +d_d_erzya_color = { color ={0 0 0} can_create = { always = no } } +d_d_esseaxena_color = { color ={0 0 0} can_create = { always = no } } +d_d_essina_color = { color ={0 0 0} can_create = { always = no } } +d_d_exilarch_color = { color ={0 0 0} can_create = { always = no } } +d_d_fes_color = { color ={0 0 0} can_create = { always = no } } +d_d_fezzan_color = { color ={0 0 0} can_create = { always = no } } +d_d_flanders_color = { color ={0 0 0} can_create = { always = no } } +d_d_followers_arjuna_color = { color ={0 0 0} can_create = { always = no } } +d_d_fortriu_color = { color ={0 0 0} can_create = { always = no } } +d_d_fossatisii_color = { color ={0 0 0} can_create = { always = no } } +d_d_fotla_color = { color ={0 0 0} can_create = { always = no } } +d_d_friuli_color = { color ={0 0 0} can_create = { always = no } } +d_d_gabes_color = { color ={0 0 0} can_create = { always = no } } +d_d_galicia_color = { color ={0 0 0} can_create = { always = no } } +d_d_gardman_color = { color ={0 0 0} can_create = { always = no } } +d_d_gascogne_color = { color ={0 0 0} can_create = { always = no } } +d_d_gaul_prefect_color = { color ={0 0 0} can_create = { always = no } } +d_d_gayomarthianism_color = { color ={0 0 0} can_create = { always = no } } +d_d_gelre_color = { color ={0 0 0} can_create = { always = no } } +d_d_georgia_color = { color ={0 0 0} can_create = { always = no } } +d_d_georgian_orthodox_color = { color ={0 0 0} can_create = { always = no } } +d_d_germanii_color = { color ={0 0 0} can_create = { always = no } } +d_d_ghifar_color = { color ={0 0 0} can_create = { always = no } } +d_d_ghomara_color = { color ={0 0 0} can_create = { always = no } } +d_d_gortyene_color = { color ={0 0 0} can_create = { always = no } } +d_d_gothic_church_color = { color ={0 0 0} can_create = { always = no } } +d_d_goths_color = { color ={0 0 0} can_create = { always = no } } +d_d_granada_color = { color ={0 0 0} can_create = { always = no } } +d_d_granni_color = { color ={0 0 0} can_create = { always = no } } +d_d_guenet_color = { color ={0 0 0} can_create = { always = no } } +d_d_guent_color = { color ={0 0 0} can_create = { always = no } } +d_d_gugark_color = { color ={0 0 0} can_create = { always = no } } +d_d_gustow_color = { color ={0 0 0} can_create = { always = no } } +d_d_gutes_color = { color ={0 0 0} can_create = { always = no } } +d_d_gyor_color = { color ={0 0 0} can_create = { always = no } } +d_d_halin_color = { color ={0 0 0} can_create = { always = no } } +d_d_hamadan_color = { color ={0 0 0} can_create = { always = no } } +d_d_hanzalah_color = { color ={0 0 0} can_create = { always = no } } +d_d_haruriyyah_color = { color ={0 0 0} can_create = { always = no } } +d_d_hashshashin_color = { color ={0 0 0} can_create = { always = no } } +d_d_hawazin_color = { color ={0 0 0} can_create = { always = no } } +d_d_haymanot_color = { color ={0 0 0} can_create = { always = no } } +d_d_hellenic_pagan_color = { color ={0 0 0} can_create = { always = no } } +d_d_herefinna_color = { color ={0 0 0} can_create = { always = no } } +d_d_hesse_color = { color ={0 0 0} can_create = { always = no } } +d_d_hhaha_color = { color ={0 0 0} can_create = { always = no } } +d_d_highland_lithuanians_color = { color ={0 0 0} can_create = { always = no } } +d_d_hintata_color = { color ={0 0 0} can_create = { always = no } } +d_d_holland_color = { color ={0 0 0} can_create = { always = no } } +d_d_holstein_color = { color ={0 0 0} can_create = { always = no } } +d_d_holy_sepulchre_color = { color ={0 0 0} can_create = { always = no } } +d_d_homs_color = { color ={0 0 0} can_create = { always = no } } +d_d_hormuz_color = { color ={0 0 0} can_create = { always = no } } +d_d_huitzilopochtli_color = { color ={0 0 0} can_create = { always = no } } +d_d_iazyges_color = { color ={0 0 0} can_create = { always = no } } +d_d_iconoclast_color = { color ={0 0 0} can_create = { always = no } } +d_d_ikh_bogdh_color = { color ={0 0 0} can_create = { always = no } } +d_d_imami_color = { color ={0 0 0} can_create = { always = no } } +d_d_immortals_color = { color ={0 0 0} can_create = { always = no } } +d_d_istria_color = { color ={0 0 0} can_create = { always = no } } +d_d_italy_prefect_color = { color ={0 0 0} can_create = { always = no } } +d_d_izhorians_color = { color ={0 0 0} can_create = { always = no } } +d_d_jabal_kufs_color = { color ={0 0 0} can_create = { always = no } } +d_d_jerid_color = { color ={0 0 0} can_create = { always = no } } +d_d_jomsvikings_color = { color ={0 0 0} can_create = { always = no } } +d_d_jonse_color = { color ={0 0 0} can_create = { always = no } } +d_d_judham_color = { color ={0 0 0} can_create = { always = no } } +d_d_julich_color = { color ={0 0 0} can_create = { always = no } } +d_d_jutes_color = { color ={0 0 0} can_create = { always = no } } +d_d_jylland_color = { color ={0 0 0} can_create = { always = no } } +d_d_k_iberia_color_color = { color ={0 0 0} can_create = { always = no } } +d_d_kabarism_color = { color ={0 0 0} can_create = { always = no } } +d_d_kairouan_color = { color ={0 0 0} can_create = { always = no } } +d_d_kalb_color = { color ={0 0 0} can_create = { always = no } } +d_d_karaism_color = { color ={0 0 0} can_create = { always = no } } +d_d_keoka_color = { color ={0 0 0} can_create = { always = no } } +d_d_kernev_color = { color ={0 0 0} can_create = { always = no } } +d_d_khanty_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_khurmazta_color = { color ={0 0 0} can_create = { always = no } } +d_d_khurramism_color = { color ={0 0 0} can_create = { always = no } } +d_d_knights_calatrava_color = { color ={0 0 0} can_create = { always = no } } +d_d_knights_hospitaler_color = { color ={0 0 0} can_create = { always = no } } +d_d_knights_santiago_color = { color ={0 0 0} can_create = { always = no } } +d_d_knights_templar_color = { color ={0 0 0} can_create = { always = no } } +d_d_kohestan_color = { color ={0 0 0} can_create = { always = no } } +d_d_koivans_color = { color ={0 0 0} can_create = { always = no } } +d_d_kola_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_kolochins_color = { color ={0 0 0} can_create = { always = no } } +d_d_krain_color = { color ={0 0 0} can_create = { always = no } } +d_d_kroumerie_color = { color ={0 0 0} can_create = { always = no } } +d_d_kufa_color = { color ={0 0 0} can_create = { always = no } } +d_d_kumul_color = { color ={0 0 0} can_create = { always = no } } +d_d_kurdistan_color = { color ={0 0 0} can_create = { always = no } } +d_d_kutrigurs_color = { color ={0 0 0} can_create = { always = no } } +d_d_kuyavia_color = { color ={0 0 0} can_create = { always = no } } +d_d_kwrtstan_color = { color ={0 0 0} can_create = { always = no } } +d_d_laanemaa_color = { color ={0 0 0} can_create = { always = no } } +d_d_laguantan_color = { color ={0 0 0} can_create = { always = no } } +d_d_languedoc_color = { color ={0 0 0} can_create = { always = no } } +d_d_lebanon_color = { color ={0 0 0} can_create = { always = no } } +d_d_lemovia_color = { color ={0 0 0} can_create = { always = no } } +d_d_leon_color = { color ={0 0 0} can_create = { always = no } } +d_d_lettigalians_color = { color ={0 0 0} can_create = { always = no } } +d_d_linnius_color = { color ={0 0 0} can_create = { always = no } } +d_d_livonians_color = { color ={0 0 0} can_create = { always = no } } +d_d_lombardia_color = { color ={0 0 0} can_create = { always = no } } +d_d_lombards_color = { color ={0 0 0} can_create = { always = no } } +d_d_lower_bosna_color = { color ={0 0 0} can_create = { always = no } } +d_d_lower_lorraine_color = { color ={0 0 0} can_create = { always = no } } +d_d_lowland_lithuanians_color = { color ={0 0 0} can_create = { always = no } } +d_d_luxembourg_color = { color ={0 0 0} can_create = { always = no } } +d_d_macronia_color = { color ={0 0 0} can_create = { always = no } } +d_d_macva_color = { color ={0 0 0} can_create = { always = no } } +d_d_mafaza_color = { color ={0 0 0} can_create = { always = no } } +d_d_maingmaw_color = { color ={0 0 0} can_create = { always = no } } +d_d_malabarism_color = { color ={0 0 0} can_create = { always = no } } +d_d_malao_color = { color ={0 0 0} can_create = { always = no } } +d_d_manichean_color = { color ={0 0 0} can_create = { always = no } } +d_d_mansi_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_marcionism_color = { color ={0 0 0} can_create = { always = no } } +d_d_marcomanni_color = { color ={0 0 0} can_create = { always = no } } +d_d_mari_color = { color ={0 0 0} can_create = { always = no } } +d_d_masmudi_color = { color ={0 0 0} can_create = { always = no } } +d_d_massalia_color = { color ={0 0 0} can_create = { always = no } } +d_d_mazdakism_color = { color ={0 0 0} can_create = { always = no } } +d_d_mazdayasna_color = { color ={0 0 0} can_create = { always = no } } +d_d_meissen_color = { color ={0 0 0} can_create = { always = no } } +d_d_merya_color = { color ={0 0 0} can_create = { always = no } } +d_d_meshchera_color = { color ={0 0 0} can_create = { always = no } } +d_d_mesopotamia_color = { color ={0 0 0} can_create = { always = no } } +d_d_miaphysite_color = { color ={0 0 0} can_create = { always = no } } +d_d_mo_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_moesia_superior_color = { color ={0 0 0} can_create = { always = no } } +d_d_moksha_color = { color ={0 0 0} can_create = { always = no } } +d_d_monophysite_color = { color ={0 0 0} can_create = { always = no } } +d_d_montes_aregenses_color = { color ={0 0 0} can_create = { always = no } } +d_d_moravia_color = { color ={0 0 0} can_create = { always = no } } +d_d_mosania_color = { color ={0 0 0} can_create = { always = no } } +d_d_mosylon_color = { color ={0 0 0} can_create = { always = no } } +d_d_mundus_color = { color ={0 0 0} can_create = { always = no } } +d_d_murcia_color = { color ={0 0 0} can_create = { always = no } } +d_d_muromians_color = { color ={0 0 0} can_create = { always = no } } +d_d_murzuk_color = { color ={0 0 0} can_create = { always = no } } +d_d_muwalladi_color = { color ={0 0 0} can_create = { always = no } } +d_d_najran_color = { color ={0 0 0} can_create = { always = no } } +d_d_narvik_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_nasa_color = { color ={0 0 0} can_create = { always = no } } +d_d_navarra_color = { color ={0 0 0} can_create = { always = no } } +d_d_nishapur_color = { color ={0 0 0} can_create = { always = no } } +d_d_nok_color = { color ={0 0 0} can_create = { always = no } } +d_d_nordgau_color = { color ={0 0 0} can_create = { always = no } } +d_d_nordmark_color = { color ={0 0 0} can_create = { always = no } } +d_d_norgyrwa_color = { color ={0 0 0} can_create = { always = no } } +d_d_normandy_color = { color ={0 0 0} can_create = { always = no } } +d_d_noxgaga_color = { color ={0 0 0} can_create = { always = no } } +d_d_nuristan_color = { color ={0 0 0} can_create = { always = no } } +d_d_ogurs_color = { color ={0 0 0} can_create = { always = no } } +d_d_opone_color = { color ={0 0 0} can_create = { always = no } } +d_d_opsikion_color = { color ={0 0 0} can_create = { always = no } } +d_d_optimatoi_color = { color ={0 0 0} can_create = { always = no } } +d_d_orleans_color = { color ={0 0 0} can_create = { always = no } } +d_d_orleans_alans_color = { color ={0 0 0} can_create = { always = no } } +d_d_osraige_color = { color ={0 0 0} can_create = { always = no } } +d_d_osterreich_color = { color ={0 0 0} can_create = { always = no } } +d_d_ostmark_color = { color ={0 0 0} can_create = { always = no } } +d_d_oultrejourdain_color = { color ={0 0 0} can_create = { always = no } } +d_d_oxford_color = { color ={0 0 0} can_create = { always = no } } +d_d_palestine_color = { color ={0 0 0} can_create = { always = no } } +d_d_palmyra_color = { color ={0 0 0} can_create = { always = no } } +d_d_papal_state_color = { color ={0 0 0} can_create = { always = no } } +d_d_patriarchate_in_the_east_color = { color ={0 0 0} can_create = { always = no } } +d_d_paulician_color = { color ={0 0 0} can_create = { always = no } } +d_d_philippopolis_color = { color ={0 0 0} can_create = { always = no } } +d_d_piedmonte_color = { color ={0 0 0} can_create = { always = no } } +d_d_pisa_color = { color ={0 0 0} can_create = { always = no } } +d_d_platonic_academy_color = { color ={0 0 0} can_create = { always = no } } +d_d_pohjanmaa_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_poitou_color = { color ={0 0 0} can_create = { always = no } } +d_d_pomerelia_color = { color ={0 0 0} can_create = { always = no } } +d_d_pommerania_color = { color ={0 0 0} can_create = { always = no } } +d_d_porto_color = { color ={0 0 0} can_create = { always = no } } +d_d_powys_color = { color ={0 0 0} can_create = { always = no } } +d_d_priscillianism_color = { color ={0 0 0} can_create = { always = no } } +d_d_pronsk_color = { color ={0 0 0} can_create = { always = no } } +d_d_provence_color = { color ={0 0 0} can_create = { always = no } } +d_d_prus_color = { color ={0 0 0} can_create = { always = no } } +d_d_quraysh_color = { color ={0 0 0} can_create = { always = no } } +d_d_rabbinism_color = { color ={0 0 0} can_create = { always = no } } +d_d_raetia_curiensis_color = { color ={0 0 0} can_create = { always = no } } +d_d_ranii_color = { color ={0 0 0} can_create = { always = no } } +d_d_rashka_color = { color ={0 0 0} can_create = { always = no } } +d_d_raumarici_color = { color ={0 0 0} can_create = { always = no } } +d_d_regraga_color = { color ={0 0 0} can_create = { always = no } } +d_d_reudigni_color = { color ={0 0 0} can_create = { always = no } } +d_d_revala_color = { color ={0 0 0} can_create = { always = no } } +d_d_rif_color = { color ={0 0 0} can_create = { always = no } } +d_d_ripuria_color = { color ={0 0 0} can_create = { always = no } } +d_d_romagna_color = { color ={0 0 0} can_create = { always = no } } +d_d_roman_prefect_color = { color ={0 0 0} can_create = { always = no } } +d_d_saami_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_saaremaa_color = { color ={0 0 0} can_create = { always = no } } +d_d_sabirs_color = { color ={0 0 0} can_create = { always = no } } +d_d_sacromontisi_color = { color ={0 0 0} can_create = { always = no } } +d_d_sahara_color = { color ={0 0 0} can_create = { always = no } } +d_d_saint_addai_color = { color ={0 0 0} can_create = { always = no } } +d_d_saint_anthony_color = { color ={0 0 0} can_create = { always = no } } +d_d_sakala_color = { color ={0 0 0} can_create = { always = no } } +d_d_salerno_color = { color ={0 0 0} can_create = { always = no } } +d_d_salia_color = { color ={0 0 0} can_create = { always = no } } +d_d_salzburg_color = { color ={0 0 0} can_create = { always = no } } +d_d_samaritan_color = { color ={0 0 0} can_create = { always = no } } +d_d_samarkand_color = { color ={0 0 0} can_create = { always = no } } +d_d_samarra_color = { color ={0 0 0} can_create = { always = no } } +d_d_sami_color = { color ={0 0 0} can_create = { always = no } } +d_d_sandomiersk_color = { color ={0 0 0} can_create = { always = no } } +d_d_saragurs_color = { color ={0 0 0} can_create = { always = no } } +d_d_sarapion_color = { color ={0 0 0} can_create = { always = no } } +d_d_savo_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_savoie_color = { color ={0 0 0} can_create = { always = no } } +d_d_sebasteia_color = { color ={0 0 0} can_create = { always = no } } +d_d_selonians_color = { color ={0 0 0} can_create = { always = no } } +d_d_senate_color = { color ={0 0 0} can_create = { always = no } } +d_d_setomaa_color = { color ={0 0 0} can_create = { always = no } } +d_d_sevilla_color = { color ={0 0 0} can_create = { always = no } } +d_d_shammar_color = { color ={0 0 0} can_create = { always = no } } +d_d_shiite_color = { color ={0 0 0} can_create = { always = no } } +d_d_shirvan_color = { color ={0 0 0} can_create = { always = no } } +d_d_sinai_color = { color ={0 0 0} can_create = { always = no } } +d_d_sklaveni_color = { color ={0 0 0} can_create = { always = no } } +d_d_sky_lords_color = { color ={0 0 0} can_create = { always = no } } +d_d_slavonia_color = { color ={0 0 0} can_create = { always = no } } +d_d_slesvig_color = { color ={0 0 0} can_create = { always = no } } +d_d_somogy_color = { color ={0 0 0} can_create = { always = no } } +d_d_sons_kaleva_color = { color ={0 0 0} can_create = { always = no } } +d_d_sophanene_color = { color ={0 0 0} can_create = { always = no } } +d_d_sophene_color = { color ={0 0 0} can_create = { always = no } } +d_d_spirit_guardians_color = { color ={0 0 0} can_create = { always = no } } +d_d_spoleto_color = { color ={0 0 0} can_create = { always = no } } +d_d_steyermark_color = { color ={0 0 0} can_create = { always = no } } +d_d_strymon_color = { color ={0 0 0} can_create = { always = no } } +d_d_suavi_color = { color ={0 0 0} can_create = { always = no } } +d_d_sumparu_color = { color ={0 0 0} can_create = { always = no } } +d_d_sunni_color = { color ={0 0 0} can_create = { always = no } } +d_d_sussex_color = { color ={0 0 0} can_create = { always = no } } +d_d_suthgyrwa_color = { color ={0 0 0} can_create = { always = no } } +d_d_suyab_color = { color ={0 0 0} can_create = { always = no } } +d_d_swabia_color = { color ={0 0 0} can_create = { always = no } } +d_d_swedes_color = { color ={0 0 0} can_create = { always = no } } +d_d_swiss_color = { color ={0 0 0} can_create = { always = no } } +d_d_syrmia_color = { color ={0 0 0} can_create = { always = no } } +d_d_syrte_color = { color ={0 0 0} can_create = { always = no } } +d_d_tabae_color = { color ={0 0 0} can_create = { always = no } } +d_d_taghlebi_color = { color ={0 0 0} can_create = { always = no } } +d_d_tahert_color = { color ={0 0 0} can_create = { always = no } } +d_d_tamim_color = { color ={0 0 0} can_create = { always = no } } +d_d_tangiers_color = { color ={0 0 0} can_create = { always = no } } +d_d_tavast_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_tayk_color = { color ={0 0 0} can_create = { always = no } } +d_d_tel_river_color = { color ={0 0 0} can_create = { always = no } } +d_d_temes_color = { color ={0 0 0} can_create = { always = no } } +d_d_teryukhan_color = { color ={0 0 0} can_create = { always = no } } +d_d_teutonic_order_color = { color ={0 0 0} can_create = { always = no } } +d_d_thaqif_color = { color ={0 0 0} can_create = { always = no } } +d_d_thrace_color = { color ={0 0 0} can_create = { always = no } } +d_d_thracesia_color = { color ={0 0 0} can_create = { always = no } } +d_d_thracian_goths_color = { color ={0 0 0} can_create = { always = no } } +d_d_thuringia_color = { color ={0 0 0} can_create = { always = no } } +d_d_tiele_color = { color ={0 0 0} can_create = { always = no } } +d_d_tlemcen_color = { color ={0 0 0} can_create = { always = no } } +d_d_toledo_color = { color ={0 0 0} can_create = { always = no } } +d_d_toscana_color = { color ={0 0 0} can_create = { always = no } } +d_d_transjurania_color = { color ={0 0 0} can_create = { always = no } } +d_d_transylvania_color = { color ={0 0 0} can_create = { always = no } } +d_d_tridentium_color = { color ={0 0 0} can_create = { always = no } } +d_d_triparvatha_color = { color ={0 0 0} can_create = { always = no } } +d_d_triveria_color = { color ={0 0 0} can_create = { always = no } } +d_d_trondelag_color = { color ={0 0 0} can_create = { always = no } } +d_d_tunis_color = { color ={0 0 0} can_create = { always = no } } +d_d_turnovo_color = { color ={0 0 0} can_create = { always = no } } +d_d_udmurt_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_ugandi_color = { color ={0 0 0} can_create = { always = no } } +d_d_upper_lorraine_color = { color ={0 0 0} can_create = { always = no } } +d_d_urartuism_color = { color ={0 0 0} can_create = { always = no } } +d_d_urdunn_color = { color ={0 0 0} can_create = { always = no } } +d_d_utigurs_color = { color ={0 0 0} can_create = { always = no } } +d_d_utrecht_color = { color ={0 0 0} can_create = { always = no } } +d_d_uusimaa_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_valencia_color = { color ={0 0 0} can_create = { always = no } } +d_d_valentinianism_color = { color ={0 0 0} can_create = { always = no } } +d_d_valentois_alans_color = { color ={0 0 0} can_create = { always = no } } +d_d_valois_color = { color ={0 0 0} can_create = { always = no } } +d_d_venedi_color = { color ={0 0 0} can_create = { always = no } } +d_d_venice_color = { color ={0 0 0} can_create = { always = no } } +d_d_verona_color = { color ={0 0 0} can_create = { always = no } } +d_d_vidin_color = { color ={0 0 0} can_create = { always = no } } +d_d_vidivaria_color = { color ={0 0 0} can_create = { always = no } } +d_d_viraja_color = { color ={0 0 0} can_create = { always = no } } +d_d_virumaa_color = { color ={0 0 0} can_create = { always = no } } +d_d_viscaya_color = { color ={0 0 0} can_create = { always = no } } +d_d_visegrad_color = { color ={0 0 0} can_create = { always = no } } +d_d_vologda_tribe_color = { color ={0 0 0} can_create = { always = no } } +d_d_votians_color = { color ={0 0 0} can_create = { always = no } } +d_d_wabar_color = { color ={0 0 0} can_create = { always = no } } +d_d_warini_color = { color ={0 0 0} can_create = { always = no } } +d_d_warriors_perun_color = { color ={0 0 0} can_create = { always = no } } +d_d_wasit_color = { color ={0 0 0} can_create = { always = no } } +d_d_west_franconia_color = { color ={0 0 0} can_create = { always = no } } +d_d_west_galindians_color = { color ={0 0 0} can_create = { always = no } } +d_d_wielkopolska_color = { color ={0 0 0} can_create = { always = no } } +d_d_yathrib_color = { color ={0 0 0} can_create = { always = no } } +d_d_yazd_color = { color ={0 0 0} can_create = { always = no } } +d_d_yotvingians_color = { color ={0 0 0} can_create = { always = no } } +d_d_yungdrung_bon_color = { color ={0 0 0} can_create = { always = no } } +d_d_zab_color = { color ={0 0 0} can_create = { always = no } } +d_d_zaghawa_color = { color ={0 0 0} can_create = { always = no } } +d_d_zaragoza_color = { color ={0 0 0} can_create = { always = no } } +d_d_zealots_color = { color ={0 0 0} can_create = { always = no } } +d_d_zemigalians_color = { color ={0 0 0} can_create = { always = no } } +d_d_zinder_color = { color ={0 0 0} can_create = { always = no } } +d_d_znaga_color = { color ={0 0 0} can_create = { always = no } } +d_d_zun_warriors_color = { color ={0 0 0} can_create = { always = no } } +#Counties +d_c_aachen_color = { color ={0 0 0} can_create = { always = no } } +d_c_aalborg_color = { color ={0 0 0} can_create = { always = no } } +d_c_aarhus_color = { color ={0 0 0} can_create = { always = no } } +d_c_abakan_color = { color ={0 0 0} can_create = { always = no } } +d_c_abauj_color = { color ={0 0 0} can_create = { always = no } } +d_c_abbadan_color = { color ={0 0 0} can_create = { always = no } } +d_c_abivard_color = { color ={0 0 0} can_create = { always = no } } +d_c_abkhazia_color = { color ={0 0 0} can_create = { always = no } } +d_c_ablastha_color = { color ={0 0 0} can_create = { always = no } } +d_c_abomey_color = { color ={0 0 0} can_create = { always = no } } +d_c_abruzzi_color = { color ={0 0 0} can_create = { always = no } } +d_c_abu_hammad_color = { color ={0 0 0} can_create = { always = no } } +d_c_abwab_color = { color ={0 0 0} can_create = { always = no } } +d_c_abydos_color = { color ={0 0 0} can_create = { always = no } } +d_c_acalapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_acampse_color = { color ={0 0 0} can_create = { always = no } } +d_c_achaia_color = { color ={0 0 0} can_create = { always = no } } +d_c_acre_color = { color ={0 0 0} can_create = { always = no } } +d_c_adanse_color = { color ={0 0 0} can_create = { always = no } } +d_c_adoni_color = { color ={0 0 0} can_create = { always = no } } +d_c_adrianopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_aeolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_aetolia_color = { color ={0 0 0} can_create = { always = no } } +d_c_afar_color = { color ={0 0 0} can_create = { always = no } } +d_c_afram_color = { color ={0 0 0} can_create = { always = no } } +d_c_agadir_color = { color ={0 0 0} can_create = { always = no } } +d_c_agairik_color = { color ={0 0 0} can_create = { always = no } } +d_c_agaw_meder_color = { color ={0 0 0} can_create = { always = no } } +d_c_agdeside_color = { color ={0 0 0} can_create = { always = no } } +d_c_agenais_color = { color ={0 0 0} can_create = { always = no } } +d_c_agrigento_color = { color ={0 0 0} can_create = { always = no } } +d_c_ahqaf_color = { color ={0 0 0} can_create = { always = no } } +d_c_ahvaz_color = { color ={0 0 0} can_create = { always = no } } +d_c_ailech_color = { color ={0 0 0} can_create = { always = no } } +d_c_ain_galakka_color = { color ={0 0 0} can_create = { always = no } } +d_c_aintab_color = { color ={0 0 0} can_create = { always = no } } +d_c_air_color = { color ={0 0 0} can_create = { always = no } } +d_c_ajaccio_color = { color ={0 0 0} can_create = { always = no } } +d_c_ajayameru_color = { color ={0 0 0} can_create = { always = no } } +d_c_ak-dzulpas_color = { color ={0 0 0} can_create = { always = no } } +d_c_akhadid_color = { color ={0 0 0} can_create = { always = no } } +d_c_akkel_color = { color ={0 0 0} can_create = { always = no } } +d_c_akkityk_color = { color ={0 0 0} can_create = { always = no } } +d_c_aksay_color = { color ={0 0 0} can_create = { always = no } } +d_c_aksu_color = { color ={0 0 0} can_create = { always = no } } +d_c_aksuyek_color = { color ={0 0 0} can_create = { always = no } } +d_c_al-arid_color = { color ={0 0 0} can_create = { always = no } } +d_c_al-asa_color = { color ={0 0 0} can_create = { always = no } } +d_c_al-buhaira_color = { color ={0 0 0} can_create = { always = no } } +d_c_al-gharbiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_al-haditha_color = { color ={0 0 0} can_create = { always = no } } +d_c_al-hasa_color = { color ={0 0 0} can_create = { always = no } } +d_c_al_aqabah_color = { color ={0 0 0} can_create = { always = no } } +d_c_al_jawf_color = { color ={0 0 0} can_create = { always = no } } +d_c_aland_color = { color ={0 0 0} can_create = { always = no } } +d_c_alarcon_color = { color ={0 0 0} can_create = { always = no } } +d_c_albarracin_color = { color ={0 0 0} can_create = { always = no } } +d_c_albi_color = { color ={0 0 0} can_create = { always = no } } +d_c_albret_color = { color ={0 0 0} can_create = { always = no } } +d_c_alcacer_do_sal_color = { color ={0 0 0} can_create = { always = no } } +d_c_alcaniz_color = { color ={0 0 0} can_create = { always = no } } +d_c_alcaraz_color = { color ={0 0 0} can_create = { always = no } } +d_c_alencon_color = { color ={0 0 0} can_create = { always = no } } +d_c_aleppo_color = { color ={0 0 0} can_create = { always = no } } +d_c_alexandretta_color = { color ={0 0 0} can_create = { always = no } } +d_c_alexandria_color = { color ={0 0 0} can_create = { always = no } } +d_c_aley_color = { color ={0 0 0} can_create = { always = no } } +d_c_algeciras_color = { color ={0 0 0} can_create = { always = no } } +d_c_algier_color = { color ={0 0 0} can_create = { always = no } } +d_c_alicante_color = { color ={0 0 0} can_create = { always = no } } +d_c_allai_color = { color ={0 0 0} can_create = { always = no } } +d_c_allaqi_color = { color ={0 0 0} can_create = { always = no } } +d_c_allenstein_color = { color ={0 0 0} can_create = { always = no } } +d_c_almader_color = { color ={0 0 0} can_create = { always = no } } +d_c_almaty_color = { color ={0 0 0} can_create = { always = no } } +d_c_almeria_color = { color ={0 0 0} can_create = { always = no } } +d_c_alodia_color = { color ={0 0 0} can_create = { always = no } } +d_c_along_color = { color ={0 0 0} can_create = { always = no } } +d_c_alpsee_color = { color ={0 0 0} can_create = { always = no } } +d_c_altay_color = { color ={0 0 0} can_create = { always = no } } +d_c_alto_aragon_color = { color ={0 0 0} can_create = { always = no } } +d_c_aluksne_color = { color ={0 0 0} can_create = { always = no } } +d_c_alupa_color = { color ={0 0 0} can_create = { always = no } } +d_c_alxa_color = { color ={0 0 0} can_create = { always = no } } +d_c_amatlus_color = { color ={0 0 0} can_create = { always = no } } +d_c_amaya_color = { color ={0 0 0} can_create = { always = no } } +d_c_amdo_color = { color ={0 0 0} can_create = { always = no } } +d_c_amhara_color = { color ={0 0 0} can_create = { always = no } } +d_c_amida_color = { color ={0 0 0} can_create = { always = no } } +d_c_amiens_color = { color ={0 0 0} can_create = { always = no } } +d_c_amol_color = { color ={0 0 0} can_create = { always = no } } +d_c_amstetten_color = { color ={0 0 0} can_create = { always = no } } +d_c_anbar_color = { color ={0 0 0} can_create = { always = no } } +d_c_ancona_color = { color ={0 0 0} can_create = { always = no } } +d_c_andujar_color = { color ={0 0 0} can_create = { always = no } } +d_c_angerburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_angermanland_color = { color ={0 0 0} can_create = { always = no } } +d_c_anglesey_color = { color ={0 0 0} can_create = { always = no } } +d_c_angot_color = { color ={0 0 0} can_create = { always = no } } +d_c_angouleme_color = { color ={0 0 0} can_create = { always = no } } +d_c_angus_color = { color ={0 0 0} can_create = { always = no } } +d_c_anja_color = { color ={0 0 0} can_create = { always = no } } +d_c_anjou_color = { color ={0 0 0} can_create = { always = no } } +d_c_annaba_color = { color ={0 0 0} can_create = { always = no } } +d_c_annandale_color = { color ={0 0 0} can_create = { always = no } } +d_c_ansbach_color = { color ={0 0 0} can_create = { always = no } } +d_c_ansongo_color = { color ={0 0 0} can_create = { always = no } } +d_c_antiocheia_color = { color ={0 0 0} can_create = { always = no } } +d_c_antipatreia_color = { color ={0 0 0} can_create = { always = no } } +d_c_antwerpen_color = { color ={0 0 0} can_create = { always = no } } +d_c_aosta_color = { color ={0 0 0} can_create = { always = no } } +d_c_aowin_color = { color ={0 0 0} can_create = { always = no } } +d_c_apahunik_color = { color ={0 0 0} can_create = { always = no } } +d_c_apulia_color = { color ={0 0 0} can_create = { always = no } } +d_c_aqenganggyai_color = { color ={0 0 0} can_create = { always = no } } +d_c_aqiq_color = { color ={0 0 0} can_create = { always = no } } +d_c_aqtobe_color = { color ={0 0 0} can_create = { always = no } } +d_c_aquileia_color = { color ={0 0 0} can_create = { always = no } } +d_c_aquincum_color = { color ={0 0 0} can_create = { always = no } } +d_c_arad_color = { color ={0 0 0} can_create = { always = no } } +d_c_aral_karakum_color = { color ={0 0 0} can_create = { always = no } } +d_c_aralkizil_color = { color ={0 0 0} can_create = { always = no } } +d_c_aran_color = { color ={0 0 0} can_create = { always = no } } +d_c_arawan_color = { color ={0 0 0} can_create = { always = no } } +d_c_arbanon_color = { color ={0 0 0} can_create = { always = no } } +d_c_arborea_color = { color ={0 0 0} can_create = { always = no } } +d_c_ardabil_color = { color ={0 0 0} can_create = { always = no } } +d_c_ardestan_color = { color ={0 0 0} can_create = { always = no } } +d_c_arezzo_color = { color ={0 0 0} can_create = { always = no } } +d_c_argyll_color = { color ={0 0 0} can_create = { always = no } } +d_c_arigh_color = { color ={0 0 0} can_create = { always = no } } +d_c_ariksar_color = { color ={0 0 0} can_create = { always = no } } +d_c_arkat_color = { color ={0 0 0} can_create = { always = no } } +d_c_armagnac_color = { color ={0 0 0} can_create = { always = no } } +d_c_arnhem_color = { color ={0 0 0} can_create = { always = no } } +d_c_arnsberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_aror_color = { color ={0 0 0} can_create = { always = no } } +d_c_arrajan_color = { color ={0 0 0} can_create = { always = no } } +d_c_arusi_color = { color ={0 0 0} can_create = { always = no } } +d_c_arzhan_color = { color ={0 0 0} can_create = { always = no } } +d_c_asfi_color = { color ={0 0 0} can_create = { always = no } } +d_c_ashir_color = { color ={0 0 0} can_create = { always = no } } +d_c_ashli_color = { color ={0 0 0} can_create = { always = no } } +d_c_ashmaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_asir_color = { color ={0 0 0} can_create = { always = no } } +d_c_asirgarh_color = { color ={0 0 0} can_create = { always = no } } +d_c_asni_color = { color ={0 0 0} can_create = { always = no } } +d_c_aso_color = { color ={0 0 0} can_create = { always = no } } +d_c_astana_color = { color ={0 0 0} can_create = { always = no } } +d_c_astore_color = { color ={0 0 0} can_create = { always = no } } +d_c_astorga_color = { color ={0 0 0} can_create = { always = no } } +d_c_astrakhan_color = { color ={0 0 0} can_create = { always = no } } +d_c_asturias_de_oviedo_color = { color ={0 0 0} can_create = { always = no } } +d_c_asturias_de_santillana_color = { color ={0 0 0} can_create = { always = no } } +d_c_aswan_color = { color ={0 0 0} can_create = { always = no } } +d_c_asyut_color = { color ={0 0 0} can_create = { always = no } } +d_c_atamansku_color = { color ={0 0 0} can_create = { always = no } } +d_c_atbara_color = { color ={0 0 0} can_create = { always = no } } +d_c_atbasar_color = { color ={0 0 0} can_create = { always = no } } +d_c_athlone_color = { color ={0 0 0} can_create = { always = no } } +d_c_atholl_color = { color ={0 0 0} can_create = { always = no } } +d_c_atkarsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_attica_color = { color ={0 0 0} can_create = { always = no } } +d_c_attie_color = { color ={0 0 0} can_create = { always = no } } +d_c_atyrau_color = { color ={0 0 0} can_create = { always = no } } +d_c_augsburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_aunis_color = { color ={0 0 0} can_create = { always = no } } +d_c_austisland_color = { color ={0 0 0} can_create = { always = no } } +d_c_auvergne_color = { color ={0 0 0} can_create = { always = no } } +d_c_auxerre_color = { color ={0 0 0} can_create = { always = no } } +d_c_ava_color = { color ={0 0 0} can_create = { always = no } } +d_c_avalois_color = { color ={0 0 0} can_create = { always = no } } +d_c_aveiro_color = { color ={0 0 0} can_create = { always = no } } +d_c_avila_color = { color ={0 0 0} can_create = { always = no } } +d_c_aviovara_color = { color ={0 0 0} can_create = { always = no } } +d_c_avlonas_color = { color ={0 0 0} can_create = { always = no } } +d_c_avranches_color = { color ={0 0 0} can_create = { always = no } } +d_c_awjila_color = { color ={0 0 0} can_create = { always = no } } +d_c_awkar_color = { color ={0 0 0} can_create = { always = no } } +d_c_awssa_color = { color ={0 0 0} can_create = { always = no } } +d_c_aydhab_color = { color ={0 0 0} can_create = { always = no } } +d_c_ayn_farah_color = { color ={0 0 0} can_create = { always = no } } +d_c_ayodhya_color = { color ={0 0 0} can_create = { always = no } } +d_c_ayrarat_color = { color ={0 0 0} can_create = { always = no } } +d_c_ayrshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_aytos_color = { color ={0 0 0} can_create = { always = no } } +d_c_az-dhahira_color = { color ={0 0 0} can_create = { always = no } } +d_c_azas_color = { color ={0 0 0} can_create = { always = no } } +d_c_azov_color = { color ={0 0 0} can_create = { always = no } } +d_c_azukki_color = { color ={0 0 0} can_create = { always = no } } +d_c_azysia_color = { color ={0 0 0} can_create = { always = no } } +d_c_baalbek_color = { color ={0 0 0} can_create = { always = no } } +d_c_babruysk_color = { color ={0 0 0} can_create = { always = no } } +d_c_bacs_color = { color ={0 0 0} can_create = { always = no } } +d_c_badajoz_color = { color ={0 0 0} can_create = { always = no } } +d_c_badakhshan_color = { color ={0 0 0} can_create = { always = no } } +d_c_badaraya_color = { color ={0 0 0} can_create = { always = no } } +d_c_baden_color = { color ={0 0 0} can_create = { always = no } } +d_c_badghis_color = { color ={0 0 0} can_create = { always = no } } +d_c_badi_color = { color ={0 0 0} can_create = { always = no } } +d_c_badis_color = { color ={0 0 0} can_create = { always = no } } +d_c_baduspan_color = { color ={0 0 0} can_create = { always = no } } +d_c_baghdad_color = { color ={0 0 0} can_create = { always = no } } +d_c_bagrewand_color = { color ={0 0 0} can_create = { always = no } } +d_c_baguirmi_color = { color ={0 0 0} can_create = { always = no } } +d_c_bahnasa_color = { color ={0 0 0} can_create = { always = no } } +d_c_bahriya_color = { color ={0 0 0} can_create = { always = no } } +d_c_baibalik_color = { color ={0 0 0} can_create = { always = no } } +d_c_baigaluuls_color = { color ={0 0 0} can_create = { always = no } } +d_c_baihaq_color = { color ={0 0 0} can_create = { always = no } } +d_c_bailaqan_color = { color ={0 0 0} can_create = { always = no } } +d_c_baima_color = { color ={0 0 0} can_create = { always = no } } +d_c_baingoin_color = { color ={0 0 0} can_create = { always = no } } +d_c_baisary_color = { color ={0 0 0} can_create = { always = no } } +d_c_baiyin_color = { color ={0 0 0} can_create = { always = no } } +d_c_bajura_color = { color ={0 0 0} can_create = { always = no } } +d_c_bakharz_color = { color ={0 0 0} can_create = { always = no } } +d_c_bakhmut_color = { color ={0 0 0} can_create = { always = no } } +d_c_bakriya_color = { color ={0 0 0} can_create = { always = no } } +d_c_balachev_color = { color ={0 0 0} can_create = { always = no } } +d_c_balashagun_color = { color ={0 0 0} can_create = { always = no } } +d_c_balgun_color = { color ={0 0 0} can_create = { always = no } } +d_c_bali_color = { color ={0 0 0} can_create = { always = no } } +d_c_balkh_color = { color ={0 0 0} can_create = { always = no } } +d_c_balkonda_color = { color ={0 0 0} can_create = { always = no } } +d_c_balqa_color = { color ={0 0 0} can_create = { always = no } } +d_c_bam_color = { color ={0 0 0} can_create = { always = no } } +d_c_bamberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_bambuk_color = { color ={0 0 0} can_create = { always = no } } +d_c_bamian_color = { color ={0 0 0} can_create = { always = no } } +d_c_bampur_color = { color ={0 0 0} can_create = { always = no } } +d_c_banavasi_color = { color ={0 0 0} can_create = { always = no } } +d_c_banbar_color = { color ={0 0 0} can_create = { always = no } } +d_c_bandhugadha_color = { color ={0 0 0} can_create = { always = no } } +d_c_bandiagara_color = { color ={0 0 0} can_create = { always = no } } +d_c_bangaon_color = { color ={0 0 0} can_create = { always = no } } +d_c_bannu_color = { color ={0 0 0} can_create = { always = no } } +d_c_banre_color = { color ={0 0 0} can_create = { always = no } } +d_c_baol_color = { color ={0 0 0} can_create = { always = no } } +d_c_baqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_baqlin_color = { color ={0 0 0} can_create = { always = no } } +d_c_bar_color = { color ={0 0 0} can_create = { always = no } } +d_c_baranya_color = { color ={0 0 0} can_create = { always = no } } +d_c_barasuru_color = { color ={0 0 0} can_create = { always = no } } +d_c_barbacadle_color = { color ={0 0 0} can_create = { always = no } } +d_c_barcasag_color = { color ={0 0 0} can_create = { always = no } } +d_c_barcelona_color = { color ={0 0 0} can_create = { always = no } } +d_c_bardak_color = { color ={0 0 0} can_create = { always = no } } +d_c_bargajan_color = { color ={0 0 0} can_create = { always = no } } +d_c_bari_color = { color ={0 0 0} can_create = { always = no } } +d_c_barkam_color = { color ={0 0 0} can_create = { always = no } } +d_c_barkul_color = { color ={0 0 0} can_create = { always = no } } +d_c_barlad_color = { color ={0 0 0} can_create = { always = no } } +d_c_barma_color = { color ={0 0 0} can_create = { always = no } } +d_c_barnaul_color = { color ={0 0 0} can_create = { always = no } } +d_c_barqa_color = { color ={0 0 0} can_create = { always = no } } +d_c_bars_color = { color ={0 0 0} can_create = { always = no } } +d_c_barsuki_color = { color ={0 0 0} can_create = { always = no } } +d_c_bartenstein_color = { color ={0 0 0} can_create = { always = no } } +d_c_basagha_color = { color ={0 0 0} can_create = { always = no } } +d_c_basra_color = { color ={0 0 0} can_create = { always = no } } +d_c_bassa_color = { color ={0 0 0} can_create = { always = no } } +d_c_bastia_color = { color ={0 0 0} can_create = { always = no } } +d_c_batang_color = { color ={0 0 0} can_create = { always = no } } +d_c_batiha_color = { color ={0 0 0} can_create = { always = no } } +d_c_batina_color = { color ={0 0 0} can_create = { always = no } } +d_c_batn_al-hajar_color = { color ={0 0 0} can_create = { always = no } } +d_c_batticaloa_color = { color ={0 0 0} can_create = { always = no } } +d_c_bauchi_color = { color ={0 0 0} can_create = { always = no } } +d_c_baxoi_color = { color ={0 0 0} can_create = { always = no } } +d_c_baydhabo_color = { color ={0 0 0} can_create = { always = no } } +d_c_bayeux_color = { color ={0 0 0} can_create = { always = no } } +d_c_bazin_color = { color ={0 0 0} can_create = { always = no } } +d_c_bearn_color = { color ={0 0 0} can_create = { always = no } } +d_c_beaumont_color = { color ={0 0 0} can_create = { always = no } } +d_c_bedford_color = { color ={0 0 0} can_create = { always = no } } +d_c_begemder_color = { color ={0 0 0} can_create = { always = no } } +d_c_begho_color = { color ={0 0 0} can_create = { always = no } } +d_c_behabad_color = { color ={0 0 0} can_create = { always = no } } +d_c_beirut_color = { color ={0 0 0} can_create = { always = no } } +d_c_beja_color = { color ={0 0 0} can_create = { always = no } } +d_c_bejaia_color = { color ={0 0 0} can_create = { always = no } } +d_c_bekes_color = { color ={0 0 0} can_create = { always = no } } +d_c_beksima_color = { color ={0 0 0} can_create = { always = no } } +d_c_belebey_color = { color ={0 0 0} can_create = { always = no } } +d_c_bellac_color = { color ={0 0 0} can_create = { always = no } } +d_c_belogorje_color = { color ={0 0 0} can_create = { always = no } } +d_c_beloozero_color = { color ={0 0 0} can_create = { always = no } } +d_c_belz_color = { color ={0 0 0} can_create = { always = no } } +d_c_bena_color = { color ={0 0 0} can_create = { always = no } } +d_c_benavente_color = { color ={0 0 0} can_create = { always = no } } +d_c_benevento_color = { color ={0 0 0} can_create = { always = no } } +d_c_benin_color = { color ={0 0 0} can_create = { always = no } } +d_c_beograd_color = { color ={0 0 0} can_create = { always = no } } +d_c_berbera_color = { color ={0 0 0} can_create = { always = no } } +d_c_berchtesgaden_color = { color ={0 0 0} can_create = { always = no } } +d_c_bereg_color = { color ={0 0 0} can_create = { always = no } } +d_c_berent_color = { color ={0 0 0} can_create = { always = no } } +d_c_berestye_color = { color ={0 0 0} can_create = { always = no } } +d_c_bergh_color = { color ={0 0 0} can_create = { always = no } } +d_c_berkshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_berlin_color = { color ={0 0 0} can_create = { always = no } } +d_c_bern_color = { color ={0 0 0} can_create = { always = no } } +d_c_beroe_color = { color ={0 0 0} can_create = { always = no } } +d_c_berry_color = { color ={0 0 0} can_create = { always = no } } +d_c_berta_color = { color ={0 0 0} can_create = { always = no } } +d_c_besancon_color = { color ={0 0 0} can_create = { always = no } } +d_c_beshbalik_color = { color ={0 0 0} can_create = { always = no } } +d_c_beszterce_color = { color ={0 0 0} can_create = { always = no } } +d_c_bethen_color = { color ={0 0 0} can_create = { always = no } } +d_c_betpa_color = { color ={0 0 0} can_create = { always = no } } +d_c_bezichi_color = { color ={0 0 0} can_create = { always = no } } +d_c_beziers_color = { color ={0 0 0} can_create = { always = no } } +d_c_bhakkar_color = { color ={0 0 0} can_create = { always = no } } +d_c_bhaktapur_color = { color ={0 0 0} can_create = { always = no } } +d_c_bhera_color = { color ={0 0 0} can_create = { always = no } } +d_c_bhumilka_color = { color ={0 0 0} can_create = { always = no } } +d_c_bigorre_color = { color ={0 0 0} can_create = { always = no } } +d_c_bihar_color = { color ={0 0 0} can_create = { always = no } } +d_c_biia_color = { color ={0 0 0} can_create = { always = no } } +d_c_bikrampur_color = { color ={0 0 0} can_create = { always = no } } +d_c_bilizma_color = { color ={0 0 0} can_create = { always = no } } +d_c_bilma_color = { color ={0 0 0} can_create = { always = no } } +d_c_bindugu_color = { color ={0 0 0} can_create = { always = no } } +d_c_bir_amir_color = { color ={0 0 0} can_create = { always = no } } +d_c_bisha_color = { color ={0 0 0} can_create = { always = no } } +d_c_biskra_color = { color ={0 0 0} can_create = { always = no } } +d_c_bithynia_color = { color ={0 0 0} can_create = { always = no } } +d_c_biton_color = { color ={0 0 0} can_create = { always = no } } +d_c_biun_color = { color ={0 0 0} can_create = { always = no } } +d_c_blankenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_blekinge_color = { color ={0 0 0} can_create = { always = no } } +d_c_blois_color = { color ={0 0 0} can_create = { always = no } } +d_c_bodele_color = { color ={0 0 0} can_create = { always = no } } +d_c_bodrog_color = { color ={0 0 0} can_create = { always = no } } +d_c_boeotia_color = { color ={0 0 0} can_create = { always = no } } +d_c_boleslav_color = { color ={0 0 0} can_create = { always = no } } +d_c_bolghar_color = { color ={0 0 0} can_create = { always = no } } +d_c_bologna_color = { color ={0 0 0} can_create = { always = no } } +d_c_bombogor_color = { color ={0 0 0} can_create = { always = no } } +d_c_bome_color = { color ={0 0 0} can_create = { always = no } } +d_c_bonduku_color = { color ={0 0 0} can_create = { always = no } } +d_c_bono_color = { color ={0 0 0} can_create = { always = no } } +d_c_bonoso_color = { color ={0 0 0} can_create = { always = no } } +d_c_bordeaux_color = { color ={0 0 0} can_create = { always = no } } +d_c_bornholm_color = { color ={0 0 0} can_create = { always = no } } +d_c_bornu_color = { color ={0 0 0} can_create = { always = no } } +d_c_boro_burgasu_color = { color ={0 0 0} can_create = { always = no } } +d_c_boron_color = { color ={0 0 0} can_create = { always = no } } +d_c_borsod_color = { color ={0 0 0} can_create = { always = no } } +d_c_bost_color = { color ={0 0 0} can_create = { always = no } } +d_c_bothin_color = { color ={0 0 0} can_create = { always = no } } +d_c_boubo_color = { color ={0 0 0} can_create = { always = no } } +d_c_bouillon_color = { color ={0 0 0} can_create = { always = no } } +d_c_boulogne_color = { color ={0 0 0} can_create = { always = no } } +d_c_bourbon_color = { color ={0 0 0} can_create = { always = no } } +d_c_brabant_color = { color ={0 0 0} can_create = { always = no } } +d_c_braganza_color = { color ={0 0 0} can_create = { always = no } } +d_c_braila_color = { color ={0 0 0} can_create = { always = no } } +d_c_brandenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_branicevo_color = { color ={0 0 0} can_create = { always = no } } +d_c_braslau_color = { color ={0 0 0} can_create = { always = no } } +d_c_bratsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_brecknockshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_breifne_color = { color ={0 0 0} can_create = { always = no } } +d_c_breisgau_color = { color ={0 0 0} can_create = { always = no } } +d_c_bremen_color = { color ={0 0 0} can_create = { always = no } } +d_c_brene_color = { color ={0 0 0} can_create = { always = no } } +d_c_brescia_color = { color ={0 0 0} can_create = { always = no } } +d_c_breslau_color = { color ={0 0 0} can_create = { always = no } } +d_c_bresse_color = { color ={0 0 0} can_create = { always = no } } +d_c_brie_francaise_color = { color ={0 0 0} can_create = { always = no } } +d_c_briey_color = { color ={0 0 0} can_create = { always = no } } +d_c_brixen_color = { color ={0 0 0} can_create = { always = no } } +d_c_brno_color = { color ={0 0 0} can_create = { always = no } } +d_c_brugge_color = { color ={0 0 0} can_create = { always = no } } +d_c_brunswick_color = { color ={0 0 0} can_create = { always = no } } +d_c_brysis_color = { color ={0 0 0} can_create = { always = no } } +d_c_brzeg_color = { color ={0 0 0} can_create = { always = no } } +d_c_buchan_color = { color ={0 0 0} can_create = { always = no } } +d_c_buckinghamshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_bucuresti_color = { color ={0 0 0} can_create = { always = no } } +d_c_bugurslan_color = { color ={0 0 0} can_create = { always = no } } +d_c_bukhara_color = { color ={0 0 0} can_create = { always = no } } +d_c_bumthang_color = { color ={0 0 0} can_create = { always = no } } +d_c_bundu_color = { color ={0 0 0} can_create = { always = no } } +d_c_bur_color = { color ={0 0 0} can_create = { always = no } } +d_c_bura_color = { color ={0 0 0} can_create = { always = no } } +d_c_bure_color = { color ={0 0 0} can_create = { always = no } } +d_c_burgas_color = { color ={0 0 0} can_create = { always = no } } +d_c_burgau_color = { color ={0 0 0} can_create = { always = no } } +d_c_burgos_color = { color ={0 0 0} can_create = { always = no } } +d_c_burhanpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_burji_color = { color ={0 0 0} can_create = { always = no } } +d_c_burugu_aallar_color = { color ={0 0 0} can_create = { always = no } } +d_c_busaso_color = { color ={0 0 0} can_create = { always = no } } +d_c_bussa_color = { color ={0 0 0} can_create = { always = no } } +d_c_buthrotum_color = { color ={0 0 0} can_create = { always = no } } +d_c_buzau_color = { color ={0 0 0} can_create = { always = no } } +d_c_byzantion_color = { color ={0 0 0} can_create = { always = no } } +d_c_cabardinia_color = { color ={0 0 0} can_create = { always = no } } +d_c_cabra_color = { color ={0 0 0} can_create = { always = no } } +d_c_caceres_color = { color ={0 0 0} can_create = { always = no } } +d_c_cadiz_color = { color ={0 0 0} can_create = { always = no } } +d_c_caernarfonshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_cagliari_color = { color ={0 0 0} can_create = { always = no } } +d_c_cairo_color = { color ={0 0 0} can_create = { always = no } } +d_c_caithness_color = { color ={0 0 0} can_create = { always = no } } +d_c_cakrakuta_color = { color ={0 0 0} can_create = { always = no } } +d_c_calafat_color = { color ={0 0 0} can_create = { always = no } } +d_c_calarasi_color = { color ={0 0 0} can_create = { always = no } } +d_c_calatayud_color = { color ={0 0 0} can_create = { always = no } } +d_c_calatrava_color = { color ={0 0 0} can_create = { always = no } } +d_c_camarda_color = { color ={0 0 0} can_create = { always = no } } +d_c_cambray_color = { color ={0 0 0} can_create = { always = no } } +d_c_cambridgeshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_cammin_color = { color ={0 0 0} can_create = { always = no } } +d_c_campulung_color = { color ={0 0 0} can_create = { always = no } } +d_c_canarias_color = { color ={0 0 0} can_create = { always = no } } +d_c_canavese_color = { color ={0 0 0} can_create = { always = no } } +d_c_canda_color = { color ={0 0 0} can_create = { always = no } } +d_c_candhoba_color = { color ={0 0 0} can_create = { always = no } } +d_c_candradvipa_color = { color ={0 0 0} can_create = { always = no } } +d_c_cappadocia_color = { color ={0 0 0} can_create = { always = no } } +d_c_capua_color = { color ={0 0 0} can_create = { always = no } } +d_c_carcassonne_color = { color ={0 0 0} can_create = { always = no } } +d_c_cardiganshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_caria_color = { color ={0 0 0} can_create = { always = no } } +d_c_carmarthenshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_carrick_color = { color ={0 0 0} can_create = { always = no } } +d_c_casentino_color = { color ={0 0 0} can_create = { always = no } } +d_c_caslav_color = { color ={0 0 0} can_create = { always = no } } +d_c_castellon_color = { color ={0 0 0} can_create = { always = no } } +d_c_castelo_branco_color = { color ={0 0 0} can_create = { always = no } } +d_c_caze_color = { color ={0 0 0} can_create = { always = no } } +d_c_cephalonia_color = { color ={0 0 0} can_create = { always = no } } +d_c_cerasus_color = { color ={0 0 0} can_create = { always = no } } +d_c_cetatea_alba_color = { color ={0 0 0} can_create = { always = no } } +d_c_cetina_color = { color ={0 0 0} can_create = { always = no } } +d_c_ceuta_color = { color ={0 0 0} can_create = { always = no } } +d_c_chadrinsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_chagdy_aallar_color = { color ={0 0 0} can_create = { always = no } } +d_c_chaghaniyan_color = { color ={0 0 0} can_create = { always = no } } +d_c_chah_color = { color ={0 0 0} can_create = { always = no } } +d_c_chakla_color = { color ={0 0 0} can_create = { always = no } } +d_c_chalkidike_color = { color ={0 0 0} can_create = { always = no } } +d_c_chalon_color = { color ={0 0 0} can_create = { always = no } } +d_c_chalons_color = { color ={0 0 0} can_create = { always = no } } +d_c_chamil_color = { color ={0 0 0} can_create = { always = no } } +d_c_chandax_color = { color ={0 0 0} can_create = { always = no } } +d_c_chanderi_color = { color ={0 0 0} can_create = { always = no } } +d_c_changma_color = { color ={0 0 0} can_create = { always = no } } +d_c_chania_color = { color ={0 0 0} can_create = { always = no } } +d_c_charaideo_color = { color ={0 0 0} can_create = { always = no } } +d_c_charkliq_color = { color ={0 0 0} can_create = { always = no } } +d_c_charsianon_color = { color ={0 0 0} can_create = { always = no } } +d_c_chartres_color = { color ={0 0 0} can_create = { always = no } } +d_c_chauragarh_color = { color ={0 0 0} can_create = { always = no } } +d_c_cheboksary_color = { color ={0 0 0} can_create = { always = no } } +d_c_chelabinsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_cherchen_color = { color ={0 0 0} can_create = { always = no } } +d_c_cherik_color = { color ={0 0 0} can_create = { always = no } } +d_c_cherkassy_color = { color ={0 0 0} can_create = { always = no } } +d_c_chernigov_color = { color ={0 0 0} can_create = { always = no } } +d_c_cherso_color = { color ={0 0 0} can_create = { always = no } } +d_c_cherven_color = { color ={0 0 0} can_create = { always = no } } +d_c_cheshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_chich_color = { color ={0 0 0} can_create = { always = no } } +d_c_chikoy_color = { color ={0 0 0} can_create = { always = no } } +d_c_chilia_color = { color ={0 0 0} can_create = { always = no } } +d_c_chindu_color = { color ={0 0 0} can_create = { always = no } } +d_c_chios_color = { color ={0 0 0} can_create = { always = no } } +d_c_chitrakut_color = { color ={0 0 0} can_create = { always = no } } +d_c_chitral_color = { color ={0 0 0} can_create = { always = no } } +d_c_choklema_color = { color ={0 0 0} can_create = { always = no } } +d_c_cholamandalam_color = { color ={0 0 0} can_create = { always = no } } +d_c_chonae_color = { color ={0 0 0} can_create = { always = no } } +d_c_chornobyl_color = { color ={0 0 0} can_create = { always = no } } +d_c_chuguchak_color = { color ={0 0 0} can_create = { always = no } } +d_c_chulym_color = { color ={0 0 0} can_create = { always = no } } +d_c_chumarho_color = { color ={0 0 0} can_create = { always = no } } +d_c_chuna_color = { color ={0 0 0} can_create = { always = no } } +d_c_chunar_color = { color ={0 0 0} can_create = { always = no } } +d_c_chungthang_color = { color ={0 0 0} can_create = { always = no } } +d_c_chuya_color = { color ={0 0 0} can_create = { always = no } } +d_c_cieszyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_cilicia_color = { color ={0 0 0} can_create = { always = no } } +d_c_clermont_color = { color ={0 0 0} can_create = { always = no } } +d_c_clermont_sur_allier_color = { color ={0 0 0} can_create = { always = no } } +d_c_cleves_color = { color ={0 0 0} can_create = { always = no } } +d_c_coburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_coimbra_color = { color ={0 0 0} can_create = { always = no } } +d_c_colmar_color = { color ={0 0 0} can_create = { always = no } } +d_c_cologne_color = { color ={0 0 0} can_create = { always = no } } +d_c_colonea_color = { color ={0 0 0} can_create = { always = no } } +d_c_comai_color = { color ={0 0 0} can_create = { always = no } } +d_c_comminges_color = { color ={0 0 0} can_create = { always = no } } +d_c_como_color = { color ={0 0 0} can_create = { always = no } } +d_c_cona_color = { color ={0 0 0} can_create = { always = no } } +d_c_connacht_color = { color ={0 0 0} can_create = { always = no } } +d_c_constanta_color = { color ={0 0 0} can_create = { always = no } } +d_c_constantine_color = { color ={0 0 0} can_create = { always = no } } +d_c_coqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_cordoba_color = { color ={0 0 0} can_create = { always = no } } +d_c_cornouaille_color = { color ={0 0 0} can_create = { always = no } } +d_c_cornwall_color = { color ={0 0 0} can_create = { always = no } } +d_c_coruna_color = { color ={0 0 0} can_create = { always = no } } +d_c_cosenza_color = { color ={0 0 0} can_create = { always = no } } +d_c_cottbus_color = { color ={0 0 0} can_create = { always = no } } +d_c_coulommiers_color = { color ={0 0 0} can_create = { always = no } } +d_c_cozhelhoma_color = { color ={0 0 0} can_create = { always = no } } +d_c_craiova_color = { color ={0 0 0} can_create = { always = no } } +d_c_cremona_color = { color ={0 0 0} can_create = { always = no } } +d_c_csanad_color = { color ={0 0 0} can_create = { always = no } } +d_c_csongrad_color = { color ={0 0 0} can_create = { always = no } } +d_c_cuellar_color = { color ={0 0 0} can_create = { always = no } } +d_c_cuenca_color = { color ={0 0 0} can_create = { always = no } } +d_c_cumberland_color = { color ={0 0 0} can_create = { always = no } } +d_c_cumbum_color = { color ={0 0 0} can_create = { always = no } } +d_c_cuneo_color = { color ={0 0 0} can_create = { always = no } } +d_c_cuonaco_color = { color ={0 0 0} can_create = { always = no } } +d_c_cykma_color = { color ={0 0 0} can_create = { always = no } } +d_c_czerska_color = { color ={0 0 0} can_create = { always = no } } +d_c_dabou_color = { color ={0 0 0} can_create = { always = no } } +d_c_daboya_color = { color ={0 0 0} can_create = { always = no } } +d_c_dabusiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_dadhipadra_color = { color ={0 0 0} can_create = { always = no } } +d_c_dagomba_color = { color ={0 0 0} can_create = { always = no } } +d_c_dagon_color = { color ={0 0 0} can_create = { always = no } } +d_c_dahlak_color = { color ={0 0 0} can_create = { always = no } } +d_c_dajing_color = { color ={0 0 0} can_create = { always = no } } +d_c_dakajalan_color = { color ={0 0 0} can_create = { always = no } } +d_c_dakhina_desa_color = { color ={0 0 0} can_create = { always = no } } +d_c_dakhla_color = { color ={0 0 0} can_create = { always = no } } +d_c_dakkar_color = { color ={0 0 0} can_create = { always = no } } +d_c_dal_color = { color ={0 0 0} can_create = { always = no } } +d_c_dalabergslagen_color = { color ={0 0 0} can_create = { always = no } } +d_c_dalarna_color = { color ={0 0 0} can_create = { always = no } } +d_c_daman_color = { color ={0 0 0} can_create = { always = no } } +d_c_damascus_color = { color ={0 0 0} can_create = { always = no } } +d_c_damghan_color = { color ={0 0 0} can_create = { always = no } } +d_c_damietta_color = { color ={0 0 0} can_create = { always = no } } +d_c_damin_i_koh_color = { color ={0 0 0} can_create = { always = no } } +d_c_damoh_color = { color ={0 0 0} can_create = { always = no } } +d_c_damot_color = { color ={0 0 0} can_create = { always = no } } +d_c_damxung_color = { color ={0 0 0} can_create = { always = no } } +d_c_danakil_color = { color ={0 0 0} can_create = { always = no } } +d_c_dang_color = { color ={0 0 0} can_create = { always = no } } +d_c_dangla_color = { color ={0 0 0} can_create = { always = no } } +d_c_dannenberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_danzig_color = { color ={0 0 0} can_create = { always = no } } +d_c_dar-al-rih_color = { color ={0 0 0} can_create = { always = no } } +d_c_dar_al-said_color = { color ={0 0 0} can_create = { always = no } } +d_c_dar_rashid_color = { color ={0 0 0} can_create = { always = no } } +d_c_dar_sila_color = { color ={0 0 0} can_create = { always = no } } +d_c_dara_color = { color ={0 0 0} can_create = { always = no } } +d_c_darabjerd_color = { color ={0 0 0} can_create = { always = no } } +d_c_daramdin_color = { color ={0 0 0} can_create = { always = no } } +d_c_darcha_color = { color ={0 0 0} can_create = { always = no } } +d_c_darghan_color = { color ={0 0 0} can_create = { always = no } } +d_c_darkhad_valley_color = { color ={0 0 0} can_create = { always = no } } +d_c_darmashan_color = { color ={0 0 0} can_create = { always = no } } +d_c_dasapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_dathina_color = { color ={0 0 0} can_create = { always = no } } +d_c_datong_color = { color ={0 0 0} can_create = { always = no } } +d_c_daura_color = { color ={0 0 0} can_create = { always = no } } +d_c_dausar_color = { color ={0 0 0} can_create = { always = no } } +d_c_dawaro_color = { color ={0 0 0} can_create = { always = no } } +d_c_dawraq_color = { color ={0 0 0} can_create = { always = no } } +d_c_dawu_color = { color ={0 0 0} can_create = { always = no } } +d_c_debar_color = { color ={0 0 0} can_create = { always = no } } +d_c_debul_color = { color ={0 0 0} can_create = { always = no } } +d_c_dege_color = { color ={0 0 0} can_create = { always = no } } +d_c_degelen_color = { color ={0 0 0} can_create = { always = no } } +d_c_deggerdorf_color = { color ={0 0 0} can_create = { always = no } } +d_c_delhi_color = { color ={0 0 0} can_create = { always = no } } +d_c_dembiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_demchok_color = { color ={0 0 0} can_create = { always = no } } +d_c_demetrias_color = { color ={0 0 0} can_create = { always = no } } +d_c_denbighshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_dendi_color = { color ={0 0 0} can_create = { always = no } } +d_c_dengqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_denia_color = { color ={0 0 0} can_create = { always = no } } +d_c_deqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_derbent_color = { color ={0 0 0} can_create = { always = no } } +d_c_derby_color = { color ={0 0 0} can_create = { always = no } } +d_c_derlenka_color = { color ={0 0 0} can_create = { always = no } } +d_c_derna_color = { color ={0 0 0} can_create = { always = no } } +d_c_desmond_color = { color ={0 0 0} can_create = { always = no } } +d_c_dessau_color = { color ={0 0 0} can_create = { always = no } } +d_c_devagiri_color = { color ={0 0 0} can_create = { always = no } } +d_c_devon_color = { color ={0 0 0} can_create = { always = no } } +d_c_dhafra_color = { color ={0 0 0} can_create = { always = no } } +d_c_dhamalpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_dhankar_color = { color ={0 0 0} can_create = { always = no } } +d_c_dhara_color = { color ={0 0 0} can_create = { always = no } } +d_c_dhofar_color = { color ={0 0 0} can_create = { always = no } } +d_c_dhraina_color = { color ={0 0 0} can_create = { always = no } } +d_c_diamare_color = { color ={0 0 0} can_create = { always = no } } +d_c_dibri_color = { color ={0 0 0} can_create = { always = no } } +d_c_dihistan_color = { color ={0 0 0} can_create = { always = no } } +d_c_dijon_color = { color ={0 0 0} can_create = { always = no } } +d_c_dimapur_color = { color ={0 0 0} can_create = { always = no } } +d_c_dipalpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_dirku_color = { color ={0 0 0} can_create = { always = no } } +d_c_diskit_color = { color ={0 0 0} can_create = { always = no } } +d_c_ditmarschen_color = { color ={0 0 0} can_create = { always = no } } +d_c_djado_color = { color ={0 0 0} can_create = { always = no } } +d_c_djanet_color = { color ={0 0 0} can_create = { always = no } } +d_c_djarin_color = { color ={0 0 0} can_create = { always = no } } +d_c_djerba_color = { color ={0 0 0} can_create = { always = no } } +d_c_djugu_color = { color ={0 0 0} can_create = { always = no } } +d_c_dnipro_color = { color ={0 0 0} can_create = { always = no } } +d_c_dobrzynska_color = { color ={0 0 0} can_create = { always = no } } +d_c_dodugu_color = { color ={0 0 0} can_create = { always = no } } +d_c_dokkum_color = { color ={0 0 0} can_create = { always = no } } +d_c_dole_color = { color ={0 0 0} can_create = { always = no } } +d_c_dolgujar_color = { color ={0 0 0} can_create = { always = no } } +d_c_dongola_color = { color ={0 0 0} can_create = { always = no } } +d_c_donjikraji_color = { color ={0 0 0} can_create = { always = no } } +d_c_dorohoi_color = { color ={0 0 0} can_create = { always = no } } +d_c_dorohychyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_dorostorum_color = { color ={0 0 0} can_create = { always = no } } +d_c_dorpat_color = { color ={0 0 0} can_create = { always = no } } +d_c_dorset_color = { color ={0 0 0} can_create = { always = no } } +d_c_dortmund_color = { color ={0 0 0} can_create = { always = no } } +d_c_doti_color = { color ={0 0 0} can_create = { always = no } } +d_c_doudleby_color = { color ={0 0 0} can_create = { always = no } } +d_c_draa_color = { color ={0 0 0} can_create = { always = no } } +d_c_dresden_color = { color ={0 0 0} can_create = { always = no } } +d_c_dublin_color = { color ={0 0 0} can_create = { always = no } } +d_c_dubrovytsia_color = { color ={0 0 0} can_create = { always = no } } +d_c_duklja_color = { color ={0 0 0} can_create = { always = no } } +d_c_dunbar_color = { color ={0 0 0} can_create = { always = no } } +d_c_dunhuang_color = { color ={0 0 0} can_create = { always = no } } +d_c_duqm_color = { color ={0 0 0} can_create = { always = no } } +d_c_durdzukia_color = { color ={0 0 0} can_create = { always = no } } +d_c_durham_color = { color ={0 0 0} can_create = { always = no } } +d_c_durne_color = { color ={0 0 0} can_create = { always = no } } +d_c_durovka_color = { color ={0 0 0} can_create = { always = no } } +d_c_dvaraka_color = { color ={0 0 0} can_create = { always = no } } +d_c_dvin_color = { color ={0 0 0} can_create = { always = no } } +d_c_dyamare_color = { color ={0 0 0} can_create = { always = no } } +d_c_dyrrachion_color = { color ={0 0 0} can_create = { always = no } } +d_c_dyulaso_color = { color ={0 0 0} can_create = { always = no } } +d_c_east-tokharestan_color = { color ={0 0 0} can_create = { always = no } } +d_c_east_darfur_color = { color ={0 0 0} can_create = { always = no } } +d_c_east_kiilt_color = { color ={0 0 0} can_create = { always = no } } +d_c_east_riding_color = { color ={0 0 0} can_create = { always = no } } +d_c_eastern_tannu_color = { color ={0 0 0} can_create = { always = no } } +d_c_edd_color = { color ={0 0 0} can_create = { always = no } } +d_c_edessa_color = { color ={0 0 0} can_create = { always = no } } +d_c_edo_color = { color ={0 0 0} can_create = { always = no } } +d_c_eghiz_kara_color = { color ={0 0 0} can_create = { always = no } } +d_c_eichstadt_color = { color ={0 0 0} can_create = { always = no } } +d_c_el_fasher_color = { color ={0 0 0} can_create = { always = no } } +d_c_el_waak_color = { color ={0 0 0} can_create = { always = no } } +d_c_elabuga_color = { color ={0 0 0} can_create = { always = no } } +d_c_eleila_color = { color ={0 0 0} can_create = { always = no } } +d_c_elvas_color = { color ={0 0 0} can_create = { always = no } } +d_c_embrun_color = { color ={0 0 0} can_create = { always = no } } +d_c_emil_color = { color ={0 0 0} can_create = { always = no } } +d_c_ennis_color = { color ={0 0 0} can_create = { always = no } } +d_c_epeiros_color = { color ={0 0 0} can_create = { always = no } } +d_c_erbach_color = { color ={0 0 0} can_create = { always = no } } +d_c_eschenlohe_color = { color ={0 0 0} can_create = { always = no } } +d_c_essex_color = { color ={0 0 0} can_create = { always = no } } +d_c_eu_color = { color ={0 0 0} can_create = { always = no } } +d_c_euboea_color = { color ={0 0 0} can_create = { always = no } } +d_c_euchaita_color = { color ={0 0 0} can_create = { always = no } } +d_c_evreux_color = { color ={0 0 0} can_create = { always = no } } +d_c_ewe_color = { color ={0 0 0} can_create = { always = no } } +d_c_eystridalir_color = { color ={0 0 0} can_create = { always = no } } +d_c_faereyar_color = { color ={0 0 0} can_create = { always = no } } +d_c_fafan_color = { color ={0 0 0} can_create = { always = no } } +d_c_falaj_color = { color ={0 0 0} can_create = { always = no } } +d_c_famagusta_color = { color ={0 0 0} can_create = { always = no } } +d_c_fanhe_color = { color ={0 0 0} can_create = { always = no } } +d_c_fante_color = { color ={0 0 0} can_create = { always = no } } +d_c_farafra_color = { color ={0 0 0} can_create = { always = no } } +d_c_farah_color = { color ={0 0 0} can_create = { always = no } } +d_c_farama_color = { color ={0 0 0} can_create = { always = no } } +d_c_faras_color = { color ={0 0 0} can_create = { always = no } } +d_c_farava_color = { color ={0 0 0} can_create = { always = no } } +d_c_faro_color = { color ={0 0 0} can_create = { always = no } } +d_c_fayyum_color = { color ={0 0 0} can_create = { always = no } } +d_c_fazaz_color = { color ={0 0 0} can_create = { always = no } } +d_c_fazughli_color = { color ={0 0 0} can_create = { always = no } } +d_c_feher_color = { color ={0 0 0} can_create = { always = no } } +d_c_fellata_color = { color ={0 0 0} can_create = { always = no } } +d_c_ferghana_color = { color ={0 0 0} can_create = { always = no } } +d_c_fermo_color = { color ={0 0 0} can_create = { always = no } } +d_c_ferrara_color = { color ={0 0 0} can_create = { always = no } } +d_c_fes_color = { color ={0 0 0} can_create = { always = no } } +d_c_fetegar_color = { color ={0 0 0} can_create = { always = no } } +d_c_fife_color = { color ={0 0 0} can_create = { always = no } } +d_c_figuig_color = { color ={0 0 0} can_create = { always = no } } +d_c_fika_color = { color ={0 0 0} can_create = { always = no } } +d_c_finland_color = { color ={0 0 0} can_create = { always = no } } +d_c_finnveden_color = { color ={0 0 0} can_create = { always = no } } +d_c_firabr_color = { color ={0 0 0} can_create = { always = no } } +d_c_firaun_color = { color ={0 0 0} can_create = { always = no } } +d_c_firdafylki_color = { color ={0 0 0} can_create = { always = no } } +d_c_firenze_color = { color ={0 0 0} can_create = { always = no } } +d_c_fitri_color = { color ={0 0 0} can_create = { always = no } } +d_c_fogaras_color = { color ={0 0 0} can_create = { always = no } } +d_c_foggia_color = { color ={0 0 0} can_create = { always = no } } +d_c_foix_color = { color ={0 0 0} can_create = { always = no } } +d_c_forcalquier_color = { color ={0 0 0} can_create = { always = no } } +d_c_forez_color = { color ={0 0 0} can_create = { always = no } } +d_c_fraga_color = { color ={0 0 0} can_create = { always = no } } +d_c_frankfurt_color = { color ={0 0 0} can_create = { always = no } } +d_c_freistadt_color = { color ={0 0 0} can_create = { always = no } } +d_c_french_leon_color = { color ={0 0 0} can_create = { always = no } } +d_c_frisia_color = { color ={0 0 0} can_create = { always = no } } +d_c_friuli_color = { color ={0 0 0} can_create = { always = no } } +d_c_fudalhi_color = { color ={0 0 0} can_create = { always = no } } +d_c_fuerteventura_color = { color ={0 0 0} can_create = { always = no } } +d_c_fulda_color = { color ={0 0 0} can_create = { always = no } } +d_c_fuqi_color = { color ={0 0 0} can_create = { always = no } } +d_c_furstenberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_futa_jalon_color = { color ={0 0 0} can_create = { always = no } } +d_c_fyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_gabal_color = { color ={0 0 0} can_create = { always = no } } +d_c_gabes_color = { color ={0 0 0} can_create = { always = no } } +d_c_gacka_color = { color ={0 0 0} can_create = { always = no } } +d_c_gafat_color = { color ={0 0 0} can_create = { always = no } } +d_c_galam_color = { color ={0 0 0} can_create = { always = no } } +d_c_galati_color = { color ={0 0 0} can_create = { always = no } } +d_c_galatia_color = { color ={0 0 0} can_create = { always = no } } +d_c_galatia_salutaris_color = { color ={0 0 0} can_create = { always = no } } +d_c_galloway_color = { color ={0 0 0} can_create = { always = no } } +d_c_gallura_color = { color ={0 0 0} can_create = { always = no } } +d_c_gamo_color = { color ={0 0 0} can_create = { always = no } } +d_c_ganale_color = { color ={0 0 0} can_create = { always = no } } +d_c_gangaran_color = { color ={0 0 0} can_create = { always = no } } +d_c_ganzhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_gao_color = { color ={0 0 0} can_create = { always = no } } +d_c_gaotai_color = { color ={0 0 0} can_create = { always = no } } +d_c_gar_color = { color ={0 0 0} can_create = { always = no } } +d_c_garabogazkol_color = { color ={0 0 0} can_create = { always = no } } +d_c_garco_color = { color ={0 0 0} can_create = { always = no } } +d_c_garkung_color = { color ={0 0 0} can_create = { always = no } } +d_c_garoua_color = { color ={0 0 0} can_create = { always = no } } +d_c_garumele_color = { color ={0 0 0} can_create = { always = no } } +d_c_garwhal_color = { color ={0 0 0} can_create = { always = no } } +d_c_garze_color = { color ={0 0 0} can_create = { always = no } } +d_c_gastrikland_color = { color ={0 0 0} can_create = { always = no } } +d_c_gatsuurgazar_color = { color ={0 0 0} can_create = { always = no } } +d_c_gauda_color = { color ={0 0 0} can_create = { always = no } } +d_c_gauldala_color = { color ={0 0 0} can_create = { always = no } } +d_c_gaya_color = { color ={0 0 0} can_create = { always = no } } +d_c_geba_color = { color ={0 0 0} can_create = { always = no } } +d_c_gegyai_color = { color ={0 0 0} can_create = { always = no } } +d_c_gemer_color = { color ={0 0 0} can_create = { always = no } } +d_c_geneva_color = { color ={0 0 0} can_create = { always = no } } +d_c_genoa_color = { color ={0 0 0} can_create = { always = no } } +d_c_germa_color = { color ={0 0 0} can_create = { always = no } } +d_c_gerqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_gerze_color = { color ={0 0 0} can_create = { always = no } } +d_c_gevaudan_color = { color ={0 0 0} can_create = { always = no } } +d_c_gezira_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghadames_color = { color ={0 0 0} can_create = { always = no } } +d_c_gharb_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghardaia_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghat_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghazna_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghazza_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghazzal_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghulja_color = { color ={0 0 0} can_create = { always = no } } +d_c_ghur_color = { color ={0 0 0} can_create = { always = no } } +d_c_gidaya_color = { color ={0 0 0} can_create = { always = no } } +d_c_gilan_color = { color ={0 0 0} can_create = { always = no } } +d_c_gilgit_color = { color ={0 0 0} can_create = { always = no } } +d_c_girona_color = { color ={0 0 0} can_create = { always = no } } +d_c_giurgiu_color = { color ={0 0 0} can_create = { always = no } } +d_c_giza_color = { color ={0 0 0} can_create = { always = no } } +d_c_glamorgan_color = { color ={0 0 0} can_create = { always = no } } +d_c_glazov_color = { color ={0 0 0} can_create = { always = no } } +d_c_gleichenstein_color = { color ={0 0 0} can_create = { always = no } } +d_c_gloucestershire_color = { color ={0 0 0} can_create = { always = no } } +d_c_gnezdovo_color = { color ={0 0 0} can_create = { always = no } } +d_c_gnieznienska_color = { color ={0 0 0} can_create = { always = no } } +d_c_goalpara_color = { color ={0 0 0} can_create = { always = no } } +d_c_gobir_color = { color ={0 0 0} can_create = { always = no } } +d_c_gode_color = { color ={0 0 0} can_create = { always = no } } +d_c_godwad_color = { color ={0 0 0} can_create = { always = no } } +d_c_gojjam_color = { color ={0 0 0} can_create = { always = no } } +d_c_gola_color = { color ={0 0 0} can_create = { always = no } } +d_c_golag_color = { color ={0 0 0} can_create = { always = no } } +d_c_golaghmuli_color = { color ={0 0 0} can_create = { always = no } } +d_c_golden_hills_color = { color ={0 0 0} can_create = { always = no } } +d_c_gomel_color = { color ={0 0 0} can_create = { always = no } } +d_c_gomoco_color = { color ={0 0 0} can_create = { always = no } } +d_c_gondo_color = { color ={0 0 0} can_create = { always = no } } +d_c_gongbo_color = { color ={0 0 0} can_create = { always = no } } +d_c_gonja_color = { color ={0 0 0} can_create = { always = no } } +d_c_gonjo_color = { color ={0 0 0} can_create = { always = no } } +d_c_gorlitz_color = { color ={0 0 0} can_create = { always = no } } +d_c_gorz_color = { color ={0 0 0} can_create = { always = no } } +d_c_gostyninska_color = { color ={0 0 0} can_create = { always = no } } +d_c_gottingen_color = { color ={0 0 0} can_create = { always = no } } +d_c_gowrie_color = { color ={0 0 0} can_create = { always = no } } +d_c_granada_color = { color ={0 0 0} can_create = { always = no } } +d_c_graz_color = { color ={0 0 0} can_create = { always = no } } +d_c_grebo_color = { color ={0 0 0} can_create = { always = no } } +d_c_grisons_color = { color ={0 0 0} can_create = { always = no } } +d_c_grobin_color = { color ={0 0 0} can_create = { always = no } } +d_c_grodno_color = { color ={0 0 0} can_create = { always = no } } +d_c_groningen_color = { color ={0 0 0} can_create = { always = no } } +d_c_grunberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_grunningen_color = { color ={0 0 0} can_create = { always = no } } +d_c_guazhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_gudbrandsdalir_color = { color ={0 0 0} can_create = { always = no } } +d_c_guelders_color = { color ={0 0 0} can_create = { always = no } } +d_c_gugark_color = { color ={0 0 0} can_create = { always = no } } +d_c_guidimaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_guines_color = { color ={0 0 0} can_create = { always = no } } +d_c_gumuz_color = { color ={0 0 0} can_create = { always = no } } +d_c_gurgan_color = { color ={0 0 0} can_create = { always = no } } +d_c_gurganj_color = { color ={0 0 0} can_create = { always = no } } +d_c_gurgi_color = { color ={0 0 0} can_create = { always = no } } +d_c_guria_color = { color ={0 0 0} can_create = { always = no } } +d_c_gurjaratra_color = { color ={0 0 0} can_create = { always = no } } +d_c_gurma_color = { color ={0 0 0} can_create = { always = no } } +d_c_gutland_color = { color ={0 0 0} can_create = { always = no } } +d_c_gutti_color = { color ={0 0 0} can_create = { always = no } } +d_c_guwari_color = { color ={0 0 0} can_create = { always = no } } +d_c_guzgan_color = { color ={0 0 0} can_create = { always = no } } +d_c_guzkol_color = { color ={0 0 0} can_create = { always = no } } +d_c_gwalior_color = { color ={0 0 0} can_create = { always = no } } +d_c_gyaca_color = { color ={0 0 0} can_create = { always = no } } +d_c_gyaitang_color = { color ={0 0 0} can_create = { always = no } } +d_c_gyama_color = { color ={0 0 0} can_create = { always = no } } +d_c_gyangze_color = { color ={0 0 0} can_create = { always = no } } +d_c_gyegumdo_color = { color ={0 0 0} can_create = { always = no } } +d_c_gyirong_color = { color ={0 0 0} can_create = { always = no } } +d_c_gyor_color = { color ={0 0 0} can_create = { always = no } } +d_c_hadithat-ana_color = { color ={0 0 0} can_create = { always = no } } +d_c_hadramawt_color = { color ={0 0 0} can_create = { always = no } } +d_c_hadrianeia_color = { color ={0 0 0} can_create = { always = no } } +d_c_hadrianopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_hadya_color = { color ={0 0 0} can_create = { always = no } } +d_c_hail_color = { color ={0 0 0} can_create = { always = no } } +d_c_hainaut_color = { color ={0 0 0} can_create = { always = no } } +d_c_hakkari_color = { color ={0 0 0} can_create = { always = no } } +d_c_halberstadt_color = { color ={0 0 0} can_create = { always = no } } +d_c_halland_color = { color ={0 0 0} can_create = { always = no } } +d_c_halsingland_color = { color ={0 0 0} can_create = { always = no } } +d_c_haltang_color = { color ={0 0 0} can_create = { always = no } } +d_c_halych_color = { color ={0 0 0} can_create = { always = no } } +d_c_hama_color = { color ={0 0 0} can_create = { always = no } } +d_c_hamadan_color = { color ={0 0 0} can_create = { always = no } } +d_c_hamburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_hampton_color = { color ={0 0 0} can_create = { always = no } } +d_c_hanlan_color = { color ={0 0 0} can_create = { always = no } } +d_c_hannover_color = { color ={0 0 0} can_create = { always = no } } +d_c_harar_color = { color ={0 0 0} can_create = { always = no } } +d_c_hargaya_color = { color ={0 0 0} can_create = { always = no } } +d_c_harhiraa_color = { color ={0 0 0} can_create = { always = no } } +d_c_harikela_color = { color ={0 0 0} can_create = { always = no } } +d_c_harjadalen_color = { color ={0 0 0} can_create = { always = no } } +d_c_harran_color = { color ={0 0 0} can_create = { always = no } } +d_c_harrat_rahat_color = { color ={0 0 0} can_create = { always = no } } +d_c_haruppeswara_color = { color ={0 0 0} can_create = { always = no } } +d_c_hastinapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_hauran_color = { color ={0 0 0} can_create = { always = no } } +d_c_havelberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_hayq_color = { color ={0 0 0} can_create = { always = no } } +d_c_hedmork_color = { color ={0 0 0} can_create = { always = no } } +d_c_heihe_color = { color ={0 0 0} can_create = { always = no } } +d_c_helenopontus_color = { color ={0 0 0} can_create = { always = no } } +d_c_helgum_color = { color ={0 0 0} can_create = { always = no } } +d_c_herat_color = { color ={0 0 0} can_create = { always = no } } +d_c_hereford_color = { color ={0 0 0} can_create = { always = no } } +d_c_hereti_color = { color ={0 0 0} can_create = { always = no } } +d_c_hertfordshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_hewes_color = { color ={0 0 0} can_create = { always = no } } +d_c_hildesheim_color = { color ={0 0 0} can_create = { always = no } } +d_c_hinthada_color = { color ={0 0 0} can_create = { always = no } } +d_c_hiraab_color = { color ={0 0 0} can_create = { always = no } } +d_c_hisar_color = { color ={0 0 0} can_create = { always = no } } +d_c_hoboksar_color = { color ={0 0 0} can_create = { always = no } } +d_c_hobyo_color = { color ={0 0 0} can_create = { always = no } } +d_c_hodh_color = { color ={0 0 0} can_create = { always = no } } +d_c_hodna_color = { color ={0 0 0} can_create = { always = no } } +d_c_hohaseco_color = { color ={0 0 0} can_create = { always = no } } +d_c_hohenau_color = { color ={0 0 0} can_create = { always = no } } +d_c_hohenberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_hohenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_hohenlohe_color = { color ={0 0 0} can_create = { always = no } } +d_c_holland_color = { color ={0 0 0} can_create = { always = no } } +d_c_homs_color = { color ={0 0 0} can_create = { always = no } } +d_c_hongliuyuan_color = { color ={0 0 0} can_create = { always = no } } +d_c_honorias_color = { color ={0 0 0} can_create = { always = no } } +d_c_hont_color = { color ={0 0 0} can_create = { always = no } } +d_c_hordalandi_color = { color ={0 0 0} can_create = { always = no } } +d_c_hormuz_color = { color ={0 0 0} can_create = { always = no } } +d_c_hotin_color = { color ={0 0 0} can_create = { always = no } } +d_c_hradec_color = { color ={0 0 0} can_create = { always = no } } +d_c_hradyzk_color = { color ={0 0 0} can_create = { always = no } } +d_c_huesca_color = { color ={0 0 0} can_create = { always = no } } +d_c_hulwan_color = { color ={0 0 0} can_create = { always = no } } +d_c_huntingdonshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_hunyad_color = { color ={0 0 0} can_create = { always = no } } +d_c_hunyan_color = { color ={0 0 0} can_create = { always = no } } +d_c_hvosno_color = { color ={0 0 0} can_create = { always = no } } +d_c_iasi_color = { color ={0 0 0} can_create = { always = no } } +d_c_ibadan_color = { color ={0 0 0} can_create = { always = no } } +d_c_ibibo_color = { color ={0 0 0} can_create = { always = no } } +d_c_idatarainadu_color = { color ={0 0 0} can_create = { always = no } } +d_c_idoma_color = { color ={0 0 0} can_create = { always = no } } +d_c_ifat_color = { color ={0 0 0} can_create = { always = no } } +d_c_ife_color = { color ={0 0 0} can_create = { always = no } } +d_c_ifni_color = { color ={0 0 0} can_create = { always = no } } +d_c_ifonyin_color = { color ={0 0 0} can_create = { always = no } } +d_c_igala_color = { color ={0 0 0} can_create = { always = no } } +d_c_igana_color = { color ={0 0 0} can_create = { always = no } } +d_c_igaran_color = { color ={0 0 0} can_create = { always = no } } +d_c_igbo_color = { color ={0 0 0} can_create = { always = no } } +d_c_igbomina_color = { color ={0 0 0} can_create = { always = no } } +d_c_ijaw_color = { color ={0 0 0} can_create = { always = no } } +d_c_ijebu_color = { color ={0 0 0} can_create = { always = no } } +d_c_ikh_bogd_color = { color ={0 0 0} can_create = { always = no } } +d_c_ilam_color = { color ={0 0 0} can_create = { always = no } } +d_c_ile_de_france_color = { color ={0 0 0} can_create = { always = no } } +d_c_ilesa_color = { color ={0 0 0} can_create = { always = no } } +d_c_ilga_color = { color ={0 0 0} can_create = { always = no } } +d_c_iliq_color = { color ={0 0 0} can_create = { always = no } } +d_c_ilo_color = { color ={0 0 0} can_create = { always = no } } +d_c_ilorin_color = { color ={0 0 0} can_create = { always = no } } +d_c_inari_color = { color ={0 0 0} can_create = { always = no } } +d_c_innarya_color = { color ={0 0 0} can_create = { always = no } } +d_c_inner_hebrides_color = { color ={0 0 0} can_create = { always = no } } +d_c_innsbruck_color = { color ={0 0 0} can_create = { always = no } } +d_c_intarta_color = { color ={0 0 0} can_create = { always = no } } +d_c_inverness_color = { color ={0 0 0} can_create = { always = no } } +d_c_ionia_color = { color ={0 0 0} can_create = { always = no } } +d_c_ipuskoa_color = { color ={0 0 0} can_create = { always = no } } +d_c_irahistan_color = { color ={0 0 0} can_create = { always = no } } +d_c_irbid_color = { color ={0 0 0} can_create = { always = no } } +d_c_irbil_color = { color ={0 0 0} can_create = { always = no } } +d_c_irkutsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_isauria_color = { color ={0 0 0} can_create = { always = no } } +d_c_isfahan_color = { color ={0 0 0} can_create = { always = no } } +d_c_isfara_color = { color ={0 0 0} can_create = { always = no } } +d_c_ishim_color = { color ={0 0 0} can_create = { always = no } } +d_c_iskaf_color = { color ={0 0 0} can_create = { always = no } } +d_c_isle_of_man_color = { color ={0 0 0} can_create = { always = no } } +d_c_isle_of_wight_color = { color ={0 0 0} can_create = { always = no } } +d_c_issoudun_color = { color ={0 0 0} can_create = { always = no } } +d_c_istakhr_color = { color ={0 0 0} can_create = { always = no } } +d_c_itanagar_color = { color ={0 0 0} can_create = { always = no } } +d_c_itil_color = { color ={0 0 0} can_create = { always = no } } +d_c_iviza_color = { color ={0 0 0} can_create = { always = no } } +d_c_jabal_kufs_color = { color ={0 0 0} can_create = { always = no } } +d_c_jabal_quzlum_color = { color ={0 0 0} can_create = { always = no } } +d_c_jafara_color = { color ={0 0 0} can_create = { always = no } } +d_c_jaffa_color = { color ={0 0 0} can_create = { always = no } } +d_c_jaffna_color = { color ={0 0 0} can_create = { always = no } } +d_c_jagatipur_color = { color ={0 0 0} can_create = { always = no } } +d_c_jahkamakke_color = { color ={0 0 0} can_create = { always = no } } +d_c_jaligny_color = { color ={0 0 0} can_create = { always = no } } +d_c_jalmat_color = { color ={0 0 0} can_create = { always = no } } +d_c_jambalar_color = { color ={0 0 0} can_create = { always = no } } +d_c_jame_color = { color ={0 0 0} can_create = { always = no } } +d_c_jamtfir_color = { color ={0 0 0} can_create = { always = no } } +d_c_janakpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_jara_color = { color ={0 0 0} can_create = { always = no } } +d_c_jasky_kart_color = { color ={0 0 0} can_create = { always = no } } +d_c_jaunpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_jawf-al-yamani_color = { color ={0 0 0} can_create = { always = no } } +d_c_jend_color = { color ={0 0 0} can_create = { always = no } } +d_c_jenne_color = { color ={0 0 0} can_create = { always = no } } +d_c_jerjul_color = { color ={0 0 0} can_create = { always = no } } +d_c_jersika_color = { color ={0 0 0} can_create = { always = no } } +d_c_jerusalem_color = { color ={0 0 0} can_create = { always = no } } +d_c_jharkand_color = { color ={0 0 0} can_create = { always = no } } +d_c_jie_DZU_color = { color ={0 0 0} can_create = { always = no } } +d_c_jihlava_color = { color ={0 0 0} can_create = { always = no } } +d_c_jilali_color = { color ={0 0 0} can_create = { always = no } } +d_c_jilat_color = { color ={0 0 0} can_create = { always = no } } +d_c_jilib_color = { color ={0 0 0} can_create = { always = no } } +d_c_jimi_color = { color ={0 0 0} can_create = { always = no } } +d_c_jinghiz_color = { color ={0 0 0} can_create = { always = no } } +d_c_jinsko_color = { color ={0 0 0} can_create = { always = no } } +d_c_jinta_color = { color ={0 0 0} can_create = { always = no } } +d_c_jiren_suat_color = { color ={0 0 0} can_create = { always = no } } +d_c_jiruft_color = { color ={0 0 0} can_create = { always = no } } +d_c_jitikul_color = { color ={0 0 0} can_create = { always = no } } +d_c_jolof_color = { color ={0 0 0} can_create = { always = no } } +d_c_jone_color = { color ={0 0 0} can_create = { always = no } } +d_c_jovvkuj_color = { color ={0 0 0} can_create = { always = no } } +d_c_jowol_color = { color ={0 0 0} can_create = { always = no } } +d_c_jubba_color = { color ={0 0 0} can_create = { always = no } } +d_c_julevadno_color = { color ={0 0 0} can_create = { always = no } } +d_c_julfar_color = { color ={0 0 0} can_create = { always = no } } +d_c_julym_color = { color ={0 0 0} can_create = { always = no } } +d_c_jumla_color = { color ={0 0 0} can_create = { always = no } } +d_c_juterbog_color = { color ={0 0 0} can_create = { always = no } } +d_c_juwain_color = { color ={0 0 0} can_create = { always = no } } +d_c_juwair_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaabu_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaarta_color = { color ={0 0 0} can_create = { always = no } } +d_c_kabarasana_color = { color ={0 0 0} can_create = { always = no } } +d_c_kabul_color = { color ={0 0 0} can_create = { always = no } } +d_c_kachu_color = { color ={0 0 0} can_create = { always = no } } +d_c_kada_color = { color ={0 0 0} can_create = { always = no } } +d_c_kadam_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaduna_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaffa_color = { color ={0 0 0} can_create = { always = no } } +d_c_kafirkot_color = { color ={0 0 0} can_create = { always = no } } +d_c_kagar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kagha_color = { color ={0 0 0} can_create = { always = no } } +d_c_kainsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kainuu_color = { color ={0 0 0} can_create = { always = no } } +d_c_kairwan_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaisereia_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaiserslautern_color = { color ={0 0 0} can_create = { always = no } } +d_c_kakheti_color = { color ={0 0 0} can_create = { always = no } } +d_c_kakisalmi_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalabsha_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalanjara_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalat_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalbin_color = { color ={0 0 0} can_create = { always = no } } +d_c_kale_color = { color ={0 0 0} can_create = { always = no } } +d_c_kali_kumaon_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalinganagar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaliska_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalos_limen_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalpi_color = { color ={0 0 0} can_create = { always = no } } +d_c_kalyani_color = { color ={0 0 0} can_create = { always = no } } +d_c_kamarupanagara_color = { color ={0 0 0} can_create = { always = no } } +d_c_kamatapur_color = { color ={0 0 0} can_create = { always = no } } +d_c_kambampet_color = { color ={0 0 0} can_create = { always = no } } +d_c_kammersberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_kamru_color = { color ={0 0 0} can_create = { always = no } } +d_c_kanara_color = { color ={0 0 0} can_create = { always = no } } +d_c_kanchipuram_color = { color ={0 0 0} can_create = { always = no } } +d_c_kandy_color = { color ={0 0 0} can_create = { always = no } } +d_c_kanem_color = { color ={0 0 0} can_create = { always = no } } +d_c_kangmar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaniaga_color = { color ={0 0 0} can_create = { always = no } } +d_c_kankan_color = { color ={0 0 0} can_create = { always = no } } +d_c_kano_color = { color ={0 0 0} can_create = { always = no } } +d_c_kansk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kantegir_color = { color ={0 0 0} can_create = { always = no } } +d_c_kanyakubja_color = { color ={0 0 0} can_create = { always = no } } +d_c_kara_asirgan_color = { color ={0 0 0} can_create = { always = no } } +d_c_kara_khoja_color = { color ={0 0 0} can_create = { always = no } } +d_c_karabaigal_color = { color ={0 0 0} can_create = { always = no } } +d_c_karabalgasun_color = { color ={0 0 0} can_create = { always = no } } +d_c_karabas_color = { color ={0 0 0} can_create = { always = no } } +d_c_karabash_color = { color ={0 0 0} can_create = { always = no } } +d_c_karabolam_color = { color ={0 0 0} can_create = { always = no } } +d_c_karachev_color = { color ={0 0 0} can_create = { always = no } } +d_c_karakorum_color = { color ={0 0 0} can_create = { always = no } } +d_c_karamay_color = { color ={0 0 0} can_create = { always = no } } +d_c_karashar_color = { color ={0 0 0} can_create = { always = no } } +d_c_karasjohka_color = { color ={0 0 0} can_create = { always = no } } +d_c_karasu_color = { color ={0 0 0} can_create = { always = no } } +d_c_karatayak_color = { color ={0 0 0} can_create = { always = no } } +d_c_karatsagaan_color = { color ={0 0 0} can_create = { always = no } } +d_c_karauda_color = { color ={0 0 0} can_create = { always = no } } +d_c_karbala_color = { color ={0 0 0} can_create = { always = no } } +d_c_kargadan_color = { color ={0 0 0} can_create = { always = no } } +d_c_karghalik_color = { color ={0 0 0} can_create = { always = no } } +d_c_kargopol_color = { color ={0 0 0} can_create = { always = no } } +d_c_karkaraly_color = { color ={0 0 0} can_create = { always = no } } +d_c_karmanta_color = { color ={0 0 0} can_create = { always = no } } +d_c_karnten_color = { color ={0 0 0} can_create = { always = no } } +d_c_karor_color = { color ={0 0 0} can_create = { always = no } } +d_c_karran_color = { color ={0 0 0} can_create = { always = no } } +d_c_kartauzh_color = { color ={0 0 0} can_create = { always = no } } +d_c_kartli_color = { color ={0 0 0} can_create = { always = no } } +d_c_karur_color = { color ={0 0 0} can_create = { always = no } } +d_c_kasa_color = { color ={0 0 0} can_create = { always = no } } +d_c_kash_color = { color ={0 0 0} can_create = { always = no } } +d_c_kashgar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaska_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaskelen_color = { color ={0 0 0} can_create = { always = no } } +d_c_kaski_color = { color ={0 0 0} can_create = { always = no } } +d_c_kasmira_color = { color ={0 0 0} can_create = { always = no } } +d_c_kassala_color = { color ={0 0 0} can_create = { always = no } } +d_c_kassel_color = { color ={0 0 0} can_create = { always = no } } +d_c_katagum_color = { color ={0 0 0} can_create = { always = no } } +d_c_kataka_color = { color ={0 0 0} can_create = { always = no } } +d_c_katehar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kath_color = { color ={0 0 0} can_create = { always = no } } +d_c_kathmandu_color = { color ={0 0 0} can_create = { always = no } } +d_c_katsina_color = { color ={0 0 0} can_create = { always = no } } +d_c_katu_yaryk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kayor_color = { color ={0 0 0} can_create = { always = no } } +d_c_kazan_color = { color ={0 0 0} can_create = { always = no } } +d_c_kazanskaya_color = { color ={0 0 0} can_create = { always = no } } +d_c_kazanskoye_color = { color ={0 0 0} can_create = { always = no } } +d_c_kazym_color = { color ={0 0 0} can_create = { always = no } } +d_c_kebbi_color = { color ={0 0 0} can_create = { always = no } } +d_c_keffi_color = { color ={0 0 0} can_create = { always = no } } +d_c_kempten_color = { color ={0 0 0} can_create = { always = no } } +d_c_kent_color = { color ={0 0 0} can_create = { always = no } } +d_c_kera_color = { color ={0 0 0} can_create = { always = no } } +d_c_kerak_color = { color ={0 0 0} can_create = { always = no } } +d_c_kerala_color = { color ={0 0 0} can_create = { always = no } } +d_c_kerch_color = { color ={0 0 0} can_create = { always = no } } +d_c_keriya_color = { color ={0 0 0} can_create = { always = no } } +d_c_kerken_color = { color ={0 0 0} can_create = { always = no } } +d_c_kermanshah_color = { color ={0 0 0} can_create = { always = no } } +d_c_kernave_color = { color ={0 0 0} can_create = { always = no } } +d_c_ketu_color = { color ={0 0 0} can_create = { always = no } } +d_c_keve_color = { color ={0 0 0} can_create = { always = no } } +d_c_kevrola_color = { color ={0 0 0} can_create = { always = no } } +d_c_khabur_color = { color ={0 0 0} can_create = { always = no } } +d_c_khachen_color = { color ={0 0 0} can_create = { always = no } } +d_c_khaplu_color = { color ={0 0 0} can_create = { always = no } } +d_c_khar_us_color = { color ={0 0 0} can_create = { always = no } } +d_c_kharam-vosh_color = { color ={0 0 0} can_create = { always = no } } +d_c_kharga_color = { color ={0 0 0} can_create = { always = no } } +d_c_khasagt_khairkhan_color = { color ={0 0 0} can_create = { always = no } } +d_c_khawr_color = { color ={0 0 0} can_create = { always = no } } +d_c_khaybar_color = { color ={0 0 0} can_create = { always = no } } +d_c_khentii_color = { color ={0 0 0} can_create = { always = no } } +d_c_kherson_color = { color ={0 0 0} can_create = { always = no } } +d_c_khetaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_khijjingakota_color = { color ={0 0 0} can_create = { always = no } } +d_c_khinjali_mandala_color = { color ={0 0 0} can_create = { always = no } } +d_c_khiva_color = { color ={0 0 0} can_create = { always = no } } +d_c_khojand_color = { color ={0 0 0} can_create = { always = no } } +d_c_khokhoo_color = { color ={0 0 0} can_create = { always = no } } +d_c_kholmogory_color = { color ={0 0 0} can_create = { always = no } } +d_c_khopyor_color = { color ={0 0 0} can_create = { always = no } } +d_c_khortytsia_color = { color ={0 0 0} can_create = { always = no } } +d_c_khotan_color = { color ={0 0 0} can_create = { always = no } } +d_c_khotang_color = { color ={0 0 0} can_create = { always = no } } +d_c_khumar_color = { color ={0 0 0} can_create = { always = no } } +d_c_khurnak_color = { color ={0 0 0} can_create = { always = no } } +d_c_khuttal_color = { color ={0 0 0} can_create = { always = no } } +d_c_khuwar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kiev_color = { color ={0 0 0} can_create = { always = no } } +d_c_kiia_color = { color ={0 0 0} can_create = { always = no } } +d_c_kinda_color = { color ={0 0 0} can_create = { always = no } } +d_c_kinda_sakun_color = { color ={0 0 0} can_create = { always = no } } +d_c_kingui_color = { color ={0 0 0} can_create = { always = no } } +d_c_kintus_color = { color ={0 0 0} can_create = { always = no } } +d_c_kiranapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_kirillov_color = { color ={0 0 0} can_create = { always = no } } +d_c_kirkuk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kirman_color = { color ={0 0 0} can_create = { always = no } } +d_c_kishsh_color = { color ={0 0 0} can_create = { always = no } } +d_c_kisi_color = { color ={0 0 0} can_create = { always = no } } +d_c_kita_color = { color ={0 0 0} can_create = { always = no } } +d_c_kitka_color = { color ={0 0 0} can_create = { always = no } } +d_c_kitoi_color = { color ={0 0 0} can_create = { always = no } } +d_c_kittila_color = { color ={0 0 0} can_create = { always = no } } +d_c_kiz_color = { color ={0 0 0} can_create = { always = no } } +d_c_kizir_color = { color ={0 0 0} can_create = { always = no } } +d_c_klarjeti_color = { color ={0 0 0} can_create = { always = no } } +d_c_kletsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_klingenberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_knin_color = { color ={0 0 0} can_create = { always = no } } +d_c_knittelfeld_color = { color ={0 0 0} can_create = { always = no } } +d_c_koblenz_color = { color ={0 0 0} can_create = { always = no } } +d_c_koda_color = { color ={0 0 0} can_create = { always = no } } +d_c_kodalaka_mandala_color = { color ={0 0 0} can_create = { always = no } } +d_c_koi-bagar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kojuk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kokenois_color = { color ={0 0 0} can_create = { always = no } } +d_c_kokoli_color = { color ={0 0 0} can_create = { always = no } } +d_c_kokpekty_color = { color ={0 0 0} can_create = { always = no } } +d_c_kol_color = { color ={0 0 0} can_create = { always = no } } +d_c_kolhapur_color = { color ={0 0 0} can_create = { always = no } } +d_c_kolobrzeg_color = { color ={0 0 0} can_create = { always = no } } +d_c_kolon_color = { color ={0 0 0} can_create = { always = no } } +d_c_kolyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_kolyvan_color = { color ={0 0 0} can_create = { always = no } } +d_c_konda_ob_color = { color ={0 0 0} can_create = { always = no } } +d_c_kondana_color = { color ={0 0 0} can_create = { always = no } } +d_c_kondoma_color = { color ={0 0 0} can_create = { always = no } } +d_c_kong_color = { color ={0 0 0} can_create = { always = no } } +d_c_kongu_color = { color ={0 0 0} can_create = { always = no } } +d_c_konigsberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_konko_color = { color ={0 0 0} can_create = { always = no } } +d_c_kono_color = { color ={0 0 0} can_create = { always = no } } +d_c_kontupohja_color = { color ={0 0 0} can_create = { always = no } } +d_c_konyan_color = { color ={0 0 0} can_create = { always = no } } +d_c_kopathal_color = { color ={0 0 0} can_create = { always = no } } +d_c_koppam_color = { color ={0 0 0} can_create = { always = no } } +d_c_kordofan_color = { color ={0 0 0} can_create = { always = no } } +d_c_korgon_color = { color ={0 0 0} can_create = { always = no } } +d_c_korinthos_color = { color ={0 0 0} can_create = { always = no } } +d_c_korosten_color = { color ={0 0 0} can_create = { always = no } } +d_c_korsun_color = { color ={0 0 0} can_create = { always = no } } +d_c_kos-buwak_color = { color ={0 0 0} can_create = { always = no } } +d_c_kos_uba_color = { color ={0 0 0} can_create = { always = no } } +d_c_koshuki_color = { color ={0 0 0} can_create = { always = no } } +d_c_kota_color = { color ={0 0 0} can_create = { always = no } } +d_c_kotera_color = { color ={0 0 0} can_create = { always = no } } +d_c_kotivarsa_color = { color ={0 0 0} can_create = { always = no } } +d_c_kotokel_color = { color ={0 0 0} can_create = { always = no } } +d_c_kotoko_color = { color ={0 0 0} can_create = { always = no } } +d_c_kotte_color = { color ={0 0 0} can_create = { always = no } } +d_c_kouga_color = { color ={0 0 0} can_create = { always = no } } +d_c_koutajoki_color = { color ={0 0 0} can_create = { always = no } } +d_c_kozelsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kozlov_color = { color ={0 0 0} can_create = { always = no } } +d_c_krajna_color = { color ={0 0 0} can_create = { always = no } } +d_c_krakowska_color = { color ={0 0 0} can_create = { always = no } } +d_c_kran_color = { color ={0 0 0} can_create = { always = no } } +d_c_kranj_color = { color ={0 0 0} can_create = { always = no } } +d_c_krasnoyarsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_krasso_color = { color ={0 0 0} can_create = { always = no } } +d_c_krems_color = { color ={0 0 0} can_create = { always = no } } +d_c_kropot_color = { color ={0 0 0} can_create = { always = no } } +d_c_kru_color = { color ={0 0 0} can_create = { always = no } } +d_c_kucha_color = { color ={0 0 0} can_create = { always = no } } +d_c_kuchuk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kufa_color = { color ={0 0 0} can_create = { always = no } } +d_c_kuisugu_color = { color ={0 0 0} can_create = { always = no } } +d_c_kujawy_color = { color ={0 0 0} can_create = { always = no } } +d_c_kukiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_kuku_color = { color ={0 0 0} can_create = { always = no } } +d_c_kulan_utmas_color = { color ={0 0 0} can_create = { always = no } } +d_c_kulan_uynak_color = { color ={0 0 0} can_create = { always = no } } +d_c_kulunda_color = { color ={0 0 0} can_create = { always = no } } +d_c_kumaon_color = { color ={0 0 0} can_create = { always = no } } +d_c_kumasi_color = { color ={0 0 0} can_create = { always = no } } +d_c_kumkol_color = { color ={0 0 0} can_create = { always = no } } +d_c_kumtag_color = { color ={0 0 0} can_create = { always = no } } +d_c_kumych_color = { color ={0 0 0} can_create = { always = no } } +d_c_kundina_color = { color ={0 0 0} can_create = { always = no } } +d_c_kuozhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_kuranko_color = { color ={0 0 0} can_create = { always = no } } +d_c_kurdar_color = { color ={0 0 0} can_create = { always = no } } +d_c_kurdistan_color = { color ={0 0 0} can_create = { always = no } } +d_c_kurgan_color = { color ={0 0 0} can_create = { always = no } } +d_c_kurgus_color = { color ={0 0 0} can_create = { always = no } } +d_c_kurmaed_color = { color ={0 0 0} can_create = { always = no } } +d_c_kurmina_color = { color ={0 0 0} can_create = { always = no } } +d_c_kursk_color = { color ={0 0 0} can_create = { always = no } } +d_c_kurumba_color = { color ={0 0 0} can_create = { always = no } } +d_c_kush-murun_color = { color ={0 0 0} can_create = { always = no } } +d_c_kusinagara_color = { color ={0 0 0} can_create = { always = no } } +d_c_kusumi_color = { color ={0 0 0} can_create = { always = no } } +d_c_kutch_color = { color ={0 0 0} can_create = { always = no } } +d_c_kuzbas_color = { color ={0 0 0} can_create = { always = no } } +d_c_kwahu-akyem_color = { color ={0 0 0} can_create = { always = no } } +d_c_kwararafa_color = { color ={0 0 0} can_create = { always = no } } +d_c_kyadya_color = { color ={0 0 0} can_create = { always = no } } +d_c_kyakyaru_color = { color ={0 0 0} can_create = { always = no } } +d_c_kyaukse_color = { color ={0 0 0} can_create = { always = no } } +d_c_kyin_color = { color ={0 0 0} can_create = { always = no } } +d_c_kymyl_tey_color = { color ={0 0 0} can_create = { always = no } } +d_c_kyunglung_color = { color ={0 0 0} can_create = { always = no } } +d_c_kyzistra_color = { color ={0 0 0} can_create = { always = no } } +d_c_kyzylkul_color = { color ={0 0 0} can_create = { always = no } } +d_c_la_marche_color = { color ={0 0 0} can_create = { always = no } } +d_c_labda_color = { color ={0 0 0} can_create = { always = no } } +d_c_labourd_color = { color ={0 0 0} can_create = { always = no } } +d_c_lachyk-uba_color = { color ={0 0 0} can_create = { always = no } } +d_c_laconia_color = { color ={0 0 0} can_create = { always = no } } +d_c_ladyzyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_lag_dera_color = { color ={0 0 0} can_create = { always = no } } +d_c_laghwat_color = { color ={0 0 0} can_create = { always = no } } +d_c_lahur_color = { color ={0 0 0} can_create = { always = no } } +d_c_laia_color = { color ={0 0 0} can_create = { always = no } } +d_c_lakhnau_color = { color ={0 0 0} can_create = { always = no } } +d_c_laksmanavati_color = { color ={0 0 0} can_create = { always = no } } +d_c_lanarkshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_lancashire_color = { color ={0 0 0} can_create = { always = no } } +d_c_lanciano_color = { color ={0 0 0} can_create = { always = no } } +d_c_landsberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_langres_color = { color ={0 0 0} can_create = { always = no } } +d_c_lapusna_color = { color ={0 0 0} can_create = { always = no } } +d_c_lar_color = { color ={0 0 0} can_create = { always = no } } +d_c_lasta_color = { color ={0 0 0} can_create = { always = no } } +d_c_lecce_color = { color ={0 0 0} can_create = { always = no } } +d_c_leczycka_color = { color ={0 0 0} can_create = { always = no } } +d_c_legnica_color = { color ={0 0 0} can_create = { always = no } } +d_c_leh_color = { color ={0 0 0} can_create = { always = no } } +d_c_leicestershire_color = { color ={0 0 0} can_create = { always = no } } +d_c_leinster_color = { color ={0 0 0} can_create = { always = no } } +d_c_lena_color = { color ={0 0 0} can_create = { always = no } } +d_c_lenggu_color = { color ={0 0 0} can_create = { always = no } } +d_c_lenghu_color = { color ={0 0 0} can_create = { always = no } } +d_c_lennox_color = { color ={0 0 0} can_create = { always = no } } +d_c_leon_color = { color ={0 0 0} can_create = { always = no } } +d_c_lepsink_color = { color ={0 0 0} can_create = { always = no } } +d_c_leraba_color = { color ={0 0 0} can_create = { always = no } } +d_c_lesbos_color = { color ={0 0 0} can_create = { always = no } } +d_c_leuchtenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_lhagang_color = { color ={0 0 0} can_create = { always = no } } +d_c_lhari_color = { color ={0 0 0} can_create = { always = no } } +d_c_lhasa_color = { color ={0 0 0} can_create = { always = no } } +d_c_lhatok_color = { color ={0 0 0} can_create = { always = no } } +d_c_lhunze_color = { color ={0 0 0} can_create = { always = no } } +d_c_lhunzhub_color = { color ={0 0 0} can_create = { always = no } } +d_c_liangzhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_liebnitz_color = { color ={0 0 0} can_create = { always = no } } +d_c_liege_color = { color ={0 0 0} can_create = { always = no } } +d_c_lienz_color = { color ={0 0 0} can_create = { always = no } } +d_c_lika_color = { color ={0 0 0} can_create = { always = no } } +d_c_lille_color = { color ={0 0 0} can_create = { always = no } } +d_c_limousin_color = { color ={0 0 0} can_create = { always = no } } +d_c_lincolnshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_lingtsang_color = { color ={0 0 0} can_create = { always = no } } +d_c_linlithgowshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_linz_color = { color ={0 0 0} can_create = { always = no } } +d_c_linze_color = { color ={0 0 0} can_create = { always = no } } +d_c_lippe_color = { color ={0 0 0} can_create = { always = no } } +d_c_lipto_color = { color ={0 0 0} can_create = { always = no } } +d_c_lisboa_color = { color ={0 0 0} can_create = { always = no } } +d_c_lisieux_color = { color ={0 0 0} can_create = { always = no } } +d_c_litang_color = { color ={0 0 0} can_create = { always = no } } +d_c_litomerice_color = { color ={0 0 0} can_create = { always = no } } +d_c_livs_color = { color ={0 0 0} can_create = { always = no } } +d_c_ljubljana_color = { color ={0 0 0} can_create = { always = no } } +d_c_lleida_color = { color ={0 0 0} can_create = { always = no } } +d_c_lobdaburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_lobi_color = { color ={0 0 0} can_create = { always = no } } +d_c_lobo_color = { color ={0 0 0} can_create = { always = no } } +d_c_logudoro_color = { color ={0 0 0} can_create = { always = no } } +d_c_lolland_falster_color = { color ={0 0 0} can_create = { always = no } } +d_c_lombardia_color = { color ={0 0 0} can_create = { always = no } } +d_c_lomzynska_color = { color ={0 0 0} can_create = { always = no } } +d_c_lori_color = { color ={0 0 0} can_create = { always = no } } +d_c_loropeni_color = { color ={0 0 0} can_create = { always = no } } +d_c_lothian_color = { color ={0 0 0} can_create = { always = no } } +d_c_loulan_color = { color ={0 0 0} can_create = { always = no } } +d_c_lower_galatia_color = { color ={0 0 0} can_create = { always = no } } +d_c_lubeck_color = { color ={0 0 0} can_create = { always = no } } +d_c_lubelska_color = { color ={0 0 0} can_create = { always = no } } +d_c_lubusz_color = { color ={0 0 0} can_create = { always = no } } +d_c_lucca_color = { color ={0 0 0} can_create = { always = no } } +d_c_ludrava_color = { color ={0 0 0} can_create = { always = no } } +d_c_luki_color = { color ={0 0 0} can_create = { always = no } } +d_c_lukoml_color = { color ={0 0 0} can_create = { always = no } } +d_c_lumbini_color = { color ={0 0 0} can_create = { always = no } } +d_c_luneburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_lunggar_color = { color ={0 0 0} can_create = { always = no } } +d_c_luni_color = { color ={0 0 0} can_create = { always = no } } +d_c_luntai_color = { color ={0 0 0} can_create = { always = no } } +d_c_luristan_color = { color ={0 0 0} can_create = { always = no } } +d_c_lusignan_color = { color ={0 0 0} can_create = { always = no } } +d_c_luuq_color = { color ={0 0 0} can_create = { always = no } } +d_c_luxembourg_color = { color ={0 0 0} can_create = { always = no } } +d_c_lviv_color = { color ={0 0 0} can_create = { always = no } } +d_c_lycandus_color = { color ={0 0 0} can_create = { always = no } } +d_c_lycaonia_color = { color ={0 0 0} can_create = { always = no } } +d_c_lycia_color = { color ={0 0 0} can_create = { always = no } } +d_c_lydia_color = { color ={0 0 0} can_create = { always = no } } +d_c_lyon_color = { color ={0 0 0} can_create = { always = no } } +d_c_lysva_color = { color ={0 0 0} can_create = { always = no } } +d_c_lyubim_color = { color ={0 0 0} can_create = { always = no } } +d_c_maab_color = { color ={0 0 0} can_create = { always = no } } +d_c_maan_color = { color ={0 0 0} can_create = { always = no } } +d_c_maastricht_color = { color ={0 0 0} can_create = { always = no } } +d_c_macon_color = { color ={0 0 0} can_create = { always = no } } +d_c_macva_color = { color ={0 0 0} can_create = { always = no } } +d_c_madaya_color = { color ={0 0 0} can_create = { always = no } } +d_c_madhupur_color = { color ={0 0 0} can_create = { always = no } } +d_c_madoi_color = { color ={0 0 0} can_create = { always = no } } +d_c_madrid_color = { color ={0 0 0} can_create = { always = no } } +d_c_madurai_color = { color ={0 0 0} can_create = { always = no } } +d_c_mafaza_color = { color ={0 0 0} can_create = { always = no } } +d_c_magadha_color = { color ={0 0 0} can_create = { always = no } } +d_c_magdeburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_maghas_color = { color ={0 0 0} can_create = { always = no } } +d_c_magwe_color = { color ={0 0 0} can_create = { always = no } } +d_c_mahdiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_mahishaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_mahoba_color = { color ={0 0 0} can_create = { always = no } } +d_c_mahra_color = { color ={0 0 0} can_create = { always = no } } +d_c_mahur_color = { color ={0 0 0} can_create = { always = no } } +d_c_maine_color = { color ={0 0 0} can_create = { always = no } } +d_c_mainling_color = { color ={0 0 0} can_create = { always = no } } +d_c_mainz_color = { color ={0 0 0} can_create = { always = no } } +d_c_mait_color = { color ={0 0 0} can_create = { always = no } } +d_c_majar_color = { color ={0 0 0} can_create = { always = no } } +d_c_makhir_color = { color ={0 0 0} can_create = { always = no } } +d_c_malaga_color = { color ={0 0 0} can_create = { always = no } } +d_c_malagon_color = { color ={0 0 0} can_create = { always = no } } +d_c_malbork_color = { color ={0 0 0} can_create = { always = no } } +d_c_maldives_color = { color ={0 0 0} can_create = { always = no } } +d_c_maldwyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_mallabhum_color = { color ={0 0 0} can_create = { always = no } } +d_c_mallorca_color = { color ={0 0 0} can_create = { always = no } } +d_c_malta_color = { color ={0 0 0} can_create = { always = no } } +d_c_mamprusi_color = { color ={0 0 0} can_create = { always = no } } +d_c_man_color = { color ={0 0 0} can_create = { always = no } } +d_c_mana_color = { color ={0 0 0} can_create = { always = no } } +d_c_manatau_color = { color ={0 0 0} can_create = { always = no } } +d_c_mandab_color = { color ={0 0 0} can_create = { always = no } } +d_c_mandapika_color = { color ={0 0 0} can_create = { always = no } } +d_c_mandavyapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_mandestan_color = { color ={0 0 0} can_create = { always = no } } +d_c_mangnai_color = { color ={0 0 0} can_create = { always = no } } +d_c_mangra_color = { color ={0 0 0} can_create = { always = no } } +d_c_mangyshlak_color = { color ={0 0 0} can_create = { always = no } } +d_c_manikpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_manipur_color = { color ={0 0 0} can_create = { always = no } } +d_c_mansfeld_color = { color ={0 0 0} can_create = { always = no } } +d_c_mansura_color = { color ={0 0 0} can_create = { always = no } } +d_c_manthang_color = { color ={0 0 0} can_create = { always = no } } +d_c_mantua_color = { color ={0 0 0} can_create = { always = no } } +d_c_manturovo_color = { color ={0 0 0} can_create = { always = no } } +d_c_maowun_color = { color ={0 0 0} can_create = { always = no } } +d_c_maqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_maqu_color = { color ={0 0 0} can_create = { always = no } } +d_c_maragha_color = { color ={0 0 0} can_create = { always = no } } +d_c_marash_color = { color ={0 0 0} can_create = { always = no } } +d_c_marburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_mareeg_color = { color ={0 0 0} can_create = { always = no } } +d_c_mark_color = { color ={0 0 0} can_create = { always = no } } +d_c_markam_color = { color ={0 0 0} can_create = { always = no } } +d_c_marmaros_color = { color ={0 0 0} can_create = { always = no } } +d_c_marrakesh_color = { color ={0 0 0} can_create = { always = no } } +d_c_marsabit_color = { color ={0 0 0} can_create = { always = no } } +d_c_marsan_color = { color ={0 0 0} can_create = { always = no } } +d_c_martyuba_color = { color ={0 0 0} can_create = { always = no } } +d_c_marvarrud_color = { color ={0 0 0} can_create = { always = no } } +d_c_masa_color = { color ={0 0 0} can_create = { always = no } } +d_c_masabadhan_color = { color ={0 0 0} can_create = { always = no } } +d_c_masalit_color = { color ={0 0 0} can_create = { always = no } } +d_c_masin_color = { color ={0 0 0} can_create = { always = no } } +d_c_massawa_color = { color ={0 0 0} can_create = { always = no } } +d_c_massina_color = { color ={0 0 0} can_create = { always = no } } +d_c_mathura_color = { color ={0 0 0} can_create = { always = no } } +d_c_mau_color = { color ={0 0 0} can_create = { always = no } } +d_c_mayo_color = { color ={0 0 0} can_create = { always = no } } +d_c_mayyafariqin_color = { color ={0 0 0} can_create = { always = no } } +d_c_mazandaran_color = { color ={0 0 0} can_create = { always = no } } +d_c_mazongshan_color = { color ={0 0 0} can_create = { always = no } } +d_c_mearns_color = { color ={0 0 0} can_create = { always = no } } +d_c_meaux_color = { color ={0 0 0} can_create = { always = no } } +d_c_mecca_color = { color ={0 0 0} can_create = { always = no } } +d_c_mecklenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_medantaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_medapata_color = { color ={0 0 0} can_create = { always = no } } +d_c_medellin_color = { color ={0 0 0} can_create = { always = no } } +d_c_medelpad_color = { color ={0 0 0} can_create = { always = no } } +d_c_medina_color = { color ={0 0 0} can_create = { always = no } } +d_c_medjerda_color = { color ={0 0 0} can_create = { always = no } } +d_c_meissen_color = { color ={0 0 0} can_create = { always = no } } +d_c_meknes_color = { color ={0 0 0} can_create = { always = no } } +d_c_melilla_color = { color ={0 0 0} can_create = { always = no } } +d_c_melitene_color = { color ={0 0 0} can_create = { always = no } } +d_c_mema_color = { color ={0 0 0} can_create = { always = no } } +d_c_memar_color = { color ={0 0 0} can_create = { always = no } } +d_c_memel_color = { color ={0 0 0} can_create = { always = no } } +d_c_menorca_color = { color ={0 0 0} can_create = { always = no } } +d_c_merida_color = { color ={0 0 0} can_create = { always = no } } +d_c_merioneth_color = { color ={0 0 0} can_create = { always = no } } +d_c_meroe_color = { color ={0 0 0} can_create = { always = no } } +d_c_mersenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_merv_color = { color ={0 0 0} can_create = { always = no } } +d_c_mesembria_color = { color ={0 0 0} can_create = { always = no } } +d_c_mesopotamia_color = { color ={0 0 0} can_create = { always = no } } +d_c_messenia_color = { color ={0 0 0} can_create = { always = no } } +d_c_messina_color = { color ={0 0 0} can_create = { always = no } } +d_c_messukyla_color = { color ={0 0 0} can_create = { always = no } } +d_c_metz_color = { color ={0 0 0} can_create = { always = no } } +d_c_metzovo_color = { color ={0 0 0} can_create = { always = no } } +d_c_miastko_color = { color ={0 0 0} can_create = { always = no } } +d_c_middlesex_color = { color ={0 0 0} can_create = { always = no } } +d_c_midnapore_color = { color ={0 0 0} can_create = { always = no } } +d_c_miliez_color = { color ={0 0 0} can_create = { always = no } } +d_c_millau_color = { color ={0 0 0} can_create = { always = no } } +d_c_minbu_color = { color ={0 0 0} can_create = { always = no } } +d_c_minden_color = { color ={0 0 0} can_create = { always = no } } +d_c_minsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_mithila_color = { color ={0 0 0} can_create = { always = no } } +d_c_modena_color = { color ={0 0 0} can_create = { always = no } } +d_c_modrus_color = { color ={0 0 0} can_create = { always = no } } +d_c_mogadishu_color = { color ={0 0 0} can_create = { always = no } } +d_c_mohadavasaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_molina_color = { color ={0 0 0} can_create = { always = no } } +d_c_monferrato_color = { color ={0 0 0} can_create = { always = no } } +d_c_monkh_saridag_color = { color ={0 0 0} can_create = { always = no } } +d_c_monmouthshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_montaigu_color = { color ={0 0 0} can_create = { always = no } } +d_c_montargis_color = { color ={0 0 0} can_create = { always = no } } +d_c_monterrei_color = { color ={0 0 0} can_create = { always = no } } +d_c_montpellier_color = { color ={0 0 0} can_create = { always = no } } +d_c_mora_color = { color ={0 0 0} can_create = { always = no } } +d_c_morarna_color = { color ={0 0 0} can_create = { always = no } } +d_c_moray_color = { color ={0 0 0} can_create = { always = no } } +d_c_more_color = { color ={0 0 0} can_create = { always = no } } +d_c_mosala_color = { color ={0 0 0} can_create = { always = no } } +d_c_moskva_color = { color ={0 0 0} can_create = { always = no } } +d_c_mosul_color = { color ={0 0 0} can_create = { always = no } } +d_c_mosynopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_moura_color = { color ={0 0 0} can_create = { always = no } } +d_c_mozhaysk_color = { color ={0 0 0} can_create = { always = no } } +d_c_mudgagiri_color = { color ={0 0 0} can_create = { always = no } } +d_c_mudug_color = { color ={0 0 0} can_create = { always = no } } +d_c_mugan_color = { color ={0 0 0} can_create = { always = no } } +d_c_mugodzhar_hills_color = { color ={0 0 0} can_create = { always = no } } +d_c_mulaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_multan_color = { color ={0 0 0} can_create = { always = no } } +d_c_muluya_color = { color ={0 0 0} can_create = { always = no } } +d_c_mumo_color = { color ={0 0 0} can_create = { always = no } } +d_c_munchen_color = { color ={0 0 0} can_create = { always = no } } +d_c_munda_color = { color ={0 0 0} can_create = { always = no } } +d_c_munio_color = { color ={0 0 0} can_create = { always = no } } +d_c_munjan_color = { color ={0 0 0} can_create = { always = no } } +d_c_munster_color = { color ={0 0 0} can_create = { always = no } } +d_c_murcia_color = { color ={0 0 0} can_create = { always = no } } +d_c_murom_color = { color ={0 0 0} can_create = { always = no } } +d_c_murun_tomis_color = { color ={0 0 0} can_create = { always = no } } +d_c_murzuk_color = { color ={0 0 0} can_create = { always = no } } +d_c_muscat_color = { color ={0 0 0} can_create = { always = no } } +d_c_mustasaari_color = { color ={0 0 0} can_create = { always = no } } +d_c_muya_color = { color ={0 0 0} can_create = { always = no } } +d_c_mysia_color = { color ={0 0 0} can_create = { always = no } } +d_c_nabadwipa_color = { color ={0 0 0} can_create = { always = no } } +d_c_naddula_color = { color ={0 0 0} can_create = { always = no } } +d_c_naga_color = { color ={0 0 0} can_create = { always = no } } +d_c_nagarze_color = { color ={0 0 0} can_create = { always = no } } +d_c_nagauda_color = { color ={0 0 0} can_create = { always = no } } +d_c_nagchu_color = { color ={0 0 0} can_create = { always = no } } +d_c_nagormo_color = { color ={0 0 0} can_create = { always = no } } +d_c_naimisa_color = { color ={0 0 0} can_create = { always = no } } +d_c_naissus_color = { color ={0 0 0} can_create = { always = no } } +d_c_najera_color = { color ={0 0 0} can_create = { always = no } } +d_c_najran_color = { color ={0 0 0} can_create = { always = no } } +d_c_nakhshab_color = { color ={0 0 0} can_create = { always = no } } +d_c_naldurg_color = { color ={0 0 0} can_create = { always = no } } +d_c_nallamala_color = { color ={0 0 0} can_create = { always = no } } +d_c_nalu_color = { color ={0 0 0} can_create = { always = no } } +d_c_namandiru_color = { color ={0 0 0} can_create = { always = no } } +d_c_namdalfylki_color = { color ={0 0 0} can_create = { always = no } } +d_c_namur_color = { color ={0 0 0} can_create = { always = no } } +d_c_nancy_color = { color ={0 0 0} can_create = { always = no } } +d_c_nandana_color = { color ={0 0 0} can_create = { always = no } } +d_c_nang_color = { color ={0 0 0} can_create = { always = no } } +d_c_nangqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_nantes_color = { color ={0 0 0} can_create = { always = no } } +d_c_nanumba_color = { color ={0 0 0} can_create = { always = no } } +d_c_napoli_color = { color ={0 0 0} can_create = { always = no } } +d_c_naqis_color = { color ={0 0 0} can_create = { always = no } } +d_c_narim_color = { color ={0 0 0} can_create = { always = no } } +d_c_narke_color = { color ={0 0 0} can_create = { always = no } } +d_c_narva_color = { color ={0 0 0} can_create = { always = no } } +d_c_narym_DZU_color = { color ={0 0 0} can_create = { always = no } } +d_c_nasaiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_nasibin_color = { color ={0 0 0} can_create = { always = no } } +d_c_nasrabad_color = { color ={0 0 0} can_create = { always = no } } +d_c_nassau_color = { color ={0 0 0} can_create = { always = no } } +d_c_natangia_color = { color ={0 0 0} can_create = { always = no } } +d_c_naumberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_naumburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_naushki_color = { color ={0 0 0} can_create = { always = no } } +d_c_navarra_color = { color ={0 0 0} can_create = { always = no } } +d_c_navasarika_color = { color ={0 0 0} can_create = { always = no } } +d_c_naxos_color = { color ={0 0 0} can_create = { always = no } } +d_c_ndenye_color = { color ={0 0 0} can_create = { always = no } } +d_c_neamnt_color = { color ={0 0 0} can_create = { always = no } } +d_c_nedenes_color = { color ={0 0 0} can_create = { always = no } } +d_c_nedersticht_color = { color ={0 0 0} can_create = { always = no } } +d_c_negev_color = { color ={0 0 0} can_create = { always = no } } +d_c_nellore_color = { color ={0 0 0} can_create = { always = no } } +d_c_neopatras_color = { color ={0 0 0} can_create = { always = no } } +d_c_neramkary_color = { color ={0 0 0} can_create = { always = no } } +d_c_neufchateau_color = { color ={0 0 0} can_create = { always = no } } +d_c_nevers_color = { color ={0 0 0} can_create = { always = no } } +d_c_ngawa_color = { color ={0 0 0} can_create = { always = no } } +d_c_ngoring_color = { color ={0 0 0} can_create = { always = no } } +d_c_niani_color = { color ={0 0 0} can_create = { always = no } } +d_c_nice_color = { color ={0 0 0} can_create = { always = no } } +d_c_nicopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_nicosia_color = { color ={0 0 0} can_create = { always = no } } +d_c_niebla_color = { color ={0 0 0} can_create = { always = no } } +d_c_nih_color = { color ={0 0 0} can_create = { always = no } } +d_c_nihawand_color = { color ={0 0 0} can_create = { always = no } } +d_c_nikaea_color = { color ={0 0 0} can_create = { always = no } } +d_c_nikki_color = { color ={0 0 0} can_create = { always = no } } +d_c_nikopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_ninive_color = { color ={0 0 0} can_create = { always = no } } +d_c_niomi_color = { color ={0 0 0} can_create = { always = no } } +d_c_nishapur_color = { color ={0 0 0} can_create = { always = no } } +d_c_nizhny_novgorod_color = { color ={0 0 0} can_create = { always = no } } +d_c_nizwa_color = { color ={0 0 0} can_create = { always = no } } +d_c_njudung_color = { color ={0 0 0} can_create = { always = no } } +d_c_nordlingen_color = { color ={0 0 0} can_create = { always = no } } +d_c_nordmark_color = { color ={0 0 0} can_create = { always = no } } +d_c_nordrland_color = { color ={0 0 0} can_create = { always = no } } +d_c_norfolk_color = { color ={0 0 0} can_create = { always = no } } +d_c_north_riding_color = { color ={0 0 0} can_create = { always = no } } +d_c_northamptonshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_northumberland_color = { color ={0 0 0} can_create = { always = no } } +d_c_norwegian_more_color = { color ={0 0 0} can_create = { always = no } } +d_c_nottinghamshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_novara_color = { color ={0 0 0} can_create = { always = no } } +d_c_novgorod_color = { color ={0 0 0} can_create = { always = no } } +d_c_novgorod_seversky_color = { color ={0 0 0} can_create = { always = no } } +d_c_novogrudok_color = { color ={0 0 0} can_create = { always = no } } +d_c_novosil_color = { color ={0 0 0} can_create = { always = no } } +d_c_nugaal_color = { color ={0 0 0} can_create = { always = no } } +d_c_nuon_color = { color ={0 0 0} can_create = { always = no } } +d_c_nupe_color = { color ={0 0 0} can_create = { always = no } } +d_c_nurnberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_nurtay_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyagrong_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyainrong_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyalam_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyemo_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyene_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyima_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyingchi_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyitra_color = { color ={0 0 0} can_create = { always = no } } +d_c_nyland_color = { color ={0 0 0} can_create = { always = no } } +d_c_nysa_color = { color ={0 0 0} can_create = { always = no } } +d_c_nzi_color = { color ={0 0 0} can_create = { always = no } } +d_c_ob_color = { color ={0 0 0} can_create = { always = no } } +d_c_odessa_color = { color ={0 0 0} can_create = { always = no } } +d_c_odishi_color = { color ={0 0 0} can_create = { always = no } } +d_c_odoyev_color = { color ={0 0 0} can_create = { always = no } } +d_c_ohrid_color = { color ={0 0 0} can_create = { always = no } } +d_c_oigon_color = { color ={0 0 0} can_create = { always = no } } +d_c_okangara_color = { color ={0 0 0} can_create = { always = no } } +d_c_oland_color = { color ={0 0 0} can_create = { always = no } } +d_c_olavinlinna_color = { color ={0 0 0} can_create = { always = no } } +d_c_oldenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_oleshye_color = { color ={0 0 0} can_create = { always = no } } +d_c_olkhon_color = { color ={0 0 0} can_create = { always = no } } +d_c_olmedo_color = { color ={0 0 0} can_create = { always = no } } +d_c_olomouc_color = { color ={0 0 0} can_create = { always = no } } +d_c_omsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_onega_color = { color ={0 0 0} can_create = { always = no } } +d_c_onega_BJA_color = { color ={0 0 0} can_create = { always = no } } +d_c_ongi_color = { color ={0 0 0} can_create = { always = no } } +d_c_onsthia_color = { color ={0 0 0} can_create = { always = no } } +d_c_opanda_color = { color ={0 0 0} can_create = { always = no } } +d_c_opava_color = { color ={0 0 0} can_create = { always = no } } +d_c_opole_color = { color ={0 0 0} can_create = { always = no } } +d_c_orangallu_color = { color ={0 0 0} can_create = { always = no } } +d_c_orania_color = { color ={0 0 0} can_create = { always = no } } +d_c_orava_color = { color ={0 0 0} can_create = { always = no } } +d_c_orbetello_color = { color ={0 0 0} can_create = { always = no } } +d_c_orenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_orhei_color = { color ={0 0 0} can_create = { always = no } } +d_c_oriel_color = { color ={0 0 0} can_create = { always = no } } +d_c_orkney_color = { color ={0 0 0} can_create = { always = no } } +d_c_orlamunde_color = { color ={0 0 0} can_create = { always = no } } +d_c_orleans_color = { color ={0 0 0} can_create = { always = no } } +d_c_ormond_color = { color ={0 0 0} can_create = { always = no } } +d_c_orsha_color = { color ={0 0 0} can_create = { always = no } } +d_c_orvieto_color = { color ={0 0 0} can_create = { always = no } } +d_c_osel_color = { color ={0 0 0} can_create = { always = no } } +d_c_oshrusana_color = { color ={0 0 0} can_create = { always = no } } +d_c_oskol_color = { color ={0 0 0} can_create = { always = no } } +d_c_osnabruck_color = { color ={0 0 0} can_create = { always = no } } +d_c_ossory_color = { color ={0 0 0} can_create = { always = no } } +d_c_ostergotland_color = { color ={0 0 0} can_create = { always = no } } +d_c_osterland_color = { color ={0 0 0} can_create = { always = no } } +d_c_osterode_color = { color ={0 0 0} can_create = { always = no } } +d_c_ostfriesland_color = { color ={0 0 0} can_create = { always = no } } +d_c_otrar_color = { color ={0 0 0} can_create = { always = no } } +d_c_oudalan_color = { color ={0 0 0} can_create = { always = no } } +d_c_oulu_color = { color ={0 0 0} can_create = { always = no } } +d_c_outer_hebrides_color = { color ={0 0 0} can_create = { always = no } } +d_c_oversticht_color = { color ={0 0 0} can_create = { always = no } } +d_c_owu_color = { color ={0 0 0} can_create = { always = no } } +d_c_oxfordshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_oyo_color = { color ={0 0 0} can_create = { always = no } } +d_c_pacatiana_color = { color ={0 0 0} can_create = { always = no } } +d_c_paderborn_color = { color ={0 0 0} can_create = { always = no } } +d_c_padua_color = { color ={0 0 0} can_create = { always = no } } +d_c_padum_color = { color ={0 0 0} can_create = { always = no } } +d_c_paeonia_color = { color ={0 0 0} can_create = { always = no } } +d_c_pagan_color = { color ={0 0 0} can_create = { always = no } } +d_c_pagania_color = { color ={0 0 0} can_create = { always = no } } +d_c_palakka_color = { color ={0 0 0} can_create = { always = no } } +d_c_palanga_color = { color ={0 0 0} can_create = { always = no } } +d_c_palermo_color = { color ={0 0 0} can_create = { always = no } } +d_c_pallas_color = { color ={0 0 0} can_create = { always = no } } +d_c_palmyra_color = { color ={0 0 0} can_create = { always = no } } +d_c_palniki_color = { color ={0 0 0} can_create = { always = no } } +d_c_pamphylia_color = { color ={0 0 0} can_create = { always = no } } +d_c_panaji_color = { color ={0 0 0} can_create = { always = no } } +d_c_panjgur_color = { color ={0 0 0} can_create = { always = no } } +d_c_pannagallu_color = { color ={0 0 0} can_create = { always = no } } +d_c_paphlagonia_color = { color ={0 0 0} can_create = { always = no } } +d_c_parma_color = { color ={0 0 0} can_create = { always = no } } +d_c_paro_color = { color ={0 0 0} can_create = { always = no } } +d_c_parsberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_passau_color = { color ={0 0 0} can_create = { always = no } } +d_c_pavia_color = { color ={0 0 0} can_create = { always = no } } +d_c_pavlodar_color = { color ={0 0 0} can_create = { always = no } } +d_c_peaccam_color = { color ={0 0 0} can_create = { always = no } } +d_c_pecheneg_color = { color ={0 0 0} can_create = { always = no } } +d_c_pedersore_color = { color ={0 0 0} can_create = { always = no } } +d_c_pegu_color = { color ={0 0 0} can_create = { always = no } } +d_c_pelym_color = { color ={0 0 0} can_create = { always = no } } +d_c_pelyul_color = { color ={0 0 0} can_create = { always = no } } +d_c_pemako_color = { color ={0 0 0} can_create = { always = no } } +d_c_pembrokeshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_pendjari_color = { color ={0 0 0} can_create = { always = no } } +d_c_penthievre_color = { color ={0 0 0} can_create = { always = no } } +d_c_penugonda_color = { color ={0 0 0} can_create = { always = no } } +d_c_penza_color = { color ={0 0 0} can_create = { always = no } } +d_c_perekop_color = { color ={0 0 0} can_create = { always = no } } +d_c_peremyshl_color = { color ={0 0 0} can_create = { always = no } } +d_c_peresopnytsia_color = { color ={0 0 0} can_create = { always = no } } +d_c_pereyaslavl_color = { color ={0 0 0} can_create = { always = no } } +d_c_perigord_color = { color ={0 0 0} can_create = { always = no } } +d_c_perm_color = { color ={0 0 0} can_create = { always = no } } +d_c_pest_color = { color ={0 0 0} can_create = { always = no } } +d_c_petropavl_color = { color ={0 0 0} can_create = { always = no } } +d_c_petropavolsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_petrovsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_philippopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_philomelium_color = { color ={0 0 0} can_create = { always = no } } +d_c_phiti_color = { color ={0 0 0} can_create = { always = no } } +d_c_phrygia_color = { color ={0 0 0} can_create = { always = no } } +d_c_pielinen_color = { color ={0 0 0} can_create = { always = no } } +d_c_pila_color = { color ={0 0 0} can_create = { always = no } } +d_c_pinsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_pirin_color = { color ={0 0 0} can_create = { always = no } } +d_c_pisa_color = { color ={0 0 0} can_create = { always = no } } +d_c_pisidia_color = { color ={0 0 0} can_create = { always = no } } +d_c_pite_color = { color ={0 0 0} can_create = { always = no } } +d_c_pitten_color = { color ={0 0 0} can_create = { always = no } } +d_c_plasencia_color = { color ={0 0 0} can_create = { always = no } } +d_c_plocka_color = { color ={0 0 0} can_create = { always = no } } +d_c_plyos_color = { color ={0 0 0} can_create = { always = no } } +d_c_plzen_color = { color ={0 0 0} can_create = { always = no } } +d_c_po_color = { color ={0 0 0} can_create = { always = no } } +d_c_podor_color = { color ={0 0 0} can_create = { always = no } } +d_c_podrinje_color = { color ={0 0 0} can_create = { always = no } } +d_c_poitiers_color = { color ={0 0 0} can_create = { always = no } } +d_c_polesine_color = { color ={0 0 0} can_create = { always = no } } +d_c_polotsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_polovragi_color = { color ={0 0 0} can_create = { always = no } } +d_c_pomoravlje_color = { color ={0 0 0} can_create = { always = no } } +d_c_pomorje_color = { color ={0 0 0} can_create = { always = no } } +d_c_pompeiopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_porto_color = { color ={0 0 0} can_create = { always = no } } +d_c_poszony_color = { color ={0 0 0} can_create = { always = no } } +d_c_povenets_color = { color ={0 0 0} can_create = { always = no } } +d_c_pozega_color = { color ={0 0 0} can_create = { always = no } } +d_c_poznanska_color = { color ={0 0 0} can_create = { always = no } } +d_c_praha_color = { color ={0 0 0} can_create = { always = no } } +d_c_pravia_color = { color ={0 0 0} can_create = { always = no } } +d_c_prayaga_color = { color ={0 0 0} can_create = { always = no } } +d_c_prenzlau_color = { color ={0 0 0} can_create = { always = no } } +d_c_prerov_color = { color ={0 0 0} can_create = { always = no } } +d_c_provence_color = { color ={0 0 0} can_create = { always = no } } +d_c_prusa_color = { color ={0 0 0} can_create = { always = no } } +d_c_przemkow_color = { color ={0 0 0} can_create = { always = no } } +d_c_pset_color = { color ={0 0 0} can_create = { always = no } } +d_c_pskov_color = { color ={0 0 0} can_create = { always = no } } +d_c_pudozh_color = { color ={0 0 0} can_create = { always = no } } +d_c_puigcerda_color = { color ={0 0 0} can_create = { always = no } } +d_c_pula_color = { color ={0 0 0} can_create = { always = no } } +d_c_punakha_color = { color ={0 0 0} can_create = { always = no } } +d_c_pundravardhana_color = { color ={0 0 0} can_create = { always = no } } +d_c_purang_color = { color ={0 0 0} can_create = { always = no } } +d_c_puri_color = { color ={0 0 0} can_create = { always = no } } +d_c_purig_color = { color ={0 0 0} can_create = { always = no } } +d_c_purushapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_puttlingen_color = { color ={0 0 0} can_create = { always = no } } +d_c_putyvl_color = { color ={0 0 0} can_create = { always = no } } +d_c_qadisiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_qain_color = { color ={0 0 0} can_create = { always = no } } +d_c_qalaafe_color = { color ={0 0 0} can_create = { always = no } } +d_c_qamdo_color = { color ={0 0 0} can_create = { always = no } } +d_c_qaryatan_color = { color ={0 0 0} can_create = { always = no } } +d_c_qashtiliya_color = { color ={0 0 0} can_create = { always = no } } +d_c_qasim_color = { color ={0 0 0} can_create = { always = no } } +d_c_qasr_ibrim_color = { color ={0 0 0} can_create = { always = no } } +d_c_qataa_color = { color ={0 0 0} can_create = { always = no } } +d_c_qatif_color = { color ={0 0 0} can_create = { always = no } } +d_c_qayaliq_color = { color ={0 0 0} can_create = { always = no } } +d_c_qazwin_color = { color ={0 0 0} can_create = { always = no } } +d_c_qilin_color = { color ={0 0 0} can_create = { always = no } } +d_c_qimr_color = { color ={0 0 0} can_create = { always = no } } +d_c_qinggil_color = { color ={0 0 0} can_create = { always = no } } +d_c_qinnasrin_color = { color ={0 0 0} can_create = { always = no } } +d_c_qom_color = { color ={0 0 0} can_create = { always = no } } +d_c_qoshagyl_color = { color ={0 0 0} can_create = { always = no } } +d_c_quercy_color = { color ={0 0 0} can_create = { always = no } } +d_c_qumarleb_color = { color ={0 0 0} can_create = { always = no } } +d_c_qumisha_color = { color ={0 0 0} can_create = { always = no } } +d_c_quqen_color = { color ={0 0 0} can_create = { always = no } } +d_c_quriltay_color = { color ={0 0 0} can_create = { always = no } } +d_c_qurta_color = { color ={0 0 0} can_create = { always = no } } +d_c_qus_color = { color ={0 0 0} can_create = { always = no } } +d_c_qusayr_color = { color ={0 0 0} can_create = { always = no } } +d_c_racakonda_color = { color ={0 0 0} can_create = { always = no } } +d_c_radha_color = { color ={0 0 0} can_create = { always = no } } +d_c_radomska_color = { color ={0 0 0} can_create = { always = no } } +d_c_ragusa_color = { color ={0 0 0} can_create = { always = no } } +d_c_rahba_color = { color ={0 0 0} can_create = { always = no } } +d_c_raimskoe_color = { color ={0 0 0} can_create = { always = no } } +d_c_rajanpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_rajrappa_color = { color ={0 0 0} can_create = { always = no } } +d_c_rama_color = { color ={0 0 0} can_create = { always = no } } +d_c_ramagiri_color = { color ={0 0 0} can_create = { always = no } } +d_c_ramhurmuz_color = { color ={0 0 0} can_create = { always = no } } +d_c_ramu_color = { color ={0 0 0} can_create = { always = no } } +d_c_ranikot_color = { color ={0 0 0} can_create = { always = no } } +d_c_raniriki_color = { color ={0 0 0} can_create = { always = no } } +d_c_rano_color = { color ={0 0 0} can_create = { always = no } } +d_c_ranthambore_color = { color ={0 0 0} can_create = { always = no } } +d_c_raqqa_color = { color ={0 0 0} can_create = { always = no } } +d_c_ras_hafun_color = { color ={0 0 0} can_create = { always = no } } +d_c_raseiniai_color = { color ={0 0 0} can_create = { always = no } } +d_c_rashka_color = { color ={0 0 0} can_create = { always = no } } +d_c_rasht_color = { color ={0 0 0} can_create = { always = no } } +d_c_ratanpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_ratibor_color = { color ={0 0 0} can_create = { always = no } } +d_c_ravenna_color = { color ={0 0 0} can_create = { always = no } } +d_c_ravensburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_rayapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_rayy_color = { color ={0 0 0} can_create = { always = no } } +d_c_rebgong_color = { color ={0 0 0} can_create = { always = no } } +d_c_regensburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_reggio_calabria_color = { color ={0 0 0} can_create = { always = no } } +d_c_reims_color = { color ={0 0 0} can_create = { always = no } } +d_c_renandu_color = { color ={0 0 0} can_create = { always = no } } +d_c_reni_color = { color ={0 0 0} can_create = { always = no } } +d_c_rennes_color = { color ={0 0 0} can_create = { always = no } } +d_c_rethel_color = { color ={0 0 0} can_create = { always = no } } +d_c_reval_color = { color ={0 0 0} can_create = { always = no } } +d_c_rhodopes_color = { color ={0 0 0} can_create = { always = no } } +d_c_rhodos_color = { color ={0 0 0} can_create = { always = no } } +d_c_ribe_color = { color ={0 0 0} can_create = { always = no } } +d_c_rima_color = { color ={0 0 0} can_create = { always = no } } +d_c_ringkobing_color = { color ={0 0 0} can_create = { always = no } } +d_c_riqan_color = { color ={0 0 0} can_create = { always = no } } +d_c_rivsharan_color = { color ={0 0 0} can_create = { always = no } } +d_c_rogalandi_color = { color ={0 0 0} can_create = { always = no } } +d_c_rohana_color = { color ={0 0 0} can_create = { always = no } } +d_c_roing_color = { color ={0 0 0} can_create = { always = no } } +d_c_roma_color = { color ={0 0 0} can_create = { always = no } } +d_c_romen_color = { color ={0 0 0} can_create = { always = no } } +d_c_rosenheim_color = { color ={0 0 0} can_create = { always = no } } +d_c_roslavl_color = { color ={0 0 0} can_create = { always = no } } +d_c_ross_color = { color ={0 0 0} can_create = { always = no } } +d_c_rossano_color = { color ={0 0 0} can_create = { always = no } } +d_c_rossello_color = { color ={0 0 0} can_create = { always = no } } +d_c_rostock_color = { color ={0 0 0} can_create = { always = no } } +d_c_rothas_color = { color ={0 0 0} can_create = { always = no } } +d_c_rothenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_rouen_color = { color ={0 0 0} can_create = { always = no } } +d_c_rouergue_color = { color ={0 0 0} can_create = { always = no } } +d_c_rounala_color = { color ={0 0 0} can_create = { always = no } } +d_c_rudbar_color = { color ={0 0 0} can_create = { always = no } } +d_c_rugen_color = { color ={0 0 0} can_create = { always = no } } +d_c_rukhaj_color = { color ={0 0 0} can_create = { always = no } } +d_c_ruppin_color = { color ={0 0 0} can_create = { always = no } } +d_c_rusa_color = { color ={0 0 0} can_create = { always = no } } +d_c_rusafa_color = { color ={0 0 0} can_create = { always = no } } +d_c_rutog_color = { color ={0 0 0} can_create = { always = no } } +d_c_ruyan_color = { color ={0 0 0} can_create = { always = no } } +d_c_ryazan_color = { color ={0 0 0} can_create = { always = no } } +d_c_ryty_color = { color ={0 0 0} can_create = { always = no } } +d_c_saalum_color = { color ={0 0 0} can_create = { always = no } } +d_c_saarbrucken_color = { color ={0 0 0} can_create = { always = no } } +d_c_sabakyul_color = { color ={0 0 0} can_create = { always = no } } +d_c_sable_color = { color ={0 0 0} can_create = { always = no } } +d_c_sabzevar_color = { color ={0 0 0} can_create = { always = no } } +d_c_sacz_color = { color ={0 0 0} can_create = { always = no } } +d_c_safata_color = { color ={0 0 0} can_create = { always = no } } +d_c_sagaing_color = { color ={0 0 0} can_create = { always = no } } +d_c_sagar_color = { color ={0 0 0} can_create = { always = no } } +d_c_sagiz_color = { color ={0 0 0} can_create = { always = no } } +d_c_sagya_color = { color ={0 0 0} can_create = { always = no } } +d_c_sai_color = { color ={0 0 0} can_create = { always = no } } +d_c_saimara_color = { color ={0 0 0} can_create = { always = no } } +d_c_saintonge_color = { color ={0 0 0} can_create = { always = no } } +d_c_sakala_color = { color ={0 0 0} can_create = { always = no } } +d_c_sakarai_color = { color ={0 0 0} can_create = { always = no } } +d_c_sakmara_color = { color ={0 0 0} can_create = { always = no } } +d_c_salamanca_color = { color ={0 0 0} can_create = { always = no } } +d_c_salamat_color = { color ={0 0 0} can_create = { always = no } } +d_c_salavat_color = { color ={0 0 0} can_create = { always = no } } +d_c_salerno_color = { color ={0 0 0} can_create = { always = no } } +d_c_salinis_color = { color ={0 0 0} can_create = { always = no } } +d_c_salzburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_samaiqan_color = { color ={0 0 0} can_create = { always = no } } +d_c_samander_color = { color ={0 0 0} can_create = { always = no } } +d_c_samar_color = { color ={0 0 0} can_create = { always = no } } +d_c_samar_VB_color = { color ={0 0 0} can_create = { always = no } } +d_c_samarkand_color = { color ={0 0 0} can_create = { always = no } } +d_c_samarra_color = { color ={0 0 0} can_create = { always = no } } +d_c_samatata_color = { color ={0 0 0} can_create = { always = no } } +d_c_sambalpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_sambhal_color = { color ={0 0 0} can_create = { always = no } } +d_c_samiran_color = { color ={0 0 0} can_create = { always = no } } +d_c_samman_color = { color ={0 0 0} can_create = { always = no } } +d_c_samosata_color = { color ={0 0 0} can_create = { always = no } } +d_c_sanaa_color = { color ={0 0 0} can_create = { always = no } } +d_c_sancerre_color = { color ={0 0 0} can_create = { always = no } } +d_c_sanda_color = { color ={0 0 0} can_create = { always = no } } +d_c_sandomierska_color = { color ={0 0 0} can_create = { always = no } } +d_c_sandoway_color = { color ={0 0 0} can_create = { always = no } } +d_c_sangqu_color = { color ={0 0 0} can_create = { always = no } } +d_c_sanij_color = { color ={0 0 0} can_create = { always = no } } +d_c_sankt_gallen_color = { color ={0 0 0} can_create = { always = no } } +d_c_sankt_polten_color = { color ={0 0 0} can_create = { always = no } } +d_c_santiago_color = { color ={0 0 0} can_create = { always = no } } +d_c_saoura_color = { color ={0 0 0} can_create = { always = no } } +d_c_saptagrama_color = { color ={0 0 0} can_create = { always = no } } +d_c_saqsin_color = { color ={0 0 0} can_create = { always = no } } +d_c_sarakhs_color = { color ={0 0 0} can_create = { always = no } } +d_c_saran_color = { color ={0 0 0} can_create = { always = no } } +d_c_sarangpur_color = { color ={0 0 0} can_create = { always = no } } +d_c_sarasvata_mandala_color = { color ={0 0 0} can_create = { always = no } } +d_c_sarasvati_color = { color ={0 0 0} can_create = { always = no } } +d_c_saratov_color = { color ={0 0 0} can_create = { always = no } } +d_c_sardan_color = { color ={0 0 0} can_create = { always = no } } +d_c_saris_color = { color ={0 0 0} can_create = { always = no } } +d_c_sarkel_color = { color ={0 0 0} can_create = { always = no } } +d_c_sartlan_color = { color ={0 0 0} can_create = { always = no } } +d_c_sarykamysh_color = { color ={0 0 0} can_create = { always = no } } +d_c_sarysyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_sasaram_color = { color ={0 0 0} can_create = { always = no } } +d_c_satakunta_color = { color ={0 0 0} can_create = { always = no } } +d_c_satala_color = { color ={0 0 0} can_create = { always = no } } +d_c_satfura_color = { color ={0 0 0} can_create = { always = no } } +d_c_satif_color = { color ={0 0 0} can_create = { always = no } } +d_c_satyapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_saumur_color = { color ={0 0 0} can_create = { always = no } } +d_c_savalu_color = { color ={0 0 0} can_create = { always = no } } +d_c_savoie_color = { color ={0 0 0} can_create = { always = no } } +d_c_say_color = { color ={0 0 0} can_create = { always = no } } +d_c_sayn_color = { color ={0 0 0} can_create = { always = no } } +d_c_scalovia_color = { color ={0 0 0} can_create = { always = no } } +d_c_schaumberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_schmalkalden_color = { color ={0 0 0} can_create = { always = no } } +d_c_schweibus_color = { color ={0 0 0} can_create = { always = no } } +d_c_sebasteia_color = { color ={0 0 0} can_create = { always = no } } +d_c_sebezh_color = { color ={0 0 0} can_create = { always = no } } +d_c_sebur_color = { color ={0 0 0} can_create = { always = no } } +d_c_selenga_color = { color ={0 0 0} can_create = { always = no } } +d_c_seleucia_color = { color ={0 0 0} can_create = { always = no } } +d_c_selge_color = { color ={0 0 0} can_create = { always = no } } +d_c_selpils_color = { color ={0 0 0} can_create = { always = no } } +d_c_semey_color = { color ={0 0 0} can_create = { always = no } } +d_c_semien_color = { color ={0 0 0} can_create = { always = no } } +d_c_sennar_color = { color ={0 0 0} can_create = { always = no } } +d_c_seno_color = { color ={0 0 0} can_create = { always = no } } +d_c_sens_color = { color ={0 0 0} can_create = { always = no } } +d_c_serae_color = { color ={0 0 0} can_create = { always = no } } +d_c_serres_color = { color ={0 0 0} can_create = { always = no } } +d_c_sertar_color = { color ={0 0 0} can_create = { always = no } } +d_c_sevede_color = { color ={0 0 0} can_create = { always = no } } +d_c_severin_color = { color ={0 0 0} can_create = { always = no } } +d_c_sevilla_color = { color ={0 0 0} can_create = { always = no } } +d_c_sevsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_sewa_color = { color ={0 0 0} can_create = { always = no } } +d_c_sfax_color = { color ={0 0 0} can_create = { always = no } } +d_c_shabe_color = { color ={0 0 0} can_create = { always = no } } +d_c_shahrazur_color = { color ={0 0 0} can_create = { always = no } } +d_c_shahre-babak_color = { color ={0 0 0} can_create = { always = no } } +d_c_shaki_color = { color ={0 0 0} can_create = { always = no } } +d_c_shamir_color = { color ={0 0 0} can_create = { always = no } } +d_c_shanzhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_shaqiq_color = { color ={0 0 0} can_create = { always = no } } +d_c_sharaf_color = { color ={0 0 0} can_create = { always = no } } +d_c_sharga_color = { color ={0 0 0} can_create = { always = no } } +d_c_sharka_color = { color ={0 0 0} can_create = { always = no } } +d_c_sharkiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_shavgar_color = { color ={0 0 0} can_create = { always = no } } +d_c_shayzar_color = { color ={0 0 0} can_create = { always = no } } +d_c_shazhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_shchuchinsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_shelji_color = { color ={0 0 0} can_create = { always = no } } +d_c_shenkursk_color = { color ={0 0 0} can_create = { always = no } } +d_c_sherbro_color = { color ={0 0 0} can_create = { always = no } } +d_c_shetland_color = { color ={0 0 0} can_create = { always = no } } +d_c_shigar_color = { color ={0 0 0} can_create = { always = no } } +d_c_shiraz_color = { color ={0 0 0} can_create = { always = no } } +d_c_shirvan_color = { color ={0 0 0} can_create = { always = no } } +d_c_shishina_color = { color ={0 0 0} can_create = { always = no } } +d_c_shityy_color = { color ={0 0 0} can_create = { always = no } } +d_c_shor_color = { color ={0 0 0} can_create = { always = no } } +d_c_shorkot_color = { color ={0 0 0} can_create = { always = no } } +d_c_showa_color = { color ={0 0 0} can_create = { always = no } } +d_c_showak_color = { color ={0 0 0} can_create = { always = no } } +d_c_shropshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_shughnan_color = { color ={0 0 0} can_create = { always = no } } +d_c_shunzhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_siauliai_color = { color ={0 0 0} can_create = { always = no } } +d_c_sibi_color = { color ={0 0 0} can_create = { always = no } } +d_c_sibi_mali_color = { color ={0 0 0} can_create = { always = no } } +d_c_sibir_color = { color ={0 0 0} can_create = { always = no } } +d_c_sidamo_color = { color ={0 0 0} can_create = { always = no } } +d_c_siena_color = { color ={0 0 0} can_create = { always = no } } +d_c_sieradzka_color = { color ={0 0 0} can_create = { always = no } } +d_c_sif-i-umara_color = { color ={0 0 0} can_create = { always = no } } +d_c_siggevara_color = { color ={0 0 0} can_create = { always = no } } +d_c_sighnaq_color = { color ={0 0 0} can_create = { always = no } } +d_c_sijilmasa_color = { color ={0 0 0} can_create = { always = no } } +d_c_sikasso_color = { color ={0 0 0} can_create = { always = no } } +d_c_silla_color = { color ={0 0 0} can_create = { always = no } } +d_c_silves_color = { color ={0 0 0} can_create = { always = no } } +d_c_simaramapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_sinai_color = { color ={0 0 0} can_create = { always = no } } +d_c_sinjar_color = { color ={0 0 0} can_create = { always = no } } +d_c_sinope_color = { color ={0 0 0} can_create = { always = no } } +d_c_sir_faesyfed_color = { color ={0 0 0} can_create = { always = no } } +d_c_siracusa_color = { color ={0 0 0} can_create = { always = no } } +d_c_sirhan_color = { color ={0 0 0} can_create = { always = no } } +d_c_sirjan_color = { color ={0 0 0} can_create = { always = no } } +d_c_sittaung_color = { color ={0 0 0} can_create = { always = no } } +d_c_sitti_color = { color ={0 0 0} can_create = { always = no } } +d_c_siwa_color = { color ={0 0 0} can_create = { always = no } } +d_c_siwistan_color = { color ={0 0 0} can_create = { always = no } } +d_c_sjaelland_color = { color ={0 0 0} can_create = { always = no } } +d_c_sjeltie_color = { color ={0 0 0} can_create = { always = no } } +d_c_skane_color = { color ={0 0 0} can_create = { always = no } } +d_c_skara_color = { color ={0 0 0} can_create = { always = no } } +d_c_skardu_color = { color ={0 0 0} can_create = { always = no } } +d_c_skolt_color = { color ={0 0 0} can_create = { always = no } } +d_c_skopje_color = { color ={0 0 0} can_create = { always = no } } +d_c_slesvig_color = { color ={0 0 0} can_create = { always = no } } +d_c_slupsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_slutsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_smolensk_color = { color ={0 0 0} can_create = { always = no } } +d_c_sobrarbe_color = { color ={0 0 0} can_create = { always = no } } +d_c_sochur_color = { color ={0 0 0} can_create = { always = no } } +d_c_socotra_color = { color ={0 0 0} can_create = { always = no } } +d_c_sodermannaland_color = { color ={0 0 0} can_create = { always = no } } +d_c_sog_color = { color ={0 0 0} can_create = { always = no } } +d_c_sogn_color = { color ={0 0 0} can_create = { always = no } } +d_c_sokode_color = { color ={0 0 0} can_create = { always = no } } +d_c_sokoto_color = { color ={0 0 0} can_create = { always = no } } +d_c_soldin_color = { color ={0 0 0} can_create = { always = no } } +d_c_soli_color = { color ={0 0 0} can_create = { always = no } } +d_c_solimana_color = { color ={0 0 0} can_create = { always = no } } +d_c_sombio_color = { color ={0 0 0} can_create = { always = no } } +d_c_somerset_color = { color ={0 0 0} can_create = { always = no } } +d_c_somnath_color = { color ={0 0 0} can_create = { always = no } } +d_c_somogy_color = { color ={0 0 0} can_create = { always = no } } +d_c_sonda_color = { color ={0 0 0} can_create = { always = no } } +d_c_songuu_aallar_color = { color ={0 0 0} can_create = { always = no } } +d_c_sopron_color = { color ={0 0 0} can_create = { always = no } } +d_c_soria_color = { color ={0 0 0} can_create = { always = no } } +d_c_soroca_color = { color ={0 0 0} can_create = { always = no } } +d_c_sorok_color = { color ={0 0 0} can_create = { always = no } } +d_c_sortavala_color = { color ={0 0 0} can_create = { always = no } } +d_c_soso_color = { color ={0 0 0} can_create = { always = no } } +d_c_sosva_color = { color ={0 0 0} can_create = { always = no } } +d_c_souf_color = { color ={0 0 0} can_create = { always = no } } +d_c_sous_color = { color ={0 0 0} can_create = { always = no } } +d_c_south_kordofan_color = { color ={0 0 0} can_create = { always = no } } +d_c_speyer_color = { color ={0 0 0} can_create = { always = no } } +d_c_spis_color = { color ={0 0 0} can_create = { always = no } } +d_c_spoleto_color = { color ={0 0 0} can_create = { always = no } } +d_c_spreewald_color = { color ={0 0 0} can_create = { always = no } } +d_c_sprottau_color = { color ={0 0 0} can_create = { always = no } } +d_c_sravasti_color = { color ={0 0 0} can_create = { always = no } } +d_c_sredets_color = { color ={0 0 0} can_create = { always = no } } +d_c_srihatta_color = { color ={0 0 0} can_create = { always = no } } +d_c_sriksetra_color = { color ={0 0 0} can_create = { always = no } } +d_c_sripatha_color = { color ={0 0 0} can_create = { always = no } } +d_c_sripuri_color = { color ={0 0 0} can_create = { always = no } } +d_c_srirangapatna_color = { color ={0 0 0} can_create = { always = no } } +d_c_stade_color = { color ={0 0 0} can_create = { always = no } } +d_c_staffordshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_starodub_color = { color ={0 0 0} can_create = { always = no } } +d_c_stendal_color = { color ={0 0 0} can_create = { always = no } } +d_c_stettin_color = { color ={0 0 0} can_create = { always = no } } +d_c_stezycka_color = { color ={0 0 0} can_create = { always = no } } +d_c_sthanisvara_color = { color ={0 0 0} can_create = { always = no } } +d_c_stoenesti_color = { color ={0 0 0} can_create = { always = no } } +d_c_stoyanka_color = { color ={0 0 0} can_create = { always = no } } +d_c_strassburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_strathearn_color = { color ={0 0 0} can_create = { always = no } } +d_c_strumica_color = { color ={0 0 0} can_create = { always = no } } +d_c_suakin_color = { color ={0 0 0} can_create = { always = no } } +d_c_subay_color = { color ={0 0 0} can_create = { always = no } } +d_c_subei_color = { color ={0 0 0} can_create = { always = no } } +d_c_suceava_color = { color ={0 0 0} can_create = { always = no } } +d_c_sudurland_color = { color ={0 0 0} can_create = { always = no } } +d_c_suenik_color = { color ={0 0 0} can_create = { always = no } } +d_c_suffolk_color = { color ={0 0 0} can_create = { always = no } } +d_c_sukhna_color = { color ={0 0 0} can_create = { always = no } } +d_c_sullum_color = { color ={0 0 0} can_create = { always = no } } +d_c_sumadija_color = { color ={0 0 0} can_create = { always = no } } +d_c_sumdo_color = { color ={0 0 0} can_create = { always = no } } +d_c_sundgau_color = { color ={0 0 0} can_create = { always = no } } +d_c_sungqu_color = { color ={0 0 0} can_create = { always = no } } +d_c_suondavara_color = { color ={0 0 0} can_create = { always = no } } +d_c_suriya_color = { color ={0 0 0} can_create = { always = no } } +d_c_surparaka_color = { color ={0 0 0} can_create = { always = no } } +d_c_surrah_color = { color ={0 0 0} can_create = { always = no } } +d_c_surrey_color = { color ={0 0 0} can_create = { always = no } } +d_c_sussex_color = { color ={0 0 0} can_create = { always = no } } +d_c_sutherland_color = { color ={0 0 0} can_create = { always = no } } +d_c_sutkend_color = { color ={0 0 0} can_create = { always = no } } +d_c_suvarnagram_color = { color ={0 0 0} can_create = { always = no } } +d_c_suvarnapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_suyab_color = { color ={0 0 0} can_create = { always = no } } +d_c_suzdal_color = { color ={0 0 0} can_create = { always = no } } +d_c_suzhou_color = { color ={0 0 0} can_create = { always = no } } +d_c_svaneti_color = { color ={0 0 0} can_create = { always = no } } +d_c_swetaka_mandala_color = { color ={0 0 0} can_create = { always = no } } +d_c_syrrusafa_color = { color ={0 0 0} can_create = { always = no } } +d_c_syrte_color = { color ={0 0 0} can_create = { always = no } } +d_c_sysma_color = { color ={0 0 0} can_create = { always = no } } +d_c_szabolcs_color = { color ={0 0 0} can_create = { always = no } } +d_c_szatmar_color = { color ={0 0 0} can_create = { always = no } } +d_c_szekelyfold_color = { color ={0 0 0} can_create = { always = no } } +d_c_szekesfehervar_color = { color ={0 0 0} can_create = { always = no } } +d_c_szerem_color = { color ={0 0 0} can_create = { always = no } } +d_c_tabary_color = { color ={0 0 0} can_create = { always = no } } +d_c_tabassa_color = { color ={0 0 0} can_create = { always = no } } +d_c_tabla_butii_color = { color ={0 0 0} can_create = { always = no } } +d_c_tabon_color = { color ={0 0 0} can_create = { always = no } } +d_c_tabriz_color = { color ={0 0 0} can_create = { always = no } } +d_c_tabuk_color = { color ={0 0 0} can_create = { always = no } } +d_c_tadjoura_color = { color ={0 0 0} can_create = { always = no } } +d_c_tadla_color = { color ={0 0 0} can_create = { always = no } } +d_c_tadmekka_color = { color ={0 0 0} can_create = { always = no } } +d_c_tagadur_color = { color ={0 0 0} can_create = { always = no } } +d_c_tagali_color = { color ={0 0 0} can_create = { always = no } } +d_c_tagant_color = { color ={0 0 0} can_create = { always = no } } +d_c_taghaza_color = { color ={0 0 0} can_create = { always = no } } +d_c_tagul_color = { color ={0 0 0} can_create = { always = no } } +d_c_tahert_color = { color ={0 0 0} can_create = { always = no } } +d_c_tahoua_color = { color ={0 0 0} can_create = { always = no } } +d_c_taif_color = { color ={0 0 0} can_create = { always = no } } +d_c_taizz_color = { color ={0 0 0} can_create = { always = no } } +d_c_takkeda_color = { color ={0 0 0} can_create = { always = no } } +d_c_takon_color = { color ={0 0 0} can_create = { always = no } } +d_c_takrit_color = { color ={0 0 0} can_create = { always = no } } +d_c_takrur_color = { color ={0 0 0} can_create = { always = no } } +d_c_talakad_color = { color ={0 0 0} can_create = { always = no } } +d_c_talava_color = { color ={0 0 0} can_create = { always = no } } +d_c_talish_color = { color ={0 0 0} can_create = { always = no } } +d_c_tall_basma_color = { color ={0 0 0} can_create = { always = no } } +d_c_tall_hamid_color = { color ={0 0 0} can_create = { always = no } } +d_c_tamasna_color = { color ={0 0 0} can_create = { always = no } } +d_c_tambov_color = { color ={0 0 0} can_create = { always = no } } +d_c_tamentit_color = { color ={0 0 0} can_create = { always = no } } +d_c_tamiso_color = { color ={0 0 0} can_create = { always = no } } +d_c_tamralipti_color = { color ={0 0 0} can_create = { always = no } } +d_c_tana_color = { color ={0 0 0} can_create = { always = no } } +d_c_tanas_color = { color ={0 0 0} can_create = { always = no } } +d_c_tangiers_color = { color ={0 0 0} can_create = { always = no } } +d_c_tao_color = { color ={0 0 0} can_create = { always = no } } +d_c_tapsa_color = { color ={0 0 0} can_create = { always = no } } +d_c_tara_color = { color ={0 0 0} can_create = { always = no } } +d_c_taradavadi_color = { color ={0 0 0} can_create = { always = no } } +d_c_taraz_color = { color ={0 0 0} can_create = { always = no } } +d_c_targu_jiu_color = { color ={0 0 0} can_create = { always = no } } +d_c_targyl_color = { color ={0 0 0} can_create = { always = no } } +d_c_tarnowska_color = { color ={0 0 0} can_create = { always = no } } +d_c_tarragona_color = { color ={0 0 0} can_create = { always = no } } +d_c_tarsos_color = { color ={0 0 0} can_create = { always = no } } +d_c_tartas_SIB_color = { color ={0 0 0} can_create = { always = no } } +d_c_tarvagatai_color = { color ={0 0 0} can_create = { always = no } } +d_c_taskyl_color = { color ={0 0 0} can_create = { always = no } } +d_c_tavan_bogd_color = { color ={0 0 0} can_create = { always = no } } +d_c_tavasts_color = { color ={0 0 0} can_create = { always = no } } +d_c_tawang_color = { color ={0 0 0} can_create = { always = no } } +d_c_tayma_color = { color ={0 0 0} can_create = { always = no } } +d_c_taza_color = { color ={0 0 0} can_create = { always = no } } +d_c_tbilisi_color = { color ={0 0 0} can_create = { always = no } } +d_c_tecklenburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_teke_color = { color ={0 0 0} can_create = { always = no } } +d_c_telemark_color = { color ={0 0 0} can_create = { always = no } } +d_c_temes_color = { color ={0 0 0} can_create = { always = no } } +d_c_temne_color = { color ={0 0 0} can_create = { always = no } } +d_c_tenggeli_color = { color ={0 0 0} can_create = { always = no } } +d_c_teniz_color = { color ={0 0 0} can_create = { always = no } } +d_c_ter_color = { color ={0 0 0} can_create = { always = no } } +d_c_teramo_color = { color ={0 0 0} can_create = { always = no } } +d_c_terebovl_color = { color ={0 0 0} can_create = { always = no } } +d_c_terek_pass_color = { color ={0 0 0} can_create = { always = no } } +d_c_terekli_color = { color ={0 0 0} can_create = { always = no } } +d_c_terektai_color = { color ={0 0 0} can_create = { always = no } } +d_c_teruel_color = { color ={0 0 0} can_create = { always = no } } +d_c_tesiin_gol_color = { color ={0 0 0} can_create = { always = no } } +d_c_tessalit_color = { color ={0 0 0} can_create = { always = no } } +d_c_teviotdale_color = { color ={0 0 0} can_create = { always = no } } +d_c_tewo_color = { color ={0 0 0} can_create = { always = no } } +d_c_tezu_color = { color ={0 0 0} can_create = { always = no } } +d_c_thabeik_taung_color = { color ={0 0 0} can_create = { always = no } } +d_c_thalabiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_thaldat_color = { color ={0 0 0} can_create = { always = no } } +d_c_thalner_color = { color ={0 0 0} can_create = { always = no } } +d_c_thaton_color = { color ={0 0 0} can_create = { always = no } } +d_c_theodosiopolis_color = { color ={0 0 0} can_create = { always = no } } +d_c_thessalia_color = { color ={0 0 0} can_create = { always = no } } +d_c_thessaliotis_color = { color ={0 0 0} can_create = { always = no } } +d_c_thessalonika_color = { color ={0 0 0} can_create = { always = no } } +d_c_thiers_color = { color ={0 0 0} can_create = { always = no } } +d_c_thomond_color = { color ={0 0 0} can_create = { always = no } } +d_c_thouars_color = { color ={0 0 0} can_create = { always = no } } +d_c_thyatira_color = { color ={0 0 0} can_create = { always = no } } +d_c_tib_color = { color ={0 0 0} can_create = { always = no } } +d_c_tiberias_color = { color ={0 0 0} can_create = { always = no } } +d_c_tibesti_color = { color ={0 0 0} can_create = { always = no } } +d_c_tichitt_color = { color ={0 0 0} can_create = { always = no } } +d_c_tigheci_color = { color ={0 0 0} can_create = { always = no } } +d_c_tigre_color = { color ={0 0 0} can_create = { always = no } } +d_c_tihama_color = { color ={0 0 0} can_create = { always = no } } +d_c_tihamat-al-yamani_color = { color ={0 0 0} can_create = { always = no } } +d_c_tikhvin_color = { color ={0 0 0} can_create = { always = no } } +d_c_timbi_color = { color ={0 0 0} can_create = { always = no } } +d_c_tindouf_color = { color ={0 0 0} can_create = { always = no } } +d_c_tinmallal_color = { color ={0 0 0} can_create = { always = no } } +d_c_tirakka_color = { color ={0 0 0} can_create = { always = no } } +d_c_tiris_color = { color ={0 0 0} can_create = { always = no } } +d_c_tiruvannamalai_color = { color ={0 0 0} can_create = { always = no } } +d_c_tivoli_color = { color ={0 0 0} can_create = { always = no } } +d_c_tlemcen_color = { color ={0 0 0} can_create = { always = no } } +d_c_tmutarakan_color = { color ={0 0 0} can_create = { always = no } } +d_c_tobol_color = { color ={0 0 0} can_create = { always = no } } +d_c_tobruk_color = { color ={0 0 0} can_create = { always = no } } +d_c_todo_color = { color ={0 0 0} can_create = { always = no } } +d_c_tokumbay_color = { color ={0 0 0} can_create = { always = no } } +d_c_toledo_color = { color ={0 0 0} can_create = { always = no } } +d_c_tolna_color = { color ={0 0 0} can_create = { always = no } } +d_c_toma_color = { color ={0 0 0} can_create = { always = no } } +d_c_tomorbulag_color = { color ={0 0 0} can_create = { always = no } } +d_c_tomsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_tonnerrois_color = { color ={0 0 0} can_create = { always = no } } +d_c_torangy_kul_color = { color ={0 0 0} can_create = { always = no } } +d_c_torda_color = { color ={0 0 0} can_create = { always = no } } +d_c_torema_color = { color ={0 0 0} can_create = { always = no } } +d_c_torne_color = { color ={0 0 0} can_create = { always = no } } +d_c_toro_color = { color ={0 0 0} can_create = { always = no } } +d_c_toropets_color = { color ={0 0 0} can_create = { always = no } } +d_c_tortoli_color = { color ={0 0 0} can_create = { always = no } } +d_c_tortona_color = { color ={0 0 0} can_create = { always = no } } +d_c_torun_color = { color ={0 0 0} can_create = { always = no } } +d_c_totma_color = { color ={0 0 0} can_create = { always = no } } +d_c_touat_color = { color ={0 0 0} can_create = { always = no } } +d_c_toulouse_color = { color ={0 0 0} can_create = { always = no } } +d_c_toungoo_color = { color ={0 0 0} can_create = { always = no } } +d_c_tourraine_color = { color ={0 0 0} can_create = { always = no } } +d_c_tovkhon_color = { color ={0 0 0} can_create = { always = no } } +d_c_trakai_color = { color ={0 0 0} can_create = { always = no } } +d_c_trandam_color = { color ={0 0 0} can_create = { always = no } } +d_c_trandheim_color = { color ={0 0 0} can_create = { always = no } } +d_c_travunia_color = { color ={0 0 0} can_create = { always = no } } +d_c_trebizond_color = { color ={0 0 0} can_create = { always = no } } +d_c_trenscen_color = { color ={0 0 0} can_create = { always = no } } +d_c_trent_color = { color ={0 0 0} can_create = { always = no } } +d_c_treviso_color = { color ={0 0 0} can_create = { always = no } } +d_c_tribandapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_trier_color = { color ={0 0 0} can_create = { always = no } } +d_c_trigarta_color = { color ={0 0 0} can_create = { always = no } } +d_c_trikuta_color = { color ={0 0 0} can_create = { always = no } } +d_c_trincomalee_color = { color ={0 0 0} can_create = { always = no } } +d_c_tripoli_color = { color ={0 0 0} can_create = { always = no } } +d_c_tripolitana_color = { color ={0 0 0} can_create = { always = no } } +d_c_tripuri_color = { color ={0 0 0} can_create = { always = no } } +d_c_trongsa_color = { color ={0 0 0} can_create = { always = no } } +d_c_tropaeum_color = { color ={0 0 0} can_create = { always = no } } +d_c_troyes_color = { color ={0 0 0} can_create = { always = no } } +d_c_tsambagarau_color = { color ={0 0 0} can_create = { always = no } } +d_c_tsaparang_color = { color ={0 0 0} can_create = { always = no } } +d_c_tseel_color = { color ={0 0 0} can_create = { always = no } } +d_c_tselym_dalyn_color = { color ={0 0 0} can_create = { always = no } } +d_c_tudela_color = { color ={0 0 0} can_create = { always = no } } +d_c_tudgha_color = { color ={0 0 0} can_create = { always = no } } +d_c_tui_color = { color ={0 0 0} can_create = { always = no } } +d_c_tula_color = { color ={0 0 0} can_create = { always = no } } +d_c_tuluchezeva_color = { color ={0 0 0} can_create = { always = no } } +d_c_tulun_color = { color ={0 0 0} can_create = { always = no } } +d_c_tumak_color = { color ={0 0 0} can_create = { always = no } } +d_c_tumar_color = { color ={0 0 0} can_create = { always = no } } +d_c_tummana_color = { color ={0 0 0} can_create = { always = no } } +d_c_tun_color = { color ={0 0 0} can_create = { always = no } } +d_c_tunis_color = { color ={0 0 0} can_create = { always = no } } +d_c_tunka_color = { color ={0 0 0} can_create = { always = no } } +d_c_turan_color = { color ={0 0 0} can_create = { always = no } } +d_c_turgay_color = { color ={0 0 0} can_create = { always = no } } +d_c_turin_color = { color ={0 0 0} can_create = { always = no } } +d_c_turnovo_color = { color ={0 0 0} can_create = { always = no } } +d_c_turov_color = { color ={0 0 0} can_create = { always = no } } +d_c_turpan_color = { color ={0 0 0} can_create = { always = no } } +d_c_turuberan_color = { color ={0 0 0} can_create = { always = no } } +d_c_tus_color = { color ={0 0 0} can_create = { always = no } } +d_c_tustar_color = { color ={0 0 0} can_create = { always = no } } +d_c_tuulain_color = { color ={0 0 0} can_create = { always = no } } +d_c_tver_color = { color ={0 0 0} can_create = { always = no } } +d_c_tyendugu_color = { color ={0 0 0} can_create = { always = no } } +d_c_tyumen_color = { color ={0 0 0} can_create = { always = no } } +d_c_tzani_color = { color ={0 0 0} can_create = { always = no } } +d_c_ubins_color = { color ={0 0 0} can_create = { always = no } } +d_c_ubmejeiednuo_color = { color ={0 0 0} can_create = { always = no } } +d_c_ubulla_color = { color ={0 0 0} can_create = { always = no } } +d_c_uch_color = { color ={0 0 0} can_create = { always = no } } +d_c_uchangidurga_color = { color ={0 0 0} can_create = { always = no } } +d_c_uchkul_color = { color ={0 0 0} can_create = { always = no } } +d_c_udabhanda_color = { color ={0 0 0} can_create = { always = no } } +d_c_ufa_color = { color ={0 0 0} can_create = { always = no } } +d_c_uiska_color = { color ={0 0 0} can_create = { always = no } } +d_c_ujjayini_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulaanbaatar_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulaangom_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulam_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulan_chuzir_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulan_ude_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulantaiga_color = { color ={0 0 0} can_create = { always = no } } +d_c_uliastai_color = { color ={0 0 0} can_create = { always = no } } +d_c_uliuty_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulm_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulster_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulu_jitanjik_color = { color ={0 0 0} can_create = { always = no } } +d_c_ulytau_color = { color ={0 0 0} can_create = { always = no } } +d_c_uman_color = { color ={0 0 0} can_create = { always = no } } +d_c_umiai_color = { color ={0 0 0} can_create = { always = no } } +d_c_ungvar_color = { color ={0 0 0} can_create = { always = no } } +d_c_upland_color = { color ={0 0 0} can_create = { always = no } } +d_c_upper_bono_color = { color ={0 0 0} can_create = { always = no } } +d_c_upper_ghur_color = { color ={0 0 0} can_create = { always = no } } +d_c_upper_gurma_color = { color ={0 0 0} can_create = { always = no } } +d_c_upper_khabur_color = { color ={0 0 0} can_create = { always = no } } +d_c_uqayr_color = { color ={0 0 0} can_create = { always = no } } +d_c_uraiyur_color = { color ={0 0 0} can_create = { always = no } } +d_c_ural_color = { color ={0 0 0} can_create = { always = no } } +d_c_uraltau_color = { color ={0 0 0} can_create = { always = no } } +d_c_urbino_color = { color ={0 0 0} can_create = { always = no } } +d_c_urgamal_color = { color ={0 0 0} can_create = { always = no } } +d_c_urgell_color = { color ={0 0 0} can_create = { always = no } } +d_c_urgun_color = { color ={0 0 0} can_create = { always = no } } +d_c_urmiya_color = { color ={0 0 0} can_create = { always = no } } +d_c_uses_color = { color ={0 0 0} can_create = { always = no } } +d_c_ushara_color = { color ={0 0 0} can_create = { always = no } } +d_c_ushmun_color = { color ={0 0 0} can_create = { always = no } } +d_c_ushytsia_color = { color ={0 0 0} can_create = { always = no } } +d_c_usora_color = { color ={0 0 0} can_create = { always = no } } +d_c_ustyug_color = { color ={0 0 0} can_create = { always = no } } +d_c_ustyurt_color = { color ={0 0 0} can_create = { always = no } } +d_c_uul_chors_color = { color ={0 0 0} can_create = { always = no } } +d_c_uulynkhol_color = { color ={0 0 0} can_create = { always = no } } +d_c_uvs_nuur_color = { color ={0 0 0} can_create = { always = no } } +d_c_uwal_color = { color ={0 0 0} can_create = { always = no } } +d_c_uzboy_color = { color ={0 0 0} can_create = { always = no } } +d_c_uzen_color = { color ={0 0 0} can_create = { always = no } } +d_c_uzgend_KARA_color = { color ={0 0 0} can_create = { always = no } } +d_c_vadodara_color = { color ={0 0 0} can_create = { always = no } } +d_c_vaihingen_color = { color ={0 0 0} can_create = { always = no } } +d_c_vaijayanti_color = { color ={0 0 0} can_create = { always = no } } +d_c_vairagara_color = { color ={0 0 0} can_create = { always = no } } +d_c_vairata_color = { color ={0 0 0} can_create = { always = no } } +d_c_vaisali_color = { color ={0 0 0} can_create = { always = no } } +d_c_valabhi_color = { color ={0 0 0} can_create = { always = no } } +d_c_valdai_color = { color ={0 0 0} can_create = { always = no } } +d_c_valencia_color = { color ={0 0 0} can_create = { always = no } } +d_c_valentinois_color = { color ={0 0 0} can_create = { always = no } } +d_c_valladolid_color = { color ={0 0 0} can_create = { always = no } } +d_c_valois_color = { color ={0 0 0} can_create = { always = no } } +d_c_vanemane_color = { color ={0 0 0} can_create = { always = no } } +d_c_vannes_color = { color ={0 0 0} can_create = { always = no } } +d_c_varanasi_color = { color ={0 0 0} can_create = { always = no } } +d_c_vardhamana_color = { color ={0 0 0} can_create = { always = no } } +d_c_varend_color = { color ={0 0 0} can_create = { always = no } } +d_c_vargashi_color = { color ={0 0 0} can_create = { always = no } } +d_c_varmland_color = { color ={0 0 0} can_create = { always = no } } +d_c_vas_color = { color ={0 0 0} can_create = { always = no } } +d_c_vaspurakan_color = { color ={0 0 0} can_create = { always = no } } +d_c_vastergotland_color = { color ={0 0 0} can_create = { always = no } } +d_c_vastmanland_color = { color ={0 0 0} can_create = { always = no } } +d_c_vastvag_color = { color ={0 0 0} can_create = { always = no } } +d_c_vasyugan_color = { color ={0 0 0} can_create = { always = no } } +d_c_vatapi_color = { color ={0 0 0} can_create = { always = no } } +d_c_vatsagulma_color = { color ={0 0 0} can_create = { always = no } } +d_c_vaucouleurs_color = { color ={0 0 0} can_create = { always = no } } +d_c_vecchio_color = { color ={0 0 0} can_create = { always = no } } +d_c_velay_color = { color ={0 0 0} can_create = { always = no } } +d_c_velbazhd_color = { color ={0 0 0} can_create = { always = no } } +d_c_velsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_venadu_color = { color ={0 0 0} can_create = { always = no } } +d_c_venaissin_color = { color ={0 0 0} can_create = { always = no } } +d_c_vendome_color = { color ={0 0 0} can_create = { always = no } } +d_c_veneto_color = { color ={0 0 0} can_create = { always = no } } +d_c_venezia_color = { color ={0 0 0} can_create = { always = no } } +d_c_vengipura_color = { color ={0 0 0} can_create = { always = no } } +d_c_veria_color = { color ={0 0 0} can_create = { always = no } } +d_c_vermandois_color = { color ={0 0 0} can_create = { always = no } } +d_c_verona_color = { color ={0 0 0} can_create = { always = no } } +d_c_vestfold_color = { color ={0 0 0} can_create = { always = no } } +d_c_vestisland_color = { color ={0 0 0} can_create = { always = no } } +d_c_veszprem_color = { color ={0 0 0} can_create = { always = no } } +d_c_vhrbosna_color = { color ={0 0 0} can_create = { always = no } } +d_c_viborg_color = { color ={0 0 0} can_create = { always = no } } +d_c_vidin_color = { color ={0 0 0} can_create = { always = no } } +d_c_vidisa_color = { color ={0 0 0} can_create = { always = no } } +d_c_vidzeme_color = { color ={0 0 0} can_create = { always = no } } +d_c_viena_color = { color ={0 0 0} can_create = { always = no } } +d_c_vienna_color = { color ={0 0 0} can_create = { always = no } } +d_c_viennois_color = { color ={0 0 0} can_create = { always = no } } +d_c_viipuri_color = { color ={0 0 0} can_create = { always = no } } +d_c_vijayapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_vijnot_color = { color ={0 0 0} can_create = { always = no } } +d_c_vikramapura_color = { color ={0 0 0} can_create = { always = no } } +d_c_villach_color = { color ={0 0 0} can_create = { always = no } } +d_c_vingulmork_color = { color ={0 0 0} can_create = { always = no } } +d_c_viraja_color = { color ={0 0 0} can_create = { always = no } } +d_c_viscaya_color = { color ={0 0 0} can_create = { always = no } } +d_c_viseu_color = { color ={0 0 0} can_create = { always = no } } +d_c_vitebsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_viterbo_color = { color ={0 0 0} can_create = { always = no } } +d_c_vitim_color = { color ={0 0 0} can_create = { always = no } } +d_c_viviers_color = { color ={0 0 0} can_create = { always = no } } +d_c_vizagipatam_color = { color ={0 0 0} can_create = { always = no } } +d_c_vladimir_color = { color ={0 0 0} can_create = { always = no } } +d_c_vodamayutja_color = { color ={0 0 0} can_create = { always = no } } +d_c_vodi_color = { color ={0 0 0} can_create = { always = no } } +d_c_vodica_color = { color ={0 0 0} can_create = { always = no } } +d_c_vogtland_color = { color ={0 0 0} can_create = { always = no } } +d_c_voin_color = { color ={0 0 0} can_create = { always = no } } +d_c_volkovysk_color = { color ={0 0 0} can_create = { always = no } } +d_c_volodymyr_color = { color ={0 0 0} can_create = { always = no } } +d_c_vologda_color = { color ={0 0 0} can_create = { always = no } } +d_c_vorbasse_color = { color ={0 0 0} can_create = { always = no } } +d_c_voronezh_color = { color ={0 0 0} can_create = { always = no } } +d_c_votkinsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_vratsa_color = { color ={0 0 0} can_create = { always = no } } +d_c_vrbas_color = { color ={0 0 0} can_create = { always = no } } +d_c_vukovar_color = { color ={0 0 0} can_create = { always = no } } +d_c_vyangi_color = { color ={0 0 0} can_create = { always = no } } +d_c_wa_color = { color ={0 0 0} can_create = { always = no } } +d_c_wabar_color = { color ={0 0 0} can_create = { always = no } } +d_c_wadai_color = { color ={0 0 0} can_create = { always = no } } +d_c_wadan_color = { color ={0 0 0} can_create = { always = no } } +d_c_waddan_color = { color ={0 0 0} can_create = { always = no } } +d_c_wadi_amur_color = { color ={0 0 0} can_create = { always = no } } +d_c_wadi_el-milk_color = { color ={0 0 0} can_create = { always = no } } +d_c_wagadugu_color = { color ={0 0 0} can_create = { always = no } } +d_c_waj_color = { color ={0 0 0} can_create = { always = no } } +d_c_wajda_color = { color ={0 0 0} can_create = { always = no } } +d_c_wajh_color = { color ={0 0 0} can_create = { always = no } } +d_c_wakhan_color = { color ={0 0 0} can_create = { always = no } } +d_c_wakhsh_color = { color ={0 0 0} can_create = { always = no } } +d_c_walata_color = { color ={0 0 0} can_create = { always = no } } +d_c_waldeck_color = { color ={0 0 0} can_create = { always = no } } +d_c_wandala_color = { color ={0 0 0} can_create = { always = no } } +d_c_waqisa_color = { color ={0 0 0} can_create = { always = no } } +d_c_wargla_color = { color ={0 0 0} can_create = { always = no } } +d_c_warwickshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_wasit_color = { color ={0 0 0} can_create = { always = no } } +d_c_wassa_color = { color ={0 0 0} can_create = { always = no } } +d_c_welamo_color = { color ={0 0 0} can_create = { always = no } } +d_c_wellega_color = { color ={0 0 0} can_create = { always = no } } +d_c_wentugaole_color = { color ={0 0 0} can_create = { always = no } } +d_c_wenyon_color = { color ={0 0 0} can_create = { always = no } } +d_c_werle_color = { color ={0 0 0} can_create = { always = no } } +d_c_west-tokharestan_color = { color ={0 0 0} can_create = { always = no } } +d_c_west_kordofan_color = { color ={0 0 0} can_create = { always = no } } +d_c_west_qamuda_color = { color ={0 0 0} can_create = { always = no } } +d_c_west_riding_color = { color ={0 0 0} can_create = { always = no } } +d_c_western_tannu_color = { color ={0 0 0} can_create = { always = no } } +d_c_westfriesland_color = { color ={0 0 0} can_create = { always = no } } +d_c_westmorland_color = { color ={0 0 0} can_create = { always = no } } +d_c_wiek_color = { color ={0 0 0} can_create = { always = no } } +d_c_wielunska_color = { color ={0 0 0} can_create = { always = no } } +d_c_wiltberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_wiltshire_color = { color ={0 0 0} can_create = { always = no } } +d_c_wittenberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_wolgast_color = { color ={0 0 0} can_create = { always = no } } +d_c_wolkenstein_color = { color ={0 0 0} can_create = { always = no } } +d_c_wolpe_color = { color ={0 0 0} can_create = { always = no } } +d_c_wolqayt_color = { color ={0 0 0} can_create = { always = no } } +d_c_worcestershire_color = { color ={0 0 0} can_create = { always = no } } +d_c_wormditt_color = { color ={0 0 0} can_create = { always = no } } +d_c_worodugu_color = { color ={0 0 0} can_create = { always = no } } +d_c_wschowska_color = { color ={0 0 0} can_create = { always = no } } +d_c_wuda_color = { color ={0 0 0} can_create = { always = no } } +d_c_wuli_color = { color ={0 0 0} can_create = { always = no } } +d_c_wuluhai_color = { color ={0 0 0} can_create = { always = no } } +d_c_wurttemberg_color = { color ={0 0 0} can_create = { always = no } } +d_c_wurzburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_xainza_color = { color ={0 0 0} can_create = { always = no } } +d_c_xaitongmoin_color = { color ={0 0 0} can_create = { always = no } } +d_c_xigaze_color = { color ={0 0 0} can_create = { always = no } } +d_c_xigortang_color = { color ={0 0 0} can_create = { always = no } } +d_c_xingqing_color = { color ={0 0 0} can_create = { always = no } } +d_c_xining_color = { color ={0 0 0} can_create = { always = no } } +d_c_yabrin_color = { color ={0 0 0} can_create = { always = no } } +d_c_yagba_color = { color ={0 0 0} can_create = { always = no } } +d_c_yaitsk_color = { color ={0 0 0} can_create = { always = no } } +d_c_yalala_color = { color ={0 0 0} can_create = { always = no } } +d_c_yalong_color = { color ={0 0 0} can_create = { always = no } } +d_c_yamama_color = { color ={0 0 0} can_create = { always = no } } +d_c_yamethin_color = { color ={0 0 0} can_create = { always = no } } +d_c_yanbu_color = { color ={0 0 0} can_create = { always = no } } +d_c_yangikent_color = { color ={0 0 0} can_create = { always = no } } +d_c_yangjibaliq_color = { color ={0 0 0} can_create = { always = no } } +d_c_yangwarok_color = { color ={0 0 0} can_create = { always = no } } +d_c_yanokul_color = { color ={0 0 0} can_create = { always = no } } +d_c_yar-calli_color = { color ={0 0 0} can_create = { always = no } } +d_c_yarkand_color = { color ={0 0 0} can_create = { always = no } } +d_c_yaroslavl_color = { color ={0 0 0} can_create = { always = no } } +d_c_yasin_color = { color ={0 0 0} can_create = { always = no } } +d_c_yatenga_color = { color ={0 0 0} can_create = { always = no } } +d_c_yatvyagi_color = { color ={0 0 0} can_create = { always = no } } +d_c_yau_color = { color ={0 0 0} can_create = { always = no } } +d_c_yauri_color = { color ={0 0 0} can_create = { always = no } } +d_c_yazd_color = { color ={0 0 0} can_create = { always = no } } +d_c_yekaterinburg_color = { color ={0 0 0} can_create = { always = no } } +d_c_yelimane_color = { color ={0 0 0} can_create = { always = no } } +d_c_yenisei_color = { color ={0 0 0} can_create = { always = no } } +d_c_yenshipin_color = { color ={0 0 0} can_create = { always = no } } +d_c_yera_color = { color ={0 0 0} can_create = { always = no } } +d_c_yijinai_color = { color ={0 0 0} can_create = { always = no } } +d_c_yongdeng_color = { color ={0 0 0} can_create = { always = no } } +d_c_yoshkar-ola_color = { color ={0 0 0} can_create = { always = no } } +d_c_yperen_color = { color ={0 0 0} can_create = { always = no } } +d_c_yumen_color = { color ={0 0 0} can_create = { always = no } } +d_c_yumenguan_color = { color ={0 0 0} can_create = { always = no } } +d_c_zabid_color = { color ={0 0 0} can_create = { always = no } } +d_c_zabulistan_color = { color ={0 0 0} can_create = { always = no } } +d_c_zachlumia_color = { color ={0 0 0} can_create = { always = no } } +d_c_zadar_color = { color ={0 0 0} can_create = { always = no } } +d_c_zadoi_color = { color ={0 0 0} can_create = { always = no } } +d_c_zagorje_color = { color ={0 0 0} can_create = { always = no } } +d_c_zagreb_color = { color ={0 0 0} can_create = { always = no } } +d_c_zagros_mediae_color = { color ={0 0 0} can_create = { always = no } } +d_c_zaila_color = { color ={0 0 0} can_create = { always = no } } +d_c_zakroczymska_color = { color ={0 0 0} can_create = { always = no } } +d_c_zamindawar_color = { color ={0 0 0} can_create = { always = no } } +d_c_zamm_color = { color ={0 0 0} can_create = { always = no } } +d_c_zammour_color = { color ={0 0 0} can_create = { always = no } } +d_c_zamora_color = { color ={0 0 0} can_create = { always = no } } +d_c_zanjan_color = { color ={0 0 0} can_create = { always = no } } +d_c_zarafshan_color = { color ={0 0 0} can_create = { always = no } } +d_c_zaragoza_color = { color ={0 0 0} can_create = { always = no } } +d_c_zarand_color = { color ={0 0 0} can_create = { always = no } } +d_c_zaranj_color = { color ={0 0 0} can_create = { always = no } } +d_c_zaria_color = { color ={0 0 0} can_create = { always = no } } +d_c_zarma_color = { color ={0 0 0} can_create = { always = no } } +d_c_zarman_color = { color ={0 0 0} can_create = { always = no } } +d_c_zaslavl_color = { color ={0 0 0} can_create = { always = no } } +d_c_zatec_color = { color ={0 0 0} can_create = { always = no } } +d_c_zavrsje_color = { color ={0 0 0} can_create = { always = no } } +d_c_zawila_color = { color ={0 0 0} can_create = { always = no } } +d_c_zeeland_color = { color ={0 0 0} can_create = { always = no } } +d_c_zekog_color = { color ={0 0 0} can_create = { always = no } } +d_c_zela_color = { color ={0 0 0} can_create = { always = no } } +d_c_zelengora_color = { color ={0 0 0} can_create = { always = no } } +d_c_zemigalians_color = { color ={0 0 0} can_create = { always = no } } +d_c_zemplen_color = { color ={0 0 0} can_create = { always = no } } +d_c_zetang_color = { color ={0 0 0} can_create = { always = no } } +d_c_zhagyab_color = { color ={0 0 0} can_create = { always = no } } +d_c_zhenfan_color = { color ={0 0 0} can_create = { always = no } } +d_c_zherkovo_color = { color ={0 0 0} can_create = { always = no } } +d_c_zhidoi_color = { color ={0 0 0} can_create = { always = no } } +d_c_zhongba_color = { color ={0 0 0} can_create = { always = no } } +d_c_zhytomyr_color = { color ={0 0 0} can_create = { always = no } } +d_c_zichia_color = { color ={0 0 0} can_create = { always = no } } +d_c_zirkuh_color = { color ={0 0 0} can_create = { always = no } } +d_c_ziz_color = { color ={0 0 0} can_create = { always = no } } +d_c_zlatibor_color = { color ={0 0 0} can_create = { always = no } } +d_c_znojmo_color = { color ={0 0 0} can_create = { always = no } } +d_c_zogang_color = { color ={0 0 0} can_create = { always = no } } +d_c_zoige_color = { color ={0 0 0} can_create = { always = no } } +d_c_zollern_color = { color ={0 0 0} can_create = { always = no } } +d_c_zolyom_color = { color ={0 0 0} can_create = { always = no } } +d_c_zurich_color = { color ={0 0 0} can_create = { always = no } } +d_c_zutphen_color = { color ={0 0 0} can_create = { always = no } } +d_c_zvyahel_color = { color ={0 0 0} can_create = { always = no } } \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/T4N_map_color_titles.txt b/WtWSMS/common/landed_titles/T4N_map_color_titles.txt deleted file mode 100644 index 9646114735..0000000000 --- a/WtWSMS/common/landed_titles/T4N_map_color_titles.txt +++ /dev/null @@ -1,45 +0,0 @@ - -# Me -d_tributary_map_target = { - color = { 0 180 40 } - capital = c_roma - can_create = { always = no } -} -# My tributary -d_tributary_map_target_tributary = { - color = { 255 220 0 } - capital = c_roma - can_create = { always = no } -} -# My suzerain -d_tributary_map_target_suzerain = { - color = { 255 0 0 } - capital = c_roma - can_create = { always = no } -} - -# Is both a tributary and a suzerain -d_tributary_map_tributary_suzerain = { - color = { 255 137 50 } - capital = c_roma - can_create = { always = no } -} -# Is a tributary but not a suzerain -d_tributary_map_tributary = { - color = { 255 225 50 } - capital = c_roma - can_create = { always = no } -} -# Is a suzerain but not a tributary -d_tributary_map_suzerain = { - color = { 255 75 75 } - capital = c_roma - can_create = { always = no } -} - -# Base -d_tributary_map_base = { - color = { 84 78 60 } - capital = c_roma - can_create = { always = no } -} \ No newline at end of file diff --git a/WtWSMS/common/on_action/00_MOD_color_storage_titles.txt b/WtWSMS/common/on_action/00_MOD_color_storage_titles.txt new file mode 100644 index 0000000000..debf73d5f5 --- /dev/null +++ b/WtWSMS/common/on_action/00_MOD_color_storage_titles.txt @@ -0,0 +1,6530 @@ +#NB: named 00 because this needs to fire off before things like tributaries are assigned + +on_game_start = { + on_actions = { + MOD_build_color_variable_refs + MOD_set_color_title_colors + } +} + +#Associate every title in question with a color storage title +MOD_build_color_variable_refs = { + effect = { + #Empires + title:e_aarlud_khanate = { set_variable = { name = color_storage value = title:d_e_aarlud_khanate_color } } + title:e_abyssinia = { set_variable = { name = color_storage value = title:d_e_abyssinia_color } } + title:e_ajuraan = { set_variable = { name = color_storage value = title:d_e_ajuraan_color } } + title:e_arabia = { set_variable = { name = color_storage value = title:d_e_arabia_color } } + title:e_armenia = { set_variable = { name = color_storage value = title:d_e_armenia_color } } + title:e_avar = { set_variable = { name = color_storage value = title:d_e_avar_color } } + title:e_axum = { set_variable = { name = color_storage value = title:d_e_axum_color } } + title:e_bactria = { set_variable = { name = color_storage value = title:d_e_bactria_color } } + title:e_baruun_khanate = { set_variable = { name = color_storage value = title:d_e_baruun_khanate_color } } + title:e_bengal = { set_variable = { name = color_storage value = title:d_e_bengal_color } } + title:e_black_horde = { set_variable = { name = color_storage value = title:d_e_black_horde_color } } + title:e_britannia = { set_variable = { name = color_storage value = title:d_e_britannia_color } } + title:e_byzantium = { set_variable = { name = color_storage value = title:d_e_byzantium_color } } + title:e_carpathia = { set_variable = { name = color_storage value = title:d_e_carpathia_color } } + title:e_caspian-pontic_steppe = { set_variable = { name = color_storage value = title:d_e_caspian-pontic_steppe_color } } + title:e_chagatai = { set_variable = { name = color_storage value = title:d_e_chagatai_color } } + title:e_dacia = { set_variable = { name = color_storage value = title:d_e_dacia_color } } + title:e_deccan = { set_variable = { name = color_storage value = title:d_e_deccan_color } } + title:e_egypt = { set_variable = { name = color_storage value = title:d_e_egypt_color } } + title:e_finland = { set_variable = { name = color_storage value = title:d_e_finland_color } } + title:e_france = { set_variable = { name = color_storage value = title:d_e_france_color } } + title:e_gaul = { set_variable = { name = color_storage value = title:d_e_gaul_color } } + title:e_germania_magna = { set_variable = { name = color_storage value = title:d_e_germania_magna_color } } + title:e_germany = { set_variable = { name = color_storage value = title:d_e_germany_color } } + title:e_golden_horde = { set_variable = { name = color_storage value = title:d_e_golden_horde_color } } + title:e_goths = { set_variable = { name = color_storage value = title:d_e_goths_color } } + title:e_guinea = { set_variable = { name = color_storage value = title:d_e_guinea_color } } + title:e_helling = { set_variable = { name = color_storage value = title:d_e_helling_color } } + title:e_hre = { set_variable = { name = color_storage value = title:d_e_hre_color } } + title:e_hunnic_empire = { set_variable = { name = color_storage value = title:d_e_hunnic_empire_color } } + title:e_ilkhanate = { set_variable = { name = color_storage value = title:d_e_ilkhanate_color } } + title:e_india = { set_variable = { name = color_storage value = title:d_e_india_color } } + title:e_italy = { set_variable = { name = color_storage value = title:d_e_italy_color } } + title:e_kanem_bornu = { set_variable = { name = color_storage value = title:d_e_kanem_bornu_color } } + title:e_kara_khitai = { set_variable = { name = color_storage value = title:d_e_kara_khitai_color } } + title:e_kirghiz_khanate = { set_variable = { name = color_storage value = title:d_e_kirghiz_khanate_color } } + title:e_latin_empire = { set_variable = { name = color_storage value = title:d_e_latin_empire_color } } + title:e_macedon = { set_variable = { name = color_storage value = title:d_e_macedon_color } } + title:e_maghreb = { set_variable = { name = color_storage value = title:d_e_maghreb_color } } + title:e_mali = { set_variable = { name = color_storage value = title:d_e_mali_color } } + title:e_mongol_empire = { set_variable = { name = color_storage value = title:d_e_mongol_empire_color } } + title:e_mongolia = { set_variable = { name = color_storage value = title:d_e_mongolia_color } } + title:e_north_africa = { set_variable = { name = color_storage value = title:d_e_north_africa_color } } + title:e_north_sea = { set_variable = { name = color_storage value = title:d_e_north_sea_color } } + title:e_outremer = { set_variable = { name = color_storage value = title:d_e_outremer_color } } + title:e_palmyra = { set_variable = { name = color_storage value = title:d_e_palmyra_color } } + title:e_persia = { set_variable = { name = color_storage value = title:d_e_persia_color } } + title:e_rajastan = { set_variable = { name = color_storage value = title:d_e_rajastan_color } } + title:e_roman_empire = { set_variable = { name = color_storage value = title:d_e_roman_empire_color } } + title:e_rouran = { set_variable = { name = color_storage value = title:d_e_rouran_color } } + title:e_russia = { set_variable = { name = color_storage value = title:d_e_russia_color } } + title:e_scandinavia = { set_variable = { name = color_storage value = title:d_e_scandinavia_color } } + title:e_scythia = { set_variable = { name = color_storage value = title:d_e_scythia_color } } + title:e_seleucid = { set_variable = { name = color_storage value = title:d_e_seleucid_color } } + title:e_siberia = { set_variable = { name = color_storage value = title:d_e_siberia_color } } + title:e_slavia = { set_variable = { name = color_storage value = title:d_e_slavia_color } } + title:e_spain = { set_variable = { name = color_storage value = title:d_e_spain_color } } + title:e_tamazgha = { set_variable = { name = color_storage value = title:d_e_tamazgha_color } } + title:e_tamil = { set_variable = { name = color_storage value = title:d_e_tamil_color } } + title:e_tartaria = { set_variable = { name = color_storage value = title:d_e_tartaria_color } } + title:e_tibet = { set_variable = { name = color_storage value = title:d_e_tibet_color } } + title:e_timurids = { set_variable = { name = color_storage value = title:d_e_timurids_color } } + title:e_togskol_khanate = { set_variable = { name = color_storage value = title:d_e_togskol_khanate_color } } + title:e_turan = { set_variable = { name = color_storage value = title:d_e_turan_color } } + title:e_turkestan = { set_variable = { name = color_storage value = title:d_e_turkestan_color } } + title:e_uyghur_khanate = { set_variable = { name = color_storage value = title:d_e_uyghur_khanate_color } } + title:e_volga-ural = { set_variable = { name = color_storage value = title:d_e_volga-ural_color } } + title:e_wendish_empire = { set_variable = { name = color_storage value = title:d_e_wendish_empire_color } } + title:e_white_horde = { set_variable = { name = color_storage value = title:d_e_white_horde_color } } + title:e_wre = { set_variable = { name = color_storage value = title:d_e_wre_color } } + title:e_xiongnu = { set_variable = { name = color_storage value = title:d_e_xiongnu_color } } + #Kingdoms + title:k_adiukru = { set_variable = { name = color_storage value = title:d_k_adiukru_color } } + title:k_africa_prefect = { set_variable = { name = color_storage value = title:d_k_africa_prefect_color } } + title:k_al_hirah = { set_variable = { name = color_storage value = title:d_k_al_hirah_color } } + title:k_alamannia = { set_variable = { name = color_storage value = title:d_k_alamannia_color } } + title:k_altava = { set_variable = { name = color_storage value = title:d_k_altava_color } } + title:k_amr_confederacy = { set_variable = { name = color_storage value = title:d_k_amr_confederacy_color } } + title:k_anatolia = { set_variable = { name = color_storage value = title:d_k_anatolia_color } } + title:k_andalusia = { set_variable = { name = color_storage value = title:d_k_andalusia_color } } + title:k_angloland = { set_variable = { name = color_storage value = title:d_k_angloland_color } } + title:k_aquitaine = { set_variable = { name = color_storage value = title:d_k_aquitaine_color } } + title:k_aragon = { set_variable = { name = color_storage value = title:d_k_aragon_color } } + title:k_armenian_principality = { set_variable = { name = color_storage value = title:d_k_armenian_principality_color } } + title:k_ashina = { set_variable = { name = color_storage value = title:d_k_ashina_color } } + title:k_asturias = { set_variable = { name = color_storage value = title:d_k_asturias_color } } + title:k_athens = { set_variable = { name = color_storage value = title:d_k_athens_color } } + title:k_auresia = { set_variable = { name = color_storage value = title:d_k_auresia_color } } + title:k_austrasia = { set_variable = { name = color_storage value = title:d_k_austrasia_color } } + title:k_austria = { set_variable = { name = color_storage value = title:d_k_austria_color } } + title:k_aydin = { set_variable = { name = color_storage value = title:d_k_aydin_color } } + title:k_badajoz = { set_variable = { name = color_storage value = title:d_k_badajoz_color } } + title:k_bavaria = { set_variable = { name = color_storage value = title:d_k_bavaria_color } } + title:k_bene_israel = { set_variable = { name = color_storage value = title:d_k_bene_israel_color } } + title:k_bohemia = { set_variable = { name = color_storage value = title:d_k_bohemia_color } } + title:k_bosnia = { set_variable = { name = color_storage value = title:d_k_bosnia_color } } + title:k_bulgaria = { set_variable = { name = color_storage value = title:d_k_bulgaria_color } } + title:k_burgundians = { set_variable = { name = color_storage value = title:d_k_burgundians_color } } + title:k_burgundy = { set_variable = { name = color_storage value = title:d_k_burgundy_color } } + title:k_cabaon = { set_variable = { name = color_storage value = title:d_k_cabaon_color } } + title:k_canarias = { set_variable = { name = color_storage value = title:d_k_canarias_color } } + title:k_candar = { set_variable = { name = color_storage value = title:d_k_candar_color } } + title:k_capsa = { set_variable = { name = color_storage value = title:d_k_capsa_color } } + title:k_castille = { set_variable = { name = color_storage value = title:d_k_castille_color } } + title:k_chuban = { set_variable = { name = color_storage value = title:d_k_chuban_color } } + title:k_commagene = { set_variable = { name = color_storage value = title:d_k_commagene_color } } + title:k_cornwall = { set_variable = { name = color_storage value = title:d_k_cornwall_color } } + title:k_crete = { set_variable = { name = color_storage value = title:d_k_crete_color } } + title:k_croatia = { set_variable = { name = color_storage value = title:d_k_croatia_color } } + title:k_cyprus = { set_variable = { name = color_storage value = title:d_k_cyprus_color } } + title:k_cyrenaica = { set_variable = { name = color_storage value = title:d_k_cyrenaica_color } } + title:k_dahae_confederacy = { set_variable = { name = color_storage value = title:d_k_dahae_confederacy_color } } + title:k_dal_riata = { set_variable = { name = color_storage value = title:d_k_dal_riata_color } } + title:k_daneland = { set_variable = { name = color_storage value = title:d_k_daneland_color } } + title:k_danelaw = { set_variable = { name = color_storage value = title:d_k_danelaw_color } } + title:k_denmark = { set_variable = { name = color_storage value = title:d_k_denmark_color } } + title:k_dubuo = { set_variable = { name = color_storage value = title:d_k_dubuo_color } } + title:k_east_francia = { set_variable = { name = color_storage value = title:d_k_east_francia_color } } + title:k_epirus = { set_variable = { name = color_storage value = title:d_k_epirus_color } } + title:k_eretnid = { set_variable = { name = color_storage value = title:d_k_eretnid_color } } + title:k_fashion = { set_variable = { name = color_storage value = title:d_k_fashion_color } } + title:k_france = { set_variable = { name = color_storage value = title:d_k_france_color } } + title:k_franks = { set_variable = { name = color_storage value = title:d_k_franks_color } } + title:k_gaochang = { set_variable = { name = color_storage value = title:d_k_gaochang_color } } + title:k_gaoche = { set_variable = { name = color_storage value = title:d_k_gaoche_color } } + title:k_geatland = { set_variable = { name = color_storage value = title:d_k_geatland_color } } + title:k_genoa = { set_variable = { name = color_storage value = title:d_k_genoa_color } } + title:k_georgia = { set_variable = { name = color_storage value = title:d_k_georgia_color } } + title:k_gepidia = { set_variable = { name = color_storage value = title:d_k_gepidia_color } } + title:k_germiyan = { set_variable = { name = color_storage value = title:d_k_germiyan_color } } + title:k_guiyi = { set_variable = { name = color_storage value = title:d_k_guiyi_color } } + title:k_hansa = { set_variable = { name = color_storage value = title:d_k_hansa_color } } + title:k_harla = { set_variable = { name = color_storage value = title:d_k_harla_color } } + title:k_hellas = { set_variable = { name = color_storage value = title:d_k_hellas_color } } + title:k_helling = { set_variable = { name = color_storage value = title:d_k_helling_color } } + title:k_herul = { set_variable = { name = color_storage value = title:d_k_herul_color } } + title:k_hodna = { set_variable = { name = color_storage value = title:d_k_hodna_color } } + title:k_hungary = { set_variable = { name = color_storage value = title:d_k_hungary_color } } + title:k_iberia = { set_variable = { name = color_storage value = title:d_k_iberia_color } } + title:k_illyria = { set_variable = { name = color_storage value = title:d_k_illyria_color } } + title:k_illyria_prefect = { set_variable = { name = color_storage value = title:d_k_illyria_prefect_color } } + title:k_italy = { set_variable = { name = color_storage value = title:d_k_italy_color } } + title:k_italy_prefect = { set_variable = { name = color_storage value = title:d_k_italy_prefect_color } } + title:k_jazira = { set_variable = { name = color_storage value = title:d_k_jazira_color } } + title:k_jerusalem = { set_variable = { name = color_storage value = title:d_k_jerusalem_color } } + title:k_kabulistan = { set_variable = { name = color_storage value = title:d_k_kabulistan_color } } + title:k_kalachuri = { set_variable = { name = color_storage value = title:d_k_kalachuri_color } } + title:k_karaman = { set_variable = { name = color_storage value = title:d_k_karaman_color } } + title:k_khazaria = { set_variable = { name = color_storage value = title:d_k_khazaria_color } } + title:k_khorasan = { set_variable = { name = color_storage value = title:d_k_khorasan_color } } + title:k_kidarite = { set_variable = { name = color_storage value = title:d_k_kidarite_color } } + title:k_kucha = { set_variable = { name = color_storage value = title:d_k_kucha_color } } + title:k_leon = { set_variable = { name = color_storage value = title:d_k_leon_color } } + title:k_livonia = { set_variable = { name = color_storage value = title:d_k_livonia_color } } + title:k_lombardia = { set_variable = { name = color_storage value = title:d_k_lombardia_color } } + title:k_lotharingia = { set_variable = { name = color_storage value = title:d_k_lotharingia_color } } + title:k_maghreb = { set_variable = { name = color_storage value = title:d_k_maghreb_color } } + title:k_magyar = { set_variable = { name = color_storage value = title:d_k_magyar_color } } + title:k_manipura = { set_variable = { name = color_storage value = title:d_k_manipura_color } } + title:k_mann_the_isles = { set_variable = { name = color_storage value = title:d_k_mann_the_isles_color } } + title:k_masmuda = { set_variable = { name = color_storage value = title:d_k_masmuda_color } } + title:k_mazandaran = { set_variable = { name = color_storage value = title:d_k_mazandaran_color } } + title:k_mediterranean_sea = { set_variable = { name = color_storage value = title:d_k_mediterranean_sea_color } } + title:k_melchisedechianism = { set_variable = { name = color_storage value = title:d_k_melchisedechianism_color } } + title:k_mentese = { set_variable = { name = color_storage value = title:d_k_mentese_color } } + title:k_mercia = { set_variable = { name = color_storage value = title:d_k_mercia_color } } + title:k_mesopotamia = { set_variable = { name = color_storage value = title:d_k_mesopotamia_color } } + title:k_moldavia = { set_variable = { name = color_storage value = title:d_k_moldavia_color } } + title:k_moravia = { set_variable = { name = color_storage value = title:d_k_moravia_color } } + title:k_naples = { set_variable = { name = color_storage value = title:d_k_naples_color } } + title:k_nasamoni = { set_variable = { name = color_storage value = title:d_k_nasamoni_color } } + title:k_navarra = { set_variable = { name = color_storage value = title:d_k_navarra_color } } + title:k_nemenchia = { set_variable = { name = color_storage value = title:d_k_nemenchia_color } } + title:k_neustria = { set_variable = { name = color_storage value = title:d_k_neustria_color } } + title:k_nikaea = { set_variable = { name = color_storage value = title:d_k_nikaea_color } } + title:k_northumbria = { set_variable = { name = color_storage value = title:d_k_northumbria_color } } + title:k_old_armenia = { set_variable = { name = color_storage value = title:d_k_old_armenia_color } } + title:k_old_thrace = { set_variable = { name = color_storage value = title:d_k_old_thrace_color } } + title:k_orleans = { set_variable = { name = color_storage value = title:d_k_orleans_color } } + title:k_orthodox = { set_variable = { name = color_storage value = title:d_k_orthodox_color } } + title:k_ostrogoths = { set_variable = { name = color_storage value = title:d_k_ostrogoths_color } } + title:k_ottoman = { set_variable = { name = color_storage value = title:d_k_ottoman_color } } + title:k_ouarsenis = { set_variable = { name = color_storage value = title:d_k_ouarsenis_color } } + title:k_papal_state = { set_variable = { name = color_storage value = title:d_k_papal_state_color } } + title:k_paris = { set_variable = { name = color_storage value = title:d_k_paris_color } } + title:k_pechenegs = { set_variable = { name = color_storage value = title:d_k_pechenegs_color } } + title:k_pisa = { set_variable = { name = color_storage value = title:d_k_pisa_color } } + title:k_poland = { set_variable = { name = color_storage value = title:d_k_poland_color } } + title:k_pomerania = { set_variable = { name = color_storage value = title:d_k_pomerania_color } } + title:k_portugal = { set_variable = { name = color_storage value = title:d_k_portugal_color } } + title:k_qaryat_dhat_kahil = { set_variable = { name = color_storage value = title:d_k_qaryat_dhat_kahil_color } } + title:k_republic = { set_variable = { name = color_storage value = title:d_k_republic_color } } + title:k_respendalid = { set_variable = { name = color_storage value = title:d_k_respendalid_color } } + title:k_rheged = { set_variable = { name = color_storage value = title:d_k_rheged_color } } + title:k_romagna = { set_variable = { name = color_storage value = title:d_k_romagna_color } } + title:k_rugiland = { set_variable = { name = color_storage value = title:d_k_rugiland_color } } + title:k_rum = { set_variable = { name = color_storage value = title:d_k_rum_color } } + title:k_sahara = { set_variable = { name = color_storage value = title:d_k_sahara_color } } + title:k_sakya_trizin = { set_variable = { name = color_storage value = title:d_k_sakya_trizin_color } } + title:k_salihid = { set_variable = { name = color_storage value = title:d_k_salihid_color } } + title:k_sardinia = { set_variable = { name = color_storage value = title:d_k_sardinia_color } } + title:k_sarir = { set_variable = { name = color_storage value = title:d_k_sarir_color } } + title:k_saruhan = { set_variable = { name = color_storage value = title:d_k_saruhan_color } } + title:k_saurashtra = { set_variable = { name = color_storage value = title:d_k_saurashtra_color } } + title:k_saxony = { set_variable = { name = color_storage value = title:d_k_saxony_color } } + title:k_serbia = { set_variable = { name = color_storage value = title:d_k_serbia_color } } + title:k_shanshan = { set_variable = { name = color_storage value = title:d_k_shanshan_color } } + title:k_sicca_veneria = { set_variable = { name = color_storage value = title:d_k_sicca_veneria_color } } + title:k_sicily = { set_variable = { name = color_storage value = title:d_k_sicily_color } } + title:k_soissons = { set_variable = { name = color_storage value = title:d_k_soissons_color } } + title:k_sophene = { set_variable = { name = color_storage value = title:d_k_sophene_color } } + title:k_south_kosala = { set_variable = { name = color_storage value = title:d_k_south_kosala_color } } + title:k_spanish_galicia = { set_variable = { name = color_storage value = title:d_k_spanish_galicia_color } } + title:k_sparta = { set_variable = { name = color_storage value = title:d_k_sparta_color } } + title:k_suebia = { set_variable = { name = color_storage value = title:d_k_suebia_color } } + title:k_switzerland = { set_variable = { name = color_storage value = title:d_k_switzerland_color } } + title:k_syria = { set_variable = { name = color_storage value = title:d_k_syria_color } } + title:k_tahert = { set_variable = { name = color_storage value = title:d_k_tahert_color } } + title:k_tekke = { set_variable = { name = color_storage value = title:d_k_tekke_color } } + title:k_thaton = { set_variable = { name = color_storage value = title:d_k_thaton_color } } + title:k_thessalonika = { set_variable = { name = color_storage value = title:d_k_thessalonika_color } } + title:k_thracia = { set_variable = { name = color_storage value = title:d_k_thracia_color } } + title:k_thuringia = { set_variable = { name = color_storage value = title:d_k_thuringia_color } } + title:k_toledo = { set_variable = { name = color_storage value = title:d_k_toledo_color } } + title:k_toro = { set_variable = { name = color_storage value = title:d_k_toro_color } } + title:k_trebizond = { set_variable = { name = color_storage value = title:d_k_trebizond_color } } + title:k_trinacria = { set_variable = { name = color_storage value = title:d_k_trinacria_color } } + title:k_tuldilanids = { set_variable = { name = color_storage value = title:d_k_tuldilanids_color } } + title:k_tuyuhun = { set_variable = { name = color_storage value = title:d_k_tuyuhun_color } } + title:k_uighur = { set_variable = { name = color_storage value = title:d_k_uighur_color } } + title:k_valencia = { set_variable = { name = color_storage value = title:d_k_valencia_color } } + title:k_vandalica = { set_variable = { name = color_storage value = title:d_k_vandalica_color } } + title:k_venice = { set_variable = { name = color_storage value = title:d_k_venice_color } } + title:k_visigoths = { set_variable = { name = color_storage value = title:d_k_visigoths_color } } + title:k_wales = { set_variable = { name = color_storage value = title:d_k_wales_color } } + title:k_wei_western_regions = { set_variable = { name = color_storage value = title:d_k_wei_western_regions_color } } + title:k_western_kshatrapas = { set_variable = { name = color_storage value = title:d_k_western_kshatrapas_color } } + title:k_winideheim = { set_variable = { name = color_storage value = title:d_k_winideheim_color } } + title:k_yarlung = { set_variable = { name = color_storage value = title:d_k_yarlung_color } } + #Duchies + title:d_aaninen_tribe = { set_variable = { name = color_storage value = title:d_d_aaninen_tribe_color } } + title:d_abkhazia = { set_variable = { name = color_storage value = title:d_d_abkhazia_color } } + title:d_acatiri = { set_variable = { name = color_storage value = title:d_d_acatiri_color } } + title:d_adkaddakhe = { set_variable = { name = color_storage value = title:d_d_adkaddakhe_color } } + title:d_adogit = { set_variable = { name = color_storage value = title:d_d_adogit_color } } + title:d_aegean_islands = { set_variable = { name = color_storage value = title:d_d_aegean_islands_color } } + title:d_aethelrugi = { set_variable = { name = color_storage value = title:d_d_aethelrugi_color } } + title:d_agadir = { set_variable = { name = color_storage value = title:d_d_agadir_color } } + title:d_aileach = { set_variable = { name = color_storage value = title:d_d_aileach_color } } + title:d_ait_ouriaghel = { set_variable = { name = color_storage value = title:d_d_ait_ouriaghel_color } } + title:d_al-said = { set_variable = { name = color_storage value = title:d_d_al-said_color } } + title:d_al_qays = { set_variable = { name = color_storage value = title:d_d_al_qays_color } } + title:d_alans = { set_variable = { name = color_storage value = title:d_d_alans_color } } + title:d_aleppo = { set_variable = { name = color_storage value = title:d_d_aleppo_color } } + title:d_algarve = { set_variable = { name = color_storage value = title:d_d_algarve_color } } + title:d_alger = { set_variable = { name = color_storage value = title:d_d_alger_color } } + title:d_alsace = { set_variable = { name = color_storage value = title:d_d_alsace_color } } + title:d_amalfi = { set_variable = { name = color_storage value = title:d_d_amalfi_color } } + title:d_amela = { set_variable = { name = color_storage value = title:d_d_amela_color } } + title:d_amman = { set_variable = { name = color_storage value = title:d_d_amman_color } } + title:d_anatolia = { set_variable = { name = color_storage value = title:d_d_anatolia_color } } + title:d_ancona = { set_variable = { name = color_storage value = title:d_d_ancona_color } } + title:d_angria = { set_variable = { name = color_storage value = title:d_d_angria_color } } + title:d_anhalt = { set_variable = { name = color_storage value = title:d_d_anhalt_color } } + title:d_anjou = { set_variable = { name = color_storage value = title:d_d_anjou_color } } + title:d_antae = { set_variable = { name = color_storage value = title:d_d_antae_color } } + title:d_antioch = { set_variable = { name = color_storage value = title:d_d_antioch_color } } + title:d_apostolic_church = { set_variable = { name = color_storage value = title:d_d_apostolic_church_color } } + title:d_aquileia_church = { set_variable = { name = color_storage value = title:d_d_aquileia_church_color } } + title:d_aquitaine = { set_variable = { name = color_storage value = title:d_d_aquitaine_color } } + title:d_aragon = { set_variable = { name = color_storage value = title:d_d_aragon_color } } + title:d_arian = { set_variable = { name = color_storage value = title:d_d_arian_color } } + title:d_armagnac = { set_variable = { name = color_storage value = title:d_d_armagnac_color } } + title:d_armeniac = { set_variable = { name = color_storage value = title:d_d_armeniac_color } } + title:d_arochi = { set_variable = { name = color_storage value = title:d_d_arochi_color } } + title:d_ashokas_chosen = { set_variable = { name = color_storage value = title:d_d_ashokas_chosen_color } } + title:d_astures = { set_variable = { name = color_storage value = title:d_d_astures_color } } + title:d_asturias = { set_variable = { name = color_storage value = title:d_d_asturias_color } } + title:d_atrebatia = { set_variable = { name = color_storage value = title:d_d_atrebatia_color } } + title:d_augandzi = { set_variable = { name = color_storage value = title:d_d_augandzi_color } } + title:d_augsburg = { set_variable = { name = color_storage value = title:d_d_augsburg_color } } + title:d_austorani = { set_variable = { name = color_storage value = title:d_d_austorani_color } } + title:d_auvergne = { set_variable = { name = color_storage value = title:d_d_auvergne_color } } + title:d_availites = { set_variable = { name = color_storage value = title:d_d_availites_color } } + title:d_avars = { set_variable = { name = color_storage value = title:d_d_avars_color } } + title:d_awioniz = { set_variable = { name = color_storage value = title:d_d_awioniz_color } } + title:d_azal = { set_variable = { name = color_storage value = title:d_d_azal_color } } + title:d_azerbaijan = { set_variable = { name = color_storage value = title:d_d_azerbaijan_color } } + title:d_bacs = { set_variable = { name = color_storage value = title:d_d_bacs_color } } + title:d_badajoz = { set_variable = { name = color_storage value = title:d_d_badajoz_color } } + title:d_bagaudae = { set_variable = { name = color_storage value = title:d_d_bagaudae_color } } + title:d_baghdad = { set_variable = { name = color_storage value = title:d_d_baghdad_color } } + title:d_bakr = { set_variable = { name = color_storage value = title:d_d_bakr_color } } + title:d_balti = { set_variable = { name = color_storage value = title:d_d_balti_color } } + title:d_baquates = { set_variable = { name = color_storage value = title:d_d_baquates_color } } + title:d_bar = { set_variable = { name = color_storage value = title:d_d_bar_color } } + title:d_barcelona = { set_variable = { name = color_storage value = title:d_d_barcelona_color } } + title:d_baroia = { set_variable = { name = color_storage value = title:d_d_baroia_color } } + title:d_barsils = { set_variable = { name = color_storage value = title:d_d_barsils_color } } + title:d_basra = { set_variable = { name = color_storage value = title:d_d_basra_color } } + title:d_bavaria = { set_variable = { name = color_storage value = title:d_d_bavaria_color } } + title:d_beja = { set_variable = { name = color_storage value = title:d_d_beja_color } } + title:d_bejaia = { set_variable = { name = color_storage value = title:d_d_bejaia_color } } + title:d_bektashi = { set_variable = { name = color_storage value = title:d_d_bektashi_color } } + title:d_belgrade = { set_variable = { name = color_storage value = title:d_d_belgrade_color } } + title:d_benevento = { set_variable = { name = color_storage value = title:d_d_benevento_color } } + title:d_berry = { set_variable = { name = color_storage value = title:d_d_berry_color } } + title:d_bihar = { set_variable = { name = color_storage value = title:d_d_bihar_color } } + title:d_binnaka = { set_variable = { name = color_storage value = title:d_d_binnaka_color } } + title:d_bishop_of_iona = { set_variable = { name = color_storage value = title:d_d_bishop_of_iona_color } } + title:d_bjarma_tribe = { set_variable = { name = color_storage value = title:d_d_bjarma_tribe_color } } + title:d_blemmyes = { set_variable = { name = color_storage value = title:d_d_blemmyes_color } } + title:d_bohemia = { set_variable = { name = color_storage value = title:d_d_bohemia_color } } + title:d_bourbon = { set_variable = { name = color_storage value = title:d_d_bourbon_color } } + title:d_brabant = { set_variable = { name = color_storage value = title:d_d_brabant_color } } + title:d_broerec = { set_variable = { name = color_storage value = title:d_d_broerec_color } } + title:d_brycheiniog = { set_variable = { name = color_storage value = title:d_d_brycheiniog_color } } + title:d_bucellaria = { set_variable = { name = color_storage value = title:d_d_bucellaria_color } } + title:d_bukhara = { set_variable = { name = color_storage value = title:d_d_bukhara_color } } + title:d_bulgaria = { set_variable = { name = color_storage value = title:d_d_bulgaria_color } } + title:d_bulgars = { set_variable = { name = color_storage value = title:d_d_bulgars_color } } + title:d_bulls_rishabha = { set_variable = { name = color_storage value = title:d_d_bulls_rishabha_color } } + title:d_burgundy = { set_variable = { name = color_storage value = title:d_d_burgundy_color } } + title:d_cairo = { set_variable = { name = color_storage value = title:d_d_cairo_color } } + title:d_cait = { set_variable = { name = color_storage value = title:d_d_cait_color } } + title:d_calabria = { set_variable = { name = color_storage value = title:d_d_calabria_color } } + title:d_capua = { set_variable = { name = color_storage value = title:d_d_capua_color } } + title:d_carinthia = { set_variable = { name = color_storage value = title:d_d_carinthia_color } } + title:d_castilla = { set_variable = { name = color_storage value = title:d_d_castilla_color } } + title:d_ce = { set_variable = { name = color_storage value = title:d_d_ce_color } } + title:d_cephalonia = { set_variable = { name = color_storage value = title:d_d_cephalonia_color } } + title:d_chaldia = { set_variable = { name = color_storage value = title:d_d_chaldia_color } } + title:d_champagne = { set_variable = { name = color_storage value = title:d_d_champagne_color } } + title:d_charsianon = { set_variable = { name = color_storage value = title:d_d_charsianon_color } } + title:d_chosen_perkunas = { set_variable = { name = color_storage value = title:d_d_chosen_perkunas_color } } + title:d_chumi = { set_variable = { name = color_storage value = title:d_d_chumi_color } } + title:d_chumukun = { set_variable = { name = color_storage value = title:d_d_chumukun_color } } + title:d_chuyue = { set_variable = { name = color_storage value = title:d_d_chuyue_color } } + title:d_cibyrrhaeot = { set_variable = { name = color_storage value = title:d_d_cibyrrhaeot_color } } + title:d_coimbra = { set_variable = { name = color_storage value = title:d_d_coimbra_color } } + title:d_constantinopolitan_prefect = { set_variable = { name = color_storage value = title:d_d_constantinopolitan_prefect_color } } + title:d_conversos = { set_variable = { name = color_storage value = title:d_d_conversos_color } } + title:d_coptic_papacy = { set_variable = { name = color_storage value = title:d_d_coptic_papacy_color } } + title:d_cordoba = { set_variable = { name = color_storage value = title:d_d_cordoba_color } } + title:d_courland_tribe = { set_variable = { name = color_storage value = title:d_d_courland_tribe_color } } + title:d_croatia = { set_variable = { name = color_storage value = title:d_d_croatia_color } } + title:d_currezia = { set_variable = { name = color_storage value = title:d_d_currezia_color } } + title:d_cybelian_pagan = { set_variable = { name = color_storage value = title:d_d_cybelian_pagan_color } } + title:d_dalmatia = { set_variable = { name = color_storage value = title:d_d_dalmatia_color } } + title:d_damascus = { set_variable = { name = color_storage value = title:d_d_damascus_color } } + title:d_danes = { set_variable = { name = color_storage value = title:d_d_danes_color } } + title:d_dauphine = { set_variable = { name = color_storage value = title:d_d_dauphine_color } } + title:d_deasmhumhain = { set_variable = { name = color_storage value = title:d_d_deasmhumhain_color } } + title:d_delta = { set_variable = { name = color_storage value = title:d_d_delta_color } } + title:d_diyarbakr = { set_variable = { name = color_storage value = title:d_d_diyarbakr_color } } + title:d_diyarmudar = { set_variable = { name = color_storage value = title:d_d_diyarmudar_color } } + title:d_diyarrabia = { set_variable = { name = color_storage value = title:d_d_diyarrabia_color } } + title:d_dneipner_balts = { set_variable = { name = color_storage value = title:d_d_dneipner_balts_color } } + title:d_dobrudja = { set_variable = { name = color_storage value = title:d_d_dobrudja_color } } + title:d_domnonia = { set_variable = { name = color_storage value = title:d_d_domnonia_color } } + title:d_donatism = { set_variable = { name = color_storage value = title:d_d_donatism_color } } + title:d_duklja = { set_variable = { name = color_storage value = title:d_d_duklja_color } } + title:d_dyrrachion = { set_variable = { name = color_storage value = title:d_d_dyrrachion_color } } + title:d_east_franconia = { set_variable = { name = color_storage value = title:d_d_east_franconia_color } } + title:d_east_galindians = { set_variable = { name = color_storage value = title:d_d_east_galindians_color } } + title:d_ebionites = { set_variable = { name = color_storage value = title:d_d_ebionites_color } } + title:d_edessa = { set_variable = { name = color_storage value = title:d_d_edessa_color } } + title:d_elmet = { set_variable = { name = color_storage value = title:d_d_elmet_color } } + title:d_emilia = { set_variable = { name = color_storage value = title:d_d_emilia_color } } + title:d_epirus = { set_variable = { name = color_storage value = title:d_d_epirus_color } } + title:d_erzerum = { set_variable = { name = color_storage value = title:d_d_erzerum_color } } + title:d_erzya = { set_variable = { name = color_storage value = title:d_d_erzya_color } } + title:d_esseaxena = { set_variable = { name = color_storage value = title:d_d_esseaxena_color } } + title:d_essina = { set_variable = { name = color_storage value = title:d_d_essina_color } } + title:d_exilarch = { set_variable = { name = color_storage value = title:d_d_exilarch_color } } + title:d_fes = { set_variable = { name = color_storage value = title:d_d_fes_color } } + title:d_fezzan = { set_variable = { name = color_storage value = title:d_d_fezzan_color } } + title:d_flanders = { set_variable = { name = color_storage value = title:d_d_flanders_color } } + title:d_followers_arjuna = { set_variable = { name = color_storage value = title:d_d_followers_arjuna_color } } + title:d_fortriu = { set_variable = { name = color_storage value = title:d_d_fortriu_color } } + title:d_fossatisii = { set_variable = { name = color_storage value = title:d_d_fossatisii_color } } + title:d_fotla = { set_variable = { name = color_storage value = title:d_d_fotla_color } } + title:d_friuli = { set_variable = { name = color_storage value = title:d_d_friuli_color } } + title:d_gabes = { set_variable = { name = color_storage value = title:d_d_gabes_color } } + title:d_galicia = { set_variable = { name = color_storage value = title:d_d_galicia_color } } + title:d_gardman = { set_variable = { name = color_storage value = title:d_d_gardman_color } } + title:d_gascogne = { set_variable = { name = color_storage value = title:d_d_gascogne_color } } + title:d_gaul_prefect = { set_variable = { name = color_storage value = title:d_d_gaul_prefect_color } } + title:d_gayomarthianism = { set_variable = { name = color_storage value = title:d_d_gayomarthianism_color } } + title:d_gelre = { set_variable = { name = color_storage value = title:d_d_gelre_color } } + title:d_georgia = { set_variable = { name = color_storage value = title:d_d_georgia_color } } + title:d_georgian_orthodox = { set_variable = { name = color_storage value = title:d_d_georgian_orthodox_color } } + title:d_germanii = { set_variable = { name = color_storage value = title:d_d_germanii_color } } + title:d_ghifar = { set_variable = { name = color_storage value = title:d_d_ghifar_color } } + title:d_ghomara = { set_variable = { name = color_storage value = title:d_d_ghomara_color } } + title:d_gortyene = { set_variable = { name = color_storage value = title:d_d_gortyene_color } } + title:d_gothic_church = { set_variable = { name = color_storage value = title:d_d_gothic_church_color } } + title:d_goths = { set_variable = { name = color_storage value = title:d_d_goths_color } } + title:d_granada = { set_variable = { name = color_storage value = title:d_d_granada_color } } + title:d_granni = { set_variable = { name = color_storage value = title:d_d_granni_color } } + title:d_guenet = { set_variable = { name = color_storage value = title:d_d_guenet_color } } + title:d_guent = { set_variable = { name = color_storage value = title:d_d_guent_color } } + title:d_gugark = { set_variable = { name = color_storage value = title:d_d_gugark_color } } + title:d_gustow = { set_variable = { name = color_storage value = title:d_d_gustow_color } } + title:d_gutes = { set_variable = { name = color_storage value = title:d_d_gutes_color } } + title:d_gyor = { set_variable = { name = color_storage value = title:d_d_gyor_color } } + title:d_halin = { set_variable = { name = color_storage value = title:d_d_halin_color } } + title:d_hamadan = { set_variable = { name = color_storage value = title:d_d_hamadan_color } } + title:d_hanzalah = { set_variable = { name = color_storage value = title:d_d_hanzalah_color } } + title:d_haruriyyah = { set_variable = { name = color_storage value = title:d_d_haruriyyah_color } } + title:d_hashshashin = { set_variable = { name = color_storage value = title:d_d_hashshashin_color } } + title:d_hawazin = { set_variable = { name = color_storage value = title:d_d_hawazin_color } } + title:d_haymanot = { set_variable = { name = color_storage value = title:d_d_haymanot_color } } + title:d_hellenic_pagan = { set_variable = { name = color_storage value = title:d_d_hellenic_pagan_color } } + title:d_herefinna = { set_variable = { name = color_storage value = title:d_d_herefinna_color } } + title:d_hesse = { set_variable = { name = color_storage value = title:d_d_hesse_color } } + title:d_hhaha = { set_variable = { name = color_storage value = title:d_d_hhaha_color } } + title:d_highland_lithuanians = { set_variable = { name = color_storage value = title:d_d_highland_lithuanians_color } } + title:d_hintata = { set_variable = { name = color_storage value = title:d_d_hintata_color } } + title:d_holland = { set_variable = { name = color_storage value = title:d_d_holland_color } } + title:d_holstein = { set_variable = { name = color_storage value = title:d_d_holstein_color } } + title:d_holy_sepulchre = { set_variable = { name = color_storage value = title:d_d_holy_sepulchre_color } } + title:d_homs = { set_variable = { name = color_storage value = title:d_d_homs_color } } + title:d_hormuz = { set_variable = { name = color_storage value = title:d_d_hormuz_color } } + title:d_huitzilopochtli = { set_variable = { name = color_storage value = title:d_d_huitzilopochtli_color } } + title:d_iazyges = { set_variable = { name = color_storage value = title:d_d_iazyges_color } } + title:d_iconoclast = { set_variable = { name = color_storage value = title:d_d_iconoclast_color } } + title:d_ikh_bogdh = { set_variable = { name = color_storage value = title:d_d_ikh_bogdh_color } } + title:d_imami = { set_variable = { name = color_storage value = title:d_d_imami_color } } + title:d_immortals = { set_variable = { name = color_storage value = title:d_d_immortals_color } } + title:d_istria = { set_variable = { name = color_storage value = title:d_d_istria_color } } + title:d_italy_prefect = { set_variable = { name = color_storage value = title:d_d_italy_prefect_color } } + title:d_izhorians = { set_variable = { name = color_storage value = title:d_d_izhorians_color } } + title:d_jabal_kufs = { set_variable = { name = color_storage value = title:d_d_jabal_kufs_color } } + title:d_jerid = { set_variable = { name = color_storage value = title:d_d_jerid_color } } + title:d_jomsvikings = { set_variable = { name = color_storage value = title:d_d_jomsvikings_color } } + title:d_jonse = { set_variable = { name = color_storage value = title:d_d_jonse_color } } + title:d_judham = { set_variable = { name = color_storage value = title:d_d_judham_color } } + title:d_julich = { set_variable = { name = color_storage value = title:d_d_julich_color } } + title:d_jutes = { set_variable = { name = color_storage value = title:d_d_jutes_color } } + title:d_jylland = { set_variable = { name = color_storage value = title:d_d_jylland_color } } + title:d_kabarism = { set_variable = { name = color_storage value = title:d_d_kabarism_color } } + title:d_kairouan = { set_variable = { name = color_storage value = title:d_d_kairouan_color } } + title:d_kalb = { set_variable = { name = color_storage value = title:d_d_kalb_color } } + title:d_karaism = { set_variable = { name = color_storage value = title:d_d_karaism_color } } + title:d_keoka = { set_variable = { name = color_storage value = title:d_d_keoka_color } } + title:d_kernev = { set_variable = { name = color_storage value = title:d_d_kernev_color } } + title:d_khanty_tribe = { set_variable = { name = color_storage value = title:d_d_khanty_tribe_color } } + title:d_khurmazta = { set_variable = { name = color_storage value = title:d_d_khurmazta_color } } + title:d_khurramism = { set_variable = { name = color_storage value = title:d_d_khurramism_color } } + title:d_knights_calatrava = { set_variable = { name = color_storage value = title:d_d_knights_calatrava_color } } + title:d_knights_hospitaler = { set_variable = { name = color_storage value = title:d_d_knights_hospitaler_color } } + title:d_knights_santiago = { set_variable = { name = color_storage value = title:d_d_knights_santiago_color } } + title:d_knights_templar = { set_variable = { name = color_storage value = title:d_d_knights_templar_color } } + title:d_kohestan = { set_variable = { name = color_storage value = title:d_d_kohestan_color } } + title:d_koivans = { set_variable = { name = color_storage value = title:d_d_koivans_color } } + title:d_kola_tribe = { set_variable = { name = color_storage value = title:d_d_kola_tribe_color } } + title:d_kolochins = { set_variable = { name = color_storage value = title:d_d_kolochins_color } } + title:d_krain = { set_variable = { name = color_storage value = title:d_d_krain_color } } + title:d_kroumerie = { set_variable = { name = color_storage value = title:d_d_kroumerie_color } } + title:d_kufa = { set_variable = { name = color_storage value = title:d_d_kufa_color } } + title:d_kumul = { set_variable = { name = color_storage value = title:d_d_kumul_color } } + title:d_kurdistan = { set_variable = { name = color_storage value = title:d_d_kurdistan_color } } + title:d_kutrigurs = { set_variable = { name = color_storage value = title:d_d_kutrigurs_color } } + title:d_kuyavia = { set_variable = { name = color_storage value = title:d_d_kuyavia_color } } + title:d_kwrtstan = { set_variable = { name = color_storage value = title:d_d_kwrtstan_color } } + title:d_laanemaa = { set_variable = { name = color_storage value = title:d_d_laanemaa_color } } + title:d_laguantan = { set_variable = { name = color_storage value = title:d_d_laguantan_color } } + title:d_languedoc = { set_variable = { name = color_storage value = title:d_d_languedoc_color } } + title:d_lebanon = { set_variable = { name = color_storage value = title:d_d_lebanon_color } } + title:d_lemovia = { set_variable = { name = color_storage value = title:d_d_lemovia_color } } + title:d_leon = { set_variable = { name = color_storage value = title:d_d_leon_color } } + title:d_lettigalians = { set_variable = { name = color_storage value = title:d_d_lettigalians_color } } + title:d_linnius = { set_variable = { name = color_storage value = title:d_d_linnius_color } } + title:d_livonians = { set_variable = { name = color_storage value = title:d_d_livonians_color } } + title:d_lombardia = { set_variable = { name = color_storage value = title:d_d_lombardia_color } } + title:d_lombards = { set_variable = { name = color_storage value = title:d_d_lombards_color } } + title:d_lower_bosna = { set_variable = { name = color_storage value = title:d_d_lower_bosna_color } } + title:d_lower_lorraine = { set_variable = { name = color_storage value = title:d_d_lower_lorraine_color } } + title:d_lowland_lithuanians = { set_variable = { name = color_storage value = title:d_d_lowland_lithuanians_color } } + title:d_luxembourg = { set_variable = { name = color_storage value = title:d_d_luxembourg_color } } + title:d_macronia = { set_variable = { name = color_storage value = title:d_d_macronia_color } } + title:d_macva = { set_variable = { name = color_storage value = title:d_d_macva_color } } + title:d_mafaza = { set_variable = { name = color_storage value = title:d_d_mafaza_color } } + title:d_maingmaw = { set_variable = { name = color_storage value = title:d_d_maingmaw_color } } + title:d_malabarism = { set_variable = { name = color_storage value = title:d_d_malabarism_color } } + title:d_malao = { set_variable = { name = color_storage value = title:d_d_malao_color } } + title:d_manichean = { set_variable = { name = color_storage value = title:d_d_manichean_color } } + title:d_mansi_tribe = { set_variable = { name = color_storage value = title:d_d_mansi_tribe_color } } + title:d_marcionism = { set_variable = { name = color_storage value = title:d_d_marcionism_color } } + title:d_marcomanni = { set_variable = { name = color_storage value = title:d_d_marcomanni_color } } + title:d_mari = { set_variable = { name = color_storage value = title:d_d_mari_color } } + title:d_masmudi = { set_variable = { name = color_storage value = title:d_d_masmudi_color } } + title:d_massalia = { set_variable = { name = color_storage value = title:d_d_massalia_color } } + title:d_mazdakism = { set_variable = { name = color_storage value = title:d_d_mazdakism_color } } + title:d_mazdayasna = { set_variable = { name = color_storage value = title:d_d_mazdayasna_color } } + title:d_meissen = { set_variable = { name = color_storage value = title:d_d_meissen_color } } + title:d_merya = { set_variable = { name = color_storage value = title:d_d_merya_color } } + title:d_meshchera = { set_variable = { name = color_storage value = title:d_d_meshchera_color } } + title:d_mesopotamia = { set_variable = { name = color_storage value = title:d_d_mesopotamia_color } } + title:d_miaphysite = { set_variable = { name = color_storage value = title:d_d_miaphysite_color } } + title:d_mo_tribe = { set_variable = { name = color_storage value = title:d_d_mo_tribe_color } } + title:d_moesia_superior = { set_variable = { name = color_storage value = title:d_d_moesia_superior_color } } + title:d_moksha = { set_variable = { name = color_storage value = title:d_d_moksha_color } } + title:d_monophysite = { set_variable = { name = color_storage value = title:d_d_monophysite_color } } + title:d_montes_aregenses = { set_variable = { name = color_storage value = title:d_d_montes_aregenses_color } } + title:d_moravia = { set_variable = { name = color_storage value = title:d_d_moravia_color } } + title:d_mosania = { set_variable = { name = color_storage value = title:d_d_mosania_color } } + title:d_mosylon = { set_variable = { name = color_storage value = title:d_d_mosylon_color } } + title:d_mundus = { set_variable = { name = color_storage value = title:d_d_mundus_color } } + title:d_murcia = { set_variable = { name = color_storage value = title:d_d_murcia_color } } + title:d_muromians = { set_variable = { name = color_storage value = title:d_d_muromians_color } } + title:d_murzuk = { set_variable = { name = color_storage value = title:d_d_murzuk_color } } + title:d_muwalladi = { set_variable = { name = color_storage value = title:d_d_muwalladi_color } } + title:d_najran = { set_variable = { name = color_storage value = title:d_d_najran_color } } + title:d_narvik_tribe = { set_variable = { name = color_storage value = title:d_d_narvik_tribe_color } } + title:d_nasa = { set_variable = { name = color_storage value = title:d_d_nasa_color } } + title:d_navarra = { set_variable = { name = color_storage value = title:d_d_navarra_color } } + title:d_nishapur = { set_variable = { name = color_storage value = title:d_d_nishapur_color } } + title:d_nok = { set_variable = { name = color_storage value = title:d_d_nok_color } } + title:d_nordgau = { set_variable = { name = color_storage value = title:d_d_nordgau_color } } + title:d_nordmark = { set_variable = { name = color_storage value = title:d_d_nordmark_color } } + title:d_norgyrwa = { set_variable = { name = color_storage value = title:d_d_norgyrwa_color } } + title:d_normandy = { set_variable = { name = color_storage value = title:d_d_normandy_color } } + title:d_noxgaga = { set_variable = { name = color_storage value = title:d_d_noxgaga_color } } + title:d_nuristan = { set_variable = { name = color_storage value = title:d_d_nuristan_color } } + title:d_ogurs = { set_variable = { name = color_storage value = title:d_d_ogurs_color } } + title:d_opone = { set_variable = { name = color_storage value = title:d_d_opone_color } } + title:d_opsikion = { set_variable = { name = color_storage value = title:d_d_opsikion_color } } + title:d_optimatoi = { set_variable = { name = color_storage value = title:d_d_optimatoi_color } } + title:d_orleans = { set_variable = { name = color_storage value = title:d_d_orleans_color } } + title:d_orleans_alans = { set_variable = { name = color_storage value = title:d_d_orleans_alans_color } } + title:d_osraige = { set_variable = { name = color_storage value = title:d_d_osraige_color } } + title:d_osterreich = { set_variable = { name = color_storage value = title:d_d_osterreich_color } } + title:d_ostmark = { set_variable = { name = color_storage value = title:d_d_ostmark_color } } + title:d_oultrejourdain = { set_variable = { name = color_storage value = title:d_d_oultrejourdain_color } } + title:d_oxford = { set_variable = { name = color_storage value = title:d_d_oxford_color } } + title:d_palestine = { set_variable = { name = color_storage value = title:d_d_palestine_color } } + title:d_palmyra = { set_variable = { name = color_storage value = title:d_d_palmyra_color } } + title:d_papal_state = { set_variable = { name = color_storage value = title:d_d_papal_state_color } } + title:d_patriarchate_in_the_east = { set_variable = { name = color_storage value = title:d_d_patriarchate_in_the_east_color } } + title:d_paulician = { set_variable = { name = color_storage value = title:d_d_paulician_color } } + title:d_philippopolis = { set_variable = { name = color_storage value = title:d_d_philippopolis_color } } + title:d_piedmonte = { set_variable = { name = color_storage value = title:d_d_piedmonte_color } } + title:d_pisa = { set_variable = { name = color_storage value = title:d_d_pisa_color } } + title:d_platonic_academy = { set_variable = { name = color_storage value = title:d_d_platonic_academy_color } } + title:d_pohjanmaa_tribe = { set_variable = { name = color_storage value = title:d_d_pohjanmaa_tribe_color } } + title:d_poitou = { set_variable = { name = color_storage value = title:d_d_poitou_color } } + title:d_pomerelia = { set_variable = { name = color_storage value = title:d_d_pomerelia_color } } + title:d_pommerania = { set_variable = { name = color_storage value = title:d_d_pommerania_color } } + title:d_porto = { set_variable = { name = color_storage value = title:d_d_porto_color } } + title:d_powys = { set_variable = { name = color_storage value = title:d_d_powys_color } } + title:d_priscillianism = { set_variable = { name = color_storage value = title:d_d_priscillianism_color } } + title:d_pronsk = { set_variable = { name = color_storage value = title:d_d_pronsk_color } } + title:d_provence = { set_variable = { name = color_storage value = title:d_d_provence_color } } + title:d_prus = { set_variable = { name = color_storage value = title:d_d_prus_color } } + title:d_quraysh = { set_variable = { name = color_storage value = title:d_d_quraysh_color } } + title:d_rabbinism = { set_variable = { name = color_storage value = title:d_d_rabbinism_color } } + title:d_raetia_curiensis = { set_variable = { name = color_storage value = title:d_d_raetia_curiensis_color } } + title:d_ranii = { set_variable = { name = color_storage value = title:d_d_ranii_color } } + title:d_rashka = { set_variable = { name = color_storage value = title:d_d_rashka_color } } + title:d_raumarici = { set_variable = { name = color_storage value = title:d_d_raumarici_color } } + title:d_regraga = { set_variable = { name = color_storage value = title:d_d_regraga_color } } + title:d_reudigni = { set_variable = { name = color_storage value = title:d_d_reudigni_color } } + title:d_revala = { set_variable = { name = color_storage value = title:d_d_revala_color } } + title:d_rif = { set_variable = { name = color_storage value = title:d_d_rif_color } } + title:d_ripuria = { set_variable = { name = color_storage value = title:d_d_ripuria_color } } + title:d_romagna = { set_variable = { name = color_storage value = title:d_d_romagna_color } } + title:d_roman_prefect = { set_variable = { name = color_storage value = title:d_d_roman_prefect_color } } + title:d_saami_tribe = { set_variable = { name = color_storage value = title:d_d_saami_tribe_color } } + title:d_saaremaa = { set_variable = { name = color_storage value = title:d_d_saaremaa_color } } + title:d_sabirs = { set_variable = { name = color_storage value = title:d_d_sabirs_color } } + title:d_sacromontisi = { set_variable = { name = color_storage value = title:d_d_sacromontisi_color } } + title:d_sahara = { set_variable = { name = color_storage value = title:d_d_sahara_color } } + title:d_saint_addai = { set_variable = { name = color_storage value = title:d_d_saint_addai_color } } + title:d_saint_anthony = { set_variable = { name = color_storage value = title:d_d_saint_anthony_color } } + title:d_sakala = { set_variable = { name = color_storage value = title:d_d_sakala_color } } + title:d_salerno = { set_variable = { name = color_storage value = title:d_d_salerno_color } } + title:d_salia = { set_variable = { name = color_storage value = title:d_d_salia_color } } + title:d_salzburg = { set_variable = { name = color_storage value = title:d_d_salzburg_color } } + title:d_samaritan = { set_variable = { name = color_storage value = title:d_d_samaritan_color } } + title:d_samarkand = { set_variable = { name = color_storage value = title:d_d_samarkand_color } } + title:d_samarra = { set_variable = { name = color_storage value = title:d_d_samarra_color } } + title:d_sami = { set_variable = { name = color_storage value = title:d_d_sami_color } } + title:d_sandomiersk = { set_variable = { name = color_storage value = title:d_d_sandomiersk_color } } + title:d_saragurs = { set_variable = { name = color_storage value = title:d_d_saragurs_color } } + title:d_sarapion = { set_variable = { name = color_storage value = title:d_d_sarapion_color } } + title:d_savo_tribe = { set_variable = { name = color_storage value = title:d_d_savo_tribe_color } } + title:d_savoie = { set_variable = { name = color_storage value = title:d_d_savoie_color } } + title:d_sebasteia = { set_variable = { name = color_storage value = title:d_d_sebasteia_color } } + title:d_selonians = { set_variable = { name = color_storage value = title:d_d_selonians_color } } + title:d_senate = { set_variable = { name = color_storage value = title:d_d_senate_color } } + title:d_setomaa = { set_variable = { name = color_storage value = title:d_d_setomaa_color } } + title:d_sevilla = { set_variable = { name = color_storage value = title:d_d_sevilla_color } } + title:d_shammar = { set_variable = { name = color_storage value = title:d_d_shammar_color } } + title:d_shiite = { set_variable = { name = color_storage value = title:d_d_shiite_color } } + title:d_shirvan = { set_variable = { name = color_storage value = title:d_d_shirvan_color } } + title:d_sinai = { set_variable = { name = color_storage value = title:d_d_sinai_color } } + title:d_sklaveni = { set_variable = { name = color_storage value = title:d_d_sklaveni_color } } + title:d_sky_lords = { set_variable = { name = color_storage value = title:d_d_sky_lords_color } } + title:d_slavonia = { set_variable = { name = color_storage value = title:d_d_slavonia_color } } + title:d_slesvig = { set_variable = { name = color_storage value = title:d_d_slesvig_color } } + title:d_somogy = { set_variable = { name = color_storage value = title:d_d_somogy_color } } + title:d_sons_kaleva = { set_variable = { name = color_storage value = title:d_d_sons_kaleva_color } } + title:d_sophanene = { set_variable = { name = color_storage value = title:d_d_sophanene_color } } + title:d_sophene = { set_variable = { name = color_storage value = title:d_d_sophene_color } } + title:d_spirit_guardians = { set_variable = { name = color_storage value = title:d_d_spirit_guardians_color } } + title:d_spoleto = { set_variable = { name = color_storage value = title:d_d_spoleto_color } } + title:d_steyermark = { set_variable = { name = color_storage value = title:d_d_steyermark_color } } + title:d_strymon = { set_variable = { name = color_storage value = title:d_d_strymon_color } } + title:d_suavi = { set_variable = { name = color_storage value = title:d_d_suavi_color } } + title:d_sumparu = { set_variable = { name = color_storage value = title:d_d_sumparu_color } } + title:d_sunni = { set_variable = { name = color_storage value = title:d_d_sunni_color } } + title:d_sussex = { set_variable = { name = color_storage value = title:d_d_sussex_color } } + title:d_suthgyrwa = { set_variable = { name = color_storage value = title:d_d_suthgyrwa_color } } + title:d_suyab = { set_variable = { name = color_storage value = title:d_d_suyab_color } } + title:d_swabia = { set_variable = { name = color_storage value = title:d_d_swabia_color } } + title:d_swedes = { set_variable = { name = color_storage value = title:d_d_swedes_color } } + title:d_swiss = { set_variable = { name = color_storage value = title:d_d_swiss_color } } + title:d_syrmia = { set_variable = { name = color_storage value = title:d_d_syrmia_color } } + title:d_syrte = { set_variable = { name = color_storage value = title:d_d_syrte_color } } + title:d_tabae = { set_variable = { name = color_storage value = title:d_d_tabae_color } } + title:d_taghlebi = { set_variable = { name = color_storage value = title:d_d_taghlebi_color } } + title:d_tahert = { set_variable = { name = color_storage value = title:d_d_tahert_color } } + title:d_tamim = { set_variable = { name = color_storage value = title:d_d_tamim_color } } + title:d_tangiers = { set_variable = { name = color_storage value = title:d_d_tangiers_color } } + title:d_tavast_tribe = { set_variable = { name = color_storage value = title:d_d_tavast_tribe_color } } + title:d_tayk = { set_variable = { name = color_storage value = title:d_d_tayk_color } } + title:d_tel_river = { set_variable = { name = color_storage value = title:d_d_tel_river_color } } + title:d_temes = { set_variable = { name = color_storage value = title:d_d_temes_color } } + title:d_teryukhan = { set_variable = { name = color_storage value = title:d_d_teryukhan_color } } + title:d_teutonic_order = { set_variable = { name = color_storage value = title:d_d_teutonic_order_color } } + title:d_thaqif = { set_variable = { name = color_storage value = title:d_d_thaqif_color } } + title:d_thrace = { set_variable = { name = color_storage value = title:d_d_thrace_color } } + title:d_thracesia = { set_variable = { name = color_storage value = title:d_d_thracesia_color } } + title:d_thracian_goths = { set_variable = { name = color_storage value = title:d_d_thracian_goths_color } } + title:d_thuringia = { set_variable = { name = color_storage value = title:d_d_thuringia_color } } + title:d_tiele = { set_variable = { name = color_storage value = title:d_d_tiele_color } } + title:d_tlemcen = { set_variable = { name = color_storage value = title:d_d_tlemcen_color } } + title:d_toledo = { set_variable = { name = color_storage value = title:d_d_toledo_color } } + title:d_toscana = { set_variable = { name = color_storage value = title:d_d_toscana_color } } + title:d_transjurania = { set_variable = { name = color_storage value = title:d_d_transjurania_color } } + title:d_transylvania = { set_variable = { name = color_storage value = title:d_d_transylvania_color } } + title:d_tridentium = { set_variable = { name = color_storage value = title:d_d_tridentium_color } } + title:d_triparvatha = { set_variable = { name = color_storage value = title:d_d_triparvatha_color } } + title:d_triveria = { set_variable = { name = color_storage value = title:d_d_triveria_color } } + title:d_trondelag = { set_variable = { name = color_storage value = title:d_d_trondelag_color } } + title:d_tunis = { set_variable = { name = color_storage value = title:d_d_tunis_color } } + title:d_turnovo = { set_variable = { name = color_storage value = title:d_d_turnovo_color } } + title:d_udmurt_tribe = { set_variable = { name = color_storage value = title:d_d_udmurt_tribe_color } } + title:d_ugandi = { set_variable = { name = color_storage value = title:d_d_ugandi_color } } + title:d_upper_lorraine = { set_variable = { name = color_storage value = title:d_d_upper_lorraine_color } } + title:d_urartuism = { set_variable = { name = color_storage value = title:d_d_urartuism_color } } + title:d_urdunn = { set_variable = { name = color_storage value = title:d_d_urdunn_color } } + title:d_utigurs = { set_variable = { name = color_storage value = title:d_d_utigurs_color } } + title:d_utrecht = { set_variable = { name = color_storage value = title:d_d_utrecht_color } } + title:d_uusimaa_tribe = { set_variable = { name = color_storage value = title:d_d_uusimaa_tribe_color } } + title:d_valencia = { set_variable = { name = color_storage value = title:d_d_valencia_color } } + title:d_valentinianism = { set_variable = { name = color_storage value = title:d_d_valentinianism_color } } + title:d_valentois_alans = { set_variable = { name = color_storage value = title:d_d_valentois_alans_color } } + title:d_valois = { set_variable = { name = color_storage value = title:d_d_valois_color } } + title:d_venedi = { set_variable = { name = color_storage value = title:d_d_venedi_color } } + title:d_venice = { set_variable = { name = color_storage value = title:d_d_venice_color } } + title:d_verona = { set_variable = { name = color_storage value = title:d_d_verona_color } } + title:d_vidin = { set_variable = { name = color_storage value = title:d_d_vidin_color } } + title:d_vidivaria = { set_variable = { name = color_storage value = title:d_d_vidivaria_color } } + title:d_viraja = { set_variable = { name = color_storage value = title:d_d_viraja_color } } + title:d_virumaa = { set_variable = { name = color_storage value = title:d_d_virumaa_color } } + title:d_viscaya = { set_variable = { name = color_storage value = title:d_d_viscaya_color } } + title:d_visegrad = { set_variable = { name = color_storage value = title:d_d_visegrad_color } } + title:d_vologda_tribe = { set_variable = { name = color_storage value = title:d_d_vologda_tribe_color } } + title:d_votians = { set_variable = { name = color_storage value = title:d_d_votians_color } } + title:d_wabar = { set_variable = { name = color_storage value = title:d_d_wabar_color } } + title:d_warini = { set_variable = { name = color_storage value = title:d_d_warini_color } } + title:d_warriors_perun = { set_variable = { name = color_storage value = title:d_d_warriors_perun_color } } + title:d_wasit = { set_variable = { name = color_storage value = title:d_d_wasit_color } } + title:d_west_franconia = { set_variable = { name = color_storage value = title:d_d_west_franconia_color } } + title:d_west_galindians = { set_variable = { name = color_storage value = title:d_d_west_galindians_color } } + title:d_wielkopolska = { set_variable = { name = color_storage value = title:d_d_wielkopolska_color } } + title:d_yathrib = { set_variable = { name = color_storage value = title:d_d_yathrib_color } } + title:d_yazd = { set_variable = { name = color_storage value = title:d_d_yazd_color } } + title:d_yotvingians = { set_variable = { name = color_storage value = title:d_d_yotvingians_color } } + title:d_yungdrung_bon = { set_variable = { name = color_storage value = title:d_d_yungdrung_bon_color } } + title:d_zab = { set_variable = { name = color_storage value = title:d_d_zab_color } } + title:d_zaghawa = { set_variable = { name = color_storage value = title:d_d_zaghawa_color } } + title:d_zaragoza = { set_variable = { name = color_storage value = title:d_d_zaragoza_color } } + title:d_zealots = { set_variable = { name = color_storage value = title:d_d_zealots_color } } + title:d_zemigalians = { set_variable = { name = color_storage value = title:d_d_zemigalians_color } } + title:d_zinder = { set_variable = { name = color_storage value = title:d_d_zinder_color } } + title:d_znaga = { set_variable = { name = color_storage value = title:d_d_znaga_color } } + title:d_zun_warriors = { set_variable = { name = color_storage value = title:d_d_zun_warriors_color } } + #Counties + title:c_aachen = { set_variable = { name = color_storage value = title:d_c_aachen_color } } + title:c_aalborg = { set_variable = { name = color_storage value = title:d_c_aalborg_color } } + title:c_aarhus = { set_variable = { name = color_storage value = title:d_c_aarhus_color } } + title:c_abakan = { set_variable = { name = color_storage value = title:d_c_abakan_color } } + title:c_abauj = { set_variable = { name = color_storage value = title:d_c_abauj_color } } + title:c_abbadan = { set_variable = { name = color_storage value = title:d_c_abbadan_color } } + title:c_abivard = { set_variable = { name = color_storage value = title:d_c_abivard_color } } + title:c_abkhazia = { set_variable = { name = color_storage value = title:d_c_abkhazia_color } } + title:c_ablastha = { set_variable = { name = color_storage value = title:d_c_ablastha_color } } + title:c_abomey = { set_variable = { name = color_storage value = title:d_c_abomey_color } } + title:c_abruzzi = { set_variable = { name = color_storage value = title:d_c_abruzzi_color } } + title:c_abu_hammad = { set_variable = { name = color_storage value = title:d_c_abu_hammad_color } } + title:c_abwab = { set_variable = { name = color_storage value = title:d_c_abwab_color } } + title:c_abydos = { set_variable = { name = color_storage value = title:d_c_abydos_color } } + title:c_acalapura = { set_variable = { name = color_storage value = title:d_c_acalapura_color } } + title:c_acampse = { set_variable = { name = color_storage value = title:d_c_acampse_color } } + title:c_achaia = { set_variable = { name = color_storage value = title:d_c_achaia_color } } + title:c_acre = { set_variable = { name = color_storage value = title:d_c_acre_color } } + title:c_adanse = { set_variable = { name = color_storage value = title:d_c_adanse_color } } + title:c_adoni = { set_variable = { name = color_storage value = title:d_c_adoni_color } } + title:c_adrianopolis = { set_variable = { name = color_storage value = title:d_c_adrianopolis_color } } + title:c_aeolis = { set_variable = { name = color_storage value = title:d_c_aeolis_color } } + title:c_aetolia = { set_variable = { name = color_storage value = title:d_c_aetolia_color } } + title:c_afar = { set_variable = { name = color_storage value = title:d_c_afar_color } } + title:c_afram = { set_variable = { name = color_storage value = title:d_c_afram_color } } + title:c_agadir = { set_variable = { name = color_storage value = title:d_c_agadir_color } } + title:c_agairik = { set_variable = { name = color_storage value = title:d_c_agairik_color } } + title:c_agaw_meder = { set_variable = { name = color_storage value = title:d_c_agaw_meder_color } } + title:c_agdeside = { set_variable = { name = color_storage value = title:d_c_agdeside_color } } + title:c_agenais = { set_variable = { name = color_storage value = title:d_c_agenais_color } } + title:c_agrigento = { set_variable = { name = color_storage value = title:d_c_agrigento_color } } + title:c_ahqaf = { set_variable = { name = color_storage value = title:d_c_ahqaf_color } } + title:c_ahvaz = { set_variable = { name = color_storage value = title:d_c_ahvaz_color } } + title:c_ailech = { set_variable = { name = color_storage value = title:d_c_ailech_color } } + title:c_ain_galakka = { set_variable = { name = color_storage value = title:d_c_ain_galakka_color } } + title:c_aintab = { set_variable = { name = color_storage value = title:d_c_aintab_color } } + title:c_air = { set_variable = { name = color_storage value = title:d_c_air_color } } + title:c_ajaccio = { set_variable = { name = color_storage value = title:d_c_ajaccio_color } } + title:c_ajayameru = { set_variable = { name = color_storage value = title:d_c_ajayameru_color } } + title:c_ak-dzulpas = { set_variable = { name = color_storage value = title:d_c_ak-dzulpas_color } } + title:c_akhadid = { set_variable = { name = color_storage value = title:d_c_akhadid_color } } + title:c_akkel = { set_variable = { name = color_storage value = title:d_c_akkel_color } } + title:c_akkityk = { set_variable = { name = color_storage value = title:d_c_akkityk_color } } + title:c_aksay = { set_variable = { name = color_storage value = title:d_c_aksay_color } } + title:c_aksu = { set_variable = { name = color_storage value = title:d_c_aksu_color } } + title:c_aksuyek = { set_variable = { name = color_storage value = title:d_c_aksuyek_color } } + title:c_al-arid = { set_variable = { name = color_storage value = title:d_c_al-arid_color } } + title:c_al-asa = { set_variable = { name = color_storage value = title:d_c_al-asa_color } } + title:c_al-buhaira = { set_variable = { name = color_storage value = title:d_c_al-buhaira_color } } + title:c_al-gharbiya = { set_variable = { name = color_storage value = title:d_c_al-gharbiya_color } } + title:c_al-haditha = { set_variable = { name = color_storage value = title:d_c_al-haditha_color } } + title:c_al-hasa = { set_variable = { name = color_storage value = title:d_c_al-hasa_color } } + title:c_al_aqabah = { set_variable = { name = color_storage value = title:d_c_al_aqabah_color } } + title:c_al_jawf = { set_variable = { name = color_storage value = title:d_c_al_jawf_color } } + title:c_aland = { set_variable = { name = color_storage value = title:d_c_aland_color } } + title:c_alarcon = { set_variable = { name = color_storage value = title:d_c_alarcon_color } } + title:c_albarracin = { set_variable = { name = color_storage value = title:d_c_albarracin_color } } + title:c_albi = { set_variable = { name = color_storage value = title:d_c_albi_color } } + title:c_albret = { set_variable = { name = color_storage value = title:d_c_albret_color } } + title:c_alcacer_do_sal = { set_variable = { name = color_storage value = title:d_c_alcacer_do_sal_color } } + title:c_alcaniz = { set_variable = { name = color_storage value = title:d_c_alcaniz_color } } + title:c_alcaraz = { set_variable = { name = color_storage value = title:d_c_alcaraz_color } } + title:c_alencon = { set_variable = { name = color_storage value = title:d_c_alencon_color } } + title:c_aleppo = { set_variable = { name = color_storage value = title:d_c_aleppo_color } } + title:c_alexandretta = { set_variable = { name = color_storage value = title:d_c_alexandretta_color } } + title:c_alexandria = { set_variable = { name = color_storage value = title:d_c_alexandria_color } } + title:c_aley = { set_variable = { name = color_storage value = title:d_c_aley_color } } + title:c_algeciras = { set_variable = { name = color_storage value = title:d_c_algeciras_color } } + title:c_algier = { set_variable = { name = color_storage value = title:d_c_algier_color } } + title:c_alicante = { set_variable = { name = color_storage value = title:d_c_alicante_color } } + title:c_allai = { set_variable = { name = color_storage value = title:d_c_allai_color } } + title:c_allaqi = { set_variable = { name = color_storage value = title:d_c_allaqi_color } } + title:c_allenstein = { set_variable = { name = color_storage value = title:d_c_allenstein_color } } + title:c_almader = { set_variable = { name = color_storage value = title:d_c_almader_color } } + title:c_almaty = { set_variable = { name = color_storage value = title:d_c_almaty_color } } + title:c_almeria = { set_variable = { name = color_storage value = title:d_c_almeria_color } } + title:c_alodia = { set_variable = { name = color_storage value = title:d_c_alodia_color } } + title:c_along = { set_variable = { name = color_storage value = title:d_c_along_color } } + title:c_alpsee = { set_variable = { name = color_storage value = title:d_c_alpsee_color } } + title:c_altay = { set_variable = { name = color_storage value = title:d_c_altay_color } } + title:c_alto_aragon = { set_variable = { name = color_storage value = title:d_c_alto_aragon_color } } + title:c_aluksne = { set_variable = { name = color_storage value = title:d_c_aluksne_color } } + title:c_alupa = { set_variable = { name = color_storage value = title:d_c_alupa_color } } + title:c_alxa = { set_variable = { name = color_storage value = title:d_c_alxa_color } } + title:c_amatlus = { set_variable = { name = color_storage value = title:d_c_amatlus_color } } + title:c_amaya = { set_variable = { name = color_storage value = title:d_c_amaya_color } } + title:c_amdo = { set_variable = { name = color_storage value = title:d_c_amdo_color } } + title:c_amhara = { set_variable = { name = color_storage value = title:d_c_amhara_color } } + title:c_amida = { set_variable = { name = color_storage value = title:d_c_amida_color } } + title:c_amiens = { set_variable = { name = color_storage value = title:d_c_amiens_color } } + title:c_amol = { set_variable = { name = color_storage value = title:d_c_amol_color } } + title:c_amstetten = { set_variable = { name = color_storage value = title:d_c_amstetten_color } } + title:c_anbar = { set_variable = { name = color_storage value = title:d_c_anbar_color } } + title:c_ancona = { set_variable = { name = color_storage value = title:d_c_ancona_color } } + title:c_andujar = { set_variable = { name = color_storage value = title:d_c_andujar_color } } + title:c_angerburg = { set_variable = { name = color_storage value = title:d_c_angerburg_color } } + title:c_angermanland = { set_variable = { name = color_storage value = title:d_c_angermanland_color } } + title:c_anglesey = { set_variable = { name = color_storage value = title:d_c_anglesey_color } } + title:c_angot = { set_variable = { name = color_storage value = title:d_c_angot_color } } + title:c_angouleme = { set_variable = { name = color_storage value = title:d_c_angouleme_color } } + title:c_angus = { set_variable = { name = color_storage value = title:d_c_angus_color } } + title:c_anja = { set_variable = { name = color_storage value = title:d_c_anja_color } } + title:c_anjou = { set_variable = { name = color_storage value = title:d_c_anjou_color } } + title:c_annaba = { set_variable = { name = color_storage value = title:d_c_annaba_color } } + title:c_annandale = { set_variable = { name = color_storage value = title:d_c_annandale_color } } + title:c_ansbach = { set_variable = { name = color_storage value = title:d_c_ansbach_color } } + title:c_ansongo = { set_variable = { name = color_storage value = title:d_c_ansongo_color } } + title:c_antiocheia = { set_variable = { name = color_storage value = title:d_c_antiocheia_color } } + title:c_antipatreia = { set_variable = { name = color_storage value = title:d_c_antipatreia_color } } + title:c_antwerpen = { set_variable = { name = color_storage value = title:d_c_antwerpen_color } } + title:c_aosta = { set_variable = { name = color_storage value = title:d_c_aosta_color } } + title:c_aowin = { set_variable = { name = color_storage value = title:d_c_aowin_color } } + title:c_apahunik = { set_variable = { name = color_storage value = title:d_c_apahunik_color } } + title:c_apulia = { set_variable = { name = color_storage value = title:d_c_apulia_color } } + title:c_aqenganggyai = { set_variable = { name = color_storage value = title:d_c_aqenganggyai_color } } + title:c_aqiq = { set_variable = { name = color_storage value = title:d_c_aqiq_color } } + title:c_aqtobe = { set_variable = { name = color_storage value = title:d_c_aqtobe_color } } + title:c_aquileia = { set_variable = { name = color_storage value = title:d_c_aquileia_color } } + title:c_aquincum = { set_variable = { name = color_storage value = title:d_c_aquincum_color } } + title:c_arad = { set_variable = { name = color_storage value = title:d_c_arad_color } } + title:c_aral_karakum = { set_variable = { name = color_storage value = title:d_c_aral_karakum_color } } + title:c_aralkizil = { set_variable = { name = color_storage value = title:d_c_aralkizil_color } } + title:c_aran = { set_variable = { name = color_storage value = title:d_c_aran_color } } + title:c_arawan = { set_variable = { name = color_storage value = title:d_c_arawan_color } } + title:c_arbanon = { set_variable = { name = color_storage value = title:d_c_arbanon_color } } + title:c_arborea = { set_variable = { name = color_storage value = title:d_c_arborea_color } } + title:c_ardabil = { set_variable = { name = color_storage value = title:d_c_ardabil_color } } + title:c_ardestan = { set_variable = { name = color_storage value = title:d_c_ardestan_color } } + title:c_arezzo = { set_variable = { name = color_storage value = title:d_c_arezzo_color } } + title:c_argyll = { set_variable = { name = color_storage value = title:d_c_argyll_color } } + title:c_arigh = { set_variable = { name = color_storage value = title:d_c_arigh_color } } + title:c_ariksar = { set_variable = { name = color_storage value = title:d_c_ariksar_color } } + title:c_arkat = { set_variable = { name = color_storage value = title:d_c_arkat_color } } + title:c_armagnac = { set_variable = { name = color_storage value = title:d_c_armagnac_color } } + title:c_arnhem = { set_variable = { name = color_storage value = title:d_c_arnhem_color } } + title:c_arnsberg = { set_variable = { name = color_storage value = title:d_c_arnsberg_color } } + title:c_aror = { set_variable = { name = color_storage value = title:d_c_aror_color } } + title:c_arrajan = { set_variable = { name = color_storage value = title:d_c_arrajan_color } } + title:c_arusi = { set_variable = { name = color_storage value = title:d_c_arusi_color } } + title:c_arzhan = { set_variable = { name = color_storage value = title:d_c_arzhan_color } } + title:c_asfi = { set_variable = { name = color_storage value = title:d_c_asfi_color } } + title:c_ashir = { set_variable = { name = color_storage value = title:d_c_ashir_color } } + title:c_ashli = { set_variable = { name = color_storage value = title:d_c_ashli_color } } + title:c_ashmaka = { set_variable = { name = color_storage value = title:d_c_ashmaka_color } } + title:c_asir = { set_variable = { name = color_storage value = title:d_c_asir_color } } + title:c_asirgarh = { set_variable = { name = color_storage value = title:d_c_asirgarh_color } } + title:c_asni = { set_variable = { name = color_storage value = title:d_c_asni_color } } + title:c_aso = { set_variable = { name = color_storage value = title:d_c_aso_color } } + title:c_astana = { set_variable = { name = color_storage value = title:d_c_astana_color } } + title:c_astore = { set_variable = { name = color_storage value = title:d_c_astore_color } } + title:c_astorga = { set_variable = { name = color_storage value = title:d_c_astorga_color } } + title:c_astrakhan = { set_variable = { name = color_storage value = title:d_c_astrakhan_color } } + title:c_asturias_de_oviedo = { set_variable = { name = color_storage value = title:d_c_asturias_de_oviedo_color } } + title:c_asturias_de_santillana = { set_variable = { name = color_storage value = title:d_c_asturias_de_santillana_color } } + title:c_aswan = { set_variable = { name = color_storage value = title:d_c_aswan_color } } + title:c_asyut = { set_variable = { name = color_storage value = title:d_c_asyut_color } } + title:c_atamansku = { set_variable = { name = color_storage value = title:d_c_atamansku_color } } + title:c_atbara = { set_variable = { name = color_storage value = title:d_c_atbara_color } } + title:c_atbasar = { set_variable = { name = color_storage value = title:d_c_atbasar_color } } + title:c_athlone = { set_variable = { name = color_storage value = title:d_c_athlone_color } } + title:c_atholl = { set_variable = { name = color_storage value = title:d_c_atholl_color } } + title:c_atkarsk = { set_variable = { name = color_storage value = title:d_c_atkarsk_color } } + title:c_attica = { set_variable = { name = color_storage value = title:d_c_attica_color } } + title:c_attie = { set_variable = { name = color_storage value = title:d_c_attie_color } } + title:c_atyrau = { set_variable = { name = color_storage value = title:d_c_atyrau_color } } + title:c_augsburg = { set_variable = { name = color_storage value = title:d_c_augsburg_color } } + title:c_aunis = { set_variable = { name = color_storage value = title:d_c_aunis_color } } + title:c_austisland = { set_variable = { name = color_storage value = title:d_c_austisland_color } } + title:c_auvergne = { set_variable = { name = color_storage value = title:d_c_auvergne_color } } + title:c_auxerre = { set_variable = { name = color_storage value = title:d_c_auxerre_color } } + title:c_ava = { set_variable = { name = color_storage value = title:d_c_ava_color } } + title:c_avalois = { set_variable = { name = color_storage value = title:d_c_avalois_color } } + title:c_aveiro = { set_variable = { name = color_storage value = title:d_c_aveiro_color } } + title:c_avila = { set_variable = { name = color_storage value = title:d_c_avila_color } } + title:c_aviovara = { set_variable = { name = color_storage value = title:d_c_aviovara_color } } + title:c_avlonas = { set_variable = { name = color_storage value = title:d_c_avlonas_color } } + title:c_avranches = { set_variable = { name = color_storage value = title:d_c_avranches_color } } + title:c_awjila = { set_variable = { name = color_storage value = title:d_c_awjila_color } } + title:c_awkar = { set_variable = { name = color_storage value = title:d_c_awkar_color } } + title:c_awssa = { set_variable = { name = color_storage value = title:d_c_awssa_color } } + title:c_aydhab = { set_variable = { name = color_storage value = title:d_c_aydhab_color } } + title:c_ayn_farah = { set_variable = { name = color_storage value = title:d_c_ayn_farah_color } } + title:c_ayodhya = { set_variable = { name = color_storage value = title:d_c_ayodhya_color } } + title:c_ayrarat = { set_variable = { name = color_storage value = title:d_c_ayrarat_color } } + title:c_ayrshire = { set_variable = { name = color_storage value = title:d_c_ayrshire_color } } + title:c_aytos = { set_variable = { name = color_storage value = title:d_c_aytos_color } } + title:c_az-dhahira = { set_variable = { name = color_storage value = title:d_c_az-dhahira_color } } + title:c_azas = { set_variable = { name = color_storage value = title:d_c_azas_color } } + title:c_azov = { set_variable = { name = color_storage value = title:d_c_azov_color } } + title:c_azukki = { set_variable = { name = color_storage value = title:d_c_azukki_color } } + title:c_azysia = { set_variable = { name = color_storage value = title:d_c_azysia_color } } + title:c_baalbek = { set_variable = { name = color_storage value = title:d_c_baalbek_color } } + title:c_babruysk = { set_variable = { name = color_storage value = title:d_c_babruysk_color } } + title:c_bacs = { set_variable = { name = color_storage value = title:d_c_bacs_color } } + title:c_badajoz = { set_variable = { name = color_storage value = title:d_c_badajoz_color } } + title:c_badakhshan = { set_variable = { name = color_storage value = title:d_c_badakhshan_color } } + title:c_badaraya = { set_variable = { name = color_storage value = title:d_c_badaraya_color } } + title:c_baden = { set_variable = { name = color_storage value = title:d_c_baden_color } } + title:c_badghis = { set_variable = { name = color_storage value = title:d_c_badghis_color } } + title:c_badi = { set_variable = { name = color_storage value = title:d_c_badi_color } } + title:c_badis = { set_variable = { name = color_storage value = title:d_c_badis_color } } + title:c_baduspan = { set_variable = { name = color_storage value = title:d_c_baduspan_color } } + title:c_baghdad = { set_variable = { name = color_storage value = title:d_c_baghdad_color } } + title:c_bagrewand = { set_variable = { name = color_storage value = title:d_c_bagrewand_color } } + title:c_baguirmi = { set_variable = { name = color_storage value = title:d_c_baguirmi_color } } + title:c_bahnasa = { set_variable = { name = color_storage value = title:d_c_bahnasa_color } } + title:c_bahriya = { set_variable = { name = color_storage value = title:d_c_bahriya_color } } + title:c_baibalik = { set_variable = { name = color_storage value = title:d_c_baibalik_color } } + title:c_baigaluuls = { set_variable = { name = color_storage value = title:d_c_baigaluuls_color } } + title:c_baihaq = { set_variable = { name = color_storage value = title:d_c_baihaq_color } } + title:c_bailaqan = { set_variable = { name = color_storage value = title:d_c_bailaqan_color } } + title:c_baima = { set_variable = { name = color_storage value = title:d_c_baima_color } } + title:c_baingoin = { set_variable = { name = color_storage value = title:d_c_baingoin_color } } + title:c_baisary = { set_variable = { name = color_storage value = title:d_c_baisary_color } } + title:c_baiyin = { set_variable = { name = color_storage value = title:d_c_baiyin_color } } + title:c_bajura = { set_variable = { name = color_storage value = title:d_c_bajura_color } } + title:c_bakharz = { set_variable = { name = color_storage value = title:d_c_bakharz_color } } + title:c_bakhmut = { set_variable = { name = color_storage value = title:d_c_bakhmut_color } } + title:c_bakriya = { set_variable = { name = color_storage value = title:d_c_bakriya_color } } + title:c_balachev = { set_variable = { name = color_storage value = title:d_c_balachev_color } } + title:c_balashagun = { set_variable = { name = color_storage value = title:d_c_balashagun_color } } + title:c_balgun = { set_variable = { name = color_storage value = title:d_c_balgun_color } } + title:c_bali = { set_variable = { name = color_storage value = title:d_c_bali_color } } + title:c_balkh = { set_variable = { name = color_storage value = title:d_c_balkh_color } } + title:c_balkonda = { set_variable = { name = color_storage value = title:d_c_balkonda_color } } + title:c_balqa = { set_variable = { name = color_storage value = title:d_c_balqa_color } } + title:c_bam = { set_variable = { name = color_storage value = title:d_c_bam_color } } + title:c_bamberg = { set_variable = { name = color_storage value = title:d_c_bamberg_color } } + title:c_bambuk = { set_variable = { name = color_storage value = title:d_c_bambuk_color } } + title:c_bamian = { set_variable = { name = color_storage value = title:d_c_bamian_color } } + title:c_bampur = { set_variable = { name = color_storage value = title:d_c_bampur_color } } + title:c_banavasi = { set_variable = { name = color_storage value = title:d_c_banavasi_color } } + title:c_banbar = { set_variable = { name = color_storage value = title:d_c_banbar_color } } + title:c_bandhugadha = { set_variable = { name = color_storage value = title:d_c_bandhugadha_color } } + title:c_bandiagara = { set_variable = { name = color_storage value = title:d_c_bandiagara_color } } + title:c_bangaon = { set_variable = { name = color_storage value = title:d_c_bangaon_color } } + title:c_bannu = { set_variable = { name = color_storage value = title:d_c_bannu_color } } + title:c_banre = { set_variable = { name = color_storage value = title:d_c_banre_color } } + title:c_baol = { set_variable = { name = color_storage value = title:d_c_baol_color } } + title:c_baqen = { set_variable = { name = color_storage value = title:d_c_baqen_color } } + title:c_baqlin = { set_variable = { name = color_storage value = title:d_c_baqlin_color } } + title:c_bar = { set_variable = { name = color_storage value = title:d_c_bar_color } } + title:c_baranya = { set_variable = { name = color_storage value = title:d_c_baranya_color } } + title:c_barasuru = { set_variable = { name = color_storage value = title:d_c_barasuru_color } } + title:c_barbacadle = { set_variable = { name = color_storage value = title:d_c_barbacadle_color } } + title:c_barcasag = { set_variable = { name = color_storage value = title:d_c_barcasag_color } } + title:c_barcelona = { set_variable = { name = color_storage value = title:d_c_barcelona_color } } + title:c_bardak = { set_variable = { name = color_storage value = title:d_c_bardak_color } } + title:c_bargajan = { set_variable = { name = color_storage value = title:d_c_bargajan_color } } + title:c_bari = { set_variable = { name = color_storage value = title:d_c_bari_color } } + title:c_barkam = { set_variable = { name = color_storage value = title:d_c_barkam_color } } + title:c_barkul = { set_variable = { name = color_storage value = title:d_c_barkul_color } } + title:c_barlad = { set_variable = { name = color_storage value = title:d_c_barlad_color } } + title:c_barma = { set_variable = { name = color_storage value = title:d_c_barma_color } } + title:c_barnaul = { set_variable = { name = color_storage value = title:d_c_barnaul_color } } + title:c_barqa = { set_variable = { name = color_storage value = title:d_c_barqa_color } } + title:c_bars = { set_variable = { name = color_storage value = title:d_c_bars_color } } + title:c_barsuki = { set_variable = { name = color_storage value = title:d_c_barsuki_color } } + title:c_bartenstein = { set_variable = { name = color_storage value = title:d_c_bartenstein_color } } + title:c_basagha = { set_variable = { name = color_storage value = title:d_c_basagha_color } } + title:c_basra = { set_variable = { name = color_storage value = title:d_c_basra_color } } + title:c_bassa = { set_variable = { name = color_storage value = title:d_c_bassa_color } } + title:c_bastia = { set_variable = { name = color_storage value = title:d_c_bastia_color } } + title:c_batang = { set_variable = { name = color_storage value = title:d_c_batang_color } } + title:c_batiha = { set_variable = { name = color_storage value = title:d_c_batiha_color } } + title:c_batina = { set_variable = { name = color_storage value = title:d_c_batina_color } } + title:c_batn_al-hajar = { set_variable = { name = color_storage value = title:d_c_batn_al-hajar_color } } + title:c_batticaloa = { set_variable = { name = color_storage value = title:d_c_batticaloa_color } } + title:c_bauchi = { set_variable = { name = color_storage value = title:d_c_bauchi_color } } + title:c_baxoi = { set_variable = { name = color_storage value = title:d_c_baxoi_color } } + title:c_baydhabo = { set_variable = { name = color_storage value = title:d_c_baydhabo_color } } + title:c_bayeux = { set_variable = { name = color_storage value = title:d_c_bayeux_color } } + title:c_bazin = { set_variable = { name = color_storage value = title:d_c_bazin_color } } + title:c_bearn = { set_variable = { name = color_storage value = title:d_c_bearn_color } } + title:c_beaumont = { set_variable = { name = color_storage value = title:d_c_beaumont_color } } + title:c_bedford = { set_variable = { name = color_storage value = title:d_c_bedford_color } } + title:c_begemder = { set_variable = { name = color_storage value = title:d_c_begemder_color } } + title:c_begho = { set_variable = { name = color_storage value = title:d_c_begho_color } } + title:c_behabad = { set_variable = { name = color_storage value = title:d_c_behabad_color } } + title:c_beirut = { set_variable = { name = color_storage value = title:d_c_beirut_color } } + title:c_beja = { set_variable = { name = color_storage value = title:d_c_beja_color } } + title:c_bejaia = { set_variable = { name = color_storage value = title:d_c_bejaia_color } } + title:c_bekes = { set_variable = { name = color_storage value = title:d_c_bekes_color } } + title:c_beksima = { set_variable = { name = color_storage value = title:d_c_beksima_color } } + title:c_belebey = { set_variable = { name = color_storage value = title:d_c_belebey_color } } + title:c_bellac = { set_variable = { name = color_storage value = title:d_c_bellac_color } } + title:c_belogorje = { set_variable = { name = color_storage value = title:d_c_belogorje_color } } + title:c_beloozero = { set_variable = { name = color_storage value = title:d_c_beloozero_color } } + title:c_belz = { set_variable = { name = color_storage value = title:d_c_belz_color } } + title:c_bena = { set_variable = { name = color_storage value = title:d_c_bena_color } } + title:c_benavente = { set_variable = { name = color_storage value = title:d_c_benavente_color } } + title:c_benevento = { set_variable = { name = color_storage value = title:d_c_benevento_color } } + title:c_benin = { set_variable = { name = color_storage value = title:d_c_benin_color } } + title:c_beograd = { set_variable = { name = color_storage value = title:d_c_beograd_color } } + title:c_berbera = { set_variable = { name = color_storage value = title:d_c_berbera_color } } + title:c_berchtesgaden = { set_variable = { name = color_storage value = title:d_c_berchtesgaden_color } } + title:c_bereg = { set_variable = { name = color_storage value = title:d_c_bereg_color } } + title:c_berent = { set_variable = { name = color_storage value = title:d_c_berent_color } } + title:c_berestye = { set_variable = { name = color_storage value = title:d_c_berestye_color } } + title:c_bergh = { set_variable = { name = color_storage value = title:d_c_bergh_color } } + title:c_berkshire = { set_variable = { name = color_storage value = title:d_c_berkshire_color } } + title:c_berlin = { set_variable = { name = color_storage value = title:d_c_berlin_color } } + title:c_bern = { set_variable = { name = color_storage value = title:d_c_bern_color } } + title:c_beroe = { set_variable = { name = color_storage value = title:d_c_beroe_color } } + title:c_berry = { set_variable = { name = color_storage value = title:d_c_berry_color } } + title:c_berta = { set_variable = { name = color_storage value = title:d_c_berta_color } } + title:c_besancon = { set_variable = { name = color_storage value = title:d_c_besancon_color } } + title:c_beshbalik = { set_variable = { name = color_storage value = title:d_c_beshbalik_color } } + title:c_beszterce = { set_variable = { name = color_storage value = title:d_c_beszterce_color } } + title:c_bethen = { set_variable = { name = color_storage value = title:d_c_bethen_color } } + title:c_betpa = { set_variable = { name = color_storage value = title:d_c_betpa_color } } + title:c_bezichi = { set_variable = { name = color_storage value = title:d_c_bezichi_color } } + title:c_beziers = { set_variable = { name = color_storage value = title:d_c_beziers_color } } + title:c_bhakkar = { set_variable = { name = color_storage value = title:d_c_bhakkar_color } } + title:c_bhaktapur = { set_variable = { name = color_storage value = title:d_c_bhaktapur_color } } + title:c_bhera = { set_variable = { name = color_storage value = title:d_c_bhera_color } } + title:c_bhumilka = { set_variable = { name = color_storage value = title:d_c_bhumilka_color } } + title:c_bigorre = { set_variable = { name = color_storage value = title:d_c_bigorre_color } } + title:c_bihar = { set_variable = { name = color_storage value = title:d_c_bihar_color } } + title:c_biia = { set_variable = { name = color_storage value = title:d_c_biia_color } } + title:c_bikrampur = { set_variable = { name = color_storage value = title:d_c_bikrampur_color } } + title:c_bilizma = { set_variable = { name = color_storage value = title:d_c_bilizma_color } } + title:c_bilma = { set_variable = { name = color_storage value = title:d_c_bilma_color } } + title:c_bindugu = { set_variable = { name = color_storage value = title:d_c_bindugu_color } } + title:c_bir_amir = { set_variable = { name = color_storage value = title:d_c_bir_amir_color } } + title:c_bisha = { set_variable = { name = color_storage value = title:d_c_bisha_color } } + title:c_biskra = { set_variable = { name = color_storage value = title:d_c_biskra_color } } + title:c_bithynia = { set_variable = { name = color_storage value = title:d_c_bithynia_color } } + title:c_biton = { set_variable = { name = color_storage value = title:d_c_biton_color } } + title:c_biun = { set_variable = { name = color_storage value = title:d_c_biun_color } } + title:c_blankenburg = { set_variable = { name = color_storage value = title:d_c_blankenburg_color } } + title:c_blekinge = { set_variable = { name = color_storage value = title:d_c_blekinge_color } } + title:c_blois = { set_variable = { name = color_storage value = title:d_c_blois_color } } + title:c_bodele = { set_variable = { name = color_storage value = title:d_c_bodele_color } } + title:c_bodrog = { set_variable = { name = color_storage value = title:d_c_bodrog_color } } + title:c_boeotia = { set_variable = { name = color_storage value = title:d_c_boeotia_color } } + title:c_boleslav = { set_variable = { name = color_storage value = title:d_c_boleslav_color } } + title:c_bolghar = { set_variable = { name = color_storage value = title:d_c_bolghar_color } } + title:c_bologna = { set_variable = { name = color_storage value = title:d_c_bologna_color } } + title:c_bombogor = { set_variable = { name = color_storage value = title:d_c_bombogor_color } } + title:c_bome = { set_variable = { name = color_storage value = title:d_c_bome_color } } + title:c_bonduku = { set_variable = { name = color_storage value = title:d_c_bonduku_color } } + title:c_bono = { set_variable = { name = color_storage value = title:d_c_bono_color } } + title:c_bonoso = { set_variable = { name = color_storage value = title:d_c_bonoso_color } } + title:c_bordeaux = { set_variable = { name = color_storage value = title:d_c_bordeaux_color } } + title:c_bornholm = { set_variable = { name = color_storage value = title:d_c_bornholm_color } } + title:c_bornu = { set_variable = { name = color_storage value = title:d_c_bornu_color } } + title:c_boro_burgasu = { set_variable = { name = color_storage value = title:d_c_boro_burgasu_color } } + title:c_boron = { set_variable = { name = color_storage value = title:d_c_boron_color } } + title:c_borsod = { set_variable = { name = color_storage value = title:d_c_borsod_color } } + title:c_bost = { set_variable = { name = color_storage value = title:d_c_bost_color } } + title:c_bothin = { set_variable = { name = color_storage value = title:d_c_bothin_color } } + title:c_boubo = { set_variable = { name = color_storage value = title:d_c_boubo_color } } + title:c_bouillon = { set_variable = { name = color_storage value = title:d_c_bouillon_color } } + title:c_boulogne = { set_variable = { name = color_storage value = title:d_c_boulogne_color } } + title:c_bourbon = { set_variable = { name = color_storage value = title:d_c_bourbon_color } } + title:c_brabant = { set_variable = { name = color_storage value = title:d_c_brabant_color } } + title:c_braganza = { set_variable = { name = color_storage value = title:d_c_braganza_color } } + title:c_braila = { set_variable = { name = color_storage value = title:d_c_braila_color } } + title:c_brandenburg = { set_variable = { name = color_storage value = title:d_c_brandenburg_color } } + title:c_branicevo = { set_variable = { name = color_storage value = title:d_c_branicevo_color } } + title:c_braslau = { set_variable = { name = color_storage value = title:d_c_braslau_color } } + title:c_bratsk = { set_variable = { name = color_storage value = title:d_c_bratsk_color } } + title:c_brecknockshire = { set_variable = { name = color_storage value = title:d_c_brecknockshire_color } } + title:c_breifne = { set_variable = { name = color_storage value = title:d_c_breifne_color } } + title:c_breisgau = { set_variable = { name = color_storage value = title:d_c_breisgau_color } } + title:c_bremen = { set_variable = { name = color_storage value = title:d_c_bremen_color } } + title:c_brene = { set_variable = { name = color_storage value = title:d_c_brene_color } } + title:c_brescia = { set_variable = { name = color_storage value = title:d_c_brescia_color } } + title:c_breslau = { set_variable = { name = color_storage value = title:d_c_breslau_color } } + title:c_bresse = { set_variable = { name = color_storage value = title:d_c_bresse_color } } + title:c_brie_francaise = { set_variable = { name = color_storage value = title:d_c_brie_francaise_color } } + title:c_briey = { set_variable = { name = color_storage value = title:d_c_briey_color } } + title:c_brixen = { set_variable = { name = color_storage value = title:d_c_brixen_color } } + title:c_brno = { set_variable = { name = color_storage value = title:d_c_brno_color } } + title:c_brugge = { set_variable = { name = color_storage value = title:d_c_brugge_color } } + title:c_brunswick = { set_variable = { name = color_storage value = title:d_c_brunswick_color } } + title:c_brysis = { set_variable = { name = color_storage value = title:d_c_brysis_color } } + title:c_brzeg = { set_variable = { name = color_storage value = title:d_c_brzeg_color } } + title:c_buchan = { set_variable = { name = color_storage value = title:d_c_buchan_color } } + title:c_buckinghamshire = { set_variable = { name = color_storage value = title:d_c_buckinghamshire_color } } + title:c_bucuresti = { set_variable = { name = color_storage value = title:d_c_bucuresti_color } } + title:c_bugurslan = { set_variable = { name = color_storage value = title:d_c_bugurslan_color } } + title:c_bukhara = { set_variable = { name = color_storage value = title:d_c_bukhara_color } } + title:c_bumthang = { set_variable = { name = color_storage value = title:d_c_bumthang_color } } + title:c_bundu = { set_variable = { name = color_storage value = title:d_c_bundu_color } } + title:c_bur = { set_variable = { name = color_storage value = title:d_c_bur_color } } + title:c_bura = { set_variable = { name = color_storage value = title:d_c_bura_color } } + title:c_bure = { set_variable = { name = color_storage value = title:d_c_bure_color } } + title:c_burgas = { set_variable = { name = color_storage value = title:d_c_burgas_color } } + title:c_burgau = { set_variable = { name = color_storage value = title:d_c_burgau_color } } + title:c_burgos = { set_variable = { name = color_storage value = title:d_c_burgos_color } } + title:c_burhanpur = { set_variable = { name = color_storage value = title:d_c_burhanpur_color } } + title:c_burji = { set_variable = { name = color_storage value = title:d_c_burji_color } } + title:c_burugu_aallar = { set_variable = { name = color_storage value = title:d_c_burugu_aallar_color } } + title:c_busaso = { set_variable = { name = color_storage value = title:d_c_busaso_color } } + title:c_bussa = { set_variable = { name = color_storage value = title:d_c_bussa_color } } + title:c_buthrotum = { set_variable = { name = color_storage value = title:d_c_buthrotum_color } } + title:c_buzau = { set_variable = { name = color_storage value = title:d_c_buzau_color } } + title:c_byzantion = { set_variable = { name = color_storage value = title:d_c_byzantion_color } } + title:c_cabardinia = { set_variable = { name = color_storage value = title:d_c_cabardinia_color } } + title:c_cabra = { set_variable = { name = color_storage value = title:d_c_cabra_color } } + title:c_caceres = { set_variable = { name = color_storage value = title:d_c_caceres_color } } + title:c_cadiz = { set_variable = { name = color_storage value = title:d_c_cadiz_color } } + title:c_caernarfonshire = { set_variable = { name = color_storage value = title:d_c_caernarfonshire_color } } + title:c_cagliari = { set_variable = { name = color_storage value = title:d_c_cagliari_color } } + title:c_cairo = { set_variable = { name = color_storage value = title:d_c_cairo_color } } + title:c_caithness = { set_variable = { name = color_storage value = title:d_c_caithness_color } } + title:c_cakrakuta = { set_variable = { name = color_storage value = title:d_c_cakrakuta_color } } + title:c_calafat = { set_variable = { name = color_storage value = title:d_c_calafat_color } } + title:c_calarasi = { set_variable = { name = color_storage value = title:d_c_calarasi_color } } + title:c_calatayud = { set_variable = { name = color_storage value = title:d_c_calatayud_color } } + title:c_calatrava = { set_variable = { name = color_storage value = title:d_c_calatrava_color } } + title:c_camarda = { set_variable = { name = color_storage value = title:d_c_camarda_color } } + title:c_cambray = { set_variable = { name = color_storage value = title:d_c_cambray_color } } + title:c_cambridgeshire = { set_variable = { name = color_storage value = title:d_c_cambridgeshire_color } } + title:c_cammin = { set_variable = { name = color_storage value = title:d_c_cammin_color } } + title:c_campulung = { set_variable = { name = color_storage value = title:d_c_campulung_color } } + title:c_canarias = { set_variable = { name = color_storage value = title:d_c_canarias_color } } + title:c_canavese = { set_variable = { name = color_storage value = title:d_c_canavese_color } } + title:c_canda = { set_variable = { name = color_storage value = title:d_c_canda_color } } + title:c_candhoba = { set_variable = { name = color_storage value = title:d_c_candhoba_color } } + title:c_candradvipa = { set_variable = { name = color_storage value = title:d_c_candradvipa_color } } + title:c_cappadocia = { set_variable = { name = color_storage value = title:d_c_cappadocia_color } } + title:c_capua = { set_variable = { name = color_storage value = title:d_c_capua_color } } + title:c_carcassonne = { set_variable = { name = color_storage value = title:d_c_carcassonne_color } } + title:c_cardiganshire = { set_variable = { name = color_storage value = title:d_c_cardiganshire_color } } + title:c_caria = { set_variable = { name = color_storage value = title:d_c_caria_color } } + title:c_carmarthenshire = { set_variable = { name = color_storage value = title:d_c_carmarthenshire_color } } + title:c_carrick = { set_variable = { name = color_storage value = title:d_c_carrick_color } } + title:c_casentino = { set_variable = { name = color_storage value = title:d_c_casentino_color } } + title:c_caslav = { set_variable = { name = color_storage value = title:d_c_caslav_color } } + title:c_castellon = { set_variable = { name = color_storage value = title:d_c_castellon_color } } + title:c_castelo_branco = { set_variable = { name = color_storage value = title:d_c_castelo_branco_color } } + title:c_caze = { set_variable = { name = color_storage value = title:d_c_caze_color } } + title:c_cephalonia = { set_variable = { name = color_storage value = title:d_c_cephalonia_color } } + title:c_cerasus = { set_variable = { name = color_storage value = title:d_c_cerasus_color } } + title:c_cetatea_alba = { set_variable = { name = color_storage value = title:d_c_cetatea_alba_color } } + title:c_cetina = { set_variable = { name = color_storage value = title:d_c_cetina_color } } + title:c_ceuta = { set_variable = { name = color_storage value = title:d_c_ceuta_color } } + title:c_chadrinsk = { set_variable = { name = color_storage value = title:d_c_chadrinsk_color } } + title:c_chagdy_aallar = { set_variable = { name = color_storage value = title:d_c_chagdy_aallar_color } } + title:c_chaghaniyan = { set_variable = { name = color_storage value = title:d_c_chaghaniyan_color } } + title:c_chah = { set_variable = { name = color_storage value = title:d_c_chah_color } } + title:c_chakla = { set_variable = { name = color_storage value = title:d_c_chakla_color } } + title:c_chalkidike = { set_variable = { name = color_storage value = title:d_c_chalkidike_color } } + title:c_chalon = { set_variable = { name = color_storage value = title:d_c_chalon_color } } + title:c_chalons = { set_variable = { name = color_storage value = title:d_c_chalons_color } } + title:c_chamil = { set_variable = { name = color_storage value = title:d_c_chamil_color } } + title:c_chandax = { set_variable = { name = color_storage value = title:d_c_chandax_color } } + title:c_chanderi = { set_variable = { name = color_storage value = title:d_c_chanderi_color } } + title:c_changma = { set_variable = { name = color_storage value = title:d_c_changma_color } } + title:c_chania = { set_variable = { name = color_storage value = title:d_c_chania_color } } + title:c_charaideo = { set_variable = { name = color_storage value = title:d_c_charaideo_color } } + title:c_charkliq = { set_variable = { name = color_storage value = title:d_c_charkliq_color } } + title:c_charsianon = { set_variable = { name = color_storage value = title:d_c_charsianon_color } } + title:c_chartres = { set_variable = { name = color_storage value = title:d_c_chartres_color } } + title:c_chauragarh = { set_variable = { name = color_storage value = title:d_c_chauragarh_color } } + title:c_cheboksary = { set_variable = { name = color_storage value = title:d_c_cheboksary_color } } + title:c_chelabinsk = { set_variable = { name = color_storage value = title:d_c_chelabinsk_color } } + title:c_cherchen = { set_variable = { name = color_storage value = title:d_c_cherchen_color } } + title:c_cherik = { set_variable = { name = color_storage value = title:d_c_cherik_color } } + title:c_cherkassy = { set_variable = { name = color_storage value = title:d_c_cherkassy_color } } + title:c_chernigov = { set_variable = { name = color_storage value = title:d_c_chernigov_color } } + title:c_cherso = { set_variable = { name = color_storage value = title:d_c_cherso_color } } + title:c_cherven = { set_variable = { name = color_storage value = title:d_c_cherven_color } } + title:c_cheshire = { set_variable = { name = color_storage value = title:d_c_cheshire_color } } + title:c_chich = { set_variable = { name = color_storage value = title:d_c_chich_color } } + title:c_chikoy = { set_variable = { name = color_storage value = title:d_c_chikoy_color } } + title:c_chilia = { set_variable = { name = color_storage value = title:d_c_chilia_color } } + title:c_chindu = { set_variable = { name = color_storage value = title:d_c_chindu_color } } + title:c_chios = { set_variable = { name = color_storage value = title:d_c_chios_color } } + title:c_chitrakut = { set_variable = { name = color_storage value = title:d_c_chitrakut_color } } + title:c_chitral = { set_variable = { name = color_storage value = title:d_c_chitral_color } } + title:c_choklema = { set_variable = { name = color_storage value = title:d_c_choklema_color } } + title:c_cholamandalam = { set_variable = { name = color_storage value = title:d_c_cholamandalam_color } } + title:c_chonae = { set_variable = { name = color_storage value = title:d_c_chonae_color } } + title:c_chornobyl = { set_variable = { name = color_storage value = title:d_c_chornobyl_color } } + title:c_chuguchak = { set_variable = { name = color_storage value = title:d_c_chuguchak_color } } + title:c_chulym = { set_variable = { name = color_storage value = title:d_c_chulym_color } } + title:c_chumarho = { set_variable = { name = color_storage value = title:d_c_chumarho_color } } + title:c_chuna = { set_variable = { name = color_storage value = title:d_c_chuna_color } } + title:c_chunar = { set_variable = { name = color_storage value = title:d_c_chunar_color } } + title:c_chungthang = { set_variable = { name = color_storage value = title:d_c_chungthang_color } } + title:c_chuya = { set_variable = { name = color_storage value = title:d_c_chuya_color } } + title:c_cieszyn = { set_variable = { name = color_storage value = title:d_c_cieszyn_color } } + title:c_cilicia = { set_variable = { name = color_storage value = title:d_c_cilicia_color } } + title:c_clermont = { set_variable = { name = color_storage value = title:d_c_clermont_color } } + title:c_clermont_sur_allier = { set_variable = { name = color_storage value = title:d_c_clermont_sur_allier_color } } + title:c_cleves = { set_variable = { name = color_storage value = title:d_c_cleves_color } } + title:c_coburg = { set_variable = { name = color_storage value = title:d_c_coburg_color } } + title:c_coimbra = { set_variable = { name = color_storage value = title:d_c_coimbra_color } } + title:c_colmar = { set_variable = { name = color_storage value = title:d_c_colmar_color } } + title:c_cologne = { set_variable = { name = color_storage value = title:d_c_cologne_color } } + title:c_colonea = { set_variable = { name = color_storage value = title:d_c_colonea_color } } + title:c_comai = { set_variable = { name = color_storage value = title:d_c_comai_color } } + title:c_comminges = { set_variable = { name = color_storage value = title:d_c_comminges_color } } + title:c_como = { set_variable = { name = color_storage value = title:d_c_como_color } } + title:c_cona = { set_variable = { name = color_storage value = title:d_c_cona_color } } + title:c_connacht = { set_variable = { name = color_storage value = title:d_c_connacht_color } } + title:c_constanta = { set_variable = { name = color_storage value = title:d_c_constanta_color } } + title:c_constantine = { set_variable = { name = color_storage value = title:d_c_constantine_color } } + title:c_coqen = { set_variable = { name = color_storage value = title:d_c_coqen_color } } + title:c_cordoba = { set_variable = { name = color_storage value = title:d_c_cordoba_color } } + title:c_cornouaille = { set_variable = { name = color_storage value = title:d_c_cornouaille_color } } + title:c_cornwall = { set_variable = { name = color_storage value = title:d_c_cornwall_color } } + title:c_coruna = { set_variable = { name = color_storage value = title:d_c_coruna_color } } + title:c_cosenza = { set_variable = { name = color_storage value = title:d_c_cosenza_color } } + title:c_cottbus = { set_variable = { name = color_storage value = title:d_c_cottbus_color } } + title:c_coulommiers = { set_variable = { name = color_storage value = title:d_c_coulommiers_color } } + title:c_cozhelhoma = { set_variable = { name = color_storage value = title:d_c_cozhelhoma_color } } + title:c_craiova = { set_variable = { name = color_storage value = title:d_c_craiova_color } } + title:c_cremona = { set_variable = { name = color_storage value = title:d_c_cremona_color } } + title:c_csanad = { set_variable = { name = color_storage value = title:d_c_csanad_color } } + title:c_csongrad = { set_variable = { name = color_storage value = title:d_c_csongrad_color } } + title:c_cuellar = { set_variable = { name = color_storage value = title:d_c_cuellar_color } } + title:c_cuenca = { set_variable = { name = color_storage value = title:d_c_cuenca_color } } + title:c_cumberland = { set_variable = { name = color_storage value = title:d_c_cumberland_color } } + title:c_cumbum = { set_variable = { name = color_storage value = title:d_c_cumbum_color } } + title:c_cuneo = { set_variable = { name = color_storage value = title:d_c_cuneo_color } } + title:c_cuonaco = { set_variable = { name = color_storage value = title:d_c_cuonaco_color } } + title:c_cykma = { set_variable = { name = color_storage value = title:d_c_cykma_color } } + title:c_czerska = { set_variable = { name = color_storage value = title:d_c_czerska_color } } + title:c_dabou = { set_variable = { name = color_storage value = title:d_c_dabou_color } } + title:c_daboya = { set_variable = { name = color_storage value = title:d_c_daboya_color } } + title:c_dabusiya = { set_variable = { name = color_storage value = title:d_c_dabusiya_color } } + title:c_dadhipadra = { set_variable = { name = color_storage value = title:d_c_dadhipadra_color } } + title:c_dagomba = { set_variable = { name = color_storage value = title:d_c_dagomba_color } } + title:c_dagon = { set_variable = { name = color_storage value = title:d_c_dagon_color } } + title:c_dahlak = { set_variable = { name = color_storage value = title:d_c_dahlak_color } } + title:c_dajing = { set_variable = { name = color_storage value = title:d_c_dajing_color } } + title:c_dakajalan = { set_variable = { name = color_storage value = title:d_c_dakajalan_color } } + title:c_dakhina_desa = { set_variable = { name = color_storage value = title:d_c_dakhina_desa_color } } + title:c_dakhla = { set_variable = { name = color_storage value = title:d_c_dakhla_color } } + title:c_dakkar = { set_variable = { name = color_storage value = title:d_c_dakkar_color } } + title:c_dal = { set_variable = { name = color_storage value = title:d_c_dal_color } } + title:c_dalabergslagen = { set_variable = { name = color_storage value = title:d_c_dalabergslagen_color } } + title:c_dalarna = { set_variable = { name = color_storage value = title:d_c_dalarna_color } } + title:c_daman = { set_variable = { name = color_storage value = title:d_c_daman_color } } + title:c_damascus = { set_variable = { name = color_storage value = title:d_c_damascus_color } } + title:c_damghan = { set_variable = { name = color_storage value = title:d_c_damghan_color } } + title:c_damietta = { set_variable = { name = color_storage value = title:d_c_damietta_color } } + title:c_damin_i_koh = { set_variable = { name = color_storage value = title:d_c_damin_i_koh_color } } + title:c_damoh = { set_variable = { name = color_storage value = title:d_c_damoh_color } } + title:c_damot = { set_variable = { name = color_storage value = title:d_c_damot_color } } + title:c_damxung = { set_variable = { name = color_storage value = title:d_c_damxung_color } } + title:c_danakil = { set_variable = { name = color_storage value = title:d_c_danakil_color } } + title:c_dang = { set_variable = { name = color_storage value = title:d_c_dang_color } } + title:c_dangla = { set_variable = { name = color_storage value = title:d_c_dangla_color } } + title:c_dannenberg = { set_variable = { name = color_storage value = title:d_c_dannenberg_color } } + title:c_danzig = { set_variable = { name = color_storage value = title:d_c_danzig_color } } + title:c_dar-al-rih = { set_variable = { name = color_storage value = title:d_c_dar-al-rih_color } } + title:c_dar_al-said = { set_variable = { name = color_storage value = title:d_c_dar_al-said_color } } + title:c_dar_rashid = { set_variable = { name = color_storage value = title:d_c_dar_rashid_color } } + title:c_dar_sila = { set_variable = { name = color_storage value = title:d_c_dar_sila_color } } + title:c_dara = { set_variable = { name = color_storage value = title:d_c_dara_color } } + title:c_darabjerd = { set_variable = { name = color_storage value = title:d_c_darabjerd_color } } + title:c_daramdin = { set_variable = { name = color_storage value = title:d_c_daramdin_color } } + title:c_darcha = { set_variable = { name = color_storage value = title:d_c_darcha_color } } + title:c_darghan = { set_variable = { name = color_storage value = title:d_c_darghan_color } } + title:c_darkhad_valley = { set_variable = { name = color_storage value = title:d_c_darkhad_valley_color } } + title:c_darmashan = { set_variable = { name = color_storage value = title:d_c_darmashan_color } } + title:c_dasapura = { set_variable = { name = color_storage value = title:d_c_dasapura_color } } + title:c_dathina = { set_variable = { name = color_storage value = title:d_c_dathina_color } } + title:c_datong = { set_variable = { name = color_storage value = title:d_c_datong_color } } + title:c_daura = { set_variable = { name = color_storage value = title:d_c_daura_color } } + title:c_dausar = { set_variable = { name = color_storage value = title:d_c_dausar_color } } + title:c_dawaro = { set_variable = { name = color_storage value = title:d_c_dawaro_color } } + title:c_dawraq = { set_variable = { name = color_storage value = title:d_c_dawraq_color } } + title:c_dawu = { set_variable = { name = color_storage value = title:d_c_dawu_color } } + title:c_debar = { set_variable = { name = color_storage value = title:d_c_debar_color } } + title:c_debul = { set_variable = { name = color_storage value = title:d_c_debul_color } } + title:c_dege = { set_variable = { name = color_storage value = title:d_c_dege_color } } + title:c_degelen = { set_variable = { name = color_storage value = title:d_c_degelen_color } } + title:c_deggerdorf = { set_variable = { name = color_storage value = title:d_c_deggerdorf_color } } + title:c_delhi = { set_variable = { name = color_storage value = title:d_c_delhi_color } } + title:c_dembiya = { set_variable = { name = color_storage value = title:d_c_dembiya_color } } + title:c_demchok = { set_variable = { name = color_storage value = title:d_c_demchok_color } } + title:c_demetrias = { set_variable = { name = color_storage value = title:d_c_demetrias_color } } + title:c_denbighshire = { set_variable = { name = color_storage value = title:d_c_denbighshire_color } } + title:c_dendi = { set_variable = { name = color_storage value = title:d_c_dendi_color } } + title:c_dengqen = { set_variable = { name = color_storage value = title:d_c_dengqen_color } } + title:c_denia = { set_variable = { name = color_storage value = title:d_c_denia_color } } + title:c_deqen = { set_variable = { name = color_storage value = title:d_c_deqen_color } } + title:c_derbent = { set_variable = { name = color_storage value = title:d_c_derbent_color } } + title:c_derby = { set_variable = { name = color_storage value = title:d_c_derby_color } } + title:c_derlenka = { set_variable = { name = color_storage value = title:d_c_derlenka_color } } + title:c_derna = { set_variable = { name = color_storage value = title:d_c_derna_color } } + title:c_desmond = { set_variable = { name = color_storage value = title:d_c_desmond_color } } + title:c_dessau = { set_variable = { name = color_storage value = title:d_c_dessau_color } } + title:c_devagiri = { set_variable = { name = color_storage value = title:d_c_devagiri_color } } + title:c_devon = { set_variable = { name = color_storage value = title:d_c_devon_color } } + title:c_dhafra = { set_variable = { name = color_storage value = title:d_c_dhafra_color } } + title:c_dhamalpur = { set_variable = { name = color_storage value = title:d_c_dhamalpur_color } } + title:c_dhankar = { set_variable = { name = color_storage value = title:d_c_dhankar_color } } + title:c_dhara = { set_variable = { name = color_storage value = title:d_c_dhara_color } } + title:c_dhofar = { set_variable = { name = color_storage value = title:d_c_dhofar_color } } + title:c_dhraina = { set_variable = { name = color_storage value = title:d_c_dhraina_color } } + title:c_diamare = { set_variable = { name = color_storage value = title:d_c_diamare_color } } + title:c_dibri = { set_variable = { name = color_storage value = title:d_c_dibri_color } } + title:c_dihistan = { set_variable = { name = color_storage value = title:d_c_dihistan_color } } + title:c_dijon = { set_variable = { name = color_storage value = title:d_c_dijon_color } } + title:c_dimapur = { set_variable = { name = color_storage value = title:d_c_dimapur_color } } + title:c_dipalpur = { set_variable = { name = color_storage value = title:d_c_dipalpur_color } } + title:c_dirku = { set_variable = { name = color_storage value = title:d_c_dirku_color } } + title:c_diskit = { set_variable = { name = color_storage value = title:d_c_diskit_color } } + title:c_ditmarschen = { set_variable = { name = color_storage value = title:d_c_ditmarschen_color } } + title:c_djado = { set_variable = { name = color_storage value = title:d_c_djado_color } } + title:c_djanet = { set_variable = { name = color_storage value = title:d_c_djanet_color } } + title:c_djarin = { set_variable = { name = color_storage value = title:d_c_djarin_color } } + title:c_djerba = { set_variable = { name = color_storage value = title:d_c_djerba_color } } + title:c_djugu = { set_variable = { name = color_storage value = title:d_c_djugu_color } } + title:c_dnipro = { set_variable = { name = color_storage value = title:d_c_dnipro_color } } + title:c_dobrzynska = { set_variable = { name = color_storage value = title:d_c_dobrzynska_color } } + title:c_dodugu = { set_variable = { name = color_storage value = title:d_c_dodugu_color } } + title:c_dokkum = { set_variable = { name = color_storage value = title:d_c_dokkum_color } } + title:c_dole = { set_variable = { name = color_storage value = title:d_c_dole_color } } + title:c_dolgujar = { set_variable = { name = color_storage value = title:d_c_dolgujar_color } } + title:c_dongola = { set_variable = { name = color_storage value = title:d_c_dongola_color } } + title:c_donjikraji = { set_variable = { name = color_storage value = title:d_c_donjikraji_color } } + title:c_dorohoi = { set_variable = { name = color_storage value = title:d_c_dorohoi_color } } + title:c_dorohychyn = { set_variable = { name = color_storage value = title:d_c_dorohychyn_color } } + title:c_dorostorum = { set_variable = { name = color_storage value = title:d_c_dorostorum_color } } + title:c_dorpat = { set_variable = { name = color_storage value = title:d_c_dorpat_color } } + title:c_dorset = { set_variable = { name = color_storage value = title:d_c_dorset_color } } + title:c_dortmund = { set_variable = { name = color_storage value = title:d_c_dortmund_color } } + title:c_doti = { set_variable = { name = color_storage value = title:d_c_doti_color } } + title:c_doudleby = { set_variable = { name = color_storage value = title:d_c_doudleby_color } } + title:c_draa = { set_variable = { name = color_storage value = title:d_c_draa_color } } + title:c_dresden = { set_variable = { name = color_storage value = title:d_c_dresden_color } } + title:c_dublin = { set_variable = { name = color_storage value = title:d_c_dublin_color } } + title:c_dubrovytsia = { set_variable = { name = color_storage value = title:d_c_dubrovytsia_color } } + title:c_duklja = { set_variable = { name = color_storage value = title:d_c_duklja_color } } + title:c_dunbar = { set_variable = { name = color_storage value = title:d_c_dunbar_color } } + title:c_dunhuang = { set_variable = { name = color_storage value = title:d_c_dunhuang_color } } + title:c_duqm = { set_variable = { name = color_storage value = title:d_c_duqm_color } } + title:c_durdzukia = { set_variable = { name = color_storage value = title:d_c_durdzukia_color } } + title:c_durham = { set_variable = { name = color_storage value = title:d_c_durham_color } } + title:c_durne = { set_variable = { name = color_storage value = title:d_c_durne_color } } + title:c_durovka = { set_variable = { name = color_storage value = title:d_c_durovka_color } } + title:c_dvaraka = { set_variable = { name = color_storage value = title:d_c_dvaraka_color } } + title:c_dvin = { set_variable = { name = color_storage value = title:d_c_dvin_color } } + title:c_dyamare = { set_variable = { name = color_storage value = title:d_c_dyamare_color } } + title:c_dyrrachion = { set_variable = { name = color_storage value = title:d_c_dyrrachion_color } } + title:c_dyulaso = { set_variable = { name = color_storage value = title:d_c_dyulaso_color } } + title:c_east-tokharestan = { set_variable = { name = color_storage value = title:d_c_east-tokharestan_color } } + title:c_east_darfur = { set_variable = { name = color_storage value = title:d_c_east_darfur_color } } + title:c_east_kiilt = { set_variable = { name = color_storage value = title:d_c_east_kiilt_color } } + title:c_east_riding = { set_variable = { name = color_storage value = title:d_c_east_riding_color } } + title:c_eastern_tannu = { set_variable = { name = color_storage value = title:d_c_eastern_tannu_color } } + title:c_edd = { set_variable = { name = color_storage value = title:d_c_edd_color } } + title:c_edessa = { set_variable = { name = color_storage value = title:d_c_edessa_color } } + title:c_edo = { set_variable = { name = color_storage value = title:d_c_edo_color } } + title:c_eghiz_kara = { set_variable = { name = color_storage value = title:d_c_eghiz_kara_color } } + title:c_eichstadt = { set_variable = { name = color_storage value = title:d_c_eichstadt_color } } + title:c_el_fasher = { set_variable = { name = color_storage value = title:d_c_el_fasher_color } } + title:c_el_waak = { set_variable = { name = color_storage value = title:d_c_el_waak_color } } + title:c_elabuga = { set_variable = { name = color_storage value = title:d_c_elabuga_color } } + title:c_eleila = { set_variable = { name = color_storage value = title:d_c_eleila_color } } + title:c_elvas = { set_variable = { name = color_storage value = title:d_c_elvas_color } } + title:c_embrun = { set_variable = { name = color_storage value = title:d_c_embrun_color } } + title:c_emil = { set_variable = { name = color_storage value = title:d_c_emil_color } } + title:c_ennis = { set_variable = { name = color_storage value = title:d_c_ennis_color } } + title:c_epeiros = { set_variable = { name = color_storage value = title:d_c_epeiros_color } } + title:c_erbach = { set_variable = { name = color_storage value = title:d_c_erbach_color } } + title:c_eschenlohe = { set_variable = { name = color_storage value = title:d_c_eschenlohe_color } } + title:c_essex = { set_variable = { name = color_storage value = title:d_c_essex_color } } + title:c_eu = { set_variable = { name = color_storage value = title:d_c_eu_color } } + title:c_euboea = { set_variable = { name = color_storage value = title:d_c_euboea_color } } + title:c_euchaita = { set_variable = { name = color_storage value = title:d_c_euchaita_color } } + title:c_evreux = { set_variable = { name = color_storage value = title:d_c_evreux_color } } + title:c_ewe = { set_variable = { name = color_storage value = title:d_c_ewe_color } } + title:c_eystridalir = { set_variable = { name = color_storage value = title:d_c_eystridalir_color } } + title:c_faereyar = { set_variable = { name = color_storage value = title:d_c_faereyar_color } } + title:c_fafan = { set_variable = { name = color_storage value = title:d_c_fafan_color } } + title:c_falaj = { set_variable = { name = color_storage value = title:d_c_falaj_color } } + title:c_famagusta = { set_variable = { name = color_storage value = title:d_c_famagusta_color } } + title:c_fanhe = { set_variable = { name = color_storage value = title:d_c_fanhe_color } } + title:c_fante = { set_variable = { name = color_storage value = title:d_c_fante_color } } + title:c_farafra = { set_variable = { name = color_storage value = title:d_c_farafra_color } } + title:c_farah = { set_variable = { name = color_storage value = title:d_c_farah_color } } + title:c_farama = { set_variable = { name = color_storage value = title:d_c_farama_color } } + title:c_faras = { set_variable = { name = color_storage value = title:d_c_faras_color } } + title:c_farava = { set_variable = { name = color_storage value = title:d_c_farava_color } } + title:c_faro = { set_variable = { name = color_storage value = title:d_c_faro_color } } + title:c_fayyum = { set_variable = { name = color_storage value = title:d_c_fayyum_color } } + title:c_fazaz = { set_variable = { name = color_storage value = title:d_c_fazaz_color } } + title:c_fazughli = { set_variable = { name = color_storage value = title:d_c_fazughli_color } } + title:c_feher = { set_variable = { name = color_storage value = title:d_c_feher_color } } + title:c_fellata = { set_variable = { name = color_storage value = title:d_c_fellata_color } } + title:c_ferghana = { set_variable = { name = color_storage value = title:d_c_ferghana_color } } + title:c_fermo = { set_variable = { name = color_storage value = title:d_c_fermo_color } } + title:c_ferrara = { set_variable = { name = color_storage value = title:d_c_ferrara_color } } + title:c_fes = { set_variable = { name = color_storage value = title:d_c_fes_color } } + title:c_fetegar = { set_variable = { name = color_storage value = title:d_c_fetegar_color } } + title:c_fife = { set_variable = { name = color_storage value = title:d_c_fife_color } } + title:c_figuig = { set_variable = { name = color_storage value = title:d_c_figuig_color } } + title:c_fika = { set_variable = { name = color_storage value = title:d_c_fika_color } } + title:c_finland = { set_variable = { name = color_storage value = title:d_c_finland_color } } + title:c_finnveden = { set_variable = { name = color_storage value = title:d_c_finnveden_color } } + title:c_firabr = { set_variable = { name = color_storage value = title:d_c_firabr_color } } + title:c_firaun = { set_variable = { name = color_storage value = title:d_c_firaun_color } } + title:c_firdafylki = { set_variable = { name = color_storage value = title:d_c_firdafylki_color } } + title:c_firenze = { set_variable = { name = color_storage value = title:d_c_firenze_color } } + title:c_fitri = { set_variable = { name = color_storage value = title:d_c_fitri_color } } + title:c_fogaras = { set_variable = { name = color_storage value = title:d_c_fogaras_color } } + title:c_foggia = { set_variable = { name = color_storage value = title:d_c_foggia_color } } + title:c_foix = { set_variable = { name = color_storage value = title:d_c_foix_color } } + title:c_forcalquier = { set_variable = { name = color_storage value = title:d_c_forcalquier_color } } + title:c_forez = { set_variable = { name = color_storage value = title:d_c_forez_color } } + title:c_fraga = { set_variable = { name = color_storage value = title:d_c_fraga_color } } + title:c_frankfurt = { set_variable = { name = color_storage value = title:d_c_frankfurt_color } } + title:c_freistadt = { set_variable = { name = color_storage value = title:d_c_freistadt_color } } + title:c_french_leon = { set_variable = { name = color_storage value = title:d_c_french_leon_color } } + title:c_frisia = { set_variable = { name = color_storage value = title:d_c_frisia_color } } + title:c_friuli = { set_variable = { name = color_storage value = title:d_c_friuli_color } } + title:c_fudalhi = { set_variable = { name = color_storage value = title:d_c_fudalhi_color } } + title:c_fuerteventura = { set_variable = { name = color_storage value = title:d_c_fuerteventura_color } } + title:c_fulda = { set_variable = { name = color_storage value = title:d_c_fulda_color } } + title:c_fuqi = { set_variable = { name = color_storage value = title:d_c_fuqi_color } } + title:c_furstenberg = { set_variable = { name = color_storage value = title:d_c_furstenberg_color } } + title:c_futa_jalon = { set_variable = { name = color_storage value = title:d_c_futa_jalon_color } } + title:c_fyn = { set_variable = { name = color_storage value = title:d_c_fyn_color } } + title:c_gabal = { set_variable = { name = color_storage value = title:d_c_gabal_color } } + title:c_gabes = { set_variable = { name = color_storage value = title:d_c_gabes_color } } + title:c_gacka = { set_variable = { name = color_storage value = title:d_c_gacka_color } } + title:c_gafat = { set_variable = { name = color_storage value = title:d_c_gafat_color } } + title:c_galam = { set_variable = { name = color_storage value = title:d_c_galam_color } } + title:c_galati = { set_variable = { name = color_storage value = title:d_c_galati_color } } + title:c_galatia = { set_variable = { name = color_storage value = title:d_c_galatia_color } } + title:c_galatia_salutaris = { set_variable = { name = color_storage value = title:d_c_galatia_salutaris_color } } + title:c_galloway = { set_variable = { name = color_storage value = title:d_c_galloway_color } } + title:c_gallura = { set_variable = { name = color_storage value = title:d_c_gallura_color } } + title:c_gamo = { set_variable = { name = color_storage value = title:d_c_gamo_color } } + title:c_ganale = { set_variable = { name = color_storage value = title:d_c_ganale_color } } + title:c_gangaran = { set_variable = { name = color_storage value = title:d_c_gangaran_color } } + title:c_ganzhou = { set_variable = { name = color_storage value = title:d_c_ganzhou_color } } + title:c_gao = { set_variable = { name = color_storage value = title:d_c_gao_color } } + title:c_gaotai = { set_variable = { name = color_storage value = title:d_c_gaotai_color } } + title:c_gar = { set_variable = { name = color_storage value = title:d_c_gar_color } } + title:c_garabogazkol = { set_variable = { name = color_storage value = title:d_c_garabogazkol_color } } + title:c_garco = { set_variable = { name = color_storage value = title:d_c_garco_color } } + title:c_garkung = { set_variable = { name = color_storage value = title:d_c_garkung_color } } + title:c_garoua = { set_variable = { name = color_storage value = title:d_c_garoua_color } } + title:c_garumele = { set_variable = { name = color_storage value = title:d_c_garumele_color } } + title:c_garwhal = { set_variable = { name = color_storage value = title:d_c_garwhal_color } } + title:c_garze = { set_variable = { name = color_storage value = title:d_c_garze_color } } + title:c_gastrikland = { set_variable = { name = color_storage value = title:d_c_gastrikland_color } } + title:c_gatsuurgazar = { set_variable = { name = color_storage value = title:d_c_gatsuurgazar_color } } + title:c_gauda = { set_variable = { name = color_storage value = title:d_c_gauda_color } } + title:c_gauldala = { set_variable = { name = color_storage value = title:d_c_gauldala_color } } + title:c_gaya = { set_variable = { name = color_storage value = title:d_c_gaya_color } } + title:c_geba = { set_variable = { name = color_storage value = title:d_c_geba_color } } + title:c_gegyai = { set_variable = { name = color_storage value = title:d_c_gegyai_color } } + title:c_gemer = { set_variable = { name = color_storage value = title:d_c_gemer_color } } + title:c_geneva = { set_variable = { name = color_storage value = title:d_c_geneva_color } } + title:c_genoa = { set_variable = { name = color_storage value = title:d_c_genoa_color } } + title:c_germa = { set_variable = { name = color_storage value = title:d_c_germa_color } } + title:c_gerqen = { set_variable = { name = color_storage value = title:d_c_gerqen_color } } + title:c_gerze = { set_variable = { name = color_storage value = title:d_c_gerze_color } } + title:c_gevaudan = { set_variable = { name = color_storage value = title:d_c_gevaudan_color } } + title:c_gezira = { set_variable = { name = color_storage value = title:d_c_gezira_color } } + title:c_ghadames = { set_variable = { name = color_storage value = title:d_c_ghadames_color } } + title:c_gharb = { set_variable = { name = color_storage value = title:d_c_gharb_color } } + title:c_ghardaia = { set_variable = { name = color_storage value = title:d_c_ghardaia_color } } + title:c_ghat = { set_variable = { name = color_storage value = title:d_c_ghat_color } } + title:c_ghazna = { set_variable = { name = color_storage value = title:d_c_ghazna_color } } + title:c_ghazza = { set_variable = { name = color_storage value = title:d_c_ghazza_color } } + title:c_ghazzal = { set_variable = { name = color_storage value = title:d_c_ghazzal_color } } + title:c_ghulja = { set_variable = { name = color_storage value = title:d_c_ghulja_color } } + title:c_ghur = { set_variable = { name = color_storage value = title:d_c_ghur_color } } + title:c_gidaya = { set_variable = { name = color_storage value = title:d_c_gidaya_color } } + title:c_gilan = { set_variable = { name = color_storage value = title:d_c_gilan_color } } + title:c_gilgit = { set_variable = { name = color_storage value = title:d_c_gilgit_color } } + title:c_girona = { set_variable = { name = color_storage value = title:d_c_girona_color } } + title:c_giurgiu = { set_variable = { name = color_storage value = title:d_c_giurgiu_color } } + title:c_giza = { set_variable = { name = color_storage value = title:d_c_giza_color } } + title:c_glamorgan = { set_variable = { name = color_storage value = title:d_c_glamorgan_color } } + title:c_glazov = { set_variable = { name = color_storage value = title:d_c_glazov_color } } + title:c_gleichenstein = { set_variable = { name = color_storage value = title:d_c_gleichenstein_color } } + title:c_gloucestershire = { set_variable = { name = color_storage value = title:d_c_gloucestershire_color } } + title:c_gnezdovo = { set_variable = { name = color_storage value = title:d_c_gnezdovo_color } } + title:c_gnieznienska = { set_variable = { name = color_storage value = title:d_c_gnieznienska_color } } + title:c_goalpara = { set_variable = { name = color_storage value = title:d_c_goalpara_color } } + title:c_gobir = { set_variable = { name = color_storage value = title:d_c_gobir_color } } + title:c_gode = { set_variable = { name = color_storage value = title:d_c_gode_color } } + title:c_godwad = { set_variable = { name = color_storage value = title:d_c_godwad_color } } + title:c_gojjam = { set_variable = { name = color_storage value = title:d_c_gojjam_color } } + title:c_gola = { set_variable = { name = color_storage value = title:d_c_gola_color } } + title:c_golag = { set_variable = { name = color_storage value = title:d_c_golag_color } } + title:c_golaghmuli = { set_variable = { name = color_storage value = title:d_c_golaghmuli_color } } + title:c_golden_hills = { set_variable = { name = color_storage value = title:d_c_golden_hills_color } } + title:c_gomel = { set_variable = { name = color_storage value = title:d_c_gomel_color } } + title:c_gomoco = { set_variable = { name = color_storage value = title:d_c_gomoco_color } } + title:c_gondo = { set_variable = { name = color_storage value = title:d_c_gondo_color } } + title:c_gongbo = { set_variable = { name = color_storage value = title:d_c_gongbo_color } } + title:c_gonja = { set_variable = { name = color_storage value = title:d_c_gonja_color } } + title:c_gonjo = { set_variable = { name = color_storage value = title:d_c_gonjo_color } } + title:c_gorlitz = { set_variable = { name = color_storage value = title:d_c_gorlitz_color } } + title:c_gorz = { set_variable = { name = color_storage value = title:d_c_gorz_color } } + title:c_gostyninska = { set_variable = { name = color_storage value = title:d_c_gostyninska_color } } + title:c_gottingen = { set_variable = { name = color_storage value = title:d_c_gottingen_color } } + title:c_gowrie = { set_variable = { name = color_storage value = title:d_c_gowrie_color } } + title:c_granada = { set_variable = { name = color_storage value = title:d_c_granada_color } } + title:c_graz = { set_variable = { name = color_storage value = title:d_c_graz_color } } + title:c_grebo = { set_variable = { name = color_storage value = title:d_c_grebo_color } } + title:c_grisons = { set_variable = { name = color_storage value = title:d_c_grisons_color } } + title:c_grobin = { set_variable = { name = color_storage value = title:d_c_grobin_color } } + title:c_grodno = { set_variable = { name = color_storage value = title:d_c_grodno_color } } + title:c_groningen = { set_variable = { name = color_storage value = title:d_c_groningen_color } } + title:c_grunberg = { set_variable = { name = color_storage value = title:d_c_grunberg_color } } + title:c_grunningen = { set_variable = { name = color_storage value = title:d_c_grunningen_color } } + title:c_guazhou = { set_variable = { name = color_storage value = title:d_c_guazhou_color } } + title:c_gudbrandsdalir = { set_variable = { name = color_storage value = title:d_c_gudbrandsdalir_color } } + title:c_guelders = { set_variable = { name = color_storage value = title:d_c_guelders_color } } + title:c_gugark = { set_variable = { name = color_storage value = title:d_c_gugark_color } } + title:c_guidimaka = { set_variable = { name = color_storage value = title:d_c_guidimaka_color } } + title:c_guines = { set_variable = { name = color_storage value = title:d_c_guines_color } } + title:c_gumuz = { set_variable = { name = color_storage value = title:d_c_gumuz_color } } + title:c_gurgan = { set_variable = { name = color_storage value = title:d_c_gurgan_color } } + title:c_gurganj = { set_variable = { name = color_storage value = title:d_c_gurganj_color } } + title:c_gurgi = { set_variable = { name = color_storage value = title:d_c_gurgi_color } } + title:c_guria = { set_variable = { name = color_storage value = title:d_c_guria_color } } + title:c_gurjaratra = { set_variable = { name = color_storage value = title:d_c_gurjaratra_color } } + title:c_gurma = { set_variable = { name = color_storage value = title:d_c_gurma_color } } + title:c_gutland = { set_variable = { name = color_storage value = title:d_c_gutland_color } } + title:c_gutti = { set_variable = { name = color_storage value = title:d_c_gutti_color } } + title:c_guwari = { set_variable = { name = color_storage value = title:d_c_guwari_color } } + title:c_guzgan = { set_variable = { name = color_storage value = title:d_c_guzgan_color } } + title:c_guzkol = { set_variable = { name = color_storage value = title:d_c_guzkol_color } } + title:c_gwalior = { set_variable = { name = color_storage value = title:d_c_gwalior_color } } + title:c_gyaca = { set_variable = { name = color_storage value = title:d_c_gyaca_color } } + title:c_gyaitang = { set_variable = { name = color_storage value = title:d_c_gyaitang_color } } + title:c_gyama = { set_variable = { name = color_storage value = title:d_c_gyama_color } } + title:c_gyangze = { set_variable = { name = color_storage value = title:d_c_gyangze_color } } + title:c_gyegumdo = { set_variable = { name = color_storage value = title:d_c_gyegumdo_color } } + title:c_gyirong = { set_variable = { name = color_storage value = title:d_c_gyirong_color } } + title:c_gyor = { set_variable = { name = color_storage value = title:d_c_gyor_color } } + title:c_hadithat-ana = { set_variable = { name = color_storage value = title:d_c_hadithat-ana_color } } + title:c_hadramawt = { set_variable = { name = color_storage value = title:d_c_hadramawt_color } } + title:c_hadrianeia = { set_variable = { name = color_storage value = title:d_c_hadrianeia_color } } + title:c_hadrianopolis = { set_variable = { name = color_storage value = title:d_c_hadrianopolis_color } } + title:c_hadya = { set_variable = { name = color_storage value = title:d_c_hadya_color } } + title:c_hail = { set_variable = { name = color_storage value = title:d_c_hail_color } } + title:c_hainaut = { set_variable = { name = color_storage value = title:d_c_hainaut_color } } + title:c_hakkari = { set_variable = { name = color_storage value = title:d_c_hakkari_color } } + title:c_halberstadt = { set_variable = { name = color_storage value = title:d_c_halberstadt_color } } + title:c_halland = { set_variable = { name = color_storage value = title:d_c_halland_color } } + title:c_halsingland = { set_variable = { name = color_storage value = title:d_c_halsingland_color } } + title:c_haltang = { set_variable = { name = color_storage value = title:d_c_haltang_color } } + title:c_halych = { set_variable = { name = color_storage value = title:d_c_halych_color } } + title:c_hama = { set_variable = { name = color_storage value = title:d_c_hama_color } } + title:c_hamadan = { set_variable = { name = color_storage value = title:d_c_hamadan_color } } + title:c_hamburg = { set_variable = { name = color_storage value = title:d_c_hamburg_color } } + title:c_hampton = { set_variable = { name = color_storage value = title:d_c_hampton_color } } + title:c_hanlan = { set_variable = { name = color_storage value = title:d_c_hanlan_color } } + title:c_hannover = { set_variable = { name = color_storage value = title:d_c_hannover_color } } + title:c_harar = { set_variable = { name = color_storage value = title:d_c_harar_color } } + title:c_hargaya = { set_variable = { name = color_storage value = title:d_c_hargaya_color } } + title:c_harhiraa = { set_variable = { name = color_storage value = title:d_c_harhiraa_color } } + title:c_harikela = { set_variable = { name = color_storage value = title:d_c_harikela_color } } + title:c_harjadalen = { set_variable = { name = color_storage value = title:d_c_harjadalen_color } } + title:c_harran = { set_variable = { name = color_storage value = title:d_c_harran_color } } + title:c_harrat_rahat = { set_variable = { name = color_storage value = title:d_c_harrat_rahat_color } } + title:c_haruppeswara = { set_variable = { name = color_storage value = title:d_c_haruppeswara_color } } + title:c_hastinapura = { set_variable = { name = color_storage value = title:d_c_hastinapura_color } } + title:c_hauran = { set_variable = { name = color_storage value = title:d_c_hauran_color } } + title:c_havelberg = { set_variable = { name = color_storage value = title:d_c_havelberg_color } } + title:c_hayq = { set_variable = { name = color_storage value = title:d_c_hayq_color } } + title:c_hedmork = { set_variable = { name = color_storage value = title:d_c_hedmork_color } } + title:c_heihe = { set_variable = { name = color_storage value = title:d_c_heihe_color } } + title:c_helenopontus = { set_variable = { name = color_storage value = title:d_c_helenopontus_color } } + title:c_helgum = { set_variable = { name = color_storage value = title:d_c_helgum_color } } + title:c_herat = { set_variable = { name = color_storage value = title:d_c_herat_color } } + title:c_hereford = { set_variable = { name = color_storage value = title:d_c_hereford_color } } + title:c_hereti = { set_variable = { name = color_storage value = title:d_c_hereti_color } } + title:c_hertfordshire = { set_variable = { name = color_storage value = title:d_c_hertfordshire_color } } + title:c_hewes = { set_variable = { name = color_storage value = title:d_c_hewes_color } } + title:c_hildesheim = { set_variable = { name = color_storage value = title:d_c_hildesheim_color } } + title:c_hinthada = { set_variable = { name = color_storage value = title:d_c_hinthada_color } } + title:c_hiraab = { set_variable = { name = color_storage value = title:d_c_hiraab_color } } + title:c_hisar = { set_variable = { name = color_storage value = title:d_c_hisar_color } } + title:c_hoboksar = { set_variable = { name = color_storage value = title:d_c_hoboksar_color } } + title:c_hobyo = { set_variable = { name = color_storage value = title:d_c_hobyo_color } } + title:c_hodh = { set_variable = { name = color_storage value = title:d_c_hodh_color } } + title:c_hodna = { set_variable = { name = color_storage value = title:d_c_hodna_color } } + title:c_hohaseco = { set_variable = { name = color_storage value = title:d_c_hohaseco_color } } + title:c_hohenau = { set_variable = { name = color_storage value = title:d_c_hohenau_color } } + title:c_hohenberg = { set_variable = { name = color_storage value = title:d_c_hohenberg_color } } + title:c_hohenburg = { set_variable = { name = color_storage value = title:d_c_hohenburg_color } } + title:c_hohenlohe = { set_variable = { name = color_storage value = title:d_c_hohenlohe_color } } + title:c_holland = { set_variable = { name = color_storage value = title:d_c_holland_color } } + title:c_homs = { set_variable = { name = color_storage value = title:d_c_homs_color } } + title:c_hongliuyuan = { set_variable = { name = color_storage value = title:d_c_hongliuyuan_color } } + title:c_honorias = { set_variable = { name = color_storage value = title:d_c_honorias_color } } + title:c_hont = { set_variable = { name = color_storage value = title:d_c_hont_color } } + title:c_hordalandi = { set_variable = { name = color_storage value = title:d_c_hordalandi_color } } + title:c_hormuz = { set_variable = { name = color_storage value = title:d_c_hormuz_color } } + title:c_hotin = { set_variable = { name = color_storage value = title:d_c_hotin_color } } + title:c_hradec = { set_variable = { name = color_storage value = title:d_c_hradec_color } } + title:c_hradyzk = { set_variable = { name = color_storage value = title:d_c_hradyzk_color } } + title:c_huesca = { set_variable = { name = color_storage value = title:d_c_huesca_color } } + title:c_hulwan = { set_variable = { name = color_storage value = title:d_c_hulwan_color } } + title:c_huntingdonshire = { set_variable = { name = color_storage value = title:d_c_huntingdonshire_color } } + title:c_hunyad = { set_variable = { name = color_storage value = title:d_c_hunyad_color } } + title:c_hunyan = { set_variable = { name = color_storage value = title:d_c_hunyan_color } } + title:c_hvosno = { set_variable = { name = color_storage value = title:d_c_hvosno_color } } + title:c_iasi = { set_variable = { name = color_storage value = title:d_c_iasi_color } } + title:c_ibadan = { set_variable = { name = color_storage value = title:d_c_ibadan_color } } + title:c_ibibo = { set_variable = { name = color_storage value = title:d_c_ibibo_color } } + title:c_idatarainadu = { set_variable = { name = color_storage value = title:d_c_idatarainadu_color } } + title:c_idoma = { set_variable = { name = color_storage value = title:d_c_idoma_color } } + title:c_ifat = { set_variable = { name = color_storage value = title:d_c_ifat_color } } + title:c_ife = { set_variable = { name = color_storage value = title:d_c_ife_color } } + title:c_ifni = { set_variable = { name = color_storage value = title:d_c_ifni_color } } + title:c_ifonyin = { set_variable = { name = color_storage value = title:d_c_ifonyin_color } } + title:c_igala = { set_variable = { name = color_storage value = title:d_c_igala_color } } + title:c_igana = { set_variable = { name = color_storage value = title:d_c_igana_color } } + title:c_igaran = { set_variable = { name = color_storage value = title:d_c_igaran_color } } + title:c_igbo = { set_variable = { name = color_storage value = title:d_c_igbo_color } } + title:c_igbomina = { set_variable = { name = color_storage value = title:d_c_igbomina_color } } + title:c_ijaw = { set_variable = { name = color_storage value = title:d_c_ijaw_color } } + title:c_ijebu = { set_variable = { name = color_storage value = title:d_c_ijebu_color } } + title:c_ikh_bogd = { set_variable = { name = color_storage value = title:d_c_ikh_bogd_color } } + title:c_ilam = { set_variable = { name = color_storage value = title:d_c_ilam_color } } + title:c_ile_de_france = { set_variable = { name = color_storage value = title:d_c_ile_de_france_color } } + title:c_ilesa = { set_variable = { name = color_storage value = title:d_c_ilesa_color } } + title:c_ilga = { set_variable = { name = color_storage value = title:d_c_ilga_color } } + title:c_iliq = { set_variable = { name = color_storage value = title:d_c_iliq_color } } + title:c_ilo = { set_variable = { name = color_storage value = title:d_c_ilo_color } } + title:c_ilorin = { set_variable = { name = color_storage value = title:d_c_ilorin_color } } + title:c_inari = { set_variable = { name = color_storage value = title:d_c_inari_color } } + title:c_innarya = { set_variable = { name = color_storage value = title:d_c_innarya_color } } + title:c_inner_hebrides = { set_variable = { name = color_storage value = title:d_c_inner_hebrides_color } } + title:c_innsbruck = { set_variable = { name = color_storage value = title:d_c_innsbruck_color } } + title:c_intarta = { set_variable = { name = color_storage value = title:d_c_intarta_color } } + title:c_inverness = { set_variable = { name = color_storage value = title:d_c_inverness_color } } + title:c_ionia = { set_variable = { name = color_storage value = title:d_c_ionia_color } } + title:c_ipuskoa = { set_variable = { name = color_storage value = title:d_c_ipuskoa_color } } + title:c_irahistan = { set_variable = { name = color_storage value = title:d_c_irahistan_color } } + title:c_irbid = { set_variable = { name = color_storage value = title:d_c_irbid_color } } + title:c_irbil = { set_variable = { name = color_storage value = title:d_c_irbil_color } } + title:c_irkutsk = { set_variable = { name = color_storage value = title:d_c_irkutsk_color } } + title:c_isauria = { set_variable = { name = color_storage value = title:d_c_isauria_color } } + title:c_isfahan = { set_variable = { name = color_storage value = title:d_c_isfahan_color } } + title:c_isfara = { set_variable = { name = color_storage value = title:d_c_isfara_color } } + title:c_ishim = { set_variable = { name = color_storage value = title:d_c_ishim_color } } + title:c_iskaf = { set_variable = { name = color_storage value = title:d_c_iskaf_color } } + title:c_isle_of_man = { set_variable = { name = color_storage value = title:d_c_isle_of_man_color } } + title:c_isle_of_wight = { set_variable = { name = color_storage value = title:d_c_isle_of_wight_color } } + title:c_issoudun = { set_variable = { name = color_storage value = title:d_c_issoudun_color } } + title:c_istakhr = { set_variable = { name = color_storage value = title:d_c_istakhr_color } } + title:c_itanagar = { set_variable = { name = color_storage value = title:d_c_itanagar_color } } + title:c_itil = { set_variable = { name = color_storage value = title:d_c_itil_color } } + title:c_iviza = { set_variable = { name = color_storage value = title:d_c_iviza_color } } + title:c_jabal_kufs = { set_variable = { name = color_storage value = title:d_c_jabal_kufs_color } } + title:c_jabal_quzlum = { set_variable = { name = color_storage value = title:d_c_jabal_quzlum_color } } + title:c_jafara = { set_variable = { name = color_storage value = title:d_c_jafara_color } } + title:c_jaffa = { set_variable = { name = color_storage value = title:d_c_jaffa_color } } + title:c_jaffna = { set_variable = { name = color_storage value = title:d_c_jaffna_color } } + title:c_jagatipur = { set_variable = { name = color_storage value = title:d_c_jagatipur_color } } + title:c_jahkamakke = { set_variable = { name = color_storage value = title:d_c_jahkamakke_color } } + title:c_jaligny = { set_variable = { name = color_storage value = title:d_c_jaligny_color } } + title:c_jalmat = { set_variable = { name = color_storage value = title:d_c_jalmat_color } } + title:c_jambalar = { set_variable = { name = color_storage value = title:d_c_jambalar_color } } + title:c_jame = { set_variable = { name = color_storage value = title:d_c_jame_color } } + title:c_jamtfir = { set_variable = { name = color_storage value = title:d_c_jamtfir_color } } + title:c_janakpur = { set_variable = { name = color_storage value = title:d_c_janakpur_color } } + title:c_jara = { set_variable = { name = color_storage value = title:d_c_jara_color } } + title:c_jasky_kart = { set_variable = { name = color_storage value = title:d_c_jasky_kart_color } } + title:c_jaunpur = { set_variable = { name = color_storage value = title:d_c_jaunpur_color } } + title:c_jawf-al-yamani = { set_variable = { name = color_storage value = title:d_c_jawf-al-yamani_color } } + title:c_jend = { set_variable = { name = color_storage value = title:d_c_jend_color } } + title:c_jenne = { set_variable = { name = color_storage value = title:d_c_jenne_color } } + title:c_jerjul = { set_variable = { name = color_storage value = title:d_c_jerjul_color } } + title:c_jersika = { set_variable = { name = color_storage value = title:d_c_jersika_color } } + title:c_jerusalem = { set_variable = { name = color_storage value = title:d_c_jerusalem_color } } + title:c_jharkand = { set_variable = { name = color_storage value = title:d_c_jharkand_color } } + title:c_jie_DZU = { set_variable = { name = color_storage value = title:d_c_jie_DZU_color } } + title:c_jihlava = { set_variable = { name = color_storage value = title:d_c_jihlava_color } } + title:c_jilali = { set_variable = { name = color_storage value = title:d_c_jilali_color } } + title:c_jilat = { set_variable = { name = color_storage value = title:d_c_jilat_color } } + title:c_jilib = { set_variable = { name = color_storage value = title:d_c_jilib_color } } + title:c_jimi = { set_variable = { name = color_storage value = title:d_c_jimi_color } } + title:c_jinghiz = { set_variable = { name = color_storage value = title:d_c_jinghiz_color } } + title:c_jinsko = { set_variable = { name = color_storage value = title:d_c_jinsko_color } } + title:c_jinta = { set_variable = { name = color_storage value = title:d_c_jinta_color } } + title:c_jiren_suat = { set_variable = { name = color_storage value = title:d_c_jiren_suat_color } } + title:c_jiruft = { set_variable = { name = color_storage value = title:d_c_jiruft_color } } + title:c_jitikul = { set_variable = { name = color_storage value = title:d_c_jitikul_color } } + title:c_jolof = { set_variable = { name = color_storage value = title:d_c_jolof_color } } + title:c_jone = { set_variable = { name = color_storage value = title:d_c_jone_color } } + title:c_jovvkuj = { set_variable = { name = color_storage value = title:d_c_jovvkuj_color } } + title:c_jowol = { set_variable = { name = color_storage value = title:d_c_jowol_color } } + title:c_jubba = { set_variable = { name = color_storage value = title:d_c_jubba_color } } + title:c_julevadno = { set_variable = { name = color_storage value = title:d_c_julevadno_color } } + title:c_julfar = { set_variable = { name = color_storage value = title:d_c_julfar_color } } + title:c_julym = { set_variable = { name = color_storage value = title:d_c_julym_color } } + title:c_jumla = { set_variable = { name = color_storage value = title:d_c_jumla_color } } + title:c_juterbog = { set_variable = { name = color_storage value = title:d_c_juterbog_color } } + title:c_juwain = { set_variable = { name = color_storage value = title:d_c_juwain_color } } + title:c_juwair = { set_variable = { name = color_storage value = title:d_c_juwair_color } } + title:c_kaabu = { set_variable = { name = color_storage value = title:d_c_kaabu_color } } + title:c_kaarta = { set_variable = { name = color_storage value = title:d_c_kaarta_color } } + title:c_kabarasana = { set_variable = { name = color_storage value = title:d_c_kabarasana_color } } + title:c_kabul = { set_variable = { name = color_storage value = title:d_c_kabul_color } } + title:c_kachu = { set_variable = { name = color_storage value = title:d_c_kachu_color } } + title:c_kada = { set_variable = { name = color_storage value = title:d_c_kada_color } } + title:c_kadam = { set_variable = { name = color_storage value = title:d_c_kadam_color } } + title:c_kaduna = { set_variable = { name = color_storage value = title:d_c_kaduna_color } } + title:c_kaffa = { set_variable = { name = color_storage value = title:d_c_kaffa_color } } + title:c_kafirkot = { set_variable = { name = color_storage value = title:d_c_kafirkot_color } } + title:c_kagar = { set_variable = { name = color_storage value = title:d_c_kagar_color } } + title:c_kagha = { set_variable = { name = color_storage value = title:d_c_kagha_color } } + title:c_kainsk = { set_variable = { name = color_storage value = title:d_c_kainsk_color } } + title:c_kainuu = { set_variable = { name = color_storage value = title:d_c_kainuu_color } } + title:c_kairwan = { set_variable = { name = color_storage value = title:d_c_kairwan_color } } + title:c_kaisereia = { set_variable = { name = color_storage value = title:d_c_kaisereia_color } } + title:c_kaiserslautern = { set_variable = { name = color_storage value = title:d_c_kaiserslautern_color } } + title:c_kakheti = { set_variable = { name = color_storage value = title:d_c_kakheti_color } } + title:c_kakisalmi = { set_variable = { name = color_storage value = title:d_c_kakisalmi_color } } + title:c_kalabsha = { set_variable = { name = color_storage value = title:d_c_kalabsha_color } } + title:c_kalanjara = { set_variable = { name = color_storage value = title:d_c_kalanjara_color } } + title:c_kalat = { set_variable = { name = color_storage value = title:d_c_kalat_color } } + title:c_kalbin = { set_variable = { name = color_storage value = title:d_c_kalbin_color } } + title:c_kale = { set_variable = { name = color_storage value = title:d_c_kale_color } } + title:c_kali_kumaon = { set_variable = { name = color_storage value = title:d_c_kali_kumaon_color } } + title:c_kalinganagar = { set_variable = { name = color_storage value = title:d_c_kalinganagar_color } } + title:c_kaliska = { set_variable = { name = color_storage value = title:d_c_kaliska_color } } + title:c_kalos_limen = { set_variable = { name = color_storage value = title:d_c_kalos_limen_color } } + title:c_kalpi = { set_variable = { name = color_storage value = title:d_c_kalpi_color } } + title:c_kalyani = { set_variable = { name = color_storage value = title:d_c_kalyani_color } } + title:c_kamarupanagara = { set_variable = { name = color_storage value = title:d_c_kamarupanagara_color } } + title:c_kamatapur = { set_variable = { name = color_storage value = title:d_c_kamatapur_color } } + title:c_kambampet = { set_variable = { name = color_storage value = title:d_c_kambampet_color } } + title:c_kammersberg = { set_variable = { name = color_storage value = title:d_c_kammersberg_color } } + title:c_kamru = { set_variable = { name = color_storage value = title:d_c_kamru_color } } + title:c_kanara = { set_variable = { name = color_storage value = title:d_c_kanara_color } } + title:c_kanchipuram = { set_variable = { name = color_storage value = title:d_c_kanchipuram_color } } + title:c_kandy = { set_variable = { name = color_storage value = title:d_c_kandy_color } } + title:c_kanem = { set_variable = { name = color_storage value = title:d_c_kanem_color } } + title:c_kangmar = { set_variable = { name = color_storage value = title:d_c_kangmar_color } } + title:c_kaniaga = { set_variable = { name = color_storage value = title:d_c_kaniaga_color } } + title:c_kankan = { set_variable = { name = color_storage value = title:d_c_kankan_color } } + title:c_kano = { set_variable = { name = color_storage value = title:d_c_kano_color } } + title:c_kansk = { set_variable = { name = color_storage value = title:d_c_kansk_color } } + title:c_kantegir = { set_variable = { name = color_storage value = title:d_c_kantegir_color } } + title:c_kanyakubja = { set_variable = { name = color_storage value = title:d_c_kanyakubja_color } } + title:c_kara_asirgan = { set_variable = { name = color_storage value = title:d_c_kara_asirgan_color } } + title:c_kara_khoja = { set_variable = { name = color_storage value = title:d_c_kara_khoja_color } } + title:c_karabaigal = { set_variable = { name = color_storage value = title:d_c_karabaigal_color } } + title:c_karabalgasun = { set_variable = { name = color_storage value = title:d_c_karabalgasun_color } } + title:c_karabas = { set_variable = { name = color_storage value = title:d_c_karabas_color } } + title:c_karabash = { set_variable = { name = color_storage value = title:d_c_karabash_color } } + title:c_karabolam = { set_variable = { name = color_storage value = title:d_c_karabolam_color } } + title:c_karachev = { set_variable = { name = color_storage value = title:d_c_karachev_color } } + title:c_karakorum = { set_variable = { name = color_storage value = title:d_c_karakorum_color } } + title:c_karamay = { set_variable = { name = color_storage value = title:d_c_karamay_color } } + title:c_karashar = { set_variable = { name = color_storage value = title:d_c_karashar_color } } + title:c_karasjohka = { set_variable = { name = color_storage value = title:d_c_karasjohka_color } } + title:c_karasu = { set_variable = { name = color_storage value = title:d_c_karasu_color } } + title:c_karatayak = { set_variable = { name = color_storage value = title:d_c_karatayak_color } } + title:c_karatsagaan = { set_variable = { name = color_storage value = title:d_c_karatsagaan_color } } + title:c_karauda = { set_variable = { name = color_storage value = title:d_c_karauda_color } } + title:c_karbala = { set_variable = { name = color_storage value = title:d_c_karbala_color } } + title:c_kargadan = { set_variable = { name = color_storage value = title:d_c_kargadan_color } } + title:c_karghalik = { set_variable = { name = color_storage value = title:d_c_karghalik_color } } + title:c_kargopol = { set_variable = { name = color_storage value = title:d_c_kargopol_color } } + title:c_karkaraly = { set_variable = { name = color_storage value = title:d_c_karkaraly_color } } + title:c_karmanta = { set_variable = { name = color_storage value = title:d_c_karmanta_color } } + title:c_karnten = { set_variable = { name = color_storage value = title:d_c_karnten_color } } + title:c_karor = { set_variable = { name = color_storage value = title:d_c_karor_color } } + title:c_karran = { set_variable = { name = color_storage value = title:d_c_karran_color } } + title:c_kartauzh = { set_variable = { name = color_storage value = title:d_c_kartauzh_color } } + title:c_kartli = { set_variable = { name = color_storage value = title:d_c_kartli_color } } + title:c_karur = { set_variable = { name = color_storage value = title:d_c_karur_color } } + title:c_kasa = { set_variable = { name = color_storage value = title:d_c_kasa_color } } + title:c_kash = { set_variable = { name = color_storage value = title:d_c_kash_color } } + title:c_kashgar = { set_variable = { name = color_storage value = title:d_c_kashgar_color } } + title:c_kaska = { set_variable = { name = color_storage value = title:d_c_kaska_color } } + title:c_kaskelen = { set_variable = { name = color_storage value = title:d_c_kaskelen_color } } + title:c_kaski = { set_variable = { name = color_storage value = title:d_c_kaski_color } } + title:c_kasmira = { set_variable = { name = color_storage value = title:d_c_kasmira_color } } + title:c_kassala = { set_variable = { name = color_storage value = title:d_c_kassala_color } } + title:c_kassel = { set_variable = { name = color_storage value = title:d_c_kassel_color } } + title:c_katagum = { set_variable = { name = color_storage value = title:d_c_katagum_color } } + title:c_kataka = { set_variable = { name = color_storage value = title:d_c_kataka_color } } + title:c_katehar = { set_variable = { name = color_storage value = title:d_c_katehar_color } } + title:c_kath = { set_variable = { name = color_storage value = title:d_c_kath_color } } + title:c_kathmandu = { set_variable = { name = color_storage value = title:d_c_kathmandu_color } } + title:c_katsina = { set_variable = { name = color_storage value = title:d_c_katsina_color } } + title:c_katu_yaryk = { set_variable = { name = color_storage value = title:d_c_katu_yaryk_color } } + title:c_kayor = { set_variable = { name = color_storage value = title:d_c_kayor_color } } + title:c_kazan = { set_variable = { name = color_storage value = title:d_c_kazan_color } } + title:c_kazanskaya = { set_variable = { name = color_storage value = title:d_c_kazanskaya_color } } + title:c_kazanskoye = { set_variable = { name = color_storage value = title:d_c_kazanskoye_color } } + title:c_kazym = { set_variable = { name = color_storage value = title:d_c_kazym_color } } + title:c_kebbi = { set_variable = { name = color_storage value = title:d_c_kebbi_color } } + title:c_keffi = { set_variable = { name = color_storage value = title:d_c_keffi_color } } + title:c_kempten = { set_variable = { name = color_storage value = title:d_c_kempten_color } } + title:c_kent = { set_variable = { name = color_storage value = title:d_c_kent_color } } + title:c_kera = { set_variable = { name = color_storage value = title:d_c_kera_color } } + title:c_kerak = { set_variable = { name = color_storage value = title:d_c_kerak_color } } + title:c_kerala = { set_variable = { name = color_storage value = title:d_c_kerala_color } } + title:c_kerch = { set_variable = { name = color_storage value = title:d_c_kerch_color } } + title:c_keriya = { set_variable = { name = color_storage value = title:d_c_keriya_color } } + title:c_kerken = { set_variable = { name = color_storage value = title:d_c_kerken_color } } + title:c_kermanshah = { set_variable = { name = color_storage value = title:d_c_kermanshah_color } } + title:c_kernave = { set_variable = { name = color_storage value = title:d_c_kernave_color } } + title:c_ketu = { set_variable = { name = color_storage value = title:d_c_ketu_color } } + title:c_keve = { set_variable = { name = color_storage value = title:d_c_keve_color } } + title:c_kevrola = { set_variable = { name = color_storage value = title:d_c_kevrola_color } } + title:c_khabur = { set_variable = { name = color_storage value = title:d_c_khabur_color } } + title:c_khachen = { set_variable = { name = color_storage value = title:d_c_khachen_color } } + title:c_khaplu = { set_variable = { name = color_storage value = title:d_c_khaplu_color } } + title:c_khar_us = { set_variable = { name = color_storage value = title:d_c_khar_us_color } } + title:c_kharam-vosh = { set_variable = { name = color_storage value = title:d_c_kharam-vosh_color } } + title:c_kharga = { set_variable = { name = color_storage value = title:d_c_kharga_color } } + title:c_khasagt_khairkhan = { set_variable = { name = color_storage value = title:d_c_khasagt_khairkhan_color } } + title:c_khawr = { set_variable = { name = color_storage value = title:d_c_khawr_color } } + title:c_khaybar = { set_variable = { name = color_storage value = title:d_c_khaybar_color } } + title:c_khentii = { set_variable = { name = color_storage value = title:d_c_khentii_color } } + title:c_kherson = { set_variable = { name = color_storage value = title:d_c_kherson_color } } + title:c_khetaka = { set_variable = { name = color_storage value = title:d_c_khetaka_color } } + title:c_khijjingakota = { set_variable = { name = color_storage value = title:d_c_khijjingakota_color } } + title:c_khinjali_mandala = { set_variable = { name = color_storage value = title:d_c_khinjali_mandala_color } } + title:c_khiva = { set_variable = { name = color_storage value = title:d_c_khiva_color } } + title:c_khojand = { set_variable = { name = color_storage value = title:d_c_khojand_color } } + title:c_khokhoo = { set_variable = { name = color_storage value = title:d_c_khokhoo_color } } + title:c_kholmogory = { set_variable = { name = color_storage value = title:d_c_kholmogory_color } } + title:c_khopyor = { set_variable = { name = color_storage value = title:d_c_khopyor_color } } + title:c_khortytsia = { set_variable = { name = color_storage value = title:d_c_khortytsia_color } } + title:c_khotan = { set_variable = { name = color_storage value = title:d_c_khotan_color } } + title:c_khotang = { set_variable = { name = color_storage value = title:d_c_khotang_color } } + title:c_khumar = { set_variable = { name = color_storage value = title:d_c_khumar_color } } + title:c_khurnak = { set_variable = { name = color_storage value = title:d_c_khurnak_color } } + title:c_khuttal = { set_variable = { name = color_storage value = title:d_c_khuttal_color } } + title:c_khuwar = { set_variable = { name = color_storage value = title:d_c_khuwar_color } } + title:c_kiev = { set_variable = { name = color_storage value = title:d_c_kiev_color } } + title:c_kiia = { set_variable = { name = color_storage value = title:d_c_kiia_color } } + title:c_kinda = { set_variable = { name = color_storage value = title:d_c_kinda_color } } + title:c_kinda_sakun = { set_variable = { name = color_storage value = title:d_c_kinda_sakun_color } } + title:c_kingui = { set_variable = { name = color_storage value = title:d_c_kingui_color } } + title:c_kintus = { set_variable = { name = color_storage value = title:d_c_kintus_color } } + title:c_kiranapura = { set_variable = { name = color_storage value = title:d_c_kiranapura_color } } + title:c_kirillov = { set_variable = { name = color_storage value = title:d_c_kirillov_color } } + title:c_kirkuk = { set_variable = { name = color_storage value = title:d_c_kirkuk_color } } + title:c_kirman = { set_variable = { name = color_storage value = title:d_c_kirman_color } } + title:c_kishsh = { set_variable = { name = color_storage value = title:d_c_kishsh_color } } + title:c_kisi = { set_variable = { name = color_storage value = title:d_c_kisi_color } } + title:c_kita = { set_variable = { name = color_storage value = title:d_c_kita_color } } + title:c_kitka = { set_variable = { name = color_storage value = title:d_c_kitka_color } } + title:c_kitoi = { set_variable = { name = color_storage value = title:d_c_kitoi_color } } + title:c_kittila = { set_variable = { name = color_storage value = title:d_c_kittila_color } } + title:c_kiz = { set_variable = { name = color_storage value = title:d_c_kiz_color } } + title:c_kizir = { set_variable = { name = color_storage value = title:d_c_kizir_color } } + title:c_klarjeti = { set_variable = { name = color_storage value = title:d_c_klarjeti_color } } + title:c_kletsk = { set_variable = { name = color_storage value = title:d_c_kletsk_color } } + title:c_klingenberg = { set_variable = { name = color_storage value = title:d_c_klingenberg_color } } + title:c_knin = { set_variable = { name = color_storage value = title:d_c_knin_color } } + title:c_knittelfeld = { set_variable = { name = color_storage value = title:d_c_knittelfeld_color } } + title:c_koblenz = { set_variable = { name = color_storage value = title:d_c_koblenz_color } } + title:c_koda = { set_variable = { name = color_storage value = title:d_c_koda_color } } + title:c_kodalaka_mandala = { set_variable = { name = color_storage value = title:d_c_kodalaka_mandala_color } } + title:c_koi-bagar = { set_variable = { name = color_storage value = title:d_c_koi-bagar_color } } + title:c_kojuk = { set_variable = { name = color_storage value = title:d_c_kojuk_color } } + title:c_kokenois = { set_variable = { name = color_storage value = title:d_c_kokenois_color } } + title:c_kokoli = { set_variable = { name = color_storage value = title:d_c_kokoli_color } } + title:c_kokpekty = { set_variable = { name = color_storage value = title:d_c_kokpekty_color } } + title:c_kol = { set_variable = { name = color_storage value = title:d_c_kol_color } } + title:c_kolhapur = { set_variable = { name = color_storage value = title:d_c_kolhapur_color } } + title:c_kolobrzeg = { set_variable = { name = color_storage value = title:d_c_kolobrzeg_color } } + title:c_kolon = { set_variable = { name = color_storage value = title:d_c_kolon_color } } + title:c_kolyn = { set_variable = { name = color_storage value = title:d_c_kolyn_color } } + title:c_kolyvan = { set_variable = { name = color_storage value = title:d_c_kolyvan_color } } + title:c_konda_ob = { set_variable = { name = color_storage value = title:d_c_konda_ob_color } } + title:c_kondana = { set_variable = { name = color_storage value = title:d_c_kondana_color } } + title:c_kondoma = { set_variable = { name = color_storage value = title:d_c_kondoma_color } } + title:c_kong = { set_variable = { name = color_storage value = title:d_c_kong_color } } + title:c_kongu = { set_variable = { name = color_storage value = title:d_c_kongu_color } } + title:c_konigsberg = { set_variable = { name = color_storage value = title:d_c_konigsberg_color } } + title:c_konko = { set_variable = { name = color_storage value = title:d_c_konko_color } } + title:c_kono = { set_variable = { name = color_storage value = title:d_c_kono_color } } + title:c_kontupohja = { set_variable = { name = color_storage value = title:d_c_kontupohja_color } } + title:c_konyan = { set_variable = { name = color_storage value = title:d_c_konyan_color } } + title:c_kopathal = { set_variable = { name = color_storage value = title:d_c_kopathal_color } } + title:c_koppam = { set_variable = { name = color_storage value = title:d_c_koppam_color } } + title:c_kordofan = { set_variable = { name = color_storage value = title:d_c_kordofan_color } } + title:c_korgon = { set_variable = { name = color_storage value = title:d_c_korgon_color } } + title:c_korinthos = { set_variable = { name = color_storage value = title:d_c_korinthos_color } } + title:c_korosten = { set_variable = { name = color_storage value = title:d_c_korosten_color } } + title:c_korsun = { set_variable = { name = color_storage value = title:d_c_korsun_color } } + title:c_kos-buwak = { set_variable = { name = color_storage value = title:d_c_kos-buwak_color } } + title:c_kos_uba = { set_variable = { name = color_storage value = title:d_c_kos_uba_color } } + title:c_koshuki = { set_variable = { name = color_storage value = title:d_c_koshuki_color } } + title:c_kota = { set_variable = { name = color_storage value = title:d_c_kota_color } } + title:c_kotera = { set_variable = { name = color_storage value = title:d_c_kotera_color } } + title:c_kotivarsa = { set_variable = { name = color_storage value = title:d_c_kotivarsa_color } } + title:c_kotokel = { set_variable = { name = color_storage value = title:d_c_kotokel_color } } + title:c_kotoko = { set_variable = { name = color_storage value = title:d_c_kotoko_color } } + title:c_kotte = { set_variable = { name = color_storage value = title:d_c_kotte_color } } + title:c_kouga = { set_variable = { name = color_storage value = title:d_c_kouga_color } } + title:c_koutajoki = { set_variable = { name = color_storage value = title:d_c_koutajoki_color } } + title:c_kozelsk = { set_variable = { name = color_storage value = title:d_c_kozelsk_color } } + title:c_kozlov = { set_variable = { name = color_storage value = title:d_c_kozlov_color } } + title:c_krajna = { set_variable = { name = color_storage value = title:d_c_krajna_color } } + title:c_krakowska = { set_variable = { name = color_storage value = title:d_c_krakowska_color } } + title:c_kran = { set_variable = { name = color_storage value = title:d_c_kran_color } } + title:c_kranj = { set_variable = { name = color_storage value = title:d_c_kranj_color } } + title:c_krasnoyarsk = { set_variable = { name = color_storage value = title:d_c_krasnoyarsk_color } } + title:c_krasso = { set_variable = { name = color_storage value = title:d_c_krasso_color } } + title:c_krems = { set_variable = { name = color_storage value = title:d_c_krems_color } } + title:c_kropot = { set_variable = { name = color_storage value = title:d_c_kropot_color } } + title:c_kru = { set_variable = { name = color_storage value = title:d_c_kru_color } } + title:c_kucha = { set_variable = { name = color_storage value = title:d_c_kucha_color } } + title:c_kuchuk = { set_variable = { name = color_storage value = title:d_c_kuchuk_color } } + title:c_kufa = { set_variable = { name = color_storage value = title:d_c_kufa_color } } + title:c_kuisugu = { set_variable = { name = color_storage value = title:d_c_kuisugu_color } } + title:c_kujawy = { set_variable = { name = color_storage value = title:d_c_kujawy_color } } + title:c_kukiya = { set_variable = { name = color_storage value = title:d_c_kukiya_color } } + title:c_kuku = { set_variable = { name = color_storage value = title:d_c_kuku_color } } + title:c_kulan_utmas = { set_variable = { name = color_storage value = title:d_c_kulan_utmas_color } } + title:c_kulan_uynak = { set_variable = { name = color_storage value = title:d_c_kulan_uynak_color } } + title:c_kulunda = { set_variable = { name = color_storage value = title:d_c_kulunda_color } } + title:c_kumaon = { set_variable = { name = color_storage value = title:d_c_kumaon_color } } + title:c_kumasi = { set_variable = { name = color_storage value = title:d_c_kumasi_color } } + title:c_kumkol = { set_variable = { name = color_storage value = title:d_c_kumkol_color } } + title:c_kumtag = { set_variable = { name = color_storage value = title:d_c_kumtag_color } } + title:c_kumych = { set_variable = { name = color_storage value = title:d_c_kumych_color } } + title:c_kundina = { set_variable = { name = color_storage value = title:d_c_kundina_color } } + title:c_kuozhou = { set_variable = { name = color_storage value = title:d_c_kuozhou_color } } + title:c_kuranko = { set_variable = { name = color_storage value = title:d_c_kuranko_color } } + title:c_kurdar = { set_variable = { name = color_storage value = title:d_c_kurdar_color } } + title:c_kurdistan = { set_variable = { name = color_storage value = title:d_c_kurdistan_color } } + title:c_kurgan = { set_variable = { name = color_storage value = title:d_c_kurgan_color } } + title:c_kurgus = { set_variable = { name = color_storage value = title:d_c_kurgus_color } } + title:c_kurmaed = { set_variable = { name = color_storage value = title:d_c_kurmaed_color } } + title:c_kurmina = { set_variable = { name = color_storage value = title:d_c_kurmina_color } } + title:c_kursk = { set_variable = { name = color_storage value = title:d_c_kursk_color } } + title:c_kurumba = { set_variable = { name = color_storage value = title:d_c_kurumba_color } } + title:c_kush-murun = { set_variable = { name = color_storage value = title:d_c_kush-murun_color } } + title:c_kusinagara = { set_variable = { name = color_storage value = title:d_c_kusinagara_color } } + title:c_kusumi = { set_variable = { name = color_storage value = title:d_c_kusumi_color } } + title:c_kutch = { set_variable = { name = color_storage value = title:d_c_kutch_color } } + title:c_kuzbas = { set_variable = { name = color_storage value = title:d_c_kuzbas_color } } + title:c_kwahu-akyem = { set_variable = { name = color_storage value = title:d_c_kwahu-akyem_color } } + title:c_kwararafa = { set_variable = { name = color_storage value = title:d_c_kwararafa_color } } + title:c_kyadya = { set_variable = { name = color_storage value = title:d_c_kyadya_color } } + title:c_kyakyaru = { set_variable = { name = color_storage value = title:d_c_kyakyaru_color } } + title:c_kyaukse = { set_variable = { name = color_storage value = title:d_c_kyaukse_color } } + title:c_kyin = { set_variable = { name = color_storage value = title:d_c_kyin_color } } + title:c_kymyl_tey = { set_variable = { name = color_storage value = title:d_c_kymyl_tey_color } } + title:c_kyunglung = { set_variable = { name = color_storage value = title:d_c_kyunglung_color } } + title:c_kyzistra = { set_variable = { name = color_storage value = title:d_c_kyzistra_color } } + title:c_kyzylkul = { set_variable = { name = color_storage value = title:d_c_kyzylkul_color } } + title:c_la_marche = { set_variable = { name = color_storage value = title:d_c_la_marche_color } } + title:c_labda = { set_variable = { name = color_storage value = title:d_c_labda_color } } + title:c_labourd = { set_variable = { name = color_storage value = title:d_c_labourd_color } } + title:c_lachyk-uba = { set_variable = { name = color_storage value = title:d_c_lachyk-uba_color } } + title:c_laconia = { set_variable = { name = color_storage value = title:d_c_laconia_color } } + title:c_ladyzyn = { set_variable = { name = color_storage value = title:d_c_ladyzyn_color } } + title:c_lag_dera = { set_variable = { name = color_storage value = title:d_c_lag_dera_color } } + title:c_laghwat = { set_variable = { name = color_storage value = title:d_c_laghwat_color } } + title:c_lahur = { set_variable = { name = color_storage value = title:d_c_lahur_color } } + title:c_laia = { set_variable = { name = color_storage value = title:d_c_laia_color } } + title:c_lakhnau = { set_variable = { name = color_storage value = title:d_c_lakhnau_color } } + title:c_laksmanavati = { set_variable = { name = color_storage value = title:d_c_laksmanavati_color } } + title:c_lanarkshire = { set_variable = { name = color_storage value = title:d_c_lanarkshire_color } } + title:c_lancashire = { set_variable = { name = color_storage value = title:d_c_lancashire_color } } + title:c_lanciano = { set_variable = { name = color_storage value = title:d_c_lanciano_color } } + title:c_landsberg = { set_variable = { name = color_storage value = title:d_c_landsberg_color } } + title:c_langres = { set_variable = { name = color_storage value = title:d_c_langres_color } } + title:c_lapusna = { set_variable = { name = color_storage value = title:d_c_lapusna_color } } + title:c_lar = { set_variable = { name = color_storage value = title:d_c_lar_color } } + title:c_lasta = { set_variable = { name = color_storage value = title:d_c_lasta_color } } + title:c_lecce = { set_variable = { name = color_storage value = title:d_c_lecce_color } } + title:c_leczycka = { set_variable = { name = color_storage value = title:d_c_leczycka_color } } + title:c_legnica = { set_variable = { name = color_storage value = title:d_c_legnica_color } } + title:c_leh = { set_variable = { name = color_storage value = title:d_c_leh_color } } + title:c_leicestershire = { set_variable = { name = color_storage value = title:d_c_leicestershire_color } } + title:c_leinster = { set_variable = { name = color_storage value = title:d_c_leinster_color } } + title:c_lena = { set_variable = { name = color_storage value = title:d_c_lena_color } } + title:c_lenggu = { set_variable = { name = color_storage value = title:d_c_lenggu_color } } + title:c_lenghu = { set_variable = { name = color_storage value = title:d_c_lenghu_color } } + title:c_lennox = { set_variable = { name = color_storage value = title:d_c_lennox_color } } + title:c_leon = { set_variable = { name = color_storage value = title:d_c_leon_color } } + title:c_lepsink = { set_variable = { name = color_storage value = title:d_c_lepsink_color } } + title:c_leraba = { set_variable = { name = color_storage value = title:d_c_leraba_color } } + title:c_lesbos = { set_variable = { name = color_storage value = title:d_c_lesbos_color } } + title:c_leuchtenburg = { set_variable = { name = color_storage value = title:d_c_leuchtenburg_color } } + title:c_lhagang = { set_variable = { name = color_storage value = title:d_c_lhagang_color } } + title:c_lhari = { set_variable = { name = color_storage value = title:d_c_lhari_color } } + title:c_lhasa = { set_variable = { name = color_storage value = title:d_c_lhasa_color } } + title:c_lhatok = { set_variable = { name = color_storage value = title:d_c_lhatok_color } } + title:c_lhunze = { set_variable = { name = color_storage value = title:d_c_lhunze_color } } + title:c_lhunzhub = { set_variable = { name = color_storage value = title:d_c_lhunzhub_color } } + title:c_liangzhou = { set_variable = { name = color_storage value = title:d_c_liangzhou_color } } + title:c_liebnitz = { set_variable = { name = color_storage value = title:d_c_liebnitz_color } } + title:c_liege = { set_variable = { name = color_storage value = title:d_c_liege_color } } + title:c_lienz = { set_variable = { name = color_storage value = title:d_c_lienz_color } } + title:c_lika = { set_variable = { name = color_storage value = title:d_c_lika_color } } + title:c_lille = { set_variable = { name = color_storage value = title:d_c_lille_color } } + title:c_limousin = { set_variable = { name = color_storage value = title:d_c_limousin_color } } + title:c_lincolnshire = { set_variable = { name = color_storage value = title:d_c_lincolnshire_color } } + title:c_lingtsang = { set_variable = { name = color_storage value = title:d_c_lingtsang_color } } + title:c_linlithgowshire = { set_variable = { name = color_storage value = title:d_c_linlithgowshire_color } } + title:c_linz = { set_variable = { name = color_storage value = title:d_c_linz_color } } + title:c_linze = { set_variable = { name = color_storage value = title:d_c_linze_color } } + title:c_lippe = { set_variable = { name = color_storage value = title:d_c_lippe_color } } + title:c_lipto = { set_variable = { name = color_storage value = title:d_c_lipto_color } } + title:c_lisboa = { set_variable = { name = color_storage value = title:d_c_lisboa_color } } + title:c_lisieux = { set_variable = { name = color_storage value = title:d_c_lisieux_color } } + title:c_litang = { set_variable = { name = color_storage value = title:d_c_litang_color } } + title:c_litomerice = { set_variable = { name = color_storage value = title:d_c_litomerice_color } } + title:c_livs = { set_variable = { name = color_storage value = title:d_c_livs_color } } + title:c_ljubljana = { set_variable = { name = color_storage value = title:d_c_ljubljana_color } } + title:c_lleida = { set_variable = { name = color_storage value = title:d_c_lleida_color } } + title:c_lobdaburg = { set_variable = { name = color_storage value = title:d_c_lobdaburg_color } } + title:c_lobi = { set_variable = { name = color_storage value = title:d_c_lobi_color } } + title:c_lobo = { set_variable = { name = color_storage value = title:d_c_lobo_color } } + title:c_logudoro = { set_variable = { name = color_storage value = title:d_c_logudoro_color } } + title:c_lolland_falster = { set_variable = { name = color_storage value = title:d_c_lolland_falster_color } } + title:c_lombardia = { set_variable = { name = color_storage value = title:d_c_lombardia_color } } + title:c_lomzynska = { set_variable = { name = color_storage value = title:d_c_lomzynska_color } } + title:c_lori = { set_variable = { name = color_storage value = title:d_c_lori_color } } + title:c_loropeni = { set_variable = { name = color_storage value = title:d_c_loropeni_color } } + title:c_lothian = { set_variable = { name = color_storage value = title:d_c_lothian_color } } + title:c_loulan = { set_variable = { name = color_storage value = title:d_c_loulan_color } } + title:c_lower_galatia = { set_variable = { name = color_storage value = title:d_c_lower_galatia_color } } + title:c_lubeck = { set_variable = { name = color_storage value = title:d_c_lubeck_color } } + title:c_lubelska = { set_variable = { name = color_storage value = title:d_c_lubelska_color } } + title:c_lubusz = { set_variable = { name = color_storage value = title:d_c_lubusz_color } } + title:c_lucca = { set_variable = { name = color_storage value = title:d_c_lucca_color } } + title:c_ludrava = { set_variable = { name = color_storage value = title:d_c_ludrava_color } } + title:c_luki = { set_variable = { name = color_storage value = title:d_c_luki_color } } + title:c_lukoml = { set_variable = { name = color_storage value = title:d_c_lukoml_color } } + title:c_lumbini = { set_variable = { name = color_storage value = title:d_c_lumbini_color } } + title:c_luneburg = { set_variable = { name = color_storage value = title:d_c_luneburg_color } } + title:c_lunggar = { set_variable = { name = color_storage value = title:d_c_lunggar_color } } + title:c_luni = { set_variable = { name = color_storage value = title:d_c_luni_color } } + title:c_luntai = { set_variable = { name = color_storage value = title:d_c_luntai_color } } + title:c_luristan = { set_variable = { name = color_storage value = title:d_c_luristan_color } } + title:c_lusignan = { set_variable = { name = color_storage value = title:d_c_lusignan_color } } + title:c_luuq = { set_variable = { name = color_storage value = title:d_c_luuq_color } } + title:c_luxembourg = { set_variable = { name = color_storage value = title:d_c_luxembourg_color } } + title:c_lviv = { set_variable = { name = color_storage value = title:d_c_lviv_color } } + title:c_lycandus = { set_variable = { name = color_storage value = title:d_c_lycandus_color } } + title:c_lycaonia = { set_variable = { name = color_storage value = title:d_c_lycaonia_color } } + title:c_lycia = { set_variable = { name = color_storage value = title:d_c_lycia_color } } + title:c_lydia = { set_variable = { name = color_storage value = title:d_c_lydia_color } } + title:c_lyon = { set_variable = { name = color_storage value = title:d_c_lyon_color } } + title:c_lysva = { set_variable = { name = color_storage value = title:d_c_lysva_color } } + title:c_lyubim = { set_variable = { name = color_storage value = title:d_c_lyubim_color } } + title:c_maab = { set_variable = { name = color_storage value = title:d_c_maab_color } } + title:c_maan = { set_variable = { name = color_storage value = title:d_c_maan_color } } + title:c_maastricht = { set_variable = { name = color_storage value = title:d_c_maastricht_color } } + title:c_macon = { set_variable = { name = color_storage value = title:d_c_macon_color } } + title:c_macva = { set_variable = { name = color_storage value = title:d_c_macva_color } } + title:c_madaya = { set_variable = { name = color_storage value = title:d_c_madaya_color } } + title:c_madhupur = { set_variable = { name = color_storage value = title:d_c_madhupur_color } } + title:c_madoi = { set_variable = { name = color_storage value = title:d_c_madoi_color } } + title:c_madrid = { set_variable = { name = color_storage value = title:d_c_madrid_color } } + title:c_madurai = { set_variable = { name = color_storage value = title:d_c_madurai_color } } + title:c_mafaza = { set_variable = { name = color_storage value = title:d_c_mafaza_color } } + title:c_magadha = { set_variable = { name = color_storage value = title:d_c_magadha_color } } + title:c_magdeburg = { set_variable = { name = color_storage value = title:d_c_magdeburg_color } } + title:c_maghas = { set_variable = { name = color_storage value = title:d_c_maghas_color } } + title:c_magwe = { set_variable = { name = color_storage value = title:d_c_magwe_color } } + title:c_mahdiya = { set_variable = { name = color_storage value = title:d_c_mahdiya_color } } + title:c_mahishaka = { set_variable = { name = color_storage value = title:d_c_mahishaka_color } } + title:c_mahoba = { set_variable = { name = color_storage value = title:d_c_mahoba_color } } + title:c_mahra = { set_variable = { name = color_storage value = title:d_c_mahra_color } } + title:c_mahur = { set_variable = { name = color_storage value = title:d_c_mahur_color } } + title:c_maine = { set_variable = { name = color_storage value = title:d_c_maine_color } } + title:c_mainling = { set_variable = { name = color_storage value = title:d_c_mainling_color } } + title:c_mainz = { set_variable = { name = color_storage value = title:d_c_mainz_color } } + title:c_mait = { set_variable = { name = color_storage value = title:d_c_mait_color } } + title:c_majar = { set_variable = { name = color_storage value = title:d_c_majar_color } } + title:c_makhir = { set_variable = { name = color_storage value = title:d_c_makhir_color } } + title:c_malaga = { set_variable = { name = color_storage value = title:d_c_malaga_color } } + title:c_malagon = { set_variable = { name = color_storage value = title:d_c_malagon_color } } + title:c_malbork = { set_variable = { name = color_storage value = title:d_c_malbork_color } } + title:c_maldives = { set_variable = { name = color_storage value = title:d_c_maldives_color } } + title:c_maldwyn = { set_variable = { name = color_storage value = title:d_c_maldwyn_color } } + title:c_mallabhum = { set_variable = { name = color_storage value = title:d_c_mallabhum_color } } + title:c_mallorca = { set_variable = { name = color_storage value = title:d_c_mallorca_color } } + title:c_malta = { set_variable = { name = color_storage value = title:d_c_malta_color } } + title:c_mamprusi = { set_variable = { name = color_storage value = title:d_c_mamprusi_color } } + title:c_man = { set_variable = { name = color_storage value = title:d_c_man_color } } + title:c_mana = { set_variable = { name = color_storage value = title:d_c_mana_color } } + title:c_manatau = { set_variable = { name = color_storage value = title:d_c_manatau_color } } + title:c_mandab = { set_variable = { name = color_storage value = title:d_c_mandab_color } } + title:c_mandapika = { set_variable = { name = color_storage value = title:d_c_mandapika_color } } + title:c_mandavyapura = { set_variable = { name = color_storage value = title:d_c_mandavyapura_color } } + title:c_mandestan = { set_variable = { name = color_storage value = title:d_c_mandestan_color } } + title:c_mangnai = { set_variable = { name = color_storage value = title:d_c_mangnai_color } } + title:c_mangra = { set_variable = { name = color_storage value = title:d_c_mangra_color } } + title:c_mangyshlak = { set_variable = { name = color_storage value = title:d_c_mangyshlak_color } } + title:c_manikpur = { set_variable = { name = color_storage value = title:d_c_manikpur_color } } + title:c_manipur = { set_variable = { name = color_storage value = title:d_c_manipur_color } } + title:c_mansfeld = { set_variable = { name = color_storage value = title:d_c_mansfeld_color } } + title:c_mansura = { set_variable = { name = color_storage value = title:d_c_mansura_color } } + title:c_manthang = { set_variable = { name = color_storage value = title:d_c_manthang_color } } + title:c_mantua = { set_variable = { name = color_storage value = title:d_c_mantua_color } } + title:c_manturovo = { set_variable = { name = color_storage value = title:d_c_manturovo_color } } + title:c_maowun = { set_variable = { name = color_storage value = title:d_c_maowun_color } } + title:c_maqen = { set_variable = { name = color_storage value = title:d_c_maqen_color } } + title:c_maqu = { set_variable = { name = color_storage value = title:d_c_maqu_color } } + title:c_maragha = { set_variable = { name = color_storage value = title:d_c_maragha_color } } + title:c_marash = { set_variable = { name = color_storage value = title:d_c_marash_color } } + title:c_marburg = { set_variable = { name = color_storage value = title:d_c_marburg_color } } + title:c_mareeg = { set_variable = { name = color_storage value = title:d_c_mareeg_color } } + title:c_mark = { set_variable = { name = color_storage value = title:d_c_mark_color } } + title:c_markam = { set_variable = { name = color_storage value = title:d_c_markam_color } } + title:c_marmaros = { set_variable = { name = color_storage value = title:d_c_marmaros_color } } + title:c_marrakesh = { set_variable = { name = color_storage value = title:d_c_marrakesh_color } } + title:c_marsabit = { set_variable = { name = color_storage value = title:d_c_marsabit_color } } + title:c_marsan = { set_variable = { name = color_storage value = title:d_c_marsan_color } } + title:c_martyuba = { set_variable = { name = color_storage value = title:d_c_martyuba_color } } + title:c_marvarrud = { set_variable = { name = color_storage value = title:d_c_marvarrud_color } } + title:c_masa = { set_variable = { name = color_storage value = title:d_c_masa_color } } + title:c_masabadhan = { set_variable = { name = color_storage value = title:d_c_masabadhan_color } } + title:c_masalit = { set_variable = { name = color_storage value = title:d_c_masalit_color } } + title:c_masin = { set_variable = { name = color_storage value = title:d_c_masin_color } } + title:c_massawa = { set_variable = { name = color_storage value = title:d_c_massawa_color } } + title:c_massina = { set_variable = { name = color_storage value = title:d_c_massina_color } } + title:c_mathura = { set_variable = { name = color_storage value = title:d_c_mathura_color } } + title:c_mau = { set_variable = { name = color_storage value = title:d_c_mau_color } } + title:c_mayo = { set_variable = { name = color_storage value = title:d_c_mayo_color } } + title:c_mayyafariqin = { set_variable = { name = color_storage value = title:d_c_mayyafariqin_color } } + title:c_mazandaran = { set_variable = { name = color_storage value = title:d_c_mazandaran_color } } + title:c_mazongshan = { set_variable = { name = color_storage value = title:d_c_mazongshan_color } } + title:c_mearns = { set_variable = { name = color_storage value = title:d_c_mearns_color } } + title:c_meaux = { set_variable = { name = color_storage value = title:d_c_meaux_color } } + title:c_mecca = { set_variable = { name = color_storage value = title:d_c_mecca_color } } + title:c_mecklenburg = { set_variable = { name = color_storage value = title:d_c_mecklenburg_color } } + title:c_medantaka = { set_variable = { name = color_storage value = title:d_c_medantaka_color } } + title:c_medapata = { set_variable = { name = color_storage value = title:d_c_medapata_color } } + title:c_medellin = { set_variable = { name = color_storage value = title:d_c_medellin_color } } + title:c_medelpad = { set_variable = { name = color_storage value = title:d_c_medelpad_color } } + title:c_medina = { set_variable = { name = color_storage value = title:d_c_medina_color } } + title:c_medjerda = { set_variable = { name = color_storage value = title:d_c_medjerda_color } } + title:c_meissen = { set_variable = { name = color_storage value = title:d_c_meissen_color } } + title:c_meknes = { set_variable = { name = color_storage value = title:d_c_meknes_color } } + title:c_melilla = { set_variable = { name = color_storage value = title:d_c_melilla_color } } + title:c_melitene = { set_variable = { name = color_storage value = title:d_c_melitene_color } } + title:c_mema = { set_variable = { name = color_storage value = title:d_c_mema_color } } + title:c_memar = { set_variable = { name = color_storage value = title:d_c_memar_color } } + title:c_memel = { set_variable = { name = color_storage value = title:d_c_memel_color } } + title:c_menorca = { set_variable = { name = color_storage value = title:d_c_menorca_color } } + title:c_merida = { set_variable = { name = color_storage value = title:d_c_merida_color } } + title:c_merioneth = { set_variable = { name = color_storage value = title:d_c_merioneth_color } } + title:c_meroe = { set_variable = { name = color_storage value = title:d_c_meroe_color } } + title:c_mersenburg = { set_variable = { name = color_storage value = title:d_c_mersenburg_color } } + title:c_merv = { set_variable = { name = color_storage value = title:d_c_merv_color } } + title:c_mesembria = { set_variable = { name = color_storage value = title:d_c_mesembria_color } } + title:c_mesopotamia = { set_variable = { name = color_storage value = title:d_c_mesopotamia_color } } + title:c_messenia = { set_variable = { name = color_storage value = title:d_c_messenia_color } } + title:c_messina = { set_variable = { name = color_storage value = title:d_c_messina_color } } + title:c_messukyla = { set_variable = { name = color_storage value = title:d_c_messukyla_color } } + title:c_metz = { set_variable = { name = color_storage value = title:d_c_metz_color } } + title:c_metzovo = { set_variable = { name = color_storage value = title:d_c_metzovo_color } } + title:c_miastko = { set_variable = { name = color_storage value = title:d_c_miastko_color } } + title:c_middlesex = { set_variable = { name = color_storage value = title:d_c_middlesex_color } } + title:c_midnapore = { set_variable = { name = color_storage value = title:d_c_midnapore_color } } + title:c_miliez = { set_variable = { name = color_storage value = title:d_c_miliez_color } } + title:c_millau = { set_variable = { name = color_storage value = title:d_c_millau_color } } + title:c_minbu = { set_variable = { name = color_storage value = title:d_c_minbu_color } } + title:c_minden = { set_variable = { name = color_storage value = title:d_c_minden_color } } + title:c_minsk = { set_variable = { name = color_storage value = title:d_c_minsk_color } } + title:c_mithila = { set_variable = { name = color_storage value = title:d_c_mithila_color } } + title:c_modena = { set_variable = { name = color_storage value = title:d_c_modena_color } } + title:c_modrus = { set_variable = { name = color_storage value = title:d_c_modrus_color } } + title:c_mogadishu = { set_variable = { name = color_storage value = title:d_c_mogadishu_color } } + title:c_mohadavasaka = { set_variable = { name = color_storage value = title:d_c_mohadavasaka_color } } + title:c_molina = { set_variable = { name = color_storage value = title:d_c_molina_color } } + title:c_monferrato = { set_variable = { name = color_storage value = title:d_c_monferrato_color } } + title:c_monkh_saridag = { set_variable = { name = color_storage value = title:d_c_monkh_saridag_color } } + title:c_monmouthshire = { set_variable = { name = color_storage value = title:d_c_monmouthshire_color } } + title:c_montaigu = { set_variable = { name = color_storage value = title:d_c_montaigu_color } } + title:c_montargis = { set_variable = { name = color_storage value = title:d_c_montargis_color } } + title:c_monterrei = { set_variable = { name = color_storage value = title:d_c_monterrei_color } } + title:c_montpellier = { set_variable = { name = color_storage value = title:d_c_montpellier_color } } + title:c_mora = { set_variable = { name = color_storage value = title:d_c_mora_color } } + title:c_morarna = { set_variable = { name = color_storage value = title:d_c_morarna_color } } + title:c_moray = { set_variable = { name = color_storage value = title:d_c_moray_color } } + title:c_more = { set_variable = { name = color_storage value = title:d_c_more_color } } + title:c_mosala = { set_variable = { name = color_storage value = title:d_c_mosala_color } } + title:c_moskva = { set_variable = { name = color_storage value = title:d_c_moskva_color } } + title:c_mosul = { set_variable = { name = color_storage value = title:d_c_mosul_color } } + title:c_mosynopolis = { set_variable = { name = color_storage value = title:d_c_mosynopolis_color } } + title:c_moura = { set_variable = { name = color_storage value = title:d_c_moura_color } } + title:c_mozhaysk = { set_variable = { name = color_storage value = title:d_c_mozhaysk_color } } + title:c_mudgagiri = { set_variable = { name = color_storage value = title:d_c_mudgagiri_color } } + title:c_mudug = { set_variable = { name = color_storage value = title:d_c_mudug_color } } + title:c_mugan = { set_variable = { name = color_storage value = title:d_c_mugan_color } } + title:c_mugodzhar_hills = { set_variable = { name = color_storage value = title:d_c_mugodzhar_hills_color } } + title:c_mulaka = { set_variable = { name = color_storage value = title:d_c_mulaka_color } } + title:c_multan = { set_variable = { name = color_storage value = title:d_c_multan_color } } + title:c_muluya = { set_variable = { name = color_storage value = title:d_c_muluya_color } } + title:c_mumo = { set_variable = { name = color_storage value = title:d_c_mumo_color } } + title:c_munchen = { set_variable = { name = color_storage value = title:d_c_munchen_color } } + title:c_munda = { set_variable = { name = color_storage value = title:d_c_munda_color } } + title:c_munio = { set_variable = { name = color_storage value = title:d_c_munio_color } } + title:c_munjan = { set_variable = { name = color_storage value = title:d_c_munjan_color } } + title:c_munster = { set_variable = { name = color_storage value = title:d_c_munster_color } } + title:c_murcia = { set_variable = { name = color_storage value = title:d_c_murcia_color } } + title:c_murom = { set_variable = { name = color_storage value = title:d_c_murom_color } } + title:c_murun_tomis = { set_variable = { name = color_storage value = title:d_c_murun_tomis_color } } + title:c_murzuk = { set_variable = { name = color_storage value = title:d_c_murzuk_color } } + title:c_muscat = { set_variable = { name = color_storage value = title:d_c_muscat_color } } + title:c_mustasaari = { set_variable = { name = color_storage value = title:d_c_mustasaari_color } } + title:c_muya = { set_variable = { name = color_storage value = title:d_c_muya_color } } + title:c_mysia = { set_variable = { name = color_storage value = title:d_c_mysia_color } } + title:c_nabadwipa = { set_variable = { name = color_storage value = title:d_c_nabadwipa_color } } + title:c_naddula = { set_variable = { name = color_storage value = title:d_c_naddula_color } } + title:c_naga = { set_variable = { name = color_storage value = title:d_c_naga_color } } + title:c_nagarze = { set_variable = { name = color_storage value = title:d_c_nagarze_color } } + title:c_nagauda = { set_variable = { name = color_storage value = title:d_c_nagauda_color } } + title:c_nagchu = { set_variable = { name = color_storage value = title:d_c_nagchu_color } } + title:c_nagormo = { set_variable = { name = color_storage value = title:d_c_nagormo_color } } + title:c_naimisa = { set_variable = { name = color_storage value = title:d_c_naimisa_color } } + title:c_naissus = { set_variable = { name = color_storage value = title:d_c_naissus_color } } + title:c_najera = { set_variable = { name = color_storage value = title:d_c_najera_color } } + title:c_najran = { set_variable = { name = color_storage value = title:d_c_najran_color } } + title:c_nakhshab = { set_variable = { name = color_storage value = title:d_c_nakhshab_color } } + title:c_naldurg = { set_variable = { name = color_storage value = title:d_c_naldurg_color } } + title:c_nallamala = { set_variable = { name = color_storage value = title:d_c_nallamala_color } } + title:c_nalu = { set_variable = { name = color_storage value = title:d_c_nalu_color } } + title:c_namandiru = { set_variable = { name = color_storage value = title:d_c_namandiru_color } } + title:c_namdalfylki = { set_variable = { name = color_storage value = title:d_c_namdalfylki_color } } + title:c_namur = { set_variable = { name = color_storage value = title:d_c_namur_color } } + title:c_nancy = { set_variable = { name = color_storage value = title:d_c_nancy_color } } + title:c_nandana = { set_variable = { name = color_storage value = title:d_c_nandana_color } } + title:c_nang = { set_variable = { name = color_storage value = title:d_c_nang_color } } + title:c_nangqen = { set_variable = { name = color_storage value = title:d_c_nangqen_color } } + title:c_nantes = { set_variable = { name = color_storage value = title:d_c_nantes_color } } + title:c_nanumba = { set_variable = { name = color_storage value = title:d_c_nanumba_color } } + title:c_napoli = { set_variable = { name = color_storage value = title:d_c_napoli_color } } + title:c_naqis = { set_variable = { name = color_storage value = title:d_c_naqis_color } } + title:c_narim = { set_variable = { name = color_storage value = title:d_c_narim_color } } + title:c_narke = { set_variable = { name = color_storage value = title:d_c_narke_color } } + title:c_narva = { set_variable = { name = color_storage value = title:d_c_narva_color } } + title:c_narym_DZU = { set_variable = { name = color_storage value = title:d_c_narym_DZU_color } } + title:c_nasaiya = { set_variable = { name = color_storage value = title:d_c_nasaiya_color } } + title:c_nasibin = { set_variable = { name = color_storage value = title:d_c_nasibin_color } } + title:c_nasrabad = { set_variable = { name = color_storage value = title:d_c_nasrabad_color } } + title:c_nassau = { set_variable = { name = color_storage value = title:d_c_nassau_color } } + title:c_natangia = { set_variable = { name = color_storage value = title:d_c_natangia_color } } + title:c_naumberg = { set_variable = { name = color_storage value = title:d_c_naumberg_color } } + title:c_naumburg = { set_variable = { name = color_storage value = title:d_c_naumburg_color } } + title:c_naushki = { set_variable = { name = color_storage value = title:d_c_naushki_color } } + title:c_navarra = { set_variable = { name = color_storage value = title:d_c_navarra_color } } + title:c_navasarika = { set_variable = { name = color_storage value = title:d_c_navasarika_color } } + title:c_naxos = { set_variable = { name = color_storage value = title:d_c_naxos_color } } + title:c_ndenye = { set_variable = { name = color_storage value = title:d_c_ndenye_color } } + title:c_neamnt = { set_variable = { name = color_storage value = title:d_c_neamnt_color } } + title:c_nedenes = { set_variable = { name = color_storage value = title:d_c_nedenes_color } } + title:c_nedersticht = { set_variable = { name = color_storage value = title:d_c_nedersticht_color } } + title:c_negev = { set_variable = { name = color_storage value = title:d_c_negev_color } } + title:c_nellore = { set_variable = { name = color_storage value = title:d_c_nellore_color } } + title:c_neopatras = { set_variable = { name = color_storage value = title:d_c_neopatras_color } } + title:c_neramkary = { set_variable = { name = color_storage value = title:d_c_neramkary_color } } + title:c_neufchateau = { set_variable = { name = color_storage value = title:d_c_neufchateau_color } } + title:c_nevers = { set_variable = { name = color_storage value = title:d_c_nevers_color } } + title:c_ngawa = { set_variable = { name = color_storage value = title:d_c_ngawa_color } } + title:c_ngoring = { set_variable = { name = color_storage value = title:d_c_ngoring_color } } + title:c_niani = { set_variable = { name = color_storage value = title:d_c_niani_color } } + title:c_nice = { set_variable = { name = color_storage value = title:d_c_nice_color } } + title:c_nicopolis = { set_variable = { name = color_storage value = title:d_c_nicopolis_color } } + title:c_nicosia = { set_variable = { name = color_storage value = title:d_c_nicosia_color } } + title:c_niebla = { set_variable = { name = color_storage value = title:d_c_niebla_color } } + title:c_nih = { set_variable = { name = color_storage value = title:d_c_nih_color } } + title:c_nihawand = { set_variable = { name = color_storage value = title:d_c_nihawand_color } } + title:c_nikaea = { set_variable = { name = color_storage value = title:d_c_nikaea_color } } + title:c_nikki = { set_variable = { name = color_storage value = title:d_c_nikki_color } } + title:c_nikopolis = { set_variable = { name = color_storage value = title:d_c_nikopolis_color } } + title:c_ninive = { set_variable = { name = color_storage value = title:d_c_ninive_color } } + title:c_niomi = { set_variable = { name = color_storage value = title:d_c_niomi_color } } + title:c_nishapur = { set_variable = { name = color_storage value = title:d_c_nishapur_color } } + title:c_nizhny_novgorod = { set_variable = { name = color_storage value = title:d_c_nizhny_novgorod_color } } + title:c_nizwa = { set_variable = { name = color_storage value = title:d_c_nizwa_color } } + title:c_njudung = { set_variable = { name = color_storage value = title:d_c_njudung_color } } + title:c_nordlingen = { set_variable = { name = color_storage value = title:d_c_nordlingen_color } } + title:c_nordmark = { set_variable = { name = color_storage value = title:d_c_nordmark_color } } + title:c_nordrland = { set_variable = { name = color_storage value = title:d_c_nordrland_color } } + title:c_norfolk = { set_variable = { name = color_storage value = title:d_c_norfolk_color } } + title:c_north_riding = { set_variable = { name = color_storage value = title:d_c_north_riding_color } } + title:c_northamptonshire = { set_variable = { name = color_storage value = title:d_c_northamptonshire_color } } + title:c_northumberland = { set_variable = { name = color_storage value = title:d_c_northumberland_color } } + title:c_norwegian_more = { set_variable = { name = color_storage value = title:d_c_norwegian_more_color } } + title:c_nottinghamshire = { set_variable = { name = color_storage value = title:d_c_nottinghamshire_color } } + title:c_novara = { set_variable = { name = color_storage value = title:d_c_novara_color } } + title:c_novgorod = { set_variable = { name = color_storage value = title:d_c_novgorod_color } } + title:c_novgorod_seversky = { set_variable = { name = color_storage value = title:d_c_novgorod_seversky_color } } + title:c_novogrudok = { set_variable = { name = color_storage value = title:d_c_novogrudok_color } } + title:c_novosil = { set_variable = { name = color_storage value = title:d_c_novosil_color } } + title:c_nugaal = { set_variable = { name = color_storage value = title:d_c_nugaal_color } } + title:c_nuon = { set_variable = { name = color_storage value = title:d_c_nuon_color } } + title:c_nupe = { set_variable = { name = color_storage value = title:d_c_nupe_color } } + title:c_nurnberg = { set_variable = { name = color_storage value = title:d_c_nurnberg_color } } + title:c_nurtay = { set_variable = { name = color_storage value = title:d_c_nurtay_color } } + title:c_nyagrong = { set_variable = { name = color_storage value = title:d_c_nyagrong_color } } + title:c_nyainrong = { set_variable = { name = color_storage value = title:d_c_nyainrong_color } } + title:c_nyalam = { set_variable = { name = color_storage value = title:d_c_nyalam_color } } + title:c_nyemo = { set_variable = { name = color_storage value = title:d_c_nyemo_color } } + title:c_nyene = { set_variable = { name = color_storage value = title:d_c_nyene_color } } + title:c_nyima = { set_variable = { name = color_storage value = title:d_c_nyima_color } } + title:c_nyingchi = { set_variable = { name = color_storage value = title:d_c_nyingchi_color } } + title:c_nyitra = { set_variable = { name = color_storage value = title:d_c_nyitra_color } } + title:c_nyland = { set_variable = { name = color_storage value = title:d_c_nyland_color } } + title:c_nysa = { set_variable = { name = color_storage value = title:d_c_nysa_color } } + title:c_nzi = { set_variable = { name = color_storage value = title:d_c_nzi_color } } + title:c_ob = { set_variable = { name = color_storage value = title:d_c_ob_color } } + title:c_odessa = { set_variable = { name = color_storage value = title:d_c_odessa_color } } + title:c_odishi = { set_variable = { name = color_storage value = title:d_c_odishi_color } } + title:c_odoyev = { set_variable = { name = color_storage value = title:d_c_odoyev_color } } + title:c_ohrid = { set_variable = { name = color_storage value = title:d_c_ohrid_color } } + title:c_oigon = { set_variable = { name = color_storage value = title:d_c_oigon_color } } + title:c_okangara = { set_variable = { name = color_storage value = title:d_c_okangara_color } } + title:c_oland = { set_variable = { name = color_storage value = title:d_c_oland_color } } + title:c_olavinlinna = { set_variable = { name = color_storage value = title:d_c_olavinlinna_color } } + title:c_oldenburg = { set_variable = { name = color_storage value = title:d_c_oldenburg_color } } + title:c_oleshye = { set_variable = { name = color_storage value = title:d_c_oleshye_color } } + title:c_olkhon = { set_variable = { name = color_storage value = title:d_c_olkhon_color } } + title:c_olmedo = { set_variable = { name = color_storage value = title:d_c_olmedo_color } } + title:c_olomouc = { set_variable = { name = color_storage value = title:d_c_olomouc_color } } + title:c_omsk = { set_variable = { name = color_storage value = title:d_c_omsk_color } } + title:c_onega = { set_variable = { name = color_storage value = title:d_c_onega_color } } + title:c_onega_BJA = { set_variable = { name = color_storage value = title:d_c_onega_BJA_color } } + title:c_ongi = { set_variable = { name = color_storage value = title:d_c_ongi_color } } + title:c_onsthia = { set_variable = { name = color_storage value = title:d_c_onsthia_color } } + title:c_opanda = { set_variable = { name = color_storage value = title:d_c_opanda_color } } + title:c_opava = { set_variable = { name = color_storage value = title:d_c_opava_color } } + title:c_opole = { set_variable = { name = color_storage value = title:d_c_opole_color } } + title:c_orangallu = { set_variable = { name = color_storage value = title:d_c_orangallu_color } } + title:c_orania = { set_variable = { name = color_storage value = title:d_c_orania_color } } + title:c_orava = { set_variable = { name = color_storage value = title:d_c_orava_color } } + title:c_orbetello = { set_variable = { name = color_storage value = title:d_c_orbetello_color } } + title:c_orenburg = { set_variable = { name = color_storage value = title:d_c_orenburg_color } } + title:c_orhei = { set_variable = { name = color_storage value = title:d_c_orhei_color } } + title:c_oriel = { set_variable = { name = color_storage value = title:d_c_oriel_color } } + title:c_orkney = { set_variable = { name = color_storage value = title:d_c_orkney_color } } + title:c_orlamunde = { set_variable = { name = color_storage value = title:d_c_orlamunde_color } } + title:c_orleans = { set_variable = { name = color_storage value = title:d_c_orleans_color } } + title:c_ormond = { set_variable = { name = color_storage value = title:d_c_ormond_color } } + title:c_orsha = { set_variable = { name = color_storage value = title:d_c_orsha_color } } + title:c_orvieto = { set_variable = { name = color_storage value = title:d_c_orvieto_color } } + title:c_osel = { set_variable = { name = color_storage value = title:d_c_osel_color } } + title:c_oshrusana = { set_variable = { name = color_storage value = title:d_c_oshrusana_color } } + title:c_oskol = { set_variable = { name = color_storage value = title:d_c_oskol_color } } + title:c_osnabruck = { set_variable = { name = color_storage value = title:d_c_osnabruck_color } } + title:c_ossory = { set_variable = { name = color_storage value = title:d_c_ossory_color } } + title:c_ostergotland = { set_variable = { name = color_storage value = title:d_c_ostergotland_color } } + title:c_osterland = { set_variable = { name = color_storage value = title:d_c_osterland_color } } + title:c_osterode = { set_variable = { name = color_storage value = title:d_c_osterode_color } } + title:c_ostfriesland = { set_variable = { name = color_storage value = title:d_c_ostfriesland_color } } + title:c_otrar = { set_variable = { name = color_storage value = title:d_c_otrar_color } } + title:c_oudalan = { set_variable = { name = color_storage value = title:d_c_oudalan_color } } + title:c_oulu = { set_variable = { name = color_storage value = title:d_c_oulu_color } } + title:c_outer_hebrides = { set_variable = { name = color_storage value = title:d_c_outer_hebrides_color } } + title:c_oversticht = { set_variable = { name = color_storage value = title:d_c_oversticht_color } } + title:c_owu = { set_variable = { name = color_storage value = title:d_c_owu_color } } + title:c_oxfordshire = { set_variable = { name = color_storage value = title:d_c_oxfordshire_color } } + title:c_oyo = { set_variable = { name = color_storage value = title:d_c_oyo_color } } + title:c_pacatiana = { set_variable = { name = color_storage value = title:d_c_pacatiana_color } } + title:c_paderborn = { set_variable = { name = color_storage value = title:d_c_paderborn_color } } + title:c_padua = { set_variable = { name = color_storage value = title:d_c_padua_color } } + title:c_padum = { set_variable = { name = color_storage value = title:d_c_padum_color } } + title:c_paeonia = { set_variable = { name = color_storage value = title:d_c_paeonia_color } } + title:c_pagan = { set_variable = { name = color_storage value = title:d_c_pagan_color } } + title:c_pagania = { set_variable = { name = color_storage value = title:d_c_pagania_color } } + title:c_palakka = { set_variable = { name = color_storage value = title:d_c_palakka_color } } + title:c_palanga = { set_variable = { name = color_storage value = title:d_c_palanga_color } } + title:c_palermo = { set_variable = { name = color_storage value = title:d_c_palermo_color } } + title:c_pallas = { set_variable = { name = color_storage value = title:d_c_pallas_color } } + title:c_palmyra = { set_variable = { name = color_storage value = title:d_c_palmyra_color } } + title:c_palniki = { set_variable = { name = color_storage value = title:d_c_palniki_color } } + title:c_pamphylia = { set_variable = { name = color_storage value = title:d_c_pamphylia_color } } + title:c_panaji = { set_variable = { name = color_storage value = title:d_c_panaji_color } } + title:c_panjgur = { set_variable = { name = color_storage value = title:d_c_panjgur_color } } + title:c_pannagallu = { set_variable = { name = color_storage value = title:d_c_pannagallu_color } } + title:c_paphlagonia = { set_variable = { name = color_storage value = title:d_c_paphlagonia_color } } + title:c_parma = { set_variable = { name = color_storage value = title:d_c_parma_color } } + title:c_paro = { set_variable = { name = color_storage value = title:d_c_paro_color } } + title:c_parsberg = { set_variable = { name = color_storage value = title:d_c_parsberg_color } } + title:c_passau = { set_variable = { name = color_storage value = title:d_c_passau_color } } + title:c_pavia = { set_variable = { name = color_storage value = title:d_c_pavia_color } } + title:c_pavlodar = { set_variable = { name = color_storage value = title:d_c_pavlodar_color } } + title:c_peaccam = { set_variable = { name = color_storage value = title:d_c_peaccam_color } } + title:c_pecheneg = { set_variable = { name = color_storage value = title:d_c_pecheneg_color } } + title:c_pedersore = { set_variable = { name = color_storage value = title:d_c_pedersore_color } } + title:c_pegu = { set_variable = { name = color_storage value = title:d_c_pegu_color } } + title:c_pelym = { set_variable = { name = color_storage value = title:d_c_pelym_color } } + title:c_pelyul = { set_variable = { name = color_storage value = title:d_c_pelyul_color } } + title:c_pemako = { set_variable = { name = color_storage value = title:d_c_pemako_color } } + title:c_pembrokeshire = { set_variable = { name = color_storage value = title:d_c_pembrokeshire_color } } + title:c_pendjari = { set_variable = { name = color_storage value = title:d_c_pendjari_color } } + title:c_penthievre = { set_variable = { name = color_storage value = title:d_c_penthievre_color } } + title:c_penugonda = { set_variable = { name = color_storage value = title:d_c_penugonda_color } } + title:c_penza = { set_variable = { name = color_storage value = title:d_c_penza_color } } + title:c_perekop = { set_variable = { name = color_storage value = title:d_c_perekop_color } } + title:c_peremyshl = { set_variable = { name = color_storage value = title:d_c_peremyshl_color } } + title:c_peresopnytsia = { set_variable = { name = color_storage value = title:d_c_peresopnytsia_color } } + title:c_pereyaslavl = { set_variable = { name = color_storage value = title:d_c_pereyaslavl_color } } + title:c_perigord = { set_variable = { name = color_storage value = title:d_c_perigord_color } } + title:c_perm = { set_variable = { name = color_storage value = title:d_c_perm_color } } + title:c_pest = { set_variable = { name = color_storage value = title:d_c_pest_color } } + title:c_petropavl = { set_variable = { name = color_storage value = title:d_c_petropavl_color } } + title:c_petropavolsk = { set_variable = { name = color_storage value = title:d_c_petropavolsk_color } } + title:c_petrovsk = { set_variable = { name = color_storage value = title:d_c_petrovsk_color } } + title:c_philippopolis = { set_variable = { name = color_storage value = title:d_c_philippopolis_color } } + title:c_philomelium = { set_variable = { name = color_storage value = title:d_c_philomelium_color } } + title:c_phiti = { set_variable = { name = color_storage value = title:d_c_phiti_color } } + title:c_phrygia = { set_variable = { name = color_storage value = title:d_c_phrygia_color } } + title:c_pielinen = { set_variable = { name = color_storage value = title:d_c_pielinen_color } } + title:c_pila = { set_variable = { name = color_storage value = title:d_c_pila_color } } + title:c_pinsk = { set_variable = { name = color_storage value = title:d_c_pinsk_color } } + title:c_pirin = { set_variable = { name = color_storage value = title:d_c_pirin_color } } + title:c_pisa = { set_variable = { name = color_storage value = title:d_c_pisa_color } } + title:c_pisidia = { set_variable = { name = color_storage value = title:d_c_pisidia_color } } + title:c_pite = { set_variable = { name = color_storage value = title:d_c_pite_color } } + title:c_pitten = { set_variable = { name = color_storage value = title:d_c_pitten_color } } + title:c_plasencia = { set_variable = { name = color_storage value = title:d_c_plasencia_color } } + title:c_plocka = { set_variable = { name = color_storage value = title:d_c_plocka_color } } + title:c_plyos = { set_variable = { name = color_storage value = title:d_c_plyos_color } } + title:c_plzen = { set_variable = { name = color_storage value = title:d_c_plzen_color } } + title:c_po = { set_variable = { name = color_storage value = title:d_c_po_color } } + title:c_podor = { set_variable = { name = color_storage value = title:d_c_podor_color } } + title:c_podrinje = { set_variable = { name = color_storage value = title:d_c_podrinje_color } } + title:c_poitiers = { set_variable = { name = color_storage value = title:d_c_poitiers_color } } + title:c_polesine = { set_variable = { name = color_storage value = title:d_c_polesine_color } } + title:c_polotsk = { set_variable = { name = color_storage value = title:d_c_polotsk_color } } + title:c_polovragi = { set_variable = { name = color_storage value = title:d_c_polovragi_color } } + title:c_pomoravlje = { set_variable = { name = color_storage value = title:d_c_pomoravlje_color } } + title:c_pomorje = { set_variable = { name = color_storage value = title:d_c_pomorje_color } } + title:c_pompeiopolis = { set_variable = { name = color_storage value = title:d_c_pompeiopolis_color } } + title:c_porto = { set_variable = { name = color_storage value = title:d_c_porto_color } } + title:c_poszony = { set_variable = { name = color_storage value = title:d_c_poszony_color } } + title:c_povenets = { set_variable = { name = color_storage value = title:d_c_povenets_color } } + title:c_pozega = { set_variable = { name = color_storage value = title:d_c_pozega_color } } + title:c_poznanska = { set_variable = { name = color_storage value = title:d_c_poznanska_color } } + title:c_praha = { set_variable = { name = color_storage value = title:d_c_praha_color } } + title:c_pravia = { set_variable = { name = color_storage value = title:d_c_pravia_color } } + title:c_prayaga = { set_variable = { name = color_storage value = title:d_c_prayaga_color } } + title:c_prenzlau = { set_variable = { name = color_storage value = title:d_c_prenzlau_color } } + title:c_prerov = { set_variable = { name = color_storage value = title:d_c_prerov_color } } + title:c_provence = { set_variable = { name = color_storage value = title:d_c_provence_color } } + title:c_prusa = { set_variable = { name = color_storage value = title:d_c_prusa_color } } + title:c_przemkow = { set_variable = { name = color_storage value = title:d_c_przemkow_color } } + title:c_pset = { set_variable = { name = color_storage value = title:d_c_pset_color } } + title:c_pskov = { set_variable = { name = color_storage value = title:d_c_pskov_color } } + title:c_pudozh = { set_variable = { name = color_storage value = title:d_c_pudozh_color } } + title:c_puigcerda = { set_variable = { name = color_storage value = title:d_c_puigcerda_color } } + title:c_pula = { set_variable = { name = color_storage value = title:d_c_pula_color } } + title:c_punakha = { set_variable = { name = color_storage value = title:d_c_punakha_color } } + title:c_pundravardhana = { set_variable = { name = color_storage value = title:d_c_pundravardhana_color } } + title:c_purang = { set_variable = { name = color_storage value = title:d_c_purang_color } } + title:c_puri = { set_variable = { name = color_storage value = title:d_c_puri_color } } + title:c_purig = { set_variable = { name = color_storage value = title:d_c_purig_color } } + title:c_purushapura = { set_variable = { name = color_storage value = title:d_c_purushapura_color } } + title:c_puttlingen = { set_variable = { name = color_storage value = title:d_c_puttlingen_color } } + title:c_putyvl = { set_variable = { name = color_storage value = title:d_c_putyvl_color } } + title:c_qadisiya = { set_variable = { name = color_storage value = title:d_c_qadisiya_color } } + title:c_qain = { set_variable = { name = color_storage value = title:d_c_qain_color } } + title:c_qalaafe = { set_variable = { name = color_storage value = title:d_c_qalaafe_color } } + title:c_qamdo = { set_variable = { name = color_storage value = title:d_c_qamdo_color } } + title:c_qaryatan = { set_variable = { name = color_storage value = title:d_c_qaryatan_color } } + title:c_qashtiliya = { set_variable = { name = color_storage value = title:d_c_qashtiliya_color } } + title:c_qasim = { set_variable = { name = color_storage value = title:d_c_qasim_color } } + title:c_qasr_ibrim = { set_variable = { name = color_storage value = title:d_c_qasr_ibrim_color } } + title:c_qataa = { set_variable = { name = color_storage value = title:d_c_qataa_color } } + title:c_qatif = { set_variable = { name = color_storage value = title:d_c_qatif_color } } + title:c_qayaliq = { set_variable = { name = color_storage value = title:d_c_qayaliq_color } } + title:c_qazwin = { set_variable = { name = color_storage value = title:d_c_qazwin_color } } + title:c_qilin = { set_variable = { name = color_storage value = title:d_c_qilin_color } } + title:c_qimr = { set_variable = { name = color_storage value = title:d_c_qimr_color } } + title:c_qinggil = { set_variable = { name = color_storage value = title:d_c_qinggil_color } } + title:c_qinnasrin = { set_variable = { name = color_storage value = title:d_c_qinnasrin_color } } + title:c_qom = { set_variable = { name = color_storage value = title:d_c_qom_color } } + title:c_qoshagyl = { set_variable = { name = color_storage value = title:d_c_qoshagyl_color } } + title:c_quercy = { set_variable = { name = color_storage value = title:d_c_quercy_color } } + title:c_qumarleb = { set_variable = { name = color_storage value = title:d_c_qumarleb_color } } + title:c_qumisha = { set_variable = { name = color_storage value = title:d_c_qumisha_color } } + title:c_quqen = { set_variable = { name = color_storage value = title:d_c_quqen_color } } + title:c_quriltay = { set_variable = { name = color_storage value = title:d_c_quriltay_color } } + title:c_qurta = { set_variable = { name = color_storage value = title:d_c_qurta_color } } + title:c_qus = { set_variable = { name = color_storage value = title:d_c_qus_color } } + title:c_qusayr = { set_variable = { name = color_storage value = title:d_c_qusayr_color } } + title:c_racakonda = { set_variable = { name = color_storage value = title:d_c_racakonda_color } } + title:c_radha = { set_variable = { name = color_storage value = title:d_c_radha_color } } + title:c_radomska = { set_variable = { name = color_storage value = title:d_c_radomska_color } } + title:c_ragusa = { set_variable = { name = color_storage value = title:d_c_ragusa_color } } + title:c_rahba = { set_variable = { name = color_storage value = title:d_c_rahba_color } } + title:c_raimskoe = { set_variable = { name = color_storage value = title:d_c_raimskoe_color } } + title:c_rajanpur = { set_variable = { name = color_storage value = title:d_c_rajanpur_color } } + title:c_rajrappa = { set_variable = { name = color_storage value = title:d_c_rajrappa_color } } + title:c_rama = { set_variable = { name = color_storage value = title:d_c_rama_color } } + title:c_ramagiri = { set_variable = { name = color_storage value = title:d_c_ramagiri_color } } + title:c_ramhurmuz = { set_variable = { name = color_storage value = title:d_c_ramhurmuz_color } } + title:c_ramu = { set_variable = { name = color_storage value = title:d_c_ramu_color } } + title:c_ranikot = { set_variable = { name = color_storage value = title:d_c_ranikot_color } } + title:c_raniriki = { set_variable = { name = color_storage value = title:d_c_raniriki_color } } + title:c_rano = { set_variable = { name = color_storage value = title:d_c_rano_color } } + title:c_ranthambore = { set_variable = { name = color_storage value = title:d_c_ranthambore_color } } + title:c_raqqa = { set_variable = { name = color_storage value = title:d_c_raqqa_color } } + title:c_ras_hafun = { set_variable = { name = color_storage value = title:d_c_ras_hafun_color } } + title:c_raseiniai = { set_variable = { name = color_storage value = title:d_c_raseiniai_color } } + title:c_rashka = { set_variable = { name = color_storage value = title:d_c_rashka_color } } + title:c_rasht = { set_variable = { name = color_storage value = title:d_c_rasht_color } } + title:c_ratanpur = { set_variable = { name = color_storage value = title:d_c_ratanpur_color } } + title:c_ratibor = { set_variable = { name = color_storage value = title:d_c_ratibor_color } } + title:c_ravenna = { set_variable = { name = color_storage value = title:d_c_ravenna_color } } + title:c_ravensburg = { set_variable = { name = color_storage value = title:d_c_ravensburg_color } } + title:c_rayapura = { set_variable = { name = color_storage value = title:d_c_rayapura_color } } + title:c_rayy = { set_variable = { name = color_storage value = title:d_c_rayy_color } } + title:c_rebgong = { set_variable = { name = color_storage value = title:d_c_rebgong_color } } + title:c_regensburg = { set_variable = { name = color_storage value = title:d_c_regensburg_color } } + title:c_reggio_calabria = { set_variable = { name = color_storage value = title:d_c_reggio_calabria_color } } + title:c_reims = { set_variable = { name = color_storage value = title:d_c_reims_color } } + title:c_renandu = { set_variable = { name = color_storage value = title:d_c_renandu_color } } + title:c_reni = { set_variable = { name = color_storage value = title:d_c_reni_color } } + title:c_rennes = { set_variable = { name = color_storage value = title:d_c_rennes_color } } + title:c_rethel = { set_variable = { name = color_storage value = title:d_c_rethel_color } } + title:c_reval = { set_variable = { name = color_storage value = title:d_c_reval_color } } + title:c_rhodopes = { set_variable = { name = color_storage value = title:d_c_rhodopes_color } } + title:c_rhodos = { set_variable = { name = color_storage value = title:d_c_rhodos_color } } + title:c_ribe = { set_variable = { name = color_storage value = title:d_c_ribe_color } } + title:c_rima = { set_variable = { name = color_storage value = title:d_c_rima_color } } + title:c_ringkobing = { set_variable = { name = color_storage value = title:d_c_ringkobing_color } } + title:c_riqan = { set_variable = { name = color_storage value = title:d_c_riqan_color } } + title:c_rivsharan = { set_variable = { name = color_storage value = title:d_c_rivsharan_color } } + title:c_rogalandi = { set_variable = { name = color_storage value = title:d_c_rogalandi_color } } + title:c_rohana = { set_variable = { name = color_storage value = title:d_c_rohana_color } } + title:c_roing = { set_variable = { name = color_storage value = title:d_c_roing_color } } + title:c_roma = { set_variable = { name = color_storage value = title:d_c_roma_color } } + title:c_romen = { set_variable = { name = color_storage value = title:d_c_romen_color } } + title:c_rosenheim = { set_variable = { name = color_storage value = title:d_c_rosenheim_color } } + title:c_roslavl = { set_variable = { name = color_storage value = title:d_c_roslavl_color } } + title:c_ross = { set_variable = { name = color_storage value = title:d_c_ross_color } } + title:c_rossano = { set_variable = { name = color_storage value = title:d_c_rossano_color } } + title:c_rossello = { set_variable = { name = color_storage value = title:d_c_rossello_color } } + title:c_rostock = { set_variable = { name = color_storage value = title:d_c_rostock_color } } + title:c_rothas = { set_variable = { name = color_storage value = title:d_c_rothas_color } } + title:c_rothenburg = { set_variable = { name = color_storage value = title:d_c_rothenburg_color } } + title:c_rouen = { set_variable = { name = color_storage value = title:d_c_rouen_color } } + title:c_rouergue = { set_variable = { name = color_storage value = title:d_c_rouergue_color } } + title:c_rounala = { set_variable = { name = color_storage value = title:d_c_rounala_color } } + title:c_rudbar = { set_variable = { name = color_storage value = title:d_c_rudbar_color } } + title:c_rugen = { set_variable = { name = color_storage value = title:d_c_rugen_color } } + title:c_rukhaj = { set_variable = { name = color_storage value = title:d_c_rukhaj_color } } + title:c_ruppin = { set_variable = { name = color_storage value = title:d_c_ruppin_color } } + title:c_rusa = { set_variable = { name = color_storage value = title:d_c_rusa_color } } + title:c_rusafa = { set_variable = { name = color_storage value = title:d_c_rusafa_color } } + title:c_rutog = { set_variable = { name = color_storage value = title:d_c_rutog_color } } + title:c_ruyan = { set_variable = { name = color_storage value = title:d_c_ruyan_color } } + title:c_ryazan = { set_variable = { name = color_storage value = title:d_c_ryazan_color } } + title:c_ryty = { set_variable = { name = color_storage value = title:d_c_ryty_color } } + title:c_saalum = { set_variable = { name = color_storage value = title:d_c_saalum_color } } + title:c_saarbrucken = { set_variable = { name = color_storage value = title:d_c_saarbrucken_color } } + title:c_sabakyul = { set_variable = { name = color_storage value = title:d_c_sabakyul_color } } + title:c_sable = { set_variable = { name = color_storage value = title:d_c_sable_color } } + title:c_sabzevar = { set_variable = { name = color_storage value = title:d_c_sabzevar_color } } + title:c_sacz = { set_variable = { name = color_storage value = title:d_c_sacz_color } } + title:c_safata = { set_variable = { name = color_storage value = title:d_c_safata_color } } + title:c_sagaing = { set_variable = { name = color_storage value = title:d_c_sagaing_color } } + title:c_sagar = { set_variable = { name = color_storage value = title:d_c_sagar_color } } + title:c_sagiz = { set_variable = { name = color_storage value = title:d_c_sagiz_color } } + title:c_sagya = { set_variable = { name = color_storage value = title:d_c_sagya_color } } + title:c_sai = { set_variable = { name = color_storage value = title:d_c_sai_color } } + title:c_saimara = { set_variable = { name = color_storage value = title:d_c_saimara_color } } + title:c_saintonge = { set_variable = { name = color_storage value = title:d_c_saintonge_color } } + title:c_sakala = { set_variable = { name = color_storage value = title:d_c_sakala_color } } + title:c_sakarai = { set_variable = { name = color_storage value = title:d_c_sakarai_color } } + title:c_sakmara = { set_variable = { name = color_storage value = title:d_c_sakmara_color } } + title:c_salamanca = { set_variable = { name = color_storage value = title:d_c_salamanca_color } } + title:c_salamat = { set_variable = { name = color_storage value = title:d_c_salamat_color } } + title:c_salavat = { set_variable = { name = color_storage value = title:d_c_salavat_color } } + title:c_salerno = { set_variable = { name = color_storage value = title:d_c_salerno_color } } + title:c_salinis = { set_variable = { name = color_storage value = title:d_c_salinis_color } } + title:c_salzburg = { set_variable = { name = color_storage value = title:d_c_salzburg_color } } + title:c_samaiqan = { set_variable = { name = color_storage value = title:d_c_samaiqan_color } } + title:c_samander = { set_variable = { name = color_storage value = title:d_c_samander_color } } + title:c_samar = { set_variable = { name = color_storage value = title:d_c_samar_color } } + title:c_samar_VB = { set_variable = { name = color_storage value = title:d_c_samar_VB_color } } + title:c_samarkand = { set_variable = { name = color_storage value = title:d_c_samarkand_color } } + title:c_samarra = { set_variable = { name = color_storage value = title:d_c_samarra_color } } + title:c_samatata = { set_variable = { name = color_storage value = title:d_c_samatata_color } } + title:c_sambalpur = { set_variable = { name = color_storage value = title:d_c_sambalpur_color } } + title:c_sambhal = { set_variable = { name = color_storage value = title:d_c_sambhal_color } } + title:c_samiran = { set_variable = { name = color_storage value = title:d_c_samiran_color } } + title:c_samman = { set_variable = { name = color_storage value = title:d_c_samman_color } } + title:c_samosata = { set_variable = { name = color_storage value = title:d_c_samosata_color } } + title:c_sanaa = { set_variable = { name = color_storage value = title:d_c_sanaa_color } } + title:c_sancerre = { set_variable = { name = color_storage value = title:d_c_sancerre_color } } + title:c_sanda = { set_variable = { name = color_storage value = title:d_c_sanda_color } } + title:c_sandomierska = { set_variable = { name = color_storage value = title:d_c_sandomierska_color } } + title:c_sandoway = { set_variable = { name = color_storage value = title:d_c_sandoway_color } } + title:c_sangqu = { set_variable = { name = color_storage value = title:d_c_sangqu_color } } + title:c_sanij = { set_variable = { name = color_storage value = title:d_c_sanij_color } } + title:c_sankt_gallen = { set_variable = { name = color_storage value = title:d_c_sankt_gallen_color } } + title:c_sankt_polten = { set_variable = { name = color_storage value = title:d_c_sankt_polten_color } } + title:c_santiago = { set_variable = { name = color_storage value = title:d_c_santiago_color } } + title:c_saoura = { set_variable = { name = color_storage value = title:d_c_saoura_color } } + title:c_saptagrama = { set_variable = { name = color_storage value = title:d_c_saptagrama_color } } + title:c_saqsin = { set_variable = { name = color_storage value = title:d_c_saqsin_color } } + title:c_sarakhs = { set_variable = { name = color_storage value = title:d_c_sarakhs_color } } + title:c_saran = { set_variable = { name = color_storage value = title:d_c_saran_color } } + title:c_sarangpur = { set_variable = { name = color_storage value = title:d_c_sarangpur_color } } + title:c_sarasvata_mandala = { set_variable = { name = color_storage value = title:d_c_sarasvata_mandala_color } } + title:c_sarasvati = { set_variable = { name = color_storage value = title:d_c_sarasvati_color } } + title:c_saratov = { set_variable = { name = color_storage value = title:d_c_saratov_color } } + title:c_sardan = { set_variable = { name = color_storage value = title:d_c_sardan_color } } + title:c_saris = { set_variable = { name = color_storage value = title:d_c_saris_color } } + title:c_sarkel = { set_variable = { name = color_storage value = title:d_c_sarkel_color } } + title:c_sartlan = { set_variable = { name = color_storage value = title:d_c_sartlan_color } } + title:c_sarykamysh = { set_variable = { name = color_storage value = title:d_c_sarykamysh_color } } + title:c_sarysyn = { set_variable = { name = color_storage value = title:d_c_sarysyn_color } } + title:c_sasaram = { set_variable = { name = color_storage value = title:d_c_sasaram_color } } + title:c_satakunta = { set_variable = { name = color_storage value = title:d_c_satakunta_color } } + title:c_satala = { set_variable = { name = color_storage value = title:d_c_satala_color } } + title:c_satfura = { set_variable = { name = color_storage value = title:d_c_satfura_color } } + title:c_satif = { set_variable = { name = color_storage value = title:d_c_satif_color } } + title:c_satyapura = { set_variable = { name = color_storage value = title:d_c_satyapura_color } } + title:c_saumur = { set_variable = { name = color_storage value = title:d_c_saumur_color } } + title:c_savalu = { set_variable = { name = color_storage value = title:d_c_savalu_color } } + title:c_savoie = { set_variable = { name = color_storage value = title:d_c_savoie_color } } + title:c_say = { set_variable = { name = color_storage value = title:d_c_say_color } } + title:c_sayn = { set_variable = { name = color_storage value = title:d_c_sayn_color } } + title:c_scalovia = { set_variable = { name = color_storage value = title:d_c_scalovia_color } } + title:c_schaumberg = { set_variable = { name = color_storage value = title:d_c_schaumberg_color } } + title:c_schmalkalden = { set_variable = { name = color_storage value = title:d_c_schmalkalden_color } } + title:c_schweibus = { set_variable = { name = color_storage value = title:d_c_schweibus_color } } + title:c_sebasteia = { set_variable = { name = color_storage value = title:d_c_sebasteia_color } } + title:c_sebezh = { set_variable = { name = color_storage value = title:d_c_sebezh_color } } + title:c_sebur = { set_variable = { name = color_storage value = title:d_c_sebur_color } } + title:c_selenga = { set_variable = { name = color_storage value = title:d_c_selenga_color } } + title:c_seleucia = { set_variable = { name = color_storage value = title:d_c_seleucia_color } } + title:c_selge = { set_variable = { name = color_storage value = title:d_c_selge_color } } + title:c_selpils = { set_variable = { name = color_storage value = title:d_c_selpils_color } } + title:c_semey = { set_variable = { name = color_storage value = title:d_c_semey_color } } + title:c_semien = { set_variable = { name = color_storage value = title:d_c_semien_color } } + title:c_sennar = { set_variable = { name = color_storage value = title:d_c_sennar_color } } + title:c_seno = { set_variable = { name = color_storage value = title:d_c_seno_color } } + title:c_sens = { set_variable = { name = color_storage value = title:d_c_sens_color } } + title:c_serae = { set_variable = { name = color_storage value = title:d_c_serae_color } } + title:c_serres = { set_variable = { name = color_storage value = title:d_c_serres_color } } + title:c_sertar = { set_variable = { name = color_storage value = title:d_c_sertar_color } } + title:c_sevede = { set_variable = { name = color_storage value = title:d_c_sevede_color } } + title:c_severin = { set_variable = { name = color_storage value = title:d_c_severin_color } } + title:c_sevilla = { set_variable = { name = color_storage value = title:d_c_sevilla_color } } + title:c_sevsk = { set_variable = { name = color_storage value = title:d_c_sevsk_color } } + title:c_sewa = { set_variable = { name = color_storage value = title:d_c_sewa_color } } + title:c_sfax = { set_variable = { name = color_storage value = title:d_c_sfax_color } } + title:c_shabe = { set_variable = { name = color_storage value = title:d_c_shabe_color } } + title:c_shahrazur = { set_variable = { name = color_storage value = title:d_c_shahrazur_color } } + title:c_shahre-babak = { set_variable = { name = color_storage value = title:d_c_shahre-babak_color } } + title:c_shaki = { set_variable = { name = color_storage value = title:d_c_shaki_color } } + title:c_shamir = { set_variable = { name = color_storage value = title:d_c_shamir_color } } + title:c_shanzhou = { set_variable = { name = color_storage value = title:d_c_shanzhou_color } } + title:c_shaqiq = { set_variable = { name = color_storage value = title:d_c_shaqiq_color } } + title:c_sharaf = { set_variable = { name = color_storage value = title:d_c_sharaf_color } } + title:c_sharga = { set_variable = { name = color_storage value = title:d_c_sharga_color } } + title:c_sharka = { set_variable = { name = color_storage value = title:d_c_sharka_color } } + title:c_sharkiya = { set_variable = { name = color_storage value = title:d_c_sharkiya_color } } + title:c_shavgar = { set_variable = { name = color_storage value = title:d_c_shavgar_color } } + title:c_shayzar = { set_variable = { name = color_storage value = title:d_c_shayzar_color } } + title:c_shazhou = { set_variable = { name = color_storage value = title:d_c_shazhou_color } } + title:c_shchuchinsk = { set_variable = { name = color_storage value = title:d_c_shchuchinsk_color } } + title:c_shelji = { set_variable = { name = color_storage value = title:d_c_shelji_color } } + title:c_shenkursk = { set_variable = { name = color_storage value = title:d_c_shenkursk_color } } + title:c_sherbro = { set_variable = { name = color_storage value = title:d_c_sherbro_color } } + title:c_shetland = { set_variable = { name = color_storage value = title:d_c_shetland_color } } + title:c_shigar = { set_variable = { name = color_storage value = title:d_c_shigar_color } } + title:c_shiraz = { set_variable = { name = color_storage value = title:d_c_shiraz_color } } + title:c_shirvan = { set_variable = { name = color_storage value = title:d_c_shirvan_color } } + title:c_shishina = { set_variable = { name = color_storage value = title:d_c_shishina_color } } + title:c_shityy = { set_variable = { name = color_storage value = title:d_c_shityy_color } } + title:c_shor = { set_variable = { name = color_storage value = title:d_c_shor_color } } + title:c_shorkot = { set_variable = { name = color_storage value = title:d_c_shorkot_color } } + title:c_showa = { set_variable = { name = color_storage value = title:d_c_showa_color } } + title:c_showak = { set_variable = { name = color_storage value = title:d_c_showak_color } } + title:c_shropshire = { set_variable = { name = color_storage value = title:d_c_shropshire_color } } + title:c_shughnan = { set_variable = { name = color_storage value = title:d_c_shughnan_color } } + title:c_shunzhou = { set_variable = { name = color_storage value = title:d_c_shunzhou_color } } + title:c_siauliai = { set_variable = { name = color_storage value = title:d_c_siauliai_color } } + title:c_sibi = { set_variable = { name = color_storage value = title:d_c_sibi_color } } + title:c_sibi_mali = { set_variable = { name = color_storage value = title:d_c_sibi_mali_color } } + title:c_sibir = { set_variable = { name = color_storage value = title:d_c_sibir_color } } + title:c_sidamo = { set_variable = { name = color_storage value = title:d_c_sidamo_color } } + title:c_siena = { set_variable = { name = color_storage value = title:d_c_siena_color } } + title:c_sieradzka = { set_variable = { name = color_storage value = title:d_c_sieradzka_color } } + title:c_sif-i-umara = { set_variable = { name = color_storage value = title:d_c_sif-i-umara_color } } + title:c_siggevara = { set_variable = { name = color_storage value = title:d_c_siggevara_color } } + title:c_sighnaq = { set_variable = { name = color_storage value = title:d_c_sighnaq_color } } + title:c_sijilmasa = { set_variable = { name = color_storage value = title:d_c_sijilmasa_color } } + title:c_sikasso = { set_variable = { name = color_storage value = title:d_c_sikasso_color } } + title:c_silla = { set_variable = { name = color_storage value = title:d_c_silla_color } } + title:c_silves = { set_variable = { name = color_storage value = title:d_c_silves_color } } + title:c_simaramapura = { set_variable = { name = color_storage value = title:d_c_simaramapura_color } } + title:c_sinai = { set_variable = { name = color_storage value = title:d_c_sinai_color } } + title:c_sinjar = { set_variable = { name = color_storage value = title:d_c_sinjar_color } } + title:c_sinope = { set_variable = { name = color_storage value = title:d_c_sinope_color } } + title:c_sir_faesyfed = { set_variable = { name = color_storage value = title:d_c_sir_faesyfed_color } } + title:c_siracusa = { set_variable = { name = color_storage value = title:d_c_siracusa_color } } + title:c_sirhan = { set_variable = { name = color_storage value = title:d_c_sirhan_color } } + title:c_sirjan = { set_variable = { name = color_storage value = title:d_c_sirjan_color } } + title:c_sittaung = { set_variable = { name = color_storage value = title:d_c_sittaung_color } } + title:c_sitti = { set_variable = { name = color_storage value = title:d_c_sitti_color } } + title:c_siwa = { set_variable = { name = color_storage value = title:d_c_siwa_color } } + title:c_siwistan = { set_variable = { name = color_storage value = title:d_c_siwistan_color } } + title:c_sjaelland = { set_variable = { name = color_storage value = title:d_c_sjaelland_color } } + title:c_sjeltie = { set_variable = { name = color_storage value = title:d_c_sjeltie_color } } + title:c_skane = { set_variable = { name = color_storage value = title:d_c_skane_color } } + title:c_skara = { set_variable = { name = color_storage value = title:d_c_skara_color } } + title:c_skardu = { set_variable = { name = color_storage value = title:d_c_skardu_color } } + title:c_skolt = { set_variable = { name = color_storage value = title:d_c_skolt_color } } + title:c_skopje = { set_variable = { name = color_storage value = title:d_c_skopje_color } } + title:c_slesvig = { set_variable = { name = color_storage value = title:d_c_slesvig_color } } + title:c_slupsk = { set_variable = { name = color_storage value = title:d_c_slupsk_color } } + title:c_slutsk = { set_variable = { name = color_storage value = title:d_c_slutsk_color } } + title:c_smolensk = { set_variable = { name = color_storage value = title:d_c_smolensk_color } } + title:c_sobrarbe = { set_variable = { name = color_storage value = title:d_c_sobrarbe_color } } + title:c_sochur = { set_variable = { name = color_storage value = title:d_c_sochur_color } } + title:c_socotra = { set_variable = { name = color_storage value = title:d_c_socotra_color } } + title:c_sodermannaland = { set_variable = { name = color_storage value = title:d_c_sodermannaland_color } } + title:c_sog = { set_variable = { name = color_storage value = title:d_c_sog_color } } + title:c_sogn = { set_variable = { name = color_storage value = title:d_c_sogn_color } } + title:c_sokode = { set_variable = { name = color_storage value = title:d_c_sokode_color } } + title:c_sokoto = { set_variable = { name = color_storage value = title:d_c_sokoto_color } } + title:c_soldin = { set_variable = { name = color_storage value = title:d_c_soldin_color } } + title:c_soli = { set_variable = { name = color_storage value = title:d_c_soli_color } } + title:c_solimana = { set_variable = { name = color_storage value = title:d_c_solimana_color } } + title:c_sombio = { set_variable = { name = color_storage value = title:d_c_sombio_color } } + title:c_somerset = { set_variable = { name = color_storage value = title:d_c_somerset_color } } + title:c_somnath = { set_variable = { name = color_storage value = title:d_c_somnath_color } } + title:c_somogy = { set_variable = { name = color_storage value = title:d_c_somogy_color } } + title:c_sonda = { set_variable = { name = color_storage value = title:d_c_sonda_color } } + title:c_songuu_aallar = { set_variable = { name = color_storage value = title:d_c_songuu_aallar_color } } + title:c_sopron = { set_variable = { name = color_storage value = title:d_c_sopron_color } } + title:c_soria = { set_variable = { name = color_storage value = title:d_c_soria_color } } + title:c_soroca = { set_variable = { name = color_storage value = title:d_c_soroca_color } } + title:c_sorok = { set_variable = { name = color_storage value = title:d_c_sorok_color } } + title:c_sortavala = { set_variable = { name = color_storage value = title:d_c_sortavala_color } } + title:c_soso = { set_variable = { name = color_storage value = title:d_c_soso_color } } + title:c_sosva = { set_variable = { name = color_storage value = title:d_c_sosva_color } } + title:c_souf = { set_variable = { name = color_storage value = title:d_c_souf_color } } + title:c_sous = { set_variable = { name = color_storage value = title:d_c_sous_color } } + title:c_south_kordofan = { set_variable = { name = color_storage value = title:d_c_south_kordofan_color } } + title:c_speyer = { set_variable = { name = color_storage value = title:d_c_speyer_color } } + title:c_spis = { set_variable = { name = color_storage value = title:d_c_spis_color } } + title:c_spoleto = { set_variable = { name = color_storage value = title:d_c_spoleto_color } } + title:c_spreewald = { set_variable = { name = color_storage value = title:d_c_spreewald_color } } + title:c_sprottau = { set_variable = { name = color_storage value = title:d_c_sprottau_color } } + title:c_sravasti = { set_variable = { name = color_storage value = title:d_c_sravasti_color } } + title:c_sredets = { set_variable = { name = color_storage value = title:d_c_sredets_color } } + title:c_srihatta = { set_variable = { name = color_storage value = title:d_c_srihatta_color } } + title:c_sriksetra = { set_variable = { name = color_storage value = title:d_c_sriksetra_color } } + title:c_sripatha = { set_variable = { name = color_storage value = title:d_c_sripatha_color } } + title:c_sripuri = { set_variable = { name = color_storage value = title:d_c_sripuri_color } } + title:c_srirangapatna = { set_variable = { name = color_storage value = title:d_c_srirangapatna_color } } + title:c_stade = { set_variable = { name = color_storage value = title:d_c_stade_color } } + title:c_staffordshire = { set_variable = { name = color_storage value = title:d_c_staffordshire_color } } + title:c_starodub = { set_variable = { name = color_storage value = title:d_c_starodub_color } } + title:c_stendal = { set_variable = { name = color_storage value = title:d_c_stendal_color } } + title:c_stettin = { set_variable = { name = color_storage value = title:d_c_stettin_color } } + title:c_stezycka = { set_variable = { name = color_storage value = title:d_c_stezycka_color } } + title:c_sthanisvara = { set_variable = { name = color_storage value = title:d_c_sthanisvara_color } } + title:c_stoenesti = { set_variable = { name = color_storage value = title:d_c_stoenesti_color } } + title:c_stoyanka = { set_variable = { name = color_storage value = title:d_c_stoyanka_color } } + title:c_strassburg = { set_variable = { name = color_storage value = title:d_c_strassburg_color } } + title:c_strathearn = { set_variable = { name = color_storage value = title:d_c_strathearn_color } } + title:c_strumica = { set_variable = { name = color_storage value = title:d_c_strumica_color } } + title:c_suakin = { set_variable = { name = color_storage value = title:d_c_suakin_color } } + title:c_subay = { set_variable = { name = color_storage value = title:d_c_subay_color } } + title:c_subei = { set_variable = { name = color_storage value = title:d_c_subei_color } } + title:c_suceava = { set_variable = { name = color_storage value = title:d_c_suceava_color } } + title:c_sudurland = { set_variable = { name = color_storage value = title:d_c_sudurland_color } } + title:c_suenik = { set_variable = { name = color_storage value = title:d_c_suenik_color } } + title:c_suffolk = { set_variable = { name = color_storage value = title:d_c_suffolk_color } } + title:c_sukhna = { set_variable = { name = color_storage value = title:d_c_sukhna_color } } + title:c_sullum = { set_variable = { name = color_storage value = title:d_c_sullum_color } } + title:c_sumadija = { set_variable = { name = color_storage value = title:d_c_sumadija_color } } + title:c_sumdo = { set_variable = { name = color_storage value = title:d_c_sumdo_color } } + title:c_sundgau = { set_variable = { name = color_storage value = title:d_c_sundgau_color } } + title:c_sungqu = { set_variable = { name = color_storage value = title:d_c_sungqu_color } } + title:c_suondavara = { set_variable = { name = color_storage value = title:d_c_suondavara_color } } + title:c_suriya = { set_variable = { name = color_storage value = title:d_c_suriya_color } } + title:c_surparaka = { set_variable = { name = color_storage value = title:d_c_surparaka_color } } + title:c_surrah = { set_variable = { name = color_storage value = title:d_c_surrah_color } } + title:c_surrey = { set_variable = { name = color_storage value = title:d_c_surrey_color } } + title:c_sussex = { set_variable = { name = color_storage value = title:d_c_sussex_color } } + title:c_sutherland = { set_variable = { name = color_storage value = title:d_c_sutherland_color } } + title:c_sutkend = { set_variable = { name = color_storage value = title:d_c_sutkend_color } } + title:c_suvarnagram = { set_variable = { name = color_storage value = title:d_c_suvarnagram_color } } + title:c_suvarnapura = { set_variable = { name = color_storage value = title:d_c_suvarnapura_color } } + title:c_suyab = { set_variable = { name = color_storage value = title:d_c_suyab_color } } + title:c_suzdal = { set_variable = { name = color_storage value = title:d_c_suzdal_color } } + title:c_suzhou = { set_variable = { name = color_storage value = title:d_c_suzhou_color } } + title:c_svaneti = { set_variable = { name = color_storage value = title:d_c_svaneti_color } } + title:c_swetaka_mandala = { set_variable = { name = color_storage value = title:d_c_swetaka_mandala_color } } + title:c_syrrusafa = { set_variable = { name = color_storage value = title:d_c_syrrusafa_color } } + title:c_syrte = { set_variable = { name = color_storage value = title:d_c_syrte_color } } + title:c_sysma = { set_variable = { name = color_storage value = title:d_c_sysma_color } } + title:c_szabolcs = { set_variable = { name = color_storage value = title:d_c_szabolcs_color } } + title:c_szatmar = { set_variable = { name = color_storage value = title:d_c_szatmar_color } } + title:c_szekelyfold = { set_variable = { name = color_storage value = title:d_c_szekelyfold_color } } + title:c_szekesfehervar = { set_variable = { name = color_storage value = title:d_c_szekesfehervar_color } } + title:c_szerem = { set_variable = { name = color_storage value = title:d_c_szerem_color } } + title:c_tabary = { set_variable = { name = color_storage value = title:d_c_tabary_color } } + title:c_tabassa = { set_variable = { name = color_storage value = title:d_c_tabassa_color } } + title:c_tabla_butii = { set_variable = { name = color_storage value = title:d_c_tabla_butii_color } } + title:c_tabon = { set_variable = { name = color_storage value = title:d_c_tabon_color } } + title:c_tabriz = { set_variable = { name = color_storage value = title:d_c_tabriz_color } } + title:c_tabuk = { set_variable = { name = color_storage value = title:d_c_tabuk_color } } + title:c_tadjoura = { set_variable = { name = color_storage value = title:d_c_tadjoura_color } } + title:c_tadla = { set_variable = { name = color_storage value = title:d_c_tadla_color } } + title:c_tadmekka = { set_variable = { name = color_storage value = title:d_c_tadmekka_color } } + title:c_tagadur = { set_variable = { name = color_storage value = title:d_c_tagadur_color } } + title:c_tagali = { set_variable = { name = color_storage value = title:d_c_tagali_color } } + title:c_tagant = { set_variable = { name = color_storage value = title:d_c_tagant_color } } + title:c_taghaza = { set_variable = { name = color_storage value = title:d_c_taghaza_color } } + title:c_tagul = { set_variable = { name = color_storage value = title:d_c_tagul_color } } + title:c_tahert = { set_variable = { name = color_storage value = title:d_c_tahert_color } } + title:c_tahoua = { set_variable = { name = color_storage value = title:d_c_tahoua_color } } + title:c_taif = { set_variable = { name = color_storage value = title:d_c_taif_color } } + title:c_taizz = { set_variable = { name = color_storage value = title:d_c_taizz_color } } + title:c_takkeda = { set_variable = { name = color_storage value = title:d_c_takkeda_color } } + title:c_takon = { set_variable = { name = color_storage value = title:d_c_takon_color } } + title:c_takrit = { set_variable = { name = color_storage value = title:d_c_takrit_color } } + title:c_takrur = { set_variable = { name = color_storage value = title:d_c_takrur_color } } + title:c_talakad = { set_variable = { name = color_storage value = title:d_c_talakad_color } } + title:c_talava = { set_variable = { name = color_storage value = title:d_c_talava_color } } + title:c_talish = { set_variable = { name = color_storage value = title:d_c_talish_color } } + title:c_tall_basma = { set_variable = { name = color_storage value = title:d_c_tall_basma_color } } + title:c_tall_hamid = { set_variable = { name = color_storage value = title:d_c_tall_hamid_color } } + title:c_tamasna = { set_variable = { name = color_storage value = title:d_c_tamasna_color } } + title:c_tambov = { set_variable = { name = color_storage value = title:d_c_tambov_color } } + title:c_tamentit = { set_variable = { name = color_storage value = title:d_c_tamentit_color } } + title:c_tamiso = { set_variable = { name = color_storage value = title:d_c_tamiso_color } } + title:c_tamralipti = { set_variable = { name = color_storage value = title:d_c_tamralipti_color } } + title:c_tana = { set_variable = { name = color_storage value = title:d_c_tana_color } } + title:c_tanas = { set_variable = { name = color_storage value = title:d_c_tanas_color } } + title:c_tangiers = { set_variable = { name = color_storage value = title:d_c_tangiers_color } } + title:c_tao = { set_variable = { name = color_storage value = title:d_c_tao_color } } + title:c_tapsa = { set_variable = { name = color_storage value = title:d_c_tapsa_color } } + title:c_tara = { set_variable = { name = color_storage value = title:d_c_tara_color } } + title:c_taradavadi = { set_variable = { name = color_storage value = title:d_c_taradavadi_color } } + title:c_taraz = { set_variable = { name = color_storage value = title:d_c_taraz_color } } + title:c_targu_jiu = { set_variable = { name = color_storage value = title:d_c_targu_jiu_color } } + title:c_targyl = { set_variable = { name = color_storage value = title:d_c_targyl_color } } + title:c_tarnowska = { set_variable = { name = color_storage value = title:d_c_tarnowska_color } } + title:c_tarragona = { set_variable = { name = color_storage value = title:d_c_tarragona_color } } + title:c_tarsos = { set_variable = { name = color_storage value = title:d_c_tarsos_color } } + title:c_tartas_SIB = { set_variable = { name = color_storage value = title:d_c_tartas_SIB_color } } + title:c_tarvagatai = { set_variable = { name = color_storage value = title:d_c_tarvagatai_color } } + title:c_taskyl = { set_variable = { name = color_storage value = title:d_c_taskyl_color } } + title:c_tavan_bogd = { set_variable = { name = color_storage value = title:d_c_tavan_bogd_color } } + title:c_tavasts = { set_variable = { name = color_storage value = title:d_c_tavasts_color } } + title:c_tawang = { set_variable = { name = color_storage value = title:d_c_tawang_color } } + title:c_tayma = { set_variable = { name = color_storage value = title:d_c_tayma_color } } + title:c_taza = { set_variable = { name = color_storage value = title:d_c_taza_color } } + title:c_tbilisi = { set_variable = { name = color_storage value = title:d_c_tbilisi_color } } + title:c_tecklenburg = { set_variable = { name = color_storage value = title:d_c_tecklenburg_color } } + title:c_teke = { set_variable = { name = color_storage value = title:d_c_teke_color } } + title:c_telemark = { set_variable = { name = color_storage value = title:d_c_telemark_color } } + title:c_temes = { set_variable = { name = color_storage value = title:d_c_temes_color } } + title:c_temne = { set_variable = { name = color_storage value = title:d_c_temne_color } } + title:c_tenggeli = { set_variable = { name = color_storage value = title:d_c_tenggeli_color } } + title:c_teniz = { set_variable = { name = color_storage value = title:d_c_teniz_color } } + title:c_ter = { set_variable = { name = color_storage value = title:d_c_ter_color } } + title:c_teramo = { set_variable = { name = color_storage value = title:d_c_teramo_color } } + title:c_terebovl = { set_variable = { name = color_storage value = title:d_c_terebovl_color } } + title:c_terek_pass = { set_variable = { name = color_storage value = title:d_c_terek_pass_color } } + title:c_terekli = { set_variable = { name = color_storage value = title:d_c_terekli_color } } + title:c_terektai = { set_variable = { name = color_storage value = title:d_c_terektai_color } } + title:c_teruel = { set_variable = { name = color_storage value = title:d_c_teruel_color } } + title:c_tesiin_gol = { set_variable = { name = color_storage value = title:d_c_tesiin_gol_color } } + title:c_tessalit = { set_variable = { name = color_storage value = title:d_c_tessalit_color } } + title:c_teviotdale = { set_variable = { name = color_storage value = title:d_c_teviotdale_color } } + title:c_tewo = { set_variable = { name = color_storage value = title:d_c_tewo_color } } + title:c_tezu = { set_variable = { name = color_storage value = title:d_c_tezu_color } } + title:c_thabeik_taung = { set_variable = { name = color_storage value = title:d_c_thabeik_taung_color } } + title:c_thalabiya = { set_variable = { name = color_storage value = title:d_c_thalabiya_color } } + title:c_thaldat = { set_variable = { name = color_storage value = title:d_c_thaldat_color } } + title:c_thalner = { set_variable = { name = color_storage value = title:d_c_thalner_color } } + title:c_thaton = { set_variable = { name = color_storage value = title:d_c_thaton_color } } + title:c_theodosiopolis = { set_variable = { name = color_storage value = title:d_c_theodosiopolis_color } } + title:c_thessalia = { set_variable = { name = color_storage value = title:d_c_thessalia_color } } + title:c_thessaliotis = { set_variable = { name = color_storage value = title:d_c_thessaliotis_color } } + title:c_thessalonika = { set_variable = { name = color_storage value = title:d_c_thessalonika_color } } + title:c_thiers = { set_variable = { name = color_storage value = title:d_c_thiers_color } } + title:c_thomond = { set_variable = { name = color_storage value = title:d_c_thomond_color } } + title:c_thouars = { set_variable = { name = color_storage value = title:d_c_thouars_color } } + title:c_thyatira = { set_variable = { name = color_storage value = title:d_c_thyatira_color } } + title:c_tib = { set_variable = { name = color_storage value = title:d_c_tib_color } } + title:c_tiberias = { set_variable = { name = color_storage value = title:d_c_tiberias_color } } + title:c_tibesti = { set_variable = { name = color_storage value = title:d_c_tibesti_color } } + title:c_tichitt = { set_variable = { name = color_storage value = title:d_c_tichitt_color } } + title:c_tigheci = { set_variable = { name = color_storage value = title:d_c_tigheci_color } } + title:c_tigre = { set_variable = { name = color_storage value = title:d_c_tigre_color } } + title:c_tihama = { set_variable = { name = color_storage value = title:d_c_tihama_color } } + title:c_tihamat-al-yamani = { set_variable = { name = color_storage value = title:d_c_tihamat-al-yamani_color } } + title:c_tikhvin = { set_variable = { name = color_storage value = title:d_c_tikhvin_color } } + title:c_timbi = { set_variable = { name = color_storage value = title:d_c_timbi_color } } + title:c_tindouf = { set_variable = { name = color_storage value = title:d_c_tindouf_color } } + title:c_tinmallal = { set_variable = { name = color_storage value = title:d_c_tinmallal_color } } + title:c_tirakka = { set_variable = { name = color_storage value = title:d_c_tirakka_color } } + title:c_tiris = { set_variable = { name = color_storage value = title:d_c_tiris_color } } + title:c_tiruvannamalai = { set_variable = { name = color_storage value = title:d_c_tiruvannamalai_color } } + title:c_tivoli = { set_variable = { name = color_storage value = title:d_c_tivoli_color } } + title:c_tlemcen = { set_variable = { name = color_storage value = title:d_c_tlemcen_color } } + title:c_tmutarakan = { set_variable = { name = color_storage value = title:d_c_tmutarakan_color } } + title:c_tobol = { set_variable = { name = color_storage value = title:d_c_tobol_color } } + title:c_tobruk = { set_variable = { name = color_storage value = title:d_c_tobruk_color } } + title:c_todo = { set_variable = { name = color_storage value = title:d_c_todo_color } } + title:c_tokumbay = { set_variable = { name = color_storage value = title:d_c_tokumbay_color } } + title:c_toledo = { set_variable = { name = color_storage value = title:d_c_toledo_color } } + title:c_tolna = { set_variable = { name = color_storage value = title:d_c_tolna_color } } + title:c_toma = { set_variable = { name = color_storage value = title:d_c_toma_color } } + title:c_tomorbulag = { set_variable = { name = color_storage value = title:d_c_tomorbulag_color } } + title:c_tomsk = { set_variable = { name = color_storage value = title:d_c_tomsk_color } } + title:c_tonnerrois = { set_variable = { name = color_storage value = title:d_c_tonnerrois_color } } + title:c_torangy_kul = { set_variable = { name = color_storage value = title:d_c_torangy_kul_color } } + title:c_torda = { set_variable = { name = color_storage value = title:d_c_torda_color } } + title:c_torema = { set_variable = { name = color_storage value = title:d_c_torema_color } } + title:c_torne = { set_variable = { name = color_storage value = title:d_c_torne_color } } + title:c_toro = { set_variable = { name = color_storage value = title:d_c_toro_color } } + title:c_toropets = { set_variable = { name = color_storage value = title:d_c_toropets_color } } + title:c_tortoli = { set_variable = { name = color_storage value = title:d_c_tortoli_color } } + title:c_tortona = { set_variable = { name = color_storage value = title:d_c_tortona_color } } + title:c_torun = { set_variable = { name = color_storage value = title:d_c_torun_color } } + title:c_totma = { set_variable = { name = color_storage value = title:d_c_totma_color } } + title:c_touat = { set_variable = { name = color_storage value = title:d_c_touat_color } } + title:c_toulouse = { set_variable = { name = color_storage value = title:d_c_toulouse_color } } + title:c_toungoo = { set_variable = { name = color_storage value = title:d_c_toungoo_color } } + title:c_tourraine = { set_variable = { name = color_storage value = title:d_c_tourraine_color } } + title:c_tovkhon = { set_variable = { name = color_storage value = title:d_c_tovkhon_color } } + title:c_trakai = { set_variable = { name = color_storage value = title:d_c_trakai_color } } + title:c_trandam = { set_variable = { name = color_storage value = title:d_c_trandam_color } } + title:c_trandheim = { set_variable = { name = color_storage value = title:d_c_trandheim_color } } + title:c_travunia = { set_variable = { name = color_storage value = title:d_c_travunia_color } } + title:c_trebizond = { set_variable = { name = color_storage value = title:d_c_trebizond_color } } + title:c_trenscen = { set_variable = { name = color_storage value = title:d_c_trenscen_color } } + title:c_trent = { set_variable = { name = color_storage value = title:d_c_trent_color } } + title:c_treviso = { set_variable = { name = color_storage value = title:d_c_treviso_color } } + title:c_tribandapura = { set_variable = { name = color_storage value = title:d_c_tribandapura_color } } + title:c_trier = { set_variable = { name = color_storage value = title:d_c_trier_color } } + title:c_trigarta = { set_variable = { name = color_storage value = title:d_c_trigarta_color } } + title:c_trikuta = { set_variable = { name = color_storage value = title:d_c_trikuta_color } } + title:c_trincomalee = { set_variable = { name = color_storage value = title:d_c_trincomalee_color } } + title:c_tripoli = { set_variable = { name = color_storage value = title:d_c_tripoli_color } } + title:c_tripolitana = { set_variable = { name = color_storage value = title:d_c_tripolitana_color } } + title:c_tripuri = { set_variable = { name = color_storage value = title:d_c_tripuri_color } } + title:c_trongsa = { set_variable = { name = color_storage value = title:d_c_trongsa_color } } + title:c_tropaeum = { set_variable = { name = color_storage value = title:d_c_tropaeum_color } } + title:c_troyes = { set_variable = { name = color_storage value = title:d_c_troyes_color } } + title:c_tsambagarau = { set_variable = { name = color_storage value = title:d_c_tsambagarau_color } } + title:c_tsaparang = { set_variable = { name = color_storage value = title:d_c_tsaparang_color } } + title:c_tseel = { set_variable = { name = color_storage value = title:d_c_tseel_color } } + title:c_tselym_dalyn = { set_variable = { name = color_storage value = title:d_c_tselym_dalyn_color } } + title:c_tudela = { set_variable = { name = color_storage value = title:d_c_tudela_color } } + title:c_tudgha = { set_variable = { name = color_storage value = title:d_c_tudgha_color } } + title:c_tui = { set_variable = { name = color_storage value = title:d_c_tui_color } } + title:c_tula = { set_variable = { name = color_storage value = title:d_c_tula_color } } + title:c_tuluchezeva = { set_variable = { name = color_storage value = title:d_c_tuluchezeva_color } } + title:c_tulun = { set_variable = { name = color_storage value = title:d_c_tulun_color } } + title:c_tumak = { set_variable = { name = color_storage value = title:d_c_tumak_color } } + title:c_tumar = { set_variable = { name = color_storage value = title:d_c_tumar_color } } + title:c_tummana = { set_variable = { name = color_storage value = title:d_c_tummana_color } } + title:c_tun = { set_variable = { name = color_storage value = title:d_c_tun_color } } + title:c_tunis = { set_variable = { name = color_storage value = title:d_c_tunis_color } } + title:c_tunka = { set_variable = { name = color_storage value = title:d_c_tunka_color } } + title:c_turan = { set_variable = { name = color_storage value = title:d_c_turan_color } } + title:c_turgay = { set_variable = { name = color_storage value = title:d_c_turgay_color } } + title:c_turin = { set_variable = { name = color_storage value = title:d_c_turin_color } } + title:c_turnovo = { set_variable = { name = color_storage value = title:d_c_turnovo_color } } + title:c_turov = { set_variable = { name = color_storage value = title:d_c_turov_color } } + title:c_turpan = { set_variable = { name = color_storage value = title:d_c_turpan_color } } + title:c_turuberan = { set_variable = { name = color_storage value = title:d_c_turuberan_color } } + title:c_tus = { set_variable = { name = color_storage value = title:d_c_tus_color } } + title:c_tustar = { set_variable = { name = color_storage value = title:d_c_tustar_color } } + title:c_tuulain = { set_variable = { name = color_storage value = title:d_c_tuulain_color } } + title:c_tver = { set_variable = { name = color_storage value = title:d_c_tver_color } } + title:c_tyendugu = { set_variable = { name = color_storage value = title:d_c_tyendugu_color } } + title:c_tyumen = { set_variable = { name = color_storage value = title:d_c_tyumen_color } } + title:c_tzani = { set_variable = { name = color_storage value = title:d_c_tzani_color } } + title:c_ubins = { set_variable = { name = color_storage value = title:d_c_ubins_color } } + title:c_ubmejeiednuo = { set_variable = { name = color_storage value = title:d_c_ubmejeiednuo_color } } + title:c_ubulla = { set_variable = { name = color_storage value = title:d_c_ubulla_color } } + title:c_uch = { set_variable = { name = color_storage value = title:d_c_uch_color } } + title:c_uchangidurga = { set_variable = { name = color_storage value = title:d_c_uchangidurga_color } } + title:c_uchkul = { set_variable = { name = color_storage value = title:d_c_uchkul_color } } + title:c_udabhanda = { set_variable = { name = color_storage value = title:d_c_udabhanda_color } } + title:c_ufa = { set_variable = { name = color_storage value = title:d_c_ufa_color } } + title:c_uiska = { set_variable = { name = color_storage value = title:d_c_uiska_color } } + title:c_ujjayini = { set_variable = { name = color_storage value = title:d_c_ujjayini_color } } + title:c_ulaanbaatar = { set_variable = { name = color_storage value = title:d_c_ulaanbaatar_color } } + title:c_ulaangom = { set_variable = { name = color_storage value = title:d_c_ulaangom_color } } + title:c_ulam = { set_variable = { name = color_storage value = title:d_c_ulam_color } } + title:c_ulan_chuzir = { set_variable = { name = color_storage value = title:d_c_ulan_chuzir_color } } + title:c_ulan_ude = { set_variable = { name = color_storage value = title:d_c_ulan_ude_color } } + title:c_ulantaiga = { set_variable = { name = color_storage value = title:d_c_ulantaiga_color } } + title:c_uliastai = { set_variable = { name = color_storage value = title:d_c_uliastai_color } } + title:c_uliuty = { set_variable = { name = color_storage value = title:d_c_uliuty_color } } + title:c_ulm = { set_variable = { name = color_storage value = title:d_c_ulm_color } } + title:c_ulster = { set_variable = { name = color_storage value = title:d_c_ulster_color } } + title:c_ulu_jitanjik = { set_variable = { name = color_storage value = title:d_c_ulu_jitanjik_color } } + title:c_ulytau = { set_variable = { name = color_storage value = title:d_c_ulytau_color } } + title:c_uman = { set_variable = { name = color_storage value = title:d_c_uman_color } } + title:c_umiai = { set_variable = { name = color_storage value = title:d_c_umiai_color } } + title:c_ungvar = { set_variable = { name = color_storage value = title:d_c_ungvar_color } } + title:c_upland = { set_variable = { name = color_storage value = title:d_c_upland_color } } + title:c_upper_bono = { set_variable = { name = color_storage value = title:d_c_upper_bono_color } } + title:c_upper_ghur = { set_variable = { name = color_storage value = title:d_c_upper_ghur_color } } + title:c_upper_gurma = { set_variable = { name = color_storage value = title:d_c_upper_gurma_color } } + title:c_upper_khabur = { set_variable = { name = color_storage value = title:d_c_upper_khabur_color } } + title:c_uqayr = { set_variable = { name = color_storage value = title:d_c_uqayr_color } } + title:c_uraiyur = { set_variable = { name = color_storage value = title:d_c_uraiyur_color } } + title:c_ural = { set_variable = { name = color_storage value = title:d_c_ural_color } } + title:c_uraltau = { set_variable = { name = color_storage value = title:d_c_uraltau_color } } + title:c_urbino = { set_variable = { name = color_storage value = title:d_c_urbino_color } } + title:c_urgamal = { set_variable = { name = color_storage value = title:d_c_urgamal_color } } + title:c_urgell = { set_variable = { name = color_storage value = title:d_c_urgell_color } } + title:c_urgun = { set_variable = { name = color_storage value = title:d_c_urgun_color } } + title:c_urmiya = { set_variable = { name = color_storage value = title:d_c_urmiya_color } } + title:c_uses = { set_variable = { name = color_storage value = title:d_c_uses_color } } + title:c_ushara = { set_variable = { name = color_storage value = title:d_c_ushara_color } } + title:c_ushmun = { set_variable = { name = color_storage value = title:d_c_ushmun_color } } + title:c_ushytsia = { set_variable = { name = color_storage value = title:d_c_ushytsia_color } } + title:c_usora = { set_variable = { name = color_storage value = title:d_c_usora_color } } + title:c_ustyug = { set_variable = { name = color_storage value = title:d_c_ustyug_color } } + title:c_ustyurt = { set_variable = { name = color_storage value = title:d_c_ustyurt_color } } + title:c_uul_chors = { set_variable = { name = color_storage value = title:d_c_uul_chors_color } } + title:c_uulynkhol = { set_variable = { name = color_storage value = title:d_c_uulynkhol_color } } + title:c_uvs_nuur = { set_variable = { name = color_storage value = title:d_c_uvs_nuur_color } } + title:c_uwal = { set_variable = { name = color_storage value = title:d_c_uwal_color } } + title:c_uzboy = { set_variable = { name = color_storage value = title:d_c_uzboy_color } } + title:c_uzen = { set_variable = { name = color_storage value = title:d_c_uzen_color } } + title:c_uzgend_KARA = { set_variable = { name = color_storage value = title:d_c_uzgend_KARA_color } } + title:c_vadodara = { set_variable = { name = color_storage value = title:d_c_vadodara_color } } + title:c_vaihingen = { set_variable = { name = color_storage value = title:d_c_vaihingen_color } } + title:c_vaijayanti = { set_variable = { name = color_storage value = title:d_c_vaijayanti_color } } + title:c_vairagara = { set_variable = { name = color_storage value = title:d_c_vairagara_color } } + title:c_vairata = { set_variable = { name = color_storage value = title:d_c_vairata_color } } + title:c_vaisali = { set_variable = { name = color_storage value = title:d_c_vaisali_color } } + title:c_valabhi = { set_variable = { name = color_storage value = title:d_c_valabhi_color } } + title:c_valdai = { set_variable = { name = color_storage value = title:d_c_valdai_color } } + title:c_valencia = { set_variable = { name = color_storage value = title:d_c_valencia_color } } + title:c_valentinois = { set_variable = { name = color_storage value = title:d_c_valentinois_color } } + title:c_valladolid = { set_variable = { name = color_storage value = title:d_c_valladolid_color } } + title:c_valois = { set_variable = { name = color_storage value = title:d_c_valois_color } } + title:c_vanemane = { set_variable = { name = color_storage value = title:d_c_vanemane_color } } + title:c_vannes = { set_variable = { name = color_storage value = title:d_c_vannes_color } } + title:c_varanasi = { set_variable = { name = color_storage value = title:d_c_varanasi_color } } + title:c_vardhamana = { set_variable = { name = color_storage value = title:d_c_vardhamana_color } } + title:c_varend = { set_variable = { name = color_storage value = title:d_c_varend_color } } + title:c_vargashi = { set_variable = { name = color_storage value = title:d_c_vargashi_color } } + title:c_varmland = { set_variable = { name = color_storage value = title:d_c_varmland_color } } + title:c_vas = { set_variable = { name = color_storage value = title:d_c_vas_color } } + title:c_vaspurakan = { set_variable = { name = color_storage value = title:d_c_vaspurakan_color } } + title:c_vastergotland = { set_variable = { name = color_storage value = title:d_c_vastergotland_color } } + title:c_vastmanland = { set_variable = { name = color_storage value = title:d_c_vastmanland_color } } + title:c_vastvag = { set_variable = { name = color_storage value = title:d_c_vastvag_color } } + title:c_vasyugan = { set_variable = { name = color_storage value = title:d_c_vasyugan_color } } + title:c_vatapi = { set_variable = { name = color_storage value = title:d_c_vatapi_color } } + title:c_vatsagulma = { set_variable = { name = color_storage value = title:d_c_vatsagulma_color } } + title:c_vaucouleurs = { set_variable = { name = color_storage value = title:d_c_vaucouleurs_color } } + title:c_vecchio = { set_variable = { name = color_storage value = title:d_c_vecchio_color } } + title:c_velay = { set_variable = { name = color_storage value = title:d_c_velay_color } } + title:c_velbazhd = { set_variable = { name = color_storage value = title:d_c_velbazhd_color } } + title:c_velsk = { set_variable = { name = color_storage value = title:d_c_velsk_color } } + title:c_venadu = { set_variable = { name = color_storage value = title:d_c_venadu_color } } + title:c_venaissin = { set_variable = { name = color_storage value = title:d_c_venaissin_color } } + title:c_vendome = { set_variable = { name = color_storage value = title:d_c_vendome_color } } + title:c_veneto = { set_variable = { name = color_storage value = title:d_c_veneto_color } } + title:c_venezia = { set_variable = { name = color_storage value = title:d_c_venezia_color } } + title:c_vengipura = { set_variable = { name = color_storage value = title:d_c_vengipura_color } } + title:c_veria = { set_variable = { name = color_storage value = title:d_c_veria_color } } + title:c_vermandois = { set_variable = { name = color_storage value = title:d_c_vermandois_color } } + title:c_verona = { set_variable = { name = color_storage value = title:d_c_verona_color } } + title:c_vestfold = { set_variable = { name = color_storage value = title:d_c_vestfold_color } } + title:c_vestisland = { set_variable = { name = color_storage value = title:d_c_vestisland_color } } + title:c_veszprem = { set_variable = { name = color_storage value = title:d_c_veszprem_color } } + title:c_vhrbosna = { set_variable = { name = color_storage value = title:d_c_vhrbosna_color } } + title:c_viborg = { set_variable = { name = color_storage value = title:d_c_viborg_color } } + title:c_vidin = { set_variable = { name = color_storage value = title:d_c_vidin_color } } + title:c_vidisa = { set_variable = { name = color_storage value = title:d_c_vidisa_color } } + title:c_vidzeme = { set_variable = { name = color_storage value = title:d_c_vidzeme_color } } + title:c_viena = { set_variable = { name = color_storage value = title:d_c_viena_color } } + title:c_vienna = { set_variable = { name = color_storage value = title:d_c_vienna_color } } + title:c_viennois = { set_variable = { name = color_storage value = title:d_c_viennois_color } } + title:c_viipuri = { set_variable = { name = color_storage value = title:d_c_viipuri_color } } + title:c_vijayapura = { set_variable = { name = color_storage value = title:d_c_vijayapura_color } } + title:c_vijnot = { set_variable = { name = color_storage value = title:d_c_vijnot_color } } + title:c_vikramapura = { set_variable = { name = color_storage value = title:d_c_vikramapura_color } } + title:c_villach = { set_variable = { name = color_storage value = title:d_c_villach_color } } + title:c_vingulmork = { set_variable = { name = color_storage value = title:d_c_vingulmork_color } } + title:c_viraja = { set_variable = { name = color_storage value = title:d_c_viraja_color } } + title:c_viscaya = { set_variable = { name = color_storage value = title:d_c_viscaya_color } } + title:c_viseu = { set_variable = { name = color_storage value = title:d_c_viseu_color } } + title:c_vitebsk = { set_variable = { name = color_storage value = title:d_c_vitebsk_color } } + title:c_viterbo = { set_variable = { name = color_storage value = title:d_c_viterbo_color } } + title:c_vitim = { set_variable = { name = color_storage value = title:d_c_vitim_color } } + title:c_viviers = { set_variable = { name = color_storage value = title:d_c_viviers_color } } + title:c_vizagipatam = { set_variable = { name = color_storage value = title:d_c_vizagipatam_color } } + title:c_vladimir = { set_variable = { name = color_storage value = title:d_c_vladimir_color } } + title:c_vodamayutja = { set_variable = { name = color_storage value = title:d_c_vodamayutja_color } } + title:c_vodi = { set_variable = { name = color_storage value = title:d_c_vodi_color } } + title:c_vodica = { set_variable = { name = color_storage value = title:d_c_vodica_color } } + title:c_vogtland = { set_variable = { name = color_storage value = title:d_c_vogtland_color } } + title:c_voin = { set_variable = { name = color_storage value = title:d_c_voin_color } } + title:c_volkovysk = { set_variable = { name = color_storage value = title:d_c_volkovysk_color } } + title:c_volodymyr = { set_variable = { name = color_storage value = title:d_c_volodymyr_color } } + title:c_vologda = { set_variable = { name = color_storage value = title:d_c_vologda_color } } + title:c_vorbasse = { set_variable = { name = color_storage value = title:d_c_vorbasse_color } } + title:c_voronezh = { set_variable = { name = color_storage value = title:d_c_voronezh_color } } + title:c_votkinsk = { set_variable = { name = color_storage value = title:d_c_votkinsk_color } } + title:c_vratsa = { set_variable = { name = color_storage value = title:d_c_vratsa_color } } + title:c_vrbas = { set_variable = { name = color_storage value = title:d_c_vrbas_color } } + title:c_vukovar = { set_variable = { name = color_storage value = title:d_c_vukovar_color } } + title:c_vyangi = { set_variable = { name = color_storage value = title:d_c_vyangi_color } } + title:c_wa = { set_variable = { name = color_storage value = title:d_c_wa_color } } + title:c_wabar = { set_variable = { name = color_storage value = title:d_c_wabar_color } } + title:c_wadai = { set_variable = { name = color_storage value = title:d_c_wadai_color } } + title:c_wadan = { set_variable = { name = color_storage value = title:d_c_wadan_color } } + title:c_waddan = { set_variable = { name = color_storage value = title:d_c_waddan_color } } + title:c_wadi_amur = { set_variable = { name = color_storage value = title:d_c_wadi_amur_color } } + title:c_wadi_el-milk = { set_variable = { name = color_storage value = title:d_c_wadi_el-milk_color } } + title:c_wagadugu = { set_variable = { name = color_storage value = title:d_c_wagadugu_color } } + title:c_waj = { set_variable = { name = color_storage value = title:d_c_waj_color } } + title:c_wajda = { set_variable = { name = color_storage value = title:d_c_wajda_color } } + title:c_wajh = { set_variable = { name = color_storage value = title:d_c_wajh_color } } + title:c_wakhan = { set_variable = { name = color_storage value = title:d_c_wakhan_color } } + title:c_wakhsh = { set_variable = { name = color_storage value = title:d_c_wakhsh_color } } + title:c_walata = { set_variable = { name = color_storage value = title:d_c_walata_color } } + title:c_waldeck = { set_variable = { name = color_storage value = title:d_c_waldeck_color } } + title:c_wandala = { set_variable = { name = color_storage value = title:d_c_wandala_color } } + title:c_waqisa = { set_variable = { name = color_storage value = title:d_c_waqisa_color } } + title:c_wargla = { set_variable = { name = color_storage value = title:d_c_wargla_color } } + title:c_warwickshire = { set_variable = { name = color_storage value = title:d_c_warwickshire_color } } + title:c_wasit = { set_variable = { name = color_storage value = title:d_c_wasit_color } } + title:c_wassa = { set_variable = { name = color_storage value = title:d_c_wassa_color } } + title:c_welamo = { set_variable = { name = color_storage value = title:d_c_welamo_color } } + title:c_wellega = { set_variable = { name = color_storage value = title:d_c_wellega_color } } + title:c_wentugaole = { set_variable = { name = color_storage value = title:d_c_wentugaole_color } } + title:c_wenyon = { set_variable = { name = color_storage value = title:d_c_wenyon_color } } + title:c_werle = { set_variable = { name = color_storage value = title:d_c_werle_color } } + title:c_west-tokharestan = { set_variable = { name = color_storage value = title:d_c_west-tokharestan_color } } + title:c_west_kordofan = { set_variable = { name = color_storage value = title:d_c_west_kordofan_color } } + title:c_west_qamuda = { set_variable = { name = color_storage value = title:d_c_west_qamuda_color } } + title:c_west_riding = { set_variable = { name = color_storage value = title:d_c_west_riding_color } } + title:c_western_tannu = { set_variable = { name = color_storage value = title:d_c_western_tannu_color } } + title:c_westfriesland = { set_variable = { name = color_storage value = title:d_c_westfriesland_color } } + title:c_westmorland = { set_variable = { name = color_storage value = title:d_c_westmorland_color } } + title:c_wiek = { set_variable = { name = color_storage value = title:d_c_wiek_color } } + title:c_wielunska = { set_variable = { name = color_storage value = title:d_c_wielunska_color } } + title:c_wiltberg = { set_variable = { name = color_storage value = title:d_c_wiltberg_color } } + title:c_wiltshire = { set_variable = { name = color_storage value = title:d_c_wiltshire_color } } + title:c_wittenberg = { set_variable = { name = color_storage value = title:d_c_wittenberg_color } } + title:c_wolgast = { set_variable = { name = color_storage value = title:d_c_wolgast_color } } + title:c_wolkenstein = { set_variable = { name = color_storage value = title:d_c_wolkenstein_color } } + title:c_wolpe = { set_variable = { name = color_storage value = title:d_c_wolpe_color } } + title:c_wolqayt = { set_variable = { name = color_storage value = title:d_c_wolqayt_color } } + title:c_worcestershire = { set_variable = { name = color_storage value = title:d_c_worcestershire_color } } + title:c_wormditt = { set_variable = { name = color_storage value = title:d_c_wormditt_color } } + title:c_worodugu = { set_variable = { name = color_storage value = title:d_c_worodugu_color } } + title:c_wschowska = { set_variable = { name = color_storage value = title:d_c_wschowska_color } } + title:c_wuda = { set_variable = { name = color_storage value = title:d_c_wuda_color } } + title:c_wuli = { set_variable = { name = color_storage value = title:d_c_wuli_color } } + title:c_wuluhai = { set_variable = { name = color_storage value = title:d_c_wuluhai_color } } + title:c_wurttemberg = { set_variable = { name = color_storage value = title:d_c_wurttemberg_color } } + title:c_wurzburg = { set_variable = { name = color_storage value = title:d_c_wurzburg_color } } + title:c_xainza = { set_variable = { name = color_storage value = title:d_c_xainza_color } } + title:c_xaitongmoin = { set_variable = { name = color_storage value = title:d_c_xaitongmoin_color } } + title:c_xigaze = { set_variable = { name = color_storage value = title:d_c_xigaze_color } } + title:c_xigortang = { set_variable = { name = color_storage value = title:d_c_xigortang_color } } + title:c_xingqing = { set_variable = { name = color_storage value = title:d_c_xingqing_color } } + title:c_xining = { set_variable = { name = color_storage value = title:d_c_xining_color } } + title:c_yabrin = { set_variable = { name = color_storage value = title:d_c_yabrin_color } } + title:c_yagba = { set_variable = { name = color_storage value = title:d_c_yagba_color } } + title:c_yaitsk = { set_variable = { name = color_storage value = title:d_c_yaitsk_color } } + title:c_yalala = { set_variable = { name = color_storage value = title:d_c_yalala_color } } + title:c_yalong = { set_variable = { name = color_storage value = title:d_c_yalong_color } } + title:c_yamama = { set_variable = { name = color_storage value = title:d_c_yamama_color } } + title:c_yamethin = { set_variable = { name = color_storage value = title:d_c_yamethin_color } } + title:c_yanbu = { set_variable = { name = color_storage value = title:d_c_yanbu_color } } + title:c_yangikent = { set_variable = { name = color_storage value = title:d_c_yangikent_color } } + title:c_yangjibaliq = { set_variable = { name = color_storage value = title:d_c_yangjibaliq_color } } + title:c_yangwarok = { set_variable = { name = color_storage value = title:d_c_yangwarok_color } } + title:c_yanokul = { set_variable = { name = color_storage value = title:d_c_yanokul_color } } + title:c_yar-calli = { set_variable = { name = color_storage value = title:d_c_yar-calli_color } } + title:c_yarkand = { set_variable = { name = color_storage value = title:d_c_yarkand_color } } + title:c_yaroslavl = { set_variable = { name = color_storage value = title:d_c_yaroslavl_color } } + title:c_yasin = { set_variable = { name = color_storage value = title:d_c_yasin_color } } + title:c_yatenga = { set_variable = { name = color_storage value = title:d_c_yatenga_color } } + title:c_yatvyagi = { set_variable = { name = color_storage value = title:d_c_yatvyagi_color } } + title:c_yau = { set_variable = { name = color_storage value = title:d_c_yau_color } } + title:c_yauri = { set_variable = { name = color_storage value = title:d_c_yauri_color } } + title:c_yazd = { set_variable = { name = color_storage value = title:d_c_yazd_color } } + title:c_yekaterinburg = { set_variable = { name = color_storage value = title:d_c_yekaterinburg_color } } + title:c_yelimane = { set_variable = { name = color_storage value = title:d_c_yelimane_color } } + title:c_yenisei = { set_variable = { name = color_storage value = title:d_c_yenisei_color } } + title:c_yenshipin = { set_variable = { name = color_storage value = title:d_c_yenshipin_color } } + title:c_yera = { set_variable = { name = color_storage value = title:d_c_yera_color } } + title:c_yijinai = { set_variable = { name = color_storage value = title:d_c_yijinai_color } } + title:c_yongdeng = { set_variable = { name = color_storage value = title:d_c_yongdeng_color } } + title:c_yoshkar-ola = { set_variable = { name = color_storage value = title:d_c_yoshkar-ola_color } } + title:c_yperen = { set_variable = { name = color_storage value = title:d_c_yperen_color } } + title:c_yumen = { set_variable = { name = color_storage value = title:d_c_yumen_color } } + title:c_yumenguan = { set_variable = { name = color_storage value = title:d_c_yumenguan_color } } + title:c_zabid = { set_variable = { name = color_storage value = title:d_c_zabid_color } } + title:c_zabulistan = { set_variable = { name = color_storage value = title:d_c_zabulistan_color } } + title:c_zachlumia = { set_variable = { name = color_storage value = title:d_c_zachlumia_color } } + title:c_zadar = { set_variable = { name = color_storage value = title:d_c_zadar_color } } + title:c_zadoi = { set_variable = { name = color_storage value = title:d_c_zadoi_color } } + title:c_zagorje = { set_variable = { name = color_storage value = title:d_c_zagorje_color } } + title:c_zagreb = { set_variable = { name = color_storage value = title:d_c_zagreb_color } } + title:c_zagros_mediae = { set_variable = { name = color_storage value = title:d_c_zagros_mediae_color } } + title:c_zaila = { set_variable = { name = color_storage value = title:d_c_zaila_color } } + title:c_zakroczymska = { set_variable = { name = color_storage value = title:d_c_zakroczymska_color } } + title:c_zamindawar = { set_variable = { name = color_storage value = title:d_c_zamindawar_color } } + title:c_zamm = { set_variable = { name = color_storage value = title:d_c_zamm_color } } + title:c_zammour = { set_variable = { name = color_storage value = title:d_c_zammour_color } } + title:c_zamora = { set_variable = { name = color_storage value = title:d_c_zamora_color } } + title:c_zanjan = { set_variable = { name = color_storage value = title:d_c_zanjan_color } } + title:c_zarafshan = { set_variable = { name = color_storage value = title:d_c_zarafshan_color } } + title:c_zaragoza = { set_variable = { name = color_storage value = title:d_c_zaragoza_color } } + title:c_zarand = { set_variable = { name = color_storage value = title:d_c_zarand_color } } + title:c_zaranj = { set_variable = { name = color_storage value = title:d_c_zaranj_color } } + title:c_zaria = { set_variable = { name = color_storage value = title:d_c_zaria_color } } + title:c_zarma = { set_variable = { name = color_storage value = title:d_c_zarma_color } } + title:c_zarman = { set_variable = { name = color_storage value = title:d_c_zarman_color } } + title:c_zaslavl = { set_variable = { name = color_storage value = title:d_c_zaslavl_color } } + title:c_zatec = { set_variable = { name = color_storage value = title:d_c_zatec_color } } + title:c_zavrsje = { set_variable = { name = color_storage value = title:d_c_zavrsje_color } } + title:c_zawila = { set_variable = { name = color_storage value = title:d_c_zawila_color } } + title:c_zeeland = { set_variable = { name = color_storage value = title:d_c_zeeland_color } } + title:c_zekog = { set_variable = { name = color_storage value = title:d_c_zekog_color } } + title:c_zela = { set_variable = { name = color_storage value = title:d_c_zela_color } } + title:c_zelengora = { set_variable = { name = color_storage value = title:d_c_zelengora_color } } + title:c_zemigalians = { set_variable = { name = color_storage value = title:d_c_zemigalians_color } } + title:c_zemplen = { set_variable = { name = color_storage value = title:d_c_zemplen_color } } + title:c_zetang = { set_variable = { name = color_storage value = title:d_c_zetang_color } } + title:c_zhagyab = { set_variable = { name = color_storage value = title:d_c_zhagyab_color } } + title:c_zhenfan = { set_variable = { name = color_storage value = title:d_c_zhenfan_color } } + title:c_zherkovo = { set_variable = { name = color_storage value = title:d_c_zherkovo_color } } + title:c_zhidoi = { set_variable = { name = color_storage value = title:d_c_zhidoi_color } } + title:c_zhongba = { set_variable = { name = color_storage value = title:d_c_zhongba_color } } + title:c_zhytomyr = { set_variable = { name = color_storage value = title:d_c_zhytomyr_color } } + title:c_zichia = { set_variable = { name = color_storage value = title:d_c_zichia_color } } + title:c_zirkuh = { set_variable = { name = color_storage value = title:d_c_zirkuh_color } } + title:c_ziz = { set_variable = { name = color_storage value = title:d_c_ziz_color } } + title:c_zlatibor = { set_variable = { name = color_storage value = title:d_c_zlatibor_color } } + title:c_znojmo = { set_variable = { name = color_storage value = title:d_c_znojmo_color } } + title:c_zogang = { set_variable = { name = color_storage value = title:d_c_zogang_color } } + title:c_zoige = { set_variable = { name = color_storage value = title:d_c_zoige_color } } + title:c_zollern = { set_variable = { name = color_storage value = title:d_c_zollern_color } } + title:c_zolyom = { set_variable = { name = color_storage value = title:d_c_zolyom_color } } + title:c_zurich = { set_variable = { name = color_storage value = title:d_c_zurich_color } } + title:c_zutphen = { set_variable = { name = color_storage value = title:d_c_zutphen_color } } + title:c_zvyahel = { set_variable = { name = color_storage value = title:d_c_zvyahel_color } } + } +} + +#Reset the actual color storage title +MOD_set_color_title_colors = { + effect = { + #Empires + title:d_e_aarlud_khanate_color = { set_color_from_title = title:e_aarlud_khanate } + title:d_e_abyssinia_color = { set_color_from_title = title:e_abyssinia } + title:d_e_ajuraan_color = { set_color_from_title = title:e_ajuraan } + title:d_e_arabia_color = { set_color_from_title = title:e_arabia } + title:d_e_armenia_color = { set_color_from_title = title:e_armenia } + title:d_e_avar_color = { set_color_from_title = title:e_avar } + title:d_e_axum_color = { set_color_from_title = title:e_axum } + title:d_e_bactria_color = { set_color_from_title = title:e_bactria } + title:d_e_baruun_khanate_color = { set_color_from_title = title:e_baruun_khanate } + title:d_e_bengal_color = { set_color_from_title = title:e_bengal } + title:d_e_black_horde_color = { set_color_from_title = title:e_black_horde } + title:d_e_britannia_color = { set_color_from_title = title:e_britannia } + title:d_e_byzantium_color = { set_color_from_title = title:e_byzantium } + title:d_e_carpathia_color = { set_color_from_title = title:e_carpathia } + title:d_e_caspian-pontic_steppe_color = { set_color_from_title = title:e_caspian-pontic_steppe } + title:d_e_chagatai_color = { set_color_from_title = title:e_chagatai } + title:d_e_dacia_color = { set_color_from_title = title:e_dacia } + title:d_e_deccan_color = { set_color_from_title = title:e_deccan } + title:d_e_egypt_color = { set_color_from_title = title:e_egypt } + title:d_e_finland_color = { set_color_from_title = title:e_finland } + title:d_e_france_color = { set_color_from_title = title:e_france } + title:d_e_gaul_color = { set_color_from_title = title:e_gaul } + title:d_e_germania_magna_color = { set_color_from_title = title:e_germania_magna } + title:d_e_germany_color = { set_color_from_title = title:e_germany } + title:d_e_golden_horde_color = { set_color_from_title = title:e_golden_horde } + title:d_e_goths_color = { set_color_from_title = title:e_goths } + title:d_e_guinea_color = { set_color_from_title = title:e_guinea } + title:d_e_helling_color = { set_color_from_title = title:e_helling } + title:d_e_hre_color = { set_color_from_title = title:e_hre } + title:d_e_hunnic_empire_color = { set_color_from_title = title:e_hunnic_empire } + title:d_e_ilkhanate_color = { set_color_from_title = title:e_ilkhanate } + title:d_e_india_color = { set_color_from_title = title:e_india } + title:d_e_italy_color = { set_color_from_title = title:e_italy } + title:d_e_kanem_bornu_color = { set_color_from_title = title:e_kanem_bornu } + title:d_e_kara_khitai_color = { set_color_from_title = title:e_kara_khitai } + title:d_e_kirghiz_khanate_color = { set_color_from_title = title:e_kirghiz_khanate } + title:d_e_latin_empire_color = { set_color_from_title = title:e_latin_empire } + title:d_e_macedon_color = { set_color_from_title = title:e_macedon } + title:d_e_maghreb_color = { set_color_from_title = title:e_maghreb } + title:d_e_mali_color = { set_color_from_title = title:e_mali } + title:d_e_mongol_empire_color = { set_color_from_title = title:e_mongol_empire } + title:d_e_mongolia_color = { set_color_from_title = title:e_mongolia } + title:d_e_north_africa_color = { set_color_from_title = title:e_north_africa } + title:d_e_north_sea_color = { set_color_from_title = title:e_north_sea } + title:d_e_outremer_color = { set_color_from_title = title:e_outremer } + title:d_e_palmyra_color = { set_color_from_title = title:e_palmyra } + title:d_e_persia_color = { set_color_from_title = title:e_persia } + title:d_e_rajastan_color = { set_color_from_title = title:e_rajastan } + title:d_e_roman_empire_color = { set_color_from_title = title:e_roman_empire } + title:d_e_rouran_color = { set_color_from_title = title:e_rouran } + title:d_e_russia_color = { set_color_from_title = title:e_russia } + title:d_e_scandinavia_color = { set_color_from_title = title:e_scandinavia } + title:d_e_scythia_color = { set_color_from_title = title:e_scythia } + title:d_e_seleucid_color = { set_color_from_title = title:e_seleucid } + title:d_e_siberia_color = { set_color_from_title = title:e_siberia } + title:d_e_slavia_color = { set_color_from_title = title:e_slavia } + title:d_e_spain_color = { set_color_from_title = title:e_spain } + title:d_e_tamazgha_color = { set_color_from_title = title:e_tamazgha } + title:d_e_tamil_color = { set_color_from_title = title:e_tamil } + title:d_e_tartaria_color = { set_color_from_title = title:e_tartaria } + title:d_e_tibet_color = { set_color_from_title = title:e_tibet } + title:d_e_timurids_color = { set_color_from_title = title:e_timurids } + title:d_e_togskol_khanate_color = { set_color_from_title = title:e_togskol_khanate } + title:d_e_turan_color = { set_color_from_title = title:e_turan } + title:d_e_turkestan_color = { set_color_from_title = title:e_turkestan } + title:d_e_uyghur_khanate_color = { set_color_from_title = title:e_uyghur_khanate } + title:d_e_volga-ural_color = { set_color_from_title = title:e_volga-ural } + title:d_e_wendish_empire_color = { set_color_from_title = title:e_wendish_empire } + title:d_e_white_horde_color = { set_color_from_title = title:e_white_horde } + title:d_e_wre_color = { set_color_from_title = title:e_wre } + title:d_e_xiongnu_color = { set_color_from_title = title:e_xiongnu } + #Kingdoms + title:d_k_adiukru_color = { set_color_from_title = title:k_adiukru } + title:d_k_africa_prefect_color = { set_color_from_title = title:k_africa_prefect } + title:d_k_al_hirah_color = { set_color_from_title = title:k_al_hirah } + title:d_k_alamannia_color = { set_color_from_title = title:k_alamannia } + title:d_k_altava_color = { set_color_from_title = title:k_altava } + title:d_k_amr_confederacy_color = { set_color_from_title = title:k_amr_confederacy } + title:d_k_anatolia_color = { set_color_from_title = title:k_anatolia } + title:d_k_andalusia_color = { set_color_from_title = title:k_andalusia } + title:d_k_angloland_color = { set_color_from_title = title:k_angloland } + title:d_k_aquitaine_color = { set_color_from_title = title:k_aquitaine } + title:d_k_aragon_color = { set_color_from_title = title:k_aragon } + title:d_k_armenian_principality_color = { set_color_from_title = title:k_armenian_principality } + title:d_k_ashina_color = { set_color_from_title = title:k_ashina } + title:d_k_asturias_color = { set_color_from_title = title:k_asturias } + title:d_k_athens_color = { set_color_from_title = title:k_athens } + title:d_k_auresia_color = { set_color_from_title = title:k_auresia } + title:d_k_austrasia_color = { set_color_from_title = title:k_austrasia } + title:d_k_austria_color = { set_color_from_title = title:k_austria } + title:d_k_aydin_color = { set_color_from_title = title:k_aydin } + title:d_k_badajoz_color = { set_color_from_title = title:k_badajoz } + title:d_k_bavaria_color = { set_color_from_title = title:k_bavaria } + title:d_k_bene_israel_color = { set_color_from_title = title:k_bene_israel } + title:d_k_bohemia_color = { set_color_from_title = title:k_bohemia } + title:d_k_bosnia_color = { set_color_from_title = title:k_bosnia } + title:d_k_bulgaria_color = { set_color_from_title = title:k_bulgaria } + title:d_k_burgundians_color = { set_color_from_title = title:k_burgundians } + title:d_k_burgundy_color = { set_color_from_title = title:k_burgundy } + title:d_k_cabaon_color = { set_color_from_title = title:k_cabaon } + title:d_k_canarias_color = { set_color_from_title = title:k_canarias } + title:d_k_candar_color = { set_color_from_title = title:k_candar } + title:d_k_capsa_color = { set_color_from_title = title:k_capsa } + title:d_k_castille_color = { set_color_from_title = title:k_castille } + title:d_k_chuban_color = { set_color_from_title = title:k_chuban } + title:d_k_commagene_color = { set_color_from_title = title:k_commagene } + title:d_k_cornwall_color = { set_color_from_title = title:k_cornwall } + title:d_k_crete_color = { set_color_from_title = title:k_crete } + title:d_k_croatia_color = { set_color_from_title = title:k_croatia } + title:d_k_cyprus_color = { set_color_from_title = title:k_cyprus } + title:d_k_cyrenaica_color = { set_color_from_title = title:k_cyrenaica } + title:d_k_dahae_confederacy_color = { set_color_from_title = title:k_dahae_confederacy } + title:d_k_dal_riata_color = { set_color_from_title = title:k_dal_riata } + title:d_k_daneland_color = { set_color_from_title = title:k_daneland } + title:d_k_danelaw_color = { set_color_from_title = title:k_danelaw } + title:d_k_denmark_color = { set_color_from_title = title:k_denmark } + title:d_k_dubuo_color = { set_color_from_title = title:k_dubuo } + title:d_k_east_francia_color = { set_color_from_title = title:k_east_francia } + title:d_k_epirus_color = { set_color_from_title = title:k_epirus } + title:d_k_eretnid_color = { set_color_from_title = title:k_eretnid } + title:d_k_fashion_color = { set_color_from_title = title:k_fashion } + title:d_k_france_color = { set_color_from_title = title:k_france } + title:d_k_franks_color = { set_color_from_title = title:k_franks } + title:d_k_gaochang_color = { set_color_from_title = title:k_gaochang } + title:d_k_gaoche_color = { set_color_from_title = title:k_gaoche } + title:d_k_geatland_color = { set_color_from_title = title:k_geatland } + title:d_k_genoa_color = { set_color_from_title = title:k_genoa } + title:d_k_georgia_color = { set_color_from_title = title:k_georgia } + title:d_k_gepidia_color = { set_color_from_title = title:k_gepidia } + title:d_k_germiyan_color = { set_color_from_title = title:k_germiyan } + title:d_k_guiyi_color = { set_color_from_title = title:k_guiyi } + title:d_k_hansa_color = { set_color_from_title = title:k_hansa } + title:d_k_harla_color = { set_color_from_title = title:k_harla } + title:d_k_hellas_color = { set_color_from_title = title:k_hellas } + title:d_k_helling_color = { set_color_from_title = title:k_helling } + title:d_k_herul_color = { set_color_from_title = title:k_herul } + title:d_k_hodna_color = { set_color_from_title = title:k_hodna } + title:d_k_hungary_color = { set_color_from_title = title:k_hungary } + title:d_k_illyria_color = { set_color_from_title = title:k_illyria } + title:d_k_illyria_prefect_color = { set_color_from_title = title:k_illyria_prefect } + title:d_k_italy_color = { set_color_from_title = title:k_italy } + title:d_k_italy_prefect_color = { set_color_from_title = title:k_italy_prefect } + title:d_k_jazira_color = { set_color_from_title = title:k_jazira } + title:d_k_jerusalem_color = { set_color_from_title = title:k_jerusalem } + title:d_k_kabulistan_color = { set_color_from_title = title:k_kabulistan } + title:d_k_kalachuri_color = { set_color_from_title = title:k_kalachuri } + title:d_k_karaman_color = { set_color_from_title = title:k_karaman } + title:d_k_khazaria_color = { set_color_from_title = title:k_khazaria } + title:d_k_khorasan_color = { set_color_from_title = title:k_khorasan } + title:d_k_kidarite_color = { set_color_from_title = title:k_kidarite } + title:d_k_kucha_color = { set_color_from_title = title:k_kucha } + title:d_k_leon_color = { set_color_from_title = title:k_leon } + title:d_k_livonia_color = { set_color_from_title = title:k_livonia } + title:d_k_lombardia_color = { set_color_from_title = title:k_lombardia } + title:d_k_lotharingia_color = { set_color_from_title = title:k_lotharingia } + title:d_k_maghreb_color = { set_color_from_title = title:k_maghreb } + title:d_k_magyar_color = { set_color_from_title = title:k_magyar } + title:d_k_manipura_color = { set_color_from_title = title:k_manipura } + title:d_k_mann_the_isles_color = { set_color_from_title = title:k_mann_the_isles } + title:d_k_masmuda_color = { set_color_from_title = title:k_masmuda } + title:d_k_mazandaran_color = { set_color_from_title = title:k_mazandaran } + title:d_k_mediterranean_sea_color = { set_color_from_title = title:k_mediterranean_sea } + title:d_k_melchisedechianism_color = { set_color_from_title = title:k_melchisedechianism } + title:d_k_mentese_color = { set_color_from_title = title:k_mentese } + title:d_k_mercia_color = { set_color_from_title = title:k_mercia } + title:d_k_mesopotamia_color = { set_color_from_title = title:k_mesopotamia } + title:d_k_moldavia_color = { set_color_from_title = title:k_moldavia } + title:d_k_moravia_color = { set_color_from_title = title:k_moravia } + title:d_k_naples_color = { set_color_from_title = title:k_naples } + title:d_k_nasamoni_color = { set_color_from_title = title:k_nasamoni } + title:d_k_navarra_color = { set_color_from_title = title:k_navarra } + title:d_k_nemenchia_color = { set_color_from_title = title:k_nemenchia } + title:d_k_neustria_color = { set_color_from_title = title:k_neustria } + title:d_k_nikaea_color = { set_color_from_title = title:k_nikaea } + title:d_k_northumbria_color = { set_color_from_title = title:k_northumbria } + title:d_k_old_armenia_color = { set_color_from_title = title:k_old_armenia } + title:d_k_old_thrace_color = { set_color_from_title = title:k_old_thrace } + title:d_k_orleans_color = { set_color_from_title = title:k_orleans } + title:d_k_orthodox_color = { set_color_from_title = title:k_orthodox } + title:d_k_ostrogoths_color = { set_color_from_title = title:k_ostrogoths } + title:d_k_ottoman_color = { set_color_from_title = title:k_ottoman } + title:d_k_ouarsenis_color = { set_color_from_title = title:k_ouarsenis } + title:d_k_papal_state_color = { set_color_from_title = title:k_papal_state } + title:d_k_paris_color = { set_color_from_title = title:k_paris } + title:d_k_pechenegs_color = { set_color_from_title = title:k_pechenegs } + title:d_k_pisa_color = { set_color_from_title = title:k_pisa } + title:d_k_poland_color = { set_color_from_title = title:k_poland } + title:d_k_pomerania_color = { set_color_from_title = title:k_pomerania } + title:d_k_portugal_color = { set_color_from_title = title:k_portugal } + title:d_k_qaryat_dhat_kahil_color = { set_color_from_title = title:k_qaryat_dhat_kahil } + title:d_k_republic_color = { set_color_from_title = title:k_republic } + title:d_k_respendalid_color = { set_color_from_title = title:k_respendalid } + title:d_k_rheged_color = { set_color_from_title = title:k_rheged } + title:d_k_romagna_color = { set_color_from_title = title:k_romagna } + title:d_k_rugiland_color = { set_color_from_title = title:k_rugiland } + title:d_k_rum_color = { set_color_from_title = title:k_rum } + title:d_k_sahara_color = { set_color_from_title = title:k_sahara } + title:d_k_sakya_trizin_color = { set_color_from_title = title:k_sakya_trizin } + title:d_k_salihid_color = { set_color_from_title = title:k_salihid } + title:d_k_sardinia_color = { set_color_from_title = title:k_sardinia } + title:d_k_sarir_color = { set_color_from_title = title:k_sarir } + title:d_k_saruhan_color = { set_color_from_title = title:k_saruhan } + title:d_k_saurashtra_color = { set_color_from_title = title:k_saurashtra } + title:d_k_saxony_color = { set_color_from_title = title:k_saxony } + title:d_k_serbia_color = { set_color_from_title = title:k_serbia } + title:d_k_shanshan_color = { set_color_from_title = title:k_shanshan } + title:d_k_sicca_veneria_color = { set_color_from_title = title:k_sicca_veneria } + title:d_k_sicily_color = { set_color_from_title = title:k_sicily } + title:d_k_soissons_color = { set_color_from_title = title:k_soissons } + title:d_k_sophene_color = { set_color_from_title = title:k_sophene } + title:d_k_south_kosala_color = { set_color_from_title = title:k_south_kosala } + title:d_k_spanish_galicia_color = { set_color_from_title = title:k_spanish_galicia } + title:d_k_sparta_color = { set_color_from_title = title:k_sparta } + title:d_k_suebia_color = { set_color_from_title = title:k_suebia } + title:d_k_switzerland_color = { set_color_from_title = title:k_switzerland } + title:d_k_syria_color = { set_color_from_title = title:k_syria } + title:d_k_tahert_color = { set_color_from_title = title:k_tahert } + title:d_k_tekke_color = { set_color_from_title = title:k_tekke } + title:d_k_thaton_color = { set_color_from_title = title:k_thaton } + title:d_k_thessalonika_color = { set_color_from_title = title:k_thessalonika } + title:d_k_thracia_color = { set_color_from_title = title:k_thracia } + title:d_k_thuringia_color = { set_color_from_title = title:k_thuringia } + title:d_k_toledo_color = { set_color_from_title = title:k_toledo } + title:d_k_toro_color = { set_color_from_title = title:k_toro } + title:d_k_trebizond_color = { set_color_from_title = title:k_trebizond } + title:d_k_trinacria_color = { set_color_from_title = title:k_trinacria } + title:d_k_tuldilanids_color = { set_color_from_title = title:k_tuldilanids } + title:d_k_tuyuhun_color = { set_color_from_title = title:k_tuyuhun } + title:d_k_uighur_color = { set_color_from_title = title:k_uighur } + title:d_k_valencia_color = { set_color_from_title = title:k_valencia } + title:d_k_vandalica_color = { set_color_from_title = title:k_vandalica } + title:d_k_venice_color = { set_color_from_title = title:k_venice } + title:d_k_visigoths_color = { set_color_from_title = title:k_visigoths } + title:d_k_wales_color = { set_color_from_title = title:k_wales } + title:d_k_wei_western_regions_color = { set_color_from_title = title:k_wei_western_regions } + title:d_k_western_kshatrapas_color = { set_color_from_title = title:k_western_kshatrapas } + title:d_k_winideheim_color = { set_color_from_title = title:k_winideheim } + title:d_k_yarlung_color = { set_color_from_title = title:k_yarlung } + #Duchies + title:d_d_aaninen_tribe_color = { set_color_from_title = title:d_aaninen_tribe } + title:d_d_abkhazia_color = { set_color_from_title = title:d_abkhazia } + title:d_d_acatiri_color = { set_color_from_title = title:d_acatiri } + title:d_d_adkaddakhe_color = { set_color_from_title = title:d_adkaddakhe } + title:d_d_adogit_color = { set_color_from_title = title:d_adogit } + title:d_d_aegean_islands_color = { set_color_from_title = title:d_aegean_islands } + title:d_d_aethelrugi_color = { set_color_from_title = title:d_aethelrugi } + title:d_d_agadir_color = { set_color_from_title = title:d_agadir } + title:d_d_aileach_color = { set_color_from_title = title:d_aileach } + title:d_d_ait_ouriaghel_color = { set_color_from_title = title:d_ait_ouriaghel } + title:d_d_al-said_color = { set_color_from_title = title:d_al-said } + title:d_d_al_qays_color = { set_color_from_title = title:d_al_qays } + title:d_d_alans_color = { set_color_from_title = title:d_alans } + title:d_d_aleppo_color = { set_color_from_title = title:d_aleppo } + title:d_d_algarve_color = { set_color_from_title = title:d_algarve } + title:d_d_alger_color = { set_color_from_title = title:d_alger } + title:d_d_alsace_color = { set_color_from_title = title:d_alsace } + title:d_d_amalfi_color = { set_color_from_title = title:d_amalfi } + title:d_d_amela_color = { set_color_from_title = title:d_amela } + title:d_d_amman_color = { set_color_from_title = title:d_amman } + title:d_d_anatolia_color = { set_color_from_title = title:d_anatolia } + title:d_d_ancona_color = { set_color_from_title = title:d_ancona } + title:d_d_angria_color = { set_color_from_title = title:d_angria } + title:d_d_anhalt_color = { set_color_from_title = title:d_anhalt } + title:d_d_anjou_color = { set_color_from_title = title:d_anjou } + title:d_d_antae_color = { set_color_from_title = title:d_antae } + title:d_d_antioch_color = { set_color_from_title = title:d_antioch } + title:d_d_apostolic_church_color = { set_color_from_title = title:d_apostolic_church } + title:d_d_aquileia_church_color = { set_color_from_title = title:d_aquileia_church } + title:d_d_aquitaine_color = { set_color_from_title = title:d_aquitaine } + title:d_d_aragon_color = { set_color_from_title = title:d_aragon } + title:d_d_arian_color = { set_color_from_title = title:d_arian } + title:d_d_armagnac_color = { set_color_from_title = title:d_armagnac } + title:d_d_armeniac_color = { set_color_from_title = title:d_armeniac } + title:d_d_arochi_color = { set_color_from_title = title:d_arochi } + title:d_d_ashokas_chosen_color = { set_color_from_title = title:d_ashokas_chosen } + title:d_d_astures_color = { set_color_from_title = title:d_astures } + title:d_d_asturias_color = { set_color_from_title = title:d_asturias } + title:d_d_atrebatia_color = { set_color_from_title = title:d_atrebatia } + title:d_d_augandzi_color = { set_color_from_title = title:d_augandzi } + title:d_d_augsburg_color = { set_color_from_title = title:d_augsburg } + title:d_d_austorani_color = { set_color_from_title = title:d_austorani } + title:d_d_auvergne_color = { set_color_from_title = title:d_auvergne } + title:d_d_availites_color = { set_color_from_title = title:d_availites } + title:d_d_avars_color = { set_color_from_title = title:d_avars } + title:d_d_awioniz_color = { set_color_from_title = title:d_awioniz } + title:d_d_azal_color = { set_color_from_title = title:d_azal } + title:d_d_azerbaijan_color = { set_color_from_title = title:d_azerbaijan } + title:d_d_bacs_color = { set_color_from_title = title:d_bacs } + title:d_d_badajoz_color = { set_color_from_title = title:d_badajoz } + title:d_d_bagaudae_color = { set_color_from_title = title:d_bagaudae } + title:d_d_baghdad_color = { set_color_from_title = title:d_baghdad } + title:d_d_bakr_color = { set_color_from_title = title:d_bakr } + title:d_d_balti_color = { set_color_from_title = title:d_balti } + title:d_d_baquates_color = { set_color_from_title = title:d_baquates } + title:d_d_bar_color = { set_color_from_title = title:d_bar } + title:d_d_barcelona_color = { set_color_from_title = title:d_barcelona } + title:d_d_baroia_color = { set_color_from_title = title:d_baroia } + title:d_d_barsils_color = { set_color_from_title = title:d_barsils } + title:d_d_basra_color = { set_color_from_title = title:d_basra } + title:d_d_bavaria_color = { set_color_from_title = title:d_bavaria } + title:d_d_beja_color = { set_color_from_title = title:d_beja } + title:d_d_bejaia_color = { set_color_from_title = title:d_bejaia } + title:d_d_bektashi_color = { set_color_from_title = title:d_bektashi } + title:d_d_belgrade_color = { set_color_from_title = title:d_belgrade } + title:d_d_benevento_color = { set_color_from_title = title:d_benevento } + title:d_d_berry_color = { set_color_from_title = title:d_berry } + title:d_d_bihar_color = { set_color_from_title = title:d_bihar } + title:d_d_binnaka_color = { set_color_from_title = title:d_binnaka } + title:d_d_bishop_of_iona_color = { set_color_from_title = title:d_bishop_of_iona } + title:d_d_bjarma_tribe_color = { set_color_from_title = title:d_bjarma_tribe } + title:d_d_blemmyes_color = { set_color_from_title = title:d_blemmyes } + title:d_d_bohemia_color = { set_color_from_title = title:d_bohemia } + title:d_d_bourbon_color = { set_color_from_title = title:d_bourbon } + title:d_d_brabant_color = { set_color_from_title = title:d_brabant } + title:d_d_broerec_color = { set_color_from_title = title:d_broerec } + title:d_d_brycheiniog_color = { set_color_from_title = title:d_brycheiniog } + title:d_d_bucellaria_color = { set_color_from_title = title:d_bucellaria } + title:d_d_bukhara_color = { set_color_from_title = title:d_bukhara } + title:d_d_bulgaria_color = { set_color_from_title = title:d_bulgaria } + title:d_d_bulgars_color = { set_color_from_title = title:d_bulgars } + title:d_d_bulls_rishabha_color = { set_color_from_title = title:d_bulls_rishabha } + title:d_d_burgundy_color = { set_color_from_title = title:d_burgundy } + title:d_d_cairo_color = { set_color_from_title = title:d_cairo } + title:d_d_cait_color = { set_color_from_title = title:d_cait } + title:d_d_calabria_color = { set_color_from_title = title:d_calabria } + title:d_d_capua_color = { set_color_from_title = title:d_capua } + title:d_d_carinthia_color = { set_color_from_title = title:d_carinthia } + title:d_d_castilla_color = { set_color_from_title = title:d_castilla } + title:d_d_ce_color = { set_color_from_title = title:d_ce } + title:d_d_cephalonia_color = { set_color_from_title = title:d_cephalonia } + title:d_d_chaldia_color = { set_color_from_title = title:d_chaldia } + title:d_d_champagne_color = { set_color_from_title = title:d_champagne } + title:d_d_charsianon_color = { set_color_from_title = title:d_charsianon } + title:d_d_chosen_perkunas_color = { set_color_from_title = title:d_chosen_perkunas } + title:d_d_chumi_color = { set_color_from_title = title:d_chumi } + title:d_d_chumukun_color = { set_color_from_title = title:d_chumukun } + title:d_d_chuyue_color = { set_color_from_title = title:d_chuyue } + title:d_d_cibyrrhaeot_color = { set_color_from_title = title:d_cibyrrhaeot } + title:d_d_coimbra_color = { set_color_from_title = title:d_coimbra } + title:d_d_constantinopolitan_prefect_color = { set_color_from_title = title:d_constantinopolitan_prefect } + title:d_d_conversos_color = { set_color_from_title = title:d_conversos } + title:d_d_coptic_papacy_color = { set_color_from_title = title:d_coptic_papacy } + title:d_d_cordoba_color = { set_color_from_title = title:d_cordoba } + title:d_d_courland_tribe_color = { set_color_from_title = title:d_courland_tribe } + title:d_d_croatia_color = { set_color_from_title = title:d_croatia } + title:d_d_currezia_color = { set_color_from_title = title:d_currezia } + title:d_d_cybelian_pagan_color = { set_color_from_title = title:d_cybelian_pagan } + title:d_d_dalmatia_color = { set_color_from_title = title:d_dalmatia } + title:d_d_damascus_color = { set_color_from_title = title:d_damascus } + title:d_d_danes_color = { set_color_from_title = title:d_danes } + title:d_d_dauphine_color = { set_color_from_title = title:d_dauphine } + title:d_d_deasmhumhain_color = { set_color_from_title = title:d_deasmhumhain } + title:d_d_delta_color = { set_color_from_title = title:d_delta } + title:d_d_diyarbakr_color = { set_color_from_title = title:d_diyarbakr } + title:d_d_diyarmudar_color = { set_color_from_title = title:d_diyarmudar } + title:d_d_diyarrabia_color = { set_color_from_title = title:d_diyarrabia } + title:d_d_dneipner_balts_color = { set_color_from_title = title:d_dneipner_balts } + title:d_d_dobrudja_color = { set_color_from_title = title:d_dobrudja } + title:d_d_domnonia_color = { set_color_from_title = title:d_domnonia } + title:d_d_donatism_color = { set_color_from_title = title:d_donatism } + title:d_d_duklja_color = { set_color_from_title = title:d_duklja } + title:d_d_dyrrachion_color = { set_color_from_title = title:d_dyrrachion } + title:d_d_east_franconia_color = { set_color_from_title = title:d_east_franconia } + title:d_d_east_galindians_color = { set_color_from_title = title:d_east_galindians } + title:d_d_ebionites_color = { set_color_from_title = title:d_ebionites } + title:d_d_edessa_color = { set_color_from_title = title:d_edessa } + title:d_d_elmet_color = { set_color_from_title = title:d_elmet } + title:d_d_emilia_color = { set_color_from_title = title:d_emilia } + title:d_d_epirus_color = { set_color_from_title = title:d_epirus } + title:d_d_erzerum_color = { set_color_from_title = title:d_erzerum } + title:d_d_erzya_color = { set_color_from_title = title:d_erzya } + title:d_d_esseaxena_color = { set_color_from_title = title:d_esseaxena } + title:d_d_essina_color = { set_color_from_title = title:d_essina } + title:d_d_exilarch_color = { set_color_from_title = title:d_exilarch } + title:d_d_fes_color = { set_color_from_title = title:d_fes } + title:d_d_fezzan_color = { set_color_from_title = title:d_fezzan } + title:d_d_flanders_color = { set_color_from_title = title:d_flanders } + title:d_d_followers_arjuna_color = { set_color_from_title = title:d_followers_arjuna } + title:d_d_fortriu_color = { set_color_from_title = title:d_fortriu } + title:d_d_fossatisii_color = { set_color_from_title = title:d_fossatisii } + title:d_d_fotla_color = { set_color_from_title = title:d_fotla } + title:d_d_friuli_color = { set_color_from_title = title:d_friuli } + title:d_d_gabes_color = { set_color_from_title = title:d_gabes } + title:d_d_galicia_color = { set_color_from_title = title:d_galicia } + title:d_d_gardman_color = { set_color_from_title = title:d_gardman } + title:d_d_gascogne_color = { set_color_from_title = title:d_gascogne } + title:d_d_gaul_prefect_color = { set_color_from_title = title:d_gaul_prefect } + title:d_d_gayomarthianism_color = { set_color_from_title = title:d_gayomarthianism } + title:d_d_gelre_color = { set_color_from_title = title:d_gelre } + title:d_d_georgia_color = { set_color_from_title = title:d_georgia } + title:d_d_georgian_orthodox_color = { set_color_from_title = title:d_georgian_orthodox } + title:d_d_germanii_color = { set_color_from_title = title:d_germanii } + title:d_d_ghifar_color = { set_color_from_title = title:d_ghifar } + title:d_d_ghomara_color = { set_color_from_title = title:d_ghomara } + title:d_d_gortyene_color = { set_color_from_title = title:d_gortyene } + title:d_d_gothic_church_color = { set_color_from_title = title:d_gothic_church } + title:d_d_goths_color = { set_color_from_title = title:d_goths } + title:d_d_granada_color = { set_color_from_title = title:d_granada } + title:d_d_granni_color = { set_color_from_title = title:d_granni } + title:d_d_guenet_color = { set_color_from_title = title:d_guenet } + title:d_d_guent_color = { set_color_from_title = title:d_guent } + title:d_d_gugark_color = { set_color_from_title = title:d_gugark } + title:d_d_gustow_color = { set_color_from_title = title:d_gustow } + title:d_d_gutes_color = { set_color_from_title = title:d_gutes } + title:d_d_gyor_color = { set_color_from_title = title:d_gyor } + title:d_d_halin_color = { set_color_from_title = title:d_halin } + title:d_d_hamadan_color = { set_color_from_title = title:d_hamadan } + title:d_d_hanzalah_color = { set_color_from_title = title:d_hanzalah } + title:d_d_haruriyyah_color = { set_color_from_title = title:d_haruriyyah } + title:d_d_hashshashin_color = { set_color_from_title = title:d_hashshashin } + title:d_d_hawazin_color = { set_color_from_title = title:d_hawazin } + title:d_d_haymanot_color = { set_color_from_title = title:d_haymanot } + title:d_d_hellenic_pagan_color = { set_color_from_title = title:d_hellenic_pagan } + title:d_d_herefinna_color = { set_color_from_title = title:d_herefinna } + title:d_d_hesse_color = { set_color_from_title = title:d_hesse } + title:d_d_hhaha_color = { set_color_from_title = title:d_hhaha } + title:d_d_highland_lithuanians_color = { set_color_from_title = title:d_highland_lithuanians } + title:d_d_hintata_color = { set_color_from_title = title:d_hintata } + title:d_d_holland_color = { set_color_from_title = title:d_holland } + title:d_d_holstein_color = { set_color_from_title = title:d_holstein } + title:d_d_holy_sepulchre_color = { set_color_from_title = title:d_holy_sepulchre } + title:d_d_homs_color = { set_color_from_title = title:d_homs } + title:d_d_hormuz_color = { set_color_from_title = title:d_hormuz } + title:d_d_huitzilopochtli_color = { set_color_from_title = title:d_huitzilopochtli } + title:d_d_iazyges_color = { set_color_from_title = title:d_iazyges } + title:d_d_iconoclast_color = { set_color_from_title = title:d_iconoclast } + title:d_d_ikh_bogdh_color = { set_color_from_title = title:d_ikh_bogdh } + title:d_d_imami_color = { set_color_from_title = title:d_imami } + title:d_d_immortals_color = { set_color_from_title = title:d_immortals } + title:d_d_istria_color = { set_color_from_title = title:d_istria } + title:d_d_italy_prefect_color = { set_color_from_title = title:d_italy_prefect } + title:d_d_izhorians_color = { set_color_from_title = title:d_izhorians } + title:d_d_jabal_kufs_color = { set_color_from_title = title:d_jabal_kufs } + title:d_d_jerid_color = { set_color_from_title = title:d_jerid } + title:d_d_jomsvikings_color = { set_color_from_title = title:d_jomsvikings } + title:d_d_jonse_color = { set_color_from_title = title:d_jonse } + title:d_d_judham_color = { set_color_from_title = title:d_judham } + title:d_d_julich_color = { set_color_from_title = title:d_julich } + title:d_d_jutes_color = { set_color_from_title = title:d_jutes } + title:d_d_jylland_color = { set_color_from_title = title:d_jylland } + title:d_k_iberia_color = { set_color_from_title = title:k_iberia } + title:d_d_kabarism_color = { set_color_from_title = title:d_kabarism } + title:d_d_kairouan_color = { set_color_from_title = title:d_kairouan } + title:d_d_kalb_color = { set_color_from_title = title:d_kalb } + title:d_d_karaism_color = { set_color_from_title = title:d_karaism } + title:d_d_keoka_color = { set_color_from_title = title:d_keoka } + title:d_d_kernev_color = { set_color_from_title = title:d_kernev } + title:d_d_khanty_tribe_color = { set_color_from_title = title:d_khanty_tribe } + title:d_d_khurmazta_color = { set_color_from_title = title:d_khurmazta } + title:d_d_khurramism_color = { set_color_from_title = title:d_khurramism } + title:d_d_knights_calatrava_color = { set_color_from_title = title:d_knights_calatrava } + title:d_d_knights_hospitaler_color = { set_color_from_title = title:d_knights_hospitaler } + title:d_d_knights_santiago_color = { set_color_from_title = title:d_knights_santiago } + title:d_d_knights_templar_color = { set_color_from_title = title:d_knights_templar } + title:d_d_kohestan_color = { set_color_from_title = title:d_kohestan } + title:d_d_koivans_color = { set_color_from_title = title:d_koivans } + title:d_d_kola_tribe_color = { set_color_from_title = title:d_kola_tribe } + title:d_d_kolochins_color = { set_color_from_title = title:d_kolochins } + title:d_d_krain_color = { set_color_from_title = title:d_krain } + title:d_d_kroumerie_color = { set_color_from_title = title:d_kroumerie } + title:d_d_kufa_color = { set_color_from_title = title:d_kufa } + title:d_d_kumul_color = { set_color_from_title = title:d_kumul } + title:d_d_kurdistan_color = { set_color_from_title = title:d_kurdistan } + title:d_d_kutrigurs_color = { set_color_from_title = title:d_kutrigurs } + title:d_d_kuyavia_color = { set_color_from_title = title:d_kuyavia } + title:d_d_kwrtstan_color = { set_color_from_title = title:d_kwrtstan } + title:d_d_laanemaa_color = { set_color_from_title = title:d_laanemaa } + title:d_d_laguantan_color = { set_color_from_title = title:d_laguantan } + title:d_d_languedoc_color = { set_color_from_title = title:d_languedoc } + title:d_d_lebanon_color = { set_color_from_title = title:d_lebanon } + title:d_d_lemovia_color = { set_color_from_title = title:d_lemovia } + title:d_d_leon_color = { set_color_from_title = title:d_leon } + title:d_d_lettigalians_color = { set_color_from_title = title:d_lettigalians } + title:d_d_linnius_color = { set_color_from_title = title:d_linnius } + title:d_d_livonians_color = { set_color_from_title = title:d_livonians } + title:d_d_lombardia_color = { set_color_from_title = title:d_lombardia } + title:d_d_lombards_color = { set_color_from_title = title:d_lombards } + title:d_d_lower_bosna_color = { set_color_from_title = title:d_lower_bosna } + title:d_d_lower_lorraine_color = { set_color_from_title = title:d_lower_lorraine } + title:d_d_lowland_lithuanians_color = { set_color_from_title = title:d_lowland_lithuanians } + title:d_d_luxembourg_color = { set_color_from_title = title:d_luxembourg } + title:d_d_macronia_color = { set_color_from_title = title:d_macronia } + title:d_d_macva_color = { set_color_from_title = title:d_macva } + title:d_d_mafaza_color = { set_color_from_title = title:d_mafaza } + title:d_d_maingmaw_color = { set_color_from_title = title:d_maingmaw } + title:d_d_malabarism_color = { set_color_from_title = title:d_malabarism } + title:d_d_malao_color = { set_color_from_title = title:d_malao } + title:d_d_manichean_color = { set_color_from_title = title:d_manichean } + title:d_d_mansi_tribe_color = { set_color_from_title = title:d_mansi_tribe } + title:d_d_marcionism_color = { set_color_from_title = title:d_marcionism } + title:d_d_marcomanni_color = { set_color_from_title = title:d_marcomanni } + title:d_d_mari_color = { set_color_from_title = title:d_mari } + title:d_d_masmudi_color = { set_color_from_title = title:d_masmudi } + title:d_d_massalia_color = { set_color_from_title = title:d_massalia } + title:d_d_mazdakism_color = { set_color_from_title = title:d_mazdakism } + title:d_d_mazdayasna_color = { set_color_from_title = title:d_mazdayasna } + title:d_d_meissen_color = { set_color_from_title = title:d_meissen } + title:d_d_merya_color = { set_color_from_title = title:d_merya } + title:d_d_meshchera_color = { set_color_from_title = title:d_meshchera } + title:d_d_mesopotamia_color = { set_color_from_title = title:d_mesopotamia } + title:d_d_miaphysite_color = { set_color_from_title = title:d_miaphysite } + title:d_d_mo_tribe_color = { set_color_from_title = title:d_mo_tribe } + title:d_d_moesia_superior_color = { set_color_from_title = title:d_moesia_superior } + title:d_d_moksha_color = { set_color_from_title = title:d_moksha } + title:d_d_monophysite_color = { set_color_from_title = title:d_monophysite } + title:d_d_montes_aregenses_color = { set_color_from_title = title:d_montes_aregenses } + title:d_d_moravia_color = { set_color_from_title = title:d_moravia } + title:d_d_mosania_color = { set_color_from_title = title:d_mosania } + title:d_d_mosylon_color = { set_color_from_title = title:d_mosylon } + title:d_d_mundus_color = { set_color_from_title = title:d_mundus } + title:d_d_murcia_color = { set_color_from_title = title:d_murcia } + title:d_d_muromians_color = { set_color_from_title = title:d_muromians } + title:d_d_murzuk_color = { set_color_from_title = title:d_murzuk } + title:d_d_muwalladi_color = { set_color_from_title = title:d_muwalladi } + title:d_d_najran_color = { set_color_from_title = title:d_najran } + title:d_d_narvik_tribe_color = { set_color_from_title = title:d_narvik_tribe } + title:d_d_nasa_color = { set_color_from_title = title:d_nasa } + title:d_d_navarra_color = { set_color_from_title = title:d_navarra } + title:d_d_nishapur_color = { set_color_from_title = title:d_nishapur } + title:d_d_nok_color = { set_color_from_title = title:d_nok } + title:d_d_nordgau_color = { set_color_from_title = title:d_nordgau } + title:d_d_nordmark_color = { set_color_from_title = title:d_nordmark } + title:d_d_norgyrwa_color = { set_color_from_title = title:d_norgyrwa } + title:d_d_normandy_color = { set_color_from_title = title:d_normandy } + title:d_d_noxgaga_color = { set_color_from_title = title:d_noxgaga } + title:d_d_nuristan_color = { set_color_from_title = title:d_nuristan } + title:d_d_ogurs_color = { set_color_from_title = title:d_ogurs } + title:d_d_opone_color = { set_color_from_title = title:d_opone } + title:d_d_opsikion_color = { set_color_from_title = title:d_opsikion } + title:d_d_optimatoi_color = { set_color_from_title = title:d_optimatoi } + title:d_d_orleans_color = { set_color_from_title = title:d_orleans } + title:d_d_orleans_alans_color = { set_color_from_title = title:d_orleans_alans } + title:d_d_osraige_color = { set_color_from_title = title:d_osraige } + title:d_d_osterreich_color = { set_color_from_title = title:d_osterreich } + title:d_d_ostmark_color = { set_color_from_title = title:d_ostmark } + title:d_d_oultrejourdain_color = { set_color_from_title = title:d_oultrejourdain } + title:d_d_oxford_color = { set_color_from_title = title:d_oxford } + title:d_d_palestine_color = { set_color_from_title = title:d_palestine } + title:d_d_palmyra_color = { set_color_from_title = title:d_palmyra } + title:d_d_papal_state_color = { set_color_from_title = title:d_papal_state } + title:d_d_patriarchate_in_the_east_color = { set_color_from_title = title:d_patriarchate_in_the_east } + title:d_d_paulician_color = { set_color_from_title = title:d_paulician } + title:d_d_philippopolis_color = { set_color_from_title = title:d_philippopolis } + title:d_d_piedmonte_color = { set_color_from_title = title:d_piedmonte } + title:d_d_pisa_color = { set_color_from_title = title:d_pisa } + title:d_d_platonic_academy_color = { set_color_from_title = title:d_platonic_academy } + title:d_d_pohjanmaa_tribe_color = { set_color_from_title = title:d_pohjanmaa_tribe } + title:d_d_poitou_color = { set_color_from_title = title:d_poitou } + title:d_d_pomerelia_color = { set_color_from_title = title:d_pomerelia } + title:d_d_pommerania_color = { set_color_from_title = title:d_pommerania } + title:d_d_porto_color = { set_color_from_title = title:d_porto } + title:d_d_powys_color = { set_color_from_title = title:d_powys } + title:d_d_priscillianism_color = { set_color_from_title = title:d_priscillianism } + title:d_d_pronsk_color = { set_color_from_title = title:d_pronsk } + title:d_d_provence_color = { set_color_from_title = title:d_provence } + title:d_d_prus_color = { set_color_from_title = title:d_prus } + title:d_d_quraysh_color = { set_color_from_title = title:d_quraysh } + title:d_d_rabbinism_color = { set_color_from_title = title:d_rabbinism } + title:d_d_raetia_curiensis_color = { set_color_from_title = title:d_raetia_curiensis } + title:d_d_ranii_color = { set_color_from_title = title:d_ranii } + title:d_d_rashka_color = { set_color_from_title = title:d_rashka } + title:d_d_raumarici_color = { set_color_from_title = title:d_raumarici } + title:d_d_regraga_color = { set_color_from_title = title:d_regraga } + title:d_d_reudigni_color = { set_color_from_title = title:d_reudigni } + title:d_d_revala_color = { set_color_from_title = title:d_revala } + title:d_d_rif_color = { set_color_from_title = title:d_rif } + title:d_d_ripuria_color = { set_color_from_title = title:d_ripuria } + title:d_d_romagna_color = { set_color_from_title = title:d_romagna } + title:d_d_roman_prefect_color = { set_color_from_title = title:d_roman_prefect } + title:d_d_saami_tribe_color = { set_color_from_title = title:d_saami_tribe } + title:d_d_saaremaa_color = { set_color_from_title = title:d_saaremaa } + title:d_d_sabirs_color = { set_color_from_title = title:d_sabirs } + title:d_d_sacromontisi_color = { set_color_from_title = title:d_sacromontisi } + title:d_d_sahara_color = { set_color_from_title = title:d_sahara } + title:d_d_saint_addai_color = { set_color_from_title = title:d_saint_addai } + title:d_d_saint_anthony_color = { set_color_from_title = title:d_saint_anthony } + title:d_d_sakala_color = { set_color_from_title = title:d_sakala } + title:d_d_salerno_color = { set_color_from_title = title:d_salerno } + title:d_d_salia_color = { set_color_from_title = title:d_salia } + title:d_d_salzburg_color = { set_color_from_title = title:d_salzburg } + title:d_d_samaritan_color = { set_color_from_title = title:d_samaritan } + title:d_d_samarkand_color = { set_color_from_title = title:d_samarkand } + title:d_d_samarra_color = { set_color_from_title = title:d_samarra } + title:d_d_sami_color = { set_color_from_title = title:d_sami } + title:d_d_sandomiersk_color = { set_color_from_title = title:d_sandomiersk } + title:d_d_saragurs_color = { set_color_from_title = title:d_saragurs } + title:d_d_sarapion_color = { set_color_from_title = title:d_sarapion } + title:d_d_savo_tribe_color = { set_color_from_title = title:d_savo_tribe } + title:d_d_savoie_color = { set_color_from_title = title:d_savoie } + title:d_d_sebasteia_color = { set_color_from_title = title:d_sebasteia } + title:d_d_selonians_color = { set_color_from_title = title:d_selonians } + title:d_d_senate_color = { set_color_from_title = title:d_senate } + title:d_d_setomaa_color = { set_color_from_title = title:d_setomaa } + title:d_d_sevilla_color = { set_color_from_title = title:d_sevilla } + title:d_d_shammar_color = { set_color_from_title = title:d_shammar } + title:d_d_shiite_color = { set_color_from_title = title:d_shiite } + title:d_d_shirvan_color = { set_color_from_title = title:d_shirvan } + title:d_d_sinai_color = { set_color_from_title = title:d_sinai } + title:d_d_sklaveni_color = { set_color_from_title = title:d_sklaveni } + title:d_d_sky_lords_color = { set_color_from_title = title:d_sky_lords } + title:d_d_slavonia_color = { set_color_from_title = title:d_slavonia } + title:d_d_slesvig_color = { set_color_from_title = title:d_slesvig } + title:d_d_somogy_color = { set_color_from_title = title:d_somogy } + title:d_d_sons_kaleva_color = { set_color_from_title = title:d_sons_kaleva } + title:d_d_sophanene_color = { set_color_from_title = title:d_sophanene } + title:d_d_sophene_color = { set_color_from_title = title:d_sophene } + title:d_d_spirit_guardians_color = { set_color_from_title = title:d_spirit_guardians } + title:d_d_spoleto_color = { set_color_from_title = title:d_spoleto } + title:d_d_steyermark_color = { set_color_from_title = title:d_steyermark } + title:d_d_strymon_color = { set_color_from_title = title:d_strymon } + title:d_d_suavi_color = { set_color_from_title = title:d_suavi } + title:d_d_sumparu_color = { set_color_from_title = title:d_sumparu } + title:d_d_sunni_color = { set_color_from_title = title:d_sunni } + title:d_d_sussex_color = { set_color_from_title = title:d_sussex } + title:d_d_suthgyrwa_color = { set_color_from_title = title:d_suthgyrwa } + title:d_d_suyab_color = { set_color_from_title = title:d_suyab } + title:d_d_swabia_color = { set_color_from_title = title:d_swabia } + title:d_d_swedes_color = { set_color_from_title = title:d_swedes } + title:d_d_swiss_color = { set_color_from_title = title:d_swiss } + title:d_d_syrmia_color = { set_color_from_title = title:d_syrmia } + title:d_d_syrte_color = { set_color_from_title = title:d_syrte } + title:d_d_tabae_color = { set_color_from_title = title:d_tabae } + title:d_d_taghlebi_color = { set_color_from_title = title:d_taghlebi } + title:d_d_tahert_color = { set_color_from_title = title:d_tahert } + title:d_d_tamim_color = { set_color_from_title = title:d_tamim } + title:d_d_tangiers_color = { set_color_from_title = title:d_tangiers } + title:d_d_tavast_tribe_color = { set_color_from_title = title:d_tavast_tribe } + title:d_d_tayk_color = { set_color_from_title = title:d_tayk } + title:d_d_tel_river_color = { set_color_from_title = title:d_tel_river } + title:d_d_temes_color = { set_color_from_title = title:d_temes } + title:d_d_teryukhan_color = { set_color_from_title = title:d_teryukhan } + title:d_d_teutonic_order_color = { set_color_from_title = title:d_teutonic_order } + title:d_d_thaqif_color = { set_color_from_title = title:d_thaqif } + title:d_d_thrace_color = { set_color_from_title = title:d_thrace } + title:d_d_thracesia_color = { set_color_from_title = title:d_thracesia } + title:d_d_thracian_goths_color = { set_color_from_title = title:d_thracian_goths } + title:d_d_thuringia_color = { set_color_from_title = title:d_thuringia } + title:d_d_tiele_color = { set_color_from_title = title:d_tiele } + title:d_d_tlemcen_color = { set_color_from_title = title:d_tlemcen } + title:d_d_toledo_color = { set_color_from_title = title:d_toledo } + title:d_d_toscana_color = { set_color_from_title = title:d_toscana } + title:d_d_transjurania_color = { set_color_from_title = title:d_transjurania } + title:d_d_transylvania_color = { set_color_from_title = title:d_transylvania } + title:d_d_tridentium_color = { set_color_from_title = title:d_tridentium } + title:d_d_triparvatha_color = { set_color_from_title = title:d_triparvatha } + title:d_d_triveria_color = { set_color_from_title = title:d_triveria } + title:d_d_trondelag_color = { set_color_from_title = title:d_trondelag } + title:d_d_tunis_color = { set_color_from_title = title:d_tunis } + title:d_d_turnovo_color = { set_color_from_title = title:d_turnovo } + title:d_d_udmurt_tribe_color = { set_color_from_title = title:d_udmurt_tribe } + title:d_d_ugandi_color = { set_color_from_title = title:d_ugandi } + title:d_d_upper_lorraine_color = { set_color_from_title = title:d_upper_lorraine } + title:d_d_urartuism_color = { set_color_from_title = title:d_urartuism } + title:d_d_urdunn_color = { set_color_from_title = title:d_urdunn } + title:d_d_utigurs_color = { set_color_from_title = title:d_utigurs } + title:d_d_utrecht_color = { set_color_from_title = title:d_utrecht } + title:d_d_uusimaa_tribe_color = { set_color_from_title = title:d_uusimaa_tribe } + title:d_d_valencia_color = { set_color_from_title = title:d_valencia } + title:d_d_valentinianism_color = { set_color_from_title = title:d_valentinianism } + title:d_d_valentois_alans_color = { set_color_from_title = title:d_valentois_alans } + title:d_d_valois_color = { set_color_from_title = title:d_valois } + title:d_d_venedi_color = { set_color_from_title = title:d_venedi } + title:d_d_venice_color = { set_color_from_title = title:d_venice } + title:d_d_verona_color = { set_color_from_title = title:d_verona } + title:d_d_vidin_color = { set_color_from_title = title:d_vidin } + title:d_d_vidivaria_color = { set_color_from_title = title:d_vidivaria } + title:d_d_viraja_color = { set_color_from_title = title:d_viraja } + title:d_d_virumaa_color = { set_color_from_title = title:d_virumaa } + title:d_d_viscaya_color = { set_color_from_title = title:d_viscaya } + title:d_d_visegrad_color = { set_color_from_title = title:d_visegrad } + title:d_d_vologda_tribe_color = { set_color_from_title = title:d_vologda_tribe } + title:d_d_votians_color = { set_color_from_title = title:d_votians } + title:d_d_wabar_color = { set_color_from_title = title:d_wabar } + title:d_d_warini_color = { set_color_from_title = title:d_warini } + title:d_d_warriors_perun_color = { set_color_from_title = title:d_warriors_perun } + title:d_d_wasit_color = { set_color_from_title = title:d_wasit } + title:d_d_west_franconia_color = { set_color_from_title = title:d_west_franconia } + title:d_d_west_galindians_color = { set_color_from_title = title:d_west_galindians } + title:d_d_wielkopolska_color = { set_color_from_title = title:d_wielkopolska } + title:d_d_yathrib_color = { set_color_from_title = title:d_yathrib } + title:d_d_yazd_color = { set_color_from_title = title:d_yazd } + title:d_d_yotvingians_color = { set_color_from_title = title:d_yotvingians } + title:d_d_yungdrung_bon_color = { set_color_from_title = title:d_yungdrung_bon } + title:d_d_zab_color = { set_color_from_title = title:d_zab } + title:d_d_zaghawa_color = { set_color_from_title = title:d_zaghawa } + title:d_d_zaragoza_color = { set_color_from_title = title:d_zaragoza } + title:d_d_zealots_color = { set_color_from_title = title:d_zealots } + title:d_d_zemigalians_color = { set_color_from_title = title:d_zemigalians } + title:d_d_zinder_color = { set_color_from_title = title:d_zinder } + title:d_d_znaga_color = { set_color_from_title = title:d_znaga } + title:d_d_zun_warriors_color = { set_color_from_title = title:d_zun_warriors } + #Counties + title:d_c_aachen_color = { set_color_from_title = title:c_aachen } + title:d_c_aalborg_color = { set_color_from_title = title:c_aalborg } + title:d_c_aarhus_color = { set_color_from_title = title:c_aarhus } + title:d_c_abakan_color = { set_color_from_title = title:c_abakan } + title:d_c_abauj_color = { set_color_from_title = title:c_abauj } + title:d_c_abbadan_color = { set_color_from_title = title:c_abbadan } + title:d_c_abivard_color = { set_color_from_title = title:c_abivard } + title:d_c_abkhazia_color = { set_color_from_title = title:c_abkhazia } + title:d_c_ablastha_color = { set_color_from_title = title:c_ablastha } + title:d_c_abomey_color = { set_color_from_title = title:c_abomey } + title:d_c_abruzzi_color = { set_color_from_title = title:c_abruzzi } + title:d_c_abu_hammad_color = { set_color_from_title = title:c_abu_hammad } + title:d_c_abwab_color = { set_color_from_title = title:c_abwab } + title:d_c_abydos_color = { set_color_from_title = title:c_abydos } + title:d_c_acalapura_color = { set_color_from_title = title:c_acalapura } + title:d_c_acampse_color = { set_color_from_title = title:c_acampse } + title:d_c_achaia_color = { set_color_from_title = title:c_achaia } + title:d_c_acre_color = { set_color_from_title = title:c_acre } + title:d_c_adanse_color = { set_color_from_title = title:c_adanse } + title:d_c_adoni_color = { set_color_from_title = title:c_adoni } + title:d_c_adrianopolis_color = { set_color_from_title = title:c_adrianopolis } + title:d_c_aeolis_color = { set_color_from_title = title:c_aeolis } + title:d_c_aetolia_color = { set_color_from_title = title:c_aetolia } + title:d_c_afar_color = { set_color_from_title = title:c_afar } + title:d_c_afram_color = { set_color_from_title = title:c_afram } + title:d_c_agadir_color = { set_color_from_title = title:c_agadir } + title:d_c_agairik_color = { set_color_from_title = title:c_agairik } + title:d_c_agaw_meder_color = { set_color_from_title = title:c_agaw_meder } + title:d_c_agdeside_color = { set_color_from_title = title:c_agdeside } + title:d_c_agenais_color = { set_color_from_title = title:c_agenais } + title:d_c_agrigento_color = { set_color_from_title = title:c_agrigento } + title:d_c_ahqaf_color = { set_color_from_title = title:c_ahqaf } + title:d_c_ahvaz_color = { set_color_from_title = title:c_ahvaz } + title:d_c_ailech_color = { set_color_from_title = title:c_ailech } + title:d_c_ain_galakka_color = { set_color_from_title = title:c_ain_galakka } + title:d_c_aintab_color = { set_color_from_title = title:c_aintab } + title:d_c_air_color = { set_color_from_title = title:c_air } + title:d_c_ajaccio_color = { set_color_from_title = title:c_ajaccio } + title:d_c_ajayameru_color = { set_color_from_title = title:c_ajayameru } + title:d_c_ak-dzulpas_color = { set_color_from_title = title:c_ak-dzulpas } + title:d_c_akhadid_color = { set_color_from_title = title:c_akhadid } + title:d_c_akkel_color = { set_color_from_title = title:c_akkel } + title:d_c_akkityk_color = { set_color_from_title = title:c_akkityk } + title:d_c_aksay_color = { set_color_from_title = title:c_aksay } + title:d_c_aksu_color = { set_color_from_title = title:c_aksu } + title:d_c_aksuyek_color = { set_color_from_title = title:c_aksuyek } + title:d_c_al-arid_color = { set_color_from_title = title:c_al-arid } + title:d_c_al-asa_color = { set_color_from_title = title:c_al-asa } + title:d_c_al-buhaira_color = { set_color_from_title = title:c_al-buhaira } + title:d_c_al-gharbiya_color = { set_color_from_title = title:c_al-gharbiya } + title:d_c_al-haditha_color = { set_color_from_title = title:c_al-haditha } + title:d_c_al-hasa_color = { set_color_from_title = title:c_al-hasa } + title:d_c_al_aqabah_color = { set_color_from_title = title:c_al_aqabah } + title:d_c_al_jawf_color = { set_color_from_title = title:c_al_jawf } + title:d_c_aland_color = { set_color_from_title = title:c_aland } + title:d_c_alarcon_color = { set_color_from_title = title:c_alarcon } + title:d_c_albarracin_color = { set_color_from_title = title:c_albarracin } + title:d_c_albi_color = { set_color_from_title = title:c_albi } + title:d_c_albret_color = { set_color_from_title = title:c_albret } + title:d_c_alcacer_do_sal_color = { set_color_from_title = title:c_alcacer_do_sal } + title:d_c_alcaniz_color = { set_color_from_title = title:c_alcaniz } + title:d_c_alcaraz_color = { set_color_from_title = title:c_alcaraz } + title:d_c_alencon_color = { set_color_from_title = title:c_alencon } + title:d_c_aleppo_color = { set_color_from_title = title:c_aleppo } + title:d_c_alexandretta_color = { set_color_from_title = title:c_alexandretta } + title:d_c_alexandria_color = { set_color_from_title = title:c_alexandria } + title:d_c_aley_color = { set_color_from_title = title:c_aley } + title:d_c_algeciras_color = { set_color_from_title = title:c_algeciras } + title:d_c_algier_color = { set_color_from_title = title:c_algier } + title:d_c_alicante_color = { set_color_from_title = title:c_alicante } + title:d_c_allai_color = { set_color_from_title = title:c_allai } + title:d_c_allaqi_color = { set_color_from_title = title:c_allaqi } + title:d_c_allenstein_color = { set_color_from_title = title:c_allenstein } + title:d_c_almader_color = { set_color_from_title = title:c_almader } + title:d_c_almaty_color = { set_color_from_title = title:c_almaty } + title:d_c_almeria_color = { set_color_from_title = title:c_almeria } + title:d_c_alodia_color = { set_color_from_title = title:c_alodia } + title:d_c_along_color = { set_color_from_title = title:c_along } + title:d_c_alpsee_color = { set_color_from_title = title:c_alpsee } + title:d_c_altay_color = { set_color_from_title = title:c_altay } + title:d_c_alto_aragon_color = { set_color_from_title = title:c_alto_aragon } + title:d_c_aluksne_color = { set_color_from_title = title:c_aluksne } + title:d_c_alupa_color = { set_color_from_title = title:c_alupa } + title:d_c_alxa_color = { set_color_from_title = title:c_alxa } + title:d_c_amatlus_color = { set_color_from_title = title:c_amatlus } + title:d_c_amaya_color = { set_color_from_title = title:c_amaya } + title:d_c_amdo_color = { set_color_from_title = title:c_amdo } + title:d_c_amhara_color = { set_color_from_title = title:c_amhara } + title:d_c_amida_color = { set_color_from_title = title:c_amida } + title:d_c_amiens_color = { set_color_from_title = title:c_amiens } + title:d_c_amol_color = { set_color_from_title = title:c_amol } + title:d_c_amstetten_color = { set_color_from_title = title:c_amstetten } + title:d_c_anbar_color = { set_color_from_title = title:c_anbar } + title:d_c_ancona_color = { set_color_from_title = title:c_ancona } + title:d_c_andujar_color = { set_color_from_title = title:c_andujar } + title:d_c_angerburg_color = { set_color_from_title = title:c_angerburg } + title:d_c_angermanland_color = { set_color_from_title = title:c_angermanland } + title:d_c_anglesey_color = { set_color_from_title = title:c_anglesey } + title:d_c_angot_color = { set_color_from_title = title:c_angot } + title:d_c_angouleme_color = { set_color_from_title = title:c_angouleme } + title:d_c_angus_color = { set_color_from_title = title:c_angus } + title:d_c_anja_color = { set_color_from_title = title:c_anja } + title:d_c_anjou_color = { set_color_from_title = title:c_anjou } + title:d_c_annaba_color = { set_color_from_title = title:c_annaba } + title:d_c_annandale_color = { set_color_from_title = title:c_annandale } + title:d_c_ansbach_color = { set_color_from_title = title:c_ansbach } + title:d_c_ansongo_color = { set_color_from_title = title:c_ansongo } + title:d_c_antiocheia_color = { set_color_from_title = title:c_antiocheia } + title:d_c_antipatreia_color = { set_color_from_title = title:c_antipatreia } + title:d_c_antwerpen_color = { set_color_from_title = title:c_antwerpen } + title:d_c_aosta_color = { set_color_from_title = title:c_aosta } + title:d_c_aowin_color = { set_color_from_title = title:c_aowin } + title:d_c_apahunik_color = { set_color_from_title = title:c_apahunik } + title:d_c_apulia_color = { set_color_from_title = title:c_apulia } + title:d_c_aqenganggyai_color = { set_color_from_title = title:c_aqenganggyai } + title:d_c_aqiq_color = { set_color_from_title = title:c_aqiq } + title:d_c_aqtobe_color = { set_color_from_title = title:c_aqtobe } + title:d_c_aquileia_color = { set_color_from_title = title:c_aquileia } + title:d_c_aquincum_color = { set_color_from_title = title:c_aquincum } + title:d_c_arad_color = { set_color_from_title = title:c_arad } + title:d_c_aral_karakum_color = { set_color_from_title = title:c_aral_karakum } + title:d_c_aralkizil_color = { set_color_from_title = title:c_aralkizil } + title:d_c_aran_color = { set_color_from_title = title:c_aran } + title:d_c_arawan_color = { set_color_from_title = title:c_arawan } + title:d_c_arbanon_color = { set_color_from_title = title:c_arbanon } + title:d_c_arborea_color = { set_color_from_title = title:c_arborea } + title:d_c_ardabil_color = { set_color_from_title = title:c_ardabil } + title:d_c_ardestan_color = { set_color_from_title = title:c_ardestan } + title:d_c_arezzo_color = { set_color_from_title = title:c_arezzo } + title:d_c_argyll_color = { set_color_from_title = title:c_argyll } + title:d_c_arigh_color = { set_color_from_title = title:c_arigh } + title:d_c_ariksar_color = { set_color_from_title = title:c_ariksar } + title:d_c_arkat_color = { set_color_from_title = title:c_arkat } + title:d_c_armagnac_color = { set_color_from_title = title:c_armagnac } + title:d_c_arnhem_color = { set_color_from_title = title:c_arnhem } + title:d_c_arnsberg_color = { set_color_from_title = title:c_arnsberg } + title:d_c_aror_color = { set_color_from_title = title:c_aror } + title:d_c_arrajan_color = { set_color_from_title = title:c_arrajan } + title:d_c_arusi_color = { set_color_from_title = title:c_arusi } + title:d_c_arzhan_color = { set_color_from_title = title:c_arzhan } + title:d_c_asfi_color = { set_color_from_title = title:c_asfi } + title:d_c_ashir_color = { set_color_from_title = title:c_ashir } + title:d_c_ashli_color = { set_color_from_title = title:c_ashli } + title:d_c_ashmaka_color = { set_color_from_title = title:c_ashmaka } + title:d_c_asir_color = { set_color_from_title = title:c_asir } + title:d_c_asirgarh_color = { set_color_from_title = title:c_asirgarh } + title:d_c_asni_color = { set_color_from_title = title:c_asni } + title:d_c_aso_color = { set_color_from_title = title:c_aso } + title:d_c_astana_color = { set_color_from_title = title:c_astana } + title:d_c_astore_color = { set_color_from_title = title:c_astore } + title:d_c_astorga_color = { set_color_from_title = title:c_astorga } + title:d_c_astrakhan_color = { set_color_from_title = title:c_astrakhan } + title:d_c_asturias_de_oviedo_color = { set_color_from_title = title:c_asturias_de_oviedo } + title:d_c_asturias_de_santillana_color = { set_color_from_title = title:c_asturias_de_santillana } + title:d_c_aswan_color = { set_color_from_title = title:c_aswan } + title:d_c_asyut_color = { set_color_from_title = title:c_asyut } + title:d_c_atamansku_color = { set_color_from_title = title:c_atamansku } + title:d_c_atbara_color = { set_color_from_title = title:c_atbara } + title:d_c_atbasar_color = { set_color_from_title = title:c_atbasar } + title:d_c_athlone_color = { set_color_from_title = title:c_athlone } + title:d_c_atholl_color = { set_color_from_title = title:c_atholl } + title:d_c_atkarsk_color = { set_color_from_title = title:c_atkarsk } + title:d_c_attica_color = { set_color_from_title = title:c_attica } + title:d_c_attie_color = { set_color_from_title = title:c_attie } + title:d_c_atyrau_color = { set_color_from_title = title:c_atyrau } + title:d_c_augsburg_color = { set_color_from_title = title:c_augsburg } + title:d_c_aunis_color = { set_color_from_title = title:c_aunis } + title:d_c_austisland_color = { set_color_from_title = title:c_austisland } + title:d_c_auvergne_color = { set_color_from_title = title:c_auvergne } + title:d_c_auxerre_color = { set_color_from_title = title:c_auxerre } + title:d_c_ava_color = { set_color_from_title = title:c_ava } + title:d_c_avalois_color = { set_color_from_title = title:c_avalois } + title:d_c_aveiro_color = { set_color_from_title = title:c_aveiro } + title:d_c_avila_color = { set_color_from_title = title:c_avila } + title:d_c_aviovara_color = { set_color_from_title = title:c_aviovara } + title:d_c_avlonas_color = { set_color_from_title = title:c_avlonas } + title:d_c_avranches_color = { set_color_from_title = title:c_avranches } + title:d_c_awjila_color = { set_color_from_title = title:c_awjila } + title:d_c_awkar_color = { set_color_from_title = title:c_awkar } + title:d_c_awssa_color = { set_color_from_title = title:c_awssa } + title:d_c_aydhab_color = { set_color_from_title = title:c_aydhab } + title:d_c_ayn_farah_color = { set_color_from_title = title:c_ayn_farah } + title:d_c_ayodhya_color = { set_color_from_title = title:c_ayodhya } + title:d_c_ayrarat_color = { set_color_from_title = title:c_ayrarat } + title:d_c_ayrshire_color = { set_color_from_title = title:c_ayrshire } + title:d_c_aytos_color = { set_color_from_title = title:c_aytos } + title:d_c_az-dhahira_color = { set_color_from_title = title:c_az-dhahira } + title:d_c_azas_color = { set_color_from_title = title:c_azas } + title:d_c_azov_color = { set_color_from_title = title:c_azov } + title:d_c_azukki_color = { set_color_from_title = title:c_azukki } + title:d_c_azysia_color = { set_color_from_title = title:c_azysia } + title:d_c_baalbek_color = { set_color_from_title = title:c_baalbek } + title:d_c_babruysk_color = { set_color_from_title = title:c_babruysk } + title:d_c_bacs_color = { set_color_from_title = title:c_bacs } + title:d_c_badajoz_color = { set_color_from_title = title:c_badajoz } + title:d_c_badakhshan_color = { set_color_from_title = title:c_badakhshan } + title:d_c_badaraya_color = { set_color_from_title = title:c_badaraya } + title:d_c_baden_color = { set_color_from_title = title:c_baden } + title:d_c_badghis_color = { set_color_from_title = title:c_badghis } + title:d_c_badi_color = { set_color_from_title = title:c_badi } + title:d_c_badis_color = { set_color_from_title = title:c_badis } + title:d_c_baduspan_color = { set_color_from_title = title:c_baduspan } + title:d_c_baghdad_color = { set_color_from_title = title:c_baghdad } + title:d_c_bagrewand_color = { set_color_from_title = title:c_bagrewand } + title:d_c_baguirmi_color = { set_color_from_title = title:c_baguirmi } + title:d_c_bahnasa_color = { set_color_from_title = title:c_bahnasa } + title:d_c_bahriya_color = { set_color_from_title = title:c_bahriya } + title:d_c_baibalik_color = { set_color_from_title = title:c_baibalik } + title:d_c_baigaluuls_color = { set_color_from_title = title:c_baigaluuls } + title:d_c_baihaq_color = { set_color_from_title = title:c_baihaq } + title:d_c_bailaqan_color = { set_color_from_title = title:c_bailaqan } + title:d_c_baima_color = { set_color_from_title = title:c_baima } + title:d_c_baingoin_color = { set_color_from_title = title:c_baingoin } + title:d_c_baisary_color = { set_color_from_title = title:c_baisary } + title:d_c_baiyin_color = { set_color_from_title = title:c_baiyin } + title:d_c_bajura_color = { set_color_from_title = title:c_bajura } + title:d_c_bakharz_color = { set_color_from_title = title:c_bakharz } + title:d_c_bakhmut_color = { set_color_from_title = title:c_bakhmut } + title:d_c_bakriya_color = { set_color_from_title = title:c_bakriya } + title:d_c_balachev_color = { set_color_from_title = title:c_balachev } + title:d_c_balashagun_color = { set_color_from_title = title:c_balashagun } + title:d_c_balgun_color = { set_color_from_title = title:c_balgun } + title:d_c_bali_color = { set_color_from_title = title:c_bali } + title:d_c_balkh_color = { set_color_from_title = title:c_balkh } + title:d_c_balkonda_color = { set_color_from_title = title:c_balkonda } + title:d_c_balqa_color = { set_color_from_title = title:c_balqa } + title:d_c_bam_color = { set_color_from_title = title:c_bam } + title:d_c_bamberg_color = { set_color_from_title = title:c_bamberg } + title:d_c_bambuk_color = { set_color_from_title = title:c_bambuk } + title:d_c_bamian_color = { set_color_from_title = title:c_bamian } + title:d_c_bampur_color = { set_color_from_title = title:c_bampur } + title:d_c_banavasi_color = { set_color_from_title = title:c_banavasi } + title:d_c_banbar_color = { set_color_from_title = title:c_banbar } + title:d_c_bandhugadha_color = { set_color_from_title = title:c_bandhugadha } + title:d_c_bandiagara_color = { set_color_from_title = title:c_bandiagara } + title:d_c_bangaon_color = { set_color_from_title = title:c_bangaon } + title:d_c_bannu_color = { set_color_from_title = title:c_bannu } + title:d_c_banre_color = { set_color_from_title = title:c_banre } + title:d_c_baol_color = { set_color_from_title = title:c_baol } + title:d_c_baqen_color = { set_color_from_title = title:c_baqen } + title:d_c_baqlin_color = { set_color_from_title = title:c_baqlin } + title:d_c_bar_color = { set_color_from_title = title:c_bar } + title:d_c_baranya_color = { set_color_from_title = title:c_baranya } + title:d_c_barasuru_color = { set_color_from_title = title:c_barasuru } + title:d_c_barbacadle_color = { set_color_from_title = title:c_barbacadle } + title:d_c_barcasag_color = { set_color_from_title = title:c_barcasag } + title:d_c_barcelona_color = { set_color_from_title = title:c_barcelona } + title:d_c_bardak_color = { set_color_from_title = title:c_bardak } + title:d_c_bargajan_color = { set_color_from_title = title:c_bargajan } + title:d_c_bari_color = { set_color_from_title = title:c_bari } + title:d_c_barkam_color = { set_color_from_title = title:c_barkam } + title:d_c_barkul_color = { set_color_from_title = title:c_barkul } + title:d_c_barlad_color = { set_color_from_title = title:c_barlad } + title:d_c_barma_color = { set_color_from_title = title:c_barma } + title:d_c_barnaul_color = { set_color_from_title = title:c_barnaul } + title:d_c_barqa_color = { set_color_from_title = title:c_barqa } + title:d_c_bars_color = { set_color_from_title = title:c_bars } + title:d_c_barsuki_color = { set_color_from_title = title:c_barsuki } + title:d_c_bartenstein_color = { set_color_from_title = title:c_bartenstein } + title:d_c_basagha_color = { set_color_from_title = title:c_basagha } + title:d_c_basra_color = { set_color_from_title = title:c_basra } + title:d_c_bassa_color = { set_color_from_title = title:c_bassa } + title:d_c_bastia_color = { set_color_from_title = title:c_bastia } + title:d_c_batang_color = { set_color_from_title = title:c_batang } + title:d_c_batiha_color = { set_color_from_title = title:c_batiha } + title:d_c_batina_color = { set_color_from_title = title:c_batina } + title:d_c_batn_al-hajar_color = { set_color_from_title = title:c_batn_al-hajar } + title:d_c_batticaloa_color = { set_color_from_title = title:c_batticaloa } + title:d_c_bauchi_color = { set_color_from_title = title:c_bauchi } + title:d_c_baxoi_color = { set_color_from_title = title:c_baxoi } + title:d_c_baydhabo_color = { set_color_from_title = title:c_baydhabo } + title:d_c_bayeux_color = { set_color_from_title = title:c_bayeux } + title:d_c_bazin_color = { set_color_from_title = title:c_bazin } + title:d_c_bearn_color = { set_color_from_title = title:c_bearn } + title:d_c_beaumont_color = { set_color_from_title = title:c_beaumont } + title:d_c_bedford_color = { set_color_from_title = title:c_bedford } + title:d_c_begemder_color = { set_color_from_title = title:c_begemder } + title:d_c_begho_color = { set_color_from_title = title:c_begho } + title:d_c_behabad_color = { set_color_from_title = title:c_behabad } + title:d_c_beirut_color = { set_color_from_title = title:c_beirut } + title:d_c_beja_color = { set_color_from_title = title:c_beja } + title:d_c_bejaia_color = { set_color_from_title = title:c_bejaia } + title:d_c_bekes_color = { set_color_from_title = title:c_bekes } + title:d_c_beksima_color = { set_color_from_title = title:c_beksima } + title:d_c_belebey_color = { set_color_from_title = title:c_belebey } + title:d_c_bellac_color = { set_color_from_title = title:c_bellac } + title:d_c_belogorje_color = { set_color_from_title = title:c_belogorje } + title:d_c_beloozero_color = { set_color_from_title = title:c_beloozero } + title:d_c_belz_color = { set_color_from_title = title:c_belz } + title:d_c_bena_color = { set_color_from_title = title:c_bena } + title:d_c_benavente_color = { set_color_from_title = title:c_benavente } + title:d_c_benevento_color = { set_color_from_title = title:c_benevento } + title:d_c_benin_color = { set_color_from_title = title:c_benin } + title:d_c_beograd_color = { set_color_from_title = title:c_beograd } + title:d_c_berbera_color = { set_color_from_title = title:c_berbera } + title:d_c_berchtesgaden_color = { set_color_from_title = title:c_berchtesgaden } + title:d_c_bereg_color = { set_color_from_title = title:c_bereg } + title:d_c_berent_color = { set_color_from_title = title:c_berent } + title:d_c_berestye_color = { set_color_from_title = title:c_berestye } + title:d_c_bergh_color = { set_color_from_title = title:c_bergh } + title:d_c_berkshire_color = { set_color_from_title = title:c_berkshire } + title:d_c_berlin_color = { set_color_from_title = title:c_berlin } + title:d_c_bern_color = { set_color_from_title = title:c_bern } + title:d_c_beroe_color = { set_color_from_title = title:c_beroe } + title:d_c_berry_color = { set_color_from_title = title:c_berry } + title:d_c_berta_color = { set_color_from_title = title:c_berta } + title:d_c_besancon_color = { set_color_from_title = title:c_besancon } + title:d_c_beshbalik_color = { set_color_from_title = title:c_beshbalik } + title:d_c_beszterce_color = { set_color_from_title = title:c_beszterce } + title:d_c_bethen_color = { set_color_from_title = title:c_bethen } + title:d_c_betpa_color = { set_color_from_title = title:c_betpa } + title:d_c_bezichi_color = { set_color_from_title = title:c_bezichi } + title:d_c_beziers_color = { set_color_from_title = title:c_beziers } + title:d_c_bhakkar_color = { set_color_from_title = title:c_bhakkar } + title:d_c_bhaktapur_color = { set_color_from_title = title:c_bhaktapur } + title:d_c_bhera_color = { set_color_from_title = title:c_bhera } + title:d_c_bhumilka_color = { set_color_from_title = title:c_bhumilka } + title:d_c_bigorre_color = { set_color_from_title = title:c_bigorre } + title:d_c_bihar_color = { set_color_from_title = title:c_bihar } + title:d_c_biia_color = { set_color_from_title = title:c_biia } + title:d_c_bikrampur_color = { set_color_from_title = title:c_bikrampur } + title:d_c_bilizma_color = { set_color_from_title = title:c_bilizma } + title:d_c_bilma_color = { set_color_from_title = title:c_bilma } + title:d_c_bindugu_color = { set_color_from_title = title:c_bindugu } + title:d_c_bir_amir_color = { set_color_from_title = title:c_bir_amir } + title:d_c_bisha_color = { set_color_from_title = title:c_bisha } + title:d_c_biskra_color = { set_color_from_title = title:c_biskra } + title:d_c_bithynia_color = { set_color_from_title = title:c_bithynia } + title:d_c_biton_color = { set_color_from_title = title:c_biton } + title:d_c_biun_color = { set_color_from_title = title:c_biun } + title:d_c_blankenburg_color = { set_color_from_title = title:c_blankenburg } + title:d_c_blekinge_color = { set_color_from_title = title:c_blekinge } + title:d_c_blois_color = { set_color_from_title = title:c_blois } + title:d_c_bodele_color = { set_color_from_title = title:c_bodele } + title:d_c_bodrog_color = { set_color_from_title = title:c_bodrog } + title:d_c_boeotia_color = { set_color_from_title = title:c_boeotia } + title:d_c_boleslav_color = { set_color_from_title = title:c_boleslav } + title:d_c_bolghar_color = { set_color_from_title = title:c_bolghar } + title:d_c_bologna_color = { set_color_from_title = title:c_bologna } + title:d_c_bombogor_color = { set_color_from_title = title:c_bombogor } + title:d_c_bome_color = { set_color_from_title = title:c_bome } + title:d_c_bonduku_color = { set_color_from_title = title:c_bonduku } + title:d_c_bono_color = { set_color_from_title = title:c_bono } + title:d_c_bonoso_color = { set_color_from_title = title:c_bonoso } + title:d_c_bordeaux_color = { set_color_from_title = title:c_bordeaux } + title:d_c_bornholm_color = { set_color_from_title = title:c_bornholm } + title:d_c_bornu_color = { set_color_from_title = title:c_bornu } + title:d_c_boro_burgasu_color = { set_color_from_title = title:c_boro_burgasu } + title:d_c_boron_color = { set_color_from_title = title:c_boron } + title:d_c_borsod_color = { set_color_from_title = title:c_borsod } + title:d_c_bost_color = { set_color_from_title = title:c_bost } + title:d_c_bothin_color = { set_color_from_title = title:c_bothin } + title:d_c_boubo_color = { set_color_from_title = title:c_boubo } + title:d_c_bouillon_color = { set_color_from_title = title:c_bouillon } + title:d_c_boulogne_color = { set_color_from_title = title:c_boulogne } + title:d_c_bourbon_color = { set_color_from_title = title:c_bourbon } + title:d_c_brabant_color = { set_color_from_title = title:c_brabant } + title:d_c_braganza_color = { set_color_from_title = title:c_braganza } + title:d_c_braila_color = { set_color_from_title = title:c_braila } + title:d_c_brandenburg_color = { set_color_from_title = title:c_brandenburg } + title:d_c_branicevo_color = { set_color_from_title = title:c_branicevo } + title:d_c_braslau_color = { set_color_from_title = title:c_braslau } + title:d_c_bratsk_color = { set_color_from_title = title:c_bratsk } + title:d_c_brecknockshire_color = { set_color_from_title = title:c_brecknockshire } + title:d_c_breifne_color = { set_color_from_title = title:c_breifne } + title:d_c_breisgau_color = { set_color_from_title = title:c_breisgau } + title:d_c_bremen_color = { set_color_from_title = title:c_bremen } + title:d_c_brene_color = { set_color_from_title = title:c_brene } + title:d_c_brescia_color = { set_color_from_title = title:c_brescia } + title:d_c_breslau_color = { set_color_from_title = title:c_breslau } + title:d_c_bresse_color = { set_color_from_title = title:c_bresse } + title:d_c_brie_francaise_color = { set_color_from_title = title:c_brie_francaise } + title:d_c_briey_color = { set_color_from_title = title:c_briey } + title:d_c_brixen_color = { set_color_from_title = title:c_brixen } + title:d_c_brno_color = { set_color_from_title = title:c_brno } + title:d_c_brugge_color = { set_color_from_title = title:c_brugge } + title:d_c_brunswick_color = { set_color_from_title = title:c_brunswick } + title:d_c_brysis_color = { set_color_from_title = title:c_brysis } + title:d_c_brzeg_color = { set_color_from_title = title:c_brzeg } + title:d_c_buchan_color = { set_color_from_title = title:c_buchan } + title:d_c_buckinghamshire_color = { set_color_from_title = title:c_buckinghamshire } + title:d_c_bucuresti_color = { set_color_from_title = title:c_bucuresti } + title:d_c_bugurslan_color = { set_color_from_title = title:c_bugurslan } + title:d_c_bukhara_color = { set_color_from_title = title:c_bukhara } + title:d_c_bumthang_color = { set_color_from_title = title:c_bumthang } + title:d_c_bundu_color = { set_color_from_title = title:c_bundu } + title:d_c_bur_color = { set_color_from_title = title:c_bur } + title:d_c_bura_color = { set_color_from_title = title:c_bura } + title:d_c_bure_color = { set_color_from_title = title:c_bure } + title:d_c_burgas_color = { set_color_from_title = title:c_burgas } + title:d_c_burgau_color = { set_color_from_title = title:c_burgau } + title:d_c_burgos_color = { set_color_from_title = title:c_burgos } + title:d_c_burhanpur_color = { set_color_from_title = title:c_burhanpur } + title:d_c_burji_color = { set_color_from_title = title:c_burji } + title:d_c_burugu_aallar_color = { set_color_from_title = title:c_burugu_aallar } + title:d_c_busaso_color = { set_color_from_title = title:c_busaso } + title:d_c_bussa_color = { set_color_from_title = title:c_bussa } + title:d_c_buthrotum_color = { set_color_from_title = title:c_buthrotum } + title:d_c_buzau_color = { set_color_from_title = title:c_buzau } + title:d_c_byzantion_color = { set_color_from_title = title:c_byzantion } + title:d_c_cabardinia_color = { set_color_from_title = title:c_cabardinia } + title:d_c_cabra_color = { set_color_from_title = title:c_cabra } + title:d_c_caceres_color = { set_color_from_title = title:c_caceres } + title:d_c_cadiz_color = { set_color_from_title = title:c_cadiz } + title:d_c_caernarfonshire_color = { set_color_from_title = title:c_caernarfonshire } + title:d_c_cagliari_color = { set_color_from_title = title:c_cagliari } + title:d_c_cairo_color = { set_color_from_title = title:c_cairo } + title:d_c_caithness_color = { set_color_from_title = title:c_caithness } + title:d_c_cakrakuta_color = { set_color_from_title = title:c_cakrakuta } + title:d_c_calafat_color = { set_color_from_title = title:c_calafat } + title:d_c_calarasi_color = { set_color_from_title = title:c_calarasi } + title:d_c_calatayud_color = { set_color_from_title = title:c_calatayud } + title:d_c_calatrava_color = { set_color_from_title = title:c_calatrava } + title:d_c_camarda_color = { set_color_from_title = title:c_camarda } + title:d_c_cambray_color = { set_color_from_title = title:c_cambray } + title:d_c_cambridgeshire_color = { set_color_from_title = title:c_cambridgeshire } + title:d_c_cammin_color = { set_color_from_title = title:c_cammin } + title:d_c_campulung_color = { set_color_from_title = title:c_campulung } + title:d_c_canarias_color = { set_color_from_title = title:c_canarias } + title:d_c_canavese_color = { set_color_from_title = title:c_canavese } + title:d_c_canda_color = { set_color_from_title = title:c_canda } + title:d_c_candhoba_color = { set_color_from_title = title:c_candhoba } + title:d_c_candradvipa_color = { set_color_from_title = title:c_candradvipa } + title:d_c_cappadocia_color = { set_color_from_title = title:c_cappadocia } + title:d_c_capua_color = { set_color_from_title = title:c_capua } + title:d_c_carcassonne_color = { set_color_from_title = title:c_carcassonne } + title:d_c_cardiganshire_color = { set_color_from_title = title:c_cardiganshire } + title:d_c_caria_color = { set_color_from_title = title:c_caria } + title:d_c_carmarthenshire_color = { set_color_from_title = title:c_carmarthenshire } + title:d_c_carrick_color = { set_color_from_title = title:c_carrick } + title:d_c_casentino_color = { set_color_from_title = title:c_casentino } + title:d_c_caslav_color = { set_color_from_title = title:c_caslav } + title:d_c_castellon_color = { set_color_from_title = title:c_castellon } + title:d_c_castelo_branco_color = { set_color_from_title = title:c_castelo_branco } + title:d_c_caze_color = { set_color_from_title = title:c_caze } + title:d_c_cephalonia_color = { set_color_from_title = title:c_cephalonia } + title:d_c_cerasus_color = { set_color_from_title = title:c_cerasus } + title:d_c_cetatea_alba_color = { set_color_from_title = title:c_cetatea_alba } + title:d_c_cetina_color = { set_color_from_title = title:c_cetina } + title:d_c_ceuta_color = { set_color_from_title = title:c_ceuta } + title:d_c_chadrinsk_color = { set_color_from_title = title:c_chadrinsk } + title:d_c_chagdy_aallar_color = { set_color_from_title = title:c_chagdy_aallar } + title:d_c_chaghaniyan_color = { set_color_from_title = title:c_chaghaniyan } + title:d_c_chah_color = { set_color_from_title = title:c_chah } + title:d_c_chakla_color = { set_color_from_title = title:c_chakla } + title:d_c_chalkidike_color = { set_color_from_title = title:c_chalkidike } + title:d_c_chalon_color = { set_color_from_title = title:c_chalon } + title:d_c_chalons_color = { set_color_from_title = title:c_chalons } + title:d_c_chamil_color = { set_color_from_title = title:c_chamil } + title:d_c_chandax_color = { set_color_from_title = title:c_chandax } + title:d_c_chanderi_color = { set_color_from_title = title:c_chanderi } + title:d_c_changma_color = { set_color_from_title = title:c_changma } + title:d_c_chania_color = { set_color_from_title = title:c_chania } + title:d_c_charaideo_color = { set_color_from_title = title:c_charaideo } + title:d_c_charkliq_color = { set_color_from_title = title:c_charkliq } + title:d_c_charsianon_color = { set_color_from_title = title:c_charsianon } + title:d_c_chartres_color = { set_color_from_title = title:c_chartres } + title:d_c_chauragarh_color = { set_color_from_title = title:c_chauragarh } + title:d_c_cheboksary_color = { set_color_from_title = title:c_cheboksary } + title:d_c_chelabinsk_color = { set_color_from_title = title:c_chelabinsk } + title:d_c_cherchen_color = { set_color_from_title = title:c_cherchen } + title:d_c_cherik_color = { set_color_from_title = title:c_cherik } + title:d_c_cherkassy_color = { set_color_from_title = title:c_cherkassy } + title:d_c_chernigov_color = { set_color_from_title = title:c_chernigov } + title:d_c_cherso_color = { set_color_from_title = title:c_cherso } + title:d_c_cherven_color = { set_color_from_title = title:c_cherven } + title:d_c_cheshire_color = { set_color_from_title = title:c_cheshire } + title:d_c_chich_color = { set_color_from_title = title:c_chich } + title:d_c_chikoy_color = { set_color_from_title = title:c_chikoy } + title:d_c_chilia_color = { set_color_from_title = title:c_chilia } + title:d_c_chindu_color = { set_color_from_title = title:c_chindu } + title:d_c_chios_color = { set_color_from_title = title:c_chios } + title:d_c_chitrakut_color = { set_color_from_title = title:c_chitrakut } + title:d_c_chitral_color = { set_color_from_title = title:c_chitral } + title:d_c_choklema_color = { set_color_from_title = title:c_choklema } + title:d_c_cholamandalam_color = { set_color_from_title = title:c_cholamandalam } + title:d_c_chonae_color = { set_color_from_title = title:c_chonae } + title:d_c_chornobyl_color = { set_color_from_title = title:c_chornobyl } + title:d_c_chuguchak_color = { set_color_from_title = title:c_chuguchak } + title:d_c_chulym_color = { set_color_from_title = title:c_chulym } + title:d_c_chumarho_color = { set_color_from_title = title:c_chumarho } + title:d_c_chuna_color = { set_color_from_title = title:c_chuna } + title:d_c_chunar_color = { set_color_from_title = title:c_chunar } + title:d_c_chungthang_color = { set_color_from_title = title:c_chungthang } + title:d_c_chuya_color = { set_color_from_title = title:c_chuya } + title:d_c_cieszyn_color = { set_color_from_title = title:c_cieszyn } + title:d_c_cilicia_color = { set_color_from_title = title:c_cilicia } + title:d_c_clermont_color = { set_color_from_title = title:c_clermont } + title:d_c_clermont_sur_allier_color = { set_color_from_title = title:c_clermont_sur_allier } + title:d_c_cleves_color = { set_color_from_title = title:c_cleves } + title:d_c_coburg_color = { set_color_from_title = title:c_coburg } + title:d_c_coimbra_color = { set_color_from_title = title:c_coimbra } + title:d_c_colmar_color = { set_color_from_title = title:c_colmar } + title:d_c_cologne_color = { set_color_from_title = title:c_cologne } + title:d_c_colonea_color = { set_color_from_title = title:c_colonea } + title:d_c_comai_color = { set_color_from_title = title:c_comai } + title:d_c_comminges_color = { set_color_from_title = title:c_comminges } + title:d_c_como_color = { set_color_from_title = title:c_como } + title:d_c_cona_color = { set_color_from_title = title:c_cona } + title:d_c_connacht_color = { set_color_from_title = title:c_connacht } + title:d_c_constanta_color = { set_color_from_title = title:c_constanta } + title:d_c_constantine_color = { set_color_from_title = title:c_constantine } + title:d_c_coqen_color = { set_color_from_title = title:c_coqen } + title:d_c_cordoba_color = { set_color_from_title = title:c_cordoba } + title:d_c_cornouaille_color = { set_color_from_title = title:c_cornouaille } + title:d_c_cornwall_color = { set_color_from_title = title:c_cornwall } + title:d_c_coruna_color = { set_color_from_title = title:c_coruna } + title:d_c_cosenza_color = { set_color_from_title = title:c_cosenza } + title:d_c_cottbus_color = { set_color_from_title = title:c_cottbus } + title:d_c_coulommiers_color = { set_color_from_title = title:c_coulommiers } + title:d_c_cozhelhoma_color = { set_color_from_title = title:c_cozhelhoma } + title:d_c_craiova_color = { set_color_from_title = title:c_craiova } + title:d_c_cremona_color = { set_color_from_title = title:c_cremona } + title:d_c_csanad_color = { set_color_from_title = title:c_csanad } + title:d_c_csongrad_color = { set_color_from_title = title:c_csongrad } + title:d_c_cuellar_color = { set_color_from_title = title:c_cuellar } + title:d_c_cuenca_color = { set_color_from_title = title:c_cuenca } + title:d_c_cumberland_color = { set_color_from_title = title:c_cumberland } + title:d_c_cumbum_color = { set_color_from_title = title:c_cumbum } + title:d_c_cuneo_color = { set_color_from_title = title:c_cuneo } + title:d_c_cuonaco_color = { set_color_from_title = title:c_cuonaco } + title:d_c_cykma_color = { set_color_from_title = title:c_cykma } + title:d_c_czerska_color = { set_color_from_title = title:c_czerska } + title:d_c_dabou_color = { set_color_from_title = title:c_dabou } + title:d_c_daboya_color = { set_color_from_title = title:c_daboya } + title:d_c_dabusiya_color = { set_color_from_title = title:c_dabusiya } + title:d_c_dadhipadra_color = { set_color_from_title = title:c_dadhipadra } + title:d_c_dagomba_color = { set_color_from_title = title:c_dagomba } + title:d_c_dagon_color = { set_color_from_title = title:c_dagon } + title:d_c_dahlak_color = { set_color_from_title = title:c_dahlak } + title:d_c_dajing_color = { set_color_from_title = title:c_dajing } + title:d_c_dakajalan_color = { set_color_from_title = title:c_dakajalan } + title:d_c_dakhina_desa_color = { set_color_from_title = title:c_dakhina_desa } + title:d_c_dakhla_color = { set_color_from_title = title:c_dakhla } + title:d_c_dakkar_color = { set_color_from_title = title:c_dakkar } + title:d_c_dal_color = { set_color_from_title = title:c_dal } + title:d_c_dalabergslagen_color = { set_color_from_title = title:c_dalabergslagen } + title:d_c_dalarna_color = { set_color_from_title = title:c_dalarna } + title:d_c_daman_color = { set_color_from_title = title:c_daman } + title:d_c_damascus_color = { set_color_from_title = title:c_damascus } + title:d_c_damghan_color = { set_color_from_title = title:c_damghan } + title:d_c_damietta_color = { set_color_from_title = title:c_damietta } + title:d_c_damin_i_koh_color = { set_color_from_title = title:c_damin_i_koh } + title:d_c_damoh_color = { set_color_from_title = title:c_damoh } + title:d_c_damot_color = { set_color_from_title = title:c_damot } + title:d_c_damxung_color = { set_color_from_title = title:c_damxung } + title:d_c_danakil_color = { set_color_from_title = title:c_danakil } + title:d_c_dang_color = { set_color_from_title = title:c_dang } + title:d_c_dangla_color = { set_color_from_title = title:c_dangla } + title:d_c_dannenberg_color = { set_color_from_title = title:c_dannenberg } + title:d_c_danzig_color = { set_color_from_title = title:c_danzig } + title:d_c_dar-al-rih_color = { set_color_from_title = title:c_dar-al-rih } + title:d_c_dar_al-said_color = { set_color_from_title = title:c_dar_al-said } + title:d_c_dar_rashid_color = { set_color_from_title = title:c_dar_rashid } + title:d_c_dar_sila_color = { set_color_from_title = title:c_dar_sila } + title:d_c_dara_color = { set_color_from_title = title:c_dara } + title:d_c_darabjerd_color = { set_color_from_title = title:c_darabjerd } + title:d_c_daramdin_color = { set_color_from_title = title:c_daramdin } + title:d_c_darcha_color = { set_color_from_title = title:c_darcha } + title:d_c_darghan_color = { set_color_from_title = title:c_darghan } + title:d_c_darkhad_valley_color = { set_color_from_title = title:c_darkhad_valley } + title:d_c_darmashan_color = { set_color_from_title = title:c_darmashan } + title:d_c_dasapura_color = { set_color_from_title = title:c_dasapura } + title:d_c_dathina_color = { set_color_from_title = title:c_dathina } + title:d_c_datong_color = { set_color_from_title = title:c_datong } + title:d_c_daura_color = { set_color_from_title = title:c_daura } + title:d_c_dausar_color = { set_color_from_title = title:c_dausar } + title:d_c_dawaro_color = { set_color_from_title = title:c_dawaro } + title:d_c_dawraq_color = { set_color_from_title = title:c_dawraq } + title:d_c_dawu_color = { set_color_from_title = title:c_dawu } + title:d_c_debar_color = { set_color_from_title = title:c_debar } + title:d_c_debul_color = { set_color_from_title = title:c_debul } + title:d_c_dege_color = { set_color_from_title = title:c_dege } + title:d_c_degelen_color = { set_color_from_title = title:c_degelen } + title:d_c_deggerdorf_color = { set_color_from_title = title:c_deggerdorf } + title:d_c_delhi_color = { set_color_from_title = title:c_delhi } + title:d_c_dembiya_color = { set_color_from_title = title:c_dembiya } + title:d_c_demchok_color = { set_color_from_title = title:c_demchok } + title:d_c_demetrias_color = { set_color_from_title = title:c_demetrias } + title:d_c_denbighshire_color = { set_color_from_title = title:c_denbighshire } + title:d_c_dendi_color = { set_color_from_title = title:c_dendi } + title:d_c_dengqen_color = { set_color_from_title = title:c_dengqen } + title:d_c_denia_color = { set_color_from_title = title:c_denia } + title:d_c_deqen_color = { set_color_from_title = title:c_deqen } + title:d_c_derbent_color = { set_color_from_title = title:c_derbent } + title:d_c_derby_color = { set_color_from_title = title:c_derby } + title:d_c_derlenka_color = { set_color_from_title = title:c_derlenka } + title:d_c_derna_color = { set_color_from_title = title:c_derna } + title:d_c_desmond_color = { set_color_from_title = title:c_desmond } + title:d_c_dessau_color = { set_color_from_title = title:c_dessau } + title:d_c_devagiri_color = { set_color_from_title = title:c_devagiri } + title:d_c_devon_color = { set_color_from_title = title:c_devon } + title:d_c_dhafra_color = { set_color_from_title = title:c_dhafra } + title:d_c_dhamalpur_color = { set_color_from_title = title:c_dhamalpur } + title:d_c_dhankar_color = { set_color_from_title = title:c_dhankar } + title:d_c_dhara_color = { set_color_from_title = title:c_dhara } + title:d_c_dhofar_color = { set_color_from_title = title:c_dhofar } + title:d_c_dhraina_color = { set_color_from_title = title:c_dhraina } + title:d_c_diamare_color = { set_color_from_title = title:c_diamare } + title:d_c_dibri_color = { set_color_from_title = title:c_dibri } + title:d_c_dihistan_color = { set_color_from_title = title:c_dihistan } + title:d_c_dijon_color = { set_color_from_title = title:c_dijon } + title:d_c_dimapur_color = { set_color_from_title = title:c_dimapur } + title:d_c_dipalpur_color = { set_color_from_title = title:c_dipalpur } + title:d_c_dirku_color = { set_color_from_title = title:c_dirku } + title:d_c_diskit_color = { set_color_from_title = title:c_diskit } + title:d_c_ditmarschen_color = { set_color_from_title = title:c_ditmarschen } + title:d_c_djado_color = { set_color_from_title = title:c_djado } + title:d_c_djanet_color = { set_color_from_title = title:c_djanet } + title:d_c_djarin_color = { set_color_from_title = title:c_djarin } + title:d_c_djerba_color = { set_color_from_title = title:c_djerba } + title:d_c_djugu_color = { set_color_from_title = title:c_djugu } + title:d_c_dnipro_color = { set_color_from_title = title:c_dnipro } + title:d_c_dobrzynska_color = { set_color_from_title = title:c_dobrzynska } + title:d_c_dodugu_color = { set_color_from_title = title:c_dodugu } + title:d_c_dokkum_color = { set_color_from_title = title:c_dokkum } + title:d_c_dole_color = { set_color_from_title = title:c_dole } + title:d_c_dolgujar_color = { set_color_from_title = title:c_dolgujar } + title:d_c_dongola_color = { set_color_from_title = title:c_dongola } + title:d_c_donjikraji_color = { set_color_from_title = title:c_donjikraji } + title:d_c_dorohoi_color = { set_color_from_title = title:c_dorohoi } + title:d_c_dorohychyn_color = { set_color_from_title = title:c_dorohychyn } + title:d_c_dorostorum_color = { set_color_from_title = title:c_dorostorum } + title:d_c_dorpat_color = { set_color_from_title = title:c_dorpat } + title:d_c_dorset_color = { set_color_from_title = title:c_dorset } + title:d_c_dortmund_color = { set_color_from_title = title:c_dortmund } + title:d_c_doti_color = { set_color_from_title = title:c_doti } + title:d_c_doudleby_color = { set_color_from_title = title:c_doudleby } + title:d_c_draa_color = { set_color_from_title = title:c_draa } + title:d_c_dresden_color = { set_color_from_title = title:c_dresden } + title:d_c_dublin_color = { set_color_from_title = title:c_dublin } + title:d_c_dubrovytsia_color = { set_color_from_title = title:c_dubrovytsia } + title:d_c_duklja_color = { set_color_from_title = title:c_duklja } + title:d_c_dunbar_color = { set_color_from_title = title:c_dunbar } + title:d_c_dunhuang_color = { set_color_from_title = title:c_dunhuang } + title:d_c_duqm_color = { set_color_from_title = title:c_duqm } + title:d_c_durdzukia_color = { set_color_from_title = title:c_durdzukia } + title:d_c_durham_color = { set_color_from_title = title:c_durham } + title:d_c_durne_color = { set_color_from_title = title:c_durne } + title:d_c_durovka_color = { set_color_from_title = title:c_durovka } + title:d_c_dvaraka_color = { set_color_from_title = title:c_dvaraka } + title:d_c_dvin_color = { set_color_from_title = title:c_dvin } + title:d_c_dyamare_color = { set_color_from_title = title:c_dyamare } + title:d_c_dyrrachion_color = { set_color_from_title = title:c_dyrrachion } + title:d_c_dyulaso_color = { set_color_from_title = title:c_dyulaso } + title:d_c_east-tokharestan_color = { set_color_from_title = title:c_east-tokharestan } + title:d_c_east_darfur_color = { set_color_from_title = title:c_east_darfur } + title:d_c_east_kiilt_color = { set_color_from_title = title:c_east_kiilt } + title:d_c_east_riding_color = { set_color_from_title = title:c_east_riding } + title:d_c_eastern_tannu_color = { set_color_from_title = title:c_eastern_tannu } + title:d_c_edd_color = { set_color_from_title = title:c_edd } + title:d_c_edessa_color = { set_color_from_title = title:c_edessa } + title:d_c_edo_color = { set_color_from_title = title:c_edo } + title:d_c_eghiz_kara_color = { set_color_from_title = title:c_eghiz_kara } + title:d_c_eichstadt_color = { set_color_from_title = title:c_eichstadt } + title:d_c_el_fasher_color = { set_color_from_title = title:c_el_fasher } + title:d_c_el_waak_color = { set_color_from_title = title:c_el_waak } + title:d_c_elabuga_color = { set_color_from_title = title:c_elabuga } + title:d_c_eleila_color = { set_color_from_title = title:c_eleila } + title:d_c_elvas_color = { set_color_from_title = title:c_elvas } + title:d_c_embrun_color = { set_color_from_title = title:c_embrun } + title:d_c_emil_color = { set_color_from_title = title:c_emil } + title:d_c_ennis_color = { set_color_from_title = title:c_ennis } + title:d_c_epeiros_color = { set_color_from_title = title:c_epeiros } + title:d_c_erbach_color = { set_color_from_title = title:c_erbach } + title:d_c_eschenlohe_color = { set_color_from_title = title:c_eschenlohe } + title:d_c_essex_color = { set_color_from_title = title:c_essex } + title:d_c_eu_color = { set_color_from_title = title:c_eu } + title:d_c_euboea_color = { set_color_from_title = title:c_euboea } + title:d_c_euchaita_color = { set_color_from_title = title:c_euchaita } + title:d_c_evreux_color = { set_color_from_title = title:c_evreux } + title:d_c_ewe_color = { set_color_from_title = title:c_ewe } + title:d_c_eystridalir_color = { set_color_from_title = title:c_eystridalir } + title:d_c_faereyar_color = { set_color_from_title = title:c_faereyar } + title:d_c_fafan_color = { set_color_from_title = title:c_fafan } + title:d_c_falaj_color = { set_color_from_title = title:c_falaj } + title:d_c_famagusta_color = { set_color_from_title = title:c_famagusta } + title:d_c_fanhe_color = { set_color_from_title = title:c_fanhe } + title:d_c_fante_color = { set_color_from_title = title:c_fante } + title:d_c_farafra_color = { set_color_from_title = title:c_farafra } + title:d_c_farah_color = { set_color_from_title = title:c_farah } + title:d_c_farama_color = { set_color_from_title = title:c_farama } + title:d_c_faras_color = { set_color_from_title = title:c_faras } + title:d_c_farava_color = { set_color_from_title = title:c_farava } + title:d_c_faro_color = { set_color_from_title = title:c_faro } + title:d_c_fayyum_color = { set_color_from_title = title:c_fayyum } + title:d_c_fazaz_color = { set_color_from_title = title:c_fazaz } + title:d_c_fazughli_color = { set_color_from_title = title:c_fazughli } + title:d_c_feher_color = { set_color_from_title = title:c_feher } + title:d_c_fellata_color = { set_color_from_title = title:c_fellata } + title:d_c_ferghana_color = { set_color_from_title = title:c_ferghana } + title:d_c_fermo_color = { set_color_from_title = title:c_fermo } + title:d_c_ferrara_color = { set_color_from_title = title:c_ferrara } + title:d_c_fes_color = { set_color_from_title = title:c_fes } + title:d_c_fetegar_color = { set_color_from_title = title:c_fetegar } + title:d_c_fife_color = { set_color_from_title = title:c_fife } + title:d_c_figuig_color = { set_color_from_title = title:c_figuig } + title:d_c_fika_color = { set_color_from_title = title:c_fika } + title:d_c_finland_color = { set_color_from_title = title:c_finland } + title:d_c_finnveden_color = { set_color_from_title = title:c_finnveden } + title:d_c_firabr_color = { set_color_from_title = title:c_firabr } + title:d_c_firaun_color = { set_color_from_title = title:c_firaun } + title:d_c_firdafylki_color = { set_color_from_title = title:c_firdafylki } + title:d_c_firenze_color = { set_color_from_title = title:c_firenze } + title:d_c_fitri_color = { set_color_from_title = title:c_fitri } + title:d_c_fogaras_color = { set_color_from_title = title:c_fogaras } + title:d_c_foggia_color = { set_color_from_title = title:c_foggia } + title:d_c_foix_color = { set_color_from_title = title:c_foix } + title:d_c_forcalquier_color = { set_color_from_title = title:c_forcalquier } + title:d_c_forez_color = { set_color_from_title = title:c_forez } + title:d_c_fraga_color = { set_color_from_title = title:c_fraga } + title:d_c_frankfurt_color = { set_color_from_title = title:c_frankfurt } + title:d_c_freistadt_color = { set_color_from_title = title:c_freistadt } + title:d_c_french_leon_color = { set_color_from_title = title:c_french_leon } + title:d_c_frisia_color = { set_color_from_title = title:c_frisia } + title:d_c_friuli_color = { set_color_from_title = title:c_friuli } + title:d_c_fudalhi_color = { set_color_from_title = title:c_fudalhi } + title:d_c_fuerteventura_color = { set_color_from_title = title:c_fuerteventura } + title:d_c_fulda_color = { set_color_from_title = title:c_fulda } + title:d_c_fuqi_color = { set_color_from_title = title:c_fuqi } + title:d_c_furstenberg_color = { set_color_from_title = title:c_furstenberg } + title:d_c_futa_jalon_color = { set_color_from_title = title:c_futa_jalon } + title:d_c_fyn_color = { set_color_from_title = title:c_fyn } + title:d_c_gabal_color = { set_color_from_title = title:c_gabal } + title:d_c_gabes_color = { set_color_from_title = title:c_gabes } + title:d_c_gacka_color = { set_color_from_title = title:c_gacka } + title:d_c_gafat_color = { set_color_from_title = title:c_gafat } + title:d_c_galam_color = { set_color_from_title = title:c_galam } + title:d_c_galati_color = { set_color_from_title = title:c_galati } + title:d_c_galatia_color = { set_color_from_title = title:c_galatia } + title:d_c_galatia_salutaris_color = { set_color_from_title = title:c_galatia_salutaris } + title:d_c_galloway_color = { set_color_from_title = title:c_galloway } + title:d_c_gallura_color = { set_color_from_title = title:c_gallura } + title:d_c_gamo_color = { set_color_from_title = title:c_gamo } + title:d_c_ganale_color = { set_color_from_title = title:c_ganale } + title:d_c_gangaran_color = { set_color_from_title = title:c_gangaran } + title:d_c_ganzhou_color = { set_color_from_title = title:c_ganzhou } + title:d_c_gao_color = { set_color_from_title = title:c_gao } + title:d_c_gaotai_color = { set_color_from_title = title:c_gaotai } + title:d_c_gar_color = { set_color_from_title = title:c_gar } + title:d_c_garabogazkol_color = { set_color_from_title = title:c_garabogazkol } + title:d_c_garco_color = { set_color_from_title = title:c_garco } + title:d_c_garkung_color = { set_color_from_title = title:c_garkung } + title:d_c_garoua_color = { set_color_from_title = title:c_garoua } + title:d_c_garumele_color = { set_color_from_title = title:c_garumele } + title:d_c_garwhal_color = { set_color_from_title = title:c_garwhal } + title:d_c_garze_color = { set_color_from_title = title:c_garze } + title:d_c_gastrikland_color = { set_color_from_title = title:c_gastrikland } + title:d_c_gatsuurgazar_color = { set_color_from_title = title:c_gatsuurgazar } + title:d_c_gauda_color = { set_color_from_title = title:c_gauda } + title:d_c_gauldala_color = { set_color_from_title = title:c_gauldala } + title:d_c_gaya_color = { set_color_from_title = title:c_gaya } + title:d_c_geba_color = { set_color_from_title = title:c_geba } + title:d_c_gegyai_color = { set_color_from_title = title:c_gegyai } + title:d_c_gemer_color = { set_color_from_title = title:c_gemer } + title:d_c_geneva_color = { set_color_from_title = title:c_geneva } + title:d_c_genoa_color = { set_color_from_title = title:c_genoa } + title:d_c_germa_color = { set_color_from_title = title:c_germa } + title:d_c_gerqen_color = { set_color_from_title = title:c_gerqen } + title:d_c_gerze_color = { set_color_from_title = title:c_gerze } + title:d_c_gevaudan_color = { set_color_from_title = title:c_gevaudan } + title:d_c_gezira_color = { set_color_from_title = title:c_gezira } + title:d_c_ghadames_color = { set_color_from_title = title:c_ghadames } + title:d_c_gharb_color = { set_color_from_title = title:c_gharb } + title:d_c_ghardaia_color = { set_color_from_title = title:c_ghardaia } + title:d_c_ghat_color = { set_color_from_title = title:c_ghat } + title:d_c_ghazna_color = { set_color_from_title = title:c_ghazna } + title:d_c_ghazza_color = { set_color_from_title = title:c_ghazza } + title:d_c_ghazzal_color = { set_color_from_title = title:c_ghazzal } + title:d_c_ghulja_color = { set_color_from_title = title:c_ghulja } + title:d_c_ghur_color = { set_color_from_title = title:c_ghur } + title:d_c_gidaya_color = { set_color_from_title = title:c_gidaya } + title:d_c_gilan_color = { set_color_from_title = title:c_gilan } + title:d_c_gilgit_color = { set_color_from_title = title:c_gilgit } + title:d_c_girona_color = { set_color_from_title = title:c_girona } + title:d_c_giurgiu_color = { set_color_from_title = title:c_giurgiu } + title:d_c_giza_color = { set_color_from_title = title:c_giza } + title:d_c_glamorgan_color = { set_color_from_title = title:c_glamorgan } + title:d_c_glazov_color = { set_color_from_title = title:c_glazov } + title:d_c_gleichenstein_color = { set_color_from_title = title:c_gleichenstein } + title:d_c_gloucestershire_color = { set_color_from_title = title:c_gloucestershire } + title:d_c_gnezdovo_color = { set_color_from_title = title:c_gnezdovo } + title:d_c_gnieznienska_color = { set_color_from_title = title:c_gnieznienska } + title:d_c_goalpara_color = { set_color_from_title = title:c_goalpara } + title:d_c_gobir_color = { set_color_from_title = title:c_gobir } + title:d_c_gode_color = { set_color_from_title = title:c_gode } + title:d_c_godwad_color = { set_color_from_title = title:c_godwad } + title:d_c_gojjam_color = { set_color_from_title = title:c_gojjam } + title:d_c_gola_color = { set_color_from_title = title:c_gola } + title:d_c_golag_color = { set_color_from_title = title:c_golag } + title:d_c_golaghmuli_color = { set_color_from_title = title:c_golaghmuli } + title:d_c_golden_hills_color = { set_color_from_title = title:c_golden_hills } + title:d_c_gomel_color = { set_color_from_title = title:c_gomel } + title:d_c_gomoco_color = { set_color_from_title = title:c_gomoco } + title:d_c_gondo_color = { set_color_from_title = title:c_gondo } + title:d_c_gongbo_color = { set_color_from_title = title:c_gongbo } + title:d_c_gonja_color = { set_color_from_title = title:c_gonja } + title:d_c_gonjo_color = { set_color_from_title = title:c_gonjo } + title:d_c_gorlitz_color = { set_color_from_title = title:c_gorlitz } + title:d_c_gorz_color = { set_color_from_title = title:c_gorz } + title:d_c_gostyninska_color = { set_color_from_title = title:c_gostyninska } + title:d_c_gottingen_color = { set_color_from_title = title:c_gottingen } + title:d_c_gowrie_color = { set_color_from_title = title:c_gowrie } + title:d_c_granada_color = { set_color_from_title = title:c_granada } + title:d_c_graz_color = { set_color_from_title = title:c_graz } + title:d_c_grebo_color = { set_color_from_title = title:c_grebo } + title:d_c_grisons_color = { set_color_from_title = title:c_grisons } + title:d_c_grobin_color = { set_color_from_title = title:c_grobin } + title:d_c_grodno_color = { set_color_from_title = title:c_grodno } + title:d_c_groningen_color = { set_color_from_title = title:c_groningen } + title:d_c_grunberg_color = { set_color_from_title = title:c_grunberg } + title:d_c_grunningen_color = { set_color_from_title = title:c_grunningen } + title:d_c_guazhou_color = { set_color_from_title = title:c_guazhou } + title:d_c_gudbrandsdalir_color = { set_color_from_title = title:c_gudbrandsdalir } + title:d_c_guelders_color = { set_color_from_title = title:c_guelders } + title:d_c_gugark_color = { set_color_from_title = title:c_gugark } + title:d_c_guidimaka_color = { set_color_from_title = title:c_guidimaka } + title:d_c_guines_color = { set_color_from_title = title:c_guines } + title:d_c_gumuz_color = { set_color_from_title = title:c_gumuz } + title:d_c_gurgan_color = { set_color_from_title = title:c_gurgan } + title:d_c_gurganj_color = { set_color_from_title = title:c_gurganj } + title:d_c_gurgi_color = { set_color_from_title = title:c_gurgi } + title:d_c_guria_color = { set_color_from_title = title:c_guria } + title:d_c_gurjaratra_color = { set_color_from_title = title:c_gurjaratra } + title:d_c_gurma_color = { set_color_from_title = title:c_gurma } + title:d_c_gutland_color = { set_color_from_title = title:c_gutland } + title:d_c_gutti_color = { set_color_from_title = title:c_gutti } + title:d_c_guwari_color = { set_color_from_title = title:c_guwari } + title:d_c_guzgan_color = { set_color_from_title = title:c_guzgan } + title:d_c_guzkol_color = { set_color_from_title = title:c_guzkol } + title:d_c_gwalior_color = { set_color_from_title = title:c_gwalior } + title:d_c_gyaca_color = { set_color_from_title = title:c_gyaca } + title:d_c_gyaitang_color = { set_color_from_title = title:c_gyaitang } + title:d_c_gyama_color = { set_color_from_title = title:c_gyama } + title:d_c_gyangze_color = { set_color_from_title = title:c_gyangze } + title:d_c_gyegumdo_color = { set_color_from_title = title:c_gyegumdo } + title:d_c_gyirong_color = { set_color_from_title = title:c_gyirong } + title:d_c_gyor_color = { set_color_from_title = title:c_gyor } + title:d_c_hadithat-ana_color = { set_color_from_title = title:c_hadithat-ana } + title:d_c_hadramawt_color = { set_color_from_title = title:c_hadramawt } + title:d_c_hadrianeia_color = { set_color_from_title = title:c_hadrianeia } + title:d_c_hadrianopolis_color = { set_color_from_title = title:c_hadrianopolis } + title:d_c_hadya_color = { set_color_from_title = title:c_hadya } + title:d_c_hail_color = { set_color_from_title = title:c_hail } + title:d_c_hainaut_color = { set_color_from_title = title:c_hainaut } + title:d_c_hakkari_color = { set_color_from_title = title:c_hakkari } + title:d_c_halberstadt_color = { set_color_from_title = title:c_halberstadt } + title:d_c_halland_color = { set_color_from_title = title:c_halland } + title:d_c_halsingland_color = { set_color_from_title = title:c_halsingland } + title:d_c_haltang_color = { set_color_from_title = title:c_haltang } + title:d_c_halych_color = { set_color_from_title = title:c_halych } + title:d_c_hama_color = { set_color_from_title = title:c_hama } + title:d_c_hamadan_color = { set_color_from_title = title:c_hamadan } + title:d_c_hamburg_color = { set_color_from_title = title:c_hamburg } + title:d_c_hampton_color = { set_color_from_title = title:c_hampton } + title:d_c_hanlan_color = { set_color_from_title = title:c_hanlan } + title:d_c_hannover_color = { set_color_from_title = title:c_hannover } + title:d_c_harar_color = { set_color_from_title = title:c_harar } + title:d_c_hargaya_color = { set_color_from_title = title:c_hargaya } + title:d_c_harhiraa_color = { set_color_from_title = title:c_harhiraa } + title:d_c_harikela_color = { set_color_from_title = title:c_harikela } + title:d_c_harjadalen_color = { set_color_from_title = title:c_harjadalen } + title:d_c_harran_color = { set_color_from_title = title:c_harran } + title:d_c_harrat_rahat_color = { set_color_from_title = title:c_harrat_rahat } + title:d_c_haruppeswara_color = { set_color_from_title = title:c_haruppeswara } + title:d_c_hastinapura_color = { set_color_from_title = title:c_hastinapura } + title:d_c_hauran_color = { set_color_from_title = title:c_hauran } + title:d_c_havelberg_color = { set_color_from_title = title:c_havelberg } + title:d_c_hayq_color = { set_color_from_title = title:c_hayq } + title:d_c_hedmork_color = { set_color_from_title = title:c_hedmork } + title:d_c_heihe_color = { set_color_from_title = title:c_heihe } + title:d_c_helenopontus_color = { set_color_from_title = title:c_helenopontus } + title:d_c_helgum_color = { set_color_from_title = title:c_helgum } + title:d_c_herat_color = { set_color_from_title = title:c_herat } + title:d_c_hereford_color = { set_color_from_title = title:c_hereford } + title:d_c_hereti_color = { set_color_from_title = title:c_hereti } + title:d_c_hertfordshire_color = { set_color_from_title = title:c_hertfordshire } + title:d_c_hewes_color = { set_color_from_title = title:c_hewes } + title:d_c_hildesheim_color = { set_color_from_title = title:c_hildesheim } + title:d_c_hinthada_color = { set_color_from_title = title:c_hinthada } + title:d_c_hiraab_color = { set_color_from_title = title:c_hiraab } + title:d_c_hisar_color = { set_color_from_title = title:c_hisar } + title:d_c_hoboksar_color = { set_color_from_title = title:c_hoboksar } + title:d_c_hobyo_color = { set_color_from_title = title:c_hobyo } + title:d_c_hodh_color = { set_color_from_title = title:c_hodh } + title:d_c_hodna_color = { set_color_from_title = title:c_hodna } + title:d_c_hohaseco_color = { set_color_from_title = title:c_hohaseco } + title:d_c_hohenau_color = { set_color_from_title = title:c_hohenau } + title:d_c_hohenberg_color = { set_color_from_title = title:c_hohenberg } + title:d_c_hohenburg_color = { set_color_from_title = title:c_hohenburg } + title:d_c_hohenlohe_color = { set_color_from_title = title:c_hohenlohe } + title:d_c_holland_color = { set_color_from_title = title:c_holland } + title:d_c_homs_color = { set_color_from_title = title:c_homs } + title:d_c_hongliuyuan_color = { set_color_from_title = title:c_hongliuyuan } + title:d_c_honorias_color = { set_color_from_title = title:c_honorias } + title:d_c_hont_color = { set_color_from_title = title:c_hont } + title:d_c_hordalandi_color = { set_color_from_title = title:c_hordalandi } + title:d_c_hormuz_color = { set_color_from_title = title:c_hormuz } + title:d_c_hotin_color = { set_color_from_title = title:c_hotin } + title:d_c_hradec_color = { set_color_from_title = title:c_hradec } + title:d_c_hradyzk_color = { set_color_from_title = title:c_hradyzk } + title:d_c_huesca_color = { set_color_from_title = title:c_huesca } + title:d_c_hulwan_color = { set_color_from_title = title:c_hulwan } + title:d_c_huntingdonshire_color = { set_color_from_title = title:c_huntingdonshire } + title:d_c_hunyad_color = { set_color_from_title = title:c_hunyad } + title:d_c_hunyan_color = { set_color_from_title = title:c_hunyan } + title:d_c_hvosno_color = { set_color_from_title = title:c_hvosno } + title:d_c_iasi_color = { set_color_from_title = title:c_iasi } + title:d_c_ibadan_color = { set_color_from_title = title:c_ibadan } + title:d_c_ibibo_color = { set_color_from_title = title:c_ibibo } + title:d_c_idatarainadu_color = { set_color_from_title = title:c_idatarainadu } + title:d_c_idoma_color = { set_color_from_title = title:c_idoma } + title:d_c_ifat_color = { set_color_from_title = title:c_ifat } + title:d_c_ife_color = { set_color_from_title = title:c_ife } + title:d_c_ifni_color = { set_color_from_title = title:c_ifni } + title:d_c_ifonyin_color = { set_color_from_title = title:c_ifonyin } + title:d_c_igala_color = { set_color_from_title = title:c_igala } + title:d_c_igana_color = { set_color_from_title = title:c_igana } + title:d_c_igaran_color = { set_color_from_title = title:c_igaran } + title:d_c_igbo_color = { set_color_from_title = title:c_igbo } + title:d_c_igbomina_color = { set_color_from_title = title:c_igbomina } + title:d_c_ijaw_color = { set_color_from_title = title:c_ijaw } + title:d_c_ijebu_color = { set_color_from_title = title:c_ijebu } + title:d_c_ikh_bogd_color = { set_color_from_title = title:c_ikh_bogd } + title:d_c_ilam_color = { set_color_from_title = title:c_ilam } + title:d_c_ile_de_france_color = { set_color_from_title = title:c_ile_de_france } + title:d_c_ilesa_color = { set_color_from_title = title:c_ilesa } + title:d_c_ilga_color = { set_color_from_title = title:c_ilga } + title:d_c_iliq_color = { set_color_from_title = title:c_iliq } + title:d_c_ilo_color = { set_color_from_title = title:c_ilo } + title:d_c_ilorin_color = { set_color_from_title = title:c_ilorin } + title:d_c_inari_color = { set_color_from_title = title:c_inari } + title:d_c_innarya_color = { set_color_from_title = title:c_innarya } + title:d_c_inner_hebrides_color = { set_color_from_title = title:c_inner_hebrides } + title:d_c_innsbruck_color = { set_color_from_title = title:c_innsbruck } + title:d_c_intarta_color = { set_color_from_title = title:c_intarta } + title:d_c_inverness_color = { set_color_from_title = title:c_inverness } + title:d_c_ionia_color = { set_color_from_title = title:c_ionia } + title:d_c_ipuskoa_color = { set_color_from_title = title:c_ipuskoa } + title:d_c_irahistan_color = { set_color_from_title = title:c_irahistan } + title:d_c_irbid_color = { set_color_from_title = title:c_irbid } + title:d_c_irbil_color = { set_color_from_title = title:c_irbil } + title:d_c_irkutsk_color = { set_color_from_title = title:c_irkutsk } + title:d_c_isauria_color = { set_color_from_title = title:c_isauria } + title:d_c_isfahan_color = { set_color_from_title = title:c_isfahan } + title:d_c_isfara_color = { set_color_from_title = title:c_isfara } + title:d_c_ishim_color = { set_color_from_title = title:c_ishim } + title:d_c_iskaf_color = { set_color_from_title = title:c_iskaf } + title:d_c_isle_of_man_color = { set_color_from_title = title:c_isle_of_man } + title:d_c_isle_of_wight_color = { set_color_from_title = title:c_isle_of_wight } + title:d_c_issoudun_color = { set_color_from_title = title:c_issoudun } + title:d_c_istakhr_color = { set_color_from_title = title:c_istakhr } + title:d_c_itanagar_color = { set_color_from_title = title:c_itanagar } + title:d_c_itil_color = { set_color_from_title = title:c_itil } + title:d_c_iviza_color = { set_color_from_title = title:c_iviza } + title:d_c_jabal_kufs_color = { set_color_from_title = title:c_jabal_kufs } + title:d_c_jabal_quzlum_color = { set_color_from_title = title:c_jabal_quzlum } + title:d_c_jafara_color = { set_color_from_title = title:c_jafara } + title:d_c_jaffa_color = { set_color_from_title = title:c_jaffa } + title:d_c_jaffna_color = { set_color_from_title = title:c_jaffna } + title:d_c_jagatipur_color = { set_color_from_title = title:c_jagatipur } + title:d_c_jahkamakke_color = { set_color_from_title = title:c_jahkamakke } + title:d_c_jaligny_color = { set_color_from_title = title:c_jaligny } + title:d_c_jalmat_color = { set_color_from_title = title:c_jalmat } + title:d_c_jambalar_color = { set_color_from_title = title:c_jambalar } + title:d_c_jame_color = { set_color_from_title = title:c_jame } + title:d_c_jamtfir_color = { set_color_from_title = title:c_jamtfir } + title:d_c_janakpur_color = { set_color_from_title = title:c_janakpur } + title:d_c_jara_color = { set_color_from_title = title:c_jara } + title:d_c_jasky_kart_color = { set_color_from_title = title:c_jasky_kart } + title:d_c_jaunpur_color = { set_color_from_title = title:c_jaunpur } + title:d_c_jawf-al-yamani_color = { set_color_from_title = title:c_jawf-al-yamani } + title:d_c_jend_color = { set_color_from_title = title:c_jend } + title:d_c_jenne_color = { set_color_from_title = title:c_jenne } + title:d_c_jerjul_color = { set_color_from_title = title:c_jerjul } + title:d_c_jersika_color = { set_color_from_title = title:c_jersika } + title:d_c_jerusalem_color = { set_color_from_title = title:c_jerusalem } + title:d_c_jharkand_color = { set_color_from_title = title:c_jharkand } + title:d_c_jie_DZU_color = { set_color_from_title = title:c_jie_DZU } + title:d_c_jihlava_color = { set_color_from_title = title:c_jihlava } + title:d_c_jilali_color = { set_color_from_title = title:c_jilali } + title:d_c_jilat_color = { set_color_from_title = title:c_jilat } + title:d_c_jilib_color = { set_color_from_title = title:c_jilib } + title:d_c_jimi_color = { set_color_from_title = title:c_jimi } + title:d_c_jinghiz_color = { set_color_from_title = title:c_jinghiz } + title:d_c_jinsko_color = { set_color_from_title = title:c_jinsko } + title:d_c_jinta_color = { set_color_from_title = title:c_jinta } + title:d_c_jiren_suat_color = { set_color_from_title = title:c_jiren_suat } + title:d_c_jiruft_color = { set_color_from_title = title:c_jiruft } + title:d_c_jitikul_color = { set_color_from_title = title:c_jitikul } + title:d_c_jolof_color = { set_color_from_title = title:c_jolof } + title:d_c_jone_color = { set_color_from_title = title:c_jone } + title:d_c_jovvkuj_color = { set_color_from_title = title:c_jovvkuj } + title:d_c_jowol_color = { set_color_from_title = title:c_jowol } + title:d_c_jubba_color = { set_color_from_title = title:c_jubba } + title:d_c_julevadno_color = { set_color_from_title = title:c_julevadno } + title:d_c_julfar_color = { set_color_from_title = title:c_julfar } + title:d_c_julym_color = { set_color_from_title = title:c_julym } + title:d_c_jumla_color = { set_color_from_title = title:c_jumla } + title:d_c_juterbog_color = { set_color_from_title = title:c_juterbog } + title:d_c_juwain_color = { set_color_from_title = title:c_juwain } + title:d_c_juwair_color = { set_color_from_title = title:c_juwair } + title:d_c_kaabu_color = { set_color_from_title = title:c_kaabu } + title:d_c_kaarta_color = { set_color_from_title = title:c_kaarta } + title:d_c_kabarasana_color = { set_color_from_title = title:c_kabarasana } + title:d_c_kabul_color = { set_color_from_title = title:c_kabul } + title:d_c_kachu_color = { set_color_from_title = title:c_kachu } + title:d_c_kada_color = { set_color_from_title = title:c_kada } + title:d_c_kadam_color = { set_color_from_title = title:c_kadam } + title:d_c_kaduna_color = { set_color_from_title = title:c_kaduna } + title:d_c_kaffa_color = { set_color_from_title = title:c_kaffa } + title:d_c_kafirkot_color = { set_color_from_title = title:c_kafirkot } + title:d_c_kagar_color = { set_color_from_title = title:c_kagar } + title:d_c_kagha_color = { set_color_from_title = title:c_kagha } + title:d_c_kainsk_color = { set_color_from_title = title:c_kainsk } + title:d_c_kainuu_color = { set_color_from_title = title:c_kainuu } + title:d_c_kairwan_color = { set_color_from_title = title:c_kairwan } + title:d_c_kaisereia_color = { set_color_from_title = title:c_kaisereia } + title:d_c_kaiserslautern_color = { set_color_from_title = title:c_kaiserslautern } + title:d_c_kakheti_color = { set_color_from_title = title:c_kakheti } + title:d_c_kakisalmi_color = { set_color_from_title = title:c_kakisalmi } + title:d_c_kalabsha_color = { set_color_from_title = title:c_kalabsha } + title:d_c_kalanjara_color = { set_color_from_title = title:c_kalanjara } + title:d_c_kalat_color = { set_color_from_title = title:c_kalat } + title:d_c_kalbin_color = { set_color_from_title = title:c_kalbin } + title:d_c_kale_color = { set_color_from_title = title:c_kale } + title:d_c_kali_kumaon_color = { set_color_from_title = title:c_kali_kumaon } + title:d_c_kalinganagar_color = { set_color_from_title = title:c_kalinganagar } + title:d_c_kaliska_color = { set_color_from_title = title:c_kaliska } + title:d_c_kalos_limen_color = { set_color_from_title = title:c_kalos_limen } + title:d_c_kalpi_color = { set_color_from_title = title:c_kalpi } + title:d_c_kalyani_color = { set_color_from_title = title:c_kalyani } + title:d_c_kamarupanagara_color = { set_color_from_title = title:c_kamarupanagara } + title:d_c_kamatapur_color = { set_color_from_title = title:c_kamatapur } + title:d_c_kambampet_color = { set_color_from_title = title:c_kambampet } + title:d_c_kammersberg_color = { set_color_from_title = title:c_kammersberg } + title:d_c_kamru_color = { set_color_from_title = title:c_kamru } + title:d_c_kanara_color = { set_color_from_title = title:c_kanara } + title:d_c_kanchipuram_color = { set_color_from_title = title:c_kanchipuram } + title:d_c_kandy_color = { set_color_from_title = title:c_kandy } + title:d_c_kanem_color = { set_color_from_title = title:c_kanem } + title:d_c_kangmar_color = { set_color_from_title = title:c_kangmar } + title:d_c_kaniaga_color = { set_color_from_title = title:c_kaniaga } + title:d_c_kankan_color = { set_color_from_title = title:c_kankan } + title:d_c_kano_color = { set_color_from_title = title:c_kano } + title:d_c_kansk_color = { set_color_from_title = title:c_kansk } + title:d_c_kantegir_color = { set_color_from_title = title:c_kantegir } + title:d_c_kanyakubja_color = { set_color_from_title = title:c_kanyakubja } + title:d_c_kara_asirgan_color = { set_color_from_title = title:c_kara_asirgan } + title:d_c_kara_khoja_color = { set_color_from_title = title:c_kara_khoja } + title:d_c_karabaigal_color = { set_color_from_title = title:c_karabaigal } + title:d_c_karabalgasun_color = { set_color_from_title = title:c_karabalgasun } + title:d_c_karabas_color = { set_color_from_title = title:c_karabas } + title:d_c_karabash_color = { set_color_from_title = title:c_karabash } + title:d_c_karabolam_color = { set_color_from_title = title:c_karabolam } + title:d_c_karachev_color = { set_color_from_title = title:c_karachev } + title:d_c_karakorum_color = { set_color_from_title = title:c_karakorum } + title:d_c_karamay_color = { set_color_from_title = title:c_karamay } + title:d_c_karashar_color = { set_color_from_title = title:c_karashar } + title:d_c_karasjohka_color = { set_color_from_title = title:c_karasjohka } + title:d_c_karasu_color = { set_color_from_title = title:c_karasu } + title:d_c_karatayak_color = { set_color_from_title = title:c_karatayak } + title:d_c_karatsagaan_color = { set_color_from_title = title:c_karatsagaan } + title:d_c_karauda_color = { set_color_from_title = title:c_karauda } + title:d_c_karbala_color = { set_color_from_title = title:c_karbala } + title:d_c_kargadan_color = { set_color_from_title = title:c_kargadan } + title:d_c_karghalik_color = { set_color_from_title = title:c_karghalik } + title:d_c_kargopol_color = { set_color_from_title = title:c_kargopol } + title:d_c_karkaraly_color = { set_color_from_title = title:c_karkaraly } + title:d_c_karmanta_color = { set_color_from_title = title:c_karmanta } + title:d_c_karnten_color = { set_color_from_title = title:c_karnten } + title:d_c_karor_color = { set_color_from_title = title:c_karor } + title:d_c_karran_color = { set_color_from_title = title:c_karran } + title:d_c_kartauzh_color = { set_color_from_title = title:c_kartauzh } + title:d_c_kartli_color = { set_color_from_title = title:c_kartli } + title:d_c_karur_color = { set_color_from_title = title:c_karur } + title:d_c_kasa_color = { set_color_from_title = title:c_kasa } + title:d_c_kash_color = { set_color_from_title = title:c_kash } + title:d_c_kashgar_color = { set_color_from_title = title:c_kashgar } + title:d_c_kaska_color = { set_color_from_title = title:c_kaska } + title:d_c_kaskelen_color = { set_color_from_title = title:c_kaskelen } + title:d_c_kaski_color = { set_color_from_title = title:c_kaski } + title:d_c_kasmira_color = { set_color_from_title = title:c_kasmira } + title:d_c_kassala_color = { set_color_from_title = title:c_kassala } + title:d_c_kassel_color = { set_color_from_title = title:c_kassel } + title:d_c_katagum_color = { set_color_from_title = title:c_katagum } + title:d_c_kataka_color = { set_color_from_title = title:c_kataka } + title:d_c_katehar_color = { set_color_from_title = title:c_katehar } + title:d_c_kath_color = { set_color_from_title = title:c_kath } + title:d_c_kathmandu_color = { set_color_from_title = title:c_kathmandu } + title:d_c_katsina_color = { set_color_from_title = title:c_katsina } + title:d_c_katu_yaryk_color = { set_color_from_title = title:c_katu_yaryk } + title:d_c_kayor_color = { set_color_from_title = title:c_kayor } + title:d_c_kazan_color = { set_color_from_title = title:c_kazan } + title:d_c_kazanskaya_color = { set_color_from_title = title:c_kazanskaya } + title:d_c_kazanskoye_color = { set_color_from_title = title:c_kazanskoye } + title:d_c_kazym_color = { set_color_from_title = title:c_kazym } + title:d_c_kebbi_color = { set_color_from_title = title:c_kebbi } + title:d_c_keffi_color = { set_color_from_title = title:c_keffi } + title:d_c_kempten_color = { set_color_from_title = title:c_kempten } + title:d_c_kent_color = { set_color_from_title = title:c_kent } + title:d_c_kera_color = { set_color_from_title = title:c_kera } + title:d_c_kerak_color = { set_color_from_title = title:c_kerak } + title:d_c_kerala_color = { set_color_from_title = title:c_kerala } + title:d_c_kerch_color = { set_color_from_title = title:c_kerch } + title:d_c_keriya_color = { set_color_from_title = title:c_keriya } + title:d_c_kerken_color = { set_color_from_title = title:c_kerken } + title:d_c_kermanshah_color = { set_color_from_title = title:c_kermanshah } + title:d_c_kernave_color = { set_color_from_title = title:c_kernave } + title:d_c_ketu_color = { set_color_from_title = title:c_ketu } + title:d_c_keve_color = { set_color_from_title = title:c_keve } + title:d_c_kevrola_color = { set_color_from_title = title:c_kevrola } + title:d_c_khabur_color = { set_color_from_title = title:c_khabur } + title:d_c_khachen_color = { set_color_from_title = title:c_khachen } + title:d_c_khaplu_color = { set_color_from_title = title:c_khaplu } + title:d_c_khar_us_color = { set_color_from_title = title:c_khar_us } + title:d_c_kharam-vosh_color = { set_color_from_title = title:c_kharam-vosh } + title:d_c_kharga_color = { set_color_from_title = title:c_kharga } + title:d_c_khasagt_khairkhan_color = { set_color_from_title = title:c_khasagt_khairkhan } + title:d_c_khawr_color = { set_color_from_title = title:c_khawr } + title:d_c_khaybar_color = { set_color_from_title = title:c_khaybar } + title:d_c_khentii_color = { set_color_from_title = title:c_khentii } + title:d_c_kherson_color = { set_color_from_title = title:c_kherson } + title:d_c_khetaka_color = { set_color_from_title = title:c_khetaka } + title:d_c_khijjingakota_color = { set_color_from_title = title:c_khijjingakota } + title:d_c_khinjali_mandala_color = { set_color_from_title = title:c_khinjali_mandala } + title:d_c_khiva_color = { set_color_from_title = title:c_khiva } + title:d_c_khojand_color = { set_color_from_title = title:c_khojand } + title:d_c_khokhoo_color = { set_color_from_title = title:c_khokhoo } + title:d_c_kholmogory_color = { set_color_from_title = title:c_kholmogory } + title:d_c_khopyor_color = { set_color_from_title = title:c_khopyor } + title:d_c_khortytsia_color = { set_color_from_title = title:c_khortytsia } + title:d_c_khotan_color = { set_color_from_title = title:c_khotan } + title:d_c_khotang_color = { set_color_from_title = title:c_khotang } + title:d_c_khumar_color = { set_color_from_title = title:c_khumar } + title:d_c_khurnak_color = { set_color_from_title = title:c_khurnak } + title:d_c_khuttal_color = { set_color_from_title = title:c_khuttal } + title:d_c_khuwar_color = { set_color_from_title = title:c_khuwar } + title:d_c_kiev_color = { set_color_from_title = title:c_kiev } + title:d_c_kiia_color = { set_color_from_title = title:c_kiia } + title:d_c_kinda_color = { set_color_from_title = title:c_kinda } + title:d_c_kinda_sakun_color = { set_color_from_title = title:c_kinda_sakun } + title:d_c_kingui_color = { set_color_from_title = title:c_kingui } + title:d_c_kintus_color = { set_color_from_title = title:c_kintus } + title:d_c_kiranapura_color = { set_color_from_title = title:c_kiranapura } + title:d_c_kirillov_color = { set_color_from_title = title:c_kirillov } + title:d_c_kirkuk_color = { set_color_from_title = title:c_kirkuk } + title:d_c_kirman_color = { set_color_from_title = title:c_kirman } + title:d_c_kishsh_color = { set_color_from_title = title:c_kishsh } + title:d_c_kisi_color = { set_color_from_title = title:c_kisi } + title:d_c_kita_color = { set_color_from_title = title:c_kita } + title:d_c_kitka_color = { set_color_from_title = title:c_kitka } + title:d_c_kitoi_color = { set_color_from_title = title:c_kitoi } + title:d_c_kittila_color = { set_color_from_title = title:c_kittila } + title:d_c_kiz_color = { set_color_from_title = title:c_kiz } + title:d_c_kizir_color = { set_color_from_title = title:c_kizir } + title:d_c_klarjeti_color = { set_color_from_title = title:c_klarjeti } + title:d_c_kletsk_color = { set_color_from_title = title:c_kletsk } + title:d_c_klingenberg_color = { set_color_from_title = title:c_klingenberg } + title:d_c_knin_color = { set_color_from_title = title:c_knin } + title:d_c_knittelfeld_color = { set_color_from_title = title:c_knittelfeld } + title:d_c_koblenz_color = { set_color_from_title = title:c_koblenz } + title:d_c_koda_color = { set_color_from_title = title:c_koda } + title:d_c_kodalaka_mandala_color = { set_color_from_title = title:c_kodalaka_mandala } + title:d_c_koi-bagar_color = { set_color_from_title = title:c_koi-bagar } + title:d_c_kojuk_color = { set_color_from_title = title:c_kojuk } + title:d_c_kokenois_color = { set_color_from_title = title:c_kokenois } + title:d_c_kokoli_color = { set_color_from_title = title:c_kokoli } + title:d_c_kokpekty_color = { set_color_from_title = title:c_kokpekty } + title:d_c_kol_color = { set_color_from_title = title:c_kol } + title:d_c_kolhapur_color = { set_color_from_title = title:c_kolhapur } + title:d_c_kolobrzeg_color = { set_color_from_title = title:c_kolobrzeg } + title:d_c_kolon_color = { set_color_from_title = title:c_kolon } + title:d_c_kolyn_color = { set_color_from_title = title:c_kolyn } + title:d_c_kolyvan_color = { set_color_from_title = title:c_kolyvan } + title:d_c_konda_ob_color = { set_color_from_title = title:c_konda_ob } + title:d_c_kondana_color = { set_color_from_title = title:c_kondana } + title:d_c_kondoma_color = { set_color_from_title = title:c_kondoma } + title:d_c_kong_color = { set_color_from_title = title:c_kong } + title:d_c_kongu_color = { set_color_from_title = title:c_kongu } + title:d_c_konigsberg_color = { set_color_from_title = title:c_konigsberg } + title:d_c_konko_color = { set_color_from_title = title:c_konko } + title:d_c_kono_color = { set_color_from_title = title:c_kono } + title:d_c_kontupohja_color = { set_color_from_title = title:c_kontupohja } + title:d_c_konyan_color = { set_color_from_title = title:c_konyan } + title:d_c_kopathal_color = { set_color_from_title = title:c_kopathal } + title:d_c_koppam_color = { set_color_from_title = title:c_koppam } + title:d_c_kordofan_color = { set_color_from_title = title:c_kordofan } + title:d_c_korgon_color = { set_color_from_title = title:c_korgon } + title:d_c_korinthos_color = { set_color_from_title = title:c_korinthos } + title:d_c_korosten_color = { set_color_from_title = title:c_korosten } + title:d_c_korsun_color = { set_color_from_title = title:c_korsun } + title:d_c_kos-buwak_color = { set_color_from_title = title:c_kos-buwak } + title:d_c_kos_uba_color = { set_color_from_title = title:c_kos_uba } + title:d_c_koshuki_color = { set_color_from_title = title:c_koshuki } + title:d_c_kota_color = { set_color_from_title = title:c_kota } + title:d_c_kotera_color = { set_color_from_title = title:c_kotera } + title:d_c_kotivarsa_color = { set_color_from_title = title:c_kotivarsa } + title:d_c_kotokel_color = { set_color_from_title = title:c_kotokel } + title:d_c_kotoko_color = { set_color_from_title = title:c_kotoko } + title:d_c_kotte_color = { set_color_from_title = title:c_kotte } + title:d_c_kouga_color = { set_color_from_title = title:c_kouga } + title:d_c_koutajoki_color = { set_color_from_title = title:c_koutajoki } + title:d_c_kozelsk_color = { set_color_from_title = title:c_kozelsk } + title:d_c_kozlov_color = { set_color_from_title = title:c_kozlov } + title:d_c_krajna_color = { set_color_from_title = title:c_krajna } + title:d_c_krakowska_color = { set_color_from_title = title:c_krakowska } + title:d_c_kran_color = { set_color_from_title = title:c_kran } + title:d_c_kranj_color = { set_color_from_title = title:c_kranj } + title:d_c_krasnoyarsk_color = { set_color_from_title = title:c_krasnoyarsk } + title:d_c_krasso_color = { set_color_from_title = title:c_krasso } + title:d_c_krems_color = { set_color_from_title = title:c_krems } + title:d_c_kropot_color = { set_color_from_title = title:c_kropot } + title:d_c_kru_color = { set_color_from_title = title:c_kru } + title:d_c_kucha_color = { set_color_from_title = title:c_kucha } + title:d_c_kuchuk_color = { set_color_from_title = title:c_kuchuk } + title:d_c_kufa_color = { set_color_from_title = title:c_kufa } + title:d_c_kuisugu_color = { set_color_from_title = title:c_kuisugu } + title:d_c_kujawy_color = { set_color_from_title = title:c_kujawy } + title:d_c_kukiya_color = { set_color_from_title = title:c_kukiya } + title:d_c_kuku_color = { set_color_from_title = title:c_kuku } + title:d_c_kulan_utmas_color = { set_color_from_title = title:c_kulan_utmas } + title:d_c_kulan_uynak_color = { set_color_from_title = title:c_kulan_uynak } + title:d_c_kulunda_color = { set_color_from_title = title:c_kulunda } + title:d_c_kumaon_color = { set_color_from_title = title:c_kumaon } + title:d_c_kumasi_color = { set_color_from_title = title:c_kumasi } + title:d_c_kumkol_color = { set_color_from_title = title:c_kumkol } + title:d_c_kumtag_color = { set_color_from_title = title:c_kumtag } + title:d_c_kumych_color = { set_color_from_title = title:c_kumych } + title:d_c_kundina_color = { set_color_from_title = title:c_kundina } + title:d_c_kuozhou_color = { set_color_from_title = title:c_kuozhou } + title:d_c_kuranko_color = { set_color_from_title = title:c_kuranko } + title:d_c_kurdar_color = { set_color_from_title = title:c_kurdar } + title:d_c_kurdistan_color = { set_color_from_title = title:c_kurdistan } + title:d_c_kurgan_color = { set_color_from_title = title:c_kurgan } + title:d_c_kurgus_color = { set_color_from_title = title:c_kurgus } + title:d_c_kurmaed_color = { set_color_from_title = title:c_kurmaed } + title:d_c_kurmina_color = { set_color_from_title = title:c_kurmina } + title:d_c_kursk_color = { set_color_from_title = title:c_kursk } + title:d_c_kurumba_color = { set_color_from_title = title:c_kurumba } + title:d_c_kush-murun_color = { set_color_from_title = title:c_kush-murun } + title:d_c_kusinagara_color = { set_color_from_title = title:c_kusinagara } + title:d_c_kusumi_color = { set_color_from_title = title:c_kusumi } + title:d_c_kutch_color = { set_color_from_title = title:c_kutch } + title:d_c_kuzbas_color = { set_color_from_title = title:c_kuzbas } + title:d_c_kwahu-akyem_color = { set_color_from_title = title:c_kwahu-akyem } + title:d_c_kwararafa_color = { set_color_from_title = title:c_kwararafa } + title:d_c_kyadya_color = { set_color_from_title = title:c_kyadya } + title:d_c_kyakyaru_color = { set_color_from_title = title:c_kyakyaru } + title:d_c_kyaukse_color = { set_color_from_title = title:c_kyaukse } + title:d_c_kyin_color = { set_color_from_title = title:c_kyin } + title:d_c_kymyl_tey_color = { set_color_from_title = title:c_kymyl_tey } + title:d_c_kyunglung_color = { set_color_from_title = title:c_kyunglung } + title:d_c_kyzistra_color = { set_color_from_title = title:c_kyzistra } + title:d_c_kyzylkul_color = { set_color_from_title = title:c_kyzylkul } + title:d_c_la_marche_color = { set_color_from_title = title:c_la_marche } + title:d_c_labda_color = { set_color_from_title = title:c_labda } + title:d_c_labourd_color = { set_color_from_title = title:c_labourd } + title:d_c_lachyk-uba_color = { set_color_from_title = title:c_lachyk-uba } + title:d_c_laconia_color = { set_color_from_title = title:c_laconia } + title:d_c_ladyzyn_color = { set_color_from_title = title:c_ladyzyn } + title:d_c_lag_dera_color = { set_color_from_title = title:c_lag_dera } + title:d_c_laghwat_color = { set_color_from_title = title:c_laghwat } + title:d_c_lahur_color = { set_color_from_title = title:c_lahur } + title:d_c_laia_color = { set_color_from_title = title:c_laia } + title:d_c_lakhnau_color = { set_color_from_title = title:c_lakhnau } + title:d_c_laksmanavati_color = { set_color_from_title = title:c_laksmanavati } + title:d_c_lanarkshire_color = { set_color_from_title = title:c_lanarkshire } + title:d_c_lancashire_color = { set_color_from_title = title:c_lancashire } + title:d_c_lanciano_color = { set_color_from_title = title:c_lanciano } + title:d_c_landsberg_color = { set_color_from_title = title:c_landsberg } + title:d_c_langres_color = { set_color_from_title = title:c_langres } + title:d_c_lapusna_color = { set_color_from_title = title:c_lapusna } + title:d_c_lar_color = { set_color_from_title = title:c_lar } + title:d_c_lasta_color = { set_color_from_title = title:c_lasta } + title:d_c_lecce_color = { set_color_from_title = title:c_lecce } + title:d_c_leczycka_color = { set_color_from_title = title:c_leczycka } + title:d_c_legnica_color = { set_color_from_title = title:c_legnica } + title:d_c_leh_color = { set_color_from_title = title:c_leh } + title:d_c_leicestershire_color = { set_color_from_title = title:c_leicestershire } + title:d_c_leinster_color = { set_color_from_title = title:c_leinster } + title:d_c_lena_color = { set_color_from_title = title:c_lena } + title:d_c_lenggu_color = { set_color_from_title = title:c_lenggu } + title:d_c_lenghu_color = { set_color_from_title = title:c_lenghu } + title:d_c_lennox_color = { set_color_from_title = title:c_lennox } + title:d_c_leon_color = { set_color_from_title = title:c_leon } + title:d_c_lepsink_color = { set_color_from_title = title:c_lepsink } + title:d_c_leraba_color = { set_color_from_title = title:c_leraba } + title:d_c_lesbos_color = { set_color_from_title = title:c_lesbos } + title:d_c_leuchtenburg_color = { set_color_from_title = title:c_leuchtenburg } + title:d_c_lhagang_color = { set_color_from_title = title:c_lhagang } + title:d_c_lhari_color = { set_color_from_title = title:c_lhari } + title:d_c_lhasa_color = { set_color_from_title = title:c_lhasa } + title:d_c_lhatok_color = { set_color_from_title = title:c_lhatok } + title:d_c_lhunze_color = { set_color_from_title = title:c_lhunze } + title:d_c_lhunzhub_color = { set_color_from_title = title:c_lhunzhub } + title:d_c_liangzhou_color = { set_color_from_title = title:c_liangzhou } + title:d_c_liebnitz_color = { set_color_from_title = title:c_liebnitz } + title:d_c_liege_color = { set_color_from_title = title:c_liege } + title:d_c_lienz_color = { set_color_from_title = title:c_lienz } + title:d_c_lika_color = { set_color_from_title = title:c_lika } + title:d_c_lille_color = { set_color_from_title = title:c_lille } + title:d_c_limousin_color = { set_color_from_title = title:c_limousin } + title:d_c_lincolnshire_color = { set_color_from_title = title:c_lincolnshire } + title:d_c_lingtsang_color = { set_color_from_title = title:c_lingtsang } + title:d_c_linlithgowshire_color = { set_color_from_title = title:c_linlithgowshire } + title:d_c_linz_color = { set_color_from_title = title:c_linz } + title:d_c_linze_color = { set_color_from_title = title:c_linze } + title:d_c_lippe_color = { set_color_from_title = title:c_lippe } + title:d_c_lipto_color = { set_color_from_title = title:c_lipto } + title:d_c_lisboa_color = { set_color_from_title = title:c_lisboa } + title:d_c_lisieux_color = { set_color_from_title = title:c_lisieux } + title:d_c_litang_color = { set_color_from_title = title:c_litang } + title:d_c_litomerice_color = { set_color_from_title = title:c_litomerice } + title:d_c_livs_color = { set_color_from_title = title:c_livs } + title:d_c_ljubljana_color = { set_color_from_title = title:c_ljubljana } + title:d_c_lleida_color = { set_color_from_title = title:c_lleida } + title:d_c_lobdaburg_color = { set_color_from_title = title:c_lobdaburg } + title:d_c_lobi_color = { set_color_from_title = title:c_lobi } + title:d_c_lobo_color = { set_color_from_title = title:c_lobo } + title:d_c_logudoro_color = { set_color_from_title = title:c_logudoro } + title:d_c_lolland_falster_color = { set_color_from_title = title:c_lolland_falster } + title:d_c_lombardia_color = { set_color_from_title = title:c_lombardia } + title:d_c_lomzynska_color = { set_color_from_title = title:c_lomzynska } + title:d_c_lori_color = { set_color_from_title = title:c_lori } + title:d_c_loropeni_color = { set_color_from_title = title:c_loropeni } + title:d_c_lothian_color = { set_color_from_title = title:c_lothian } + title:d_c_loulan_color = { set_color_from_title = title:c_loulan } + title:d_c_lower_galatia_color = { set_color_from_title = title:c_lower_galatia } + title:d_c_lubeck_color = { set_color_from_title = title:c_lubeck } + title:d_c_lubelska_color = { set_color_from_title = title:c_lubelska } + title:d_c_lubusz_color = { set_color_from_title = title:c_lubusz } + title:d_c_lucca_color = { set_color_from_title = title:c_lucca } + title:d_c_ludrava_color = { set_color_from_title = title:c_ludrava } + title:d_c_luki_color = { set_color_from_title = title:c_luki } + title:d_c_lukoml_color = { set_color_from_title = title:c_lukoml } + title:d_c_lumbini_color = { set_color_from_title = title:c_lumbini } + title:d_c_luneburg_color = { set_color_from_title = title:c_luneburg } + title:d_c_lunggar_color = { set_color_from_title = title:c_lunggar } + title:d_c_luni_color = { set_color_from_title = title:c_luni } + title:d_c_luntai_color = { set_color_from_title = title:c_luntai } + title:d_c_luristan_color = { set_color_from_title = title:c_luristan } + title:d_c_lusignan_color = { set_color_from_title = title:c_lusignan } + title:d_c_luuq_color = { set_color_from_title = title:c_luuq } + title:d_c_luxembourg_color = { set_color_from_title = title:c_luxembourg } + title:d_c_lviv_color = { set_color_from_title = title:c_lviv } + title:d_c_lycandus_color = { set_color_from_title = title:c_lycandus } + title:d_c_lycaonia_color = { set_color_from_title = title:c_lycaonia } + title:d_c_lycia_color = { set_color_from_title = title:c_lycia } + title:d_c_lydia_color = { set_color_from_title = title:c_lydia } + title:d_c_lyon_color = { set_color_from_title = title:c_lyon } + title:d_c_lysva_color = { set_color_from_title = title:c_lysva } + title:d_c_lyubim_color = { set_color_from_title = title:c_lyubim } + title:d_c_maab_color = { set_color_from_title = title:c_maab } + title:d_c_maan_color = { set_color_from_title = title:c_maan } + title:d_c_maastricht_color = { set_color_from_title = title:c_maastricht } + title:d_c_macon_color = { set_color_from_title = title:c_macon } + title:d_c_macva_color = { set_color_from_title = title:c_macva } + title:d_c_madaya_color = { set_color_from_title = title:c_madaya } + title:d_c_madhupur_color = { set_color_from_title = title:c_madhupur } + title:d_c_madoi_color = { set_color_from_title = title:c_madoi } + title:d_c_madrid_color = { set_color_from_title = title:c_madrid } + title:d_c_madurai_color = { set_color_from_title = title:c_madurai } + title:d_c_mafaza_color = { set_color_from_title = title:c_mafaza } + title:d_c_magadha_color = { set_color_from_title = title:c_magadha } + title:d_c_magdeburg_color = { set_color_from_title = title:c_magdeburg } + title:d_c_maghas_color = { set_color_from_title = title:c_maghas } + title:d_c_magwe_color = { set_color_from_title = title:c_magwe } + title:d_c_mahdiya_color = { set_color_from_title = title:c_mahdiya } + title:d_c_mahishaka_color = { set_color_from_title = title:c_mahishaka } + title:d_c_mahoba_color = { set_color_from_title = title:c_mahoba } + title:d_c_mahra_color = { set_color_from_title = title:c_mahra } + title:d_c_mahur_color = { set_color_from_title = title:c_mahur } + title:d_c_maine_color = { set_color_from_title = title:c_maine } + title:d_c_mainling_color = { set_color_from_title = title:c_mainling } + title:d_c_mainz_color = { set_color_from_title = title:c_mainz } + title:d_c_mait_color = { set_color_from_title = title:c_mait } + title:d_c_majar_color = { set_color_from_title = title:c_majar } + title:d_c_makhir_color = { set_color_from_title = title:c_makhir } + title:d_c_malaga_color = { set_color_from_title = title:c_malaga } + title:d_c_malagon_color = { set_color_from_title = title:c_malagon } + title:d_c_malbork_color = { set_color_from_title = title:c_malbork } + title:d_c_maldives_color = { set_color_from_title = title:c_maldives } + title:d_c_maldwyn_color = { set_color_from_title = title:c_maldwyn } + title:d_c_mallabhum_color = { set_color_from_title = title:c_mallabhum } + title:d_c_mallorca_color = { set_color_from_title = title:c_mallorca } + title:d_c_malta_color = { set_color_from_title = title:c_malta } + title:d_c_mamprusi_color = { set_color_from_title = title:c_mamprusi } + title:d_c_man_color = { set_color_from_title = title:c_man } + title:d_c_mana_color = { set_color_from_title = title:c_mana } + title:d_c_manatau_color = { set_color_from_title = title:c_manatau } + title:d_c_mandab_color = { set_color_from_title = title:c_mandab } + title:d_c_mandapika_color = { set_color_from_title = title:c_mandapika } + title:d_c_mandavyapura_color = { set_color_from_title = title:c_mandavyapura } + title:d_c_mandestan_color = { set_color_from_title = title:c_mandestan } + title:d_c_mangnai_color = { set_color_from_title = title:c_mangnai } + title:d_c_mangra_color = { set_color_from_title = title:c_mangra } + title:d_c_mangyshlak_color = { set_color_from_title = title:c_mangyshlak } + title:d_c_manikpur_color = { set_color_from_title = title:c_manikpur } + title:d_c_manipur_color = { set_color_from_title = title:c_manipur } + title:d_c_mansfeld_color = { set_color_from_title = title:c_mansfeld } + title:d_c_mansura_color = { set_color_from_title = title:c_mansura } + title:d_c_manthang_color = { set_color_from_title = title:c_manthang } + title:d_c_mantua_color = { set_color_from_title = title:c_mantua } + title:d_c_manturovo_color = { set_color_from_title = title:c_manturovo } + title:d_c_maowun_color = { set_color_from_title = title:c_maowun } + title:d_c_maqen_color = { set_color_from_title = title:c_maqen } + title:d_c_maqu_color = { set_color_from_title = title:c_maqu } + title:d_c_maragha_color = { set_color_from_title = title:c_maragha } + title:d_c_marash_color = { set_color_from_title = title:c_marash } + title:d_c_marburg_color = { set_color_from_title = title:c_marburg } + title:d_c_mareeg_color = { set_color_from_title = title:c_mareeg } + title:d_c_mark_color = { set_color_from_title = title:c_mark } + title:d_c_markam_color = { set_color_from_title = title:c_markam } + title:d_c_marmaros_color = { set_color_from_title = title:c_marmaros } + title:d_c_marrakesh_color = { set_color_from_title = title:c_marrakesh } + title:d_c_marsabit_color = { set_color_from_title = title:c_marsabit } + title:d_c_marsan_color = { set_color_from_title = title:c_marsan } + title:d_c_martyuba_color = { set_color_from_title = title:c_martyuba } + title:d_c_marvarrud_color = { set_color_from_title = title:c_marvarrud } + title:d_c_masa_color = { set_color_from_title = title:c_masa } + title:d_c_masabadhan_color = { set_color_from_title = title:c_masabadhan } + title:d_c_masalit_color = { set_color_from_title = title:c_masalit } + title:d_c_masin_color = { set_color_from_title = title:c_masin } + title:d_c_massawa_color = { set_color_from_title = title:c_massawa } + title:d_c_massina_color = { set_color_from_title = title:c_massina } + title:d_c_mathura_color = { set_color_from_title = title:c_mathura } + title:d_c_mau_color = { set_color_from_title = title:c_mau } + title:d_c_mayo_color = { set_color_from_title = title:c_mayo } + title:d_c_mayyafariqin_color = { set_color_from_title = title:c_mayyafariqin } + title:d_c_mazandaran_color = { set_color_from_title = title:c_mazandaran } + title:d_c_mazongshan_color = { set_color_from_title = title:c_mazongshan } + title:d_c_mearns_color = { set_color_from_title = title:c_mearns } + title:d_c_meaux_color = { set_color_from_title = title:c_meaux } + title:d_c_mecca_color = { set_color_from_title = title:c_mecca } + title:d_c_mecklenburg_color = { set_color_from_title = title:c_mecklenburg } + title:d_c_medantaka_color = { set_color_from_title = title:c_medantaka } + title:d_c_medapata_color = { set_color_from_title = title:c_medapata } + title:d_c_medellin_color = { set_color_from_title = title:c_medellin } + title:d_c_medelpad_color = { set_color_from_title = title:c_medelpad } + title:d_c_medina_color = { set_color_from_title = title:c_medina } + title:d_c_medjerda_color = { set_color_from_title = title:c_medjerda } + title:d_c_meissen_color = { set_color_from_title = title:c_meissen } + title:d_c_meknes_color = { set_color_from_title = title:c_meknes } + title:d_c_melilla_color = { set_color_from_title = title:c_melilla } + title:d_c_melitene_color = { set_color_from_title = title:c_melitene } + title:d_c_mema_color = { set_color_from_title = title:c_mema } + title:d_c_memar_color = { set_color_from_title = title:c_memar } + title:d_c_memel_color = { set_color_from_title = title:c_memel } + title:d_c_menorca_color = { set_color_from_title = title:c_menorca } + title:d_c_merida_color = { set_color_from_title = title:c_merida } + title:d_c_merioneth_color = { set_color_from_title = title:c_merioneth } + title:d_c_meroe_color = { set_color_from_title = title:c_meroe } + title:d_c_mersenburg_color = { set_color_from_title = title:c_mersenburg } + title:d_c_merv_color = { set_color_from_title = title:c_merv } + title:d_c_mesembria_color = { set_color_from_title = title:c_mesembria } + title:d_c_mesopotamia_color = { set_color_from_title = title:c_mesopotamia } + title:d_c_messenia_color = { set_color_from_title = title:c_messenia } + title:d_c_messina_color = { set_color_from_title = title:c_messina } + title:d_c_messukyla_color = { set_color_from_title = title:c_messukyla } + title:d_c_metz_color = { set_color_from_title = title:c_metz } + title:d_c_metzovo_color = { set_color_from_title = title:c_metzovo } + title:d_c_miastko_color = { set_color_from_title = title:c_miastko } + title:d_c_middlesex_color = { set_color_from_title = title:c_middlesex } + title:d_c_midnapore_color = { set_color_from_title = title:c_midnapore } + title:d_c_miliez_color = { set_color_from_title = title:c_miliez } + title:d_c_millau_color = { set_color_from_title = title:c_millau } + title:d_c_minbu_color = { set_color_from_title = title:c_minbu } + title:d_c_minden_color = { set_color_from_title = title:c_minden } + title:d_c_minsk_color = { set_color_from_title = title:c_minsk } + title:d_c_mithila_color = { set_color_from_title = title:c_mithila } + title:d_c_modena_color = { set_color_from_title = title:c_modena } + title:d_c_modrus_color = { set_color_from_title = title:c_modrus } + title:d_c_mogadishu_color = { set_color_from_title = title:c_mogadishu } + title:d_c_mohadavasaka_color = { set_color_from_title = title:c_mohadavasaka } + title:d_c_molina_color = { set_color_from_title = title:c_molina } + title:d_c_monferrato_color = { set_color_from_title = title:c_monferrato } + title:d_c_monkh_saridag_color = { set_color_from_title = title:c_monkh_saridag } + title:d_c_monmouthshire_color = { set_color_from_title = title:c_monmouthshire } + title:d_c_montaigu_color = { set_color_from_title = title:c_montaigu } + title:d_c_montargis_color = { set_color_from_title = title:c_montargis } + title:d_c_monterrei_color = { set_color_from_title = title:c_monterrei } + title:d_c_montpellier_color = { set_color_from_title = title:c_montpellier } + title:d_c_mora_color = { set_color_from_title = title:c_mora } + title:d_c_morarna_color = { set_color_from_title = title:c_morarna } + title:d_c_moray_color = { set_color_from_title = title:c_moray } + title:d_c_more_color = { set_color_from_title = title:c_more } + title:d_c_mosala_color = { set_color_from_title = title:c_mosala } + title:d_c_moskva_color = { set_color_from_title = title:c_moskva } + title:d_c_mosul_color = { set_color_from_title = title:c_mosul } + title:d_c_mosynopolis_color = { set_color_from_title = title:c_mosynopolis } + title:d_c_moura_color = { set_color_from_title = title:c_moura } + title:d_c_mozhaysk_color = { set_color_from_title = title:c_mozhaysk } + title:d_c_mudgagiri_color = { set_color_from_title = title:c_mudgagiri } + title:d_c_mudug_color = { set_color_from_title = title:c_mudug } + title:d_c_mugan_color = { set_color_from_title = title:c_mugan } + title:d_c_mugodzhar_hills_color = { set_color_from_title = title:c_mugodzhar_hills } + title:d_c_mulaka_color = { set_color_from_title = title:c_mulaka } + title:d_c_multan_color = { set_color_from_title = title:c_multan } + title:d_c_muluya_color = { set_color_from_title = title:c_muluya } + title:d_c_mumo_color = { set_color_from_title = title:c_mumo } + title:d_c_munchen_color = { set_color_from_title = title:c_munchen } + title:d_c_munda_color = { set_color_from_title = title:c_munda } + title:d_c_munio_color = { set_color_from_title = title:c_munio } + title:d_c_munjan_color = { set_color_from_title = title:c_munjan } + title:d_c_munster_color = { set_color_from_title = title:c_munster } + title:d_c_murcia_color = { set_color_from_title = title:c_murcia } + title:d_c_murom_color = { set_color_from_title = title:c_murom } + title:d_c_murun_tomis_color = { set_color_from_title = title:c_murun_tomis } + title:d_c_murzuk_color = { set_color_from_title = title:c_murzuk } + title:d_c_muscat_color = { set_color_from_title = title:c_muscat } + title:d_c_mustasaari_color = { set_color_from_title = title:c_mustasaari } + title:d_c_muya_color = { set_color_from_title = title:c_muya } + title:d_c_mysia_color = { set_color_from_title = title:c_mysia } + title:d_c_nabadwipa_color = { set_color_from_title = title:c_nabadwipa } + title:d_c_naddula_color = { set_color_from_title = title:c_naddula } + title:d_c_naga_color = { set_color_from_title = title:c_naga } + title:d_c_nagarze_color = { set_color_from_title = title:c_nagarze } + title:d_c_nagauda_color = { set_color_from_title = title:c_nagauda } + title:d_c_nagchu_color = { set_color_from_title = title:c_nagchu } + title:d_c_nagormo_color = { set_color_from_title = title:c_nagormo } + title:d_c_naimisa_color = { set_color_from_title = title:c_naimisa } + title:d_c_naissus_color = { set_color_from_title = title:c_naissus } + title:d_c_najera_color = { set_color_from_title = title:c_najera } + title:d_c_najran_color = { set_color_from_title = title:c_najran } + title:d_c_nakhshab_color = { set_color_from_title = title:c_nakhshab } + title:d_c_naldurg_color = { set_color_from_title = title:c_naldurg } + title:d_c_nallamala_color = { set_color_from_title = title:c_nallamala } + title:d_c_nalu_color = { set_color_from_title = title:c_nalu } + title:d_c_namandiru_color = { set_color_from_title = title:c_namandiru } + title:d_c_namdalfylki_color = { set_color_from_title = title:c_namdalfylki } + title:d_c_namur_color = { set_color_from_title = title:c_namur } + title:d_c_nancy_color = { set_color_from_title = title:c_nancy } + title:d_c_nandana_color = { set_color_from_title = title:c_nandana } + title:d_c_nang_color = { set_color_from_title = title:c_nang } + title:d_c_nangqen_color = { set_color_from_title = title:c_nangqen } + title:d_c_nantes_color = { set_color_from_title = title:c_nantes } + title:d_c_nanumba_color = { set_color_from_title = title:c_nanumba } + title:d_c_napoli_color = { set_color_from_title = title:c_napoli } + title:d_c_naqis_color = { set_color_from_title = title:c_naqis } + title:d_c_narim_color = { set_color_from_title = title:c_narim } + title:d_c_narke_color = { set_color_from_title = title:c_narke } + title:d_c_narva_color = { set_color_from_title = title:c_narva } + title:d_c_narym_DZU_color = { set_color_from_title = title:c_narym_DZU } + title:d_c_nasaiya_color = { set_color_from_title = title:c_nasaiya } + title:d_c_nasibin_color = { set_color_from_title = title:c_nasibin } + title:d_c_nasrabad_color = { set_color_from_title = title:c_nasrabad } + title:d_c_nassau_color = { set_color_from_title = title:c_nassau } + title:d_c_natangia_color = { set_color_from_title = title:c_natangia } + title:d_c_naumberg_color = { set_color_from_title = title:c_naumberg } + title:d_c_naumburg_color = { set_color_from_title = title:c_naumburg } + title:d_c_naushki_color = { set_color_from_title = title:c_naushki } + title:d_c_navarra_color = { set_color_from_title = title:c_navarra } + title:d_c_navasarika_color = { set_color_from_title = title:c_navasarika } + title:d_c_naxos_color = { set_color_from_title = title:c_naxos } + title:d_c_ndenye_color = { set_color_from_title = title:c_ndenye } + title:d_c_neamnt_color = { set_color_from_title = title:c_neamnt } + title:d_c_nedenes_color = { set_color_from_title = title:c_nedenes } + title:d_c_nedersticht_color = { set_color_from_title = title:c_nedersticht } + title:d_c_negev_color = { set_color_from_title = title:c_negev } + title:d_c_nellore_color = { set_color_from_title = title:c_nellore } + title:d_c_neopatras_color = { set_color_from_title = title:c_neopatras } + title:d_c_neramkary_color = { set_color_from_title = title:c_neramkary } + title:d_c_neufchateau_color = { set_color_from_title = title:c_neufchateau } + title:d_c_nevers_color = { set_color_from_title = title:c_nevers } + title:d_c_ngawa_color = { set_color_from_title = title:c_ngawa } + title:d_c_ngoring_color = { set_color_from_title = title:c_ngoring } + title:d_c_niani_color = { set_color_from_title = title:c_niani } + title:d_c_nice_color = { set_color_from_title = title:c_nice } + title:d_c_nicopolis_color = { set_color_from_title = title:c_nicopolis } + title:d_c_nicosia_color = { set_color_from_title = title:c_nicosia } + title:d_c_niebla_color = { set_color_from_title = title:c_niebla } + title:d_c_nih_color = { set_color_from_title = title:c_nih } + title:d_c_nihawand_color = { set_color_from_title = title:c_nihawand } + title:d_c_nikaea_color = { set_color_from_title = title:c_nikaea } + title:d_c_nikki_color = { set_color_from_title = title:c_nikki } + title:d_c_nikopolis_color = { set_color_from_title = title:c_nikopolis } + title:d_c_ninive_color = { set_color_from_title = title:c_ninive } + title:d_c_niomi_color = { set_color_from_title = title:c_niomi } + title:d_c_nishapur_color = { set_color_from_title = title:c_nishapur } + title:d_c_nizhny_novgorod_color = { set_color_from_title = title:c_nizhny_novgorod } + title:d_c_nizwa_color = { set_color_from_title = title:c_nizwa } + title:d_c_njudung_color = { set_color_from_title = title:c_njudung } + title:d_c_nordlingen_color = { set_color_from_title = title:c_nordlingen } + title:d_c_nordmark_color = { set_color_from_title = title:c_nordmark } + title:d_c_nordrland_color = { set_color_from_title = title:c_nordrland } + title:d_c_norfolk_color = { set_color_from_title = title:c_norfolk } + title:d_c_north_riding_color = { set_color_from_title = title:c_north_riding } + title:d_c_northamptonshire_color = { set_color_from_title = title:c_northamptonshire } + title:d_c_northumberland_color = { set_color_from_title = title:c_northumberland } + title:d_c_norwegian_more_color = { set_color_from_title = title:c_norwegian_more } + title:d_c_nottinghamshire_color = { set_color_from_title = title:c_nottinghamshire } + title:d_c_novara_color = { set_color_from_title = title:c_novara } + title:d_c_novgorod_color = { set_color_from_title = title:c_novgorod } + title:d_c_novgorod_seversky_color = { set_color_from_title = title:c_novgorod_seversky } + title:d_c_novogrudok_color = { set_color_from_title = title:c_novogrudok } + title:d_c_novosil_color = { set_color_from_title = title:c_novosil } + title:d_c_nugaal_color = { set_color_from_title = title:c_nugaal } + title:d_c_nuon_color = { set_color_from_title = title:c_nuon } + title:d_c_nupe_color = { set_color_from_title = title:c_nupe } + title:d_c_nurnberg_color = { set_color_from_title = title:c_nurnberg } + title:d_c_nurtay_color = { set_color_from_title = title:c_nurtay } + title:d_c_nyagrong_color = { set_color_from_title = title:c_nyagrong } + title:d_c_nyainrong_color = { set_color_from_title = title:c_nyainrong } + title:d_c_nyalam_color = { set_color_from_title = title:c_nyalam } + title:d_c_nyemo_color = { set_color_from_title = title:c_nyemo } + title:d_c_nyene_color = { set_color_from_title = title:c_nyene } + title:d_c_nyima_color = { set_color_from_title = title:c_nyima } + title:d_c_nyingchi_color = { set_color_from_title = title:c_nyingchi } + title:d_c_nyitra_color = { set_color_from_title = title:c_nyitra } + title:d_c_nyland_color = { set_color_from_title = title:c_nyland } + title:d_c_nysa_color = { set_color_from_title = title:c_nysa } + title:d_c_nzi_color = { set_color_from_title = title:c_nzi } + title:d_c_ob_color = { set_color_from_title = title:c_ob } + title:d_c_odessa_color = { set_color_from_title = title:c_odessa } + title:d_c_odishi_color = { set_color_from_title = title:c_odishi } + title:d_c_odoyev_color = { set_color_from_title = title:c_odoyev } + title:d_c_ohrid_color = { set_color_from_title = title:c_ohrid } + title:d_c_oigon_color = { set_color_from_title = title:c_oigon } + title:d_c_okangara_color = { set_color_from_title = title:c_okangara } + title:d_c_oland_color = { set_color_from_title = title:c_oland } + title:d_c_olavinlinna_color = { set_color_from_title = title:c_olavinlinna } + title:d_c_oldenburg_color = { set_color_from_title = title:c_oldenburg } + title:d_c_oleshye_color = { set_color_from_title = title:c_oleshye } + title:d_c_olkhon_color = { set_color_from_title = title:c_olkhon } + title:d_c_olmedo_color = { set_color_from_title = title:c_olmedo } + title:d_c_olomouc_color = { set_color_from_title = title:c_olomouc } + title:d_c_omsk_color = { set_color_from_title = title:c_omsk } + title:d_c_onega_color = { set_color_from_title = title:c_onega } + title:d_c_onega_BJA_color = { set_color_from_title = title:c_onega_BJA } + title:d_c_ongi_color = { set_color_from_title = title:c_ongi } + title:d_c_onsthia_color = { set_color_from_title = title:c_onsthia } + title:d_c_opanda_color = { set_color_from_title = title:c_opanda } + title:d_c_opava_color = { set_color_from_title = title:c_opava } + title:d_c_opole_color = { set_color_from_title = title:c_opole } + title:d_c_orangallu_color = { set_color_from_title = title:c_orangallu } + title:d_c_orania_color = { set_color_from_title = title:c_orania } + title:d_c_orava_color = { set_color_from_title = title:c_orava } + title:d_c_orbetello_color = { set_color_from_title = title:c_orbetello } + title:d_c_orenburg_color = { set_color_from_title = title:c_orenburg } + title:d_c_orhei_color = { set_color_from_title = title:c_orhei } + title:d_c_oriel_color = { set_color_from_title = title:c_oriel } + title:d_c_orkney_color = { set_color_from_title = title:c_orkney } + title:d_c_orlamunde_color = { set_color_from_title = title:c_orlamunde } + title:d_c_orleans_color = { set_color_from_title = title:c_orleans } + title:d_c_ormond_color = { set_color_from_title = title:c_ormond } + title:d_c_orsha_color = { set_color_from_title = title:c_orsha } + title:d_c_orvieto_color = { set_color_from_title = title:c_orvieto } + title:d_c_osel_color = { set_color_from_title = title:c_osel } + title:d_c_oshrusana_color = { set_color_from_title = title:c_oshrusana } + title:d_c_oskol_color = { set_color_from_title = title:c_oskol } + title:d_c_osnabruck_color = { set_color_from_title = title:c_osnabruck } + title:d_c_ossory_color = { set_color_from_title = title:c_ossory } + title:d_c_ostergotland_color = { set_color_from_title = title:c_ostergotland } + title:d_c_osterland_color = { set_color_from_title = title:c_osterland } + title:d_c_osterode_color = { set_color_from_title = title:c_osterode } + title:d_c_ostfriesland_color = { set_color_from_title = title:c_ostfriesland } + title:d_c_otrar_color = { set_color_from_title = title:c_otrar } + title:d_c_oudalan_color = { set_color_from_title = title:c_oudalan } + title:d_c_oulu_color = { set_color_from_title = title:c_oulu } + title:d_c_outer_hebrides_color = { set_color_from_title = title:c_outer_hebrides } + title:d_c_oversticht_color = { set_color_from_title = title:c_oversticht } + title:d_c_owu_color = { set_color_from_title = title:c_owu } + title:d_c_oxfordshire_color = { set_color_from_title = title:c_oxfordshire } + title:d_c_oyo_color = { set_color_from_title = title:c_oyo } + title:d_c_pacatiana_color = { set_color_from_title = title:c_pacatiana } + title:d_c_paderborn_color = { set_color_from_title = title:c_paderborn } + title:d_c_padua_color = { set_color_from_title = title:c_padua } + title:d_c_padum_color = { set_color_from_title = title:c_padum } + title:d_c_paeonia_color = { set_color_from_title = title:c_paeonia } + title:d_c_pagan_color = { set_color_from_title = title:c_pagan } + title:d_c_pagania_color = { set_color_from_title = title:c_pagania } + title:d_c_palakka_color = { set_color_from_title = title:c_palakka } + title:d_c_palanga_color = { set_color_from_title = title:c_palanga } + title:d_c_palermo_color = { set_color_from_title = title:c_palermo } + title:d_c_pallas_color = { set_color_from_title = title:c_pallas } + title:d_c_palmyra_color = { set_color_from_title = title:c_palmyra } + title:d_c_palniki_color = { set_color_from_title = title:c_palniki } + title:d_c_pamphylia_color = { set_color_from_title = title:c_pamphylia } + title:d_c_panaji_color = { set_color_from_title = title:c_panaji } + title:d_c_panjgur_color = { set_color_from_title = title:c_panjgur } + title:d_c_pannagallu_color = { set_color_from_title = title:c_pannagallu } + title:d_c_paphlagonia_color = { set_color_from_title = title:c_paphlagonia } + title:d_c_parma_color = { set_color_from_title = title:c_parma } + title:d_c_paro_color = { set_color_from_title = title:c_paro } + title:d_c_parsberg_color = { set_color_from_title = title:c_parsberg } + title:d_c_passau_color = { set_color_from_title = title:c_passau } + title:d_c_pavia_color = { set_color_from_title = title:c_pavia } + title:d_c_pavlodar_color = { set_color_from_title = title:c_pavlodar } + title:d_c_peaccam_color = { set_color_from_title = title:c_peaccam } + title:d_c_pecheneg_color = { set_color_from_title = title:c_pecheneg } + title:d_c_pedersore_color = { set_color_from_title = title:c_pedersore } + title:d_c_pegu_color = { set_color_from_title = title:c_pegu } + title:d_c_pelym_color = { set_color_from_title = title:c_pelym } + title:d_c_pelyul_color = { set_color_from_title = title:c_pelyul } + title:d_c_pemako_color = { set_color_from_title = title:c_pemako } + title:d_c_pembrokeshire_color = { set_color_from_title = title:c_pembrokeshire } + title:d_c_pendjari_color = { set_color_from_title = title:c_pendjari } + title:d_c_penthievre_color = { set_color_from_title = title:c_penthievre } + title:d_c_penugonda_color = { set_color_from_title = title:c_penugonda } + title:d_c_penza_color = { set_color_from_title = title:c_penza } + title:d_c_perekop_color = { set_color_from_title = title:c_perekop } + title:d_c_peremyshl_color = { set_color_from_title = title:c_peremyshl } + title:d_c_peresopnytsia_color = { set_color_from_title = title:c_peresopnytsia } + title:d_c_pereyaslavl_color = { set_color_from_title = title:c_pereyaslavl } + title:d_c_perigord_color = { set_color_from_title = title:c_perigord } + title:d_c_perm_color = { set_color_from_title = title:c_perm } + title:d_c_pest_color = { set_color_from_title = title:c_pest } + title:d_c_petropavl_color = { set_color_from_title = title:c_petropavl } + title:d_c_petropavolsk_color = { set_color_from_title = title:c_petropavolsk } + title:d_c_petrovsk_color = { set_color_from_title = title:c_petrovsk } + title:d_c_philippopolis_color = { set_color_from_title = title:c_philippopolis } + title:d_c_philomelium_color = { set_color_from_title = title:c_philomelium } + title:d_c_phiti_color = { set_color_from_title = title:c_phiti } + title:d_c_phrygia_color = { set_color_from_title = title:c_phrygia } + title:d_c_pielinen_color = { set_color_from_title = title:c_pielinen } + title:d_c_pila_color = { set_color_from_title = title:c_pila } + title:d_c_pinsk_color = { set_color_from_title = title:c_pinsk } + title:d_c_pirin_color = { set_color_from_title = title:c_pirin } + title:d_c_pisa_color = { set_color_from_title = title:c_pisa } + title:d_c_pisidia_color = { set_color_from_title = title:c_pisidia } + title:d_c_pite_color = { set_color_from_title = title:c_pite } + title:d_c_pitten_color = { set_color_from_title = title:c_pitten } + title:d_c_plasencia_color = { set_color_from_title = title:c_plasencia } + title:d_c_plocka_color = { set_color_from_title = title:c_plocka } + title:d_c_plyos_color = { set_color_from_title = title:c_plyos } + title:d_c_plzen_color = { set_color_from_title = title:c_plzen } + title:d_c_po_color = { set_color_from_title = title:c_po } + title:d_c_podor_color = { set_color_from_title = title:c_podor } + title:d_c_podrinje_color = { set_color_from_title = title:c_podrinje } + title:d_c_poitiers_color = { set_color_from_title = title:c_poitiers } + title:d_c_polesine_color = { set_color_from_title = title:c_polesine } + title:d_c_polotsk_color = { set_color_from_title = title:c_polotsk } + title:d_c_polovragi_color = { set_color_from_title = title:c_polovragi } + title:d_c_pomoravlje_color = { set_color_from_title = title:c_pomoravlje } + title:d_c_pomorje_color = { set_color_from_title = title:c_pomorje } + title:d_c_pompeiopolis_color = { set_color_from_title = title:c_pompeiopolis } + title:d_c_porto_color = { set_color_from_title = title:c_porto } + title:d_c_poszony_color = { set_color_from_title = title:c_poszony } + title:d_c_povenets_color = { set_color_from_title = title:c_povenets } + title:d_c_pozega_color = { set_color_from_title = title:c_pozega } + title:d_c_poznanska_color = { set_color_from_title = title:c_poznanska } + title:d_c_praha_color = { set_color_from_title = title:c_praha } + title:d_c_pravia_color = { set_color_from_title = title:c_pravia } + title:d_c_prayaga_color = { set_color_from_title = title:c_prayaga } + title:d_c_prenzlau_color = { set_color_from_title = title:c_prenzlau } + title:d_c_prerov_color = { set_color_from_title = title:c_prerov } + title:d_c_provence_color = { set_color_from_title = title:c_provence } + title:d_c_prusa_color = { set_color_from_title = title:c_prusa } + title:d_c_przemkow_color = { set_color_from_title = title:c_przemkow } + title:d_c_pset_color = { set_color_from_title = title:c_pset } + title:d_c_pskov_color = { set_color_from_title = title:c_pskov } + title:d_c_pudozh_color = { set_color_from_title = title:c_pudozh } + title:d_c_puigcerda_color = { set_color_from_title = title:c_puigcerda } + title:d_c_pula_color = { set_color_from_title = title:c_pula } + title:d_c_punakha_color = { set_color_from_title = title:c_punakha } + title:d_c_pundravardhana_color = { set_color_from_title = title:c_pundravardhana } + title:d_c_purang_color = { set_color_from_title = title:c_purang } + title:d_c_puri_color = { set_color_from_title = title:c_puri } + title:d_c_purig_color = { set_color_from_title = title:c_purig } + title:d_c_purushapura_color = { set_color_from_title = title:c_purushapura } + title:d_c_puttlingen_color = { set_color_from_title = title:c_puttlingen } + title:d_c_putyvl_color = { set_color_from_title = title:c_putyvl } + title:d_c_qadisiya_color = { set_color_from_title = title:c_qadisiya } + title:d_c_qain_color = { set_color_from_title = title:c_qain } + title:d_c_qalaafe_color = { set_color_from_title = title:c_qalaafe } + title:d_c_qamdo_color = { set_color_from_title = title:c_qamdo } + title:d_c_qaryatan_color = { set_color_from_title = title:c_qaryatan } + title:d_c_qashtiliya_color = { set_color_from_title = title:c_qashtiliya } + title:d_c_qasim_color = { set_color_from_title = title:c_qasim } + title:d_c_qasr_ibrim_color = { set_color_from_title = title:c_qasr_ibrim } + title:d_c_qataa_color = { set_color_from_title = title:c_qataa } + title:d_c_qatif_color = { set_color_from_title = title:c_qatif } + title:d_c_qayaliq_color = { set_color_from_title = title:c_qayaliq } + title:d_c_qazwin_color = { set_color_from_title = title:c_qazwin } + title:d_c_qilin_color = { set_color_from_title = title:c_qilin } + title:d_c_qimr_color = { set_color_from_title = title:c_qimr } + title:d_c_qinggil_color = { set_color_from_title = title:c_qinggil } + title:d_c_qinnasrin_color = { set_color_from_title = title:c_qinnasrin } + title:d_c_qom_color = { set_color_from_title = title:c_qom } + title:d_c_qoshagyl_color = { set_color_from_title = title:c_qoshagyl } + title:d_c_quercy_color = { set_color_from_title = title:c_quercy } + title:d_c_qumarleb_color = { set_color_from_title = title:c_qumarleb } + title:d_c_qumisha_color = { set_color_from_title = title:c_qumisha } + title:d_c_quqen_color = { set_color_from_title = title:c_quqen } + title:d_c_quriltay_color = { set_color_from_title = title:c_quriltay } + title:d_c_qurta_color = { set_color_from_title = title:c_qurta } + title:d_c_qus_color = { set_color_from_title = title:c_qus } + title:d_c_qusayr_color = { set_color_from_title = title:c_qusayr } + title:d_c_racakonda_color = { set_color_from_title = title:c_racakonda } + title:d_c_radha_color = { set_color_from_title = title:c_radha } + title:d_c_radomska_color = { set_color_from_title = title:c_radomska } + title:d_c_ragusa_color = { set_color_from_title = title:c_ragusa } + title:d_c_rahba_color = { set_color_from_title = title:c_rahba } + title:d_c_raimskoe_color = { set_color_from_title = title:c_raimskoe } + title:d_c_rajanpur_color = { set_color_from_title = title:c_rajanpur } + title:d_c_rajrappa_color = { set_color_from_title = title:c_rajrappa } + title:d_c_rama_color = { set_color_from_title = title:c_rama } + title:d_c_ramagiri_color = { set_color_from_title = title:c_ramagiri } + title:d_c_ramhurmuz_color = { set_color_from_title = title:c_ramhurmuz } + title:d_c_ramu_color = { set_color_from_title = title:c_ramu } + title:d_c_ranikot_color = { set_color_from_title = title:c_ranikot } + title:d_c_raniriki_color = { set_color_from_title = title:c_raniriki } + title:d_c_rano_color = { set_color_from_title = title:c_rano } + title:d_c_ranthambore_color = { set_color_from_title = title:c_ranthambore } + title:d_c_raqqa_color = { set_color_from_title = title:c_raqqa } + title:d_c_ras_hafun_color = { set_color_from_title = title:c_ras_hafun } + title:d_c_raseiniai_color = { set_color_from_title = title:c_raseiniai } + title:d_c_rashka_color = { set_color_from_title = title:c_rashka } + title:d_c_rasht_color = { set_color_from_title = title:c_rasht } + title:d_c_ratanpur_color = { set_color_from_title = title:c_ratanpur } + title:d_c_ratibor_color = { set_color_from_title = title:c_ratibor } + title:d_c_ravenna_color = { set_color_from_title = title:c_ravenna } + title:d_c_ravensburg_color = { set_color_from_title = title:c_ravensburg } + title:d_c_rayapura_color = { set_color_from_title = title:c_rayapura } + title:d_c_rayy_color = { set_color_from_title = title:c_rayy } + title:d_c_rebgong_color = { set_color_from_title = title:c_rebgong } + title:d_c_regensburg_color = { set_color_from_title = title:c_regensburg } + title:d_c_reggio_calabria_color = { set_color_from_title = title:c_reggio_calabria } + title:d_c_reims_color = { set_color_from_title = title:c_reims } + title:d_c_renandu_color = { set_color_from_title = title:c_renandu } + title:d_c_reni_color = { set_color_from_title = title:c_reni } + title:d_c_rennes_color = { set_color_from_title = title:c_rennes } + title:d_c_rethel_color = { set_color_from_title = title:c_rethel } + title:d_c_reval_color = { set_color_from_title = title:c_reval } + title:d_c_rhodopes_color = { set_color_from_title = title:c_rhodopes } + title:d_c_rhodos_color = { set_color_from_title = title:c_rhodos } + title:d_c_ribe_color = { set_color_from_title = title:c_ribe } + title:d_c_rima_color = { set_color_from_title = title:c_rima } + title:d_c_ringkobing_color = { set_color_from_title = title:c_ringkobing } + title:d_c_riqan_color = { set_color_from_title = title:c_riqan } + title:d_c_rivsharan_color = { set_color_from_title = title:c_rivsharan } + title:d_c_rogalandi_color = { set_color_from_title = title:c_rogalandi } + title:d_c_rohana_color = { set_color_from_title = title:c_rohana } + title:d_c_roing_color = { set_color_from_title = title:c_roing } + title:d_c_roma_color = { set_color_from_title = title:c_roma } + title:d_c_romen_color = { set_color_from_title = title:c_romen } + title:d_c_rosenheim_color = { set_color_from_title = title:c_rosenheim } + title:d_c_roslavl_color = { set_color_from_title = title:c_roslavl } + title:d_c_ross_color = { set_color_from_title = title:c_ross } + title:d_c_rossano_color = { set_color_from_title = title:c_rossano } + title:d_c_rossello_color = { set_color_from_title = title:c_rossello } + title:d_c_rostock_color = { set_color_from_title = title:c_rostock } + title:d_c_rothas_color = { set_color_from_title = title:c_rothas } + title:d_c_rothenburg_color = { set_color_from_title = title:c_rothenburg } + title:d_c_rouen_color = { set_color_from_title = title:c_rouen } + title:d_c_rouergue_color = { set_color_from_title = title:c_rouergue } + title:d_c_rounala_color = { set_color_from_title = title:c_rounala } + title:d_c_rudbar_color = { set_color_from_title = title:c_rudbar } + title:d_c_rugen_color = { set_color_from_title = title:c_rugen } + title:d_c_rukhaj_color = { set_color_from_title = title:c_rukhaj } + title:d_c_ruppin_color = { set_color_from_title = title:c_ruppin } + title:d_c_rusa_color = { set_color_from_title = title:c_rusa } + title:d_c_rusafa_color = { set_color_from_title = title:c_rusafa } + title:d_c_rutog_color = { set_color_from_title = title:c_rutog } + title:d_c_ruyan_color = { set_color_from_title = title:c_ruyan } + title:d_c_ryazan_color = { set_color_from_title = title:c_ryazan } + title:d_c_ryty_color = { set_color_from_title = title:c_ryty } + title:d_c_saalum_color = { set_color_from_title = title:c_saalum } + title:d_c_saarbrucken_color = { set_color_from_title = title:c_saarbrucken } + title:d_c_sabakyul_color = { set_color_from_title = title:c_sabakyul } + title:d_c_sable_color = { set_color_from_title = title:c_sable } + title:d_c_sabzevar_color = { set_color_from_title = title:c_sabzevar } + title:d_c_sacz_color = { set_color_from_title = title:c_sacz } + title:d_c_safata_color = { set_color_from_title = title:c_safata } + title:d_c_sagaing_color = { set_color_from_title = title:c_sagaing } + title:d_c_sagar_color = { set_color_from_title = title:c_sagar } + title:d_c_sagiz_color = { set_color_from_title = title:c_sagiz } + title:d_c_sagya_color = { set_color_from_title = title:c_sagya } + title:d_c_sai_color = { set_color_from_title = title:c_sai } + title:d_c_saimara_color = { set_color_from_title = title:c_saimara } + title:d_c_saintonge_color = { set_color_from_title = title:c_saintonge } + title:d_c_sakala_color = { set_color_from_title = title:c_sakala } + title:d_c_sakarai_color = { set_color_from_title = title:c_sakarai } + title:d_c_sakmara_color = { set_color_from_title = title:c_sakmara } + title:d_c_salamanca_color = { set_color_from_title = title:c_salamanca } + title:d_c_salamat_color = { set_color_from_title = title:c_salamat } + title:d_c_salavat_color = { set_color_from_title = title:c_salavat } + title:d_c_salerno_color = { set_color_from_title = title:c_salerno } + title:d_c_salinis_color = { set_color_from_title = title:c_salinis } + title:d_c_salzburg_color = { set_color_from_title = title:c_salzburg } + title:d_c_samaiqan_color = { set_color_from_title = title:c_samaiqan } + title:d_c_samander_color = { set_color_from_title = title:c_samander } + title:d_c_samar_color = { set_color_from_title = title:c_samar } + title:d_c_samar_VB_color = { set_color_from_title = title:c_samar_VB } + title:d_c_samarkand_color = { set_color_from_title = title:c_samarkand } + title:d_c_samarra_color = { set_color_from_title = title:c_samarra } + title:d_c_samatata_color = { set_color_from_title = title:c_samatata } + title:d_c_sambalpur_color = { set_color_from_title = title:c_sambalpur } + title:d_c_sambhal_color = { set_color_from_title = title:c_sambhal } + title:d_c_samiran_color = { set_color_from_title = title:c_samiran } + title:d_c_samman_color = { set_color_from_title = title:c_samman } + title:d_c_samosata_color = { set_color_from_title = title:c_samosata } + title:d_c_sanaa_color = { set_color_from_title = title:c_sanaa } + title:d_c_sancerre_color = { set_color_from_title = title:c_sancerre } + title:d_c_sanda_color = { set_color_from_title = title:c_sanda } + title:d_c_sandomierska_color = { set_color_from_title = title:c_sandomierska } + title:d_c_sandoway_color = { set_color_from_title = title:c_sandoway } + title:d_c_sangqu_color = { set_color_from_title = title:c_sangqu } + title:d_c_sanij_color = { set_color_from_title = title:c_sanij } + title:d_c_sankt_gallen_color = { set_color_from_title = title:c_sankt_gallen } + title:d_c_sankt_polten_color = { set_color_from_title = title:c_sankt_polten } + title:d_c_santiago_color = { set_color_from_title = title:c_santiago } + title:d_c_saoura_color = { set_color_from_title = title:c_saoura } + title:d_c_saptagrama_color = { set_color_from_title = title:c_saptagrama } + title:d_c_saqsin_color = { set_color_from_title = title:c_saqsin } + title:d_c_sarakhs_color = { set_color_from_title = title:c_sarakhs } + title:d_c_saran_color = { set_color_from_title = title:c_saran } + title:d_c_sarangpur_color = { set_color_from_title = title:c_sarangpur } + title:d_c_sarasvata_mandala_color = { set_color_from_title = title:c_sarasvata_mandala } + title:d_c_sarasvati_color = { set_color_from_title = title:c_sarasvati } + title:d_c_saratov_color = { set_color_from_title = title:c_saratov } + title:d_c_sardan_color = { set_color_from_title = title:c_sardan } + title:d_c_saris_color = { set_color_from_title = title:c_saris } + title:d_c_sarkel_color = { set_color_from_title = title:c_sarkel } + title:d_c_sartlan_color = { set_color_from_title = title:c_sartlan } + title:d_c_sarykamysh_color = { set_color_from_title = title:c_sarykamysh } + title:d_c_sarysyn_color = { set_color_from_title = title:c_sarysyn } + title:d_c_sasaram_color = { set_color_from_title = title:c_sasaram } + title:d_c_satakunta_color = { set_color_from_title = title:c_satakunta } + title:d_c_satala_color = { set_color_from_title = title:c_satala } + title:d_c_satfura_color = { set_color_from_title = title:c_satfura } + title:d_c_satif_color = { set_color_from_title = title:c_satif } + title:d_c_satyapura_color = { set_color_from_title = title:c_satyapura } + title:d_c_saumur_color = { set_color_from_title = title:c_saumur } + title:d_c_savalu_color = { set_color_from_title = title:c_savalu } + title:d_c_savoie_color = { set_color_from_title = title:c_savoie } + title:d_c_say_color = { set_color_from_title = title:c_say } + title:d_c_sayn_color = { set_color_from_title = title:c_sayn } + title:d_c_scalovia_color = { set_color_from_title = title:c_scalovia } + title:d_c_schaumberg_color = { set_color_from_title = title:c_schaumberg } + title:d_c_schmalkalden_color = { set_color_from_title = title:c_schmalkalden } + title:d_c_schweibus_color = { set_color_from_title = title:c_schweibus } + title:d_c_sebasteia_color = { set_color_from_title = title:c_sebasteia } + title:d_c_sebezh_color = { set_color_from_title = title:c_sebezh } + title:d_c_sebur_color = { set_color_from_title = title:c_sebur } + title:d_c_selenga_color = { set_color_from_title = title:c_selenga } + title:d_c_seleucia_color = { set_color_from_title = title:c_seleucia } + title:d_c_selge_color = { set_color_from_title = title:c_selge } + title:d_c_selpils_color = { set_color_from_title = title:c_selpils } + title:d_c_semey_color = { set_color_from_title = title:c_semey } + title:d_c_semien_color = { set_color_from_title = title:c_semien } + title:d_c_sennar_color = { set_color_from_title = title:c_sennar } + title:d_c_seno_color = { set_color_from_title = title:c_seno } + title:d_c_sens_color = { set_color_from_title = title:c_sens } + title:d_c_serae_color = { set_color_from_title = title:c_serae } + title:d_c_serres_color = { set_color_from_title = title:c_serres } + title:d_c_sertar_color = { set_color_from_title = title:c_sertar } + title:d_c_sevede_color = { set_color_from_title = title:c_sevede } + title:d_c_severin_color = { set_color_from_title = title:c_severin } + title:d_c_sevilla_color = { set_color_from_title = title:c_sevilla } + title:d_c_sevsk_color = { set_color_from_title = title:c_sevsk } + title:d_c_sewa_color = { set_color_from_title = title:c_sewa } + title:d_c_sfax_color = { set_color_from_title = title:c_sfax } + title:d_c_shabe_color = { set_color_from_title = title:c_shabe } + title:d_c_shahrazur_color = { set_color_from_title = title:c_shahrazur } + title:d_c_shahre-babak_color = { set_color_from_title = title:c_shahre-babak } + title:d_c_shaki_color = { set_color_from_title = title:c_shaki } + title:d_c_shamir_color = { set_color_from_title = title:c_shamir } + title:d_c_shanzhou_color = { set_color_from_title = title:c_shanzhou } + title:d_c_shaqiq_color = { set_color_from_title = title:c_shaqiq } + title:d_c_sharaf_color = { set_color_from_title = title:c_sharaf } + title:d_c_sharga_color = { set_color_from_title = title:c_sharga } + title:d_c_sharka_color = { set_color_from_title = title:c_sharka } + title:d_c_sharkiya_color = { set_color_from_title = title:c_sharkiya } + title:d_c_shavgar_color = { set_color_from_title = title:c_shavgar } + title:d_c_shayzar_color = { set_color_from_title = title:c_shayzar } + title:d_c_shazhou_color = { set_color_from_title = title:c_shazhou } + title:d_c_shchuchinsk_color = { set_color_from_title = title:c_shchuchinsk } + title:d_c_shelji_color = { set_color_from_title = title:c_shelji } + title:d_c_shenkursk_color = { set_color_from_title = title:c_shenkursk } + title:d_c_sherbro_color = { set_color_from_title = title:c_sherbro } + title:d_c_shetland_color = { set_color_from_title = title:c_shetland } + title:d_c_shigar_color = { set_color_from_title = title:c_shigar } + title:d_c_shiraz_color = { set_color_from_title = title:c_shiraz } + title:d_c_shirvan_color = { set_color_from_title = title:c_shirvan } + title:d_c_shishina_color = { set_color_from_title = title:c_shishina } + title:d_c_shityy_color = { set_color_from_title = title:c_shityy } + title:d_c_shor_color = { set_color_from_title = title:c_shor } + title:d_c_shorkot_color = { set_color_from_title = title:c_shorkot } + title:d_c_showa_color = { set_color_from_title = title:c_showa } + title:d_c_showak_color = { set_color_from_title = title:c_showak } + title:d_c_shropshire_color = { set_color_from_title = title:c_shropshire } + title:d_c_shughnan_color = { set_color_from_title = title:c_shughnan } + title:d_c_shunzhou_color = { set_color_from_title = title:c_shunzhou } + title:d_c_siauliai_color = { set_color_from_title = title:c_siauliai } + title:d_c_sibi_color = { set_color_from_title = title:c_sibi } + title:d_c_sibi_mali_color = { set_color_from_title = title:c_sibi_mali } + title:d_c_sibir_color = { set_color_from_title = title:c_sibir } + title:d_c_sidamo_color = { set_color_from_title = title:c_sidamo } + title:d_c_siena_color = { set_color_from_title = title:c_siena } + title:d_c_sieradzka_color = { set_color_from_title = title:c_sieradzka } + title:d_c_sif-i-umara_color = { set_color_from_title = title:c_sif-i-umara } + title:d_c_siggevara_color = { set_color_from_title = title:c_siggevara } + title:d_c_sighnaq_color = { set_color_from_title = title:c_sighnaq } + title:d_c_sijilmasa_color = { set_color_from_title = title:c_sijilmasa } + title:d_c_sikasso_color = { set_color_from_title = title:c_sikasso } + title:d_c_silla_color = { set_color_from_title = title:c_silla } + title:d_c_silves_color = { set_color_from_title = title:c_silves } + title:d_c_simaramapura_color = { set_color_from_title = title:c_simaramapura } + title:d_c_sinai_color = { set_color_from_title = title:c_sinai } + title:d_c_sinjar_color = { set_color_from_title = title:c_sinjar } + title:d_c_sinope_color = { set_color_from_title = title:c_sinope } + title:d_c_sir_faesyfed_color = { set_color_from_title = title:c_sir_faesyfed } + title:d_c_siracusa_color = { set_color_from_title = title:c_siracusa } + title:d_c_sirhan_color = { set_color_from_title = title:c_sirhan } + title:d_c_sirjan_color = { set_color_from_title = title:c_sirjan } + title:d_c_sittaung_color = { set_color_from_title = title:c_sittaung } + title:d_c_sitti_color = { set_color_from_title = title:c_sitti } + title:d_c_siwa_color = { set_color_from_title = title:c_siwa } + title:d_c_siwistan_color = { set_color_from_title = title:c_siwistan } + title:d_c_sjaelland_color = { set_color_from_title = title:c_sjaelland } + title:d_c_sjeltie_color = { set_color_from_title = title:c_sjeltie } + title:d_c_skane_color = { set_color_from_title = title:c_skane } + title:d_c_skara_color = { set_color_from_title = title:c_skara } + title:d_c_skardu_color = { set_color_from_title = title:c_skardu } + title:d_c_skolt_color = { set_color_from_title = title:c_skolt } + title:d_c_skopje_color = { set_color_from_title = title:c_skopje } + title:d_c_slesvig_color = { set_color_from_title = title:c_slesvig } + title:d_c_slupsk_color = { set_color_from_title = title:c_slupsk } + title:d_c_slutsk_color = { set_color_from_title = title:c_slutsk } + title:d_c_smolensk_color = { set_color_from_title = title:c_smolensk } + title:d_c_sobrarbe_color = { set_color_from_title = title:c_sobrarbe } + title:d_c_sochur_color = { set_color_from_title = title:c_sochur } + title:d_c_socotra_color = { set_color_from_title = title:c_socotra } + title:d_c_sodermannaland_color = { set_color_from_title = title:c_sodermannaland } + title:d_c_sog_color = { set_color_from_title = title:c_sog } + title:d_c_sogn_color = { set_color_from_title = title:c_sogn } + title:d_c_sokode_color = { set_color_from_title = title:c_sokode } + title:d_c_sokoto_color = { set_color_from_title = title:c_sokoto } + title:d_c_soldin_color = { set_color_from_title = title:c_soldin } + title:d_c_soli_color = { set_color_from_title = title:c_soli } + title:d_c_solimana_color = { set_color_from_title = title:c_solimana } + title:d_c_sombio_color = { set_color_from_title = title:c_sombio } + title:d_c_somerset_color = { set_color_from_title = title:c_somerset } + title:d_c_somnath_color = { set_color_from_title = title:c_somnath } + title:d_c_somogy_color = { set_color_from_title = title:c_somogy } + title:d_c_sonda_color = { set_color_from_title = title:c_sonda } + title:d_c_songuu_aallar_color = { set_color_from_title = title:c_songuu_aallar } + title:d_c_sopron_color = { set_color_from_title = title:c_sopron } + title:d_c_soria_color = { set_color_from_title = title:c_soria } + title:d_c_soroca_color = { set_color_from_title = title:c_soroca } + title:d_c_sorok_color = { set_color_from_title = title:c_sorok } + title:d_c_sortavala_color = { set_color_from_title = title:c_sortavala } + title:d_c_soso_color = { set_color_from_title = title:c_soso } + title:d_c_sosva_color = { set_color_from_title = title:c_sosva } + title:d_c_souf_color = { set_color_from_title = title:c_souf } + title:d_c_sous_color = { set_color_from_title = title:c_sous } + title:d_c_south_kordofan_color = { set_color_from_title = title:c_south_kordofan } + title:d_c_speyer_color = { set_color_from_title = title:c_speyer } + title:d_c_spis_color = { set_color_from_title = title:c_spis } + title:d_c_spoleto_color = { set_color_from_title = title:c_spoleto } + title:d_c_spreewald_color = { set_color_from_title = title:c_spreewald } + title:d_c_sprottau_color = { set_color_from_title = title:c_sprottau } + title:d_c_sravasti_color = { set_color_from_title = title:c_sravasti } + title:d_c_sredets_color = { set_color_from_title = title:c_sredets } + title:d_c_srihatta_color = { set_color_from_title = title:c_srihatta } + title:d_c_sriksetra_color = { set_color_from_title = title:c_sriksetra } + title:d_c_sripatha_color = { set_color_from_title = title:c_sripatha } + title:d_c_sripuri_color = { set_color_from_title = title:c_sripuri } + title:d_c_srirangapatna_color = { set_color_from_title = title:c_srirangapatna } + title:d_c_stade_color = { set_color_from_title = title:c_stade } + title:d_c_staffordshire_color = { set_color_from_title = title:c_staffordshire } + title:d_c_starodub_color = { set_color_from_title = title:c_starodub } + title:d_c_stendal_color = { set_color_from_title = title:c_stendal } + title:d_c_stettin_color = { set_color_from_title = title:c_stettin } + title:d_c_stezycka_color = { set_color_from_title = title:c_stezycka } + title:d_c_sthanisvara_color = { set_color_from_title = title:c_sthanisvara } + title:d_c_stoenesti_color = { set_color_from_title = title:c_stoenesti } + title:d_c_stoyanka_color = { set_color_from_title = title:c_stoyanka } + title:d_c_strassburg_color = { set_color_from_title = title:c_strassburg } + title:d_c_strathearn_color = { set_color_from_title = title:c_strathearn } + title:d_c_strumica_color = { set_color_from_title = title:c_strumica } + title:d_c_suakin_color = { set_color_from_title = title:c_suakin } + title:d_c_subay_color = { set_color_from_title = title:c_subay } + title:d_c_subei_color = { set_color_from_title = title:c_subei } + title:d_c_suceava_color = { set_color_from_title = title:c_suceava } + title:d_c_sudurland_color = { set_color_from_title = title:c_sudurland } + title:d_c_suenik_color = { set_color_from_title = title:c_suenik } + title:d_c_suffolk_color = { set_color_from_title = title:c_suffolk } + title:d_c_sukhna_color = { set_color_from_title = title:c_sukhna } + title:d_c_sullum_color = { set_color_from_title = title:c_sullum } + title:d_c_sumadija_color = { set_color_from_title = title:c_sumadija } + title:d_c_sumdo_color = { set_color_from_title = title:c_sumdo } + title:d_c_sundgau_color = { set_color_from_title = title:c_sundgau } + title:d_c_sungqu_color = { set_color_from_title = title:c_sungqu } + title:d_c_suondavara_color = { set_color_from_title = title:c_suondavara } + title:d_c_suriya_color = { set_color_from_title = title:c_suriya } + title:d_c_surparaka_color = { set_color_from_title = title:c_surparaka } + title:d_c_surrah_color = { set_color_from_title = title:c_surrah } + title:d_c_surrey_color = { set_color_from_title = title:c_surrey } + title:d_c_sussex_color = { set_color_from_title = title:c_sussex } + title:d_c_sutherland_color = { set_color_from_title = title:c_sutherland } + title:d_c_sutkend_color = { set_color_from_title = title:c_sutkend } + title:d_c_suvarnagram_color = { set_color_from_title = title:c_suvarnagram } + title:d_c_suvarnapura_color = { set_color_from_title = title:c_suvarnapura } + title:d_c_suyab_color = { set_color_from_title = title:c_suyab } + title:d_c_suzdal_color = { set_color_from_title = title:c_suzdal } + title:d_c_suzhou_color = { set_color_from_title = title:c_suzhou } + title:d_c_svaneti_color = { set_color_from_title = title:c_svaneti } + title:d_c_swetaka_mandala_color = { set_color_from_title = title:c_swetaka_mandala } + title:d_c_syrrusafa_color = { set_color_from_title = title:c_syrrusafa } + title:d_c_syrte_color = { set_color_from_title = title:c_syrte } + title:d_c_sysma_color = { set_color_from_title = title:c_sysma } + title:d_c_szabolcs_color = { set_color_from_title = title:c_szabolcs } + title:d_c_szatmar_color = { set_color_from_title = title:c_szatmar } + title:d_c_szekelyfold_color = { set_color_from_title = title:c_szekelyfold } + title:d_c_szekesfehervar_color = { set_color_from_title = title:c_szekesfehervar } + title:d_c_szerem_color = { set_color_from_title = title:c_szerem } + title:d_c_tabary_color = { set_color_from_title = title:c_tabary } + title:d_c_tabassa_color = { set_color_from_title = title:c_tabassa } + title:d_c_tabla_butii_color = { set_color_from_title = title:c_tabla_butii } + title:d_c_tabon_color = { set_color_from_title = title:c_tabon } + title:d_c_tabriz_color = { set_color_from_title = title:c_tabriz } + title:d_c_tabuk_color = { set_color_from_title = title:c_tabuk } + title:d_c_tadjoura_color = { set_color_from_title = title:c_tadjoura } + title:d_c_tadla_color = { set_color_from_title = title:c_tadla } + title:d_c_tadmekka_color = { set_color_from_title = title:c_tadmekka } + title:d_c_tagadur_color = { set_color_from_title = title:c_tagadur } + title:d_c_tagali_color = { set_color_from_title = title:c_tagali } + title:d_c_tagant_color = { set_color_from_title = title:c_tagant } + title:d_c_taghaza_color = { set_color_from_title = title:c_taghaza } + title:d_c_tagul_color = { set_color_from_title = title:c_tagul } + title:d_c_tahert_color = { set_color_from_title = title:c_tahert } + title:d_c_tahoua_color = { set_color_from_title = title:c_tahoua } + title:d_c_taif_color = { set_color_from_title = title:c_taif } + title:d_c_taizz_color = { set_color_from_title = title:c_taizz } + title:d_c_takkeda_color = { set_color_from_title = title:c_takkeda } + title:d_c_takon_color = { set_color_from_title = title:c_takon } + title:d_c_takrit_color = { set_color_from_title = title:c_takrit } + title:d_c_takrur_color = { set_color_from_title = title:c_takrur } + title:d_c_talakad_color = { set_color_from_title = title:c_talakad } + title:d_c_talava_color = { set_color_from_title = title:c_talava } + title:d_c_talish_color = { set_color_from_title = title:c_talish } + title:d_c_tall_basma_color = { set_color_from_title = title:c_tall_basma } + title:d_c_tall_hamid_color = { set_color_from_title = title:c_tall_hamid } + title:d_c_tamasna_color = { set_color_from_title = title:c_tamasna } + title:d_c_tambov_color = { set_color_from_title = title:c_tambov } + title:d_c_tamentit_color = { set_color_from_title = title:c_tamentit } + title:d_c_tamiso_color = { set_color_from_title = title:c_tamiso } + title:d_c_tamralipti_color = { set_color_from_title = title:c_tamralipti } + title:d_c_tana_color = { set_color_from_title = title:c_tana } + title:d_c_tanas_color = { set_color_from_title = title:c_tanas } + title:d_c_tangiers_color = { set_color_from_title = title:c_tangiers } + title:d_c_tao_color = { set_color_from_title = title:c_tao } + title:d_c_tapsa_color = { set_color_from_title = title:c_tapsa } + title:d_c_tara_color = { set_color_from_title = title:c_tara } + title:d_c_taradavadi_color = { set_color_from_title = title:c_taradavadi } + title:d_c_taraz_color = { set_color_from_title = title:c_taraz } + title:d_c_targu_jiu_color = { set_color_from_title = title:c_targu_jiu } + title:d_c_targyl_color = { set_color_from_title = title:c_targyl } + title:d_c_tarnowska_color = { set_color_from_title = title:c_tarnowska } + title:d_c_tarragona_color = { set_color_from_title = title:c_tarragona } + title:d_c_tarsos_color = { set_color_from_title = title:c_tarsos } + title:d_c_tartas_SIB_color = { set_color_from_title = title:c_tartas_SIB } + title:d_c_tarvagatai_color = { set_color_from_title = title:c_tarvagatai } + title:d_c_taskyl_color = { set_color_from_title = title:c_taskyl } + title:d_c_tavan_bogd_color = { set_color_from_title = title:c_tavan_bogd } + title:d_c_tavasts_color = { set_color_from_title = title:c_tavasts } + title:d_c_tawang_color = { set_color_from_title = title:c_tawang } + title:d_c_tayma_color = { set_color_from_title = title:c_tayma } + title:d_c_taza_color = { set_color_from_title = title:c_taza } + title:d_c_tbilisi_color = { set_color_from_title = title:c_tbilisi } + title:d_c_tecklenburg_color = { set_color_from_title = title:c_tecklenburg } + title:d_c_teke_color = { set_color_from_title = title:c_teke } + title:d_c_telemark_color = { set_color_from_title = title:c_telemark } + title:d_c_temes_color = { set_color_from_title = title:c_temes } + title:d_c_temne_color = { set_color_from_title = title:c_temne } + title:d_c_tenggeli_color = { set_color_from_title = title:c_tenggeli } + title:d_c_teniz_color = { set_color_from_title = title:c_teniz } + title:d_c_ter_color = { set_color_from_title = title:c_ter } + title:d_c_teramo_color = { set_color_from_title = title:c_teramo } + title:d_c_terebovl_color = { set_color_from_title = title:c_terebovl } + title:d_c_terek_pass_color = { set_color_from_title = title:c_terek_pass } + title:d_c_terekli_color = { set_color_from_title = title:c_terekli } + title:d_c_terektai_color = { set_color_from_title = title:c_terektai } + title:d_c_teruel_color = { set_color_from_title = title:c_teruel } + title:d_c_tesiin_gol_color = { set_color_from_title = title:c_tesiin_gol } + title:d_c_tessalit_color = { set_color_from_title = title:c_tessalit } + title:d_c_teviotdale_color = { set_color_from_title = title:c_teviotdale } + title:d_c_tewo_color = { set_color_from_title = title:c_tewo } + title:d_c_tezu_color = { set_color_from_title = title:c_tezu } + title:d_c_thabeik_taung_color = { set_color_from_title = title:c_thabeik_taung } + title:d_c_thalabiya_color = { set_color_from_title = title:c_thalabiya } + title:d_c_thaldat_color = { set_color_from_title = title:c_thaldat } + title:d_c_thalner_color = { set_color_from_title = title:c_thalner } + title:d_c_thaton_color = { set_color_from_title = title:c_thaton } + title:d_c_theodosiopolis_color = { set_color_from_title = title:c_theodosiopolis } + title:d_c_thessalia_color = { set_color_from_title = title:c_thessalia } + title:d_c_thessaliotis_color = { set_color_from_title = title:c_thessaliotis } + title:d_c_thessalonika_color = { set_color_from_title = title:c_thessalonika } + title:d_c_thiers_color = { set_color_from_title = title:c_thiers } + title:d_c_thomond_color = { set_color_from_title = title:c_thomond } + title:d_c_thouars_color = { set_color_from_title = title:c_thouars } + title:d_c_thyatira_color = { set_color_from_title = title:c_thyatira } + title:d_c_tib_color = { set_color_from_title = title:c_tib } + title:d_c_tiberias_color = { set_color_from_title = title:c_tiberias } + title:d_c_tibesti_color = { set_color_from_title = title:c_tibesti } + title:d_c_tichitt_color = { set_color_from_title = title:c_tichitt } + title:d_c_tigheci_color = { set_color_from_title = title:c_tigheci } + title:d_c_tigre_color = { set_color_from_title = title:c_tigre } + title:d_c_tihama_color = { set_color_from_title = title:c_tihama } + title:d_c_tihamat-al-yamani_color = { set_color_from_title = title:c_tihamat-al-yamani } + title:d_c_tikhvin_color = { set_color_from_title = title:c_tikhvin } + title:d_c_timbi_color = { set_color_from_title = title:c_timbi } + title:d_c_tindouf_color = { set_color_from_title = title:c_tindouf } + title:d_c_tinmallal_color = { set_color_from_title = title:c_tinmallal } + title:d_c_tirakka_color = { set_color_from_title = title:c_tirakka } + title:d_c_tiris_color = { set_color_from_title = title:c_tiris } + title:d_c_tiruvannamalai_color = { set_color_from_title = title:c_tiruvannamalai } + title:d_c_tivoli_color = { set_color_from_title = title:c_tivoli } + title:d_c_tlemcen_color = { set_color_from_title = title:c_tlemcen } + title:d_c_tmutarakan_color = { set_color_from_title = title:c_tmutarakan } + title:d_c_tobol_color = { set_color_from_title = title:c_tobol } + title:d_c_tobruk_color = { set_color_from_title = title:c_tobruk } + title:d_c_todo_color = { set_color_from_title = title:c_todo } + title:d_c_tokumbay_color = { set_color_from_title = title:c_tokumbay } + title:d_c_toledo_color = { set_color_from_title = title:c_toledo } + title:d_c_tolna_color = { set_color_from_title = title:c_tolna } + title:d_c_toma_color = { set_color_from_title = title:c_toma } + title:d_c_tomorbulag_color = { set_color_from_title = title:c_tomorbulag } + title:d_c_tomsk_color = { set_color_from_title = title:c_tomsk } + title:d_c_tonnerrois_color = { set_color_from_title = title:c_tonnerrois } + title:d_c_torangy_kul_color = { set_color_from_title = title:c_torangy_kul } + title:d_c_torda_color = { set_color_from_title = title:c_torda } + title:d_c_torema_color = { set_color_from_title = title:c_torema } + title:d_c_torne_color = { set_color_from_title = title:c_torne } + title:d_c_toro_color = { set_color_from_title = title:c_toro } + title:d_c_toropets_color = { set_color_from_title = title:c_toropets } + title:d_c_tortoli_color = { set_color_from_title = title:c_tortoli } + title:d_c_tortona_color = { set_color_from_title = title:c_tortona } + title:d_c_torun_color = { set_color_from_title = title:c_torun } + title:d_c_totma_color = { set_color_from_title = title:c_totma } + title:d_c_touat_color = { set_color_from_title = title:c_touat } + title:d_c_toulouse_color = { set_color_from_title = title:c_toulouse } + title:d_c_toungoo_color = { set_color_from_title = title:c_toungoo } + title:d_c_tourraine_color = { set_color_from_title = title:c_tourraine } + title:d_c_tovkhon_color = { set_color_from_title = title:c_tovkhon } + title:d_c_trakai_color = { set_color_from_title = title:c_trakai } + title:d_c_trandam_color = { set_color_from_title = title:c_trandam } + title:d_c_trandheim_color = { set_color_from_title = title:c_trandheim } + title:d_c_travunia_color = { set_color_from_title = title:c_travunia } + title:d_c_trebizond_color = { set_color_from_title = title:c_trebizond } + title:d_c_trenscen_color = { set_color_from_title = title:c_trenscen } + title:d_c_trent_color = { set_color_from_title = title:c_trent } + title:d_c_treviso_color = { set_color_from_title = title:c_treviso } + title:d_c_tribandapura_color = { set_color_from_title = title:c_tribandapura } + title:d_c_trier_color = { set_color_from_title = title:c_trier } + title:d_c_trigarta_color = { set_color_from_title = title:c_trigarta } + title:d_c_trikuta_color = { set_color_from_title = title:c_trikuta } + title:d_c_trincomalee_color = { set_color_from_title = title:c_trincomalee } + title:d_c_tripoli_color = { set_color_from_title = title:c_tripoli } + title:d_c_tripolitana_color = { set_color_from_title = title:c_tripolitana } + title:d_c_tripuri_color = { set_color_from_title = title:c_tripuri } + title:d_c_trongsa_color = { set_color_from_title = title:c_trongsa } + title:d_c_tropaeum_color = { set_color_from_title = title:c_tropaeum } + title:d_c_troyes_color = { set_color_from_title = title:c_troyes } + title:d_c_tsambagarau_color = { set_color_from_title = title:c_tsambagarau } + title:d_c_tsaparang_color = { set_color_from_title = title:c_tsaparang } + title:d_c_tseel_color = { set_color_from_title = title:c_tseel } + title:d_c_tselym_dalyn_color = { set_color_from_title = title:c_tselym_dalyn } + title:d_c_tudela_color = { set_color_from_title = title:c_tudela } + title:d_c_tudgha_color = { set_color_from_title = title:c_tudgha } + title:d_c_tui_color = { set_color_from_title = title:c_tui } + title:d_c_tula_color = { set_color_from_title = title:c_tula } + title:d_c_tuluchezeva_color = { set_color_from_title = title:c_tuluchezeva } + title:d_c_tulun_color = { set_color_from_title = title:c_tulun } + title:d_c_tumak_color = { set_color_from_title = title:c_tumak } + title:d_c_tumar_color = { set_color_from_title = title:c_tumar } + title:d_c_tummana_color = { set_color_from_title = title:c_tummana } + title:d_c_tun_color = { set_color_from_title = title:c_tun } + title:d_c_tunis_color = { set_color_from_title = title:c_tunis } + title:d_c_tunka_color = { set_color_from_title = title:c_tunka } + title:d_c_turan_color = { set_color_from_title = title:c_turan } + title:d_c_turgay_color = { set_color_from_title = title:c_turgay } + title:d_c_turin_color = { set_color_from_title = title:c_turin } + title:d_c_turnovo_color = { set_color_from_title = title:c_turnovo } + title:d_c_turov_color = { set_color_from_title = title:c_turov } + title:d_c_turpan_color = { set_color_from_title = title:c_turpan } + title:d_c_turuberan_color = { set_color_from_title = title:c_turuberan } + title:d_c_tus_color = { set_color_from_title = title:c_tus } + title:d_c_tustar_color = { set_color_from_title = title:c_tustar } + title:d_c_tuulain_color = { set_color_from_title = title:c_tuulain } + title:d_c_tver_color = { set_color_from_title = title:c_tver } + title:d_c_tyendugu_color = { set_color_from_title = title:c_tyendugu } + title:d_c_tyumen_color = { set_color_from_title = title:c_tyumen } + title:d_c_tzani_color = { set_color_from_title = title:c_tzani } + title:d_c_ubins_color = { set_color_from_title = title:c_ubins } + title:d_c_ubmejeiednuo_color = { set_color_from_title = title:c_ubmejeiednuo } + title:d_c_ubulla_color = { set_color_from_title = title:c_ubulla } + title:d_c_uch_color = { set_color_from_title = title:c_uch } + title:d_c_uchangidurga_color = { set_color_from_title = title:c_uchangidurga } + title:d_c_uchkul_color = { set_color_from_title = title:c_uchkul } + title:d_c_udabhanda_color = { set_color_from_title = title:c_udabhanda } + title:d_c_ufa_color = { set_color_from_title = title:c_ufa } + title:d_c_uiska_color = { set_color_from_title = title:c_uiska } + title:d_c_ujjayini_color = { set_color_from_title = title:c_ujjayini } + title:d_c_ulaanbaatar_color = { set_color_from_title = title:c_ulaanbaatar } + title:d_c_ulaangom_color = { set_color_from_title = title:c_ulaangom } + title:d_c_ulam_color = { set_color_from_title = title:c_ulam } + title:d_c_ulan_chuzir_color = { set_color_from_title = title:c_ulan_chuzir } + title:d_c_ulan_ude_color = { set_color_from_title = title:c_ulan_ude } + title:d_c_ulantaiga_color = { set_color_from_title = title:c_ulantaiga } + title:d_c_uliastai_color = { set_color_from_title = title:c_uliastai } + title:d_c_uliuty_color = { set_color_from_title = title:c_uliuty } + title:d_c_ulm_color = { set_color_from_title = title:c_ulm } + title:d_c_ulster_color = { set_color_from_title = title:c_ulster } + title:d_c_ulu_jitanjik_color = { set_color_from_title = title:c_ulu_jitanjik } + title:d_c_ulytau_color = { set_color_from_title = title:c_ulytau } + title:d_c_uman_color = { set_color_from_title = title:c_uman } + title:d_c_umiai_color = { set_color_from_title = title:c_umiai } + title:d_c_ungvar_color = { set_color_from_title = title:c_ungvar } + title:d_c_upland_color = { set_color_from_title = title:c_upland } + title:d_c_upper_bono_color = { set_color_from_title = title:c_upper_bono } + title:d_c_upper_ghur_color = { set_color_from_title = title:c_upper_ghur } + title:d_c_upper_gurma_color = { set_color_from_title = title:c_upper_gurma } + title:d_c_upper_khabur_color = { set_color_from_title = title:c_upper_khabur } + title:d_c_uqayr_color = { set_color_from_title = title:c_uqayr } + title:d_c_uraiyur_color = { set_color_from_title = title:c_uraiyur } + title:d_c_ural_color = { set_color_from_title = title:c_ural } + title:d_c_uraltau_color = { set_color_from_title = title:c_uraltau } + title:d_c_urbino_color = { set_color_from_title = title:c_urbino } + title:d_c_urgamal_color = { set_color_from_title = title:c_urgamal } + title:d_c_urgell_color = { set_color_from_title = title:c_urgell } + title:d_c_urgun_color = { set_color_from_title = title:c_urgun } + title:d_c_urmiya_color = { set_color_from_title = title:c_urmiya } + title:d_c_uses_color = { set_color_from_title = title:c_uses } + title:d_c_ushara_color = { set_color_from_title = title:c_ushara } + title:d_c_ushmun_color = { set_color_from_title = title:c_ushmun } + title:d_c_ushytsia_color = { set_color_from_title = title:c_ushytsia } + title:d_c_usora_color = { set_color_from_title = title:c_usora } + title:d_c_ustyug_color = { set_color_from_title = title:c_ustyug } + title:d_c_ustyurt_color = { set_color_from_title = title:c_ustyurt } + title:d_c_uul_chors_color = { set_color_from_title = title:c_uul_chors } + title:d_c_uulynkhol_color = { set_color_from_title = title:c_uulynkhol } + title:d_c_uvs_nuur_color = { set_color_from_title = title:c_uvs_nuur } + title:d_c_uwal_color = { set_color_from_title = title:c_uwal } + title:d_c_uzboy_color = { set_color_from_title = title:c_uzboy } + title:d_c_uzen_color = { set_color_from_title = title:c_uzen } + title:d_c_uzgend_KARA_color = { set_color_from_title = title:c_uzgend_KARA } + title:d_c_vadodara_color = { set_color_from_title = title:c_vadodara } + title:d_c_vaihingen_color = { set_color_from_title = title:c_vaihingen } + title:d_c_vaijayanti_color = { set_color_from_title = title:c_vaijayanti } + title:d_c_vairagara_color = { set_color_from_title = title:c_vairagara } + title:d_c_vairata_color = { set_color_from_title = title:c_vairata } + title:d_c_vaisali_color = { set_color_from_title = title:c_vaisali } + title:d_c_valabhi_color = { set_color_from_title = title:c_valabhi } + title:d_c_valdai_color = { set_color_from_title = title:c_valdai } + title:d_c_valencia_color = { set_color_from_title = title:c_valencia } + title:d_c_valentinois_color = { set_color_from_title = title:c_valentinois } + title:d_c_valladolid_color = { set_color_from_title = title:c_valladolid } + title:d_c_valois_color = { set_color_from_title = title:c_valois } + title:d_c_vanemane_color = { set_color_from_title = title:c_vanemane } + title:d_c_vannes_color = { set_color_from_title = title:c_vannes } + title:d_c_varanasi_color = { set_color_from_title = title:c_varanasi } + title:d_c_vardhamana_color = { set_color_from_title = title:c_vardhamana } + title:d_c_varend_color = { set_color_from_title = title:c_varend } + title:d_c_vargashi_color = { set_color_from_title = title:c_vargashi } + title:d_c_varmland_color = { set_color_from_title = title:c_varmland } + title:d_c_vas_color = { set_color_from_title = title:c_vas } + title:d_c_vaspurakan_color = { set_color_from_title = title:c_vaspurakan } + title:d_c_vastergotland_color = { set_color_from_title = title:c_vastergotland } + title:d_c_vastmanland_color = { set_color_from_title = title:c_vastmanland } + title:d_c_vastvag_color = { set_color_from_title = title:c_vastvag } + title:d_c_vasyugan_color = { set_color_from_title = title:c_vasyugan } + title:d_c_vatapi_color = { set_color_from_title = title:c_vatapi } + title:d_c_vatsagulma_color = { set_color_from_title = title:c_vatsagulma } + title:d_c_vaucouleurs_color = { set_color_from_title = title:c_vaucouleurs } + title:d_c_vecchio_color = { set_color_from_title = title:c_vecchio } + title:d_c_velay_color = { set_color_from_title = title:c_velay } + title:d_c_velbazhd_color = { set_color_from_title = title:c_velbazhd } + title:d_c_velsk_color = { set_color_from_title = title:c_velsk } + title:d_c_venadu_color = { set_color_from_title = title:c_venadu } + title:d_c_venaissin_color = { set_color_from_title = title:c_venaissin } + title:d_c_vendome_color = { set_color_from_title = title:c_vendome } + title:d_c_veneto_color = { set_color_from_title = title:c_veneto } + title:d_c_venezia_color = { set_color_from_title = title:c_venezia } + title:d_c_vengipura_color = { set_color_from_title = title:c_vengipura } + title:d_c_veria_color = { set_color_from_title = title:c_veria } + title:d_c_vermandois_color = { set_color_from_title = title:c_vermandois } + title:d_c_verona_color = { set_color_from_title = title:c_verona } + title:d_c_vestfold_color = { set_color_from_title = title:c_vestfold } + title:d_c_vestisland_color = { set_color_from_title = title:c_vestisland } + title:d_c_veszprem_color = { set_color_from_title = title:c_veszprem } + title:d_c_vhrbosna_color = { set_color_from_title = title:c_vhrbosna } + title:d_c_viborg_color = { set_color_from_title = title:c_viborg } + title:d_c_vidin_color = { set_color_from_title = title:c_vidin } + title:d_c_vidisa_color = { set_color_from_title = title:c_vidisa } + title:d_c_vidzeme_color = { set_color_from_title = title:c_vidzeme } + title:d_c_viena_color = { set_color_from_title = title:c_viena } + title:d_c_vienna_color = { set_color_from_title = title:c_vienna } + title:d_c_viennois_color = { set_color_from_title = title:c_viennois } + title:d_c_viipuri_color = { set_color_from_title = title:c_viipuri } + title:d_c_vijayapura_color = { set_color_from_title = title:c_vijayapura } + title:d_c_vijnot_color = { set_color_from_title = title:c_vijnot } + title:d_c_vikramapura_color = { set_color_from_title = title:c_vikramapura } + title:d_c_villach_color = { set_color_from_title = title:c_villach } + title:d_c_vingulmork_color = { set_color_from_title = title:c_vingulmork } + title:d_c_viraja_color = { set_color_from_title = title:c_viraja } + title:d_c_viscaya_color = { set_color_from_title = title:c_viscaya } + title:d_c_viseu_color = { set_color_from_title = title:c_viseu } + title:d_c_vitebsk_color = { set_color_from_title = title:c_vitebsk } + title:d_c_viterbo_color = { set_color_from_title = title:c_viterbo } + title:d_c_vitim_color = { set_color_from_title = title:c_vitim } + title:d_c_viviers_color = { set_color_from_title = title:c_viviers } + title:d_c_vizagipatam_color = { set_color_from_title = title:c_vizagipatam } + title:d_c_vladimir_color = { set_color_from_title = title:c_vladimir } + title:d_c_vodamayutja_color = { set_color_from_title = title:c_vodamayutja } + title:d_c_vodi_color = { set_color_from_title = title:c_vodi } + title:d_c_vodica_color = { set_color_from_title = title:c_vodica } + title:d_c_vogtland_color = { set_color_from_title = title:c_vogtland } + title:d_c_voin_color = { set_color_from_title = title:c_voin } + title:d_c_volkovysk_color = { set_color_from_title = title:c_volkovysk } + title:d_c_volodymyr_color = { set_color_from_title = title:c_volodymyr } + title:d_c_vologda_color = { set_color_from_title = title:c_vologda } + title:d_c_vorbasse_color = { set_color_from_title = title:c_vorbasse } + title:d_c_voronezh_color = { set_color_from_title = title:c_voronezh } + title:d_c_votkinsk_color = { set_color_from_title = title:c_votkinsk } + title:d_c_vratsa_color = { set_color_from_title = title:c_vratsa } + title:d_c_vrbas_color = { set_color_from_title = title:c_vrbas } + title:d_c_vukovar_color = { set_color_from_title = title:c_vukovar } + title:d_c_vyangi_color = { set_color_from_title = title:c_vyangi } + title:d_c_wa_color = { set_color_from_title = title:c_wa } + title:d_c_wabar_color = { set_color_from_title = title:c_wabar } + title:d_c_wadai_color = { set_color_from_title = title:c_wadai } + title:d_c_wadan_color = { set_color_from_title = title:c_wadan } + title:d_c_waddan_color = { set_color_from_title = title:c_waddan } + title:d_c_wadi_amur_color = { set_color_from_title = title:c_wadi_amur } + title:d_c_wadi_el-milk_color = { set_color_from_title = title:c_wadi_el-milk } + title:d_c_wagadugu_color = { set_color_from_title = title:c_wagadugu } + title:d_c_waj_color = { set_color_from_title = title:c_waj } + title:d_c_wajda_color = { set_color_from_title = title:c_wajda } + title:d_c_wajh_color = { set_color_from_title = title:c_wajh } + title:d_c_wakhan_color = { set_color_from_title = title:c_wakhan } + title:d_c_wakhsh_color = { set_color_from_title = title:c_wakhsh } + title:d_c_walata_color = { set_color_from_title = title:c_walata } + title:d_c_waldeck_color = { set_color_from_title = title:c_waldeck } + title:d_c_wandala_color = { set_color_from_title = title:c_wandala } + title:d_c_waqisa_color = { set_color_from_title = title:c_waqisa } + title:d_c_wargla_color = { set_color_from_title = title:c_wargla } + title:d_c_warwickshire_color = { set_color_from_title = title:c_warwickshire } + title:d_c_wasit_color = { set_color_from_title = title:c_wasit } + title:d_c_wassa_color = { set_color_from_title = title:c_wassa } + title:d_c_welamo_color = { set_color_from_title = title:c_welamo } + title:d_c_wellega_color = { set_color_from_title = title:c_wellega } + title:d_c_wentugaole_color = { set_color_from_title = title:c_wentugaole } + title:d_c_wenyon_color = { set_color_from_title = title:c_wenyon } + title:d_c_werle_color = { set_color_from_title = title:c_werle } + title:d_c_west-tokharestan_color = { set_color_from_title = title:c_west-tokharestan } + title:d_c_west_kordofan_color = { set_color_from_title = title:c_west_kordofan } + title:d_c_west_qamuda_color = { set_color_from_title = title:c_west_qamuda } + title:d_c_west_riding_color = { set_color_from_title = title:c_west_riding } + title:d_c_western_tannu_color = { set_color_from_title = title:c_western_tannu } + title:d_c_westfriesland_color = { set_color_from_title = title:c_westfriesland } + title:d_c_westmorland_color = { set_color_from_title = title:c_westmorland } + title:d_c_wiek_color = { set_color_from_title = title:c_wiek } + title:d_c_wielunska_color = { set_color_from_title = title:c_wielunska } + title:d_c_wiltberg_color = { set_color_from_title = title:c_wiltberg } + title:d_c_wiltshire_color = { set_color_from_title = title:c_wiltshire } + title:d_c_wittenberg_color = { set_color_from_title = title:c_wittenberg } + title:d_c_wolgast_color = { set_color_from_title = title:c_wolgast } + title:d_c_wolkenstein_color = { set_color_from_title = title:c_wolkenstein } + title:d_c_wolpe_color = { set_color_from_title = title:c_wolpe } + title:d_c_wolqayt_color = { set_color_from_title = title:c_wolqayt } + title:d_c_worcestershire_color = { set_color_from_title = title:c_worcestershire } + title:d_c_wormditt_color = { set_color_from_title = title:c_wormditt } + title:d_c_worodugu_color = { set_color_from_title = title:c_worodugu } + title:d_c_wschowska_color = { set_color_from_title = title:c_wschowska } + title:d_c_wuda_color = { set_color_from_title = title:c_wuda } + title:d_c_wuli_color = { set_color_from_title = title:c_wuli } + title:d_c_wuluhai_color = { set_color_from_title = title:c_wuluhai } + title:d_c_wurttemberg_color = { set_color_from_title = title:c_wurttemberg } + title:d_c_wurzburg_color = { set_color_from_title = title:c_wurzburg } + title:d_c_xainza_color = { set_color_from_title = title:c_xainza } + title:d_c_xaitongmoin_color = { set_color_from_title = title:c_xaitongmoin } + title:d_c_xigaze_color = { set_color_from_title = title:c_xigaze } + title:d_c_xigortang_color = { set_color_from_title = title:c_xigortang } + title:d_c_xingqing_color = { set_color_from_title = title:c_xingqing } + title:d_c_xining_color = { set_color_from_title = title:c_xining } + title:d_c_yabrin_color = { set_color_from_title = title:c_yabrin } + title:d_c_yagba_color = { set_color_from_title = title:c_yagba } + title:d_c_yaitsk_color = { set_color_from_title = title:c_yaitsk } + title:d_c_yalala_color = { set_color_from_title = title:c_yalala } + title:d_c_yalong_color = { set_color_from_title = title:c_yalong } + title:d_c_yamama_color = { set_color_from_title = title:c_yamama } + title:d_c_yamethin_color = { set_color_from_title = title:c_yamethin } + title:d_c_yanbu_color = { set_color_from_title = title:c_yanbu } + title:d_c_yangikent_color = { set_color_from_title = title:c_yangikent } + title:d_c_yangjibaliq_color = { set_color_from_title = title:c_yangjibaliq } + title:d_c_yangwarok_color = { set_color_from_title = title:c_yangwarok } + title:d_c_yanokul_color = { set_color_from_title = title:c_yanokul } + title:d_c_yar-calli_color = { set_color_from_title = title:c_yar-calli } + title:d_c_yarkand_color = { set_color_from_title = title:c_yarkand } + title:d_c_yaroslavl_color = { set_color_from_title = title:c_yaroslavl } + title:d_c_yasin_color = { set_color_from_title = title:c_yasin } + title:d_c_yatenga_color = { set_color_from_title = title:c_yatenga } + title:d_c_yatvyagi_color = { set_color_from_title = title:c_yatvyagi } + title:d_c_yau_color = { set_color_from_title = title:c_yau } + title:d_c_yauri_color = { set_color_from_title = title:c_yauri } + title:d_c_yazd_color = { set_color_from_title = title:c_yazd } + title:d_c_yekaterinburg_color = { set_color_from_title = title:c_yekaterinburg } + title:d_c_yelimane_color = { set_color_from_title = title:c_yelimane } + title:d_c_yenisei_color = { set_color_from_title = title:c_yenisei } + title:d_c_yenshipin_color = { set_color_from_title = title:c_yenshipin } + title:d_c_yera_color = { set_color_from_title = title:c_yera } + title:d_c_yijinai_color = { set_color_from_title = title:c_yijinai } + title:d_c_yongdeng_color = { set_color_from_title = title:c_yongdeng } + title:d_c_yoshkar-ola_color = { set_color_from_title = title:c_yoshkar-ola } + title:d_c_yperen_color = { set_color_from_title = title:c_yperen } + title:d_c_yumen_color = { set_color_from_title = title:c_yumen } + title:d_c_yumenguan_color = { set_color_from_title = title:c_yumenguan } + title:d_c_zabid_color = { set_color_from_title = title:c_zabid } + title:d_c_zabulistan_color = { set_color_from_title = title:c_zabulistan } + title:d_c_zachlumia_color = { set_color_from_title = title:c_zachlumia } + title:d_c_zadar_color = { set_color_from_title = title:c_zadar } + title:d_c_zadoi_color = { set_color_from_title = title:c_zadoi } + title:d_c_zagorje_color = { set_color_from_title = title:c_zagorje } + title:d_c_zagreb_color = { set_color_from_title = title:c_zagreb } + title:d_c_zagros_mediae_color = { set_color_from_title = title:c_zagros_mediae } + title:d_c_zaila_color = { set_color_from_title = title:c_zaila } + title:d_c_zakroczymska_color = { set_color_from_title = title:c_zakroczymska } + title:d_c_zamindawar_color = { set_color_from_title = title:c_zamindawar } + title:d_c_zamm_color = { set_color_from_title = title:c_zamm } + title:d_c_zammour_color = { set_color_from_title = title:c_zammour } + title:d_c_zamora_color = { set_color_from_title = title:c_zamora } + title:d_c_zanjan_color = { set_color_from_title = title:c_zanjan } + title:d_c_zarafshan_color = { set_color_from_title = title:c_zarafshan } + title:d_c_zaragoza_color = { set_color_from_title = title:c_zaragoza } + title:d_c_zarand_color = { set_color_from_title = title:c_zarand } + title:d_c_zaranj_color = { set_color_from_title = title:c_zaranj } + title:d_c_zaria_color = { set_color_from_title = title:c_zaria } + title:d_c_zarma_color = { set_color_from_title = title:c_zarma } + title:d_c_zarman_color = { set_color_from_title = title:c_zarman } + title:d_c_zaslavl_color = { set_color_from_title = title:c_zaslavl } + title:d_c_zatec_color = { set_color_from_title = title:c_zatec } + title:d_c_zavrsje_color = { set_color_from_title = title:c_zavrsje } + title:d_c_zawila_color = { set_color_from_title = title:c_zawila } + title:d_c_zeeland_color = { set_color_from_title = title:c_zeeland } + title:d_c_zekog_color = { set_color_from_title = title:c_zekog } + title:d_c_zela_color = { set_color_from_title = title:c_zela } + title:d_c_zelengora_color = { set_color_from_title = title:c_zelengora } + title:d_c_zemigalians_color = { set_color_from_title = title:c_zemigalians } + title:d_c_zemplen_color = { set_color_from_title = title:c_zemplen } + title:d_c_zetang_color = { set_color_from_title = title:c_zetang } + title:d_c_zhagyab_color = { set_color_from_title = title:c_zhagyab } + title:d_c_zhenfan_color = { set_color_from_title = title:c_zhenfan } + title:d_c_zherkovo_color = { set_color_from_title = title:c_zherkovo } + title:d_c_zhidoi_color = { set_color_from_title = title:c_zhidoi } + title:d_c_zhongba_color = { set_color_from_title = title:c_zhongba } + title:d_c_zhytomyr_color = { set_color_from_title = title:c_zhytomyr } + title:d_c_zichia_color = { set_color_from_title = title:c_zichia } + title:d_c_zirkuh_color = { set_color_from_title = title:c_zirkuh } + title:d_c_ziz_color = { set_color_from_title = title:c_ziz } + title:d_c_zlatibor_color = { set_color_from_title = title:c_zlatibor } + title:d_c_znojmo_color = { set_color_from_title = title:c_znojmo } + title:d_c_zogang_color = { set_color_from_title = title:c_zogang } + title:d_c_zoige_color = { set_color_from_title = title:c_zoige } + title:d_c_zollern_color = { set_color_from_title = title:c_zollern } + title:d_c_zolyom_color = { set_color_from_title = title:c_zolyom } + title:d_c_zurich_color = { set_color_from_title = title:c_zurich } + title:d_c_zutphen_color = { set_color_from_title = title:c_zutphen } + title:d_c_zvyahel_color = { set_color_from_title = title:c_zvyahel } + } +} diff --git a/WtWSMS/common/scripted_effects/MOD_color_storage_titles.txt b/WtWSMS/common/scripted_effects/MOD_color_storage_titles.txt new file mode 100644 index 0000000000..d280191a94 --- /dev/null +++ b/WtWSMS/common/scripted_effects/MOD_color_storage_titles.txt @@ -0,0 +1,6 @@ +reset_color_effect = { #Title scope + if = { + limit = { exists = this.var:color_storage } + this = { set_color_from_title = this.var:color_storage } + } +} diff --git a/WtWSMS/common/scripted_effects/T4N_map_color_effect.txt b/WtWSMS/common/scripted_effects/T4N_map_color_effect.txt deleted file mode 100644 index e20e6d6c3f..0000000000 --- a/WtWSMS/common/scripted_effects/T4N_map_color_effect.txt +++ /dev/null @@ -1,124 +0,0 @@ -T4N_e_map_barony = { - every_barony = { - county = { - prev = { set_color_from_title = prev } - } - } -} - -T4N_e_tributary_map = { - global_var:custom_map_tributary_target = { - save_temporary_scope_as = target_character - } - every_county = { - if = { - # Me - limit = { - holder = { - OR = { - # is me - this = scope:target_character - - # liege is me - any_liege_or_above = { this = scope:target_character } - } - } - } - every_county_province = { barony = { set_color_from_title = title:d_tributary_map_target } } - } - else_if = { - # My tributary - - limit = { - holder = { - exists = var:my_suzerain - OR = { - # has a suzerain and suzerain is me - var:my_suzerain = scope:target_character - - # liege has a suzerain and suzerain is me - any_liege_or_above = { - var:my_suzerain = scope:target_character - } - } - } - } - every_county_province = { barony = { set_color_from_title = title:d_tributary_map_target_tributary } } - } - else_if = { - # My suzerain - - limit = { - holder = { - OR = { - is_suzerain = yes - any_liege_or_above = { is_suzerain = yes } - has_tributaries = yes - any_liege_or_above = { has_tributaries = yes } - } - OR = { - AND = { - has_variable_list = permanent_tributaries - is_target_in_variable_list = { name = permanent_tributaries target = scope:target_character } - } - AND = { - has_variable_list = non_permanent_tributaries - is_target_in_variable_list = { name = non_permanent_tributaries target = scope:target_character } - } - } - } - } - every_county_province = { barony = { set_color_from_title = title:d_tributary_map_target_suzerain } } - } - else_if = { - # Is both a tributary and a suzerain - - limit = { - holder = { - OR = { - is_suzerain = yes - any_liege_or_above = { is_suzerain = yes } - has_tributaries = yes - any_liege_or_above = { has_tributaries = yes } - } - OR = { - is_tributary = yes - any_liege_or_above = { is_tributary = yes } - } - } - } - every_county_province = { barony = { set_color_from_title = title:d_tributary_map_tributary_suzerain } } - } - else_if = { - # Is a tributary but not a suzerain - - limit = { - holder = { - OR = { - is_tributary = yes - any_liege_or_above = { is_tributary = yes } - } - } - } - every_county_province = { barony = { set_color_from_title = title:d_tributary_map_tributary } } - } - else_if = { - # Is a suzerain but not a tributary - - limit = { - holder = { - OR = { - is_suzerain = yes - any_liege_or_above = { is_suzerain = yes } - has_tributaries = yes - any_liege_or_above = { has_tributaries = yes } - } - } - } - every_county_province = { barony = { set_color_from_title = title:d_tributary_map_suzerain } } - } - else = { - every_county_province = { barony = { set_color_from_title = title:d_tributary_map_base } } - } - } -} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt index 82f38fe88b..2112aa3a65 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt @@ -164,7 +164,9 @@ define_tributary = { set_variable = { name = can_call_to_war_tributary value = $CAN_CALL_TO_WAR_TRIBUTARY_FLAG$ - } + } + + primary_title = { set_color_from_title = prev.var:my_suzerain.primary_title } } #calulate income @@ -340,7 +342,9 @@ unset_tributary = { #can call to war Suzerain #can call to war Tributary flags remove_variable = can_declare_war_on_trib - remove_variable = can_call_to_war_suzerain - remove_variable = can_call_to_war_tributary + remove_variable = can_call_to_war_suzerain + remove_variable = can_call_to_war_tributary + + primary_title = { reset_color_effect = yes } } } \ No newline at end of file diff --git a/WtWSMS/common/scripted_guis/BP_mapmodes.txt b/WtWSMS/common/scripted_guis/BP_mapmodes.txt new file mode 100644 index 0000000000..eb1087427b --- /dev/null +++ b/WtWSMS/common/scripted_guis/BP_mapmodes.txt @@ -0,0 +1,41 @@ +clean_up_map_modes = { + effect = { + every_county = { reset_color_effect = yes } + } +} + +highlight_tributaries_map = { + effect = { + if = { + limit = { NOT = { global_var:custom_map_mode = flag:highlight_tributaries_map } } + set_global_variable = { + name = custom_map_mode_changing + value = 1 + } + set_global_variable = { + name = custom_map_mode + value = flag:highlight_tributaries_map + } + #Actual colouration + every_ruler = { + limit = { is_independent_ruler = yes } + #If a suzerain, color from primary_title + if = { + limit = { is_suzerain = yes } + every_sub_realm_county = { set_color_from_title = this.holder.top_liege.primary_title } + } + else_if = { + limit = { is_tributary = yes } + every_sub_realm_county = { set_color_from_title = this.holder.top_liege.var:my_suzerain.primary_title } + } + else = { every_sub_realm_county = { set_color_from_title = title:d_map_base_color } } + } + remove_global_variable = custom_map_mode_changing + } + } + is_shown = { + exists = global_var:custom_map_mode + global_var:custom_map_mode = flag:highlight_tributaries_map + } + is_valid = { NOT = { exists = global_var:custom_map_mode_changing } } +} \ No newline at end of file diff --git a/WtWSMS/gfx/map/map_modes/map_modes.txt b/WtWSMS/gfx/map/map_modes/map_modes.txt index 27abe18d6c..518146a90e 100644 --- a/WtWSMS/gfx/map/map_modes/map_modes.txt +++ b/WtWSMS/gfx/map/map_modes/map_modes.txt @@ -3383,3 +3383,27 @@ struggle = { } } + +##### Changed from Vanilla vvvvv +tributary_mapmode = { + color_mode = counties + small_map_names = counties + large_map_names = counties + selection = counties + fill_in_impassable = no + + gradient_parameters = { + zoom_step = 2 + gradient_alpha_inside = 1 + gradient_alpha_outside = 1 + gradient_width = 0.4 + gradient_color_mult = 1 + edge_width = 0 + edge_sharpness = 0 + edge_alpha = 0 + edge_color_mult = 0 + before_lighting_blend = 1 + after_lighting_blend = 0.5 + } +} +##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/gui/shared/mapmodes.gui b/WtWSMS/gui/shared/mapmodes.gui index 8c7754e2cf..b11759588c 100644 --- a/WtWSMS/gui/shared/mapmodes.gui +++ b/WtWSMS/gui/shared/mapmodes.gui @@ -512,6 +512,31 @@ # using = tooltip_ws # } ##### T4N CODE ^^^^^ + + ##### Changed from Vanilla vvvvv + button_tertiary = { + name = "tibutary_button" + visible = "[CanChangeMapMode]" + parentanchor = hcenter + + size = { 110 25 } + onclick = "[SetMapMode('tributary_mapmode')]" + onclick = "[GetScriptedGui('highlight_tributaries_map').Execute(GuiScope.End)]" + down = "[And( GetScriptedGui('highlight_tributaries_map').IsShown(GuiScope.End), IsMapMode('tributary_mapmode') )]" + enabled = "[GetScriptedGui('highlight_tributaries_map').IsValid(GuiScope.End)]" + + text = "TRIBUTARY_MAP_MODE" + + tooltip = "TRIBUTARY_MAP_MODE_TOOLTIP" + using = tooltip_ws + + blockoverride "button_close" + { + onclick = "[SetMapMode( 'realms' )]" + onclick = "[GetScriptedGui( 'clean_up_map_modes' ).Execute(GuiScope.End)]" + } + } + ##### Changed from Vanilla ^^^^^ } } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 096b29aa00..97cd6c7b42 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -5,6 +5,17 @@ c_durdzukia:0 "Durdzukia" c_tzani: "Tzani" + ##### Map mode colors + d_map_base_color: "" + d_map_color_red: "" + d_map_color_green: "" + d_map_color_blue: "" + d_map_color_cyan: "" + d_map_color_yellow: "" + d_map_color_orange: "" + d_map_color_pink: "" + d_map_color_black: "" + ##### Religious Titles d_papal_state: "Roman Patriarchate" d_papal_state_adj: "Roman Patriarchal" diff --git a/WtWSMS/localization/english/MOD_color_storage_l_english.yml b/WtWSMS/localization/english/MOD_color_storage_l_english.yml new file mode 100644 index 0000000000..98f4031853 --- /dev/null +++ b/WtWSMS/localization/english/MOD_color_storage_l_english.yml @@ -0,0 +1,3256 @@ +l_english: + #Empires + d_e_aarlud_khanate_color: "" + d_e_abyssinia_color: "" + d_e_ajuraan_color: "" + d_e_arabia_color: "" + d_e_armenia_color: "" + d_e_avar_color: "" + d_e_axum_color: "" + d_e_bactria_color: "" + d_e_baruun_khanate_color: "" + d_e_bengal_color: "" + d_e_black_horde_color: "" + d_e_britannia_color: "" + d_e_byzantium_color: "" + d_e_carpathia_color: "" + d_e_caspian-pontic_steppe_color: "" + d_e_chagatai_color: "" + d_e_dacia_color: "" + d_e_deccan_color: "" + d_e_egypt_color: "" + d_e_finland_color: "" + d_e_france_color: "" + d_e_gaul_color: "" + d_e_germania_magna_color: "" + d_e_germany_color: "" + d_e_golden_horde_color: "" + d_e_goths_color: "" + d_e_guinea_color: "" + d_e_helling_color: "" + d_e_hre_color: "" + d_e_hunnic_empire_color: "" + d_e_ilkhanate_color: "" + d_e_india_color: "" + d_e_italy_color: "" + d_e_kanem_bornu_color: "" + d_e_kara_khitai_color: "" + d_e_kirghiz_khanate_color: "" + d_e_latin_empire_color: "" + d_e_macedon_color: "" + d_e_maghreb_color: "" + d_e_mali_color: "" + d_e_mongol_empire_color: "" + d_e_mongolia_color: "" + d_e_north_africa_color: "" + d_e_north_sea_color: "" + d_e_outremer_color: "" + d_e_palmyra_color: "" + d_e_persia_color: "" + d_e_rajastan_color: "" + d_e_roman_empire_color: "" + d_e_rouran_color: "" + d_e_russia_color: "" + d_e_scandinavia_color: "" + d_e_scythia_color: "" + d_e_seleucid_color: "" + d_e_siberia_color: "" + d_e_slavia_color: "" + d_e_spain_color: "" + d_e_tamazgha_color: "" + d_e_tamil_color: "" + d_e_tartaria_color: "" + d_e_tibet_color: "" + d_e_timurids_color: "" + d_e_togskol_khanate_color: "" + d_e_turan_color: "" + d_e_turkestan_color: "" + d_e_uyghur_khanate_color: "" + d_e_volga-ural_color: "" + d_e_wendish_empire_color: "" + d_e_white_horde_color: "" + d_e_wre_color: "" + d_e_xiongnu_color: "" + #Kingdoms + d_k_adiukru_color: "" + d_k_africa_prefect_color: "" + d_k_al_hirah_color: "" + d_k_alamannia_color: "" + d_k_altava_color: "" + d_k_amr_confederacy_color: "" + d_k_anatolia_color: "" + d_k_andalusia_color: "" + d_k_angloland_color: "" + d_k_aquitaine_color: "" + d_k_aragon_color: "" + d_k_armenian_principality_color: "" + d_k_ashina_color: "" + d_k_asturias_color: "" + d_k_athens_color: "" + d_k_auresia_color: "" + d_k_austrasia_color: "" + d_k_austria_color: "" + d_k_aydin_color: "" + d_k_badajoz_color: "" + d_k_bavaria_color: "" + d_k_bene_israel_color: "" + d_k_bohemia_color: "" + d_k_bosnia_color: "" + d_k_bulgaria_color: "" + d_k_burgundians_color: "" + d_k_burgundy_color: "" + d_k_cabaon_color: "" + d_k_canarias_color: "" + d_k_candar_color: "" + d_k_capsa_color: "" + d_k_castille_color: "" + d_k_chuban_color: "" + d_k_commagene_color: "" + d_k_cornwall_color: "" + d_k_crete_color: "" + d_k_croatia_color: "" + d_k_cyprus_color: "" + d_k_cyrenaica_color: "" + d_k_dahae_confederacy_color: "" + d_k_dal_riata_color: "" + d_k_daneland_color: "" + d_k_danelaw_color: "" + d_k_denmark_color: "" + d_k_dubuo_color: "" + d_k_east_francia_color: "" + d_k_epirus_color: "" + d_k_eretnid_color: "" + d_k_fashion_color: "" + d_k_france_color: "" + d_k_franks_color: "" + d_k_gaochang_color: "" + d_k_gaoche_color: "" + d_k_geatland_color: "" + d_k_genoa_color: "" + d_k_georgia_color: "" + d_k_gepidia_color: "" + d_k_germiyan_color: "" + d_k_guiyi_color: "" + d_k_hansa_color: "" + d_k_harla_color: "" + d_k_hellas_color: "" + d_k_helling_color: "" + d_k_herul_color: "" + d_k_hodna_color: "" + d_k_hungary_color: "" + d_k_illyria_color: "" + d_k_illyria_prefect_color: "" + d_k_italy_color: "" + d_k_italy_prefect_color: "" + d_k_jazira_color: "" + d_k_jerusalem_color: "" + d_k_kabulistan_color: "" + d_k_kalachuri_color: "" + d_k_karaman_color: "" + d_k_khazaria_color: "" + d_k_khorasan_color: "" + d_k_kidarite_color: "" + d_k_kucha_color: "" + d_k_leon_color: "" + d_k_livonia_color: "" + d_k_lombardia_color: "" + d_k_lotharingia_color: "" + d_k_maghreb_color: "" + d_k_magyar_color: "" + d_k_manipura_color: "" + d_k_mann_the_isles_color: "" + d_k_masmuda_color: "" + d_k_mazandaran_color: "" + d_k_mediterranean_sea_color: "" + d_k_melchisedechianism_color: "" + d_k_mentese_color: "" + d_k_mercia_color: "" + d_k_mesopotamia_color: "" + d_k_moldavia_color: "" + d_k_moravia_color: "" + d_k_naples_color: "" + d_k_nasamoni_color: "" + d_k_navarra_color: "" + d_k_nemenchia_color: "" + d_k_neustria_color: "" + d_k_nikaea_color: "" + d_k_northumbria_color: "" + d_k_old_armenia_color: "" + d_k_old_thrace_color: "" + d_k_orleans_color: "" + d_k_orthodox_color: "" + d_k_ostrogoths_color: "" + d_k_ottoman_color: "" + d_k_ouarsenis_color: "" + d_k_papal_state_color: "" + d_k_paris_color: "" + d_k_pechenegs_color: "" + d_k_pisa_color: "" + d_k_poland_color: "" + d_k_pomerania_color: "" + d_k_portugal_color: "" + d_k_qaryat_dhat_kahil_color: "" + d_k_republic_color: "" + d_k_respendalid_color: "" + d_k_rheged_color: "" + d_k_romagna_color: "" + d_k_rugiland_color: "" + d_k_rum_color: "" + d_k_sahara_color: "" + d_k_sakya_trizin_color: "" + d_k_salihid_color: "" + d_k_sardinia_color: "" + d_k_sarir_color: "" + d_k_saruhan_color: "" + d_k_saurashtra_color: "" + d_k_saxony_color: "" + d_k_serbia_color: "" + d_k_shanshan_color: "" + d_k_sicca_veneria_color: "" + d_k_sicily_color: "" + d_k_soissons_color: "" + d_k_sophene_color: "" + d_k_south_kosala_color: "" + d_k_spanish_galicia_color: "" + d_k_sparta_color: "" + d_k_suebia_color: "" + d_k_switzerland_color: "" + d_k_syria_color: "" + d_k_tahert_color: "" + d_k_tekke_color: "" + d_k_thaton_color: "" + d_k_thessalonika_color: "" + d_k_thracia_color: "" + d_k_thuringia_color: "" + d_k_toledo_color: "" + d_k_toro_color: "" + d_k_trebizond_color: "" + d_k_trinacria_color: "" + d_k_tuldilanids_color: "" + d_k_tuyuhun_color: "" + d_k_uighur_color: "" + d_k_valencia_color: "" + d_k_vandalica_color: "" + d_k_venice_color: "" + d_k_visigoths_color: "" + d_k_wales_color: "" + d_k_wei_western_regions_color: "" + d_k_western_kshatrapas_color: "" + d_k_winideheim_color: "" + d_k_yarlung_color: "" + #Duchies + d_d_aaninen_tribe_color: "" + d_d_abkhazia_color: "" + d_d_acatiri_color: "" + d_d_adkaddakhe_color: "" + d_d_adogit_color: "" + d_d_aegean_islands_color: "" + d_d_aethelrugi_color: "" + d_d_agadir_color: "" + d_d_aileach_color: "" + d_d_ait_ouriaghel_color: "" + d_d_al-said_color: "" + d_d_al_qays_color: "" + d_d_alans_color: "" + d_d_aleppo_color: "" + d_d_algarve_color: "" + d_d_alger_color: "" + d_d_alsace_color: "" + d_d_amalfi_color: "" + d_d_amela_color: "" + d_d_amman_color: "" + d_d_anatolia_color: "" + d_d_ancona_color: "" + d_d_angria_color: "" + d_d_anhalt_color: "" + d_d_anjou_color: "" + d_d_antae_color: "" + d_d_antioch_color: "" + d_d_apostolic_church_color: "" + d_d_aquileia_church_color: "" + d_d_aquitaine_color: "" + d_d_aragon_color: "" + d_d_arian_color: "" + d_d_armagnac_color: "" + d_d_armeniac_color: "" + d_d_arochi_color: "" + d_d_ashokas_chosen_color: "" + d_d_astures_color: "" + d_d_asturias_color: "" + d_d_atrebatia_color: "" + d_d_augandzi_color: "" + d_d_augsburg_color: "" + d_d_austorani_color: "" + d_d_auvergne_color: "" + d_d_availites_color: "" + d_d_avars_color: "" + d_d_awioniz_color: "" + d_d_azal_color: "" + d_d_azerbaijan_color: "" + d_d_bacs_color: "" + d_d_badajoz_color: "" + d_d_bagaudae_color: "" + d_d_baghdad_color: "" + d_d_bakr_color: "" + d_d_balti_color: "" + d_d_baquates_color: "" + d_d_bar_color: "" + d_d_barcelona_color: "" + d_d_baroia_color: "" + d_d_barsils_color: "" + d_d_basra_color: "" + d_d_bavaria_color: "" + d_d_beja_color: "" + d_d_bejaia_color: "" + d_d_bektashi_color: "" + d_d_belgrade_color: "" + d_d_benevento_color: "" + d_d_berry_color: "" + d_d_bihar_color: "" + d_d_binnaka_color: "" + d_d_bishop_of_iona_color: "" + d_d_bjarma_tribe_color: "" + d_d_blemmyes_color: "" + d_d_bohemia_color: "" + d_d_bourbon_color: "" + d_d_brabant_color: "" + d_d_broerec_color: "" + d_d_brycheiniog_color: "" + d_d_bucellaria_color: "" + d_d_bukhara_color: "" + d_d_bulgaria_color: "" + d_d_bulgars_color: "" + d_d_bulls_rishabha_color: "" + d_d_burgundy_color: "" + d_d_cairo_color: "" + d_d_cait_color: "" + d_d_calabria_color: "" + d_d_capua_color: "" + d_d_carinthia_color: "" + d_d_castilla_color: "" + d_d_ce_color: "" + d_d_cephalonia_color: "" + d_d_chaldia_color: "" + d_d_champagne_color: "" + d_d_charsianon_color: "" + d_d_chosen_perkunas_color: "" + d_d_chumi_color: "" + d_d_chumukun_color: "" + d_d_chuyue_color: "" + d_d_cibyrrhaeot_color: "" + d_d_coimbra_color: "" + d_d_constantinopolitan_prefect_color: "" + d_d_conversos_color: "" + d_d_coptic_papacy_color: "" + d_d_cordoba_color: "" + d_d_courland_tribe_color: "" + d_d_croatia_color: "" + d_d_currezia_color: "" + d_d_cybelian_pagan_color: "" + d_d_dalmatia_color: "" + d_d_damascus_color: "" + d_d_danes_color: "" + d_d_dauphine_color: "" + d_d_deasmhumhain_color: "" + d_d_delta_color: "" + d_d_diyarbakr_color: "" + d_d_diyarmudar_color: "" + d_d_diyarrabia_color: "" + d_d_dneipner_balts_color: "" + d_d_dobrudja_color: "" + d_d_domnonia_color: "" + d_d_donatism_color: "" + d_d_duklja_color: "" + d_d_dyrrachion_color: "" + d_d_east_franconia_color: "" + d_d_east_galindians_color: "" + d_d_ebionites_color: "" + d_d_edessa_color: "" + d_d_elmet_color: "" + d_d_emilia_color: "" + d_d_epirus_color: "" + d_d_erzerum_color: "" + d_d_erzya_color: "" + d_d_esseaxena_color: "" + d_d_essina_color: "" + d_d_exilarch_color: "" + d_d_fes_color: "" + d_d_fezzan_color: "" + d_d_flanders_color: "" + d_d_followers_arjuna_color: "" + d_d_fortriu_color: "" + d_d_fossatisii_color: "" + d_d_fotla_color: "" + d_d_friuli_color: "" + d_d_gabes_color: "" + d_d_galicia_color: "" + d_d_gardman_color: "" + d_d_gascogne_color: "" + d_d_gaul_prefect_color: "" + d_d_gayomarthianism_color: "" + d_d_gelre_color: "" + d_d_georgia_color: "" + d_d_georgian_orthodox_color: "" + d_d_germanii_color: "" + d_d_ghifar_color: "" + d_d_ghomara_color: "" + d_d_gortyene_color: "" + d_d_gothic_church_color: "" + d_d_goths_color: "" + d_d_granada_color: "" + d_d_granni_color: "" + d_d_guenet_color: "" + d_d_guent_color: "" + d_d_gugark_color: "" + d_d_gustow_color: "" + d_d_gutes_color: "" + d_d_gyor_color: "" + d_d_halin_color: "" + d_d_hamadan_color: "" + d_d_hanzalah_color: "" + d_d_haruriyyah_color: "" + d_d_hashshashin_color: "" + d_d_hawazin_color: "" + d_d_haymanot_color: "" + d_d_hellenic_pagan_color: "" + d_d_herefinna_color: "" + d_d_hesse_color: "" + d_d_hhaha_color: "" + d_d_highland_lithuanians_color: "" + d_d_hintata_color: "" + d_d_holland_color: "" + d_d_holstein_color: "" + d_d_holy_sepulchre_color: "" + d_d_homs_color: "" + d_d_hormuz_color: "" + d_d_huitzilopochtli_color: "" + d_d_iazyges_color: "" + d_d_iconoclast_color: "" + d_d_ikh_bogdh_color: "" + d_d_imami_color: "" + d_d_immortals_color: "" + d_d_istria_color: "" + d_d_italy_prefect_color: "" + d_d_izhorians_color: "" + d_d_jabal_kufs_color: "" + d_d_jerid_color: "" + d_d_jomsvikings_color: "" + d_d_jonse_color: "" + d_d_judham_color: "" + d_d_julich_color: "" + d_d_jutes_color: "" + d_d_jylland_color: "" + d_d_k_iberia_color_color: "" + d_d_kabarism_color: "" + d_d_kairouan_color: "" + d_d_kalb_color: "" + d_d_karaism_color: "" + d_d_keoka_color: "" + d_d_kernev_color: "" + d_d_khanty_tribe_color: "" + d_d_khurmazta_color: "" + d_d_khurramism_color: "" + d_d_knights_calatrava_color: "" + d_d_knights_hospitaler_color: "" + d_d_knights_santiago_color: "" + d_d_knights_templar_color: "" + d_d_kohestan_color: "" + d_d_koivans_color: "" + d_d_kola_tribe_color: "" + d_d_kolochins_color: "" + d_d_krain_color: "" + d_d_kroumerie_color: "" + d_d_kufa_color: "" + d_d_kumul_color: "" + d_d_kurdistan_color: "" + d_d_kutrigurs_color: "" + d_d_kuyavia_color: "" + d_d_kwrtstan_color: "" + d_d_laanemaa_color: "" + d_d_laguantan_color: "" + d_d_languedoc_color: "" + d_d_lebanon_color: "" + d_d_lemovia_color: "" + d_d_leon_color: "" + d_d_lettigalians_color: "" + d_d_linnius_color: "" + d_d_livonians_color: "" + d_d_lombardia_color: "" + d_d_lombards_color: "" + d_d_lower_bosna_color: "" + d_d_lower_lorraine_color: "" + d_d_lowland_lithuanians_color: "" + d_d_luxembourg_color: "" + d_d_macronia_color: "" + d_d_macva_color: "" + d_d_mafaza_color: "" + d_d_maingmaw_color: "" + d_d_malabarism_color: "" + d_d_malao_color: "" + d_d_manichean_color: "" + d_d_mansi_tribe_color: "" + d_d_marcionism_color: "" + d_d_marcomanni_color: "" + d_d_mari_color: "" + d_d_masmudi_color: "" + d_d_massalia_color: "" + d_d_mazdakism_color: "" + d_d_mazdayasna_color: "" + d_d_meissen_color: "" + d_d_merya_color: "" + d_d_meshchera_color: "" + d_d_mesopotamia_color: "" + d_d_miaphysite_color: "" + d_d_mo_tribe_color: "" + d_d_moesia_superior_color: "" + d_d_moksha_color: "" + d_d_monophysite_color: "" + d_d_montes_aregenses_color: "" + d_d_moravia_color: "" + d_d_mosania_color: "" + d_d_mosylon_color: "" + d_d_mundus_color: "" + d_d_murcia_color: "" + d_d_muromians_color: "" + d_d_murzuk_color: "" + d_d_muwalladi_color: "" + d_d_najran_color: "" + d_d_narvik_tribe_color: "" + d_d_nasa_color: "" + d_d_navarra_color: "" + d_d_nishapur_color: "" + d_d_nok_color: "" + d_d_nordgau_color: "" + d_d_nordmark_color: "" + d_d_norgyrwa_color: "" + d_d_normandy_color: "" + d_d_noxgaga_color: "" + d_d_nuristan_color: "" + d_d_ogurs_color: "" + d_d_opone_color: "" + d_d_opsikion_color: "" + d_d_optimatoi_color: "" + d_d_orleans_color: "" + d_d_orleans_alans_color: "" + d_d_osraige_color: "" + d_d_osterreich_color: "" + d_d_ostmark_color: "" + d_d_oultrejourdain_color: "" + d_d_oxford_color: "" + d_d_palestine_color: "" + d_d_palmyra_color: "" + d_d_papal_state_color: "" + d_d_patriarchate_in_the_east_color: "" + d_d_paulician_color: "" + d_d_philippopolis_color: "" + d_d_piedmonte_color: "" + d_d_pisa_color: "" + d_d_platonic_academy_color: "" + d_d_pohjanmaa_tribe_color: "" + d_d_poitou_color: "" + d_d_pomerelia_color: "" + d_d_pommerania_color: "" + d_d_porto_color: "" + d_d_powys_color: "" + d_d_priscillianism_color: "" + d_d_pronsk_color: "" + d_d_provence_color: "" + d_d_prus_color: "" + d_d_quraysh_color: "" + d_d_rabbinism_color: "" + d_d_raetia_curiensis_color: "" + d_d_ranii_color: "" + d_d_rashka_color: "" + d_d_raumarici_color: "" + d_d_regraga_color: "" + d_d_reudigni_color: "" + d_d_revala_color: "" + d_d_rif_color: "" + d_d_ripuria_color: "" + d_d_romagna_color: "" + d_d_roman_prefect_color: "" + d_d_saami_tribe_color: "" + d_d_saaremaa_color: "" + d_d_sabirs_color: "" + d_d_sacromontisi_color: "" + d_d_sahara_color: "" + d_d_saint_addai_color: "" + d_d_saint_anthony_color: "" + d_d_sakala_color: "" + d_d_salerno_color: "" + d_d_salia_color: "" + d_d_salzburg_color: "" + d_d_samaritan_color: "" + d_d_samarkand_color: "" + d_d_samarra_color: "" + d_d_sami_color: "" + d_d_sandomiersk_color: "" + d_d_saragurs_color: "" + d_d_sarapion_color: "" + d_d_savo_tribe_color: "" + d_d_savoie_color: "" + d_d_sebasteia_color: "" + d_d_selonians_color: "" + d_d_senate_color: "" + d_d_setomaa_color: "" + d_d_sevilla_color: "" + d_d_shammar_color: "" + d_d_shiite_color: "" + d_d_shirvan_color: "" + d_d_sinai_color: "" + d_d_sklaveni_color: "" + d_d_sky_lords_color: "" + d_d_slavonia_color: "" + d_d_slesvig_color: "" + d_d_somogy_color: "" + d_d_sons_kaleva_color: "" + d_d_sophanene_color: "" + d_d_sophene_color: "" + d_d_spirit_guardians_color: "" + d_d_spoleto_color: "" + d_d_steyermark_color: "" + d_d_strymon_color: "" + d_d_suavi_color: "" + d_d_sumparu_color: "" + d_d_sunni_color: "" + d_d_sussex_color: "" + d_d_suthgyrwa_color: "" + d_d_suyab_color: "" + d_d_swabia_color: "" + d_d_swedes_color: "" + d_d_swiss_color: "" + d_d_syrmia_color: "" + d_d_syrte_color: "" + d_d_tabae_color: "" + d_d_taghlebi_color: "" + d_d_tahert_color: "" + d_d_tamim_color: "" + d_d_tangiers_color: "" + d_d_tavast_tribe_color: "" + d_d_tayk_color: "" + d_d_tel_river_color: "" + d_d_temes_color: "" + d_d_teryukhan_color: "" + d_d_teutonic_order_color: "" + d_d_thaqif_color: "" + d_d_thrace_color: "" + d_d_thracesia_color: "" + d_d_thracian_goths_color: "" + d_d_thuringia_color: "" + d_d_tiele_color: "" + d_d_tlemcen_color: "" + d_d_toledo_color: "" + d_d_toscana_color: "" + d_d_transjurania_color: "" + d_d_transylvania_color: "" + d_d_tridentium_color: "" + d_d_triparvatha_color: "" + d_d_triveria_color: "" + d_d_trondelag_color: "" + d_d_tunis_color: "" + d_d_turnovo_color: "" + d_d_udmurt_tribe_color: "" + d_d_ugandi_color: "" + d_d_upper_lorraine_color: "" + d_d_urartuism_color: "" + d_d_urdunn_color: "" + d_d_utigurs_color: "" + d_d_utrecht_color: "" + d_d_uusimaa_tribe_color: "" + d_d_valencia_color: "" + d_d_valentinianism_color: "" + d_d_valentois_alans_color: "" + d_d_valois_color: "" + d_d_venedi_color: "" + d_d_venice_color: "" + d_d_verona_color: "" + d_d_vidin_color: "" + d_d_vidivaria_color: "" + d_d_viraja_color: "" + d_d_virumaa_color: "" + d_d_viscaya_color: "" + d_d_visegrad_color: "" + d_d_vologda_tribe_color: "" + d_d_votians_color: "" + d_d_wabar_color: "" + d_d_warini_color: "" + d_d_warriors_perun_color: "" + d_d_wasit_color: "" + d_d_west_franconia_color: "" + d_d_west_galindians_color: "" + d_d_wielkopolska_color: "" + d_d_yathrib_color: "" + d_d_yazd_color: "" + d_d_yotvingians_color: "" + d_d_yungdrung_bon_color: "" + d_d_zab_color: "" + d_d_zaghawa_color: "" + d_d_zaragoza_color: "" + d_d_zealots_color: "" + d_d_zemigalians_color: "" + d_d_zinder_color: "" + d_d_znaga_color: "" + d_d_zun_warriors_color: "" + #Counties + d_c_aachen_color: "" + d_c_aalborg_color: "" + d_c_aarhus_color: "" + d_c_abakan_color: "" + d_c_abauj_color: "" + d_c_abbadan_color: "" + d_c_abivard_color: "" + d_c_abkhazia_color: "" + d_c_ablastha_color: "" + d_c_abomey_color: "" + d_c_abruzzi_color: "" + d_c_abu_hammad_color: "" + d_c_abwab_color: "" + d_c_abydos_color: "" + d_c_acalapura_color: "" + d_c_acampse_color: "" + d_c_achaia_color: "" + d_c_acre_color: "" + d_c_adanse_color: "" + d_c_adoni_color: "" + d_c_adrianopolis_color: "" + d_c_aeolis_color: "" + d_c_aetolia_color: "" + d_c_afar_color: "" + d_c_afram_color: "" + d_c_agadir_color: "" + d_c_agairik_color: "" + d_c_agaw_meder_color: "" + d_c_agdeside_color: "" + d_c_agenais_color: "" + d_c_agrigento_color: "" + d_c_ahqaf_color: "" + d_c_ahvaz_color: "" + d_c_ailech_color: "" + d_c_ain_galakka_color: "" + d_c_aintab_color: "" + d_c_air_color: "" + d_c_ajaccio_color: "" + d_c_ajayameru_color: "" + d_c_ak-dzulpas_color: "" + d_c_akhadid_color: "" + d_c_akkel_color: "" + d_c_akkityk_color: "" + d_c_aksay_color: "" + d_c_aksu_color: "" + d_c_aksuyek_color: "" + d_c_al-arid_color: "" + d_c_al-asa_color: "" + d_c_al-buhaira_color: "" + d_c_al-gharbiya_color: "" + d_c_al-haditha_color: "" + d_c_al-hasa_color: "" + d_c_al_aqabah_color: "" + d_c_al_jawf_color: "" + d_c_aland_color: "" + d_c_alarcon_color: "" + d_c_albarracin_color: "" + d_c_albi_color: "" + d_c_albret_color: "" + d_c_alcacer_do_sal_color: "" + d_c_alcaniz_color: "" + d_c_alcaraz_color: "" + d_c_alencon_color: "" + d_c_aleppo_color: "" + d_c_alexandretta_color: "" + d_c_alexandria_color: "" + d_c_aley_color: "" + d_c_algeciras_color: "" + d_c_algier_color: "" + d_c_alicante_color: "" + d_c_allai_color: "" + d_c_allaqi_color: "" + d_c_allenstein_color: "" + d_c_almader_color: "" + d_c_almaty_color: "" + d_c_almeria_color: "" + d_c_alodia_color: "" + d_c_along_color: "" + d_c_alpsee_color: "" + d_c_altay_color: "" + d_c_alto_aragon_color: "" + d_c_aluksne_color: "" + d_c_alupa_color: "" + d_c_alxa_color: "" + d_c_amatlus_color: "" + d_c_amaya_color: "" + d_c_amdo_color: "" + d_c_amhara_color: "" + d_c_amida_color: "" + d_c_amiens_color: "" + d_c_amol_color: "" + d_c_amstetten_color: "" + d_c_anbar_color: "" + d_c_ancona_color: "" + d_c_andujar_color: "" + d_c_angerburg_color: "" + d_c_angermanland_color: "" + d_c_anglesey_color: "" + d_c_angot_color: "" + d_c_angouleme_color: "" + d_c_angus_color: "" + d_c_anja_color: "" + d_c_anjou_color: "" + d_c_annaba_color: "" + d_c_annandale_color: "" + d_c_ansbach_color: "" + d_c_ansongo_color: "" + d_c_antiocheia_color: "" + d_c_antipatreia_color: "" + d_c_antwerpen_color: "" + d_c_aosta_color: "" + d_c_aowin_color: "" + d_c_apahunik_color: "" + d_c_apulia_color: "" + d_c_aqenganggyai_color: "" + d_c_aqiq_color: "" + d_c_aqtobe_color: "" + d_c_aquileia_color: "" + d_c_aquincum_color: "" + d_c_arad_color: "" + d_c_aral_karakum_color: "" + d_c_aralkizil_color: "" + d_c_aran_color: "" + d_c_arawan_color: "" + d_c_arbanon_color: "" + d_c_arborea_color: "" + d_c_ardabil_color: "" + d_c_ardestan_color: "" + d_c_arezzo_color: "" + d_c_argyll_color: "" + d_c_arigh_color: "" + d_c_ariksar_color: "" + d_c_arkat_color: "" + d_c_armagnac_color: "" + d_c_arnhem_color: "" + d_c_arnsberg_color: "" + d_c_aror_color: "" + d_c_arrajan_color: "" + d_c_arusi_color: "" + d_c_arzhan_color: "" + d_c_asfi_color: "" + d_c_ashir_color: "" + d_c_ashli_color: "" + d_c_ashmaka_color: "" + d_c_asir_color: "" + d_c_asirgarh_color: "" + d_c_asni_color: "" + d_c_aso_color: "" + d_c_astana_color: "" + d_c_astore_color: "" + d_c_astorga_color: "" + d_c_astrakhan_color: "" + d_c_asturias_de_oviedo_color: "" + d_c_asturias_de_santillana_color: "" + d_c_aswan_color: "" + d_c_asyut_color: "" + d_c_atamansku_color: "" + d_c_atbara_color: "" + d_c_atbasar_color: "" + d_c_athlone_color: "" + d_c_atholl_color: "" + d_c_atkarsk_color: "" + d_c_attica_color: "" + d_c_attie_color: "" + d_c_atyrau_color: "" + d_c_augsburg_color: "" + d_c_aunis_color: "" + d_c_austisland_color: "" + d_c_auvergne_color: "" + d_c_auxerre_color: "" + d_c_ava_color: "" + d_c_avalois_color: "" + d_c_aveiro_color: "" + d_c_avila_color: "" + d_c_aviovara_color: "" + d_c_avlonas_color: "" + d_c_avranches_color: "" + d_c_awjila_color: "" + d_c_awkar_color: "" + d_c_awssa_color: "" + d_c_aydhab_color: "" + d_c_ayn_farah_color: "" + d_c_ayodhya_color: "" + d_c_ayrarat_color: "" + d_c_ayrshire_color: "" + d_c_aytos_color: "" + d_c_az-dhahira_color: "" + d_c_azas_color: "" + d_c_azov_color: "" + d_c_azukki_color: "" + d_c_azysia_color: "" + d_c_baalbek_color: "" + d_c_babruysk_color: "" + d_c_bacs_color: "" + d_c_badajoz_color: "" + d_c_badakhshan_color: "" + d_c_badaraya_color: "" + d_c_baden_color: "" + d_c_badghis_color: "" + d_c_badi_color: "" + d_c_badis_color: "" + d_c_baduspan_color: "" + d_c_baghdad_color: "" + d_c_bagrewand_color: "" + d_c_baguirmi_color: "" + d_c_bahnasa_color: "" + d_c_bahriya_color: "" + d_c_baibalik_color: "" + d_c_baigaluuls_color: "" + d_c_baihaq_color: "" + d_c_bailaqan_color: "" + d_c_baima_color: "" + d_c_baingoin_color: "" + d_c_baisary_color: "" + d_c_baiyin_color: "" + d_c_bajura_color: "" + d_c_bakharz_color: "" + d_c_bakhmut_color: "" + d_c_bakriya_color: "" + d_c_balachev_color: "" + d_c_balashagun_color: "" + d_c_balgun_color: "" + d_c_bali_color: "" + d_c_balkh_color: "" + d_c_balkonda_color: "" + d_c_balqa_color: "" + d_c_bam_color: "" + d_c_bamberg_color: "" + d_c_bambuk_color: "" + d_c_bamian_color: "" + d_c_bampur_color: "" + d_c_banavasi_color: "" + d_c_banbar_color: "" + d_c_bandhugadha_color: "" + d_c_bandiagara_color: "" + d_c_bangaon_color: "" + d_c_bannu_color: "" + d_c_banre_color: "" + d_c_baol_color: "" + d_c_baqen_color: "" + d_c_baqlin_color: "" + d_c_bar_color: "" + d_c_baranya_color: "" + d_c_barasuru_color: "" + d_c_barbacadle_color: "" + d_c_barcasag_color: "" + d_c_barcelona_color: "" + d_c_bardak_color: "" + d_c_bargajan_color: "" + d_c_bari_color: "" + d_c_barkam_color: "" + d_c_barkul_color: "" + d_c_barlad_color: "" + d_c_barma_color: "" + d_c_barnaul_color: "" + d_c_barqa_color: "" + d_c_bars_color: "" + d_c_barsuki_color: "" + d_c_bartenstein_color: "" + d_c_basagha_color: "" + d_c_basra_color: "" + d_c_bassa_color: "" + d_c_bastia_color: "" + d_c_batang_color: "" + d_c_batiha_color: "" + d_c_batina_color: "" + d_c_batn_al-hajar_color: "" + d_c_batticaloa_color: "" + d_c_bauchi_color: "" + d_c_baxoi_color: "" + d_c_baydhabo_color: "" + d_c_bayeux_color: "" + d_c_bazin_color: "" + d_c_bearn_color: "" + d_c_beaumont_color: "" + d_c_bedford_color: "" + d_c_begemder_color: "" + d_c_begho_color: "" + d_c_behabad_color: "" + d_c_beirut_color: "" + d_c_beja_color: "" + d_c_bejaia_color: "" + d_c_bekes_color: "" + d_c_beksima_color: "" + d_c_belebey_color: "" + d_c_bellac_color: "" + d_c_belogorje_color: "" + d_c_beloozero_color: "" + d_c_belz_color: "" + d_c_bena_color: "" + d_c_benavente_color: "" + d_c_benevento_color: "" + d_c_benin_color: "" + d_c_beograd_color: "" + d_c_berbera_color: "" + d_c_berchtesgaden_color: "" + d_c_bereg_color: "" + d_c_berent_color: "" + d_c_berestye_color: "" + d_c_bergh_color: "" + d_c_berkshire_color: "" + d_c_berlin_color: "" + d_c_bern_color: "" + d_c_beroe_color: "" + d_c_berry_color: "" + d_c_berta_color: "" + d_c_besancon_color: "" + d_c_beshbalik_color: "" + d_c_beszterce_color: "" + d_c_bethen_color: "" + d_c_betpa_color: "" + d_c_bezichi_color: "" + d_c_beziers_color: "" + d_c_bhakkar_color: "" + d_c_bhaktapur_color: "" + d_c_bhera_color: "" + d_c_bhumilka_color: "" + d_c_bigorre_color: "" + d_c_bihar_color: "" + d_c_biia_color: "" + d_c_bikrampur_color: "" + d_c_bilizma_color: "" + d_c_bilma_color: "" + d_c_bindugu_color: "" + d_c_bir_amir_color: "" + d_c_bisha_color: "" + d_c_biskra_color: "" + d_c_bithynia_color: "" + d_c_biton_color: "" + d_c_biun_color: "" + d_c_blankenburg_color: "" + d_c_blekinge_color: "" + d_c_blois_color: "" + d_c_bodele_color: "" + d_c_bodrog_color: "" + d_c_boeotia_color: "" + d_c_boleslav_color: "" + d_c_bolghar_color: "" + d_c_bologna_color: "" + d_c_bombogor_color: "" + d_c_bome_color: "" + d_c_bonduku_color: "" + d_c_bono_color: "" + d_c_bonoso_color: "" + d_c_bordeaux_color: "" + d_c_bornholm_color: "" + d_c_bornu_color: "" + d_c_boro_burgasu_color: "" + d_c_boron_color: "" + d_c_borsod_color: "" + d_c_bost_color: "" + d_c_bothin_color: "" + d_c_boubo_color: "" + d_c_bouillon_color: "" + d_c_boulogne_color: "" + d_c_bourbon_color: "" + d_c_brabant_color: "" + d_c_braganza_color: "" + d_c_braila_color: "" + d_c_brandenburg_color: "" + d_c_branicevo_color: "" + d_c_braslau_color: "" + d_c_bratsk_color: "" + d_c_brecknockshire_color: "" + d_c_breifne_color: "" + d_c_breisgau_color: "" + d_c_bremen_color: "" + d_c_brene_color: "" + d_c_brescia_color: "" + d_c_breslau_color: "" + d_c_bresse_color: "" + d_c_brie_francaise_color: "" + d_c_briey_color: "" + d_c_brixen_color: "" + d_c_brno_color: "" + d_c_brugge_color: "" + d_c_brunswick_color: "" + d_c_brysis_color: "" + d_c_brzeg_color: "" + d_c_buchan_color: "" + d_c_buckinghamshire_color: "" + d_c_bucuresti_color: "" + d_c_bugurslan_color: "" + d_c_bukhara_color: "" + d_c_bumthang_color: "" + d_c_bundu_color: "" + d_c_bur_color: "" + d_c_bura_color: "" + d_c_bure_color: "" + d_c_burgas_color: "" + d_c_burgau_color: "" + d_c_burgos_color: "" + d_c_burhanpur_color: "" + d_c_burji_color: "" + d_c_burugu_aallar_color: "" + d_c_busaso_color: "" + d_c_bussa_color: "" + d_c_buthrotum_color: "" + d_c_buzau_color: "" + d_c_byzantion_color: "" + d_c_cabardinia_color: "" + d_c_cabra_color: "" + d_c_caceres_color: "" + d_c_cadiz_color: "" + d_c_caernarfonshire_color: "" + d_c_cagliari_color: "" + d_c_cairo_color: "" + d_c_caithness_color: "" + d_c_cakrakuta_color: "" + d_c_calafat_color: "" + d_c_calarasi_color: "" + d_c_calatayud_color: "" + d_c_calatrava_color: "" + d_c_camarda_color: "" + d_c_cambray_color: "" + d_c_cambridgeshire_color: "" + d_c_cammin_color: "" + d_c_campulung_color: "" + d_c_canarias_color: "" + d_c_canavese_color: "" + d_c_canda_color: "" + d_c_candhoba_color: "" + d_c_candradvipa_color: "" + d_c_cappadocia_color: "" + d_c_capua_color: "" + d_c_carcassonne_color: "" + d_c_cardiganshire_color: "" + d_c_caria_color: "" + d_c_carmarthenshire_color: "" + d_c_carrick_color: "" + d_c_casentino_color: "" + d_c_caslav_color: "" + d_c_castellon_color: "" + d_c_castelo_branco_color: "" + d_c_caze_color: "" + d_c_cephalonia_color: "" + d_c_cerasus_color: "" + d_c_cetatea_alba_color: "" + d_c_cetina_color: "" + d_c_ceuta_color: "" + d_c_chadrinsk_color: "" + d_c_chagdy_aallar_color: "" + d_c_chaghaniyan_color: "" + d_c_chah_color: "" + d_c_chakla_color: "" + d_c_chalkidike_color: "" + d_c_chalon_color: "" + d_c_chalons_color: "" + d_c_chamil_color: "" + d_c_chandax_color: "" + d_c_chanderi_color: "" + d_c_changma_color: "" + d_c_chania_color: "" + d_c_charaideo_color: "" + d_c_charkliq_color: "" + d_c_charsianon_color: "" + d_c_chartres_color: "" + d_c_chauragarh_color: "" + d_c_cheboksary_color: "" + d_c_chelabinsk_color: "" + d_c_cherchen_color: "" + d_c_cherik_color: "" + d_c_cherkassy_color: "" + d_c_chernigov_color: "" + d_c_cherso_color: "" + d_c_cherven_color: "" + d_c_cheshire_color: "" + d_c_chich_color: "" + d_c_chikoy_color: "" + d_c_chilia_color: "" + d_c_chindu_color: "" + d_c_chios_color: "" + d_c_chitrakut_color: "" + d_c_chitral_color: "" + d_c_choklema_color: "" + d_c_cholamandalam_color: "" + d_c_chonae_color: "" + d_c_chornobyl_color: "" + d_c_chuguchak_color: "" + d_c_chulym_color: "" + d_c_chumarho_color: "" + d_c_chuna_color: "" + d_c_chunar_color: "" + d_c_chungthang_color: "" + d_c_chuya_color: "" + d_c_cieszyn_color: "" + d_c_cilicia_color: "" + d_c_clermont_color: "" + d_c_clermont_sur_allier_color: "" + d_c_cleves_color: "" + d_c_coburg_color: "" + d_c_coimbra_color: "" + d_c_colmar_color: "" + d_c_cologne_color: "" + d_c_colonea_color: "" + d_c_comai_color: "" + d_c_comminges_color: "" + d_c_como_color: "" + d_c_cona_color: "" + d_c_connacht_color: "" + d_c_constanta_color: "" + d_c_constantine_color: "" + d_c_coqen_color: "" + d_c_cordoba_color: "" + d_c_cornouaille_color: "" + d_c_cornwall_color: "" + d_c_coruna_color: "" + d_c_cosenza_color: "" + d_c_cottbus_color: "" + d_c_coulommiers_color: "" + d_c_cozhelhoma_color: "" + d_c_craiova_color: "" + d_c_cremona_color: "" + d_c_csanad_color: "" + d_c_csongrad_color: "" + d_c_cuellar_color: "" + d_c_cuenca_color: "" + d_c_cumberland_color: "" + d_c_cumbum_color: "" + d_c_cuneo_color: "" + d_c_cuonaco_color: "" + d_c_cykma_color: "" + d_c_czerska_color: "" + d_c_dabou_color: "" + d_c_daboya_color: "" + d_c_dabusiya_color: "" + d_c_dadhipadra_color: "" + d_c_dagomba_color: "" + d_c_dagon_color: "" + d_c_dahlak_color: "" + d_c_dajing_color: "" + d_c_dakajalan_color: "" + d_c_dakhina_desa_color: "" + d_c_dakhla_color: "" + d_c_dakkar_color: "" + d_c_dal_color: "" + d_c_dalabergslagen_color: "" + d_c_dalarna_color: "" + d_c_daman_color: "" + d_c_damascus_color: "" + d_c_damghan_color: "" + d_c_damietta_color: "" + d_c_damin_i_koh_color: "" + d_c_damoh_color: "" + d_c_damot_color: "" + d_c_damxung_color: "" + d_c_danakil_color: "" + d_c_dang_color: "" + d_c_dangla_color: "" + d_c_dannenberg_color: "" + d_c_danzig_color: "" + d_c_dar-al-rih_color: "" + d_c_dar_al-said_color: "" + d_c_dar_rashid_color: "" + d_c_dar_sila_color: "" + d_c_dara_color: "" + d_c_darabjerd_color: "" + d_c_daramdin_color: "" + d_c_darcha_color: "" + d_c_darghan_color: "" + d_c_darkhad_valley_color: "" + d_c_darmashan_color: "" + d_c_dasapura_color: "" + d_c_dathina_color: "" + d_c_datong_color: "" + d_c_daura_color: "" + d_c_dausar_color: "" + d_c_dawaro_color: "" + d_c_dawraq_color: "" + d_c_dawu_color: "" + d_c_debar_color: "" + d_c_debul_color: "" + d_c_dege_color: "" + d_c_degelen_color: "" + d_c_deggerdorf_color: "" + d_c_delhi_color: "" + d_c_dembiya_color: "" + d_c_demchok_color: "" + d_c_demetrias_color: "" + d_c_denbighshire_color: "" + d_c_dendi_color: "" + d_c_dengqen_color: "" + d_c_denia_color: "" + d_c_deqen_color: "" + d_c_derbent_color: "" + d_c_derby_color: "" + d_c_derlenka_color: "" + d_c_derna_color: "" + d_c_desmond_color: "" + d_c_dessau_color: "" + d_c_devagiri_color: "" + d_c_devon_color: "" + d_c_dhafra_color: "" + d_c_dhamalpur_color: "" + d_c_dhankar_color: "" + d_c_dhara_color: "" + d_c_dhofar_color: "" + d_c_dhraina_color: "" + d_c_diamare_color: "" + d_c_dibri_color: "" + d_c_dihistan_color: "" + d_c_dijon_color: "" + d_c_dimapur_color: "" + d_c_dipalpur_color: "" + d_c_dirku_color: "" + d_c_diskit_color: "" + d_c_ditmarschen_color: "" + d_c_djado_color: "" + d_c_djanet_color: "" + d_c_djarin_color: "" + d_c_djerba_color: "" + d_c_djugu_color: "" + d_c_dnipro_color: "" + d_c_dobrzynska_color: "" + d_c_dodugu_color: "" + d_c_dokkum_color: "" + d_c_dole_color: "" + d_c_dolgujar_color: "" + d_c_dongola_color: "" + d_c_donjikraji_color: "" + d_c_dorohoi_color: "" + d_c_dorohychyn_color: "" + d_c_dorostorum_color: "" + d_c_dorpat_color: "" + d_c_dorset_color: "" + d_c_dortmund_color: "" + d_c_doti_color: "" + d_c_doudleby_color: "" + d_c_draa_color: "" + d_c_dresden_color: "" + d_c_dublin_color: "" + d_c_dubrovytsia_color: "" + d_c_duklja_color: "" + d_c_dunbar_color: "" + d_c_dunhuang_color: "" + d_c_duqm_color: "" + d_c_durdzukia_color: "" + d_c_durham_color: "" + d_c_durne_color: "" + d_c_durovka_color: "" + d_c_dvaraka_color: "" + d_c_dvin_color: "" + d_c_dyamare_color: "" + d_c_dyrrachion_color: "" + d_c_dyulaso_color: "" + d_c_east-tokharestan_color: "" + d_c_east_darfur_color: "" + d_c_east_kiilt_color: "" + d_c_east_riding_color: "" + d_c_eastern_tannu_color: "" + d_c_edd_color: "" + d_c_edessa_color: "" + d_c_edo_color: "" + d_c_eghiz_kara_color: "" + d_c_eichstadt_color: "" + d_c_el_fasher_color: "" + d_c_el_waak_color: "" + d_c_elabuga_color: "" + d_c_eleila_color: "" + d_c_elvas_color: "" + d_c_embrun_color: "" + d_c_emil_color: "" + d_c_ennis_color: "" + d_c_epeiros_color: "" + d_c_erbach_color: "" + d_c_eschenlohe_color: "" + d_c_essex_color: "" + d_c_eu_color: "" + d_c_euboea_color: "" + d_c_euchaita_color: "" + d_c_evreux_color: "" + d_c_ewe_color: "" + d_c_eystridalir_color: "" + d_c_faereyar_color: "" + d_c_fafan_color: "" + d_c_falaj_color: "" + d_c_famagusta_color: "" + d_c_fanhe_color: "" + d_c_fante_color: "" + d_c_farafra_color: "" + d_c_farah_color: "" + d_c_farama_color: "" + d_c_faras_color: "" + d_c_farava_color: "" + d_c_faro_color: "" + d_c_fayyum_color: "" + d_c_fazaz_color: "" + d_c_fazughli_color: "" + d_c_feher_color: "" + d_c_fellata_color: "" + d_c_ferghana_color: "" + d_c_fermo_color: "" + d_c_ferrara_color: "" + d_c_fes_color: "" + d_c_fetegar_color: "" + d_c_fife_color: "" + d_c_figuig_color: "" + d_c_fika_color: "" + d_c_finland_color: "" + d_c_finnveden_color: "" + d_c_firabr_color: "" + d_c_firaun_color: "" + d_c_firdafylki_color: "" + d_c_firenze_color: "" + d_c_fitri_color: "" + d_c_fogaras_color: "" + d_c_foggia_color: "" + d_c_foix_color: "" + d_c_forcalquier_color: "" + d_c_forez_color: "" + d_c_fraga_color: "" + d_c_frankfurt_color: "" + d_c_freistadt_color: "" + d_c_french_leon_color: "" + d_c_frisia_color: "" + d_c_friuli_color: "" + d_c_fudalhi_color: "" + d_c_fuerteventura_color: "" + d_c_fulda_color: "" + d_c_fuqi_color: "" + d_c_furstenberg_color: "" + d_c_futa_jalon_color: "" + d_c_fyn_color: "" + d_c_gabal_color: "" + d_c_gabes_color: "" + d_c_gacka_color: "" + d_c_gafat_color: "" + d_c_galam_color: "" + d_c_galati_color: "" + d_c_galatia_color: "" + d_c_galatia_salutaris_color: "" + d_c_galloway_color: "" + d_c_gallura_color: "" + d_c_gamo_color: "" + d_c_ganale_color: "" + d_c_gangaran_color: "" + d_c_ganzhou_color: "" + d_c_gao_color: "" + d_c_gaotai_color: "" + d_c_gar_color: "" + d_c_garabogazkol_color: "" + d_c_garco_color: "" + d_c_garkung_color: "" + d_c_garoua_color: "" + d_c_garumele_color: "" + d_c_garwhal_color: "" + d_c_garze_color: "" + d_c_gastrikland_color: "" + d_c_gatsuurgazar_color: "" + d_c_gauda_color: "" + d_c_gauldala_color: "" + d_c_gaya_color: "" + d_c_geba_color: "" + d_c_gegyai_color: "" + d_c_gemer_color: "" + d_c_geneva_color: "" + d_c_genoa_color: "" + d_c_germa_color: "" + d_c_gerqen_color: "" + d_c_gerze_color: "" + d_c_gevaudan_color: "" + d_c_gezira_color: "" + d_c_ghadames_color: "" + d_c_gharb_color: "" + d_c_ghardaia_color: "" + d_c_ghat_color: "" + d_c_ghazna_color: "" + d_c_ghazza_color: "" + d_c_ghazzal_color: "" + d_c_ghulja_color: "" + d_c_ghur_color: "" + d_c_gidaya_color: "" + d_c_gilan_color: "" + d_c_gilgit_color: "" + d_c_girona_color: "" + d_c_giurgiu_color: "" + d_c_giza_color: "" + d_c_glamorgan_color: "" + d_c_glazov_color: "" + d_c_gleichenstein_color: "" + d_c_gloucestershire_color: "" + d_c_gnezdovo_color: "" + d_c_gnieznienska_color: "" + d_c_goalpara_color: "" + d_c_gobir_color: "" + d_c_gode_color: "" + d_c_godwad_color: "" + d_c_gojjam_color: "" + d_c_gola_color: "" + d_c_golag_color: "" + d_c_golaghmuli_color: "" + d_c_golden_hills_color: "" + d_c_gomel_color: "" + d_c_gomoco_color: "" + d_c_gondo_color: "" + d_c_gongbo_color: "" + d_c_gonja_color: "" + d_c_gonjo_color: "" + d_c_gorlitz_color: "" + d_c_gorz_color: "" + d_c_gostyninska_color: "" + d_c_gottingen_color: "" + d_c_gowrie_color: "" + d_c_granada_color: "" + d_c_graz_color: "" + d_c_grebo_color: "" + d_c_grisons_color: "" + d_c_grobin_color: "" + d_c_grodno_color: "" + d_c_groningen_color: "" + d_c_grunberg_color: "" + d_c_grunningen_color: "" + d_c_guazhou_color: "" + d_c_gudbrandsdalir_color: "" + d_c_guelders_color: "" + d_c_gugark_color: "" + d_c_guidimaka_color: "" + d_c_guines_color: "" + d_c_gumuz_color: "" + d_c_gurgan_color: "" + d_c_gurganj_color: "" + d_c_gurgi_color: "" + d_c_guria_color: "" + d_c_gurjaratra_color: "" + d_c_gurma_color: "" + d_c_gutland_color: "" + d_c_gutti_color: "" + d_c_guwari_color: "" + d_c_guzgan_color: "" + d_c_guzkol_color: "" + d_c_gwalior_color: "" + d_c_gyaca_color: "" + d_c_gyaitang_color: "" + d_c_gyama_color: "" + d_c_gyangze_color: "" + d_c_gyegumdo_color: "" + d_c_gyirong_color: "" + d_c_gyor_color: "" + d_c_hadithat-ana_color: "" + d_c_hadramawt_color: "" + d_c_hadrianeia_color: "" + d_c_hadrianopolis_color: "" + d_c_hadya_color: "" + d_c_hail_color: "" + d_c_hainaut_color: "" + d_c_hakkari_color: "" + d_c_halberstadt_color: "" + d_c_halland_color: "" + d_c_halsingland_color: "" + d_c_haltang_color: "" + d_c_halych_color: "" + d_c_hama_color: "" + d_c_hamadan_color: "" + d_c_hamburg_color: "" + d_c_hampton_color: "" + d_c_hanlan_color: "" + d_c_hannover_color: "" + d_c_harar_color: "" + d_c_hargaya_color: "" + d_c_harhiraa_color: "" + d_c_harikela_color: "" + d_c_harjadalen_color: "" + d_c_harran_color: "" + d_c_harrat_rahat_color: "" + d_c_haruppeswara_color: "" + d_c_hastinapura_color: "" + d_c_hauran_color: "" + d_c_havelberg_color: "" + d_c_hayq_color: "" + d_c_hedmork_color: "" + d_c_heihe_color: "" + d_c_helenopontus_color: "" + d_c_helgum_color: "" + d_c_herat_color: "" + d_c_hereford_color: "" + d_c_hereti_color: "" + d_c_hertfordshire_color: "" + d_c_hewes_color: "" + d_c_hildesheim_color: "" + d_c_hinthada_color: "" + d_c_hiraab_color: "" + d_c_hisar_color: "" + d_c_hoboksar_color: "" + d_c_hobyo_color: "" + d_c_hodh_color: "" + d_c_hodna_color: "" + d_c_hohaseco_color: "" + d_c_hohenau_color: "" + d_c_hohenberg_color: "" + d_c_hohenburg_color: "" + d_c_hohenlohe_color: "" + d_c_holland_color: "" + d_c_homs_color: "" + d_c_hongliuyuan_color: "" + d_c_honorias_color: "" + d_c_hont_color: "" + d_c_hordalandi_color: "" + d_c_hormuz_color: "" + d_c_hotin_color: "" + d_c_hradec_color: "" + d_c_hradyzk_color: "" + d_c_huesca_color: "" + d_c_hulwan_color: "" + d_c_huntingdonshire_color: "" + d_c_hunyad_color: "" + d_c_hunyan_color: "" + d_c_hvosno_color: "" + d_c_iasi_color: "" + d_c_ibadan_color: "" + d_c_ibibo_color: "" + d_c_idatarainadu_color: "" + d_c_idoma_color: "" + d_c_ifat_color: "" + d_c_ife_color: "" + d_c_ifni_color: "" + d_c_ifonyin_color: "" + d_c_igala_color: "" + d_c_igana_color: "" + d_c_igaran_color: "" + d_c_igbo_color: "" + d_c_igbomina_color: "" + d_c_ijaw_color: "" + d_c_ijebu_color: "" + d_c_ikh_bogd_color: "" + d_c_ilam_color: "" + d_c_ile_de_france_color: "" + d_c_ilesa_color: "" + d_c_ilga_color: "" + d_c_iliq_color: "" + d_c_ilo_color: "" + d_c_ilorin_color: "" + d_c_inari_color: "" + d_c_innarya_color: "" + d_c_inner_hebrides_color: "" + d_c_innsbruck_color: "" + d_c_intarta_color: "" + d_c_inverness_color: "" + d_c_ionia_color: "" + d_c_ipuskoa_color: "" + d_c_irahistan_color: "" + d_c_irbid_color: "" + d_c_irbil_color: "" + d_c_irkutsk_color: "" + d_c_isauria_color: "" + d_c_isfahan_color: "" + d_c_isfara_color: "" + d_c_ishim_color: "" + d_c_iskaf_color: "" + d_c_isle_of_man_color: "" + d_c_isle_of_wight_color: "" + d_c_issoudun_color: "" + d_c_istakhr_color: "" + d_c_itanagar_color: "" + d_c_itil_color: "" + d_c_iviza_color: "" + d_c_jabal_kufs_color: "" + d_c_jabal_quzlum_color: "" + d_c_jafara_color: "" + d_c_jaffa_color: "" + d_c_jaffna_color: "" + d_c_jagatipur_color: "" + d_c_jahkamakke_color: "" + d_c_jaligny_color: "" + d_c_jalmat_color: "" + d_c_jambalar_color: "" + d_c_jame_color: "" + d_c_jamtfir_color: "" + d_c_janakpur_color: "" + d_c_jara_color: "" + d_c_jasky_kart_color: "" + d_c_jaunpur_color: "" + d_c_jawf-al-yamani_color: "" + d_c_jend_color: "" + d_c_jenne_color: "" + d_c_jerjul_color: "" + d_c_jersika_color: "" + d_c_jerusalem_color: "" + d_c_jharkand_color: "" + d_c_jie_DZU_color: "" + d_c_jihlava_color: "" + d_c_jilali_color: "" + d_c_jilat_color: "" + d_c_jilib_color: "" + d_c_jimi_color: "" + d_c_jinghiz_color: "" + d_c_jinsko_color: "" + d_c_jinta_color: "" + d_c_jiren_suat_color: "" + d_c_jiruft_color: "" + d_c_jitikul_color: "" + d_c_jolof_color: "" + d_c_jone_color: "" + d_c_jovvkuj_color: "" + d_c_jowol_color: "" + d_c_jubba_color: "" + d_c_julevadno_color: "" + d_c_julfar_color: "" + d_c_julym_color: "" + d_c_jumla_color: "" + d_c_juterbog_color: "" + d_c_juwain_color: "" + d_c_juwair_color: "" + d_c_kaabu_color: "" + d_c_kaarta_color: "" + d_c_kabarasana_color: "" + d_c_kabul_color: "" + d_c_kachu_color: "" + d_c_kada_color: "" + d_c_kadam_color: "" + d_c_kaduna_color: "" + d_c_kaffa_color: "" + d_c_kafirkot_color: "" + d_c_kagar_color: "" + d_c_kagha_color: "" + d_c_kainsk_color: "" + d_c_kainuu_color: "" + d_c_kairwan_color: "" + d_c_kaisereia_color: "" + d_c_kaiserslautern_color: "" + d_c_kakheti_color: "" + d_c_kakisalmi_color: "" + d_c_kalabsha_color: "" + d_c_kalanjara_color: "" + d_c_kalat_color: "" + d_c_kalbin_color: "" + d_c_kale_color: "" + d_c_kali_kumaon_color: "" + d_c_kalinganagar_color: "" + d_c_kaliska_color: "" + d_c_kalos_limen_color: "" + d_c_kalpi_color: "" + d_c_kalyani_color: "" + d_c_kamarupanagara_color: "" + d_c_kamatapur_color: "" + d_c_kambampet_color: "" + d_c_kammersberg_color: "" + d_c_kamru_color: "" + d_c_kanara_color: "" + d_c_kanchipuram_color: "" + d_c_kandy_color: "" + d_c_kanem_color: "" + d_c_kangmar_color: "" + d_c_kaniaga_color: "" + d_c_kankan_color: "" + d_c_kano_color: "" + d_c_kansk_color: "" + d_c_kantegir_color: "" + d_c_kanyakubja_color: "" + d_c_kara_asirgan_color: "" + d_c_kara_khoja_color: "" + d_c_karabaigal_color: "" + d_c_karabalgasun_color: "" + d_c_karabas_color: "" + d_c_karabash_color: "" + d_c_karabolam_color: "" + d_c_karachev_color: "" + d_c_karakorum_color: "" + d_c_karamay_color: "" + d_c_karashar_color: "" + d_c_karasjohka_color: "" + d_c_karasu_color: "" + d_c_karatayak_color: "" + d_c_karatsagaan_color: "" + d_c_karauda_color: "" + d_c_karbala_color: "" + d_c_kargadan_color: "" + d_c_karghalik_color: "" + d_c_kargopol_color: "" + d_c_karkaraly_color: "" + d_c_karmanta_color: "" + d_c_karnten_color: "" + d_c_karor_color: "" + d_c_karran_color: "" + d_c_kartauzh_color: "" + d_c_kartli_color: "" + d_c_karur_color: "" + d_c_kasa_color: "" + d_c_kash_color: "" + d_c_kashgar_color: "" + d_c_kaska_color: "" + d_c_kaskelen_color: "" + d_c_kaski_color: "" + d_c_kasmira_color: "" + d_c_kassala_color: "" + d_c_kassel_color: "" + d_c_katagum_color: "" + d_c_kataka_color: "" + d_c_katehar_color: "" + d_c_kath_color: "" + d_c_kathmandu_color: "" + d_c_katsina_color: "" + d_c_katu_yaryk_color: "" + d_c_kayor_color: "" + d_c_kazan_color: "" + d_c_kazanskaya_color: "" + d_c_kazanskoye_color: "" + d_c_kazym_color: "" + d_c_kebbi_color: "" + d_c_keffi_color: "" + d_c_kempten_color: "" + d_c_kent_color: "" + d_c_kera_color: "" + d_c_kerak_color: "" + d_c_kerala_color: "" + d_c_kerch_color: "" + d_c_keriya_color: "" + d_c_kerken_color: "" + d_c_kermanshah_color: "" + d_c_kernave_color: "" + d_c_ketu_color: "" + d_c_keve_color: "" + d_c_kevrola_color: "" + d_c_khabur_color: "" + d_c_khachen_color: "" + d_c_khaplu_color: "" + d_c_khar_us_color: "" + d_c_kharam-vosh_color: "" + d_c_kharga_color: "" + d_c_khasagt_khairkhan_color: "" + d_c_khawr_color: "" + d_c_khaybar_color: "" + d_c_khentii_color: "" + d_c_kherson_color: "" + d_c_khetaka_color: "" + d_c_khijjingakota_color: "" + d_c_khinjali_mandala_color: "" + d_c_khiva_color: "" + d_c_khojand_color: "" + d_c_khokhoo_color: "" + d_c_kholmogory_color: "" + d_c_khopyor_color: "" + d_c_khortytsia_color: "" + d_c_khotan_color: "" + d_c_khotang_color: "" + d_c_khumar_color: "" + d_c_khurnak_color: "" + d_c_khuttal_color: "" + d_c_khuwar_color: "" + d_c_kiev_color: "" + d_c_kiia_color: "" + d_c_kinda_color: "" + d_c_kinda_sakun_color: "" + d_c_kingui_color: "" + d_c_kintus_color: "" + d_c_kiranapura_color: "" + d_c_kirillov_color: "" + d_c_kirkuk_color: "" + d_c_kirman_color: "" + d_c_kishsh_color: "" + d_c_kisi_color: "" + d_c_kita_color: "" + d_c_kitka_color: "" + d_c_kitoi_color: "" + d_c_kittila_color: "" + d_c_kiz_color: "" + d_c_kizir_color: "" + d_c_klarjeti_color: "" + d_c_kletsk_color: "" + d_c_klingenberg_color: "" + d_c_knin_color: "" + d_c_knittelfeld_color: "" + d_c_koblenz_color: "" + d_c_koda_color: "" + d_c_kodalaka_mandala_color: "" + d_c_koi-bagar_color: "" + d_c_kojuk_color: "" + d_c_kokenois_color: "" + d_c_kokoli_color: "" + d_c_kokpekty_color: "" + d_c_kol_color: "" + d_c_kolhapur_color: "" + d_c_kolobrzeg_color: "" + d_c_kolon_color: "" + d_c_kolyn_color: "" + d_c_kolyvan_color: "" + d_c_konda_ob_color: "" + d_c_kondana_color: "" + d_c_kondoma_color: "" + d_c_kong_color: "" + d_c_kongu_color: "" + d_c_konigsberg_color: "" + d_c_konko_color: "" + d_c_kono_color: "" + d_c_kontupohja_color: "" + d_c_konyan_color: "" + d_c_kopathal_color: "" + d_c_koppam_color: "" + d_c_kordofan_color: "" + d_c_korgon_color: "" + d_c_korinthos_color: "" + d_c_korosten_color: "" + d_c_korsun_color: "" + d_c_kos-buwak_color: "" + d_c_kos_uba_color: "" + d_c_koshuki_color: "" + d_c_kota_color: "" + d_c_kotera_color: "" + d_c_kotivarsa_color: "" + d_c_kotokel_color: "" + d_c_kotoko_color: "" + d_c_kotte_color: "" + d_c_kouga_color: "" + d_c_koutajoki_color: "" + d_c_kozelsk_color: "" + d_c_kozlov_color: "" + d_c_krajna_color: "" + d_c_krakowska_color: "" + d_c_kran_color: "" + d_c_kranj_color: "" + d_c_krasnoyarsk_color: "" + d_c_krasso_color: "" + d_c_krems_color: "" + d_c_kropot_color: "" + d_c_kru_color: "" + d_c_kucha_color: "" + d_c_kuchuk_color: "" + d_c_kufa_color: "" + d_c_kuisugu_color: "" + d_c_kujawy_color: "" + d_c_kukiya_color: "" + d_c_kuku_color: "" + d_c_kulan_utmas_color: "" + d_c_kulan_uynak_color: "" + d_c_kulunda_color: "" + d_c_kumaon_color: "" + d_c_kumasi_color: "" + d_c_kumkol_color: "" + d_c_kumtag_color: "" + d_c_kumych_color: "" + d_c_kundina_color: "" + d_c_kuozhou_color: "" + d_c_kuranko_color: "" + d_c_kurdar_color: "" + d_c_kurdistan_color: "" + d_c_kurgan_color: "" + d_c_kurgus_color: "" + d_c_kurmaed_color: "" + d_c_kurmina_color: "" + d_c_kursk_color: "" + d_c_kurumba_color: "" + d_c_kush-murun_color: "" + d_c_kusinagara_color: "" + d_c_kusumi_color: "" + d_c_kutch_color: "" + d_c_kuzbas_color: "" + d_c_kwahu-akyem_color: "" + d_c_kwararafa_color: "" + d_c_kyadya_color: "" + d_c_kyakyaru_color: "" + d_c_kyaukse_color: "" + d_c_kyin_color: "" + d_c_kymyl_tey_color: "" + d_c_kyunglung_color: "" + d_c_kyzistra_color: "" + d_c_kyzylkul_color: "" + d_c_la_marche_color: "" + d_c_labda_color: "" + d_c_labourd_color: "" + d_c_lachyk-uba_color: "" + d_c_laconia_color: "" + d_c_ladyzyn_color: "" + d_c_lag_dera_color: "" + d_c_laghwat_color: "" + d_c_lahur_color: "" + d_c_laia_color: "" + d_c_lakhnau_color: "" + d_c_laksmanavati_color: "" + d_c_lanarkshire_color: "" + d_c_lancashire_color: "" + d_c_lanciano_color: "" + d_c_landsberg_color: "" + d_c_langres_color: "" + d_c_lapusna_color: "" + d_c_lar_color: "" + d_c_lasta_color: "" + d_c_lecce_color: "" + d_c_leczycka_color: "" + d_c_legnica_color: "" + d_c_leh_color: "" + d_c_leicestershire_color: "" + d_c_leinster_color: "" + d_c_lena_color: "" + d_c_lenggu_color: "" + d_c_lenghu_color: "" + d_c_lennox_color: "" + d_c_leon_color: "" + d_c_lepsink_color: "" + d_c_leraba_color: "" + d_c_lesbos_color: "" + d_c_leuchtenburg_color: "" + d_c_lhagang_color: "" + d_c_lhari_color: "" + d_c_lhasa_color: "" + d_c_lhatok_color: "" + d_c_lhunze_color: "" + d_c_lhunzhub_color: "" + d_c_liangzhou_color: "" + d_c_liebnitz_color: "" + d_c_liege_color: "" + d_c_lienz_color: "" + d_c_lika_color: "" + d_c_lille_color: "" + d_c_limousin_color: "" + d_c_lincolnshire_color: "" + d_c_lingtsang_color: "" + d_c_linlithgowshire_color: "" + d_c_linz_color: "" + d_c_linze_color: "" + d_c_lippe_color: "" + d_c_lipto_color: "" + d_c_lisboa_color: "" + d_c_lisieux_color: "" + d_c_litang_color: "" + d_c_litomerice_color: "" + d_c_livs_color: "" + d_c_ljubljana_color: "" + d_c_lleida_color: "" + d_c_lobdaburg_color: "" + d_c_lobi_color: "" + d_c_lobo_color: "" + d_c_logudoro_color: "" + d_c_lolland_falster_color: "" + d_c_lombardia_color: "" + d_c_lomzynska_color: "" + d_c_lori_color: "" + d_c_loropeni_color: "" + d_c_lothian_color: "" + d_c_loulan_color: "" + d_c_lower_galatia_color: "" + d_c_lubeck_color: "" + d_c_lubelska_color: "" + d_c_lubusz_color: "" + d_c_lucca_color: "" + d_c_ludrava_color: "" + d_c_luki_color: "" + d_c_lukoml_color: "" + d_c_lumbini_color: "" + d_c_luneburg_color: "" + d_c_lunggar_color: "" + d_c_luni_color: "" + d_c_luntai_color: "" + d_c_luristan_color: "" + d_c_lusignan_color: "" + d_c_luuq_color: "" + d_c_luxembourg_color: "" + d_c_lviv_color: "" + d_c_lycandus_color: "" + d_c_lycaonia_color: "" + d_c_lycia_color: "" + d_c_lydia_color: "" + d_c_lyon_color: "" + d_c_lysva_color: "" + d_c_lyubim_color: "" + d_c_maab_color: "" + d_c_maan_color: "" + d_c_maastricht_color: "" + d_c_macon_color: "" + d_c_macva_color: "" + d_c_madaya_color: "" + d_c_madhupur_color: "" + d_c_madoi_color: "" + d_c_madrid_color: "" + d_c_madurai_color: "" + d_c_mafaza_color: "" + d_c_magadha_color: "" + d_c_magdeburg_color: "" + d_c_maghas_color: "" + d_c_magwe_color: "" + d_c_mahdiya_color: "" + d_c_mahishaka_color: "" + d_c_mahoba_color: "" + d_c_mahra_color: "" + d_c_mahur_color: "" + d_c_maine_color: "" + d_c_mainling_color: "" + d_c_mainz_color: "" + d_c_mait_color: "" + d_c_majar_color: "" + d_c_makhir_color: "" + d_c_malaga_color: "" + d_c_malagon_color: "" + d_c_malbork_color: "" + d_c_maldives_color: "" + d_c_maldwyn_color: "" + d_c_mallabhum_color: "" + d_c_mallorca_color: "" + d_c_malta_color: "" + d_c_mamprusi_color: "" + d_c_man_color: "" + d_c_mana_color: "" + d_c_manatau_color: "" + d_c_mandab_color: "" + d_c_mandapika_color: "" + d_c_mandavyapura_color: "" + d_c_mandestan_color: "" + d_c_mangnai_color: "" + d_c_mangra_color: "" + d_c_mangyshlak_color: "" + d_c_manikpur_color: "" + d_c_manipur_color: "" + d_c_mansfeld_color: "" + d_c_mansura_color: "" + d_c_manthang_color: "" + d_c_mantua_color: "" + d_c_manturovo_color: "" + d_c_maowun_color: "" + d_c_maqen_color: "" + d_c_maqu_color: "" + d_c_maragha_color: "" + d_c_marash_color: "" + d_c_marburg_color: "" + d_c_mareeg_color: "" + d_c_mark_color: "" + d_c_markam_color: "" + d_c_marmaros_color: "" + d_c_marrakesh_color: "" + d_c_marsabit_color: "" + d_c_marsan_color: "" + d_c_martyuba_color: "" + d_c_marvarrud_color: "" + d_c_masa_color: "" + d_c_masabadhan_color: "" + d_c_masalit_color: "" + d_c_masin_color: "" + d_c_massawa_color: "" + d_c_massina_color: "" + d_c_mathura_color: "" + d_c_mau_color: "" + d_c_mayo_color: "" + d_c_mayyafariqin_color: "" + d_c_mazandaran_color: "" + d_c_mazongshan_color: "" + d_c_mearns_color: "" + d_c_meaux_color: "" + d_c_mecca_color: "" + d_c_mecklenburg_color: "" + d_c_medantaka_color: "" + d_c_medapata_color: "" + d_c_medellin_color: "" + d_c_medelpad_color: "" + d_c_medina_color: "" + d_c_medjerda_color: "" + d_c_meissen_color: "" + d_c_meknes_color: "" + d_c_melilla_color: "" + d_c_melitene_color: "" + d_c_mema_color: "" + d_c_memar_color: "" + d_c_memel_color: "" + d_c_menorca_color: "" + d_c_merida_color: "" + d_c_merioneth_color: "" + d_c_meroe_color: "" + d_c_mersenburg_color: "" + d_c_merv_color: "" + d_c_mesembria_color: "" + d_c_mesopotamia_color: "" + d_c_messenia_color: "" + d_c_messina_color: "" + d_c_messukyla_color: "" + d_c_metz_color: "" + d_c_metzovo_color: "" + d_c_miastko_color: "" + d_c_middlesex_color: "" + d_c_midnapore_color: "" + d_c_miliez_color: "" + d_c_millau_color: "" + d_c_minbu_color: "" + d_c_minden_color: "" + d_c_minsk_color: "" + d_c_mithila_color: "" + d_c_modena_color: "" + d_c_modrus_color: "" + d_c_mogadishu_color: "" + d_c_mohadavasaka_color: "" + d_c_molina_color: "" + d_c_monferrato_color: "" + d_c_monkh_saridag_color: "" + d_c_monmouthshire_color: "" + d_c_montaigu_color: "" + d_c_montargis_color: "" + d_c_monterrei_color: "" + d_c_montpellier_color: "" + d_c_mora_color: "" + d_c_morarna_color: "" + d_c_moray_color: "" + d_c_more_color: "" + d_c_mosala_color: "" + d_c_moskva_color: "" + d_c_mosul_color: "" + d_c_mosynopolis_color: "" + d_c_moura_color: "" + d_c_mozhaysk_color: "" + d_c_mudgagiri_color: "" + d_c_mudug_color: "" + d_c_mugan_color: "" + d_c_mugodzhar_hills_color: "" + d_c_mulaka_color: "" + d_c_multan_color: "" + d_c_muluya_color: "" + d_c_mumo_color: "" + d_c_munchen_color: "" + d_c_munda_color: "" + d_c_munio_color: "" + d_c_munjan_color: "" + d_c_munster_color: "" + d_c_murcia_color: "" + d_c_murom_color: "" + d_c_murun_tomis_color: "" + d_c_murzuk_color: "" + d_c_muscat_color: "" + d_c_mustasaari_color: "" + d_c_muya_color: "" + d_c_mysia_color: "" + d_c_nabadwipa_color: "" + d_c_naddula_color: "" + d_c_naga_color: "" + d_c_nagarze_color: "" + d_c_nagauda_color: "" + d_c_nagchu_color: "" + d_c_nagormo_color: "" + d_c_naimisa_color: "" + d_c_naissus_color: "" + d_c_najera_color: "" + d_c_najran_color: "" + d_c_nakhshab_color: "" + d_c_naldurg_color: "" + d_c_nallamala_color: "" + d_c_nalu_color: "" + d_c_namandiru_color: "" + d_c_namdalfylki_color: "" + d_c_namur_color: "" + d_c_nancy_color: "" + d_c_nandana_color: "" + d_c_nang_color: "" + d_c_nangqen_color: "" + d_c_nantes_color: "" + d_c_nanumba_color: "" + d_c_napoli_color: "" + d_c_naqis_color: "" + d_c_narim_color: "" + d_c_narke_color: "" + d_c_narva_color: "" + d_c_narym_DZU_color: "" + d_c_nasaiya_color: "" + d_c_nasibin_color: "" + d_c_nasrabad_color: "" + d_c_nassau_color: "" + d_c_natangia_color: "" + d_c_naumberg_color: "" + d_c_naumburg_color: "" + d_c_naushki_color: "" + d_c_navarra_color: "" + d_c_navasarika_color: "" + d_c_naxos_color: "" + d_c_ndenye_color: "" + d_c_neamnt_color: "" + d_c_nedenes_color: "" + d_c_nedersticht_color: "" + d_c_negev_color: "" + d_c_nellore_color: "" + d_c_neopatras_color: "" + d_c_neramkary_color: "" + d_c_neufchateau_color: "" + d_c_nevers_color: "" + d_c_ngawa_color: "" + d_c_ngoring_color: "" + d_c_niani_color: "" + d_c_nice_color: "" + d_c_nicopolis_color: "" + d_c_nicosia_color: "" + d_c_niebla_color: "" + d_c_nih_color: "" + d_c_nihawand_color: "" + d_c_nikaea_color: "" + d_c_nikki_color: "" + d_c_nikopolis_color: "" + d_c_ninive_color: "" + d_c_niomi_color: "" + d_c_nishapur_color: "" + d_c_nizhny_novgorod_color: "" + d_c_nizwa_color: "" + d_c_njudung_color: "" + d_c_nordlingen_color: "" + d_c_nordmark_color: "" + d_c_nordrland_color: "" + d_c_norfolk_color: "" + d_c_north_riding_color: "" + d_c_northamptonshire_color: "" + d_c_northumberland_color: "" + d_c_norwegian_more_color: "" + d_c_nottinghamshire_color: "" + d_c_novara_color: "" + d_c_novgorod_color: "" + d_c_novgorod_seversky_color: "" + d_c_novogrudok_color: "" + d_c_novosil_color: "" + d_c_nugaal_color: "" + d_c_nuon_color: "" + d_c_nupe_color: "" + d_c_nurnberg_color: "" + d_c_nurtay_color: "" + d_c_nyagrong_color: "" + d_c_nyainrong_color: "" + d_c_nyalam_color: "" + d_c_nyemo_color: "" + d_c_nyene_color: "" + d_c_nyima_color: "" + d_c_nyingchi_color: "" + d_c_nyitra_color: "" + d_c_nyland_color: "" + d_c_nysa_color: "" + d_c_nzi_color: "" + d_c_ob_color: "" + d_c_odessa_color: "" + d_c_odishi_color: "" + d_c_odoyev_color: "" + d_c_ohrid_color: "" + d_c_oigon_color: "" + d_c_okangara_color: "" + d_c_oland_color: "" + d_c_olavinlinna_color: "" + d_c_oldenburg_color: "" + d_c_oleshye_color: "" + d_c_olkhon_color: "" + d_c_olmedo_color: "" + d_c_olomouc_color: "" + d_c_omsk_color: "" + d_c_onega_color: "" + d_c_onega_BJA_color: "" + d_c_ongi_color: "" + d_c_onsthia_color: "" + d_c_opanda_color: "" + d_c_opava_color: "" + d_c_opole_color: "" + d_c_orangallu_color: "" + d_c_orania_color: "" + d_c_orava_color: "" + d_c_orbetello_color: "" + d_c_orenburg_color: "" + d_c_orhei_color: "" + d_c_oriel_color: "" + d_c_orkney_color: "" + d_c_orlamunde_color: "" + d_c_orleans_color: "" + d_c_ormond_color: "" + d_c_orsha_color: "" + d_c_orvieto_color: "" + d_c_osel_color: "" + d_c_oshrusana_color: "" + d_c_oskol_color: "" + d_c_osnabruck_color: "" + d_c_ossory_color: "" + d_c_ostergotland_color: "" + d_c_osterland_color: "" + d_c_osterode_color: "" + d_c_ostfriesland_color: "" + d_c_otrar_color: "" + d_c_oudalan_color: "" + d_c_oulu_color: "" + d_c_outer_hebrides_color: "" + d_c_oversticht_color: "" + d_c_owu_color: "" + d_c_oxfordshire_color: "" + d_c_oyo_color: "" + d_c_pacatiana_color: "" + d_c_paderborn_color: "" + d_c_padua_color: "" + d_c_padum_color: "" + d_c_paeonia_color: "" + d_c_pagan_color: "" + d_c_pagania_color: "" + d_c_palakka_color: "" + d_c_palanga_color: "" + d_c_palermo_color: "" + d_c_pallas_color: "" + d_c_palmyra_color: "" + d_c_palniki_color: "" + d_c_pamphylia_color: "" + d_c_panaji_color: "" + d_c_panjgur_color: "" + d_c_pannagallu_color: "" + d_c_paphlagonia_color: "" + d_c_parma_color: "" + d_c_paro_color: "" + d_c_parsberg_color: "" + d_c_passau_color: "" + d_c_pavia_color: "" + d_c_pavlodar_color: "" + d_c_peaccam_color: "" + d_c_pecheneg_color: "" + d_c_pedersore_color: "" + d_c_pegu_color: "" + d_c_pelym_color: "" + d_c_pelyul_color: "" + d_c_pemako_color: "" + d_c_pembrokeshire_color: "" + d_c_pendjari_color: "" + d_c_penthievre_color: "" + d_c_penugonda_color: "" + d_c_penza_color: "" + d_c_perekop_color: "" + d_c_peremyshl_color: "" + d_c_peresopnytsia_color: "" + d_c_pereyaslavl_color: "" + d_c_perigord_color: "" + d_c_perm_color: "" + d_c_pest_color: "" + d_c_petropavl_color: "" + d_c_petropavolsk_color: "" + d_c_petrovsk_color: "" + d_c_philippopolis_color: "" + d_c_philomelium_color: "" + d_c_phiti_color: "" + d_c_phrygia_color: "" + d_c_pielinen_color: "" + d_c_pila_color: "" + d_c_pinsk_color: "" + d_c_pirin_color: "" + d_c_pisa_color: "" + d_c_pisidia_color: "" + d_c_pite_color: "" + d_c_pitten_color: "" + d_c_plasencia_color: "" + d_c_plocka_color: "" + d_c_plyos_color: "" + d_c_plzen_color: "" + d_c_po_color: "" + d_c_podor_color: "" + d_c_podrinje_color: "" + d_c_poitiers_color: "" + d_c_polesine_color: "" + d_c_polotsk_color: "" + d_c_polovragi_color: "" + d_c_pomoravlje_color: "" + d_c_pomorje_color: "" + d_c_pompeiopolis_color: "" + d_c_porto_color: "" + d_c_poszony_color: "" + d_c_povenets_color: "" + d_c_pozega_color: "" + d_c_poznanska_color: "" + d_c_praha_color: "" + d_c_pravia_color: "" + d_c_prayaga_color: "" + d_c_prenzlau_color: "" + d_c_prerov_color: "" + d_c_provence_color: "" + d_c_prusa_color: "" + d_c_przemkow_color: "" + d_c_pset_color: "" + d_c_pskov_color: "" + d_c_pudozh_color: "" + d_c_puigcerda_color: "" + d_c_pula_color: "" + d_c_punakha_color: "" + d_c_pundravardhana_color: "" + d_c_purang_color: "" + d_c_puri_color: "" + d_c_purig_color: "" + d_c_purushapura_color: "" + d_c_puttlingen_color: "" + d_c_putyvl_color: "" + d_c_qadisiya_color: "" + d_c_qain_color: "" + d_c_qalaafe_color: "" + d_c_qamdo_color: "" + d_c_qaryatan_color: "" + d_c_qashtiliya_color: "" + d_c_qasim_color: "" + d_c_qasr_ibrim_color: "" + d_c_qataa_color: "" + d_c_qatif_color: "" + d_c_qayaliq_color: "" + d_c_qazwin_color: "" + d_c_qilin_color: "" + d_c_qimr_color: "" + d_c_qinggil_color: "" + d_c_qinnasrin_color: "" + d_c_qom_color: "" + d_c_qoshagyl_color: "" + d_c_quercy_color: "" + d_c_qumarleb_color: "" + d_c_qumisha_color: "" + d_c_quqen_color: "" + d_c_quriltay_color: "" + d_c_qurta_color: "" + d_c_qus_color: "" + d_c_qusayr_color: "" + d_c_racakonda_color: "" + d_c_radha_color: "" + d_c_radomska_color: "" + d_c_ragusa_color: "" + d_c_rahba_color: "" + d_c_raimskoe_color: "" + d_c_rajanpur_color: "" + d_c_rajrappa_color: "" + d_c_rama_color: "" + d_c_ramagiri_color: "" + d_c_ramhurmuz_color: "" + d_c_ramu_color: "" + d_c_ranikot_color: "" + d_c_raniriki_color: "" + d_c_rano_color: "" + d_c_ranthambore_color: "" + d_c_raqqa_color: "" + d_c_ras_hafun_color: "" + d_c_raseiniai_color: "" + d_c_rashka_color: "" + d_c_rasht_color: "" + d_c_ratanpur_color: "" + d_c_ratibor_color: "" + d_c_ravenna_color: "" + d_c_ravensburg_color: "" + d_c_rayapura_color: "" + d_c_rayy_color: "" + d_c_rebgong_color: "" + d_c_regensburg_color: "" + d_c_reggio_calabria_color: "" + d_c_reims_color: "" + d_c_renandu_color: "" + d_c_reni_color: "" + d_c_rennes_color: "" + d_c_rethel_color: "" + d_c_reval_color: "" + d_c_rhodopes_color: "" + d_c_rhodos_color: "" + d_c_ribe_color: "" + d_c_rima_color: "" + d_c_ringkobing_color: "" + d_c_riqan_color: "" + d_c_rivsharan_color: "" + d_c_rogalandi_color: "" + d_c_rohana_color: "" + d_c_roing_color: "" + d_c_roma_color: "" + d_c_romen_color: "" + d_c_rosenheim_color: "" + d_c_roslavl_color: "" + d_c_ross_color: "" + d_c_rossano_color: "" + d_c_rossello_color: "" + d_c_rostock_color: "" + d_c_rothas_color: "" + d_c_rothenburg_color: "" + d_c_rouen_color: "" + d_c_rouergue_color: "" + d_c_rounala_color: "" + d_c_rudbar_color: "" + d_c_rugen_color: "" + d_c_rukhaj_color: "" + d_c_ruppin_color: "" + d_c_rusa_color: "" + d_c_rusafa_color: "" + d_c_rutog_color: "" + d_c_ruyan_color: "" + d_c_ryazan_color: "" + d_c_ryty_color: "" + d_c_saalum_color: "" + d_c_saarbrucken_color: "" + d_c_sabakyul_color: "" + d_c_sable_color: "" + d_c_sabzevar_color: "" + d_c_sacz_color: "" + d_c_safata_color: "" + d_c_sagaing_color: "" + d_c_sagar_color: "" + d_c_sagiz_color: "" + d_c_sagya_color: "" + d_c_sai_color: "" + d_c_saimara_color: "" + d_c_saintonge_color: "" + d_c_sakala_color: "" + d_c_sakarai_color: "" + d_c_sakmara_color: "" + d_c_salamanca_color: "" + d_c_salamat_color: "" + d_c_salavat_color: "" + d_c_salerno_color: "" + d_c_salinis_color: "" + d_c_salzburg_color: "" + d_c_samaiqan_color: "" + d_c_samander_color: "" + d_c_samar_color: "" + d_c_samar_VB_color: "" + d_c_samarkand_color: "" + d_c_samarra_color: "" + d_c_samatata_color: "" + d_c_sambalpur_color: "" + d_c_sambhal_color: "" + d_c_samiran_color: "" + d_c_samman_color: "" + d_c_samosata_color: "" + d_c_sanaa_color: "" + d_c_sancerre_color: "" + d_c_sanda_color: "" + d_c_sandomierska_color: "" + d_c_sandoway_color: "" + d_c_sangqu_color: "" + d_c_sanij_color: "" + d_c_sankt_gallen_color: "" + d_c_sankt_polten_color: "" + d_c_santiago_color: "" + d_c_saoura_color: "" + d_c_saptagrama_color: "" + d_c_saqsin_color: "" + d_c_sarakhs_color: "" + d_c_saran_color: "" + d_c_sarangpur_color: "" + d_c_sarasvata_mandala_color: "" + d_c_sarasvati_color: "" + d_c_saratov_color: "" + d_c_sardan_color: "" + d_c_saris_color: "" + d_c_sarkel_color: "" + d_c_sartlan_color: "" + d_c_sarykamysh_color: "" + d_c_sarysyn_color: "" + d_c_sasaram_color: "" + d_c_satakunta_color: "" + d_c_satala_color: "" + d_c_satfura_color: "" + d_c_satif_color: "" + d_c_satyapura_color: "" + d_c_saumur_color: "" + d_c_savalu_color: "" + d_c_savoie_color: "" + d_c_say_color: "" + d_c_sayn_color: "" + d_c_scalovia_color: "" + d_c_schaumberg_color: "" + d_c_schmalkalden_color: "" + d_c_schweibus_color: "" + d_c_sebasteia_color: "" + d_c_sebezh_color: "" + d_c_sebur_color: "" + d_c_selenga_color: "" + d_c_seleucia_color: "" + d_c_selge_color: "" + d_c_selpils_color: "" + d_c_semey_color: "" + d_c_semien_color: "" + d_c_sennar_color: "" + d_c_seno_color: "" + d_c_sens_color: "" + d_c_serae_color: "" + d_c_serres_color: "" + d_c_sertar_color: "" + d_c_sevede_color: "" + d_c_severin_color: "" + d_c_sevilla_color: "" + d_c_sevsk_color: "" + d_c_sewa_color: "" + d_c_sfax_color: "" + d_c_shabe_color: "" + d_c_shahrazur_color: "" + d_c_shahre-babak_color: "" + d_c_shaki_color: "" + d_c_shamir_color: "" + d_c_shanzhou_color: "" + d_c_shaqiq_color: "" + d_c_sharaf_color: "" + d_c_sharga_color: "" + d_c_sharka_color: "" + d_c_sharkiya_color: "" + d_c_shavgar_color: "" + d_c_shayzar_color: "" + d_c_shazhou_color: "" + d_c_shchuchinsk_color: "" + d_c_shelji_color: "" + d_c_shenkursk_color: "" + d_c_sherbro_color: "" + d_c_shetland_color: "" + d_c_shigar_color: "" + d_c_shiraz_color: "" + d_c_shirvan_color: "" + d_c_shishina_color: "" + d_c_shityy_color: "" + d_c_shor_color: "" + d_c_shorkot_color: "" + d_c_showa_color: "" + d_c_showak_color: "" + d_c_shropshire_color: "" + d_c_shughnan_color: "" + d_c_shunzhou_color: "" + d_c_siauliai_color: "" + d_c_sibi_color: "" + d_c_sibi_mali_color: "" + d_c_sibir_color: "" + d_c_sidamo_color: "" + d_c_siena_color: "" + d_c_sieradzka_color: "" + d_c_sif-i-umara_color: "" + d_c_siggevara_color: "" + d_c_sighnaq_color: "" + d_c_sijilmasa_color: "" + d_c_sikasso_color: "" + d_c_silla_color: "" + d_c_silves_color: "" + d_c_simaramapura_color: "" + d_c_sinai_color: "" + d_c_sinjar_color: "" + d_c_sinope_color: "" + d_c_sir_faesyfed_color: "" + d_c_siracusa_color: "" + d_c_sirhan_color: "" + d_c_sirjan_color: "" + d_c_sittaung_color: "" + d_c_sitti_color: "" + d_c_siwa_color: "" + d_c_siwistan_color: "" + d_c_sjaelland_color: "" + d_c_sjeltie_color: "" + d_c_skane_color: "" + d_c_skara_color: "" + d_c_skardu_color: "" + d_c_skolt_color: "" + d_c_skopje_color: "" + d_c_slesvig_color: "" + d_c_slupsk_color: "" + d_c_slutsk_color: "" + d_c_smolensk_color: "" + d_c_sobrarbe_color: "" + d_c_sochur_color: "" + d_c_socotra_color: "" + d_c_sodermannaland_color: "" + d_c_sog_color: "" + d_c_sogn_color: "" + d_c_sokode_color: "" + d_c_sokoto_color: "" + d_c_soldin_color: "" + d_c_soli_color: "" + d_c_solimana_color: "" + d_c_sombio_color: "" + d_c_somerset_color: "" + d_c_somnath_color: "" + d_c_somogy_color: "" + d_c_sonda_color: "" + d_c_songuu_aallar_color: "" + d_c_sopron_color: "" + d_c_soria_color: "" + d_c_soroca_color: "" + d_c_sorok_color: "" + d_c_sortavala_color: "" + d_c_soso_color: "" + d_c_sosva_color: "" + d_c_souf_color: "" + d_c_sous_color: "" + d_c_south_kordofan_color: "" + d_c_speyer_color: "" + d_c_spis_color: "" + d_c_spoleto_color: "" + d_c_spreewald_color: "" + d_c_sprottau_color: "" + d_c_sravasti_color: "" + d_c_sredets_color: "" + d_c_srihatta_color: "" + d_c_sriksetra_color: "" + d_c_sripatha_color: "" + d_c_sripuri_color: "" + d_c_srirangapatna_color: "" + d_c_stade_color: "" + d_c_staffordshire_color: "" + d_c_starodub_color: "" + d_c_stendal_color: "" + d_c_stettin_color: "" + d_c_stezycka_color: "" + d_c_sthanisvara_color: "" + d_c_stoenesti_color: "" + d_c_stoyanka_color: "" + d_c_strassburg_color: "" + d_c_strathearn_color: "" + d_c_strumica_color: "" + d_c_suakin_color: "" + d_c_subay_color: "" + d_c_subei_color: "" + d_c_suceava_color: "" + d_c_sudurland_color: "" + d_c_suenik_color: "" + d_c_suffolk_color: "" + d_c_sukhna_color: "" + d_c_sullum_color: "" + d_c_sumadija_color: "" + d_c_sumdo_color: "" + d_c_sundgau_color: "" + d_c_sungqu_color: "" + d_c_suondavara_color: "" + d_c_suriya_color: "" + d_c_surparaka_color: "" + d_c_surrah_color: "" + d_c_surrey_color: "" + d_c_sussex_color: "" + d_c_sutherland_color: "" + d_c_sutkend_color: "" + d_c_suvarnagram_color: "" + d_c_suvarnapura_color: "" + d_c_suyab_color: "" + d_c_suzdal_color: "" + d_c_suzhou_color: "" + d_c_svaneti_color: "" + d_c_swetaka_mandala_color: "" + d_c_syrrusafa_color: "" + d_c_syrte_color: "" + d_c_sysma_color: "" + d_c_szabolcs_color: "" + d_c_szatmar_color: "" + d_c_szekelyfold_color: "" + d_c_szekesfehervar_color: "" + d_c_szerem_color: "" + d_c_tabary_color: "" + d_c_tabassa_color: "" + d_c_tabla_butii_color: "" + d_c_tabon_color: "" + d_c_tabriz_color: "" + d_c_tabuk_color: "" + d_c_tadjoura_color: "" + d_c_tadla_color: "" + d_c_tadmekka_color: "" + d_c_tagadur_color: "" + d_c_tagali_color: "" + d_c_tagant_color: "" + d_c_taghaza_color: "" + d_c_tagul_color: "" + d_c_tahert_color: "" + d_c_tahoua_color: "" + d_c_taif_color: "" + d_c_taizz_color: "" + d_c_takkeda_color: "" + d_c_takon_color: "" + d_c_takrit_color: "" + d_c_takrur_color: "" + d_c_talakad_color: "" + d_c_talava_color: "" + d_c_talish_color: "" + d_c_tall_basma_color: "" + d_c_tall_hamid_color: "" + d_c_tamasna_color: "" + d_c_tambov_color: "" + d_c_tamentit_color: "" + d_c_tamiso_color: "" + d_c_tamralipti_color: "" + d_c_tana_color: "" + d_c_tanas_color: "" + d_c_tangiers_color: "" + d_c_tao_color: "" + d_c_tapsa_color: "" + d_c_tara_color: "" + d_c_taradavadi_color: "" + d_c_taraz_color: "" + d_c_targu_jiu_color: "" + d_c_targyl_color: "" + d_c_tarnowska_color: "" + d_c_tarragona_color: "" + d_c_tarsos_color: "" + d_c_tartas_SIB_color: "" + d_c_tarvagatai_color: "" + d_c_taskyl_color: "" + d_c_tavan_bogd_color: "" + d_c_tavasts_color: "" + d_c_tawang_color: "" + d_c_tayma_color: "" + d_c_taza_color: "" + d_c_tbilisi_color: "" + d_c_tecklenburg_color: "" + d_c_teke_color: "" + d_c_telemark_color: "" + d_c_temes_color: "" + d_c_temne_color: "" + d_c_tenggeli_color: "" + d_c_teniz_color: "" + d_c_ter_color: "" + d_c_teramo_color: "" + d_c_terebovl_color: "" + d_c_terek_pass_color: "" + d_c_terekli_color: "" + d_c_terektai_color: "" + d_c_teruel_color: "" + d_c_tesiin_gol_color: "" + d_c_tessalit_color: "" + d_c_teviotdale_color: "" + d_c_tewo_color: "" + d_c_tezu_color: "" + d_c_thabeik_taung_color: "" + d_c_thalabiya_color: "" + d_c_thaldat_color: "" + d_c_thalner_color: "" + d_c_thaton_color: "" + d_c_theodosiopolis_color: "" + d_c_thessalia_color: "" + d_c_thessaliotis_color: "" + d_c_thessalonika_color: "" + d_c_thiers_color: "" + d_c_thomond_color: "" + d_c_thouars_color: "" + d_c_thyatira_color: "" + d_c_tib_color: "" + d_c_tiberias_color: "" + d_c_tibesti_color: "" + d_c_tichitt_color: "" + d_c_tigheci_color: "" + d_c_tigre_color: "" + d_c_tihama_color: "" + d_c_tihamat-al-yamani_color: "" + d_c_tikhvin_color: "" + d_c_timbi_color: "" + d_c_tindouf_color: "" + d_c_tinmallal_color: "" + d_c_tirakka_color: "" + d_c_tiris_color: "" + d_c_tiruvannamalai_color: "" + d_c_tivoli_color: "" + d_c_tlemcen_color: "" + d_c_tmutarakan_color: "" + d_c_tobol_color: "" + d_c_tobruk_color: "" + d_c_todo_color: "" + d_c_tokumbay_color: "" + d_c_toledo_color: "" + d_c_tolna_color: "" + d_c_toma_color: "" + d_c_tomorbulag_color: "" + d_c_tomsk_color: "" + d_c_tonnerrois_color: "" + d_c_torangy_kul_color: "" + d_c_torda_color: "" + d_c_torema_color: "" + d_c_torne_color: "" + d_c_toro_color: "" + d_c_toropets_color: "" + d_c_tortoli_color: "" + d_c_tortona_color: "" + d_c_torun_color: "" + d_c_totma_color: "" + d_c_touat_color: "" + d_c_toulouse_color: "" + d_c_toungoo_color: "" + d_c_tourraine_color: "" + d_c_tovkhon_color: "" + d_c_trakai_color: "" + d_c_trandam_color: "" + d_c_trandheim_color: "" + d_c_travunia_color: "" + d_c_trebizond_color: "" + d_c_trenscen_color: "" + d_c_trent_color: "" + d_c_treviso_color: "" + d_c_tribandapura_color: "" + d_c_trier_color: "" + d_c_trigarta_color: "" + d_c_trikuta_color: "" + d_c_trincomalee_color: "" + d_c_tripoli_color: "" + d_c_tripolitana_color: "" + d_c_tripuri_color: "" + d_c_trongsa_color: "" + d_c_tropaeum_color: "" + d_c_troyes_color: "" + d_c_tsambagarau_color: "" + d_c_tsaparang_color: "" + d_c_tseel_color: "" + d_c_tselym_dalyn_color: "" + d_c_tudela_color: "" + d_c_tudgha_color: "" + d_c_tui_color: "" + d_c_tula_color: "" + d_c_tuluchezeva_color: "" + d_c_tulun_color: "" + d_c_tumak_color: "" + d_c_tumar_color: "" + d_c_tummana_color: "" + d_c_tun_color: "" + d_c_tunis_color: "" + d_c_tunka_color: "" + d_c_turan_color: "" + d_c_turgay_color: "" + d_c_turin_color: "" + d_c_turnovo_color: "" + d_c_turov_color: "" + d_c_turpan_color: "" + d_c_turuberan_color: "" + d_c_tus_color: "" + d_c_tustar_color: "" + d_c_tuulain_color: "" + d_c_tver_color: "" + d_c_tyendugu_color: "" + d_c_tyumen_color: "" + d_c_tzani_color: "" + d_c_ubins_color: "" + d_c_ubmejeiednuo_color: "" + d_c_ubulla_color: "" + d_c_uch_color: "" + d_c_uchangidurga_color: "" + d_c_uchkul_color: "" + d_c_udabhanda_color: "" + d_c_ufa_color: "" + d_c_uiska_color: "" + d_c_ujjayini_color: "" + d_c_ulaanbaatar_color: "" + d_c_ulaangom_color: "" + d_c_ulam_color: "" + d_c_ulan_chuzir_color: "" + d_c_ulan_ude_color: "" + d_c_ulantaiga_color: "" + d_c_uliastai_color: "" + d_c_uliuty_color: "" + d_c_ulm_color: "" + d_c_ulster_color: "" + d_c_ulu_jitanjik_color: "" + d_c_ulytau_color: "" + d_c_uman_color: "" + d_c_umiai_color: "" + d_c_ungvar_color: "" + d_c_upland_color: "" + d_c_upper_bono_color: "" + d_c_upper_ghur_color: "" + d_c_upper_gurma_color: "" + d_c_upper_khabur_color: "" + d_c_uqayr_color: "" + d_c_uraiyur_color: "" + d_c_ural_color: "" + d_c_uraltau_color: "" + d_c_urbino_color: "" + d_c_urgamal_color: "" + d_c_urgell_color: "" + d_c_urgun_color: "" + d_c_urmiya_color: "" + d_c_uses_color: "" + d_c_ushara_color: "" + d_c_ushmun_color: "" + d_c_ushytsia_color: "" + d_c_usora_color: "" + d_c_ustyug_color: "" + d_c_ustyurt_color: "" + d_c_uul_chors_color: "" + d_c_uulynkhol_color: "" + d_c_uvs_nuur_color: "" + d_c_uwal_color: "" + d_c_uzboy_color: "" + d_c_uzen_color: "" + d_c_uzgend_KARA_color: "" + d_c_vadodara_color: "" + d_c_vaihingen_color: "" + d_c_vaijayanti_color: "" + d_c_vairagara_color: "" + d_c_vairata_color: "" + d_c_vaisali_color: "" + d_c_valabhi_color: "" + d_c_valdai_color: "" + d_c_valencia_color: "" + d_c_valentinois_color: "" + d_c_valladolid_color: "" + d_c_valois_color: "" + d_c_vanemane_color: "" + d_c_vannes_color: "" + d_c_varanasi_color: "" + d_c_vardhamana_color: "" + d_c_varend_color: "" + d_c_vargashi_color: "" + d_c_varmland_color: "" + d_c_vas_color: "" + d_c_vaspurakan_color: "" + d_c_vastergotland_color: "" + d_c_vastmanland_color: "" + d_c_vastvag_color: "" + d_c_vasyugan_color: "" + d_c_vatapi_color: "" + d_c_vatsagulma_color: "" + d_c_vaucouleurs_color: "" + d_c_vecchio_color: "" + d_c_velay_color: "" + d_c_velbazhd_color: "" + d_c_velsk_color: "" + d_c_venadu_color: "" + d_c_venaissin_color: "" + d_c_vendome_color: "" + d_c_veneto_color: "" + d_c_venezia_color: "" + d_c_vengipura_color: "" + d_c_veria_color: "" + d_c_vermandois_color: "" + d_c_verona_color: "" + d_c_vestfold_color: "" + d_c_vestisland_color: "" + d_c_veszprem_color: "" + d_c_vhrbosna_color: "" + d_c_viborg_color: "" + d_c_vidin_color: "" + d_c_vidisa_color: "" + d_c_vidzeme_color: "" + d_c_viena_color: "" + d_c_vienna_color: "" + d_c_viennois_color: "" + d_c_viipuri_color: "" + d_c_vijayapura_color: "" + d_c_vijnot_color: "" + d_c_vikramapura_color: "" + d_c_villach_color: "" + d_c_vingulmork_color: "" + d_c_viraja_color: "" + d_c_viscaya_color: "" + d_c_viseu_color: "" + d_c_vitebsk_color: "" + d_c_viterbo_color: "" + d_c_vitim_color: "" + d_c_viviers_color: "" + d_c_vizagipatam_color: "" + d_c_vladimir_color: "" + d_c_vodamayutja_color: "" + d_c_vodi_color: "" + d_c_vodica_color: "" + d_c_vogtland_color: "" + d_c_voin_color: "" + d_c_volkovysk_color: "" + d_c_volodymyr_color: "" + d_c_vologda_color: "" + d_c_vorbasse_color: "" + d_c_voronezh_color: "" + d_c_votkinsk_color: "" + d_c_vratsa_color: "" + d_c_vrbas_color: "" + d_c_vukovar_color: "" + d_c_vyangi_color: "" + d_c_wa_color: "" + d_c_wabar_color: "" + d_c_wadai_color: "" + d_c_wadan_color: "" + d_c_waddan_color: "" + d_c_wadi_amur_color: "" + d_c_wadi_el-milk_color: "" + d_c_wagadugu_color: "" + d_c_waj_color: "" + d_c_wajda_color: "" + d_c_wajh_color: "" + d_c_wakhan_color: "" + d_c_wakhsh_color: "" + d_c_walata_color: "" + d_c_waldeck_color: "" + d_c_wandala_color: "" + d_c_waqisa_color: "" + d_c_wargla_color: "" + d_c_warwickshire_color: "" + d_c_wasit_color: "" + d_c_wassa_color: "" + d_c_welamo_color: "" + d_c_wellega_color: "" + d_c_wentugaole_color: "" + d_c_wenyon_color: "" + d_c_werle_color: "" + d_c_west-tokharestan_color: "" + d_c_west_kordofan_color: "" + d_c_west_qamuda_color: "" + d_c_west_riding_color: "" + d_c_western_tannu_color: "" + d_c_westfriesland_color: "" + d_c_westmorland_color: "" + d_c_wiek_color: "" + d_c_wielunska_color: "" + d_c_wiltberg_color: "" + d_c_wiltshire_color: "" + d_c_wittenberg_color: "" + d_c_wolgast_color: "" + d_c_wolkenstein_color: "" + d_c_wolpe_color: "" + d_c_wolqayt_color: "" + d_c_worcestershire_color: "" + d_c_wormditt_color: "" + d_c_worodugu_color: "" + d_c_wschowska_color: "" + d_c_wuda_color: "" + d_c_wuli_color: "" + d_c_wuluhai_color: "" + d_c_wurttemberg_color: "" + d_c_wurzburg_color: "" + d_c_xainza_color: "" + d_c_xaitongmoin_color: "" + d_c_xigaze_color: "" + d_c_xigortang_color: "" + d_c_xingqing_color: "" + d_c_xining_color: "" + d_c_yabrin_color: "" + d_c_yagba_color: "" + d_c_yaitsk_color: "" + d_c_yalala_color: "" + d_c_yalong_color: "" + d_c_yamama_color: "" + d_c_yamethin_color: "" + d_c_yanbu_color: "" + d_c_yangikent_color: "" + d_c_yangjibaliq_color: "" + d_c_yangwarok_color: "" + d_c_yanokul_color: "" + d_c_yar-calli_color: "" + d_c_yarkand_color: "" + d_c_yaroslavl_color: "" + d_c_yasin_color: "" + d_c_yatenga_color: "" + d_c_yatvyagi_color: "" + d_c_yau_color: "" + d_c_yauri_color: "" + d_c_yazd_color: "" + d_c_yekaterinburg_color: "" + d_c_yelimane_color: "" + d_c_yenisei_color: "" + d_c_yenshipin_color: "" + d_c_yera_color: "" + d_c_yijinai_color: "" + d_c_yongdeng_color: "" + d_c_yoshkar-ola_color: "" + d_c_yperen_color: "" + d_c_yumen_color: "" + d_c_yumenguan_color: "" + d_c_zabid_color: "" + d_c_zabulistan_color: "" + d_c_zachlumia_color: "" + d_c_zadar_color: "" + d_c_zadoi_color: "" + d_c_zagorje_color: "" + d_c_zagreb_color: "" + d_c_zagros_mediae_color: "" + d_c_zaila_color: "" + d_c_zakroczymska_color: "" + d_c_zamindawar_color: "" + d_c_zamm_color: "" + d_c_zammour_color: "" + d_c_zamora_color: "" + d_c_zanjan_color: "" + d_c_zarafshan_color: "" + d_c_zaragoza_color: "" + d_c_zarand_color: "" + d_c_zaranj_color: "" + d_c_zaria_color: "" + d_c_zarma_color: "" + d_c_zarman_color: "" + d_c_zaslavl_color: "" + d_c_zatec_color: "" + d_c_zavrsje_color: "" + d_c_zawila_color: "" + d_c_zeeland_color: "" + d_c_zekog_color: "" + d_c_zela_color: "" + d_c_zelengora_color: "" + d_c_zemigalians_color: "" + d_c_zemplen_color: "" + d_c_zetang_color: "" + d_c_zhagyab_color: "" + d_c_zhenfan_color: "" + d_c_zherkovo_color: "" + d_c_zhidoi_color: "" + d_c_zhongba_color: "" + d_c_zhytomyr_color: "" + d_c_zichia_color: "" + d_c_zirkuh_color: "" + d_c_ziz_color: "" + d_c_zlatibor_color: "" + d_c_znojmo_color: "" + d_c_zogang_color: "" + d_c_zoige_color: "" + d_c_zollern_color: "" + d_c_zolyom_color: "" + d_c_zurich_color: "" + d_c_zutphen_color: "" + d_c_zvyahel_color: "" \ No newline at end of file diff --git a/WtWSMS/localization/english/gui/BP_map_l_english.yml b/WtWSMS/localization/english/gui/BP_map_l_english.yml new file mode 100644 index 0000000000..4aa7027c2e --- /dev/null +++ b/WtWSMS/localization/english/gui/BP_map_l_english.yml @@ -0,0 +1,4 @@ +l_english: + TRIBUTARY_MAP_MODE: "Tributaries" + TRIBUTARY_MAP_MODE_TOOLTIP: "Shows tributaries coloured in suzerain colour" + \ No newline at end of file From b217b1cc2861d2d451853a03573d448199084bee Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 27 Nov 2022 21:28:14 -0500 Subject: [PATCH 188/339] Remove tributary map mode stuff Map coloring does a better job with fewer hiccups --- .../coat_of_arms/BP_map_colors.txt | 9 - WtWSMS/common/landed_titles/BP_map_modes.txt | 38 - WtWSMS/common/scripted_guis/BP_mapmodes.txt | 41 - WtWSMS/gfx/map/map_modes/map_modes.txt | 3409 ----------------- WtWSMS/gui/shared/mapmodes.gui | 787 ---- .../english/gui/BP_map_l_english.yml | 4 - .../english/gui/T4N_map_l_english.yml | 10 - 7 files changed, 4298 deletions(-) delete mode 100644 WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt delete mode 100644 WtWSMS/common/landed_titles/BP_map_modes.txt delete mode 100644 WtWSMS/common/scripted_guis/BP_mapmodes.txt delete mode 100644 WtWSMS/gfx/map/map_modes/map_modes.txt delete mode 100644 WtWSMS/gui/shared/mapmodes.gui delete mode 100644 WtWSMS/localization/english/gui/BP_map_l_english.yml delete mode 100644 WtWSMS/localization/english/gui/T4N_map_l_english.yml diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt deleted file mode 100644 index d2edf9d739..0000000000 --- a/WtWSMS/common/coat_of_arms/coat_of_arms/BP_map_colors.txt +++ /dev/null @@ -1,9 +0,0 @@ -d_map_base_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_red = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_green = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_blue = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_cyan = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_yellow = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_orange = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_black = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_map_color_pink = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } diff --git a/WtWSMS/common/landed_titles/BP_map_modes.txt b/WtWSMS/common/landed_titles/BP_map_modes.txt deleted file mode 100644 index aedf59a3c3..0000000000 --- a/WtWSMS/common/landed_titles/BP_map_modes.txt +++ /dev/null @@ -1,38 +0,0 @@ -#Various Map Mode stuff - -d_map_base_color = { - color = { 84 78 60 } - can_create = { always = no } -} -d_map_color_red = { - color = { 255 0 0 } - can_create = { always = no } -} -d_map_color_green = { - color = { 0 255 0 } - can_create = { always = no } -} -d_map_color_blue = { - color = { 0 0 255 } - can_create = { always = no } -} -d_map_color_cyan = { - color = { 0 255 255 } - can_create = { always = no } -} -d_map_color_yellow = { - color = { 255 255 0 } - can_create = { always = no } -} -d_map_color_orange = { - color = { 255 128 0 } - can_create = { always = no } -} -d_map_color_black = { - color = { 0 0 0 } - can_create = { always = no } -} -d_map_color_pink = { - color = { 255 0 255 } - can_create = { always = no } -} diff --git a/WtWSMS/common/scripted_guis/BP_mapmodes.txt b/WtWSMS/common/scripted_guis/BP_mapmodes.txt deleted file mode 100644 index eb1087427b..0000000000 --- a/WtWSMS/common/scripted_guis/BP_mapmodes.txt +++ /dev/null @@ -1,41 +0,0 @@ -clean_up_map_modes = { - effect = { - every_county = { reset_color_effect = yes } - } -} - -highlight_tributaries_map = { - effect = { - if = { - limit = { NOT = { global_var:custom_map_mode = flag:highlight_tributaries_map } } - set_global_variable = { - name = custom_map_mode_changing - value = 1 - } - set_global_variable = { - name = custom_map_mode - value = flag:highlight_tributaries_map - } - #Actual colouration - every_ruler = { - limit = { is_independent_ruler = yes } - #If a suzerain, color from primary_title - if = { - limit = { is_suzerain = yes } - every_sub_realm_county = { set_color_from_title = this.holder.top_liege.primary_title } - } - else_if = { - limit = { is_tributary = yes } - every_sub_realm_county = { set_color_from_title = this.holder.top_liege.var:my_suzerain.primary_title } - } - else = { every_sub_realm_county = { set_color_from_title = title:d_map_base_color } } - } - remove_global_variable = custom_map_mode_changing - } - } - is_shown = { - exists = global_var:custom_map_mode - global_var:custom_map_mode = flag:highlight_tributaries_map - } - is_valid = { NOT = { exists = global_var:custom_map_mode_changing } } -} \ No newline at end of file diff --git a/WtWSMS/gfx/map/map_modes/map_modes.txt b/WtWSMS/gfx/map/map_modes/map_modes.txt deleted file mode 100644 index 518146a90e..0000000000 --- a/WtWSMS/gfx/map/map_modes/map_modes.txt +++ /dev/null @@ -1,3409 +0,0 @@ -@zoom_step_near = 2 #zoom step where the near-settings will be at 100% -@zoom_step_mid = 9 #zoom step where the hollow map turns into the filled map -@zoom_step_pre_mid = @[zoom_step_mid-1] #zoom step before the hollow map disappears -@zoom_step_far = 15 #zoom step where the terrain detail disappears -@zoom_step_flat_map = 21 # zoom step flat map appears at. Copied from define FLAT_MAP_ZOOM_STEP -@zoom_step_pre_flat_map = @[zoom_step_flat_map-1] # zoom step before the flat map - - -# Hollow Near -@hollow_near_gradient_alpha_inside = 0 -@hollow_near_gradient_alpha_outside = 1 -@hollow_near_gradient_width = 0.05 -@hollow_near_gradient_color_mult = 0.3 -@hollow_near_edge_width = 0.025 -@hollow_near_edge_sharpness = 0.01 -@hollow_near_edge_alpha = 1 -@hollow_near_edge_color_mult = 1 -@hollow_near_before_lighting_blend = 0.8 -@hollow_near_after_lighting_blend = 0.2 - -# Hollow Far -@hollow_far_gradient_alpha_inside = @hollow_near_gradient_alpha_inside -@hollow_far_gradient_alpha_outside = @hollow_near_gradient_alpha_outside -@hollow_far_gradient_width = 0.1 -@hollow_far_gradient_color_mult = @hollow_near_gradient_color_mult -@hollow_far_edge_width = @[hollow_near_edge_width*1.5] -@hollow_far_edge_sharpness = @hollow_near_edge_sharpness -@hollow_far_edge_alpha = @hollow_near_edge_alpha -@hollow_far_edge_color_mult = @hollow_near_edge_color_mult -@hollow_far_before_lighting_blend = @hollow_near_before_lighting_blend -@hollow_far_after_lighting_blend = @hollow_near_after_lighting_blend - - -# Filled Near -@filled_near_gradient_alpha_inside = 0.3 -@filled_near_gradient_alpha_outside = @hollow_near_gradient_alpha_outside -@filled_near_gradient_width = 0.2 -@filled_near_gradient_color_mult = 1 -@filled_near_edge_width = @hollow_near_gradient_width -@filled_near_edge_sharpness = 0.000 -@filled_near_edge_alpha = @hollow_near_edge_alpha -@filled_near_edge_color_mult = 0.5 -@filled_near_before_lighting_blend = 1 -@filled_near_after_lighting_blend = 0 - -# Filled Mid -@filled_mid_gradient_alpha_inside = @filled_near_gradient_alpha_inside -@filled_mid_gradient_alpha_outside = @filled_near_gradient_alpha_outside -@filled_mid_gradient_width = @filled_near_gradient_width -@filled_mid_gradient_color_mult = @filled_near_gradient_color_mult -@filled_mid_edge_width = @[hollow_near_edge_width*2] -@filled_mid_edge_sharpness = @filled_near_edge_sharpness -@filled_mid_edge_alpha = @filled_near_edge_alpha -@filled_mid_edge_color_mult = @filled_near_edge_color_mult -@filled_mid_before_lighting_blend = 1 -@filled_mid_after_lighting_blend = 0.4 - -# Filled Far -@filled_far_gradient_alpha_inside = @filled_mid_gradient_alpha_inside -@filled_far_gradient_alpha_outside = @filled_mid_gradient_alpha_outside -@filled_far_gradient_width = @filled_mid_gradient_width -@filled_far_gradient_color_mult = @filled_mid_gradient_color_mult -@filled_far_edge_width = @filled_mid_edge_width -@filled_far_edge_sharpness = @filled_mid_edge_sharpness -@filled_far_edge_alpha = @filled_mid_edge_alpha -@filled_far_edge_color_mult = @filled_mid_edge_color_mult -@filled_far_before_lighting_blend = 1 -@filled_far_after_lighting_blend = 1 - -# Filled Pre Flat Map -@pre_flat_map_gradient_alpha_inside = 1 -@pre_flat_map_gradient_alpha_outside = @filled_far_gradient_alpha_outside -@pre_flat_map_gradient_width = @filled_far_gradient_width -@pre_flat_map_gradient_color_mult = @filled_far_gradient_color_mult -@pre_flat_map_edge_width = @filled_far_edge_width -@pre_flat_map_edge_sharpness = @filled_far_edge_sharpness -@pre_flat_map_edge_alpha = @filled_far_edge_alpha -@pre_flat_map_edge_color_mult = @filled_far_edge_color_mult -@pre_flat_map_before_lighting_blend = 0 -@pre_flat_map_after_lighting_blend = @filled_far_after_lighting_blend - -# Flat Map -@flat_map_gradient_alpha_inside = 0.9 -@flat_map_gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside -@flat_map_gradient_width = @pre_flat_map_gradient_width -@flat_map_gradient_color_mult = @pre_flat_map_gradient_color_mult -@flat_map_edge_width = @pre_flat_map_edge_width -@flat_map_edge_sharpness = @pre_flat_map_edge_sharpness -@flat_map_edge_alpha = @pre_flat_map_edge_alpha -@flat_map_edge_color_mult = @pre_flat_map_edge_color_mult -@flat_map_before_lighting_blend = @pre_flat_map_before_lighting_blend -@flat_map_after_lighting_blend = @pre_flat_map_after_lighting_blend - -# Data map -@data_gradient_alpha_inside = 1 -@data_gradient_alpha_outside = 1 -@data_gradient_width = @flat_map_gradient_width -@data_gradient_color_mult = 1 -@data_edge_width = 0 -@data_edge_sharpness = @flat_map_edge_sharpness -@data_edge_alpha = @flat_map_edge_alpha -@data_edge_color_mult = @flat_map_edge_color_mult -@data_before_lighting_blend = 1 -@data_after_lighting_blend = 0.5 - - - - -terrain = { - color_mode = terrain - small_map_names = realms - large_map_names = realms - selection = holding -} - -baronies = { - color_mode = baronies - small_map_names = baronies - large_map_names = baronies - selection = baronies - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} -counties = { - color_mode = counties - small_map_names = counties - large_map_names = counties - selection = counties - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -realms = { - color_mode = selected_character_realms - small_map_names = counties - large_map_names = selected_character_realms - selection = selected_character_realms_or_holdings - fill_in_impassable = no_small_names - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @hollow_near_gradient_alpha_inside - gradient_alpha_outside = @hollow_near_gradient_alpha_outside - gradient_width = @hollow_near_gradient_width - gradient_color_mult = @hollow_near_gradient_color_mult - edge_width = @hollow_near_edge_width - edge_sharpness = @hollow_near_edge_sharpness - edge_alpha = @hollow_near_edge_alpha - edge_color_mult = @hollow_near_edge_color_mult - before_lighting_blend = @hollow_near_before_lighting_blend - after_lighting_blend = @hollow_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_mid - - gradient_alpha_inside = @hollow_far_gradient_alpha_inside - gradient_alpha_outside = @hollow_far_gradient_alpha_outside - gradient_width = @hollow_far_gradient_width - gradient_color_mult = @hollow_far_gradient_color_mult - edge_width = @hollow_far_edge_width - edge_sharpness = @hollow_far_edge_sharpness - edge_alpha = @hollow_far_edge_alpha - edge_color_mult = @hollow_far_edge_color_mult - before_lighting_blend = @hollow_far_before_lighting_blend - after_lighting_blend = @hollow_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -simple_realms = { - color_mode = realms - small_map_names = realms - large_map_names = realms - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -cultures = { - color_mode = cultures - small_map_names = cultures - large_map_names = cultures - selection = cultures - fill_in_impassable = yes - barony_description = CULTURES_MAP_MODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -court_languages = { - color_mode = court_languages - small_map_names = court_languages - large_map_names = court_languages - selection = languages - fill_in_impassable = yes - - barony_description = { - first_valid = { - desc = { - triggered_desc = { - trigger = { - county.holder = { - has_royal_court = yes - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_COUNTY_HOLDER - } - triggered_desc = { - trigger = { - county.holder = { - liege = { - is_independent_ruler = no - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - any_liege_or_above = { - is_independent_ruler = no - has_royal_court = yes - NOT = { this = ROOT.county.holder.liege } - } - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_LIEGES_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - is_independent_ruler = no - top_liege = { - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_TOP_LIEGE - } - } - - desc = COURT_LANGUAGES_MAP_MODE_TOOLTIP_FALLBACK - } - } - - selection_description = { - first_valid = { - triggered_desc = { - trigger = { - county.holder = { - has_royal_court = yes - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_COUNTY_HOLDER - } - triggered_desc = { - trigger = { - county.holder = { - liege = { - is_independent_ruler = no - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - any_liege_or_above = { - is_independent_ruler = no - has_royal_court = yes - NOT = { this = ROOT.county.holder.liege } - } - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_LIEGES_LIEGE - } - triggered_desc = { - trigger = { - county.holder = { - is_independent_ruler = no - top_liege = { - has_royal_court = yes - } - } - } - desc = COURT_LANGUAGES_SELECTION_TOOLTIP_TOP_LIEGE - } - } - } - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -players = { - color_mode = players - small_map_names = players - large_map_names = players - fill_in_impassable = yes - selection = players - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_counties = { - color_mode = dejure_counties - small_map_names = dejure_counties - large_map_names = dejure_counties - selection = counties - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_duchies = { - color_mode = dejure_duchies - small_map_names = dejure_duchies - large_map_names = dejure_duchies - selection = duchies - fill_in_impassable = yes - - barony_description = DEJURE_DUCHIES_MAPMODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_kingdoms = { - color_mode = dejure_kingdoms - small_map_names = dejure_kingdoms - large_map_names = dejure_kingdoms - selection = kingdoms - fill_in_impassable = yes - - barony_description = DEJURE_KINGDOMS_MAPMODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -dejure_empires = { - color_mode = dejure_empires - small_map_names = dejure_empires - large_map_names = dejure_empires - selection = empires - fill_in_impassable = yes - - barony_description = DEJURE_EMPIRES_MAPMODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -realm_areas = { - color_mode = realm_areas - small_map_names = realm_areas - large_map_names = realm_areas - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -rally_points = { - color_mode = rally_points - small_map_names = realm_areas - large_map_names = realm_areas - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -religions = { - color_mode = religions - small_map_names = counties - large_map_names = religions - selection = faiths - fill_in_impassable = yes - - barony_description = FAITHS_MAP_MODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -simple_terrain = { - color_mode = simple_terrain - selection = holding - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -grant_titles = { - color_mode = grant_titles - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -revoke_title = { - color_mode = revoke_title - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -lease_out_baronies = { - color_mode = lease_out_baronies - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -grant_vassal = { - color_mode = grant_vassal - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -retract_vassal = { - color_mode = retract_vassal - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -declare_war = { - color_mode = declare_war - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - selection = none - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -county_development = { - color_mode = county_development - small_map_names = dejure_counties - large_map_names = dejure_counties - fill_in_impassable = no - selection = holding - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @data_gradient_alpha_inside - gradient_alpha_outside = @data_gradient_alpha_outside - gradient_width = @data_gradient_width - gradient_color_mult = @data_gradient_color_mult - edge_width = @data_edge_width - edge_sharpness = @data_edge_sharpness - edge_alpha = @data_edge_alpha - edge_color_mult = @data_edge_color_mult - before_lighting_blend = @data_before_lighting_blend - after_lighting_blend = @data_after_lighting_blend - } -} - -council_county_task = { - color_mode = council_county_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -diplomacy = { - color_mode = diplomacy - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_character_pools = { - color_mode = debug_character_pools - small_map_names = debug_character_pools - large_map_names = debug_character_pools - fill_in_impassable = no - selection = debug_character_pools - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_ai_war_coordinator_targets = { - color_mode = debug_ai_war_coordinator_targets - small_map_names = counties - large_map_names = realms - fill_in_impassable = no - selection = selected_character_realms_or_holdings - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -houses = { - color_mode = houses - small_map_names = houses - large_map_names = houses - selection = houses - fill_in_impassable = yes - barony_description = HOUSES_MAP_MODE_TOOLTIP - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -government = { - color_mode = government - small_map_names = counties - large_map_names = government - selection = governments - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } - - barony_description = GOVERNMENTS_MAP_MODE_TOOLTIP -} - -map_editor_clean = { - color_mode = terrain -} - -map_editor_progress = { - color_mode = map_editor_progress - gradient_parameters = { - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } -} - -council_integrate_duchy_task = { - color_mode = council_integrate_duchy_task - small_map_names = dejure_duchies - large_map_names = dejure_duchies - selection = duchies - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_integrate_kingdom_task = { - color_mode = council_integrate_kingdom_task - small_map_names = dejure_kingdoms - large_map_names = dejure_kingdoms - selection = kingdoms - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_convert_faith_task = { - color_mode = council_convert_faith_task - small_map_names = counties - large_map_names = religions - fill_in_impassable = yes - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_increase_control_task = { - color_mode = council_increase_control_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_promote_culture_task = { - color_mode = council_promote_culture_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_accept_culture_task = { - color_mode = council_accept_culture_task - small_map_names = cultures - large_map_names = cultures - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_develop_county_task = { - color_mode = council_develop_county_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_fabricate_claim_task = { - color_mode = council_fabricate_claim_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -council_find_secrets_task = { - color_mode = council_find_secrets_task - small_map_names = counties - large_map_names = counties - fill_in_impassable = no - selection = counties - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_visual_regions = { - color_mode = geographical_region - small_map_names = dejure_duchies - large_map_names = dejure_duchies - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -debug_geographical_region = { - color_mode = debug_geographical_region - small_map_names = dejure_duchies - large_map_names = dejure_duchies - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -struggle = { - color_mode = struggle - small_map_names = duchies - large_map_names = selected_character_realms - selection = selected_character_realms_or_holdings - fill_in_impassable = no - - gradient_parameters = { - zoom_step = @zoom_step_near - - gradient_alpha_inside = @filled_near_gradient_alpha_inside - gradient_alpha_outside = @filled_near_gradient_alpha_outside - gradient_width = @filled_near_gradient_width - gradient_color_mult = @filled_near_gradient_color_mult - edge_width = @filled_near_edge_width - edge_sharpness = @filled_near_edge_sharpness - edge_alpha = @filled_near_edge_alpha - edge_color_mult = @filled_near_edge_color_mult - before_lighting_blend = @filled_near_before_lighting_blend - after_lighting_blend = @filled_near_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_mid - - gradient_alpha_inside = @filled_mid_gradient_alpha_inside - gradient_alpha_outside = @filled_mid_gradient_alpha_outside - gradient_width = @filled_mid_gradient_width - gradient_color_mult = @filled_mid_gradient_color_mult - edge_width = @filled_mid_edge_width - edge_sharpness = @filled_mid_edge_sharpness - edge_alpha = @filled_mid_edge_alpha - edge_color_mult = @filled_mid_edge_color_mult - before_lighting_blend = @filled_mid_before_lighting_blend - after_lighting_blend = @filled_mid_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_far - - gradient_alpha_inside = @filled_far_gradient_alpha_inside - gradient_alpha_outside = @filled_far_gradient_alpha_outside - gradient_width = @filled_far_gradient_width - gradient_color_mult = @filled_far_gradient_color_mult - edge_width = @filled_far_edge_width - edge_sharpness = @filled_far_edge_sharpness - edge_alpha = @filled_far_edge_alpha - edge_color_mult = @filled_far_edge_color_mult - before_lighting_blend = @filled_far_before_lighting_blend - after_lighting_blend = @filled_far_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_pre_flat_map - - gradient_alpha_inside = @pre_flat_map_gradient_alpha_inside - gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside - gradient_width = @pre_flat_map_gradient_width - gradient_color_mult = @pre_flat_map_gradient_color_mult - edge_width = @pre_flat_map_edge_width - edge_sharpness = @pre_flat_map_edge_sharpness - edge_alpha = @pre_flat_map_edge_alpha - edge_color_mult = @pre_flat_map_edge_color_mult - before_lighting_blend = @pre_flat_map_before_lighting_blend - after_lighting_blend = @pre_flat_map_after_lighting_blend - } - gradient_parameters = { - zoom_step = @zoom_step_flat_map - - gradient_alpha_inside = @flat_map_gradient_alpha_inside - gradient_alpha_outside = @flat_map_gradient_alpha_outside - gradient_width = @flat_map_gradient_width - gradient_color_mult = @flat_map_gradient_color_mult - edge_width = @flat_map_edge_width - edge_sharpness = @flat_map_edge_sharpness - edge_alpha = @flat_map_edge_alpha - edge_color_mult = @flat_map_edge_color_mult - before_lighting_blend = @flat_map_before_lighting_blend - after_lighting_blend = @flat_map_after_lighting_blend - - } -} - -##### Changed from Vanilla vvvvv -tributary_mapmode = { - color_mode = counties - small_map_names = counties - large_map_names = counties - selection = counties - fill_in_impassable = no - - gradient_parameters = { - zoom_step = 2 - gradient_alpha_inside = 1 - gradient_alpha_outside = 1 - gradient_width = 0.4 - gradient_color_mult = 1 - edge_width = 0 - edge_sharpness = 0 - edge_alpha = 0 - edge_color_mult = 0 - before_lighting_blend = 1 - after_lighting_blend = 0.5 - } -} -##### Changed from Vanilla ^^^^^ diff --git a/WtWSMS/gui/shared/mapmodes.gui b/WtWSMS/gui/shared/mapmodes.gui deleted file mode 100644 index b11759588c..0000000000 --- a/WtWSMS/gui/shared/mapmodes.gui +++ /dev/null @@ -1,787 +0,0 @@ -types MapModes -{ - type map_modes_debug = flowcontainer { - ignoreinvisible = yes - - button_round = { - visible = "[CanChangeMapMode]" - name = "map_mode_simple_realms_button" - onclick = "[SetMapMode('simple_realms')]" - raw_text = "Srlm" - tooltip = "MAPMODE_REALMS" - } - - button_round = { - visible = "[CanChangeMapMode]" - name = "map_mode_terrain_button" - onclick = "[SetMapMode('terrain')]" - raw_text = "Ter" - tooltip = "MAPMODE_TERRAIN" - } - - button_round = { - visible = "[CanChangeMapMode]" - name = "map_mode_baronies_button" - onclick = "[SetMapMode('baronies')]" - raw_text = "Bar" - tooltip = "MAPMODE_BARONIES" - } - - button_round = { - visible = "[CanChangeMapMode]" - name = "map_mode_realm_areas_button" - onclick = "[SetMapMode('realm_areas')]" - raw_text = "Area" - tooltip = "MAPMODE_AREAS" - } - - button_round = { - visible = "[CanChangeMapMode]" - name = "map_mode_diplomacy_button" - onclick = "[SetMapMode('diplomacy')]" - raw_text = "Diplo" - tooltip = "MAPMODE_DIPLOMACY" - } - - button_round = { - visible = "[CanChangeMapMode]" - onclick = "[SetMapMode('debug_character_pools')]" - raw_text = "Pools" - raw_tooltip = "Character Pools" - } - - button_round = { - visible = "[CanChangeMapMode]" - onclick = "[SetMapMode('debug_ai_war_coordinator_targets')]" - raw_text = "AI" - raw_tooltip = "AI War Coordinator targets" - } - - button_round = { - visible = "[CanChangeMapMode]" - onclick = "[SetMapMode('debug_visual_regions')]" - raw_text = "Reg" - raw_tooltip = "Visual Geographical Regions" - } - } - - type map_modes = widget { - allow_outside = yes - filter_mouse = all - alwaystransparent = yes - - size = { 170 95 } - - background = { - using = Background_Area_Dark - margin_left = 10 - margin_bottom = 10 - margin_top = -12 - margin_right = 10 - color = { 0.15 0.15 0.15 0.75 } - } - - ##### T4N CODE vvvvv - state = { - name = custom_map_mode_initialize - trigger_on_create = yes - trigger_when = "[And(Not(GameHasMultiplePlayers), And( Not(InDebugMode), And( CanChangeMapMode, And( IsDefaultGUIMode, And( Or( IsMapMode('realms'), IsMapMode('baronies') ), GetScriptedGui('custom_map_mode_initialize').IsValid(GuiScope.End) ) ) ) ) )]" - on_start = "[GetScriptedGui('custom_map_mode_initialize').Execute(GuiScope.End)]" - } - ##### T4N CODE ^^^^^ - - flowcontainer = { - visible = "[And( And( Not( GetVariableSystem.Exists( 'mapmodes_expand' ) ), IsMapMode('realms') ), IsDefaultGUIMode )]" - parentanchor = top|right - position = { 0 -40 } - direction = vertical - ignoreinvisible = yes - min_width = 170 - tooltip = "ZOOM_LEVEL_PAPER_MAP_TOOLTIP" - - state = { - name = _show - using = Animation_FadeIn_Standard - } - - state = { - name = _hide - using = Animation_FadeOut_Standard - } - - background = { - using = Background_Area_Dark - margin = { 10 10 } - margin_top = 5 - color = { 0.15 0.15 0.15 0.75 } - } - - text_single = { - visible = "[GreaterThanOrEqualTo_int32(GetZoomLevel, '(int32)20')]" - parentanchor = hcenter - text = "ZOOM_LEVEL_PAPER_MAP" - default_format = "#high;italic" - } - - text_single = { - visible = "[GreaterThanOrEqualTo_int32(GetZoomLevel, '(int32)20')]" - parentanchor = hcenter - text = "ZOOM_LEVEL_SELECTING_REALMS" - } - } - - flowcontainer = { - visible = "[And( And( Not( GetVariableSystem.Exists( 'mapmodes_expand' ) ), IsMapMode('realms') ), IsDefaultGUIMode )]" - parentanchor = top|right - position = { 0 -40 } - direction = vertical - ignoreinvisible = yes - min_width = 170 - tooltip = ZOOM_LEVEL_POLITICAL_TOOLTIP - - state = { - name = _show - using = Animation_FadeIn_Standard - } - - state = { - name = _hide - using = Animation_FadeOut_Standard - } - - background = { - using = Background_Area_Dark - margin = { 10 10 } - margin_top = 5 - color = { 0.15 0.15 0.15 0.75 } - } - - text_single = { - visible = "[And(LessThan_int32(GetZoomLevel, '(int32)20'), GreaterThan_int32(GetZoomLevel, '(int32)8'))]" - parentanchor = hcenter - text = "ZOOM_LEVEL_POLITICAL" - default_format = "#color_yellow" - } - - text_single = { - visible = "[And(LessThan_int32(GetZoomLevel, '(int32)20'), GreaterThan_int32(GetZoomLevel, '(int32)8'))]" - parentanchor = hcenter - text = "ZOOM_LEVEL_SELECTING_REALMS" - } - } - - flowcontainer = { - visible = "[And( And(Not(GetVariableSystem.Exists( 'mapmodes_expand' )), IsMapMode('realms')), IsDefaultGUIMode )]" - parentanchor = top|right - position = { 0 -40 } - direction = vertical - ignoreinvisible = yes - min_width = 170 - tooltip = ZOOM_LEVEL_DETAILS_TOOLTIP - - state = { - name = _show - using = Animation_FadeIn_Standard - } - - state = { - name = _hide - using = Animation_FadeOut_Standard - } - - background = { - using = Background_Area_Dark - margin = { 10 10 } - margin_top = 5 - color = { 0.15 0.15 0.15 0.75 } - } - - text_single = { - visible = "[LessThan_int32(GetZoomLevel, '(int32)9')]" - parentanchor = hcenter - text = "ZOOM_LEVEL_DETAILS" - default_format = "#color_green" - } - - text_single = { - visible = "[LessThan_int32(GetZoomLevel, '(int32)9')]" - parentanchor = hcenter - text = "ZOOM_LEVEL_SELECTING_BARONIES" - } - } - - ## Realm - icon_button_mapmode = { - name = "map_mode_realms_button" - position = { 0 25 } - size = { 50 50 } - visible = "[CanChangeMapMode]" - - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode('realms')]" - } - - blockoverride "mm_button" - { - onclick = "[ClearExploringRealms]" - shortcut = "map_mode_1" - } - blockoverride "mm_icon" - { - size = { 50 50 } - } - - blockoverride "mm_glow" - { - visible = no - } - - blockoverride "mm_bg_color" - { - color = { 0.18 0.18 0 1 } - } - } - - flowcontainer = { - parentanchor = right|bottom - margin_right = 15 - direction = vertical - - ## De Jure - flowcontainer = { - visible = "[CanChangeMapMode]" - parentanchor = hcenter - direction = horizontal - ignoreinvisible = yes - spacing = -3 - - icon_button_mapmode = { - name = "map_mode_duchies_button" - size = { 38 38 } - - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode('dejure_duchies')]" - } - - blockoverride "mm_button" - { - shortcut = "map_mode_9" - } - - blockoverride "button_bg_color" - { - color = { 0.1 0.14 0.1 1 } - } - } - - icon_button_mapmode = { - name = "map_mode_kingdoms_button" - size = { 38 38 } - - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode('dejure_kingdoms')]" - } - - blockoverride "mm_button" - { - shortcut = "map_mode_10" - } - - blockoverride "button_bg_color" - { - color = { 0.18 0.1 0.1 1 } - } - } - - icon_button_mapmode = { - name = "map_mode_empires_button" - size = { 38 38 } - - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode('dejure_empires')]" - } - - blockoverride "mm_button" - { - shortcut = "map_mode_11" - } - - blockoverride "button_bg_color" - { - color = { 0.12 0.12 0.18 1 } - } - } - } - - ## Other - flowcontainer = { - parentanchor = hcenter - direction = horizontal - ignoreinvisible = no - spacing = -2 - - visible = "[CanChangeMapMode]" - - icon_button_mapmode = { - name = "map_mode_religion_button" - size = { 32 32 } - parentanchor = vcenter - - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode('religions')]" - } - - blockoverride "mm_button" - { - shortcut = "map_mode_3" - } - } - - icon_button_mapmode = { - name = "map_mode_cultures_button" - size = { 32 32 } - parentanchor = vcenter - - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode('cultures')]" - } - - blockoverride "mm_button" - { - shortcut = "map_mode_2" - } - } - - icon_button_mapmode = { - name = "map_mode_houses_button" - size = { 32 32 } - parentanchor = vcenter - - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode('houses')]" - } - - blockoverride "mm_button" - { - shortcut = "map_mode_4" - } - } - - widget = { - parentanchor = vcenter - size = {32 32} - - button_round = { - parentanchor = center - size = { 30 30 } - onclick = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" - - button_plus_small = { - parentanchor = center - alwaystransparent = yes - } - } - } - } - } - - flowcontainer = { - visible = "[GetVariableSystem.Exists( 'mapmodes_expand' )]" - visible_at_creation = no - parentanchor = top|right - widgetanchor = bottom|right - position = { -0 25 } - margin = { 22 10 } - alwaystransparent = no - filter_mouse = all - - state = { - name = _mouse_hierarchy_leave - on_finish = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" - } - - state = { - name = _show - using = Animation_FadeIn_Quick - } - - state = { - name = _hide - using = Animation_FadeOut_Standard - } - - flowcontainer = { - direction = vertical - margin = { 10 5 } - ignoreinvisible = yes - - background = { - using = Background_Area_Dark - } - - text_single = { - parentanchor = hcenter - text = "ADDITIONAL_MAPMODES" - default_format = "#medium;italic" - margin_bottom = 5 - max_width = 110 - } - - mm_text_button = { - name = "map_mode_government_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'government' )]" - } - shortcut = "map_mode_5" - } - - mm_text_button = { - name = "county_development" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'county_development' )]" - } - shortcut = "map_mode_13" - } - - mm_text_button = { - name = "simple_terrain" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'simple_terrain' )]" - } - shortcut = "map_mode_12" - } - - mm_text_button = { - name = "map_mode_counties_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'dejure_counties' )]" - } - shortcut = "map_mode_6" - } - - mm_text_button = { - name = "map_mode_court_languages_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode('court_languages')]" - } - blockoverride 'visible' - { - visible = "[And( HasDlcFeature( 'royal_court' ), CanChangeMapMode )]" - } - shortcut = "map_mode_7" - } - - mm_text_button = { - name = "players" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'players' )]" - } - blockoverride 'visible' - { - visible = "[And( Or(GameHasMultiplePlayers, InDebugMode), CanChangeMapMode)]" - } - shortcut = "map_mode_8" - } - ##### T4N CODE vvvvv -# button_tertiary = { -# name = "Resources" -# visible = "[CanChangeMapMode]" -# parentanchor = hcenter -# -# size = { 110 25 } -# onclick = "[SetMapMode('resources')]" -# onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" -# down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" -# -# raw_text = "Resources" -# -# tooltip = "t4n_resources" -# using = tooltip_ws -# } - ##### T4N CODE ^^^^^ - - ##### Changed from Vanilla vvvvv - button_tertiary = { - name = "tibutary_button" - visible = "[CanChangeMapMode]" - parentanchor = hcenter - - size = { 110 25 } - onclick = "[SetMapMode('tributary_mapmode')]" - onclick = "[GetScriptedGui('highlight_tributaries_map').Execute(GuiScope.End)]" - down = "[And( GetScriptedGui('highlight_tributaries_map').IsShown(GuiScope.End), IsMapMode('tributary_mapmode') )]" - enabled = "[GetScriptedGui('highlight_tributaries_map').IsValid(GuiScope.End)]" - - text = "TRIBUTARY_MAP_MODE" - - tooltip = "TRIBUTARY_MAP_MODE_TOOLTIP" - using = tooltip_ws - - blockoverride "button_close" - { - onclick = "[SetMapMode( 'realms' )]" - onclick = "[GetScriptedGui( 'clean_up_map_modes' ).Execute(GuiScope.End)]" - } - } - ##### Changed from Vanilla ^^^^^ - } - } - } - - type mm_text_button = button_tertiary { - name = "players" - block 'datacontext' - { - datacontext = "[GetMapMode( 'realms' )]" - } - block 'visible' - { - visible = "[CanChangeMapMode]" - } - - parentanchor = hcenter - size = { 110 25 } - - onclick = "[SetMapMode( MapMode.GetKey )]" - text = "[MapMode.GetName]" - tooltip = "[MapMode.GetDesc]" - - using = tooltip_ws - } - - type mini_map_mode = widget { - allow_outside = yes - filter_mouse = all - alwaystransparent = yes - - size = { 320 60 } - - background = { - using = Background_Area_Dark - margin = { 10 0 } - color = { 0.15 0.15 0.15 0.75 } - } - - hbox = { - vbox = { - layoutpolicy_horizontal = expanding - text_single = { - text = MAP_MODE - } - text_single = { - text = "[GetCurrentMapMode.GetName]" - default_format = "#high" - } - } - - expand = {} - - icon_button_mapmode = { - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode( 'struggle' )]" - } - } - - icon_button_mapmode = { - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode( 'realms' )]" - } - } - - icon_button_mapmode = { - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode( 'religions' )]" - } - } - - icon_button_mapmode = { - blockoverride 'mm_datacontext' - { - datacontext = "[GetMapMode( 'cultures' )]" - } - } - - widget = { - size = {32 32} - - button_round = { - size = { 30 30 } - parentanchor = top|hcenter - widgetanchor = center - position = { 0 10 } - - onclick = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" - - button_plus_small = { - parentanchor = center - alwaystransparent = yes - } - } - } - } - - flowcontainer = { - visible = "[GetVariableSystem.Exists( 'mapmodes_expand' )]" - parentanchor = top|right - widgetanchor = bottom|right - position = { 10 0 } - alwaystransparent = no - filter_mouse = all - - state = { - name = _mouse_hierarchy_leave - on_finish = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" - } - - state = { - name = _show - using = Animation_FadeIn_Quick - } - - state = { - name = _hide - using = Animation_FadeOut_Standard - } - - flowcontainer = { - direction = vertical - margin = { 10 5 } - ignoreinvisible = yes - - background = { - using = Background_Area_Dark - } - - text_single = { - parentanchor = hcenter - text = "ADDITIONAL_MAPMODES" - default_format = "#medium;italic" - margin_bottom = 5 - max_width = 110 - } - - mm_text_button = { - name = "map_mode_dejure_duchies_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'dejure_duchies' )]" - } - shortcut = "map_mode_9" - } - - mm_text_button = { - name = "map_mode_dejure_kingdoms_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'dejure_kingdoms' )]" - } - shortcut = "map_mode_10" - } - - mm_text_button = { - name = "map_mode_dejure_empires_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'dejure_empires' )]" - } - shortcut = "map_mode_11" - } - - mm_text_button = { - name = "map_mode_government_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'government' )]" - } - shortcut = "map_mode_5" - } - - mm_text_button = { - name = "county_development" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'county_development' )]" - } - shortcut = "map_mode_13" - } - - mm_text_button = { - name = "simple_terrain" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'simple_terrain' )]" - } - shortcut = "map_mode_12" - } - - mm_text_button = { - name = "map_mode_counties_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'dejure_counties' )]" - } - shortcut = "map_mode_6" - } - - mm_text_button = { - name = "map_mode_court_languages_button" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode('court_languages')]" - } - blockoverride 'visible' - { - visible = "[And( HasDlcFeature( 'royal_court' ), CanChangeMapMode )]" - } - shortcut = "map_mode_7" - } - - mm_text_button = { - name = "players" - blockoverride 'datacontext' - { - datacontext = "[GetMapMode( 'players' )]" - } - blockoverride 'visible' - { - visible = "[And( Or(GameHasMultiplePlayers, InDebugMode), CanChangeMapMode)]" - } - shortcut = "map_mode_8" -# ##### T4N CODE vvvvv -# button_tertiary = { -# name = "Resources" -# visible = "[CanChangeMapMode]" -# parentanchor = hcenter -# -# size = { 110 25 } -# onclick = "[SetMapMode('resources')]" -# onclick = "[GetScriptedGui('resources_map').Execute(GuiScope.SetRoot(GetPlayer.MakeScope).End)]" -# down = "[And( GetScriptedGui('resources_map').IsShown(GuiScope.End), IsMapMode('resources') )]" -# -# raw_text = "Resources" -# -# tooltip = "t4n_resources" -# using = tooltip_ws -# } -# ##### T4N CODE ^^^^^ - } - } - } - } -} diff --git a/WtWSMS/localization/english/gui/BP_map_l_english.yml b/WtWSMS/localization/english/gui/BP_map_l_english.yml deleted file mode 100644 index 4aa7027c2e..0000000000 --- a/WtWSMS/localization/english/gui/BP_map_l_english.yml +++ /dev/null @@ -1,4 +0,0 @@ -l_english: - TRIBUTARY_MAP_MODE: "Tributaries" - TRIBUTARY_MAP_MODE_TOOLTIP: "Shows tributaries coloured in suzerain colour" - \ No newline at end of file diff --git a/WtWSMS/localization/english/gui/T4N_map_l_english.yml b/WtWSMS/localization/english/gui/T4N_map_l_english.yml deleted file mode 100644 index 52f4abd9de..0000000000 --- a/WtWSMS/localization/english/gui/T4N_map_l_english.yml +++ /dev/null @@ -1,10 +0,0 @@ -l_english: - CUSTOM_TRIBUTARY_MAP_LEGEND:0 "Legend" - CUSTOM_TRIBUTARY_MAP_ME:0 "My Realm" - CUSTOM_TRIBUTARY_MAP_MY_TRIBUTARY:0 "My [T4N_tributaries|E]" - CUSTOM_TRIBUTARY_MAP_MY_SUZERAIN:0 "My Suzerains" - CUSTOM_TRIBUTARY_MAP_ANY_TRIBUTARY_SUZERAIN:0 "Tributary/Suzerain" - CUSTOM_TRIBUTARY_MAP_ANY_TRIBUTARY:0 "Tributary" - CUSTOM_TRIBUTARY_MAP_ANY_SUZERAIN:0 "Suzerain" - CUSTOM_TRIBUTARY_MAP_TOOLTIP: "#T Tributaries#!\nShows all [T4N_tributaries|E] that exist on the map.\n#L #T #X BROKEN RN#!#!#!" - CUSTOM_MAPMODE_TRIBUTARIES_NAME: "Tributaries" \ No newline at end of file From caf67eb463fea445ed14b3067ee6548555942bdc Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:48:42 -0500 Subject: [PATCH 189/339] Improve color storage on action priority More 0's imply higher up in the load order, so this'll be called before other on actions --- ..._color_storage_titles.txt => 000_MOD_color_storage_titles.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename WtWSMS/common/on_action/{00_MOD_color_storage_titles.txt => 000_MOD_color_storage_titles.txt} (100%) diff --git a/WtWSMS/common/on_action/00_MOD_color_storage_titles.txt b/WtWSMS/common/on_action/000_MOD_color_storage_titles.txt similarity index 100% rename from WtWSMS/common/on_action/00_MOD_color_storage_titles.txt rename to WtWSMS/common/on_action/000_MOD_color_storage_titles.txt From 4795be5eae5ceeed32828a70d955a6852c7c9738 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 29 Nov 2022 00:32:37 -0500 Subject: [PATCH 190/339] Some foederatus negotiation tweaks --- WtWSMS/common/casus_belli_types/BP_roman_reconquest.txt | 8 ++++++++ .../character_interactions/BP_special_contract_offers.txt | 6 ++++-- .../T4N_tributaries_interactions.txt | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/WtWSMS/common/casus_belli_types/BP_roman_reconquest.txt b/WtWSMS/common/casus_belli_types/BP_roman_reconquest.txt index 80ce2a7c64..13753fa453 100644 --- a/WtWSMS/common/casus_belli_types/BP_roman_reconquest.txt +++ b/WtWSMS/common/casus_belli_types/BP_roman_reconquest.txt @@ -32,6 +32,10 @@ the_roman_empires_imperial_reconquest_cb = { } allowed_against_character = { + NAND = { + scope:defender = { is_tributary = yes } + scope:attacker = { this = scope:defender.var:my_suzerain } + } scope:defender = { is_independent_ruler = yes NOT = { faith.religion = religion:islam_religion } @@ -317,6 +321,10 @@ successor_imperial_reconquest_cb = { } allowed_against_character = { + NAND = { + scope:defender = { is_tributary = yes } + scope:attacker = { this = scope:defender.var:my_suzerain } + } scope:defender = { is_independent_ruler = yes NOT = { faith.religion = religion:islam_religion } diff --git a/WtWSMS/common/character_interactions/BP_special_contract_offers.txt b/WtWSMS/common/character_interactions/BP_special_contract_offers.txt index 5ceda54dbd..1a3a105e5b 100644 --- a/WtWSMS/common/character_interactions/BP_special_contract_offers.txt +++ b/WtWSMS/common/character_interactions/BP_special_contract_offers.txt @@ -1,7 +1,7 @@ # Add general actions here, if any. offer_foederatus_interaction = { - category = interaction_category_vassal + category = interaction_category_diplomacy special_interaction = grant_titles_interaction interface = grant_titles target_type = title @@ -20,6 +20,7 @@ offer_foederatus_interaction = { culture = { has_innovation = innovation_foederati } } scope:recipient = { + is_tributary = no NOT = { this = scope:actor } is_landed = yes is_independent_ruler = yes @@ -342,7 +343,7 @@ offer_foederatus_interaction = { ##### TODO (Beta): Convert request_foederatus_interaction to an actual negotiation request_foederatus_interaction = { - category = interaction_category_vassal + category = interaction_category_diplomacy desc = request_foederatus_interaction_desc is_shown = { @@ -350,6 +351,7 @@ request_foederatus_interaction = { NOT = { this = scope:actor } culture = { has_innovation = innovation_foederati } } + scope:actor = { is_tributary = no } scope:actor = { valid_government_foederatus_special_trigger = yes } scope:actor.highest_held_title_tier < scope:recipient.highest_held_title_tier scope:actor.liege = scope:actor diff --git a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt index 66080778fb..242f24f28b 100644 --- a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt +++ b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt @@ -265,7 +265,7 @@ call_tributaries_to_war = { exists = var:can_call_to_war_suzerain var:can_call_to_war_suzerain = yes } - } + } } } From a7e9e82b3c8ce8c3e9d6a51b2b380a975e9a79aa Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:35:30 -0500 Subject: [PATCH 191/339] Update MOD_color_storage_titles.txt Fix color storage titles showing up in search --- .../MOD_color_storage_titles.txt | 6504 ++++++++--------- 1 file changed, 3252 insertions(+), 3252 deletions(-) diff --git a/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt b/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt index bf005b2c3b..f0571cbe86 100644 --- a/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt +++ b/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt @@ -1,3256 +1,3256 @@ #Empires -d_e_aarlud_khanate_color = { color ={0 0 0} can_create = { always = no } } -d_e_abyssinia_color = { color ={0 0 0} can_create = { always = no } } -d_e_ajuraan_color = { color ={0 0 0} can_create = { always = no } } -d_e_arabia_color = { color ={0 0 0} can_create = { always = no } } -d_e_armenia_color = { color ={0 0 0} can_create = { always = no } } -d_e_avar_color = { color ={0 0 0} can_create = { always = no } } -d_e_axum_color = { color ={0 0 0} can_create = { always = no } } -d_e_bactria_color = { color ={0 0 0} can_create = { always = no } } -d_e_baruun_khanate_color = { color ={0 0 0} can_create = { always = no } } -d_e_bengal_color = { color ={0 0 0} can_create = { always = no } } -d_e_black_horde_color = { color ={0 0 0} can_create = { always = no } } -d_e_britannia_color = { color ={0 0 0} can_create = { always = no } } -d_e_byzantium_color = { color ={0 0 0} can_create = { always = no } } -d_e_carpathia_color = { color ={0 0 0} can_create = { always = no } } -d_e_caspian-pontic_steppe_color = { color ={0 0 0} can_create = { always = no } } -d_e_chagatai_color = { color ={0 0 0} can_create = { always = no } } -d_e_dacia_color = { color ={0 0 0} can_create = { always = no } } -d_e_deccan_color = { color ={0 0 0} can_create = { always = no } } -d_e_egypt_color = { color ={0 0 0} can_create = { always = no } } -d_e_finland_color = { color ={0 0 0} can_create = { always = no } } -d_e_france_color = { color ={0 0 0} can_create = { always = no } } -d_e_gaul_color = { color ={0 0 0} can_create = { always = no } } -d_e_germania_magna_color = { color ={0 0 0} can_create = { always = no } } -d_e_germany_color = { color ={0 0 0} can_create = { always = no } } -d_e_golden_horde_color = { color ={0 0 0} can_create = { always = no } } -d_e_goths_color = { color ={0 0 0} can_create = { always = no } } -d_e_guinea_color = { color ={0 0 0} can_create = { always = no } } -d_e_helling_color = { color ={0 0 0} can_create = { always = no } } -d_e_hre_color = { color ={0 0 0} can_create = { always = no } } -d_e_hunnic_empire_color = { color ={0 0 0} can_create = { always = no } } -d_e_ilkhanate_color = { color ={0 0 0} can_create = { always = no } } -d_e_india_color = { color ={0 0 0} can_create = { always = no } } -d_e_italy_color = { color ={0 0 0} can_create = { always = no } } -d_e_kanem_bornu_color = { color ={0 0 0} can_create = { always = no } } -d_e_kara_khitai_color = { color ={0 0 0} can_create = { always = no } } -d_e_kirghiz_khanate_color = { color ={0 0 0} can_create = { always = no } } -d_e_latin_empire_color = { color ={0 0 0} can_create = { always = no } } -d_e_macedon_color = { color ={0 0 0} can_create = { always = no } } -d_e_maghreb_color = { color ={0 0 0} can_create = { always = no } } -d_e_mali_color = { color ={0 0 0} can_create = { always = no } } -d_e_mongol_empire_color = { color ={0 0 0} can_create = { always = no } } -d_e_mongolia_color = { color ={0 0 0} can_create = { always = no } } -d_e_north_africa_color = { color ={0 0 0} can_create = { always = no } } -d_e_north_sea_color = { color ={0 0 0} can_create = { always = no } } -d_e_outremer_color = { color ={0 0 0} can_create = { always = no } } -d_e_palmyra_color = { color ={0 0 0} can_create = { always = no } } -d_e_persia_color = { color ={0 0 0} can_create = { always = no } } -d_e_rajastan_color = { color ={0 0 0} can_create = { always = no } } -d_e_roman_empire_color = { color ={0 0 0} can_create = { always = no } } -d_e_rouran_color = { color ={0 0 0} can_create = { always = no } } -d_e_russia_color = { color ={0 0 0} can_create = { always = no } } -d_e_scandinavia_color = { color ={0 0 0} can_create = { always = no } } -d_e_scythia_color = { color ={0 0 0} can_create = { always = no } } -d_e_seleucid_color = { color ={0 0 0} can_create = { always = no } } -d_e_siberia_color = { color ={0 0 0} can_create = { always = no } } -d_e_slavia_color = { color ={0 0 0} can_create = { always = no } } -d_e_spain_color = { color ={0 0 0} can_create = { always = no } } -d_e_tamazgha_color = { color ={0 0 0} can_create = { always = no } } -d_e_tamil_color = { color ={0 0 0} can_create = { always = no } } -d_e_tartaria_color = { color ={0 0 0} can_create = { always = no } } -d_e_tibet_color = { color ={0 0 0} can_create = { always = no } } -d_e_timurids_color = { color ={0 0 0} can_create = { always = no } } -d_e_togskol_khanate_color = { color ={0 0 0} can_create = { always = no } } -d_e_turan_color = { color ={0 0 0} can_create = { always = no } } -d_e_turkestan_color = { color ={0 0 0} can_create = { always = no } } -d_e_uyghur_khanate_color = { color ={0 0 0} can_create = { always = no } } -d_e_volga-ural_color = { color ={0 0 0} can_create = { always = no } } -d_e_wendish_empire_color = { color ={0 0 0} can_create = { always = no } } -d_e_white_horde_color = { color ={0 0 0} can_create = { always = no } } -d_e_wre_color = { color ={0 0 0} can_create = { always = no } } -d_e_xiongnu_color = { color ={0 0 0} can_create = { always = no } } +d_e_aarlud_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_abyssinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_ajuraan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_arabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_avar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_axum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_bactria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_baruun_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_bengal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_black_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_britannia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_byzantium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_carpathia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_caspian-pontic_steppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_chagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_dacia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_deccan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_egypt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_gaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_germania_magna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_germany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_golden_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_guinea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_helling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_hre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_hunnic_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_ilkhanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_india_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_italy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_kanem_bornu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_kara_khitai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_kirghiz_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_latin_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_macedon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_maghreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_mongol_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_mongolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_north_africa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_north_sea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_outremer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_persia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_rajastan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_roman_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_rouran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_russia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_scandinavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_scythia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_seleucid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_siberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_slavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_spain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tamazgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tamil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tartaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_timurids_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_togskol_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_turan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_turkestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_uyghur_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_volga-ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_wendish_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_white_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_wre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_xiongnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } #Kingdoms -d_k_adiukru_color = { color ={0 0 0} can_create = { always = no } } -d_k_africa_prefect_color = { color ={0 0 0} can_create = { always = no } } -d_k_al_hirah_color = { color ={0 0 0} can_create = { always = no } } -d_k_alamannia_color = { color ={0 0 0} can_create = { always = no } } -d_k_altava_color = { color ={0 0 0} can_create = { always = no } } -d_k_amr_confederacy_color = { color ={0 0 0} can_create = { always = no } } -d_k_anatolia_color = { color ={0 0 0} can_create = { always = no } } -d_k_andalusia_color = { color ={0 0 0} can_create = { always = no } } -d_k_angloland_color = { color ={0 0 0} can_create = { always = no } } -d_k_aquitaine_color = { color ={0 0 0} can_create = { always = no } } -d_k_aragon_color = { color ={0 0 0} can_create = { always = no } } -d_k_armenian_principality_color = { color ={0 0 0} can_create = { always = no } } -d_k_ashina_color = { color ={0 0 0} can_create = { always = no } } -d_k_asturias_color = { color ={0 0 0} can_create = { always = no } } -d_k_athens_color = { color ={0 0 0} can_create = { always = no } } -d_k_auresia_color = { color ={0 0 0} can_create = { always = no } } -d_k_austrasia_color = { color ={0 0 0} can_create = { always = no } } -d_k_austria_color = { color ={0 0 0} can_create = { always = no } } -d_k_aydin_color = { color ={0 0 0} can_create = { always = no } } -d_k_badajoz_color = { color ={0 0 0} can_create = { always = no } } -d_k_bavaria_color = { color ={0 0 0} can_create = { always = no } } -d_k_bene_israel_color = { color ={0 0 0} can_create = { always = no } } -d_k_bohemia_color = { color ={0 0 0} can_create = { always = no } } -d_k_bosnia_color = { color ={0 0 0} can_create = { always = no } } -d_k_bulgaria_color = { color ={0 0 0} can_create = { always = no } } -d_k_burgundians_color = { color ={0 0 0} can_create = { always = no } } -d_k_burgundy_color = { color ={0 0 0} can_create = { always = no } } -d_k_cabaon_color = { color ={0 0 0} can_create = { always = no } } -d_k_canarias_color = { color ={0 0 0} can_create = { always = no } } -d_k_candar_color = { color ={0 0 0} can_create = { always = no } } -d_k_capsa_color = { color ={0 0 0} can_create = { always = no } } -d_k_castille_color = { color ={0 0 0} can_create = { always = no } } -d_k_chuban_color = { color ={0 0 0} can_create = { always = no } } -d_k_commagene_color = { color ={0 0 0} can_create = { always = no } } -d_k_cornwall_color = { color ={0 0 0} can_create = { always = no } } -d_k_crete_color = { color ={0 0 0} can_create = { always = no } } -d_k_croatia_color = { color ={0 0 0} can_create = { always = no } } -d_k_cyprus_color = { color ={0 0 0} can_create = { always = no } } -d_k_cyrenaica_color = { color ={0 0 0} can_create = { always = no } } -d_k_dahae_confederacy_color = { color ={0 0 0} can_create = { always = no } } -d_k_dal_riata_color = { color ={0 0 0} can_create = { always = no } } -d_k_daneland_color = { color ={0 0 0} can_create = { always = no } } -d_k_danelaw_color = { color ={0 0 0} can_create = { always = no } } -d_k_denmark_color = { color ={0 0 0} can_create = { always = no } } -d_k_dubuo_color = { color ={0 0 0} can_create = { always = no } } -d_k_east_francia_color = { color ={0 0 0} can_create = { always = no } } -d_k_epirus_color = { color ={0 0 0} can_create = { always = no } } -d_k_eretnid_color = { color ={0 0 0} can_create = { always = no } } -d_k_fashion_color = { color ={0 0 0} can_create = { always = no } } -d_k_france_color = { color ={0 0 0} can_create = { always = no } } -d_k_franks_color = { color ={0 0 0} can_create = { always = no } } -d_k_gaochang_color = { color ={0 0 0} can_create = { always = no } } -d_k_gaoche_color = { color ={0 0 0} can_create = { always = no } } -d_k_geatland_color = { color ={0 0 0} can_create = { always = no } } -d_k_genoa_color = { color ={0 0 0} can_create = { always = no } } -d_k_georgia_color = { color ={0 0 0} can_create = { always = no } } -d_k_gepidia_color = { color ={0 0 0} can_create = { always = no } } -d_k_germiyan_color = { color ={0 0 0} can_create = { always = no } } -d_k_guiyi_color = { color ={0 0 0} can_create = { always = no } } -d_k_hansa_color = { color ={0 0 0} can_create = { always = no } } -d_k_harla_color = { color ={0 0 0} can_create = { always = no } } -d_k_hellas_color = { color ={0 0 0} can_create = { always = no } } -d_k_helling_color = { color ={0 0 0} can_create = { always = no } } -d_k_herul_color = { color ={0 0 0} can_create = { always = no } } -d_k_hodna_color = { color ={0 0 0} can_create = { always = no } } -d_k_hungary_color = { color ={0 0 0} can_create = { always = no } } -d_k_iberia_color = { color ={0 0 0} can_create = { always = no } } -d_k_illyria_color = { color ={0 0 0} can_create = { always = no } } -d_k_illyria_prefect_color = { color ={0 0 0} can_create = { always = no } } -d_k_italy_color = { color ={0 0 0} can_create = { always = no } } -d_k_italy_prefect_color = { color ={0 0 0} can_create = { always = no } } -d_k_jazira_color = { color ={0 0 0} can_create = { always = no } } -d_k_jerusalem_color = { color ={0 0 0} can_create = { always = no } } -d_k_kabulistan_color = { color ={0 0 0} can_create = { always = no } } -d_k_kalachuri_color = { color ={0 0 0} can_create = { always = no } } -d_k_karaman_color = { color ={0 0 0} can_create = { always = no } } -d_k_khazaria_color = { color ={0 0 0} can_create = { always = no } } -d_k_khorasan_color = { color ={0 0 0} can_create = { always = no } } -d_k_kidarite_color = { color ={0 0 0} can_create = { always = no } } -d_k_kucha_color = { color ={0 0 0} can_create = { always = no } } -d_k_leon_color = { color ={0 0 0} can_create = { always = no } } -d_k_livonia_color = { color ={0 0 0} can_create = { always = no } } -d_k_lombardia_color = { color ={0 0 0} can_create = { always = no } } -d_k_lotharingia_color = { color ={0 0 0} can_create = { always = no } } -d_k_maghreb_color = { color ={0 0 0} can_create = { always = no } } -d_k_magyar_color = { color ={0 0 0} can_create = { always = no } } -d_k_manipura_color = { color ={0 0 0} can_create = { always = no } } -d_k_mann_the_isles_color = { color ={0 0 0} can_create = { always = no } } -d_k_masmuda_color = { color ={0 0 0} can_create = { always = no } } -d_k_mazandaran_color = { color ={0 0 0} can_create = { always = no } } -d_k_mediterranean_sea_color = { color ={0 0 0} can_create = { always = no } } -d_k_melchisedechianism_color = { color ={0 0 0} can_create = { always = no } } -d_k_mentese_color = { color ={0 0 0} can_create = { always = no } } -d_k_mercia_color = { color ={0 0 0} can_create = { always = no } } -d_k_mesopotamia_color = { color ={0 0 0} can_create = { always = no } } -d_k_moldavia_color = { color ={0 0 0} can_create = { always = no } } -d_k_moravia_color = { color ={0 0 0} can_create = { always = no } } -d_k_naples_color = { color ={0 0 0} can_create = { always = no } } -d_k_nasamoni_color = { color ={0 0 0} can_create = { always = no } } -d_k_navarra_color = { color ={0 0 0} can_create = { always = no } } -d_k_nemenchia_color = { color ={0 0 0} can_create = { always = no } } -d_k_neustria_color = { color ={0 0 0} can_create = { always = no } } -d_k_nikaea_color = { color ={0 0 0} can_create = { always = no } } -d_k_northumbria_color = { color ={0 0 0} can_create = { always = no } } -d_k_old_armenia_color = { color ={0 0 0} can_create = { always = no } } -d_k_old_thrace_color = { color ={0 0 0} can_create = { always = no } } -d_k_orleans_color = { color ={0 0 0} can_create = { always = no } } -d_k_orthodox_color = { color ={0 0 0} can_create = { always = no } } -d_k_ostrogoths_color = { color ={0 0 0} can_create = { always = no } } -d_k_ottoman_color = { color ={0 0 0} can_create = { always = no } } -d_k_ouarsenis_color = { color ={0 0 0} can_create = { always = no } } -d_k_papal_state_color = { color ={0 0 0} can_create = { always = no } } -d_k_paris_color = { color ={0 0 0} can_create = { always = no } } -d_k_pechenegs_color = { color ={0 0 0} can_create = { always = no } } -d_k_pisa_color = { color ={0 0 0} can_create = { always = no } } -d_k_poland_color = { color ={0 0 0} can_create = { always = no } } -d_k_pomerania_color = { color ={0 0 0} can_create = { always = no } } -d_k_portugal_color = { color ={0 0 0} can_create = { always = no } } -d_k_qaryat_dhat_kahil_color = { color ={0 0 0} can_create = { always = no } } -d_k_republic_color = { color ={0 0 0} can_create = { always = no } } -d_k_respendalid_color = { color ={0 0 0} can_create = { always = no } } -d_k_rheged_color = { color ={0 0 0} can_create = { always = no } } -d_k_romagna_color = { color ={0 0 0} can_create = { always = no } } -d_k_rugiland_color = { color ={0 0 0} can_create = { always = no } } -d_k_rum_color = { color ={0 0 0} can_create = { always = no } } -d_k_sahara_color = { color ={0 0 0} can_create = { always = no } } -d_k_sakya_trizin_color = { color ={0 0 0} can_create = { always = no } } -d_k_salihid_color = { color ={0 0 0} can_create = { always = no } } -d_k_sardinia_color = { color ={0 0 0} can_create = { always = no } } -d_k_sarir_color = { color ={0 0 0} can_create = { always = no } } -d_k_saruhan_color = { color ={0 0 0} can_create = { always = no } } -d_k_saurashtra_color = { color ={0 0 0} can_create = { always = no } } -d_k_saxony_color = { color ={0 0 0} can_create = { always = no } } -d_k_serbia_color = { color ={0 0 0} can_create = { always = no } } -d_k_shanshan_color = { color ={0 0 0} can_create = { always = no } } -d_k_sicca_veneria_color = { color ={0 0 0} can_create = { always = no } } -d_k_sicily_color = { color ={0 0 0} can_create = { always = no } } -d_k_soissons_color = { color ={0 0 0} can_create = { always = no } } -d_k_sophene_color = { color ={0 0 0} can_create = { always = no } } -d_k_south_kosala_color = { color ={0 0 0} can_create = { always = no } } -d_k_spanish_galicia_color = { color ={0 0 0} can_create = { always = no } } -d_k_sparta_color = { color ={0 0 0} can_create = { always = no } } -d_k_suebia_color = { color ={0 0 0} can_create = { always = no } } -d_k_switzerland_color = { color ={0 0 0} can_create = { always = no } } -d_k_syria_color = { color ={0 0 0} can_create = { always = no } } -d_k_tahert_color = { color ={0 0 0} can_create = { always = no } } -d_k_tekke_color = { color ={0 0 0} can_create = { always = no } } -d_k_thaton_color = { color ={0 0 0} can_create = { always = no } } -d_k_thessalonika_color = { color ={0 0 0} can_create = { always = no } } -d_k_thracia_color = { color ={0 0 0} can_create = { always = no } } -d_k_thuringia_color = { color ={0 0 0} can_create = { always = no } } -d_k_toledo_color = { color ={0 0 0} can_create = { always = no } } -d_k_toro_color = { color ={0 0 0} can_create = { always = no } } -d_k_trebizond_color = { color ={0 0 0} can_create = { always = no } } -d_k_trinacria_color = { color ={0 0 0} can_create = { always = no } } -d_k_tuldilanids_color = { color ={0 0 0} can_create = { always = no } } -d_k_tuyuhun_color = { color ={0 0 0} can_create = { always = no } } -d_k_uighur_color = { color ={0 0 0} can_create = { always = no } } -d_k_valencia_color = { color ={0 0 0} can_create = { always = no } } -d_k_vandalica_color = { color ={0 0 0} can_create = { always = no } } -d_k_venice_color = { color ={0 0 0} can_create = { always = no } } -d_k_visigoths_color = { color ={0 0 0} can_create = { always = no } } -d_k_wales_color = { color ={0 0 0} can_create = { always = no } } -d_k_wei_western_regions_color = { color ={0 0 0} can_create = { always = no } } -d_k_western_kshatrapas_color = { color ={0 0 0} can_create = { always = no } } -d_k_winideheim_color = { color ={0 0 0} can_create = { always = no } } -d_k_yarlung_color = { color ={0 0 0} can_create = { always = no } } +d_k_adiukru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_africa_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_al_hirah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_alamannia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_altava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_amr_confederacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_anatolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_andalusia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_angloland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_aquitaine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_armenian_principality_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ashina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_asturias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_athens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_auresia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_austrasia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_austria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_aydin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bavaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bene_israel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bohemia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bosnia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_burgundians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_burgundy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cabaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_canarias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_candar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_capsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_castille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_chuban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_commagene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cornwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_crete_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_croatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cyprus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cyrenaica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dahae_confederacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dal_riata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_daneland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_danelaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_denmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dubuo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_east_francia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_epirus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_eretnid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_fashion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_franks_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gaochang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gaoche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_geatland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_georgia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gepidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_germiyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_guiyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hansa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_harla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hellas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_helling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_herul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hodna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hungary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_iberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_illyria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_illyria_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_italy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_italy_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_jazira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_jerusalem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kabulistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kalachuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_karaman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khazaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khorasan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kidarite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_livonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lotharingia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_maghreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_magyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_manipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mann_the_isles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_masmuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mazandaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mediterranean_sea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_melchisedechianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mentese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mercia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_moldavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_moravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_naples_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_nasamoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_nemenchia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_neustria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_nikaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_northumbria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_old_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_old_thrace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_orthodox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ostrogoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ottoman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ouarsenis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_papal_state_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_paris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pechenegs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_poland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pomerania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_portugal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_qaryat_dhat_kahil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_republic_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_respendalid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_rheged_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_romagna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_rugiland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_rum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sahara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sakya_trizin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_salihid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sardinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sarir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_saruhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_saurashtra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_saxony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_serbia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_shanshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sicca_veneria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sicily_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_soissons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sophene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_south_kosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_spanish_galicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sparta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_suebia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_switzerland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_syria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tekke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thaton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thessalonika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thracia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thuringia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_trebizond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_trinacria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tuldilanids_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tuyuhun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_uighur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_vandalica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_venice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_visigoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_wales_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_wei_western_regions_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_western_kshatrapas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_winideheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_yarlung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } #Duchies -d_d_aaninen_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_abkhazia_color = { color ={0 0 0} can_create = { always = no } } -d_d_acatiri_color = { color ={0 0 0} can_create = { always = no } } -d_d_adkaddakhe_color = { color ={0 0 0} can_create = { always = no } } -d_d_adogit_color = { color ={0 0 0} can_create = { always = no } } -d_d_aegean_islands_color = { color ={0 0 0} can_create = { always = no } } -d_d_aethelrugi_color = { color ={0 0 0} can_create = { always = no } } -d_d_agadir_color = { color ={0 0 0} can_create = { always = no } } -d_d_aileach_color = { color ={0 0 0} can_create = { always = no } } -d_d_ait_ouriaghel_color = { color ={0 0 0} can_create = { always = no } } -d_d_al-said_color = { color ={0 0 0} can_create = { always = no } } -d_d_al_qays_color = { color ={0 0 0} can_create = { always = no } } -d_d_alans_color = { color ={0 0 0} can_create = { always = no } } -d_d_aleppo_color = { color ={0 0 0} can_create = { always = no } } -d_d_algarve_color = { color ={0 0 0} can_create = { always = no } } -d_d_alger_color = { color ={0 0 0} can_create = { always = no } } -d_d_alsace_color = { color ={0 0 0} can_create = { always = no } } -d_d_amalfi_color = { color ={0 0 0} can_create = { always = no } } -d_d_amela_color = { color ={0 0 0} can_create = { always = no } } -d_d_amman_color = { color ={0 0 0} can_create = { always = no } } -d_d_anatolia_color = { color ={0 0 0} can_create = { always = no } } -d_d_ancona_color = { color ={0 0 0} can_create = { always = no } } -d_d_angria_color = { color ={0 0 0} can_create = { always = no } } -d_d_anhalt_color = { color ={0 0 0} can_create = { always = no } } -d_d_anjou_color = { color ={0 0 0} can_create = { always = no } } -d_d_antae_color = { color ={0 0 0} can_create = { always = no } } -d_d_antioch_color = { color ={0 0 0} can_create = { always = no } } -d_d_apostolic_church_color = { color ={0 0 0} can_create = { always = no } } -d_d_aquileia_church_color = { color ={0 0 0} can_create = { always = no } } -d_d_aquitaine_color = { color ={0 0 0} can_create = { always = no } } -d_d_aragon_color = { color ={0 0 0} can_create = { always = no } } -d_d_arian_color = { color ={0 0 0} can_create = { always = no } } -d_d_armagnac_color = { color ={0 0 0} can_create = { always = no } } -d_d_armeniac_color = { color ={0 0 0} can_create = { always = no } } -d_d_arochi_color = { color ={0 0 0} can_create = { always = no } } -d_d_ashokas_chosen_color = { color ={0 0 0} can_create = { always = no } } -d_d_astures_color = { color ={0 0 0} can_create = { always = no } } -d_d_asturias_color = { color ={0 0 0} can_create = { always = no } } -d_d_atrebatia_color = { color ={0 0 0} can_create = { always = no } } -d_d_augandzi_color = { color ={0 0 0} can_create = { always = no } } -d_d_augsburg_color = { color ={0 0 0} can_create = { always = no } } -d_d_austorani_color = { color ={0 0 0} can_create = { always = no } } -d_d_auvergne_color = { color ={0 0 0} can_create = { always = no } } -d_d_availites_color = { color ={0 0 0} can_create = { always = no } } -d_d_avars_color = { color ={0 0 0} can_create = { always = no } } -d_d_awioniz_color = { color ={0 0 0} can_create = { always = no } } -d_d_azal_color = { color ={0 0 0} can_create = { always = no } } -d_d_azerbaijan_color = { color ={0 0 0} can_create = { always = no } } -d_d_bacs_color = { color ={0 0 0} can_create = { always = no } } -d_d_badajoz_color = { color ={0 0 0} can_create = { always = no } } -d_d_bagaudae_color = { color ={0 0 0} can_create = { always = no } } -d_d_baghdad_color = { color ={0 0 0} can_create = { always = no } } -d_d_bakr_color = { color ={0 0 0} can_create = { always = no } } -d_d_balti_color = { color ={0 0 0} can_create = { always = no } } -d_d_baquates_color = { color ={0 0 0} can_create = { always = no } } -d_d_bar_color = { color ={0 0 0} can_create = { always = no } } -d_d_barcelona_color = { color ={0 0 0} can_create = { always = no } } -d_d_baroia_color = { color ={0 0 0} can_create = { always = no } } -d_d_barsils_color = { color ={0 0 0} can_create = { always = no } } -d_d_basra_color = { color ={0 0 0} can_create = { always = no } } -d_d_bavaria_color = { color ={0 0 0} can_create = { always = no } } -d_d_beja_color = { color ={0 0 0} can_create = { always = no } } -d_d_bejaia_color = { color ={0 0 0} can_create = { always = no } } -d_d_bektashi_color = { color ={0 0 0} can_create = { always = no } } -d_d_belgrade_color = { color ={0 0 0} can_create = { always = no } } -d_d_benevento_color = { color ={0 0 0} can_create = { always = no } } -d_d_berry_color = { color ={0 0 0} can_create = { always = no } } -d_d_bihar_color = { color ={0 0 0} can_create = { always = no } } -d_d_binnaka_color = { color ={0 0 0} can_create = { always = no } } -d_d_bishop_of_iona_color = { color ={0 0 0} can_create = { always = no } } -d_d_bjarma_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_blemmyes_color = { color ={0 0 0} can_create = { always = no } } -d_d_bohemia_color = { color ={0 0 0} can_create = { always = no } } -d_d_bourbon_color = { color ={0 0 0} can_create = { always = no } } -d_d_brabant_color = { color ={0 0 0} can_create = { always = no } } -d_d_broerec_color = { color ={0 0 0} can_create = { always = no } } -d_d_brycheiniog_color = { color ={0 0 0} can_create = { always = no } } -d_d_bucellaria_color = { color ={0 0 0} can_create = { always = no } } -d_d_bukhara_color = { color ={0 0 0} can_create = { always = no } } -d_d_bulgaria_color = { color ={0 0 0} can_create = { always = no } } -d_d_bulgars_color = { color ={0 0 0} can_create = { always = no } } -d_d_bulls_rishabha_color = { color ={0 0 0} can_create = { always = no } } -d_d_burgundy_color = { color ={0 0 0} can_create = { always = no } } -d_d_cairo_color = { color ={0 0 0} can_create = { always = no } } -d_d_cait_color = { color ={0 0 0} can_create = { always = no } } -d_d_calabria_color = { color ={0 0 0} can_create = { always = no } } -d_d_capua_color = { color ={0 0 0} can_create = { always = no } } -d_d_carinthia_color = { color ={0 0 0} can_create = { always = no } } -d_d_castilla_color = { color ={0 0 0} can_create = { always = no } } -d_d_ce_color = { color ={0 0 0} can_create = { always = no } } -d_d_cephalonia_color = { color ={0 0 0} can_create = { always = no } } -d_d_chaldia_color = { color ={0 0 0} can_create = { always = no } } -d_d_champagne_color = { color ={0 0 0} can_create = { always = no } } -d_d_charsianon_color = { color ={0 0 0} can_create = { always = no } } -d_d_chosen_perkunas_color = { color ={0 0 0} can_create = { always = no } } -d_d_chumi_color = { color ={0 0 0} can_create = { always = no } } -d_d_chumukun_color = { color ={0 0 0} can_create = { always = no } } -d_d_chuyue_color = { color ={0 0 0} can_create = { always = no } } -d_d_cibyrrhaeot_color = { color ={0 0 0} can_create = { always = no } } -d_d_coimbra_color = { color ={0 0 0} can_create = { always = no } } -d_d_constantinopolitan_prefect_color = { color ={0 0 0} can_create = { always = no } } -d_d_conversos_color = { color ={0 0 0} can_create = { always = no } } -d_d_coptic_papacy_color = { color ={0 0 0} can_create = { always = no } } -d_d_cordoba_color = { color ={0 0 0} can_create = { always = no } } -d_d_courland_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_croatia_color = { color ={0 0 0} can_create = { always = no } } -d_d_currezia_color = { color ={0 0 0} can_create = { always = no } } -d_d_cybelian_pagan_color = { color ={0 0 0} can_create = { always = no } } -d_d_dalmatia_color = { color ={0 0 0} can_create = { always = no } } -d_d_damascus_color = { color ={0 0 0} can_create = { always = no } } -d_d_danes_color = { color ={0 0 0} can_create = { always = no } } -d_d_dauphine_color = { color ={0 0 0} can_create = { always = no } } -d_d_deasmhumhain_color = { color ={0 0 0} can_create = { always = no } } -d_d_delta_color = { color ={0 0 0} can_create = { always = no } } -d_d_diyarbakr_color = { color ={0 0 0} can_create = { always = no } } -d_d_diyarmudar_color = { color ={0 0 0} can_create = { always = no } } -d_d_diyarrabia_color = { color ={0 0 0} can_create = { always = no } } -d_d_dneipner_balts_color = { color ={0 0 0} can_create = { always = no } } -d_d_dobrudja_color = { color ={0 0 0} can_create = { always = no } } -d_d_domnonia_color = { color ={0 0 0} can_create = { always = no } } -d_d_donatism_color = { color ={0 0 0} can_create = { always = no } } -d_d_duklja_color = { color ={0 0 0} can_create = { always = no } } -d_d_dyrrachion_color = { color ={0 0 0} can_create = { always = no } } -d_d_east_franconia_color = { color ={0 0 0} can_create = { always = no } } -d_d_east_galindians_color = { color ={0 0 0} can_create = { always = no } } -d_d_ebionites_color = { color ={0 0 0} can_create = { always = no } } -d_d_edessa_color = { color ={0 0 0} can_create = { always = no } } -d_d_elmet_color = { color ={0 0 0} can_create = { always = no } } -d_d_emilia_color = { color ={0 0 0} can_create = { always = no } } -d_d_epirus_color = { color ={0 0 0} can_create = { always = no } } -d_d_erzerum_color = { color ={0 0 0} can_create = { always = no } } -d_d_erzya_color = { color ={0 0 0} can_create = { always = no } } -d_d_esseaxena_color = { color ={0 0 0} can_create = { always = no } } -d_d_essina_color = { color ={0 0 0} can_create = { always = no } } -d_d_exilarch_color = { color ={0 0 0} can_create = { always = no } } -d_d_fes_color = { color ={0 0 0} can_create = { always = no } } -d_d_fezzan_color = { color ={0 0 0} can_create = { always = no } } -d_d_flanders_color = { color ={0 0 0} can_create = { always = no } } -d_d_followers_arjuna_color = { color ={0 0 0} can_create = { always = no } } -d_d_fortriu_color = { color ={0 0 0} can_create = { always = no } } -d_d_fossatisii_color = { color ={0 0 0} can_create = { always = no } } -d_d_fotla_color = { color ={0 0 0} can_create = { always = no } } -d_d_friuli_color = { color ={0 0 0} can_create = { always = no } } -d_d_gabes_color = { color ={0 0 0} can_create = { always = no } } -d_d_galicia_color = { color ={0 0 0} can_create = { always = no } } -d_d_gardman_color = { color ={0 0 0} can_create = { always = no } } -d_d_gascogne_color = { color ={0 0 0} can_create = { always = no } } -d_d_gaul_prefect_color = { color ={0 0 0} can_create = { always = no } } -d_d_gayomarthianism_color = { color ={0 0 0} can_create = { always = no } } -d_d_gelre_color = { color ={0 0 0} can_create = { always = no } } -d_d_georgia_color = { color ={0 0 0} can_create = { always = no } } -d_d_georgian_orthodox_color = { color ={0 0 0} can_create = { always = no } } -d_d_germanii_color = { color ={0 0 0} can_create = { always = no } } -d_d_ghifar_color = { color ={0 0 0} can_create = { always = no } } -d_d_ghomara_color = { color ={0 0 0} can_create = { always = no } } -d_d_gortyene_color = { color ={0 0 0} can_create = { always = no } } -d_d_gothic_church_color = { color ={0 0 0} can_create = { always = no } } -d_d_goths_color = { color ={0 0 0} can_create = { always = no } } -d_d_granada_color = { color ={0 0 0} can_create = { always = no } } -d_d_granni_color = { color ={0 0 0} can_create = { always = no } } -d_d_guenet_color = { color ={0 0 0} can_create = { always = no } } -d_d_guent_color = { color ={0 0 0} can_create = { always = no } } -d_d_gugark_color = { color ={0 0 0} can_create = { always = no } } -d_d_gustow_color = { color ={0 0 0} can_create = { always = no } } -d_d_gutes_color = { color ={0 0 0} can_create = { always = no } } -d_d_gyor_color = { color ={0 0 0} can_create = { always = no } } -d_d_halin_color = { color ={0 0 0} can_create = { always = no } } -d_d_hamadan_color = { color ={0 0 0} can_create = { always = no } } -d_d_hanzalah_color = { color ={0 0 0} can_create = { always = no } } -d_d_haruriyyah_color = { color ={0 0 0} can_create = { always = no } } -d_d_hashshashin_color = { color ={0 0 0} can_create = { always = no } } -d_d_hawazin_color = { color ={0 0 0} can_create = { always = no } } -d_d_haymanot_color = { color ={0 0 0} can_create = { always = no } } -d_d_hellenic_pagan_color = { color ={0 0 0} can_create = { always = no } } -d_d_herefinna_color = { color ={0 0 0} can_create = { always = no } } -d_d_hesse_color = { color ={0 0 0} can_create = { always = no } } -d_d_hhaha_color = { color ={0 0 0} can_create = { always = no } } -d_d_highland_lithuanians_color = { color ={0 0 0} can_create = { always = no } } -d_d_hintata_color = { color ={0 0 0} can_create = { always = no } } -d_d_holland_color = { color ={0 0 0} can_create = { always = no } } -d_d_holstein_color = { color ={0 0 0} can_create = { always = no } } -d_d_holy_sepulchre_color = { color ={0 0 0} can_create = { always = no } } -d_d_homs_color = { color ={0 0 0} can_create = { always = no } } -d_d_hormuz_color = { color ={0 0 0} can_create = { always = no } } -d_d_huitzilopochtli_color = { color ={0 0 0} can_create = { always = no } } -d_d_iazyges_color = { color ={0 0 0} can_create = { always = no } } -d_d_iconoclast_color = { color ={0 0 0} can_create = { always = no } } -d_d_ikh_bogdh_color = { color ={0 0 0} can_create = { always = no } } -d_d_imami_color = { color ={0 0 0} can_create = { always = no } } -d_d_immortals_color = { color ={0 0 0} can_create = { always = no } } -d_d_istria_color = { color ={0 0 0} can_create = { always = no } } -d_d_italy_prefect_color = { color ={0 0 0} can_create = { always = no } } -d_d_izhorians_color = { color ={0 0 0} can_create = { always = no } } -d_d_jabal_kufs_color = { color ={0 0 0} can_create = { always = no } } -d_d_jerid_color = { color ={0 0 0} can_create = { always = no } } -d_d_jomsvikings_color = { color ={0 0 0} can_create = { always = no } } -d_d_jonse_color = { color ={0 0 0} can_create = { always = no } } -d_d_judham_color = { color ={0 0 0} can_create = { always = no } } -d_d_julich_color = { color ={0 0 0} can_create = { always = no } } -d_d_jutes_color = { color ={0 0 0} can_create = { always = no } } -d_d_jylland_color = { color ={0 0 0} can_create = { always = no } } -d_d_k_iberia_color_color = { color ={0 0 0} can_create = { always = no } } -d_d_kabarism_color = { color ={0 0 0} can_create = { always = no } } -d_d_kairouan_color = { color ={0 0 0} can_create = { always = no } } -d_d_kalb_color = { color ={0 0 0} can_create = { always = no } } -d_d_karaism_color = { color ={0 0 0} can_create = { always = no } } -d_d_keoka_color = { color ={0 0 0} can_create = { always = no } } -d_d_kernev_color = { color ={0 0 0} can_create = { always = no } } -d_d_khanty_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_khurmazta_color = { color ={0 0 0} can_create = { always = no } } -d_d_khurramism_color = { color ={0 0 0} can_create = { always = no } } -d_d_knights_calatrava_color = { color ={0 0 0} can_create = { always = no } } -d_d_knights_hospitaler_color = { color ={0 0 0} can_create = { always = no } } -d_d_knights_santiago_color = { color ={0 0 0} can_create = { always = no } } -d_d_knights_templar_color = { color ={0 0 0} can_create = { always = no } } -d_d_kohestan_color = { color ={0 0 0} can_create = { always = no } } -d_d_koivans_color = { color ={0 0 0} can_create = { always = no } } -d_d_kola_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_kolochins_color = { color ={0 0 0} can_create = { always = no } } -d_d_krain_color = { color ={0 0 0} can_create = { always = no } } -d_d_kroumerie_color = { color ={0 0 0} can_create = { always = no } } -d_d_kufa_color = { color ={0 0 0} can_create = { always = no } } -d_d_kumul_color = { color ={0 0 0} can_create = { always = no } } -d_d_kurdistan_color = { color ={0 0 0} can_create = { always = no } } -d_d_kutrigurs_color = { color ={0 0 0} can_create = { always = no } } -d_d_kuyavia_color = { color ={0 0 0} can_create = { always = no } } -d_d_kwrtstan_color = { color ={0 0 0} can_create = { always = no } } -d_d_laanemaa_color = { color ={0 0 0} can_create = { always = no } } -d_d_laguantan_color = { color ={0 0 0} can_create = { always = no } } -d_d_languedoc_color = { color ={0 0 0} can_create = { always = no } } -d_d_lebanon_color = { color ={0 0 0} can_create = { always = no } } -d_d_lemovia_color = { color ={0 0 0} can_create = { always = no } } -d_d_leon_color = { color ={0 0 0} can_create = { always = no } } -d_d_lettigalians_color = { color ={0 0 0} can_create = { always = no } } -d_d_linnius_color = { color ={0 0 0} can_create = { always = no } } -d_d_livonians_color = { color ={0 0 0} can_create = { always = no } } -d_d_lombardia_color = { color ={0 0 0} can_create = { always = no } } -d_d_lombards_color = { color ={0 0 0} can_create = { always = no } } -d_d_lower_bosna_color = { color ={0 0 0} can_create = { always = no } } -d_d_lower_lorraine_color = { color ={0 0 0} can_create = { always = no } } -d_d_lowland_lithuanians_color = { color ={0 0 0} can_create = { always = no } } -d_d_luxembourg_color = { color ={0 0 0} can_create = { always = no } } -d_d_macronia_color = { color ={0 0 0} can_create = { always = no } } -d_d_macva_color = { color ={0 0 0} can_create = { always = no } } -d_d_mafaza_color = { color ={0 0 0} can_create = { always = no } } -d_d_maingmaw_color = { color ={0 0 0} can_create = { always = no } } -d_d_malabarism_color = { color ={0 0 0} can_create = { always = no } } -d_d_malao_color = { color ={0 0 0} can_create = { always = no } } -d_d_manichean_color = { color ={0 0 0} can_create = { always = no } } -d_d_mansi_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_marcionism_color = { color ={0 0 0} can_create = { always = no } } -d_d_marcomanni_color = { color ={0 0 0} can_create = { always = no } } -d_d_mari_color = { color ={0 0 0} can_create = { always = no } } -d_d_masmudi_color = { color ={0 0 0} can_create = { always = no } } -d_d_massalia_color = { color ={0 0 0} can_create = { always = no } } -d_d_mazdakism_color = { color ={0 0 0} can_create = { always = no } } -d_d_mazdayasna_color = { color ={0 0 0} can_create = { always = no } } -d_d_meissen_color = { color ={0 0 0} can_create = { always = no } } -d_d_merya_color = { color ={0 0 0} can_create = { always = no } } -d_d_meshchera_color = { color ={0 0 0} can_create = { always = no } } -d_d_mesopotamia_color = { color ={0 0 0} can_create = { always = no } } -d_d_miaphysite_color = { color ={0 0 0} can_create = { always = no } } -d_d_mo_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_moesia_superior_color = { color ={0 0 0} can_create = { always = no } } -d_d_moksha_color = { color ={0 0 0} can_create = { always = no } } -d_d_monophysite_color = { color ={0 0 0} can_create = { always = no } } -d_d_montes_aregenses_color = { color ={0 0 0} can_create = { always = no } } -d_d_moravia_color = { color ={0 0 0} can_create = { always = no } } -d_d_mosania_color = { color ={0 0 0} can_create = { always = no } } -d_d_mosylon_color = { color ={0 0 0} can_create = { always = no } } -d_d_mundus_color = { color ={0 0 0} can_create = { always = no } } -d_d_murcia_color = { color ={0 0 0} can_create = { always = no } } -d_d_muromians_color = { color ={0 0 0} can_create = { always = no } } -d_d_murzuk_color = { color ={0 0 0} can_create = { always = no } } -d_d_muwalladi_color = { color ={0 0 0} can_create = { always = no } } -d_d_najran_color = { color ={0 0 0} can_create = { always = no } } -d_d_narvik_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_nasa_color = { color ={0 0 0} can_create = { always = no } } -d_d_navarra_color = { color ={0 0 0} can_create = { always = no } } -d_d_nishapur_color = { color ={0 0 0} can_create = { always = no } } -d_d_nok_color = { color ={0 0 0} can_create = { always = no } } -d_d_nordgau_color = { color ={0 0 0} can_create = { always = no } } -d_d_nordmark_color = { color ={0 0 0} can_create = { always = no } } -d_d_norgyrwa_color = { color ={0 0 0} can_create = { always = no } } -d_d_normandy_color = { color ={0 0 0} can_create = { always = no } } -d_d_noxgaga_color = { color ={0 0 0} can_create = { always = no } } -d_d_nuristan_color = { color ={0 0 0} can_create = { always = no } } -d_d_ogurs_color = { color ={0 0 0} can_create = { always = no } } -d_d_opone_color = { color ={0 0 0} can_create = { always = no } } -d_d_opsikion_color = { color ={0 0 0} can_create = { always = no } } -d_d_optimatoi_color = { color ={0 0 0} can_create = { always = no } } -d_d_orleans_color = { color ={0 0 0} can_create = { always = no } } -d_d_orleans_alans_color = { color ={0 0 0} can_create = { always = no } } -d_d_osraige_color = { color ={0 0 0} can_create = { always = no } } -d_d_osterreich_color = { color ={0 0 0} can_create = { always = no } } -d_d_ostmark_color = { color ={0 0 0} can_create = { always = no } } -d_d_oultrejourdain_color = { color ={0 0 0} can_create = { always = no } } -d_d_oxford_color = { color ={0 0 0} can_create = { always = no } } -d_d_palestine_color = { color ={0 0 0} can_create = { always = no } } -d_d_palmyra_color = { color ={0 0 0} can_create = { always = no } } -d_d_papal_state_color = { color ={0 0 0} can_create = { always = no } } -d_d_patriarchate_in_the_east_color = { color ={0 0 0} can_create = { always = no } } -d_d_paulician_color = { color ={0 0 0} can_create = { always = no } } -d_d_philippopolis_color = { color ={0 0 0} can_create = { always = no } } -d_d_piedmonte_color = { color ={0 0 0} can_create = { always = no } } -d_d_pisa_color = { color ={0 0 0} can_create = { always = no } } -d_d_platonic_academy_color = { color ={0 0 0} can_create = { always = no } } -d_d_pohjanmaa_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_poitou_color = { color ={0 0 0} can_create = { always = no } } -d_d_pomerelia_color = { color ={0 0 0} can_create = { always = no } } -d_d_pommerania_color = { color ={0 0 0} can_create = { always = no } } -d_d_porto_color = { color ={0 0 0} can_create = { always = no } } -d_d_powys_color = { color ={0 0 0} can_create = { always = no } } -d_d_priscillianism_color = { color ={0 0 0} can_create = { always = no } } -d_d_pronsk_color = { color ={0 0 0} can_create = { always = no } } -d_d_provence_color = { color ={0 0 0} can_create = { always = no } } -d_d_prus_color = { color ={0 0 0} can_create = { always = no } } -d_d_quraysh_color = { color ={0 0 0} can_create = { always = no } } -d_d_rabbinism_color = { color ={0 0 0} can_create = { always = no } } -d_d_raetia_curiensis_color = { color ={0 0 0} can_create = { always = no } } -d_d_ranii_color = { color ={0 0 0} can_create = { always = no } } -d_d_rashka_color = { color ={0 0 0} can_create = { always = no } } -d_d_raumarici_color = { color ={0 0 0} can_create = { always = no } } -d_d_regraga_color = { color ={0 0 0} can_create = { always = no } } -d_d_reudigni_color = { color ={0 0 0} can_create = { always = no } } -d_d_revala_color = { color ={0 0 0} can_create = { always = no } } -d_d_rif_color = { color ={0 0 0} can_create = { always = no } } -d_d_ripuria_color = { color ={0 0 0} can_create = { always = no } } -d_d_romagna_color = { color ={0 0 0} can_create = { always = no } } -d_d_roman_prefect_color = { color ={0 0 0} can_create = { always = no } } -d_d_saami_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_saaremaa_color = { color ={0 0 0} can_create = { always = no } } -d_d_sabirs_color = { color ={0 0 0} can_create = { always = no } } -d_d_sacromontisi_color = { color ={0 0 0} can_create = { always = no } } -d_d_sahara_color = { color ={0 0 0} can_create = { always = no } } -d_d_saint_addai_color = { color ={0 0 0} can_create = { always = no } } -d_d_saint_anthony_color = { color ={0 0 0} can_create = { always = no } } -d_d_sakala_color = { color ={0 0 0} can_create = { always = no } } -d_d_salerno_color = { color ={0 0 0} can_create = { always = no } } -d_d_salia_color = { color ={0 0 0} can_create = { always = no } } -d_d_salzburg_color = { color ={0 0 0} can_create = { always = no } } -d_d_samaritan_color = { color ={0 0 0} can_create = { always = no } } -d_d_samarkand_color = { color ={0 0 0} can_create = { always = no } } -d_d_samarra_color = { color ={0 0 0} can_create = { always = no } } -d_d_sami_color = { color ={0 0 0} can_create = { always = no } } -d_d_sandomiersk_color = { color ={0 0 0} can_create = { always = no } } -d_d_saragurs_color = { color ={0 0 0} can_create = { always = no } } -d_d_sarapion_color = { color ={0 0 0} can_create = { always = no } } -d_d_savo_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_savoie_color = { color ={0 0 0} can_create = { always = no } } -d_d_sebasteia_color = { color ={0 0 0} can_create = { always = no } } -d_d_selonians_color = { color ={0 0 0} can_create = { always = no } } -d_d_senate_color = { color ={0 0 0} can_create = { always = no } } -d_d_setomaa_color = { color ={0 0 0} can_create = { always = no } } -d_d_sevilla_color = { color ={0 0 0} can_create = { always = no } } -d_d_shammar_color = { color ={0 0 0} can_create = { always = no } } -d_d_shiite_color = { color ={0 0 0} can_create = { always = no } } -d_d_shirvan_color = { color ={0 0 0} can_create = { always = no } } -d_d_sinai_color = { color ={0 0 0} can_create = { always = no } } -d_d_sklaveni_color = { color ={0 0 0} can_create = { always = no } } -d_d_sky_lords_color = { color ={0 0 0} can_create = { always = no } } -d_d_slavonia_color = { color ={0 0 0} can_create = { always = no } } -d_d_slesvig_color = { color ={0 0 0} can_create = { always = no } } -d_d_somogy_color = { color ={0 0 0} can_create = { always = no } } -d_d_sons_kaleva_color = { color ={0 0 0} can_create = { always = no } } -d_d_sophanene_color = { color ={0 0 0} can_create = { always = no } } -d_d_sophene_color = { color ={0 0 0} can_create = { always = no } } -d_d_spirit_guardians_color = { color ={0 0 0} can_create = { always = no } } -d_d_spoleto_color = { color ={0 0 0} can_create = { always = no } } -d_d_steyermark_color = { color ={0 0 0} can_create = { always = no } } -d_d_strymon_color = { color ={0 0 0} can_create = { always = no } } -d_d_suavi_color = { color ={0 0 0} can_create = { always = no } } -d_d_sumparu_color = { color ={0 0 0} can_create = { always = no } } -d_d_sunni_color = { color ={0 0 0} can_create = { always = no } } -d_d_sussex_color = { color ={0 0 0} can_create = { always = no } } -d_d_suthgyrwa_color = { color ={0 0 0} can_create = { always = no } } -d_d_suyab_color = { color ={0 0 0} can_create = { always = no } } -d_d_swabia_color = { color ={0 0 0} can_create = { always = no } } -d_d_swedes_color = { color ={0 0 0} can_create = { always = no } } -d_d_swiss_color = { color ={0 0 0} can_create = { always = no } } -d_d_syrmia_color = { color ={0 0 0} can_create = { always = no } } -d_d_syrte_color = { color ={0 0 0} can_create = { always = no } } -d_d_tabae_color = { color ={0 0 0} can_create = { always = no } } -d_d_taghlebi_color = { color ={0 0 0} can_create = { always = no } } -d_d_tahert_color = { color ={0 0 0} can_create = { always = no } } -d_d_tamim_color = { color ={0 0 0} can_create = { always = no } } -d_d_tangiers_color = { color ={0 0 0} can_create = { always = no } } -d_d_tavast_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_tayk_color = { color ={0 0 0} can_create = { always = no } } -d_d_tel_river_color = { color ={0 0 0} can_create = { always = no } } -d_d_temes_color = { color ={0 0 0} can_create = { always = no } } -d_d_teryukhan_color = { color ={0 0 0} can_create = { always = no } } -d_d_teutonic_order_color = { color ={0 0 0} can_create = { always = no } } -d_d_thaqif_color = { color ={0 0 0} can_create = { always = no } } -d_d_thrace_color = { color ={0 0 0} can_create = { always = no } } -d_d_thracesia_color = { color ={0 0 0} can_create = { always = no } } -d_d_thracian_goths_color = { color ={0 0 0} can_create = { always = no } } -d_d_thuringia_color = { color ={0 0 0} can_create = { always = no } } -d_d_tiele_color = { color ={0 0 0} can_create = { always = no } } -d_d_tlemcen_color = { color ={0 0 0} can_create = { always = no } } -d_d_toledo_color = { color ={0 0 0} can_create = { always = no } } -d_d_toscana_color = { color ={0 0 0} can_create = { always = no } } -d_d_transjurania_color = { color ={0 0 0} can_create = { always = no } } -d_d_transylvania_color = { color ={0 0 0} can_create = { always = no } } -d_d_tridentium_color = { color ={0 0 0} can_create = { always = no } } -d_d_triparvatha_color = { color ={0 0 0} can_create = { always = no } } -d_d_triveria_color = { color ={0 0 0} can_create = { always = no } } -d_d_trondelag_color = { color ={0 0 0} can_create = { always = no } } -d_d_tunis_color = { color ={0 0 0} can_create = { always = no } } -d_d_turnovo_color = { color ={0 0 0} can_create = { always = no } } -d_d_udmurt_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_ugandi_color = { color ={0 0 0} can_create = { always = no } } -d_d_upper_lorraine_color = { color ={0 0 0} can_create = { always = no } } -d_d_urartuism_color = { color ={0 0 0} can_create = { always = no } } -d_d_urdunn_color = { color ={0 0 0} can_create = { always = no } } -d_d_utigurs_color = { color ={0 0 0} can_create = { always = no } } -d_d_utrecht_color = { color ={0 0 0} can_create = { always = no } } -d_d_uusimaa_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_valencia_color = { color ={0 0 0} can_create = { always = no } } -d_d_valentinianism_color = { color ={0 0 0} can_create = { always = no } } -d_d_valentois_alans_color = { color ={0 0 0} can_create = { always = no } } -d_d_valois_color = { color ={0 0 0} can_create = { always = no } } -d_d_venedi_color = { color ={0 0 0} can_create = { always = no } } -d_d_venice_color = { color ={0 0 0} can_create = { always = no } } -d_d_verona_color = { color ={0 0 0} can_create = { always = no } } -d_d_vidin_color = { color ={0 0 0} can_create = { always = no } } -d_d_vidivaria_color = { color ={0 0 0} can_create = { always = no } } -d_d_viraja_color = { color ={0 0 0} can_create = { always = no } } -d_d_virumaa_color = { color ={0 0 0} can_create = { always = no } } -d_d_viscaya_color = { color ={0 0 0} can_create = { always = no } } -d_d_visegrad_color = { color ={0 0 0} can_create = { always = no } } -d_d_vologda_tribe_color = { color ={0 0 0} can_create = { always = no } } -d_d_votians_color = { color ={0 0 0} can_create = { always = no } } -d_d_wabar_color = { color ={0 0 0} can_create = { always = no } } -d_d_warini_color = { color ={0 0 0} can_create = { always = no } } -d_d_warriors_perun_color = { color ={0 0 0} can_create = { always = no } } -d_d_wasit_color = { color ={0 0 0} can_create = { always = no } } -d_d_west_franconia_color = { color ={0 0 0} can_create = { always = no } } -d_d_west_galindians_color = { color ={0 0 0} can_create = { always = no } } -d_d_wielkopolska_color = { color ={0 0 0} can_create = { always = no } } -d_d_yathrib_color = { color ={0 0 0} can_create = { always = no } } -d_d_yazd_color = { color ={0 0 0} can_create = { always = no } } -d_d_yotvingians_color = { color ={0 0 0} can_create = { always = no } } -d_d_yungdrung_bon_color = { color ={0 0 0} can_create = { always = no } } -d_d_zab_color = { color ={0 0 0} can_create = { always = no } } -d_d_zaghawa_color = { color ={0 0 0} can_create = { always = no } } -d_d_zaragoza_color = { color ={0 0 0} can_create = { always = no } } -d_d_zealots_color = { color ={0 0 0} can_create = { always = no } } -d_d_zemigalians_color = { color ={0 0 0} can_create = { always = no } } -d_d_zinder_color = { color ={0 0 0} can_create = { always = no } } -d_d_znaga_color = { color ={0 0 0} can_create = { always = no } } -d_d_zun_warriors_color = { color ={0 0 0} can_create = { always = no } } +d_d_aaninen_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_abkhazia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_acatiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adkaddakhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adogit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aegean_islands_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aethelrugi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_agadir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aileach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ait_ouriaghel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_al-said_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_al_qays_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aleppo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_algarve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alsace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_amalfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_amela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_amman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anatolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ancona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_angria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anhalt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anjou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_antae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_antioch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_apostolic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aquileia_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aquitaine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_armagnac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_armeniac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arochi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ashokas_chosen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_astures_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_asturias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_atrebatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_augandzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_augsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_austorani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_auvergne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_availites_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_avars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_awioniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_azal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_azerbaijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bagaudae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baghdad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bakr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_balti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baquates_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_barcelona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baroia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_barsils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bavaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_beja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bejaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bektashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_belgrade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_benevento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_berry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bihar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_binnaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bishop_of_iona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bjarma_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_blemmyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bohemia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bourbon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_brabant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_broerec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_brycheiniog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bucellaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bulgars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bulls_rishabha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_burgundy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_calabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_capua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_carinthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_castilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cephalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chaldia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_champagne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_charsianon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chosen_perkunas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chumukun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chuyue_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cibyrrhaeot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_coimbra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_constantinopolitan_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_conversos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_coptic_papacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cordoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_courland_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_croatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_currezia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cybelian_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dalmatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_damascus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_danes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dauphine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_deasmhumhain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_delta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_diyarbakr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_diyarmudar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_diyarrabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dneipner_balts_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dobrudja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_domnonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_donatism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_duklja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dyrrachion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_east_franconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_east_galindians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ebionites_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_edessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_elmet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_emilia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_epirus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_erzerum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_erzya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_esseaxena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_essina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_exilarch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fezzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_flanders_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_followers_arjuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fortriu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fossatisii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fotla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_friuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gabes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_galicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gardman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gascogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gaul_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gayomarthianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gelre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_georgia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_georgian_orthodox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_germanii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ghifar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ghomara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gortyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gothic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_granada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_granni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_guenet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_guent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gugark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gustow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gutes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_halin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hamadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hanzalah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_haruriyyah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hashshashin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hawazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_haymanot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hellenic_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_herefinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hesse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hhaha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_highland_lithuanians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hintata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_holland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_holstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_holy_sepulchre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_homs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hormuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_huitzilopochtli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_iazyges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_iconoclast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ikh_bogdh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_imami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_immortals_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_istria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_italy_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_izhorians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jabal_kufs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jerid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jomsvikings_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jonse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_judham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_julich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jutes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jylland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_iberia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kabarism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kairouan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kalb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_karaism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_keoka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kernev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khanty_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khurmazta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khurramism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_calatrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_hospitaler_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_santiago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_templar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kohestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_koivans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kola_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kolochins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_krain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kroumerie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kumul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kurdistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kutrigurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kuyavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kwrtstan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_laanemaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_laguantan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_languedoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lebanon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lemovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lettigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_linnius_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_livonians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lombards_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lower_bosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lower_lorraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lowland_lithuanians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_luxembourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_macronia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_macva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mafaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_maingmaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_malabarism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_malao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_manichean_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mansi_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_marcionism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_marcomanni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_masmudi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_massalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mazdakism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mazdayasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_meissen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_merya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_meshchera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_miaphysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mo_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moesia_superior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moksha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_monophysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_montes_aregenses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mosania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mosylon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mundus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_murcia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_muromians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_murzuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_muwalladi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_najran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_narvik_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nordgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nordmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_norgyrwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_normandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_noxgaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nuristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ogurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_opone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_opsikion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_optimatoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_orleans_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_osraige_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_osterreich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ostmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_oultrejourdain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_oxford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_palestine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_papal_state_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_patriarchate_in_the_east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_paulician_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_philippopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_piedmonte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_platonic_academy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pohjanmaa_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_poitou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pomerelia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pommerania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_porto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_powys_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_priscillianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pronsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_provence_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_prus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_quraysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rabbinism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_raetia_curiensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ranii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rashka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_raumarici_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_regraga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_reudigni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_revala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ripuria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_romagna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_roman_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saami_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saaremaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sabirs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sacromontisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sahara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saint_addai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saint_anthony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salerno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samaritan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sandomiersk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saragurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sarapion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_savo_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_savoie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sebasteia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_selonians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_senate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_setomaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sevilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shammar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shiite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shirvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sklaveni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sky_lords_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_slavonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_slesvig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_somogy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sons_kaleva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sophanene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sophene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_spirit_guardians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_steyermark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_strymon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_suavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sumparu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sunni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sussex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_suthgyrwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_suyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_swabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_swedes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_swiss_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syrmia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syrte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tabae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_taghlebi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tamim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tangiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tavast_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tayk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tel_river_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_temes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_teryukhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_teutonic_order_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thaqif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thrace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thracesia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thracian_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thuringia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tiele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tlemcen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_toscana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_transjurania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_transylvania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tridentium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_triparvatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_triveria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_trondelag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_turnovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_udmurt_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ugandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_upper_lorraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_urartuism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_urdunn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_utigurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_utrecht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_uusimaa_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valentinianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valentois_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_venedi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_venice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_verona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vidin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vidivaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_viraja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_virumaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_viscaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_visegrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vologda_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_votians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_warini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_warriors_perun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wasit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_west_franconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_west_galindians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wielkopolska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yathrib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yotvingians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yungdrung_bon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zaghawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zaragoza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zealots_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zemigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zinder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_znaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zun_warriors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } #Counties -d_c_aachen_color = { color ={0 0 0} can_create = { always = no } } -d_c_aalborg_color = { color ={0 0 0} can_create = { always = no } } -d_c_aarhus_color = { color ={0 0 0} can_create = { always = no } } -d_c_abakan_color = { color ={0 0 0} can_create = { always = no } } -d_c_abauj_color = { color ={0 0 0} can_create = { always = no } } -d_c_abbadan_color = { color ={0 0 0} can_create = { always = no } } -d_c_abivard_color = { color ={0 0 0} can_create = { always = no } } -d_c_abkhazia_color = { color ={0 0 0} can_create = { always = no } } -d_c_ablastha_color = { color ={0 0 0} can_create = { always = no } } -d_c_abomey_color = { color ={0 0 0} can_create = { always = no } } -d_c_abruzzi_color = { color ={0 0 0} can_create = { always = no } } -d_c_abu_hammad_color = { color ={0 0 0} can_create = { always = no } } -d_c_abwab_color = { color ={0 0 0} can_create = { always = no } } -d_c_abydos_color = { color ={0 0 0} can_create = { always = no } } -d_c_acalapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_acampse_color = { color ={0 0 0} can_create = { always = no } } -d_c_achaia_color = { color ={0 0 0} can_create = { always = no } } -d_c_acre_color = { color ={0 0 0} can_create = { always = no } } -d_c_adanse_color = { color ={0 0 0} can_create = { always = no } } -d_c_adoni_color = { color ={0 0 0} can_create = { always = no } } -d_c_adrianopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_aeolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_aetolia_color = { color ={0 0 0} can_create = { always = no } } -d_c_afar_color = { color ={0 0 0} can_create = { always = no } } -d_c_afram_color = { color ={0 0 0} can_create = { always = no } } -d_c_agadir_color = { color ={0 0 0} can_create = { always = no } } -d_c_agairik_color = { color ={0 0 0} can_create = { always = no } } -d_c_agaw_meder_color = { color ={0 0 0} can_create = { always = no } } -d_c_agdeside_color = { color ={0 0 0} can_create = { always = no } } -d_c_agenais_color = { color ={0 0 0} can_create = { always = no } } -d_c_agrigento_color = { color ={0 0 0} can_create = { always = no } } -d_c_ahqaf_color = { color ={0 0 0} can_create = { always = no } } -d_c_ahvaz_color = { color ={0 0 0} can_create = { always = no } } -d_c_ailech_color = { color ={0 0 0} can_create = { always = no } } -d_c_ain_galakka_color = { color ={0 0 0} can_create = { always = no } } -d_c_aintab_color = { color ={0 0 0} can_create = { always = no } } -d_c_air_color = { color ={0 0 0} can_create = { always = no } } -d_c_ajaccio_color = { color ={0 0 0} can_create = { always = no } } -d_c_ajayameru_color = { color ={0 0 0} can_create = { always = no } } -d_c_ak-dzulpas_color = { color ={0 0 0} can_create = { always = no } } -d_c_akhadid_color = { color ={0 0 0} can_create = { always = no } } -d_c_akkel_color = { color ={0 0 0} can_create = { always = no } } -d_c_akkityk_color = { color ={0 0 0} can_create = { always = no } } -d_c_aksay_color = { color ={0 0 0} can_create = { always = no } } -d_c_aksu_color = { color ={0 0 0} can_create = { always = no } } -d_c_aksuyek_color = { color ={0 0 0} can_create = { always = no } } -d_c_al-arid_color = { color ={0 0 0} can_create = { always = no } } -d_c_al-asa_color = { color ={0 0 0} can_create = { always = no } } -d_c_al-buhaira_color = { color ={0 0 0} can_create = { always = no } } -d_c_al-gharbiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_al-haditha_color = { color ={0 0 0} can_create = { always = no } } -d_c_al-hasa_color = { color ={0 0 0} can_create = { always = no } } -d_c_al_aqabah_color = { color ={0 0 0} can_create = { always = no } } -d_c_al_jawf_color = { color ={0 0 0} can_create = { always = no } } -d_c_aland_color = { color ={0 0 0} can_create = { always = no } } -d_c_alarcon_color = { color ={0 0 0} can_create = { always = no } } -d_c_albarracin_color = { color ={0 0 0} can_create = { always = no } } -d_c_albi_color = { color ={0 0 0} can_create = { always = no } } -d_c_albret_color = { color ={0 0 0} can_create = { always = no } } -d_c_alcacer_do_sal_color = { color ={0 0 0} can_create = { always = no } } -d_c_alcaniz_color = { color ={0 0 0} can_create = { always = no } } -d_c_alcaraz_color = { color ={0 0 0} can_create = { always = no } } -d_c_alencon_color = { color ={0 0 0} can_create = { always = no } } -d_c_aleppo_color = { color ={0 0 0} can_create = { always = no } } -d_c_alexandretta_color = { color ={0 0 0} can_create = { always = no } } -d_c_alexandria_color = { color ={0 0 0} can_create = { always = no } } -d_c_aley_color = { color ={0 0 0} can_create = { always = no } } -d_c_algeciras_color = { color ={0 0 0} can_create = { always = no } } -d_c_algier_color = { color ={0 0 0} can_create = { always = no } } -d_c_alicante_color = { color ={0 0 0} can_create = { always = no } } -d_c_allai_color = { color ={0 0 0} can_create = { always = no } } -d_c_allaqi_color = { color ={0 0 0} can_create = { always = no } } -d_c_allenstein_color = { color ={0 0 0} can_create = { always = no } } -d_c_almader_color = { color ={0 0 0} can_create = { always = no } } -d_c_almaty_color = { color ={0 0 0} can_create = { always = no } } -d_c_almeria_color = { color ={0 0 0} can_create = { always = no } } -d_c_alodia_color = { color ={0 0 0} can_create = { always = no } } -d_c_along_color = { color ={0 0 0} can_create = { always = no } } -d_c_alpsee_color = { color ={0 0 0} can_create = { always = no } } -d_c_altay_color = { color ={0 0 0} can_create = { always = no } } -d_c_alto_aragon_color = { color ={0 0 0} can_create = { always = no } } -d_c_aluksne_color = { color ={0 0 0} can_create = { always = no } } -d_c_alupa_color = { color ={0 0 0} can_create = { always = no } } -d_c_alxa_color = { color ={0 0 0} can_create = { always = no } } -d_c_amatlus_color = { color ={0 0 0} can_create = { always = no } } -d_c_amaya_color = { color ={0 0 0} can_create = { always = no } } -d_c_amdo_color = { color ={0 0 0} can_create = { always = no } } -d_c_amhara_color = { color ={0 0 0} can_create = { always = no } } -d_c_amida_color = { color ={0 0 0} can_create = { always = no } } -d_c_amiens_color = { color ={0 0 0} can_create = { always = no } } -d_c_amol_color = { color ={0 0 0} can_create = { always = no } } -d_c_amstetten_color = { color ={0 0 0} can_create = { always = no } } -d_c_anbar_color = { color ={0 0 0} can_create = { always = no } } -d_c_ancona_color = { color ={0 0 0} can_create = { always = no } } -d_c_andujar_color = { color ={0 0 0} can_create = { always = no } } -d_c_angerburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_angermanland_color = { color ={0 0 0} can_create = { always = no } } -d_c_anglesey_color = { color ={0 0 0} can_create = { always = no } } -d_c_angot_color = { color ={0 0 0} can_create = { always = no } } -d_c_angouleme_color = { color ={0 0 0} can_create = { always = no } } -d_c_angus_color = { color ={0 0 0} can_create = { always = no } } -d_c_anja_color = { color ={0 0 0} can_create = { always = no } } -d_c_anjou_color = { color ={0 0 0} can_create = { always = no } } -d_c_annaba_color = { color ={0 0 0} can_create = { always = no } } -d_c_annandale_color = { color ={0 0 0} can_create = { always = no } } -d_c_ansbach_color = { color ={0 0 0} can_create = { always = no } } -d_c_ansongo_color = { color ={0 0 0} can_create = { always = no } } -d_c_antiocheia_color = { color ={0 0 0} can_create = { always = no } } -d_c_antipatreia_color = { color ={0 0 0} can_create = { always = no } } -d_c_antwerpen_color = { color ={0 0 0} can_create = { always = no } } -d_c_aosta_color = { color ={0 0 0} can_create = { always = no } } -d_c_aowin_color = { color ={0 0 0} can_create = { always = no } } -d_c_apahunik_color = { color ={0 0 0} can_create = { always = no } } -d_c_apulia_color = { color ={0 0 0} can_create = { always = no } } -d_c_aqenganggyai_color = { color ={0 0 0} can_create = { always = no } } -d_c_aqiq_color = { color ={0 0 0} can_create = { always = no } } -d_c_aqtobe_color = { color ={0 0 0} can_create = { always = no } } -d_c_aquileia_color = { color ={0 0 0} can_create = { always = no } } -d_c_aquincum_color = { color ={0 0 0} can_create = { always = no } } -d_c_arad_color = { color ={0 0 0} can_create = { always = no } } -d_c_aral_karakum_color = { color ={0 0 0} can_create = { always = no } } -d_c_aralkizil_color = { color ={0 0 0} can_create = { always = no } } -d_c_aran_color = { color ={0 0 0} can_create = { always = no } } -d_c_arawan_color = { color ={0 0 0} can_create = { always = no } } -d_c_arbanon_color = { color ={0 0 0} can_create = { always = no } } -d_c_arborea_color = { color ={0 0 0} can_create = { always = no } } -d_c_ardabil_color = { color ={0 0 0} can_create = { always = no } } -d_c_ardestan_color = { color ={0 0 0} can_create = { always = no } } -d_c_arezzo_color = { color ={0 0 0} can_create = { always = no } } -d_c_argyll_color = { color ={0 0 0} can_create = { always = no } } -d_c_arigh_color = { color ={0 0 0} can_create = { always = no } } -d_c_ariksar_color = { color ={0 0 0} can_create = { always = no } } -d_c_arkat_color = { color ={0 0 0} can_create = { always = no } } -d_c_armagnac_color = { color ={0 0 0} can_create = { always = no } } -d_c_arnhem_color = { color ={0 0 0} can_create = { always = no } } -d_c_arnsberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_aror_color = { color ={0 0 0} can_create = { always = no } } -d_c_arrajan_color = { color ={0 0 0} can_create = { always = no } } -d_c_arusi_color = { color ={0 0 0} can_create = { always = no } } -d_c_arzhan_color = { color ={0 0 0} can_create = { always = no } } -d_c_asfi_color = { color ={0 0 0} can_create = { always = no } } -d_c_ashir_color = { color ={0 0 0} can_create = { always = no } } -d_c_ashli_color = { color ={0 0 0} can_create = { always = no } } -d_c_ashmaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_asir_color = { color ={0 0 0} can_create = { always = no } } -d_c_asirgarh_color = { color ={0 0 0} can_create = { always = no } } -d_c_asni_color = { color ={0 0 0} can_create = { always = no } } -d_c_aso_color = { color ={0 0 0} can_create = { always = no } } -d_c_astana_color = { color ={0 0 0} can_create = { always = no } } -d_c_astore_color = { color ={0 0 0} can_create = { always = no } } -d_c_astorga_color = { color ={0 0 0} can_create = { always = no } } -d_c_astrakhan_color = { color ={0 0 0} can_create = { always = no } } -d_c_asturias_de_oviedo_color = { color ={0 0 0} can_create = { always = no } } -d_c_asturias_de_santillana_color = { color ={0 0 0} can_create = { always = no } } -d_c_aswan_color = { color ={0 0 0} can_create = { always = no } } -d_c_asyut_color = { color ={0 0 0} can_create = { always = no } } -d_c_atamansku_color = { color ={0 0 0} can_create = { always = no } } -d_c_atbara_color = { color ={0 0 0} can_create = { always = no } } -d_c_atbasar_color = { color ={0 0 0} can_create = { always = no } } -d_c_athlone_color = { color ={0 0 0} can_create = { always = no } } -d_c_atholl_color = { color ={0 0 0} can_create = { always = no } } -d_c_atkarsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_attica_color = { color ={0 0 0} can_create = { always = no } } -d_c_attie_color = { color ={0 0 0} can_create = { always = no } } -d_c_atyrau_color = { color ={0 0 0} can_create = { always = no } } -d_c_augsburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_aunis_color = { color ={0 0 0} can_create = { always = no } } -d_c_austisland_color = { color ={0 0 0} can_create = { always = no } } -d_c_auvergne_color = { color ={0 0 0} can_create = { always = no } } -d_c_auxerre_color = { color ={0 0 0} can_create = { always = no } } -d_c_ava_color = { color ={0 0 0} can_create = { always = no } } -d_c_avalois_color = { color ={0 0 0} can_create = { always = no } } -d_c_aveiro_color = { color ={0 0 0} can_create = { always = no } } -d_c_avila_color = { color ={0 0 0} can_create = { always = no } } -d_c_aviovara_color = { color ={0 0 0} can_create = { always = no } } -d_c_avlonas_color = { color ={0 0 0} can_create = { always = no } } -d_c_avranches_color = { color ={0 0 0} can_create = { always = no } } -d_c_awjila_color = { color ={0 0 0} can_create = { always = no } } -d_c_awkar_color = { color ={0 0 0} can_create = { always = no } } -d_c_awssa_color = { color ={0 0 0} can_create = { always = no } } -d_c_aydhab_color = { color ={0 0 0} can_create = { always = no } } -d_c_ayn_farah_color = { color ={0 0 0} can_create = { always = no } } -d_c_ayodhya_color = { color ={0 0 0} can_create = { always = no } } -d_c_ayrarat_color = { color ={0 0 0} can_create = { always = no } } -d_c_ayrshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_aytos_color = { color ={0 0 0} can_create = { always = no } } -d_c_az-dhahira_color = { color ={0 0 0} can_create = { always = no } } -d_c_azas_color = { color ={0 0 0} can_create = { always = no } } -d_c_azov_color = { color ={0 0 0} can_create = { always = no } } -d_c_azukki_color = { color ={0 0 0} can_create = { always = no } } -d_c_azysia_color = { color ={0 0 0} can_create = { always = no } } -d_c_baalbek_color = { color ={0 0 0} can_create = { always = no } } -d_c_babruysk_color = { color ={0 0 0} can_create = { always = no } } -d_c_bacs_color = { color ={0 0 0} can_create = { always = no } } -d_c_badajoz_color = { color ={0 0 0} can_create = { always = no } } -d_c_badakhshan_color = { color ={0 0 0} can_create = { always = no } } -d_c_badaraya_color = { color ={0 0 0} can_create = { always = no } } -d_c_baden_color = { color ={0 0 0} can_create = { always = no } } -d_c_badghis_color = { color ={0 0 0} can_create = { always = no } } -d_c_badi_color = { color ={0 0 0} can_create = { always = no } } -d_c_badis_color = { color ={0 0 0} can_create = { always = no } } -d_c_baduspan_color = { color ={0 0 0} can_create = { always = no } } -d_c_baghdad_color = { color ={0 0 0} can_create = { always = no } } -d_c_bagrewand_color = { color ={0 0 0} can_create = { always = no } } -d_c_baguirmi_color = { color ={0 0 0} can_create = { always = no } } -d_c_bahnasa_color = { color ={0 0 0} can_create = { always = no } } -d_c_bahriya_color = { color ={0 0 0} can_create = { always = no } } -d_c_baibalik_color = { color ={0 0 0} can_create = { always = no } } -d_c_baigaluuls_color = { color ={0 0 0} can_create = { always = no } } -d_c_baihaq_color = { color ={0 0 0} can_create = { always = no } } -d_c_bailaqan_color = { color ={0 0 0} can_create = { always = no } } -d_c_baima_color = { color ={0 0 0} can_create = { always = no } } -d_c_baingoin_color = { color ={0 0 0} can_create = { always = no } } -d_c_baisary_color = { color ={0 0 0} can_create = { always = no } } -d_c_baiyin_color = { color ={0 0 0} can_create = { always = no } } -d_c_bajura_color = { color ={0 0 0} can_create = { always = no } } -d_c_bakharz_color = { color ={0 0 0} can_create = { always = no } } -d_c_bakhmut_color = { color ={0 0 0} can_create = { always = no } } -d_c_bakriya_color = { color ={0 0 0} can_create = { always = no } } -d_c_balachev_color = { color ={0 0 0} can_create = { always = no } } -d_c_balashagun_color = { color ={0 0 0} can_create = { always = no } } -d_c_balgun_color = { color ={0 0 0} can_create = { always = no } } -d_c_bali_color = { color ={0 0 0} can_create = { always = no } } -d_c_balkh_color = { color ={0 0 0} can_create = { always = no } } -d_c_balkonda_color = { color ={0 0 0} can_create = { always = no } } -d_c_balqa_color = { color ={0 0 0} can_create = { always = no } } -d_c_bam_color = { color ={0 0 0} can_create = { always = no } } -d_c_bamberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_bambuk_color = { color ={0 0 0} can_create = { always = no } } -d_c_bamian_color = { color ={0 0 0} can_create = { always = no } } -d_c_bampur_color = { color ={0 0 0} can_create = { always = no } } -d_c_banavasi_color = { color ={0 0 0} can_create = { always = no } } -d_c_banbar_color = { color ={0 0 0} can_create = { always = no } } -d_c_bandhugadha_color = { color ={0 0 0} can_create = { always = no } } -d_c_bandiagara_color = { color ={0 0 0} can_create = { always = no } } -d_c_bangaon_color = { color ={0 0 0} can_create = { always = no } } -d_c_bannu_color = { color ={0 0 0} can_create = { always = no } } -d_c_banre_color = { color ={0 0 0} can_create = { always = no } } -d_c_baol_color = { color ={0 0 0} can_create = { always = no } } -d_c_baqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_baqlin_color = { color ={0 0 0} can_create = { always = no } } -d_c_bar_color = { color ={0 0 0} can_create = { always = no } } -d_c_baranya_color = { color ={0 0 0} can_create = { always = no } } -d_c_barasuru_color = { color ={0 0 0} can_create = { always = no } } -d_c_barbacadle_color = { color ={0 0 0} can_create = { always = no } } -d_c_barcasag_color = { color ={0 0 0} can_create = { always = no } } -d_c_barcelona_color = { color ={0 0 0} can_create = { always = no } } -d_c_bardak_color = { color ={0 0 0} can_create = { always = no } } -d_c_bargajan_color = { color ={0 0 0} can_create = { always = no } } -d_c_bari_color = { color ={0 0 0} can_create = { always = no } } -d_c_barkam_color = { color ={0 0 0} can_create = { always = no } } -d_c_barkul_color = { color ={0 0 0} can_create = { always = no } } -d_c_barlad_color = { color ={0 0 0} can_create = { always = no } } -d_c_barma_color = { color ={0 0 0} can_create = { always = no } } -d_c_barnaul_color = { color ={0 0 0} can_create = { always = no } } -d_c_barqa_color = { color ={0 0 0} can_create = { always = no } } -d_c_bars_color = { color ={0 0 0} can_create = { always = no } } -d_c_barsuki_color = { color ={0 0 0} can_create = { always = no } } -d_c_bartenstein_color = { color ={0 0 0} can_create = { always = no } } -d_c_basagha_color = { color ={0 0 0} can_create = { always = no } } -d_c_basra_color = { color ={0 0 0} can_create = { always = no } } -d_c_bassa_color = { color ={0 0 0} can_create = { always = no } } -d_c_bastia_color = { color ={0 0 0} can_create = { always = no } } -d_c_batang_color = { color ={0 0 0} can_create = { always = no } } -d_c_batiha_color = { color ={0 0 0} can_create = { always = no } } -d_c_batina_color = { color ={0 0 0} can_create = { always = no } } -d_c_batn_al-hajar_color = { color ={0 0 0} can_create = { always = no } } -d_c_batticaloa_color = { color ={0 0 0} can_create = { always = no } } -d_c_bauchi_color = { color ={0 0 0} can_create = { always = no } } -d_c_baxoi_color = { color ={0 0 0} can_create = { always = no } } -d_c_baydhabo_color = { color ={0 0 0} can_create = { always = no } } -d_c_bayeux_color = { color ={0 0 0} can_create = { always = no } } -d_c_bazin_color = { color ={0 0 0} can_create = { always = no } } -d_c_bearn_color = { color ={0 0 0} can_create = { always = no } } -d_c_beaumont_color = { color ={0 0 0} can_create = { always = no } } -d_c_bedford_color = { color ={0 0 0} can_create = { always = no } } -d_c_begemder_color = { color ={0 0 0} can_create = { always = no } } -d_c_begho_color = { color ={0 0 0} can_create = { always = no } } -d_c_behabad_color = { color ={0 0 0} can_create = { always = no } } -d_c_beirut_color = { color ={0 0 0} can_create = { always = no } } -d_c_beja_color = { color ={0 0 0} can_create = { always = no } } -d_c_bejaia_color = { color ={0 0 0} can_create = { always = no } } -d_c_bekes_color = { color ={0 0 0} can_create = { always = no } } -d_c_beksima_color = { color ={0 0 0} can_create = { always = no } } -d_c_belebey_color = { color ={0 0 0} can_create = { always = no } } -d_c_bellac_color = { color ={0 0 0} can_create = { always = no } } -d_c_belogorje_color = { color ={0 0 0} can_create = { always = no } } -d_c_beloozero_color = { color ={0 0 0} can_create = { always = no } } -d_c_belz_color = { color ={0 0 0} can_create = { always = no } } -d_c_bena_color = { color ={0 0 0} can_create = { always = no } } -d_c_benavente_color = { color ={0 0 0} can_create = { always = no } } -d_c_benevento_color = { color ={0 0 0} can_create = { always = no } } -d_c_benin_color = { color ={0 0 0} can_create = { always = no } } -d_c_beograd_color = { color ={0 0 0} can_create = { always = no } } -d_c_berbera_color = { color ={0 0 0} can_create = { always = no } } -d_c_berchtesgaden_color = { color ={0 0 0} can_create = { always = no } } -d_c_bereg_color = { color ={0 0 0} can_create = { always = no } } -d_c_berent_color = { color ={0 0 0} can_create = { always = no } } -d_c_berestye_color = { color ={0 0 0} can_create = { always = no } } -d_c_bergh_color = { color ={0 0 0} can_create = { always = no } } -d_c_berkshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_berlin_color = { color ={0 0 0} can_create = { always = no } } -d_c_bern_color = { color ={0 0 0} can_create = { always = no } } -d_c_beroe_color = { color ={0 0 0} can_create = { always = no } } -d_c_berry_color = { color ={0 0 0} can_create = { always = no } } -d_c_berta_color = { color ={0 0 0} can_create = { always = no } } -d_c_besancon_color = { color ={0 0 0} can_create = { always = no } } -d_c_beshbalik_color = { color ={0 0 0} can_create = { always = no } } -d_c_beszterce_color = { color ={0 0 0} can_create = { always = no } } -d_c_bethen_color = { color ={0 0 0} can_create = { always = no } } -d_c_betpa_color = { color ={0 0 0} can_create = { always = no } } -d_c_bezichi_color = { color ={0 0 0} can_create = { always = no } } -d_c_beziers_color = { color ={0 0 0} can_create = { always = no } } -d_c_bhakkar_color = { color ={0 0 0} can_create = { always = no } } -d_c_bhaktapur_color = { color ={0 0 0} can_create = { always = no } } -d_c_bhera_color = { color ={0 0 0} can_create = { always = no } } -d_c_bhumilka_color = { color ={0 0 0} can_create = { always = no } } -d_c_bigorre_color = { color ={0 0 0} can_create = { always = no } } -d_c_bihar_color = { color ={0 0 0} can_create = { always = no } } -d_c_biia_color = { color ={0 0 0} can_create = { always = no } } -d_c_bikrampur_color = { color ={0 0 0} can_create = { always = no } } -d_c_bilizma_color = { color ={0 0 0} can_create = { always = no } } -d_c_bilma_color = { color ={0 0 0} can_create = { always = no } } -d_c_bindugu_color = { color ={0 0 0} can_create = { always = no } } -d_c_bir_amir_color = { color ={0 0 0} can_create = { always = no } } -d_c_bisha_color = { color ={0 0 0} can_create = { always = no } } -d_c_biskra_color = { color ={0 0 0} can_create = { always = no } } -d_c_bithynia_color = { color ={0 0 0} can_create = { always = no } } -d_c_biton_color = { color ={0 0 0} can_create = { always = no } } -d_c_biun_color = { color ={0 0 0} can_create = { always = no } } -d_c_blankenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_blekinge_color = { color ={0 0 0} can_create = { always = no } } -d_c_blois_color = { color ={0 0 0} can_create = { always = no } } -d_c_bodele_color = { color ={0 0 0} can_create = { always = no } } -d_c_bodrog_color = { color ={0 0 0} can_create = { always = no } } -d_c_boeotia_color = { color ={0 0 0} can_create = { always = no } } -d_c_boleslav_color = { color ={0 0 0} can_create = { always = no } } -d_c_bolghar_color = { color ={0 0 0} can_create = { always = no } } -d_c_bologna_color = { color ={0 0 0} can_create = { always = no } } -d_c_bombogor_color = { color ={0 0 0} can_create = { always = no } } -d_c_bome_color = { color ={0 0 0} can_create = { always = no } } -d_c_bonduku_color = { color ={0 0 0} can_create = { always = no } } -d_c_bono_color = { color ={0 0 0} can_create = { always = no } } -d_c_bonoso_color = { color ={0 0 0} can_create = { always = no } } -d_c_bordeaux_color = { color ={0 0 0} can_create = { always = no } } -d_c_bornholm_color = { color ={0 0 0} can_create = { always = no } } -d_c_bornu_color = { color ={0 0 0} can_create = { always = no } } -d_c_boro_burgasu_color = { color ={0 0 0} can_create = { always = no } } -d_c_boron_color = { color ={0 0 0} can_create = { always = no } } -d_c_borsod_color = { color ={0 0 0} can_create = { always = no } } -d_c_bost_color = { color ={0 0 0} can_create = { always = no } } -d_c_bothin_color = { color ={0 0 0} can_create = { always = no } } -d_c_boubo_color = { color ={0 0 0} can_create = { always = no } } -d_c_bouillon_color = { color ={0 0 0} can_create = { always = no } } -d_c_boulogne_color = { color ={0 0 0} can_create = { always = no } } -d_c_bourbon_color = { color ={0 0 0} can_create = { always = no } } -d_c_brabant_color = { color ={0 0 0} can_create = { always = no } } -d_c_braganza_color = { color ={0 0 0} can_create = { always = no } } -d_c_braila_color = { color ={0 0 0} can_create = { always = no } } -d_c_brandenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_branicevo_color = { color ={0 0 0} can_create = { always = no } } -d_c_braslau_color = { color ={0 0 0} can_create = { always = no } } -d_c_bratsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_brecknockshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_breifne_color = { color ={0 0 0} can_create = { always = no } } -d_c_breisgau_color = { color ={0 0 0} can_create = { always = no } } -d_c_bremen_color = { color ={0 0 0} can_create = { always = no } } -d_c_brene_color = { color ={0 0 0} can_create = { always = no } } -d_c_brescia_color = { color ={0 0 0} can_create = { always = no } } -d_c_breslau_color = { color ={0 0 0} can_create = { always = no } } -d_c_bresse_color = { color ={0 0 0} can_create = { always = no } } -d_c_brie_francaise_color = { color ={0 0 0} can_create = { always = no } } -d_c_briey_color = { color ={0 0 0} can_create = { always = no } } -d_c_brixen_color = { color ={0 0 0} can_create = { always = no } } -d_c_brno_color = { color ={0 0 0} can_create = { always = no } } -d_c_brugge_color = { color ={0 0 0} can_create = { always = no } } -d_c_brunswick_color = { color ={0 0 0} can_create = { always = no } } -d_c_brysis_color = { color ={0 0 0} can_create = { always = no } } -d_c_brzeg_color = { color ={0 0 0} can_create = { always = no } } -d_c_buchan_color = { color ={0 0 0} can_create = { always = no } } -d_c_buckinghamshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_bucuresti_color = { color ={0 0 0} can_create = { always = no } } -d_c_bugurslan_color = { color ={0 0 0} can_create = { always = no } } -d_c_bukhara_color = { color ={0 0 0} can_create = { always = no } } -d_c_bumthang_color = { color ={0 0 0} can_create = { always = no } } -d_c_bundu_color = { color ={0 0 0} can_create = { always = no } } -d_c_bur_color = { color ={0 0 0} can_create = { always = no } } -d_c_bura_color = { color ={0 0 0} can_create = { always = no } } -d_c_bure_color = { color ={0 0 0} can_create = { always = no } } -d_c_burgas_color = { color ={0 0 0} can_create = { always = no } } -d_c_burgau_color = { color ={0 0 0} can_create = { always = no } } -d_c_burgos_color = { color ={0 0 0} can_create = { always = no } } -d_c_burhanpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_burji_color = { color ={0 0 0} can_create = { always = no } } -d_c_burugu_aallar_color = { color ={0 0 0} can_create = { always = no } } -d_c_busaso_color = { color ={0 0 0} can_create = { always = no } } -d_c_bussa_color = { color ={0 0 0} can_create = { always = no } } -d_c_buthrotum_color = { color ={0 0 0} can_create = { always = no } } -d_c_buzau_color = { color ={0 0 0} can_create = { always = no } } -d_c_byzantion_color = { color ={0 0 0} can_create = { always = no } } -d_c_cabardinia_color = { color ={0 0 0} can_create = { always = no } } -d_c_cabra_color = { color ={0 0 0} can_create = { always = no } } -d_c_caceres_color = { color ={0 0 0} can_create = { always = no } } -d_c_cadiz_color = { color ={0 0 0} can_create = { always = no } } -d_c_caernarfonshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_cagliari_color = { color ={0 0 0} can_create = { always = no } } -d_c_cairo_color = { color ={0 0 0} can_create = { always = no } } -d_c_caithness_color = { color ={0 0 0} can_create = { always = no } } -d_c_cakrakuta_color = { color ={0 0 0} can_create = { always = no } } -d_c_calafat_color = { color ={0 0 0} can_create = { always = no } } -d_c_calarasi_color = { color ={0 0 0} can_create = { always = no } } -d_c_calatayud_color = { color ={0 0 0} can_create = { always = no } } -d_c_calatrava_color = { color ={0 0 0} can_create = { always = no } } -d_c_camarda_color = { color ={0 0 0} can_create = { always = no } } -d_c_cambray_color = { color ={0 0 0} can_create = { always = no } } -d_c_cambridgeshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_cammin_color = { color ={0 0 0} can_create = { always = no } } -d_c_campulung_color = { color ={0 0 0} can_create = { always = no } } -d_c_canarias_color = { color ={0 0 0} can_create = { always = no } } -d_c_canavese_color = { color ={0 0 0} can_create = { always = no } } -d_c_canda_color = { color ={0 0 0} can_create = { always = no } } -d_c_candhoba_color = { color ={0 0 0} can_create = { always = no } } -d_c_candradvipa_color = { color ={0 0 0} can_create = { always = no } } -d_c_cappadocia_color = { color ={0 0 0} can_create = { always = no } } -d_c_capua_color = { color ={0 0 0} can_create = { always = no } } -d_c_carcassonne_color = { color ={0 0 0} can_create = { always = no } } -d_c_cardiganshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_caria_color = { color ={0 0 0} can_create = { always = no } } -d_c_carmarthenshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_carrick_color = { color ={0 0 0} can_create = { always = no } } -d_c_casentino_color = { color ={0 0 0} can_create = { always = no } } -d_c_caslav_color = { color ={0 0 0} can_create = { always = no } } -d_c_castellon_color = { color ={0 0 0} can_create = { always = no } } -d_c_castelo_branco_color = { color ={0 0 0} can_create = { always = no } } -d_c_caze_color = { color ={0 0 0} can_create = { always = no } } -d_c_cephalonia_color = { color ={0 0 0} can_create = { always = no } } -d_c_cerasus_color = { color ={0 0 0} can_create = { always = no } } -d_c_cetatea_alba_color = { color ={0 0 0} can_create = { always = no } } -d_c_cetina_color = { color ={0 0 0} can_create = { always = no } } -d_c_ceuta_color = { color ={0 0 0} can_create = { always = no } } -d_c_chadrinsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_chagdy_aallar_color = { color ={0 0 0} can_create = { always = no } } -d_c_chaghaniyan_color = { color ={0 0 0} can_create = { always = no } } -d_c_chah_color = { color ={0 0 0} can_create = { always = no } } -d_c_chakla_color = { color ={0 0 0} can_create = { always = no } } -d_c_chalkidike_color = { color ={0 0 0} can_create = { always = no } } -d_c_chalon_color = { color ={0 0 0} can_create = { always = no } } -d_c_chalons_color = { color ={0 0 0} can_create = { always = no } } -d_c_chamil_color = { color ={0 0 0} can_create = { always = no } } -d_c_chandax_color = { color ={0 0 0} can_create = { always = no } } -d_c_chanderi_color = { color ={0 0 0} can_create = { always = no } } -d_c_changma_color = { color ={0 0 0} can_create = { always = no } } -d_c_chania_color = { color ={0 0 0} can_create = { always = no } } -d_c_charaideo_color = { color ={0 0 0} can_create = { always = no } } -d_c_charkliq_color = { color ={0 0 0} can_create = { always = no } } -d_c_charsianon_color = { color ={0 0 0} can_create = { always = no } } -d_c_chartres_color = { color ={0 0 0} can_create = { always = no } } -d_c_chauragarh_color = { color ={0 0 0} can_create = { always = no } } -d_c_cheboksary_color = { color ={0 0 0} can_create = { always = no } } -d_c_chelabinsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_cherchen_color = { color ={0 0 0} can_create = { always = no } } -d_c_cherik_color = { color ={0 0 0} can_create = { always = no } } -d_c_cherkassy_color = { color ={0 0 0} can_create = { always = no } } -d_c_chernigov_color = { color ={0 0 0} can_create = { always = no } } -d_c_cherso_color = { color ={0 0 0} can_create = { always = no } } -d_c_cherven_color = { color ={0 0 0} can_create = { always = no } } -d_c_cheshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_chich_color = { color ={0 0 0} can_create = { always = no } } -d_c_chikoy_color = { color ={0 0 0} can_create = { always = no } } -d_c_chilia_color = { color ={0 0 0} can_create = { always = no } } -d_c_chindu_color = { color ={0 0 0} can_create = { always = no } } -d_c_chios_color = { color ={0 0 0} can_create = { always = no } } -d_c_chitrakut_color = { color ={0 0 0} can_create = { always = no } } -d_c_chitral_color = { color ={0 0 0} can_create = { always = no } } -d_c_choklema_color = { color ={0 0 0} can_create = { always = no } } -d_c_cholamandalam_color = { color ={0 0 0} can_create = { always = no } } -d_c_chonae_color = { color ={0 0 0} can_create = { always = no } } -d_c_chornobyl_color = { color ={0 0 0} can_create = { always = no } } -d_c_chuguchak_color = { color ={0 0 0} can_create = { always = no } } -d_c_chulym_color = { color ={0 0 0} can_create = { always = no } } -d_c_chumarho_color = { color ={0 0 0} can_create = { always = no } } -d_c_chuna_color = { color ={0 0 0} can_create = { always = no } } -d_c_chunar_color = { color ={0 0 0} can_create = { always = no } } -d_c_chungthang_color = { color ={0 0 0} can_create = { always = no } } -d_c_chuya_color = { color ={0 0 0} can_create = { always = no } } -d_c_cieszyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_cilicia_color = { color ={0 0 0} can_create = { always = no } } -d_c_clermont_color = { color ={0 0 0} can_create = { always = no } } -d_c_clermont_sur_allier_color = { color ={0 0 0} can_create = { always = no } } -d_c_cleves_color = { color ={0 0 0} can_create = { always = no } } -d_c_coburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_coimbra_color = { color ={0 0 0} can_create = { always = no } } -d_c_colmar_color = { color ={0 0 0} can_create = { always = no } } -d_c_cologne_color = { color ={0 0 0} can_create = { always = no } } -d_c_colonea_color = { color ={0 0 0} can_create = { always = no } } -d_c_comai_color = { color ={0 0 0} can_create = { always = no } } -d_c_comminges_color = { color ={0 0 0} can_create = { always = no } } -d_c_como_color = { color ={0 0 0} can_create = { always = no } } -d_c_cona_color = { color ={0 0 0} can_create = { always = no } } -d_c_connacht_color = { color ={0 0 0} can_create = { always = no } } -d_c_constanta_color = { color ={0 0 0} can_create = { always = no } } -d_c_constantine_color = { color ={0 0 0} can_create = { always = no } } -d_c_coqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_cordoba_color = { color ={0 0 0} can_create = { always = no } } -d_c_cornouaille_color = { color ={0 0 0} can_create = { always = no } } -d_c_cornwall_color = { color ={0 0 0} can_create = { always = no } } -d_c_coruna_color = { color ={0 0 0} can_create = { always = no } } -d_c_cosenza_color = { color ={0 0 0} can_create = { always = no } } -d_c_cottbus_color = { color ={0 0 0} can_create = { always = no } } -d_c_coulommiers_color = { color ={0 0 0} can_create = { always = no } } -d_c_cozhelhoma_color = { color ={0 0 0} can_create = { always = no } } -d_c_craiova_color = { color ={0 0 0} can_create = { always = no } } -d_c_cremona_color = { color ={0 0 0} can_create = { always = no } } -d_c_csanad_color = { color ={0 0 0} can_create = { always = no } } -d_c_csongrad_color = { color ={0 0 0} can_create = { always = no } } -d_c_cuellar_color = { color ={0 0 0} can_create = { always = no } } -d_c_cuenca_color = { color ={0 0 0} can_create = { always = no } } -d_c_cumberland_color = { color ={0 0 0} can_create = { always = no } } -d_c_cumbum_color = { color ={0 0 0} can_create = { always = no } } -d_c_cuneo_color = { color ={0 0 0} can_create = { always = no } } -d_c_cuonaco_color = { color ={0 0 0} can_create = { always = no } } -d_c_cykma_color = { color ={0 0 0} can_create = { always = no } } -d_c_czerska_color = { color ={0 0 0} can_create = { always = no } } -d_c_dabou_color = { color ={0 0 0} can_create = { always = no } } -d_c_daboya_color = { color ={0 0 0} can_create = { always = no } } -d_c_dabusiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_dadhipadra_color = { color ={0 0 0} can_create = { always = no } } -d_c_dagomba_color = { color ={0 0 0} can_create = { always = no } } -d_c_dagon_color = { color ={0 0 0} can_create = { always = no } } -d_c_dahlak_color = { color ={0 0 0} can_create = { always = no } } -d_c_dajing_color = { color ={0 0 0} can_create = { always = no } } -d_c_dakajalan_color = { color ={0 0 0} can_create = { always = no } } -d_c_dakhina_desa_color = { color ={0 0 0} can_create = { always = no } } -d_c_dakhla_color = { color ={0 0 0} can_create = { always = no } } -d_c_dakkar_color = { color ={0 0 0} can_create = { always = no } } -d_c_dal_color = { color ={0 0 0} can_create = { always = no } } -d_c_dalabergslagen_color = { color ={0 0 0} can_create = { always = no } } -d_c_dalarna_color = { color ={0 0 0} can_create = { always = no } } -d_c_daman_color = { color ={0 0 0} can_create = { always = no } } -d_c_damascus_color = { color ={0 0 0} can_create = { always = no } } -d_c_damghan_color = { color ={0 0 0} can_create = { always = no } } -d_c_damietta_color = { color ={0 0 0} can_create = { always = no } } -d_c_damin_i_koh_color = { color ={0 0 0} can_create = { always = no } } -d_c_damoh_color = { color ={0 0 0} can_create = { always = no } } -d_c_damot_color = { color ={0 0 0} can_create = { always = no } } -d_c_damxung_color = { color ={0 0 0} can_create = { always = no } } -d_c_danakil_color = { color ={0 0 0} can_create = { always = no } } -d_c_dang_color = { color ={0 0 0} can_create = { always = no } } -d_c_dangla_color = { color ={0 0 0} can_create = { always = no } } -d_c_dannenberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_danzig_color = { color ={0 0 0} can_create = { always = no } } -d_c_dar-al-rih_color = { color ={0 0 0} can_create = { always = no } } -d_c_dar_al-said_color = { color ={0 0 0} can_create = { always = no } } -d_c_dar_rashid_color = { color ={0 0 0} can_create = { always = no } } -d_c_dar_sila_color = { color ={0 0 0} can_create = { always = no } } -d_c_dara_color = { color ={0 0 0} can_create = { always = no } } -d_c_darabjerd_color = { color ={0 0 0} can_create = { always = no } } -d_c_daramdin_color = { color ={0 0 0} can_create = { always = no } } -d_c_darcha_color = { color ={0 0 0} can_create = { always = no } } -d_c_darghan_color = { color ={0 0 0} can_create = { always = no } } -d_c_darkhad_valley_color = { color ={0 0 0} can_create = { always = no } } -d_c_darmashan_color = { color ={0 0 0} can_create = { always = no } } -d_c_dasapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_dathina_color = { color ={0 0 0} can_create = { always = no } } -d_c_datong_color = { color ={0 0 0} can_create = { always = no } } -d_c_daura_color = { color ={0 0 0} can_create = { always = no } } -d_c_dausar_color = { color ={0 0 0} can_create = { always = no } } -d_c_dawaro_color = { color ={0 0 0} can_create = { always = no } } -d_c_dawraq_color = { color ={0 0 0} can_create = { always = no } } -d_c_dawu_color = { color ={0 0 0} can_create = { always = no } } -d_c_debar_color = { color ={0 0 0} can_create = { always = no } } -d_c_debul_color = { color ={0 0 0} can_create = { always = no } } -d_c_dege_color = { color ={0 0 0} can_create = { always = no } } -d_c_degelen_color = { color ={0 0 0} can_create = { always = no } } -d_c_deggerdorf_color = { color ={0 0 0} can_create = { always = no } } -d_c_delhi_color = { color ={0 0 0} can_create = { always = no } } -d_c_dembiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_demchok_color = { color ={0 0 0} can_create = { always = no } } -d_c_demetrias_color = { color ={0 0 0} can_create = { always = no } } -d_c_denbighshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_dendi_color = { color ={0 0 0} can_create = { always = no } } -d_c_dengqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_denia_color = { color ={0 0 0} can_create = { always = no } } -d_c_deqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_derbent_color = { color ={0 0 0} can_create = { always = no } } -d_c_derby_color = { color ={0 0 0} can_create = { always = no } } -d_c_derlenka_color = { color ={0 0 0} can_create = { always = no } } -d_c_derna_color = { color ={0 0 0} can_create = { always = no } } -d_c_desmond_color = { color ={0 0 0} can_create = { always = no } } -d_c_dessau_color = { color ={0 0 0} can_create = { always = no } } -d_c_devagiri_color = { color ={0 0 0} can_create = { always = no } } -d_c_devon_color = { color ={0 0 0} can_create = { always = no } } -d_c_dhafra_color = { color ={0 0 0} can_create = { always = no } } -d_c_dhamalpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_dhankar_color = { color ={0 0 0} can_create = { always = no } } -d_c_dhara_color = { color ={0 0 0} can_create = { always = no } } -d_c_dhofar_color = { color ={0 0 0} can_create = { always = no } } -d_c_dhraina_color = { color ={0 0 0} can_create = { always = no } } -d_c_diamare_color = { color ={0 0 0} can_create = { always = no } } -d_c_dibri_color = { color ={0 0 0} can_create = { always = no } } -d_c_dihistan_color = { color ={0 0 0} can_create = { always = no } } -d_c_dijon_color = { color ={0 0 0} can_create = { always = no } } -d_c_dimapur_color = { color ={0 0 0} can_create = { always = no } } -d_c_dipalpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_dirku_color = { color ={0 0 0} can_create = { always = no } } -d_c_diskit_color = { color ={0 0 0} can_create = { always = no } } -d_c_ditmarschen_color = { color ={0 0 0} can_create = { always = no } } -d_c_djado_color = { color ={0 0 0} can_create = { always = no } } -d_c_djanet_color = { color ={0 0 0} can_create = { always = no } } -d_c_djarin_color = { color ={0 0 0} can_create = { always = no } } -d_c_djerba_color = { color ={0 0 0} can_create = { always = no } } -d_c_djugu_color = { color ={0 0 0} can_create = { always = no } } -d_c_dnipro_color = { color ={0 0 0} can_create = { always = no } } -d_c_dobrzynska_color = { color ={0 0 0} can_create = { always = no } } -d_c_dodugu_color = { color ={0 0 0} can_create = { always = no } } -d_c_dokkum_color = { color ={0 0 0} can_create = { always = no } } -d_c_dole_color = { color ={0 0 0} can_create = { always = no } } -d_c_dolgujar_color = { color ={0 0 0} can_create = { always = no } } -d_c_dongola_color = { color ={0 0 0} can_create = { always = no } } -d_c_donjikraji_color = { color ={0 0 0} can_create = { always = no } } -d_c_dorohoi_color = { color ={0 0 0} can_create = { always = no } } -d_c_dorohychyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_dorostorum_color = { color ={0 0 0} can_create = { always = no } } -d_c_dorpat_color = { color ={0 0 0} can_create = { always = no } } -d_c_dorset_color = { color ={0 0 0} can_create = { always = no } } -d_c_dortmund_color = { color ={0 0 0} can_create = { always = no } } -d_c_doti_color = { color ={0 0 0} can_create = { always = no } } -d_c_doudleby_color = { color ={0 0 0} can_create = { always = no } } -d_c_draa_color = { color ={0 0 0} can_create = { always = no } } -d_c_dresden_color = { color ={0 0 0} can_create = { always = no } } -d_c_dublin_color = { color ={0 0 0} can_create = { always = no } } -d_c_dubrovytsia_color = { color ={0 0 0} can_create = { always = no } } -d_c_duklja_color = { color ={0 0 0} can_create = { always = no } } -d_c_dunbar_color = { color ={0 0 0} can_create = { always = no } } -d_c_dunhuang_color = { color ={0 0 0} can_create = { always = no } } -d_c_duqm_color = { color ={0 0 0} can_create = { always = no } } -d_c_durdzukia_color = { color ={0 0 0} can_create = { always = no } } -d_c_durham_color = { color ={0 0 0} can_create = { always = no } } -d_c_durne_color = { color ={0 0 0} can_create = { always = no } } -d_c_durovka_color = { color ={0 0 0} can_create = { always = no } } -d_c_dvaraka_color = { color ={0 0 0} can_create = { always = no } } -d_c_dvin_color = { color ={0 0 0} can_create = { always = no } } -d_c_dyamare_color = { color ={0 0 0} can_create = { always = no } } -d_c_dyrrachion_color = { color ={0 0 0} can_create = { always = no } } -d_c_dyulaso_color = { color ={0 0 0} can_create = { always = no } } -d_c_east-tokharestan_color = { color ={0 0 0} can_create = { always = no } } -d_c_east_darfur_color = { color ={0 0 0} can_create = { always = no } } -d_c_east_kiilt_color = { color ={0 0 0} can_create = { always = no } } -d_c_east_riding_color = { color ={0 0 0} can_create = { always = no } } -d_c_eastern_tannu_color = { color ={0 0 0} can_create = { always = no } } -d_c_edd_color = { color ={0 0 0} can_create = { always = no } } -d_c_edessa_color = { color ={0 0 0} can_create = { always = no } } -d_c_edo_color = { color ={0 0 0} can_create = { always = no } } -d_c_eghiz_kara_color = { color ={0 0 0} can_create = { always = no } } -d_c_eichstadt_color = { color ={0 0 0} can_create = { always = no } } -d_c_el_fasher_color = { color ={0 0 0} can_create = { always = no } } -d_c_el_waak_color = { color ={0 0 0} can_create = { always = no } } -d_c_elabuga_color = { color ={0 0 0} can_create = { always = no } } -d_c_eleila_color = { color ={0 0 0} can_create = { always = no } } -d_c_elvas_color = { color ={0 0 0} can_create = { always = no } } -d_c_embrun_color = { color ={0 0 0} can_create = { always = no } } -d_c_emil_color = { color ={0 0 0} can_create = { always = no } } -d_c_ennis_color = { color ={0 0 0} can_create = { always = no } } -d_c_epeiros_color = { color ={0 0 0} can_create = { always = no } } -d_c_erbach_color = { color ={0 0 0} can_create = { always = no } } -d_c_eschenlohe_color = { color ={0 0 0} can_create = { always = no } } -d_c_essex_color = { color ={0 0 0} can_create = { always = no } } -d_c_eu_color = { color ={0 0 0} can_create = { always = no } } -d_c_euboea_color = { color ={0 0 0} can_create = { always = no } } -d_c_euchaita_color = { color ={0 0 0} can_create = { always = no } } -d_c_evreux_color = { color ={0 0 0} can_create = { always = no } } -d_c_ewe_color = { color ={0 0 0} can_create = { always = no } } -d_c_eystridalir_color = { color ={0 0 0} can_create = { always = no } } -d_c_faereyar_color = { color ={0 0 0} can_create = { always = no } } -d_c_fafan_color = { color ={0 0 0} can_create = { always = no } } -d_c_falaj_color = { color ={0 0 0} can_create = { always = no } } -d_c_famagusta_color = { color ={0 0 0} can_create = { always = no } } -d_c_fanhe_color = { color ={0 0 0} can_create = { always = no } } -d_c_fante_color = { color ={0 0 0} can_create = { always = no } } -d_c_farafra_color = { color ={0 0 0} can_create = { always = no } } -d_c_farah_color = { color ={0 0 0} can_create = { always = no } } -d_c_farama_color = { color ={0 0 0} can_create = { always = no } } -d_c_faras_color = { color ={0 0 0} can_create = { always = no } } -d_c_farava_color = { color ={0 0 0} can_create = { always = no } } -d_c_faro_color = { color ={0 0 0} can_create = { always = no } } -d_c_fayyum_color = { color ={0 0 0} can_create = { always = no } } -d_c_fazaz_color = { color ={0 0 0} can_create = { always = no } } -d_c_fazughli_color = { color ={0 0 0} can_create = { always = no } } -d_c_feher_color = { color ={0 0 0} can_create = { always = no } } -d_c_fellata_color = { color ={0 0 0} can_create = { always = no } } -d_c_ferghana_color = { color ={0 0 0} can_create = { always = no } } -d_c_fermo_color = { color ={0 0 0} can_create = { always = no } } -d_c_ferrara_color = { color ={0 0 0} can_create = { always = no } } -d_c_fes_color = { color ={0 0 0} can_create = { always = no } } -d_c_fetegar_color = { color ={0 0 0} can_create = { always = no } } -d_c_fife_color = { color ={0 0 0} can_create = { always = no } } -d_c_figuig_color = { color ={0 0 0} can_create = { always = no } } -d_c_fika_color = { color ={0 0 0} can_create = { always = no } } -d_c_finland_color = { color ={0 0 0} can_create = { always = no } } -d_c_finnveden_color = { color ={0 0 0} can_create = { always = no } } -d_c_firabr_color = { color ={0 0 0} can_create = { always = no } } -d_c_firaun_color = { color ={0 0 0} can_create = { always = no } } -d_c_firdafylki_color = { color ={0 0 0} can_create = { always = no } } -d_c_firenze_color = { color ={0 0 0} can_create = { always = no } } -d_c_fitri_color = { color ={0 0 0} can_create = { always = no } } -d_c_fogaras_color = { color ={0 0 0} can_create = { always = no } } -d_c_foggia_color = { color ={0 0 0} can_create = { always = no } } -d_c_foix_color = { color ={0 0 0} can_create = { always = no } } -d_c_forcalquier_color = { color ={0 0 0} can_create = { always = no } } -d_c_forez_color = { color ={0 0 0} can_create = { always = no } } -d_c_fraga_color = { color ={0 0 0} can_create = { always = no } } -d_c_frankfurt_color = { color ={0 0 0} can_create = { always = no } } -d_c_freistadt_color = { color ={0 0 0} can_create = { always = no } } -d_c_french_leon_color = { color ={0 0 0} can_create = { always = no } } -d_c_frisia_color = { color ={0 0 0} can_create = { always = no } } -d_c_friuli_color = { color ={0 0 0} can_create = { always = no } } -d_c_fudalhi_color = { color ={0 0 0} can_create = { always = no } } -d_c_fuerteventura_color = { color ={0 0 0} can_create = { always = no } } -d_c_fulda_color = { color ={0 0 0} can_create = { always = no } } -d_c_fuqi_color = { color ={0 0 0} can_create = { always = no } } -d_c_furstenberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_futa_jalon_color = { color ={0 0 0} can_create = { always = no } } -d_c_fyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_gabal_color = { color ={0 0 0} can_create = { always = no } } -d_c_gabes_color = { color ={0 0 0} can_create = { always = no } } -d_c_gacka_color = { color ={0 0 0} can_create = { always = no } } -d_c_gafat_color = { color ={0 0 0} can_create = { always = no } } -d_c_galam_color = { color ={0 0 0} can_create = { always = no } } -d_c_galati_color = { color ={0 0 0} can_create = { always = no } } -d_c_galatia_color = { color ={0 0 0} can_create = { always = no } } -d_c_galatia_salutaris_color = { color ={0 0 0} can_create = { always = no } } -d_c_galloway_color = { color ={0 0 0} can_create = { always = no } } -d_c_gallura_color = { color ={0 0 0} can_create = { always = no } } -d_c_gamo_color = { color ={0 0 0} can_create = { always = no } } -d_c_ganale_color = { color ={0 0 0} can_create = { always = no } } -d_c_gangaran_color = { color ={0 0 0} can_create = { always = no } } -d_c_ganzhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_gao_color = { color ={0 0 0} can_create = { always = no } } -d_c_gaotai_color = { color ={0 0 0} can_create = { always = no } } -d_c_gar_color = { color ={0 0 0} can_create = { always = no } } -d_c_garabogazkol_color = { color ={0 0 0} can_create = { always = no } } -d_c_garco_color = { color ={0 0 0} can_create = { always = no } } -d_c_garkung_color = { color ={0 0 0} can_create = { always = no } } -d_c_garoua_color = { color ={0 0 0} can_create = { always = no } } -d_c_garumele_color = { color ={0 0 0} can_create = { always = no } } -d_c_garwhal_color = { color ={0 0 0} can_create = { always = no } } -d_c_garze_color = { color ={0 0 0} can_create = { always = no } } -d_c_gastrikland_color = { color ={0 0 0} can_create = { always = no } } -d_c_gatsuurgazar_color = { color ={0 0 0} can_create = { always = no } } -d_c_gauda_color = { color ={0 0 0} can_create = { always = no } } -d_c_gauldala_color = { color ={0 0 0} can_create = { always = no } } -d_c_gaya_color = { color ={0 0 0} can_create = { always = no } } -d_c_geba_color = { color ={0 0 0} can_create = { always = no } } -d_c_gegyai_color = { color ={0 0 0} can_create = { always = no } } -d_c_gemer_color = { color ={0 0 0} can_create = { always = no } } -d_c_geneva_color = { color ={0 0 0} can_create = { always = no } } -d_c_genoa_color = { color ={0 0 0} can_create = { always = no } } -d_c_germa_color = { color ={0 0 0} can_create = { always = no } } -d_c_gerqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_gerze_color = { color ={0 0 0} can_create = { always = no } } -d_c_gevaudan_color = { color ={0 0 0} can_create = { always = no } } -d_c_gezira_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghadames_color = { color ={0 0 0} can_create = { always = no } } -d_c_gharb_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghardaia_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghat_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghazna_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghazza_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghazzal_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghulja_color = { color ={0 0 0} can_create = { always = no } } -d_c_ghur_color = { color ={0 0 0} can_create = { always = no } } -d_c_gidaya_color = { color ={0 0 0} can_create = { always = no } } -d_c_gilan_color = { color ={0 0 0} can_create = { always = no } } -d_c_gilgit_color = { color ={0 0 0} can_create = { always = no } } -d_c_girona_color = { color ={0 0 0} can_create = { always = no } } -d_c_giurgiu_color = { color ={0 0 0} can_create = { always = no } } -d_c_giza_color = { color ={0 0 0} can_create = { always = no } } -d_c_glamorgan_color = { color ={0 0 0} can_create = { always = no } } -d_c_glazov_color = { color ={0 0 0} can_create = { always = no } } -d_c_gleichenstein_color = { color ={0 0 0} can_create = { always = no } } -d_c_gloucestershire_color = { color ={0 0 0} can_create = { always = no } } -d_c_gnezdovo_color = { color ={0 0 0} can_create = { always = no } } -d_c_gnieznienska_color = { color ={0 0 0} can_create = { always = no } } -d_c_goalpara_color = { color ={0 0 0} can_create = { always = no } } -d_c_gobir_color = { color ={0 0 0} can_create = { always = no } } -d_c_gode_color = { color ={0 0 0} can_create = { always = no } } -d_c_godwad_color = { color ={0 0 0} can_create = { always = no } } -d_c_gojjam_color = { color ={0 0 0} can_create = { always = no } } -d_c_gola_color = { color ={0 0 0} can_create = { always = no } } -d_c_golag_color = { color ={0 0 0} can_create = { always = no } } -d_c_golaghmuli_color = { color ={0 0 0} can_create = { always = no } } -d_c_golden_hills_color = { color ={0 0 0} can_create = { always = no } } -d_c_gomel_color = { color ={0 0 0} can_create = { always = no } } -d_c_gomoco_color = { color ={0 0 0} can_create = { always = no } } -d_c_gondo_color = { color ={0 0 0} can_create = { always = no } } -d_c_gongbo_color = { color ={0 0 0} can_create = { always = no } } -d_c_gonja_color = { color ={0 0 0} can_create = { always = no } } -d_c_gonjo_color = { color ={0 0 0} can_create = { always = no } } -d_c_gorlitz_color = { color ={0 0 0} can_create = { always = no } } -d_c_gorz_color = { color ={0 0 0} can_create = { always = no } } -d_c_gostyninska_color = { color ={0 0 0} can_create = { always = no } } -d_c_gottingen_color = { color ={0 0 0} can_create = { always = no } } -d_c_gowrie_color = { color ={0 0 0} can_create = { always = no } } -d_c_granada_color = { color ={0 0 0} can_create = { always = no } } -d_c_graz_color = { color ={0 0 0} can_create = { always = no } } -d_c_grebo_color = { color ={0 0 0} can_create = { always = no } } -d_c_grisons_color = { color ={0 0 0} can_create = { always = no } } -d_c_grobin_color = { color ={0 0 0} can_create = { always = no } } -d_c_grodno_color = { color ={0 0 0} can_create = { always = no } } -d_c_groningen_color = { color ={0 0 0} can_create = { always = no } } -d_c_grunberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_grunningen_color = { color ={0 0 0} can_create = { always = no } } -d_c_guazhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_gudbrandsdalir_color = { color ={0 0 0} can_create = { always = no } } -d_c_guelders_color = { color ={0 0 0} can_create = { always = no } } -d_c_gugark_color = { color ={0 0 0} can_create = { always = no } } -d_c_guidimaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_guines_color = { color ={0 0 0} can_create = { always = no } } -d_c_gumuz_color = { color ={0 0 0} can_create = { always = no } } -d_c_gurgan_color = { color ={0 0 0} can_create = { always = no } } -d_c_gurganj_color = { color ={0 0 0} can_create = { always = no } } -d_c_gurgi_color = { color ={0 0 0} can_create = { always = no } } -d_c_guria_color = { color ={0 0 0} can_create = { always = no } } -d_c_gurjaratra_color = { color ={0 0 0} can_create = { always = no } } -d_c_gurma_color = { color ={0 0 0} can_create = { always = no } } -d_c_gutland_color = { color ={0 0 0} can_create = { always = no } } -d_c_gutti_color = { color ={0 0 0} can_create = { always = no } } -d_c_guwari_color = { color ={0 0 0} can_create = { always = no } } -d_c_guzgan_color = { color ={0 0 0} can_create = { always = no } } -d_c_guzkol_color = { color ={0 0 0} can_create = { always = no } } -d_c_gwalior_color = { color ={0 0 0} can_create = { always = no } } -d_c_gyaca_color = { color ={0 0 0} can_create = { always = no } } -d_c_gyaitang_color = { color ={0 0 0} can_create = { always = no } } -d_c_gyama_color = { color ={0 0 0} can_create = { always = no } } -d_c_gyangze_color = { color ={0 0 0} can_create = { always = no } } -d_c_gyegumdo_color = { color ={0 0 0} can_create = { always = no } } -d_c_gyirong_color = { color ={0 0 0} can_create = { always = no } } -d_c_gyor_color = { color ={0 0 0} can_create = { always = no } } -d_c_hadithat-ana_color = { color ={0 0 0} can_create = { always = no } } -d_c_hadramawt_color = { color ={0 0 0} can_create = { always = no } } -d_c_hadrianeia_color = { color ={0 0 0} can_create = { always = no } } -d_c_hadrianopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_hadya_color = { color ={0 0 0} can_create = { always = no } } -d_c_hail_color = { color ={0 0 0} can_create = { always = no } } -d_c_hainaut_color = { color ={0 0 0} can_create = { always = no } } -d_c_hakkari_color = { color ={0 0 0} can_create = { always = no } } -d_c_halberstadt_color = { color ={0 0 0} can_create = { always = no } } -d_c_halland_color = { color ={0 0 0} can_create = { always = no } } -d_c_halsingland_color = { color ={0 0 0} can_create = { always = no } } -d_c_haltang_color = { color ={0 0 0} can_create = { always = no } } -d_c_halych_color = { color ={0 0 0} can_create = { always = no } } -d_c_hama_color = { color ={0 0 0} can_create = { always = no } } -d_c_hamadan_color = { color ={0 0 0} can_create = { always = no } } -d_c_hamburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_hampton_color = { color ={0 0 0} can_create = { always = no } } -d_c_hanlan_color = { color ={0 0 0} can_create = { always = no } } -d_c_hannover_color = { color ={0 0 0} can_create = { always = no } } -d_c_harar_color = { color ={0 0 0} can_create = { always = no } } -d_c_hargaya_color = { color ={0 0 0} can_create = { always = no } } -d_c_harhiraa_color = { color ={0 0 0} can_create = { always = no } } -d_c_harikela_color = { color ={0 0 0} can_create = { always = no } } -d_c_harjadalen_color = { color ={0 0 0} can_create = { always = no } } -d_c_harran_color = { color ={0 0 0} can_create = { always = no } } -d_c_harrat_rahat_color = { color ={0 0 0} can_create = { always = no } } -d_c_haruppeswara_color = { color ={0 0 0} can_create = { always = no } } -d_c_hastinapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_hauran_color = { color ={0 0 0} can_create = { always = no } } -d_c_havelberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_hayq_color = { color ={0 0 0} can_create = { always = no } } -d_c_hedmork_color = { color ={0 0 0} can_create = { always = no } } -d_c_heihe_color = { color ={0 0 0} can_create = { always = no } } -d_c_helenopontus_color = { color ={0 0 0} can_create = { always = no } } -d_c_helgum_color = { color ={0 0 0} can_create = { always = no } } -d_c_herat_color = { color ={0 0 0} can_create = { always = no } } -d_c_hereford_color = { color ={0 0 0} can_create = { always = no } } -d_c_hereti_color = { color ={0 0 0} can_create = { always = no } } -d_c_hertfordshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_hewes_color = { color ={0 0 0} can_create = { always = no } } -d_c_hildesheim_color = { color ={0 0 0} can_create = { always = no } } -d_c_hinthada_color = { color ={0 0 0} can_create = { always = no } } -d_c_hiraab_color = { color ={0 0 0} can_create = { always = no } } -d_c_hisar_color = { color ={0 0 0} can_create = { always = no } } -d_c_hoboksar_color = { color ={0 0 0} can_create = { always = no } } -d_c_hobyo_color = { color ={0 0 0} can_create = { always = no } } -d_c_hodh_color = { color ={0 0 0} can_create = { always = no } } -d_c_hodna_color = { color ={0 0 0} can_create = { always = no } } -d_c_hohaseco_color = { color ={0 0 0} can_create = { always = no } } -d_c_hohenau_color = { color ={0 0 0} can_create = { always = no } } -d_c_hohenberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_hohenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_hohenlohe_color = { color ={0 0 0} can_create = { always = no } } -d_c_holland_color = { color ={0 0 0} can_create = { always = no } } -d_c_homs_color = { color ={0 0 0} can_create = { always = no } } -d_c_hongliuyuan_color = { color ={0 0 0} can_create = { always = no } } -d_c_honorias_color = { color ={0 0 0} can_create = { always = no } } -d_c_hont_color = { color ={0 0 0} can_create = { always = no } } -d_c_hordalandi_color = { color ={0 0 0} can_create = { always = no } } -d_c_hormuz_color = { color ={0 0 0} can_create = { always = no } } -d_c_hotin_color = { color ={0 0 0} can_create = { always = no } } -d_c_hradec_color = { color ={0 0 0} can_create = { always = no } } -d_c_hradyzk_color = { color ={0 0 0} can_create = { always = no } } -d_c_huesca_color = { color ={0 0 0} can_create = { always = no } } -d_c_hulwan_color = { color ={0 0 0} can_create = { always = no } } -d_c_huntingdonshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_hunyad_color = { color ={0 0 0} can_create = { always = no } } -d_c_hunyan_color = { color ={0 0 0} can_create = { always = no } } -d_c_hvosno_color = { color ={0 0 0} can_create = { always = no } } -d_c_iasi_color = { color ={0 0 0} can_create = { always = no } } -d_c_ibadan_color = { color ={0 0 0} can_create = { always = no } } -d_c_ibibo_color = { color ={0 0 0} can_create = { always = no } } -d_c_idatarainadu_color = { color ={0 0 0} can_create = { always = no } } -d_c_idoma_color = { color ={0 0 0} can_create = { always = no } } -d_c_ifat_color = { color ={0 0 0} can_create = { always = no } } -d_c_ife_color = { color ={0 0 0} can_create = { always = no } } -d_c_ifni_color = { color ={0 0 0} can_create = { always = no } } -d_c_ifonyin_color = { color ={0 0 0} can_create = { always = no } } -d_c_igala_color = { color ={0 0 0} can_create = { always = no } } -d_c_igana_color = { color ={0 0 0} can_create = { always = no } } -d_c_igaran_color = { color ={0 0 0} can_create = { always = no } } -d_c_igbo_color = { color ={0 0 0} can_create = { always = no } } -d_c_igbomina_color = { color ={0 0 0} can_create = { always = no } } -d_c_ijaw_color = { color ={0 0 0} can_create = { always = no } } -d_c_ijebu_color = { color ={0 0 0} can_create = { always = no } } -d_c_ikh_bogd_color = { color ={0 0 0} can_create = { always = no } } -d_c_ilam_color = { color ={0 0 0} can_create = { always = no } } -d_c_ile_de_france_color = { color ={0 0 0} can_create = { always = no } } -d_c_ilesa_color = { color ={0 0 0} can_create = { always = no } } -d_c_ilga_color = { color ={0 0 0} can_create = { always = no } } -d_c_iliq_color = { color ={0 0 0} can_create = { always = no } } -d_c_ilo_color = { color ={0 0 0} can_create = { always = no } } -d_c_ilorin_color = { color ={0 0 0} can_create = { always = no } } -d_c_inari_color = { color ={0 0 0} can_create = { always = no } } -d_c_innarya_color = { color ={0 0 0} can_create = { always = no } } -d_c_inner_hebrides_color = { color ={0 0 0} can_create = { always = no } } -d_c_innsbruck_color = { color ={0 0 0} can_create = { always = no } } -d_c_intarta_color = { color ={0 0 0} can_create = { always = no } } -d_c_inverness_color = { color ={0 0 0} can_create = { always = no } } -d_c_ionia_color = { color ={0 0 0} can_create = { always = no } } -d_c_ipuskoa_color = { color ={0 0 0} can_create = { always = no } } -d_c_irahistan_color = { color ={0 0 0} can_create = { always = no } } -d_c_irbid_color = { color ={0 0 0} can_create = { always = no } } -d_c_irbil_color = { color ={0 0 0} can_create = { always = no } } -d_c_irkutsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_isauria_color = { color ={0 0 0} can_create = { always = no } } -d_c_isfahan_color = { color ={0 0 0} can_create = { always = no } } -d_c_isfara_color = { color ={0 0 0} can_create = { always = no } } -d_c_ishim_color = { color ={0 0 0} can_create = { always = no } } -d_c_iskaf_color = { color ={0 0 0} can_create = { always = no } } -d_c_isle_of_man_color = { color ={0 0 0} can_create = { always = no } } -d_c_isle_of_wight_color = { color ={0 0 0} can_create = { always = no } } -d_c_issoudun_color = { color ={0 0 0} can_create = { always = no } } -d_c_istakhr_color = { color ={0 0 0} can_create = { always = no } } -d_c_itanagar_color = { color ={0 0 0} can_create = { always = no } } -d_c_itil_color = { color ={0 0 0} can_create = { always = no } } -d_c_iviza_color = { color ={0 0 0} can_create = { always = no } } -d_c_jabal_kufs_color = { color ={0 0 0} can_create = { always = no } } -d_c_jabal_quzlum_color = { color ={0 0 0} can_create = { always = no } } -d_c_jafara_color = { color ={0 0 0} can_create = { always = no } } -d_c_jaffa_color = { color ={0 0 0} can_create = { always = no } } -d_c_jaffna_color = { color ={0 0 0} can_create = { always = no } } -d_c_jagatipur_color = { color ={0 0 0} can_create = { always = no } } -d_c_jahkamakke_color = { color ={0 0 0} can_create = { always = no } } -d_c_jaligny_color = { color ={0 0 0} can_create = { always = no } } -d_c_jalmat_color = { color ={0 0 0} can_create = { always = no } } -d_c_jambalar_color = { color ={0 0 0} can_create = { always = no } } -d_c_jame_color = { color ={0 0 0} can_create = { always = no } } -d_c_jamtfir_color = { color ={0 0 0} can_create = { always = no } } -d_c_janakpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_jara_color = { color ={0 0 0} can_create = { always = no } } -d_c_jasky_kart_color = { color ={0 0 0} can_create = { always = no } } -d_c_jaunpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_jawf-al-yamani_color = { color ={0 0 0} can_create = { always = no } } -d_c_jend_color = { color ={0 0 0} can_create = { always = no } } -d_c_jenne_color = { color ={0 0 0} can_create = { always = no } } -d_c_jerjul_color = { color ={0 0 0} can_create = { always = no } } -d_c_jersika_color = { color ={0 0 0} can_create = { always = no } } -d_c_jerusalem_color = { color ={0 0 0} can_create = { always = no } } -d_c_jharkand_color = { color ={0 0 0} can_create = { always = no } } -d_c_jie_DZU_color = { color ={0 0 0} can_create = { always = no } } -d_c_jihlava_color = { color ={0 0 0} can_create = { always = no } } -d_c_jilali_color = { color ={0 0 0} can_create = { always = no } } -d_c_jilat_color = { color ={0 0 0} can_create = { always = no } } -d_c_jilib_color = { color ={0 0 0} can_create = { always = no } } -d_c_jimi_color = { color ={0 0 0} can_create = { always = no } } -d_c_jinghiz_color = { color ={0 0 0} can_create = { always = no } } -d_c_jinsko_color = { color ={0 0 0} can_create = { always = no } } -d_c_jinta_color = { color ={0 0 0} can_create = { always = no } } -d_c_jiren_suat_color = { color ={0 0 0} can_create = { always = no } } -d_c_jiruft_color = { color ={0 0 0} can_create = { always = no } } -d_c_jitikul_color = { color ={0 0 0} can_create = { always = no } } -d_c_jolof_color = { color ={0 0 0} can_create = { always = no } } -d_c_jone_color = { color ={0 0 0} can_create = { always = no } } -d_c_jovvkuj_color = { color ={0 0 0} can_create = { always = no } } -d_c_jowol_color = { color ={0 0 0} can_create = { always = no } } -d_c_jubba_color = { color ={0 0 0} can_create = { always = no } } -d_c_julevadno_color = { color ={0 0 0} can_create = { always = no } } -d_c_julfar_color = { color ={0 0 0} can_create = { always = no } } -d_c_julym_color = { color ={0 0 0} can_create = { always = no } } -d_c_jumla_color = { color ={0 0 0} can_create = { always = no } } -d_c_juterbog_color = { color ={0 0 0} can_create = { always = no } } -d_c_juwain_color = { color ={0 0 0} can_create = { always = no } } -d_c_juwair_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaabu_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaarta_color = { color ={0 0 0} can_create = { always = no } } -d_c_kabarasana_color = { color ={0 0 0} can_create = { always = no } } -d_c_kabul_color = { color ={0 0 0} can_create = { always = no } } -d_c_kachu_color = { color ={0 0 0} can_create = { always = no } } -d_c_kada_color = { color ={0 0 0} can_create = { always = no } } -d_c_kadam_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaduna_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaffa_color = { color ={0 0 0} can_create = { always = no } } -d_c_kafirkot_color = { color ={0 0 0} can_create = { always = no } } -d_c_kagar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kagha_color = { color ={0 0 0} can_create = { always = no } } -d_c_kainsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kainuu_color = { color ={0 0 0} can_create = { always = no } } -d_c_kairwan_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaisereia_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaiserslautern_color = { color ={0 0 0} can_create = { always = no } } -d_c_kakheti_color = { color ={0 0 0} can_create = { always = no } } -d_c_kakisalmi_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalabsha_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalanjara_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalat_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalbin_color = { color ={0 0 0} can_create = { always = no } } -d_c_kale_color = { color ={0 0 0} can_create = { always = no } } -d_c_kali_kumaon_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalinganagar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaliska_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalos_limen_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalpi_color = { color ={0 0 0} can_create = { always = no } } -d_c_kalyani_color = { color ={0 0 0} can_create = { always = no } } -d_c_kamarupanagara_color = { color ={0 0 0} can_create = { always = no } } -d_c_kamatapur_color = { color ={0 0 0} can_create = { always = no } } -d_c_kambampet_color = { color ={0 0 0} can_create = { always = no } } -d_c_kammersberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_kamru_color = { color ={0 0 0} can_create = { always = no } } -d_c_kanara_color = { color ={0 0 0} can_create = { always = no } } -d_c_kanchipuram_color = { color ={0 0 0} can_create = { always = no } } -d_c_kandy_color = { color ={0 0 0} can_create = { always = no } } -d_c_kanem_color = { color ={0 0 0} can_create = { always = no } } -d_c_kangmar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaniaga_color = { color ={0 0 0} can_create = { always = no } } -d_c_kankan_color = { color ={0 0 0} can_create = { always = no } } -d_c_kano_color = { color ={0 0 0} can_create = { always = no } } -d_c_kansk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kantegir_color = { color ={0 0 0} can_create = { always = no } } -d_c_kanyakubja_color = { color ={0 0 0} can_create = { always = no } } -d_c_kara_asirgan_color = { color ={0 0 0} can_create = { always = no } } -d_c_kara_khoja_color = { color ={0 0 0} can_create = { always = no } } -d_c_karabaigal_color = { color ={0 0 0} can_create = { always = no } } -d_c_karabalgasun_color = { color ={0 0 0} can_create = { always = no } } -d_c_karabas_color = { color ={0 0 0} can_create = { always = no } } -d_c_karabash_color = { color ={0 0 0} can_create = { always = no } } -d_c_karabolam_color = { color ={0 0 0} can_create = { always = no } } -d_c_karachev_color = { color ={0 0 0} can_create = { always = no } } -d_c_karakorum_color = { color ={0 0 0} can_create = { always = no } } -d_c_karamay_color = { color ={0 0 0} can_create = { always = no } } -d_c_karashar_color = { color ={0 0 0} can_create = { always = no } } -d_c_karasjohka_color = { color ={0 0 0} can_create = { always = no } } -d_c_karasu_color = { color ={0 0 0} can_create = { always = no } } -d_c_karatayak_color = { color ={0 0 0} can_create = { always = no } } -d_c_karatsagaan_color = { color ={0 0 0} can_create = { always = no } } -d_c_karauda_color = { color ={0 0 0} can_create = { always = no } } -d_c_karbala_color = { color ={0 0 0} can_create = { always = no } } -d_c_kargadan_color = { color ={0 0 0} can_create = { always = no } } -d_c_karghalik_color = { color ={0 0 0} can_create = { always = no } } -d_c_kargopol_color = { color ={0 0 0} can_create = { always = no } } -d_c_karkaraly_color = { color ={0 0 0} can_create = { always = no } } -d_c_karmanta_color = { color ={0 0 0} can_create = { always = no } } -d_c_karnten_color = { color ={0 0 0} can_create = { always = no } } -d_c_karor_color = { color ={0 0 0} can_create = { always = no } } -d_c_karran_color = { color ={0 0 0} can_create = { always = no } } -d_c_kartauzh_color = { color ={0 0 0} can_create = { always = no } } -d_c_kartli_color = { color ={0 0 0} can_create = { always = no } } -d_c_karur_color = { color ={0 0 0} can_create = { always = no } } -d_c_kasa_color = { color ={0 0 0} can_create = { always = no } } -d_c_kash_color = { color ={0 0 0} can_create = { always = no } } -d_c_kashgar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaska_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaskelen_color = { color ={0 0 0} can_create = { always = no } } -d_c_kaski_color = { color ={0 0 0} can_create = { always = no } } -d_c_kasmira_color = { color ={0 0 0} can_create = { always = no } } -d_c_kassala_color = { color ={0 0 0} can_create = { always = no } } -d_c_kassel_color = { color ={0 0 0} can_create = { always = no } } -d_c_katagum_color = { color ={0 0 0} can_create = { always = no } } -d_c_kataka_color = { color ={0 0 0} can_create = { always = no } } -d_c_katehar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kath_color = { color ={0 0 0} can_create = { always = no } } -d_c_kathmandu_color = { color ={0 0 0} can_create = { always = no } } -d_c_katsina_color = { color ={0 0 0} can_create = { always = no } } -d_c_katu_yaryk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kayor_color = { color ={0 0 0} can_create = { always = no } } -d_c_kazan_color = { color ={0 0 0} can_create = { always = no } } -d_c_kazanskaya_color = { color ={0 0 0} can_create = { always = no } } -d_c_kazanskoye_color = { color ={0 0 0} can_create = { always = no } } -d_c_kazym_color = { color ={0 0 0} can_create = { always = no } } -d_c_kebbi_color = { color ={0 0 0} can_create = { always = no } } -d_c_keffi_color = { color ={0 0 0} can_create = { always = no } } -d_c_kempten_color = { color ={0 0 0} can_create = { always = no } } -d_c_kent_color = { color ={0 0 0} can_create = { always = no } } -d_c_kera_color = { color ={0 0 0} can_create = { always = no } } -d_c_kerak_color = { color ={0 0 0} can_create = { always = no } } -d_c_kerala_color = { color ={0 0 0} can_create = { always = no } } -d_c_kerch_color = { color ={0 0 0} can_create = { always = no } } -d_c_keriya_color = { color ={0 0 0} can_create = { always = no } } -d_c_kerken_color = { color ={0 0 0} can_create = { always = no } } -d_c_kermanshah_color = { color ={0 0 0} can_create = { always = no } } -d_c_kernave_color = { color ={0 0 0} can_create = { always = no } } -d_c_ketu_color = { color ={0 0 0} can_create = { always = no } } -d_c_keve_color = { color ={0 0 0} can_create = { always = no } } -d_c_kevrola_color = { color ={0 0 0} can_create = { always = no } } -d_c_khabur_color = { color ={0 0 0} can_create = { always = no } } -d_c_khachen_color = { color ={0 0 0} can_create = { always = no } } -d_c_khaplu_color = { color ={0 0 0} can_create = { always = no } } -d_c_khar_us_color = { color ={0 0 0} can_create = { always = no } } -d_c_kharam-vosh_color = { color ={0 0 0} can_create = { always = no } } -d_c_kharga_color = { color ={0 0 0} can_create = { always = no } } -d_c_khasagt_khairkhan_color = { color ={0 0 0} can_create = { always = no } } -d_c_khawr_color = { color ={0 0 0} can_create = { always = no } } -d_c_khaybar_color = { color ={0 0 0} can_create = { always = no } } -d_c_khentii_color = { color ={0 0 0} can_create = { always = no } } -d_c_kherson_color = { color ={0 0 0} can_create = { always = no } } -d_c_khetaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_khijjingakota_color = { color ={0 0 0} can_create = { always = no } } -d_c_khinjali_mandala_color = { color ={0 0 0} can_create = { always = no } } -d_c_khiva_color = { color ={0 0 0} can_create = { always = no } } -d_c_khojand_color = { color ={0 0 0} can_create = { always = no } } -d_c_khokhoo_color = { color ={0 0 0} can_create = { always = no } } -d_c_kholmogory_color = { color ={0 0 0} can_create = { always = no } } -d_c_khopyor_color = { color ={0 0 0} can_create = { always = no } } -d_c_khortytsia_color = { color ={0 0 0} can_create = { always = no } } -d_c_khotan_color = { color ={0 0 0} can_create = { always = no } } -d_c_khotang_color = { color ={0 0 0} can_create = { always = no } } -d_c_khumar_color = { color ={0 0 0} can_create = { always = no } } -d_c_khurnak_color = { color ={0 0 0} can_create = { always = no } } -d_c_khuttal_color = { color ={0 0 0} can_create = { always = no } } -d_c_khuwar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kiev_color = { color ={0 0 0} can_create = { always = no } } -d_c_kiia_color = { color ={0 0 0} can_create = { always = no } } -d_c_kinda_color = { color ={0 0 0} can_create = { always = no } } -d_c_kinda_sakun_color = { color ={0 0 0} can_create = { always = no } } -d_c_kingui_color = { color ={0 0 0} can_create = { always = no } } -d_c_kintus_color = { color ={0 0 0} can_create = { always = no } } -d_c_kiranapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_kirillov_color = { color ={0 0 0} can_create = { always = no } } -d_c_kirkuk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kirman_color = { color ={0 0 0} can_create = { always = no } } -d_c_kishsh_color = { color ={0 0 0} can_create = { always = no } } -d_c_kisi_color = { color ={0 0 0} can_create = { always = no } } -d_c_kita_color = { color ={0 0 0} can_create = { always = no } } -d_c_kitka_color = { color ={0 0 0} can_create = { always = no } } -d_c_kitoi_color = { color ={0 0 0} can_create = { always = no } } -d_c_kittila_color = { color ={0 0 0} can_create = { always = no } } -d_c_kiz_color = { color ={0 0 0} can_create = { always = no } } -d_c_kizir_color = { color ={0 0 0} can_create = { always = no } } -d_c_klarjeti_color = { color ={0 0 0} can_create = { always = no } } -d_c_kletsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_klingenberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_knin_color = { color ={0 0 0} can_create = { always = no } } -d_c_knittelfeld_color = { color ={0 0 0} can_create = { always = no } } -d_c_koblenz_color = { color ={0 0 0} can_create = { always = no } } -d_c_koda_color = { color ={0 0 0} can_create = { always = no } } -d_c_kodalaka_mandala_color = { color ={0 0 0} can_create = { always = no } } -d_c_koi-bagar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kojuk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kokenois_color = { color ={0 0 0} can_create = { always = no } } -d_c_kokoli_color = { color ={0 0 0} can_create = { always = no } } -d_c_kokpekty_color = { color ={0 0 0} can_create = { always = no } } -d_c_kol_color = { color ={0 0 0} can_create = { always = no } } -d_c_kolhapur_color = { color ={0 0 0} can_create = { always = no } } -d_c_kolobrzeg_color = { color ={0 0 0} can_create = { always = no } } -d_c_kolon_color = { color ={0 0 0} can_create = { always = no } } -d_c_kolyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_kolyvan_color = { color ={0 0 0} can_create = { always = no } } -d_c_konda_ob_color = { color ={0 0 0} can_create = { always = no } } -d_c_kondana_color = { color ={0 0 0} can_create = { always = no } } -d_c_kondoma_color = { color ={0 0 0} can_create = { always = no } } -d_c_kong_color = { color ={0 0 0} can_create = { always = no } } -d_c_kongu_color = { color ={0 0 0} can_create = { always = no } } -d_c_konigsberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_konko_color = { color ={0 0 0} can_create = { always = no } } -d_c_kono_color = { color ={0 0 0} can_create = { always = no } } -d_c_kontupohja_color = { color ={0 0 0} can_create = { always = no } } -d_c_konyan_color = { color ={0 0 0} can_create = { always = no } } -d_c_kopathal_color = { color ={0 0 0} can_create = { always = no } } -d_c_koppam_color = { color ={0 0 0} can_create = { always = no } } -d_c_kordofan_color = { color ={0 0 0} can_create = { always = no } } -d_c_korgon_color = { color ={0 0 0} can_create = { always = no } } -d_c_korinthos_color = { color ={0 0 0} can_create = { always = no } } -d_c_korosten_color = { color ={0 0 0} can_create = { always = no } } -d_c_korsun_color = { color ={0 0 0} can_create = { always = no } } -d_c_kos-buwak_color = { color ={0 0 0} can_create = { always = no } } -d_c_kos_uba_color = { color ={0 0 0} can_create = { always = no } } -d_c_koshuki_color = { color ={0 0 0} can_create = { always = no } } -d_c_kota_color = { color ={0 0 0} can_create = { always = no } } -d_c_kotera_color = { color ={0 0 0} can_create = { always = no } } -d_c_kotivarsa_color = { color ={0 0 0} can_create = { always = no } } -d_c_kotokel_color = { color ={0 0 0} can_create = { always = no } } -d_c_kotoko_color = { color ={0 0 0} can_create = { always = no } } -d_c_kotte_color = { color ={0 0 0} can_create = { always = no } } -d_c_kouga_color = { color ={0 0 0} can_create = { always = no } } -d_c_koutajoki_color = { color ={0 0 0} can_create = { always = no } } -d_c_kozelsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kozlov_color = { color ={0 0 0} can_create = { always = no } } -d_c_krajna_color = { color ={0 0 0} can_create = { always = no } } -d_c_krakowska_color = { color ={0 0 0} can_create = { always = no } } -d_c_kran_color = { color ={0 0 0} can_create = { always = no } } -d_c_kranj_color = { color ={0 0 0} can_create = { always = no } } -d_c_krasnoyarsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_krasso_color = { color ={0 0 0} can_create = { always = no } } -d_c_krems_color = { color ={0 0 0} can_create = { always = no } } -d_c_kropot_color = { color ={0 0 0} can_create = { always = no } } -d_c_kru_color = { color ={0 0 0} can_create = { always = no } } -d_c_kucha_color = { color ={0 0 0} can_create = { always = no } } -d_c_kuchuk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kufa_color = { color ={0 0 0} can_create = { always = no } } -d_c_kuisugu_color = { color ={0 0 0} can_create = { always = no } } -d_c_kujawy_color = { color ={0 0 0} can_create = { always = no } } -d_c_kukiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_kuku_color = { color ={0 0 0} can_create = { always = no } } -d_c_kulan_utmas_color = { color ={0 0 0} can_create = { always = no } } -d_c_kulan_uynak_color = { color ={0 0 0} can_create = { always = no } } -d_c_kulunda_color = { color ={0 0 0} can_create = { always = no } } -d_c_kumaon_color = { color ={0 0 0} can_create = { always = no } } -d_c_kumasi_color = { color ={0 0 0} can_create = { always = no } } -d_c_kumkol_color = { color ={0 0 0} can_create = { always = no } } -d_c_kumtag_color = { color ={0 0 0} can_create = { always = no } } -d_c_kumych_color = { color ={0 0 0} can_create = { always = no } } -d_c_kundina_color = { color ={0 0 0} can_create = { always = no } } -d_c_kuozhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_kuranko_color = { color ={0 0 0} can_create = { always = no } } -d_c_kurdar_color = { color ={0 0 0} can_create = { always = no } } -d_c_kurdistan_color = { color ={0 0 0} can_create = { always = no } } -d_c_kurgan_color = { color ={0 0 0} can_create = { always = no } } -d_c_kurgus_color = { color ={0 0 0} can_create = { always = no } } -d_c_kurmaed_color = { color ={0 0 0} can_create = { always = no } } -d_c_kurmina_color = { color ={0 0 0} can_create = { always = no } } -d_c_kursk_color = { color ={0 0 0} can_create = { always = no } } -d_c_kurumba_color = { color ={0 0 0} can_create = { always = no } } -d_c_kush-murun_color = { color ={0 0 0} can_create = { always = no } } -d_c_kusinagara_color = { color ={0 0 0} can_create = { always = no } } -d_c_kusumi_color = { color ={0 0 0} can_create = { always = no } } -d_c_kutch_color = { color ={0 0 0} can_create = { always = no } } -d_c_kuzbas_color = { color ={0 0 0} can_create = { always = no } } -d_c_kwahu-akyem_color = { color ={0 0 0} can_create = { always = no } } -d_c_kwararafa_color = { color ={0 0 0} can_create = { always = no } } -d_c_kyadya_color = { color ={0 0 0} can_create = { always = no } } -d_c_kyakyaru_color = { color ={0 0 0} can_create = { always = no } } -d_c_kyaukse_color = { color ={0 0 0} can_create = { always = no } } -d_c_kyin_color = { color ={0 0 0} can_create = { always = no } } -d_c_kymyl_tey_color = { color ={0 0 0} can_create = { always = no } } -d_c_kyunglung_color = { color ={0 0 0} can_create = { always = no } } -d_c_kyzistra_color = { color ={0 0 0} can_create = { always = no } } -d_c_kyzylkul_color = { color ={0 0 0} can_create = { always = no } } -d_c_la_marche_color = { color ={0 0 0} can_create = { always = no } } -d_c_labda_color = { color ={0 0 0} can_create = { always = no } } -d_c_labourd_color = { color ={0 0 0} can_create = { always = no } } -d_c_lachyk-uba_color = { color ={0 0 0} can_create = { always = no } } -d_c_laconia_color = { color ={0 0 0} can_create = { always = no } } -d_c_ladyzyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_lag_dera_color = { color ={0 0 0} can_create = { always = no } } -d_c_laghwat_color = { color ={0 0 0} can_create = { always = no } } -d_c_lahur_color = { color ={0 0 0} can_create = { always = no } } -d_c_laia_color = { color ={0 0 0} can_create = { always = no } } -d_c_lakhnau_color = { color ={0 0 0} can_create = { always = no } } -d_c_laksmanavati_color = { color ={0 0 0} can_create = { always = no } } -d_c_lanarkshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_lancashire_color = { color ={0 0 0} can_create = { always = no } } -d_c_lanciano_color = { color ={0 0 0} can_create = { always = no } } -d_c_landsberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_langres_color = { color ={0 0 0} can_create = { always = no } } -d_c_lapusna_color = { color ={0 0 0} can_create = { always = no } } -d_c_lar_color = { color ={0 0 0} can_create = { always = no } } -d_c_lasta_color = { color ={0 0 0} can_create = { always = no } } -d_c_lecce_color = { color ={0 0 0} can_create = { always = no } } -d_c_leczycka_color = { color ={0 0 0} can_create = { always = no } } -d_c_legnica_color = { color ={0 0 0} can_create = { always = no } } -d_c_leh_color = { color ={0 0 0} can_create = { always = no } } -d_c_leicestershire_color = { color ={0 0 0} can_create = { always = no } } -d_c_leinster_color = { color ={0 0 0} can_create = { always = no } } -d_c_lena_color = { color ={0 0 0} can_create = { always = no } } -d_c_lenggu_color = { color ={0 0 0} can_create = { always = no } } -d_c_lenghu_color = { color ={0 0 0} can_create = { always = no } } -d_c_lennox_color = { color ={0 0 0} can_create = { always = no } } -d_c_leon_color = { color ={0 0 0} can_create = { always = no } } -d_c_lepsink_color = { color ={0 0 0} can_create = { always = no } } -d_c_leraba_color = { color ={0 0 0} can_create = { always = no } } -d_c_lesbos_color = { color ={0 0 0} can_create = { always = no } } -d_c_leuchtenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_lhagang_color = { color ={0 0 0} can_create = { always = no } } -d_c_lhari_color = { color ={0 0 0} can_create = { always = no } } -d_c_lhasa_color = { color ={0 0 0} can_create = { always = no } } -d_c_lhatok_color = { color ={0 0 0} can_create = { always = no } } -d_c_lhunze_color = { color ={0 0 0} can_create = { always = no } } -d_c_lhunzhub_color = { color ={0 0 0} can_create = { always = no } } -d_c_liangzhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_liebnitz_color = { color ={0 0 0} can_create = { always = no } } -d_c_liege_color = { color ={0 0 0} can_create = { always = no } } -d_c_lienz_color = { color ={0 0 0} can_create = { always = no } } -d_c_lika_color = { color ={0 0 0} can_create = { always = no } } -d_c_lille_color = { color ={0 0 0} can_create = { always = no } } -d_c_limousin_color = { color ={0 0 0} can_create = { always = no } } -d_c_lincolnshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_lingtsang_color = { color ={0 0 0} can_create = { always = no } } -d_c_linlithgowshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_linz_color = { color ={0 0 0} can_create = { always = no } } -d_c_linze_color = { color ={0 0 0} can_create = { always = no } } -d_c_lippe_color = { color ={0 0 0} can_create = { always = no } } -d_c_lipto_color = { color ={0 0 0} can_create = { always = no } } -d_c_lisboa_color = { color ={0 0 0} can_create = { always = no } } -d_c_lisieux_color = { color ={0 0 0} can_create = { always = no } } -d_c_litang_color = { color ={0 0 0} can_create = { always = no } } -d_c_litomerice_color = { color ={0 0 0} can_create = { always = no } } -d_c_livs_color = { color ={0 0 0} can_create = { always = no } } -d_c_ljubljana_color = { color ={0 0 0} can_create = { always = no } } -d_c_lleida_color = { color ={0 0 0} can_create = { always = no } } -d_c_lobdaburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_lobi_color = { color ={0 0 0} can_create = { always = no } } -d_c_lobo_color = { color ={0 0 0} can_create = { always = no } } -d_c_logudoro_color = { color ={0 0 0} can_create = { always = no } } -d_c_lolland_falster_color = { color ={0 0 0} can_create = { always = no } } -d_c_lombardia_color = { color ={0 0 0} can_create = { always = no } } -d_c_lomzynska_color = { color ={0 0 0} can_create = { always = no } } -d_c_lori_color = { color ={0 0 0} can_create = { always = no } } -d_c_loropeni_color = { color ={0 0 0} can_create = { always = no } } -d_c_lothian_color = { color ={0 0 0} can_create = { always = no } } -d_c_loulan_color = { color ={0 0 0} can_create = { always = no } } -d_c_lower_galatia_color = { color ={0 0 0} can_create = { always = no } } -d_c_lubeck_color = { color ={0 0 0} can_create = { always = no } } -d_c_lubelska_color = { color ={0 0 0} can_create = { always = no } } -d_c_lubusz_color = { color ={0 0 0} can_create = { always = no } } -d_c_lucca_color = { color ={0 0 0} can_create = { always = no } } -d_c_ludrava_color = { color ={0 0 0} can_create = { always = no } } -d_c_luki_color = { color ={0 0 0} can_create = { always = no } } -d_c_lukoml_color = { color ={0 0 0} can_create = { always = no } } -d_c_lumbini_color = { color ={0 0 0} can_create = { always = no } } -d_c_luneburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_lunggar_color = { color ={0 0 0} can_create = { always = no } } -d_c_luni_color = { color ={0 0 0} can_create = { always = no } } -d_c_luntai_color = { color ={0 0 0} can_create = { always = no } } -d_c_luristan_color = { color ={0 0 0} can_create = { always = no } } -d_c_lusignan_color = { color ={0 0 0} can_create = { always = no } } -d_c_luuq_color = { color ={0 0 0} can_create = { always = no } } -d_c_luxembourg_color = { color ={0 0 0} can_create = { always = no } } -d_c_lviv_color = { color ={0 0 0} can_create = { always = no } } -d_c_lycandus_color = { color ={0 0 0} can_create = { always = no } } -d_c_lycaonia_color = { color ={0 0 0} can_create = { always = no } } -d_c_lycia_color = { color ={0 0 0} can_create = { always = no } } -d_c_lydia_color = { color ={0 0 0} can_create = { always = no } } -d_c_lyon_color = { color ={0 0 0} can_create = { always = no } } -d_c_lysva_color = { color ={0 0 0} can_create = { always = no } } -d_c_lyubim_color = { color ={0 0 0} can_create = { always = no } } -d_c_maab_color = { color ={0 0 0} can_create = { always = no } } -d_c_maan_color = { color ={0 0 0} can_create = { always = no } } -d_c_maastricht_color = { color ={0 0 0} can_create = { always = no } } -d_c_macon_color = { color ={0 0 0} can_create = { always = no } } -d_c_macva_color = { color ={0 0 0} can_create = { always = no } } -d_c_madaya_color = { color ={0 0 0} can_create = { always = no } } -d_c_madhupur_color = { color ={0 0 0} can_create = { always = no } } -d_c_madoi_color = { color ={0 0 0} can_create = { always = no } } -d_c_madrid_color = { color ={0 0 0} can_create = { always = no } } -d_c_madurai_color = { color ={0 0 0} can_create = { always = no } } -d_c_mafaza_color = { color ={0 0 0} can_create = { always = no } } -d_c_magadha_color = { color ={0 0 0} can_create = { always = no } } -d_c_magdeburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_maghas_color = { color ={0 0 0} can_create = { always = no } } -d_c_magwe_color = { color ={0 0 0} can_create = { always = no } } -d_c_mahdiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_mahishaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_mahoba_color = { color ={0 0 0} can_create = { always = no } } -d_c_mahra_color = { color ={0 0 0} can_create = { always = no } } -d_c_mahur_color = { color ={0 0 0} can_create = { always = no } } -d_c_maine_color = { color ={0 0 0} can_create = { always = no } } -d_c_mainling_color = { color ={0 0 0} can_create = { always = no } } -d_c_mainz_color = { color ={0 0 0} can_create = { always = no } } -d_c_mait_color = { color ={0 0 0} can_create = { always = no } } -d_c_majar_color = { color ={0 0 0} can_create = { always = no } } -d_c_makhir_color = { color ={0 0 0} can_create = { always = no } } -d_c_malaga_color = { color ={0 0 0} can_create = { always = no } } -d_c_malagon_color = { color ={0 0 0} can_create = { always = no } } -d_c_malbork_color = { color ={0 0 0} can_create = { always = no } } -d_c_maldives_color = { color ={0 0 0} can_create = { always = no } } -d_c_maldwyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_mallabhum_color = { color ={0 0 0} can_create = { always = no } } -d_c_mallorca_color = { color ={0 0 0} can_create = { always = no } } -d_c_malta_color = { color ={0 0 0} can_create = { always = no } } -d_c_mamprusi_color = { color ={0 0 0} can_create = { always = no } } -d_c_man_color = { color ={0 0 0} can_create = { always = no } } -d_c_mana_color = { color ={0 0 0} can_create = { always = no } } -d_c_manatau_color = { color ={0 0 0} can_create = { always = no } } -d_c_mandab_color = { color ={0 0 0} can_create = { always = no } } -d_c_mandapika_color = { color ={0 0 0} can_create = { always = no } } -d_c_mandavyapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_mandestan_color = { color ={0 0 0} can_create = { always = no } } -d_c_mangnai_color = { color ={0 0 0} can_create = { always = no } } -d_c_mangra_color = { color ={0 0 0} can_create = { always = no } } -d_c_mangyshlak_color = { color ={0 0 0} can_create = { always = no } } -d_c_manikpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_manipur_color = { color ={0 0 0} can_create = { always = no } } -d_c_mansfeld_color = { color ={0 0 0} can_create = { always = no } } -d_c_mansura_color = { color ={0 0 0} can_create = { always = no } } -d_c_manthang_color = { color ={0 0 0} can_create = { always = no } } -d_c_mantua_color = { color ={0 0 0} can_create = { always = no } } -d_c_manturovo_color = { color ={0 0 0} can_create = { always = no } } -d_c_maowun_color = { color ={0 0 0} can_create = { always = no } } -d_c_maqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_maqu_color = { color ={0 0 0} can_create = { always = no } } -d_c_maragha_color = { color ={0 0 0} can_create = { always = no } } -d_c_marash_color = { color ={0 0 0} can_create = { always = no } } -d_c_marburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_mareeg_color = { color ={0 0 0} can_create = { always = no } } -d_c_mark_color = { color ={0 0 0} can_create = { always = no } } -d_c_markam_color = { color ={0 0 0} can_create = { always = no } } -d_c_marmaros_color = { color ={0 0 0} can_create = { always = no } } -d_c_marrakesh_color = { color ={0 0 0} can_create = { always = no } } -d_c_marsabit_color = { color ={0 0 0} can_create = { always = no } } -d_c_marsan_color = { color ={0 0 0} can_create = { always = no } } -d_c_martyuba_color = { color ={0 0 0} can_create = { always = no } } -d_c_marvarrud_color = { color ={0 0 0} can_create = { always = no } } -d_c_masa_color = { color ={0 0 0} can_create = { always = no } } -d_c_masabadhan_color = { color ={0 0 0} can_create = { always = no } } -d_c_masalit_color = { color ={0 0 0} can_create = { always = no } } -d_c_masin_color = { color ={0 0 0} can_create = { always = no } } -d_c_massawa_color = { color ={0 0 0} can_create = { always = no } } -d_c_massina_color = { color ={0 0 0} can_create = { always = no } } -d_c_mathura_color = { color ={0 0 0} can_create = { always = no } } -d_c_mau_color = { color ={0 0 0} can_create = { always = no } } -d_c_mayo_color = { color ={0 0 0} can_create = { always = no } } -d_c_mayyafariqin_color = { color ={0 0 0} can_create = { always = no } } -d_c_mazandaran_color = { color ={0 0 0} can_create = { always = no } } -d_c_mazongshan_color = { color ={0 0 0} can_create = { always = no } } -d_c_mearns_color = { color ={0 0 0} can_create = { always = no } } -d_c_meaux_color = { color ={0 0 0} can_create = { always = no } } -d_c_mecca_color = { color ={0 0 0} can_create = { always = no } } -d_c_mecklenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_medantaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_medapata_color = { color ={0 0 0} can_create = { always = no } } -d_c_medellin_color = { color ={0 0 0} can_create = { always = no } } -d_c_medelpad_color = { color ={0 0 0} can_create = { always = no } } -d_c_medina_color = { color ={0 0 0} can_create = { always = no } } -d_c_medjerda_color = { color ={0 0 0} can_create = { always = no } } -d_c_meissen_color = { color ={0 0 0} can_create = { always = no } } -d_c_meknes_color = { color ={0 0 0} can_create = { always = no } } -d_c_melilla_color = { color ={0 0 0} can_create = { always = no } } -d_c_melitene_color = { color ={0 0 0} can_create = { always = no } } -d_c_mema_color = { color ={0 0 0} can_create = { always = no } } -d_c_memar_color = { color ={0 0 0} can_create = { always = no } } -d_c_memel_color = { color ={0 0 0} can_create = { always = no } } -d_c_menorca_color = { color ={0 0 0} can_create = { always = no } } -d_c_merida_color = { color ={0 0 0} can_create = { always = no } } -d_c_merioneth_color = { color ={0 0 0} can_create = { always = no } } -d_c_meroe_color = { color ={0 0 0} can_create = { always = no } } -d_c_mersenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_merv_color = { color ={0 0 0} can_create = { always = no } } -d_c_mesembria_color = { color ={0 0 0} can_create = { always = no } } -d_c_mesopotamia_color = { color ={0 0 0} can_create = { always = no } } -d_c_messenia_color = { color ={0 0 0} can_create = { always = no } } -d_c_messina_color = { color ={0 0 0} can_create = { always = no } } -d_c_messukyla_color = { color ={0 0 0} can_create = { always = no } } -d_c_metz_color = { color ={0 0 0} can_create = { always = no } } -d_c_metzovo_color = { color ={0 0 0} can_create = { always = no } } -d_c_miastko_color = { color ={0 0 0} can_create = { always = no } } -d_c_middlesex_color = { color ={0 0 0} can_create = { always = no } } -d_c_midnapore_color = { color ={0 0 0} can_create = { always = no } } -d_c_miliez_color = { color ={0 0 0} can_create = { always = no } } -d_c_millau_color = { color ={0 0 0} can_create = { always = no } } -d_c_minbu_color = { color ={0 0 0} can_create = { always = no } } -d_c_minden_color = { color ={0 0 0} can_create = { always = no } } -d_c_minsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_mithila_color = { color ={0 0 0} can_create = { always = no } } -d_c_modena_color = { color ={0 0 0} can_create = { always = no } } -d_c_modrus_color = { color ={0 0 0} can_create = { always = no } } -d_c_mogadishu_color = { color ={0 0 0} can_create = { always = no } } -d_c_mohadavasaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_molina_color = { color ={0 0 0} can_create = { always = no } } -d_c_monferrato_color = { color ={0 0 0} can_create = { always = no } } -d_c_monkh_saridag_color = { color ={0 0 0} can_create = { always = no } } -d_c_monmouthshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_montaigu_color = { color ={0 0 0} can_create = { always = no } } -d_c_montargis_color = { color ={0 0 0} can_create = { always = no } } -d_c_monterrei_color = { color ={0 0 0} can_create = { always = no } } -d_c_montpellier_color = { color ={0 0 0} can_create = { always = no } } -d_c_mora_color = { color ={0 0 0} can_create = { always = no } } -d_c_morarna_color = { color ={0 0 0} can_create = { always = no } } -d_c_moray_color = { color ={0 0 0} can_create = { always = no } } -d_c_more_color = { color ={0 0 0} can_create = { always = no } } -d_c_mosala_color = { color ={0 0 0} can_create = { always = no } } -d_c_moskva_color = { color ={0 0 0} can_create = { always = no } } -d_c_mosul_color = { color ={0 0 0} can_create = { always = no } } -d_c_mosynopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_moura_color = { color ={0 0 0} can_create = { always = no } } -d_c_mozhaysk_color = { color ={0 0 0} can_create = { always = no } } -d_c_mudgagiri_color = { color ={0 0 0} can_create = { always = no } } -d_c_mudug_color = { color ={0 0 0} can_create = { always = no } } -d_c_mugan_color = { color ={0 0 0} can_create = { always = no } } -d_c_mugodzhar_hills_color = { color ={0 0 0} can_create = { always = no } } -d_c_mulaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_multan_color = { color ={0 0 0} can_create = { always = no } } -d_c_muluya_color = { color ={0 0 0} can_create = { always = no } } -d_c_mumo_color = { color ={0 0 0} can_create = { always = no } } -d_c_munchen_color = { color ={0 0 0} can_create = { always = no } } -d_c_munda_color = { color ={0 0 0} can_create = { always = no } } -d_c_munio_color = { color ={0 0 0} can_create = { always = no } } -d_c_munjan_color = { color ={0 0 0} can_create = { always = no } } -d_c_munster_color = { color ={0 0 0} can_create = { always = no } } -d_c_murcia_color = { color ={0 0 0} can_create = { always = no } } -d_c_murom_color = { color ={0 0 0} can_create = { always = no } } -d_c_murun_tomis_color = { color ={0 0 0} can_create = { always = no } } -d_c_murzuk_color = { color ={0 0 0} can_create = { always = no } } -d_c_muscat_color = { color ={0 0 0} can_create = { always = no } } -d_c_mustasaari_color = { color ={0 0 0} can_create = { always = no } } -d_c_muya_color = { color ={0 0 0} can_create = { always = no } } -d_c_mysia_color = { color ={0 0 0} can_create = { always = no } } -d_c_nabadwipa_color = { color ={0 0 0} can_create = { always = no } } -d_c_naddula_color = { color ={0 0 0} can_create = { always = no } } -d_c_naga_color = { color ={0 0 0} can_create = { always = no } } -d_c_nagarze_color = { color ={0 0 0} can_create = { always = no } } -d_c_nagauda_color = { color ={0 0 0} can_create = { always = no } } -d_c_nagchu_color = { color ={0 0 0} can_create = { always = no } } -d_c_nagormo_color = { color ={0 0 0} can_create = { always = no } } -d_c_naimisa_color = { color ={0 0 0} can_create = { always = no } } -d_c_naissus_color = { color ={0 0 0} can_create = { always = no } } -d_c_najera_color = { color ={0 0 0} can_create = { always = no } } -d_c_najran_color = { color ={0 0 0} can_create = { always = no } } -d_c_nakhshab_color = { color ={0 0 0} can_create = { always = no } } -d_c_naldurg_color = { color ={0 0 0} can_create = { always = no } } -d_c_nallamala_color = { color ={0 0 0} can_create = { always = no } } -d_c_nalu_color = { color ={0 0 0} can_create = { always = no } } -d_c_namandiru_color = { color ={0 0 0} can_create = { always = no } } -d_c_namdalfylki_color = { color ={0 0 0} can_create = { always = no } } -d_c_namur_color = { color ={0 0 0} can_create = { always = no } } -d_c_nancy_color = { color ={0 0 0} can_create = { always = no } } -d_c_nandana_color = { color ={0 0 0} can_create = { always = no } } -d_c_nang_color = { color ={0 0 0} can_create = { always = no } } -d_c_nangqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_nantes_color = { color ={0 0 0} can_create = { always = no } } -d_c_nanumba_color = { color ={0 0 0} can_create = { always = no } } -d_c_napoli_color = { color ={0 0 0} can_create = { always = no } } -d_c_naqis_color = { color ={0 0 0} can_create = { always = no } } -d_c_narim_color = { color ={0 0 0} can_create = { always = no } } -d_c_narke_color = { color ={0 0 0} can_create = { always = no } } -d_c_narva_color = { color ={0 0 0} can_create = { always = no } } -d_c_narym_DZU_color = { color ={0 0 0} can_create = { always = no } } -d_c_nasaiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_nasibin_color = { color ={0 0 0} can_create = { always = no } } -d_c_nasrabad_color = { color ={0 0 0} can_create = { always = no } } -d_c_nassau_color = { color ={0 0 0} can_create = { always = no } } -d_c_natangia_color = { color ={0 0 0} can_create = { always = no } } -d_c_naumberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_naumburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_naushki_color = { color ={0 0 0} can_create = { always = no } } -d_c_navarra_color = { color ={0 0 0} can_create = { always = no } } -d_c_navasarika_color = { color ={0 0 0} can_create = { always = no } } -d_c_naxos_color = { color ={0 0 0} can_create = { always = no } } -d_c_ndenye_color = { color ={0 0 0} can_create = { always = no } } -d_c_neamnt_color = { color ={0 0 0} can_create = { always = no } } -d_c_nedenes_color = { color ={0 0 0} can_create = { always = no } } -d_c_nedersticht_color = { color ={0 0 0} can_create = { always = no } } -d_c_negev_color = { color ={0 0 0} can_create = { always = no } } -d_c_nellore_color = { color ={0 0 0} can_create = { always = no } } -d_c_neopatras_color = { color ={0 0 0} can_create = { always = no } } -d_c_neramkary_color = { color ={0 0 0} can_create = { always = no } } -d_c_neufchateau_color = { color ={0 0 0} can_create = { always = no } } -d_c_nevers_color = { color ={0 0 0} can_create = { always = no } } -d_c_ngawa_color = { color ={0 0 0} can_create = { always = no } } -d_c_ngoring_color = { color ={0 0 0} can_create = { always = no } } -d_c_niani_color = { color ={0 0 0} can_create = { always = no } } -d_c_nice_color = { color ={0 0 0} can_create = { always = no } } -d_c_nicopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_nicosia_color = { color ={0 0 0} can_create = { always = no } } -d_c_niebla_color = { color ={0 0 0} can_create = { always = no } } -d_c_nih_color = { color ={0 0 0} can_create = { always = no } } -d_c_nihawand_color = { color ={0 0 0} can_create = { always = no } } -d_c_nikaea_color = { color ={0 0 0} can_create = { always = no } } -d_c_nikki_color = { color ={0 0 0} can_create = { always = no } } -d_c_nikopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_ninive_color = { color ={0 0 0} can_create = { always = no } } -d_c_niomi_color = { color ={0 0 0} can_create = { always = no } } -d_c_nishapur_color = { color ={0 0 0} can_create = { always = no } } -d_c_nizhny_novgorod_color = { color ={0 0 0} can_create = { always = no } } -d_c_nizwa_color = { color ={0 0 0} can_create = { always = no } } -d_c_njudung_color = { color ={0 0 0} can_create = { always = no } } -d_c_nordlingen_color = { color ={0 0 0} can_create = { always = no } } -d_c_nordmark_color = { color ={0 0 0} can_create = { always = no } } -d_c_nordrland_color = { color ={0 0 0} can_create = { always = no } } -d_c_norfolk_color = { color ={0 0 0} can_create = { always = no } } -d_c_north_riding_color = { color ={0 0 0} can_create = { always = no } } -d_c_northamptonshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_northumberland_color = { color ={0 0 0} can_create = { always = no } } -d_c_norwegian_more_color = { color ={0 0 0} can_create = { always = no } } -d_c_nottinghamshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_novara_color = { color ={0 0 0} can_create = { always = no } } -d_c_novgorod_color = { color ={0 0 0} can_create = { always = no } } -d_c_novgorod_seversky_color = { color ={0 0 0} can_create = { always = no } } -d_c_novogrudok_color = { color ={0 0 0} can_create = { always = no } } -d_c_novosil_color = { color ={0 0 0} can_create = { always = no } } -d_c_nugaal_color = { color ={0 0 0} can_create = { always = no } } -d_c_nuon_color = { color ={0 0 0} can_create = { always = no } } -d_c_nupe_color = { color ={0 0 0} can_create = { always = no } } -d_c_nurnberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_nurtay_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyagrong_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyainrong_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyalam_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyemo_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyene_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyima_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyingchi_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyitra_color = { color ={0 0 0} can_create = { always = no } } -d_c_nyland_color = { color ={0 0 0} can_create = { always = no } } -d_c_nysa_color = { color ={0 0 0} can_create = { always = no } } -d_c_nzi_color = { color ={0 0 0} can_create = { always = no } } -d_c_ob_color = { color ={0 0 0} can_create = { always = no } } -d_c_odessa_color = { color ={0 0 0} can_create = { always = no } } -d_c_odishi_color = { color ={0 0 0} can_create = { always = no } } -d_c_odoyev_color = { color ={0 0 0} can_create = { always = no } } -d_c_ohrid_color = { color ={0 0 0} can_create = { always = no } } -d_c_oigon_color = { color ={0 0 0} can_create = { always = no } } -d_c_okangara_color = { color ={0 0 0} can_create = { always = no } } -d_c_oland_color = { color ={0 0 0} can_create = { always = no } } -d_c_olavinlinna_color = { color ={0 0 0} can_create = { always = no } } -d_c_oldenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_oleshye_color = { color ={0 0 0} can_create = { always = no } } -d_c_olkhon_color = { color ={0 0 0} can_create = { always = no } } -d_c_olmedo_color = { color ={0 0 0} can_create = { always = no } } -d_c_olomouc_color = { color ={0 0 0} can_create = { always = no } } -d_c_omsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_onega_color = { color ={0 0 0} can_create = { always = no } } -d_c_onega_BJA_color = { color ={0 0 0} can_create = { always = no } } -d_c_ongi_color = { color ={0 0 0} can_create = { always = no } } -d_c_onsthia_color = { color ={0 0 0} can_create = { always = no } } -d_c_opanda_color = { color ={0 0 0} can_create = { always = no } } -d_c_opava_color = { color ={0 0 0} can_create = { always = no } } -d_c_opole_color = { color ={0 0 0} can_create = { always = no } } -d_c_orangallu_color = { color ={0 0 0} can_create = { always = no } } -d_c_orania_color = { color ={0 0 0} can_create = { always = no } } -d_c_orava_color = { color ={0 0 0} can_create = { always = no } } -d_c_orbetello_color = { color ={0 0 0} can_create = { always = no } } -d_c_orenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_orhei_color = { color ={0 0 0} can_create = { always = no } } -d_c_oriel_color = { color ={0 0 0} can_create = { always = no } } -d_c_orkney_color = { color ={0 0 0} can_create = { always = no } } -d_c_orlamunde_color = { color ={0 0 0} can_create = { always = no } } -d_c_orleans_color = { color ={0 0 0} can_create = { always = no } } -d_c_ormond_color = { color ={0 0 0} can_create = { always = no } } -d_c_orsha_color = { color ={0 0 0} can_create = { always = no } } -d_c_orvieto_color = { color ={0 0 0} can_create = { always = no } } -d_c_osel_color = { color ={0 0 0} can_create = { always = no } } -d_c_oshrusana_color = { color ={0 0 0} can_create = { always = no } } -d_c_oskol_color = { color ={0 0 0} can_create = { always = no } } -d_c_osnabruck_color = { color ={0 0 0} can_create = { always = no } } -d_c_ossory_color = { color ={0 0 0} can_create = { always = no } } -d_c_ostergotland_color = { color ={0 0 0} can_create = { always = no } } -d_c_osterland_color = { color ={0 0 0} can_create = { always = no } } -d_c_osterode_color = { color ={0 0 0} can_create = { always = no } } -d_c_ostfriesland_color = { color ={0 0 0} can_create = { always = no } } -d_c_otrar_color = { color ={0 0 0} can_create = { always = no } } -d_c_oudalan_color = { color ={0 0 0} can_create = { always = no } } -d_c_oulu_color = { color ={0 0 0} can_create = { always = no } } -d_c_outer_hebrides_color = { color ={0 0 0} can_create = { always = no } } -d_c_oversticht_color = { color ={0 0 0} can_create = { always = no } } -d_c_owu_color = { color ={0 0 0} can_create = { always = no } } -d_c_oxfordshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_oyo_color = { color ={0 0 0} can_create = { always = no } } -d_c_pacatiana_color = { color ={0 0 0} can_create = { always = no } } -d_c_paderborn_color = { color ={0 0 0} can_create = { always = no } } -d_c_padua_color = { color ={0 0 0} can_create = { always = no } } -d_c_padum_color = { color ={0 0 0} can_create = { always = no } } -d_c_paeonia_color = { color ={0 0 0} can_create = { always = no } } -d_c_pagan_color = { color ={0 0 0} can_create = { always = no } } -d_c_pagania_color = { color ={0 0 0} can_create = { always = no } } -d_c_palakka_color = { color ={0 0 0} can_create = { always = no } } -d_c_palanga_color = { color ={0 0 0} can_create = { always = no } } -d_c_palermo_color = { color ={0 0 0} can_create = { always = no } } -d_c_pallas_color = { color ={0 0 0} can_create = { always = no } } -d_c_palmyra_color = { color ={0 0 0} can_create = { always = no } } -d_c_palniki_color = { color ={0 0 0} can_create = { always = no } } -d_c_pamphylia_color = { color ={0 0 0} can_create = { always = no } } -d_c_panaji_color = { color ={0 0 0} can_create = { always = no } } -d_c_panjgur_color = { color ={0 0 0} can_create = { always = no } } -d_c_pannagallu_color = { color ={0 0 0} can_create = { always = no } } -d_c_paphlagonia_color = { color ={0 0 0} can_create = { always = no } } -d_c_parma_color = { color ={0 0 0} can_create = { always = no } } -d_c_paro_color = { color ={0 0 0} can_create = { always = no } } -d_c_parsberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_passau_color = { color ={0 0 0} can_create = { always = no } } -d_c_pavia_color = { color ={0 0 0} can_create = { always = no } } -d_c_pavlodar_color = { color ={0 0 0} can_create = { always = no } } -d_c_peaccam_color = { color ={0 0 0} can_create = { always = no } } -d_c_pecheneg_color = { color ={0 0 0} can_create = { always = no } } -d_c_pedersore_color = { color ={0 0 0} can_create = { always = no } } -d_c_pegu_color = { color ={0 0 0} can_create = { always = no } } -d_c_pelym_color = { color ={0 0 0} can_create = { always = no } } -d_c_pelyul_color = { color ={0 0 0} can_create = { always = no } } -d_c_pemako_color = { color ={0 0 0} can_create = { always = no } } -d_c_pembrokeshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_pendjari_color = { color ={0 0 0} can_create = { always = no } } -d_c_penthievre_color = { color ={0 0 0} can_create = { always = no } } -d_c_penugonda_color = { color ={0 0 0} can_create = { always = no } } -d_c_penza_color = { color ={0 0 0} can_create = { always = no } } -d_c_perekop_color = { color ={0 0 0} can_create = { always = no } } -d_c_peremyshl_color = { color ={0 0 0} can_create = { always = no } } -d_c_peresopnytsia_color = { color ={0 0 0} can_create = { always = no } } -d_c_pereyaslavl_color = { color ={0 0 0} can_create = { always = no } } -d_c_perigord_color = { color ={0 0 0} can_create = { always = no } } -d_c_perm_color = { color ={0 0 0} can_create = { always = no } } -d_c_pest_color = { color ={0 0 0} can_create = { always = no } } -d_c_petropavl_color = { color ={0 0 0} can_create = { always = no } } -d_c_petropavolsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_petrovsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_philippopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_philomelium_color = { color ={0 0 0} can_create = { always = no } } -d_c_phiti_color = { color ={0 0 0} can_create = { always = no } } -d_c_phrygia_color = { color ={0 0 0} can_create = { always = no } } -d_c_pielinen_color = { color ={0 0 0} can_create = { always = no } } -d_c_pila_color = { color ={0 0 0} can_create = { always = no } } -d_c_pinsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_pirin_color = { color ={0 0 0} can_create = { always = no } } -d_c_pisa_color = { color ={0 0 0} can_create = { always = no } } -d_c_pisidia_color = { color ={0 0 0} can_create = { always = no } } -d_c_pite_color = { color ={0 0 0} can_create = { always = no } } -d_c_pitten_color = { color ={0 0 0} can_create = { always = no } } -d_c_plasencia_color = { color ={0 0 0} can_create = { always = no } } -d_c_plocka_color = { color ={0 0 0} can_create = { always = no } } -d_c_plyos_color = { color ={0 0 0} can_create = { always = no } } -d_c_plzen_color = { color ={0 0 0} can_create = { always = no } } -d_c_po_color = { color ={0 0 0} can_create = { always = no } } -d_c_podor_color = { color ={0 0 0} can_create = { always = no } } -d_c_podrinje_color = { color ={0 0 0} can_create = { always = no } } -d_c_poitiers_color = { color ={0 0 0} can_create = { always = no } } -d_c_polesine_color = { color ={0 0 0} can_create = { always = no } } -d_c_polotsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_polovragi_color = { color ={0 0 0} can_create = { always = no } } -d_c_pomoravlje_color = { color ={0 0 0} can_create = { always = no } } -d_c_pomorje_color = { color ={0 0 0} can_create = { always = no } } -d_c_pompeiopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_porto_color = { color ={0 0 0} can_create = { always = no } } -d_c_poszony_color = { color ={0 0 0} can_create = { always = no } } -d_c_povenets_color = { color ={0 0 0} can_create = { always = no } } -d_c_pozega_color = { color ={0 0 0} can_create = { always = no } } -d_c_poznanska_color = { color ={0 0 0} can_create = { always = no } } -d_c_praha_color = { color ={0 0 0} can_create = { always = no } } -d_c_pravia_color = { color ={0 0 0} can_create = { always = no } } -d_c_prayaga_color = { color ={0 0 0} can_create = { always = no } } -d_c_prenzlau_color = { color ={0 0 0} can_create = { always = no } } -d_c_prerov_color = { color ={0 0 0} can_create = { always = no } } -d_c_provence_color = { color ={0 0 0} can_create = { always = no } } -d_c_prusa_color = { color ={0 0 0} can_create = { always = no } } -d_c_przemkow_color = { color ={0 0 0} can_create = { always = no } } -d_c_pset_color = { color ={0 0 0} can_create = { always = no } } -d_c_pskov_color = { color ={0 0 0} can_create = { always = no } } -d_c_pudozh_color = { color ={0 0 0} can_create = { always = no } } -d_c_puigcerda_color = { color ={0 0 0} can_create = { always = no } } -d_c_pula_color = { color ={0 0 0} can_create = { always = no } } -d_c_punakha_color = { color ={0 0 0} can_create = { always = no } } -d_c_pundravardhana_color = { color ={0 0 0} can_create = { always = no } } -d_c_purang_color = { color ={0 0 0} can_create = { always = no } } -d_c_puri_color = { color ={0 0 0} can_create = { always = no } } -d_c_purig_color = { color ={0 0 0} can_create = { always = no } } -d_c_purushapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_puttlingen_color = { color ={0 0 0} can_create = { always = no } } -d_c_putyvl_color = { color ={0 0 0} can_create = { always = no } } -d_c_qadisiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_qain_color = { color ={0 0 0} can_create = { always = no } } -d_c_qalaafe_color = { color ={0 0 0} can_create = { always = no } } -d_c_qamdo_color = { color ={0 0 0} can_create = { always = no } } -d_c_qaryatan_color = { color ={0 0 0} can_create = { always = no } } -d_c_qashtiliya_color = { color ={0 0 0} can_create = { always = no } } -d_c_qasim_color = { color ={0 0 0} can_create = { always = no } } -d_c_qasr_ibrim_color = { color ={0 0 0} can_create = { always = no } } -d_c_qataa_color = { color ={0 0 0} can_create = { always = no } } -d_c_qatif_color = { color ={0 0 0} can_create = { always = no } } -d_c_qayaliq_color = { color ={0 0 0} can_create = { always = no } } -d_c_qazwin_color = { color ={0 0 0} can_create = { always = no } } -d_c_qilin_color = { color ={0 0 0} can_create = { always = no } } -d_c_qimr_color = { color ={0 0 0} can_create = { always = no } } -d_c_qinggil_color = { color ={0 0 0} can_create = { always = no } } -d_c_qinnasrin_color = { color ={0 0 0} can_create = { always = no } } -d_c_qom_color = { color ={0 0 0} can_create = { always = no } } -d_c_qoshagyl_color = { color ={0 0 0} can_create = { always = no } } -d_c_quercy_color = { color ={0 0 0} can_create = { always = no } } -d_c_qumarleb_color = { color ={0 0 0} can_create = { always = no } } -d_c_qumisha_color = { color ={0 0 0} can_create = { always = no } } -d_c_quqen_color = { color ={0 0 0} can_create = { always = no } } -d_c_quriltay_color = { color ={0 0 0} can_create = { always = no } } -d_c_qurta_color = { color ={0 0 0} can_create = { always = no } } -d_c_qus_color = { color ={0 0 0} can_create = { always = no } } -d_c_qusayr_color = { color ={0 0 0} can_create = { always = no } } -d_c_racakonda_color = { color ={0 0 0} can_create = { always = no } } -d_c_radha_color = { color ={0 0 0} can_create = { always = no } } -d_c_radomska_color = { color ={0 0 0} can_create = { always = no } } -d_c_ragusa_color = { color ={0 0 0} can_create = { always = no } } -d_c_rahba_color = { color ={0 0 0} can_create = { always = no } } -d_c_raimskoe_color = { color ={0 0 0} can_create = { always = no } } -d_c_rajanpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_rajrappa_color = { color ={0 0 0} can_create = { always = no } } -d_c_rama_color = { color ={0 0 0} can_create = { always = no } } -d_c_ramagiri_color = { color ={0 0 0} can_create = { always = no } } -d_c_ramhurmuz_color = { color ={0 0 0} can_create = { always = no } } -d_c_ramu_color = { color ={0 0 0} can_create = { always = no } } -d_c_ranikot_color = { color ={0 0 0} can_create = { always = no } } -d_c_raniriki_color = { color ={0 0 0} can_create = { always = no } } -d_c_rano_color = { color ={0 0 0} can_create = { always = no } } -d_c_ranthambore_color = { color ={0 0 0} can_create = { always = no } } -d_c_raqqa_color = { color ={0 0 0} can_create = { always = no } } -d_c_ras_hafun_color = { color ={0 0 0} can_create = { always = no } } -d_c_raseiniai_color = { color ={0 0 0} can_create = { always = no } } -d_c_rashka_color = { color ={0 0 0} can_create = { always = no } } -d_c_rasht_color = { color ={0 0 0} can_create = { always = no } } -d_c_ratanpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_ratibor_color = { color ={0 0 0} can_create = { always = no } } -d_c_ravenna_color = { color ={0 0 0} can_create = { always = no } } -d_c_ravensburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_rayapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_rayy_color = { color ={0 0 0} can_create = { always = no } } -d_c_rebgong_color = { color ={0 0 0} can_create = { always = no } } -d_c_regensburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_reggio_calabria_color = { color ={0 0 0} can_create = { always = no } } -d_c_reims_color = { color ={0 0 0} can_create = { always = no } } -d_c_renandu_color = { color ={0 0 0} can_create = { always = no } } -d_c_reni_color = { color ={0 0 0} can_create = { always = no } } -d_c_rennes_color = { color ={0 0 0} can_create = { always = no } } -d_c_rethel_color = { color ={0 0 0} can_create = { always = no } } -d_c_reval_color = { color ={0 0 0} can_create = { always = no } } -d_c_rhodopes_color = { color ={0 0 0} can_create = { always = no } } -d_c_rhodos_color = { color ={0 0 0} can_create = { always = no } } -d_c_ribe_color = { color ={0 0 0} can_create = { always = no } } -d_c_rima_color = { color ={0 0 0} can_create = { always = no } } -d_c_ringkobing_color = { color ={0 0 0} can_create = { always = no } } -d_c_riqan_color = { color ={0 0 0} can_create = { always = no } } -d_c_rivsharan_color = { color ={0 0 0} can_create = { always = no } } -d_c_rogalandi_color = { color ={0 0 0} can_create = { always = no } } -d_c_rohana_color = { color ={0 0 0} can_create = { always = no } } -d_c_roing_color = { color ={0 0 0} can_create = { always = no } } -d_c_roma_color = { color ={0 0 0} can_create = { always = no } } -d_c_romen_color = { color ={0 0 0} can_create = { always = no } } -d_c_rosenheim_color = { color ={0 0 0} can_create = { always = no } } -d_c_roslavl_color = { color ={0 0 0} can_create = { always = no } } -d_c_ross_color = { color ={0 0 0} can_create = { always = no } } -d_c_rossano_color = { color ={0 0 0} can_create = { always = no } } -d_c_rossello_color = { color ={0 0 0} can_create = { always = no } } -d_c_rostock_color = { color ={0 0 0} can_create = { always = no } } -d_c_rothas_color = { color ={0 0 0} can_create = { always = no } } -d_c_rothenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_rouen_color = { color ={0 0 0} can_create = { always = no } } -d_c_rouergue_color = { color ={0 0 0} can_create = { always = no } } -d_c_rounala_color = { color ={0 0 0} can_create = { always = no } } -d_c_rudbar_color = { color ={0 0 0} can_create = { always = no } } -d_c_rugen_color = { color ={0 0 0} can_create = { always = no } } -d_c_rukhaj_color = { color ={0 0 0} can_create = { always = no } } -d_c_ruppin_color = { color ={0 0 0} can_create = { always = no } } -d_c_rusa_color = { color ={0 0 0} can_create = { always = no } } -d_c_rusafa_color = { color ={0 0 0} can_create = { always = no } } -d_c_rutog_color = { color ={0 0 0} can_create = { always = no } } -d_c_ruyan_color = { color ={0 0 0} can_create = { always = no } } -d_c_ryazan_color = { color ={0 0 0} can_create = { always = no } } -d_c_ryty_color = { color ={0 0 0} can_create = { always = no } } -d_c_saalum_color = { color ={0 0 0} can_create = { always = no } } -d_c_saarbrucken_color = { color ={0 0 0} can_create = { always = no } } -d_c_sabakyul_color = { color ={0 0 0} can_create = { always = no } } -d_c_sable_color = { color ={0 0 0} can_create = { always = no } } -d_c_sabzevar_color = { color ={0 0 0} can_create = { always = no } } -d_c_sacz_color = { color ={0 0 0} can_create = { always = no } } -d_c_safata_color = { color ={0 0 0} can_create = { always = no } } -d_c_sagaing_color = { color ={0 0 0} can_create = { always = no } } -d_c_sagar_color = { color ={0 0 0} can_create = { always = no } } -d_c_sagiz_color = { color ={0 0 0} can_create = { always = no } } -d_c_sagya_color = { color ={0 0 0} can_create = { always = no } } -d_c_sai_color = { color ={0 0 0} can_create = { always = no } } -d_c_saimara_color = { color ={0 0 0} can_create = { always = no } } -d_c_saintonge_color = { color ={0 0 0} can_create = { always = no } } -d_c_sakala_color = { color ={0 0 0} can_create = { always = no } } -d_c_sakarai_color = { color ={0 0 0} can_create = { always = no } } -d_c_sakmara_color = { color ={0 0 0} can_create = { always = no } } -d_c_salamanca_color = { color ={0 0 0} can_create = { always = no } } -d_c_salamat_color = { color ={0 0 0} can_create = { always = no } } -d_c_salavat_color = { color ={0 0 0} can_create = { always = no } } -d_c_salerno_color = { color ={0 0 0} can_create = { always = no } } -d_c_salinis_color = { color ={0 0 0} can_create = { always = no } } -d_c_salzburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_samaiqan_color = { color ={0 0 0} can_create = { always = no } } -d_c_samander_color = { color ={0 0 0} can_create = { always = no } } -d_c_samar_color = { color ={0 0 0} can_create = { always = no } } -d_c_samar_VB_color = { color ={0 0 0} can_create = { always = no } } -d_c_samarkand_color = { color ={0 0 0} can_create = { always = no } } -d_c_samarra_color = { color ={0 0 0} can_create = { always = no } } -d_c_samatata_color = { color ={0 0 0} can_create = { always = no } } -d_c_sambalpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_sambhal_color = { color ={0 0 0} can_create = { always = no } } -d_c_samiran_color = { color ={0 0 0} can_create = { always = no } } -d_c_samman_color = { color ={0 0 0} can_create = { always = no } } -d_c_samosata_color = { color ={0 0 0} can_create = { always = no } } -d_c_sanaa_color = { color ={0 0 0} can_create = { always = no } } -d_c_sancerre_color = { color ={0 0 0} can_create = { always = no } } -d_c_sanda_color = { color ={0 0 0} can_create = { always = no } } -d_c_sandomierska_color = { color ={0 0 0} can_create = { always = no } } -d_c_sandoway_color = { color ={0 0 0} can_create = { always = no } } -d_c_sangqu_color = { color ={0 0 0} can_create = { always = no } } -d_c_sanij_color = { color ={0 0 0} can_create = { always = no } } -d_c_sankt_gallen_color = { color ={0 0 0} can_create = { always = no } } -d_c_sankt_polten_color = { color ={0 0 0} can_create = { always = no } } -d_c_santiago_color = { color ={0 0 0} can_create = { always = no } } -d_c_saoura_color = { color ={0 0 0} can_create = { always = no } } -d_c_saptagrama_color = { color ={0 0 0} can_create = { always = no } } -d_c_saqsin_color = { color ={0 0 0} can_create = { always = no } } -d_c_sarakhs_color = { color ={0 0 0} can_create = { always = no } } -d_c_saran_color = { color ={0 0 0} can_create = { always = no } } -d_c_sarangpur_color = { color ={0 0 0} can_create = { always = no } } -d_c_sarasvata_mandala_color = { color ={0 0 0} can_create = { always = no } } -d_c_sarasvati_color = { color ={0 0 0} can_create = { always = no } } -d_c_saratov_color = { color ={0 0 0} can_create = { always = no } } -d_c_sardan_color = { color ={0 0 0} can_create = { always = no } } -d_c_saris_color = { color ={0 0 0} can_create = { always = no } } -d_c_sarkel_color = { color ={0 0 0} can_create = { always = no } } -d_c_sartlan_color = { color ={0 0 0} can_create = { always = no } } -d_c_sarykamysh_color = { color ={0 0 0} can_create = { always = no } } -d_c_sarysyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_sasaram_color = { color ={0 0 0} can_create = { always = no } } -d_c_satakunta_color = { color ={0 0 0} can_create = { always = no } } -d_c_satala_color = { color ={0 0 0} can_create = { always = no } } -d_c_satfura_color = { color ={0 0 0} can_create = { always = no } } -d_c_satif_color = { color ={0 0 0} can_create = { always = no } } -d_c_satyapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_saumur_color = { color ={0 0 0} can_create = { always = no } } -d_c_savalu_color = { color ={0 0 0} can_create = { always = no } } -d_c_savoie_color = { color ={0 0 0} can_create = { always = no } } -d_c_say_color = { color ={0 0 0} can_create = { always = no } } -d_c_sayn_color = { color ={0 0 0} can_create = { always = no } } -d_c_scalovia_color = { color ={0 0 0} can_create = { always = no } } -d_c_schaumberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_schmalkalden_color = { color ={0 0 0} can_create = { always = no } } -d_c_schweibus_color = { color ={0 0 0} can_create = { always = no } } -d_c_sebasteia_color = { color ={0 0 0} can_create = { always = no } } -d_c_sebezh_color = { color ={0 0 0} can_create = { always = no } } -d_c_sebur_color = { color ={0 0 0} can_create = { always = no } } -d_c_selenga_color = { color ={0 0 0} can_create = { always = no } } -d_c_seleucia_color = { color ={0 0 0} can_create = { always = no } } -d_c_selge_color = { color ={0 0 0} can_create = { always = no } } -d_c_selpils_color = { color ={0 0 0} can_create = { always = no } } -d_c_semey_color = { color ={0 0 0} can_create = { always = no } } -d_c_semien_color = { color ={0 0 0} can_create = { always = no } } -d_c_sennar_color = { color ={0 0 0} can_create = { always = no } } -d_c_seno_color = { color ={0 0 0} can_create = { always = no } } -d_c_sens_color = { color ={0 0 0} can_create = { always = no } } -d_c_serae_color = { color ={0 0 0} can_create = { always = no } } -d_c_serres_color = { color ={0 0 0} can_create = { always = no } } -d_c_sertar_color = { color ={0 0 0} can_create = { always = no } } -d_c_sevede_color = { color ={0 0 0} can_create = { always = no } } -d_c_severin_color = { color ={0 0 0} can_create = { always = no } } -d_c_sevilla_color = { color ={0 0 0} can_create = { always = no } } -d_c_sevsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_sewa_color = { color ={0 0 0} can_create = { always = no } } -d_c_sfax_color = { color ={0 0 0} can_create = { always = no } } -d_c_shabe_color = { color ={0 0 0} can_create = { always = no } } -d_c_shahrazur_color = { color ={0 0 0} can_create = { always = no } } -d_c_shahre-babak_color = { color ={0 0 0} can_create = { always = no } } -d_c_shaki_color = { color ={0 0 0} can_create = { always = no } } -d_c_shamir_color = { color ={0 0 0} can_create = { always = no } } -d_c_shanzhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_shaqiq_color = { color ={0 0 0} can_create = { always = no } } -d_c_sharaf_color = { color ={0 0 0} can_create = { always = no } } -d_c_sharga_color = { color ={0 0 0} can_create = { always = no } } -d_c_sharka_color = { color ={0 0 0} can_create = { always = no } } -d_c_sharkiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_shavgar_color = { color ={0 0 0} can_create = { always = no } } -d_c_shayzar_color = { color ={0 0 0} can_create = { always = no } } -d_c_shazhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_shchuchinsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_shelji_color = { color ={0 0 0} can_create = { always = no } } -d_c_shenkursk_color = { color ={0 0 0} can_create = { always = no } } -d_c_sherbro_color = { color ={0 0 0} can_create = { always = no } } -d_c_shetland_color = { color ={0 0 0} can_create = { always = no } } -d_c_shigar_color = { color ={0 0 0} can_create = { always = no } } -d_c_shiraz_color = { color ={0 0 0} can_create = { always = no } } -d_c_shirvan_color = { color ={0 0 0} can_create = { always = no } } -d_c_shishina_color = { color ={0 0 0} can_create = { always = no } } -d_c_shityy_color = { color ={0 0 0} can_create = { always = no } } -d_c_shor_color = { color ={0 0 0} can_create = { always = no } } -d_c_shorkot_color = { color ={0 0 0} can_create = { always = no } } -d_c_showa_color = { color ={0 0 0} can_create = { always = no } } -d_c_showak_color = { color ={0 0 0} can_create = { always = no } } -d_c_shropshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_shughnan_color = { color ={0 0 0} can_create = { always = no } } -d_c_shunzhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_siauliai_color = { color ={0 0 0} can_create = { always = no } } -d_c_sibi_color = { color ={0 0 0} can_create = { always = no } } -d_c_sibi_mali_color = { color ={0 0 0} can_create = { always = no } } -d_c_sibir_color = { color ={0 0 0} can_create = { always = no } } -d_c_sidamo_color = { color ={0 0 0} can_create = { always = no } } -d_c_siena_color = { color ={0 0 0} can_create = { always = no } } -d_c_sieradzka_color = { color ={0 0 0} can_create = { always = no } } -d_c_sif-i-umara_color = { color ={0 0 0} can_create = { always = no } } -d_c_siggevara_color = { color ={0 0 0} can_create = { always = no } } -d_c_sighnaq_color = { color ={0 0 0} can_create = { always = no } } -d_c_sijilmasa_color = { color ={0 0 0} can_create = { always = no } } -d_c_sikasso_color = { color ={0 0 0} can_create = { always = no } } -d_c_silla_color = { color ={0 0 0} can_create = { always = no } } -d_c_silves_color = { color ={0 0 0} can_create = { always = no } } -d_c_simaramapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_sinai_color = { color ={0 0 0} can_create = { always = no } } -d_c_sinjar_color = { color ={0 0 0} can_create = { always = no } } -d_c_sinope_color = { color ={0 0 0} can_create = { always = no } } -d_c_sir_faesyfed_color = { color ={0 0 0} can_create = { always = no } } -d_c_siracusa_color = { color ={0 0 0} can_create = { always = no } } -d_c_sirhan_color = { color ={0 0 0} can_create = { always = no } } -d_c_sirjan_color = { color ={0 0 0} can_create = { always = no } } -d_c_sittaung_color = { color ={0 0 0} can_create = { always = no } } -d_c_sitti_color = { color ={0 0 0} can_create = { always = no } } -d_c_siwa_color = { color ={0 0 0} can_create = { always = no } } -d_c_siwistan_color = { color ={0 0 0} can_create = { always = no } } -d_c_sjaelland_color = { color ={0 0 0} can_create = { always = no } } -d_c_sjeltie_color = { color ={0 0 0} can_create = { always = no } } -d_c_skane_color = { color ={0 0 0} can_create = { always = no } } -d_c_skara_color = { color ={0 0 0} can_create = { always = no } } -d_c_skardu_color = { color ={0 0 0} can_create = { always = no } } -d_c_skolt_color = { color ={0 0 0} can_create = { always = no } } -d_c_skopje_color = { color ={0 0 0} can_create = { always = no } } -d_c_slesvig_color = { color ={0 0 0} can_create = { always = no } } -d_c_slupsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_slutsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_smolensk_color = { color ={0 0 0} can_create = { always = no } } -d_c_sobrarbe_color = { color ={0 0 0} can_create = { always = no } } -d_c_sochur_color = { color ={0 0 0} can_create = { always = no } } -d_c_socotra_color = { color ={0 0 0} can_create = { always = no } } -d_c_sodermannaland_color = { color ={0 0 0} can_create = { always = no } } -d_c_sog_color = { color ={0 0 0} can_create = { always = no } } -d_c_sogn_color = { color ={0 0 0} can_create = { always = no } } -d_c_sokode_color = { color ={0 0 0} can_create = { always = no } } -d_c_sokoto_color = { color ={0 0 0} can_create = { always = no } } -d_c_soldin_color = { color ={0 0 0} can_create = { always = no } } -d_c_soli_color = { color ={0 0 0} can_create = { always = no } } -d_c_solimana_color = { color ={0 0 0} can_create = { always = no } } -d_c_sombio_color = { color ={0 0 0} can_create = { always = no } } -d_c_somerset_color = { color ={0 0 0} can_create = { always = no } } -d_c_somnath_color = { color ={0 0 0} can_create = { always = no } } -d_c_somogy_color = { color ={0 0 0} can_create = { always = no } } -d_c_sonda_color = { color ={0 0 0} can_create = { always = no } } -d_c_songuu_aallar_color = { color ={0 0 0} can_create = { always = no } } -d_c_sopron_color = { color ={0 0 0} can_create = { always = no } } -d_c_soria_color = { color ={0 0 0} can_create = { always = no } } -d_c_soroca_color = { color ={0 0 0} can_create = { always = no } } -d_c_sorok_color = { color ={0 0 0} can_create = { always = no } } -d_c_sortavala_color = { color ={0 0 0} can_create = { always = no } } -d_c_soso_color = { color ={0 0 0} can_create = { always = no } } -d_c_sosva_color = { color ={0 0 0} can_create = { always = no } } -d_c_souf_color = { color ={0 0 0} can_create = { always = no } } -d_c_sous_color = { color ={0 0 0} can_create = { always = no } } -d_c_south_kordofan_color = { color ={0 0 0} can_create = { always = no } } -d_c_speyer_color = { color ={0 0 0} can_create = { always = no } } -d_c_spis_color = { color ={0 0 0} can_create = { always = no } } -d_c_spoleto_color = { color ={0 0 0} can_create = { always = no } } -d_c_spreewald_color = { color ={0 0 0} can_create = { always = no } } -d_c_sprottau_color = { color ={0 0 0} can_create = { always = no } } -d_c_sravasti_color = { color ={0 0 0} can_create = { always = no } } -d_c_sredets_color = { color ={0 0 0} can_create = { always = no } } -d_c_srihatta_color = { color ={0 0 0} can_create = { always = no } } -d_c_sriksetra_color = { color ={0 0 0} can_create = { always = no } } -d_c_sripatha_color = { color ={0 0 0} can_create = { always = no } } -d_c_sripuri_color = { color ={0 0 0} can_create = { always = no } } -d_c_srirangapatna_color = { color ={0 0 0} can_create = { always = no } } -d_c_stade_color = { color ={0 0 0} can_create = { always = no } } -d_c_staffordshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_starodub_color = { color ={0 0 0} can_create = { always = no } } -d_c_stendal_color = { color ={0 0 0} can_create = { always = no } } -d_c_stettin_color = { color ={0 0 0} can_create = { always = no } } -d_c_stezycka_color = { color ={0 0 0} can_create = { always = no } } -d_c_sthanisvara_color = { color ={0 0 0} can_create = { always = no } } -d_c_stoenesti_color = { color ={0 0 0} can_create = { always = no } } -d_c_stoyanka_color = { color ={0 0 0} can_create = { always = no } } -d_c_strassburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_strathearn_color = { color ={0 0 0} can_create = { always = no } } -d_c_strumica_color = { color ={0 0 0} can_create = { always = no } } -d_c_suakin_color = { color ={0 0 0} can_create = { always = no } } -d_c_subay_color = { color ={0 0 0} can_create = { always = no } } -d_c_subei_color = { color ={0 0 0} can_create = { always = no } } -d_c_suceava_color = { color ={0 0 0} can_create = { always = no } } -d_c_sudurland_color = { color ={0 0 0} can_create = { always = no } } -d_c_suenik_color = { color ={0 0 0} can_create = { always = no } } -d_c_suffolk_color = { color ={0 0 0} can_create = { always = no } } -d_c_sukhna_color = { color ={0 0 0} can_create = { always = no } } -d_c_sullum_color = { color ={0 0 0} can_create = { always = no } } -d_c_sumadija_color = { color ={0 0 0} can_create = { always = no } } -d_c_sumdo_color = { color ={0 0 0} can_create = { always = no } } -d_c_sundgau_color = { color ={0 0 0} can_create = { always = no } } -d_c_sungqu_color = { color ={0 0 0} can_create = { always = no } } -d_c_suondavara_color = { color ={0 0 0} can_create = { always = no } } -d_c_suriya_color = { color ={0 0 0} can_create = { always = no } } -d_c_surparaka_color = { color ={0 0 0} can_create = { always = no } } -d_c_surrah_color = { color ={0 0 0} can_create = { always = no } } -d_c_surrey_color = { color ={0 0 0} can_create = { always = no } } -d_c_sussex_color = { color ={0 0 0} can_create = { always = no } } -d_c_sutherland_color = { color ={0 0 0} can_create = { always = no } } -d_c_sutkend_color = { color ={0 0 0} can_create = { always = no } } -d_c_suvarnagram_color = { color ={0 0 0} can_create = { always = no } } -d_c_suvarnapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_suyab_color = { color ={0 0 0} can_create = { always = no } } -d_c_suzdal_color = { color ={0 0 0} can_create = { always = no } } -d_c_suzhou_color = { color ={0 0 0} can_create = { always = no } } -d_c_svaneti_color = { color ={0 0 0} can_create = { always = no } } -d_c_swetaka_mandala_color = { color ={0 0 0} can_create = { always = no } } -d_c_syrrusafa_color = { color ={0 0 0} can_create = { always = no } } -d_c_syrte_color = { color ={0 0 0} can_create = { always = no } } -d_c_sysma_color = { color ={0 0 0} can_create = { always = no } } -d_c_szabolcs_color = { color ={0 0 0} can_create = { always = no } } -d_c_szatmar_color = { color ={0 0 0} can_create = { always = no } } -d_c_szekelyfold_color = { color ={0 0 0} can_create = { always = no } } -d_c_szekesfehervar_color = { color ={0 0 0} can_create = { always = no } } -d_c_szerem_color = { color ={0 0 0} can_create = { always = no } } -d_c_tabary_color = { color ={0 0 0} can_create = { always = no } } -d_c_tabassa_color = { color ={0 0 0} can_create = { always = no } } -d_c_tabla_butii_color = { color ={0 0 0} can_create = { always = no } } -d_c_tabon_color = { color ={0 0 0} can_create = { always = no } } -d_c_tabriz_color = { color ={0 0 0} can_create = { always = no } } -d_c_tabuk_color = { color ={0 0 0} can_create = { always = no } } -d_c_tadjoura_color = { color ={0 0 0} can_create = { always = no } } -d_c_tadla_color = { color ={0 0 0} can_create = { always = no } } -d_c_tadmekka_color = { color ={0 0 0} can_create = { always = no } } -d_c_tagadur_color = { color ={0 0 0} can_create = { always = no } } -d_c_tagali_color = { color ={0 0 0} can_create = { always = no } } -d_c_tagant_color = { color ={0 0 0} can_create = { always = no } } -d_c_taghaza_color = { color ={0 0 0} can_create = { always = no } } -d_c_tagul_color = { color ={0 0 0} can_create = { always = no } } -d_c_tahert_color = { color ={0 0 0} can_create = { always = no } } -d_c_tahoua_color = { color ={0 0 0} can_create = { always = no } } -d_c_taif_color = { color ={0 0 0} can_create = { always = no } } -d_c_taizz_color = { color ={0 0 0} can_create = { always = no } } -d_c_takkeda_color = { color ={0 0 0} can_create = { always = no } } -d_c_takon_color = { color ={0 0 0} can_create = { always = no } } -d_c_takrit_color = { color ={0 0 0} can_create = { always = no } } -d_c_takrur_color = { color ={0 0 0} can_create = { always = no } } -d_c_talakad_color = { color ={0 0 0} can_create = { always = no } } -d_c_talava_color = { color ={0 0 0} can_create = { always = no } } -d_c_talish_color = { color ={0 0 0} can_create = { always = no } } -d_c_tall_basma_color = { color ={0 0 0} can_create = { always = no } } -d_c_tall_hamid_color = { color ={0 0 0} can_create = { always = no } } -d_c_tamasna_color = { color ={0 0 0} can_create = { always = no } } -d_c_tambov_color = { color ={0 0 0} can_create = { always = no } } -d_c_tamentit_color = { color ={0 0 0} can_create = { always = no } } -d_c_tamiso_color = { color ={0 0 0} can_create = { always = no } } -d_c_tamralipti_color = { color ={0 0 0} can_create = { always = no } } -d_c_tana_color = { color ={0 0 0} can_create = { always = no } } -d_c_tanas_color = { color ={0 0 0} can_create = { always = no } } -d_c_tangiers_color = { color ={0 0 0} can_create = { always = no } } -d_c_tao_color = { color ={0 0 0} can_create = { always = no } } -d_c_tapsa_color = { color ={0 0 0} can_create = { always = no } } -d_c_tara_color = { color ={0 0 0} can_create = { always = no } } -d_c_taradavadi_color = { color ={0 0 0} can_create = { always = no } } -d_c_taraz_color = { color ={0 0 0} can_create = { always = no } } -d_c_targu_jiu_color = { color ={0 0 0} can_create = { always = no } } -d_c_targyl_color = { color ={0 0 0} can_create = { always = no } } -d_c_tarnowska_color = { color ={0 0 0} can_create = { always = no } } -d_c_tarragona_color = { color ={0 0 0} can_create = { always = no } } -d_c_tarsos_color = { color ={0 0 0} can_create = { always = no } } -d_c_tartas_SIB_color = { color ={0 0 0} can_create = { always = no } } -d_c_tarvagatai_color = { color ={0 0 0} can_create = { always = no } } -d_c_taskyl_color = { color ={0 0 0} can_create = { always = no } } -d_c_tavan_bogd_color = { color ={0 0 0} can_create = { always = no } } -d_c_tavasts_color = { color ={0 0 0} can_create = { always = no } } -d_c_tawang_color = { color ={0 0 0} can_create = { always = no } } -d_c_tayma_color = { color ={0 0 0} can_create = { always = no } } -d_c_taza_color = { color ={0 0 0} can_create = { always = no } } -d_c_tbilisi_color = { color ={0 0 0} can_create = { always = no } } -d_c_tecklenburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_teke_color = { color ={0 0 0} can_create = { always = no } } -d_c_telemark_color = { color ={0 0 0} can_create = { always = no } } -d_c_temes_color = { color ={0 0 0} can_create = { always = no } } -d_c_temne_color = { color ={0 0 0} can_create = { always = no } } -d_c_tenggeli_color = { color ={0 0 0} can_create = { always = no } } -d_c_teniz_color = { color ={0 0 0} can_create = { always = no } } -d_c_ter_color = { color ={0 0 0} can_create = { always = no } } -d_c_teramo_color = { color ={0 0 0} can_create = { always = no } } -d_c_terebovl_color = { color ={0 0 0} can_create = { always = no } } -d_c_terek_pass_color = { color ={0 0 0} can_create = { always = no } } -d_c_terekli_color = { color ={0 0 0} can_create = { always = no } } -d_c_terektai_color = { color ={0 0 0} can_create = { always = no } } -d_c_teruel_color = { color ={0 0 0} can_create = { always = no } } -d_c_tesiin_gol_color = { color ={0 0 0} can_create = { always = no } } -d_c_tessalit_color = { color ={0 0 0} can_create = { always = no } } -d_c_teviotdale_color = { color ={0 0 0} can_create = { always = no } } -d_c_tewo_color = { color ={0 0 0} can_create = { always = no } } -d_c_tezu_color = { color ={0 0 0} can_create = { always = no } } -d_c_thabeik_taung_color = { color ={0 0 0} can_create = { always = no } } -d_c_thalabiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_thaldat_color = { color ={0 0 0} can_create = { always = no } } -d_c_thalner_color = { color ={0 0 0} can_create = { always = no } } -d_c_thaton_color = { color ={0 0 0} can_create = { always = no } } -d_c_theodosiopolis_color = { color ={0 0 0} can_create = { always = no } } -d_c_thessalia_color = { color ={0 0 0} can_create = { always = no } } -d_c_thessaliotis_color = { color ={0 0 0} can_create = { always = no } } -d_c_thessalonika_color = { color ={0 0 0} can_create = { always = no } } -d_c_thiers_color = { color ={0 0 0} can_create = { always = no } } -d_c_thomond_color = { color ={0 0 0} can_create = { always = no } } -d_c_thouars_color = { color ={0 0 0} can_create = { always = no } } -d_c_thyatira_color = { color ={0 0 0} can_create = { always = no } } -d_c_tib_color = { color ={0 0 0} can_create = { always = no } } -d_c_tiberias_color = { color ={0 0 0} can_create = { always = no } } -d_c_tibesti_color = { color ={0 0 0} can_create = { always = no } } -d_c_tichitt_color = { color ={0 0 0} can_create = { always = no } } -d_c_tigheci_color = { color ={0 0 0} can_create = { always = no } } -d_c_tigre_color = { color ={0 0 0} can_create = { always = no } } -d_c_tihama_color = { color ={0 0 0} can_create = { always = no } } -d_c_tihamat-al-yamani_color = { color ={0 0 0} can_create = { always = no } } -d_c_tikhvin_color = { color ={0 0 0} can_create = { always = no } } -d_c_timbi_color = { color ={0 0 0} can_create = { always = no } } -d_c_tindouf_color = { color ={0 0 0} can_create = { always = no } } -d_c_tinmallal_color = { color ={0 0 0} can_create = { always = no } } -d_c_tirakka_color = { color ={0 0 0} can_create = { always = no } } -d_c_tiris_color = { color ={0 0 0} can_create = { always = no } } -d_c_tiruvannamalai_color = { color ={0 0 0} can_create = { always = no } } -d_c_tivoli_color = { color ={0 0 0} can_create = { always = no } } -d_c_tlemcen_color = { color ={0 0 0} can_create = { always = no } } -d_c_tmutarakan_color = { color ={0 0 0} can_create = { always = no } } -d_c_tobol_color = { color ={0 0 0} can_create = { always = no } } -d_c_tobruk_color = { color ={0 0 0} can_create = { always = no } } -d_c_todo_color = { color ={0 0 0} can_create = { always = no } } -d_c_tokumbay_color = { color ={0 0 0} can_create = { always = no } } -d_c_toledo_color = { color ={0 0 0} can_create = { always = no } } -d_c_tolna_color = { color ={0 0 0} can_create = { always = no } } -d_c_toma_color = { color ={0 0 0} can_create = { always = no } } -d_c_tomorbulag_color = { color ={0 0 0} can_create = { always = no } } -d_c_tomsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_tonnerrois_color = { color ={0 0 0} can_create = { always = no } } -d_c_torangy_kul_color = { color ={0 0 0} can_create = { always = no } } -d_c_torda_color = { color ={0 0 0} can_create = { always = no } } -d_c_torema_color = { color ={0 0 0} can_create = { always = no } } -d_c_torne_color = { color ={0 0 0} can_create = { always = no } } -d_c_toro_color = { color ={0 0 0} can_create = { always = no } } -d_c_toropets_color = { color ={0 0 0} can_create = { always = no } } -d_c_tortoli_color = { color ={0 0 0} can_create = { always = no } } -d_c_tortona_color = { color ={0 0 0} can_create = { always = no } } -d_c_torun_color = { color ={0 0 0} can_create = { always = no } } -d_c_totma_color = { color ={0 0 0} can_create = { always = no } } -d_c_touat_color = { color ={0 0 0} can_create = { always = no } } -d_c_toulouse_color = { color ={0 0 0} can_create = { always = no } } -d_c_toungoo_color = { color ={0 0 0} can_create = { always = no } } -d_c_tourraine_color = { color ={0 0 0} can_create = { always = no } } -d_c_tovkhon_color = { color ={0 0 0} can_create = { always = no } } -d_c_trakai_color = { color ={0 0 0} can_create = { always = no } } -d_c_trandam_color = { color ={0 0 0} can_create = { always = no } } -d_c_trandheim_color = { color ={0 0 0} can_create = { always = no } } -d_c_travunia_color = { color ={0 0 0} can_create = { always = no } } -d_c_trebizond_color = { color ={0 0 0} can_create = { always = no } } -d_c_trenscen_color = { color ={0 0 0} can_create = { always = no } } -d_c_trent_color = { color ={0 0 0} can_create = { always = no } } -d_c_treviso_color = { color ={0 0 0} can_create = { always = no } } -d_c_tribandapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_trier_color = { color ={0 0 0} can_create = { always = no } } -d_c_trigarta_color = { color ={0 0 0} can_create = { always = no } } -d_c_trikuta_color = { color ={0 0 0} can_create = { always = no } } -d_c_trincomalee_color = { color ={0 0 0} can_create = { always = no } } -d_c_tripoli_color = { color ={0 0 0} can_create = { always = no } } -d_c_tripolitana_color = { color ={0 0 0} can_create = { always = no } } -d_c_tripuri_color = { color ={0 0 0} can_create = { always = no } } -d_c_trongsa_color = { color ={0 0 0} can_create = { always = no } } -d_c_tropaeum_color = { color ={0 0 0} can_create = { always = no } } -d_c_troyes_color = { color ={0 0 0} can_create = { always = no } } -d_c_tsambagarau_color = { color ={0 0 0} can_create = { always = no } } -d_c_tsaparang_color = { color ={0 0 0} can_create = { always = no } } -d_c_tseel_color = { color ={0 0 0} can_create = { always = no } } -d_c_tselym_dalyn_color = { color ={0 0 0} can_create = { always = no } } -d_c_tudela_color = { color ={0 0 0} can_create = { always = no } } -d_c_tudgha_color = { color ={0 0 0} can_create = { always = no } } -d_c_tui_color = { color ={0 0 0} can_create = { always = no } } -d_c_tula_color = { color ={0 0 0} can_create = { always = no } } -d_c_tuluchezeva_color = { color ={0 0 0} can_create = { always = no } } -d_c_tulun_color = { color ={0 0 0} can_create = { always = no } } -d_c_tumak_color = { color ={0 0 0} can_create = { always = no } } -d_c_tumar_color = { color ={0 0 0} can_create = { always = no } } -d_c_tummana_color = { color ={0 0 0} can_create = { always = no } } -d_c_tun_color = { color ={0 0 0} can_create = { always = no } } -d_c_tunis_color = { color ={0 0 0} can_create = { always = no } } -d_c_tunka_color = { color ={0 0 0} can_create = { always = no } } -d_c_turan_color = { color ={0 0 0} can_create = { always = no } } -d_c_turgay_color = { color ={0 0 0} can_create = { always = no } } -d_c_turin_color = { color ={0 0 0} can_create = { always = no } } -d_c_turnovo_color = { color ={0 0 0} can_create = { always = no } } -d_c_turov_color = { color ={0 0 0} can_create = { always = no } } -d_c_turpan_color = { color ={0 0 0} can_create = { always = no } } -d_c_turuberan_color = { color ={0 0 0} can_create = { always = no } } -d_c_tus_color = { color ={0 0 0} can_create = { always = no } } -d_c_tustar_color = { color ={0 0 0} can_create = { always = no } } -d_c_tuulain_color = { color ={0 0 0} can_create = { always = no } } -d_c_tver_color = { color ={0 0 0} can_create = { always = no } } -d_c_tyendugu_color = { color ={0 0 0} can_create = { always = no } } -d_c_tyumen_color = { color ={0 0 0} can_create = { always = no } } -d_c_tzani_color = { color ={0 0 0} can_create = { always = no } } -d_c_ubins_color = { color ={0 0 0} can_create = { always = no } } -d_c_ubmejeiednuo_color = { color ={0 0 0} can_create = { always = no } } -d_c_ubulla_color = { color ={0 0 0} can_create = { always = no } } -d_c_uch_color = { color ={0 0 0} can_create = { always = no } } -d_c_uchangidurga_color = { color ={0 0 0} can_create = { always = no } } -d_c_uchkul_color = { color ={0 0 0} can_create = { always = no } } -d_c_udabhanda_color = { color ={0 0 0} can_create = { always = no } } -d_c_ufa_color = { color ={0 0 0} can_create = { always = no } } -d_c_uiska_color = { color ={0 0 0} can_create = { always = no } } -d_c_ujjayini_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulaanbaatar_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulaangom_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulam_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulan_chuzir_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulan_ude_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulantaiga_color = { color ={0 0 0} can_create = { always = no } } -d_c_uliastai_color = { color ={0 0 0} can_create = { always = no } } -d_c_uliuty_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulm_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulster_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulu_jitanjik_color = { color ={0 0 0} can_create = { always = no } } -d_c_ulytau_color = { color ={0 0 0} can_create = { always = no } } -d_c_uman_color = { color ={0 0 0} can_create = { always = no } } -d_c_umiai_color = { color ={0 0 0} can_create = { always = no } } -d_c_ungvar_color = { color ={0 0 0} can_create = { always = no } } -d_c_upland_color = { color ={0 0 0} can_create = { always = no } } -d_c_upper_bono_color = { color ={0 0 0} can_create = { always = no } } -d_c_upper_ghur_color = { color ={0 0 0} can_create = { always = no } } -d_c_upper_gurma_color = { color ={0 0 0} can_create = { always = no } } -d_c_upper_khabur_color = { color ={0 0 0} can_create = { always = no } } -d_c_uqayr_color = { color ={0 0 0} can_create = { always = no } } -d_c_uraiyur_color = { color ={0 0 0} can_create = { always = no } } -d_c_ural_color = { color ={0 0 0} can_create = { always = no } } -d_c_uraltau_color = { color ={0 0 0} can_create = { always = no } } -d_c_urbino_color = { color ={0 0 0} can_create = { always = no } } -d_c_urgamal_color = { color ={0 0 0} can_create = { always = no } } -d_c_urgell_color = { color ={0 0 0} can_create = { always = no } } -d_c_urgun_color = { color ={0 0 0} can_create = { always = no } } -d_c_urmiya_color = { color ={0 0 0} can_create = { always = no } } -d_c_uses_color = { color ={0 0 0} can_create = { always = no } } -d_c_ushara_color = { color ={0 0 0} can_create = { always = no } } -d_c_ushmun_color = { color ={0 0 0} can_create = { always = no } } -d_c_ushytsia_color = { color ={0 0 0} can_create = { always = no } } -d_c_usora_color = { color ={0 0 0} can_create = { always = no } } -d_c_ustyug_color = { color ={0 0 0} can_create = { always = no } } -d_c_ustyurt_color = { color ={0 0 0} can_create = { always = no } } -d_c_uul_chors_color = { color ={0 0 0} can_create = { always = no } } -d_c_uulynkhol_color = { color ={0 0 0} can_create = { always = no } } -d_c_uvs_nuur_color = { color ={0 0 0} can_create = { always = no } } -d_c_uwal_color = { color ={0 0 0} can_create = { always = no } } -d_c_uzboy_color = { color ={0 0 0} can_create = { always = no } } -d_c_uzen_color = { color ={0 0 0} can_create = { always = no } } -d_c_uzgend_KARA_color = { color ={0 0 0} can_create = { always = no } } -d_c_vadodara_color = { color ={0 0 0} can_create = { always = no } } -d_c_vaihingen_color = { color ={0 0 0} can_create = { always = no } } -d_c_vaijayanti_color = { color ={0 0 0} can_create = { always = no } } -d_c_vairagara_color = { color ={0 0 0} can_create = { always = no } } -d_c_vairata_color = { color ={0 0 0} can_create = { always = no } } -d_c_vaisali_color = { color ={0 0 0} can_create = { always = no } } -d_c_valabhi_color = { color ={0 0 0} can_create = { always = no } } -d_c_valdai_color = { color ={0 0 0} can_create = { always = no } } -d_c_valencia_color = { color ={0 0 0} can_create = { always = no } } -d_c_valentinois_color = { color ={0 0 0} can_create = { always = no } } -d_c_valladolid_color = { color ={0 0 0} can_create = { always = no } } -d_c_valois_color = { color ={0 0 0} can_create = { always = no } } -d_c_vanemane_color = { color ={0 0 0} can_create = { always = no } } -d_c_vannes_color = { color ={0 0 0} can_create = { always = no } } -d_c_varanasi_color = { color ={0 0 0} can_create = { always = no } } -d_c_vardhamana_color = { color ={0 0 0} can_create = { always = no } } -d_c_varend_color = { color ={0 0 0} can_create = { always = no } } -d_c_vargashi_color = { color ={0 0 0} can_create = { always = no } } -d_c_varmland_color = { color ={0 0 0} can_create = { always = no } } -d_c_vas_color = { color ={0 0 0} can_create = { always = no } } -d_c_vaspurakan_color = { color ={0 0 0} can_create = { always = no } } -d_c_vastergotland_color = { color ={0 0 0} can_create = { always = no } } -d_c_vastmanland_color = { color ={0 0 0} can_create = { always = no } } -d_c_vastvag_color = { color ={0 0 0} can_create = { always = no } } -d_c_vasyugan_color = { color ={0 0 0} can_create = { always = no } } -d_c_vatapi_color = { color ={0 0 0} can_create = { always = no } } -d_c_vatsagulma_color = { color ={0 0 0} can_create = { always = no } } -d_c_vaucouleurs_color = { color ={0 0 0} can_create = { always = no } } -d_c_vecchio_color = { color ={0 0 0} can_create = { always = no } } -d_c_velay_color = { color ={0 0 0} can_create = { always = no } } -d_c_velbazhd_color = { color ={0 0 0} can_create = { always = no } } -d_c_velsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_venadu_color = { color ={0 0 0} can_create = { always = no } } -d_c_venaissin_color = { color ={0 0 0} can_create = { always = no } } -d_c_vendome_color = { color ={0 0 0} can_create = { always = no } } -d_c_veneto_color = { color ={0 0 0} can_create = { always = no } } -d_c_venezia_color = { color ={0 0 0} can_create = { always = no } } -d_c_vengipura_color = { color ={0 0 0} can_create = { always = no } } -d_c_veria_color = { color ={0 0 0} can_create = { always = no } } -d_c_vermandois_color = { color ={0 0 0} can_create = { always = no } } -d_c_verona_color = { color ={0 0 0} can_create = { always = no } } -d_c_vestfold_color = { color ={0 0 0} can_create = { always = no } } -d_c_vestisland_color = { color ={0 0 0} can_create = { always = no } } -d_c_veszprem_color = { color ={0 0 0} can_create = { always = no } } -d_c_vhrbosna_color = { color ={0 0 0} can_create = { always = no } } -d_c_viborg_color = { color ={0 0 0} can_create = { always = no } } -d_c_vidin_color = { color ={0 0 0} can_create = { always = no } } -d_c_vidisa_color = { color ={0 0 0} can_create = { always = no } } -d_c_vidzeme_color = { color ={0 0 0} can_create = { always = no } } -d_c_viena_color = { color ={0 0 0} can_create = { always = no } } -d_c_vienna_color = { color ={0 0 0} can_create = { always = no } } -d_c_viennois_color = { color ={0 0 0} can_create = { always = no } } -d_c_viipuri_color = { color ={0 0 0} can_create = { always = no } } -d_c_vijayapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_vijnot_color = { color ={0 0 0} can_create = { always = no } } -d_c_vikramapura_color = { color ={0 0 0} can_create = { always = no } } -d_c_villach_color = { color ={0 0 0} can_create = { always = no } } -d_c_vingulmork_color = { color ={0 0 0} can_create = { always = no } } -d_c_viraja_color = { color ={0 0 0} can_create = { always = no } } -d_c_viscaya_color = { color ={0 0 0} can_create = { always = no } } -d_c_viseu_color = { color ={0 0 0} can_create = { always = no } } -d_c_vitebsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_viterbo_color = { color ={0 0 0} can_create = { always = no } } -d_c_vitim_color = { color ={0 0 0} can_create = { always = no } } -d_c_viviers_color = { color ={0 0 0} can_create = { always = no } } -d_c_vizagipatam_color = { color ={0 0 0} can_create = { always = no } } -d_c_vladimir_color = { color ={0 0 0} can_create = { always = no } } -d_c_vodamayutja_color = { color ={0 0 0} can_create = { always = no } } -d_c_vodi_color = { color ={0 0 0} can_create = { always = no } } -d_c_vodica_color = { color ={0 0 0} can_create = { always = no } } -d_c_vogtland_color = { color ={0 0 0} can_create = { always = no } } -d_c_voin_color = { color ={0 0 0} can_create = { always = no } } -d_c_volkovysk_color = { color ={0 0 0} can_create = { always = no } } -d_c_volodymyr_color = { color ={0 0 0} can_create = { always = no } } -d_c_vologda_color = { color ={0 0 0} can_create = { always = no } } -d_c_vorbasse_color = { color ={0 0 0} can_create = { always = no } } -d_c_voronezh_color = { color ={0 0 0} can_create = { always = no } } -d_c_votkinsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_vratsa_color = { color ={0 0 0} can_create = { always = no } } -d_c_vrbas_color = { color ={0 0 0} can_create = { always = no } } -d_c_vukovar_color = { color ={0 0 0} can_create = { always = no } } -d_c_vyangi_color = { color ={0 0 0} can_create = { always = no } } -d_c_wa_color = { color ={0 0 0} can_create = { always = no } } -d_c_wabar_color = { color ={0 0 0} can_create = { always = no } } -d_c_wadai_color = { color ={0 0 0} can_create = { always = no } } -d_c_wadan_color = { color ={0 0 0} can_create = { always = no } } -d_c_waddan_color = { color ={0 0 0} can_create = { always = no } } -d_c_wadi_amur_color = { color ={0 0 0} can_create = { always = no } } -d_c_wadi_el-milk_color = { color ={0 0 0} can_create = { always = no } } -d_c_wagadugu_color = { color ={0 0 0} can_create = { always = no } } -d_c_waj_color = { color ={0 0 0} can_create = { always = no } } -d_c_wajda_color = { color ={0 0 0} can_create = { always = no } } -d_c_wajh_color = { color ={0 0 0} can_create = { always = no } } -d_c_wakhan_color = { color ={0 0 0} can_create = { always = no } } -d_c_wakhsh_color = { color ={0 0 0} can_create = { always = no } } -d_c_walata_color = { color ={0 0 0} can_create = { always = no } } -d_c_waldeck_color = { color ={0 0 0} can_create = { always = no } } -d_c_wandala_color = { color ={0 0 0} can_create = { always = no } } -d_c_waqisa_color = { color ={0 0 0} can_create = { always = no } } -d_c_wargla_color = { color ={0 0 0} can_create = { always = no } } -d_c_warwickshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_wasit_color = { color ={0 0 0} can_create = { always = no } } -d_c_wassa_color = { color ={0 0 0} can_create = { always = no } } -d_c_welamo_color = { color ={0 0 0} can_create = { always = no } } -d_c_wellega_color = { color ={0 0 0} can_create = { always = no } } -d_c_wentugaole_color = { color ={0 0 0} can_create = { always = no } } -d_c_wenyon_color = { color ={0 0 0} can_create = { always = no } } -d_c_werle_color = { color ={0 0 0} can_create = { always = no } } -d_c_west-tokharestan_color = { color ={0 0 0} can_create = { always = no } } -d_c_west_kordofan_color = { color ={0 0 0} can_create = { always = no } } -d_c_west_qamuda_color = { color ={0 0 0} can_create = { always = no } } -d_c_west_riding_color = { color ={0 0 0} can_create = { always = no } } -d_c_western_tannu_color = { color ={0 0 0} can_create = { always = no } } -d_c_westfriesland_color = { color ={0 0 0} can_create = { always = no } } -d_c_westmorland_color = { color ={0 0 0} can_create = { always = no } } -d_c_wiek_color = { color ={0 0 0} can_create = { always = no } } -d_c_wielunska_color = { color ={0 0 0} can_create = { always = no } } -d_c_wiltberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_wiltshire_color = { color ={0 0 0} can_create = { always = no } } -d_c_wittenberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_wolgast_color = { color ={0 0 0} can_create = { always = no } } -d_c_wolkenstein_color = { color ={0 0 0} can_create = { always = no } } -d_c_wolpe_color = { color ={0 0 0} can_create = { always = no } } -d_c_wolqayt_color = { color ={0 0 0} can_create = { always = no } } -d_c_worcestershire_color = { color ={0 0 0} can_create = { always = no } } -d_c_wormditt_color = { color ={0 0 0} can_create = { always = no } } -d_c_worodugu_color = { color ={0 0 0} can_create = { always = no } } -d_c_wschowska_color = { color ={0 0 0} can_create = { always = no } } -d_c_wuda_color = { color ={0 0 0} can_create = { always = no } } -d_c_wuli_color = { color ={0 0 0} can_create = { always = no } } -d_c_wuluhai_color = { color ={0 0 0} can_create = { always = no } } -d_c_wurttemberg_color = { color ={0 0 0} can_create = { always = no } } -d_c_wurzburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_xainza_color = { color ={0 0 0} can_create = { always = no } } -d_c_xaitongmoin_color = { color ={0 0 0} can_create = { always = no } } -d_c_xigaze_color = { color ={0 0 0} can_create = { always = no } } -d_c_xigortang_color = { color ={0 0 0} can_create = { always = no } } -d_c_xingqing_color = { color ={0 0 0} can_create = { always = no } } -d_c_xining_color = { color ={0 0 0} can_create = { always = no } } -d_c_yabrin_color = { color ={0 0 0} can_create = { always = no } } -d_c_yagba_color = { color ={0 0 0} can_create = { always = no } } -d_c_yaitsk_color = { color ={0 0 0} can_create = { always = no } } -d_c_yalala_color = { color ={0 0 0} can_create = { always = no } } -d_c_yalong_color = { color ={0 0 0} can_create = { always = no } } -d_c_yamama_color = { color ={0 0 0} can_create = { always = no } } -d_c_yamethin_color = { color ={0 0 0} can_create = { always = no } } -d_c_yanbu_color = { color ={0 0 0} can_create = { always = no } } -d_c_yangikent_color = { color ={0 0 0} can_create = { always = no } } -d_c_yangjibaliq_color = { color ={0 0 0} can_create = { always = no } } -d_c_yangwarok_color = { color ={0 0 0} can_create = { always = no } } -d_c_yanokul_color = { color ={0 0 0} can_create = { always = no } } -d_c_yar-calli_color = { color ={0 0 0} can_create = { always = no } } -d_c_yarkand_color = { color ={0 0 0} can_create = { always = no } } -d_c_yaroslavl_color = { color ={0 0 0} can_create = { always = no } } -d_c_yasin_color = { color ={0 0 0} can_create = { always = no } } -d_c_yatenga_color = { color ={0 0 0} can_create = { always = no } } -d_c_yatvyagi_color = { color ={0 0 0} can_create = { always = no } } -d_c_yau_color = { color ={0 0 0} can_create = { always = no } } -d_c_yauri_color = { color ={0 0 0} can_create = { always = no } } -d_c_yazd_color = { color ={0 0 0} can_create = { always = no } } -d_c_yekaterinburg_color = { color ={0 0 0} can_create = { always = no } } -d_c_yelimane_color = { color ={0 0 0} can_create = { always = no } } -d_c_yenisei_color = { color ={0 0 0} can_create = { always = no } } -d_c_yenshipin_color = { color ={0 0 0} can_create = { always = no } } -d_c_yera_color = { color ={0 0 0} can_create = { always = no } } -d_c_yijinai_color = { color ={0 0 0} can_create = { always = no } } -d_c_yongdeng_color = { color ={0 0 0} can_create = { always = no } } -d_c_yoshkar-ola_color = { color ={0 0 0} can_create = { always = no } } -d_c_yperen_color = { color ={0 0 0} can_create = { always = no } } -d_c_yumen_color = { color ={0 0 0} can_create = { always = no } } -d_c_yumenguan_color = { color ={0 0 0} can_create = { always = no } } -d_c_zabid_color = { color ={0 0 0} can_create = { always = no } } -d_c_zabulistan_color = { color ={0 0 0} can_create = { always = no } } -d_c_zachlumia_color = { color ={0 0 0} can_create = { always = no } } -d_c_zadar_color = { color ={0 0 0} can_create = { always = no } } -d_c_zadoi_color = { color ={0 0 0} can_create = { always = no } } -d_c_zagorje_color = { color ={0 0 0} can_create = { always = no } } -d_c_zagreb_color = { color ={0 0 0} can_create = { always = no } } -d_c_zagros_mediae_color = { color ={0 0 0} can_create = { always = no } } -d_c_zaila_color = { color ={0 0 0} can_create = { always = no } } -d_c_zakroczymska_color = { color ={0 0 0} can_create = { always = no } } -d_c_zamindawar_color = { color ={0 0 0} can_create = { always = no } } -d_c_zamm_color = { color ={0 0 0} can_create = { always = no } } -d_c_zammour_color = { color ={0 0 0} can_create = { always = no } } -d_c_zamora_color = { color ={0 0 0} can_create = { always = no } } -d_c_zanjan_color = { color ={0 0 0} can_create = { always = no } } -d_c_zarafshan_color = { color ={0 0 0} can_create = { always = no } } -d_c_zaragoza_color = { color ={0 0 0} can_create = { always = no } } -d_c_zarand_color = { color ={0 0 0} can_create = { always = no } } -d_c_zaranj_color = { color ={0 0 0} can_create = { always = no } } -d_c_zaria_color = { color ={0 0 0} can_create = { always = no } } -d_c_zarma_color = { color ={0 0 0} can_create = { always = no } } -d_c_zarman_color = { color ={0 0 0} can_create = { always = no } } -d_c_zaslavl_color = { color ={0 0 0} can_create = { always = no } } -d_c_zatec_color = { color ={0 0 0} can_create = { always = no } } -d_c_zavrsje_color = { color ={0 0 0} can_create = { always = no } } -d_c_zawila_color = { color ={0 0 0} can_create = { always = no } } -d_c_zeeland_color = { color ={0 0 0} can_create = { always = no } } -d_c_zekog_color = { color ={0 0 0} can_create = { always = no } } -d_c_zela_color = { color ={0 0 0} can_create = { always = no } } -d_c_zelengora_color = { color ={0 0 0} can_create = { always = no } } -d_c_zemigalians_color = { color ={0 0 0} can_create = { always = no } } -d_c_zemplen_color = { color ={0 0 0} can_create = { always = no } } -d_c_zetang_color = { color ={0 0 0} can_create = { always = no } } -d_c_zhagyab_color = { color ={0 0 0} can_create = { always = no } } -d_c_zhenfan_color = { color ={0 0 0} can_create = { always = no } } -d_c_zherkovo_color = { color ={0 0 0} can_create = { always = no } } -d_c_zhidoi_color = { color ={0 0 0} can_create = { always = no } } -d_c_zhongba_color = { color ={0 0 0} can_create = { always = no } } -d_c_zhytomyr_color = { color ={0 0 0} can_create = { always = no } } -d_c_zichia_color = { color ={0 0 0} can_create = { always = no } } -d_c_zirkuh_color = { color ={0 0 0} can_create = { always = no } } -d_c_ziz_color = { color ={0 0 0} can_create = { always = no } } -d_c_zlatibor_color = { color ={0 0 0} can_create = { always = no } } -d_c_znojmo_color = { color ={0 0 0} can_create = { always = no } } -d_c_zogang_color = { color ={0 0 0} can_create = { always = no } } -d_c_zoige_color = { color ={0 0 0} can_create = { always = no } } -d_c_zollern_color = { color ={0 0 0} can_create = { always = no } } -d_c_zolyom_color = { color ={0 0 0} can_create = { always = no } } -d_c_zurich_color = { color ={0 0 0} can_create = { always = no } } -d_c_zutphen_color = { color ={0 0 0} can_create = { always = no } } -d_c_zvyahel_color = { color ={0 0 0} can_create = { always = no } } \ No newline at end of file +d_c_aachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aalborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aarhus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abauj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abbadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abivard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abkhazia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ablastha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abomey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abruzzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abu_hammad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abwab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abydos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_acalapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_acampse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_achaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_acre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_adanse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_adoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_adrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aeolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aetolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_afar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_afram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agadir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agairik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agaw_meder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agdeside_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agenais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agrigento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ahqaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ahvaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ailech_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ain_galakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aintab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_air_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ajaccio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ajayameru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ak-dzulpas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_akhadid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_akkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_akkityk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aksay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aksu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aksuyek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-arid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-asa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-buhaira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-gharbiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-haditha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-hasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al_aqabah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al_jawf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alarcon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_albarracin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_albi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_albret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alcacer_do_sal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alcaniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alcaraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alencon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aleppo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alexandretta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alexandria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_algeciras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_algier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alicante_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_allai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_allaqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_allenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_almader_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_almaty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_almeria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alodia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_along_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alpsee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_altay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alto_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aluksne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alupa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alxa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amatlus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amiens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amstetten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ancona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_andujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angerburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angermanland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anglesey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angouleme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anjou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_annaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_annandale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ansbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ansongo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_antiocheia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_antipatreia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_antwerpen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aosta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aowin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_apahunik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_apulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aqenganggyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aqiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aqtobe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aquileia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aquincum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aral_karakum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aralkizil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arbanon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arborea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ardabil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ardestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arezzo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_argyll_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arigh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ariksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_armagnac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arnhem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arnsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aror_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arrajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arzhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ashir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ashli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ashmaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asirgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astorga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astrakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asturias_de_oviedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asturias_de_santillana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aswan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asyut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atamansku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atbara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atbasar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_athlone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atholl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atkarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_attica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_attie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atyrau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_augsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_austisland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_auvergne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_auxerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avalois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aveiro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aviovara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avlonas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avranches_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_awjila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_awkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_awssa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aydhab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayn_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayodhya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayrarat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayrshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aytos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_az-dhahira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azukki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azysia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baalbek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_babruysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badakhshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badaraya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badghis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baduspan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baghdad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bagrewand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baguirmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bahnasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bahriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baibalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baigaluuls_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baihaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bailaqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baingoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baisary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baiyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bajura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bakharz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bakhmut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bakriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balashagun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balkh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balkonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bamberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bambuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bamian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_banavasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_banbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bandhugadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bandiagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bangaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_banre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baqlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baranya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barasuru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barbacadle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barcasag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barcelona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bardak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bargajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barkam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barlad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barnaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barsuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bartenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_basagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bastia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batiha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batn_al-hajar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batticaloa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bauchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baxoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baydhabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bayeux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bearn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beaumont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bedford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_begemder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_begho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_behabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beirut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bejaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bekes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beksima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_belebey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bellac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_belogorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beloozero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_belz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_benavente_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_benevento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_benin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beograd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berbera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berchtesgaden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bereg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berestye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bergh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berkshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beroe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_besancon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beshbalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beszterce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bethen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_betpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bezichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beziers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhaktapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhumilka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bigorre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bihar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bikrampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bilizma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bilma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bindugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bir_amir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biskra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bithynia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_blankenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_blekinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_blois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bodele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bodrog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boeotia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boleslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bolghar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bologna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bombogor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bonduku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bonoso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bordeaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bornholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bornu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boro_burgasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_borsod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bothin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boubo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bouillon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boulogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bourbon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brabant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_braganza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_braila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brandenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_branicevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_braslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bratsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brecknockshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_breifne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_breisgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bremen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brescia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_breslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bresse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brie_francaise_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_briey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brixen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brugge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brunswick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brysis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buchan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buckinghamshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bucuresti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bugurslan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bumthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bundu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bure_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burgas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burgos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burhanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burugu_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_busaso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bussa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buthrotum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buzau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_byzantion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cabardinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cabra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caceres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cadiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caernarfonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cagliari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caithness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cakrakuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calarasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calatayud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calatrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_camarda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cambray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cambridgeshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cammin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_campulung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_canarias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_canavese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_canda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_candhoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_candradvipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cappadocia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_capua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_carcassonne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cardiganshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_carmarthenshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_carrick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_casentino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_castellon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_castelo_branco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cephalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cerasus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cetatea_alba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cetina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ceuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chadrinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chagdy_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chaghaniyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chakla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chalkidike_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chalons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chamil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chandax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chanderi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_changma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_charaideo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_charkliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_charsianon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chartres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chauragarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cheboksary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chelabinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherkassy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chernigov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cheshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chikoy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chilia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chindu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chios_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chitrakut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chitral_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_choklema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cholamandalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chonae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chornobyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chuguchak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chulym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chumarho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chunar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chungthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cieszyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cilicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_clermont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_clermont_sur_allier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cleves_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coimbra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_colmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cologne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_colonea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_comai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_comminges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_como_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_connacht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_constanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_constantine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cordoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cornouaille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cornwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coruna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cosenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cottbus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coulommiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cozhelhoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_craiova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cremona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_csanad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_csongrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuellar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuenca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cumberland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cumbum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuneo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuonaco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cykma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_czerska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dabou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daboya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dabusiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dadhipadra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dagomba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dahlak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dajing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakajalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakhina_desa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakhla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dalabergslagen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dalarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damascus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damietta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damin_i_koh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damoh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damxung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_danakil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dangla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dannenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_danzig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar-al-rih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar_al-said_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar_rashid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar_sila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darabjerd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daramdin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darkhad_valley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darmashan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dasapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dathina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_datong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dausar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dawaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dawraq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dawu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_debar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_debul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_degelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_deggerdorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_delhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dembiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_demchok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_demetrias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_denbighshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dendi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dengqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_denia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_deqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derbent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derlenka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_desmond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dessau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_devagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_devon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhamalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhankar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhofar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhraina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_diamare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dibri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dihistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dijon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dimapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dipalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dirku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_diskit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ditmarschen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djado_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djanet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djarin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djerba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dnipro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dobrzynska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dokkum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dolgujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dongola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_donjikraji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorohoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorohychyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorostorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorpat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dortmund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_doti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_doudleby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_draa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dresden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dublin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dubrovytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_duklja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dunbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dunhuang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_duqm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durdzukia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durovka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dvaraka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dyamare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dyrrachion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dyulaso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east-tokharestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east_kiilt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eastern_tannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_edd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_edessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_edo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eghiz_kara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eichstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_el_fasher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_el_waak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_elabuga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eleila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_elvas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_embrun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_emil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ennis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_epeiros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_erbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eschenlohe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_essex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_euboea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_euchaita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_evreux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ewe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eystridalir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_faereyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fafan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_falaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_famagusta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fanhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fante_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_faras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_faro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fayyum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fazaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fazughli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_feher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fellata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ferghana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ferrara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fetegar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_figuig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_finnveden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firabr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firaun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firdafylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firenze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fitri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fogaras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_foggia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_foix_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_forcalquier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_forez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fraga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_frankfurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_freistadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_french_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_frisia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_friuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fudalhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fuerteventura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fulda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fuqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_furstenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_futa_jalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gabal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gabes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gacka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galatia_salutaris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galloway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gallura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ganale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gangaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ganzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gaotai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garabogazkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garkung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garumele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garwhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gastrikland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gatsuurgazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gauldala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_geba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gegyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gemer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_geneva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_germa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gerqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gerze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gevaudan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gezira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghadames_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gharb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghardaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghazna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghazza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghazzal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghulja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gidaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gilan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gilgit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_girona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_giurgiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_giza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_glamorgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_glazov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gleichenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gloucestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gnezdovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gnieznienska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_goalpara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gobir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_godwad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gojjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_golag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_golaghmuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_golden_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gomel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gomoco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gondo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gongbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gonja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gonjo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gorlitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gorz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gostyninska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gottingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gowrie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_granada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_graz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grebo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grisons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grobin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grodno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_groningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grunberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grunningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gudbrandsdalir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guelders_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gugark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guidimaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guines_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gumuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurganj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurgi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurjaratra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gutland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gutti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guwari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guzgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guzkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gwalior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyaca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyaitang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyangze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyegumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyirong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadithat-ana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadramawt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadrianeia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hail_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hainaut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hakkari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halberstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halsingland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_haltang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hamadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hamburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hampton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hanlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hannover_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hargaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harhiraa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harikela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harjadalen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harrat_rahat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_haruppeswara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hastinapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hauran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_havelberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hayq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hedmork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_heihe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_helenopontus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_helgum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_herat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hereford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hereti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hertfordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hewes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hildesheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hinthada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hiraab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hisar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hoboksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hobyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hodh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hodna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohaseco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenlohe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_holland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_homs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hongliuyuan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_honorias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hordalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hormuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hotin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hradec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hradyzk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_huesca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hulwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_huntingdonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hunyad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hunyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hvosno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ibadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ibibo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_idatarainadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_idoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ifat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ifni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ifonyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igbomina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ijaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ijebu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ikh_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ile_de_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilorin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_inari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_innarya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_inner_hebrides_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_innsbruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_intarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_inverness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ionia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ipuskoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irahistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irbid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irbil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irkutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isauria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isfahan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isfara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ishim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iskaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isle_of_man_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isle_of_wight_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_issoudun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_istakhr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_itanagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_itil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iviza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jabal_kufs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jabal_quzlum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jafara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaffna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jagatipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jahkamakke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaligny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jalmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jambalar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jame_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jamtfir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_janakpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jasky_kart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaunpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jawf-al-yamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jenne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jerjul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jersika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jerusalem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jharkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jie_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jihlava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jilali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jilat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jilib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jimi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jinghiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jinsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jinta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jiren_suat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jiruft_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jitikul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jolof_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jovvkuj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jowol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jubba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_julevadno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_julfar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_julym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jumla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_juterbog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_juwain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_juwair_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaabu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kabarasana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kabul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kachu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kadam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaduna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kafirkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kainsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kainuu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kairwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaisereia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaiserslautern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kakheti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kakisalmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalabsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalanjara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalbin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kali_kumaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalinganagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaliska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalos_limen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalpi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalyani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kamarupanagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kamatapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kambampet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kammersberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kamru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanchipuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kangmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaniaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kankan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kantegir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanyakubja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kara_asirgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kara_khoja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabaigal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabalgasun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabolam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karakorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karamay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karashar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karasjohka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karatayak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karatsagaan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karbala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kargadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karghalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kargopol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karkaraly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karmanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karnten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kartauzh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kartli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kashgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaskelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kasmira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kassala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kassel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katagum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kataka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katehar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kathmandu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katsina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katu_yaryk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kayor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazanskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazanskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kebbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_keffi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kempten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_keriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kermanshah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kernave_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ketu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_keve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kevrola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khaplu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khar_us_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kharam-vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khasagt_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khawr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khaybar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khentii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kherson_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khetaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khijjingakota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khinjali_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khiva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khojand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khokhoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kholmogory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khopyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khortytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khotan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khotang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khumar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khurnak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khuttal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khuwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kinda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kinda_sakun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kingui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kintus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiranapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kirillov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kirkuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kirman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kishsh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kitka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kitoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kittila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kizir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_klarjeti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kletsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_klingenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_knin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_knittelfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koblenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kodalaka_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koi-bagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kojuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kokenois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kokoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kokpekty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolhapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolobrzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolyvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konda_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kondana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kondoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kongu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konigsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kontupohja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kopathal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koppam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korgon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korinthos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korosten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korsun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kos-buwak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kos_uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koshuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotivarsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotokel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotoko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kouga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koutajoki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kozelsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kozlov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krajna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krakowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krasnoyarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krems_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kropot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuchuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuisugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kujawy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kukiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kulan_utmas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kulan_uynak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kulunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumtag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kundina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuozhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuranko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurdistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurgus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurmaed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurmina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurumba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kush-murun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kusinagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kusumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kutch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuzbas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kwahu-akyem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kwararafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyakyaru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyaukse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kymyl_tey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyunglung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyzistra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyzylkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_la_marche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_labda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_labourd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lachyk-uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ladyzyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lag_dera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laghwat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lakhnau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laksmanavati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lanarkshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lancashire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lanciano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_landsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_langres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lapusna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lasta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lecce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leczycka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_legnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leicestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leinster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lenggu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lenghu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lennox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lepsink_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leraba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lesbos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leuchtenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhagang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhatok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhunze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhunzhub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_liangzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_liebnitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_liege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lienz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_limousin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lincolnshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lingtsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_linlithgowshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_linz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_linze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lippe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lipto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lisboa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lisieux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_litang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_litomerice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_livs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ljubljana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lleida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lobdaburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lobi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lobo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_logudoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lolland_falster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lomzynska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_loropeni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lothian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_loulan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lower_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lubeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lubelska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lubusz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lucca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ludrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lukoml_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lumbini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luneburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lunggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luntai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lusignan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luuq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luxembourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lviv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lycandus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lycaonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lycia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lydia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lysva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lyubim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maastricht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_macon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_macva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madhupur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madurai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mafaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_magadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_magdeburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maghas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_magwe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahdiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahishaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mainling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mainz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_majar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_makhir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malbork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maldives_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maldwyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mallabhum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mallorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mamprusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_man_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manatau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandapika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandavyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mangnai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mangra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mangyshlak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manikpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mansfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mansura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mantua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manturovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maowun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maragha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mareeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_markam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marmaros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marrakesh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marsabit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marsan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_martyuba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marvarrud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masabadhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_massawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_massina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mathura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mayo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mayyafariqin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mazandaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mazongshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mearns_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mecca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mecklenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medantaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medapata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medellin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medelpad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medjerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meissen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meknes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_melilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_melitene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_memar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_memel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_menorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_merida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_merioneth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meroe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mersenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_merv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mesembria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_messenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_messina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_messukyla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_metz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_metzovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_miastko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_middlesex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_midnapore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_miliez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_millau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_minbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_minden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_minsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mithila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_modena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_modrus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mogadishu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mohadavasaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_molina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monferrato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monkh_saridag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monmouthshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_montaigu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_montargis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monterrei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_montpellier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_morarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_moray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_more_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_moskva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mosul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mosynopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_moura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mozhaysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mudgagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mudug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mugodzhar_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mulaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_multan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_muluya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mumo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murcia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murun_tomis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murzuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_muscat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mustasaari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_muya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mysia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nabadwipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naddula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagarze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagormo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naimisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naissus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_najera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_najran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nakhshab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naldurg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nallamala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_namandiru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_namdalfylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_namur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nancy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nandana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nangqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nantes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nanumba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_napoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naqis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narym_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nasaiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nasibin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nasrabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nassau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_natangia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naumburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naushki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_navasarika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naxos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ndenye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neamnt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nedenes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nedersticht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_negev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nellore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neopatras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neramkary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neufchateau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nevers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ngawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ngoring_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_niani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nicopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nicosia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_niebla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nihawand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nikaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nikki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nikopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ninive_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_niomi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nizhny_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nizwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_njudung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nordlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nordmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nordrland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_norfolk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_north_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_northamptonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_northumberland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_norwegian_more_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nottinghamshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novgorod_seversky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novogrudok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novosil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nugaal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nuon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nupe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nurnberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nurtay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyagrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyainrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyemo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyingchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyitra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nysa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_odessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_odishi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_odoyev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ohrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oigon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_okangara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olavinlinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oldenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oleshye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olmedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olomouc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_omsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_onega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_onega_BJA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ongi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_onsthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_opanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_opava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_opole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orangallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orbetello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orhei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oriel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orkney_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orlamunde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ormond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orvieto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oshrusana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oskol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osnabruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ossory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ostergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osterland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osterode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ostfriesland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_otrar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oudalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oulu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_outer_hebrides_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oversticht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_owu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oxfordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pacatiana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paderborn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_padua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_padum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paeonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pagania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pallas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palniki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pamphylia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_panaji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_panjgur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pannagallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paphlagonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_parma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_parsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_passau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pavlodar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_peaccam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pecheneg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pedersore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pegu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pelym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pelyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pemako_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pembrokeshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pendjari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_penthievre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_penugonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_penza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_perekop_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_peremyshl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_peresopnytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pereyaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_perigord_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_perm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pest_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_petropavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_petropavolsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_petrovsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_philippopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_philomelium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_phiti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_phrygia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pielinen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pirin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pisidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pitten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plasencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plocka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plyos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_po_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_podor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_podrinje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_poitiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_polesine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_polotsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_polovragi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pomoravlje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pomorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pompeiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_porto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_poszony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_povenets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pozega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_poznanska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_praha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prayaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prenzlau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prerov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_provence_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_przemkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pskov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pudozh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_puigcerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_punakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pundravardhana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_purang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_puri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_purig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_purushapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_puttlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_putyvl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qadisiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qalaafe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qamdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qaryatan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qashtiliya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qasim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qasr_ibrim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qataa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qatif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qayaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qazwin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qilin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qimr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qinggil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qinnasrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qoshagyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_quercy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qumarleb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qumisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_quqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_quriltay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qurta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qusayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_racakonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_radha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_radomska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ragusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rahba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raimskoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rajanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rajrappa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ramagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ramhurmuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ramu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ranikot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raniriki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ranthambore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raqqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ras_hafun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raseiniai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rashka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rasht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ratanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ratibor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ravenna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ravensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rayy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rebgong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_regensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reggio_calabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reims_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_renandu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rennes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rethel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rhodopes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rhodos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ringkobing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_riqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rivsharan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rogalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rohana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_roing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_roma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_romen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rosenheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_roslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ross_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rossano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rossello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rostock_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rothas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rothenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rouen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rouergue_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rounala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rudbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rugen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rukhaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ruppin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rusafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rutog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ruyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ryazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ryty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saalum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saarbrucken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sabakyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sable_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sabzevar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sacz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_safata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagaing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saimara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saintonge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sakarai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sakmara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salamanca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salamat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salavat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salerno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salinis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samaiqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samander_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samar_VB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samatata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sambalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sambhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samiran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samosata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sanaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sancerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sandomierska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sandoway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sangqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sanij_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sankt_gallen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sankt_polten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_santiago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saptagrama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saqsin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarakhs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarangpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarasvata_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarasvati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saratov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sardan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sartlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarykamysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarysyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sasaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satakunta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satfura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saumur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_savalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_savoie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_say_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sayn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_scalovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_schaumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_schmalkalden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_schweibus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sebasteia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sebezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sebur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_selenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_seleucia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_selge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_selpils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_semey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_semien_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sennar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_seno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_serae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_serres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sertar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sevede_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_severin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sevilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sevsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sewa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sfax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shabe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shahrazur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shahre-babak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shaki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shamir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shanzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shaqiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharkiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shavgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shayzar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shchuchinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shelji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shenkursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sherbro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shetland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shigar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shiraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shirvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shishina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shityy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shorkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_showa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_showak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shropshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shughnan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shunzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siauliai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sibi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sibi_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sibir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sidamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sieradzka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sif-i-umara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siggevara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sighnaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sijilmasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sikasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_silla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_silves_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_simaramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sinjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sinope_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sir_faesyfed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siracusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sirhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sirjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sittaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sitti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siwistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sjaelland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sjeltie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skardu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skolt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skopje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_slesvig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_slupsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_slutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_smolensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sobrarbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sochur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_socotra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sodermannaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sogn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sokode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sokoto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soldin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_solimana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sombio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_somerset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_somnath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_somogy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_songuu_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sopron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soroca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sorok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sortavala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sosva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_souf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sous_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_south_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_speyer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_spis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_spreewald_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sprottau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sravasti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sredets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_srihatta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sriksetra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sripatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_srirangapatna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_staffordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_starodub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stendal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stettin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stezycka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sthanisvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stoenesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stoyanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_strassburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_strathearn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_strumica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suakin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_subay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_subei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suceava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sudurland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suenik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suffolk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sukhna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sullum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sumadija_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sundgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sungqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suondavara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_surparaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_surrah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_surrey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sussex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sutherland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sutkend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suvarnagram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suvarnapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suzdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_svaneti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_swetaka_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_syrrusafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_syrte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sysma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szabolcs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szatmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szekelyfold_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szekesfehervar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szerem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabla_butii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabriz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tadjoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tadla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tadmekka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagadur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taghaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tahoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taizz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takkeda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takrit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takrur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_talakad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_talava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_talish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tall_basma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tall_hamid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tambov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamentit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamiso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamralipti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tanas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tangiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tapsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taradavadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_targu_jiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_targyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarnowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarragona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarsos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tartas_SIB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarvagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taskyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tavan_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tavasts_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tawang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tayma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tbilisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tecklenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_telemark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_temes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_temne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tenggeli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ter_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teramo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terebovl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terek_pass_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terekli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terektai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teruel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tesiin_gol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tessalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teviotdale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tewo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tezu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thabeik_taung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thalabiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thaldat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thalner_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thaton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_theodosiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thessalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thessaliotis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thessalonika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thomond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thouars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thyatira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tiberias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tibesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tichitt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tigheci_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tigre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tihama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tihamat-al-yamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tikhvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_timbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tindouf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tinmallal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tirakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tiris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tiruvannamalai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tivoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tlemcen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tmutarakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tobol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tobruk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_todo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tokumbay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tolna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tomorbulag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tomsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tonnerrois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torangy_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toropets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tortoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tortona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_totma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_touat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toulouse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toungoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tourraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tovkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trakai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trandam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trandheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_travunia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trebizond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trenscen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_treviso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tribandapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trigarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trikuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trincomalee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tripoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tripolitana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trongsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tropaeum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_troyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tsambagarau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tsaparang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tseel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tselym_dalyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tudela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tudgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tuluchezeva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tulun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tumak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tumar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tummana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tunka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turgay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turnovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turpan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turuberan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tustar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tuulain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tver_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tyendugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tyumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tzani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ubins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ubmejeiednuo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ubulla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uchangidurga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uchkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_udabhanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uiska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ujjayini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulaanbaatar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulaangom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulan_chuzir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulan_ude_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulantaiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uliastai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uliuty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulu_jitanjik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulytau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_umiai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ungvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_bono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_khabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uqayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uraiyur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uraltau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urbino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urgamal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urgell_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urmiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ushara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ushmun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ushytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_usora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ustyug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ustyurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uul_chors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uulynkhol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uvs_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uwal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uzboy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uzgend_KARA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vadodara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaihingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaijayanti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vairagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vairata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaisali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valabhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valdai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valentinois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valladolid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vanemane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vannes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_varanasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vardhamana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_varend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vargashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_varmland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaspurakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vastergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vastmanland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vastvag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vasyugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vatapi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vatsagulma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaucouleurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vecchio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_velay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_velbazhd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_velsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_venadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_venaissin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vendome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_veneto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_venezia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vengipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_veria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vermandois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_verona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vestfold_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vestisland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_veszprem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vhrbosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vidin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vidisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vidzeme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vienna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viennois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viipuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vijayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vijnot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vikramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_villach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vingulmork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viraja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viscaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viseu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vitebsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viterbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vitim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viviers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vizagipatam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vladimir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vodamayutja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vodi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vodica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vogtland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_voin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_volkovysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_volodymyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vologda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vorbasse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_voronezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_votkinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vratsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vrbas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vukovar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vyangi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waddan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadi_amur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadi_el-milk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wagadugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wajda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wajh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wakhsh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_walata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waldeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waqisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wargla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_warwickshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wasit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_welamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wellega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wentugaole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wenyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_werle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west-tokharestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west_qamuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_western_tannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_westfriesland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_westmorland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wiek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wielunska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wiltberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wiltshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wittenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolgast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolkenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolpe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolqayt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_worcestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wormditt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_worodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wschowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wuluhai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wurttemberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wurzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xainza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xaitongmoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xigaze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xigortang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xingqing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xining_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yabrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yagba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yaitsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yalala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yalong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yamama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yamethin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yanbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yangikent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yangjibaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yangwarok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yanokul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yar-calli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yaroslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yasin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yatenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yatvyagi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yauri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yekaterinburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yelimane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yenisei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yenshipin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yijinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yongdeng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yoshkar-ola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yperen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yumenguan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zabid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zabulistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zachlumia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zadar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zadoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zagorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zagreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zagros_mediae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zakroczymska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zamindawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zamm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zammour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zamora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarafshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaragoza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zatec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zavrsje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zawila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zeeland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zekog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zelengora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zemigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zemplen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zetang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhagyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhenfan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zherkovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhidoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhongba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhytomyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zichia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zirkuh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ziz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zlatibor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_znojmo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zogang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zoige_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zollern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zolyom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zurich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zutphen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zvyahel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } \ No newline at end of file From 396aab7ccc9ebc70ad18dff5f4278d8714f72003 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 29 Nov 2022 20:16:44 -0500 Subject: [PATCH 192/339] Clean up tributaries some more * Added decisions to call tributaries and suzerain to war * Removed obtuse character interactions to call tributaries to war as the decisions handle that logic * Updates missing effect and trigger localizations * NB: Does not utilize tributaries.6 or tributaries.13 events --- ...00_character_interactions_BP_overwrite.txt | 1316 ++++++++++++++++- .../T4N_tributaries_interactions.txt | 1264 ++++++++++------ .../decisions/T4N_tributary_decisions.txt | 113 ++ .../T4N_effect_localization.txt | 7 + .../T4N_tribs_trig_desc.txt | 18 +- WtWSMS/events/_T4N/T4N_tributaries.txt | 4 +- .../english/BP_decisions_l_english.yml | 11 + .../english/T4N_tributaries_l_english.yml | 5 + .../triggers/BP_interactions_l_english.yml | 3 +- 9 files changed, 2306 insertions(+), 435 deletions(-) create mode 100644 WtWSMS/common/decisions/T4N_tributary_decisions.txt create mode 100644 WtWSMS/common/effect_localization/T4N_effect_localization.txt diff --git a/WtWSMS/common/character_interactions/00_character_interactions_BP_overwrite.txt b/WtWSMS/common/character_interactions/00_character_interactions_BP_overwrite.txt index a2287b38ec..9d7d371a39 100644 --- a/WtWSMS/common/character_interactions/00_character_interactions_BP_overwrite.txt +++ b/WtWSMS/common/character_interactions/00_character_interactions_BP_overwrite.txt @@ -1,4 +1,1318 @@ -##### Changed from Vanilla: Added checks for bureaucratic_government devolving +##### Changed from Vanilla: Made invalid for chars that are tributaries of some sort. +##### Suzarains used annexation interaction instead +offer_vassalization_interaction = { + category = interaction_category_vassal + + + desc = offer_vassalization_interaction_desc + + ai_targets = { + ai_recipients = neighboring_rulers + } + ai_target_quick_trigger = { + adult = yes + } + ai_frequency = 12 + + ##### Changed from Vanilla vvvvv + is_shown = { + scope:recipient = { is_tributary = no } + scope:recipient = { + NOT = { this = scope:actor } + is_landed = yes + is_independent_ruler = yes + highest_held_title_tier < scope:actor.highest_held_title_tier + NOT = { government_has_flag = can_not_be_vassal_or_liege } + } + } + ##### Changed from Vanilla ^^^^^ + + ##### Changed from Vanilla vvvvv + is_valid_showing_failures_only = { + trigger_if = { + limit = { is_tributary = yes } + custom_tooltip = { + text = tributaries_are_to_be_annexed + scope:recipient = { has_variable = my_suzerain } + scope:recipient.var:my_suzerain = scope:actor + } + } + scope:recipient = { + is_at_war = no + + custom_description = { + text = was_recently_granted_independence + NOT = { + has_opinion_modifier = { + modifier = granted_independence_opinion + target = scope:actor + } + } + } + } + } + ##### Changed from Vanilla ^^^^^ + + greeting = positive + notification_text = OFFER_VASSALIZATION_INTERACTION_NOTIFICATION + + ai_min_reply_days = 5 + ai_max_reply_days = 10 + + ai_accept = { + base = -50 + #MAIN + #Heretic/Infidel modifier. + #Tier difference modifier. + #Dejure modifier. + #Distant/Remote Realm modifier. + #Military power difference modifier. + + #MINOR + #Rivalry modifier. + #Same Dynasty modifier. + #Cultural/Cultural Group modifiers. + #Ageism modifier vs kids. + #Ruler Legitimacy modifier. + #Claimant modifier. + + #OPINION SCALES + #Dread + #Compare Opinion modifier. + + # PERKS + modifier = { # Perk boost + desc = offer_vassalization_true_ruler_perk_tt + trigger = { + scope:actor = { has_perk = true_ruler_perk } + } + add = true_ruler_value + } + + # EVENTS - temporary bonuses gained by events + modifier = { + desc = event_bonus_to_vassal_accept_tt + trigger = { + scope:actor = { has_character_modifier = event_bonus_to_vassal_accept } + } + add = 20 + } + + modifier = { # Cultural Acceptance + add = offer_vassalage_acceptance_value + desc = cultural_acceptance_interaction_reason + trigger = { + scope:actor = { + NOT = { has_same_culture_as = scope:recipient } + culture = { + cultural_acceptance = { target = scope:recipient.culture value <= 90 } + } + } + } + } + + # MAIN + modifier = { #Different faith, no pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOR = { #Of two different faiths AND the potential vassal's faith is not pluralistic. + faith = scope:actor.faith + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + } + add = { + value = -40 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -40 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -40 + } + } + } + + modifier = { #Different faith, pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + NOT = { + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -20 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -20 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -20 + } + } + } + + modifier = { #Different faith, both have pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -10 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -10 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -10 + } + } + } + modifier = { #I am a King! + desc = offer_vassalization_interaction_aibehavior_amkingtier_tt + trigger = { + scope:recipient = { highest_held_title_tier = tier_kingdom } + } + add = { + value = -50 + if = { + limit = { + scope:recipient = { + OR = { + has_government = republic_government + has_government = theocracy_government + } + } + } + add = -50 + } + if = { + limit = { + scope:recipient.sub_realm_size >= 5 + } + add = -50 + } + if = { + limit = { + scope:recipient.sub_realm_size >= 10 + } + add = -100 + } + } + } + modifier = { #We just fought against each other. + desc = offer_vassalization_interaction_aibehavior_recent_war_tt + trigger = { + scope:recipient = { + any_truce_holder = { + this = scope:actor + } + } + } + add = -50 + } + modifier = { #I fought an independence war against you. + desc = offer_vassalization_interaction_aibehavior_independence_war_tt + trigger = { + scope:recipient = { + exists = var:independence_war_former_liege + var:independence_war_former_liege = scope:actor + } + } + add = -200 + } + modifier = { # I am Tribal and you are not + desc = interaction_tribal_vs_nontribal + trigger = { + scope:recipient = { + has_government = tribal_government + } + scope:actor = { + NOT = { has_government = tribal_government } + } + } + add = -20 + } + modifier = { # You are Tribal and I am not + desc = interaction_tribal_vs_nontribal + trigger = { + scope:actor = { + has_government = tribal_government + } + scope:recipient = { + NOT = { has_government = tribal_government } + } + } + add = -20 + } + modifier = { # Isolationist tradition + desc = isolationist_reason + trigger = { + NOT = { + scope:actor.culture = scope:recipient.culture + } + scope:recipient.culture = { + has_cultural_tradition = tradition_isolationist + } + } + add = -20 + } + modifier = { #Bankrupt + desc = bankrupt_reason + trigger = { + scope:actor.gold <= -1 + } + add = -100 + } + modifier = { #Wide difference in rank + desc = offer_vassalization_interaction_aibehavior_widetitletier_tt + trigger = { + scope:actor = { + tier_difference = { + target = scope:recipient + value > 1 + } + } + } + add = 10 + } + modifier = { # Allied + desc = offer_vassalization_interaction_aibehavior_allied_tt + trigger = { + scope:recipient = { + is_allied_to = scope:actor + } + } + add = 20 + } + modifier = { # Is the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_rightfulliegetitleholder_tt + trigger = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + add = 20 + } + modifier = { #Is not the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_not_rightfulliegetitleholder_tt + trigger = { + NOT = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + } + add = -20 + } + modifier = { # Encircled + desc = offer_vassalization_interaction_aibehavior_encircled_tt + trigger = { + scope:recipient = { + NOT = { + any_neighboring_top_liege_realm_owner = { + NOT = { + this = scope:actor + } + } + } + NOT = { + any_realm_county = { + is_coastal_county = yes + } + } + } + } + add = 20 + } + modifier = { #Distant Realm — Overseas Connection + desc = offer_vassalization_interaction_aibehavior_distantrealm_tt + trigger = { + scope:actor = { + character_is_realm_neighbor = scope:recipient + NOT = { #Ibiza should want to be a vassal of Mallorca, etc. + character_is_land_realm_neighbor = scope:recipient + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + } + } + add = -100 + } + modifier = { #Distant Realm — No Connection + desc = offer_vassalization_interaction_aibehavior_distantrealm_tt + trigger = { + scope:actor = { + NOT = { + character_is_realm_neighbor = scope:recipient + } + } + scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value < 200000 } } + } + add = -250 + } + modifier = { #Remote Realm. + desc = offer_vassalization_interaction_aibehavior_remoterealm_tt + trigger = { + scope:actor = { + NOT = { + character_is_realm_neighbor = scope:recipient + } + } + scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value >= 200000 } } + } + add = -500 + } + modifier = { + desc = offer_vassalization_interaction_aibehavior_power_tt + add = { + value = 1 + subtract = { + value = scope:recipient.max_military_strength # Intended for recipient to use max, to avoid having vassalizations become too easy for weakened realms + divide = { value = scope:actor.current_military_strength min = 1 } + } + multiply = 20 + ceiling = yes + } + } + modifier = { + desc = offer_vassalization_interaction_aibehavior_vassal_opinion_tt + trigger = { + number_of_powerful_vassals >= 1 + } + + add = { + value = 0 + scope:actor = { + every_powerful_vassal = { + if = { + limit = { + save_temporary_opinion_value_as = { + name = vassal_opinion + target = scope:actor + } + } + add = scope:vassal_opinion + } + } + + if = { + limit = { + number_of_powerful_vassals > 0 + } + divide = number_of_powerful_vassals + } + else = { + divide = 5 + } + } + + divide = 5 + } + } + + # MINOR + modifier = { #Friend modifier. + desc = offer_vassalization_interaction_aibehavior_friend_tt + trigger = { + scope:recipient = { + has_relation_friend = scope:actor + NOT = { has_relation_best_friend = scope:actor } + } + } + add = 10 + } + modifier = { #Best Friend modifier. + desc = offer_vassalization_interaction_aibehavior_best_friend_tt + trigger = { + scope:recipient = { + has_relation_best_friend = scope:actor + } + } + add = 20 + } + modifier = { #Lover modifier. + desc = interaction_lover + trigger = { + scope:recipient = { + has_relation_lover = scope:actor + NOT = { has_relation_soulmate = scope:actor } + } + } + add = 10 + } + modifier = { #Soulmate modifier. + desc = interaction_soulmate + trigger = { + scope:recipient = { + has_relation_soulmate = scope:actor + } + } + add = 20 + } + modifier = { #Rivalry modifier. + desc = offer_vassalization_interaction_aibehavior_rival_tt + trigger = { + scope:recipient = { + has_relation_rival = scope:actor + NOT = { has_relation_nemesis = scope:actor } + } + } + add = -100 + } + modifier = { #Nemesis modifier. + desc = offer_vassalization_interaction_aibehavior_nemesis_tt + trigger = { + scope:recipient = { + has_relation_nemesis = scope:actor + } + } + add = -1000 + } + modifier = { #Same Dynasty modifier. + desc = offer_vassalization_interaction_aibehavior_dynasty_tt + trigger = { + scope:recipient = { + dynasty = scope:actor.dynasty + } + } + add = 5 + } + + modifier = { # Same language + add = 5 + desc = speaks_same_language_interaction_reason + trigger = { + scope:actor = { + knows_language_of_culture = scope:recipient.culture + } + } + } + + modifier = { # Iberian Struggle, less likely for outsiders to vassalize inside + add = -35 + desc = iberian_struggle_reason_reason + trigger = { + scope:actor = { + NOT = { + any_character_struggle = { is_struggle_type = iberian_struggle } + } + } + scope:recipient = { + any_character_struggle = { is_struggle_type = iberian_struggle } + } + } + } + + modifier = { #Ageism modifier vs kids. + desc = offer_vassalization_interaction_aibehavior_child_tt + trigger = { + scope:actor = { + age < 12 + } + scope:recipient = { + age > 16 + } + } + add = -5 + } + modifier = { #Illegitimacy modifier. + desc = offer_vassalization_interaction_aibehavior_illegitimate_tt + trigger = { + OR = { + AND = { + scope:actor = { + has_trait = bastard + } + scope:recipient = { + faith = { NOT = { has_doctrine = doctrine_bastardry_none } } + } + } + has_trait = denounced + has_trait = disinherited + } + } + add = -10 + } + + modifier = { #Claimant modifier. + desc = offer_vassalization_interaction_aibehavior_claimant_tt + trigger = { + scope:actor.primary_title = { + scope:recipient = { + has_claim_on = prev + } + } + } + add = -20 + } + + modifier = { # Ambitious + desc = TAKE_THE_VOWS_AMBITIOUS + trigger = { + scope:recipient = { + has_trait = ambitious + } + } + add = -20 + } + + modifier = { # Paranoid + desc = INTERACTION_PARANOID + trigger = { + scope:recipient = { + has_trait = paranoid + } + } + add = -20 + } + + modifier = { # Arrogant + desc = INTERACTION_ARROGANT + trigger = { + scope:recipient = { + has_trait = arrogant + } + } + add = -20 + } + + modifier = { # Fickle + desc = INTERACTION_FICKLE + trigger = { + scope:recipient = { + has_trait = fickle + } + } + add = -10 + } + + modifier = { # Stubborn + desc = INTERACTION_STUBBORN + trigger = { + scope:recipient = { + has_trait = stubborn + } + } + add = -10 + } + + modifier = { # Trusting + desc = TAKE_THE_VOWS_TRUSTING + trigger = { + scope:recipient = { + has_trait = trusting + } + } + add = 5 + } + + modifier = { # Content + desc = INTERACTION_CONTENT + trigger = { + scope:recipient = { + has_trait = content + } + } + add = 5 + } + + # OPINION INFLUENCE + modifier = { + add = intimidated_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 1 + } + } + desc = INTIMIDATED_REASON + } + modifier = { + add = cowed_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 2 + } + } + desc = COWED_REASON + } + opinion_modifier = { #Compare Opinion modifier - Clans care more about opinion + trigger = { + scope:actor = { + has_government = clan_government + } + scope:recipient = { + has_government = clan_government + } + } + who = scope:recipient + opinion_target = scope:actor + multiplier = 0.7 + } + opinion_modifier = { #Compare Opinion modifier. + trigger = { + OR = { + scope:actor = { + NOT = { has_government = clan_government } + } + scope:recipient = { + NOT = { has_government = clan_government } + } + } + } + who = scope:recipient + opinion_target = scope:actor + multiplier = 0.35 + } + + # DIPLOMATIC COURT GRANDEUR BONUS + modifier = { + trigger = { + scope:actor = { + has_royal_court = yes + has_court_type = court_diplomatic + court_grandeur_current_level >= 1 + } + } + add = { + value = scope:actor.court_grandeur_current + if = { + limit = { # Reduce the bonus if you are below your expected level + scope:actor = { + court_grandeur_current_level < court_grandeur_minimum_expected_level + } + } + multiply = 0.15 + } + else = { + multiply = 0.3 + } + } + desc = DIPLOMATIC_COURT_ACCEPTANCE_INCREASE_REASON + } + + # CONTRACT OPTIONS + modifier = { + add = 60 + scope:recipient = { has_government = feudal_government } + scope:religious_exemption = yes + desc = CONTRACT_RELIGIOUS_EXEMPTION_REASON + } + modifier = { + add = 30 + scope:recipient = { has_government = clan_government } + scope:religious_exemption_clan = yes + desc = CONTRACT_RELIGIOUS_EXEMPTION_REASON + } + modifier = { + add = 30 + scope:recipient = { has_government = feudal_government } + scope:low_obligations = yes + desc = CONTRACT_LOW_TAXES_REASON + } + modifier = { + add = -40 + scope:recipient = { has_government = feudal_government } + scope:high_obligations = yes + desc = CONTRACT_HIGH_TAXES_REASON + } + + modifier = { # AI-only weights, keep the pope from vassalizing too fast + trigger = { + exists = faith:catholic.religious_head + faith:catholic.religious_head = scope:actor + scope:actor = { is_ai = yes } + } + add = -50 + } + } + + # Low starting obligations + send_option = { + is_shown = { + scope:recipient = { + has_government = feudal_government + } + } + flag = low_obligations + localization = low_obligations + } + + # Medium starting obligations + send_option = { + is_shown = { + scope:recipient = { + has_government = feudal_government + } + } + flag = normal_obligations # If selected then scope:flag_name will be set to yes + localization = normal_obligations # Loc_key for option label + starts_enabled = { always = yes } # Trigger for whether this should be on when the window opens. If not defined, defaults to off + + } + + # High starting obligations + send_option = { + is_shown = { + scope:recipient = { + has_government = feudal_government + } + } + flag = high_obligations # If selected then scope:flag_name will be set to yes + localization = high_obligations # Loc_key for option label + } + + # Low starting obligations + religious exemption + send_option = { + is_shown = { + scope:recipient = { + has_government = feudal_government + } + } + is_valid = { + NOT = { scope:recipient.faith = scope:actor.faith } + } + flag = religious_exemption + localization = religious_exemption + } + + # Religious exemption, for clans + send_option = { + is_shown = { + scope:recipient = { + has_government = clan_government + } + } + is_valid = { + NOT = { scope:recipient.faith = scope:actor.faith } + } + flag = religious_exemption_clan + localization = religious_exemption + } + + # Nothing, for clans + send_option = { + is_shown = { + scope:recipient = { + has_government = clan_government + } + } + is_valid = { + always = yes + } + flag = no_exemption_clan + localization = no_exemption + } + + send_options_exclusive = yes + + on_accept = { + offer_vassalization_interaction_effect = yes + scope:actor = { + trigger_event = char_interaction.0001 + ## Remove bonus, it's been used + if = { + limit = { + has_character_modifier = event_bonus_to_vassal_accept + } + remove_character_modifier = event_bonus_to_vassal_accept + } + } + } + + on_decline = { + scope:actor = { + trigger_event = char_interaction.0002 + } + } + + ai_potential = { + is_adult = yes + is_independent_ruler = yes + highest_held_title_tier > tier_county + } + + ai_will_do = { + base = 100 + + # AI prefers to receive higher obligations from their vassals when possible. + modifier = { + add = 2 + scope:low_obligations = yes + } + + modifier = { + add = 3 + scope:normal_obligations = yes + } + + modifier = { + add = 4 + scope:high_obligations = yes + } + + # Cynical rulers are happy to offer religious protection to potential vassals, but only when it makes them accept a vassalization offer they would otherwise refuse. + # Zealous rulers become increasingly reluctant to offer religious protection, as they want to enforce religious homogeneity in their realm. + modifier = { + add = { + value = ai_zeal + multiply = -2 + max = 1 + } + scope:religious_exemption = yes + } + + + modifier = { # If the recipient is a player, do not bother sending + factor = 0 + scope:recipient = { + is_ai = no + } + } + } +} + +##### Changed from Vanilla: Tributaries can only offer fealty to their suzerain; no neat trick to get out from under the contract +offer_fealty_interaction = { + category = interaction_category_vassal + + + desc = offer_fealty_interaction_desc + + ##### Changed from Vanilla vvvvv + is_shown = { + scope:recipient = { NOT = { this = scope:actor } } + scope:actor.highest_held_title_tier < scope:recipient.highest_held_title_tier + scope:actor.liege = scope:actor + scope:recipient = { + liege = this + is_landed = yes + } + trigger_if = { + limit = { is_tributary = yes } + scope:actor.var:my_suzerain = scope:recipient + } + } + ##### Changed from Vanilla ^^^^^ + + is_valid_showing_failures_only = { + scope:actor = { + is_imprisoned = no + is_at_war = no + } + scope:recipient = { + custom_description = { + text = "offer_fealty_neighboring_condition" + subject = scope:recipient + OR = { + any_neighboring_and_across_water_top_liege_realm_owner = { this = scope:actor } + any_held_title = { + is_de_jure_liege_or_above_target = scope:actor.capital_barony + } + } + } + } + } + + greeting = positive + notification_text = OFFER_FEALTY_INTERACTION_NOTIFICATION + + ai_min_reply_days = 5 + ai_max_reply_days = 10 + + ai_accept = { + base = 50 + #MAIN + #Heretic/Infidel modifier. + #Tier difference modifier. + #Dejure modifier. + #Distant/Remote Realm modifier. + + #MINOR + #Rivalry modifier. + #Same Dynasty modifier. + #Cultural/Cultural Group modifiers. + #Claimant modifier. + + #OPINION SCALES + #Personality modifier. + #Compare Opinion modifier. + #MAIN + modifier = { #Different faith, no pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:actor = { + NOR = { #Of two different faiths AND the potential vassal's faith is not pluralistic. + faith = scope:recipient.faith + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + } + add = { + value = -25 + if = { + limit = { + scope:actor.faith = { + faith_hostility_level = { + target = scope:recipient.faith + value >= faith_hostile_level + } + } + } + add = -10 + } + if = { + limit = { + scope:actor.faith = { + faith_hostility_level = { + target = scope:recipient.faith + value >= faith_evil_level + } + } + } + add = -25 + } + } + } + + modifier = { #I am a King! + desc = offer_fealty_interaction_aibehavior_amkingtier_tt + trigger = { + scope:actor = { highest_held_title_tier = tier_kingdom } + } + add = -10 + } + modifier = { #Wide difference in rank + desc = offer_vassalization_interaction_aibehavior_widetitletier_tt + trigger = { + scope:actor = { + tier_difference = { + target = scope:recipient + value > 1 + } + } + } + add = 20 + } + modifier = { # They are my Rightful Liege + desc = offer_vassalization_interaction_aibehavior_rightfulvassaltitleholder_tt + trigger = { + is_rightful_liege_of_trigger = { + VASSAL = scope:actor + LIEGE = scope:recipient + } + } + add = 25 + } + modifier = { #Distant Realm. + desc = offer_vassalization_interaction_aibehavior_distantrealm_tt + trigger = { + scope:actor = { + NOT = { + any_neighboring_top_liege_realm_owner = { this = scope:recipient } + } + } + scope:actor.capital_province = { squared_distance = { target = scope:recipient.capital_province value < 200000 } } + } + add = -15 + } + modifier = { #Remote Realm. + desc = offer_vassalization_interaction_aibehavior_remoterealm_tt + trigger = { + scope:actor = { + NOT = { + any_neighboring_top_liege_realm_owner = { this = scope:recipient } + } + } + scope:actor.capital_province = { squared_distance = { target = scope:recipient.capital_province value >= 200000 } } + } + add = -25 + } + + #MINOR + modifier = { #Rivalry modifier. + desc = offer_vassalization_interaction_aibehavior_rival_tt + trigger = { + scope:recipient = { + has_relation_rival = scope:actor + NOT = { has_relation_nemesis = scope:actor } + } + } + add = -10 + } + modifier = { #Nemesis modifier. + desc = offer_vassalization_interaction_aibehavior_nemesis_tt + trigger = { + scope:recipient = { + has_relation_nemesis = scope:actor + } + } + add = -30 + } + modifier = { #Same Dynasty modifier. + desc = offer_vassalization_interaction_aibehavior_dynasty_tt + trigger = { + scope:recipient = { + dynasty = scope:actor.dynasty + } + } + add = 10 + } + + modifier = { # Cultural Acceptance + add = -5 + desc = cultural_acceptance_interaction_reason + trigger = { + scope:actor = { + NOT = { has_same_culture_as = scope:recipient } + culture = { + cultural_acceptance = { target = scope:recipient.culture value < 50 } + } + } + } + } + + modifier = { # Same language + add = 5 + desc = speaks_same_language_interaction_reason + trigger = { + scope:actor = { + knows_language_of_culture = scope:recipient.culture + } + } + } + + modifier = { #Claimant modifier. + desc = offer_vassalization_interaction_aibehavior_claimant_tt + trigger = { + scope:actor.primary_title = { + scope:recipient = { + has_claim_on = prev + } + } + } + add = -15 + } + + #PERSONALITY + ai_value_modifier = { + ai_greed = 0.75 + min = 0 + } + + #OPINION INFLUENCE + opinion_modifier = { #Compare Opinion modifier. + who = scope:recipient + opinion_target = scope:actor + multiplier = 0.5 + } + + # CONTRACT OPTIONS + modifier = { + add = { + value = -10 + if = { + limit = { scope:recipient = { has_trait = zealous } } + add = -30 + } + else_if = { + limit = { scope:recipient = { has_trait = cynical } } + add = 30 + } + } + scope:actor = { has_government = feudal_government } + scope:religious_taxation = yes + desc = CONTRACT_RELIGIOUS_TAXATION_REASON + } + modifier = { + add = -40 + scope:actor = { has_government = feudal_government } + scope:low_obligations = yes + desc = CONTRACT_LOW_TAXES_REASON + } + modifier = { + add = 40 + scope:actor = { has_government = feudal_government } + scope:high_obligations = yes + desc = CONTRACT_HIGH_TAXES_REASON + } + modifier = { + add = { + value = -10 + if = { + limit = { scope:recipient = { has_trait = zealous } } + add = -30 + } + else_if = { + limit = { scope:recipient = { has_trait = cynical } } + add = 30 + } + } + scope:actor = { has_government = clan_government } + scope:religious_exemption_clan = yes + desc = CONTRACT_RELIGIOUS_EXEMPTION_REASON + } + } + + # Low starting obligations + send_option = { + is_shown = { + scope:actor = { + has_government = feudal_government + } + } + flag = low_obligations + localization = low_obligations + } + + # Medium starting obligations + send_option = { + is_shown = { + scope:actor = { + has_government = feudal_government + } + } + flag = normal_obligations + localization = normal_obligations + starts_enabled = { always = yes } + + } + + # High starting obligations + send_option = { + is_shown = { + scope:actor = { + has_government = feudal_government + } + } + flag = high_obligations + localization = high_obligations + } + + # Medium-high starting obligations + religious protection + send_option = { + is_shown = { + scope:actor = { + has_government = feudal_government + } + } + is_valid = { + NOT = { scope:recipient.faith = scope:actor.faith } + } + flag = religious_taxation + localization = religious_taxation + } + + # Religious exemption, for clans + send_option = { + is_shown = { + scope:actor = { + has_government = clan_government + } + } + is_valid = { + NOT = { scope:recipient.faith = scope:actor.faith } + } + flag = religious_exemption_clan + localization = religious_exemption + } + + # Nothing, for clans + send_option = { + is_shown = { + scope:actor = { + has_government = clan_government + } + } + is_valid = { + always = yes + } + flag = no_exemption_clan + localization = no_exemption + } + + send_options_exclusive = yes + + on_accept = { + offer_fealty_interaction_effect = yes + + scope:actor = { + trigger_event = char_interaction.0010 + } + } + + on_decline = { + scope:actor = { + trigger_event = char_interaction.0011 + } + } +} + +##### Changed from Vanilla: Added checks for bureaucratic_government devolving grant_independence_interaction = { category = interaction_category_vassal force_notification = yes diff --git a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt index 242f24f28b..9388edb0c0 100644 --- a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt +++ b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt @@ -1,380 +1,5 @@ #Tributaries Character Interactions -call_suzerain_to_war = { - category = interaction_category_diplomacy - use_diplomatic_range = no - - is_shown = { - scope:actor = { #put here every tributary type which should be able to call suzerain - scope:recipient = { - is_tributary = yes - } - is_at_war = yes - NOT = { is_at_war_with = scope:recipient } - } - scope:recipient = { - exists = var:suzerain - } - NOR = { - scope:actor = { - AND = { - exists = var:my_suzerain - any_war_ally = { - this = var:my_suzerain - } - } - } - scope:recipient = { - is_at_war_with = scope:actor - } - } - custom_description = { - text = trib_type_allows_call_to_arms - exists = var:can_call_to_war_tributary - var:can_call_to_war_tributary = yes - } - } - - on_accept = { - scope:actor = { - if = { - limit = { - is_attacker = this - } - add_attacker = scope:recipient - } - else = { - add_defender = scope:recipient - } - } - } - - ai_target_quick_trigger = { # Quick triggers for the ai_targets - adult = yes # The target needs to be adult - prison = no # Target must be in prison - } - - ai_accept = { - base = 20 - - modifier = { # Refuse call against Heir - add = -1000 - exists = scope:recipient.player_heir - trigger_if = { - limit = { scope:target.casus_belli.primary_defender = scope:actor } - scope:target.casus_belli.primary_attacker = scope:recipient.player_heir - } - trigger_else = { - scope:target.casus_belli.primary_defender = scope:recipient.player_heir - } - desc = WONT_FIGHT_HEIR_REASON - } - - modifier = { # Refuse call against Spouse - add = -1000 - scope:recipient = { - trigger_if = { - limit = { scope:target.casus_belli.primary_defender = scope:actor } - any_spouse = { - this = scope:target.casus_belli.primary_attacker - } - } - trigger_else = { - any_spouse = { - this = scope:target.casus_belli.primary_defender - } - } - - } - desc = WONT_FIGHT_SPOUSE_REASON - } - - opinion_modifier = { # Opinion Factor - who = scope:recipient - opinion_target = scope:actor - multiplier = 1.0 - desc = AI_OPINION_REASON - } - - # Honor factor - ai_value_modifier = { - ai_honor = 1 - min = 0 - } - - modifier = { # Tends to join defensive wars - add = 50 - scope:target.casus_belli.primary_defender = scope:actor - desc = DEFENSIVE_WAR_REASON - } - - compare_modifier = { # Likes fighting infidels - trigger = { - scope:recipient.faith = scope:actor.faith - OR = { - AND = { - scope:target.casus_belli.primary_attacker = { - this = scope:actor - faith = { - faith_hostility_level = { - target = scope:target.casus_belli.primary_defender.faith - value >= religious_cb_enabled_hostility_level - } - } - } - } - AND = { - scope:target.casus_belli.primary_defender = { - this = scope:actor - faith = { - faith_hostility_level = { - target = scope:target.casus_belli.primary_defender.faith - value >= religious_cb_enabled_hostility_level - } - } - } - } - } - } - target = scope:recipient - value = ai_zeal - desc = "ZEAL_AGAINST_INFIDELS" - min = 0 - multiplier = 0.5 - } - - modifier = { # Reluctant to attack another ally - add = -50 - scope:target.casus_belli.primary_attacker = scope:actor - scope:recipient = { - is_allied_to = scope:target.casus_belli.primary_defender - } - desc = ATTACK_ON_ALLY_REASON - } - - modifier = { # Reluctant to defend against another ally - add = -25 - scope:target.casus_belli.primary_defender = scope:actor - scope:recipient = { - is_allied_to = scope:target.casus_belli.primary_attacker - } - desc = WAR_WITH_ALLY_REASON - } - - modifier = { # Reluctant to join wars against religious brethren. - add = -50 - NOT = { scope:recipient.faith = scope:actor.faith } - scope:target.casus_belli.primary_attacker = scope:actor - scope:target.casus_belli.primary_defender.faith = scope:recipient.faith - scope:target.casus_belli.war = { - OR = { - using_cb = minor_religious_war - using_cb = religious_war - using_cb = major_religious_war - using_cb = undirected_great_holy_war - using_cb = directed_great_holy_war - } - } - desc = WONT_ATTACK_RELIGIOUS_BRETHREN_REASON - } - } - - # Score above 0 means the AI will call this ally. Note that DESIRED_WAR_SIDE_STRENGTH still applies and can prevent calling the ally - ai_will_do = { - base = 100 - - modifier = { # If the player is at war, do not bother them with offensive calls - scope:target.casus_belli.primary_attacker = scope:actor - scope:recipient = { - is_ai = no - any_character_war = { - primary_defender = scope:recipient - } - } - factor = 0 - } - - modifier = { # Don't call players in against their heirs (they wouldn't accept the reverse situation... don't be a hypocrite) - exists = scope:recipient.player_heir - scope:recipient = { - is_ai = no - } - trigger_if = { - limit = { scope:target.casus_belli.primary_defender = scope:actor } - scope:target.casus_belli.primary_attacker = scope:recipient.player_heir - } - trigger_else = { - scope:target.casus_belli.primary_defender = scope:recipient.player_heir - } - factor = 0 - } - - modifier = { # Same with spouses - scope:recipient = { - is_ai = no - } - trigger_if = { - limit = { scope:target.casus_belli.primary_defender = scope:actor } - any_spouse = { - this = scope:target.casus_belli.primary_attacker - } - } - trigger_else = { - any_spouse = { - this = scope:target.casus_belli.primary_defender - } - } - factor = 0 - } - - modifier = { # Don't call brand-new allies into old wars, at least until some time has elapsed. - has_variable = delay_calling_recent_ally - var:delay_calling_recent_ally = scope:recipient - scope:target = { - war_days >= 30 - } - factor = 0 - - } - - modifier = { # If the recipient is allied to both the attacker and the defender, the attacker shouldn't call - scope:target.casus_belli.primary_attacker = scope:actor - scope:target.casus_belli.primary_defender = { - is_allied_to = scope:recipient - } - factor = 0 - } - } -} - -#Call Tributaries to war -call_tributaries_to_war = { - category = interaction_category_diplomacy - use_diplomatic_range = no - is_shown = { - scope:actor = { - is_suzerain = yes - is_at_war = yes - } - scope:actor = { - this = scope:recipient - custom_description = { - text = trib_type_allows_call_to_arms - any_in_list = { - variable = all_tributaries - exists = var:can_call_to_war_suzerain - var:can_call_to_war_suzerain = yes - } - } - } - } - - auto_accept = { - always = yes - } - - on_accept = { - every_in_list = { - variable = all_tributaries - limit = { - exists = var:can_call_to_war_suzerain - var:can_call_to_war_suzerain = flag:yes - } - save_temporary_scope_as = temp_trib_war - scope:actor = { - random_character_war = { - save_temporary_scope_as = temp_war - } - if = { - limit = { - is_attacker_in_war = scope:tmp_war - } - scope:tmp_war = { - add_attacker = scope:temp_trib_war - } - } - else = { - scope:tmp_war = { - add_defender = scope:temp_trib_war - } - } - } - } - } - - ai_target_quick_trigger = { # Quick triggers for the ai_targets - adult = yes # The target needs to be adult - prison = no # Target must be in prison - } - - # Score above 0 means the AI will call this ally. Note that DESIRED_WAR_SIDE_STRENGTH still applies and can prevent calling the ally - ai_will_do = { - base = 100 - - modifier = { # If the player is at war, do not bother them with offensive calls - scope:target.casus_belli.primary_attacker = scope:actor - scope:recipient = { - is_ai = no - any_character_war = { - primary_defender = scope:recipient - } - } - factor = 0 - } - - modifier = { # Don't call players in against their heirs (they wouldn't accept the reverse situation... don't be a hypocrite) - exists = scope:recipient.player_heir - scope:recipient = { - is_ai = no - } - trigger_if = { - limit = { scope:target.casus_belli.primary_defender = scope:actor } - scope:target.casus_belli.primary_attacker = scope:recipient.player_heir - } - trigger_else = { - scope:target.casus_belli.primary_defender = scope:recipient.player_heir - } - factor = 0 - } - - modifier = { # Same with spouses - scope:recipient = { - is_ai = no - } - trigger_if = { - limit = { scope:target.casus_belli.primary_defender = scope:actor } - any_spouse = { - this = scope:target.casus_belli.primary_attacker - } - } - trigger_else = { - any_spouse = { - this = scope:target.casus_belli.primary_defender - } - } - factor = 0 - } - - modifier = { # Don't call brand-new allies into old wars, at least until some time has elapsed. - has_variable = delay_calling_recent_ally - var:delay_calling_recent_ally = scope:recipient - scope:target = { - war_days >= 30 - } - factor = 0 - - } - - modifier = { # If the recipient is allied to both the attacker and the defender, the attacker shouldn't call - scope:target.casus_belli.primary_attacker = scope:actor - scope:target.casus_belli.primary_defender = { - is_allied_to = scope:recipient - } - factor = 0 - } - } -} - #ruler offers tribute to other character offer_tribute = { category = interaction_category_diplomacy @@ -1500,6 +1125,7 @@ free_tributary = { annex_tributary = { category = interaction_category_diplomacy use_diplomatic_range = no + ai_frequency = 12 is_shown = { scope:actor = { @@ -1507,7 +1133,7 @@ annex_tributary = { NOT = { this = scope:recipient } - } + } } is_valid_showing_failures_only = { @@ -1532,60 +1158,846 @@ annex_tributary = { # always = yes #} - on_accept = { - scope:recipient = { - custom_description = { - text = annex_tributary_desc - subject = scope:recipient - create_title_and_vassal_change = { - type = independency - save_scope_as = change - } - change_liege = { liege = scope:actor change = scope:change } - resolve_title_and_vassal_change = scope:change - scope:actor = { - if = { - limit = { - is_permanent_tributary = { - SUZERAIN = this - TRIBUTARY = scope:recipient - } - } - unset_tributary = { - TRIBUTARY = scope:recipient - TRIBUTARY_BASE_TYPE = flag:permanent - } - } - else = { - unset_tributary = { - TRIBUTARY = scope:recipient - TRIBUTARY_BASE_TYPE = flag:non_permanent - } - } - } - } - } - } + greeting = positive + notification_text = OFFER_VASSALIZATION_INTERACTION_NOTIFICATION - ai_will_do = { - base = 10 + ai_min_reply_days = 5 + ai_max_reply_days = 10 + + ai_targets = { + ai_recipients = neighboring_rulers } -} -turn_non_perma_tributary_to_perma = { - category = interaction_category_diplomacy - is_shown = { - scope:actor = { - is_target_in_variable_list = { name = non_permanent_tributaries target = scope:recipient } - NOT = { - this = scope:recipient + #Cribbed from "Offer Vassalage" interaction + ai_accept = { + base = -50 + #MAIN + #Heretic/Infidel modifier. + #Tier difference modifier. + #Dejure modifier. + #Distant/Remote Realm modifier. + #Military power difference modifier. + + #MINOR + #Rivalry modifier. + #Same Dynasty modifier. + #Cultural/Cultural Group modifiers. + #Ageism modifier vs kids. + #Ruler Legitimacy modifier. + #Claimant modifier. + + #OPINION SCALES + #Dread + #Compare Opinion modifier. + + # PERKS + modifier = { # Perk boost + desc = offer_vassalization_true_ruler_perk_tt + trigger = { + scope:actor = { has_perk = true_ruler_perk } } + add = true_ruler_value } - } - is_valid_showing_failures_only = { - exists = scope:recipient.var:possible_permafication_year - OR = { + # EVENTS - temporary bonuses gained by events + modifier = { + desc = event_bonus_to_vassal_accept_tt + trigger = { + scope:actor = { has_character_modifier = event_bonus_to_vassal_accept } + } + add = 20 + } + + modifier = { # Cultural Acceptance + add = offer_vassalage_acceptance_value + desc = cultural_acceptance_interaction_reason + trigger = { + scope:actor = { + NOT = { has_same_culture_as = scope:recipient } + culture = { + cultural_acceptance = { target = scope:recipient.culture value <= 90 } + } + } + } + } + + # MAIN + modifier = { #Different faith, no pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOR = { #Of two different faiths AND the potential vassal's faith is not pluralistic. + faith = scope:actor.faith + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + } + add = { + value = -40 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -40 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -40 + } + } + } + + modifier = { #Different faith, pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + NOT = { + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -20 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -20 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -20 + } + } + } + + modifier = { #Different faith, both have pluralism. + desc = offer_vassalization_interaction_aibehavior_differentfaith_tt + trigger = { + scope:recipient = { + NOT = { + faith = scope:actor.faith + } + scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic } + faith = { has_doctrine = doctrine_pluralism_pluralistic } + } + } + add = { + value = -10 + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_hostile_level + } + } + } + add = -10 + } + if = { + limit = { + scope:recipient.faith = { + faith_hostility_level = { + target = scope:actor.faith + value >= faith_evil_level + } + } + } + add = -10 + } + } + } + modifier = { #I am a King! + desc = offer_vassalization_interaction_aibehavior_amkingtier_tt + trigger = { + scope:recipient = { highest_held_title_tier = tier_kingdom } + } + add = { + value = -50 + if = { + limit = { + scope:recipient = { + OR = { + has_government = republic_government + has_government = theocracy_government + } + } + } + add = -50 + } + if = { + limit = { + scope:recipient.sub_realm_size >= 5 + } + add = -50 + } + if = { + limit = { + scope:recipient.sub_realm_size >= 10 + } + add = -100 + } + } + } + modifier = { #We just fought against each other. + desc = offer_vassalization_interaction_aibehavior_recent_war_tt + trigger = { + scope:recipient = { + any_truce_holder = { + this = scope:actor + } + } + } + add = -50 + } + modifier = { #I fought an independence war against you. + desc = offer_vassalization_interaction_aibehavior_independence_war_tt + trigger = { + scope:recipient = { + exists = var:independence_war_former_liege + var:independence_war_former_liege = scope:actor + } + } + add = -200 + } + modifier = { # I am Tribal and you are not + desc = interaction_tribal_vs_nontribal + trigger = { + scope:recipient = { + has_government = tribal_government + } + scope:actor = { + NOT = { has_government = tribal_government } + } + } + add = -20 + } + modifier = { # You are Tribal and I am not + desc = interaction_tribal_vs_nontribal + trigger = { + scope:actor = { + has_government = tribal_government + } + scope:recipient = { + NOT = { has_government = tribal_government } + } + } + add = -20 + } + modifier = { # Isolationist tradition + desc = isolationist_reason + trigger = { + NOT = { + scope:actor.culture = scope:recipient.culture + } + scope:recipient.culture = { + has_cultural_tradition = tradition_isolationist + } + } + add = -20 + } + modifier = { #Bankrupt + desc = bankrupt_reason + trigger = { + scope:actor.gold <= -1 + } + add = -100 + } + modifier = { #Wide difference in rank + desc = offer_vassalization_interaction_aibehavior_widetitletier_tt + trigger = { + scope:actor = { + tier_difference = { + target = scope:recipient + value > 1 + } + } + } + add = 10 + } + modifier = { # Allied + desc = offer_vassalization_interaction_aibehavior_allied_tt + trigger = { + scope:recipient = { + is_allied_to = scope:actor + } + } + add = 20 + } + modifier = { # Is the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_rightfulliegetitleholder_tt + trigger = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + add = 20 + } + modifier = { #Is not the Rightful Liege of recipient + desc = offer_vassalization_interaction_aibehavior_not_rightfulliegetitleholder_tt + trigger = { + NOT = { + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + } + add = -20 + } + modifier = { # Encircled + desc = offer_vassalization_interaction_aibehavior_encircled_tt + trigger = { + scope:recipient = { + NOT = { + any_neighboring_top_liege_realm_owner = { + NOT = { + this = scope:actor + } + } + } + NOT = { + any_realm_county = { + is_coastal_county = yes + } + } + } + } + add = 20 + } + modifier = { #Distant Realm — Overseas Connection + desc = offer_vassalization_interaction_aibehavior_distantrealm_tt + trigger = { + scope:actor = { + character_is_realm_neighbor = scope:recipient + NOT = { #Ibiza should want to be a vassal of Mallorca, etc. + character_is_land_realm_neighbor = scope:recipient + is_rightful_liege_of_trigger = { + VASSAL = scope:recipient + LIEGE = scope:actor + } + } + } + } + add = -100 + } + modifier = { #Distant Realm — No Connection + desc = offer_vassalization_interaction_aibehavior_distantrealm_tt + trigger = { + scope:actor = { + NOT = { + character_is_realm_neighbor = scope:recipient + } + } + scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value < 200000 } } + } + add = -250 + } + modifier = { #Remote Realm. + desc = offer_vassalization_interaction_aibehavior_remoterealm_tt + trigger = { + scope:actor = { + NOT = { + character_is_realm_neighbor = scope:recipient + } + } + scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value >= 200000 } } + } + add = -500 + } + modifier = { + desc = offer_vassalization_interaction_aibehavior_power_tt + add = { + value = 1 + subtract = { + value = scope:recipient.max_military_strength # Intended for recipient to use max, to avoid having vassalizations become too easy for weakened realms + divide = { value = scope:actor.current_military_strength min = 1 } + } + multiply = 20 + ceiling = yes + } + } + modifier = { + desc = offer_vassalization_interaction_aibehavior_vassal_opinion_tt + trigger = { + number_of_powerful_vassals >= 1 + } + + add = { + value = 0 + scope:actor = { + every_powerful_vassal = { + if = { + limit = { + save_temporary_opinion_value_as = { + name = vassal_opinion + target = scope:actor + } + } + add = scope:vassal_opinion + } + } + + if = { + limit = { + number_of_powerful_vassals > 0 + } + divide = number_of_powerful_vassals + } + else = { + divide = 5 + } + } + + divide = 5 + } + } + + # MINOR + modifier = { #Friend modifier. + desc = offer_vassalization_interaction_aibehavior_friend_tt + trigger = { + scope:recipient = { + has_relation_friend = scope:actor + NOT = { has_relation_best_friend = scope:actor } + } + } + add = 10 + } + modifier = { #Best Friend modifier. + desc = offer_vassalization_interaction_aibehavior_best_friend_tt + trigger = { + scope:recipient = { + has_relation_best_friend = scope:actor + } + } + add = 20 + } + modifier = { #Lover modifier. + desc = interaction_lover + trigger = { + scope:recipient = { + has_relation_lover = scope:actor + NOT = { has_relation_soulmate = scope:actor } + } + } + add = 10 + } + modifier = { #Soulmate modifier. + desc = interaction_soulmate + trigger = { + scope:recipient = { + has_relation_soulmate = scope:actor + } + } + add = 20 + } + modifier = { #Rivalry modifier. + desc = offer_vassalization_interaction_aibehavior_rival_tt + trigger = { + scope:recipient = { + has_relation_rival = scope:actor + NOT = { has_relation_nemesis = scope:actor } + } + } + add = -100 + } + modifier = { #Nemesis modifier. + desc = offer_vassalization_interaction_aibehavior_nemesis_tt + trigger = { + scope:recipient = { + has_relation_nemesis = scope:actor + } + } + add = -1000 + } + modifier = { #Same Dynasty modifier. + desc = offer_vassalization_interaction_aibehavior_dynasty_tt + trigger = { + scope:recipient = { + dynasty = scope:actor.dynasty + } + } + add = 5 + } + + modifier = { # Same language + add = 5 + desc = speaks_same_language_interaction_reason + trigger = { + scope:actor = { + knows_language_of_culture = scope:recipient.culture + } + } + } + + modifier = { # Iberian Struggle, less likely for outsiders to vassalize inside + add = -35 + desc = iberian_struggle_reason_reason + trigger = { + scope:actor = { + NOT = { + any_character_struggle = { is_struggle_type = iberian_struggle } + } + } + scope:recipient = { + any_character_struggle = { is_struggle_type = iberian_struggle } + } + } + } + + modifier = { #Ageism modifier vs kids. + desc = offer_vassalization_interaction_aibehavior_child_tt + trigger = { + scope:actor = { + age < 12 + } + scope:recipient = { + age > 16 + } + } + add = -5 + } + modifier = { #Illegitimacy modifier. + desc = offer_vassalization_interaction_aibehavior_illegitimate_tt + trigger = { + OR = { + AND = { + scope:actor = { + has_trait = bastard + } + scope:recipient = { + faith = { NOT = { has_doctrine = doctrine_bastardry_none } } + } + } + has_trait = denounced + has_trait = disinherited + } + } + add = -10 + } + + modifier = { #Claimant modifier. + desc = offer_vassalization_interaction_aibehavior_claimant_tt + trigger = { + scope:actor.primary_title = { + scope:recipient = { + has_claim_on = prev + } + } + } + add = -20 + } + + modifier = { # Ambitious + desc = TAKE_THE_VOWS_AMBITIOUS + trigger = { + scope:recipient = { + has_trait = ambitious + } + } + add = -20 + } + + modifier = { # Paranoid + desc = INTERACTION_PARANOID + trigger = { + scope:recipient = { + has_trait = paranoid + } + } + add = -20 + } + + modifier = { # Arrogant + desc = INTERACTION_ARROGANT + trigger = { + scope:recipient = { + has_trait = arrogant + } + } + add = -20 + } + + modifier = { # Fickle + desc = INTERACTION_FICKLE + trigger = { + scope:recipient = { + has_trait = fickle + } + } + add = -10 + } + + modifier = { # Stubborn + desc = INTERACTION_STUBBORN + trigger = { + scope:recipient = { + has_trait = stubborn + } + } + add = -10 + } + + modifier = { # Trusting + desc = TAKE_THE_VOWS_TRUSTING + trigger = { + scope:recipient = { + has_trait = trusting + } + } + add = 5 + } + + modifier = { # Content + desc = INTERACTION_CONTENT + trigger = { + scope:recipient = { + has_trait = content + } + } + add = 5 + } + + # OPINION INFLUENCE + modifier = { + add = intimidated_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 1 + } + } + desc = INTIMIDATED_REASON + } + modifier = { + add = cowed_external_reason_value + scope:recipient = { + has_dread_level_towards = { + target = scope:actor + level = 2 + } + } + desc = COWED_REASON + } + opinion_modifier = { #Compare Opinion modifier - Clans care more about opinion + trigger = { + scope:actor = { + has_government = clan_government + } + scope:recipient = { + has_government = clan_government + } + } + who = scope:recipient + opinion_target = scope:actor + multiplier = 0.7 + } + opinion_modifier = { #Compare Opinion modifier. + trigger = { + OR = { + scope:actor = { + NOT = { has_government = clan_government } + } + scope:recipient = { + NOT = { has_government = clan_government } + } + } + } + who = scope:recipient + opinion_target = scope:actor + multiplier = 0.35 + } + + # DIPLOMATIC COURT GRANDEUR BONUS + modifier = { + trigger = { + scope:actor = { + has_royal_court = yes + has_court_type = court_diplomatic + court_grandeur_current_level >= 1 + } + } + add = { + value = scope:actor.court_grandeur_current + if = { + limit = { # Reduce the bonus if you are below your expected level + scope:actor = { + court_grandeur_current_level < court_grandeur_minimum_expected_level + } + } + multiply = 0.15 + } + else = { + multiply = 0.3 + } + } + desc = DIPLOMATIC_COURT_ACCEPTANCE_INCREASE_REASON + } + + # CONTRACT OPTIONS + modifier = { + add = 60 + scope:recipient = { has_government = feudal_government } + scope:religious_exemption = yes + desc = CONTRACT_RELIGIOUS_EXEMPTION_REASON + } + modifier = { + add = 30 + scope:recipient = { has_government = clan_government } + scope:religious_exemption_clan = yes + desc = CONTRACT_RELIGIOUS_EXEMPTION_REASON + } + modifier = { + add = 30 + scope:recipient = { has_government = feudal_government } + scope:low_obligations = yes + desc = CONTRACT_LOW_TAXES_REASON + } + modifier = { + add = -40 + scope:recipient = { has_government = feudal_government } + scope:high_obligations = yes + desc = CONTRACT_HIGH_TAXES_REASON + } + + modifier = { # AI-only weights, keep the pope from vassalizing too fast + trigger = { + exists = faith:catholic.religious_head + faith:catholic.religious_head = scope:actor + scope:actor = { is_ai = yes } + } + add = -50 + } + } + + on_accept = { + scope:recipient = { + custom_description = { + text = annex_tributary_desc + subject = scope:recipient + create_title_and_vassal_change = { + type = independency + save_scope_as = change + } + change_liege = { liege = scope:actor change = scope:change } + resolve_title_and_vassal_change = scope:change + scope:actor = { + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = this + TRIBUTARY = scope:recipient + } + } + unset_tributary = { + TRIBUTARY = scope:recipient + TRIBUTARY_BASE_TYPE = flag:permanent + } + } + else = { + unset_tributary = { + TRIBUTARY = scope:recipient + TRIBUTARY_BASE_TYPE = flag:non_permanent + } + } + } + } + } + } + + on_decline = {} + + ai_potential = { + is_adult = yes + is_independent_ruler = yes + highest_held_title_tier > tier_county + } + + ai_will_do = { + base = 100 + + # AI prefers to receive higher obligations from their vassals when possible. + modifier = { + add = 2 + scope:low_obligations = yes + } + + modifier = { + add = 3 + scope:normal_obligations = yes + } + + modifier = { + add = 4 + scope:high_obligations = yes + } + + # Cynical rulers are happy to offer religious protection to potential vassals, but only when it makes them accept a vassalization offer they would otherwise refuse. + # Zealous rulers become increasingly reluctant to offer religious protection, as they want to enforce religious homogeneity in their realm. + modifier = { + add = { + value = ai_zeal + multiply = -2 + max = 1 + } + scope:religious_exemption = yes + } + + + modifier = { # If the recipient is a player, do not bother sending + factor = 0 + scope:recipient = { + is_ai = no + } + } + } +} + +turn_non_perma_tributary_to_perma = { + category = interaction_category_diplomacy + is_shown = { + scope:actor = { + is_target_in_variable_list = { name = non_permanent_tributaries target = scope:recipient } + NOT = { + this = scope:recipient + } + } + } + + is_valid_showing_failures_only = { + exists = scope:recipient.var:possible_permafication_year + OR = { custom_description = { text = trib_type_disallow_permafing_subjects scope:recipient.var:possible_permafication_year.compare_value <= -1 @@ -1608,8 +2020,8 @@ turn_non_perma_tributary_to_perma = { on_accept = { scope:recipient = { custom_description = { - text = non_permanent_trib_turns_into_perma - subject = scope:recipient + text = non_permanent_trib_turns_into_perma + subject = scope:recipient scope:actor = { remove_list_variable = { name = non_permanent_tributaries target = prev } diff --git a/WtWSMS/common/decisions/T4N_tributary_decisions.txt b/WtWSMS/common/decisions/T4N_tributary_decisions.txt new file mode 100644 index 0000000000..433a9968d9 --- /dev/null +++ b/WtWSMS/common/decisions/T4N_tributary_decisions.txt @@ -0,0 +1,113 @@ +##### TODO: Make interface with tributaries.6 event chain +summon_tributaries_to_war = { + picture = "gfx/interface/illustrations/decisions/decision_realm.dds" + major = yes + + ai_check_interval = 1 + + desc = summon_tributaries_to_war_desc + + is_shown = { + is_suzerain = yes + is_at_war = yes + + #Need to have a tributary that's not part of your wars that *could* be part of your wars + any_in_list = { + variable = all_tributaries + this.var:can_call_to_war_suzerain = flag:yes + save_temporary_scope_as = temp_trib_war + + root = { + any_character_war = { + save_temporary_scope_as = temp_war + NOT = { scope:temp_trib_war = { is_participant_in_war = scope:temp_war } } + } + } + } + } + + is_valid = {} + + is_valid_showing_failures_only = {} + + cost = {} + + effect = { + every_in_list = { + variable = all_tributaries + limit = { + exists = var:can_call_to_war_suzerain + var:can_call_to_war_suzerain = flag:yes + } + save_temporary_scope_as = temp_trib_war + + root = { + every_character_war = { + save_temporary_scope_as = temp_war + + if = { + limit = { NOT = { scope:temp_trib_war = { is_participant_in_war = scope:temp_war } } } + if = { + limit = { root = { is_attacker_in_war = scope:temp_war } } + scope:temp_war = { add_attacker = scope:temp_trib_war } + } + else = { scope:temp_war = { add_defender = scope:temp_trib_war } } + } + } + } + } + } + + ai_potential = { always = yes } + + ai_will_do = { base = 1000 } #AI will do so immediately! +} + +##### TODO: Make interface with tributaries.13 event chain +summon_suzerain_to_war = { + picture = "gfx/interface/illustrations/decisions/decision_realm.dds" + major = yes + + ai_check_interval = 1 + + desc = summon_suzerain_to_war_desc + + is_shown = { + is_tributary = yes + is_at_war = yes + + #Suzerain must not be part of your current war + exists = root.var:my_suzerain + exists = var:can_call_to_war_tributary + var:can_call_to_war_tributary = yes + any_character_war = { + save_temporary_scope_as = temp_war + NOT = { root.var:my_suzerain = { is_participant_in_war = scope:temp_war } } + } + } + + is_valid = {} + + is_valid_showing_failures_only = {} + + cost = {} + + effect = { + every_character_war = { + save_temporary_scope_as = temp_war + + if = { + limit = { NOT = { root.var:my_suzerain = { is_participant_in_war = scope:temp_war } } } + if = { + limit = { root = { is_attacker_in_war = scope:temp_war } } + scope:temp_war = { add_attacker = root.var:my_suzerain } + } + else = { scope:temp_war = { add_defender = root.var:my_suzerain } } + } + } + } + + ai_potential = { always = yes } + + ai_will_do = { base = 1000 } #AI will do so immediately! +} diff --git a/WtWSMS/common/effect_localization/T4N_effect_localization.txt b/WtWSMS/common/effect_localization/T4N_effect_localization.txt new file mode 100644 index 0000000000..99129cb237 --- /dev/null +++ b/WtWSMS/common/effect_localization/T4N_effect_localization.txt @@ -0,0 +1,7 @@ +annex_tributary_desc = { + global = ANNEX_TRIBUTARY_DESC +} + +non_permanent_trib_turns_into_perma = { + global = NON_PERMANENT_TRIB_TURNS_INTO_PERMA +} \ No newline at end of file diff --git a/WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt b/WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt index 73afc3bebe..bb221db0c9 100644 --- a/WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt +++ b/WtWSMS/common/trigger_localization/T4N_tribs_trig_desc.txt @@ -18,20 +18,28 @@ not_a_tributary = { trib_type_allow_permafing_subjects = { global_not = permafication_not_allowed - global = permafication_allowed + global = permafication_allowed } trib_type_allow_annexing_subjects = { global_not = trib_annexation_not_allowed - global = trib_annexation_allowed + global = trib_annexation_allowed } trib_type_allows_call_to_arms = { global_not = trib_cta_not_allowed - global = trib_cta_allowed + global = trib_cta_allowed } trib_type_allows_call_to_arms_trib = { global_not = trib_cta_not_allowed_trib - global = trib_cta_allowed_trib -} \ No newline at end of file + global = trib_cta_allowed_trib +} + +trib_type_disallow_annexing_subjects = { + global = TRIB_TYPE_DISALLOW_ANNEXING_SUBJECTS +} + +trib_type_disallow_permafing_subjects = { + global = TRIB_TYPE_DISALLOW_PERMAFING_SUBJECTS +} diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index bbf3d6a57c..464ca12414 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -184,7 +184,7 @@ tributaries.5 = { name = piety_display add = prev.var:monthly_piety_suzerain } - } + } } } @@ -242,7 +242,7 @@ tributaries.6 = { } } trigger_event = { id = tributaries.8 } #tributary gets a positive response - } + } } option = { diff --git a/WtWSMS/localization/english/BP_decisions_l_english.yml b/WtWSMS/localization/english/BP_decisions_l_english.yml index c98c628f48..1ae099ab73 100644 --- a/WtWSMS/localization/english/BP_decisions_l_english.yml +++ b/WtWSMS/localization/english/BP_decisions_l_english.yml @@ -143,6 +143,17 @@ settle_nomads_decision_tooltip: "Adopt $tribal_government$ [government|E]" settle_nomads_decision_confirm: "Confirm" + #### Tributary Decisions + summon_tributaries_to_war: "Summon Tributaries to War" + summon_tributaries_to_war_desc: "We are now at war; we can compel our tributaries to join our struggle!" + summon_tributaries_to_war_tooltip: "All tributaries whose contract compels them to do so will join all your wars." + summon_tributaries_to_war_confirm: "Confirm" + + summon_suzerain_to_war: "Summon Suzerain to War" + summon_suzerain_to_war_desc: "We are now at war; we can compel our suzerain to join our struggle!" + summon_suzerain_to_war_tooltip: "Your suzerain will join all your wars, if the contract compels him." + summon_suzerain_to_war_confirm: "Confirm" + #### Secular Decisions #Reclaim Albania reclaim_albania_decision: "Reclaim Aghwank" diff --git a/WtWSMS/localization/english/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_l_english.yml index 092213fcbf..5bd4b892ab 100644 --- a/WtWSMS/localization/english/T4N_tributaries_l_english.yml +++ b/WtWSMS/localization/english/T4N_tributaries_l_english.yml @@ -36,6 +36,11 @@ trib_cta_allowed_trib: "Our tributary type does NOT allows us to Call our Suzerain to war" can_annex_tributary: "[recipient.GetFirstName] is Annexed" non_permanent_trib_turns_into_perma: "[recipient.GetFirstName] is turned to Permanent Tributary" + TRIB_TYPE_DISALLOW_ANNEXING_SUBJECTS: "[recipient.GetFirstNamePossessive] contract prevents annexation" + TRIB_TYPE_DISALLOW_PERMAFING_SUBJECTS: "[recipient.GetFirstNamePossessive] contract prevents conversion to a permanent tributary type" + #Effect Localization + ANNEX_TRIBUTARY_DESC: "[CHARACTER.GetFirstName] is turned to a [vassal|E]" + NON_PERMANENT_TRIB_TURNS_INTO_PERMA: "[CHARACTER.GetFirstName] is turned to a Permanent Tributary" #Wars trib_war_cb: "Claim [DEFENDER.GetShortUIName] as a [T4N_non_permanent_tributary|E]" trib_on_victory_desc: "On Victory" diff --git a/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml b/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml index 15d5f96ccf..ae19da6366 100644 --- a/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml @@ -6,4 +6,5 @@ ACTOR_DOES_NOT_HAS_INNOVATION_STATE_RELIGION: "[CHARACTER.GetCharacterViewNamePossessiveNoTooltip|U] [CHARACTER.GetCulture.GetName] [culture|E] lacks the [innovation|E] #V $innovation_state_religion$#! and [TARGET_CHARACTER.GetCharacterViewNameNoTooltip] is a [landed|E] [organized_government|E] [vassal|E]" ACTOR_CANNOT_DEMAND_CONVERSION_OF_PROTECTED_FAITHS: "[TARGET_CHARACTER.GetCharacterViewNamePossessiveNoTooltip|U] [TARGET_CHARACTER.GetFaith.GetName] has the doctrine [GetFaithDoctrine('special_doctrine_legalized_faith_persia').GetBaseName], protecting it from conversion by [CHARACTER.GetFaith.GetReligion.GetAdjectiveNoTooltip] lieges with the doctrine [GetFaithDoctrine('special_doctrine_zoroastrian_approved_cult').GetBaseName]" CONVERTING_TO_GUBERNATORIAL_REQUIRES_A_STRONG_HOOK: "Converting a [vassal|E] to [gubernatorial_government|E] requires the use of a [strong_hook|E]." - YOUR_FAITH_PROHIBITS_FORCED_CONVERSION: "[FAITH.GetName] prohibits forced conversion of [landed|E] characters" \ No newline at end of file + YOUR_FAITH_PROHIBITS_FORCED_CONVERSION: "[FAITH.GetName] prohibits forced conversion of [landed|E] characters" + tributaries_are_to_be_annexed: "Tributaries must use the #V $annex_tributary$#! interaction" \ No newline at end of file From a01c24fc29b4511a8d4392766a1da125374121fc Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 29 Nov 2022 22:28:44 -0500 Subject: [PATCH 193/339] Some Vandal work * Gento died no later than 477 (i.e., before his father, and probably earlier), so I put his death as 476 in the game files. * Theodoric is listed as having holding in Byzacena and near Carthage, so made him duke of Byzacena to encourage Huneric to dispossess him (as per PLRE; Huneric killed Theodoric's wife and infant son) * Byzacena added to break up mega-Carthage. * Added Easter Egg where the Vandal title flips to "Kingdom of the Alans and Vandals" if the ruler is of (some-sort-of) Alanic Descent. --- .../landed_titles/BP_e_north_africa.txt | 261 ++++++------- .../scripted_effects/BP_on_action_effects.txt | 34 +- .../_lt_rascek_changed_characters.txt | 108 +++++- WtWSMS/history/characters/vandalic.txt | 82 +--- WtWSMS/history/provinces/bp_k_africa.txt | 41 +- WtWSMS/history/titles/bp_k_africa.txt | 354 ++++++++++-------- .../english/BP_titles_l_english.yml | 3 + .../geographical_region.txt | 12 +- 8 files changed, 491 insertions(+), 404 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_north_africa.txt b/WtWSMS/common/landed_titles/BP_e_north_africa.txt index 601b9859bf..5b8817c046 100644 --- a/WtWSMS/common/landed_titles/BP_e_north_africa.txt +++ b/WtWSMS/common/landed_titles/BP_e_north_africa.txt @@ -1681,7 +1681,7 @@ e_north_africa = { } can_create_on_partition = { creation_trigger_k_africa_trigger = yes } - d_carthago = { #8 + d_carthago = { #5 color={ 255 240 215 } capital = c_tunis cultural_names = { @@ -2155,6 +2155,138 @@ e_north_africa = { color = { 123 148 227 } } } + c_annaba = { + color = { 72 83 169 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_hippo_regius + name_list_romano_gallic = cn_hippo_regius + name_list_romano_hispanic = cn_hippo_regius + name_list_romano_british = cn_hippo_regius + name_list_romano_african = cn_hippo_regius + name_list_romano_raetian = cn_hippo_regius + name_list_romano_thracian = cn_hippo_regius + name_list_romano_illyrian = cn_hippo_regius + name_list_romano_pannonian = cn_hippo_regius + name_list_dalmatian = cn_hippo_regius + name_list_romano_noric = cn_hippo_regius + name_list_romano_gothic = cn_hippo_regius + name_list_romano_dacian = cn_hippo_regius + name_list_romano_frank = cn_hippo_regius + name_list_romano_aramean = cn_hippo_regius + name_list_romano_vandalic = cn_hippo_regius + #Byzantine Cultures + name_list_greek = cn_hippon_basilikos + name_list_aeolian = cn_hippon_basilikos + name_list_helleno_aramean = cn_hippon_basilikos + name_list_greek_gothic = cn_hippon_basilikos + name_list_greek_persian = cn_hippon_basilikos + name_list_isaurian_persian = cn_hippon_basilikos + name_list_grecco_axumite = cn_hippon_basilikos + name_list_bosporan = cn_hippon_basilikos + name_list_pontic = cn_hippon_basilikos + name_list_tsakonian = cn_hippon_basilikos + name_list_massalian = cn_hippon_basilikos + name_list_helleno_thracian = cn_hippon_basilikos + name_list_helleno_libyan = cn_hippon_basilikos + #Berber Cultures + name_list_atlas_berber = cn_hippo + name_list_kabyle_berber = cn_hippo + name_list_zenati_berber = cn_hippo + name_list_eastern_berber = cn_hippo + #East Germanic Cultures + name_list_vandalic = cn_hippo_regius + name_list_alan = cn_hippo_regius + } + b_annaba = { + province = 4588 + cultural_names = { + #Roman Cultures + name_list_roman = cn_hippo_regius + name_list_romano_gallic = cn_hippo_regius + name_list_romano_hispanic = cn_hippo_regius + name_list_romano_british = cn_hippo_regius + name_list_romano_african = cn_hippo_regius + name_list_romano_raetian = cn_hippo_regius + name_list_romano_thracian = cn_hippo_regius + name_list_romano_illyrian = cn_hippo_regius + name_list_romano_pannonian = cn_hippo_regius + name_list_dalmatian = cn_hippo_regius + name_list_romano_noric = cn_hippo_regius + name_list_romano_gothic = cn_hippo_regius + name_list_romano_dacian = cn_hippo_regius + name_list_romano_frank = cn_hippo_regius + name_list_romano_aramean = cn_hippo_regius + name_list_romano_vandalic = cn_hippo_regius + #Byzantine Cultures + name_list_greek = cn_kalamos + #Berber Cultures + name_list_atlas_berber = cn_suthul + name_list_kabyle_berber = cn_suthul + name_list_zenati_berber = cn_suthul + name_list_eastern_berber = cn_suthul + #East Germanic Cultures + name_list_vandalic = cn_calama + } + color = { 72 83 169 } + } + b_qalama = { + province = 4630 + cultural_names = { + #Roman Cultures + name_list_roman = cn_calama + name_list_romano_gallic = cn_calama + name_list_romano_hispanic = cn_calama + name_list_romano_british = cn_calama + name_list_romano_african = cn_calama + name_list_romano_raetian = cn_calama + name_list_romano_thracian = cn_calama + name_list_romano_illyrian = cn_calama + name_list_romano_pannonian = cn_calama + name_list_dalmatian = cn_calama + name_list_romano_noric = cn_calama + name_list_romano_gothic = cn_calama + name_list_romano_dacian = cn_calama + name_list_romano_frank = cn_calama + name_list_romano_aramean = cn_calama + name_list_romano_vandalic = cn_calama + #Byzantine Cultures + name_list_greek = cn_kalama + name_list_aeolian = cn_kalama + name_list_helleno_aramean = cn_kalama + name_list_greek_gothic = cn_kalama + name_list_greek_persian = cn_kalama + name_list_isaurian_persian = cn_kalama + name_list_grecco_axumite = cn_kalama + name_list_bosporan = cn_kalama + name_list_pontic = cn_kalama + name_list_tsakonian = cn_kalama + name_list_massalian = cn_kalama + name_list_helleno_thracian = cn_kalama + name_list_helleno_libyan = cn_kalama + #NW Semitic Cultures + name_list_punic = cn_malaka + #Berber Cultures + name_list_atlas_berber = cn_suthul + name_list_kabyle_berber = cn_suthul + name_list_zenati_berber = cn_suthul + name_list_eastern_berber = cn_suthul + #East Germanic Cultures + name_list_vandalic = cn_calama + } + color = { 72 83 169 } + } + b_izan = { + province = 4752 + + color = { 72 83 169 } + } + } + } + d_byzacena = { #4 + color = { 122 140 196 } + capital = c_mahdiya + c_mahdiya = { color = { 122 140 196 } @@ -2624,133 +2756,6 @@ e_north_africa = { color = { 25 47 117 } } } - c_annaba = { - color = { 72 83 169 } - cultural_names = { - #Roman Cultures - name_list_roman = cn_hippo_regius - name_list_romano_gallic = cn_hippo_regius - name_list_romano_hispanic = cn_hippo_regius - name_list_romano_british = cn_hippo_regius - name_list_romano_african = cn_hippo_regius - name_list_romano_raetian = cn_hippo_regius - name_list_romano_thracian = cn_hippo_regius - name_list_romano_illyrian = cn_hippo_regius - name_list_romano_pannonian = cn_hippo_regius - name_list_dalmatian = cn_hippo_regius - name_list_romano_noric = cn_hippo_regius - name_list_romano_gothic = cn_hippo_regius - name_list_romano_dacian = cn_hippo_regius - name_list_romano_frank = cn_hippo_regius - name_list_romano_aramean = cn_hippo_regius - name_list_romano_vandalic = cn_hippo_regius - #Byzantine Cultures - name_list_greek = cn_hippon_basilikos - name_list_aeolian = cn_hippon_basilikos - name_list_helleno_aramean = cn_hippon_basilikos - name_list_greek_gothic = cn_hippon_basilikos - name_list_greek_persian = cn_hippon_basilikos - name_list_isaurian_persian = cn_hippon_basilikos - name_list_grecco_axumite = cn_hippon_basilikos - name_list_bosporan = cn_hippon_basilikos - name_list_pontic = cn_hippon_basilikos - name_list_tsakonian = cn_hippon_basilikos - name_list_massalian = cn_hippon_basilikos - name_list_helleno_thracian = cn_hippon_basilikos - name_list_helleno_libyan = cn_hippon_basilikos - #Berber Cultures - name_list_atlas_berber = cn_hippo - name_list_kabyle_berber = cn_hippo - name_list_zenati_berber = cn_hippo - name_list_eastern_berber = cn_hippo - #East Germanic Cultures - name_list_vandalic = cn_hippo_regius - name_list_alan = cn_hippo_regius - } - b_annaba = { - province = 4588 - cultural_names = { - #Roman Cultures - name_list_roman = cn_hippo_regius - name_list_romano_gallic = cn_hippo_regius - name_list_romano_hispanic = cn_hippo_regius - name_list_romano_british = cn_hippo_regius - name_list_romano_african = cn_hippo_regius - name_list_romano_raetian = cn_hippo_regius - name_list_romano_thracian = cn_hippo_regius - name_list_romano_illyrian = cn_hippo_regius - name_list_romano_pannonian = cn_hippo_regius - name_list_dalmatian = cn_hippo_regius - name_list_romano_noric = cn_hippo_regius - name_list_romano_gothic = cn_hippo_regius - name_list_romano_dacian = cn_hippo_regius - name_list_romano_frank = cn_hippo_regius - name_list_romano_aramean = cn_hippo_regius - name_list_romano_vandalic = cn_hippo_regius - #Byzantine Cultures - name_list_greek = cn_kalamos - #Berber Cultures - name_list_atlas_berber = cn_suthul - name_list_kabyle_berber = cn_suthul - name_list_zenati_berber = cn_suthul - name_list_eastern_berber = cn_suthul - #East Germanic Cultures - name_list_vandalic = cn_calama - } - color = { 72 83 169 } - } - b_qalama = { - province = 4630 - cultural_names = { - #Roman Cultures - name_list_roman = cn_calama - name_list_romano_gallic = cn_calama - name_list_romano_hispanic = cn_calama - name_list_romano_british = cn_calama - name_list_romano_african = cn_calama - name_list_romano_raetian = cn_calama - name_list_romano_thracian = cn_calama - name_list_romano_illyrian = cn_calama - name_list_romano_pannonian = cn_calama - name_list_dalmatian = cn_calama - name_list_romano_noric = cn_calama - name_list_romano_gothic = cn_calama - name_list_romano_dacian = cn_calama - name_list_romano_frank = cn_calama - name_list_romano_aramean = cn_calama - name_list_romano_vandalic = cn_calama - #Byzantine Cultures - name_list_greek = cn_kalama - name_list_aeolian = cn_kalama - name_list_helleno_aramean = cn_kalama - name_list_greek_gothic = cn_kalama - name_list_greek_persian = cn_kalama - name_list_isaurian_persian = cn_kalama - name_list_grecco_axumite = cn_kalama - name_list_bosporan = cn_kalama - name_list_pontic = cn_kalama - name_list_tsakonian = cn_kalama - name_list_massalian = cn_kalama - name_list_helleno_thracian = cn_kalama - name_list_helleno_libyan = cn_kalama - #NW Semitic Cultures - name_list_punic = cn_malaka - #Berber Cultures - name_list_atlas_berber = cn_suthul - name_list_kabyle_berber = cn_suthul - name_list_zenati_berber = cn_suthul - name_list_eastern_berber = cn_suthul - #East Germanic Cultures - name_list_vandalic = cn_calama - } - color = { 72 83 169 } - } - b_izan = { - province = 4752 - - color = { 72 83 169 } - } - } } d_numidia = { #5 color={ 45 95 120 } diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 2f577d8cc9..51aeca5903 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -652,16 +652,36 @@ update_name_of_vandal_kingdom_effect = { if = { limit = { exists = title:k_vandalica.holder } if = { - limit = { - #If at least one count is a vandal, use both - title:k_vandalica.holder = { - any_vassal_or_below = { - primary_title.tier >= tier_county - culture = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:alan } } + limit = { title:k_vandalica.holder = { culture = culture:alan } } + if = { + limit = { + #If at least one count is an vandalic, use both + title:k_vandalica.holder = { + any_vassal_or_below = { + primary_title.tier >= tier_county + culture = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:vandalic } } + } + } + } + title:k_vandalica = { set_title_name = "k_alans_and_vandals" } + } + else = { title:k_vandalica = { reset_title_name = yes } } + } + else_if = { + limit = { title:k_vandalica.holder = { culture = culture:vandalic } } + if = { + limit = { + #If at least one count is an alan, use both + title:k_vandalica.holder = { + any_vassal_or_below = { + primary_title.tier >= tier_county + culture = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:alan } } + } } } + title:k_vandalica = { set_title_name = "k_vandals_and_alans" } } - title:k_vandalica = { set_title_name = "k_vandals_and_alans" } + else = { title:k_vandalica = { reset_title_name = yes } } } else = { title:k_vandalica = { reset_title_name = yes } } } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index b64b827f29..deeb288a8b 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -388,12 +388,16 @@ OstrogothAmalingValamer = { #New Char 454.1.1 = { culture = ostrogothic } 475.1.1 = { death = yes } } -190205 = { +190205 = { #PLRE Vol 2 Ereleuva name = "Eusebia" # Theodoric's Mother female = yes religion = "gothic_church" culture = "gothic" 420.1.1 = { birth = yes } + 436.1.1 = { #PLRE lists her as a catholic, not an Arian + religion = nicene + trait = zealous + } 454.1.1 = { culture = ostrogothic } 475.1.1 = { death = yes } } @@ -581,6 +585,107 @@ OstrogothAmalingValamer = { #New Char 431.1.1 = { death = yes } } +##### Vandals +92 = { + name = "Huneric" # PLRE vol. 2 Huneric + dynasty = 1042171 + martial = 8 + diplomacy = 2 + intrigue = 8 + stewardship = 2 + religion = "arian" + culture = "vandalic" + trait = "arbitrary" + trait = "sadistic" + trait = "arrogant" + trait = "paranoid" + trait = "education_martial_2" + father = 93 + mother = 36057_daughter + 426.1.1 = { + birth = yes + } + 441.1.1 = { + add_spouse = 74426_daughter_2 + } + 456.1.1 = { + add_spouse = 1000009 + } + 477.1.25 = { trait = kinslayer_2 } #Killing his own nephew!? + 484.12.23 = { + death = yes + } +} + +95 = { + name = "Theodoric" #Theodoricus 4 PLRE Vol 2 + dynasty = 1042171 + martial = 7 + diplomacy = 8 + intrigue = 6 + stewardship = 8 + religion = "arian" + culture = "vandalic" + trait = "lustful" + trait = "brave" + trait = "cynical" + trait = "patient" + trait = "education_martial_2" + father = 93 + mother = 36057_daughter + 427.1.1 = { birth = yes } + 471.1.1 = { add_spouse = 95_wife } + 484.1.1 = { death = yes } +} +95_wife = { + name = "BergT_O_ra" # Unnamed wife, killed by Huneric + female = yes + religion = "arian" + culture = "vandalic" + 455.1.1 = { birth = yes } + 477.1.25 = { #Listed killed by Huneric + death = { + death_reason = death_execution + killer = 92 + } + } +} +95_son = { + name = "Gelimer" # Unnamed son, killed by Huneric + dynasty = 1042171 + religion = "arian" + culture = "vandalic" + father = 95 + mother = 95_wife + 475.2.1 = { birth = yes } + 477.1.25 = { #Listed as an infant when Huneric kills him, so probably not talking yet + death = { + death_reason = death_execution + killer = 92 + } + } +} + +96 = { + name = "Gento" # PLRE vol. 2 Gento 1 + dynasty = 1042171 + martial = 7 + diplomacy = 8 + intrigue = 6 + stewardship = 8 + religion = "arian" + culture = "vandalic" + trait = "harelip" + trait = "brave" + trait = "compassionate" + trait = "gregarious" + trait = "education_martial_2" + father = 93 + mother = 36057_daughter + 428.1.1 = { birth = yes } + 476.1.1 = { death = yes } #PLRE Vol 2, dies before his father. Probably best to have before earliest bookmark +} + ##### INDIANS #Maitraka Dynasty @@ -624,7 +729,6 @@ OstrogothAmalingValamer = { #New Char 520.1.1 = { death = yes } } - ##### LAZICS #Kings of Lazica converted to lazic (Lazic) culture diff --git a/WtWSMS/history/characters/vandalic.txt b/WtWSMS/history/characters/vandalic.txt index ad5d293448..a429ed8524 100644 --- a/WtWSMS/history/characters/vandalic.txt +++ b/WtWSMS/history/characters/vandalic.txt @@ -1,33 +1,4 @@ -92 = { - name = "Huneric" # PLRE vol. 2 Huneric - dynasty = 1042171 - martial = 8 - diplomacy = 2 - intrigue = 8 - stewardship = 2 - religion = "arian" - culture = "vandalic" - trait = "arbitrary" - trait = "sadistic" - trait = "arrogant" - trait = "paranoid" - trait = "education_martial_2" - father = 93 - mother = 36057_daughter - 426.1.1 = { - birth = yes - } - 441.1.1 = { - add_spouse = 74426_daughter_2 - } - 456.1.1 = { - add_spouse = 1000009 - } - #476.2.2 = { effect = { character_event = { id = zusk_event.50 } } } - 484.12.23 = { - death = yes - } -} +#Changed: 92 93 = { name = "Gaisaric" # PLRE vol. 2 Geisericus @@ -91,56 +62,7 @@ } } -95 = { - name = "Theodoric" - dynasty = 1042171 - martial = 7 - diplomacy = 8 - intrigue = 6 - stewardship = 8 - religion = "arian" - culture = "vandalic" - trait = "lustful" - trait = "brave" - trait = "cynical" - trait = "patient" - trait = "education_martial_2" - father = 93 - mother = 36057_daughter - 427.1.1 = { - birth = yes - } - 470.1.1 = { - employer = 70515 - } - 484.1.1 = { - death = yes - } -} - -96 = { - name = "Gento" # PLRE vol. 2 Genton 1 - dynasty = 1042171 - martial = 7 - diplomacy = 8 - intrigue = 6 - stewardship = 8 - religion = "arian" - culture = "vandalic" - trait = "harelip" - trait = "brave" - trait = "compassionate" - trait = "gregarious" - trait = "education_martial_2" - father = 93 - mother = 36057_daughter - 428.1.1 = { - birth = yes - } - 484.1.1 = { - death = yes - } -} +#Changed: 95-6 97 = { name = "Gunthamund" diff --git a/WtWSMS/history/provinces/bp_k_africa.txt b/WtWSMS/history/provinces/bp_k_africa.txt index 5d306cdd27..243af3f242 100644 --- a/WtWSMS/history/provinces/bp_k_africa.txt +++ b/WtWSMS/history/provinces/bp_k_africa.txt @@ -79,6 +79,28 @@ 4591 = { #AL_ARIBUS holding = none } +###c_annaba +4588 = { #ANNABA + culture = romano_african + religion = african_church + holding = castle_holding + buildings = { + castle_01 + cereal_fields_00 + pastures_00 + plantations_00 + } +} +4630 = { #QALAMA (aka calama) + holding = city_holding + buildings = { city_01 } +} +4752 = { #IZAN + holding = none +} + +## d_byzacena ################################### + ###c_mahdiya 4578 = { #MAHDIYA culture = romano_african @@ -136,25 +158,6 @@ 4577 = { #SLAKTA holding = none } -###c_annaba -4588 = { #ANNABA - culture = romano_african - religion = african_church - holding = castle_holding - buildings = { - castle_01 - cereal_fields_00 - pastures_00 - plantations_00 - } -} -4630 = { #QALAMA (aka calama) - holding = city_holding - buildings = { city_01 } -} -4752 = { #IZAN - holding = none -} ## d_numidia ################################### diff --git a/WtWSMS/history/titles/bp_k_africa.txt b/WtWSMS/history/titles/bp_k_africa.txt index d642896b35..e8a70cd01b 100644 --- a/WtWSMS/history/titles/bp_k_africa.txt +++ b/WtWSMS/history/titles/bp_k_africa.txt @@ -576,6 +576,158 @@ c_medjerda = { holder = 1300650 #Heraclius the Elder } } +c_annaba = { + #Development: Subroman provinces + 1.1.1 = { change_development_level = 10 } + 200.1.1 = { change_development_level = 20 } + 400.1.1 = { change_development_level = 30 } + 435.1.1 = { change_development_level = 15 } #Vandals migrate + 500.1.1 = { change_development_level = 20 } + 534.1.1 = { change_development_level = 10 } #Byzantine Africa + 600.1.1 = { change_development_level = 15 } + 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate + + 334.1.1={ + holder=190016 # Lollianus Mavortius + liege = "e_roman_empire" + } + 337.1.1={ + holder=36083 # Antonius Marcellinus + liege = "e_roman_empire" + } + 338.1.1={ + holder=1900018 # Aurelius Celsinus + liege = "e_roman_empire" + } + 339.1.1={ + holder=36085 # Proculus Celsinus + liege = "e_roman_empire" + } + 357.1.1={ + holder=36086 # Julius Favianus + liege = "e_roman_empire" + } + 358.1.1={ + holder=36088 # Sextus Claudius Pestronius Probus + liege = "e_roman_empire" + } + 359.1.1={ + holder=36092 # Julius Proclianus + liege = "e_roman_empire" + } + 395.1.1={ + holder=1000500 # Ennodius + liege = e_roman_empire + } + 395.1.17={ + liege = e_wre + } + 404.1.1={ + holder=1008290 # Rufus Antonius Agrypnius Rufius + } + 420.1.1={ + holder=1000502 # Ennodius Felix + liege = "e_wre" + } + 423.1.1={ + holder=36073 # Bonifacius + liege = "e_wre" + } + # Vandals + 429.1.1={ + holder = 36065 # Geilar Silingi + liege=k_vandalica + } + 432.1.1={ + holder = 36067 # Maioric Silingi + } + 477.1.1={ + holder = 36068 # Wisimar Silingi + } + 495.1.1={ + holder = 36066 # Gamuth Silingi + } + 534.1.1={ + holder = 462172 # Archelaus Agricolus + liege="e_byzantium" + } + 535.1.1={ + holder = 90108 # Solomon of Idriphthon + } + 536.1.1={ + holder = 1004006 # Germanus + } + 539.1.1={ + holder = 90108 # Solomon of Idriphthon + } + 544.1.1={ + holder = 479 # Sergius of Idriphthon + } + 545.1.1={ + holder = 90109 # Athanasius of Idriphthon + } + 546.1.1 = { + holder = 1301196 # Guntharis + } + 546.2.6={ + holder = 90109 # Athanasius of Idriphthon + } + 552.1.1={ + holder = 94003 # Paul Makris + } + 558.1.1={ + holder = 94005 # John Calathes + } + 563.1.1={ + holder = 94007 # John Rogathinus + } + 564.1.1={ + holder = 94008 # Thomas Volikakis + } + 565.1.1={ + holder = 94010 # Theodore Loverdos + } + 574.1.1={ + holder = 94008 # Thomas Volikakis + } + 578.1.1={ + holder = 94010 # Theodore Loverdos + } + 585.1.1={ + holder = 1300648 #Anonymus + } + 590.1.1={ + holder = 1300649 #Ioannes + } + 591.7.1={ #Exarchate of Africa + holder = 1300647 #Gennadius + } + 598.1.1={ + holder = 1300650 #Heraclius the Elder + } +} + +d_byzacena = { + 383.1.1 = { + holder = 1301177 # Filomathius, consularis Byzacenae + liege = k_africa + } + 408.1.1 = { + holder = 1301178 # Candidianus, consularis Byzacenae + } + 418.1.1 = { + holder = 1301179 # Felicius, consularis Byzacenae + } + 428.1.1={ holder = 93 } + #Theodoricus 4 reaches adulthood; PLRE lists him as having estates in Byzacenae and near Carthage + 443.1.1 = { + holder = 95 + liege = k_vandalica + government = subroman_government + } + #Huneric rises to the throne, and seizes Theodoric's holdings + 477.1.25={ holder = 0 } +} c_mahdiya = { #Development: Subroman provinces 1.1.1 = { change_development_level = 10 } @@ -601,6 +753,14 @@ c_mahdiya = { holder = 93 liege = 0 } + #Theodoricus 4 reaches adulthood; PLRE lists him as having estates in Byzacenae and near Carthage + 443.1.1 = { + holder = 95 + } + #Huneric rises to the throne, and seizes Theodoric's holdings + 477.1.25={ + holder = 92 + } 477.1.25={ holder = 92 } @@ -683,22 +843,17 @@ c_kairwan = { 418.1.1 = { holder = 1301179 # Felicius, consularis Byzacenae } - 429.1.1={ - holder = 36065 # Geilar Silingi - liege=k_vandalica - } - 432.1.1={ - holder = 36067 # Maioric Silingi - } - 477.1.1={ - holder = 36068 # Wisimar Silingi + 428.1.1={ + holder = 93 + liege = 0 } - 495.1.1={ - holder = 36066 # Gamuth Silingi + #Theodoricus 4 reaches adulthood; PLRE lists him as having estates in Byzacenae and near Carthage + 443.1.1 = { + holder = 95 } - 534.1.1={ - holder = 1300969 # Himerius - liege = k_africa_prefect + #Huneric rises to the throne, and seizes Theodoric's holdings + 477.1.25={ + holder = 92 } 545.1.1={ holder = 1300643 #Marcentius @@ -742,30 +897,6 @@ c_kairwan = { holder = 1300650 #Heraclius the Elder } } -c_west_qamuda = { #c_fses history (changed from c_kairwan history) - #Development: Tribal Roman - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 435.1.1 = { change_development_level = 3 } #Vandal kingdom established; rise of the tribals - 698.1.1 = { change_development_level = 2 } #Arab conquest - #Rulers - 390.1.1={ - holder = 36126 # Juba Juba - } - 410.1.1={ - holder = 36127 # Pupa Juba - } - 460.1.1={ - holder = 36128 # Adrinu Juba - } - 510.1.1={ - holder = 36131 # Felixs Juba - } - 560.1.1={ - holder = 36132 # Felixs II Juba - } -} c_sfax = { #c_mahdiya history #Development: Subroman provinces 1.1.1 = { change_development_level = 10 } @@ -791,6 +922,11 @@ c_sfax = { #c_mahdiya history holder = 93 liege = 0 } + #Theodoricus 4 reaches adulthood; PLRE lists him as having estates in Byzacenae and near Carthage + 443.1.1 = { + holder = 95 + } + #Huneric rises to the throne, and seizes Theodoric's holdings 477.1.25={ holder = 92 } @@ -852,134 +988,28 @@ c_sfax = { #c_mahdiya history holder = 1300650 #Heraclius the Elder } } -c_annaba = { - #Development: Subroman provinces - 1.1.1 = { change_development_level = 10 } - 200.1.1 = { change_development_level = 20 } - 400.1.1 = { change_development_level = 30 } - 435.1.1 = { change_development_level = 15 } #Vandals migrate - 500.1.1 = { change_development_level = 20 } - 534.1.1 = { change_development_level = 10 } #Byzantine Africa - 600.1.1 = { change_development_level = 15 } - 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate - - 334.1.1={ - holder=190016 # Lollianus Mavortius - liege = "e_roman_empire" - } - 337.1.1={ - holder=36083 # Antonius Marcellinus - liege = "e_roman_empire" - } - 338.1.1={ - holder=1900018 # Aurelius Celsinus - liege = "e_roman_empire" - } - 339.1.1={ - holder=36085 # Proculus Celsinus - liege = "e_roman_empire" - } - 357.1.1={ - holder=36086 # Julius Favianus - liege = "e_roman_empire" - } - 358.1.1={ - holder=36088 # Sextus Claudius Pestronius Probus - liege = "e_roman_empire" - } - 359.1.1={ - holder=36092 # Julius Proclianus - liege = "e_roman_empire" - } - 395.1.1={ - holder=1000500 # Ennodius - liege = e_roman_empire - } - 395.1.17={ - liege = e_wre - } - 404.1.1={ - holder=1008290 # Rufus Antonius Agrypnius Rufius - } - 420.1.1={ - holder=1000502 # Ennodius Felix - liege = "e_wre" - } - 423.1.1={ - holder=36073 # Bonifacius - liege = "e_wre" - } - # Vandals - 429.1.1={ - holder = 36065 # Geilar Silingi - liege=k_vandalica - } - 432.1.1={ - holder = 36067 # Maioric Silingi - } - 477.1.1={ - holder = 36068 # Wisimar Silingi - } - 495.1.1={ - holder = 36066 # Gamuth Silingi - } - 534.1.1={ - holder = 462172 # Archelaus Agricolus - liege="e_byzantium" - } - 535.1.1={ - holder = 90108 # Solomon of Idriphthon - } - 536.1.1={ - holder = 1004006 # Germanus - } - 539.1.1={ - holder = 90108 # Solomon of Idriphthon - } - 544.1.1={ - holder = 479 # Sergius of Idriphthon - } - 545.1.1={ - holder = 90109 # Athanasius of Idriphthon - } - 546.1.1 = { - holder = 1301196 # Guntharis - } - 546.2.6={ - holder = 90109 # Athanasius of Idriphthon - } - 552.1.1={ - holder = 94003 # Paul Makris - } - 558.1.1={ - holder = 94005 # John Calathes - } - 563.1.1={ - holder = 94007 # John Rogathinus - } - 564.1.1={ - holder = 94008 # Thomas Volikakis - } - 565.1.1={ - holder = 94010 # Theodore Loverdos - } - 574.1.1={ - holder = 94008 # Thomas Volikakis - } - 578.1.1={ - holder = 94010 # Theodore Loverdos +c_west_qamuda = { #c_fses history (changed from c_kairwan history) + #Development: Tribal Roman + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 435.1.1 = { change_development_level = 3 } #Vandal kingdom established; rise of the tribals + 698.1.1 = { change_development_level = 2 } #Arab conquest + #Rulers + 390.1.1={ + holder = 36126 # Juba Juba } - 585.1.1={ - holder = 1300648 #Anonymus + 410.1.1={ + holder = 36127 # Pupa Juba } - 590.1.1={ - holder = 1300649 #Ioannes + 460.1.1={ + holder = 36128 # Adrinu Juba } - 591.7.1={ #Exarchate of Africa - holder = 1300647 #Gennadius + 510.1.1={ + holder = 36131 # Felixs Juba } - 598.1.1={ - holder = 1300650 #Heraclius the Elder + 560.1.1={ + holder = 36132 # Felixs II Juba } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 97cd6c7b42..972c3c1817 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -321,6 +321,8 @@ #k_africa d_carthago:0 "Carthago" d_carthago_adj:0 "Carthago" + d_byzacena: "Byzacena" + d_byzacena_adj: "Byzacenan" d_numidia:0 "Numidia" d_numidia_adj:0 "Numidia" c_badis:0 "Badis" @@ -718,6 +720,7 @@ #Kingdoms k_vandalica: "Kingdom of the Vandals" k_vandals_and_alans: "Kingdom of the Vandals and Alans" + k_alans_and_vandals: "Kingdom of the Alans and Vandals" k_vandalica_adj: "Vandal" k_gepidia:0 "Gepidia" k_gepidia_adj:0 "Gepid" diff --git a/WtWSMS/map_data/geographical_regions/geographical_region.txt b/WtWSMS/map_data/geographical_regions/geographical_region.txt index 871f7e48ed..0f8259a8b8 100644 --- a/WtWSMS/map_data/geographical_regions/geographical_region.txt +++ b/WtWSMS/map_data/geographical_regions/geographical_region.txt @@ -63,7 +63,7 @@ world_roman_empire_west_north_africa = { #k_mauretania d_tingitana d_caesariensis d_sitifensis #k_africa - d_carthago d_numidia + d_carthago d_byzacena d_numidia #k_tripolitania d_tripolitania d_leptis_magna } @@ -270,7 +270,7 @@ custom_roman_empire = { #Used for (Vanilla) restore Rome decision d_latium d_corsica d_histria d_venetia d_flaminia d_genoa d_liguria d_umbria d_valeria d_picenum_suburbicarium d_campania d_samnium d_apulia d_lucania d_sicily d_sardinia #Other duchies - d_syrmia d_syria d_iudea d_alexandria d_athens d_carthago d_salona d_rhodope d_thessaly + d_syrmia d_syria d_iudea d_alexandria d_athens d_carthago d_byzacena d_salona d_rhodope d_thessaly } } custom_roman_syria_palestina = { @@ -293,7 +293,7 @@ custom_roman_cyrenaica = { custom_roman_africa = { duchies = { #k_africa - d_carthago d_numidia + d_carthago d_byzacena d_numidia #Others d_tripolitania } @@ -690,7 +690,7 @@ world_africa_north_west = { ##### Changed from Vanilla #k_mauria d_canarias d_marrakesh d_sous d_tafilalt #k_africa - d_numidia d_carthago + d_numidia d_carthago d_byzacena #k_gaetulia d_gaetulia d_mzab } @@ -1733,7 +1733,7 @@ custom_sahara_proper = { ##### Changed from Vanilla #k_garamantes d_garama d_ghadames d_ghat d_tibesti d_air d_kawar #k_africa - d_carthago d_numidia + d_carthago d_byzacena d_numidia } } @@ -2603,7 +2603,7 @@ ghw_region_north_africa = { ##### Changed from Vanilla #k_mauretania d_tingitana d_caesariensis d_sitifensis #k_africa - d_carthago d_numidia + d_carthago d_byzacena d_numidia #k_tripolitania d_tripolitania d_leptis_magna #Gaetulia From b95109bda557973f37210c13629d2c7b7d1cb3cb Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:35:32 -0500 Subject: [PATCH 194/339] Minor tweak for mod harmonization --- .../common/effect_localization/T4N_effect_localization.txt | 7 ------- .../effect_localization/T4N_tributaries_effect_desc.txt | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 WtWSMS/common/effect_localization/T4N_effect_localization.txt create mode 100644 WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt diff --git a/WtWSMS/common/effect_localization/T4N_effect_localization.txt b/WtWSMS/common/effect_localization/T4N_effect_localization.txt deleted file mode 100644 index 99129cb237..0000000000 --- a/WtWSMS/common/effect_localization/T4N_effect_localization.txt +++ /dev/null @@ -1,7 +0,0 @@ -annex_tributary_desc = { - global = ANNEX_TRIBUTARY_DESC -} - -non_permanent_trib_turns_into_perma = { - global = NON_PERMANENT_TRIB_TURNS_INTO_PERMA -} \ No newline at end of file diff --git a/WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt b/WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt new file mode 100644 index 0000000000..d86e3e5ce6 --- /dev/null +++ b/WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt @@ -0,0 +1,7 @@ +annex_tributary_desc = { + global = can_annex_tributary +} + +non_permanent_trib_turns_into_perma = { + global = non_permanent_trib_turns_into_perma_desc +} \ No newline at end of file From e5356c20f30a5ae28d479eae0977195634b95770 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:39:36 -0500 Subject: [PATCH 195/339] Change color database to submodule --- .../coat_of_arms/CK3CS_titles.txt | 12839 ++++++++ .../coat_of_arms/MOD_color_storage_titles.txt | 3255 -- WtWSMS/common/landed_titles/CK3CS_titles.txt | 12839 ++++++++ .../MOD_color_storage_titles.txt | 3256 -- WtWSMS/common/on_action/000_CK3CS_titles.txt | 25699 ++++++++++++++++ .../000_MOD_color_storage_titles.txt | 6530 ---- ...or_storage_titles.txt => CK3CS_titles.txt} | 0 .../english/CK3CS_titles_l_english.yml | 12840 ++++++++ .../english/MOD_color_storage_l_english.yml | 3256 -- 9 files changed, 64217 insertions(+), 16297 deletions(-) create mode 100644 WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt delete mode 100644 WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt create mode 100644 WtWSMS/common/landed_titles/CK3CS_titles.txt delete mode 100644 WtWSMS/common/landed_titles/MOD_color_storage_titles.txt create mode 100644 WtWSMS/common/on_action/000_CK3CS_titles.txt delete mode 100644 WtWSMS/common/on_action/000_MOD_color_storage_titles.txt rename WtWSMS/common/scripted_effects/{MOD_color_storage_titles.txt => CK3CS_titles.txt} (100%) create mode 100644 WtWSMS/localization/english/CK3CS_titles_l_english.yml delete mode 100644 WtWSMS/localization/english/MOD_color_storage_l_english.yml diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt new file mode 100644 index 0000000000..13753f5960 --- /dev/null +++ b/WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt @@ -0,0 +1,12839 @@ +d_b_KUDA_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aabenraa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aalborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aalkmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aanaarjavri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aarak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aarborte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aarhus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aba-qomi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abade-darabjerd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abakaliki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abarquh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abaskun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abauj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abbadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abbay-agaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abbeville_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abeche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abensberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abeokuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aberdeen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aberfeldy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aberystwyth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abingdon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abivard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ablanque_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ablastha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abohar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abomey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abraj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abrantes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abrudbanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abtaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abu_geili_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abu_ghalib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abu_hammad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abydos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_abyszkan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_acalapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_accra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_acerenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_achalgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_achaly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_achichskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_achit_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_achu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_achum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_acqui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_acre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ad-daliya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ad-dathina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adaboye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adanse_manso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adavani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_addanki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ademuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adenau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ader_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_admont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adragh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adramyttium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adrar_iforas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adrar_timmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adraskan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adrassos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_adruh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aezani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_afar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_afera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_afgooye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_afram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_afrasiyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_afshar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_afza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agadez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agadir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agairik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agaw_meder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agenais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agharaf_road_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aghata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aghmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aghuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agidel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agiosnikolaos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agmahl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agnone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agrafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agramunt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agranai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agricento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aguilas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_agypse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahaggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahanjaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahichatra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahlen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahmadnagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahnas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahobalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahrensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahvaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ahwene_koko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aigialos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ain_al-gharbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ain_al-qayyara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ain_at-tamr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ain_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ain_galakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ain_said_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ainos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ainsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ainsefra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aintab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aintekbalet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ainun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_air_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_air_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_airag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_airkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_airyk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_airyuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aititab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aitiyat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aiwana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aix_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aj_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajaccio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajadabiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajaigarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajase_ipo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajayameru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajlu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajodhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ajutasty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ak-dzulpas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ak-taylak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ak_altyg_khol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ak_su_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ak_tasty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akasha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akcha-adyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akchim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akeqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akhaltsikhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akhsikath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akhsisak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akhtamar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akhtyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akjeku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akjoujt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akkityk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akkum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akpafu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akrainos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akrijit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akruresvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aksay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aksay_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aksu_mongolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aksum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aksuyek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aktau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akumbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_akzhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-abwab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-aghwat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-akhadid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-anbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-aqra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-arid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-arish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-asa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-awnid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-azraq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-bahnasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-bahriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-barkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-bawga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-bira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-farafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-farasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-farut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-fayyum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-fewet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-ghaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-ghazali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-haddar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-haditha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-haditha-furat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hadr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hajar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hajar_nubia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hamam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-harra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-haruniya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hawra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hayyal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hijr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-hila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-humayma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-janad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-jar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-jibal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-jilat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-jiwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-jubayl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-khadarim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-khanuqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-kharj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-khatt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-khuzaimiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-kufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-maafir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-madhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-madina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-mahjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-mandab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-mawiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-muhdatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-mushaqqar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qadisiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qara-jawf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qaryatan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qaryatan-qasim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qasr-dakhla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qasrayn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qastal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qatif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qatr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qhqaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-qulaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-rahba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-rusayrisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-talha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-ubulla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-udhaib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-ula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-uqayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-ushmunain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al-wajh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_abbasiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_aghaila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_aliya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_aribus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_gabal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_hamma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_jawf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_muaskar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_musala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_al_ubbad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ala-kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alag_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alak-nor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alamut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alapaevsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alarcon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alarcos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alatyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alba_di_monferrato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_albacete_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_albarracin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_albi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_albret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alcacerdosal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alcaniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alcantara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alcaraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alcazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alchanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alcudia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alencon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alexandretta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alexandria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alexandriatroas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_algeciras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alghero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_algiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alibori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alicante_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alichur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alishtar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alistegunde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aliten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aljan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_allai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_allaqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_allbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_allenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almader_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almansa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almaraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almaty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almelo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almeria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almetyvesk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almonte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_almora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_along_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alsholoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alsoverecke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altaichei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altan_els_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alto_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altotajo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altyn-emel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altyn-kolekis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altyn_kol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_altyn_su_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aluchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aluksne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alvinc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alxa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alyaty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_alymka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amalfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amalner_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amaravati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amaresvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amarkantak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amarkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amarvalli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amaseia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amastris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amatlus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ambaranatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ambert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ambikapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ambrolauri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amersfoort_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amezdofe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amfissa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amiens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amisos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amol-e-shatt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amorha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amorion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amposta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ampthill_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amraoti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amroha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amsterdam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amstetten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_amyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_an_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_an-nabak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_an-nahrawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_an-najaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_an-nibaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_an-numaniya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anacopia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anahilapataka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anantapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anazaribus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anbar-guzgani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ancona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andamish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andarab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andarab_d_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andkhud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andorra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andrapa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andravida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andreapol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_andujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anegandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anemurium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anfa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_angaragiin_degee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_angelokastron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_angerburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_angers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_angot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_angouleme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anja_TUV_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anjar_kutch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ankai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ankyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_annaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_annan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_annecy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anning_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_annonay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ansbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ansina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ansongo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_antartus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_antequera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_antiocheia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_antiochia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_antipatreia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_antivari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_antwerpen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anuradhapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anuy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anxi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_anyu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aosta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aowin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_apamea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aparshahr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_apeldoorn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_apemea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aphrodisias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_appingedam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_appleby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_applecross_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_appollonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_apt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aq-masjid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqenganggyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqiq_tamra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqmescit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqqikkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqsubay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aqtobe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aquileia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-rabb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-ramla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-ran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-rayda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-rikha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-rukhail_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-ruqaii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-rusafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ar-rusafa-iraq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_araban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arabissus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arandadeduero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arandal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aranyosbanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arasaxa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arawan_road_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arbaji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arbinjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arbuga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arcadia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_archabis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arcos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardabil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardakhivah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardalankath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ardnamurchon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arendall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arezzo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_argan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arganda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_argentan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_argogco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_argonne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_argos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arguvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_argyjek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_argyrokastron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ariano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aribinda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arigh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ariksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arilje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arivajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arjepluovve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arjesh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arkadiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arkalyk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arkalyk_KAZe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arkhangelsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_armabil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_armagh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_armagnac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_armant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_armaxa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arnedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arnhem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arnon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arnsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arnstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arnswalde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arondo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aror_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arrah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arrajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arsamosata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arsgul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arsjogk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arslanbob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_artaani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_artah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arthanuji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_artsyz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aruj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arusi-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arviesjavrrie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arxog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arys-kum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arzew_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_arzhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-safra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-saimara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-salila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-saliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-salman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-samman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-sawariqiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-sayaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-sinn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-sirayn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-subia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-sukhna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-sumaina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-suqya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-sus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-suwaida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-suwaida-hauran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_as-suwaydiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asanapat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asante_manso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asaybay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asbid-dasht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ascalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asciano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ascoli_piceno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asfanjay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asfuzar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ash-shamsiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ash-sharaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ash-shihr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ash-shuqayq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ashaval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asheh-atrik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ashir_banya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ashir_yashir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ashli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ashpara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ashta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asigarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asirgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_askedal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_askhanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_askole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_askot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asmaak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aspona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aspona_CHA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_assa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_assab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_assen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_assin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_assissi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_assynt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_astana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_astarabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_astarac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_astore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_astorga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_astrakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_astrakhanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asurgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aswan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aswan-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_asyut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_at-tafila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_at-taif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_at-tib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_at-tur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atakpame_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atamansku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atapuerca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atbara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atbasar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atebubu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atfih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ath-thalabiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_athenry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_athens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_athgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_athlone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_athy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atkarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atlym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_attahasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_attak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_attaleia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_attalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_attar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_attie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_atyrau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aube_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aubusson_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_audo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_augsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_auliekol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aumale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_auno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aunus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aurillac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ausa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_austfold_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_autun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_auxerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avaskar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aveiro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aversa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avezzano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avignon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aviovara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avlonas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avraikheer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avranches_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_avrautau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aw_barre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awbuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awdaghost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awgham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awjila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awlil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awliya-ata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awssa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_awzaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_axu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ayagoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ayakkum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ayamonte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ayas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aydhab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aylesbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ayodhya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ayrtau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_aytos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_az-dhafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_az-zabadani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_az-zarqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azadawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azez-kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azgyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azukki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azzamur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_azzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baaft_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baalbak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_babao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_babrov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_babruysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_babur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bacau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bachhraon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badagry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badakhshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badakhshan_TARIM_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badaraya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badenoch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badibu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_badumbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baeberdon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bafinko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bafulabe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagahus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagavan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagerhat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baghaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baghdad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baghlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baghmundi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baghras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baghshur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bagnin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baguirmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baguirmi-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bahalda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bahasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bahir_giyorgis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bahla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bahoriband_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bahr_el-ghazzal_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bahraich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baia_de_arama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baibalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baidha-petra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baigalan_chaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bailaqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bailjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bainuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bairab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baisary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baitadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baiyang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baiyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baja_medjerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bajar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bajarwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bajlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bajmoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bajrakot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bajura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakanas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakash-aul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bake_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakhmut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baklanska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baklansky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakrabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakrawath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baksa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakunu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bakusaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bala_iskem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balad-mosul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balaguer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balanjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balasaghun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balassagyarmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balbelec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baldanas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baldyrgannyg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baleshvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balhaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bali-east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bali-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balkh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balkonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ballater_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baltimore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baltit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balung_dulan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_balvanyos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bamain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bamardani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bambaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bamberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bamburgh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bamiyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bamm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banamba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandama-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandama_springs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandanijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandhugadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bandiagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banff_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banffyhunyad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bangaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bangasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bangdag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bangor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bangu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banifing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baninko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baniyas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banjaluka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bankass_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bannajbur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_banzart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baoule_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baqirda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baqlin-east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baqlin-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baqlin-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baquba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bar_sur_aube_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bar_sur_seine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baraawe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barandud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baranovichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baranow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baranyavar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baraqish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barasuru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baratigin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barbacadle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barbastau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barbastro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barcelona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barcelonnette_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barchuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bardai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bardak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bardhere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bardo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bareily_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barfta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bargajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barhut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barimma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barkam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barkdiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barlad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barnaii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barnaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barnstaple_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barohiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baroli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barqa-al-marj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barqaid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barskhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barsuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bartenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bartulla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baryang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barysaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barzam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_barzand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basando_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basavapattana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bashazza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bashila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bashin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bashkoyumal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basingstoke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basiyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bassa-afram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bastia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bastogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_batang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_batina-east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_batkhaan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_batn_nakhl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_batorkeszi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_batticaloa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_batumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bauchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bauska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bauska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bautzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bawangaja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bawit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bawiti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bawku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baxoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayan_UVS_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayan_aulska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayan_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baydhabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayeux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baykara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayonne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bayreuth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_baza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bazadais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bazarka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bazoh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beaugency_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beaujeu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beaumont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beaumont_sur_leze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beaune_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beauvais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bechyne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_becse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bederkesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bedford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_begemdir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_begho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_behabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beichtinen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beilu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beiram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beirut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bejaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bejar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bejestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bekdas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bekes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beksima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bekwai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belchite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belcoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belebey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belenyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belesek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beletweyne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belgard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belgaum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belizi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beljan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bellac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bellinzona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belogorye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belogradchik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beloozero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belvedere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_belz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_benavente_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bende_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_benevento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_benghazi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_benin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_benin-city_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_benin_marshes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_benna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bentheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beodericsworth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beograd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beohari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berber_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berbera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berchtesgaden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beregszasz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berestye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bereznik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bergamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bergen_op_zoom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bergerac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bergh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berikul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berisiy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berkhamsted_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berkri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beroe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beroun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bertrand_de_comminges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_berwick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beryslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_besancon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_besensheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beshbalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_besinada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beszterce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_betanzos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bethen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_betla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_betma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_betpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_betzini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beyneu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beyta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bezda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bezdez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bezeklik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bezichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_beziers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhadohi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhadracala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhadrak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhainsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhainsrorgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhairavunikonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhaktapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhamer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhandara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhanvad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bharatpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bharuch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhatiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhatnir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhatta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhillamala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhilwara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhimashankara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhimtal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhirr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhitagarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhojpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhojpur_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhubaneswar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhuj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhumilka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bhuttar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bibemi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bichvinta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bidar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biddiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bielastock_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bielaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biella_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bielsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bielsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biescas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bihac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bihar_sharif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bijagos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bijeljina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bijnor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bikramkhol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bikrampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilbays_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilhorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilibio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilizma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bilyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bimand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bindir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_binnaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bint_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biograd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bir_amir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bir_el-kai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bir_um-ghrein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birgo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biriku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biriusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birjand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birkevik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birmingham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birnin_lafiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biru_walata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biryusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birzai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_birzula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bisandugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bischofswerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bisha_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bishang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bishnupur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bishops_castle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biskra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bisserskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bistum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bisutun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bitan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bitola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bitov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bitsch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biyadaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_biyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bizamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bizye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bjarkoy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bjorgvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_blagaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_blankenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_blankenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_blaye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_blois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_blotkowo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_blything_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bobo_dyulasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boborossa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bobovac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bochnia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bodh_gaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bodrog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bogale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bogo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boguchar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bohani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bohi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bohodukhiv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bokainagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bokalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boksanbanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bokthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bol_agach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bol_uran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boleslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolghar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolingsbroke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolnisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bologna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolsho_kyzylkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bolzano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bombali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bombogor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bonduku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bonga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bonifacio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bonn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bonny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bono_manso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boon_tsagaan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boppard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borculo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bordeaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borgarsyslar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borgholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borgu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borkou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boro_burgasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boromo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boron-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borovichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borsod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borsova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borultokay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boryspil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_borzna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bos-tau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bosha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bosilegrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bostal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bosten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boston_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bosworth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bothin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bottaman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_botzow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bou_khzama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bouake_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boubo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bouda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boudounitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bouillon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boulawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boulel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boulogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boulom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bouna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bourbon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bourem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bourges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bousaada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_boussac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bousso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bozen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_braga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_braganza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brahmapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_braila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brakel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brandenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_branicevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_braslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bratsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_braunau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_braunsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_breclav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brecon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_breda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bredevoort_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bregenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bregne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bremanger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bremen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brentford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brescello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brescia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_breslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bressuire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brest_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_breznica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_breznik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_breznobanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_briancon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bribir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bridlington_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brielle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_briesen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_briey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brin_navolok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brindisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brinje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bristol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brixen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brodnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brodno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brskovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bruchhausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bruges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bruneck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brunswick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brussels_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brysis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_brzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buchach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buckingham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bucuresti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_budin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_budingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_budlimlje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugaiwilik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugaly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bughrara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugulde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugulma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugur_TARIM_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buguriba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugurslan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bugyntalbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buipe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bukhtarma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bukuruwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bulandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bulat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bulgan_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bulun-tok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bumbag_hayrhan_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bumgye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bumthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bundi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bundu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bunjiket_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buren_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burgas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burgasutai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burghausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burgos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burhanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burhi_gandak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burkal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burluk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burogco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burqin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burqug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burss_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burullus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burunfongo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_burzanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busaso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bushkanat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_busura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buteeliin_nuruu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buthrotum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buur_heybe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buxtehude_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buzaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buzai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buzau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buzjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buzuluk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_buzye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_byalgrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bychok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bydgoszcz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bytom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_bytow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cabaneros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cabarda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cabartei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cabra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caceres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cadiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cadyou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caernarfon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caerphilly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cagli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cagliari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cahors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cahul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cakrakuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calaceite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calarasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calatafimi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calatayud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calatrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calicut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_callander_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caltagirone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caltanisetta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_calw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_camacha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_camaldoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_camarda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cambrai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cambridge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_camerino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cammin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_campa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_camparanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_campulung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_campulung_moldovenesc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_canavese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_canda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_candhoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_candradvipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_candranatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_candravati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_canossa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_canterbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cantillana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caorle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_capua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caravacadelacruz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carballido_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carbonara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carcassonne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cardiff_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cardigan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carguya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carisbrooke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carissa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carlat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carlisle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carlow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carmarthen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carmona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carrick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_carrickfergus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cartagena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cascarena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_casel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_casentino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_casnewydd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caspe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cassino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castamon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castellane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castellon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castelnaudary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castelo_branco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castelsarrasin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castilblanco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castlebar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castleton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castletown_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castrogiovanni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_castrovillari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_catania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_catanzaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cattaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_catyaeum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cavan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cawarong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_caze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cazma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cefalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cegled_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ceklis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_celle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ceneta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_central_jbl_quzlum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_central_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cephalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cerasus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cernauti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cerynia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cesarea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cesvaine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cetatea_alba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cevennes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chablis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chachran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chadrinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chagai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chaganbulage_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chagboco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chaghaniyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chagne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chaklym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chakpak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalamtum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalap_kerman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalbych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalcedon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalkis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chally-kala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chalus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chambery_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chamchev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_champagnole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_champaner_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_champawat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_champs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chanderi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chandpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chandraketugarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chandrehi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_changco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_changdev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_changgo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_changma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_changmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_changzhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chaogetuhure_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chapra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_charaideo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chargaldzin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chariopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_charkliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_charleroi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_charmanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_charsianon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chartres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chartreuse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_charych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chateau_renard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chateau_thierry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chateaubriant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chateaudun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chateauroux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chatellerault_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chatigama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chatillon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chatrabhog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chatzk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chaumont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chauragarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chavez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cheb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cheboksary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chechkeiev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_checiny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chegarka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cheko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chelabinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chelai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chelbaska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cheleken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chelik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chelmsford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chelykla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherbourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherepovets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chergana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherkassy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chernigov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherskogo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chersonesus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chertsey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherven_VOL_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cherykaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cheshi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chesterfield_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chiari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chiavari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chichester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chieri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chijin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chikan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chikdril_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chikoy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chikoy_OGR_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chilas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chilia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chimkent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chiny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chioggia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chios_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chiplun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chir_kala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chisinau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chitrakut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chitrakuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chitral_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chiusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_choklema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chonae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chonoshud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_choqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chornobyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chortkiv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chortolisy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_christchurch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chrudim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chrysopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chuankou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chubar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chubar_KAZ_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chubar_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chuguchak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chukas_vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chukhloma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chukwu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chulak-terek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chulym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chulym_bis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chumarho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chumishtikul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chumkar_kia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chumy-su_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chunar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chungtash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chungthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chungul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chunian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_churuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chushka-kol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chusul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chutia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chutur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chuulunuruu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chynov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_chyorny_yar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cibyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ciduadrodrigo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ciechanow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cieszyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cieza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cisterki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_citeaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_civitas_castelli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_civitavecchia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clackmannan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clairvaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_claudiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_claudiopolis_SELEUCIA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clermont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clermont_sur_ailler_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clervaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clettgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clifford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clogher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_clonmel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cloppenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cluieli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cluny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cochem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cocussus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_codoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coevorden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cognac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coimbra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_colchester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_colditz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_colmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cologne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_colonea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_comacchio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_comai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_comana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_comana_LYK_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_comana_pontica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_combourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_comitanassus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_como_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cona_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_conak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_constanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_constantine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_constantinople_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_contres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coracera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corbie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cordoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corfu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corinth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cornouailles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cortona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corunna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corwen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_corycus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cosenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_costesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cotrone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cottbus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cottingham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coucy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coulommiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coupar_angus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_courcillon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_courtrai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coutances_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coutenay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_couvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_coventry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cozhedangma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cozhelhoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crailsheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_craiova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_craon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cratea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crecy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cremna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cremona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crepy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cridus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crieff_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crius_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_crossen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cruachu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_csakvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_csanad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_csikszereda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_csongrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_csurgo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cubalel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cuellar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cuenca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cujmir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cukataw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cukksual_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cuneo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cunningham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cuonaco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cuxhaven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cybele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cybistra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_cykma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_czarnkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_czersk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_czestochowa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_da_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_da_chainoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabahu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabba_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabhol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daboya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabrowa_gorn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dabusiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dachi_gama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dadhipadra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dadrewa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dafang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dafariid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dagana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dagelhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dagwamba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dahab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dahlak_kebir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dahme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dahyansi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dair_ar-ruman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dajal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dajing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dakajalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daklha_gampo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dalaborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dalanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dam_barma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damanhur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damantan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damascus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dambadeniya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damdoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damoh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damot-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damquka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_damzhung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dandanqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dangla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_danilov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_danj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_danki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dannenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dantan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dantenkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daoroouul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daporijo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daqahla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daquqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dar-i-tubbat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dar_rashid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dar_sila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dar_wona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dara-sharka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daraban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darabjerd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daradj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daramdin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darayya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darband-qarabuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darbhanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darbhavati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dardjiin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darhafan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dariya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dariyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darjeeling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darkhad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darlington_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darmashan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daroca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darzanji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_darzedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dasapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daskara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dasmenda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dassel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_datong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daugavpils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dausar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_davlet-girei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_davo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dawa_south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dawaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dawaro-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dawin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dawraq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dawu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dayan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dayan_deerkhiin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_daylam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dazuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dbilin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debdou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debrc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debre_libanos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debrecen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debryansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_debul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_decin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dedoplitskhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dedovichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_degelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_deggendorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_degou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dehono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dehradun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dekcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_delaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_delft_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_delfzijl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_delgo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_delvada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dembiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_demchok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_demetrias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_demiianka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_denbigh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dengkou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dengqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_denia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_deogarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_deols_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_depalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_depenau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_deqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dera_ghazi_khan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derahib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derbent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derdoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_deriabinskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derlenka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_derry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_des_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_despen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dessau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_deva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_devagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_devalgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_devaparvata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_devarakonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_devin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_devkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_devol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dewas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dewu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhakeshwari_jatiya_mandir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhamalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhamballai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhamoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhandhuka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhank_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhankar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhankuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhanop_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dharampuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dharmrajeshwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhauli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhavalapuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dherbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhilika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dholka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhraina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhubri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhufar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhul-marwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhulikhel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhusamareb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dhuudo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diabe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diafunu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diakam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dianga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dibela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dibi_TUV_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dibri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_didesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_didymoteichon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_die_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diekirch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diepholz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dieppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diffar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dighavapi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_digne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dih-e-khalaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dihistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dihnakhirjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dijon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dikutateni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dikwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dillingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dilsbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dimapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dinawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dinde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dinder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dindigul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dinggye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dingwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dingyuanying_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dingzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diouboye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dipalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dipsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dirku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_diskit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ditmarschen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dizah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dizak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dizak_makrani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dizful_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dizmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djado_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djado_jafara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djado_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djanet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djarin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djursland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_djusagach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dlim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dmanisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dmitrov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dnipro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_doba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dobele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dobovec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dobrzyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_docimium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dogolan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_doilungdeqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dokecoring_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dokecoring_qangco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dokkum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dolakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dolgellau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dolgo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dolgujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dolons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_doloon_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dolpo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_domazlice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dombovar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dombraly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_domoko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_domokos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_doncaster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dondan_oilik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_donegal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_donetsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dongco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dongola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_donkoro_nkwanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_donllorente_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_donzy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dood_tsagaan_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dornberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dornoch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dorogobyzh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_doroh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dorohoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dorohychyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dorostorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dorsoidong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dort_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dortmund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dorylaion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dospat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dosso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_doti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_doudleby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_douentza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_douna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dourola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_douz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dover_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dovre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_downpatrick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drafn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dragasani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_draggo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dragugnian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drakbuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drakgur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_draksharama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dramberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dresden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dreux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dreznik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_driesen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drigung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drijeva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drivast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drogheda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dromahair_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dromo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_drysa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duben_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dubica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dublin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dubno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dubovac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dubrovytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dukhovshchina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duldulokur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dullu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duluk-teluch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dumali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dumbarton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dumbawand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dumbraveni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dumfries_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dumiyat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dunbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dundaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dundalk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dundee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dunfermline_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dungannon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dungunab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dunhuang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dunkeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dunkirk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dunmow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duolo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duortnus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duqm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durdzukia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duren_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durgas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durovka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_durum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dutsi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duvno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_duvzare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dvaraka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dvinitza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dvur-chvojno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dwarasamudra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dyracchion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dzangent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dzayul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dzhankoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dzogchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_dzogenrabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_ahaggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_amhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_attie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_igala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_kru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_sidamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_east_sila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eastern_nzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ebeleben_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eberswalde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ebi-nor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ecobrogis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ed-damer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_edam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_edd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_edd-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_edessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_edinburgh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_edo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_edrei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eej_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eferi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_egerszeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eghiz_kala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eichtstad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eilenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eindhoven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eisenach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ejea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ekdala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eketorp_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eki_khem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ekiti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eklingji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eksjo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el-ayo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el-eleila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el-obeid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el_borouj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el_buur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el_dere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el_fasher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el_jem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el_ksabi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_el_waak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elabuga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elasson_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elblag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elesd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elgin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ellur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elmet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elmina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elsen_tasarkhai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_elvas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ely_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_emba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_embrun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_emden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_emil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_emly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_emmen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_empoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_en-nahud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_endere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_enescopinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_engelberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_engels_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ennis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_enniscorthy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_epernay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ephesos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_epinal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erandol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erdenet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erementau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erg_ghati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ergaki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erkhel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_erkne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ernstbrunn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ersomlyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ertis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eschenlohe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eschweiler_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_espoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_essen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_este_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_esztergom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_etah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_etampes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_etawah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_etzeri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_euaissa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_euchaita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_euspena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_everstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_evesham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_evora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_evreux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_exeter_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eylau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_eynafylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fachi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fachi_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fadak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fadala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fadama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fafan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fafan-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fahan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fahraj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fahraj_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faizabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fajla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fajr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falaise_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falanko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falasha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falkenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falkirk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_falkoping_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_famagusta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fanhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faqus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farabugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farduzes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farfa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farhajird_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_farnebo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faroo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faryab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fashal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fatagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fathabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faucigny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faulquemont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faustinopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_faya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fayd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fazughli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fazughli_east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fecamp_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_feher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fehertemplom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_feldbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_feldkirchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fellata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_femera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fernabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ferns_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ferrara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ferrette_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ferrol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fesensac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fetesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_feurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fezzan_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_figeac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_figuig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_figuira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_filiasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_finnforsar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_finstigen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firabr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firaun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firdafylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firenze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firrim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firuzabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firuzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_firuzkuh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fishabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fishguard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fjarlandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_florentiola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_floridsdorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_focsani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fogaras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fogny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_foix_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_folgue_karu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_follinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_folona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fontenay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_forbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_forcalquier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_forli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_forst_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fort_aleksandrovkiy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fort_novoaleksandrovkiy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fraga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_frankenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_frankfurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_freiberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_freiburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_freising_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_freistadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_friedberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_friskdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_frolikha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_frolovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fronsac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_frontenhausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_froso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fudalhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fuerteventura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fukang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fulda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fuqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_furness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fursata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_furstenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fustujan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_fwala-konyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gaaltoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabal_south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabarawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabardan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabasumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabou_bura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gabrovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gacko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gadei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gadhipuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gadilon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gaeta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gagnoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gagraun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gairloch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gajor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galaseatnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galashiels_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galich_mersky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galikan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galkayo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gallarate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galtelli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galuut_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_galway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gambaru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gambo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ganale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gandzasar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ganeboafo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gangadvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gangaikondacolapuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gangapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gangasdelnarcea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gangca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gangnyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gangra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ganja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ganjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ganjun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gants_khondii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ganz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ganzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gaolan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gaotai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gap_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gardafuul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gardelegen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gardiki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gardikia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gardiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gardman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garestin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garh_kundar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garioch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garkung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garsaura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garu_kime_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garumele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garwolin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_garze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gasga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gaskeru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gatsuurgazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gauldala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gaur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gauraina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gautamkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gavazi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gavle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gavrilovskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gawilgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gazargamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gazirat_ibn_umar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gbagye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gbajigbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gbanshay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gdansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gdov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gebba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gebeit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geberge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gedang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gegeen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gegyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geili_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geisenhausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geldern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gelnhausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gemer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gemukura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gendebelo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geneva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gerash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gerdkuh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_germa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_germa_anatolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geroldseck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gerze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gestro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_geteina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gevaudan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghadames_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghalafiqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghardaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghardaman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghat_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghatagaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghazna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghazwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghazza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghazzal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghiyaru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghoraghat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghotki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghoubet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghubaysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghuguha_dol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghujduvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghulja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghumira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gibe_innarya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gidaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gidaya-east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gidaya-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gidim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_giempa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gifhorn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gijon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gilan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gilgit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gillberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gimhathiththa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gimhile_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_giragi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_girona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_girvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gishe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gisors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gissebi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_giti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_giurgiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gizeh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gizey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gladbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glamoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glasgow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glavacioc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glazov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gleichen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gleichenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glencoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glenelg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glenfinnan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glogow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glogowek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gloucester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glubocica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_glukhov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gmund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gnezdovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gniezno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goalpara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gobir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gobir-east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gobnangou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_godawari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_godawaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gogesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gograha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goingyibug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gojeb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gojjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_golag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_golaghmuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_golden_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_golkonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gomba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gombe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gomel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gomma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gommern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gomoco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gondar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gondia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gondishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gongbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gonggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gonglung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gongola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gopakapattana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gopalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gopbhum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goraj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorakhpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorazde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gordium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goritsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorizia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorkha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorkhii_terelj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorkoalei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorlitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorodek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorodets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gorodets-meshchyorsky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goslar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gostynin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gosudar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gottingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goundafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gouzara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_govardhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_govora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gowran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goyu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_goz_beida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grabow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gradac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gradiska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grado_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_graftavallen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gralheira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_granada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grancanaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grandmont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grandpre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_granuul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grasse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_graudenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_graz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_greben_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grebo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_greiffenst_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grenoble_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grevelines_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grevena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_griefswald_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grimsby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grnetti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grobin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grodno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_groningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grossenhain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grosseto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grunberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grundasund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_grunningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gryazovets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gryfino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guadiato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guadiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guardo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guastalla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gubbio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gubin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guchin_us_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gudakva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gudalajara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guerande_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gueret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guerze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guidimaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guildford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guilongu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guimaraes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guinala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gulang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gulariya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gulbarga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gulbene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gulmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gulpaygan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gultari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gulyus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gumbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gummi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gumuz_north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gumuz_south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gumuz_west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gundijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guoddemjavvr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guovdageaidnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurage_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurganj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurgi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurjaratra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurma-rharous_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurma-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gursi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurunsi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gurzivan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gusau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gustrow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gutti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guwari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_guzkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gwalior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyaca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyagog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyaijepozhangge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyaitang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyangze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyegumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyergyoszentmiklos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyesarco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyezil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyimini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyirong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gynaikokastron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyongospata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyozeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_gyumai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haarlem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_habiganj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hadamakert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haddington_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hadejia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hadithat-ana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hadrianeia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hadrianoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hadrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haeyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hafar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hafit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hafn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hagen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haguenau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hahaeci_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hail_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haimur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haisyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hajipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hajir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hakkari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halavand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halberstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haldi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halifax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halikarnassos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hallein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hallstatt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halmstad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halmyros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haltang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halvad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_halych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hamadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hamadat_tinghert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hamarkinda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hamasen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hamburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hameenlinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hamma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hammelburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hammerstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hanan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hanau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hanbalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_handia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hangal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hangtian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hangu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hanhai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hanlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hanle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hannover_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hapsal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haradok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harcourt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hardanger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harderwijk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hardoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hargaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hargaya-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hargaya-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hargeisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harjumaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harlau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harshnath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_harszoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hartlepool_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haruppeswara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hasik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haskovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hastikundi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hastinapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hastings_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haugelandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haugsdorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_havelberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hawai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hayange_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_haylan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hayq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hazarasp_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hazrat_pandua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hebron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hedanger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_heddall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hedeby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hedmork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hedong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_heiane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_heidelberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_heihe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_heilbronn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_heiligenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_helfenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_helge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_helgum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hellenenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_helsingborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_helsingora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_helston_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hemavati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_henamorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_henneberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_herakleia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_herakleiaperinthos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_herat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hereford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_herombial_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_herpha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_herry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hersfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hertford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hervas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hesare-taq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hesdin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hetauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hewes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hexham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hifair_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hiiumaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hildesheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hileila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_himara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hims_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hinawr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hinthada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hiraab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hirschberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hiskampis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hisn_al-abr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hisn_al-mashuq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hisn_di-l-qarnain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hisn_kaifa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hisn_lawata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hitrar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hlivno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hlybokaye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hoboksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hobyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hobyo-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hochberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hockenheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hodh_south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hodh_west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hodonin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hof_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hofgeismar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hofn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hogsby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hohaseco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hohenau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hohenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hohenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hohenschwangau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hohenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_holstebro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_holyhead_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hombori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_homburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hongliuyuan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_honnavalli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_honnore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hormuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_horn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hornachos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_horodnytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_horodok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hoshangabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hoshyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hotca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hotin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_houn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hoya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hradec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hradec-nad-moravici_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hradyzk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hrazgrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_htigyaing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huahai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huangcheng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hubli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hudur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huelva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huesca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huescar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huete_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hukeswag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hulbuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hulingsryd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hultaby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hulwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hulwan-cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_humaniya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hunyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hurayda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hurayz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hurstingstone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_husavik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_husi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hustai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_husumbro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huszt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huwaiza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_huzu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hypseie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hyspiratis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_hzo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iassus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ibadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ibah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ibarapa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ibeitei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ibshaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ibyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ichikta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ichiwooq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_idanha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_idar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_idhaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_idofian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_idoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ierapetra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ierrisos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iesjavri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ifat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ifni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ifonyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igbo-ukwu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igbodo-saki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igboho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igdy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igilliz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igiradyatuf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iglesias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_igra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iguidi_east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iguidi_west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ihrit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iijoki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ijaye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ijebu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ijesha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ijil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikh_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikh_nogoon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikh_orgil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikh_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikhmin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikhmindi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikonion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ikorodu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilchester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ile-ife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilekskoi_gorodok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilerena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iletsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iligh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilim_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilmunster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilorin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ilza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_imola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_imotski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_impruneta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_inat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_indal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_indegabtan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_indraprastha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_indrasthana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_indur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ingolstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_inia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_innan_namdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_innarya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_innsbruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_inowroclaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_insara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_insterburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_intarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_inverness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_inzer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ioaninna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ionopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iphofen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ipswich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iqlid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iqna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iraklio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irbid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irbil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irbit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irdning_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iren-chabirga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irgis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iringu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irkutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irmengtau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_irun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isanbai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isaura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isernia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iseyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isfahan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isfara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isfarain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isfijab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ishgent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ishim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ishkamish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ishtikhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ishwaripur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_isili_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iskaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_islay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_issenjau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_issoudun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_istakh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_istakhbanat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_istakhr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_itanagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_itantsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_itil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ittagi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_itte-kichu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_itzehoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iuliopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ivancice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ivankiv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ivanovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ivanovskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ivda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iviza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ivrea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_iya_TUV_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_izan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_izborsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_izerhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_izhevsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_izurum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jabal-al-fidda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jabal_al-gharbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jabala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jabalta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jabbul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaceyl_bid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jadila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaffna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jagadamba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jagatipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaggang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jagsam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jahanpanah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jahkamakke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jahrum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jainca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaisalmer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jajarm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jajce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jajjanir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jajmau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jakharrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaksy_kyzy_kurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaksybai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalalghar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalandhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalaun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaldak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalhaxi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaligny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jalula-hulwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jam-jam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaman_akkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaman_arganaty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jamantau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jambalar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jammu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_janai_cheku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_janakpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jangalbari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jangpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jangyztau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_janitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_janjero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jannaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarabulus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarai_ka_math_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarbaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarjis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarli_butak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarmaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarmaqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaromer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarquh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jarva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jask_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jasky_kart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jasnaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jatharr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jaunpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jebba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jebel_abu_negila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jebel_ahmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jebel_geili_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jebel_moya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jedburgh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jedrzejow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jekabpils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jelavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jelibakoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jelling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jeminay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jenne-jeno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jerba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jerez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jergin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jerjul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jerm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jersika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jerusalem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jhalawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jhalod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jhansi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jhelum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jhodga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jiahe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jiayuguan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jibal-al-urd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jibala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jibat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jidda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jie_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jigdalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jigirbend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jigzhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jihlava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jijel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jilali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jilanjik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jildi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jilib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jimbale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jimi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jimsar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jinchang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jinghiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jingtai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jinji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jinsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jinta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jiranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jiren_suat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jirnanagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jiruft_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jith_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jitikul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jity_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jiwani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_joha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_joinville_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jolster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jomala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jomda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jonkoping_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jonzac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jorga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jorugul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_josse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jovvkuj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jowhaar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jowol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jubba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jubba-ajuraan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jubba-hail_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jubba-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_judenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_judr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jugha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juhaina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_julevu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_julfa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_julfar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_julym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jumla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juna_barmer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_junabid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_junkur_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_junzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jurash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jurbarkas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_jusiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juterbog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juwain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juwair_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juy-e-sard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_juzbay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kabala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kabans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kabara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kabirwala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kabkabiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kabtag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kabul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kacharsku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kachma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kachu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kada_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kadam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kadam-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kadam-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaddlhutt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kadero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kadnikov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaduna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaduy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kadwaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaerji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kafartab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kafartutha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kafernburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kafirkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaginskoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kagong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kagusti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kahlur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kahone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaiama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kainar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kainsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kairouan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaisereia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaiserslautern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaisum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kajaani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kajdak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kakanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kakisalmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaklouma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kakovka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalabagh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalabsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalahasti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalam_TARIM_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalamata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalavryta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalbin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalfou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalimpong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalinganagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalinjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalinkavichy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalisz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalliopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalmas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalmek-imel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalmikovsky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalocsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalos_limen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalpi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalyaneshwari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalyani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalyatta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kalyvia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamabai-sanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamakhya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamarupanagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamatapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kambampet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kambata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamboika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamelik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamgala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamichly_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kammersberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamnik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kampen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kampili_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamyanyets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamychlov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kamyshin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kanais_al-hadid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kanchipuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandanavolu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandat_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandiskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kandygatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kanem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaneya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kangaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kangmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kangos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kangra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kangyu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaniaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaniana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaniv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kankan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kanker_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kannanur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kantegir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kanthakota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kantit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kantor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kanyakubja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaoje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kapan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kapfenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaposvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaptadyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kapuvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara-asirgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara-mugai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara_chumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara_khoja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara_khol_TUV_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara_sor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kara_urunkay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karabalgasun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karabas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karabash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karabolam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karabutak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karagawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karahataka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karaj-abu-dulad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karakoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karakorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karakul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karalbak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karamay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karamuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karansebes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karaoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karaoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karas_SIB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karashar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karasjohka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karasuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karasye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karatangdy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karatayak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karates_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karatsagaan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karavur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karayu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karbala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kardang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karduran-khas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kareima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kargadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kargalin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kargat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karghalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kargopol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karhada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kari_pospat_vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kariyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karkaraly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karkha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karkuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karlivka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karmanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karnalis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karnaphuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karnasubarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karoonjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karpathos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karsovay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kartaszevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kartauzh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kartikeyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karu_samys_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karukh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karvuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karymkary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karytaina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karzin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_karzok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaseg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kashan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kashan_VB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kashgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kashid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kashin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kashipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kashkarata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaskar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaskelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasmala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasr_al-kabir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasriskari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kassala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kassandreia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kassarma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kassel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kassi-markol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kastoria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kasur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katagum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katakekaumene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katargama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katasraj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kathmandu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katsina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katu_yaryk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katyaion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_katzenelnbogen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaufbeuren_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaulas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaunas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kaurestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kavala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kavurskotokale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kawar_road_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kayal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kayan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kayao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kayask_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kayavarohan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazalinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazanskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazanskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazarki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazarun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kazyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kbumak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kebbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kecskemet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kedainiai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kedama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keffi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kegen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kehan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keitele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keith_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keladi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keljiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kelrayan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kelso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keltzine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kelycyre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kem_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kembavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kemchug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kemijavri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kemna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kempten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kend-i-badam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kendal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kenduli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kensala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kent_KAZ_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kenu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerend-kermanshah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerimeri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerker_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerkinitis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kermanshah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kerminiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kernave_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kesaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keshmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kesmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ket_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_keta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kete-karachi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kettering_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ketu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kevevar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kevrola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khabis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khabushan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khaffan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khajuraho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khalatse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khalkhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khaluvana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khamar_daban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khambhat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khan_huhiin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khan_khokhii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khandwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khanijar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khanjargalant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khannesin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khanty-mansiisk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khaplu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khar_us_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kharad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kharam-vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khargal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khargone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kharka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kharnabuji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kharsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khartomor_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khasagt_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khasht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khawaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khawaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khawas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khawr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khawr_baraka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khawr_nubt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khaybar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khaylam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khazana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khazaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khemchiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khentii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kheranion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khereeoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kherla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kherson_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khetaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khijjinga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khilem_khamar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khilgazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khilok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khindigtik_khol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khinisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khinjali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khiva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khlat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khodzhakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khogno_khan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khoidkhiliin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khojand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khokand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khokhoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kholm_NOV_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kholmogory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khoper_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khopyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khoridol_saridag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khortytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khorysdan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khoshk-rud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khotan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khotang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khoton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khoupum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khoyorgol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khubadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khubayan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khudabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khudan_BUR_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khuftidkan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khuftiyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khuisiin_naiman_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khuiten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khulays_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khuldursgal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khulm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khunaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khunasira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khurayba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khurel_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khurnak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khursa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khusf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khutag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khuwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khwash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khyarhgas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_khyungchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kibithu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kibran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kicevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kidal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kidderminster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kidila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kielce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiilt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kilcudbrite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kildare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kilkenny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_killala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_killi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kilmallock_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kilmarten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kincardine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kincora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kindaholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kineshma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kingston_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kingui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kinnevald_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kinsale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kintampo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kintus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiranapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiratakupa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kircaldy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirchberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirgichanskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiri-bara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirikongo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirillov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirishi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirkuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirkwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirriemuir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirsanov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kirtipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kish-rudbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kishm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kishsh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiskunhalas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kissi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kitat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kitka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kitoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kittal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kitzbuhel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kizir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kizlyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kjoosonoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kladovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kladzko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klagenfurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klaustur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klenovskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klenow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klepiki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kletsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klevan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kleve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klichen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klimavichy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klingenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kljuc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kljucnasani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_klodawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_knin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_knittelfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koardegk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koblenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kobryn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kodalaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koflach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kohlu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koivisto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koizak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koja_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kojuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokahdan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokchetau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokchetav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokenois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokjetau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokpektinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokpekty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koksengrisor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kokunya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolachi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolayat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolhapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kollam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kollapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kollipake_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koloberd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolobrzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolodiazhen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolokani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolomna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolomyia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koloszvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koltun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolychev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kolyvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_komarom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kombo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_komoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_komorcbanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kompela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kona_xahar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konarak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konda_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kondana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kondo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kondoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kondoma_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konfara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kong-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kongque_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konigsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konjic_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konkure_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konnevesi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konotop_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konstanz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kontokoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kontupohja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_konz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kop_golyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kopal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kopathal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koporna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koporye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koppam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koprivnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kopsis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korakesion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koralla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korelskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korginia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korgon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korhogo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koriakovsky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korienza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korkai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kormend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koro_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korosko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korosko_road_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korosten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koroussa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_korsun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kos-buwak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kos_biryuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kos_uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koscian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kosh_kurbay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koshley_vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koshuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koskul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kosoge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kostanay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kosti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kostroma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kostschin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koszalin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koszeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kotera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kotivarsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kotlas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kotokel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kotokol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kotorvaros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kottar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kottayam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kotte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kouande_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kouga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kouki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koulajavri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koulikoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kousseri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koutajoki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kovai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kovaszna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kovel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koy-bagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kozelsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kozlov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kozmin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_koznik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kpelle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kpessi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kragujevac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krakow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kran_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krapan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krapina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krasnokamsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krasnooufimsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krasnoyarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krasny_bor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kraszna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krateia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kratovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krawi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krems_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kreusnach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kreuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kreuzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kreva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krichim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krishnajanmabhoomi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kriucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krizevci_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krokar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krolu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kromeriz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kronberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kropot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kruje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krumlov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krupa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krupanj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_krusevac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kruszwica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ktenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ktis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ku_jeku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kubanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kubayh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kucevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuchaman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuchuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuclat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kudala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kudalasangama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kudalasangama_bis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kudevan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kudu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kufan_kanawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kufstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kugaral_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kugunek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuisugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kukawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kukes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kukiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kukkutapada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kukullovar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulan_utmas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulango_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulfo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuliya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulmbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kulunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kum-sebszen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kum_sai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumarhati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumayri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumertau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumstan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumtag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumukh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kunar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kundi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kundina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kundina_SOUTHINDIA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kungahalla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kunges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kunggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kunglung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kungtang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kungur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuniki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kunjah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kunjakari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kunjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuntun_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuozhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuramora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuranka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurchum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurdai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuressare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurguni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurgus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurkath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurmaed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kursara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurtan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurtoed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurtysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurunagala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kurundaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kush-murun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kushaniya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kushmaihan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kusinagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kustranda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kusumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kusuy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutaisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutamych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuthba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutigi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutlovitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutukan_ondort_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutulo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kutur-ogly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuusama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuusema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuvalala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuweib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuytun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuzalatau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuzeytorg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuznetsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kuztom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kwahu-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kwang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kwararafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kweni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kweni-east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyakyaru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyaukse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kymyl_tey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyngarga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kypsela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kytkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyunglung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyz_imchik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzikos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzistra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl-kan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl-su_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl_cheku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl_jar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl_kusku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl_ray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl_suu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_kyzyl_yar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_fleche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_haye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_peyrade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_roche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_rochelle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_salle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_teste_de_buch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_tour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_la_tremouille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laa_baol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laadrada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laas_qoray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_labda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_labe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_labiau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_labin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_labrang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lacedaemonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lachyk-uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lacko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ladhir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ladnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ladoga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ladoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ladyzyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lafak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lafana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laft_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lag_dera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lagania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laggujakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lagh_bogal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lagos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lagowa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lahij_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lahishyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lahoysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lahti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lairi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lajara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lak_bor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lakhimpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lakhnau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lakhnor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lakhota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laksmanavati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lalganj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lalibela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lalitpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lambaye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lamego_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lamghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lampsakos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lamych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lanark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lanba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lancaster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lanciano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_landay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_landsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_langades_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_langarkanan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_langeac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_langon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_langres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lanjika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lanzarote_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laodamogou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laodikeia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laposbanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lapueblademontalban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lapusna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laranalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_larijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_larino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_larissa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_larkana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_larung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lasta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_latakia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lattalura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laufen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laukental_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laukitten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_launceston_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_launggyet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lausanne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lautenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lauterbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_laval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lawdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_le_lude_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_le_mans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_le_puy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lebedos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lebno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lebus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lecce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lechrain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lectoure_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leczyca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ledu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leeds_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leeuwarden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_legnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lehnin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leicester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leightonstone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leipzig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leiria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leisning_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lejjavvr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lejlotka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leksand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lelchytsy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lemisele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lemnos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lengenfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lenggu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lenghu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lennewarden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lentini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leoben_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leonfelden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leonsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lepsink_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leraba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lerma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lessinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_letenye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_letningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leuchtenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leuven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_levadia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_levanluhta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lewes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lewis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_leylan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lezhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhagang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhagcang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhatok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhaxi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhaze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhomar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhorong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhozhag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhuentse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhunze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lhunzhub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liangzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liaotun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_libtripoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lichtberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lichtenfels_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lidh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lidoriki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liebnitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lienz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liezen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liguri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liinmaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limbourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limerick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liminka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limisol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limoges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limoux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_limyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lincoln_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lindholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lindisfarne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lindos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lindow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lingshet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lingti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lingtsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_linguere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liniek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_linlithgow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_linten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_linz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_linze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liongby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lipetsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lippa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lippe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lippstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liptoujvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lisboa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lisieux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lister_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_litang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_litomerice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liubachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liubashivka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liubeshiv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liunga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_livkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_livorno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_liw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lizarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lizhensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lizmajarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ljubljana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_llandovery_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_llandrindod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_llandudno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lleida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_llivia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_llyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lobdaburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lobez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lobi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loches_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lodeve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lodi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lodose_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lodz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_logone-birni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_logrono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loket_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lokhrytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loknya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lokoja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lokot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lolog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lomagne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lomond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lomza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_london_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_longbaoco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_longcheng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_longford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lonigo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lons_le_saunier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lopadion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lopshenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loralai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loredo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lorient_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loropeni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_losonc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lotoshino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lotzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loudun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_loulan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lovech_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lowenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_dawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_grebo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_guara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_jubba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_karran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_kutulo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_lobo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_nugaal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_nyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_odib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_omo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lower_togdheer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lowicz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lozova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luacchagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luarca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lubben_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lubeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lublin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lubliniec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lubny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luboml_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lucca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lucera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lucerne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luchow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ludlow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ludrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lugo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lugos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luigne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lujavvr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lukoml_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lukow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lumbini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lunang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lund_nandana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luneburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lunggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luninets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luntai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luokta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lupfen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lure_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lurijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lusignan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lusspie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luuq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_luxembourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lviv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lykandos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lynn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lystra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lysva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyuban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyubech_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyubim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyukum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_lyutitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maanselka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maasilinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maastricht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_macclesfield_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_macenta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_macerata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_machu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_macon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_macva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madekali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madhupur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madin-an-naqira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madinat_sulaym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madminiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madurai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_madyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maestrazgo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mafindi-kabaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_magampura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_magdeburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maghas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maghun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maglaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maglen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_magnopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_magra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_magwe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahamuni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahasthangarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahdiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahiyangana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahoyadapuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maials_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maibong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maibud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maihana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_main_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mainamati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maingmaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mainling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mainpu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mainz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_majar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_makari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_makariev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_makhir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_makisin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_makit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_makka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_makrana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maksi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maladzyechna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malaia_skvirka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malamacco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malandra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malappuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malashuyka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malaya_rata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malayagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malboden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maldon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maleshevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malkangiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mallus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malmesbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maloi_irghiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_malta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mamadych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mamakhondii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mamallapuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mamlyutka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mampon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_man_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mana_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manatau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manbij_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mancherial_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mandapika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mandasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mandavyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mandawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mandestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mandla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mandrael_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maner_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manfalut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mangalavada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mangalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mangalur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mangnai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mangra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mangrol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manigango_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manikpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manikuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mankera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mankessim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mankiala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mannar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manresa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mansfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manso_nkwanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mansoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mansura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mansuriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mantes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mantua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manturovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manujan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manyakheta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manzikert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_manzurka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mao_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maowun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mapan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maqna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maqueda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mara_kisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maragha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maralbeshi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maramarossziget_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marandet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maratea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mardali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mardin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mareeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marehan-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marehan-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_margai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marghinan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_margi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mari-turek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mariazell_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maribor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marienburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mariupol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marj-rahit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_markam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marosvasarhely_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marquardstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marrakesh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marsabit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marsafarukh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marsan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marseille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marsetten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_martigny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_martyropolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marv-ar-rud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marvejols_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_marya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masa_fasher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maselk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mashiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mashki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mashkuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mashqar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maskiyana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_massa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_massawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_massenya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mastang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_masyaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matamuhuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matankari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matara-iraq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mathura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matiari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matrah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matrei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mattija_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_matya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maukkadaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maulevrier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mautan_tas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mavrouda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mawlamyine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mawli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mawqaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mawza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maybole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maydara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mayenne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mayin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mayyafariqin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_maza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mazaghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mazara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mazdaqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mazduran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mazinan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mazongshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mazyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mbara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mboune_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mboynane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mbul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_meaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mecheria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mechuka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medantaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medellin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medemblik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medeniken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medinaceli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medinadelcampo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medinadepomar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_medog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_megara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mehadia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mehidpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_meissen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mekhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mekhtar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mekkhaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_meknes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mekrou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_meldi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melfi_sao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melide_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melitene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melnik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melnikpirin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melpadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_melun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_memar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_memel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_memmingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mende_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_meneith_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_menorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mentesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_menzelinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_meppen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mercaeur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mercara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mergao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mergentheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_merida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_merikarvia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_merke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_merkine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mersenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mertola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_merv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mesembria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_messina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_messukyla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mestre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_metz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_metzovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mezeshka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mezhybozhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mezieres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mglin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miastko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_michalowo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_midaeum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_midaeum_OPSI_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_middelburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_middelfart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_middle_atbara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_middle_awash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_middle_nzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_middle_shebelle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_middle_tano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_midnapore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miedzyrzecz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mielec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_migri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mihrijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miirchun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mijdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mikashevichy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mikkeli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mikulov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mila_satif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mila_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_milano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miletopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miletus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_milevsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miliez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miliyana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_millau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_millerovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miltou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mimizan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mindif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mingachevir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minggam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mingiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minimarg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_minuf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mir_rukan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miraj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miranda_do_duoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mirandadeebro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mirath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mirba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mirnyy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mirpur_khas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miskolc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_missour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mistea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mistelbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mistra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_misurata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mitau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mithila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_miyan-rudan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mizdahqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mockern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_modena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_modhera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_modo-bartik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_modon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_modra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_modrus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mofd_afdzalkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mogadishu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mogadouro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mogao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mohacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mohadavasaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mohenjo_daro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moherak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mohrungen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moklekov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mokro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mole_south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_molibay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_molina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mologa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moltsog_els_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_molungr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_momeik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monaco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monastir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mondonedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mondovi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monemvasia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monfortedelemos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mong_pai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mongar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monicer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monkh_saridag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monmouth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montagnana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montaigu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montalcino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montanejos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montargis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montauban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montbard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montbel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montbelliard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montbrison_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monte_faro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monte_sole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montefeltro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monteil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montemor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montereau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monterrei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montfort_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montignac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montlaur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montlhery_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montlucon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montpellier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montpensier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montreuil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_montreuil_sur_mer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_monzon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mopti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moqor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mora-awssa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moraca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morchansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mori_kliringiin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moribugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morin_tolochai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morshing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mortain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morteau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mortlach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_morvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mosbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moshi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moskva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moson_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moson_kholtos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mostar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mostovskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mosul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mosynopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moti_mahal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_motril_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mouhoun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moulins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moutiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_moyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mozhaysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mozhga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mrassu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mrauk_u_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mrira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mstislavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mtensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mtskheta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muaskar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mudgagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mudgal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mudivemu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mudug-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mudug-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muetkk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mugar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muhlhausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muhu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mujib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mukalla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mukhor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muktinath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mukzhung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mulhouse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mull_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mullaitivu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_multan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muluvagil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mumo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munchsmunster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mungeli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mungun_taiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munkacz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munkh_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_munster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muralziyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murcia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murghab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murun_tomis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murviedro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murwab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murzuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_murzzuschlag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mus_tagh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_musadugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_musala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_musanagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_musandam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_musari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_musaymir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muscat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_musch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mushangi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mushun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mustahil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mustasaari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mutfili_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muttina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_muya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myanaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myangan_yamaat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myaungmya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myede_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myedu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myinmu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myitche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mylasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_myrhorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_mytilene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nabadwipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naband_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nabeul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nablus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naddula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nador_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nadruma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naestved_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naffis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nafta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagahrada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagapattinam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagarahara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagarze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagormo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagybanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagyberezna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagyboszormeny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagyhalmagy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagykaroly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagylak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagyszeben_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagyszolos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nagyvarad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nahr_simmara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naimisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naissos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_najera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_najm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_najran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nakanbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nakhshab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naklo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nako_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nakoleia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nakorzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nakskov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nakur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naldurg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nalgonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nalrajar_garh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naltar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nalut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_namandirou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_namastau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_namling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_namnan_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_namtang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_namur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nancy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nandagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nandana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nandapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nanded_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nandgram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nandurbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nangali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nangqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nanhu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nanhu_TARIM_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nantes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nanumba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_napoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naqad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naqis-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naqis-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narabhata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narayanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narbonne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narinkira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nariyong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nariz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naro-fominsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naroulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narsgol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_narym_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasarpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasi_erkule_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasibin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasikya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasirabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasrabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nasriye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nassian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nastarawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_natanz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_natil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nauenahr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naumburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naupaktos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naushki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_navacelles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_navasarika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_navida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nawqad_qureish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naxcivan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_naxos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nayagarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nayband_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nazianzus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nazvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ndama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ndenye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neapolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nebit_dag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nedryhailiv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neftegorsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_negrais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nektesi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nellenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nellore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nembe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nemetlipsce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nemkina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nemours_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nenagh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nengyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neocaesara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neopatras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neramkary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nerja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neteru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_netolice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neubrandenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neuchatel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neue_weissenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neuenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neufchateau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neumarkt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neumunster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neuss_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neustrelitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nevaket_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nevel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nevers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nevesinje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nevida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nevropkop_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_newark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_newbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_newport_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_newtown_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_neyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngambay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngaous_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngape_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngarnang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngoppugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngoqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ngoring_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nguigmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nguma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nguru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niamina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niamina_jara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nicopolis_ARM_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nicopsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nicosia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nidaros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nidda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nidugallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niebla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niedenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niederschonenfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niellim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niffar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nihawand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nijmegen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikki_west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikolaievsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikomedia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikopol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nikopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nilagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nilamadhav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nimes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ninawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niokolo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nioro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niort_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nirmal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nirun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nisab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nischu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_niyaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nizhny_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nizwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nizyani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nogent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nogent_le_rotrou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nogoon_naluu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nograd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nohta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nontron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_noor_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_norale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_noraskog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nordlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nordmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_norman_cross_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_norrbarke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_norrkoping_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_norrvidinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_north_afar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_north_attie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_north_jaz_murian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_north_jbl_quzlum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_north_kurdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_northampton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_northri_eystridali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_northri_gudbrandsdali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_northri_more_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_northrihordalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_northwich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_norwegian_lister_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_norwich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_noteborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_notse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nottingham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_noty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novgorod_seversky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novobrdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novogrudok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novorzhev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novosil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_novotrgoviste_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nowen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nowogrodziec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nowshera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nowytarg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_noyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nsukka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nufud-as-surrah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nuket_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nukfagh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nukhpata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nukrat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nul_lamta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_numaligarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_numedall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nungu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nuokkijarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nuon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nuottjaurr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nuqaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nurmashiir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nurnberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nurtay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nutsgen_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyagqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyagrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyainrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyangla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyatsho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyaung_u_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyemo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyeningo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyingchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyinhzhong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyitra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nykobing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nykopung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nysa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nytva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nyuksenitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_nzo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oarkhan_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_obalj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_obchikanak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_obervallach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oberwart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_obidos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oblacas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oblucita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oboy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oboyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_obrovac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_obva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ocana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_odantapuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oddiyana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ode_itseriki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_odense_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oderfrankfurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_odessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_odienne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_odmarden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_odo-akaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_odoyev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_offenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ogbomoso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ogiy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oglamych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ogo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ohcejohka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ohrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oigon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oinaion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ojin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okachiv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okangara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okehampton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okhaldhunga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okhansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okic_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oklabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oknist_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okormezo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okrika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oktyabr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_okuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olafsvik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olavinlinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olbasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olbia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olbia_ETEL_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_old_dongola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oldenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oleshye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olesnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olesnica_MPL_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olivet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olivienza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olkha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olmedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olomouc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olon-bulak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oloron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olsztyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oltisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_olyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_om_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_omgul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_omis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ommen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_omo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_omotrunnaisse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_omsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ondo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_onega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_onegaborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ongi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ongutai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_onitsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_onogost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_onsala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_onsthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_opanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_opatow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_opava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_opensten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_opoczno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_opole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orabro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orahovica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orange_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oranienburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orbetello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orehovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oreoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orgogdon_rok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orhei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oristano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orkdala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orkhontuul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orlamunde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orlanto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ormstrup_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ornans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oroshaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orsova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ortakuyu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ortelsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ortenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_orvieto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oryol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osa_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osdara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oshun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osijek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oskemen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oskol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oslosyslar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osmova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osnabruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ostavall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osterode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ostfurstenfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_osthammar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ostia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ostlandsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ostroh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ostrov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ostrov_BJA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_otarka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_otefan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_otgontenger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_otmunchow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_otrar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ottrunes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_otuken_city_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_otukpo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ouarak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ouasada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oulu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oungo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ounjougou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_our_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ourense_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ourique_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oursi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ous_vaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oviedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ovinskoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ovruch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_owo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_owu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oxford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_oyo-ile_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ozerski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pabna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_padaividu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paderborn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_padron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_padua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_padum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_padun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pagaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pagsum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paidangaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paijala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pakane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pakao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palakkad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palamau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palampet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paleohora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pallars_jussa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pallars_sobira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palniki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palpung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_palwancha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pamiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pamplona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panaji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panamik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pancapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panchthar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pancsova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pandua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panemune_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panjdih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panjhir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panjikand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_panjway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pankota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pannagallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_papagia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_papenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paphlagonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paphos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_papira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pappa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_papworth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parabel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parakou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parchim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parczew_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pardiac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pargar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parihasapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parikkala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parivi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parizh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parlais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parnakheta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parnassos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parnes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parthenay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_parwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pascherty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_passau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pataliputra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paterno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paterswalde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pathankot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_patkapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_patnos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_patras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pattikera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pavlodar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pavlovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pavlovsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paykend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_paytakaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peaccam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pecheneg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pecs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pecsen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pedachtoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pedersore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pedroche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pegu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peikthanomyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peiting_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pekinga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peldojavri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peliza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pelsina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pelym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pelyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pemagatsel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pembroke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_penchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_penicuick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_penne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pentenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_penugonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_penza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pepel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perasku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perekop_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peremyshl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peresopnytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pereyaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pereyaslavl_ryazanski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pereyaslavl_zalessky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pergamon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perigueux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pernik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peronne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perpignan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pertominsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_perugia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pervomaisk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pesaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peschanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peshkopi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pessinus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pest_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peterborough_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_peterhead_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_petigoria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_petra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_petropavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_petropavolsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_petrovsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_petrus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_phalavardhika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_phalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pharsalos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_phaselis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_philippopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_philomelium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_phocaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_phyu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_piacenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_piatra_neamnt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pielinen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pikalyovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_piltene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pilu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pilzno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pimolisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pinerolo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pingchuan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pinya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_piombino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_piotrkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_piran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pirkkala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pirmasens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pirot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pisek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pishkek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pistorja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pitesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pithapuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pitten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_platamon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_plauen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_plav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_plavitza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pliven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_plock_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ploiesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_plyos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_plzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_po_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pockington_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_podandus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_podgornye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_podor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_podporozhye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_podujevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poimanenon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poitiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pokhnishne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pokrovsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_polavaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_polemonium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_policastro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_polonnaruwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_polotsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_polovragi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poltava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poltsamaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_polybotus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_polygyros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pombia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pompeiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pomposa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pondugala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ponferrada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pontarlier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_popa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poperech_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_por_bajin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pordenone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_porhoet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_porkhov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_porrentruy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_porsu-burun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_porto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_porto_torres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_portogruaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_portsmouth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_porvoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poszony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_potala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_potamuskastel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_potapi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_potenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_potsdam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pougues_les_eaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_povenets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_powundaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pozega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_poznan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prades_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prades_rossello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pragyotisapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_praha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pranala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pratishthana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prayaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prechistenskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prenzlau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prerov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_preslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prigoro_tabynsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prijepolje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prilep_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_priluk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_primda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pristina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prizren_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prokuplje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pronsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prosek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prousos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_provadiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_provins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prozor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_prusias_ad_hypium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_przedborz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_przemkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pskov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pteria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pudozh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puget_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puigcerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pukpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pulei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_punakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pundarika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pundravardhana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puolanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_purig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_purnagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_purnatallakapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_purushapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pushang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pushkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pushkin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puspagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pusuga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puttalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_puttlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_putu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_putyvl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_pyzdry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qabqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qabr_salih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qafsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qagcheng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qaidam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalaa_bhammad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalaa_bhuwara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalaa_bsalama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalaafe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalat_ar-rum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalat_jundi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalhat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qalyub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qamdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qanbali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qandabil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qandahar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qandhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qangma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qantarat_kirman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qapugtang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qarinayn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qarnin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qarqisiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qartajana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qaryat-al-asad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qashan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qasr-al-adi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qasr-al-ifriqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qasr-ibn-sinan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qasr_ash-shams_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qasr_at-tuba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qasr_ibrim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qasran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qataa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qatwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qayaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qazvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qewa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qidun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qiha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qimr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qinggil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qingshui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qingtu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qinnasrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qiqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qizhu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qobadiyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qohaito_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qoshagyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qualnsiyah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_queensferry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quemoco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quercy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quesada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quimper_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quingey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quintanar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qulb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qulho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qumarleb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qumbucul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qumisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qundo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quraqir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quriltay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qurta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qurus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qusayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qusdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qusum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_qutn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quxu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_quzlum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raaboigde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rabadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rabigh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_racakonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_radebeul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_radfield_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_radna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_radom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_radomsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_radovanu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_radynka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rafaniya-krak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ragali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ragbangadung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ragnit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ragunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ragusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rahon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raibania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raichur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raidestos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raimskoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raisin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajagrha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajamahendravaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajbiraj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajgangpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajiva_lochana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajpipla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rajrappa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rakcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rakhushmitan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raktamrittika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ram_shahristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramavati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rameshvaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramhurmuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramitan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramnicu_sarat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rampur_boalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rampura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramree_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramsbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramsey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramsis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ramu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ranakpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ranariki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_randros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ranikot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ranipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ranpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ranthambore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ranya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raphoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raqe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raqqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raqqada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ras_al-ain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ras_el-ma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ras_hafun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rasak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raseborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raseiniai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rashid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rasht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rastenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rastovets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ratanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ratibor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ratla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ratnagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ratu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ratzeburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rauma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raumsdali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rauna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raushanqubad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rautu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ravenna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ravensberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ravensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ravno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rawu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rayagada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_raysut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rayy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_razlivnoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reading_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rebang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rebgong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rechytsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_recklinghausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_redab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reewin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_regensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reggane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reggio_calabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reggio_emilia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rehau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reichenbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reims_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reinosa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rendina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_renk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rennes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reolid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_repnoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_requena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_retford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rethel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rethymno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reting_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reutlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_revda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reydarfjall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_reykjavik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rezekne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rhayader_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rhizus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rhodos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribagorza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribat-e-karyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribat-i-el-kif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribat-i-kish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribat-shakir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribat_al-fath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribat_malik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ribnicapodgorica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_richmond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ridder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ried_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riedfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rieneck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rieti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rigar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rijeka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rikala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rimaszombat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rimini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rinbung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ringariki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ringkobing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ringtor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ripon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_risan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riseberga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rishabhdeo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_risum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rivand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rivne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_riwoqe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roanne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roavvenjarga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rochester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rockenhausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rodez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rodkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rodopi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rodoy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roeselare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rogatica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rohan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rohtak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rohtas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rojhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_romans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_romen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_romerriki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_romigny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_romilly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_romorantin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roncaglia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rongbur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rongzhag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rongzhub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ronne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ronneby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roscrea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rosendaal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rosenfelde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roskilde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rossano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rostislavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rostock_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rostov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rothbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rothenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rotterdam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rottweil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roucy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rouen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rounala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_roundu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rovigo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_royan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rozan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rozhyshche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rozi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rozmberk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rudan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rudbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rudhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rudhrawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rudnik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rudolfswerde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruffec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rugen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruhna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rujno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rukhaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rukum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruovesi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruppin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rusar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rusar_huangzhong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rusii_de_vede_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_russelsheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rustaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rustaq-oman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rustavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruthin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rutland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rutog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruyan-jirufti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ruzvand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ryazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rybnik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ryfylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rylsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ryn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ryty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_rzepin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saalum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saarbrucken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saarburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saarvesjaurr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabagura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabakyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabalgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabiba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sable_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabratha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saburkhawasht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sabzavar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sacacatce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sacz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sad_khaniya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sadhaura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sadowel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sadrata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sadvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_safaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_safare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_safata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sagaing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sagalassus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sagardwip_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sagiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sagly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sagya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saharanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sai-kule_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saihantaolai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saindak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_albans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_brieuc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_denis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_dizier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_flour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_hubert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_junien_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_lizier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_malo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_michel_de_maurienne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_omer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_pourcain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saint_quentin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saintes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saintonge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saird_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakadame_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakalkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakarai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakmara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakmarskoi_gorodok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakogu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sakshigopal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salacgriva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salamanca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salamat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salamiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salavat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salerno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salinis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salisbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salmacatce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salmas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salmydessus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sals_poveret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saluzzo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_salzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samaiqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samander_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samannud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samar_VB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samarqand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samassi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samatigila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sambalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sambalut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sambhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sambir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samiran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samobor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samosata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sampa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samshiborid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samundzhievo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_samyere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_san_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanado_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanafula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sancerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanderaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sandnes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sandomierz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sandoway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanesteban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sangalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanganer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sangerhausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sangiin_dalai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sangla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanglich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sangqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sangri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sangsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanij_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sankt_blasien_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sankt_gallen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sankt_polten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sankt_veit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanleonardodeyague_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanquhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sansane_mango_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_santander_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_santarem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_santas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_santhia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_santiago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_santiallana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_santipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sanwi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saouga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saptagrama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saqadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saqra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saqsin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarakhs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarangpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saraninskor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saranka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saransk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarasvati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saratov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saraychiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sardes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarepta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sargan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sargatka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarinena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sariya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarkhad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarnah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarpang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarsar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarthe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sartlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saruj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarwistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarwistan-shirazi-runiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sary-ozek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sary_chumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarybulak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarychulsyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saryg_sep_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarykamysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarysyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sarytau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sasaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sassandra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sassari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sasvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sasyk_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_satala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_satama-sokoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_satghara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_satif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_satka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_satyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saumur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_savalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_savarinarayana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_save_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_savitaipale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_savona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_savra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sawran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_say_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sayak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sayala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sayanchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sayaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sayat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_saymur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sayn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sayram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sborishte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_scalloway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_scaptopara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_scarborough_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_scharding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schauenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schaumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schelklingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schmalkalden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schongau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schwalenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schwarzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schwedt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schweibus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schweinfurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schwerin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schwetz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_schwyz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_se_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sebaste_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sebasteia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sebastopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sebezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sebur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sedano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sedlec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sees_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seesjarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sefrou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_segarcea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_segbana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_segni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_segorbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_segou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_segovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seguela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_segura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sehwi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seilanger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sejny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selestat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seletyteniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seleukia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seligenstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selinga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selinus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selkirk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selmecbanya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selpils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selpils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seltsa_u_nishi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_selymbria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semenov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semien_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semikarakary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semisjaur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semnyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_semur_en_brionnais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sengim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_senj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_senkadagalapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_senlis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sennar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seno-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_senufo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sepla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sepsiszentgyorgy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sequiet_el-hamra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seradu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seraye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serdosk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seretang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seringapatam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serkok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serpukhov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sersou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sertar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_servia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_serxu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_setgel_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_setsen_sart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_setubal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seu_d_urgell_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_seunapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_severin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sevilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sevsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sevuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sewa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sfax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shabe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shabelle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shabelle-hiran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shabwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shaftesbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shagal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shahbandar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shaheinab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shahr-e-babak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shahrakht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shahrastan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shahrazur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shahru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shakambhari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shakin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shalush_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shamat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shamkur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shandan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shandur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shankh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shantoskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shanzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shapotou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shapurqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shaqlabadh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharaf_al-bal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharga_OTU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharshal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharuq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sharusan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shatrunjaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shatt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shavgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shawashkan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shawbak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shayar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shayzar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shchuchinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shchuchye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sheffield_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sheikh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sheikh_dawud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sheksna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shelji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shelkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shemakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shemkhiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shendi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shenkursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sheopur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shergarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shibam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shibam-sanaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shigar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shikarji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shikarpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shilmuustoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shimal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shimazana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shimshat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shinqiti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shiraz-farsi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shiraz-sarakhsi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shirvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shishina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shityy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shivapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shizuizi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sholapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shorapann_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shorchuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shorkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_showak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_showak_south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shravana_belgola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shrewsbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shrinagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shringeri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shtip_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shugel_ondor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shughnan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shulak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shule_river_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shuman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shunqayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shunzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shurmin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shurysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shwegyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shwemyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shwesettaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shyganak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_shyungme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siauliai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sibenik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sibi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sibi_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sibir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sibnak_chenchungo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sidamo-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siddhapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_side_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siderokastron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sidi_uqba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sidrah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siedlischo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siegburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siegen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sieradz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sierradegredos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sierradesanjust_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siffin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siggevara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sighnaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sigmaringen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sigtuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siguenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siguiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sihor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sijilmasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sikasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siklos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_silach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_silalish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_silandos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_silla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siluko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_silves_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_silyana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simancas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simaramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simbiling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simbirsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simiat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simiatychi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simikot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simnan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_simontornya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinawin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sindkhed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sindkheda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_singa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_singu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinjcroat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinope_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinoria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sinya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sioboradh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siponto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siqqabanariya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siraf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siraj_ji_takri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siravan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sirba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sirhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sirhind_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sirjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sirkas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sironj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sirwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sisak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sisim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sitawaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sitges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sittaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sitti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sivaganga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sivakasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sivista_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siwana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siwistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siyahjird_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_siyahtepe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sjeltie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sjenica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sjokksjokk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skadar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skalstugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skanninge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skardu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skiringssal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skolt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skopelos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skopje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skramlrak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skrapar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skynzekkeberge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_skyros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slagelse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slakta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slemish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sligo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sliven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slobozia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slonim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slupsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_slutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_smederevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_smolensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_smolyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_smozolany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_smyrna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sochaczew_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sochur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soegud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soest_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sognfylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sohar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sokode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sokol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sokolka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sokoto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sokoto-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sokur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sol_vilikaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_solatumum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soldin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soleny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soli_CYP_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soligalich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_solikamsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_solimana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_solin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_solms_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soloi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soltsy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_somapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sombio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_somero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_somnath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_somogyvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_somorja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sopak_sor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sopot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sopron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sor_kuduk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sorkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sorma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soroca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sorok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sortavala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sosavur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sosnevke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sosno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sosva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soubhagyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_souf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_south_danakil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_south_igbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_south_jaz_murian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_south_jbl_quzlum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_south_seraye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_southampton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_southwark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soutjarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_soxiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sozopol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sozopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_speri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_speyer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spittal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_split_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sponhem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spreewald_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spremberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sprottau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_spytihnev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_squilluce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sravasti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srebrenica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srebrenik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sredets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sri_surya_pahar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srihatta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srikakulam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sriksetra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srinagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srinagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sriparvata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sripatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srirangam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_srirangapatna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sroda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_st_andrews_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_st_davids_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_st_johnston_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_st_pol_de_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stafford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stagoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stamford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stange_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stanimaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stargad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_starodub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_starodub-on-the-klyazma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_staveren_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stcatherine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_steenwijk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stegholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stendal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stepan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sterlitamak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_steyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stezyca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sthanisvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sthlanitza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stigliano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stipon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stirling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stjordala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stoenesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stoke_on_trent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stokkseyri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stolby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stolsheimen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ston_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_storkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_storsjo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stoyanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stralsund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strassburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strasswalchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strathgryte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strehaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strehlitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stribro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strigines_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_strumica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_stwerap_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suadigil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suakin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_subakh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_subashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_subay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_subei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_subu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suceava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suchatu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suday_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sudbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sudherkopung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sudogda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sudzha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suenekele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sufaina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sugauna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sugi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suhravard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sukawand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sukayr_al-abbas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sukh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sukhorukova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sulecin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sulina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sulkava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sullum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sully_sur_loire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sulugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sulz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sulzbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sumbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sumna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sumnal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sumray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sumshul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sumy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sunam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sunan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sundby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sungqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sunnhordalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sunnmore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suojarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suondavara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suonnjel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suoparsaari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suq-socotra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suraparaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_surazichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_surgut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_susa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suteysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suthri_eystridali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suthri_gudbrandsdali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sutkend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sutkhol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sutri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suvalkai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suvarnagram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suvarnapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suvorov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suvunduk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suzak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suzdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_suzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_svarvas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sveg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_svendborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_svolensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_svrljig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_swa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_swansea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_swetakapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_swinoujscie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_swiny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sylva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_symbyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_synaos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_synnada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_syracusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_syriam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_syrte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_syrtripolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_sysma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szabolcs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szaszkezd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szaszregen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szatmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szczecin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szczecinek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szeged_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szekelyudvarhely_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szekesfehervar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szendro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szentgotthard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szerem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szerencs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szigetvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szilagy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szobszlo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szolnok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_szydlowiec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taatsiin_tsagaan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabala-hijaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabalbala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabarqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabla_butii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabriz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tabuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taburshiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tadallis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tadjoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tadkeshwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tadla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tadmekka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tadmekka_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tadmur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tafalla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tafilalt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tafraoua-sebdou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagadur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagali_south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taganrog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagant_west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagawst_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taghaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taghaza_road_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taghmut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taghyart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagmadart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagragra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tagul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tahart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tahiriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tahlit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tahoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taigan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taikkala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taillebourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tailyak-kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taisugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taizz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tajrift_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_takchongrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_takkaloma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_takkeda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_takoerpasitao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_takon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_takrit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_takrur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taktse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tal_tugal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talakad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talavera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taldiqorgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talekan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taleqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talgarth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_afar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_afrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_ammar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_bashir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_basma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_fafan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_haftun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_hamid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_mahra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tall_mauzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talmont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_talta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamanin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamazda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tambov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamdins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamentit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamgaly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamiso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamralipti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamsweg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamusubulage_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tamzawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tanadaris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tanahun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tanas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tandbridge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tando_husubiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tangermunde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tangiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tangtse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tanjavur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tankasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tanna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tantkyitaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taoskari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taoudeni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taouz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tapsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taqyus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taradavadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taranto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarascon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarazki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarazona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarbes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarfaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_targoviste_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_targsor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_targu_jiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_targu_neamnt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_targyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tariat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarifa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarkwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarnow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarragona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarsos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarsukh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarsus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tartas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tartas_SIB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tartu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarudant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taruga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tarvagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tasagdah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taseya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tasgimut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tashkurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tashti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taskyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tasnad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tasqala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tassawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tasta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tatarka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tatarki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tatartopa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tatvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tatyr_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taulov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taungbyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taungdwingyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taunton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taurage_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tavavis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tawang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tawurgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tawwaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tawwam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tawwam_west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tayabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tayma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_taza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tazagourt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tbilisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_teck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tecklenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tecso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tecuci_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tedmait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tegernheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_teglakar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tegurik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_teiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tekar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_teke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tekes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tekeze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tekyiman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telcz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telegul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telemark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telmen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telmessos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_telsiai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_temesvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_temir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_templin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_temqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tenda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tenerife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tengerge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tengiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tenis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tenkasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tenkudugo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tephrice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_teramo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terebovl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terekli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terektai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terekti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_termez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_terracina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tersa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_teruel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tesiin_gol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tessalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_teterpush_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tetina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tetovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tewo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tezu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thabeik_taung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thaldat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thalner_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thamud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tharrawaddy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thasos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thaton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thatta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thaungdut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thayetmyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_the_uists_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thebeshellas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_theodosia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_theodosiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_therma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thessaloniki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thetford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thiladhunmathi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thimpu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tholing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thonon_les_bains_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thouars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thurso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_thyatira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiabis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiagba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tianzhu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiberias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiberkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tibesti-central_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tibesti-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tibesti_route_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tibis_sor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tichitt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tidikelt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tidri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiebuken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tifash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tigheci_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tighina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tigre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiiksjarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tijis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tikenik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tikhfa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tikhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tikhvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tikoutamine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tilburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tilghemt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_till_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tillaberi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tilokpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tilsit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_timbedra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_timbi_tunni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_timbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_timbuktu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tindouf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tindouf_road_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tingevara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tingi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tingri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tingvalla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tinimseyit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tinkisso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tinmallal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tinnai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tinnis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tinos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tinsukia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tintagel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tirakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tirano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiranshah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiraspol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiris-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tirsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tirukoilur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tirunelveli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiruppur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiruvannamalai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tischna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tisselskog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tit-an-wagurramt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_titel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tittawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tivoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tlawng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tlemcen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tmogvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tmutarakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_to_lus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tobgyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tobol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tobol_bis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tobruk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_todo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tofa_nuruud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tofalaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_togarakunta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_togdheer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tohmajarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tokar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tokobay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toksu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toksun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tokumbay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toladie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tolisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tolna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tolti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tolz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toma_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tombo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tomelloso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tommerup_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tomorbulag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tomsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tonbridge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tondiaru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tondikwarey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tongkor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tongmoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tonko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tonnerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_topar_vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_topolno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toporo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_topusko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torangy_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torcsvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toropets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torsas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torshavn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tortoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tortomi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tortona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tortosa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_torzhok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_totkarak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_totma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_totnes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_touba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toulon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toulouse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toumana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toungoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tournai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tourraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tours_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tovajarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tovkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tovuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_toya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tozeur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tradruk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_traghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_traianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trakai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tralee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trancoso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trandam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trapani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trashigang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trashingling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_traunstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_travnik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trebinje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trebizond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_treguier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_treliaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trelleborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trenscen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_treviso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_triana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tribandapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trieste_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_triga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_triglavski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trikala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trincomalee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tripura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_triwang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_troizk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tromsa_genma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trongsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tropea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trotskhoper_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_troyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trsow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trubending_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trubetsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_trujillo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsagaan_gazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsagaan_kropot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsagaanuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsagan_shibetu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsageri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsalakert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsambagarau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsaparang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsarevokokchaisk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsartsanmod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsasengiin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tseel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tselym_dalyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsepina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tserlona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsetsen_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tskhinvali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tskhumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tsongdu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuba_TUV_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tubingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tubna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuchowna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tudela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tudgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tudugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuggurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tukalinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tukhchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tulamba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tulcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tulkulam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuluchezeva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tulugai_sor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tulun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tumak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tumar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tumbus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tummana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tummo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tumshuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tunamir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tunayda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tungut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tunsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuorpon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tura_kala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tureiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turenne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turgay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turgen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turgen_uul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turgen_uul_bis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turin_TARIM_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turnhout_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turnovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turpan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tursan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turtuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_turunku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tustar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tusum_kum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuting_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tutrakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuul_khentii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuulain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuzara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tuzdyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tver_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_twardosczino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_twistringen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tyana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tyeme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tyeng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tyraion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tyre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tyumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tzimisca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_tzyvil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uba_KAZ_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ubad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ubeda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ubins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ubmeje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uburu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uceda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uch_TARIM_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uch_katyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uchangidurga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uchkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uchum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ucles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ucramund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_udabhanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_udaipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_udayagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_udayavara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_udbina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uddevalla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uddjaur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_udfu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_udine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uelzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uffenheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uglich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uiska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uisneach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ujan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ujarma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ujhani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ujjayini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ukavskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ukbara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ukek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uktuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulaagchiin_khar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulaan_gol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulaanbaatar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulaangom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulaantaiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulaira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulan_chuzir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulan_ude_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulcinj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulenty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulenulaco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uliastai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uliuty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulu-uil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulu_jitanjik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulugkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulugqat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uluskate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulvila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ulytau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_um_shashoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_um_sunt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umaisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umardan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ume_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umerkote_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umiai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umm_gafala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umm_kedada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umm_usuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_umri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_unakoti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_unar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_unayza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uncastillo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_unenezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ungheni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ungvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_unicov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uniejow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uperkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uplistsikhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_amur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_bafing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_dinder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_gambia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_karran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_kutulo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_lobo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_milk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_mole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_mono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_nugaal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_nyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_nzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upper_tano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uppsala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uppvidinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_upyte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uqda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uraiyur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urbino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urbun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urgamal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urgell_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urgench_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urmary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urmiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urquhart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urta_tau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urtmoron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urtu_bulak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urzedow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_urzhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_usfain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ushara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_usharal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ushnuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ushytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_usman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_usora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ust-donvokhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ust-ishim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ust-katav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ust-livny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ustra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_usyorga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_utan_namdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_utena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_utrecth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uttaramerur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uttarkashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uvs_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uwal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uxkull_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uzgend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uzgend_KARA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uzice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uzun-kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_uzwara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vadnagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vadodara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaestraaros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vagaiskoy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vagay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaihingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaijayanti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vairagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vairata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaisali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaison_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vajdahunyad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vakovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_val_camonica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valabhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valamara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valashkert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valday_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valdres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valencay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valence_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valenciadecampos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valenciennes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valeria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valkininkai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valladolid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vallombrosa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vallurapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valmiera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_valvalij_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vamanasthali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_van_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vankapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vannes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varaghshar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varakhsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varanasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varanno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vardhamana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vares_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vargashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varnhem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varsan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varsiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vartsikhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_varukh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vasarhely_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vase_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vashjird_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaskina_polyana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaslui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vastseliina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vastvagborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vasvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vasyugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vatapadraka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vatapi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaticano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vatra_dornei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vatsagulma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vatselanjarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaucouleurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaudemont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vavuniya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vaxjo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vecchio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vechta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vehari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vehkalahti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vehringen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_velay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_velbazhd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veldenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_velestino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veliky_ustyug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veliuona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_velizh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vella_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_velletri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_velsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vemulavada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_venden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vendome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_venezia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vengipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_venosa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ventadelmoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ventadour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vercelli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verchina_uzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verdala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verdun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verevce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verkhoturye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verkhovazhye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verkola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verkouralsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verneuil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vernon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_verona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_versailles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vershinino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ves_yogonska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veseli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vesoul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vestfirdir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veszprem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veteli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vetluga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vetrino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vettanen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_veurne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vezelay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vezir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vhrbosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vianadoalento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vianden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viazovka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vic_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vicenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vidin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vidisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vielha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vienna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vienne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vierzon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vieste_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vigevano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vigo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viipuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vijayanagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vijayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vijayapura_bis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vijayawada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vijnot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vikramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vikramasila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vikulova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vilalba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viljandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vilkaviskis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vilkmerge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_villa_real_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_villablino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_villach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_villafafila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_villarejodesalvanes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_villars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_villaviciosa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vilnius_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vilva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vimmerby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vindia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vinitapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vinnytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vinukonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viraja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_virton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_virudhukkalvetti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_visegrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_visegrad_hun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viseu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_visnupura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_visoki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vitebsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viterbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vitim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vitimkan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vitimkhad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vitry_en_perthois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vitzgora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_viviers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vizagipatam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vizhinjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vladimir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vodamayutja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_voden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vodicevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_voghera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_voin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vokhma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volkovysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volochok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volodymyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vologda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volok_lamsky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_voloz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volterra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_volzhsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vonitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vopnafjordur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vorbasse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vorona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_voronezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vorotynsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_voss_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vostitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_votkinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_voznessensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vraclav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vranduk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vranje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vratsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vrestenitsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vreta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vualtjere_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vuohijarvi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vyangi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vyatskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vyazma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vyksa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vysehrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vyshgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_vyshny_volochyok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waalo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wad_abu_nahl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wad_hamid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waddan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadeilannen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadhar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_amur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_azwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_daoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_el-milk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_ghamid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_irawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_makhil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_masus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_natrun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_odib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wadi_tathlith_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wagadugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wagda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waghlanat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wagna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wahiba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waidhofen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waihind_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wajda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wajid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_walaqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_walata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_walcz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waldabba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waldeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waldenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waldkirchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_walguyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_walila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_walsingham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_walsrode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wan_bhachran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wandah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wankath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waqisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waramin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warangal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wardana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wareham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warendorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wargha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wargla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warjih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warnnamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warrada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warsheikh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warszawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warwick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warzazat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_warzigh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wase_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wasit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wasulu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waterford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_watit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wawmana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_waxxari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wayikhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wazeqqur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wazwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wegera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_weinheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_weinsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_weissenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_welamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_welamo-west_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wellega-north_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wellega-south_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wels_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_welshpool_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_weme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wenchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wentugaole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wenyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wenzenbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_werben_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_werdenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_werle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_werningerode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wertheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wesenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_adal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_attie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_derby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_gojjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_kru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_mema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_west_sidamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wetzlar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wexford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wezel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_whitby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_whitehaven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_whyidah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wicklow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wied_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wiedenbruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wieliczka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wielun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wiesbaden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wieselburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wigmore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wigton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wigtown_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wild_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wilhelmshaven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wiltberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wilton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_winchcombe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_winchester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_windische_buhel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_winterstoke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wiqro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wisinghnso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wislana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wislica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wismar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_witney_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wittenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wittenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wizna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wladyslawowo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wlen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wloclawek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_woldenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolfenbuttel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolfratshausen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolfsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolgast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolkenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolpe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolqayt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolsztyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wolverhampton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wompu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_woora_saabe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_worcester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wormditt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_worms_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_worodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_worodugu_east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_woxbrigge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wrexham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wronki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wschowa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wukari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wuliji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wuluhai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wunchoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wunsdorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wurttemberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wurzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wushengyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wusu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wusuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wutanzili_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wuyuan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wycombe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wysbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wyszgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_wyszkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xainza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xamqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xanthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xenkyer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xiba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xibde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xigaze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xigortang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xihu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xingqing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xining_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xiping_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_xungba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yabelo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yabrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yabulai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yadzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yagba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yagkeng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yagra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yahtin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yahudan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yaitsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yajatinagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yalachi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yalala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yalong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yalu_torovsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yamama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yamantau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yamethin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yamishevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yampil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yanbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yanchiwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yanfolila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yangadzha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yangary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yangguan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yangikent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yangjibalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yangpachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yangwarok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yanokul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yao_fitri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yar_calli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yaresna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yarkhoto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yarlestre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yarnema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yaroslav_VOL_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yaroslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yaseni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yashkan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yasin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yauri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yawnghwe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ycost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yegainnyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yegoryevsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yekaterinburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yelan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yeldiatzkaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yelets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yelimane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yelnya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yemetsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yendi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yendum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yengi_xahar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yengisar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yenisei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yeniugou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yenotayevka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yenshipin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yerevan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yergolyk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yerwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yeshil_chumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yetagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yezagash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yidu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yijinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yingkiong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yiong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yiqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yizhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ylikainuu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yns_mon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yoff_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yogoran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yohongou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yongdeng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yonoir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yopurga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yorgaet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_york_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yoshkar-ola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ypres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yuetgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yugar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yuldybayevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yulin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yumai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yumanova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yumbu_lakhang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yumenguan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yunglro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yurba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yuriev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yuryev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yutur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_yuyico_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zabid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zadar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zafar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zagan-gol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaghwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zagora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zagreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zainlha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaiza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zajecar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zakroczym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zakynthos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zalaca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zalha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zamakhshar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zamin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zamindawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zamm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zammour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zamora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zampia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zamtam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zamtang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zangla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zanzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zapaxi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaqatala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaragoza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zarand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zarand_PER_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zarapan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zariskat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zarmaganda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zarman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zarmatarey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zarnikh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaslawye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zatec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zatsan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zavialova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zawila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zawkrze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zaybak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zayu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zazzau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zdvyzhen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zegligovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zeila_CHA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zekog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zemplen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zemun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zenta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zerbst_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zermion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zetang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zetouni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zeven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhaltyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhamog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhelanash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhelezny_ustyug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhemgang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhenfan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zherkovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhiteu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhitikara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhlobin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhongcun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhugqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhytkavichy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zhytomyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ziba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ziegenhain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zilm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zima_MON_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zinder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ziporea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zirc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zirjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ziro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zitava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_ziz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zlatoust_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zlotow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_znin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_znojmo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zoco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zogang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zoige_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zokya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zollern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zolonta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zolotonosha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zolyom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zondoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zoresti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zsolna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zubala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zubstov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zuera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zugdidi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zughar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zurabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zurich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zurita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zurra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zuru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zutphen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zuunbaykal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zuwara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zvecan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zvenyhorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zvornik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zvyahel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zweibrucken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zwettl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zwolle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zynna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_b_zyryan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aalborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aarhus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abauj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abbadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abivard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abkhazia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ablastha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abomey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abruzzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abu_hammad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abwab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_abydos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_acalapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_acampse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_achaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_acre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_adanse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_adoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_adrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aeolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aetolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_afar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_afram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agadir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agairik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agaw_meder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agdeside_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agenais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_agrigento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ahqaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ahvaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ailech_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ain_galakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aintab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_air_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ajaccio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ajayameru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ak-dzulpas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_akhadid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_akkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_akkityk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aksay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aksu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aksuyek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-arid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-asa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-buhaira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-gharbiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-haditha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al-hasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al_aqabah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_al_jawf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alarcon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_albarracin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_albi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_albret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alcacer_do_sal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alcaniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alcaraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alencon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aleppo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alexandretta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alexandria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_algeciras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_algier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alicante_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_allai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_allaqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_allenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_almader_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_almaty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_almeria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alodia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_along_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alpsee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_altay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alto_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aluksne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alupa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_alxa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amatlus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amiens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_amstetten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ancona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_andujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angerburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angermanland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anglesey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angouleme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_angus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_anjou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_annaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_annandale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ansbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ansongo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_antiocheia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_antipatreia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_antwerpen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aosta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aowin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_apahunik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_apulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aqenganggyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aqiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aqtobe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aquileia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aquincum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aral_karakum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aralkizil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arbanon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arborea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ardabil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ardestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arezzo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_argyll_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arigh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ariksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_armagnac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arnhem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arnsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aror_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arrajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_arzhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ashir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ashli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ashmaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asirgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astorga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_astrakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asturias_de_oviedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asturias_de_santillana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aswan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_asyut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atamansku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atbara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atbasar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_athlone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atholl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atkarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_attica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_attie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_atyrau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_augsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_austisland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_auvergne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_auxerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avalois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aveiro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aviovara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avlonas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_avranches_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_awjila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_awkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_awssa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aydhab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayn_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayodhya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayrarat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ayrshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_aytos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_az-dhahira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azukki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_azysia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baalbek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_babruysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badakhshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badaraya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badghis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_badis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baduspan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baghdad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bagrewand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baguirmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bahnasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bahriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baibalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baigaluuls_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baihaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bailaqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baingoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baisary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baiyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bajura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bakharz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bakhmut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bakriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balashagun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balkh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balkonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_balqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bamberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bambuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bamian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_banavasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_banbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bandhugadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bandiagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bangaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_banre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baqlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baranya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barasuru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barbacadle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barcasag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barcelona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bardak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bargajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barkam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barlad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barnaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_barsuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bartenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_basagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bastia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batiha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batn_al-hajar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_batticaloa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bauchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baxoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_baydhabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bayeux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bearn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beaumont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bedford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_begemder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_begho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_behabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beirut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bejaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bekes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beksima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_belebey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bellac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_belogorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beloozero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_belz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_benavente_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_benevento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_benin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beograd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berbera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berchtesgaden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bereg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berestye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bergh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berkshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beroe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_berta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_besancon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beshbalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beszterce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bethen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_betpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bezichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_beziers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhaktapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bhumilka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bigorre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bihar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bikrampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bilizma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bilma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bindugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bir_amir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biskra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bithynia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_biun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_blankenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_blekinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_blois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bodele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bodrog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boeotia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boleslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bolghar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bologna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bombogor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bonduku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bonoso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bordeaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bornholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bornu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boro_burgasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_borsod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bothin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boubo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bouillon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_boulogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bourbon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brabant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_braganza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_braila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brandenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_branicevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_braslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bratsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brecknockshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_breifne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_breisgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bremen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brescia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_breslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bresse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brie_francaise_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_briey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brixen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brugge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brunswick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brysis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_brzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buchan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buckinghamshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bucuresti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bugurslan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bumthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bundu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bure_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burgas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burgos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burhanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_burugu_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_busaso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_bussa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buthrotum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_buzau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_byzantion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cabardinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cabra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caceres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cadiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caernarfonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cagliari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caithness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cakrakuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calarasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calatayud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_calatrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_camarda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cambray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cambridgeshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cammin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_campulung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_canarias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_canavese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_canda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_candhoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_candradvipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cappadocia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_capua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_carcassonne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cardiganshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_carmarthenshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_carrick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_casentino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_castellon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_castelo_branco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_caze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cephalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cerasus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cetatea_alba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cetina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ceuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chadrinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chagdy_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chaghaniyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chakla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chalkidike_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chalons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chamil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chandax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chanderi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_changma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_charaideo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_charkliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_charsianon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chartres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chauragarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cheboksary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chelabinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherkassy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chernigov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cherven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cheshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chikoy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chilia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chindu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chios_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chitrakut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chitral_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_choklema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cholamandalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chonae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chornobyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chuguchak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chulym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chumarho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chunar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chungthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_chuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cieszyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cilicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_clermont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_clermont_sur_allier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cleves_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coimbra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_colmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cologne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_colonea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_comai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_comminges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_como_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_connacht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_constanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_constantine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cordoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cornouaille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cornwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coruna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cosenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cottbus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_coulommiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cozhelhoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_craiova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cremona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_csanad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_csongrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuellar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuenca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cumberland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cumbum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuneo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cuonaco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_cykma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_czerska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dabou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daboya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dabusiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dadhipadra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dagomba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dahlak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dajing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakajalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakhina_desa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakhla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dalabergslagen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dalarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damascus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damietta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damin_i_koh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damoh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_damxung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_danakil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dangla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dannenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_danzig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar-al-rih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar_al-said_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar_rashid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dar_sila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darabjerd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daramdin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darkhad_valley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_darmashan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dasapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dathina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_datong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_daura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dausar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dawaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dawraq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dawu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_debar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_debul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_degelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_deggerdorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_delhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dembiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_demchok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_demetrias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_denbighshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dendi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dengqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_denia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_deqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derbent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derlenka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_derna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_desmond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dessau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_devagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_devon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhamalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhankar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhofar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dhraina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_diamare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dibri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dihistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dijon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dimapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dipalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dirku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_diskit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ditmarschen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djado_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djanet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djarin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djerba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_djugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dnipro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dobrzynska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dokkum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dolgujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dongola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_donjikraji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorohoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorohychyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorostorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorpat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dorset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dortmund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_doti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_doudleby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_draa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dresden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dublin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dubrovytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_duklja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dunbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dunhuang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_duqm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durdzukia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_durovka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dvaraka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dyamare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dyrrachion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_dyulaso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east-tokharestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east_kiilt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_east_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eastern_tannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_edd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_edessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_edo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eghiz_kara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eichstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_el_fasher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_el_waak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_elabuga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eleila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_elvas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_embrun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_emil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ennis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_epeiros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_erbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eschenlohe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_essex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_euboea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_euchaita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_evreux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ewe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_eystridalir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_faereyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fafan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_falaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_famagusta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fanhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fante_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_faras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_farava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_faro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fayyum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fazaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fazughli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_feher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fellata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ferghana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ferrara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fetegar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_figuig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_finnveden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firabr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firaun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firdafylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_firenze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fitri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fogaras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_foggia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_foix_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_forcalquier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_forez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fraga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_frankfurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_freistadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_french_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_frisia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_friuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fudalhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fuerteventura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fulda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fuqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_furstenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_futa_jalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_fyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gabal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gabes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gacka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galatia_salutaris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_galloway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gallura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ganale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gangaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ganzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gaotai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garabogazkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garkung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garumele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garwhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_garze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gastrikland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gatsuurgazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gauldala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_geba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gegyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gemer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_geneva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_germa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gerqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gerze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gevaudan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gezira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghadames_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gharb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghardaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghazna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghazza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghazzal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghulja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gidaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gilan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gilgit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_girona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_giurgiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_giza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_glamorgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_glazov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gleichenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gloucestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gnezdovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gnieznienska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_goalpara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gobir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_godwad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gojjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_golag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_golaghmuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_golden_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gomel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gomoco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gondo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gongbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gonja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gonjo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gorlitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gorz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gostyninska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gottingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gowrie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_granada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_graz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grebo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grisons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grobin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grodno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_groningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grunberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_grunningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gudbrandsdalir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guelders_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gugark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guidimaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guines_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gumuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurganj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurgi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurjaratra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gutland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gutti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guwari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guzgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_guzkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gwalior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyaca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyaitang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyangze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyegumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyirong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_gyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadithat-ana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadramawt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadrianeia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hail_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hainaut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hakkari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halberstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halsingland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_haltang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_halych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hamadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hamburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hampton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hanlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hannover_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hargaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harhiraa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harikela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harjadalen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_harrat_rahat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_haruppeswara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hastinapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hauran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_havelberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hayq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hedmork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_heihe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_helenopontus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_helgum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_herat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hereford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hereti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hertfordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hewes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hildesheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hinthada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hiraab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hisar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hoboksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hobyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hodh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hodna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohaseco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hohenlohe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_holland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_homs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hongliuyuan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_honorias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hordalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hormuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hotin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hradec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hradyzk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_huesca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hulwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_huntingdonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hunyad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hunyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_hvosno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ibadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ibibo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_idatarainadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_idoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ifat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ifni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ifonyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_igbomina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ijaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ijebu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ikh_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ile_de_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ilorin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_inari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_innarya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_inner_hebrides_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_innsbruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_intarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_inverness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ionia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ipuskoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irahistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irbid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irbil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_irkutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isauria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isfahan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isfara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ishim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iskaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isle_of_man_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_isle_of_wight_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_issoudun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_istakhr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_itanagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_itil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_iviza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jabal_kufs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jabal_quzlum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jafara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaffna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jagatipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jahkamakke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaligny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jalmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jambalar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jame_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jamtfir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_janakpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jasky_kart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jaunpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jawf-al-yamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jenne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jerjul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jersika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jerusalem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jharkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jie_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jihlava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jilali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jilat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jilib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jimi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jinghiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jinsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jinta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jiren_suat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jiruft_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jitikul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jolof_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jovvkuj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jowol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jubba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_julevadno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_julfar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_julym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_jumla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_juterbog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_juwain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_juwair_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaabu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kabarasana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kabul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kachu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kadam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaduna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kafirkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kainsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kainuu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kairwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaisereia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaiserslautern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kakheti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kakisalmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalabsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalanjara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalbin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kali_kumaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalinganagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaliska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalliopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalos_limen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalpi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kalyani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kamarupanagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kamatapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kambampet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kammersberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kamru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanchipuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kangmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaniaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kankan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kantegir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kanyakubja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kara_asirgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kara_khoja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabaigal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabalgasun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karabolam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karakorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karamay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karashar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karasjohka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karatayak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karatsagaan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karbala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kargadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karghalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kargopol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karkaraly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karmanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karnten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kartauzh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kartli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_karur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kashgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaskelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kaski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kasmira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kassala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kassel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katagum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kataka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katehar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kathmandu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katsina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_katu_yaryk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kayor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazanskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazanskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kazym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kebbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_keffi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kempten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_keriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kerken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kermanshah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kernave_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ketu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_keve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kevrola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khaplu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khar_us_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kharam-vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khasagt_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khawr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khaybar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khentii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kherson_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khetaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khijjingakota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khinjali_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khiva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khojand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khokhoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kholmogory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khopyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khortytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khotan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khotang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khumar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khurnak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khuttal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_khuwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kinda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kinda_sakun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kingui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kintus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiranapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kirillov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kirkuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kirman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kishsh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kitka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kitoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kittila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kizir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_klarjeti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kletsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_klingenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_knin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_knittelfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koblenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kodalaka_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koi-bagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kojuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kokenois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kokoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kokpekty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolhapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolobrzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kolyvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konda_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kondana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kondoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kongu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konigsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kontupohja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_konyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kopathal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koppam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korgon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korinthos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korosten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_korsun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kos-buwak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kos_uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koshuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotivarsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotokel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotoko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kotte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kouga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_koutajoki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kozelsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kozlov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krajna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krakowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krasnoyarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_krems_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kropot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuchuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuisugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kujawy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kukiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kulan_utmas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kulan_uynak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kulunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumtag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kundina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuozhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuranko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurdistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurgus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurmaed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurmina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kurumba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kush-murun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kusinagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kusumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kutch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kuzbas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kwahu-akyem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kwararafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyakyaru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyaukse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kymyl_tey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyunglung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyzistra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_kyzylkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_la_marche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_labda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_labourd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lachyk-uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ladyzyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lag_dera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laghwat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lakhnau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_laksmanavati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lanarkshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lancashire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lanciano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_landsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_langres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lapusna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lasta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lecce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leczycka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_legnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leicestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leinster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lenggu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lenghu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lennox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lepsink_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leraba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lesbos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_leuchtenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhagang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhatok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhunze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lhunzhub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_liangzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_liebnitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_liege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lienz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_limousin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lincolnshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lingtsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_linlithgowshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_linz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_linze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lippe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lipto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lisboa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lisieux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_litang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_litomerice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_livs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ljubljana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lleida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lobdaburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lobi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lobo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_logudoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lolland_falster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lomzynska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_loropeni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lothian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_loulan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lower_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lubeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lubelska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lubusz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lucca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ludrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lukoml_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lumbini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luneburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lunggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luntai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lusignan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luuq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_luxembourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lviv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lycandus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lycaonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lycia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lydia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lysva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_lyubim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maastricht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_macon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_macva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madhupur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_madurai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mafaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_magadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_magdeburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maghas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_magwe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahdiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahishaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mainling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mainz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_majar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_makhir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malbork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maldives_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maldwyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mallabhum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mallorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_malta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mamprusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_man_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manatau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandapika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandavyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mandestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mangnai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mangra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mangyshlak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manikpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mansfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mansura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mantua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_manturovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maowun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_maragha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mareeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_markam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marmaros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marrakesh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marsabit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marsan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_martyuba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_marvarrud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masabadhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_masin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_massawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_massina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mathura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mayo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mayyafariqin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mazandaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mazongshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mearns_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mecca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mecklenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medantaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medapata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medellin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medelpad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_medjerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meissen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meknes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_melilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_melitene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_memar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_memel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_menorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_merida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_merioneth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_meroe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mersenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_merv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mesembria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_messenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_messina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_messukyla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_metz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_metzovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_miastko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_middlesex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_midnapore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_miliez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_millau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_minbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_minden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_minsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mithila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_modena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_modrus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mogadishu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mohadavasaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_molina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monferrato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monkh_saridag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monmouthshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_montaigu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_montargis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_monterrei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_montpellier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_morarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_moray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_more_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_moskva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mosul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mosynopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_moura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mozhaysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mudgagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mudug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mugodzhar_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mulaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_multan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_muluya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mumo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_munster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murcia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murun_tomis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_murzuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_muscat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mustasaari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_muya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_mysia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nabadwipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naddula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagarze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nagormo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naimisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naissus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_najera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_najran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nakhshab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naldurg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nallamala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_namandiru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_namdalfylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_namur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nancy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nandana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nangqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nantes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nanumba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_napoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naqis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_narym_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nasaiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nasibin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nasrabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nassau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_natangia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naumburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naushki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_navasarika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_naxos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ndenye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neamnt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nedenes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nedersticht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_negev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nellore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neopatras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neramkary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_neufchateau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nevers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ngawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ngoring_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_niani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nicopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nicosia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_niebla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nihawand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nikaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nikki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nikopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ninive_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_niomi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nizhny_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nizwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_njudung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nordlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nordmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nordrland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_norfolk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_north_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_northamptonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_northumberland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_norwegian_more_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nottinghamshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novgorod_seversky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novogrudok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_novosil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nugaal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nuon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nupe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nurnberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nurtay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyagrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyainrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyemo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyingchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyitra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nyland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nysa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_nzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_odessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_odishi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_odoyev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ohrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oigon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_okangara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olavinlinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oldenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oleshye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olmedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_olomouc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_omsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_onega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_onega_BJA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ongi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_onsthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_opanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_opava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_opole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orangallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orbetello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orhei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oriel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orkney_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orlamunde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ormond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_orvieto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oshrusana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oskol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osnabruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ossory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ostergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osterland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_osterode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ostfriesland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_otrar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oudalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oulu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_outer_hebrides_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oversticht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_owu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oxfordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_oyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pacatiana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paderborn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_padua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_padum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paeonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pagania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pallas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_palniki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pamphylia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_panaji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_panjgur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pannagallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paphlagonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_parma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_paro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_parsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_passau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pavlodar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_peaccam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pecheneg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pedersore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pegu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pelym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pelyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pemako_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pembrokeshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pendjari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_penthievre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_penugonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_penza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_perekop_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_peremyshl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_peresopnytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pereyaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_perigord_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_perm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pest_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_petropavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_petropavolsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_petrovsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_philippopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_philomelium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_phiti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_phrygia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pielinen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pirin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pisidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pitten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plasencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plocka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plyos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_plzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_po_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_podor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_podrinje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_poitiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_polesine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_polotsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_polovragi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pomoravlje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pomorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pompeiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_porto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_poszony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_povenets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pozega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_poznanska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_praha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prayaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prenzlau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prerov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_provence_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_prusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_przemkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pskov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pudozh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_puigcerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_punakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_pundravardhana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_purang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_puri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_purig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_purushapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_puttlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_putyvl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qadisiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qalaafe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qamdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qaryatan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qashtiliya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qasim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qasr_ibrim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qataa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qatif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qayaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qazwin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qilin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qimr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qinggil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qinnasrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qoshagyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_quercy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qumarleb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qumisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_quqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_quriltay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qurta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_qusayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_racakonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_radha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_radomska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ragusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rahba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raimskoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rajanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rajrappa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ramagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ramhurmuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ramu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ranikot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raniriki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ranthambore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raqqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ras_hafun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_raseiniai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rashka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rasht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ratanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ratibor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ravenna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ravensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rayy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rebgong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_regensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reggio_calabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reims_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_renandu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rennes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rethel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_reval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rhodopes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rhodos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ringkobing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_riqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rivsharan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rogalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rohana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_roing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_roma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_romen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rosenheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_roslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ross_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rossano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rossello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rostock_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rothas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rothenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rouen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rouergue_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rounala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rudbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rugen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rukhaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ruppin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rusafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_rutog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ruyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ryazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ryty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saalum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saarbrucken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sabakyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sable_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sabzevar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sacz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_safata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagaing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sagya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saimara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saintonge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sakarai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sakmara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salamanca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salamat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salavat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salerno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salinis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_salzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samaiqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samander_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samar_VB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samatata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sambalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sambhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samiran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_samosata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sanaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sancerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sandomierska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sandoway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sangqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sanij_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sankt_gallen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sankt_polten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_santiago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saptagrama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saqsin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarakhs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarangpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarasvata_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarasvati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saratov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sardan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sartlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarykamysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sarysyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sasaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satakunta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satfura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_satyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_saumur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_savalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_savoie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_say_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sayn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_scalovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_schaumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_schmalkalden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_schweibus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sebasteia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sebezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sebur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_selenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_seleucia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_selge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_selpils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_semey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_semien_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sennar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_seno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_serae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_serres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sertar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sevede_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_severin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sevilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sevsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sewa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sfax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shabe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shahrazur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shahre-babak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shaki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shamir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shanzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shaqiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sharkiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shavgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shayzar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shchuchinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shelji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shenkursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sherbro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shetland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shigar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shiraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shirvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shishina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shityy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shorkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_showa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_showak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shropshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shughnan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_shunzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siauliai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sibi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sibi_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sibir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sidamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sieradzka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sif-i-umara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siggevara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sighnaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sijilmasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sikasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_silla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_silves_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_simaramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sinjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sinope_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sir_faesyfed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siracusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sirhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sirjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sittaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sitti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_siwistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sjaelland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sjeltie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skardu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skolt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_skopje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_slesvig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_slupsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_slutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_smolensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sobrarbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sochur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_socotra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sodermannaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sogn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sokode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sokoto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soldin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_solimana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sombio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_somerset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_somnath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_somogy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_songuu_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sopron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soroca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sorok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sortavala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_soso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sosva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_souf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sous_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_south_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_speyer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_spis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_spreewald_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sprottau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sravasti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sredets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_srihatta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sriksetra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sripatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_srirangapatna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_staffordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_starodub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stendal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stettin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stezycka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sthanisvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stoenesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_stoyanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_strassburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_strathearn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_strumica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suakin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_subay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_subei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suceava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sudurland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suenik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suffolk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sukhna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sullum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sumadija_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sundgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sungqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suondavara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_surparaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_surrah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_surrey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sussex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sutherland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sutkend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suvarnagram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suvarnapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suzdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_suzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_svaneti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_swetaka_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_syrrusafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_syrte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_sysma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szabolcs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szatmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szekelyfold_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szekesfehervar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_szerem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabla_butii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabriz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tabuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tadjoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tadla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tadmekka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagadur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taghaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tagul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tahoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taizz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takkeda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takrit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_takrur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_talakad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_talava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_talish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tall_basma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tall_hamid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tambov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamentit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamiso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tamralipti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tanas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tangiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tapsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taradavadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_targu_jiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_targyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarnowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarragona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarsos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tartas_SIB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tarvagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taskyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tavan_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tavasts_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tawang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tayma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_taza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tbilisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tecklenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_telemark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_temes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_temne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tenggeli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ter_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teramo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terebovl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terek_pass_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terekli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_terektai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teruel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tesiin_gol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tessalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_teviotdale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tewo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tezu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thabeik_taung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thalabiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thaldat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thalner_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thaton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_theodosiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thessalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thessaliotis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thessalonika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thomond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thouars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_thyatira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tiberias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tibesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tichitt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tigheci_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tigre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tihama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tihamat-al-yamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tikhvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_timbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tindouf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tinmallal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tirakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tiris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tiruvannamalai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tivoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tlemcen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tmutarakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tobol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tobruk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_todo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tokumbay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tolna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tomorbulag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tomsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tonnerrois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torangy_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toropets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tortoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tortona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_torun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_totma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_touat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toulouse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_toungoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tourraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tovkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trakai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trandam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trandheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_travunia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trebizond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trenscen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_treviso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tribandapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trigarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trikuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trincomalee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tripoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tripolitana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_trongsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tropaeum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_troyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tsambagarau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tsaparang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tseel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tselym_dalyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tudela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tudgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tuluchezeva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tulun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tumak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tumar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tummana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tunka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turgay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turnovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turpan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_turuberan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tustar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tuulain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tver_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tyendugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tyumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_tzani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ubins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ubmejeiednuo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ubulla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uchangidurga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uchkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_udabhanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uiska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ujjayini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulaanbaatar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulaangom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulan_chuzir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulan_ude_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulantaiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uliastai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uliuty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulu_jitanjik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ulytau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_umiai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ungvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_bono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_upper_khabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uqayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uraiyur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uraltau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urbino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urgamal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urgell_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_urmiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ushara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ushmun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ushytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_usora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ustyug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ustyurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uul_chors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uulynkhol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uvs_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uwal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uzboy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_uzgend_KARA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vadodara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaihingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaijayanti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vairagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vairata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaisali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valabhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valdai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valentinois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valladolid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_valois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vanemane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vannes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_varanasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vardhamana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_varend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vargashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_varmland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaspurakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vastergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vastmanland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vastvag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vasyugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vatapi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vatsagulma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vaucouleurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vecchio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_velay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_velbazhd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_velsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_venadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_venaissin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vendome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_veneto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_venezia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vengipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_veria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vermandois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_verona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vestfold_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vestisland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_veszprem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vhrbosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vidin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vidisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vidzeme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vienna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viennois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viipuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vijayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vijnot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vikramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_villach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vingulmork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viraja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viscaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viseu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vitebsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viterbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vitim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_viviers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vizagipatam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vladimir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vodamayutja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vodi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vodica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vogtland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_voin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_volkovysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_volodymyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vologda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vorbasse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_voronezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_votkinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vratsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vrbas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vukovar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_vyangi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waddan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadi_amur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wadi_el-milk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wagadugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wajda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wajh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wakhsh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_walata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waldeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_waqisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wargla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_warwickshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wasit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_welamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wellega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wentugaole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wenyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_werle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west-tokharestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west_qamuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_west_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_western_tannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_westfriesland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_westmorland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wiek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wielunska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wiltberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wiltshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wittenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolgast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolkenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolpe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wolqayt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_worcestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wormditt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_worodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wschowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wuluhai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wurttemberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_wurzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xainza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xaitongmoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xigaze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xigortang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xingqing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_xining_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yabrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yagba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yaitsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yalala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yalong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yamama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yamethin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yanbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yangikent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yangjibaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yangwarok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yanokul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yar-calli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yaroslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yasin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yatenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yatvyagi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yauri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yekaterinburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yelimane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yenisei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yenshipin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yijinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yongdeng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yoshkar-ola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yperen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_yumenguan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zabid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zabulistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zachlumia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zadar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zadoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zagorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zagreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zagros_mediae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zakroczymska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zamindawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zamm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zammour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zamora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarafshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaragoza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zarman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zatec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zavrsje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zawila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zeeland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zekog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zelengora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zemigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zemplen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zetang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhagyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhenfan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zherkovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhidoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhongba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zhytomyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zichia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zirkuh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_ziz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zlatibor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_znojmo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zogang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zoige_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zollern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zolyom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zurich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zutphen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_c_zvyahel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aaninen_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aarjetje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_abarshahr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_abkhazia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_acatiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_achaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adiabene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adiukru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adkaddakhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adogit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_adrar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aegean_islands_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aethelrugi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_agadir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_agder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aileach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_air_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ait_ouriaghel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ajmer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_akara_dasarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aksai_chin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aksay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aksum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_al-hasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_al-said_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_al-wahat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_al_qays_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ala_tau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alakol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_albany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_albis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aleppo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alexandria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_algarve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alpes_maritimae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alpes_poeninae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alsace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_altay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_alwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_amalfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_amdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_amela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_amman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anartta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anatolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ancona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_angara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_angloland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_angria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anhalt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anjou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_antae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_antioch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_anupa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_apostolic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_apostolic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_apulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_apullum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aqtobe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aquileia_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aquitaine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aquitanica_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aquitanica_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_aral_il_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arbayistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arcadia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arkhangai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_armagnac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_armenia_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_armenia_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_armeniac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_arochi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ashanti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ashokas_chosen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_asir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_asoristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_astures_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_asturias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_asturicensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_athens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_atrebatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_atropatene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_atyrau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_augandzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_augsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_augustamnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_austorani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_auvergne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_availites_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_avaricum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_avars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_awioniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_azal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_azerbaijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_azov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_badakhshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bagaudae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baghdad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baguirmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bahrain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baigaluuls_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bakr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_balasagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_balkh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_balti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baltiyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bamberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bambuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baqlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baquates_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baraba_steppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_barcelona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bargujin_tukum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_baroia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_barsils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_barsuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bashkiria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_batang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bavaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bedford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_beja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bejaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bektashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_belgica_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_belgica_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_belgrade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_benevento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_benin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bergslagen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_berry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_beth_garami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_betpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bhakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_biarmia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bihar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_binnaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bishop_of_iona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bithynia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bjarma_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_blemmyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bobo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bohemia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_borgu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bornu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bourbon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_boyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_brabant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bracarensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_brandenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_brittany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_broerec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_brong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_brycheiniog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bucellaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bugeac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bukovina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bulgars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bulgars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bulls_rishabha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_bumthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_burgundy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_byzacena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_caesaraugusta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_caesariensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_calabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_campania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_canarias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cantabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_canterbury_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cappadocia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_capua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_carinthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_carthago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_carthago_inferior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_carthago_superior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_castilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_catalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_caucasian_albania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_caucasian_albania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cauriensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_celtiberia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_celtica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cephalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chakla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chaldia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_champagne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_charkliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_charsianon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chera_nadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chernigov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cherven_cities_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chola_nadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chosen_perkunas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chudia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chumukun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chuna_valley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chuvashia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_chuyue_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cibyrrhaeot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cilicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ciscaucasia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_citerior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_coimbra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_colchis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_connacht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_constantinopolitan_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_conversos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_conyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_coptic_papacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cordoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cornwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_corsica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_courland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_courland_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_crimea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_croatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_currezia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cybelian_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cybelian_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cyprus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_cyrenaica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dacia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dacia_ripensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dacia_transdanubia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dadhipadra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dagomba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dahala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dahlaks_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dakhina_desa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_daksina_kosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dalir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dalmatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_damascus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_damot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_danakil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dandakaranya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_danes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_danubia_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_danubia_quarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_danubia_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_danubia_tertia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dardania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dauphine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dauria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dawaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_daylam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_deasmhumhain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_deheubarth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_delta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dendi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_devagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dhofar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_diafunu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_diyarbakr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_diyarmudar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_diyarrabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_djolof_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dneipner_balts_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dobrudja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_domnonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_don_valley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_donatism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_donatism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dresden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_duklja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_duortnoseatnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_durocotorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dyrrachion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_dzayul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ferghana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fezzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_flaminia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_flanders_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_followers_arjuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fortriu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_fotla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_frisia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_friuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_futa_jalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gabes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gaditanus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gaetulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gainlho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_galicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gallia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gallia_viennensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_galloway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gandhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gangavadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ganzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_garama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gardman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gardman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gascogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gaul_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gayomarthianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gelre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_georgia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_georgian_orthodox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_georgian_orthodox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_germania_inferior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_germania_superior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_germanii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ghadames_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ghat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ghifar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ghomara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_giemajohka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gloucester_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gobi_altai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gobir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gojjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_golog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gondar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gortyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gothic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gothic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_granada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_granni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_greater_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_grodno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_groningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_guenet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_guent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gugark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gugark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_guiyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_guoldat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gurbantunggut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gurjara_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gustow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gutes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gwynedd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gyalrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gyaman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_gyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hadramawt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_haemimontus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hafun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hail_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_halin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_halogaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_halych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hamadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hanzalah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_haritanaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_haruriyyah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hashshashin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hawazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_haymanot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hellenic_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hellenic_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hellespontus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_herat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_herefinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hereford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hesse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hhaha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_highland_lithuanians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hintata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hispalensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_histria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_holland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_holstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_holy_sepulchre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_homs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_hormuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_huitzilopochtli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_iazyges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ibadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_iberia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_iceland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_iconoclast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_igboland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ikh_bogdh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ikh_bogdh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ili-alatau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_imami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_immortals_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_insulae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_isauria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_isauria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_isfahan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ishim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_istria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_italy_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_itil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_iudea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_izhorians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jabal_kufs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jalmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jamtland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jangladesh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jawf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jawf-al-yamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jejakabhukti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jemba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jenne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jerid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jharkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jomsvikings_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jonse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_judham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_julich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jutes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jutland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_jylland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_adiukru_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_africa_prefect_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_al_hirah_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_alamannia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_altava_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_amr_confederacy_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_anatolia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_andalusia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_angloland_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_aquitaine_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_aragon_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_armenian_principality_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_ashina_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_asturias_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_athens_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_auresia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_austrasia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_austria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_aydin_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_badajoz_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_bavaria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_bene_israel_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_bohemia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_bosnia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_bulgaria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_burgundians_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_burgundy_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_cabaon_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_canarias_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_candar_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_capsa_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_castille_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_chuban_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_commagene_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_cornwall_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_crete_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_croatia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_cyprus_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_cyrenaica_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_dahae_confederacy_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_dal_riata_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_daneland_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_danelaw_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_denmark_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_dubuo_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_east_francia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_epirus_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_eretnid_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_fashion_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_france_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_franks_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_gaochang_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_gaoche_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_geatland_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_genoa_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_georgia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_gepidia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_germiyan_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_guiyi_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_hansa_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_harla_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_hellas_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_helling_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_herul_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_hodna_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_hungary_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_iberia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_illyria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_illyria_prefect_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_italy_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_italy_prefect_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_jazira_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_jerusalem_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_kabulistan_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_kalachuri_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_karaman_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_khazaria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_khorasan_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_kidarite_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_kucha_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_leon_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_livonia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_lombardia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_lotharingia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_maghreb_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_magyar_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_manipura_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_mann_the_isles_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_masmuda_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_mazandaran_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_mediterranean_sea_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_melchisedechianism_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_mentese_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_mercia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_mesopotamia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_moldavia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_moravia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_naples_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_nasamoni_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_navarra_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_nemenchia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_neustria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_nikaea_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_northumbria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_old_armenia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_old_thrace_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_orleans_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_orthodox_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_ostrogoths_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_ottoman_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_ouarsenis_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_papal_state_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_paris_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_pechenegs_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_pisa_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_poland_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_pomerania_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_portugal_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_qaryat_dhat_kahil_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_republic_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_respendalid_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_rheged_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_romagna_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_rugiland_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_rum_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sahara_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sakya_trizin_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_salihid_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sardinia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sarir_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_saruhan_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_saurashtra_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_saxony_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_serbia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_shanshan_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sicca_veneria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sicily_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_soissons_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sophene_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_south_kosala_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_spanish_galicia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_sparta_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_suebia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_switzerland_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_syria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_tahert_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_tekke_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_thaton_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_thessalonika_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_thracia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_thuringia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_toledo_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_toro_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_trebizond_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_trinacria_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_tuldilanids_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_tuyuhun_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_uighur_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_valencia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_vandalica_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_venice_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_visigoths_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_wales_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_wei_western_regions_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_western_kshatrapas_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_winideheim_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_k_yarlung_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kaabu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kabarism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kabul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kairouan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kalb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kalinga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kalyani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kamarupanagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kanem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kaniaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kanyakubja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kara_khoja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_karabas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_karachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_karaism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_karashar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_karelia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kargassia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_karkaraly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kashgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kasmira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_katsina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kawkaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kazakh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kazym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kebbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kentarlau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_keoka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kermanshah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kernev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khakass_hollow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khanty_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khazaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khopyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khorezm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khotan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khovd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khovsgol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khurmazta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khurramism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khuttal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_khuzestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kiev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kinnaur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kirman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_calatrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_hospitaler_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_santiago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_knights_templar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kohestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_koivans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kola_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kolochins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_konda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_konkana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_krain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_krete_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kroumerie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kulyndy_steppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kumul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kumul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kurdistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kurmanchal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kuru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kush-murun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kutrigurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kuyavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kwararafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_kwrtstan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_laanemaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ladakh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_laguantan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lahore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lancaster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_languedoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lanikaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lasta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_latgalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_latium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lausitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lebanon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_leinster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lemovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_leptis_magna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lesser_poland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lettigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_levedia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lhasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lhatok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lhoyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_liangzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_libanensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_libya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_liguria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_limbuwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_limonum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lingtsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_linnius_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_litang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lithuanians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_livonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_livonians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lobi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_loma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lombards_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lothian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lower_bosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lower_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lower_lorraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lower_silesia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lowland_lithuanians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lucania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lucensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lugdunensis_tertia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lugdunum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_luki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_luxembourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lycia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_lydia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_macedonia_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_macronia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_macronia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_macva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mafaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_magadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mahra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_maingmaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_makran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_makuria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_malabarism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_malao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_malho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mallorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mamprusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_manding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_manichean_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_manichean_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mansi_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_marcionism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_marcionism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_marcomanni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_marrakesh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_martyuba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_maru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_masmudi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_massalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_masuria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mathura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_maxima_sequanorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mazdakism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mazdayasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mazdayasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mazovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_meath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mecca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_medapata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_media_minor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_medina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_meissen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_merv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_merya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mesan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_meshchera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mesopotamia_oriens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_miaphysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_miaphysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_minsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mo_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moesia_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moesia_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moesia_superior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mogadishu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moksha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moldova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_monophysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_monophysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_montes_aregenses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_monyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_moray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mordvinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mosania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mosylon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mugodzhar_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_multan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mundus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_munster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_muntenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_murcia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_muromians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_murzuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_muwalladi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_muyunkum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_mzab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nadia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nagchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nagormo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_naiman_gobi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_najd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_najran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nangqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_napoca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_naqis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_narbonensis_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_narbonensis_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_narvik_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nasikya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nepal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ngamring_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ngari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nisia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nizhny_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nobatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nordgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nordmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_norfolk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_norgyrwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_noricum_mediterranum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_noricum_ripense_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_normandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_norrland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_northern_isles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_northumberland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_novempopulana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_noviodunum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_novosil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_noxgaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nulambavadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_numidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nupe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nuristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nyima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nyingchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_nyitra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ogrash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ogurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_oltenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_oman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_opolye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_opone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_opsikion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_optimatoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_orleans_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_osraige_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_osrhoene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_osrushana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ostergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_osterreich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ostfalen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ostmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ostpommern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ostyaki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_otuken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_oultrejourdain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ovorkhangai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_oxford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_oyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pacensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_palestine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_palestinia_salutaris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pamir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pandya_nadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pannonia_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pannonia_savia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pannonia_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pannonia_valeria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_papal_state_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_paphlagonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_para_lauhitya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_paratan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_paro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_parthava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_patriarchate_in_the_east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_patriarchate_in_the_east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_paulician_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pecheneg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pelym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pereyaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_perm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_philippopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_phoenice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_phrygia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_picenum_suburbicarium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_piedmonte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pisidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_platonic_academy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_platonic_academy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pohjanmaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pohjanmaa_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_poitou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_poloniae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_polotsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pomerelia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pommerania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pontus_polemoniacus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_porto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_powys_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_praevalitana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_priscillianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_priscillianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_pronsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_provence_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_prus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_prussia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_purang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_qamdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_qilin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_qumarleb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_quraysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rabbinism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rabbinism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_racakonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_raetia_curiensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_raetia_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_raetia_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ragusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_raichur_doab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ramannadesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ranii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rashka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ratanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rattapadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_raumarici_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rayy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_regraga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_reudigni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_revala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rhodope_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ripuria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_romagna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_roman_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ruhunu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_rutog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ryazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saami_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saaremaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sabirs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sagya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sahara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saint_addai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saint_anthony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salair_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salamat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salerno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_salzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samalo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samaritan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samaritan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samnium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_samogitia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sanaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sanaag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sandomiersk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sapi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saragurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sarapion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sardinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sarmuzegetusa_regia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saryarka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saryupara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_saurashtra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sauvira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_savalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_savo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_savo_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_savoie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_scalabitanus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_schmalkalden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_scythia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sebasteia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_selenga_valley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_selonians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_semey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_senate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_senate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sennar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_setomaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sevilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shabelle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shamir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shammar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shanzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sharka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shiite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shirvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_shoria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_showa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sibir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sicily_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_silla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sinhala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sitifensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sjaelland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_skane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sklaveni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sky_lords_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_slavonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_slesvig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_smaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_smolensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_socotra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_soghd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_somerset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_somogy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sons_kaleva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sophanene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sophene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sous_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_spirit_guardians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sriksetra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_steyermark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_stravani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_strymon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_suavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_suhma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sumparu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sunni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sussex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_suthgyrwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_sutiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_suyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_svealand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_swabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_swedes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_swiss_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syr_darya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syria_salutaris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syrmia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syrte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syunik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_syunik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tabae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tabaristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tabuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tadmekka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tafilalt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tagant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tagaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_taghaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_taghlebi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_taizz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_takrur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tamim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tangiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tannu_ola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tao-klarjeti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tarbagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_taron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_taron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tarraconensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tavast_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tayk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tayk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tel_river_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_temes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_teryukhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_teutoburgiensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_teutonic_order_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thaqif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_the_isles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thebais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thessalonika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thessaly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thrace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thracesia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thracia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thracian_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_thuringia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tibesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tiele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_timbuktu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tingitana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tirabhukti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tlemcen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_togina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_toletum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tondai_nadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tosali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_toscana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_touat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_toulouse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_trandalog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_transcarpathia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_transcaspiana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_transjurania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_transylvania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_transylvanian_alps_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tridentium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_triparvatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tripolitania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_triveria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_trondelag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_trondelag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tsagaanbaigal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_turan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_turgay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_turnovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_turov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tuyuhun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_tyrol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ubsunur_hollow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_uda_valley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_udayagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_udmurt_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_udmurtia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ugandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ulster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_umbria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ungvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_upper_burgundy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_upper_durius_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_upper_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_upper_lorraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_upper_silesia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_uraltau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_urartuism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_urcitanensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_urdunn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_usora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_ustyug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_utigurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_utrecht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_uusimaa_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_uzboy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valentinianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valentinianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valentois_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valeria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_valois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_varendra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vasconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vaspurakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vaspurakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vastergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vasyugan_mire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_venedi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_venedi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_venetia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vengi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_venice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vepsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_verodunum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_verona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vestlandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vidharba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vidin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vidivaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_viken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vindelica_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vindelica_quarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vindelica_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vindelica_tertia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_viraja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_virumaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_viscaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_visegrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vistula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_visutla_australis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vodamayutja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vogulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_volga_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_volhynia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vologda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vologda_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_voronezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_votians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_vuovdisamieana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wadai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wagadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wagadugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_warangal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_warini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_warriors_perun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wasit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wenyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_werle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_west_ajuraan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_west_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_west_franconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_west_galindians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_western_isles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_western_sayan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_westfalen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_westfriesland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_westpommern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wielkopolska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_worodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_wuluhai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_xia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_xigaze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_xining_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yamama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yarlung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yatenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yathrib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yedisan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yenisei_kan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yijinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_york_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yotvingians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_yungdrung_bon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zabulistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zadoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zaghawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zaila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zammour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zanskar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zaragoza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zealots_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zemigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zhenfan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zhetysu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zinder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_znaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_zun_warriors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_abyssinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_achaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_adal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_adiukru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_africa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_africa_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ajuraan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_akan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_al_hirah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_alamannia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_alamannia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_altava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_amdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_amr_confederacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_amr_confederacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_anatolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_anbiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_andalusia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_andhra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_angara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_angloland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_annonaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_aquitaine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_arabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_arabia_petraea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_armenia_inferior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_armenian_principality_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ashina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_asia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_asoristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_asturias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_athens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_auresia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_austrasia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_austria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_aydin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bactria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_baetica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bashkiria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bastarnae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bavaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_belgica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bene_israel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bengal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bihar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bjarmaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_blemmyia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bohemia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_borgu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bosnia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_britannia_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_britannia_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_brittany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_burgundians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_burgundians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_burgundy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_buryatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_byzantium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cabaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_canarias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_candar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_capsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cartaginensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_caspian_steppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_castille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_caucasian_albania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_caucasus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_chuban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cilicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cimrii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_commagene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cornwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_crete_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_croatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cuman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cyprus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_cyrenaica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dacia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dacia_carpetes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dahae_confederacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dal_riata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dalmatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dalmatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_damot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_daneland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_danelaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_danubia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_daylam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_delhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_denmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dubuo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_dzungaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_east_francia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_egypt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_egypt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_england_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_epirus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_eretnid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_esthonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_fashion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_franks_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_frisia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gaetulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_galicia-volhynia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gallaecia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gaochang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gaoche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_garamantes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_geatland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_georgia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gepidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gepidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_germania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_germania_inferior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_germania_slavica_prima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_germania_slavica_secunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_germiyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ghana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gondwana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_guge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_guinea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_guiyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gujarat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_gyalrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hansa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_harla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hausaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hejaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hellas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_helling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_herul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_himalaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hodna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_hungary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_iberia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_iberia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_iceland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_igbo-benue_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_illyria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_illyria_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ireland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_israel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_italia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_italy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_italy_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_jazira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_jenne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_jerusalem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kaabu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kabulistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kalachuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kamarupa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kanem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_karaman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_karnata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kashmir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khakassia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khazaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khazaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khorasan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khotan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_khwarezm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kidarite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kidarite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kimek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kipchak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_kucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lazica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lazica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lhomon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lithuania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_livonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lotharingia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lugdunensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_lusitania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_macedonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_maghreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_magyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_maharastra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_makran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_malwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_manipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mann_the_isles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_maryul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_masmuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mauretania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mauria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_maxima_sequanorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mazandaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mazandaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mazun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mediterranean_sea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_melchisedechianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_melchisedechianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mentese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mercia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_moesia_inferior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_moesia_superior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_moldavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mongolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_moravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_mordvinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_naples_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_nasamoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_nemenchia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_neustria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_nikaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_noricum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_northumbria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_norway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_nubia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_oghuz_il_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_old_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_old_thrace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_oman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_opolye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_oriens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_orissa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_orthodox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ostrogoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ostrogoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ottoman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ouarsenis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_outer_ajuraan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pannonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_papal_state_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_paris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_parthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pechenegs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_permia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_persia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_poland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pomerania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pontic_steppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_pontus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_portugal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_punjab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_qaryat_dhat_kahil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_raetia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_rajputana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_republic_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_respendalid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_respendalid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_rheged_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_romagna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_rugiland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_rum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_ruthenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sahara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sakya_trizin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_salihid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sapmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sardinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sarir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sarir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_saruhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_saurashtra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_saxony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_scotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_septem_provincae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_serbia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_shanshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sibir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sicca_veneria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sicily_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sindh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sogdiana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_soissons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_soissons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_songhay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sophene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_south_kosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_spanish_galicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sparta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_suebia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_sweden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_switzerland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_syr_darya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_syria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_takrur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tamilakam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tarraconensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_taurica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tekke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_telingana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thaton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thessalonika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thrace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thracia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_thuringia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_transoxiana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_trebizond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_trinacria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tripolitania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tuldilanids_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tuva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_tuyuhun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_u_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_uighur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_vandalica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_vandalica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_venice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_vindelicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_visigoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_visigoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_volga_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_wales_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_wei_western_regions_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_western_kshatrapas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_white_rus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_winideheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_xia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_yarlung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_yemen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_yorubaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_yugra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_k_zhetysu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_aarlud_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_abyssinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_ajuraan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_arabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_avar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_avar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_axum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_bactria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_baruun_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_bengal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_black_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_britannia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_byzantium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_byzantium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_carpathia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_caspian-pontic_steppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_chagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_dacia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_deccan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_egypt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_gaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_germania_magna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_germany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_golden_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_guinea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_helling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_hre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_hunnic_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_ilkhanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_india_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_italy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_kanem_bornu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_kara_khitai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_kirghiz_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_latin_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_macedon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_maghreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_mongol_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_mongolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_north_africa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_north_sea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_outremer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_persia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_rajastan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_roman_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_rouran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_russia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_scandinavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_scythia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_seleucid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_siberia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_slavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_spain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tamazgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tamil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tartaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_timurids_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_togskol_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_turan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_turkestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_turkestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_uyghur_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_volga-ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_wendish_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_white_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_wre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_wre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_xiongnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_e_xiongnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt deleted file mode 100644 index b97887d563..0000000000 --- a/WtWSMS/common/coat_of_arms/coat_of_arms/MOD_color_storage_titles.txt +++ /dev/null @@ -1,3255 +0,0 @@ -#Empires -d_e_aarlud_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_abyssinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_ajuraan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_arabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_avar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_axum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_bactria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_baruun_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_bengal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_black_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_britannia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_byzantium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_carpathia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_caspian-pontic_steppe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_chagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_dacia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_deccan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_egypt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_gaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_germania_magna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_germany_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_golden_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_guinea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_helling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_hre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_hunnic_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_ilkhanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_india_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_italy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_kanem_bornu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_kara_khitai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_kirghiz_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_latin_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_macedon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_maghreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_mongol_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_mongolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_north_africa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_north_sea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_outremer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_persia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_rajastan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_roman_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_rouran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_russia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_scandinavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_scythia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_seleucid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_siberia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_slavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_spain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_tamazgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_tamil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_tartaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_tibet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_timurids_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_togskol_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_turan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_turkestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_uyghur_khanate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_volga-ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_wendish_empire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_white_horde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_wre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_e_xiongnu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -#Kingdoms -d_k_adiukru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_africa_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_al_hirah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_alamannia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_altava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_amr_confederacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_anatolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_andalusia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_angloland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_aquitaine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_armenian_principality_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_ashina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_asturias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_athens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_auresia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_austrasia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_austria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_aydin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_bavaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_bene_israel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_bohemia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_bosnia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_burgundians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_burgundy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_cabaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_canarias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_candar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_capsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_castille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_chuban_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_commagene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_cornwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_crete_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_croatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_cyprus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_cyrenaica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_dahae_confederacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_dal_riata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_daneland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_danelaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_denmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_dubuo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_east_francia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_epirus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_eretnid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_fashion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_franks_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_gaochang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_gaoche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_geatland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_georgia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_gepidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_germiyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_guiyi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_hansa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_harla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_hellas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_helling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_herul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_hodna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_hungary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_illyria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_illyria_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_italy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_italy_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_jazira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_jerusalem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_kabulistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_kalachuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_karaman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_khazaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_khorasan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_kidarite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_kucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_livonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_lotharingia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_maghreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_magyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_manipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_mann_the_isles_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_masmuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_mazandaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_mediterranean_sea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_melchisedechianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_mentese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_mercia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_moldavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_moravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_naples_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_nasamoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_nemenchia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_neustria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_nikaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_northumbria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_old_armenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_old_thrace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_orthodox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_ostrogoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_ottoman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_ouarsenis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_papal_state_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_paris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_pechenegs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_poland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_pomerania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_portugal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_qaryat_dhat_kahil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_republic_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_respendalid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_rheged_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_romagna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_rugiland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_rum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sahara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sakya_trizin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_salihid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sardinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sarir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_saruhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_saurashtra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_saxony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_serbia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_shanshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sicca_veneria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sicily_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_soissons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sophene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_south_kosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_spanish_galicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_sparta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_suebia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_switzerland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_syria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_tekke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_thaton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_thessalonika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_thracia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_thuringia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_trebizond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_trinacria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_tuldilanids_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_tuyuhun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_uighur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_vandalica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_venice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_visigoths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_wales_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_wei_western_regions_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_western_kshatrapas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_winideheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_k_yarlung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -#Duchies -d_d_aaninen_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_abkhazia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_acatiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_adkaddakhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_adogit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_aegean_islands_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_aethelrugi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_agadir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_aileach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ait_ouriaghel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_al-said_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_al_qays_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_aleppo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_algarve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_alger_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_alsace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_amalfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_amela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_amman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_anatolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ancona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_angria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_anhalt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_anjou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_antae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_antioch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_apostolic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_aquileia_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_aquitaine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_arian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_armagnac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_armeniac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_arochi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ashokas_chosen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_astures_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_asturias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_atrebatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_augandzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_augsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_austorani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_auvergne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_availites_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_avars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_awioniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_azal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_azerbaijan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bagaudae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_baghdad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bakr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_balti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_baquates_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_barcelona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_baroia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_barsils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bavaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_beja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bejaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bektashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_belgrade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_benevento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_berry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bihar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_binnaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bishop_of_iona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bjarma_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_blemmyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bohemia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bourbon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_brabant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_broerec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_brycheiniog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bucellaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bulgaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bulgars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_bulls_rishabha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_burgundy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_cait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_calabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_capua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_carinthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_castilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_cephalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_chaldia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_champagne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_charsianon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_chosen_perkunas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_chumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_chumukun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_chuyue_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_cibyrrhaeot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_coimbra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_constantinopolitan_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_conversos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_coptic_papacy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_cordoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_courland_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_croatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_currezia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_cybelian_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_dalmatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_damascus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_danes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_dauphine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_deasmhumhain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_delta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_diyarbakr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_diyarmudar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_diyarrabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_dneipner_balts_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_dobrudja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_domnonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_donatism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_duklja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_dyrrachion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_east_franconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_east_galindians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ebionites_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_edessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_elmet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_emilia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_epirus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_erzerum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_erzya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_esseaxena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_essina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_exilarch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_fes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_fezzan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_flanders_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_followers_arjuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_fortriu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_fossatisii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_fotla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_friuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gabes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_galicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gardman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gascogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gaul_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gayomarthianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gelre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_georgia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_georgian_orthodox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_germanii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ghifar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ghomara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gortyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gothic_church_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_granada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_granni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_guenet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_guent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gugark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gustow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gutes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_gyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_halin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hamadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hanzalah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_haruriyyah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hashshashin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hawazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_haymanot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hellenic_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_herefinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hesse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hhaha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_highland_lithuanians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hintata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_holland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_holstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_holy_sepulchre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_homs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_hormuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_huitzilopochtli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_iazyges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_iconoclast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ikh_bogdh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_imami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_immortals_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_istria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_italy_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_izhorians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_jabal_kufs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_jerid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_jomsvikings_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_jonse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_judham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_julich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_jutes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_jylland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_k_iberia_color_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kabarism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kairouan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kalb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_karaism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_keoka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kernev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_khanty_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_khurmazta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_khurramism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_knights_calatrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_knights_hospitaler_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_knights_santiago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_knights_templar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kohestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_koivans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kola_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kolochins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_krain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kroumerie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kumul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kurdistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kutrigurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kuyavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_kwrtstan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_laanemaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_laguantan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_languedoc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lebanon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lemovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lettigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_linnius_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_livonians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lombards_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lower_bosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lower_lorraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_lowland_lithuanians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_luxembourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_macronia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_macva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mafaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_maingmaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_malabarism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_malao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_manichean_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mansi_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_marcionism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_marcomanni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_masmudi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_massalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mazdakism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mazdayasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_meissen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_merya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_meshchera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_miaphysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mo_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_moesia_superior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_moksha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_monophysite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_montes_aregenses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_moravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mosania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mosylon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_mundus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_murcia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_muromians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_murzuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_muwalladi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_najran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_narvik_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_nasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_nishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_nok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_nordgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_nordmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_norgyrwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_normandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_noxgaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_nuristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ogurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_opone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_opsikion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_optimatoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_orleans_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_osraige_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_osterreich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ostmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_oultrejourdain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_oxford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_palestine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_papal_state_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_patriarchate_in_the_east_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_paulician_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_philippopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_piedmonte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_platonic_academy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_pohjanmaa_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_poitou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_pomerelia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_pommerania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_porto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_powys_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_priscillianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_pronsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_provence_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_prus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_quraysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_rabbinism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_raetia_curiensis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ranii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_rashka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_raumarici_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_regraga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_reudigni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_revala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_rif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ripuria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_romagna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_roman_prefect_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_saami_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_saaremaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sabirs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sacromontisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sahara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_saint_addai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_saint_anthony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_salerno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_salia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_salzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_samaritan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_samarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_samarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sami_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sandomiersk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_saragurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sarapion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_savo_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_savoie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sebasteia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_selonians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_senate_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_setomaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sevilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_shammar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_shiite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_shirvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sklaveni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sky_lords_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_slavonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_slesvig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_somogy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sons_kaleva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sophanene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sophene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_spirit_guardians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_steyermark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_strymon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_suavi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sumparu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sunni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_sussex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_suthgyrwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_suyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_swabia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_swedes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_swiss_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_syrmia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_syrte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tabae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_taghlebi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tamim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tangiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tavast_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tayk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tel_river_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_temes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_teryukhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_teutonic_order_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_thaqif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_thrace_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_thracesia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_thracian_goths_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_thuringia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tiele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tlemcen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_toscana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_transjurania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_transylvania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tridentium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_triparvatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_triveria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_trondelag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_tunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_turnovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_udmurt_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_ugandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_upper_lorraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_urartuism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_urdunn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_utigurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_utrecht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_uusimaa_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_valentinianism_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_valentois_alans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_valois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_venedi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_venice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_verona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_vidin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_vidivaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_viraja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_virumaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_viscaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_visegrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_vologda_tribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_votians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_wabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_warini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_warriors_perun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_wasit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_west_franconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_west_galindians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_wielkopolska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_yathrib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_yotvingians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_yungdrung_bon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_zab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_zaghawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_zaragoza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_zealots_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_zemigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_zinder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_znaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_d_zun_warriors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -#Counties -d_c_aachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aalborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aarhus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abauj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abbadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abivard_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abkhazia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ablastha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abomey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abruzzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abu_hammad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abwab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_abydos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_acalapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_acampse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_achaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_acre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_adanse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_adoni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_adrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aeolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aetolia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_afar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_afram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_agadir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_agairik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_agaw_meder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_agdeside_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_agenais_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_agrigento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ahqaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ahvaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ailech_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ain_galakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aintab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_air_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ajaccio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ajayameru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ak-dzulpas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_akhadid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_akkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_akkityk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aksay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aksu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aksuyek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al-arid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al-asa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al-buhaira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al-gharbiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al-haditha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al-hasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al_aqabah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_al_jawf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alarcon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_albarracin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_albi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_albret_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alcacer_do_sal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alcaniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alcaraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alencon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aleppo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alexandretta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alexandria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_algeciras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_algier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alicante_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_allai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_allaqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_allenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_almader_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_almaty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_almeria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alodia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_along_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alpsee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_altay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alto_aragon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aluksne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alupa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_alxa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amatlus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amiens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_amstetten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_anbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ancona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_andujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_angerburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_angermanland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_anglesey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_angot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_angouleme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_angus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_anja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_anjou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_annaba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_annandale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ansbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ansongo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_antiocheia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_antipatreia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_antwerpen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aosta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aowin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_apahunik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_apulia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aqenganggyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aqiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aqtobe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aquileia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aquincum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aral_karakum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aralkizil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arawan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arbanon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arborea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ardabil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ardestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arezzo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_argyll_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arigh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ariksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arkat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_armagnac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arnhem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arnsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aror_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arrajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_arzhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_asfi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ashir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ashli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ashmaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_asir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_asirgarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_asni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_astana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_astore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_astorga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_astrakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_asturias_de_oviedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_asturias_de_santillana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aswan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_asyut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_atamansku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_atbara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_atbasar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_athlone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_atholl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_atkarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_attica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_attie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_atyrau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_augsburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_austisland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_auvergne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_auxerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_avalois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aveiro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_avila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aviovara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_avlonas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_avranches_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_awjila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_awkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_awssa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aydhab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ayn_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ayodhya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ayrarat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ayrshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_aytos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_az-dhahira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_azas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_azov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_azukki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_azysia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baalbek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_babruysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bacs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_badajoz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_badakhshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_badaraya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_badghis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_badi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_badis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baduspan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baghdad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bagrewand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baguirmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bahnasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bahriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baibalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baigaluuls_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baihaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bailaqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baingoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baisary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baiyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bajura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bakharz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bakhmut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bakriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_balachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_balashagun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_balgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_balkh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_balkonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_balqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bamberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bambuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bamian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_banavasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_banbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bandhugadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bandiagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bangaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_banre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baqlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baranya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barasuru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barbacadle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barcasag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barcelona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bardak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bargajan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barkam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barlad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barnaul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_barsuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bartenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_basagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_basra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bastia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_batang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_batiha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_batina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_batn_al-hajar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_batticaloa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bauchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baxoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_baydhabo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bayeux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bazin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bearn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beaumont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bedford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_begemder_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_begho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_behabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beirut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bejaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bekes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beksima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_belebey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bellac_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_belogorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beloozero_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_belz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_benavente_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_benevento_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_benin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beograd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berbera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berchtesgaden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bereg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berestye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bergh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berkshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berlin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beroe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berry_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_berta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_besancon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beshbalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beszterce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bethen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_betpa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bezichi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_beziers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bhakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bhaktapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bhera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bhumilka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bigorre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bihar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_biia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bikrampur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bilizma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bilma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bindugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bir_amir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_biskra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bithynia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_biton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_biun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_blankenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_blekinge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_blois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bodele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bodrog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_boeotia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_boleslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bolghar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bologna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bombogor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bonduku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bonoso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bordeaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bornholm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bornu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_boro_burgasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_boron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_borsod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bost_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bothin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_boubo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bouillon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_boulogne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bourbon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brabant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_braganza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_braila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brandenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_branicevo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_braslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bratsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brecknockshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_breifne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_breisgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bremen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brescia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_breslau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bresse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brie_francaise_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_briey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brixen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brugge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brunswick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brysis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_brzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_buchan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_buckinghamshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bucuresti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bugurslan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bukhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bumthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bundu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bure_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_burgas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_burgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_burgos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_burhanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_burji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_burugu_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_busaso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_bussa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_buthrotum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_buzau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_byzantion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cabardinia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cabra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_caceres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cadiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_caernarfonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cagliari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cairo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_caithness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cakrakuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_calafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_calarasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_calatayud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_calatrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_camarda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cambray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cambridgeshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cammin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_campulung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_canarias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_canavese_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_canda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_candhoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_candradvipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cappadocia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_capua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_carcassonne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cardiganshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_caria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_carmarthenshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_carrick_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_casentino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_caslav_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_castellon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_castelo_branco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_caze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cephalonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cerasus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cetatea_alba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cetina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ceuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chadrinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chagdy_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chaghaniyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chakla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chalkidike_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chalons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chamil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chandax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chanderi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_changma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_charaideo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_charkliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_charsianon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chartres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chauragarh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cheboksary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chelabinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cherchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cherik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cherkassy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chernigov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cherso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cherven_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cheshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chikoy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chilia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chindu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chios_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chitrakut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chitral_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_choklema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cholamandalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chonae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chornobyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chuguchak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chulym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chumarho_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chuna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chunar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chungthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_chuya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cieszyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cilicia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_clermont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_clermont_sur_allier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cleves_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_coburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_coimbra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_colmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cologne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_colonea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_comai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_comminges_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_como_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_connacht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_constanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_constantine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_coqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cordoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cornouaille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cornwall_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_coruna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cosenza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cottbus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_coulommiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cozhelhoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_craiova_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cremona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_csanad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_csongrad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cuellar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cuenca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cumberland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cumbum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cuneo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cuonaco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_cykma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_czerska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dabou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_daboya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dabusiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dadhipadra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dagomba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dahlak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dajing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dakajalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dakhina_desa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dakhla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dakkar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dalabergslagen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dalarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_daman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_damascus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_damghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_damietta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_damin_i_koh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_damoh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_damot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_damxung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_danakil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dangla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dannenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_danzig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dar-al-rih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dar_al-said_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dar_rashid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dar_sila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_darabjerd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_daramdin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_darcha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_darghan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_darkhad_valley_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_darmashan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dasapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dathina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_datong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_daura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dausar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dawaro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dawraq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dawu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_debar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_debul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_degelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_deggerdorf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_delhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dembiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_demchok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_demetrias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_denbighshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dendi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dengqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_denia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_deqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_derbent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_derby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_derlenka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_derna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_desmond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dessau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_devagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_devon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dhafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dhamalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dhankar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dhara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dhofar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dhraina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_diamare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dibri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dihistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dijon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dimapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dipalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dirku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_diskit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ditmarschen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_djado_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_djanet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_djarin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_djerba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_djugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dnipro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dobrzynska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dokkum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dolgujar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dongola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_donjikraji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dorohoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dorohychyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dorostorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dorpat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dorset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dortmund_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_doti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_doudleby_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_draa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dresden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dublin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dubrovytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_duklja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dunbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dunhuang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_duqm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_durdzukia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_durham_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_durne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_durovka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dvaraka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dyamare_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dyrrachion_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_dyulaso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_east-tokharestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_east_darfur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_east_kiilt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_east_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_eastern_tannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_edd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_edessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_edo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_eghiz_kara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_eichstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_el_fasher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_el_waak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_elabuga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_eleila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_elvas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_embrun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_emil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ennis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_epeiros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_erbach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_eschenlohe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_essex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_eu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_euboea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_euchaita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_evreux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ewe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_eystridalir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_faereyar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fafan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_falaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_famagusta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fanhe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fante_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_farafra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_farah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_farama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_faras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_farava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_faro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fayyum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fazaz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fazughli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_feher_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fellata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ferghana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ferrara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fetegar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_figuig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_finland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_finnveden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_firabr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_firaun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_firdafylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_firenze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fitri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fogaras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_foggia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_foix_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_forcalquier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_forez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fraga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_frankfurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_freistadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_french_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_frisia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_friuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fudalhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fuerteventura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fulda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fuqi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_furstenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_futa_jalon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_fyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gabal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gabes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gacka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gafat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_galam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_galati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_galatia_salutaris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_galloway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gallura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ganale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gangaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ganzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gaotai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_garabogazkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_garco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_garkung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_garoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_garumele_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_garwhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_garze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gastrikland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gatsuurgazar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gauldala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_geba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gegyai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gemer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_geneva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_genoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_germa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gerqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gerze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gevaudan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gezira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghadames_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gharb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghardaia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghazna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghazza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghazzal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghulja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gidaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gilan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gilgit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_girona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_giurgiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_giza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_glamorgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_glazov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gleichenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gloucestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gnezdovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gnieznienska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_goalpara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gobir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_godwad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gojjam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_golag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_golaghmuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_golden_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gomel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gomoco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gondo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gongbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gonja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gonjo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gorlitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gorz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gostyninska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gottingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gowrie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_granada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_graz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_grebo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_grisons_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_grobin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_grodno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_groningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_grunberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_grunningen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gudbrandsdalir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guelders_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gugark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guidimaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guines_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gumuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gurganj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gurgi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gurjaratra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gutland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gutti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guwari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guzgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_guzkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gwalior_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gyaca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gyaitang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gyama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gyangze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gyegumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gyirong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_gyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hadithat-ana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hadramawt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hadrianeia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hadrianopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hail_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hainaut_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hakkari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_halberstadt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_halland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_halsingland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_haltang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_halych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hamadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hamburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hampton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hanlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hannover_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_harar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hargaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_harhiraa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_harikela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_harjadalen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_harran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_harrat_rahat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_haruppeswara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hastinapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hauran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_havelberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hayq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hedmork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_heihe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_helenopontus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_helgum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_herat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hereford_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hereti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hertfordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hewes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hildesheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hinthada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hiraab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hisar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hoboksar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hobyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hodh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hodna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hohaseco_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hohenau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hohenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hohenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hohenlohe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_holland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_homs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hongliuyuan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_honorias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hont_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hordalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hormuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hotin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hradec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hradyzk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_huesca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hulwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_huntingdonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hunyad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hunyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_hvosno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_iasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ibadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ibibo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_idatarainadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_idoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ifat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ife_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ifni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ifonyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_igala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_igana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_igaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_igbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_igbomina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ijaw_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ijebu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ikh_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ilam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ile_de_france_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ilesa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ilga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_iliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ilo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ilorin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_inari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_innarya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_inner_hebrides_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_innsbruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_intarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_inverness_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ionia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ipuskoa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_irahistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_irbid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_irbil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_irkutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_isauria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_isfahan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_isfara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ishim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_iskaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_isle_of_man_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_isle_of_wight_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_issoudun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_istakhr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_itanagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_itil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_iviza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jabal_kufs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jabal_quzlum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jafara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jaffna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jagatipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jahkamakke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jaligny_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jalmat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jambalar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jame_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jamtfir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_janakpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jasky_kart_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jaunpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jawf-al-yamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jenne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jerjul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jersika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jerusalem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jharkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jie_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jihlava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jilali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jilat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jilib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jimi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jinghiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jinsko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jinta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jiren_suat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jiruft_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jitikul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jolof_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jone_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jovvkuj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jowol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jubba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_julevadno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_julfar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_julym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_jumla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_juterbog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_juwain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_juwair_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaabu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kabarasana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kabul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kachu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kada_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kadam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaduna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaffa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kafirkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kagha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kainsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kainuu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kairwan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaisereia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaiserslautern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kakheti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kakisalmi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalabsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalanjara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalbin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kali_kumaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalinganagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaliska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalos_limen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalpi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kalyani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kamarupanagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kamatapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kambampet_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kammersberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kamru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kanara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kanchipuram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kandy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kanem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kangmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaniaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kankan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kansk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kantegir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kanyakubja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kara_asirgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kara_khoja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karabaigal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karabalgasun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karabas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karabash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karabolam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karachev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karakorum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karamay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karashar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karasjohka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karasu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karatayak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karatsagaan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karbala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kargadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karghalik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kargopol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karkaraly_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karmanta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karnten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kartauzh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kartli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_karur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kashgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaskelen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kaski_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kasmira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kassala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kassel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_katagum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kataka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_katehar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kathmandu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_katsina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_katu_yaryk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kayor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kazanskaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kazanskoye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kazym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kebbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_keffi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kempten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kerak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kerala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kerch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_keriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kerken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kermanshah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kernave_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ketu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_keve_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kevrola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khachen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khaplu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khar_us_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kharam-vosh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khasagt_khairkhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khawr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khaybar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khentii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kherson_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khetaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khijjingakota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khinjali_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khiva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khojand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khokhoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kholmogory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khopyor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khortytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khotan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khotang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khumar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khurnak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khuttal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_khuwar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kiev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kiia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kinda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kinda_sakun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kingui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kintus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kiranapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kirillov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kirkuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kirman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kishsh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kita_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kitka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kitoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kittila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kizir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_klarjeti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kletsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_klingenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_knin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_knittelfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_koblenz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_koda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kodalaka_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_koi-bagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kojuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kokenois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kokoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kokpekty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kolhapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kolobrzeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kolon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kolyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kolyvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_konda_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kondana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kondoma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kongu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_konigsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_konko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kontupohja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_konyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kopathal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_koppam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_korgon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_korinthos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_korosten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_korsun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kos-buwak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kos_uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_koshuki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kota_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kotera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kotivarsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kotokel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kotoko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kotte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kouga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_koutajoki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kozelsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kozlov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_krajna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_krakowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_krasnoyarsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_krasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_krems_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kropot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kucha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kuchuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kuisugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kujawy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kukiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kuku_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kulan_utmas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kulan_uynak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kulunda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kumaon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kumasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kumkol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kumtag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kumych_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kundina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kuozhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kuranko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kurdar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kurdistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kurgan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kurgus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kurmaed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kurmina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kurumba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kush-murun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kusinagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kusumi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kutch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kuzbas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kwahu-akyem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kwararafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kyadya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kyakyaru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kyaukse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kyin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kymyl_tey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kyunglung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kyzistra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_kyzylkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_la_marche_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_labda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_labourd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lachyk-uba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_laconia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ladyzyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lag_dera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_laghwat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_laia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lakhnau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_laksmanavati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lanarkshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lancashire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lanciano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_landsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_langres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lapusna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lasta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lecce_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_leczycka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_legnica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_leh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_leicestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_leinster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lenggu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lenghu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lennox_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_leon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lepsink_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_leraba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lesbos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_leuchtenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lhagang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lhari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lhasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lhatok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lhunze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lhunzhub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_liangzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_liebnitz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_liege_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lienz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lille_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_limousin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lincolnshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lingtsang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_linlithgowshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_linz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_linze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lippe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lipto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lisboa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lisieux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_litang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_litomerice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_livs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ljubljana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lleida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lobdaburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lobi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lobo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_logudoro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lolland_falster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lombardia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lomzynska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lori_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_loropeni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lothian_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_loulan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lower_galatia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lubeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lubelska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lubusz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lucca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ludrava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_luki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lukoml_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lumbini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_luneburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lunggar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_luni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_luntai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_luristan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lusignan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_luuq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_luxembourg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lviv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lycandus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lycaonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lycia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lydia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lysva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_lyubim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maastricht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_macon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_macva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_madaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_madhupur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_madoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_madrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_madurai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mafaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_magadha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_magdeburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maghas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_magwe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mahdiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mahishaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mahoba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mahra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mahur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mainling_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mainz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mait_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_majar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_makhir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_malaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_malagon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_malbork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maldives_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maldwyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mallabhum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mallorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_malta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mamprusi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_man_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_manatau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mandab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mandapika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mandavyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mandestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mangnai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mangra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mangyshlak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_manikpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_manipur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mansfeld_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mansura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_manthang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mantua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_manturovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maowun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_maragha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_marash_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_marburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mareeg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_markam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_marmaros_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_marrakesh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_marsabit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_marsan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_martyuba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_marvarrud_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_masa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_masabadhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_masalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_masin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_massawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_massina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mathura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mayo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mayyafariqin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mazandaran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mazongshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mearns_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_meaux_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mecca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mecklenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_medantaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_medapata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_medellin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_medelpad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_medina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_medjerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_meissen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_meknes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_melilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_melitene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_memar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_memel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_menorca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_merida_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_merioneth_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_meroe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mersenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_merv_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mesembria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mesopotamia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_messenia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_messina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_messukyla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_metz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_metzovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_miastko_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_middlesex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_midnapore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_miliez_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_millau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_minbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_minden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_minsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mithila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_modena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_modrus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mogadishu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mohadavasaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_molina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_monferrato_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_monkh_saridag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_monmouthshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_montaigu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_montargis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_monterrei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_montpellier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_morarna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_moray_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_more_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mosala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_moskva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mosul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mosynopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_moura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mozhaysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mudgagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mudug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mugodzhar_hills_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mulaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_multan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_muluya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mumo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_munchen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_munda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_munio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_munjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_munster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_murcia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_murom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_murun_tomis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_murzuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_muscat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mustasaari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_muya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_mysia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nabadwipa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naddula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nagarze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nagauda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nagchu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nagormo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naimisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naissus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_najera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_najran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nakhshab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naldurg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nallamala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_namandiru_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_namdalfylki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_namur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nancy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nandana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nangqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nantes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nanumba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_napoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naqis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_narim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_narke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_narva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_narym_DZU_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nasaiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nasibin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nasrabad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nassau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_natangia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naumburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naushki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_navarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_navasarika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_naxos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ndenye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_neamnt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nedenes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nedersticht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_negev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nellore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_neopatras_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_neramkary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_neufchateau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nevers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ngawa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ngoring_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_niani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nice_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nicopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nicosia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_niebla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nih_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nihawand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nikaea_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nikki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nikopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ninive_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_niomi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nishapur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nizhny_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nizwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_njudung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nordlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nordmark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nordrland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_norfolk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_north_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_northamptonshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_northumberland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_norwegian_more_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nottinghamshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_novara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_novgorod_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_novgorod_seversky_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_novogrudok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_novosil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nugaal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nuon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nupe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nurnberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nurtay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyagrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyainrong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyalam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyemo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyingchi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyitra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nyland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nysa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_nzi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ob_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_odessa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_odishi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_odoyev_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ohrid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oigon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_okangara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_olavinlinna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oldenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oleshye_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_olkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_olmedo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_olomouc_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_omsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_onega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_onega_BJA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ongi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_onsthia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_opanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_opava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_opole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orangallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orbetello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orhei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oriel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orkney_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orlamunde_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orleans_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ormond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orsha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_orvieto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_osel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oshrusana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oskol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_osnabruck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ossory_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ostergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_osterland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_osterode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ostfriesland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_otrar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oudalan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oulu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_outer_hebrides_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oversticht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_owu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oxfordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_oyo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pacatiana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_paderborn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_padua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_padum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_paeonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pagan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pagania_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_palakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_palanga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_palermo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pallas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_palmyra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_palniki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pamphylia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_panaji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_panjgur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pannagallu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_paphlagonia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_parma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_paro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_parsberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_passau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pavia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pavlodar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_peaccam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pecheneg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pedersore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pegu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pelym_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pelyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pemako_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pembrokeshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pendjari_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_penthievre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_penugonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_penza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_perekop_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_peremyshl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_peresopnytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pereyaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_perigord_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_perm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pest_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_petropavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_petropavolsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_petrovsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_philippopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_philomelium_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_phiti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_phrygia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pielinen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pirin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pisidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pite_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pitten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_plasencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_plocka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_plyos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_plzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_po_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_podor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_podrinje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_poitiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_polesine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_polotsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_polovragi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pomoravlje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pomorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pompeiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_porto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_poszony_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_povenets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pozega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_poznanska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_praha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pravia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_prayaga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_prenzlau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_prerov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_provence_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_prusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_przemkow_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pskov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pudozh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_puigcerda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_punakha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_pundravardhana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_purang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_puri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_purig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_purushapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_puttlingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_putyvl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qadisiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qalaafe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qamdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qaryatan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qashtiliya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qasim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qasr_ibrim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qataa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qatif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qayaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qazwin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qilin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qimr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qinggil_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qinnasrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qoshagyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_quercy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qumarleb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qumisha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_quqen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_quriltay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qurta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_qusayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_racakonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_radha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_radomska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ragusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rahba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_raimskoe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rajanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rajrappa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ramagiri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ramhurmuz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ramu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ranikot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_raniriki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ranthambore_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_raqqa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ras_hafun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_raseiniai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rashka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rasht_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ratanpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ratibor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ravenna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ravensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rayy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rebgong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_regensburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_reggio_calabria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_reims_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_renandu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_reni_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rennes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rethel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_reval_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rhodopes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rhodos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ribe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rima_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ringkobing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_riqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rivsharan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rogalandi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rohana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_roing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_roma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_romen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rosenheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_roslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ross_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rossano_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rossello_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rostock_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rothas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rothenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rouen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rouergue_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rounala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rudbar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rugen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rukhaj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ruppin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rusafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_rutog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ruyan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ryazan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ryty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saalum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saarbrucken_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sabakyul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sable_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sabzevar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sacz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_safata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sagaing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sagar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sagiz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sagya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saimara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saintonge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sakala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sakarai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sakmara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_salamanca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_salamat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_salavat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_salerno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_salinis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_salzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samaiqan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samander_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samar_VB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samarra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samatata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sambalpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sambhal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samiran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_samosata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sanaa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sancerre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sandomierska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sandoway_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sangqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sanij_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sankt_gallen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sankt_polten_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_santiago_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saptagrama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saqsin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sarakhs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saran_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sarangpur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sarasvata_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sarasvati_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saratov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sardan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sarkel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sartlan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sarykamysh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sarysyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sasaram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_satakunta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_satala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_satfura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_satif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_satyapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_saumur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_savalu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_savoie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_say_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sayn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_scalovia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_schaumberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_schmalkalden_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_schweibus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sebasteia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sebezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sebur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_selenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_seleucia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_selge_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_selpils_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_semey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_semien_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sennar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_seno_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sens_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_serae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_serres_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sertar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sevede_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_severin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sevilla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sevsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sewa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sfax_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shabe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shahrazur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shahre-babak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shaki_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shamir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shanzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shaqiq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sharaf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sharga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sharka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sharkiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shavgar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shayzar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shazhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shchuchinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shelji_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shenkursk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sherbro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shetland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shigar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shiraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shirvan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shishina_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shityy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shorkot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_showa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_showak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shropshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shughnan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_shunzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_siauliai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sibi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sibi_mali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sibir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sidamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_siena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sieradzka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sif-i-umara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_siggevara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sighnaq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sijilmasa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sikasso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_silla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_silves_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_simaramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sinjar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sinope_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sir_faesyfed_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_siracusa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sirhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sirjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sittaung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sitti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_siwa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_siwistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sjaelland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sjeltie_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_skane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_skara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_skardu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_skolt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_skopje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_slesvig_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_slupsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_slutsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_smolensk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sobrarbe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sochur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_socotra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sodermannaland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sogn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sokode_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sokoto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_soldin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_soli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_solimana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sombio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_somerset_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_somnath_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_somogy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sonda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_songuu_aallar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sopron_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_soria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_soroca_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sorok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sortavala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_soso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sosva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_souf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sous_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_south_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_speyer_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_spis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_spreewald_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sprottau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sravasti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sredets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_srihatta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sriksetra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sripatha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_srirangapatna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_stade_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_staffordshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_starodub_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_stendal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_stettin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_stezycka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sthanisvara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_stoenesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_stoyanka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_strassburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_strathearn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_strumica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suakin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_subay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_subei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suceava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sudurland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suenik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suffolk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sukhna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sullum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sumadija_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sumdo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sundgau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sungqu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suondavara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suriya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_surparaka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_surrah_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_surrey_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sussex_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sutherland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sutkend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suvarnagram_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suvarnapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suzdal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_suzhou_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_svaneti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_swetaka_mandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_syrrusafa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_syrte_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_sysma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_szabolcs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_szatmar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_szekelyfold_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_szekesfehervar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_szerem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tabary_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tabassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tabla_butii_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tabon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tabriz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tabuk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tadjoura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tadla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tadmekka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tagadur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tagali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tagant_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_taghaza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tagul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tahert_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tahoua_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_taif_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_taizz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_takkeda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_takon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_takrit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_takrur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_talakad_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_talava_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_talish_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tall_basma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tall_hamid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tamasna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tambov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tamentit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tamiso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tamralipti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tanas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tangiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tao_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tapsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_taradavadi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_taraz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_targu_jiu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_targyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tarnowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tarragona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tarsos_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tartas_SIB_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tarvagatai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_taskyl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tavan_bogd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tavasts_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tawang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tayma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_taza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tbilisi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tecklenburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_teke_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_telemark_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_temes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_temne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tenggeli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_teniz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ter_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_teramo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_terebovl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_terek_pass_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_terekli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_terektai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_teruel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tesiin_gol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tessalit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_teviotdale_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tewo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tezu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thabeik_taung_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thalabiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thaldat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thalner_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thaton_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_theodosiopolis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thessalia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thessaliotis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thessalonika_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thiers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thomond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thouars_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_thyatira_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tib_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tiberias_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tibesti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tichitt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tigheci_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tigre_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tihama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tihamat-al-yamani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tikhvin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_timbi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tindouf_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tinmallal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tirakka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tiris_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tiruvannamalai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tivoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tlemcen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tmutarakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tobol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tobruk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_todo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tokumbay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_toledo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tolna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_toma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tomorbulag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tomsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tonnerrois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_torangy_kul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_torda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_torema_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_torne_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_toro_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_toropets_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tortoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tortona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_torun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_totma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_touat_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_toulouse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_toungoo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tourraine_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tovkhon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trakai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trandam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trandheim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_travunia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trebizond_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trenscen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_treviso_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tribandapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trier_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trigarta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trikuta_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trincomalee_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tripoli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tripolitana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tripuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_trongsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tropaeum_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_troyes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tsambagarau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tsaparang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tseel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tselym_dalyn_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tudela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tudgha_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tui_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tula_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tuluchezeva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tulun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tumak_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tumar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tummana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tunis_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tunka_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_turan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_turgay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_turin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_turnovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_turov_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_turpan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_turuberan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tus_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tustar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tuulain_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tver_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tyendugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tyumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_tzani_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ubins_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ubmejeiednuo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ubulla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uch_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uchangidurga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uchkul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_udabhanda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ufa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uiska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ujjayini_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulaanbaatar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulaangom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulan_chuzir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulan_ude_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulantaiga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uliastai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uliuty_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulster_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulu_jitanjik_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ulytau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_umiai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ungvar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_upland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_upper_bono_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_upper_ghur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_upper_gurma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_upper_khabur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uqayr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uraiyur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ural_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uraltau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_urbino_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_urgamal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_urgell_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_urgun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_urmiya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uses_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ushara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ushmun_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ushytsia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_usora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ustyug_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ustyurt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uul_chors_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uulynkhol_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uvs_nuur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uwal_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uzboy_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uzen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_uzgend_KARA_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vadodara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vaihingen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vaijayanti_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vairagara_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vairata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vaisali_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_valabhi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_valdai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_valencia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_valentinois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_valladolid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_valois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vanemane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vannes_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_varanasi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vardhamana_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_varend_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vargashi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_varmland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vaspurakan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vastergotland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vastmanland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vastvag_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vasyugan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vatapi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vatsagulma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vaucouleurs_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vecchio_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_velay_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_velbazhd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_velsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_venadu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_venaissin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vendome_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_veneto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_venezia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vengipura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_veria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vermandois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_verona_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vestfold_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vestisland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_veszprem_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vhrbosna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viborg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vidin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vidisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vidzeme_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viena_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vienna_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viennois_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viipuri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vijayapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vijnot_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vikramapura_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_villach_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vingulmork_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viraja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viscaya_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viseu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vitebsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viterbo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vitim_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_viviers_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vizagipatam_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vladimir_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vodamayutja_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vodi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vodica_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vogtland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_voin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_volkovysk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_volodymyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vologda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vorbasse_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_voronezh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_votkinsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vratsa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vrbas_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vukovar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_vyangi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wabar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wadai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wadan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_waddan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wadi_amur_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wadi_el-milk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wagadugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_waj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wajda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wajh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wakhan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wakhsh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_walata_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_waldeck_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wandala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_waqisa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wargla_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_warwickshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wasit_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wassa_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_welamo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wellega_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wentugaole_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wenyon_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_werle_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_west-tokharestan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_west_kordofan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_west_qamuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_west_riding_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_western_tannu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_westfriesland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_westmorland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wiek_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wielunska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wiltberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wiltshire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wittenberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wolgast_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wolkenstein_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wolpe_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wolqayt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_worcestershire_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wormditt_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_worodugu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wschowska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wuda_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wuli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wuluhai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wurttemberg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_wurzburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_xainza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_xaitongmoin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_xigaze_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_xigortang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_xingqing_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_xining_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yabrin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yagba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yaitsk_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yalala_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yalong_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yamama_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yamethin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yanbu_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yangikent_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yangjibaliq_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yangwarok_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yanokul_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yar-calli_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yarkand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yaroslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yasin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yatenga_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yatvyagi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yau_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yauri_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yazd_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yekaterinburg_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yelimane_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yenisei_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yenshipin_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yera_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yijinai_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yongdeng_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yoshkar-ola_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yperen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yumen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_yumenguan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zabid_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zabulistan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zachlumia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zadar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zadoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zagorje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zagreb_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zagros_mediae_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zaila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zakroczymska_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zamindawar_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zamm_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zammour_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zamora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zanjan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zarafshan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zaragoza_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zarand_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zaranj_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zaria_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zarma_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zarman_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zaslavl_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zatec_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zavrsje_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zawila_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zeeland_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zekog_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zela_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zelengora_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zemigalians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zemplen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zetang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zhagyab_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zhenfan_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zherkovo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zhidoi_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zhongba_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zhytomyr_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zichia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zirkuh_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_ziz_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zlatibor_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_znojmo_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zogang_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zoige_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zollern_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zolyom_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zurich_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zutphen_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } -d_c_zvyahel_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/CK3CS_titles.txt b/WtWSMS/common/landed_titles/CK3CS_titles.txt new file mode 100644 index 0000000000..db4d9e753c --- /dev/null +++ b/WtWSMS/common/landed_titles/CK3CS_titles.txt @@ -0,0 +1,12839 @@ +d_b_KUDA_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aabenraa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aalborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aalkmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aanaarjavri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aarak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aarborte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aarhus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aba-qomi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abade-darabjerd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abakaliki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abarquh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abaskun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abauj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abbadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abbay-agaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abbeville_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abeche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abensberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abeokuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aberdeen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aberfeldy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aberystwyth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abingdon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abivard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ablanque_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ablastha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abohar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abomey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abraj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abrantes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abrudbanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abtaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abu_geili_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abu_ghalib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abu_hammad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abydos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_abyszkan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_acalapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_accra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_acerenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_achalgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_achaly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_achichskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_achit_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_achu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_achum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_acqui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_acre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ad-daliya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ad-dathina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adaboye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adanse_manso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adavani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_addanki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ademuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adenau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ader_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_admont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adragh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adramyttium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adrar_iforas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adrar_timmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adraskan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adrassos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_adruh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aezani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_afar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_afera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_afgooye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_afram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_afrasiyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_afshar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_afza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agadez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agadir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agairik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agaw_meder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agenais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agharaf_road_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aghata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aghmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aghuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agidel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agiosnikolaos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agmahl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agnone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agrafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agramunt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agranai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agricento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aguilas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_agypse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahaggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahanjaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahichatra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahlen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahmadnagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahnas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahobalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahrensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahvaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ahwene_koko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aigialos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ain_al-gharbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ain_al-qayyara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ain_at-tamr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ain_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ain_galakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ain_said_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ainos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ainsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ainsefra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aintab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aintekbalet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ainun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_air_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_air_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_airag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_airkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_airyk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_airyuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aititab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aitiyat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aiwana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aix_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aj_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajaccio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajadabiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajaigarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajase_ipo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajayameru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajlu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajodhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ajutasty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ak-dzulpas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ak-taylak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ak_altyg_khol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ak_su_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ak_tasty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akasha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akcha-adyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akchim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akeqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akhaltsikhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akhsikath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akhsisak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akhtamar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akhtyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akjeku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akjoujt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akkityk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akkum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akpafu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akrainos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akrijit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akruresvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aksay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aksay_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aksu_mongolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aksum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aksuyek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aktau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akumbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_akzhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-abwab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-aghwat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-akhadid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-anbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-aqra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-arid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-arish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-asa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-awnid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-azraq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-bahnasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-bahriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-barkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-bawga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-bira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-farafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-farasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-farut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-fayyum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-fewet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-ghaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-ghazali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-haddar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-haditha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-haditha-furat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hadr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hajar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hajar_nubia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hamam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-harra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-haruniya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hawra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hayyal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hijr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-hila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-humayma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-janad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-jar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-jibal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-jilat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-jiwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-jubayl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-khadarim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-khanuqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-kharj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-khatt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-khuzaimiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-kufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-maafir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-madhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-madina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-mahjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-mandab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-mawiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-muhdatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-mushaqqar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qadisiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qara-jawf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qaryatan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qaryatan-qasim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qasr-dakhla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qasrayn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qastal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qatif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qatr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qhqaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-qulaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-rahba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-rusayrisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-talha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-ubulla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-udhaib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-ula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-uqayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-ushmunain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al-wajh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_abbasiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_aghaila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_aliya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_aribus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_gabal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_hamma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_jawf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_muaskar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_musala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_al_ubbad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ala-kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alag_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alak-nor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alamut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alapaevsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alarcon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alarcos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alatyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alba_di_monferrato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_albacete_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_albarracin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_albi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_albret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alcacerdosal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alcaniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alcantara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alcaraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alcazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alchanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alcudia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alencon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alexandretta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alexandria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alexandriatroas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_algeciras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alghero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_algiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alibori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alicante_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alichur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alishtar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alistegunde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aliten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aljan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_allai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_allaqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_allbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_allenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almader_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almansa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almaraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almaty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almelo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almeria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almetyvesk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almonte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_almora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_along_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alsholoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alsoverecke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altaichei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altan_els_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alto_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altotajo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altyn-emel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altyn-kolekis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altyn_kol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_altyn_su_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aluchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aluksne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alvinc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alxa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alyaty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_alymka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amalfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amalner_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amaravati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amaresvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amarkantak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amarkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amarvalli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amaseia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amastris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amatlus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ambaranatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ambert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ambikapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ambrolauri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amersfoort_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amezdofe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amfissa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amiens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amisos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amol-e-shatt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amorha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amorion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amposta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ampthill_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amraoti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amroha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amsterdam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amstetten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_amyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_an_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_an-nabak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_an-nahrawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_an-najaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_an-nibaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_an-numaniya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anacopia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anahilapataka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anantapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anazaribus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anbar-guzgani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ancona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andamish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andarab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andarab_d_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andkhud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andorra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andrapa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andravida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andreapol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_andujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anegandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anemurium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anfa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_angaragiin_degee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_angelokastron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_angerburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_angers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_angot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_angouleme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anja_TUV_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anjar_kutch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ankai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ankyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_annaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_annan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_annecy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anning_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_annonay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ansbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ansina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ansongo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_antartus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_antequera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_antiocheia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_antiochia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_antipatreia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_antivari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_antwerpen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anuradhapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anuy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anxi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_anyu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aosta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aowin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_apamea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aparshahr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_apeldoorn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_apemea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aphrodisias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_appingedam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_appleby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_applecross_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_appollonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_apt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aq-masjid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqenganggyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqiq_tamra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqmescit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqqikkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqsubay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aqtobe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aquileia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-rabb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-ramla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-ran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-rayda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-rikha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-rukhail_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-ruqaii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-rusafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ar-rusafa-iraq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_araban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arabissus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arandadeduero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arandal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aranyosbanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arasaxa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arawan_road_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arbaji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arbinjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arbuga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arcadia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_archabis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arcos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardabil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardakhivah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardalankath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ardnamurchon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arendall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arezzo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_argan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arganda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_argentan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_argogco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_argonne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_argos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arguvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_argyjek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_argyrokastron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ariano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aribinda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arigh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ariksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arilje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arivajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arjepluovve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arjesh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arkadiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arkalyk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arkalyk_KAZe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arkhangelsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_armabil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_armagh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_armagnac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_armant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_armaxa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arnedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arnhem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arnon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arnsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arnstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arnswalde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arondo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aror_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arrah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arrajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arsamosata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arsgul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arsjogk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arslanbob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_artaani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_artah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arthanuji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_artsyz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aruj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arusi-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arviesjavrrie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arxog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arys-kum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arzew_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_arzhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-safra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-saimara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-salila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-saliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-salman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-samman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-sawariqiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-sayaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-sinn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-sirayn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-subia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-sukhna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-sumaina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-suqya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-sus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-suwaida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-suwaida-hauran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_as-suwaydiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asanapat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asante_manso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asaybay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asbid-dasht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ascalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asciano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ascoli_piceno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asfanjay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asfuzar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ash-shamsiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ash-sharaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ash-shihr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ash-shuqayq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ashaval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asheh-atrik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ashir_banya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ashir_yashir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ashli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ashpara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ashta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asigarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asirgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_askedal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_askhanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_askole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_askot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asmaak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aspona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aspona_CHA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_assa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_assab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_assen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_assin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_assissi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_assynt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_astana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_astarabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_astarac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_astore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_astorga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_astrakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_astrakhanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asurgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aswan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aswan-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_asyut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_at-tafila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_at-taif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_at-tib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_at-tur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atakpame_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atamansku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atapuerca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atbara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atbasar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atebubu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atfih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ath-thalabiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_athenry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_athens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_athgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_athlone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_athy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atkarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atlym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_attahasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_attak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_attaleia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_attalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_attar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_attie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_atyrau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aube_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aubusson_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_audo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_augsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_auliekol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aumale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_auno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aunus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aurillac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ausa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_austfold_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_autun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_auxerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avaskar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aveiro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aversa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avezzano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avignon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aviovara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avlonas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avraikheer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avranches_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_avrautau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aw_barre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awbuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awdaghost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awgham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awjila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awlil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awliya-ata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awssa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_awzaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_axu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ayagoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ayakkum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ayamonte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ayas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aydhab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aylesbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ayodhya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ayrtau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_aytos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_az-dhafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_az-zabadani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_az-zarqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azadawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azez-kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azgyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azukki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azzamur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_azzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baaft_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baalbak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_babao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_babrov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_babruysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_babur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bacau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bachhraon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badagry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badakhshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badakhshan_TARIM_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badaraya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badenoch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badibu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_badumbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baeberdon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bafinko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bafulabe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagahus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagavan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagerhat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baghaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baghdad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baghlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baghmundi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baghras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baghshur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bagnin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baguirmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baguirmi-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bahalda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bahasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bahir_giyorgis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bahla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bahoriband_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bahr_el-ghazzal_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bahraich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baia_de_arama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baibalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baidha-petra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baigalan_chaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bailaqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bailjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bainuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bairab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baisary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baitadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baiyang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baiyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baja_medjerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bajar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bajarwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bajlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bajmoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bajrakot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bajura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakanas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakash-aul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bake_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakhmut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baklanska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baklansky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakrabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakrawath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baksa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakunu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bakusaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bala_iskem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balad-mosul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balaguer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balanjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balasaghun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balassagyarmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balbelec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baldanas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baldyrgannyg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baleshvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balhaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bali-east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bali-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balkh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balkonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ballater_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baltimore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baltit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balung_dulan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_balvanyos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bamain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bamardani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bambaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bamberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bamburgh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bamiyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bamm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banamba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandama-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandama_springs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandanijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandhugadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bandiagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banff_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banffyhunyad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bangaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bangasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bangdag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bangor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bangu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banifing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baninko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baniyas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banjaluka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bankass_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bannajbur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_banzart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baoule_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baqirda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baqlin-east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baqlin-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baqlin-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baquba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bar_sur_aube_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bar_sur_seine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baraawe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barandud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baranovichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baranow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baranyavar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baraqish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barasuru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baratigin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barbacadle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barbastau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barbastro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barcelona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barcelonnette_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barchuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bardai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bardak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bardhere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bardo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bareily_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barfta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bargajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barhut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barimma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barkam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barkdiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barlad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barnaii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barnaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barnstaple_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barohiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baroli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barqa-al-marj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barqaid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barskhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barsuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bartenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bartulla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baryang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barysaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barzam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_barzand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basando_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basavapattana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bashazza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bashila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bashin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bashkoyumal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basingstoke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basiyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bassa-afram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bastia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bastogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_batang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_batina-east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_batkhaan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_batn_nakhl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_batorkeszi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_batticaloa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_batumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bauchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bauska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bauska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bautzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bawangaja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bawit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bawiti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bawku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baxoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayan_UVS_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayan_aulska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayan_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baydhabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayeux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baykara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayonne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bayreuth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_baza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bazadais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bazarka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bazoh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beaugency_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beaujeu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beaumont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beaumont_sur_leze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beaune_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beauvais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bechyne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_becse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bederkesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bedford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_begemdir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_begho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_behabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beichtinen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beilu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beiram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beirut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bejaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bejar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bejestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bekdas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bekes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beksima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bekwai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belchite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belcoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belebey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belenyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belesek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beletweyne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belgard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belgaum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belizi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beljan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bellac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bellinzona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belogorye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belogradchik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beloozero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belvedere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_belz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_benavente_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bende_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_benevento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_benghazi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_benin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_benin-city_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_benin_marshes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_benna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bentheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beodericsworth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beograd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beohari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berber_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berbera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berchtesgaden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beregszasz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berestye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bereznik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bergamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bergen_op_zoom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bergerac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bergh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berikul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berisiy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berkhamsted_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berkri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beroe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beroun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bertrand_de_comminges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_berwick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beryslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_besancon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_besensheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beshbalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_besinada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beszterce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_betanzos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bethen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_betla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_betma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_betpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_betzini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beyneu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beyta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bezda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bezdez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bezeklik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bezichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_beziers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhadohi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhadracala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhadrak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhainsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhainsrorgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhairavunikonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhaktapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhamer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhandara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhanvad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bharatpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bharuch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhatiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhatnir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhatta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhillamala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhilwara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhimashankara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhimtal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhirr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhitagarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhojpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhojpur_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhubaneswar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhuj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhumilka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bhuttar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bibemi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bichvinta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bidar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biddiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bielastock_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bielaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biella_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bielsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bielsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biescas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bihac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bihar_sharif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bijagos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bijeljina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bijnor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bikramkhol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bikrampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilbays_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilhorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilibio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilizma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bilyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bimand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bindir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_binnaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bint_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biograd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bir_amir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bir_el-kai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bir_um-ghrein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birgo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biriku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biriusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birjand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birkevik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birmingham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birnin_lafiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biru_walata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biryusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birzai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_birzula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bisandugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bischofswerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bisha_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bishang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bishnupur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bishops_castle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biskra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bisserskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bistum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bisutun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bitan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bitola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bitov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bitsch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biyadaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_biyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bizamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bizye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bjarkoy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bjorgvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_blagaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_blankenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_blankenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_blaye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_blois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_blotkowo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_blything_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bobo_dyulasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boborossa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bobovac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bochnia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bodh_gaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bodrog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bogale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bogo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boguchar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bohani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bohi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bohodukhiv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bokainagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bokalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boksanbanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bokthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bol_agach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bol_uran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boleslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolghar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolingsbroke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolnisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bologna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolsho_kyzylkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bolzano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bombali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bombogor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bonduku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bonga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bonifacio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bonn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bonny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bono_manso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boon_tsagaan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boppard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borculo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bordeaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borgarsyslar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borgholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borgu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borkou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boro_burgasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boromo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boron-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borovichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borsod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borsova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borultokay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boryspil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_borzna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bos-tau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bosha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bosilegrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bostal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bosten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boston_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bosworth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bothin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bottaman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_botzow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bou_khzama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bouake_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boubo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bouda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boudounitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bouillon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boulawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boulel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boulogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boulom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bouna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bourbon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bourem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bourges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bousaada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_boussac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bousso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bozen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_braga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_braganza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brahmapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_braila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brakel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brandenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_branicevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_braslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bratsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_braunau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_braunsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_breclav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brecon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_breda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bredevoort_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bregenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bregne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bremanger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bremen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brentford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brescello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brescia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_breslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bressuire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brest_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_breznica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_breznik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_breznobanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_briancon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bribir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bridlington_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brielle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_briesen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_briey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brin_navolok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brindisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brinje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bristol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brixen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brodnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brodno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brskovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bruchhausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bruges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bruneck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brunswick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brussels_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brysis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_brzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buchach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buckingham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bucuresti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_budin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_budingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_budlimlje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugaiwilik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugaly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bughrara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugulde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugulma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugur_TARIM_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buguriba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugurslan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bugyntalbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buipe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bukhtarma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bukuruwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bulandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bulat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bulgan_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bulun-tok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bumbag_hayrhan_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bumgye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bumthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bundi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bundu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bunjiket_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buren_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burgas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burgasutai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burghausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burgos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burhanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burhi_gandak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burkal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burluk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burogco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burqin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burqug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burss_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burullus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burunfongo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_burzanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busaso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bushkanat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_busura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buteeliin_nuruu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buthrotum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buur_heybe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buxtehude_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buzaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buzai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buzau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buzjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buzuluk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_buzye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_byalgrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bychok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bydgoszcz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bytom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_bytow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cabaneros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cabarda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cabartei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cabra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caceres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cadiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cadyou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caernarfon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caerphilly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cagli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cagliari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cahors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cahul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cakrakuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calaceite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calarasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calatafimi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calatayud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calatrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calicut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_callander_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caltagirone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caltanisetta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_calw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_camacha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_camaldoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_camarda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cambrai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cambridge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_camerino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cammin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_campa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_camparanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_campulung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_campulung_moldovenesc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_canavese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_canda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_candhoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_candradvipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_candranatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_candravati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_canossa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_canterbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cantillana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caorle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_capua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caravacadelacruz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carballido_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carbonara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carcassonne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cardiff_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cardigan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carguya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carisbrooke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carissa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carlat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carlisle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carlow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carmarthen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carmona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carrick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_carrickfergus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cartagena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cascarena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_casel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_casentino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_casnewydd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caspe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cassino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castamon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castellane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castellon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castelnaudary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castelo_branco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castelsarrasin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castilblanco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castlebar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castleton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castletown_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castrogiovanni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_castrovillari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_catania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_catanzaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cattaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_catyaeum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cavan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cawarong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_caze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cazma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cefalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cegled_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ceklis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_celle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ceneta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_central_jbl_quzlum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_central_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cephalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cerasus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cernauti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cerynia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cesarea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cesvaine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cetatea_alba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cevennes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chablis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chachran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chadrinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chagai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chaganbulage_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chagboco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chaghaniyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chagne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chaklym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chakpak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalamtum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalap_kerman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalbych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalcedon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalkis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chally-kala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chalus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chambery_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chamchev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_champagnole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_champaner_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_champawat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_champs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chanderi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chandpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chandraketugarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chandrehi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_changco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_changdev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_changgo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_changma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_changmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_changzhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chaogetuhure_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chapra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_charaideo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chargaldzin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chariopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_charkliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_charleroi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_charmanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_charsianon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chartres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chartreuse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_charych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chateau_renard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chateau_thierry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chateaubriant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chateaudun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chateauroux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chatellerault_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chatigama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chatillon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chatrabhog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chatzk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chaumont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chauragarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chavez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cheb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cheboksary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chechkeiev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_checiny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chegarka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cheko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chelabinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chelai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chelbaska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cheleken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chelik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chelmsford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chelykla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherbourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherepovets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chergana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherkassy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chernigov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherskogo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chersonesus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chertsey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherven_VOL_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cherykaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cheshi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chesterfield_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chiari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chiavari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chichester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chieri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chijin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chikan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chikdril_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chikoy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chikoy_OGR_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chilas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chilia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chimkent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chiny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chioggia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chios_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chiplun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chir_kala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chisinau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chitrakut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chitrakuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chitral_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chiusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_choklema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chonae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chonoshud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_choqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chornobyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chortkiv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chortolisy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_christchurch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chrudim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chrysopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chuankou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chubar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chubar_KAZ_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chubar_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chuguchak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chukas_vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chukhloma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chukwu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chulak-terek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chulym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chulym_bis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chumarho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chumishtikul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chumkar_kia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chumy-su_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chunar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chungtash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chungthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chungul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chunian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_churuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chushka-kol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chusul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chutia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chutur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chuulunuruu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chynov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_chyorny_yar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cibyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ciduadrodrigo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ciechanow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cieszyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cieza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cisterki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_citeaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_civitas_castelli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_civitavecchia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clackmannan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clairvaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_claudiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_claudiopolis_SELEUCIA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clermont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clermont_sur_ailler_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clervaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clettgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clifford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clogher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_clonmel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cloppenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cluieli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cluny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cochem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cocussus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_codoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coevorden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cognac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coimbra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_colchester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_colditz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_colmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cologne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_colonea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_comacchio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_comai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_comana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_comana_LYK_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_comana_pontica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_combourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_comitanassus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_como_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cona_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_conak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_constanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_constantine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_constantinople_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_contres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coracera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corbie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cordoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corfu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corinth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cornouailles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cortona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corunna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corwen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_corycus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cosenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_costesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cotrone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cottbus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cottingham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coucy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coulommiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coupar_angus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_courcillon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_courtrai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coutances_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coutenay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_couvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_coventry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cozhedangma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cozhelhoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crailsheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_craiova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_craon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cratea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crecy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cremna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cremona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crepy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cridus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crieff_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crius_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_crossen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cruachu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_csakvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_csanad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_csikszereda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_csongrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_csurgo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cubalel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cuellar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cuenca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cujmir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cukataw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cukksual_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cuneo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cunningham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cuonaco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cuxhaven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cybele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cybistra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_cykma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_czarnkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_czersk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_czestochowa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_da_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_da_chainoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabahu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabba_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabhol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daboya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabrowa_gorn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dabusiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dachi_gama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dadhipadra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dadrewa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dafang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dafariid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dagana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dagelhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dagwamba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dahab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dahlak_kebir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dahme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dahyansi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dair_ar-ruman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dajal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dajing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dakajalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daklha_gampo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dalaborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dalanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dam_barma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damanhur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damantan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damascus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dambadeniya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damdoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damoh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damot-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damquka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_damzhung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dandanqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dangla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_danilov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_danj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_danki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dannenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dantan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dantenkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daoroouul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daporijo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daqahla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daquqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dar-i-tubbat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dar_rashid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dar_sila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dar_wona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dara-sharka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daraban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darabjerd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daradj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daramdin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darayya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darband-qarabuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darbhanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darbhavati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dardjiin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darhafan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dariya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dariyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darjeeling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darkhad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darlington_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darmashan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daroca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darzanji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_darzedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dasapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daskara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dasmenda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dassel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_datong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daugavpils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dausar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_davlet-girei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_davo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dawa_south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dawaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dawaro-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dawin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dawraq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dawu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dayan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dayan_deerkhiin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_daylam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dazuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dbilin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debdou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debrc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debre_libanos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debrecen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debryansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_debul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_decin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dedoplitskhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dedovichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_degelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_deggendorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_degou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dehono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dehradun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dekcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_delaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_delft_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_delfzijl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_delgo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_delvada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dembiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_demchok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_demetrias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_demiianka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_denbigh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dengkou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dengqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_denia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_deogarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_deols_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_depalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_depenau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_deqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dera_ghazi_khan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derahib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derbent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derdoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_deriabinskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derlenka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_derry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_des_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_despen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dessau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_deva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_devagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_devalgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_devaparvata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_devarakonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_devin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_devkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_devol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dewas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dewu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhakeshwari_jatiya_mandir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhamalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhamballai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhamoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhandhuka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhank_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhankar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhankuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhanop_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dharampuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dharmrajeshwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhauli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhavalapuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dherbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhilika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dholka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhraina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhubri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhufar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhul-marwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhulikhel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhusamareb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dhuudo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diabe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diafunu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diakam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dianga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dibela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dibi_TUV_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dibri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_didesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_didymoteichon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_die_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diekirch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diepholz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dieppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diffar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dighavapi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_digne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dih-e-khalaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dihistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dihnakhirjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dijon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dikutateni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dikwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dillingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dilsbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dimapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dinawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dinde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dinder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dindigul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dinggye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dingwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dingyuanying_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dingzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diouboye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dipalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dipsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dirku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_diskit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ditmarschen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dizah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dizak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dizak_makrani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dizful_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dizmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djado_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djado_jafara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djado_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djanet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djarin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djursland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_djusagach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dlim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dmanisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dmitrov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dnipro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_doba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dobele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dobovec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dobrzyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_docimium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dogolan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_doilungdeqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dokecoring_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dokecoring_qangco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dokkum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dolakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dolgellau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dolgo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dolgujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dolons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_doloon_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dolpo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_domazlice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dombovar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dombraly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_domoko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_domokos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_doncaster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dondan_oilik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_donegal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_donetsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dongco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dongola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_donkoro_nkwanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_donllorente_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_donzy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dood_tsagaan_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dornberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dornoch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dorogobyzh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_doroh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dorohoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dorohychyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dorostorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dorsoidong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dort_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dortmund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dorylaion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dospat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dosso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_doti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_doudleby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_douentza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_douna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dourola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_douz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dover_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dovre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_downpatrick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drafn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dragasani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_draggo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dragugnian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drakbuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drakgur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_draksharama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dramberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dresden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dreux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dreznik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_driesen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drigung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drijeva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drivast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drogheda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dromahair_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dromo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_drysa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duben_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dubica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dublin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dubno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dubovac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dubrovytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dukhovshchina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duldulokur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dullu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duluk-teluch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dumali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dumbarton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dumbawand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dumbraveni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dumfries_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dumiyat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dunbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dundaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dundalk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dundee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dunfermline_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dungannon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dungunab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dunhuang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dunkeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dunkirk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dunmow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duolo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duortnus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duqm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durdzukia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duren_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durgas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durovka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_durum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dutsi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duvno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_duvzare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dvaraka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dvinitza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dvur-chvojno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dwarasamudra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dyracchion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dzangent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dzayul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dzhankoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dzogchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_dzogenrabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_ahaggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_amhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_attie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_igala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_kru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_sidamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_east_sila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eastern_nzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ebeleben_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eberswalde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ebi-nor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ecobrogis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ed-damer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_edam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_edd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_edd-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_edessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_edinburgh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_edo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_edrei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eej_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eferi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_egerszeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eghiz_kala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eichtstad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eilenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eindhoven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eisenach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ejea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ekdala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eketorp_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eki_khem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ekiti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eklingji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eksjo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el-ayo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el-eleila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el-obeid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el_borouj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el_buur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el_dere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el_fasher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el_jem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el_ksabi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_el_waak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elabuga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elasson_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elblag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elesd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elgin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ellur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elmet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elmina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elsen_tasarkhai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_elvas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ely_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_emba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_embrun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_emden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_emil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_emly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_emmen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_empoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_en-nahud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_endere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_enescopinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_engelberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_engels_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ennis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_enniscorthy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_epernay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ephesos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_epinal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erandol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erdenet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erementau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erg_ghati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ergaki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erkhel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_erkne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ernstbrunn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ersomlyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ertis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eschenlohe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eschweiler_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_espoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_essen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_este_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_esztergom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_etah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_etampes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_etawah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_etzeri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_euaissa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_euchaita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_euspena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_everstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_evesham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_evora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_evreux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_exeter_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eylau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_eynafylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fachi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fachi_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fadak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fadala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fadama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fafan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fafan-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fahan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fahraj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fahraj_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faizabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fajla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fajr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falaise_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falanko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falasha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falkenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falkirk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_falkoping_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_famagusta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fanhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faqus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farabugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farduzes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farfa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farhajird_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_farnebo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faroo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faryab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fashal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fatagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fathabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faucigny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faulquemont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faustinopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_faya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fayd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fazughli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fazughli_east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fecamp_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_feher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fehertemplom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_feldbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_feldkirchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fellata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_femera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fernabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ferns_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ferrara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ferrette_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ferrol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fesensac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fetesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_feurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fezzan_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_figeac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_figuig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_figuira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_filiasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_finnforsar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_finstigen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firabr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firaun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firdafylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firenze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firrim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firuzabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firuzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_firuzkuh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fishabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fishguard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fjarlandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_florentiola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_floridsdorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_focsani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fogaras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fogny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_foix_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_folgue_karu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_follinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_folona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fontenay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_forbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_forcalquier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_forli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_forst_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fort_aleksandrovkiy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fort_novoaleksandrovkiy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fraga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_frankenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_frankfurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_freiberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_freiburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_freising_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_freistadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_friedberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_friskdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_frolikha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_frolovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fronsac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_frontenhausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_froso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fudalhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fuerteventura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fukang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fulda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fuqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_furness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fursata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_furstenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fustujan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_fwala-konyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gaaltoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabal_south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabarawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabardan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabasumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabou_bura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gabrovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gacko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gadei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gadhipuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gadilon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gaeta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gagnoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gagraun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gairloch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gajor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galaseatnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galashiels_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galich_mersky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galikan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galkayo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gallarate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galtelli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galuut_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_galway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gambaru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gambo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ganale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gandzasar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ganeboafo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gangadvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gangaikondacolapuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gangapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gangasdelnarcea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gangca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gangnyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gangra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ganja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ganjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ganjun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gants_khondii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ganz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ganzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gaolan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gaotai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gap_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gardafuul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gardelegen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gardiki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gardikia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gardiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gardman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garestin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garh_kundar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garioch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garkung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garsaura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garu_kime_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garumele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garwolin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_garze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gasga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gaskeru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gatsuurgazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gauldala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gaur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gauraina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gautamkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gavazi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gavle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gavrilovskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gawilgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gazargamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gazirat_ibn_umar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gbagye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gbajigbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gbanshay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gdansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gdov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gebba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gebeit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geberge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gedang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gegeen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gegyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geili_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geisenhausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geldern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gelnhausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gemer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gemukura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gendebelo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geneva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gerash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gerdkuh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_germa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_germa_anatolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geroldseck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gerze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gestro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_geteina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gevaudan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghadames_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghalafiqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghardaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghardaman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghat_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghatagaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghazna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghazwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghazza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghazzal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghiyaru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghoraghat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghotki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghoubet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghubaysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghuguha_dol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghujduvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghulja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghumira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gibe_innarya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gidaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gidaya-east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gidaya-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gidim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_giempa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gifhorn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gijon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gilan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gilgit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gillberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gimhathiththa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gimhile_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_giragi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_girona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_girvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gishe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gisors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gissebi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_giti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_giurgiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gizeh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gizey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gladbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glamoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glasgow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glavacioc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glazov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gleichen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gleichenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glencoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glenelg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glenfinnan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glogow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glogowek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gloucester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glubocica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_glukhov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gmund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gnezdovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gniezno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goalpara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gobir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gobir-east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gobnangou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_godawari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_godawaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gogesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gograha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goingyibug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gojeb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gojjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_golag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_golaghmuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_golden_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_golkonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gomba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gombe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gomel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gomma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gommern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gomoco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gondar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gondia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gondishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gongbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gonggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gonglung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gongola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gopakapattana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gopalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gopbhum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goraj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorakhpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorazde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gordium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goritsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorizia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorkha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorkhii_terelj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorkoalei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorlitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorodek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorodets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gorodets-meshchyorsky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goslar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gostynin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gosudar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gottingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goundafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gouzara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_govardhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_govora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gowran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goyu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_goz_beida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grabow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gradac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gradiska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grado_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_graftavallen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gralheira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_granada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grancanaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grandmont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grandpre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_granuul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grasse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_graudenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_graz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_greben_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grebo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_greiffenst_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grenoble_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grevelines_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grevena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_griefswald_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grimsby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grnetti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grobin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grodno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_groningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grossenhain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grosseto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grunberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grundasund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_grunningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gryazovets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gryfino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guadiato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guadiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guardo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guastalla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gubbio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gubin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guchin_us_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gudakva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gudalajara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guerande_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gueret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guerze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guidimaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guildford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guilongu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guimaraes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guinala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gulang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gulariya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gulbarga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gulbene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gulmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gulpaygan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gultari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gulyus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gumbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gummi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gumuz_north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gumuz_south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gumuz_west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gundijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guoddemjavvr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guovdageaidnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurage_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurganj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurgi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurjaratra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurma-rharous_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurma-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gursi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurunsi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gurzivan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gusau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gustrow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gutti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guwari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_guzkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gwalior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyaca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyagog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyaijepozhangge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyaitang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyangze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyegumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyergyoszentmiklos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyesarco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyezil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyimini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyirong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gynaikokastron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyongospata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyozeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_gyumai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haarlem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_habiganj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hadamakert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haddington_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hadejia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hadithat-ana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hadrianeia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hadrianoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hadrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haeyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hafar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hafit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hafn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hagen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haguenau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hahaeci_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hail_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haimur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haisyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hajipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hajir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hakkari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halavand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halberstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haldi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halifax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halikarnassos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hallein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hallstatt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halmstad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halmyros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haltang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halvad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_halych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hamadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hamadat_tinghert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hamarkinda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hamasen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hamburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hameenlinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hamma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hammelburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hammerstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hanan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hanau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hanbalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_handia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hangal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hangtian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hangu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hanhai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hanlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hanle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hannover_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hapsal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haradok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harcourt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hardanger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harderwijk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hardoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hargaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hargaya-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hargaya-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hargeisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harjumaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harlau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harshnath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_harszoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hartlepool_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haruppeswara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hasik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haskovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hastikundi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hastinapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hastings_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haugelandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haugsdorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_havelberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hawai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hayange_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_haylan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hayq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hazarasp_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hazrat_pandua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hebron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hedanger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_heddall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hedeby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hedmork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hedong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_heiane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_heidelberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_heihe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_heilbronn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_heiligenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_helfenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_helge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_helgum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hellenenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_helsingborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_helsingora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_helston_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hemavati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_henamorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_henneberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_herakleia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_herakleiaperinthos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_herat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hereford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_herombial_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_herpha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_herry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hersfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hertford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hervas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hesare-taq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hesdin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hetauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hewes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hexham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hifair_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hiiumaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hildesheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hileila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_himara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hims_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hinawr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hinthada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hiraab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hirschberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hiskampis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hisn_al-abr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hisn_al-mashuq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hisn_di-l-qarnain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hisn_kaifa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hisn_lawata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hitrar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hlivno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hlybokaye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hoboksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hobyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hobyo-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hochberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hockenheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hodh_south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hodh_west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hodonin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hof_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hofgeismar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hofn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hogsby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hohaseco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hohenau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hohenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hohenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hohenschwangau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hohenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_holstebro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_holyhead_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hombori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_homburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hongliuyuan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_honnavalli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_honnore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hormuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_horn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hornachos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_horodnytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_horodok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hoshangabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hoshyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hotca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hotin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_houn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hoya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hradec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hradec-nad-moravici_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hradyzk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hrazgrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_htigyaing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huahai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huangcheng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hubli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hudur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huelva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huesca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huescar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huete_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hukeswag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hulbuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hulingsryd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hultaby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hulwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hulwan-cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_humaniya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hunyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hurayda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hurayz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hurstingstone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_husavik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_husi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hustai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_husumbro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huszt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huwaiza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_huzu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hypseie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hyspiratis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_hzo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iassus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ibadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ibah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ibarapa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ibeitei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ibshaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ibyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ichikta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ichiwooq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_idanha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_idar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_idhaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_idofian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_idoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ierapetra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ierrisos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iesjavri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ifat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ifni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ifonyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igbo-ukwu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igbodo-saki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igboho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igdy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igilliz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igiradyatuf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iglesias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_igra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iguidi_east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iguidi_west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ihrit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iijoki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ijaye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ijebu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ijesha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ijil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikh_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikh_nogoon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikh_orgil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikh_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikhmin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikhmindi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikonion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ikorodu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilchester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ile-ife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilekskoi_gorodok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilerena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iletsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iligh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilim_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilmunster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilorin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ilza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_imola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_imotski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_impruneta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_inat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_indal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_indegabtan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_indraprastha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_indrasthana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_indur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ingolstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_inia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_innan_namdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_innarya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_innsbruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_inowroclaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_insara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_insterburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_intarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_inverness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_inzer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ioaninna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ionopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iphofen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ipswich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iqlid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iqna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iraklio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irbid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irbil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irbit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irdning_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iren-chabirga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irgis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iringu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irkutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irmengtau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_irun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isanbai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isaura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isernia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iseyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isfahan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isfara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isfarain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isfijab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ishgent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ishim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ishkamish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ishtikhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ishwaripur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_isili_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iskaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_islay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_issenjau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_issoudun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_istakh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_istakhbanat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_istakhr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_itanagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_itantsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_itil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ittagi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_itte-kichu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_itzehoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iuliopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ivancice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ivankiv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ivanovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ivanovskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ivda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iviza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ivrea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_iya_TUV_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_izan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_izborsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_izerhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_izhevsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_izurum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jabal-al-fidda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jabal_al-gharbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jabala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jabalta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jabbul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaceyl_bid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jadila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaffna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jagadamba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jagatipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaggang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jagsam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jahanpanah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jahkamakke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jahrum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jainca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaisalmer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jajarm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jajce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jajjanir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jajmau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jakharrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaksy_kyzy_kurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaksybai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalalghar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalandhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalaun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaldak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalhaxi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaligny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jalula-hulwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jam-jam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaman_akkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaman_arganaty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jamantau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jambalar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jammu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_janai_cheku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_janakpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jangalbari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jangpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jangyztau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_janitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_janjero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jannaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarabulus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarai_ka_math_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarbaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarjis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarli_butak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarmaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarmaqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaromer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarquh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jarva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jask_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jasky_kart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jasnaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jatharr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jaunpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jebba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jebel_abu_negila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jebel_ahmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jebel_geili_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jebel_moya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jedburgh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jedrzejow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jekabpils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jelavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jelibakoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jelling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jeminay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jenne-jeno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jerba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jerez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jergin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jerjul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jerm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jersika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jerusalem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jhalawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jhalod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jhansi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jhelum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jhodga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jiahe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jiayuguan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jibal-al-urd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jibala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jibat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jidda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jie_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jigdalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jigirbend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jigzhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jihlava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jijel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jilali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jilanjik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jildi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jilib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jimbale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jimi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jimsar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jinchang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jinghiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jingtai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jinji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jinsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jinta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jiranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jiren_suat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jirnanagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jiruft_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jith_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jitikul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jity_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jiwani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_joha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_joinville_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jolster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jomala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jomda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jonkoping_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jonzac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jorga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jorugul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_josse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jovvkuj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jowhaar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jowol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jubba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jubba-ajuraan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jubba-hail_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jubba-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_judenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_judr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jugha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juhaina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_julevu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_julfa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_julfar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_julym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jumla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juna_barmer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_junabid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_junkur_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_junzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jurash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jurbarkas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_jusiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juterbog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juwain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juwair_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juy-e-sard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_juzbay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kabala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kabans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kabara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kabirwala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kabkabiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kabtag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kabul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kacharsku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kachma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kachu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kada_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kadam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kadam-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kadam-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaddlhutt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kadero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kadnikov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaduna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaduy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kadwaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaerji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kafartab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kafartutha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kafernburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kafirkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaginskoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kagong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kagusti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kahlur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kahone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaiama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kainar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kainsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kairouan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaisereia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaiserslautern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaisum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kajaani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kajdak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kakanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kakisalmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaklouma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kakovka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalabagh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalabsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalahasti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalam_TARIM_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalamata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalavryta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalbin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalfou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalimpong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalinganagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalinjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalinkavichy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalisz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalliopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalmas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalmek-imel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalmikovsky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalocsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalos_limen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalpi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalyaneshwari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalyani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalyatta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kalyvia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamabai-sanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamakhya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamarupanagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamatapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kambampet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kambata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamboika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamelik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamgala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamichly_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kammersberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamnik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kampen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kampili_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamyanyets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamychlov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kamyshin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kanais_al-hadid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kanchipuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandanavolu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandat_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandiskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kandygatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kanem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaneya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kangaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kangmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kangos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kangra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kangyu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaniaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaniana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaniv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kankan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kanker_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kannanur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kantegir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kanthakota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kantit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kantor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kanyakubja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaoje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kapan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kapfenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaposvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaptadyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kapuvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara-asirgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara-mugai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara_chumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara_khoja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara_khol_TUV_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara_sor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kara_urunkay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karabalgasun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karabas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karabash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karabolam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karabutak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karagawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karahataka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karaj-abu-dulad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karakoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karakorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karakul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karalbak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karamay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karamuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karansebes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karaoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karaoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karas_SIB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karashar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karasjohka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karasuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karasye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karatangdy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karatayak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karates_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karatsagaan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karavur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karayu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karbala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kardang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karduran-khas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kareima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kargadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kargalin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kargat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karghalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kargopol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karhada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kari_pospat_vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kariyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karkaraly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karkha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karkuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karlivka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karmanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karnalis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karnaphuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karnasubarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karoonjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karpathos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karsovay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kartaszevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kartauzh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kartikeyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karu_samys_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karukh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karvuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karymkary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karytaina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karzin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_karzok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaseg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kashan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kashan_VB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kashgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kashid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kashin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kashipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kashkarata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaskar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaskelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasmala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasr_al-kabir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasriskari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kassala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kassandreia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kassarma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kassel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kassi-markol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kastoria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kasur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katagum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katakekaumene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katargama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katasraj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kathmandu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katsina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katu_yaryk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katyaion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_katzenelnbogen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaufbeuren_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaulas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaunas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kaurestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kavala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kavurskotokale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kawar_road_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kayal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kayan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kayao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kayask_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kayavarohan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazalinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazanskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazanskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazarki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazarun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kazyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kbumak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kebbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kecskemet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kedainiai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kedama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keffi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kegen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kehan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keitele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keith_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keladi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keljiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kelrayan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kelso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keltzine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kelycyre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kem_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kembavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kemchug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kemijavri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kemna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kempten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kend-i-badam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kendal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kenduli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kensala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kent_KAZ_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kenu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerend-kermanshah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerimeri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerker_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerkinitis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kermanshah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kerminiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kernave_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kesaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keshmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kesmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ket_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_keta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kete-karachi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kettering_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ketu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kevevar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kevrola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khabis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khabushan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khaffan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khajuraho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khalatse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khalkhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khaluvana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khamar_daban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khambhat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khan_huhiin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khan_khokhii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khandwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khanijar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khanjargalant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khannesin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khanty-mansiisk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khaplu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khar_us_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kharad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kharam-vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khargal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khargone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kharka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kharnabuji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kharsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khartomor_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khasagt_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khasht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khawaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khawaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khawas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khawr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khawr_baraka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khawr_nubt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khaybar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khaylam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khazana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khazaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khemchiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khentii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kheranion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khereeoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kherla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kherson_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khetaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khijjinga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khilem_khamar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khilgazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khilok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khindigtik_khol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khinisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khinjali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khiva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khlat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khodzhakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khogno_khan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khoidkhiliin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khojand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khokand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khokhoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kholm_NOV_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kholmogory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khoper_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khopyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khoridol_saridag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khortytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khorysdan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khoshk-rud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khotan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khotang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khoton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khoupum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khoyorgol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khubadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khubayan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khudabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khudan_BUR_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khuftidkan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khuftiyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khuisiin_naiman_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khuiten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khulays_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khuldursgal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khulm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khunaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khunasira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khurayba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khurel_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khurnak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khursa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khusf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khutag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khuwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khwash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khyarhgas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_khyungchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kibithu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kibran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kicevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kidal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kidderminster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kidila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kielce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiilt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kilcudbrite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kildare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kilkenny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_killala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_killi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kilmallock_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kilmarten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kincardine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kincora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kindaholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kineshma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kingston_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kingui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kinnevald_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kinsale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kintampo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kintus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiranapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiratakupa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kircaldy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirchberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirgichanskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiri-bara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirikongo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirillov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirishi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirkuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirkwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirriemuir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirsanov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kirtipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kish-rudbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kishm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kishsh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiskunhalas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kissi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kitat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kitka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kitoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kittal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kitzbuhel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kizir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kizlyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kjoosonoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kladovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kladzko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klagenfurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klaustur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klenovskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klenow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klepiki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kletsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klevan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kleve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klichen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klimavichy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klingenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kljuc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kljucnasani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_klodawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_knin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_knittelfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koardegk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koblenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kobryn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kodalaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koflach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kohlu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koivisto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koizak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koja_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kojuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokahdan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokchetau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokchetav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokenois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokjetau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokpektinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokpekty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koksengrisor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kokunya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolachi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolayat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolhapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kollam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kollapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kollipake_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koloberd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolobrzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolodiazhen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolokani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolomna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolomyia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koloszvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koltun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolychev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kolyvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_komarom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kombo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_komoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_komorcbanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kompela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kona_xahar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konarak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konda_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kondana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kondo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kondoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kondoma_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konfara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kong-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kongque_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konigsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konjic_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konkure_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konnevesi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konotop_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konstanz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kontokoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kontupohja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_konz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kop_golyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kopal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kopathal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koporna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koporye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koppam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koprivnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kopsis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korakesion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koralla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korelskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korginia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korgon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korhogo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koriakovsky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korienza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korkai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kormend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koro_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korosko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korosko_road_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korosten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koroussa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_korsun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kos-buwak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kos_biryuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kos_uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koscian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kosh_kurbay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koshley_vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koshuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koskul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kosoge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kostanay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kosti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kostroma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kostschin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koszalin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koszeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kotera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kotivarsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kotlas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kotokel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kotokol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kotorvaros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kottar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kottayam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kotte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kouande_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kouga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kouki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koulajavri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koulikoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kousseri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koutajoki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kovai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kovaszna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kovel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koy-bagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kozelsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kozlov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kozmin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_koznik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kpelle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kpessi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kragujevac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krakow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kran_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krapan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krapina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krasnokamsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krasnooufimsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krasnoyarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krasny_bor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kraszna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krateia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kratovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krawi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krems_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kreusnach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kreuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kreuzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kreva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krichim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krishnajanmabhoomi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kriucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krizevci_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krokar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krolu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kromeriz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kronberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kropot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kruje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krumlov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krupa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krupanj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_krusevac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kruszwica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ktenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ktis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ku_jeku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kubanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kubayh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kucevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuchaman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuchuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuclat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kudala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kudalasangama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kudalasangama_bis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kudevan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kudu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kufan_kanawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kufstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kugaral_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kugunek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuisugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kukawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kukes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kukiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kukkutapada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kukullovar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulan_utmas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulango_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulfo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuliya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulmbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kulunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kum-sebszen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kum_sai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumarhati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumayri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumertau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumstan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumtag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumukh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kunar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kundi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kundina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kundina_SOUTHINDIA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kungahalla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kunges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kunggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kunglung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kungtang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kungur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuniki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kunjah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kunjakari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kunjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuntun_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuozhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuramora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuranka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurchum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurdai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuressare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurguni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurgus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurkath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurmaed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kursara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurtan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurtoed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurtysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurunagala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kurundaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kush-murun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kushaniya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kushmaihan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kusinagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kustranda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kusumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kusuy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutaisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutamych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuthba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutigi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutlovitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutukan_ondort_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutulo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kutur-ogly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuusama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuusema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuvalala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuweib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuytun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuzalatau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuzeytorg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuznetsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kuztom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kwahu-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kwang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kwararafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kweni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kweni-east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyakyaru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyaukse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kymyl_tey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyngarga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kypsela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kytkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyunglung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyz_imchik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzikos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzistra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl-kan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl-su_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl_cheku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl_jar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl_kusku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl_ray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl_suu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_kyzyl_yar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_fleche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_haye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_peyrade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_roche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_rochelle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_salle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_teste_de_buch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_tour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_la_tremouille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laa_baol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laadrada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laas_qoray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_labda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_labe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_labiau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_labin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_labrang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lacedaemonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lachyk-uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lacko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ladhir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ladnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ladoga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ladoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ladyzyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lafak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lafana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laft_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lag_dera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lagania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laggujakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lagh_bogal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lagos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lagowa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lahij_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lahishyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lahoysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lahti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lairi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lajara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lak_bor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lakhimpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lakhnau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lakhnor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lakhota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laksmanavati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lalganj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lalibela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lalitpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lambaye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lamego_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lamghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lampsakos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lamych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lanark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lanba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lancaster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lanciano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_landay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_landsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_langades_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_langarkanan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_langeac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_langon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_langres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lanjika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lanzarote_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laodamogou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laodikeia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laposbanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lapueblademontalban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lapusna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laranalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_larijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_larino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_larissa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_larkana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_larung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lasta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_latakia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lattalura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laufen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laukental_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laukitten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_launceston_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_launggyet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lausanne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lautenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lauterbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_laval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lawdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_le_lude_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_le_mans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_le_puy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lebedos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lebno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lebus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lecce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lechrain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lectoure_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leczyca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ledu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leeds_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leeuwarden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_legnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lehnin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leicester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leightonstone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leipzig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leiria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leisning_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lejjavvr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lejlotka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leksand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lelchytsy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lemisele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lemnos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lengenfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lenggu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lenghu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lennewarden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lentini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leoben_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leonfelden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leonsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lepsink_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leraba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lerma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lessinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_letenye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_letningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leuchtenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leuven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_levadia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_levanluhta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lewes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lewis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_leylan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lezhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhagang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhagcang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhatok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhaxi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhaze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhomar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhorong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhozhag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhuentse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhunze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lhunzhub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liangzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liaotun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_libtripoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lichtberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lichtenfels_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lidh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lidoriki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liebnitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lienz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liezen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liguri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liinmaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limbourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limerick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liminka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limisol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limoges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limoux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_limyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lincoln_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lindholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lindisfarne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lindos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lindow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lingshet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lingti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lingtsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_linguere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liniek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_linlithgow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_linten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_linz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_linze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liongby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lipetsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lippa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lippe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lippstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liptoujvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lisboa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lisieux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lister_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_litang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_litomerice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liubachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liubashivka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liubeshiv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liunga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_livkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_livorno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_liw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lizarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lizhensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lizmajarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ljubljana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_llandovery_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_llandrindod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_llandudno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lleida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_llivia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_llyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lobdaburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lobez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lobi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loches_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lodeve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lodi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lodose_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lodz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_logone-birni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_logrono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loket_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lokhrytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loknya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lokoja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lokot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lolog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lomagne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lomond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lomza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_london_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_longbaoco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_longcheng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_longford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lonigo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lons_le_saunier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lopadion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lopshenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loralai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loredo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lorient_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loropeni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_losonc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lotoshino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lotzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loudun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_loulan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lovech_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lowenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_dawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_grebo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_guara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_jubba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_karran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_kutulo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_lobo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_nugaal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_nyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_odib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_omo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lower_togdheer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lowicz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lozova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luacchagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luarca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lubben_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lubeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lublin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lubliniec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lubny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luboml_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lucca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lucera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lucerne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luchow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ludlow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ludrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lugo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lugos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luigne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lujavvr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lukoml_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lukow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lumbini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lunang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lund_nandana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luneburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lunggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luninets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luntai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luokta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lupfen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lure_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lurijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lusignan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lusspie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luuq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_luxembourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lviv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lykandos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lynn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lystra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lysva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyuban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyubech_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyubim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyukum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_lyutitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maanselka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maasilinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maastricht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_macclesfield_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_macenta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_macerata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_machu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_macon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_macva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madekali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madhupur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madin-an-naqira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madinat_sulaym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madminiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madurai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_madyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maestrazgo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mafindi-kabaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_magampura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_magdeburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maghas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maghun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maglaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maglen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_magnopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_magra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_magwe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahamuni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahasthangarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahdiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahiyangana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahoyadapuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maials_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maibong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maibud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maihana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_main_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mainamati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maingmaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mainling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mainpu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mainz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_majar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_makari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_makariev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_makhir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_makisin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_makit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_makka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_makrana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maksi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maladzyechna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malaia_skvirka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malamacco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malandra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malappuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malashuyka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malaya_rata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malayagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malboden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maldon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maleshevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malkangiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mallus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malmesbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maloi_irghiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_malta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mamadych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mamakhondii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mamallapuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mamlyutka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mampon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_man_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mana_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manatau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manbij_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mancherial_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mandapika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mandasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mandavyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mandawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mandestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mandla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mandrael_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maner_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manfalut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mangalavada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mangalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mangalur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mangnai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mangra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mangrol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manigango_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manikpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manikuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mankera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mankessim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mankiala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mannar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manresa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mansfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manso_nkwanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mansoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mansura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mansuriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mantes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mantua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manturovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manujan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manyakheta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manzikert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_manzurka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mao_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maowun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mapan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maqna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maqueda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mara_kisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maragha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maralbeshi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maramarossziget_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marandet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maratea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mardali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mardin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mareeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marehan-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marehan-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_margai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marghinan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_margi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mari-turek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mariazell_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maribor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marienburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mariupol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marj-rahit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_markam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marosvasarhely_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marquardstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marrakesh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marsabit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marsafarukh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marsan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marseille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marsetten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_martigny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_martyropolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marv-ar-rud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marvejols_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_marya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masa_fasher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maselk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mashiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mashki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mashkuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mashqar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maskiyana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_massa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_massawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_massenya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mastang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_masyaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matamuhuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matankari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matara-iraq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mathura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matiari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matrah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matrei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mattija_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_matya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maukkadaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maulevrier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mautan_tas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mavrouda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mawlamyine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mawli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mawqaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mawza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maybole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maydara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mayenne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mayin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mayyafariqin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_maza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mazaghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mazara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mazdaqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mazduran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mazinan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mazongshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mazyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mbara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mboune_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mboynane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mbul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_meaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mecheria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mechuka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medantaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medellin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medemblik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medeniken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medinaceli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medinadelcampo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medinadepomar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_medog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_megara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mehadia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mehidpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_meissen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mekhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mekhtar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mekkhaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_meknes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mekrou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_meldi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melfi_sao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melide_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melitene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melnik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melnikpirin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melpadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_melun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_memar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_memel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_memmingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mende_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_meneith_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_menorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mentesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_menzelinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_meppen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mercaeur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mercara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mergao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mergentheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_merida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_merikarvia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_merke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_merkine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mersenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mertola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_merv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mesembria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_messina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_messukyla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mestre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_metz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_metzovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mezeshka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mezhybozhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mezieres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mglin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miastko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_michalowo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_midaeum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_midaeum_OPSI_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_middelburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_middelfart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_middle_atbara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_middle_awash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_middle_nzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_middle_shebelle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_middle_tano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_midnapore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miedzyrzecz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mielec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_migri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mihrijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miirchun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mijdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mikashevichy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mikkeli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mikulov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mila_satif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mila_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_milano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miletopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miletus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_milevsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miliez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miliyana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_millau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_millerovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miltou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mimizan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mindif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mingachevir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minggam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mingiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minimarg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_minuf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mir_rukan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miraj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miranda_do_duoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mirandadeebro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mirath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mirba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mirnyy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mirpur_khas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miskolc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_missour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mistea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mistelbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mistra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_misurata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mitau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mithila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_miyan-rudan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mizdahqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mockern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_modena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_modhera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_modo-bartik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_modon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_modra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_modrus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mofd_afdzalkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mogadishu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mogadouro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mogao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mohacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mohadavasaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mohenjo_daro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moherak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mohrungen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moklekov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mokro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mole_south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_molibay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_molina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mologa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moltsog_els_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_molungr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_momeik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monaco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monastir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mondonedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mondovi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monemvasia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monfortedelemos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mong_pai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mongar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monicer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monkh_saridag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monmouth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montagnana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montaigu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montalcino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montanejos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montargis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montauban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montbard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montbel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montbelliard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montbrison_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monte_faro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monte_sole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montefeltro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monteil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montemor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montereau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monterrei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montfort_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montignac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montlaur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montlhery_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montlucon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montpellier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montpensier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montreuil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_montreuil_sur_mer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_monzon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mopti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moqor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mora-awssa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moraca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morchansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mori_kliringiin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moribugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morin_tolochai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morshing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mortain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morteau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mortlach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_morvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mosbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moshi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moskva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moson_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moson_kholtos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mostar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mostovskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mosul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mosynopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moti_mahal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_motril_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mouhoun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moulins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moutiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_moyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mozhaysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mozhga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mrassu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mrauk_u_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mrira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mstislavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mtensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mtskheta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muaskar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mudgagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mudgal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mudivemu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mudug-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mudug-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muetkk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mugar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muhlhausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muhu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mujib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mukalla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mukhor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muktinath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mukzhung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mulhouse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mull_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mullaitivu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_multan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muluvagil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mumo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munchsmunster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mungeli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mungun_taiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munkacz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munkh_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_munster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muralziyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murcia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murghab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murun_tomis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murviedro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murwab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murzuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_murzzuschlag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mus_tagh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_musadugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_musala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_musanagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_musandam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_musari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_musaymir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muscat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_musch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mushangi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mushun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mustahil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mustasaari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mutfili_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muttina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_muya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myanaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myangan_yamaat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myaungmya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myede_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myedu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myinmu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myitche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mylasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_myrhorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_mytilene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nabadwipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naband_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nabeul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nablus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naddula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nador_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nadruma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naestved_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naffis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nafta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagahrada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagapattinam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagarahara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagarze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagormo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagybanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagyberezna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagyboszormeny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagyhalmagy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagykaroly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagylak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagyszeben_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagyszolos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nagyvarad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nahr_simmara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naimisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naissos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_najera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_najm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_najran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nakanbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nakhshab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naklo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nako_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nakoleia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nakorzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nakskov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nakur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naldurg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nalgonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nalrajar_garh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naltar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nalut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_namandirou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_namastau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_namling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_namnan_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_namtang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_namur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nancy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nandagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nandana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nandapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nanded_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nandgram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nandurbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nangali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nangqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nanhu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nanhu_TARIM_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nantes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nanumba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_napoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naqad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naqis-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naqis-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narabhata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narayanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narbonne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narinkira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nariyong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nariz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naro-fominsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naroulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narsgol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_narym_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasarpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasi_erkule_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasibin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasikya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasirabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasrabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nasriye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nassian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nastarawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_natanz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_natil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nauenahr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naumburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naupaktos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naushki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_navacelles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_navasarika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_navida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nawqad_qureish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naxcivan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_naxos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nayagarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nayband_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nazianzus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nazvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ndama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ndenye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neapolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nebit_dag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nedryhailiv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neftegorsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_negrais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nektesi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nellenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nellore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nembe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nemetlipsce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nemkina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nemours_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nenagh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nengyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neocaesara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neopatras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neramkary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nerja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neteru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_netolice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neubrandenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neuchatel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neue_weissenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neuenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neufchateau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neumarkt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neumunster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neuss_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neustrelitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nevaket_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nevel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nevers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nevesinje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nevida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nevropkop_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_newark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_newbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_newport_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_newtown_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_neyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngambay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngaous_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngape_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngarnang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngoppugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngoqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ngoring_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nguigmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nguma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nguru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niamina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niamina_jara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nicopolis_ARM_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nicopsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nicosia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nidaros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nidda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nidugallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niebla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niedenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niederschonenfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niellim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niffar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nihawand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nijmegen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikki_west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikolaievsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikomedia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikopol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nikopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nilagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nilamadhav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nimes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ninawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niokolo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nioro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niort_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nirmal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nirun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nisab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nischu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_niyaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nizhny_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nizwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nizyani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nogent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nogent_le_rotrou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nogoon_naluu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nograd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nohta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nontron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_noor_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_norale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_noraskog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nordlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nordmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_norman_cross_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_norrbarke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_norrkoping_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_norrvidinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_north_afar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_north_attie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_north_jaz_murian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_north_jbl_quzlum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_north_kurdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_northampton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_northri_eystridali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_northri_gudbrandsdali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_northri_more_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_northrihordalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_northwich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_norwegian_lister_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_norwich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_noteborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_notse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nottingham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_noty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novgorod_seversky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novobrdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novogrudok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novorzhev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novosil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_novotrgoviste_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nowen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nowogrodziec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nowshera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nowytarg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_noyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nsukka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nufud-as-surrah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nuket_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nukfagh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nukhpata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nukrat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nul_lamta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_numaligarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_numedall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nungu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nuokkijarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nuon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nuottjaurr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nuqaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nurmashiir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nurnberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nurtay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nutsgen_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyagqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyagrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyainrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyangla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyatsho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyaung_u_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyemo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyeningo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyingchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyinhzhong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyitra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nykobing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nykopung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nysa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nytva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nyuksenitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_nzo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oarkhan_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_obalj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_obchikanak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_obervallach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oberwart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_obidos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oblacas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oblucita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oboy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oboyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_obrovac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_obva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ocana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_odantapuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oddiyana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ode_itseriki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_odense_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oderfrankfurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_odessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_odienne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_odmarden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_odo-akaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_odoyev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_offenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ogbomoso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ogiy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oglamych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ogo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ohcejohka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ohrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oigon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oinaion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ojin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okachiv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okangara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okehampton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okhaldhunga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okhansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okic_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oklabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oknist_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okormezo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okrika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oktyabr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_okuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olafsvik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olavinlinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olbasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olbia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olbia_ETEL_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_old_dongola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oldenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oleshye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olesnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olesnica_MPL_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olivet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olivienza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olkha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olmedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olomouc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olon-bulak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oloron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olsztyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oltisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_olyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_om_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_omgul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_omis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ommen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_omo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_omotrunnaisse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_omsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ondo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_onega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_onegaborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ongi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ongutai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_onitsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_onogost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_onsala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_onsthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_opanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_opatow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_opava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_opensten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_opoczno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_opole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orabro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orahovica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orange_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oranienburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orbetello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orehovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oreoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orgogdon_rok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orhei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oristano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orkdala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orkhontuul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orlamunde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orlanto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ormstrup_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ornans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oroshaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orsova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ortakuyu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ortelsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ortenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_orvieto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oryol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osa_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osdara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oshun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osijek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oskemen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oskol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oslosyslar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osmova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osnabruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ostavall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osterode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ostfurstenfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_osthammar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ostia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ostlandsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ostroh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ostrov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ostrov_BJA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_otarka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_otefan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_otgontenger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_otmunchow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_otrar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ottrunes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_otuken_city_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_otukpo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ouarak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ouasada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oulu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oungo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ounjougou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_our_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ourense_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ourique_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oursi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ous_vaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oviedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ovinskoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ovruch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_owo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_owu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oxford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_oyo-ile_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ozerski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pabna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_padaividu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paderborn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_padron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_padua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_padum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_padun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pagaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pagsum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paidangaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paijala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pakane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pakao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palakkad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palamau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palampet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paleohora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pallars_jussa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pallars_sobira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palniki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palpung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_palwancha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pamiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pamplona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panaji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panamik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pancapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panchthar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pancsova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pandua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panemune_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panjdih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panjhir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panjikand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_panjway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pankota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pannagallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_papagia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_papenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paphlagonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paphos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_papira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pappa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_papworth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parabel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parakou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parchim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parczew_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pardiac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pargar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parihasapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parikkala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parivi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parizh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parlais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parnakheta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parnassos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parnes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parthenay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_parwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pascherty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_passau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pataliputra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paterno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paterswalde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pathankot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_patkapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_patnos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_patras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pattikera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pavlodar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pavlovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pavlovsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paykend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_paytakaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peaccam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pecheneg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pecs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pecsen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pedachtoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pedersore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pedroche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pegu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peikthanomyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peiting_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pekinga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peldojavri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peliza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pelsina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pelym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pelyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pemagatsel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pembroke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_penchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_penicuick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_penne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pentenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_penugonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_penza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pepel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perasku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perekop_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peremyshl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peresopnytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pereyaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pereyaslavl_ryazanski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pereyaslavl_zalessky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pergamon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perigueux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pernik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peronne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perpignan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pertominsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_perugia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pervomaisk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pesaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peschanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peshkopi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pessinus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pest_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peterborough_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_peterhead_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_petigoria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_petra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_petropavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_petropavolsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_petrovsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_petrus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_phalavardhika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_phalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pharsalos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_phaselis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_philippopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_philomelium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_phocaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_phyu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_piacenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_piatra_neamnt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pielinen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pikalyovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_piltene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pilu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pilzno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pimolisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pinerolo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pingchuan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pinya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_piombino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_piotrkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_piran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pirkkala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pirmasens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pirot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pisek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pishkek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pistorja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pitesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pithapuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pitten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_platamon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_plauen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_plav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_plavitza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pliven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_plock_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ploiesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_plyos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_plzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_po_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pockington_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_podandus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_podgornye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_podor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_podporozhye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_podujevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poimanenon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poitiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pokhnishne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pokrovsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_polavaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_polemonium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_policastro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_polonnaruwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_polotsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_polovragi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poltava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poltsamaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_polybotus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_polygyros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pombia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pompeiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pomposa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pondugala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ponferrada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pontarlier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_popa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poperech_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_por_bajin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pordenone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_porhoet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_porkhov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_porrentruy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_porsu-burun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_porto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_porto_torres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_portogruaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_portsmouth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_porvoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poszony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_potala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_potamuskastel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_potapi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_potenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_potsdam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pougues_les_eaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_povenets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_powundaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pozega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_poznan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prades_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prades_rossello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pragyotisapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_praha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pranala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pratishthana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prayaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prechistenskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prenzlau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prerov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_preslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prigoro_tabynsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prijepolje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prilep_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_priluk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_primda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pristina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prizren_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prokuplje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pronsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prosek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prousos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_provadiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_provins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prozor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_prusias_ad_hypium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_przedborz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_przemkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pskov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pteria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pudozh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puget_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puigcerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pukpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pulei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_punakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pundarika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pundravardhana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puolanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_purig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_purnagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_purnatallakapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_purushapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pushang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pushkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pushkin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puspagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pusuga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puttalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_puttlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_putu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_putyvl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_pyzdry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qabqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qabr_salih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qafsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qagcheng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qaidam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalaa_bhammad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalaa_bhuwara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalaa_bsalama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalaafe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalat_ar-rum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalat_jundi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalhat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qalyub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qamdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qanbali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qandabil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qandahar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qandhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qangma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qantarat_kirman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qapugtang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qarinayn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qarnin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qarqisiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qartajana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qaryat-al-asad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qashan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qasr-al-adi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qasr-al-ifriqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qasr-ibn-sinan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qasr_ash-shams_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qasr_at-tuba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qasr_ibrim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qasran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qataa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qatwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qayaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qazvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qewa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qidun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qiha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qimr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qinggil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qingshui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qingtu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qinnasrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qiqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qizhu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qobadiyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qohaito_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qoshagyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qualnsiyah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_queensferry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quemoco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quercy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quesada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quimper_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quingey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quintanar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qulb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qulho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qumarleb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qumbucul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qumisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qundo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quraqir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quriltay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qurta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qurus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qusayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qusdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qusum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_qutn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quxu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_quzlum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raaboigde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rabadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rabigh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_racakonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_radebeul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_radfield_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_radna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_radom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_radomsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_radovanu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_radynka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rafaniya-krak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ragali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ragbangadung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ragnit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ragunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ragusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rahon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raibania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raichur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raidestos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raimskoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raisin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajagrha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajamahendravaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajbiraj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajgangpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajiva_lochana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajpipla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rajrappa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rakcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rakhushmitan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raktamrittika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ram_shahristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramavati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rameshvaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramhurmuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramitan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramnicu_sarat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rampur_boalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rampura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramree_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramsbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramsey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramsis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ramu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ranakpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ranariki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_randros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ranikot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ranipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ranpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ranthambore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ranya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raphoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raqe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raqqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raqqada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ras_al-ain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ras_el-ma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ras_hafun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rasak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raseborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raseiniai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rashid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rasht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rastenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rastovets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ratanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ratibor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ratla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ratnagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ratu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ratzeburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rauma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raumsdali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rauna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raushanqubad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rautu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ravenna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ravensberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ravensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ravno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rawu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rayagada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_raysut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rayy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_razlivnoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reading_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rebang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rebgong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rechytsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_recklinghausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_redab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reewin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_regensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reggane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reggio_calabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reggio_emilia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rehau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reichenbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reims_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reinosa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rendina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_renk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rennes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reolid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_repnoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_requena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_retford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rethel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rethymno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reting_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reutlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_revda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reydarfjall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_reykjavik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rezekne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rhayader_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rhizus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rhodos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribagorza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribat-e-karyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribat-i-el-kif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribat-i-kish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribat-shakir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribat_al-fath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribat_malik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ribnicapodgorica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_richmond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ridder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ried_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riedfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rieneck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rieti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rigar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rijeka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rikala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rimaszombat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rimini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rinbung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ringariki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ringkobing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ringtor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ripon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_risan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riseberga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rishabhdeo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_risum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rivand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rivne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_riwoqe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roanne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roavvenjarga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rochester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rockenhausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rodez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rodkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rodopi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rodoy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roeselare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rogatica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rohan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rohtak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rohtas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rojhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_romans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_romen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_romerriki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_romigny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_romilly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_romorantin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roncaglia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rongbur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rongzhag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rongzhub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ronne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ronneby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roscrea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rosendaal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rosenfelde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roskilde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rossano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rostislavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rostock_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rostov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rothbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rothenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rotterdam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rottweil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roucy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rouen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rounala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_roundu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rovigo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_royan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rozan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rozhyshche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rozi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rozmberk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rudan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rudbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rudhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rudhrawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rudnik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rudolfswerde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruffec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rugen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruhna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rujno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rukhaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rukum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruovesi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruppin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rusar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rusar_huangzhong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rusii_de_vede_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_russelsheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rustaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rustaq-oman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rustavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruthin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rutland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rutog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruyan-jirufti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ruzvand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ryazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rybnik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ryfylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rylsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ryn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ryty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_rzepin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saalum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saarbrucken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saarburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saarvesjaurr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabagura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabakyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabalgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabiba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sable_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabratha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saburkhawasht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sabzavar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sacacatce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sacz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sad_khaniya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sadhaura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sadowel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sadrata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sadvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_safaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_safare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_safata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sagaing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sagalassus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sagardwip_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sagiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sagly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sagya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saharanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sai-kule_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saihantaolai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saindak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_albans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_brieuc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_denis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_dizier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_flour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_hubert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_junien_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_lizier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_malo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_michel_de_maurienne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_omer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_pourcain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saint_quentin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saintes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saintonge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saird_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakadame_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakalkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakarai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakmara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakmarskoi_gorodok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakogu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sakshigopal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salacgriva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salamanca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salamat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salamiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salavat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salerno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salinis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salisbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salmacatce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salmas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salmydessus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sals_poveret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saluzzo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_salzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samaiqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samander_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samannud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samar_VB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samarqand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samassi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samatigila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sambalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sambalut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sambhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sambir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samiran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samobor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samosata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sampa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samshiborid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samundzhievo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_samyere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_san_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanado_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanafula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sancerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanderaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sandnes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sandomierz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sandoway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanesteban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sangalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanganer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sangerhausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sangiin_dalai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sangla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanglich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sangqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sangri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sangsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanij_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sankt_blasien_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sankt_gallen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sankt_polten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sankt_veit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanleonardodeyague_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanquhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sansane_mango_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_santander_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_santarem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_santas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_santhia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_santiago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_santiallana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_santipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sanwi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saouga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saptagrama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saqadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saqra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saqsin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarakhs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarangpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saraninskor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saranka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saransk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarasvati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saratov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saraychiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sardes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarepta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sargan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sargatka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarinena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sariya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarkhad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarnah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarpang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarsar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarthe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sartlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saruj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarwistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarwistan-shirazi-runiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sary-ozek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sary_chumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarybulak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarychulsyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saryg_sep_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarykamysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarysyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sarytau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sasaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sassandra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sassari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sasvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sasyk_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_satala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_satama-sokoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_satghara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_satif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_satka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_satyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saumur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_savalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_savarinarayana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_save_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_savitaipale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_savona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_savra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sawran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_say_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sayak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sayala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sayanchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sayaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sayat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_saymur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sayn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sayram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sborishte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_scalloway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_scaptopara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_scarborough_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_scharding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schauenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schaumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schelklingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schmalkalden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schongau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schwalenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schwarzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schwedt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schweibus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schweinfurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schwerin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schwetz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_schwyz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_se_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sebaste_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sebasteia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sebastopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sebezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sebur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sedano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sedlec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sees_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seesjarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sefrou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_segarcea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_segbana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_segni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_segorbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_segou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_segovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seguela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_segura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sehwi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seilanger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sejny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selestat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seletyteniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seleukia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seligenstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selinga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selinus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selkirk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selmecbanya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selpils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selpils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seltsa_u_nishi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_selymbria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semenov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semien_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semikarakary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semisjaur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semnyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_semur_en_brionnais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sengim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_senj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_senkadagalapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_senlis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sennar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seno-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_senufo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sepla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sepsiszentgyorgy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sequiet_el-hamra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seradu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seraye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serdosk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seretang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seringapatam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serkok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serpukhov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sersou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sertar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_servia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_serxu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_setgel_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_setsen_sart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_setubal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seu_d_urgell_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_seunapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_severin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sevilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sevsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sevuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sewa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sfax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shabe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shabelle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shabelle-hiran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shabwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shaftesbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shagal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shahbandar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shaheinab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shahr-e-babak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shahrakht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shahrastan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shahrazur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shahru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shakambhari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shakin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shalush_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shamat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shamkur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shandan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shandur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shankh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shantoskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shanzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shapotou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shapurqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shaqlabadh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharaf_al-bal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharga_OTU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharshal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharuq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sharusan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shatrunjaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shatt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shavgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shawashkan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shawbak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shayar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shayzar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shchuchinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shchuchye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sheffield_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sheikh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sheikh_dawud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sheksna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shelji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shelkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shemakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shemkhiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shendi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shenkursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sheopur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shergarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shibam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shibam-sanaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shigar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shikarji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shikarpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shilmuustoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shimal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shimazana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shimshat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shinqiti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shiraz-farsi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shiraz-sarakhsi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shirvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shishina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shityy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shivapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shizuizi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sholapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shorapann_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shorchuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shorkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_showak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_showak_south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shravana_belgola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shrewsbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shrinagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shringeri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shtip_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shugel_ondor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shughnan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shulak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shule_river_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shuman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shunqayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shunzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shurmin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shurysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shwegyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shwemyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shwesettaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shyganak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_shyungme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siauliai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sibenik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sibi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sibi_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sibir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sibnak_chenchungo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sidamo-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siddhapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_side_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siderokastron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sidi_uqba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sidrah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siedlischo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siegburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siegen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sieradz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sierradegredos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sierradesanjust_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siffin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siggevara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sighnaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sigmaringen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sigtuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siguenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siguiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sihor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sijilmasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sikasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siklos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_silach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_silalish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_silandos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_silla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siluko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_silves_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_silyana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simancas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simaramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simbiling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simbirsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simiat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simiatychi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simikot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simnan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_simontornya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinawin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sindkhed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sindkheda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_singa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_singu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinjcroat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinope_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinoria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sinya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sioboradh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siponto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siqqabanariya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siraf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siraj_ji_takri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siravan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sirba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sirhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sirhind_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sirjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sirkas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sironj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sirwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sisak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sisim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sitawaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sitges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sittaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sitti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sivaganga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sivakasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sivista_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siwana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siwistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siyahjird_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_siyahtepe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sjeltie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sjenica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sjokksjokk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skadar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skalstugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skanninge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skardu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skiringssal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skolt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skopelos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skopje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skramlrak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skrapar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skynzekkeberge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_skyros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slagelse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slakta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slemish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sligo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sliven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slobozia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slonim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slupsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_slutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_smederevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_smolensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_smolyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_smozolany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_smyrna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sochaczew_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sochur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soegud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soest_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sognfylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sohar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sokode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sokol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sokolka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sokoto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sokoto-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sokur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sol_vilikaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_solatumum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soldin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soleny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soli_CYP_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soligalich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_solikamsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_solimana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_solin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_solms_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soloi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soltsy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_somapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sombio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_somero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_somnath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_somogyvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_somorja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sopak_sor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sopot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sopron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sor_kuduk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sorkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sorma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soroca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sorok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sortavala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sosavur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sosnevke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sosno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sosva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soubhagyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_souf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_south_danakil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_south_igbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_south_jaz_murian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_south_jbl_quzlum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_south_seraye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_southampton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_southwark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soutjarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_soxiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sozopol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sozopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_speri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_speyer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spittal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_split_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sponhem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spreewald_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spremberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sprottau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_spytihnev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_squilluce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sravasti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srebrenica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srebrenik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sredets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sri_surya_pahar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srihatta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srikakulam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sriksetra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srinagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srinagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sriparvata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sripatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srirangam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_srirangapatna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sroda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_st_andrews_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_st_davids_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_st_johnston_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_st_pol_de_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stafford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stagoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stamford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stange_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stanimaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stargad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_starodub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_starodub-on-the-klyazma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_staveren_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stcatherine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_steenwijk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stegholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stendal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stepan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sterlitamak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_steyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stezyca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sthanisvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sthlanitza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stigliano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stipon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stirling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stjordala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stoenesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stoke_on_trent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stokkseyri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stolby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stolsheimen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ston_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_storkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_storsjo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stoyanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stralsund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strassburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strasswalchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strathgryte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strehaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strehlitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stribro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strigines_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_strumica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_stwerap_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suadigil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suakin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_subakh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_subashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_subay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_subei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_subu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suceava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suchatu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suday_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sudbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sudherkopung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sudogda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sudzha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suenekele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sufaina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sugauna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sugi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suhravard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sukawand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sukayr_al-abbas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sukh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sukhorukova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sulecin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sulina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sulkava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sullum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sully_sur_loire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sulugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sulz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sulzbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sumbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sumna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sumnal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sumray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sumshul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sumy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sunam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sunan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sundby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sungqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sunnhordalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sunnmore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suojarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suondavara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suonnjel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suoparsaari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suq-socotra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suraparaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_surazichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_surgut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_susa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suteysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suthri_eystridali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suthri_gudbrandsdali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sutkend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sutkhol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sutri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suvalkai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suvarnagram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suvarnapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suvorov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suvunduk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suzak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suzdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_suzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_svarvas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sveg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_svendborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_svolensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_svrljig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_swa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_swansea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_swetakapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_swinoujscie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_swiny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sylva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_symbyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_synaos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_synnada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_syracusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_syriam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_syrte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_syrtripolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_sysma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szabolcs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szaszkezd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szaszregen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szatmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szczecin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szczecinek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szeged_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szekelyudvarhely_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szekesfehervar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szendro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szentgotthard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szerem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szerencs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szigetvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szilagy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szobszlo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szolnok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_szydlowiec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taatsiin_tsagaan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabala-hijaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabalbala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabarqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabla_butii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabriz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tabuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taburshiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tadallis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tadjoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tadkeshwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tadla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tadmekka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tadmekka_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tadmur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tafalla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tafilalt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tafraoua-sebdou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagadur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagali_south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taganrog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagant_west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagawst_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taghaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taghaza_road_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taghmut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taghyart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagmadart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagragra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tagul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tahart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tahiriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tahlit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tahoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taigan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taikkala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taillebourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tailyak-kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taisugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taizz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tajrift_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_takchongrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_takkaloma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_takkeda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_takoerpasitao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_takon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_takrit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_takrur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taktse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tal_tugal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talakad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talavera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taldiqorgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talekan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taleqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talgarth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_afar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_afrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_ammar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_bashir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_basma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_fafan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_haftun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_hamid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_mahra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tall_mauzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talmont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_talta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamanin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamazda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tambov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamdins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamentit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamgaly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamiso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamralipti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamsweg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamusubulage_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tamzawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tanadaris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tanahun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tanas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tandbridge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tando_husubiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tangermunde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tangiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tangtse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tanjavur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tankasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tanna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tantkyitaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taoskari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taoudeni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taouz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tapsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taqyus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taradavadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taranto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarascon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarazki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarazona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarbes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarfaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_targoviste_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_targsor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_targu_jiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_targu_neamnt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_targyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tariat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarifa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarkwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarnow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarragona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarsos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarsukh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarsus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tartas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tartas_SIB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tartu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarudant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taruga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tarvagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tasagdah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taseya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tasgimut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tashkurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tashti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taskyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tasnad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tasqala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tassawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tasta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tatarka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tatarki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tatartopa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tatvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tatyr_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taulov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taungbyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taungdwingyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taunton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taurage_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tavavis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tawang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tawurgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tawwaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tawwam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tawwam_west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tayabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tayma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_taza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tazagourt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tbilisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_teck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tecklenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tecso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tecuci_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tedmait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tegernheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_teglakar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tegurik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_teiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tekar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_teke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tekes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tekeze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tekyiman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telcz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telegul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telemark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telmen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telmessos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_telsiai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_temesvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_temir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_templin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_temqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tenda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tenerife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tengerge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tengiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tenis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tenkasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tenkudugo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tephrice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_teramo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terebovl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terekli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terektai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terekti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_termez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_terracina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tersa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_teruel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tesiin_gol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tessalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_teterpush_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tetina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tetovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tewo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tezu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thabeik_taung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thaldat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thalner_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thamud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tharrawaddy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thasos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thaton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thatta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thaungdut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thayetmyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_the_uists_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thebeshellas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_theodosia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_theodosiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_therma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thessaloniki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thetford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thiladhunmathi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thimpu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tholing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thonon_les_bains_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thouars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thurso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_thyatira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiabis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiagba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tianzhu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiberias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiberkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tibesti-central_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tibesti-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tibesti_route_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tibis_sor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tichitt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tidikelt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tidri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiebuken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tifash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tigheci_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tighina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tigre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiiksjarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tijis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tikenik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tikhfa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tikhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tikhvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tikoutamine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tilburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tilghemt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_till_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tillaberi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tilokpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tilsit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_timbedra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_timbi_tunni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_timbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_timbuktu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tindouf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tindouf_road_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tingevara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tingi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tingri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tingvalla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tinimseyit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tinkisso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tinmallal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tinnai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tinnis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tinos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tinsukia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tintagel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tirakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tirano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiranshah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiraspol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiris-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tirsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tirukoilur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tirunelveli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiruppur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiruvannamalai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tischna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tisselskog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tit-an-wagurramt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_titel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tittawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tivoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tlawng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tlemcen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tmogvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tmutarakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_to_lus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tobgyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tobol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tobol_bis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tobruk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_todo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tofa_nuruud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tofalaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_togarakunta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_togdheer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tohmajarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tokar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tokobay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toksu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toksun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tokumbay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toladie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tolisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tolna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tolti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tolz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toma_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tombo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tomelloso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tommerup_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tomorbulag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tomsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tonbridge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tondiaru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tondikwarey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tongkor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tongmoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tonko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tonnerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_topar_vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_topolno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toporo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_topusko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torangy_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torcsvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toropets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torsas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torshavn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tortoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tortomi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tortona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tortosa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_torzhok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_totkarak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_totma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_totnes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_touba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toulon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toulouse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toumana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toungoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tournai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tourraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tours_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tovajarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tovkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tovuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_toya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tozeur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tradruk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_traghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_traianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trakai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tralee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trancoso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trandam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trapani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trashigang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trashingling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_traunstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_travnik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trebinje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trebizond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_treguier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_treliaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trelleborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trenscen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_treviso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_triana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tribandapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trieste_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_triga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_triglavski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trikala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trincomalee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tripura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_triwang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_troizk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tromsa_genma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trongsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tropea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trotskhoper_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_troyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trsow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trubending_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trubetsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_trujillo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsagaan_gazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsagaan_kropot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsagaanuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsagan_shibetu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsageri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsalakert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsambagarau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsaparang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsarevokokchaisk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsartsanmod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsasengiin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tseel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tselym_dalyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsepina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tserlona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsetsen_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tskhinvali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tskhumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tsongdu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuba_TUV_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tubingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tubna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuchowna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tudela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tudgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tudugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuggurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tukalinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tukhchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tulamba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tulcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tulkulam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuluchezeva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tulugai_sor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tulun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tumak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tumar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tumbus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tummana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tummo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tumshuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tunamir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tunayda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tungut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tunsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuorpon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tura_kala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tureiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turenne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turgay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turgen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turgen_uul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turgen_uul_bis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turin_TARIM_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turnhout_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turnovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turpan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tursan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turtuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_turunku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tustar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tusum_kum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuting_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tutrakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuul_khentii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuulain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuzara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tuzdyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tver_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_twardosczino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_twistringen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tyana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tyeme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tyeng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tyraion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tyre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tyumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tzimisca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_tzyvil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uba_KAZ_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ubad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ubeda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ubins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ubmeje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uburu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uceda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uch_TARIM_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uch_katyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uchangidurga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uchkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uchum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ucles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ucramund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_udabhanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_udaipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_udayagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_udayavara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_udbina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uddevalla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uddjaur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_udfu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_udine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uelzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uffenheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uglich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uiska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uisneach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ujan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ujarma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ujhani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ujjayini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ukavskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ukbara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ukek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uktuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulaagchiin_khar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulaan_gol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulaanbaatar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulaangom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulaantaiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulaira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulan_chuzir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulan_ude_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulcinj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulenty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulenulaco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uliastai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uliuty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulu-uil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulu_jitanjik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulugkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulugqat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uluskate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulvila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ulytau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_um_shashoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_um_sunt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umaisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umardan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ume_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umerkote_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umiai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umm_gafala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umm_kedada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umm_usuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_umri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_unakoti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_unar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_unayza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uncastillo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_unenezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ungheni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ungvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_unicov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uniejow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uperkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uplistsikhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_amur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_bafing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_dinder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_gambia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_karran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_kutulo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_lobo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_milk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_mole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_mono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_nugaal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_nyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_nzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upper_tano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uppsala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uppvidinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_upyte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uqda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uraiyur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urbino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urbun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urgamal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urgell_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urgench_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urmary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urmiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urquhart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urta_tau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urtmoron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urtu_bulak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urzedow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_urzhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_usfain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ushara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_usharal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ushnuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ushytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_usman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_usora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ust-donvokhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ust-ishim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ust-katav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ust-livny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ustra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_usyorga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_utan_namdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_utena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_utrecth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uttaramerur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uttarkashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uvs_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uwal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uxkull_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uzgend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uzgend_KARA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uzice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uzun-kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_uzwara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vadnagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vadodara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaestraaros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vagaiskoy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vagay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaihingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaijayanti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vairagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vairata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaisali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaison_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vajdahunyad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vakovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_val_camonica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valabhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valamara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valashkert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valday_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valdres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valencay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valence_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valenciadecampos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valenciennes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valeria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valkininkai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valladolid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vallombrosa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vallurapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valmiera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_valvalij_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vamanasthali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_van_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vankapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vannes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varaghshar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varakhsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varanasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varanno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vardhamana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vares_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vargashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varnhem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varsan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varsiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vartsikhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_varukh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vasarhely_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vase_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vashjird_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaskina_polyana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaslui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vastseliina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vastvagborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vasvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vasyugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vatapadraka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vatapi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaticano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vatra_dornei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vatsagulma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vatselanjarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaucouleurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaudemont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vavuniya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vaxjo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vecchio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vechta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vehari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vehkalahti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vehringen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_velay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_velbazhd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veldenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_velestino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veliky_ustyug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veliuona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_velizh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vella_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_velletri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_velsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vemulavada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_venden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vendome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_venezia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vengipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_venosa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ventadelmoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ventadour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vercelli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verchina_uzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verdala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verdun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verevce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verkhoturye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verkhovazhye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verkola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verkouralsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verneuil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vernon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_verona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_versailles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vershinino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ves_yogonska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veseli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vesoul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vestfirdir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veszprem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veteli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vetluga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vetrino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vettanen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_veurne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vezelay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vezir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vhrbosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vianadoalento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vianden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viazovka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vic_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vicenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vidin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vidisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vielha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vienna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vienne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vierzon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vieste_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vigevano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vigo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viipuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vijayanagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vijayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vijayapura_bis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vijayawada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vijnot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vikramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vikramasila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vikulova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vilalba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viljandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vilkaviskis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vilkmerge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_villa_real_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_villablino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_villach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_villafafila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_villarejodesalvanes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_villars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_villaviciosa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vilnius_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vilva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vimmerby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vindia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vinitapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vinnytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vinukonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viraja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_virton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_virudhukkalvetti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_visegrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_visegrad_hun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viseu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_visnupura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_visoki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vitebsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viterbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vitim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vitimkan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vitimkhad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vitry_en_perthois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vitzgora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_viviers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vizagipatam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vizhinjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vladimir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vodamayutja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_voden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vodicevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_voghera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_voin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vokhma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volkovysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volochok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volodymyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vologda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volok_lamsky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_voloz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volterra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_volzhsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vonitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vopnafjordur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vorbasse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vorona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_voronezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vorotynsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_voss_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vostitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_votkinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_voznessensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vraclav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vranduk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vranje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vratsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vrestenitsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vreta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vualtjere_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vuohijarvi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vyangi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vyatskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vyazma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vyksa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vysehrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vyshgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_vyshny_volochyok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waalo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wad_abu_nahl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wad_hamid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waddan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadeilannen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadhar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_amur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_azwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_daoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_el-milk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_ghamid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_irawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_makhil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_masus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_natrun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_odib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wadi_tathlith_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wagadugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wagda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waghlanat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wagna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wahiba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waidhofen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waihind_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wajda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wajid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_walaqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_walata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_walcz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waldabba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waldeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waldenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waldkirchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_walguyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_walila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_walsingham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_walsrode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wan_bhachran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wandah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wankath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waqisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waramin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warangal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wardana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wareham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warendorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wargha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wargla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warjih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warnnamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warrada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warsheikh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warszawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warwick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warzazat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_warzigh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wase_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wasit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wasulu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waterford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_watit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wawmana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_waxxari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wayikhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wazeqqur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wazwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wegera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_weinheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_weinsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_weissenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_welamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_welamo-west_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wellega-north_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wellega-south_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wels_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_welshpool_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_weme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wenchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wentugaole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wenyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wenzenbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_werben_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_werdenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_werle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_werningerode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wertheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wesenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_adal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_attie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_derby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_gojjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_kru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_mema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_west_sidamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wetzlar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wexford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wezel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_whitby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_whitehaven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_whyidah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wicklow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wied_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wiedenbruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wieliczka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wielun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wiesbaden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wieselburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wigmore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wigton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wigtown_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wild_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wilhelmshaven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wiltberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wilton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_winchcombe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_winchester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_windische_buhel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_winterstoke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wiqro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wisinghnso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wislana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wislica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wismar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_witney_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wittenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wittenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wizna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wladyslawowo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wlen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wloclawek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_woldenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolfenbuttel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolfratshausen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolfsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolgast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolkenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolpe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolqayt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolsztyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wolverhampton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wompu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_woora_saabe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_worcester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wormditt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_worms_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_worodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_worodugu_east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_woxbrigge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wrexham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wronki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wschowa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wukari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wuliji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wuluhai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wunchoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wunsdorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wurttemberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wurzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wushengyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wusu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wusuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wutanzili_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wuyuan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wycombe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wysbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wyszgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_wyszkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xainza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xamqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xanthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xenkyer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xiba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xibde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xigaze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xigortang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xihu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xingqing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xining_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xiping_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_xungba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yabelo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yabrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yabulai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yadzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yagba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yagkeng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yagra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yahtin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yahudan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yaitsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yajatinagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yalachi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yalala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yalong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yalu_torovsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yamama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yamantau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yamethin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yamishevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yampil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yanbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yanchiwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yanfolila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yangadzha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yangary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yangguan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yangikent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yangjibalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yangpachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yangwarok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yanokul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yao_fitri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yar_calli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yaresna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yarkhoto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yarlestre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yarnema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yaroslav_VOL_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yaroslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yaseni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yashkan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yasin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yauri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yawnghwe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ycost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yegainnyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yegoryevsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yekaterinburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yelan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yeldiatzkaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yelets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yelimane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yelnya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yemetsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yendi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yendum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yengi_xahar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yengisar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yenisei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yeniugou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yenotayevka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yenshipin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yerevan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yergolyk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yerwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yeshil_chumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yetagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yezagash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yidu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yijinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yingkiong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yiong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yiqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yizhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ylikainuu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yns_mon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yoff_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yogoran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yohongou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yongdeng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yonoir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yopurga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yorgaet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_york_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yoshkar-ola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ypres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yuetgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yugar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yuldybayevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yulin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yumai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yumanova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yumbu_lakhang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yumenguan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yunglro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yurba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yuriev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yuryev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yutur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_yuyico_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zabid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zadar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zafar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zagan-gol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaghwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zagora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zagreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zainlha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaiza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zajecar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zakroczym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zakynthos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zalaca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zalha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zamakhshar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zamin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zamindawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zamm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zammour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zamora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zampia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zamtam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zamtang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zangla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zanzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zapaxi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaqatala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaragoza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zarand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zarand_PER_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zarapan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zariskat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zarmaganda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zarman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zarmatarey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zarnikh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaslawye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zatec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zatsan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zavialova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zawila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zawkrze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zaybak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zayu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zazzau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zdvyzhen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zegligovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zeila_CHA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zekog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zemplen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zemun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zenta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zerbst_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zermion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zetang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zetouni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zeven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhaltyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhamog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhelanash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhelezny_ustyug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhemgang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhenfan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zherkovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhiteu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhitikara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhlobin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhongcun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhugqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhytkavichy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zhytomyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ziba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ziegenhain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zilm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zima_MON_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zinder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ziporea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zirc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zirjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ziro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zitava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_ziz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zlatoust_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zlotow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_znin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_znojmo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zoco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zogang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zoige_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zokya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zollern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zolonta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zolotonosha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zolyom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zondoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zoresti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zsolna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zubala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zubstov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zuera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zugdidi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zughar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zurabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zurich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zurita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zurra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zuru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zutphen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zuunbaykal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zuwara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zvecan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zvenyhorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zvornik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zvyahel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zweibrucken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zwettl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zwolle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zynna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_b_zyryan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aalborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aarhus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abauj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abbadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abivard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abkhazia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ablastha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abomey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abruzzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abu_hammad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abwab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_abydos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_acalapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_acampse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_achaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_acre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_adanse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_adoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_adrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aeolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aetolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_afar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_afram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agadir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agairik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agaw_meder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agdeside_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agenais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_agrigento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ahqaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ahvaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ailech_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ain_galakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aintab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_air_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ajaccio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ajayameru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ak-dzulpas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_akhadid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_akkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_akkityk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aksay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aksu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aksuyek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-arid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-asa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-buhaira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-gharbiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-haditha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al-hasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al_aqabah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_al_jawf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alarcon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_albarracin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_albi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_albret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alcacer_do_sal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alcaniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alcaraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alencon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aleppo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alexandretta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alexandria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_algeciras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_algier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alicante_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_allai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_allaqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_allenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_almader_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_almaty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_almeria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alodia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_along_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alpsee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_altay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alto_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aluksne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alupa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_alxa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amatlus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amiens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_amstetten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ancona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_andujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angerburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angermanland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anglesey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angouleme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_angus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_anjou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_annaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_annandale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ansbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ansongo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_antiocheia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_antipatreia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_antwerpen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aosta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aowin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_apahunik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_apulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aqenganggyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aqiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aqtobe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aquileia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aquincum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aral_karakum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aralkizil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arbanon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arborea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ardabil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ardestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arezzo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_argyll_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arigh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ariksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_armagnac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arnhem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arnsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aror_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arrajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_arzhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ashir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ashli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ashmaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asirgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astorga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_astrakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asturias_de_oviedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asturias_de_santillana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aswan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_asyut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atamansku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atbara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atbasar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_athlone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atholl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atkarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_attica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_attie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_atyrau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_augsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_austisland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_auvergne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_auxerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avalois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aveiro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aviovara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avlonas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_avranches_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_awjila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_awkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_awssa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aydhab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayn_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayodhya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayrarat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ayrshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_aytos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_az-dhahira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azukki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_azysia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baalbek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_babruysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badakhshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badaraya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badghis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_badis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baduspan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baghdad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bagrewand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baguirmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bahnasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bahriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baibalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baigaluuls_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baihaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bailaqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baingoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baisary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baiyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bajura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bakharz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bakhmut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bakriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balashagun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balkh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balkonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_balqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bamberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bambuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bamian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_banavasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_banbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bandhugadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bandiagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bangaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_banre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baqlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baranya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barasuru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barbacadle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barcasag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barcelona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bardak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bargajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barkam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barlad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barnaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_barsuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bartenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_basagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bastia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batiha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batn_al-hajar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_batticaloa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bauchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baxoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_baydhabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bayeux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bearn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beaumont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bedford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_begemder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_begho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_behabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beirut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bejaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bekes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beksima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_belebey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bellac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_belogorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beloozero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_belz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_benavente_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_benevento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_benin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beograd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berbera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berchtesgaden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bereg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berestye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bergh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berkshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beroe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_berta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_besancon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beshbalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beszterce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bethen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_betpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bezichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_beziers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhaktapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bhumilka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bigorre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bihar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bikrampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bilizma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bilma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bindugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bir_amir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biskra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bithynia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_biun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_blankenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_blekinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_blois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bodele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bodrog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boeotia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boleslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bolghar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bologna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bombogor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bonduku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bonoso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bordeaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bornholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bornu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boro_burgasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_borsod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bothin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boubo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bouillon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_boulogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bourbon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brabant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_braganza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_braila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brandenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_branicevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_braslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bratsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brecknockshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_breifne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_breisgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bremen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brescia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_breslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bresse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brie_francaise_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_briey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brixen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brugge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brunswick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brysis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_brzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buchan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buckinghamshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bucuresti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bugurslan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bumthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bundu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bure_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burgas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burgos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burhanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_burugu_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_busaso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_bussa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buthrotum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_buzau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_byzantion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cabardinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cabra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caceres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cadiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caernarfonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cagliari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caithness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cakrakuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calarasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calatayud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_calatrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_camarda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cambray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cambridgeshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cammin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_campulung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_canarias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_canavese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_canda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_candhoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_candradvipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cappadocia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_capua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_carcassonne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cardiganshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_carmarthenshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_carrick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_casentino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_castellon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_castelo_branco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_caze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cephalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cerasus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cetatea_alba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cetina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ceuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chadrinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chagdy_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chaghaniyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chakla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chalkidike_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chalons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chamil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chandax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chanderi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_changma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_charaideo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_charkliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_charsianon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chartres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chauragarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cheboksary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chelabinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherkassy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chernigov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cherven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cheshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chikoy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chilia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chindu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chios_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chitrakut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chitral_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_choklema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cholamandalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chonae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chornobyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chuguchak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chulym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chumarho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chunar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chungthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_chuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cieszyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cilicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_clermont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_clermont_sur_allier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cleves_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coimbra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_colmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cologne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_colonea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_comai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_comminges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_como_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_connacht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_constanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_constantine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cordoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cornouaille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cornwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coruna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cosenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cottbus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_coulommiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cozhelhoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_craiova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cremona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_csanad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_csongrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuellar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuenca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cumberland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cumbum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuneo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cuonaco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_cykma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_czerska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dabou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daboya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dabusiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dadhipadra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dagomba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dahlak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dajing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakajalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakhina_desa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakhla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dalabergslagen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dalarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damascus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damietta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damin_i_koh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damoh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_damxung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_danakil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dangla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dannenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_danzig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar-al-rih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar_al-said_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar_rashid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dar_sila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darabjerd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daramdin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darkhad_valley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_darmashan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dasapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dathina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_datong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_daura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dausar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dawaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dawraq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dawu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_debar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_debul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_degelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_deggerdorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_delhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dembiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_demchok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_demetrias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_denbighshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dendi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dengqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_denia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_deqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derbent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derlenka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_derna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_desmond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dessau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_devagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_devon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhamalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhankar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhofar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dhraina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_diamare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dibri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dihistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dijon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dimapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dipalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dirku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_diskit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ditmarschen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djado_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djanet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djarin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djerba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_djugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dnipro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dobrzynska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dokkum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dolgujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dongola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_donjikraji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorohoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorohychyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorostorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorpat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dorset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dortmund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_doti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_doudleby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_draa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dresden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dublin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dubrovytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_duklja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dunbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dunhuang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_duqm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durdzukia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_durovka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dvaraka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dyamare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dyrrachion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_dyulaso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east-tokharestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east_kiilt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_east_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eastern_tannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_edd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_edessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_edo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eghiz_kara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eichstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_el_fasher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_el_waak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_elabuga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eleila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_elvas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_embrun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_emil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ennis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_epeiros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_erbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eschenlohe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_essex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_euboea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_euchaita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_evreux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ewe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_eystridalir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_faereyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fafan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_falaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_famagusta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fanhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fante_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_faras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_farava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_faro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fayyum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fazaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fazughli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_feher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fellata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ferghana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ferrara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fetegar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_figuig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_finnveden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firabr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firaun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firdafylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_firenze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fitri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fogaras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_foggia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_foix_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_forcalquier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_forez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fraga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_frankfurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_freistadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_french_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_frisia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_friuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fudalhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fuerteventura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fulda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fuqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_furstenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_futa_jalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_fyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gabal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gabes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gacka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galatia_salutaris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_galloway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gallura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ganale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gangaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ganzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gaotai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garabogazkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garkung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garumele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garwhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_garze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gastrikland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gatsuurgazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gauldala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_geba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gegyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gemer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_geneva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_germa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gerqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gerze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gevaudan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gezira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghadames_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gharb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghardaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghazna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghazza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghazzal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghulja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gidaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gilan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gilgit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_girona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_giurgiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_giza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_glamorgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_glazov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gleichenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gloucestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gnezdovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gnieznienska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_goalpara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gobir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_godwad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gojjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_golag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_golaghmuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_golden_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gomel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gomoco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gondo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gongbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gonja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gonjo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gorlitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gorz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gostyninska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gottingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gowrie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_granada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_graz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grebo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grisons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grobin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grodno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_groningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grunberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_grunningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gudbrandsdalir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guelders_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gugark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guidimaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guines_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gumuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurganj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurgi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurjaratra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gutland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gutti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guwari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guzgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_guzkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gwalior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyaca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyaitang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyangze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyegumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyirong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_gyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadithat-ana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadramawt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadrianeia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hail_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hainaut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hakkari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halberstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halsingland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_haltang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_halych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hamadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hamburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hampton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hanlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hannover_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hargaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harhiraa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harikela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harjadalen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_harrat_rahat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_haruppeswara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hastinapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hauran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_havelberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hayq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hedmork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_heihe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_helenopontus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_helgum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_herat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hereford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hereti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hertfordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hewes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hildesheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hinthada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hiraab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hisar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hoboksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hobyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hodh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hodna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohaseco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hohenlohe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_holland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_homs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hongliuyuan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_honorias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hordalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hormuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hotin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hradec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hradyzk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_huesca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hulwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_huntingdonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hunyad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hunyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_hvosno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ibadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ibibo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_idatarainadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_idoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ifat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ifni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ifonyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_igbomina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ijaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ijebu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ikh_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ile_de_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ilorin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_inari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_innarya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_inner_hebrides_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_innsbruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_intarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_inverness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ionia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ipuskoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irahistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irbid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irbil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_irkutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isauria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isfahan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isfara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ishim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iskaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isle_of_man_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_isle_of_wight_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_issoudun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_istakhr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_itanagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_itil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_iviza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jabal_kufs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jabal_quzlum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jafara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaffna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jagatipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jahkamakke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaligny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jalmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jambalar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jame_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jamtfir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_janakpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jasky_kart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jaunpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jawf-al-yamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jenne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jerjul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jersika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jerusalem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jharkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jie_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jihlava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jilali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jilat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jilib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jimi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jinghiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jinsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jinta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jiren_suat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jiruft_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jitikul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jolof_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jovvkuj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jowol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jubba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_julevadno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_julfar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_julym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_jumla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_juterbog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_juwain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_juwair_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaabu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kabarasana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kabul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kachu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kadam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaduna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kafirkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kainsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kainuu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kairwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaisereia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaiserslautern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kakheti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kakisalmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalabsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalanjara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalbin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kali_kumaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalinganagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaliska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalliopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalos_limen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalpi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kalyani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kamarupanagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kamatapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kambampet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kammersberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kamru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanchipuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kangmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaniaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kankan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kantegir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kanyakubja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kara_asirgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kara_khoja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabaigal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabalgasun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karabolam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karakorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karamay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karashar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karasjohka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karatayak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karatsagaan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karbala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kargadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karghalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kargopol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karkaraly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karmanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karnten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kartauzh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kartli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_karur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kashgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaskelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kaski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kasmira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kassala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kassel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katagum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kataka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katehar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kathmandu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katsina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_katu_yaryk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kayor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazanskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazanskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kazym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kebbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_keffi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kempten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_keriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kerken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kermanshah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kernave_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ketu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_keve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kevrola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khaplu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khar_us_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kharam-vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khasagt_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khawr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khaybar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khentii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kherson_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khetaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khijjingakota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khinjali_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khiva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khojand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khokhoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kholmogory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khopyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khortytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khotan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khotang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khumar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khurnak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khuttal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_khuwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kinda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kinda_sakun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kingui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kintus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiranapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kirillov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kirkuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kirman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kishsh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kitka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kitoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kittila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kizir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_klarjeti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kletsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_klingenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_knin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_knittelfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koblenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kodalaka_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koi-bagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kojuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kokenois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kokoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kokpekty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolhapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolobrzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kolyvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konda_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kondana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kondoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kongu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konigsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kontupohja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_konyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kopathal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koppam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korgon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korinthos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korosten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_korsun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kos-buwak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kos_uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koshuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotivarsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotokel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotoko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kotte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kouga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_koutajoki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kozelsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kozlov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krajna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krakowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krasnoyarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_krems_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kropot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuchuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuisugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kujawy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kukiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kulan_utmas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kulan_uynak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kulunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumtag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kundina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuozhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuranko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurdistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurgus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurmaed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurmina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kurumba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kush-murun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kusinagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kusumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kutch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kuzbas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kwahu-akyem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kwararafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyakyaru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyaukse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kymyl_tey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyunglung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyzistra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_kyzylkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_la_marche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_labda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_labourd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lachyk-uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ladyzyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lag_dera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laghwat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lakhnau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_laksmanavati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lanarkshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lancashire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lanciano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_landsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_langres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lapusna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lasta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lecce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leczycka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_legnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leicestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leinster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lenggu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lenghu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lennox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lepsink_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leraba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lesbos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_leuchtenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhagang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhatok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhunze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lhunzhub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_liangzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_liebnitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_liege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lienz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_limousin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lincolnshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lingtsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_linlithgowshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_linz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_linze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lippe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lipto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lisboa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lisieux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_litang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_litomerice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_livs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ljubljana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lleida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lobdaburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lobi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lobo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_logudoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lolland_falster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lomzynska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_loropeni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lothian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_loulan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lower_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lubeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lubelska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lubusz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lucca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ludrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lukoml_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lumbini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luneburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lunggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luntai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lusignan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luuq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_luxembourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lviv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lycandus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lycaonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lycia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lydia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lysva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_lyubim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maastricht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_macon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_macva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madhupur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_madurai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mafaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_magadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_magdeburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maghas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_magwe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahdiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahishaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mainling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mainz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_majar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_makhir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malbork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maldives_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maldwyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mallabhum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mallorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_malta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mamprusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_man_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manatau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandapika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandavyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mandestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mangnai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mangra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mangyshlak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manikpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mansfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mansura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mantua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_manturovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maowun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_maragha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mareeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_markam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marmaros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marrakesh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marsabit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marsan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_martyuba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_marvarrud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masabadhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_masin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_massawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_massina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mathura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mayo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mayyafariqin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mazandaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mazongshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mearns_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mecca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mecklenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medantaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medapata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medellin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medelpad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_medjerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meissen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meknes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_melilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_melitene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_memar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_memel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_menorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_merida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_merioneth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_meroe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mersenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_merv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mesembria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_messenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_messina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_messukyla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_metz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_metzovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_miastko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_middlesex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_midnapore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_miliez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_millau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_minbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_minden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_minsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mithila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_modena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_modrus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mogadishu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mohadavasaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_molina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monferrato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monkh_saridag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monmouthshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_montaigu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_montargis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_monterrei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_montpellier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_morarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_moray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_more_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_moskva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mosul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mosynopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_moura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mozhaysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mudgagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mudug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mugodzhar_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mulaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_multan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_muluya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mumo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_munster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murcia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murun_tomis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_murzuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_muscat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mustasaari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_muya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_mysia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nabadwipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naddula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagarze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nagormo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naimisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naissus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_najera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_najran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nakhshab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naldurg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nallamala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_namandiru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_namdalfylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_namur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nancy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nandana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nangqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nantes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nanumba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_napoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naqis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_narym_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nasaiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nasibin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nasrabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nassau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_natangia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naumburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naushki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_navasarika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_naxos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ndenye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neamnt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nedenes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nedersticht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_negev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nellore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neopatras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neramkary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_neufchateau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nevers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ngawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ngoring_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_niani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nicopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nicosia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_niebla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nihawand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nikaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nikki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nikopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ninive_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_niomi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nizhny_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nizwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_njudung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nordlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nordmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nordrland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_norfolk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_north_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_northamptonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_northumberland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_norwegian_more_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nottinghamshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novgorod_seversky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novogrudok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_novosil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nugaal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nuon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nupe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nurnberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nurtay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyagrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyainrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyemo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyingchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyitra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nyland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nysa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_nzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_odessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_odishi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_odoyev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ohrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oigon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_okangara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olavinlinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oldenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oleshye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olmedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_olomouc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_omsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_onega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_onega_BJA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ongi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_onsthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_opanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_opava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_opole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orangallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orbetello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orhei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oriel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orkney_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orlamunde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ormond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_orvieto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oshrusana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oskol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osnabruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ossory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ostergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osterland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_osterode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ostfriesland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_otrar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oudalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oulu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_outer_hebrides_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oversticht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_owu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oxfordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_oyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pacatiana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paderborn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_padua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_padum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paeonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pagania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pallas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_palniki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pamphylia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_panaji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_panjgur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pannagallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paphlagonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_parma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_paro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_parsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_passau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pavlodar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_peaccam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pecheneg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pedersore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pegu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pelym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pelyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pemako_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pembrokeshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pendjari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_penthievre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_penugonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_penza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_perekop_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_peremyshl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_peresopnytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pereyaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_perigord_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_perm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pest_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_petropavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_petropavolsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_petrovsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_philippopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_philomelium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_phiti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_phrygia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pielinen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pirin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pisidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pitten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plasencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plocka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plyos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_plzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_po_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_podor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_podrinje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_poitiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_polesine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_polotsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_polovragi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pomoravlje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pomorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pompeiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_porto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_poszony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_povenets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pozega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_poznanska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_praha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prayaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prenzlau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prerov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_provence_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_prusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_przemkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pskov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pudozh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_puigcerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_punakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_pundravardhana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_purang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_puri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_purig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_purushapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_puttlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_putyvl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qadisiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qalaafe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qamdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qaryatan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qashtiliya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qasim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qasr_ibrim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qataa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qatif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qayaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qazwin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qilin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qimr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qinggil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qinnasrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qoshagyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_quercy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qumarleb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qumisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_quqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_quriltay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qurta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_qusayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_racakonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_radha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_radomska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ragusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rahba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raimskoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rajanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rajrappa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ramagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ramhurmuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ramu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ranikot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raniriki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ranthambore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raqqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ras_hafun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_raseiniai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rashka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rasht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ratanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ratibor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ravenna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ravensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rayy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rebgong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_regensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reggio_calabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reims_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_renandu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rennes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rethel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_reval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rhodopes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rhodos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ringkobing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_riqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rivsharan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rogalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rohana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_roing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_roma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_romen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rosenheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_roslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ross_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rossano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rossello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rostock_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rothas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rothenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rouen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rouergue_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rounala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rudbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rugen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rukhaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ruppin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rusafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_rutog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ruyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ryazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ryty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saalum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saarbrucken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sabakyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sable_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sabzevar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sacz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_safata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagaing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sagya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saimara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saintonge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sakarai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sakmara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salamanca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salamat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salavat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salerno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salinis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_salzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samaiqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samander_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samar_VB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samatata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sambalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sambhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samiran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_samosata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sanaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sancerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sandomierska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sandoway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sangqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sanij_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sankt_gallen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sankt_polten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_santiago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saptagrama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saqsin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarakhs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarangpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarasvata_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarasvati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saratov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sardan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sartlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarykamysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sarysyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sasaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satakunta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satfura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_satyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_saumur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_savalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_savoie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_say_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sayn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_scalovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_schaumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_schmalkalden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_schweibus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sebasteia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sebezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sebur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_selenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_seleucia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_selge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_selpils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_semey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_semien_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sennar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_seno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_serae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_serres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sertar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sevede_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_severin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sevilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sevsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sewa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sfax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shabe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shahrazur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shahre-babak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shaki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shamir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shanzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shaqiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sharkiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shavgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shayzar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shchuchinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shelji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shenkursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sherbro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shetland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shigar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shiraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shirvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shishina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shityy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shorkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_showa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_showak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shropshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shughnan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_shunzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siauliai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sibi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sibi_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sibir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sidamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sieradzka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sif-i-umara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siggevara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sighnaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sijilmasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sikasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_silla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_silves_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_simaramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sinjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sinope_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sir_faesyfed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siracusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sirhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sirjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sittaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sitti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_siwistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sjaelland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sjeltie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skardu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skolt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_skopje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_slesvig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_slupsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_slutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_smolensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sobrarbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sochur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_socotra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sodermannaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sogn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sokode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sokoto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soldin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_solimana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sombio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_somerset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_somnath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_somogy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_songuu_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sopron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soroca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sorok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sortavala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_soso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sosva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_souf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sous_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_south_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_speyer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_spis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_spreewald_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sprottau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sravasti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sredets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_srihatta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sriksetra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sripatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_srirangapatna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_staffordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_starodub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stendal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stettin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stezycka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sthanisvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stoenesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_stoyanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_strassburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_strathearn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_strumica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suakin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_subay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_subei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suceava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sudurland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suenik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suffolk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sukhna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sullum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sumadija_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sundgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sungqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suondavara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_surparaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_surrah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_surrey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sussex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sutherland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sutkend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suvarnagram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suvarnapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suzdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_suzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_svaneti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_swetaka_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_syrrusafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_syrte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_sysma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szabolcs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szatmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szekelyfold_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szekesfehervar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_szerem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabla_butii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabriz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tabuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tadjoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tadla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tadmekka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagadur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taghaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tagul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tahoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taizz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takkeda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takrit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_takrur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_talakad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_talava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_talish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tall_basma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tall_hamid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tambov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamentit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamiso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tamralipti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tanas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tangiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tapsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taradavadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_targu_jiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_targyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarnowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarragona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarsos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tartas_SIB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tarvagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taskyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tavan_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tavasts_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tawang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tayma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_taza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tbilisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tecklenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_telemark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_temes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_temne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tenggeli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ter_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teramo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terebovl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terek_pass_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terekli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_terektai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teruel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tesiin_gol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tessalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_teviotdale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tewo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tezu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thabeik_taung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thalabiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thaldat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thalner_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thaton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_theodosiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thessalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thessaliotis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thessalonika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thomond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thouars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_thyatira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tiberias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tibesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tichitt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tigheci_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tigre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tihama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tihamat-al-yamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tikhvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_timbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tindouf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tinmallal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tirakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tiris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tiruvannamalai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tivoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tlemcen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tmutarakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tobol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tobruk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_todo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tokumbay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tolna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tomorbulag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tomsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tonnerrois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torangy_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toropets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tortoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tortona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_torun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_totma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_touat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toulouse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_toungoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tourraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tovkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trakai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trandam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trandheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_travunia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trebizond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trenscen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_treviso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tribandapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trigarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trikuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trincomalee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tripoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tripolitana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_trongsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tropaeum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_troyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tsambagarau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tsaparang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tseel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tselym_dalyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tudela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tudgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tuluchezeva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tulun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tumak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tumar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tummana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tunka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turgay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turnovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turpan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_turuberan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tustar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tuulain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tver_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tyendugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tyumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_tzani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ubins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ubmejeiednuo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ubulla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uchangidurga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uchkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_udabhanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uiska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ujjayini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulaanbaatar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulaangom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulan_chuzir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulan_ude_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulantaiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uliastai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uliuty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulu_jitanjik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ulytau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_umiai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ungvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_bono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_upper_khabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uqayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uraiyur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uraltau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urbino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urgamal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urgell_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_urmiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ushara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ushmun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ushytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_usora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ustyug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ustyurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uul_chors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uulynkhol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uvs_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uwal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uzboy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_uzgend_KARA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vadodara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaihingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaijayanti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vairagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vairata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaisali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valabhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valdai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valentinois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valladolid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_valois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vanemane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vannes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_varanasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vardhamana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_varend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vargashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_varmland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaspurakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vastergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vastmanland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vastvag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vasyugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vatapi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vatsagulma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vaucouleurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vecchio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_velay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_velbazhd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_velsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_venadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_venaissin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vendome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_veneto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_venezia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vengipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_veria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vermandois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_verona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vestfold_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vestisland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_veszprem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vhrbosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vidin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vidisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vidzeme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vienna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viennois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viipuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vijayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vijnot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vikramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_villach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vingulmork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viraja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viscaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viseu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vitebsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viterbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vitim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_viviers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vizagipatam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vladimir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vodamayutja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vodi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vodica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vogtland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_voin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_volkovysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_volodymyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vologda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vorbasse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_voronezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_votkinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vratsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vrbas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vukovar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_vyangi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waddan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadi_amur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wadi_el-milk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wagadugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wajda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wajh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wakhsh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_walata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waldeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_waqisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wargla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_warwickshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wasit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_welamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wellega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wentugaole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wenyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_werle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west-tokharestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west_qamuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_west_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_western_tannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_westfriesland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_westmorland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wiek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wielunska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wiltberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wiltshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wittenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolgast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolkenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolpe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wolqayt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_worcestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wormditt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_worodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wschowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wuluhai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wurttemberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_wurzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xainza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xaitongmoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xigaze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xigortang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xingqing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_xining_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yabrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yagba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yaitsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yalala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yalong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yamama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yamethin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yanbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yangikent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yangjibaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yangwarok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yanokul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yar-calli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yaroslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yasin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yatenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yatvyagi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yauri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yekaterinburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yelimane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yenisei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yenshipin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yijinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yongdeng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yoshkar-ola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yperen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_yumenguan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zabid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zabulistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zachlumia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zadar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zadoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zagorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zagreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zagros_mediae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zakroczymska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zamindawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zamm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zammour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zamora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarafshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaragoza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zarman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zatec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zavrsje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zawila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zeeland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zekog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zelengora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zemigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zemplen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zetang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhagyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhenfan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zherkovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhidoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhongba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zhytomyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zichia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zirkuh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_ziz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zlatibor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_znojmo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zogang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zoige_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zollern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zolyom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zurich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zutphen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_c_zvyahel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aaninen_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aarjetje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_abarshahr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_abkhazia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_acatiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_achaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adiabene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adiukru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adkaddakhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adogit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_adrar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aegean_islands_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aethelrugi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_agadir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_agder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aileach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_air_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ait_ouriaghel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ajmer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_akara_dasarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aksai_chin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aksay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aksum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_al-hasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_al-said_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_al-wahat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_al_qays_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ala_tau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alakol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_albany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_albis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aleppo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alexandria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_algarve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alpes_maritimae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alpes_poeninae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alsace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_altay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_alwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_amalfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_amdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_amela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_amman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anartta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anatolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ancona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_angara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_angloland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_angria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anhalt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anjou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_antae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_antioch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_anupa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_apostolic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_apostolic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_apulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_apullum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aqtobe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aquileia_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aquitaine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aquitanica_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aquitanica_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_aral_il_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arbayistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arcadia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arkhangai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_armagnac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_armenia_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_armenia_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_armeniac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_arochi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ashanti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ashokas_chosen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_asir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_asoristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_astures_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_asturias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_asturicensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_athens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_atrebatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_atropatene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_atyrau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_augandzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_augsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_augustamnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_austorani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_auvergne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_availites_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_avaricum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_avars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_awioniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_azal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_azerbaijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_azov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_badakhshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bagaudae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baghdad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baguirmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bahrain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baigaluuls_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bakr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_balasagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_balkh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_balti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baltiyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bamberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bambuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baqlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baquates_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baraba_steppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_barcelona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bargujin_tukum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_baroia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_barsils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_barsuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bashkiria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_batang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bavaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bedford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_beja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bejaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bektashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_belgica_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_belgica_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_belgrade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_benevento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_benin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bergslagen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_berry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_beth_garami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_betpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bhakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_biarmia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bihar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_binnaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bishop_of_iona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bithynia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bjarma_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_blemmyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bobo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bohemia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_borgu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bornu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bourbon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_boyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_brabant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bracarensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_brandenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_brittany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_broerec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_brong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_brycheiniog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bucellaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bugeac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bukovina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bulgars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bulgars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bulls_rishabha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_bumthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_burgundy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_byzacena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_caesaraugusta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_caesariensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_calabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_campania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_canarias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cantabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_canterbury_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cappadocia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_capua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_carinthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_carthago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_carthago_inferior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_carthago_superior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_castilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_catalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_caucasian_albania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_caucasian_albania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cauriensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_celtiberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_celtica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cephalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chakla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chaldia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_champagne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_charkliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_charsianon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chera_nadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chernigov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cherven_cities_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chola_nadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chosen_perkunas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chudia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chumukun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chuna_valley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chuvashia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_chuyue_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cibyrrhaeot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cilicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ciscaucasia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_citerior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_coimbra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_colchis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_connacht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_constantinopolitan_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_conversos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_conyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_coptic_papacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cordoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cornwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_corsica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_courland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_courland_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_crimea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_croatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_currezia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cybelian_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cybelian_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cyprus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_cyrenaica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dacia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dacia_ripensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dacia_transdanubia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dadhipadra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dagomba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dahala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dahlaks_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dakhina_desa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_daksina_kosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dalir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dalmatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_damascus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_damot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_danakil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dandakaranya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_danes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_danubia_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_danubia_quarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_danubia_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_danubia_tertia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dardania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dauphine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dauria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dawaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_daylam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_deasmhumhain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_deheubarth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_delta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dendi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_devagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dhofar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_diafunu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_diyarbakr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_diyarmudar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_diyarrabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_djolof_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dneipner_balts_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dobrudja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_domnonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_don_valley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_donatism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_donatism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dresden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_duklja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_duortnoseatnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_durocotorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dyrrachion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_dzayul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ferghana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fezzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_flaminia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_flanders_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_followers_arjuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fortriu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_fotla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_frisia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_friuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_futa_jalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gabes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gaditanus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gaetulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gainlho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_galicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gallia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gallia_viennensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_galloway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gandhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gangavadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ganzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_garama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gardman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gardman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gascogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gaul_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gayomarthianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gelre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_georgia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_georgian_orthodox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_georgian_orthodox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_germania_inferior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_germania_superior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_germanii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ghadames_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ghat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ghifar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ghomara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_giemajohka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gloucester_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gobi_altai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gobir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gojjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_golog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gondar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gortyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gothic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gothic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_granada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_granni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_greater_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_grodno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_groningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_guenet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_guent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gugark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gugark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_guiyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_guoldat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gurbantunggut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gurjara_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gustow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gutes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gwynedd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gyalrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gyaman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_gyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hadramawt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_haemimontus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hafun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hail_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_halin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_halogaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_halych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hamadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hanzalah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_haritanaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_haruriyyah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hashshashin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hawazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_haymanot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hellenic_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hellenic_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hellespontus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_herat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_herefinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hereford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hesse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hhaha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_highland_lithuanians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hintata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hispalensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_histria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_holland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_holstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_holy_sepulchre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_homs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_hormuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_huitzilopochtli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_iazyges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ibadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_iberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_iceland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_iconoclast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_igboland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ikh_bogdh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ikh_bogdh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ili-alatau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_imami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_immortals_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_insulae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_isauria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_isauria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_isfahan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ishim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_istria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_italy_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_itil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_iudea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_izhorians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jabal_kufs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jalmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jamtland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jangladesh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jawf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jawf-al-yamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jejakabhukti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jemba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jenne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jerid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jharkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jomsvikings_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jonse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_judham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_julich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jutes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jutland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_jylland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_adiukru_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_africa_prefect_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_al_hirah_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_alamannia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_altava_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_amr_confederacy_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_anatolia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_andalusia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_angloland_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_aquitaine_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_aragon_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_armenian_principality_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_ashina_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_asturias_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_athens_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_auresia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_austrasia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_austria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_aydin_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_badajoz_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_bavaria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_bene_israel_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_bohemia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_bosnia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_bulgaria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_burgundians_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_burgundy_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_cabaon_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_canarias_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_candar_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_capsa_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_castille_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_chuban_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_commagene_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_cornwall_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_crete_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_croatia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_cyprus_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_cyrenaica_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_dahae_confederacy_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_dal_riata_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_daneland_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_danelaw_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_denmark_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_dubuo_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_east_francia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_epirus_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_eretnid_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_fashion_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_france_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_franks_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_gaochang_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_gaoche_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_geatland_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_genoa_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_georgia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_gepidia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_germiyan_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_guiyi_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_hansa_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_harla_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_hellas_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_helling_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_herul_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_hodna_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_hungary_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_iberia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_illyria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_illyria_prefect_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_italy_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_italy_prefect_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_jazira_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_jerusalem_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_kabulistan_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_kalachuri_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_karaman_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_khazaria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_khorasan_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_kidarite_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_kucha_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_leon_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_livonia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_lombardia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_lotharingia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_maghreb_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_magyar_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_manipura_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_mann_the_isles_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_masmuda_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_mazandaran_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_mediterranean_sea_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_melchisedechianism_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_mentese_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_mercia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_mesopotamia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_moldavia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_moravia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_naples_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_nasamoni_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_navarra_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_nemenchia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_neustria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_nikaea_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_northumbria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_old_armenia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_old_thrace_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_orleans_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_orthodox_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_ostrogoths_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_ottoman_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_ouarsenis_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_papal_state_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_paris_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_pechenegs_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_pisa_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_poland_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_pomerania_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_portugal_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_qaryat_dhat_kahil_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_republic_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_respendalid_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_rheged_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_romagna_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_rugiland_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_rum_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sahara_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sakya_trizin_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_salihid_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sardinia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sarir_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_saruhan_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_saurashtra_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_saxony_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_serbia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_shanshan_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sicca_veneria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sicily_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_soissons_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sophene_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_south_kosala_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_spanish_galicia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_sparta_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_suebia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_switzerland_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_syria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_tahert_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_tekke_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_thaton_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_thessalonika_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_thracia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_thuringia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_toledo_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_toro_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_trebizond_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_trinacria_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_tuldilanids_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_tuyuhun_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_uighur_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_valencia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_vandalica_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_venice_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_visigoths_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_wales_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_wei_western_regions_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_western_kshatrapas_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_winideheim_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_k_yarlung_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kaabu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kabarism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kabul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kairouan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kalb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kalinga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kalyani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kamarupanagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kanem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kaniaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kanyakubja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kara_khoja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_karabas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_karachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_karaism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_karashar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_karelia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kargassia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_karkaraly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kashgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kasmira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_katsina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kawkaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kazakh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kazym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kebbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kentarlau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_keoka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kermanshah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kernev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khakass_hollow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khanty_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khazaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khopyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khorezm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khotan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khovd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khovsgol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khurmazta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khurramism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khuttal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_khuzestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kiev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kinnaur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kirman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_calatrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_hospitaler_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_santiago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_knights_templar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kohestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_koivans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kola_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kolochins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_konda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_konkana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_krain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_krete_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kroumerie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kulyndy_steppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kumul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kumul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kurdistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kurmanchal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kuru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kush-murun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kutrigurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kuyavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kwararafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_kwrtstan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_laanemaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ladakh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_laguantan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lahore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lancaster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_languedoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lanikaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lasta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_latgalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_latium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lausitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lebanon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_leinster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lemovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_leptis_magna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lesser_poland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lettigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_levedia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lhasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lhatok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lhoyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_liangzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_libanensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_libya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_liguria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_limbuwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_limonum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lingtsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_linnius_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_litang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lithuanians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_livonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_livonians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lobi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_loma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lombards_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lothian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lower_bosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lower_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lower_lorraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lower_silesia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lowland_lithuanians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lucania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lucensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lugdunensis_tertia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lugdunum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_luki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_luxembourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lycia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_lydia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_macedonia_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_macronia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_macronia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_macva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mafaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_magadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mahra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_maingmaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_makran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_makuria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_malabarism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_malao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_malho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mallorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mamprusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_manding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_manichean_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_manichean_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mansi_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_marcionism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_marcionism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_marcomanni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_marrakesh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_martyuba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_maru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_masmudi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_massalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_masuria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mathura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_maxima_sequanorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mazdakism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mazdayasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mazdayasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mazovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_meath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mecca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_medapata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_media_minor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_medina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_meissen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_merv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_merya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mesan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_meshchera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mesopotamia_oriens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_miaphysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_miaphysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_minsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mo_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moesia_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moesia_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moesia_superior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mogadishu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moksha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moldova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_monophysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_monophysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_montes_aregenses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_monyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_moray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mordvinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mosania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mosylon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mugodzhar_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_multan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mundus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_munster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_muntenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_murcia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_muromians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_murzuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_muwalladi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_muyunkum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_mzab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nadia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nagchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nagormo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_naiman_gobi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_najd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_najran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nangqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_napoca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_naqis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_narbonensis_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_narbonensis_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_narvik_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nasikya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nepal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ngamring_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ngari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nisia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nizhny_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nobatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nordgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nordmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_norfolk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_norgyrwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_noricum_mediterranum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_noricum_ripense_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_normandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_norrland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_northern_isles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_northumberland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_novempopulana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_noviodunum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_novosil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_noxgaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nulambavadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_numidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nupe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nuristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nyima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nyingchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_nyitra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ogrash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ogurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_oltenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_oman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_opolye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_opone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_opsikion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_optimatoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_orleans_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_osraige_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_osrhoene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_osrushana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ostergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_osterreich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ostfalen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ostmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ostpommern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ostyaki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_otuken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_oultrejourdain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ovorkhangai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_oxford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_oyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pacensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_palestine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_palestinia_salutaris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pamir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pandya_nadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pannonia_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pannonia_savia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pannonia_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pannonia_valeria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_papal_state_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_paphlagonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_para_lauhitya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_paratan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_paro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_parthava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_patriarchate_in_the_east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_patriarchate_in_the_east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_paulician_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pecheneg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pelym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pereyaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_perm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_philippopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_phoenice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_phrygia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_picenum_suburbicarium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_piedmonte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pisidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_platonic_academy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_platonic_academy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pohjanmaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pohjanmaa_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_poitou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_poloniae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_polotsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pomerelia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pommerania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pontus_polemoniacus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_porto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_powys_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_praevalitana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_priscillianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_priscillianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_pronsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_provence_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_prus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_prussia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_purang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_qamdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_qilin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_qumarleb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_quraysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rabbinism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rabbinism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_racakonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_raetia_curiensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_raetia_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_raetia_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ragusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_raichur_doab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ramannadesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ranii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rashka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ratanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rattapadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_raumarici_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rayy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_regraga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_reudigni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_revala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rhodope_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ripuria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_romagna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_roman_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ruhunu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_rutog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ryazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saami_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saaremaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sabirs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sagya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sahara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saint_addai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saint_anthony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salair_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salamat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salerno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_salzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samalo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samaritan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samaritan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samnium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_samogitia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sanaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sanaag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sandomiersk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sapi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saragurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sarapion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sardinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sarmuzegetusa_regia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saryarka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saryupara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_saurashtra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sauvira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_savalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_savo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_savo_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_savoie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_scalabitanus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_schmalkalden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_scythia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sebasteia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_selenga_valley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_selonians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_semey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_senate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_senate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sennar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_setomaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sevilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shabelle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shamir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shammar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shanzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sharka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shiite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shirvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_shoria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_showa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sibir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sicily_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_silla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sinhala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sitifensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sjaelland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_skane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sklaveni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sky_lords_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_slavonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_slesvig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_smaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_smolensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_socotra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_soghd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_somerset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_somogy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sons_kaleva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sophanene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sophene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sous_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_spirit_guardians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sriksetra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_steyermark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_stravani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_strymon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_suavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_suhma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sumparu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sunni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sussex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_suthgyrwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_sutiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_suyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_svealand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_swabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_swedes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_swiss_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syr_darya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syria_salutaris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syrmia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syrte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syunik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_syunik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tabae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tabaristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tabuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tadmekka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tafilalt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tagant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tagaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_taghaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_taghlebi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_taizz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_takrur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tamim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tangiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tannu_ola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tao-klarjeti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tarbagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_taron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_taron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tarraconensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tavast_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tayk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tayk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tel_river_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_temes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_teryukhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_teutoburgiensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_teutonic_order_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thaqif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_the_isles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thebais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thessalonika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thessaly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thrace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thracesia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thracia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thracian_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_thuringia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tibesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tiele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_timbuktu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tingitana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tirabhukti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tlemcen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_togina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_toletum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tondai_nadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tosali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_toscana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_touat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_toulouse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_trandalog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_transcarpathia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_transcaspiana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_transjurania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_transylvania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_transylvanian_alps_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tridentium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_triparvatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tripolitania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_triveria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_trondelag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_trondelag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tsagaanbaigal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_turan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_turgay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_turnovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_turov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tuyuhun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_tyrol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ubsunur_hollow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_uda_valley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_udayagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_udmurt_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_udmurtia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ugandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ulster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_umbria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ungvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_upper_burgundy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_upper_durius_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_upper_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_upper_lorraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_upper_silesia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_uraltau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_urartuism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_urcitanensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_urdunn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_usora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_ustyug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_utigurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_utrecht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_uusimaa_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_uzboy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valentinianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valentinianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valentois_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valeria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_valois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_varendra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vasconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vaspurakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vaspurakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vastergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vasyugan_mire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_venedi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_venedi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_venetia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vengi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_venice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vepsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_verodunum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_verona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vestlandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vidharba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vidin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vidivaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_viken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vindelica_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vindelica_quarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vindelica_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vindelica_tertia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_viraja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_virumaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_viscaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_visegrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vistula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_visutla_australis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vodamayutja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vogulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_volga_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_volhynia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vologda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vologda_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_voronezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_votians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_vuovdisamieana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wadai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wagadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wagadugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_warangal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_warini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_warriors_perun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wasit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wenyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_werle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_west_ajuraan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_west_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_west_franconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_west_galindians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_western_isles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_western_sayan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_westfalen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_westfriesland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_westpommern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wielkopolska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_worodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_wuluhai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_xia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_xigaze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_xining_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yamama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yarlung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yatenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yathrib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yedisan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yenisei_kan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yijinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_york_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yotvingians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_yungdrung_bon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zabulistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zadoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zaghawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zaila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zammour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zanskar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zaragoza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zealots_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zemigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zhenfan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zhetysu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zinder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_znaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_zun_warriors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_abyssinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_achaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_adal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_adiukru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_africa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_africa_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ajuraan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_akan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_al_hirah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_alamannia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_alamannia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_altava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_amdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_amr_confederacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_amr_confederacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_anatolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_anbiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_andalusia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_andhra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_angara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_angloland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_annonaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_aquitaine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_arabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_arabia_petraea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_armenia_inferior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_armenian_principality_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ashina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_asia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_asoristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_asturias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_athens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_auresia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_austrasia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_austria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_aydin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bactria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_baetica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bashkiria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bastarnae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bavaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_belgica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bene_israel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bengal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bihar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bjarmaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_blemmyia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bohemia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_borgu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bosnia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_britannia_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_britannia_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_brittany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_burgundians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_burgundians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_burgundy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_buryatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_byzantium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cabaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_canarias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_candar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_capsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cartaginensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_caspian_steppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_castille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_caucasian_albania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_caucasus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_chuban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cilicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cimrii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_commagene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cornwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_crete_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_croatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cuman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cyprus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_cyrenaica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dacia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dacia_carpetes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dahae_confederacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dal_riata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dalmatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dalmatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_damot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_daneland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_danelaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_danubia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_daylam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_delhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_denmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dubuo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_dzungaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_east_francia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_egypt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_egypt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_england_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_epirus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_eretnid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_esthonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_fashion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_franks_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_frisia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gaetulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_galicia-volhynia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gallaecia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gaochang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gaoche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_garamantes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_geatland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_georgia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gepidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gepidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_germania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_germania_inferior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_germania_slavica_prima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_germania_slavica_secunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_germiyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ghana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gondwana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_guge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_guinea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_guiyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gujarat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_gyalrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hansa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_harla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hausaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hejaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hellas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_helling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_herul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_himalaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hodna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_hungary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_iberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_iberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_iceland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_igbo-benue_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_illyria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_illyria_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ireland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_israel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_italia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_italy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_italy_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_jazira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_jenne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_jerusalem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kaabu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kabulistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kalachuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kamarupa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kanem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_karaman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_karnata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kashmir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khakassia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khazaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khazaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khorasan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khotan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_khwarezm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kidarite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kidarite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kimek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kipchak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_kucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lazica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lazica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lhomon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lithuania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_livonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lotharingia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lugdunensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_lusitania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_macedonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_maghreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_magyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_maharastra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_makran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_malwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_manipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mann_the_isles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_maryul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_masmuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mauretania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mauria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_maxima_sequanorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mazandaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mazandaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mazun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mediterranean_sea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_melchisedechianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_melchisedechianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mentese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mercia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_moesia_inferior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_moesia_superior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_moldavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mongolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_moravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_mordvinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_naples_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_nasamoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_nemenchia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_neustria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_nikaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_noricum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_northumbria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_norway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_nubia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_oghuz_il_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_old_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_old_thrace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_oman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_opolye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_oriens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_orissa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_orthodox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ostrogoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ostrogoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ottoman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ouarsenis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_outer_ajuraan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pannonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_papal_state_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_paris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_parthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pechenegs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_permia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_persia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_poland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pomerania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pontic_steppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_pontus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_portugal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_punjab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_qaryat_dhat_kahil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_raetia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_rajputana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_republic_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_respendalid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_respendalid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_rheged_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_romagna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_rugiland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_rum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_ruthenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sahara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sakya_trizin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_salihid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sapmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sardinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sarir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sarir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_saruhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_saurashtra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_saxony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_scotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_septem_provincae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_serbia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_shanshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sibir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sicca_veneria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sicily_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sindh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sogdiana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_soissons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_soissons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_songhay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sophene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_south_kosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_spanish_galicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sparta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_suebia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_sweden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_switzerland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_syr_darya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_syria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_takrur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tamilakam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tarraconensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_taurica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tekke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_telingana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thaton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thessalonika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thrace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thracia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_thuringia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_transoxiana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_trebizond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_trinacria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tripolitania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tuldilanids_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tuva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_tuyuhun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_u_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_uighur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_vandalica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_vandalica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_venice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_vindelicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_visigoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_visigoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_volga_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_wales_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_wei_western_regions_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_western_kshatrapas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_white_rus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_winideheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_xia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_yarlung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_yemen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_yorubaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_yugra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_k_zhetysu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_aarlud_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_abyssinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_ajuraan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_arabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_avar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_avar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_axum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_bactria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_baruun_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_bengal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_black_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_britannia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_byzantium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_byzantium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_carpathia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_caspian-pontic_steppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_chagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_dacia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_deccan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_egypt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_gaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_germania_magna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_germany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_golden_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_guinea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_helling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_hre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_hunnic_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_ilkhanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_india_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_italy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_kanem_bornu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_kara_khitai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_kirghiz_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_latin_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_macedon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_maghreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_mongol_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_mongolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_north_africa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_north_sea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_outremer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_persia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_rajastan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_roman_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_rouran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_russia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_scandinavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_scythia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_seleucid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_siberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_slavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_spain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tamazgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tamil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tartaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_timurids_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_togskol_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_turan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_turkestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_turkestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_uyghur_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_volga-ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_wendish_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_white_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_wre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_wre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_xiongnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_e_xiongnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } diff --git a/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt b/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt deleted file mode 100644 index f0571cbe86..0000000000 --- a/WtWSMS/common/landed_titles/MOD_color_storage_titles.txt +++ /dev/null @@ -1,3256 +0,0 @@ -#Empires -d_e_aarlud_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_abyssinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_ajuraan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_arabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_avar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_axum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_bactria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_baruun_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_bengal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_black_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_britannia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_byzantium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_carpathia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_caspian-pontic_steppe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_chagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_dacia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_deccan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_egypt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_gaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_germania_magna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_germany_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_golden_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_guinea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_helling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_hre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_hunnic_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_ilkhanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_india_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_italy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_kanem_bornu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_kara_khitai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_kirghiz_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_latin_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_macedon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_maghreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_mongol_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_mongolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_north_africa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_north_sea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_outremer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_persia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_rajastan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_roman_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_rouran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_russia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_scandinavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_scythia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_seleucid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_siberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_slavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_spain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_tamazgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_tamil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_tartaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_tibet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_timurids_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_togskol_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_turan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_turkestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_uyghur_khanate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_volga-ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_wendish_empire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_white_horde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_wre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_e_xiongnu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -#Kingdoms -d_k_adiukru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_africa_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_al_hirah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_alamannia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_altava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_amr_confederacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_anatolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_andalusia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_angloland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_aquitaine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_armenian_principality_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_ashina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_asturias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_athens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_auresia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_austrasia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_austria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_aydin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_bavaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_bene_israel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_bohemia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_bosnia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_burgundians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_burgundy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_cabaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_canarias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_candar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_capsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_castille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_chuban_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_commagene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_cornwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_crete_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_croatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_cyprus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_cyrenaica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_dahae_confederacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_dal_riata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_daneland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_danelaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_denmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_dubuo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_east_francia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_epirus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_eretnid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_fashion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_franks_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_gaochang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_gaoche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_geatland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_georgia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_gepidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_germiyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_guiyi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_hansa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_harla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_hellas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_helling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_herul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_hodna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_hungary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_iberia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_illyria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_illyria_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_italy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_italy_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_jazira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_jerusalem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_kabulistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_kalachuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_karaman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_khazaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_khorasan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_kidarite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_kucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_livonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_lotharingia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_maghreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_magyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_manipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_mann_the_isles_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_masmuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_mazandaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_mediterranean_sea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_melchisedechianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_mentese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_mercia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_moldavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_moravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_naples_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_nasamoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_nemenchia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_neustria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_nikaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_northumbria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_old_armenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_old_thrace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_orthodox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_ostrogoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_ottoman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_ouarsenis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_papal_state_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_paris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_pechenegs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_poland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_pomerania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_portugal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_qaryat_dhat_kahil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_republic_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_respendalid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_rheged_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_romagna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_rugiland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_rum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sahara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sakya_trizin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_salihid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sardinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sarir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_saruhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_saurashtra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_saxony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_serbia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_shanshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sicca_veneria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sicily_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_soissons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sophene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_south_kosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_spanish_galicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_sparta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_suebia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_switzerland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_syria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_tekke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_thaton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_thessalonika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_thracia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_thuringia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_trebizond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_trinacria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_tuldilanids_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_tuyuhun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_uighur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_vandalica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_venice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_visigoths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_wales_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_wei_western_regions_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_western_kshatrapas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_winideheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_k_yarlung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -#Duchies -d_d_aaninen_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_abkhazia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_acatiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_adkaddakhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_adogit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_aegean_islands_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_aethelrugi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_agadir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_aileach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ait_ouriaghel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_al-said_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_al_qays_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_aleppo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_algarve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_alger_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_alsace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_amalfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_amela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_amman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_anatolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ancona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_angria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_anhalt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_anjou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_antae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_antioch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_apostolic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_aquileia_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_aquitaine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_arian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_armagnac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_armeniac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_arochi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ashokas_chosen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_astures_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_asturias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_atrebatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_augandzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_augsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_austorani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_auvergne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_availites_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_avars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_awioniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_azal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_azerbaijan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bagaudae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_baghdad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bakr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_balti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_baquates_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_barcelona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_baroia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_barsils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bavaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_beja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bejaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bektashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_belgrade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_benevento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_berry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bihar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_binnaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bishop_of_iona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bjarma_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_blemmyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bohemia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bourbon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_brabant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_broerec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_brycheiniog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bucellaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bulgaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bulgars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_bulls_rishabha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_burgundy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_cait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_calabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_capua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_carinthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_castilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_cephalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_chaldia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_champagne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_charsianon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_chosen_perkunas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_chumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_chumukun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_chuyue_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_cibyrrhaeot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_coimbra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_constantinopolitan_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_conversos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_coptic_papacy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_cordoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_courland_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_croatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_currezia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_cybelian_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_dalmatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_damascus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_danes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_dauphine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_deasmhumhain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_delta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_diyarbakr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_diyarmudar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_diyarrabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_dneipner_balts_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_dobrudja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_domnonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_donatism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_duklja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_dyrrachion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_east_franconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_east_galindians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ebionites_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_edessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_elmet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_emilia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_epirus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_erzerum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_erzya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_esseaxena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_essina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_exilarch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_fes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_fezzan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_flanders_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_followers_arjuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_fortriu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_fossatisii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_fotla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_friuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gabes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_galicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gardman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gascogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gaul_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gayomarthianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gelre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_georgia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_georgian_orthodox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_germanii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ghifar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ghomara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gortyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gothic_church_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_granada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_granni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_guenet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_guent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gugark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gustow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gutes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_gyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_halin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hamadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hanzalah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_haruriyyah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hashshashin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hawazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_haymanot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hellenic_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_herefinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hesse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hhaha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_highland_lithuanians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hintata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_holland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_holstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_holy_sepulchre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_homs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_hormuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_huitzilopochtli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_iazyges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_iconoclast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ikh_bogdh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_imami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_immortals_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_istria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_italy_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_izhorians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_jabal_kufs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_jerid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_jomsvikings_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_jonse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_judham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_julich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_jutes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_jylland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_k_iberia_color_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kabarism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kairouan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kalb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_karaism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_keoka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kernev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_khanty_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_khurmazta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_khurramism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_knights_calatrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_knights_hospitaler_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_knights_santiago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_knights_templar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kohestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_koivans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kola_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kolochins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_krain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kroumerie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kumul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kurdistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kutrigurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kuyavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_kwrtstan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_laanemaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_laguantan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_languedoc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lebanon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lemovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lettigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_linnius_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_livonians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lombards_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lower_bosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lower_lorraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_lowland_lithuanians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_luxembourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_macronia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_macva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mafaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_maingmaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_malabarism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_malao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_manichean_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mansi_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_marcionism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_marcomanni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_masmudi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_massalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mazdakism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mazdayasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_meissen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_merya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_meshchera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_miaphysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mo_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_moesia_superior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_moksha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_monophysite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_montes_aregenses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_moravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mosania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mosylon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_mundus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_murcia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_muromians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_murzuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_muwalladi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_najran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_narvik_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_nasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_nishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_nok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_nordgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_nordmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_norgyrwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_normandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_noxgaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_nuristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ogurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_opone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_opsikion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_optimatoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_orleans_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_osraige_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_osterreich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ostmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_oultrejourdain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_oxford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_palestine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_papal_state_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_patriarchate_in_the_east_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_paulician_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_philippopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_piedmonte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_platonic_academy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_pohjanmaa_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_poitou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_pomerelia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_pommerania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_porto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_powys_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_priscillianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_pronsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_provence_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_prus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_quraysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_rabbinism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_raetia_curiensis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ranii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_rashka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_raumarici_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_regraga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_reudigni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_revala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_rif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ripuria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_romagna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_roman_prefect_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_saami_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_saaremaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sabirs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sacromontisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sahara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_saint_addai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_saint_anthony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_salerno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_salia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_salzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_samaritan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_samarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_samarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sami_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sandomiersk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_saragurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sarapion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_savo_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_savoie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sebasteia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_selonians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_senate_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_setomaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sevilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_shammar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_shiite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_shirvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sklaveni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sky_lords_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_slavonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_slesvig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_somogy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sons_kaleva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sophanene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sophene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_spirit_guardians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_steyermark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_strymon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_suavi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sumparu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sunni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_sussex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_suthgyrwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_suyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_swabia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_swedes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_swiss_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_syrmia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_syrte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tabae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_taghlebi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tamim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tangiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tavast_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tayk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tel_river_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_temes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_teryukhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_teutonic_order_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_thaqif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_thrace_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_thracesia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_thracian_goths_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_thuringia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tiele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tlemcen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_toscana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_transjurania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_transylvania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tridentium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_triparvatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_triveria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_trondelag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_tunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_turnovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_udmurt_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_ugandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_upper_lorraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_urartuism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_urdunn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_utigurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_utrecht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_uusimaa_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_valentinianism_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_valentois_alans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_valois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_venedi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_venice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_verona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_vidin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_vidivaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_viraja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_virumaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_viscaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_visegrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_vologda_tribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_votians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_wabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_warini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_warriors_perun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_wasit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_west_franconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_west_galindians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_wielkopolska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_yathrib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_yotvingians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_yungdrung_bon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_zab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_zaghawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_zaragoza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_zealots_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_zemigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_zinder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_znaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_d_zun_warriors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -#Counties -d_c_aachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aalborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aarhus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abauj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abbadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abivard_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abkhazia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ablastha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abomey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abruzzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abu_hammad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abwab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_abydos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_acalapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_acampse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_achaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_acre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_adanse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_adoni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_adrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aeolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aetolia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_afar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_afram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_agadir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_agairik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_agaw_meder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_agdeside_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_agenais_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_agrigento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ahqaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ahvaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ailech_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ain_galakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aintab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_air_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ajaccio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ajayameru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ak-dzulpas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_akhadid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_akkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_akkityk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aksay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aksu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aksuyek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al-arid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al-asa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al-buhaira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al-gharbiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al-haditha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al-hasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al_aqabah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_al_jawf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alarcon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_albarracin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_albi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_albret_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alcacer_do_sal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alcaniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alcaraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alencon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aleppo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alexandretta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alexandria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_algeciras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_algier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alicante_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_allai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_allaqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_allenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_almader_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_almaty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_almeria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alodia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_along_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alpsee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_altay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alto_aragon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aluksne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alupa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_alxa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amatlus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amiens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_amstetten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_anbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ancona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_andujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_angerburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_angermanland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_anglesey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_angot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_angouleme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_angus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_anja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_anjou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_annaba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_annandale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ansbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ansongo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_antiocheia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_antipatreia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_antwerpen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aosta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aowin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_apahunik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_apulia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aqenganggyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aqiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aqtobe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aquileia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aquincum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aral_karakum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aralkizil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arawan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arbanon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arborea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ardabil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ardestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arezzo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_argyll_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arigh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ariksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arkat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_armagnac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arnhem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arnsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aror_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arrajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_arzhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_asfi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ashir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ashli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ashmaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_asir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_asirgarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_asni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_astana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_astore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_astorga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_astrakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_asturias_de_oviedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_asturias_de_santillana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aswan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_asyut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_atamansku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_atbara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_atbasar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_athlone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_atholl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_atkarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_attica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_attie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_atyrau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_augsburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_austisland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_auvergne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_auxerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_avalois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aveiro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_avila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aviovara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_avlonas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_avranches_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_awjila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_awkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_awssa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aydhab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ayn_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ayodhya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ayrarat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ayrshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_aytos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_az-dhahira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_azas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_azov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_azukki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_azysia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baalbek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_babruysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bacs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_badajoz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_badakhshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_badaraya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_badghis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_badi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_badis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baduspan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baghdad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bagrewand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baguirmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bahnasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bahriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baibalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baigaluuls_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baihaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bailaqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baingoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baisary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baiyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bajura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bakharz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bakhmut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bakriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_balachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_balashagun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_balgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_balkh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_balkonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_balqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bamberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bambuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bamian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_banavasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_banbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bandhugadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bandiagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bangaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_banre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baqlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baranya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barasuru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barbacadle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barcasag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barcelona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bardak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bargajan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barkam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barlad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barnaul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_barsuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bartenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_basagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_basra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bastia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_batang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_batiha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_batina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_batn_al-hajar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_batticaloa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bauchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baxoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_baydhabo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bayeux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bazin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bearn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beaumont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bedford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_begemder_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_begho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_behabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beirut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bejaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bekes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beksima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_belebey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bellac_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_belogorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beloozero_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_belz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_benavente_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_benevento_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_benin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beograd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berbera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berchtesgaden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bereg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berestye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bergh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berkshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berlin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beroe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berry_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_berta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_besancon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beshbalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beszterce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bethen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_betpa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bezichi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_beziers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bhakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bhaktapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bhera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bhumilka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bigorre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bihar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_biia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bikrampur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bilizma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bilma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bindugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bir_amir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_biskra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bithynia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_biton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_biun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_blankenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_blekinge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_blois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bodele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bodrog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_boeotia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_boleslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bolghar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bologna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bombogor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bonduku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bonoso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bordeaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bornholm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bornu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_boro_burgasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_boron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_borsod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bost_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bothin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_boubo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bouillon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_boulogne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bourbon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brabant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_braganza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_braila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brandenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_branicevo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_braslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bratsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brecknockshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_breifne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_breisgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bremen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brescia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_breslau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bresse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brie_francaise_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_briey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brixen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brugge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brunswick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brysis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_brzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_buchan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_buckinghamshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bucuresti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bugurslan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bukhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bumthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bundu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bure_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_burgas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_burgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_burgos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_burhanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_burji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_burugu_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_busaso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_bussa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_buthrotum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_buzau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_byzantion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cabardinia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cabra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_caceres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cadiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_caernarfonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cagliari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cairo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_caithness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cakrakuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_calafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_calarasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_calatayud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_calatrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_camarda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cambray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cambridgeshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cammin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_campulung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_canarias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_canavese_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_canda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_candhoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_candradvipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cappadocia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_capua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_carcassonne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cardiganshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_caria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_carmarthenshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_carrick_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_casentino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_caslav_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_castellon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_castelo_branco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_caze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cephalonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cerasus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cetatea_alba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cetina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ceuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chadrinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chagdy_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chaghaniyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chakla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chalkidike_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chalons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chamil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chandax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chanderi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_changma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_charaideo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_charkliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_charsianon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chartres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chauragarh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cheboksary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chelabinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cherchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cherik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cherkassy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chernigov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cherso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cherven_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cheshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chikoy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chilia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chindu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chios_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chitrakut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chitral_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_choklema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cholamandalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chonae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chornobyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chuguchak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chulym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chumarho_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chuna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chunar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chungthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_chuya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cieszyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cilicia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_clermont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_clermont_sur_allier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cleves_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_coburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_coimbra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_colmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cologne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_colonea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_comai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_comminges_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_como_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_connacht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_constanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_constantine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_coqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cordoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cornouaille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cornwall_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_coruna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cosenza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cottbus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_coulommiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cozhelhoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_craiova_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cremona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_csanad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_csongrad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cuellar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cuenca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cumberland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cumbum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cuneo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cuonaco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_cykma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_czerska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dabou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_daboya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dabusiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dadhipadra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dagomba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dahlak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dajing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dakajalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dakhina_desa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dakhla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dakkar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dalabergslagen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dalarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_daman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_damascus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_damghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_damietta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_damin_i_koh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_damoh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_damot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_damxung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_danakil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dangla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dannenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_danzig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dar-al-rih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dar_al-said_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dar_rashid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dar_sila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_darabjerd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_daramdin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_darcha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_darghan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_darkhad_valley_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_darmashan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dasapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dathina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_datong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_daura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dausar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dawaro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dawraq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dawu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_debar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_debul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_degelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_deggerdorf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_delhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dembiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_demchok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_demetrias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_denbighshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dendi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dengqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_denia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_deqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_derbent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_derby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_derlenka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_derna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_desmond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dessau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_devagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_devon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dhafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dhamalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dhankar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dhara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dhofar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dhraina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_diamare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dibri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dihistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dijon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dimapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dipalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dirku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_diskit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ditmarschen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_djado_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_djanet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_djarin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_djerba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_djugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dnipro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dobrzynska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dokkum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dolgujar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dongola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_donjikraji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dorohoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dorohychyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dorostorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dorpat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dorset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dortmund_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_doti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_doudleby_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_draa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dresden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dublin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dubrovytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_duklja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dunbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dunhuang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_duqm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_durdzukia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_durham_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_durne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_durovka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dvaraka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dyamare_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dyrrachion_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_dyulaso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_east-tokharestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_east_darfur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_east_kiilt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_east_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_eastern_tannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_edd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_edessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_edo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_eghiz_kara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_eichstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_el_fasher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_el_waak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_elabuga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_eleila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_elvas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_embrun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_emil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ennis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_epeiros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_erbach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_eschenlohe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_essex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_eu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_euboea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_euchaita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_evreux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ewe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_eystridalir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_faereyar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fafan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_falaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_famagusta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fanhe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fante_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_farafra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_farah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_farama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_faras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_farava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_faro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fayyum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fazaz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fazughli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_feher_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fellata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ferghana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ferrara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fetegar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_figuig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_finland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_finnveden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_firabr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_firaun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_firdafylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_firenze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fitri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fogaras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_foggia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_foix_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_forcalquier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_forez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fraga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_frankfurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_freistadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_french_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_frisia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_friuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fudalhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fuerteventura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fulda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fuqi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_furstenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_futa_jalon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_fyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gabal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gabes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gacka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gafat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_galam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_galati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_galatia_salutaris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_galloway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gallura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ganale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gangaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ganzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gaotai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_garabogazkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_garco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_garkung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_garoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_garumele_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_garwhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_garze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gastrikland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gatsuurgazar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gauldala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_geba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gegyai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gemer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_geneva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_genoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_germa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gerqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gerze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gevaudan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gezira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghadames_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gharb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghardaia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghazna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghazza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghazzal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghulja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gidaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gilan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gilgit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_girona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_giurgiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_giza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_glamorgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_glazov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gleichenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gloucestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gnezdovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gnieznienska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_goalpara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gobir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_godwad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gojjam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_golag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_golaghmuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_golden_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gomel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gomoco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gondo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gongbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gonja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gonjo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gorlitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gorz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gostyninska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gottingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gowrie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_granada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_graz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_grebo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_grisons_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_grobin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_grodno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_groningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_grunberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_grunningen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gudbrandsdalir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guelders_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gugark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guidimaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guines_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gumuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gurganj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gurgi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gurjaratra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gutland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gutti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guwari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guzgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_guzkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gwalior_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gyaca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gyaitang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gyama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gyangze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gyegumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gyirong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_gyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hadithat-ana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hadramawt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hadrianeia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hadrianopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hail_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hainaut_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hakkari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_halberstadt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_halland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_halsingland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_haltang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_halych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hamadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hamburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hampton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hanlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hannover_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_harar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hargaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_harhiraa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_harikela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_harjadalen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_harran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_harrat_rahat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_haruppeswara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hastinapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hauran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_havelberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hayq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hedmork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_heihe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_helenopontus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_helgum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_herat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hereford_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hereti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hertfordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hewes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hildesheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hinthada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hiraab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hisar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hoboksar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hobyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hodh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hodna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hohaseco_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hohenau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hohenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hohenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hohenlohe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_holland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_homs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hongliuyuan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_honorias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hont_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hordalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hormuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hotin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hradec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hradyzk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_huesca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hulwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_huntingdonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hunyad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hunyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_hvosno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_iasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ibadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ibibo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_idatarainadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_idoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ifat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ife_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ifni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ifonyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_igala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_igana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_igaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_igbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_igbomina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ijaw_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ijebu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ikh_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ilam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ile_de_france_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ilesa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ilga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_iliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ilo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ilorin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_inari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_innarya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_inner_hebrides_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_innsbruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_intarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_inverness_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ionia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ipuskoa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_irahistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_irbid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_irbil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_irkutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_isauria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_isfahan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_isfara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ishim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_iskaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_isle_of_man_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_isle_of_wight_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_issoudun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_istakhr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_itanagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_itil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_iviza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jabal_kufs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jabal_quzlum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jafara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jaffna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jagatipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jahkamakke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jaligny_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jalmat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jambalar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jame_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jamtfir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_janakpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jasky_kart_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jaunpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jawf-al-yamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jenne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jerjul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jersika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jerusalem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jharkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jie_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jihlava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jilali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jilat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jilib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jimi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jinghiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jinsko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jinta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jiren_suat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jiruft_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jitikul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jolof_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jone_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jovvkuj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jowol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jubba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_julevadno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_julfar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_julym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_jumla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_juterbog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_juwain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_juwair_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaabu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kabarasana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kabul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kachu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kada_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kadam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaduna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaffa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kafirkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kagha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kainsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kainuu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kairwan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaisereia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaiserslautern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kakheti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kakisalmi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalabsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalanjara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalbin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kali_kumaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalinganagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaliska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalos_limen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalpi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kalyani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kamarupanagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kamatapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kambampet_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kammersberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kamru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kanara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kanchipuram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kandy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kanem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kangmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaniaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kankan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kansk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kantegir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kanyakubja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kara_asirgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kara_khoja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karabaigal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karabalgasun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karabas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karabash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karabolam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karachev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karakorum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karamay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karashar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karasjohka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karasu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karatayak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karatsagaan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karbala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kargadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karghalik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kargopol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karkaraly_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karmanta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karnten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kartauzh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kartli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_karur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kashgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaskelen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kaski_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kasmira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kassala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kassel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_katagum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kataka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_katehar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kathmandu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_katsina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_katu_yaryk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kayor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kazanskaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kazanskoye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kazym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kebbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_keffi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kempten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kerak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kerala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kerch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_keriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kerken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kermanshah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kernave_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ketu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_keve_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kevrola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khachen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khaplu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khar_us_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kharam-vosh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khasagt_khairkhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khawr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khaybar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khentii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kherson_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khetaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khijjingakota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khinjali_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khiva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khojand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khokhoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kholmogory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khopyor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khortytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khotan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khotang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khumar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khurnak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khuttal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_khuwar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kiev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kiia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kinda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kinda_sakun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kingui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kintus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kiranapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kirillov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kirkuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kirman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kishsh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kita_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kitka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kitoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kittila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kizir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_klarjeti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kletsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_klingenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_knin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_knittelfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_koblenz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_koda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kodalaka_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_koi-bagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kojuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kokenois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kokoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kokpekty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kolhapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kolobrzeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kolon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kolyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kolyvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_konda_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kondana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kondoma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kongu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_konigsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_konko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kontupohja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_konyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kopathal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_koppam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_korgon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_korinthos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_korosten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_korsun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kos-buwak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kos_uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_koshuki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kota_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kotera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kotivarsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kotokel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kotoko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kotte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kouga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_koutajoki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kozelsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kozlov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_krajna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_krakowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_krasnoyarsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_krasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_krems_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kropot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kucha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kuchuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kuisugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kujawy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kukiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kuku_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kulan_utmas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kulan_uynak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kulunda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kumaon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kumasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kumkol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kumtag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kumych_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kundina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kuozhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kuranko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kurdar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kurdistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kurgan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kurgus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kurmaed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kurmina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kurumba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kush-murun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kusinagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kusumi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kutch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kuzbas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kwahu-akyem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kwararafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kyadya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kyakyaru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kyaukse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kyin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kymyl_tey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kyunglung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kyzistra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_kyzylkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_la_marche_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_labda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_labourd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lachyk-uba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_laconia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ladyzyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lag_dera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_laghwat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_laia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lakhnau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_laksmanavati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lanarkshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lancashire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lanciano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_landsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_langres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lapusna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lasta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lecce_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_leczycka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_legnica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_leh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_leicestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_leinster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lenggu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lenghu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lennox_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_leon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lepsink_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_leraba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lesbos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_leuchtenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lhagang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lhari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lhasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lhatok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lhunze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lhunzhub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_liangzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_liebnitz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_liege_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lienz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lille_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_limousin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lincolnshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lingtsang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_linlithgowshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_linz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_linze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lippe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lipto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lisboa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lisieux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_litang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_litomerice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_livs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ljubljana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lleida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lobdaburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lobi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lobo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_logudoro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lolland_falster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lombardia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lomzynska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lori_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_loropeni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lothian_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_loulan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lower_galatia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lubeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lubelska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lubusz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lucca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ludrava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_luki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lukoml_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lumbini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_luneburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lunggar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_luni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_luntai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_luristan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lusignan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_luuq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_luxembourg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lviv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lycandus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lycaonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lycia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lydia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lysva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_lyubim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maastricht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_macon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_macva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_madaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_madhupur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_madoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_madrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_madurai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mafaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_magadha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_magdeburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maghas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_magwe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mahdiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mahishaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mahoba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mahra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mahur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mainling_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mainz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mait_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_majar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_makhir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_malaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_malagon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_malbork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maldives_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maldwyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mallabhum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mallorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_malta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mamprusi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_man_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_manatau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mandab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mandapika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mandavyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mandestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mangnai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mangra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mangyshlak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_manikpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_manipur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mansfeld_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mansura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_manthang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mantua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_manturovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maowun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_maragha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_marash_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_marburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mareeg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_markam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_marmaros_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_marrakesh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_marsabit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_marsan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_martyuba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_marvarrud_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_masa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_masabadhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_masalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_masin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_massawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_massina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mathura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mayo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mayyafariqin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mazandaran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mazongshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mearns_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_meaux_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mecca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mecklenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_medantaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_medapata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_medellin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_medelpad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_medina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_medjerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_meissen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_meknes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_melilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_melitene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_memar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_memel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_menorca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_merida_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_merioneth_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_meroe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mersenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_merv_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mesembria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mesopotamia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_messenia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_messina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_messukyla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_metz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_metzovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_miastko_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_middlesex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_midnapore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_miliez_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_millau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_minbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_minden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_minsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mithila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_modena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_modrus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mogadishu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mohadavasaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_molina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_monferrato_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_monkh_saridag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_monmouthshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_montaigu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_montargis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_monterrei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_montpellier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_morarna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_moray_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_more_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mosala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_moskva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mosul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mosynopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_moura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mozhaysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mudgagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mudug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mugodzhar_hills_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mulaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_multan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_muluya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mumo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_munchen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_munda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_munio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_munjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_munster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_murcia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_murom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_murun_tomis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_murzuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_muscat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mustasaari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_muya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_mysia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nabadwipa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naddula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nagarze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nagauda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nagchu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nagormo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naimisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naissus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_najera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_najran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nakhshab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naldurg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nallamala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_namandiru_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_namdalfylki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_namur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nancy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nandana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nangqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nantes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nanumba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_napoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naqis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_narim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_narke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_narva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_narym_DZU_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nasaiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nasibin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nasrabad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nassau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_natangia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naumburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naushki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_navarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_navasarika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_naxos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ndenye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_neamnt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nedenes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nedersticht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_negev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nellore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_neopatras_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_neramkary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_neufchateau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nevers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ngawa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ngoring_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_niani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nice_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nicopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nicosia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_niebla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nih_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nihawand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nikaea_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nikki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nikopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ninive_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_niomi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nishapur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nizhny_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nizwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_njudung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nordlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nordmark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nordrland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_norfolk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_north_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_northamptonshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_northumberland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_norwegian_more_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nottinghamshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_novara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_novgorod_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_novgorod_seversky_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_novogrudok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_novosil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nugaal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nuon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nupe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nurnberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nurtay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyagrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyainrong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyalam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyemo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyingchi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyitra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nyland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nysa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_nzi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ob_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_odessa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_odishi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_odoyev_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ohrid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oigon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_okangara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_olavinlinna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oldenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oleshye_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_olkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_olmedo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_olomouc_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_omsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_onega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_onega_BJA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ongi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_onsthia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_opanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_opava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_opole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orangallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orbetello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orhei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oriel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orkney_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orlamunde_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orleans_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ormond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orsha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_orvieto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_osel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oshrusana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oskol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_osnabruck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ossory_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ostergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_osterland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_osterode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ostfriesland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_otrar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oudalan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oulu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_outer_hebrides_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oversticht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_owu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oxfordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_oyo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pacatiana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_paderborn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_padua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_padum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_paeonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pagan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pagania_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_palakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_palanga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_palermo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pallas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_palmyra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_palniki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pamphylia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_panaji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_panjgur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pannagallu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_paphlagonia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_parma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_paro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_parsberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_passau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pavia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pavlodar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_peaccam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pecheneg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pedersore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pegu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pelym_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pelyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pemako_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pembrokeshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pendjari_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_penthievre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_penugonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_penza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_perekop_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_peremyshl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_peresopnytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pereyaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_perigord_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_perm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pest_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_petropavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_petropavolsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_petrovsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_philippopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_philomelium_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_phiti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_phrygia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pielinen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pirin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pisidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pite_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pitten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_plasencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_plocka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_plyos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_plzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_po_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_podor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_podrinje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_poitiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_polesine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_polotsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_polovragi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pomoravlje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pomorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pompeiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_porto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_poszony_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_povenets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pozega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_poznanska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_praha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pravia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_prayaga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_prenzlau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_prerov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_provence_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_prusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_przemkow_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pskov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pudozh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_puigcerda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_punakha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_pundravardhana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_purang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_puri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_purig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_purushapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_puttlingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_putyvl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qadisiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qalaafe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qamdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qaryatan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qashtiliya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qasim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qasr_ibrim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qataa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qatif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qayaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qazwin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qilin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qimr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qinggil_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qinnasrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qoshagyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_quercy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qumarleb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qumisha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_quqen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_quriltay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qurta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_qusayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_racakonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_radha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_radomska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ragusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rahba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_raimskoe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rajanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rajrappa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ramagiri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ramhurmuz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ramu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ranikot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_raniriki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ranthambore_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_raqqa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ras_hafun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_raseiniai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rashka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rasht_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ratanpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ratibor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ravenna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ravensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rayy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rebgong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_regensburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_reggio_calabria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_reims_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_renandu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_reni_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rennes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rethel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_reval_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rhodopes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rhodos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ribe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rima_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ringkobing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_riqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rivsharan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rogalandi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rohana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_roing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_roma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_romen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rosenheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_roslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ross_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rossano_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rossello_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rostock_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rothas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rothenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rouen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rouergue_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rounala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rudbar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rugen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rukhaj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ruppin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rusafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_rutog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ruyan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ryazan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ryty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saalum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saarbrucken_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sabakyul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sable_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sabzevar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sacz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_safata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sagaing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sagar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sagiz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sagya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saimara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saintonge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sakala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sakarai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sakmara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_salamanca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_salamat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_salavat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_salerno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_salinis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_salzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samaiqan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samander_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samar_VB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samarra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samatata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sambalpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sambhal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samiran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_samosata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sanaa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sancerre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sandomierska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sandoway_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sangqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sanij_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sankt_gallen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sankt_polten_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_santiago_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saptagrama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saqsin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sarakhs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saran_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sarangpur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sarasvata_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sarasvati_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saratov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sardan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sarkel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sartlan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sarykamysh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sarysyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sasaram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_satakunta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_satala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_satfura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_satif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_satyapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_saumur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_savalu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_savoie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_say_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sayn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_scalovia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_schaumberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_schmalkalden_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_schweibus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sebasteia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sebezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sebur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_selenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_seleucia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_selge_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_selpils_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_semey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_semien_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sennar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_seno_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sens_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_serae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_serres_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sertar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sevede_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_severin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sevilla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sevsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sewa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sfax_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shabe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shahrazur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shahre-babak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shaki_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shamir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shanzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shaqiq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sharaf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sharga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sharka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sharkiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shavgar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shayzar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shazhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shchuchinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shelji_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shenkursk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sherbro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shetland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shigar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shiraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shirvan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shishina_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shityy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shorkot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_showa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_showak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shropshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shughnan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_shunzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_siauliai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sibi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sibi_mali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sibir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sidamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_siena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sieradzka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sif-i-umara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_siggevara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sighnaq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sijilmasa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sikasso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_silla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_silves_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_simaramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sinjar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sinope_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sir_faesyfed_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_siracusa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sirhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sirjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sittaung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sitti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_siwa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_siwistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sjaelland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sjeltie_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_skane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_skara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_skardu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_skolt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_skopje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_slesvig_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_slupsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_slutsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_smolensk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sobrarbe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sochur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_socotra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sodermannaland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sogn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sokode_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sokoto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_soldin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_soli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_solimana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sombio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_somerset_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_somnath_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_somogy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sonda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_songuu_aallar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sopron_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_soria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_soroca_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sorok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sortavala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_soso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sosva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_souf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sous_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_south_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_speyer_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_spis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_spreewald_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sprottau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sravasti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sredets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_srihatta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sriksetra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sripatha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_srirangapatna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_stade_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_staffordshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_starodub_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_stendal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_stettin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_stezycka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sthanisvara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_stoenesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_stoyanka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_strassburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_strathearn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_strumica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suakin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_subay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_subei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suceava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sudurland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suenik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suffolk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sukhna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sullum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sumadija_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sumdo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sundgau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sungqu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suondavara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suriya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_surparaka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_surrah_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_surrey_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sussex_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sutherland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sutkend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suvarnagram_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suvarnapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suzdal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_suzhou_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_svaneti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_swetaka_mandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_syrrusafa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_syrte_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_sysma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_szabolcs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_szatmar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_szekelyfold_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_szekesfehervar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_szerem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tabary_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tabassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tabla_butii_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tabon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tabriz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tabuk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tadjoura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tadla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tadmekka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tagadur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tagali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tagant_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_taghaza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tagul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tahert_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tahoua_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_taif_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_taizz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_takkeda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_takon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_takrit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_takrur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_talakad_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_talava_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_talish_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tall_basma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tall_hamid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tamasna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tambov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tamentit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tamiso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tamralipti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tanas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tangiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tao_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tapsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_taradavadi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_taraz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_targu_jiu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_targyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tarnowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tarragona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tarsos_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tartas_SIB_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tarvagatai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_taskyl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tavan_bogd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tavasts_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tawang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tayma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_taza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tbilisi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tecklenburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_teke_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_telemark_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_temes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_temne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tenggeli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_teniz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ter_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_teramo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_terebovl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_terek_pass_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_terekli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_terektai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_teruel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tesiin_gol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tessalit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_teviotdale_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tewo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tezu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thabeik_taung_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thalabiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thaldat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thalner_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thaton_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_theodosiopolis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thessalia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thessaliotis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thessalonika_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thiers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thomond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thouars_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_thyatira_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tib_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tiberias_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tibesti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tichitt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tigheci_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tigre_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tihama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tihamat-al-yamani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tikhvin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_timbi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tindouf_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tinmallal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tirakka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tiris_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tiruvannamalai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tivoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tlemcen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tmutarakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tobol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tobruk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_todo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tokumbay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_toledo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tolna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_toma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tomorbulag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tomsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tonnerrois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_torangy_kul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_torda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_torema_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_torne_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_toro_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_toropets_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tortoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tortona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_torun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_totma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_touat_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_toulouse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_toungoo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tourraine_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tovkhon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trakai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trandam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trandheim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_travunia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trebizond_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trenscen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_treviso_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tribandapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trier_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trigarta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trikuta_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trincomalee_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tripoli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tripolitana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tripuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_trongsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tropaeum_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_troyes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tsambagarau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tsaparang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tseel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tselym_dalyn_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tudela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tudgha_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tui_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tula_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tuluchezeva_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tulun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tumak_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tumar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tummana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tunis_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tunka_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_turan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_turgay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_turin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_turnovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_turov_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_turpan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_turuberan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tus_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tustar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tuulain_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tver_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tyendugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tyumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_tzani_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ubins_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ubmejeiednuo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ubulla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uch_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uchangidurga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uchkul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_udabhanda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ufa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uiska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ujjayini_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulaanbaatar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulaangom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulan_chuzir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulan_ude_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulantaiga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uliastai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uliuty_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulster_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulu_jitanjik_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ulytau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_umiai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ungvar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_upland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_upper_bono_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_upper_ghur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_upper_gurma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_upper_khabur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uqayr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uraiyur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ural_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uraltau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_urbino_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_urgamal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_urgell_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_urgun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_urmiya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uses_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ushara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ushmun_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ushytsia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_usora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ustyug_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ustyurt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uul_chors_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uulynkhol_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uvs_nuur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uwal_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uzboy_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uzen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_uzgend_KARA_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vadodara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vaihingen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vaijayanti_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vairagara_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vairata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vaisali_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_valabhi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_valdai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_valencia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_valentinois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_valladolid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_valois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vanemane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vannes_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_varanasi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vardhamana_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_varend_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vargashi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_varmland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vaspurakan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vastergotland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vastmanland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vastvag_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vasyugan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vatapi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vatsagulma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vaucouleurs_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vecchio_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_velay_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_velbazhd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_velsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_venadu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_venaissin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vendome_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_veneto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_venezia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vengipura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_veria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vermandois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_verona_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vestfold_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vestisland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_veszprem_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vhrbosna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viborg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vidin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vidisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vidzeme_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viena_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vienna_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viennois_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viipuri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vijayapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vijnot_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vikramapura_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_villach_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vingulmork_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viraja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viscaya_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viseu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vitebsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viterbo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vitim_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_viviers_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vizagipatam_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vladimir_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vodamayutja_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vodi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vodica_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vogtland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_voin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_volkovysk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_volodymyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vologda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vorbasse_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_voronezh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_votkinsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vratsa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vrbas_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vukovar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_vyangi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wabar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wadai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wadan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_waddan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wadi_amur_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wadi_el-milk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wagadugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_waj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wajda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wajh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wakhan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wakhsh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_walata_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_waldeck_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wandala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_waqisa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wargla_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_warwickshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wasit_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wassa_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_welamo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wellega_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wentugaole_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wenyon_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_werle_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_west-tokharestan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_west_kordofan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_west_qamuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_west_riding_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_western_tannu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_westfriesland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_westmorland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wiek_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wielunska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wiltberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wiltshire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wittenberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wolgast_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wolkenstein_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wolpe_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wolqayt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_worcestershire_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wormditt_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_worodugu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wschowska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wuda_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wuli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wuluhai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wurttemberg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_wurzburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_xainza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_xaitongmoin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_xigaze_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_xigortang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_xingqing_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_xining_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yabrin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yagba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yaitsk_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yalala_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yalong_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yamama_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yamethin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yanbu_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yangikent_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yangjibaliq_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yangwarok_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yanokul_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yar-calli_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yarkand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yaroslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yasin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yatenga_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yatvyagi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yau_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yauri_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yazd_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yekaterinburg_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yelimane_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yenisei_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yenshipin_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yera_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yijinai_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yongdeng_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yoshkar-ola_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yperen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yumen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_yumenguan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zabid_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zabulistan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zachlumia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zadar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zadoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zagorje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zagreb_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zagros_mediae_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zaila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zakroczymska_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zamindawar_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zamm_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zammour_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zamora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zanjan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zarafshan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zaragoza_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zarand_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zaranj_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zaria_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zarma_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zarman_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zaslavl_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zatec_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zavrsje_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zawila_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zeeland_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zekog_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zela_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zelengora_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zemigalians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zemplen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zetang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zhagyab_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zhenfan_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zherkovo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zhidoi_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zhongba_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zhytomyr_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zichia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zirkuh_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_ziz_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zlatibor_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_znojmo_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zogang_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zoige_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zollern_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zolyom_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zurich_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zutphen_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } -d_c_zvyahel_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } \ No newline at end of file diff --git a/WtWSMS/common/on_action/000_CK3CS_titles.txt b/WtWSMS/common/on_action/000_CK3CS_titles.txt new file mode 100644 index 0000000000..12d637d134 --- /dev/null +++ b/WtWSMS/common/on_action/000_CK3CS_titles.txt @@ -0,0 +1,25699 @@ +#NB: prepended with 000 because this needs to fire off before things like tributaries are assigned + +on_game_start = { + on_actions = { + CK3CS_build_color_variable_refs + CK3CS_set_color_title_colors + } +} + +#Associate every title in question with a color storage title + CK3CS_build_color_variable_refs = { + effect = { + title:b_KUDA_MON = { set_variable = { name = color_storage value = title:d_b_KUDA_MON_color } } + title:b_aabenraa = { set_variable = { name = color_storage value = title:d_b_aabenraa_color } } + title:b_aachen = { set_variable = { name = color_storage value = title:d_b_aachen_color } } + title:b_aalborg = { set_variable = { name = color_storage value = title:d_b_aalborg_color } } + title:b_aalkmar = { set_variable = { name = color_storage value = title:d_b_aalkmar_color } } + title:b_aanaarjavri = { set_variable = { name = color_storage value = title:d_b_aanaarjavri_color } } + title:b_aarak = { set_variable = { name = color_storage value = title:d_b_aarak_color } } + title:b_aarborte = { set_variable = { name = color_storage value = title:d_b_aarborte_color } } + title:b_aarhus = { set_variable = { name = color_storage value = title:d_b_aarhus_color } } + title:b_aba = { set_variable = { name = color_storage value = title:d_b_aba_color } } + title:b_aba-qomi = { set_variable = { name = color_storage value = title:d_b_aba-qomi_color } } + title:b_abada = { set_variable = { name = color_storage value = title:d_b_abada_color } } + title:b_abade-darabjerd = { set_variable = { name = color_storage value = title:d_b_abade-darabjerd_color } } + title:b_abakaliki = { set_variable = { name = color_storage value = title:d_b_abakaliki_color } } + title:b_abakan = { set_variable = { name = color_storage value = title:d_b_abakan_color } } + title:b_abarquh = { set_variable = { name = color_storage value = title:d_b_abarquh_color } } + title:b_abasa = { set_variable = { name = color_storage value = title:d_b_abasa_color } } + title:b_abaskun = { set_variable = { name = color_storage value = title:d_b_abaskun_color } } + title:b_abauj = { set_variable = { name = color_storage value = title:d_b_abauj_color } } + title:b_abaya = { set_variable = { name = color_storage value = title:d_b_abaya_color } } + title:b_abaza = { set_variable = { name = color_storage value = title:d_b_abaza_color } } + title:b_abbadan = { set_variable = { name = color_storage value = title:d_b_abbadan_color } } + title:b_abbay-agaw = { set_variable = { name = color_storage value = title:d_b_abbay-agaw_color } } + title:b_abbe = { set_variable = { name = color_storage value = title:d_b_abbe_color } } + title:b_abbeville = { set_variable = { name = color_storage value = title:d_b_abbeville_color } } + title:b_abeche = { set_variable = { name = color_storage value = title:d_b_abeche_color } } + title:b_abenberg = { set_variable = { name = color_storage value = title:d_b_abenberg_color } } + title:b_abensberg = { set_variable = { name = color_storage value = title:d_b_abensberg_color } } + title:b_abeokuta = { set_variable = { name = color_storage value = title:d_b_abeokuta_color } } + title:b_aberdeen = { set_variable = { name = color_storage value = title:d_b_aberdeen_color } } + title:b_aberfeldy = { set_variable = { name = color_storage value = title:d_b_aberfeldy_color } } + title:b_aberystwyth = { set_variable = { name = color_storage value = title:d_b_aberystwyth_color } } + title:b_abhar = { set_variable = { name = color_storage value = title:d_b_abhar_color } } + title:b_abingdon = { set_variable = { name = color_storage value = title:d_b_abingdon_color } } + title:b_abivard = { set_variable = { name = color_storage value = title:d_b_abivard_color } } + title:b_abiz = { set_variable = { name = color_storage value = title:d_b_abiz_color } } + title:b_ablanque = { set_variable = { name = color_storage value = title:d_b_ablanque_color } } + title:b_ablastha = { set_variable = { name = color_storage value = title:d_b_ablastha_color } } + title:b_abohar = { set_variable = { name = color_storage value = title:d_b_abohar_color } } + title:b_abomey = { set_variable = { name = color_storage value = title:d_b_abomey_color } } + title:b_abraj = { set_variable = { name = color_storage value = title:d_b_abraj_color } } + title:b_abrantes = { set_variable = { name = color_storage value = title:d_b_abrantes_color } } + title:b_abrudbanya = { set_variable = { name = color_storage value = title:d_b_abrudbanya_color } } + title:b_abtaa = { set_variable = { name = color_storage value = title:d_b_abtaa_color } } + title:b_abu_geili = { set_variable = { name = color_storage value = title:d_b_abu_geili_color } } + title:b_abu_ghalib = { set_variable = { name = color_storage value = title:d_b_abu_ghalib_color } } + title:b_abu_hammad = { set_variable = { name = color_storage value = title:d_b_abu_hammad_color } } + title:b_abugan = { set_variable = { name = color_storage value = title:d_b_abugan_color } } + title:b_abydos = { set_variable = { name = color_storage value = title:d_b_abydos_color } } + title:b_abyszkan = { set_variable = { name = color_storage value = title:d_b_abyszkan_color } } + title:b_acalapura = { set_variable = { name = color_storage value = title:d_b_acalapura_color } } + title:b_accra = { set_variable = { name = color_storage value = title:d_b_accra_color } } + title:b_acerenza = { set_variable = { name = color_storage value = title:d_b_acerenza_color } } + title:b_achalgarh = { set_variable = { name = color_storage value = title:d_b_achalgarh_color } } + title:b_achaly = { set_variable = { name = color_storage value = title:d_b_achaly_color } } + title:b_achichskaya = { set_variable = { name = color_storage value = title:d_b_achichskaya_color } } + title:b_achit_nuur = { set_variable = { name = color_storage value = title:d_b_achit_nuur_color } } + title:b_achu = { set_variable = { name = color_storage value = title:d_b_achu_color } } + title:b_achum = { set_variable = { name = color_storage value = title:d_b_achum_color } } + title:b_acqui = { set_variable = { name = color_storage value = title:d_b_acqui_color } } + title:b_acre = { set_variable = { name = color_storage value = title:d_b_acre_color } } + title:b_ad-daliya = { set_variable = { name = color_storage value = title:d_b_ad-daliya_color } } + title:b_ad-dathina = { set_variable = { name = color_storage value = title:d_b_ad-dathina_color } } + title:b_adaboye = { set_variable = { name = color_storage value = title:d_b_adaboye_color } } + title:b_adada = { set_variable = { name = color_storage value = title:d_b_adada_color } } + title:b_adafa = { set_variable = { name = color_storage value = title:d_b_adafa_color } } + title:b_adal = { set_variable = { name = color_storage value = title:d_b_adal_color } } + title:b_adana = { set_variable = { name = color_storage value = title:d_b_adana_color } } + title:b_adanse_manso = { set_variable = { name = color_storage value = title:d_b_adanse_manso_color } } + title:b_adavani = { set_variable = { name = color_storage value = title:d_b_adavani_color } } + title:b_addanki = { set_variable = { name = color_storage value = title:d_b_addanki_color } } + title:b_ademuz = { set_variable = { name = color_storage value = title:d_b_ademuz_color } } + title:b_aden = { set_variable = { name = color_storage value = title:d_b_aden_color } } + title:b_adenau = { set_variable = { name = color_storage value = title:d_b_adenau_color } } + title:b_ader = { set_variable = { name = color_storage value = title:d_b_ader_color } } + title:b_admont = { set_variable = { name = color_storage value = title:d_b_admont_color } } + title:b_adoni = { set_variable = { name = color_storage value = title:d_b_adoni_color } } + title:b_adragh = { set_variable = { name = color_storage value = title:d_b_adragh_color } } + title:b_adramyttium = { set_variable = { name = color_storage value = title:d_b_adramyttium_color } } + title:b_adrar_iforas = { set_variable = { name = color_storage value = title:d_b_adrar_iforas_color } } + title:b_adrar_timmi = { set_variable = { name = color_storage value = title:d_b_adrar_timmi_color } } + title:b_adraskan = { set_variable = { name = color_storage value = title:d_b_adraskan_color } } + title:b_adrassos = { set_variable = { name = color_storage value = title:d_b_adrassos_color } } + title:b_adria = { set_variable = { name = color_storage value = title:d_b_adria_color } } + title:b_adrianopolis = { set_variable = { name = color_storage value = title:d_b_adrianopolis_color } } + title:b_adruh = { set_variable = { name = color_storage value = title:d_b_adruh_color } } + title:b_aezani = { set_variable = { name = color_storage value = title:d_b_aezani_color } } + title:b_afar = { set_variable = { name = color_storage value = title:d_b_afar_color } } + title:b_afera = { set_variable = { name = color_storage value = title:d_b_afera_color } } + title:b_afgooye = { set_variable = { name = color_storage value = title:d_b_afgooye_color } } + title:b_afram = { set_variable = { name = color_storage value = title:d_b_afram_color } } + title:b_afrasiyab = { set_variable = { name = color_storage value = title:d_b_afrasiyab_color } } + title:b_afshar = { set_variable = { name = color_storage value = title:d_b_afshar_color } } + title:b_afza = { set_variable = { name = color_storage value = title:d_b_afza_color } } + title:b_agadez = { set_variable = { name = color_storage value = title:d_b_agadez_color } } + title:b_agadir = { set_variable = { name = color_storage value = title:d_b_agadir_color } } + title:b_agairik = { set_variable = { name = color_storage value = title:d_b_agairik_color } } + title:b_agar = { set_variable = { name = color_storage value = title:d_b_agar_color } } + title:b_agaw_meder = { set_variable = { name = color_storage value = title:d_b_agaw_meder_color } } + title:b_agde = { set_variable = { name = color_storage value = title:d_b_agde_color } } + title:b_agen = { set_variable = { name = color_storage value = title:d_b_agen_color } } + title:b_agenais = { set_variable = { name = color_storage value = title:d_b_agenais_color } } + title:b_agharaf_road = { set_variable = { name = color_storage value = title:d_b_agharaf_road_color } } + title:b_aghata = { set_variable = { name = color_storage value = title:d_b_aghata_color } } + title:b_aghmat = { set_variable = { name = color_storage value = title:d_b_aghmat_color } } + title:b_aghuz = { set_variable = { name = color_storage value = title:d_b_aghuz_color } } + title:b_agidel = { set_variable = { name = color_storage value = title:d_b_agidel_color } } + title:b_agiosnikolaos = { set_variable = { name = color_storage value = title:d_b_agiosnikolaos_color } } + title:b_agmahl = { set_variable = { name = color_storage value = title:d_b_agmahl_color } } + title:b_agnone = { set_variable = { name = color_storage value = title:d_b_agnone_color } } + title:b_agra = { set_variable = { name = color_storage value = title:d_b_agra_color } } + title:b_agrafa = { set_variable = { name = color_storage value = title:d_b_agrafa_color } } + title:b_agramunt = { set_variable = { name = color_storage value = title:d_b_agramunt_color } } + title:b_agranai = { set_variable = { name = color_storage value = title:d_b_agranai_color } } + title:b_agricento = { set_variable = { name = color_storage value = title:d_b_agricento_color } } + title:b_aguilas = { set_variable = { name = color_storage value = title:d_b_aguilas_color } } + title:b_agul = { set_variable = { name = color_storage value = title:d_b_agul_color } } + title:b_agypse = { set_variable = { name = color_storage value = title:d_b_agypse_color } } + title:b_ahaggar = { set_variable = { name = color_storage value = title:d_b_ahaggar_color } } + title:b_ahanjaran = { set_variable = { name = color_storage value = title:d_b_ahanjaran_color } } + title:b_ahar = { set_variable = { name = color_storage value = title:d_b_ahar_color } } + title:b_aheim = { set_variable = { name = color_storage value = title:d_b_aheim_color } } + title:b_ahichatra = { set_variable = { name = color_storage value = title:d_b_ahichatra_color } } + title:b_ahlen = { set_variable = { name = color_storage value = title:d_b_ahlen_color } } + title:b_ahmadnagar = { set_variable = { name = color_storage value = title:d_b_ahmadnagar_color } } + title:b_ahnas = { set_variable = { name = color_storage value = title:d_b_ahnas_color } } + title:b_ahobalam = { set_variable = { name = color_storage value = title:d_b_ahobalam_color } } + title:b_ahrensburg = { set_variable = { name = color_storage value = title:d_b_ahrensburg_color } } + title:b_ahvaz = { set_variable = { name = color_storage value = title:d_b_ahvaz_color } } + title:b_ahwan = { set_variable = { name = color_storage value = title:d_b_ahwan_color } } + title:b_ahwene_koko = { set_variable = { name = color_storage value = title:d_b_ahwene_koko_color } } + title:b_aigialos = { set_variable = { name = color_storage value = title:d_b_aigialos_color } } + title:b_aila = { set_variable = { name = color_storage value = title:d_b_aila_color } } + title:b_ain_al-gharbi = { set_variable = { name = color_storage value = title:d_b_ain_al-gharbi_color } } + title:b_ain_al-qayyara = { set_variable = { name = color_storage value = title:d_b_ain_al-qayyara_color } } + title:b_ain_at-tamr = { set_variable = { name = color_storage value = title:d_b_ain_at-tamr_color } } + title:b_ain_farah = { set_variable = { name = color_storage value = title:d_b_ain_farah_color } } + title:b_ain_galakka = { set_variable = { name = color_storage value = title:d_b_ain_galakka_color } } + title:b_ain_said = { set_variable = { name = color_storage value = title:d_b_ain_said_color } } + title:b_ainos = { set_variable = { name = color_storage value = title:d_b_ainos_color } } + title:b_ainsa = { set_variable = { name = color_storage value = title:d_b_ainsa_color } } + title:b_ainsefra = { set_variable = { name = color_storage value = title:d_b_ainsefra_color } } + title:b_aintab = { set_variable = { name = color_storage value = title:d_b_aintab_color } } + title:b_aintekbalet = { set_variable = { name = color_storage value = title:d_b_aintekbalet_color } } + title:b_ainun = { set_variable = { name = color_storage value = title:d_b_ainun_color } } + title:b_air = { set_variable = { name = color_storage value = title:d_b_air_color } } + title:b_air_route = { set_variable = { name = color_storage value = title:d_b_air_route_color } } + title:b_airag = { set_variable = { name = color_storage value = title:d_b_airag_color } } + title:b_aire = { set_variable = { name = color_storage value = title:d_b_aire_color } } + title:b_airkhan = { set_variable = { name = color_storage value = title:d_b_airkhan_color } } + title:b_airyk = { set_variable = { name = color_storage value = title:d_b_airyk_color } } + title:b_airyuk = { set_variable = { name = color_storage value = title:d_b_airyuk_color } } + title:b_aititab = { set_variable = { name = color_storage value = title:d_b_aititab_color } } + title:b_aitiyat = { set_variable = { name = color_storage value = title:d_b_aitiyat_color } } + title:b_aiwana = { set_variable = { name = color_storage value = title:d_b_aiwana_color } } + title:b_aix = { set_variable = { name = color_storage value = title:d_b_aix_color } } + title:b_aj_bogd = { set_variable = { name = color_storage value = title:d_b_aj_bogd_color } } + title:b_ajaccio = { set_variable = { name = color_storage value = title:d_b_ajaccio_color } } + title:b_ajadabiya = { set_variable = { name = color_storage value = title:d_b_ajadabiya_color } } + title:b_ajaigarh = { set_variable = { name = color_storage value = title:d_b_ajaigarh_color } } + title:b_ajase_ipo = { set_variable = { name = color_storage value = title:d_b_ajase_ipo_color } } + title:b_ajayameru = { set_variable = { name = color_storage value = title:d_b_ajayameru_color } } + title:b_ajere = { set_variable = { name = color_storage value = title:d_b_ajere_color } } + title:b_ajlu = { set_variable = { name = color_storage value = title:d_b_ajlu_color } } + title:b_ajodhan = { set_variable = { name = color_storage value = title:d_b_ajodhan_color } } + title:b_ajutasty = { set_variable = { name = color_storage value = title:d_b_ajutasty_color } } + title:b_ak-dzulpas = { set_variable = { name = color_storage value = title:d_b_ak-dzulpas_color } } + title:b_ak-taylak = { set_variable = { name = color_storage value = title:d_b_ak-taylak_color } } + title:b_ak_altyg_khol = { set_variable = { name = color_storage value = title:d_b_ak_altyg_khol_color } } + title:b_ak_su = { set_variable = { name = color_storage value = title:d_b_ak_su_color } } + title:b_ak_tasty = { set_variable = { name = color_storage value = title:d_b_ak_tasty_color } } + title:b_akasha = { set_variable = { name = color_storage value = title:d_b_akasha_color } } + title:b_akcha-adyr = { set_variable = { name = color_storage value = title:d_b_akcha-adyr_color } } + title:b_akchim = { set_variable = { name = color_storage value = title:d_b_akchim_color } } + title:b_akeqi = { set_variable = { name = color_storage value = title:d_b_akeqi_color } } + title:b_akhaltsikhe = { set_variable = { name = color_storage value = title:d_b_akhaltsikhe_color } } + title:b_akhsikath = { set_variable = { name = color_storage value = title:d_b_akhsikath_color } } + title:b_akhsisak = { set_variable = { name = color_storage value = title:d_b_akhsisak_color } } + title:b_akhtamar = { set_variable = { name = color_storage value = title:d_b_akhtamar_color } } + title:b_akhtyr = { set_variable = { name = color_storage value = title:d_b_akhtyr_color } } + title:b_akik = { set_variable = { name = color_storage value = title:d_b_akik_color } } + title:b_akjeku = { set_variable = { name = color_storage value = title:d_b_akjeku_color } } + title:b_akjoujt = { set_variable = { name = color_storage value = title:d_b_akjoujt_color } } + title:b_akkel = { set_variable = { name = color_storage value = title:d_b_akkel_color } } + title:b_akkityk = { set_variable = { name = color_storage value = title:d_b_akkityk_color } } + title:b_akkum = { set_variable = { name = color_storage value = title:d_b_akkum_color } } + title:b_akpafu = { set_variable = { name = color_storage value = title:d_b_akpafu_color } } + title:b_akrainos = { set_variable = { name = color_storage value = title:d_b_akrainos_color } } + title:b_akrijit = { set_variable = { name = color_storage value = title:d_b_akrijit_color } } + title:b_akruresvara = { set_variable = { name = color_storage value = title:d_b_akruresvara_color } } + title:b_aksay = { set_variable = { name = color_storage value = title:d_b_aksay_color } } + title:b_aksay_tibet = { set_variable = { name = color_storage value = title:d_b_aksay_tibet_color } } + title:b_aksu_mongolia = { set_variable = { name = color_storage value = title:d_b_aksu_mongolia_color } } + title:b_aksum = { set_variable = { name = color_storage value = title:d_b_aksum_color } } + title:b_aksuyek = { set_variable = { name = color_storage value = title:d_b_aksuyek_color } } + title:b_aktau = { set_variable = { name = color_storage value = title:d_b_aktau_color } } + title:b_akto = { set_variable = { name = color_storage value = title:d_b_akto_color } } + title:b_akumbu = { set_variable = { name = color_storage value = title:d_b_akumbu_color } } + title:b_akyab = { set_variable = { name = color_storage value = title:d_b_akyab_color } } + title:b_akzhar = { set_variable = { name = color_storage value = title:d_b_akzhar_color } } + title:b_al-abwab = { set_variable = { name = color_storage value = title:d_b_al-abwab_color } } + title:b_al-aghwat = { set_variable = { name = color_storage value = title:d_b_al-aghwat_color } } + title:b_al-akhadid = { set_variable = { name = color_storage value = title:d_b_al-akhadid_color } } + title:b_al-anbar = { set_variable = { name = color_storage value = title:d_b_al-anbar_color } } + title:b_al-aqra = { set_variable = { name = color_storage value = title:d_b_al-aqra_color } } + title:b_al-arid = { set_variable = { name = color_storage value = title:d_b_al-arid_color } } + title:b_al-arish = { set_variable = { name = color_storage value = title:d_b_al-arish_color } } + title:b_al-asa = { set_variable = { name = color_storage value = title:d_b_al-asa_color } } + title:b_al-awnid = { set_variable = { name = color_storage value = title:d_b_al-awnid_color } } + title:b_al-azraq = { set_variable = { name = color_storage value = title:d_b_al-azraq_color } } + title:b_al-bahnasa = { set_variable = { name = color_storage value = title:d_b_al-bahnasa_color } } + title:b_al-bahriya = { set_variable = { name = color_storage value = title:d_b_al-bahriya_color } } + title:b_al-barkat = { set_variable = { name = color_storage value = title:d_b_al-barkat_color } } + title:b_al-basra = { set_variable = { name = color_storage value = title:d_b_al-basra_color } } + title:b_al-bawga = { set_variable = { name = color_storage value = title:d_b_al-bawga_color } } + title:b_al-bira = { set_variable = { name = color_storage value = title:d_b_al-bira_color } } + title:b_al-farafra = { set_variable = { name = color_storage value = title:d_b_al-farafra_color } } + title:b_al-farasa = { set_variable = { name = color_storage value = title:d_b_al-farasa_color } } + title:b_al-farut = { set_variable = { name = color_storage value = title:d_b_al-farut_color } } + title:b_al-fayyum = { set_variable = { name = color_storage value = title:d_b_al-fayyum_color } } + title:b_al-fewet = { set_variable = { name = color_storage value = title:d_b_al-fewet_color } } + title:b_al-ghaba = { set_variable = { name = color_storage value = title:d_b_al-ghaba_color } } + title:b_al-ghazali = { set_variable = { name = color_storage value = title:d_b_al-ghazali_color } } + title:b_al-haddar = { set_variable = { name = color_storage value = title:d_b_al-haddar_color } } + title:b_al-haditha = { set_variable = { name = color_storage value = title:d_b_al-haditha_color } } + title:b_al-haditha-furat = { set_variable = { name = color_storage value = title:d_b_al-haditha-furat_color } } + title:b_al-hadr = { set_variable = { name = color_storage value = title:d_b_al-hadr_color } } + title:b_al-hajar = { set_variable = { name = color_storage value = title:d_b_al-hajar_color } } + title:b_al-hajar_nubia = { set_variable = { name = color_storage value = title:d_b_al-hajar_nubia_color } } + title:b_al-hamam = { set_variable = { name = color_storage value = title:d_b_al-hamam_color } } + title:b_al-harra = { set_variable = { name = color_storage value = title:d_b_al-harra_color } } + title:b_al-haruniya = { set_variable = { name = color_storage value = title:d_b_al-haruniya_color } } + title:b_al-hasa = { set_variable = { name = color_storage value = title:d_b_al-hasa_color } } + title:b_al-hawra = { set_variable = { name = color_storage value = title:d_b_al-hawra_color } } + title:b_al-hayyal = { set_variable = { name = color_storage value = title:d_b_al-hayyal_color } } + title:b_al-hijr = { set_variable = { name = color_storage value = title:d_b_al-hijr_color } } + title:b_al-hila = { set_variable = { name = color_storage value = title:d_b_al-hila_color } } + title:b_al-humayma = { set_variable = { name = color_storage value = title:d_b_al-humayma_color } } + title:b_al-janad = { set_variable = { name = color_storage value = title:d_b_al-janad_color } } + title:b_al-jar = { set_variable = { name = color_storage value = title:d_b_al-jar_color } } + title:b_al-jibal = { set_variable = { name = color_storage value = title:d_b_al-jibal_color } } + title:b_al-jilat = { set_variable = { name = color_storage value = title:d_b_al-jilat_color } } + title:b_al-jiwa = { set_variable = { name = color_storage value = title:d_b_al-jiwa_color } } + title:b_al-jubayl = { set_variable = { name = color_storage value = title:d_b_al-jubayl_color } } + title:b_al-khadarim = { set_variable = { name = color_storage value = title:d_b_al-khadarim_color } } + title:b_al-khanuqa = { set_variable = { name = color_storage value = title:d_b_al-khanuqa_color } } + title:b_al-kharj = { set_variable = { name = color_storage value = title:d_b_al-kharj_color } } + title:b_al-khatt = { set_variable = { name = color_storage value = title:d_b_al-khatt_color } } + title:b_al-khuzaimiya = { set_variable = { name = color_storage value = title:d_b_al-khuzaimiya_color } } + title:b_al-kufa = { set_variable = { name = color_storage value = title:d_b_al-kufa_color } } + title:b_al-maafir = { set_variable = { name = color_storage value = title:d_b_al-maafir_color } } + title:b_al-madhar = { set_variable = { name = color_storage value = title:d_b_al-madhar_color } } + title:b_al-madina = { set_variable = { name = color_storage value = title:d_b_al-madina_color } } + title:b_al-mahjam = { set_variable = { name = color_storage value = title:d_b_al-mahjam_color } } + title:b_al-mandab = { set_variable = { name = color_storage value = title:d_b_al-mandab_color } } + title:b_al-mawiya = { set_variable = { name = color_storage value = title:d_b_al-mawiya_color } } + title:b_al-muhdatha = { set_variable = { name = color_storage value = title:d_b_al-muhdatha_color } } + title:b_al-mushaqqar = { set_variable = { name = color_storage value = title:d_b_al-mushaqqar_color } } + title:b_al-qadisiya = { set_variable = { name = color_storage value = title:d_b_al-qadisiya_color } } + title:b_al-qara = { set_variable = { name = color_storage value = title:d_b_al-qara_color } } + title:b_al-qara-jawf = { set_variable = { name = color_storage value = title:d_b_al-qara-jawf_color } } + title:b_al-qaryatan = { set_variable = { name = color_storage value = title:d_b_al-qaryatan_color } } + title:b_al-qaryatan-qasim = { set_variable = { name = color_storage value = title:d_b_al-qaryatan-qasim_color } } + title:b_al-qasr-dakhla = { set_variable = { name = color_storage value = title:d_b_al-qasr-dakhla_color } } + title:b_al-qasrayn = { set_variable = { name = color_storage value = title:d_b_al-qasrayn_color } } + title:b_al-qastal = { set_variable = { name = color_storage value = title:d_b_al-qastal_color } } + title:b_al-qatif = { set_variable = { name = color_storage value = title:d_b_al-qatif_color } } + title:b_al-qatr = { set_variable = { name = color_storage value = title:d_b_al-qatr_color } } + title:b_al-qhqaf = { set_variable = { name = color_storage value = title:d_b_al-qhqaf_color } } + title:b_al-qulaya = { set_variable = { name = color_storage value = title:d_b_al-qulaya_color } } + title:b_al-rahba = { set_variable = { name = color_storage value = title:d_b_al-rahba_color } } + title:b_al-rusayrisi = { set_variable = { name = color_storage value = title:d_b_al-rusayrisi_color } } + title:b_al-talha = { set_variable = { name = color_storage value = title:d_b_al-talha_color } } + title:b_al-ubulla = { set_variable = { name = color_storage value = title:d_b_al-ubulla_color } } + title:b_al-udhaib = { set_variable = { name = color_storage value = title:d_b_al-udhaib_color } } + title:b_al-ula = { set_variable = { name = color_storage value = title:d_b_al-ula_color } } + title:b_al-uqayr = { set_variable = { name = color_storage value = title:d_b_al-uqayr_color } } + title:b_al-ushmunain = { set_variable = { name = color_storage value = title:d_b_al-ushmunain_color } } + title:b_al-wajh = { set_variable = { name = color_storage value = title:d_b_al-wajh_color } } + title:b_al_abbasiya = { set_variable = { name = color_storage value = title:d_b_al_abbasiya_color } } + title:b_al_aghaila = { set_variable = { name = color_storage value = title:d_b_al_aghaila_color } } + title:b_al_aliya = { set_variable = { name = color_storage value = title:d_b_al_aliya_color } } + title:b_al_aribus = { set_variable = { name = color_storage value = title:d_b_al_aribus_color } } + title:b_al_gabal = { set_variable = { name = color_storage value = title:d_b_al_gabal_color } } + title:b_al_hamma = { set_variable = { name = color_storage value = title:d_b_al_hamma_color } } + title:b_al_jawf = { set_variable = { name = color_storage value = title:d_b_al_jawf_color } } + title:b_al_muaskar = { set_variable = { name = color_storage value = title:d_b_al_muaskar_color } } + title:b_al_musala = { set_variable = { name = color_storage value = title:d_b_al_musala_color } } + title:b_al_ubbad = { set_variable = { name = color_storage value = title:d_b_al_ubbad_color } } + title:b_ala-kul = { set_variable = { name = color_storage value = title:d_b_ala-kul_color } } + title:b_alag_khairkhan = { set_variable = { name = color_storage value = title:d_b_alag_khairkhan_color } } + title:b_alak-nor = { set_variable = { name = color_storage value = title:d_b_alak-nor_color } } + title:b_alampur = { set_variable = { name = color_storage value = title:d_b_alampur_color } } + title:b_alamut = { set_variable = { name = color_storage value = title:d_b_alamut_color } } + title:b_alapaevsk = { set_variable = { name = color_storage value = title:d_b_alapaevsk_color } } + title:b_alarcon = { set_variable = { name = color_storage value = title:d_b_alarcon_color } } + title:b_alarcos = { set_variable = { name = color_storage value = title:d_b_alarcos_color } } + title:b_alatyr = { set_variable = { name = color_storage value = title:d_b_alatyr_color } } + title:b_alava = { set_variable = { name = color_storage value = title:d_b_alava_color } } + title:b_alba = { set_variable = { name = color_storage value = title:d_b_alba_color } } + title:b_alba_di_monferrato = { set_variable = { name = color_storage value = title:d_b_alba_di_monferrato_color } } + title:b_albacete = { set_variable = { name = color_storage value = title:d_b_albacete_color } } + title:b_albarracin = { set_variable = { name = color_storage value = title:d_b_albarracin_color } } + title:b_albi = { set_variable = { name = color_storage value = title:d_b_albi_color } } + title:b_albret = { set_variable = { name = color_storage value = title:d_b_albret_color } } + title:b_alcacerdosal = { set_variable = { name = color_storage value = title:d_b_alcacerdosal_color } } + title:b_alcaniz = { set_variable = { name = color_storage value = title:d_b_alcaniz_color } } + title:b_alcantara = { set_variable = { name = color_storage value = title:d_b_alcantara_color } } + title:b_alcaraz = { set_variable = { name = color_storage value = title:d_b_alcaraz_color } } + title:b_alcazar = { set_variable = { name = color_storage value = title:d_b_alcazar_color } } + title:b_alchanka = { set_variable = { name = color_storage value = title:d_b_alchanka_color } } + title:b_alcudia = { set_variable = { name = color_storage value = title:d_b_alcudia_color } } + title:b_alencon = { set_variable = { name = color_storage value = title:d_b_alencon_color } } + title:b_alexandretta = { set_variable = { name = color_storage value = title:d_b_alexandretta_color } } + title:b_alexandria = { set_variable = { name = color_storage value = title:d_b_alexandria_color } } + title:b_alexandriatroas = { set_variable = { name = color_storage value = title:d_b_alexandriatroas_color } } + title:b_aley = { set_variable = { name = color_storage value = title:d_b_aley_color } } + title:b_algeciras = { set_variable = { name = color_storage value = title:d_b_algeciras_color } } + title:b_alghero = { set_variable = { name = color_storage value = title:d_b_alghero_color } } + title:b_algiers = { set_variable = { name = color_storage value = title:d_b_algiers_color } } + title:b_alibori = { set_variable = { name = color_storage value = title:d_b_alibori_color } } + title:b_alicante = { set_variable = { name = color_storage value = title:d_b_alicante_color } } + title:b_alichur = { set_variable = { name = color_storage value = title:d_b_alichur_color } } + title:b_alife = { set_variable = { name = color_storage value = title:d_b_alife_color } } + title:b_alipur = { set_variable = { name = color_storage value = title:d_b_alipur_color } } + title:b_alishtar = { set_variable = { name = color_storage value = title:d_b_alishtar_color } } + title:b_alistegunde = { set_variable = { name = color_storage value = title:d_b_alistegunde_color } } + title:b_aliten = { set_variable = { name = color_storage value = title:d_b_aliten_color } } + title:b_aljan = { set_variable = { name = color_storage value = title:d_b_aljan_color } } + title:b_allai = { set_variable = { name = color_storage value = title:d_b_allai_color } } + title:b_allaqi = { set_variable = { name = color_storage value = title:d_b_allaqi_color } } + title:b_allbo = { set_variable = { name = color_storage value = title:d_b_allbo_color } } + title:b_allenstein = { set_variable = { name = color_storage value = title:d_b_allenstein_color } } + title:b_almader = { set_variable = { name = color_storage value = title:d_b_almader_color } } + title:b_almaliq = { set_variable = { name = color_storage value = title:d_b_almaliq_color } } + title:b_almansa = { set_variable = { name = color_storage value = title:d_b_almansa_color } } + title:b_almaraz = { set_variable = { name = color_storage value = title:d_b_almaraz_color } } + title:b_almaty = { set_variable = { name = color_storage value = title:d_b_almaty_color } } + title:b_almelo = { set_variable = { name = color_storage value = title:d_b_almelo_color } } + title:b_almeria = { set_variable = { name = color_storage value = title:d_b_almeria_color } } + title:b_almetyvesk = { set_variable = { name = color_storage value = title:d_b_almetyvesk_color } } + title:b_almonte = { set_variable = { name = color_storage value = title:d_b_almonte_color } } + title:b_almora = { set_variable = { name = color_storage value = title:d_b_almora_color } } + title:b_along = { set_variable = { name = color_storage value = title:d_b_along_color } } + title:b_alsholoi = { set_variable = { name = color_storage value = title:d_b_alsholoi_color } } + title:b_alsoverecke = { set_variable = { name = color_storage value = title:d_b_alsoverecke_color } } + title:b_altaichei = { set_variable = { name = color_storage value = title:d_b_altaichei_color } } + title:b_altan_els = { set_variable = { name = color_storage value = title:d_b_altan_els_color } } + title:b_altay = { set_variable = { name = color_storage value = title:d_b_altay_color } } + title:b_altenburg = { set_variable = { name = color_storage value = title:d_b_altenburg_color } } + title:b_alti = { set_variable = { name = color_storage value = title:d_b_alti_color } } + title:b_alto_aragon = { set_variable = { name = color_storage value = title:d_b_alto_aragon_color } } + title:b_altotajo = { set_variable = { name = color_storage value = title:d_b_altotajo_color } } + title:b_altyn-emel = { set_variable = { name = color_storage value = title:d_b_altyn-emel_color } } + title:b_altyn-kolekis = { set_variable = { name = color_storage value = title:d_b_altyn-kolekis_color } } + title:b_altyn_kol = { set_variable = { name = color_storage value = title:d_b_altyn_kol_color } } + title:b_altyn_su = { set_variable = { name = color_storage value = title:d_b_altyn_su_color } } + title:b_aluchi = { set_variable = { name = color_storage value = title:d_b_aluchi_color } } + title:b_aluksne = { set_variable = { name = color_storage value = title:d_b_aluksne_color } } + title:b_alvinc = { set_variable = { name = color_storage value = title:d_b_alvinc_color } } + title:b_alxa = { set_variable = { name = color_storage value = title:d_b_alxa_color } } + title:b_alyaty = { set_variable = { name = color_storage value = title:d_b_alyaty_color } } + title:b_alymka = { set_variable = { name = color_storage value = title:d_b_alymka_color } } + title:b_amalfi = { set_variable = { name = color_storage value = title:d_b_amalfi_color } } + title:b_amalner = { set_variable = { name = color_storage value = title:d_b_amalner_color } } + title:b_amana = { set_variable = { name = color_storage value = title:d_b_amana_color } } + title:b_amaravati = { set_variable = { name = color_storage value = title:d_b_amaravati_color } } + title:b_amaresvara = { set_variable = { name = color_storage value = title:d_b_amaresvara_color } } + title:b_amarkantak = { set_variable = { name = color_storage value = title:d_b_amarkantak_color } } + title:b_amarkot = { set_variable = { name = color_storage value = title:d_b_amarkot_color } } + title:b_amarta = { set_variable = { name = color_storage value = title:d_b_amarta_color } } + title:b_amarvalli = { set_variable = { name = color_storage value = title:d_b_amarvalli_color } } + title:b_amaseia = { set_variable = { name = color_storage value = title:d_b_amaseia_color } } + title:b_amastris = { set_variable = { name = color_storage value = title:d_b_amastris_color } } + title:b_amatlus = { set_variable = { name = color_storage value = title:d_b_amatlus_color } } + title:b_amaya = { set_variable = { name = color_storage value = title:d_b_amaya_color } } + title:b_ambaranatha = { set_variable = { name = color_storage value = title:d_b_ambaranatha_color } } + title:b_ambert = { set_variable = { name = color_storage value = title:d_b_ambert_color } } + title:b_ambikapur = { set_variable = { name = color_storage value = title:d_b_ambikapur_color } } + title:b_ambrolauri = { set_variable = { name = color_storage value = title:d_b_ambrolauri_color } } + title:b_amdo = { set_variable = { name = color_storage value = title:d_b_amdo_color } } + title:b_amer = { set_variable = { name = color_storage value = title:d_b_amer_color } } + title:b_amersfoort = { set_variable = { name = color_storage value = title:d_b_amersfoort_color } } + title:b_amezdofe = { set_variable = { name = color_storage value = title:d_b_amezdofe_color } } + title:b_amfissa = { set_variable = { name = color_storage value = title:d_b_amfissa_color } } + title:b_amhara = { set_variable = { name = color_storage value = title:d_b_amhara_color } } + title:b_amid = { set_variable = { name = color_storage value = title:d_b_amid_color } } + title:b_amiens = { set_variable = { name = color_storage value = title:d_b_amiens_color } } + title:b_amisos = { set_variable = { name = color_storage value = title:d_b_amisos_color } } + title:b_amman = { set_variable = { name = color_storage value = title:d_b_amman_color } } + title:b_amol-e-shatt = { set_variable = { name = color_storage value = title:d_b_amol-e-shatt_color } } + title:b_amorha = { set_variable = { name = color_storage value = title:d_b_amorha_color } } + title:b_amorion = { set_variable = { name = color_storage value = title:d_b_amorion_color } } + title:b_amposta = { set_variable = { name = color_storage value = title:d_b_amposta_color } } + title:b_ampthill = { set_variable = { name = color_storage value = title:d_b_ampthill_color } } + title:b_amraoti = { set_variable = { name = color_storage value = title:d_b_amraoti_color } } + title:b_amroha = { set_variable = { name = color_storage value = title:d_b_amroha_color } } + title:b_amsterdam = { set_variable = { name = color_storage value = title:d_b_amsterdam_color } } + title:b_amstetten = { set_variable = { name = color_storage value = title:d_b_amstetten_color } } + title:b_amud = { set_variable = { name = color_storage value = title:d_b_amud_color } } + title:b_amul = { set_variable = { name = color_storage value = title:d_b_amul_color } } + title:b_amyl = { set_variable = { name = color_storage value = title:d_b_amyl_color } } + title:b_an = { set_variable = { name = color_storage value = title:d_b_an_color } } + title:b_an-nabak = { set_variable = { name = color_storage value = title:d_b_an-nabak_color } } + title:b_an-nahrawan = { set_variable = { name = color_storage value = title:d_b_an-nahrawan_color } } + title:b_an-najaf = { set_variable = { name = color_storage value = title:d_b_an-najaf_color } } + title:b_an-nibaj = { set_variable = { name = color_storage value = title:d_b_an-nibaj_color } } + title:b_an-numaniya = { set_variable = { name = color_storage value = title:d_b_an-numaniya_color } } + title:b_ana = { set_variable = { name = color_storage value = title:d_b_ana_color } } + title:b_anacopia = { set_variable = { name = color_storage value = title:d_b_anacopia_color } } + title:b_anahilapataka = { set_variable = { name = color_storage value = title:d_b_anahilapataka_color } } + title:b_anantapur = { set_variable = { name = color_storage value = title:d_b_anantapur_color } } + title:b_anar = { set_variable = { name = color_storage value = title:d_b_anar_color } } + title:b_anate = { set_variable = { name = color_storage value = title:d_b_anate_color } } + title:b_anazaribus = { set_variable = { name = color_storage value = title:d_b_anazaribus_color } } + title:b_anbar-guzgani = { set_variable = { name = color_storage value = title:d_b_anbar-guzgani_color } } + title:b_ancona = { set_variable = { name = color_storage value = title:d_b_ancona_color } } + title:b_andamish = { set_variable = { name = color_storage value = title:d_b_andamish_color } } + title:b_andarab = { set_variable = { name = color_storage value = title:d_b_andarab_color } } + title:b_andarab_d = { set_variable = { name = color_storage value = title:d_b_andarab_d_color } } + title:b_andijan = { set_variable = { name = color_storage value = title:d_b_andijan_color } } + title:b_andir = { set_variable = { name = color_storage value = title:d_b_andir_color } } + title:b_andkhud = { set_variable = { name = color_storage value = title:d_b_andkhud_color } } + title:b_andorra = { set_variable = { name = color_storage value = title:d_b_andorra_color } } + title:b_andrapa = { set_variable = { name = color_storage value = title:d_b_andrapa_color } } + title:b_andravida = { set_variable = { name = color_storage value = title:d_b_andravida_color } } + title:b_andreapol = { set_variable = { name = color_storage value = title:d_b_andreapol_color } } + title:b_andros = { set_variable = { name = color_storage value = title:d_b_andros_color } } + title:b_andujar = { set_variable = { name = color_storage value = title:d_b_andujar_color } } + title:b_anegandi = { set_variable = { name = color_storage value = title:d_b_anegandi_color } } + title:b_anemurium = { set_variable = { name = color_storage value = title:d_b_anemurium_color } } + title:b_anfa = { set_variable = { name = color_storage value = title:d_b_anfa_color } } + title:b_angaragiin_degee = { set_variable = { name = color_storage value = title:d_b_angaragiin_degee_color } } + title:b_angelokastron = { set_variable = { name = color_storage value = title:d_b_angelokastron_color } } + title:b_angerburg = { set_variable = { name = color_storage value = title:d_b_angerburg_color } } + title:b_angers = { set_variable = { name = color_storage value = title:d_b_angers_color } } + title:b_angot = { set_variable = { name = color_storage value = title:d_b_angot_color } } + title:b_angouleme = { set_variable = { name = color_storage value = title:d_b_angouleme_color } } + title:b_ani = { set_variable = { name = color_storage value = title:d_b_ani_color } } + title:b_anini = { set_variable = { name = color_storage value = title:d_b_anini_color } } + title:b_anja_TUV = { set_variable = { name = color_storage value = title:d_b_anja_TUV_color } } + title:b_anjar = { set_variable = { name = color_storage value = title:d_b_anjar_color } } + title:b_anjar_kutch = { set_variable = { name = color_storage value = title:d_b_anjar_kutch_color } } + title:b_anka = { set_variable = { name = color_storage value = title:d_b_anka_color } } + title:b_ankai = { set_variable = { name = color_storage value = title:d_b_ankai_color } } + title:b_ankyra = { set_variable = { name = color_storage value = title:d_b_ankyra_color } } + title:b_annaba = { set_variable = { name = color_storage value = title:d_b_annaba_color } } + title:b_annan = { set_variable = { name = color_storage value = title:d_b_annan_color } } + title:b_annecy = { set_variable = { name = color_storage value = title:d_b_annecy_color } } + title:b_anning = { set_variable = { name = color_storage value = title:d_b_anning_color } } + title:b_annonay = { set_variable = { name = color_storage value = title:d_b_annonay_color } } + title:b_ansbach = { set_variable = { name = color_storage value = title:d_b_ansbach_color } } + title:b_ansina = { set_variable = { name = color_storage value = title:d_b_ansina_color } } + title:b_ansongo = { set_variable = { name = color_storage value = title:d_b_ansongo_color } } + title:b_antartus = { set_variable = { name = color_storage value = title:d_b_antartus_color } } + title:b_antequera = { set_variable = { name = color_storage value = title:d_b_antequera_color } } + title:b_antiocheia = { set_variable = { name = color_storage value = title:d_b_antiocheia_color } } + title:b_antiochia = { set_variable = { name = color_storage value = title:d_b_antiochia_color } } + title:b_antipatreia = { set_variable = { name = color_storage value = title:d_b_antipatreia_color } } + title:b_antivari = { set_variable = { name = color_storage value = title:d_b_antivari_color } } + title:b_antwerpen = { set_variable = { name = color_storage value = title:d_b_antwerpen_color } } + title:b_anuradhapura = { set_variable = { name = color_storage value = title:d_b_anuradhapura_color } } + title:b_anuy = { set_variable = { name = color_storage value = title:d_b_anuy_color } } + title:b_anxi = { set_variable = { name = color_storage value = title:d_b_anxi_color } } + title:b_anyu = { set_variable = { name = color_storage value = title:d_b_anyu_color } } + title:b_aosta = { set_variable = { name = color_storage value = title:d_b_aosta_color } } + title:b_aowin = { set_variable = { name = color_storage value = title:d_b_aowin_color } } + title:b_apamea = { set_variable = { name = color_storage value = title:d_b_apamea_color } } + title:b_aparshahr = { set_variable = { name = color_storage value = title:d_b_aparshahr_color } } + title:b_apeldoorn = { set_variable = { name = color_storage value = title:d_b_apeldoorn_color } } + title:b_apemea = { set_variable = { name = color_storage value = title:d_b_apemea_color } } + title:b_aphrodisias = { set_variable = { name = color_storage value = title:d_b_aphrodisias_color } } + title:b_appingedam = { set_variable = { name = color_storage value = title:d_b_appingedam_color } } + title:b_appleby = { set_variable = { name = color_storage value = title:d_b_appleby_color } } + title:b_applecross = { set_variable = { name = color_storage value = title:d_b_applecross_color } } + title:b_appollonia = { set_variable = { name = color_storage value = title:d_b_appollonia_color } } + title:b_apt = { set_variable = { name = color_storage value = title:d_b_apt_color } } + title:b_aq-masjid = { set_variable = { name = color_storage value = title:d_b_aq-masjid_color } } + title:b_aqaba = { set_variable = { name = color_storage value = title:d_b_aqaba_color } } + title:b_aqenganggyai = { set_variable = { name = color_storage value = title:d_b_aqenganggyai_color } } + title:b_aqiq_tamra = { set_variable = { name = color_storage value = title:d_b_aqiq_tamra_color } } + title:b_aqmescit = { set_variable = { name = color_storage value = title:d_b_aqmescit_color } } + title:b_aqqa = { set_variable = { name = color_storage value = title:d_b_aqqa_color } } + title:b_aqqikkol = { set_variable = { name = color_storage value = title:d_b_aqqikkol_color } } + title:b_aqsubay = { set_variable = { name = color_storage value = title:d_b_aqsubay_color } } + title:b_aqtobe = { set_variable = { name = color_storage value = title:d_b_aqtobe_color } } + title:b_aquileia = { set_variable = { name = color_storage value = title:d_b_aquileia_color } } + title:b_ar-rabb = { set_variable = { name = color_storage value = title:d_b_ar-rabb_color } } + title:b_ar-ramla = { set_variable = { name = color_storage value = title:d_b_ar-ramla_color } } + title:b_ar-ran = { set_variable = { name = color_storage value = title:d_b_ar-ran_color } } + title:b_ar-rayda = { set_variable = { name = color_storage value = title:d_b_ar-rayda_color } } + title:b_ar-rikha = { set_variable = { name = color_storage value = title:d_b_ar-rikha_color } } + title:b_ar-rukhail = { set_variable = { name = color_storage value = title:d_b_ar-rukhail_color } } + title:b_ar-ruqaii = { set_variable = { name = color_storage value = title:d_b_ar-ruqaii_color } } + title:b_ar-rusafa = { set_variable = { name = color_storage value = title:d_b_ar-rusafa_color } } + title:b_ar-rusafa-iraq = { set_variable = { name = color_storage value = title:d_b_ar-rusafa-iraq_color } } + title:b_araban = { set_variable = { name = color_storage value = title:d_b_araban_color } } + title:b_arabissus = { set_variable = { name = color_storage value = title:d_b_arabissus_color } } + title:b_arad = { set_variable = { name = color_storage value = title:d_b_arad_color } } + title:b_arak = { set_variable = { name = color_storage value = title:d_b_arak_color } } + title:b_arandadeduero = { set_variable = { name = color_storage value = title:d_b_arandadeduero_color } } + title:b_arandal = { set_variable = { name = color_storage value = title:d_b_arandal_color } } + title:b_arant = { set_variable = { name = color_storage value = title:d_b_arant_color } } + title:b_aranyosbanya = { set_variable = { name = color_storage value = title:d_b_aranyosbanya_color } } + title:b_arasaxa = { set_variable = { name = color_storage value = title:d_b_arasaxa_color } } + title:b_arawan = { set_variable = { name = color_storage value = title:d_b_arawan_color } } + title:b_arawan_road = { set_variable = { name = color_storage value = title:d_b_arawan_road_color } } + title:b_arbaji = { set_variable = { name = color_storage value = title:d_b_arbaji_color } } + title:b_arbinjan = { set_variable = { name = color_storage value = title:d_b_arbinjan_color } } + title:b_arbuga = { set_variable = { name = color_storage value = title:d_b_arbuga_color } } + title:b_arca = { set_variable = { name = color_storage value = title:d_b_arca_color } } + title:b_arcadia = { set_variable = { name = color_storage value = title:d_b_arcadia_color } } + title:b_archabis = { set_variable = { name = color_storage value = title:d_b_archabis_color } } + title:b_arcos = { set_variable = { name = color_storage value = title:d_b_arcos_color } } + title:b_arda = { set_variable = { name = color_storage value = title:d_b_arda_color } } + title:b_ardabil = { set_variable = { name = color_storage value = title:d_b_ardabil_color } } + title:b_ardakhivah = { set_variable = { name = color_storage value = title:d_b_ardakhivah_color } } + title:b_ardalankath = { set_variable = { name = color_storage value = title:d_b_ardalankath_color } } + title:b_ardara = { set_variable = { name = color_storage value = title:d_b_ardara_color } } + title:b_ardda = { set_variable = { name = color_storage value = title:d_b_ardda_color } } + title:b_ardee = { set_variable = { name = color_storage value = title:d_b_ardee_color } } + title:b_ardistan = { set_variable = { name = color_storage value = title:d_b_ardistan_color } } + title:b_ardnamurchon = { set_variable = { name = color_storage value = title:d_b_ardnamurchon_color } } + title:b_arendall = { set_variable = { name = color_storage value = title:d_b_arendall_color } } + title:b_arezzo = { set_variable = { name = color_storage value = title:d_b_arezzo_color } } + title:b_argan = { set_variable = { name = color_storage value = title:d_b_argan_color } } + title:b_arganda = { set_variable = { name = color_storage value = title:d_b_arganda_color } } + title:b_argentan = { set_variable = { name = color_storage value = title:d_b_argentan_color } } + title:b_arges = { set_variable = { name = color_storage value = title:d_b_arges_color } } + title:b_argogco = { set_variable = { name = color_storage value = title:d_b_argogco_color } } + title:b_argonne = { set_variable = { name = color_storage value = title:d_b_argonne_color } } + title:b_argos = { set_variable = { name = color_storage value = title:d_b_argos_color } } + title:b_arguvan = { set_variable = { name = color_storage value = title:d_b_arguvan_color } } + title:b_argyjek = { set_variable = { name = color_storage value = title:d_b_argyjek_color } } + title:b_argyrokastron = { set_variable = { name = color_storage value = title:d_b_argyrokastron_color } } + title:b_ariano = { set_variable = { name = color_storage value = title:d_b_ariano_color } } + title:b_aribinda = { set_variable = { name = color_storage value = title:d_b_aribinda_color } } + title:b_arigh = { set_variable = { name = color_storage value = title:d_b_arigh_color } } + title:b_ariksar = { set_variable = { name = color_storage value = title:d_b_ariksar_color } } + title:b_arilje = { set_variable = { name = color_storage value = title:d_b_arilje_color } } + title:b_arivajan = { set_variable = { name = color_storage value = title:d_b_arivajan_color } } + title:b_arja = { set_variable = { name = color_storage value = title:d_b_arja_color } } + title:b_arjepluovve = { set_variable = { name = color_storage value = title:d_b_arjepluovve_color } } + title:b_arjesh = { set_variable = { name = color_storage value = title:d_b_arjesh_color } } + title:b_arka = { set_variable = { name = color_storage value = title:d_b_arka_color } } + title:b_arkadiopolis = { set_variable = { name = color_storage value = title:d_b_arkadiopolis_color } } + title:b_arkalyk = { set_variable = { name = color_storage value = title:d_b_arkalyk_color } } + title:b_arkalyk_KAZe = { set_variable = { name = color_storage value = title:d_b_arkalyk_KAZe_color } } + title:b_arkat = { set_variable = { name = color_storage value = title:d_b_arkat_color } } + title:b_arkhangelsk = { set_variable = { name = color_storage value = title:d_b_arkhangelsk_color } } + title:b_arkul = { set_variable = { name = color_storage value = title:d_b_arkul_color } } + title:b_arles = { set_variable = { name = color_storage value = title:d_b_arles_color } } + title:b_armabil = { set_variable = { name = color_storage value = title:d_b_armabil_color } } + title:b_armagh = { set_variable = { name = color_storage value = title:d_b_armagh_color } } + title:b_armagnac = { set_variable = { name = color_storage value = title:d_b_armagnac_color } } + title:b_armant = { set_variable = { name = color_storage value = title:d_b_armant_color } } + title:b_armaxa = { set_variable = { name = color_storage value = title:d_b_armaxa_color } } + title:b_arnedo = { set_variable = { name = color_storage value = title:d_b_arnedo_color } } + title:b_arnhem = { set_variable = { name = color_storage value = title:d_b_arnhem_color } } + title:b_arnon = { set_variable = { name = color_storage value = title:d_b_arnon_color } } + title:b_arnsberg = { set_variable = { name = color_storage value = title:d_b_arnsberg_color } } + title:b_arnstein = { set_variable = { name = color_storage value = title:d_b_arnstein_color } } + title:b_arnswalde = { set_variable = { name = color_storage value = title:d_b_arnswalde_color } } + title:b_arondo = { set_variable = { name = color_storage value = title:d_b_arondo_color } } + title:b_aror = { set_variable = { name = color_storage value = title:d_b_aror_color } } + title:b_arrah = { set_variable = { name = color_storage value = title:d_b_arrah_color } } + title:b_arrajan = { set_variable = { name = color_storage value = title:d_b_arrajan_color } } + title:b_arran = { set_variable = { name = color_storage value = title:d_b_arran_color } } + title:b_arsamosata = { set_variable = { name = color_storage value = title:d_b_arsamosata_color } } + title:b_arsgul = { set_variable = { name = color_storage value = title:d_b_arsgul_color } } + title:b_arshan = { set_variable = { name = color_storage value = title:d_b_arshan_color } } + title:b_arsjogk = { set_variable = { name = color_storage value = title:d_b_arsjogk_color } } + title:b_arsk = { set_variable = { name = color_storage value = title:d_b_arsk_color } } + title:b_arslanbob = { set_variable = { name = color_storage value = title:d_b_arslanbob_color } } + title:b_arta = { set_variable = { name = color_storage value = title:d_b_arta_color } } + title:b_artaani = { set_variable = { name = color_storage value = title:d_b_artaani_color } } + title:b_artah = { set_variable = { name = color_storage value = title:d_b_artah_color } } + title:b_arthanuji = { set_variable = { name = color_storage value = title:d_b_arthanuji_color } } + title:b_arti = { set_variable = { name = color_storage value = title:d_b_arti_color } } + title:b_artsyz = { set_variable = { name = color_storage value = title:d_b_artsyz_color } } + title:b_aruj = { set_variable = { name = color_storage value = title:d_b_aruj_color } } + title:b_arun = { set_variable = { name = color_storage value = title:d_b_arun_color } } + title:b_arusi = { set_variable = { name = color_storage value = title:d_b_arusi_color } } + title:b_arusi-north = { set_variable = { name = color_storage value = title:d_b_arusi-north_color } } + title:b_arva = { set_variable = { name = color_storage value = title:d_b_arva_color } } + title:b_arviesjavrrie = { set_variable = { name = color_storage value = title:d_b_arviesjavrrie_color } } + title:b_arxog = { set_variable = { name = color_storage value = title:d_b_arxog_color } } + title:b_arys-kum = { set_variable = { name = color_storage value = title:d_b_arys-kum_color } } + title:b_arzan = { set_variable = { name = color_storage value = title:d_b_arzan_color } } + title:b_arzew = { set_variable = { name = color_storage value = title:d_b_arzew_color } } + title:b_arzhan = { set_variable = { name = color_storage value = title:d_b_arzhan_color } } + title:b_as-safra = { set_variable = { name = color_storage value = title:d_b_as-safra_color } } + title:b_as-saimara = { set_variable = { name = color_storage value = title:d_b_as-saimara_color } } + title:b_as-salila = { set_variable = { name = color_storage value = title:d_b_as-salila_color } } + title:b_as-saliq = { set_variable = { name = color_storage value = title:d_b_as-saliq_color } } + title:b_as-salman = { set_variable = { name = color_storage value = title:d_b_as-salman_color } } + title:b_as-samman = { set_variable = { name = color_storage value = title:d_b_as-samman_color } } + title:b_as-sawariqiya = { set_variable = { name = color_storage value = title:d_b_as-sawariqiya_color } } + title:b_as-sayaa = { set_variable = { name = color_storage value = title:d_b_as-sayaa_color } } + title:b_as-sinn = { set_variable = { name = color_storage value = title:d_b_as-sinn_color } } + title:b_as-sirayn = { set_variable = { name = color_storage value = title:d_b_as-sirayn_color } } + title:b_as-subia = { set_variable = { name = color_storage value = title:d_b_as-subia_color } } + title:b_as-sukhna = { set_variable = { name = color_storage value = title:d_b_as-sukhna_color } } + title:b_as-sumaina = { set_variable = { name = color_storage value = title:d_b_as-sumaina_color } } + title:b_as-suqya = { set_variable = { name = color_storage value = title:d_b_as-suqya_color } } + title:b_as-sus = { set_variable = { name = color_storage value = title:d_b_as-sus_color } } + title:b_as-suwaida = { set_variable = { name = color_storage value = title:d_b_as-suwaida_color } } + title:b_as-suwaida-hauran = { set_variable = { name = color_storage value = title:d_b_as-suwaida-hauran_color } } + title:b_as-suwaydiya = { set_variable = { name = color_storage value = title:d_b_as-suwaydiya_color } } + title:b_asak = { set_variable = { name = color_storage value = title:d_b_asak_color } } + title:b_asanapat = { set_variable = { name = color_storage value = title:d_b_asanapat_color } } + title:b_asante_manso = { set_variable = { name = color_storage value = title:d_b_asante_manso_color } } + title:b_asaybay = { set_variable = { name = color_storage value = title:d_b_asaybay_color } } + title:b_asbid-dasht = { set_variable = { name = color_storage value = title:d_b_asbid-dasht_color } } + title:b_ascalon = { set_variable = { name = color_storage value = title:d_b_ascalon_color } } + title:b_asciano = { set_variable = { name = color_storage value = title:d_b_asciano_color } } + title:b_ascoli_piceno = { set_variable = { name = color_storage value = title:d_b_ascoli_piceno_color } } + title:b_asfanjay = { set_variable = { name = color_storage value = title:d_b_asfanjay_color } } + title:b_asfi = { set_variable = { name = color_storage value = title:d_b_asfi_color } } + title:b_asfuzar = { set_variable = { name = color_storage value = title:d_b_asfuzar_color } } + title:b_ash-shamsiya = { set_variable = { name = color_storage value = title:d_b_ash-shamsiya_color } } + title:b_ash-sharaf = { set_variable = { name = color_storage value = title:d_b_ash-sharaf_color } } + title:b_ash-shihr = { set_variable = { name = color_storage value = title:d_b_ash-shihr_color } } + title:b_ash-shuqayq = { set_variable = { name = color_storage value = title:d_b_ash-shuqayq_color } } + title:b_ashaval = { set_variable = { name = color_storage value = title:d_b_ashaval_color } } + title:b_asheh-atrik = { set_variable = { name = color_storage value = title:d_b_asheh-atrik_color } } + title:b_ashir_banya = { set_variable = { name = color_storage value = title:d_b_ashir_banya_color } } + title:b_ashir_yashir = { set_variable = { name = color_storage value = title:d_b_ashir_yashir_color } } + title:b_ashli = { set_variable = { name = color_storage value = title:d_b_ashli_color } } + title:b_ashpara = { set_variable = { name = color_storage value = title:d_b_ashpara_color } } + title:b_asht = { set_variable = { name = color_storage value = title:d_b_asht_color } } + title:b_ashta = { set_variable = { name = color_storage value = title:d_b_ashta_color } } + title:b_asigarh = { set_variable = { name = color_storage value = title:d_b_asigarh_color } } + title:b_asika = { set_variable = { name = color_storage value = title:d_b_asika_color } } + title:b_asila = { set_variable = { name = color_storage value = title:d_b_asila_color } } + title:b_asirgarh = { set_variable = { name = color_storage value = title:d_b_asirgarh_color } } + title:b_askedal = { set_variable = { name = color_storage value = title:d_b_askedal_color } } + title:b_askhanda = { set_variable = { name = color_storage value = title:d_b_askhanda_color } } + title:b_askole = { set_variable = { name = color_storage value = title:d_b_askole_color } } + title:b_askot = { set_variable = { name = color_storage value = title:d_b_askot_color } } + title:b_asmaak = { set_variable = { name = color_storage value = title:d_b_asmaak_color } } + title:b_asni = { set_variable = { name = color_storage value = title:d_b_asni_color } } + title:b_aso = { set_variable = { name = color_storage value = title:d_b_aso_color } } + title:b_aspona = { set_variable = { name = color_storage value = title:d_b_aspona_color } } + title:b_aspona_CHA = { set_variable = { name = color_storage value = title:d_b_aspona_CHA_color } } + title:b_assa = { set_variable = { name = color_storage value = title:d_b_assa_color } } + title:b_assab = { set_variable = { name = color_storage value = title:d_b_assab_color } } + title:b_assen = { set_variable = { name = color_storage value = title:d_b_assen_color } } + title:b_assin = { set_variable = { name = color_storage value = title:d_b_assin_color } } + title:b_assissi = { set_variable = { name = color_storage value = title:d_b_assissi_color } } + title:b_assynt = { set_variable = { name = color_storage value = title:d_b_assynt_color } } + title:b_astana = { set_variable = { name = color_storage value = title:d_b_astana_color } } + title:b_astarabad = { set_variable = { name = color_storage value = title:d_b_astarabad_color } } + title:b_astarac = { set_variable = { name = color_storage value = title:d_b_astarac_color } } + title:b_asti = { set_variable = { name = color_storage value = title:d_b_asti_color } } + title:b_astore = { set_variable = { name = color_storage value = title:d_b_astore_color } } + title:b_astorga = { set_variable = { name = color_storage value = title:d_b_astorga_color } } + title:b_astrakhan = { set_variable = { name = color_storage value = title:d_b_astrakhan_color } } + title:b_astrakhanka = { set_variable = { name = color_storage value = title:d_b_astrakhanka_color } } + title:b_asurgarh = { set_variable = { name = color_storage value = title:d_b_asurgarh_color } } + title:b_aswan = { set_variable = { name = color_storage value = title:d_b_aswan_color } } + title:b_aswan-west = { set_variable = { name = color_storage value = title:d_b_aswan-west_color } } + title:b_asyut = { set_variable = { name = color_storage value = title:d_b_asyut_color } } + title:b_at-tafila = { set_variable = { name = color_storage value = title:d_b_at-tafila_color } } + title:b_at-taif = { set_variable = { name = color_storage value = title:d_b_at-taif_color } } + title:b_at-tib = { set_variable = { name = color_storage value = title:d_b_at-tib_color } } + title:b_at-tur = { set_variable = { name = color_storage value = title:d_b_at-tur_color } } + title:b_atakpame = { set_variable = { name = color_storage value = title:d_b_atakpame_color } } + title:b_atamansku = { set_variable = { name = color_storage value = title:d_b_atamansku_color } } + title:b_atapuerca = { set_variable = { name = color_storage value = title:d_b_atapuerca_color } } + title:b_atbara = { set_variable = { name = color_storage value = title:d_b_atbara_color } } + title:b_atbasar = { set_variable = { name = color_storage value = title:d_b_atbasar_color } } + title:b_atebubu = { set_variable = { name = color_storage value = title:d_b_atebubu_color } } + title:b_atfih = { set_variable = { name = color_storage value = title:d_b_atfih_color } } + title:b_ath = { set_variable = { name = color_storage value = title:d_b_ath_color } } + title:b_ath-thalabiya = { set_variable = { name = color_storage value = title:d_b_ath-thalabiya_color } } + title:b_athenry = { set_variable = { name = color_storage value = title:d_b_athenry_color } } + title:b_athens = { set_variable = { name = color_storage value = title:d_b_athens_color } } + title:b_athgarh = { set_variable = { name = color_storage value = title:d_b_athgarh_color } } + title:b_athlone = { set_variable = { name = color_storage value = title:d_b_athlone_color } } + title:b_athy = { set_variable = { name = color_storage value = title:d_b_athy_color } } + title:b_atkarsk = { set_variable = { name = color_storage value = title:d_b_atkarsk_color } } + title:b_atlym = { set_variable = { name = color_storage value = title:d_b_atlym_color } } + title:b_ato = { set_variable = { name = color_storage value = title:d_b_ato_color } } + title:b_atri = { set_variable = { name = color_storage value = title:d_b_atri_color } } + title:b_attahasa = { set_variable = { name = color_storage value = title:d_b_attahasa_color } } + title:b_attak = { set_variable = { name = color_storage value = title:d_b_attak_color } } + title:b_attaleia = { set_variable = { name = color_storage value = title:d_b_attaleia_color } } + title:b_attalia = { set_variable = { name = color_storage value = title:d_b_attalia_color } } + title:b_attar = { set_variable = { name = color_storage value = title:d_b_attar_color } } + title:b_attie = { set_variable = { name = color_storage value = title:d_b_attie_color } } + title:b_atus = { set_variable = { name = color_storage value = title:d_b_atus_color } } + title:b_atyrau = { set_variable = { name = color_storage value = title:d_b_atyrau_color } } + title:b_aube = { set_variable = { name = color_storage value = title:d_b_aube_color } } + title:b_aubusson = { set_variable = { name = color_storage value = title:d_b_aubusson_color } } + title:b_audo = { set_variable = { name = color_storage value = title:d_b_audo_color } } + title:b_augsburg = { set_variable = { name = color_storage value = title:d_b_augsburg_color } } + title:b_auliekol = { set_variable = { name = color_storage value = title:d_b_auliekol_color } } + title:b_aumale = { set_variable = { name = color_storage value = title:d_b_aumale_color } } + title:b_auno = { set_variable = { name = color_storage value = title:d_b_auno_color } } + title:b_aunus = { set_variable = { name = color_storage value = title:d_b_aunus_color } } + title:b_aurillac = { set_variable = { name = color_storage value = title:d_b_aurillac_color } } + title:b_ausa = { set_variable = { name = color_storage value = title:d_b_ausa_color } } + title:b_austfold = { set_variable = { name = color_storage value = title:d_b_austfold_color } } + title:b_autun = { set_variable = { name = color_storage value = title:d_b_autun_color } } + title:b_auxerre = { set_variable = { name = color_storage value = title:d_b_auxerre_color } } + title:b_ava = { set_variable = { name = color_storage value = title:d_b_ava_color } } + title:b_aval = { set_variable = { name = color_storage value = title:d_b_aval_color } } + title:b_avaskar = { set_variable = { name = color_storage value = title:d_b_avaskar_color } } + title:b_aveiro = { set_variable = { name = color_storage value = title:d_b_aveiro_color } } + title:b_aversa = { set_variable = { name = color_storage value = title:d_b_aversa_color } } + title:b_avezzano = { set_variable = { name = color_storage value = title:d_b_avezzano_color } } + title:b_avignon = { set_variable = { name = color_storage value = title:d_b_avignon_color } } + title:b_avila = { set_variable = { name = color_storage value = title:d_b_avila_color } } + title:b_aviovara = { set_variable = { name = color_storage value = title:d_b_aviovara_color } } + title:b_avis = { set_variable = { name = color_storage value = title:d_b_avis_color } } + title:b_avlonas = { set_variable = { name = color_storage value = title:d_b_avlonas_color } } + title:b_avraikheer = { set_variable = { name = color_storage value = title:d_b_avraikheer_color } } + title:b_avranches = { set_variable = { name = color_storage value = title:d_b_avranches_color } } + title:b_avrautau = { set_variable = { name = color_storage value = title:d_b_avrautau_color } } + title:b_aw_barre = { set_variable = { name = color_storage value = title:d_b_aw_barre_color } } + title:b_awash = { set_variable = { name = color_storage value = title:d_b_awash_color } } + title:b_awbuk = { set_variable = { name = color_storage value = title:d_b_awbuk_color } } + title:b_awdaghost = { set_variable = { name = color_storage value = title:d_b_awdaghost_color } } + title:b_awgham = { set_variable = { name = color_storage value = title:d_b_awgham_color } } + title:b_awjila = { set_variable = { name = color_storage value = title:d_b_awjila_color } } + title:b_awlil = { set_variable = { name = color_storage value = title:d_b_awlil_color } } + title:b_awliya-ata = { set_variable = { name = color_storage value = title:d_b_awliya-ata_color } } + title:b_awssa = { set_variable = { name = color_storage value = title:d_b_awssa_color } } + title:b_awzaj = { set_variable = { name = color_storage value = title:d_b_awzaj_color } } + title:b_axu = { set_variable = { name = color_storage value = title:d_b_axu_color } } + title:b_ayagoz = { set_variable = { name = color_storage value = title:d_b_ayagoz_color } } + title:b_ayakkum = { set_variable = { name = color_storage value = title:d_b_ayakkum_color } } + title:b_ayamonte = { set_variable = { name = color_storage value = title:d_b_ayamonte_color } } + title:b_ayas = { set_variable = { name = color_storage value = title:d_b_ayas_color } } + title:b_aydhab = { set_variable = { name = color_storage value = title:d_b_aydhab_color } } + title:b_aylesbury = { set_variable = { name = color_storage value = title:d_b_aylesbury_color } } + title:b_ayodhya = { set_variable = { name = color_storage value = title:d_b_ayodhya_color } } + title:b_ayrtau = { set_variable = { name = color_storage value = title:d_b_ayrtau_color } } + title:b_aytos = { set_variable = { name = color_storage value = title:d_b_aytos_color } } + title:b_az-dhafra = { set_variable = { name = color_storage value = title:d_b_az-dhafra_color } } + title:b_az-zabadani = { set_variable = { name = color_storage value = title:d_b_az-zabadani_color } } + title:b_az-zarqa = { set_variable = { name = color_storage value = title:d_b_az-zarqa_color } } + title:b_azadawan = { set_variable = { name = color_storage value = title:d_b_azadawan_color } } + title:b_azam = { set_variable = { name = color_storage value = title:d_b_azam_color } } + title:b_azare = { set_variable = { name = color_storage value = title:d_b_azare_color } } + title:b_azas = { set_variable = { name = color_storage value = title:d_b_azas_color } } + title:b_azaz = { set_variable = { name = color_storage value = title:d_b_azaz_color } } + title:b_azez-kul = { set_variable = { name = color_storage value = title:d_b_azez-kul_color } } + title:b_azgyl = { set_variable = { name = color_storage value = title:d_b_azgyl_color } } + title:b_azov = { set_variable = { name = color_storage value = title:d_b_azov_color } } + title:b_azukki = { set_variable = { name = color_storage value = title:d_b_azukki_color } } + title:b_azzamur = { set_variable = { name = color_storage value = title:d_b_azzamur_color } } + title:b_azzan = { set_variable = { name = color_storage value = title:d_b_azzan_color } } + title:b_baaft = { set_variable = { name = color_storage value = title:d_b_baaft_color } } + title:b_baalbak = { set_variable = { name = color_storage value = title:d_b_baalbak_color } } + title:b_babao = { set_variable = { name = color_storage value = title:d_b_babao_color } } + title:b_babrov = { set_variable = { name = color_storage value = title:d_b_babrov_color } } + title:b_babruysk = { set_variable = { name = color_storage value = title:d_b_babruysk_color } } + title:b_babur = { set_variable = { name = color_storage value = title:d_b_babur_color } } + title:b_bacau = { set_variable = { name = color_storage value = title:d_b_bacau_color } } + title:b_bachhraon = { set_variable = { name = color_storage value = title:d_b_bachhraon_color } } + title:b_bacs = { set_variable = { name = color_storage value = title:d_b_bacs_color } } + title:b_bad = { set_variable = { name = color_storage value = title:d_b_bad_color } } + title:b_bada = { set_variable = { name = color_storage value = title:d_b_bada_color } } + title:b_badagry = { set_variable = { name = color_storage value = title:d_b_badagry_color } } + title:b_badah = { set_variable = { name = color_storage value = title:d_b_badah_color } } + title:b_badajoz = { set_variable = { name = color_storage value = title:d_b_badajoz_color } } + title:b_badakhshan = { set_variable = { name = color_storage value = title:d_b_badakhshan_color } } + title:b_badakhshan_TARIM = { set_variable = { name = color_storage value = title:d_b_badakhshan_TARIM_color } } + title:b_badaraya = { set_variable = { name = color_storage value = title:d_b_badaraya_color } } + title:b_baden = { set_variable = { name = color_storage value = title:d_b_baden_color } } + title:b_badenoch = { set_variable = { name = color_storage value = title:d_b_badenoch_color } } + title:b_badi = { set_variable = { name = color_storage value = title:d_b_badi_color } } + title:b_badibu = { set_variable = { name = color_storage value = title:d_b_badibu_color } } + title:b_badin = { set_variable = { name = color_storage value = title:d_b_badin_color } } + title:b_badis = { set_variable = { name = color_storage value = title:d_b_badis_color } } + title:b_badumbe = { set_variable = { name = color_storage value = title:d_b_badumbe_color } } + title:b_baeberdon = { set_variable = { name = color_storage value = title:d_b_baeberdon_color } } + title:b_bafinko = { set_variable = { name = color_storage value = title:d_b_bafinko_color } } + title:b_bafulabe = { set_variable = { name = color_storage value = title:d_b_bafulabe_color } } + title:b_bag = { set_variable = { name = color_storage value = title:d_b_bag_color } } + title:b_bagahus = { set_variable = { name = color_storage value = title:d_b_bagahus_color } } + title:b_bagan = { set_variable = { name = color_storage value = title:d_b_bagan_color } } + title:b_bagaran = { set_variable = { name = color_storage value = title:d_b_bagaran_color } } + title:b_bagavan = { set_variable = { name = color_storage value = title:d_b_bagavan_color } } + title:b_bagavi = { set_variable = { name = color_storage value = title:d_b_bagavi_color } } + title:b_bagerhat = { set_variable = { name = color_storage value = title:d_b_bagerhat_color } } + title:b_baghaya = { set_variable = { name = color_storage value = title:d_b_baghaya_color } } + title:b_baghdad = { set_variable = { name = color_storage value = title:d_b_baghdad_color } } + title:b_baghlan = { set_variable = { name = color_storage value = title:d_b_baghlan_color } } + title:b_baghmundi = { set_variable = { name = color_storage value = title:d_b_baghmundi_color } } + title:b_baghras = { set_variable = { name = color_storage value = title:d_b_baghras_color } } + title:b_baghshur = { set_variable = { name = color_storage value = title:d_b_baghshur_color } } + title:b_bagis = { set_variable = { name = color_storage value = title:d_b_bagis_color } } + title:b_bagish = { set_variable = { name = color_storage value = title:d_b_bagish_color } } + title:b_bagnin = { set_variable = { name = color_storage value = title:d_b_bagnin_color } } + title:b_baguirmi = { set_variable = { name = color_storage value = title:d_b_baguirmi_color } } + title:b_baguirmi-west = { set_variable = { name = color_storage value = title:d_b_baguirmi-west_color } } + title:b_bahalda = { set_variable = { name = color_storage value = title:d_b_bahalda_color } } + title:b_bahasna = { set_variable = { name = color_storage value = title:d_b_bahasna_color } } + title:b_bahir_giyorgis = { set_variable = { name = color_storage value = title:d_b_bahir_giyorgis_color } } + title:b_bahla = { set_variable = { name = color_storage value = title:d_b_bahla_color } } + title:b_bahoriband = { set_variable = { name = color_storage value = title:d_b_bahoriband_color } } + title:b_bahr_el-ghazzal_route = { set_variable = { name = color_storage value = title:d_b_bahr_el-ghazzal_route_color } } + title:b_bahraich = { set_variable = { name = color_storage value = title:d_b_bahraich_color } } + title:b_baht = { set_variable = { name = color_storage value = title:d_b_baht_color } } + title:b_baia = { set_variable = { name = color_storage value = title:d_b_baia_color } } + title:b_baia_de_arama = { set_variable = { name = color_storage value = title:d_b_baia_de_arama_color } } + title:b_baibalik = { set_variable = { name = color_storage value = title:d_b_baibalik_color } } + title:b_baidha-petra = { set_variable = { name = color_storage value = title:d_b_baidha-petra_color } } + title:b_baigalan_chaya = { set_variable = { name = color_storage value = title:d_b_baigalan_chaya_color } } + title:b_bailaqan = { set_variable = { name = color_storage value = title:d_b_bailaqan_color } } + title:b_bailjar = { set_variable = { name = color_storage value = title:d_b_bailjar_color } } + title:b_bainuk = { set_variable = { name = color_storage value = title:d_b_bainuk_color } } + title:b_bairab = { set_variable = { name = color_storage value = title:d_b_bairab_color } } + title:b_baisary = { set_variable = { name = color_storage value = title:d_b_baisary_color } } + title:b_baitadi = { set_variable = { name = color_storage value = title:d_b_baitadi_color } } + title:b_baiyang = { set_variable = { name = color_storage value = title:d_b_baiyang_color } } + title:b_baiyin = { set_variable = { name = color_storage value = title:d_b_baiyin_color } } + title:b_baja_medjerda = { set_variable = { name = color_storage value = title:d_b_baja_medjerda_color } } + title:b_bajar = { set_variable = { name = color_storage value = title:d_b_bajar_color } } + title:b_bajarwan = { set_variable = { name = color_storage value = title:d_b_bajarwan_color } } + title:b_bajlan = { set_variable = { name = color_storage value = title:d_b_bajlan_color } } + title:b_bajmoc = { set_variable = { name = color_storage value = title:d_b_bajmoc_color } } + title:b_bajrakot = { set_variable = { name = color_storage value = title:d_b_bajrakot_color } } + title:b_bajura = { set_variable = { name = color_storage value = title:d_b_bajura_color } } + title:b_bakanas = { set_variable = { name = color_storage value = title:d_b_bakanas_color } } + title:b_bakash-aul = { set_variable = { name = color_storage value = title:d_b_bakash-aul_color } } + title:b_bake = { set_variable = { name = color_storage value = title:d_b_bake_color } } + title:b_bakel = { set_variable = { name = color_storage value = title:d_b_bakel_color } } + title:b_bakhmut = { set_variable = { name = color_storage value = title:d_b_bakhmut_color } } + title:b_baklanska = { set_variable = { name = color_storage value = title:d_b_baklanska_color } } + title:b_baklansky = { set_variable = { name = color_storage value = title:d_b_baklansky_color } } + title:b_bakrabad = { set_variable = { name = color_storage value = title:d_b_bakrabad_color } } + title:b_bakrawath = { set_variable = { name = color_storage value = title:d_b_bakrawath_color } } + title:b_baksa = { set_variable = { name = color_storage value = title:d_b_baksa_color } } + title:b_baku = { set_variable = { name = color_storage value = title:d_b_baku_color } } + title:b_bakunu = { set_variable = { name = color_storage value = title:d_b_bakunu_color } } + title:b_bakusaya = { set_variable = { name = color_storage value = title:d_b_bakusaya_color } } + title:b_bala_iskem = { set_variable = { name = color_storage value = title:d_b_bala_iskem_color } } + title:b_balachev = { set_variable = { name = color_storage value = title:d_b_balachev_color } } + title:b_balad = { set_variable = { name = color_storage value = title:d_b_balad_color } } + title:b_balad-mosul = { set_variable = { name = color_storage value = title:d_b_balad-mosul_color } } + title:b_balaguer = { set_variable = { name = color_storage value = title:d_b_balaguer_color } } + title:b_balanjar = { set_variable = { name = color_storage value = title:d_b_balanjar_color } } + title:b_balasaghun = { set_variable = { name = color_storage value = title:d_b_balasaghun_color } } + title:b_balassagyarmat = { set_variable = { name = color_storage value = title:d_b_balassagyarmat_color } } + title:b_balato = { set_variable = { name = color_storage value = title:d_b_balato_color } } + title:b_balbelec = { set_variable = { name = color_storage value = title:d_b_balbelec_color } } + title:b_baldanas = { set_variable = { name = color_storage value = title:d_b_baldanas_color } } + title:b_baldyrgannyg = { set_variable = { name = color_storage value = title:d_b_baldyrgannyg_color } } + title:b_baleshvara = { set_variable = { name = color_storage value = title:d_b_baleshvara_color } } + title:b_balgun = { set_variable = { name = color_storage value = title:d_b_balgun_color } } + title:b_balhaf = { set_variable = { name = color_storage value = title:d_b_balhaf_color } } + title:b_bali = { set_variable = { name = color_storage value = title:d_b_bali_color } } + title:b_bali-east = { set_variable = { name = color_storage value = title:d_b_bali-east_color } } + title:b_bali-west = { set_variable = { name = color_storage value = title:d_b_bali-west_color } } + title:b_balkh = { set_variable = { name = color_storage value = title:d_b_balkh_color } } + title:b_balkonda = { set_variable = { name = color_storage value = title:d_b_balkonda_color } } + title:b_balla = { set_variable = { name = color_storage value = title:d_b_balla_color } } + title:b_ballater = { set_variable = { name = color_storage value = title:d_b_ballater_color } } + title:b_balti = { set_variable = { name = color_storage value = title:d_b_balti_color } } + title:b_baltimore = { set_variable = { name = color_storage value = title:d_b_baltimore_color } } + title:b_baltit = { set_variable = { name = color_storage value = title:d_b_baltit_color } } + title:b_balu = { set_variable = { name = color_storage value = title:d_b_balu_color } } + title:b_balung = { set_variable = { name = color_storage value = title:d_b_balung_color } } + title:b_balung_dulan = { set_variable = { name = color_storage value = title:d_b_balung_dulan_color } } + title:b_balvanyos = { set_variable = { name = color_storage value = title:d_b_balvanyos_color } } + title:b_bama = { set_variable = { name = color_storage value = title:d_b_bama_color } } + title:b_bamain = { set_variable = { name = color_storage value = title:d_b_bamain_color } } + title:b_bamardani = { set_variable = { name = color_storage value = title:d_b_bamardani_color } } + title:b_bambaya = { set_variable = { name = color_storage value = title:d_b_bambaya_color } } + title:b_bamberg = { set_variable = { name = color_storage value = title:d_b_bamberg_color } } + title:b_bamburgh = { set_variable = { name = color_storage value = title:d_b_bamburgh_color } } + title:b_bamiyan = { set_variable = { name = color_storage value = title:d_b_bamiyan_color } } + title:b_bamm = { set_variable = { name = color_storage value = title:d_b_bamm_color } } + title:b_bampur = { set_variable = { name = color_storage value = title:d_b_bampur_color } } + title:b_banam = { set_variable = { name = color_storage value = title:d_b_banam_color } } + title:b_banamba = { set_variable = { name = color_storage value = title:d_b_banamba_color } } + title:b_banbar = { set_variable = { name = color_storage value = title:d_b_banbar_color } } + title:b_banbury = { set_variable = { name = color_storage value = title:d_b_banbury_color } } + title:b_banda = { set_variable = { name = color_storage value = title:d_b_banda_color } } + title:b_bandama = { set_variable = { name = color_storage value = title:d_b_bandama_color } } + title:b_bandama-west = { set_variable = { name = color_storage value = title:d_b_bandama-west_color } } + title:b_bandama_springs = { set_variable = { name = color_storage value = title:d_b_bandama_springs_color } } + title:b_bandan = { set_variable = { name = color_storage value = title:d_b_bandan_color } } + title:b_bandanijan = { set_variable = { name = color_storage value = title:d_b_bandanijan_color } } + title:b_bandava = { set_variable = { name = color_storage value = title:d_b_bandava_color } } + title:b_bandhugadha = { set_variable = { name = color_storage value = title:d_b_bandhugadha_color } } + title:b_bandiagara = { set_variable = { name = color_storage value = title:d_b_bandiagara_color } } + title:b_banff = { set_variable = { name = color_storage value = title:d_b_banff_color } } + title:b_banffyhunyad = { set_variable = { name = color_storage value = title:d_b_banffyhunyad_color } } + title:b_bangaon = { set_variable = { name = color_storage value = title:d_b_bangaon_color } } + title:b_bangasi = { set_variable = { name = color_storage value = title:d_b_bangasi_color } } + title:b_bangdag = { set_variable = { name = color_storage value = title:d_b_bangdag_color } } + title:b_bangor = { set_variable = { name = color_storage value = title:d_b_bangor_color } } + title:b_bangu = { set_variable = { name = color_storage value = title:d_b_bangu_color } } + title:b_banifing = { set_variable = { name = color_storage value = title:d_b_banifing_color } } + title:b_baninko = { set_variable = { name = color_storage value = title:d_b_baninko_color } } + title:b_baniyas = { set_variable = { name = color_storage value = title:d_b_baniyas_color } } + title:b_banja = { set_variable = { name = color_storage value = title:d_b_banja_color } } + title:b_banjaluka = { set_variable = { name = color_storage value = title:d_b_banjaluka_color } } + title:b_banjar = { set_variable = { name = color_storage value = title:d_b_banjar_color } } + title:b_bankass = { set_variable = { name = color_storage value = title:d_b_bankass_color } } + title:b_bannajbur = { set_variable = { name = color_storage value = title:d_b_bannajbur_color } } + title:b_bannu = { set_variable = { name = color_storage value = title:d_b_bannu_color } } + title:b_banre = { set_variable = { name = color_storage value = title:d_b_banre_color } } + title:b_banzart = { set_variable = { name = color_storage value = title:d_b_banzart_color } } + title:b_baoule = { set_variable = { name = color_storage value = title:d_b_baoule_color } } + title:b_baqen = { set_variable = { name = color_storage value = title:d_b_baqen_color } } + title:b_baqirda = { set_variable = { name = color_storage value = title:d_b_baqirda_color } } + title:b_baqlin-east = { set_variable = { name = color_storage value = title:d_b_baqlin-east_color } } + title:b_baqlin-north = { set_variable = { name = color_storage value = title:d_b_baqlin-north_color } } + title:b_baqlin-west = { set_variable = { name = color_storage value = title:d_b_baqlin-west_color } } + title:b_baquba = { set_variable = { name = color_storage value = title:d_b_baquba_color } } + title:b_bar = { set_variable = { name = color_storage value = title:d_b_bar_color } } + title:b_bar_sur_aube = { set_variable = { name = color_storage value = title:d_b_bar_sur_aube_color } } + title:b_bar_sur_seine = { set_variable = { name = color_storage value = title:d_b_bar_sur_seine_color } } + title:b_baraawe = { set_variable = { name = color_storage value = title:d_b_baraawe_color } } + title:b_barala = { set_variable = { name = color_storage value = title:d_b_barala_color } } + title:b_barandud = { set_variable = { name = color_storage value = title:d_b_barandud_color } } + title:b_baranovichi = { set_variable = { name = color_storage value = title:d_b_baranovichi_color } } + title:b_baranow = { set_variable = { name = color_storage value = title:d_b_baranow_color } } + title:b_baranyavar = { set_variable = { name = color_storage value = title:d_b_baranyavar_color } } + title:b_baraqish = { set_variable = { name = color_storage value = title:d_b_baraqish_color } } + title:b_barasuru = { set_variable = { name = color_storage value = title:d_b_barasuru_color } } + title:b_barata = { set_variable = { name = color_storage value = title:d_b_barata_color } } + title:b_baratigin = { set_variable = { name = color_storage value = title:d_b_baratigin_color } } + title:b_barbacadle = { set_variable = { name = color_storage value = title:d_b_barbacadle_color } } + title:b_barbastau = { set_variable = { name = color_storage value = title:d_b_barbastau_color } } + title:b_barbastro = { set_variable = { name = color_storage value = title:d_b_barbastro_color } } + title:b_barcelona = { set_variable = { name = color_storage value = title:d_b_barcelona_color } } + title:b_barcelonnette = { set_variable = { name = color_storage value = title:d_b_barcelonnette_color } } + title:b_barchuk = { set_variable = { name = color_storage value = title:d_b_barchuk_color } } + title:b_barda = { set_variable = { name = color_storage value = title:d_b_barda_color } } + title:b_bardai = { set_variable = { name = color_storage value = title:d_b_bardai_color } } + title:b_bardak = { set_variable = { name = color_storage value = title:d_b_bardak_color } } + title:b_bardhere = { set_variable = { name = color_storage value = title:d_b_bardhere_color } } + title:b_bardo = { set_variable = { name = color_storage value = title:d_b_bardo_color } } + title:b_bareily = { set_variable = { name = color_storage value = title:d_b_bareily_color } } + title:b_barfta = { set_variable = { name = color_storage value = title:d_b_barfta_color } } + title:b_bargajan = { set_variable = { name = color_storage value = title:d_b_bargajan_color } } + title:b_barhut = { set_variable = { name = color_storage value = title:d_b_barhut_color } } + title:b_bari = { set_variable = { name = color_storage value = title:d_b_bari_color } } + title:b_barimma = { set_variable = { name = color_storage value = title:d_b_barimma_color } } + title:b_baris = { set_variable = { name = color_storage value = title:d_b_baris_color } } + title:b_barkam = { set_variable = { name = color_storage value = title:d_b_barkam_color } } + title:b_barkat = { set_variable = { name = color_storage value = title:d_b_barkat_color } } + title:b_barkdiz = { set_variable = { name = color_storage value = title:d_b_barkdiz_color } } + title:b_barkul = { set_variable = { name = color_storage value = title:d_b_barkul_color } } + title:b_barlad = { set_variable = { name = color_storage value = title:d_b_barlad_color } } + title:b_barma = { set_variable = { name = color_storage value = title:d_b_barma_color } } + title:b_barman = { set_variable = { name = color_storage value = title:d_b_barman_color } } + title:b_barnaii = { set_variable = { name = color_storage value = title:d_b_barnaii_color } } + title:b_barnaul = { set_variable = { name = color_storage value = title:d_b_barnaul_color } } + title:b_barnstaple = { set_variable = { name = color_storage value = title:d_b_barnstaple_color } } + title:b_barohiya = { set_variable = { name = color_storage value = title:d_b_barohiya_color } } + title:b_baroli = { set_variable = { name = color_storage value = title:d_b_baroli_color } } + title:b_barqa-al-marj = { set_variable = { name = color_storage value = title:d_b_barqa-al-marj_color } } + title:b_barqaid = { set_variable = { name = color_storage value = title:d_b_barqaid_color } } + title:b_bars = { set_variable = { name = color_storage value = title:d_b_bars_color } } + title:b_barskhan = { set_variable = { name = color_storage value = title:d_b_barskhan_color } } + title:b_barsuki = { set_variable = { name = color_storage value = title:d_b_barsuki_color } } + title:b_bartenstein = { set_variable = { name = color_storage value = title:d_b_bartenstein_color } } + title:b_bartulla = { set_variable = { name = color_storage value = title:d_b_bartulla_color } } + title:b_baryang = { set_variable = { name = color_storage value = title:d_b_baryang_color } } + title:b_barysaw = { set_variable = { name = color_storage value = title:d_b_barysaw_color } } + title:b_barza = { set_variable = { name = color_storage value = title:d_b_barza_color } } + title:b_barzam = { set_variable = { name = color_storage value = title:d_b_barzam_color } } + title:b_barzand = { set_variable = { name = color_storage value = title:d_b_barzand_color } } + title:b_basa = { set_variable = { name = color_storage value = title:d_b_basa_color } } + title:b_basagha = { set_variable = { name = color_storage value = title:d_b_basagha_color } } + title:b_basand = { set_variable = { name = color_storage value = title:d_b_basand_color } } + title:b_basando = { set_variable = { name = color_storage value = title:d_b_basando_color } } + title:b_basavapattana = { set_variable = { name = color_storage value = title:d_b_basavapattana_color } } + title:b_basawa = { set_variable = { name = color_storage value = title:d_b_basawa_color } } + title:b_basel = { set_variable = { name = color_storage value = title:d_b_basel_color } } + title:b_basharga = { set_variable = { name = color_storage value = title:d_b_basharga_color } } + title:b_bashazza = { set_variable = { name = color_storage value = title:d_b_bashazza_color } } + title:b_bashila = { set_variable = { name = color_storage value = title:d_b_bashila_color } } + title:b_bashin = { set_variable = { name = color_storage value = title:d_b_bashin_color } } + title:b_bashkoyumal = { set_variable = { name = color_storage value = title:d_b_bashkoyumal_color } } + title:b_basingstoke = { set_variable = { name = color_storage value = title:d_b_basingstoke_color } } + title:b_basinna = { set_variable = { name = color_storage value = title:d_b_basinna_color } } + title:b_basiyan = { set_variable = { name = color_storage value = title:d_b_basiyan_color } } + title:b_basra = { set_variable = { name = color_storage value = title:d_b_basra_color } } + title:b_bassa = { set_variable = { name = color_storage value = title:d_b_bassa_color } } + title:b_bassa-afram = { set_variable = { name = color_storage value = title:d_b_bassa-afram_color } } + title:b_bastia = { set_variable = { name = color_storage value = title:d_b_bastia_color } } + title:b_bastogne = { set_variable = { name = color_storage value = title:d_b_bastogne_color } } + title:b_bata = { set_variable = { name = color_storage value = title:d_b_bata_color } } + title:b_batang = { set_variable = { name = color_storage value = title:d_b_batang_color } } + title:b_bate = { set_variable = { name = color_storage value = title:d_b_bate_color } } + title:b_bath = { set_variable = { name = color_storage value = title:d_b_bath_color } } + title:b_batina-east = { set_variable = { name = color_storage value = title:d_b_batina-east_color } } + title:b_batkhaan = { set_variable = { name = color_storage value = title:d_b_batkhaan_color } } + title:b_batn_nakhl = { set_variable = { name = color_storage value = title:d_b_batn_nakhl_color } } + title:b_batorkeszi = { set_variable = { name = color_storage value = title:d_b_batorkeszi_color } } + title:b_batticaloa = { set_variable = { name = color_storage value = title:d_b_batticaloa_color } } + title:b_batumi = { set_variable = { name = color_storage value = title:d_b_batumi_color } } + title:b_bauchi = { set_variable = { name = color_storage value = title:d_b_bauchi_color } } + title:b_bauska = { set_variable = { name = color_storage value = title:d_b_bauska_color } } + title:b_bauska = { set_variable = { name = color_storage value = title:d_b_bauska_color } } + title:b_bautzen = { set_variable = { name = color_storage value = title:d_b_bautzen_color } } + title:b_bawangaja = { set_variable = { name = color_storage value = title:d_b_bawangaja_color } } + title:b_bawit = { set_variable = { name = color_storage value = title:d_b_bawit_color } } + title:b_bawiti = { set_variable = { name = color_storage value = title:d_b_bawiti_color } } + title:b_bawku = { set_variable = { name = color_storage value = title:d_b_bawku_color } } + title:b_baxoi = { set_variable = { name = color_storage value = title:d_b_baxoi_color } } + title:b_bayan = { set_variable = { name = color_storage value = title:d_b_bayan_color } } + title:b_bayan_UVS = { set_variable = { name = color_storage value = title:d_b_bayan_UVS_color } } + title:b_bayan_aulska = { set_variable = { name = color_storage value = title:d_b_bayan_aulska_color } } + title:b_bayan_nuur = { set_variable = { name = color_storage value = title:d_b_bayan_nuur_color } } + title:b_bayana = { set_variable = { name = color_storage value = title:d_b_bayana_color } } + title:b_baydhabo = { set_variable = { name = color_storage value = title:d_b_baydhabo_color } } + title:b_bayeux = { set_variable = { name = color_storage value = title:d_b_bayeux_color } } + title:b_bayhan = { set_variable = { name = color_storage value = title:d_b_bayhan_color } } + title:b_baykara = { set_variable = { name = color_storage value = title:d_b_baykara_color } } + title:b_bayonne = { set_variable = { name = color_storage value = title:d_b_bayonne_color } } + title:b_bayreuth = { set_variable = { name = color_storage value = title:d_b_bayreuth_color } } + title:b_baza = { set_variable = { name = color_storage value = title:d_b_baza_color } } + title:b_bazadais = { set_variable = { name = color_storage value = title:d_b_bazadais_color } } + title:b_bazarka = { set_variable = { name = color_storage value = title:d_b_bazarka_color } } + title:b_bazin = { set_variable = { name = color_storage value = title:d_b_bazin_color } } + title:b_bazoh = { set_variable = { name = color_storage value = title:d_b_bazoh_color } } + title:b_beaugency = { set_variable = { name = color_storage value = title:d_b_beaugency_color } } + title:b_beaujeu = { set_variable = { name = color_storage value = title:d_b_beaujeu_color } } + title:b_beaumont = { set_variable = { name = color_storage value = title:d_b_beaumont_color } } + title:b_beaumont_sur_leze = { set_variable = { name = color_storage value = title:d_b_beaumont_sur_leze_color } } + title:b_beaune = { set_variable = { name = color_storage value = title:d_b_beaune_color } } + title:b_beauvais = { set_variable = { name = color_storage value = title:d_b_beauvais_color } } + title:b_bechyne = { set_variable = { name = color_storage value = title:d_b_bechyne_color } } + title:b_becse = { set_variable = { name = color_storage value = title:d_b_becse_color } } + title:b_beda = { set_variable = { name = color_storage value = title:d_b_beda_color } } + title:b_bederkesa = { set_variable = { name = color_storage value = title:d_b_bederkesa_color } } + title:b_bedford = { set_variable = { name = color_storage value = title:d_b_bedford_color } } + title:b_begemdir = { set_variable = { name = color_storage value = title:d_b_begemdir_color } } + title:b_begho = { set_variable = { name = color_storage value = title:d_b_begho_color } } + title:b_behabad = { set_variable = { name = color_storage value = title:d_b_behabad_color } } + title:b_beichtinen = { set_variable = { name = color_storage value = title:d_b_beichtinen_color } } + title:b_beilu = { set_variable = { name = color_storage value = title:d_b_beilu_color } } + title:b_beiram = { set_variable = { name = color_storage value = title:d_b_beiram_color } } + title:b_beirut = { set_variable = { name = color_storage value = title:d_b_beirut_color } } + title:b_beja = { set_variable = { name = color_storage value = title:d_b_beja_color } } + title:b_bejaia = { set_variable = { name = color_storage value = title:d_b_bejaia_color } } + title:b_bejar = { set_variable = { name = color_storage value = title:d_b_bejar_color } } + title:b_bejestan = { set_variable = { name = color_storage value = title:d_b_bejestan_color } } + title:b_bekdas = { set_variable = { name = color_storage value = title:d_b_bekdas_color } } + title:b_bekes = { set_variable = { name = color_storage value = title:d_b_bekes_color } } + title:b_beksima = { set_variable = { name = color_storage value = title:d_b_beksima_color } } + title:b_bekwai = { set_variable = { name = color_storage value = title:d_b_bekwai_color } } + title:b_belapura = { set_variable = { name = color_storage value = title:d_b_belapura_color } } + title:b_belasa = { set_variable = { name = color_storage value = title:d_b_belasa_color } } + title:b_belchite = { set_variable = { name = color_storage value = title:d_b_belchite_color } } + title:b_belcoo = { set_variable = { name = color_storage value = title:d_b_belcoo_color } } + title:b_belebey = { set_variable = { name = color_storage value = title:d_b_belebey_color } } + title:b_belenyes = { set_variable = { name = color_storage value = title:d_b_belenyes_color } } + title:b_belesek = { set_variable = { name = color_storage value = title:d_b_belesek_color } } + title:b_beletweyne = { set_variable = { name = color_storage value = title:d_b_beletweyne_color } } + title:b_belev = { set_variable = { name = color_storage value = title:d_b_belev_color } } + title:b_belgard = { set_variable = { name = color_storage value = title:d_b_belgard_color } } + title:b_belgaum = { set_variable = { name = color_storage value = title:d_b_belgaum_color } } + title:b_belizi = { set_variable = { name = color_storage value = title:d_b_belizi_color } } + title:b_beljan = { set_variable = { name = color_storage value = title:d_b_beljan_color } } + title:b_bellac = { set_variable = { name = color_storage value = title:d_b_bellac_color } } + title:b_belley = { set_variable = { name = color_storage value = title:d_b_belley_color } } + title:b_bellinzona = { set_variable = { name = color_storage value = title:d_b_bellinzona_color } } + title:b_belogorye = { set_variable = { name = color_storage value = title:d_b_belogorye_color } } + title:b_belogradchik = { set_variable = { name = color_storage value = title:d_b_belogradchik_color } } + title:b_beloozero = { set_variable = { name = color_storage value = title:d_b_beloozero_color } } + title:b_belska = { set_variable = { name = color_storage value = title:d_b_belska_color } } + title:b_belvedere = { set_variable = { name = color_storage value = title:d_b_belvedere_color } } + title:b_belz = { set_variable = { name = color_storage value = title:d_b_belz_color } } + title:b_bena = { set_variable = { name = color_storage value = title:d_b_bena_color } } + title:b_benavente = { set_variable = { name = color_storage value = title:d_b_benavente_color } } + title:b_bende = { set_variable = { name = color_storage value = title:d_b_bende_color } } + title:b_benevento = { set_variable = { name = color_storage value = title:d_b_benevento_color } } + title:b_benghazi = { set_variable = { name = color_storage value = title:d_b_benghazi_color } } + title:b_benin = { set_variable = { name = color_storage value = title:d_b_benin_color } } + title:b_benin-city = { set_variable = { name = color_storage value = title:d_b_benin-city_color } } + title:b_benin_marshes = { set_variable = { name = color_storage value = title:d_b_benin_marshes_color } } + title:b_benna = { set_variable = { name = color_storage value = title:d_b_benna_color } } + title:b_bentheim = { set_variable = { name = color_storage value = title:d_b_bentheim_color } } + title:b_beny = { set_variable = { name = color_storage value = title:d_b_beny_color } } + title:b_beodericsworth = { set_variable = { name = color_storage value = title:d_b_beodericsworth_color } } + title:b_beograd = { set_variable = { name = color_storage value = title:d_b_beograd_color } } + title:b_beohari = { set_variable = { name = color_storage value = title:d_b_beohari_color } } + title:b_berber = { set_variable = { name = color_storage value = title:d_b_berber_color } } + title:b_berbera = { set_variable = { name = color_storage value = title:d_b_berbera_color } } + title:b_berchtesgaden = { set_variable = { name = color_storage value = title:d_b_berchtesgaden_color } } + title:b_berd = { set_variable = { name = color_storage value = title:d_b_berd_color } } + title:b_beregszasz = { set_variable = { name = color_storage value = title:d_b_beregszasz_color } } + title:b_berent = { set_variable = { name = color_storage value = title:d_b_berent_color } } + title:b_berestye = { set_variable = { name = color_storage value = title:d_b_berestye_color } } + title:b_bereznik = { set_variable = { name = color_storage value = title:d_b_bereznik_color } } + title:b_berga = { set_variable = { name = color_storage value = title:d_b_berga_color } } + title:b_bergamo = { set_variable = { name = color_storage value = title:d_b_bergamo_color } } + title:b_berge = { set_variable = { name = color_storage value = title:d_b_berge_color } } + title:b_bergen_op_zoom = { set_variable = { name = color_storage value = title:d_b_bergen_op_zoom_color } } + title:b_bergerac = { set_variable = { name = color_storage value = title:d_b_bergerac_color } } + title:b_bergh = { set_variable = { name = color_storage value = title:d_b_bergh_color } } + title:b_berikul = { set_variable = { name = color_storage value = title:d_b_berikul_color } } + title:b_berisiy = { set_variable = { name = color_storage value = title:d_b_berisiy_color } } + title:b_berkhamsted = { set_variable = { name = color_storage value = title:d_b_berkhamsted_color } } + title:b_berkri = { set_variable = { name = color_storage value = title:d_b_berkri_color } } + title:b_berlin = { set_variable = { name = color_storage value = title:d_b_berlin_color } } + title:b_bern = { set_variable = { name = color_storage value = title:d_b_bern_color } } + title:b_beroe = { set_variable = { name = color_storage value = title:d_b_beroe_color } } + title:b_beroun = { set_variable = { name = color_storage value = title:d_b_beroun_color } } + title:b_berta = { set_variable = { name = color_storage value = title:d_b_berta_color } } + title:b_bertrand_de_comminges = { set_variable = { name = color_storage value = title:d_b_bertrand_de_comminges_color } } + title:b_berwick = { set_variable = { name = color_storage value = title:d_b_berwick_color } } + title:b_beryslav = { set_variable = { name = color_storage value = title:d_b_beryslav_color } } + title:b_besancon = { set_variable = { name = color_storage value = title:d_b_besancon_color } } + title:b_besensheim = { set_variable = { name = color_storage value = title:d_b_besensheim_color } } + title:b_beshbalik = { set_variable = { name = color_storage value = title:d_b_beshbalik_color } } + title:b_besinada = { set_variable = { name = color_storage value = title:d_b_besinada_color } } + title:b_beszterce = { set_variable = { name = color_storage value = title:d_b_beszterce_color } } + title:b_betanzos = { set_variable = { name = color_storage value = title:d_b_betanzos_color } } + title:b_bethen = { set_variable = { name = color_storage value = title:d_b_bethen_color } } + title:b_betla = { set_variable = { name = color_storage value = title:d_b_betla_color } } + title:b_betma = { set_variable = { name = color_storage value = title:d_b_betma_color } } + title:b_betpa = { set_variable = { name = color_storage value = title:d_b_betpa_color } } + title:b_betzini = { set_variable = { name = color_storage value = title:d_b_betzini_color } } + title:b_beyin = { set_variable = { name = color_storage value = title:d_b_beyin_color } } + title:b_beyneu = { set_variable = { name = color_storage value = title:d_b_beyneu_color } } + title:b_beyta = { set_variable = { name = color_storage value = title:d_b_beyta_color } } + title:b_bezda = { set_variable = { name = color_storage value = title:d_b_bezda_color } } + title:b_bezdez = { set_variable = { name = color_storage value = title:d_b_bezdez_color } } + title:b_bezeklik = { set_variable = { name = color_storage value = title:d_b_bezeklik_color } } + title:b_bezichi = { set_variable = { name = color_storage value = title:d_b_bezichi_color } } + title:b_beziers = { set_variable = { name = color_storage value = title:d_b_beziers_color } } + title:b_bhadohi = { set_variable = { name = color_storage value = title:d_b_bhadohi_color } } + title:b_bhadracala = { set_variable = { name = color_storage value = title:d_b_bhadracala_color } } + title:b_bhadrak = { set_variable = { name = color_storage value = title:d_b_bhadrak_color } } + title:b_bhainsa = { set_variable = { name = color_storage value = title:d_b_bhainsa_color } } + title:b_bhainsrorgarh = { set_variable = { name = color_storage value = title:d_b_bhainsrorgarh_color } } + title:b_bhairavunikonda = { set_variable = { name = color_storage value = title:d_b_bhairavunikonda_color } } + title:b_bhakkar = { set_variable = { name = color_storage value = title:d_b_bhakkar_color } } + title:b_bhaktapur = { set_variable = { name = color_storage value = title:d_b_bhaktapur_color } } + title:b_bhamer = { set_variable = { name = color_storage value = title:d_b_bhamer_color } } + title:b_bhandara = { set_variable = { name = color_storage value = title:d_b_bhandara_color } } + title:b_bhanvad = { set_variable = { name = color_storage value = title:d_b_bhanvad_color } } + title:b_bharatpur = { set_variable = { name = color_storage value = title:d_b_bharatpur_color } } + title:b_bharuch = { set_variable = { name = color_storage value = title:d_b_bharuch_color } } + title:b_bhatiya = { set_variable = { name = color_storage value = title:d_b_bhatiya_color } } + title:b_bhatnir = { set_variable = { name = color_storage value = title:d_b_bhatnir_color } } + title:b_bhatta = { set_variable = { name = color_storage value = title:d_b_bhatta_color } } + title:b_bhera = { set_variable = { name = color_storage value = title:d_b_bhera_color } } + title:b_bhid = { set_variable = { name = color_storage value = title:d_b_bhid_color } } + title:b_bhillamala = { set_variable = { name = color_storage value = title:d_b_bhillamala_color } } + title:b_bhilwara = { set_variable = { name = color_storage value = title:d_b_bhilwara_color } } + title:b_bhimashankara = { set_variable = { name = color_storage value = title:d_b_bhimashankara_color } } + title:b_bhimtal = { set_variable = { name = color_storage value = title:d_b_bhimtal_color } } + title:b_bhirr = { set_variable = { name = color_storage value = title:d_b_bhirr_color } } + title:b_bhitagarh = { set_variable = { name = color_storage value = title:d_b_bhitagarh_color } } + title:b_bhojpur = { set_variable = { name = color_storage value = title:d_b_bhojpur_color } } + title:b_bhojpur_tibet = { set_variable = { name = color_storage value = title:d_b_bhojpur_tibet_color } } + title:b_bhubaneswar = { set_variable = { name = color_storage value = title:d_b_bhubaneswar_color } } + title:b_bhuj = { set_variable = { name = color_storage value = title:d_b_bhuj_color } } + title:b_bhumilka = { set_variable = { name = color_storage value = title:d_b_bhumilka_color } } + title:b_bhuttar = { set_variable = { name = color_storage value = title:d_b_bhuttar_color } } + title:b_bibemi = { set_variable = { name = color_storage value = title:d_b_bibemi_color } } + title:b_bichvinta = { set_variable = { name = color_storage value = title:d_b_bichvinta_color } } + title:b_bida = { set_variable = { name = color_storage value = title:d_b_bida_color } } + title:b_bidar = { set_variable = { name = color_storage value = title:d_b_bidar_color } } + title:b_biddiri = { set_variable = { name = color_storage value = title:d_b_biddiri_color } } + title:b_biel = { set_variable = { name = color_storage value = title:d_b_biel_color } } + title:b_bielastock = { set_variable = { name = color_storage value = title:d_b_bielastock_color } } + title:b_bielaya = { set_variable = { name = color_storage value = title:d_b_bielaya_color } } + title:b_biella = { set_variable = { name = color_storage value = title:d_b_biella_color } } + title:b_bielsk = { set_variable = { name = color_storage value = title:d_b_bielsk_color } } + title:b_bielsko = { set_variable = { name = color_storage value = title:d_b_bielsko_color } } + title:b_biescas = { set_variable = { name = color_storage value = title:d_b_biescas_color } } + title:b_biggar = { set_variable = { name = color_storage value = title:d_b_biggar_color } } + title:b_bih = { set_variable = { name = color_storage value = title:d_b_bih_color } } + title:b_bihac = { set_variable = { name = color_storage value = title:d_b_bihac_color } } + title:b_bihar_sharif = { set_variable = { name = color_storage value = title:d_b_bihar_sharif_color } } + title:b_biia = { set_variable = { name = color_storage value = title:d_b_biia_color } } + title:b_bijagos = { set_variable = { name = color_storage value = title:d_b_bijagos_color } } + title:b_bijeljina = { set_variable = { name = color_storage value = title:d_b_bijeljina_color } } + title:b_bijnor = { set_variable = { name = color_storage value = title:d_b_bijnor_color } } + title:b_bikramkhol = { set_variable = { name = color_storage value = title:d_b_bikramkhol_color } } + title:b_bikrampur = { set_variable = { name = color_storage value = title:d_b_bikrampur_color } } + title:b_bilanga = { set_variable = { name = color_storage value = title:d_b_bilanga_color } } + title:b_bilbays = { set_variable = { name = color_storage value = title:d_b_bilbays_color } } + title:b_bilbe = { set_variable = { name = color_storage value = title:d_b_bilbe_color } } + title:b_bilhorod = { set_variable = { name = color_storage value = title:d_b_bilhorod_color } } + title:b_bilibio = { set_variable = { name = color_storage value = title:d_b_bilibio_color } } + title:b_bilima = { set_variable = { name = color_storage value = title:d_b_bilima_color } } + title:b_bilin = { set_variable = { name = color_storage value = title:d_b_bilin_color } } + title:b_bilina = { set_variable = { name = color_storage value = title:d_b_bilina_color } } + title:b_bilizma = { set_variable = { name = color_storage value = title:d_b_bilizma_color } } + title:b_bilma = { set_variable = { name = color_storage value = title:d_b_bilma_color } } + title:b_bilstein = { set_variable = { name = color_storage value = title:d_b_bilstein_color } } + title:b_bilyar = { set_variable = { name = color_storage value = title:d_b_bilyar_color } } + title:b_bimand = { set_variable = { name = color_storage value = title:d_b_bimand_color } } + title:b_bindir = { set_variable = { name = color_storage value = title:d_b_bindir_color } } + title:b_binnaka = { set_variable = { name = color_storage value = title:d_b_binnaka_color } } + title:b_bint = { set_variable = { name = color_storage value = title:d_b_bint_color } } + title:b_biograd = { set_variable = { name = color_storage value = title:d_b_biograd_color } } + title:b_bir_amir = { set_variable = { name = color_storage value = title:d_b_bir_amir_color } } + title:b_bir_el-kai = { set_variable = { name = color_storage value = title:d_b_bir_el-kai_color } } + title:b_bir_um-ghrein = { set_variable = { name = color_storage value = title:d_b_bir_um-ghrein_color } } + title:b_birasu = { set_variable = { name = color_storage value = title:d_b_birasu_color } } + title:b_birgo = { set_variable = { name = color_storage value = title:d_b_birgo_color } } + title:b_biriku = { set_variable = { name = color_storage value = title:d_b_biriku_color } } + title:b_biriusa = { set_variable = { name = color_storage value = title:d_b_biriusa_color } } + title:b_birjand = { set_variable = { name = color_storage value = title:d_b_birjand_color } } + title:b_birkevik = { set_variable = { name = color_storage value = title:d_b_birkevik_color } } + title:b_birmingham = { set_variable = { name = color_storage value = title:d_b_birmingham_color } } + title:b_birnin_lafiya = { set_variable = { name = color_storage value = title:d_b_birnin_lafiya_color } } + title:b_birr = { set_variable = { name = color_storage value = title:d_b_birr_color } } + title:b_birsk = { set_variable = { name = color_storage value = title:d_b_birsk_color } } + title:b_biru = { set_variable = { name = color_storage value = title:d_b_biru_color } } + title:b_biru_walata = { set_variable = { name = color_storage value = title:d_b_biru_walata_color } } + title:b_biryusa = { set_variable = { name = color_storage value = title:d_b_biryusa_color } } + title:b_birzai = { set_variable = { name = color_storage value = title:d_b_birzai_color } } + title:b_birzula = { set_variable = { name = color_storage value = title:d_b_birzula_color } } + title:b_bisandugu = { set_variable = { name = color_storage value = title:d_b_bisandugu_color } } + title:b_bischofswerda = { set_variable = { name = color_storage value = title:d_b_bischofswerda_color } } + title:b_bisha = { set_variable = { name = color_storage value = title:d_b_bisha_color } } + title:b_bisha_MON = { set_variable = { name = color_storage value = title:d_b_bisha_MON_color } } + title:b_bishang = { set_variable = { name = color_storage value = title:d_b_bishang_color } } + title:b_bishnupur = { set_variable = { name = color_storage value = title:d_b_bishnupur_color } } + title:b_bishops_castle = { set_variable = { name = color_storage value = title:d_b_bishops_castle_color } } + title:b_biskra = { set_variable = { name = color_storage value = title:d_b_biskra_color } } + title:b_bisserskaya = { set_variable = { name = color_storage value = title:d_b_bisserskaya_color } } + title:b_bistum = { set_variable = { name = color_storage value = title:d_b_bistum_color } } + title:b_bisutun = { set_variable = { name = color_storage value = title:d_b_bisutun_color } } + title:b_bitan = { set_variable = { name = color_storage value = title:d_b_bitan_color } } + title:b_bitola = { set_variable = { name = color_storage value = title:d_b_bitola_color } } + title:b_biton = { set_variable = { name = color_storage value = title:d_b_biton_color } } + title:b_bitov = { set_variable = { name = color_storage value = title:d_b_bitov_color } } + title:b_bitsch = { set_variable = { name = color_storage value = title:d_b_bitsch_color } } + title:b_biu = { set_variable = { name = color_storage value = title:d_b_biu_color } } + title:b_biun = { set_variable = { name = color_storage value = title:d_b_biun_color } } + title:b_biyadaq = { set_variable = { name = color_storage value = title:d_b_biyadaq_color } } + title:b_biyar = { set_variable = { name = color_storage value = title:d_b_biyar_color } } + title:b_bizamo = { set_variable = { name = color_storage value = title:d_b_bizamo_color } } + title:b_bizye = { set_variable = { name = color_storage value = title:d_b_bizye_color } } + title:b_bjarkoy = { set_variable = { name = color_storage value = title:d_b_bjarkoy_color } } + title:b_bjorgvin = { set_variable = { name = color_storage value = title:d_b_bjorgvin_color } } + title:b_blagaj = { set_variable = { name = color_storage value = title:d_b_blagaj_color } } + title:b_blankenberg = { set_variable = { name = color_storage value = title:d_b_blankenberg_color } } + title:b_blankenburg = { set_variable = { name = color_storage value = title:d_b_blankenburg_color } } + title:b_blaye = { set_variable = { name = color_storage value = title:d_b_blaye_color } } + title:b_blois = { set_variable = { name = color_storage value = title:d_b_blois_color } } + title:b_blotkowo = { set_variable = { name = color_storage value = title:d_b_blotkowo_color } } + title:b_blything = { set_variable = { name = color_storage value = title:d_b_blything_color } } + title:b_boa = { set_variable = { name = color_storage value = title:d_b_boa_color } } + title:b_bobo_dyulasso = { set_variable = { name = color_storage value = title:d_b_bobo_dyulasso_color } } + title:b_boborossa = { set_variable = { name = color_storage value = title:d_b_boborossa_color } } + title:b_bobovac = { set_variable = { name = color_storage value = title:d_b_bobovac_color } } + title:b_bochnia = { set_variable = { name = color_storage value = title:d_b_bochnia_color } } + title:b_bodh_gaya = { set_variable = { name = color_storage value = title:d_b_bodh_gaya_color } } + title:b_bodrog = { set_variable = { name = color_storage value = title:d_b_bodrog_color } } + title:b_bogale = { set_variable = { name = color_storage value = title:d_b_bogale_color } } + title:b_bogo = { set_variable = { name = color_storage value = title:d_b_bogo_color } } + title:b_boguchar = { set_variable = { name = color_storage value = title:d_b_boguchar_color } } + title:b_bohani = { set_variable = { name = color_storage value = title:d_b_bohani_color } } + title:b_bohi = { set_variable = { name = color_storage value = title:d_b_bohi_color } } + title:b_bohodukhiv = { set_variable = { name = color_storage value = title:d_b_bohodukhiv_color } } + title:b_bokainagar = { set_variable = { name = color_storage value = title:d_b_bokainagar_color } } + title:b_bokalik = { set_variable = { name = color_storage value = title:d_b_bokalik_color } } + title:b_boke = { set_variable = { name = color_storage value = title:d_b_boke_color } } + title:b_boksanbanya = { set_variable = { name = color_storage value = title:d_b_boksanbanya_color } } + title:b_bokthang = { set_variable = { name = color_storage value = title:d_b_bokthang_color } } + title:b_bol_agach = { set_variable = { name = color_storage value = title:d_b_bol_agach_color } } + title:b_bol_uran = { set_variable = { name = color_storage value = title:d_b_bol_uran_color } } + title:b_bole = { set_variable = { name = color_storage value = title:d_b_bole_color } } + title:b_boleslav = { set_variable = { name = color_storage value = title:d_b_boleslav_color } } + title:b_bolghar = { set_variable = { name = color_storage value = title:d_b_bolghar_color } } + title:b_boli = { set_variable = { name = color_storage value = title:d_b_boli_color } } + title:b_bolingsbroke = { set_variable = { name = color_storage value = title:d_b_bolingsbroke_color } } + title:b_bolm = { set_variable = { name = color_storage value = title:d_b_bolm_color } } + title:b_bolnisi = { set_variable = { name = color_storage value = title:d_b_bolnisi_color } } + title:b_bolo = { set_variable = { name = color_storage value = title:d_b_bolo_color } } + title:b_bologna = { set_variable = { name = color_storage value = title:d_b_bologna_color } } + title:b_bolsho_kyzylkul = { set_variable = { name = color_storage value = title:d_b_bolsho_kyzylkul_color } } + title:b_bolton = { set_variable = { name = color_storage value = title:d_b_bolton_color } } + title:b_bolzano = { set_variable = { name = color_storage value = title:d_b_bolzano_color } } + title:b_bombali = { set_variable = { name = color_storage value = title:d_b_bombali_color } } + title:b_bombogor = { set_variable = { name = color_storage value = title:d_b_bombogor_color } } + title:b_bome = { set_variable = { name = color_storage value = title:d_b_bome_color } } + title:b_bonduku = { set_variable = { name = color_storage value = title:d_b_bonduku_color } } + title:b_bonga = { set_variable = { name = color_storage value = title:d_b_bonga_color } } + title:b_bonifacio = { set_variable = { name = color_storage value = title:d_b_bonifacio_color } } + title:b_bonn = { set_variable = { name = color_storage value = title:d_b_bonn_color } } + title:b_bonny = { set_variable = { name = color_storage value = title:d_b_bonny_color } } + title:b_bono_manso = { set_variable = { name = color_storage value = title:d_b_bono_manso_color } } + title:b_boon_tsagaan = { set_variable = { name = color_storage value = title:d_b_boon_tsagaan_color } } + title:b_boppard = { set_variable = { name = color_storage value = title:d_b_boppard_color } } + title:b_borama = { set_variable = { name = color_storage value = title:d_b_borama_color } } + title:b_borculo = { set_variable = { name = color_storage value = title:d_b_borculo_color } } + title:b_bordeaux = { set_variable = { name = color_storage value = title:d_b_bordeaux_color } } + title:b_borgarh = { set_variable = { name = color_storage value = title:d_b_borgarh_color } } + title:b_borgarsyslar = { set_variable = { name = color_storage value = title:d_b_borgarsyslar_color } } + title:b_borgholm = { set_variable = { name = color_storage value = title:d_b_borgholm_color } } + title:b_borgu = { set_variable = { name = color_storage value = title:d_b_borgu_color } } + title:b_borkou = { set_variable = { name = color_storage value = title:d_b_borkou_color } } + title:b_boro_burgasu = { set_variable = { name = color_storage value = title:d_b_boro_burgasu_color } } + title:b_boromo = { set_variable = { name = color_storage value = title:d_b_boromo_color } } + title:b_boron = { set_variable = { name = color_storage value = title:d_b_boron_color } } + title:b_boron-north = { set_variable = { name = color_storage value = title:d_b_boron-north_color } } + title:b_borovichi = { set_variable = { name = color_storage value = title:d_b_borovichi_color } } + title:b_borsa = { set_variable = { name = color_storage value = title:d_b_borsa_color } } + title:b_borsod = { set_variable = { name = color_storage value = title:d_b_borsod_color } } + title:b_borsova = { set_variable = { name = color_storage value = title:d_b_borsova_color } } + title:b_borultokay = { set_variable = { name = color_storage value = title:d_b_borultokay_color } } + title:b_borus = { set_variable = { name = color_storage value = title:d_b_borus_color } } + title:b_boryspil = { set_variable = { name = color_storage value = title:d_b_boryspil_color } } + title:b_borzna = { set_variable = { name = color_storage value = title:d_b_borzna_color } } + title:b_bos-tau = { set_variable = { name = color_storage value = title:d_b_bos-tau_color } } + title:b_bosha = { set_variable = { name = color_storage value = title:d_b_bosha_color } } + title:b_bosilegrad = { set_variable = { name = color_storage value = title:d_b_bosilegrad_color } } + title:b_bost = { set_variable = { name = color_storage value = title:d_b_bost_color } } + title:b_bostal = { set_variable = { name = color_storage value = title:d_b_bostal_color } } + title:b_bosten = { set_variable = { name = color_storage value = title:d_b_bosten_color } } + title:b_boston = { set_variable = { name = color_storage value = title:d_b_boston_color } } + title:b_bosworth = { set_variable = { name = color_storage value = title:d_b_bosworth_color } } + title:b_bothin = { set_variable = { name = color_storage value = title:d_b_bothin_color } } + title:b_bottaman = { set_variable = { name = color_storage value = title:d_b_bottaman_color } } + title:b_botzow = { set_variable = { name = color_storage value = title:d_b_botzow_color } } + title:b_bou = { set_variable = { name = color_storage value = title:d_b_bou_color } } + title:b_bou_khzama = { set_variable = { name = color_storage value = title:d_b_bou_khzama_color } } + title:b_bouake = { set_variable = { name = color_storage value = title:d_b_bouake_color } } + title:b_boubo = { set_variable = { name = color_storage value = title:d_b_boubo_color } } + title:b_bouda = { set_variable = { name = color_storage value = title:d_b_bouda_color } } + title:b_boudounitsa = { set_variable = { name = color_storage value = title:d_b_boudounitsa_color } } + title:b_bouillon = { set_variable = { name = color_storage value = title:d_b_bouillon_color } } + title:b_boulawan = { set_variable = { name = color_storage value = title:d_b_boulawan_color } } + title:b_boulel = { set_variable = { name = color_storage value = title:d_b_boulel_color } } + title:b_boulogne = { set_variable = { name = color_storage value = title:d_b_boulogne_color } } + title:b_boulom = { set_variable = { name = color_storage value = title:d_b_boulom_color } } + title:b_bouna = { set_variable = { name = color_storage value = title:d_b_bouna_color } } + title:b_bourbon = { set_variable = { name = color_storage value = title:d_b_bourbon_color } } + title:b_bourem = { set_variable = { name = color_storage value = title:d_b_bourem_color } } + title:b_bourg = { set_variable = { name = color_storage value = title:d_b_bourg_color } } + title:b_bourges = { set_variable = { name = color_storage value = title:d_b_bourges_color } } + title:b_bousaada = { set_variable = { name = color_storage value = title:d_b_bousaada_color } } + title:b_boussac = { set_variable = { name = color_storage value = title:d_b_boussac_color } } + title:b_bousso = { set_variable = { name = color_storage value = title:d_b_bousso_color } } + title:b_bozen = { set_variable = { name = color_storage value = title:d_b_bozen_color } } + title:b_braga = { set_variable = { name = color_storage value = title:d_b_braga_color } } + title:b_braganza = { set_variable = { name = color_storage value = title:d_b_braganza_color } } + title:b_brahmapura = { set_variable = { name = color_storage value = title:d_b_brahmapura_color } } + title:b_braila = { set_variable = { name = color_storage value = title:d_b_braila_color } } + title:b_brakel = { set_variable = { name = color_storage value = title:d_b_brakel_color } } + title:b_brandenburg = { set_variable = { name = color_storage value = title:d_b_brandenburg_color } } + title:b_branicevo = { set_variable = { name = color_storage value = title:d_b_branicevo_color } } + title:b_braslau = { set_variable = { name = color_storage value = title:d_b_braslau_color } } + title:b_brasso = { set_variable = { name = color_storage value = title:d_b_brasso_color } } + title:b_bratsk = { set_variable = { name = color_storage value = title:d_b_bratsk_color } } + title:b_braunau = { set_variable = { name = color_storage value = title:d_b_braunau_color } } + title:b_braunsberg = { set_variable = { name = color_storage value = title:d_b_braunsberg_color } } + title:b_bray = { set_variable = { name = color_storage value = title:d_b_bray_color } } + title:b_breclav = { set_variable = { name = color_storage value = title:d_b_breclav_color } } + title:b_brecon = { set_variable = { name = color_storage value = title:d_b_brecon_color } } + title:b_breda = { set_variable = { name = color_storage value = title:d_b_breda_color } } + title:b_bredevoort = { set_variable = { name = color_storage value = title:d_b_bredevoort_color } } + title:b_bregenz = { set_variable = { name = color_storage value = title:d_b_bregenz_color } } + title:b_bregne = { set_variable = { name = color_storage value = title:d_b_bregne_color } } + title:b_bremanger = { set_variable = { name = color_storage value = title:d_b_bremanger_color } } + title:b_bremen = { set_variable = { name = color_storage value = title:d_b_bremen_color } } + title:b_brene = { set_variable = { name = color_storage value = title:d_b_brene_color } } + title:b_brentford = { set_variable = { name = color_storage value = title:d_b_brentford_color } } + title:b_brescello = { set_variable = { name = color_storage value = title:d_b_brescello_color } } + title:b_brescia = { set_variable = { name = color_storage value = title:d_b_brescia_color } } + title:b_breslau = { set_variable = { name = color_storage value = title:d_b_breslau_color } } + title:b_bressuire = { set_variable = { name = color_storage value = title:d_b_bressuire_color } } + title:b_brest = { set_variable = { name = color_storage value = title:d_b_brest_color } } + title:b_breznica = { set_variable = { name = color_storage value = title:d_b_breznica_color } } + title:b_breznik = { set_variable = { name = color_storage value = title:d_b_breznik_color } } + title:b_breznobanya = { set_variable = { name = color_storage value = title:d_b_breznobanya_color } } + title:b_briancon = { set_variable = { name = color_storage value = title:d_b_briancon_color } } + title:b_bribir = { set_variable = { name = color_storage value = title:d_b_bribir_color } } + title:b_bridlington = { set_variable = { name = color_storage value = title:d_b_bridlington_color } } + title:b_brielle = { set_variable = { name = color_storage value = title:d_b_brielle_color } } + title:b_briesen = { set_variable = { name = color_storage value = title:d_b_briesen_color } } + title:b_briey = { set_variable = { name = color_storage value = title:d_b_briey_color } } + title:b_brin_navolok = { set_variable = { name = color_storage value = title:d_b_brin_navolok_color } } + title:b_brindisi = { set_variable = { name = color_storage value = title:d_b_brindisi_color } } + title:b_brinje = { set_variable = { name = color_storage value = title:d_b_brinje_color } } + title:b_bristol = { set_variable = { name = color_storage value = title:d_b_bristol_color } } + title:b_brixen = { set_variable = { name = color_storage value = title:d_b_brixen_color } } + title:b_brno = { set_variable = { name = color_storage value = title:d_b_brno_color } } + title:b_brod = { set_variable = { name = color_storage value = title:d_b_brod_color } } + title:b_brodnica = { set_variable = { name = color_storage value = title:d_b_brodnica_color } } + title:b_brodno = { set_variable = { name = color_storage value = title:d_b_brodno_color } } + title:b_brskovo = { set_variable = { name = color_storage value = title:d_b_brskovo_color } } + title:b_bruchhausen = { set_variable = { name = color_storage value = title:d_b_bruchhausen_color } } + title:b_bruck = { set_variable = { name = color_storage value = title:d_b_bruck_color } } + title:b_bruges = { set_variable = { name = color_storage value = title:d_b_bruges_color } } + title:b_bruneck = { set_variable = { name = color_storage value = title:d_b_bruneck_color } } + title:b_brunswick = { set_variable = { name = color_storage value = title:d_b_brunswick_color } } + title:b_brussels = { set_variable = { name = color_storage value = title:d_b_brussels_color } } + title:b_brysis = { set_variable = { name = color_storage value = title:d_b_brysis_color } } + title:b_brzeg = { set_variable = { name = color_storage value = title:d_b_brzeg_color } } + title:b_buchach = { set_variable = { name = color_storage value = title:d_b_buchach_color } } + title:b_buckingham = { set_variable = { name = color_storage value = title:d_b_buckingham_color } } + title:b_bucuresti = { set_variable = { name = color_storage value = title:d_b_bucuresti_color } } + title:b_budin = { set_variable = { name = color_storage value = title:d_b_budin_color } } + title:b_budingen = { set_variable = { name = color_storage value = title:d_b_budingen_color } } + title:b_budlimlje = { set_variable = { name = color_storage value = title:d_b_budlimlje_color } } + title:b_bug = { set_variable = { name = color_storage value = title:d_b_bug_color } } + title:b_bugaiwilik = { set_variable = { name = color_storage value = title:d_b_bugaiwilik_color } } + title:b_bugaly = { set_variable = { name = color_storage value = title:d_b_bugaly_color } } + title:b_bughrara = { set_variable = { name = color_storage value = title:d_b_bughrara_color } } + title:b_bugulde = { set_variable = { name = color_storage value = title:d_b_bugulde_color } } + title:b_bugulma = { set_variable = { name = color_storage value = title:d_b_bugulma_color } } + title:b_bugur = { set_variable = { name = color_storage value = title:d_b_bugur_color } } + title:b_bugur_TARIM = { set_variable = { name = color_storage value = title:d_b_bugur_TARIM_color } } + title:b_buguriba = { set_variable = { name = color_storage value = title:d_b_buguriba_color } } + title:b_bugurslan = { set_variable = { name = color_storage value = title:d_b_bugurslan_color } } + title:b_bugyntalbar = { set_variable = { name = color_storage value = title:d_b_bugyntalbar_color } } + title:b_buipe = { set_variable = { name = color_storage value = title:d_b_buipe_color } } + title:b_bukhara = { set_variable = { name = color_storage value = title:d_b_bukhara_color } } + title:b_bukhtarma = { set_variable = { name = color_storage value = title:d_b_bukhtarma_color } } + title:b_bukuruwa = { set_variable = { name = color_storage value = title:d_b_bukuruwa_color } } + title:b_buky = { set_variable = { name = color_storage value = title:d_b_buky_color } } + title:b_bulandy = { set_variable = { name = color_storage value = title:d_b_bulandy_color } } + title:b_bulat = { set_variable = { name = color_storage value = title:d_b_bulat_color } } + title:b_bulgan_uul = { set_variable = { name = color_storage value = title:d_b_bulgan_uul_color } } + title:b_bulun-tok = { set_variable = { name = color_storage value = title:d_b_bulun-tok_color } } + title:b_bumbag_hayrhan_uul = { set_variable = { name = color_storage value = title:d_b_bumbag_hayrhan_uul_color } } + title:b_bumgye = { set_variable = { name = color_storage value = title:d_b_bumgye_color } } + title:b_bumthang = { set_variable = { name = color_storage value = title:d_b_bumthang_color } } + title:b_bundi = { set_variable = { name = color_storage value = title:d_b_bundi_color } } + title:b_bundu = { set_variable = { name = color_storage value = title:d_b_bundu_color } } + title:b_bunjiket = { set_variable = { name = color_storage value = title:d_b_bunjiket_color } } + title:b_bur = { set_variable = { name = color_storage value = title:d_b_bur_color } } + title:b_bura = { set_variable = { name = color_storage value = title:d_b_bura_color } } + title:b_buren = { set_variable = { name = color_storage value = title:d_b_buren_color } } + title:b_burgas = { set_variable = { name = color_storage value = title:d_b_burgas_color } } + title:b_burgasutai = { set_variable = { name = color_storage value = title:d_b_burgasutai_color } } + title:b_burgau = { set_variable = { name = color_storage value = title:d_b_burgau_color } } + title:b_burghausen = { set_variable = { name = color_storage value = title:d_b_burghausen_color } } + title:b_burgos = { set_variable = { name = color_storage value = title:d_b_burgos_color } } + title:b_burgun = { set_variable = { name = color_storage value = title:d_b_burgun_color } } + title:b_burhanpur = { set_variable = { name = color_storage value = title:d_b_burhanpur_color } } + title:b_burhi_gandak = { set_variable = { name = color_storage value = title:d_b_burhi_gandak_color } } + title:b_buri = { set_variable = { name = color_storage value = title:d_b_buri_color } } + title:b_burji = { set_variable = { name = color_storage value = title:d_b_burji_color } } + title:b_burkal = { set_variable = { name = color_storage value = title:d_b_burkal_color } } + title:b_burluk = { set_variable = { name = color_storage value = title:d_b_burluk_color } } + title:b_burogco = { set_variable = { name = color_storage value = title:d_b_burogco_color } } + title:b_burqin = { set_variable = { name = color_storage value = title:d_b_burqin_color } } + title:b_burqug = { set_variable = { name = color_storage value = title:d_b_burqug_color } } + title:b_burss = { set_variable = { name = color_storage value = title:d_b_burss_color } } + title:b_burullus = { set_variable = { name = color_storage value = title:d_b_burullus_color } } + title:b_burunfongo = { set_variable = { name = color_storage value = title:d_b_burunfongo_color } } + title:b_burzanga = { set_variable = { name = color_storage value = title:d_b_burzanga_color } } + title:b_busa = { set_variable = { name = color_storage value = title:d_b_busa_color } } + title:b_busaga = { set_variable = { name = color_storage value = title:d_b_busaga_color } } + title:b_busaso = { set_variable = { name = color_storage value = title:d_b_busaso_color } } + title:b_bushkanat = { set_variable = { name = color_storage value = title:d_b_bushkanat_color } } + title:b_busin = { set_variable = { name = color_storage value = title:d_b_busin_color } } + title:b_busir = { set_variable = { name = color_storage value = title:d_b_busir_color } } + title:b_busk = { set_variable = { name = color_storage value = title:d_b_busk_color } } + title:b_busra = { set_variable = { name = color_storage value = title:d_b_busra_color } } + title:b_busura = { set_variable = { name = color_storage value = title:d_b_busura_color } } + title:b_buteeliin_nuruu = { set_variable = { name = color_storage value = title:d_b_buteeliin_nuruu_color } } + title:b_buthrotum = { set_variable = { name = color_storage value = title:d_b_buthrotum_color } } + title:b_buur_heybe = { set_variable = { name = color_storage value = title:d_b_buur_heybe_color } } + title:b_buxtehude = { set_variable = { name = color_storage value = title:d_b_buxtehude_color } } + title:b_buzaa = { set_variable = { name = color_storage value = title:d_b_buzaa_color } } + title:b_buzai = { set_variable = { name = color_storage value = title:d_b_buzai_color } } + title:b_buzau = { set_variable = { name = color_storage value = title:d_b_buzau_color } } + title:b_buzjan = { set_variable = { name = color_storage value = title:d_b_buzjan_color } } + title:b_buzuluk = { set_variable = { name = color_storage value = title:d_b_buzuluk_color } } + title:b_buzye = { set_variable = { name = color_storage value = title:d_b_buzye_color } } + title:b_byalgrad = { set_variable = { name = color_storage value = title:d_b_byalgrad_color } } + title:b_bychok = { set_variable = { name = color_storage value = title:d_b_bychok_color } } + title:b_bydgoszcz = { set_variable = { name = color_storage value = title:d_b_bydgoszcz_color } } + title:b_bytom = { set_variable = { name = color_storage value = title:d_b_bytom_color } } + title:b_bytow = { set_variable = { name = color_storage value = title:d_b_bytow_color } } + title:b_cabaneros = { set_variable = { name = color_storage value = title:d_b_cabaneros_color } } + title:b_cabarda = { set_variable = { name = color_storage value = title:d_b_cabarda_color } } + title:b_cabartei = { set_variable = { name = color_storage value = title:d_b_cabartei_color } } + title:b_cabra = { set_variable = { name = color_storage value = title:d_b_cabra_color } } + title:b_caceres = { set_variable = { name = color_storage value = title:d_b_caceres_color } } + title:b_cadi = { set_variable = { name = color_storage value = title:d_b_cadi_color } } + title:b_cadiz = { set_variable = { name = color_storage value = title:d_b_cadiz_color } } + title:b_cadyou = { set_variable = { name = color_storage value = title:d_b_cadyou_color } } + title:b_caen = { set_variable = { name = color_storage value = title:d_b_caen_color } } + title:b_caernarfon = { set_variable = { name = color_storage value = title:d_b_caernarfon_color } } + title:b_caerphilly = { set_variable = { name = color_storage value = title:d_b_caerphilly_color } } + title:b_cagli = { set_variable = { name = color_storage value = title:d_b_cagli_color } } + title:b_cagliari = { set_variable = { name = color_storage value = title:d_b_cagliari_color } } + title:b_cahors = { set_variable = { name = color_storage value = title:d_b_cahors_color } } + title:b_cahul = { set_variable = { name = color_storage value = title:d_b_cahul_color } } + title:b_cairo = { set_variable = { name = color_storage value = title:d_b_cairo_color } } + title:b_cakha = { set_variable = { name = color_storage value = title:d_b_cakha_color } } + title:b_cakrakuta = { set_variable = { name = color_storage value = title:d_b_cakrakuta_color } } + title:b_calabar = { set_variable = { name = color_storage value = title:d_b_calabar_color } } + title:b_calaceite = { set_variable = { name = color_storage value = title:d_b_calaceite_color } } + title:b_calafat = { set_variable = { name = color_storage value = title:d_b_calafat_color } } + title:b_calais = { set_variable = { name = color_storage value = title:d_b_calais_color } } + title:b_calarasi = { set_variable = { name = color_storage value = title:d_b_calarasi_color } } + title:b_calatafimi = { set_variable = { name = color_storage value = title:d_b_calatafimi_color } } + title:b_calatayud = { set_variable = { name = color_storage value = title:d_b_calatayud_color } } + title:b_calatrava = { set_variable = { name = color_storage value = title:d_b_calatrava_color } } + title:b_calicut = { set_variable = { name = color_storage value = title:d_b_calicut_color } } + title:b_callander = { set_variable = { name = color_storage value = title:d_b_callander_color } } + title:b_caltagirone = { set_variable = { name = color_storage value = title:d_b_caltagirone_color } } + title:b_caltanisetta = { set_variable = { name = color_storage value = title:d_b_caltanisetta_color } } + title:b_calvi = { set_variable = { name = color_storage value = title:d_b_calvi_color } } + title:b_calw = { set_variable = { name = color_storage value = title:d_b_calw_color } } + title:b_camacha = { set_variable = { name = color_storage value = title:d_b_camacha_color } } + title:b_camaldoli = { set_variable = { name = color_storage value = title:d_b_camaldoli_color } } + title:b_camarda = { set_variable = { name = color_storage value = title:d_b_camarda_color } } + title:b_cambrai = { set_variable = { name = color_storage value = title:d_b_cambrai_color } } + title:b_cambridge = { set_variable = { name = color_storage value = title:d_b_cambridge_color } } + title:b_camerino = { set_variable = { name = color_storage value = title:d_b_camerino_color } } + title:b_cammin = { set_variable = { name = color_storage value = title:d_b_cammin_color } } + title:b_campa = { set_variable = { name = color_storage value = title:d_b_campa_color } } + title:b_camparanya = { set_variable = { name = color_storage value = title:d_b_camparanya_color } } + title:b_campulung = { set_variable = { name = color_storage value = title:d_b_campulung_color } } + title:b_campulung_moldovenesc = { set_variable = { name = color_storage value = title:d_b_campulung_moldovenesc_color } } + title:b_canavese = { set_variable = { name = color_storage value = title:d_b_canavese_color } } + title:b_canda = { set_variable = { name = color_storage value = title:d_b_canda_color } } + title:b_candhoba = { set_variable = { name = color_storage value = title:d_b_candhoba_color } } + title:b_candradvipa = { set_variable = { name = color_storage value = title:d_b_candradvipa_color } } + title:b_candranatha = { set_variable = { name = color_storage value = title:d_b_candranatha_color } } + title:b_candravati = { set_variable = { name = color_storage value = title:d_b_candravati_color } } + title:b_canossa = { set_variable = { name = color_storage value = title:d_b_canossa_color } } + title:b_canterbury = { set_variable = { name = color_storage value = title:d_b_canterbury_color } } + title:b_cantillana = { set_variable = { name = color_storage value = title:d_b_cantillana_color } } + title:b_caorle = { set_variable = { name = color_storage value = title:d_b_caorle_color } } + title:b_capua = { set_variable = { name = color_storage value = title:d_b_capua_color } } + title:b_caravacadelacruz = { set_variable = { name = color_storage value = title:d_b_caravacadelacruz_color } } + title:b_carballido = { set_variable = { name = color_storage value = title:d_b_carballido_color } } + title:b_carbonara = { set_variable = { name = color_storage value = title:d_b_carbonara_color } } + title:b_carcassonne = { set_variable = { name = color_storage value = title:d_b_carcassonne_color } } + title:b_cardiff = { set_variable = { name = color_storage value = title:d_b_cardiff_color } } + title:b_cardigan = { set_variable = { name = color_storage value = title:d_b_cardigan_color } } + title:b_carguya = { set_variable = { name = color_storage value = title:d_b_carguya_color } } + title:b_carisbrooke = { set_variable = { name = color_storage value = title:d_b_carisbrooke_color } } + title:b_carissa = { set_variable = { name = color_storage value = title:d_b_carissa_color } } + title:b_carlat = { set_variable = { name = color_storage value = title:d_b_carlat_color } } + title:b_carlisle = { set_variable = { name = color_storage value = title:d_b_carlisle_color } } + title:b_carlow = { set_variable = { name = color_storage value = title:d_b_carlow_color } } + title:b_carmarthen = { set_variable = { name = color_storage value = title:d_b_carmarthen_color } } + title:b_carmona = { set_variable = { name = color_storage value = title:d_b_carmona_color } } + title:b_carrick = { set_variable = { name = color_storage value = title:d_b_carrick_color } } + title:b_carrickfergus = { set_variable = { name = color_storage value = title:d_b_carrickfergus_color } } + title:b_cartagena = { set_variable = { name = color_storage value = title:d_b_cartagena_color } } + title:b_cascarena = { set_variable = { name = color_storage value = title:d_b_cascarena_color } } + title:b_casel = { set_variable = { name = color_storage value = title:d_b_casel_color } } + title:b_casentino = { set_variable = { name = color_storage value = title:d_b_casentino_color } } + title:b_caslav = { set_variable = { name = color_storage value = title:d_b_caslav_color } } + title:b_casnewydd = { set_variable = { name = color_storage value = title:d_b_casnewydd_color } } + title:b_caspe = { set_variable = { name = color_storage value = title:d_b_caspe_color } } + title:b_cassino = { set_variable = { name = color_storage value = title:d_b_cassino_color } } + title:b_castamon = { set_variable = { name = color_storage value = title:d_b_castamon_color } } + title:b_castellane = { set_variable = { name = color_storage value = title:d_b_castellane_color } } + title:b_castellon = { set_variable = { name = color_storage value = title:d_b_castellon_color } } + title:b_castelnaudary = { set_variable = { name = color_storage value = title:d_b_castelnaudary_color } } + title:b_castelo_branco = { set_variable = { name = color_storage value = title:d_b_castelo_branco_color } } + title:b_castelsarrasin = { set_variable = { name = color_storage value = title:d_b_castelsarrasin_color } } + title:b_castilblanco = { set_variable = { name = color_storage value = title:d_b_castilblanco_color } } + title:b_castlebar = { set_variable = { name = color_storage value = title:d_b_castlebar_color } } + title:b_castleton = { set_variable = { name = color_storage value = title:d_b_castleton_color } } + title:b_castletown = { set_variable = { name = color_storage value = title:d_b_castletown_color } } + title:b_castrogiovanni = { set_variable = { name = color_storage value = title:d_b_castrogiovanni_color } } + title:b_castrovillari = { set_variable = { name = color_storage value = title:d_b_castrovillari_color } } + title:b_catania = { set_variable = { name = color_storage value = title:d_b_catania_color } } + title:b_catanzaro = { set_variable = { name = color_storage value = title:d_b_catanzaro_color } } + title:b_cattaro = { set_variable = { name = color_storage value = title:d_b_cattaro_color } } + title:b_catyaeum = { set_variable = { name = color_storage value = title:d_b_catyaeum_color } } + title:b_cavan = { set_variable = { name = color_storage value = title:d_b_cavan_color } } + title:b_cawarong = { set_variable = { name = color_storage value = title:d_b_cawarong_color } } + title:b_caze = { set_variable = { name = color_storage value = title:d_b_caze_color } } + title:b_cazma = { set_variable = { name = color_storage value = title:d_b_cazma_color } } + title:b_cefalu = { set_variable = { name = color_storage value = title:d_b_cefalu_color } } + title:b_cegled = { set_variable = { name = color_storage value = title:d_b_cegled_color } } + title:b_ceklis = { set_variable = { name = color_storage value = title:d_b_ceklis_color } } + title:b_celle = { set_variable = { name = color_storage value = title:d_b_celle_color } } + title:b_ceneta = { set_variable = { name = color_storage value = title:d_b_ceneta_color } } + title:b_cento = { set_variable = { name = color_storage value = title:d_b_cento_color } } + title:b_central_jbl_quzlum = { set_variable = { name = color_storage value = title:d_b_central_jbl_quzlum_color } } + title:b_central_kordofan = { set_variable = { name = color_storage value = title:d_b_central_kordofan_color } } + title:b_cephalonia = { set_variable = { name = color_storage value = title:d_b_cephalonia_color } } + title:b_cerasus = { set_variable = { name = color_storage value = title:d_b_cerasus_color } } + title:b_cernauti = { set_variable = { name = color_storage value = title:d_b_cernauti_color } } + title:b_cerynia = { set_variable = { name = color_storage value = title:d_b_cerynia_color } } + title:b_cesarea = { set_variable = { name = color_storage value = title:d_b_cesarea_color } } + title:b_cesvaine = { set_variable = { name = color_storage value = title:d_b_cesvaine_color } } + title:b_cetatea_alba = { set_variable = { name = color_storage value = title:d_b_cetatea_alba_color } } + title:b_cevennes = { set_variable = { name = color_storage value = title:d_b_cevennes_color } } + title:b_chablis = { set_variable = { name = color_storage value = title:d_b_chablis_color } } + title:b_chachran = { set_variable = { name = color_storage value = title:d_b_chachran_color } } + title:b_chadrinsk = { set_variable = { name = color_storage value = title:d_b_chadrinsk_color } } + title:b_chagai = { set_variable = { name = color_storage value = title:d_b_chagai_color } } + title:b_chaganbulage = { set_variable = { name = color_storage value = title:d_b_chaganbulage_color } } + title:b_chagboco = { set_variable = { name = color_storage value = title:d_b_chagboco_color } } + title:b_chaghaniyan = { set_variable = { name = color_storage value = title:d_b_chaghaniyan_color } } + title:b_chagne = { set_variable = { name = color_storage value = title:d_b_chagne_color } } + title:b_chah = { set_variable = { name = color_storage value = title:d_b_chah_color } } + title:b_chaka = { set_variable = { name = color_storage value = title:d_b_chaka_color } } + title:b_chaklym = { set_variable = { name = color_storage value = title:d_b_chaklym_color } } + title:b_chakpak = { set_variable = { name = color_storage value = title:d_b_chakpak_color } } + title:b_chalamtum = { set_variable = { name = color_storage value = title:d_b_chalamtum_color } } + title:b_chalap_kerman = { set_variable = { name = color_storage value = title:d_b_chalap_kerman_color } } + title:b_chalbych = { set_variable = { name = color_storage value = title:d_b_chalbych_color } } + title:b_chalcedon = { set_variable = { name = color_storage value = title:d_b_chalcedon_color } } + title:b_chalkar = { set_variable = { name = color_storage value = title:d_b_chalkar_color } } + title:b_chalkis = { set_variable = { name = color_storage value = title:d_b_chalkis_color } } + title:b_chally-kala = { set_variable = { name = color_storage value = title:d_b_chally-kala_color } } + title:b_chalon = { set_variable = { name = color_storage value = title:d_b_chalon_color } } + title:b_chalons = { set_variable = { name = color_storage value = title:d_b_chalons_color } } + title:b_chalus = { set_variable = { name = color_storage value = title:d_b_chalus_color } } + title:b_cham = { set_variable = { name = color_storage value = title:d_b_cham_color } } + title:b_chambery = { set_variable = { name = color_storage value = title:d_b_chambery_color } } + title:b_chamchev = { set_variable = { name = color_storage value = title:d_b_chamchev_color } } + title:b_champagnole = { set_variable = { name = color_storage value = title:d_b_champagnole_color } } + title:b_champaner = { set_variable = { name = color_storage value = title:d_b_champaner_color } } + title:b_champawat = { set_variable = { name = color_storage value = title:d_b_champawat_color } } + title:b_champs = { set_variable = { name = color_storage value = title:d_b_champs_color } } + title:b_chanderi = { set_variable = { name = color_storage value = title:d_b_chanderi_color } } + title:b_chandpur = { set_variable = { name = color_storage value = title:d_b_chandpur_color } } + title:b_chandraketugarh = { set_variable = { name = color_storage value = title:d_b_chandraketugarh_color } } + title:b_chandrehi = { set_variable = { name = color_storage value = title:d_b_chandrehi_color } } + title:b_changco = { set_variable = { name = color_storage value = title:d_b_changco_color } } + title:b_changdev = { set_variable = { name = color_storage value = title:d_b_changdev_color } } + title:b_changgo = { set_variable = { name = color_storage value = title:d_b_changgo_color } } + title:b_changma = { set_variable = { name = color_storage value = title:d_b_changma_color } } + title:b_changmar = { set_variable = { name = color_storage value = title:d_b_changmar_color } } + title:b_changzhi = { set_variable = { name = color_storage value = title:d_b_changzhi_color } } + title:b_chania = { set_variable = { name = color_storage value = title:d_b_chania_color } } + title:b_chany = { set_variable = { name = color_storage value = title:d_b_chany_color } } + title:b_chaogetuhure = { set_variable = { name = color_storage value = title:d_b_chaogetuhure_color } } + title:b_chapra = { set_variable = { name = color_storage value = title:d_b_chapra_color } } + title:b_charaideo = { set_variable = { name = color_storage value = title:d_b_charaideo_color } } + title:b_chargaldzin = { set_variable = { name = color_storage value = title:d_b_chargaldzin_color } } + title:b_chariopolis = { set_variable = { name = color_storage value = title:d_b_chariopolis_color } } + title:b_charkliq = { set_variable = { name = color_storage value = title:d_b_charkliq_color } } + title:b_charleroi = { set_variable = { name = color_storage value = title:d_b_charleroi_color } } + title:b_charmanjan = { set_variable = { name = color_storage value = title:d_b_charmanjan_color } } + title:b_charsianon = { set_variable = { name = color_storage value = title:d_b_charsianon_color } } + title:b_chartres = { set_variable = { name = color_storage value = title:d_b_chartres_color } } + title:b_chartreuse = { set_variable = { name = color_storage value = title:d_b_chartreuse_color } } + title:b_charych = { set_variable = { name = color_storage value = title:d_b_charych_color } } + title:b_chateau_renard = { set_variable = { name = color_storage value = title:d_b_chateau_renard_color } } + title:b_chateau_thierry = { set_variable = { name = color_storage value = title:d_b_chateau_thierry_color } } + title:b_chateaubriant = { set_variable = { name = color_storage value = title:d_b_chateaubriant_color } } + title:b_chateaudun = { set_variable = { name = color_storage value = title:d_b_chateaudun_color } } + title:b_chateauroux = { set_variable = { name = color_storage value = title:d_b_chateauroux_color } } + title:b_chatellerault = { set_variable = { name = color_storage value = title:d_b_chatellerault_color } } + title:b_chatigama = { set_variable = { name = color_storage value = title:d_b_chatigama_color } } + title:b_chatillon = { set_variable = { name = color_storage value = title:d_b_chatillon_color } } + title:b_chatrabhog = { set_variable = { name = color_storage value = title:d_b_chatrabhog_color } } + title:b_chatzk = { set_variable = { name = color_storage value = title:d_b_chatzk_color } } + title:b_chaul = { set_variable = { name = color_storage value = title:d_b_chaul_color } } + title:b_chaumont = { set_variable = { name = color_storage value = title:d_b_chaumont_color } } + title:b_chauragarh = { set_variable = { name = color_storage value = title:d_b_chauragarh_color } } + title:b_chavez = { set_variable = { name = color_storage value = title:d_b_chavez_color } } + title:b_cheb = { set_variable = { name = color_storage value = title:d_b_cheb_color } } + title:b_cheboksary = { set_variable = { name = color_storage value = title:d_b_cheboksary_color } } + title:b_chechkeiev = { set_variable = { name = color_storage value = title:d_b_chechkeiev_color } } + title:b_checiny = { set_variable = { name = color_storage value = title:d_b_checiny_color } } + title:b_chegarka = { set_variable = { name = color_storage value = title:d_b_chegarka_color } } + title:b_cheko = { set_variable = { name = color_storage value = title:d_b_cheko_color } } + title:b_chelabinsk = { set_variable = { name = color_storage value = title:d_b_chelabinsk_color } } + title:b_chelai = { set_variable = { name = color_storage value = title:d_b_chelai_color } } + title:b_chelbaska = { set_variable = { name = color_storage value = title:d_b_chelbaska_color } } + title:b_cheleken = { set_variable = { name = color_storage value = title:d_b_cheleken_color } } + title:b_chelik = { set_variable = { name = color_storage value = title:d_b_chelik_color } } + title:b_chelmsford = { set_variable = { name = color_storage value = title:d_b_chelmsford_color } } + title:b_chelykla = { set_variable = { name = color_storage value = title:d_b_chelykla_color } } + title:b_cherbourg = { set_variable = { name = color_storage value = title:d_b_cherbourg_color } } + title:b_cherchen = { set_variable = { name = color_storage value = title:d_b_cherchen_color } } + title:b_cherepovets = { set_variable = { name = color_storage value = title:d_b_cherepovets_color } } + title:b_cherga = { set_variable = { name = color_storage value = title:d_b_cherga_color } } + title:b_chergana = { set_variable = { name = color_storage value = title:d_b_chergana_color } } + title:b_cherik = { set_variable = { name = color_storage value = title:d_b_cherik_color } } + title:b_cherkassy = { set_variable = { name = color_storage value = title:d_b_cherkassy_color } } + title:b_chernigov = { set_variable = { name = color_storage value = title:d_b_chernigov_color } } + title:b_cherskogo = { set_variable = { name = color_storage value = title:d_b_cherskogo_color } } + title:b_chersonesus = { set_variable = { name = color_storage value = title:d_b_chersonesus_color } } + title:b_chertsey = { set_variable = { name = color_storage value = title:d_b_chertsey_color } } + title:b_cherven = { set_variable = { name = color_storage value = title:d_b_cherven_color } } + title:b_cherven_VOL = { set_variable = { name = color_storage value = title:d_b_cherven_VOL_color } } + title:b_cherykaw = { set_variable = { name = color_storage value = title:d_b_cherykaw_color } } + title:b_cheshi = { set_variable = { name = color_storage value = title:d_b_cheshi_color } } + title:b_chester = { set_variable = { name = color_storage value = title:d_b_chester_color } } + title:b_chesterfield = { set_variable = { name = color_storage value = title:d_b_chesterfield_color } } + title:b_chet = { set_variable = { name = color_storage value = title:d_b_chet_color } } + title:b_chiari = { set_variable = { name = color_storage value = title:d_b_chiari_color } } + title:b_chiavari = { set_variable = { name = color_storage value = title:d_b_chiavari_color } } + title:b_chich = { set_variable = { name = color_storage value = title:d_b_chich_color } } + title:b_chichester = { set_variable = { name = color_storage value = title:d_b_chichester_color } } + title:b_chieri = { set_variable = { name = color_storage value = title:d_b_chieri_color } } + title:b_chijin = { set_variable = { name = color_storage value = title:d_b_chijin_color } } + title:b_chik = { set_variable = { name = color_storage value = title:d_b_chik_color } } + title:b_chikan = { set_variable = { name = color_storage value = title:d_b_chikan_color } } + title:b_chikdril = { set_variable = { name = color_storage value = title:d_b_chikdril_color } } + title:b_chikoy = { set_variable = { name = color_storage value = title:d_b_chikoy_color } } + title:b_chikoy_OGR = { set_variable = { name = color_storage value = title:d_b_chikoy_OGR_color } } + title:b_chilas = { set_variable = { name = color_storage value = title:d_b_chilas_color } } + title:b_chilia = { set_variable = { name = color_storage value = title:d_b_chilia_color } } + title:b_chimkent = { set_variable = { name = color_storage value = title:d_b_chimkent_color } } + title:b_chin = { set_variable = { name = color_storage value = title:d_b_chin_color } } + title:b_chiny = { set_variable = { name = color_storage value = title:d_b_chiny_color } } + title:b_chioggia = { set_variable = { name = color_storage value = title:d_b_chioggia_color } } + title:b_chios = { set_variable = { name = color_storage value = title:d_b_chios_color } } + title:b_chiplun = { set_variable = { name = color_storage value = title:d_b_chiplun_color } } + title:b_chir_kala = { set_variable = { name = color_storage value = title:d_b_chir_kala_color } } + title:b_chisinau = { set_variable = { name = color_storage value = title:d_b_chisinau_color } } + title:b_chitrakut = { set_variable = { name = color_storage value = title:d_b_chitrakut_color } } + title:b_chitrakuta = { set_variable = { name = color_storage value = title:d_b_chitrakuta_color } } + title:b_chitral = { set_variable = { name = color_storage value = title:d_b_chitral_color } } + title:b_chiusi = { set_variable = { name = color_storage value = title:d_b_chiusi_color } } + title:b_choklema = { set_variable = { name = color_storage value = title:d_b_choklema_color } } + title:b_chonae = { set_variable = { name = color_storage value = title:d_b_chonae_color } } + title:b_chonoshud = { set_variable = { name = color_storage value = title:d_b_chonoshud_color } } + title:b_choqu = { set_variable = { name = color_storage value = title:d_b_choqu_color } } + title:b_chornobyl = { set_variable = { name = color_storage value = title:d_b_chornobyl_color } } + title:b_chortkiv = { set_variable = { name = color_storage value = title:d_b_chortkiv_color } } + title:b_chortolisy = { set_variable = { name = color_storage value = title:d_b_chortolisy_color } } + title:b_christchurch = { set_variable = { name = color_storage value = title:d_b_christchurch_color } } + title:b_chrudim = { set_variable = { name = color_storage value = title:d_b_chrudim_color } } + title:b_chrysopolis = { set_variable = { name = color_storage value = title:d_b_chrysopolis_color } } + title:b_chu = { set_variable = { name = color_storage value = title:d_b_chu_color } } + title:b_chuankou = { set_variable = { name = color_storage value = title:d_b_chuankou_color } } + title:b_chubar = { set_variable = { name = color_storage value = title:d_b_chubar_color } } + title:b_chubar_KAZ = { set_variable = { name = color_storage value = title:d_b_chubar_KAZ_color } } + title:b_chubar_kul = { set_variable = { name = color_storage value = title:d_b_chubar_kul_color } } + title:b_chuguchak = { set_variable = { name = color_storage value = title:d_b_chuguchak_color } } + title:b_chukas_vosh = { set_variable = { name = color_storage value = title:d_b_chukas_vosh_color } } + title:b_chukhloma = { set_variable = { name = color_storage value = title:d_b_chukhloma_color } } + title:b_chukwu = { set_variable = { name = color_storage value = title:d_b_chukwu_color } } + title:b_chulak-terek = { set_variable = { name = color_storage value = title:d_b_chulak-terek_color } } + title:b_chulym = { set_variable = { name = color_storage value = title:d_b_chulym_color } } + title:b_chulym_bis = { set_variable = { name = color_storage value = title:d_b_chulym_bis_color } } + title:b_chumarho = { set_variable = { name = color_storage value = title:d_b_chumarho_color } } + title:b_chumishtikul = { set_variable = { name = color_storage value = title:d_b_chumishtikul_color } } + title:b_chumkar_kia = { set_variable = { name = color_storage value = title:d_b_chumkar_kia_color } } + title:b_chumy-su = { set_variable = { name = color_storage value = title:d_b_chumy-su_color } } + title:b_chumych = { set_variable = { name = color_storage value = title:d_b_chumych_color } } + title:b_chuna = { set_variable = { name = color_storage value = title:d_b_chuna_color } } + title:b_chunar = { set_variable = { name = color_storage value = title:d_b_chunar_color } } + title:b_chungtash = { set_variable = { name = color_storage value = title:d_b_chungtash_color } } + title:b_chungthang = { set_variable = { name = color_storage value = title:d_b_chungthang_color } } + title:b_chungul = { set_variable = { name = color_storage value = title:d_b_chungul_color } } + title:b_chunian = { set_variable = { name = color_storage value = title:d_b_chunian_color } } + title:b_chur = { set_variable = { name = color_storage value = title:d_b_chur_color } } + title:b_churuk = { set_variable = { name = color_storage value = title:d_b_churuk_color } } + title:b_chushka-kol = { set_variable = { name = color_storage value = title:d_b_chushka-kol_color } } + title:b_chusul = { set_variable = { name = color_storage value = title:d_b_chusul_color } } + title:b_chutia = { set_variable = { name = color_storage value = title:d_b_chutia_color } } + title:b_chutur = { set_variable = { name = color_storage value = title:d_b_chutur_color } } + title:b_chuulunuruu = { set_variable = { name = color_storage value = title:d_b_chuulunuruu_color } } + title:b_chuya = { set_variable = { name = color_storage value = title:d_b_chuya_color } } + title:b_chynov = { set_variable = { name = color_storage value = title:d_b_chynov_color } } + title:b_chyorny_yar = { set_variable = { name = color_storage value = title:d_b_chyorny_yar_color } } + title:b_cibyra = { set_variable = { name = color_storage value = title:d_b_cibyra_color } } + title:b_ciduadrodrigo = { set_variable = { name = color_storage value = title:d_b_ciduadrodrigo_color } } + title:b_ciechanow = { set_variable = { name = color_storage value = title:d_b_ciechanow_color } } + title:b_cieszyn = { set_variable = { name = color_storage value = title:d_b_cieszyn_color } } + title:b_cieza = { set_variable = { name = color_storage value = title:d_b_cieza_color } } + title:b_cisterki = { set_variable = { name = color_storage value = title:d_b_cisterki_color } } + title:b_citeaux = { set_variable = { name = color_storage value = title:d_b_citeaux_color } } + title:b_civitas_castelli = { set_variable = { name = color_storage value = title:d_b_civitas_castelli_color } } + title:b_civitavecchia = { set_variable = { name = color_storage value = title:d_b_civitavecchia_color } } + title:b_clackmannan = { set_variable = { name = color_storage value = title:d_b_clackmannan_color } } + title:b_clairvaux = { set_variable = { name = color_storage value = title:d_b_clairvaux_color } } + title:b_claudiopolis = { set_variable = { name = color_storage value = title:d_b_claudiopolis_color } } + title:b_claudiopolis_SELEUCIA = { set_variable = { name = color_storage value = title:d_b_claudiopolis_SELEUCIA_color } } + title:b_clermont = { set_variable = { name = color_storage value = title:d_b_clermont_color } } + title:b_clermont_sur_ailler = { set_variable = { name = color_storage value = title:d_b_clermont_sur_ailler_color } } + title:b_clervaux = { set_variable = { name = color_storage value = title:d_b_clervaux_color } } + title:b_clettgau = { set_variable = { name = color_storage value = title:d_b_clettgau_color } } + title:b_clifford = { set_variable = { name = color_storage value = title:d_b_clifford_color } } + title:b_clogher = { set_variable = { name = color_storage value = title:d_b_clogher_color } } + title:b_clonmel = { set_variable = { name = color_storage value = title:d_b_clonmel_color } } + title:b_cloppenburg = { set_variable = { name = color_storage value = title:d_b_cloppenburg_color } } + title:b_cluieli = { set_variable = { name = color_storage value = title:d_b_cluieli_color } } + title:b_cluny = { set_variable = { name = color_storage value = title:d_b_cluny_color } } + title:b_coburg = { set_variable = { name = color_storage value = title:d_b_coburg_color } } + title:b_cochem = { set_variable = { name = color_storage value = title:d_b_cochem_color } } + title:b_cocussus = { set_variable = { name = color_storage value = title:d_b_cocussus_color } } + title:b_codoi = { set_variable = { name = color_storage value = title:d_b_codoi_color } } + title:b_coevorden = { set_variable = { name = color_storage value = title:d_b_coevorden_color } } + title:b_cognac = { set_variable = { name = color_storage value = title:d_b_cognac_color } } + title:b_coimbra = { set_variable = { name = color_storage value = title:d_b_coimbra_color } } + title:b_coira = { set_variable = { name = color_storage value = title:d_b_coira_color } } + title:b_colchester = { set_variable = { name = color_storage value = title:d_b_colchester_color } } + title:b_colditz = { set_variable = { name = color_storage value = title:d_b_colditz_color } } + title:b_colmar = { set_variable = { name = color_storage value = title:d_b_colmar_color } } + title:b_cologne = { set_variable = { name = color_storage value = title:d_b_cologne_color } } + title:b_colonea = { set_variable = { name = color_storage value = title:d_b_colonea_color } } + title:b_comacchio = { set_variable = { name = color_storage value = title:d_b_comacchio_color } } + title:b_comai = { set_variable = { name = color_storage value = title:d_b_comai_color } } + title:b_comana = { set_variable = { name = color_storage value = title:d_b_comana_color } } + title:b_comana_LYK = { set_variable = { name = color_storage value = title:d_b_comana_LYK_color } } + title:b_comana_pontica = { set_variable = { name = color_storage value = title:d_b_comana_pontica_color } } + title:b_combourg = { set_variable = { name = color_storage value = title:d_b_combourg_color } } + title:b_comitanassus = { set_variable = { name = color_storage value = title:d_b_comitanassus_color } } + title:b_como = { set_variable = { name = color_storage value = title:d_b_como_color } } + title:b_cona = { set_variable = { name = color_storage value = title:d_b_cona_color } } + title:b_cona_tibet = { set_variable = { name = color_storage value = title:d_b_cona_tibet_color } } + title:b_conak = { set_variable = { name = color_storage value = title:d_b_conak_color } } + title:b_constanta = { set_variable = { name = color_storage value = title:d_b_constanta_color } } + title:b_constantine = { set_variable = { name = color_storage value = title:d_b_constantine_color } } + title:b_constantinople = { set_variable = { name = color_storage value = title:d_b_constantinople_color } } + title:b_contres = { set_variable = { name = color_storage value = title:d_b_contres_color } } + title:b_coqen = { set_variable = { name = color_storage value = title:d_b_coqen_color } } + title:b_corabia = { set_variable = { name = color_storage value = title:d_b_corabia_color } } + title:b_coracera = { set_variable = { name = color_storage value = title:d_b_coracera_color } } + title:b_corbie = { set_variable = { name = color_storage value = title:d_b_corbie_color } } + title:b_cordoba = { set_variable = { name = color_storage value = title:d_b_cordoba_color } } + title:b_corfu = { set_variable = { name = color_storage value = title:d_b_corfu_color } } + title:b_corinth = { set_variable = { name = color_storage value = title:d_b_corinth_color } } + title:b_cork = { set_variable = { name = color_storage value = title:d_b_cork_color } } + title:b_cornouailles = { set_variable = { name = color_storage value = title:d_b_cornouailles_color } } + title:b_corte = { set_variable = { name = color_storage value = title:d_b_corte_color } } + title:b_cortona = { set_variable = { name = color_storage value = title:d_b_cortona_color } } + title:b_corunna = { set_variable = { name = color_storage value = title:d_b_corunna_color } } + title:b_corwen = { set_variable = { name = color_storage value = title:d_b_corwen_color } } + title:b_corycus = { set_variable = { name = color_storage value = title:d_b_corycus_color } } + title:b_cosenza = { set_variable = { name = color_storage value = title:d_b_cosenza_color } } + title:b_costesti = { set_variable = { name = color_storage value = title:d_b_costesti_color } } + title:b_cotrone = { set_variable = { name = color_storage value = title:d_b_cotrone_color } } + title:b_cottbus = { set_variable = { name = color_storage value = title:d_b_cottbus_color } } + title:b_cottingham = { set_variable = { name = color_storage value = title:d_b_cottingham_color } } + title:b_coucy = { set_variable = { name = color_storage value = title:d_b_coucy_color } } + title:b_coulommiers = { set_variable = { name = color_storage value = title:d_b_coulommiers_color } } + title:b_coupar_angus = { set_variable = { name = color_storage value = title:d_b_coupar_angus_color } } + title:b_courcillon = { set_variable = { name = color_storage value = title:d_b_courcillon_color } } + title:b_courtrai = { set_variable = { name = color_storage value = title:d_b_courtrai_color } } + title:b_coutances = { set_variable = { name = color_storage value = title:d_b_coutances_color } } + title:b_coutenay = { set_variable = { name = color_storage value = title:d_b_coutenay_color } } + title:b_couvin = { set_variable = { name = color_storage value = title:d_b_couvin_color } } + title:b_coventry = { set_variable = { name = color_storage value = title:d_b_coventry_color } } + title:b_cozhedangma = { set_variable = { name = color_storage value = title:d_b_cozhedangma_color } } + title:b_cozhelhoma = { set_variable = { name = color_storage value = title:d_b_cozhelhoma_color } } + title:b_crailsheim = { set_variable = { name = color_storage value = title:d_b_crailsheim_color } } + title:b_craiova = { set_variable = { name = color_storage value = title:d_b_craiova_color } } + title:b_craon = { set_variable = { name = color_storage value = title:d_b_craon_color } } + title:b_cratea = { set_variable = { name = color_storage value = title:d_b_cratea_color } } + title:b_crato = { set_variable = { name = color_storage value = title:d_b_crato_color } } + title:b_crecy = { set_variable = { name = color_storage value = title:d_b_crecy_color } } + title:b_crema = { set_variable = { name = color_storage value = title:d_b_crema_color } } + title:b_cremna = { set_variable = { name = color_storage value = title:d_b_cremna_color } } + title:b_cremona = { set_variable = { name = color_storage value = title:d_b_cremona_color } } + title:b_crepy = { set_variable = { name = color_storage value = title:d_b_crepy_color } } + title:b_cres = { set_variable = { name = color_storage value = title:d_b_cres_color } } + title:b_cridus = { set_variable = { name = color_storage value = title:d_b_cridus_color } } + title:b_crieff = { set_variable = { name = color_storage value = title:d_b_crieff_color } } + title:b_crius = { set_variable = { name = color_storage value = title:d_b_crius_color } } + title:b_crossen = { set_variable = { name = color_storage value = title:d_b_crossen_color } } + title:b_cruachu = { set_variable = { name = color_storage value = title:d_b_cruachu_color } } + title:b_csakvar = { set_variable = { name = color_storage value = title:d_b_csakvar_color } } + title:b_csanad = { set_variable = { name = color_storage value = title:d_b_csanad_color } } + title:b_csikszereda = { set_variable = { name = color_storage value = title:d_b_csikszereda_color } } + title:b_csongrad = { set_variable = { name = color_storage value = title:d_b_csongrad_color } } + title:b_csurgo = { set_variable = { name = color_storage value = title:d_b_csurgo_color } } + title:b_cubalel = { set_variable = { name = color_storage value = title:d_b_cubalel_color } } + title:b_cuellar = { set_variable = { name = color_storage value = title:d_b_cuellar_color } } + title:b_cuenca = { set_variable = { name = color_storage value = title:d_b_cuenca_color } } + title:b_cujmir = { set_variable = { name = color_storage value = title:d_b_cujmir_color } } + title:b_cukataw = { set_variable = { name = color_storage value = title:d_b_cukataw_color } } + title:b_cukksual = { set_variable = { name = color_storage value = title:d_b_cukksual_color } } + title:b_cuneo = { set_variable = { name = color_storage value = title:d_b_cuneo_color } } + title:b_cunningham = { set_variable = { name = color_storage value = title:d_b_cunningham_color } } + title:b_cuonaco = { set_variable = { name = color_storage value = title:d_b_cuonaco_color } } + title:b_cuxhaven = { set_variable = { name = color_storage value = title:d_b_cuxhaven_color } } + title:b_cybele = { set_variable = { name = color_storage value = title:d_b_cybele_color } } + title:b_cybistra = { set_variable = { name = color_storage value = title:d_b_cybistra_color } } + title:b_cykma = { set_variable = { name = color_storage value = title:d_b_cykma_color } } + title:b_czarnkow = { set_variable = { name = color_storage value = title:d_b_czarnkow_color } } + title:b_czersk = { set_variable = { name = color_storage value = title:d_b_czersk_color } } + title:b_czestochowa = { set_variable = { name = color_storage value = title:d_b_czestochowa_color } } + title:b_da = { set_variable = { name = color_storage value = title:d_b_da_color } } + title:b_da_chainoc = { set_variable = { name = color_storage value = title:d_b_da_chainoc_color } } + title:b_dabahu = { set_variable = { name = color_storage value = title:d_b_dabahu_color } } + title:b_dabakala = { set_variable = { name = color_storage value = title:d_b_dabakala_color } } + title:b_dabba = { set_variable = { name = color_storage value = title:d_b_dabba_color } } + title:b_dabba_tibet = { set_variable = { name = color_storage value = title:d_b_dabba_tibet_color } } + title:b_dabhol = { set_variable = { name = color_storage value = title:d_b_dabhol_color } } + title:b_dabla = { set_variable = { name = color_storage value = title:d_b_dabla_color } } + title:b_dabou = { set_variable = { name = color_storage value = title:d_b_dabou_color } } + title:b_daboya = { set_variable = { name = color_storage value = title:d_b_daboya_color } } + title:b_dabra = { set_variable = { name = color_storage value = title:d_b_dabra_color } } + title:b_dabrowa_gorn = { set_variable = { name = color_storage value = title:d_b_dabrowa_gorn_color } } + title:b_dabusiya = { set_variable = { name = color_storage value = title:d_b_dabusiya_color } } + title:b_dachi_gama = { set_variable = { name = color_storage value = title:d_b_dachi_gama_color } } + title:b_dadhipadra = { set_variable = { name = color_storage value = title:d_b_dadhipadra_color } } + title:b_dadrewa = { set_variable = { name = color_storage value = title:d_b_dadrewa_color } } + title:b_dafang = { set_variable = { name = color_storage value = title:d_b_dafang_color } } + title:b_dafariid = { set_variable = { name = color_storage value = title:d_b_dafariid_color } } + title:b_daga = { set_variable = { name = color_storage value = title:d_b_daga_color } } + title:b_dagana = { set_variable = { name = color_storage value = title:d_b_dagana_color } } + title:b_dagelhe = { set_variable = { name = color_storage value = title:d_b_dagelhe_color } } + title:b_dagon = { set_variable = { name = color_storage value = title:d_b_dagon_color } } + title:b_dagwamba = { set_variable = { name = color_storage value = title:d_b_dagwamba_color } } + title:b_dahab = { set_variable = { name = color_storage value = title:d_b_dahab_color } } + title:b_dahlak_kebir = { set_variable = { name = color_storage value = title:d_b_dahlak_kebir_color } } + title:b_dahme = { set_variable = { name = color_storage value = title:d_b_dahme_color } } + title:b_dahyansi = { set_variable = { name = color_storage value = title:d_b_dahyansi_color } } + title:b_dai = { set_variable = { name = color_storage value = title:d_b_dai_color } } + title:b_dair_ar-ruman = { set_variable = { name = color_storage value = title:d_b_dair_ar-ruman_color } } + title:b_dajal = { set_variable = { name = color_storage value = title:d_b_dajal_color } } + title:b_dajing = { set_variable = { name = color_storage value = title:d_b_dajing_color } } + title:b_dakajalan = { set_variable = { name = color_storage value = title:d_b_dakajalan_color } } + title:b_dakkar = { set_variable = { name = color_storage value = title:d_b_dakkar_color } } + title:b_daklha_gampo = { set_variable = { name = color_storage value = title:d_b_daklha_gampo_color } } + title:b_dalaborg = { set_variable = { name = color_storage value = title:d_b_dalaborg_color } } + title:b_dalanda = { set_variable = { name = color_storage value = title:d_b_dalanda_color } } + title:b_dale = { set_variable = { name = color_storage value = title:d_b_dale_color } } + title:b_dam = { set_variable = { name = color_storage value = title:d_b_dam_color } } + title:b_dam_barma = { set_variable = { name = color_storage value = title:d_b_dam_barma_color } } + title:b_damala = { set_variable = { name = color_storage value = title:d_b_damala_color } } + title:b_daman = { set_variable = { name = color_storage value = title:d_b_daman_color } } + title:b_damanhur = { set_variable = { name = color_storage value = title:d_b_damanhur_color } } + title:b_damantan = { set_variable = { name = color_storage value = title:d_b_damantan_color } } + title:b_damascus = { set_variable = { name = color_storage value = title:d_b_damascus_color } } + title:b_dambadeniya = { set_variable = { name = color_storage value = title:d_b_dambadeniya_color } } + title:b_damda = { set_variable = { name = color_storage value = title:d_b_damda_color } } + title:b_damdoi = { set_variable = { name = color_storage value = title:d_b_damdoi_color } } + title:b_damghan = { set_variable = { name = color_storage value = title:d_b_damghan_color } } + title:b_damoh = { set_variable = { name = color_storage value = title:d_b_damoh_color } } + title:b_damot-west = { set_variable = { name = color_storage value = title:d_b_damot-west_color } } + title:b_damquka = { set_variable = { name = color_storage value = title:d_b_damquka_color } } + title:b_damzhung = { set_variable = { name = color_storage value = title:d_b_damzhung_color } } + title:b_dandanqan = { set_variable = { name = color_storage value = title:d_b_dandanqan_color } } + title:b_dang = { set_variable = { name = color_storage value = title:d_b_dang_color } } + title:b_dangla = { set_variable = { name = color_storage value = title:d_b_dangla_color } } + title:b_danilov = { set_variable = { name = color_storage value = title:d_b_danilov_color } } + title:b_danj = { set_variable = { name = color_storage value = title:d_b_danj_color } } + title:b_danki = { set_variable = { name = color_storage value = title:d_b_danki_color } } + title:b_dannenberg = { set_variable = { name = color_storage value = title:d_b_dannenberg_color } } + title:b_dantan = { set_variable = { name = color_storage value = title:d_b_dantan_color } } + title:b_dantenkul = { set_variable = { name = color_storage value = title:d_b_dantenkul_color } } + title:b_daoroouul = { set_variable = { name = color_storage value = title:d_b_daoroouul_color } } + title:b_daporijo = { set_variable = { name = color_storage value = title:d_b_daporijo_color } } + title:b_daqahla = { set_variable = { name = color_storage value = title:d_b_daqahla_color } } + title:b_daquqa = { set_variable = { name = color_storage value = title:d_b_daquqa_color } } + title:b_dar-i-tubbat = { set_variable = { name = color_storage value = title:d_b_dar-i-tubbat_color } } + title:b_dar_rashid = { set_variable = { name = color_storage value = title:d_b_dar_rashid_color } } + title:b_dar_sila = { set_variable = { name = color_storage value = title:d_b_dar_sila_color } } + title:b_dar_wona = { set_variable = { name = color_storage value = title:d_b_dar_wona_color } } + title:b_dara = { set_variable = { name = color_storage value = title:d_b_dara_color } } + title:b_dara-sharka = { set_variable = { name = color_storage value = title:d_b_dara-sharka_color } } + title:b_daraban = { set_variable = { name = color_storage value = title:d_b_daraban_color } } + title:b_darabjerd = { set_variable = { name = color_storage value = title:d_b_darabjerd_color } } + title:b_daradj = { set_variable = { name = color_storage value = title:d_b_daradj_color } } + title:b_daramdin = { set_variable = { name = color_storage value = title:d_b_daramdin_color } } + title:b_darayya = { set_variable = { name = color_storage value = title:d_b_darayya_color } } + title:b_darband-qarabuli = { set_variable = { name = color_storage value = title:d_b_darband-qarabuli_color } } + title:b_darbhanga = { set_variable = { name = color_storage value = title:d_b_darbhanga_color } } + title:b_darbhavati = { set_variable = { name = color_storage value = title:d_b_darbhavati_color } } + title:b_darcha = { set_variable = { name = color_storage value = title:d_b_darcha_color } } + title:b_dardjiin = { set_variable = { name = color_storage value = title:d_b_dardjiin_color } } + title:b_darghan = { set_variable = { name = color_storage value = title:d_b_darghan_color } } + title:b_darhafan = { set_variable = { name = color_storage value = title:d_b_darhafan_color } } + title:b_dariya = { set_variable = { name = color_storage value = title:d_b_dariya_color } } + title:b_dariyan = { set_variable = { name = color_storage value = title:d_b_dariyan_color } } + title:b_darjeeling = { set_variable = { name = color_storage value = title:d_b_darjeeling_color } } + title:b_darkhad = { set_variable = { name = color_storage value = title:d_b_darkhad_color } } + title:b_darlington = { set_variable = { name = color_storage value = title:d_b_darlington_color } } + title:b_darmashan = { set_variable = { name = color_storage value = title:d_b_darmashan_color } } + title:b_daroca = { set_variable = { name = color_storage value = title:d_b_daroca_color } } + title:b_darur = { set_variable = { name = color_storage value = title:d_b_darur_color } } + title:b_darzanji = { set_variable = { name = color_storage value = title:d_b_darzanji_color } } + title:b_darzedo = { set_variable = { name = color_storage value = title:d_b_darzedo_color } } + title:b_dasapura = { set_variable = { name = color_storage value = title:d_b_dasapura_color } } + title:b_daskara = { set_variable = { name = color_storage value = title:d_b_daskara_color } } + title:b_dasmenda = { set_variable = { name = color_storage value = title:d_b_dasmenda_color } } + title:b_dassel = { set_variable = { name = color_storage value = title:d_b_dassel_color } } + title:b_datong = { set_variable = { name = color_storage value = title:d_b_datong_color } } + title:b_daugavpils = { set_variable = { name = color_storage value = title:d_b_daugavpils_color } } + title:b_daura = { set_variable = { name = color_storage value = title:d_b_daura_color } } + title:b_dausar = { set_variable = { name = color_storage value = title:d_b_dausar_color } } + title:b_davlet-girei = { set_variable = { name = color_storage value = title:d_b_davlet-girei_color } } + title:b_davo = { set_variable = { name = color_storage value = title:d_b_davo_color } } + title:b_dawa_south = { set_variable = { name = color_storage value = title:d_b_dawa_south_color } } + title:b_dawaro = { set_variable = { name = color_storage value = title:d_b_dawaro_color } } + title:b_dawaro-west = { set_variable = { name = color_storage value = title:d_b_dawaro-west_color } } + title:b_dawin = { set_variable = { name = color_storage value = title:d_b_dawin_color } } + title:b_dawraq = { set_variable = { name = color_storage value = title:d_b_dawraq_color } } + title:b_dawu = { set_variable = { name = color_storage value = title:d_b_dawu_color } } + title:b_dax = { set_variable = { name = color_storage value = title:d_b_dax_color } } + title:b_dayan = { set_variable = { name = color_storage value = title:d_b_dayan_color } } + title:b_dayan_deerkhiin = { set_variable = { name = color_storage value = title:d_b_dayan_deerkhiin_color } } + title:b_daylam = { set_variable = { name = color_storage value = title:d_b_daylam_color } } + title:b_dazuk = { set_variable = { name = color_storage value = title:d_b_dazuk_color } } + title:b_dbilin = { set_variable = { name = color_storage value = title:d_b_dbilin_color } } + title:b_debar = { set_variable = { name = color_storage value = title:d_b_debar_color } } + title:b_debba = { set_variable = { name = color_storage value = title:d_b_debba_color } } + title:b_debdou = { set_variable = { name = color_storage value = title:d_b_debdou_color } } + title:b_debrc = { set_variable = { name = color_storage value = title:d_b_debrc_color } } + title:b_debre_libanos = { set_variable = { name = color_storage value = title:d_b_debre_libanos_color } } + title:b_debrecen = { set_variable = { name = color_storage value = title:d_b_debrecen_color } } + title:b_debryansk = { set_variable = { name = color_storage value = title:d_b_debryansk_color } } + title:b_debul = { set_variable = { name = color_storage value = title:d_b_debul_color } } + title:b_decin = { set_variable = { name = color_storage value = title:d_b_decin_color } } + title:b_dedoplitskhara = { set_variable = { name = color_storage value = title:d_b_dedoplitskhara_color } } + title:b_dedovichi = { set_variable = { name = color_storage value = title:d_b_dedovichi_color } } + title:b_dege = { set_variable = { name = color_storage value = title:d_b_dege_color } } + title:b_degelen = { set_variable = { name = color_storage value = title:d_b_degelen_color } } + title:b_deggendorf = { set_variable = { name = color_storage value = title:d_b_deggendorf_color } } + title:b_degou = { set_variable = { name = color_storage value = title:d_b_degou_color } } + title:b_dehono = { set_variable = { name = color_storage value = title:d_b_dehono_color } } + title:b_dehradun = { set_variable = { name = color_storage value = title:d_b_dehradun_color } } + title:b_dekcha = { set_variable = { name = color_storage value = title:d_b_dekcha_color } } + title:b_delaram = { set_variable = { name = color_storage value = title:d_b_delaram_color } } + title:b_delft = { set_variable = { name = color_storage value = title:d_b_delft_color } } + title:b_delfzijl = { set_variable = { name = color_storage value = title:d_b_delfzijl_color } } + title:b_delgo = { set_variable = { name = color_storage value = title:d_b_delgo_color } } + title:b_delvada = { set_variable = { name = color_storage value = title:d_b_delvada_color } } + title:b_dembiya = { set_variable = { name = color_storage value = title:d_b_dembiya_color } } + title:b_demchok = { set_variable = { name = color_storage value = title:d_b_demchok_color } } + title:b_demetrias = { set_variable = { name = color_storage value = title:d_b_demetrias_color } } + title:b_demiianka = { set_variable = { name = color_storage value = title:d_b_demiianka_color } } + title:b_denbigh = { set_variable = { name = color_storage value = title:d_b_denbigh_color } } + title:b_dengkou = { set_variable = { name = color_storage value = title:d_b_dengkou_color } } + title:b_dengqen = { set_variable = { name = color_storage value = title:d_b_dengqen_color } } + title:b_denia = { set_variable = { name = color_storage value = title:d_b_denia_color } } + title:b_deogarh = { set_variable = { name = color_storage value = title:d_b_deogarh_color } } + title:b_deols = { set_variable = { name = color_storage value = title:d_b_deols_color } } + title:b_depalpur = { set_variable = { name = color_storage value = title:d_b_depalpur_color } } + title:b_depenau = { set_variable = { name = color_storage value = title:d_b_depenau_color } } + title:b_deqen = { set_variable = { name = color_storage value = title:d_b_deqen_color } } + title:b_dera_ghazi_khan = { set_variable = { name = color_storage value = title:d_b_dera_ghazi_khan_color } } + title:b_derahib = { set_variable = { name = color_storage value = title:d_b_derahib_color } } + title:b_derawar = { set_variable = { name = color_storage value = title:d_b_derawar_color } } + title:b_derbe = { set_variable = { name = color_storage value = title:d_b_derbe_color } } + title:b_derbent = { set_variable = { name = color_storage value = title:d_b_derbent_color } } + title:b_derby = { set_variable = { name = color_storage value = title:d_b_derby_color } } + title:b_derdoin = { set_variable = { name = color_storage value = title:d_b_derdoin_color } } + title:b_deriabinskoye = { set_variable = { name = color_storage value = title:d_b_deriabinskoye_color } } + title:b_derlenka = { set_variable = { name = color_storage value = title:d_b_derlenka_color } } + title:b_derna = { set_variable = { name = color_storage value = title:d_b_derna_color } } + title:b_derong = { set_variable = { name = color_storage value = title:d_b_derong_color } } + title:b_derry = { set_variable = { name = color_storage value = title:d_b_derry_color } } + title:b_des = { set_variable = { name = color_storage value = title:d_b_des_color } } + title:b_despen = { set_variable = { name = color_storage value = title:d_b_despen_color } } + title:b_dessau = { set_variable = { name = color_storage value = title:d_b_dessau_color } } + title:b_deva = { set_variable = { name = color_storage value = title:d_b_deva_color } } + title:b_devagiri = { set_variable = { name = color_storage value = title:d_b_devagiri_color } } + title:b_devalgarh = { set_variable = { name = color_storage value = title:d_b_devalgarh_color } } + title:b_devaparvata = { set_variable = { name = color_storage value = title:d_b_devaparvata_color } } + title:b_devarakonda = { set_variable = { name = color_storage value = title:d_b_devarakonda_color } } + title:b_devin = { set_variable = { name = color_storage value = title:d_b_devin_color } } + title:b_devkot = { set_variable = { name = color_storage value = title:d_b_devkot_color } } + title:b_devol = { set_variable = { name = color_storage value = title:d_b_devol_color } } + title:b_dewas = { set_variable = { name = color_storage value = title:d_b_dewas_color } } + title:b_dewu = { set_variable = { name = color_storage value = title:d_b_dewu_color } } + title:b_dhakeshwari_jatiya_mandir = { set_variable = { name = color_storage value = title:d_b_dhakeshwari_jatiya_mandir_color } } + title:b_dhamalpur = { set_variable = { name = color_storage value = title:d_b_dhamalpur_color } } + title:b_dhamballai = { set_variable = { name = color_storage value = title:d_b_dhamballai_color } } + title:b_dhamoni = { set_variable = { name = color_storage value = title:d_b_dhamoni_color } } + title:b_dhandhuka = { set_variable = { name = color_storage value = title:d_b_dhandhuka_color } } + title:b_dhank = { set_variable = { name = color_storage value = title:d_b_dhank_color } } + title:b_dhankar = { set_variable = { name = color_storage value = title:d_b_dhankar_color } } + title:b_dhankuta = { set_variable = { name = color_storage value = title:d_b_dhankuta_color } } + title:b_dhanop = { set_variable = { name = color_storage value = title:d_b_dhanop_color } } + title:b_dhara = { set_variable = { name = color_storage value = title:d_b_dhara_color } } + title:b_dharampuri = { set_variable = { name = color_storage value = title:d_b_dharampuri_color } } + title:b_dharmrajeshwar = { set_variable = { name = color_storage value = title:d_b_dharmrajeshwar_color } } + title:b_dhauli = { set_variable = { name = color_storage value = title:d_b_dhauli_color } } + title:b_dhavalapuri = { set_variable = { name = color_storage value = title:d_b_dhavalapuri_color } } + title:b_dherbe = { set_variable = { name = color_storage value = title:d_b_dherbe_color } } + title:b_dhilika = { set_variable = { name = color_storage value = title:d_b_dhilika_color } } + title:b_dholka = { set_variable = { name = color_storage value = title:d_b_dholka_color } } + title:b_dhraina = { set_variable = { name = color_storage value = title:d_b_dhraina_color } } + title:b_dhubri = { set_variable = { name = color_storage value = title:d_b_dhubri_color } } + title:b_dhufar = { set_variable = { name = color_storage value = title:d_b_dhufar_color } } + title:b_dhul-marwa = { set_variable = { name = color_storage value = title:d_b_dhul-marwa_color } } + title:b_dhulikhel = { set_variable = { name = color_storage value = title:d_b_dhulikhel_color } } + title:b_dhusamareb = { set_variable = { name = color_storage value = title:d_b_dhusamareb_color } } + title:b_dhuudo = { set_variable = { name = color_storage value = title:d_b_dhuudo_color } } + title:b_dia = { set_variable = { name = color_storage value = title:d_b_dia_color } } + title:b_diabe = { set_variable = { name = color_storage value = title:d_b_diabe_color } } + title:b_diafunu = { set_variable = { name = color_storage value = title:d_b_diafunu_color } } + title:b_diakam = { set_variable = { name = color_storage value = title:d_b_diakam_color } } + title:b_diakha = { set_variable = { name = color_storage value = title:d_b_diakha_color } } + title:b_dianga = { set_variable = { name = color_storage value = title:d_b_dianga_color } } + title:b_diara = { set_variable = { name = color_storage value = title:d_b_diara_color } } + title:b_dibela = { set_variable = { name = color_storage value = title:d_b_dibela_color } } + title:b_dibi_TUV = { set_variable = { name = color_storage value = title:d_b_dibi_TUV_color } } + title:b_dibri = { set_variable = { name = color_storage value = title:d_b_dibri_color } } + title:b_didesa = { set_variable = { name = color_storage value = title:d_b_didesa_color } } + title:b_didymoteichon = { set_variable = { name = color_storage value = title:d_b_didymoteichon_color } } + title:b_die = { set_variable = { name = color_storage value = title:d_b_die_color } } + title:b_diekirch = { set_variable = { name = color_storage value = title:d_b_diekirch_color } } + title:b_diepholz = { set_variable = { name = color_storage value = title:d_b_diepholz_color } } + title:b_dieppe = { set_variable = { name = color_storage value = title:d_b_dieppe_color } } + title:b_diez = { set_variable = { name = color_storage value = title:d_b_diez_color } } + title:b_diffa = { set_variable = { name = color_storage value = title:d_b_diffa_color } } + title:b_diffar = { set_variable = { name = color_storage value = title:d_b_diffar_color } } + title:b_dighavapi = { set_variable = { name = color_storage value = title:d_b_dighavapi_color } } + title:b_digne = { set_variable = { name = color_storage value = title:d_b_digne_color } } + title:b_dih-e-khalaf = { set_variable = { name = color_storage value = title:d_b_dih-e-khalaf_color } } + title:b_dihistan = { set_variable = { name = color_storage value = title:d_b_dihistan_color } } + title:b_dihnakhirjan = { set_variable = { name = color_storage value = title:d_b_dihnakhirjan_color } } + title:b_dijon = { set_variable = { name = color_storage value = title:d_b_dijon_color } } + title:b_dikutateni = { set_variable = { name = color_storage value = title:d_b_dikutateni_color } } + title:b_dikwa = { set_variable = { name = color_storage value = title:d_b_dikwa_color } } + title:b_dillingen = { set_variable = { name = color_storage value = title:d_b_dillingen_color } } + title:b_dilsbo = { set_variable = { name = color_storage value = title:d_b_dilsbo_color } } + title:b_dima = { set_variable = { name = color_storage value = title:d_b_dima_color } } + title:b_dimapur = { set_variable = { name = color_storage value = title:d_b_dimapur_color } } + title:b_dinawar = { set_variable = { name = color_storage value = title:d_b_dinawar_color } } + title:b_dinde = { set_variable = { name = color_storage value = title:d_b_dinde_color } } + title:b_dinder = { set_variable = { name = color_storage value = title:d_b_dinder_color } } + title:b_dindigul = { set_variable = { name = color_storage value = title:d_b_dindigul_color } } + title:b_dinggye = { set_variable = { name = color_storage value = title:d_b_dinggye_color } } + title:b_dingwall = { set_variable = { name = color_storage value = title:d_b_dingwall_color } } + title:b_dingyuanying = { set_variable = { name = color_storage value = title:d_b_dingyuanying_color } } + title:b_dingzhou = { set_variable = { name = color_storage value = title:d_b_dingzhou_color } } + title:b_diouboye = { set_variable = { name = color_storage value = title:d_b_diouboye_color } } + title:b_dipalpur = { set_variable = { name = color_storage value = title:d_b_dipalpur_color } } + title:b_dipsang = { set_variable = { name = color_storage value = title:d_b_dipsang_color } } + title:b_dirku = { set_variable = { name = color_storage value = title:d_b_dirku_color } } + title:b_diskit = { set_variable = { name = color_storage value = title:d_b_diskit_color } } + title:b_ditmarschen = { set_variable = { name = color_storage value = title:d_b_ditmarschen_color } } + title:b_dizah = { set_variable = { name = color_storage value = title:d_b_dizah_color } } + title:b_dizak = { set_variable = { name = color_storage value = title:d_b_dizak_color } } + title:b_dizak_makrani = { set_variable = { name = color_storage value = title:d_b_dizak_makrani_color } } + title:b_dizful = { set_variable = { name = color_storage value = title:d_b_dizful_color } } + title:b_dizmar = { set_variable = { name = color_storage value = title:d_b_dizmar_color } } + title:b_djado = { set_variable = { name = color_storage value = title:d_b_djado_color } } + title:b_djado_jafara = { set_variable = { name = color_storage value = title:d_b_djado_jafara_color } } + title:b_djado_route = { set_variable = { name = color_storage value = title:d_b_djado_route_color } } + title:b_djanet = { set_variable = { name = color_storage value = title:d_b_djanet_color } } + title:b_djarin = { set_variable = { name = color_storage value = title:d_b_djarin_color } } + title:b_djugu = { set_variable = { name = color_storage value = title:d_b_djugu_color } } + title:b_djursland = { set_variable = { name = color_storage value = title:d_b_djursland_color } } + title:b_djusagach = { set_variable = { name = color_storage value = title:d_b_djusagach_color } } + title:b_dlim = { set_variable = { name = color_storage value = title:d_b_dlim_color } } + title:b_dmanisi = { set_variable = { name = color_storage value = title:d_b_dmanisi_color } } + title:b_dmitrov = { set_variable = { name = color_storage value = title:d_b_dmitrov_color } } + title:b_dnipro = { set_variable = { name = color_storage value = title:d_b_dnipro_color } } + title:b_doba = { set_variable = { name = color_storage value = title:d_b_doba_color } } + title:b_dobele = { set_variable = { name = color_storage value = title:d_b_dobele_color } } + title:b_dobovec = { set_variable = { name = color_storage value = title:d_b_dobovec_color } } + title:b_dobrzyn = { set_variable = { name = color_storage value = title:d_b_dobrzyn_color } } + title:b_docimium = { set_variable = { name = color_storage value = title:d_b_docimium_color } } + title:b_dogolan = { set_variable = { name = color_storage value = title:d_b_dogolan_color } } + title:b_doilungdeqen = { set_variable = { name = color_storage value = title:d_b_doilungdeqen_color } } + title:b_dokecoring = { set_variable = { name = color_storage value = title:d_b_dokecoring_color } } + title:b_dokecoring_qangco = { set_variable = { name = color_storage value = title:d_b_dokecoring_qangco_color } } + title:b_dokkum = { set_variable = { name = color_storage value = title:d_b_dokkum_color } } + title:b_dolakha = { set_variable = { name = color_storage value = title:d_b_dolakha_color } } + title:b_dole = { set_variable = { name = color_storage value = title:d_b_dole_color } } + title:b_dolgellau = { set_variable = { name = color_storage value = title:d_b_dolgellau_color } } + title:b_dolgo = { set_variable = { name = color_storage value = title:d_b_dolgo_color } } + title:b_dolgujar = { set_variable = { name = color_storage value = title:d_b_dolgujar_color } } + title:b_dolons = { set_variable = { name = color_storage value = title:d_b_dolons_color } } + title:b_doloon_nuur = { set_variable = { name = color_storage value = title:d_b_doloon_nuur_color } } + title:b_dolpo = { set_variable = { name = color_storage value = title:d_b_dolpo_color } } + title:b_domazlice = { set_variable = { name = color_storage value = title:d_b_domazlice_color } } + title:b_dombovar = { set_variable = { name = color_storage value = title:d_b_dombovar_color } } + title:b_dombraly = { set_variable = { name = color_storage value = title:d_b_dombraly_color } } + title:b_domoko = { set_variable = { name = color_storage value = title:d_b_domoko_color } } + title:b_domokos = { set_variable = { name = color_storage value = title:d_b_domokos_color } } + title:b_doncaster = { set_variable = { name = color_storage value = title:d_b_doncaster_color } } + title:b_dondan_oilik = { set_variable = { name = color_storage value = title:d_b_dondan_oilik_color } } + title:b_donegal = { set_variable = { name = color_storage value = title:d_b_donegal_color } } + title:b_donetsk = { set_variable = { name = color_storage value = title:d_b_donetsk_color } } + title:b_dongco = { set_variable = { name = color_storage value = title:d_b_dongco_color } } + title:b_dongola = { set_variable = { name = color_storage value = title:d_b_dongola_color } } + title:b_donkoro_nkwanta = { set_variable = { name = color_storage value = title:d_b_donkoro_nkwanta_color } } + title:b_donllorente = { set_variable = { name = color_storage value = title:d_b_donllorente_color } } + title:b_donzy = { set_variable = { name = color_storage value = title:d_b_donzy_color } } + title:b_dood_tsagaan_nuur = { set_variable = { name = color_storage value = title:d_b_dood_tsagaan_nuur_color } } + title:b_dori = { set_variable = { name = color_storage value = title:d_b_dori_color } } + title:b_dornberg = { set_variable = { name = color_storage value = title:d_b_dornberg_color } } + title:b_dornoch = { set_variable = { name = color_storage value = title:d_b_dornoch_color } } + title:b_dorogobyzh = { set_variable = { name = color_storage value = title:d_b_dorogobyzh_color } } + title:b_doroh = { set_variable = { name = color_storage value = title:d_b_doroh_color } } + title:b_dorohoi = { set_variable = { name = color_storage value = title:d_b_dorohoi_color } } + title:b_dorohychyn = { set_variable = { name = color_storage value = title:d_b_dorohychyn_color } } + title:b_dorostorum = { set_variable = { name = color_storage value = title:d_b_dorostorum_color } } + title:b_dorsoidong = { set_variable = { name = color_storage value = title:d_b_dorsoidong_color } } + title:b_dort = { set_variable = { name = color_storage value = title:d_b_dort_color } } + title:b_dortmund = { set_variable = { name = color_storage value = title:d_b_dortmund_color } } + title:b_dorylaion = { set_variable = { name = color_storage value = title:d_b_dorylaion_color } } + title:b_dospat = { set_variable = { name = color_storage value = title:d_b_dospat_color } } + title:b_dosso = { set_variable = { name = color_storage value = title:d_b_dosso_color } } + title:b_doti = { set_variable = { name = color_storage value = title:d_b_doti_color } } + title:b_doudleby = { set_variable = { name = color_storage value = title:d_b_doudleby_color } } + title:b_douentza = { set_variable = { name = color_storage value = title:d_b_douentza_color } } + title:b_douna = { set_variable = { name = color_storage value = title:d_b_douna_color } } + title:b_dourola = { set_variable = { name = color_storage value = title:d_b_dourola_color } } + title:b_douz = { set_variable = { name = color_storage value = title:d_b_douz_color } } + title:b_dover = { set_variable = { name = color_storage value = title:d_b_dover_color } } + title:b_dovre = { set_variable = { name = color_storage value = title:d_b_dovre_color } } + title:b_downpatrick = { set_variable = { name = color_storage value = title:d_b_downpatrick_color } } + title:b_drafn = { set_variable = { name = color_storage value = title:d_b_drafn_color } } + title:b_dragasani = { set_variable = { name = color_storage value = title:d_b_dragasani_color } } + title:b_draggo = { set_variable = { name = color_storage value = title:d_b_draggo_color } } + title:b_dragugnian = { set_variable = { name = color_storage value = title:d_b_dragugnian_color } } + title:b_drakbuk = { set_variable = { name = color_storage value = title:d_b_drakbuk_color } } + title:b_drakgur = { set_variable = { name = color_storage value = title:d_b_drakgur_color } } + title:b_draksharama = { set_variable = { name = color_storage value = title:d_b_draksharama_color } } + title:b_drama = { set_variable = { name = color_storage value = title:d_b_drama_color } } + title:b_dramberg = { set_variable = { name = color_storage value = title:d_b_dramberg_color } } + title:b_dras = { set_variable = { name = color_storage value = title:d_b_dras_color } } + title:b_dresden = { set_variable = { name = color_storage value = title:d_b_dresden_color } } + title:b_dreux = { set_variable = { name = color_storage value = title:d_b_dreux_color } } + title:b_dreznik = { set_variable = { name = color_storage value = title:d_b_dreznik_color } } + title:b_driesen = { set_variable = { name = color_storage value = title:d_b_driesen_color } } + title:b_drigung = { set_variable = { name = color_storage value = title:d_b_drigung_color } } + title:b_drijeva = { set_variable = { name = color_storage value = title:d_b_drijeva_color } } + title:b_drivast = { set_variable = { name = color_storage value = title:d_b_drivast_color } } + title:b_drogheda = { set_variable = { name = color_storage value = title:d_b_drogheda_color } } + title:b_dromahair = { set_variable = { name = color_storage value = title:d_b_dromahair_color } } + title:b_dromo = { set_variable = { name = color_storage value = title:d_b_dromo_color } } + title:b_drutsk = { set_variable = { name = color_storage value = title:d_b_drutsk_color } } + title:b_drysa = { set_variable = { name = color_storage value = title:d_b_drysa_color } } + title:b_duben = { set_variable = { name = color_storage value = title:d_b_duben_color } } + title:b_dubica = { set_variable = { name = color_storage value = title:d_b_dubica_color } } + title:b_dublin = { set_variable = { name = color_storage value = title:d_b_dublin_color } } + title:b_dubno = { set_variable = { name = color_storage value = title:d_b_dubno_color } } + title:b_dubovac = { set_variable = { name = color_storage value = title:d_b_dubovac_color } } + title:b_dubrovytsia = { set_variable = { name = color_storage value = title:d_b_dubrovytsia_color } } + title:b_dukhovshchina = { set_variable = { name = color_storage value = title:d_b_dukhovshchina_color } } + title:b_duldulokur = { set_variable = { name = color_storage value = title:d_b_duldulokur_color } } + title:b_dullu = { set_variable = { name = color_storage value = title:d_b_dullu_color } } + title:b_duluk-teluch = { set_variable = { name = color_storage value = title:d_b_duluk-teluch_color } } + title:b_dumali = { set_variable = { name = color_storage value = title:d_b_dumali_color } } + title:b_dumbarton = { set_variable = { name = color_storage value = title:d_b_dumbarton_color } } + title:b_dumbawand = { set_variable = { name = color_storage value = title:d_b_dumbawand_color } } + title:b_dumbraveni = { set_variable = { name = color_storage value = title:d_b_dumbraveni_color } } + title:b_dumfries = { set_variable = { name = color_storage value = title:d_b_dumfries_color } } + title:b_dumiyat = { set_variable = { name = color_storage value = title:d_b_dumiyat_color } } + title:b_dun = { set_variable = { name = color_storage value = title:d_b_dun_color } } + title:b_dunbar = { set_variable = { name = color_storage value = title:d_b_dunbar_color } } + title:b_dundaga = { set_variable = { name = color_storage value = title:d_b_dundaga_color } } + title:b_dundalk = { set_variable = { name = color_storage value = title:d_b_dundalk_color } } + title:b_dundee = { set_variable = { name = color_storage value = title:d_b_dundee_color } } + title:b_dunfermline = { set_variable = { name = color_storage value = title:d_b_dunfermline_color } } + title:b_dungannon = { set_variable = { name = color_storage value = title:d_b_dungannon_color } } + title:b_dungunab = { set_variable = { name = color_storage value = title:d_b_dungunab_color } } + title:b_dunhuang = { set_variable = { name = color_storage value = title:d_b_dunhuang_color } } + title:b_dunkeld = { set_variable = { name = color_storage value = title:d_b_dunkeld_color } } + title:b_dunkirk = { set_variable = { name = color_storage value = title:d_b_dunkirk_color } } + title:b_dunmow = { set_variable = { name = color_storage value = title:d_b_dunmow_color } } + title:b_duolo = { set_variable = { name = color_storage value = title:d_b_duolo_color } } + title:b_duortnus = { set_variable = { name = color_storage value = title:d_b_duortnus_color } } + title:b_duqm = { set_variable = { name = color_storage value = title:d_b_duqm_color } } + title:b_durdzukia = { set_variable = { name = color_storage value = title:d_b_durdzukia_color } } + title:b_duren = { set_variable = { name = color_storage value = title:d_b_duren_color } } + title:b_durgas = { set_variable = { name = color_storage value = title:d_b_durgas_color } } + title:b_durgun = { set_variable = { name = color_storage value = title:d_b_durgun_color } } + title:b_durham = { set_variable = { name = color_storage value = title:d_b_durham_color } } + title:b_durne = { set_variable = { name = color_storage value = title:d_b_durne_color } } + title:b_durness = { set_variable = { name = color_storage value = title:d_b_durness_color } } + title:b_durovka = { set_variable = { name = color_storage value = title:d_b_durovka_color } } + title:b_durum = { set_variable = { name = color_storage value = title:d_b_durum_color } } + title:b_dutsi = { set_variable = { name = color_storage value = title:d_b_dutsi_color } } + title:b_duvan = { set_variable = { name = color_storage value = title:d_b_duvan_color } } + title:b_duvno = { set_variable = { name = color_storage value = title:d_b_duvno_color } } + title:b_duvzare = { set_variable = { name = color_storage value = title:d_b_duvzare_color } } + title:b_dvaraka = { set_variable = { name = color_storage value = title:d_b_dvaraka_color } } + title:b_dvin = { set_variable = { name = color_storage value = title:d_b_dvin_color } } + title:b_dvinitza = { set_variable = { name = color_storage value = title:d_b_dvinitza_color } } + title:b_dvur-chvojno = { set_variable = { name = color_storage value = title:d_b_dvur-chvojno_color } } + title:b_dwarasamudra = { set_variable = { name = color_storage value = title:d_b_dwarasamudra_color } } + title:b_dyracchion = { set_variable = { name = color_storage value = title:d_b_dyracchion_color } } + title:b_dzangent = { set_variable = { name = color_storage value = title:d_b_dzangent_color } } + title:b_dzayul = { set_variable = { name = color_storage value = title:d_b_dzayul_color } } + title:b_dzhankoi = { set_variable = { name = color_storage value = title:d_b_dzhankoi_color } } + title:b_dzogchen = { set_variable = { name = color_storage value = title:d_b_dzogchen_color } } + title:b_dzogenrabar = { set_variable = { name = color_storage value = title:d_b_dzogenrabar_color } } + title:b_east_ahaggar = { set_variable = { name = color_storage value = title:d_b_east_ahaggar_color } } + title:b_east_amhara = { set_variable = { name = color_storage value = title:d_b_east_amhara_color } } + title:b_east_attie = { set_variable = { name = color_storage value = title:d_b_east_attie_color } } + title:b_east_darfur = { set_variable = { name = color_storage value = title:d_b_east_darfur_color } } + title:b_east_igala = { set_variable = { name = color_storage value = title:d_b_east_igala_color } } + title:b_east_kordofan = { set_variable = { name = color_storage value = title:d_b_east_kordofan_color } } + title:b_east_kru = { set_variable = { name = color_storage value = title:d_b_east_kru_color } } + title:b_east_sidamo = { set_variable = { name = color_storage value = title:d_b_east_sidamo_color } } + title:b_east_sila = { set_variable = { name = color_storage value = title:d_b_east_sila_color } } + title:b_eastern_nzi = { set_variable = { name = color_storage value = title:d_b_eastern_nzi_color } } + title:b_ebeleben = { set_variable = { name = color_storage value = title:d_b_ebeleben_color } } + title:b_eberswalde = { set_variable = { name = color_storage value = title:d_b_eberswalde_color } } + title:b_ebi-nor = { set_variable = { name = color_storage value = title:d_b_ebi-nor_color } } + title:b_ecobrogis = { set_variable = { name = color_storage value = title:d_b_ecobrogis_color } } + title:b_ed-damer = { set_variable = { name = color_storage value = title:d_b_ed-damer_color } } + title:b_edam = { set_variable = { name = color_storage value = title:d_b_edam_color } } + title:b_edd = { set_variable = { name = color_storage value = title:d_b_edd_color } } + title:b_edd-north = { set_variable = { name = color_storage value = title:d_b_edd-north_color } } + title:b_edessa = { set_variable = { name = color_storage value = title:d_b_edessa_color } } + title:b_edinburgh = { set_variable = { name = color_storage value = title:d_b_edinburgh_color } } + title:b_edo = { set_variable = { name = color_storage value = title:d_b_edo_color } } + title:b_edrei = { set_variable = { name = color_storage value = title:d_b_edrei_color } } + title:b_eej_khairkhan = { set_variable = { name = color_storage value = title:d_b_eej_khairkhan_color } } + title:b_eferi = { set_variable = { name = color_storage value = title:d_b_eferi_color } } + title:b_eger = { set_variable = { name = color_storage value = title:d_b_eger_color } } + title:b_egerszeg = { set_variable = { name = color_storage value = title:d_b_egerszeg_color } } + title:b_eghiz_kala = { set_variable = { name = color_storage value = title:d_b_eghiz_kala_color } } + title:b_eichtstad = { set_variable = { name = color_storage value = title:d_b_eichtstad_color } } + title:b_eilenburg = { set_variable = { name = color_storage value = title:d_b_eilenburg_color } } + title:b_eindhoven = { set_variable = { name = color_storage value = title:d_b_eindhoven_color } } + title:b_eisenach = { set_variable = { name = color_storage value = title:d_b_eisenach_color } } + title:b_ejea = { set_variable = { name = color_storage value = title:d_b_ejea_color } } + title:b_ekdala = { set_variable = { name = color_storage value = title:d_b_ekdala_color } } + title:b_eketorp = { set_variable = { name = color_storage value = title:d_b_eketorp_color } } + title:b_eki_khem = { set_variable = { name = color_storage value = title:d_b_eki_khem_color } } + title:b_ekiti = { set_variable = { name = color_storage value = title:d_b_ekiti_color } } + title:b_eklingji = { set_variable = { name = color_storage value = title:d_b_eklingji_color } } + title:b_eksjo = { set_variable = { name = color_storage value = title:d_b_eksjo_color } } + title:b_el-ayo = { set_variable = { name = color_storage value = title:d_b_el-ayo_color } } + title:b_el-eleila = { set_variable = { name = color_storage value = title:d_b_el-eleila_color } } + title:b_el-obeid = { set_variable = { name = color_storage value = title:d_b_el-obeid_color } } + title:b_el_borouj = { set_variable = { name = color_storage value = title:d_b_el_borouj_color } } + title:b_el_buur = { set_variable = { name = color_storage value = title:d_b_el_buur_color } } + title:b_el_dere = { set_variable = { name = color_storage value = title:d_b_el_dere_color } } + title:b_el_fasher = { set_variable = { name = color_storage value = title:d_b_el_fasher_color } } + title:b_el_jem = { set_variable = { name = color_storage value = title:d_b_el_jem_color } } + title:b_el_ksabi = { set_variable = { name = color_storage value = title:d_b_el_ksabi_color } } + title:b_el_waak = { set_variable = { name = color_storage value = title:d_b_el_waak_color } } + title:b_elabuga = { set_variable = { name = color_storage value = title:d_b_elabuga_color } } + title:b_elapura = { set_variable = { name = color_storage value = title:d_b_elapura_color } } + title:b_elasson = { set_variable = { name = color_storage value = title:d_b_elasson_color } } + title:b_elblag = { set_variable = { name = color_storage value = title:d_b_elblag_color } } + title:b_elena = { set_variable = { name = color_storage value = title:d_b_elena_color } } + title:b_elesd = { set_variable = { name = color_storage value = title:d_b_elesd_color } } + title:b_elgin = { set_variable = { name = color_storage value = title:d_b_elgin_color } } + title:b_ellur = { set_variable = { name = color_storage value = title:d_b_ellur_color } } + title:b_elmet = { set_variable = { name = color_storage value = title:d_b_elmet_color } } + title:b_elmina = { set_variable = { name = color_storage value = title:d_b_elmina_color } } + title:b_elsen_tasarkhai = { set_variable = { name = color_storage value = title:d_b_elsen_tasarkhai_color } } + title:b_elvas = { set_variable = { name = color_storage value = title:d_b_elvas_color } } + title:b_ely = { set_variable = { name = color_storage value = title:d_b_ely_color } } + title:b_emba = { set_variable = { name = color_storage value = title:d_b_emba_color } } + title:b_embrun = { set_variable = { name = color_storage value = title:d_b_embrun_color } } + title:b_emden = { set_variable = { name = color_storage value = title:d_b_emden_color } } + title:b_emil = { set_variable = { name = color_storage value = title:d_b_emil_color } } + title:b_emly = { set_variable = { name = color_storage value = title:d_b_emly_color } } + title:b_emmen = { set_variable = { name = color_storage value = title:d_b_emmen_color } } + title:b_empoli = { set_variable = { name = color_storage value = title:d_b_empoli_color } } + title:b_en-nahud = { set_variable = { name = color_storage value = title:d_b_en-nahud_color } } + title:b_endere = { set_variable = { name = color_storage value = title:d_b_endere_color } } + title:b_enescopinge = { set_variable = { name = color_storage value = title:d_b_enescopinge_color } } + title:b_engelberg = { set_variable = { name = color_storage value = title:d_b_engelberg_color } } + title:b_engels = { set_variable = { name = color_storage value = title:d_b_engels_color } } + title:b_ennis = { set_variable = { name = color_storage value = title:d_b_ennis_color } } + title:b_enniscorthy = { set_variable = { name = color_storage value = title:d_b_enniscorthy_color } } + title:b_epernay = { set_variable = { name = color_storage value = title:d_b_epernay_color } } + title:b_ephesos = { set_variable = { name = color_storage value = title:d_b_ephesos_color } } + title:b_epinal = { set_variable = { name = color_storage value = title:d_b_epinal_color } } + title:b_erandol = { set_variable = { name = color_storage value = title:d_b_erandol_color } } + title:b_erbach = { set_variable = { name = color_storage value = title:d_b_erbach_color } } + title:b_erdenet = { set_variable = { name = color_storage value = title:d_b_erdenet_color } } + title:b_erding = { set_variable = { name = color_storage value = title:d_b_erding_color } } + title:b_erementau = { set_variable = { name = color_storage value = title:d_b_erementau_color } } + title:b_erg_ghati = { set_variable = { name = color_storage value = title:d_b_erg_ghati_color } } + title:b_ergaki = { set_variable = { name = color_storage value = title:d_b_ergaki_color } } + title:b_erkhel = { set_variable = { name = color_storage value = title:d_b_erkhel_color } } + title:b_erkne = { set_variable = { name = color_storage value = title:d_b_erkne_color } } + title:b_ernstbrunn = { set_variable = { name = color_storage value = title:d_b_ernstbrunn_color } } + title:b_ersomlyo = { set_variable = { name = color_storage value = title:d_b_ersomlyo_color } } + title:b_ertis = { set_variable = { name = color_storage value = title:d_b_ertis_color } } + title:b_eschenlohe = { set_variable = { name = color_storage value = title:d_b_eschenlohe_color } } + title:b_eschweiler = { set_variable = { name = color_storage value = title:d_b_eschweiler_color } } + title:b_espoo = { set_variable = { name = color_storage value = title:d_b_espoo_color } } + title:b_essen = { set_variable = { name = color_storage value = title:d_b_essen_color } } + title:b_este = { set_variable = { name = color_storage value = title:d_b_este_color } } + title:b_esztergom = { set_variable = { name = color_storage value = title:d_b_esztergom_color } } + title:b_etah = { set_variable = { name = color_storage value = title:d_b_etah_color } } + title:b_etampes = { set_variable = { name = color_storage value = title:d_b_etampes_color } } + title:b_etawah = { set_variable = { name = color_storage value = title:d_b_etawah_color } } + title:b_etzeri = { set_variable = { name = color_storage value = title:d_b_etzeri_color } } + title:b_eu = { set_variable = { name = color_storage value = title:d_b_eu_color } } + title:b_euaissa = { set_variable = { name = color_storage value = title:d_b_euaissa_color } } + title:b_euchaita = { set_variable = { name = color_storage value = title:d_b_euchaita_color } } + title:b_euspena = { set_variable = { name = color_storage value = title:d_b_euspena_color } } + title:b_everstein = { set_variable = { name = color_storage value = title:d_b_everstein_color } } + title:b_evesham = { set_variable = { name = color_storage value = title:d_b_evesham_color } } + title:b_evora = { set_variable = { name = color_storage value = title:d_b_evora_color } } + title:b_evreux = { set_variable = { name = color_storage value = title:d_b_evreux_color } } + title:b_exeter = { set_variable = { name = color_storage value = title:d_b_exeter_color } } + title:b_eylau = { set_variable = { name = color_storage value = title:d_b_eylau_color } } + title:b_eynafylki = { set_variable = { name = color_storage value = title:d_b_eynafylki_color } } + title:b_fachi = { set_variable = { name = color_storage value = title:d_b_fachi_color } } + title:b_fachi_route = { set_variable = { name = color_storage value = title:d_b_fachi_route_color } } + title:b_fadak = { set_variable = { name = color_storage value = title:d_b_fadak_color } } + title:b_fadala = { set_variable = { name = color_storage value = title:d_b_fadala_color } } + title:b_fadama = { set_variable = { name = color_storage value = title:d_b_fadama_color } } + title:b_fafan = { set_variable = { name = color_storage value = title:d_b_fafan_color } } + title:b_fafan-south = { set_variable = { name = color_storage value = title:d_b_fafan-south_color } } + title:b_fahan = { set_variable = { name = color_storage value = title:d_b_fahan_color } } + title:b_fahraj = { set_variable = { name = color_storage value = title:d_b_fahraj_color } } + title:b_fahraj_yazd = { set_variable = { name = color_storage value = title:d_b_fahraj_yazd_color } } + title:b_faizabad = { set_variable = { name = color_storage value = title:d_b_faizabad_color } } + title:b_fajla = { set_variable = { name = color_storage value = title:d_b_fajla_color } } + title:b_fajr = { set_variable = { name = color_storage value = title:d_b_fajr_color } } + title:b_falaise = { set_variable = { name = color_storage value = title:d_b_falaise_color } } + title:b_falaj = { set_variable = { name = color_storage value = title:d_b_falaj_color } } + title:b_falanko = { set_variable = { name = color_storage value = title:d_b_falanko_color } } + title:b_falasha = { set_variable = { name = color_storage value = title:d_b_falasha_color } } + title:b_falene = { set_variable = { name = color_storage value = title:d_b_falene_color } } + title:b_falesti = { set_variable = { name = color_storage value = title:d_b_falesti_color } } + title:b_falkenstein = { set_variable = { name = color_storage value = title:d_b_falkenstein_color } } + title:b_falkirk = { set_variable = { name = color_storage value = title:d_b_falkirk_color } } + title:b_falkoping = { set_variable = { name = color_storage value = title:d_b_falkoping_color } } + title:b_famagusta = { set_variable = { name = color_storage value = title:d_b_famagusta_color } } + title:b_fanhe = { set_variable = { name = color_storage value = title:d_b_fanhe_color } } + title:b_faqus = { set_variable = { name = color_storage value = title:d_b_faqus_color } } + title:b_farabugu = { set_variable = { name = color_storage value = title:d_b_farabugu_color } } + title:b_farah = { set_variable = { name = color_storage value = title:d_b_farah_color } } + title:b_farama = { set_variable = { name = color_storage value = title:d_b_farama_color } } + title:b_faran = { set_variable = { name = color_storage value = title:d_b_faran_color } } + title:b_faras = { set_variable = { name = color_storage value = title:d_b_faras_color } } + title:b_farava = { set_variable = { name = color_storage value = title:d_b_farava_color } } + title:b_farduzes = { set_variable = { name = color_storage value = title:d_b_farduzes_color } } + title:b_farfa = { set_variable = { name = color_storage value = title:d_b_farfa_color } } + title:b_farhajird = { set_variable = { name = color_storage value = title:d_b_farhajird_color } } + title:b_farila = { set_variable = { name = color_storage value = title:d_b_farila_color } } + title:b_farnebo = { set_variable = { name = color_storage value = title:d_b_farnebo_color } } + title:b_faro = { set_variable = { name = color_storage value = title:d_b_faro_color } } + title:b_faroo = { set_variable = { name = color_storage value = title:d_b_faroo_color } } + title:b_faryab = { set_variable = { name = color_storage value = title:d_b_faryab_color } } + title:b_fashal = { set_variable = { name = color_storage value = title:d_b_fashal_color } } + title:b_fatagar = { set_variable = { name = color_storage value = title:d_b_fatagar_color } } + title:b_fathabad = { set_variable = { name = color_storage value = title:d_b_fathabad_color } } + title:b_faucigny = { set_variable = { name = color_storage value = title:d_b_faucigny_color } } + title:b_faulquemont = { set_variable = { name = color_storage value = title:d_b_faulquemont_color } } + title:b_faustinopolis = { set_variable = { name = color_storage value = title:d_b_faustinopolis_color } } + title:b_faw = { set_variable = { name = color_storage value = title:d_b_faw_color } } + title:b_faya = { set_variable = { name = color_storage value = title:d_b_faya_color } } + title:b_fayd = { set_variable = { name = color_storage value = title:d_b_fayd_color } } + title:b_fazughli = { set_variable = { name = color_storage value = title:d_b_fazughli_color } } + title:b_fazughli_east = { set_variable = { name = color_storage value = title:d_b_fazughli_east_color } } + title:b_fecamp = { set_variable = { name = color_storage value = title:d_b_fecamp_color } } + title:b_feher = { set_variable = { name = color_storage value = title:d_b_feher_color } } + title:b_fehertemplom = { set_variable = { name = color_storage value = title:d_b_fehertemplom_color } } + title:b_feldbach = { set_variable = { name = color_storage value = title:d_b_feldbach_color } } + title:b_feldkirchen = { set_variable = { name = color_storage value = title:d_b_feldkirchen_color } } + title:b_fellata = { set_variable = { name = color_storage value = title:d_b_fellata_color } } + title:b_femera = { set_variable = { name = color_storage value = title:d_b_femera_color } } + title:b_fermo = { set_variable = { name = color_storage value = title:d_b_fermo_color } } + title:b_fernabo = { set_variable = { name = color_storage value = title:d_b_fernabo_color } } + title:b_ferns = { set_variable = { name = color_storage value = title:d_b_ferns_color } } + title:b_ferrara = { set_variable = { name = color_storage value = title:d_b_ferrara_color } } + title:b_ferrette = { set_variable = { name = color_storage value = title:d_b_ferrette_color } } + title:b_ferrol = { set_variable = { name = color_storage value = title:d_b_ferrol_color } } + title:b_fes = { set_variable = { name = color_storage value = title:d_b_fes_color } } + title:b_fesensac = { set_variable = { name = color_storage value = title:d_b_fesensac_color } } + title:b_fetesti = { set_variable = { name = color_storage value = title:d_b_fetesti_color } } + title:b_feurs = { set_variable = { name = color_storage value = title:d_b_feurs_color } } + title:b_fezzan_route = { set_variable = { name = color_storage value = title:d_b_fezzan_route_color } } + title:b_figeac = { set_variable = { name = color_storage value = title:d_b_figeac_color } } + title:b_figuig = { set_variable = { name = color_storage value = title:d_b_figuig_color } } + title:b_figuira = { set_variable = { name = color_storage value = title:d_b_figuira_color } } + title:b_fika = { set_variable = { name = color_storage value = title:d_b_fika_color } } + title:b_filiasi = { set_variable = { name = color_storage value = title:d_b_filiasi_color } } + title:b_finnforsar = { set_variable = { name = color_storage value = title:d_b_finnforsar_color } } + title:b_finstigen = { set_variable = { name = color_storage value = title:d_b_finstigen_color } } + title:b_firabr = { set_variable = { name = color_storage value = title:d_b_firabr_color } } + title:b_firaun = { set_variable = { name = color_storage value = title:d_b_firaun_color } } + title:b_firdafylki = { set_variable = { name = color_storage value = title:d_b_firdafylki_color } } + title:b_firenze = { set_variable = { name = color_storage value = title:d_b_firenze_color } } + title:b_firiya = { set_variable = { name = color_storage value = title:d_b_firiya_color } } + title:b_firrim = { set_variable = { name = color_storage value = title:d_b_firrim_color } } + title:b_firuzabad = { set_variable = { name = color_storage value = title:d_b_firuzabad_color } } + title:b_firuzan = { set_variable = { name = color_storage value = title:d_b_firuzan_color } } + title:b_firuzkuh = { set_variable = { name = color_storage value = title:d_b_firuzkuh_color } } + title:b_fishabur = { set_variable = { name = color_storage value = title:d_b_fishabur_color } } + title:b_fishguard = { set_variable = { name = color_storage value = title:d_b_fishguard_color } } + title:b_fjarlandi = { set_variable = { name = color_storage value = title:d_b_fjarlandi_color } } + title:b_florentiola = { set_variable = { name = color_storage value = title:d_b_florentiola_color } } + title:b_floridsdorf = { set_variable = { name = color_storage value = title:d_b_floridsdorf_color } } + title:b_focsani = { set_variable = { name = color_storage value = title:d_b_focsani_color } } + title:b_fogaras = { set_variable = { name = color_storage value = title:d_b_fogaras_color } } + title:b_fogny = { set_variable = { name = color_storage value = title:d_b_fogny_color } } + title:b_foix = { set_variable = { name = color_storage value = title:d_b_foix_color } } + title:b_folgue_karu = { set_variable = { name = color_storage value = title:d_b_folgue_karu_color } } + title:b_follinge = { set_variable = { name = color_storage value = title:d_b_follinge_color } } + title:b_folona = { set_variable = { name = color_storage value = title:d_b_folona_color } } + title:b_fontenay = { set_variable = { name = color_storage value = title:d_b_fontenay_color } } + title:b_forbach = { set_variable = { name = color_storage value = title:d_b_forbach_color } } + title:b_forcalquier = { set_variable = { name = color_storage value = title:d_b_forcalquier_color } } + title:b_forli = { set_variable = { name = color_storage value = title:d_b_forli_color } } + title:b_forst = { set_variable = { name = color_storage value = title:d_b_forst_color } } + title:b_fort_aleksandrovkiy = { set_variable = { name = color_storage value = title:d_b_fort_aleksandrovkiy_color } } + title:b_fort_novoaleksandrovkiy = { set_variable = { name = color_storage value = title:d_b_fort_novoaleksandrovkiy_color } } + title:b_fraga = { set_variable = { name = color_storage value = title:d_b_fraga_color } } + title:b_frankenstein = { set_variable = { name = color_storage value = title:d_b_frankenstein_color } } + title:b_frankfurt = { set_variable = { name = color_storage value = title:d_b_frankfurt_color } } + title:b_freiberg = { set_variable = { name = color_storage value = title:d_b_freiberg_color } } + title:b_freiburg = { set_variable = { name = color_storage value = title:d_b_freiburg_color } } + title:b_freising = { set_variable = { name = color_storage value = title:d_b_freising_color } } + title:b_freistadt = { set_variable = { name = color_storage value = title:d_b_freistadt_color } } + title:b_friedberg = { set_variable = { name = color_storage value = title:d_b_friedberg_color } } + title:b_friskdal = { set_variable = { name = color_storage value = title:d_b_friskdal_color } } + title:b_frolikha = { set_variable = { name = color_storage value = title:d_b_frolikha_color } } + title:b_frolovo = { set_variable = { name = color_storage value = title:d_b_frolovo_color } } + title:b_fronsac = { set_variable = { name = color_storage value = title:d_b_fronsac_color } } + title:b_frontenhausen = { set_variable = { name = color_storage value = title:d_b_frontenhausen_color } } + title:b_froso = { set_variable = { name = color_storage value = title:d_b_froso_color } } + title:b_fudalhi = { set_variable = { name = color_storage value = title:d_b_fudalhi_color } } + title:b_fuerteventura = { set_variable = { name = color_storage value = title:d_b_fuerteventura_color } } + title:b_fukang = { set_variable = { name = color_storage value = title:d_b_fukang_color } } + title:b_fulda = { set_variable = { name = color_storage value = title:d_b_fulda_color } } + title:b_fuqi = { set_variable = { name = color_storage value = title:d_b_fuqi_color } } + title:b_furness = { set_variable = { name = color_storage value = title:d_b_furness_color } } + title:b_fursata = { set_variable = { name = color_storage value = title:d_b_fursata_color } } + title:b_furstenberg = { set_variable = { name = color_storage value = title:d_b_furstenberg_color } } + title:b_fustujan = { set_variable = { name = color_storage value = title:d_b_fustujan_color } } + title:b_fwala-konyan = { set_variable = { name = color_storage value = title:d_b_fwala-konyan_color } } + title:b_gaaltoe = { set_variable = { name = color_storage value = title:d_b_gaaltoe_color } } + title:b_gabal = { set_variable = { name = color_storage value = title:d_b_gabal_color } } + title:b_gabal_south = { set_variable = { name = color_storage value = title:d_b_gabal_south_color } } + title:b_gabarawan = { set_variable = { name = color_storage value = title:d_b_gabarawan_color } } + title:b_gabardan = { set_variable = { name = color_storage value = title:d_b_gabardan_color } } + title:b_gabas = { set_variable = { name = color_storage value = title:d_b_gabas_color } } + title:b_gabasumdo = { set_variable = { name = color_storage value = title:d_b_gabasumdo_color } } + title:b_gabes = { set_variable = { name = color_storage value = title:d_b_gabes_color } } + title:b_gabou = { set_variable = { name = color_storage value = title:d_b_gabou_color } } + title:b_gabou_bura = { set_variable = { name = color_storage value = title:d_b_gabou_bura_color } } + title:b_gabrovo = { set_variable = { name = color_storage value = title:d_b_gabrovo_color } } + title:b_gacko = { set_variable = { name = color_storage value = title:d_b_gacko_color } } + title:b_gade = { set_variable = { name = color_storage value = title:d_b_gade_color } } + title:b_gadei = { set_variable = { name = color_storage value = title:d_b_gadei_color } } + title:b_gadhipuri = { set_variable = { name = color_storage value = title:d_b_gadhipuri_color } } + title:b_gadilon = { set_variable = { name = color_storage value = title:d_b_gadilon_color } } + title:b_gaeta = { set_variable = { name = color_storage value = title:d_b_gaeta_color } } + title:b_gafat = { set_variable = { name = color_storage value = title:d_b_gafat_color } } + title:b_gagnoa = { set_variable = { name = color_storage value = title:d_b_gagnoa_color } } + title:b_gagraun = { set_variable = { name = color_storage value = title:d_b_gagraun_color } } + title:b_gairloch = { set_variable = { name = color_storage value = title:d_b_gairloch_color } } + title:b_gajor = { set_variable = { name = color_storage value = title:d_b_gajor_color } } + title:b_galaga = { set_variable = { name = color_storage value = title:d_b_galaga_color } } + title:b_galam = { set_variable = { name = color_storage value = title:d_b_galam_color } } + title:b_galaseatnu = { set_variable = { name = color_storage value = title:d_b_galaseatnu_color } } + title:b_galashiels = { set_variable = { name = color_storage value = title:d_b_galashiels_color } } + title:b_galati = { set_variable = { name = color_storage value = title:d_b_galati_color } } + title:b_galatia = { set_variable = { name = color_storage value = title:d_b_galatia_color } } + title:b_galich_mersky = { set_variable = { name = color_storage value = title:d_b_galich_mersky_color } } + title:b_galikan = { set_variable = { name = color_storage value = title:d_b_galikan_color } } + title:b_galila = { set_variable = { name = color_storage value = title:d_b_galila_color } } + title:b_galkayo = { set_variable = { name = color_storage value = title:d_b_galkayo_color } } + title:b_gallarate = { set_variable = { name = color_storage value = title:d_b_gallarate_color } } + title:b_galt = { set_variable = { name = color_storage value = title:d_b_galt_color } } + title:b_galtelli = { set_variable = { name = color_storage value = title:d_b_galtelli_color } } + title:b_galuut_nuur = { set_variable = { name = color_storage value = title:d_b_galuut_nuur_color } } + title:b_galway = { set_variable = { name = color_storage value = title:d_b_galway_color } } + title:b_gambaru = { set_variable = { name = color_storage value = title:d_b_gambaru_color } } + title:b_gambo = { set_variable = { name = color_storage value = title:d_b_gambo_color } } + title:b_gamo = { set_variable = { name = color_storage value = title:d_b_gamo_color } } + title:b_ganale = { set_variable = { name = color_storage value = title:d_b_ganale_color } } + title:b_gandzasar = { set_variable = { name = color_storage value = title:d_b_gandzasar_color } } + title:b_ganeboafo = { set_variable = { name = color_storage value = title:d_b_ganeboafo_color } } + title:b_gangadvara = { set_variable = { name = color_storage value = title:d_b_gangadvara_color } } + title:b_gangaikondacolapuram = { set_variable = { name = color_storage value = title:d_b_gangaikondacolapuram_color } } + title:b_gangapur = { set_variable = { name = color_storage value = title:d_b_gangapur_color } } + title:b_gangasdelnarcea = { set_variable = { name = color_storage value = title:d_b_gangasdelnarcea_color } } + title:b_gangca = { set_variable = { name = color_storage value = title:d_b_gangca_color } } + title:b_gangnyi = { set_variable = { name = color_storage value = title:d_b_gangnyi_color } } + title:b_gangra = { set_variable = { name = color_storage value = title:d_b_gangra_color } } + title:b_ganja = { set_variable = { name = color_storage value = title:d_b_ganja_color } } + title:b_ganjam = { set_variable = { name = color_storage value = title:d_b_ganjam_color } } + title:b_ganjun = { set_variable = { name = color_storage value = title:d_b_ganjun_color } } + title:b_gants_khondii = { set_variable = { name = color_storage value = title:d_b_gants_khondii_color } } + title:b_ganz = { set_variable = { name = color_storage value = title:d_b_ganz_color } } + title:b_ganzhou = { set_variable = { name = color_storage value = title:d_b_ganzhou_color } } + title:b_gao = { set_variable = { name = color_storage value = title:d_b_gao_color } } + title:b_gaolan = { set_variable = { name = color_storage value = title:d_b_gaolan_color } } + title:b_gaotai = { set_variable = { name = color_storage value = title:d_b_gaotai_color } } + title:b_gap = { set_variable = { name = color_storage value = title:d_b_gap_color } } + title:b_gar = { set_variable = { name = color_storage value = title:d_b_gar_color } } + title:b_garco = { set_variable = { name = color_storage value = title:d_b_garco_color } } + title:b_garda = { set_variable = { name = color_storage value = title:d_b_garda_color } } + title:b_gardafuul = { set_variable = { name = color_storage value = title:d_b_gardafuul_color } } + title:b_gardelegen = { set_variable = { name = color_storage value = title:d_b_gardelegen_color } } + title:b_gardiki = { set_variable = { name = color_storage value = title:d_b_gardiki_color } } + title:b_gardikia = { set_variable = { name = color_storage value = title:d_b_gardikia_color } } + title:b_gardiz = { set_variable = { name = color_storage value = title:d_b_gardiz_color } } + title:b_gardman = { set_variable = { name = color_storage value = title:d_b_gardman_color } } + title:b_garestin = { set_variable = { name = color_storage value = title:d_b_garestin_color } } + title:b_garh_kundar = { set_variable = { name = color_storage value = title:d_b_garh_kundar_color } } + title:b_garioch = { set_variable = { name = color_storage value = title:d_b_garioch_color } } + title:b_garkung = { set_variable = { name = color_storage value = title:d_b_garkung_color } } + title:b_garna = { set_variable = { name = color_storage value = title:d_b_garna_color } } + title:b_garni = { set_variable = { name = color_storage value = title:d_b_garni_color } } + title:b_garoua = { set_variable = { name = color_storage value = title:d_b_garoua_color } } + title:b_garsaura = { set_variable = { name = color_storage value = title:d_b_garsaura_color } } + title:b_garu_kime = { set_variable = { name = color_storage value = title:d_b_garu_kime_color } } + title:b_garumele = { set_variable = { name = color_storage value = title:d_b_garumele_color } } + title:b_garwolin = { set_variable = { name = color_storage value = title:d_b_garwolin_color } } + title:b_garze = { set_variable = { name = color_storage value = title:d_b_garze_color } } + title:b_gasa = { set_variable = { name = color_storage value = title:d_b_gasa_color } } + title:b_gasga = { set_variable = { name = color_storage value = title:d_b_gasga_color } } + title:b_gash = { set_variable = { name = color_storage value = title:d_b_gash_color } } + title:b_gaskeru = { set_variable = { name = color_storage value = title:d_b_gaskeru_color } } + title:b_gatsuurgazar = { set_variable = { name = color_storage value = title:d_b_gatsuurgazar_color } } + title:b_gauldala = { set_variable = { name = color_storage value = title:d_b_gauldala_color } } + title:b_gaur = { set_variable = { name = color_storage value = title:d_b_gaur_color } } + title:b_gauraina = { set_variable = { name = color_storage value = title:d_b_gauraina_color } } + title:b_gautamkot = { set_variable = { name = color_storage value = title:d_b_gautamkot_color } } + title:b_gavazi = { set_variable = { name = color_storage value = title:d_b_gavazi_color } } + title:b_gavle = { set_variable = { name = color_storage value = title:d_b_gavle_color } } + title:b_gavrilovskoye = { set_variable = { name = color_storage value = title:d_b_gavrilovskoye_color } } + title:b_gawilgarh = { set_variable = { name = color_storage value = title:d_b_gawilgarh_color } } + title:b_gaya = { set_variable = { name = color_storage value = title:d_b_gaya_color } } + title:b_gazargamo = { set_variable = { name = color_storage value = title:d_b_gazargamo_color } } + title:b_gazirat_ibn_umar = { set_variable = { name = color_storage value = title:d_b_gazirat_ibn_umar_color } } + title:b_gbagye = { set_variable = { name = color_storage value = title:d_b_gbagye_color } } + title:b_gbajigbo = { set_variable = { name = color_storage value = title:d_b_gbajigbo_color } } + title:b_gbanshay = { set_variable = { name = color_storage value = title:d_b_gbanshay_color } } + title:b_gdansk = { set_variable = { name = color_storage value = title:d_b_gdansk_color } } + title:b_gdov = { set_variable = { name = color_storage value = title:d_b_gdov_color } } + title:b_gebba = { set_variable = { name = color_storage value = title:d_b_gebba_color } } + title:b_gebeit = { set_variable = { name = color_storage value = title:d_b_gebeit_color } } + title:b_geberge = { set_variable = { name = color_storage value = title:d_b_geberge_color } } + title:b_gedang = { set_variable = { name = color_storage value = title:d_b_gedang_color } } + title:b_gegeen = { set_variable = { name = color_storage value = title:d_b_gegeen_color } } + title:b_gegyai = { set_variable = { name = color_storage value = title:d_b_gegyai_color } } + title:b_geili = { set_variable = { name = color_storage value = title:d_b_geili_color } } + title:b_geisenhausen = { set_variable = { name = color_storage value = title:d_b_geisenhausen_color } } + title:b_geldern = { set_variable = { name = color_storage value = title:d_b_geldern_color } } + title:b_gelnhausen = { set_variable = { name = color_storage value = title:d_b_gelnhausen_color } } + title:b_geme = { set_variable = { name = color_storage value = title:d_b_geme_color } } + title:b_gemer = { set_variable = { name = color_storage value = title:d_b_gemer_color } } + title:b_gemukura = { set_variable = { name = color_storage value = title:d_b_gemukura_color } } + title:b_gendebelo = { set_variable = { name = color_storage value = title:d_b_gendebelo_color } } + title:b_geneva = { set_variable = { name = color_storage value = title:d_b_geneva_color } } + title:b_genoa = { set_variable = { name = color_storage value = title:d_b_genoa_color } } + title:b_gent = { set_variable = { name = color_storage value = title:d_b_gent_color } } + title:b_gera = { set_variable = { name = color_storage value = title:d_b_gera_color } } + title:b_gerash = { set_variable = { name = color_storage value = title:d_b_gerash_color } } + title:b_gerdkuh = { set_variable = { name = color_storage value = title:d_b_gerdkuh_color } } + title:b_germa = { set_variable = { name = color_storage value = title:d_b_germa_color } } + title:b_germa_anatolia = { set_variable = { name = color_storage value = title:d_b_germa_anatolia_color } } + title:b_geroldseck = { set_variable = { name = color_storage value = title:d_b_geroldseck_color } } + title:b_gerze = { set_variable = { name = color_storage value = title:d_b_gerze_color } } + title:b_gestro = { set_variable = { name = color_storage value = title:d_b_gestro_color } } + title:b_geteina = { set_variable = { name = color_storage value = title:d_b_geteina_color } } + title:b_gevaudan = { set_variable = { name = color_storage value = title:d_b_gevaudan_color } } + title:b_ghadames = { set_variable = { name = color_storage value = title:d_b_ghadames_color } } + title:b_ghalafiqa = { set_variable = { name = color_storage value = title:d_b_ghalafiqa_color } } + title:b_ghardaia = { set_variable = { name = color_storage value = title:d_b_ghardaia_color } } + title:b_ghardaman = { set_variable = { name = color_storage value = title:d_b_ghardaman_color } } + title:b_ghat = { set_variable = { name = color_storage value = title:d_b_ghat_color } } + title:b_ghat_route = { set_variable = { name = color_storage value = title:d_b_ghat_route_color } } + title:b_ghatagaon = { set_variable = { name = color_storage value = title:d_b_ghatagaon_color } } + title:b_ghazna = { set_variable = { name = color_storage value = title:d_b_ghazna_color } } + title:b_ghazwan = { set_variable = { name = color_storage value = title:d_b_ghazwan_color } } + title:b_ghazza = { set_variable = { name = color_storage value = title:d_b_ghazza_color } } + title:b_ghazzal = { set_variable = { name = color_storage value = title:d_b_ghazzal_color } } + title:b_gher = { set_variable = { name = color_storage value = title:d_b_gher_color } } + title:b_ghisi = { set_variable = { name = color_storage value = title:d_b_ghisi_color } } + title:b_ghiyaru = { set_variable = { name = color_storage value = title:d_b_ghiyaru_color } } + title:b_ghoraghat = { set_variable = { name = color_storage value = title:d_b_ghoraghat_color } } + title:b_ghotki = { set_variable = { name = color_storage value = title:d_b_ghotki_color } } + title:b_ghoubet = { set_variable = { name = color_storage value = title:d_b_ghoubet_color } } + title:b_ghubaysh = { set_variable = { name = color_storage value = title:d_b_ghubaysh_color } } + title:b_ghuguha_dol = { set_variable = { name = color_storage value = title:d_b_ghuguha_dol_color } } + title:b_ghujduvan = { set_variable = { name = color_storage value = title:d_b_ghujduvan_color } } + title:b_ghulja = { set_variable = { name = color_storage value = title:d_b_ghulja_color } } + title:b_ghumira = { set_variable = { name = color_storage value = title:d_b_ghumira_color } } + title:b_ghur = { set_variable = { name = color_storage value = title:d_b_ghur_color } } + title:b_gibe_innarya = { set_variable = { name = color_storage value = title:d_b_gibe_innarya_color } } + title:b_gidaya = { set_variable = { name = color_storage value = title:d_b_gidaya_color } } + title:b_gidaya-east = { set_variable = { name = color_storage value = title:d_b_gidaya-east_color } } + title:b_gidaya-north = { set_variable = { name = color_storage value = title:d_b_gidaya-north_color } } + title:b_gidim = { set_variable = { name = color_storage value = title:d_b_gidim_color } } + title:b_giempa = { set_variable = { name = color_storage value = title:d_b_giempa_color } } + title:b_gifhorn = { set_variable = { name = color_storage value = title:d_b_gifhorn_color } } + title:b_gijon = { set_variable = { name = color_storage value = title:d_b_gijon_color } } + title:b_gilan = { set_variable = { name = color_storage value = title:d_b_gilan_color } } + title:b_gilgit = { set_variable = { name = color_storage value = title:d_b_gilgit_color } } + title:b_gillberg = { set_variable = { name = color_storage value = title:d_b_gillberg_color } } + title:b_gimhathiththa = { set_variable = { name = color_storage value = title:d_b_gimhathiththa_color } } + title:b_gimhile = { set_variable = { name = color_storage value = title:d_b_gimhile_color } } + title:b_giragi = { set_variable = { name = color_storage value = title:d_b_giragi_color } } + title:b_girona = { set_variable = { name = color_storage value = title:d_b_girona_color } } + title:b_girvan = { set_variable = { name = color_storage value = title:d_b_girvan_color } } + title:b_gishe = { set_variable = { name = color_storage value = title:d_b_gishe_color } } + title:b_gisors = { set_variable = { name = color_storage value = title:d_b_gisors_color } } + title:b_gissebi = { set_variable = { name = color_storage value = title:d_b_gissebi_color } } + title:b_giti = { set_variable = { name = color_storage value = title:d_b_giti_color } } + title:b_giurgiu = { set_variable = { name = color_storage value = title:d_b_giurgiu_color } } + title:b_gizeh = { set_variable = { name = color_storage value = title:d_b_gizeh_color } } + title:b_gizey = { set_variable = { name = color_storage value = title:d_b_gizey_color } } + title:b_gladbach = { set_variable = { name = color_storage value = title:d_b_gladbach_color } } + title:b_glamoc = { set_variable = { name = color_storage value = title:d_b_glamoc_color } } + title:b_glasgow = { set_variable = { name = color_storage value = title:d_b_glasgow_color } } + title:b_glavacioc = { set_variable = { name = color_storage value = title:d_b_glavacioc_color } } + title:b_glaz = { set_variable = { name = color_storage value = title:d_b_glaz_color } } + title:b_glazov = { set_variable = { name = color_storage value = title:d_b_glazov_color } } + title:b_gleichen = { set_variable = { name = color_storage value = title:d_b_gleichen_color } } + title:b_gleichenstein = { set_variable = { name = color_storage value = title:d_b_gleichenstein_color } } + title:b_glencoe = { set_variable = { name = color_storage value = title:d_b_glencoe_color } } + title:b_glenelg = { set_variable = { name = color_storage value = title:d_b_glenelg_color } } + title:b_glenfinnan = { set_variable = { name = color_storage value = title:d_b_glenfinnan_color } } + title:b_glogow = { set_variable = { name = color_storage value = title:d_b_glogow_color } } + title:b_glogowek = { set_variable = { name = color_storage value = title:d_b_glogowek_color } } + title:b_gloucester = { set_variable = { name = color_storage value = title:d_b_gloucester_color } } + title:b_glubocica = { set_variable = { name = color_storage value = title:d_b_glubocica_color } } + title:b_glukhov = { set_variable = { name = color_storage value = title:d_b_glukhov_color } } + title:b_gmund = { set_variable = { name = color_storage value = title:d_b_gmund_color } } + title:b_gnezdovo = { set_variable = { name = color_storage value = title:d_b_gnezdovo_color } } + title:b_gniezno = { set_variable = { name = color_storage value = title:d_b_gniezno_color } } + title:b_goalpara = { set_variable = { name = color_storage value = title:d_b_goalpara_color } } + title:b_gobir = { set_variable = { name = color_storage value = title:d_b_gobir_color } } + title:b_gobir-east = { set_variable = { name = color_storage value = title:d_b_gobir-east_color } } + title:b_gobnangou = { set_variable = { name = color_storage value = title:d_b_gobnangou_color } } + title:b_godawari = { set_variable = { name = color_storage value = title:d_b_godawari_color } } + title:b_godawaya = { set_variable = { name = color_storage value = title:d_b_godawaya_color } } + title:b_gode = { set_variable = { name = color_storage value = title:d_b_gode_color } } + title:b_gogesa = { set_variable = { name = color_storage value = title:d_b_gogesa_color } } + title:b_gograha = { set_variable = { name = color_storage value = title:d_b_gograha_color } } + title:b_goinge = { set_variable = { name = color_storage value = title:d_b_goinge_color } } + title:b_goingyibug = { set_variable = { name = color_storage value = title:d_b_goingyibug_color } } + title:b_gojeb = { set_variable = { name = color_storage value = title:d_b_gojeb_color } } + title:b_gojjam = { set_variable = { name = color_storage value = title:d_b_gojjam_color } } + title:b_golag = { set_variable = { name = color_storage value = title:d_b_golag_color } } + title:b_golaghmuli = { set_variable = { name = color_storage value = title:d_b_golaghmuli_color } } + title:b_golden_hills = { set_variable = { name = color_storage value = title:d_b_golden_hills_color } } + title:b_golkonda = { set_variable = { name = color_storage value = title:d_b_golkonda_color } } + title:b_gomba = { set_variable = { name = color_storage value = title:d_b_gomba_color } } + title:b_gombe = { set_variable = { name = color_storage value = title:d_b_gombe_color } } + title:b_gomel = { set_variable = { name = color_storage value = title:d_b_gomel_color } } + title:b_gomma = { set_variable = { name = color_storage value = title:d_b_gomma_color } } + title:b_gommern = { set_variable = { name = color_storage value = title:d_b_gommern_color } } + title:b_gomoco = { set_variable = { name = color_storage value = title:d_b_gomoco_color } } + title:b_gonda = { set_variable = { name = color_storage value = title:d_b_gonda_color } } + title:b_gondar = { set_variable = { name = color_storage value = title:d_b_gondar_color } } + title:b_gondia = { set_variable = { name = color_storage value = title:d_b_gondia_color } } + title:b_gondishapur = { set_variable = { name = color_storage value = title:d_b_gondishapur_color } } + title:b_gongbo = { set_variable = { name = color_storage value = title:d_b_gongbo_color } } + title:b_gonggar = { set_variable = { name = color_storage value = title:d_b_gonggar_color } } + title:b_gonglung = { set_variable = { name = color_storage value = title:d_b_gonglung_color } } + title:b_gongola = { set_variable = { name = color_storage value = title:d_b_gongola_color } } + title:b_gopakapattana = { set_variable = { name = color_storage value = title:d_b_gopakapattana_color } } + title:b_gopalpur = { set_variable = { name = color_storage value = title:d_b_gopalpur_color } } + title:b_gopbhum = { set_variable = { name = color_storage value = title:d_b_gopbhum_color } } + title:b_goraj = { set_variable = { name = color_storage value = title:d_b_goraj_color } } + title:b_gorakhpur = { set_variable = { name = color_storage value = title:d_b_gorakhpur_color } } + title:b_gorazde = { set_variable = { name = color_storage value = title:d_b_gorazde_color } } + title:b_gordium = { set_variable = { name = color_storage value = title:d_b_gordium_color } } + title:b_gore = { set_variable = { name = color_storage value = title:d_b_gore_color } } + title:b_gori = { set_variable = { name = color_storage value = title:d_b_gori_color } } + title:b_goris = { set_variable = { name = color_storage value = title:d_b_goris_color } } + title:b_goritsa = { set_variable = { name = color_storage value = title:d_b_goritsa_color } } + title:b_gorizia = { set_variable = { name = color_storage value = title:d_b_gorizia_color } } + title:b_gorkha = { set_variable = { name = color_storage value = title:d_b_gorkha_color } } + title:b_gorkhii_terelj = { set_variable = { name = color_storage value = title:d_b_gorkhii_terelj_color } } + title:b_gorko = { set_variable = { name = color_storage value = title:d_b_gorko_color } } + title:b_gorkoalei = { set_variable = { name = color_storage value = title:d_b_gorkoalei_color } } + title:b_gorlitz = { set_variable = { name = color_storage value = title:d_b_gorlitz_color } } + title:b_gorodek = { set_variable = { name = color_storage value = title:d_b_gorodek_color } } + title:b_gorodets = { set_variable = { name = color_storage value = title:d_b_gorodets_color } } + title:b_gorodets-meshchyorsky = { set_variable = { name = color_storage value = title:d_b_gorodets-meshchyorsky_color } } + title:b_goslar = { set_variable = { name = color_storage value = title:d_b_goslar_color } } + title:b_gostynin = { set_variable = { name = color_storage value = title:d_b_gostynin_color } } + title:b_gosudar = { set_variable = { name = color_storage value = title:d_b_gosudar_color } } + title:b_gottingen = { set_variable = { name = color_storage value = title:d_b_gottingen_color } } + title:b_goundafa = { set_variable = { name = color_storage value = title:d_b_goundafa_color } } + title:b_gouzara = { set_variable = { name = color_storage value = title:d_b_gouzara_color } } + title:b_govardhan = { set_variable = { name = color_storage value = title:d_b_govardhan_color } } + title:b_govora = { set_variable = { name = color_storage value = title:d_b_govora_color } } + title:b_gowran = { set_variable = { name = color_storage value = title:d_b_gowran_color } } + title:b_goyu = { set_variable = { name = color_storage value = title:d_b_goyu_color } } + title:b_goz_beida = { set_variable = { name = color_storage value = title:d_b_goz_beida_color } } + title:b_grabow = { set_variable = { name = color_storage value = title:d_b_grabow_color } } + title:b_gradac = { set_variable = { name = color_storage value = title:d_b_gradac_color } } + title:b_gradiska = { set_variable = { name = color_storage value = title:d_b_gradiska_color } } + title:b_grado = { set_variable = { name = color_storage value = title:d_b_grado_color } } + title:b_graftavallen = { set_variable = { name = color_storage value = title:d_b_graftavallen_color } } + title:b_gralheira = { set_variable = { name = color_storage value = title:d_b_gralheira_color } } + title:b_granada = { set_variable = { name = color_storage value = title:d_b_granada_color } } + title:b_grancanaria = { set_variable = { name = color_storage value = title:d_b_grancanaria_color } } + title:b_grand = { set_variable = { name = color_storage value = title:d_b_grand_color } } + title:b_grandmont = { set_variable = { name = color_storage value = title:d_b_grandmont_color } } + title:b_grandpre = { set_variable = { name = color_storage value = title:d_b_grandpre_color } } + title:b_granuul = { set_variable = { name = color_storage value = title:d_b_granuul_color } } + title:b_grasse = { set_variable = { name = color_storage value = title:d_b_grasse_color } } + title:b_graudenz = { set_variable = { name = color_storage value = title:d_b_graudenz_color } } + title:b_grava = { set_variable = { name = color_storage value = title:d_b_grava_color } } + title:b_gray = { set_variable = { name = color_storage value = title:d_b_gray_color } } + title:b_graz = { set_variable = { name = color_storage value = title:d_b_graz_color } } + title:b_greben = { set_variable = { name = color_storage value = title:d_b_greben_color } } + title:b_grebo = { set_variable = { name = color_storage value = title:d_b_grebo_color } } + title:b_greiffenst = { set_variable = { name = color_storage value = title:d_b_greiffenst_color } } + title:b_grenoble = { set_variable = { name = color_storage value = title:d_b_grenoble_color } } + title:b_grevelines = { set_variable = { name = color_storage value = title:d_b_grevelines_color } } + title:b_grevena = { set_variable = { name = color_storage value = title:d_b_grevena_color } } + title:b_griefswald = { set_variable = { name = color_storage value = title:d_b_griefswald_color } } + title:b_grimsby = { set_variable = { name = color_storage value = title:d_b_grimsby_color } } + title:b_grnetti = { set_variable = { name = color_storage value = title:d_b_grnetti_color } } + title:b_grobin = { set_variable = { name = color_storage value = title:d_b_grobin_color } } + title:b_grodno = { set_variable = { name = color_storage value = title:d_b_grodno_color } } + title:b_grong = { set_variable = { name = color_storage value = title:d_b_grong_color } } + title:b_groningen = { set_variable = { name = color_storage value = title:d_b_groningen_color } } + title:b_grossenhain = { set_variable = { name = color_storage value = title:d_b_grossenhain_color } } + title:b_grosseto = { set_variable = { name = color_storage value = title:d_b_grosseto_color } } + title:b_grunberg = { set_variable = { name = color_storage value = title:d_b_grunberg_color } } + title:b_grundasund = { set_variable = { name = color_storage value = title:d_b_grundasund_color } } + title:b_grunningen = { set_variable = { name = color_storage value = title:d_b_grunningen_color } } + title:b_gryazovets = { set_variable = { name = color_storage value = title:d_b_gryazovets_color } } + title:b_gryfino = { set_variable = { name = color_storage value = title:d_b_gryfino_color } } + title:b_guadiato = { set_variable = { name = color_storage value = title:d_b_guadiato_color } } + title:b_guadiz = { set_variable = { name = color_storage value = title:d_b_guadiz_color } } + title:b_guardo = { set_variable = { name = color_storage value = title:d_b_guardo_color } } + title:b_guastalla = { set_variable = { name = color_storage value = title:d_b_guastalla_color } } + title:b_guazhou = { set_variable = { name = color_storage value = title:d_b_guazhou_color } } + title:b_gubbio = { set_variable = { name = color_storage value = title:d_b_gubbio_color } } + title:b_gubin = { set_variable = { name = color_storage value = title:d_b_gubin_color } } + title:b_guchin_us = { set_variable = { name = color_storage value = title:d_b_guchin_us_color } } + title:b_gudakva = { set_variable = { name = color_storage value = title:d_b_gudakva_color } } + title:b_gudalajara = { set_variable = { name = color_storage value = title:d_b_gudalajara_color } } + title:b_guerande = { set_variable = { name = color_storage value = title:d_b_guerande_color } } + title:b_gueret = { set_variable = { name = color_storage value = title:d_b_gueret_color } } + title:b_guerze = { set_variable = { name = color_storage value = title:d_b_guerze_color } } + title:b_guidimaka = { set_variable = { name = color_storage value = title:d_b_guidimaka_color } } + title:b_guildford = { set_variable = { name = color_storage value = title:d_b_guildford_color } } + title:b_guilongu = { set_variable = { name = color_storage value = title:d_b_guilongu_color } } + title:b_guimaraes = { set_variable = { name = color_storage value = title:d_b_guimaraes_color } } + title:b_guinala = { set_variable = { name = color_storage value = title:d_b_guinala_color } } + title:b_gulang = { set_variable = { name = color_storage value = title:d_b_gulang_color } } + title:b_gulariya = { set_variable = { name = color_storage value = title:d_b_gulariya_color } } + title:b_gulbarga = { set_variable = { name = color_storage value = title:d_b_gulbarga_color } } + title:b_gulbene = { set_variable = { name = color_storage value = title:d_b_gulbene_color } } + title:b_gulmi = { set_variable = { name = color_storage value = title:d_b_gulmi_color } } + title:b_gulpaygan = { set_variable = { name = color_storage value = title:d_b_gulpaygan_color } } + title:b_gultari = { set_variable = { name = color_storage value = title:d_b_gultari_color } } + title:b_gulyus = { set_variable = { name = color_storage value = title:d_b_gulyus_color } } + title:b_guma = { set_variable = { name = color_storage value = title:d_b_guma_color } } + title:b_gumbu = { set_variable = { name = color_storage value = title:d_b_gumbu_color } } + title:b_gummi = { set_variable = { name = color_storage value = title:d_b_gummi_color } } + title:b_gumuz_north = { set_variable = { name = color_storage value = title:d_b_gumuz_north_color } } + title:b_gumuz_south = { set_variable = { name = color_storage value = title:d_b_gumuz_south_color } } + title:b_gumuz_west = { set_variable = { name = color_storage value = title:d_b_gumuz_west_color } } + title:b_guna = { set_variable = { name = color_storage value = title:d_b_guna_color } } + title:b_gundijan = { set_variable = { name = color_storage value = title:d_b_gundijan_color } } + title:b_guoddemjavvr = { set_variable = { name = color_storage value = title:d_b_guoddemjavvr_color } } + title:b_guovdageaidnu = { set_variable = { name = color_storage value = title:d_b_guovdageaidnu_color } } + title:b_gurage = { set_variable = { name = color_storage value = title:d_b_gurage_color } } + title:b_gurgan = { set_variable = { name = color_storage value = title:d_b_gurgan_color } } + title:b_gurganj = { set_variable = { name = color_storage value = title:d_b_gurganj_color } } + title:b_gurgi = { set_variable = { name = color_storage value = title:d_b_gurgi_color } } + title:b_gurinai = { set_variable = { name = color_storage value = title:d_b_gurinai_color } } + title:b_gurjaratra = { set_variable = { name = color_storage value = title:d_b_gurjaratra_color } } + title:b_gurma-rharous = { set_variable = { name = color_storage value = title:d_b_gurma-rharous_color } } + title:b_gurma-west = { set_variable = { name = color_storage value = title:d_b_gurma-west_color } } + title:b_gursi = { set_variable = { name = color_storage value = title:d_b_gursi_color } } + title:b_gurunsi = { set_variable = { name = color_storage value = title:d_b_gurunsi_color } } + title:b_gurzivan = { set_variable = { name = color_storage value = title:d_b_gurzivan_color } } + title:b_gusau = { set_variable = { name = color_storage value = title:d_b_gusau_color } } + title:b_gustrow = { set_variable = { name = color_storage value = title:d_b_gustrow_color } } + title:b_gutti = { set_variable = { name = color_storage value = title:d_b_gutti_color } } + title:b_guwari = { set_variable = { name = color_storage value = title:d_b_guwari_color } } + title:b_guzkol = { set_variable = { name = color_storage value = title:d_b_guzkol_color } } + title:b_gwalior = { set_variable = { name = color_storage value = title:d_b_gwalior_color } } + title:b_gy = { set_variable = { name = color_storage value = title:d_b_gy_color } } + title:b_gyaca = { set_variable = { name = color_storage value = title:d_b_gyaca_color } } + title:b_gyagog = { set_variable = { name = color_storage value = title:d_b_gyagog_color } } + title:b_gyaijepozhangge = { set_variable = { name = color_storage value = title:d_b_gyaijepozhangge_color } } + title:b_gyaitang = { set_variable = { name = color_storage value = title:d_b_gyaitang_color } } + title:b_gyama = { set_variable = { name = color_storage value = title:d_b_gyama_color } } + title:b_gyangze = { set_variable = { name = color_storage value = title:d_b_gyangze_color } } + title:b_gyegumdo = { set_variable = { name = color_storage value = title:d_b_gyegumdo_color } } + title:b_gyergyoszentmiklos = { set_variable = { name = color_storage value = title:d_b_gyergyoszentmiklos_color } } + title:b_gyesarco = { set_variable = { name = color_storage value = title:d_b_gyesarco_color } } + title:b_gyezil = { set_variable = { name = color_storage value = title:d_b_gyezil_color } } + title:b_gyimini = { set_variable = { name = color_storage value = title:d_b_gyimini_color } } + title:b_gyirong = { set_variable = { name = color_storage value = title:d_b_gyirong_color } } + title:b_gynaikokastron = { set_variable = { name = color_storage value = title:d_b_gynaikokastron_color } } + title:b_gyongospata = { set_variable = { name = color_storage value = title:d_b_gyongospata_color } } + title:b_gyor = { set_variable = { name = color_storage value = title:d_b_gyor_color } } + title:b_gyozeg = { set_variable = { name = color_storage value = title:d_b_gyozeg_color } } + title:b_gyumai = { set_variable = { name = color_storage value = title:d_b_gyumai_color } } + title:b_haarlem = { set_variable = { name = color_storage value = title:d_b_haarlem_color } } + title:b_habiganj = { set_variable = { name = color_storage value = title:d_b_habiganj_color } } + title:b_hadamakert = { set_variable = { name = color_storage value = title:d_b_hadamakert_color } } + title:b_haddington = { set_variable = { name = color_storage value = title:d_b_haddington_color } } + title:b_hadejia = { set_variable = { name = color_storage value = title:d_b_hadejia_color } } + title:b_hadithat-ana = { set_variable = { name = color_storage value = title:d_b_hadithat-ana_color } } + title:b_hadrianeia = { set_variable = { name = color_storage value = title:d_b_hadrianeia_color } } + title:b_hadrianoi = { set_variable = { name = color_storage value = title:d_b_hadrianoi_color } } + title:b_hadrianopolis = { set_variable = { name = color_storage value = title:d_b_hadrianopolis_color } } + title:b_hadya = { set_variable = { name = color_storage value = title:d_b_hadya_color } } + title:b_haeyan = { set_variable = { name = color_storage value = title:d_b_haeyan_color } } + title:b_hafar = { set_variable = { name = color_storage value = title:d_b_hafar_color } } + title:b_hafit = { set_variable = { name = color_storage value = title:d_b_hafit_color } } + title:b_hafn = { set_variable = { name = color_storage value = title:d_b_hafn_color } } + title:b_hafra = { set_variable = { name = color_storage value = title:d_b_hafra_color } } + title:b_hagen = { set_variable = { name = color_storage value = title:d_b_hagen_color } } + title:b_haguenau = { set_variable = { name = color_storage value = title:d_b_haguenau_color } } + title:b_hahaeci = { set_variable = { name = color_storage value = title:d_b_hahaeci_color } } + title:b_hail = { set_variable = { name = color_storage value = title:d_b_hail_color } } + title:b_haimur = { set_variable = { name = color_storage value = title:d_b_haimur_color } } + title:b_haisyn = { set_variable = { name = color_storage value = title:d_b_haisyn_color } } + title:b_hajipur = { set_variable = { name = color_storage value = title:d_b_hajipur_color } } + title:b_hajir = { set_variable = { name = color_storage value = title:d_b_hajir_color } } + title:b_hakkari = { set_variable = { name = color_storage value = title:d_b_hakkari_color } } + title:b_halab = { set_variable = { name = color_storage value = title:d_b_halab_color } } + title:b_halavand = { set_variable = { name = color_storage value = title:d_b_halavand_color } } + title:b_halberstadt = { set_variable = { name = color_storage value = title:d_b_halberstadt_color } } + title:b_haldi = { set_variable = { name = color_storage value = title:d_b_haldi_color } } + title:b_hali = { set_variable = { name = color_storage value = title:d_b_hali_color } } + title:b_halifax = { set_variable = { name = color_storage value = title:d_b_halifax_color } } + title:b_halikarnassos = { set_variable = { name = color_storage value = title:d_b_halikarnassos_color } } + title:b_halin = { set_variable = { name = color_storage value = title:d_b_halin_color } } + title:b_hall = { set_variable = { name = color_storage value = title:d_b_hall_color } } + title:b_halle = { set_variable = { name = color_storage value = title:d_b_halle_color } } + title:b_hallein = { set_variable = { name = color_storage value = title:d_b_hallein_color } } + title:b_hallstatt = { set_variable = { name = color_storage value = title:d_b_hallstatt_color } } + title:b_halmstad = { set_variable = { name = color_storage value = title:d_b_halmstad_color } } + title:b_halmyros = { set_variable = { name = color_storage value = title:d_b_halmyros_color } } + title:b_haltang = { set_variable = { name = color_storage value = title:d_b_haltang_color } } + title:b_halvad = { set_variable = { name = color_storage value = title:d_b_halvad_color } } + title:b_halych = { set_variable = { name = color_storage value = title:d_b_halych_color } } + title:b_hama = { set_variable = { name = color_storage value = title:d_b_hama_color } } + title:b_hamadan = { set_variable = { name = color_storage value = title:d_b_hamadan_color } } + title:b_hamadat_tinghert = { set_variable = { name = color_storage value = title:d_b_hamadat_tinghert_color } } + title:b_hamarkinda = { set_variable = { name = color_storage value = title:d_b_hamarkinda_color } } + title:b_hamasen = { set_variable = { name = color_storage value = title:d_b_hamasen_color } } + title:b_hamburg = { set_variable = { name = color_storage value = title:d_b_hamburg_color } } + title:b_hameenlinna = { set_variable = { name = color_storage value = title:d_b_hameenlinna_color } } + title:b_hami = { set_variable = { name = color_storage value = title:d_b_hami_color } } + title:b_hamma = { set_variable = { name = color_storage value = title:d_b_hamma_color } } + title:b_hammelburg = { set_variable = { name = color_storage value = title:d_b_hammelburg_color } } + title:b_hammerstein = { set_variable = { name = color_storage value = title:d_b_hammerstein_color } } + title:b_hanan = { set_variable = { name = color_storage value = title:d_b_hanan_color } } + title:b_hanau = { set_variable = { name = color_storage value = title:d_b_hanau_color } } + title:b_hanbalik = { set_variable = { name = color_storage value = title:d_b_hanbalik_color } } + title:b_handia = { set_variable = { name = color_storage value = title:d_b_handia_color } } + title:b_hangal = { set_variable = { name = color_storage value = title:d_b_hangal_color } } + title:b_hangtian = { set_variable = { name = color_storage value = title:d_b_hangtian_color } } + title:b_hangu = { set_variable = { name = color_storage value = title:d_b_hangu_color } } + title:b_hanhai = { set_variable = { name = color_storage value = title:d_b_hanhai_color } } + title:b_hani = { set_variable = { name = color_storage value = title:d_b_hani_color } } + title:b_hanlan = { set_variable = { name = color_storage value = title:d_b_hanlan_color } } + title:b_hanle = { set_variable = { name = color_storage value = title:d_b_hanle_color } } + title:b_hannover = { set_variable = { name = color_storage value = title:d_b_hannover_color } } + title:b_hapsal = { set_variable = { name = color_storage value = title:d_b_hapsal_color } } + title:b_hapur = { set_variable = { name = color_storage value = title:d_b_hapur_color } } + title:b_harad = { set_variable = { name = color_storage value = title:d_b_harad_color } } + title:b_haradok = { set_variable = { name = color_storage value = title:d_b_haradok_color } } + title:b_harar = { set_variable = { name = color_storage value = title:d_b_harar_color } } + title:b_harcourt = { set_variable = { name = color_storage value = title:d_b_harcourt_color } } + title:b_hardanger = { set_variable = { name = color_storage value = title:d_b_hardanger_color } } + title:b_harderwijk = { set_variable = { name = color_storage value = title:d_b_harderwijk_color } } + title:b_hardoi = { set_variable = { name = color_storage value = title:d_b_hardoi_color } } + title:b_hargaya = { set_variable = { name = color_storage value = title:d_b_hargaya_color } } + title:b_hargaya-south = { set_variable = { name = color_storage value = title:d_b_hargaya-south_color } } + title:b_hargaya-west = { set_variable = { name = color_storage value = title:d_b_hargaya-west_color } } + title:b_hargeisa = { set_variable = { name = color_storage value = title:d_b_hargeisa_color } } + title:b_harjumaa = { set_variable = { name = color_storage value = title:d_b_harjumaa_color } } + title:b_harlau = { set_variable = { name = color_storage value = title:d_b_harlau_color } } + title:b_harlingen = { set_variable = { name = color_storage value = title:d_b_harlingen_color } } + title:b_harran = { set_variable = { name = color_storage value = title:d_b_harran_color } } + title:b_harshnath = { set_variable = { name = color_storage value = title:d_b_harshnath_color } } + title:b_harszoc = { set_variable = { name = color_storage value = title:d_b_harszoc_color } } + title:b_hartlepool = { set_variable = { name = color_storage value = title:d_b_hartlepool_color } } + title:b_haruppeswara = { set_variable = { name = color_storage value = title:d_b_haruppeswara_color } } + title:b_hasik = { set_variable = { name = color_storage value = title:d_b_hasik_color } } + title:b_haskovo = { set_variable = { name = color_storage value = title:d_b_haskovo_color } } + title:b_hastikundi = { set_variable = { name = color_storage value = title:d_b_hastikundi_color } } + title:b_hastinapura = { set_variable = { name = color_storage value = title:d_b_hastinapura_color } } + title:b_hastings = { set_variable = { name = color_storage value = title:d_b_hastings_color } } + title:b_haugelandi = { set_variable = { name = color_storage value = title:d_b_haugelandi_color } } + title:b_haugsdorf = { set_variable = { name = color_storage value = title:d_b_haugsdorf_color } } + title:b_havelberg = { set_variable = { name = color_storage value = title:d_b_havelberg_color } } + title:b_hawai = { set_variable = { name = color_storage value = title:d_b_hawai_color } } + title:b_hayange = { set_variable = { name = color_storage value = title:d_b_hayange_color } } + title:b_haylan = { set_variable = { name = color_storage value = title:d_b_haylan_color } } + title:b_hayq = { set_variable = { name = color_storage value = title:d_b_hayq_color } } + title:b_hazarasp = { set_variable = { name = color_storage value = title:d_b_hazarasp_color } } + title:b_hazrat_pandua = { set_variable = { name = color_storage value = title:d_b_hazrat_pandua_color } } + title:b_hebron = { set_variable = { name = color_storage value = title:d_b_hebron_color } } + title:b_hedanger = { set_variable = { name = color_storage value = title:d_b_hedanger_color } } + title:b_heddall = { set_variable = { name = color_storage value = title:d_b_heddall_color } } + title:b_hedeby = { set_variable = { name = color_storage value = title:d_b_hedeby_color } } + title:b_hedmork = { set_variable = { name = color_storage value = title:d_b_hedmork_color } } + title:b_hedong = { set_variable = { name = color_storage value = title:d_b_hedong_color } } + title:b_heiane = { set_variable = { name = color_storage value = title:d_b_heiane_color } } + title:b_heidelberg = { set_variable = { name = color_storage value = title:d_b_heidelberg_color } } + title:b_heihe = { set_variable = { name = color_storage value = title:d_b_heihe_color } } + title:b_heilbronn = { set_variable = { name = color_storage value = title:d_b_heilbronn_color } } + title:b_heiligenberg = { set_variable = { name = color_storage value = title:d_b_heiligenberg_color } } + title:b_helfenstein = { set_variable = { name = color_storage value = title:d_b_helfenstein_color } } + title:b_helge = { set_variable = { name = color_storage value = title:d_b_helge_color } } + title:b_helgum = { set_variable = { name = color_storage value = title:d_b_helgum_color } } + title:b_hellenenstein = { set_variable = { name = color_storage value = title:d_b_hellenenstein_color } } + title:b_helsingborg = { set_variable = { name = color_storage value = title:d_b_helsingborg_color } } + title:b_helsingora = { set_variable = { name = color_storage value = title:d_b_helsingora_color } } + title:b_helston = { set_variable = { name = color_storage value = title:d_b_helston_color } } + title:b_hemavati = { set_variable = { name = color_storage value = title:d_b_hemavati_color } } + title:b_henamorum = { set_variable = { name = color_storage value = title:d_b_henamorum_color } } + title:b_henneberg = { set_variable = { name = color_storage value = title:d_b_henneberg_color } } + title:b_herakleia = { set_variable = { name = color_storage value = title:d_b_herakleia_color } } + title:b_herakleiaperinthos = { set_variable = { name = color_storage value = title:d_b_herakleiaperinthos_color } } + title:b_herat = { set_variable = { name = color_storage value = title:d_b_herat_color } } + title:b_hereford = { set_variable = { name = color_storage value = title:d_b_hereford_color } } + title:b_herombial = { set_variable = { name = color_storage value = title:d_b_herombial_color } } + title:b_herpha = { set_variable = { name = color_storage value = title:d_b_herpha_color } } + title:b_herry = { set_variable = { name = color_storage value = title:d_b_herry_color } } + title:b_hersfeld = { set_variable = { name = color_storage value = title:d_b_hersfeld_color } } + title:b_hertford = { set_variable = { name = color_storage value = title:d_b_hertford_color } } + title:b_hervas = { set_variable = { name = color_storage value = title:d_b_hervas_color } } + title:b_hesare-taq = { set_variable = { name = color_storage value = title:d_b_hesare-taq_color } } + title:b_hesdin = { set_variable = { name = color_storage value = title:d_b_hesdin_color } } + title:b_hetauda = { set_variable = { name = color_storage value = title:d_b_hetauda_color } } + title:b_hewes = { set_variable = { name = color_storage value = title:d_b_hewes_color } } + title:b_hexham = { set_variable = { name = color_storage value = title:d_b_hexham_color } } + title:b_hifair = { set_variable = { name = color_storage value = title:d_b_hifair_color } } + title:b_hiiumaa = { set_variable = { name = color_storage value = title:d_b_hiiumaa_color } } + title:b_hildesheim = { set_variable = { name = color_storage value = title:d_b_hildesheim_color } } + title:b_hileila = { set_variable = { name = color_storage value = title:d_b_hileila_color } } + title:b_himara = { set_variable = { name = color_storage value = title:d_b_himara_color } } + title:b_hims = { set_variable = { name = color_storage value = title:d_b_hims_color } } + title:b_hinawr = { set_variable = { name = color_storage value = title:d_b_hinawr_color } } + title:b_hinthada = { set_variable = { name = color_storage value = title:d_b_hinthada_color } } + title:b_hiraab = { set_variable = { name = color_storage value = title:d_b_hiraab_color } } + title:b_hirschberg = { set_variable = { name = color_storage value = title:d_b_hirschberg_color } } + title:b_hiskampis = { set_variable = { name = color_storage value = title:d_b_hiskampis_color } } + title:b_hisn_al-abr = { set_variable = { name = color_storage value = title:d_b_hisn_al-abr_color } } + title:b_hisn_al-mashuq = { set_variable = { name = color_storage value = title:d_b_hisn_al-mashuq_color } } + title:b_hisn_di-l-qarnain = { set_variable = { name = color_storage value = title:d_b_hisn_di-l-qarnain_color } } + title:b_hisn_kaifa = { set_variable = { name = color_storage value = title:d_b_hisn_kaifa_color } } + title:b_hisn_lawata = { set_variable = { name = color_storage value = title:d_b_hisn_lawata_color } } + title:b_hit = { set_variable = { name = color_storage value = title:d_b_hit_color } } + title:b_hitrar = { set_variable = { name = color_storage value = title:d_b_hitrar_color } } + title:b_hlivno = { set_variable = { name = color_storage value = title:d_b_hlivno_color } } + title:b_hlybokaye = { set_variable = { name = color_storage value = title:d_b_hlybokaye_color } } + title:b_hoboksar = { set_variable = { name = color_storage value = title:d_b_hoboksar_color } } + title:b_hobyo = { set_variable = { name = color_storage value = title:d_b_hobyo_color } } + title:b_hobyo-north = { set_variable = { name = color_storage value = title:d_b_hobyo-north_color } } + title:b_hochberg = { set_variable = { name = color_storage value = title:d_b_hochberg_color } } + title:b_hockenheim = { set_variable = { name = color_storage value = title:d_b_hockenheim_color } } + title:b_hodh_south = { set_variable = { name = color_storage value = title:d_b_hodh_south_color } } + title:b_hodh_west = { set_variable = { name = color_storage value = title:d_b_hodh_west_color } } + title:b_hodonin = { set_variable = { name = color_storage value = title:d_b_hodonin_color } } + title:b_hof = { set_variable = { name = color_storage value = title:d_b_hof_color } } + title:b_hofgeismar = { set_variable = { name = color_storage value = title:d_b_hofgeismar_color } } + title:b_hofn = { set_variable = { name = color_storage value = title:d_b_hofn_color } } + title:b_hogsby = { set_variable = { name = color_storage value = title:d_b_hogsby_color } } + title:b_hohaseco = { set_variable = { name = color_storage value = title:d_b_hohaseco_color } } + title:b_hohenau = { set_variable = { name = color_storage value = title:d_b_hohenau_color } } + title:b_hohenberg = { set_variable = { name = color_storage value = title:d_b_hohenberg_color } } + title:b_hohenburg = { set_variable = { name = color_storage value = title:d_b_hohenburg_color } } + title:b_hohenschwangau = { set_variable = { name = color_storage value = title:d_b_hohenschwangau_color } } + title:b_hohenstein = { set_variable = { name = color_storage value = title:d_b_hohenstein_color } } + title:b_holstebro = { set_variable = { name = color_storage value = title:d_b_holstebro_color } } + title:b_holyhead = { set_variable = { name = color_storage value = title:d_b_holyhead_color } } + title:b_hombori = { set_variable = { name = color_storage value = title:d_b_hombori_color } } + title:b_homburg = { set_variable = { name = color_storage value = title:d_b_homburg_color } } + title:b_hongliuyuan = { set_variable = { name = color_storage value = title:d_b_hongliuyuan_color } } + title:b_honnavalli = { set_variable = { name = color_storage value = title:d_b_honnavalli_color } } + title:b_honnore = { set_variable = { name = color_storage value = title:d_b_honnore_color } } + title:b_hont = { set_variable = { name = color_storage value = title:d_b_hont_color } } + title:b_hor = { set_variable = { name = color_storage value = title:d_b_hor_color } } + title:b_hormuz = { set_variable = { name = color_storage value = title:d_b_hormuz_color } } + title:b_horn = { set_variable = { name = color_storage value = title:d_b_horn_color } } + title:b_hornachos = { set_variable = { name = color_storage value = title:d_b_hornachos_color } } + title:b_horodnytsia = { set_variable = { name = color_storage value = title:d_b_horodnytsia_color } } + title:b_horodok = { set_variable = { name = color_storage value = title:d_b_horodok_color } } + title:b_hoshangabad = { set_variable = { name = color_storage value = title:d_b_hoshangabad_color } } + title:b_hoshyar = { set_variable = { name = color_storage value = title:d_b_hoshyar_color } } + title:b_hotca = { set_variable = { name = color_storage value = title:d_b_hotca_color } } + title:b_hotin = { set_variable = { name = color_storage value = title:d_b_hotin_color } } + title:b_houn = { set_variable = { name = color_storage value = title:d_b_houn_color } } + title:b_hoya = { set_variable = { name = color_storage value = title:d_b_hoya_color } } + title:b_hradec = { set_variable = { name = color_storage value = title:d_b_hradec_color } } + title:b_hradec-nad-moravici = { set_variable = { name = color_storage value = title:d_b_hradec-nad-moravici_color } } + title:b_hradyzk = { set_variable = { name = color_storage value = title:d_b_hradyzk_color } } + title:b_hrazgrad = { set_variable = { name = color_storage value = title:d_b_hrazgrad_color } } + title:b_htigyaing = { set_variable = { name = color_storage value = title:d_b_htigyaing_color } } + title:b_huahai = { set_variable = { name = color_storage value = title:d_b_huahai_color } } + title:b_huangcheng = { set_variable = { name = color_storage value = title:d_b_huangcheng_color } } + title:b_hubli = { set_variable = { name = color_storage value = title:d_b_hubli_color } } + title:b_hudur = { set_variable = { name = color_storage value = title:d_b_hudur_color } } + title:b_huelva = { set_variable = { name = color_storage value = title:d_b_huelva_color } } + title:b_huesca = { set_variable = { name = color_storage value = title:d_b_huesca_color } } + title:b_huescar = { set_variable = { name = color_storage value = title:d_b_huescar_color } } + title:b_huete = { set_variable = { name = color_storage value = title:d_b_huete_color } } + title:b_hukeswag = { set_variable = { name = color_storage value = title:d_b_hukeswag_color } } + title:b_hulbuk = { set_variable = { name = color_storage value = title:d_b_hulbuk_color } } + title:b_hulingsryd = { set_variable = { name = color_storage value = title:d_b_hulingsryd_color } } + title:b_hultaby = { set_variable = { name = color_storage value = title:d_b_hultaby_color } } + title:b_hulwan = { set_variable = { name = color_storage value = title:d_b_hulwan_color } } + title:b_hulwan-cairo = { set_variable = { name = color_storage value = title:d_b_hulwan-cairo_color } } + title:b_humaniya = { set_variable = { name = color_storage value = title:d_b_humaniya_color } } + title:b_hunyan = { set_variable = { name = color_storage value = title:d_b_hunyan_color } } + title:b_hurayda = { set_variable = { name = color_storage value = title:d_b_hurayda_color } } + title:b_hurayz = { set_variable = { name = color_storage value = title:d_b_hurayz_color } } + title:b_hurstingstone = { set_variable = { name = color_storage value = title:d_b_hurstingstone_color } } + title:b_husavik = { set_variable = { name = color_storage value = title:d_b_husavik_color } } + title:b_husi = { set_variable = { name = color_storage value = title:d_b_husi_color } } + title:b_hustai = { set_variable = { name = color_storage value = title:d_b_hustai_color } } + title:b_husumbro = { set_variable = { name = color_storage value = title:d_b_husumbro_color } } + title:b_huszt = { set_variable = { name = color_storage value = title:d_b_huszt_color } } + title:b_huth = { set_variable = { name = color_storage value = title:d_b_huth_color } } + title:b_huw = { set_variable = { name = color_storage value = title:d_b_huw_color } } + title:b_huwaiza = { set_variable = { name = color_storage value = title:d_b_huwaiza_color } } + title:b_huy = { set_variable = { name = color_storage value = title:d_b_huy_color } } + title:b_huzu = { set_variable = { name = color_storage value = title:d_b_huzu_color } } + title:b_hvar = { set_variable = { name = color_storage value = title:d_b_hvar_color } } + title:b_hyan = { set_variable = { name = color_storage value = title:d_b_hyan_color } } + title:b_hypseie = { set_variable = { name = color_storage value = title:d_b_hypseie_color } } + title:b_hyspiratis = { set_variable = { name = color_storage value = title:d_b_hyspiratis_color } } + title:b_hzo = { set_variable = { name = color_storage value = title:d_b_hzo_color } } + title:b_iasi = { set_variable = { name = color_storage value = title:d_b_iasi_color } } + title:b_iassus = { set_variable = { name = color_storage value = title:d_b_iassus_color } } + title:b_iau = { set_variable = { name = color_storage value = title:d_b_iau_color } } + title:b_iaya = { set_variable = { name = color_storage value = title:d_b_iaya_color } } + title:b_ibadan = { set_variable = { name = color_storage value = title:d_b_ibadan_color } } + title:b_ibah = { set_variable = { name = color_storage value = title:d_b_ibah_color } } + title:b_ibarapa = { set_variable = { name = color_storage value = title:d_b_ibarapa_color } } + title:b_ibeitei = { set_variable = { name = color_storage value = title:d_b_ibeitei_color } } + title:b_ibshaya = { set_variable = { name = color_storage value = title:d_b_ibshaya_color } } + title:b_ibyar = { set_variable = { name = color_storage value = title:d_b_ibyar_color } } + title:b_ichikta = { set_variable = { name = color_storage value = title:d_b_ichikta_color } } + title:b_ichiwooq = { set_variable = { name = color_storage value = title:d_b_ichiwooq_color } } + title:b_idanha = { set_variable = { name = color_storage value = title:d_b_idanha_color } } + title:b_idar = { set_variable = { name = color_storage value = title:d_b_idar_color } } + title:b_idhaj = { set_variable = { name = color_storage value = title:d_b_idhaj_color } } + title:b_idofian = { set_variable = { name = color_storage value = title:d_b_idofian_color } } + title:b_idoma = { set_variable = { name = color_storage value = title:d_b_idoma_color } } + title:b_ierapetra = { set_variable = { name = color_storage value = title:d_b_ierapetra_color } } + title:b_ierrisos = { set_variable = { name = color_storage value = title:d_b_ierrisos_color } } + title:b_iesjavri = { set_variable = { name = color_storage value = title:d_b_iesjavri_color } } + title:b_ifat = { set_variable = { name = color_storage value = title:d_b_ifat_color } } + title:b_ifni = { set_variable = { name = color_storage value = title:d_b_ifni_color } } + title:b_ifonyin = { set_variable = { name = color_storage value = title:d_b_ifonyin_color } } + title:b_igala = { set_variable = { name = color_storage value = title:d_b_igala_color } } + title:b_igana = { set_variable = { name = color_storage value = title:d_b_igana_color } } + title:b_igaran = { set_variable = { name = color_storage value = title:d_b_igaran_color } } + title:b_igbo-ukwu = { set_variable = { name = color_storage value = title:d_b_igbo-ukwu_color } } + title:b_igbodo-saki = { set_variable = { name = color_storage value = title:d_b_igbodo-saki_color } } + title:b_igboho = { set_variable = { name = color_storage value = title:d_b_igboho_color } } + title:b_igdy = { set_variable = { name = color_storage value = title:d_b_igdy_color } } + title:b_igilliz = { set_variable = { name = color_storage value = title:d_b_igilliz_color } } + title:b_igiradyatuf = { set_variable = { name = color_storage value = title:d_b_igiradyatuf_color } } + title:b_iglesias = { set_variable = { name = color_storage value = title:d_b_iglesias_color } } + title:b_igra = { set_variable = { name = color_storage value = title:d_b_igra_color } } + title:b_iguidi_east = { set_variable = { name = color_storage value = title:d_b_iguidi_east_color } } + title:b_iguidi_west = { set_variable = { name = color_storage value = title:d_b_iguidi_west_color } } + title:b_ihrit = { set_variable = { name = color_storage value = title:d_b_ihrit_color } } + title:b_iijoki = { set_variable = { name = color_storage value = title:d_b_iijoki_color } } + title:b_ijaye = { set_variable = { name = color_storage value = title:d_b_ijaye_color } } + title:b_ijebu = { set_variable = { name = color_storage value = title:d_b_ijebu_color } } + title:b_ijesha = { set_variable = { name = color_storage value = title:d_b_ijesha_color } } + title:b_ijil = { set_variable = { name = color_storage value = title:d_b_ijil_color } } + title:b_ikare = { set_variable = { name = color_storage value = title:d_b_ikare_color } } + title:b_ikh_bogd = { set_variable = { name = color_storage value = title:d_b_ikh_bogd_color } } + title:b_ikh_nogoon = { set_variable = { name = color_storage value = title:d_b_ikh_nogoon_color } } + title:b_ikh_orgil = { set_variable = { name = color_storage value = title:d_b_ikh_orgil_color } } + title:b_ikh_uul = { set_variable = { name = color_storage value = title:d_b_ikh_uul_color } } + title:b_ikhmin = { set_variable = { name = color_storage value = title:d_b_ikhmin_color } } + title:b_ikhmindi = { set_variable = { name = color_storage value = title:d_b_ikhmindi_color } } + title:b_ikjan = { set_variable = { name = color_storage value = title:d_b_ikjan_color } } + title:b_ikonion = { set_variable = { name = color_storage value = title:d_b_ikonion_color } } + title:b_ikorodu = { set_variable = { name = color_storage value = title:d_b_ikorodu_color } } + title:b_ilam = { set_variable = { name = color_storage value = title:d_b_ilam_color } } + title:b_ilaro = { set_variable = { name = color_storage value = title:d_b_ilaro_color } } + title:b_ilchester = { set_variable = { name = color_storage value = title:d_b_ilchester_color } } + title:b_ile-ife = { set_variable = { name = color_storage value = title:d_b_ile-ife_color } } + title:b_ilekskoi_gorodok = { set_variable = { name = color_storage value = title:d_b_ilekskoi_gorodok_color } } + title:b_ilerena = { set_variable = { name = color_storage value = title:d_b_ilerena_color } } + title:b_ilesa = { set_variable = { name = color_storage value = title:d_b_ilesa_color } } + title:b_iletsk = { set_variable = { name = color_storage value = title:d_b_iletsk_color } } + title:b_ilga = { set_variable = { name = color_storage value = title:d_b_ilga_color } } + title:b_iligh = { set_variable = { name = color_storage value = title:d_b_iligh_color } } + title:b_ilim_MON = { set_variable = { name = color_storage value = title:d_b_ilim_MON_color } } + title:b_ilion = { set_variable = { name = color_storage value = title:d_b_ilion_color } } + title:b_iliq = { set_variable = { name = color_storage value = title:d_b_iliq_color } } + title:b_ilmunster = { set_variable = { name = color_storage value = title:d_b_ilmunster_color } } + title:b_ilo = { set_variable = { name = color_storage value = title:d_b_ilo_color } } + title:b_ilok = { set_variable = { name = color_storage value = title:d_b_ilok_color } } + title:b_ilorin = { set_variable = { name = color_storage value = title:d_b_ilorin_color } } + title:b_ilza = { set_variable = { name = color_storage value = title:d_b_ilza_color } } + title:b_imola = { set_variable = { name = color_storage value = title:d_b_imola_color } } + title:b_imotski = { set_variable = { name = color_storage value = title:d_b_imotski_color } } + title:b_impruneta = { set_variable = { name = color_storage value = title:d_b_impruneta_color } } + title:b_inat = { set_variable = { name = color_storage value = title:d_b_inat_color } } + title:b_indal = { set_variable = { name = color_storage value = title:d_b_indal_color } } + title:b_indegabtan = { set_variable = { name = color_storage value = title:d_b_indegabtan_color } } + title:b_indraprastha = { set_variable = { name = color_storage value = title:d_b_indraprastha_color } } + title:b_indrasthana = { set_variable = { name = color_storage value = title:d_b_indrasthana_color } } + title:b_indur = { set_variable = { name = color_storage value = title:d_b_indur_color } } + title:b_ingolstadt = { set_variable = { name = color_storage value = title:d_b_ingolstadt_color } } + title:b_inia = { set_variable = { name = color_storage value = title:d_b_inia_color } } + title:b_innan_namdal = { set_variable = { name = color_storage value = title:d_b_innan_namdal_color } } + title:b_innarya = { set_variable = { name = color_storage value = title:d_b_innarya_color } } + title:b_innsbruck = { set_variable = { name = color_storage value = title:d_b_innsbruck_color } } + title:b_inowroclaw = { set_variable = { name = color_storage value = title:d_b_inowroclaw_color } } + title:b_insara = { set_variable = { name = color_storage value = title:d_b_insara_color } } + title:b_insterburg = { set_variable = { name = color_storage value = title:d_b_insterburg_color } } + title:b_intarta = { set_variable = { name = color_storage value = title:d_b_intarta_color } } + title:b_inverness = { set_variable = { name = color_storage value = title:d_b_inverness_color } } + title:b_inzer = { set_variable = { name = color_storage value = title:d_b_inzer_color } } + title:b_ioaninna = { set_variable = { name = color_storage value = title:d_b_ioaninna_color } } + title:b_ionopolis = { set_variable = { name = color_storage value = title:d_b_ionopolis_color } } + title:b_iphofen = { set_variable = { name = color_storage value = title:d_b_iphofen_color } } + title:b_ipswich = { set_variable = { name = color_storage value = title:d_b_ipswich_color } } + title:b_iqlid = { set_variable = { name = color_storage value = title:d_b_iqlid_color } } + title:b_iqna = { set_variable = { name = color_storage value = title:d_b_iqna_color } } + title:b_iraklio = { set_variable = { name = color_storage value = title:d_b_iraklio_color } } + title:b_irbid = { set_variable = { name = color_storage value = title:d_b_irbid_color } } + title:b_irbil = { set_variable = { name = color_storage value = title:d_b_irbil_color } } + title:b_irbit = { set_variable = { name = color_storage value = title:d_b_irbit_color } } + title:b_irdning = { set_variable = { name = color_storage value = title:d_b_irdning_color } } + title:b_iren-chabirga = { set_variable = { name = color_storage value = title:d_b_iren-chabirga_color } } + title:b_irgis = { set_variable = { name = color_storage value = title:d_b_irgis_color } } + title:b_iringu = { set_variable = { name = color_storage value = title:d_b_iringu_color } } + title:b_irkutsk = { set_variable = { name = color_storage value = title:d_b_irkutsk_color } } + title:b_irmengtau = { set_variable = { name = color_storage value = title:d_b_irmengtau_color } } + title:b_iro = { set_variable = { name = color_storage value = title:d_b_iro_color } } + title:b_irun = { set_variable = { name = color_storage value = title:d_b_irun_color } } + title:b_isanbai = { set_variable = { name = color_storage value = title:d_b_isanbai_color } } + title:b_isaura = { set_variable = { name = color_storage value = title:d_b_isaura_color } } + title:b_isenburg = { set_variable = { name = color_storage value = title:d_b_isenburg_color } } + title:b_isernia = { set_variable = { name = color_storage value = title:d_b_isernia_color } } + title:b_iset = { set_variable = { name = color_storage value = title:d_b_iset_color } } + title:b_iseyin = { set_variable = { name = color_storage value = title:d_b_iseyin_color } } + title:b_isfahan = { set_variable = { name = color_storage value = title:d_b_isfahan_color } } + title:b_isfara = { set_variable = { name = color_storage value = title:d_b_isfara_color } } + title:b_isfarain = { set_variable = { name = color_storage value = title:d_b_isfarain_color } } + title:b_isfijab = { set_variable = { name = color_storage value = title:d_b_isfijab_color } } + title:b_ishgent = { set_variable = { name = color_storage value = title:d_b_ishgent_color } } + title:b_ishim = { set_variable = { name = color_storage value = title:d_b_ishim_color } } + title:b_ishkamish = { set_variable = { name = color_storage value = title:d_b_ishkamish_color } } + title:b_ishtikhan = { set_variable = { name = color_storage value = title:d_b_ishtikhan_color } } + title:b_ishwaripur = { set_variable = { name = color_storage value = title:d_b_ishwaripur_color } } + title:b_isili = { set_variable = { name = color_storage value = title:d_b_isili_color } } + title:b_iskaf = { set_variable = { name = color_storage value = title:d_b_iskaf_color } } + title:b_islay = { set_variable = { name = color_storage value = title:d_b_islay_color } } + title:b_issenjau = { set_variable = { name = color_storage value = title:d_b_issenjau_color } } + title:b_issoudun = { set_variable = { name = color_storage value = title:d_b_issoudun_color } } + title:b_istakh = { set_variable = { name = color_storage value = title:d_b_istakh_color } } + title:b_istakhbanat = { set_variable = { name = color_storage value = title:d_b_istakhbanat_color } } + title:b_istakhr = { set_variable = { name = color_storage value = title:d_b_istakhr_color } } + title:b_itanagar = { set_variable = { name = color_storage value = title:d_b_itanagar_color } } + title:b_itantsa = { set_variable = { name = color_storage value = title:d_b_itantsa_color } } + title:b_itil = { set_variable = { name = color_storage value = title:d_b_itil_color } } + title:b_ittagi = { set_variable = { name = color_storage value = title:d_b_ittagi_color } } + title:b_itte-kichu = { set_variable = { name = color_storage value = title:d_b_itte-kichu_color } } + title:b_itzehoe = { set_variable = { name = color_storage value = title:d_b_itzehoe_color } } + title:b_iuliopolis = { set_variable = { name = color_storage value = title:d_b_iuliopolis_color } } + title:b_ivancice = { set_variable = { name = color_storage value = title:d_b_ivancice_color } } + title:b_ivankiv = { set_variable = { name = color_storage value = title:d_b_ivankiv_color } } + title:b_ivanovo = { set_variable = { name = color_storage value = title:d_b_ivanovo_color } } + title:b_ivanovskoye = { set_variable = { name = color_storage value = title:d_b_ivanovskoye_color } } + title:b_ivda = { set_variable = { name = color_storage value = title:d_b_ivda_color } } + title:b_iviza = { set_variable = { name = color_storage value = title:d_b_iviza_color } } + title:b_ivrea = { set_variable = { name = color_storage value = title:d_b_ivrea_color } } + title:b_iya_TUV = { set_variable = { name = color_storage value = title:d_b_iya_TUV_color } } + title:b_izan = { set_variable = { name = color_storage value = title:d_b_izan_color } } + title:b_izborsk = { set_variable = { name = color_storage value = title:d_b_izborsk_color } } + title:b_izerhan = { set_variable = { name = color_storage value = title:d_b_izerhan_color } } + title:b_izhevsk = { set_variable = { name = color_storage value = title:d_b_izhevsk_color } } + title:b_izurum = { set_variable = { name = color_storage value = title:d_b_izurum_color } } + title:b_jaalan = { set_variable = { name = color_storage value = title:d_b_jaalan_color } } + title:b_jabal-al-fidda = { set_variable = { name = color_storage value = title:d_b_jabal-al-fidda_color } } + title:b_jabal_al-gharbi = { set_variable = { name = color_storage value = title:d_b_jabal_al-gharbi_color } } + title:b_jabala = { set_variable = { name = color_storage value = title:d_b_jabala_color } } + title:b_jabalta = { set_variable = { name = color_storage value = title:d_b_jabalta_color } } + title:b_jabbul = { set_variable = { name = color_storage value = title:d_b_jabbul_color } } + title:b_jaca = { set_variable = { name = color_storage value = title:d_b_jaca_color } } + title:b_jaceyl_bid = { set_variable = { name = color_storage value = title:d_b_jaceyl_bid_color } } + title:b_jadila = { set_variable = { name = color_storage value = title:d_b_jadila_color } } + title:b_jaen = { set_variable = { name = color_storage value = title:d_b_jaen_color } } + title:b_jaffna = { set_variable = { name = color_storage value = title:d_b_jaffna_color } } + title:b_jagadamba = { set_variable = { name = color_storage value = title:d_b_jagadamba_color } } + title:b_jagara = { set_variable = { name = color_storage value = title:d_b_jagara_color } } + title:b_jagatipur = { set_variable = { name = color_storage value = title:d_b_jagatipur_color } } + title:b_jaggang = { set_variable = { name = color_storage value = title:d_b_jaggang_color } } + title:b_jagsam = { set_variable = { name = color_storage value = title:d_b_jagsam_color } } + title:b_jahanpanah = { set_variable = { name = color_storage value = title:d_b_jahanpanah_color } } + title:b_jahkamakke = { set_variable = { name = color_storage value = title:d_b_jahkamakke_color } } + title:b_jahrum = { set_variable = { name = color_storage value = title:d_b_jahrum_color } } + title:b_jainca = { set_variable = { name = color_storage value = title:d_b_jainca_color } } + title:b_jaisalmer = { set_variable = { name = color_storage value = title:d_b_jaisalmer_color } } + title:b_jajarm = { set_variable = { name = color_storage value = title:d_b_jajarm_color } } + title:b_jajce = { set_variable = { name = color_storage value = title:d_b_jajce_color } } + title:b_jajjanir = { set_variable = { name = color_storage value = title:d_b_jajjanir_color } } + title:b_jajmau = { set_variable = { name = color_storage value = title:d_b_jajmau_color } } + title:b_jakharrad = { set_variable = { name = color_storage value = title:d_b_jakharrad_color } } + title:b_jaksy_kyzy_kurt = { set_variable = { name = color_storage value = title:d_b_jaksy_kyzy_kurt_color } } + title:b_jaksybai = { set_variable = { name = color_storage value = title:d_b_jaksybai_color } } + title:b_jalalghar = { set_variable = { name = color_storage value = title:d_b_jalalghar_color } } + title:b_jalandhar = { set_variable = { name = color_storage value = title:d_b_jalandhar_color } } + title:b_jalaun = { set_variable = { name = color_storage value = title:d_b_jalaun_color } } + title:b_jaldak = { set_variable = { name = color_storage value = title:d_b_jaldak_color } } + title:b_jalhaxi = { set_variable = { name = color_storage value = title:d_b_jalhaxi_color } } + title:b_jaligny = { set_variable = { name = color_storage value = title:d_b_jaligny_color } } + title:b_jalk = { set_variable = { name = color_storage value = title:d_b_jalk_color } } + title:b_jalmat = { set_variable = { name = color_storage value = title:d_b_jalmat_color } } + title:b_jalna = { set_variable = { name = color_storage value = title:d_b_jalna_color } } + title:b_jalor = { set_variable = { name = color_storage value = title:d_b_jalor_color } } + title:b_jalu = { set_variable = { name = color_storage value = title:d_b_jalu_color } } + title:b_jalula = { set_variable = { name = color_storage value = title:d_b_jalula_color } } + title:b_jalula-hulwan = { set_variable = { name = color_storage value = title:d_b_jalula-hulwan_color } } + title:b_jam-jam = { set_variable = { name = color_storage value = title:d_b_jam-jam_color } } + title:b_jaman_akkul = { set_variable = { name = color_storage value = title:d_b_jaman_akkul_color } } + title:b_jaman_arganaty = { set_variable = { name = color_storage value = title:d_b_jaman_arganaty_color } } + title:b_jamantau = { set_variable = { name = color_storage value = title:d_b_jamantau_color } } + title:b_jambalar = { set_variable = { name = color_storage value = title:d_b_jambalar_color } } + title:b_jammu = { set_variable = { name = color_storage value = title:d_b_jammu_color } } + title:b_janai_cheku = { set_variable = { name = color_storage value = title:d_b_janai_cheku_color } } + title:b_janakpur = { set_variable = { name = color_storage value = title:d_b_janakpur_color } } + title:b_jangalbari = { set_variable = { name = color_storage value = title:d_b_jangalbari_color } } + title:b_jangpa = { set_variable = { name = color_storage value = title:d_b_jangpa_color } } + title:b_jangyztau = { set_variable = { name = color_storage value = title:d_b_jangyztau_color } } + title:b_janitsa = { set_variable = { name = color_storage value = title:d_b_janitsa_color } } + title:b_janjero = { set_variable = { name = color_storage value = title:d_b_janjero_color } } + title:b_jannaba = { set_variable = { name = color_storage value = title:d_b_jannaba_color } } + title:b_jarabulus = { set_variable = { name = color_storage value = title:d_b_jarabulus_color } } + title:b_jarai_ka_math = { set_variable = { name = color_storage value = title:d_b_jarai_ka_math_color } } + title:b_jarash = { set_variable = { name = color_storage value = title:d_b_jarash_color } } + title:b_jarbaya = { set_variable = { name = color_storage value = title:d_b_jarbaya_color } } + title:b_jarjis = { set_variable = { name = color_storage value = title:d_b_jarjis_color } } + title:b_jarkul = { set_variable = { name = color_storage value = title:d_b_jarkul_color } } + title:b_jarli_butak = { set_variable = { name = color_storage value = title:d_b_jarli_butak_color } } + title:b_jarmaq = { set_variable = { name = color_storage value = title:d_b_jarmaq_color } } + title:b_jarmaqan = { set_variable = { name = color_storage value = title:d_b_jarmaqan_color } } + title:b_jaromer = { set_variable = { name = color_storage value = title:d_b_jaromer_color } } + title:b_jarquh = { set_variable = { name = color_storage value = title:d_b_jarquh_color } } + title:b_jarva = { set_variable = { name = color_storage value = title:d_b_jarva_color } } + title:b_jask = { set_variable = { name = color_storage value = title:d_b_jask_color } } + title:b_jasky_kart = { set_variable = { name = color_storage value = title:d_b_jasky_kart_color } } + title:b_jasnaul = { set_variable = { name = color_storage value = title:d_b_jasnaul_color } } + title:b_jatharr = { set_variable = { name = color_storage value = title:d_b_jatharr_color } } + title:b_jaund = { set_variable = { name = color_storage value = title:d_b_jaund_color } } + title:b_jaunpur = { set_variable = { name = color_storage value = title:d_b_jaunpur_color } } + title:b_jebba = { set_variable = { name = color_storage value = title:d_b_jebba_color } } + title:b_jebel_abu_negila = { set_variable = { name = color_storage value = title:d_b_jebel_abu_negila_color } } + title:b_jebel_ahmar = { set_variable = { name = color_storage value = title:d_b_jebel_ahmar_color } } + title:b_jebel_geili = { set_variable = { name = color_storage value = title:d_b_jebel_geili_color } } + title:b_jebel_moya = { set_variable = { name = color_storage value = title:d_b_jebel_moya_color } } + title:b_jedburgh = { set_variable = { name = color_storage value = title:d_b_jedburgh_color } } + title:b_jedrzejow = { set_variable = { name = color_storage value = title:d_b_jedrzejow_color } } + title:b_jekabpils = { set_variable = { name = color_storage value = title:d_b_jekabpils_color } } + title:b_jelavi = { set_variable = { name = color_storage value = title:d_b_jelavi_color } } + title:b_jelibakoro = { set_variable = { name = color_storage value = title:d_b_jelibakoro_color } } + title:b_jelling = { set_variable = { name = color_storage value = title:d_b_jelling_color } } + title:b_jeminay = { set_variable = { name = color_storage value = title:d_b_jeminay_color } } + title:b_jend = { set_variable = { name = color_storage value = title:d_b_jend_color } } + title:b_jenne-jeno = { set_variable = { name = color_storage value = title:d_b_jenne-jeno_color } } + title:b_jerba = { set_variable = { name = color_storage value = title:d_b_jerba_color } } + title:b_jerez = { set_variable = { name = color_storage value = title:d_b_jerez_color } } + title:b_jergin = { set_variable = { name = color_storage value = title:d_b_jergin_color } } + title:b_jerjul = { set_variable = { name = color_storage value = title:d_b_jerjul_color } } + title:b_jerm = { set_variable = { name = color_storage value = title:d_b_jerm_color } } + title:b_jersika = { set_variable = { name = color_storage value = title:d_b_jersika_color } } + title:b_jerusalem = { set_variable = { name = color_storage value = title:d_b_jerusalem_color } } + title:b_jhalawar = { set_variable = { name = color_storage value = title:d_b_jhalawar_color } } + title:b_jhalod = { set_variable = { name = color_storage value = title:d_b_jhalod_color } } + title:b_jhansi = { set_variable = { name = color_storage value = title:d_b_jhansi_color } } + title:b_jhelum = { set_variable = { name = color_storage value = title:d_b_jhelum_color } } + title:b_jhodga = { set_variable = { name = color_storage value = title:d_b_jhodga_color } } + title:b_jiahe = { set_variable = { name = color_storage value = title:d_b_jiahe_color } } + title:b_jiayuguan = { set_variable = { name = color_storage value = title:d_b_jiayuguan_color } } + title:b_jibal-al-urd = { set_variable = { name = color_storage value = title:d_b_jibal-al-urd_color } } + title:b_jibala = { set_variable = { name = color_storage value = title:d_b_jibala_color } } + title:b_jibat = { set_variable = { name = color_storage value = title:d_b_jibat_color } } + title:b_jida = { set_variable = { name = color_storage value = title:d_b_jida_color } } + title:b_jidda = { set_variable = { name = color_storage value = title:d_b_jidda_color } } + title:b_jie_DZU = { set_variable = { name = color_storage value = title:d_b_jie_DZU_color } } + title:b_jigdalik = { set_variable = { name = color_storage value = title:d_b_jigdalik_color } } + title:b_jigirbend = { set_variable = { name = color_storage value = title:d_b_jigirbend_color } } + title:b_jigzhi = { set_variable = { name = color_storage value = title:d_b_jigzhi_color } } + title:b_jihlava = { set_variable = { name = color_storage value = title:d_b_jihlava_color } } + title:b_jijel = { set_variable = { name = color_storage value = title:d_b_jijel_color } } + title:b_jilali = { set_variable = { name = color_storage value = title:d_b_jilali_color } } + title:b_jilanjik = { set_variable = { name = color_storage value = title:d_b_jilanjik_color } } + title:b_jildi = { set_variable = { name = color_storage value = title:d_b_jildi_color } } + title:b_jilib = { set_variable = { name = color_storage value = title:d_b_jilib_color } } + title:b_jimbale = { set_variable = { name = color_storage value = title:d_b_jimbale_color } } + title:b_jimi = { set_variable = { name = color_storage value = title:d_b_jimi_color } } + title:b_jimsar = { set_variable = { name = color_storage value = title:d_b_jimsar_color } } + title:b_jinchang = { set_variable = { name = color_storage value = title:d_b_jinchang_color } } + title:b_jinghiz = { set_variable = { name = color_storage value = title:d_b_jinghiz_color } } + title:b_jingtai = { set_variable = { name = color_storage value = title:d_b_jingtai_color } } + title:b_jinji = { set_variable = { name = color_storage value = title:d_b_jinji_color } } + title:b_jinsko = { set_variable = { name = color_storage value = title:d_b_jinsko_color } } + title:b_jinta = { set_variable = { name = color_storage value = title:d_b_jinta_color } } + title:b_jiranj = { set_variable = { name = color_storage value = title:d_b_jiranj_color } } + title:b_jiren_suat = { set_variable = { name = color_storage value = title:d_b_jiren_suat_color } } + title:b_jirnanagara = { set_variable = { name = color_storage value = title:d_b_jirnanagara_color } } + title:b_jiruft = { set_variable = { name = color_storage value = title:d_b_jiruft_color } } + title:b_jith = { set_variable = { name = color_storage value = title:d_b_jith_color } } + title:b_jitikul = { set_variable = { name = color_storage value = title:d_b_jitikul_color } } + title:b_jity_kul = { set_variable = { name = color_storage value = title:d_b_jity_kul_color } } + title:b_jiwani = { set_variable = { name = color_storage value = title:d_b_jiwani_color } } + title:b_joha = { set_variable = { name = color_storage value = title:d_b_joha_color } } + title:b_joinville = { set_variable = { name = color_storage value = title:d_b_joinville_color } } + title:b_jolster = { set_variable = { name = color_storage value = title:d_b_jolster_color } } + title:b_jomala = { set_variable = { name = color_storage value = title:d_b_jomala_color } } + title:b_jomda = { set_variable = { name = color_storage value = title:d_b_jomda_color } } + title:b_jone = { set_variable = { name = color_storage value = title:d_b_jone_color } } + title:b_jonkoping = { set_variable = { name = color_storage value = title:d_b_jonkoping_color } } + title:b_jonzac = { set_variable = { name = color_storage value = title:d_b_jonzac_color } } + title:b_jorga = { set_variable = { name = color_storage value = title:d_b_jorga_color } } + title:b_jorugul = { set_variable = { name = color_storage value = title:d_b_jorugul_color } } + title:b_jos = { set_variable = { name = color_storage value = title:d_b_jos_color } } + title:b_josse = { set_variable = { name = color_storage value = title:d_b_josse_color } } + title:b_jovvkuj = { set_variable = { name = color_storage value = title:d_b_jovvkuj_color } } + title:b_jowhaar = { set_variable = { name = color_storage value = title:d_b_jowhaar_color } } + title:b_jowol = { set_variable = { name = color_storage value = title:d_b_jowol_color } } + title:b_jubba = { set_variable = { name = color_storage value = title:d_b_jubba_color } } + title:b_jubba-ajuraan = { set_variable = { name = color_storage value = title:d_b_jubba-ajuraan_color } } + title:b_jubba-hail = { set_variable = { name = color_storage value = title:d_b_jubba-hail_color } } + title:b_jubba-north = { set_variable = { name = color_storage value = title:d_b_jubba-north_color } } + title:b_judenburg = { set_variable = { name = color_storage value = title:d_b_judenburg_color } } + title:b_judr = { set_variable = { name = color_storage value = title:d_b_judr_color } } + title:b_jugha = { set_variable = { name = color_storage value = title:d_b_jugha_color } } + title:b_juhaina = { set_variable = { name = color_storage value = title:d_b_juhaina_color } } + title:b_julevu = { set_variable = { name = color_storage value = title:d_b_julevu_color } } + title:b_julfa = { set_variable = { name = color_storage value = title:d_b_julfa_color } } + title:b_julfar = { set_variable = { name = color_storage value = title:d_b_julfar_color } } + title:b_julym = { set_variable = { name = color_storage value = title:d_b_julym_color } } + title:b_jumla = { set_variable = { name = color_storage value = title:d_b_jumla_color } } + title:b_juna_barmer = { set_variable = { name = color_storage value = title:d_b_juna_barmer_color } } + title:b_junabid = { set_variable = { name = color_storage value = title:d_b_junabid_color } } + title:b_junkur_kul = { set_variable = { name = color_storage value = title:d_b_junkur_kul_color } } + title:b_junzi = { set_variable = { name = color_storage value = title:d_b_junzi_color } } + title:b_jurash = { set_variable = { name = color_storage value = title:d_b_jurash_color } } + title:b_jurbarkas = { set_variable = { name = color_storage value = title:d_b_jurbarkas_color } } + title:b_jusiya = { set_variable = { name = color_storage value = title:d_b_jusiya_color } } + title:b_juterbog = { set_variable = { name = color_storage value = title:d_b_juterbog_color } } + title:b_juwain = { set_variable = { name = color_storage value = title:d_b_juwain_color } } + title:b_juwair = { set_variable = { name = color_storage value = title:d_b_juwair_color } } + title:b_juy-e-sard = { set_variable = { name = color_storage value = title:d_b_juy-e-sard_color } } + title:b_juyan = { set_variable = { name = color_storage value = title:d_b_juyan_color } } + title:b_juza = { set_variable = { name = color_storage value = title:d_b_juza_color } } + title:b_juzbay = { set_variable = { name = color_storage value = title:d_b_juzbay_color } } + title:b_kaade = { set_variable = { name = color_storage value = title:d_b_kaade_color } } + title:b_kabala = { set_variable = { name = color_storage value = title:d_b_kabala_color } } + title:b_kabans = { set_variable = { name = color_storage value = title:d_b_kabans_color } } + title:b_kabara = { set_variable = { name = color_storage value = title:d_b_kabara_color } } + title:b_kabirwala = { set_variable = { name = color_storage value = title:d_b_kabirwala_color } } + title:b_kabkabiya = { set_variable = { name = color_storage value = title:d_b_kabkabiya_color } } + title:b_kabtag = { set_variable = { name = color_storage value = title:d_b_kabtag_color } } + title:b_kabul = { set_variable = { name = color_storage value = title:d_b_kabul_color } } + title:b_kacharsku = { set_variable = { name = color_storage value = title:d_b_kacharsku_color } } + title:b_kachma = { set_variable = { name = color_storage value = title:d_b_kachma_color } } + title:b_kachu = { set_variable = { name = color_storage value = title:d_b_kachu_color } } + title:b_kada_MON = { set_variable = { name = color_storage value = title:d_b_kada_MON_color } } + title:b_kadam = { set_variable = { name = color_storage value = title:d_b_kadam_color } } + title:b_kadam-south = { set_variable = { name = color_storage value = title:d_b_kadam-south_color } } + title:b_kadam-west = { set_variable = { name = color_storage value = title:d_b_kadam-west_color } } + title:b_kadan = { set_variable = { name = color_storage value = title:d_b_kadan_color } } + title:b_kaddlhutt = { set_variable = { name = color_storage value = title:d_b_kaddlhutt_color } } + title:b_kadero = { set_variable = { name = color_storage value = title:d_b_kadero_color } } + title:b_kadnikov = { set_variable = { name = color_storage value = title:d_b_kadnikov_color } } + title:b_kaduna = { set_variable = { name = color_storage value = title:d_b_kaduna_color } } + title:b_kaduy = { set_variable = { name = color_storage value = title:d_b_kaduy_color } } + title:b_kadwaya = { set_variable = { name = color_storage value = title:d_b_kadwaya_color } } + title:b_kaerji = { set_variable = { name = color_storage value = title:d_b_kaerji_color } } + title:b_kafa = { set_variable = { name = color_storage value = title:d_b_kafa_color } } + title:b_kafartab = { set_variable = { name = color_storage value = title:d_b_kafartab_color } } + title:b_kafartutha = { set_variable = { name = color_storage value = title:d_b_kafartutha_color } } + title:b_kafernburg = { set_variable = { name = color_storage value = title:d_b_kafernburg_color } } + title:b_kaffa = { set_variable = { name = color_storage value = title:d_b_kaffa_color } } + title:b_kafirkot = { set_variable = { name = color_storage value = title:d_b_kafirkot_color } } + title:b_kagar = { set_variable = { name = color_storage value = title:d_b_kagar_color } } + title:b_kaghan = { set_variable = { name = color_storage value = title:d_b_kaghan_color } } + title:b_kaginskoi = { set_variable = { name = color_storage value = title:d_b_kaginskoi_color } } + title:b_kagong = { set_variable = { name = color_storage value = title:d_b_kagong_color } } + title:b_kagusti = { set_variable = { name = color_storage value = title:d_b_kagusti_color } } + title:b_kahlur = { set_variable = { name = color_storage value = title:d_b_kahlur_color } } + title:b_kahone = { set_variable = { name = color_storage value = title:d_b_kahone_color } } + title:b_kai = { set_variable = { name = color_storage value = title:d_b_kai_color } } + title:b_kaiama = { set_variable = { name = color_storage value = title:d_b_kaiama_color } } + title:b_kainar = { set_variable = { name = color_storage value = title:d_b_kainar_color } } + title:b_kainsk = { set_variable = { name = color_storage value = title:d_b_kainsk_color } } + title:b_kairouan = { set_variable = { name = color_storage value = title:d_b_kairouan_color } } + title:b_kaisereia = { set_variable = { name = color_storage value = title:d_b_kaisereia_color } } + title:b_kaiserslautern = { set_variable = { name = color_storage value = title:d_b_kaiserslautern_color } } + title:b_kaisum = { set_variable = { name = color_storage value = title:d_b_kaisum_color } } + title:b_kajaani = { set_variable = { name = color_storage value = title:d_b_kajaani_color } } + title:b_kajdak = { set_variable = { name = color_storage value = title:d_b_kajdak_color } } + title:b_kak = { set_variable = { name = color_storage value = title:d_b_kak_color } } + title:b_kakanda = { set_variable = { name = color_storage value = title:d_b_kakanda_color } } + title:b_kakisalmi = { set_variable = { name = color_storage value = title:d_b_kakisalmi_color } } + title:b_kaklouma = { set_variable = { name = color_storage value = title:d_b_kaklouma_color } } + title:b_kakovka = { set_variable = { name = color_storage value = title:d_b_kakovka_color } } + title:b_kalabagh = { set_variable = { name = color_storage value = title:d_b_kalabagh_color } } + title:b_kalabsha = { set_variable = { name = color_storage value = title:d_b_kalabsha_color } } + title:b_kalahasti = { set_variable = { name = color_storage value = title:d_b_kalahasti_color } } + title:b_kalam = { set_variable = { name = color_storage value = title:d_b_kalam_color } } + title:b_kalam_TARIM = { set_variable = { name = color_storage value = title:d_b_kalam_TARIM_color } } + title:b_kalamata = { set_variable = { name = color_storage value = title:d_b_kalamata_color } } + title:b_kalavryta = { set_variable = { name = color_storage value = title:d_b_kalavryta_color } } + title:b_kalbin = { set_variable = { name = color_storage value = title:d_b_kalbin_color } } + title:b_kale = { set_variable = { name = color_storage value = title:d_b_kale_color } } + title:b_kalfou = { set_variable = { name = color_storage value = title:d_b_kalfou_color } } + title:b_kalif = { set_variable = { name = color_storage value = title:d_b_kalif_color } } + title:b_kalimpong = { set_variable = { name = color_storage value = title:d_b_kalimpong_color } } + title:b_kalinganagara = { set_variable = { name = color_storage value = title:d_b_kalinganagara_color } } + title:b_kalinjar = { set_variable = { name = color_storage value = title:d_b_kalinjar_color } } + title:b_kalinkavichy = { set_variable = { name = color_storage value = title:d_b_kalinkavichy_color } } + title:b_kalisz = { set_variable = { name = color_storage value = title:d_b_kalisz_color } } + title:b_kalliopolis = { set_variable = { name = color_storage value = title:d_b_kalliopolis_color } } + title:b_kalmar = { set_variable = { name = color_storage value = title:d_b_kalmar_color } } + title:b_kalmas = { set_variable = { name = color_storage value = title:d_b_kalmas_color } } + title:b_kalmek-imel = { set_variable = { name = color_storage value = title:d_b_kalmek-imel_color } } + title:b_kalmikovsky = { set_variable = { name = color_storage value = title:d_b_kalmikovsky_color } } + title:b_kalocsa = { set_variable = { name = color_storage value = title:d_b_kalocsa_color } } + title:b_kalos_limen = { set_variable = { name = color_storage value = title:d_b_kalos_limen_color } } + title:b_kalpa = { set_variable = { name = color_storage value = title:d_b_kalpa_color } } + title:b_kalpi = { set_variable = { name = color_storage value = title:d_b_kalpi_color } } + title:b_kalyaneshwari = { set_variable = { name = color_storage value = title:d_b_kalyaneshwari_color } } + title:b_kalyani = { set_variable = { name = color_storage value = title:d_b_kalyani_color } } + title:b_kalyatta = { set_variable = { name = color_storage value = title:d_b_kalyatta_color } } + title:b_kalym = { set_variable = { name = color_storage value = title:d_b_kalym_color } } + title:b_kalyvia = { set_variable = { name = color_storage value = title:d_b_kalyvia_color } } + title:b_kamabai-sanda = { set_variable = { name = color_storage value = title:d_b_kamabai-sanda_color } } + title:b_kamakhya = { set_variable = { name = color_storage value = title:d_b_kamakhya_color } } + title:b_kamalia = { set_variable = { name = color_storage value = title:d_b_kamalia_color } } + title:b_kamaran = { set_variable = { name = color_storage value = title:d_b_kamaran_color } } + title:b_kamaro = { set_variable = { name = color_storage value = title:d_b_kamaro_color } } + title:b_kamarupanagara = { set_variable = { name = color_storage value = title:d_b_kamarupanagara_color } } + title:b_kamatapur = { set_variable = { name = color_storage value = title:d_b_kamatapur_color } } + title:b_kamba = { set_variable = { name = color_storage value = title:d_b_kamba_color } } + title:b_kambampet = { set_variable = { name = color_storage value = title:d_b_kambampet_color } } + title:b_kambata = { set_variable = { name = color_storage value = title:d_b_kambata_color } } + title:b_kamboika = { set_variable = { name = color_storage value = title:d_b_kamboika_color } } + title:b_kamelik = { set_variable = { name = color_storage value = title:d_b_kamelik_color } } + title:b_kamenz = { set_variable = { name = color_storage value = title:d_b_kamenz_color } } + title:b_kamgala = { set_variable = { name = color_storage value = title:d_b_kamgala_color } } + title:b_kamichly_kul = { set_variable = { name = color_storage value = title:d_b_kamichly_kul_color } } + title:b_kamisa = { set_variable = { name = color_storage value = title:d_b_kamisa_color } } + title:b_kamlin = { set_variable = { name = color_storage value = title:d_b_kamlin_color } } + title:b_kammersberg = { set_variable = { name = color_storage value = title:d_b_kammersberg_color } } + title:b_kamnik = { set_variable = { name = color_storage value = title:d_b_kamnik_color } } + title:b_kampen = { set_variable = { name = color_storage value = title:d_b_kampen_color } } + title:b_kampili = { set_variable = { name = color_storage value = title:d_b_kampili_color } } + title:b_kamru = { set_variable = { name = color_storage value = title:d_b_kamru_color } } + title:b_kamyanyets = { set_variable = { name = color_storage value = title:d_b_kamyanyets_color } } + title:b_kamychlov = { set_variable = { name = color_storage value = title:d_b_kamychlov_color } } + title:b_kamyshin = { set_variable = { name = color_storage value = title:d_b_kamyshin_color } } + title:b_kanais_al-hadid = { set_variable = { name = color_storage value = title:d_b_kanais_al-hadid_color } } + title:b_kanchipuram = { set_variable = { name = color_storage value = title:d_b_kanchipuram_color } } + title:b_kandak = { set_variable = { name = color_storage value = title:d_b_kandak_color } } + title:b_kandanavolu = { set_variable = { name = color_storage value = title:d_b_kandanavolu_color } } + title:b_kandara = { set_variable = { name = color_storage value = title:d_b_kandara_color } } + title:b_kandat_uul = { set_variable = { name = color_storage value = title:d_b_kandat_uul_color } } + title:b_kandava = { set_variable = { name = color_storage value = title:d_b_kandava_color } } + title:b_kandi = { set_variable = { name = color_storage value = title:d_b_kandi_color } } + title:b_kandiskaya = { set_variable = { name = color_storage value = title:d_b_kandiskaya_color } } + title:b_kandygatai = { set_variable = { name = color_storage value = title:d_b_kandygatai_color } } + title:b_kanem = { set_variable = { name = color_storage value = title:d_b_kanem_color } } + title:b_kaneya = { set_variable = { name = color_storage value = title:d_b_kaneya_color } } + title:b_kangaba = { set_variable = { name = color_storage value = title:d_b_kangaba_color } } + title:b_kangmar = { set_variable = { name = color_storage value = title:d_b_kangmar_color } } + title:b_kangos = { set_variable = { name = color_storage value = title:d_b_kangos_color } } + title:b_kangra = { set_variable = { name = color_storage value = title:d_b_kangra_color } } + title:b_kangyu = { set_variable = { name = color_storage value = title:d_b_kangyu_color } } + title:b_kaniaga = { set_variable = { name = color_storage value = title:d_b_kaniaga_color } } + title:b_kaniana = { set_variable = { name = color_storage value = title:d_b_kaniana_color } } + title:b_kaniv = { set_variable = { name = color_storage value = title:d_b_kaniv_color } } + title:b_kankan = { set_variable = { name = color_storage value = title:d_b_kankan_color } } + title:b_kanker = { set_variable = { name = color_storage value = title:d_b_kanker_color } } + title:b_kannanur = { set_variable = { name = color_storage value = title:d_b_kannanur_color } } + title:b_kano = { set_variable = { name = color_storage value = title:d_b_kano_color } } + title:b_kansk = { set_variable = { name = color_storage value = title:d_b_kansk_color } } + title:b_kantegir = { set_variable = { name = color_storage value = title:d_b_kantegir_color } } + title:b_kanthakota = { set_variable = { name = color_storage value = title:d_b_kanthakota_color } } + title:b_kantit = { set_variable = { name = color_storage value = title:d_b_kantit_color } } + title:b_kantor = { set_variable = { name = color_storage value = title:d_b_kantor_color } } + title:b_kanyakubja = { set_variable = { name = color_storage value = title:d_b_kanyakubja_color } } + title:b_kaoje = { set_variable = { name = color_storage value = title:d_b_kaoje_color } } + title:b_kapan = { set_variable = { name = color_storage value = title:d_b_kapan_color } } + title:b_kapfenberg = { set_variable = { name = color_storage value = title:d_b_kapfenberg_color } } + title:b_kaposvar = { set_variable = { name = color_storage value = title:d_b_kaposvar_color } } + title:b_kaptadyr = { set_variable = { name = color_storage value = title:d_b_kaptadyr_color } } + title:b_kapuvar = { set_variable = { name = color_storage value = title:d_b_kapuvar_color } } + title:b_kara = { set_variable = { name = color_storage value = title:d_b_kara_color } } + title:b_kara-asirgan = { set_variable = { name = color_storage value = title:d_b_kara-asirgan_color } } + title:b_kara-mugai = { set_variable = { name = color_storage value = title:d_b_kara-mugai_color } } + title:b_kara_chumych = { set_variable = { name = color_storage value = title:d_b_kara_chumych_color } } + title:b_kara_khoja = { set_variable = { name = color_storage value = title:d_b_kara_khoja_color } } + title:b_kara_khol_TUV = { set_variable = { name = color_storage value = title:d_b_kara_khol_TUV_color } } + title:b_kara_sor = { set_variable = { name = color_storage value = title:d_b_kara_sor_color } } + title:b_kara_urunkay = { set_variable = { name = color_storage value = title:d_b_kara_urunkay_color } } + title:b_karabalgasun = { set_variable = { name = color_storage value = title:d_b_karabalgasun_color } } + title:b_karabas = { set_variable = { name = color_storage value = title:d_b_karabas_color } } + title:b_karabash = { set_variable = { name = color_storage value = title:d_b_karabash_color } } + title:b_karabolam = { set_variable = { name = color_storage value = title:d_b_karabolam_color } } + title:b_karabutak = { set_variable = { name = color_storage value = title:d_b_karabutak_color } } + title:b_karachev = { set_variable = { name = color_storage value = title:d_b_karachev_color } } + title:b_karagawa = { set_variable = { name = color_storage value = title:d_b_karagawa_color } } + title:b_karahataka = { set_variable = { name = color_storage value = title:d_b_karahataka_color } } + title:b_karaj-abu-dulad = { set_variable = { name = color_storage value = title:d_b_karaj-abu-dulad_color } } + title:b_karakoro = { set_variable = { name = color_storage value = title:d_b_karakoro_color } } + title:b_karakorum = { set_variable = { name = color_storage value = title:d_b_karakorum_color } } + title:b_karakul = { set_variable = { name = color_storage value = title:d_b_karakul_color } } + title:b_karalbak = { set_variable = { name = color_storage value = title:d_b_karalbak_color } } + title:b_karamay = { set_variable = { name = color_storage value = title:d_b_karamay_color } } + title:b_karamuya = { set_variable = { name = color_storage value = title:d_b_karamuya_color } } + title:b_karansebes = { set_variable = { name = color_storage value = title:d_b_karansebes_color } } + title:b_karaoba = { set_variable = { name = color_storage value = title:d_b_karaoba_color } } + title:b_karaoi = { set_variable = { name = color_storage value = title:d_b_karaoi_color } } + title:b_karas_SIB = { set_variable = { name = color_storage value = title:d_b_karas_SIB_color } } + title:b_karashar = { set_variable = { name = color_storage value = title:d_b_karashar_color } } + title:b_karasjohka = { set_variable = { name = color_storage value = title:d_b_karasjohka_color } } + title:b_karasu = { set_variable = { name = color_storage value = title:d_b_karasu_color } } + title:b_karasuk = { set_variable = { name = color_storage value = title:d_b_karasuk_color } } + title:b_karasye = { set_variable = { name = color_storage value = title:d_b_karasye_color } } + title:b_karatangdy = { set_variable = { name = color_storage value = title:d_b_karatangdy_color } } + title:b_karatayak = { set_variable = { name = color_storage value = title:d_b_karatayak_color } } + title:b_karates = { set_variable = { name = color_storage value = title:d_b_karates_color } } + title:b_karatsagaan = { set_variable = { name = color_storage value = title:d_b_karatsagaan_color } } + title:b_karauda = { set_variable = { name = color_storage value = title:d_b_karauda_color } } + title:b_karavur = { set_variable = { name = color_storage value = title:d_b_karavur_color } } + title:b_karayu = { set_variable = { name = color_storage value = title:d_b_karayu_color } } + title:b_karbala = { set_variable = { name = color_storage value = title:d_b_karbala_color } } + title:b_kardang = { set_variable = { name = color_storage value = title:d_b_kardang_color } } + title:b_karduran-khas = { set_variable = { name = color_storage value = title:d_b_karduran-khas_color } } + title:b_kareima = { set_variable = { name = color_storage value = title:d_b_kareima_color } } + title:b_kargadan = { set_variable = { name = color_storage value = title:d_b_kargadan_color } } + title:b_kargalin = { set_variable = { name = color_storage value = title:d_b_kargalin_color } } + title:b_kargat = { set_variable = { name = color_storage value = title:d_b_kargat_color } } + title:b_karghalik = { set_variable = { name = color_storage value = title:d_b_karghalik_color } } + title:b_kargopol = { set_variable = { name = color_storage value = title:d_b_kargopol_color } } + title:b_karhada = { set_variable = { name = color_storage value = title:d_b_karhada_color } } + title:b_kari_pospat_vosh = { set_variable = { name = color_storage value = title:d_b_kari_pospat_vosh_color } } + title:b_karima = { set_variable = { name = color_storage value = title:d_b_karima_color } } + title:b_karitsa = { set_variable = { name = color_storage value = title:d_b_karitsa_color } } + title:b_kariyan = { set_variable = { name = color_storage value = title:d_b_kariyan_color } } + title:b_karkaraly = { set_variable = { name = color_storage value = title:d_b_karkaraly_color } } + title:b_karkha = { set_variable = { name = color_storage value = title:d_b_karkha_color } } + title:b_karkuya = { set_variable = { name = color_storage value = title:d_b_karkuya_color } } + title:b_karlivka = { set_variable = { name = color_storage value = title:d_b_karlivka_color } } + title:b_karmanta = { set_variable = { name = color_storage value = title:d_b_karmanta_color } } + title:b_karnalis = { set_variable = { name = color_storage value = title:d_b_karnalis_color } } + title:b_karnaphuli = { set_variable = { name = color_storage value = title:d_b_karnaphuli_color } } + title:b_karnasubarna = { set_variable = { name = color_storage value = title:d_b_karnasubarna_color } } + title:b_karoonjar = { set_variable = { name = color_storage value = title:d_b_karoonjar_color } } + title:b_karor = { set_variable = { name = color_storage value = title:d_b_karor_color } } + title:b_karpathos = { set_variable = { name = color_storage value = title:d_b_karpathos_color } } + title:b_kars = { set_variable = { name = color_storage value = title:d_b_kars_color } } + title:b_karsovay = { set_variable = { name = color_storage value = title:d_b_karsovay_color } } + title:b_kartaszevo = { set_variable = { name = color_storage value = title:d_b_kartaszevo_color } } + title:b_kartauzh = { set_variable = { name = color_storage value = title:d_b_kartauzh_color } } + title:b_kartikeyapura = { set_variable = { name = color_storage value = title:d_b_kartikeyapura_color } } + title:b_karu_samys = { set_variable = { name = color_storage value = title:d_b_karu_samys_color } } + title:b_karub = { set_variable = { name = color_storage value = title:d_b_karub_color } } + title:b_karukh = { set_variable = { name = color_storage value = title:d_b_karukh_color } } + title:b_karur = { set_variable = { name = color_storage value = title:d_b_karur_color } } + title:b_karvuna = { set_variable = { name = color_storage value = title:d_b_karvuna_color } } + title:b_karymkary = { set_variable = { name = color_storage value = title:d_b_karymkary_color } } + title:b_karytaina = { set_variable = { name = color_storage value = title:d_b_karytaina_color } } + title:b_karzin = { set_variable = { name = color_storage value = title:d_b_karzin_color } } + title:b_karzok = { set_variable = { name = color_storage value = title:d_b_karzok_color } } + title:b_kasa = { set_variable = { name = color_storage value = title:d_b_kasa_color } } + title:b_kasan = { set_variable = { name = color_storage value = title:d_b_kasan_color } } + title:b_kasara = { set_variable = { name = color_storage value = title:d_b_kasara_color } } + title:b_kaseg = { set_variable = { name = color_storage value = title:d_b_kaseg_color } } + title:b_kash = { set_variable = { name = color_storage value = title:d_b_kash_color } } + title:b_kashan = { set_variable = { name = color_storage value = title:d_b_kashan_color } } + title:b_kashan_VB = { set_variable = { name = color_storage value = title:d_b_kashan_VB_color } } + title:b_kashgar = { set_variable = { name = color_storage value = title:d_b_kashgar_color } } + title:b_kashid = { set_variable = { name = color_storage value = title:d_b_kashid_color } } + title:b_kashin = { set_variable = { name = color_storage value = title:d_b_kashin_color } } + title:b_kashipur = { set_variable = { name = color_storage value = title:d_b_kashipur_color } } + title:b_kashkarata = { set_variable = { name = color_storage value = title:d_b_kashkarata_color } } + title:b_kasib = { set_variable = { name = color_storage value = title:d_b_kasib_color } } + title:b_kaska = { set_variable = { name = color_storage value = title:d_b_kaska_color } } + title:b_kaskar = { set_variable = { name = color_storage value = title:d_b_kaskar_color } } + title:b_kaskelen = { set_variable = { name = color_storage value = title:d_b_kaskelen_color } } + title:b_kaski = { set_variable = { name = color_storage value = title:d_b_kaski_color } } + title:b_kasmala = { set_variable = { name = color_storage value = title:d_b_kasmala_color } } + title:b_kasr_al-kabir = { set_variable = { name = color_storage value = title:d_b_kasr_al-kabir_color } } + title:b_kasriskari = { set_variable = { name = color_storage value = title:d_b_kasriskari_color } } + title:b_kassa = { set_variable = { name = color_storage value = title:d_b_kassa_color } } + title:b_kassala = { set_variable = { name = color_storage value = title:d_b_kassala_color } } + title:b_kassandreia = { set_variable = { name = color_storage value = title:d_b_kassandreia_color } } + title:b_kassarma = { set_variable = { name = color_storage value = title:d_b_kassarma_color } } + title:b_kassel = { set_variable = { name = color_storage value = title:d_b_kassel_color } } + title:b_kassi-markol = { set_variable = { name = color_storage value = title:d_b_kassi-markol_color } } + title:b_kastoria = { set_variable = { name = color_storage value = title:d_b_kastoria_color } } + title:b_kasur = { set_variable = { name = color_storage value = title:d_b_kasur_color } } + title:b_katagum = { set_variable = { name = color_storage value = title:d_b_katagum_color } } + title:b_katak = { set_variable = { name = color_storage value = title:d_b_katak_color } } + title:b_katakekaumene = { set_variable = { name = color_storage value = title:d_b_katakekaumene_color } } + title:b_katargama = { set_variable = { name = color_storage value = title:d_b_katargama_color } } + title:b_katasraj = { set_variable = { name = color_storage value = title:d_b_katasraj_color } } + title:b_katata = { set_variable = { name = color_storage value = title:d_b_katata_color } } + title:b_kath = { set_variable = { name = color_storage value = title:d_b_kath_color } } + title:b_katha = { set_variable = { name = color_storage value = title:d_b_katha_color } } + title:b_kathmandu = { set_variable = { name = color_storage value = title:d_b_kathmandu_color } } + title:b_katok = { set_variable = { name = color_storage value = title:d_b_katok_color } } + title:b_katsina = { set_variable = { name = color_storage value = title:d_b_katsina_color } } + title:b_katu_yaryk = { set_variable = { name = color_storage value = title:d_b_katu_yaryk_color } } + title:b_katun = { set_variable = { name = color_storage value = title:d_b_katun_color } } + title:b_katyaion = { set_variable = { name = color_storage value = title:d_b_katyaion_color } } + title:b_katzenelnbogen = { set_variable = { name = color_storage value = title:d_b_katzenelnbogen_color } } + title:b_kaufbeuren = { set_variable = { name = color_storage value = title:d_b_kaufbeuren_color } } + title:b_kaulas = { set_variable = { name = color_storage value = title:d_b_kaulas_color } } + title:b_kaunas = { set_variable = { name = color_storage value = title:d_b_kaunas_color } } + title:b_kaurestan = { set_variable = { name = color_storage value = title:d_b_kaurestan_color } } + title:b_kavala = { set_variable = { name = color_storage value = title:d_b_kavala_color } } + title:b_kavurskotokale = { set_variable = { name = color_storage value = title:d_b_kavurskotokale_color } } + title:b_kawar_road = { set_variable = { name = color_storage value = title:d_b_kawar_road_color } } + title:b_kayal = { set_variable = { name = color_storage value = title:d_b_kayal_color } } + title:b_kayan = { set_variable = { name = color_storage value = title:d_b_kayan_color } } + title:b_kayao = { set_variable = { name = color_storage value = title:d_b_kayao_color } } + title:b_kayask = { set_variable = { name = color_storage value = title:d_b_kayask_color } } + title:b_kayavarohan = { set_variable = { name = color_storage value = title:d_b_kayavarohan_color } } + title:b_kazalinsk = { set_variable = { name = color_storage value = title:d_b_kazalinsk_color } } + title:b_kazan = { set_variable = { name = color_storage value = title:d_b_kazan_color } } + title:b_kazanka = { set_variable = { name = color_storage value = title:d_b_kazanka_color } } + title:b_kazanskaya = { set_variable = { name = color_storage value = title:d_b_kazanskaya_color } } + title:b_kazanskoye = { set_variable = { name = color_storage value = title:d_b_kazanskoye_color } } + title:b_kazarki = { set_variable = { name = color_storage value = title:d_b_kazarki_color } } + title:b_kazarun = { set_variable = { name = color_storage value = title:d_b_kazarun_color } } + title:b_kazas = { set_variable = { name = color_storage value = title:d_b_kazas_color } } + title:b_kazima = { set_variable = { name = color_storage value = title:d_b_kazima_color } } + title:b_kazyr = { set_variable = { name = color_storage value = title:d_b_kazyr_color } } + title:b_kbumak = { set_variable = { name = color_storage value = title:d_b_kbumak_color } } + title:b_kebbi = { set_variable = { name = color_storage value = title:d_b_kebbi_color } } + title:b_kecskemet = { set_variable = { name = color_storage value = title:d_b_kecskemet_color } } + title:b_kedainiai = { set_variable = { name = color_storage value = title:d_b_kedainiai_color } } + title:b_kedama = { set_variable = { name = color_storage value = title:d_b_kedama_color } } + title:b_keffi = { set_variable = { name = color_storage value = title:d_b_keffi_color } } + title:b_kegen = { set_variable = { name = color_storage value = title:d_b_kegen_color } } + title:b_kehan = { set_variable = { name = color_storage value = title:d_b_kehan_color } } + title:b_keitele = { set_variable = { name = color_storage value = title:d_b_keitele_color } } + title:b_keith = { set_variable = { name = color_storage value = title:d_b_keith_color } } + title:b_keladi = { set_variable = { name = color_storage value = title:d_b_keladi_color } } + title:b_keli = { set_variable = { name = color_storage value = title:d_b_keli_color } } + title:b_keljiga = { set_variable = { name = color_storage value = title:d_b_keljiga_color } } + title:b_kelrayan = { set_variable = { name = color_storage value = title:d_b_kelrayan_color } } + title:b_kelso = { set_variable = { name = color_storage value = title:d_b_kelso_color } } + title:b_keltzine = { set_variable = { name = color_storage value = title:d_b_keltzine_color } } + title:b_kelycyre = { set_variable = { name = color_storage value = title:d_b_kelycyre_color } } + title:b_kem = { set_variable = { name = color_storage value = title:d_b_kem_color } } + title:b_kem_MON = { set_variable = { name = color_storage value = title:d_b_kem_MON_color } } + title:b_kembavi = { set_variable = { name = color_storage value = title:d_b_kembavi_color } } + title:b_kemchug = { set_variable = { name = color_storage value = title:d_b_kemchug_color } } + title:b_kemijavri = { set_variable = { name = color_storage value = title:d_b_kemijavri_color } } + title:b_kemna = { set_variable = { name = color_storage value = title:d_b_kemna_color } } + title:b_kempten = { set_variable = { name = color_storage value = title:d_b_kempten_color } } + title:b_kend-i-badam = { set_variable = { name = color_storage value = title:d_b_kend-i-badam_color } } + title:b_kendal = { set_variable = { name = color_storage value = title:d_b_kendal_color } } + title:b_kenduli = { set_variable = { name = color_storage value = title:d_b_kenduli_color } } + title:b_kensala = { set_variable = { name = color_storage value = title:d_b_kensala_color } } + title:b_kent_KAZ = { set_variable = { name = color_storage value = title:d_b_kent_KAZ_color } } + title:b_kenu = { set_variable = { name = color_storage value = title:d_b_kenu_color } } + title:b_kera = { set_variable = { name = color_storage value = title:d_b_kera_color } } + title:b_kerak = { set_variable = { name = color_storage value = title:d_b_kerak_color } } + title:b_kerch = { set_variable = { name = color_storage value = title:d_b_kerch_color } } + title:b_kerend = { set_variable = { name = color_storage value = title:d_b_kerend_color } } + title:b_kerend-kermanshah = { set_variable = { name = color_storage value = title:d_b_kerend-kermanshah_color } } + title:b_kerimeri = { set_variable = { name = color_storage value = title:d_b_kerimeri_color } } + title:b_keriya = { set_variable = { name = color_storage value = title:d_b_keriya_color } } + title:b_kerken = { set_variable = { name = color_storage value = title:d_b_kerken_color } } + title:b_kerker = { set_variable = { name = color_storage value = title:d_b_kerker_color } } + title:b_kerkinitis = { set_variable = { name = color_storage value = title:d_b_kerkinitis_color } } + title:b_kermanshah = { set_variable = { name = color_storage value = title:d_b_kermanshah_color } } + title:b_kerminiya = { set_variable = { name = color_storage value = title:d_b_kerminiya_color } } + title:b_kernave = { set_variable = { name = color_storage value = title:d_b_kernave_color } } + title:b_kesaria = { set_variable = { name = color_storage value = title:d_b_kesaria_color } } + title:b_keshmar = { set_variable = { name = color_storage value = title:d_b_keshmar_color } } + title:b_kesmark = { set_variable = { name = color_storage value = title:d_b_kesmark_color } } + title:b_ket = { set_variable = { name = color_storage value = title:d_b_ket_color } } + title:b_keta = { set_variable = { name = color_storage value = title:d_b_keta_color } } + title:b_kete-karachi = { set_variable = { name = color_storage value = title:d_b_kete-karachi_color } } + title:b_kettering = { set_variable = { name = color_storage value = title:d_b_kettering_color } } + title:b_ketu = { set_variable = { name = color_storage value = title:d_b_ketu_color } } + title:b_kevevar = { set_variable = { name = color_storage value = title:d_b_kevevar_color } } + title:b_kevrola = { set_variable = { name = color_storage value = title:d_b_kevrola_color } } + title:b_khabis = { set_variable = { name = color_storage value = title:d_b_khabis_color } } + title:b_khabushan = { set_variable = { name = color_storage value = title:d_b_khabushan_color } } + title:b_khaffan = { set_variable = { name = color_storage value = title:d_b_khaffan_color } } + title:b_khajuraho = { set_variable = { name = color_storage value = title:d_b_khajuraho_color } } + title:b_khalatse = { set_variable = { name = color_storage value = title:d_b_khalatse_color } } + title:b_khalkhal = { set_variable = { name = color_storage value = title:d_b_khalkhal_color } } + title:b_khaluvana = { set_variable = { name = color_storage value = title:d_b_khaluvana_color } } + title:b_khamar_daban = { set_variable = { name = color_storage value = title:d_b_khamar_daban_color } } + title:b_khambhat = { set_variable = { name = color_storage value = title:d_b_khambhat_color } } + title:b_khan_huhiin = { set_variable = { name = color_storage value = title:d_b_khan_huhiin_color } } + title:b_khan_khokhii = { set_variable = { name = color_storage value = title:d_b_khan_khokhii_color } } + title:b_khandwa = { set_variable = { name = color_storage value = title:d_b_khandwa_color } } + title:b_khanijar = { set_variable = { name = color_storage value = title:d_b_khanijar_color } } + title:b_khanjargalant = { set_variable = { name = color_storage value = title:d_b_khanjargalant_color } } + title:b_khannesin = { set_variable = { name = color_storage value = title:d_b_khannesin_color } } + title:b_khanty-mansiisk = { set_variable = { name = color_storage value = title:d_b_khanty-mansiisk_color } } + title:b_khaplu = { set_variable = { name = color_storage value = title:d_b_khaplu_color } } + title:b_khar_us = { set_variable = { name = color_storage value = title:d_b_khar_us_color } } + title:b_kharad = { set_variable = { name = color_storage value = title:d_b_kharad_color } } + title:b_kharam-vosh = { set_variable = { name = color_storage value = title:d_b_kharam-vosh_color } } + title:b_kharga = { set_variable = { name = color_storage value = title:d_b_kharga_color } } + title:b_khargal = { set_variable = { name = color_storage value = title:d_b_khargal_color } } + title:b_khargone = { set_variable = { name = color_storage value = title:d_b_khargone_color } } + title:b_kharka = { set_variable = { name = color_storage value = title:d_b_kharka_color } } + title:b_kharnabuji = { set_variable = { name = color_storage value = title:d_b_kharnabuji_color } } + title:b_kharsa = { set_variable = { name = color_storage value = title:d_b_kharsa_color } } + title:b_khartomor_uul = { set_variable = { name = color_storage value = title:d_b_khartomor_uul_color } } + title:b_khasagt_khairkhan = { set_variable = { name = color_storage value = title:d_b_khasagt_khairkhan_color } } + title:b_khasht = { set_variable = { name = color_storage value = title:d_b_khasht_color } } + title:b_khawaf = { set_variable = { name = color_storage value = title:d_b_khawaf_color } } + title:b_khawaj = { set_variable = { name = color_storage value = title:d_b_khawaj_color } } + title:b_khawas = { set_variable = { name = color_storage value = title:d_b_khawas_color } } + title:b_khawr = { set_variable = { name = color_storage value = title:d_b_khawr_color } } + title:b_khawr_baraka = { set_variable = { name = color_storage value = title:d_b_khawr_baraka_color } } + title:b_khawr_nubt = { set_variable = { name = color_storage value = title:d_b_khawr_nubt_color } } + title:b_khaybar = { set_variable = { name = color_storage value = title:d_b_khaybar_color } } + title:b_khaylam = { set_variable = { name = color_storage value = title:d_b_khaylam_color } } + title:b_khazana = { set_variable = { name = color_storage value = title:d_b_khazana_color } } + title:b_khazaran = { set_variable = { name = color_storage value = title:d_b_khazaran_color } } + title:b_khemchiq = { set_variable = { name = color_storage value = title:d_b_khemchiq_color } } + title:b_khentii = { set_variable = { name = color_storage value = title:d_b_khentii_color } } + title:b_kheranion = { set_variable = { name = color_storage value = title:d_b_kheranion_color } } + title:b_khereeoi = { set_variable = { name = color_storage value = title:d_b_khereeoi_color } } + title:b_kherla = { set_variable = { name = color_storage value = title:d_b_kherla_color } } + title:b_kherson = { set_variable = { name = color_storage value = title:d_b_kherson_color } } + title:b_khetaka = { set_variable = { name = color_storage value = title:d_b_khetaka_color } } + title:b_khijjinga = { set_variable = { name = color_storage value = title:d_b_khijjinga_color } } + title:b_khilem_khamar = { set_variable = { name = color_storage value = title:d_b_khilem_khamar_color } } + title:b_khilgazar = { set_variable = { name = color_storage value = title:d_b_khilgazar_color } } + title:b_khilok = { set_variable = { name = color_storage value = title:d_b_khilok_color } } + title:b_khin = { set_variable = { name = color_storage value = title:d_b_khin_color } } + title:b_khindigtik_khol = { set_variable = { name = color_storage value = title:d_b_khindigtik_khol_color } } + title:b_khinisi = { set_variable = { name = color_storage value = title:d_b_khinisi_color } } + title:b_khinjali = { set_variable = { name = color_storage value = title:d_b_khinjali_color } } + title:b_khiva = { set_variable = { name = color_storage value = title:d_b_khiva_color } } + title:b_khlat = { set_variable = { name = color_storage value = title:d_b_khlat_color } } + title:b_khodzhakala = { set_variable = { name = color_storage value = title:d_b_khodzhakala_color } } + title:b_khogno_khan = { set_variable = { name = color_storage value = title:d_b_khogno_khan_color } } + title:b_khoidkhiliin = { set_variable = { name = color_storage value = title:d_b_khoidkhiliin_color } } + title:b_khojand = { set_variable = { name = color_storage value = title:d_b_khojand_color } } + title:b_khokand = { set_variable = { name = color_storage value = title:d_b_khokand_color } } + title:b_khokhoo = { set_variable = { name = color_storage value = title:d_b_khokhoo_color } } + title:b_kholm = { set_variable = { name = color_storage value = title:d_b_kholm_color } } + title:b_kholm_NOV = { set_variable = { name = color_storage value = title:d_b_kholm_NOV_color } } + title:b_kholmogory = { set_variable = { name = color_storage value = title:d_b_kholmogory_color } } + title:b_khoper = { set_variable = { name = color_storage value = title:d_b_khoper_color } } + title:b_khopyor = { set_variable = { name = color_storage value = title:d_b_khopyor_color } } + title:b_khoridol_saridag = { set_variable = { name = color_storage value = title:d_b_khoridol_saridag_color } } + title:b_khortytsia = { set_variable = { name = color_storage value = title:d_b_khortytsia_color } } + title:b_khorysdan = { set_variable = { name = color_storage value = title:d_b_khorysdan_color } } + title:b_khoshk-rud = { set_variable = { name = color_storage value = title:d_b_khoshk-rud_color } } + title:b_khost = { set_variable = { name = color_storage value = title:d_b_khost_color } } + title:b_khotan = { set_variable = { name = color_storage value = title:d_b_khotan_color } } + title:b_khotang = { set_variable = { name = color_storage value = title:d_b_khotang_color } } + title:b_khoton = { set_variable = { name = color_storage value = title:d_b_khoton_color } } + title:b_khoupum = { set_variable = { name = color_storage value = title:d_b_khoupum_color } } + title:b_khoyorgol = { set_variable = { name = color_storage value = title:d_b_khoyorgol_color } } + title:b_khubadan = { set_variable = { name = color_storage value = title:d_b_khubadan_color } } + title:b_khubayan = { set_variable = { name = color_storage value = title:d_b_khubayan_color } } + title:b_khudabad = { set_variable = { name = color_storage value = title:d_b_khudabad_color } } + title:b_khudan_BUR = { set_variable = { name = color_storage value = title:d_b_khudan_BUR_color } } + title:b_khuftidkan = { set_variable = { name = color_storage value = title:d_b_khuftidkan_color } } + title:b_khuftiyan = { set_variable = { name = color_storage value = title:d_b_khuftiyan_color } } + title:b_khuisiin_naiman_nuur = { set_variable = { name = color_storage value = title:d_b_khuisiin_naiman_nuur_color } } + title:b_khuiten = { set_variable = { name = color_storage value = title:d_b_khuiten_color } } + title:b_khulays = { set_variable = { name = color_storage value = title:d_b_khulays_color } } + title:b_khuldursgal = { set_variable = { name = color_storage value = title:d_b_khuldursgal_color } } + title:b_khulm = { set_variable = { name = color_storage value = title:d_b_khulm_color } } + title:b_khunaj = { set_variable = { name = color_storage value = title:d_b_khunaj_color } } + title:b_khunasira = { set_variable = { name = color_storage value = title:d_b_khunasira_color } } + title:b_khur = { set_variable = { name = color_storage value = title:d_b_khur_color } } + title:b_khurayba = { set_variable = { name = color_storage value = title:d_b_khurayba_color } } + title:b_khurel_uul = { set_variable = { name = color_storage value = title:d_b_khurel_uul_color } } + title:b_khurnak = { set_variable = { name = color_storage value = title:d_b_khurnak_color } } + title:b_khursa = { set_variable = { name = color_storage value = title:d_b_khursa_color } } + title:b_khusf = { set_variable = { name = color_storage value = title:d_b_khusf_color } } + title:b_khutag = { set_variable = { name = color_storage value = title:d_b_khutag_color } } + title:b_khuwar = { set_variable = { name = color_storage value = title:d_b_khuwar_color } } + title:b_khwash = { set_variable = { name = color_storage value = title:d_b_khwash_color } } + title:b_khyarhgas = { set_variable = { name = color_storage value = title:d_b_khyarhgas_color } } + title:b_khyungchu = { set_variable = { name = color_storage value = title:d_b_khyungchu_color } } + title:b_kiang = { set_variable = { name = color_storage value = title:d_b_kiang_color } } + title:b_kibithu = { set_variable = { name = color_storage value = title:d_b_kibithu_color } } + title:b_kibran = { set_variable = { name = color_storage value = title:d_b_kibran_color } } + title:b_kicevo = { set_variable = { name = color_storage value = title:d_b_kicevo_color } } + title:b_kidal = { set_variable = { name = color_storage value = title:d_b_kidal_color } } + title:b_kidderminster = { set_variable = { name = color_storage value = title:d_b_kidderminster_color } } + title:b_kidila = { set_variable = { name = color_storage value = title:d_b_kidila_color } } + title:b_kiel = { set_variable = { name = color_storage value = title:d_b_kiel_color } } + title:b_kielce = { set_variable = { name = color_storage value = title:d_b_kielce_color } } + title:b_kiev = { set_variable = { name = color_storage value = title:d_b_kiev_color } } + title:b_kiia = { set_variable = { name = color_storage value = title:d_b_kiia_color } } + title:b_kiilt = { set_variable = { name = color_storage value = title:d_b_kiilt_color } } + title:b_kilcudbrite = { set_variable = { name = color_storage value = title:d_b_kilcudbrite_color } } + title:b_kildare = { set_variable = { name = color_storage value = title:d_b_kildare_color } } + title:b_kilkenny = { set_variable = { name = color_storage value = title:d_b_kilkenny_color } } + title:b_killala = { set_variable = { name = color_storage value = title:d_b_killala_color } } + title:b_killi = { set_variable = { name = color_storage value = title:d_b_killi_color } } + title:b_kilmallock = { set_variable = { name = color_storage value = title:d_b_kilmallock_color } } + title:b_kilmarten = { set_variable = { name = color_storage value = title:d_b_kilmarten_color } } + title:b_kim = { set_variable = { name = color_storage value = title:d_b_kim_color } } + title:b_kincardine = { set_variable = { name = color_storage value = title:d_b_kincardine_color } } + title:b_kincora = { set_variable = { name = color_storage value = title:d_b_kincora_color } } + title:b_kindaholm = { set_variable = { name = color_storage value = title:d_b_kindaholm_color } } + title:b_kineshma = { set_variable = { name = color_storage value = title:d_b_kineshma_color } } + title:b_kingston = { set_variable = { name = color_storage value = title:d_b_kingston_color } } + title:b_kingui = { set_variable = { name = color_storage value = title:d_b_kingui_color } } + title:b_kinna = { set_variable = { name = color_storage value = title:d_b_kinna_color } } + title:b_kinnevald = { set_variable = { name = color_storage value = title:d_b_kinnevald_color } } + title:b_kinsale = { set_variable = { name = color_storage value = title:d_b_kinsale_color } } + title:b_kintampo = { set_variable = { name = color_storage value = title:d_b_kintampo_color } } + title:b_kintus = { set_variable = { name = color_storage value = title:d_b_kintus_color } } + title:b_kiranapura = { set_variable = { name = color_storage value = title:d_b_kiranapura_color } } + title:b_kiratakupa = { set_variable = { name = color_storage value = title:d_b_kiratakupa_color } } + title:b_kircaldy = { set_variable = { name = color_storage value = title:d_b_kircaldy_color } } + title:b_kirchberg = { set_variable = { name = color_storage value = title:d_b_kirchberg_color } } + title:b_kirei = { set_variable = { name = color_storage value = title:d_b_kirei_color } } + title:b_kirenga = { set_variable = { name = color_storage value = title:d_b_kirenga_color } } + title:b_kirgichanskaya = { set_variable = { name = color_storage value = title:d_b_kirgichanskaya_color } } + title:b_kiri-bara = { set_variable = { name = color_storage value = title:d_b_kiri-bara_color } } + title:b_kirikongo = { set_variable = { name = color_storage value = title:d_b_kirikongo_color } } + title:b_kirillov = { set_variable = { name = color_storage value = title:d_b_kirillov_color } } + title:b_kirina = { set_variable = { name = color_storage value = title:d_b_kirina_color } } + title:b_kirishi = { set_variable = { name = color_storage value = title:d_b_kirishi_color } } + title:b_kirkuk = { set_variable = { name = color_storage value = title:d_b_kirkuk_color } } + title:b_kirkwall = { set_variable = { name = color_storage value = title:d_b_kirkwall_color } } + title:b_kirman = { set_variable = { name = color_storage value = title:d_b_kirman_color } } + title:b_kirriemuir = { set_variable = { name = color_storage value = title:d_b_kirriemuir_color } } + title:b_kirsanov = { set_variable = { name = color_storage value = title:d_b_kirsanov_color } } + title:b_kirtipur = { set_variable = { name = color_storage value = title:d_b_kirtipur_color } } + title:b_kish-rudbar = { set_variable = { name = color_storage value = title:d_b_kish-rudbar_color } } + title:b_kishm = { set_variable = { name = color_storage value = title:d_b_kishm_color } } + title:b_kishsh = { set_variable = { name = color_storage value = title:d_b_kishsh_color } } + title:b_kisi = { set_variable = { name = color_storage value = title:d_b_kisi_color } } + title:b_kiskunhalas = { set_variable = { name = color_storage value = title:d_b_kiskunhalas_color } } + title:b_kissi = { set_variable = { name = color_storage value = title:d_b_kissi_color } } + title:b_kita = { set_variable = { name = color_storage value = title:d_b_kita_color } } + title:b_kitat = { set_variable = { name = color_storage value = title:d_b_kitat_color } } + title:b_kitka = { set_variable = { name = color_storage value = title:d_b_kitka_color } } + title:b_kitoi = { set_variable = { name = color_storage value = title:d_b_kitoi_color } } + title:b_kittal = { set_variable = { name = color_storage value = title:d_b_kittal_color } } + title:b_kitzbuhel = { set_variable = { name = color_storage value = title:d_b_kitzbuhel_color } } + title:b_kiz = { set_variable = { name = color_storage value = title:d_b_kiz_color } } + title:b_kizir = { set_variable = { name = color_storage value = title:d_b_kizir_color } } + title:b_kizlyar = { set_variable = { name = color_storage value = title:d_b_kizlyar_color } } + title:b_kjoosonoi = { set_variable = { name = color_storage value = title:d_b_kjoosonoi_color } } + title:b_kladovo = { set_variable = { name = color_storage value = title:d_b_kladovo_color } } + title:b_kladzko = { set_variable = { name = color_storage value = title:d_b_kladzko_color } } + title:b_klagenfurt = { set_variable = { name = color_storage value = title:d_b_klagenfurt_color } } + title:b_klaustur = { set_variable = { name = color_storage value = title:d_b_klaustur_color } } + title:b_klenovskaya = { set_variable = { name = color_storage value = title:d_b_klenovskaya_color } } + title:b_klenow = { set_variable = { name = color_storage value = title:d_b_klenow_color } } + title:b_klepiki = { set_variable = { name = color_storage value = title:d_b_klepiki_color } } + title:b_kletsk = { set_variable = { name = color_storage value = title:d_b_kletsk_color } } + title:b_klevan = { set_variable = { name = color_storage value = title:d_b_klevan_color } } + title:b_kleve = { set_variable = { name = color_storage value = title:d_b_kleve_color } } + title:b_klichen = { set_variable = { name = color_storage value = title:d_b_klichen_color } } + title:b_klimavichy = { set_variable = { name = color_storage value = title:d_b_klimavichy_color } } + title:b_klin = { set_variable = { name = color_storage value = title:d_b_klin_color } } + title:b_klingenberg = { set_variable = { name = color_storage value = title:d_b_klingenberg_color } } + title:b_kljuc = { set_variable = { name = color_storage value = title:d_b_kljuc_color } } + title:b_kljucnasani = { set_variable = { name = color_storage value = title:d_b_kljucnasani_color } } + title:b_klodawa = { set_variable = { name = color_storage value = title:d_b_klodawa_color } } + title:b_knin = { set_variable = { name = color_storage value = title:d_b_knin_color } } + title:b_knittelfeld = { set_variable = { name = color_storage value = title:d_b_knittelfeld_color } } + title:b_koardegk = { set_variable = { name = color_storage value = title:d_b_koardegk_color } } + title:b_koblenz = { set_variable = { name = color_storage value = title:d_b_koblenz_color } } + title:b_kobryn = { set_variable = { name = color_storage value = title:d_b_kobryn_color } } + title:b_koca = { set_variable = { name = color_storage value = title:d_b_koca_color } } + title:b_kodalaka = { set_variable = { name = color_storage value = title:d_b_kodalaka_color } } + title:b_koflach = { set_variable = { name = color_storage value = title:d_b_koflach_color } } + title:b_kohlu = { set_variable = { name = color_storage value = title:d_b_kohlu_color } } + title:b_koima = { set_variable = { name = color_storage value = title:d_b_koima_color } } + title:b_koivisto = { set_variable = { name = color_storage value = title:d_b_koivisto_color } } + title:b_koizak = { set_variable = { name = color_storage value = title:d_b_koizak_color } } + title:b_koja_kul = { set_variable = { name = color_storage value = title:d_b_koja_kul_color } } + title:b_kojuk = { set_variable = { name = color_storage value = title:d_b_kojuk_color } } + title:b_kokahdan = { set_variable = { name = color_storage value = title:d_b_kokahdan_color } } + title:b_kokasu = { set_variable = { name = color_storage value = title:d_b_kokasu_color } } + title:b_kokchetau = { set_variable = { name = color_storage value = title:d_b_kokchetau_color } } + title:b_kokchetav = { set_variable = { name = color_storage value = title:d_b_kokchetav_color } } + title:b_kokenois = { set_variable = { name = color_storage value = title:d_b_kokenois_color } } + title:b_kokjetau = { set_variable = { name = color_storage value = title:d_b_kokjetau_color } } + title:b_kokpektinsk = { set_variable = { name = color_storage value = title:d_b_kokpektinsk_color } } + title:b_kokpekty = { set_variable = { name = color_storage value = title:d_b_kokpekty_color } } + title:b_koksengrisor = { set_variable = { name = color_storage value = title:d_b_koksengrisor_color } } + title:b_kokunya = { set_variable = { name = color_storage value = title:d_b_kokunya_color } } + title:b_kol = { set_variable = { name = color_storage value = title:d_b_kol_color } } + title:b_kolachi = { set_variable = { name = color_storage value = title:d_b_kolachi_color } } + title:b_kolayat = { set_variable = { name = color_storage value = title:d_b_kolayat_color } } + title:b_kolding = { set_variable = { name = color_storage value = title:d_b_kolding_color } } + title:b_kolhapur = { set_variable = { name = color_storage value = title:d_b_kolhapur_color } } + title:b_kolima = { set_variable = { name = color_storage value = title:d_b_kolima_color } } + title:b_kollam = { set_variable = { name = color_storage value = title:d_b_kollam_color } } + title:b_kollapura = { set_variable = { name = color_storage value = title:d_b_kollapura_color } } + title:b_kollipake = { set_variable = { name = color_storage value = title:d_b_kollipake_color } } + title:b_kolno = { set_variable = { name = color_storage value = title:d_b_kolno_color } } + title:b_koloberd = { set_variable = { name = color_storage value = title:d_b_koloberd_color } } + title:b_kolobrzeg = { set_variable = { name = color_storage value = title:d_b_kolobrzeg_color } } + title:b_kolodiazhen = { set_variable = { name = color_storage value = title:d_b_kolodiazhen_color } } + title:b_kolokani = { set_variable = { name = color_storage value = title:d_b_kolokani_color } } + title:b_kolomna = { set_variable = { name = color_storage value = title:d_b_kolomna_color } } + title:b_kolomyia = { set_variable = { name = color_storage value = title:d_b_kolomyia_color } } + title:b_kolon = { set_variable = { name = color_storage value = title:d_b_kolon_color } } + title:b_koloszvar = { set_variable = { name = color_storage value = title:d_b_koloszvar_color } } + title:b_koltun = { set_variable = { name = color_storage value = title:d_b_koltun_color } } + title:b_kolychev = { set_variable = { name = color_storage value = title:d_b_kolychev_color } } + title:b_kolyn = { set_variable = { name = color_storage value = title:d_b_kolyn_color } } + title:b_kolyvan = { set_variable = { name = color_storage value = title:d_b_kolyvan_color } } + title:b_komarom = { set_variable = { name = color_storage value = title:d_b_komarom_color } } + title:b_kombo = { set_variable = { name = color_storage value = title:d_b_kombo_color } } + title:b_komoe = { set_variable = { name = color_storage value = title:d_b_komoe_color } } + title:b_komorcbanya = { set_variable = { name = color_storage value = title:d_b_komorcbanya_color } } + title:b_kompela = { set_variable = { name = color_storage value = title:d_b_kompela_color } } + title:b_kona_xahar = { set_variable = { name = color_storage value = title:d_b_kona_xahar_color } } + title:b_konarak = { set_variable = { name = color_storage value = title:d_b_konarak_color } } + title:b_konda_ob = { set_variable = { name = color_storage value = title:d_b_konda_ob_color } } + title:b_kondana = { set_variable = { name = color_storage value = title:d_b_kondana_color } } + title:b_kondo = { set_variable = { name = color_storage value = title:d_b_kondo_color } } + title:b_kondoma = { set_variable = { name = color_storage value = title:d_b_kondoma_color } } + title:b_kondoma_MON = { set_variable = { name = color_storage value = title:d_b_kondoma_MON_color } } + title:b_konek = { set_variable = { name = color_storage value = title:d_b_konek_color } } + title:b_konfara = { set_variable = { name = color_storage value = title:d_b_konfara_color } } + title:b_kong = { set_variable = { name = color_storage value = title:d_b_kong_color } } + title:b_kong-north = { set_variable = { name = color_storage value = title:d_b_kong-north_color } } + title:b_kongque = { set_variable = { name = color_storage value = title:d_b_kongque_color } } + title:b_konigsberg = { set_variable = { name = color_storage value = title:d_b_konigsberg_color } } + title:b_konin = { set_variable = { name = color_storage value = title:d_b_konin_color } } + title:b_konitsa = { set_variable = { name = color_storage value = title:d_b_konitsa_color } } + title:b_konitz = { set_variable = { name = color_storage value = title:d_b_konitz_color } } + title:b_konjic = { set_variable = { name = color_storage value = title:d_b_konjic_color } } + title:b_konko = { set_variable = { name = color_storage value = title:d_b_konko_color } } + title:b_konkure = { set_variable = { name = color_storage value = title:d_b_konkure_color } } + title:b_konnevesi = { set_variable = { name = color_storage value = title:d_b_konnevesi_color } } + title:b_konni = { set_variable = { name = color_storage value = title:d_b_konni_color } } + title:b_kono = { set_variable = { name = color_storage value = title:d_b_kono_color } } + title:b_konotop = { set_variable = { name = color_storage value = title:d_b_konotop_color } } + title:b_konstanz = { set_variable = { name = color_storage value = title:d_b_konstanz_color } } + title:b_kontokoro = { set_variable = { name = color_storage value = title:d_b_kontokoro_color } } + title:b_kontupohja = { set_variable = { name = color_storage value = title:d_b_kontupohja_color } } + title:b_konz = { set_variable = { name = color_storage value = title:d_b_konz_color } } + title:b_kop_golyn = { set_variable = { name = color_storage value = title:d_b_kop_golyn_color } } + title:b_kopal = { set_variable = { name = color_storage value = title:d_b_kopal_color } } + title:b_kopathal = { set_variable = { name = color_storage value = title:d_b_kopathal_color } } + title:b_koporna = { set_variable = { name = color_storage value = title:d_b_koporna_color } } + title:b_koporye = { set_variable = { name = color_storage value = title:d_b_koporye_color } } + title:b_koppam = { set_variable = { name = color_storage value = title:d_b_koppam_color } } + title:b_koprivnica = { set_variable = { name = color_storage value = title:d_b_koprivnica_color } } + title:b_kopsis = { set_variable = { name = color_storage value = title:d_b_kopsis_color } } + title:b_kora = { set_variable = { name = color_storage value = title:d_b_kora_color } } + title:b_korakesion = { set_variable = { name = color_storage value = title:d_b_korakesion_color } } + title:b_koralla = { set_variable = { name = color_storage value = title:d_b_koralla_color } } + title:b_korelskoye = { set_variable = { name = color_storage value = title:d_b_korelskoye_color } } + title:b_korginia = { set_variable = { name = color_storage value = title:d_b_korginia_color } } + title:b_korgon = { set_variable = { name = color_storage value = title:d_b_korgon_color } } + title:b_korhogo = { set_variable = { name = color_storage value = title:d_b_korhogo_color } } + title:b_koriakovsky = { set_variable = { name = color_storage value = title:d_b_koriakovsky_color } } + title:b_korienza = { set_variable = { name = color_storage value = title:d_b_korienza_color } } + title:b_koriya = { set_variable = { name = color_storage value = title:d_b_koriya_color } } + title:b_korkai = { set_variable = { name = color_storage value = title:d_b_korkai_color } } + title:b_korla = { set_variable = { name = color_storage value = title:d_b_korla_color } } + title:b_kormend = { set_variable = { name = color_storage value = title:d_b_kormend_color } } + title:b_koro = { set_variable = { name = color_storage value = title:d_b_koro_color } } + title:b_koro_toro = { set_variable = { name = color_storage value = title:d_b_koro_toro_color } } + title:b_korosko = { set_variable = { name = color_storage value = title:d_b_korosko_color } } + title:b_korosko_road = { set_variable = { name = color_storage value = title:d_b_korosko_road_color } } + title:b_korosten = { set_variable = { name = color_storage value = title:d_b_korosten_color } } + title:b_koroussa = { set_variable = { name = color_storage value = title:d_b_koroussa_color } } + title:b_korsun = { set_variable = { name = color_storage value = title:d_b_korsun_color } } + title:b_kos = { set_variable = { name = color_storage value = title:d_b_kos_color } } + title:b_kos-buwak = { set_variable = { name = color_storage value = title:d_b_kos-buwak_color } } + title:b_kos_biryuk = { set_variable = { name = color_storage value = title:d_b_kos_biryuk_color } } + title:b_kos_uba = { set_variable = { name = color_storage value = title:d_b_kos_uba_color } } + title:b_koscian = { set_variable = { name = color_storage value = title:d_b_koscian_color } } + title:b_kosh_kurbay = { set_variable = { name = color_storage value = title:d_b_kosh_kurbay_color } } + title:b_koshley_vosh = { set_variable = { name = color_storage value = title:d_b_koshley_vosh_color } } + title:b_koshuki = { set_variable = { name = color_storage value = title:d_b_koshuki_color } } + title:b_koskul = { set_variable = { name = color_storage value = title:d_b_koskul_color } } + title:b_kosoge = { set_variable = { name = color_storage value = title:d_b_kosoge_color } } + title:b_kostanay = { set_variable = { name = color_storage value = title:d_b_kostanay_color } } + title:b_kosti = { set_variable = { name = color_storage value = title:d_b_kosti_color } } + title:b_kostroma = { set_variable = { name = color_storage value = title:d_b_kostroma_color } } + title:b_kostschin = { set_variable = { name = color_storage value = title:d_b_kostschin_color } } + title:b_koszalin = { set_variable = { name = color_storage value = title:d_b_koszalin_color } } + title:b_koszeg = { set_variable = { name = color_storage value = title:d_b_koszeg_color } } + title:b_kota = { set_variable = { name = color_storage value = title:d_b_kota_color } } + title:b_kotera = { set_variable = { name = color_storage value = title:d_b_kotera_color } } + title:b_kotivarsa = { set_variable = { name = color_storage value = title:d_b_kotivarsa_color } } + title:b_kotlas = { set_variable = { name = color_storage value = title:d_b_kotlas_color } } + title:b_kotokel = { set_variable = { name = color_storage value = title:d_b_kotokel_color } } + title:b_kotokol = { set_variable = { name = color_storage value = title:d_b_kotokol_color } } + title:b_kotorvaros = { set_variable = { name = color_storage value = title:d_b_kotorvaros_color } } + title:b_kottar = { set_variable = { name = color_storage value = title:d_b_kottar_color } } + title:b_kottayam = { set_variable = { name = color_storage value = title:d_b_kottayam_color } } + title:b_kotte = { set_variable = { name = color_storage value = title:d_b_kotte_color } } + title:b_kouande = { set_variable = { name = color_storage value = title:d_b_kouande_color } } + title:b_kouga = { set_variable = { name = color_storage value = title:d_b_kouga_color } } + title:b_kouki = { set_variable = { name = color_storage value = title:d_b_kouki_color } } + title:b_koulajavri = { set_variable = { name = color_storage value = title:d_b_koulajavri_color } } + title:b_koulikoro = { set_variable = { name = color_storage value = title:d_b_koulikoro_color } } + title:b_kousseri = { set_variable = { name = color_storage value = title:d_b_kousseri_color } } + title:b_koutajoki = { set_variable = { name = color_storage value = title:d_b_koutajoki_color } } + title:b_kovai = { set_variable = { name = color_storage value = title:d_b_kovai_color } } + title:b_kovaszna = { set_variable = { name = color_storage value = title:d_b_kovaszna_color } } + title:b_kovel = { set_variable = { name = color_storage value = title:d_b_kovel_color } } + title:b_koy-bagar = { set_variable = { name = color_storage value = title:d_b_koy-bagar_color } } + title:b_kozelsk = { set_variable = { name = color_storage value = title:d_b_kozelsk_color } } + title:b_kozlov = { set_variable = { name = color_storage value = title:d_b_kozlov_color } } + title:b_kozmin = { set_variable = { name = color_storage value = title:d_b_kozmin_color } } + title:b_koznik = { set_variable = { name = color_storage value = title:d_b_koznik_color } } + title:b_kpelle = { set_variable = { name = color_storage value = title:d_b_kpelle_color } } + title:b_kpessi = { set_variable = { name = color_storage value = title:d_b_kpessi_color } } + title:b_kragujevac = { set_variable = { name = color_storage value = title:d_b_kragujevac_color } } + title:b_krakow = { set_variable = { name = color_storage value = title:d_b_krakow_color } } + title:b_kran = { set_variable = { name = color_storage value = title:d_b_kran_color } } + title:b_kran_DZU = { set_variable = { name = color_storage value = title:d_b_kran_DZU_color } } + title:b_kranj = { set_variable = { name = color_storage value = title:d_b_kranj_color } } + title:b_krapan = { set_variable = { name = color_storage value = title:d_b_krapan_color } } + title:b_krapina = { set_variable = { name = color_storage value = title:d_b_krapina_color } } + title:b_krasnokamsk = { set_variable = { name = color_storage value = title:d_b_krasnokamsk_color } } + title:b_krasnooufimsk = { set_variable = { name = color_storage value = title:d_b_krasnooufimsk_color } } + title:b_krasnoyarsk = { set_variable = { name = color_storage value = title:d_b_krasnoyarsk_color } } + title:b_krasny_bor = { set_variable = { name = color_storage value = title:d_b_krasny_bor_color } } + title:b_krasso = { set_variable = { name = color_storage value = title:d_b_krasso_color } } + title:b_kraszna = { set_variable = { name = color_storage value = title:d_b_kraszna_color } } + title:b_krateia = { set_variable = { name = color_storage value = title:d_b_krateia_color } } + title:b_kratovo = { set_variable = { name = color_storage value = title:d_b_kratovo_color } } + title:b_krawi = { set_variable = { name = color_storage value = title:d_b_krawi_color } } + title:b_krems = { set_variable = { name = color_storage value = title:d_b_krems_color } } + title:b_kreusnach = { set_variable = { name = color_storage value = title:d_b_kreusnach_color } } + title:b_kreuz = { set_variable = { name = color_storage value = title:d_b_kreuz_color } } + title:b_kreuzburg = { set_variable = { name = color_storage value = title:d_b_kreuzburg_color } } + title:b_kreva = { set_variable = { name = color_storage value = title:d_b_kreva_color } } + title:b_kri = { set_variable = { name = color_storage value = title:d_b_kri_color } } + title:b_krichim = { set_variable = { name = color_storage value = title:d_b_krichim_color } } + title:b_krishnajanmabhoomi = { set_variable = { name = color_storage value = title:d_b_krishnajanmabhoomi_color } } + title:b_kriucha = { set_variable = { name = color_storage value = title:d_b_kriucha_color } } + title:b_krizevci = { set_variable = { name = color_storage value = title:d_b_krizevci_color } } + title:b_krk = { set_variable = { name = color_storage value = title:d_b_krk_color } } + title:b_krokar = { set_variable = { name = color_storage value = title:d_b_krokar_color } } + title:b_krolu = { set_variable = { name = color_storage value = title:d_b_krolu_color } } + title:b_krom = { set_variable = { name = color_storage value = title:d_b_krom_color } } + title:b_kromeriz = { set_variable = { name = color_storage value = title:d_b_kromeriz_color } } + title:b_kronberg = { set_variable = { name = color_storage value = title:d_b_kronberg_color } } + title:b_kropot = { set_variable = { name = color_storage value = title:d_b_kropot_color } } + title:b_krsko = { set_variable = { name = color_storage value = title:d_b_krsko_color } } + title:b_kruje = { set_variable = { name = color_storage value = title:d_b_kruje_color } } + title:b_krumlov = { set_variable = { name = color_storage value = title:d_b_krumlov_color } } + title:b_krupa = { set_variable = { name = color_storage value = title:d_b_krupa_color } } + title:b_krupanj = { set_variable = { name = color_storage value = title:d_b_krupanj_color } } + title:b_krusevac = { set_variable = { name = color_storage value = title:d_b_krusevac_color } } + title:b_kruszwica = { set_variable = { name = color_storage value = title:d_b_kruszwica_color } } + title:b_ktenia = { set_variable = { name = color_storage value = title:d_b_ktenia_color } } + title:b_ktis = { set_variable = { name = color_storage value = title:d_b_ktis_color } } + title:b_ku_jeku = { set_variable = { name = color_storage value = title:d_b_ku_jeku_color } } + title:b_kuba = { set_variable = { name = color_storage value = title:d_b_kuba_color } } + title:b_kuban = { set_variable = { name = color_storage value = title:d_b_kuban_color } } + title:b_kubanjan = { set_variable = { name = color_storage value = title:d_b_kubanjan_color } } + title:b_kubayh = { set_variable = { name = color_storage value = title:d_b_kubayh_color } } + title:b_kucevo = { set_variable = { name = color_storage value = title:d_b_kucevo_color } } + title:b_kucha = { set_variable = { name = color_storage value = title:d_b_kucha_color } } + title:b_kuchaman = { set_variable = { name = color_storage value = title:d_b_kuchaman_color } } + title:b_kuchuk = { set_variable = { name = color_storage value = title:d_b_kuchuk_color } } + title:b_kuclat = { set_variable = { name = color_storage value = title:d_b_kuclat_color } } + title:b_kudala = { set_variable = { name = color_storage value = title:d_b_kudala_color } } + title:b_kudalasangama = { set_variable = { name = color_storage value = title:d_b_kudalasangama_color } } + title:b_kudalasangama_bis = { set_variable = { name = color_storage value = title:d_b_kudalasangama_bis_color } } + title:b_kudevan = { set_variable = { name = color_storage value = title:d_b_kudevan_color } } + title:b_kudu = { set_variable = { name = color_storage value = title:d_b_kudu_color } } + title:b_kufan_kanawa = { set_variable = { name = color_storage value = title:d_b_kufan_kanawa_color } } + title:b_kufstein = { set_variable = { name = color_storage value = title:d_b_kufstein_color } } + title:b_kugaral = { set_variable = { name = color_storage value = title:d_b_kugaral_color } } + title:b_kugunek = { set_variable = { name = color_storage value = title:d_b_kugunek_color } } + title:b_kuisugu = { set_variable = { name = color_storage value = title:d_b_kuisugu_color } } + title:b_kukawa = { set_variable = { name = color_storage value = title:d_b_kukawa_color } } + title:b_kukes = { set_variable = { name = color_storage value = title:d_b_kukes_color } } + title:b_kukiya = { set_variable = { name = color_storage value = title:d_b_kukiya_color } } + title:b_kukkutapada = { set_variable = { name = color_storage value = title:d_b_kukkutapada_color } } + title:b_kukullovar = { set_variable = { name = color_storage value = title:d_b_kukullovar_color } } + title:b_kula = { set_variable = { name = color_storage value = title:d_b_kula_color } } + title:b_kulan_utmas = { set_variable = { name = color_storage value = title:d_b_kulan_utmas_color } } + title:b_kulandy = { set_variable = { name = color_storage value = title:d_b_kulandy_color } } + title:b_kulango = { set_variable = { name = color_storage value = title:d_b_kulango_color } } + title:b_kulema = { set_variable = { name = color_storage value = title:d_b_kulema_color } } + title:b_kulfo = { set_variable = { name = color_storage value = title:d_b_kulfo_color } } + title:b_kuliya = { set_variable = { name = color_storage value = title:d_b_kuliya_color } } + title:b_kulm = { set_variable = { name = color_storage value = title:d_b_kulm_color } } + title:b_kulmbach = { set_variable = { name = color_storage value = title:d_b_kulmbach_color } } + title:b_kulris = { set_variable = { name = color_storage value = title:d_b_kulris_color } } + title:b_kulunda = { set_variable = { name = color_storage value = title:d_b_kulunda_color } } + title:b_kum-sebszen = { set_variable = { name = color_storage value = title:d_b_kum-sebszen_color } } + title:b_kum_sai = { set_variable = { name = color_storage value = title:d_b_kum_sai_color } } + title:b_kumarhati = { set_variable = { name = color_storage value = title:d_b_kumarhati_color } } + title:b_kumasi = { set_variable = { name = color_storage value = title:d_b_kumasi_color } } + title:b_kumayri = { set_variable = { name = color_storage value = title:d_b_kumayri_color } } + title:b_kumbi = { set_variable = { name = color_storage value = title:d_b_kumbi_color } } + title:b_kumertau = { set_variable = { name = color_storage value = title:d_b_kumertau_color } } + title:b_kumstan = { set_variable = { name = color_storage value = title:d_b_kumstan_color } } + title:b_kumtag = { set_variable = { name = color_storage value = title:d_b_kumtag_color } } + title:b_kumukh = { set_variable = { name = color_storage value = title:d_b_kumukh_color } } + title:b_kumya = { set_variable = { name = color_storage value = title:d_b_kumya_color } } + title:b_kumych = { set_variable = { name = color_storage value = title:d_b_kumych_color } } + title:b_kunar = { set_variable = { name = color_storage value = title:d_b_kunar_color } } + title:b_kundi = { set_variable = { name = color_storage value = title:d_b_kundi_color } } + title:b_kundina = { set_variable = { name = color_storage value = title:d_b_kundina_color } } + title:b_kundina_SOUTHINDIA = { set_variable = { name = color_storage value = title:d_b_kundina_SOUTHINDIA_color } } + title:b_kungahalla = { set_variable = { name = color_storage value = title:d_b_kungahalla_color } } + title:b_kunges = { set_variable = { name = color_storage value = title:d_b_kunges_color } } + title:b_kunggar = { set_variable = { name = color_storage value = title:d_b_kunggar_color } } + title:b_kunglung = { set_variable = { name = color_storage value = title:d_b_kunglung_color } } + title:b_kungtang = { set_variable = { name = color_storage value = title:d_b_kungtang_color } } + title:b_kungur = { set_variable = { name = color_storage value = title:d_b_kungur_color } } + title:b_kuniki = { set_variable = { name = color_storage value = title:d_b_kuniki_color } } + title:b_kunjah = { set_variable = { name = color_storage value = title:d_b_kunjah_color } } + title:b_kunjakari = { set_variable = { name = color_storage value = title:d_b_kunjakari_color } } + title:b_kunjan = { set_variable = { name = color_storage value = title:d_b_kunjan_color } } + title:b_kuntun_kul = { set_variable = { name = color_storage value = title:d_b_kuntun_kul_color } } + title:b_kuozhou = { set_variable = { name = color_storage value = title:d_b_kuozhou_color } } + title:b_kura = { set_variable = { name = color_storage value = title:d_b_kura_color } } + title:b_kuramora = { set_variable = { name = color_storage value = title:d_b_kuramora_color } } + title:b_kuranka = { set_variable = { name = color_storage value = title:d_b_kuranka_color } } + title:b_kurchum = { set_variable = { name = color_storage value = title:d_b_kurchum_color } } + title:b_kurdai = { set_variable = { name = color_storage value = title:d_b_kurdai_color } } + title:b_kurdar = { set_variable = { name = color_storage value = title:d_b_kurdar_color } } + title:b_kuressare = { set_variable = { name = color_storage value = title:d_b_kuressare_color } } + title:b_kurgan = { set_variable = { name = color_storage value = title:d_b_kurgan_color } } + title:b_kurguni = { set_variable = { name = color_storage value = title:d_b_kurguni_color } } + title:b_kurgus = { set_variable = { name = color_storage value = title:d_b_kurgus_color } } + title:b_kuria = { set_variable = { name = color_storage value = title:d_b_kuria_color } } + title:b_kurk = { set_variable = { name = color_storage value = title:d_b_kurk_color } } + title:b_kurkat = { set_variable = { name = color_storage value = title:d_b_kurkat_color } } + title:b_kurkath = { set_variable = { name = color_storage value = title:d_b_kurkath_color } } + title:b_kurmaed = { set_variable = { name = color_storage value = title:d_b_kurmaed_color } } + title:b_kursara = { set_variable = { name = color_storage value = title:d_b_kursara_color } } + title:b_kursk = { set_variable = { name = color_storage value = title:d_b_kursk_color } } + title:b_kurtan = { set_variable = { name = color_storage value = title:d_b_kurtan_color } } + title:b_kurtoed = { set_variable = { name = color_storage value = title:d_b_kurtoed_color } } + title:b_kurtysh = { set_variable = { name = color_storage value = title:d_b_kurtysh_color } } + title:b_kurunagala = { set_variable = { name = color_storage value = title:d_b_kurunagala_color } } + title:b_kurundaka = { set_variable = { name = color_storage value = title:d_b_kurundaka_color } } + title:b_kush-murun = { set_variable = { name = color_storage value = title:d_b_kush-murun_color } } + title:b_kushaniya = { set_variable = { name = color_storage value = title:d_b_kushaniya_color } } + title:b_kushmaihan = { set_variable = { name = color_storage value = title:d_b_kushmaihan_color } } + title:b_kusinagara = { set_variable = { name = color_storage value = title:d_b_kusinagara_color } } + title:b_kustranda = { set_variable = { name = color_storage value = title:d_b_kustranda_color } } + title:b_kusumi = { set_variable = { name = color_storage value = title:d_b_kusumi_color } } + title:b_kusuy = { set_variable = { name = color_storage value = title:d_b_kusuy_color } } + title:b_kutaisi = { set_variable = { name = color_storage value = title:d_b_kutaisi_color } } + title:b_kutamych = { set_variable = { name = color_storage value = title:d_b_kutamych_color } } + title:b_kuthba = { set_variable = { name = color_storage value = title:d_b_kuthba_color } } + title:b_kutigi = { set_variable = { name = color_storage value = title:d_b_kutigi_color } } + title:b_kutina = { set_variable = { name = color_storage value = title:d_b_kutina_color } } + title:b_kutlovitsa = { set_variable = { name = color_storage value = title:d_b_kutlovitsa_color } } + title:b_kutukan_ondort = { set_variable = { name = color_storage value = title:d_b_kutukan_ondort_color } } + title:b_kutulo = { set_variable = { name = color_storage value = title:d_b_kutulo_color } } + title:b_kutur-ogly = { set_variable = { name = color_storage value = title:d_b_kutur-ogly_color } } + title:b_kuusama = { set_variable = { name = color_storage value = title:d_b_kuusama_color } } + title:b_kuusema = { set_variable = { name = color_storage value = title:d_b_kuusema_color } } + title:b_kuvalala = { set_variable = { name = color_storage value = title:d_b_kuvalala_color } } + title:b_kuweib = { set_variable = { name = color_storage value = title:d_b_kuweib_color } } + title:b_kuytun = { set_variable = { name = color_storage value = title:d_b_kuytun_color } } + title:b_kuzalatau = { set_variable = { name = color_storage value = title:d_b_kuzalatau_color } } + title:b_kuzeytorg = { set_variable = { name = color_storage value = title:d_b_kuzeytorg_color } } + title:b_kuznetsk = { set_variable = { name = color_storage value = title:d_b_kuznetsk_color } } + title:b_kuztom = { set_variable = { name = color_storage value = title:d_b_kuztom_color } } + title:b_kvara = { set_variable = { name = color_storage value = title:d_b_kvara_color } } + title:b_kwahu-south = { set_variable = { name = color_storage value = title:d_b_kwahu-south_color } } + title:b_kwang = { set_variable = { name = color_storage value = title:d_b_kwang_color } } + title:b_kwararafa = { set_variable = { name = color_storage value = title:d_b_kwararafa_color } } + title:b_kweni = { set_variable = { name = color_storage value = title:d_b_kweni_color } } + title:b_kweni-east = { set_variable = { name = color_storage value = title:d_b_kweni-east_color } } + title:b_kyadya = { set_variable = { name = color_storage value = title:d_b_kyadya_color } } + title:b_kyakyaru = { set_variable = { name = color_storage value = title:d_b_kyakyaru_color } } + title:b_kyaukse = { set_variable = { name = color_storage value = title:d_b_kyaukse_color } } + title:b_kyin = { set_variable = { name = color_storage value = title:d_b_kyin_color } } + title:b_kyle = { set_variable = { name = color_storage value = title:d_b_kyle_color } } + title:b_kymyl_tey = { set_variable = { name = color_storage value = title:d_b_kymyl_tey_color } } + title:b_kyngarga = { set_variable = { name = color_storage value = title:d_b_kyngarga_color } } + title:b_kypsela = { set_variable = { name = color_storage value = title:d_b_kypsela_color } } + title:b_kytkol = { set_variable = { name = color_storage value = title:d_b_kytkol_color } } + title:b_kyunglung = { set_variable = { name = color_storage value = title:d_b_kyunglung_color } } + title:b_kyz_imchik = { set_variable = { name = color_storage value = title:d_b_kyz_imchik_color } } + title:b_kyzikos = { set_variable = { name = color_storage value = title:d_b_kyzikos_color } } + title:b_kyzistra = { set_variable = { name = color_storage value = title:d_b_kyzistra_color } } + title:b_kyzyl-kan = { set_variable = { name = color_storage value = title:d_b_kyzyl-kan_color } } + title:b_kyzyl-su = { set_variable = { name = color_storage value = title:d_b_kyzyl-su_color } } + title:b_kyzyl_cheku = { set_variable = { name = color_storage value = title:d_b_kyzyl_cheku_color } } + title:b_kyzyl_jar = { set_variable = { name = color_storage value = title:d_b_kyzyl_jar_color } } + title:b_kyzyl_kusku = { set_variable = { name = color_storage value = title:d_b_kyzyl_kusku_color } } + title:b_kyzyl_ray = { set_variable = { name = color_storage value = title:d_b_kyzyl_ray_color } } + title:b_kyzyl_suu = { set_variable = { name = color_storage value = title:d_b_kyzyl_suu_color } } + title:b_kyzyl_yar = { set_variable = { name = color_storage value = title:d_b_kyzyl_yar_color } } + title:b_la_fleche = { set_variable = { name = color_storage value = title:d_b_la_fleche_color } } + title:b_la_haye = { set_variable = { name = color_storage value = title:d_b_la_haye_color } } + title:b_la_peyrade = { set_variable = { name = color_storage value = title:d_b_la_peyrade_color } } + title:b_la_roche = { set_variable = { name = color_storage value = title:d_b_la_roche_color } } + title:b_la_rochelle = { set_variable = { name = color_storage value = title:d_b_la_rochelle_color } } + title:b_la_salle = { set_variable = { name = color_storage value = title:d_b_la_salle_color } } + title:b_la_teste_de_buch = { set_variable = { name = color_storage value = title:d_b_la_teste_de_buch_color } } + title:b_la_tour = { set_variable = { name = color_storage value = title:d_b_la_tour_color } } + title:b_la_tremouille = { set_variable = { name = color_storage value = title:d_b_la_tremouille_color } } + title:b_laa = { set_variable = { name = color_storage value = title:d_b_laa_color } } + title:b_laa_baol = { set_variable = { name = color_storage value = title:d_b_laa_baol_color } } + title:b_laadrada = { set_variable = { name = color_storage value = title:d_b_laadrada_color } } + title:b_laas_qoray = { set_variable = { name = color_storage value = title:d_b_laas_qoray_color } } + title:b_labda = { set_variable = { name = color_storage value = title:d_b_labda_color } } + title:b_labe = { set_variable = { name = color_storage value = title:d_b_labe_color } } + title:b_labiau = { set_variable = { name = color_storage value = title:d_b_labiau_color } } + title:b_labin = { set_variable = { name = color_storage value = title:d_b_labin_color } } + title:b_labrang = { set_variable = { name = color_storage value = title:d_b_labrang_color } } + title:b_lacedaemonia = { set_variable = { name = color_storage value = title:d_b_lacedaemonia_color } } + title:b_lachyk-uba = { set_variable = { name = color_storage value = title:d_b_lachyk-uba_color } } + title:b_lacko = { set_variable = { name = color_storage value = title:d_b_lacko_color } } + title:b_ladhir = { set_variable = { name = color_storage value = title:d_b_ladhir_color } } + title:b_ladnu = { set_variable = { name = color_storage value = title:d_b_ladnu_color } } + title:b_ladoga = { set_variable = { name = color_storage value = title:d_b_ladoga_color } } + title:b_ladoi = { set_variable = { name = color_storage value = title:d_b_ladoi_color } } + title:b_ladyzyn = { set_variable = { name = color_storage value = title:d_b_ladyzyn_color } } + title:b_lafak = { set_variable = { name = color_storage value = title:d_b_lafak_color } } + title:b_lafana = { set_variable = { name = color_storage value = title:d_b_lafana_color } } + title:b_laft = { set_variable = { name = color_storage value = title:d_b_laft_color } } + title:b_lag_dera = { set_variable = { name = color_storage value = title:d_b_lag_dera_color } } + title:b_lagania = { set_variable = { name = color_storage value = title:d_b_lagania_color } } + title:b_laggujakka = { set_variable = { name = color_storage value = title:d_b_laggujakka_color } } + title:b_lagh_bogal = { set_variable = { name = color_storage value = title:d_b_lagh_bogal_color } } + title:b_lagos = { set_variable = { name = color_storage value = title:d_b_lagos_color } } + title:b_lagowa = { set_variable = { name = color_storage value = title:d_b_lagowa_color } } + title:b_lahij = { set_variable = { name = color_storage value = title:d_b_lahij_color } } + title:b_lahishyn = { set_variable = { name = color_storage value = title:d_b_lahishyn_color } } + title:b_laholm = { set_variable = { name = color_storage value = title:d_b_laholm_color } } + title:b_lahoysk = { set_variable = { name = color_storage value = title:d_b_lahoysk_color } } + title:b_lahti = { set_variable = { name = color_storage value = title:d_b_lahti_color } } + title:b_lahur = { set_variable = { name = color_storage value = title:d_b_lahur_color } } + title:b_laia = { set_variable = { name = color_storage value = title:d_b_laia_color } } + title:b_lairi = { set_variable = { name = color_storage value = title:d_b_lairi_color } } + title:b_lais = { set_variable = { name = color_storage value = title:d_b_lais_color } } + title:b_lajara = { set_variable = { name = color_storage value = title:d_b_lajara_color } } + title:b_lak_bor = { set_variable = { name = color_storage value = title:d_b_lak_bor_color } } + title:b_lakhimpur = { set_variable = { name = color_storage value = title:d_b_lakhimpur_color } } + title:b_lakhnau = { set_variable = { name = color_storage value = title:d_b_lakhnau_color } } + title:b_lakhnor = { set_variable = { name = color_storage value = title:d_b_lakhnor_color } } + title:b_lakhota = { set_variable = { name = color_storage value = title:d_b_lakhota_color } } + title:b_laksmanavati = { set_variable = { name = color_storage value = title:d_b_laksmanavati_color } } + title:b_lalganj = { set_variable = { name = color_storage value = title:d_b_lalganj_color } } + title:b_lalibela = { set_variable = { name = color_storage value = title:d_b_lalibela_color } } + title:b_lalitpur = { set_variable = { name = color_storage value = title:d_b_lalitpur_color } } + title:b_lalpur = { set_variable = { name = color_storage value = title:d_b_lalpur_color } } + title:b_lambaye = { set_variable = { name = color_storage value = title:d_b_lambaye_color } } + title:b_lamego = { set_variable = { name = color_storage value = title:d_b_lamego_color } } + title:b_lamghan = { set_variable = { name = color_storage value = title:d_b_lamghan_color } } + title:b_lampsakos = { set_variable = { name = color_storage value = title:d_b_lampsakos_color } } + title:b_lamych = { set_variable = { name = color_storage value = title:d_b_lamych_color } } + title:b_lanark = { set_variable = { name = color_storage value = title:d_b_lanark_color } } + title:b_lanba = { set_variable = { name = color_storage value = title:d_b_lanba_color } } + title:b_lancaster = { set_variable = { name = color_storage value = title:d_b_lancaster_color } } + title:b_lanciano = { set_variable = { name = color_storage value = title:d_b_lanciano_color } } + title:b_landay = { set_variable = { name = color_storage value = title:d_b_landay_color } } + title:b_landsberg = { set_variable = { name = color_storage value = title:d_b_landsberg_color } } + title:b_langades = { set_variable = { name = color_storage value = title:d_b_langades_color } } + title:b_langarkanan = { set_variable = { name = color_storage value = title:d_b_langarkanan_color } } + title:b_langeac = { set_variable = { name = color_storage value = title:d_b_langeac_color } } + title:b_langon = { set_variable = { name = color_storage value = title:d_b_langon_color } } + title:b_langres = { set_variable = { name = color_storage value = title:d_b_langres_color } } + title:b_lanjika = { set_variable = { name = color_storage value = title:d_b_lanjika_color } } + title:b_lanzarote = { set_variable = { name = color_storage value = title:d_b_lanzarote_color } } + title:b_laodamogou = { set_variable = { name = color_storage value = title:d_b_laodamogou_color } } + title:b_laodikeia = { set_variable = { name = color_storage value = title:d_b_laodikeia_color } } + title:b_laon = { set_variable = { name = color_storage value = title:d_b_laon_color } } + title:b_laposbanya = { set_variable = { name = color_storage value = title:d_b_laposbanya_color } } + title:b_lapueblademontalban = { set_variable = { name = color_storage value = title:d_b_lapueblademontalban_color } } + title:b_lapusna = { set_variable = { name = color_storage value = title:d_b_lapusna_color } } + title:b_lar = { set_variable = { name = color_storage value = title:d_b_lar_color } } + title:b_laranalia = { set_variable = { name = color_storage value = title:d_b_laranalia_color } } + title:b_larijan = { set_variable = { name = color_storage value = title:d_b_larijan_color } } + title:b_larino = { set_variable = { name = color_storage value = title:d_b_larino_color } } + title:b_larissa = { set_variable = { name = color_storage value = title:d_b_larissa_color } } + title:b_larkana = { set_variable = { name = color_storage value = title:d_b_larkana_color } } + title:b_larung = { set_variable = { name = color_storage value = title:d_b_larung_color } } + title:b_lasta = { set_variable = { name = color_storage value = title:d_b_lasta_color } } + title:b_latakia = { set_variable = { name = color_storage value = title:d_b_latakia_color } } + title:b_lattalura = { set_variable = { name = color_storage value = title:d_b_lattalura_color } } + title:b_laufen = { set_variable = { name = color_storage value = title:d_b_laufen_color } } + title:b_laukental = { set_variable = { name = color_storage value = title:d_b_laukental_color } } + title:b_laukitten = { set_variable = { name = color_storage value = title:d_b_laukitten_color } } + title:b_launceston = { set_variable = { name = color_storage value = title:d_b_launceston_color } } + title:b_launggyet = { set_variable = { name = color_storage value = title:d_b_launggyet_color } } + title:b_lausanne = { set_variable = { name = color_storage value = title:d_b_lausanne_color } } + title:b_lautenburg = { set_variable = { name = color_storage value = title:d_b_lautenburg_color } } + title:b_lauterbach = { set_variable = { name = color_storage value = title:d_b_lauterbach_color } } + title:b_laval = { set_variable = { name = color_storage value = title:d_b_laval_color } } + title:b_lawdar = { set_variable = { name = color_storage value = title:d_b_lawdar_color } } + title:b_le_lude = { set_variable = { name = color_storage value = title:d_b_le_lude_color } } + title:b_le_mans = { set_variable = { name = color_storage value = title:d_b_le_mans_color } } + title:b_le_puy = { set_variable = { name = color_storage value = title:d_b_le_puy_color } } + title:b_leal = { set_variable = { name = color_storage value = title:d_b_leal_color } } + title:b_leba = { set_variable = { name = color_storage value = title:d_b_leba_color } } + title:b_lebedos = { set_variable = { name = color_storage value = title:d_b_lebedos_color } } + title:b_lebno = { set_variable = { name = color_storage value = title:d_b_lebno_color } } + title:b_lebus = { set_variable = { name = color_storage value = title:d_b_lebus_color } } + title:b_lecce = { set_variable = { name = color_storage value = title:d_b_lecce_color } } + title:b_lechrain = { set_variable = { name = color_storage value = title:d_b_lechrain_color } } + title:b_lectoure = { set_variable = { name = color_storage value = title:d_b_lectoure_color } } + title:b_leczyca = { set_variable = { name = color_storage value = title:d_b_leczyca_color } } + title:b_ledu = { set_variable = { name = color_storage value = title:d_b_ledu_color } } + title:b_leeds = { set_variable = { name = color_storage value = title:d_b_leeds_color } } + title:b_leer = { set_variable = { name = color_storage value = title:d_b_leer_color } } + title:b_leeuwarden = { set_variable = { name = color_storage value = title:d_b_leeuwarden_color } } + title:b_legnica = { set_variable = { name = color_storage value = title:d_b_legnica_color } } + title:b_leh = { set_variable = { name = color_storage value = title:d_b_leh_color } } + title:b_lehnin = { set_variable = { name = color_storage value = title:d_b_lehnin_color } } + title:b_leicester = { set_variable = { name = color_storage value = title:d_b_leicester_color } } + title:b_leightonstone = { set_variable = { name = color_storage value = title:d_b_leightonstone_color } } + title:b_leipzig = { set_variable = { name = color_storage value = title:d_b_leipzig_color } } + title:b_leiria = { set_variable = { name = color_storage value = title:d_b_leiria_color } } + title:b_leisning = { set_variable = { name = color_storage value = title:d_b_leisning_color } } + title:b_lejjavvr = { set_variable = { name = color_storage value = title:d_b_lejjavvr_color } } + title:b_lejlotka = { set_variable = { name = color_storage value = title:d_b_lejlotka_color } } + title:b_leksand = { set_variable = { name = color_storage value = title:d_b_leksand_color } } + title:b_lelchytsy = { set_variable = { name = color_storage value = title:d_b_lelchytsy_color } } + title:b_lele = { set_variable = { name = color_storage value = title:d_b_lele_color } } + title:b_lemisele = { set_variable = { name = color_storage value = title:d_b_lemisele_color } } + title:b_lemnos = { set_variable = { name = color_storage value = title:d_b_lemnos_color } } + title:b_lena = { set_variable = { name = color_storage value = title:d_b_lena_color } } + title:b_lengenfeld = { set_variable = { name = color_storage value = title:d_b_lengenfeld_color } } + title:b_lenggu = { set_variable = { name = color_storage value = title:d_b_lenggu_color } } + title:b_lenghu = { set_variable = { name = color_storage value = title:d_b_lenghu_color } } + title:b_lennewarden = { set_variable = { name = color_storage value = title:d_b_lennewarden_color } } + title:b_lentini = { set_variable = { name = color_storage value = title:d_b_lentini_color } } + title:b_leo = { set_variable = { name = color_storage value = title:d_b_leo_color } } + title:b_leoben = { set_variable = { name = color_storage value = title:d_b_leoben_color } } + title:b_leon = { set_variable = { name = color_storage value = title:d_b_leon_color } } + title:b_leonfelden = { set_variable = { name = color_storage value = title:d_b_leonfelden_color } } + title:b_leonsberg = { set_variable = { name = color_storage value = title:d_b_leonsberg_color } } + title:b_lepsink = { set_variable = { name = color_storage value = title:d_b_lepsink_color } } + title:b_leraba = { set_variable = { name = color_storage value = title:d_b_leraba_color } } + title:b_lerma = { set_variable = { name = color_storage value = title:d_b_lerma_color } } + title:b_lessinia = { set_variable = { name = color_storage value = title:d_b_lessinia_color } } + title:b_letenye = { set_variable = { name = color_storage value = title:d_b_letenye_color } } + title:b_letningen = { set_variable = { name = color_storage value = title:d_b_letningen_color } } + title:b_leuchtenburg = { set_variable = { name = color_storage value = title:d_b_leuchtenburg_color } } + title:b_leuven = { set_variable = { name = color_storage value = title:d_b_leuven_color } } + title:b_levadia = { set_variable = { name = color_storage value = title:d_b_levadia_color } } + title:b_levanluhta = { set_variable = { name = color_storage value = title:d_b_levanluhta_color } } + title:b_lewes = { set_variable = { name = color_storage value = title:d_b_lewes_color } } + title:b_lewis = { set_variable = { name = color_storage value = title:d_b_lewis_color } } + title:b_leylan = { set_variable = { name = color_storage value = title:d_b_leylan_color } } + title:b_lezhe = { set_variable = { name = color_storage value = title:d_b_lezhe_color } } + title:b_lhagang = { set_variable = { name = color_storage value = title:d_b_lhagang_color } } + title:b_lhagcang = { set_variable = { name = color_storage value = title:d_b_lhagcang_color } } + title:b_lhari = { set_variable = { name = color_storage value = title:d_b_lhari_color } } + title:b_lhasa = { set_variable = { name = color_storage value = title:d_b_lhasa_color } } + title:b_lhatok = { set_variable = { name = color_storage value = title:d_b_lhatok_color } } + title:b_lhaxi = { set_variable = { name = color_storage value = title:d_b_lhaxi_color } } + title:b_lhaze = { set_variable = { name = color_storage value = title:d_b_lhaze_color } } + title:b_lhomar = { set_variable = { name = color_storage value = title:d_b_lhomar_color } } + title:b_lhorong = { set_variable = { name = color_storage value = title:d_b_lhorong_color } } + title:b_lhozhag = { set_variable = { name = color_storage value = title:d_b_lhozhag_color } } + title:b_lhuentse = { set_variable = { name = color_storage value = title:d_b_lhuentse_color } } + title:b_lhunze = { set_variable = { name = color_storage value = title:d_b_lhunze_color } } + title:b_lhunzhub = { set_variable = { name = color_storage value = title:d_b_lhunzhub_color } } + title:b_liangzhou = { set_variable = { name = color_storage value = title:d_b_liangzhou_color } } + title:b_liaotun = { set_variable = { name = color_storage value = title:d_b_liaotun_color } } + title:b_libtripoli = { set_variable = { name = color_storage value = title:d_b_libtripoli_color } } + title:b_lichtberg = { set_variable = { name = color_storage value = title:d_b_lichtberg_color } } + title:b_lichtenfels = { set_variable = { name = color_storage value = title:d_b_lichtenfels_color } } + title:b_lida = { set_variable = { name = color_storage value = title:d_b_lida_color } } + title:b_lidh = { set_variable = { name = color_storage value = title:d_b_lidh_color } } + title:b_lidoriki = { set_variable = { name = color_storage value = title:d_b_lidoriki_color } } + title:b_liebnitz = { set_variable = { name = color_storage value = title:d_b_liebnitz_color } } + title:b_liege = { set_variable = { name = color_storage value = title:d_b_liege_color } } + title:b_lienz = { set_variable = { name = color_storage value = title:d_b_lienz_color } } + title:b_liezen = { set_variable = { name = color_storage value = title:d_b_liezen_color } } + title:b_liguri = { set_variable = { name = color_storage value = title:d_b_liguri_color } } + title:b_liinmaa = { set_variable = { name = color_storage value = title:d_b_liinmaa_color } } + title:b_lille = { set_variable = { name = color_storage value = title:d_b_lille_color } } + title:b_lima = { set_variable = { name = color_storage value = title:d_b_lima_color } } + title:b_limba = { set_variable = { name = color_storage value = title:d_b_limba_color } } + title:b_limbourg = { set_variable = { name = color_storage value = title:d_b_limbourg_color } } + title:b_limburg = { set_variable = { name = color_storage value = title:d_b_limburg_color } } + title:b_limerick = { set_variable = { name = color_storage value = title:d_b_limerick_color } } + title:b_limia = { set_variable = { name = color_storage value = title:d_b_limia_color } } + title:b_liminka = { set_variable = { name = color_storage value = title:d_b_liminka_color } } + title:b_limisol = { set_variable = { name = color_storage value = title:d_b_limisol_color } } + title:b_limoges = { set_variable = { name = color_storage value = title:d_b_limoges_color } } + title:b_limoux = { set_variable = { name = color_storage value = title:d_b_limoux_color } } + title:b_limyra = { set_variable = { name = color_storage value = title:d_b_limyra_color } } + title:b_lina = { set_variable = { name = color_storage value = title:d_b_lina_color } } + title:b_lincoln = { set_variable = { name = color_storage value = title:d_b_lincoln_color } } + title:b_lindholm = { set_variable = { name = color_storage value = title:d_b_lindholm_color } } + title:b_lindisfarne = { set_variable = { name = color_storage value = title:d_b_lindisfarne_color } } + title:b_lindos = { set_variable = { name = color_storage value = title:d_b_lindos_color } } + title:b_lindow = { set_variable = { name = color_storage value = title:d_b_lindow_color } } + title:b_lingshet = { set_variable = { name = color_storage value = title:d_b_lingshet_color } } + title:b_lingti = { set_variable = { name = color_storage value = title:d_b_lingti_color } } + title:b_lingtsang = { set_variable = { name = color_storage value = title:d_b_lingtsang_color } } + title:b_linguere = { set_variable = { name = color_storage value = title:d_b_linguere_color } } + title:b_liniek = { set_variable = { name = color_storage value = title:d_b_liniek_color } } + title:b_linlithgow = { set_variable = { name = color_storage value = title:d_b_linlithgow_color } } + title:b_linten = { set_variable = { name = color_storage value = title:d_b_linten_color } } + title:b_linz = { set_variable = { name = color_storage value = title:d_b_linz_color } } + title:b_linze = { set_variable = { name = color_storage value = title:d_b_linze_color } } + title:b_liongby = { set_variable = { name = color_storage value = title:d_b_liongby_color } } + title:b_lipetsk = { set_variable = { name = color_storage value = title:d_b_lipetsk_color } } + title:b_lippa = { set_variable = { name = color_storage value = title:d_b_lippa_color } } + title:b_lippe = { set_variable = { name = color_storage value = title:d_b_lippe_color } } + title:b_lippstadt = { set_variable = { name = color_storage value = title:d_b_lippstadt_color } } + title:b_liptoujvar = { set_variable = { name = color_storage value = title:d_b_liptoujvar_color } } + title:b_lisboa = { set_variable = { name = color_storage value = title:d_b_lisboa_color } } + title:b_lisieux = { set_variable = { name = color_storage value = title:d_b_lisieux_color } } + title:b_lister = { set_variable = { name = color_storage value = title:d_b_lister_color } } + title:b_litang = { set_variable = { name = color_storage value = title:d_b_litang_color } } + title:b_litomerice = { set_variable = { name = color_storage value = title:d_b_litomerice_color } } + title:b_liubachev = { set_variable = { name = color_storage value = title:d_b_liubachev_color } } + title:b_liubashivka = { set_variable = { name = color_storage value = title:d_b_liubashivka_color } } + title:b_liubeshiv = { set_variable = { name = color_storage value = title:d_b_liubeshiv_color } } + title:b_liunga = { set_variable = { name = color_storage value = title:d_b_liunga_color } } + title:b_livkand = { set_variable = { name = color_storage value = title:d_b_livkand_color } } + title:b_livorno = { set_variable = { name = color_storage value = title:d_b_livorno_color } } + title:b_liw = { set_variable = { name = color_storage value = title:d_b_liw_color } } + title:b_lizarra = { set_variable = { name = color_storage value = title:d_b_lizarra_color } } + title:b_lizhensk = { set_variable = { name = color_storage value = title:d_b_lizhensk_color } } + title:b_lizmajarvi = { set_variable = { name = color_storage value = title:d_b_lizmajarvi_color } } + title:b_ljubljana = { set_variable = { name = color_storage value = title:d_b_ljubljana_color } } + title:b_llandovery = { set_variable = { name = color_storage value = title:d_b_llandovery_color } } + title:b_llandrindod = { set_variable = { name = color_storage value = title:d_b_llandrindod_color } } + title:b_llandudno = { set_variable = { name = color_storage value = title:d_b_llandudno_color } } + title:b_lleida = { set_variable = { name = color_storage value = title:d_b_lleida_color } } + title:b_llivia = { set_variable = { name = color_storage value = title:d_b_llivia_color } } + title:b_llyn = { set_variable = { name = color_storage value = title:d_b_llyn_color } } + title:b_lobdaburg = { set_variable = { name = color_storage value = title:d_b_lobdaburg_color } } + title:b_lobez = { set_variable = { name = color_storage value = title:d_b_lobez_color } } + title:b_lobi = { set_variable = { name = color_storage value = title:d_b_lobi_color } } + title:b_loches = { set_variable = { name = color_storage value = title:d_b_loches_color } } + title:b_lodeve = { set_variable = { name = color_storage value = title:d_b_lodeve_color } } + title:b_lodi = { set_variable = { name = color_storage value = title:d_b_lodi_color } } + title:b_lodose = { set_variable = { name = color_storage value = title:d_b_lodose_color } } + title:b_lodz = { set_variable = { name = color_storage value = title:d_b_lodz_color } } + title:b_logone-birni = { set_variable = { name = color_storage value = title:d_b_logone-birni_color } } + title:b_logrono = { set_variable = { name = color_storage value = title:d_b_logrono_color } } + title:b_loket = { set_variable = { name = color_storage value = title:d_b_loket_color } } + title:b_lokhrytsia = { set_variable = { name = color_storage value = title:d_b_lokhrytsia_color } } + title:b_loknya = { set_variable = { name = color_storage value = title:d_b_loknya_color } } + title:b_lokoja = { set_variable = { name = color_storage value = title:d_b_lokoja_color } } + title:b_lokot = { set_variable = { name = color_storage value = title:d_b_lokot_color } } + title:b_lolog = { set_variable = { name = color_storage value = title:d_b_lolog_color } } + title:b_lom = { set_variable = { name = color_storage value = title:d_b_lom_color } } + title:b_lomagne = { set_variable = { name = color_storage value = title:d_b_lomagne_color } } + title:b_lome = { set_variable = { name = color_storage value = title:d_b_lome_color } } + title:b_lomond = { set_variable = { name = color_storage value = title:d_b_lomond_color } } + title:b_lomza = { set_variable = { name = color_storage value = title:d_b_lomza_color } } + title:b_london = { set_variable = { name = color_storage value = title:d_b_london_color } } + title:b_longbaoco = { set_variable = { name = color_storage value = title:d_b_longbaoco_color } } + title:b_longcheng = { set_variable = { name = color_storage value = title:d_b_longcheng_color } } + title:b_longford = { set_variable = { name = color_storage value = title:d_b_longford_color } } + title:b_lonigo = { set_variable = { name = color_storage value = title:d_b_lonigo_color } } + title:b_lons_le_saunier = { set_variable = { name = color_storage value = title:d_b_lons_le_saunier_color } } + title:b_lopadion = { set_variable = { name = color_storage value = title:d_b_lopadion_color } } + title:b_lopshenga = { set_variable = { name = color_storage value = title:d_b_lopshenga_color } } + title:b_loralai = { set_variable = { name = color_storage value = title:d_b_loralai_color } } + title:b_lorca = { set_variable = { name = color_storage value = title:d_b_lorca_color } } + title:b_loredo = { set_variable = { name = color_storage value = title:d_b_loredo_color } } + title:b_lori = { set_variable = { name = color_storage value = title:d_b_lori_color } } + title:b_lorient = { set_variable = { name = color_storage value = title:d_b_lorient_color } } + title:b_loropeni = { set_variable = { name = color_storage value = title:d_b_loropeni_color } } + title:b_losonc = { set_variable = { name = color_storage value = title:d_b_losonc_color } } + title:b_lotoshino = { set_variable = { name = color_storage value = title:d_b_lotoshino_color } } + title:b_lotzen = { set_variable = { name = color_storage value = title:d_b_lotzen_color } } + title:b_loudun = { set_variable = { name = color_storage value = title:d_b_loudun_color } } + title:b_loulan = { set_variable = { name = color_storage value = title:d_b_loulan_color } } + title:b_lovech = { set_variable = { name = color_storage value = title:d_b_lovech_color } } + title:b_lowenstein = { set_variable = { name = color_storage value = title:d_b_lowenstein_color } } + title:b_lower_dawa = { set_variable = { name = color_storage value = title:d_b_lower_dawa_color } } + title:b_lower_grebo = { set_variable = { name = color_storage value = title:d_b_lower_grebo_color } } + title:b_lower_guara = { set_variable = { name = color_storage value = title:d_b_lower_guara_color } } + title:b_lower_jubba = { set_variable = { name = color_storage value = title:d_b_lower_jubba_color } } + title:b_lower_karran = { set_variable = { name = color_storage value = title:d_b_lower_karran_color } } + title:b_lower_kutulo = { set_variable = { name = color_storage value = title:d_b_lower_kutulo_color } } + title:b_lower_lobo = { set_variable = { name = color_storage value = title:d_b_lower_lobo_color } } + title:b_lower_nugaal = { set_variable = { name = color_storage value = title:d_b_lower_nugaal_color } } + title:b_lower_nyene = { set_variable = { name = color_storage value = title:d_b_lower_nyene_color } } + title:b_lower_odib = { set_variable = { name = color_storage value = title:d_b_lower_odib_color } } + title:b_lower_omo = { set_variable = { name = color_storage value = title:d_b_lower_omo_color } } + title:b_lower_togdheer = { set_variable = { name = color_storage value = title:d_b_lower_togdheer_color } } + title:b_lowicz = { set_variable = { name = color_storage value = title:d_b_lowicz_color } } + title:b_lozova = { set_variable = { name = color_storage value = title:d_b_lozova_color } } + title:b_luacchagiri = { set_variable = { name = color_storage value = title:d_b_luacchagiri_color } } + title:b_luarca = { set_variable = { name = color_storage value = title:d_b_luarca_color } } + title:b_lubben = { set_variable = { name = color_storage value = title:d_b_lubben_color } } + title:b_lubeck = { set_variable = { name = color_storage value = title:d_b_lubeck_color } } + title:b_lublin = { set_variable = { name = color_storage value = title:d_b_lublin_color } } + title:b_lubliniec = { set_variable = { name = color_storage value = title:d_b_lubliniec_color } } + title:b_lubny = { set_variable = { name = color_storage value = title:d_b_lubny_color } } + title:b_luboml = { set_variable = { name = color_storage value = title:d_b_luboml_color } } + title:b_lucca = { set_variable = { name = color_storage value = title:d_b_lucca_color } } + title:b_lucera = { set_variable = { name = color_storage value = title:d_b_lucera_color } } + title:b_lucerne = { set_variable = { name = color_storage value = title:d_b_lucerne_color } } + title:b_luch = { set_variable = { name = color_storage value = title:d_b_luch_color } } + title:b_luchow = { set_variable = { name = color_storage value = title:d_b_luchow_color } } + title:b_ludlow = { set_variable = { name = color_storage value = title:d_b_ludlow_color } } + title:b_ludrava = { set_variable = { name = color_storage value = title:d_b_ludrava_color } } + title:b_luga = { set_variable = { name = color_storage value = title:d_b_luga_color } } + title:b_lugo = { set_variable = { name = color_storage value = title:d_b_lugo_color } } + title:b_lugos = { set_variable = { name = color_storage value = title:d_b_lugos_color } } + title:b_luigne = { set_variable = { name = color_storage value = title:d_b_luigne_color } } + title:b_lujavvr = { set_variable = { name = color_storage value = title:d_b_lujavvr_color } } + title:b_luki = { set_variable = { name = color_storage value = title:d_b_luki_color } } + title:b_lukoml = { set_variable = { name = color_storage value = title:d_b_lukoml_color } } + title:b_lukow = { set_variable = { name = color_storage value = title:d_b_lukow_color } } + title:b_lumbini = { set_variable = { name = color_storage value = title:d_b_lumbini_color } } + title:b_lunang = { set_variable = { name = color_storage value = title:d_b_lunang_color } } + title:b_lund = { set_variable = { name = color_storage value = title:d_b_lund_color } } + title:b_lund_nandana = { set_variable = { name = color_storage value = title:d_b_lund_nandana_color } } + title:b_luneburg = { set_variable = { name = color_storage value = title:d_b_luneburg_color } } + title:b_lunggar = { set_variable = { name = color_storage value = title:d_b_lunggar_color } } + title:b_luni = { set_variable = { name = color_storage value = title:d_b_luni_color } } + title:b_luninets = { set_variable = { name = color_storage value = title:d_b_luninets_color } } + title:b_luntai = { set_variable = { name = color_storage value = title:d_b_luntai_color } } + title:b_luokta = { set_variable = { name = color_storage value = title:d_b_luokta_color } } + title:b_lupfen = { set_variable = { name = color_storage value = title:d_b_lupfen_color } } + title:b_luqu = { set_variable = { name = color_storage value = title:d_b_luqu_color } } + title:b_lure = { set_variable = { name = color_storage value = title:d_b_lure_color } } + title:b_lurijan = { set_variable = { name = color_storage value = title:d_b_lurijan_color } } + title:b_lusignan = { set_variable = { name = color_storage value = title:d_b_lusignan_color } } + title:b_lusspie = { set_variable = { name = color_storage value = title:d_b_lusspie_color } } + title:b_luton = { set_variable = { name = color_storage value = title:d_b_luton_color } } + title:b_lutsk = { set_variable = { name = color_storage value = title:d_b_lutsk_color } } + title:b_luuq = { set_variable = { name = color_storage value = title:d_b_luuq_color } } + title:b_luxembourg = { set_variable = { name = color_storage value = title:d_b_luxembourg_color } } + title:b_lviv = { set_variable = { name = color_storage value = title:d_b_lviv_color } } + title:b_lyck = { set_variable = { name = color_storage value = title:d_b_lyck_color } } + title:b_lykandos = { set_variable = { name = color_storage value = title:d_b_lykandos_color } } + title:b_lyme = { set_variable = { name = color_storage value = title:d_b_lyme_color } } + title:b_lynn = { set_variable = { name = color_storage value = title:d_b_lynn_color } } + title:b_lyon = { set_variable = { name = color_storage value = title:d_b_lyon_color } } + title:b_lystra = { set_variable = { name = color_storage value = title:d_b_lystra_color } } + title:b_lysva = { set_variable = { name = color_storage value = title:d_b_lysva_color } } + title:b_lyuban = { set_variable = { name = color_storage value = title:d_b_lyuban_color } } + title:b_lyubech = { set_variable = { name = color_storage value = title:d_b_lyubech_color } } + title:b_lyubim = { set_variable = { name = color_storage value = title:d_b_lyubim_color } } + title:b_lyukum = { set_variable = { name = color_storage value = title:d_b_lyukum_color } } + title:b_lyutitsa = { set_variable = { name = color_storage value = title:d_b_lyutitsa_color } } + title:b_maab = { set_variable = { name = color_storage value = title:d_b_maab_color } } + title:b_maan = { set_variable = { name = color_storage value = title:d_b_maan_color } } + title:b_maanselka = { set_variable = { name = color_storage value = title:d_b_maanselka_color } } + title:b_maasilinna = { set_variable = { name = color_storage value = title:d_b_maasilinna_color } } + title:b_maastricht = { set_variable = { name = color_storage value = title:d_b_maastricht_color } } + title:b_macclesfield = { set_variable = { name = color_storage value = title:d_b_macclesfield_color } } + title:b_macenta = { set_variable = { name = color_storage value = title:d_b_macenta_color } } + title:b_macerata = { set_variable = { name = color_storage value = title:d_b_macerata_color } } + title:b_machu = { set_variable = { name = color_storage value = title:d_b_machu_color } } + title:b_macon = { set_variable = { name = color_storage value = title:d_b_macon_color } } + title:b_macva = { set_variable = { name = color_storage value = title:d_b_macva_color } } + title:b_madan = { set_variable = { name = color_storage value = title:d_b_madan_color } } + title:b_madas = { set_variable = { name = color_storage value = title:d_b_madas_color } } + title:b_madaya = { set_variable = { name = color_storage value = title:d_b_madaya_color } } + title:b_madekali = { set_variable = { name = color_storage value = title:d_b_madekali_color } } + title:b_madhupur = { set_variable = { name = color_storage value = title:d_b_madhupur_color } } + title:b_madila = { set_variable = { name = color_storage value = title:d_b_madila_color } } + title:b_madin-an-naqira = { set_variable = { name = color_storage value = title:d_b_madin-an-naqira_color } } + title:b_madinat_sulaym = { set_variable = { name = color_storage value = title:d_b_madinat_sulaym_color } } + title:b_madminiya = { set_variable = { name = color_storage value = title:d_b_madminiya_color } } + title:b_madoi = { set_variable = { name = color_storage value = title:d_b_madoi_color } } + title:b_madrid = { set_variable = { name = color_storage value = title:d_b_madrid_color } } + title:b_madurai = { set_variable = { name = color_storage value = title:d_b_madurai_color } } + title:b_madyan = { set_variable = { name = color_storage value = title:d_b_madyan_color } } + title:b_maestrazgo = { set_variable = { name = color_storage value = title:d_b_maestrazgo_color } } + title:b_mafindi-kabaya = { set_variable = { name = color_storage value = title:d_b_mafindi-kabaya_color } } + title:b_magampura = { set_variable = { name = color_storage value = title:d_b_magampura_color } } + title:b_magdeburg = { set_variable = { name = color_storage value = title:d_b_magdeburg_color } } + title:b_maghas = { set_variable = { name = color_storage value = title:d_b_maghas_color } } + title:b_maghun = { set_variable = { name = color_storage value = title:d_b_maghun_color } } + title:b_maglaj = { set_variable = { name = color_storage value = title:d_b_maglaj_color } } + title:b_maglen = { set_variable = { name = color_storage value = title:d_b_maglen_color } } + title:b_magnopolis = { set_variable = { name = color_storage value = title:d_b_magnopolis_color } } + title:b_magra = { set_variable = { name = color_storage value = title:d_b_magra_color } } + title:b_magwe = { set_variable = { name = color_storage value = title:d_b_magwe_color } } + title:b_mahal = { set_variable = { name = color_storage value = title:d_b_mahal_color } } + title:b_mahamuni = { set_variable = { name = color_storage value = title:d_b_mahamuni_color } } + title:b_mahas = { set_variable = { name = color_storage value = title:d_b_mahas_color } } + title:b_mahasthangarh = { set_variable = { name = color_storage value = title:d_b_mahasthangarh_color } } + title:b_mahdiya = { set_variable = { name = color_storage value = title:d_b_mahdiya_color } } + title:b_mahiyangana = { set_variable = { name = color_storage value = title:d_b_mahiyangana_color } } + title:b_mahoba = { set_variable = { name = color_storage value = title:d_b_mahoba_color } } + title:b_mahoyadapuram = { set_variable = { name = color_storage value = title:d_b_mahoyadapuram_color } } + title:b_mahur = { set_variable = { name = color_storage value = title:d_b_mahur_color } } + title:b_maials = { set_variable = { name = color_storage value = title:d_b_maials_color } } + title:b_maibong = { set_variable = { name = color_storage value = title:d_b_maibong_color } } + title:b_maibud = { set_variable = { name = color_storage value = title:d_b_maibud_color } } + title:b_maihana = { set_variable = { name = color_storage value = title:d_b_maihana_color } } + title:b_main = { set_variable = { name = color_storage value = title:d_b_main_color } } + title:b_mainamati = { set_variable = { name = color_storage value = title:d_b_mainamati_color } } + title:b_maingmaw = { set_variable = { name = color_storage value = title:d_b_maingmaw_color } } + title:b_mainling = { set_variable = { name = color_storage value = title:d_b_mainling_color } } + title:b_mainpu = { set_variable = { name = color_storage value = title:d_b_mainpu_color } } + title:b_mainz = { set_variable = { name = color_storage value = title:d_b_mainz_color } } + title:b_mait = { set_variable = { name = color_storage value = title:d_b_mait_color } } + title:b_majar = { set_variable = { name = color_storage value = title:d_b_majar_color } } + title:b_makari = { set_variable = { name = color_storage value = title:d_b_makari_color } } + title:b_makariev = { set_variable = { name = color_storage value = title:d_b_makariev_color } } + title:b_makhir = { set_variable = { name = color_storage value = title:d_b_makhir_color } } + title:b_makisin = { set_variable = { name = color_storage value = title:d_b_makisin_color } } + title:b_makit = { set_variable = { name = color_storage value = title:d_b_makit_color } } + title:b_makka = { set_variable = { name = color_storage value = title:d_b_makka_color } } + title:b_makrana = { set_variable = { name = color_storage value = title:d_b_makrana_color } } + title:b_maksi = { set_variable = { name = color_storage value = title:d_b_maksi_color } } + title:b_maku = { set_variable = { name = color_storage value = title:d_b_maku_color } } + title:b_maladzyechna = { set_variable = { name = color_storage value = title:d_b_maladzyechna_color } } + title:b_malaga = { set_variable = { name = color_storage value = title:d_b_malaga_color } } + title:b_malagon = { set_variable = { name = color_storage value = title:d_b_malagon_color } } + title:b_malaia_skvirka = { set_variable = { name = color_storage value = title:d_b_malaia_skvirka_color } } + title:b_malamacco = { set_variable = { name = color_storage value = title:d_b_malamacco_color } } + title:b_malandra = { set_variable = { name = color_storage value = title:d_b_malandra_color } } + title:b_malappuram = { set_variable = { name = color_storage value = title:d_b_malappuram_color } } + title:b_malashuyka = { set_variable = { name = color_storage value = title:d_b_malashuyka_color } } + title:b_malaya_rata = { set_variable = { name = color_storage value = title:d_b_malaya_rata_color } } + title:b_malayagiri = { set_variable = { name = color_storage value = title:d_b_malayagiri_color } } + title:b_malboden = { set_variable = { name = color_storage value = title:d_b_malboden_color } } + title:b_maldon = { set_variable = { name = color_storage value = title:d_b_maldon_color } } + title:b_malenga = { set_variable = { name = color_storage value = title:d_b_malenga_color } } + title:b_maleshevo = { set_variable = { name = color_storage value = title:d_b_maleshevo_color } } + title:b_malha = { set_variable = { name = color_storage value = title:d_b_malha_color } } + title:b_malin = { set_variable = { name = color_storage value = title:d_b_malin_color } } + title:b_malkangiri = { set_variable = { name = color_storage value = title:d_b_malkangiri_color } } + title:b_mallus = { set_variable = { name = color_storage value = title:d_b_mallus_color } } + title:b_malmesbury = { set_variable = { name = color_storage value = title:d_b_malmesbury_color } } + title:b_maloi_irghiz = { set_variable = { name = color_storage value = title:d_b_maloi_irghiz_color } } + title:b_malta = { set_variable = { name = color_storage value = title:d_b_malta_color } } + title:b_mamadych = { set_variable = { name = color_storage value = title:d_b_mamadych_color } } + title:b_mamakhondii = { set_variable = { name = color_storage value = title:d_b_mamakhondii_color } } + title:b_mamallapuram = { set_variable = { name = color_storage value = title:d_b_mamallapuram_color } } + title:b_mamlyutka = { set_variable = { name = color_storage value = title:d_b_mamlyutka_color } } + title:b_mampon = { set_variable = { name = color_storage value = title:d_b_mampon_color } } + title:b_man = { set_variable = { name = color_storage value = title:d_b_man_color } } + title:b_mana_MON = { set_variable = { name = color_storage value = title:d_b_mana_MON_color } } + title:b_manaka = { set_variable = { name = color_storage value = title:d_b_manaka_color } } + title:b_manan = { set_variable = { name = color_storage value = title:d_b_manan_color } } + title:b_manas = { set_variable = { name = color_storage value = title:d_b_manas_color } } + title:b_manatau = { set_variable = { name = color_storage value = title:d_b_manatau_color } } + title:b_manbij = { set_variable = { name = color_storage value = title:d_b_manbij_color } } + title:b_mancherial = { set_variable = { name = color_storage value = title:d_b_mancherial_color } } + title:b_mandapika = { set_variable = { name = color_storage value = title:d_b_mandapika_color } } + title:b_mandasa = { set_variable = { name = color_storage value = title:d_b_mandasa_color } } + title:b_mandavyapura = { set_variable = { name = color_storage value = title:d_b_mandavyapura_color } } + title:b_mandawar = { set_variable = { name = color_storage value = title:d_b_mandawar_color } } + title:b_mandestan = { set_variable = { name = color_storage value = title:d_b_mandestan_color } } + title:b_mandla = { set_variable = { name = color_storage value = title:d_b_mandla_color } } + title:b_mandrael = { set_variable = { name = color_storage value = title:d_b_mandrael_color } } + title:b_maner = { set_variable = { name = color_storage value = title:d_b_maner_color } } + title:b_manfalut = { set_variable = { name = color_storage value = title:d_b_manfalut_color } } + title:b_manga = { set_variable = { name = color_storage value = title:d_b_manga_color } } + title:b_mangalavada = { set_variable = { name = color_storage value = title:d_b_mangalavada_color } } + title:b_mangalia = { set_variable = { name = color_storage value = title:d_b_mangalia_color } } + title:b_mangalur = { set_variable = { name = color_storage value = title:d_b_mangalur_color } } + title:b_mangnai = { set_variable = { name = color_storage value = title:d_b_mangnai_color } } + title:b_mangra = { set_variable = { name = color_storage value = title:d_b_mangra_color } } + title:b_mangrol = { set_variable = { name = color_storage value = title:d_b_mangrol_color } } + title:b_mani = { set_variable = { name = color_storage value = title:d_b_mani_color } } + title:b_manigango = { set_variable = { name = color_storage value = title:d_b_manigango_color } } + title:b_manikpur = { set_variable = { name = color_storage value = title:d_b_manikpur_color } } + title:b_manikuta = { set_variable = { name = color_storage value = title:d_b_manikuta_color } } + title:b_manina = { set_variable = { name = color_storage value = title:d_b_manina_color } } + title:b_manipur = { set_variable = { name = color_storage value = title:d_b_manipur_color } } + title:b_mankera = { set_variable = { name = color_storage value = title:d_b_mankera_color } } + title:b_mankessim = { set_variable = { name = color_storage value = title:d_b_mankessim_color } } + title:b_mankiala = { set_variable = { name = color_storage value = title:d_b_mankiala_color } } + title:b_mannar = { set_variable = { name = color_storage value = title:d_b_mannar_color } } + title:b_manon = { set_variable = { name = color_storage value = title:d_b_manon_color } } + title:b_manresa = { set_variable = { name = color_storage value = title:d_b_manresa_color } } + title:b_mansfeld = { set_variable = { name = color_storage value = title:d_b_mansfeld_color } } + title:b_manso_nkwanta = { set_variable = { name = color_storage value = title:d_b_manso_nkwanta_color } } + title:b_mansoa = { set_variable = { name = color_storage value = title:d_b_mansoa_color } } + title:b_mansura = { set_variable = { name = color_storage value = title:d_b_mansura_color } } + title:b_mansuriya = { set_variable = { name = color_storage value = title:d_b_mansuriya_color } } + title:b_mantes = { set_variable = { name = color_storage value = title:d_b_mantes_color } } + title:b_manthang = { set_variable = { name = color_storage value = title:d_b_manthang_color } } + title:b_mantua = { set_variable = { name = color_storage value = title:d_b_mantua_color } } + title:b_manturovo = { set_variable = { name = color_storage value = title:d_b_manturovo_color } } + title:b_manujan = { set_variable = { name = color_storage value = title:d_b_manujan_color } } + title:b_manyakheta = { set_variable = { name = color_storage value = title:d_b_manyakheta_color } } + title:b_manyapura = { set_variable = { name = color_storage value = title:d_b_manyapura_color } } + title:b_manych = { set_variable = { name = color_storage value = title:d_b_manych_color } } + title:b_manzikert = { set_variable = { name = color_storage value = title:d_b_manzikert_color } } + title:b_manzurka = { set_variable = { name = color_storage value = title:d_b_manzurka_color } } + title:b_mao_darfur = { set_variable = { name = color_storage value = title:d_b_mao_darfur_color } } + title:b_maowun = { set_variable = { name = color_storage value = title:d_b_maowun_color } } + title:b_mapan = { set_variable = { name = color_storage value = title:d_b_mapan_color } } + title:b_maqen = { set_variable = { name = color_storage value = title:d_b_maqen_color } } + title:b_maqna = { set_variable = { name = color_storage value = title:d_b_maqna_color } } + title:b_maqu = { set_variable = { name = color_storage value = title:d_b_maqu_color } } + title:b_maqueda = { set_variable = { name = color_storage value = title:d_b_maqueda_color } } + title:b_mar = { set_variable = { name = color_storage value = title:d_b_mar_color } } + title:b_mara = { set_variable = { name = color_storage value = title:d_b_mara_color } } + title:b_mara_kisi = { set_variable = { name = color_storage value = title:d_b_mara_kisi_color } } + title:b_maragha = { set_variable = { name = color_storage value = title:d_b_maragha_color } } + title:b_maralbeshi = { set_variable = { name = color_storage value = title:d_b_maralbeshi_color } } + title:b_maramarossziget = { set_variable = { name = color_storage value = title:d_b_maramarossziget_color } } + title:b_marand = { set_variable = { name = color_storage value = title:d_b_marand_color } } + title:b_marandet = { set_variable = { name = color_storage value = title:d_b_marandet_color } } + title:b_marandi = { set_variable = { name = color_storage value = title:d_b_marandi_color } } + title:b_maras = { set_variable = { name = color_storage value = title:d_b_maras_color } } + title:b_marash = { set_variable = { name = color_storage value = title:d_b_marash_color } } + title:b_maratea = { set_variable = { name = color_storage value = title:d_b_maratea_color } } + title:b_marawa = { set_variable = { name = color_storage value = title:d_b_marawa_color } } + title:b_marba = { set_variable = { name = color_storage value = title:d_b_marba_color } } + title:b_marburg = { set_variable = { name = color_storage value = title:d_b_marburg_color } } + title:b_marchu = { set_variable = { name = color_storage value = title:d_b_marchu_color } } + title:b_mardali = { set_variable = { name = color_storage value = title:d_b_mardali_color } } + title:b_mardin = { set_variable = { name = color_storage value = title:d_b_mardin_color } } + title:b_mareeg = { set_variable = { name = color_storage value = title:d_b_mareeg_color } } + title:b_marehan-north = { set_variable = { name = color_storage value = title:d_b_marehan-north_color } } + title:b_marehan-south = { set_variable = { name = color_storage value = title:d_b_marehan-south_color } } + title:b_margai = { set_variable = { name = color_storage value = title:d_b_margai_color } } + title:b_marghinan = { set_variable = { name = color_storage value = title:d_b_marghinan_color } } + title:b_margi = { set_variable = { name = color_storage value = title:d_b_margi_color } } + title:b_mari-turek = { set_variable = { name = color_storage value = title:d_b_mari-turek_color } } + title:b_mariazell = { set_variable = { name = color_storage value = title:d_b_mariazell_color } } + title:b_maribor = { set_variable = { name = color_storage value = title:d_b_maribor_color } } + title:b_marienburg = { set_variable = { name = color_storage value = title:d_b_marienburg_color } } + title:b_mariupol = { set_variable = { name = color_storage value = title:d_b_mariupol_color } } + title:b_marj-rahit = { set_variable = { name = color_storage value = title:d_b_marj-rahit_color } } + title:b_mark = { set_variable = { name = color_storage value = title:d_b_mark_color } } + title:b_marka = { set_variable = { name = color_storage value = title:d_b_marka_color } } + title:b_markam = { set_variable = { name = color_storage value = title:d_b_markam_color } } + title:b_marle = { set_variable = { name = color_storage value = title:d_b_marle_color } } + title:b_marosvasarhely = { set_variable = { name = color_storage value = title:d_b_marosvasarhely_color } } + title:b_marquardstein = { set_variable = { name = color_storage value = title:d_b_marquardstein_color } } + title:b_marrakesh = { set_variable = { name = color_storage value = title:d_b_marrakesh_color } } + title:b_marran = { set_variable = { name = color_storage value = title:d_b_marran_color } } + title:b_marrong = { set_variable = { name = color_storage value = title:d_b_marrong_color } } + title:b_marsabit = { set_variable = { name = color_storage value = title:d_b_marsabit_color } } + title:b_marsafarukh = { set_variable = { name = color_storage value = title:d_b_marsafarukh_color } } + title:b_marsan = { set_variable = { name = color_storage value = title:d_b_marsan_color } } + title:b_marseille = { set_variable = { name = color_storage value = title:d_b_marseille_color } } + title:b_marsetten = { set_variable = { name = color_storage value = title:d_b_marsetten_color } } + title:b_martigny = { set_variable = { name = color_storage value = title:d_b_martigny_color } } + title:b_martyropolis = { set_variable = { name = color_storage value = title:d_b_martyropolis_color } } + title:b_marv-ar-rud = { set_variable = { name = color_storage value = title:d_b_marv-ar-rud_color } } + title:b_marvejols = { set_variable = { name = color_storage value = title:d_b_marvejols_color } } + title:b_marya = { set_variable = { name = color_storage value = title:d_b_marya_color } } + title:b_masa = { set_variable = { name = color_storage value = title:d_b_masa_color } } + title:b_masa_fasher = { set_variable = { name = color_storage value = title:d_b_masa_fasher_color } } + title:b_masalit = { set_variable = { name = color_storage value = title:d_b_masalit_color } } + title:b_masau = { set_variable = { name = color_storage value = title:d_b_masau_color } } + title:b_maselk = { set_variable = { name = color_storage value = title:d_b_maselk_color } } + title:b_mashiz = { set_variable = { name = color_storage value = title:d_b_mashiz_color } } + title:b_mashki = { set_variable = { name = color_storage value = title:d_b_mashki_color } } + title:b_mashkuya = { set_variable = { name = color_storage value = title:d_b_mashkuya_color } } + title:b_mashqar = { set_variable = { name = color_storage value = title:d_b_mashqar_color } } + title:b_masila = { set_variable = { name = color_storage value = title:d_b_masila_color } } + title:b_masin = { set_variable = { name = color_storage value = title:d_b_masin_color } } + title:b_maskiyana = { set_variable = { name = color_storage value = title:d_b_maskiyana_color } } + title:b_massa = { set_variable = { name = color_storage value = title:d_b_massa_color } } + title:b_massawa = { set_variable = { name = color_storage value = title:d_b_massawa_color } } + title:b_massenya = { set_variable = { name = color_storage value = title:d_b_massenya_color } } + title:b_mastang = { set_variable = { name = color_storage value = title:d_b_mastang_color } } + title:b_masur = { set_variable = { name = color_storage value = title:d_b_masur_color } } + title:b_masyaf = { set_variable = { name = color_storage value = title:d_b_masyaf_color } } + title:b_mat = { set_variable = { name = color_storage value = title:d_b_mat_color } } + title:b_matale = { set_variable = { name = color_storage value = title:d_b_matale_color } } + title:b_matamuhuri = { set_variable = { name = color_storage value = title:d_b_matamuhuri_color } } + title:b_matankari = { set_variable = { name = color_storage value = title:d_b_matankari_color } } + title:b_matara = { set_variable = { name = color_storage value = title:d_b_matara_color } } + title:b_matara-iraq = { set_variable = { name = color_storage value = title:d_b_matara-iraq_color } } + title:b_matera = { set_variable = { name = color_storage value = title:d_b_matera_color } } + title:b_mathura = { set_variable = { name = color_storage value = title:d_b_mathura_color } } + title:b_matiari = { set_variable = { name = color_storage value = title:d_b_matiari_color } } + title:b_mato = { set_variable = { name = color_storage value = title:d_b_mato_color } } + title:b_matrah = { set_variable = { name = color_storage value = title:d_b_matrah_color } } + title:b_matrei = { set_variable = { name = color_storage value = title:d_b_matrei_color } } + title:b_mattija = { set_variable = { name = color_storage value = title:d_b_mattija_color } } + title:b_matya = { set_variable = { name = color_storage value = title:d_b_matya_color } } + title:b_mau = { set_variable = { name = color_storage value = title:d_b_mau_color } } + title:b_maukkadaw = { set_variable = { name = color_storage value = title:d_b_maukkadaw_color } } + title:b_maulevrier = { set_variable = { name = color_storage value = title:d_b_maulevrier_color } } + title:b_mautan_tas = { set_variable = { name = color_storage value = title:d_b_mautan_tas_color } } + title:b_mavrouda = { set_variable = { name = color_storage value = title:d_b_mavrouda_color } } + title:b_mawlamyine = { set_variable = { name = color_storage value = title:d_b_mawlamyine_color } } + title:b_mawli = { set_variable = { name = color_storage value = title:d_b_mawli_color } } + title:b_mawqaq = { set_variable = { name = color_storage value = title:d_b_mawqaq_color } } + title:b_mawza = { set_variable = { name = color_storage value = title:d_b_mawza_color } } + title:b_maybole = { set_variable = { name = color_storage value = title:d_b_maybole_color } } + title:b_maydara = { set_variable = { name = color_storage value = title:d_b_maydara_color } } + title:b_mayenne = { set_variable = { name = color_storage value = title:d_b_mayenne_color } } + title:b_mayin = { set_variable = { name = color_storage value = title:d_b_mayin_color } } + title:b_mayyafariqin = { set_variable = { name = color_storage value = title:d_b_mayyafariqin_color } } + title:b_maza = { set_variable = { name = color_storage value = title:d_b_maza_color } } + title:b_mazaghan = { set_variable = { name = color_storage value = title:d_b_mazaghan_color } } + title:b_mazara = { set_variable = { name = color_storage value = title:d_b_mazara_color } } + title:b_mazdaqan = { set_variable = { name = color_storage value = title:d_b_mazdaqan_color } } + title:b_mazduran = { set_variable = { name = color_storage value = title:d_b_mazduran_color } } + title:b_mazinan = { set_variable = { name = color_storage value = title:d_b_mazinan_color } } + title:b_mazongshan = { set_variable = { name = color_storage value = title:d_b_mazongshan_color } } + title:b_mazyr = { set_variable = { name = color_storage value = title:d_b_mazyr_color } } + title:b_mbara = { set_variable = { name = color_storage value = title:d_b_mbara_color } } + title:b_mboune = { set_variable = { name = color_storage value = title:d_b_mboune_color } } + title:b_mboynane = { set_variable = { name = color_storage value = title:d_b_mboynane_color } } + title:b_mbul = { set_variable = { name = color_storage value = title:d_b_mbul_color } } + title:b_meaux = { set_variable = { name = color_storage value = title:d_b_meaux_color } } + title:b_mecheria = { set_variable = { name = color_storage value = title:d_b_mecheria_color } } + title:b_mechuka = { set_variable = { name = color_storage value = title:d_b_mechuka_color } } + title:b_medak = { set_variable = { name = color_storage value = title:d_b_medak_color } } + title:b_medantaka = { set_variable = { name = color_storage value = title:d_b_medantaka_color } } + title:b_medea = { set_variable = { name = color_storage value = title:d_b_medea_color } } + title:b_medellin = { set_variable = { name = color_storage value = title:d_b_medellin_color } } + title:b_medemblik = { set_variable = { name = color_storage value = title:d_b_medemblik_color } } + title:b_medeniken = { set_variable = { name = color_storage value = title:d_b_medeniken_color } } + title:b_medinaceli = { set_variable = { name = color_storage value = title:d_b_medinaceli_color } } + title:b_medinadelcampo = { set_variable = { name = color_storage value = title:d_b_medinadelcampo_color } } + title:b_medinadepomar = { set_variable = { name = color_storage value = title:d_b_medinadepomar_color } } + title:b_medoc = { set_variable = { name = color_storage value = title:d_b_medoc_color } } + title:b_medog = { set_variable = { name = color_storage value = title:d_b_medog_color } } + title:b_megara = { set_variable = { name = color_storage value = title:d_b_megara_color } } + title:b_mege = { set_variable = { name = color_storage value = title:d_b_mege_color } } + title:b_mehadia = { set_variable = { name = color_storage value = title:d_b_mehadia_color } } + title:b_mehidpur = { set_variable = { name = color_storage value = title:d_b_mehidpur_color } } + title:b_meissen = { set_variable = { name = color_storage value = title:d_b_meissen_color } } + title:b_mekhar = { set_variable = { name = color_storage value = title:d_b_mekhar_color } } + title:b_mekhtar = { set_variable = { name = color_storage value = title:d_b_mekhtar_color } } + title:b_mekkhaya = { set_variable = { name = color_storage value = title:d_b_mekkhaya_color } } + title:b_meknes = { set_variable = { name = color_storage value = title:d_b_meknes_color } } + title:b_mekrou = { set_variable = { name = color_storage value = title:d_b_mekrou_color } } + title:b_melay = { set_variable = { name = color_storage value = title:d_b_melay_color } } + title:b_meldi = { set_variable = { name = color_storage value = title:d_b_meldi_color } } + title:b_melfi = { set_variable = { name = color_storage value = title:d_b_melfi_color } } + title:b_melfi_sao = { set_variable = { name = color_storage value = title:d_b_melfi_sao_color } } + title:b_melide = { set_variable = { name = color_storage value = title:d_b_melide_color } } + title:b_melilla = { set_variable = { name = color_storage value = title:d_b_melilla_color } } + title:b_melitene = { set_variable = { name = color_storage value = title:d_b_melitene_color } } + title:b_melle = { set_variable = { name = color_storage value = title:d_b_melle_color } } + title:b_melnik = { set_variable = { name = color_storage value = title:d_b_melnik_color } } + title:b_melnikpirin = { set_variable = { name = color_storage value = title:d_b_melnikpirin_color } } + title:b_melpadi = { set_variable = { name = color_storage value = title:d_b_melpadi_color } } + title:b_melton = { set_variable = { name = color_storage value = title:d_b_melton_color } } + title:b_melun = { set_variable = { name = color_storage value = title:d_b_melun_color } } + title:b_memar = { set_variable = { name = color_storage value = title:d_b_memar_color } } + title:b_memel = { set_variable = { name = color_storage value = title:d_b_memel_color } } + title:b_memmingen = { set_variable = { name = color_storage value = title:d_b_memmingen_color } } + title:b_mende = { set_variable = { name = color_storage value = title:d_b_mende_color } } + title:b_meneith = { set_variable = { name = color_storage value = title:d_b_meneith_color } } + title:b_menorca = { set_variable = { name = color_storage value = title:d_b_menorca_color } } + title:b_mentesa = { set_variable = { name = color_storage value = title:d_b_mentesa_color } } + title:b_menzelinsk = { set_variable = { name = color_storage value = title:d_b_menzelinsk_color } } + title:b_meppen = { set_variable = { name = color_storage value = title:d_b_meppen_color } } + title:b_mercaeur = { set_variable = { name = color_storage value = title:d_b_mercaeur_color } } + title:b_mercara = { set_variable = { name = color_storage value = title:d_b_mercara_color } } + title:b_mergao = { set_variable = { name = color_storage value = title:d_b_mergao_color } } + title:b_mergentheim = { set_variable = { name = color_storage value = title:d_b_mergentheim_color } } + title:b_merida = { set_variable = { name = color_storage value = title:d_b_merida_color } } + title:b_merikarvia = { set_variable = { name = color_storage value = title:d_b_merikarvia_color } } + title:b_merke = { set_variable = { name = color_storage value = title:d_b_merke_color } } + title:b_merkine = { set_variable = { name = color_storage value = title:d_b_merkine_color } } + title:b_mersenburg = { set_variable = { name = color_storage value = title:d_b_mersenburg_color } } + title:b_mertola = { set_variable = { name = color_storage value = title:d_b_mertola_color } } + title:b_merv = { set_variable = { name = color_storage value = title:d_b_merv_color } } + title:b_mesembria = { set_variable = { name = color_storage value = title:d_b_mesembria_color } } + title:b_messina = { set_variable = { name = color_storage value = title:d_b_messina_color } } + title:b_messukyla = { set_variable = { name = color_storage value = title:d_b_messukyla_color } } + title:b_mestre = { set_variable = { name = color_storage value = title:d_b_mestre_color } } + title:b_metz = { set_variable = { name = color_storage value = title:d_b_metz_color } } + title:b_metzovo = { set_variable = { name = color_storage value = title:d_b_metzovo_color } } + title:b_mezeshka = { set_variable = { name = color_storage value = title:d_b_mezeshka_color } } + title:b_mezhybozhe = { set_variable = { name = color_storage value = title:d_b_mezhybozhe_color } } + title:b_mezieres = { set_variable = { name = color_storage value = title:d_b_mezieres_color } } + title:b_mglin = { set_variable = { name = color_storage value = title:d_b_mglin_color } } + title:b_miastko = { set_variable = { name = color_storage value = title:d_b_miastko_color } } + title:b_michalowo = { set_variable = { name = color_storage value = title:d_b_michalowo_color } } + title:b_midaeum = { set_variable = { name = color_storage value = title:d_b_midaeum_color } } + title:b_midaeum_OPSI = { set_variable = { name = color_storage value = title:d_b_midaeum_OPSI_color } } + title:b_middelburg = { set_variable = { name = color_storage value = title:d_b_middelburg_color } } + title:b_middelfart = { set_variable = { name = color_storage value = title:d_b_middelfart_color } } + title:b_middle_atbara = { set_variable = { name = color_storage value = title:d_b_middle_atbara_color } } + title:b_middle_awash = { set_variable = { name = color_storage value = title:d_b_middle_awash_color } } + title:b_middle_nzi = { set_variable = { name = color_storage value = title:d_b_middle_nzi_color } } + title:b_middle_shebelle = { set_variable = { name = color_storage value = title:d_b_middle_shebelle_color } } + title:b_middle_tano = { set_variable = { name = color_storage value = title:d_b_middle_tano_color } } + title:b_midnapore = { set_variable = { name = color_storage value = title:d_b_midnapore_color } } + title:b_miedzyrzecz = { set_variable = { name = color_storage value = title:d_b_miedzyrzecz_color } } + title:b_mielec = { set_variable = { name = color_storage value = title:d_b_mielec_color } } + title:b_migri = { set_variable = { name = color_storage value = title:d_b_migri_color } } + title:b_mihrijan = { set_variable = { name = color_storage value = title:d_b_mihrijan_color } } + title:b_miirchun = { set_variable = { name = color_storage value = title:d_b_miirchun_color } } + title:b_mijdal = { set_variable = { name = color_storage value = title:d_b_mijdal_color } } + title:b_mikashevichy = { set_variable = { name = color_storage value = title:d_b_mikashevichy_color } } + title:b_mikkeli = { set_variable = { name = color_storage value = title:d_b_mikkeli_color } } + title:b_mikulov = { set_variable = { name = color_storage value = title:d_b_mikulov_color } } + title:b_mila = { set_variable = { name = color_storage value = title:d_b_mila_color } } + title:b_mila_satif = { set_variable = { name = color_storage value = title:d_b_mila_satif_color } } + title:b_mila_tibet = { set_variable = { name = color_storage value = title:d_b_mila_tibet_color } } + title:b_milano = { set_variable = { name = color_storage value = title:d_b_milano_color } } + title:b_miletopolis = { set_variable = { name = color_storage value = title:d_b_miletopolis_color } } + title:b_miletus = { set_variable = { name = color_storage value = title:d_b_miletus_color } } + title:b_milevsko = { set_variable = { name = color_storage value = title:d_b_milevsko_color } } + title:b_miliez = { set_variable = { name = color_storage value = title:d_b_miliez_color } } + title:b_miliyana = { set_variable = { name = color_storage value = title:d_b_miliyana_color } } + title:b_millau = { set_variable = { name = color_storage value = title:d_b_millau_color } } + title:b_millerovo = { set_variable = { name = color_storage value = title:d_b_millerovo_color } } + title:b_miltou = { set_variable = { name = color_storage value = title:d_b_miltou_color } } + title:b_mimizan = { set_variable = { name = color_storage value = title:d_b_mimizan_color } } + title:b_minbu = { set_variable = { name = color_storage value = title:d_b_minbu_color } } + title:b_minden = { set_variable = { name = color_storage value = title:d_b_minden_color } } + title:b_mindif = { set_variable = { name = color_storage value = title:d_b_mindif_color } } + title:b_mingachevir = { set_variable = { name = color_storage value = title:d_b_mingachevir_color } } + title:b_minggam = { set_variable = { name = color_storage value = title:d_b_minggam_color } } + title:b_mingiu = { set_variable = { name = color_storage value = title:d_b_mingiu_color } } + title:b_minimarg = { set_variable = { name = color_storage value = title:d_b_minimarg_color } } + title:b_minle = { set_variable = { name = color_storage value = title:d_b_minle_color } } + title:b_minna = { set_variable = { name = color_storage value = title:d_b_minna_color } } + title:b_minsk = { set_variable = { name = color_storage value = title:d_b_minsk_color } } + title:b_minuf = { set_variable = { name = color_storage value = title:d_b_minuf_color } } + title:b_mir_rukan = { set_variable = { name = color_storage value = title:d_b_mir_rukan_color } } + title:b_miraj = { set_variable = { name = color_storage value = title:d_b_miraj_color } } + title:b_miran = { set_variable = { name = color_storage value = title:d_b_miran_color } } + title:b_miranda_do_duoro = { set_variable = { name = color_storage value = title:d_b_miranda_do_duoro_color } } + title:b_mirandadeebro = { set_variable = { name = color_storage value = title:d_b_mirandadeebro_color } } + title:b_mirath = { set_variable = { name = color_storage value = title:d_b_mirath_color } } + title:b_mirba = { set_variable = { name = color_storage value = title:d_b_mirba_color } } + title:b_mirnyy = { set_variable = { name = color_storage value = title:d_b_mirnyy_color } } + title:b_mirpur_khas = { set_variable = { name = color_storage value = title:d_b_mirpur_khas_color } } + title:b_miskolc = { set_variable = { name = color_storage value = title:d_b_miskolc_color } } + title:b_missour = { set_variable = { name = color_storage value = title:d_b_missour_color } } + title:b_mistea = { set_variable = { name = color_storage value = title:d_b_mistea_color } } + title:b_mistelbach = { set_variable = { name = color_storage value = title:d_b_mistelbach_color } } + title:b_mistra = { set_variable = { name = color_storage value = title:d_b_mistra_color } } + title:b_misurata = { set_variable = { name = color_storage value = title:d_b_misurata_color } } + title:b_mitau = { set_variable = { name = color_storage value = title:d_b_mitau_color } } + title:b_mithila = { set_variable = { name = color_storage value = title:d_b_mithila_color } } + title:b_miyan-rudan = { set_variable = { name = color_storage value = title:d_b_miyan-rudan_color } } + title:b_mizdahqan = { set_variable = { name = color_storage value = title:d_b_mizdahqan_color } } + title:b_mockern = { set_variable = { name = color_storage value = title:d_b_mockern_color } } + title:b_moda = { set_variable = { name = color_storage value = title:d_b_moda_color } } + title:b_modena = { set_variable = { name = color_storage value = title:d_b_modena_color } } + title:b_modhera = { set_variable = { name = color_storage value = title:d_b_modhera_color } } + title:b_modo-bartik = { set_variable = { name = color_storage value = title:d_b_modo-bartik_color } } + title:b_modon = { set_variable = { name = color_storage value = title:d_b_modon_color } } + title:b_modra = { set_variable = { name = color_storage value = title:d_b_modra_color } } + title:b_modrus = { set_variable = { name = color_storage value = title:d_b_modrus_color } } + title:b_moers = { set_variable = { name = color_storage value = title:d_b_moers_color } } + title:b_mofd_afdzalkhan = { set_variable = { name = color_storage value = title:d_b_mofd_afdzalkhan_color } } + title:b_mogadishu = { set_variable = { name = color_storage value = title:d_b_mogadishu_color } } + title:b_mogadouro = { set_variable = { name = color_storage value = title:d_b_mogadouro_color } } + title:b_mogao = { set_variable = { name = color_storage value = title:d_b_mogao_color } } + title:b_mohacs = { set_variable = { name = color_storage value = title:d_b_mohacs_color } } + title:b_mohadavasaka = { set_variable = { name = color_storage value = title:d_b_mohadavasaka_color } } + title:b_mohenjo_daro = { set_variable = { name = color_storage value = title:d_b_mohenjo_daro_color } } + title:b_moherak = { set_variable = { name = color_storage value = title:d_b_moherak_color } } + title:b_mohrungen = { set_variable = { name = color_storage value = title:d_b_mohrungen_color } } + title:b_moklekov = { set_variable = { name = color_storage value = title:d_b_moklekov_color } } + title:b_mokro = { set_variable = { name = color_storage value = title:d_b_mokro_color } } + title:b_mole_south = { set_variable = { name = color_storage value = title:d_b_mole_south_color } } + title:b_molibay = { set_variable = { name = color_storage value = title:d_b_molibay_color } } + title:b_molina = { set_variable = { name = color_storage value = title:d_b_molina_color } } + title:b_mologa = { set_variable = { name = color_storage value = title:d_b_mologa_color } } + title:b_moltsog_els = { set_variable = { name = color_storage value = title:d_b_moltsog_els_color } } + title:b_molungr = { set_variable = { name = color_storage value = title:d_b_molungr_color } } + title:b_momeik = { set_variable = { name = color_storage value = title:d_b_momeik_color } } + title:b_monaco = { set_variable = { name = color_storage value = title:d_b_monaco_color } } + title:b_monastir = { set_variable = { name = color_storage value = title:d_b_monastir_color } } + title:b_mondonedo = { set_variable = { name = color_storage value = title:d_b_mondonedo_color } } + title:b_mondovi = { set_variable = { name = color_storage value = title:d_b_mondovi_color } } + title:b_monemvasia = { set_variable = { name = color_storage value = title:d_b_monemvasia_color } } + title:b_monfortedelemos = { set_variable = { name = color_storage value = title:d_b_monfortedelemos_color } } + title:b_mong_pai = { set_variable = { name = color_storage value = title:d_b_mong_pai_color } } + title:b_mongar = { set_variable = { name = color_storage value = title:d_b_mongar_color } } + title:b_monicer = { set_variable = { name = color_storage value = title:d_b_monicer_color } } + title:b_monkh_saridag = { set_variable = { name = color_storage value = title:d_b_monkh_saridag_color } } + title:b_monmouth = { set_variable = { name = color_storage value = title:d_b_monmouth_color } } + title:b_mons = { set_variable = { name = color_storage value = title:d_b_mons_color } } + title:b_montagnana = { set_variable = { name = color_storage value = title:d_b_montagnana_color } } + title:b_montaigu = { set_variable = { name = color_storage value = title:d_b_montaigu_color } } + title:b_montalcino = { set_variable = { name = color_storage value = title:d_b_montalcino_color } } + title:b_montanejos = { set_variable = { name = color_storage value = title:d_b_montanejos_color } } + title:b_montargis = { set_variable = { name = color_storage value = title:d_b_montargis_color } } + title:b_montauban = { set_variable = { name = color_storage value = title:d_b_montauban_color } } + title:b_montbard = { set_variable = { name = color_storage value = title:d_b_montbard_color } } + title:b_montbel = { set_variable = { name = color_storage value = title:d_b_montbel_color } } + title:b_montbelliard = { set_variable = { name = color_storage value = title:d_b_montbelliard_color } } + title:b_montbrison = { set_variable = { name = color_storage value = title:d_b_montbrison_color } } + title:b_monte_faro = { set_variable = { name = color_storage value = title:d_b_monte_faro_color } } + title:b_monte_sole = { set_variable = { name = color_storage value = title:d_b_monte_sole_color } } + title:b_montefeltro = { set_variable = { name = color_storage value = title:d_b_montefeltro_color } } + title:b_monteil = { set_variable = { name = color_storage value = title:d_b_monteil_color } } + title:b_montemor = { set_variable = { name = color_storage value = title:d_b_montemor_color } } + title:b_montereau = { set_variable = { name = color_storage value = title:d_b_montereau_color } } + title:b_monterrei = { set_variable = { name = color_storage value = title:d_b_monterrei_color } } + title:b_montfort = { set_variable = { name = color_storage value = title:d_b_montfort_color } } + title:b_montignac = { set_variable = { name = color_storage value = title:d_b_montignac_color } } + title:b_montlaur = { set_variable = { name = color_storage value = title:d_b_montlaur_color } } + title:b_montlhery = { set_variable = { name = color_storage value = title:d_b_montlhery_color } } + title:b_montlucon = { set_variable = { name = color_storage value = title:d_b_montlucon_color } } + title:b_montpellier = { set_variable = { name = color_storage value = title:d_b_montpellier_color } } + title:b_montpensier = { set_variable = { name = color_storage value = title:d_b_montpensier_color } } + title:b_montreuil = { set_variable = { name = color_storage value = title:d_b_montreuil_color } } + title:b_montreuil_sur_mer = { set_variable = { name = color_storage value = title:d_b_montreuil_sur_mer_color } } + title:b_monza = { set_variable = { name = color_storage value = title:d_b_monza_color } } + title:b_monzon = { set_variable = { name = color_storage value = title:d_b_monzon_color } } + title:b_mopti = { set_variable = { name = color_storage value = title:d_b_mopti_color } } + title:b_moqor = { set_variable = { name = color_storage value = title:d_b_moqor_color } } + title:b_mor = { set_variable = { name = color_storage value = title:d_b_mor_color } } + title:b_mora = { set_variable = { name = color_storage value = title:d_b_mora_color } } + title:b_mora-awssa = { set_variable = { name = color_storage value = title:d_b_mora-awssa_color } } + title:b_moraca = { set_variable = { name = color_storage value = title:d_b_moraca_color } } + title:b_morarna = { set_variable = { name = color_storage value = title:d_b_morarna_color } } + title:b_morava = { set_variable = { name = color_storage value = title:d_b_morava_color } } + title:b_morchansk = { set_variable = { name = color_storage value = title:d_b_morchansk_color } } + title:b_mori_kliringiin = { set_variable = { name = color_storage value = title:d_b_mori_kliringiin_color } } + title:b_moribugu = { set_variable = { name = color_storage value = title:d_b_moribugu_color } } + title:b_morin_tolochai = { set_variable = { name = color_storage value = title:d_b_morin_tolochai_color } } + title:b_moron = { set_variable = { name = color_storage value = title:d_b_moron_color } } + title:b_morshing = { set_variable = { name = color_storage value = title:d_b_morshing_color } } + title:b_mortain = { set_variable = { name = color_storage value = title:d_b_mortain_color } } + title:b_morteau = { set_variable = { name = color_storage value = title:d_b_morteau_color } } + title:b_mortlach = { set_variable = { name = color_storage value = title:d_b_mortlach_color } } + title:b_morvan = { set_variable = { name = color_storage value = title:d_b_morvan_color } } + title:b_morvi = { set_variable = { name = color_storage value = title:d_b_morvi_color } } + title:b_mosbach = { set_variable = { name = color_storage value = title:d_b_mosbach_color } } + title:b_moshi = { set_variable = { name = color_storage value = title:d_b_moshi_color } } + title:b_moskva = { set_variable = { name = color_storage value = title:d_b_moskva_color } } + title:b_moson = { set_variable = { name = color_storage value = title:d_b_moson_color } } + title:b_moson_kholtos = { set_variable = { name = color_storage value = title:d_b_moson_kholtos_color } } + title:b_mostar = { set_variable = { name = color_storage value = title:d_b_mostar_color } } + title:b_mostovskoye = { set_variable = { name = color_storage value = title:d_b_mostovskoye_color } } + title:b_mosul = { set_variable = { name = color_storage value = title:d_b_mosul_color } } + title:b_mosynopolis = { set_variable = { name = color_storage value = title:d_b_mosynopolis_color } } + title:b_moti_mahal = { set_variable = { name = color_storage value = title:d_b_moti_mahal_color } } + title:b_motril = { set_variable = { name = color_storage value = title:d_b_motril_color } } + title:b_mouhoun = { set_variable = { name = color_storage value = title:d_b_mouhoun_color } } + title:b_moulins = { set_variable = { name = color_storage value = title:d_b_moulins_color } } + title:b_moura = { set_variable = { name = color_storage value = title:d_b_moura_color } } + title:b_moutiers = { set_variable = { name = color_storage value = title:d_b_moutiers_color } } + title:b_moyar = { set_variable = { name = color_storage value = title:d_b_moyar_color } } + title:b_mozhaysk = { set_variable = { name = color_storage value = title:d_b_mozhaysk_color } } + title:b_mozhga = { set_variable = { name = color_storage value = title:d_b_mozhga_color } } + title:b_mrassu = { set_variable = { name = color_storage value = title:d_b_mrassu_color } } + title:b_mrauk_u = { set_variable = { name = color_storage value = title:d_b_mrauk_u_color } } + title:b_mrira = { set_variable = { name = color_storage value = title:d_b_mrira_color } } + title:b_mstislavl = { set_variable = { name = color_storage value = title:d_b_mstislavl_color } } + title:b_mtensk = { set_variable = { name = color_storage value = title:d_b_mtensk_color } } + title:b_mtskheta = { set_variable = { name = color_storage value = title:d_b_mtskheta_color } } + title:b_muaskar = { set_variable = { name = color_storage value = title:d_b_muaskar_color } } + title:b_mudgagiri = { set_variable = { name = color_storage value = title:d_b_mudgagiri_color } } + title:b_mudgal = { set_variable = { name = color_storage value = title:d_b_mudgal_color } } + title:b_mudivemu = { set_variable = { name = color_storage value = title:d_b_mudivemu_color } } + title:b_mudug-north = { set_variable = { name = color_storage value = title:d_b_mudug-north_color } } + title:b_mudug-south = { set_variable = { name = color_storage value = title:d_b_mudug-south_color } } + title:b_muetkk = { set_variable = { name = color_storage value = title:d_b_muetkk_color } } + title:b_mugar = { set_variable = { name = color_storage value = title:d_b_mugar_color } } + title:b_muhlhausen = { set_variable = { name = color_storage value = title:d_b_muhlhausen_color } } + title:b_muhu = { set_variable = { name = color_storage value = title:d_b_muhu_color } } + title:b_muji = { set_variable = { name = color_storage value = title:d_b_muji_color } } + title:b_mujib = { set_variable = { name = color_storage value = title:d_b_mujib_color } } + title:b_mukalla = { set_variable = { name = color_storage value = title:d_b_mukalla_color } } + title:b_mukhor = { set_variable = { name = color_storage value = title:d_b_mukhor_color } } + title:b_muktinath = { set_variable = { name = color_storage value = title:d_b_muktinath_color } } + title:b_mukzhung = { set_variable = { name = color_storage value = title:d_b_mukzhung_color } } + title:b_mulhouse = { set_variable = { name = color_storage value = title:d_b_mulhouse_color } } + title:b_mull = { set_variable = { name = color_storage value = title:d_b_mull_color } } + title:b_mullaitivu = { set_variable = { name = color_storage value = title:d_b_mullaitivu_color } } + title:b_multan = { set_variable = { name = color_storage value = title:d_b_multan_color } } + title:b_muluvagil = { set_variable = { name = color_storage value = title:d_b_muluvagil_color } } + title:b_mumo = { set_variable = { name = color_storage value = title:d_b_mumo_color } } + title:b_munchen = { set_variable = { name = color_storage value = title:d_b_munchen_color } } + title:b_munchsmunster = { set_variable = { name = color_storage value = title:d_b_munchsmunster_color } } + title:b_munden = { set_variable = { name = color_storage value = title:d_b_munden_color } } + title:b_munesa = { set_variable = { name = color_storage value = title:d_b_munesa_color } } + title:b_mungeli = { set_variable = { name = color_storage value = title:d_b_mungeli_color } } + title:b_mungun_taiga = { set_variable = { name = color_storage value = title:d_b_mungun_taiga_color } } + title:b_munio = { set_variable = { name = color_storage value = title:d_b_munio_color } } + title:b_munjan = { set_variable = { name = color_storage value = title:d_b_munjan_color } } + title:b_munk = { set_variable = { name = color_storage value = title:d_b_munk_color } } + title:b_munkacz = { set_variable = { name = color_storage value = title:d_b_munkacz_color } } + title:b_munkh_khairkhan = { set_variable = { name = color_storage value = title:d_b_munkh_khairkhan_color } } + title:b_munster = { set_variable = { name = color_storage value = title:d_b_munster_color } } + title:b_muralziyan = { set_variable = { name = color_storage value = title:d_b_muralziyan_color } } + title:b_murany = { set_variable = { name = color_storage value = title:d_b_murany_color } } + title:b_murat = { set_variable = { name = color_storage value = title:d_b_murat_color } } + title:b_murau = { set_variable = { name = color_storage value = title:d_b_murau_color } } + title:b_murcia = { set_variable = { name = color_storage value = title:d_b_murcia_color } } + title:b_muret = { set_variable = { name = color_storage value = title:d_b_muret_color } } + title:b_murghab = { set_variable = { name = color_storage value = title:d_b_murghab_color } } + title:b_muri = { set_variable = { name = color_storage value = title:d_b_muri_color } } + title:b_murje = { set_variable = { name = color_storage value = title:d_b_murje_color } } + title:b_murom = { set_variable = { name = color_storage value = title:d_b_murom_color } } + title:b_murun_tomis = { set_variable = { name = color_storage value = title:d_b_murun_tomis_color } } + title:b_murviedro = { set_variable = { name = color_storage value = title:d_b_murviedro_color } } + title:b_murwab = { set_variable = { name = color_storage value = title:d_b_murwab_color } } + title:b_murzuk = { set_variable = { name = color_storage value = title:d_b_murzuk_color } } + title:b_murzzuschlag = { set_variable = { name = color_storage value = title:d_b_murzzuschlag_color } } + title:b_mus_tagh = { set_variable = { name = color_storage value = title:d_b_mus_tagh_color } } + title:b_musadugu = { set_variable = { name = color_storage value = title:d_b_musadugu_color } } + title:b_musala = { set_variable = { name = color_storage value = title:d_b_musala_color } } + title:b_musanagar = { set_variable = { name = color_storage value = title:d_b_musanagar_color } } + title:b_musandam = { set_variable = { name = color_storage value = title:d_b_musandam_color } } + title:b_musari = { set_variable = { name = color_storage value = title:d_b_musari_color } } + title:b_musaymir = { set_variable = { name = color_storage value = title:d_b_musaymir_color } } + title:b_muscat = { set_variable = { name = color_storage value = title:d_b_muscat_color } } + title:b_musch = { set_variable = { name = color_storage value = title:d_b_musch_color } } + title:b_mushangi = { set_variable = { name = color_storage value = title:d_b_mushangi_color } } + title:b_mushun = { set_variable = { name = color_storage value = title:d_b_mushun_color } } + title:b_mustahil = { set_variable = { name = color_storage value = title:d_b_mustahil_color } } + title:b_mustasaari = { set_variable = { name = color_storage value = title:d_b_mustasaari_color } } + title:b_mut = { set_variable = { name = color_storage value = title:d_b_mut_color } } + title:b_mutfili = { set_variable = { name = color_storage value = title:d_b_mutfili_color } } + title:b_muttina = { set_variable = { name = color_storage value = title:d_b_muttina_color } } + title:b_muya = { set_variable = { name = color_storage value = title:d_b_muya_color } } + title:b_myanaung = { set_variable = { name = color_storage value = title:d_b_myanaung_color } } + title:b_myangan_yamaat = { set_variable = { name = color_storage value = title:d_b_myangan_yamaat_color } } + title:b_myaungmya = { set_variable = { name = color_storage value = title:d_b_myaungmya_color } } + title:b_myede = { set_variable = { name = color_storage value = title:d_b_myede_color } } + title:b_myedu = { set_variable = { name = color_storage value = title:d_b_myedu_color } } + title:b_myinmu = { set_variable = { name = color_storage value = title:d_b_myinmu_color } } + title:b_myitche = { set_variable = { name = color_storage value = title:d_b_myitche_color } } + title:b_mylasa = { set_variable = { name = color_storage value = title:d_b_mylasa_color } } + title:b_myory = { set_variable = { name = color_storage value = title:d_b_myory_color } } + title:b_myra = { set_variable = { name = color_storage value = title:d_b_myra_color } } + title:b_myrhorod = { set_variable = { name = color_storage value = title:d_b_myrhorod_color } } + title:b_mytilene = { set_variable = { name = color_storage value = title:d_b_mytilene_color } } + title:b_naani = { set_variable = { name = color_storage value = title:d_b_naani_color } } + title:b_nabadwipa = { set_variable = { name = color_storage value = title:d_b_nabadwipa_color } } + title:b_naband = { set_variable = { name = color_storage value = title:d_b_naband_color } } + title:b_nabeul = { set_variable = { name = color_storage value = title:d_b_nabeul_color } } + title:b_nablus = { set_variable = { name = color_storage value = title:d_b_nablus_color } } + title:b_naddula = { set_variable = { name = color_storage value = title:d_b_naddula_color } } + title:b_nador = { set_variable = { name = color_storage value = title:d_b_nador_color } } + title:b_nadruma = { set_variable = { name = color_storage value = title:d_b_nadruma_color } } + title:b_naestved = { set_variable = { name = color_storage value = title:d_b_naestved_color } } + title:b_naffis = { set_variable = { name = color_storage value = title:d_b_naffis_color } } + title:b_nafta = { set_variable = { name = color_storage value = title:d_b_nafta_color } } + title:b_naga = { set_variable = { name = color_storage value = title:d_b_naga_color } } + title:b_nagahrada = { set_variable = { name = color_storage value = title:d_b_nagahrada_color } } + title:b_nagapattinam = { set_variable = { name = color_storage value = title:d_b_nagapattinam_color } } + title:b_nagarahara = { set_variable = { name = color_storage value = title:d_b_nagarahara_color } } + title:b_nagarze = { set_variable = { name = color_storage value = title:d_b_nagarze_color } } + title:b_nagauda = { set_variable = { name = color_storage value = title:d_b_nagauda_color } } + title:b_nagchu = { set_variable = { name = color_storage value = title:d_b_nagchu_color } } + title:b_nagormo = { set_variable = { name = color_storage value = title:d_b_nagormo_color } } + title:b_nagpur = { set_variable = { name = color_storage value = title:d_b_nagpur_color } } + title:b_nagybanya = { set_variable = { name = color_storage value = title:d_b_nagybanya_color } } + title:b_nagyberezna = { set_variable = { name = color_storage value = title:d_b_nagyberezna_color } } + title:b_nagyboszormeny = { set_variable = { name = color_storage value = title:d_b_nagyboszormeny_color } } + title:b_nagyhalmagy = { set_variable = { name = color_storage value = title:d_b_nagyhalmagy_color } } + title:b_nagykaroly = { set_variable = { name = color_storage value = title:d_b_nagykaroly_color } } + title:b_nagylak = { set_variable = { name = color_storage value = title:d_b_nagylak_color } } + title:b_nagyszeben = { set_variable = { name = color_storage value = title:d_b_nagyszeben_color } } + title:b_nagyszolos = { set_variable = { name = color_storage value = title:d_b_nagyszolos_color } } + title:b_nagyvarad = { set_variable = { name = color_storage value = title:d_b_nagyvarad_color } } + title:b_nahr_simmara = { set_variable = { name = color_storage value = title:d_b_nahr_simmara_color } } + title:b_naimisa = { set_variable = { name = color_storage value = title:d_b_naimisa_color } } + title:b_nain = { set_variable = { name = color_storage value = title:d_b_nain_color } } + title:b_naissos = { set_variable = { name = color_storage value = title:d_b_naissos_color } } + title:b_najera = { set_variable = { name = color_storage value = title:d_b_najera_color } } + title:b_najm = { set_variable = { name = color_storage value = title:d_b_najm_color } } + title:b_najran = { set_variable = { name = color_storage value = title:d_b_najran_color } } + title:b_nakanbe = { set_variable = { name = color_storage value = title:d_b_nakanbe_color } } + title:b_nakhshab = { set_variable = { name = color_storage value = title:d_b_nakhshab_color } } + title:b_naklo = { set_variable = { name = color_storage value = title:d_b_naklo_color } } + title:b_nako = { set_variable = { name = color_storage value = title:d_b_nako_color } } + title:b_nakoleia = { set_variable = { name = color_storage value = title:d_b_nakoleia_color } } + title:b_nakorzan = { set_variable = { name = color_storage value = title:d_b_nakorzan_color } } + title:b_nakskov = { set_variable = { name = color_storage value = title:d_b_nakskov_color } } + title:b_nakur = { set_variable = { name = color_storage value = title:d_b_nakur_color } } + title:b_naldurg = { set_variable = { name = color_storage value = title:d_b_naldurg_color } } + title:b_nalgonda = { set_variable = { name = color_storage value = title:d_b_nalgonda_color } } + title:b_nalrajar_garh = { set_variable = { name = color_storage value = title:d_b_nalrajar_garh_color } } + title:b_naltar = { set_variable = { name = color_storage value = title:d_b_naltar_color } } + title:b_nalu = { set_variable = { name = color_storage value = title:d_b_nalu_color } } + title:b_nalut = { set_variable = { name = color_storage value = title:d_b_nalut_color } } + title:b_namandirou = { set_variable = { name = color_storage value = title:d_b_namandirou_color } } + title:b_namastau = { set_variable = { name = color_storage value = title:d_b_namastau_color } } + title:b_namling = { set_variable = { name = color_storage value = title:d_b_namling_color } } + title:b_namnan_uul = { set_variable = { name = color_storage value = title:d_b_namnan_uul_color } } + title:b_namtang = { set_variable = { name = color_storage value = title:d_b_namtang_color } } + title:b_namur = { set_variable = { name = color_storage value = title:d_b_namur_color } } + title:b_nancy = { set_variable = { name = color_storage value = title:d_b_nancy_color } } + title:b_nandagiri = { set_variable = { name = color_storage value = title:d_b_nandagiri_color } } + title:b_nandana = { set_variable = { name = color_storage value = title:d_b_nandana_color } } + title:b_nandapur = { set_variable = { name = color_storage value = title:d_b_nandapur_color } } + title:b_nanded = { set_variable = { name = color_storage value = title:d_b_nanded_color } } + title:b_nandgram = { set_variable = { name = color_storage value = title:d_b_nandgram_color } } + title:b_nandi = { set_variable = { name = color_storage value = title:d_b_nandi_color } } + title:b_nandurbar = { set_variable = { name = color_storage value = title:d_b_nandurbar_color } } + title:b_nang = { set_variable = { name = color_storage value = title:d_b_nang_color } } + title:b_nangali = { set_variable = { name = color_storage value = title:d_b_nangali_color } } + title:b_nangqen = { set_variable = { name = color_storage value = title:d_b_nangqen_color } } + title:b_nanhu = { set_variable = { name = color_storage value = title:d_b_nanhu_color } } + title:b_nanhu_TARIM = { set_variable = { name = color_storage value = title:d_b_nanhu_TARIM_color } } + title:b_nantes = { set_variable = { name = color_storage value = title:d_b_nantes_color } } + title:b_nanumba = { set_variable = { name = color_storage value = title:d_b_nanumba_color } } + title:b_napoli = { set_variable = { name = color_storage value = title:d_b_napoli_color } } + title:b_naqad = { set_variable = { name = color_storage value = title:d_b_naqad_color } } + title:b_naqis-north = { set_variable = { name = color_storage value = title:d_b_naqis-north_color } } + title:b_naqis-south = { set_variable = { name = color_storage value = title:d_b_naqis-south_color } } + title:b_narabhata = { set_variable = { name = color_storage value = title:d_b_narabhata_color } } + title:b_narayanpur = { set_variable = { name = color_storage value = title:d_b_narayanpur_color } } + title:b_narbonne = { set_variable = { name = color_storage value = title:d_b_narbonne_color } } + title:b_narim = { set_variable = { name = color_storage value = title:d_b_narim_color } } + title:b_narin = { set_variable = { name = color_storage value = title:d_b_narin_color } } + title:b_narinkira = { set_variable = { name = color_storage value = title:d_b_narinkira_color } } + title:b_nariyong = { set_variable = { name = color_storage value = title:d_b_nariyong_color } } + title:b_nariz = { set_variable = { name = color_storage value = title:d_b_nariz_color } } + title:b_naro-fominsk = { set_variable = { name = color_storage value = title:d_b_naro-fominsk_color } } + title:b_naroulia = { set_variable = { name = color_storage value = title:d_b_naroulia_color } } + title:b_narsgol = { set_variable = { name = color_storage value = title:d_b_narsgol_color } } + title:b_narva = { set_variable = { name = color_storage value = title:d_b_narva_color } } + title:b_narwar = { set_variable = { name = color_storage value = title:d_b_narwar_color } } + title:b_narym_DZU = { set_variable = { name = color_storage value = title:d_b_narym_DZU_color } } + title:b_nasa = { set_variable = { name = color_storage value = title:d_b_nasa_color } } + title:b_nasarpur = { set_variable = { name = color_storage value = title:d_b_nasarpur_color } } + title:b_nasi_erkule = { set_variable = { name = color_storage value = title:d_b_nasi_erkule_color } } + title:b_nasibin = { set_variable = { name = color_storage value = title:d_b_nasibin_color } } + title:b_nasikya = { set_variable = { name = color_storage value = title:d_b_nasikya_color } } + title:b_nasirabad = { set_variable = { name = color_storage value = title:d_b_nasirabad_color } } + title:b_nasrabad = { set_variable = { name = color_storage value = title:d_b_nasrabad_color } } + title:b_nasriye = { set_variable = { name = color_storage value = title:d_b_nasriye_color } } + title:b_nassian = { set_variable = { name = color_storage value = title:d_b_nassian_color } } + title:b_nastarawa = { set_variable = { name = color_storage value = title:d_b_nastarawa_color } } + title:b_natanz = { set_variable = { name = color_storage value = title:d_b_natanz_color } } + title:b_natil = { set_variable = { name = color_storage value = title:d_b_natil_color } } + title:b_nauenahr = { set_variable = { name = color_storage value = title:d_b_nauenahr_color } } + title:b_naumberg = { set_variable = { name = color_storage value = title:d_b_naumberg_color } } + title:b_naumburg = { set_variable = { name = color_storage value = title:d_b_naumburg_color } } + title:b_naupaktos = { set_variable = { name = color_storage value = title:d_b_naupaktos_color } } + title:b_naushki = { set_variable = { name = color_storage value = title:d_b_naushki_color } } + title:b_navacelles = { set_variable = { name = color_storage value = title:d_b_navacelles_color } } + title:b_navasarika = { set_variable = { name = color_storage value = title:d_b_navasarika_color } } + title:b_navida = { set_variable = { name = color_storage value = title:d_b_navida_color } } + title:b_nawa = { set_variable = { name = color_storage value = title:d_b_nawa_color } } + title:b_nawqad_qureish = { set_variable = { name = color_storage value = title:d_b_nawqad_qureish_color } } + title:b_naxcivan = { set_variable = { name = color_storage value = title:d_b_naxcivan_color } } + title:b_naxos = { set_variable = { name = color_storage value = title:d_b_naxos_color } } + title:b_nayagarh = { set_variable = { name = color_storage value = title:d_b_nayagarh_color } } + title:b_nayband = { set_variable = { name = color_storage value = title:d_b_nayband_color } } + title:b_nazianzus = { set_variable = { name = color_storage value = title:d_b_nazianzus_color } } + title:b_nazvar = { set_variable = { name = color_storage value = title:d_b_nazvar_color } } + title:b_ndama = { set_variable = { name = color_storage value = title:d_b_ndama_color } } + title:b_ndenye = { set_variable = { name = color_storage value = title:d_b_ndenye_color } } + title:b_neapolis = { set_variable = { name = color_storage value = title:d_b_neapolis_color } } + title:b_nebit_dag = { set_variable = { name = color_storage value = title:d_b_nebit_dag_color } } + title:b_nedryhailiv = { set_variable = { name = color_storage value = title:d_b_nedryhailiv_color } } + title:b_neftegorsk = { set_variable = { name = color_storage value = title:d_b_neftegorsk_color } } + title:b_negrais = { set_variable = { name = color_storage value = title:d_b_negrais_color } } + title:b_nektesi = { set_variable = { name = color_storage value = title:d_b_nektesi_color } } + title:b_nellenburg = { set_variable = { name = color_storage value = title:d_b_nellenburg_color } } + title:b_nellore = { set_variable = { name = color_storage value = title:d_b_nellore_color } } + title:b_nembe = { set_variable = { name = color_storage value = title:d_b_nembe_color } } + title:b_nemetlipsce = { set_variable = { name = color_storage value = title:d_b_nemetlipsce_color } } + title:b_nemkina = { set_variable = { name = color_storage value = title:d_b_nemkina_color } } + title:b_nemours = { set_variable = { name = color_storage value = title:d_b_nemours_color } } + title:b_nenagh = { set_variable = { name = color_storage value = title:d_b_nenagh_color } } + title:b_nengyi = { set_variable = { name = color_storage value = title:d_b_nengyi_color } } + title:b_neocaesara = { set_variable = { name = color_storage value = title:d_b_neocaesara_color } } + title:b_neopatras = { set_variable = { name = color_storage value = title:d_b_neopatras_color } } + title:b_neramkary = { set_variable = { name = color_storage value = title:d_b_neramkary_color } } + title:b_nerja = { set_variable = { name = color_storage value = title:d_b_nerja_color } } + title:b_neteru = { set_variable = { name = color_storage value = title:d_b_neteru_color } } + title:b_netolice = { set_variable = { name = color_storage value = title:d_b_netolice_color } } + title:b_neubrandenburg = { set_variable = { name = color_storage value = title:d_b_neubrandenburg_color } } + title:b_neuchatel = { set_variable = { name = color_storage value = title:d_b_neuchatel_color } } + title:b_neue_weissenburg = { set_variable = { name = color_storage value = title:d_b_neue_weissenburg_color } } + title:b_neuenburg = { set_variable = { name = color_storage value = title:d_b_neuenburg_color } } + title:b_neufchateau = { set_variable = { name = color_storage value = title:d_b_neufchateau_color } } + title:b_neumarkt = { set_variable = { name = color_storage value = title:d_b_neumarkt_color } } + title:b_neumunster = { set_variable = { name = color_storage value = title:d_b_neumunster_color } } + title:b_neuss = { set_variable = { name = color_storage value = title:d_b_neuss_color } } + title:b_neustrelitz = { set_variable = { name = color_storage value = title:d_b_neustrelitz_color } } + title:b_nevaket = { set_variable = { name = color_storage value = title:d_b_nevaket_color } } + title:b_nevel = { set_variable = { name = color_storage value = title:d_b_nevel_color } } + title:b_nevers = { set_variable = { name = color_storage value = title:d_b_nevers_color } } + title:b_nevesinje = { set_variable = { name = color_storage value = title:d_b_nevesinje_color } } + title:b_nevida = { set_variable = { name = color_storage value = title:d_b_nevida_color } } + title:b_nevropkop = { set_variable = { name = color_storage value = title:d_b_nevropkop_color } } + title:b_newark = { set_variable = { name = color_storage value = title:d_b_newark_color } } + title:b_newbury = { set_variable = { name = color_storage value = title:d_b_newbury_color } } + title:b_newport = { set_variable = { name = color_storage value = title:d_b_newport_color } } + title:b_newtown = { set_variable = { name = color_storage value = title:d_b_newtown_color } } + title:b_neyo = { set_variable = { name = color_storage value = title:d_b_neyo_color } } + title:b_ngala = { set_variable = { name = color_storage value = title:d_b_ngala_color } } + title:b_ngama = { set_variable = { name = color_storage value = title:d_b_ngama_color } } + title:b_ngambay = { set_variable = { name = color_storage value = title:d_b_ngambay_color } } + title:b_ngaous = { set_variable = { name = color_storage value = title:d_b_ngaous_color } } + title:b_ngape = { set_variable = { name = color_storage value = title:d_b_ngape_color } } + title:b_ngarnang = { set_variable = { name = color_storage value = title:d_b_ngarnang_color } } + title:b_ngawa = { set_variable = { name = color_storage value = title:d_b_ngawa_color } } + title:b_ngoppugu = { set_variable = { name = color_storage value = title:d_b_ngoppugu_color } } + title:b_ngoqu = { set_variable = { name = color_storage value = title:d_b_ngoqu_color } } + title:b_ngor = { set_variable = { name = color_storage value = title:d_b_ngor_color } } + title:b_ngoring = { set_variable = { name = color_storage value = title:d_b_ngoring_color } } + title:b_nguigmi = { set_variable = { name = color_storage value = title:d_b_nguigmi_color } } + title:b_nguma = { set_variable = { name = color_storage value = title:d_b_nguma_color } } + title:b_nguru = { set_variable = { name = color_storage value = title:d_b_nguru_color } } + title:b_niamina = { set_variable = { name = color_storage value = title:d_b_niamina_color } } + title:b_niamina_jara = { set_variable = { name = color_storage value = title:d_b_niamina_jara_color } } + title:b_niani = { set_variable = { name = color_storage value = title:d_b_niani_color } } + title:b_niara = { set_variable = { name = color_storage value = title:d_b_niara_color } } + title:b_niba = { set_variable = { name = color_storage value = title:d_b_niba_color } } + title:b_nice = { set_variable = { name = color_storage value = title:d_b_nice_color } } + title:b_nicopolis_ARM = { set_variable = { name = color_storage value = title:d_b_nicopolis_ARM_color } } + title:b_nicopsia = { set_variable = { name = color_storage value = title:d_b_nicopsia_color } } + title:b_nicosia = { set_variable = { name = color_storage value = title:d_b_nicosia_color } } + title:b_nidaros = { set_variable = { name = color_storage value = title:d_b_nidaros_color } } + title:b_nidda = { set_variable = { name = color_storage value = title:d_b_nidda_color } } + title:b_nidugallu = { set_variable = { name = color_storage value = title:d_b_nidugallu_color } } + title:b_niebla = { set_variable = { name = color_storage value = title:d_b_niebla_color } } + title:b_niedenburg = { set_variable = { name = color_storage value = title:d_b_niedenburg_color } } + title:b_niederschonenfeld = { set_variable = { name = color_storage value = title:d_b_niederschonenfeld_color } } + title:b_niellim = { set_variable = { name = color_storage value = title:d_b_niellim_color } } + title:b_niffar = { set_variable = { name = color_storage value = title:d_b_niffar_color } } + title:b_nih = { set_variable = { name = color_storage value = title:d_b_nih_color } } + title:b_nihawand = { set_variable = { name = color_storage value = title:d_b_nihawand_color } } + title:b_nijmegen = { set_variable = { name = color_storage value = title:d_b_nijmegen_color } } + title:b_nikaea = { set_variable = { name = color_storage value = title:d_b_nikaea_color } } + title:b_nikki = { set_variable = { name = color_storage value = title:d_b_nikki_color } } + title:b_nikki_west = { set_variable = { name = color_storage value = title:d_b_nikki_west_color } } + title:b_nikli = { set_variable = { name = color_storage value = title:d_b_nikli_color } } + title:b_nikolaievsk = { set_variable = { name = color_storage value = title:d_b_nikolaievsk_color } } + title:b_nikomedia = { set_variable = { name = color_storage value = title:d_b_nikomedia_color } } + title:b_nikopol = { set_variable = { name = color_storage value = title:d_b_nikopol_color } } + title:b_nikopolis = { set_variable = { name = color_storage value = title:d_b_nikopolis_color } } + title:b_nilagiri = { set_variable = { name = color_storage value = title:d_b_nilagiri_color } } + title:b_nilamadhav = { set_variable = { name = color_storage value = title:d_b_nilamadhav_color } } + title:b_nimes = { set_variable = { name = color_storage value = title:d_b_nimes_color } } + title:b_nin = { set_variable = { name = color_storage value = title:d_b_nin_color } } + title:b_ninawa = { set_variable = { name = color_storage value = title:d_b_ninawa_color } } + title:b_niokolo = { set_variable = { name = color_storage value = title:d_b_niokolo_color } } + title:b_nioro = { set_variable = { name = color_storage value = title:d_b_nioro_color } } + title:b_niort = { set_variable = { name = color_storage value = title:d_b_niort_color } } + title:b_nirmal = { set_variable = { name = color_storage value = title:d_b_nirmal_color } } + title:b_nirun = { set_variable = { name = color_storage value = title:d_b_nirun_color } } + title:b_nisa = { set_variable = { name = color_storage value = title:d_b_nisa_color } } + title:b_nisab = { set_variable = { name = color_storage value = title:d_b_nisab_color } } + title:b_nischu = { set_variable = { name = color_storage value = title:d_b_nischu_color } } + title:b_nishapur = { set_variable = { name = color_storage value = title:d_b_nishapur_color } } + title:b_niumi = { set_variable = { name = color_storage value = title:d_b_niumi_color } } + title:b_niya = { set_variable = { name = color_storage value = title:d_b_niya_color } } + title:b_niyaz = { set_variable = { name = color_storage value = title:d_b_niyaz_color } } + title:b_nizhny_novgorod = { set_variable = { name = color_storage value = title:d_b_nizhny_novgorod_color } } + title:b_nizwa = { set_variable = { name = color_storage value = title:d_b_nizwa_color } } + title:b_nizyani = { set_variable = { name = color_storage value = title:d_b_nizyani_color } } + title:b_nogent = { set_variable = { name = color_storage value = title:d_b_nogent_color } } + title:b_nogent_le_rotrou = { set_variable = { name = color_storage value = title:d_b_nogent_le_rotrou_color } } + title:b_nogoon_naluu = { set_variable = { name = color_storage value = title:d_b_nogoon_naluu_color } } + title:b_nograd = { set_variable = { name = color_storage value = title:d_b_nograd_color } } + title:b_nohta = { set_variable = { name = color_storage value = title:d_b_nohta_color } } + title:b_nok = { set_variable = { name = color_storage value = title:d_b_nok_color } } + title:b_nontron = { set_variable = { name = color_storage value = title:d_b_nontron_color } } + title:b_noor_bukhara = { set_variable = { name = color_storage value = title:d_b_noor_bukhara_color } } + title:b_norale = { set_variable = { name = color_storage value = title:d_b_norale_color } } + title:b_noraskog = { set_variable = { name = color_storage value = title:d_b_noraskog_color } } + title:b_nordlingen = { set_variable = { name = color_storage value = title:d_b_nordlingen_color } } + title:b_nordmark = { set_variable = { name = color_storage value = title:d_b_nordmark_color } } + title:b_norman_cross = { set_variable = { name = color_storage value = title:d_b_norman_cross_color } } + title:b_norrbarke = { set_variable = { name = color_storage value = title:d_b_norrbarke_color } } + title:b_norrkoping = { set_variable = { name = color_storage value = title:d_b_norrkoping_color } } + title:b_norrvidinge = { set_variable = { name = color_storage value = title:d_b_norrvidinge_color } } + title:b_north_afar = { set_variable = { name = color_storage value = title:d_b_north_afar_color } } + title:b_north_attie = { set_variable = { name = color_storage value = title:d_b_north_attie_color } } + title:b_north_jaz_murian = { set_variable = { name = color_storage value = title:d_b_north_jaz_murian_color } } + title:b_north_jbl_quzlum = { set_variable = { name = color_storage value = title:d_b_north_jbl_quzlum_color } } + title:b_north_kurdar = { set_variable = { name = color_storage value = title:d_b_north_kurdar_color } } + title:b_northampton = { set_variable = { name = color_storage value = title:d_b_northampton_color } } + title:b_northri_eystridali = { set_variable = { name = color_storage value = title:d_b_northri_eystridali_color } } + title:b_northri_gudbrandsdali = { set_variable = { name = color_storage value = title:d_b_northri_gudbrandsdali_color } } + title:b_northri_more = { set_variable = { name = color_storage value = title:d_b_northri_more_color } } + title:b_northrihordalandi = { set_variable = { name = color_storage value = title:d_b_northrihordalandi_color } } + title:b_northwich = { set_variable = { name = color_storage value = title:d_b_northwich_color } } + title:b_norwegian_lister = { set_variable = { name = color_storage value = title:d_b_norwegian_lister_color } } + title:b_norwich = { set_variable = { name = color_storage value = title:d_b_norwich_color } } + title:b_noteborg = { set_variable = { name = color_storage value = title:d_b_noteborg_color } } + title:b_notse = { set_variable = { name = color_storage value = title:d_b_notse_color } } + title:b_nottingham = { set_variable = { name = color_storage value = title:d_b_nottingham_color } } + title:b_noty = { set_variable = { name = color_storage value = title:d_b_noty_color } } + title:b_novara = { set_variable = { name = color_storage value = title:d_b_novara_color } } + title:b_novgorod = { set_variable = { name = color_storage value = title:d_b_novgorod_color } } + title:b_novgorod_seversky = { set_variable = { name = color_storage value = title:d_b_novgorod_seversky_color } } + title:b_novobrdo = { set_variable = { name = color_storage value = title:d_b_novobrdo_color } } + title:b_novogrudok = { set_variable = { name = color_storage value = title:d_b_novogrudok_color } } + title:b_novorzhev = { set_variable = { name = color_storage value = title:d_b_novorzhev_color } } + title:b_novosil = { set_variable = { name = color_storage value = title:d_b_novosil_color } } + title:b_novotrgoviste = { set_variable = { name = color_storage value = title:d_b_novotrgoviste_color } } + title:b_nowen = { set_variable = { name = color_storage value = title:d_b_nowen_color } } + title:b_nowogrodziec = { set_variable = { name = color_storage value = title:d_b_nowogrodziec_color } } + title:b_nowshera = { set_variable = { name = color_storage value = title:d_b_nowshera_color } } + title:b_nowytarg = { set_variable = { name = color_storage value = title:d_b_nowytarg_color } } + title:b_noyon = { set_variable = { name = color_storage value = title:d_b_noyon_color } } + title:b_nsukka = { set_variable = { name = color_storage value = title:d_b_nsukka_color } } + title:b_nufud-as-surrah = { set_variable = { name = color_storage value = title:d_b_nufud-as-surrah_color } } + title:b_nuket = { set_variable = { name = color_storage value = title:d_b_nuket_color } } + title:b_nukfagh = { set_variable = { name = color_storage value = title:d_b_nukfagh_color } } + title:b_nukhpata = { set_variable = { name = color_storage value = title:d_b_nukhpata_color } } + title:b_nukrat = { set_variable = { name = color_storage value = title:d_b_nukrat_color } } + title:b_nul_lamta = { set_variable = { name = color_storage value = title:d_b_nul_lamta_color } } + title:b_numaligarh = { set_variable = { name = color_storage value = title:d_b_numaligarh_color } } + title:b_numedall = { set_variable = { name = color_storage value = title:d_b_numedall_color } } + title:b_nungu = { set_variable = { name = color_storage value = title:d_b_nungu_color } } + title:b_nuokkijarvi = { set_variable = { name = color_storage value = title:d_b_nuokkijarvi_color } } + title:b_nuon = { set_variable = { name = color_storage value = title:d_b_nuon_color } } + title:b_nuottjaurr = { set_variable = { name = color_storage value = title:d_b_nuottjaurr_color } } + title:b_nuqaq = { set_variable = { name = color_storage value = title:d_b_nuqaq_color } } + title:b_nur = { set_variable = { name = color_storage value = title:d_b_nur_color } } + title:b_nura = { set_variable = { name = color_storage value = title:d_b_nura_color } } + title:b_nuri = { set_variable = { name = color_storage value = title:d_b_nuri_color } } + title:b_nurmashiir = { set_variable = { name = color_storage value = title:d_b_nurmashiir_color } } + title:b_nurnberg = { set_variable = { name = color_storage value = title:d_b_nurnberg_color } } + title:b_nurtay = { set_variable = { name = color_storage value = title:d_b_nurtay_color } } + title:b_nutsgen_uul = { set_variable = { name = color_storage value = title:d_b_nutsgen_uul_color } } + title:b_nyada = { set_variable = { name = color_storage value = title:d_b_nyada_color } } + title:b_nyagqu = { set_variable = { name = color_storage value = title:d_b_nyagqu_color } } + title:b_nyagrong = { set_variable = { name = color_storage value = title:d_b_nyagrong_color } } + title:b_nyainrong = { set_variable = { name = color_storage value = title:d_b_nyainrong_color } } + title:b_nyamo = { set_variable = { name = color_storage value = title:d_b_nyamo_color } } + title:b_nyang = { set_variable = { name = color_storage value = title:d_b_nyang_color } } + title:b_nyangla = { set_variable = { name = color_storage value = title:d_b_nyangla_color } } + title:b_nyatsho = { set_variable = { name = color_storage value = title:d_b_nyatsho_color } } + title:b_nyaung_u = { set_variable = { name = color_storage value = title:d_b_nyaung_u_color } } + title:b_nyemo = { set_variable = { name = color_storage value = title:d_b_nyemo_color } } + title:b_nyen = { set_variable = { name = color_storage value = title:d_b_nyen_color } } + title:b_nyeningo = { set_variable = { name = color_storage value = title:d_b_nyeningo_color } } + title:b_nyima = { set_variable = { name = color_storage value = title:d_b_nyima_color } } + title:b_nyingchi = { set_variable = { name = color_storage value = title:d_b_nyingchi_color } } + title:b_nyinhzhong = { set_variable = { name = color_storage value = title:d_b_nyinhzhong_color } } + title:b_nyir = { set_variable = { name = color_storage value = title:d_b_nyir_color } } + title:b_nyitra = { set_variable = { name = color_storage value = title:d_b_nyitra_color } } + title:b_nykobing = { set_variable = { name = color_storage value = title:d_b_nykobing_color } } + title:b_nykopung = { set_variable = { name = color_storage value = title:d_b_nykopung_color } } + title:b_nysa = { set_variable = { name = color_storage value = title:d_b_nysa_color } } + title:b_nytva = { set_variable = { name = color_storage value = title:d_b_nytva_color } } + title:b_nyuksenitsa = { set_variable = { name = color_storage value = title:d_b_nyuksenitsa_color } } + title:b_nzo = { set_variable = { name = color_storage value = title:d_b_nzo_color } } + title:b_oarkhan_uul = { set_variable = { name = color_storage value = title:d_b_oarkhan_uul_color } } + title:b_ob = { set_variable = { name = color_storage value = title:d_b_ob_color } } + title:b_obalj = { set_variable = { name = color_storage value = title:d_b_obalj_color } } + title:b_obchikanak = { set_variable = { name = color_storage value = title:d_b_obchikanak_color } } + title:b_obervallach = { set_variable = { name = color_storage value = title:d_b_obervallach_color } } + title:b_oberwart = { set_variable = { name = color_storage value = title:d_b_oberwart_color } } + title:b_obidos = { set_variable = { name = color_storage value = title:d_b_obidos_color } } + title:b_oblacas = { set_variable = { name = color_storage value = title:d_b_oblacas_color } } + title:b_oblucita = { set_variable = { name = color_storage value = title:d_b_oblucita_color } } + title:b_oboy = { set_variable = { name = color_storage value = title:d_b_oboy_color } } + title:b_oboyan = { set_variable = { name = color_storage value = title:d_b_oboyan_color } } + title:b_obrovac = { set_variable = { name = color_storage value = title:d_b_obrovac_color } } + title:b_obva = { set_variable = { name = color_storage value = title:d_b_obva_color } } + title:b_ocana = { set_variable = { name = color_storage value = title:d_b_ocana_color } } + title:b_odantapuri = { set_variable = { name = color_storage value = title:d_b_odantapuri_color } } + title:b_oddiyana = { set_variable = { name = color_storage value = title:d_b_oddiyana_color } } + title:b_ode_itseriki = { set_variable = { name = color_storage value = title:d_b_ode_itseriki_color } } + title:b_odense = { set_variable = { name = color_storage value = title:d_b_odense_color } } + title:b_oderfrankfurt = { set_variable = { name = color_storage value = title:d_b_oderfrankfurt_color } } + title:b_odessa = { set_variable = { name = color_storage value = title:d_b_odessa_color } } + title:b_odienne = { set_variable = { name = color_storage value = title:d_b_odienne_color } } + title:b_odmarden = { set_variable = { name = color_storage value = title:d_b_odmarden_color } } + title:b_odo-akaba = { set_variable = { name = color_storage value = title:d_b_odo-akaba_color } } + title:b_odoyev = { set_variable = { name = color_storage value = title:d_b_odoyev_color } } + title:b_offenburg = { set_variable = { name = color_storage value = title:d_b_offenburg_color } } + title:b_ogbomoso = { set_variable = { name = color_storage value = title:d_b_ogbomoso_color } } + title:b_ogiy = { set_variable = { name = color_storage value = title:d_b_ogiy_color } } + title:b_oglamych = { set_variable = { name = color_storage value = title:d_b_oglamych_color } } + title:b_ogo = { set_variable = { name = color_storage value = title:d_b_ogo_color } } + title:b_ohcejohka = { set_variable = { name = color_storage value = title:d_b_ohcejohka_color } } + title:b_ohrid = { set_variable = { name = color_storage value = title:d_b_ohrid_color } } + title:b_oigon = { set_variable = { name = color_storage value = title:d_b_oigon_color } } + title:b_oinaion = { set_variable = { name = color_storage value = title:d_b_oinaion_color } } + title:b_ojin = { set_variable = { name = color_storage value = title:d_b_ojin_color } } + title:b_oka = { set_variable = { name = color_storage value = title:d_b_oka_color } } + title:b_okachiv = { set_variable = { name = color_storage value = title:d_b_okachiv_color } } + title:b_okangara = { set_variable = { name = color_storage value = title:d_b_okangara_color } } + title:b_okehampton = { set_variable = { name = color_storage value = title:d_b_okehampton_color } } + title:b_okhaldhunga = { set_variable = { name = color_storage value = title:d_b_okhaldhunga_color } } + title:b_okhansk = { set_variable = { name = color_storage value = title:d_b_okhansk_color } } + title:b_okic = { set_variable = { name = color_storage value = title:d_b_okic_color } } + title:b_oklabo = { set_variable = { name = color_storage value = title:d_b_oklabo_color } } + title:b_oknist = { set_variable = { name = color_storage value = title:d_b_oknist_color } } + title:b_okormezo = { set_variable = { name = color_storage value = title:d_b_okormezo_color } } + title:b_okrika = { set_variable = { name = color_storage value = title:d_b_okrika_color } } + title:b_oktyabr = { set_variable = { name = color_storage value = title:d_b_oktyabr_color } } + title:b_okuta = { set_variable = { name = color_storage value = title:d_b_okuta_color } } + title:b_olafsvik = { set_variable = { name = color_storage value = title:d_b_olafsvik_color } } + title:b_olavinlinna = { set_variable = { name = color_storage value = title:d_b_olavinlinna_color } } + title:b_olawa = { set_variable = { name = color_storage value = title:d_b_olawa_color } } + title:b_olbasa = { set_variable = { name = color_storage value = title:d_b_olbasa_color } } + title:b_olbia = { set_variable = { name = color_storage value = title:d_b_olbia_color } } + title:b_olbia_ETEL = { set_variable = { name = color_storage value = title:d_b_olbia_ETEL_color } } + title:b_old_dongola = { set_variable = { name = color_storage value = title:d_b_old_dongola_color } } + title:b_oldenburg = { set_variable = { name = color_storage value = title:d_b_oldenburg_color } } + title:b_oleshye = { set_variable = { name = color_storage value = title:d_b_oleshye_color } } + title:b_olesnica = { set_variable = { name = color_storage value = title:d_b_olesnica_color } } + title:b_olesnica_MPL = { set_variable = { name = color_storage value = title:d_b_olesnica_MPL_color } } + title:b_olivet = { set_variable = { name = color_storage value = title:d_b_olivet_color } } + title:b_olivienza = { set_variable = { name = color_storage value = title:d_b_olivienza_color } } + title:b_olkha = { set_variable = { name = color_storage value = title:d_b_olkha_color } } + title:b_olkhon = { set_variable = { name = color_storage value = title:d_b_olkhon_color } } + title:b_olmedo = { set_variable = { name = color_storage value = title:d_b_olmedo_color } } + title:b_olomouc = { set_variable = { name = color_storage value = title:d_b_olomouc_color } } + title:b_olon-bulak = { set_variable = { name = color_storage value = title:d_b_olon-bulak_color } } + title:b_oloron = { set_variable = { name = color_storage value = title:d_b_oloron_color } } + title:b_olot = { set_variable = { name = color_storage value = title:d_b_olot_color } } + title:b_olovo = { set_variable = { name = color_storage value = title:d_b_olovo_color } } + title:b_olsztyn = { set_variable = { name = color_storage value = title:d_b_olsztyn_color } } + title:b_oltisi = { set_variable = { name = color_storage value = title:d_b_oltisi_color } } + title:b_olyn = { set_variable = { name = color_storage value = title:d_b_olyn_color } } + title:b_om = { set_variable = { name = color_storage value = title:d_b_om_color } } + title:b_omgul = { set_variable = { name = color_storage value = title:d_b_omgul_color } } + title:b_omis = { set_variable = { name = color_storage value = title:d_b_omis_color } } + title:b_ommen = { set_variable = { name = color_storage value = title:d_b_ommen_color } } + title:b_omo = { set_variable = { name = color_storage value = title:d_b_omo_color } } + title:b_omotrunnaisse = { set_variable = { name = color_storage value = title:d_b_omotrunnaisse_color } } + title:b_omsk = { set_variable = { name = color_storage value = title:d_b_omsk_color } } + title:b_ondo = { set_variable = { name = color_storage value = title:d_b_ondo_color } } + title:b_onega = { set_variable = { name = color_storage value = title:d_b_onega_color } } + title:b_onegaborg = { set_variable = { name = color_storage value = title:d_b_onegaborg_color } } + title:b_ongi = { set_variable = { name = color_storage value = title:d_b_ongi_color } } + title:b_ongutai = { set_variable = { name = color_storage value = title:d_b_ongutai_color } } + title:b_onitsha = { set_variable = { name = color_storage value = title:d_b_onitsha_color } } + title:b_onogost = { set_variable = { name = color_storage value = title:d_b_onogost_color } } + title:b_onsala = { set_variable = { name = color_storage value = title:d_b_onsala_color } } + title:b_onsthia = { set_variable = { name = color_storage value = title:d_b_onsthia_color } } + title:b_opanda = { set_variable = { name = color_storage value = title:d_b_opanda_color } } + title:b_opatow = { set_variable = { name = color_storage value = title:d_b_opatow_color } } + title:b_opava = { set_variable = { name = color_storage value = title:d_b_opava_color } } + title:b_opensten = { set_variable = { name = color_storage value = title:d_b_opensten_color } } + title:b_opoczno = { set_variable = { name = color_storage value = title:d_b_opoczno_color } } + title:b_opole = { set_variable = { name = color_storage value = title:d_b_opole_color } } + title:b_orabro = { set_variable = { name = color_storage value = title:d_b_orabro_color } } + title:b_orahovica = { set_variable = { name = color_storage value = title:d_b_orahovica_color } } + title:b_oran = { set_variable = { name = color_storage value = title:d_b_oran_color } } + title:b_orange = { set_variable = { name = color_storage value = title:d_b_orange_color } } + title:b_oranienburg = { set_variable = { name = color_storage value = title:d_b_oranienburg_color } } + title:b_orbetello = { set_variable = { name = color_storage value = title:d_b_orbetello_color } } + title:b_ore = { set_variable = { name = color_storage value = title:d_b_ore_color } } + title:b_orehovo = { set_variable = { name = color_storage value = title:d_b_orehovo_color } } + title:b_orenburg = { set_variable = { name = color_storage value = title:d_b_orenburg_color } } + title:b_oreoi = { set_variable = { name = color_storage value = title:d_b_oreoi_color } } + title:b_orgogdon_rok = { set_variable = { name = color_storage value = title:d_b_orgogdon_rok_color } } + title:b_orhei = { set_variable = { name = color_storage value = title:d_b_orhei_color } } + title:b_oristano = { set_variable = { name = color_storage value = title:d_b_oristano_color } } + title:b_orkdala = { set_variable = { name = color_storage value = title:d_b_orkdala_color } } + title:b_orkhontuul = { set_variable = { name = color_storage value = title:d_b_orkhontuul_color } } + title:b_orlamunde = { set_variable = { name = color_storage value = title:d_b_orlamunde_color } } + title:b_orlanto = { set_variable = { name = color_storage value = title:d_b_orlanto_color } } + title:b_orleans = { set_variable = { name = color_storage value = title:d_b_orleans_color } } + title:b_ormstrup = { set_variable = { name = color_storage value = title:d_b_ormstrup_color } } + title:b_ornans = { set_variable = { name = color_storage value = title:d_b_ornans_color } } + title:b_orog = { set_variable = { name = color_storage value = title:d_b_orog_color } } + title:b_oroshaza = { set_variable = { name = color_storage value = title:d_b_oroshaza_color } } + title:b_orsa = { set_variable = { name = color_storage value = title:d_b_orsa_color } } + title:b_orsha = { set_variable = { name = color_storage value = title:d_b_orsha_color } } + title:b_orskaya = { set_variable = { name = color_storage value = title:d_b_orskaya_color } } + title:b_orsova = { set_variable = { name = color_storage value = title:d_b_orsova_color } } + title:b_ortakuyu = { set_variable = { name = color_storage value = title:d_b_ortakuyu_color } } + title:b_ortelsburg = { set_variable = { name = color_storage value = title:d_b_ortelsburg_color } } + title:b_ortenburg = { set_variable = { name = color_storage value = title:d_b_ortenburg_color } } + title:b_orval = { set_variable = { name = color_storage value = title:d_b_orval_color } } + title:b_orvieto = { set_variable = { name = color_storage value = title:d_b_orvieto_color } } + title:b_oryol = { set_variable = { name = color_storage value = title:d_b_oryol_color } } + title:b_osa_MON = { set_variable = { name = color_storage value = title:d_b_osa_MON_color } } + title:b_osdara = { set_variable = { name = color_storage value = title:d_b_osdara_color } } + title:b_osh = { set_variable = { name = color_storage value = title:d_b_osh_color } } + title:b_oshun = { set_variable = { name = color_storage value = title:d_b_oshun_color } } + title:b_osian = { set_variable = { name = color_storage value = title:d_b_osian_color } } + title:b_osijek = { set_variable = { name = color_storage value = title:d_b_osijek_color } } + title:b_oskemen = { set_variable = { name = color_storage value = title:d_b_oskemen_color } } + title:b_oskol = { set_variable = { name = color_storage value = title:d_b_oskol_color } } + title:b_oslosyslar = { set_variable = { name = color_storage value = title:d_b_oslosyslar_color } } + title:b_osma = { set_variable = { name = color_storage value = title:d_b_osma_color } } + title:b_osmova = { set_variable = { name = color_storage value = title:d_b_osmova_color } } + title:b_osnabruck = { set_variable = { name = color_storage value = title:d_b_osnabruck_color } } + title:b_osse = { set_variable = { name = color_storage value = title:d_b_osse_color } } + title:b_ostavall = { set_variable = { name = color_storage value = title:d_b_ostavall_color } } + title:b_osterode = { set_variable = { name = color_storage value = title:d_b_osterode_color } } + title:b_ostfurstenfeld = { set_variable = { name = color_storage value = title:d_b_ostfurstenfeld_color } } + title:b_osthammar = { set_variable = { name = color_storage value = title:d_b_osthammar_color } } + title:b_ostia = { set_variable = { name = color_storage value = title:d_b_ostia_color } } + title:b_ostlandsberg = { set_variable = { name = color_storage value = title:d_b_ostlandsberg_color } } + title:b_ostroh = { set_variable = { name = color_storage value = title:d_b_ostroh_color } } + title:b_ostrov = { set_variable = { name = color_storage value = title:d_b_ostrov_color } } + title:b_ostrov_BJA = { set_variable = { name = color_storage value = title:d_b_ostrov_BJA_color } } + title:b_otarka = { set_variable = { name = color_storage value = title:d_b_otarka_color } } + title:b_otefan = { set_variable = { name = color_storage value = title:d_b_otefan_color } } + title:b_otgontenger = { set_variable = { name = color_storage value = title:d_b_otgontenger_color } } + title:b_otmunchow = { set_variable = { name = color_storage value = title:d_b_otmunchow_color } } + title:b_otrar = { set_variable = { name = color_storage value = title:d_b_otrar_color } } + title:b_ottrunes = { set_variable = { name = color_storage value = title:d_b_ottrunes_color } } + title:b_otuken_city = { set_variable = { name = color_storage value = title:d_b_otuken_city_color } } + title:b_otukpo = { set_variable = { name = color_storage value = title:d_b_otukpo_color } } + title:b_ouarak = { set_variable = { name = color_storage value = title:d_b_ouarak_color } } + title:b_ouasada = { set_variable = { name = color_storage value = title:d_b_ouasada_color } } + title:b_oulu = { set_variable = { name = color_storage value = title:d_b_oulu_color } } + title:b_oungo = { set_variable = { name = color_storage value = title:d_b_oungo_color } } + title:b_ounjougou = { set_variable = { name = color_storage value = title:d_b_ounjougou_color } } + title:b_our = { set_variable = { name = color_storage value = title:d_b_our_color } } + title:b_ourense = { set_variable = { name = color_storage value = title:d_b_ourense_color } } + title:b_ourique = { set_variable = { name = color_storage value = title:d_b_ourique_color } } + title:b_oursi = { set_variable = { name = color_storage value = title:d_b_oursi_color } } + title:b_ous_vaga = { set_variable = { name = color_storage value = title:d_b_ous_vaga_color } } + title:b_oviedo = { set_variable = { name = color_storage value = title:d_b_oviedo_color } } + title:b_ovinskoi = { set_variable = { name = color_storage value = title:d_b_ovinskoi_color } } + title:b_ovruch = { set_variable = { name = color_storage value = title:d_b_ovruch_color } } + title:b_owo = { set_variable = { name = color_storage value = title:d_b_owo_color } } + title:b_owu = { set_variable = { name = color_storage value = title:d_b_owu_color } } + title:b_oxford = { set_variable = { name = color_storage value = title:d_b_oxford_color } } + title:b_oyo = { set_variable = { name = color_storage value = title:d_b_oyo_color } } + title:b_oyo-ile = { set_variable = { name = color_storage value = title:d_b_oyo-ile_color } } + title:b_ozerski = { set_variable = { name = color_storage value = title:d_b_ozerski_color } } + title:b_pabna = { set_variable = { name = color_storage value = title:d_b_pabna_color } } + title:b_padaividu = { set_variable = { name = color_storage value = title:d_b_padaividu_color } } + title:b_paderborn = { set_variable = { name = color_storage value = title:d_b_paderborn_color } } + title:b_padron = { set_variable = { name = color_storage value = title:d_b_padron_color } } + title:b_padua = { set_variable = { name = color_storage value = title:d_b_padua_color } } + title:b_padum = { set_variable = { name = color_storage value = title:d_b_padum_color } } + title:b_padun = { set_variable = { name = color_storage value = title:d_b_padun_color } } + title:b_paga = { set_variable = { name = color_storage value = title:d_b_paga_color } } + title:b_pagaea = { set_variable = { name = color_storage value = title:d_b_pagaea_color } } + title:b_pagan = { set_variable = { name = color_storage value = title:d_b_pagan_color } } + title:b_pagsum = { set_variable = { name = color_storage value = title:d_b_pagsum_color } } + title:b_paidangaran = { set_variable = { name = color_storage value = title:d_b_paidangaran_color } } + title:b_paijala = { set_variable = { name = color_storage value = title:d_b_paijala_color } } + title:b_pakala = { set_variable = { name = color_storage value = title:d_b_pakala_color } } + title:b_pakane = { set_variable = { name = color_storage value = title:d_b_pakane_color } } + title:b_pakao = { set_variable = { name = color_storage value = title:d_b_pakao_color } } + title:b_palakkad = { set_variable = { name = color_storage value = title:d_b_palakkad_color } } + title:b_palamau = { set_variable = { name = color_storage value = title:d_b_palamau_color } } + title:b_palampet = { set_variable = { name = color_storage value = title:d_b_palampet_color } } + title:b_palanga = { set_variable = { name = color_storage value = title:d_b_palanga_color } } + title:b_palencia = { set_variable = { name = color_storage value = title:d_b_palencia_color } } + title:b_paleohora = { set_variable = { name = color_storage value = title:d_b_paleohora_color } } + title:b_palermo = { set_variable = { name = color_storage value = title:d_b_palermo_color } } + title:b_pali = { set_variable = { name = color_storage value = title:d_b_pali_color } } + title:b_pallars_jussa = { set_variable = { name = color_storage value = title:d_b_pallars_jussa_color } } + title:b_pallars_sobira = { set_variable = { name = color_storage value = title:d_b_pallars_sobira_color } } + title:b_palma = { set_variable = { name = color_storage value = title:d_b_palma_color } } + title:b_palniki = { set_variable = { name = color_storage value = title:d_b_palniki_color } } + title:b_palo = { set_variable = { name = color_storage value = title:d_b_palo_color } } + title:b_palpung = { set_variable = { name = color_storage value = title:d_b_palpung_color } } + title:b_palwancha = { set_variable = { name = color_storage value = title:d_b_palwancha_color } } + title:b_pamiers = { set_variable = { name = color_storage value = title:d_b_pamiers_color } } + title:b_pamplona = { set_variable = { name = color_storage value = title:d_b_pamplona_color } } + title:b_panaji = { set_variable = { name = color_storage value = title:d_b_panaji_color } } + title:b_panamik = { set_variable = { name = color_storage value = title:d_b_panamik_color } } + title:b_pancapura = { set_variable = { name = color_storage value = title:d_b_pancapura_color } } + title:b_panchthar = { set_variable = { name = color_storage value = title:d_b_panchthar_color } } + title:b_pancsova = { set_variable = { name = color_storage value = title:d_b_pancsova_color } } + title:b_pandua = { set_variable = { name = color_storage value = title:d_b_pandua_color } } + title:b_panemune = { set_variable = { name = color_storage value = title:d_b_panemune_color } } + title:b_panjdih = { set_variable = { name = color_storage value = title:d_b_panjdih_color } } + title:b_panjhir = { set_variable = { name = color_storage value = title:d_b_panjhir_color } } + title:b_panjikand = { set_variable = { name = color_storage value = title:d_b_panjikand_color } } + title:b_panjway = { set_variable = { name = color_storage value = title:d_b_panjway_color } } + title:b_pankota = { set_variable = { name = color_storage value = title:d_b_pankota_color } } + title:b_pannagallu = { set_variable = { name = color_storage value = title:d_b_pannagallu_color } } + title:b_papagia = { set_variable = { name = color_storage value = title:d_b_papagia_color } } + title:b_papenburg = { set_variable = { name = color_storage value = title:d_b_papenburg_color } } + title:b_paphlagonia = { set_variable = { name = color_storage value = title:d_b_paphlagonia_color } } + title:b_paphos = { set_variable = { name = color_storage value = title:d_b_paphos_color } } + title:b_papira = { set_variable = { name = color_storage value = title:d_b_papira_color } } + title:b_pappa = { set_variable = { name = color_storage value = title:d_b_pappa_color } } + title:b_papworth = { set_variable = { name = color_storage value = title:d_b_papworth_color } } + title:b_parabel = { set_variable = { name = color_storage value = title:d_b_parabel_color } } + title:b_parakou = { set_variable = { name = color_storage value = title:d_b_parakou_color } } + title:b_parchim = { set_variable = { name = color_storage value = title:d_b_parchim_color } } + title:b_parczew = { set_variable = { name = color_storage value = title:d_b_parczew_color } } + title:b_pardiac = { set_variable = { name = color_storage value = title:d_b_pardiac_color } } + title:b_pargar = { set_variable = { name = color_storage value = title:d_b_pargar_color } } + title:b_parihasapura = { set_variable = { name = color_storage value = title:d_b_parihasapura_color } } + title:b_parikkala = { set_variable = { name = color_storage value = title:d_b_parikkala_color } } + title:b_paris = { set_variable = { name = color_storage value = title:d_b_paris_color } } + title:b_parivi = { set_variable = { name = color_storage value = title:d_b_parivi_color } } + title:b_parizh = { set_variable = { name = color_storage value = title:d_b_parizh_color } } + title:b_parlais = { set_variable = { name = color_storage value = title:d_b_parlais_color } } + title:b_parling = { set_variable = { name = color_storage value = title:d_b_parling_color } } + title:b_parma = { set_variable = { name = color_storage value = title:d_b_parma_color } } + title:b_parnakheta = { set_variable = { name = color_storage value = title:d_b_parnakheta_color } } + title:b_parnassos = { set_variable = { name = color_storage value = title:d_b_parnassos_color } } + title:b_parnes = { set_variable = { name = color_storage value = title:d_b_parnes_color } } + title:b_parnu = { set_variable = { name = color_storage value = title:d_b_parnu_color } } + title:b_paro = { set_variable = { name = color_storage value = title:d_b_paro_color } } + title:b_parsberg = { set_variable = { name = color_storage value = title:d_b_parsberg_color } } + title:b_parthenay = { set_variable = { name = color_storage value = title:d_b_parthenay_color } } + title:b_parwan = { set_variable = { name = color_storage value = title:d_b_parwan_color } } + title:b_pascherty = { set_variable = { name = color_storage value = title:d_b_pascherty_color } } + title:b_passau = { set_variable = { name = color_storage value = title:d_b_passau_color } } + title:b_pataliputra = { set_variable = { name = color_storage value = title:d_b_pataliputra_color } } + title:b_paterno = { set_variable = { name = color_storage value = title:d_b_paterno_color } } + title:b_paterswalde = { set_variable = { name = color_storage value = title:d_b_paterswalde_color } } + title:b_pathankot = { set_variable = { name = color_storage value = title:d_b_pathankot_color } } + title:b_patkapur = { set_variable = { name = color_storage value = title:d_b_patkapur_color } } + title:b_patnos = { set_variable = { name = color_storage value = title:d_b_patnos_color } } + title:b_patras = { set_variable = { name = color_storage value = title:d_b_patras_color } } + title:b_pattikera = { set_variable = { name = color_storage value = title:d_b_pattikera_color } } + title:b_pau = { set_variable = { name = color_storage value = title:d_b_pau_color } } + title:b_pava = { set_variable = { name = color_storage value = title:d_b_pava_color } } + title:b_pavia = { set_variable = { name = color_storage value = title:d_b_pavia_color } } + title:b_pavlodar = { set_variable = { name = color_storage value = title:d_b_pavlodar_color } } + title:b_pavlovo = { set_variable = { name = color_storage value = title:d_b_pavlovo_color } } + title:b_pavlovsk = { set_variable = { name = color_storage value = title:d_b_pavlovsk_color } } + title:b_paykend = { set_variable = { name = color_storage value = title:d_b_paykend_color } } + title:b_paytakaran = { set_variable = { name = color_storage value = title:d_b_paytakaran_color } } + title:b_pazin = { set_variable = { name = color_storage value = title:d_b_pazin_color } } + title:b_peaccam = { set_variable = { name = color_storage value = title:d_b_peaccam_color } } + title:b_pec = { set_variable = { name = color_storage value = title:d_b_pec_color } } + title:b_pecheneg = { set_variable = { name = color_storage value = title:d_b_pecheneg_color } } + title:b_pecs = { set_variable = { name = color_storage value = title:d_b_pecs_color } } + title:b_pecsen = { set_variable = { name = color_storage value = title:d_b_pecsen_color } } + title:b_pedachtoe = { set_variable = { name = color_storage value = title:d_b_pedachtoe_color } } + title:b_pedersore = { set_variable = { name = color_storage value = title:d_b_pedersore_color } } + title:b_pedroche = { set_variable = { name = color_storage value = title:d_b_pedroche_color } } + title:b_pegu = { set_variable = { name = color_storage value = title:d_b_pegu_color } } + title:b_peikthanomyo = { set_variable = { name = color_storage value = title:d_b_peikthanomyo_color } } + title:b_peiting = { set_variable = { name = color_storage value = title:d_b_peiting_color } } + title:b_pekinga = { set_variable = { name = color_storage value = title:d_b_pekinga_color } } + title:b_peldojavri = { set_variable = { name = color_storage value = title:d_b_peldojavri_color } } + title:b_peliza = { set_variable = { name = color_storage value = title:d_b_peliza_color } } + title:b_pelsina = { set_variable = { name = color_storage value = title:d_b_pelsina_color } } + title:b_pelym = { set_variable = { name = color_storage value = title:d_b_pelym_color } } + title:b_pelyul = { set_variable = { name = color_storage value = title:d_b_pelyul_color } } + title:b_pemagatsel = { set_variable = { name = color_storage value = title:d_b_pemagatsel_color } } + title:b_pembroke = { set_variable = { name = color_storage value = title:d_b_pembroke_color } } + title:b_penchi = { set_variable = { name = color_storage value = title:d_b_penchi_color } } + title:b_penicuick = { set_variable = { name = color_storage value = title:d_b_penicuick_color } } + title:b_penne = { set_variable = { name = color_storage value = title:d_b_penne_color } } + title:b_pentenga = { set_variable = { name = color_storage value = title:d_b_pentenga_color } } + title:b_penugonda = { set_variable = { name = color_storage value = title:d_b_penugonda_color } } + title:b_penza = { set_variable = { name = color_storage value = title:d_b_penza_color } } + title:b_pepel = { set_variable = { name = color_storage value = title:d_b_pepel_color } } + title:b_perasku = { set_variable = { name = color_storage value = title:d_b_perasku_color } } + title:b_perche = { set_variable = { name = color_storage value = title:d_b_perche_color } } + title:b_perekop = { set_variable = { name = color_storage value = title:d_b_perekop_color } } + title:b_peremyshl = { set_variable = { name = color_storage value = title:d_b_peremyshl_color } } + title:b_peresopnytsia = { set_variable = { name = color_storage value = title:d_b_peresopnytsia_color } } + title:b_pereyaslavl = { set_variable = { name = color_storage value = title:d_b_pereyaslavl_color } } + title:b_pereyaslavl_ryazanski = { set_variable = { name = color_storage value = title:d_b_pereyaslavl_ryazanski_color } } + title:b_pereyaslavl_zalessky = { set_variable = { name = color_storage value = title:d_b_pereyaslavl_zalessky_color } } + title:b_pergamon = { set_variable = { name = color_storage value = title:d_b_pergamon_color } } + title:b_perigueux = { set_variable = { name = color_storage value = title:d_b_perigueux_color } } + title:b_perm = { set_variable = { name = color_storage value = title:d_b_perm_color } } + title:b_perma = { set_variable = { name = color_storage value = title:d_b_perma_color } } + title:b_pernik = { set_variable = { name = color_storage value = title:d_b_pernik_color } } + title:b_peronne = { set_variable = { name = color_storage value = title:d_b_peronne_color } } + title:b_perpignan = { set_variable = { name = color_storage value = title:d_b_perpignan_color } } + title:b_pertominsk = { set_variable = { name = color_storage value = title:d_b_pertominsk_color } } + title:b_perugia = { set_variable = { name = color_storage value = title:d_b_perugia_color } } + title:b_pervomaisk = { set_variable = { name = color_storage value = title:d_b_pervomaisk_color } } + title:b_pesaro = { set_variable = { name = color_storage value = title:d_b_pesaro_color } } + title:b_peschanka = { set_variable = { name = color_storage value = title:d_b_peschanka_color } } + title:b_peshkopi = { set_variable = { name = color_storage value = title:d_b_peshkopi_color } } + title:b_pessinus = { set_variable = { name = color_storage value = title:d_b_pessinus_color } } + title:b_pest = { set_variable = { name = color_storage value = title:d_b_pest_color } } + title:b_peterborough = { set_variable = { name = color_storage value = title:d_b_peterborough_color } } + title:b_peterhead = { set_variable = { name = color_storage value = title:d_b_peterhead_color } } + title:b_petigoria = { set_variable = { name = color_storage value = title:d_b_petigoria_color } } + title:b_petra = { set_variable = { name = color_storage value = title:d_b_petra_color } } + title:b_petropavl = { set_variable = { name = color_storage value = title:d_b_petropavl_color } } + title:b_petropavolsk = { set_variable = { name = color_storage value = title:d_b_petropavolsk_color } } + title:b_petrovsk = { set_variable = { name = color_storage value = title:d_b_petrovsk_color } } + title:b_petrus = { set_variable = { name = color_storage value = title:d_b_petrus_color } } + title:b_phalavardhika = { set_variable = { name = color_storage value = title:d_b_phalavardhika_color } } + title:b_phalia = { set_variable = { name = color_storage value = title:d_b_phalia_color } } + title:b_pharsalos = { set_variable = { name = color_storage value = title:d_b_pharsalos_color } } + title:b_phaselis = { set_variable = { name = color_storage value = title:d_b_phaselis_color } } + title:b_philippopolis = { set_variable = { name = color_storage value = title:d_b_philippopolis_color } } + title:b_philomelium = { set_variable = { name = color_storage value = title:d_b_philomelium_color } } + title:b_phocaea = { set_variable = { name = color_storage value = title:d_b_phocaea_color } } + title:b_phyu = { set_variable = { name = color_storage value = title:d_b_phyu_color } } + title:b_piacenza = { set_variable = { name = color_storage value = title:d_b_piacenza_color } } + title:b_piatra_neamnt = { set_variable = { name = color_storage value = title:d_b_piatra_neamnt_color } } + title:b_pielinen = { set_variable = { name = color_storage value = title:d_b_pielinen_color } } + title:b_pikalyovo = { set_variable = { name = color_storage value = title:d_b_pikalyovo_color } } + title:b_pila = { set_variable = { name = color_storage value = title:d_b_pila_color } } + title:b_piltene = { set_variable = { name = color_storage value = title:d_b_piltene_color } } + title:b_pilu = { set_variable = { name = color_storage value = title:d_b_pilu_color } } + title:b_pilzno = { set_variable = { name = color_storage value = title:d_b_pilzno_color } } + title:b_pimolisa = { set_variable = { name = color_storage value = title:d_b_pimolisa_color } } + title:b_pinerolo = { set_variable = { name = color_storage value = title:d_b_pinerolo_color } } + title:b_pingchuan = { set_variable = { name = color_storage value = title:d_b_pingchuan_color } } + title:b_pinsk = { set_variable = { name = color_storage value = title:d_b_pinsk_color } } + title:b_pinya = { set_variable = { name = color_storage value = title:d_b_pinya_color } } + title:b_piombino = { set_variable = { name = color_storage value = title:d_b_piombino_color } } + title:b_piotrkow = { set_variable = { name = color_storage value = title:d_b_piotrkow_color } } + title:b_piran = { set_variable = { name = color_storage value = title:d_b_piran_color } } + title:b_pirkkala = { set_variable = { name = color_storage value = title:d_b_pirkkala_color } } + title:b_pirmasens = { set_variable = { name = color_storage value = title:d_b_pirmasens_color } } + title:b_pirot = { set_variable = { name = color_storage value = title:d_b_pirot_color } } + title:b_pisa = { set_variable = { name = color_storage value = title:d_b_pisa_color } } + title:b_pisek = { set_variable = { name = color_storage value = title:d_b_pisek_color } } + title:b_pishkek = { set_variable = { name = color_storage value = title:d_b_pishkek_color } } + title:b_pistorja = { set_variable = { name = color_storage value = title:d_b_pistorja_color } } + title:b_pitesti = { set_variable = { name = color_storage value = title:d_b_pitesti_color } } + title:b_pithapuram = { set_variable = { name = color_storage value = title:d_b_pithapuram_color } } + title:b_pitten = { set_variable = { name = color_storage value = title:d_b_pitten_color } } + title:b_platamon = { set_variable = { name = color_storage value = title:d_b_platamon_color } } + title:b_plauen = { set_variable = { name = color_storage value = title:d_b_plauen_color } } + title:b_plav = { set_variable = { name = color_storage value = title:d_b_plav_color } } + title:b_plavitza = { set_variable = { name = color_storage value = title:d_b_plavitza_color } } + title:b_pliven = { set_variable = { name = color_storage value = title:d_b_pliven_color } } + title:b_plock = { set_variable = { name = color_storage value = title:d_b_plock_color } } + title:b_ploiesti = { set_variable = { name = color_storage value = title:d_b_ploiesti_color } } + title:b_plyos = { set_variable = { name = color_storage value = title:d_b_plyos_color } } + title:b_plzen = { set_variable = { name = color_storage value = title:d_b_plzen_color } } + title:b_po = { set_variable = { name = color_storage value = title:d_b_po_color } } + title:b_pockington = { set_variable = { name = color_storage value = title:d_b_pockington_color } } + title:b_podandus = { set_variable = { name = color_storage value = title:d_b_podandus_color } } + title:b_podgornye = { set_variable = { name = color_storage value = title:d_b_podgornye_color } } + title:b_podor = { set_variable = { name = color_storage value = title:d_b_podor_color } } + title:b_podporozhye = { set_variable = { name = color_storage value = title:d_b_podporozhye_color } } + title:b_podujevo = { set_variable = { name = color_storage value = title:d_b_podujevo_color } } + title:b_poimanenon = { set_variable = { name = color_storage value = title:d_b_poimanenon_color } } + title:b_poitiers = { set_variable = { name = color_storage value = title:d_b_poitiers_color } } + title:b_pokhnishne = { set_variable = { name = color_storage value = title:d_b_pokhnishne_color } } + title:b_pokrovsk = { set_variable = { name = color_storage value = title:d_b_pokrovsk_color } } + title:b_polavaram = { set_variable = { name = color_storage value = title:d_b_polavaram_color } } + title:b_pole = { set_variable = { name = color_storage value = title:d_b_pole_color } } + title:b_polemonium = { set_variable = { name = color_storage value = title:d_b_polemonium_color } } + title:b_policastro = { set_variable = { name = color_storage value = title:d_b_policastro_color } } + title:b_polonnaruwa = { set_variable = { name = color_storage value = title:d_b_polonnaruwa_color } } + title:b_polotsk = { set_variable = { name = color_storage value = title:d_b_polotsk_color } } + title:b_polovragi = { set_variable = { name = color_storage value = title:d_b_polovragi_color } } + title:b_poltava = { set_variable = { name = color_storage value = title:d_b_poltava_color } } + title:b_poltsamaa = { set_variable = { name = color_storage value = title:d_b_poltsamaa_color } } + title:b_polybotus = { set_variable = { name = color_storage value = title:d_b_polybotus_color } } + title:b_polygyros = { set_variable = { name = color_storage value = title:d_b_polygyros_color } } + title:b_pombia = { set_variable = { name = color_storage value = title:d_b_pombia_color } } + title:b_pompeiopolis = { set_variable = { name = color_storage value = title:d_b_pompeiopolis_color } } + title:b_pomposa = { set_variable = { name = color_storage value = title:d_b_pomposa_color } } + title:b_pondugala = { set_variable = { name = color_storage value = title:d_b_pondugala_color } } + title:b_ponferrada = { set_variable = { name = color_storage value = title:d_b_ponferrada_color } } + title:b_pontarlier = { set_variable = { name = color_storage value = title:d_b_pontarlier_color } } + title:b_poo = { set_variable = { name = color_storage value = title:d_b_poo_color } } + title:b_poole = { set_variable = { name = color_storage value = title:d_b_poole_color } } + title:b_popa = { set_variable = { name = color_storage value = title:d_b_popa_color } } + title:b_poperech = { set_variable = { name = color_storage value = title:d_b_poperech_color } } + title:b_por_bajin = { set_variable = { name = color_storage value = title:d_b_por_bajin_color } } + title:b_pordenone = { set_variable = { name = color_storage value = title:d_b_pordenone_color } } + title:b_porhoet = { set_variable = { name = color_storage value = title:d_b_porhoet_color } } + title:b_porkhov = { set_variable = { name = color_storage value = title:d_b_porkhov_color } } + title:b_porrentruy = { set_variable = { name = color_storage value = title:d_b_porrentruy_color } } + title:b_porsu-burun = { set_variable = { name = color_storage value = title:d_b_porsu-burun_color } } + title:b_porto = { set_variable = { name = color_storage value = title:d_b_porto_color } } + title:b_porto_torres = { set_variable = { name = color_storage value = title:d_b_porto_torres_color } } + title:b_portogruaro = { set_variable = { name = color_storage value = title:d_b_portogruaro_color } } + title:b_portsmouth = { set_variable = { name = color_storage value = title:d_b_portsmouth_color } } + title:b_porvoo = { set_variable = { name = color_storage value = title:d_b_porvoo_color } } + title:b_poszony = { set_variable = { name = color_storage value = title:d_b_poszony_color } } + title:b_potala = { set_variable = { name = color_storage value = title:d_b_potala_color } } + title:b_potamuskastel = { set_variable = { name = color_storage value = title:d_b_potamuskastel_color } } + title:b_potapi = { set_variable = { name = color_storage value = title:d_b_potapi_color } } + title:b_potenza = { set_variable = { name = color_storage value = title:d_b_potenza_color } } + title:b_poti = { set_variable = { name = color_storage value = title:d_b_poti_color } } + title:b_potsdam = { set_variable = { name = color_storage value = title:d_b_potsdam_color } } + title:b_pougues_les_eaux = { set_variable = { name = color_storage value = title:d_b_pougues_les_eaux_color } } + title:b_povenets = { set_variable = { name = color_storage value = title:d_b_povenets_color } } + title:b_powundaung = { set_variable = { name = color_storage value = title:d_b_powundaung_color } } + title:b_pozega = { set_variable = { name = color_storage value = title:d_b_pozega_color } } + title:b_poznan = { set_variable = { name = color_storage value = title:d_b_poznan_color } } + title:b_prachen = { set_variable = { name = color_storage value = title:d_b_prachen_color } } + title:b_prades = { set_variable = { name = color_storage value = title:d_b_prades_color } } + title:b_prades_rossello = { set_variable = { name = color_storage value = title:d_b_prades_rossello_color } } + title:b_pragyotisapura = { set_variable = { name = color_storage value = title:d_b_pragyotisapura_color } } + title:b_praha = { set_variable = { name = color_storage value = title:d_b_praha_color } } + title:b_pranala = { set_variable = { name = color_storage value = title:d_b_pranala_color } } + title:b_prang = { set_variable = { name = color_storage value = title:d_b_prang_color } } + title:b_pratishthana = { set_variable = { name = color_storage value = title:d_b_pratishthana_color } } + title:b_prato = { set_variable = { name = color_storage value = title:d_b_prato_color } } + title:b_pravia = { set_variable = { name = color_storage value = title:d_b_pravia_color } } + title:b_prayaga = { set_variable = { name = color_storage value = title:d_b_prayaga_color } } + title:b_prechistenskaya = { set_variable = { name = color_storage value = title:d_b_prechistenskaya_color } } + title:b_prenzlau = { set_variable = { name = color_storage value = title:d_b_prenzlau_color } } + title:b_prerov = { set_variable = { name = color_storage value = title:d_b_prerov_color } } + title:b_preslav = { set_variable = { name = color_storage value = title:d_b_preslav_color } } + title:b_prigoro_tabynsk = { set_variable = { name = color_storage value = title:d_b_prigoro_tabynsk_color } } + title:b_prijepolje = { set_variable = { name = color_storage value = title:d_b_prijepolje_color } } + title:b_prilep = { set_variable = { name = color_storage value = title:d_b_prilep_color } } + title:b_priluk = { set_variable = { name = color_storage value = title:d_b_priluk_color } } + title:b_primda = { set_variable = { name = color_storage value = title:d_b_primda_color } } + title:b_pristina = { set_variable = { name = color_storage value = title:d_b_pristina_color } } + title:b_prizren = { set_variable = { name = color_storage value = title:d_b_prizren_color } } + title:b_prokuplje = { set_variable = { name = color_storage value = title:d_b_prokuplje_color } } + title:b_pronsk = { set_variable = { name = color_storage value = title:d_b_pronsk_color } } + title:b_prosek = { set_variable = { name = color_storage value = title:d_b_prosek_color } } + title:b_prousos = { set_variable = { name = color_storage value = title:d_b_prousos_color } } + title:b_provadiya = { set_variable = { name = color_storage value = title:d_b_provadiya_color } } + title:b_provins = { set_variable = { name = color_storage value = title:d_b_provins_color } } + title:b_prozor = { set_variable = { name = color_storage value = title:d_b_prozor_color } } + title:b_prum = { set_variable = { name = color_storage value = title:d_b_prum_color } } + title:b_prusa = { set_variable = { name = color_storage value = title:d_b_prusa_color } } + title:b_prusias_ad_hypium = { set_variable = { name = color_storage value = title:d_b_prusias_ad_hypium_color } } + title:b_przedborz = { set_variable = { name = color_storage value = title:d_b_przedborz_color } } + title:b_przemkow = { set_variable = { name = color_storage value = title:d_b_przemkow_color } } + title:b_pset = { set_variable = { name = color_storage value = title:d_b_pset_color } } + title:b_pskov = { set_variable = { name = color_storage value = title:d_b_pskov_color } } + title:b_pteria = { set_variable = { name = color_storage value = title:d_b_pteria_color } } + title:b_pudozh = { set_variable = { name = color_storage value = title:d_b_pudozh_color } } + title:b_puget = { set_variable = { name = color_storage value = title:d_b_puget_color } } + title:b_puho = { set_variable = { name = color_storage value = title:d_b_puho_color } } + title:b_puigcerda = { set_variable = { name = color_storage value = title:d_b_puigcerda_color } } + title:b_pukpa = { set_variable = { name = color_storage value = title:d_b_pukpa_color } } + title:b_pul = { set_variable = { name = color_storage value = title:d_b_pul_color } } + title:b_pula = { set_variable = { name = color_storage value = title:d_b_pula_color } } + title:b_pulei = { set_variable = { name = color_storage value = title:d_b_pulei_color } } + title:b_punakha = { set_variable = { name = color_storage value = title:d_b_punakha_color } } + title:b_pundarika = { set_variable = { name = color_storage value = title:d_b_pundarika_color } } + title:b_pundravardhana = { set_variable = { name = color_storage value = title:d_b_pundravardhana_color } } + title:b_puolanka = { set_variable = { name = color_storage value = title:d_b_puolanka_color } } + title:b_pura = { set_variable = { name = color_storage value = title:d_b_pura_color } } + title:b_puri = { set_variable = { name = color_storage value = title:d_b_puri_color } } + title:b_purig = { set_variable = { name = color_storage value = title:d_b_purig_color } } + title:b_purnagiri = { set_variable = { name = color_storage value = title:d_b_purnagiri_color } } + title:b_purnatallakapura = { set_variable = { name = color_storage value = title:d_b_purnatallakapura_color } } + title:b_purushapura = { set_variable = { name = color_storage value = title:d_b_purushapura_color } } + title:b_pushang = { set_variable = { name = color_storage value = title:d_b_pushang_color } } + title:b_pushkar = { set_variable = { name = color_storage value = title:d_b_pushkar_color } } + title:b_pushkin = { set_variable = { name = color_storage value = title:d_b_pushkin_color } } + title:b_puspagiri = { set_variable = { name = color_storage value = title:d_b_puspagiri_color } } + title:b_pusuga = { set_variable = { name = color_storage value = title:d_b_pusuga_color } } + title:b_puttalam = { set_variable = { name = color_storage value = title:d_b_puttalam_color } } + title:b_puttlingen = { set_variable = { name = color_storage value = title:d_b_puttlingen_color } } + title:b_putu = { set_variable = { name = color_storage value = title:d_b_putu_color } } + title:b_putyvl = { set_variable = { name = color_storage value = title:d_b_putyvl_color } } + title:b_pyzdry = { set_variable = { name = color_storage value = title:d_b_pyzdry_color } } + title:b_qabqa = { set_variable = { name = color_storage value = title:d_b_qabqa_color } } + title:b_qabr_salih = { set_variable = { name = color_storage value = title:d_b_qabr_salih_color } } + title:b_qafsa = { set_variable = { name = color_storage value = title:d_b_qafsa_color } } + title:b_qagcheng = { set_variable = { name = color_storage value = title:d_b_qagcheng_color } } + title:b_qaidam = { set_variable = { name = color_storage value = title:d_b_qaidam_color } } + title:b_qain = { set_variable = { name = color_storage value = title:d_b_qain_color } } + title:b_qalaa_bhammad = { set_variable = { name = color_storage value = title:d_b_qalaa_bhammad_color } } + title:b_qalaa_bhuwara = { set_variable = { name = color_storage value = title:d_b_qalaa_bhuwara_color } } + title:b_qalaa_bsalama = { set_variable = { name = color_storage value = title:d_b_qalaa_bsalama_color } } + title:b_qalaafe = { set_variable = { name = color_storage value = title:d_b_qalaafe_color } } + title:b_qalama = { set_variable = { name = color_storage value = title:d_b_qalama_color } } + title:b_qalat_ar-rum = { set_variable = { name = color_storage value = title:d_b_qalat_ar-rum_color } } + title:b_qalat_jundi = { set_variable = { name = color_storage value = title:d_b_qalat_jundi_color } } + title:b_qalhat = { set_variable = { name = color_storage value = title:d_b_qalhat_color } } + title:b_qalyub = { set_variable = { name = color_storage value = title:d_b_qalyub_color } } + title:b_qamdo = { set_variable = { name = color_storage value = title:d_b_qamdo_color } } + title:b_qanbali = { set_variable = { name = color_storage value = title:d_b_qanbali_color } } + title:b_qandabil = { set_variable = { name = color_storage value = title:d_b_qandabil_color } } + title:b_qandahar = { set_variable = { name = color_storage value = title:d_b_qandahar_color } } + title:b_qandhar = { set_variable = { name = color_storage value = title:d_b_qandhar_color } } + title:b_qangma = { set_variable = { name = color_storage value = title:d_b_qangma_color } } + title:b_qantarat_kirman = { set_variable = { name = color_storage value = title:d_b_qantarat_kirman_color } } + title:b_qapugtang = { set_variable = { name = color_storage value = title:d_b_qapugtang_color } } + title:b_qara = { set_variable = { name = color_storage value = title:d_b_qara_color } } + title:b_qarinayn = { set_variable = { name = color_storage value = title:d_b_qarinayn_color } } + title:b_qarnin = { set_variable = { name = color_storage value = title:d_b_qarnin_color } } + title:b_qarqisiya = { set_variable = { name = color_storage value = title:d_b_qarqisiya_color } } + title:b_qartajana = { set_variable = { name = color_storage value = title:d_b_qartajana_color } } + title:b_qaryat-al-asad = { set_variable = { name = color_storage value = title:d_b_qaryat-al-asad_color } } + title:b_qashan = { set_variable = { name = color_storage value = title:d_b_qashan_color } } + title:b_qasr-al-adi = { set_variable = { name = color_storage value = title:d_b_qasr-al-adi_color } } + title:b_qasr-al-ifriqi = { set_variable = { name = color_storage value = title:d_b_qasr-al-ifriqi_color } } + title:b_qasr-ibn-sinan = { set_variable = { name = color_storage value = title:d_b_qasr-ibn-sinan_color } } + title:b_qasr_ash-shams = { set_variable = { name = color_storage value = title:d_b_qasr_ash-shams_color } } + title:b_qasr_at-tuba = { set_variable = { name = color_storage value = title:d_b_qasr_at-tuba_color } } + title:b_qasr_ibrim = { set_variable = { name = color_storage value = title:d_b_qasr_ibrim_color } } + title:b_qasran = { set_variable = { name = color_storage value = title:d_b_qasran_color } } + title:b_qataa = { set_variable = { name = color_storage value = title:d_b_qataa_color } } + title:b_qatwan = { set_variable = { name = color_storage value = title:d_b_qatwan_color } } + title:b_qayaliq = { set_variable = { name = color_storage value = title:d_b_qayaliq_color } } + title:b_qazvin = { set_variable = { name = color_storage value = title:d_b_qazvin_color } } + title:b_qewa = { set_variable = { name = color_storage value = title:d_b_qewa_color } } + title:b_qidun = { set_variable = { name = color_storage value = title:d_b_qidun_color } } + title:b_qiha = { set_variable = { name = color_storage value = title:d_b_qiha_color } } + title:b_qimr = { set_variable = { name = color_storage value = title:d_b_qimr_color } } + title:b_qina = { set_variable = { name = color_storage value = title:d_b_qina_color } } + title:b_qinggil = { set_variable = { name = color_storage value = title:d_b_qinggil_color } } + title:b_qingshui = { set_variable = { name = color_storage value = title:d_b_qingshui_color } } + title:b_qingtu = { set_variable = { name = color_storage value = title:d_b_qingtu_color } } + title:b_qinnasrin = { set_variable = { name = color_storage value = title:d_b_qinnasrin_color } } + title:b_qiqan = { set_variable = { name = color_storage value = title:d_b_qiqan_color } } + title:b_qizhu = { set_variable = { name = color_storage value = title:d_b_qizhu_color } } + title:b_qobadiyan = { set_variable = { name = color_storage value = title:d_b_qobadiyan_color } } + title:b_qohaito = { set_variable = { name = color_storage value = title:d_b_qohaito_color } } + title:b_qom = { set_variable = { name = color_storage value = title:d_b_qom_color } } + title:b_qoshagyl = { set_variable = { name = color_storage value = title:d_b_qoshagyl_color } } + title:b_qualnsiyah = { set_variable = { name = color_storage value = title:d_b_qualnsiyah_color } } + title:b_quba = { set_variable = { name = color_storage value = title:d_b_quba_color } } + title:b_queensferry = { set_variable = { name = color_storage value = title:d_b_queensferry_color } } + title:b_quemoco = { set_variable = { name = color_storage value = title:d_b_quemoco_color } } + title:b_quercy = { set_variable = { name = color_storage value = title:d_b_quercy_color } } + title:b_quesada = { set_variable = { name = color_storage value = title:d_b_quesada_color } } + title:b_quimper = { set_variable = { name = color_storage value = title:d_b_quimper_color } } + title:b_quingey = { set_variable = { name = color_storage value = title:d_b_quingey_color } } + title:b_quintanar = { set_variable = { name = color_storage value = title:d_b_quintanar_color } } + title:b_qulb = { set_variable = { name = color_storage value = title:d_b_qulb_color } } + title:b_qulho = { set_variable = { name = color_storage value = title:d_b_qulho_color } } + title:b_qumarleb = { set_variable = { name = color_storage value = title:d_b_qumarleb_color } } + title:b_qumbucul = { set_variable = { name = color_storage value = title:d_b_qumbucul_color } } + title:b_qumisha = { set_variable = { name = color_storage value = title:d_b_qumisha_color } } + title:b_qundo = { set_variable = { name = color_storage value = title:d_b_qundo_color } } + title:b_quog = { set_variable = { name = color_storage value = title:d_b_quog_color } } + title:b_quqen = { set_variable = { name = color_storage value = title:d_b_quqen_color } } + title:b_quraqir = { set_variable = { name = color_storage value = title:d_b_quraqir_color } } + title:b_quriltay = { set_variable = { name = color_storage value = title:d_b_quriltay_color } } + title:b_qurta = { set_variable = { name = color_storage value = title:d_b_qurta_color } } + title:b_qurus = { set_variable = { name = color_storage value = title:d_b_qurus_color } } + title:b_qus = { set_variable = { name = color_storage value = title:d_b_qus_color } } + title:b_qusayr = { set_variable = { name = color_storage value = title:d_b_qusayr_color } } + title:b_qusdar = { set_variable = { name = color_storage value = title:d_b_qusdar_color } } + title:b_qusum = { set_variable = { name = color_storage value = title:d_b_qusum_color } } + title:b_qutn = { set_variable = { name = color_storage value = title:d_b_qutn_color } } + title:b_quxu = { set_variable = { name = color_storage value = title:d_b_quxu_color } } + title:b_quzlum = { set_variable = { name = color_storage value = title:d_b_quzlum_color } } + title:b_raaboigde = { set_variable = { name = color_storage value = title:d_b_raaboigde_color } } + title:b_raba = { set_variable = { name = color_storage value = title:d_b_raba_color } } + title:b_rabadha = { set_variable = { name = color_storage value = title:d_b_rabadha_color } } + title:b_rabigh = { set_variable = { name = color_storage value = title:d_b_rabigh_color } } + title:b_racakonda = { set_variable = { name = color_storage value = title:d_b_racakonda_color } } + title:b_rada = { set_variable = { name = color_storage value = title:d_b_rada_color } } + title:b_radebeul = { set_variable = { name = color_storage value = title:d_b_radebeul_color } } + title:b_radfield = { set_variable = { name = color_storage value = title:d_b_radfield_color } } + title:b_radna = { set_variable = { name = color_storage value = title:d_b_radna_color } } + title:b_radom = { set_variable = { name = color_storage value = title:d_b_radom_color } } + title:b_radomsko = { set_variable = { name = color_storage value = title:d_b_radomsko_color } } + title:b_radovanu = { set_variable = { name = color_storage value = title:d_b_radovanu_color } } + title:b_radynka = { set_variable = { name = color_storage value = title:d_b_radynka_color } } + title:b_rafaniya-krak = { set_variable = { name = color_storage value = title:d_b_rafaniya-krak_color } } + title:b_ragali = { set_variable = { name = color_storage value = title:d_b_ragali_color } } + title:b_ragbangadung = { set_variable = { name = color_storage value = title:d_b_ragbangadung_color } } + title:b_ragnit = { set_variable = { name = color_storage value = title:d_b_ragnit_color } } + title:b_ragunda = { set_variable = { name = color_storage value = title:d_b_ragunda_color } } + title:b_ragusa = { set_variable = { name = color_storage value = title:d_b_ragusa_color } } + title:b_rahon = { set_variable = { name = color_storage value = title:d_b_rahon_color } } + title:b_raibania = { set_variable = { name = color_storage value = title:d_b_raibania_color } } + title:b_raichur = { set_variable = { name = color_storage value = title:d_b_raichur_color } } + title:b_raidestos = { set_variable = { name = color_storage value = title:d_b_raidestos_color } } + title:b_raimskoe = { set_variable = { name = color_storage value = title:d_b_raimskoe_color } } + title:b_rais = { set_variable = { name = color_storage value = title:d_b_rais_color } } + title:b_raisin = { set_variable = { name = color_storage value = title:d_b_raisin_color } } + title:b_rajagrha = { set_variable = { name = color_storage value = title:d_b_rajagrha_color } } + title:b_rajamahendravaram = { set_variable = { name = color_storage value = title:d_b_rajamahendravaram_color } } + title:b_rajanpur = { set_variable = { name = color_storage value = title:d_b_rajanpur_color } } + title:b_rajbiraj = { set_variable = { name = color_storage value = title:d_b_rajbiraj_color } } + title:b_rajgangpur = { set_variable = { name = color_storage value = title:d_b_rajgangpur_color } } + title:b_rajiva_lochana = { set_variable = { name = color_storage value = title:d_b_rajiva_lochana_color } } + title:b_rajpipla = { set_variable = { name = color_storage value = title:d_b_rajpipla_color } } + title:b_rajrappa = { set_variable = { name = color_storage value = title:d_b_rajrappa_color } } + title:b_rakcha = { set_variable = { name = color_storage value = title:d_b_rakcha_color } } + title:b_rakhushmitan = { set_variable = { name = color_storage value = title:d_b_rakhushmitan_color } } + title:b_raktamrittika = { set_variable = { name = color_storage value = title:d_b_raktamrittika_color } } + title:b_ram_shahristan = { set_variable = { name = color_storage value = title:d_b_ram_shahristan_color } } + title:b_rama = { set_variable = { name = color_storage value = title:d_b_rama_color } } + title:b_ramagiri = { set_variable = { name = color_storage value = title:d_b_ramagiri_color } } + title:b_ramavati = { set_variable = { name = color_storage value = title:d_b_ramavati_color } } + title:b_rameshvaram = { set_variable = { name = color_storage value = title:d_b_rameshvaram_color } } + title:b_ramgarh = { set_variable = { name = color_storage value = title:d_b_ramgarh_color } } + title:b_ramhurmuz = { set_variable = { name = color_storage value = title:d_b_ramhurmuz_color } } + title:b_ramitan = { set_variable = { name = color_storage value = title:d_b_ramitan_color } } + title:b_ramnicu_sarat = { set_variable = { name = color_storage value = title:d_b_ramnicu_sarat_color } } + title:b_rampur_boalia = { set_variable = { name = color_storage value = title:d_b_rampur_boalia_color } } + title:b_rampura = { set_variable = { name = color_storage value = title:d_b_rampura_color } } + title:b_ramree = { set_variable = { name = color_storage value = title:d_b_ramree_color } } + title:b_ramsbury = { set_variable = { name = color_storage value = title:d_b_ramsbury_color } } + title:b_ramsey = { set_variable = { name = color_storage value = title:d_b_ramsey_color } } + title:b_ramsis = { set_variable = { name = color_storage value = title:d_b_ramsis_color } } + title:b_ramu = { set_variable = { name = color_storage value = title:d_b_ramu_color } } + title:b_ranakpur = { set_variable = { name = color_storage value = title:d_b_ranakpur_color } } + title:b_ranariki = { set_variable = { name = color_storage value = title:d_b_ranariki_color } } + title:b_randros = { set_variable = { name = color_storage value = title:d_b_randros_color } } + title:b_ranikot = { set_variable = { name = color_storage value = title:d_b_ranikot_color } } + title:b_ranipur = { set_variable = { name = color_storage value = title:d_b_ranipur_color } } + title:b_rano = { set_variable = { name = color_storage value = title:d_b_rano_color } } + title:b_ranpur = { set_variable = { name = color_storage value = title:d_b_ranpur_color } } + title:b_ranthambore = { set_variable = { name = color_storage value = title:d_b_ranthambore_color } } + title:b_ranya = { set_variable = { name = color_storage value = title:d_b_ranya_color } } + title:b_raphoe = { set_variable = { name = color_storage value = title:d_b_raphoe_color } } + title:b_raqe = { set_variable = { name = color_storage value = title:d_b_raqe_color } } + title:b_raqqa = { set_variable = { name = color_storage value = title:d_b_raqqa_color } } + title:b_raqqada = { set_variable = { name = color_storage value = title:d_b_raqqada_color } } + title:b_ras_al-ain = { set_variable = { name = color_storage value = title:d_b_ras_al-ain_color } } + title:b_ras_el-ma = { set_variable = { name = color_storage value = title:d_b_ras_el-ma_color } } + title:b_ras_hafun = { set_variable = { name = color_storage value = title:d_b_ras_hafun_color } } + title:b_rasak = { set_variable = { name = color_storage value = title:d_b_rasak_color } } + title:b_raseborg = { set_variable = { name = color_storage value = title:d_b_raseborg_color } } + title:b_raseiniai = { set_variable = { name = color_storage value = title:d_b_raseiniai_color } } + title:b_rashid = { set_variable = { name = color_storage value = title:d_b_rashid_color } } + title:b_rasht = { set_variable = { name = color_storage value = title:d_b_rasht_color } } + title:b_rastenburg = { set_variable = { name = color_storage value = title:d_b_rastenburg_color } } + title:b_rastovets = { set_variable = { name = color_storage value = title:d_b_rastovets_color } } + title:b_ratanpur = { set_variable = { name = color_storage value = title:d_b_ratanpur_color } } + title:b_rath = { set_variable = { name = color_storage value = title:d_b_rath_color } } + title:b_ratibor = { set_variable = { name = color_storage value = title:d_b_ratibor_color } } + title:b_ratla = { set_variable = { name = color_storage value = title:d_b_ratla_color } } + title:b_ratnagiri = { set_variable = { name = color_storage value = title:d_b_ratnagiri_color } } + title:b_ratu = { set_variable = { name = color_storage value = title:d_b_ratu_color } } + title:b_ratzeburg = { set_variable = { name = color_storage value = title:d_b_ratzeburg_color } } + title:b_rauma = { set_variable = { name = color_storage value = title:d_b_rauma_color } } + title:b_raumsdali = { set_variable = { name = color_storage value = title:d_b_raumsdali_color } } + title:b_rauna = { set_variable = { name = color_storage value = title:d_b_rauna_color } } + title:b_raushanqubad = { set_variable = { name = color_storage value = title:d_b_raushanqubad_color } } + title:b_rautu = { set_variable = { name = color_storage value = title:d_b_rautu_color } } + title:b_ravenna = { set_variable = { name = color_storage value = title:d_b_ravenna_color } } + title:b_ravensberg = { set_variable = { name = color_storage value = title:d_b_ravensberg_color } } + title:b_ravensburg = { set_variable = { name = color_storage value = title:d_b_ravensburg_color } } + title:b_ravno = { set_variable = { name = color_storage value = title:d_b_ravno_color } } + title:b_rawa = { set_variable = { name = color_storage value = title:d_b_rawa_color } } + title:b_rawar = { set_variable = { name = color_storage value = title:d_b_rawar_color } } + title:b_rawu = { set_variable = { name = color_storage value = title:d_b_rawu_color } } + title:b_rayagada = { set_variable = { name = color_storage value = title:d_b_rayagada_color } } + title:b_rayapura = { set_variable = { name = color_storage value = title:d_b_rayapura_color } } + title:b_raysut = { set_variable = { name = color_storage value = title:d_b_raysut_color } } + title:b_rayy = { set_variable = { name = color_storage value = title:d_b_rayy_color } } + title:b_razlivnoye = { set_variable = { name = color_storage value = title:d_b_razlivnoye_color } } + title:b_reading = { set_variable = { name = color_storage value = title:d_b_reading_color } } + title:b_rebang = { set_variable = { name = color_storage value = title:d_b_rebang_color } } + title:b_rebgong = { set_variable = { name = color_storage value = title:d_b_rebgong_color } } + title:b_rechytsa = { set_variable = { name = color_storage value = title:d_b_rechytsa_color } } + title:b_recklinghausen = { set_variable = { name = color_storage value = title:d_b_recklinghausen_color } } + title:b_redab = { set_variable = { name = color_storage value = title:d_b_redab_color } } + title:b_reewin = { set_variable = { name = color_storage value = title:d_b_reewin_color } } + title:b_regensburg = { set_variable = { name = color_storage value = title:d_b_regensburg_color } } + title:b_reggane = { set_variable = { name = color_storage value = title:d_b_reggane_color } } + title:b_reggio_calabria = { set_variable = { name = color_storage value = title:d_b_reggio_calabria_color } } + title:b_reggio_emilia = { set_variable = { name = color_storage value = title:d_b_reggio_emilia_color } } + title:b_rehau = { set_variable = { name = color_storage value = title:d_b_rehau_color } } + title:b_reichenbach = { set_variable = { name = color_storage value = title:d_b_reichenbach_color } } + title:b_reims = { set_variable = { name = color_storage value = title:d_b_reims_color } } + title:b_reinosa = { set_variable = { name = color_storage value = title:d_b_reinosa_color } } + title:b_rendina = { set_variable = { name = color_storage value = title:d_b_rendina_color } } + title:b_reni = { set_variable = { name = color_storage value = title:d_b_reni_color } } + title:b_renk = { set_variable = { name = color_storage value = title:d_b_renk_color } } + title:b_rennes = { set_variable = { name = color_storage value = title:d_b_rennes_color } } + title:b_reolid = { set_variable = { name = color_storage value = title:d_b_reolid_color } } + title:b_repnoye = { set_variable = { name = color_storage value = title:d_b_repnoye_color } } + title:b_requena = { set_variable = { name = color_storage value = title:d_b_requena_color } } + title:b_retford = { set_variable = { name = color_storage value = title:d_b_retford_color } } + title:b_rethel = { set_variable = { name = color_storage value = title:d_b_rethel_color } } + title:b_rethymno = { set_variable = { name = color_storage value = title:d_b_rethymno_color } } + title:b_reting = { set_variable = { name = color_storage value = title:d_b_reting_color } } + title:b_reutlingen = { set_variable = { name = color_storage value = title:d_b_reutlingen_color } } + title:b_reval = { set_variable = { name = color_storage value = title:d_b_reval_color } } + title:b_revda = { set_variable = { name = color_storage value = title:d_b_revda_color } } + title:b_reydarfjall = { set_variable = { name = color_storage value = title:d_b_reydarfjall_color } } + title:b_reykjavik = { set_variable = { name = color_storage value = title:d_b_reykjavik_color } } + title:b_rezekne = { set_variable = { name = color_storage value = title:d_b_rezekne_color } } + title:b_rhayader = { set_variable = { name = color_storage value = title:d_b_rhayader_color } } + title:b_rhizus = { set_variable = { name = color_storage value = title:d_b_rhizus_color } } + title:b_rhodos = { set_variable = { name = color_storage value = title:d_b_rhodos_color } } + title:b_riano = { set_variable = { name = color_storage value = title:d_b_riano_color } } + title:b_ribagorza = { set_variable = { name = color_storage value = title:d_b_ribagorza_color } } + title:b_ribat-e-karyan = { set_variable = { name = color_storage value = title:d_b_ribat-e-karyan_color } } + title:b_ribat-i-el-kif = { set_variable = { name = color_storage value = title:d_b_ribat-i-el-kif_color } } + title:b_ribat-i-kish = { set_variable = { name = color_storage value = title:d_b_ribat-i-kish_color } } + title:b_ribat-shakir = { set_variable = { name = color_storage value = title:d_b_ribat-shakir_color } } + title:b_ribat_al-fath = { set_variable = { name = color_storage value = title:d_b_ribat_al-fath_color } } + title:b_ribat_malik = { set_variable = { name = color_storage value = title:d_b_ribat_malik_color } } + title:b_ribe = { set_variable = { name = color_storage value = title:d_b_ribe_color } } + title:b_ribnica = { set_variable = { name = color_storage value = title:d_b_ribnica_color } } + title:b_ribnicapodgorica = { set_variable = { name = color_storage value = title:d_b_ribnicapodgorica_color } } + title:b_richmond = { set_variable = { name = color_storage value = title:d_b_richmond_color } } + title:b_ridder = { set_variable = { name = color_storage value = title:d_b_ridder_color } } + title:b_ried = { set_variable = { name = color_storage value = title:d_b_ried_color } } + title:b_riedfeld = { set_variable = { name = color_storage value = title:d_b_riedfeld_color } } + title:b_rieneck = { set_variable = { name = color_storage value = title:d_b_rieneck_color } } + title:b_rieti = { set_variable = { name = color_storage value = title:d_b_rieti_color } } + title:b_riga = { set_variable = { name = color_storage value = title:d_b_riga_color } } + title:b_riga = { set_variable = { name = color_storage value = title:d_b_riga_color } } + title:b_rigar = { set_variable = { name = color_storage value = title:d_b_rigar_color } } + title:b_rijeka = { set_variable = { name = color_storage value = title:d_b_rijeka_color } } + title:b_rikala = { set_variable = { name = color_storage value = title:d_b_rikala_color } } + title:b_rila = { set_variable = { name = color_storage value = title:d_b_rila_color } } + title:b_rim = { set_variable = { name = color_storage value = title:d_b_rim_color } } + title:b_rima = { set_variable = { name = color_storage value = title:d_b_rima_color } } + title:b_rimaszombat = { set_variable = { name = color_storage value = title:d_b_rimaszombat_color } } + title:b_rimini = { set_variable = { name = color_storage value = title:d_b_rimini_color } } + title:b_rinbung = { set_variable = { name = color_storage value = title:d_b_rinbung_color } } + title:b_ringariki = { set_variable = { name = color_storage value = title:d_b_ringariki_color } } + title:b_ringkobing = { set_variable = { name = color_storage value = title:d_b_ringkobing_color } } + title:b_ringtor = { set_variable = { name = color_storage value = title:d_b_ringtor_color } } + title:b_ripon = { set_variable = { name = color_storage value = title:d_b_ripon_color } } + title:b_riqan = { set_variable = { name = color_storage value = title:d_b_riqan_color } } + title:b_risan = { set_variable = { name = color_storage value = title:d_b_risan_color } } + title:b_riseberga = { set_variable = { name = color_storage value = title:d_b_riseberga_color } } + title:b_rishabhdeo = { set_variable = { name = color_storage value = title:d_b_rishabhdeo_color } } + title:b_risum = { set_variable = { name = color_storage value = title:d_b_risum_color } } + title:b_rivand = { set_variable = { name = color_storage value = title:d_b_rivand_color } } + title:b_rivne = { set_variable = { name = color_storage value = title:d_b_rivne_color } } + title:b_riwar = { set_variable = { name = color_storage value = title:d_b_riwar_color } } + title:b_riwoqe = { set_variable = { name = color_storage value = title:d_b_riwoqe_color } } + title:b_roanne = { set_variable = { name = color_storage value = title:d_b_roanne_color } } + title:b_roavvenjarga = { set_variable = { name = color_storage value = title:d_b_roavvenjarga_color } } + title:b_rochester = { set_variable = { name = color_storage value = title:d_b_rochester_color } } + title:b_rockenhausen = { set_variable = { name = color_storage value = title:d_b_rockenhausen_color } } + title:b_rodez = { set_variable = { name = color_storage value = title:d_b_rodez_color } } + title:b_rodkhan = { set_variable = { name = color_storage value = title:d_b_rodkhan_color } } + title:b_rodopi = { set_variable = { name = color_storage value = title:d_b_rodopi_color } } + title:b_rodoy = { set_variable = { name = color_storage value = title:d_b_rodoy_color } } + title:b_roeselare = { set_variable = { name = color_storage value = title:d_b_roeselare_color } } + title:b_rogatica = { set_variable = { name = color_storage value = title:d_b_rogatica_color } } + title:b_rohan = { set_variable = { name = color_storage value = title:d_b_rohan_color } } + title:b_rohtak = { set_variable = { name = color_storage value = title:d_b_rohtak_color } } + title:b_rohtas = { set_variable = { name = color_storage value = title:d_b_rohtas_color } } + title:b_roing = { set_variable = { name = color_storage value = title:d_b_roing_color } } + title:b_rojhan = { set_variable = { name = color_storage value = title:d_b_rojhan_color } } + title:b_roma = { set_variable = { name = color_storage value = title:d_b_roma_color } } + title:b_roman = { set_variable = { name = color_storage value = title:d_b_roman_color } } + title:b_romans = { set_variable = { name = color_storage value = title:d_b_romans_color } } + title:b_romen = { set_variable = { name = color_storage value = title:d_b_romen_color } } + title:b_romerriki = { set_variable = { name = color_storage value = title:d_b_romerriki_color } } + title:b_romigny = { set_variable = { name = color_storage value = title:d_b_romigny_color } } + title:b_romilly = { set_variable = { name = color_storage value = title:d_b_romilly_color } } + title:b_romorantin = { set_variable = { name = color_storage value = title:d_b_romorantin_color } } + title:b_roncaglia = { set_variable = { name = color_storage value = title:d_b_roncaglia_color } } + title:b_rongbur = { set_variable = { name = color_storage value = title:d_b_rongbur_color } } + title:b_rongzhag = { set_variable = { name = color_storage value = title:d_b_rongzhag_color } } + title:b_rongzhub = { set_variable = { name = color_storage value = title:d_b_rongzhub_color } } + title:b_ronne = { set_variable = { name = color_storage value = title:d_b_ronne_color } } + title:b_ronneby = { set_variable = { name = color_storage value = title:d_b_ronneby_color } } + title:b_roscrea = { set_variable = { name = color_storage value = title:d_b_roscrea_color } } + title:b_rosendaal = { set_variable = { name = color_storage value = title:d_b_rosendaal_color } } + title:b_rosenfelde = { set_variable = { name = color_storage value = title:d_b_rosenfelde_color } } + title:b_roses = { set_variable = { name = color_storage value = title:d_b_roses_color } } + title:b_roskilde = { set_variable = { name = color_storage value = title:d_b_roskilde_color } } + title:b_roslavl = { set_variable = { name = color_storage value = title:d_b_roslavl_color } } + title:b_rossano = { set_variable = { name = color_storage value = title:d_b_rossano_color } } + title:b_rostislavl = { set_variable = { name = color_storage value = title:d_b_rostislavl_color } } + title:b_rostock = { set_variable = { name = color_storage value = title:d_b_rostock_color } } + title:b_rostov = { set_variable = { name = color_storage value = title:d_b_rostov_color } } + title:b_rothbury = { set_variable = { name = color_storage value = title:d_b_rothbury_color } } + title:b_rothenburg = { set_variable = { name = color_storage value = title:d_b_rothenburg_color } } + title:b_rotterdam = { set_variable = { name = color_storage value = title:d_b_rotterdam_color } } + title:b_rottweil = { set_variable = { name = color_storage value = title:d_b_rottweil_color } } + title:b_roucy = { set_variable = { name = color_storage value = title:d_b_roucy_color } } + title:b_rouen = { set_variable = { name = color_storage value = title:d_b_rouen_color } } + title:b_rounala = { set_variable = { name = color_storage value = title:d_b_rounala_color } } + title:b_roundu = { set_variable = { name = color_storage value = title:d_b_roundu_color } } + title:b_rovigo = { set_variable = { name = color_storage value = title:d_b_rovigo_color } } + title:b_royan = { set_variable = { name = color_storage value = title:d_b_royan_color } } + title:b_rozan = { set_variable = { name = color_storage value = title:d_b_rozan_color } } + title:b_rozhyshche = { set_variable = { name = color_storage value = title:d_b_rozhyshche_color } } + title:b_rozi = { set_variable = { name = color_storage value = title:d_b_rozi_color } } + title:b_rozmberk = { set_variable = { name = color_storage value = title:d_b_rozmberk_color } } + title:b_rudan = { set_variable = { name = color_storage value = title:d_b_rudan_color } } + title:b_rudbar = { set_variable = { name = color_storage value = title:d_b_rudbar_color } } + title:b_rudhan = { set_variable = { name = color_storage value = title:d_b_rudhan_color } } + title:b_rudhrawar = { set_variable = { name = color_storage value = title:d_b_rudhrawar_color } } + title:b_rudnik = { set_variable = { name = color_storage value = title:d_b_rudnik_color } } + title:b_rudolfswerde = { set_variable = { name = color_storage value = title:d_b_rudolfswerde_color } } + title:b_ruffec = { set_variable = { name = color_storage value = title:d_b_ruffec_color } } + title:b_rugen = { set_variable = { name = color_storage value = title:d_b_rugen_color } } + title:b_ruhna = { set_variable = { name = color_storage value = title:d_b_ruhna_color } } + title:b_rujno = { set_variable = { name = color_storage value = title:d_b_rujno_color } } + title:b_rukhaj = { set_variable = { name = color_storage value = title:d_b_rukhaj_color } } + title:b_rukum = { set_variable = { name = color_storage value = title:d_b_rukum_color } } + title:b_ruovesi = { set_variable = { name = color_storage value = title:d_b_ruovesi_color } } + title:b_ruppin = { set_variable = { name = color_storage value = title:d_b_ruppin_color } } + title:b_rusa = { set_variable = { name = color_storage value = title:d_b_rusa_color } } + title:b_rusar = { set_variable = { name = color_storage value = title:d_b_rusar_color } } + title:b_rusar_huangzhong = { set_variable = { name = color_storage value = title:d_b_rusar_huangzhong_color } } + title:b_rusii_de_vede = { set_variable = { name = color_storage value = title:d_b_rusii_de_vede_color } } + title:b_russelsheim = { set_variable = { name = color_storage value = title:d_b_russelsheim_color } } + title:b_rustaq = { set_variable = { name = color_storage value = title:d_b_rustaq_color } } + title:b_rustaq-oman = { set_variable = { name = color_storage value = title:d_b_rustaq-oman_color } } + title:b_rustavi = { set_variable = { name = color_storage value = title:d_b_rustavi_color } } + title:b_ruthin = { set_variable = { name = color_storage value = title:d_b_ruthin_color } } + title:b_rutland = { set_variable = { name = color_storage value = title:d_b_rutland_color } } + title:b_rutog = { set_variable = { name = color_storage value = title:d_b_rutog_color } } + title:b_ruy = { set_variable = { name = color_storage value = title:d_b_ruy_color } } + title:b_ruyan = { set_variable = { name = color_storage value = title:d_b_ruyan_color } } + title:b_ruyan-jirufti = { set_variable = { name = color_storage value = title:d_b_ruyan-jirufti_color } } + title:b_ruzvand = { set_variable = { name = color_storage value = title:d_b_ruzvand_color } } + title:b_ryazan = { set_variable = { name = color_storage value = title:d_b_ryazan_color } } + title:b_rybnik = { set_variable = { name = color_storage value = title:d_b_rybnik_color } } + title:b_ryfylki = { set_variable = { name = color_storage value = title:d_b_ryfylki_color } } + title:b_rylsk = { set_variable = { name = color_storage value = title:d_b_rylsk_color } } + title:b_ryn = { set_variable = { name = color_storage value = title:d_b_ryn_color } } + title:b_ryty = { set_variable = { name = color_storage value = title:d_b_ryty_color } } + title:b_rzepin = { set_variable = { name = color_storage value = title:d_b_rzepin_color } } + title:b_saa = { set_variable = { name = color_storage value = title:d_b_saa_color } } + title:b_saalum = { set_variable = { name = color_storage value = title:d_b_saalum_color } } + title:b_saan = { set_variable = { name = color_storage value = title:d_b_saan_color } } + title:b_saarbrucken = { set_variable = { name = color_storage value = title:d_b_saarbrucken_color } } + title:b_saarburg = { set_variable = { name = color_storage value = title:d_b_saarburg_color } } + title:b_saarvesjaurr = { set_variable = { name = color_storage value = title:d_b_saarvesjaurr_color } } + title:b_sabagura = { set_variable = { name = color_storage value = title:d_b_sabagura_color } } + title:b_sabakyul = { set_variable = { name = color_storage value = title:d_b_sabakyul_color } } + title:b_sabalgarh = { set_variable = { name = color_storage value = title:d_b_sabalgarh_color } } + title:b_sabha = { set_variable = { name = color_storage value = title:d_b_sabha_color } } + title:b_sabiba = { set_variable = { name = color_storage value = title:d_b_sabiba_color } } + title:b_sable = { set_variable = { name = color_storage value = title:d_b_sable_color } } + title:b_sabratha = { set_variable = { name = color_storage value = title:d_b_sabratha_color } } + title:b_sabta = { set_variable = { name = color_storage value = title:d_b_sabta_color } } + title:b_sabur = { set_variable = { name = color_storage value = title:d_b_sabur_color } } + title:b_saburkhawasht = { set_variable = { name = color_storage value = title:d_b_saburkhawasht_color } } + title:b_sabzavar = { set_variable = { name = color_storage value = title:d_b_sabzavar_color } } + title:b_saca = { set_variable = { name = color_storage value = title:d_b_saca_color } } + title:b_sacacatce = { set_variable = { name = color_storage value = title:d_b_sacacatce_color } } + title:b_sacz = { set_variable = { name = color_storage value = title:d_b_sacz_color } } + title:b_sad_khaniya = { set_variable = { name = color_storage value = title:d_b_sad_khaniya_color } } + title:b_sada = { set_variable = { name = color_storage value = title:d_b_sada_color } } + title:b_sadhaura = { set_variable = { name = color_storage value = title:d_b_sadhaura_color } } + title:b_sadowel = { set_variable = { name = color_storage value = title:d_b_sadowel_color } } + title:b_sadrata = { set_variable = { name = color_storage value = title:d_b_sadrata_color } } + title:b_sadvar = { set_variable = { name = color_storage value = title:d_b_sadvar_color } } + title:b_safaga = { set_variable = { name = color_storage value = title:d_b_safaga_color } } + title:b_safare = { set_variable = { name = color_storage value = title:d_b_safare_color } } + title:b_safata = { set_variable = { name = color_storage value = title:d_b_safata_color } } + title:b_sagaing = { set_variable = { name = color_storage value = title:d_b_sagaing_color } } + title:b_sagalassus = { set_variable = { name = color_storage value = title:d_b_sagalassus_color } } + title:b_sagar = { set_variable = { name = color_storage value = title:d_b_sagar_color } } + title:b_sagardwip = { set_variable = { name = color_storage value = title:d_b_sagardwip_color } } + title:b_sagiz = { set_variable = { name = color_storage value = title:d_b_sagiz_color } } + title:b_sagly = { set_variable = { name = color_storage value = title:d_b_sagly_color } } + title:b_sagya = { set_variable = { name = color_storage value = title:d_b_sagya_color } } + title:b_saharanpur = { set_variable = { name = color_storage value = title:d_b_saharanpur_color } } + title:b_saho = { set_variable = { name = color_storage value = title:d_b_saho_color } } + title:b_sai = { set_variable = { name = color_storage value = title:d_b_sai_color } } + title:b_sai-kule = { set_variable = { name = color_storage value = title:d_b_sai-kule_color } } + title:b_saida = { set_variable = { name = color_storage value = title:d_b_saida_color } } + title:b_saihantaolai = { set_variable = { name = color_storage value = title:d_b_saihantaolai_color } } + title:b_saindak = { set_variable = { name = color_storage value = title:d_b_saindak_color } } + title:b_saint_albans = { set_variable = { name = color_storage value = title:d_b_saint_albans_color } } + title:b_saint_brieuc = { set_variable = { name = color_storage value = title:d_b_saint_brieuc_color } } + title:b_saint_denis = { set_variable = { name = color_storage value = title:d_b_saint_denis_color } } + title:b_saint_dizier = { set_variable = { name = color_storage value = title:d_b_saint_dizier_color } } + title:b_saint_flour = { set_variable = { name = color_storage value = title:d_b_saint_flour_color } } + title:b_saint_hubert = { set_variable = { name = color_storage value = title:d_b_saint_hubert_color } } + title:b_saint_junien = { set_variable = { name = color_storage value = title:d_b_saint_junien_color } } + title:b_saint_lizier = { set_variable = { name = color_storage value = title:d_b_saint_lizier_color } } + title:b_saint_malo = { set_variable = { name = color_storage value = title:d_b_saint_malo_color } } + title:b_saint_michel_de_maurienne = { set_variable = { name = color_storage value = title:d_b_saint_michel_de_maurienne_color } } + title:b_saint_omer = { set_variable = { name = color_storage value = title:d_b_saint_omer_color } } + title:b_saint_pourcain = { set_variable = { name = color_storage value = title:d_b_saint_pourcain_color } } + title:b_saint_quentin = { set_variable = { name = color_storage value = title:d_b_saint_quentin_color } } + title:b_saintes = { set_variable = { name = color_storage value = title:d_b_saintes_color } } + title:b_saintonge = { set_variable = { name = color_storage value = title:d_b_saintonge_color } } + title:b_saird = { set_variable = { name = color_storage value = title:d_b_saird_color } } + title:b_sakadame = { set_variable = { name = color_storage value = title:d_b_sakadame_color } } + title:b_sakaka = { set_variable = { name = color_storage value = title:d_b_sakaka_color } } + title:b_sakala = { set_variable = { name = color_storage value = title:d_b_sakala_color } } + title:b_sakalkand = { set_variable = { name = color_storage value = title:d_b_sakalkand_color } } + title:b_sakarai = { set_variable = { name = color_storage value = title:d_b_sakarai_color } } + title:b_sakmara = { set_variable = { name = color_storage value = title:d_b_sakmara_color } } + title:b_sakmarskoi_gorodok = { set_variable = { name = color_storage value = title:d_b_sakmarskoi_gorodok_color } } + title:b_sakogu = { set_variable = { name = color_storage value = title:d_b_sakogu_color } } + title:b_sakshigopal = { set_variable = { name = color_storage value = title:d_b_sakshigopal_color } } + title:b_sala = { set_variable = { name = color_storage value = title:d_b_sala_color } } + title:b_salacgriva = { set_variable = { name = color_storage value = title:d_b_salacgriva_color } } + title:b_salaga = { set_variable = { name = color_storage value = title:d_b_salaga_color } } + title:b_salamanca = { set_variable = { name = color_storage value = title:d_b_salamanca_color } } + title:b_salamat = { set_variable = { name = color_storage value = title:d_b_salamat_color } } + title:b_salamiya = { set_variable = { name = color_storage value = title:d_b_salamiya_color } } + title:b_salavat = { set_variable = { name = color_storage value = title:d_b_salavat_color } } + title:b_salda = { set_variable = { name = color_storage value = title:d_b_salda_color } } + title:b_salerno = { set_variable = { name = color_storage value = title:d_b_salerno_color } } + title:b_salford = { set_variable = { name = color_storage value = title:d_b_salford_color } } + title:b_salim = { set_variable = { name = color_storage value = title:d_b_salim_color } } + title:b_salin = { set_variable = { name = color_storage value = title:d_b_salin_color } } + title:b_salinis = { set_variable = { name = color_storage value = title:d_b_salinis_color } } + title:b_salins = { set_variable = { name = color_storage value = title:d_b_salins_color } } + title:b_salisbury = { set_variable = { name = color_storage value = title:d_b_salisbury_color } } + title:b_salm = { set_variable = { name = color_storage value = title:d_b_salm_color } } + title:b_salmacatce = { set_variable = { name = color_storage value = title:d_b_salmacatce_color } } + title:b_salmas = { set_variable = { name = color_storage value = title:d_b_salmas_color } } + title:b_salmydessus = { set_variable = { name = color_storage value = title:d_b_salmydessus_color } } + title:b_sals_poveret = { set_variable = { name = color_storage value = title:d_b_sals_poveret_color } } + title:b_saluzzo = { set_variable = { name = color_storage value = title:d_b_saluzzo_color } } + title:b_salyan = { set_variable = { name = color_storage value = title:d_b_salyan_color } } + title:b_salzburg = { set_variable = { name = color_storage value = title:d_b_salzburg_color } } + title:b_sam = { set_variable = { name = color_storage value = title:d_b_sam_color } } + title:b_samad = { set_variable = { name = color_storage value = title:d_b_samad_color } } + title:b_samaiqan = { set_variable = { name = color_storage value = title:d_b_samaiqan_color } } + title:b_samana = { set_variable = { name = color_storage value = title:d_b_samana_color } } + title:b_samander = { set_variable = { name = color_storage value = title:d_b_samander_color } } + title:b_samanjan = { set_variable = { name = color_storage value = title:d_b_samanjan_color } } + title:b_samannud = { set_variable = { name = color_storage value = title:d_b_samannud_color } } + title:b_samar = { set_variable = { name = color_storage value = title:d_b_samar_color } } + title:b_samar_VB = { set_variable = { name = color_storage value = title:d_b_samar_VB_color } } + title:b_samarqand = { set_variable = { name = color_storage value = title:d_b_samarqand_color } } + title:b_samarra = { set_variable = { name = color_storage value = title:d_b_samarra_color } } + title:b_samassi = { set_variable = { name = color_storage value = title:d_b_samassi_color } } + title:b_samatigila = { set_variable = { name = color_storage value = title:d_b_samatigila_color } } + title:b_sambalpur = { set_variable = { name = color_storage value = title:d_b_sambalpur_color } } + title:b_sambalut = { set_variable = { name = color_storage value = title:d_b_sambalut_color } } + title:b_sambhal = { set_variable = { name = color_storage value = title:d_b_sambhal_color } } + title:b_sambir = { set_variable = { name = color_storage value = title:d_b_sambir_color } } + title:b_samiran = { set_variable = { name = color_storage value = title:d_b_samiran_color } } + title:b_samobor = { set_variable = { name = color_storage value = title:d_b_samobor_color } } + title:b_samos = { set_variable = { name = color_storage value = title:d_b_samos_color } } + title:b_samosata = { set_variable = { name = color_storage value = title:d_b_samosata_color } } + title:b_sampa = { set_variable = { name = color_storage value = title:d_b_sampa_color } } + title:b_samshiborid = { set_variable = { name = color_storage value = title:d_b_samshiborid_color } } + title:b_samundzhievo = { set_variable = { name = color_storage value = title:d_b_samundzhievo_color } } + title:b_samye = { set_variable = { name = color_storage value = title:d_b_samye_color } } + title:b_samyere = { set_variable = { name = color_storage value = title:d_b_samyere_color } } + title:b_san = { set_variable = { name = color_storage value = title:d_b_san_color } } + title:b_sana = { set_variable = { name = color_storage value = title:d_b_sana_color } } + title:b_sanaa = { set_variable = { name = color_storage value = title:d_b_sanaa_color } } + title:b_sanado = { set_variable = { name = color_storage value = title:d_b_sanado_color } } + title:b_sanafula = { set_variable = { name = color_storage value = title:d_b_sanafula_color } } + title:b_sancerre = { set_variable = { name = color_storage value = title:d_b_sancerre_color } } + title:b_sanchi = { set_variable = { name = color_storage value = title:d_b_sanchi_color } } + title:b_sanda = { set_variable = { name = color_storage value = title:d_b_sanda_color } } + title:b_sanderaka = { set_variable = { name = color_storage value = title:d_b_sanderaka_color } } + title:b_sandnes = { set_variable = { name = color_storage value = title:d_b_sandnes_color } } + title:b_sandomierz = { set_variable = { name = color_storage value = title:d_b_sandomierz_color } } + title:b_sandoway = { set_variable = { name = color_storage value = title:d_b_sandoway_color } } + title:b_sanesteban = { set_variable = { name = color_storage value = title:d_b_sanesteban_color } } + title:b_sanga = { set_variable = { name = color_storage value = title:d_b_sanga_color } } + title:b_sangalan = { set_variable = { name = color_storage value = title:d_b_sangalan_color } } + title:b_sanganer = { set_variable = { name = color_storage value = title:d_b_sanganer_color } } + title:b_sangerhausen = { set_variable = { name = color_storage value = title:d_b_sangerhausen_color } } + title:b_sangiin_dalai = { set_variable = { name = color_storage value = title:d_b_sangiin_dalai_color } } + title:b_sangla = { set_variable = { name = color_storage value = title:d_b_sangla_color } } + title:b_sanglich = { set_variable = { name = color_storage value = title:d_b_sanglich_color } } + title:b_sangqu = { set_variable = { name = color_storage value = title:d_b_sangqu_color } } + title:b_sangri = { set_variable = { name = color_storage value = title:d_b_sangri_color } } + title:b_sangsang = { set_variable = { name = color_storage value = title:d_b_sangsang_color } } + title:b_sanij = { set_variable = { name = color_storage value = title:d_b_sanij_color } } + title:b_sanjan = { set_variable = { name = color_storage value = title:d_b_sanjan_color } } + title:b_sankt_blasien = { set_variable = { name = color_storage value = title:d_b_sankt_blasien_color } } + title:b_sankt_gallen = { set_variable = { name = color_storage value = title:d_b_sankt_gallen_color } } + title:b_sankt_polten = { set_variable = { name = color_storage value = title:d_b_sankt_polten_color } } + title:b_sankt_veit = { set_variable = { name = color_storage value = title:d_b_sankt_veit_color } } + title:b_sanleonardodeyague = { set_variable = { name = color_storage value = title:d_b_sanleonardodeyague_color } } + title:b_sanok = { set_variable = { name = color_storage value = title:d_b_sanok_color } } + title:b_sanquhar = { set_variable = { name = color_storage value = title:d_b_sanquhar_color } } + title:b_sansane_mango = { set_variable = { name = color_storage value = title:d_b_sansane_mango_color } } + title:b_santander = { set_variable = { name = color_storage value = title:d_b_santander_color } } + title:b_santarem = { set_variable = { name = color_storage value = title:d_b_santarem_color } } + title:b_santas = { set_variable = { name = color_storage value = title:d_b_santas_color } } + title:b_santhia = { set_variable = { name = color_storage value = title:d_b_santhia_color } } + title:b_santiago = { set_variable = { name = color_storage value = title:d_b_santiago_color } } + title:b_santiallana = { set_variable = { name = color_storage value = title:d_b_santiallana_color } } + title:b_santipura = { set_variable = { name = color_storage value = title:d_b_santipura_color } } + title:b_sanwi = { set_variable = { name = color_storage value = title:d_b_sanwi_color } } + title:b_saouga = { set_variable = { name = color_storage value = title:d_b_saouga_color } } + title:b_saoura = { set_variable = { name = color_storage value = title:d_b_saoura_color } } + title:b_saptagrama = { set_variable = { name = color_storage value = title:d_b_saptagrama_color } } + title:b_saqadi = { set_variable = { name = color_storage value = title:d_b_saqadi_color } } + title:b_saqra = { set_variable = { name = color_storage value = title:d_b_saqra_color } } + title:b_saqsin = { set_variable = { name = color_storage value = title:d_b_saqsin_color } } + title:b_sara = { set_variable = { name = color_storage value = title:d_b_sara_color } } + title:b_sarakhs = { set_variable = { name = color_storage value = title:d_b_sarakhs_color } } + title:b_saran = { set_variable = { name = color_storage value = title:d_b_saran_color } } + title:b_sarangpur = { set_variable = { name = color_storage value = title:d_b_sarangpur_color } } + title:b_saraninskor = { set_variable = { name = color_storage value = title:d_b_saraninskor_color } } + title:b_saranka = { set_variable = { name = color_storage value = title:d_b_saranka_color } } + title:b_saransk = { set_variable = { name = color_storage value = title:d_b_saransk_color } } + title:b_sarasvati = { set_variable = { name = color_storage value = title:d_b_sarasvati_color } } + title:b_sarat = { set_variable = { name = color_storage value = title:d_b_sarat_color } } + title:b_saratov = { set_variable = { name = color_storage value = title:d_b_saratov_color } } + title:b_saray = { set_variable = { name = color_storage value = title:d_b_saray_color } } + title:b_saraychiq = { set_variable = { name = color_storage value = title:d_b_saraychiq_color } } + title:b_sarba = { set_variable = { name = color_storage value = title:d_b_sarba_color } } + title:b_sardes = { set_variable = { name = color_storage value = title:d_b_sardes_color } } + title:b_sarepta = { set_variable = { name = color_storage value = title:d_b_sarepta_color } } + title:b_sargan = { set_variable = { name = color_storage value = title:d_b_sargan_color } } + title:b_sargatka = { set_variable = { name = color_storage value = title:d_b_sargatka_color } } + title:b_sarinena = { set_variable = { name = color_storage value = title:d_b_sarinena_color } } + title:b_saris = { set_variable = { name = color_storage value = title:d_b_saris_color } } + title:b_sariya = { set_variable = { name = color_storage value = title:d_b_sariya_color } } + title:b_sarj = { set_variable = { name = color_storage value = title:d_b_sarj_color } } + title:b_sarkand = { set_variable = { name = color_storage value = title:d_b_sarkand_color } } + title:b_sarkel = { set_variable = { name = color_storage value = title:d_b_sarkel_color } } + title:b_sarkhad = { set_variable = { name = color_storage value = title:d_b_sarkhad_color } } + title:b_sarmat = { set_variable = { name = color_storage value = title:d_b_sarmat_color } } + title:b_sarnah = { set_variable = { name = color_storage value = title:d_b_sarnah_color } } + title:b_sarny = { set_variable = { name = color_storage value = title:d_b_sarny_color } } + title:b_sarpang = { set_variable = { name = color_storage value = title:d_b_sarpang_color } } + title:b_sarria = { set_variable = { name = color_storage value = title:d_b_sarria_color } } + title:b_sarsar = { set_variable = { name = color_storage value = title:d_b_sarsar_color } } + title:b_sarthe = { set_variable = { name = color_storage value = title:d_b_sarthe_color } } + title:b_sartlan = { set_variable = { name = color_storage value = title:d_b_sartlan_color } } + title:b_saruj = { set_variable = { name = color_storage value = title:d_b_saruj_color } } + title:b_sarwa = { set_variable = { name = color_storage value = title:d_b_sarwa_color } } + title:b_sarwan = { set_variable = { name = color_storage value = title:d_b_sarwan_color } } + title:b_sarwistan = { set_variable = { name = color_storage value = title:d_b_sarwistan_color } } + title:b_sarwistan-shirazi-runiz = { set_variable = { name = color_storage value = title:d_b_sarwistan-shirazi-runiz_color } } + title:b_sary-ozek = { set_variable = { name = color_storage value = title:d_b_sary-ozek_color } } + title:b_sary_chumych = { set_variable = { name = color_storage value = title:d_b_sary_chumych_color } } + title:b_sarybulak = { set_variable = { name = color_storage value = title:d_b_sarybulak_color } } + title:b_sarychulsyn = { set_variable = { name = color_storage value = title:d_b_sarychulsyn_color } } + title:b_saryg_sep = { set_variable = { name = color_storage value = title:d_b_saryg_sep_color } } + title:b_sarykamysh = { set_variable = { name = color_storage value = title:d_b_sarykamysh_color } } + title:b_sarysyn = { set_variable = { name = color_storage value = title:d_b_sarysyn_color } } + title:b_sarytau = { set_variable = { name = color_storage value = title:d_b_sarytau_color } } + title:b_sasaram = { set_variable = { name = color_storage value = title:d_b_sasaram_color } } + title:b_sassandra = { set_variable = { name = color_storage value = title:d_b_sassandra_color } } + title:b_sassari = { set_variable = { name = color_storage value = title:d_b_sassari_color } } + title:b_sasvar = { set_variable = { name = color_storage value = title:d_b_sasvar_color } } + title:b_sasyk_kul = { set_variable = { name = color_storage value = title:d_b_sasyk_kul_color } } + title:b_satala = { set_variable = { name = color_storage value = title:d_b_satala_color } } + title:b_satama-sokoro = { set_variable = { name = color_storage value = title:d_b_satama-sokoro_color } } + title:b_satghara = { set_variable = { name = color_storage value = title:d_b_satghara_color } } + title:b_satif = { set_variable = { name = color_storage value = title:d_b_satif_color } } + title:b_satka = { set_variable = { name = color_storage value = title:d_b_satka_color } } + title:b_satyapura = { set_variable = { name = color_storage value = title:d_b_satyapura_color } } + title:b_saumur = { set_variable = { name = color_storage value = title:d_b_saumur_color } } + title:b_savalu = { set_variable = { name = color_storage value = title:d_b_savalu_color } } + title:b_savarinarayana = { set_variable = { name = color_storage value = title:d_b_savarinarayana_color } } + title:b_save = { set_variable = { name = color_storage value = title:d_b_save_color } } + title:b_savitaipale = { set_variable = { name = color_storage value = title:d_b_savitaipale_color } } + title:b_savona = { set_variable = { name = color_storage value = title:d_b_savona_color } } + title:b_savra = { set_variable = { name = color_storage value = title:d_b_savra_color } } + title:b_sawa = { set_variable = { name = color_storage value = title:d_b_sawa_color } } + title:b_sawran = { set_variable = { name = color_storage value = title:d_b_sawran_color } } + title:b_say = { set_variable = { name = color_storage value = title:d_b_say_color } } + title:b_sayak = { set_variable = { name = color_storage value = title:d_b_sayak_color } } + title:b_sayala = { set_variable = { name = color_storage value = title:d_b_sayala_color } } + title:b_sayanchu = { set_variable = { name = color_storage value = title:d_b_sayanchu_color } } + title:b_sayaq = { set_variable = { name = color_storage value = title:d_b_sayaq_color } } + title:b_sayat = { set_variable = { name = color_storage value = title:d_b_sayat_color } } + title:b_saymur = { set_variable = { name = color_storage value = title:d_b_saymur_color } } + title:b_sayn = { set_variable = { name = color_storage value = title:d_b_sayn_color } } + title:b_sayram = { set_variable = { name = color_storage value = title:d_b_sayram_color } } + title:b_sborishte = { set_variable = { name = color_storage value = title:d_b_sborishte_color } } + title:b_scalloway = { set_variable = { name = color_storage value = title:d_b_scalloway_color } } + title:b_scaptopara = { set_variable = { name = color_storage value = title:d_b_scaptopara_color } } + title:b_scarborough = { set_variable = { name = color_storage value = title:d_b_scarborough_color } } + title:b_scharding = { set_variable = { name = color_storage value = title:d_b_scharding_color } } + title:b_schauenburg = { set_variable = { name = color_storage value = title:d_b_schauenburg_color } } + title:b_schaumberg = { set_variable = { name = color_storage value = title:d_b_schaumberg_color } } + title:b_schelklingen = { set_variable = { name = color_storage value = title:d_b_schelklingen_color } } + title:b_schmalkalden = { set_variable = { name = color_storage value = title:d_b_schmalkalden_color } } + title:b_schongau = { set_variable = { name = color_storage value = title:d_b_schongau_color } } + title:b_schwalenberg = { set_variable = { name = color_storage value = title:d_b_schwalenberg_color } } + title:b_schwarzburg = { set_variable = { name = color_storage value = title:d_b_schwarzburg_color } } + title:b_schwedt = { set_variable = { name = color_storage value = title:d_b_schwedt_color } } + title:b_schweibus = { set_variable = { name = color_storage value = title:d_b_schweibus_color } } + title:b_schweinfurt = { set_variable = { name = color_storage value = title:d_b_schweinfurt_color } } + title:b_schwerin = { set_variable = { name = color_storage value = title:d_b_schwerin_color } } + title:b_schwetz = { set_variable = { name = color_storage value = title:d_b_schwetz_color } } + title:b_schwyz = { set_variable = { name = color_storage value = title:d_b_schwyz_color } } + title:b_se = { set_variable = { name = color_storage value = title:d_b_se_color } } + title:b_sebaste = { set_variable = { name = color_storage value = title:d_b_sebaste_color } } + title:b_sebasteia = { set_variable = { name = color_storage value = title:d_b_sebasteia_color } } + title:b_sebastopolis = { set_variable = { name = color_storage value = title:d_b_sebastopolis_color } } + title:b_sebezh = { set_variable = { name = color_storage value = title:d_b_sebezh_color } } + title:b_sebur = { set_variable = { name = color_storage value = title:d_b_sebur_color } } + title:b_sedano = { set_variable = { name = color_storage value = title:d_b_sedano_color } } + title:b_sedlec = { set_variable = { name = color_storage value = title:d_b_sedlec_color } } + title:b_sees = { set_variable = { name = color_storage value = title:d_b_sees_color } } + title:b_seesjarvi = { set_variable = { name = color_storage value = title:d_b_seesjarvi_color } } + title:b_sefrou = { set_variable = { name = color_storage value = title:d_b_sefrou_color } } + title:b_segarcea = { set_variable = { name = color_storage value = title:d_b_segarcea_color } } + title:b_segbana = { set_variable = { name = color_storage value = title:d_b_segbana_color } } + title:b_segni = { set_variable = { name = color_storage value = title:d_b_segni_color } } + title:b_segorbe = { set_variable = { name = color_storage value = title:d_b_segorbe_color } } + title:b_segou = { set_variable = { name = color_storage value = title:d_b_segou_color } } + title:b_segovia = { set_variable = { name = color_storage value = title:d_b_segovia_color } } + title:b_seguela = { set_variable = { name = color_storage value = title:d_b_seguela_color } } + title:b_segura = { set_variable = { name = color_storage value = title:d_b_segura_color } } + title:b_sehwi = { set_variable = { name = color_storage value = title:d_b_sehwi_color } } + title:b_seilanger = { set_variable = { name = color_storage value = title:d_b_seilanger_color } } + title:b_sejny = { set_variable = { name = color_storage value = title:d_b_sejny_color } } + title:b_selenga = { set_variable = { name = color_storage value = title:d_b_selenga_color } } + title:b_selestat = { set_variable = { name = color_storage value = title:d_b_selestat_color } } + title:b_seletyteniz = { set_variable = { name = color_storage value = title:d_b_seletyteniz_color } } + title:b_seleukia = { set_variable = { name = color_storage value = title:d_b_seleukia_color } } + title:b_selge = { set_variable = { name = color_storage value = title:d_b_selge_color } } + title:b_seligenstadt = { set_variable = { name = color_storage value = title:d_b_seligenstadt_color } } + title:b_selinga = { set_variable = { name = color_storage value = title:d_b_selinga_color } } + title:b_selinus = { set_variable = { name = color_storage value = title:d_b_selinus_color } } + title:b_selkirk = { set_variable = { name = color_storage value = title:d_b_selkirk_color } } + title:b_selmecbanya = { set_variable = { name = color_storage value = title:d_b_selmecbanya_color } } + title:b_selo = { set_variable = { name = color_storage value = title:d_b_selo_color } } + title:b_selpils = { set_variable = { name = color_storage value = title:d_b_selpils_color } } + title:b_selpils = { set_variable = { name = color_storage value = title:d_b_selpils_color } } + title:b_seltsa_u_nishi = { set_variable = { name = color_storage value = title:d_b_seltsa_u_nishi_color } } + title:b_selymbria = { set_variable = { name = color_storage value = title:d_b_selymbria_color } } + title:b_semenov = { set_variable = { name = color_storage value = title:d_b_semenov_color } } + title:b_semey = { set_variable = { name = color_storage value = title:d_b_semey_color } } + title:b_semien = { set_variable = { name = color_storage value = title:d_b_semien_color } } + title:b_semikarakary = { set_variable = { name = color_storage value = title:d_b_semikarakary_color } } + title:b_semisjaur = { set_variable = { name = color_storage value = title:d_b_semisjaur_color } } + title:b_semna = { set_variable = { name = color_storage value = title:d_b_semna_color } } + title:b_semnyi = { set_variable = { name = color_storage value = title:d_b_semnyi_color } } + title:b_semur_en_brionnais = { set_variable = { name = color_storage value = title:d_b_semur_en_brionnais_color } } + title:b_sengim = { set_variable = { name = color_storage value = title:d_b_sengim_color } } + title:b_senj = { set_variable = { name = color_storage value = title:d_b_senj_color } } + title:b_senkadagalapura = { set_variable = { name = color_storage value = title:d_b_senkadagalapura_color } } + title:b_senlis = { set_variable = { name = color_storage value = title:d_b_senlis_color } } + title:b_sennar = { set_variable = { name = color_storage value = title:d_b_sennar_color } } + title:b_seno-south = { set_variable = { name = color_storage value = title:d_b_seno-south_color } } + title:b_sens = { set_variable = { name = color_storage value = title:d_b_sens_color } } + title:b_senufo = { set_variable = { name = color_storage value = title:d_b_senufo_color } } + title:b_seoni = { set_variable = { name = color_storage value = title:d_b_seoni_color } } + title:b_sepla = { set_variable = { name = color_storage value = title:d_b_sepla_color } } + title:b_sepsiszentgyorgy = { set_variable = { name = color_storage value = title:d_b_sepsiszentgyorgy_color } } + title:b_sequiet_el-hamra = { set_variable = { name = color_storage value = title:d_b_sequiet_el-hamra_color } } + title:b_seradu = { set_variable = { name = color_storage value = title:d_b_seradu_color } } + title:b_seraye = { set_variable = { name = color_storage value = title:d_b_seraye_color } } + title:b_serdosk = { set_variable = { name = color_storage value = title:d_b_serdosk_color } } + title:b_serek = { set_variable = { name = color_storage value = title:d_b_serek_color } } + title:b_seretang = { set_variable = { name = color_storage value = title:d_b_seretang_color } } + title:b_serga = { set_variable = { name = color_storage value = title:d_b_serga_color } } + title:b_seringapatam = { set_variable = { name = color_storage value = title:d_b_seringapatam_color } } + title:b_serkok = { set_variable = { name = color_storage value = title:d_b_serkok_color } } + title:b_sero = { set_variable = { name = color_storage value = title:d_b_sero_color } } + title:b_serpa = { set_variable = { name = color_storage value = title:d_b_serpa_color } } + title:b_serpukhov = { set_variable = { name = color_storage value = title:d_b_serpukhov_color } } + title:b_serra = { set_variable = { name = color_storage value = title:d_b_serra_color } } + title:b_serres = { set_variable = { name = color_storage value = title:d_b_serres_color } } + title:b_sersou = { set_variable = { name = color_storage value = title:d_b_sersou_color } } + title:b_sertar = { set_variable = { name = color_storage value = title:d_b_sertar_color } } + title:b_servia = { set_variable = { name = color_storage value = title:d_b_servia_color } } + title:b_serxu = { set_variable = { name = color_storage value = title:d_b_serxu_color } } + title:b_setgel_uul = { set_variable = { name = color_storage value = title:d_b_setgel_uul_color } } + title:b_seti = { set_variable = { name = color_storage value = title:d_b_seti_color } } + title:b_setsen_sart = { set_variable = { name = color_storage value = title:d_b_setsen_sart_color } } + title:b_setubal = { set_variable = { name = color_storage value = title:d_b_setubal_color } } + title:b_seu_d_urgell = { set_variable = { name = color_storage value = title:d_b_seu_d_urgell_color } } + title:b_seunapura = { set_variable = { name = color_storage value = title:d_b_seunapura_color } } + title:b_severin = { set_variable = { name = color_storage value = title:d_b_severin_color } } + title:b_sevilla = { set_variable = { name = color_storage value = title:d_b_sevilla_color } } + title:b_sevsk = { set_variable = { name = color_storage value = title:d_b_sevsk_color } } + title:b_sevuki = { set_variable = { name = color_storage value = title:d_b_sevuki_color } } + title:b_sewa = { set_variable = { name = color_storage value = title:d_b_sewa_color } } + title:b_sfax = { set_variable = { name = color_storage value = title:d_b_sfax_color } } + title:b_shabe = { set_variable = { name = color_storage value = title:d_b_shabe_color } } + title:b_shabelle = { set_variable = { name = color_storage value = title:d_b_shabelle_color } } + title:b_shabelle-hiran = { set_variable = { name = color_storage value = title:d_b_shabelle-hiran_color } } + title:b_shabwa = { set_variable = { name = color_storage value = title:d_b_shabwa_color } } + title:b_shade = { set_variable = { name = color_storage value = title:d_b_shade_color } } + title:b_shaftesbury = { set_variable = { name = color_storage value = title:d_b_shaftesbury_color } } + title:b_shagal = { set_variable = { name = color_storage value = title:d_b_shagal_color } } + title:b_shahbandar = { set_variable = { name = color_storage value = title:d_b_shahbandar_color } } + title:b_shaheinab = { set_variable = { name = color_storage value = title:d_b_shaheinab_color } } + title:b_shahr-e-babak = { set_variable = { name = color_storage value = title:d_b_shahr-e-babak_color } } + title:b_shahrakht = { set_variable = { name = color_storage value = title:d_b_shahrakht_color } } + title:b_shahrastan = { set_variable = { name = color_storage value = title:d_b_shahrastan_color } } + title:b_shahrazur = { set_variable = { name = color_storage value = title:d_b_shahrazur_color } } + title:b_shahru = { set_variable = { name = color_storage value = title:d_b_shahru_color } } + title:b_shai = { set_variable = { name = color_storage value = title:d_b_shai_color } } + title:b_shakambhari = { set_variable = { name = color_storage value = title:d_b_shakambhari_color } } + title:b_shakin = { set_variable = { name = color_storage value = title:d_b_shakin_color } } + title:b_shal = { set_variable = { name = color_storage value = title:d_b_shal_color } } + title:b_shalush = { set_variable = { name = color_storage value = title:d_b_shalush_color } } + title:b_shama = { set_variable = { name = color_storage value = title:d_b_shama_color } } + title:b_shamat = { set_variable = { name = color_storage value = title:d_b_shamat_color } } + title:b_shamkur = { set_variable = { name = color_storage value = title:d_b_shamkur_color } } + title:b_shandan = { set_variable = { name = color_storage value = title:d_b_shandan_color } } + title:b_shandur = { set_variable = { name = color_storage value = title:d_b_shandur_color } } + title:b_shankh = { set_variable = { name = color_storage value = title:d_b_shankh_color } } + title:b_shantoskoye = { set_variable = { name = color_storage value = title:d_b_shantoskoye_color } } + title:b_shanzhou = { set_variable = { name = color_storage value = title:d_b_shanzhou_color } } + title:b_shapotou = { set_variable = { name = color_storage value = title:d_b_shapotou_color } } + title:b_shapurqan = { set_variable = { name = color_storage value = title:d_b_shapurqan_color } } + title:b_shaqlabadh = { set_variable = { name = color_storage value = title:d_b_shaqlabadh_color } } + title:b_sharaf_al-bal = { set_variable = { name = color_storage value = title:d_b_sharaf_al-bal_color } } + title:b_sharan = { set_variable = { name = color_storage value = title:d_b_sharan_color } } + title:b_sharga = { set_variable = { name = color_storage value = title:d_b_sharga_color } } + title:b_sharga_OTU = { set_variable = { name = color_storage value = title:d_b_sharga_OTU_color } } + title:b_sharka = { set_variable = { name = color_storage value = title:d_b_sharka_color } } + title:b_sharshal = { set_variable = { name = color_storage value = title:d_b_sharshal_color } } + title:b_sharuq = { set_variable = { name = color_storage value = title:d_b_sharuq_color } } + title:b_sharusan = { set_variable = { name = color_storage value = title:d_b_sharusan_color } } + title:b_shatrunjaya = { set_variable = { name = color_storage value = title:d_b_shatrunjaya_color } } + title:b_shatt = { set_variable = { name = color_storage value = title:d_b_shatt_color } } + title:b_shavgar = { set_variable = { name = color_storage value = title:d_b_shavgar_color } } + title:b_shawashkan = { set_variable = { name = color_storage value = title:d_b_shawashkan_color } } + title:b_shawbak = { set_variable = { name = color_storage value = title:d_b_shawbak_color } } + title:b_shayar = { set_variable = { name = color_storage value = title:d_b_shayar_color } } + title:b_shayzar = { set_variable = { name = color_storage value = title:d_b_shayzar_color } } + title:b_shazhou = { set_variable = { name = color_storage value = title:d_b_shazhou_color } } + title:b_shchuchinsk = { set_variable = { name = color_storage value = title:d_b_shchuchinsk_color } } + title:b_shchuchye = { set_variable = { name = color_storage value = title:d_b_shchuchye_color } } + title:b_sheffield = { set_variable = { name = color_storage value = title:d_b_sheffield_color } } + title:b_sheikh = { set_variable = { name = color_storage value = title:d_b_sheikh_color } } + title:b_sheikh_dawud = { set_variable = { name = color_storage value = title:d_b_sheikh_dawud_color } } + title:b_sheksna = { set_variable = { name = color_storage value = title:d_b_sheksna_color } } + title:b_shelji = { set_variable = { name = color_storage value = title:d_b_shelji_color } } + title:b_shelkar = { set_variable = { name = color_storage value = title:d_b_shelkar_color } } + title:b_shemakha = { set_variable = { name = color_storage value = title:d_b_shemakha_color } } + title:b_shemkhiya = { set_variable = { name = color_storage value = title:d_b_shemkhiya_color } } + title:b_shendi = { set_variable = { name = color_storage value = title:d_b_shendi_color } } + title:b_shenkursk = { set_variable = { name = color_storage value = title:d_b_shenkursk_color } } + title:b_sheopur = { set_variable = { name = color_storage value = title:d_b_sheopur_color } } + title:b_shergarh = { set_variable = { name = color_storage value = title:d_b_shergarh_color } } + title:b_shey = { set_variable = { name = color_storage value = title:d_b_shey_color } } + title:b_shibam = { set_variable = { name = color_storage value = title:d_b_shibam_color } } + title:b_shibam-sanaa = { set_variable = { name = color_storage value = title:d_b_shibam-sanaa_color } } + title:b_shigar = { set_variable = { name = color_storage value = title:d_b_shigar_color } } + title:b_shikarji = { set_variable = { name = color_storage value = title:d_b_shikarji_color } } + title:b_shikarpur = { set_variable = { name = color_storage value = title:d_b_shikarpur_color } } + title:b_shilmuustoi = { set_variable = { name = color_storage value = title:d_b_shilmuustoi_color } } + title:b_shimal = { set_variable = { name = color_storage value = title:d_b_shimal_color } } + title:b_shimazana = { set_variable = { name = color_storage value = title:d_b_shimazana_color } } + title:b_shimshat = { set_variable = { name = color_storage value = title:d_b_shimshat_color } } + title:b_shina = { set_variable = { name = color_storage value = title:d_b_shina_color } } + title:b_shinqiti = { set_variable = { name = color_storage value = title:d_b_shinqiti_color } } + title:b_shiraz-farsi = { set_variable = { name = color_storage value = title:d_b_shiraz-farsi_color } } + title:b_shiraz-sarakhsi = { set_variable = { name = color_storage value = title:d_b_shiraz-sarakhsi_color } } + title:b_shirvan = { set_variable = { name = color_storage value = title:d_b_shirvan_color } } + title:b_shishina = { set_variable = { name = color_storage value = title:d_b_shishina_color } } + title:b_shityy = { set_variable = { name = color_storage value = title:d_b_shityy_color } } + title:b_shivapura = { set_variable = { name = color_storage value = title:d_b_shivapura_color } } + title:b_shiz = { set_variable = { name = color_storage value = title:d_b_shiz_color } } + title:b_shizuizi = { set_variable = { name = color_storage value = title:d_b_shizuizi_color } } + title:b_sholapur = { set_variable = { name = color_storage value = title:d_b_sholapur_color } } + title:b_shoma = { set_variable = { name = color_storage value = title:d_b_shoma_color } } + title:b_shor = { set_variable = { name = color_storage value = title:d_b_shor_color } } + title:b_shorapann = { set_variable = { name = color_storage value = title:d_b_shorapann_color } } + title:b_shorchuk = { set_variable = { name = color_storage value = title:d_b_shorchuk_color } } + title:b_shorkot = { set_variable = { name = color_storage value = title:d_b_shorkot_color } } + title:b_showak = { set_variable = { name = color_storage value = title:d_b_showak_color } } + title:b_showak_south = { set_variable = { name = color_storage value = title:d_b_showak_south_color } } + title:b_shravana_belgola = { set_variable = { name = color_storage value = title:d_b_shravana_belgola_color } } + title:b_shrewsbury = { set_variable = { name = color_storage value = title:d_b_shrewsbury_color } } + title:b_shrinagar = { set_variable = { name = color_storage value = title:d_b_shrinagar_color } } + title:b_shringeri = { set_variable = { name = color_storage value = title:d_b_shringeri_color } } + title:b_shtip = { set_variable = { name = color_storage value = title:d_b_shtip_color } } + title:b_shugel_ondor = { set_variable = { name = color_storage value = title:d_b_shugel_ondor_color } } + title:b_shughnan = { set_variable = { name = color_storage value = title:d_b_shughnan_color } } + title:b_shulak = { set_variable = { name = color_storage value = title:d_b_shulak_color } } + title:b_shule_river = { set_variable = { name = color_storage value = title:d_b_shule_river_color } } + title:b_shuman = { set_variable = { name = color_storage value = title:d_b_shuman_color } } + title:b_shumen = { set_variable = { name = color_storage value = title:d_b_shumen_color } } + title:b_shunqayr = { set_variable = { name = color_storage value = title:d_b_shunqayr_color } } + title:b_shunzhou = { set_variable = { name = color_storage value = title:d_b_shunzhou_color } } + title:b_shurmin = { set_variable = { name = color_storage value = title:d_b_shurmin_color } } + title:b_shurysh = { set_variable = { name = color_storage value = title:d_b_shurysh_color } } + title:b_shuya = { set_variable = { name = color_storage value = title:d_b_shuya_color } } + title:b_shwegyin = { set_variable = { name = color_storage value = title:d_b_shwegyin_color } } + title:b_shwemyo = { set_variable = { name = color_storage value = title:d_b_shwemyo_color } } + title:b_shwesettaw = { set_variable = { name = color_storage value = title:d_b_shwesettaw_color } } + title:b_shyganak = { set_variable = { name = color_storage value = title:d_b_shyganak_color } } + title:b_shyungme = { set_variable = { name = color_storage value = title:d_b_shyungme_color } } + title:b_siauliai = { set_variable = { name = color_storage value = title:d_b_siauliai_color } } + title:b_sibenik = { set_variable = { name = color_storage value = title:d_b_sibenik_color } } + title:b_sibi = { set_variable = { name = color_storage value = title:d_b_sibi_color } } + title:b_sibi_mali = { set_variable = { name = color_storage value = title:d_b_sibi_mali_color } } + title:b_sibir = { set_variable = { name = color_storage value = title:d_b_sibir_color } } + title:b_sibnak_chenchungo = { set_variable = { name = color_storage value = title:d_b_sibnak_chenchungo_color } } + title:b_sidamo-south = { set_variable = { name = color_storage value = title:d_b_sidamo-south_color } } + title:b_siddhapura = { set_variable = { name = color_storage value = title:d_b_siddhapura_color } } + title:b_side = { set_variable = { name = color_storage value = title:d_b_side_color } } + title:b_siderokastron = { set_variable = { name = color_storage value = title:d_b_siderokastron_color } } + title:b_sidi_uqba = { set_variable = { name = color_storage value = title:d_b_sidi_uqba_color } } + title:b_sidrah = { set_variable = { name = color_storage value = title:d_b_sidrah_color } } + title:b_siedlischo = { set_variable = { name = color_storage value = title:d_b_siedlischo_color } } + title:b_siegburg = { set_variable = { name = color_storage value = title:d_b_siegburg_color } } + title:b_siegen = { set_variable = { name = color_storage value = title:d_b_siegen_color } } + title:b_siena = { set_variable = { name = color_storage value = title:d_b_siena_color } } + title:b_sieradz = { set_variable = { name = color_storage value = title:d_b_sieradz_color } } + title:b_sierradegredos = { set_variable = { name = color_storage value = title:d_b_sierradegredos_color } } + title:b_sierradesanjust = { set_variable = { name = color_storage value = title:d_b_sierradesanjust_color } } + title:b_siffin = { set_variable = { name = color_storage value = title:d_b_siffin_color } } + title:b_siggevara = { set_variable = { name = color_storage value = title:d_b_siggevara_color } } + title:b_sighnaq = { set_variable = { name = color_storage value = title:d_b_sighnaq_color } } + title:b_sigmaringen = { set_variable = { name = color_storage value = title:d_b_sigmaringen_color } } + title:b_sigtuna = { set_variable = { name = color_storage value = title:d_b_sigtuna_color } } + title:b_siguenza = { set_variable = { name = color_storage value = title:d_b_siguenza_color } } + title:b_siguiri = { set_variable = { name = color_storage value = title:d_b_siguiri_color } } + title:b_sihor = { set_variable = { name = color_storage value = title:d_b_sihor_color } } + title:b_sijilmasa = { set_variable = { name = color_storage value = title:d_b_sijilmasa_color } } + title:b_sikasso = { set_variable = { name = color_storage value = title:d_b_sikasso_color } } + title:b_siklos = { set_variable = { name = color_storage value = title:d_b_siklos_color } } + title:b_silach = { set_variable = { name = color_storage value = title:d_b_silach_color } } + title:b_silalish = { set_variable = { name = color_storage value = title:d_b_silalish_color } } + title:b_silandos = { set_variable = { name = color_storage value = title:d_b_silandos_color } } + title:b_silla = { set_variable = { name = color_storage value = title:d_b_silla_color } } + title:b_siluko = { set_variable = { name = color_storage value = title:d_b_siluko_color } } + title:b_silves = { set_variable = { name = color_storage value = title:d_b_silves_color } } + title:b_silyana = { set_variable = { name = color_storage value = title:d_b_silyana_color } } + title:b_sim = { set_variable = { name = color_storage value = title:d_b_sim_color } } + title:b_simancas = { set_variable = { name = color_storage value = title:d_b_simancas_color } } + title:b_simaramapura = { set_variable = { name = color_storage value = title:d_b_simaramapura_color } } + title:b_simbiling = { set_variable = { name = color_storage value = title:d_b_simbiling_color } } + title:b_simbirsk = { set_variable = { name = color_storage value = title:d_b_simbirsk_color } } + title:b_simiat = { set_variable = { name = color_storage value = title:d_b_simiat_color } } + title:b_simiatychi = { set_variable = { name = color_storage value = title:d_b_simiatychi_color } } + title:b_simikot = { set_variable = { name = color_storage value = title:d_b_simikot_color } } + title:b_simnan = { set_variable = { name = color_storage value = title:d_b_simnan_color } } + title:b_simontornya = { set_variable = { name = color_storage value = title:d_b_simontornya_color } } + title:b_sinawin = { set_variable = { name = color_storage value = title:d_b_sinawin_color } } + title:b_sindkhed = { set_variable = { name = color_storage value = title:d_b_sindkhed_color } } + title:b_sindkheda = { set_variable = { name = color_storage value = title:d_b_sindkheda_color } } + title:b_sine = { set_variable = { name = color_storage value = title:d_b_sine_color } } + title:b_singa = { set_variable = { name = color_storage value = title:d_b_singa_color } } + title:b_singu = { set_variable = { name = color_storage value = title:d_b_singu_color } } + title:b_siniz = { set_variable = { name = color_storage value = title:d_b_siniz_color } } + title:b_sinj = { set_variable = { name = color_storage value = title:d_b_sinj_color } } + title:b_sinja = { set_variable = { name = color_storage value = title:d_b_sinja_color } } + title:b_sinjar = { set_variable = { name = color_storage value = title:d_b_sinjar_color } } + title:b_sinjcroat = { set_variable = { name = color_storage value = title:d_b_sinjcroat_color } } + title:b_sinkat = { set_variable = { name = color_storage value = title:d_b_sinkat_color } } + title:b_sinope = { set_variable = { name = color_storage value = title:d_b_sinope_color } } + title:b_sinoria = { set_variable = { name = color_storage value = title:d_b_sinoria_color } } + title:b_sinya = { set_variable = { name = color_storage value = title:d_b_sinya_color } } + title:b_sioboradh = { set_variable = { name = color_storage value = title:d_b_sioboradh_color } } + title:b_siponto = { set_variable = { name = color_storage value = title:d_b_siponto_color } } + title:b_siqqabanariya = { set_variable = { name = color_storage value = title:d_b_siqqabanariya_color } } + title:b_siraf = { set_variable = { name = color_storage value = title:d_b_siraf_color } } + title:b_siraj_ji_takri = { set_variable = { name = color_storage value = title:d_b_siraj_ji_takri_color } } + title:b_siravan = { set_variable = { name = color_storage value = title:d_b_siravan_color } } + title:b_sirba = { set_variable = { name = color_storage value = title:d_b_sirba_color } } + title:b_siret = { set_variable = { name = color_storage value = title:d_b_siret_color } } + title:b_sirhan = { set_variable = { name = color_storage value = title:d_b_sirhan_color } } + title:b_sirhind = { set_variable = { name = color_storage value = title:d_b_sirhind_color } } + title:b_sirjan = { set_variable = { name = color_storage value = title:d_b_sirjan_color } } + title:b_sirkas = { set_variable = { name = color_storage value = title:d_b_sirkas_color } } + title:b_sironj = { set_variable = { name = color_storage value = title:d_b_sironj_color } } + title:b_sirwan = { set_variable = { name = color_storage value = title:d_b_sirwan_color } } + title:b_sisak = { set_variable = { name = color_storage value = title:d_b_sisak_color } } + title:b_sisim = { set_variable = { name = color_storage value = title:d_b_sisim_color } } + title:b_sitawaka = { set_variable = { name = color_storage value = title:d_b_sitawaka_color } } + title:b_sitges = { set_variable = { name = color_storage value = title:d_b_sitges_color } } + title:b_sittaung = { set_variable = { name = color_storage value = title:d_b_sittaung_color } } + title:b_sitti = { set_variable = { name = color_storage value = title:d_b_sitti_color } } + title:b_siun = { set_variable = { name = color_storage value = title:d_b_siun_color } } + title:b_sivaganga = { set_variable = { name = color_storage value = title:d_b_sivaganga_color } } + title:b_sivakasi = { set_variable = { name = color_storage value = title:d_b_sivakasi_color } } + title:b_sivista = { set_variable = { name = color_storage value = title:d_b_sivista_color } } + title:b_siwa = { set_variable = { name = color_storage value = title:d_b_siwa_color } } + title:b_siwana = { set_variable = { name = color_storage value = title:d_b_siwana_color } } + title:b_siwistan = { set_variable = { name = color_storage value = title:d_b_siwistan_color } } + title:b_siyahjird = { set_variable = { name = color_storage value = title:d_b_siyahjird_color } } + title:b_siyahtepe = { set_variable = { name = color_storage value = title:d_b_siyahtepe_color } } + title:b_sjeltie = { set_variable = { name = color_storage value = title:d_b_sjeltie_color } } + title:b_sjenica = { set_variable = { name = color_storage value = title:d_b_sjenica_color } } + title:b_sjokksjokk = { set_variable = { name = color_storage value = title:d_b_sjokksjokk_color } } + title:b_skadar = { set_variable = { name = color_storage value = title:d_b_skadar_color } } + title:b_skalstugan = { set_variable = { name = color_storage value = title:d_b_skalstugan_color } } + title:b_skanninge = { set_variable = { name = color_storage value = title:d_b_skanninge_color } } + title:b_skara = { set_variable = { name = color_storage value = title:d_b_skara_color } } + title:b_skardu = { set_variable = { name = color_storage value = title:d_b_skardu_color } } + title:b_ski = { set_variable = { name = color_storage value = title:d_b_ski_color } } + title:b_skiringssal = { set_variable = { name = color_storage value = title:d_b_skiringssal_color } } + title:b_skolt = { set_variable = { name = color_storage value = title:d_b_skolt_color } } + title:b_skopelos = { set_variable = { name = color_storage value = title:d_b_skopelos_color } } + title:b_skopje = { set_variable = { name = color_storage value = title:d_b_skopje_color } } + title:b_skramlrak = { set_variable = { name = color_storage value = title:d_b_skramlrak_color } } + title:b_skrapar = { set_variable = { name = color_storage value = title:d_b_skrapar_color } } + title:b_skye = { set_variable = { name = color_storage value = title:d_b_skye_color } } + title:b_skynzekkeberge = { set_variable = { name = color_storage value = title:d_b_skynzekkeberge_color } } + title:b_skyros = { set_variable = { name = color_storage value = title:d_b_skyros_color } } + title:b_slagelse = { set_variable = { name = color_storage value = title:d_b_slagelse_color } } + title:b_slakta = { set_variable = { name = color_storage value = title:d_b_slakta_color } } + title:b_slany = { set_variable = { name = color_storage value = title:d_b_slany_color } } + title:b_slemish = { set_variable = { name = color_storage value = title:d_b_slemish_color } } + title:b_sligo = { set_variable = { name = color_storage value = title:d_b_sligo_color } } + title:b_sliven = { set_variable = { name = color_storage value = title:d_b_sliven_color } } + title:b_slobozia = { set_variable = { name = color_storage value = title:d_b_slobozia_color } } + title:b_slonim = { set_variable = { name = color_storage value = title:d_b_slonim_color } } + title:b_slupsk = { set_variable = { name = color_storage value = title:d_b_slupsk_color } } + title:b_slutsk = { set_variable = { name = color_storage value = title:d_b_slutsk_color } } + title:b_smederevo = { set_variable = { name = color_storage value = title:d_b_smederevo_color } } + title:b_smolensk = { set_variable = { name = color_storage value = title:d_b_smolensk_color } } + title:b_smolyan = { set_variable = { name = color_storage value = title:d_b_smolyan_color } } + title:b_smozolany = { set_variable = { name = color_storage value = title:d_b_smozolany_color } } + title:b_smyrna = { set_variable = { name = color_storage value = title:d_b_smyrna_color } } + title:b_soana = { set_variable = { name = color_storage value = title:d_b_soana_color } } + title:b_soanda = { set_variable = { name = color_storage value = title:d_b_soanda_color } } + title:b_soba = { set_variable = { name = color_storage value = title:d_b_soba_color } } + title:b_sochaczew = { set_variable = { name = color_storage value = title:d_b_sochaczew_color } } + title:b_sochur = { set_variable = { name = color_storage value = title:d_b_sochur_color } } + title:b_soegud = { set_variable = { name = color_storage value = title:d_b_soegud_color } } + title:b_soest = { set_variable = { name = color_storage value = title:d_b_soest_color } } + title:b_sog = { set_variable = { name = color_storage value = title:d_b_sog_color } } + title:b_sognfylki = { set_variable = { name = color_storage value = title:d_b_sognfylki_color } } + title:b_sohar = { set_variable = { name = color_storage value = title:d_b_sohar_color } } + title:b_sokode = { set_variable = { name = color_storage value = title:d_b_sokode_color } } + title:b_sokol = { set_variable = { name = color_storage value = title:d_b_sokol_color } } + title:b_sokolka = { set_variable = { name = color_storage value = title:d_b_sokolka_color } } + title:b_sokoto = { set_variable = { name = color_storage value = title:d_b_sokoto_color } } + title:b_sokoto-north = { set_variable = { name = color_storage value = title:d_b_sokoto-north_color } } + title:b_sokur = { set_variable = { name = color_storage value = title:d_b_sokur_color } } + title:b_sol_vilikaya = { set_variable = { name = color_storage value = title:d_b_sol_vilikaya_color } } + title:b_solatumum = { set_variable = { name = color_storage value = title:d_b_solatumum_color } } + title:b_soldin = { set_variable = { name = color_storage value = title:d_b_soldin_color } } + title:b_soleny = { set_variable = { name = color_storage value = title:d_b_soleny_color } } + title:b_soli = { set_variable = { name = color_storage value = title:d_b_soli_color } } + title:b_soli_CYP = { set_variable = { name = color_storage value = title:d_b_soli_CYP_color } } + title:b_soligalich = { set_variable = { name = color_storage value = title:d_b_soligalich_color } } + title:b_solikamsk = { set_variable = { name = color_storage value = title:d_b_solikamsk_color } } + title:b_solimana = { set_variable = { name = color_storage value = title:d_b_solimana_color } } + title:b_solin = { set_variable = { name = color_storage value = title:d_b_solin_color } } + title:b_solms = { set_variable = { name = color_storage value = title:d_b_solms_color } } + title:b_soloi = { set_variable = { name = color_storage value = title:d_b_soloi_color } } + title:b_soltsy = { set_variable = { name = color_storage value = title:d_b_soltsy_color } } + title:b_soma = { set_variable = { name = color_storage value = title:d_b_soma_color } } + title:b_somapur = { set_variable = { name = color_storage value = title:d_b_somapur_color } } + title:b_sombio = { set_variable = { name = color_storage value = title:d_b_sombio_color } } + title:b_somero = { set_variable = { name = color_storage value = title:d_b_somero_color } } + title:b_somnath = { set_variable = { name = color_storage value = title:d_b_somnath_color } } + title:b_somogyvar = { set_variable = { name = color_storage value = title:d_b_somogyvar_color } } + title:b_somorja = { set_variable = { name = color_storage value = title:d_b_somorja_color } } + title:b_sonda = { set_variable = { name = color_storage value = title:d_b_sonda_color } } + title:b_sopak_sor = { set_variable = { name = color_storage value = title:d_b_sopak_sor_color } } + title:b_sopot = { set_variable = { name = color_storage value = title:d_b_sopot_color } } + title:b_sopron = { set_variable = { name = color_storage value = title:d_b_sopron_color } } + title:b_sor_kuduk = { set_variable = { name = color_storage value = title:d_b_sor_kuduk_color } } + title:b_soria = { set_variable = { name = color_storage value = title:d_b_soria_color } } + title:b_sorkul = { set_variable = { name = color_storage value = title:d_b_sorkul_color } } + title:b_sorma = { set_variable = { name = color_storage value = title:d_b_sorma_color } } + title:b_soroca = { set_variable = { name = color_storage value = title:d_b_soroca_color } } + title:b_sorok = { set_variable = { name = color_storage value = title:d_b_sorok_color } } + title:b_soron = { set_variable = { name = color_storage value = title:d_b_soron_color } } + title:b_sortavala = { set_variable = { name = color_storage value = title:d_b_sortavala_color } } + title:b_sosavur = { set_variable = { name = color_storage value = title:d_b_sosavur_color } } + title:b_sosnevke = { set_variable = { name = color_storage value = title:d_b_sosnevke_color } } + title:b_sosno = { set_variable = { name = color_storage value = title:d_b_sosno_color } } + title:b_sosva = { set_variable = { name = color_storage value = title:d_b_sosva_color } } + title:b_sota = { set_variable = { name = color_storage value = title:d_b_sota_color } } + title:b_soubhagyapura = { set_variable = { name = color_storage value = title:d_b_soubhagyapura_color } } + title:b_souf = { set_variable = { name = color_storage value = title:d_b_souf_color } } + title:b_soum = { set_variable = { name = color_storage value = title:d_b_soum_color } } + title:b_south_danakil = { set_variable = { name = color_storage value = title:d_b_south_danakil_color } } + title:b_south_igbo = { set_variable = { name = color_storage value = title:d_b_south_igbo_color } } + title:b_south_jaz_murian = { set_variable = { name = color_storage value = title:d_b_south_jaz_murian_color } } + title:b_south_jbl_quzlum = { set_variable = { name = color_storage value = title:d_b_south_jbl_quzlum_color } } + title:b_south_seraye = { set_variable = { name = color_storage value = title:d_b_south_seraye_color } } + title:b_southampton = { set_variable = { name = color_storage value = title:d_b_southampton_color } } + title:b_southwark = { set_variable = { name = color_storage value = title:d_b_southwark_color } } + title:b_soutjarvi = { set_variable = { name = color_storage value = title:d_b_soutjarvi_color } } + title:b_soxiq = { set_variable = { name = color_storage value = title:d_b_soxiq_color } } + title:b_sozopol = { set_variable = { name = color_storage value = title:d_b_sozopol_color } } + title:b_sozopolis = { set_variable = { name = color_storage value = title:d_b_sozopolis_color } } + title:b_spas = { set_variable = { name = color_storage value = title:d_b_spas_color } } + title:b_speri = { set_variable = { name = color_storage value = title:d_b_speri_color } } + title:b_speyer = { set_variable = { name = color_storage value = title:d_b_speyer_color } } + title:b_spis = { set_variable = { name = color_storage value = title:d_b_spis_color } } + title:b_spittal = { set_variable = { name = color_storage value = title:d_b_spittal_color } } + title:b_spitz = { set_variable = { name = color_storage value = title:d_b_spitz_color } } + title:b_split = { set_variable = { name = color_storage value = title:d_b_split_color } } + title:b_spoleto = { set_variable = { name = color_storage value = title:d_b_spoleto_color } } + title:b_sponhem = { set_variable = { name = color_storage value = title:d_b_sponhem_color } } + title:b_spreewald = { set_variable = { name = color_storage value = title:d_b_spreewald_color } } + title:b_spremberg = { set_variable = { name = color_storage value = title:d_b_spremberg_color } } + title:b_sprottau = { set_variable = { name = color_storage value = title:d_b_sprottau_color } } + title:b_spytihnev = { set_variable = { name = color_storage value = title:d_b_spytihnev_color } } + title:b_squilluce = { set_variable = { name = color_storage value = title:d_b_squilluce_color } } + title:b_sravasti = { set_variable = { name = color_storage value = title:d_b_sravasti_color } } + title:b_srebrenica = { set_variable = { name = color_storage value = title:d_b_srebrenica_color } } + title:b_srebrenik = { set_variable = { name = color_storage value = title:d_b_srebrenik_color } } + title:b_sredets = { set_variable = { name = color_storage value = title:d_b_sredets_color } } + title:b_srem = { set_variable = { name = color_storage value = title:d_b_srem_color } } + title:b_sri_surya_pahar = { set_variable = { name = color_storage value = title:d_b_sri_surya_pahar_color } } + title:b_srihatta = { set_variable = { name = color_storage value = title:d_b_srihatta_color } } + title:b_srikakulam = { set_variable = { name = color_storage value = title:d_b_srikakulam_color } } + title:b_sriksetra = { set_variable = { name = color_storage value = title:d_b_sriksetra_color } } + title:b_srinagar = { set_variable = { name = color_storage value = title:d_b_srinagar_color } } + title:b_srinagara = { set_variable = { name = color_storage value = title:d_b_srinagara_color } } + title:b_sriparvata = { set_variable = { name = color_storage value = title:d_b_sriparvata_color } } + title:b_sripatha = { set_variable = { name = color_storage value = title:d_b_sripatha_color } } + title:b_sripuri = { set_variable = { name = color_storage value = title:d_b_sripuri_color } } + title:b_srirangam = { set_variable = { name = color_storage value = title:d_b_srirangam_color } } + title:b_srirangapatna = { set_variable = { name = color_storage value = title:d_b_srirangapatna_color } } + title:b_sroda = { set_variable = { name = color_storage value = title:d_b_sroda_color } } + title:b_st_andrews = { set_variable = { name = color_storage value = title:d_b_st_andrews_color } } + title:b_st_davids = { set_variable = { name = color_storage value = title:d_b_st_davids_color } } + title:b_st_johnston = { set_variable = { name = color_storage value = title:d_b_st_johnston_color } } + title:b_st_pol_de_leon = { set_variable = { name = color_storage value = title:d_b_st_pol_de_leon_color } } + title:b_stade = { set_variable = { name = color_storage value = title:d_b_stade_color } } + title:b_stafford = { set_variable = { name = color_storage value = title:d_b_stafford_color } } + title:b_stagoi = { set_variable = { name = color_storage value = title:d_b_stagoi_color } } + title:b_stamford = { set_variable = { name = color_storage value = title:d_b_stamford_color } } + title:b_stange = { set_variable = { name = color_storage value = title:d_b_stange_color } } + title:b_stanimaka = { set_variable = { name = color_storage value = title:d_b_stanimaka_color } } + title:b_stargad = { set_variable = { name = color_storage value = title:d_b_stargad_color } } + title:b_starodub = { set_variable = { name = color_storage value = title:d_b_starodub_color } } + title:b_starodub-on-the-klyazma = { set_variable = { name = color_storage value = title:d_b_starodub-on-the-klyazma_color } } + title:b_staveren = { set_variable = { name = color_storage value = title:d_b_staveren_color } } + title:b_stcatherine = { set_variable = { name = color_storage value = title:d_b_stcatherine_color } } + title:b_steenwijk = { set_variable = { name = color_storage value = title:d_b_steenwijk_color } } + title:b_stegholm = { set_variable = { name = color_storage value = title:d_b_stegholm_color } } + title:b_stendal = { set_variable = { name = color_storage value = title:d_b_stendal_color } } + title:b_stepan = { set_variable = { name = color_storage value = title:d_b_stepan_color } } + title:b_sterlitamak = { set_variable = { name = color_storage value = title:d_b_sterlitamak_color } } + title:b_steyr = { set_variable = { name = color_storage value = title:d_b_steyr_color } } + title:b_stezyca = { set_variable = { name = color_storage value = title:d_b_stezyca_color } } + title:b_sthanisvara = { set_variable = { name = color_storage value = title:d_b_sthanisvara_color } } + title:b_sthlanitza = { set_variable = { name = color_storage value = title:d_b_sthlanitza_color } } + title:b_stigliano = { set_variable = { name = color_storage value = title:d_b_stigliano_color } } + title:b_stipon = { set_variable = { name = color_storage value = title:d_b_stipon_color } } + title:b_stirling = { set_variable = { name = color_storage value = title:d_b_stirling_color } } + title:b_stjordala = { set_variable = { name = color_storage value = title:d_b_stjordala_color } } + title:b_stoenesti = { set_variable = { name = color_storage value = title:d_b_stoenesti_color } } + title:b_stoke_on_trent = { set_variable = { name = color_storage value = title:d_b_stoke_on_trent_color } } + title:b_stokkseyri = { set_variable = { name = color_storage value = title:d_b_stokkseyri_color } } + title:b_stolby = { set_variable = { name = color_storage value = title:d_b_stolby_color } } + title:b_stolsheimen = { set_variable = { name = color_storage value = title:d_b_stolsheimen_color } } + title:b_ston = { set_variable = { name = color_storage value = title:d_b_ston_color } } + title:b_storkow = { set_variable = { name = color_storage value = title:d_b_storkow_color } } + title:b_storsjo = { set_variable = { name = color_storage value = title:d_b_storsjo_color } } + title:b_stoyanka = { set_variable = { name = color_storage value = title:d_b_stoyanka_color } } + title:b_stralsund = { set_variable = { name = color_storage value = title:d_b_stralsund_color } } + title:b_strand = { set_variable = { name = color_storage value = title:d_b_strand_color } } + title:b_strassburg = { set_variable = { name = color_storage value = title:d_b_strassburg_color } } + title:b_strasswalchen = { set_variable = { name = color_storage value = title:d_b_strasswalchen_color } } + title:b_strathgryte = { set_variable = { name = color_storage value = title:d_b_strathgryte_color } } + title:b_strehaia = { set_variable = { name = color_storage value = title:d_b_strehaia_color } } + title:b_strehlitz = { set_variable = { name = color_storage value = title:d_b_strehlitz_color } } + title:b_stribro = { set_variable = { name = color_storage value = title:d_b_stribro_color } } + title:b_strigines = { set_variable = { name = color_storage value = title:d_b_strigines_color } } + title:b_strumica = { set_variable = { name = color_storage value = title:d_b_strumica_color } } + title:b_stwerap = { set_variable = { name = color_storage value = title:d_b_stwerap_color } } + title:b_suadigil = { set_variable = { name = color_storage value = title:d_b_suadigil_color } } + title:b_suakin = { set_variable = { name = color_storage value = title:d_b_suakin_color } } + title:b_subakh = { set_variable = { name = color_storage value = title:d_b_subakh_color } } + title:b_subashi = { set_variable = { name = color_storage value = title:d_b_subashi_color } } + title:b_subay = { set_variable = { name = color_storage value = title:d_b_subay_color } } + title:b_subei = { set_variable = { name = color_storage value = title:d_b_subei_color } } + title:b_subu = { set_variable = { name = color_storage value = title:d_b_subu_color } } + title:b_suceava = { set_variable = { name = color_storage value = title:d_b_suceava_color } } + title:b_suchatu = { set_variable = { name = color_storage value = title:d_b_suchatu_color } } + title:b_suday = { set_variable = { name = color_storage value = title:d_b_suday_color } } + title:b_sudbury = { set_variable = { name = color_storage value = title:d_b_sudbury_color } } + title:b_sudherkopung = { set_variable = { name = color_storage value = title:d_b_sudherkopung_color } } + title:b_sudogda = { set_variable = { name = color_storage value = title:d_b_sudogda_color } } + title:b_sudzha = { set_variable = { name = color_storage value = title:d_b_sudzha_color } } + title:b_suenekele = { set_variable = { name = color_storage value = title:d_b_suenekele_color } } + title:b_sufaina = { set_variable = { name = color_storage value = title:d_b_sufaina_color } } + title:b_sugauna = { set_variable = { name = color_storage value = title:d_b_sugauna_color } } + title:b_sugi = { set_variable = { name = color_storage value = title:d_b_sugi_color } } + title:b_suhravard = { set_variable = { name = color_storage value = title:d_b_suhravard_color } } + title:b_sukawand = { set_variable = { name = color_storage value = title:d_b_sukawand_color } } + title:b_sukayr_al-abbas = { set_variable = { name = color_storage value = title:d_b_sukayr_al-abbas_color } } + title:b_sukh = { set_variable = { name = color_storage value = title:d_b_sukh_color } } + title:b_sukhorukova = { set_variable = { name = color_storage value = title:d_b_sukhorukova_color } } + title:b_sulecin = { set_variable = { name = color_storage value = title:d_b_sulecin_color } } + title:b_sulina = { set_variable = { name = color_storage value = title:d_b_sulina_color } } + title:b_sulkava = { set_variable = { name = color_storage value = title:d_b_sulkava_color } } + title:b_sullum = { set_variable = { name = color_storage value = title:d_b_sullum_color } } + title:b_sully_sur_loire = { set_variable = { name = color_storage value = title:d_b_sully_sur_loire_color } } + title:b_sulugu = { set_variable = { name = color_storage value = title:d_b_sulugu_color } } + title:b_sulz = { set_variable = { name = color_storage value = title:d_b_sulz_color } } + title:b_sulzbach = { set_variable = { name = color_storage value = title:d_b_sulzbach_color } } + title:b_sumbe = { set_variable = { name = color_storage value = title:d_b_sumbe_color } } + title:b_sumdo = { set_variable = { name = color_storage value = title:d_b_sumdo_color } } + title:b_sumna = { set_variable = { name = color_storage value = title:d_b_sumna_color } } + title:b_sumnal = { set_variable = { name = color_storage value = title:d_b_sumnal_color } } + title:b_sumray = { set_variable = { name = color_storage value = title:d_b_sumray_color } } + title:b_sumshul = { set_variable = { name = color_storage value = title:d_b_sumshul_color } } + title:b_sumy = { set_variable = { name = color_storage value = title:d_b_sumy_color } } + title:b_suna = { set_variable = { name = color_storage value = title:d_b_suna_color } } + title:b_sunam = { set_variable = { name = color_storage value = title:d_b_sunam_color } } + title:b_sunan = { set_variable = { name = color_storage value = title:d_b_sunan_color } } + title:b_sund = { set_variable = { name = color_storage value = title:d_b_sund_color } } + title:b_sundby = { set_variable = { name = color_storage value = title:d_b_sundby_color } } + title:b_sungqu = { set_variable = { name = color_storage value = title:d_b_sungqu_color } } + title:b_sunnhordalandi = { set_variable = { name = color_storage value = title:d_b_sunnhordalandi_color } } + title:b_sunnmore = { set_variable = { name = color_storage value = title:d_b_sunnmore_color } } + title:b_suojarvi = { set_variable = { name = color_storage value = title:d_b_suojarvi_color } } + title:b_suondavara = { set_variable = { name = color_storage value = title:d_b_suondavara_color } } + title:b_suonnjel = { set_variable = { name = color_storage value = title:d_b_suonnjel_color } } + title:b_suoparsaari = { set_variable = { name = color_storage value = title:d_b_suoparsaari_color } } + title:b_suq-socotra = { set_variable = { name = color_storage value = title:d_b_suq-socotra_color } } + title:b_sur = { set_variable = { name = color_storage value = title:d_b_sur_color } } + title:b_suraparaka = { set_variable = { name = color_storage value = title:d_b_suraparaka_color } } + title:b_surazichi = { set_variable = { name = color_storage value = title:d_b_surazichi_color } } + title:b_surgut = { set_variable = { name = color_storage value = title:d_b_surgut_color } } + title:b_suriya = { set_variable = { name = color_storage value = title:d_b_suriya_color } } + title:b_susa = { set_variable = { name = color_storage value = title:d_b_susa_color } } + title:b_suteysk = { set_variable = { name = color_storage value = title:d_b_suteysk_color } } + title:b_suthri_eystridali = { set_variable = { name = color_storage value = title:d_b_suthri_eystridali_color } } + title:b_suthri_gudbrandsdali = { set_variable = { name = color_storage value = title:d_b_suthri_gudbrandsdali_color } } + title:b_sutkend = { set_variable = { name = color_storage value = title:d_b_sutkend_color } } + title:b_sutkhol = { set_variable = { name = color_storage value = title:d_b_sutkhol_color } } + title:b_sutri = { set_variable = { name = color_storage value = title:d_b_sutri_color } } + title:b_suvalkai = { set_variable = { name = color_storage value = title:d_b_suvalkai_color } } + title:b_suvar = { set_variable = { name = color_storage value = title:d_b_suvar_color } } + title:b_suvarnagram = { set_variable = { name = color_storage value = title:d_b_suvarnagram_color } } + title:b_suvarnapura = { set_variable = { name = color_storage value = title:d_b_suvarnapura_color } } + title:b_suvorov = { set_variable = { name = color_storage value = title:d_b_suvorov_color } } + title:b_suvunduk = { set_variable = { name = color_storage value = title:d_b_suvunduk_color } } + title:b_suyab = { set_variable = { name = color_storage value = title:d_b_suyab_color } } + title:b_suzak = { set_variable = { name = color_storage value = title:d_b_suzak_color } } + title:b_suzdal = { set_variable = { name = color_storage value = title:d_b_suzdal_color } } + title:b_suzhou = { set_variable = { name = color_storage value = title:d_b_suzhou_color } } + title:b_svarvas = { set_variable = { name = color_storage value = title:d_b_svarvas_color } } + title:b_sveg = { set_variable = { name = color_storage value = title:d_b_sveg_color } } + title:b_svendborg = { set_variable = { name = color_storage value = title:d_b_svendborg_color } } + title:b_svolensk = { set_variable = { name = color_storage value = title:d_b_svolensk_color } } + title:b_svrljig = { set_variable = { name = color_storage value = title:d_b_svrljig_color } } + title:b_swa = { set_variable = { name = color_storage value = title:d_b_swa_color } } + title:b_swansea = { set_variable = { name = color_storage value = title:d_b_swansea_color } } + title:b_swetakapura = { set_variable = { name = color_storage value = title:d_b_swetakapura_color } } + title:b_swinoujscie = { set_variable = { name = color_storage value = title:d_b_swinoujscie_color } } + title:b_swiny = { set_variable = { name = color_storage value = title:d_b_swiny_color } } + title:b_sylva = { set_variable = { name = color_storage value = title:d_b_sylva_color } } + title:b_symbyl = { set_variable = { name = color_storage value = title:d_b_symbyl_color } } + title:b_synaos = { set_variable = { name = color_storage value = title:d_b_synaos_color } } + title:b_synnada = { set_variable = { name = color_storage value = title:d_b_synnada_color } } + title:b_syracusa = { set_variable = { name = color_storage value = title:d_b_syracusa_color } } + title:b_syriam = { set_variable = { name = color_storage value = title:d_b_syriam_color } } + title:b_syrte = { set_variable = { name = color_storage value = title:d_b_syrte_color } } + title:b_syrtripolis = { set_variable = { name = color_storage value = title:d_b_syrtripolis_color } } + title:b_sysma = { set_variable = { name = color_storage value = title:d_b_sysma_color } } + title:b_szabolcs = { set_variable = { name = color_storage value = title:d_b_szabolcs_color } } + title:b_szaszkezd = { set_variable = { name = color_storage value = title:d_b_szaszkezd_color } } + title:b_szaszregen = { set_variable = { name = color_storage value = title:d_b_szaszregen_color } } + title:b_szatmar = { set_variable = { name = color_storage value = title:d_b_szatmar_color } } + title:b_szava = { set_variable = { name = color_storage value = title:d_b_szava_color } } + title:b_szczecin = { set_variable = { name = color_storage value = title:d_b_szczecin_color } } + title:b_szczecinek = { set_variable = { name = color_storage value = title:d_b_szczecinek_color } } + title:b_szeged = { set_variable = { name = color_storage value = title:d_b_szeged_color } } + title:b_szek = { set_variable = { name = color_storage value = title:d_b_szek_color } } + title:b_szekelyudvarhely = { set_variable = { name = color_storage value = title:d_b_szekelyudvarhely_color } } + title:b_szekesfehervar = { set_variable = { name = color_storage value = title:d_b_szekesfehervar_color } } + title:b_szendro = { set_variable = { name = color_storage value = title:d_b_szendro_color } } + title:b_szentgotthard = { set_variable = { name = color_storage value = title:d_b_szentgotthard_color } } + title:b_szerem = { set_variable = { name = color_storage value = title:d_b_szerem_color } } + title:b_szerencs = { set_variable = { name = color_storage value = title:d_b_szerencs_color } } + title:b_szigetvar = { set_variable = { name = color_storage value = title:d_b_szigetvar_color } } + title:b_szilagy = { set_variable = { name = color_storage value = title:d_b_szilagy_color } } + title:b_szobszlo = { set_variable = { name = color_storage value = title:d_b_szobszlo_color } } + title:b_szolnok = { set_variable = { name = color_storage value = title:d_b_szolnok_color } } + title:b_szydlowiec = { set_variable = { name = color_storage value = title:d_b_szydlowiec_color } } + title:b_taatsiin_tsagaan = { set_variable = { name = color_storage value = title:d_b_taatsiin_tsagaan_color } } + title:b_taba = { set_variable = { name = color_storage value = title:d_b_taba_color } } + title:b_tabala = { set_variable = { name = color_storage value = title:d_b_tabala_color } } + title:b_tabala-hijaz = { set_variable = { name = color_storage value = title:d_b_tabala-hijaz_color } } + title:b_tabalbala = { set_variable = { name = color_storage value = title:d_b_tabalbala_color } } + title:b_tabarqa = { set_variable = { name = color_storage value = title:d_b_tabarqa_color } } + title:b_tabary = { set_variable = { name = color_storage value = title:d_b_tabary_color } } + title:b_tabas = { set_variable = { name = color_storage value = title:d_b_tabas_color } } + title:b_tabassa = { set_variable = { name = color_storage value = title:d_b_tabassa_color } } + title:b_tabia = { set_variable = { name = color_storage value = title:d_b_tabia_color } } + title:b_tabla_butii = { set_variable = { name = color_storage value = title:d_b_tabla_butii_color } } + title:b_tabo = { set_variable = { name = color_storage value = title:d_b_tabo_color } } + title:b_tabon = { set_variable = { name = color_storage value = title:d_b_tabon_color } } + title:b_tabriz = { set_variable = { name = color_storage value = title:d_b_tabriz_color } } + title:b_tabu = { set_variable = { name = color_storage value = title:d_b_tabu_color } } + title:b_tabuk = { set_variable = { name = color_storage value = title:d_b_tabuk_color } } + title:b_taburshiq = { set_variable = { name = color_storage value = title:d_b_taburshiq_color } } + title:b_tada = { set_variable = { name = color_storage value = title:d_b_tada_color } } + title:b_tadallis = { set_variable = { name = color_storage value = title:d_b_tadallis_color } } + title:b_tadjoura = { set_variable = { name = color_storage value = title:d_b_tadjoura_color } } + title:b_tadkeshwar = { set_variable = { name = color_storage value = title:d_b_tadkeshwar_color } } + title:b_tadla = { set_variable = { name = color_storage value = title:d_b_tadla_color } } + title:b_tadmekka = { set_variable = { name = color_storage value = title:d_b_tadmekka_color } } + title:b_tadmekka_route = { set_variable = { name = color_storage value = title:d_b_tadmekka_route_color } } + title:b_tadmur = { set_variable = { name = color_storage value = title:d_b_tadmur_color } } + title:b_tafalla = { set_variable = { name = color_storage value = title:d_b_tafalla_color } } + title:b_tafilalt = { set_variable = { name = color_storage value = title:d_b_tafilalt_color } } + title:b_tafraoua-sebdou = { set_variable = { name = color_storage value = title:d_b_tafraoua-sebdou_color } } + title:b_tagabo = { set_variable = { name = color_storage value = title:d_b_tagabo_color } } + title:b_tagadur = { set_variable = { name = color_storage value = title:d_b_tagadur_color } } + title:b_tagali = { set_variable = { name = color_storage value = title:d_b_tagali_color } } + title:b_tagali_south = { set_variable = { name = color_storage value = title:d_b_tagali_south_color } } + title:b_taganrog = { set_variable = { name = color_storage value = title:d_b_taganrog_color } } + title:b_tagant = { set_variable = { name = color_storage value = title:d_b_tagant_color } } + title:b_tagant_west = { set_variable = { name = color_storage value = title:d_b_tagant_west_color } } + title:b_tagawst = { set_variable = { name = color_storage value = title:d_b_tagawst_color } } + title:b_taghaza = { set_variable = { name = color_storage value = title:d_b_taghaza_color } } + title:b_taghaza_road = { set_variable = { name = color_storage value = title:d_b_taghaza_road_color } } + title:b_taghmut = { set_variable = { name = color_storage value = title:d_b_taghmut_color } } + title:b_taghyart = { set_variable = { name = color_storage value = title:d_b_taghyart_color } } + title:b_tagil = { set_variable = { name = color_storage value = title:d_b_tagil_color } } + title:b_tagmadart = { set_variable = { name = color_storage value = title:d_b_tagmadart_color } } + title:b_tagragra = { set_variable = { name = color_storage value = title:d_b_tagragra_color } } + title:b_tagul = { set_variable = { name = color_storage value = title:d_b_tagul_color } } + title:b_tahart = { set_variable = { name = color_storage value = title:d_b_tahart_color } } + title:b_tahiriya = { set_variable = { name = color_storage value = title:d_b_tahiriya_color } } + title:b_tahlit = { set_variable = { name = color_storage value = title:d_b_tahlit_color } } + title:b_tahoua = { set_variable = { name = color_storage value = title:d_b_tahoua_color } } + title:b_taigan = { set_variable = { name = color_storage value = title:d_b_taigan_color } } + title:b_taikkala = { set_variable = { name = color_storage value = title:d_b_taikkala_color } } + title:b_taillebourg = { set_variable = { name = color_storage value = title:d_b_taillebourg_color } } + title:b_tailyak-kul = { set_variable = { name = color_storage value = title:d_b_tailyak-kul_color } } + title:b_tain = { set_variable = { name = color_storage value = title:d_b_tain_color } } + title:b_taisugan = { set_variable = { name = color_storage value = title:d_b_taisugan_color } } + title:b_taizz = { set_variable = { name = color_storage value = title:d_b_taizz_color } } + title:b_tajrift = { set_variable = { name = color_storage value = title:d_b_tajrift_color } } + title:b_takchongrong = { set_variable = { name = color_storage value = title:d_b_takchongrong_color } } + title:b_takkaloma = { set_variable = { name = color_storage value = title:d_b_takkaloma_color } } + title:b_takkeda = { set_variable = { name = color_storage value = title:d_b_takkeda_color } } + title:b_takoerpasitao = { set_variable = { name = color_storage value = title:d_b_takoerpasitao_color } } + title:b_takon = { set_variable = { name = color_storage value = title:d_b_takon_color } } + title:b_takrit = { set_variable = { name = color_storage value = title:d_b_takrit_color } } + title:b_takrur = { set_variable = { name = color_storage value = title:d_b_takrur_color } } + title:b_taksar = { set_variable = { name = color_storage value = title:d_b_taksar_color } } + title:b_taktse = { set_variable = { name = color_storage value = title:d_b_taktse_color } } + title:b_tal_tugal = { set_variable = { name = color_storage value = title:d_b_tal_tugal_color } } + title:b_tala = { set_variable = { name = color_storage value = title:d_b_tala_color } } + title:b_talakad = { set_variable = { name = color_storage value = title:d_b_talakad_color } } + title:b_talas = { set_variable = { name = color_storage value = title:d_b_talas_color } } + title:b_talavera = { set_variable = { name = color_storage value = title:d_b_talavera_color } } + title:b_taldiqorgan = { set_variable = { name = color_storage value = title:d_b_taldiqorgan_color } } + title:b_talekan = { set_variable = { name = color_storage value = title:d_b_talekan_color } } + title:b_taleqan = { set_variable = { name = color_storage value = title:d_b_taleqan_color } } + title:b_talgar = { set_variable = { name = color_storage value = title:d_b_talgar_color } } + title:b_talgarth = { set_variable = { name = color_storage value = title:d_b_talgarth_color } } + title:b_talish = { set_variable = { name = color_storage value = title:d_b_talish_color } } + title:b_talje = { set_variable = { name = color_storage value = title:d_b_talje_color } } + title:b_tall_afar = { set_variable = { name = color_storage value = title:d_b_tall_afar_color } } + title:b_tall_afrin = { set_variable = { name = color_storage value = title:d_b_tall_afrin_color } } + title:b_tall_ammar = { set_variable = { name = color_storage value = title:d_b_tall_ammar_color } } + title:b_tall_bashir = { set_variable = { name = color_storage value = title:d_b_tall_bashir_color } } + title:b_tall_basma = { set_variable = { name = color_storage value = title:d_b_tall_basma_color } } + title:b_tall_fafan = { set_variable = { name = color_storage value = title:d_b_tall_fafan_color } } + title:b_tall_haftun = { set_variable = { name = color_storage value = title:d_b_tall_haftun_color } } + title:b_tall_hamid = { set_variable = { name = color_storage value = title:d_b_tall_hamid_color } } + title:b_tall_mahra = { set_variable = { name = color_storage value = title:d_b_tall_mahra_color } } + title:b_tall_mauzan = { set_variable = { name = color_storage value = title:d_b_tall_mauzan_color } } + title:b_talmont = { set_variable = { name = color_storage value = title:d_b_talmont_color } } + title:b_talta = { set_variable = { name = color_storage value = title:d_b_talta_color } } + title:b_tama = { set_variable = { name = color_storage value = title:d_b_tama_color } } + title:b_tamani = { set_variable = { name = color_storage value = title:d_b_tamani_color } } + title:b_tamanin = { set_variable = { name = color_storage value = title:d_b_tamanin_color } } + title:b_tamazda = { set_variable = { name = color_storage value = title:d_b_tamazda_color } } + title:b_tambov = { set_variable = { name = color_storage value = title:d_b_tambov_color } } + title:b_tamdins = { set_variable = { name = color_storage value = title:d_b_tamdins_color } } + title:b_tamentit = { set_variable = { name = color_storage value = title:d_b_tamentit_color } } + title:b_tamgaly = { set_variable = { name = color_storage value = title:d_b_tamgaly_color } } + title:b_tamisha = { set_variable = { name = color_storage value = title:d_b_tamisha_color } } + title:b_tamiso = { set_variable = { name = color_storage value = title:d_b_tamiso_color } } + title:b_tamralipti = { set_variable = { name = color_storage value = title:d_b_tamralipti_color } } + title:b_tamsweg = { set_variable = { name = color_storage value = title:d_b_tamsweg_color } } + title:b_tamusubulage = { set_variable = { name = color_storage value = title:d_b_tamusubulage_color } } + title:b_tamzawa = { set_variable = { name = color_storage value = title:d_b_tamzawa_color } } + title:b_tana = { set_variable = { name = color_storage value = title:d_b_tana_color } } + title:b_tanadaris = { set_variable = { name = color_storage value = title:d_b_tanadaris_color } } + title:b_tanahun = { set_variable = { name = color_storage value = title:d_b_tanahun_color } } + title:b_tanas = { set_variable = { name = color_storage value = title:d_b_tanas_color } } + title:b_tandbridge = { set_variable = { name = color_storage value = title:d_b_tandbridge_color } } + title:b_tando_husubiya = { set_variable = { name = color_storage value = title:d_b_tando_husubiya_color } } + title:b_tangermunde = { set_variable = { name = color_storage value = title:d_b_tangermunde_color } } + title:b_tangiers = { set_variable = { name = color_storage value = title:d_b_tangiers_color } } + title:b_tangtse = { set_variable = { name = color_storage value = title:d_b_tangtse_color } } + title:b_tanjavur = { set_variable = { name = color_storage value = title:d_b_tanjavur_color } } + title:b_tankasi = { set_variable = { name = color_storage value = title:d_b_tankasi_color } } + title:b_tanna = { set_variable = { name = color_storage value = title:d_b_tanna_color } } + title:b_tantkyitaung = { set_variable = { name = color_storage value = title:d_b_tantkyitaung_color } } + title:b_taoskari = { set_variable = { name = color_storage value = title:d_b_taoskari_color } } + title:b_taoudeni = { set_variable = { name = color_storage value = title:d_b_taoudeni_color } } + title:b_taouz = { set_variable = { name = color_storage value = title:d_b_taouz_color } } + title:b_tapsa = { set_variable = { name = color_storage value = title:d_b_tapsa_color } } + title:b_taqyus = { set_variable = { name = color_storage value = title:d_b_taqyus_color } } + title:b_tara = { set_variable = { name = color_storage value = title:d_b_tara_color } } + title:b_taradavadi = { set_variable = { name = color_storage value = title:d_b_taradavadi_color } } + title:b_taranto = { set_variable = { name = color_storage value = title:d_b_taranto_color } } + title:b_tarascon = { set_variable = { name = color_storage value = title:d_b_tarascon_color } } + title:b_taraz = { set_variable = { name = color_storage value = title:d_b_taraz_color } } + title:b_tarazki = { set_variable = { name = color_storage value = title:d_b_tarazki_color } } + title:b_tarazona = { set_variable = { name = color_storage value = title:d_b_tarazona_color } } + title:b_tarbes = { set_variable = { name = color_storage value = title:d_b_tarbes_color } } + title:b_tarfaya = { set_variable = { name = color_storage value = title:d_b_tarfaya_color } } + title:b_targoviste = { set_variable = { name = color_storage value = title:d_b_targoviste_color } } + title:b_targsor = { set_variable = { name = color_storage value = title:d_b_targsor_color } } + title:b_targu_jiu = { set_variable = { name = color_storage value = title:d_b_targu_jiu_color } } + title:b_targu_neamnt = { set_variable = { name = color_storage value = title:d_b_targu_neamnt_color } } + title:b_targyl = { set_variable = { name = color_storage value = title:d_b_targyl_color } } + title:b_tariat = { set_variable = { name = color_storage value = title:d_b_tariat_color } } + title:b_tarifa = { set_variable = { name = color_storage value = title:d_b_tarifa_color } } + title:b_tarkwa = { set_variable = { name = color_storage value = title:d_b_tarkwa_color } } + title:b_tarm = { set_variable = { name = color_storage value = title:d_b_tarm_color } } + title:b_tarnow = { set_variable = { name = color_storage value = title:d_b_tarnow_color } } + title:b_tarragona = { set_variable = { name = color_storage value = title:d_b_tarragona_color } } + title:b_tarsos = { set_variable = { name = color_storage value = title:d_b_tarsos_color } } + title:b_tarsukh = { set_variable = { name = color_storage value = title:d_b_tarsukh_color } } + title:b_tarsus = { set_variable = { name = color_storage value = title:d_b_tarsus_color } } + title:b_tartas = { set_variable = { name = color_storage value = title:d_b_tartas_color } } + title:b_tartas_SIB = { set_variable = { name = color_storage value = title:d_b_tartas_SIB_color } } + title:b_tartu = { set_variable = { name = color_storage value = title:d_b_tartu_color } } + title:b_tarudant = { set_variable = { name = color_storage value = title:d_b_tarudant_color } } + title:b_taruga = { set_variable = { name = color_storage value = title:d_b_taruga_color } } + title:b_tarvagatai = { set_variable = { name = color_storage value = title:d_b_tarvagatai_color } } + title:b_tasagdah = { set_variable = { name = color_storage value = title:d_b_tasagdah_color } } + title:b_taseya = { set_variable = { name = color_storage value = title:d_b_taseya_color } } + title:b_tasgimut = { set_variable = { name = color_storage value = title:d_b_tasgimut_color } } + title:b_tashkurgan = { set_variable = { name = color_storage value = title:d_b_tashkurgan_color } } + title:b_tashti = { set_variable = { name = color_storage value = title:d_b_tashti_color } } + title:b_taskyl = { set_variable = { name = color_storage value = title:d_b_taskyl_color } } + title:b_tasnad = { set_variable = { name = color_storage value = title:d_b_tasnad_color } } + title:b_tasqala = { set_variable = { name = color_storage value = title:d_b_tasqala_color } } + title:b_tassawa = { set_variable = { name = color_storage value = title:d_b_tassawa_color } } + title:b_tasta = { set_variable = { name = color_storage value = title:d_b_tasta_color } } + title:b_tatarka = { set_variable = { name = color_storage value = title:d_b_tatarka_color } } + title:b_tatarki = { set_variable = { name = color_storage value = title:d_b_tatarki_color } } + title:b_tatartopa = { set_variable = { name = color_storage value = title:d_b_tatartopa_color } } + title:b_tatvan = { set_variable = { name = color_storage value = title:d_b_tatvan_color } } + title:b_tatyr_kul = { set_variable = { name = color_storage value = title:d_b_tatyr_kul_color } } + title:b_taulov = { set_variable = { name = color_storage value = title:d_b_taulov_color } } + title:b_taungbyon = { set_variable = { name = color_storage value = title:d_b_taungbyon_color } } + title:b_taungdwingyi = { set_variable = { name = color_storage value = title:d_b_taungdwingyi_color } } + title:b_taunton = { set_variable = { name = color_storage value = title:d_b_taunton_color } } + title:b_taurage = { set_variable = { name = color_storage value = title:d_b_taurage_color } } + title:b_tavavis = { set_variable = { name = color_storage value = title:d_b_tavavis_color } } + title:b_tawang = { set_variable = { name = color_storage value = title:d_b_tawang_color } } + title:b_tawurgha = { set_variable = { name = color_storage value = title:d_b_tawurgha_color } } + title:b_tawwaj = { set_variable = { name = color_storage value = title:d_b_tawwaj_color } } + title:b_tawwam = { set_variable = { name = color_storage value = title:d_b_tawwam_color } } + title:b_tawwam_west = { set_variable = { name = color_storage value = title:d_b_tawwam_west_color } } + title:b_tayabad = { set_variable = { name = color_storage value = title:d_b_tayabad_color } } + title:b_tayma = { set_variable = { name = color_storage value = title:d_b_tayma_color } } + title:b_taza = { set_variable = { name = color_storage value = title:d_b_taza_color } } + title:b_tazagourt = { set_variable = { name = color_storage value = title:d_b_tazagourt_color } } + title:b_tazar = { set_variable = { name = color_storage value = title:d_b_tazar_color } } + title:b_tbilisi = { set_variable = { name = color_storage value = title:d_b_tbilisi_color } } + title:b_teck = { set_variable = { name = color_storage value = title:d_b_teck_color } } + title:b_tecklenburg = { set_variable = { name = color_storage value = title:d_b_tecklenburg_color } } + title:b_tecso = { set_variable = { name = color_storage value = title:d_b_tecso_color } } + title:b_tecuci = { set_variable = { name = color_storage value = title:d_b_tecuci_color } } + title:b_tedmait = { set_variable = { name = color_storage value = title:d_b_tedmait_color } } + title:b_tegernheim = { set_variable = { name = color_storage value = title:d_b_tegernheim_color } } + title:b_teglakar = { set_variable = { name = color_storage value = title:d_b_teglakar_color } } + title:b_tegurik = { set_variable = { name = color_storage value = title:d_b_tegurik_color } } + title:b_teiga = { set_variable = { name = color_storage value = title:d_b_teiga_color } } + title:b_tekar = { set_variable = { name = color_storage value = title:d_b_tekar_color } } + title:b_teke = { set_variable = { name = color_storage value = title:d_b_teke_color } } + title:b_tekes = { set_variable = { name = color_storage value = title:d_b_tekes_color } } + title:b_tekeze = { set_variable = { name = color_storage value = title:d_b_tekeze_color } } + title:b_tekyiman = { set_variable = { name = color_storage value = title:d_b_tekyiman_color } } + title:b_telavi = { set_variable = { name = color_storage value = title:d_b_telavi_color } } + title:b_telcz = { set_variable = { name = color_storage value = title:d_b_telcz_color } } + title:b_telegul = { set_variable = { name = color_storage value = title:d_b_telegul_color } } + title:b_telemark = { set_variable = { name = color_storage value = title:d_b_telemark_color } } + title:b_telja = { set_variable = { name = color_storage value = title:d_b_telja_color } } + title:b_telmen = { set_variable = { name = color_storage value = title:d_b_telmen_color } } + title:b_telmessos = { set_variable = { name = color_storage value = title:d_b_telmessos_color } } + title:b_telsiai = { set_variable = { name = color_storage value = title:d_b_telsiai_color } } + title:b_temesvar = { set_variable = { name = color_storage value = title:d_b_temesvar_color } } + title:b_temir = { set_variable = { name = color_storage value = title:d_b_temir_color } } + title:b_templin = { set_variable = { name = color_storage value = title:d_b_templin_color } } + title:b_temqen = { set_variable = { name = color_storage value = title:d_b_temqen_color } } + title:b_tenda = { set_variable = { name = color_storage value = title:d_b_tenda_color } } + title:b_tenerife = { set_variable = { name = color_storage value = title:d_b_tenerife_color } } + title:b_tengerge = { set_variable = { name = color_storage value = title:d_b_tengerge_color } } + title:b_tengiz = { set_variable = { name = color_storage value = title:d_b_tengiz_color } } + title:b_tenis = { set_variable = { name = color_storage value = title:d_b_tenis_color } } + title:b_tenkasi = { set_variable = { name = color_storage value = title:d_b_tenkasi_color } } + title:b_tenkudugo = { set_variable = { name = color_storage value = title:d_b_tenkudugo_color } } + title:b_tephrice = { set_variable = { name = color_storage value = title:d_b_tephrice_color } } + title:b_teramo = { set_variable = { name = color_storage value = title:d_b_teramo_color } } + title:b_terebovl = { set_variable = { name = color_storage value = title:d_b_terebovl_color } } + title:b_terek = { set_variable = { name = color_storage value = title:d_b_terek_color } } + title:b_terekli = { set_variable = { name = color_storage value = title:d_b_terekli_color } } + title:b_terektai = { set_variable = { name = color_storage value = title:d_b_terektai_color } } + title:b_terekti = { set_variable = { name = color_storage value = title:d_b_terekti_color } } + title:b_termez = { set_variable = { name = color_storage value = title:d_b_termez_color } } + title:b_terni = { set_variable = { name = color_storage value = title:d_b_terni_color } } + title:b_terom = { set_variable = { name = color_storage value = title:d_b_terom_color } } + title:b_terracina = { set_variable = { name = color_storage value = title:d_b_terracina_color } } + title:b_tersa = { set_variable = { name = color_storage value = title:d_b_tersa_color } } + title:b_teruel = { set_variable = { name = color_storage value = title:d_b_teruel_color } } + title:b_tesiin_gol = { set_variable = { name = color_storage value = title:d_b_tesiin_gol_color } } + title:b_tessalit = { set_variable = { name = color_storage value = title:d_b_tessalit_color } } + title:b_teterpush = { set_variable = { name = color_storage value = title:d_b_teterpush_color } } + title:b_tetina = { set_variable = { name = color_storage value = title:d_b_tetina_color } } + title:b_tetovo = { set_variable = { name = color_storage value = title:d_b_tetovo_color } } + title:b_tewo = { set_variable = { name = color_storage value = title:d_b_tewo_color } } + title:b_tezu = { set_variable = { name = color_storage value = title:d_b_tezu_color } } + title:b_thabeik_taung = { set_variable = { name = color_storage value = title:d_b_thabeik_taung_color } } + title:b_thaj = { set_variable = { name = color_storage value = title:d_b_thaj_color } } + title:b_thaldat = { set_variable = { name = color_storage value = title:d_b_thaldat_color } } + title:b_thalner = { set_variable = { name = color_storage value = title:d_b_thalner_color } } + title:b_thamud = { set_variable = { name = color_storage value = title:d_b_thamud_color } } + title:b_thana = { set_variable = { name = color_storage value = title:d_b_thana_color } } + title:b_tharrawaddy = { set_variable = { name = color_storage value = title:d_b_tharrawaddy_color } } + title:b_thasos = { set_variable = { name = color_storage value = title:d_b_thasos_color } } + title:b_thaton = { set_variable = { name = color_storage value = title:d_b_thaton_color } } + title:b_thatta = { set_variable = { name = color_storage value = title:d_b_thatta_color } } + title:b_thaungdut = { set_variable = { name = color_storage value = title:d_b_thaungdut_color } } + title:b_thayetmyo = { set_variable = { name = color_storage value = title:d_b_thayetmyo_color } } + title:b_the_uists = { set_variable = { name = color_storage value = title:d_b_the_uists_color } } + title:b_thebeshellas = { set_variable = { name = color_storage value = title:d_b_thebeshellas_color } } + title:b_theodosia = { set_variable = { name = color_storage value = title:d_b_theodosia_color } } + title:b_theodosiopolis = { set_variable = { name = color_storage value = title:d_b_theodosiopolis_color } } + title:b_thera = { set_variable = { name = color_storage value = title:d_b_thera_color } } + title:b_therma = { set_variable = { name = color_storage value = title:d_b_therma_color } } + title:b_thessaloniki = { set_variable = { name = color_storage value = title:d_b_thessaloniki_color } } + title:b_thetford = { set_variable = { name = color_storage value = title:d_b_thetford_color } } + title:b_thiers = { set_variable = { name = color_storage value = title:d_b_thiers_color } } + title:b_thiladhunmathi = { set_variable = { name = color_storage value = title:d_b_thiladhunmathi_color } } + title:b_thimpu = { set_variable = { name = color_storage value = title:d_b_thimpu_color } } + title:b_tholing = { set_variable = { name = color_storage value = title:d_b_tholing_color } } + title:b_thonon_les_bains = { set_variable = { name = color_storage value = title:d_b_thonon_les_bains_color } } + title:b_thouars = { set_variable = { name = color_storage value = title:d_b_thouars_color } } + title:b_thun = { set_variable = { name = color_storage value = title:d_b_thun_color } } + title:b_thurso = { set_variable = { name = color_storage value = title:d_b_thurso_color } } + title:b_thyatira = { set_variable = { name = color_storage value = title:d_b_thyatira_color } } + title:b_tiabis = { set_variable = { name = color_storage value = title:d_b_tiabis_color } } + title:b_tiagba = { set_variable = { name = color_storage value = title:d_b_tiagba_color } } + title:b_tianzhu = { set_variable = { name = color_storage value = title:d_b_tianzhu_color } } + title:b_tiberias = { set_variable = { name = color_storage value = title:d_b_tiberias_color } } + title:b_tiberkul = { set_variable = { name = color_storage value = title:d_b_tiberkul_color } } + title:b_tibesti-central = { set_variable = { name = color_storage value = title:d_b_tibesti-central_color } } + title:b_tibesti-south = { set_variable = { name = color_storage value = title:d_b_tibesti-south_color } } + title:b_tibesti_route = { set_variable = { name = color_storage value = title:d_b_tibesti_route_color } } + title:b_tibis_sor = { set_variable = { name = color_storage value = title:d_b_tibis_sor_color } } + title:b_tichitt = { set_variable = { name = color_storage value = title:d_b_tichitt_color } } + title:b_tidikelt = { set_variable = { name = color_storage value = title:d_b_tidikelt_color } } + title:b_tidri = { set_variable = { name = color_storage value = title:d_b_tidri_color } } + title:b_tie = { set_variable = { name = color_storage value = title:d_b_tie_color } } + title:b_tiebuken = { set_variable = { name = color_storage value = title:d_b_tiebuken_color } } + title:b_tiel = { set_variable = { name = color_storage value = title:d_b_tiel_color } } + title:b_tifash = { set_variable = { name = color_storage value = title:d_b_tifash_color } } + title:b_tigheci = { set_variable = { name = color_storage value = title:d_b_tigheci_color } } + title:b_tighina = { set_variable = { name = color_storage value = title:d_b_tighina_color } } + title:b_tigre = { set_variable = { name = color_storage value = title:d_b_tigre_color } } + title:b_tih = { set_variable = { name = color_storage value = title:d_b_tih_color } } + title:b_tiiksjarvi = { set_variable = { name = color_storage value = title:d_b_tiiksjarvi_color } } + title:b_tijis = { set_variable = { name = color_storage value = title:d_b_tijis_color } } + title:b_tikenik = { set_variable = { name = color_storage value = title:d_b_tikenik_color } } + title:b_tikhfa = { set_variable = { name = color_storage value = title:d_b_tikhfa_color } } + title:b_tikhon = { set_variable = { name = color_storage value = title:d_b_tikhon_color } } + title:b_tikhvin = { set_variable = { name = color_storage value = title:d_b_tikhvin_color } } + title:b_tikoutamine = { set_variable = { name = color_storage value = title:d_b_tikoutamine_color } } + title:b_tilburg = { set_variable = { name = color_storage value = title:d_b_tilburg_color } } + title:b_tilghemt = { set_variable = { name = color_storage value = title:d_b_tilghemt_color } } + title:b_till = { set_variable = { name = color_storage value = title:d_b_till_color } } + title:b_tillaberi = { set_variable = { name = color_storage value = title:d_b_tillaberi_color } } + title:b_tilokpur = { set_variable = { name = color_storage value = title:d_b_tilokpur_color } } + title:b_tilsit = { set_variable = { name = color_storage value = title:d_b_tilsit_color } } + title:b_timbedra = { set_variable = { name = color_storage value = title:d_b_timbedra_color } } + title:b_timbi_tunni = { set_variable = { name = color_storage value = title:d_b_timbi_tunni_color } } + title:b_timbo = { set_variable = { name = color_storage value = title:d_b_timbo_color } } + title:b_timbuktu = { set_variable = { name = color_storage value = title:d_b_timbuktu_color } } + title:b_tindouf = { set_variable = { name = color_storage value = title:d_b_tindouf_color } } + title:b_tindouf_road = { set_variable = { name = color_storage value = title:d_b_tindouf_road_color } } + title:b_tingevara = { set_variable = { name = color_storage value = title:d_b_tingevara_color } } + title:b_tingi = { set_variable = { name = color_storage value = title:d_b_tingi_color } } + title:b_tingri = { set_variable = { name = color_storage value = title:d_b_tingri_color } } + title:b_tingvalla = { set_variable = { name = color_storage value = title:d_b_tingvalla_color } } + title:b_tinimseyit = { set_variable = { name = color_storage value = title:d_b_tinimseyit_color } } + title:b_tinkisso = { set_variable = { name = color_storage value = title:d_b_tinkisso_color } } + title:b_tinmallal = { set_variable = { name = color_storage value = title:d_b_tinmallal_color } } + title:b_tinnai = { set_variable = { name = color_storage value = title:d_b_tinnai_color } } + title:b_tinnis = { set_variable = { name = color_storage value = title:d_b_tinnis_color } } + title:b_tinos = { set_variable = { name = color_storage value = title:d_b_tinos_color } } + title:b_tinsukia = { set_variable = { name = color_storage value = title:d_b_tinsukia_color } } + title:b_tintagel = { set_variable = { name = color_storage value = title:d_b_tintagel_color } } + title:b_tirakka = { set_variable = { name = color_storage value = title:d_b_tirakka_color } } + title:b_tirano = { set_variable = { name = color_storage value = title:d_b_tirano_color } } + title:b_tiranshah = { set_variable = { name = color_storage value = title:d_b_tiranshah_color } } + title:b_tiraspol = { set_variable = { name = color_storage value = title:d_b_tiraspol_color } } + title:b_tiri = { set_variable = { name = color_storage value = title:d_b_tiri_color } } + title:b_tiris = { set_variable = { name = color_storage value = title:d_b_tiris_color } } + title:b_tiris-south = { set_variable = { name = color_storage value = title:d_b_tiris-south_color } } + title:b_tirsa = { set_variable = { name = color_storage value = title:d_b_tirsa_color } } + title:b_tirukoilur = { set_variable = { name = color_storage value = title:d_b_tirukoilur_color } } + title:b_tirunelveli = { set_variable = { name = color_storage value = title:d_b_tirunelveli_color } } + title:b_tiruppur = { set_variable = { name = color_storage value = title:d_b_tiruppur_color } } + title:b_tiruvannamalai = { set_variable = { name = color_storage value = title:d_b_tiruvannamalai_color } } + title:b_tischna = { set_variable = { name = color_storage value = title:d_b_tischna_color } } + title:b_tisselskog = { set_variable = { name = color_storage value = title:d_b_tisselskog_color } } + title:b_tit-an-wagurramt = { set_variable = { name = color_storage value = title:d_b_tit-an-wagurramt_color } } + title:b_titel = { set_variable = { name = color_storage value = title:d_b_titel_color } } + title:b_tittawan = { set_variable = { name = color_storage value = title:d_b_tittawan_color } } + title:b_tivoli = { set_variable = { name = color_storage value = title:d_b_tivoli_color } } + title:b_tiz = { set_variable = { name = color_storage value = title:d_b_tiz_color } } + title:b_tlawng = { set_variable = { name = color_storage value = title:d_b_tlawng_color } } + title:b_tlemcen = { set_variable = { name = color_storage value = title:d_b_tlemcen_color } } + title:b_tmogvi = { set_variable = { name = color_storage value = title:d_b_tmogvi_color } } + title:b_tmutarakan = { set_variable = { name = color_storage value = title:d_b_tmutarakan_color } } + title:b_to_lus = { set_variable = { name = color_storage value = title:d_b_to_lus_color } } + title:b_tobgyai = { set_variable = { name = color_storage value = title:d_b_tobgyai_color } } + title:b_tobol = { set_variable = { name = color_storage value = title:d_b_tobol_color } } + title:b_tobol_bis = { set_variable = { name = color_storage value = title:d_b_tobol_bis_color } } + title:b_tobruk = { set_variable = { name = color_storage value = title:d_b_tobruk_color } } + title:b_todo = { set_variable = { name = color_storage value = title:d_b_todo_color } } + title:b_tofa_nuruud = { set_variable = { name = color_storage value = title:d_b_tofa_nuruud_color } } + title:b_tofalaria = { set_variable = { name = color_storage value = title:d_b_tofalaria_color } } + title:b_togarakunta = { set_variable = { name = color_storage value = title:d_b_togarakunta_color } } + title:b_togdheer = { set_variable = { name = color_storage value = title:d_b_togdheer_color } } + title:b_tohmajarvi = { set_variable = { name = color_storage value = title:d_b_tohmajarvi_color } } + title:b_tokar = { set_variable = { name = color_storage value = title:d_b_tokar_color } } + title:b_tokobay = { set_variable = { name = color_storage value = title:d_b_tokobay_color } } + title:b_toksu = { set_variable = { name = color_storage value = title:d_b_toksu_color } } + title:b_toksun = { set_variable = { name = color_storage value = title:d_b_toksun_color } } + title:b_tokumbay = { set_variable = { name = color_storage value = title:d_b_tokumbay_color } } + title:b_toladie = { set_variable = { name = color_storage value = title:d_b_toladie_color } } + title:b_toledo = { set_variable = { name = color_storage value = title:d_b_toledo_color } } + title:b_toli = { set_variable = { name = color_storage value = title:d_b_toli_color } } + title:b_tolisa = { set_variable = { name = color_storage value = title:d_b_tolisa_color } } + title:b_tolna = { set_variable = { name = color_storage value = title:d_b_tolna_color } } + title:b_tolti = { set_variable = { name = color_storage value = title:d_b_tolti_color } } + title:b_tolz = { set_variable = { name = color_storage value = title:d_b_tolz_color } } + title:b_toma = { set_variable = { name = color_storage value = title:d_b_toma_color } } + title:b_toma_toro = { set_variable = { name = color_storage value = title:d_b_toma_toro_color } } + title:b_tombo = { set_variable = { name = color_storage value = title:d_b_tombo_color } } + title:b_tomelloso = { set_variable = { name = color_storage value = title:d_b_tomelloso_color } } + title:b_tommerup = { set_variable = { name = color_storage value = title:d_b_tommerup_color } } + title:b_tomorbulag = { set_variable = { name = color_storage value = title:d_b_tomorbulag_color } } + title:b_tomsk = { set_variable = { name = color_storage value = title:d_b_tomsk_color } } + title:b_tonbridge = { set_variable = { name = color_storage value = title:d_b_tonbridge_color } } + title:b_tondiaru = { set_variable = { name = color_storage value = title:d_b_tondiaru_color } } + title:b_tondikwarey = { set_variable = { name = color_storage value = title:d_b_tondikwarey_color } } + title:b_tongkor = { set_variable = { name = color_storage value = title:d_b_tongkor_color } } + title:b_tongmoin = { set_variable = { name = color_storage value = title:d_b_tongmoin_color } } + title:b_tonko = { set_variable = { name = color_storage value = title:d_b_tonko_color } } + title:b_tonnerre = { set_variable = { name = color_storage value = title:d_b_tonnerre_color } } + title:b_topar_vosh = { set_variable = { name = color_storage value = title:d_b_topar_vosh_color } } + title:b_topolno = { set_variable = { name = color_storage value = title:d_b_topolno_color } } + title:b_toporo = { set_variable = { name = color_storage value = title:d_b_toporo_color } } + title:b_topusko = { set_variable = { name = color_storage value = title:d_b_topusko_color } } + title:b_tor = { set_variable = { name = color_storage value = title:d_b_tor_color } } + title:b_torangy_kul = { set_variable = { name = color_storage value = title:d_b_torangy_kul_color } } + title:b_torcsvar = { set_variable = { name = color_storage value = title:d_b_torcsvar_color } } + title:b_torda = { set_variable = { name = color_storage value = title:d_b_torda_color } } + title:b_torema = { set_variable = { name = color_storage value = title:d_b_torema_color } } + title:b_torgar = { set_variable = { name = color_storage value = title:d_b_torgar_color } } + title:b_torgau = { set_variable = { name = color_storage value = title:d_b_torgau_color } } + title:b_torna = { set_variable = { name = color_storage value = title:d_b_torna_color } } + title:b_toro = { set_variable = { name = color_storage value = title:d_b_toro_color } } + title:b_toropets = { set_variable = { name = color_storage value = title:d_b_toropets_color } } + title:b_torsas = { set_variable = { name = color_storage value = title:d_b_torsas_color } } + title:b_torshavn = { set_variable = { name = color_storage value = title:d_b_torshavn_color } } + title:b_tortoli = { set_variable = { name = color_storage value = title:d_b_tortoli_color } } + title:b_tortomi = { set_variable = { name = color_storage value = title:d_b_tortomi_color } } + title:b_tortona = { set_variable = { name = color_storage value = title:d_b_tortona_color } } + title:b_tortosa = { set_variable = { name = color_storage value = title:d_b_tortosa_color } } + title:b_torun = { set_variable = { name = color_storage value = title:d_b_torun_color } } + title:b_torzhok = { set_variable = { name = color_storage value = title:d_b_torzhok_color } } + title:b_totkarak = { set_variable = { name = color_storage value = title:d_b_totkarak_color } } + title:b_totma = { set_variable = { name = color_storage value = title:d_b_totma_color } } + title:b_totnes = { set_variable = { name = color_storage value = title:d_b_totnes_color } } + title:b_touba = { set_variable = { name = color_storage value = title:d_b_touba_color } } + title:b_toul = { set_variable = { name = color_storage value = title:d_b_toul_color } } + title:b_toulon = { set_variable = { name = color_storage value = title:d_b_toulon_color } } + title:b_toulouse = { set_variable = { name = color_storage value = title:d_b_toulouse_color } } + title:b_toumana = { set_variable = { name = color_storage value = title:d_b_toumana_color } } + title:b_toungoo = { set_variable = { name = color_storage value = title:d_b_toungoo_color } } + title:b_tournai = { set_variable = { name = color_storage value = title:d_b_tournai_color } } + title:b_tourraine = { set_variable = { name = color_storage value = title:d_b_tourraine_color } } + title:b_tours = { set_variable = { name = color_storage value = title:d_b_tours_color } } + title:b_tovajarvi = { set_variable = { name = color_storage value = title:d_b_tovajarvi_color } } + title:b_tovkhon = { set_variable = { name = color_storage value = title:d_b_tovkhon_color } } + title:b_tovuz = { set_variable = { name = color_storage value = title:d_b_tovuz_color } } + title:b_toya = { set_variable = { name = color_storage value = title:d_b_toya_color } } + title:b_tozeur = { set_variable = { name = color_storage value = title:d_b_tozeur_color } } + title:b_tradruk = { set_variable = { name = color_storage value = title:d_b_tradruk_color } } + title:b_traghan = { set_variable = { name = color_storage value = title:d_b_traghan_color } } + title:b_traianopolis = { set_variable = { name = color_storage value = title:d_b_traianopolis_color } } + title:b_trakai = { set_variable = { name = color_storage value = title:d_b_trakai_color } } + title:b_tralee = { set_variable = { name = color_storage value = title:d_b_tralee_color } } + title:b_trancoso = { set_variable = { name = color_storage value = title:d_b_trancoso_color } } + title:b_trandam = { set_variable = { name = color_storage value = title:d_b_trandam_color } } + title:b_trani = { set_variable = { name = color_storage value = title:d_b_trani_color } } + title:b_trapani = { set_variable = { name = color_storage value = title:d_b_trapani_color } } + title:b_trashigang = { set_variable = { name = color_storage value = title:d_b_trashigang_color } } + title:b_trashingling = { set_variable = { name = color_storage value = title:d_b_trashingling_color } } + title:b_traunstein = { set_variable = { name = color_storage value = title:d_b_traunstein_color } } + title:b_travnik = { set_variable = { name = color_storage value = title:d_b_travnik_color } } + title:b_trebinje = { set_variable = { name = color_storage value = title:d_b_trebinje_color } } + title:b_trebizond = { set_variable = { name = color_storage value = title:d_b_trebizond_color } } + title:b_treguier = { set_variable = { name = color_storage value = title:d_b_treguier_color } } + title:b_treliaka = { set_variable = { name = color_storage value = title:d_b_treliaka_color } } + title:b_trelleborg = { set_variable = { name = color_storage value = title:d_b_trelleborg_color } } + title:b_trenscen = { set_variable = { name = color_storage value = title:d_b_trenscen_color } } + title:b_trento = { set_variable = { name = color_storage value = title:d_b_trento_color } } + title:b_treviso = { set_variable = { name = color_storage value = title:d_b_treviso_color } } + title:b_triana = { set_variable = { name = color_storage value = title:d_b_triana_color } } + title:b_tribandapura = { set_variable = { name = color_storage value = title:d_b_tribandapura_color } } + title:b_trier = { set_variable = { name = color_storage value = title:d_b_trier_color } } + title:b_trieste = { set_variable = { name = color_storage value = title:d_b_trieste_color } } + title:b_triga = { set_variable = { name = color_storage value = title:d_b_triga_color } } + title:b_triglavski = { set_variable = { name = color_storage value = title:d_b_triglavski_color } } + title:b_trikala = { set_variable = { name = color_storage value = title:d_b_trikala_color } } + title:b_trim = { set_variable = { name = color_storage value = title:d_b_trim_color } } + title:b_trincomalee = { set_variable = { name = color_storage value = title:d_b_trincomalee_color } } + title:b_tripura = { set_variable = { name = color_storage value = title:d_b_tripura_color } } + title:b_tripuri = { set_variable = { name = color_storage value = title:d_b_tripuri_color } } + title:b_triwang = { set_variable = { name = color_storage value = title:d_b_triwang_color } } + title:b_troizk = { set_variable = { name = color_storage value = title:d_b_troizk_color } } + title:b_tromsa_genma = { set_variable = { name = color_storage value = title:d_b_tromsa_genma_color } } + title:b_trongsa = { set_variable = { name = color_storage value = title:d_b_trongsa_color } } + title:b_tropea = { set_variable = { name = color_storage value = title:d_b_tropea_color } } + title:b_trotskhoper = { set_variable = { name = color_storage value = title:d_b_trotskhoper_color } } + title:b_troyes = { set_variable = { name = color_storage value = title:d_b_troyes_color } } + title:b_trsow = { set_variable = { name = color_storage value = title:d_b_trsow_color } } + title:b_trubending = { set_variable = { name = color_storage value = title:d_b_trubending_color } } + title:b_trubetsk = { set_variable = { name = color_storage value = title:d_b_trubetsk_color } } + title:b_trujillo = { set_variable = { name = color_storage value = title:d_b_trujillo_color } } + title:b_tsagaan_gazar = { set_variable = { name = color_storage value = title:d_b_tsagaan_gazar_color } } + title:b_tsagaan_kropot = { set_variable = { name = color_storage value = title:d_b_tsagaan_kropot_color } } + title:b_tsagaanuur = { set_variable = { name = color_storage value = title:d_b_tsagaanuur_color } } + title:b_tsagan_shibetu = { set_variable = { name = color_storage value = title:d_b_tsagan_shibetu_color } } + title:b_tsageri = { set_variable = { name = color_storage value = title:d_b_tsageri_color } } + title:b_tsalakert = { set_variable = { name = color_storage value = title:d_b_tsalakert_color } } + title:b_tsambagarau = { set_variable = { name = color_storage value = title:d_b_tsambagarau_color } } + title:b_tsaparang = { set_variable = { name = color_storage value = title:d_b_tsaparang_color } } + title:b_tsarevokokchaisk = { set_variable = { name = color_storage value = title:d_b_tsarevokokchaisk_color } } + title:b_tsartsanmod = { set_variable = { name = color_storage value = title:d_b_tsartsanmod_color } } + title:b_tsasengiin = { set_variable = { name = color_storage value = title:d_b_tsasengiin_color } } + title:b_tseel = { set_variable = { name = color_storage value = title:d_b_tseel_color } } + title:b_tselym_dalyn = { set_variable = { name = color_storage value = title:d_b_tselym_dalyn_color } } + title:b_tsepina = { set_variable = { name = color_storage value = title:d_b_tsepina_color } } + title:b_tserlona = { set_variable = { name = color_storage value = title:d_b_tserlona_color } } + title:b_tsetsen_khairkhan = { set_variable = { name = color_storage value = title:d_b_tsetsen_khairkhan_color } } + title:b_tskhinvali = { set_variable = { name = color_storage value = title:d_b_tskhinvali_color } } + title:b_tskhumi = { set_variable = { name = color_storage value = title:d_b_tskhumi_color } } + title:b_tsongdu = { set_variable = { name = color_storage value = title:d_b_tsongdu_color } } + title:b_tuam = { set_variable = { name = color_storage value = title:d_b_tuam_color } } + title:b_tuba_TUV = { set_variable = { name = color_storage value = title:d_b_tuba_TUV_color } } + title:b_tubingen = { set_variable = { name = color_storage value = title:d_b_tubingen_color } } + title:b_tubna = { set_variable = { name = color_storage value = title:d_b_tubna_color } } + title:b_tuchowna = { set_variable = { name = color_storage value = title:d_b_tuchowna_color } } + title:b_tudela = { set_variable = { name = color_storage value = title:d_b_tudela_color } } + title:b_tudgha = { set_variable = { name = color_storage value = title:d_b_tudgha_color } } + title:b_tudugu = { set_variable = { name = color_storage value = title:d_b_tudugu_color } } + title:b_tuggurt = { set_variable = { name = color_storage value = title:d_b_tuggurt_color } } + title:b_tui = { set_variable = { name = color_storage value = title:d_b_tui_color } } + title:b_tuin = { set_variable = { name = color_storage value = title:d_b_tuin_color } } + title:b_tukalinsk = { set_variable = { name = color_storage value = title:d_b_tukalinsk_color } } + title:b_tukhchi = { set_variable = { name = color_storage value = title:d_b_tukhchi_color } } + title:b_tula = { set_variable = { name = color_storage value = title:d_b_tula_color } } + title:b_tulamba = { set_variable = { name = color_storage value = title:d_b_tulamba_color } } + title:b_tulcha = { set_variable = { name = color_storage value = title:d_b_tulcha_color } } + title:b_tulkulam = { set_variable = { name = color_storage value = title:d_b_tulkulam_color } } + title:b_tuluchezeva = { set_variable = { name = color_storage value = title:d_b_tuluchezeva_color } } + title:b_tulugai_sor = { set_variable = { name = color_storage value = title:d_b_tulugai_sor_color } } + title:b_tulun = { set_variable = { name = color_storage value = title:d_b_tulun_color } } + title:b_tumak = { set_variable = { name = color_storage value = title:d_b_tumak_color } } + title:b_tumar = { set_variable = { name = color_storage value = title:d_b_tumar_color } } + title:b_tumbus = { set_variable = { name = color_storage value = title:d_b_tumbus_color } } + title:b_tummana = { set_variable = { name = color_storage value = title:d_b_tummana_color } } + title:b_tummo = { set_variable = { name = color_storage value = title:d_b_tummo_color } } + title:b_tumshuk = { set_variable = { name = color_storage value = title:d_b_tumshuk_color } } + title:b_tun = { set_variable = { name = color_storage value = title:d_b_tun_color } } + title:b_tunamir = { set_variable = { name = color_storage value = title:d_b_tunamir_color } } + title:b_tunayda = { set_variable = { name = color_storage value = title:d_b_tunayda_color } } + title:b_tungut = { set_variable = { name = color_storage value = title:d_b_tungut_color } } + title:b_tunis = { set_variable = { name = color_storage value = title:d_b_tunis_color } } + title:b_tunsberg = { set_variable = { name = color_storage value = title:d_b_tunsberg_color } } + title:b_tuorpon = { set_variable = { name = color_storage value = title:d_b_tuorpon_color } } + title:b_tur = { set_variable = { name = color_storage value = title:d_b_tur_color } } + title:b_tura = { set_variable = { name = color_storage value = title:d_b_tura_color } } + title:b_tura_kala = { set_variable = { name = color_storage value = title:d_b_tura_kala_color } } + title:b_turaba = { set_variable = { name = color_storage value = title:d_b_turaba_color } } + title:b_tureiq = { set_variable = { name = color_storage value = title:d_b_tureiq_color } } + title:b_turek = { set_variable = { name = color_storage value = title:d_b_turek_color } } + title:b_turenne = { set_variable = { name = color_storage value = title:d_b_turenne_color } } + title:b_turgay = { set_variable = { name = color_storage value = title:d_b_turgay_color } } + title:b_turgen = { set_variable = { name = color_storage value = title:d_b_turgen_color } } + title:b_turgen_uul = { set_variable = { name = color_storage value = title:d_b_turgen_uul_color } } + title:b_turgen_uul_bis = { set_variable = { name = color_storage value = title:d_b_turgen_uul_bis_color } } + title:b_turin = { set_variable = { name = color_storage value = title:d_b_turin_color } } + title:b_turin_TARIM = { set_variable = { name = color_storage value = title:d_b_turin_TARIM_color } } + title:b_turinsk = { set_variable = { name = color_storage value = title:d_b_turinsk_color } } + title:b_turku = { set_variable = { name = color_storage value = title:d_b_turku_color } } + title:b_turnhout = { set_variable = { name = color_storage value = title:d_b_turnhout_color } } + title:b_turnovo = { set_variable = { name = color_storage value = title:d_b_turnovo_color } } + title:b_turnu = { set_variable = { name = color_storage value = title:d_b_turnu_color } } + title:b_turoc = { set_variable = { name = color_storage value = title:d_b_turoc_color } } + title:b_turov = { set_variable = { name = color_storage value = title:d_b_turov_color } } + title:b_turpan = { set_variable = { name = color_storage value = title:d_b_turpan_color } } + title:b_turra = { set_variable = { name = color_storage value = title:d_b_turra_color } } + title:b_tursan = { set_variable = { name = color_storage value = title:d_b_tursan_color } } + title:b_turtuk = { set_variable = { name = color_storage value = title:d_b_turtuk_color } } + title:b_turunku = { set_variable = { name = color_storage value = title:d_b_turunku_color } } + title:b_tus = { set_variable = { name = color_storage value = title:d_b_tus_color } } + title:b_tustar = { set_variable = { name = color_storage value = title:d_b_tustar_color } } + title:b_tusum_kum = { set_variable = { name = color_storage value = title:d_b_tusum_kum_color } } + title:b_tuting = { set_variable = { name = color_storage value = title:d_b_tuting_color } } + title:b_tutrakan = { set_variable = { name = color_storage value = title:d_b_tutrakan_color } } + title:b_tuul_khentii = { set_variable = { name = color_storage value = title:d_b_tuul_khentii_color } } + title:b_tuulain = { set_variable = { name = color_storage value = title:d_b_tuulain_color } } + title:b_tuz = { set_variable = { name = color_storage value = title:d_b_tuz_color } } + title:b_tuzara = { set_variable = { name = color_storage value = title:d_b_tuzara_color } } + title:b_tuzdyn = { set_variable = { name = color_storage value = title:d_b_tuzdyn_color } } + title:b_tver = { set_variable = { name = color_storage value = title:d_b_tver_color } } + title:b_twardosczino = { set_variable = { name = color_storage value = title:d_b_twardosczino_color } } + title:b_twistringen = { set_variable = { name = color_storage value = title:d_b_twistringen_color } } + title:b_tyana = { set_variable = { name = color_storage value = title:d_b_tyana_color } } + title:b_tyeme = { set_variable = { name = color_storage value = title:d_b_tyeme_color } } + title:b_tyeng = { set_variable = { name = color_storage value = title:d_b_tyeng_color } } + title:b_tym = { set_variable = { name = color_storage value = title:d_b_tym_color } } + title:b_tyraion = { set_variable = { name = color_storage value = title:d_b_tyraion_color } } + title:b_tyre = { set_variable = { name = color_storage value = title:d_b_tyre_color } } + title:b_tyumen = { set_variable = { name = color_storage value = title:d_b_tyumen_color } } + title:b_tzimisca = { set_variable = { name = color_storage value = title:d_b_tzimisca_color } } + title:b_tzyvil = { set_variable = { name = color_storage value = title:d_b_tzyvil_color } } + title:b_uba_KAZ = { set_variable = { name = color_storage value = title:d_b_uba_KAZ_color } } + title:b_ubad = { set_variable = { name = color_storage value = title:d_b_ubad_color } } + title:b_ubeda = { set_variable = { name = color_storage value = title:d_b_ubeda_color } } + title:b_ubins = { set_variable = { name = color_storage value = title:d_b_ubins_color } } + title:b_ubmeje = { set_variable = { name = color_storage value = title:d_b_ubmeje_color } } + title:b_uburu = { set_variable = { name = color_storage value = title:d_b_uburu_color } } + title:b_uceda = { set_variable = { name = color_storage value = title:d_b_uceda_color } } + title:b_uch = { set_variable = { name = color_storage value = title:d_b_uch_color } } + title:b_uch_TARIM = { set_variable = { name = color_storage value = title:d_b_uch_TARIM_color } } + title:b_uch_katyn = { set_variable = { name = color_storage value = title:d_b_uch_katyn_color } } + title:b_uchangidurga = { set_variable = { name = color_storage value = title:d_b_uchangidurga_color } } + title:b_uchkul = { set_variable = { name = color_storage value = title:d_b_uchkul_color } } + title:b_uchum = { set_variable = { name = color_storage value = title:d_b_uchum_color } } + title:b_ucles = { set_variable = { name = color_storage value = title:d_b_ucles_color } } + title:b_ucramund = { set_variable = { name = color_storage value = title:d_b_ucramund_color } } + title:b_udabhanda = { set_variable = { name = color_storage value = title:d_b_udabhanda_color } } + title:b_udaipur = { set_variable = { name = color_storage value = title:d_b_udaipur_color } } + title:b_udayagiri = { set_variable = { name = color_storage value = title:d_b_udayagiri_color } } + title:b_udayavara = { set_variable = { name = color_storage value = title:d_b_udayavara_color } } + title:b_udbina = { set_variable = { name = color_storage value = title:d_b_udbina_color } } + title:b_uddevalla = { set_variable = { name = color_storage value = title:d_b_uddevalla_color } } + title:b_uddjaur = { set_variable = { name = color_storage value = title:d_b_uddjaur_color } } + title:b_udfu = { set_variable = { name = color_storage value = title:d_b_udfu_color } } + title:b_udine = { set_variable = { name = color_storage value = title:d_b_udine_color } } + title:b_uelzen = { set_variable = { name = color_storage value = title:d_b_uelzen_color } } + title:b_ufa = { set_variable = { name = color_storage value = title:d_b_ufa_color } } + title:b_uffenheim = { set_variable = { name = color_storage value = title:d_b_uffenheim_color } } + title:b_uglich = { set_variable = { name = color_storage value = title:d_b_uglich_color } } + title:b_uiska = { set_variable = { name = color_storage value = title:d_b_uiska_color } } + title:b_uisneach = { set_variable = { name = color_storage value = title:d_b_uisneach_color } } + title:b_ujan = { set_variable = { name = color_storage value = title:d_b_ujan_color } } + title:b_ujarma = { set_variable = { name = color_storage value = title:d_b_ujarma_color } } + title:b_ujhani = { set_variable = { name = color_storage value = title:d_b_ujhani_color } } + title:b_ujjayini = { set_variable = { name = color_storage value = title:d_b_ujjayini_color } } + title:b_ukavskaya = { set_variable = { name = color_storage value = title:d_b_ukavskaya_color } } + title:b_ukbara = { set_variable = { name = color_storage value = title:d_b_ukbara_color } } + title:b_ukek = { set_variable = { name = color_storage value = title:d_b_ukek_color } } + title:b_uktuz = { set_variable = { name = color_storage value = title:d_b_uktuz_color } } + title:b_ulaagchiin_khar = { set_variable = { name = color_storage value = title:d_b_ulaagchiin_khar_color } } + title:b_ulaan_gol = { set_variable = { name = color_storage value = title:d_b_ulaan_gol_color } } + title:b_ulaanbaatar = { set_variable = { name = color_storage value = title:d_b_ulaanbaatar_color } } + title:b_ulaangom = { set_variable = { name = color_storage value = title:d_b_ulaangom_color } } + title:b_ulaantaiga = { set_variable = { name = color_storage value = title:d_b_ulaantaiga_color } } + title:b_ulaira = { set_variable = { name = color_storage value = title:d_b_ulaira_color } } + title:b_ulam = { set_variable = { name = color_storage value = title:d_b_ulam_color } } + title:b_ulan_chuzir = { set_variable = { name = color_storage value = title:d_b_ulan_chuzir_color } } + title:b_ulan_ude = { set_variable = { name = color_storage value = title:d_b_ulan_ude_color } } + title:b_ulcinj = { set_variable = { name = color_storage value = title:d_b_ulcinj_color } } + title:b_ulenty = { set_variable = { name = color_storage value = title:d_b_ulenty_color } } + title:b_ulenulaco = { set_variable = { name = color_storage value = title:d_b_ulenulaco_color } } + title:b_uliastai = { set_variable = { name = color_storage value = title:d_b_uliastai_color } } + title:b_uliuty = { set_variable = { name = color_storage value = title:d_b_uliuty_color } } + title:b_ulm = { set_variable = { name = color_storage value = title:d_b_ulm_color } } + title:b_ulmi = { set_variable = { name = color_storage value = title:d_b_ulmi_color } } + title:b_ulu-uil = { set_variable = { name = color_storage value = title:d_b_ulu-uil_color } } + title:b_ulu_jitanjik = { set_variable = { name = color_storage value = title:d_b_ulu_jitanjik_color } } + title:b_ulugkol = { set_variable = { name = color_storage value = title:d_b_ulugkol_color } } + title:b_ulugqat = { set_variable = { name = color_storage value = title:d_b_ulugqat_color } } + title:b_uluskate = { set_variable = { name = color_storage value = title:d_b_uluskate_color } } + title:b_ulvila = { set_variable = { name = color_storage value = title:d_b_ulvila_color } } + title:b_ulytau = { set_variable = { name = color_storage value = title:d_b_ulytau_color } } + title:b_um_shashoba = { set_variable = { name = color_storage value = title:d_b_um_shashoba_color } } + title:b_um_sunt = { set_variable = { name = color_storage value = title:d_b_um_sunt_color } } + title:b_umaisha = { set_variable = { name = color_storage value = title:d_b_umaisha_color } } + title:b_uman = { set_variable = { name = color_storage value = title:d_b_uman_color } } + title:b_umardan = { set_variable = { name = color_storage value = title:d_b_umardan_color } } + title:b_ume = { set_variable = { name = color_storage value = title:d_b_ume_color } } + title:b_umerkote = { set_variable = { name = color_storage value = title:d_b_umerkote_color } } + title:b_umiai = { set_variable = { name = color_storage value = title:d_b_umiai_color } } + title:b_umm_gafala = { set_variable = { name = color_storage value = title:d_b_umm_gafala_color } } + title:b_umm_kedada = { set_variable = { name = color_storage value = title:d_b_umm_kedada_color } } + title:b_umm_usuda = { set_variable = { name = color_storage value = title:d_b_umm_usuda_color } } + title:b_umri = { set_variable = { name = color_storage value = title:d_b_umri_color } } + title:b_unakoti = { set_variable = { name = color_storage value = title:d_b_unakoti_color } } + title:b_unar = { set_variable = { name = color_storage value = title:d_b_unar_color } } + title:b_unayza = { set_variable = { name = color_storage value = title:d_b_unayza_color } } + title:b_uncastillo = { set_variable = { name = color_storage value = title:d_b_uncastillo_color } } + title:b_unenezh = { set_variable = { name = color_storage value = title:d_b_unenezh_color } } + title:b_ungheni = { set_variable = { name = color_storage value = title:d_b_ungheni_color } } + title:b_ungvar = { set_variable = { name = color_storage value = title:d_b_ungvar_color } } + title:b_unicov = { set_variable = { name = color_storage value = title:d_b_unicov_color } } + title:b_uniejow = { set_variable = { name = color_storage value = title:d_b_uniejow_color } } + title:b_uperkot = { set_variable = { name = color_storage value = title:d_b_uperkot_color } } + title:b_uplistsikhe = { set_variable = { name = color_storage value = title:d_b_uplistsikhe_color } } + title:b_upper_amur = { set_variable = { name = color_storage value = title:d_b_upper_amur_color } } + title:b_upper_bafing = { set_variable = { name = color_storage value = title:d_b_upper_bafing_color } } + title:b_upper_dinder = { set_variable = { name = color_storage value = title:d_b_upper_dinder_color } } + title:b_upper_gambia = { set_variable = { name = color_storage value = title:d_b_upper_gambia_color } } + title:b_upper_karran = { set_variable = { name = color_storage value = title:d_b_upper_karran_color } } + title:b_upper_kutulo = { set_variable = { name = color_storage value = title:d_b_upper_kutulo_color } } + title:b_upper_lobo = { set_variable = { name = color_storage value = title:d_b_upper_lobo_color } } + title:b_upper_milk = { set_variable = { name = color_storage value = title:d_b_upper_milk_color } } + title:b_upper_mole = { set_variable = { name = color_storage value = title:d_b_upper_mole_color } } + title:b_upper_mono = { set_variable = { name = color_storage value = title:d_b_upper_mono_color } } + title:b_upper_nugaal = { set_variable = { name = color_storage value = title:d_b_upper_nugaal_color } } + title:b_upper_nyene = { set_variable = { name = color_storage value = title:d_b_upper_nyene_color } } + title:b_upper_nzi = { set_variable = { name = color_storage value = title:d_b_upper_nzi_color } } + title:b_upper_tano = { set_variable = { name = color_storage value = title:d_b_upper_tano_color } } + title:b_uppsala = { set_variable = { name = color_storage value = title:d_b_uppsala_color } } + title:b_uppvidinge = { set_variable = { name = color_storage value = title:d_b_uppvidinge_color } } + title:b_upyte = { set_variable = { name = color_storage value = title:d_b_upyte_color } } + title:b_uq = { set_variable = { name = color_storage value = title:d_b_uq_color } } + title:b_uqda = { set_variable = { name = color_storage value = title:d_b_uqda_color } } + title:b_uraiyur = { set_variable = { name = color_storage value = title:d_b_uraiyur_color } } + title:b_ural = { set_variable = { name = color_storage value = title:d_b_ural_color } } + title:b_uram = { set_variable = { name = color_storage value = title:d_b_uram_color } } + title:b_urbino = { set_variable = { name = color_storage value = title:d_b_urbino_color } } + title:b_urbun = { set_variable = { name = color_storage value = title:d_b_urbun_color } } + title:b_urd = { set_variable = { name = color_storage value = title:d_b_urd_color } } + title:b_urgamal = { set_variable = { name = color_storage value = title:d_b_urgamal_color } } + title:b_urgell = { set_variable = { name = color_storage value = title:d_b_urgell_color } } + title:b_urgench = { set_variable = { name = color_storage value = title:d_b_urgench_color } } + title:b_urgun = { set_variable = { name = color_storage value = title:d_b_urgun_color } } + title:b_uri = { set_variable = { name = color_storage value = title:d_b_uri_color } } + title:b_urik = { set_variable = { name = color_storage value = title:d_b_urik_color } } + title:b_urmary = { set_variable = { name = color_storage value = title:d_b_urmary_color } } + title:b_urmiya = { set_variable = { name = color_storage value = title:d_b_urmiya_color } } + title:b_urquhart = { set_variable = { name = color_storage value = title:d_b_urquhart_color } } + title:b_urta_tau = { set_variable = { name = color_storage value = title:d_b_urta_tau_color } } + title:b_urtmoron = { set_variable = { name = color_storage value = title:d_b_urtmoron_color } } + title:b_urtu_bulak = { set_variable = { name = color_storage value = title:d_b_urtu_bulak_color } } + title:b_urzedow = { set_variable = { name = color_storage value = title:d_b_urzedow_color } } + title:b_urzen = { set_variable = { name = color_storage value = title:d_b_urzen_color } } + title:b_urzhar = { set_variable = { name = color_storage value = title:d_b_urzhar_color } } + title:b_uses = { set_variable = { name = color_storage value = title:d_b_uses_color } } + title:b_usfain = { set_variable = { name = color_storage value = title:d_b_usfain_color } } + title:b_ushara = { set_variable = { name = color_storage value = title:d_b_ushara_color } } + title:b_usharal = { set_variable = { name = color_storage value = title:d_b_usharal_color } } + title:b_ushnuya = { set_variable = { name = color_storage value = title:d_b_ushnuya_color } } + title:b_ushytsia = { set_variable = { name = color_storage value = title:d_b_ushytsia_color } } + title:b_usman = { set_variable = { name = color_storage value = title:d_b_usman_color } } + title:b_usora = { set_variable = { name = color_storage value = title:d_b_usora_color } } + title:b_ust-donvokhi = { set_variable = { name = color_storage value = title:d_b_ust-donvokhi_color } } + title:b_ust-ishim = { set_variable = { name = color_storage value = title:d_b_ust-ishim_color } } + title:b_ust-katav = { set_variable = { name = color_storage value = title:d_b_ust-katav_color } } + title:b_ust-livny = { set_variable = { name = color_storage value = title:d_b_ust-livny_color } } + title:b_ustra = { set_variable = { name = color_storage value = title:d_b_ustra_color } } + title:b_usyorga = { set_variable = { name = color_storage value = title:d_b_usyorga_color } } + title:b_utan_namdal = { set_variable = { name = color_storage value = title:d_b_utan_namdal_color } } + title:b_utena = { set_variable = { name = color_storage value = title:d_b_utena_color } } + title:b_utrecth = { set_variable = { name = color_storage value = title:d_b_utrecth_color } } + title:b_uttaramerur = { set_variable = { name = color_storage value = title:d_b_uttaramerur_color } } + title:b_uttarkashi = { set_variable = { name = color_storage value = title:d_b_uttarkashi_color } } + title:b_uva = { set_variable = { name = color_storage value = title:d_b_uva_color } } + title:b_uvs_nuur = { set_variable = { name = color_storage value = title:d_b_uvs_nuur_color } } + title:b_uwal = { set_variable = { name = color_storage value = title:d_b_uwal_color } } + title:b_uxkull = { set_variable = { name = color_storage value = title:d_b_uxkull_color } } + title:b_uza = { set_variable = { name = color_storage value = title:d_b_uza_color } } + title:b_uzen = { set_variable = { name = color_storage value = title:d_b_uzen_color } } + title:b_uzgend = { set_variable = { name = color_storage value = title:d_b_uzgend_color } } + title:b_uzgend_KARA = { set_variable = { name = color_storage value = title:d_b_uzgend_KARA_color } } + title:b_uzice = { set_variable = { name = color_storage value = title:d_b_uzice_color } } + title:b_uzun-kul = { set_variable = { name = color_storage value = title:d_b_uzun-kul_color } } + title:b_uzwara = { set_variable = { name = color_storage value = title:d_b_uzwara_color } } + title:b_vadnagar = { set_variable = { name = color_storage value = title:d_b_vadnagar_color } } + title:b_vadodara = { set_variable = { name = color_storage value = title:d_b_vadodara_color } } + title:b_vaestraaros = { set_variable = { name = color_storage value = title:d_b_vaestraaros_color } } + title:b_vagaiskoy = { set_variable = { name = color_storage value = title:d_b_vagaiskoy_color } } + title:b_vagan = { set_variable = { name = color_storage value = title:d_b_vagan_color } } + title:b_vagay = { set_variable = { name = color_storage value = title:d_b_vagay_color } } + title:b_vaihingen = { set_variable = { name = color_storage value = title:d_b_vaihingen_color } } + title:b_vaijayanti = { set_variable = { name = color_storage value = title:d_b_vaijayanti_color } } + title:b_vairagara = { set_variable = { name = color_storage value = title:d_b_vairagara_color } } + title:b_vairata = { set_variable = { name = color_storage value = title:d_b_vairata_color } } + title:b_vaisali = { set_variable = { name = color_storage value = title:d_b_vaisali_color } } + title:b_vaison = { set_variable = { name = color_storage value = title:d_b_vaison_color } } + title:b_vajdahunyad = { set_variable = { name = color_storage value = title:d_b_vajdahunyad_color } } + title:b_vakovo = { set_variable = { name = color_storage value = title:d_b_vakovo_color } } + title:b_val_camonica = { set_variable = { name = color_storage value = title:d_b_val_camonica_color } } + title:b_valabhi = { set_variable = { name = color_storage value = title:d_b_valabhi_color } } + title:b_valamara = { set_variable = { name = color_storage value = title:d_b_valamara_color } } + title:b_valashkert = { set_variable = { name = color_storage value = title:d_b_valashkert_color } } + title:b_valday = { set_variable = { name = color_storage value = title:d_b_valday_color } } + title:b_valdres = { set_variable = { name = color_storage value = title:d_b_valdres_color } } + title:b_valencay = { set_variable = { name = color_storage value = title:d_b_valencay_color } } + title:b_valence = { set_variable = { name = color_storage value = title:d_b_valence_color } } + title:b_valencia = { set_variable = { name = color_storage value = title:d_b_valencia_color } } + title:b_valenciadecampos = { set_variable = { name = color_storage value = title:d_b_valenciadecampos_color } } + title:b_valenciennes = { set_variable = { name = color_storage value = title:d_b_valenciennes_color } } + title:b_valeria = { set_variable = { name = color_storage value = title:d_b_valeria_color } } + title:b_valga = { set_variable = { name = color_storage value = title:d_b_valga_color } } + title:b_valkininkai = { set_variable = { name = color_storage value = title:d_b_valkininkai_color } } + title:b_valladolid = { set_variable = { name = color_storage value = title:d_b_valladolid_color } } + title:b_vallombrosa = { set_variable = { name = color_storage value = title:d_b_vallombrosa_color } } + title:b_vallurapura = { set_variable = { name = color_storage value = title:d_b_vallurapura_color } } + title:b_valmiera = { set_variable = { name = color_storage value = title:d_b_valmiera_color } } + title:b_valvalij = { set_variable = { name = color_storage value = title:d_b_valvalij_color } } + title:b_vamanasthali = { set_variable = { name = color_storage value = title:d_b_vamanasthali_color } } + title:b_van = { set_variable = { name = color_storage value = title:d_b_van_color } } + title:b_vankapura = { set_variable = { name = color_storage value = title:d_b_vankapura_color } } + title:b_vannes = { set_variable = { name = color_storage value = title:d_b_vannes_color } } + title:b_varaghshar = { set_variable = { name = color_storage value = title:d_b_varaghshar_color } } + title:b_varakhsha = { set_variable = { name = color_storage value = title:d_b_varakhsha_color } } + title:b_varanasi = { set_variable = { name = color_storage value = title:d_b_varanasi_color } } + title:b_varanno = { set_variable = { name = color_storage value = title:d_b_varanno_color } } + title:b_varde = { set_variable = { name = color_storage value = title:d_b_varde_color } } + title:b_vardhamana = { set_variable = { name = color_storage value = title:d_b_vardhamana_color } } + title:b_varel = { set_variable = { name = color_storage value = title:d_b_varel_color } } + title:b_vares = { set_variable = { name = color_storage value = title:d_b_vares_color } } + title:b_varese = { set_variable = { name = color_storage value = title:d_b_varese_color } } + title:b_vargashi = { set_variable = { name = color_storage value = title:d_b_vargashi_color } } + title:b_varna = { set_variable = { name = color_storage value = title:d_b_varna_color } } + title:b_varnhem = { set_variable = { name = color_storage value = title:d_b_varnhem_color } } + title:b_varsan = { set_variable = { name = color_storage value = title:d_b_varsan_color } } + title:b_varsiga = { set_variable = { name = color_storage value = title:d_b_varsiga_color } } + title:b_varto = { set_variable = { name = color_storage value = title:d_b_varto_color } } + title:b_vartsikhe = { set_variable = { name = color_storage value = title:d_b_vartsikhe_color } } + title:b_varukh = { set_variable = { name = color_storage value = title:d_b_varukh_color } } + title:b_vasarhely = { set_variable = { name = color_storage value = title:d_b_vasarhely_color } } + title:b_vase = { set_variable = { name = color_storage value = title:d_b_vase_color } } + title:b_vashjird = { set_variable = { name = color_storage value = title:d_b_vashjird_color } } + title:b_vaskina_polyana = { set_variable = { name = color_storage value = title:d_b_vaskina_polyana_color } } + title:b_vaslui = { set_variable = { name = color_storage value = title:d_b_vaslui_color } } + title:b_vastseliina = { set_variable = { name = color_storage value = title:d_b_vastseliina_color } } + title:b_vastvagborg = { set_variable = { name = color_storage value = title:d_b_vastvagborg_color } } + title:b_vasvar = { set_variable = { name = color_storage value = title:d_b_vasvar_color } } + title:b_vasyugan = { set_variable = { name = color_storage value = title:d_b_vasyugan_color } } + title:b_vatapadraka = { set_variable = { name = color_storage value = title:d_b_vatapadraka_color } } + title:b_vatapi = { set_variable = { name = color_storage value = title:d_b_vatapi_color } } + title:b_vaticano = { set_variable = { name = color_storage value = title:d_b_vaticano_color } } + title:b_vatra_dornei = { set_variable = { name = color_storage value = title:d_b_vatra_dornei_color } } + title:b_vatsagulma = { set_variable = { name = color_storage value = title:d_b_vatsagulma_color } } + title:b_vatselanjarvi = { set_variable = { name = color_storage value = title:d_b_vatselanjarvi_color } } + title:b_vaucouleurs = { set_variable = { name = color_storage value = title:d_b_vaucouleurs_color } } + title:b_vaudemont = { set_variable = { name = color_storage value = title:d_b_vaudemont_color } } + title:b_vavuniya = { set_variable = { name = color_storage value = title:d_b_vavuniya_color } } + title:b_vaxjo = { set_variable = { name = color_storage value = title:d_b_vaxjo_color } } + title:b_vecchio = { set_variable = { name = color_storage value = title:d_b_vecchio_color } } + title:b_vechta = { set_variable = { name = color_storage value = title:d_b_vechta_color } } + title:b_vehari = { set_variable = { name = color_storage value = title:d_b_vehari_color } } + title:b_vehkalahti = { set_variable = { name = color_storage value = title:d_b_vehkalahti_color } } + title:b_vehringen = { set_variable = { name = color_storage value = title:d_b_vehringen_color } } + title:b_velay = { set_variable = { name = color_storage value = title:d_b_velay_color } } + title:b_velbazhd = { set_variable = { name = color_storage value = title:d_b_velbazhd_color } } + title:b_veldenz = { set_variable = { name = color_storage value = title:d_b_veldenz_color } } + title:b_veles = { set_variable = { name = color_storage value = title:d_b_veles_color } } + title:b_velestino = { set_variable = { name = color_storage value = title:d_b_velestino_color } } + title:b_veliky_ustyug = { set_variable = { name = color_storage value = title:d_b_veliky_ustyug_color } } + title:b_veliuona = { set_variable = { name = color_storage value = title:d_b_veliuona_color } } + title:b_velizh = { set_variable = { name = color_storage value = title:d_b_velizh_color } } + title:b_vella = { set_variable = { name = color_storage value = title:d_b_vella_color } } + title:b_velletri = { set_variable = { name = color_storage value = title:d_b_velletri_color } } + title:b_velsk = { set_variable = { name = color_storage value = title:d_b_velsk_color } } + title:b_vemulavada = { set_variable = { name = color_storage value = title:d_b_vemulavada_color } } + title:b_venden = { set_variable = { name = color_storage value = title:d_b_venden_color } } + title:b_vendome = { set_variable = { name = color_storage value = title:d_b_vendome_color } } + title:b_venezia = { set_variable = { name = color_storage value = title:d_b_venezia_color } } + title:b_vengipura = { set_variable = { name = color_storage value = title:d_b_vengipura_color } } + title:b_venosa = { set_variable = { name = color_storage value = title:d_b_venosa_color } } + title:b_ventadelmoro = { set_variable = { name = color_storage value = title:d_b_ventadelmoro_color } } + title:b_ventadour = { set_variable = { name = color_storage value = title:d_b_ventadour_color } } + title:b_vercelli = { set_variable = { name = color_storage value = title:d_b_vercelli_color } } + title:b_verchina_uzen = { set_variable = { name = color_storage value = title:d_b_verchina_uzen_color } } + title:b_verdala = { set_variable = { name = color_storage value = title:d_b_verdala_color } } + title:b_verden = { set_variable = { name = color_storage value = title:d_b_verden_color } } + title:b_verdun = { set_variable = { name = color_storage value = title:d_b_verdun_color } } + title:b_verevce = { set_variable = { name = color_storage value = title:d_b_verevce_color } } + title:b_veria = { set_variable = { name = color_storage value = title:d_b_veria_color } } + title:b_verkhoturye = { set_variable = { name = color_storage value = title:d_b_verkhoturye_color } } + title:b_verkhovazhye = { set_variable = { name = color_storage value = title:d_b_verkhovazhye_color } } + title:b_verkola = { set_variable = { name = color_storage value = title:d_b_verkola_color } } + title:b_verkouralsk = { set_variable = { name = color_storage value = title:d_b_verkouralsk_color } } + title:b_verneuil = { set_variable = { name = color_storage value = title:d_b_verneuil_color } } + title:b_vernon = { set_variable = { name = color_storage value = title:d_b_vernon_color } } + title:b_verona = { set_variable = { name = color_storage value = title:d_b_verona_color } } + title:b_versailles = { set_variable = { name = color_storage value = title:d_b_versailles_color } } + title:b_vershinino = { set_variable = { name = color_storage value = title:d_b_vershinino_color } } + title:b_ves_yogonska = { set_variable = { name = color_storage value = title:d_b_ves_yogonska_color } } + title:b_veseli = { set_variable = { name = color_storage value = title:d_b_veseli_color } } + title:b_vesoul = { set_variable = { name = color_storage value = title:d_b_vesoul_color } } + title:b_vestfirdir = { set_variable = { name = color_storage value = title:d_b_vestfirdir_color } } + title:b_veszprem = { set_variable = { name = color_storage value = title:d_b_veszprem_color } } + title:b_veteli = { set_variable = { name = color_storage value = title:d_b_veteli_color } } + title:b_vetluga = { set_variable = { name = color_storage value = title:d_b_vetluga_color } } + title:b_vetrino = { set_variable = { name = color_storage value = title:d_b_vetrino_color } } + title:b_vettanen = { set_variable = { name = color_storage value = title:d_b_vettanen_color } } + title:b_veurne = { set_variable = { name = color_storage value = title:d_b_veurne_color } } + title:b_vezelay = { set_variable = { name = color_storage value = title:d_b_vezelay_color } } + title:b_vezir = { set_variable = { name = color_storage value = title:d_b_vezir_color } } + title:b_vhrbosna = { set_variable = { name = color_storage value = title:d_b_vhrbosna_color } } + title:b_vianadoalento = { set_variable = { name = color_storage value = title:d_b_vianadoalento_color } } + title:b_vianden = { set_variable = { name = color_storage value = title:d_b_vianden_color } } + title:b_viazovka = { set_variable = { name = color_storage value = title:d_b_viazovka_color } } + title:b_viborg = { set_variable = { name = color_storage value = title:d_b_viborg_color } } + title:b_vic = { set_variable = { name = color_storage value = title:d_b_vic_color } } + title:b_vicenza = { set_variable = { name = color_storage value = title:d_b_vicenza_color } } + title:b_vidin = { set_variable = { name = color_storage value = title:d_b_vidin_color } } + title:b_vidisa = { set_variable = { name = color_storage value = title:d_b_vidisa_color } } + title:b_vielha = { set_variable = { name = color_storage value = title:d_b_vielha_color } } + title:b_vienna = { set_variable = { name = color_storage value = title:d_b_vienna_color } } + title:b_vienne = { set_variable = { name = color_storage value = title:d_b_vienne_color } } + title:b_vierzon = { set_variable = { name = color_storage value = title:d_b_vierzon_color } } + title:b_vieste = { set_variable = { name = color_storage value = title:d_b_vieste_color } } + title:b_vigevano = { set_variable = { name = color_storage value = title:d_b_vigevano_color } } + title:b_vigo = { set_variable = { name = color_storage value = title:d_b_vigo_color } } + title:b_viipuri = { set_variable = { name = color_storage value = title:d_b_viipuri_color } } + title:b_vijayanagara = { set_variable = { name = color_storage value = title:d_b_vijayanagara_color } } + title:b_vijayapura = { set_variable = { name = color_storage value = title:d_b_vijayapura_color } } + title:b_vijayapura_bis = { set_variable = { name = color_storage value = title:d_b_vijayapura_bis_color } } + title:b_vijayawada = { set_variable = { name = color_storage value = title:d_b_vijayawada_color } } + title:b_vijnot = { set_variable = { name = color_storage value = title:d_b_vijnot_color } } + title:b_vikramapura = { set_variable = { name = color_storage value = title:d_b_vikramapura_color } } + title:b_vikramasila = { set_variable = { name = color_storage value = title:d_b_vikramasila_color } } + title:b_vikulova = { set_variable = { name = color_storage value = title:d_b_vikulova_color } } + title:b_vilalba = { set_variable = { name = color_storage value = title:d_b_vilalba_color } } + title:b_viljandi = { set_variable = { name = color_storage value = title:d_b_viljandi_color } } + title:b_vilkaviskis = { set_variable = { name = color_storage value = title:d_b_vilkaviskis_color } } + title:b_vilkmerge = { set_variable = { name = color_storage value = title:d_b_vilkmerge_color } } + title:b_villa_real = { set_variable = { name = color_storage value = title:d_b_villa_real_color } } + title:b_villablino = { set_variable = { name = color_storage value = title:d_b_villablino_color } } + title:b_villach = { set_variable = { name = color_storage value = title:d_b_villach_color } } + title:b_villafafila = { set_variable = { name = color_storage value = title:d_b_villafafila_color } } + title:b_villarejodesalvanes = { set_variable = { name = color_storage value = title:d_b_villarejodesalvanes_color } } + title:b_villars = { set_variable = { name = color_storage value = title:d_b_villars_color } } + title:b_villaviciosa = { set_variable = { name = color_storage value = title:d_b_villaviciosa_color } } + title:b_vilnius = { set_variable = { name = color_storage value = title:d_b_vilnius_color } } + title:b_vilva = { set_variable = { name = color_storage value = title:d_b_vilva_color } } + title:b_vimmerby = { set_variable = { name = color_storage value = title:d_b_vimmerby_color } } + title:b_vindia = { set_variable = { name = color_storage value = title:d_b_vindia_color } } + title:b_vinitapura = { set_variable = { name = color_storage value = title:d_b_vinitapura_color } } + title:b_vinnytsia = { set_variable = { name = color_storage value = title:d_b_vinnytsia_color } } + title:b_vinukonda = { set_variable = { name = color_storage value = title:d_b_vinukonda_color } } + title:b_viraja = { set_variable = { name = color_storage value = title:d_b_viraja_color } } + title:b_virton = { set_variable = { name = color_storage value = title:d_b_virton_color } } + title:b_virudhukkalvetti = { set_variable = { name = color_storage value = title:d_b_virudhukkalvetti_color } } + title:b_visegrad = { set_variable = { name = color_storage value = title:d_b_visegrad_color } } + title:b_visegrad_hun = { set_variable = { name = color_storage value = title:d_b_visegrad_hun_color } } + title:b_viseu = { set_variable = { name = color_storage value = title:d_b_viseu_color } } + title:b_visnupura = { set_variable = { name = color_storage value = title:d_b_visnupura_color } } + title:b_visoki = { set_variable = { name = color_storage value = title:d_b_visoki_color } } + title:b_vitebsk = { set_variable = { name = color_storage value = title:d_b_vitebsk_color } } + title:b_viterbo = { set_variable = { name = color_storage value = title:d_b_viterbo_color } } + title:b_vitim = { set_variable = { name = color_storage value = title:d_b_vitim_color } } + title:b_vitimkan = { set_variable = { name = color_storage value = title:d_b_vitimkan_color } } + title:b_vitimkhad = { set_variable = { name = color_storage value = title:d_b_vitimkhad_color } } + title:b_vitry_en_perthois = { set_variable = { name = color_storage value = title:d_b_vitry_en_perthois_color } } + title:b_vitzgora = { set_variable = { name = color_storage value = title:d_b_vitzgora_color } } + title:b_viviers = { set_variable = { name = color_storage value = title:d_b_viviers_color } } + title:b_vizagipatam = { set_variable = { name = color_storage value = title:d_b_vizagipatam_color } } + title:b_vizhinjam = { set_variable = { name = color_storage value = title:d_b_vizhinjam_color } } + title:b_vladimir = { set_variable = { name = color_storage value = title:d_b_vladimir_color } } + title:b_vodamayutja = { set_variable = { name = color_storage value = title:d_b_vodamayutja_color } } + title:b_voden = { set_variable = { name = color_storage value = title:d_b_voden_color } } + title:b_vodicevo = { set_variable = { name = color_storage value = title:d_b_vodicevo_color } } + title:b_voghera = { set_variable = { name = color_storage value = title:d_b_voghera_color } } + title:b_voin = { set_variable = { name = color_storage value = title:d_b_voin_color } } + title:b_vokhma = { set_variable = { name = color_storage value = title:d_b_vokhma_color } } + title:b_volcha = { set_variable = { name = color_storage value = title:d_b_volcha_color } } + title:b_volin = { set_variable = { name = color_storage value = title:d_b_volin_color } } + title:b_volkovysk = { set_variable = { name = color_storage value = title:d_b_volkovysk_color } } + title:b_volochok = { set_variable = { name = color_storage value = title:d_b_volochok_color } } + title:b_volodymyr = { set_variable = { name = color_storage value = title:d_b_volodymyr_color } } + title:b_vologda = { set_variable = { name = color_storage value = title:d_b_vologda_color } } + title:b_volok_lamsky = { set_variable = { name = color_storage value = title:d_b_volok_lamsky_color } } + title:b_voloz = { set_variable = { name = color_storage value = title:d_b_voloz_color } } + title:b_volterra = { set_variable = { name = color_storage value = title:d_b_volterra_color } } + title:b_volzhsk = { set_variable = { name = color_storage value = title:d_b_volzhsk_color } } + title:b_vonitsa = { set_variable = { name = color_storage value = title:d_b_vonitsa_color } } + title:b_vopnafjordur = { set_variable = { name = color_storage value = title:d_b_vopnafjordur_color } } + title:b_vorbasse = { set_variable = { name = color_storage value = title:d_b_vorbasse_color } } + title:b_vorona = { set_variable = { name = color_storage value = title:d_b_vorona_color } } + title:b_voronezh = { set_variable = { name = color_storage value = title:d_b_voronezh_color } } + title:b_vorotynsk = { set_variable = { name = color_storage value = title:d_b_vorotynsk_color } } + title:b_voss = { set_variable = { name = color_storage value = title:d_b_voss_color } } + title:b_vostitsa = { set_variable = { name = color_storage value = title:d_b_vostitsa_color } } + title:b_votkinsk = { set_variable = { name = color_storage value = title:d_b_votkinsk_color } } + title:b_voznessensk = { set_variable = { name = color_storage value = title:d_b_voznessensk_color } } + title:b_vraclav = { set_variable = { name = color_storage value = title:d_b_vraclav_color } } + title:b_vranduk = { set_variable = { name = color_storage value = title:d_b_vranduk_color } } + title:b_vranje = { set_variable = { name = color_storage value = title:d_b_vranje_color } } + title:b_vratsa = { set_variable = { name = color_storage value = title:d_b_vratsa_color } } + title:b_vrestenitsa = { set_variable = { name = color_storage value = title:d_b_vrestenitsa_color } } + title:b_vreta = { set_variable = { name = color_storage value = title:d_b_vreta_color } } + title:b_vualtjere = { set_variable = { name = color_storage value = title:d_b_vualtjere_color } } + title:b_vuohijarvi = { set_variable = { name = color_storage value = title:d_b_vuohijarvi_color } } + title:b_vyangi = { set_variable = { name = color_storage value = title:d_b_vyangi_color } } + title:b_vyatskoye = { set_variable = { name = color_storage value = title:d_b_vyatskoye_color } } + title:b_vyazma = { set_variable = { name = color_storage value = title:d_b_vyazma_color } } + title:b_vyksa = { set_variable = { name = color_storage value = title:d_b_vyksa_color } } + title:b_vyr = { set_variable = { name = color_storage value = title:d_b_vyr_color } } + title:b_vysehrad = { set_variable = { name = color_storage value = title:d_b_vysehrad_color } } + title:b_vyshgorod = { set_variable = { name = color_storage value = title:d_b_vyshgorod_color } } + title:b_vyshny_volochyok = { set_variable = { name = color_storage value = title:d_b_vyshny_volochyok_color } } + title:b_wa = { set_variable = { name = color_storage value = title:d_b_wa_color } } + title:b_waalo = { set_variable = { name = color_storage value = title:d_b_waalo_color } } + title:b_waasu = { set_variable = { name = color_storage value = title:d_b_waasu_color } } + title:b_wabar = { set_variable = { name = color_storage value = title:d_b_wabar_color } } + title:b_wad = { set_variable = { name = color_storage value = title:d_b_wad_color } } + title:b_wad_abu_nahl = { set_variable = { name = color_storage value = title:d_b_wad_abu_nahl_color } } + title:b_wad_hamid = { set_variable = { name = color_storage value = title:d_b_wad_hamid_color } } + title:b_wadai = { set_variable = { name = color_storage value = title:d_b_wadai_color } } + title:b_wadan = { set_variable = { name = color_storage value = title:d_b_wadan_color } } + title:b_waddan = { set_variable = { name = color_storage value = title:d_b_waddan_color } } + title:b_wadeilannen = { set_variable = { name = color_storage value = title:d_b_wadeilannen_color } } + title:b_wadern = { set_variable = { name = color_storage value = title:d_b_wadern_color } } + title:b_wadhar = { set_variable = { name = color_storage value = title:d_b_wadhar_color } } + title:b_wadi_amur = { set_variable = { name = color_storage value = title:d_b_wadi_amur_color } } + title:b_wadi_azwa = { set_variable = { name = color_storage value = title:d_b_wadi_azwa_color } } + title:b_wadi_daoura = { set_variable = { name = color_storage value = title:d_b_wadi_daoura_color } } + title:b_wadi_el-milk = { set_variable = { name = color_storage value = title:d_b_wadi_el-milk_color } } + title:b_wadi_ghamid = { set_variable = { name = color_storage value = title:d_b_wadi_ghamid_color } } + title:b_wadi_irawan = { set_variable = { name = color_storage value = title:d_b_wadi_irawan_color } } + title:b_wadi_makhil = { set_variable = { name = color_storage value = title:d_b_wadi_makhil_color } } + title:b_wadi_masus = { set_variable = { name = color_storage value = title:d_b_wadi_masus_color } } + title:b_wadi_natrun = { set_variable = { name = color_storage value = title:d_b_wadi_natrun_color } } + title:b_wadi_odib = { set_variable = { name = color_storage value = title:d_b_wadi_odib_color } } + title:b_wadi_tathlith = { set_variable = { name = color_storage value = title:d_b_wadi_tathlith_color } } + title:b_wagadugu = { set_variable = { name = color_storage value = title:d_b_wagadugu_color } } + title:b_wagda = { set_variable = { name = color_storage value = title:d_b_wagda_color } } + title:b_waghlanat = { set_variable = { name = color_storage value = title:d_b_waghlanat_color } } + title:b_wagna = { set_variable = { name = color_storage value = title:d_b_wagna_color } } + title:b_wahiba = { set_variable = { name = color_storage value = title:d_b_wahiba_color } } + title:b_waidhofen = { set_variable = { name = color_storage value = title:d_b_waidhofen_color } } + title:b_waihind = { set_variable = { name = color_storage value = title:d_b_waihind_color } } + title:b_waj = { set_variable = { name = color_storage value = title:d_b_waj_color } } + title:b_wajda = { set_variable = { name = color_storage value = title:d_b_wajda_color } } + title:b_wajid = { set_variable = { name = color_storage value = title:d_b_wajid_color } } + title:b_wakhan = { set_variable = { name = color_storage value = title:d_b_wakhan_color } } + title:b_walaqa = { set_variable = { name = color_storage value = title:d_b_walaqa_color } } + title:b_walata = { set_variable = { name = color_storage value = title:d_b_walata_color } } + title:b_walcz = { set_variable = { name = color_storage value = title:d_b_walcz_color } } + title:b_waldabba = { set_variable = { name = color_storage value = title:d_b_waldabba_color } } + title:b_waldeck = { set_variable = { name = color_storage value = title:d_b_waldeck_color } } + title:b_waldenburg = { set_variable = { name = color_storage value = title:d_b_waldenburg_color } } + title:b_waldkirchen = { set_variable = { name = color_storage value = title:d_b_waldkirchen_color } } + title:b_walguyo = { set_variable = { name = color_storage value = title:d_b_walguyo_color } } + title:b_walila = { set_variable = { name = color_storage value = title:d_b_walila_color } } + title:b_walsingham = { set_variable = { name = color_storage value = title:d_b_walsingham_color } } + title:b_walsrode = { set_variable = { name = color_storage value = title:d_b_walsrode_color } } + title:b_wan_bhachran = { set_variable = { name = color_storage value = title:d_b_wan_bhachran_color } } + title:b_wandah = { set_variable = { name = color_storage value = title:d_b_wandah_color } } + title:b_wankath = { set_variable = { name = color_storage value = title:d_b_wankath_color } } + title:b_waqisa = { set_variable = { name = color_storage value = title:d_b_waqisa_color } } + title:b_wara = { set_variable = { name = color_storage value = title:d_b_wara_color } } + title:b_warab = { set_variable = { name = color_storage value = title:d_b_warab_color } } + title:b_waram = { set_variable = { name = color_storage value = title:d_b_waram_color } } + title:b_waramin = { set_variable = { name = color_storage value = title:d_b_waramin_color } } + title:b_warangal = { set_variable = { name = color_storage value = title:d_b_warangal_color } } + title:b_wardana = { set_variable = { name = color_storage value = title:d_b_wardana_color } } + title:b_wareham = { set_variable = { name = color_storage value = title:d_b_wareham_color } } + title:b_warendorf = { set_variable = { name = color_storage value = title:d_b_warendorf_color } } + title:b_wargha = { set_variable = { name = color_storage value = title:d_b_wargha_color } } + title:b_wargla = { set_variable = { name = color_storage value = title:d_b_wargla_color } } + title:b_warjih = { set_variable = { name = color_storage value = title:d_b_warjih_color } } + title:b_warnnamo = { set_variable = { name = color_storage value = title:d_b_warnnamo_color } } + title:b_warq = { set_variable = { name = color_storage value = title:d_b_warq_color } } + title:b_warrada = { set_variable = { name = color_storage value = title:d_b_warrada_color } } + title:b_warsheikh = { set_variable = { name = color_storage value = title:d_b_warsheikh_color } } + title:b_warszawa = { set_variable = { name = color_storage value = title:d_b_warszawa_color } } + title:b_warwick = { set_variable = { name = color_storage value = title:d_b_warwick_color } } + title:b_warzazat = { set_variable = { name = color_storage value = title:d_b_warzazat_color } } + title:b_warzigh = { set_variable = { name = color_storage value = title:d_b_warzigh_color } } + title:b_wase = { set_variable = { name = color_storage value = title:d_b_wase_color } } + title:b_wasit = { set_variable = { name = color_storage value = title:d_b_wasit_color } } + title:b_wassa = { set_variable = { name = color_storage value = title:d_b_wassa_color } } + title:b_wasulu = { set_variable = { name = color_storage value = title:d_b_wasulu_color } } + title:b_waterford = { set_variable = { name = color_storage value = title:d_b_waterford_color } } + title:b_watit = { set_variable = { name = color_storage value = title:d_b_watit_color } } + title:b_wawmana = { set_variable = { name = color_storage value = title:d_b_wawmana_color } } + title:b_waxxari = { set_variable = { name = color_storage value = title:d_b_waxxari_color } } + title:b_wayikhan = { set_variable = { name = color_storage value = title:d_b_wayikhan_color } } + title:b_wazeqqur = { set_variable = { name = color_storage value = title:d_b_wazeqqur_color } } + title:b_wazwan = { set_variable = { name = color_storage value = title:d_b_wazwan_color } } + title:b_wegera = { set_variable = { name = color_storage value = title:d_b_wegera_color } } + title:b_weinheim = { set_variable = { name = color_storage value = title:d_b_weinheim_color } } + title:b_weinsberg = { set_variable = { name = color_storage value = title:d_b_weinsberg_color } } + title:b_weissenburg = { set_variable = { name = color_storage value = title:d_b_weissenburg_color } } + title:b_welamo = { set_variable = { name = color_storage value = title:d_b_welamo_color } } + title:b_welamo-west = { set_variable = { name = color_storage value = title:d_b_welamo-west_color } } + title:b_wellega-north = { set_variable = { name = color_storage value = title:d_b_wellega-north_color } } + title:b_wellega-south = { set_variable = { name = color_storage value = title:d_b_wellega-south_color } } + title:b_wels = { set_variable = { name = color_storage value = title:d_b_wels_color } } + title:b_welshpool = { set_variable = { name = color_storage value = title:d_b_welshpool_color } } + title:b_weme = { set_variable = { name = color_storage value = title:d_b_weme_color } } + title:b_wenchi = { set_variable = { name = color_storage value = title:d_b_wenchi_color } } + title:b_wentugaole = { set_variable = { name = color_storage value = title:d_b_wentugaole_color } } + title:b_wenyon = { set_variable = { name = color_storage value = title:d_b_wenyon_color } } + title:b_wenzenbach = { set_variable = { name = color_storage value = title:d_b_wenzenbach_color } } + title:b_werben = { set_variable = { name = color_storage value = title:d_b_werben_color } } + title:b_werdenburg = { set_variable = { name = color_storage value = title:d_b_werdenburg_color } } + title:b_werle = { set_variable = { name = color_storage value = title:d_b_werle_color } } + title:b_werningerode = { set_variable = { name = color_storage value = title:d_b_werningerode_color } } + title:b_wertheim = { set_variable = { name = color_storage value = title:d_b_wertheim_color } } + title:b_wesenburg = { set_variable = { name = color_storage value = title:d_b_wesenburg_color } } + title:b_west_adal = { set_variable = { name = color_storage value = title:d_b_west_adal_color } } + title:b_west_attie = { set_variable = { name = color_storage value = title:d_b_west_attie_color } } + title:b_west_derby = { set_variable = { name = color_storage value = title:d_b_west_derby_color } } + title:b_west_gojjam = { set_variable = { name = color_storage value = title:d_b_west_gojjam_color } } + title:b_west_kordofan = { set_variable = { name = color_storage value = title:d_b_west_kordofan_color } } + title:b_west_kru = { set_variable = { name = color_storage value = title:d_b_west_kru_color } } + title:b_west_mema = { set_variable = { name = color_storage value = title:d_b_west_mema_color } } + title:b_west_sidamo = { set_variable = { name = color_storage value = title:d_b_west_sidamo_color } } + title:b_wetzlar = { set_variable = { name = color_storage value = title:d_b_wetzlar_color } } + title:b_wexford = { set_variable = { name = color_storage value = title:d_b_wexford_color } } + title:b_wezel = { set_variable = { name = color_storage value = title:d_b_wezel_color } } + title:b_whitby = { set_variable = { name = color_storage value = title:d_b_whitby_color } } + title:b_whitehaven = { set_variable = { name = color_storage value = title:d_b_whitehaven_color } } + title:b_whyidah = { set_variable = { name = color_storage value = title:d_b_whyidah_color } } + title:b_wick = { set_variable = { name = color_storage value = title:d_b_wick_color } } + title:b_wicklow = { set_variable = { name = color_storage value = title:d_b_wicklow_color } } + title:b_wied = { set_variable = { name = color_storage value = title:d_b_wied_color } } + title:b_wiedenbruck = { set_variable = { name = color_storage value = title:d_b_wiedenbruck_color } } + title:b_wieliczka = { set_variable = { name = color_storage value = title:d_b_wieliczka_color } } + title:b_wielun = { set_variable = { name = color_storage value = title:d_b_wielun_color } } + title:b_wiesbaden = { set_variable = { name = color_storage value = title:d_b_wiesbaden_color } } + title:b_wieselburg = { set_variable = { name = color_storage value = title:d_b_wieselburg_color } } + title:b_wigmore = { set_variable = { name = color_storage value = title:d_b_wigmore_color } } + title:b_wigton = { set_variable = { name = color_storage value = title:d_b_wigton_color } } + title:b_wigtown = { set_variable = { name = color_storage value = title:d_b_wigtown_color } } + title:b_wild = { set_variable = { name = color_storage value = title:d_b_wild_color } } + title:b_wilhelmshaven = { set_variable = { name = color_storage value = title:d_b_wilhelmshaven_color } } + title:b_wiltberg = { set_variable = { name = color_storage value = title:d_b_wiltberg_color } } + title:b_wilton = { set_variable = { name = color_storage value = title:d_b_wilton_color } } + title:b_winchcombe = { set_variable = { name = color_storage value = title:d_b_winchcombe_color } } + title:b_winchester = { set_variable = { name = color_storage value = title:d_b_winchester_color } } + title:b_windische_buhel = { set_variable = { name = color_storage value = title:d_b_windische_buhel_color } } + title:b_winterstoke = { set_variable = { name = color_storage value = title:d_b_winterstoke_color } } + title:b_wiqro = { set_variable = { name = color_storage value = title:d_b_wiqro_color } } + title:b_wisinghnso = { set_variable = { name = color_storage value = title:d_b_wisinghnso_color } } + title:b_wislana = { set_variable = { name = color_storage value = title:d_b_wislana_color } } + title:b_wislica = { set_variable = { name = color_storage value = title:d_b_wislica_color } } + title:b_wismar = { set_variable = { name = color_storage value = title:d_b_wismar_color } } + title:b_witney = { set_variable = { name = color_storage value = title:d_b_witney_color } } + title:b_wittenberg = { set_variable = { name = color_storage value = title:d_b_wittenberg_color } } + title:b_wittenstein = { set_variable = { name = color_storage value = title:d_b_wittenstein_color } } + title:b_wizna = { set_variable = { name = color_storage value = title:d_b_wizna_color } } + title:b_wladyslawowo = { set_variable = { name = color_storage value = title:d_b_wladyslawowo_color } } + title:b_wlen = { set_variable = { name = color_storage value = title:d_b_wlen_color } } + title:b_wloclawek = { set_variable = { name = color_storage value = title:d_b_wloclawek_color } } + title:b_woldenberg = { set_variable = { name = color_storage value = title:d_b_woldenberg_color } } + title:b_wolfenbuttel = { set_variable = { name = color_storage value = title:d_b_wolfenbuttel_color } } + title:b_wolfratshausen = { set_variable = { name = color_storage value = title:d_b_wolfratshausen_color } } + title:b_wolfsberg = { set_variable = { name = color_storage value = title:d_b_wolfsberg_color } } + title:b_wolgast = { set_variable = { name = color_storage value = title:d_b_wolgast_color } } + title:b_wolkenstein = { set_variable = { name = color_storage value = title:d_b_wolkenstein_color } } + title:b_wolong = { set_variable = { name = color_storage value = title:d_b_wolong_color } } + title:b_wolpe = { set_variable = { name = color_storage value = title:d_b_wolpe_color } } + title:b_wolqayt = { set_variable = { name = color_storage value = title:d_b_wolqayt_color } } + title:b_wolsztyn = { set_variable = { name = color_storage value = title:d_b_wolsztyn_color } } + title:b_wolverhampton = { set_variable = { name = color_storage value = title:d_b_wolverhampton_color } } + title:b_wompu = { set_variable = { name = color_storage value = title:d_b_wompu_color } } + title:b_woora_saabe = { set_variable = { name = color_storage value = title:d_b_woora_saabe_color } } + title:b_worcester = { set_variable = { name = color_storage value = title:d_b_worcester_color } } + title:b_wormditt = { set_variable = { name = color_storage value = title:d_b_wormditt_color } } + title:b_worms = { set_variable = { name = color_storage value = title:d_b_worms_color } } + title:b_worodugu = { set_variable = { name = color_storage value = title:d_b_worodugu_color } } + title:b_worodugu_east = { set_variable = { name = color_storage value = title:d_b_worodugu_east_color } } + title:b_woxbrigge = { set_variable = { name = color_storage value = title:d_b_woxbrigge_color } } + title:b_wrexham = { set_variable = { name = color_storage value = title:d_b_wrexham_color } } + title:b_wronki = { set_variable = { name = color_storage value = title:d_b_wronki_color } } + title:b_wschowa = { set_variable = { name = color_storage value = title:d_b_wschowa_color } } + title:b_wuda = { set_variable = { name = color_storage value = title:d_b_wuda_color } } + title:b_wukari = { set_variable = { name = color_storage value = title:d_b_wukari_color } } + title:b_wuli = { set_variable = { name = color_storage value = title:d_b_wuli_color } } + title:b_wuliji = { set_variable = { name = color_storage value = title:d_b_wuliji_color } } + title:b_wuluhai = { set_variable = { name = color_storage value = title:d_b_wuluhai_color } } + title:b_wun = { set_variable = { name = color_storage value = title:d_b_wun_color } } + title:b_wunchoin = { set_variable = { name = color_storage value = title:d_b_wunchoin_color } } + title:b_wunsdorf = { set_variable = { name = color_storage value = title:d_b_wunsdorf_color } } + title:b_wurttemberg = { set_variable = { name = color_storage value = title:d_b_wurttemberg_color } } + title:b_wurzburg = { set_variable = { name = color_storage value = title:d_b_wurzburg_color } } + title:b_wushengyi = { set_variable = { name = color_storage value = title:d_b_wushengyi_color } } + title:b_wusu = { set_variable = { name = color_storage value = title:d_b_wusu_color } } + title:b_wusuta = { set_variable = { name = color_storage value = title:d_b_wusuta_color } } + title:b_wutanzili = { set_variable = { name = color_storage value = title:d_b_wutanzili_color } } + title:b_wuyuan = { set_variable = { name = color_storage value = title:d_b_wuyuan_color } } + title:b_wycombe = { set_variable = { name = color_storage value = title:d_b_wycombe_color } } + title:b_wysbu = { set_variable = { name = color_storage value = title:d_b_wysbu_color } } + title:b_wyszgorod = { set_variable = { name = color_storage value = title:d_b_wyszgorod_color } } + title:b_wyszkow = { set_variable = { name = color_storage value = title:d_b_wyszkow_color } } + title:b_xainza = { set_variable = { name = color_storage value = title:d_b_xainza_color } } + title:b_xamqu = { set_variable = { name = color_storage value = title:d_b_xamqu_color } } + title:b_xanthia = { set_variable = { name = color_storage value = title:d_b_xanthia_color } } + title:b_xenkyer = { set_variable = { name = color_storage value = title:d_b_xenkyer_color } } + title:b_xiba = { set_variable = { name = color_storage value = title:d_b_xiba_color } } + title:b_xibde = { set_variable = { name = color_storage value = title:d_b_xibde_color } } + title:b_xigaze = { set_variable = { name = color_storage value = title:d_b_xigaze_color } } + title:b_xigortang = { set_variable = { name = color_storage value = title:d_b_xigortang_color } } + title:b_xihu = { set_variable = { name = color_storage value = title:d_b_xihu_color } } + title:b_xingqing = { set_variable = { name = color_storage value = title:d_b_xingqing_color } } + title:b_xining = { set_variable = { name = color_storage value = title:d_b_xining_color } } + title:b_xiping = { set_variable = { name = color_storage value = title:d_b_xiping_color } } + title:b_xungba = { set_variable = { name = color_storage value = title:d_b_xungba_color } } + title:b_yabelo = { set_variable = { name = color_storage value = title:d_b_yabelo_color } } + title:b_yabrin = { set_variable = { name = color_storage value = title:d_b_yabrin_color } } + title:b_yabulai = { set_variable = { name = color_storage value = title:d_b_yabulai_color } } + title:b_yadzi = { set_variable = { name = color_storage value = title:d_b_yadzi_color } } + title:b_yaffa = { set_variable = { name = color_storage value = title:d_b_yaffa_color } } + title:b_yagba = { set_variable = { name = color_storage value = title:d_b_yagba_color } } + title:b_yagkeng = { set_variable = { name = color_storage value = title:d_b_yagkeng_color } } + title:b_yagra = { set_variable = { name = color_storage value = title:d_b_yagra_color } } + title:b_yahtin = { set_variable = { name = color_storage value = title:d_b_yahtin_color } } + title:b_yahudan = { set_variable = { name = color_storage value = title:d_b_yahudan_color } } + title:b_yaia = { set_variable = { name = color_storage value = title:d_b_yaia_color } } + title:b_yaitsk = { set_variable = { name = color_storage value = title:d_b_yaitsk_color } } + title:b_yajatinagara = { set_variable = { name = color_storage value = title:d_b_yajatinagara_color } } + title:b_yalachi = { set_variable = { name = color_storage value = title:d_b_yalachi_color } } + title:b_yalala = { set_variable = { name = color_storage value = title:d_b_yalala_color } } + title:b_yalong = { set_variable = { name = color_storage value = title:d_b_yalong_color } } + title:b_yalu_torovsk = { set_variable = { name = color_storage value = title:d_b_yalu_torovsk_color } } + title:b_yama = { set_variable = { name = color_storage value = title:d_b_yama_color } } + title:b_yamama = { set_variable = { name = color_storage value = title:d_b_yamama_color } } + title:b_yamantau = { set_variable = { name = color_storage value = title:d_b_yamantau_color } } + title:b_yamethin = { set_variable = { name = color_storage value = title:d_b_yamethin_color } } + title:b_yamishevo = { set_variable = { name = color_storage value = title:d_b_yamishevo_color } } + title:b_yampil = { set_variable = { name = color_storage value = title:d_b_yampil_color } } + title:b_yanbu = { set_variable = { name = color_storage value = title:d_b_yanbu_color } } + title:b_yanchiwan = { set_variable = { name = color_storage value = title:d_b_yanchiwan_color } } + title:b_yanfolila = { set_variable = { name = color_storage value = title:d_b_yanfolila_color } } + title:b_yangadzha = { set_variable = { name = color_storage value = title:d_b_yangadzha_color } } + title:b_yangary = { set_variable = { name = color_storage value = title:d_b_yangary_color } } + title:b_yangguan = { set_variable = { name = color_storage value = title:d_b_yangguan_color } } + title:b_yangikent = { set_variable = { name = color_storage value = title:d_b_yangikent_color } } + title:b_yangjibalik = { set_variable = { name = color_storage value = title:d_b_yangjibalik_color } } + title:b_yangpachen = { set_variable = { name = color_storage value = title:d_b_yangpachen_color } } + title:b_yangwarok = { set_variable = { name = color_storage value = title:d_b_yangwarok_color } } + title:b_yanokul = { set_variable = { name = color_storage value = title:d_b_yanokul_color } } + title:b_yao_fitri = { set_variable = { name = color_storage value = title:d_b_yao_fitri_color } } + title:b_yar_calli = { set_variable = { name = color_storage value = title:d_b_yar_calli_color } } + title:b_yaresna = { set_variable = { name = color_storage value = title:d_b_yaresna_color } } + title:b_yarkand = { set_variable = { name = color_storage value = title:d_b_yarkand_color } } + title:b_yarkhoto = { set_variable = { name = color_storage value = title:d_b_yarkhoto_color } } + title:b_yarlestre = { set_variable = { name = color_storage value = title:d_b_yarlestre_color } } + title:b_yarnema = { set_variable = { name = color_storage value = title:d_b_yarnema_color } } + title:b_yaroslav_VOL = { set_variable = { name = color_storage value = title:d_b_yaroslav_VOL_color } } + title:b_yaroslavl = { set_variable = { name = color_storage value = title:d_b_yaroslavl_color } } + title:b_yary = { set_variable = { name = color_storage value = title:d_b_yary_color } } + title:b_yaseni = { set_variable = { name = color_storage value = title:d_b_yaseni_color } } + title:b_yashkan = { set_variable = { name = color_storage value = title:d_b_yashkan_color } } + title:b_yasi = { set_variable = { name = color_storage value = title:d_b_yasi_color } } + title:b_yasin = { set_variable = { name = color_storage value = title:d_b_yasin_color } } + title:b_yau = { set_variable = { name = color_storage value = title:d_b_yau_color } } + title:b_yauri = { set_variable = { name = color_storage value = title:d_b_yauri_color } } + title:b_yawnghwe = { set_variable = { name = color_storage value = title:d_b_yawnghwe_color } } + title:b_yazd = { set_variable = { name = color_storage value = title:d_b_yazd_color } } + title:b_ycost = { set_variable = { name = color_storage value = title:d_b_ycost_color } } + title:b_yegainnyin = { set_variable = { name = color_storage value = title:d_b_yegainnyin_color } } + title:b_yegoryevsk = { set_variable = { name = color_storage value = title:d_b_yegoryevsk_color } } + title:b_yekaterinburg = { set_variable = { name = color_storage value = title:d_b_yekaterinburg_color } } + title:b_yelan = { set_variable = { name = color_storage value = title:d_b_yelan_color } } + title:b_yeldiatzkaya = { set_variable = { name = color_storage value = title:d_b_yeldiatzkaya_color } } + title:b_yelets = { set_variable = { name = color_storage value = title:d_b_yelets_color } } + title:b_yelimane = { set_variable = { name = color_storage value = title:d_b_yelimane_color } } + title:b_yelnya = { set_variable = { name = color_storage value = title:d_b_yelnya_color } } + title:b_yemetsk = { set_variable = { name = color_storage value = title:d_b_yemetsk_color } } + title:b_yendi = { set_variable = { name = color_storage value = title:d_b_yendi_color } } + title:b_yendum = { set_variable = { name = color_storage value = title:d_b_yendum_color } } + title:b_yengi_xahar = { set_variable = { name = color_storage value = title:d_b_yengi_xahar_color } } + title:b_yengisar = { set_variable = { name = color_storage value = title:d_b_yengisar_color } } + title:b_yenisei = { set_variable = { name = color_storage value = title:d_b_yenisei_color } } + title:b_yeniugou = { set_variable = { name = color_storage value = title:d_b_yeniugou_color } } + title:b_yenotayevka = { set_variable = { name = color_storage value = title:d_b_yenotayevka_color } } + title:b_yenshipin = { set_variable = { name = color_storage value = title:d_b_yenshipin_color } } + title:b_yera = { set_variable = { name = color_storage value = title:d_b_yera_color } } + title:b_yerevan = { set_variable = { name = color_storage value = title:d_b_yerevan_color } } + title:b_yergolyk = { set_variable = { name = color_storage value = title:d_b_yergolyk_color } } + title:b_yerwa = { set_variable = { name = color_storage value = title:d_b_yerwa_color } } + title:b_yeshil_chumych = { set_variable = { name = color_storage value = title:d_b_yeshil_chumych_color } } + title:b_yetagiri = { set_variable = { name = color_storage value = title:d_b_yetagiri_color } } + title:b_yezagash = { set_variable = { name = color_storage value = title:d_b_yezagash_color } } + title:b_yidu = { set_variable = { name = color_storage value = title:d_b_yidu_color } } + title:b_yijinai = { set_variable = { name = color_storage value = title:d_b_yijinai_color } } + title:b_yingkiong = { set_variable = { name = color_storage value = title:d_b_yingkiong_color } } + title:b_yiong = { set_variable = { name = color_storage value = title:d_b_yiong_color } } + title:b_yiqen = { set_variable = { name = color_storage value = title:d_b_yiqen_color } } + title:b_yizhi = { set_variable = { name = color_storage value = title:d_b_yizhi_color } } + title:b_ylikainuu = { set_variable = { name = color_storage value = title:d_b_ylikainuu_color } } + title:b_yns_mon = { set_variable = { name = color_storage value = title:d_b_yns_mon_color } } + title:b_yoff = { set_variable = { name = color_storage value = title:d_b_yoff_color } } + title:b_yogoran = { set_variable = { name = color_storage value = title:d_b_yogoran_color } } + title:b_yohongou = { set_variable = { name = color_storage value = title:d_b_yohongou_color } } + title:b_yongdeng = { set_variable = { name = color_storage value = title:d_b_yongdeng_color } } + title:b_yonoir = { set_variable = { name = color_storage value = title:d_b_yonoir_color } } + title:b_yopurga = { set_variable = { name = color_storage value = title:d_b_yopurga_color } } + title:b_yorgaet = { set_variable = { name = color_storage value = title:d_b_yorgaet_color } } + title:b_york = { set_variable = { name = color_storage value = title:d_b_york_color } } + title:b_yoshkar-ola = { set_variable = { name = color_storage value = title:d_b_yoshkar-ola_color } } + title:b_ypres = { set_variable = { name = color_storage value = title:d_b_ypres_color } } + title:b_yuetgan = { set_variable = { name = color_storage value = title:d_b_yuetgan_color } } + title:b_yugan = { set_variable = { name = color_storage value = title:d_b_yugan_color } } + title:b_yugar = { set_variable = { name = color_storage value = title:d_b_yugar_color } } + title:b_yuldybayevo = { set_variable = { name = color_storage value = title:d_b_yuldybayevo_color } } + title:b_yulin = { set_variable = { name = color_storage value = title:d_b_yulin_color } } + title:b_yumai = { set_variable = { name = color_storage value = title:d_b_yumai_color } } + title:b_yumanova = { set_variable = { name = color_storage value = title:d_b_yumanova_color } } + title:b_yumbu_lakhang = { set_variable = { name = color_storage value = title:d_b_yumbu_lakhang_color } } + title:b_yumen = { set_variable = { name = color_storage value = title:d_b_yumen_color } } + title:b_yumenguan = { set_variable = { name = color_storage value = title:d_b_yumenguan_color } } + title:b_yunglro = { set_variable = { name = color_storage value = title:d_b_yunglro_color } } + title:b_yurba = { set_variable = { name = color_storage value = title:d_b_yurba_color } } + title:b_yuriev = { set_variable = { name = color_storage value = title:d_b_yuriev_color } } + title:b_yuryev = { set_variable = { name = color_storage value = title:d_b_yuryev_color } } + title:b_yutur = { set_variable = { name = color_storage value = title:d_b_yutur_color } } + title:b_yuyico = { set_variable = { name = color_storage value = title:d_b_yuyico_color } } + title:b_zabid = { set_variable = { name = color_storage value = title:d_b_zabid_color } } + title:b_zadar = { set_variable = { name = color_storage value = title:d_b_zadar_color } } + title:b_zafar = { set_variable = { name = color_storage value = title:d_b_zafar_color } } + title:b_zafra = { set_variable = { name = color_storage value = title:d_b_zafra_color } } + title:b_zagan = { set_variable = { name = color_storage value = title:d_b_zagan_color } } + title:b_zagan-gol = { set_variable = { name = color_storage value = title:d_b_zagan-gol_color } } + title:b_zaghwan = { set_variable = { name = color_storage value = title:d_b_zaghwan_color } } + title:b_zagora = { set_variable = { name = color_storage value = title:d_b_zagora_color } } + title:b_zagreb = { set_variable = { name = color_storage value = title:d_b_zagreb_color } } + title:b_zaila = { set_variable = { name = color_storage value = title:d_b_zaila_color } } + title:b_zainlha = { set_variable = { name = color_storage value = title:d_b_zainlha_color } } + title:b_zaiza = { set_variable = { name = color_storage value = title:d_b_zaiza_color } } + title:b_zajecar = { set_variable = { name = color_storage value = title:d_b_zajecar_color } } + title:b_zakroczym = { set_variable = { name = color_storage value = title:d_b_zakroczym_color } } + title:b_zakynthos = { set_variable = { name = color_storage value = title:d_b_zakynthos_color } } + title:b_zalaca = { set_variable = { name = color_storage value = title:d_b_zalaca_color } } + title:b_zalha = { set_variable = { name = color_storage value = title:d_b_zalha_color } } + title:b_zamakhshar = { set_variable = { name = color_storage value = title:d_b_zamakhshar_color } } + title:b_zamin = { set_variable = { name = color_storage value = title:d_b_zamin_color } } + title:b_zamindawar = { set_variable = { name = color_storage value = title:d_b_zamindawar_color } } + title:b_zamm = { set_variable = { name = color_storage value = title:d_b_zamm_color } } + title:b_zammour = { set_variable = { name = color_storage value = title:d_b_zammour_color } } + title:b_zamora = { set_variable = { name = color_storage value = title:d_b_zamora_color } } + title:b_zampia = { set_variable = { name = color_storage value = title:d_b_zampia_color } } + title:b_zamtam = { set_variable = { name = color_storage value = title:d_b_zamtam_color } } + title:b_zamtang = { set_variable = { name = color_storage value = title:d_b_zamtang_color } } + title:b_zangla = { set_variable = { name = color_storage value = title:d_b_zangla_color } } + title:b_zanjan = { set_variable = { name = color_storage value = title:d_b_zanjan_color } } + title:b_zanzan = { set_variable = { name = color_storage value = title:d_b_zanzan_color } } + title:b_zapaxi = { set_variable = { name = color_storage value = title:d_b_zapaxi_color } } + title:b_zaqatala = { set_variable = { name = color_storage value = title:d_b_zaqatala_color } } + title:b_zaragoza = { set_variable = { name = color_storage value = title:d_b_zaragoza_color } } + title:b_zarand = { set_variable = { name = color_storage value = title:d_b_zarand_color } } + title:b_zarand_PER = { set_variable = { name = color_storage value = title:d_b_zarand_PER_color } } + title:b_zaranj = { set_variable = { name = color_storage value = title:d_b_zaranj_color } } + title:b_zarapan = { set_variable = { name = color_storage value = title:d_b_zarapan_color } } + title:b_zariskat = { set_variable = { name = color_storage value = title:d_b_zariskat_color } } + title:b_zarmaganda = { set_variable = { name = color_storage value = title:d_b_zarmaganda_color } } + title:b_zarman = { set_variable = { name = color_storage value = title:d_b_zarman_color } } + title:b_zarmatarey = { set_variable = { name = color_storage value = title:d_b_zarmatarey_color } } + title:b_zarnikh = { set_variable = { name = color_storage value = title:d_b_zarnikh_color } } + title:b_zaslavl = { set_variable = { name = color_storage value = title:d_b_zaslavl_color } } + title:b_zaslawye = { set_variable = { name = color_storage value = title:d_b_zaslawye_color } } + title:b_zatec = { set_variable = { name = color_storage value = title:d_b_zatec_color } } + title:b_zatsan = { set_variable = { name = color_storage value = title:d_b_zatsan_color } } + title:b_zavialova = { set_variable = { name = color_storage value = title:d_b_zavialova_color } } + title:b_zawa = { set_variable = { name = color_storage value = title:d_b_zawa_color } } + title:b_zawila = { set_variable = { name = color_storage value = title:d_b_zawila_color } } + title:b_zawkrze = { set_variable = { name = color_storage value = title:d_b_zawkrze_color } } + title:b_zaybak = { set_variable = { name = color_storage value = title:d_b_zaybak_color } } + title:b_zayu = { set_variable = { name = color_storage value = title:d_b_zayu_color } } + title:b_zazzau = { set_variable = { name = color_storage value = title:d_b_zazzau_color } } + title:b_zdar = { set_variable = { name = color_storage value = title:d_b_zdar_color } } + title:b_zdvyzhen = { set_variable = { name = color_storage value = title:d_b_zdvyzhen_color } } + title:b_zegligovo = { set_variable = { name = color_storage value = title:d_b_zegligovo_color } } + title:b_zeila_CHA = { set_variable = { name = color_storage value = title:d_b_zeila_CHA_color } } + title:b_zekog = { set_variable = { name = color_storage value = title:d_b_zekog_color } } + title:b_zela = { set_variable = { name = color_storage value = title:d_b_zela_color } } + title:b_zemplen = { set_variable = { name = color_storage value = title:d_b_zemplen_color } } + title:b_zemun = { set_variable = { name = color_storage value = title:d_b_zemun_color } } + title:b_zenta = { set_variable = { name = color_storage value = title:d_b_zenta_color } } + title:b_zerbst = { set_variable = { name = color_storage value = title:d_b_zerbst_color } } + title:b_zermion = { set_variable = { name = color_storage value = title:d_b_zermion_color } } + title:b_zetang = { set_variable = { name = color_storage value = title:d_b_zetang_color } } + title:b_zetouni = { set_variable = { name = color_storage value = title:d_b_zetouni_color } } + title:b_zeven = { set_variable = { name = color_storage value = title:d_b_zeven_color } } + title:b_zhaltyr = { set_variable = { name = color_storage value = title:d_b_zhaltyr_color } } + title:b_zhamog = { set_variable = { name = color_storage value = title:d_b_zhamog_color } } + title:b_zhelanash = { set_variable = { name = color_storage value = title:d_b_zhelanash_color } } + title:b_zhelezny_ustyug = { set_variable = { name = color_storage value = title:d_b_zhelezny_ustyug_color } } + title:b_zhemgang = { set_variable = { name = color_storage value = title:d_b_zhemgang_color } } + title:b_zhenfan = { set_variable = { name = color_storage value = title:d_b_zhenfan_color } } + title:b_zherkovo = { set_variable = { name = color_storage value = title:d_b_zherkovo_color } } + title:b_zhiteu = { set_variable = { name = color_storage value = title:d_b_zhiteu_color } } + title:b_zhitikara = { set_variable = { name = color_storage value = title:d_b_zhitikara_color } } + title:b_zhlobin = { set_variable = { name = color_storage value = title:d_b_zhlobin_color } } + title:b_zhob = { set_variable = { name = color_storage value = title:d_b_zhob_color } } + title:b_zhongcun = { set_variable = { name = color_storage value = title:d_b_zhongcun_color } } + title:b_zhugqu = { set_variable = { name = color_storage value = title:d_b_zhugqu_color } } + title:b_zhytkavichy = { set_variable = { name = color_storage value = title:d_b_zhytkavichy_color } } + title:b_zhytomyr = { set_variable = { name = color_storage value = title:d_b_zhytomyr_color } } + title:b_ziba = { set_variable = { name = color_storage value = title:d_b_ziba_color } } + title:b_zica = { set_variable = { name = color_storage value = title:d_b_zica_color } } + title:b_ziegenhain = { set_variable = { name = color_storage value = title:d_b_ziegenhain_color } } + title:b_zilm = { set_variable = { name = color_storage value = title:d_b_zilm_color } } + title:b_zima_MON = { set_variable = { name = color_storage value = title:d_b_zima_MON_color } } + title:b_zinder = { set_variable = { name = color_storage value = title:d_b_zinder_color } } + title:b_ziporea = { set_variable = { name = color_storage value = title:d_b_ziporea_color } } + title:b_zirc = { set_variable = { name = color_storage value = title:d_b_zirc_color } } + title:b_zirjan = { set_variable = { name = color_storage value = title:d_b_zirjan_color } } + title:b_ziro = { set_variable = { name = color_storage value = title:d_b_ziro_color } } + title:b_zitava = { set_variable = { name = color_storage value = title:d_b_zitava_color } } + title:b_ziz = { set_variable = { name = color_storage value = title:d_b_ziz_color } } + title:b_zlatoust = { set_variable = { name = color_storage value = title:d_b_zlatoust_color } } + title:b_zlotow = { set_variable = { name = color_storage value = title:d_b_zlotow_color } } + title:b_znin = { set_variable = { name = color_storage value = title:d_b_znin_color } } + title:b_znojmo = { set_variable = { name = color_storage value = title:d_b_znojmo_color } } + title:b_zoco = { set_variable = { name = color_storage value = title:d_b_zoco_color } } + title:b_zogang = { set_variable = { name = color_storage value = title:d_b_zogang_color } } + title:b_zoige = { set_variable = { name = color_storage value = title:d_b_zoige_color } } + title:b_zokya = { set_variable = { name = color_storage value = title:d_b_zokya_color } } + title:b_zollern = { set_variable = { name = color_storage value = title:d_b_zollern_color } } + title:b_zolonta = { set_variable = { name = color_storage value = title:d_b_zolonta_color } } + title:b_zolotonosha = { set_variable = { name = color_storage value = title:d_b_zolotonosha_color } } + title:b_zolyom = { set_variable = { name = color_storage value = title:d_b_zolyom_color } } + title:b_zondoma = { set_variable = { name = color_storage value = title:d_b_zondoma_color } } + title:b_zoresti = { set_variable = { name = color_storage value = title:d_b_zoresti_color } } + title:b_zsolna = { set_variable = { name = color_storage value = title:d_b_zsolna_color } } + title:b_zubala = { set_variable = { name = color_storage value = title:d_b_zubala_color } } + title:b_zubstov = { set_variable = { name = color_storage value = title:d_b_zubstov_color } } + title:b_zuera = { set_variable = { name = color_storage value = title:d_b_zuera_color } } + title:b_zugdidi = { set_variable = { name = color_storage value = title:d_b_zugdidi_color } } + title:b_zughar = { set_variable = { name = color_storage value = title:d_b_zughar_color } } + title:b_zurabad = { set_variable = { name = color_storage value = title:d_b_zurabad_color } } + title:b_zurich = { set_variable = { name = color_storage value = title:d_b_zurich_color } } + title:b_zurita = { set_variable = { name = color_storage value = title:d_b_zurita_color } } + title:b_zurra = { set_variable = { name = color_storage value = title:d_b_zurra_color } } + title:b_zuru = { set_variable = { name = color_storage value = title:d_b_zuru_color } } + title:b_zutphen = { set_variable = { name = color_storage value = title:d_b_zutphen_color } } + title:b_zuunbaykal = { set_variable = { name = color_storage value = title:d_b_zuunbaykal_color } } + title:b_zuwara = { set_variable = { name = color_storage value = title:d_b_zuwara_color } } + title:b_zvecan = { set_variable = { name = color_storage value = title:d_b_zvecan_color } } + title:b_zvenyhorod = { set_variable = { name = color_storage value = title:d_b_zvenyhorod_color } } + title:b_zvornik = { set_variable = { name = color_storage value = title:d_b_zvornik_color } } + title:b_zvyahel = { set_variable = { name = color_storage value = title:d_b_zvyahel_color } } + title:b_zweibrucken = { set_variable = { name = color_storage value = title:d_b_zweibrucken_color } } + title:b_zwettl = { set_variable = { name = color_storage value = title:d_b_zwettl_color } } + title:b_zwolle = { set_variable = { name = color_storage value = title:d_b_zwolle_color } } + title:b_zynna = { set_variable = { name = color_storage value = title:d_b_zynna_color } } + title:b_zyryan = { set_variable = { name = color_storage value = title:d_b_zyryan_color } } + title:c_aachen = { set_variable = { name = color_storage value = title:d_c_aachen_color } } + title:c_aalborg = { set_variable = { name = color_storage value = title:d_c_aalborg_color } } + title:c_aarhus = { set_variable = { name = color_storage value = title:d_c_aarhus_color } } + title:c_abakan = { set_variable = { name = color_storage value = title:d_c_abakan_color } } + title:c_abauj = { set_variable = { name = color_storage value = title:d_c_abauj_color } } + title:c_abbadan = { set_variable = { name = color_storage value = title:d_c_abbadan_color } } + title:c_abivard = { set_variable = { name = color_storage value = title:d_c_abivard_color } } + title:c_abkhazia = { set_variable = { name = color_storage value = title:d_c_abkhazia_color } } + title:c_ablastha = { set_variable = { name = color_storage value = title:d_c_ablastha_color } } + title:c_abomey = { set_variable = { name = color_storage value = title:d_c_abomey_color } } + title:c_abruzzi = { set_variable = { name = color_storage value = title:d_c_abruzzi_color } } + title:c_abu_hammad = { set_variable = { name = color_storage value = title:d_c_abu_hammad_color } } + title:c_abwab = { set_variable = { name = color_storage value = title:d_c_abwab_color } } + title:c_abydos = { set_variable = { name = color_storage value = title:d_c_abydos_color } } + title:c_acalapura = { set_variable = { name = color_storage value = title:d_c_acalapura_color } } + title:c_acampse = { set_variable = { name = color_storage value = title:d_c_acampse_color } } + title:c_achaia = { set_variable = { name = color_storage value = title:d_c_achaia_color } } + title:c_acre = { set_variable = { name = color_storage value = title:d_c_acre_color } } + title:c_adanse = { set_variable = { name = color_storage value = title:d_c_adanse_color } } + title:c_adoni = { set_variable = { name = color_storage value = title:d_c_adoni_color } } + title:c_adrianopolis = { set_variable = { name = color_storage value = title:d_c_adrianopolis_color } } + title:c_aeolis = { set_variable = { name = color_storage value = title:d_c_aeolis_color } } + title:c_aetolia = { set_variable = { name = color_storage value = title:d_c_aetolia_color } } + title:c_afar = { set_variable = { name = color_storage value = title:d_c_afar_color } } + title:c_afram = { set_variable = { name = color_storage value = title:d_c_afram_color } } + title:c_agadir = { set_variable = { name = color_storage value = title:d_c_agadir_color } } + title:c_agairik = { set_variable = { name = color_storage value = title:d_c_agairik_color } } + title:c_agaw_meder = { set_variable = { name = color_storage value = title:d_c_agaw_meder_color } } + title:c_agdeside = { set_variable = { name = color_storage value = title:d_c_agdeside_color } } + title:c_agenais = { set_variable = { name = color_storage value = title:d_c_agenais_color } } + title:c_agrigento = { set_variable = { name = color_storage value = title:d_c_agrigento_color } } + title:c_ahqaf = { set_variable = { name = color_storage value = title:d_c_ahqaf_color } } + title:c_ahvaz = { set_variable = { name = color_storage value = title:d_c_ahvaz_color } } + title:c_ailech = { set_variable = { name = color_storage value = title:d_c_ailech_color } } + title:c_ain_galakka = { set_variable = { name = color_storage value = title:d_c_ain_galakka_color } } + title:c_aintab = { set_variable = { name = color_storage value = title:d_c_aintab_color } } + title:c_air = { set_variable = { name = color_storage value = title:d_c_air_color } } + title:c_ajaccio = { set_variable = { name = color_storage value = title:d_c_ajaccio_color } } + title:c_ajayameru = { set_variable = { name = color_storage value = title:d_c_ajayameru_color } } + title:c_ak-dzulpas = { set_variable = { name = color_storage value = title:d_c_ak-dzulpas_color } } + title:c_akhadid = { set_variable = { name = color_storage value = title:d_c_akhadid_color } } + title:c_akkel = { set_variable = { name = color_storage value = title:d_c_akkel_color } } + title:c_akkityk = { set_variable = { name = color_storage value = title:d_c_akkityk_color } } + title:c_aksay = { set_variable = { name = color_storage value = title:d_c_aksay_color } } + title:c_aksu = { set_variable = { name = color_storage value = title:d_c_aksu_color } } + title:c_aksuyek = { set_variable = { name = color_storage value = title:d_c_aksuyek_color } } + title:c_al-arid = { set_variable = { name = color_storage value = title:d_c_al-arid_color } } + title:c_al-asa = { set_variable = { name = color_storage value = title:d_c_al-asa_color } } + title:c_al-buhaira = { set_variable = { name = color_storage value = title:d_c_al-buhaira_color } } + title:c_al-gharbiya = { set_variable = { name = color_storage value = title:d_c_al-gharbiya_color } } + title:c_al-haditha = { set_variable = { name = color_storage value = title:d_c_al-haditha_color } } + title:c_al-hasa = { set_variable = { name = color_storage value = title:d_c_al-hasa_color } } + title:c_al_aqabah = { set_variable = { name = color_storage value = title:d_c_al_aqabah_color } } + title:c_al_jawf = { set_variable = { name = color_storage value = title:d_c_al_jawf_color } } + title:c_aland = { set_variable = { name = color_storage value = title:d_c_aland_color } } + title:c_alarcon = { set_variable = { name = color_storage value = title:d_c_alarcon_color } } + title:c_albarracin = { set_variable = { name = color_storage value = title:d_c_albarracin_color } } + title:c_albi = { set_variable = { name = color_storage value = title:d_c_albi_color } } + title:c_albret = { set_variable = { name = color_storage value = title:d_c_albret_color } } + title:c_alcacer_do_sal = { set_variable = { name = color_storage value = title:d_c_alcacer_do_sal_color } } + title:c_alcaniz = { set_variable = { name = color_storage value = title:d_c_alcaniz_color } } + title:c_alcaraz = { set_variable = { name = color_storage value = title:d_c_alcaraz_color } } + title:c_alencon = { set_variable = { name = color_storage value = title:d_c_alencon_color } } + title:c_aleppo = { set_variable = { name = color_storage value = title:d_c_aleppo_color } } + title:c_alexandretta = { set_variable = { name = color_storage value = title:d_c_alexandretta_color } } + title:c_alexandria = { set_variable = { name = color_storage value = title:d_c_alexandria_color } } + title:c_aley = { set_variable = { name = color_storage value = title:d_c_aley_color } } + title:c_algeciras = { set_variable = { name = color_storage value = title:d_c_algeciras_color } } + title:c_algier = { set_variable = { name = color_storage value = title:d_c_algier_color } } + title:c_alicante = { set_variable = { name = color_storage value = title:d_c_alicante_color } } + title:c_allai = { set_variable = { name = color_storage value = title:d_c_allai_color } } + title:c_allaqi = { set_variable = { name = color_storage value = title:d_c_allaqi_color } } + title:c_allenstein = { set_variable = { name = color_storage value = title:d_c_allenstein_color } } + title:c_almader = { set_variable = { name = color_storage value = title:d_c_almader_color } } + title:c_almaty = { set_variable = { name = color_storage value = title:d_c_almaty_color } } + title:c_almeria = { set_variable = { name = color_storage value = title:d_c_almeria_color } } + title:c_alodia = { set_variable = { name = color_storage value = title:d_c_alodia_color } } + title:c_along = { set_variable = { name = color_storage value = title:d_c_along_color } } + title:c_alpsee = { set_variable = { name = color_storage value = title:d_c_alpsee_color } } + title:c_altay = { set_variable = { name = color_storage value = title:d_c_altay_color } } + title:c_alto_aragon = { set_variable = { name = color_storage value = title:d_c_alto_aragon_color } } + title:c_aluksne = { set_variable = { name = color_storage value = title:d_c_aluksne_color } } + title:c_alupa = { set_variable = { name = color_storage value = title:d_c_alupa_color } } + title:c_alxa = { set_variable = { name = color_storage value = title:d_c_alxa_color } } + title:c_amatlus = { set_variable = { name = color_storage value = title:d_c_amatlus_color } } + title:c_amaya = { set_variable = { name = color_storage value = title:d_c_amaya_color } } + title:c_amdo = { set_variable = { name = color_storage value = title:d_c_amdo_color } } + title:c_amhara = { set_variable = { name = color_storage value = title:d_c_amhara_color } } + title:c_amida = { set_variable = { name = color_storage value = title:d_c_amida_color } } + title:c_amiens = { set_variable = { name = color_storage value = title:d_c_amiens_color } } + title:c_amol = { set_variable = { name = color_storage value = title:d_c_amol_color } } + title:c_amstetten = { set_variable = { name = color_storage value = title:d_c_amstetten_color } } + title:c_anbar = { set_variable = { name = color_storage value = title:d_c_anbar_color } } + title:c_ancona = { set_variable = { name = color_storage value = title:d_c_ancona_color } } + title:c_andujar = { set_variable = { name = color_storage value = title:d_c_andujar_color } } + title:c_angerburg = { set_variable = { name = color_storage value = title:d_c_angerburg_color } } + title:c_angermanland = { set_variable = { name = color_storage value = title:d_c_angermanland_color } } + title:c_anglesey = { set_variable = { name = color_storage value = title:d_c_anglesey_color } } + title:c_angot = { set_variable = { name = color_storage value = title:d_c_angot_color } } + title:c_angouleme = { set_variable = { name = color_storage value = title:d_c_angouleme_color } } + title:c_angus = { set_variable = { name = color_storage value = title:d_c_angus_color } } + title:c_anja = { set_variable = { name = color_storage value = title:d_c_anja_color } } + title:c_anjou = { set_variable = { name = color_storage value = title:d_c_anjou_color } } + title:c_annaba = { set_variable = { name = color_storage value = title:d_c_annaba_color } } + title:c_annandale = { set_variable = { name = color_storage value = title:d_c_annandale_color } } + title:c_ansbach = { set_variable = { name = color_storage value = title:d_c_ansbach_color } } + title:c_ansongo = { set_variable = { name = color_storage value = title:d_c_ansongo_color } } + title:c_antiocheia = { set_variable = { name = color_storage value = title:d_c_antiocheia_color } } + title:c_antipatreia = { set_variable = { name = color_storage value = title:d_c_antipatreia_color } } + title:c_antwerpen = { set_variable = { name = color_storage value = title:d_c_antwerpen_color } } + title:c_aosta = { set_variable = { name = color_storage value = title:d_c_aosta_color } } + title:c_aowin = { set_variable = { name = color_storage value = title:d_c_aowin_color } } + title:c_apahunik = { set_variable = { name = color_storage value = title:d_c_apahunik_color } } + title:c_apulia = { set_variable = { name = color_storage value = title:d_c_apulia_color } } + title:c_aqenganggyai = { set_variable = { name = color_storage value = title:d_c_aqenganggyai_color } } + title:c_aqiq = { set_variable = { name = color_storage value = title:d_c_aqiq_color } } + title:c_aqtobe = { set_variable = { name = color_storage value = title:d_c_aqtobe_color } } + title:c_aquileia = { set_variable = { name = color_storage value = title:d_c_aquileia_color } } + title:c_aquincum = { set_variable = { name = color_storage value = title:d_c_aquincum_color } } + title:c_arad = { set_variable = { name = color_storage value = title:d_c_arad_color } } + title:c_aral_karakum = { set_variable = { name = color_storage value = title:d_c_aral_karakum_color } } + title:c_aralkizil = { set_variable = { name = color_storage value = title:d_c_aralkizil_color } } + title:c_aran = { set_variable = { name = color_storage value = title:d_c_aran_color } } + title:c_arawan = { set_variable = { name = color_storage value = title:d_c_arawan_color } } + title:c_arbanon = { set_variable = { name = color_storage value = title:d_c_arbanon_color } } + title:c_arborea = { set_variable = { name = color_storage value = title:d_c_arborea_color } } + title:c_ardabil = { set_variable = { name = color_storage value = title:d_c_ardabil_color } } + title:c_ardestan = { set_variable = { name = color_storage value = title:d_c_ardestan_color } } + title:c_arezzo = { set_variable = { name = color_storage value = title:d_c_arezzo_color } } + title:c_argyll = { set_variable = { name = color_storage value = title:d_c_argyll_color } } + title:c_arigh = { set_variable = { name = color_storage value = title:d_c_arigh_color } } + title:c_ariksar = { set_variable = { name = color_storage value = title:d_c_ariksar_color } } + title:c_arkat = { set_variable = { name = color_storage value = title:d_c_arkat_color } } + title:c_armagnac = { set_variable = { name = color_storage value = title:d_c_armagnac_color } } + title:c_arnhem = { set_variable = { name = color_storage value = title:d_c_arnhem_color } } + title:c_arnsberg = { set_variable = { name = color_storage value = title:d_c_arnsberg_color } } + title:c_aror = { set_variable = { name = color_storage value = title:d_c_aror_color } } + title:c_arrajan = { set_variable = { name = color_storage value = title:d_c_arrajan_color } } + title:c_arusi = { set_variable = { name = color_storage value = title:d_c_arusi_color } } + title:c_arzhan = { set_variable = { name = color_storage value = title:d_c_arzhan_color } } + title:c_asfi = { set_variable = { name = color_storage value = title:d_c_asfi_color } } + title:c_ashir = { set_variable = { name = color_storage value = title:d_c_ashir_color } } + title:c_ashli = { set_variable = { name = color_storage value = title:d_c_ashli_color } } + title:c_ashmaka = { set_variable = { name = color_storage value = title:d_c_ashmaka_color } } + title:c_asir = { set_variable = { name = color_storage value = title:d_c_asir_color } } + title:c_asirgarh = { set_variable = { name = color_storage value = title:d_c_asirgarh_color } } + title:c_asni = { set_variable = { name = color_storage value = title:d_c_asni_color } } + title:c_aso = { set_variable = { name = color_storage value = title:d_c_aso_color } } + title:c_astana = { set_variable = { name = color_storage value = title:d_c_astana_color } } + title:c_astore = { set_variable = { name = color_storage value = title:d_c_astore_color } } + title:c_astorga = { set_variable = { name = color_storage value = title:d_c_astorga_color } } + title:c_astrakhan = { set_variable = { name = color_storage value = title:d_c_astrakhan_color } } + title:c_asturias_de_oviedo = { set_variable = { name = color_storage value = title:d_c_asturias_de_oviedo_color } } + title:c_asturias_de_santillana = { set_variable = { name = color_storage value = title:d_c_asturias_de_santillana_color } } + title:c_aswan = { set_variable = { name = color_storage value = title:d_c_aswan_color } } + title:c_asyut = { set_variable = { name = color_storage value = title:d_c_asyut_color } } + title:c_atamansku = { set_variable = { name = color_storage value = title:d_c_atamansku_color } } + title:c_atbara = { set_variable = { name = color_storage value = title:d_c_atbara_color } } + title:c_atbasar = { set_variable = { name = color_storage value = title:d_c_atbasar_color } } + title:c_athlone = { set_variable = { name = color_storage value = title:d_c_athlone_color } } + title:c_atholl = { set_variable = { name = color_storage value = title:d_c_atholl_color } } + title:c_atkarsk = { set_variable = { name = color_storage value = title:d_c_atkarsk_color } } + title:c_attica = { set_variable = { name = color_storage value = title:d_c_attica_color } } + title:c_attie = { set_variable = { name = color_storage value = title:d_c_attie_color } } + title:c_atyrau = { set_variable = { name = color_storage value = title:d_c_atyrau_color } } + title:c_augsburg = { set_variable = { name = color_storage value = title:d_c_augsburg_color } } + title:c_aunis = { set_variable = { name = color_storage value = title:d_c_aunis_color } } + title:c_austisland = { set_variable = { name = color_storage value = title:d_c_austisland_color } } + title:c_auvergne = { set_variable = { name = color_storage value = title:d_c_auvergne_color } } + title:c_auxerre = { set_variable = { name = color_storage value = title:d_c_auxerre_color } } + title:c_ava = { set_variable = { name = color_storage value = title:d_c_ava_color } } + title:c_avalois = { set_variable = { name = color_storage value = title:d_c_avalois_color } } + title:c_aveiro = { set_variable = { name = color_storage value = title:d_c_aveiro_color } } + title:c_avila = { set_variable = { name = color_storage value = title:d_c_avila_color } } + title:c_aviovara = { set_variable = { name = color_storage value = title:d_c_aviovara_color } } + title:c_avlonas = { set_variable = { name = color_storage value = title:d_c_avlonas_color } } + title:c_avranches = { set_variable = { name = color_storage value = title:d_c_avranches_color } } + title:c_awjila = { set_variable = { name = color_storage value = title:d_c_awjila_color } } + title:c_awkar = { set_variable = { name = color_storage value = title:d_c_awkar_color } } + title:c_awssa = { set_variable = { name = color_storage value = title:d_c_awssa_color } } + title:c_aydhab = { set_variable = { name = color_storage value = title:d_c_aydhab_color } } + title:c_ayn_farah = { set_variable = { name = color_storage value = title:d_c_ayn_farah_color } } + title:c_ayodhya = { set_variable = { name = color_storage value = title:d_c_ayodhya_color } } + title:c_ayrarat = { set_variable = { name = color_storage value = title:d_c_ayrarat_color } } + title:c_ayrshire = { set_variable = { name = color_storage value = title:d_c_ayrshire_color } } + title:c_aytos = { set_variable = { name = color_storage value = title:d_c_aytos_color } } + title:c_az-dhahira = { set_variable = { name = color_storage value = title:d_c_az-dhahira_color } } + title:c_azas = { set_variable = { name = color_storage value = title:d_c_azas_color } } + title:c_azov = { set_variable = { name = color_storage value = title:d_c_azov_color } } + title:c_azukki = { set_variable = { name = color_storage value = title:d_c_azukki_color } } + title:c_azysia = { set_variable = { name = color_storage value = title:d_c_azysia_color } } + title:c_baalbek = { set_variable = { name = color_storage value = title:d_c_baalbek_color } } + title:c_babruysk = { set_variable = { name = color_storage value = title:d_c_babruysk_color } } + title:c_bacs = { set_variable = { name = color_storage value = title:d_c_bacs_color } } + title:c_badajoz = { set_variable = { name = color_storage value = title:d_c_badajoz_color } } + title:c_badakhshan = { set_variable = { name = color_storage value = title:d_c_badakhshan_color } } + title:c_badaraya = { set_variable = { name = color_storage value = title:d_c_badaraya_color } } + title:c_baden = { set_variable = { name = color_storage value = title:d_c_baden_color } } + title:c_badghis = { set_variable = { name = color_storage value = title:d_c_badghis_color } } + title:c_badi = { set_variable = { name = color_storage value = title:d_c_badi_color } } + title:c_badis = { set_variable = { name = color_storage value = title:d_c_badis_color } } + title:c_baduspan = { set_variable = { name = color_storage value = title:d_c_baduspan_color } } + title:c_baghdad = { set_variable = { name = color_storage value = title:d_c_baghdad_color } } + title:c_bagrewand = { set_variable = { name = color_storage value = title:d_c_bagrewand_color } } + title:c_baguirmi = { set_variable = { name = color_storage value = title:d_c_baguirmi_color } } + title:c_bahnasa = { set_variable = { name = color_storage value = title:d_c_bahnasa_color } } + title:c_bahriya = { set_variable = { name = color_storage value = title:d_c_bahriya_color } } + title:c_baibalik = { set_variable = { name = color_storage value = title:d_c_baibalik_color } } + title:c_baigaluuls = { set_variable = { name = color_storage value = title:d_c_baigaluuls_color } } + title:c_baihaq = { set_variable = { name = color_storage value = title:d_c_baihaq_color } } + title:c_bailaqan = { set_variable = { name = color_storage value = title:d_c_bailaqan_color } } + title:c_baima = { set_variable = { name = color_storage value = title:d_c_baima_color } } + title:c_baingoin = { set_variable = { name = color_storage value = title:d_c_baingoin_color } } + title:c_baisary = { set_variable = { name = color_storage value = title:d_c_baisary_color } } + title:c_baiyin = { set_variable = { name = color_storage value = title:d_c_baiyin_color } } + title:c_bajura = { set_variable = { name = color_storage value = title:d_c_bajura_color } } + title:c_bakharz = { set_variable = { name = color_storage value = title:d_c_bakharz_color } } + title:c_bakhmut = { set_variable = { name = color_storage value = title:d_c_bakhmut_color } } + title:c_bakriya = { set_variable = { name = color_storage value = title:d_c_bakriya_color } } + title:c_balachev = { set_variable = { name = color_storage value = title:d_c_balachev_color } } + title:c_balashagun = { set_variable = { name = color_storage value = title:d_c_balashagun_color } } + title:c_balgun = { set_variable = { name = color_storage value = title:d_c_balgun_color } } + title:c_bali = { set_variable = { name = color_storage value = title:d_c_bali_color } } + title:c_balkh = { set_variable = { name = color_storage value = title:d_c_balkh_color } } + title:c_balkonda = { set_variable = { name = color_storage value = title:d_c_balkonda_color } } + title:c_balqa = { set_variable = { name = color_storage value = title:d_c_balqa_color } } + title:c_bam = { set_variable = { name = color_storage value = title:d_c_bam_color } } + title:c_bamberg = { set_variable = { name = color_storage value = title:d_c_bamberg_color } } + title:c_bambuk = { set_variable = { name = color_storage value = title:d_c_bambuk_color } } + title:c_bamian = { set_variable = { name = color_storage value = title:d_c_bamian_color } } + title:c_bampur = { set_variable = { name = color_storage value = title:d_c_bampur_color } } + title:c_banavasi = { set_variable = { name = color_storage value = title:d_c_banavasi_color } } + title:c_banbar = { set_variable = { name = color_storage value = title:d_c_banbar_color } } + title:c_bandhugadha = { set_variable = { name = color_storage value = title:d_c_bandhugadha_color } } + title:c_bandiagara = { set_variable = { name = color_storage value = title:d_c_bandiagara_color } } + title:c_bangaon = { set_variable = { name = color_storage value = title:d_c_bangaon_color } } + title:c_bannu = { set_variable = { name = color_storage value = title:d_c_bannu_color } } + title:c_banre = { set_variable = { name = color_storage value = title:d_c_banre_color } } + title:c_baol = { set_variable = { name = color_storage value = title:d_c_baol_color } } + title:c_baqen = { set_variable = { name = color_storage value = title:d_c_baqen_color } } + title:c_baqlin = { set_variable = { name = color_storage value = title:d_c_baqlin_color } } + title:c_bar = { set_variable = { name = color_storage value = title:d_c_bar_color } } + title:c_baranya = { set_variable = { name = color_storage value = title:d_c_baranya_color } } + title:c_barasuru = { set_variable = { name = color_storage value = title:d_c_barasuru_color } } + title:c_barbacadle = { set_variable = { name = color_storage value = title:d_c_barbacadle_color } } + title:c_barcasag = { set_variable = { name = color_storage value = title:d_c_barcasag_color } } + title:c_barcelona = { set_variable = { name = color_storage value = title:d_c_barcelona_color } } + title:c_bardak = { set_variable = { name = color_storage value = title:d_c_bardak_color } } + title:c_bargajan = { set_variable = { name = color_storage value = title:d_c_bargajan_color } } + title:c_bari = { set_variable = { name = color_storage value = title:d_c_bari_color } } + title:c_barkam = { set_variable = { name = color_storage value = title:d_c_barkam_color } } + title:c_barkul = { set_variable = { name = color_storage value = title:d_c_barkul_color } } + title:c_barlad = { set_variable = { name = color_storage value = title:d_c_barlad_color } } + title:c_barma = { set_variable = { name = color_storage value = title:d_c_barma_color } } + title:c_barnaul = { set_variable = { name = color_storage value = title:d_c_barnaul_color } } + title:c_barqa = { set_variable = { name = color_storage value = title:d_c_barqa_color } } + title:c_bars = { set_variable = { name = color_storage value = title:d_c_bars_color } } + title:c_barsuki = { set_variable = { name = color_storage value = title:d_c_barsuki_color } } + title:c_bartenstein = { set_variable = { name = color_storage value = title:d_c_bartenstein_color } } + title:c_basagha = { set_variable = { name = color_storage value = title:d_c_basagha_color } } + title:c_basra = { set_variable = { name = color_storage value = title:d_c_basra_color } } + title:c_bassa = { set_variable = { name = color_storage value = title:d_c_bassa_color } } + title:c_bastia = { set_variable = { name = color_storage value = title:d_c_bastia_color } } + title:c_batang = { set_variable = { name = color_storage value = title:d_c_batang_color } } + title:c_batiha = { set_variable = { name = color_storage value = title:d_c_batiha_color } } + title:c_batina = { set_variable = { name = color_storage value = title:d_c_batina_color } } + title:c_batn_al-hajar = { set_variable = { name = color_storage value = title:d_c_batn_al-hajar_color } } + title:c_batticaloa = { set_variable = { name = color_storage value = title:d_c_batticaloa_color } } + title:c_bauchi = { set_variable = { name = color_storage value = title:d_c_bauchi_color } } + title:c_baxoi = { set_variable = { name = color_storage value = title:d_c_baxoi_color } } + title:c_baydhabo = { set_variable = { name = color_storage value = title:d_c_baydhabo_color } } + title:c_bayeux = { set_variable = { name = color_storage value = title:d_c_bayeux_color } } + title:c_bazin = { set_variable = { name = color_storage value = title:d_c_bazin_color } } + title:c_bearn = { set_variable = { name = color_storage value = title:d_c_bearn_color } } + title:c_beaumont = { set_variable = { name = color_storage value = title:d_c_beaumont_color } } + title:c_bedford = { set_variable = { name = color_storage value = title:d_c_bedford_color } } + title:c_begemder = { set_variable = { name = color_storage value = title:d_c_begemder_color } } + title:c_begho = { set_variable = { name = color_storage value = title:d_c_begho_color } } + title:c_behabad = { set_variable = { name = color_storage value = title:d_c_behabad_color } } + title:c_beirut = { set_variable = { name = color_storage value = title:d_c_beirut_color } } + title:c_beja = { set_variable = { name = color_storage value = title:d_c_beja_color } } + title:c_bejaia = { set_variable = { name = color_storage value = title:d_c_bejaia_color } } + title:c_bekes = { set_variable = { name = color_storage value = title:d_c_bekes_color } } + title:c_beksima = { set_variable = { name = color_storage value = title:d_c_beksima_color } } + title:c_belebey = { set_variable = { name = color_storage value = title:d_c_belebey_color } } + title:c_bellac = { set_variable = { name = color_storage value = title:d_c_bellac_color } } + title:c_belogorje = { set_variable = { name = color_storage value = title:d_c_belogorje_color } } + title:c_beloozero = { set_variable = { name = color_storage value = title:d_c_beloozero_color } } + title:c_belz = { set_variable = { name = color_storage value = title:d_c_belz_color } } + title:c_bena = { set_variable = { name = color_storage value = title:d_c_bena_color } } + title:c_benavente = { set_variable = { name = color_storage value = title:d_c_benavente_color } } + title:c_benevento = { set_variable = { name = color_storage value = title:d_c_benevento_color } } + title:c_benin = { set_variable = { name = color_storage value = title:d_c_benin_color } } + title:c_beograd = { set_variable = { name = color_storage value = title:d_c_beograd_color } } + title:c_berbera = { set_variable = { name = color_storage value = title:d_c_berbera_color } } + title:c_berchtesgaden = { set_variable = { name = color_storage value = title:d_c_berchtesgaden_color } } + title:c_bereg = { set_variable = { name = color_storage value = title:d_c_bereg_color } } + title:c_berent = { set_variable = { name = color_storage value = title:d_c_berent_color } } + title:c_berestye = { set_variable = { name = color_storage value = title:d_c_berestye_color } } + title:c_bergh = { set_variable = { name = color_storage value = title:d_c_bergh_color } } + title:c_berkshire = { set_variable = { name = color_storage value = title:d_c_berkshire_color } } + title:c_berlin = { set_variable = { name = color_storage value = title:d_c_berlin_color } } + title:c_bern = { set_variable = { name = color_storage value = title:d_c_bern_color } } + title:c_beroe = { set_variable = { name = color_storage value = title:d_c_beroe_color } } + title:c_berry = { set_variable = { name = color_storage value = title:d_c_berry_color } } + title:c_berta = { set_variable = { name = color_storage value = title:d_c_berta_color } } + title:c_besancon = { set_variable = { name = color_storage value = title:d_c_besancon_color } } + title:c_beshbalik = { set_variable = { name = color_storage value = title:d_c_beshbalik_color } } + title:c_beszterce = { set_variable = { name = color_storage value = title:d_c_beszterce_color } } + title:c_bethen = { set_variable = { name = color_storage value = title:d_c_bethen_color } } + title:c_betpa = { set_variable = { name = color_storage value = title:d_c_betpa_color } } + title:c_bezichi = { set_variable = { name = color_storage value = title:d_c_bezichi_color } } + title:c_beziers = { set_variable = { name = color_storage value = title:d_c_beziers_color } } + title:c_bhakkar = { set_variable = { name = color_storage value = title:d_c_bhakkar_color } } + title:c_bhaktapur = { set_variable = { name = color_storage value = title:d_c_bhaktapur_color } } + title:c_bhera = { set_variable = { name = color_storage value = title:d_c_bhera_color } } + title:c_bhumilka = { set_variable = { name = color_storage value = title:d_c_bhumilka_color } } + title:c_bigorre = { set_variable = { name = color_storage value = title:d_c_bigorre_color } } + title:c_bihar = { set_variable = { name = color_storage value = title:d_c_bihar_color } } + title:c_biia = { set_variable = { name = color_storage value = title:d_c_biia_color } } + title:c_bikrampur = { set_variable = { name = color_storage value = title:d_c_bikrampur_color } } + title:c_bilizma = { set_variable = { name = color_storage value = title:d_c_bilizma_color } } + title:c_bilma = { set_variable = { name = color_storage value = title:d_c_bilma_color } } + title:c_bindugu = { set_variable = { name = color_storage value = title:d_c_bindugu_color } } + title:c_bir_amir = { set_variable = { name = color_storage value = title:d_c_bir_amir_color } } + title:c_bisha = { set_variable = { name = color_storage value = title:d_c_bisha_color } } + title:c_biskra = { set_variable = { name = color_storage value = title:d_c_biskra_color } } + title:c_bithynia = { set_variable = { name = color_storage value = title:d_c_bithynia_color } } + title:c_biton = { set_variable = { name = color_storage value = title:d_c_biton_color } } + title:c_biun = { set_variable = { name = color_storage value = title:d_c_biun_color } } + title:c_blankenburg = { set_variable = { name = color_storage value = title:d_c_blankenburg_color } } + title:c_blekinge = { set_variable = { name = color_storage value = title:d_c_blekinge_color } } + title:c_blois = { set_variable = { name = color_storage value = title:d_c_blois_color } } + title:c_bodele = { set_variable = { name = color_storage value = title:d_c_bodele_color } } + title:c_bodrog = { set_variable = { name = color_storage value = title:d_c_bodrog_color } } + title:c_boeotia = { set_variable = { name = color_storage value = title:d_c_boeotia_color } } + title:c_boleslav = { set_variable = { name = color_storage value = title:d_c_boleslav_color } } + title:c_bolghar = { set_variable = { name = color_storage value = title:d_c_bolghar_color } } + title:c_bologna = { set_variable = { name = color_storage value = title:d_c_bologna_color } } + title:c_bombogor = { set_variable = { name = color_storage value = title:d_c_bombogor_color } } + title:c_bome = { set_variable = { name = color_storage value = title:d_c_bome_color } } + title:c_bonduku = { set_variable = { name = color_storage value = title:d_c_bonduku_color } } + title:c_bono = { set_variable = { name = color_storage value = title:d_c_bono_color } } + title:c_bonoso = { set_variable = { name = color_storage value = title:d_c_bonoso_color } } + title:c_bordeaux = { set_variable = { name = color_storage value = title:d_c_bordeaux_color } } + title:c_bornholm = { set_variable = { name = color_storage value = title:d_c_bornholm_color } } + title:c_bornu = { set_variable = { name = color_storage value = title:d_c_bornu_color } } + title:c_boro_burgasu = { set_variable = { name = color_storage value = title:d_c_boro_burgasu_color } } + title:c_boron = { set_variable = { name = color_storage value = title:d_c_boron_color } } + title:c_borsod = { set_variable = { name = color_storage value = title:d_c_borsod_color } } + title:c_bost = { set_variable = { name = color_storage value = title:d_c_bost_color } } + title:c_bothin = { set_variable = { name = color_storage value = title:d_c_bothin_color } } + title:c_boubo = { set_variable = { name = color_storage value = title:d_c_boubo_color } } + title:c_bouillon = { set_variable = { name = color_storage value = title:d_c_bouillon_color } } + title:c_boulogne = { set_variable = { name = color_storage value = title:d_c_boulogne_color } } + title:c_bourbon = { set_variable = { name = color_storage value = title:d_c_bourbon_color } } + title:c_brabant = { set_variable = { name = color_storage value = title:d_c_brabant_color } } + title:c_braganza = { set_variable = { name = color_storage value = title:d_c_braganza_color } } + title:c_braila = { set_variable = { name = color_storage value = title:d_c_braila_color } } + title:c_brandenburg = { set_variable = { name = color_storage value = title:d_c_brandenburg_color } } + title:c_branicevo = { set_variable = { name = color_storage value = title:d_c_branicevo_color } } + title:c_braslau = { set_variable = { name = color_storage value = title:d_c_braslau_color } } + title:c_bratsk = { set_variable = { name = color_storage value = title:d_c_bratsk_color } } + title:c_brecknockshire = { set_variable = { name = color_storage value = title:d_c_brecknockshire_color } } + title:c_breifne = { set_variable = { name = color_storage value = title:d_c_breifne_color } } + title:c_breisgau = { set_variable = { name = color_storage value = title:d_c_breisgau_color } } + title:c_bremen = { set_variable = { name = color_storage value = title:d_c_bremen_color } } + title:c_brene = { set_variable = { name = color_storage value = title:d_c_brene_color } } + title:c_brescia = { set_variable = { name = color_storage value = title:d_c_brescia_color } } + title:c_breslau = { set_variable = { name = color_storage value = title:d_c_breslau_color } } + title:c_bresse = { set_variable = { name = color_storage value = title:d_c_bresse_color } } + title:c_brie_francaise = { set_variable = { name = color_storage value = title:d_c_brie_francaise_color } } + title:c_briey = { set_variable = { name = color_storage value = title:d_c_briey_color } } + title:c_brixen = { set_variable = { name = color_storage value = title:d_c_brixen_color } } + title:c_brno = { set_variable = { name = color_storage value = title:d_c_brno_color } } + title:c_brugge = { set_variable = { name = color_storage value = title:d_c_brugge_color } } + title:c_brunswick = { set_variable = { name = color_storage value = title:d_c_brunswick_color } } + title:c_brysis = { set_variable = { name = color_storage value = title:d_c_brysis_color } } + title:c_brzeg = { set_variable = { name = color_storage value = title:d_c_brzeg_color } } + title:c_buchan = { set_variable = { name = color_storage value = title:d_c_buchan_color } } + title:c_buckinghamshire = { set_variable = { name = color_storage value = title:d_c_buckinghamshire_color } } + title:c_bucuresti = { set_variable = { name = color_storage value = title:d_c_bucuresti_color } } + title:c_bugurslan = { set_variable = { name = color_storage value = title:d_c_bugurslan_color } } + title:c_bukhara = { set_variable = { name = color_storage value = title:d_c_bukhara_color } } + title:c_bumthang = { set_variable = { name = color_storage value = title:d_c_bumthang_color } } + title:c_bundu = { set_variable = { name = color_storage value = title:d_c_bundu_color } } + title:c_bur = { set_variable = { name = color_storage value = title:d_c_bur_color } } + title:c_bura = { set_variable = { name = color_storage value = title:d_c_bura_color } } + title:c_bure = { set_variable = { name = color_storage value = title:d_c_bure_color } } + title:c_burgas = { set_variable = { name = color_storage value = title:d_c_burgas_color } } + title:c_burgau = { set_variable = { name = color_storage value = title:d_c_burgau_color } } + title:c_burgos = { set_variable = { name = color_storage value = title:d_c_burgos_color } } + title:c_burhanpur = { set_variable = { name = color_storage value = title:d_c_burhanpur_color } } + title:c_burji = { set_variable = { name = color_storage value = title:d_c_burji_color } } + title:c_burugu_aallar = { set_variable = { name = color_storage value = title:d_c_burugu_aallar_color } } + title:c_busaso = { set_variable = { name = color_storage value = title:d_c_busaso_color } } + title:c_bussa = { set_variable = { name = color_storage value = title:d_c_bussa_color } } + title:c_buthrotum = { set_variable = { name = color_storage value = title:d_c_buthrotum_color } } + title:c_buzau = { set_variable = { name = color_storage value = title:d_c_buzau_color } } + title:c_byzantion = { set_variable = { name = color_storage value = title:d_c_byzantion_color } } + title:c_cabardinia = { set_variable = { name = color_storage value = title:d_c_cabardinia_color } } + title:c_cabra = { set_variable = { name = color_storage value = title:d_c_cabra_color } } + title:c_caceres = { set_variable = { name = color_storage value = title:d_c_caceres_color } } + title:c_cadiz = { set_variable = { name = color_storage value = title:d_c_cadiz_color } } + title:c_caernarfonshire = { set_variable = { name = color_storage value = title:d_c_caernarfonshire_color } } + title:c_cagliari = { set_variable = { name = color_storage value = title:d_c_cagliari_color } } + title:c_cairo = { set_variable = { name = color_storage value = title:d_c_cairo_color } } + title:c_caithness = { set_variable = { name = color_storage value = title:d_c_caithness_color } } + title:c_cakrakuta = { set_variable = { name = color_storage value = title:d_c_cakrakuta_color } } + title:c_calafat = { set_variable = { name = color_storage value = title:d_c_calafat_color } } + title:c_calarasi = { set_variable = { name = color_storage value = title:d_c_calarasi_color } } + title:c_calatayud = { set_variable = { name = color_storage value = title:d_c_calatayud_color } } + title:c_calatrava = { set_variable = { name = color_storage value = title:d_c_calatrava_color } } + title:c_camarda = { set_variable = { name = color_storage value = title:d_c_camarda_color } } + title:c_cambray = { set_variable = { name = color_storage value = title:d_c_cambray_color } } + title:c_cambridgeshire = { set_variable = { name = color_storage value = title:d_c_cambridgeshire_color } } + title:c_cammin = { set_variable = { name = color_storage value = title:d_c_cammin_color } } + title:c_campulung = { set_variable = { name = color_storage value = title:d_c_campulung_color } } + title:c_canarias = { set_variable = { name = color_storage value = title:d_c_canarias_color } } + title:c_canavese = { set_variable = { name = color_storage value = title:d_c_canavese_color } } + title:c_canda = { set_variable = { name = color_storage value = title:d_c_canda_color } } + title:c_candhoba = { set_variable = { name = color_storage value = title:d_c_candhoba_color } } + title:c_candradvipa = { set_variable = { name = color_storage value = title:d_c_candradvipa_color } } + title:c_cappadocia = { set_variable = { name = color_storage value = title:d_c_cappadocia_color } } + title:c_capua = { set_variable = { name = color_storage value = title:d_c_capua_color } } + title:c_carcassonne = { set_variable = { name = color_storage value = title:d_c_carcassonne_color } } + title:c_cardiganshire = { set_variable = { name = color_storage value = title:d_c_cardiganshire_color } } + title:c_caria = { set_variable = { name = color_storage value = title:d_c_caria_color } } + title:c_carmarthenshire = { set_variable = { name = color_storage value = title:d_c_carmarthenshire_color } } + title:c_carrick = { set_variable = { name = color_storage value = title:d_c_carrick_color } } + title:c_casentino = { set_variable = { name = color_storage value = title:d_c_casentino_color } } + title:c_caslav = { set_variable = { name = color_storage value = title:d_c_caslav_color } } + title:c_castellon = { set_variable = { name = color_storage value = title:d_c_castellon_color } } + title:c_castelo_branco = { set_variable = { name = color_storage value = title:d_c_castelo_branco_color } } + title:c_caze = { set_variable = { name = color_storage value = title:d_c_caze_color } } + title:c_cephalonia = { set_variable = { name = color_storage value = title:d_c_cephalonia_color } } + title:c_cerasus = { set_variable = { name = color_storage value = title:d_c_cerasus_color } } + title:c_cetatea_alba = { set_variable = { name = color_storage value = title:d_c_cetatea_alba_color } } + title:c_cetina = { set_variable = { name = color_storage value = title:d_c_cetina_color } } + title:c_ceuta = { set_variable = { name = color_storage value = title:d_c_ceuta_color } } + title:c_chadrinsk = { set_variable = { name = color_storage value = title:d_c_chadrinsk_color } } + title:c_chagdy_aallar = { set_variable = { name = color_storage value = title:d_c_chagdy_aallar_color } } + title:c_chaghaniyan = { set_variable = { name = color_storage value = title:d_c_chaghaniyan_color } } + title:c_chah = { set_variable = { name = color_storage value = title:d_c_chah_color } } + title:c_chakla = { set_variable = { name = color_storage value = title:d_c_chakla_color } } + title:c_chalkidike = { set_variable = { name = color_storage value = title:d_c_chalkidike_color } } + title:c_chalon = { set_variable = { name = color_storage value = title:d_c_chalon_color } } + title:c_chalons = { set_variable = { name = color_storage value = title:d_c_chalons_color } } + title:c_chamil = { set_variable = { name = color_storage value = title:d_c_chamil_color } } + title:c_chandax = { set_variable = { name = color_storage value = title:d_c_chandax_color } } + title:c_chanderi = { set_variable = { name = color_storage value = title:d_c_chanderi_color } } + title:c_changma = { set_variable = { name = color_storage value = title:d_c_changma_color } } + title:c_chania = { set_variable = { name = color_storage value = title:d_c_chania_color } } + title:c_charaideo = { set_variable = { name = color_storage value = title:d_c_charaideo_color } } + title:c_charkliq = { set_variable = { name = color_storage value = title:d_c_charkliq_color } } + title:c_charsianon = { set_variable = { name = color_storage value = title:d_c_charsianon_color } } + title:c_chartres = { set_variable = { name = color_storage value = title:d_c_chartres_color } } + title:c_chauragarh = { set_variable = { name = color_storage value = title:d_c_chauragarh_color } } + title:c_cheboksary = { set_variable = { name = color_storage value = title:d_c_cheboksary_color } } + title:c_chelabinsk = { set_variable = { name = color_storage value = title:d_c_chelabinsk_color } } + title:c_cherchen = { set_variable = { name = color_storage value = title:d_c_cherchen_color } } + title:c_cherik = { set_variable = { name = color_storage value = title:d_c_cherik_color } } + title:c_cherkassy = { set_variable = { name = color_storage value = title:d_c_cherkassy_color } } + title:c_chernigov = { set_variable = { name = color_storage value = title:d_c_chernigov_color } } + title:c_cherso = { set_variable = { name = color_storage value = title:d_c_cherso_color } } + title:c_cherven = { set_variable = { name = color_storage value = title:d_c_cherven_color } } + title:c_cheshire = { set_variable = { name = color_storage value = title:d_c_cheshire_color } } + title:c_chich = { set_variable = { name = color_storage value = title:d_c_chich_color } } + title:c_chikoy = { set_variable = { name = color_storage value = title:d_c_chikoy_color } } + title:c_chilia = { set_variable = { name = color_storage value = title:d_c_chilia_color } } + title:c_chindu = { set_variable = { name = color_storage value = title:d_c_chindu_color } } + title:c_chios = { set_variable = { name = color_storage value = title:d_c_chios_color } } + title:c_chitrakut = { set_variable = { name = color_storage value = title:d_c_chitrakut_color } } + title:c_chitral = { set_variable = { name = color_storage value = title:d_c_chitral_color } } + title:c_choklema = { set_variable = { name = color_storage value = title:d_c_choklema_color } } + title:c_cholamandalam = { set_variable = { name = color_storage value = title:d_c_cholamandalam_color } } + title:c_chonae = { set_variable = { name = color_storage value = title:d_c_chonae_color } } + title:c_chornobyl = { set_variable = { name = color_storage value = title:d_c_chornobyl_color } } + title:c_chuguchak = { set_variable = { name = color_storage value = title:d_c_chuguchak_color } } + title:c_chulym = { set_variable = { name = color_storage value = title:d_c_chulym_color } } + title:c_chumarho = { set_variable = { name = color_storage value = title:d_c_chumarho_color } } + title:c_chuna = { set_variable = { name = color_storage value = title:d_c_chuna_color } } + title:c_chunar = { set_variable = { name = color_storage value = title:d_c_chunar_color } } + title:c_chungthang = { set_variable = { name = color_storage value = title:d_c_chungthang_color } } + title:c_chuya = { set_variable = { name = color_storage value = title:d_c_chuya_color } } + title:c_cieszyn = { set_variable = { name = color_storage value = title:d_c_cieszyn_color } } + title:c_cilicia = { set_variable = { name = color_storage value = title:d_c_cilicia_color } } + title:c_clermont = { set_variable = { name = color_storage value = title:d_c_clermont_color } } + title:c_clermont_sur_allier = { set_variable = { name = color_storage value = title:d_c_clermont_sur_allier_color } } + title:c_cleves = { set_variable = { name = color_storage value = title:d_c_cleves_color } } + title:c_coburg = { set_variable = { name = color_storage value = title:d_c_coburg_color } } + title:c_coimbra = { set_variable = { name = color_storage value = title:d_c_coimbra_color } } + title:c_colmar = { set_variable = { name = color_storage value = title:d_c_colmar_color } } + title:c_cologne = { set_variable = { name = color_storage value = title:d_c_cologne_color } } + title:c_colonea = { set_variable = { name = color_storage value = title:d_c_colonea_color } } + title:c_comai = { set_variable = { name = color_storage value = title:d_c_comai_color } } + title:c_comminges = { set_variable = { name = color_storage value = title:d_c_comminges_color } } + title:c_como = { set_variable = { name = color_storage value = title:d_c_como_color } } + title:c_cona = { set_variable = { name = color_storage value = title:d_c_cona_color } } + title:c_connacht = { set_variable = { name = color_storage value = title:d_c_connacht_color } } + title:c_constanta = { set_variable = { name = color_storage value = title:d_c_constanta_color } } + title:c_constantine = { set_variable = { name = color_storage value = title:d_c_constantine_color } } + title:c_coqen = { set_variable = { name = color_storage value = title:d_c_coqen_color } } + title:c_cordoba = { set_variable = { name = color_storage value = title:d_c_cordoba_color } } + title:c_cornouaille = { set_variable = { name = color_storage value = title:d_c_cornouaille_color } } + title:c_cornwall = { set_variable = { name = color_storage value = title:d_c_cornwall_color } } + title:c_coruna = { set_variable = { name = color_storage value = title:d_c_coruna_color } } + title:c_cosenza = { set_variable = { name = color_storage value = title:d_c_cosenza_color } } + title:c_cottbus = { set_variable = { name = color_storage value = title:d_c_cottbus_color } } + title:c_coulommiers = { set_variable = { name = color_storage value = title:d_c_coulommiers_color } } + title:c_cozhelhoma = { set_variable = { name = color_storage value = title:d_c_cozhelhoma_color } } + title:c_craiova = { set_variable = { name = color_storage value = title:d_c_craiova_color } } + title:c_cremona = { set_variable = { name = color_storage value = title:d_c_cremona_color } } + title:c_csanad = { set_variable = { name = color_storage value = title:d_c_csanad_color } } + title:c_csongrad = { set_variable = { name = color_storage value = title:d_c_csongrad_color } } + title:c_cuellar = { set_variable = { name = color_storage value = title:d_c_cuellar_color } } + title:c_cuenca = { set_variable = { name = color_storage value = title:d_c_cuenca_color } } + title:c_cumberland = { set_variable = { name = color_storage value = title:d_c_cumberland_color } } + title:c_cumbum = { set_variable = { name = color_storage value = title:d_c_cumbum_color } } + title:c_cuneo = { set_variable = { name = color_storage value = title:d_c_cuneo_color } } + title:c_cuonaco = { set_variable = { name = color_storage value = title:d_c_cuonaco_color } } + title:c_cykma = { set_variable = { name = color_storage value = title:d_c_cykma_color } } + title:c_czerska = { set_variable = { name = color_storage value = title:d_c_czerska_color } } + title:c_dabou = { set_variable = { name = color_storage value = title:d_c_dabou_color } } + title:c_daboya = { set_variable = { name = color_storage value = title:d_c_daboya_color } } + title:c_dabusiya = { set_variable = { name = color_storage value = title:d_c_dabusiya_color } } + title:c_dadhipadra = { set_variable = { name = color_storage value = title:d_c_dadhipadra_color } } + title:c_dagomba = { set_variable = { name = color_storage value = title:d_c_dagomba_color } } + title:c_dagon = { set_variable = { name = color_storage value = title:d_c_dagon_color } } + title:c_dahlak = { set_variable = { name = color_storage value = title:d_c_dahlak_color } } + title:c_dajing = { set_variable = { name = color_storage value = title:d_c_dajing_color } } + title:c_dakajalan = { set_variable = { name = color_storage value = title:d_c_dakajalan_color } } + title:c_dakhina_desa = { set_variable = { name = color_storage value = title:d_c_dakhina_desa_color } } + title:c_dakhla = { set_variable = { name = color_storage value = title:d_c_dakhla_color } } + title:c_dakkar = { set_variable = { name = color_storage value = title:d_c_dakkar_color } } + title:c_dal = { set_variable = { name = color_storage value = title:d_c_dal_color } } + title:c_dalabergslagen = { set_variable = { name = color_storage value = title:d_c_dalabergslagen_color } } + title:c_dalarna = { set_variable = { name = color_storage value = title:d_c_dalarna_color } } + title:c_daman = { set_variable = { name = color_storage value = title:d_c_daman_color } } + title:c_damascus = { set_variable = { name = color_storage value = title:d_c_damascus_color } } + title:c_damghan = { set_variable = { name = color_storage value = title:d_c_damghan_color } } + title:c_damietta = { set_variable = { name = color_storage value = title:d_c_damietta_color } } + title:c_damin_i_koh = { set_variable = { name = color_storage value = title:d_c_damin_i_koh_color } } + title:c_damoh = { set_variable = { name = color_storage value = title:d_c_damoh_color } } + title:c_damot = { set_variable = { name = color_storage value = title:d_c_damot_color } } + title:c_damxung = { set_variable = { name = color_storage value = title:d_c_damxung_color } } + title:c_danakil = { set_variable = { name = color_storage value = title:d_c_danakil_color } } + title:c_dang = { set_variable = { name = color_storage value = title:d_c_dang_color } } + title:c_dangla = { set_variable = { name = color_storage value = title:d_c_dangla_color } } + title:c_dannenberg = { set_variable = { name = color_storage value = title:d_c_dannenberg_color } } + title:c_danzig = { set_variable = { name = color_storage value = title:d_c_danzig_color } } + title:c_dar-al-rih = { set_variable = { name = color_storage value = title:d_c_dar-al-rih_color } } + title:c_dar_al-said = { set_variable = { name = color_storage value = title:d_c_dar_al-said_color } } + title:c_dar_rashid = { set_variable = { name = color_storage value = title:d_c_dar_rashid_color } } + title:c_dar_sila = { set_variable = { name = color_storage value = title:d_c_dar_sila_color } } + title:c_dara = { set_variable = { name = color_storage value = title:d_c_dara_color } } + title:c_darabjerd = { set_variable = { name = color_storage value = title:d_c_darabjerd_color } } + title:c_daramdin = { set_variable = { name = color_storage value = title:d_c_daramdin_color } } + title:c_darcha = { set_variable = { name = color_storage value = title:d_c_darcha_color } } + title:c_darghan = { set_variable = { name = color_storage value = title:d_c_darghan_color } } + title:c_darkhad_valley = { set_variable = { name = color_storage value = title:d_c_darkhad_valley_color } } + title:c_darmashan = { set_variable = { name = color_storage value = title:d_c_darmashan_color } } + title:c_dasapura = { set_variable = { name = color_storage value = title:d_c_dasapura_color } } + title:c_dathina = { set_variable = { name = color_storage value = title:d_c_dathina_color } } + title:c_datong = { set_variable = { name = color_storage value = title:d_c_datong_color } } + title:c_daura = { set_variable = { name = color_storage value = title:d_c_daura_color } } + title:c_dausar = { set_variable = { name = color_storage value = title:d_c_dausar_color } } + title:c_dawaro = { set_variable = { name = color_storage value = title:d_c_dawaro_color } } + title:c_dawraq = { set_variable = { name = color_storage value = title:d_c_dawraq_color } } + title:c_dawu = { set_variable = { name = color_storage value = title:d_c_dawu_color } } + title:c_debar = { set_variable = { name = color_storage value = title:d_c_debar_color } } + title:c_debul = { set_variable = { name = color_storage value = title:d_c_debul_color } } + title:c_dege = { set_variable = { name = color_storage value = title:d_c_dege_color } } + title:c_degelen = { set_variable = { name = color_storage value = title:d_c_degelen_color } } + title:c_deggerdorf = { set_variable = { name = color_storage value = title:d_c_deggerdorf_color } } + title:c_delhi = { set_variable = { name = color_storage value = title:d_c_delhi_color } } + title:c_dembiya = { set_variable = { name = color_storage value = title:d_c_dembiya_color } } + title:c_demchok = { set_variable = { name = color_storage value = title:d_c_demchok_color } } + title:c_demetrias = { set_variable = { name = color_storage value = title:d_c_demetrias_color } } + title:c_denbighshire = { set_variable = { name = color_storage value = title:d_c_denbighshire_color } } + title:c_dendi = { set_variable = { name = color_storage value = title:d_c_dendi_color } } + title:c_dengqen = { set_variable = { name = color_storage value = title:d_c_dengqen_color } } + title:c_denia = { set_variable = { name = color_storage value = title:d_c_denia_color } } + title:c_deqen = { set_variable = { name = color_storage value = title:d_c_deqen_color } } + title:c_derbent = { set_variable = { name = color_storage value = title:d_c_derbent_color } } + title:c_derby = { set_variable = { name = color_storage value = title:d_c_derby_color } } + title:c_derlenka = { set_variable = { name = color_storage value = title:d_c_derlenka_color } } + title:c_derna = { set_variable = { name = color_storage value = title:d_c_derna_color } } + title:c_desmond = { set_variable = { name = color_storage value = title:d_c_desmond_color } } + title:c_dessau = { set_variable = { name = color_storage value = title:d_c_dessau_color } } + title:c_devagiri = { set_variable = { name = color_storage value = title:d_c_devagiri_color } } + title:c_devon = { set_variable = { name = color_storage value = title:d_c_devon_color } } + title:c_dhafra = { set_variable = { name = color_storage value = title:d_c_dhafra_color } } + title:c_dhamalpur = { set_variable = { name = color_storage value = title:d_c_dhamalpur_color } } + title:c_dhankar = { set_variable = { name = color_storage value = title:d_c_dhankar_color } } + title:c_dhara = { set_variable = { name = color_storage value = title:d_c_dhara_color } } + title:c_dhofar = { set_variable = { name = color_storage value = title:d_c_dhofar_color } } + title:c_dhraina = { set_variable = { name = color_storage value = title:d_c_dhraina_color } } + title:c_diamare = { set_variable = { name = color_storage value = title:d_c_diamare_color } } + title:c_dibri = { set_variable = { name = color_storage value = title:d_c_dibri_color } } + title:c_dihistan = { set_variable = { name = color_storage value = title:d_c_dihistan_color } } + title:c_dijon = { set_variable = { name = color_storage value = title:d_c_dijon_color } } + title:c_dimapur = { set_variable = { name = color_storage value = title:d_c_dimapur_color } } + title:c_dipalpur = { set_variable = { name = color_storage value = title:d_c_dipalpur_color } } + title:c_dirku = { set_variable = { name = color_storage value = title:d_c_dirku_color } } + title:c_diskit = { set_variable = { name = color_storage value = title:d_c_diskit_color } } + title:c_ditmarschen = { set_variable = { name = color_storage value = title:d_c_ditmarschen_color } } + title:c_djado = { set_variable = { name = color_storage value = title:d_c_djado_color } } + title:c_djanet = { set_variable = { name = color_storage value = title:d_c_djanet_color } } + title:c_djarin = { set_variable = { name = color_storage value = title:d_c_djarin_color } } + title:c_djerba = { set_variable = { name = color_storage value = title:d_c_djerba_color } } + title:c_djugu = { set_variable = { name = color_storage value = title:d_c_djugu_color } } + title:c_dnipro = { set_variable = { name = color_storage value = title:d_c_dnipro_color } } + title:c_dobrzynska = { set_variable = { name = color_storage value = title:d_c_dobrzynska_color } } + title:c_dodugu = { set_variable = { name = color_storage value = title:d_c_dodugu_color } } + title:c_dokkum = { set_variable = { name = color_storage value = title:d_c_dokkum_color } } + title:c_dole = { set_variable = { name = color_storage value = title:d_c_dole_color } } + title:c_dolgujar = { set_variable = { name = color_storage value = title:d_c_dolgujar_color } } + title:c_dongola = { set_variable = { name = color_storage value = title:d_c_dongola_color } } + title:c_donjikraji = { set_variable = { name = color_storage value = title:d_c_donjikraji_color } } + title:c_dorohoi = { set_variable = { name = color_storage value = title:d_c_dorohoi_color } } + title:c_dorohychyn = { set_variable = { name = color_storage value = title:d_c_dorohychyn_color } } + title:c_dorostorum = { set_variable = { name = color_storage value = title:d_c_dorostorum_color } } + title:c_dorpat = { set_variable = { name = color_storage value = title:d_c_dorpat_color } } + title:c_dorset = { set_variable = { name = color_storage value = title:d_c_dorset_color } } + title:c_dortmund = { set_variable = { name = color_storage value = title:d_c_dortmund_color } } + title:c_doti = { set_variable = { name = color_storage value = title:d_c_doti_color } } + title:c_doudleby = { set_variable = { name = color_storage value = title:d_c_doudleby_color } } + title:c_draa = { set_variable = { name = color_storage value = title:d_c_draa_color } } + title:c_dresden = { set_variable = { name = color_storage value = title:d_c_dresden_color } } + title:c_dublin = { set_variable = { name = color_storage value = title:d_c_dublin_color } } + title:c_dubrovytsia = { set_variable = { name = color_storage value = title:d_c_dubrovytsia_color } } + title:c_duklja = { set_variable = { name = color_storage value = title:d_c_duklja_color } } + title:c_dunbar = { set_variable = { name = color_storage value = title:d_c_dunbar_color } } + title:c_dunhuang = { set_variable = { name = color_storage value = title:d_c_dunhuang_color } } + title:c_duqm = { set_variable = { name = color_storage value = title:d_c_duqm_color } } + title:c_durdzukia = { set_variable = { name = color_storage value = title:d_c_durdzukia_color } } + title:c_durham = { set_variable = { name = color_storage value = title:d_c_durham_color } } + title:c_durne = { set_variable = { name = color_storage value = title:d_c_durne_color } } + title:c_durovka = { set_variable = { name = color_storage value = title:d_c_durovka_color } } + title:c_dvaraka = { set_variable = { name = color_storage value = title:d_c_dvaraka_color } } + title:c_dvin = { set_variable = { name = color_storage value = title:d_c_dvin_color } } + title:c_dyamare = { set_variable = { name = color_storage value = title:d_c_dyamare_color } } + title:c_dyrrachion = { set_variable = { name = color_storage value = title:d_c_dyrrachion_color } } + title:c_dyulaso = { set_variable = { name = color_storage value = title:d_c_dyulaso_color } } + title:c_east-tokharestan = { set_variable = { name = color_storage value = title:d_c_east-tokharestan_color } } + title:c_east_darfur = { set_variable = { name = color_storage value = title:d_c_east_darfur_color } } + title:c_east_kiilt = { set_variable = { name = color_storage value = title:d_c_east_kiilt_color } } + title:c_east_riding = { set_variable = { name = color_storage value = title:d_c_east_riding_color } } + title:c_eastern_tannu = { set_variable = { name = color_storage value = title:d_c_eastern_tannu_color } } + title:c_edd = { set_variable = { name = color_storage value = title:d_c_edd_color } } + title:c_edessa = { set_variable = { name = color_storage value = title:d_c_edessa_color } } + title:c_edo = { set_variable = { name = color_storage value = title:d_c_edo_color } } + title:c_eghiz_kara = { set_variable = { name = color_storage value = title:d_c_eghiz_kara_color } } + title:c_eichstadt = { set_variable = { name = color_storage value = title:d_c_eichstadt_color } } + title:c_el_fasher = { set_variable = { name = color_storage value = title:d_c_el_fasher_color } } + title:c_el_waak = { set_variable = { name = color_storage value = title:d_c_el_waak_color } } + title:c_elabuga = { set_variable = { name = color_storage value = title:d_c_elabuga_color } } + title:c_eleila = { set_variable = { name = color_storage value = title:d_c_eleila_color } } + title:c_elvas = { set_variable = { name = color_storage value = title:d_c_elvas_color } } + title:c_embrun = { set_variable = { name = color_storage value = title:d_c_embrun_color } } + title:c_emil = { set_variable = { name = color_storage value = title:d_c_emil_color } } + title:c_ennis = { set_variable = { name = color_storage value = title:d_c_ennis_color } } + title:c_epeiros = { set_variable = { name = color_storage value = title:d_c_epeiros_color } } + title:c_erbach = { set_variable = { name = color_storage value = title:d_c_erbach_color } } + title:c_eschenlohe = { set_variable = { name = color_storage value = title:d_c_eschenlohe_color } } + title:c_essex = { set_variable = { name = color_storage value = title:d_c_essex_color } } + title:c_eu = { set_variable = { name = color_storage value = title:d_c_eu_color } } + title:c_euboea = { set_variable = { name = color_storage value = title:d_c_euboea_color } } + title:c_euchaita = { set_variable = { name = color_storage value = title:d_c_euchaita_color } } + title:c_evreux = { set_variable = { name = color_storage value = title:d_c_evreux_color } } + title:c_ewe = { set_variable = { name = color_storage value = title:d_c_ewe_color } } + title:c_eystridalir = { set_variable = { name = color_storage value = title:d_c_eystridalir_color } } + title:c_faereyar = { set_variable = { name = color_storage value = title:d_c_faereyar_color } } + title:c_fafan = { set_variable = { name = color_storage value = title:d_c_fafan_color } } + title:c_falaj = { set_variable = { name = color_storage value = title:d_c_falaj_color } } + title:c_famagusta = { set_variable = { name = color_storage value = title:d_c_famagusta_color } } + title:c_fanhe = { set_variable = { name = color_storage value = title:d_c_fanhe_color } } + title:c_fante = { set_variable = { name = color_storage value = title:d_c_fante_color } } + title:c_farafra = { set_variable = { name = color_storage value = title:d_c_farafra_color } } + title:c_farah = { set_variable = { name = color_storage value = title:d_c_farah_color } } + title:c_farama = { set_variable = { name = color_storage value = title:d_c_farama_color } } + title:c_faras = { set_variable = { name = color_storage value = title:d_c_faras_color } } + title:c_farava = { set_variable = { name = color_storage value = title:d_c_farava_color } } + title:c_faro = { set_variable = { name = color_storage value = title:d_c_faro_color } } + title:c_fayyum = { set_variable = { name = color_storage value = title:d_c_fayyum_color } } + title:c_fazaz = { set_variable = { name = color_storage value = title:d_c_fazaz_color } } + title:c_fazughli = { set_variable = { name = color_storage value = title:d_c_fazughli_color } } + title:c_feher = { set_variable = { name = color_storage value = title:d_c_feher_color } } + title:c_fellata = { set_variable = { name = color_storage value = title:d_c_fellata_color } } + title:c_ferghana = { set_variable = { name = color_storage value = title:d_c_ferghana_color } } + title:c_fermo = { set_variable = { name = color_storage value = title:d_c_fermo_color } } + title:c_ferrara = { set_variable = { name = color_storage value = title:d_c_ferrara_color } } + title:c_fes = { set_variable = { name = color_storage value = title:d_c_fes_color } } + title:c_fetegar = { set_variable = { name = color_storage value = title:d_c_fetegar_color } } + title:c_fife = { set_variable = { name = color_storage value = title:d_c_fife_color } } + title:c_figuig = { set_variable = { name = color_storage value = title:d_c_figuig_color } } + title:c_fika = { set_variable = { name = color_storage value = title:d_c_fika_color } } + title:c_finland = { set_variable = { name = color_storage value = title:d_c_finland_color } } + title:c_finnveden = { set_variable = { name = color_storage value = title:d_c_finnveden_color } } + title:c_firabr = { set_variable = { name = color_storage value = title:d_c_firabr_color } } + title:c_firaun = { set_variable = { name = color_storage value = title:d_c_firaun_color } } + title:c_firdafylki = { set_variable = { name = color_storage value = title:d_c_firdafylki_color } } + title:c_firenze = { set_variable = { name = color_storage value = title:d_c_firenze_color } } + title:c_fitri = { set_variable = { name = color_storage value = title:d_c_fitri_color } } + title:c_fogaras = { set_variable = { name = color_storage value = title:d_c_fogaras_color } } + title:c_foggia = { set_variable = { name = color_storage value = title:d_c_foggia_color } } + title:c_foix = { set_variable = { name = color_storage value = title:d_c_foix_color } } + title:c_forcalquier = { set_variable = { name = color_storage value = title:d_c_forcalquier_color } } + title:c_forez = { set_variable = { name = color_storage value = title:d_c_forez_color } } + title:c_fraga = { set_variable = { name = color_storage value = title:d_c_fraga_color } } + title:c_frankfurt = { set_variable = { name = color_storage value = title:d_c_frankfurt_color } } + title:c_freistadt = { set_variable = { name = color_storage value = title:d_c_freistadt_color } } + title:c_french_leon = { set_variable = { name = color_storage value = title:d_c_french_leon_color } } + title:c_frisia = { set_variable = { name = color_storage value = title:d_c_frisia_color } } + title:c_friuli = { set_variable = { name = color_storage value = title:d_c_friuli_color } } + title:c_fudalhi = { set_variable = { name = color_storage value = title:d_c_fudalhi_color } } + title:c_fuerteventura = { set_variable = { name = color_storage value = title:d_c_fuerteventura_color } } + title:c_fulda = { set_variable = { name = color_storage value = title:d_c_fulda_color } } + title:c_fuqi = { set_variable = { name = color_storage value = title:d_c_fuqi_color } } + title:c_furstenberg = { set_variable = { name = color_storage value = title:d_c_furstenberg_color } } + title:c_futa_jalon = { set_variable = { name = color_storage value = title:d_c_futa_jalon_color } } + title:c_fyn = { set_variable = { name = color_storage value = title:d_c_fyn_color } } + title:c_gabal = { set_variable = { name = color_storage value = title:d_c_gabal_color } } + title:c_gabes = { set_variable = { name = color_storage value = title:d_c_gabes_color } } + title:c_gacka = { set_variable = { name = color_storage value = title:d_c_gacka_color } } + title:c_gafat = { set_variable = { name = color_storage value = title:d_c_gafat_color } } + title:c_galam = { set_variable = { name = color_storage value = title:d_c_galam_color } } + title:c_galati = { set_variable = { name = color_storage value = title:d_c_galati_color } } + title:c_galatia = { set_variable = { name = color_storage value = title:d_c_galatia_color } } + title:c_galatia_salutaris = { set_variable = { name = color_storage value = title:d_c_galatia_salutaris_color } } + title:c_galloway = { set_variable = { name = color_storage value = title:d_c_galloway_color } } + title:c_gallura = { set_variable = { name = color_storage value = title:d_c_gallura_color } } + title:c_gamo = { set_variable = { name = color_storage value = title:d_c_gamo_color } } + title:c_ganale = { set_variable = { name = color_storage value = title:d_c_ganale_color } } + title:c_gangaran = { set_variable = { name = color_storage value = title:d_c_gangaran_color } } + title:c_ganzhou = { set_variable = { name = color_storage value = title:d_c_ganzhou_color } } + title:c_gao = { set_variable = { name = color_storage value = title:d_c_gao_color } } + title:c_gaotai = { set_variable = { name = color_storage value = title:d_c_gaotai_color } } + title:c_gar = { set_variable = { name = color_storage value = title:d_c_gar_color } } + title:c_garabogazkol = { set_variable = { name = color_storage value = title:d_c_garabogazkol_color } } + title:c_garco = { set_variable = { name = color_storage value = title:d_c_garco_color } } + title:c_garkung = { set_variable = { name = color_storage value = title:d_c_garkung_color } } + title:c_garoua = { set_variable = { name = color_storage value = title:d_c_garoua_color } } + title:c_garumele = { set_variable = { name = color_storage value = title:d_c_garumele_color } } + title:c_garwhal = { set_variable = { name = color_storage value = title:d_c_garwhal_color } } + title:c_garze = { set_variable = { name = color_storage value = title:d_c_garze_color } } + title:c_gastrikland = { set_variable = { name = color_storage value = title:d_c_gastrikland_color } } + title:c_gatsuurgazar = { set_variable = { name = color_storage value = title:d_c_gatsuurgazar_color } } + title:c_gauda = { set_variable = { name = color_storage value = title:d_c_gauda_color } } + title:c_gauldala = { set_variable = { name = color_storage value = title:d_c_gauldala_color } } + title:c_gaya = { set_variable = { name = color_storage value = title:d_c_gaya_color } } + title:c_geba = { set_variable = { name = color_storage value = title:d_c_geba_color } } + title:c_gegyai = { set_variable = { name = color_storage value = title:d_c_gegyai_color } } + title:c_gemer = { set_variable = { name = color_storage value = title:d_c_gemer_color } } + title:c_geneva = { set_variable = { name = color_storage value = title:d_c_geneva_color } } + title:c_genoa = { set_variable = { name = color_storage value = title:d_c_genoa_color } } + title:c_germa = { set_variable = { name = color_storage value = title:d_c_germa_color } } + title:c_gerqen = { set_variable = { name = color_storage value = title:d_c_gerqen_color } } + title:c_gerze = { set_variable = { name = color_storage value = title:d_c_gerze_color } } + title:c_gevaudan = { set_variable = { name = color_storage value = title:d_c_gevaudan_color } } + title:c_gezira = { set_variable = { name = color_storage value = title:d_c_gezira_color } } + title:c_ghadames = { set_variable = { name = color_storage value = title:d_c_ghadames_color } } + title:c_gharb = { set_variable = { name = color_storage value = title:d_c_gharb_color } } + title:c_ghardaia = { set_variable = { name = color_storage value = title:d_c_ghardaia_color } } + title:c_ghat = { set_variable = { name = color_storage value = title:d_c_ghat_color } } + title:c_ghazna = { set_variable = { name = color_storage value = title:d_c_ghazna_color } } + title:c_ghazza = { set_variable = { name = color_storage value = title:d_c_ghazza_color } } + title:c_ghazzal = { set_variable = { name = color_storage value = title:d_c_ghazzal_color } } + title:c_ghulja = { set_variable = { name = color_storage value = title:d_c_ghulja_color } } + title:c_ghur = { set_variable = { name = color_storage value = title:d_c_ghur_color } } + title:c_gidaya = { set_variable = { name = color_storage value = title:d_c_gidaya_color } } + title:c_gilan = { set_variable = { name = color_storage value = title:d_c_gilan_color } } + title:c_gilgit = { set_variable = { name = color_storage value = title:d_c_gilgit_color } } + title:c_girona = { set_variable = { name = color_storage value = title:d_c_girona_color } } + title:c_giurgiu = { set_variable = { name = color_storage value = title:d_c_giurgiu_color } } + title:c_giza = { set_variable = { name = color_storage value = title:d_c_giza_color } } + title:c_glamorgan = { set_variable = { name = color_storage value = title:d_c_glamorgan_color } } + title:c_glazov = { set_variable = { name = color_storage value = title:d_c_glazov_color } } + title:c_gleichenstein = { set_variable = { name = color_storage value = title:d_c_gleichenstein_color } } + title:c_gloucestershire = { set_variable = { name = color_storage value = title:d_c_gloucestershire_color } } + title:c_gnezdovo = { set_variable = { name = color_storage value = title:d_c_gnezdovo_color } } + title:c_gnieznienska = { set_variable = { name = color_storage value = title:d_c_gnieznienska_color } } + title:c_goalpara = { set_variable = { name = color_storage value = title:d_c_goalpara_color } } + title:c_gobir = { set_variable = { name = color_storage value = title:d_c_gobir_color } } + title:c_gode = { set_variable = { name = color_storage value = title:d_c_gode_color } } + title:c_godwad = { set_variable = { name = color_storage value = title:d_c_godwad_color } } + title:c_gojjam = { set_variable = { name = color_storage value = title:d_c_gojjam_color } } + title:c_gola = { set_variable = { name = color_storage value = title:d_c_gola_color } } + title:c_golag = { set_variable = { name = color_storage value = title:d_c_golag_color } } + title:c_golaghmuli = { set_variable = { name = color_storage value = title:d_c_golaghmuli_color } } + title:c_golden_hills = { set_variable = { name = color_storage value = title:d_c_golden_hills_color } } + title:c_gomel = { set_variable = { name = color_storage value = title:d_c_gomel_color } } + title:c_gomoco = { set_variable = { name = color_storage value = title:d_c_gomoco_color } } + title:c_gondo = { set_variable = { name = color_storage value = title:d_c_gondo_color } } + title:c_gongbo = { set_variable = { name = color_storage value = title:d_c_gongbo_color } } + title:c_gonja = { set_variable = { name = color_storage value = title:d_c_gonja_color } } + title:c_gonjo = { set_variable = { name = color_storage value = title:d_c_gonjo_color } } + title:c_gorlitz = { set_variable = { name = color_storage value = title:d_c_gorlitz_color } } + title:c_gorz = { set_variable = { name = color_storage value = title:d_c_gorz_color } } + title:c_gostyninska = { set_variable = { name = color_storage value = title:d_c_gostyninska_color } } + title:c_gottingen = { set_variable = { name = color_storage value = title:d_c_gottingen_color } } + title:c_gowrie = { set_variable = { name = color_storage value = title:d_c_gowrie_color } } + title:c_granada = { set_variable = { name = color_storage value = title:d_c_granada_color } } + title:c_graz = { set_variable = { name = color_storage value = title:d_c_graz_color } } + title:c_grebo = { set_variable = { name = color_storage value = title:d_c_grebo_color } } + title:c_grisons = { set_variable = { name = color_storage value = title:d_c_grisons_color } } + title:c_grobin = { set_variable = { name = color_storage value = title:d_c_grobin_color } } + title:c_grodno = { set_variable = { name = color_storage value = title:d_c_grodno_color } } + title:c_groningen = { set_variable = { name = color_storage value = title:d_c_groningen_color } } + title:c_grunberg = { set_variable = { name = color_storage value = title:d_c_grunberg_color } } + title:c_grunningen = { set_variable = { name = color_storage value = title:d_c_grunningen_color } } + title:c_guazhou = { set_variable = { name = color_storage value = title:d_c_guazhou_color } } + title:c_gudbrandsdalir = { set_variable = { name = color_storage value = title:d_c_gudbrandsdalir_color } } + title:c_guelders = { set_variable = { name = color_storage value = title:d_c_guelders_color } } + title:c_gugark = { set_variable = { name = color_storage value = title:d_c_gugark_color } } + title:c_guidimaka = { set_variable = { name = color_storage value = title:d_c_guidimaka_color } } + title:c_guines = { set_variable = { name = color_storage value = title:d_c_guines_color } } + title:c_gumuz = { set_variable = { name = color_storage value = title:d_c_gumuz_color } } + title:c_gurgan = { set_variable = { name = color_storage value = title:d_c_gurgan_color } } + title:c_gurganj = { set_variable = { name = color_storage value = title:d_c_gurganj_color } } + title:c_gurgi = { set_variable = { name = color_storage value = title:d_c_gurgi_color } } + title:c_guria = { set_variable = { name = color_storage value = title:d_c_guria_color } } + title:c_gurjaratra = { set_variable = { name = color_storage value = title:d_c_gurjaratra_color } } + title:c_gurma = { set_variable = { name = color_storage value = title:d_c_gurma_color } } + title:c_gutland = { set_variable = { name = color_storage value = title:d_c_gutland_color } } + title:c_gutti = { set_variable = { name = color_storage value = title:d_c_gutti_color } } + title:c_guwari = { set_variable = { name = color_storage value = title:d_c_guwari_color } } + title:c_guzgan = { set_variable = { name = color_storage value = title:d_c_guzgan_color } } + title:c_guzkol = { set_variable = { name = color_storage value = title:d_c_guzkol_color } } + title:c_gwalior = { set_variable = { name = color_storage value = title:d_c_gwalior_color } } + title:c_gyaca = { set_variable = { name = color_storage value = title:d_c_gyaca_color } } + title:c_gyaitang = { set_variable = { name = color_storage value = title:d_c_gyaitang_color } } + title:c_gyama = { set_variable = { name = color_storage value = title:d_c_gyama_color } } + title:c_gyangze = { set_variable = { name = color_storage value = title:d_c_gyangze_color } } + title:c_gyegumdo = { set_variable = { name = color_storage value = title:d_c_gyegumdo_color } } + title:c_gyirong = { set_variable = { name = color_storage value = title:d_c_gyirong_color } } + title:c_gyor = { set_variable = { name = color_storage value = title:d_c_gyor_color } } + title:c_hadithat-ana = { set_variable = { name = color_storage value = title:d_c_hadithat-ana_color } } + title:c_hadramawt = { set_variable = { name = color_storage value = title:d_c_hadramawt_color } } + title:c_hadrianeia = { set_variable = { name = color_storage value = title:d_c_hadrianeia_color } } + title:c_hadrianopolis = { set_variable = { name = color_storage value = title:d_c_hadrianopolis_color } } + title:c_hadya = { set_variable = { name = color_storage value = title:d_c_hadya_color } } + title:c_hail = { set_variable = { name = color_storage value = title:d_c_hail_color } } + title:c_hainaut = { set_variable = { name = color_storage value = title:d_c_hainaut_color } } + title:c_hakkari = { set_variable = { name = color_storage value = title:d_c_hakkari_color } } + title:c_halberstadt = { set_variable = { name = color_storage value = title:d_c_halberstadt_color } } + title:c_halland = { set_variable = { name = color_storage value = title:d_c_halland_color } } + title:c_halsingland = { set_variable = { name = color_storage value = title:d_c_halsingland_color } } + title:c_haltang = { set_variable = { name = color_storage value = title:d_c_haltang_color } } + title:c_halych = { set_variable = { name = color_storage value = title:d_c_halych_color } } + title:c_hama = { set_variable = { name = color_storage value = title:d_c_hama_color } } + title:c_hamadan = { set_variable = { name = color_storage value = title:d_c_hamadan_color } } + title:c_hamburg = { set_variable = { name = color_storage value = title:d_c_hamburg_color } } + title:c_hampton = { set_variable = { name = color_storage value = title:d_c_hampton_color } } + title:c_hanlan = { set_variable = { name = color_storage value = title:d_c_hanlan_color } } + title:c_hannover = { set_variable = { name = color_storage value = title:d_c_hannover_color } } + title:c_harar = { set_variable = { name = color_storage value = title:d_c_harar_color } } + title:c_hargaya = { set_variable = { name = color_storage value = title:d_c_hargaya_color } } + title:c_harhiraa = { set_variable = { name = color_storage value = title:d_c_harhiraa_color } } + title:c_harikela = { set_variable = { name = color_storage value = title:d_c_harikela_color } } + title:c_harjadalen = { set_variable = { name = color_storage value = title:d_c_harjadalen_color } } + title:c_harran = { set_variable = { name = color_storage value = title:d_c_harran_color } } + title:c_harrat_rahat = { set_variable = { name = color_storage value = title:d_c_harrat_rahat_color } } + title:c_haruppeswara = { set_variable = { name = color_storage value = title:d_c_haruppeswara_color } } + title:c_hastinapura = { set_variable = { name = color_storage value = title:d_c_hastinapura_color } } + title:c_hauran = { set_variable = { name = color_storage value = title:d_c_hauran_color } } + title:c_havelberg = { set_variable = { name = color_storage value = title:d_c_havelberg_color } } + title:c_hayq = { set_variable = { name = color_storage value = title:d_c_hayq_color } } + title:c_hedmork = { set_variable = { name = color_storage value = title:d_c_hedmork_color } } + title:c_heihe = { set_variable = { name = color_storage value = title:d_c_heihe_color } } + title:c_helenopontus = { set_variable = { name = color_storage value = title:d_c_helenopontus_color } } + title:c_helgum = { set_variable = { name = color_storage value = title:d_c_helgum_color } } + title:c_herat = { set_variable = { name = color_storage value = title:d_c_herat_color } } + title:c_hereford = { set_variable = { name = color_storage value = title:d_c_hereford_color } } + title:c_hereti = { set_variable = { name = color_storage value = title:d_c_hereti_color } } + title:c_hertfordshire = { set_variable = { name = color_storage value = title:d_c_hertfordshire_color } } + title:c_hewes = { set_variable = { name = color_storage value = title:d_c_hewes_color } } + title:c_hildesheim = { set_variable = { name = color_storage value = title:d_c_hildesheim_color } } + title:c_hinthada = { set_variable = { name = color_storage value = title:d_c_hinthada_color } } + title:c_hiraab = { set_variable = { name = color_storage value = title:d_c_hiraab_color } } + title:c_hisar = { set_variable = { name = color_storage value = title:d_c_hisar_color } } + title:c_hoboksar = { set_variable = { name = color_storage value = title:d_c_hoboksar_color } } + title:c_hobyo = { set_variable = { name = color_storage value = title:d_c_hobyo_color } } + title:c_hodh = { set_variable = { name = color_storage value = title:d_c_hodh_color } } + title:c_hodna = { set_variable = { name = color_storage value = title:d_c_hodna_color } } + title:c_hohaseco = { set_variable = { name = color_storage value = title:d_c_hohaseco_color } } + title:c_hohenau = { set_variable = { name = color_storage value = title:d_c_hohenau_color } } + title:c_hohenberg = { set_variable = { name = color_storage value = title:d_c_hohenberg_color } } + title:c_hohenburg = { set_variable = { name = color_storage value = title:d_c_hohenburg_color } } + title:c_hohenlohe = { set_variable = { name = color_storage value = title:d_c_hohenlohe_color } } + title:c_holland = { set_variable = { name = color_storage value = title:d_c_holland_color } } + title:c_homs = { set_variable = { name = color_storage value = title:d_c_homs_color } } + title:c_hongliuyuan = { set_variable = { name = color_storage value = title:d_c_hongliuyuan_color } } + title:c_honorias = { set_variable = { name = color_storage value = title:d_c_honorias_color } } + title:c_hont = { set_variable = { name = color_storage value = title:d_c_hont_color } } + title:c_hordalandi = { set_variable = { name = color_storage value = title:d_c_hordalandi_color } } + title:c_hormuz = { set_variable = { name = color_storage value = title:d_c_hormuz_color } } + title:c_hotin = { set_variable = { name = color_storage value = title:d_c_hotin_color } } + title:c_hradec = { set_variable = { name = color_storage value = title:d_c_hradec_color } } + title:c_hradyzk = { set_variable = { name = color_storage value = title:d_c_hradyzk_color } } + title:c_huesca = { set_variable = { name = color_storage value = title:d_c_huesca_color } } + title:c_hulwan = { set_variable = { name = color_storage value = title:d_c_hulwan_color } } + title:c_huntingdonshire = { set_variable = { name = color_storage value = title:d_c_huntingdonshire_color } } + title:c_hunyad = { set_variable = { name = color_storage value = title:d_c_hunyad_color } } + title:c_hunyan = { set_variable = { name = color_storage value = title:d_c_hunyan_color } } + title:c_hvosno = { set_variable = { name = color_storage value = title:d_c_hvosno_color } } + title:c_iasi = { set_variable = { name = color_storage value = title:d_c_iasi_color } } + title:c_ibadan = { set_variable = { name = color_storage value = title:d_c_ibadan_color } } + title:c_ibibo = { set_variable = { name = color_storage value = title:d_c_ibibo_color } } + title:c_idatarainadu = { set_variable = { name = color_storage value = title:d_c_idatarainadu_color } } + title:c_idoma = { set_variable = { name = color_storage value = title:d_c_idoma_color } } + title:c_ifat = { set_variable = { name = color_storage value = title:d_c_ifat_color } } + title:c_ife = { set_variable = { name = color_storage value = title:d_c_ife_color } } + title:c_ifni = { set_variable = { name = color_storage value = title:d_c_ifni_color } } + title:c_ifonyin = { set_variable = { name = color_storage value = title:d_c_ifonyin_color } } + title:c_igala = { set_variable = { name = color_storage value = title:d_c_igala_color } } + title:c_igana = { set_variable = { name = color_storage value = title:d_c_igana_color } } + title:c_igaran = { set_variable = { name = color_storage value = title:d_c_igaran_color } } + title:c_igbo = { set_variable = { name = color_storage value = title:d_c_igbo_color } } + title:c_igbomina = { set_variable = { name = color_storage value = title:d_c_igbomina_color } } + title:c_ijaw = { set_variable = { name = color_storage value = title:d_c_ijaw_color } } + title:c_ijebu = { set_variable = { name = color_storage value = title:d_c_ijebu_color } } + title:c_ikh_bogd = { set_variable = { name = color_storage value = title:d_c_ikh_bogd_color } } + title:c_ilam = { set_variable = { name = color_storage value = title:d_c_ilam_color } } + title:c_ile_de_france = { set_variable = { name = color_storage value = title:d_c_ile_de_france_color } } + title:c_ilesa = { set_variable = { name = color_storage value = title:d_c_ilesa_color } } + title:c_ilga = { set_variable = { name = color_storage value = title:d_c_ilga_color } } + title:c_iliq = { set_variable = { name = color_storage value = title:d_c_iliq_color } } + title:c_ilo = { set_variable = { name = color_storage value = title:d_c_ilo_color } } + title:c_ilorin = { set_variable = { name = color_storage value = title:d_c_ilorin_color } } + title:c_inari = { set_variable = { name = color_storage value = title:d_c_inari_color } } + title:c_innarya = { set_variable = { name = color_storage value = title:d_c_innarya_color } } + title:c_inner_hebrides = { set_variable = { name = color_storage value = title:d_c_inner_hebrides_color } } + title:c_innsbruck = { set_variable = { name = color_storage value = title:d_c_innsbruck_color } } + title:c_intarta = { set_variable = { name = color_storage value = title:d_c_intarta_color } } + title:c_inverness = { set_variable = { name = color_storage value = title:d_c_inverness_color } } + title:c_ionia = { set_variable = { name = color_storage value = title:d_c_ionia_color } } + title:c_ipuskoa = { set_variable = { name = color_storage value = title:d_c_ipuskoa_color } } + title:c_irahistan = { set_variable = { name = color_storage value = title:d_c_irahistan_color } } + title:c_irbid = { set_variable = { name = color_storage value = title:d_c_irbid_color } } + title:c_irbil = { set_variable = { name = color_storage value = title:d_c_irbil_color } } + title:c_irkutsk = { set_variable = { name = color_storage value = title:d_c_irkutsk_color } } + title:c_isauria = { set_variable = { name = color_storage value = title:d_c_isauria_color } } + title:c_isfahan = { set_variable = { name = color_storage value = title:d_c_isfahan_color } } + title:c_isfara = { set_variable = { name = color_storage value = title:d_c_isfara_color } } + title:c_ishim = { set_variable = { name = color_storage value = title:d_c_ishim_color } } + title:c_iskaf = { set_variable = { name = color_storage value = title:d_c_iskaf_color } } + title:c_isle_of_man = { set_variable = { name = color_storage value = title:d_c_isle_of_man_color } } + title:c_isle_of_wight = { set_variable = { name = color_storage value = title:d_c_isle_of_wight_color } } + title:c_issoudun = { set_variable = { name = color_storage value = title:d_c_issoudun_color } } + title:c_istakhr = { set_variable = { name = color_storage value = title:d_c_istakhr_color } } + title:c_itanagar = { set_variable = { name = color_storage value = title:d_c_itanagar_color } } + title:c_itil = { set_variable = { name = color_storage value = title:d_c_itil_color } } + title:c_iviza = { set_variable = { name = color_storage value = title:d_c_iviza_color } } + title:c_jabal_kufs = { set_variable = { name = color_storage value = title:d_c_jabal_kufs_color } } + title:c_jabal_quzlum = { set_variable = { name = color_storage value = title:d_c_jabal_quzlum_color } } + title:c_jafara = { set_variable = { name = color_storage value = title:d_c_jafara_color } } + title:c_jaffa = { set_variable = { name = color_storage value = title:d_c_jaffa_color } } + title:c_jaffna = { set_variable = { name = color_storage value = title:d_c_jaffna_color } } + title:c_jagatipur = { set_variable = { name = color_storage value = title:d_c_jagatipur_color } } + title:c_jahkamakke = { set_variable = { name = color_storage value = title:d_c_jahkamakke_color } } + title:c_jaligny = { set_variable = { name = color_storage value = title:d_c_jaligny_color } } + title:c_jalmat = { set_variable = { name = color_storage value = title:d_c_jalmat_color } } + title:c_jambalar = { set_variable = { name = color_storage value = title:d_c_jambalar_color } } + title:c_jame = { set_variable = { name = color_storage value = title:d_c_jame_color } } + title:c_jamtfir = { set_variable = { name = color_storage value = title:d_c_jamtfir_color } } + title:c_janakpur = { set_variable = { name = color_storage value = title:d_c_janakpur_color } } + title:c_jara = { set_variable = { name = color_storage value = title:d_c_jara_color } } + title:c_jasky_kart = { set_variable = { name = color_storage value = title:d_c_jasky_kart_color } } + title:c_jaunpur = { set_variable = { name = color_storage value = title:d_c_jaunpur_color } } + title:c_jawf-al-yamani = { set_variable = { name = color_storage value = title:d_c_jawf-al-yamani_color } } + title:c_jend = { set_variable = { name = color_storage value = title:d_c_jend_color } } + title:c_jenne = { set_variable = { name = color_storage value = title:d_c_jenne_color } } + title:c_jerjul = { set_variable = { name = color_storage value = title:d_c_jerjul_color } } + title:c_jersika = { set_variable = { name = color_storage value = title:d_c_jersika_color } } + title:c_jerusalem = { set_variable = { name = color_storage value = title:d_c_jerusalem_color } } + title:c_jharkand = { set_variable = { name = color_storage value = title:d_c_jharkand_color } } + title:c_jie_DZU = { set_variable = { name = color_storage value = title:d_c_jie_DZU_color } } + title:c_jihlava = { set_variable = { name = color_storage value = title:d_c_jihlava_color } } + title:c_jilali = { set_variable = { name = color_storage value = title:d_c_jilali_color } } + title:c_jilat = { set_variable = { name = color_storage value = title:d_c_jilat_color } } + title:c_jilib = { set_variable = { name = color_storage value = title:d_c_jilib_color } } + title:c_jimi = { set_variable = { name = color_storage value = title:d_c_jimi_color } } + title:c_jinghiz = { set_variable = { name = color_storage value = title:d_c_jinghiz_color } } + title:c_jinsko = { set_variable = { name = color_storage value = title:d_c_jinsko_color } } + title:c_jinta = { set_variable = { name = color_storage value = title:d_c_jinta_color } } + title:c_jiren_suat = { set_variable = { name = color_storage value = title:d_c_jiren_suat_color } } + title:c_jiruft = { set_variable = { name = color_storage value = title:d_c_jiruft_color } } + title:c_jitikul = { set_variable = { name = color_storage value = title:d_c_jitikul_color } } + title:c_jolof = { set_variable = { name = color_storage value = title:d_c_jolof_color } } + title:c_jone = { set_variable = { name = color_storage value = title:d_c_jone_color } } + title:c_jovvkuj = { set_variable = { name = color_storage value = title:d_c_jovvkuj_color } } + title:c_jowol = { set_variable = { name = color_storage value = title:d_c_jowol_color } } + title:c_jubba = { set_variable = { name = color_storage value = title:d_c_jubba_color } } + title:c_julevadno = { set_variable = { name = color_storage value = title:d_c_julevadno_color } } + title:c_julfar = { set_variable = { name = color_storage value = title:d_c_julfar_color } } + title:c_julym = { set_variable = { name = color_storage value = title:d_c_julym_color } } + title:c_jumla = { set_variable = { name = color_storage value = title:d_c_jumla_color } } + title:c_juterbog = { set_variable = { name = color_storage value = title:d_c_juterbog_color } } + title:c_juwain = { set_variable = { name = color_storage value = title:d_c_juwain_color } } + title:c_juwair = { set_variable = { name = color_storage value = title:d_c_juwair_color } } + title:c_kaabu = { set_variable = { name = color_storage value = title:d_c_kaabu_color } } + title:c_kaarta = { set_variable = { name = color_storage value = title:d_c_kaarta_color } } + title:c_kabarasana = { set_variable = { name = color_storage value = title:d_c_kabarasana_color } } + title:c_kabul = { set_variable = { name = color_storage value = title:d_c_kabul_color } } + title:c_kachu = { set_variable = { name = color_storage value = title:d_c_kachu_color } } + title:c_kada = { set_variable = { name = color_storage value = title:d_c_kada_color } } + title:c_kadam = { set_variable = { name = color_storage value = title:d_c_kadam_color } } + title:c_kaduna = { set_variable = { name = color_storage value = title:d_c_kaduna_color } } + title:c_kaffa = { set_variable = { name = color_storage value = title:d_c_kaffa_color } } + title:c_kafirkot = { set_variable = { name = color_storage value = title:d_c_kafirkot_color } } + title:c_kagar = { set_variable = { name = color_storage value = title:d_c_kagar_color } } + title:c_kagha = { set_variable = { name = color_storage value = title:d_c_kagha_color } } + title:c_kainsk = { set_variable = { name = color_storage value = title:d_c_kainsk_color } } + title:c_kainuu = { set_variable = { name = color_storage value = title:d_c_kainuu_color } } + title:c_kairwan = { set_variable = { name = color_storage value = title:d_c_kairwan_color } } + title:c_kaisereia = { set_variable = { name = color_storage value = title:d_c_kaisereia_color } } + title:c_kaiserslautern = { set_variable = { name = color_storage value = title:d_c_kaiserslautern_color } } + title:c_kakheti = { set_variable = { name = color_storage value = title:d_c_kakheti_color } } + title:c_kakisalmi = { set_variable = { name = color_storage value = title:d_c_kakisalmi_color } } + title:c_kalabsha = { set_variable = { name = color_storage value = title:d_c_kalabsha_color } } + title:c_kalanjara = { set_variable = { name = color_storage value = title:d_c_kalanjara_color } } + title:c_kalat = { set_variable = { name = color_storage value = title:d_c_kalat_color } } + title:c_kalbin = { set_variable = { name = color_storage value = title:d_c_kalbin_color } } + title:c_kale = { set_variable = { name = color_storage value = title:d_c_kale_color } } + title:c_kali_kumaon = { set_variable = { name = color_storage value = title:d_c_kali_kumaon_color } } + title:c_kalinganagar = { set_variable = { name = color_storage value = title:d_c_kalinganagar_color } } + title:c_kaliska = { set_variable = { name = color_storage value = title:d_c_kaliska_color } } + title:c_kalliopolis = { set_variable = { name = color_storage value = title:d_c_kalliopolis_color } } + title:c_kalos_limen = { set_variable = { name = color_storage value = title:d_c_kalos_limen_color } } + title:c_kalpi = { set_variable = { name = color_storage value = title:d_c_kalpi_color } } + title:c_kalyani = { set_variable = { name = color_storage value = title:d_c_kalyani_color } } + title:c_kamarupanagara = { set_variable = { name = color_storage value = title:d_c_kamarupanagara_color } } + title:c_kamatapur = { set_variable = { name = color_storage value = title:d_c_kamatapur_color } } + title:c_kambampet = { set_variable = { name = color_storage value = title:d_c_kambampet_color } } + title:c_kammersberg = { set_variable = { name = color_storage value = title:d_c_kammersberg_color } } + title:c_kamru = { set_variable = { name = color_storage value = title:d_c_kamru_color } } + title:c_kanara = { set_variable = { name = color_storage value = title:d_c_kanara_color } } + title:c_kanchipuram = { set_variable = { name = color_storage value = title:d_c_kanchipuram_color } } + title:c_kandy = { set_variable = { name = color_storage value = title:d_c_kandy_color } } + title:c_kanem = { set_variable = { name = color_storage value = title:d_c_kanem_color } } + title:c_kangmar = { set_variable = { name = color_storage value = title:d_c_kangmar_color } } + title:c_kaniaga = { set_variable = { name = color_storage value = title:d_c_kaniaga_color } } + title:c_kankan = { set_variable = { name = color_storage value = title:d_c_kankan_color } } + title:c_kano = { set_variable = { name = color_storage value = title:d_c_kano_color } } + title:c_kansk = { set_variable = { name = color_storage value = title:d_c_kansk_color } } + title:c_kantegir = { set_variable = { name = color_storage value = title:d_c_kantegir_color } } + title:c_kanyakubja = { set_variable = { name = color_storage value = title:d_c_kanyakubja_color } } + title:c_kara_asirgan = { set_variable = { name = color_storage value = title:d_c_kara_asirgan_color } } + title:c_kara_khoja = { set_variable = { name = color_storage value = title:d_c_kara_khoja_color } } + title:c_karabaigal = { set_variable = { name = color_storage value = title:d_c_karabaigal_color } } + title:c_karabalgasun = { set_variable = { name = color_storage value = title:d_c_karabalgasun_color } } + title:c_karabas = { set_variable = { name = color_storage value = title:d_c_karabas_color } } + title:c_karabash = { set_variable = { name = color_storage value = title:d_c_karabash_color } } + title:c_karabolam = { set_variable = { name = color_storage value = title:d_c_karabolam_color } } + title:c_karachev = { set_variable = { name = color_storage value = title:d_c_karachev_color } } + title:c_karakorum = { set_variable = { name = color_storage value = title:d_c_karakorum_color } } + title:c_karamay = { set_variable = { name = color_storage value = title:d_c_karamay_color } } + title:c_karashar = { set_variable = { name = color_storage value = title:d_c_karashar_color } } + title:c_karasjohka = { set_variable = { name = color_storage value = title:d_c_karasjohka_color } } + title:c_karasu = { set_variable = { name = color_storage value = title:d_c_karasu_color } } + title:c_karatayak = { set_variable = { name = color_storage value = title:d_c_karatayak_color } } + title:c_karatsagaan = { set_variable = { name = color_storage value = title:d_c_karatsagaan_color } } + title:c_karauda = { set_variable = { name = color_storage value = title:d_c_karauda_color } } + title:c_karbala = { set_variable = { name = color_storage value = title:d_c_karbala_color } } + title:c_kargadan = { set_variable = { name = color_storage value = title:d_c_kargadan_color } } + title:c_karghalik = { set_variable = { name = color_storage value = title:d_c_karghalik_color } } + title:c_kargopol = { set_variable = { name = color_storage value = title:d_c_kargopol_color } } + title:c_karkaraly = { set_variable = { name = color_storage value = title:d_c_karkaraly_color } } + title:c_karmanta = { set_variable = { name = color_storage value = title:d_c_karmanta_color } } + title:c_karnten = { set_variable = { name = color_storage value = title:d_c_karnten_color } } + title:c_karor = { set_variable = { name = color_storage value = title:d_c_karor_color } } + title:c_karran = { set_variable = { name = color_storage value = title:d_c_karran_color } } + title:c_kartauzh = { set_variable = { name = color_storage value = title:d_c_kartauzh_color } } + title:c_kartli = { set_variable = { name = color_storage value = title:d_c_kartli_color } } + title:c_karur = { set_variable = { name = color_storage value = title:d_c_karur_color } } + title:c_kasa = { set_variable = { name = color_storage value = title:d_c_kasa_color } } + title:c_kash = { set_variable = { name = color_storage value = title:d_c_kash_color } } + title:c_kashgar = { set_variable = { name = color_storage value = title:d_c_kashgar_color } } + title:c_kaska = { set_variable = { name = color_storage value = title:d_c_kaska_color } } + title:c_kaskelen = { set_variable = { name = color_storage value = title:d_c_kaskelen_color } } + title:c_kaski = { set_variable = { name = color_storage value = title:d_c_kaski_color } } + title:c_kasmira = { set_variable = { name = color_storage value = title:d_c_kasmira_color } } + title:c_kassala = { set_variable = { name = color_storage value = title:d_c_kassala_color } } + title:c_kassel = { set_variable = { name = color_storage value = title:d_c_kassel_color } } + title:c_katagum = { set_variable = { name = color_storage value = title:d_c_katagum_color } } + title:c_kataka = { set_variable = { name = color_storage value = title:d_c_kataka_color } } + title:c_katehar = { set_variable = { name = color_storage value = title:d_c_katehar_color } } + title:c_kath = { set_variable = { name = color_storage value = title:d_c_kath_color } } + title:c_kathmandu = { set_variable = { name = color_storage value = title:d_c_kathmandu_color } } + title:c_katsina = { set_variable = { name = color_storage value = title:d_c_katsina_color } } + title:c_katu_yaryk = { set_variable = { name = color_storage value = title:d_c_katu_yaryk_color } } + title:c_kayor = { set_variable = { name = color_storage value = title:d_c_kayor_color } } + title:c_kazan = { set_variable = { name = color_storage value = title:d_c_kazan_color } } + title:c_kazanskaya = { set_variable = { name = color_storage value = title:d_c_kazanskaya_color } } + title:c_kazanskoye = { set_variable = { name = color_storage value = title:d_c_kazanskoye_color } } + title:c_kazym = { set_variable = { name = color_storage value = title:d_c_kazym_color } } + title:c_kebbi = { set_variable = { name = color_storage value = title:d_c_kebbi_color } } + title:c_keffi = { set_variable = { name = color_storage value = title:d_c_keffi_color } } + title:c_kempten = { set_variable = { name = color_storage value = title:d_c_kempten_color } } + title:c_kent = { set_variable = { name = color_storage value = title:d_c_kent_color } } + title:c_kera = { set_variable = { name = color_storage value = title:d_c_kera_color } } + title:c_kerak = { set_variable = { name = color_storage value = title:d_c_kerak_color } } + title:c_kerala = { set_variable = { name = color_storage value = title:d_c_kerala_color } } + title:c_kerch = { set_variable = { name = color_storage value = title:d_c_kerch_color } } + title:c_keriya = { set_variable = { name = color_storage value = title:d_c_keriya_color } } + title:c_kerken = { set_variable = { name = color_storage value = title:d_c_kerken_color } } + title:c_kermanshah = { set_variable = { name = color_storage value = title:d_c_kermanshah_color } } + title:c_kernave = { set_variable = { name = color_storage value = title:d_c_kernave_color } } + title:c_ketu = { set_variable = { name = color_storage value = title:d_c_ketu_color } } + title:c_keve = { set_variable = { name = color_storage value = title:d_c_keve_color } } + title:c_kevrola = { set_variable = { name = color_storage value = title:d_c_kevrola_color } } + title:c_khabur = { set_variable = { name = color_storage value = title:d_c_khabur_color } } + title:c_khachen = { set_variable = { name = color_storage value = title:d_c_khachen_color } } + title:c_khaplu = { set_variable = { name = color_storage value = title:d_c_khaplu_color } } + title:c_khar_us = { set_variable = { name = color_storage value = title:d_c_khar_us_color } } + title:c_kharam-vosh = { set_variable = { name = color_storage value = title:d_c_kharam-vosh_color } } + title:c_kharga = { set_variable = { name = color_storage value = title:d_c_kharga_color } } + title:c_khasagt_khairkhan = { set_variable = { name = color_storage value = title:d_c_khasagt_khairkhan_color } } + title:c_khawr = { set_variable = { name = color_storage value = title:d_c_khawr_color } } + title:c_khaybar = { set_variable = { name = color_storage value = title:d_c_khaybar_color } } + title:c_khentii = { set_variable = { name = color_storage value = title:d_c_khentii_color } } + title:c_kherson = { set_variable = { name = color_storage value = title:d_c_kherson_color } } + title:c_khetaka = { set_variable = { name = color_storage value = title:d_c_khetaka_color } } + title:c_khijjingakota = { set_variable = { name = color_storage value = title:d_c_khijjingakota_color } } + title:c_khinjali_mandala = { set_variable = { name = color_storage value = title:d_c_khinjali_mandala_color } } + title:c_khiva = { set_variable = { name = color_storage value = title:d_c_khiva_color } } + title:c_khojand = { set_variable = { name = color_storage value = title:d_c_khojand_color } } + title:c_khokhoo = { set_variable = { name = color_storage value = title:d_c_khokhoo_color } } + title:c_kholmogory = { set_variable = { name = color_storage value = title:d_c_kholmogory_color } } + title:c_khopyor = { set_variable = { name = color_storage value = title:d_c_khopyor_color } } + title:c_khortytsia = { set_variable = { name = color_storage value = title:d_c_khortytsia_color } } + title:c_khotan = { set_variable = { name = color_storage value = title:d_c_khotan_color } } + title:c_khotang = { set_variable = { name = color_storage value = title:d_c_khotang_color } } + title:c_khumar = { set_variable = { name = color_storage value = title:d_c_khumar_color } } + title:c_khurnak = { set_variable = { name = color_storage value = title:d_c_khurnak_color } } + title:c_khuttal = { set_variable = { name = color_storage value = title:d_c_khuttal_color } } + title:c_khuwar = { set_variable = { name = color_storage value = title:d_c_khuwar_color } } + title:c_kiev = { set_variable = { name = color_storage value = title:d_c_kiev_color } } + title:c_kiia = { set_variable = { name = color_storage value = title:d_c_kiia_color } } + title:c_kinda = { set_variable = { name = color_storage value = title:d_c_kinda_color } } + title:c_kinda_sakun = { set_variable = { name = color_storage value = title:d_c_kinda_sakun_color } } + title:c_kingui = { set_variable = { name = color_storage value = title:d_c_kingui_color } } + title:c_kintus = { set_variable = { name = color_storage value = title:d_c_kintus_color } } + title:c_kiranapura = { set_variable = { name = color_storage value = title:d_c_kiranapura_color } } + title:c_kirillov = { set_variable = { name = color_storage value = title:d_c_kirillov_color } } + title:c_kirkuk = { set_variable = { name = color_storage value = title:d_c_kirkuk_color } } + title:c_kirman = { set_variable = { name = color_storage value = title:d_c_kirman_color } } + title:c_kishsh = { set_variable = { name = color_storage value = title:d_c_kishsh_color } } + title:c_kisi = { set_variable = { name = color_storage value = title:d_c_kisi_color } } + title:c_kita = { set_variable = { name = color_storage value = title:d_c_kita_color } } + title:c_kitka = { set_variable = { name = color_storage value = title:d_c_kitka_color } } + title:c_kitoi = { set_variable = { name = color_storage value = title:d_c_kitoi_color } } + title:c_kittila = { set_variable = { name = color_storage value = title:d_c_kittila_color } } + title:c_kiz = { set_variable = { name = color_storage value = title:d_c_kiz_color } } + title:c_kizir = { set_variable = { name = color_storage value = title:d_c_kizir_color } } + title:c_klarjeti = { set_variable = { name = color_storage value = title:d_c_klarjeti_color } } + title:c_kletsk = { set_variable = { name = color_storage value = title:d_c_kletsk_color } } + title:c_klingenberg = { set_variable = { name = color_storage value = title:d_c_klingenberg_color } } + title:c_knin = { set_variable = { name = color_storage value = title:d_c_knin_color } } + title:c_knittelfeld = { set_variable = { name = color_storage value = title:d_c_knittelfeld_color } } + title:c_koblenz = { set_variable = { name = color_storage value = title:d_c_koblenz_color } } + title:c_koda = { set_variable = { name = color_storage value = title:d_c_koda_color } } + title:c_kodalaka_mandala = { set_variable = { name = color_storage value = title:d_c_kodalaka_mandala_color } } + title:c_koi-bagar = { set_variable = { name = color_storage value = title:d_c_koi-bagar_color } } + title:c_kojuk = { set_variable = { name = color_storage value = title:d_c_kojuk_color } } + title:c_kokenois = { set_variable = { name = color_storage value = title:d_c_kokenois_color } } + title:c_kokoli = { set_variable = { name = color_storage value = title:d_c_kokoli_color } } + title:c_kokpekty = { set_variable = { name = color_storage value = title:d_c_kokpekty_color } } + title:c_kol = { set_variable = { name = color_storage value = title:d_c_kol_color } } + title:c_kolhapur = { set_variable = { name = color_storage value = title:d_c_kolhapur_color } } + title:c_kolobrzeg = { set_variable = { name = color_storage value = title:d_c_kolobrzeg_color } } + title:c_kolon = { set_variable = { name = color_storage value = title:d_c_kolon_color } } + title:c_kolyn = { set_variable = { name = color_storage value = title:d_c_kolyn_color } } + title:c_kolyvan = { set_variable = { name = color_storage value = title:d_c_kolyvan_color } } + title:c_konda_ob = { set_variable = { name = color_storage value = title:d_c_konda_ob_color } } + title:c_kondana = { set_variable = { name = color_storage value = title:d_c_kondana_color } } + title:c_kondoma = { set_variable = { name = color_storage value = title:d_c_kondoma_color } } + title:c_kong = { set_variable = { name = color_storage value = title:d_c_kong_color } } + title:c_kongu = { set_variable = { name = color_storage value = title:d_c_kongu_color } } + title:c_konigsberg = { set_variable = { name = color_storage value = title:d_c_konigsberg_color } } + title:c_konko = { set_variable = { name = color_storage value = title:d_c_konko_color } } + title:c_kono = { set_variable = { name = color_storage value = title:d_c_kono_color } } + title:c_kontupohja = { set_variable = { name = color_storage value = title:d_c_kontupohja_color } } + title:c_konyan = { set_variable = { name = color_storage value = title:d_c_konyan_color } } + title:c_kopathal = { set_variable = { name = color_storage value = title:d_c_kopathal_color } } + title:c_koppam = { set_variable = { name = color_storage value = title:d_c_koppam_color } } + title:c_kordofan = { set_variable = { name = color_storage value = title:d_c_kordofan_color } } + title:c_korgon = { set_variable = { name = color_storage value = title:d_c_korgon_color } } + title:c_korinthos = { set_variable = { name = color_storage value = title:d_c_korinthos_color } } + title:c_korosten = { set_variable = { name = color_storage value = title:d_c_korosten_color } } + title:c_korsun = { set_variable = { name = color_storage value = title:d_c_korsun_color } } + title:c_kos-buwak = { set_variable = { name = color_storage value = title:d_c_kos-buwak_color } } + title:c_kos_uba = { set_variable = { name = color_storage value = title:d_c_kos_uba_color } } + title:c_koshuki = { set_variable = { name = color_storage value = title:d_c_koshuki_color } } + title:c_kota = { set_variable = { name = color_storage value = title:d_c_kota_color } } + title:c_kotera = { set_variable = { name = color_storage value = title:d_c_kotera_color } } + title:c_kotivarsa = { set_variable = { name = color_storage value = title:d_c_kotivarsa_color } } + title:c_kotokel = { set_variable = { name = color_storage value = title:d_c_kotokel_color } } + title:c_kotoko = { set_variable = { name = color_storage value = title:d_c_kotoko_color } } + title:c_kotte = { set_variable = { name = color_storage value = title:d_c_kotte_color } } + title:c_kouga = { set_variable = { name = color_storage value = title:d_c_kouga_color } } + title:c_koutajoki = { set_variable = { name = color_storage value = title:d_c_koutajoki_color } } + title:c_kozelsk = { set_variable = { name = color_storage value = title:d_c_kozelsk_color } } + title:c_kozlov = { set_variable = { name = color_storage value = title:d_c_kozlov_color } } + title:c_krajna = { set_variable = { name = color_storage value = title:d_c_krajna_color } } + title:c_krakowska = { set_variable = { name = color_storage value = title:d_c_krakowska_color } } + title:c_kran = { set_variable = { name = color_storage value = title:d_c_kran_color } } + title:c_kranj = { set_variable = { name = color_storage value = title:d_c_kranj_color } } + title:c_krasnoyarsk = { set_variable = { name = color_storage value = title:d_c_krasnoyarsk_color } } + title:c_krasso = { set_variable = { name = color_storage value = title:d_c_krasso_color } } + title:c_krems = { set_variable = { name = color_storage value = title:d_c_krems_color } } + title:c_kropot = { set_variable = { name = color_storage value = title:d_c_kropot_color } } + title:c_kru = { set_variable = { name = color_storage value = title:d_c_kru_color } } + title:c_kucha = { set_variable = { name = color_storage value = title:d_c_kucha_color } } + title:c_kuchuk = { set_variable = { name = color_storage value = title:d_c_kuchuk_color } } + title:c_kufa = { set_variable = { name = color_storage value = title:d_c_kufa_color } } + title:c_kuisugu = { set_variable = { name = color_storage value = title:d_c_kuisugu_color } } + title:c_kujawy = { set_variable = { name = color_storage value = title:d_c_kujawy_color } } + title:c_kukiya = { set_variable = { name = color_storage value = title:d_c_kukiya_color } } + title:c_kuku = { set_variable = { name = color_storage value = title:d_c_kuku_color } } + title:c_kulan_utmas = { set_variable = { name = color_storage value = title:d_c_kulan_utmas_color } } + title:c_kulan_uynak = { set_variable = { name = color_storage value = title:d_c_kulan_uynak_color } } + title:c_kulunda = { set_variable = { name = color_storage value = title:d_c_kulunda_color } } + title:c_kumaon = { set_variable = { name = color_storage value = title:d_c_kumaon_color } } + title:c_kumasi = { set_variable = { name = color_storage value = title:d_c_kumasi_color } } + title:c_kumkol = { set_variable = { name = color_storage value = title:d_c_kumkol_color } } + title:c_kumtag = { set_variable = { name = color_storage value = title:d_c_kumtag_color } } + title:c_kumych = { set_variable = { name = color_storage value = title:d_c_kumych_color } } + title:c_kundina = { set_variable = { name = color_storage value = title:d_c_kundina_color } } + title:c_kuozhou = { set_variable = { name = color_storage value = title:d_c_kuozhou_color } } + title:c_kuranko = { set_variable = { name = color_storage value = title:d_c_kuranko_color } } + title:c_kurdar = { set_variable = { name = color_storage value = title:d_c_kurdar_color } } + title:c_kurdistan = { set_variable = { name = color_storage value = title:d_c_kurdistan_color } } + title:c_kurgan = { set_variable = { name = color_storage value = title:d_c_kurgan_color } } + title:c_kurgus = { set_variable = { name = color_storage value = title:d_c_kurgus_color } } + title:c_kurmaed = { set_variable = { name = color_storage value = title:d_c_kurmaed_color } } + title:c_kurmina = { set_variable = { name = color_storage value = title:d_c_kurmina_color } } + title:c_kursk = { set_variable = { name = color_storage value = title:d_c_kursk_color } } + title:c_kurumba = { set_variable = { name = color_storage value = title:d_c_kurumba_color } } + title:c_kush-murun = { set_variable = { name = color_storage value = title:d_c_kush-murun_color } } + title:c_kusinagara = { set_variable = { name = color_storage value = title:d_c_kusinagara_color } } + title:c_kusumi = { set_variable = { name = color_storage value = title:d_c_kusumi_color } } + title:c_kutch = { set_variable = { name = color_storage value = title:d_c_kutch_color } } + title:c_kuzbas = { set_variable = { name = color_storage value = title:d_c_kuzbas_color } } + title:c_kwahu-akyem = { set_variable = { name = color_storage value = title:d_c_kwahu-akyem_color } } + title:c_kwararafa = { set_variable = { name = color_storage value = title:d_c_kwararafa_color } } + title:c_kyadya = { set_variable = { name = color_storage value = title:d_c_kyadya_color } } + title:c_kyakyaru = { set_variable = { name = color_storage value = title:d_c_kyakyaru_color } } + title:c_kyaukse = { set_variable = { name = color_storage value = title:d_c_kyaukse_color } } + title:c_kyin = { set_variable = { name = color_storage value = title:d_c_kyin_color } } + title:c_kymyl_tey = { set_variable = { name = color_storage value = title:d_c_kymyl_tey_color } } + title:c_kyunglung = { set_variable = { name = color_storage value = title:d_c_kyunglung_color } } + title:c_kyzistra = { set_variable = { name = color_storage value = title:d_c_kyzistra_color } } + title:c_kyzylkul = { set_variable = { name = color_storage value = title:d_c_kyzylkul_color } } + title:c_la_marche = { set_variable = { name = color_storage value = title:d_c_la_marche_color } } + title:c_labda = { set_variable = { name = color_storage value = title:d_c_labda_color } } + title:c_labourd = { set_variable = { name = color_storage value = title:d_c_labourd_color } } + title:c_lachyk-uba = { set_variable = { name = color_storage value = title:d_c_lachyk-uba_color } } + title:c_laconia = { set_variable = { name = color_storage value = title:d_c_laconia_color } } + title:c_ladyzyn = { set_variable = { name = color_storage value = title:d_c_ladyzyn_color } } + title:c_lag_dera = { set_variable = { name = color_storage value = title:d_c_lag_dera_color } } + title:c_laghwat = { set_variable = { name = color_storage value = title:d_c_laghwat_color } } + title:c_lahur = { set_variable = { name = color_storage value = title:d_c_lahur_color } } + title:c_laia = { set_variable = { name = color_storage value = title:d_c_laia_color } } + title:c_lakhnau = { set_variable = { name = color_storage value = title:d_c_lakhnau_color } } + title:c_laksmanavati = { set_variable = { name = color_storage value = title:d_c_laksmanavati_color } } + title:c_lanarkshire = { set_variable = { name = color_storage value = title:d_c_lanarkshire_color } } + title:c_lancashire = { set_variable = { name = color_storage value = title:d_c_lancashire_color } } + title:c_lanciano = { set_variable = { name = color_storage value = title:d_c_lanciano_color } } + title:c_landsberg = { set_variable = { name = color_storage value = title:d_c_landsberg_color } } + title:c_langres = { set_variable = { name = color_storage value = title:d_c_langres_color } } + title:c_lapusna = { set_variable = { name = color_storage value = title:d_c_lapusna_color } } + title:c_lar = { set_variable = { name = color_storage value = title:d_c_lar_color } } + title:c_lasta = { set_variable = { name = color_storage value = title:d_c_lasta_color } } + title:c_lecce = { set_variable = { name = color_storage value = title:d_c_lecce_color } } + title:c_leczycka = { set_variable = { name = color_storage value = title:d_c_leczycka_color } } + title:c_legnica = { set_variable = { name = color_storage value = title:d_c_legnica_color } } + title:c_leh = { set_variable = { name = color_storage value = title:d_c_leh_color } } + title:c_leicestershire = { set_variable = { name = color_storage value = title:d_c_leicestershire_color } } + title:c_leinster = { set_variable = { name = color_storage value = title:d_c_leinster_color } } + title:c_lena = { set_variable = { name = color_storage value = title:d_c_lena_color } } + title:c_lenggu = { set_variable = { name = color_storage value = title:d_c_lenggu_color } } + title:c_lenghu = { set_variable = { name = color_storage value = title:d_c_lenghu_color } } + title:c_lennox = { set_variable = { name = color_storage value = title:d_c_lennox_color } } + title:c_leon = { set_variable = { name = color_storage value = title:d_c_leon_color } } + title:c_lepsink = { set_variable = { name = color_storage value = title:d_c_lepsink_color } } + title:c_leraba = { set_variable = { name = color_storage value = title:d_c_leraba_color } } + title:c_lesbos = { set_variable = { name = color_storage value = title:d_c_lesbos_color } } + title:c_leuchtenburg = { set_variable = { name = color_storage value = title:d_c_leuchtenburg_color } } + title:c_lhagang = { set_variable = { name = color_storage value = title:d_c_lhagang_color } } + title:c_lhari = { set_variable = { name = color_storage value = title:d_c_lhari_color } } + title:c_lhasa = { set_variable = { name = color_storage value = title:d_c_lhasa_color } } + title:c_lhatok = { set_variable = { name = color_storage value = title:d_c_lhatok_color } } + title:c_lhunze = { set_variable = { name = color_storage value = title:d_c_lhunze_color } } + title:c_lhunzhub = { set_variable = { name = color_storage value = title:d_c_lhunzhub_color } } + title:c_liangzhou = { set_variable = { name = color_storage value = title:d_c_liangzhou_color } } + title:c_liebnitz = { set_variable = { name = color_storage value = title:d_c_liebnitz_color } } + title:c_liege = { set_variable = { name = color_storage value = title:d_c_liege_color } } + title:c_lienz = { set_variable = { name = color_storage value = title:d_c_lienz_color } } + title:c_lika = { set_variable = { name = color_storage value = title:d_c_lika_color } } + title:c_lille = { set_variable = { name = color_storage value = title:d_c_lille_color } } + title:c_limousin = { set_variable = { name = color_storage value = title:d_c_limousin_color } } + title:c_lincolnshire = { set_variable = { name = color_storage value = title:d_c_lincolnshire_color } } + title:c_lingtsang = { set_variable = { name = color_storage value = title:d_c_lingtsang_color } } + title:c_linlithgowshire = { set_variable = { name = color_storage value = title:d_c_linlithgowshire_color } } + title:c_linz = { set_variable = { name = color_storage value = title:d_c_linz_color } } + title:c_linze = { set_variable = { name = color_storage value = title:d_c_linze_color } } + title:c_lippe = { set_variable = { name = color_storage value = title:d_c_lippe_color } } + title:c_lipto = { set_variable = { name = color_storage value = title:d_c_lipto_color } } + title:c_lisboa = { set_variable = { name = color_storage value = title:d_c_lisboa_color } } + title:c_lisieux = { set_variable = { name = color_storage value = title:d_c_lisieux_color } } + title:c_litang = { set_variable = { name = color_storage value = title:d_c_litang_color } } + title:c_litomerice = { set_variable = { name = color_storage value = title:d_c_litomerice_color } } + title:c_livs = { set_variable = { name = color_storage value = title:d_c_livs_color } } + title:c_ljubljana = { set_variable = { name = color_storage value = title:d_c_ljubljana_color } } + title:c_lleida = { set_variable = { name = color_storage value = title:d_c_lleida_color } } + title:c_lobdaburg = { set_variable = { name = color_storage value = title:d_c_lobdaburg_color } } + title:c_lobi = { set_variable = { name = color_storage value = title:d_c_lobi_color } } + title:c_lobo = { set_variable = { name = color_storage value = title:d_c_lobo_color } } + title:c_logudoro = { set_variable = { name = color_storage value = title:d_c_logudoro_color } } + title:c_lolland_falster = { set_variable = { name = color_storage value = title:d_c_lolland_falster_color } } + title:c_lombardia = { set_variable = { name = color_storage value = title:d_c_lombardia_color } } + title:c_lomzynska = { set_variable = { name = color_storage value = title:d_c_lomzynska_color } } + title:c_lori = { set_variable = { name = color_storage value = title:d_c_lori_color } } + title:c_loropeni = { set_variable = { name = color_storage value = title:d_c_loropeni_color } } + title:c_lothian = { set_variable = { name = color_storage value = title:d_c_lothian_color } } + title:c_loulan = { set_variable = { name = color_storage value = title:d_c_loulan_color } } + title:c_lower_galatia = { set_variable = { name = color_storage value = title:d_c_lower_galatia_color } } + title:c_lubeck = { set_variable = { name = color_storage value = title:d_c_lubeck_color } } + title:c_lubelska = { set_variable = { name = color_storage value = title:d_c_lubelska_color } } + title:c_lubusz = { set_variable = { name = color_storage value = title:d_c_lubusz_color } } + title:c_lucca = { set_variable = { name = color_storage value = title:d_c_lucca_color } } + title:c_ludrava = { set_variable = { name = color_storage value = title:d_c_ludrava_color } } + title:c_luki = { set_variable = { name = color_storage value = title:d_c_luki_color } } + title:c_lukoml = { set_variable = { name = color_storage value = title:d_c_lukoml_color } } + title:c_lumbini = { set_variable = { name = color_storage value = title:d_c_lumbini_color } } + title:c_luneburg = { set_variable = { name = color_storage value = title:d_c_luneburg_color } } + title:c_lunggar = { set_variable = { name = color_storage value = title:d_c_lunggar_color } } + title:c_luni = { set_variable = { name = color_storage value = title:d_c_luni_color } } + title:c_luntai = { set_variable = { name = color_storage value = title:d_c_luntai_color } } + title:c_luristan = { set_variable = { name = color_storage value = title:d_c_luristan_color } } + title:c_lusignan = { set_variable = { name = color_storage value = title:d_c_lusignan_color } } + title:c_luuq = { set_variable = { name = color_storage value = title:d_c_luuq_color } } + title:c_luxembourg = { set_variable = { name = color_storage value = title:d_c_luxembourg_color } } + title:c_lviv = { set_variable = { name = color_storage value = title:d_c_lviv_color } } + title:c_lycandus = { set_variable = { name = color_storage value = title:d_c_lycandus_color } } + title:c_lycaonia = { set_variable = { name = color_storage value = title:d_c_lycaonia_color } } + title:c_lycia = { set_variable = { name = color_storage value = title:d_c_lycia_color } } + title:c_lydia = { set_variable = { name = color_storage value = title:d_c_lydia_color } } + title:c_lyon = { set_variable = { name = color_storage value = title:d_c_lyon_color } } + title:c_lysva = { set_variable = { name = color_storage value = title:d_c_lysva_color } } + title:c_lyubim = { set_variable = { name = color_storage value = title:d_c_lyubim_color } } + title:c_maab = { set_variable = { name = color_storage value = title:d_c_maab_color } } + title:c_maan = { set_variable = { name = color_storage value = title:d_c_maan_color } } + title:c_maastricht = { set_variable = { name = color_storage value = title:d_c_maastricht_color } } + title:c_macon = { set_variable = { name = color_storage value = title:d_c_macon_color } } + title:c_macva = { set_variable = { name = color_storage value = title:d_c_macva_color } } + title:c_madaya = { set_variable = { name = color_storage value = title:d_c_madaya_color } } + title:c_madhupur = { set_variable = { name = color_storage value = title:d_c_madhupur_color } } + title:c_madoi = { set_variable = { name = color_storage value = title:d_c_madoi_color } } + title:c_madrid = { set_variable = { name = color_storage value = title:d_c_madrid_color } } + title:c_madurai = { set_variable = { name = color_storage value = title:d_c_madurai_color } } + title:c_mafaza = { set_variable = { name = color_storage value = title:d_c_mafaza_color } } + title:c_magadha = { set_variable = { name = color_storage value = title:d_c_magadha_color } } + title:c_magdeburg = { set_variable = { name = color_storage value = title:d_c_magdeburg_color } } + title:c_maghas = { set_variable = { name = color_storage value = title:d_c_maghas_color } } + title:c_magwe = { set_variable = { name = color_storage value = title:d_c_magwe_color } } + title:c_mahdiya = { set_variable = { name = color_storage value = title:d_c_mahdiya_color } } + title:c_mahishaka = { set_variable = { name = color_storage value = title:d_c_mahishaka_color } } + title:c_mahoba = { set_variable = { name = color_storage value = title:d_c_mahoba_color } } + title:c_mahra = { set_variable = { name = color_storage value = title:d_c_mahra_color } } + title:c_mahur = { set_variable = { name = color_storage value = title:d_c_mahur_color } } + title:c_maine = { set_variable = { name = color_storage value = title:d_c_maine_color } } + title:c_mainling = { set_variable = { name = color_storage value = title:d_c_mainling_color } } + title:c_mainz = { set_variable = { name = color_storage value = title:d_c_mainz_color } } + title:c_mait = { set_variable = { name = color_storage value = title:d_c_mait_color } } + title:c_majar = { set_variable = { name = color_storage value = title:d_c_majar_color } } + title:c_makhir = { set_variable = { name = color_storage value = title:d_c_makhir_color } } + title:c_malaga = { set_variable = { name = color_storage value = title:d_c_malaga_color } } + title:c_malagon = { set_variable = { name = color_storage value = title:d_c_malagon_color } } + title:c_malbork = { set_variable = { name = color_storage value = title:d_c_malbork_color } } + title:c_maldives = { set_variable = { name = color_storage value = title:d_c_maldives_color } } + title:c_maldwyn = { set_variable = { name = color_storage value = title:d_c_maldwyn_color } } + title:c_mallabhum = { set_variable = { name = color_storage value = title:d_c_mallabhum_color } } + title:c_mallorca = { set_variable = { name = color_storage value = title:d_c_mallorca_color } } + title:c_malta = { set_variable = { name = color_storage value = title:d_c_malta_color } } + title:c_mamprusi = { set_variable = { name = color_storage value = title:d_c_mamprusi_color } } + title:c_man = { set_variable = { name = color_storage value = title:d_c_man_color } } + title:c_mana = { set_variable = { name = color_storage value = title:d_c_mana_color } } + title:c_manatau = { set_variable = { name = color_storage value = title:d_c_manatau_color } } + title:c_mandab = { set_variable = { name = color_storage value = title:d_c_mandab_color } } + title:c_mandapika = { set_variable = { name = color_storage value = title:d_c_mandapika_color } } + title:c_mandavyapura = { set_variable = { name = color_storage value = title:d_c_mandavyapura_color } } + title:c_mandestan = { set_variable = { name = color_storage value = title:d_c_mandestan_color } } + title:c_mangnai = { set_variable = { name = color_storage value = title:d_c_mangnai_color } } + title:c_mangra = { set_variable = { name = color_storage value = title:d_c_mangra_color } } + title:c_mangyshlak = { set_variable = { name = color_storage value = title:d_c_mangyshlak_color } } + title:c_manikpur = { set_variable = { name = color_storage value = title:d_c_manikpur_color } } + title:c_manipur = { set_variable = { name = color_storage value = title:d_c_manipur_color } } + title:c_mansfeld = { set_variable = { name = color_storage value = title:d_c_mansfeld_color } } + title:c_mansura = { set_variable = { name = color_storage value = title:d_c_mansura_color } } + title:c_manthang = { set_variable = { name = color_storage value = title:d_c_manthang_color } } + title:c_mantua = { set_variable = { name = color_storage value = title:d_c_mantua_color } } + title:c_manturovo = { set_variable = { name = color_storage value = title:d_c_manturovo_color } } + title:c_maowun = { set_variable = { name = color_storage value = title:d_c_maowun_color } } + title:c_maqen = { set_variable = { name = color_storage value = title:d_c_maqen_color } } + title:c_maqu = { set_variable = { name = color_storage value = title:d_c_maqu_color } } + title:c_maragha = { set_variable = { name = color_storage value = title:d_c_maragha_color } } + title:c_marash = { set_variable = { name = color_storage value = title:d_c_marash_color } } + title:c_marburg = { set_variable = { name = color_storage value = title:d_c_marburg_color } } + title:c_mareeg = { set_variable = { name = color_storage value = title:d_c_mareeg_color } } + title:c_mark = { set_variable = { name = color_storage value = title:d_c_mark_color } } + title:c_markam = { set_variable = { name = color_storage value = title:d_c_markam_color } } + title:c_marmaros = { set_variable = { name = color_storage value = title:d_c_marmaros_color } } + title:c_marrakesh = { set_variable = { name = color_storage value = title:d_c_marrakesh_color } } + title:c_marsabit = { set_variable = { name = color_storage value = title:d_c_marsabit_color } } + title:c_marsan = { set_variable = { name = color_storage value = title:d_c_marsan_color } } + title:c_martyuba = { set_variable = { name = color_storage value = title:d_c_martyuba_color } } + title:c_marvarrud = { set_variable = { name = color_storage value = title:d_c_marvarrud_color } } + title:c_masa = { set_variable = { name = color_storage value = title:d_c_masa_color } } + title:c_masabadhan = { set_variable = { name = color_storage value = title:d_c_masabadhan_color } } + title:c_masalit = { set_variable = { name = color_storage value = title:d_c_masalit_color } } + title:c_masin = { set_variable = { name = color_storage value = title:d_c_masin_color } } + title:c_massawa = { set_variable = { name = color_storage value = title:d_c_massawa_color } } + title:c_massina = { set_variable = { name = color_storage value = title:d_c_massina_color } } + title:c_mathura = { set_variable = { name = color_storage value = title:d_c_mathura_color } } + title:c_mau = { set_variable = { name = color_storage value = title:d_c_mau_color } } + title:c_mayo = { set_variable = { name = color_storage value = title:d_c_mayo_color } } + title:c_mayyafariqin = { set_variable = { name = color_storage value = title:d_c_mayyafariqin_color } } + title:c_mazandaran = { set_variable = { name = color_storage value = title:d_c_mazandaran_color } } + title:c_mazongshan = { set_variable = { name = color_storage value = title:d_c_mazongshan_color } } + title:c_mearns = { set_variable = { name = color_storage value = title:d_c_mearns_color } } + title:c_meaux = { set_variable = { name = color_storage value = title:d_c_meaux_color } } + title:c_mecca = { set_variable = { name = color_storage value = title:d_c_mecca_color } } + title:c_mecklenburg = { set_variable = { name = color_storage value = title:d_c_mecklenburg_color } } + title:c_medantaka = { set_variable = { name = color_storage value = title:d_c_medantaka_color } } + title:c_medapata = { set_variable = { name = color_storage value = title:d_c_medapata_color } } + title:c_medellin = { set_variable = { name = color_storage value = title:d_c_medellin_color } } + title:c_medelpad = { set_variable = { name = color_storage value = title:d_c_medelpad_color } } + title:c_medina = { set_variable = { name = color_storage value = title:d_c_medina_color } } + title:c_medjerda = { set_variable = { name = color_storage value = title:d_c_medjerda_color } } + title:c_meissen = { set_variable = { name = color_storage value = title:d_c_meissen_color } } + title:c_meknes = { set_variable = { name = color_storage value = title:d_c_meknes_color } } + title:c_melilla = { set_variable = { name = color_storage value = title:d_c_melilla_color } } + title:c_melitene = { set_variable = { name = color_storage value = title:d_c_melitene_color } } + title:c_mema = { set_variable = { name = color_storage value = title:d_c_mema_color } } + title:c_memar = { set_variable = { name = color_storage value = title:d_c_memar_color } } + title:c_memel = { set_variable = { name = color_storage value = title:d_c_memel_color } } + title:c_menorca = { set_variable = { name = color_storage value = title:d_c_menorca_color } } + title:c_merida = { set_variable = { name = color_storage value = title:d_c_merida_color } } + title:c_merioneth = { set_variable = { name = color_storage value = title:d_c_merioneth_color } } + title:c_meroe = { set_variable = { name = color_storage value = title:d_c_meroe_color } } + title:c_mersenburg = { set_variable = { name = color_storage value = title:d_c_mersenburg_color } } + title:c_merv = { set_variable = { name = color_storage value = title:d_c_merv_color } } + title:c_mesembria = { set_variable = { name = color_storage value = title:d_c_mesembria_color } } + title:c_mesopotamia = { set_variable = { name = color_storage value = title:d_c_mesopotamia_color } } + title:c_messenia = { set_variable = { name = color_storage value = title:d_c_messenia_color } } + title:c_messina = { set_variable = { name = color_storage value = title:d_c_messina_color } } + title:c_messukyla = { set_variable = { name = color_storage value = title:d_c_messukyla_color } } + title:c_metz = { set_variable = { name = color_storage value = title:d_c_metz_color } } + title:c_metzovo = { set_variable = { name = color_storage value = title:d_c_metzovo_color } } + title:c_miastko = { set_variable = { name = color_storage value = title:d_c_miastko_color } } + title:c_middlesex = { set_variable = { name = color_storage value = title:d_c_middlesex_color } } + title:c_midnapore = { set_variable = { name = color_storage value = title:d_c_midnapore_color } } + title:c_miliez = { set_variable = { name = color_storage value = title:d_c_miliez_color } } + title:c_millau = { set_variable = { name = color_storage value = title:d_c_millau_color } } + title:c_minbu = { set_variable = { name = color_storage value = title:d_c_minbu_color } } + title:c_minden = { set_variable = { name = color_storage value = title:d_c_minden_color } } + title:c_minsk = { set_variable = { name = color_storage value = title:d_c_minsk_color } } + title:c_mithila = { set_variable = { name = color_storage value = title:d_c_mithila_color } } + title:c_modena = { set_variable = { name = color_storage value = title:d_c_modena_color } } + title:c_modrus = { set_variable = { name = color_storage value = title:d_c_modrus_color } } + title:c_mogadishu = { set_variable = { name = color_storage value = title:d_c_mogadishu_color } } + title:c_mohadavasaka = { set_variable = { name = color_storage value = title:d_c_mohadavasaka_color } } + title:c_molina = { set_variable = { name = color_storage value = title:d_c_molina_color } } + title:c_monferrato = { set_variable = { name = color_storage value = title:d_c_monferrato_color } } + title:c_monkh_saridag = { set_variable = { name = color_storage value = title:d_c_monkh_saridag_color } } + title:c_monmouthshire = { set_variable = { name = color_storage value = title:d_c_monmouthshire_color } } + title:c_montaigu = { set_variable = { name = color_storage value = title:d_c_montaigu_color } } + title:c_montargis = { set_variable = { name = color_storage value = title:d_c_montargis_color } } + title:c_monterrei = { set_variable = { name = color_storage value = title:d_c_monterrei_color } } + title:c_montpellier = { set_variable = { name = color_storage value = title:d_c_montpellier_color } } + title:c_mora = { set_variable = { name = color_storage value = title:d_c_mora_color } } + title:c_morarna = { set_variable = { name = color_storage value = title:d_c_morarna_color } } + title:c_moray = { set_variable = { name = color_storage value = title:d_c_moray_color } } + title:c_more = { set_variable = { name = color_storage value = title:d_c_more_color } } + title:c_mosala = { set_variable = { name = color_storage value = title:d_c_mosala_color } } + title:c_moskva = { set_variable = { name = color_storage value = title:d_c_moskva_color } } + title:c_mosul = { set_variable = { name = color_storage value = title:d_c_mosul_color } } + title:c_mosynopolis = { set_variable = { name = color_storage value = title:d_c_mosynopolis_color } } + title:c_moura = { set_variable = { name = color_storage value = title:d_c_moura_color } } + title:c_mozhaysk = { set_variable = { name = color_storage value = title:d_c_mozhaysk_color } } + title:c_mudgagiri = { set_variable = { name = color_storage value = title:d_c_mudgagiri_color } } + title:c_mudug = { set_variable = { name = color_storage value = title:d_c_mudug_color } } + title:c_mugan = { set_variable = { name = color_storage value = title:d_c_mugan_color } } + title:c_mugodzhar_hills = { set_variable = { name = color_storage value = title:d_c_mugodzhar_hills_color } } + title:c_mulaka = { set_variable = { name = color_storage value = title:d_c_mulaka_color } } + title:c_multan = { set_variable = { name = color_storage value = title:d_c_multan_color } } + title:c_muluya = { set_variable = { name = color_storage value = title:d_c_muluya_color } } + title:c_mumo = { set_variable = { name = color_storage value = title:d_c_mumo_color } } + title:c_munchen = { set_variable = { name = color_storage value = title:d_c_munchen_color } } + title:c_munda = { set_variable = { name = color_storage value = title:d_c_munda_color } } + title:c_munio = { set_variable = { name = color_storage value = title:d_c_munio_color } } + title:c_munjan = { set_variable = { name = color_storage value = title:d_c_munjan_color } } + title:c_munster = { set_variable = { name = color_storage value = title:d_c_munster_color } } + title:c_murcia = { set_variable = { name = color_storage value = title:d_c_murcia_color } } + title:c_murom = { set_variable = { name = color_storage value = title:d_c_murom_color } } + title:c_murun_tomis = { set_variable = { name = color_storage value = title:d_c_murun_tomis_color } } + title:c_murzuk = { set_variable = { name = color_storage value = title:d_c_murzuk_color } } + title:c_muscat = { set_variable = { name = color_storage value = title:d_c_muscat_color } } + title:c_mustasaari = { set_variable = { name = color_storage value = title:d_c_mustasaari_color } } + title:c_muya = { set_variable = { name = color_storage value = title:d_c_muya_color } } + title:c_mysia = { set_variable = { name = color_storage value = title:d_c_mysia_color } } + title:c_nabadwipa = { set_variable = { name = color_storage value = title:d_c_nabadwipa_color } } + title:c_naddula = { set_variable = { name = color_storage value = title:d_c_naddula_color } } + title:c_naga = { set_variable = { name = color_storage value = title:d_c_naga_color } } + title:c_nagarze = { set_variable = { name = color_storage value = title:d_c_nagarze_color } } + title:c_nagauda = { set_variable = { name = color_storage value = title:d_c_nagauda_color } } + title:c_nagchu = { set_variable = { name = color_storage value = title:d_c_nagchu_color } } + title:c_nagormo = { set_variable = { name = color_storage value = title:d_c_nagormo_color } } + title:c_naimisa = { set_variable = { name = color_storage value = title:d_c_naimisa_color } } + title:c_naissus = { set_variable = { name = color_storage value = title:d_c_naissus_color } } + title:c_najera = { set_variable = { name = color_storage value = title:d_c_najera_color } } + title:c_najran = { set_variable = { name = color_storage value = title:d_c_najran_color } } + title:c_nakhshab = { set_variable = { name = color_storage value = title:d_c_nakhshab_color } } + title:c_naldurg = { set_variable = { name = color_storage value = title:d_c_naldurg_color } } + title:c_nallamala = { set_variable = { name = color_storage value = title:d_c_nallamala_color } } + title:c_nalu = { set_variable = { name = color_storage value = title:d_c_nalu_color } } + title:c_namandiru = { set_variable = { name = color_storage value = title:d_c_namandiru_color } } + title:c_namdalfylki = { set_variable = { name = color_storage value = title:d_c_namdalfylki_color } } + title:c_namur = { set_variable = { name = color_storage value = title:d_c_namur_color } } + title:c_nancy = { set_variable = { name = color_storage value = title:d_c_nancy_color } } + title:c_nandana = { set_variable = { name = color_storage value = title:d_c_nandana_color } } + title:c_nang = { set_variable = { name = color_storage value = title:d_c_nang_color } } + title:c_nangqen = { set_variable = { name = color_storage value = title:d_c_nangqen_color } } + title:c_nantes = { set_variable = { name = color_storage value = title:d_c_nantes_color } } + title:c_nanumba = { set_variable = { name = color_storage value = title:d_c_nanumba_color } } + title:c_napoli = { set_variable = { name = color_storage value = title:d_c_napoli_color } } + title:c_naqis = { set_variable = { name = color_storage value = title:d_c_naqis_color } } + title:c_narim = { set_variable = { name = color_storage value = title:d_c_narim_color } } + title:c_narke = { set_variable = { name = color_storage value = title:d_c_narke_color } } + title:c_narva = { set_variable = { name = color_storage value = title:d_c_narva_color } } + title:c_narym_DZU = { set_variable = { name = color_storage value = title:d_c_narym_DZU_color } } + title:c_nasaiya = { set_variable = { name = color_storage value = title:d_c_nasaiya_color } } + title:c_nasibin = { set_variable = { name = color_storage value = title:d_c_nasibin_color } } + title:c_nasrabad = { set_variable = { name = color_storage value = title:d_c_nasrabad_color } } + title:c_nassau = { set_variable = { name = color_storage value = title:d_c_nassau_color } } + title:c_natangia = { set_variable = { name = color_storage value = title:d_c_natangia_color } } + title:c_naumberg = { set_variable = { name = color_storage value = title:d_c_naumberg_color } } + title:c_naumburg = { set_variable = { name = color_storage value = title:d_c_naumburg_color } } + title:c_naushki = { set_variable = { name = color_storage value = title:d_c_naushki_color } } + title:c_navarra = { set_variable = { name = color_storage value = title:d_c_navarra_color } } + title:c_navasarika = { set_variable = { name = color_storage value = title:d_c_navasarika_color } } + title:c_naxos = { set_variable = { name = color_storage value = title:d_c_naxos_color } } + title:c_ndenye = { set_variable = { name = color_storage value = title:d_c_ndenye_color } } + title:c_neamnt = { set_variable = { name = color_storage value = title:d_c_neamnt_color } } + title:c_nedenes = { set_variable = { name = color_storage value = title:d_c_nedenes_color } } + title:c_nedersticht = { set_variable = { name = color_storage value = title:d_c_nedersticht_color } } + title:c_negev = { set_variable = { name = color_storage value = title:d_c_negev_color } } + title:c_nellore = { set_variable = { name = color_storage value = title:d_c_nellore_color } } + title:c_neopatras = { set_variable = { name = color_storage value = title:d_c_neopatras_color } } + title:c_neramkary = { set_variable = { name = color_storage value = title:d_c_neramkary_color } } + title:c_neufchateau = { set_variable = { name = color_storage value = title:d_c_neufchateau_color } } + title:c_nevers = { set_variable = { name = color_storage value = title:d_c_nevers_color } } + title:c_ngawa = { set_variable = { name = color_storage value = title:d_c_ngawa_color } } + title:c_ngoring = { set_variable = { name = color_storage value = title:d_c_ngoring_color } } + title:c_niani = { set_variable = { name = color_storage value = title:d_c_niani_color } } + title:c_nice = { set_variable = { name = color_storage value = title:d_c_nice_color } } + title:c_nicopolis = { set_variable = { name = color_storage value = title:d_c_nicopolis_color } } + title:c_nicosia = { set_variable = { name = color_storage value = title:d_c_nicosia_color } } + title:c_niebla = { set_variable = { name = color_storage value = title:d_c_niebla_color } } + title:c_nih = { set_variable = { name = color_storage value = title:d_c_nih_color } } + title:c_nihawand = { set_variable = { name = color_storage value = title:d_c_nihawand_color } } + title:c_nikaea = { set_variable = { name = color_storage value = title:d_c_nikaea_color } } + title:c_nikki = { set_variable = { name = color_storage value = title:d_c_nikki_color } } + title:c_nikopolis = { set_variable = { name = color_storage value = title:d_c_nikopolis_color } } + title:c_ninive = { set_variable = { name = color_storage value = title:d_c_ninive_color } } + title:c_niomi = { set_variable = { name = color_storage value = title:d_c_niomi_color } } + title:c_nishapur = { set_variable = { name = color_storage value = title:d_c_nishapur_color } } + title:c_nizhny_novgorod = { set_variable = { name = color_storage value = title:d_c_nizhny_novgorod_color } } + title:c_nizwa = { set_variable = { name = color_storage value = title:d_c_nizwa_color } } + title:c_njudung = { set_variable = { name = color_storage value = title:d_c_njudung_color } } + title:c_nordlingen = { set_variable = { name = color_storage value = title:d_c_nordlingen_color } } + title:c_nordmark = { set_variable = { name = color_storage value = title:d_c_nordmark_color } } + title:c_nordrland = { set_variable = { name = color_storage value = title:d_c_nordrland_color } } + title:c_norfolk = { set_variable = { name = color_storage value = title:d_c_norfolk_color } } + title:c_north_riding = { set_variable = { name = color_storage value = title:d_c_north_riding_color } } + title:c_northamptonshire = { set_variable = { name = color_storage value = title:d_c_northamptonshire_color } } + title:c_northumberland = { set_variable = { name = color_storage value = title:d_c_northumberland_color } } + title:c_norwegian_more = { set_variable = { name = color_storage value = title:d_c_norwegian_more_color } } + title:c_nottinghamshire = { set_variable = { name = color_storage value = title:d_c_nottinghamshire_color } } + title:c_novara = { set_variable = { name = color_storage value = title:d_c_novara_color } } + title:c_novgorod = { set_variable = { name = color_storage value = title:d_c_novgorod_color } } + title:c_novgorod_seversky = { set_variable = { name = color_storage value = title:d_c_novgorod_seversky_color } } + title:c_novogrudok = { set_variable = { name = color_storage value = title:d_c_novogrudok_color } } + title:c_novosil = { set_variable = { name = color_storage value = title:d_c_novosil_color } } + title:c_nugaal = { set_variable = { name = color_storage value = title:d_c_nugaal_color } } + title:c_nuon = { set_variable = { name = color_storage value = title:d_c_nuon_color } } + title:c_nupe = { set_variable = { name = color_storage value = title:d_c_nupe_color } } + title:c_nurnberg = { set_variable = { name = color_storage value = title:d_c_nurnberg_color } } + title:c_nurtay = { set_variable = { name = color_storage value = title:d_c_nurtay_color } } + title:c_nyagrong = { set_variable = { name = color_storage value = title:d_c_nyagrong_color } } + title:c_nyainrong = { set_variable = { name = color_storage value = title:d_c_nyainrong_color } } + title:c_nyalam = { set_variable = { name = color_storage value = title:d_c_nyalam_color } } + title:c_nyemo = { set_variable = { name = color_storage value = title:d_c_nyemo_color } } + title:c_nyene = { set_variable = { name = color_storage value = title:d_c_nyene_color } } + title:c_nyima = { set_variable = { name = color_storage value = title:d_c_nyima_color } } + title:c_nyingchi = { set_variable = { name = color_storage value = title:d_c_nyingchi_color } } + title:c_nyitra = { set_variable = { name = color_storage value = title:d_c_nyitra_color } } + title:c_nyland = { set_variable = { name = color_storage value = title:d_c_nyland_color } } + title:c_nysa = { set_variable = { name = color_storage value = title:d_c_nysa_color } } + title:c_nzi = { set_variable = { name = color_storage value = title:d_c_nzi_color } } + title:c_ob = { set_variable = { name = color_storage value = title:d_c_ob_color } } + title:c_odessa = { set_variable = { name = color_storage value = title:d_c_odessa_color } } + title:c_odishi = { set_variable = { name = color_storage value = title:d_c_odishi_color } } + title:c_odoyev = { set_variable = { name = color_storage value = title:d_c_odoyev_color } } + title:c_ohrid = { set_variable = { name = color_storage value = title:d_c_ohrid_color } } + title:c_oigon = { set_variable = { name = color_storage value = title:d_c_oigon_color } } + title:c_okangara = { set_variable = { name = color_storage value = title:d_c_okangara_color } } + title:c_oland = { set_variable = { name = color_storage value = title:d_c_oland_color } } + title:c_olavinlinna = { set_variable = { name = color_storage value = title:d_c_olavinlinna_color } } + title:c_oldenburg = { set_variable = { name = color_storage value = title:d_c_oldenburg_color } } + title:c_oleshye = { set_variable = { name = color_storage value = title:d_c_oleshye_color } } + title:c_olkhon = { set_variable = { name = color_storage value = title:d_c_olkhon_color } } + title:c_olmedo = { set_variable = { name = color_storage value = title:d_c_olmedo_color } } + title:c_olomouc = { set_variable = { name = color_storage value = title:d_c_olomouc_color } } + title:c_omsk = { set_variable = { name = color_storage value = title:d_c_omsk_color } } + title:c_onega = { set_variable = { name = color_storage value = title:d_c_onega_color } } + title:c_onega_BJA = { set_variable = { name = color_storage value = title:d_c_onega_BJA_color } } + title:c_ongi = { set_variable = { name = color_storage value = title:d_c_ongi_color } } + title:c_onsthia = { set_variable = { name = color_storage value = title:d_c_onsthia_color } } + title:c_opanda = { set_variable = { name = color_storage value = title:d_c_opanda_color } } + title:c_opava = { set_variable = { name = color_storage value = title:d_c_opava_color } } + title:c_opole = { set_variable = { name = color_storage value = title:d_c_opole_color } } + title:c_orangallu = { set_variable = { name = color_storage value = title:d_c_orangallu_color } } + title:c_orania = { set_variable = { name = color_storage value = title:d_c_orania_color } } + title:c_orava = { set_variable = { name = color_storage value = title:d_c_orava_color } } + title:c_orbetello = { set_variable = { name = color_storage value = title:d_c_orbetello_color } } + title:c_orenburg = { set_variable = { name = color_storage value = title:d_c_orenburg_color } } + title:c_orhei = { set_variable = { name = color_storage value = title:d_c_orhei_color } } + title:c_oriel = { set_variable = { name = color_storage value = title:d_c_oriel_color } } + title:c_orkney = { set_variable = { name = color_storage value = title:d_c_orkney_color } } + title:c_orlamunde = { set_variable = { name = color_storage value = title:d_c_orlamunde_color } } + title:c_orleans = { set_variable = { name = color_storage value = title:d_c_orleans_color } } + title:c_ormond = { set_variable = { name = color_storage value = title:d_c_ormond_color } } + title:c_orsha = { set_variable = { name = color_storage value = title:d_c_orsha_color } } + title:c_orvieto = { set_variable = { name = color_storage value = title:d_c_orvieto_color } } + title:c_osel = { set_variable = { name = color_storage value = title:d_c_osel_color } } + title:c_oshrusana = { set_variable = { name = color_storage value = title:d_c_oshrusana_color } } + title:c_oskol = { set_variable = { name = color_storage value = title:d_c_oskol_color } } + title:c_osnabruck = { set_variable = { name = color_storage value = title:d_c_osnabruck_color } } + title:c_ossory = { set_variable = { name = color_storage value = title:d_c_ossory_color } } + title:c_ostergotland = { set_variable = { name = color_storage value = title:d_c_ostergotland_color } } + title:c_osterland = { set_variable = { name = color_storage value = title:d_c_osterland_color } } + title:c_osterode = { set_variable = { name = color_storage value = title:d_c_osterode_color } } + title:c_ostfriesland = { set_variable = { name = color_storage value = title:d_c_ostfriesland_color } } + title:c_otrar = { set_variable = { name = color_storage value = title:d_c_otrar_color } } + title:c_oudalan = { set_variable = { name = color_storage value = title:d_c_oudalan_color } } + title:c_oulu = { set_variable = { name = color_storage value = title:d_c_oulu_color } } + title:c_outer_hebrides = { set_variable = { name = color_storage value = title:d_c_outer_hebrides_color } } + title:c_oversticht = { set_variable = { name = color_storage value = title:d_c_oversticht_color } } + title:c_owu = { set_variable = { name = color_storage value = title:d_c_owu_color } } + title:c_oxfordshire = { set_variable = { name = color_storage value = title:d_c_oxfordshire_color } } + title:c_oyo = { set_variable = { name = color_storage value = title:d_c_oyo_color } } + title:c_pacatiana = { set_variable = { name = color_storage value = title:d_c_pacatiana_color } } + title:c_paderborn = { set_variable = { name = color_storage value = title:d_c_paderborn_color } } + title:c_padua = { set_variable = { name = color_storage value = title:d_c_padua_color } } + title:c_padum = { set_variable = { name = color_storage value = title:d_c_padum_color } } + title:c_paeonia = { set_variable = { name = color_storage value = title:d_c_paeonia_color } } + title:c_pagan = { set_variable = { name = color_storage value = title:d_c_pagan_color } } + title:c_pagania = { set_variable = { name = color_storage value = title:d_c_pagania_color } } + title:c_palakka = { set_variable = { name = color_storage value = title:d_c_palakka_color } } + title:c_palanga = { set_variable = { name = color_storage value = title:d_c_palanga_color } } + title:c_palermo = { set_variable = { name = color_storage value = title:d_c_palermo_color } } + title:c_pallas = { set_variable = { name = color_storage value = title:d_c_pallas_color } } + title:c_palmyra = { set_variable = { name = color_storage value = title:d_c_palmyra_color } } + title:c_palniki = { set_variable = { name = color_storage value = title:d_c_palniki_color } } + title:c_pamphylia = { set_variable = { name = color_storage value = title:d_c_pamphylia_color } } + title:c_panaji = { set_variable = { name = color_storage value = title:d_c_panaji_color } } + title:c_panjgur = { set_variable = { name = color_storage value = title:d_c_panjgur_color } } + title:c_pannagallu = { set_variable = { name = color_storage value = title:d_c_pannagallu_color } } + title:c_paphlagonia = { set_variable = { name = color_storage value = title:d_c_paphlagonia_color } } + title:c_parma = { set_variable = { name = color_storage value = title:d_c_parma_color } } + title:c_paro = { set_variable = { name = color_storage value = title:d_c_paro_color } } + title:c_parsberg = { set_variable = { name = color_storage value = title:d_c_parsberg_color } } + title:c_passau = { set_variable = { name = color_storage value = title:d_c_passau_color } } + title:c_pavia = { set_variable = { name = color_storage value = title:d_c_pavia_color } } + title:c_pavlodar = { set_variable = { name = color_storage value = title:d_c_pavlodar_color } } + title:c_peaccam = { set_variable = { name = color_storage value = title:d_c_peaccam_color } } + title:c_pecheneg = { set_variable = { name = color_storage value = title:d_c_pecheneg_color } } + title:c_pedersore = { set_variable = { name = color_storage value = title:d_c_pedersore_color } } + title:c_pegu = { set_variable = { name = color_storage value = title:d_c_pegu_color } } + title:c_pelym = { set_variable = { name = color_storage value = title:d_c_pelym_color } } + title:c_pelyul = { set_variable = { name = color_storage value = title:d_c_pelyul_color } } + title:c_pemako = { set_variable = { name = color_storage value = title:d_c_pemako_color } } + title:c_pembrokeshire = { set_variable = { name = color_storage value = title:d_c_pembrokeshire_color } } + title:c_pendjari = { set_variable = { name = color_storage value = title:d_c_pendjari_color } } + title:c_penthievre = { set_variable = { name = color_storage value = title:d_c_penthievre_color } } + title:c_penugonda = { set_variable = { name = color_storage value = title:d_c_penugonda_color } } + title:c_penza = { set_variable = { name = color_storage value = title:d_c_penza_color } } + title:c_perekop = { set_variable = { name = color_storage value = title:d_c_perekop_color } } + title:c_peremyshl = { set_variable = { name = color_storage value = title:d_c_peremyshl_color } } + title:c_peresopnytsia = { set_variable = { name = color_storage value = title:d_c_peresopnytsia_color } } + title:c_pereyaslavl = { set_variable = { name = color_storage value = title:d_c_pereyaslavl_color } } + title:c_perigord = { set_variable = { name = color_storage value = title:d_c_perigord_color } } + title:c_perm = { set_variable = { name = color_storage value = title:d_c_perm_color } } + title:c_pest = { set_variable = { name = color_storage value = title:d_c_pest_color } } + title:c_petropavl = { set_variable = { name = color_storage value = title:d_c_petropavl_color } } + title:c_petropavolsk = { set_variable = { name = color_storage value = title:d_c_petropavolsk_color } } + title:c_petrovsk = { set_variable = { name = color_storage value = title:d_c_petrovsk_color } } + title:c_philippopolis = { set_variable = { name = color_storage value = title:d_c_philippopolis_color } } + title:c_philomelium = { set_variable = { name = color_storage value = title:d_c_philomelium_color } } + title:c_phiti = { set_variable = { name = color_storage value = title:d_c_phiti_color } } + title:c_phrygia = { set_variable = { name = color_storage value = title:d_c_phrygia_color } } + title:c_pielinen = { set_variable = { name = color_storage value = title:d_c_pielinen_color } } + title:c_pila = { set_variable = { name = color_storage value = title:d_c_pila_color } } + title:c_pinsk = { set_variable = { name = color_storage value = title:d_c_pinsk_color } } + title:c_pirin = { set_variable = { name = color_storage value = title:d_c_pirin_color } } + title:c_pisa = { set_variable = { name = color_storage value = title:d_c_pisa_color } } + title:c_pisidia = { set_variable = { name = color_storage value = title:d_c_pisidia_color } } + title:c_pite = { set_variable = { name = color_storage value = title:d_c_pite_color } } + title:c_pitten = { set_variable = { name = color_storage value = title:d_c_pitten_color } } + title:c_plasencia = { set_variable = { name = color_storage value = title:d_c_plasencia_color } } + title:c_plocka = { set_variable = { name = color_storage value = title:d_c_plocka_color } } + title:c_plyos = { set_variable = { name = color_storage value = title:d_c_plyos_color } } + title:c_plzen = { set_variable = { name = color_storage value = title:d_c_plzen_color } } + title:c_po = { set_variable = { name = color_storage value = title:d_c_po_color } } + title:c_podor = { set_variable = { name = color_storage value = title:d_c_podor_color } } + title:c_podrinje = { set_variable = { name = color_storage value = title:d_c_podrinje_color } } + title:c_poitiers = { set_variable = { name = color_storage value = title:d_c_poitiers_color } } + title:c_polesine = { set_variable = { name = color_storage value = title:d_c_polesine_color } } + title:c_polotsk = { set_variable = { name = color_storage value = title:d_c_polotsk_color } } + title:c_polovragi = { set_variable = { name = color_storage value = title:d_c_polovragi_color } } + title:c_pomoravlje = { set_variable = { name = color_storage value = title:d_c_pomoravlje_color } } + title:c_pomorje = { set_variable = { name = color_storage value = title:d_c_pomorje_color } } + title:c_pompeiopolis = { set_variable = { name = color_storage value = title:d_c_pompeiopolis_color } } + title:c_porto = { set_variable = { name = color_storage value = title:d_c_porto_color } } + title:c_poszony = { set_variable = { name = color_storage value = title:d_c_poszony_color } } + title:c_povenets = { set_variable = { name = color_storage value = title:d_c_povenets_color } } + title:c_pozega = { set_variable = { name = color_storage value = title:d_c_pozega_color } } + title:c_poznanska = { set_variable = { name = color_storage value = title:d_c_poznanska_color } } + title:c_praha = { set_variable = { name = color_storage value = title:d_c_praha_color } } + title:c_pravia = { set_variable = { name = color_storage value = title:d_c_pravia_color } } + title:c_prayaga = { set_variable = { name = color_storage value = title:d_c_prayaga_color } } + title:c_prenzlau = { set_variable = { name = color_storage value = title:d_c_prenzlau_color } } + title:c_prerov = { set_variable = { name = color_storage value = title:d_c_prerov_color } } + title:c_provence = { set_variable = { name = color_storage value = title:d_c_provence_color } } + title:c_prusa = { set_variable = { name = color_storage value = title:d_c_prusa_color } } + title:c_przemkow = { set_variable = { name = color_storage value = title:d_c_przemkow_color } } + title:c_pset = { set_variable = { name = color_storage value = title:d_c_pset_color } } + title:c_pskov = { set_variable = { name = color_storage value = title:d_c_pskov_color } } + title:c_pudozh = { set_variable = { name = color_storage value = title:d_c_pudozh_color } } + title:c_puigcerda = { set_variable = { name = color_storage value = title:d_c_puigcerda_color } } + title:c_pula = { set_variable = { name = color_storage value = title:d_c_pula_color } } + title:c_punakha = { set_variable = { name = color_storage value = title:d_c_punakha_color } } + title:c_pundravardhana = { set_variable = { name = color_storage value = title:d_c_pundravardhana_color } } + title:c_purang = { set_variable = { name = color_storage value = title:d_c_purang_color } } + title:c_puri = { set_variable = { name = color_storage value = title:d_c_puri_color } } + title:c_purig = { set_variable = { name = color_storage value = title:d_c_purig_color } } + title:c_purushapura = { set_variable = { name = color_storage value = title:d_c_purushapura_color } } + title:c_puttlingen = { set_variable = { name = color_storage value = title:d_c_puttlingen_color } } + title:c_putyvl = { set_variable = { name = color_storage value = title:d_c_putyvl_color } } + title:c_qadisiya = { set_variable = { name = color_storage value = title:d_c_qadisiya_color } } + title:c_qain = { set_variable = { name = color_storage value = title:d_c_qain_color } } + title:c_qalaafe = { set_variable = { name = color_storage value = title:d_c_qalaafe_color } } + title:c_qamdo = { set_variable = { name = color_storage value = title:d_c_qamdo_color } } + title:c_qaryatan = { set_variable = { name = color_storage value = title:d_c_qaryatan_color } } + title:c_qashtiliya = { set_variable = { name = color_storage value = title:d_c_qashtiliya_color } } + title:c_qasim = { set_variable = { name = color_storage value = title:d_c_qasim_color } } + title:c_qasr_ibrim = { set_variable = { name = color_storage value = title:d_c_qasr_ibrim_color } } + title:c_qataa = { set_variable = { name = color_storage value = title:d_c_qataa_color } } + title:c_qatif = { set_variable = { name = color_storage value = title:d_c_qatif_color } } + title:c_qayaliq = { set_variable = { name = color_storage value = title:d_c_qayaliq_color } } + title:c_qazwin = { set_variable = { name = color_storage value = title:d_c_qazwin_color } } + title:c_qilin = { set_variable = { name = color_storage value = title:d_c_qilin_color } } + title:c_qimr = { set_variable = { name = color_storage value = title:d_c_qimr_color } } + title:c_qinggil = { set_variable = { name = color_storage value = title:d_c_qinggil_color } } + title:c_qinnasrin = { set_variable = { name = color_storage value = title:d_c_qinnasrin_color } } + title:c_qom = { set_variable = { name = color_storage value = title:d_c_qom_color } } + title:c_qoshagyl = { set_variable = { name = color_storage value = title:d_c_qoshagyl_color } } + title:c_quercy = { set_variable = { name = color_storage value = title:d_c_quercy_color } } + title:c_qumarleb = { set_variable = { name = color_storage value = title:d_c_qumarleb_color } } + title:c_qumisha = { set_variable = { name = color_storage value = title:d_c_qumisha_color } } + title:c_quqen = { set_variable = { name = color_storage value = title:d_c_quqen_color } } + title:c_quriltay = { set_variable = { name = color_storage value = title:d_c_quriltay_color } } + title:c_qurta = { set_variable = { name = color_storage value = title:d_c_qurta_color } } + title:c_qus = { set_variable = { name = color_storage value = title:d_c_qus_color } } + title:c_qusayr = { set_variable = { name = color_storage value = title:d_c_qusayr_color } } + title:c_racakonda = { set_variable = { name = color_storage value = title:d_c_racakonda_color } } + title:c_radha = { set_variable = { name = color_storage value = title:d_c_radha_color } } + title:c_radomska = { set_variable = { name = color_storage value = title:d_c_radomska_color } } + title:c_ragusa = { set_variable = { name = color_storage value = title:d_c_ragusa_color } } + title:c_rahba = { set_variable = { name = color_storage value = title:d_c_rahba_color } } + title:c_raimskoe = { set_variable = { name = color_storage value = title:d_c_raimskoe_color } } + title:c_rajanpur = { set_variable = { name = color_storage value = title:d_c_rajanpur_color } } + title:c_rajrappa = { set_variable = { name = color_storage value = title:d_c_rajrappa_color } } + title:c_rama = { set_variable = { name = color_storage value = title:d_c_rama_color } } + title:c_ramagiri = { set_variable = { name = color_storage value = title:d_c_ramagiri_color } } + title:c_ramhurmuz = { set_variable = { name = color_storage value = title:d_c_ramhurmuz_color } } + title:c_ramu = { set_variable = { name = color_storage value = title:d_c_ramu_color } } + title:c_ranikot = { set_variable = { name = color_storage value = title:d_c_ranikot_color } } + title:c_raniriki = { set_variable = { name = color_storage value = title:d_c_raniriki_color } } + title:c_rano = { set_variable = { name = color_storage value = title:d_c_rano_color } } + title:c_ranthambore = { set_variable = { name = color_storage value = title:d_c_ranthambore_color } } + title:c_raqqa = { set_variable = { name = color_storage value = title:d_c_raqqa_color } } + title:c_ras_hafun = { set_variable = { name = color_storage value = title:d_c_ras_hafun_color } } + title:c_raseiniai = { set_variable = { name = color_storage value = title:d_c_raseiniai_color } } + title:c_rashka = { set_variable = { name = color_storage value = title:d_c_rashka_color } } + title:c_rasht = { set_variable = { name = color_storage value = title:d_c_rasht_color } } + title:c_ratanpur = { set_variable = { name = color_storage value = title:d_c_ratanpur_color } } + title:c_ratibor = { set_variable = { name = color_storage value = title:d_c_ratibor_color } } + title:c_ravenna = { set_variable = { name = color_storage value = title:d_c_ravenna_color } } + title:c_ravensburg = { set_variable = { name = color_storage value = title:d_c_ravensburg_color } } + title:c_rayapura = { set_variable = { name = color_storage value = title:d_c_rayapura_color } } + title:c_rayy = { set_variable = { name = color_storage value = title:d_c_rayy_color } } + title:c_rebgong = { set_variable = { name = color_storage value = title:d_c_rebgong_color } } + title:c_regensburg = { set_variable = { name = color_storage value = title:d_c_regensburg_color } } + title:c_reggio_calabria = { set_variable = { name = color_storage value = title:d_c_reggio_calabria_color } } + title:c_reims = { set_variable = { name = color_storage value = title:d_c_reims_color } } + title:c_renandu = { set_variable = { name = color_storage value = title:d_c_renandu_color } } + title:c_reni = { set_variable = { name = color_storage value = title:d_c_reni_color } } + title:c_rennes = { set_variable = { name = color_storage value = title:d_c_rennes_color } } + title:c_rethel = { set_variable = { name = color_storage value = title:d_c_rethel_color } } + title:c_reval = { set_variable = { name = color_storage value = title:d_c_reval_color } } + title:c_rhodopes = { set_variable = { name = color_storage value = title:d_c_rhodopes_color } } + title:c_rhodos = { set_variable = { name = color_storage value = title:d_c_rhodos_color } } + title:c_ribe = { set_variable = { name = color_storage value = title:d_c_ribe_color } } + title:c_rima = { set_variable = { name = color_storage value = title:d_c_rima_color } } + title:c_ringkobing = { set_variable = { name = color_storage value = title:d_c_ringkobing_color } } + title:c_riqan = { set_variable = { name = color_storage value = title:d_c_riqan_color } } + title:c_rivsharan = { set_variable = { name = color_storage value = title:d_c_rivsharan_color } } + title:c_rogalandi = { set_variable = { name = color_storage value = title:d_c_rogalandi_color } } + title:c_rohana = { set_variable = { name = color_storage value = title:d_c_rohana_color } } + title:c_roing = { set_variable = { name = color_storage value = title:d_c_roing_color } } + title:c_roma = { set_variable = { name = color_storage value = title:d_c_roma_color } } + title:c_romen = { set_variable = { name = color_storage value = title:d_c_romen_color } } + title:c_rosenheim = { set_variable = { name = color_storage value = title:d_c_rosenheim_color } } + title:c_roslavl = { set_variable = { name = color_storage value = title:d_c_roslavl_color } } + title:c_ross = { set_variable = { name = color_storage value = title:d_c_ross_color } } + title:c_rossano = { set_variable = { name = color_storage value = title:d_c_rossano_color } } + title:c_rossello = { set_variable = { name = color_storage value = title:d_c_rossello_color } } + title:c_rostock = { set_variable = { name = color_storage value = title:d_c_rostock_color } } + title:c_rothas = { set_variable = { name = color_storage value = title:d_c_rothas_color } } + title:c_rothenburg = { set_variable = { name = color_storage value = title:d_c_rothenburg_color } } + title:c_rouen = { set_variable = { name = color_storage value = title:d_c_rouen_color } } + title:c_rouergue = { set_variable = { name = color_storage value = title:d_c_rouergue_color } } + title:c_rounala = { set_variable = { name = color_storage value = title:d_c_rounala_color } } + title:c_rudbar = { set_variable = { name = color_storage value = title:d_c_rudbar_color } } + title:c_rugen = { set_variable = { name = color_storage value = title:d_c_rugen_color } } + title:c_rukhaj = { set_variable = { name = color_storage value = title:d_c_rukhaj_color } } + title:c_ruppin = { set_variable = { name = color_storage value = title:d_c_ruppin_color } } + title:c_rusa = { set_variable = { name = color_storage value = title:d_c_rusa_color } } + title:c_rusafa = { set_variable = { name = color_storage value = title:d_c_rusafa_color } } + title:c_rutog = { set_variable = { name = color_storage value = title:d_c_rutog_color } } + title:c_ruyan = { set_variable = { name = color_storage value = title:d_c_ruyan_color } } + title:c_ryazan = { set_variable = { name = color_storage value = title:d_c_ryazan_color } } + title:c_ryty = { set_variable = { name = color_storage value = title:d_c_ryty_color } } + title:c_saalum = { set_variable = { name = color_storage value = title:d_c_saalum_color } } + title:c_saarbrucken = { set_variable = { name = color_storage value = title:d_c_saarbrucken_color } } + title:c_sabakyul = { set_variable = { name = color_storage value = title:d_c_sabakyul_color } } + title:c_sable = { set_variable = { name = color_storage value = title:d_c_sable_color } } + title:c_sabzevar = { set_variable = { name = color_storage value = title:d_c_sabzevar_color } } + title:c_sacz = { set_variable = { name = color_storage value = title:d_c_sacz_color } } + title:c_safata = { set_variable = { name = color_storage value = title:d_c_safata_color } } + title:c_sagaing = { set_variable = { name = color_storage value = title:d_c_sagaing_color } } + title:c_sagar = { set_variable = { name = color_storage value = title:d_c_sagar_color } } + title:c_sagiz = { set_variable = { name = color_storage value = title:d_c_sagiz_color } } + title:c_sagya = { set_variable = { name = color_storage value = title:d_c_sagya_color } } + title:c_sai = { set_variable = { name = color_storage value = title:d_c_sai_color } } + title:c_saimara = { set_variable = { name = color_storage value = title:d_c_saimara_color } } + title:c_saintonge = { set_variable = { name = color_storage value = title:d_c_saintonge_color } } + title:c_sakala = { set_variable = { name = color_storage value = title:d_c_sakala_color } } + title:c_sakarai = { set_variable = { name = color_storage value = title:d_c_sakarai_color } } + title:c_sakmara = { set_variable = { name = color_storage value = title:d_c_sakmara_color } } + title:c_salamanca = { set_variable = { name = color_storage value = title:d_c_salamanca_color } } + title:c_salamat = { set_variable = { name = color_storage value = title:d_c_salamat_color } } + title:c_salavat = { set_variable = { name = color_storage value = title:d_c_salavat_color } } + title:c_salerno = { set_variable = { name = color_storage value = title:d_c_salerno_color } } + title:c_salinis = { set_variable = { name = color_storage value = title:d_c_salinis_color } } + title:c_salzburg = { set_variable = { name = color_storage value = title:d_c_salzburg_color } } + title:c_samaiqan = { set_variable = { name = color_storage value = title:d_c_samaiqan_color } } + title:c_samander = { set_variable = { name = color_storage value = title:d_c_samander_color } } + title:c_samar = { set_variable = { name = color_storage value = title:d_c_samar_color } } + title:c_samar_VB = { set_variable = { name = color_storage value = title:d_c_samar_VB_color } } + title:c_samarkand = { set_variable = { name = color_storage value = title:d_c_samarkand_color } } + title:c_samarra = { set_variable = { name = color_storage value = title:d_c_samarra_color } } + title:c_samatata = { set_variable = { name = color_storage value = title:d_c_samatata_color } } + title:c_sambalpur = { set_variable = { name = color_storage value = title:d_c_sambalpur_color } } + title:c_sambhal = { set_variable = { name = color_storage value = title:d_c_sambhal_color } } + title:c_samiran = { set_variable = { name = color_storage value = title:d_c_samiran_color } } + title:c_samman = { set_variable = { name = color_storage value = title:d_c_samman_color } } + title:c_samosata = { set_variable = { name = color_storage value = title:d_c_samosata_color } } + title:c_sanaa = { set_variable = { name = color_storage value = title:d_c_sanaa_color } } + title:c_sancerre = { set_variable = { name = color_storage value = title:d_c_sancerre_color } } + title:c_sanda = { set_variable = { name = color_storage value = title:d_c_sanda_color } } + title:c_sandomierska = { set_variable = { name = color_storage value = title:d_c_sandomierska_color } } + title:c_sandoway = { set_variable = { name = color_storage value = title:d_c_sandoway_color } } + title:c_sangqu = { set_variable = { name = color_storage value = title:d_c_sangqu_color } } + title:c_sanij = { set_variable = { name = color_storage value = title:d_c_sanij_color } } + title:c_sankt_gallen = { set_variable = { name = color_storage value = title:d_c_sankt_gallen_color } } + title:c_sankt_polten = { set_variable = { name = color_storage value = title:d_c_sankt_polten_color } } + title:c_santiago = { set_variable = { name = color_storage value = title:d_c_santiago_color } } + title:c_saoura = { set_variable = { name = color_storage value = title:d_c_saoura_color } } + title:c_saptagrama = { set_variable = { name = color_storage value = title:d_c_saptagrama_color } } + title:c_saqsin = { set_variable = { name = color_storage value = title:d_c_saqsin_color } } + title:c_sarakhs = { set_variable = { name = color_storage value = title:d_c_sarakhs_color } } + title:c_saran = { set_variable = { name = color_storage value = title:d_c_saran_color } } + title:c_sarangpur = { set_variable = { name = color_storage value = title:d_c_sarangpur_color } } + title:c_sarasvata_mandala = { set_variable = { name = color_storage value = title:d_c_sarasvata_mandala_color } } + title:c_sarasvati = { set_variable = { name = color_storage value = title:d_c_sarasvati_color } } + title:c_saratov = { set_variable = { name = color_storage value = title:d_c_saratov_color } } + title:c_sardan = { set_variable = { name = color_storage value = title:d_c_sardan_color } } + title:c_saris = { set_variable = { name = color_storage value = title:d_c_saris_color } } + title:c_sarkel = { set_variable = { name = color_storage value = title:d_c_sarkel_color } } + title:c_sartlan = { set_variable = { name = color_storage value = title:d_c_sartlan_color } } + title:c_sarykamysh = { set_variable = { name = color_storage value = title:d_c_sarykamysh_color } } + title:c_sarysyn = { set_variable = { name = color_storage value = title:d_c_sarysyn_color } } + title:c_sasaram = { set_variable = { name = color_storage value = title:d_c_sasaram_color } } + title:c_satakunta = { set_variable = { name = color_storage value = title:d_c_satakunta_color } } + title:c_satala = { set_variable = { name = color_storage value = title:d_c_satala_color } } + title:c_satfura = { set_variable = { name = color_storage value = title:d_c_satfura_color } } + title:c_satif = { set_variable = { name = color_storage value = title:d_c_satif_color } } + title:c_satyapura = { set_variable = { name = color_storage value = title:d_c_satyapura_color } } + title:c_saumur = { set_variable = { name = color_storage value = title:d_c_saumur_color } } + title:c_savalu = { set_variable = { name = color_storage value = title:d_c_savalu_color } } + title:c_savoie = { set_variable = { name = color_storage value = title:d_c_savoie_color } } + title:c_say = { set_variable = { name = color_storage value = title:d_c_say_color } } + title:c_sayn = { set_variable = { name = color_storage value = title:d_c_sayn_color } } + title:c_scalovia = { set_variable = { name = color_storage value = title:d_c_scalovia_color } } + title:c_schaumberg = { set_variable = { name = color_storage value = title:d_c_schaumberg_color } } + title:c_schmalkalden = { set_variable = { name = color_storage value = title:d_c_schmalkalden_color } } + title:c_schweibus = { set_variable = { name = color_storage value = title:d_c_schweibus_color } } + title:c_sebasteia = { set_variable = { name = color_storage value = title:d_c_sebasteia_color } } + title:c_sebezh = { set_variable = { name = color_storage value = title:d_c_sebezh_color } } + title:c_sebur = { set_variable = { name = color_storage value = title:d_c_sebur_color } } + title:c_selenga = { set_variable = { name = color_storage value = title:d_c_selenga_color } } + title:c_seleucia = { set_variable = { name = color_storage value = title:d_c_seleucia_color } } + title:c_selge = { set_variable = { name = color_storage value = title:d_c_selge_color } } + title:c_selpils = { set_variable = { name = color_storage value = title:d_c_selpils_color } } + title:c_semey = { set_variable = { name = color_storage value = title:d_c_semey_color } } + title:c_semien = { set_variable = { name = color_storage value = title:d_c_semien_color } } + title:c_sennar = { set_variable = { name = color_storage value = title:d_c_sennar_color } } + title:c_seno = { set_variable = { name = color_storage value = title:d_c_seno_color } } + title:c_sens = { set_variable = { name = color_storage value = title:d_c_sens_color } } + title:c_serae = { set_variable = { name = color_storage value = title:d_c_serae_color } } + title:c_serres = { set_variable = { name = color_storage value = title:d_c_serres_color } } + title:c_sertar = { set_variable = { name = color_storage value = title:d_c_sertar_color } } + title:c_sevede = { set_variable = { name = color_storage value = title:d_c_sevede_color } } + title:c_severin = { set_variable = { name = color_storage value = title:d_c_severin_color } } + title:c_sevilla = { set_variable = { name = color_storage value = title:d_c_sevilla_color } } + title:c_sevsk = { set_variable = { name = color_storage value = title:d_c_sevsk_color } } + title:c_sewa = { set_variable = { name = color_storage value = title:d_c_sewa_color } } + title:c_sfax = { set_variable = { name = color_storage value = title:d_c_sfax_color } } + title:c_shabe = { set_variable = { name = color_storage value = title:d_c_shabe_color } } + title:c_shahrazur = { set_variable = { name = color_storage value = title:d_c_shahrazur_color } } + title:c_shahre-babak = { set_variable = { name = color_storage value = title:d_c_shahre-babak_color } } + title:c_shaki = { set_variable = { name = color_storage value = title:d_c_shaki_color } } + title:c_shamir = { set_variable = { name = color_storage value = title:d_c_shamir_color } } + title:c_shanzhou = { set_variable = { name = color_storage value = title:d_c_shanzhou_color } } + title:c_shaqiq = { set_variable = { name = color_storage value = title:d_c_shaqiq_color } } + title:c_sharaf = { set_variable = { name = color_storage value = title:d_c_sharaf_color } } + title:c_sharga = { set_variable = { name = color_storage value = title:d_c_sharga_color } } + title:c_sharka = { set_variable = { name = color_storage value = title:d_c_sharka_color } } + title:c_sharkiya = { set_variable = { name = color_storage value = title:d_c_sharkiya_color } } + title:c_shavgar = { set_variable = { name = color_storage value = title:d_c_shavgar_color } } + title:c_shayzar = { set_variable = { name = color_storage value = title:d_c_shayzar_color } } + title:c_shazhou = { set_variable = { name = color_storage value = title:d_c_shazhou_color } } + title:c_shchuchinsk = { set_variable = { name = color_storage value = title:d_c_shchuchinsk_color } } + title:c_shelji = { set_variable = { name = color_storage value = title:d_c_shelji_color } } + title:c_shenkursk = { set_variable = { name = color_storage value = title:d_c_shenkursk_color } } + title:c_sherbro = { set_variable = { name = color_storage value = title:d_c_sherbro_color } } + title:c_shetland = { set_variable = { name = color_storage value = title:d_c_shetland_color } } + title:c_shigar = { set_variable = { name = color_storage value = title:d_c_shigar_color } } + title:c_shiraz = { set_variable = { name = color_storage value = title:d_c_shiraz_color } } + title:c_shirvan = { set_variable = { name = color_storage value = title:d_c_shirvan_color } } + title:c_shishina = { set_variable = { name = color_storage value = title:d_c_shishina_color } } + title:c_shityy = { set_variable = { name = color_storage value = title:d_c_shityy_color } } + title:c_shor = { set_variable = { name = color_storage value = title:d_c_shor_color } } + title:c_shorkot = { set_variable = { name = color_storage value = title:d_c_shorkot_color } } + title:c_showa = { set_variable = { name = color_storage value = title:d_c_showa_color } } + title:c_showak = { set_variable = { name = color_storage value = title:d_c_showak_color } } + title:c_shropshire = { set_variable = { name = color_storage value = title:d_c_shropshire_color } } + title:c_shughnan = { set_variable = { name = color_storage value = title:d_c_shughnan_color } } + title:c_shunzhou = { set_variable = { name = color_storage value = title:d_c_shunzhou_color } } + title:c_siauliai = { set_variable = { name = color_storage value = title:d_c_siauliai_color } } + title:c_sibi = { set_variable = { name = color_storage value = title:d_c_sibi_color } } + title:c_sibi_mali = { set_variable = { name = color_storage value = title:d_c_sibi_mali_color } } + title:c_sibir = { set_variable = { name = color_storage value = title:d_c_sibir_color } } + title:c_sidamo = { set_variable = { name = color_storage value = title:d_c_sidamo_color } } + title:c_siena = { set_variable = { name = color_storage value = title:d_c_siena_color } } + title:c_sieradzka = { set_variable = { name = color_storage value = title:d_c_sieradzka_color } } + title:c_sif-i-umara = { set_variable = { name = color_storage value = title:d_c_sif-i-umara_color } } + title:c_siggevara = { set_variable = { name = color_storage value = title:d_c_siggevara_color } } + title:c_sighnaq = { set_variable = { name = color_storage value = title:d_c_sighnaq_color } } + title:c_sijilmasa = { set_variable = { name = color_storage value = title:d_c_sijilmasa_color } } + title:c_sikasso = { set_variable = { name = color_storage value = title:d_c_sikasso_color } } + title:c_silla = { set_variable = { name = color_storage value = title:d_c_silla_color } } + title:c_silves = { set_variable = { name = color_storage value = title:d_c_silves_color } } + title:c_simaramapura = { set_variable = { name = color_storage value = title:d_c_simaramapura_color } } + title:c_sinai = { set_variable = { name = color_storage value = title:d_c_sinai_color } } + title:c_sinjar = { set_variable = { name = color_storage value = title:d_c_sinjar_color } } + title:c_sinope = { set_variable = { name = color_storage value = title:d_c_sinope_color } } + title:c_sir_faesyfed = { set_variable = { name = color_storage value = title:d_c_sir_faesyfed_color } } + title:c_siracusa = { set_variable = { name = color_storage value = title:d_c_siracusa_color } } + title:c_sirhan = { set_variable = { name = color_storage value = title:d_c_sirhan_color } } + title:c_sirjan = { set_variable = { name = color_storage value = title:d_c_sirjan_color } } + title:c_sittaung = { set_variable = { name = color_storage value = title:d_c_sittaung_color } } + title:c_sitti = { set_variable = { name = color_storage value = title:d_c_sitti_color } } + title:c_siwa = { set_variable = { name = color_storage value = title:d_c_siwa_color } } + title:c_siwistan = { set_variable = { name = color_storage value = title:d_c_siwistan_color } } + title:c_sjaelland = { set_variable = { name = color_storage value = title:d_c_sjaelland_color } } + title:c_sjeltie = { set_variable = { name = color_storage value = title:d_c_sjeltie_color } } + title:c_skane = { set_variable = { name = color_storage value = title:d_c_skane_color } } + title:c_skara = { set_variable = { name = color_storage value = title:d_c_skara_color } } + title:c_skardu = { set_variable = { name = color_storage value = title:d_c_skardu_color } } + title:c_skolt = { set_variable = { name = color_storage value = title:d_c_skolt_color } } + title:c_skopje = { set_variable = { name = color_storage value = title:d_c_skopje_color } } + title:c_slesvig = { set_variable = { name = color_storage value = title:d_c_slesvig_color } } + title:c_slupsk = { set_variable = { name = color_storage value = title:d_c_slupsk_color } } + title:c_slutsk = { set_variable = { name = color_storage value = title:d_c_slutsk_color } } + title:c_smolensk = { set_variable = { name = color_storage value = title:d_c_smolensk_color } } + title:c_sobrarbe = { set_variable = { name = color_storage value = title:d_c_sobrarbe_color } } + title:c_sochur = { set_variable = { name = color_storage value = title:d_c_sochur_color } } + title:c_socotra = { set_variable = { name = color_storage value = title:d_c_socotra_color } } + title:c_sodermannaland = { set_variable = { name = color_storage value = title:d_c_sodermannaland_color } } + title:c_sog = { set_variable = { name = color_storage value = title:d_c_sog_color } } + title:c_sogn = { set_variable = { name = color_storage value = title:d_c_sogn_color } } + title:c_sokode = { set_variable = { name = color_storage value = title:d_c_sokode_color } } + title:c_sokoto = { set_variable = { name = color_storage value = title:d_c_sokoto_color } } + title:c_soldin = { set_variable = { name = color_storage value = title:d_c_soldin_color } } + title:c_soli = { set_variable = { name = color_storage value = title:d_c_soli_color } } + title:c_solimana = { set_variable = { name = color_storage value = title:d_c_solimana_color } } + title:c_sombio = { set_variable = { name = color_storage value = title:d_c_sombio_color } } + title:c_somerset = { set_variable = { name = color_storage value = title:d_c_somerset_color } } + title:c_somnath = { set_variable = { name = color_storage value = title:d_c_somnath_color } } + title:c_somogy = { set_variable = { name = color_storage value = title:d_c_somogy_color } } + title:c_sonda = { set_variable = { name = color_storage value = title:d_c_sonda_color } } + title:c_songuu_aallar = { set_variable = { name = color_storage value = title:d_c_songuu_aallar_color } } + title:c_sopron = { set_variable = { name = color_storage value = title:d_c_sopron_color } } + title:c_soria = { set_variable = { name = color_storage value = title:d_c_soria_color } } + title:c_soroca = { set_variable = { name = color_storage value = title:d_c_soroca_color } } + title:c_sorok = { set_variable = { name = color_storage value = title:d_c_sorok_color } } + title:c_sortavala = { set_variable = { name = color_storage value = title:d_c_sortavala_color } } + title:c_soso = { set_variable = { name = color_storage value = title:d_c_soso_color } } + title:c_sosva = { set_variable = { name = color_storage value = title:d_c_sosva_color } } + title:c_souf = { set_variable = { name = color_storage value = title:d_c_souf_color } } + title:c_sous = { set_variable = { name = color_storage value = title:d_c_sous_color } } + title:c_south_kordofan = { set_variable = { name = color_storage value = title:d_c_south_kordofan_color } } + title:c_speyer = { set_variable = { name = color_storage value = title:d_c_speyer_color } } + title:c_spis = { set_variable = { name = color_storage value = title:d_c_spis_color } } + title:c_spoleto = { set_variable = { name = color_storage value = title:d_c_spoleto_color } } + title:c_spreewald = { set_variable = { name = color_storage value = title:d_c_spreewald_color } } + title:c_sprottau = { set_variable = { name = color_storage value = title:d_c_sprottau_color } } + title:c_sravasti = { set_variable = { name = color_storage value = title:d_c_sravasti_color } } + title:c_sredets = { set_variable = { name = color_storage value = title:d_c_sredets_color } } + title:c_srihatta = { set_variable = { name = color_storage value = title:d_c_srihatta_color } } + title:c_sriksetra = { set_variable = { name = color_storage value = title:d_c_sriksetra_color } } + title:c_sripatha = { set_variable = { name = color_storage value = title:d_c_sripatha_color } } + title:c_sripuri = { set_variable = { name = color_storage value = title:d_c_sripuri_color } } + title:c_srirangapatna = { set_variable = { name = color_storage value = title:d_c_srirangapatna_color } } + title:c_stade = { set_variable = { name = color_storage value = title:d_c_stade_color } } + title:c_staffordshire = { set_variable = { name = color_storage value = title:d_c_staffordshire_color } } + title:c_starodub = { set_variable = { name = color_storage value = title:d_c_starodub_color } } + title:c_stendal = { set_variable = { name = color_storage value = title:d_c_stendal_color } } + title:c_stettin = { set_variable = { name = color_storage value = title:d_c_stettin_color } } + title:c_stezycka = { set_variable = { name = color_storage value = title:d_c_stezycka_color } } + title:c_sthanisvara = { set_variable = { name = color_storage value = title:d_c_sthanisvara_color } } + title:c_stoenesti = { set_variable = { name = color_storage value = title:d_c_stoenesti_color } } + title:c_stoyanka = { set_variable = { name = color_storage value = title:d_c_stoyanka_color } } + title:c_strassburg = { set_variable = { name = color_storage value = title:d_c_strassburg_color } } + title:c_strathearn = { set_variable = { name = color_storage value = title:d_c_strathearn_color } } + title:c_strumica = { set_variable = { name = color_storage value = title:d_c_strumica_color } } + title:c_suakin = { set_variable = { name = color_storage value = title:d_c_suakin_color } } + title:c_subay = { set_variable = { name = color_storage value = title:d_c_subay_color } } + title:c_subei = { set_variable = { name = color_storage value = title:d_c_subei_color } } + title:c_suceava = { set_variable = { name = color_storage value = title:d_c_suceava_color } } + title:c_sudurland = { set_variable = { name = color_storage value = title:d_c_sudurland_color } } + title:c_suenik = { set_variable = { name = color_storage value = title:d_c_suenik_color } } + title:c_suffolk = { set_variable = { name = color_storage value = title:d_c_suffolk_color } } + title:c_sukhna = { set_variable = { name = color_storage value = title:d_c_sukhna_color } } + title:c_sullum = { set_variable = { name = color_storage value = title:d_c_sullum_color } } + title:c_sumadija = { set_variable = { name = color_storage value = title:d_c_sumadija_color } } + title:c_sumdo = { set_variable = { name = color_storage value = title:d_c_sumdo_color } } + title:c_sundgau = { set_variable = { name = color_storage value = title:d_c_sundgau_color } } + title:c_sungqu = { set_variable = { name = color_storage value = title:d_c_sungqu_color } } + title:c_suondavara = { set_variable = { name = color_storage value = title:d_c_suondavara_color } } + title:c_suriya = { set_variable = { name = color_storage value = title:d_c_suriya_color } } + title:c_surparaka = { set_variable = { name = color_storage value = title:d_c_surparaka_color } } + title:c_surrah = { set_variable = { name = color_storage value = title:d_c_surrah_color } } + title:c_surrey = { set_variable = { name = color_storage value = title:d_c_surrey_color } } + title:c_sussex = { set_variable = { name = color_storage value = title:d_c_sussex_color } } + title:c_sutherland = { set_variable = { name = color_storage value = title:d_c_sutherland_color } } + title:c_sutkend = { set_variable = { name = color_storage value = title:d_c_sutkend_color } } + title:c_suvarnagram = { set_variable = { name = color_storage value = title:d_c_suvarnagram_color } } + title:c_suvarnapura = { set_variable = { name = color_storage value = title:d_c_suvarnapura_color } } + title:c_suyab = { set_variable = { name = color_storage value = title:d_c_suyab_color } } + title:c_suzdal = { set_variable = { name = color_storage value = title:d_c_suzdal_color } } + title:c_suzhou = { set_variable = { name = color_storage value = title:d_c_suzhou_color } } + title:c_svaneti = { set_variable = { name = color_storage value = title:d_c_svaneti_color } } + title:c_swetaka_mandala = { set_variable = { name = color_storage value = title:d_c_swetaka_mandala_color } } + title:c_syrrusafa = { set_variable = { name = color_storage value = title:d_c_syrrusafa_color } } + title:c_syrte = { set_variable = { name = color_storage value = title:d_c_syrte_color } } + title:c_sysma = { set_variable = { name = color_storage value = title:d_c_sysma_color } } + title:c_szabolcs = { set_variable = { name = color_storage value = title:d_c_szabolcs_color } } + title:c_szatmar = { set_variable = { name = color_storage value = title:d_c_szatmar_color } } + title:c_szekelyfold = { set_variable = { name = color_storage value = title:d_c_szekelyfold_color } } + title:c_szekesfehervar = { set_variable = { name = color_storage value = title:d_c_szekesfehervar_color } } + title:c_szerem = { set_variable = { name = color_storage value = title:d_c_szerem_color } } + title:c_tabary = { set_variable = { name = color_storage value = title:d_c_tabary_color } } + title:c_tabassa = { set_variable = { name = color_storage value = title:d_c_tabassa_color } } + title:c_tabla_butii = { set_variable = { name = color_storage value = title:d_c_tabla_butii_color } } + title:c_tabon = { set_variable = { name = color_storage value = title:d_c_tabon_color } } + title:c_tabriz = { set_variable = { name = color_storage value = title:d_c_tabriz_color } } + title:c_tabuk = { set_variable = { name = color_storage value = title:d_c_tabuk_color } } + title:c_tadjoura = { set_variable = { name = color_storage value = title:d_c_tadjoura_color } } + title:c_tadla = { set_variable = { name = color_storage value = title:d_c_tadla_color } } + title:c_tadmekka = { set_variable = { name = color_storage value = title:d_c_tadmekka_color } } + title:c_tagadur = { set_variable = { name = color_storage value = title:d_c_tagadur_color } } + title:c_tagali = { set_variable = { name = color_storage value = title:d_c_tagali_color } } + title:c_tagant = { set_variable = { name = color_storage value = title:d_c_tagant_color } } + title:c_taghaza = { set_variable = { name = color_storage value = title:d_c_taghaza_color } } + title:c_tagul = { set_variable = { name = color_storage value = title:d_c_tagul_color } } + title:c_tahert = { set_variable = { name = color_storage value = title:d_c_tahert_color } } + title:c_tahoua = { set_variable = { name = color_storage value = title:d_c_tahoua_color } } + title:c_taif = { set_variable = { name = color_storage value = title:d_c_taif_color } } + title:c_taizz = { set_variable = { name = color_storage value = title:d_c_taizz_color } } + title:c_takkeda = { set_variable = { name = color_storage value = title:d_c_takkeda_color } } + title:c_takon = { set_variable = { name = color_storage value = title:d_c_takon_color } } + title:c_takrit = { set_variable = { name = color_storage value = title:d_c_takrit_color } } + title:c_takrur = { set_variable = { name = color_storage value = title:d_c_takrur_color } } + title:c_talakad = { set_variable = { name = color_storage value = title:d_c_talakad_color } } + title:c_talava = { set_variable = { name = color_storage value = title:d_c_talava_color } } + title:c_talish = { set_variable = { name = color_storage value = title:d_c_talish_color } } + title:c_tall_basma = { set_variable = { name = color_storage value = title:d_c_tall_basma_color } } + title:c_tall_hamid = { set_variable = { name = color_storage value = title:d_c_tall_hamid_color } } + title:c_tamasna = { set_variable = { name = color_storage value = title:d_c_tamasna_color } } + title:c_tambov = { set_variable = { name = color_storage value = title:d_c_tambov_color } } + title:c_tamentit = { set_variable = { name = color_storage value = title:d_c_tamentit_color } } + title:c_tamiso = { set_variable = { name = color_storage value = title:d_c_tamiso_color } } + title:c_tamralipti = { set_variable = { name = color_storage value = title:d_c_tamralipti_color } } + title:c_tana = { set_variable = { name = color_storage value = title:d_c_tana_color } } + title:c_tanas = { set_variable = { name = color_storage value = title:d_c_tanas_color } } + title:c_tangiers = { set_variable = { name = color_storage value = title:d_c_tangiers_color } } + title:c_tao = { set_variable = { name = color_storage value = title:d_c_tao_color } } + title:c_tapsa = { set_variable = { name = color_storage value = title:d_c_tapsa_color } } + title:c_tara = { set_variable = { name = color_storage value = title:d_c_tara_color } } + title:c_taradavadi = { set_variable = { name = color_storage value = title:d_c_taradavadi_color } } + title:c_taraz = { set_variable = { name = color_storage value = title:d_c_taraz_color } } + title:c_targu_jiu = { set_variable = { name = color_storage value = title:d_c_targu_jiu_color } } + title:c_targyl = { set_variable = { name = color_storage value = title:d_c_targyl_color } } + title:c_tarnowska = { set_variable = { name = color_storage value = title:d_c_tarnowska_color } } + title:c_tarragona = { set_variable = { name = color_storage value = title:d_c_tarragona_color } } + title:c_tarsos = { set_variable = { name = color_storage value = title:d_c_tarsos_color } } + title:c_tartas_SIB = { set_variable = { name = color_storage value = title:d_c_tartas_SIB_color } } + title:c_tarvagatai = { set_variable = { name = color_storage value = title:d_c_tarvagatai_color } } + title:c_taskyl = { set_variable = { name = color_storage value = title:d_c_taskyl_color } } + title:c_tavan_bogd = { set_variable = { name = color_storage value = title:d_c_tavan_bogd_color } } + title:c_tavasts = { set_variable = { name = color_storage value = title:d_c_tavasts_color } } + title:c_tawang = { set_variable = { name = color_storage value = title:d_c_tawang_color } } + title:c_tayma = { set_variable = { name = color_storage value = title:d_c_tayma_color } } + title:c_taza = { set_variable = { name = color_storage value = title:d_c_taza_color } } + title:c_tbilisi = { set_variable = { name = color_storage value = title:d_c_tbilisi_color } } + title:c_tecklenburg = { set_variable = { name = color_storage value = title:d_c_tecklenburg_color } } + title:c_teke = { set_variable = { name = color_storage value = title:d_c_teke_color } } + title:c_telemark = { set_variable = { name = color_storage value = title:d_c_telemark_color } } + title:c_temes = { set_variable = { name = color_storage value = title:d_c_temes_color } } + title:c_temne = { set_variable = { name = color_storage value = title:d_c_temne_color } } + title:c_tenggeli = { set_variable = { name = color_storage value = title:d_c_tenggeli_color } } + title:c_teniz = { set_variable = { name = color_storage value = title:d_c_teniz_color } } + title:c_ter = { set_variable = { name = color_storage value = title:d_c_ter_color } } + title:c_teramo = { set_variable = { name = color_storage value = title:d_c_teramo_color } } + title:c_terebovl = { set_variable = { name = color_storage value = title:d_c_terebovl_color } } + title:c_terek_pass = { set_variable = { name = color_storage value = title:d_c_terek_pass_color } } + title:c_terekli = { set_variable = { name = color_storage value = title:d_c_terekli_color } } + title:c_terektai = { set_variable = { name = color_storage value = title:d_c_terektai_color } } + title:c_teruel = { set_variable = { name = color_storage value = title:d_c_teruel_color } } + title:c_tesiin_gol = { set_variable = { name = color_storage value = title:d_c_tesiin_gol_color } } + title:c_tessalit = { set_variable = { name = color_storage value = title:d_c_tessalit_color } } + title:c_teviotdale = { set_variable = { name = color_storage value = title:d_c_teviotdale_color } } + title:c_tewo = { set_variable = { name = color_storage value = title:d_c_tewo_color } } + title:c_tezu = { set_variable = { name = color_storage value = title:d_c_tezu_color } } + title:c_thabeik_taung = { set_variable = { name = color_storage value = title:d_c_thabeik_taung_color } } + title:c_thalabiya = { set_variable = { name = color_storage value = title:d_c_thalabiya_color } } + title:c_thaldat = { set_variable = { name = color_storage value = title:d_c_thaldat_color } } + title:c_thalner = { set_variable = { name = color_storage value = title:d_c_thalner_color } } + title:c_thaton = { set_variable = { name = color_storage value = title:d_c_thaton_color } } + title:c_theodosiopolis = { set_variable = { name = color_storage value = title:d_c_theodosiopolis_color } } + title:c_thessalia = { set_variable = { name = color_storage value = title:d_c_thessalia_color } } + title:c_thessaliotis = { set_variable = { name = color_storage value = title:d_c_thessaliotis_color } } + title:c_thessalonika = { set_variable = { name = color_storage value = title:d_c_thessalonika_color } } + title:c_thiers = { set_variable = { name = color_storage value = title:d_c_thiers_color } } + title:c_thomond = { set_variable = { name = color_storage value = title:d_c_thomond_color } } + title:c_thouars = { set_variable = { name = color_storage value = title:d_c_thouars_color } } + title:c_thyatira = { set_variable = { name = color_storage value = title:d_c_thyatira_color } } + title:c_tib = { set_variable = { name = color_storage value = title:d_c_tib_color } } + title:c_tiberias = { set_variable = { name = color_storage value = title:d_c_tiberias_color } } + title:c_tibesti = { set_variable = { name = color_storage value = title:d_c_tibesti_color } } + title:c_tichitt = { set_variable = { name = color_storage value = title:d_c_tichitt_color } } + title:c_tigheci = { set_variable = { name = color_storage value = title:d_c_tigheci_color } } + title:c_tigre = { set_variable = { name = color_storage value = title:d_c_tigre_color } } + title:c_tihama = { set_variable = { name = color_storage value = title:d_c_tihama_color } } + title:c_tihamat-al-yamani = { set_variable = { name = color_storage value = title:d_c_tihamat-al-yamani_color } } + title:c_tikhvin = { set_variable = { name = color_storage value = title:d_c_tikhvin_color } } + title:c_timbi = { set_variable = { name = color_storage value = title:d_c_timbi_color } } + title:c_tindouf = { set_variable = { name = color_storage value = title:d_c_tindouf_color } } + title:c_tinmallal = { set_variable = { name = color_storage value = title:d_c_tinmallal_color } } + title:c_tirakka = { set_variable = { name = color_storage value = title:d_c_tirakka_color } } + title:c_tiris = { set_variable = { name = color_storage value = title:d_c_tiris_color } } + title:c_tiruvannamalai = { set_variable = { name = color_storage value = title:d_c_tiruvannamalai_color } } + title:c_tivoli = { set_variable = { name = color_storage value = title:d_c_tivoli_color } } + title:c_tlemcen = { set_variable = { name = color_storage value = title:d_c_tlemcen_color } } + title:c_tmutarakan = { set_variable = { name = color_storage value = title:d_c_tmutarakan_color } } + title:c_tobol = { set_variable = { name = color_storage value = title:d_c_tobol_color } } + title:c_tobruk = { set_variable = { name = color_storage value = title:d_c_tobruk_color } } + title:c_todo = { set_variable = { name = color_storage value = title:d_c_todo_color } } + title:c_tokumbay = { set_variable = { name = color_storage value = title:d_c_tokumbay_color } } + title:c_toledo = { set_variable = { name = color_storage value = title:d_c_toledo_color } } + title:c_tolna = { set_variable = { name = color_storage value = title:d_c_tolna_color } } + title:c_toma = { set_variable = { name = color_storage value = title:d_c_toma_color } } + title:c_tomorbulag = { set_variable = { name = color_storage value = title:d_c_tomorbulag_color } } + title:c_tomsk = { set_variable = { name = color_storage value = title:d_c_tomsk_color } } + title:c_tonnerrois = { set_variable = { name = color_storage value = title:d_c_tonnerrois_color } } + title:c_torangy_kul = { set_variable = { name = color_storage value = title:d_c_torangy_kul_color } } + title:c_torda = { set_variable = { name = color_storage value = title:d_c_torda_color } } + title:c_torema = { set_variable = { name = color_storage value = title:d_c_torema_color } } + title:c_torne = { set_variable = { name = color_storage value = title:d_c_torne_color } } + title:c_toro = { set_variable = { name = color_storage value = title:d_c_toro_color } } + title:c_toropets = { set_variable = { name = color_storage value = title:d_c_toropets_color } } + title:c_tortoli = { set_variable = { name = color_storage value = title:d_c_tortoli_color } } + title:c_tortona = { set_variable = { name = color_storage value = title:d_c_tortona_color } } + title:c_torun = { set_variable = { name = color_storage value = title:d_c_torun_color } } + title:c_totma = { set_variable = { name = color_storage value = title:d_c_totma_color } } + title:c_touat = { set_variable = { name = color_storage value = title:d_c_touat_color } } + title:c_toulouse = { set_variable = { name = color_storage value = title:d_c_toulouse_color } } + title:c_toungoo = { set_variable = { name = color_storage value = title:d_c_toungoo_color } } + title:c_tourraine = { set_variable = { name = color_storage value = title:d_c_tourraine_color } } + title:c_tovkhon = { set_variable = { name = color_storage value = title:d_c_tovkhon_color } } + title:c_trakai = { set_variable = { name = color_storage value = title:d_c_trakai_color } } + title:c_trandam = { set_variable = { name = color_storage value = title:d_c_trandam_color } } + title:c_trandheim = { set_variable = { name = color_storage value = title:d_c_trandheim_color } } + title:c_travunia = { set_variable = { name = color_storage value = title:d_c_travunia_color } } + title:c_trebizond = { set_variable = { name = color_storage value = title:d_c_trebizond_color } } + title:c_trenscen = { set_variable = { name = color_storage value = title:d_c_trenscen_color } } + title:c_trent = { set_variable = { name = color_storage value = title:d_c_trent_color } } + title:c_treviso = { set_variable = { name = color_storage value = title:d_c_treviso_color } } + title:c_tribandapura = { set_variable = { name = color_storage value = title:d_c_tribandapura_color } } + title:c_trier = { set_variable = { name = color_storage value = title:d_c_trier_color } } + title:c_trigarta = { set_variable = { name = color_storage value = title:d_c_trigarta_color } } + title:c_trikuta = { set_variable = { name = color_storage value = title:d_c_trikuta_color } } + title:c_trincomalee = { set_variable = { name = color_storage value = title:d_c_trincomalee_color } } + title:c_tripoli = { set_variable = { name = color_storage value = title:d_c_tripoli_color } } + title:c_tripolitana = { set_variable = { name = color_storage value = title:d_c_tripolitana_color } } + title:c_tripuri = { set_variable = { name = color_storage value = title:d_c_tripuri_color } } + title:c_trongsa = { set_variable = { name = color_storage value = title:d_c_trongsa_color } } + title:c_tropaeum = { set_variable = { name = color_storage value = title:d_c_tropaeum_color } } + title:c_troyes = { set_variable = { name = color_storage value = title:d_c_troyes_color } } + title:c_tsambagarau = { set_variable = { name = color_storage value = title:d_c_tsambagarau_color } } + title:c_tsaparang = { set_variable = { name = color_storage value = title:d_c_tsaparang_color } } + title:c_tseel = { set_variable = { name = color_storage value = title:d_c_tseel_color } } + title:c_tselym_dalyn = { set_variable = { name = color_storage value = title:d_c_tselym_dalyn_color } } + title:c_tudela = { set_variable = { name = color_storage value = title:d_c_tudela_color } } + title:c_tudgha = { set_variable = { name = color_storage value = title:d_c_tudgha_color } } + title:c_tui = { set_variable = { name = color_storage value = title:d_c_tui_color } } + title:c_tula = { set_variable = { name = color_storage value = title:d_c_tula_color } } + title:c_tuluchezeva = { set_variable = { name = color_storage value = title:d_c_tuluchezeva_color } } + title:c_tulun = { set_variable = { name = color_storage value = title:d_c_tulun_color } } + title:c_tumak = { set_variable = { name = color_storage value = title:d_c_tumak_color } } + title:c_tumar = { set_variable = { name = color_storage value = title:d_c_tumar_color } } + title:c_tummana = { set_variable = { name = color_storage value = title:d_c_tummana_color } } + title:c_tun = { set_variable = { name = color_storage value = title:d_c_tun_color } } + title:c_tunis = { set_variable = { name = color_storage value = title:d_c_tunis_color } } + title:c_tunka = { set_variable = { name = color_storage value = title:d_c_tunka_color } } + title:c_turan = { set_variable = { name = color_storage value = title:d_c_turan_color } } + title:c_turgay = { set_variable = { name = color_storage value = title:d_c_turgay_color } } + title:c_turin = { set_variable = { name = color_storage value = title:d_c_turin_color } } + title:c_turnovo = { set_variable = { name = color_storage value = title:d_c_turnovo_color } } + title:c_turov = { set_variable = { name = color_storage value = title:d_c_turov_color } } + title:c_turpan = { set_variable = { name = color_storage value = title:d_c_turpan_color } } + title:c_turuberan = { set_variable = { name = color_storage value = title:d_c_turuberan_color } } + title:c_tus = { set_variable = { name = color_storage value = title:d_c_tus_color } } + title:c_tustar = { set_variable = { name = color_storage value = title:d_c_tustar_color } } + title:c_tuulain = { set_variable = { name = color_storage value = title:d_c_tuulain_color } } + title:c_tver = { set_variable = { name = color_storage value = title:d_c_tver_color } } + title:c_tyendugu = { set_variable = { name = color_storage value = title:d_c_tyendugu_color } } + title:c_tyumen = { set_variable = { name = color_storage value = title:d_c_tyumen_color } } + title:c_tzani = { set_variable = { name = color_storage value = title:d_c_tzani_color } } + title:c_ubins = { set_variable = { name = color_storage value = title:d_c_ubins_color } } + title:c_ubmejeiednuo = { set_variable = { name = color_storage value = title:d_c_ubmejeiednuo_color } } + title:c_ubulla = { set_variable = { name = color_storage value = title:d_c_ubulla_color } } + title:c_uch = { set_variable = { name = color_storage value = title:d_c_uch_color } } + title:c_uchangidurga = { set_variable = { name = color_storage value = title:d_c_uchangidurga_color } } + title:c_uchkul = { set_variable = { name = color_storage value = title:d_c_uchkul_color } } + title:c_udabhanda = { set_variable = { name = color_storage value = title:d_c_udabhanda_color } } + title:c_ufa = { set_variable = { name = color_storage value = title:d_c_ufa_color } } + title:c_uiska = { set_variable = { name = color_storage value = title:d_c_uiska_color } } + title:c_ujjayini = { set_variable = { name = color_storage value = title:d_c_ujjayini_color } } + title:c_ulaanbaatar = { set_variable = { name = color_storage value = title:d_c_ulaanbaatar_color } } + title:c_ulaangom = { set_variable = { name = color_storage value = title:d_c_ulaangom_color } } + title:c_ulam = { set_variable = { name = color_storage value = title:d_c_ulam_color } } + title:c_ulan_chuzir = { set_variable = { name = color_storage value = title:d_c_ulan_chuzir_color } } + title:c_ulan_ude = { set_variable = { name = color_storage value = title:d_c_ulan_ude_color } } + title:c_ulantaiga = { set_variable = { name = color_storage value = title:d_c_ulantaiga_color } } + title:c_uliastai = { set_variable = { name = color_storage value = title:d_c_uliastai_color } } + title:c_uliuty = { set_variable = { name = color_storage value = title:d_c_uliuty_color } } + title:c_ulm = { set_variable = { name = color_storage value = title:d_c_ulm_color } } + title:c_ulster = { set_variable = { name = color_storage value = title:d_c_ulster_color } } + title:c_ulu_jitanjik = { set_variable = { name = color_storage value = title:d_c_ulu_jitanjik_color } } + title:c_ulytau = { set_variable = { name = color_storage value = title:d_c_ulytau_color } } + title:c_uman = { set_variable = { name = color_storage value = title:d_c_uman_color } } + title:c_umiai = { set_variable = { name = color_storage value = title:d_c_umiai_color } } + title:c_ungvar = { set_variable = { name = color_storage value = title:d_c_ungvar_color } } + title:c_upland = { set_variable = { name = color_storage value = title:d_c_upland_color } } + title:c_upper_bono = { set_variable = { name = color_storage value = title:d_c_upper_bono_color } } + title:c_upper_ghur = { set_variable = { name = color_storage value = title:d_c_upper_ghur_color } } + title:c_upper_gurma = { set_variable = { name = color_storage value = title:d_c_upper_gurma_color } } + title:c_upper_khabur = { set_variable = { name = color_storage value = title:d_c_upper_khabur_color } } + title:c_uqayr = { set_variable = { name = color_storage value = title:d_c_uqayr_color } } + title:c_uraiyur = { set_variable = { name = color_storage value = title:d_c_uraiyur_color } } + title:c_ural = { set_variable = { name = color_storage value = title:d_c_ural_color } } + title:c_uraltau = { set_variable = { name = color_storage value = title:d_c_uraltau_color } } + title:c_urbino = { set_variable = { name = color_storage value = title:d_c_urbino_color } } + title:c_urgamal = { set_variable = { name = color_storage value = title:d_c_urgamal_color } } + title:c_urgell = { set_variable = { name = color_storage value = title:d_c_urgell_color } } + title:c_urgun = { set_variable = { name = color_storage value = title:d_c_urgun_color } } + title:c_urmiya = { set_variable = { name = color_storage value = title:d_c_urmiya_color } } + title:c_uses = { set_variable = { name = color_storage value = title:d_c_uses_color } } + title:c_ushara = { set_variable = { name = color_storage value = title:d_c_ushara_color } } + title:c_ushmun = { set_variable = { name = color_storage value = title:d_c_ushmun_color } } + title:c_ushytsia = { set_variable = { name = color_storage value = title:d_c_ushytsia_color } } + title:c_usora = { set_variable = { name = color_storage value = title:d_c_usora_color } } + title:c_ustyug = { set_variable = { name = color_storage value = title:d_c_ustyug_color } } + title:c_ustyurt = { set_variable = { name = color_storage value = title:d_c_ustyurt_color } } + title:c_uul_chors = { set_variable = { name = color_storage value = title:d_c_uul_chors_color } } + title:c_uulynkhol = { set_variable = { name = color_storage value = title:d_c_uulynkhol_color } } + title:c_uvs_nuur = { set_variable = { name = color_storage value = title:d_c_uvs_nuur_color } } + title:c_uwal = { set_variable = { name = color_storage value = title:d_c_uwal_color } } + title:c_uzboy = { set_variable = { name = color_storage value = title:d_c_uzboy_color } } + title:c_uzen = { set_variable = { name = color_storage value = title:d_c_uzen_color } } + title:c_uzgend_KARA = { set_variable = { name = color_storage value = title:d_c_uzgend_KARA_color } } + title:c_vadodara = { set_variable = { name = color_storage value = title:d_c_vadodara_color } } + title:c_vaihingen = { set_variable = { name = color_storage value = title:d_c_vaihingen_color } } + title:c_vaijayanti = { set_variable = { name = color_storage value = title:d_c_vaijayanti_color } } + title:c_vairagara = { set_variable = { name = color_storage value = title:d_c_vairagara_color } } + title:c_vairata = { set_variable = { name = color_storage value = title:d_c_vairata_color } } + title:c_vaisali = { set_variable = { name = color_storage value = title:d_c_vaisali_color } } + title:c_valabhi = { set_variable = { name = color_storage value = title:d_c_valabhi_color } } + title:c_valdai = { set_variable = { name = color_storage value = title:d_c_valdai_color } } + title:c_valencia = { set_variable = { name = color_storage value = title:d_c_valencia_color } } + title:c_valentinois = { set_variable = { name = color_storage value = title:d_c_valentinois_color } } + title:c_valladolid = { set_variable = { name = color_storage value = title:d_c_valladolid_color } } + title:c_valois = { set_variable = { name = color_storage value = title:d_c_valois_color } } + title:c_vanemane = { set_variable = { name = color_storage value = title:d_c_vanemane_color } } + title:c_vannes = { set_variable = { name = color_storage value = title:d_c_vannes_color } } + title:c_varanasi = { set_variable = { name = color_storage value = title:d_c_varanasi_color } } + title:c_vardhamana = { set_variable = { name = color_storage value = title:d_c_vardhamana_color } } + title:c_varend = { set_variable = { name = color_storage value = title:d_c_varend_color } } + title:c_vargashi = { set_variable = { name = color_storage value = title:d_c_vargashi_color } } + title:c_varmland = { set_variable = { name = color_storage value = title:d_c_varmland_color } } + title:c_vas = { set_variable = { name = color_storage value = title:d_c_vas_color } } + title:c_vaspurakan = { set_variable = { name = color_storage value = title:d_c_vaspurakan_color } } + title:c_vastergotland = { set_variable = { name = color_storage value = title:d_c_vastergotland_color } } + title:c_vastmanland = { set_variable = { name = color_storage value = title:d_c_vastmanland_color } } + title:c_vastvag = { set_variable = { name = color_storage value = title:d_c_vastvag_color } } + title:c_vasyugan = { set_variable = { name = color_storage value = title:d_c_vasyugan_color } } + title:c_vatapi = { set_variable = { name = color_storage value = title:d_c_vatapi_color } } + title:c_vatsagulma = { set_variable = { name = color_storage value = title:d_c_vatsagulma_color } } + title:c_vaucouleurs = { set_variable = { name = color_storage value = title:d_c_vaucouleurs_color } } + title:c_vecchio = { set_variable = { name = color_storage value = title:d_c_vecchio_color } } + title:c_velay = { set_variable = { name = color_storage value = title:d_c_velay_color } } + title:c_velbazhd = { set_variable = { name = color_storage value = title:d_c_velbazhd_color } } + title:c_velsk = { set_variable = { name = color_storage value = title:d_c_velsk_color } } + title:c_venadu = { set_variable = { name = color_storage value = title:d_c_venadu_color } } + title:c_venaissin = { set_variable = { name = color_storage value = title:d_c_venaissin_color } } + title:c_vendome = { set_variable = { name = color_storage value = title:d_c_vendome_color } } + title:c_veneto = { set_variable = { name = color_storage value = title:d_c_veneto_color } } + title:c_venezia = { set_variable = { name = color_storage value = title:d_c_venezia_color } } + title:c_vengipura = { set_variable = { name = color_storage value = title:d_c_vengipura_color } } + title:c_veria = { set_variable = { name = color_storage value = title:d_c_veria_color } } + title:c_vermandois = { set_variable = { name = color_storage value = title:d_c_vermandois_color } } + title:c_verona = { set_variable = { name = color_storage value = title:d_c_verona_color } } + title:c_vestfold = { set_variable = { name = color_storage value = title:d_c_vestfold_color } } + title:c_vestisland = { set_variable = { name = color_storage value = title:d_c_vestisland_color } } + title:c_veszprem = { set_variable = { name = color_storage value = title:d_c_veszprem_color } } + title:c_vhrbosna = { set_variable = { name = color_storage value = title:d_c_vhrbosna_color } } + title:c_viborg = { set_variable = { name = color_storage value = title:d_c_viborg_color } } + title:c_vidin = { set_variable = { name = color_storage value = title:d_c_vidin_color } } + title:c_vidisa = { set_variable = { name = color_storage value = title:d_c_vidisa_color } } + title:c_vidzeme = { set_variable = { name = color_storage value = title:d_c_vidzeme_color } } + title:c_viena = { set_variable = { name = color_storage value = title:d_c_viena_color } } + title:c_vienna = { set_variable = { name = color_storage value = title:d_c_vienna_color } } + title:c_viennois = { set_variable = { name = color_storage value = title:d_c_viennois_color } } + title:c_viipuri = { set_variable = { name = color_storage value = title:d_c_viipuri_color } } + title:c_vijayapura = { set_variable = { name = color_storage value = title:d_c_vijayapura_color } } + title:c_vijnot = { set_variable = { name = color_storage value = title:d_c_vijnot_color } } + title:c_vikramapura = { set_variable = { name = color_storage value = title:d_c_vikramapura_color } } + title:c_villach = { set_variable = { name = color_storage value = title:d_c_villach_color } } + title:c_vingulmork = { set_variable = { name = color_storage value = title:d_c_vingulmork_color } } + title:c_viraja = { set_variable = { name = color_storage value = title:d_c_viraja_color } } + title:c_viscaya = { set_variable = { name = color_storage value = title:d_c_viscaya_color } } + title:c_viseu = { set_variable = { name = color_storage value = title:d_c_viseu_color } } + title:c_vitebsk = { set_variable = { name = color_storage value = title:d_c_vitebsk_color } } + title:c_viterbo = { set_variable = { name = color_storage value = title:d_c_viterbo_color } } + title:c_vitim = { set_variable = { name = color_storage value = title:d_c_vitim_color } } + title:c_viviers = { set_variable = { name = color_storage value = title:d_c_viviers_color } } + title:c_vizagipatam = { set_variable = { name = color_storage value = title:d_c_vizagipatam_color } } + title:c_vladimir = { set_variable = { name = color_storage value = title:d_c_vladimir_color } } + title:c_vodamayutja = { set_variable = { name = color_storage value = title:d_c_vodamayutja_color } } + title:c_vodi = { set_variable = { name = color_storage value = title:d_c_vodi_color } } + title:c_vodica = { set_variable = { name = color_storage value = title:d_c_vodica_color } } + title:c_vogtland = { set_variable = { name = color_storage value = title:d_c_vogtland_color } } + title:c_voin = { set_variable = { name = color_storage value = title:d_c_voin_color } } + title:c_volkovysk = { set_variable = { name = color_storage value = title:d_c_volkovysk_color } } + title:c_volodymyr = { set_variable = { name = color_storage value = title:d_c_volodymyr_color } } + title:c_vologda = { set_variable = { name = color_storage value = title:d_c_vologda_color } } + title:c_vorbasse = { set_variable = { name = color_storage value = title:d_c_vorbasse_color } } + title:c_voronezh = { set_variable = { name = color_storage value = title:d_c_voronezh_color } } + title:c_votkinsk = { set_variable = { name = color_storage value = title:d_c_votkinsk_color } } + title:c_vratsa = { set_variable = { name = color_storage value = title:d_c_vratsa_color } } + title:c_vrbas = { set_variable = { name = color_storage value = title:d_c_vrbas_color } } + title:c_vukovar = { set_variable = { name = color_storage value = title:d_c_vukovar_color } } + title:c_vyangi = { set_variable = { name = color_storage value = title:d_c_vyangi_color } } + title:c_wa = { set_variable = { name = color_storage value = title:d_c_wa_color } } + title:c_wabar = { set_variable = { name = color_storage value = title:d_c_wabar_color } } + title:c_wadai = { set_variable = { name = color_storage value = title:d_c_wadai_color } } + title:c_wadan = { set_variable = { name = color_storage value = title:d_c_wadan_color } } + title:c_waddan = { set_variable = { name = color_storage value = title:d_c_waddan_color } } + title:c_wadi_amur = { set_variable = { name = color_storage value = title:d_c_wadi_amur_color } } + title:c_wadi_el-milk = { set_variable = { name = color_storage value = title:d_c_wadi_el-milk_color } } + title:c_wagadugu = { set_variable = { name = color_storage value = title:d_c_wagadugu_color } } + title:c_waj = { set_variable = { name = color_storage value = title:d_c_waj_color } } + title:c_wajda = { set_variable = { name = color_storage value = title:d_c_wajda_color } } + title:c_wajh = { set_variable = { name = color_storage value = title:d_c_wajh_color } } + title:c_wakhan = { set_variable = { name = color_storage value = title:d_c_wakhan_color } } + title:c_wakhsh = { set_variable = { name = color_storage value = title:d_c_wakhsh_color } } + title:c_walata = { set_variable = { name = color_storage value = title:d_c_walata_color } } + title:c_waldeck = { set_variable = { name = color_storage value = title:d_c_waldeck_color } } + title:c_wandala = { set_variable = { name = color_storage value = title:d_c_wandala_color } } + title:c_waqisa = { set_variable = { name = color_storage value = title:d_c_waqisa_color } } + title:c_wargla = { set_variable = { name = color_storage value = title:d_c_wargla_color } } + title:c_warwickshire = { set_variable = { name = color_storage value = title:d_c_warwickshire_color } } + title:c_wasit = { set_variable = { name = color_storage value = title:d_c_wasit_color } } + title:c_wassa = { set_variable = { name = color_storage value = title:d_c_wassa_color } } + title:c_welamo = { set_variable = { name = color_storage value = title:d_c_welamo_color } } + title:c_wellega = { set_variable = { name = color_storage value = title:d_c_wellega_color } } + title:c_wentugaole = { set_variable = { name = color_storage value = title:d_c_wentugaole_color } } + title:c_wenyon = { set_variable = { name = color_storage value = title:d_c_wenyon_color } } + title:c_werle = { set_variable = { name = color_storage value = title:d_c_werle_color } } + title:c_west-tokharestan = { set_variable = { name = color_storage value = title:d_c_west-tokharestan_color } } + title:c_west_kordofan = { set_variable = { name = color_storage value = title:d_c_west_kordofan_color } } + title:c_west_qamuda = { set_variable = { name = color_storage value = title:d_c_west_qamuda_color } } + title:c_west_riding = { set_variable = { name = color_storage value = title:d_c_west_riding_color } } + title:c_western_tannu = { set_variable = { name = color_storage value = title:d_c_western_tannu_color } } + title:c_westfriesland = { set_variable = { name = color_storage value = title:d_c_westfriesland_color } } + title:c_westmorland = { set_variable = { name = color_storage value = title:d_c_westmorland_color } } + title:c_wiek = { set_variable = { name = color_storage value = title:d_c_wiek_color } } + title:c_wielunska = { set_variable = { name = color_storage value = title:d_c_wielunska_color } } + title:c_wiltberg = { set_variable = { name = color_storage value = title:d_c_wiltberg_color } } + title:c_wiltshire = { set_variable = { name = color_storage value = title:d_c_wiltshire_color } } + title:c_wittenberg = { set_variable = { name = color_storage value = title:d_c_wittenberg_color } } + title:c_wolgast = { set_variable = { name = color_storage value = title:d_c_wolgast_color } } + title:c_wolkenstein = { set_variable = { name = color_storage value = title:d_c_wolkenstein_color } } + title:c_wolpe = { set_variable = { name = color_storage value = title:d_c_wolpe_color } } + title:c_wolqayt = { set_variable = { name = color_storage value = title:d_c_wolqayt_color } } + title:c_worcestershire = { set_variable = { name = color_storage value = title:d_c_worcestershire_color } } + title:c_wormditt = { set_variable = { name = color_storage value = title:d_c_wormditt_color } } + title:c_worodugu = { set_variable = { name = color_storage value = title:d_c_worodugu_color } } + title:c_wschowska = { set_variable = { name = color_storage value = title:d_c_wschowska_color } } + title:c_wuda = { set_variable = { name = color_storage value = title:d_c_wuda_color } } + title:c_wuli = { set_variable = { name = color_storage value = title:d_c_wuli_color } } + title:c_wuluhai = { set_variable = { name = color_storage value = title:d_c_wuluhai_color } } + title:c_wurttemberg = { set_variable = { name = color_storage value = title:d_c_wurttemberg_color } } + title:c_wurzburg = { set_variable = { name = color_storage value = title:d_c_wurzburg_color } } + title:c_xainza = { set_variable = { name = color_storage value = title:d_c_xainza_color } } + title:c_xaitongmoin = { set_variable = { name = color_storage value = title:d_c_xaitongmoin_color } } + title:c_xigaze = { set_variable = { name = color_storage value = title:d_c_xigaze_color } } + title:c_xigortang = { set_variable = { name = color_storage value = title:d_c_xigortang_color } } + title:c_xingqing = { set_variable = { name = color_storage value = title:d_c_xingqing_color } } + title:c_xining = { set_variable = { name = color_storage value = title:d_c_xining_color } } + title:c_yabrin = { set_variable = { name = color_storage value = title:d_c_yabrin_color } } + title:c_yagba = { set_variable = { name = color_storage value = title:d_c_yagba_color } } + title:c_yaitsk = { set_variable = { name = color_storage value = title:d_c_yaitsk_color } } + title:c_yalala = { set_variable = { name = color_storage value = title:d_c_yalala_color } } + title:c_yalong = { set_variable = { name = color_storage value = title:d_c_yalong_color } } + title:c_yamama = { set_variable = { name = color_storage value = title:d_c_yamama_color } } + title:c_yamethin = { set_variable = { name = color_storage value = title:d_c_yamethin_color } } + title:c_yanbu = { set_variable = { name = color_storage value = title:d_c_yanbu_color } } + title:c_yangikent = { set_variable = { name = color_storage value = title:d_c_yangikent_color } } + title:c_yangjibaliq = { set_variable = { name = color_storage value = title:d_c_yangjibaliq_color } } + title:c_yangwarok = { set_variable = { name = color_storage value = title:d_c_yangwarok_color } } + title:c_yanokul = { set_variable = { name = color_storage value = title:d_c_yanokul_color } } + title:c_yar-calli = { set_variable = { name = color_storage value = title:d_c_yar-calli_color } } + title:c_yarkand = { set_variable = { name = color_storage value = title:d_c_yarkand_color } } + title:c_yaroslavl = { set_variable = { name = color_storage value = title:d_c_yaroslavl_color } } + title:c_yasin = { set_variable = { name = color_storage value = title:d_c_yasin_color } } + title:c_yatenga = { set_variable = { name = color_storage value = title:d_c_yatenga_color } } + title:c_yatvyagi = { set_variable = { name = color_storage value = title:d_c_yatvyagi_color } } + title:c_yau = { set_variable = { name = color_storage value = title:d_c_yau_color } } + title:c_yauri = { set_variable = { name = color_storage value = title:d_c_yauri_color } } + title:c_yazd = { set_variable = { name = color_storage value = title:d_c_yazd_color } } + title:c_yekaterinburg = { set_variable = { name = color_storage value = title:d_c_yekaterinburg_color } } + title:c_yelimane = { set_variable = { name = color_storage value = title:d_c_yelimane_color } } + title:c_yenisei = { set_variable = { name = color_storage value = title:d_c_yenisei_color } } + title:c_yenshipin = { set_variable = { name = color_storage value = title:d_c_yenshipin_color } } + title:c_yera = { set_variable = { name = color_storage value = title:d_c_yera_color } } + title:c_yijinai = { set_variable = { name = color_storage value = title:d_c_yijinai_color } } + title:c_yongdeng = { set_variable = { name = color_storage value = title:d_c_yongdeng_color } } + title:c_yoshkar-ola = { set_variable = { name = color_storage value = title:d_c_yoshkar-ola_color } } + title:c_yperen = { set_variable = { name = color_storage value = title:d_c_yperen_color } } + title:c_yumen = { set_variable = { name = color_storage value = title:d_c_yumen_color } } + title:c_yumenguan = { set_variable = { name = color_storage value = title:d_c_yumenguan_color } } + title:c_zabid = { set_variable = { name = color_storage value = title:d_c_zabid_color } } + title:c_zabulistan = { set_variable = { name = color_storage value = title:d_c_zabulistan_color } } + title:c_zachlumia = { set_variable = { name = color_storage value = title:d_c_zachlumia_color } } + title:c_zadar = { set_variable = { name = color_storage value = title:d_c_zadar_color } } + title:c_zadoi = { set_variable = { name = color_storage value = title:d_c_zadoi_color } } + title:c_zagorje = { set_variable = { name = color_storage value = title:d_c_zagorje_color } } + title:c_zagreb = { set_variable = { name = color_storage value = title:d_c_zagreb_color } } + title:c_zagros_mediae = { set_variable = { name = color_storage value = title:d_c_zagros_mediae_color } } + title:c_zaila = { set_variable = { name = color_storage value = title:d_c_zaila_color } } + title:c_zakroczymska = { set_variable = { name = color_storage value = title:d_c_zakroczymska_color } } + title:c_zamindawar = { set_variable = { name = color_storage value = title:d_c_zamindawar_color } } + title:c_zamm = { set_variable = { name = color_storage value = title:d_c_zamm_color } } + title:c_zammour = { set_variable = { name = color_storage value = title:d_c_zammour_color } } + title:c_zamora = { set_variable = { name = color_storage value = title:d_c_zamora_color } } + title:c_zanjan = { set_variable = { name = color_storage value = title:d_c_zanjan_color } } + title:c_zarafshan = { set_variable = { name = color_storage value = title:d_c_zarafshan_color } } + title:c_zaragoza = { set_variable = { name = color_storage value = title:d_c_zaragoza_color } } + title:c_zarand = { set_variable = { name = color_storage value = title:d_c_zarand_color } } + title:c_zaranj = { set_variable = { name = color_storage value = title:d_c_zaranj_color } } + title:c_zaria = { set_variable = { name = color_storage value = title:d_c_zaria_color } } + title:c_zarma = { set_variable = { name = color_storage value = title:d_c_zarma_color } } + title:c_zarman = { set_variable = { name = color_storage value = title:d_c_zarman_color } } + title:c_zaslavl = { set_variable = { name = color_storage value = title:d_c_zaslavl_color } } + title:c_zatec = { set_variable = { name = color_storage value = title:d_c_zatec_color } } + title:c_zavrsje = { set_variable = { name = color_storage value = title:d_c_zavrsje_color } } + title:c_zawila = { set_variable = { name = color_storage value = title:d_c_zawila_color } } + title:c_zeeland = { set_variable = { name = color_storage value = title:d_c_zeeland_color } } + title:c_zekog = { set_variable = { name = color_storage value = title:d_c_zekog_color } } + title:c_zela = { set_variable = { name = color_storage value = title:d_c_zela_color } } + title:c_zelengora = { set_variable = { name = color_storage value = title:d_c_zelengora_color } } + title:c_zemigalians = { set_variable = { name = color_storage value = title:d_c_zemigalians_color } } + title:c_zemplen = { set_variable = { name = color_storage value = title:d_c_zemplen_color } } + title:c_zetang = { set_variable = { name = color_storage value = title:d_c_zetang_color } } + title:c_zhagyab = { set_variable = { name = color_storage value = title:d_c_zhagyab_color } } + title:c_zhenfan = { set_variable = { name = color_storage value = title:d_c_zhenfan_color } } + title:c_zherkovo = { set_variable = { name = color_storage value = title:d_c_zherkovo_color } } + title:c_zhidoi = { set_variable = { name = color_storage value = title:d_c_zhidoi_color } } + title:c_zhongba = { set_variable = { name = color_storage value = title:d_c_zhongba_color } } + title:c_zhytomyr = { set_variable = { name = color_storage value = title:d_c_zhytomyr_color } } + title:c_zichia = { set_variable = { name = color_storage value = title:d_c_zichia_color } } + title:c_zirkuh = { set_variable = { name = color_storage value = title:d_c_zirkuh_color } } + title:c_ziz = { set_variable = { name = color_storage value = title:d_c_ziz_color } } + title:c_zlatibor = { set_variable = { name = color_storage value = title:d_c_zlatibor_color } } + title:c_znojmo = { set_variable = { name = color_storage value = title:d_c_znojmo_color } } + title:c_zogang = { set_variable = { name = color_storage value = title:d_c_zogang_color } } + title:c_zoige = { set_variable = { name = color_storage value = title:d_c_zoige_color } } + title:c_zollern = { set_variable = { name = color_storage value = title:d_c_zollern_color } } + title:c_zolyom = { set_variable = { name = color_storage value = title:d_c_zolyom_color } } + title:c_zurich = { set_variable = { name = color_storage value = title:d_c_zurich_color } } + title:c_zutphen = { set_variable = { name = color_storage value = title:d_c_zutphen_color } } + title:c_zvyahel = { set_variable = { name = color_storage value = title:d_c_zvyahel_color } } + title:d_aaninen_tribe = { set_variable = { name = color_storage value = title:d_d_aaninen_tribe_color } } + title:d_aarjetje = { set_variable = { name = color_storage value = title:d_d_aarjetje_color } } + title:d_abarshahr = { set_variable = { name = color_storage value = title:d_d_abarshahr_color } } + title:d_abkhazia = { set_variable = { name = color_storage value = title:d_d_abkhazia_color } } + title:d_acatiri = { set_variable = { name = color_storage value = title:d_d_acatiri_color } } + title:d_achaia = { set_variable = { name = color_storage value = title:d_d_achaia_color } } + title:d_adal = { set_variable = { name = color_storage value = title:d_d_adal_color } } + title:d_adiabene = { set_variable = { name = color_storage value = title:d_d_adiabene_color } } + title:d_adiukru = { set_variable = { name = color_storage value = title:d_d_adiukru_color } } + title:d_adkaddakhe = { set_variable = { name = color_storage value = title:d_d_adkaddakhe_color } } + title:d_adogit = { set_variable = { name = color_storage value = title:d_d_adogit_color } } + title:d_adrar = { set_variable = { name = color_storage value = title:d_d_adrar_color } } + title:d_aegean_islands = { set_variable = { name = color_storage value = title:d_d_aegean_islands_color } } + title:d_aethelrugi = { set_variable = { name = color_storage value = title:d_d_aethelrugi_color } } + title:d_agadir = { set_variable = { name = color_storage value = title:d_d_agadir_color } } + title:d_agder = { set_variable = { name = color_storage value = title:d_d_agder_color } } + title:d_aileach = { set_variable = { name = color_storage value = title:d_d_aileach_color } } + title:d_air = { set_variable = { name = color_storage value = title:d_d_air_color } } + title:d_ait_ouriaghel = { set_variable = { name = color_storage value = title:d_d_ait_ouriaghel_color } } + title:d_ajmer = { set_variable = { name = color_storage value = title:d_d_ajmer_color } } + title:d_akara_dasarna = { set_variable = { name = color_storage value = title:d_d_akara_dasarna_color } } + title:d_aksai_chin = { set_variable = { name = color_storage value = title:d_d_aksai_chin_color } } + title:d_aksay = { set_variable = { name = color_storage value = title:d_d_aksay_color } } + title:d_aksum = { set_variable = { name = color_storage value = title:d_d_aksum_color } } + title:d_al-hasa = { set_variable = { name = color_storage value = title:d_d_al-hasa_color } } + title:d_al-said = { set_variable = { name = color_storage value = title:d_d_al-said_color } } + title:d_al-wahat = { set_variable = { name = color_storage value = title:d_d_al-wahat_color } } + title:d_al_qays = { set_variable = { name = color_storage value = title:d_d_al_qays_color } } + title:d_ala_tau = { set_variable = { name = color_storage value = title:d_d_ala_tau_color } } + title:d_alakol = { set_variable = { name = color_storage value = title:d_d_alakol_color } } + title:d_alania = { set_variable = { name = color_storage value = title:d_d_alania_color } } + title:d_alans = { set_variable = { name = color_storage value = title:d_d_alans_color } } + title:d_albany = { set_variable = { name = color_storage value = title:d_d_albany_color } } + title:d_albis = { set_variable = { name = color_storage value = title:d_d_albis_color } } + title:d_aleppo = { set_variable = { name = color_storage value = title:d_d_aleppo_color } } + title:d_alexandria = { set_variable = { name = color_storage value = title:d_d_alexandria_color } } + title:d_algarve = { set_variable = { name = color_storage value = title:d_d_algarve_color } } + title:d_alger = { set_variable = { name = color_storage value = title:d_d_alger_color } } + title:d_alpes_maritimae = { set_variable = { name = color_storage value = title:d_d_alpes_maritimae_color } } + title:d_alpes_poeninae = { set_variable = { name = color_storage value = title:d_d_alpes_poeninae_color } } + title:d_alsace = { set_variable = { name = color_storage value = title:d_d_alsace_color } } + title:d_altay = { set_variable = { name = color_storage value = title:d_d_altay_color } } + title:d_alwa = { set_variable = { name = color_storage value = title:d_d_alwa_color } } + title:d_amalfi = { set_variable = { name = color_storage value = title:d_d_amalfi_color } } + title:d_amdo = { set_variable = { name = color_storage value = title:d_d_amdo_color } } + title:d_amela = { set_variable = { name = color_storage value = title:d_d_amela_color } } + title:d_amman = { set_variable = { name = color_storage value = title:d_d_amman_color } } + title:d_anartta = { set_variable = { name = color_storage value = title:d_d_anartta_color } } + title:d_anatolia = { set_variable = { name = color_storage value = title:d_d_anatolia_color } } + title:d_ancona = { set_variable = { name = color_storage value = title:d_d_ancona_color } } + title:d_angara = { set_variable = { name = color_storage value = title:d_d_angara_color } } + title:d_angloland = { set_variable = { name = color_storage value = title:d_d_angloland_color } } + title:d_angria = { set_variable = { name = color_storage value = title:d_d_angria_color } } + title:d_anhalt = { set_variable = { name = color_storage value = title:d_d_anhalt_color } } + title:d_anjou = { set_variable = { name = color_storage value = title:d_d_anjou_color } } + title:d_antae = { set_variable = { name = color_storage value = title:d_d_antae_color } } + title:d_antioch = { set_variable = { name = color_storage value = title:d_d_antioch_color } } + title:d_anupa = { set_variable = { name = color_storage value = title:d_d_anupa_color } } + title:d_apostolic_church = { set_variable = { name = color_storage value = title:d_d_apostolic_church_color } } + title:d_apostolic_church = { set_variable = { name = color_storage value = title:d_d_apostolic_church_color } } + title:d_apulia = { set_variable = { name = color_storage value = title:d_d_apulia_color } } + title:d_apullum = { set_variable = { name = color_storage value = title:d_d_apullum_color } } + title:d_aqtobe = { set_variable = { name = color_storage value = title:d_d_aqtobe_color } } + title:d_aquileia_church = { set_variable = { name = color_storage value = title:d_d_aquileia_church_color } } + title:d_aquitaine = { set_variable = { name = color_storage value = title:d_d_aquitaine_color } } + title:d_aquitanica_prima = { set_variable = { name = color_storage value = title:d_d_aquitanica_prima_color } } + title:d_aquitanica_secunda = { set_variable = { name = color_storage value = title:d_d_aquitanica_secunda_color } } + title:d_arabia = { set_variable = { name = color_storage value = title:d_d_arabia_color } } + title:d_aragon = { set_variable = { name = color_storage value = title:d_d_aragon_color } } + title:d_arakan = { set_variable = { name = color_storage value = title:d_d_arakan_color } } + title:d_aral_il = { set_variable = { name = color_storage value = title:d_d_aral_il_color } } + title:d_arbayistan = { set_variable = { name = color_storage value = title:d_d_arbayistan_color } } + title:d_arcadia = { set_variable = { name = color_storage value = title:d_d_arcadia_color } } + title:d_arian = { set_variable = { name = color_storage value = title:d_d_arian_color } } + title:d_arkhangai = { set_variable = { name = color_storage value = title:d_d_arkhangai_color } } + title:d_armagnac = { set_variable = { name = color_storage value = title:d_d_armagnac_color } } + title:d_armenia_prima = { set_variable = { name = color_storage value = title:d_d_armenia_prima_color } } + title:d_armenia_secunda = { set_variable = { name = color_storage value = title:d_d_armenia_secunda_color } } + title:d_armeniac = { set_variable = { name = color_storage value = title:d_d_armeniac_color } } + title:d_arochi = { set_variable = { name = color_storage value = title:d_d_arochi_color } } + title:d_ashanti = { set_variable = { name = color_storage value = title:d_d_ashanti_color } } + title:d_ashokas_chosen = { set_variable = { name = color_storage value = title:d_d_ashokas_chosen_color } } + title:d_asir = { set_variable = { name = color_storage value = title:d_d_asir_color } } + title:d_asoristan = { set_variable = { name = color_storage value = title:d_d_asoristan_color } } + title:d_astures = { set_variable = { name = color_storage value = title:d_d_astures_color } } + title:d_asturias = { set_variable = { name = color_storage value = title:d_d_asturias_color } } + title:d_asturicensis = { set_variable = { name = color_storage value = title:d_d_asturicensis_color } } + title:d_athens = { set_variable = { name = color_storage value = title:d_d_athens_color } } + title:d_atrebatia = { set_variable = { name = color_storage value = title:d_d_atrebatia_color } } + title:d_atropatene = { set_variable = { name = color_storage value = title:d_d_atropatene_color } } + title:d_atyrau = { set_variable = { name = color_storage value = title:d_d_atyrau_color } } + title:d_augandzi = { set_variable = { name = color_storage value = title:d_d_augandzi_color } } + title:d_augsburg = { set_variable = { name = color_storage value = title:d_d_augsburg_color } } + title:d_augustamnica = { set_variable = { name = color_storage value = title:d_d_augustamnica_color } } + title:d_austorani = { set_variable = { name = color_storage value = title:d_d_austorani_color } } + title:d_auvergne = { set_variable = { name = color_storage value = title:d_d_auvergne_color } } + title:d_availites = { set_variable = { name = color_storage value = title:d_d_availites_color } } + title:d_avaricum = { set_variable = { name = color_storage value = title:d_d_avaricum_color } } + title:d_avars = { set_variable = { name = color_storage value = title:d_d_avars_color } } + title:d_awioniz = { set_variable = { name = color_storage value = title:d_d_awioniz_color } } + title:d_azal = { set_variable = { name = color_storage value = title:d_d_azal_color } } + title:d_azerbaijan = { set_variable = { name = color_storage value = title:d_d_azerbaijan_color } } + title:d_azov = { set_variable = { name = color_storage value = title:d_d_azov_color } } + title:d_bacs = { set_variable = { name = color_storage value = title:d_d_bacs_color } } + title:d_badajoz = { set_variable = { name = color_storage value = title:d_d_badajoz_color } } + title:d_badakhshan = { set_variable = { name = color_storage value = title:d_d_badakhshan_color } } + title:d_bagaudae = { set_variable = { name = color_storage value = title:d_d_bagaudae_color } } + title:d_baghdad = { set_variable = { name = color_storage value = title:d_d_baghdad_color } } + title:d_baguirmi = { set_variable = { name = color_storage value = title:d_d_baguirmi_color } } + title:d_bahrain = { set_variable = { name = color_storage value = title:d_d_bahrain_color } } + title:d_baigaluuls = { set_variable = { name = color_storage value = title:d_d_baigaluuls_color } } + title:d_bakr = { set_variable = { name = color_storage value = title:d_d_bakr_color } } + title:d_balasagan = { set_variable = { name = color_storage value = title:d_d_balasagan_color } } + title:d_bali = { set_variable = { name = color_storage value = title:d_d_bali_color } } + title:d_balkh = { set_variable = { name = color_storage value = title:d_d_balkh_color } } + title:d_balti = { set_variable = { name = color_storage value = title:d_d_balti_color } } + title:d_baltiyul = { set_variable = { name = color_storage value = title:d_d_baltiyul_color } } + title:d_bamberg = { set_variable = { name = color_storage value = title:d_d_bamberg_color } } + title:d_bambuk = { set_variable = { name = color_storage value = title:d_d_bambuk_color } } + title:d_baqlin = { set_variable = { name = color_storage value = title:d_d_baqlin_color } } + title:d_baquates = { set_variable = { name = color_storage value = title:d_d_baquates_color } } + title:d_bar = { set_variable = { name = color_storage value = title:d_d_bar_color } } + title:d_baraba_steppe = { set_variable = { name = color_storage value = title:d_d_baraba_steppe_color } } + title:d_barcelona = { set_variable = { name = color_storage value = title:d_d_barcelona_color } } + title:d_bargujin_tukum = { set_variable = { name = color_storage value = title:d_d_bargujin_tukum_color } } + title:d_baroia = { set_variable = { name = color_storage value = title:d_d_baroia_color } } + title:d_barsils = { set_variable = { name = color_storage value = title:d_d_barsils_color } } + title:d_barsuki = { set_variable = { name = color_storage value = title:d_d_barsuki_color } } + title:d_bashkiria = { set_variable = { name = color_storage value = title:d_d_bashkiria_color } } + title:d_basra = { set_variable = { name = color_storage value = title:d_d_basra_color } } + title:d_bassa = { set_variable = { name = color_storage value = title:d_d_bassa_color } } + title:d_batang = { set_variable = { name = color_storage value = title:d_d_batang_color } } + title:d_bavaria = { set_variable = { name = color_storage value = title:d_d_bavaria_color } } + title:d_bazin = { set_variable = { name = color_storage value = title:d_d_bazin_color } } + title:d_bedford = { set_variable = { name = color_storage value = title:d_d_bedford_color } } + title:d_beja = { set_variable = { name = color_storage value = title:d_d_beja_color } } + title:d_bejaia = { set_variable = { name = color_storage value = title:d_d_bejaia_color } } + title:d_bektashi = { set_variable = { name = color_storage value = title:d_d_bektashi_color } } + title:d_belgica_prima = { set_variable = { name = color_storage value = title:d_d_belgica_prima_color } } + title:d_belgica_secunda = { set_variable = { name = color_storage value = title:d_d_belgica_secunda_color } } + title:d_belgrade = { set_variable = { name = color_storage value = title:d_d_belgrade_color } } + title:d_benevento = { set_variable = { name = color_storage value = title:d_d_benevento_color } } + title:d_benin = { set_variable = { name = color_storage value = title:d_d_benin_color } } + title:d_bergslagen = { set_variable = { name = color_storage value = title:d_d_bergslagen_color } } + title:d_berry = { set_variable = { name = color_storage value = title:d_d_berry_color } } + title:d_beth_garami = { set_variable = { name = color_storage value = title:d_d_beth_garami_color } } + title:d_betpa = { set_variable = { name = color_storage value = title:d_d_betpa_color } } + title:d_bhakkar = { set_variable = { name = color_storage value = title:d_d_bhakkar_color } } + title:d_biarmia = { set_variable = { name = color_storage value = title:d_d_biarmia_color } } + title:d_bihar = { set_variable = { name = color_storage value = title:d_d_bihar_color } } + title:d_binnaka = { set_variable = { name = color_storage value = title:d_d_binnaka_color } } + title:d_bishop_of_iona = { set_variable = { name = color_storage value = title:d_d_bishop_of_iona_color } } + title:d_bithynia = { set_variable = { name = color_storage value = title:d_d_bithynia_color } } + title:d_bjarma_tribe = { set_variable = { name = color_storage value = title:d_d_bjarma_tribe_color } } + title:d_blemmyes = { set_variable = { name = color_storage value = title:d_d_blemmyes_color } } + title:d_bobo = { set_variable = { name = color_storage value = title:d_d_bobo_color } } + title:d_bohemia = { set_variable = { name = color_storage value = title:d_d_bohemia_color } } + title:d_borgu = { set_variable = { name = color_storage value = title:d_d_borgu_color } } + title:d_bornu = { set_variable = { name = color_storage value = title:d_d_bornu_color } } + title:d_bosna = { set_variable = { name = color_storage value = title:d_d_bosna_color } } + title:d_bourbon = { set_variable = { name = color_storage value = title:d_d_bourbon_color } } + title:d_boyul = { set_variable = { name = color_storage value = title:d_d_boyul_color } } + title:d_brabant = { set_variable = { name = color_storage value = title:d_d_brabant_color } } + title:d_bracarensis = { set_variable = { name = color_storage value = title:d_d_bracarensis_color } } + title:d_brandenburg = { set_variable = { name = color_storage value = title:d_d_brandenburg_color } } + title:d_brittany = { set_variable = { name = color_storage value = title:d_d_brittany_color } } + title:d_broerec = { set_variable = { name = color_storage value = title:d_d_broerec_color } } + title:d_brong = { set_variable = { name = color_storage value = title:d_d_brong_color } } + title:d_brycheiniog = { set_variable = { name = color_storage value = title:d_d_brycheiniog_color } } + title:d_bucellaria = { set_variable = { name = color_storage value = title:d_d_bucellaria_color } } + title:d_bugeac = { set_variable = { name = color_storage value = title:d_d_bugeac_color } } + title:d_bukhara = { set_variable = { name = color_storage value = title:d_d_bukhara_color } } + title:d_bukovina = { set_variable = { name = color_storage value = title:d_d_bukovina_color } } + title:d_bulgaria = { set_variable = { name = color_storage value = title:d_d_bulgaria_color } } + title:d_bulgars = { set_variable = { name = color_storage value = title:d_d_bulgars_color } } + title:d_bulgars = { set_variable = { name = color_storage value = title:d_d_bulgars_color } } + title:d_bulls_rishabha = { set_variable = { name = color_storage value = title:d_d_bulls_rishabha_color } } + title:d_bumthang = { set_variable = { name = color_storage value = title:d_d_bumthang_color } } + title:d_burgundy = { set_variable = { name = color_storage value = title:d_d_burgundy_color } } + title:d_byzacena = { set_variable = { name = color_storage value = title:d_d_byzacena_color } } + title:d_caesaraugusta = { set_variable = { name = color_storage value = title:d_d_caesaraugusta_color } } + title:d_caesariensis = { set_variable = { name = color_storage value = title:d_d_caesariensis_color } } + title:d_cairo = { set_variable = { name = color_storage value = title:d_d_cairo_color } } + title:d_cait = { set_variable = { name = color_storage value = title:d_d_cait_color } } + title:d_calabria = { set_variable = { name = color_storage value = title:d_d_calabria_color } } + title:d_campania = { set_variable = { name = color_storage value = title:d_d_campania_color } } + title:d_canarias = { set_variable = { name = color_storage value = title:d_d_canarias_color } } + title:d_cantabria = { set_variable = { name = color_storage value = title:d_d_cantabria_color } } + title:d_canterbury = { set_variable = { name = color_storage value = title:d_d_canterbury_color } } + title:d_cappadocia = { set_variable = { name = color_storage value = title:d_d_cappadocia_color } } + title:d_capua = { set_variable = { name = color_storage value = title:d_d_capua_color } } + title:d_carinthia = { set_variable = { name = color_storage value = title:d_d_carinthia_color } } + title:d_carthago = { set_variable = { name = color_storage value = title:d_d_carthago_color } } + title:d_carthago_inferior = { set_variable = { name = color_storage value = title:d_d_carthago_inferior_color } } + title:d_carthago_superior = { set_variable = { name = color_storage value = title:d_d_carthago_superior_color } } + title:d_castilla = { set_variable = { name = color_storage value = title:d_d_castilla_color } } + title:d_catalonia = { set_variable = { name = color_storage value = title:d_d_catalonia_color } } + title:d_caucasian_albania = { set_variable = { name = color_storage value = title:d_d_caucasian_albania_color } } + title:d_caucasian_albania = { set_variable = { name = color_storage value = title:d_d_caucasian_albania_color } } + title:d_cauriensis = { set_variable = { name = color_storage value = title:d_d_cauriensis_color } } + title:d_ce = { set_variable = { name = color_storage value = title:d_d_ce_color } } + title:d_celtiberia = { set_variable = { name = color_storage value = title:d_d_celtiberia_color } } + title:d_celtica = { set_variable = { name = color_storage value = title:d_d_celtica_color } } + title:d_cephalonia = { set_variable = { name = color_storage value = title:d_d_cephalonia_color } } + title:d_chah = { set_variable = { name = color_storage value = title:d_d_chah_color } } + title:d_chakla = { set_variable = { name = color_storage value = title:d_d_chakla_color } } + title:d_chaldia = { set_variable = { name = color_storage value = title:d_d_chaldia_color } } + title:d_champagne = { set_variable = { name = color_storage value = title:d_d_champagne_color } } + title:d_charkliq = { set_variable = { name = color_storage value = title:d_d_charkliq_color } } + title:d_charsianon = { set_variable = { name = color_storage value = title:d_d_charsianon_color } } + title:d_chera_nadu = { set_variable = { name = color_storage value = title:d_d_chera_nadu_color } } + title:d_chernigov = { set_variable = { name = color_storage value = title:d_d_chernigov_color } } + title:d_cherven_cities = { set_variable = { name = color_storage value = title:d_d_cherven_cities_color } } + title:d_chola_nadu = { set_variable = { name = color_storage value = title:d_d_chola_nadu_color } } + title:d_chosen_perkunas = { set_variable = { name = color_storage value = title:d_d_chosen_perkunas_color } } + title:d_chudia = { set_variable = { name = color_storage value = title:d_d_chudia_color } } + title:d_chumi = { set_variable = { name = color_storage value = title:d_d_chumi_color } } + title:d_chumukun = { set_variable = { name = color_storage value = title:d_d_chumukun_color } } + title:d_chuna_valley = { set_variable = { name = color_storage value = title:d_d_chuna_valley_color } } + title:d_chuvashia = { set_variable = { name = color_storage value = title:d_d_chuvashia_color } } + title:d_chuyue = { set_variable = { name = color_storage value = title:d_d_chuyue_color } } + title:d_cibyrrhaeot = { set_variable = { name = color_storage value = title:d_d_cibyrrhaeot_color } } + title:d_cilicia = { set_variable = { name = color_storage value = title:d_d_cilicia_color } } + title:d_ciscaucasia = { set_variable = { name = color_storage value = title:d_d_ciscaucasia_color } } + title:d_citerior = { set_variable = { name = color_storage value = title:d_d_citerior_color } } + title:d_coimbra = { set_variable = { name = color_storage value = title:d_d_coimbra_color } } + title:d_colchis = { set_variable = { name = color_storage value = title:d_d_colchis_color } } + title:d_connacht = { set_variable = { name = color_storage value = title:d_d_connacht_color } } + title:d_constantinopolitan_prefect = { set_variable = { name = color_storage value = title:d_d_constantinopolitan_prefect_color } } + title:d_conversos = { set_variable = { name = color_storage value = title:d_d_conversos_color } } + title:d_conyi = { set_variable = { name = color_storage value = title:d_d_conyi_color } } + title:d_coptic_papacy = { set_variable = { name = color_storage value = title:d_d_coptic_papacy_color } } + title:d_cordoba = { set_variable = { name = color_storage value = title:d_d_cordoba_color } } + title:d_cornwall = { set_variable = { name = color_storage value = title:d_d_cornwall_color } } + title:d_corsica = { set_variable = { name = color_storage value = title:d_d_corsica_color } } + title:d_courland = { set_variable = { name = color_storage value = title:d_d_courland_color } } + title:d_courland_tribe = { set_variable = { name = color_storage value = title:d_d_courland_tribe_color } } + title:d_crimea = { set_variable = { name = color_storage value = title:d_d_crimea_color } } + title:d_croatia = { set_variable = { name = color_storage value = title:d_d_croatia_color } } + title:d_currezia = { set_variable = { name = color_storage value = title:d_d_currezia_color } } + title:d_cybelian_pagan = { set_variable = { name = color_storage value = title:d_d_cybelian_pagan_color } } + title:d_cybelian_pagan = { set_variable = { name = color_storage value = title:d_d_cybelian_pagan_color } } + title:d_cyprus = { set_variable = { name = color_storage value = title:d_d_cyprus_color } } + title:d_cyrenaica = { set_variable = { name = color_storage value = title:d_d_cyrenaica_color } } + title:d_dacia = { set_variable = { name = color_storage value = title:d_d_dacia_color } } + title:d_dacia_ripensis = { set_variable = { name = color_storage value = title:d_d_dacia_ripensis_color } } + title:d_dacia_transdanubia = { set_variable = { name = color_storage value = title:d_d_dacia_transdanubia_color } } + title:d_dadhipadra = { set_variable = { name = color_storage value = title:d_d_dadhipadra_color } } + title:d_dagomba = { set_variable = { name = color_storage value = title:d_d_dagomba_color } } + title:d_dahala = { set_variable = { name = color_storage value = title:d_d_dahala_color } } + title:d_dahlaks = { set_variable = { name = color_storage value = title:d_d_dahlaks_color } } + title:d_dakhina_desa = { set_variable = { name = color_storage value = title:d_d_dakhina_desa_color } } + title:d_daksina_kosala = { set_variable = { name = color_storage value = title:d_d_daksina_kosala_color } } + title:d_dalir = { set_variable = { name = color_storage value = title:d_d_dalir_color } } + title:d_dalmatia = { set_variable = { name = color_storage value = title:d_d_dalmatia_color } } + title:d_damascus = { set_variable = { name = color_storage value = title:d_d_damascus_color } } + title:d_damot = { set_variable = { name = color_storage value = title:d_d_damot_color } } + title:d_danakil = { set_variable = { name = color_storage value = title:d_d_danakil_color } } + title:d_dandakaranya = { set_variable = { name = color_storage value = title:d_d_dandakaranya_color } } + title:d_danes = { set_variable = { name = color_storage value = title:d_d_danes_color } } + title:d_danubia_prima = { set_variable = { name = color_storage value = title:d_d_danubia_prima_color } } + title:d_danubia_quarta = { set_variable = { name = color_storage value = title:d_d_danubia_quarta_color } } + title:d_danubia_secunda = { set_variable = { name = color_storage value = title:d_d_danubia_secunda_color } } + title:d_danubia_tertia = { set_variable = { name = color_storage value = title:d_d_danubia_tertia_color } } + title:d_dardania = { set_variable = { name = color_storage value = title:d_d_dardania_color } } + title:d_darfur = { set_variable = { name = color_storage value = title:d_d_darfur_color } } + title:d_dauphine = { set_variable = { name = color_storage value = title:d_d_dauphine_color } } + title:d_dauria = { set_variable = { name = color_storage value = title:d_d_dauria_color } } + title:d_dawaro = { set_variable = { name = color_storage value = title:d_d_dawaro_color } } + title:d_daylam = { set_variable = { name = color_storage value = title:d_d_daylam_color } } + title:d_deasmhumhain = { set_variable = { name = color_storage value = title:d_d_deasmhumhain_color } } + title:d_dege = { set_variable = { name = color_storage value = title:d_d_dege_color } } + title:d_deheubarth = { set_variable = { name = color_storage value = title:d_d_deheubarth_color } } + title:d_delta = { set_variable = { name = color_storage value = title:d_d_delta_color } } + title:d_dendi = { set_variable = { name = color_storage value = title:d_d_dendi_color } } + title:d_devagiri = { set_variable = { name = color_storage value = title:d_d_devagiri_color } } + title:d_dhofar = { set_variable = { name = color_storage value = title:d_d_dhofar_color } } + title:d_diafunu = { set_variable = { name = color_storage value = title:d_d_diafunu_color } } + title:d_diyarbakr = { set_variable = { name = color_storage value = title:d_d_diyarbakr_color } } + title:d_diyarmudar = { set_variable = { name = color_storage value = title:d_d_diyarmudar_color } } + title:d_diyarrabia = { set_variable = { name = color_storage value = title:d_d_diyarrabia_color } } + title:d_djolof = { set_variable = { name = color_storage value = title:d_d_djolof_color } } + title:d_dneipner_balts = { set_variable = { name = color_storage value = title:d_d_dneipner_balts_color } } + title:d_dobrudja = { set_variable = { name = color_storage value = title:d_d_dobrudja_color } } + title:d_domnonia = { set_variable = { name = color_storage value = title:d_d_domnonia_color } } + title:d_don_valley = { set_variable = { name = color_storage value = title:d_d_don_valley_color } } + title:d_donatism = { set_variable = { name = color_storage value = title:d_d_donatism_color } } + title:d_donatism = { set_variable = { name = color_storage value = title:d_d_donatism_color } } + title:d_dresden = { set_variable = { name = color_storage value = title:d_d_dresden_color } } + title:d_duklja = { set_variable = { name = color_storage value = title:d_d_duklja_color } } + title:d_duortnoseatnu = { set_variable = { name = color_storage value = title:d_d_duortnoseatnu_color } } + title:d_durocotorum = { set_variable = { name = color_storage value = title:d_d_durocotorum_color } } + title:d_dyrrachion = { set_variable = { name = color_storage value = title:d_d_dyrrachion_color } } + title:d_dzayul = { set_variable = { name = color_storage value = title:d_d_dzayul_color } } + title:d_fars = { set_variable = { name = color_storage value = title:d_d_fars_color } } + title:d_ferghana = { set_variable = { name = color_storage value = title:d_d_ferghana_color } } + title:d_fes = { set_variable = { name = color_storage value = title:d_d_fes_color } } + title:d_fezzan = { set_variable = { name = color_storage value = title:d_d_fezzan_color } } + title:d_finland = { set_variable = { name = color_storage value = title:d_d_finland_color } } + title:d_flaminia = { set_variable = { name = color_storage value = title:d_d_flaminia_color } } + title:d_flanders = { set_variable = { name = color_storage value = title:d_d_flanders_color } } + title:d_followers_arjuna = { set_variable = { name = color_storage value = title:d_d_followers_arjuna_color } } + title:d_fortriu = { set_variable = { name = color_storage value = title:d_d_fortriu_color } } + title:d_fotla = { set_variable = { name = color_storage value = title:d_d_fotla_color } } + title:d_frisia = { set_variable = { name = color_storage value = title:d_d_frisia_color } } + title:d_friuli = { set_variable = { name = color_storage value = title:d_d_friuli_color } } + title:d_futa_jalon = { set_variable = { name = color_storage value = title:d_d_futa_jalon_color } } + title:d_gabes = { set_variable = { name = color_storage value = title:d_d_gabes_color } } + title:d_gaditanus = { set_variable = { name = color_storage value = title:d_d_gaditanus_color } } + title:d_gaetulia = { set_variable = { name = color_storage value = title:d_d_gaetulia_color } } + title:d_gainlho = { set_variable = { name = color_storage value = title:d_d_gainlho_color } } + title:d_galatia = { set_variable = { name = color_storage value = title:d_d_galatia_color } } + title:d_galicia = { set_variable = { name = color_storage value = title:d_d_galicia_color } } + title:d_gallia = { set_variable = { name = color_storage value = title:d_d_gallia_color } } + title:d_gallia_viennensis = { set_variable = { name = color_storage value = title:d_d_gallia_viennensis_color } } + title:d_galloway = { set_variable = { name = color_storage value = title:d_d_galloway_color } } + title:d_gandhara = { set_variable = { name = color_storage value = title:d_d_gandhara_color } } + title:d_gangavadi = { set_variable = { name = color_storage value = title:d_d_gangavadi_color } } + title:d_ganzhou = { set_variable = { name = color_storage value = title:d_d_ganzhou_color } } + title:d_garama = { set_variable = { name = color_storage value = title:d_d_garama_color } } + title:d_gardman = { set_variable = { name = color_storage value = title:d_d_gardman_color } } + title:d_gardman = { set_variable = { name = color_storage value = title:d_d_gardman_color } } + title:d_gascogne = { set_variable = { name = color_storage value = title:d_d_gascogne_color } } + title:d_gauda = { set_variable = { name = color_storage value = title:d_d_gauda_color } } + title:d_gaul_prefect = { set_variable = { name = color_storage value = title:d_d_gaul_prefect_color } } + title:d_gayomarthianism = { set_variable = { name = color_storage value = title:d_d_gayomarthianism_color } } + title:d_gelre = { set_variable = { name = color_storage value = title:d_d_gelre_color } } + title:d_genoa = { set_variable = { name = color_storage value = title:d_d_genoa_color } } + title:d_georgia = { set_variable = { name = color_storage value = title:d_d_georgia_color } } + title:d_georgian_orthodox = { set_variable = { name = color_storage value = title:d_d_georgian_orthodox_color } } + title:d_georgian_orthodox = { set_variable = { name = color_storage value = title:d_d_georgian_orthodox_color } } + title:d_germania_inferior = { set_variable = { name = color_storage value = title:d_d_germania_inferior_color } } + title:d_germania_superior = { set_variable = { name = color_storage value = title:d_d_germania_superior_color } } + title:d_germanii = { set_variable = { name = color_storage value = title:d_d_germanii_color } } + title:d_ghadames = { set_variable = { name = color_storage value = title:d_d_ghadames_color } } + title:d_ghat = { set_variable = { name = color_storage value = title:d_d_ghat_color } } + title:d_ghifar = { set_variable = { name = color_storage value = title:d_d_ghifar_color } } + title:d_ghomara = { set_variable = { name = color_storage value = title:d_d_ghomara_color } } + title:d_ghur = { set_variable = { name = color_storage value = title:d_d_ghur_color } } + title:d_giemajohka = { set_variable = { name = color_storage value = title:d_d_giemajohka_color } } + title:d_gloucester = { set_variable = { name = color_storage value = title:d_d_gloucester_color } } + title:d_gobi_altai = { set_variable = { name = color_storage value = title:d_d_gobi_altai_color } } + title:d_gobir = { set_variable = { name = color_storage value = title:d_d_gobir_color } } + title:d_gojjam = { set_variable = { name = color_storage value = title:d_d_gojjam_color } } + title:d_golog = { set_variable = { name = color_storage value = title:d_d_golog_color } } + title:d_gondar = { set_variable = { name = color_storage value = title:d_d_gondar_color } } + title:d_gortyene = { set_variable = { name = color_storage value = title:d_d_gortyene_color } } + title:d_gothic_church = { set_variable = { name = color_storage value = title:d_d_gothic_church_color } } + title:d_gothic_church = { set_variable = { name = color_storage value = title:d_d_gothic_church_color } } + title:d_goths = { set_variable = { name = color_storage value = title:d_d_goths_color } } + title:d_gotland = { set_variable = { name = color_storage value = title:d_d_gotland_color } } + title:d_granada = { set_variable = { name = color_storage value = title:d_d_granada_color } } + title:d_granni = { set_variable = { name = color_storage value = title:d_d_granni_color } } + title:d_greater_armenia = { set_variable = { name = color_storage value = title:d_d_greater_armenia_color } } + title:d_grodno = { set_variable = { name = color_storage value = title:d_d_grodno_color } } + title:d_groningen = { set_variable = { name = color_storage value = title:d_d_groningen_color } } + title:d_guenet = { set_variable = { name = color_storage value = title:d_d_guenet_color } } + title:d_guent = { set_variable = { name = color_storage value = title:d_d_guent_color } } + title:d_gugark = { set_variable = { name = color_storage value = title:d_d_gugark_color } } + title:d_gugark = { set_variable = { name = color_storage value = title:d_d_gugark_color } } + title:d_guiyi = { set_variable = { name = color_storage value = title:d_d_guiyi_color } } + title:d_guoldat = { set_variable = { name = color_storage value = title:d_d_guoldat_color } } + title:d_gurbantunggut = { set_variable = { name = color_storage value = title:d_d_gurbantunggut_color } } + title:d_gurgan = { set_variable = { name = color_storage value = title:d_d_gurgan_color } } + title:d_gurjara_mandala = { set_variable = { name = color_storage value = title:d_d_gurjara_mandala_color } } + title:d_gustow = { set_variable = { name = color_storage value = title:d_d_gustow_color } } + title:d_gutes = { set_variable = { name = color_storage value = title:d_d_gutes_color } } + title:d_gwynedd = { set_variable = { name = color_storage value = title:d_d_gwynedd_color } } + title:d_gyalrong = { set_variable = { name = color_storage value = title:d_d_gyalrong_color } } + title:d_gyaman = { set_variable = { name = color_storage value = title:d_d_gyaman_color } } + title:d_gyor = { set_variable = { name = color_storage value = title:d_d_gyor_color } } + title:d_hadramawt = { set_variable = { name = color_storage value = title:d_d_hadramawt_color } } + title:d_haemimontus = { set_variable = { name = color_storage value = title:d_d_haemimontus_color } } + title:d_hafun = { set_variable = { name = color_storage value = title:d_d_hafun_color } } + title:d_hail = { set_variable = { name = color_storage value = title:d_d_hail_color } } + title:d_halin = { set_variable = { name = color_storage value = title:d_d_halin_color } } + title:d_halogaland = { set_variable = { name = color_storage value = title:d_d_halogaland_color } } + title:d_halych = { set_variable = { name = color_storage value = title:d_d_halych_color } } + title:d_hamadan = { set_variable = { name = color_storage value = title:d_d_hamadan_color } } + title:d_hanzalah = { set_variable = { name = color_storage value = title:d_d_hanzalah_color } } + title:d_haritanaka = { set_variable = { name = color_storage value = title:d_d_haritanaka_color } } + title:d_haruriyyah = { set_variable = { name = color_storage value = title:d_d_haruriyyah_color } } + title:d_hashshashin = { set_variable = { name = color_storage value = title:d_d_hashshashin_color } } + title:d_hawazin = { set_variable = { name = color_storage value = title:d_d_hawazin_color } } + title:d_haymanot = { set_variable = { name = color_storage value = title:d_d_haymanot_color } } + title:d_hellenic_pagan = { set_variable = { name = color_storage value = title:d_d_hellenic_pagan_color } } + title:d_hellenic_pagan = { set_variable = { name = color_storage value = title:d_d_hellenic_pagan_color } } + title:d_hellespontus = { set_variable = { name = color_storage value = title:d_d_hellespontus_color } } + title:d_herat = { set_variable = { name = color_storage value = title:d_d_herat_color } } + title:d_herefinna = { set_variable = { name = color_storage value = title:d_d_herefinna_color } } + title:d_hereford = { set_variable = { name = color_storage value = title:d_d_hereford_color } } + title:d_hesse = { set_variable = { name = color_storage value = title:d_d_hesse_color } } + title:d_hhaha = { set_variable = { name = color_storage value = title:d_d_hhaha_color } } + title:d_highland_lithuanians = { set_variable = { name = color_storage value = title:d_d_highland_lithuanians_color } } + title:d_hintata = { set_variable = { name = color_storage value = title:d_d_hintata_color } } + title:d_hira = { set_variable = { name = color_storage value = title:d_d_hira_color } } + title:d_hispalensis = { set_variable = { name = color_storage value = title:d_d_hispalensis_color } } + title:d_histria = { set_variable = { name = color_storage value = title:d_d_histria_color } } + title:d_holland = { set_variable = { name = color_storage value = title:d_d_holland_color } } + title:d_holstein = { set_variable = { name = color_storage value = title:d_d_holstein_color } } + title:d_holy_sepulchre = { set_variable = { name = color_storage value = title:d_d_holy_sepulchre_color } } + title:d_homs = { set_variable = { name = color_storage value = title:d_d_homs_color } } + title:d_hormuz = { set_variable = { name = color_storage value = title:d_d_hormuz_color } } + title:d_huitzilopochtli = { set_variable = { name = color_storage value = title:d_d_huitzilopochtli_color } } + title:d_iazyges = { set_variable = { name = color_storage value = title:d_d_iazyges_color } } + title:d_ibadan = { set_variable = { name = color_storage value = title:d_d_ibadan_color } } + title:d_iberia = { set_variable = { name = color_storage value = title:d_d_iberia_color } } + title:d_iceland = { set_variable = { name = color_storage value = title:d_d_iceland_color } } + title:d_iconoclast = { set_variable = { name = color_storage value = title:d_d_iconoclast_color } } + title:d_ife = { set_variable = { name = color_storage value = title:d_d_ife_color } } + title:d_igboland = { set_variable = { name = color_storage value = title:d_d_igboland_color } } + title:d_ikh_bogdh = { set_variable = { name = color_storage value = title:d_d_ikh_bogdh_color } } + title:d_ikh_bogdh = { set_variable = { name = color_storage value = title:d_d_ikh_bogdh_color } } + title:d_ili-alatau = { set_variable = { name = color_storage value = title:d_d_ili-alatau_color } } + title:d_imami = { set_variable = { name = color_storage value = title:d_d_imami_color } } + title:d_immortals = { set_variable = { name = color_storage value = title:d_d_immortals_color } } + title:d_insulae = { set_variable = { name = color_storage value = title:d_d_insulae_color } } + title:d_isauria = { set_variable = { name = color_storage value = title:d_d_isauria_color } } + title:d_isauria = { set_variable = { name = color_storage value = title:d_d_isauria_color } } + title:d_isfahan = { set_variable = { name = color_storage value = title:d_d_isfahan_color } } + title:d_ishim = { set_variable = { name = color_storage value = title:d_d_ishim_color } } + title:d_istria = { set_variable = { name = color_storage value = title:d_d_istria_color } } + title:d_italy_prefect = { set_variable = { name = color_storage value = title:d_d_italy_prefect_color } } + title:d_itil = { set_variable = { name = color_storage value = title:d_d_itil_color } } + title:d_iudea = { set_variable = { name = color_storage value = title:d_d_iudea_color } } + title:d_izhorians = { set_variable = { name = color_storage value = title:d_d_izhorians_color } } + title:d_jabal_kufs = { set_variable = { name = color_storage value = title:d_d_jabal_kufs_color } } + title:d_jalmat = { set_variable = { name = color_storage value = title:d_d_jalmat_color } } + title:d_jamtland = { set_variable = { name = color_storage value = title:d_d_jamtland_color } } + title:d_jangladesh = { set_variable = { name = color_storage value = title:d_d_jangladesh_color } } + title:d_jawf = { set_variable = { name = color_storage value = title:d_d_jawf_color } } + title:d_jawf-al-yamani = { set_variable = { name = color_storage value = title:d_d_jawf-al-yamani_color } } + title:d_jejakabhukti = { set_variable = { name = color_storage value = title:d_d_jejakabhukti_color } } + title:d_jemba = { set_variable = { name = color_storage value = title:d_d_jemba_color } } + title:d_jenne = { set_variable = { name = color_storage value = title:d_d_jenne_color } } + title:d_jerid = { set_variable = { name = color_storage value = title:d_d_jerid_color } } + title:d_jharkand = { set_variable = { name = color_storage value = title:d_d_jharkand_color } } + title:d_jomsvikings = { set_variable = { name = color_storage value = title:d_d_jomsvikings_color } } + title:d_jonse = { set_variable = { name = color_storage value = title:d_d_jonse_color } } + title:d_judham = { set_variable = { name = color_storage value = title:d_d_judham_color } } + title:d_julich = { set_variable = { name = color_storage value = title:d_d_julich_color } } + title:d_jutes = { set_variable = { name = color_storage value = title:d_d_jutes_color } } + title:d_jutland = { set_variable = { name = color_storage value = title:d_d_jutland_color } } + title:d_jylland = { set_variable = { name = color_storage value = title:d_d_jylland_color } } + title:d_k_adiukru_color = { set_variable = { name = color_storage value = title:d_d_k_adiukru_color_color } } + title:d_k_africa_prefect_color = { set_variable = { name = color_storage value = title:d_d_k_africa_prefect_color_color } } + title:d_k_al_hirah_color = { set_variable = { name = color_storage value = title:d_d_k_al_hirah_color_color } } + title:d_k_alamannia_color = { set_variable = { name = color_storage value = title:d_d_k_alamannia_color_color } } + title:d_k_altava_color = { set_variable = { name = color_storage value = title:d_d_k_altava_color_color } } + title:d_k_amr_confederacy_color = { set_variable = { name = color_storage value = title:d_d_k_amr_confederacy_color_color } } + title:d_k_anatolia_color = { set_variable = { name = color_storage value = title:d_d_k_anatolia_color_color } } + title:d_k_andalusia_color = { set_variable = { name = color_storage value = title:d_d_k_andalusia_color_color } } + title:d_k_angloland_color = { set_variable = { name = color_storage value = title:d_d_k_angloland_color_color } } + title:d_k_aquitaine_color = { set_variable = { name = color_storage value = title:d_d_k_aquitaine_color_color } } + title:d_k_aragon_color = { set_variable = { name = color_storage value = title:d_d_k_aragon_color_color } } + title:d_k_armenian_principality_color = { set_variable = { name = color_storage value = title:d_d_k_armenian_principality_color_color } } + title:d_k_ashina_color = { set_variable = { name = color_storage value = title:d_d_k_ashina_color_color } } + title:d_k_asturias_color = { set_variable = { name = color_storage value = title:d_d_k_asturias_color_color } } + title:d_k_athens_color = { set_variable = { name = color_storage value = title:d_d_k_athens_color_color } } + title:d_k_auresia_color = { set_variable = { name = color_storage value = title:d_d_k_auresia_color_color } } + title:d_k_austrasia_color = { set_variable = { name = color_storage value = title:d_d_k_austrasia_color_color } } + title:d_k_austria_color = { set_variable = { name = color_storage value = title:d_d_k_austria_color_color } } + title:d_k_aydin_color = { set_variable = { name = color_storage value = title:d_d_k_aydin_color_color } } + title:d_k_badajoz_color = { set_variable = { name = color_storage value = title:d_d_k_badajoz_color_color } } + title:d_k_bavaria_color = { set_variable = { name = color_storage value = title:d_d_k_bavaria_color_color } } + title:d_k_bene_israel_color = { set_variable = { name = color_storage value = title:d_d_k_bene_israel_color_color } } + title:d_k_bohemia_color = { set_variable = { name = color_storage value = title:d_d_k_bohemia_color_color } } + title:d_k_bosnia_color = { set_variable = { name = color_storage value = title:d_d_k_bosnia_color_color } } + title:d_k_bulgaria_color = { set_variable = { name = color_storage value = title:d_d_k_bulgaria_color_color } } + title:d_k_burgundians_color = { set_variable = { name = color_storage value = title:d_d_k_burgundians_color_color } } + title:d_k_burgundy_color = { set_variable = { name = color_storage value = title:d_d_k_burgundy_color_color } } + title:d_k_cabaon_color = { set_variable = { name = color_storage value = title:d_d_k_cabaon_color_color } } + title:d_k_canarias_color = { set_variable = { name = color_storage value = title:d_d_k_canarias_color_color } } + title:d_k_candar_color = { set_variable = { name = color_storage value = title:d_d_k_candar_color_color } } + title:d_k_capsa_color = { set_variable = { name = color_storage value = title:d_d_k_capsa_color_color } } + title:d_k_castille_color = { set_variable = { name = color_storage value = title:d_d_k_castille_color_color } } + title:d_k_chuban_color = { set_variable = { name = color_storage value = title:d_d_k_chuban_color_color } } + title:d_k_commagene_color = { set_variable = { name = color_storage value = title:d_d_k_commagene_color_color } } + title:d_k_cornwall_color = { set_variable = { name = color_storage value = title:d_d_k_cornwall_color_color } } + title:d_k_crete_color = { set_variable = { name = color_storage value = title:d_d_k_crete_color_color } } + title:d_k_croatia_color = { set_variable = { name = color_storage value = title:d_d_k_croatia_color_color } } + title:d_k_cyprus_color = { set_variable = { name = color_storage value = title:d_d_k_cyprus_color_color } } + title:d_k_cyrenaica_color = { set_variable = { name = color_storage value = title:d_d_k_cyrenaica_color_color } } + title:d_k_dahae_confederacy_color = { set_variable = { name = color_storage value = title:d_d_k_dahae_confederacy_color_color } } + title:d_k_dal_riata_color = { set_variable = { name = color_storage value = title:d_d_k_dal_riata_color_color } } + title:d_k_daneland_color = { set_variable = { name = color_storage value = title:d_d_k_daneland_color_color } } + title:d_k_danelaw_color = { set_variable = { name = color_storage value = title:d_d_k_danelaw_color_color } } + title:d_k_denmark_color = { set_variable = { name = color_storage value = title:d_d_k_denmark_color_color } } + title:d_k_dubuo_color = { set_variable = { name = color_storage value = title:d_d_k_dubuo_color_color } } + title:d_k_east_francia_color = { set_variable = { name = color_storage value = title:d_d_k_east_francia_color_color } } + title:d_k_epirus_color = { set_variable = { name = color_storage value = title:d_d_k_epirus_color_color } } + title:d_k_eretnid_color = { set_variable = { name = color_storage value = title:d_d_k_eretnid_color_color } } + title:d_k_fashion_color = { set_variable = { name = color_storage value = title:d_d_k_fashion_color_color } } + title:d_k_france_color = { set_variable = { name = color_storage value = title:d_d_k_france_color_color } } + title:d_k_franks_color = { set_variable = { name = color_storage value = title:d_d_k_franks_color_color } } + title:d_k_gaochang_color = { set_variable = { name = color_storage value = title:d_d_k_gaochang_color_color } } + title:d_k_gaoche_color = { set_variable = { name = color_storage value = title:d_d_k_gaoche_color_color } } + title:d_k_geatland_color = { set_variable = { name = color_storage value = title:d_d_k_geatland_color_color } } + title:d_k_genoa_color = { set_variable = { name = color_storage value = title:d_d_k_genoa_color_color } } + title:d_k_georgia_color = { set_variable = { name = color_storage value = title:d_d_k_georgia_color_color } } + title:d_k_gepidia_color = { set_variable = { name = color_storage value = title:d_d_k_gepidia_color_color } } + title:d_k_germiyan_color = { set_variable = { name = color_storage value = title:d_d_k_germiyan_color_color } } + title:d_k_guiyi_color = { set_variable = { name = color_storage value = title:d_d_k_guiyi_color_color } } + title:d_k_hansa_color = { set_variable = { name = color_storage value = title:d_d_k_hansa_color_color } } + title:d_k_harla_color = { set_variable = { name = color_storage value = title:d_d_k_harla_color_color } } + title:d_k_hellas_color = { set_variable = { name = color_storage value = title:d_d_k_hellas_color_color } } + title:d_k_helling_color = { set_variable = { name = color_storage value = title:d_d_k_helling_color_color } } + title:d_k_herul_color = { set_variable = { name = color_storage value = title:d_d_k_herul_color_color } } + title:d_k_hodna_color = { set_variable = { name = color_storage value = title:d_d_k_hodna_color_color } } + title:d_k_hungary_color = { set_variable = { name = color_storage value = title:d_d_k_hungary_color_color } } + title:d_k_iberia_color = { set_variable = { name = color_storage value = title:d_d_k_iberia_color_color } } + title:d_k_illyria_color = { set_variable = { name = color_storage value = title:d_d_k_illyria_color_color } } + title:d_k_illyria_prefect_color = { set_variable = { name = color_storage value = title:d_d_k_illyria_prefect_color_color } } + title:d_k_italy_color = { set_variable = { name = color_storage value = title:d_d_k_italy_color_color } } + title:d_k_italy_prefect_color = { set_variable = { name = color_storage value = title:d_d_k_italy_prefect_color_color } } + title:d_k_jazira_color = { set_variable = { name = color_storage value = title:d_d_k_jazira_color_color } } + title:d_k_jerusalem_color = { set_variable = { name = color_storage value = title:d_d_k_jerusalem_color_color } } + title:d_k_kabulistan_color = { set_variable = { name = color_storage value = title:d_d_k_kabulistan_color_color } } + title:d_k_kalachuri_color = { set_variable = { name = color_storage value = title:d_d_k_kalachuri_color_color } } + title:d_k_karaman_color = { set_variable = { name = color_storage value = title:d_d_k_karaman_color_color } } + title:d_k_khazaria_color = { set_variable = { name = color_storage value = title:d_d_k_khazaria_color_color } } + title:d_k_khorasan_color = { set_variable = { name = color_storage value = title:d_d_k_khorasan_color_color } } + title:d_k_kidarite_color = { set_variable = { name = color_storage value = title:d_d_k_kidarite_color_color } } + title:d_k_kucha_color = { set_variable = { name = color_storage value = title:d_d_k_kucha_color_color } } + title:d_k_leon_color = { set_variable = { name = color_storage value = title:d_d_k_leon_color_color } } + title:d_k_livonia_color = { set_variable = { name = color_storage value = title:d_d_k_livonia_color_color } } + title:d_k_lombardia_color = { set_variable = { name = color_storage value = title:d_d_k_lombardia_color_color } } + title:d_k_lotharingia_color = { set_variable = { name = color_storage value = title:d_d_k_lotharingia_color_color } } + title:d_k_maghreb_color = { set_variable = { name = color_storage value = title:d_d_k_maghreb_color_color } } + title:d_k_magyar_color = { set_variable = { name = color_storage value = title:d_d_k_magyar_color_color } } + title:d_k_manipura_color = { set_variable = { name = color_storage value = title:d_d_k_manipura_color_color } } + title:d_k_mann_the_isles_color = { set_variable = { name = color_storage value = title:d_d_k_mann_the_isles_color_color } } + title:d_k_masmuda_color = { set_variable = { name = color_storage value = title:d_d_k_masmuda_color_color } } + title:d_k_mazandaran_color = { set_variable = { name = color_storage value = title:d_d_k_mazandaran_color_color } } + title:d_k_mediterranean_sea_color = { set_variable = { name = color_storage value = title:d_d_k_mediterranean_sea_color_color } } + title:d_k_melchisedechianism_color = { set_variable = { name = color_storage value = title:d_d_k_melchisedechianism_color_color } } + title:d_k_mentese_color = { set_variable = { name = color_storage value = title:d_d_k_mentese_color_color } } + title:d_k_mercia_color = { set_variable = { name = color_storage value = title:d_d_k_mercia_color_color } } + title:d_k_mesopotamia_color = { set_variable = { name = color_storage value = title:d_d_k_mesopotamia_color_color } } + title:d_k_moldavia_color = { set_variable = { name = color_storage value = title:d_d_k_moldavia_color_color } } + title:d_k_moravia_color = { set_variable = { name = color_storage value = title:d_d_k_moravia_color_color } } + title:d_k_naples_color = { set_variable = { name = color_storage value = title:d_d_k_naples_color_color } } + title:d_k_nasamoni_color = { set_variable = { name = color_storage value = title:d_d_k_nasamoni_color_color } } + title:d_k_navarra_color = { set_variable = { name = color_storage value = title:d_d_k_navarra_color_color } } + title:d_k_nemenchia_color = { set_variable = { name = color_storage value = title:d_d_k_nemenchia_color_color } } + title:d_k_neustria_color = { set_variable = { name = color_storage value = title:d_d_k_neustria_color_color } } + title:d_k_nikaea_color = { set_variable = { name = color_storage value = title:d_d_k_nikaea_color_color } } + title:d_k_northumbria_color = { set_variable = { name = color_storage value = title:d_d_k_northumbria_color_color } } + title:d_k_old_armenia_color = { set_variable = { name = color_storage value = title:d_d_k_old_armenia_color_color } } + title:d_k_old_thrace_color = { set_variable = { name = color_storage value = title:d_d_k_old_thrace_color_color } } + title:d_k_orleans_color = { set_variable = { name = color_storage value = title:d_d_k_orleans_color_color } } + title:d_k_orthodox_color = { set_variable = { name = color_storage value = title:d_d_k_orthodox_color_color } } + title:d_k_ostrogoths_color = { set_variable = { name = color_storage value = title:d_d_k_ostrogoths_color_color } } + title:d_k_ottoman_color = { set_variable = { name = color_storage value = title:d_d_k_ottoman_color_color } } + title:d_k_ouarsenis_color = { set_variable = { name = color_storage value = title:d_d_k_ouarsenis_color_color } } + title:d_k_papal_state_color = { set_variable = { name = color_storage value = title:d_d_k_papal_state_color_color } } + title:d_k_paris_color = { set_variable = { name = color_storage value = title:d_d_k_paris_color_color } } + title:d_k_pechenegs_color = { set_variable = { name = color_storage value = title:d_d_k_pechenegs_color_color } } + title:d_k_pisa_color = { set_variable = { name = color_storage value = title:d_d_k_pisa_color_color } } + title:d_k_poland_color = { set_variable = { name = color_storage value = title:d_d_k_poland_color_color } } + title:d_k_pomerania_color = { set_variable = { name = color_storage value = title:d_d_k_pomerania_color_color } } + title:d_k_portugal_color = { set_variable = { name = color_storage value = title:d_d_k_portugal_color_color } } + title:d_k_qaryat_dhat_kahil_color = { set_variable = { name = color_storage value = title:d_d_k_qaryat_dhat_kahil_color_color } } + title:d_k_republic_color = { set_variable = { name = color_storage value = title:d_d_k_republic_color_color } } + title:d_k_respendalid_color = { set_variable = { name = color_storage value = title:d_d_k_respendalid_color_color } } + title:d_k_rheged_color = { set_variable = { name = color_storage value = title:d_d_k_rheged_color_color } } + title:d_k_romagna_color = { set_variable = { name = color_storage value = title:d_d_k_romagna_color_color } } + title:d_k_rugiland_color = { set_variable = { name = color_storage value = title:d_d_k_rugiland_color_color } } + title:d_k_rum_color = { set_variable = { name = color_storage value = title:d_d_k_rum_color_color } } + title:d_k_sahara_color = { set_variable = { name = color_storage value = title:d_d_k_sahara_color_color } } + title:d_k_sakya_trizin_color = { set_variable = { name = color_storage value = title:d_d_k_sakya_trizin_color_color } } + title:d_k_salihid_color = { set_variable = { name = color_storage value = title:d_d_k_salihid_color_color } } + title:d_k_sardinia_color = { set_variable = { name = color_storage value = title:d_d_k_sardinia_color_color } } + title:d_k_sarir_color = { set_variable = { name = color_storage value = title:d_d_k_sarir_color_color } } + title:d_k_saruhan_color = { set_variable = { name = color_storage value = title:d_d_k_saruhan_color_color } } + title:d_k_saurashtra_color = { set_variable = { name = color_storage value = title:d_d_k_saurashtra_color_color } } + title:d_k_saxony_color = { set_variable = { name = color_storage value = title:d_d_k_saxony_color_color } } + title:d_k_serbia_color = { set_variable = { name = color_storage value = title:d_d_k_serbia_color_color } } + title:d_k_shanshan_color = { set_variable = { name = color_storage value = title:d_d_k_shanshan_color_color } } + title:d_k_sicca_veneria_color = { set_variable = { name = color_storage value = title:d_d_k_sicca_veneria_color_color } } + title:d_k_sicily_color = { set_variable = { name = color_storage value = title:d_d_k_sicily_color_color } } + title:d_k_soissons_color = { set_variable = { name = color_storage value = title:d_d_k_soissons_color_color } } + title:d_k_sophene_color = { set_variable = { name = color_storage value = title:d_d_k_sophene_color_color } } + title:d_k_south_kosala_color = { set_variable = { name = color_storage value = title:d_d_k_south_kosala_color_color } } + title:d_k_spanish_galicia_color = { set_variable = { name = color_storage value = title:d_d_k_spanish_galicia_color_color } } + title:d_k_sparta_color = { set_variable = { name = color_storage value = title:d_d_k_sparta_color_color } } + title:d_k_suebia_color = { set_variable = { name = color_storage value = title:d_d_k_suebia_color_color } } + title:d_k_switzerland_color = { set_variable = { name = color_storage value = title:d_d_k_switzerland_color_color } } + title:d_k_syria_color = { set_variable = { name = color_storage value = title:d_d_k_syria_color_color } } + title:d_k_tahert_color = { set_variable = { name = color_storage value = title:d_d_k_tahert_color_color } } + title:d_k_tekke_color = { set_variable = { name = color_storage value = title:d_d_k_tekke_color_color } } + title:d_k_thaton_color = { set_variable = { name = color_storage value = title:d_d_k_thaton_color_color } } + title:d_k_thessalonika_color = { set_variable = { name = color_storage value = title:d_d_k_thessalonika_color_color } } + title:d_k_thracia_color = { set_variable = { name = color_storage value = title:d_d_k_thracia_color_color } } + title:d_k_thuringia_color = { set_variable = { name = color_storage value = title:d_d_k_thuringia_color_color } } + title:d_k_toledo_color = { set_variable = { name = color_storage value = title:d_d_k_toledo_color_color } } + title:d_k_toro_color = { set_variable = { name = color_storage value = title:d_d_k_toro_color_color } } + title:d_k_trebizond_color = { set_variable = { name = color_storage value = title:d_d_k_trebizond_color_color } } + title:d_k_trinacria_color = { set_variable = { name = color_storage value = title:d_d_k_trinacria_color_color } } + title:d_k_tuldilanids_color = { set_variable = { name = color_storage value = title:d_d_k_tuldilanids_color_color } } + title:d_k_tuyuhun_color = { set_variable = { name = color_storage value = title:d_d_k_tuyuhun_color_color } } + title:d_k_uighur_color = { set_variable = { name = color_storage value = title:d_d_k_uighur_color_color } } + title:d_k_valencia_color = { set_variable = { name = color_storage value = title:d_d_k_valencia_color_color } } + title:d_k_vandalica_color = { set_variable = { name = color_storage value = title:d_d_k_vandalica_color_color } } + title:d_k_venice_color = { set_variable = { name = color_storage value = title:d_d_k_venice_color_color } } + title:d_k_visigoths_color = { set_variable = { name = color_storage value = title:d_d_k_visigoths_color_color } } + title:d_k_wales_color = { set_variable = { name = color_storage value = title:d_d_k_wales_color_color } } + title:d_k_wei_western_regions_color = { set_variable = { name = color_storage value = title:d_d_k_wei_western_regions_color_color } } + title:d_k_western_kshatrapas_color = { set_variable = { name = color_storage value = title:d_d_k_western_kshatrapas_color_color } } + title:d_k_winideheim_color = { set_variable = { name = color_storage value = title:d_d_k_winideheim_color_color } } + title:d_k_yarlung_color = { set_variable = { name = color_storage value = title:d_d_k_yarlung_color_color } } + title:d_kaabu = { set_variable = { name = color_storage value = title:d_d_kaabu_color } } + title:d_kabarism = { set_variable = { name = color_storage value = title:d_d_kabarism_color } } + title:d_kabul = { set_variable = { name = color_storage value = title:d_d_kabul_color } } + title:d_kaffa = { set_variable = { name = color_storage value = title:d_d_kaffa_color } } + title:d_kagha = { set_variable = { name = color_storage value = title:d_d_kagha_color } } + title:d_kairouan = { set_variable = { name = color_storage value = title:d_d_kairouan_color } } + title:d_kalb = { set_variable = { name = color_storage value = title:d_d_kalb_color } } + title:d_kalinga = { set_variable = { name = color_storage value = title:d_d_kalinga_color } } + title:d_kalyani = { set_variable = { name = color_storage value = title:d_d_kalyani_color } } + title:d_kamarupanagara = { set_variable = { name = color_storage value = title:d_d_kamarupanagara_color } } + title:d_kanem = { set_variable = { name = color_storage value = title:d_d_kanem_color } } + title:d_kaniaga = { set_variable = { name = color_storage value = title:d_d_kaniaga_color } } + title:d_kano = { set_variable = { name = color_storage value = title:d_d_kano_color } } + title:d_kanyakubja = { set_variable = { name = color_storage value = title:d_d_kanyakubja_color } } + title:d_kara_khoja = { set_variable = { name = color_storage value = title:d_d_kara_khoja_color } } + title:d_karabas = { set_variable = { name = color_storage value = title:d_d_karabas_color } } + title:d_karachev = { set_variable = { name = color_storage value = title:d_d_karachev_color } } + title:d_karaism = { set_variable = { name = color_storage value = title:d_d_karaism_color } } + title:d_karashar = { set_variable = { name = color_storage value = title:d_d_karashar_color } } + title:d_karelia = { set_variable = { name = color_storage value = title:d_d_karelia_color } } + title:d_kargassia = { set_variable = { name = color_storage value = title:d_d_kargassia_color } } + title:d_karkaraly = { set_variable = { name = color_storage value = title:d_d_karkaraly_color } } + title:d_kasa = { set_variable = { name = color_storage value = title:d_d_kasa_color } } + title:d_kashgar = { set_variable = { name = color_storage value = title:d_d_kashgar_color } } + title:d_kasi = { set_variable = { name = color_storage value = title:d_d_kasi_color } } + title:d_kasmira = { set_variable = { name = color_storage value = title:d_d_kasmira_color } } + title:d_katsina = { set_variable = { name = color_storage value = title:d_d_katsina_color } } + title:d_kawar = { set_variable = { name = color_storage value = title:d_d_kawar_color } } + title:d_kawkaw = { set_variable = { name = color_storage value = title:d_d_kawkaw_color } } + title:d_kazakh = { set_variable = { name = color_storage value = title:d_d_kazakh_color } } + title:d_kazan = { set_variable = { name = color_storage value = title:d_d_kazan_color } } + title:d_kazym = { set_variable = { name = color_storage value = title:d_d_kazym_color } } + title:d_kebbi = { set_variable = { name = color_storage value = title:d_d_kebbi_color } } + title:d_kentarlau = { set_variable = { name = color_storage value = title:d_d_kentarlau_color } } + title:d_keoka = { set_variable = { name = color_storage value = title:d_d_keoka_color } } + title:d_kermanshah = { set_variable = { name = color_storage value = title:d_d_kermanshah_color } } + title:d_kernev = { set_variable = { name = color_storage value = title:d_d_kernev_color } } + title:d_khakass_hollow = { set_variable = { name = color_storage value = title:d_d_khakass_hollow_color } } + title:d_khanty_tribe = { set_variable = { name = color_storage value = title:d_d_khanty_tribe_color } } + title:d_khasa = { set_variable = { name = color_storage value = title:d_d_khasa_color } } + title:d_khazaria = { set_variable = { name = color_storage value = title:d_d_khazaria_color } } + title:d_khopyor = { set_variable = { name = color_storage value = title:d_d_khopyor_color } } + title:d_khorezm = { set_variable = { name = color_storage value = title:d_d_khorezm_color } } + title:d_khotan = { set_variable = { name = color_storage value = title:d_d_khotan_color } } + title:d_khovd = { set_variable = { name = color_storage value = title:d_d_khovd_color } } + title:d_khovsgol = { set_variable = { name = color_storage value = title:d_d_khovsgol_color } } + title:d_khurmazta = { set_variable = { name = color_storage value = title:d_d_khurmazta_color } } + title:d_khurramism = { set_variable = { name = color_storage value = title:d_d_khurramism_color } } + title:d_khuttal = { set_variable = { name = color_storage value = title:d_d_khuttal_color } } + title:d_khuzestan = { set_variable = { name = color_storage value = title:d_d_khuzestan_color } } + title:d_kiev = { set_variable = { name = color_storage value = title:d_d_kiev_color } } + title:d_kinnaur = { set_variable = { name = color_storage value = title:d_d_kinnaur_color } } + title:d_kirman = { set_variable = { name = color_storage value = title:d_d_kirman_color } } + title:d_knights_calatrava = { set_variable = { name = color_storage value = title:d_d_knights_calatrava_color } } + title:d_knights_hospitaler = { set_variable = { name = color_storage value = title:d_d_knights_hospitaler_color } } + title:d_knights_santiago = { set_variable = { name = color_storage value = title:d_d_knights_santiago_color } } + title:d_knights_templar = { set_variable = { name = color_storage value = title:d_d_knights_templar_color } } + title:d_kohestan = { set_variable = { name = color_storage value = title:d_d_kohestan_color } } + title:d_koivans = { set_variable = { name = color_storage value = title:d_d_koivans_color } } + title:d_kola_tribe = { set_variable = { name = color_storage value = title:d_d_kola_tribe_color } } + title:d_kolochins = { set_variable = { name = color_storage value = title:d_d_kolochins_color } } + title:d_konda = { set_variable = { name = color_storage value = title:d_d_konda_color } } + title:d_kong = { set_variable = { name = color_storage value = title:d_d_kong_color } } + title:d_konkana = { set_variable = { name = color_storage value = title:d_d_konkana_color } } + title:d_kono = { set_variable = { name = color_storage value = title:d_d_kono_color } } + title:d_kordofan = { set_variable = { name = color_storage value = title:d_d_kordofan_color } } + title:d_krain = { set_variable = { name = color_storage value = title:d_d_krain_color } } + title:d_krete = { set_variable = { name = color_storage value = title:d_d_krete_color } } + title:d_kroumerie = { set_variable = { name = color_storage value = title:d_d_kroumerie_color } } + title:d_kru = { set_variable = { name = color_storage value = title:d_d_kru_color } } + title:d_kufa = { set_variable = { name = color_storage value = title:d_d_kufa_color } } + title:d_kulyndy_steppe = { set_variable = { name = color_storage value = title:d_d_kulyndy_steppe_color } } + title:d_kumul = { set_variable = { name = color_storage value = title:d_d_kumul_color } } + title:d_kumul = { set_variable = { name = color_storage value = title:d_d_kumul_color } } + title:d_kurdistan = { set_variable = { name = color_storage value = title:d_d_kurdistan_color } } + title:d_kurgan = { set_variable = { name = color_storage value = title:d_d_kurgan_color } } + title:d_kurmanchal = { set_variable = { name = color_storage value = title:d_d_kurmanchal_color } } + title:d_kuru = { set_variable = { name = color_storage value = title:d_d_kuru_color } } + title:d_kush-murun = { set_variable = { name = color_storage value = title:d_d_kush-murun_color } } + title:d_kutrigurs = { set_variable = { name = color_storage value = title:d_d_kutrigurs_color } } + title:d_kuyavia = { set_variable = { name = color_storage value = title:d_d_kuyavia_color } } + title:d_kwararafa = { set_variable = { name = color_storage value = title:d_d_kwararafa_color } } + title:d_kwrtstan = { set_variable = { name = color_storage value = title:d_d_kwrtstan_color } } + title:d_laanemaa = { set_variable = { name = color_storage value = title:d_d_laanemaa_color } } + title:d_ladakh = { set_variable = { name = color_storage value = title:d_d_ladakh_color } } + title:d_laguantan = { set_variable = { name = color_storage value = title:d_d_laguantan_color } } + title:d_lahore = { set_variable = { name = color_storage value = title:d_d_lahore_color } } + title:d_lancaster = { set_variable = { name = color_storage value = title:d_d_lancaster_color } } + title:d_languedoc = { set_variable = { name = color_storage value = title:d_d_languedoc_color } } + title:d_lanikaz = { set_variable = { name = color_storage value = title:d_d_lanikaz_color } } + title:d_lasta = { set_variable = { name = color_storage value = title:d_d_lasta_color } } + title:d_lata = { set_variable = { name = color_storage value = title:d_d_lata_color } } + title:d_latgalians = { set_variable = { name = color_storage value = title:d_d_latgalians_color } } + title:d_latium = { set_variable = { name = color_storage value = title:d_d_latium_color } } + title:d_lausitz = { set_variable = { name = color_storage value = title:d_d_lausitz_color } } + title:d_lebanon = { set_variable = { name = color_storage value = title:d_d_lebanon_color } } + title:d_leinster = { set_variable = { name = color_storage value = title:d_d_leinster_color } } + title:d_lemovia = { set_variable = { name = color_storage value = title:d_d_lemovia_color } } + title:d_lena = { set_variable = { name = color_storage value = title:d_d_lena_color } } + title:d_leon = { set_variable = { name = color_storage value = title:d_d_leon_color } } + title:d_leptis_magna = { set_variable = { name = color_storage value = title:d_d_leptis_magna_color } } + title:d_lesser_poland = { set_variable = { name = color_storage value = title:d_d_lesser_poland_color } } + title:d_lettigalians = { set_variable = { name = color_storage value = title:d_d_lettigalians_color } } + title:d_levedia = { set_variable = { name = color_storage value = title:d_d_levedia_color } } + title:d_lhasa = { set_variable = { name = color_storage value = title:d_d_lhasa_color } } + title:d_lhatok = { set_variable = { name = color_storage value = title:d_d_lhatok_color } } + title:d_lhoyul = { set_variable = { name = color_storage value = title:d_d_lhoyul_color } } + title:d_liangzhou = { set_variable = { name = color_storage value = title:d_d_liangzhou_color } } + title:d_libanensis = { set_variable = { name = color_storage value = title:d_d_libanensis_color } } + title:d_libya = { set_variable = { name = color_storage value = title:d_d_libya_color } } + title:d_liguria = { set_variable = { name = color_storage value = title:d_d_liguria_color } } + title:d_limbuwan = { set_variable = { name = color_storage value = title:d_d_limbuwan_color } } + title:d_limonum = { set_variable = { name = color_storage value = title:d_d_limonum_color } } + title:d_lingtsang = { set_variable = { name = color_storage value = title:d_d_lingtsang_color } } + title:d_linnius = { set_variable = { name = color_storage value = title:d_d_linnius_color } } + title:d_litang = { set_variable = { name = color_storage value = title:d_d_litang_color } } + title:d_lithuanians = { set_variable = { name = color_storage value = title:d_d_lithuanians_color } } + title:d_livonia = { set_variable = { name = color_storage value = title:d_d_livonia_color } } + title:d_livonians = { set_variable = { name = color_storage value = title:d_d_livonians_color } } + title:d_lobi = { set_variable = { name = color_storage value = title:d_d_lobi_color } } + title:d_loma = { set_variable = { name = color_storage value = title:d_d_loma_color } } + title:d_lombardia = { set_variable = { name = color_storage value = title:d_d_lombardia_color } } + title:d_lombards = { set_variable = { name = color_storage value = title:d_d_lombards_color } } + title:d_lothian = { set_variable = { name = color_storage value = title:d_d_lothian_color } } + title:d_lower_bosna = { set_variable = { name = color_storage value = title:d_d_lower_bosna_color } } + title:d_lower_gurma = { set_variable = { name = color_storage value = title:d_d_lower_gurma_color } } + title:d_lower_lorraine = { set_variable = { name = color_storage value = title:d_d_lower_lorraine_color } } + title:d_lower_silesia = { set_variable = { name = color_storage value = title:d_d_lower_silesia_color } } + title:d_lowland_lithuanians = { set_variable = { name = color_storage value = title:d_d_lowland_lithuanians_color } } + title:d_lucania = { set_variable = { name = color_storage value = title:d_d_lucania_color } } + title:d_lucensis = { set_variable = { name = color_storage value = title:d_d_lucensis_color } } + title:d_lugdunensis_tertia = { set_variable = { name = color_storage value = title:d_d_lugdunensis_tertia_color } } + title:d_lugdunum = { set_variable = { name = color_storage value = title:d_d_lugdunum_color } } + title:d_luki = { set_variable = { name = color_storage value = title:d_d_luki_color } } + title:d_luxembourg = { set_variable = { name = color_storage value = title:d_d_luxembourg_color } } + title:d_lycia = { set_variable = { name = color_storage value = title:d_d_lycia_color } } + title:d_lydia = { set_variable = { name = color_storage value = title:d_d_lydia_color } } + title:d_macedonia_secunda = { set_variable = { name = color_storage value = title:d_d_macedonia_secunda_color } } + title:d_macronia = { set_variable = { name = color_storage value = title:d_d_macronia_color } } + title:d_macronia = { set_variable = { name = color_storage value = title:d_d_macronia_color } } + title:d_macva = { set_variable = { name = color_storage value = title:d_d_macva_color } } + title:d_mafaza = { set_variable = { name = color_storage value = title:d_d_mafaza_color } } + title:d_magadha = { set_variable = { name = color_storage value = title:d_d_magadha_color } } + title:d_mahra = { set_variable = { name = color_storage value = title:d_d_mahra_color } } + title:d_maingmaw = { set_variable = { name = color_storage value = title:d_d_maingmaw_color } } + title:d_makran = { set_variable = { name = color_storage value = title:d_d_makran_color } } + title:d_makuria = { set_variable = { name = color_storage value = title:d_d_makuria_color } } + title:d_malabarism = { set_variable = { name = color_storage value = title:d_d_malabarism_color } } + title:d_malao = { set_variable = { name = color_storage value = title:d_d_malao_color } } + title:d_malho = { set_variable = { name = color_storage value = title:d_d_malho_color } } + title:d_mallorca = { set_variable = { name = color_storage value = title:d_d_mallorca_color } } + title:d_mamprusi = { set_variable = { name = color_storage value = title:d_d_mamprusi_color } } + title:d_manding = { set_variable = { name = color_storage value = title:d_d_manding_color } } + title:d_manichean = { set_variable = { name = color_storage value = title:d_d_manichean_color } } + title:d_manichean = { set_variable = { name = color_storage value = title:d_d_manichean_color } } + title:d_mansi_tribe = { set_variable = { name = color_storage value = title:d_d_mansi_tribe_color } } + title:d_marcionism = { set_variable = { name = color_storage value = title:d_d_marcionism_color } } + title:d_marcionism = { set_variable = { name = color_storage value = title:d_d_marcionism_color } } + title:d_marcomanni = { set_variable = { name = color_storage value = title:d_d_marcomanni_color } } + title:d_mari = { set_variable = { name = color_storage value = title:d_d_mari_color } } + title:d_marrakesh = { set_variable = { name = color_storage value = title:d_d_marrakesh_color } } + title:d_martyuba = { set_variable = { name = color_storage value = title:d_d_martyuba_color } } + title:d_maru = { set_variable = { name = color_storage value = title:d_d_maru_color } } + title:d_masmudi = { set_variable = { name = color_storage value = title:d_d_masmudi_color } } + title:d_massalia = { set_variable = { name = color_storage value = title:d_d_massalia_color } } + title:d_masuria = { set_variable = { name = color_storage value = title:d_d_masuria_color } } + title:d_mathura = { set_variable = { name = color_storage value = title:d_d_mathura_color } } + title:d_maxima_sequanorum = { set_variable = { name = color_storage value = title:d_d_maxima_sequanorum_color } } + title:d_mazdakism = { set_variable = { name = color_storage value = title:d_d_mazdakism_color } } + title:d_mazdayasna = { set_variable = { name = color_storage value = title:d_d_mazdayasna_color } } + title:d_mazdayasna = { set_variable = { name = color_storage value = title:d_d_mazdayasna_color } } + title:d_mazovia = { set_variable = { name = color_storage value = title:d_d_mazovia_color } } + title:d_meath = { set_variable = { name = color_storage value = title:d_d_meath_color } } + title:d_mecca = { set_variable = { name = color_storage value = title:d_d_mecca_color } } + title:d_medapata = { set_variable = { name = color_storage value = title:d_d_medapata_color } } + title:d_media_minor = { set_variable = { name = color_storage value = title:d_d_media_minor_color } } + title:d_medina = { set_variable = { name = color_storage value = title:d_d_medina_color } } + title:d_meissen = { set_variable = { name = color_storage value = title:d_d_meissen_color } } + title:d_mema = { set_variable = { name = color_storage value = title:d_d_mema_color } } + title:d_merv = { set_variable = { name = color_storage value = title:d_d_merv_color } } + title:d_merya = { set_variable = { name = color_storage value = title:d_d_merya_color } } + title:d_mesan = { set_variable = { name = color_storage value = title:d_d_mesan_color } } + title:d_meshchera = { set_variable = { name = color_storage value = title:d_d_meshchera_color } } + title:d_mesopotamia = { set_variable = { name = color_storage value = title:d_d_mesopotamia_color } } + title:d_mesopotamia_oriens = { set_variable = { name = color_storage value = title:d_d_mesopotamia_oriens_color } } + title:d_miaphysite = { set_variable = { name = color_storage value = title:d_d_miaphysite_color } } + title:d_miaphysite = { set_variable = { name = color_storage value = title:d_d_miaphysite_color } } + title:d_minsk = { set_variable = { name = color_storage value = title:d_d_minsk_color } } + title:d_mo_tribe = { set_variable = { name = color_storage value = title:d_d_mo_tribe_color } } + title:d_moesia_prima = { set_variable = { name = color_storage value = title:d_d_moesia_prima_color } } + title:d_moesia_secunda = { set_variable = { name = color_storage value = title:d_d_moesia_secunda_color } } + title:d_moesia_superior = { set_variable = { name = color_storage value = title:d_d_moesia_superior_color } } + title:d_mogadishu = { set_variable = { name = color_storage value = title:d_d_mogadishu_color } } + title:d_moksha = { set_variable = { name = color_storage value = title:d_d_moksha_color } } + title:d_moldova = { set_variable = { name = color_storage value = title:d_d_moldova_color } } + title:d_monophysite = { set_variable = { name = color_storage value = title:d_d_monophysite_color } } + title:d_monophysite = { set_variable = { name = color_storage value = title:d_d_monophysite_color } } + title:d_montes_aregenses = { set_variable = { name = color_storage value = title:d_d_montes_aregenses_color } } + title:d_monyul = { set_variable = { name = color_storage value = title:d_d_monyul_color } } + title:d_mora = { set_variable = { name = color_storage value = title:d_d_mora_color } } + title:d_moravia = { set_variable = { name = color_storage value = title:d_d_moravia_color } } + title:d_moray = { set_variable = { name = color_storage value = title:d_d_moray_color } } + title:d_mordvinia = { set_variable = { name = color_storage value = title:d_d_mordvinia_color } } + title:d_mosania = { set_variable = { name = color_storage value = title:d_d_mosania_color } } + title:d_mosylon = { set_variable = { name = color_storage value = title:d_d_mosylon_color } } + title:d_mugodzhar_hills = { set_variable = { name = color_storage value = title:d_d_mugodzhar_hills_color } } + title:d_multan = { set_variable = { name = color_storage value = title:d_d_multan_color } } + title:d_mundus = { set_variable = { name = color_storage value = title:d_d_mundus_color } } + title:d_munster = { set_variable = { name = color_storage value = title:d_d_munster_color } } + title:d_muntenia = { set_variable = { name = color_storage value = title:d_d_muntenia_color } } + title:d_murcia = { set_variable = { name = color_storage value = title:d_d_murcia_color } } + title:d_muromians = { set_variable = { name = color_storage value = title:d_d_muromians_color } } + title:d_murzuk = { set_variable = { name = color_storage value = title:d_d_murzuk_color } } + title:d_muwalladi = { set_variable = { name = color_storage value = title:d_d_muwalladi_color } } + title:d_muyunkum = { set_variable = { name = color_storage value = title:d_d_muyunkum_color } } + title:d_mzab = { set_variable = { name = color_storage value = title:d_d_mzab_color } } + title:d_nadia = { set_variable = { name = color_storage value = title:d_d_nadia_color } } + title:d_nagchu = { set_variable = { name = color_storage value = title:d_d_nagchu_color } } + title:d_nagormo = { set_variable = { name = color_storage value = title:d_d_nagormo_color } } + title:d_naiman_gobi = { set_variable = { name = color_storage value = title:d_d_naiman_gobi_color } } + title:d_najd = { set_variable = { name = color_storage value = title:d_d_najd_color } } + title:d_najran = { set_variable = { name = color_storage value = title:d_d_najran_color } } + title:d_nangqen = { set_variable = { name = color_storage value = title:d_d_nangqen_color } } + title:d_napoca = { set_variable = { name = color_storage value = title:d_d_napoca_color } } + title:d_naqis = { set_variable = { name = color_storage value = title:d_d_naqis_color } } + title:d_narbonensis_prima = { set_variable = { name = color_storage value = title:d_d_narbonensis_prima_color } } + title:d_narbonensis_secunda = { set_variable = { name = color_storage value = title:d_d_narbonensis_secunda_color } } + title:d_narvik_tribe = { set_variable = { name = color_storage value = title:d_d_narvik_tribe_color } } + title:d_nasa = { set_variable = { name = color_storage value = title:d_d_nasa_color } } + title:d_nasikya = { set_variable = { name = color_storage value = title:d_d_nasikya_color } } + title:d_navarra = { set_variable = { name = color_storage value = title:d_d_navarra_color } } + title:d_nepal = { set_variable = { name = color_storage value = title:d_d_nepal_color } } + title:d_ngamring = { set_variable = { name = color_storage value = title:d_d_ngamring_color } } + title:d_ngari = { set_variable = { name = color_storage value = title:d_d_ngari_color } } + title:d_nishapur = { set_variable = { name = color_storage value = title:d_d_nishapur_color } } + title:d_nisia = { set_variable = { name = color_storage value = title:d_d_nisia_color } } + title:d_nizhny_novgorod = { set_variable = { name = color_storage value = title:d_d_nizhny_novgorod_color } } + title:d_nobatia = { set_variable = { name = color_storage value = title:d_d_nobatia_color } } + title:d_nok = { set_variable = { name = color_storage value = title:d_d_nok_color } } + title:d_nordgau = { set_variable = { name = color_storage value = title:d_d_nordgau_color } } + title:d_nordmark = { set_variable = { name = color_storage value = title:d_d_nordmark_color } } + title:d_norfolk = { set_variable = { name = color_storage value = title:d_d_norfolk_color } } + title:d_norgyrwa = { set_variable = { name = color_storage value = title:d_d_norgyrwa_color } } + title:d_noricum_mediterranum = { set_variable = { name = color_storage value = title:d_d_noricum_mediterranum_color } } + title:d_noricum_ripense = { set_variable = { name = color_storage value = title:d_d_noricum_ripense_color } } + title:d_normandy = { set_variable = { name = color_storage value = title:d_d_normandy_color } } + title:d_norrland = { set_variable = { name = color_storage value = title:d_d_norrland_color } } + title:d_northern_isles = { set_variable = { name = color_storage value = title:d_d_northern_isles_color } } + title:d_northumberland = { set_variable = { name = color_storage value = title:d_d_northumberland_color } } + title:d_novempopulana = { set_variable = { name = color_storage value = title:d_d_novempopulana_color } } + title:d_novgorod = { set_variable = { name = color_storage value = title:d_d_novgorod_color } } + title:d_noviodunum = { set_variable = { name = color_storage value = title:d_d_noviodunum_color } } + title:d_novosil = { set_variable = { name = color_storage value = title:d_d_novosil_color } } + title:d_noxgaga = { set_variable = { name = color_storage value = title:d_d_noxgaga_color } } + title:d_nulambavadi = { set_variable = { name = color_storage value = title:d_d_nulambavadi_color } } + title:d_numidia = { set_variable = { name = color_storage value = title:d_d_numidia_color } } + title:d_nupe = { set_variable = { name = color_storage value = title:d_d_nupe_color } } + title:d_nuristan = { set_variable = { name = color_storage value = title:d_d_nuristan_color } } + title:d_nyima = { set_variable = { name = color_storage value = title:d_d_nyima_color } } + title:d_nyingchi = { set_variable = { name = color_storage value = title:d_d_nyingchi_color } } + title:d_nyitra = { set_variable = { name = color_storage value = title:d_d_nyitra_color } } + title:d_ogrash = { set_variable = { name = color_storage value = title:d_d_ogrash_color } } + title:d_ogurs = { set_variable = { name = color_storage value = title:d_d_ogurs_color } } + title:d_oltenia = { set_variable = { name = color_storage value = title:d_d_oltenia_color } } + title:d_oman = { set_variable = { name = color_storage value = title:d_d_oman_color } } + title:d_opolye = { set_variable = { name = color_storage value = title:d_d_opolye_color } } + title:d_opone = { set_variable = { name = color_storage value = title:d_d_opone_color } } + title:d_opsikion = { set_variable = { name = color_storage value = title:d_d_opsikion_color } } + title:d_optimatoi = { set_variable = { name = color_storage value = title:d_d_optimatoi_color } } + title:d_orleans = { set_variable = { name = color_storage value = title:d_d_orleans_color } } + title:d_orleans_alans = { set_variable = { name = color_storage value = title:d_d_orleans_alans_color } } + title:d_osraige = { set_variable = { name = color_storage value = title:d_d_osraige_color } } + title:d_osrhoene = { set_variable = { name = color_storage value = title:d_d_osrhoene_color } } + title:d_osrushana = { set_variable = { name = color_storage value = title:d_d_osrushana_color } } + title:d_ostergotland = { set_variable = { name = color_storage value = title:d_d_ostergotland_color } } + title:d_osterreich = { set_variable = { name = color_storage value = title:d_d_osterreich_color } } + title:d_ostfalen = { set_variable = { name = color_storage value = title:d_d_ostfalen_color } } + title:d_ostmark = { set_variable = { name = color_storage value = title:d_d_ostmark_color } } + title:d_ostpommern = { set_variable = { name = color_storage value = title:d_d_ostpommern_color } } + title:d_ostyaki = { set_variable = { name = color_storage value = title:d_d_ostyaki_color } } + title:d_otuken = { set_variable = { name = color_storage value = title:d_d_otuken_color } } + title:d_oultrejourdain = { set_variable = { name = color_storage value = title:d_d_oultrejourdain_color } } + title:d_ovorkhangai = { set_variable = { name = color_storage value = title:d_d_ovorkhangai_color } } + title:d_oxford = { set_variable = { name = color_storage value = title:d_d_oxford_color } } + title:d_oyo = { set_variable = { name = color_storage value = title:d_d_oyo_color } } + title:d_pacensis = { set_variable = { name = color_storage value = title:d_d_pacensis_color } } + title:d_pagan = { set_variable = { name = color_storage value = title:d_d_pagan_color } } + title:d_palestine = { set_variable = { name = color_storage value = title:d_d_palestine_color } } + title:d_palestinia_salutaris = { set_variable = { name = color_storage value = title:d_d_palestinia_salutaris_color } } + title:d_palmyra = { set_variable = { name = color_storage value = title:d_d_palmyra_color } } + title:d_pamir = { set_variable = { name = color_storage value = title:d_d_pamir_color } } + title:d_pandya_nadu = { set_variable = { name = color_storage value = title:d_d_pandya_nadu_color } } + title:d_pannonia_prima = { set_variable = { name = color_storage value = title:d_d_pannonia_prima_color } } + title:d_pannonia_savia = { set_variable = { name = color_storage value = title:d_d_pannonia_savia_color } } + title:d_pannonia_secunda = { set_variable = { name = color_storage value = title:d_d_pannonia_secunda_color } } + title:d_pannonia_valeria = { set_variable = { name = color_storage value = title:d_d_pannonia_valeria_color } } + title:d_papal_state = { set_variable = { name = color_storage value = title:d_d_papal_state_color } } + title:d_paphlagonia = { set_variable = { name = color_storage value = title:d_d_paphlagonia_color } } + title:d_para_lauhitya = { set_variable = { name = color_storage value = title:d_d_para_lauhitya_color } } + title:d_paratan = { set_variable = { name = color_storage value = title:d_d_paratan_color } } + title:d_paro = { set_variable = { name = color_storage value = title:d_d_paro_color } } + title:d_parthava = { set_variable = { name = color_storage value = title:d_d_parthava_color } } + title:d_patriarchate_in_the_east = { set_variable = { name = color_storage value = title:d_d_patriarchate_in_the_east_color } } + title:d_patriarchate_in_the_east = { set_variable = { name = color_storage value = title:d_d_patriarchate_in_the_east_color } } + title:d_paulician = { set_variable = { name = color_storage value = title:d_d_paulician_color } } + title:d_pecheneg = { set_variable = { name = color_storage value = title:d_d_pecheneg_color } } + title:d_pelym = { set_variable = { name = color_storage value = title:d_d_pelym_color } } + title:d_pereyaslavl = { set_variable = { name = color_storage value = title:d_d_pereyaslavl_color } } + title:d_perm = { set_variable = { name = color_storage value = title:d_d_perm_color } } + title:d_philippopolis = { set_variable = { name = color_storage value = title:d_d_philippopolis_color } } + title:d_phoenice = { set_variable = { name = color_storage value = title:d_d_phoenice_color } } + title:d_phrygia = { set_variable = { name = color_storage value = title:d_d_phrygia_color } } + title:d_picenum_suburbicarium = { set_variable = { name = color_storage value = title:d_d_picenum_suburbicarium_color } } + title:d_piedmonte = { set_variable = { name = color_storage value = title:d_d_piedmonte_color } } + title:d_pinsk = { set_variable = { name = color_storage value = title:d_d_pinsk_color } } + title:d_pisa = { set_variable = { name = color_storage value = title:d_d_pisa_color } } + title:d_pisidia = { set_variable = { name = color_storage value = title:d_d_pisidia_color } } + title:d_platonic_academy = { set_variable = { name = color_storage value = title:d_d_platonic_academy_color } } + title:d_platonic_academy = { set_variable = { name = color_storage value = title:d_d_platonic_academy_color } } + title:d_pohjanmaa = { set_variable = { name = color_storage value = title:d_d_pohjanmaa_color } } + title:d_pohjanmaa_tribe = { set_variable = { name = color_storage value = title:d_d_pohjanmaa_tribe_color } } + title:d_poitou = { set_variable = { name = color_storage value = title:d_d_poitou_color } } + title:d_poloniae = { set_variable = { name = color_storage value = title:d_d_poloniae_color } } + title:d_polotsk = { set_variable = { name = color_storage value = title:d_d_polotsk_color } } + title:d_pomerelia = { set_variable = { name = color_storage value = title:d_d_pomerelia_color } } + title:d_pommerania = { set_variable = { name = color_storage value = title:d_d_pommerania_color } } + title:d_pontus_polemoniacus = { set_variable = { name = color_storage value = title:d_d_pontus_polemoniacus_color } } + title:d_porto = { set_variable = { name = color_storage value = title:d_d_porto_color } } + title:d_powys = { set_variable = { name = color_storage value = title:d_d_powys_color } } + title:d_praevalitana = { set_variable = { name = color_storage value = title:d_d_praevalitana_color } } + title:d_priscillianism = { set_variable = { name = color_storage value = title:d_d_priscillianism_color } } + title:d_priscillianism = { set_variable = { name = color_storage value = title:d_d_priscillianism_color } } + title:d_pronsk = { set_variable = { name = color_storage value = title:d_d_pronsk_color } } + title:d_provence = { set_variable = { name = color_storage value = title:d_d_provence_color } } + title:d_prus = { set_variable = { name = color_storage value = title:d_d_prus_color } } + title:d_prussia = { set_variable = { name = color_storage value = title:d_d_prussia_color } } + title:d_purang = { set_variable = { name = color_storage value = title:d_d_purang_color } } + title:d_qamdo = { set_variable = { name = color_storage value = title:d_d_qamdo_color } } + title:d_qilin = { set_variable = { name = color_storage value = title:d_d_qilin_color } } + title:d_qumarleb = { set_variable = { name = color_storage value = title:d_d_qumarleb_color } } + title:d_quraysh = { set_variable = { name = color_storage value = title:d_d_quraysh_color } } + title:d_rabbinism = { set_variable = { name = color_storage value = title:d_d_rabbinism_color } } + title:d_rabbinism = { set_variable = { name = color_storage value = title:d_d_rabbinism_color } } + title:d_racakonda = { set_variable = { name = color_storage value = title:d_d_racakonda_color } } + title:d_raetia_curiensis = { set_variable = { name = color_storage value = title:d_d_raetia_curiensis_color } } + title:d_raetia_prima = { set_variable = { name = color_storage value = title:d_d_raetia_prima_color } } + title:d_raetia_secunda = { set_variable = { name = color_storage value = title:d_d_raetia_secunda_color } } + title:d_ragusa = { set_variable = { name = color_storage value = title:d_d_ragusa_color } } + title:d_raichur_doab = { set_variable = { name = color_storage value = title:d_d_raichur_doab_color } } + title:d_ramannadesa = { set_variable = { name = color_storage value = title:d_d_ramannadesa_color } } + title:d_ranii = { set_variable = { name = color_storage value = title:d_d_ranii_color } } + title:d_rashka = { set_variable = { name = color_storage value = title:d_d_rashka_color } } + title:d_ratanpur = { set_variable = { name = color_storage value = title:d_d_ratanpur_color } } + title:d_rattapadi = { set_variable = { name = color_storage value = title:d_d_rattapadi_color } } + title:d_raumarici = { set_variable = { name = color_storage value = title:d_d_raumarici_color } } + title:d_rayy = { set_variable = { name = color_storage value = title:d_d_rayy_color } } + title:d_regraga = { set_variable = { name = color_storage value = title:d_d_regraga_color } } + title:d_reudigni = { set_variable = { name = color_storage value = title:d_d_reudigni_color } } + title:d_revala = { set_variable = { name = color_storage value = title:d_d_revala_color } } + title:d_rhodope = { set_variable = { name = color_storage value = title:d_d_rhodope_color } } + title:d_rif = { set_variable = { name = color_storage value = title:d_d_rif_color } } + title:d_ripuria = { set_variable = { name = color_storage value = title:d_d_ripuria_color } } + title:d_romagna = { set_variable = { name = color_storage value = title:d_d_romagna_color } } + title:d_roman_prefect = { set_variable = { name = color_storage value = title:d_d_roman_prefect_color } } + title:d_ruhunu = { set_variable = { name = color_storage value = title:d_d_ruhunu_color } } + title:d_rutog = { set_variable = { name = color_storage value = title:d_d_rutog_color } } + title:d_ryazan = { set_variable = { name = color_storage value = title:d_d_ryazan_color } } + title:d_saami_tribe = { set_variable = { name = color_storage value = title:d_d_saami_tribe_color } } + title:d_saaremaa = { set_variable = { name = color_storage value = title:d_d_saaremaa_color } } + title:d_sabirs = { set_variable = { name = color_storage value = title:d_d_sabirs_color } } + title:d_sagya = { set_variable = { name = color_storage value = title:d_d_sagya_color } } + title:d_sahara = { set_variable = { name = color_storage value = title:d_d_sahara_color } } + title:d_saint_addai = { set_variable = { name = color_storage value = title:d_d_saint_addai_color } } + title:d_saint_anthony = { set_variable = { name = color_storage value = title:d_d_saint_anthony_color } } + title:d_sakala = { set_variable = { name = color_storage value = title:d_d_sakala_color } } + title:d_salair = { set_variable = { name = color_storage value = title:d_d_salair_color } } + title:d_salamat = { set_variable = { name = color_storage value = title:d_d_salamat_color } } + title:d_salerno = { set_variable = { name = color_storage value = title:d_d_salerno_color } } + title:d_salia = { set_variable = { name = color_storage value = title:d_d_salia_color } } + title:d_salia = { set_variable = { name = color_storage value = title:d_d_salia_color } } + title:d_salona = { set_variable = { name = color_storage value = title:d_d_salona_color } } + title:d_salzburg = { set_variable = { name = color_storage value = title:d_d_salzburg_color } } + title:d_samalo = { set_variable = { name = color_storage value = title:d_d_samalo_color } } + title:d_samaritan = { set_variable = { name = color_storage value = title:d_d_samaritan_color } } + title:d_samaritan = { set_variable = { name = color_storage value = title:d_d_samaritan_color } } + title:d_samarkand = { set_variable = { name = color_storage value = title:d_d_samarkand_color } } + title:d_samarra = { set_variable = { name = color_storage value = title:d_d_samarra_color } } + title:d_sami = { set_variable = { name = color_storage value = title:d_d_sami_color } } + title:d_sami = { set_variable = { name = color_storage value = title:d_d_sami_color } } + title:d_samnium = { set_variable = { name = color_storage value = title:d_d_samnium_color } } + title:d_samogitia = { set_variable = { name = color_storage value = title:d_d_samogitia_color } } + title:d_sanaa = { set_variable = { name = color_storage value = title:d_d_sanaa_color } } + title:d_sanaag = { set_variable = { name = color_storage value = title:d_d_sanaag_color } } + title:d_sandomiersk = { set_variable = { name = color_storage value = title:d_d_sandomiersk_color } } + title:d_sapi = { set_variable = { name = color_storage value = title:d_d_sapi_color } } + title:d_saragurs = { set_variable = { name = color_storage value = title:d_d_saragurs_color } } + title:d_sarapion = { set_variable = { name = color_storage value = title:d_d_sarapion_color } } + title:d_sardinia = { set_variable = { name = color_storage value = title:d_d_sardinia_color } } + title:d_sarmuzegetusa_regia = { set_variable = { name = color_storage value = title:d_d_sarmuzegetusa_regia_color } } + title:d_saryarka = { set_variable = { name = color_storage value = title:d_d_saryarka_color } } + title:d_saryupara = { set_variable = { name = color_storage value = title:d_d_saryupara_color } } + title:d_saurashtra = { set_variable = { name = color_storage value = title:d_d_saurashtra_color } } + title:d_sauvira = { set_variable = { name = color_storage value = title:d_d_sauvira_color } } + title:d_savalu = { set_variable = { name = color_storage value = title:d_d_savalu_color } } + title:d_savo = { set_variable = { name = color_storage value = title:d_d_savo_color } } + title:d_savo_tribe = { set_variable = { name = color_storage value = title:d_d_savo_tribe_color } } + title:d_savoie = { set_variable = { name = color_storage value = title:d_d_savoie_color } } + title:d_scalabitanus = { set_variable = { name = color_storage value = title:d_d_scalabitanus_color } } + title:d_schmalkalden = { set_variable = { name = color_storage value = title:d_d_schmalkalden_color } } + title:d_scythia = { set_variable = { name = color_storage value = title:d_d_scythia_color } } + title:d_sebasteia = { set_variable = { name = color_storage value = title:d_d_sebasteia_color } } + title:d_selenga_valley = { set_variable = { name = color_storage value = title:d_d_selenga_valley_color } } + title:d_selonians = { set_variable = { name = color_storage value = title:d_d_selonians_color } } + title:d_semey = { set_variable = { name = color_storage value = title:d_d_semey_color } } + title:d_senate = { set_variable = { name = color_storage value = title:d_d_senate_color } } + title:d_senate = { set_variable = { name = color_storage value = title:d_d_senate_color } } + title:d_sennar = { set_variable = { name = color_storage value = title:d_d_sennar_color } } + title:d_setomaa = { set_variable = { name = color_storage value = title:d_d_setomaa_color } } + title:d_sevilla = { set_variable = { name = color_storage value = title:d_d_sevilla_color } } + title:d_shabelle = { set_variable = { name = color_storage value = title:d_d_shabelle_color } } + title:d_shamir = { set_variable = { name = color_storage value = title:d_d_shamir_color } } + title:d_shammar = { set_variable = { name = color_storage value = title:d_d_shammar_color } } + title:d_shanzhou = { set_variable = { name = color_storage value = title:d_d_shanzhou_color } } + title:d_sharka = { set_variable = { name = color_storage value = title:d_d_sharka_color } } + title:d_shiite = { set_variable = { name = color_storage value = title:d_d_shiite_color } } + title:d_shirvan = { set_variable = { name = color_storage value = title:d_d_shirvan_color } } + title:d_shoria = { set_variable = { name = color_storage value = title:d_d_shoria_color } } + title:d_showa = { set_variable = { name = color_storage value = title:d_d_showa_color } } + title:d_sibir = { set_variable = { name = color_storage value = title:d_d_sibir_color } } + title:d_sicily = { set_variable = { name = color_storage value = title:d_d_sicily_color } } + title:d_silla = { set_variable = { name = color_storage value = title:d_d_silla_color } } + title:d_sinai = { set_variable = { name = color_storage value = title:d_d_sinai_color } } + title:d_sinhala = { set_variable = { name = color_storage value = title:d_d_sinhala_color } } + title:d_sistan = { set_variable = { name = color_storage value = title:d_d_sistan_color } } + title:d_sitifensis = { set_variable = { name = color_storage value = title:d_d_sitifensis_color } } + title:d_sjaelland = { set_variable = { name = color_storage value = title:d_d_sjaelland_color } } + title:d_skane = { set_variable = { name = color_storage value = title:d_d_skane_color } } + title:d_sklaveni = { set_variable = { name = color_storage value = title:d_d_sklaveni_color } } + title:d_sky_lords = { set_variable = { name = color_storage value = title:d_d_sky_lords_color } } + title:d_slavonia = { set_variable = { name = color_storage value = title:d_d_slavonia_color } } + title:d_slesvig = { set_variable = { name = color_storage value = title:d_d_slesvig_color } } + title:d_smaland = { set_variable = { name = color_storage value = title:d_d_smaland_color } } + title:d_smolensk = { set_variable = { name = color_storage value = title:d_d_smolensk_color } } + title:d_socotra = { set_variable = { name = color_storage value = title:d_d_socotra_color } } + title:d_soghd = { set_variable = { name = color_storage value = title:d_d_soghd_color } } + title:d_somerset = { set_variable = { name = color_storage value = title:d_d_somerset_color } } + title:d_somogy = { set_variable = { name = color_storage value = title:d_d_somogy_color } } + title:d_sons_kaleva = { set_variable = { name = color_storage value = title:d_d_sons_kaleva_color } } + title:d_sophanene = { set_variable = { name = color_storage value = title:d_d_sophanene_color } } + title:d_sophene = { set_variable = { name = color_storage value = title:d_d_sophene_color } } + title:d_sous = { set_variable = { name = color_storage value = title:d_d_sous_color } } + title:d_spirit_guardians = { set_variable = { name = color_storage value = title:d_d_spirit_guardians_color } } + title:d_spoleto = { set_variable = { name = color_storage value = title:d_d_spoleto_color } } + title:d_sriksetra = { set_variable = { name = color_storage value = title:d_d_sriksetra_color } } + title:d_steyermark = { set_variable = { name = color_storage value = title:d_d_steyermark_color } } + title:d_stravani = { set_variable = { name = color_storage value = title:d_d_stravani_color } } + title:d_strymon = { set_variable = { name = color_storage value = title:d_d_strymon_color } } + title:d_suavi = { set_variable = { name = color_storage value = title:d_d_suavi_color } } + title:d_suhma = { set_variable = { name = color_storage value = title:d_d_suhma_color } } + title:d_sumparu = { set_variable = { name = color_storage value = title:d_d_sumparu_color } } + title:d_sunni = { set_variable = { name = color_storage value = title:d_d_sunni_color } } + title:d_sussex = { set_variable = { name = color_storage value = title:d_d_sussex_color } } + title:d_suthgyrwa = { set_variable = { name = color_storage value = title:d_d_suthgyrwa_color } } + title:d_sutiya = { set_variable = { name = color_storage value = title:d_d_sutiya_color } } + title:d_suyab = { set_variable = { name = color_storage value = title:d_d_suyab_color } } + title:d_svealand = { set_variable = { name = color_storage value = title:d_d_svealand_color } } + title:d_swabia = { set_variable = { name = color_storage value = title:d_d_swabia_color } } + title:d_swedes = { set_variable = { name = color_storage value = title:d_d_swedes_color } } + title:d_swiss = { set_variable = { name = color_storage value = title:d_d_swiss_color } } + title:d_syr_darya = { set_variable = { name = color_storage value = title:d_d_syr_darya_color } } + title:d_syria = { set_variable = { name = color_storage value = title:d_d_syria_color } } + title:d_syria_salutaris = { set_variable = { name = color_storage value = title:d_d_syria_salutaris_color } } + title:d_syrmia = { set_variable = { name = color_storage value = title:d_d_syrmia_color } } + title:d_syrte = { set_variable = { name = color_storage value = title:d_d_syrte_color } } + title:d_syunik = { set_variable = { name = color_storage value = title:d_d_syunik_color } } + title:d_syunik = { set_variable = { name = color_storage value = title:d_d_syunik_color } } + title:d_tabae = { set_variable = { name = color_storage value = title:d_d_tabae_color } } + title:d_tabaristan = { set_variable = { name = color_storage value = title:d_d_tabaristan_color } } + title:d_tabuk = { set_variable = { name = color_storage value = title:d_d_tabuk_color } } + title:d_tadmekka = { set_variable = { name = color_storage value = title:d_d_tadmekka_color } } + title:d_tafilalt = { set_variable = { name = color_storage value = title:d_d_tafilalt_color } } + title:d_tagant = { set_variable = { name = color_storage value = title:d_d_tagant_color } } + title:d_tagaung = { set_variable = { name = color_storage value = title:d_d_tagaung_color } } + title:d_taghaza = { set_variable = { name = color_storage value = title:d_d_taghaza_color } } + title:d_taghlebi = { set_variable = { name = color_storage value = title:d_d_taghlebi_color } } + title:d_tahert = { set_variable = { name = color_storage value = title:d_d_tahert_color } } + title:d_taizz = { set_variable = { name = color_storage value = title:d_d_taizz_color } } + title:d_takrur = { set_variable = { name = color_storage value = title:d_d_takrur_color } } + title:d_tamim = { set_variable = { name = color_storage value = title:d_d_tamim_color } } + title:d_tangiers = { set_variable = { name = color_storage value = title:d_d_tangiers_color } } + title:d_tannu_ola = { set_variable = { name = color_storage value = title:d_d_tannu_ola_color } } + title:d_tao-klarjeti = { set_variable = { name = color_storage value = title:d_d_tao-klarjeti_color } } + title:d_tara = { set_variable = { name = color_storage value = title:d_d_tara_color } } + title:d_tarbagatai = { set_variable = { name = color_storage value = title:d_d_tarbagatai_color } } + title:d_taron = { set_variable = { name = color_storage value = title:d_d_taron_color } } + title:d_taron = { set_variable = { name = color_storage value = title:d_d_taron_color } } + title:d_tarraconensis = { set_variable = { name = color_storage value = title:d_d_tarraconensis_color } } + title:d_tavast_tribe = { set_variable = { name = color_storage value = title:d_d_tavast_tribe_color } } + title:d_tayk = { set_variable = { name = color_storage value = title:d_d_tayk_color } } + title:d_tayk = { set_variable = { name = color_storage value = title:d_d_tayk_color } } + title:d_tel_river = { set_variable = { name = color_storage value = title:d_d_tel_river_color } } + title:d_temes = { set_variable = { name = color_storage value = title:d_d_temes_color } } + title:d_teryukhan = { set_variable = { name = color_storage value = title:d_d_teryukhan_color } } + title:d_teutoburgiensis = { set_variable = { name = color_storage value = title:d_d_teutoburgiensis_color } } + title:d_teutonic_order = { set_variable = { name = color_storage value = title:d_d_teutonic_order_color } } + title:d_thaqif = { set_variable = { name = color_storage value = title:d_d_thaqif_color } } + title:d_the_isles = { set_variable = { name = color_storage value = title:d_d_the_isles_color } } + title:d_thebais = { set_variable = { name = color_storage value = title:d_d_thebais_color } } + title:d_thessalonika = { set_variable = { name = color_storage value = title:d_d_thessalonika_color } } + title:d_thessaly = { set_variable = { name = color_storage value = title:d_d_thessaly_color } } + title:d_thrace = { set_variable = { name = color_storage value = title:d_d_thrace_color } } + title:d_thracesia = { set_variable = { name = color_storage value = title:d_d_thracesia_color } } + title:d_thracia = { set_variable = { name = color_storage value = title:d_d_thracia_color } } + title:d_thracian_goths = { set_variable = { name = color_storage value = title:d_d_thracian_goths_color } } + title:d_thuringia = { set_variable = { name = color_storage value = title:d_d_thuringia_color } } + title:d_tibesti = { set_variable = { name = color_storage value = title:d_d_tibesti_color } } + title:d_tiele = { set_variable = { name = color_storage value = title:d_d_tiele_color } } + title:d_timbuktu = { set_variable = { name = color_storage value = title:d_d_timbuktu_color } } + title:d_tingitana = { set_variable = { name = color_storage value = title:d_d_tingitana_color } } + title:d_tirabhukti = { set_variable = { name = color_storage value = title:d_d_tirabhukti_color } } + title:d_tlemcen = { set_variable = { name = color_storage value = title:d_d_tlemcen_color } } + title:d_togina = { set_variable = { name = color_storage value = title:d_d_togina_color } } + title:d_toledo = { set_variable = { name = color_storage value = title:d_d_toledo_color } } + title:d_toletum = { set_variable = { name = color_storage value = title:d_d_toletum_color } } + title:d_tondai_nadu = { set_variable = { name = color_storage value = title:d_d_tondai_nadu_color } } + title:d_toro = { set_variable = { name = color_storage value = title:d_d_toro_color } } + title:d_tosali = { set_variable = { name = color_storage value = title:d_d_tosali_color } } + title:d_toscana = { set_variable = { name = color_storage value = title:d_d_toscana_color } } + title:d_touat = { set_variable = { name = color_storage value = title:d_d_touat_color } } + title:d_toulouse = { set_variable = { name = color_storage value = title:d_d_toulouse_color } } + title:d_trandalog = { set_variable = { name = color_storage value = title:d_d_trandalog_color } } + title:d_transcarpathia = { set_variable = { name = color_storage value = title:d_d_transcarpathia_color } } + title:d_transcaspiana = { set_variable = { name = color_storage value = title:d_d_transcaspiana_color } } + title:d_transjurania = { set_variable = { name = color_storage value = title:d_d_transjurania_color } } + title:d_transylvania = { set_variable = { name = color_storage value = title:d_d_transylvania_color } } + title:d_transylvanian_alps = { set_variable = { name = color_storage value = title:d_d_transylvanian_alps_color } } + title:d_tridentium = { set_variable = { name = color_storage value = title:d_d_tridentium_color } } + title:d_triparvatha = { set_variable = { name = color_storage value = title:d_d_triparvatha_color } } + title:d_tripolitania = { set_variable = { name = color_storage value = title:d_d_tripolitania_color } } + title:d_triveria = { set_variable = { name = color_storage value = title:d_d_triveria_color } } + title:d_trondelag = { set_variable = { name = color_storage value = title:d_d_trondelag_color } } + title:d_trondelag = { set_variable = { name = color_storage value = title:d_d_trondelag_color } } + title:d_tsagaanbaigal = { set_variable = { name = color_storage value = title:d_d_tsagaanbaigal_color } } + title:d_tunis = { set_variable = { name = color_storage value = title:d_d_tunis_color } } + title:d_turan = { set_variable = { name = color_storage value = title:d_d_turan_color } } + title:d_turgay = { set_variable = { name = color_storage value = title:d_d_turgay_color } } + title:d_turnovo = { set_variable = { name = color_storage value = title:d_d_turnovo_color } } + title:d_turov = { set_variable = { name = color_storage value = title:d_d_turov_color } } + title:d_tuyuhun = { set_variable = { name = color_storage value = title:d_d_tuyuhun_color } } + title:d_tyrol = { set_variable = { name = color_storage value = title:d_d_tyrol_color } } + title:d_ubsunur_hollow = { set_variable = { name = color_storage value = title:d_d_ubsunur_hollow_color } } + title:d_uda_valley = { set_variable = { name = color_storage value = title:d_d_uda_valley_color } } + title:d_udayagiri = { set_variable = { name = color_storage value = title:d_d_udayagiri_color } } + title:d_udmurt_tribe = { set_variable = { name = color_storage value = title:d_d_udmurt_tribe_color } } + title:d_udmurtia = { set_variable = { name = color_storage value = title:d_d_udmurtia_color } } + title:d_ugandi = { set_variable = { name = color_storage value = title:d_d_ugandi_color } } + title:d_ulster = { set_variable = { name = color_storage value = title:d_d_ulster_color } } + title:d_umbria = { set_variable = { name = color_storage value = title:d_d_umbria_color } } + title:d_ungvar = { set_variable = { name = color_storage value = title:d_d_ungvar_color } } + title:d_upper_burgundy = { set_variable = { name = color_storage value = title:d_d_upper_burgundy_color } } + title:d_upper_durius = { set_variable = { name = color_storage value = title:d_d_upper_durius_color } } + title:d_upper_gurma = { set_variable = { name = color_storage value = title:d_d_upper_gurma_color } } + title:d_upper_lorraine = { set_variable = { name = color_storage value = title:d_d_upper_lorraine_color } } + title:d_upper_silesia = { set_variable = { name = color_storage value = title:d_d_upper_silesia_color } } + title:d_ural = { set_variable = { name = color_storage value = title:d_d_ural_color } } + title:d_uraltau = { set_variable = { name = color_storage value = title:d_d_uraltau_color } } + title:d_urartuism = { set_variable = { name = color_storage value = title:d_d_urartuism_color } } + title:d_urcitanensis = { set_variable = { name = color_storage value = title:d_d_urcitanensis_color } } + title:d_urdunn = { set_variable = { name = color_storage value = title:d_d_urdunn_color } } + title:d_usora = { set_variable = { name = color_storage value = title:d_d_usora_color } } + title:d_ustyug = { set_variable = { name = color_storage value = title:d_d_ustyug_color } } + title:d_utigurs = { set_variable = { name = color_storage value = title:d_d_utigurs_color } } + title:d_utrecht = { set_variable = { name = color_storage value = title:d_d_utrecht_color } } + title:d_uusimaa_tribe = { set_variable = { name = color_storage value = title:d_d_uusimaa_tribe_color } } + title:d_uzboy = { set_variable = { name = color_storage value = title:d_d_uzboy_color } } + title:d_valencia = { set_variable = { name = color_storage value = title:d_d_valencia_color } } + title:d_valentinianism = { set_variable = { name = color_storage value = title:d_d_valentinianism_color } } + title:d_valentinianism = { set_variable = { name = color_storage value = title:d_d_valentinianism_color } } + title:d_valentois_alans = { set_variable = { name = color_storage value = title:d_d_valentois_alans_color } } + title:d_valeria = { set_variable = { name = color_storage value = title:d_d_valeria_color } } + title:d_valois = { set_variable = { name = color_storage value = title:d_d_valois_color } } + title:d_vanga = { set_variable = { name = color_storage value = title:d_d_vanga_color } } + title:d_varendra = { set_variable = { name = color_storage value = title:d_d_varendra_color } } + title:d_vasconia = { set_variable = { name = color_storage value = title:d_d_vasconia_color } } + title:d_vaspurakan = { set_variable = { name = color_storage value = title:d_d_vaspurakan_color } } + title:d_vaspurakan = { set_variable = { name = color_storage value = title:d_d_vaspurakan_color } } + title:d_vastergotland = { set_variable = { name = color_storage value = title:d_d_vastergotland_color } } + title:d_vasyugan_mire = { set_variable = { name = color_storage value = title:d_d_vasyugan_mire_color } } + title:d_venedi = { set_variable = { name = color_storage value = title:d_d_venedi_color } } + title:d_venedi = { set_variable = { name = color_storage value = title:d_d_venedi_color } } + title:d_venetia = { set_variable = { name = color_storage value = title:d_d_venetia_color } } + title:d_vengi = { set_variable = { name = color_storage value = title:d_d_vengi_color } } + title:d_venice = { set_variable = { name = color_storage value = title:d_d_venice_color } } + title:d_vepsia = { set_variable = { name = color_storage value = title:d_d_vepsia_color } } + title:d_verodunum = { set_variable = { name = color_storage value = title:d_d_verodunum_color } } + title:d_verona = { set_variable = { name = color_storage value = title:d_d_verona_color } } + title:d_vestlandi = { set_variable = { name = color_storage value = title:d_d_vestlandi_color } } + title:d_vidharba = { set_variable = { name = color_storage value = title:d_d_vidharba_color } } + title:d_vidin = { set_variable = { name = color_storage value = title:d_d_vidin_color } } + title:d_vidivaria = { set_variable = { name = color_storage value = title:d_d_vidivaria_color } } + title:d_viken = { set_variable = { name = color_storage value = title:d_d_viken_color } } + title:d_vindelica_prima = { set_variable = { name = color_storage value = title:d_d_vindelica_prima_color } } + title:d_vindelica_quarta = { set_variable = { name = color_storage value = title:d_d_vindelica_quarta_color } } + title:d_vindelica_secunda = { set_variable = { name = color_storage value = title:d_d_vindelica_secunda_color } } + title:d_vindelica_tertia = { set_variable = { name = color_storage value = title:d_d_vindelica_tertia_color } } + title:d_viraja = { set_variable = { name = color_storage value = title:d_d_viraja_color } } + title:d_virumaa = { set_variable = { name = color_storage value = title:d_d_virumaa_color } } + title:d_viscaya = { set_variable = { name = color_storage value = title:d_d_viscaya_color } } + title:d_visegrad = { set_variable = { name = color_storage value = title:d_d_visegrad_color } } + title:d_vistula = { set_variable = { name = color_storage value = title:d_d_vistula_color } } + title:d_visutla_australis = { set_variable = { name = color_storage value = title:d_d_visutla_australis_color } } + title:d_vodamayutja = { set_variable = { name = color_storage value = title:d_d_vodamayutja_color } } + title:d_vogulia = { set_variable = { name = color_storage value = title:d_d_vogulia_color } } + title:d_volga_bulgaria = { set_variable = { name = color_storage value = title:d_d_volga_bulgaria_color } } + title:d_volhynia = { set_variable = { name = color_storage value = title:d_d_volhynia_color } } + title:d_vologda = { set_variable = { name = color_storage value = title:d_d_vologda_color } } + title:d_vologda_tribe = { set_variable = { name = color_storage value = title:d_d_vologda_tribe_color } } + title:d_voronezh = { set_variable = { name = color_storage value = title:d_d_voronezh_color } } + title:d_votians = { set_variable = { name = color_storage value = title:d_d_votians_color } } + title:d_vuovdisamieana = { set_variable = { name = color_storage value = title:d_d_vuovdisamieana_color } } + title:d_wabar = { set_variable = { name = color_storage value = title:d_d_wabar_color } } + title:d_wadai = { set_variable = { name = color_storage value = title:d_d_wadai_color } } + title:d_wagadu = { set_variable = { name = color_storage value = title:d_d_wagadu_color } } + title:d_wagadugu = { set_variable = { name = color_storage value = title:d_d_wagadugu_color } } + title:d_wandala = { set_variable = { name = color_storage value = title:d_d_wandala_color } } + title:d_warangal = { set_variable = { name = color_storage value = title:d_d_warangal_color } } + title:d_warini = { set_variable = { name = color_storage value = title:d_d_warini_color } } + title:d_warriors_perun = { set_variable = { name = color_storage value = title:d_d_warriors_perun_color } } + title:d_wasit = { set_variable = { name = color_storage value = title:d_d_wasit_color } } + title:d_wenyon = { set_variable = { name = color_storage value = title:d_d_wenyon_color } } + title:d_werle = { set_variable = { name = color_storage value = title:d_d_werle_color } } + title:d_west_ajuraan = { set_variable = { name = color_storage value = title:d_d_west_ajuraan_color } } + title:d_west_darfur = { set_variable = { name = color_storage value = title:d_d_west_darfur_color } } + title:d_west_franconia = { set_variable = { name = color_storage value = title:d_d_west_franconia_color } } + title:d_west_galindians = { set_variable = { name = color_storage value = title:d_d_west_galindians_color } } + title:d_western_isles = { set_variable = { name = color_storage value = title:d_d_western_isles_color } } + title:d_western_sayan = { set_variable = { name = color_storage value = title:d_d_western_sayan_color } } + title:d_westfalen = { set_variable = { name = color_storage value = title:d_d_westfalen_color } } + title:d_westfriesland = { set_variable = { name = color_storage value = title:d_d_westfriesland_color } } + title:d_westpommern = { set_variable = { name = color_storage value = title:d_d_westpommern_color } } + title:d_wielkopolska = { set_variable = { name = color_storage value = title:d_d_wielkopolska_color } } + title:d_worodugu = { set_variable = { name = color_storage value = title:d_d_worodugu_color } } + title:d_wuli = { set_variable = { name = color_storage value = title:d_d_wuli_color } } + title:d_wuluhai = { set_variable = { name = color_storage value = title:d_d_wuluhai_color } } + title:d_xia = { set_variable = { name = color_storage value = title:d_d_xia_color } } + title:d_xigaze = { set_variable = { name = color_storage value = title:d_d_xigaze_color } } + title:d_xining = { set_variable = { name = color_storage value = title:d_d_xining_color } } + title:d_yamama = { set_variable = { name = color_storage value = title:d_d_yamama_color } } + title:d_yarlung = { set_variable = { name = color_storage value = title:d_d_yarlung_color } } + title:d_yatenga = { set_variable = { name = color_storage value = title:d_d_yatenga_color } } + title:d_yathrib = { set_variable = { name = color_storage value = title:d_d_yathrib_color } } + title:d_yazd = { set_variable = { name = color_storage value = title:d_d_yazd_color } } + title:d_yedisan = { set_variable = { name = color_storage value = title:d_d_yedisan_color } } + title:d_yenisei_kan = { set_variable = { name = color_storage value = title:d_d_yenisei_kan_color } } + title:d_yijinai = { set_variable = { name = color_storage value = title:d_d_yijinai_color } } + title:d_york = { set_variable = { name = color_storage value = title:d_d_york_color } } + title:d_yotvingians = { set_variable = { name = color_storage value = title:d_d_yotvingians_color } } + title:d_yungdrung_bon = { set_variable = { name = color_storage value = title:d_d_yungdrung_bon_color } } + title:d_zab = { set_variable = { name = color_storage value = title:d_d_zab_color } } + title:d_zabulistan = { set_variable = { name = color_storage value = title:d_d_zabulistan_color } } + title:d_zadoi = { set_variable = { name = color_storage value = title:d_d_zadoi_color } } + title:d_zaghawa = { set_variable = { name = color_storage value = title:d_d_zaghawa_color } } + title:d_zaila = { set_variable = { name = color_storage value = title:d_d_zaila_color } } + title:d_zammour = { set_variable = { name = color_storage value = title:d_d_zammour_color } } + title:d_zanskar = { set_variable = { name = color_storage value = title:d_d_zanskar_color } } + title:d_zaragoza = { set_variable = { name = color_storage value = title:d_d_zaragoza_color } } + title:d_zealots = { set_variable = { name = color_storage value = title:d_d_zealots_color } } + title:d_zemigalians = { set_variable = { name = color_storage value = title:d_d_zemigalians_color } } + title:d_zhenfan = { set_variable = { name = color_storage value = title:d_d_zhenfan_color } } + title:d_zhetysu = { set_variable = { name = color_storage value = title:d_d_zhetysu_color } } + title:d_zinder = { set_variable = { name = color_storage value = title:d_d_zinder_color } } + title:d_znaga = { set_variable = { name = color_storage value = title:d_d_znaga_color } } + title:d_zun_warriors = { set_variable = { name = color_storage value = title:d_d_zun_warriors_color } } + title:k_abyssinia = { set_variable = { name = color_storage value = title:d_k_abyssinia_color } } + title:k_achaia = { set_variable = { name = color_storage value = title:d_k_achaia_color } } + title:k_adal = { set_variable = { name = color_storage value = title:d_k_adal_color } } + title:k_adiukru = { set_variable = { name = color_storage value = title:d_k_adiukru_color } } + title:k_africa = { set_variable = { name = color_storage value = title:d_k_africa_color } } + title:k_africa_prefect = { set_variable = { name = color_storage value = title:d_k_africa_prefect_color } } + title:k_ajuraan = { set_variable = { name = color_storage value = title:d_k_ajuraan_color } } + title:k_akan = { set_variable = { name = color_storage value = title:d_k_akan_color } } + title:k_al_hirah = { set_variable = { name = color_storage value = title:d_k_al_hirah_color } } + title:k_alamannia = { set_variable = { name = color_storage value = title:d_k_alamannia_color } } + title:k_alamannia = { set_variable = { name = color_storage value = title:d_k_alamannia_color } } + title:k_altava = { set_variable = { name = color_storage value = title:d_k_altava_color } } + title:k_amdo = { set_variable = { name = color_storage value = title:d_k_amdo_color } } + title:k_amr_confederacy = { set_variable = { name = color_storage value = title:d_k_amr_confederacy_color } } + title:k_amr_confederacy = { set_variable = { name = color_storage value = title:d_k_amr_confederacy_color } } + title:k_anatolia = { set_variable = { name = color_storage value = title:d_k_anatolia_color } } + title:k_anbiya = { set_variable = { name = color_storage value = title:d_k_anbiya_color } } + title:k_andalusia = { set_variable = { name = color_storage value = title:d_k_andalusia_color } } + title:k_andhra = { set_variable = { name = color_storage value = title:d_k_andhra_color } } + title:k_angara = { set_variable = { name = color_storage value = title:d_k_angara_color } } + title:k_angloland = { set_variable = { name = color_storage value = title:d_k_angloland_color } } + title:k_annonaria = { set_variable = { name = color_storage value = title:d_k_annonaria_color } } + title:k_aquitaine = { set_variable = { name = color_storage value = title:d_k_aquitaine_color } } + title:k_arabia = { set_variable = { name = color_storage value = title:d_k_arabia_color } } + title:k_arabia_petraea = { set_variable = { name = color_storage value = title:d_k_arabia_petraea_color } } + title:k_aragon = { set_variable = { name = color_storage value = title:d_k_aragon_color } } + title:k_armenia = { set_variable = { name = color_storage value = title:d_k_armenia_color } } + title:k_armenia = { set_variable = { name = color_storage value = title:d_k_armenia_color } } + title:k_armenia_inferior = { set_variable = { name = color_storage value = title:d_k_armenia_inferior_color } } + title:k_armenian_principality = { set_variable = { name = color_storage value = title:d_k_armenian_principality_color } } + title:k_ashina = { set_variable = { name = color_storage value = title:d_k_ashina_color } } + title:k_asia = { set_variable = { name = color_storage value = title:d_k_asia_color } } + title:k_asoristan = { set_variable = { name = color_storage value = title:d_k_asoristan_color } } + title:k_asturias = { set_variable = { name = color_storage value = title:d_k_asturias_color } } + title:k_athens = { set_variable = { name = color_storage value = title:d_k_athens_color } } + title:k_auresia = { set_variable = { name = color_storage value = title:d_k_auresia_color } } + title:k_austrasia = { set_variable = { name = color_storage value = title:d_k_austrasia_color } } + title:k_austria = { set_variable = { name = color_storage value = title:d_k_austria_color } } + title:k_aydin = { set_variable = { name = color_storage value = title:d_k_aydin_color } } + title:k_bactria = { set_variable = { name = color_storage value = title:d_k_bactria_color } } + title:k_badajoz = { set_variable = { name = color_storage value = title:d_k_badajoz_color } } + title:k_baetica = { set_variable = { name = color_storage value = title:d_k_baetica_color } } + title:k_bashkiria = { set_variable = { name = color_storage value = title:d_k_bashkiria_color } } + title:k_bastarnae = { set_variable = { name = color_storage value = title:d_k_bastarnae_color } } + title:k_bavaria = { set_variable = { name = color_storage value = title:d_k_bavaria_color } } + title:k_belgica = { set_variable = { name = color_storage value = title:d_k_belgica_color } } + title:k_bene_israel = { set_variable = { name = color_storage value = title:d_k_bene_israel_color } } + title:k_bengal = { set_variable = { name = color_storage value = title:d_k_bengal_color } } + title:k_bihar = { set_variable = { name = color_storage value = title:d_k_bihar_color } } + title:k_bjarmaland = { set_variable = { name = color_storage value = title:d_k_bjarmaland_color } } + title:k_blemmyia = { set_variable = { name = color_storage value = title:d_k_blemmyia_color } } + title:k_bohemia = { set_variable = { name = color_storage value = title:d_k_bohemia_color } } + title:k_borgu = { set_variable = { name = color_storage value = title:d_k_borgu_color } } + title:k_bosnia = { set_variable = { name = color_storage value = title:d_k_bosnia_color } } + title:k_britannia_prima = { set_variable = { name = color_storage value = title:d_k_britannia_prima_color } } + title:k_britannia_secunda = { set_variable = { name = color_storage value = title:d_k_britannia_secunda_color } } + title:k_brittany = { set_variable = { name = color_storage value = title:d_k_brittany_color } } + title:k_bulgaria = { set_variable = { name = color_storage value = title:d_k_bulgaria_color } } + title:k_burgundians = { set_variable = { name = color_storage value = title:d_k_burgundians_color } } + title:k_burgundians = { set_variable = { name = color_storage value = title:d_k_burgundians_color } } + title:k_burgundy = { set_variable = { name = color_storage value = title:d_k_burgundy_color } } + title:k_buryatia = { set_variable = { name = color_storage value = title:d_k_buryatia_color } } + title:k_byzantium = { set_variable = { name = color_storage value = title:d_k_byzantium_color } } + title:k_cabaon = { set_variable = { name = color_storage value = title:d_k_cabaon_color } } + title:k_canarias = { set_variable = { name = color_storage value = title:d_k_canarias_color } } + title:k_candar = { set_variable = { name = color_storage value = title:d_k_candar_color } } + title:k_capsa = { set_variable = { name = color_storage value = title:d_k_capsa_color } } + title:k_cartaginensis = { set_variable = { name = color_storage value = title:d_k_cartaginensis_color } } + title:k_caspian_steppe = { set_variable = { name = color_storage value = title:d_k_caspian_steppe_color } } + title:k_castille = { set_variable = { name = color_storage value = title:d_k_castille_color } } + title:k_caucasian_albania = { set_variable = { name = color_storage value = title:d_k_caucasian_albania_color } } + title:k_caucasus = { set_variable = { name = color_storage value = title:d_k_caucasus_color } } + title:k_chuban = { set_variable = { name = color_storage value = title:d_k_chuban_color } } + title:k_cilicia = { set_variable = { name = color_storage value = title:d_k_cilicia_color } } + title:k_cimrii = { set_variable = { name = color_storage value = title:d_k_cimrii_color } } + title:k_commagene = { set_variable = { name = color_storage value = title:d_k_commagene_color } } + title:k_cornwall = { set_variable = { name = color_storage value = title:d_k_cornwall_color } } + title:k_crete = { set_variable = { name = color_storage value = title:d_k_crete_color } } + title:k_croatia = { set_variable = { name = color_storage value = title:d_k_croatia_color } } + title:k_cuman = { set_variable = { name = color_storage value = title:d_k_cuman_color } } + title:k_cyprus = { set_variable = { name = color_storage value = title:d_k_cyprus_color } } + title:k_cyrenaica = { set_variable = { name = color_storage value = title:d_k_cyrenaica_color } } + title:k_dacia = { set_variable = { name = color_storage value = title:d_k_dacia_color } } + title:k_dacia_carpetes = { set_variable = { name = color_storage value = title:d_k_dacia_carpetes_color } } + title:k_dahae_confederacy = { set_variable = { name = color_storage value = title:d_k_dahae_confederacy_color } } + title:k_dal_riata = { set_variable = { name = color_storage value = title:d_k_dal_riata_color } } + title:k_dalmatia = { set_variable = { name = color_storage value = title:d_k_dalmatia_color } } + title:k_dalmatia = { set_variable = { name = color_storage value = title:d_k_dalmatia_color } } + title:k_damot = { set_variable = { name = color_storage value = title:d_k_damot_color } } + title:k_daneland = { set_variable = { name = color_storage value = title:d_k_daneland_color } } + title:k_danelaw = { set_variable = { name = color_storage value = title:d_k_danelaw_color } } + title:k_danubia = { set_variable = { name = color_storage value = title:d_k_danubia_color } } + title:k_darfur = { set_variable = { name = color_storage value = title:d_k_darfur_color } } + title:k_daylam = { set_variable = { name = color_storage value = title:d_k_daylam_color } } + title:k_delhi = { set_variable = { name = color_storage value = title:d_k_delhi_color } } + title:k_denmark = { set_variable = { name = color_storage value = title:d_k_denmark_color } } + title:k_dubuo = { set_variable = { name = color_storage value = title:d_k_dubuo_color } } + title:k_dzungaria = { set_variable = { name = color_storage value = title:d_k_dzungaria_color } } + title:k_east_francia = { set_variable = { name = color_storage value = title:d_k_east_francia_color } } + title:k_egypt = { set_variable = { name = color_storage value = title:d_k_egypt_color } } + title:k_egypt = { set_variable = { name = color_storage value = title:d_k_egypt_color } } + title:k_england = { set_variable = { name = color_storage value = title:d_k_england_color } } + title:k_epirus = { set_variable = { name = color_storage value = title:d_k_epirus_color } } + title:k_eretnid = { set_variable = { name = color_storage value = title:d_k_eretnid_color } } + title:k_esthonia = { set_variable = { name = color_storage value = title:d_k_esthonia_color } } + title:k_fashion = { set_variable = { name = color_storage value = title:d_k_fashion_color } } + title:k_finland = { set_variable = { name = color_storage value = title:d_k_finland_color } } + title:k_france = { set_variable = { name = color_storage value = title:d_k_france_color } } + title:k_franks = { set_variable = { name = color_storage value = title:d_k_franks_color } } + title:k_frisia = { set_variable = { name = color_storage value = title:d_k_frisia_color } } + title:k_gaetulia = { set_variable = { name = color_storage value = title:d_k_gaetulia_color } } + title:k_galatia = { set_variable = { name = color_storage value = title:d_k_galatia_color } } + title:k_galicia-volhynia = { set_variable = { name = color_storage value = title:d_k_galicia-volhynia_color } } + title:k_gallaecia = { set_variable = { name = color_storage value = title:d_k_gallaecia_color } } + title:k_gaochang = { set_variable = { name = color_storage value = title:d_k_gaochang_color } } + title:k_gaoche = { set_variable = { name = color_storage value = title:d_k_gaoche_color } } + title:k_garamantes = { set_variable = { name = color_storage value = title:d_k_garamantes_color } } + title:k_geatland = { set_variable = { name = color_storage value = title:d_k_geatland_color } } + title:k_genoa = { set_variable = { name = color_storage value = title:d_k_genoa_color } } + title:k_georgia = { set_variable = { name = color_storage value = title:d_k_georgia_color } } + title:k_gepidia = { set_variable = { name = color_storage value = title:d_k_gepidia_color } } + title:k_gepidia = { set_variable = { name = color_storage value = title:d_k_gepidia_color } } + title:k_germania = { set_variable = { name = color_storage value = title:d_k_germania_color } } + title:k_germania_inferior = { set_variable = { name = color_storage value = title:d_k_germania_inferior_color } } + title:k_germania_slavica_prima = { set_variable = { name = color_storage value = title:d_k_germania_slavica_prima_color } } + title:k_germania_slavica_secunda = { set_variable = { name = color_storage value = title:d_k_germania_slavica_secunda_color } } + title:k_germiyan = { set_variable = { name = color_storage value = title:d_k_germiyan_color } } + title:k_ghana = { set_variable = { name = color_storage value = title:d_k_ghana_color } } + title:k_gondwana = { set_variable = { name = color_storage value = title:d_k_gondwana_color } } + title:k_guge = { set_variable = { name = color_storage value = title:d_k_guge_color } } + title:k_guinea = { set_variable = { name = color_storage value = title:d_k_guinea_color } } + title:k_guiyi = { set_variable = { name = color_storage value = title:d_k_guiyi_color } } + title:k_gujarat = { set_variable = { name = color_storage value = title:d_k_gujarat_color } } + title:k_gur = { set_variable = { name = color_storage value = title:d_k_gur_color } } + title:k_gurma = { set_variable = { name = color_storage value = title:d_k_gurma_color } } + title:k_gyalrong = { set_variable = { name = color_storage value = title:d_k_gyalrong_color } } + title:k_hansa = { set_variable = { name = color_storage value = title:d_k_hansa_color } } + title:k_harla = { set_variable = { name = color_storage value = title:d_k_harla_color } } + title:k_hausaland = { set_variable = { name = color_storage value = title:d_k_hausaland_color } } + title:k_hejaz = { set_variable = { name = color_storage value = title:d_k_hejaz_color } } + title:k_hellas = { set_variable = { name = color_storage value = title:d_k_hellas_color } } + title:k_helling = { set_variable = { name = color_storage value = title:d_k_helling_color } } + title:k_herul = { set_variable = { name = color_storage value = title:d_k_herul_color } } + title:k_himalaya = { set_variable = { name = color_storage value = title:d_k_himalaya_color } } + title:k_hodna = { set_variable = { name = color_storage value = title:d_k_hodna_color } } + title:k_hungary = { set_variable = { name = color_storage value = title:d_k_hungary_color } } + title:k_iberia = { set_variable = { name = color_storage value = title:d_k_iberia_color } } + title:k_iberia = { set_variable = { name = color_storage value = title:d_k_iberia_color } } + title:k_iceland = { set_variable = { name = color_storage value = title:d_k_iceland_color } } + title:k_igbo-benue = { set_variable = { name = color_storage value = title:d_k_igbo-benue_color } } + title:k_illyria = { set_variable = { name = color_storage value = title:d_k_illyria_color } } + title:k_illyria_prefect = { set_variable = { name = color_storage value = title:d_k_illyria_prefect_color } } + title:k_ireland = { set_variable = { name = color_storage value = title:d_k_ireland_color } } + title:k_israel = { set_variable = { name = color_storage value = title:d_k_israel_color } } + title:k_italia = { set_variable = { name = color_storage value = title:d_k_italia_color } } + title:k_italy = { set_variable = { name = color_storage value = title:d_k_italy_color } } + title:k_italy_prefect = { set_variable = { name = color_storage value = title:d_k_italy_prefect_color } } + title:k_jazira = { set_variable = { name = color_storage value = title:d_k_jazira_color } } + title:k_jenne = { set_variable = { name = color_storage value = title:d_k_jenne_color } } + title:k_jerusalem = { set_variable = { name = color_storage value = title:d_k_jerusalem_color } } + title:k_kaabu = { set_variable = { name = color_storage value = title:d_k_kaabu_color } } + title:k_kabulistan = { set_variable = { name = color_storage value = title:d_k_kabulistan_color } } + title:k_kalachuri = { set_variable = { name = color_storage value = title:d_k_kalachuri_color } } + title:k_kamarupa = { set_variable = { name = color_storage value = title:d_k_kamarupa_color } } + title:k_kanem = { set_variable = { name = color_storage value = title:d_k_kanem_color } } + title:k_karaman = { set_variable = { name = color_storage value = title:d_k_karaman_color } } + title:k_karnata = { set_variable = { name = color_storage value = title:d_k_karnata_color } } + title:k_kashmir = { set_variable = { name = color_storage value = title:d_k_kashmir_color } } + title:k_khakassia = { set_variable = { name = color_storage value = title:d_k_khakassia_color } } + title:k_kham = { set_variable = { name = color_storage value = title:d_k_kham_color } } + title:k_khazaria = { set_variable = { name = color_storage value = title:d_k_khazaria_color } } + title:k_khazaria = { set_variable = { name = color_storage value = title:d_k_khazaria_color } } + title:k_khorasan = { set_variable = { name = color_storage value = title:d_k_khorasan_color } } + title:k_khotan = { set_variable = { name = color_storage value = title:d_k_khotan_color } } + title:k_khwarezm = { set_variable = { name = color_storage value = title:d_k_khwarezm_color } } + title:k_kidarite = { set_variable = { name = color_storage value = title:d_k_kidarite_color } } + title:k_kidarite = { set_variable = { name = color_storage value = title:d_k_kidarite_color } } + title:k_kimek = { set_variable = { name = color_storage value = title:d_k_kimek_color } } + title:k_kipchak = { set_variable = { name = color_storage value = title:d_k_kipchak_color } } + title:k_kong = { set_variable = { name = color_storage value = title:d_k_kong_color } } + title:k_kosala = { set_variable = { name = color_storage value = title:d_k_kosala_color } } + title:k_kucha = { set_variable = { name = color_storage value = title:d_k_kucha_color } } + title:k_lanka = { set_variable = { name = color_storage value = title:d_k_lanka_color } } + title:k_lazica = { set_variable = { name = color_storage value = title:d_k_lazica_color } } + title:k_lazica = { set_variable = { name = color_storage value = title:d_k_lazica_color } } + title:k_leon = { set_variable = { name = color_storage value = title:d_k_leon_color } } + title:k_lhomon = { set_variable = { name = color_storage value = title:d_k_lhomon_color } } + title:k_lithuania = { set_variable = { name = color_storage value = title:d_k_lithuania_color } } + title:k_livonia = { set_variable = { name = color_storage value = title:d_k_livonia_color } } + title:k_lombardia = { set_variable = { name = color_storage value = title:d_k_lombardia_color } } + title:k_lotharingia = { set_variable = { name = color_storage value = title:d_k_lotharingia_color } } + title:k_lugdunensis = { set_variable = { name = color_storage value = title:d_k_lugdunensis_color } } + title:k_lusitania = { set_variable = { name = color_storage value = title:d_k_lusitania_color } } + title:k_macedonia = { set_variable = { name = color_storage value = title:d_k_macedonia_color } } + title:k_maghreb = { set_variable = { name = color_storage value = title:d_k_maghreb_color } } + title:k_magyar = { set_variable = { name = color_storage value = title:d_k_magyar_color } } + title:k_maharastra = { set_variable = { name = color_storage value = title:d_k_maharastra_color } } + title:k_makran = { set_variable = { name = color_storage value = title:d_k_makran_color } } + title:k_mali = { set_variable = { name = color_storage value = title:d_k_mali_color } } + title:k_malwa = { set_variable = { name = color_storage value = title:d_k_malwa_color } } + title:k_manipura = { set_variable = { name = color_storage value = title:d_k_manipura_color } } + title:k_mann_the_isles = { set_variable = { name = color_storage value = title:d_k_mann_the_isles_color } } + title:k_maryul = { set_variable = { name = color_storage value = title:d_k_maryul_color } } + title:k_masmuda = { set_variable = { name = color_storage value = title:d_k_masmuda_color } } + title:k_mauretania = { set_variable = { name = color_storage value = title:d_k_mauretania_color } } + title:k_mauria = { set_variable = { name = color_storage value = title:d_k_mauria_color } } + title:k_maxima_sequanorum = { set_variable = { name = color_storage value = title:d_k_maxima_sequanorum_color } } + title:k_mazandaran = { set_variable = { name = color_storage value = title:d_k_mazandaran_color } } + title:k_mazandaran = { set_variable = { name = color_storage value = title:d_k_mazandaran_color } } + title:k_mazun = { set_variable = { name = color_storage value = title:d_k_mazun_color } } + title:k_mediterranean_sea = { set_variable = { name = color_storage value = title:d_k_mediterranean_sea_color } } + title:k_melchisedechianism = { set_variable = { name = color_storage value = title:d_k_melchisedechianism_color } } + title:k_melchisedechianism = { set_variable = { name = color_storage value = title:d_k_melchisedechianism_color } } + title:k_mentese = { set_variable = { name = color_storage value = title:d_k_mentese_color } } + title:k_mercia = { set_variable = { name = color_storage value = title:d_k_mercia_color } } + title:k_mesopotamia = { set_variable = { name = color_storage value = title:d_k_mesopotamia_color } } + title:k_moesia_inferior = { set_variable = { name = color_storage value = title:d_k_moesia_inferior_color } } + title:k_moesia_superior = { set_variable = { name = color_storage value = title:d_k_moesia_superior_color } } + title:k_moldavia = { set_variable = { name = color_storage value = title:d_k_moldavia_color } } + title:k_mongolia = { set_variable = { name = color_storage value = title:d_k_mongolia_color } } + title:k_moravia = { set_variable = { name = color_storage value = title:d_k_moravia_color } } + title:k_mordvinia = { set_variable = { name = color_storage value = title:d_k_mordvinia_color } } + title:k_naples = { set_variable = { name = color_storage value = title:d_k_naples_color } } + title:k_nasamoni = { set_variable = { name = color_storage value = title:d_k_nasamoni_color } } + title:k_navarra = { set_variable = { name = color_storage value = title:d_k_navarra_color } } + title:k_nemenchia = { set_variable = { name = color_storage value = title:d_k_nemenchia_color } } + title:k_neustria = { set_variable = { name = color_storage value = title:d_k_neustria_color } } + title:k_nikaea = { set_variable = { name = color_storage value = title:d_k_nikaea_color } } + title:k_noricum = { set_variable = { name = color_storage value = title:d_k_noricum_color } } + title:k_northumbria = { set_variable = { name = color_storage value = title:d_k_northumbria_color } } + title:k_norway = { set_variable = { name = color_storage value = title:d_k_norway_color } } + title:k_novgorod = { set_variable = { name = color_storage value = title:d_k_novgorod_color } } + title:k_nubia = { set_variable = { name = color_storage value = title:d_k_nubia_color } } + title:k_ob = { set_variable = { name = color_storage value = title:d_k_ob_color } } + title:k_oghuz_il = { set_variable = { name = color_storage value = title:d_k_oghuz_il_color } } + title:k_old_armenia = { set_variable = { name = color_storage value = title:d_k_old_armenia_color } } + title:k_old_thrace = { set_variable = { name = color_storage value = title:d_k_old_thrace_color } } + title:k_oman = { set_variable = { name = color_storage value = title:d_k_oman_color } } + title:k_opolye = { set_variable = { name = color_storage value = title:d_k_opolye_color } } + title:k_oriens = { set_variable = { name = color_storage value = title:d_k_oriens_color } } + title:k_orissa = { set_variable = { name = color_storage value = title:d_k_orissa_color } } + title:k_orleans = { set_variable = { name = color_storage value = title:d_k_orleans_color } } + title:k_orthodox = { set_variable = { name = color_storage value = title:d_k_orthodox_color } } + title:k_ostrogoths = { set_variable = { name = color_storage value = title:d_k_ostrogoths_color } } + title:k_ostrogoths = { set_variable = { name = color_storage value = title:d_k_ostrogoths_color } } + title:k_ottoman = { set_variable = { name = color_storage value = title:d_k_ottoman_color } } + title:k_ouarsenis = { set_variable = { name = color_storage value = title:d_k_ouarsenis_color } } + title:k_outer_ajuraan = { set_variable = { name = color_storage value = title:d_k_outer_ajuraan_color } } + title:k_pagan = { set_variable = { name = color_storage value = title:d_k_pagan_color } } + title:k_pannonia = { set_variable = { name = color_storage value = title:d_k_pannonia_color } } + title:k_papal_state = { set_variable = { name = color_storage value = title:d_k_papal_state_color } } + title:k_paris = { set_variable = { name = color_storage value = title:d_k_paris_color } } + title:k_parthia = { set_variable = { name = color_storage value = title:d_k_parthia_color } } + title:k_pechenegs = { set_variable = { name = color_storage value = title:d_k_pechenegs_color } } + title:k_permia = { set_variable = { name = color_storage value = title:d_k_permia_color } } + title:k_persia = { set_variable = { name = color_storage value = title:d_k_persia_color } } + title:k_pisa = { set_variable = { name = color_storage value = title:d_k_pisa_color } } + title:k_poland = { set_variable = { name = color_storage value = title:d_k_poland_color } } + title:k_pomerania = { set_variable = { name = color_storage value = title:d_k_pomerania_color } } + title:k_pontic_steppe = { set_variable = { name = color_storage value = title:d_k_pontic_steppe_color } } + title:k_pontus = { set_variable = { name = color_storage value = title:d_k_pontus_color } } + title:k_portugal = { set_variable = { name = color_storage value = title:d_k_portugal_color } } + title:k_punjab = { set_variable = { name = color_storage value = title:d_k_punjab_color } } + title:k_qaryat_dhat_kahil = { set_variable = { name = color_storage value = title:d_k_qaryat_dhat_kahil_color } } + title:k_raetia = { set_variable = { name = color_storage value = title:d_k_raetia_color } } + title:k_rajputana = { set_variable = { name = color_storage value = title:d_k_rajputana_color } } + title:k_republic = { set_variable = { name = color_storage value = title:d_k_republic_color } } + title:k_respendalid = { set_variable = { name = color_storage value = title:d_k_respendalid_color } } + title:k_respendalid = { set_variable = { name = color_storage value = title:d_k_respendalid_color } } + title:k_rheged = { set_variable = { name = color_storage value = title:d_k_rheged_color } } + title:k_romagna = { set_variable = { name = color_storage value = title:d_k_romagna_color } } + title:k_rugiland = { set_variable = { name = color_storage value = title:d_k_rugiland_color } } + title:k_rum = { set_variable = { name = color_storage value = title:d_k_rum_color } } + title:k_ruthenia = { set_variable = { name = color_storage value = title:d_k_ruthenia_color } } + title:k_sahara = { set_variable = { name = color_storage value = title:d_k_sahara_color } } + title:k_sakya_trizin = { set_variable = { name = color_storage value = title:d_k_sakya_trizin_color } } + title:k_salihid = { set_variable = { name = color_storage value = title:d_k_salihid_color } } + title:k_sao = { set_variable = { name = color_storage value = title:d_k_sao_color } } + title:k_sapmi = { set_variable = { name = color_storage value = title:d_k_sapmi_color } } + title:k_sardinia = { set_variable = { name = color_storage value = title:d_k_sardinia_color } } + title:k_sarir = { set_variable = { name = color_storage value = title:d_k_sarir_color } } + title:k_sarir = { set_variable = { name = color_storage value = title:d_k_sarir_color } } + title:k_saruhan = { set_variable = { name = color_storage value = title:d_k_saruhan_color } } + title:k_saurashtra = { set_variable = { name = color_storage value = title:d_k_saurashtra_color } } + title:k_saxony = { set_variable = { name = color_storage value = title:d_k_saxony_color } } + title:k_scotland = { set_variable = { name = color_storage value = title:d_k_scotland_color } } + title:k_septem_provincae = { set_variable = { name = color_storage value = title:d_k_septem_provincae_color } } + title:k_serbia = { set_variable = { name = color_storage value = title:d_k_serbia_color } } + title:k_shanshan = { set_variable = { name = color_storage value = title:d_k_shanshan_color } } + title:k_sibir = { set_variable = { name = color_storage value = title:d_k_sibir_color } } + title:k_sicca_veneria = { set_variable = { name = color_storage value = title:d_k_sicca_veneria_color } } + title:k_sicily = { set_variable = { name = color_storage value = title:d_k_sicily_color } } + title:k_sindh = { set_variable = { name = color_storage value = title:d_k_sindh_color } } + title:k_sogdiana = { set_variable = { name = color_storage value = title:d_k_sogdiana_color } } + title:k_soissons = { set_variable = { name = color_storage value = title:d_k_soissons_color } } + title:k_soissons = { set_variable = { name = color_storage value = title:d_k_soissons_color } } + title:k_songhay = { set_variable = { name = color_storage value = title:d_k_songhay_color } } + title:k_sophene = { set_variable = { name = color_storage value = title:d_k_sophene_color } } + title:k_south_kosala = { set_variable = { name = color_storage value = title:d_k_south_kosala_color } } + title:k_spanish_galicia = { set_variable = { name = color_storage value = title:d_k_spanish_galicia_color } } + title:k_sparta = { set_variable = { name = color_storage value = title:d_k_sparta_color } } + title:k_suebia = { set_variable = { name = color_storage value = title:d_k_suebia_color } } + title:k_sweden = { set_variable = { name = color_storage value = title:d_k_sweden_color } } + title:k_switzerland = { set_variable = { name = color_storage value = title:d_k_switzerland_color } } + title:k_syr_darya = { set_variable = { name = color_storage value = title:d_k_syr_darya_color } } + title:k_syria = { set_variable = { name = color_storage value = title:d_k_syria_color } } + title:k_tahert = { set_variable = { name = color_storage value = title:d_k_tahert_color } } + title:k_takrur = { set_variable = { name = color_storage value = title:d_k_takrur_color } } + title:k_tamilakam = { set_variable = { name = color_storage value = title:d_k_tamilakam_color } } + title:k_tarraconensis = { set_variable = { name = color_storage value = title:d_k_tarraconensis_color } } + title:k_taurica = { set_variable = { name = color_storage value = title:d_k_taurica_color } } + title:k_tekke = { set_variable = { name = color_storage value = title:d_k_tekke_color } } + title:k_telingana = { set_variable = { name = color_storage value = title:d_k_telingana_color } } + title:k_thaton = { set_variable = { name = color_storage value = title:d_k_thaton_color } } + title:k_thessalonika = { set_variable = { name = color_storage value = title:d_k_thessalonika_color } } + title:k_thrace = { set_variable = { name = color_storage value = title:d_k_thrace_color } } + title:k_thracia = { set_variable = { name = color_storage value = title:d_k_thracia_color } } + title:k_thuringia = { set_variable = { name = color_storage value = title:d_k_thuringia_color } } + title:k_toledo = { set_variable = { name = color_storage value = title:d_k_toledo_color } } + title:k_toro = { set_variable = { name = color_storage value = title:d_k_toro_color } } + title:k_transoxiana = { set_variable = { name = color_storage value = title:d_k_transoxiana_color } } + title:k_trebizond = { set_variable = { name = color_storage value = title:d_k_trebizond_color } } + title:k_trinacria = { set_variable = { name = color_storage value = title:d_k_trinacria_color } } + title:k_tripolitania = { set_variable = { name = color_storage value = title:d_k_tripolitania_color } } + title:k_tsang = { set_variable = { name = color_storage value = title:d_k_tsang_color } } + title:k_tuldilanids = { set_variable = { name = color_storage value = title:d_k_tuldilanids_color } } + title:k_tuva = { set_variable = { name = color_storage value = title:d_k_tuva_color } } + title:k_tuyuhun = { set_variable = { name = color_storage value = title:d_k_tuyuhun_color } } + title:k_u = { set_variable = { name = color_storage value = title:d_k_u_color } } + title:k_uighur = { set_variable = { name = color_storage value = title:d_k_uighur_color } } + title:k_valencia = { set_variable = { name = color_storage value = title:d_k_valencia_color } } + title:k_vandalica = { set_variable = { name = color_storage value = title:d_k_vandalica_color } } + title:k_vandalica = { set_variable = { name = color_storage value = title:d_k_vandalica_color } } + title:k_venice = { set_variable = { name = color_storage value = title:d_k_venice_color } } + title:k_vindelicia = { set_variable = { name = color_storage value = title:d_k_vindelicia_color } } + title:k_visigoths = { set_variable = { name = color_storage value = title:d_k_visigoths_color } } + title:k_visigoths = { set_variable = { name = color_storage value = title:d_k_visigoths_color } } + title:k_volga_bulgaria = { set_variable = { name = color_storage value = title:d_k_volga_bulgaria_color } } + title:k_wales = { set_variable = { name = color_storage value = title:d_k_wales_color } } + title:k_wei_western_regions = { set_variable = { name = color_storage value = title:d_k_wei_western_regions_color } } + title:k_western_kshatrapas = { set_variable = { name = color_storage value = title:d_k_western_kshatrapas_color } } + title:k_white_rus = { set_variable = { name = color_storage value = title:d_k_white_rus_color } } + title:k_winideheim = { set_variable = { name = color_storage value = title:d_k_winideheim_color } } + title:k_xia = { set_variable = { name = color_storage value = title:d_k_xia_color } } + title:k_yarlung = { set_variable = { name = color_storage value = title:d_k_yarlung_color } } + title:k_yemen = { set_variable = { name = color_storage value = title:d_k_yemen_color } } + title:k_yorubaland = { set_variable = { name = color_storage value = title:d_k_yorubaland_color } } + title:k_yugra = { set_variable = { name = color_storage value = title:d_k_yugra_color } } + title:k_zhetysu = { set_variable = { name = color_storage value = title:d_k_zhetysu_color } } + title:e_aarlud_khanate = { set_variable = { name = color_storage value = title:d_e_aarlud_khanate_color } } + title:e_abyssinia = { set_variable = { name = color_storage value = title:d_e_abyssinia_color } } + title:e_ajuraan = { set_variable = { name = color_storage value = title:d_e_ajuraan_color } } + title:e_arabia = { set_variable = { name = color_storage value = title:d_e_arabia_color } } + title:e_armenia = { set_variable = { name = color_storage value = title:d_e_armenia_color } } + title:e_avar = { set_variable = { name = color_storage value = title:d_e_avar_color } } + title:e_avar = { set_variable = { name = color_storage value = title:d_e_avar_color } } + title:e_axum = { set_variable = { name = color_storage value = title:d_e_axum_color } } + title:e_bactria = { set_variable = { name = color_storage value = title:d_e_bactria_color } } + title:e_baruun_khanate = { set_variable = { name = color_storage value = title:d_e_baruun_khanate_color } } + title:e_bengal = { set_variable = { name = color_storage value = title:d_e_bengal_color } } + title:e_black_horde = { set_variable = { name = color_storage value = title:d_e_black_horde_color } } + title:e_britannia = { set_variable = { name = color_storage value = title:d_e_britannia_color } } + title:e_byzantium = { set_variable = { name = color_storage value = title:d_e_byzantium_color } } + title:e_byzantium = { set_variable = { name = color_storage value = title:d_e_byzantium_color } } + title:e_carpathia = { set_variable = { name = color_storage value = title:d_e_carpathia_color } } + title:e_caspian-pontic_steppe = { set_variable = { name = color_storage value = title:d_e_caspian-pontic_steppe_color } } + title:e_chagatai = { set_variable = { name = color_storage value = title:d_e_chagatai_color } } + title:e_dacia = { set_variable = { name = color_storage value = title:d_e_dacia_color } } + title:e_deccan = { set_variable = { name = color_storage value = title:d_e_deccan_color } } + title:e_egypt = { set_variable = { name = color_storage value = title:d_e_egypt_color } } + title:e_finland = { set_variable = { name = color_storage value = title:d_e_finland_color } } + title:e_france = { set_variable = { name = color_storage value = title:d_e_france_color } } + title:e_gaul = { set_variable = { name = color_storage value = title:d_e_gaul_color } } + title:e_germania_magna = { set_variable = { name = color_storage value = title:d_e_germania_magna_color } } + title:e_germany = { set_variable = { name = color_storage value = title:d_e_germany_color } } + title:e_golden_horde = { set_variable = { name = color_storage value = title:d_e_golden_horde_color } } + title:e_goths = { set_variable = { name = color_storage value = title:d_e_goths_color } } + title:e_goths = { set_variable = { name = color_storage value = title:d_e_goths_color } } + title:e_guinea = { set_variable = { name = color_storage value = title:d_e_guinea_color } } + title:e_helling = { set_variable = { name = color_storage value = title:d_e_helling_color } } + title:e_hre = { set_variable = { name = color_storage value = title:d_e_hre_color } } + title:e_hunnic_empire = { set_variable = { name = color_storage value = title:d_e_hunnic_empire_color } } + title:e_ilkhanate = { set_variable = { name = color_storage value = title:d_e_ilkhanate_color } } + title:e_india = { set_variable = { name = color_storage value = title:d_e_india_color } } + title:e_italy = { set_variable = { name = color_storage value = title:d_e_italy_color } } + title:e_kanem_bornu = { set_variable = { name = color_storage value = title:d_e_kanem_bornu_color } } + title:e_kara_khitai = { set_variable = { name = color_storage value = title:d_e_kara_khitai_color } } + title:e_kirghiz_khanate = { set_variable = { name = color_storage value = title:d_e_kirghiz_khanate_color } } + title:e_latin_empire = { set_variable = { name = color_storage value = title:d_e_latin_empire_color } } + title:e_macedon = { set_variable = { name = color_storage value = title:d_e_macedon_color } } + title:e_maghreb = { set_variable = { name = color_storage value = title:d_e_maghreb_color } } + title:e_mali = { set_variable = { name = color_storage value = title:d_e_mali_color } } + title:e_mongol_empire = { set_variable = { name = color_storage value = title:d_e_mongol_empire_color } } + title:e_mongolia = { set_variable = { name = color_storage value = title:d_e_mongolia_color } } + title:e_north_africa = { set_variable = { name = color_storage value = title:d_e_north_africa_color } } + title:e_north_sea = { set_variable = { name = color_storage value = title:d_e_north_sea_color } } + title:e_outremer = { set_variable = { name = color_storage value = title:d_e_outremer_color } } + title:e_palmyra = { set_variable = { name = color_storage value = title:d_e_palmyra_color } } + title:e_persia = { set_variable = { name = color_storage value = title:d_e_persia_color } } + title:e_rajastan = { set_variable = { name = color_storage value = title:d_e_rajastan_color } } + title:e_roman_empire = { set_variable = { name = color_storage value = title:d_e_roman_empire_color } } + title:e_rouran = { set_variable = { name = color_storage value = title:d_e_rouran_color } } + title:e_russia = { set_variable = { name = color_storage value = title:d_e_russia_color } } + title:e_scandinavia = { set_variable = { name = color_storage value = title:d_e_scandinavia_color } } + title:e_scythia = { set_variable = { name = color_storage value = title:d_e_scythia_color } } + title:e_seleucid = { set_variable = { name = color_storage value = title:d_e_seleucid_color } } + title:e_siberia = { set_variable = { name = color_storage value = title:d_e_siberia_color } } + title:e_slavia = { set_variable = { name = color_storage value = title:d_e_slavia_color } } + title:e_spain = { set_variable = { name = color_storage value = title:d_e_spain_color } } + title:e_tamazgha = { set_variable = { name = color_storage value = title:d_e_tamazgha_color } } + title:e_tamil = { set_variable = { name = color_storage value = title:d_e_tamil_color } } + title:e_tartaria = { set_variable = { name = color_storage value = title:d_e_tartaria_color } } + title:e_tibet = { set_variable = { name = color_storage value = title:d_e_tibet_color } } + title:e_timurids = { set_variable = { name = color_storage value = title:d_e_timurids_color } } + title:e_togskol_khanate = { set_variable = { name = color_storage value = title:d_e_togskol_khanate_color } } + title:e_turan = { set_variable = { name = color_storage value = title:d_e_turan_color } } + title:e_turkestan = { set_variable = { name = color_storage value = title:d_e_turkestan_color } } + title:e_turkestan = { set_variable = { name = color_storage value = title:d_e_turkestan_color } } + title:e_uyghur_khanate = { set_variable = { name = color_storage value = title:d_e_uyghur_khanate_color } } + title:e_volga-ural = { set_variable = { name = color_storage value = title:d_e_volga-ural_color } } + title:e_wendish_empire = { set_variable = { name = color_storage value = title:d_e_wendish_empire_color } } + title:e_white_horde = { set_variable = { name = color_storage value = title:d_e_white_horde_color } } + title:e_wre = { set_variable = { name = color_storage value = title:d_e_wre_color } } + title:e_wre = { set_variable = { name = color_storage value = title:d_e_wre_color } } + title:e_xiongnu = { set_variable = { name = color_storage value = title:d_e_xiongnu_color } } + title:e_xiongnu = { set_variable = { name = color_storage value = title:d_e_xiongnu_color } } + } +} + +#Reset the actual color storage title + CK3CS_set_color_title_colors = { + effect = { + title:d_b_KUDA_MON_color = { set_color_from_title = title:b_KUDA_MON } + title:d_b_aabenraa_color = { set_color_from_title = title:b_aabenraa } + title:d_b_aachen_color = { set_color_from_title = title:b_aachen } + title:d_b_aalborg_color = { set_color_from_title = title:b_aalborg } + title:d_b_aalkmar_color = { set_color_from_title = title:b_aalkmar } + title:d_b_aanaarjavri_color = { set_color_from_title = title:b_aanaarjavri } + title:d_b_aarak_color = { set_color_from_title = title:b_aarak } + title:d_b_aarborte_color = { set_color_from_title = title:b_aarborte } + title:d_b_aarhus_color = { set_color_from_title = title:b_aarhus } + title:d_b_aba_color = { set_color_from_title = title:b_aba } + title:d_b_aba-qomi_color = { set_color_from_title = title:b_aba-qomi } + title:d_b_abada_color = { set_color_from_title = title:b_abada } + title:d_b_abade-darabjerd_color = { set_color_from_title = title:b_abade-darabjerd } + title:d_b_abakaliki_color = { set_color_from_title = title:b_abakaliki } + title:d_b_abakan_color = { set_color_from_title = title:b_abakan } + title:d_b_abarquh_color = { set_color_from_title = title:b_abarquh } + title:d_b_abasa_color = { set_color_from_title = title:b_abasa } + title:d_b_abaskun_color = { set_color_from_title = title:b_abaskun } + title:d_b_abauj_color = { set_color_from_title = title:b_abauj } + title:d_b_abaya_color = { set_color_from_title = title:b_abaya } + title:d_b_abaza_color = { set_color_from_title = title:b_abaza } + title:d_b_abbadan_color = { set_color_from_title = title:b_abbadan } + title:d_b_abbay-agaw_color = { set_color_from_title = title:b_abbay-agaw } + title:d_b_abbe_color = { set_color_from_title = title:b_abbe } + title:d_b_abbeville_color = { set_color_from_title = title:b_abbeville } + title:d_b_abeche_color = { set_color_from_title = title:b_abeche } + title:d_b_abenberg_color = { set_color_from_title = title:b_abenberg } + title:d_b_abensberg_color = { set_color_from_title = title:b_abensberg } + title:d_b_abeokuta_color = { set_color_from_title = title:b_abeokuta } + title:d_b_aberdeen_color = { set_color_from_title = title:b_aberdeen } + title:d_b_aberfeldy_color = { set_color_from_title = title:b_aberfeldy } + title:d_b_aberystwyth_color = { set_color_from_title = title:b_aberystwyth } + title:d_b_abhar_color = { set_color_from_title = title:b_abhar } + title:d_b_abingdon_color = { set_color_from_title = title:b_abingdon } + title:d_b_abivard_color = { set_color_from_title = title:b_abivard } + title:d_b_abiz_color = { set_color_from_title = title:b_abiz } + title:d_b_ablanque_color = { set_color_from_title = title:b_ablanque } + title:d_b_ablastha_color = { set_color_from_title = title:b_ablastha } + title:d_b_abohar_color = { set_color_from_title = title:b_abohar } + title:d_b_abomey_color = { set_color_from_title = title:b_abomey } + title:d_b_abraj_color = { set_color_from_title = title:b_abraj } + title:d_b_abrantes_color = { set_color_from_title = title:b_abrantes } + title:d_b_abrudbanya_color = { set_color_from_title = title:b_abrudbanya } + title:d_b_abtaa_color = { set_color_from_title = title:b_abtaa } + title:d_b_abu_geili_color = { set_color_from_title = title:b_abu_geili } + title:d_b_abu_ghalib_color = { set_color_from_title = title:b_abu_ghalib } + title:d_b_abu_hammad_color = { set_color_from_title = title:b_abu_hammad } + title:d_b_abugan_color = { set_color_from_title = title:b_abugan } + title:d_b_abydos_color = { set_color_from_title = title:b_abydos } + title:d_b_abyszkan_color = { set_color_from_title = title:b_abyszkan } + title:d_b_acalapura_color = { set_color_from_title = title:b_acalapura } + title:d_b_accra_color = { set_color_from_title = title:b_accra } + title:d_b_acerenza_color = { set_color_from_title = title:b_acerenza } + title:d_b_achalgarh_color = { set_color_from_title = title:b_achalgarh } + title:d_b_achaly_color = { set_color_from_title = title:b_achaly } + title:d_b_achichskaya_color = { set_color_from_title = title:b_achichskaya } + title:d_b_achit_nuur_color = { set_color_from_title = title:b_achit_nuur } + title:d_b_achu_color = { set_color_from_title = title:b_achu } + title:d_b_achum_color = { set_color_from_title = title:b_achum } + title:d_b_acqui_color = { set_color_from_title = title:b_acqui } + title:d_b_acre_color = { set_color_from_title = title:b_acre } + title:d_b_ad-daliya_color = { set_color_from_title = title:b_ad-daliya } + title:d_b_ad-dathina_color = { set_color_from_title = title:b_ad-dathina } + title:d_b_adaboye_color = { set_color_from_title = title:b_adaboye } + title:d_b_adada_color = { set_color_from_title = title:b_adada } + title:d_b_adafa_color = { set_color_from_title = title:b_adafa } + title:d_b_adal_color = { set_color_from_title = title:b_adal } + title:d_b_adana_color = { set_color_from_title = title:b_adana } + title:d_b_adanse_manso_color = { set_color_from_title = title:b_adanse_manso } + title:d_b_adavani_color = { set_color_from_title = title:b_adavani } + title:d_b_addanki_color = { set_color_from_title = title:b_addanki } + title:d_b_ademuz_color = { set_color_from_title = title:b_ademuz } + title:d_b_aden_color = { set_color_from_title = title:b_aden } + title:d_b_adenau_color = { set_color_from_title = title:b_adenau } + title:d_b_ader_color = { set_color_from_title = title:b_ader } + title:d_b_admont_color = { set_color_from_title = title:b_admont } + title:d_b_adoni_color = { set_color_from_title = title:b_adoni } + title:d_b_adragh_color = { set_color_from_title = title:b_adragh } + title:d_b_adramyttium_color = { set_color_from_title = title:b_adramyttium } + title:d_b_adrar_iforas_color = { set_color_from_title = title:b_adrar_iforas } + title:d_b_adrar_timmi_color = { set_color_from_title = title:b_adrar_timmi } + title:d_b_adraskan_color = { set_color_from_title = title:b_adraskan } + title:d_b_adrassos_color = { set_color_from_title = title:b_adrassos } + title:d_b_adria_color = { set_color_from_title = title:b_adria } + title:d_b_adrianopolis_color = { set_color_from_title = title:b_adrianopolis } + title:d_b_adruh_color = { set_color_from_title = title:b_adruh } + title:d_b_aezani_color = { set_color_from_title = title:b_aezani } + title:d_b_afar_color = { set_color_from_title = title:b_afar } + title:d_b_afera_color = { set_color_from_title = title:b_afera } + title:d_b_afgooye_color = { set_color_from_title = title:b_afgooye } + title:d_b_afram_color = { set_color_from_title = title:b_afram } + title:d_b_afrasiyab_color = { set_color_from_title = title:b_afrasiyab } + title:d_b_afshar_color = { set_color_from_title = title:b_afshar } + title:d_b_afza_color = { set_color_from_title = title:b_afza } + title:d_b_agadez_color = { set_color_from_title = title:b_agadez } + title:d_b_agadir_color = { set_color_from_title = title:b_agadir } + title:d_b_agairik_color = { set_color_from_title = title:b_agairik } + title:d_b_agar_color = { set_color_from_title = title:b_agar } + title:d_b_agaw_meder_color = { set_color_from_title = title:b_agaw_meder } + title:d_b_agde_color = { set_color_from_title = title:b_agde } + title:d_b_agen_color = { set_color_from_title = title:b_agen } + title:d_b_agenais_color = { set_color_from_title = title:b_agenais } + title:d_b_agharaf_road_color = { set_color_from_title = title:b_agharaf_road } + title:d_b_aghata_color = { set_color_from_title = title:b_aghata } + title:d_b_aghmat_color = { set_color_from_title = title:b_aghmat } + title:d_b_aghuz_color = { set_color_from_title = title:b_aghuz } + title:d_b_agidel_color = { set_color_from_title = title:b_agidel } + title:d_b_agiosnikolaos_color = { set_color_from_title = title:b_agiosnikolaos } + title:d_b_agmahl_color = { set_color_from_title = title:b_agmahl } + title:d_b_agnone_color = { set_color_from_title = title:b_agnone } + title:d_b_agra_color = { set_color_from_title = title:b_agra } + title:d_b_agrafa_color = { set_color_from_title = title:b_agrafa } + title:d_b_agramunt_color = { set_color_from_title = title:b_agramunt } + title:d_b_agranai_color = { set_color_from_title = title:b_agranai } + title:d_b_agricento_color = { set_color_from_title = title:b_agricento } + title:d_b_aguilas_color = { set_color_from_title = title:b_aguilas } + title:d_b_agul_color = { set_color_from_title = title:b_agul } + title:d_b_agypse_color = { set_color_from_title = title:b_agypse } + title:d_b_ahaggar_color = { set_color_from_title = title:b_ahaggar } + title:d_b_ahanjaran_color = { set_color_from_title = title:b_ahanjaran } + title:d_b_ahar_color = { set_color_from_title = title:b_ahar } + title:d_b_aheim_color = { set_color_from_title = title:b_aheim } + title:d_b_ahichatra_color = { set_color_from_title = title:b_ahichatra } + title:d_b_ahlen_color = { set_color_from_title = title:b_ahlen } + title:d_b_ahmadnagar_color = { set_color_from_title = title:b_ahmadnagar } + title:d_b_ahnas_color = { set_color_from_title = title:b_ahnas } + title:d_b_ahobalam_color = { set_color_from_title = title:b_ahobalam } + title:d_b_ahrensburg_color = { set_color_from_title = title:b_ahrensburg } + title:d_b_ahvaz_color = { set_color_from_title = title:b_ahvaz } + title:d_b_ahwan_color = { set_color_from_title = title:b_ahwan } + title:d_b_ahwene_koko_color = { set_color_from_title = title:b_ahwene_koko } + title:d_b_aigialos_color = { set_color_from_title = title:b_aigialos } + title:d_b_aila_color = { set_color_from_title = title:b_aila } + title:d_b_ain_al-gharbi_color = { set_color_from_title = title:b_ain_al-gharbi } + title:d_b_ain_al-qayyara_color = { set_color_from_title = title:b_ain_al-qayyara } + title:d_b_ain_at-tamr_color = { set_color_from_title = title:b_ain_at-tamr } + title:d_b_ain_farah_color = { set_color_from_title = title:b_ain_farah } + title:d_b_ain_galakka_color = { set_color_from_title = title:b_ain_galakka } + title:d_b_ain_said_color = { set_color_from_title = title:b_ain_said } + title:d_b_ainos_color = { set_color_from_title = title:b_ainos } + title:d_b_ainsa_color = { set_color_from_title = title:b_ainsa } + title:d_b_ainsefra_color = { set_color_from_title = title:b_ainsefra } + title:d_b_aintab_color = { set_color_from_title = title:b_aintab } + title:d_b_aintekbalet_color = { set_color_from_title = title:b_aintekbalet } + title:d_b_ainun_color = { set_color_from_title = title:b_ainun } + title:d_b_air_color = { set_color_from_title = title:b_air } + title:d_b_air_route_color = { set_color_from_title = title:b_air_route } + title:d_b_airag_color = { set_color_from_title = title:b_airag } + title:d_b_aire_color = { set_color_from_title = title:b_aire } + title:d_b_airkhan_color = { set_color_from_title = title:b_airkhan } + title:d_b_airyk_color = { set_color_from_title = title:b_airyk } + title:d_b_airyuk_color = { set_color_from_title = title:b_airyuk } + title:d_b_aititab_color = { set_color_from_title = title:b_aititab } + title:d_b_aitiyat_color = { set_color_from_title = title:b_aitiyat } + title:d_b_aiwana_color = { set_color_from_title = title:b_aiwana } + title:d_b_aix_color = { set_color_from_title = title:b_aix } + title:d_b_aj_bogd_color = { set_color_from_title = title:b_aj_bogd } + title:d_b_ajaccio_color = { set_color_from_title = title:b_ajaccio } + title:d_b_ajadabiya_color = { set_color_from_title = title:b_ajadabiya } + title:d_b_ajaigarh_color = { set_color_from_title = title:b_ajaigarh } + title:d_b_ajase_ipo_color = { set_color_from_title = title:b_ajase_ipo } + title:d_b_ajayameru_color = { set_color_from_title = title:b_ajayameru } + title:d_b_ajere_color = { set_color_from_title = title:b_ajere } + title:d_b_ajlu_color = { set_color_from_title = title:b_ajlu } + title:d_b_ajodhan_color = { set_color_from_title = title:b_ajodhan } + title:d_b_ajutasty_color = { set_color_from_title = title:b_ajutasty } + title:d_b_ak-dzulpas_color = { set_color_from_title = title:b_ak-dzulpas } + title:d_b_ak-taylak_color = { set_color_from_title = title:b_ak-taylak } + title:d_b_ak_altyg_khol_color = { set_color_from_title = title:b_ak_altyg_khol } + title:d_b_ak_su_color = { set_color_from_title = title:b_ak_su } + title:d_b_ak_tasty_color = { set_color_from_title = title:b_ak_tasty } + title:d_b_akasha_color = { set_color_from_title = title:b_akasha } + title:d_b_akcha-adyr_color = { set_color_from_title = title:b_akcha-adyr } + title:d_b_akchim_color = { set_color_from_title = title:b_akchim } + title:d_b_akeqi_color = { set_color_from_title = title:b_akeqi } + title:d_b_akhaltsikhe_color = { set_color_from_title = title:b_akhaltsikhe } + title:d_b_akhsikath_color = { set_color_from_title = title:b_akhsikath } + title:d_b_akhsisak_color = { set_color_from_title = title:b_akhsisak } + title:d_b_akhtamar_color = { set_color_from_title = title:b_akhtamar } + title:d_b_akhtyr_color = { set_color_from_title = title:b_akhtyr } + title:d_b_akik_color = { set_color_from_title = title:b_akik } + title:d_b_akjeku_color = { set_color_from_title = title:b_akjeku } + title:d_b_akjoujt_color = { set_color_from_title = title:b_akjoujt } + title:d_b_akkel_color = { set_color_from_title = title:b_akkel } + title:d_b_akkityk_color = { set_color_from_title = title:b_akkityk } + title:d_b_akkum_color = { set_color_from_title = title:b_akkum } + title:d_b_akpafu_color = { set_color_from_title = title:b_akpafu } + title:d_b_akrainos_color = { set_color_from_title = title:b_akrainos } + title:d_b_akrijit_color = { set_color_from_title = title:b_akrijit } + title:d_b_akruresvara_color = { set_color_from_title = title:b_akruresvara } + title:d_b_aksay_color = { set_color_from_title = title:b_aksay } + title:d_b_aksay_tibet_color = { set_color_from_title = title:b_aksay_tibet } + title:d_b_aksu_mongolia_color = { set_color_from_title = title:b_aksu_mongolia } + title:d_b_aksum_color = { set_color_from_title = title:b_aksum } + title:d_b_aksuyek_color = { set_color_from_title = title:b_aksuyek } + title:d_b_aktau_color = { set_color_from_title = title:b_aktau } + title:d_b_akto_color = { set_color_from_title = title:b_akto } + title:d_b_akumbu_color = { set_color_from_title = title:b_akumbu } + title:d_b_akyab_color = { set_color_from_title = title:b_akyab } + title:d_b_akzhar_color = { set_color_from_title = title:b_akzhar } + title:d_b_al-abwab_color = { set_color_from_title = title:b_al-abwab } + title:d_b_al-aghwat_color = { set_color_from_title = title:b_al-aghwat } + title:d_b_al-akhadid_color = { set_color_from_title = title:b_al-akhadid } + title:d_b_al-anbar_color = { set_color_from_title = title:b_al-anbar } + title:d_b_al-aqra_color = { set_color_from_title = title:b_al-aqra } + title:d_b_al-arid_color = { set_color_from_title = title:b_al-arid } + title:d_b_al-arish_color = { set_color_from_title = title:b_al-arish } + title:d_b_al-asa_color = { set_color_from_title = title:b_al-asa } + title:d_b_al-awnid_color = { set_color_from_title = title:b_al-awnid } + title:d_b_al-azraq_color = { set_color_from_title = title:b_al-azraq } + title:d_b_al-bahnasa_color = { set_color_from_title = title:b_al-bahnasa } + title:d_b_al-bahriya_color = { set_color_from_title = title:b_al-bahriya } + title:d_b_al-barkat_color = { set_color_from_title = title:b_al-barkat } + title:d_b_al-basra_color = { set_color_from_title = title:b_al-basra } + title:d_b_al-bawga_color = { set_color_from_title = title:b_al-bawga } + title:d_b_al-bira_color = { set_color_from_title = title:b_al-bira } + title:d_b_al-farafra_color = { set_color_from_title = title:b_al-farafra } + title:d_b_al-farasa_color = { set_color_from_title = title:b_al-farasa } + title:d_b_al-farut_color = { set_color_from_title = title:b_al-farut } + title:d_b_al-fayyum_color = { set_color_from_title = title:b_al-fayyum } + title:d_b_al-fewet_color = { set_color_from_title = title:b_al-fewet } + title:d_b_al-ghaba_color = { set_color_from_title = title:b_al-ghaba } + title:d_b_al-ghazali_color = { set_color_from_title = title:b_al-ghazali } + title:d_b_al-haddar_color = { set_color_from_title = title:b_al-haddar } + title:d_b_al-haditha_color = { set_color_from_title = title:b_al-haditha } + title:d_b_al-haditha-furat_color = { set_color_from_title = title:b_al-haditha-furat } + title:d_b_al-hadr_color = { set_color_from_title = title:b_al-hadr } + title:d_b_al-hajar_color = { set_color_from_title = title:b_al-hajar } + title:d_b_al-hajar_nubia_color = { set_color_from_title = title:b_al-hajar_nubia } + title:d_b_al-hamam_color = { set_color_from_title = title:b_al-hamam } + title:d_b_al-harra_color = { set_color_from_title = title:b_al-harra } + title:d_b_al-haruniya_color = { set_color_from_title = title:b_al-haruniya } + title:d_b_al-hasa_color = { set_color_from_title = title:b_al-hasa } + title:d_b_al-hawra_color = { set_color_from_title = title:b_al-hawra } + title:d_b_al-hayyal_color = { set_color_from_title = title:b_al-hayyal } + title:d_b_al-hijr_color = { set_color_from_title = title:b_al-hijr } + title:d_b_al-hila_color = { set_color_from_title = title:b_al-hila } + title:d_b_al-humayma_color = { set_color_from_title = title:b_al-humayma } + title:d_b_al-janad_color = { set_color_from_title = title:b_al-janad } + title:d_b_al-jar_color = { set_color_from_title = title:b_al-jar } + title:d_b_al-jibal_color = { set_color_from_title = title:b_al-jibal } + title:d_b_al-jilat_color = { set_color_from_title = title:b_al-jilat } + title:d_b_al-jiwa_color = { set_color_from_title = title:b_al-jiwa } + title:d_b_al-jubayl_color = { set_color_from_title = title:b_al-jubayl } + title:d_b_al-khadarim_color = { set_color_from_title = title:b_al-khadarim } + title:d_b_al-khanuqa_color = { set_color_from_title = title:b_al-khanuqa } + title:d_b_al-kharj_color = { set_color_from_title = title:b_al-kharj } + title:d_b_al-khatt_color = { set_color_from_title = title:b_al-khatt } + title:d_b_al-khuzaimiya_color = { set_color_from_title = title:b_al-khuzaimiya } + title:d_b_al-kufa_color = { set_color_from_title = title:b_al-kufa } + title:d_b_al-maafir_color = { set_color_from_title = title:b_al-maafir } + title:d_b_al-madhar_color = { set_color_from_title = title:b_al-madhar } + title:d_b_al-madina_color = { set_color_from_title = title:b_al-madina } + title:d_b_al-mahjam_color = { set_color_from_title = title:b_al-mahjam } + title:d_b_al-mandab_color = { set_color_from_title = title:b_al-mandab } + title:d_b_al-mawiya_color = { set_color_from_title = title:b_al-mawiya } + title:d_b_al-muhdatha_color = { set_color_from_title = title:b_al-muhdatha } + title:d_b_al-mushaqqar_color = { set_color_from_title = title:b_al-mushaqqar } + title:d_b_al-qadisiya_color = { set_color_from_title = title:b_al-qadisiya } + title:d_b_al-qara_color = { set_color_from_title = title:b_al-qara } + title:d_b_al-qara-jawf_color = { set_color_from_title = title:b_al-qara-jawf } + title:d_b_al-qaryatan_color = { set_color_from_title = title:b_al-qaryatan } + title:d_b_al-qaryatan-qasim_color = { set_color_from_title = title:b_al-qaryatan-qasim } + title:d_b_al-qasr-dakhla_color = { set_color_from_title = title:b_al-qasr-dakhla } + title:d_b_al-qasrayn_color = { set_color_from_title = title:b_al-qasrayn } + title:d_b_al-qastal_color = { set_color_from_title = title:b_al-qastal } + title:d_b_al-qatif_color = { set_color_from_title = title:b_al-qatif } + title:d_b_al-qatr_color = { set_color_from_title = title:b_al-qatr } + title:d_b_al-qhqaf_color = { set_color_from_title = title:b_al-qhqaf } + title:d_b_al-qulaya_color = { set_color_from_title = title:b_al-qulaya } + title:d_b_al-rahba_color = { set_color_from_title = title:b_al-rahba } + title:d_b_al-rusayrisi_color = { set_color_from_title = title:b_al-rusayrisi } + title:d_b_al-talha_color = { set_color_from_title = title:b_al-talha } + title:d_b_al-ubulla_color = { set_color_from_title = title:b_al-ubulla } + title:d_b_al-udhaib_color = { set_color_from_title = title:b_al-udhaib } + title:d_b_al-ula_color = { set_color_from_title = title:b_al-ula } + title:d_b_al-uqayr_color = { set_color_from_title = title:b_al-uqayr } + title:d_b_al-ushmunain_color = { set_color_from_title = title:b_al-ushmunain } + title:d_b_al-wajh_color = { set_color_from_title = title:b_al-wajh } + title:d_b_al_abbasiya_color = { set_color_from_title = title:b_al_abbasiya } + title:d_b_al_aghaila_color = { set_color_from_title = title:b_al_aghaila } + title:d_b_al_aliya_color = { set_color_from_title = title:b_al_aliya } + title:d_b_al_aribus_color = { set_color_from_title = title:b_al_aribus } + title:d_b_al_gabal_color = { set_color_from_title = title:b_al_gabal } + title:d_b_al_hamma_color = { set_color_from_title = title:b_al_hamma } + title:d_b_al_jawf_color = { set_color_from_title = title:b_al_jawf } + title:d_b_al_muaskar_color = { set_color_from_title = title:b_al_muaskar } + title:d_b_al_musala_color = { set_color_from_title = title:b_al_musala } + title:d_b_al_ubbad_color = { set_color_from_title = title:b_al_ubbad } + title:d_b_ala-kul_color = { set_color_from_title = title:b_ala-kul } + title:d_b_alag_khairkhan_color = { set_color_from_title = title:b_alag_khairkhan } + title:d_b_alak-nor_color = { set_color_from_title = title:b_alak-nor } + title:d_b_alampur_color = { set_color_from_title = title:b_alampur } + title:d_b_alamut_color = { set_color_from_title = title:b_alamut } + title:d_b_alapaevsk_color = { set_color_from_title = title:b_alapaevsk } + title:d_b_alarcon_color = { set_color_from_title = title:b_alarcon } + title:d_b_alarcos_color = { set_color_from_title = title:b_alarcos } + title:d_b_alatyr_color = { set_color_from_title = title:b_alatyr } + title:d_b_alava_color = { set_color_from_title = title:b_alava } + title:d_b_alba_color = { set_color_from_title = title:b_alba } + title:d_b_alba_di_monferrato_color = { set_color_from_title = title:b_alba_di_monferrato } + title:d_b_albacete_color = { set_color_from_title = title:b_albacete } + title:d_b_albarracin_color = { set_color_from_title = title:b_albarracin } + title:d_b_albi_color = { set_color_from_title = title:b_albi } + title:d_b_albret_color = { set_color_from_title = title:b_albret } + title:d_b_alcacerdosal_color = { set_color_from_title = title:b_alcacerdosal } + title:d_b_alcaniz_color = { set_color_from_title = title:b_alcaniz } + title:d_b_alcantara_color = { set_color_from_title = title:b_alcantara } + title:d_b_alcaraz_color = { set_color_from_title = title:b_alcaraz } + title:d_b_alcazar_color = { set_color_from_title = title:b_alcazar } + title:d_b_alchanka_color = { set_color_from_title = title:b_alchanka } + title:d_b_alcudia_color = { set_color_from_title = title:b_alcudia } + title:d_b_alencon_color = { set_color_from_title = title:b_alencon } + title:d_b_alexandretta_color = { set_color_from_title = title:b_alexandretta } + title:d_b_alexandria_color = { set_color_from_title = title:b_alexandria } + title:d_b_alexandriatroas_color = { set_color_from_title = title:b_alexandriatroas } + title:d_b_aley_color = { set_color_from_title = title:b_aley } + title:d_b_algeciras_color = { set_color_from_title = title:b_algeciras } + title:d_b_alghero_color = { set_color_from_title = title:b_alghero } + title:d_b_algiers_color = { set_color_from_title = title:b_algiers } + title:d_b_alibori_color = { set_color_from_title = title:b_alibori } + title:d_b_alicante_color = { set_color_from_title = title:b_alicante } + title:d_b_alichur_color = { set_color_from_title = title:b_alichur } + title:d_b_alife_color = { set_color_from_title = title:b_alife } + title:d_b_alipur_color = { set_color_from_title = title:b_alipur } + title:d_b_alishtar_color = { set_color_from_title = title:b_alishtar } + title:d_b_alistegunde_color = { set_color_from_title = title:b_alistegunde } + title:d_b_aliten_color = { set_color_from_title = title:b_aliten } + title:d_b_aljan_color = { set_color_from_title = title:b_aljan } + title:d_b_allai_color = { set_color_from_title = title:b_allai } + title:d_b_allaqi_color = { set_color_from_title = title:b_allaqi } + title:d_b_allbo_color = { set_color_from_title = title:b_allbo } + title:d_b_allenstein_color = { set_color_from_title = title:b_allenstein } + title:d_b_almader_color = { set_color_from_title = title:b_almader } + title:d_b_almaliq_color = { set_color_from_title = title:b_almaliq } + title:d_b_almansa_color = { set_color_from_title = title:b_almansa } + title:d_b_almaraz_color = { set_color_from_title = title:b_almaraz } + title:d_b_almaty_color = { set_color_from_title = title:b_almaty } + title:d_b_almelo_color = { set_color_from_title = title:b_almelo } + title:d_b_almeria_color = { set_color_from_title = title:b_almeria } + title:d_b_almetyvesk_color = { set_color_from_title = title:b_almetyvesk } + title:d_b_almonte_color = { set_color_from_title = title:b_almonte } + title:d_b_almora_color = { set_color_from_title = title:b_almora } + title:d_b_along_color = { set_color_from_title = title:b_along } + title:d_b_alsholoi_color = { set_color_from_title = title:b_alsholoi } + title:d_b_alsoverecke_color = { set_color_from_title = title:b_alsoverecke } + title:d_b_altaichei_color = { set_color_from_title = title:b_altaichei } + title:d_b_altan_els_color = { set_color_from_title = title:b_altan_els } + title:d_b_altay_color = { set_color_from_title = title:b_altay } + title:d_b_altenburg_color = { set_color_from_title = title:b_altenburg } + title:d_b_alti_color = { set_color_from_title = title:b_alti } + title:d_b_alto_aragon_color = { set_color_from_title = title:b_alto_aragon } + title:d_b_altotajo_color = { set_color_from_title = title:b_altotajo } + title:d_b_altyn-emel_color = { set_color_from_title = title:b_altyn-emel } + title:d_b_altyn-kolekis_color = { set_color_from_title = title:b_altyn-kolekis } + title:d_b_altyn_kol_color = { set_color_from_title = title:b_altyn_kol } + title:d_b_altyn_su_color = { set_color_from_title = title:b_altyn_su } + title:d_b_aluchi_color = { set_color_from_title = title:b_aluchi } + title:d_b_aluksne_color = { set_color_from_title = title:b_aluksne } + title:d_b_alvinc_color = { set_color_from_title = title:b_alvinc } + title:d_b_alxa_color = { set_color_from_title = title:b_alxa } + title:d_b_alyaty_color = { set_color_from_title = title:b_alyaty } + title:d_b_alymka_color = { set_color_from_title = title:b_alymka } + title:d_b_amalfi_color = { set_color_from_title = title:b_amalfi } + title:d_b_amalner_color = { set_color_from_title = title:b_amalner } + title:d_b_amana_color = { set_color_from_title = title:b_amana } + title:d_b_amaravati_color = { set_color_from_title = title:b_amaravati } + title:d_b_amaresvara_color = { set_color_from_title = title:b_amaresvara } + title:d_b_amarkantak_color = { set_color_from_title = title:b_amarkantak } + title:d_b_amarkot_color = { set_color_from_title = title:b_amarkot } + title:d_b_amarta_color = { set_color_from_title = title:b_amarta } + title:d_b_amarvalli_color = { set_color_from_title = title:b_amarvalli } + title:d_b_amaseia_color = { set_color_from_title = title:b_amaseia } + title:d_b_amastris_color = { set_color_from_title = title:b_amastris } + title:d_b_amatlus_color = { set_color_from_title = title:b_amatlus } + title:d_b_amaya_color = { set_color_from_title = title:b_amaya } + title:d_b_ambaranatha_color = { set_color_from_title = title:b_ambaranatha } + title:d_b_ambert_color = { set_color_from_title = title:b_ambert } + title:d_b_ambikapur_color = { set_color_from_title = title:b_ambikapur } + title:d_b_ambrolauri_color = { set_color_from_title = title:b_ambrolauri } + title:d_b_amdo_color = { set_color_from_title = title:b_amdo } + title:d_b_amer_color = { set_color_from_title = title:b_amer } + title:d_b_amersfoort_color = { set_color_from_title = title:b_amersfoort } + title:d_b_amezdofe_color = { set_color_from_title = title:b_amezdofe } + title:d_b_amfissa_color = { set_color_from_title = title:b_amfissa } + title:d_b_amhara_color = { set_color_from_title = title:b_amhara } + title:d_b_amid_color = { set_color_from_title = title:b_amid } + title:d_b_amiens_color = { set_color_from_title = title:b_amiens } + title:d_b_amisos_color = { set_color_from_title = title:b_amisos } + title:d_b_amman_color = { set_color_from_title = title:b_amman } + title:d_b_amol-e-shatt_color = { set_color_from_title = title:b_amol-e-shatt } + title:d_b_amorha_color = { set_color_from_title = title:b_amorha } + title:d_b_amorion_color = { set_color_from_title = title:b_amorion } + title:d_b_amposta_color = { set_color_from_title = title:b_amposta } + title:d_b_ampthill_color = { set_color_from_title = title:b_ampthill } + title:d_b_amraoti_color = { set_color_from_title = title:b_amraoti } + title:d_b_amroha_color = { set_color_from_title = title:b_amroha } + title:d_b_amsterdam_color = { set_color_from_title = title:b_amsterdam } + title:d_b_amstetten_color = { set_color_from_title = title:b_amstetten } + title:d_b_amud_color = { set_color_from_title = title:b_amud } + title:d_b_amul_color = { set_color_from_title = title:b_amul } + title:d_b_amyl_color = { set_color_from_title = title:b_amyl } + title:d_b_an_color = { set_color_from_title = title:b_an } + title:d_b_an-nabak_color = { set_color_from_title = title:b_an-nabak } + title:d_b_an-nahrawan_color = { set_color_from_title = title:b_an-nahrawan } + title:d_b_an-najaf_color = { set_color_from_title = title:b_an-najaf } + title:d_b_an-nibaj_color = { set_color_from_title = title:b_an-nibaj } + title:d_b_an-numaniya_color = { set_color_from_title = title:b_an-numaniya } + title:d_b_ana_color = { set_color_from_title = title:b_ana } + title:d_b_anacopia_color = { set_color_from_title = title:b_anacopia } + title:d_b_anahilapataka_color = { set_color_from_title = title:b_anahilapataka } + title:d_b_anantapur_color = { set_color_from_title = title:b_anantapur } + title:d_b_anar_color = { set_color_from_title = title:b_anar } + title:d_b_anate_color = { set_color_from_title = title:b_anate } + title:d_b_anazaribus_color = { set_color_from_title = title:b_anazaribus } + title:d_b_anbar-guzgani_color = { set_color_from_title = title:b_anbar-guzgani } + title:d_b_ancona_color = { set_color_from_title = title:b_ancona } + title:d_b_andamish_color = { set_color_from_title = title:b_andamish } + title:d_b_andarab_color = { set_color_from_title = title:b_andarab } + title:d_b_andarab_d_color = { set_color_from_title = title:b_andarab_d } + title:d_b_andijan_color = { set_color_from_title = title:b_andijan } + title:d_b_andir_color = { set_color_from_title = title:b_andir } + title:d_b_andkhud_color = { set_color_from_title = title:b_andkhud } + title:d_b_andorra_color = { set_color_from_title = title:b_andorra } + title:d_b_andrapa_color = { set_color_from_title = title:b_andrapa } + title:d_b_andravida_color = { set_color_from_title = title:b_andravida } + title:d_b_andreapol_color = { set_color_from_title = title:b_andreapol } + title:d_b_andros_color = { set_color_from_title = title:b_andros } + title:d_b_andujar_color = { set_color_from_title = title:b_andujar } + title:d_b_anegandi_color = { set_color_from_title = title:b_anegandi } + title:d_b_anemurium_color = { set_color_from_title = title:b_anemurium } + title:d_b_anfa_color = { set_color_from_title = title:b_anfa } + title:d_b_angaragiin_degee_color = { set_color_from_title = title:b_angaragiin_degee } + title:d_b_angelokastron_color = { set_color_from_title = title:b_angelokastron } + title:d_b_angerburg_color = { set_color_from_title = title:b_angerburg } + title:d_b_angers_color = { set_color_from_title = title:b_angers } + title:d_b_angot_color = { set_color_from_title = title:b_angot } + title:d_b_angouleme_color = { set_color_from_title = title:b_angouleme } + title:d_b_ani_color = { set_color_from_title = title:b_ani } + title:d_b_anini_color = { set_color_from_title = title:b_anini } + title:d_b_anja_TUV_color = { set_color_from_title = title:b_anja_TUV } + title:d_b_anjar_color = { set_color_from_title = title:b_anjar } + title:d_b_anjar_kutch_color = { set_color_from_title = title:b_anjar_kutch } + title:d_b_anka_color = { set_color_from_title = title:b_anka } + title:d_b_ankai_color = { set_color_from_title = title:b_ankai } + title:d_b_ankyra_color = { set_color_from_title = title:b_ankyra } + title:d_b_annaba_color = { set_color_from_title = title:b_annaba } + title:d_b_annan_color = { set_color_from_title = title:b_annan } + title:d_b_annecy_color = { set_color_from_title = title:b_annecy } + title:d_b_anning_color = { set_color_from_title = title:b_anning } + title:d_b_annonay_color = { set_color_from_title = title:b_annonay } + title:d_b_ansbach_color = { set_color_from_title = title:b_ansbach } + title:d_b_ansina_color = { set_color_from_title = title:b_ansina } + title:d_b_ansongo_color = { set_color_from_title = title:b_ansongo } + title:d_b_antartus_color = { set_color_from_title = title:b_antartus } + title:d_b_antequera_color = { set_color_from_title = title:b_antequera } + title:d_b_antiocheia_color = { set_color_from_title = title:b_antiocheia } + title:d_b_antiochia_color = { set_color_from_title = title:b_antiochia } + title:d_b_antipatreia_color = { set_color_from_title = title:b_antipatreia } + title:d_b_antivari_color = { set_color_from_title = title:b_antivari } + title:d_b_antwerpen_color = { set_color_from_title = title:b_antwerpen } + title:d_b_anuradhapura_color = { set_color_from_title = title:b_anuradhapura } + title:d_b_anuy_color = { set_color_from_title = title:b_anuy } + title:d_b_anxi_color = { set_color_from_title = title:b_anxi } + title:d_b_anyu_color = { set_color_from_title = title:b_anyu } + title:d_b_aosta_color = { set_color_from_title = title:b_aosta } + title:d_b_aowin_color = { set_color_from_title = title:b_aowin } + title:d_b_apamea_color = { set_color_from_title = title:b_apamea } + title:d_b_aparshahr_color = { set_color_from_title = title:b_aparshahr } + title:d_b_apeldoorn_color = { set_color_from_title = title:b_apeldoorn } + title:d_b_apemea_color = { set_color_from_title = title:b_apemea } + title:d_b_aphrodisias_color = { set_color_from_title = title:b_aphrodisias } + title:d_b_appingedam_color = { set_color_from_title = title:b_appingedam } + title:d_b_appleby_color = { set_color_from_title = title:b_appleby } + title:d_b_applecross_color = { set_color_from_title = title:b_applecross } + title:d_b_appollonia_color = { set_color_from_title = title:b_appollonia } + title:d_b_apt_color = { set_color_from_title = title:b_apt } + title:d_b_aq-masjid_color = { set_color_from_title = title:b_aq-masjid } + title:d_b_aqaba_color = { set_color_from_title = title:b_aqaba } + title:d_b_aqenganggyai_color = { set_color_from_title = title:b_aqenganggyai } + title:d_b_aqiq_tamra_color = { set_color_from_title = title:b_aqiq_tamra } + title:d_b_aqmescit_color = { set_color_from_title = title:b_aqmescit } + title:d_b_aqqa_color = { set_color_from_title = title:b_aqqa } + title:d_b_aqqikkol_color = { set_color_from_title = title:b_aqqikkol } + title:d_b_aqsubay_color = { set_color_from_title = title:b_aqsubay } + title:d_b_aqtobe_color = { set_color_from_title = title:b_aqtobe } + title:d_b_aquileia_color = { set_color_from_title = title:b_aquileia } + title:d_b_ar-rabb_color = { set_color_from_title = title:b_ar-rabb } + title:d_b_ar-ramla_color = { set_color_from_title = title:b_ar-ramla } + title:d_b_ar-ran_color = { set_color_from_title = title:b_ar-ran } + title:d_b_ar-rayda_color = { set_color_from_title = title:b_ar-rayda } + title:d_b_ar-rikha_color = { set_color_from_title = title:b_ar-rikha } + title:d_b_ar-rukhail_color = { set_color_from_title = title:b_ar-rukhail } + title:d_b_ar-ruqaii_color = { set_color_from_title = title:b_ar-ruqaii } + title:d_b_ar-rusafa_color = { set_color_from_title = title:b_ar-rusafa } + title:d_b_ar-rusafa-iraq_color = { set_color_from_title = title:b_ar-rusafa-iraq } + title:d_b_araban_color = { set_color_from_title = title:b_araban } + title:d_b_arabissus_color = { set_color_from_title = title:b_arabissus } + title:d_b_arad_color = { set_color_from_title = title:b_arad } + title:d_b_arak_color = { set_color_from_title = title:b_arak } + title:d_b_arandadeduero_color = { set_color_from_title = title:b_arandadeduero } + title:d_b_arandal_color = { set_color_from_title = title:b_arandal } + title:d_b_arant_color = { set_color_from_title = title:b_arant } + title:d_b_aranyosbanya_color = { set_color_from_title = title:b_aranyosbanya } + title:d_b_arasaxa_color = { set_color_from_title = title:b_arasaxa } + title:d_b_arawan_color = { set_color_from_title = title:b_arawan } + title:d_b_arawan_road_color = { set_color_from_title = title:b_arawan_road } + title:d_b_arbaji_color = { set_color_from_title = title:b_arbaji } + title:d_b_arbinjan_color = { set_color_from_title = title:b_arbinjan } + title:d_b_arbuga_color = { set_color_from_title = title:b_arbuga } + title:d_b_arca_color = { set_color_from_title = title:b_arca } + title:d_b_arcadia_color = { set_color_from_title = title:b_arcadia } + title:d_b_archabis_color = { set_color_from_title = title:b_archabis } + title:d_b_arcos_color = { set_color_from_title = title:b_arcos } + title:d_b_arda_color = { set_color_from_title = title:b_arda } + title:d_b_ardabil_color = { set_color_from_title = title:b_ardabil } + title:d_b_ardakhivah_color = { set_color_from_title = title:b_ardakhivah } + title:d_b_ardalankath_color = { set_color_from_title = title:b_ardalankath } + title:d_b_ardara_color = { set_color_from_title = title:b_ardara } + title:d_b_ardda_color = { set_color_from_title = title:b_ardda } + title:d_b_ardee_color = { set_color_from_title = title:b_ardee } + title:d_b_ardistan_color = { set_color_from_title = title:b_ardistan } + title:d_b_ardnamurchon_color = { set_color_from_title = title:b_ardnamurchon } + title:d_b_arendall_color = { set_color_from_title = title:b_arendall } + title:d_b_arezzo_color = { set_color_from_title = title:b_arezzo } + title:d_b_argan_color = { set_color_from_title = title:b_argan } + title:d_b_arganda_color = { set_color_from_title = title:b_arganda } + title:d_b_argentan_color = { set_color_from_title = title:b_argentan } + title:d_b_arges_color = { set_color_from_title = title:b_arges } + title:d_b_argogco_color = { set_color_from_title = title:b_argogco } + title:d_b_argonne_color = { set_color_from_title = title:b_argonne } + title:d_b_argos_color = { set_color_from_title = title:b_argos } + title:d_b_arguvan_color = { set_color_from_title = title:b_arguvan } + title:d_b_argyjek_color = { set_color_from_title = title:b_argyjek } + title:d_b_argyrokastron_color = { set_color_from_title = title:b_argyrokastron } + title:d_b_ariano_color = { set_color_from_title = title:b_ariano } + title:d_b_aribinda_color = { set_color_from_title = title:b_aribinda } + title:d_b_arigh_color = { set_color_from_title = title:b_arigh } + title:d_b_ariksar_color = { set_color_from_title = title:b_ariksar } + title:d_b_arilje_color = { set_color_from_title = title:b_arilje } + title:d_b_arivajan_color = { set_color_from_title = title:b_arivajan } + title:d_b_arja_color = { set_color_from_title = title:b_arja } + title:d_b_arjepluovve_color = { set_color_from_title = title:b_arjepluovve } + title:d_b_arjesh_color = { set_color_from_title = title:b_arjesh } + title:d_b_arka_color = { set_color_from_title = title:b_arka } + title:d_b_arkadiopolis_color = { set_color_from_title = title:b_arkadiopolis } + title:d_b_arkalyk_color = { set_color_from_title = title:b_arkalyk } + title:d_b_arkalyk_KAZe_color = { set_color_from_title = title:b_arkalyk_KAZe } + title:d_b_arkat_color = { set_color_from_title = title:b_arkat } + title:d_b_arkhangelsk_color = { set_color_from_title = title:b_arkhangelsk } + title:d_b_arkul_color = { set_color_from_title = title:b_arkul } + title:d_b_arles_color = { set_color_from_title = title:b_arles } + title:d_b_armabil_color = { set_color_from_title = title:b_armabil } + title:d_b_armagh_color = { set_color_from_title = title:b_armagh } + title:d_b_armagnac_color = { set_color_from_title = title:b_armagnac } + title:d_b_armant_color = { set_color_from_title = title:b_armant } + title:d_b_armaxa_color = { set_color_from_title = title:b_armaxa } + title:d_b_arnedo_color = { set_color_from_title = title:b_arnedo } + title:d_b_arnhem_color = { set_color_from_title = title:b_arnhem } + title:d_b_arnon_color = { set_color_from_title = title:b_arnon } + title:d_b_arnsberg_color = { set_color_from_title = title:b_arnsberg } + title:d_b_arnstein_color = { set_color_from_title = title:b_arnstein } + title:d_b_arnswalde_color = { set_color_from_title = title:b_arnswalde } + title:d_b_arondo_color = { set_color_from_title = title:b_arondo } + title:d_b_aror_color = { set_color_from_title = title:b_aror } + title:d_b_arrah_color = { set_color_from_title = title:b_arrah } + title:d_b_arrajan_color = { set_color_from_title = title:b_arrajan } + title:d_b_arran_color = { set_color_from_title = title:b_arran } + title:d_b_arsamosata_color = { set_color_from_title = title:b_arsamosata } + title:d_b_arsgul_color = { set_color_from_title = title:b_arsgul } + title:d_b_arshan_color = { set_color_from_title = title:b_arshan } + title:d_b_arsjogk_color = { set_color_from_title = title:b_arsjogk } + title:d_b_arsk_color = { set_color_from_title = title:b_arsk } + title:d_b_arslanbob_color = { set_color_from_title = title:b_arslanbob } + title:d_b_arta_color = { set_color_from_title = title:b_arta } + title:d_b_artaani_color = { set_color_from_title = title:b_artaani } + title:d_b_artah_color = { set_color_from_title = title:b_artah } + title:d_b_arthanuji_color = { set_color_from_title = title:b_arthanuji } + title:d_b_arti_color = { set_color_from_title = title:b_arti } + title:d_b_artsyz_color = { set_color_from_title = title:b_artsyz } + title:d_b_aruj_color = { set_color_from_title = title:b_aruj } + title:d_b_arun_color = { set_color_from_title = title:b_arun } + title:d_b_arusi_color = { set_color_from_title = title:b_arusi } + title:d_b_arusi-north_color = { set_color_from_title = title:b_arusi-north } + title:d_b_arva_color = { set_color_from_title = title:b_arva } + title:d_b_arviesjavrrie_color = { set_color_from_title = title:b_arviesjavrrie } + title:d_b_arxog_color = { set_color_from_title = title:b_arxog } + title:d_b_arys-kum_color = { set_color_from_title = title:b_arys-kum } + title:d_b_arzan_color = { set_color_from_title = title:b_arzan } + title:d_b_arzew_color = { set_color_from_title = title:b_arzew } + title:d_b_arzhan_color = { set_color_from_title = title:b_arzhan } + title:d_b_as-safra_color = { set_color_from_title = title:b_as-safra } + title:d_b_as-saimara_color = { set_color_from_title = title:b_as-saimara } + title:d_b_as-salila_color = { set_color_from_title = title:b_as-salila } + title:d_b_as-saliq_color = { set_color_from_title = title:b_as-saliq } + title:d_b_as-salman_color = { set_color_from_title = title:b_as-salman } + title:d_b_as-samman_color = { set_color_from_title = title:b_as-samman } + title:d_b_as-sawariqiya_color = { set_color_from_title = title:b_as-sawariqiya } + title:d_b_as-sayaa_color = { set_color_from_title = title:b_as-sayaa } + title:d_b_as-sinn_color = { set_color_from_title = title:b_as-sinn } + title:d_b_as-sirayn_color = { set_color_from_title = title:b_as-sirayn } + title:d_b_as-subia_color = { set_color_from_title = title:b_as-subia } + title:d_b_as-sukhna_color = { set_color_from_title = title:b_as-sukhna } + title:d_b_as-sumaina_color = { set_color_from_title = title:b_as-sumaina } + title:d_b_as-suqya_color = { set_color_from_title = title:b_as-suqya } + title:d_b_as-sus_color = { set_color_from_title = title:b_as-sus } + title:d_b_as-suwaida_color = { set_color_from_title = title:b_as-suwaida } + title:d_b_as-suwaida-hauran_color = { set_color_from_title = title:b_as-suwaida-hauran } + title:d_b_as-suwaydiya_color = { set_color_from_title = title:b_as-suwaydiya } + title:d_b_asak_color = { set_color_from_title = title:b_asak } + title:d_b_asanapat_color = { set_color_from_title = title:b_asanapat } + title:d_b_asante_manso_color = { set_color_from_title = title:b_asante_manso } + title:d_b_asaybay_color = { set_color_from_title = title:b_asaybay } + title:d_b_asbid-dasht_color = { set_color_from_title = title:b_asbid-dasht } + title:d_b_ascalon_color = { set_color_from_title = title:b_ascalon } + title:d_b_asciano_color = { set_color_from_title = title:b_asciano } + title:d_b_ascoli_piceno_color = { set_color_from_title = title:b_ascoli_piceno } + title:d_b_asfanjay_color = { set_color_from_title = title:b_asfanjay } + title:d_b_asfi_color = { set_color_from_title = title:b_asfi } + title:d_b_asfuzar_color = { set_color_from_title = title:b_asfuzar } + title:d_b_ash-shamsiya_color = { set_color_from_title = title:b_ash-shamsiya } + title:d_b_ash-sharaf_color = { set_color_from_title = title:b_ash-sharaf } + title:d_b_ash-shihr_color = { set_color_from_title = title:b_ash-shihr } + title:d_b_ash-shuqayq_color = { set_color_from_title = title:b_ash-shuqayq } + title:d_b_ashaval_color = { set_color_from_title = title:b_ashaval } + title:d_b_asheh-atrik_color = { set_color_from_title = title:b_asheh-atrik } + title:d_b_ashir_banya_color = { set_color_from_title = title:b_ashir_banya } + title:d_b_ashir_yashir_color = { set_color_from_title = title:b_ashir_yashir } + title:d_b_ashli_color = { set_color_from_title = title:b_ashli } + title:d_b_ashpara_color = { set_color_from_title = title:b_ashpara } + title:d_b_asht_color = { set_color_from_title = title:b_asht } + title:d_b_ashta_color = { set_color_from_title = title:b_ashta } + title:d_b_asigarh_color = { set_color_from_title = title:b_asigarh } + title:d_b_asika_color = { set_color_from_title = title:b_asika } + title:d_b_asila_color = { set_color_from_title = title:b_asila } + title:d_b_asirgarh_color = { set_color_from_title = title:b_asirgarh } + title:d_b_askedal_color = { set_color_from_title = title:b_askedal } + title:d_b_askhanda_color = { set_color_from_title = title:b_askhanda } + title:d_b_askole_color = { set_color_from_title = title:b_askole } + title:d_b_askot_color = { set_color_from_title = title:b_askot } + title:d_b_asmaak_color = { set_color_from_title = title:b_asmaak } + title:d_b_asni_color = { set_color_from_title = title:b_asni } + title:d_b_aso_color = { set_color_from_title = title:b_aso } + title:d_b_aspona_color = { set_color_from_title = title:b_aspona } + title:d_b_aspona_CHA_color = { set_color_from_title = title:b_aspona_CHA } + title:d_b_assa_color = { set_color_from_title = title:b_assa } + title:d_b_assab_color = { set_color_from_title = title:b_assab } + title:d_b_assen_color = { set_color_from_title = title:b_assen } + title:d_b_assin_color = { set_color_from_title = title:b_assin } + title:d_b_assissi_color = { set_color_from_title = title:b_assissi } + title:d_b_assynt_color = { set_color_from_title = title:b_assynt } + title:d_b_astana_color = { set_color_from_title = title:b_astana } + title:d_b_astarabad_color = { set_color_from_title = title:b_astarabad } + title:d_b_astarac_color = { set_color_from_title = title:b_astarac } + title:d_b_asti_color = { set_color_from_title = title:b_asti } + title:d_b_astore_color = { set_color_from_title = title:b_astore } + title:d_b_astorga_color = { set_color_from_title = title:b_astorga } + title:d_b_astrakhan_color = { set_color_from_title = title:b_astrakhan } + title:d_b_astrakhanka_color = { set_color_from_title = title:b_astrakhanka } + title:d_b_asurgarh_color = { set_color_from_title = title:b_asurgarh } + title:d_b_aswan_color = { set_color_from_title = title:b_aswan } + title:d_b_aswan-west_color = { set_color_from_title = title:b_aswan-west } + title:d_b_asyut_color = { set_color_from_title = title:b_asyut } + title:d_b_at-tafila_color = { set_color_from_title = title:b_at-tafila } + title:d_b_at-taif_color = { set_color_from_title = title:b_at-taif } + title:d_b_at-tib_color = { set_color_from_title = title:b_at-tib } + title:d_b_at-tur_color = { set_color_from_title = title:b_at-tur } + title:d_b_atakpame_color = { set_color_from_title = title:b_atakpame } + title:d_b_atamansku_color = { set_color_from_title = title:b_atamansku } + title:d_b_atapuerca_color = { set_color_from_title = title:b_atapuerca } + title:d_b_atbara_color = { set_color_from_title = title:b_atbara } + title:d_b_atbasar_color = { set_color_from_title = title:b_atbasar } + title:d_b_atebubu_color = { set_color_from_title = title:b_atebubu } + title:d_b_atfih_color = { set_color_from_title = title:b_atfih } + title:d_b_ath_color = { set_color_from_title = title:b_ath } + title:d_b_ath-thalabiya_color = { set_color_from_title = title:b_ath-thalabiya } + title:d_b_athenry_color = { set_color_from_title = title:b_athenry } + title:d_b_athens_color = { set_color_from_title = title:b_athens } + title:d_b_athgarh_color = { set_color_from_title = title:b_athgarh } + title:d_b_athlone_color = { set_color_from_title = title:b_athlone } + title:d_b_athy_color = { set_color_from_title = title:b_athy } + title:d_b_atkarsk_color = { set_color_from_title = title:b_atkarsk } + title:d_b_atlym_color = { set_color_from_title = title:b_atlym } + title:d_b_ato_color = { set_color_from_title = title:b_ato } + title:d_b_atri_color = { set_color_from_title = title:b_atri } + title:d_b_attahasa_color = { set_color_from_title = title:b_attahasa } + title:d_b_attak_color = { set_color_from_title = title:b_attak } + title:d_b_attaleia_color = { set_color_from_title = title:b_attaleia } + title:d_b_attalia_color = { set_color_from_title = title:b_attalia } + title:d_b_attar_color = { set_color_from_title = title:b_attar } + title:d_b_attie_color = { set_color_from_title = title:b_attie } + title:d_b_atus_color = { set_color_from_title = title:b_atus } + title:d_b_atyrau_color = { set_color_from_title = title:b_atyrau } + title:d_b_aube_color = { set_color_from_title = title:b_aube } + title:d_b_aubusson_color = { set_color_from_title = title:b_aubusson } + title:d_b_audo_color = { set_color_from_title = title:b_audo } + title:d_b_augsburg_color = { set_color_from_title = title:b_augsburg } + title:d_b_auliekol_color = { set_color_from_title = title:b_auliekol } + title:d_b_aumale_color = { set_color_from_title = title:b_aumale } + title:d_b_auno_color = { set_color_from_title = title:b_auno } + title:d_b_aunus_color = { set_color_from_title = title:b_aunus } + title:d_b_aurillac_color = { set_color_from_title = title:b_aurillac } + title:d_b_ausa_color = { set_color_from_title = title:b_ausa } + title:d_b_austfold_color = { set_color_from_title = title:b_austfold } + title:d_b_autun_color = { set_color_from_title = title:b_autun } + title:d_b_auxerre_color = { set_color_from_title = title:b_auxerre } + title:d_b_ava_color = { set_color_from_title = title:b_ava } + title:d_b_aval_color = { set_color_from_title = title:b_aval } + title:d_b_avaskar_color = { set_color_from_title = title:b_avaskar } + title:d_b_aveiro_color = { set_color_from_title = title:b_aveiro } + title:d_b_aversa_color = { set_color_from_title = title:b_aversa } + title:d_b_avezzano_color = { set_color_from_title = title:b_avezzano } + title:d_b_avignon_color = { set_color_from_title = title:b_avignon } + title:d_b_avila_color = { set_color_from_title = title:b_avila } + title:d_b_aviovara_color = { set_color_from_title = title:b_aviovara } + title:d_b_avis_color = { set_color_from_title = title:b_avis } + title:d_b_avlonas_color = { set_color_from_title = title:b_avlonas } + title:d_b_avraikheer_color = { set_color_from_title = title:b_avraikheer } + title:d_b_avranches_color = { set_color_from_title = title:b_avranches } + title:d_b_avrautau_color = { set_color_from_title = title:b_avrautau } + title:d_b_aw_barre_color = { set_color_from_title = title:b_aw_barre } + title:d_b_awash_color = { set_color_from_title = title:b_awash } + title:d_b_awbuk_color = { set_color_from_title = title:b_awbuk } + title:d_b_awdaghost_color = { set_color_from_title = title:b_awdaghost } + title:d_b_awgham_color = { set_color_from_title = title:b_awgham } + title:d_b_awjila_color = { set_color_from_title = title:b_awjila } + title:d_b_awlil_color = { set_color_from_title = title:b_awlil } + title:d_b_awliya-ata_color = { set_color_from_title = title:b_awliya-ata } + title:d_b_awssa_color = { set_color_from_title = title:b_awssa } + title:d_b_awzaj_color = { set_color_from_title = title:b_awzaj } + title:d_b_axu_color = { set_color_from_title = title:b_axu } + title:d_b_ayagoz_color = { set_color_from_title = title:b_ayagoz } + title:d_b_ayakkum_color = { set_color_from_title = title:b_ayakkum } + title:d_b_ayamonte_color = { set_color_from_title = title:b_ayamonte } + title:d_b_ayas_color = { set_color_from_title = title:b_ayas } + title:d_b_aydhab_color = { set_color_from_title = title:b_aydhab } + title:d_b_aylesbury_color = { set_color_from_title = title:b_aylesbury } + title:d_b_ayodhya_color = { set_color_from_title = title:b_ayodhya } + title:d_b_ayrtau_color = { set_color_from_title = title:b_ayrtau } + title:d_b_aytos_color = { set_color_from_title = title:b_aytos } + title:d_b_az-dhafra_color = { set_color_from_title = title:b_az-dhafra } + title:d_b_az-zabadani_color = { set_color_from_title = title:b_az-zabadani } + title:d_b_az-zarqa_color = { set_color_from_title = title:b_az-zarqa } + title:d_b_azadawan_color = { set_color_from_title = title:b_azadawan } + title:d_b_azam_color = { set_color_from_title = title:b_azam } + title:d_b_azare_color = { set_color_from_title = title:b_azare } + title:d_b_azas_color = { set_color_from_title = title:b_azas } + title:d_b_azaz_color = { set_color_from_title = title:b_azaz } + title:d_b_azez-kul_color = { set_color_from_title = title:b_azez-kul } + title:d_b_azgyl_color = { set_color_from_title = title:b_azgyl } + title:d_b_azov_color = { set_color_from_title = title:b_azov } + title:d_b_azukki_color = { set_color_from_title = title:b_azukki } + title:d_b_azzamur_color = { set_color_from_title = title:b_azzamur } + title:d_b_azzan_color = { set_color_from_title = title:b_azzan } + title:d_b_baaft_color = { set_color_from_title = title:b_baaft } + title:d_b_baalbak_color = { set_color_from_title = title:b_baalbak } + title:d_b_babao_color = { set_color_from_title = title:b_babao } + title:d_b_babrov_color = { set_color_from_title = title:b_babrov } + title:d_b_babruysk_color = { set_color_from_title = title:b_babruysk } + title:d_b_babur_color = { set_color_from_title = title:b_babur } + title:d_b_bacau_color = { set_color_from_title = title:b_bacau } + title:d_b_bachhraon_color = { set_color_from_title = title:b_bachhraon } + title:d_b_bacs_color = { set_color_from_title = title:b_bacs } + title:d_b_bad_color = { set_color_from_title = title:b_bad } + title:d_b_bada_color = { set_color_from_title = title:b_bada } + title:d_b_badagry_color = { set_color_from_title = title:b_badagry } + title:d_b_badah_color = { set_color_from_title = title:b_badah } + title:d_b_badajoz_color = { set_color_from_title = title:b_badajoz } + title:d_b_badakhshan_color = { set_color_from_title = title:b_badakhshan } + title:d_b_badakhshan_TARIM_color = { set_color_from_title = title:b_badakhshan_TARIM } + title:d_b_badaraya_color = { set_color_from_title = title:b_badaraya } + title:d_b_baden_color = { set_color_from_title = title:b_baden } + title:d_b_badenoch_color = { set_color_from_title = title:b_badenoch } + title:d_b_badi_color = { set_color_from_title = title:b_badi } + title:d_b_badibu_color = { set_color_from_title = title:b_badibu } + title:d_b_badin_color = { set_color_from_title = title:b_badin } + title:d_b_badis_color = { set_color_from_title = title:b_badis } + title:d_b_badumbe_color = { set_color_from_title = title:b_badumbe } + title:d_b_baeberdon_color = { set_color_from_title = title:b_baeberdon } + title:d_b_bafinko_color = { set_color_from_title = title:b_bafinko } + title:d_b_bafulabe_color = { set_color_from_title = title:b_bafulabe } + title:d_b_bag_color = { set_color_from_title = title:b_bag } + title:d_b_bagahus_color = { set_color_from_title = title:b_bagahus } + title:d_b_bagan_color = { set_color_from_title = title:b_bagan } + title:d_b_bagaran_color = { set_color_from_title = title:b_bagaran } + title:d_b_bagavan_color = { set_color_from_title = title:b_bagavan } + title:d_b_bagavi_color = { set_color_from_title = title:b_bagavi } + title:d_b_bagerhat_color = { set_color_from_title = title:b_bagerhat } + title:d_b_baghaya_color = { set_color_from_title = title:b_baghaya } + title:d_b_baghdad_color = { set_color_from_title = title:b_baghdad } + title:d_b_baghlan_color = { set_color_from_title = title:b_baghlan } + title:d_b_baghmundi_color = { set_color_from_title = title:b_baghmundi } + title:d_b_baghras_color = { set_color_from_title = title:b_baghras } + title:d_b_baghshur_color = { set_color_from_title = title:b_baghshur } + title:d_b_bagis_color = { set_color_from_title = title:b_bagis } + title:d_b_bagish_color = { set_color_from_title = title:b_bagish } + title:d_b_bagnin_color = { set_color_from_title = title:b_bagnin } + title:d_b_baguirmi_color = { set_color_from_title = title:b_baguirmi } + title:d_b_baguirmi-west_color = { set_color_from_title = title:b_baguirmi-west } + title:d_b_bahalda_color = { set_color_from_title = title:b_bahalda } + title:d_b_bahasna_color = { set_color_from_title = title:b_bahasna } + title:d_b_bahir_giyorgis_color = { set_color_from_title = title:b_bahir_giyorgis } + title:d_b_bahla_color = { set_color_from_title = title:b_bahla } + title:d_b_bahoriband_color = { set_color_from_title = title:b_bahoriband } + title:d_b_bahr_el-ghazzal_route_color = { set_color_from_title = title:b_bahr_el-ghazzal_route } + title:d_b_bahraich_color = { set_color_from_title = title:b_bahraich } + title:d_b_baht_color = { set_color_from_title = title:b_baht } + title:d_b_baia_color = { set_color_from_title = title:b_baia } + title:d_b_baia_de_arama_color = { set_color_from_title = title:b_baia_de_arama } + title:d_b_baibalik_color = { set_color_from_title = title:b_baibalik } + title:d_b_baidha-petra_color = { set_color_from_title = title:b_baidha-petra } + title:d_b_baigalan_chaya_color = { set_color_from_title = title:b_baigalan_chaya } + title:d_b_bailaqan_color = { set_color_from_title = title:b_bailaqan } + title:d_b_bailjar_color = { set_color_from_title = title:b_bailjar } + title:d_b_bainuk_color = { set_color_from_title = title:b_bainuk } + title:d_b_bairab_color = { set_color_from_title = title:b_bairab } + title:d_b_baisary_color = { set_color_from_title = title:b_baisary } + title:d_b_baitadi_color = { set_color_from_title = title:b_baitadi } + title:d_b_baiyang_color = { set_color_from_title = title:b_baiyang } + title:d_b_baiyin_color = { set_color_from_title = title:b_baiyin } + title:d_b_baja_medjerda_color = { set_color_from_title = title:b_baja_medjerda } + title:d_b_bajar_color = { set_color_from_title = title:b_bajar } + title:d_b_bajarwan_color = { set_color_from_title = title:b_bajarwan } + title:d_b_bajlan_color = { set_color_from_title = title:b_bajlan } + title:d_b_bajmoc_color = { set_color_from_title = title:b_bajmoc } + title:d_b_bajrakot_color = { set_color_from_title = title:b_bajrakot } + title:d_b_bajura_color = { set_color_from_title = title:b_bajura } + title:d_b_bakanas_color = { set_color_from_title = title:b_bakanas } + title:d_b_bakash-aul_color = { set_color_from_title = title:b_bakash-aul } + title:d_b_bake_color = { set_color_from_title = title:b_bake } + title:d_b_bakel_color = { set_color_from_title = title:b_bakel } + title:d_b_bakhmut_color = { set_color_from_title = title:b_bakhmut } + title:d_b_baklanska_color = { set_color_from_title = title:b_baklanska } + title:d_b_baklansky_color = { set_color_from_title = title:b_baklansky } + title:d_b_bakrabad_color = { set_color_from_title = title:b_bakrabad } + title:d_b_bakrawath_color = { set_color_from_title = title:b_bakrawath } + title:d_b_baksa_color = { set_color_from_title = title:b_baksa } + title:d_b_baku_color = { set_color_from_title = title:b_baku } + title:d_b_bakunu_color = { set_color_from_title = title:b_bakunu } + title:d_b_bakusaya_color = { set_color_from_title = title:b_bakusaya } + title:d_b_bala_iskem_color = { set_color_from_title = title:b_bala_iskem } + title:d_b_balachev_color = { set_color_from_title = title:b_balachev } + title:d_b_balad_color = { set_color_from_title = title:b_balad } + title:d_b_balad-mosul_color = { set_color_from_title = title:b_balad-mosul } + title:d_b_balaguer_color = { set_color_from_title = title:b_balaguer } + title:d_b_balanjar_color = { set_color_from_title = title:b_balanjar } + title:d_b_balasaghun_color = { set_color_from_title = title:b_balasaghun } + title:d_b_balassagyarmat_color = { set_color_from_title = title:b_balassagyarmat } + title:d_b_balato_color = { set_color_from_title = title:b_balato } + title:d_b_balbelec_color = { set_color_from_title = title:b_balbelec } + title:d_b_baldanas_color = { set_color_from_title = title:b_baldanas } + title:d_b_baldyrgannyg_color = { set_color_from_title = title:b_baldyrgannyg } + title:d_b_baleshvara_color = { set_color_from_title = title:b_baleshvara } + title:d_b_balgun_color = { set_color_from_title = title:b_balgun } + title:d_b_balhaf_color = { set_color_from_title = title:b_balhaf } + title:d_b_bali_color = { set_color_from_title = title:b_bali } + title:d_b_bali-east_color = { set_color_from_title = title:b_bali-east } + title:d_b_bali-west_color = { set_color_from_title = title:b_bali-west } + title:d_b_balkh_color = { set_color_from_title = title:b_balkh } + title:d_b_balkonda_color = { set_color_from_title = title:b_balkonda } + title:d_b_balla_color = { set_color_from_title = title:b_balla } + title:d_b_ballater_color = { set_color_from_title = title:b_ballater } + title:d_b_balti_color = { set_color_from_title = title:b_balti } + title:d_b_baltimore_color = { set_color_from_title = title:b_baltimore } + title:d_b_baltit_color = { set_color_from_title = title:b_baltit } + title:d_b_balu_color = { set_color_from_title = title:b_balu } + title:d_b_balung_color = { set_color_from_title = title:b_balung } + title:d_b_balung_dulan_color = { set_color_from_title = title:b_balung_dulan } + title:d_b_balvanyos_color = { set_color_from_title = title:b_balvanyos } + title:d_b_bama_color = { set_color_from_title = title:b_bama } + title:d_b_bamain_color = { set_color_from_title = title:b_bamain } + title:d_b_bamardani_color = { set_color_from_title = title:b_bamardani } + title:d_b_bambaya_color = { set_color_from_title = title:b_bambaya } + title:d_b_bamberg_color = { set_color_from_title = title:b_bamberg } + title:d_b_bamburgh_color = { set_color_from_title = title:b_bamburgh } + title:d_b_bamiyan_color = { set_color_from_title = title:b_bamiyan } + title:d_b_bamm_color = { set_color_from_title = title:b_bamm } + title:d_b_bampur_color = { set_color_from_title = title:b_bampur } + title:d_b_banam_color = { set_color_from_title = title:b_banam } + title:d_b_banamba_color = { set_color_from_title = title:b_banamba } + title:d_b_banbar_color = { set_color_from_title = title:b_banbar } + title:d_b_banbury_color = { set_color_from_title = title:b_banbury } + title:d_b_banda_color = { set_color_from_title = title:b_banda } + title:d_b_bandama_color = { set_color_from_title = title:b_bandama } + title:d_b_bandama-west_color = { set_color_from_title = title:b_bandama-west } + title:d_b_bandama_springs_color = { set_color_from_title = title:b_bandama_springs } + title:d_b_bandan_color = { set_color_from_title = title:b_bandan } + title:d_b_bandanijan_color = { set_color_from_title = title:b_bandanijan } + title:d_b_bandava_color = { set_color_from_title = title:b_bandava } + title:d_b_bandhugadha_color = { set_color_from_title = title:b_bandhugadha } + title:d_b_bandiagara_color = { set_color_from_title = title:b_bandiagara } + title:d_b_banff_color = { set_color_from_title = title:b_banff } + title:d_b_banffyhunyad_color = { set_color_from_title = title:b_banffyhunyad } + title:d_b_bangaon_color = { set_color_from_title = title:b_bangaon } + title:d_b_bangasi_color = { set_color_from_title = title:b_bangasi } + title:d_b_bangdag_color = { set_color_from_title = title:b_bangdag } + title:d_b_bangor_color = { set_color_from_title = title:b_bangor } + title:d_b_bangu_color = { set_color_from_title = title:b_bangu } + title:d_b_banifing_color = { set_color_from_title = title:b_banifing } + title:d_b_baninko_color = { set_color_from_title = title:b_baninko } + title:d_b_baniyas_color = { set_color_from_title = title:b_baniyas } + title:d_b_banja_color = { set_color_from_title = title:b_banja } + title:d_b_banjaluka_color = { set_color_from_title = title:b_banjaluka } + title:d_b_banjar_color = { set_color_from_title = title:b_banjar } + title:d_b_bankass_color = { set_color_from_title = title:b_bankass } + title:d_b_bannajbur_color = { set_color_from_title = title:b_bannajbur } + title:d_b_bannu_color = { set_color_from_title = title:b_bannu } + title:d_b_banre_color = { set_color_from_title = title:b_banre } + title:d_b_banzart_color = { set_color_from_title = title:b_banzart } + title:d_b_baoule_color = { set_color_from_title = title:b_baoule } + title:d_b_baqen_color = { set_color_from_title = title:b_baqen } + title:d_b_baqirda_color = { set_color_from_title = title:b_baqirda } + title:d_b_baqlin-east_color = { set_color_from_title = title:b_baqlin-east } + title:d_b_baqlin-north_color = { set_color_from_title = title:b_baqlin-north } + title:d_b_baqlin-west_color = { set_color_from_title = title:b_baqlin-west } + title:d_b_baquba_color = { set_color_from_title = title:b_baquba } + title:d_b_bar_color = { set_color_from_title = title:b_bar } + title:d_b_bar_sur_aube_color = { set_color_from_title = title:b_bar_sur_aube } + title:d_b_bar_sur_seine_color = { set_color_from_title = title:b_bar_sur_seine } + title:d_b_baraawe_color = { set_color_from_title = title:b_baraawe } + title:d_b_barala_color = { set_color_from_title = title:b_barala } + title:d_b_barandud_color = { set_color_from_title = title:b_barandud } + title:d_b_baranovichi_color = { set_color_from_title = title:b_baranovichi } + title:d_b_baranow_color = { set_color_from_title = title:b_baranow } + title:d_b_baranyavar_color = { set_color_from_title = title:b_baranyavar } + title:d_b_baraqish_color = { set_color_from_title = title:b_baraqish } + title:d_b_barasuru_color = { set_color_from_title = title:b_barasuru } + title:d_b_barata_color = { set_color_from_title = title:b_barata } + title:d_b_baratigin_color = { set_color_from_title = title:b_baratigin } + title:d_b_barbacadle_color = { set_color_from_title = title:b_barbacadle } + title:d_b_barbastau_color = { set_color_from_title = title:b_barbastau } + title:d_b_barbastro_color = { set_color_from_title = title:b_barbastro } + title:d_b_barcelona_color = { set_color_from_title = title:b_barcelona } + title:d_b_barcelonnette_color = { set_color_from_title = title:b_barcelonnette } + title:d_b_barchuk_color = { set_color_from_title = title:b_barchuk } + title:d_b_barda_color = { set_color_from_title = title:b_barda } + title:d_b_bardai_color = { set_color_from_title = title:b_bardai } + title:d_b_bardak_color = { set_color_from_title = title:b_bardak } + title:d_b_bardhere_color = { set_color_from_title = title:b_bardhere } + title:d_b_bardo_color = { set_color_from_title = title:b_bardo } + title:d_b_bareily_color = { set_color_from_title = title:b_bareily } + title:d_b_barfta_color = { set_color_from_title = title:b_barfta } + title:d_b_bargajan_color = { set_color_from_title = title:b_bargajan } + title:d_b_barhut_color = { set_color_from_title = title:b_barhut } + title:d_b_bari_color = { set_color_from_title = title:b_bari } + title:d_b_barimma_color = { set_color_from_title = title:b_barimma } + title:d_b_baris_color = { set_color_from_title = title:b_baris } + title:d_b_barkam_color = { set_color_from_title = title:b_barkam } + title:d_b_barkat_color = { set_color_from_title = title:b_barkat } + title:d_b_barkdiz_color = { set_color_from_title = title:b_barkdiz } + title:d_b_barkul_color = { set_color_from_title = title:b_barkul } + title:d_b_barlad_color = { set_color_from_title = title:b_barlad } + title:d_b_barma_color = { set_color_from_title = title:b_barma } + title:d_b_barman_color = { set_color_from_title = title:b_barman } + title:d_b_barnaii_color = { set_color_from_title = title:b_barnaii } + title:d_b_barnaul_color = { set_color_from_title = title:b_barnaul } + title:d_b_barnstaple_color = { set_color_from_title = title:b_barnstaple } + title:d_b_barohiya_color = { set_color_from_title = title:b_barohiya } + title:d_b_baroli_color = { set_color_from_title = title:b_baroli } + title:d_b_barqa-al-marj_color = { set_color_from_title = title:b_barqa-al-marj } + title:d_b_barqaid_color = { set_color_from_title = title:b_barqaid } + title:d_b_bars_color = { set_color_from_title = title:b_bars } + title:d_b_barskhan_color = { set_color_from_title = title:b_barskhan } + title:d_b_barsuki_color = { set_color_from_title = title:b_barsuki } + title:d_b_bartenstein_color = { set_color_from_title = title:b_bartenstein } + title:d_b_bartulla_color = { set_color_from_title = title:b_bartulla } + title:d_b_baryang_color = { set_color_from_title = title:b_baryang } + title:d_b_barysaw_color = { set_color_from_title = title:b_barysaw } + title:d_b_barza_color = { set_color_from_title = title:b_barza } + title:d_b_barzam_color = { set_color_from_title = title:b_barzam } + title:d_b_barzand_color = { set_color_from_title = title:b_barzand } + title:d_b_basa_color = { set_color_from_title = title:b_basa } + title:d_b_basagha_color = { set_color_from_title = title:b_basagha } + title:d_b_basand_color = { set_color_from_title = title:b_basand } + title:d_b_basando_color = { set_color_from_title = title:b_basando } + title:d_b_basavapattana_color = { set_color_from_title = title:b_basavapattana } + title:d_b_basawa_color = { set_color_from_title = title:b_basawa } + title:d_b_basel_color = { set_color_from_title = title:b_basel } + title:d_b_basharga_color = { set_color_from_title = title:b_basharga } + title:d_b_bashazza_color = { set_color_from_title = title:b_bashazza } + title:d_b_bashila_color = { set_color_from_title = title:b_bashila } + title:d_b_bashin_color = { set_color_from_title = title:b_bashin } + title:d_b_bashkoyumal_color = { set_color_from_title = title:b_bashkoyumal } + title:d_b_basingstoke_color = { set_color_from_title = title:b_basingstoke } + title:d_b_basinna_color = { set_color_from_title = title:b_basinna } + title:d_b_basiyan_color = { set_color_from_title = title:b_basiyan } + title:d_b_basra_color = { set_color_from_title = title:b_basra } + title:d_b_bassa_color = { set_color_from_title = title:b_bassa } + title:d_b_bassa-afram_color = { set_color_from_title = title:b_bassa-afram } + title:d_b_bastia_color = { set_color_from_title = title:b_bastia } + title:d_b_bastogne_color = { set_color_from_title = title:b_bastogne } + title:d_b_bata_color = { set_color_from_title = title:b_bata } + title:d_b_batang_color = { set_color_from_title = title:b_batang } + title:d_b_bate_color = { set_color_from_title = title:b_bate } + title:d_b_bath_color = { set_color_from_title = title:b_bath } + title:d_b_batina-east_color = { set_color_from_title = title:b_batina-east } + title:d_b_batkhaan_color = { set_color_from_title = title:b_batkhaan } + title:d_b_batn_nakhl_color = { set_color_from_title = title:b_batn_nakhl } + title:d_b_batorkeszi_color = { set_color_from_title = title:b_batorkeszi } + title:d_b_batticaloa_color = { set_color_from_title = title:b_batticaloa } + title:d_b_batumi_color = { set_color_from_title = title:b_batumi } + title:d_b_bauchi_color = { set_color_from_title = title:b_bauchi } + title:d_b_bauska_color = { set_color_from_title = title:b_bauska } + title:d_b_bauska_color = { set_color_from_title = title:b_bauska } + title:d_b_bautzen_color = { set_color_from_title = title:b_bautzen } + title:d_b_bawangaja_color = { set_color_from_title = title:b_bawangaja } + title:d_b_bawit_color = { set_color_from_title = title:b_bawit } + title:d_b_bawiti_color = { set_color_from_title = title:b_bawiti } + title:d_b_bawku_color = { set_color_from_title = title:b_bawku } + title:d_b_baxoi_color = { set_color_from_title = title:b_baxoi } + title:d_b_bayan_color = { set_color_from_title = title:b_bayan } + title:d_b_bayan_UVS_color = { set_color_from_title = title:b_bayan_UVS } + title:d_b_bayan_aulska_color = { set_color_from_title = title:b_bayan_aulska } + title:d_b_bayan_nuur_color = { set_color_from_title = title:b_bayan_nuur } + title:d_b_bayana_color = { set_color_from_title = title:b_bayana } + title:d_b_baydhabo_color = { set_color_from_title = title:b_baydhabo } + title:d_b_bayeux_color = { set_color_from_title = title:b_bayeux } + title:d_b_bayhan_color = { set_color_from_title = title:b_bayhan } + title:d_b_baykara_color = { set_color_from_title = title:b_baykara } + title:d_b_bayonne_color = { set_color_from_title = title:b_bayonne } + title:d_b_bayreuth_color = { set_color_from_title = title:b_bayreuth } + title:d_b_baza_color = { set_color_from_title = title:b_baza } + title:d_b_bazadais_color = { set_color_from_title = title:b_bazadais } + title:d_b_bazarka_color = { set_color_from_title = title:b_bazarka } + title:d_b_bazin_color = { set_color_from_title = title:b_bazin } + title:d_b_bazoh_color = { set_color_from_title = title:b_bazoh } + title:d_b_beaugency_color = { set_color_from_title = title:b_beaugency } + title:d_b_beaujeu_color = { set_color_from_title = title:b_beaujeu } + title:d_b_beaumont_color = { set_color_from_title = title:b_beaumont } + title:d_b_beaumont_sur_leze_color = { set_color_from_title = title:b_beaumont_sur_leze } + title:d_b_beaune_color = { set_color_from_title = title:b_beaune } + title:d_b_beauvais_color = { set_color_from_title = title:b_beauvais } + title:d_b_bechyne_color = { set_color_from_title = title:b_bechyne } + title:d_b_becse_color = { set_color_from_title = title:b_becse } + title:d_b_beda_color = { set_color_from_title = title:b_beda } + title:d_b_bederkesa_color = { set_color_from_title = title:b_bederkesa } + title:d_b_bedford_color = { set_color_from_title = title:b_bedford } + title:d_b_begemdir_color = { set_color_from_title = title:b_begemdir } + title:d_b_begho_color = { set_color_from_title = title:b_begho } + title:d_b_behabad_color = { set_color_from_title = title:b_behabad } + title:d_b_beichtinen_color = { set_color_from_title = title:b_beichtinen } + title:d_b_beilu_color = { set_color_from_title = title:b_beilu } + title:d_b_beiram_color = { set_color_from_title = title:b_beiram } + title:d_b_beirut_color = { set_color_from_title = title:b_beirut } + title:d_b_beja_color = { set_color_from_title = title:b_beja } + title:d_b_bejaia_color = { set_color_from_title = title:b_bejaia } + title:d_b_bejar_color = { set_color_from_title = title:b_bejar } + title:d_b_bejestan_color = { set_color_from_title = title:b_bejestan } + title:d_b_bekdas_color = { set_color_from_title = title:b_bekdas } + title:d_b_bekes_color = { set_color_from_title = title:b_bekes } + title:d_b_beksima_color = { set_color_from_title = title:b_beksima } + title:d_b_bekwai_color = { set_color_from_title = title:b_bekwai } + title:d_b_belapura_color = { set_color_from_title = title:b_belapura } + title:d_b_belasa_color = { set_color_from_title = title:b_belasa } + title:d_b_belchite_color = { set_color_from_title = title:b_belchite } + title:d_b_belcoo_color = { set_color_from_title = title:b_belcoo } + title:d_b_belebey_color = { set_color_from_title = title:b_belebey } + title:d_b_belenyes_color = { set_color_from_title = title:b_belenyes } + title:d_b_belesek_color = { set_color_from_title = title:b_belesek } + title:d_b_beletweyne_color = { set_color_from_title = title:b_beletweyne } + title:d_b_belev_color = { set_color_from_title = title:b_belev } + title:d_b_belgard_color = { set_color_from_title = title:b_belgard } + title:d_b_belgaum_color = { set_color_from_title = title:b_belgaum } + title:d_b_belizi_color = { set_color_from_title = title:b_belizi } + title:d_b_beljan_color = { set_color_from_title = title:b_beljan } + title:d_b_bellac_color = { set_color_from_title = title:b_bellac } + title:d_b_belley_color = { set_color_from_title = title:b_belley } + title:d_b_bellinzona_color = { set_color_from_title = title:b_bellinzona } + title:d_b_belogorye_color = { set_color_from_title = title:b_belogorye } + title:d_b_belogradchik_color = { set_color_from_title = title:b_belogradchik } + title:d_b_beloozero_color = { set_color_from_title = title:b_beloozero } + title:d_b_belska_color = { set_color_from_title = title:b_belska } + title:d_b_belvedere_color = { set_color_from_title = title:b_belvedere } + title:d_b_belz_color = { set_color_from_title = title:b_belz } + title:d_b_bena_color = { set_color_from_title = title:b_bena } + title:d_b_benavente_color = { set_color_from_title = title:b_benavente } + title:d_b_bende_color = { set_color_from_title = title:b_bende } + title:d_b_benevento_color = { set_color_from_title = title:b_benevento } + title:d_b_benghazi_color = { set_color_from_title = title:b_benghazi } + title:d_b_benin_color = { set_color_from_title = title:b_benin } + title:d_b_benin-city_color = { set_color_from_title = title:b_benin-city } + title:d_b_benin_marshes_color = { set_color_from_title = title:b_benin_marshes } + title:d_b_benna_color = { set_color_from_title = title:b_benna } + title:d_b_bentheim_color = { set_color_from_title = title:b_bentheim } + title:d_b_beny_color = { set_color_from_title = title:b_beny } + title:d_b_beodericsworth_color = { set_color_from_title = title:b_beodericsworth } + title:d_b_beograd_color = { set_color_from_title = title:b_beograd } + title:d_b_beohari_color = { set_color_from_title = title:b_beohari } + title:d_b_berber_color = { set_color_from_title = title:b_berber } + title:d_b_berbera_color = { set_color_from_title = title:b_berbera } + title:d_b_berchtesgaden_color = { set_color_from_title = title:b_berchtesgaden } + title:d_b_berd_color = { set_color_from_title = title:b_berd } + title:d_b_beregszasz_color = { set_color_from_title = title:b_beregszasz } + title:d_b_berent_color = { set_color_from_title = title:b_berent } + title:d_b_berestye_color = { set_color_from_title = title:b_berestye } + title:d_b_bereznik_color = { set_color_from_title = title:b_bereznik } + title:d_b_berga_color = { set_color_from_title = title:b_berga } + title:d_b_bergamo_color = { set_color_from_title = title:b_bergamo } + title:d_b_berge_color = { set_color_from_title = title:b_berge } + title:d_b_bergen_op_zoom_color = { set_color_from_title = title:b_bergen_op_zoom } + title:d_b_bergerac_color = { set_color_from_title = title:b_bergerac } + title:d_b_bergh_color = { set_color_from_title = title:b_bergh } + title:d_b_berikul_color = { set_color_from_title = title:b_berikul } + title:d_b_berisiy_color = { set_color_from_title = title:b_berisiy } + title:d_b_berkhamsted_color = { set_color_from_title = title:b_berkhamsted } + title:d_b_berkri_color = { set_color_from_title = title:b_berkri } + title:d_b_berlin_color = { set_color_from_title = title:b_berlin } + title:d_b_bern_color = { set_color_from_title = title:b_bern } + title:d_b_beroe_color = { set_color_from_title = title:b_beroe } + title:d_b_beroun_color = { set_color_from_title = title:b_beroun } + title:d_b_berta_color = { set_color_from_title = title:b_berta } + title:d_b_bertrand_de_comminges_color = { set_color_from_title = title:b_bertrand_de_comminges } + title:d_b_berwick_color = { set_color_from_title = title:b_berwick } + title:d_b_beryslav_color = { set_color_from_title = title:b_beryslav } + title:d_b_besancon_color = { set_color_from_title = title:b_besancon } + title:d_b_besensheim_color = { set_color_from_title = title:b_besensheim } + title:d_b_beshbalik_color = { set_color_from_title = title:b_beshbalik } + title:d_b_besinada_color = { set_color_from_title = title:b_besinada } + title:d_b_beszterce_color = { set_color_from_title = title:b_beszterce } + title:d_b_betanzos_color = { set_color_from_title = title:b_betanzos } + title:d_b_bethen_color = { set_color_from_title = title:b_bethen } + title:d_b_betla_color = { set_color_from_title = title:b_betla } + title:d_b_betma_color = { set_color_from_title = title:b_betma } + title:d_b_betpa_color = { set_color_from_title = title:b_betpa } + title:d_b_betzini_color = { set_color_from_title = title:b_betzini } + title:d_b_beyin_color = { set_color_from_title = title:b_beyin } + title:d_b_beyneu_color = { set_color_from_title = title:b_beyneu } + title:d_b_beyta_color = { set_color_from_title = title:b_beyta } + title:d_b_bezda_color = { set_color_from_title = title:b_bezda } + title:d_b_bezdez_color = { set_color_from_title = title:b_bezdez } + title:d_b_bezeklik_color = { set_color_from_title = title:b_bezeklik } + title:d_b_bezichi_color = { set_color_from_title = title:b_bezichi } + title:d_b_beziers_color = { set_color_from_title = title:b_beziers } + title:d_b_bhadohi_color = { set_color_from_title = title:b_bhadohi } + title:d_b_bhadracala_color = { set_color_from_title = title:b_bhadracala } + title:d_b_bhadrak_color = { set_color_from_title = title:b_bhadrak } + title:d_b_bhainsa_color = { set_color_from_title = title:b_bhainsa } + title:d_b_bhainsrorgarh_color = { set_color_from_title = title:b_bhainsrorgarh } + title:d_b_bhairavunikonda_color = { set_color_from_title = title:b_bhairavunikonda } + title:d_b_bhakkar_color = { set_color_from_title = title:b_bhakkar } + title:d_b_bhaktapur_color = { set_color_from_title = title:b_bhaktapur } + title:d_b_bhamer_color = { set_color_from_title = title:b_bhamer } + title:d_b_bhandara_color = { set_color_from_title = title:b_bhandara } + title:d_b_bhanvad_color = { set_color_from_title = title:b_bhanvad } + title:d_b_bharatpur_color = { set_color_from_title = title:b_bharatpur } + title:d_b_bharuch_color = { set_color_from_title = title:b_bharuch } + title:d_b_bhatiya_color = { set_color_from_title = title:b_bhatiya } + title:d_b_bhatnir_color = { set_color_from_title = title:b_bhatnir } + title:d_b_bhatta_color = { set_color_from_title = title:b_bhatta } + title:d_b_bhera_color = { set_color_from_title = title:b_bhera } + title:d_b_bhid_color = { set_color_from_title = title:b_bhid } + title:d_b_bhillamala_color = { set_color_from_title = title:b_bhillamala } + title:d_b_bhilwara_color = { set_color_from_title = title:b_bhilwara } + title:d_b_bhimashankara_color = { set_color_from_title = title:b_bhimashankara } + title:d_b_bhimtal_color = { set_color_from_title = title:b_bhimtal } + title:d_b_bhirr_color = { set_color_from_title = title:b_bhirr } + title:d_b_bhitagarh_color = { set_color_from_title = title:b_bhitagarh } + title:d_b_bhojpur_color = { set_color_from_title = title:b_bhojpur } + title:d_b_bhojpur_tibet_color = { set_color_from_title = title:b_bhojpur_tibet } + title:d_b_bhubaneswar_color = { set_color_from_title = title:b_bhubaneswar } + title:d_b_bhuj_color = { set_color_from_title = title:b_bhuj } + title:d_b_bhumilka_color = { set_color_from_title = title:b_bhumilka } + title:d_b_bhuttar_color = { set_color_from_title = title:b_bhuttar } + title:d_b_bibemi_color = { set_color_from_title = title:b_bibemi } + title:d_b_bichvinta_color = { set_color_from_title = title:b_bichvinta } + title:d_b_bida_color = { set_color_from_title = title:b_bida } + title:d_b_bidar_color = { set_color_from_title = title:b_bidar } + title:d_b_biddiri_color = { set_color_from_title = title:b_biddiri } + title:d_b_biel_color = { set_color_from_title = title:b_biel } + title:d_b_bielastock_color = { set_color_from_title = title:b_bielastock } + title:d_b_bielaya_color = { set_color_from_title = title:b_bielaya } + title:d_b_biella_color = { set_color_from_title = title:b_biella } + title:d_b_bielsk_color = { set_color_from_title = title:b_bielsk } + title:d_b_bielsko_color = { set_color_from_title = title:b_bielsko } + title:d_b_biescas_color = { set_color_from_title = title:b_biescas } + title:d_b_biggar_color = { set_color_from_title = title:b_biggar } + title:d_b_bih_color = { set_color_from_title = title:b_bih } + title:d_b_bihac_color = { set_color_from_title = title:b_bihac } + title:d_b_bihar_sharif_color = { set_color_from_title = title:b_bihar_sharif } + title:d_b_biia_color = { set_color_from_title = title:b_biia } + title:d_b_bijagos_color = { set_color_from_title = title:b_bijagos } + title:d_b_bijeljina_color = { set_color_from_title = title:b_bijeljina } + title:d_b_bijnor_color = { set_color_from_title = title:b_bijnor } + title:d_b_bikramkhol_color = { set_color_from_title = title:b_bikramkhol } + title:d_b_bikrampur_color = { set_color_from_title = title:b_bikrampur } + title:d_b_bilanga_color = { set_color_from_title = title:b_bilanga } + title:d_b_bilbays_color = { set_color_from_title = title:b_bilbays } + title:d_b_bilbe_color = { set_color_from_title = title:b_bilbe } + title:d_b_bilhorod_color = { set_color_from_title = title:b_bilhorod } + title:d_b_bilibio_color = { set_color_from_title = title:b_bilibio } + title:d_b_bilima_color = { set_color_from_title = title:b_bilima } + title:d_b_bilin_color = { set_color_from_title = title:b_bilin } + title:d_b_bilina_color = { set_color_from_title = title:b_bilina } + title:d_b_bilizma_color = { set_color_from_title = title:b_bilizma } + title:d_b_bilma_color = { set_color_from_title = title:b_bilma } + title:d_b_bilstein_color = { set_color_from_title = title:b_bilstein } + title:d_b_bilyar_color = { set_color_from_title = title:b_bilyar } + title:d_b_bimand_color = { set_color_from_title = title:b_bimand } + title:d_b_bindir_color = { set_color_from_title = title:b_bindir } + title:d_b_binnaka_color = { set_color_from_title = title:b_binnaka } + title:d_b_bint_color = { set_color_from_title = title:b_bint } + title:d_b_biograd_color = { set_color_from_title = title:b_biograd } + title:d_b_bir_amir_color = { set_color_from_title = title:b_bir_amir } + title:d_b_bir_el-kai_color = { set_color_from_title = title:b_bir_el-kai } + title:d_b_bir_um-ghrein_color = { set_color_from_title = title:b_bir_um-ghrein } + title:d_b_birasu_color = { set_color_from_title = title:b_birasu } + title:d_b_birgo_color = { set_color_from_title = title:b_birgo } + title:d_b_biriku_color = { set_color_from_title = title:b_biriku } + title:d_b_biriusa_color = { set_color_from_title = title:b_biriusa } + title:d_b_birjand_color = { set_color_from_title = title:b_birjand } + title:d_b_birkevik_color = { set_color_from_title = title:b_birkevik } + title:d_b_birmingham_color = { set_color_from_title = title:b_birmingham } + title:d_b_birnin_lafiya_color = { set_color_from_title = title:b_birnin_lafiya } + title:d_b_birr_color = { set_color_from_title = title:b_birr } + title:d_b_birsk_color = { set_color_from_title = title:b_birsk } + title:d_b_biru_color = { set_color_from_title = title:b_biru } + title:d_b_biru_walata_color = { set_color_from_title = title:b_biru_walata } + title:d_b_biryusa_color = { set_color_from_title = title:b_biryusa } + title:d_b_birzai_color = { set_color_from_title = title:b_birzai } + title:d_b_birzula_color = { set_color_from_title = title:b_birzula } + title:d_b_bisandugu_color = { set_color_from_title = title:b_bisandugu } + title:d_b_bischofswerda_color = { set_color_from_title = title:b_bischofswerda } + title:d_b_bisha_color = { set_color_from_title = title:b_bisha } + title:d_b_bisha_MON_color = { set_color_from_title = title:b_bisha_MON } + title:d_b_bishang_color = { set_color_from_title = title:b_bishang } + title:d_b_bishnupur_color = { set_color_from_title = title:b_bishnupur } + title:d_b_bishops_castle_color = { set_color_from_title = title:b_bishops_castle } + title:d_b_biskra_color = { set_color_from_title = title:b_biskra } + title:d_b_bisserskaya_color = { set_color_from_title = title:b_bisserskaya } + title:d_b_bistum_color = { set_color_from_title = title:b_bistum } + title:d_b_bisutun_color = { set_color_from_title = title:b_bisutun } + title:d_b_bitan_color = { set_color_from_title = title:b_bitan } + title:d_b_bitola_color = { set_color_from_title = title:b_bitola } + title:d_b_biton_color = { set_color_from_title = title:b_biton } + title:d_b_bitov_color = { set_color_from_title = title:b_bitov } + title:d_b_bitsch_color = { set_color_from_title = title:b_bitsch } + title:d_b_biu_color = { set_color_from_title = title:b_biu } + title:d_b_biun_color = { set_color_from_title = title:b_biun } + title:d_b_biyadaq_color = { set_color_from_title = title:b_biyadaq } + title:d_b_biyar_color = { set_color_from_title = title:b_biyar } + title:d_b_bizamo_color = { set_color_from_title = title:b_bizamo } + title:d_b_bizye_color = { set_color_from_title = title:b_bizye } + title:d_b_bjarkoy_color = { set_color_from_title = title:b_bjarkoy } + title:d_b_bjorgvin_color = { set_color_from_title = title:b_bjorgvin } + title:d_b_blagaj_color = { set_color_from_title = title:b_blagaj } + title:d_b_blankenberg_color = { set_color_from_title = title:b_blankenberg } + title:d_b_blankenburg_color = { set_color_from_title = title:b_blankenburg } + title:d_b_blaye_color = { set_color_from_title = title:b_blaye } + title:d_b_blois_color = { set_color_from_title = title:b_blois } + title:d_b_blotkowo_color = { set_color_from_title = title:b_blotkowo } + title:d_b_blything_color = { set_color_from_title = title:b_blything } + title:d_b_boa_color = { set_color_from_title = title:b_boa } + title:d_b_bobo_dyulasso_color = { set_color_from_title = title:b_bobo_dyulasso } + title:d_b_boborossa_color = { set_color_from_title = title:b_boborossa } + title:d_b_bobovac_color = { set_color_from_title = title:b_bobovac } + title:d_b_bochnia_color = { set_color_from_title = title:b_bochnia } + title:d_b_bodh_gaya_color = { set_color_from_title = title:b_bodh_gaya } + title:d_b_bodrog_color = { set_color_from_title = title:b_bodrog } + title:d_b_bogale_color = { set_color_from_title = title:b_bogale } + title:d_b_bogo_color = { set_color_from_title = title:b_bogo } + title:d_b_boguchar_color = { set_color_from_title = title:b_boguchar } + title:d_b_bohani_color = { set_color_from_title = title:b_bohani } + title:d_b_bohi_color = { set_color_from_title = title:b_bohi } + title:d_b_bohodukhiv_color = { set_color_from_title = title:b_bohodukhiv } + title:d_b_bokainagar_color = { set_color_from_title = title:b_bokainagar } + title:d_b_bokalik_color = { set_color_from_title = title:b_bokalik } + title:d_b_boke_color = { set_color_from_title = title:b_boke } + title:d_b_boksanbanya_color = { set_color_from_title = title:b_boksanbanya } + title:d_b_bokthang_color = { set_color_from_title = title:b_bokthang } + title:d_b_bol_agach_color = { set_color_from_title = title:b_bol_agach } + title:d_b_bol_uran_color = { set_color_from_title = title:b_bol_uran } + title:d_b_bole_color = { set_color_from_title = title:b_bole } + title:d_b_boleslav_color = { set_color_from_title = title:b_boleslav } + title:d_b_bolghar_color = { set_color_from_title = title:b_bolghar } + title:d_b_boli_color = { set_color_from_title = title:b_boli } + title:d_b_bolingsbroke_color = { set_color_from_title = title:b_bolingsbroke } + title:d_b_bolm_color = { set_color_from_title = title:b_bolm } + title:d_b_bolnisi_color = { set_color_from_title = title:b_bolnisi } + title:d_b_bolo_color = { set_color_from_title = title:b_bolo } + title:d_b_bologna_color = { set_color_from_title = title:b_bologna } + title:d_b_bolsho_kyzylkul_color = { set_color_from_title = title:b_bolsho_kyzylkul } + title:d_b_bolton_color = { set_color_from_title = title:b_bolton } + title:d_b_bolzano_color = { set_color_from_title = title:b_bolzano } + title:d_b_bombali_color = { set_color_from_title = title:b_bombali } + title:d_b_bombogor_color = { set_color_from_title = title:b_bombogor } + title:d_b_bome_color = { set_color_from_title = title:b_bome } + title:d_b_bonduku_color = { set_color_from_title = title:b_bonduku } + title:d_b_bonga_color = { set_color_from_title = title:b_bonga } + title:d_b_bonifacio_color = { set_color_from_title = title:b_bonifacio } + title:d_b_bonn_color = { set_color_from_title = title:b_bonn } + title:d_b_bonny_color = { set_color_from_title = title:b_bonny } + title:d_b_bono_manso_color = { set_color_from_title = title:b_bono_manso } + title:d_b_boon_tsagaan_color = { set_color_from_title = title:b_boon_tsagaan } + title:d_b_boppard_color = { set_color_from_title = title:b_boppard } + title:d_b_borama_color = { set_color_from_title = title:b_borama } + title:d_b_borculo_color = { set_color_from_title = title:b_borculo } + title:d_b_bordeaux_color = { set_color_from_title = title:b_bordeaux } + title:d_b_borgarh_color = { set_color_from_title = title:b_borgarh } + title:d_b_borgarsyslar_color = { set_color_from_title = title:b_borgarsyslar } + title:d_b_borgholm_color = { set_color_from_title = title:b_borgholm } + title:d_b_borgu_color = { set_color_from_title = title:b_borgu } + title:d_b_borkou_color = { set_color_from_title = title:b_borkou } + title:d_b_boro_burgasu_color = { set_color_from_title = title:b_boro_burgasu } + title:d_b_boromo_color = { set_color_from_title = title:b_boromo } + title:d_b_boron_color = { set_color_from_title = title:b_boron } + title:d_b_boron-north_color = { set_color_from_title = title:b_boron-north } + title:d_b_borovichi_color = { set_color_from_title = title:b_borovichi } + title:d_b_borsa_color = { set_color_from_title = title:b_borsa } + title:d_b_borsod_color = { set_color_from_title = title:b_borsod } + title:d_b_borsova_color = { set_color_from_title = title:b_borsova } + title:d_b_borultokay_color = { set_color_from_title = title:b_borultokay } + title:d_b_borus_color = { set_color_from_title = title:b_borus } + title:d_b_boryspil_color = { set_color_from_title = title:b_boryspil } + title:d_b_borzna_color = { set_color_from_title = title:b_borzna } + title:d_b_bos-tau_color = { set_color_from_title = title:b_bos-tau } + title:d_b_bosha_color = { set_color_from_title = title:b_bosha } + title:d_b_bosilegrad_color = { set_color_from_title = title:b_bosilegrad } + title:d_b_bost_color = { set_color_from_title = title:b_bost } + title:d_b_bostal_color = { set_color_from_title = title:b_bostal } + title:d_b_bosten_color = { set_color_from_title = title:b_bosten } + title:d_b_boston_color = { set_color_from_title = title:b_boston } + title:d_b_bosworth_color = { set_color_from_title = title:b_bosworth } + title:d_b_bothin_color = { set_color_from_title = title:b_bothin } + title:d_b_bottaman_color = { set_color_from_title = title:b_bottaman } + title:d_b_botzow_color = { set_color_from_title = title:b_botzow } + title:d_b_bou_color = { set_color_from_title = title:b_bou } + title:d_b_bou_khzama_color = { set_color_from_title = title:b_bou_khzama } + title:d_b_bouake_color = { set_color_from_title = title:b_bouake } + title:d_b_boubo_color = { set_color_from_title = title:b_boubo } + title:d_b_bouda_color = { set_color_from_title = title:b_bouda } + title:d_b_boudounitsa_color = { set_color_from_title = title:b_boudounitsa } + title:d_b_bouillon_color = { set_color_from_title = title:b_bouillon } + title:d_b_boulawan_color = { set_color_from_title = title:b_boulawan } + title:d_b_boulel_color = { set_color_from_title = title:b_boulel } + title:d_b_boulogne_color = { set_color_from_title = title:b_boulogne } + title:d_b_boulom_color = { set_color_from_title = title:b_boulom } + title:d_b_bouna_color = { set_color_from_title = title:b_bouna } + title:d_b_bourbon_color = { set_color_from_title = title:b_bourbon } + title:d_b_bourem_color = { set_color_from_title = title:b_bourem } + title:d_b_bourg_color = { set_color_from_title = title:b_bourg } + title:d_b_bourges_color = { set_color_from_title = title:b_bourges } + title:d_b_bousaada_color = { set_color_from_title = title:b_bousaada } + title:d_b_boussac_color = { set_color_from_title = title:b_boussac } + title:d_b_bousso_color = { set_color_from_title = title:b_bousso } + title:d_b_bozen_color = { set_color_from_title = title:b_bozen } + title:d_b_braga_color = { set_color_from_title = title:b_braga } + title:d_b_braganza_color = { set_color_from_title = title:b_braganza } + title:d_b_brahmapura_color = { set_color_from_title = title:b_brahmapura } + title:d_b_braila_color = { set_color_from_title = title:b_braila } + title:d_b_brakel_color = { set_color_from_title = title:b_brakel } + title:d_b_brandenburg_color = { set_color_from_title = title:b_brandenburg } + title:d_b_branicevo_color = { set_color_from_title = title:b_branicevo } + title:d_b_braslau_color = { set_color_from_title = title:b_braslau } + title:d_b_brasso_color = { set_color_from_title = title:b_brasso } + title:d_b_bratsk_color = { set_color_from_title = title:b_bratsk } + title:d_b_braunau_color = { set_color_from_title = title:b_braunau } + title:d_b_braunsberg_color = { set_color_from_title = title:b_braunsberg } + title:d_b_bray_color = { set_color_from_title = title:b_bray } + title:d_b_breclav_color = { set_color_from_title = title:b_breclav } + title:d_b_brecon_color = { set_color_from_title = title:b_brecon } + title:d_b_breda_color = { set_color_from_title = title:b_breda } + title:d_b_bredevoort_color = { set_color_from_title = title:b_bredevoort } + title:d_b_bregenz_color = { set_color_from_title = title:b_bregenz } + title:d_b_bregne_color = { set_color_from_title = title:b_bregne } + title:d_b_bremanger_color = { set_color_from_title = title:b_bremanger } + title:d_b_bremen_color = { set_color_from_title = title:b_bremen } + title:d_b_brene_color = { set_color_from_title = title:b_brene } + title:d_b_brentford_color = { set_color_from_title = title:b_brentford } + title:d_b_brescello_color = { set_color_from_title = title:b_brescello } + title:d_b_brescia_color = { set_color_from_title = title:b_brescia } + title:d_b_breslau_color = { set_color_from_title = title:b_breslau } + title:d_b_bressuire_color = { set_color_from_title = title:b_bressuire } + title:d_b_brest_color = { set_color_from_title = title:b_brest } + title:d_b_breznica_color = { set_color_from_title = title:b_breznica } + title:d_b_breznik_color = { set_color_from_title = title:b_breznik } + title:d_b_breznobanya_color = { set_color_from_title = title:b_breznobanya } + title:d_b_briancon_color = { set_color_from_title = title:b_briancon } + title:d_b_bribir_color = { set_color_from_title = title:b_bribir } + title:d_b_bridlington_color = { set_color_from_title = title:b_bridlington } + title:d_b_brielle_color = { set_color_from_title = title:b_brielle } + title:d_b_briesen_color = { set_color_from_title = title:b_briesen } + title:d_b_briey_color = { set_color_from_title = title:b_briey } + title:d_b_brin_navolok_color = { set_color_from_title = title:b_brin_navolok } + title:d_b_brindisi_color = { set_color_from_title = title:b_brindisi } + title:d_b_brinje_color = { set_color_from_title = title:b_brinje } + title:d_b_bristol_color = { set_color_from_title = title:b_bristol } + title:d_b_brixen_color = { set_color_from_title = title:b_brixen } + title:d_b_brno_color = { set_color_from_title = title:b_brno } + title:d_b_brod_color = { set_color_from_title = title:b_brod } + title:d_b_brodnica_color = { set_color_from_title = title:b_brodnica } + title:d_b_brodno_color = { set_color_from_title = title:b_brodno } + title:d_b_brskovo_color = { set_color_from_title = title:b_brskovo } + title:d_b_bruchhausen_color = { set_color_from_title = title:b_bruchhausen } + title:d_b_bruck_color = { set_color_from_title = title:b_bruck } + title:d_b_bruges_color = { set_color_from_title = title:b_bruges } + title:d_b_bruneck_color = { set_color_from_title = title:b_bruneck } + title:d_b_brunswick_color = { set_color_from_title = title:b_brunswick } + title:d_b_brussels_color = { set_color_from_title = title:b_brussels } + title:d_b_brysis_color = { set_color_from_title = title:b_brysis } + title:d_b_brzeg_color = { set_color_from_title = title:b_brzeg } + title:d_b_buchach_color = { set_color_from_title = title:b_buchach } + title:d_b_buckingham_color = { set_color_from_title = title:b_buckingham } + title:d_b_bucuresti_color = { set_color_from_title = title:b_bucuresti } + title:d_b_budin_color = { set_color_from_title = title:b_budin } + title:d_b_budingen_color = { set_color_from_title = title:b_budingen } + title:d_b_budlimlje_color = { set_color_from_title = title:b_budlimlje } + title:d_b_bug_color = { set_color_from_title = title:b_bug } + title:d_b_bugaiwilik_color = { set_color_from_title = title:b_bugaiwilik } + title:d_b_bugaly_color = { set_color_from_title = title:b_bugaly } + title:d_b_bughrara_color = { set_color_from_title = title:b_bughrara } + title:d_b_bugulde_color = { set_color_from_title = title:b_bugulde } + title:d_b_bugulma_color = { set_color_from_title = title:b_bugulma } + title:d_b_bugur_color = { set_color_from_title = title:b_bugur } + title:d_b_bugur_TARIM_color = { set_color_from_title = title:b_bugur_TARIM } + title:d_b_buguriba_color = { set_color_from_title = title:b_buguriba } + title:d_b_bugurslan_color = { set_color_from_title = title:b_bugurslan } + title:d_b_bugyntalbar_color = { set_color_from_title = title:b_bugyntalbar } + title:d_b_buipe_color = { set_color_from_title = title:b_buipe } + title:d_b_bukhara_color = { set_color_from_title = title:b_bukhara } + title:d_b_bukhtarma_color = { set_color_from_title = title:b_bukhtarma } + title:d_b_bukuruwa_color = { set_color_from_title = title:b_bukuruwa } + title:d_b_buky_color = { set_color_from_title = title:b_buky } + title:d_b_bulandy_color = { set_color_from_title = title:b_bulandy } + title:d_b_bulat_color = { set_color_from_title = title:b_bulat } + title:d_b_bulgan_uul_color = { set_color_from_title = title:b_bulgan_uul } + title:d_b_bulun-tok_color = { set_color_from_title = title:b_bulun-tok } + title:d_b_bumbag_hayrhan_uul_color = { set_color_from_title = title:b_bumbag_hayrhan_uul } + title:d_b_bumgye_color = { set_color_from_title = title:b_bumgye } + title:d_b_bumthang_color = { set_color_from_title = title:b_bumthang } + title:d_b_bundi_color = { set_color_from_title = title:b_bundi } + title:d_b_bundu_color = { set_color_from_title = title:b_bundu } + title:d_b_bunjiket_color = { set_color_from_title = title:b_bunjiket } + title:d_b_bur_color = { set_color_from_title = title:b_bur } + title:d_b_bura_color = { set_color_from_title = title:b_bura } + title:d_b_buren_color = { set_color_from_title = title:b_buren } + title:d_b_burgas_color = { set_color_from_title = title:b_burgas } + title:d_b_burgasutai_color = { set_color_from_title = title:b_burgasutai } + title:d_b_burgau_color = { set_color_from_title = title:b_burgau } + title:d_b_burghausen_color = { set_color_from_title = title:b_burghausen } + title:d_b_burgos_color = { set_color_from_title = title:b_burgos } + title:d_b_burgun_color = { set_color_from_title = title:b_burgun } + title:d_b_burhanpur_color = { set_color_from_title = title:b_burhanpur } + title:d_b_burhi_gandak_color = { set_color_from_title = title:b_burhi_gandak } + title:d_b_buri_color = { set_color_from_title = title:b_buri } + title:d_b_burji_color = { set_color_from_title = title:b_burji } + title:d_b_burkal_color = { set_color_from_title = title:b_burkal } + title:d_b_burluk_color = { set_color_from_title = title:b_burluk } + title:d_b_burogco_color = { set_color_from_title = title:b_burogco } + title:d_b_burqin_color = { set_color_from_title = title:b_burqin } + title:d_b_burqug_color = { set_color_from_title = title:b_burqug } + title:d_b_burss_color = { set_color_from_title = title:b_burss } + title:d_b_burullus_color = { set_color_from_title = title:b_burullus } + title:d_b_burunfongo_color = { set_color_from_title = title:b_burunfongo } + title:d_b_burzanga_color = { set_color_from_title = title:b_burzanga } + title:d_b_busa_color = { set_color_from_title = title:b_busa } + title:d_b_busaga_color = { set_color_from_title = title:b_busaga } + title:d_b_busaso_color = { set_color_from_title = title:b_busaso } + title:d_b_bushkanat_color = { set_color_from_title = title:b_bushkanat } + title:d_b_busin_color = { set_color_from_title = title:b_busin } + title:d_b_busir_color = { set_color_from_title = title:b_busir } + title:d_b_busk_color = { set_color_from_title = title:b_busk } + title:d_b_busra_color = { set_color_from_title = title:b_busra } + title:d_b_busura_color = { set_color_from_title = title:b_busura } + title:d_b_buteeliin_nuruu_color = { set_color_from_title = title:b_buteeliin_nuruu } + title:d_b_buthrotum_color = { set_color_from_title = title:b_buthrotum } + title:d_b_buur_heybe_color = { set_color_from_title = title:b_buur_heybe } + title:d_b_buxtehude_color = { set_color_from_title = title:b_buxtehude } + title:d_b_buzaa_color = { set_color_from_title = title:b_buzaa } + title:d_b_buzai_color = { set_color_from_title = title:b_buzai } + title:d_b_buzau_color = { set_color_from_title = title:b_buzau } + title:d_b_buzjan_color = { set_color_from_title = title:b_buzjan } + title:d_b_buzuluk_color = { set_color_from_title = title:b_buzuluk } + title:d_b_buzye_color = { set_color_from_title = title:b_buzye } + title:d_b_byalgrad_color = { set_color_from_title = title:b_byalgrad } + title:d_b_bychok_color = { set_color_from_title = title:b_bychok } + title:d_b_bydgoszcz_color = { set_color_from_title = title:b_bydgoszcz } + title:d_b_bytom_color = { set_color_from_title = title:b_bytom } + title:d_b_bytow_color = { set_color_from_title = title:b_bytow } + title:d_b_cabaneros_color = { set_color_from_title = title:b_cabaneros } + title:d_b_cabarda_color = { set_color_from_title = title:b_cabarda } + title:d_b_cabartei_color = { set_color_from_title = title:b_cabartei } + title:d_b_cabra_color = { set_color_from_title = title:b_cabra } + title:d_b_caceres_color = { set_color_from_title = title:b_caceres } + title:d_b_cadi_color = { set_color_from_title = title:b_cadi } + title:d_b_cadiz_color = { set_color_from_title = title:b_cadiz } + title:d_b_cadyou_color = { set_color_from_title = title:b_cadyou } + title:d_b_caen_color = { set_color_from_title = title:b_caen } + title:d_b_caernarfon_color = { set_color_from_title = title:b_caernarfon } + title:d_b_caerphilly_color = { set_color_from_title = title:b_caerphilly } + title:d_b_cagli_color = { set_color_from_title = title:b_cagli } + title:d_b_cagliari_color = { set_color_from_title = title:b_cagliari } + title:d_b_cahors_color = { set_color_from_title = title:b_cahors } + title:d_b_cahul_color = { set_color_from_title = title:b_cahul } + title:d_b_cairo_color = { set_color_from_title = title:b_cairo } + title:d_b_cakha_color = { set_color_from_title = title:b_cakha } + title:d_b_cakrakuta_color = { set_color_from_title = title:b_cakrakuta } + title:d_b_calabar_color = { set_color_from_title = title:b_calabar } + title:d_b_calaceite_color = { set_color_from_title = title:b_calaceite } + title:d_b_calafat_color = { set_color_from_title = title:b_calafat } + title:d_b_calais_color = { set_color_from_title = title:b_calais } + title:d_b_calarasi_color = { set_color_from_title = title:b_calarasi } + title:d_b_calatafimi_color = { set_color_from_title = title:b_calatafimi } + title:d_b_calatayud_color = { set_color_from_title = title:b_calatayud } + title:d_b_calatrava_color = { set_color_from_title = title:b_calatrava } + title:d_b_calicut_color = { set_color_from_title = title:b_calicut } + title:d_b_callander_color = { set_color_from_title = title:b_callander } + title:d_b_caltagirone_color = { set_color_from_title = title:b_caltagirone } + title:d_b_caltanisetta_color = { set_color_from_title = title:b_caltanisetta } + title:d_b_calvi_color = { set_color_from_title = title:b_calvi } + title:d_b_calw_color = { set_color_from_title = title:b_calw } + title:d_b_camacha_color = { set_color_from_title = title:b_camacha } + title:d_b_camaldoli_color = { set_color_from_title = title:b_camaldoli } + title:d_b_camarda_color = { set_color_from_title = title:b_camarda } + title:d_b_cambrai_color = { set_color_from_title = title:b_cambrai } + title:d_b_cambridge_color = { set_color_from_title = title:b_cambridge } + title:d_b_camerino_color = { set_color_from_title = title:b_camerino } + title:d_b_cammin_color = { set_color_from_title = title:b_cammin } + title:d_b_campa_color = { set_color_from_title = title:b_campa } + title:d_b_camparanya_color = { set_color_from_title = title:b_camparanya } + title:d_b_campulung_color = { set_color_from_title = title:b_campulung } + title:d_b_campulung_moldovenesc_color = { set_color_from_title = title:b_campulung_moldovenesc } + title:d_b_canavese_color = { set_color_from_title = title:b_canavese } + title:d_b_canda_color = { set_color_from_title = title:b_canda } + title:d_b_candhoba_color = { set_color_from_title = title:b_candhoba } + title:d_b_candradvipa_color = { set_color_from_title = title:b_candradvipa } + title:d_b_candranatha_color = { set_color_from_title = title:b_candranatha } + title:d_b_candravati_color = { set_color_from_title = title:b_candravati } + title:d_b_canossa_color = { set_color_from_title = title:b_canossa } + title:d_b_canterbury_color = { set_color_from_title = title:b_canterbury } + title:d_b_cantillana_color = { set_color_from_title = title:b_cantillana } + title:d_b_caorle_color = { set_color_from_title = title:b_caorle } + title:d_b_capua_color = { set_color_from_title = title:b_capua } + title:d_b_caravacadelacruz_color = { set_color_from_title = title:b_caravacadelacruz } + title:d_b_carballido_color = { set_color_from_title = title:b_carballido } + title:d_b_carbonara_color = { set_color_from_title = title:b_carbonara } + title:d_b_carcassonne_color = { set_color_from_title = title:b_carcassonne } + title:d_b_cardiff_color = { set_color_from_title = title:b_cardiff } + title:d_b_cardigan_color = { set_color_from_title = title:b_cardigan } + title:d_b_carguya_color = { set_color_from_title = title:b_carguya } + title:d_b_carisbrooke_color = { set_color_from_title = title:b_carisbrooke } + title:d_b_carissa_color = { set_color_from_title = title:b_carissa } + title:d_b_carlat_color = { set_color_from_title = title:b_carlat } + title:d_b_carlisle_color = { set_color_from_title = title:b_carlisle } + title:d_b_carlow_color = { set_color_from_title = title:b_carlow } + title:d_b_carmarthen_color = { set_color_from_title = title:b_carmarthen } + title:d_b_carmona_color = { set_color_from_title = title:b_carmona } + title:d_b_carrick_color = { set_color_from_title = title:b_carrick } + title:d_b_carrickfergus_color = { set_color_from_title = title:b_carrickfergus } + title:d_b_cartagena_color = { set_color_from_title = title:b_cartagena } + title:d_b_cascarena_color = { set_color_from_title = title:b_cascarena } + title:d_b_casel_color = { set_color_from_title = title:b_casel } + title:d_b_casentino_color = { set_color_from_title = title:b_casentino } + title:d_b_caslav_color = { set_color_from_title = title:b_caslav } + title:d_b_casnewydd_color = { set_color_from_title = title:b_casnewydd } + title:d_b_caspe_color = { set_color_from_title = title:b_caspe } + title:d_b_cassino_color = { set_color_from_title = title:b_cassino } + title:d_b_castamon_color = { set_color_from_title = title:b_castamon } + title:d_b_castellane_color = { set_color_from_title = title:b_castellane } + title:d_b_castellon_color = { set_color_from_title = title:b_castellon } + title:d_b_castelnaudary_color = { set_color_from_title = title:b_castelnaudary } + title:d_b_castelo_branco_color = { set_color_from_title = title:b_castelo_branco } + title:d_b_castelsarrasin_color = { set_color_from_title = title:b_castelsarrasin } + title:d_b_castilblanco_color = { set_color_from_title = title:b_castilblanco } + title:d_b_castlebar_color = { set_color_from_title = title:b_castlebar } + title:d_b_castleton_color = { set_color_from_title = title:b_castleton } + title:d_b_castletown_color = { set_color_from_title = title:b_castletown } + title:d_b_castrogiovanni_color = { set_color_from_title = title:b_castrogiovanni } + title:d_b_castrovillari_color = { set_color_from_title = title:b_castrovillari } + title:d_b_catania_color = { set_color_from_title = title:b_catania } + title:d_b_catanzaro_color = { set_color_from_title = title:b_catanzaro } + title:d_b_cattaro_color = { set_color_from_title = title:b_cattaro } + title:d_b_catyaeum_color = { set_color_from_title = title:b_catyaeum } + title:d_b_cavan_color = { set_color_from_title = title:b_cavan } + title:d_b_cawarong_color = { set_color_from_title = title:b_cawarong } + title:d_b_caze_color = { set_color_from_title = title:b_caze } + title:d_b_cazma_color = { set_color_from_title = title:b_cazma } + title:d_b_cefalu_color = { set_color_from_title = title:b_cefalu } + title:d_b_cegled_color = { set_color_from_title = title:b_cegled } + title:d_b_ceklis_color = { set_color_from_title = title:b_ceklis } + title:d_b_celle_color = { set_color_from_title = title:b_celle } + title:d_b_ceneta_color = { set_color_from_title = title:b_ceneta } + title:d_b_cento_color = { set_color_from_title = title:b_cento } + title:d_b_central_jbl_quzlum_color = { set_color_from_title = title:b_central_jbl_quzlum } + title:d_b_central_kordofan_color = { set_color_from_title = title:b_central_kordofan } + title:d_b_cephalonia_color = { set_color_from_title = title:b_cephalonia } + title:d_b_cerasus_color = { set_color_from_title = title:b_cerasus } + title:d_b_cernauti_color = { set_color_from_title = title:b_cernauti } + title:d_b_cerynia_color = { set_color_from_title = title:b_cerynia } + title:d_b_cesarea_color = { set_color_from_title = title:b_cesarea } + title:d_b_cesvaine_color = { set_color_from_title = title:b_cesvaine } + title:d_b_cetatea_alba_color = { set_color_from_title = title:b_cetatea_alba } + title:d_b_cevennes_color = { set_color_from_title = title:b_cevennes } + title:d_b_chablis_color = { set_color_from_title = title:b_chablis } + title:d_b_chachran_color = { set_color_from_title = title:b_chachran } + title:d_b_chadrinsk_color = { set_color_from_title = title:b_chadrinsk } + title:d_b_chagai_color = { set_color_from_title = title:b_chagai } + title:d_b_chaganbulage_color = { set_color_from_title = title:b_chaganbulage } + title:d_b_chagboco_color = { set_color_from_title = title:b_chagboco } + title:d_b_chaghaniyan_color = { set_color_from_title = title:b_chaghaniyan } + title:d_b_chagne_color = { set_color_from_title = title:b_chagne } + title:d_b_chah_color = { set_color_from_title = title:b_chah } + title:d_b_chaka_color = { set_color_from_title = title:b_chaka } + title:d_b_chaklym_color = { set_color_from_title = title:b_chaklym } + title:d_b_chakpak_color = { set_color_from_title = title:b_chakpak } + title:d_b_chalamtum_color = { set_color_from_title = title:b_chalamtum } + title:d_b_chalap_kerman_color = { set_color_from_title = title:b_chalap_kerman } + title:d_b_chalbych_color = { set_color_from_title = title:b_chalbych } + title:d_b_chalcedon_color = { set_color_from_title = title:b_chalcedon } + title:d_b_chalkar_color = { set_color_from_title = title:b_chalkar } + title:d_b_chalkis_color = { set_color_from_title = title:b_chalkis } + title:d_b_chally-kala_color = { set_color_from_title = title:b_chally-kala } + title:d_b_chalon_color = { set_color_from_title = title:b_chalon } + title:d_b_chalons_color = { set_color_from_title = title:b_chalons } + title:d_b_chalus_color = { set_color_from_title = title:b_chalus } + title:d_b_cham_color = { set_color_from_title = title:b_cham } + title:d_b_chambery_color = { set_color_from_title = title:b_chambery } + title:d_b_chamchev_color = { set_color_from_title = title:b_chamchev } + title:d_b_champagnole_color = { set_color_from_title = title:b_champagnole } + title:d_b_champaner_color = { set_color_from_title = title:b_champaner } + title:d_b_champawat_color = { set_color_from_title = title:b_champawat } + title:d_b_champs_color = { set_color_from_title = title:b_champs } + title:d_b_chanderi_color = { set_color_from_title = title:b_chanderi } + title:d_b_chandpur_color = { set_color_from_title = title:b_chandpur } + title:d_b_chandraketugarh_color = { set_color_from_title = title:b_chandraketugarh } + title:d_b_chandrehi_color = { set_color_from_title = title:b_chandrehi } + title:d_b_changco_color = { set_color_from_title = title:b_changco } + title:d_b_changdev_color = { set_color_from_title = title:b_changdev } + title:d_b_changgo_color = { set_color_from_title = title:b_changgo } + title:d_b_changma_color = { set_color_from_title = title:b_changma } + title:d_b_changmar_color = { set_color_from_title = title:b_changmar } + title:d_b_changzhi_color = { set_color_from_title = title:b_changzhi } + title:d_b_chania_color = { set_color_from_title = title:b_chania } + title:d_b_chany_color = { set_color_from_title = title:b_chany } + title:d_b_chaogetuhure_color = { set_color_from_title = title:b_chaogetuhure } + title:d_b_chapra_color = { set_color_from_title = title:b_chapra } + title:d_b_charaideo_color = { set_color_from_title = title:b_charaideo } + title:d_b_chargaldzin_color = { set_color_from_title = title:b_chargaldzin } + title:d_b_chariopolis_color = { set_color_from_title = title:b_chariopolis } + title:d_b_charkliq_color = { set_color_from_title = title:b_charkliq } + title:d_b_charleroi_color = { set_color_from_title = title:b_charleroi } + title:d_b_charmanjan_color = { set_color_from_title = title:b_charmanjan } + title:d_b_charsianon_color = { set_color_from_title = title:b_charsianon } + title:d_b_chartres_color = { set_color_from_title = title:b_chartres } + title:d_b_chartreuse_color = { set_color_from_title = title:b_chartreuse } + title:d_b_charych_color = { set_color_from_title = title:b_charych } + title:d_b_chateau_renard_color = { set_color_from_title = title:b_chateau_renard } + title:d_b_chateau_thierry_color = { set_color_from_title = title:b_chateau_thierry } + title:d_b_chateaubriant_color = { set_color_from_title = title:b_chateaubriant } + title:d_b_chateaudun_color = { set_color_from_title = title:b_chateaudun } + title:d_b_chateauroux_color = { set_color_from_title = title:b_chateauroux } + title:d_b_chatellerault_color = { set_color_from_title = title:b_chatellerault } + title:d_b_chatigama_color = { set_color_from_title = title:b_chatigama } + title:d_b_chatillon_color = { set_color_from_title = title:b_chatillon } + title:d_b_chatrabhog_color = { set_color_from_title = title:b_chatrabhog } + title:d_b_chatzk_color = { set_color_from_title = title:b_chatzk } + title:d_b_chaul_color = { set_color_from_title = title:b_chaul } + title:d_b_chaumont_color = { set_color_from_title = title:b_chaumont } + title:d_b_chauragarh_color = { set_color_from_title = title:b_chauragarh } + title:d_b_chavez_color = { set_color_from_title = title:b_chavez } + title:d_b_cheb_color = { set_color_from_title = title:b_cheb } + title:d_b_cheboksary_color = { set_color_from_title = title:b_cheboksary } + title:d_b_chechkeiev_color = { set_color_from_title = title:b_chechkeiev } + title:d_b_checiny_color = { set_color_from_title = title:b_checiny } + title:d_b_chegarka_color = { set_color_from_title = title:b_chegarka } + title:d_b_cheko_color = { set_color_from_title = title:b_cheko } + title:d_b_chelabinsk_color = { set_color_from_title = title:b_chelabinsk } + title:d_b_chelai_color = { set_color_from_title = title:b_chelai } + title:d_b_chelbaska_color = { set_color_from_title = title:b_chelbaska } + title:d_b_cheleken_color = { set_color_from_title = title:b_cheleken } + title:d_b_chelik_color = { set_color_from_title = title:b_chelik } + title:d_b_chelmsford_color = { set_color_from_title = title:b_chelmsford } + title:d_b_chelykla_color = { set_color_from_title = title:b_chelykla } + title:d_b_cherbourg_color = { set_color_from_title = title:b_cherbourg } + title:d_b_cherchen_color = { set_color_from_title = title:b_cherchen } + title:d_b_cherepovets_color = { set_color_from_title = title:b_cherepovets } + title:d_b_cherga_color = { set_color_from_title = title:b_cherga } + title:d_b_chergana_color = { set_color_from_title = title:b_chergana } + title:d_b_cherik_color = { set_color_from_title = title:b_cherik } + title:d_b_cherkassy_color = { set_color_from_title = title:b_cherkassy } + title:d_b_chernigov_color = { set_color_from_title = title:b_chernigov } + title:d_b_cherskogo_color = { set_color_from_title = title:b_cherskogo } + title:d_b_chersonesus_color = { set_color_from_title = title:b_chersonesus } + title:d_b_chertsey_color = { set_color_from_title = title:b_chertsey } + title:d_b_cherven_color = { set_color_from_title = title:b_cherven } + title:d_b_cherven_VOL_color = { set_color_from_title = title:b_cherven_VOL } + title:d_b_cherykaw_color = { set_color_from_title = title:b_cherykaw } + title:d_b_cheshi_color = { set_color_from_title = title:b_cheshi } + title:d_b_chester_color = { set_color_from_title = title:b_chester } + title:d_b_chesterfield_color = { set_color_from_title = title:b_chesterfield } + title:d_b_chet_color = { set_color_from_title = title:b_chet } + title:d_b_chiari_color = { set_color_from_title = title:b_chiari } + title:d_b_chiavari_color = { set_color_from_title = title:b_chiavari } + title:d_b_chich_color = { set_color_from_title = title:b_chich } + title:d_b_chichester_color = { set_color_from_title = title:b_chichester } + title:d_b_chieri_color = { set_color_from_title = title:b_chieri } + title:d_b_chijin_color = { set_color_from_title = title:b_chijin } + title:d_b_chik_color = { set_color_from_title = title:b_chik } + title:d_b_chikan_color = { set_color_from_title = title:b_chikan } + title:d_b_chikdril_color = { set_color_from_title = title:b_chikdril } + title:d_b_chikoy_color = { set_color_from_title = title:b_chikoy } + title:d_b_chikoy_OGR_color = { set_color_from_title = title:b_chikoy_OGR } + title:d_b_chilas_color = { set_color_from_title = title:b_chilas } + title:d_b_chilia_color = { set_color_from_title = title:b_chilia } + title:d_b_chimkent_color = { set_color_from_title = title:b_chimkent } + title:d_b_chin_color = { set_color_from_title = title:b_chin } + title:d_b_chiny_color = { set_color_from_title = title:b_chiny } + title:d_b_chioggia_color = { set_color_from_title = title:b_chioggia } + title:d_b_chios_color = { set_color_from_title = title:b_chios } + title:d_b_chiplun_color = { set_color_from_title = title:b_chiplun } + title:d_b_chir_kala_color = { set_color_from_title = title:b_chir_kala } + title:d_b_chisinau_color = { set_color_from_title = title:b_chisinau } + title:d_b_chitrakut_color = { set_color_from_title = title:b_chitrakut } + title:d_b_chitrakuta_color = { set_color_from_title = title:b_chitrakuta } + title:d_b_chitral_color = { set_color_from_title = title:b_chitral } + title:d_b_chiusi_color = { set_color_from_title = title:b_chiusi } + title:d_b_choklema_color = { set_color_from_title = title:b_choklema } + title:d_b_chonae_color = { set_color_from_title = title:b_chonae } + title:d_b_chonoshud_color = { set_color_from_title = title:b_chonoshud } + title:d_b_choqu_color = { set_color_from_title = title:b_choqu } + title:d_b_chornobyl_color = { set_color_from_title = title:b_chornobyl } + title:d_b_chortkiv_color = { set_color_from_title = title:b_chortkiv } + title:d_b_chortolisy_color = { set_color_from_title = title:b_chortolisy } + title:d_b_christchurch_color = { set_color_from_title = title:b_christchurch } + title:d_b_chrudim_color = { set_color_from_title = title:b_chrudim } + title:d_b_chrysopolis_color = { set_color_from_title = title:b_chrysopolis } + title:d_b_chu_color = { set_color_from_title = title:b_chu } + title:d_b_chuankou_color = { set_color_from_title = title:b_chuankou } + title:d_b_chubar_color = { set_color_from_title = title:b_chubar } + title:d_b_chubar_KAZ_color = { set_color_from_title = title:b_chubar_KAZ } + title:d_b_chubar_kul_color = { set_color_from_title = title:b_chubar_kul } + title:d_b_chuguchak_color = { set_color_from_title = title:b_chuguchak } + title:d_b_chukas_vosh_color = { set_color_from_title = title:b_chukas_vosh } + title:d_b_chukhloma_color = { set_color_from_title = title:b_chukhloma } + title:d_b_chukwu_color = { set_color_from_title = title:b_chukwu } + title:d_b_chulak-terek_color = { set_color_from_title = title:b_chulak-terek } + title:d_b_chulym_color = { set_color_from_title = title:b_chulym } + title:d_b_chulym_bis_color = { set_color_from_title = title:b_chulym_bis } + title:d_b_chumarho_color = { set_color_from_title = title:b_chumarho } + title:d_b_chumishtikul_color = { set_color_from_title = title:b_chumishtikul } + title:d_b_chumkar_kia_color = { set_color_from_title = title:b_chumkar_kia } + title:d_b_chumy-su_color = { set_color_from_title = title:b_chumy-su } + title:d_b_chumych_color = { set_color_from_title = title:b_chumych } + title:d_b_chuna_color = { set_color_from_title = title:b_chuna } + title:d_b_chunar_color = { set_color_from_title = title:b_chunar } + title:d_b_chungtash_color = { set_color_from_title = title:b_chungtash } + title:d_b_chungthang_color = { set_color_from_title = title:b_chungthang } + title:d_b_chungul_color = { set_color_from_title = title:b_chungul } + title:d_b_chunian_color = { set_color_from_title = title:b_chunian } + title:d_b_chur_color = { set_color_from_title = title:b_chur } + title:d_b_churuk_color = { set_color_from_title = title:b_churuk } + title:d_b_chushka-kol_color = { set_color_from_title = title:b_chushka-kol } + title:d_b_chusul_color = { set_color_from_title = title:b_chusul } + title:d_b_chutia_color = { set_color_from_title = title:b_chutia } + title:d_b_chutur_color = { set_color_from_title = title:b_chutur } + title:d_b_chuulunuruu_color = { set_color_from_title = title:b_chuulunuruu } + title:d_b_chuya_color = { set_color_from_title = title:b_chuya } + title:d_b_chynov_color = { set_color_from_title = title:b_chynov } + title:d_b_chyorny_yar_color = { set_color_from_title = title:b_chyorny_yar } + title:d_b_cibyra_color = { set_color_from_title = title:b_cibyra } + title:d_b_ciduadrodrigo_color = { set_color_from_title = title:b_ciduadrodrigo } + title:d_b_ciechanow_color = { set_color_from_title = title:b_ciechanow } + title:d_b_cieszyn_color = { set_color_from_title = title:b_cieszyn } + title:d_b_cieza_color = { set_color_from_title = title:b_cieza } + title:d_b_cisterki_color = { set_color_from_title = title:b_cisterki } + title:d_b_citeaux_color = { set_color_from_title = title:b_citeaux } + title:d_b_civitas_castelli_color = { set_color_from_title = title:b_civitas_castelli } + title:d_b_civitavecchia_color = { set_color_from_title = title:b_civitavecchia } + title:d_b_clackmannan_color = { set_color_from_title = title:b_clackmannan } + title:d_b_clairvaux_color = { set_color_from_title = title:b_clairvaux } + title:d_b_claudiopolis_color = { set_color_from_title = title:b_claudiopolis } + title:d_b_claudiopolis_SELEUCIA_color = { set_color_from_title = title:b_claudiopolis_SELEUCIA } + title:d_b_clermont_color = { set_color_from_title = title:b_clermont } + title:d_b_clermont_sur_ailler_color = { set_color_from_title = title:b_clermont_sur_ailler } + title:d_b_clervaux_color = { set_color_from_title = title:b_clervaux } + title:d_b_clettgau_color = { set_color_from_title = title:b_clettgau } + title:d_b_clifford_color = { set_color_from_title = title:b_clifford } + title:d_b_clogher_color = { set_color_from_title = title:b_clogher } + title:d_b_clonmel_color = { set_color_from_title = title:b_clonmel } + title:d_b_cloppenburg_color = { set_color_from_title = title:b_cloppenburg } + title:d_b_cluieli_color = { set_color_from_title = title:b_cluieli } + title:d_b_cluny_color = { set_color_from_title = title:b_cluny } + title:d_b_coburg_color = { set_color_from_title = title:b_coburg } + title:d_b_cochem_color = { set_color_from_title = title:b_cochem } + title:d_b_cocussus_color = { set_color_from_title = title:b_cocussus } + title:d_b_codoi_color = { set_color_from_title = title:b_codoi } + title:d_b_coevorden_color = { set_color_from_title = title:b_coevorden } + title:d_b_cognac_color = { set_color_from_title = title:b_cognac } + title:d_b_coimbra_color = { set_color_from_title = title:b_coimbra } + title:d_b_coira_color = { set_color_from_title = title:b_coira } + title:d_b_colchester_color = { set_color_from_title = title:b_colchester } + title:d_b_colditz_color = { set_color_from_title = title:b_colditz } + title:d_b_colmar_color = { set_color_from_title = title:b_colmar } + title:d_b_cologne_color = { set_color_from_title = title:b_cologne } + title:d_b_colonea_color = { set_color_from_title = title:b_colonea } + title:d_b_comacchio_color = { set_color_from_title = title:b_comacchio } + title:d_b_comai_color = { set_color_from_title = title:b_comai } + title:d_b_comana_color = { set_color_from_title = title:b_comana } + title:d_b_comana_LYK_color = { set_color_from_title = title:b_comana_LYK } + title:d_b_comana_pontica_color = { set_color_from_title = title:b_comana_pontica } + title:d_b_combourg_color = { set_color_from_title = title:b_combourg } + title:d_b_comitanassus_color = { set_color_from_title = title:b_comitanassus } + title:d_b_como_color = { set_color_from_title = title:b_como } + title:d_b_cona_color = { set_color_from_title = title:b_cona } + title:d_b_cona_tibet_color = { set_color_from_title = title:b_cona_tibet } + title:d_b_conak_color = { set_color_from_title = title:b_conak } + title:d_b_constanta_color = { set_color_from_title = title:b_constanta } + title:d_b_constantine_color = { set_color_from_title = title:b_constantine } + title:d_b_constantinople_color = { set_color_from_title = title:b_constantinople } + title:d_b_contres_color = { set_color_from_title = title:b_contres } + title:d_b_coqen_color = { set_color_from_title = title:b_coqen } + title:d_b_corabia_color = { set_color_from_title = title:b_corabia } + title:d_b_coracera_color = { set_color_from_title = title:b_coracera } + title:d_b_corbie_color = { set_color_from_title = title:b_corbie } + title:d_b_cordoba_color = { set_color_from_title = title:b_cordoba } + title:d_b_corfu_color = { set_color_from_title = title:b_corfu } + title:d_b_corinth_color = { set_color_from_title = title:b_corinth } + title:d_b_cork_color = { set_color_from_title = title:b_cork } + title:d_b_cornouailles_color = { set_color_from_title = title:b_cornouailles } + title:d_b_corte_color = { set_color_from_title = title:b_corte } + title:d_b_cortona_color = { set_color_from_title = title:b_cortona } + title:d_b_corunna_color = { set_color_from_title = title:b_corunna } + title:d_b_corwen_color = { set_color_from_title = title:b_corwen } + title:d_b_corycus_color = { set_color_from_title = title:b_corycus } + title:d_b_cosenza_color = { set_color_from_title = title:b_cosenza } + title:d_b_costesti_color = { set_color_from_title = title:b_costesti } + title:d_b_cotrone_color = { set_color_from_title = title:b_cotrone } + title:d_b_cottbus_color = { set_color_from_title = title:b_cottbus } + title:d_b_cottingham_color = { set_color_from_title = title:b_cottingham } + title:d_b_coucy_color = { set_color_from_title = title:b_coucy } + title:d_b_coulommiers_color = { set_color_from_title = title:b_coulommiers } + title:d_b_coupar_angus_color = { set_color_from_title = title:b_coupar_angus } + title:d_b_courcillon_color = { set_color_from_title = title:b_courcillon } + title:d_b_courtrai_color = { set_color_from_title = title:b_courtrai } + title:d_b_coutances_color = { set_color_from_title = title:b_coutances } + title:d_b_coutenay_color = { set_color_from_title = title:b_coutenay } + title:d_b_couvin_color = { set_color_from_title = title:b_couvin } + title:d_b_coventry_color = { set_color_from_title = title:b_coventry } + title:d_b_cozhedangma_color = { set_color_from_title = title:b_cozhedangma } + title:d_b_cozhelhoma_color = { set_color_from_title = title:b_cozhelhoma } + title:d_b_crailsheim_color = { set_color_from_title = title:b_crailsheim } + title:d_b_craiova_color = { set_color_from_title = title:b_craiova } + title:d_b_craon_color = { set_color_from_title = title:b_craon } + title:d_b_cratea_color = { set_color_from_title = title:b_cratea } + title:d_b_crato_color = { set_color_from_title = title:b_crato } + title:d_b_crecy_color = { set_color_from_title = title:b_crecy } + title:d_b_crema_color = { set_color_from_title = title:b_crema } + title:d_b_cremna_color = { set_color_from_title = title:b_cremna } + title:d_b_cremona_color = { set_color_from_title = title:b_cremona } + title:d_b_crepy_color = { set_color_from_title = title:b_crepy } + title:d_b_cres_color = { set_color_from_title = title:b_cres } + title:d_b_cridus_color = { set_color_from_title = title:b_cridus } + title:d_b_crieff_color = { set_color_from_title = title:b_crieff } + title:d_b_crius_color = { set_color_from_title = title:b_crius } + title:d_b_crossen_color = { set_color_from_title = title:b_crossen } + title:d_b_cruachu_color = { set_color_from_title = title:b_cruachu } + title:d_b_csakvar_color = { set_color_from_title = title:b_csakvar } + title:d_b_csanad_color = { set_color_from_title = title:b_csanad } + title:d_b_csikszereda_color = { set_color_from_title = title:b_csikszereda } + title:d_b_csongrad_color = { set_color_from_title = title:b_csongrad } + title:d_b_csurgo_color = { set_color_from_title = title:b_csurgo } + title:d_b_cubalel_color = { set_color_from_title = title:b_cubalel } + title:d_b_cuellar_color = { set_color_from_title = title:b_cuellar } + title:d_b_cuenca_color = { set_color_from_title = title:b_cuenca } + title:d_b_cujmir_color = { set_color_from_title = title:b_cujmir } + title:d_b_cukataw_color = { set_color_from_title = title:b_cukataw } + title:d_b_cukksual_color = { set_color_from_title = title:b_cukksual } + title:d_b_cuneo_color = { set_color_from_title = title:b_cuneo } + title:d_b_cunningham_color = { set_color_from_title = title:b_cunningham } + title:d_b_cuonaco_color = { set_color_from_title = title:b_cuonaco } + title:d_b_cuxhaven_color = { set_color_from_title = title:b_cuxhaven } + title:d_b_cybele_color = { set_color_from_title = title:b_cybele } + title:d_b_cybistra_color = { set_color_from_title = title:b_cybistra } + title:d_b_cykma_color = { set_color_from_title = title:b_cykma } + title:d_b_czarnkow_color = { set_color_from_title = title:b_czarnkow } + title:d_b_czersk_color = { set_color_from_title = title:b_czersk } + title:d_b_czestochowa_color = { set_color_from_title = title:b_czestochowa } + title:d_b_da_color = { set_color_from_title = title:b_da } + title:d_b_da_chainoc_color = { set_color_from_title = title:b_da_chainoc } + title:d_b_dabahu_color = { set_color_from_title = title:b_dabahu } + title:d_b_dabakala_color = { set_color_from_title = title:b_dabakala } + title:d_b_dabba_color = { set_color_from_title = title:b_dabba } + title:d_b_dabba_tibet_color = { set_color_from_title = title:b_dabba_tibet } + title:d_b_dabhol_color = { set_color_from_title = title:b_dabhol } + title:d_b_dabla_color = { set_color_from_title = title:b_dabla } + title:d_b_dabou_color = { set_color_from_title = title:b_dabou } + title:d_b_daboya_color = { set_color_from_title = title:b_daboya } + title:d_b_dabra_color = { set_color_from_title = title:b_dabra } + title:d_b_dabrowa_gorn_color = { set_color_from_title = title:b_dabrowa_gorn } + title:d_b_dabusiya_color = { set_color_from_title = title:b_dabusiya } + title:d_b_dachi_gama_color = { set_color_from_title = title:b_dachi_gama } + title:d_b_dadhipadra_color = { set_color_from_title = title:b_dadhipadra } + title:d_b_dadrewa_color = { set_color_from_title = title:b_dadrewa } + title:d_b_dafang_color = { set_color_from_title = title:b_dafang } + title:d_b_dafariid_color = { set_color_from_title = title:b_dafariid } + title:d_b_daga_color = { set_color_from_title = title:b_daga } + title:d_b_dagana_color = { set_color_from_title = title:b_dagana } + title:d_b_dagelhe_color = { set_color_from_title = title:b_dagelhe } + title:d_b_dagon_color = { set_color_from_title = title:b_dagon } + title:d_b_dagwamba_color = { set_color_from_title = title:b_dagwamba } + title:d_b_dahab_color = { set_color_from_title = title:b_dahab } + title:d_b_dahlak_kebir_color = { set_color_from_title = title:b_dahlak_kebir } + title:d_b_dahme_color = { set_color_from_title = title:b_dahme } + title:d_b_dahyansi_color = { set_color_from_title = title:b_dahyansi } + title:d_b_dai_color = { set_color_from_title = title:b_dai } + title:d_b_dair_ar-ruman_color = { set_color_from_title = title:b_dair_ar-ruman } + title:d_b_dajal_color = { set_color_from_title = title:b_dajal } + title:d_b_dajing_color = { set_color_from_title = title:b_dajing } + title:d_b_dakajalan_color = { set_color_from_title = title:b_dakajalan } + title:d_b_dakkar_color = { set_color_from_title = title:b_dakkar } + title:d_b_daklha_gampo_color = { set_color_from_title = title:b_daklha_gampo } + title:d_b_dalaborg_color = { set_color_from_title = title:b_dalaborg } + title:d_b_dalanda_color = { set_color_from_title = title:b_dalanda } + title:d_b_dale_color = { set_color_from_title = title:b_dale } + title:d_b_dam_color = { set_color_from_title = title:b_dam } + title:d_b_dam_barma_color = { set_color_from_title = title:b_dam_barma } + title:d_b_damala_color = { set_color_from_title = title:b_damala } + title:d_b_daman_color = { set_color_from_title = title:b_daman } + title:d_b_damanhur_color = { set_color_from_title = title:b_damanhur } + title:d_b_damantan_color = { set_color_from_title = title:b_damantan } + title:d_b_damascus_color = { set_color_from_title = title:b_damascus } + title:d_b_dambadeniya_color = { set_color_from_title = title:b_dambadeniya } + title:d_b_damda_color = { set_color_from_title = title:b_damda } + title:d_b_damdoi_color = { set_color_from_title = title:b_damdoi } + title:d_b_damghan_color = { set_color_from_title = title:b_damghan } + title:d_b_damoh_color = { set_color_from_title = title:b_damoh } + title:d_b_damot-west_color = { set_color_from_title = title:b_damot-west } + title:d_b_damquka_color = { set_color_from_title = title:b_damquka } + title:d_b_damzhung_color = { set_color_from_title = title:b_damzhung } + title:d_b_dandanqan_color = { set_color_from_title = title:b_dandanqan } + title:d_b_dang_color = { set_color_from_title = title:b_dang } + title:d_b_dangla_color = { set_color_from_title = title:b_dangla } + title:d_b_danilov_color = { set_color_from_title = title:b_danilov } + title:d_b_danj_color = { set_color_from_title = title:b_danj } + title:d_b_danki_color = { set_color_from_title = title:b_danki } + title:d_b_dannenberg_color = { set_color_from_title = title:b_dannenberg } + title:d_b_dantan_color = { set_color_from_title = title:b_dantan } + title:d_b_dantenkul_color = { set_color_from_title = title:b_dantenkul } + title:d_b_daoroouul_color = { set_color_from_title = title:b_daoroouul } + title:d_b_daporijo_color = { set_color_from_title = title:b_daporijo } + title:d_b_daqahla_color = { set_color_from_title = title:b_daqahla } + title:d_b_daquqa_color = { set_color_from_title = title:b_daquqa } + title:d_b_dar-i-tubbat_color = { set_color_from_title = title:b_dar-i-tubbat } + title:d_b_dar_rashid_color = { set_color_from_title = title:b_dar_rashid } + title:d_b_dar_sila_color = { set_color_from_title = title:b_dar_sila } + title:d_b_dar_wona_color = { set_color_from_title = title:b_dar_wona } + title:d_b_dara_color = { set_color_from_title = title:b_dara } + title:d_b_dara-sharka_color = { set_color_from_title = title:b_dara-sharka } + title:d_b_daraban_color = { set_color_from_title = title:b_daraban } + title:d_b_darabjerd_color = { set_color_from_title = title:b_darabjerd } + title:d_b_daradj_color = { set_color_from_title = title:b_daradj } + title:d_b_daramdin_color = { set_color_from_title = title:b_daramdin } + title:d_b_darayya_color = { set_color_from_title = title:b_darayya } + title:d_b_darband-qarabuli_color = { set_color_from_title = title:b_darband-qarabuli } + title:d_b_darbhanga_color = { set_color_from_title = title:b_darbhanga } + title:d_b_darbhavati_color = { set_color_from_title = title:b_darbhavati } + title:d_b_darcha_color = { set_color_from_title = title:b_darcha } + title:d_b_dardjiin_color = { set_color_from_title = title:b_dardjiin } + title:d_b_darghan_color = { set_color_from_title = title:b_darghan } + title:d_b_darhafan_color = { set_color_from_title = title:b_darhafan } + title:d_b_dariya_color = { set_color_from_title = title:b_dariya } + title:d_b_dariyan_color = { set_color_from_title = title:b_dariyan } + title:d_b_darjeeling_color = { set_color_from_title = title:b_darjeeling } + title:d_b_darkhad_color = { set_color_from_title = title:b_darkhad } + title:d_b_darlington_color = { set_color_from_title = title:b_darlington } + title:d_b_darmashan_color = { set_color_from_title = title:b_darmashan } + title:d_b_daroca_color = { set_color_from_title = title:b_daroca } + title:d_b_darur_color = { set_color_from_title = title:b_darur } + title:d_b_darzanji_color = { set_color_from_title = title:b_darzanji } + title:d_b_darzedo_color = { set_color_from_title = title:b_darzedo } + title:d_b_dasapura_color = { set_color_from_title = title:b_dasapura } + title:d_b_daskara_color = { set_color_from_title = title:b_daskara } + title:d_b_dasmenda_color = { set_color_from_title = title:b_dasmenda } + title:d_b_dassel_color = { set_color_from_title = title:b_dassel } + title:d_b_datong_color = { set_color_from_title = title:b_datong } + title:d_b_daugavpils_color = { set_color_from_title = title:b_daugavpils } + title:d_b_daura_color = { set_color_from_title = title:b_daura } + title:d_b_dausar_color = { set_color_from_title = title:b_dausar } + title:d_b_davlet-girei_color = { set_color_from_title = title:b_davlet-girei } + title:d_b_davo_color = { set_color_from_title = title:b_davo } + title:d_b_dawa_south_color = { set_color_from_title = title:b_dawa_south } + title:d_b_dawaro_color = { set_color_from_title = title:b_dawaro } + title:d_b_dawaro-west_color = { set_color_from_title = title:b_dawaro-west } + title:d_b_dawin_color = { set_color_from_title = title:b_dawin } + title:d_b_dawraq_color = { set_color_from_title = title:b_dawraq } + title:d_b_dawu_color = { set_color_from_title = title:b_dawu } + title:d_b_dax_color = { set_color_from_title = title:b_dax } + title:d_b_dayan_color = { set_color_from_title = title:b_dayan } + title:d_b_dayan_deerkhiin_color = { set_color_from_title = title:b_dayan_deerkhiin } + title:d_b_daylam_color = { set_color_from_title = title:b_daylam } + title:d_b_dazuk_color = { set_color_from_title = title:b_dazuk } + title:d_b_dbilin_color = { set_color_from_title = title:b_dbilin } + title:d_b_debar_color = { set_color_from_title = title:b_debar } + title:d_b_debba_color = { set_color_from_title = title:b_debba } + title:d_b_debdou_color = { set_color_from_title = title:b_debdou } + title:d_b_debrc_color = { set_color_from_title = title:b_debrc } + title:d_b_debre_libanos_color = { set_color_from_title = title:b_debre_libanos } + title:d_b_debrecen_color = { set_color_from_title = title:b_debrecen } + title:d_b_debryansk_color = { set_color_from_title = title:b_debryansk } + title:d_b_debul_color = { set_color_from_title = title:b_debul } + title:d_b_decin_color = { set_color_from_title = title:b_decin } + title:d_b_dedoplitskhara_color = { set_color_from_title = title:b_dedoplitskhara } + title:d_b_dedovichi_color = { set_color_from_title = title:b_dedovichi } + title:d_b_dege_color = { set_color_from_title = title:b_dege } + title:d_b_degelen_color = { set_color_from_title = title:b_degelen } + title:d_b_deggendorf_color = { set_color_from_title = title:b_deggendorf } + title:d_b_degou_color = { set_color_from_title = title:b_degou } + title:d_b_dehono_color = { set_color_from_title = title:b_dehono } + title:d_b_dehradun_color = { set_color_from_title = title:b_dehradun } + title:d_b_dekcha_color = { set_color_from_title = title:b_dekcha } + title:d_b_delaram_color = { set_color_from_title = title:b_delaram } + title:d_b_delft_color = { set_color_from_title = title:b_delft } + title:d_b_delfzijl_color = { set_color_from_title = title:b_delfzijl } + title:d_b_delgo_color = { set_color_from_title = title:b_delgo } + title:d_b_delvada_color = { set_color_from_title = title:b_delvada } + title:d_b_dembiya_color = { set_color_from_title = title:b_dembiya } + title:d_b_demchok_color = { set_color_from_title = title:b_demchok } + title:d_b_demetrias_color = { set_color_from_title = title:b_demetrias } + title:d_b_demiianka_color = { set_color_from_title = title:b_demiianka } + title:d_b_denbigh_color = { set_color_from_title = title:b_denbigh } + title:d_b_dengkou_color = { set_color_from_title = title:b_dengkou } + title:d_b_dengqen_color = { set_color_from_title = title:b_dengqen } + title:d_b_denia_color = { set_color_from_title = title:b_denia } + title:d_b_deogarh_color = { set_color_from_title = title:b_deogarh } + title:d_b_deols_color = { set_color_from_title = title:b_deols } + title:d_b_depalpur_color = { set_color_from_title = title:b_depalpur } + title:d_b_depenau_color = { set_color_from_title = title:b_depenau } + title:d_b_deqen_color = { set_color_from_title = title:b_deqen } + title:d_b_dera_ghazi_khan_color = { set_color_from_title = title:b_dera_ghazi_khan } + title:d_b_derahib_color = { set_color_from_title = title:b_derahib } + title:d_b_derawar_color = { set_color_from_title = title:b_derawar } + title:d_b_derbe_color = { set_color_from_title = title:b_derbe } + title:d_b_derbent_color = { set_color_from_title = title:b_derbent } + title:d_b_derby_color = { set_color_from_title = title:b_derby } + title:d_b_derdoin_color = { set_color_from_title = title:b_derdoin } + title:d_b_deriabinskoye_color = { set_color_from_title = title:b_deriabinskoye } + title:d_b_derlenka_color = { set_color_from_title = title:b_derlenka } + title:d_b_derna_color = { set_color_from_title = title:b_derna } + title:d_b_derong_color = { set_color_from_title = title:b_derong } + title:d_b_derry_color = { set_color_from_title = title:b_derry } + title:d_b_des_color = { set_color_from_title = title:b_des } + title:d_b_despen_color = { set_color_from_title = title:b_despen } + title:d_b_dessau_color = { set_color_from_title = title:b_dessau } + title:d_b_deva_color = { set_color_from_title = title:b_deva } + title:d_b_devagiri_color = { set_color_from_title = title:b_devagiri } + title:d_b_devalgarh_color = { set_color_from_title = title:b_devalgarh } + title:d_b_devaparvata_color = { set_color_from_title = title:b_devaparvata } + title:d_b_devarakonda_color = { set_color_from_title = title:b_devarakonda } + title:d_b_devin_color = { set_color_from_title = title:b_devin } + title:d_b_devkot_color = { set_color_from_title = title:b_devkot } + title:d_b_devol_color = { set_color_from_title = title:b_devol } + title:d_b_dewas_color = { set_color_from_title = title:b_dewas } + title:d_b_dewu_color = { set_color_from_title = title:b_dewu } + title:d_b_dhakeshwari_jatiya_mandir_color = { set_color_from_title = title:b_dhakeshwari_jatiya_mandir } + title:d_b_dhamalpur_color = { set_color_from_title = title:b_dhamalpur } + title:d_b_dhamballai_color = { set_color_from_title = title:b_dhamballai } + title:d_b_dhamoni_color = { set_color_from_title = title:b_dhamoni } + title:d_b_dhandhuka_color = { set_color_from_title = title:b_dhandhuka } + title:d_b_dhank_color = { set_color_from_title = title:b_dhank } + title:d_b_dhankar_color = { set_color_from_title = title:b_dhankar } + title:d_b_dhankuta_color = { set_color_from_title = title:b_dhankuta } + title:d_b_dhanop_color = { set_color_from_title = title:b_dhanop } + title:d_b_dhara_color = { set_color_from_title = title:b_dhara } + title:d_b_dharampuri_color = { set_color_from_title = title:b_dharampuri } + title:d_b_dharmrajeshwar_color = { set_color_from_title = title:b_dharmrajeshwar } + title:d_b_dhauli_color = { set_color_from_title = title:b_dhauli } + title:d_b_dhavalapuri_color = { set_color_from_title = title:b_dhavalapuri } + title:d_b_dherbe_color = { set_color_from_title = title:b_dherbe } + title:d_b_dhilika_color = { set_color_from_title = title:b_dhilika } + title:d_b_dholka_color = { set_color_from_title = title:b_dholka } + title:d_b_dhraina_color = { set_color_from_title = title:b_dhraina } + title:d_b_dhubri_color = { set_color_from_title = title:b_dhubri } + title:d_b_dhufar_color = { set_color_from_title = title:b_dhufar } + title:d_b_dhul-marwa_color = { set_color_from_title = title:b_dhul-marwa } + title:d_b_dhulikhel_color = { set_color_from_title = title:b_dhulikhel } + title:d_b_dhusamareb_color = { set_color_from_title = title:b_dhusamareb } + title:d_b_dhuudo_color = { set_color_from_title = title:b_dhuudo } + title:d_b_dia_color = { set_color_from_title = title:b_dia } + title:d_b_diabe_color = { set_color_from_title = title:b_diabe } + title:d_b_diafunu_color = { set_color_from_title = title:b_diafunu } + title:d_b_diakam_color = { set_color_from_title = title:b_diakam } + title:d_b_diakha_color = { set_color_from_title = title:b_diakha } + title:d_b_dianga_color = { set_color_from_title = title:b_dianga } + title:d_b_diara_color = { set_color_from_title = title:b_diara } + title:d_b_dibela_color = { set_color_from_title = title:b_dibela } + title:d_b_dibi_TUV_color = { set_color_from_title = title:b_dibi_TUV } + title:d_b_dibri_color = { set_color_from_title = title:b_dibri } + title:d_b_didesa_color = { set_color_from_title = title:b_didesa } + title:d_b_didymoteichon_color = { set_color_from_title = title:b_didymoteichon } + title:d_b_die_color = { set_color_from_title = title:b_die } + title:d_b_diekirch_color = { set_color_from_title = title:b_diekirch } + title:d_b_diepholz_color = { set_color_from_title = title:b_diepholz } + title:d_b_dieppe_color = { set_color_from_title = title:b_dieppe } + title:d_b_diez_color = { set_color_from_title = title:b_diez } + title:d_b_diffa_color = { set_color_from_title = title:b_diffa } + title:d_b_diffar_color = { set_color_from_title = title:b_diffar } + title:d_b_dighavapi_color = { set_color_from_title = title:b_dighavapi } + title:d_b_digne_color = { set_color_from_title = title:b_digne } + title:d_b_dih-e-khalaf_color = { set_color_from_title = title:b_dih-e-khalaf } + title:d_b_dihistan_color = { set_color_from_title = title:b_dihistan } + title:d_b_dihnakhirjan_color = { set_color_from_title = title:b_dihnakhirjan } + title:d_b_dijon_color = { set_color_from_title = title:b_dijon } + title:d_b_dikutateni_color = { set_color_from_title = title:b_dikutateni } + title:d_b_dikwa_color = { set_color_from_title = title:b_dikwa } + title:d_b_dillingen_color = { set_color_from_title = title:b_dillingen } + title:d_b_dilsbo_color = { set_color_from_title = title:b_dilsbo } + title:d_b_dima_color = { set_color_from_title = title:b_dima } + title:d_b_dimapur_color = { set_color_from_title = title:b_dimapur } + title:d_b_dinawar_color = { set_color_from_title = title:b_dinawar } + title:d_b_dinde_color = { set_color_from_title = title:b_dinde } + title:d_b_dinder_color = { set_color_from_title = title:b_dinder } + title:d_b_dindigul_color = { set_color_from_title = title:b_dindigul } + title:d_b_dinggye_color = { set_color_from_title = title:b_dinggye } + title:d_b_dingwall_color = { set_color_from_title = title:b_dingwall } + title:d_b_dingyuanying_color = { set_color_from_title = title:b_dingyuanying } + title:d_b_dingzhou_color = { set_color_from_title = title:b_dingzhou } + title:d_b_diouboye_color = { set_color_from_title = title:b_diouboye } + title:d_b_dipalpur_color = { set_color_from_title = title:b_dipalpur } + title:d_b_dipsang_color = { set_color_from_title = title:b_dipsang } + title:d_b_dirku_color = { set_color_from_title = title:b_dirku } + title:d_b_diskit_color = { set_color_from_title = title:b_diskit } + title:d_b_ditmarschen_color = { set_color_from_title = title:b_ditmarschen } + title:d_b_dizah_color = { set_color_from_title = title:b_dizah } + title:d_b_dizak_color = { set_color_from_title = title:b_dizak } + title:d_b_dizak_makrani_color = { set_color_from_title = title:b_dizak_makrani } + title:d_b_dizful_color = { set_color_from_title = title:b_dizful } + title:d_b_dizmar_color = { set_color_from_title = title:b_dizmar } + title:d_b_djado_color = { set_color_from_title = title:b_djado } + title:d_b_djado_jafara_color = { set_color_from_title = title:b_djado_jafara } + title:d_b_djado_route_color = { set_color_from_title = title:b_djado_route } + title:d_b_djanet_color = { set_color_from_title = title:b_djanet } + title:d_b_djarin_color = { set_color_from_title = title:b_djarin } + title:d_b_djugu_color = { set_color_from_title = title:b_djugu } + title:d_b_djursland_color = { set_color_from_title = title:b_djursland } + title:d_b_djusagach_color = { set_color_from_title = title:b_djusagach } + title:d_b_dlim_color = { set_color_from_title = title:b_dlim } + title:d_b_dmanisi_color = { set_color_from_title = title:b_dmanisi } + title:d_b_dmitrov_color = { set_color_from_title = title:b_dmitrov } + title:d_b_dnipro_color = { set_color_from_title = title:b_dnipro } + title:d_b_doba_color = { set_color_from_title = title:b_doba } + title:d_b_dobele_color = { set_color_from_title = title:b_dobele } + title:d_b_dobovec_color = { set_color_from_title = title:b_dobovec } + title:d_b_dobrzyn_color = { set_color_from_title = title:b_dobrzyn } + title:d_b_docimium_color = { set_color_from_title = title:b_docimium } + title:d_b_dogolan_color = { set_color_from_title = title:b_dogolan } + title:d_b_doilungdeqen_color = { set_color_from_title = title:b_doilungdeqen } + title:d_b_dokecoring_color = { set_color_from_title = title:b_dokecoring } + title:d_b_dokecoring_qangco_color = { set_color_from_title = title:b_dokecoring_qangco } + title:d_b_dokkum_color = { set_color_from_title = title:b_dokkum } + title:d_b_dolakha_color = { set_color_from_title = title:b_dolakha } + title:d_b_dole_color = { set_color_from_title = title:b_dole } + title:d_b_dolgellau_color = { set_color_from_title = title:b_dolgellau } + title:d_b_dolgo_color = { set_color_from_title = title:b_dolgo } + title:d_b_dolgujar_color = { set_color_from_title = title:b_dolgujar } + title:d_b_dolons_color = { set_color_from_title = title:b_dolons } + title:d_b_doloon_nuur_color = { set_color_from_title = title:b_doloon_nuur } + title:d_b_dolpo_color = { set_color_from_title = title:b_dolpo } + title:d_b_domazlice_color = { set_color_from_title = title:b_domazlice } + title:d_b_dombovar_color = { set_color_from_title = title:b_dombovar } + title:d_b_dombraly_color = { set_color_from_title = title:b_dombraly } + title:d_b_domoko_color = { set_color_from_title = title:b_domoko } + title:d_b_domokos_color = { set_color_from_title = title:b_domokos } + title:d_b_doncaster_color = { set_color_from_title = title:b_doncaster } + title:d_b_dondan_oilik_color = { set_color_from_title = title:b_dondan_oilik } + title:d_b_donegal_color = { set_color_from_title = title:b_donegal } + title:d_b_donetsk_color = { set_color_from_title = title:b_donetsk } + title:d_b_dongco_color = { set_color_from_title = title:b_dongco } + title:d_b_dongola_color = { set_color_from_title = title:b_dongola } + title:d_b_donkoro_nkwanta_color = { set_color_from_title = title:b_donkoro_nkwanta } + title:d_b_donllorente_color = { set_color_from_title = title:b_donllorente } + title:d_b_donzy_color = { set_color_from_title = title:b_donzy } + title:d_b_dood_tsagaan_nuur_color = { set_color_from_title = title:b_dood_tsagaan_nuur } + title:d_b_dori_color = { set_color_from_title = title:b_dori } + title:d_b_dornberg_color = { set_color_from_title = title:b_dornberg } + title:d_b_dornoch_color = { set_color_from_title = title:b_dornoch } + title:d_b_dorogobyzh_color = { set_color_from_title = title:b_dorogobyzh } + title:d_b_doroh_color = { set_color_from_title = title:b_doroh } + title:d_b_dorohoi_color = { set_color_from_title = title:b_dorohoi } + title:d_b_dorohychyn_color = { set_color_from_title = title:b_dorohychyn } + title:d_b_dorostorum_color = { set_color_from_title = title:b_dorostorum } + title:d_b_dorsoidong_color = { set_color_from_title = title:b_dorsoidong } + title:d_b_dort_color = { set_color_from_title = title:b_dort } + title:d_b_dortmund_color = { set_color_from_title = title:b_dortmund } + title:d_b_dorylaion_color = { set_color_from_title = title:b_dorylaion } + title:d_b_dospat_color = { set_color_from_title = title:b_dospat } + title:d_b_dosso_color = { set_color_from_title = title:b_dosso } + title:d_b_doti_color = { set_color_from_title = title:b_doti } + title:d_b_doudleby_color = { set_color_from_title = title:b_doudleby } + title:d_b_douentza_color = { set_color_from_title = title:b_douentza } + title:d_b_douna_color = { set_color_from_title = title:b_douna } + title:d_b_dourola_color = { set_color_from_title = title:b_dourola } + title:d_b_douz_color = { set_color_from_title = title:b_douz } + title:d_b_dover_color = { set_color_from_title = title:b_dover } + title:d_b_dovre_color = { set_color_from_title = title:b_dovre } + title:d_b_downpatrick_color = { set_color_from_title = title:b_downpatrick } + title:d_b_drafn_color = { set_color_from_title = title:b_drafn } + title:d_b_dragasani_color = { set_color_from_title = title:b_dragasani } + title:d_b_draggo_color = { set_color_from_title = title:b_draggo } + title:d_b_dragugnian_color = { set_color_from_title = title:b_dragugnian } + title:d_b_drakbuk_color = { set_color_from_title = title:b_drakbuk } + title:d_b_drakgur_color = { set_color_from_title = title:b_drakgur } + title:d_b_draksharama_color = { set_color_from_title = title:b_draksharama } + title:d_b_drama_color = { set_color_from_title = title:b_drama } + title:d_b_dramberg_color = { set_color_from_title = title:b_dramberg } + title:d_b_dras_color = { set_color_from_title = title:b_dras } + title:d_b_dresden_color = { set_color_from_title = title:b_dresden } + title:d_b_dreux_color = { set_color_from_title = title:b_dreux } + title:d_b_dreznik_color = { set_color_from_title = title:b_dreznik } + title:d_b_driesen_color = { set_color_from_title = title:b_driesen } + title:d_b_drigung_color = { set_color_from_title = title:b_drigung } + title:d_b_drijeva_color = { set_color_from_title = title:b_drijeva } + title:d_b_drivast_color = { set_color_from_title = title:b_drivast } + title:d_b_drogheda_color = { set_color_from_title = title:b_drogheda } + title:d_b_dromahair_color = { set_color_from_title = title:b_dromahair } + title:d_b_dromo_color = { set_color_from_title = title:b_dromo } + title:d_b_drutsk_color = { set_color_from_title = title:b_drutsk } + title:d_b_drysa_color = { set_color_from_title = title:b_drysa } + title:d_b_duben_color = { set_color_from_title = title:b_duben } + title:d_b_dubica_color = { set_color_from_title = title:b_dubica } + title:d_b_dublin_color = { set_color_from_title = title:b_dublin } + title:d_b_dubno_color = { set_color_from_title = title:b_dubno } + title:d_b_dubovac_color = { set_color_from_title = title:b_dubovac } + title:d_b_dubrovytsia_color = { set_color_from_title = title:b_dubrovytsia } + title:d_b_dukhovshchina_color = { set_color_from_title = title:b_dukhovshchina } + title:d_b_duldulokur_color = { set_color_from_title = title:b_duldulokur } + title:d_b_dullu_color = { set_color_from_title = title:b_dullu } + title:d_b_duluk-teluch_color = { set_color_from_title = title:b_duluk-teluch } + title:d_b_dumali_color = { set_color_from_title = title:b_dumali } + title:d_b_dumbarton_color = { set_color_from_title = title:b_dumbarton } + title:d_b_dumbawand_color = { set_color_from_title = title:b_dumbawand } + title:d_b_dumbraveni_color = { set_color_from_title = title:b_dumbraveni } + title:d_b_dumfries_color = { set_color_from_title = title:b_dumfries } + title:d_b_dumiyat_color = { set_color_from_title = title:b_dumiyat } + title:d_b_dun_color = { set_color_from_title = title:b_dun } + title:d_b_dunbar_color = { set_color_from_title = title:b_dunbar } + title:d_b_dundaga_color = { set_color_from_title = title:b_dundaga } + title:d_b_dundalk_color = { set_color_from_title = title:b_dundalk } + title:d_b_dundee_color = { set_color_from_title = title:b_dundee } + title:d_b_dunfermline_color = { set_color_from_title = title:b_dunfermline } + title:d_b_dungannon_color = { set_color_from_title = title:b_dungannon } + title:d_b_dungunab_color = { set_color_from_title = title:b_dungunab } + title:d_b_dunhuang_color = { set_color_from_title = title:b_dunhuang } + title:d_b_dunkeld_color = { set_color_from_title = title:b_dunkeld } + title:d_b_dunkirk_color = { set_color_from_title = title:b_dunkirk } + title:d_b_dunmow_color = { set_color_from_title = title:b_dunmow } + title:d_b_duolo_color = { set_color_from_title = title:b_duolo } + title:d_b_duortnus_color = { set_color_from_title = title:b_duortnus } + title:d_b_duqm_color = { set_color_from_title = title:b_duqm } + title:d_b_durdzukia_color = { set_color_from_title = title:b_durdzukia } + title:d_b_duren_color = { set_color_from_title = title:b_duren } + title:d_b_durgas_color = { set_color_from_title = title:b_durgas } + title:d_b_durgun_color = { set_color_from_title = title:b_durgun } + title:d_b_durham_color = { set_color_from_title = title:b_durham } + title:d_b_durne_color = { set_color_from_title = title:b_durne } + title:d_b_durness_color = { set_color_from_title = title:b_durness } + title:d_b_durovka_color = { set_color_from_title = title:b_durovka } + title:d_b_durum_color = { set_color_from_title = title:b_durum } + title:d_b_dutsi_color = { set_color_from_title = title:b_dutsi } + title:d_b_duvan_color = { set_color_from_title = title:b_duvan } + title:d_b_duvno_color = { set_color_from_title = title:b_duvno } + title:d_b_duvzare_color = { set_color_from_title = title:b_duvzare } + title:d_b_dvaraka_color = { set_color_from_title = title:b_dvaraka } + title:d_b_dvin_color = { set_color_from_title = title:b_dvin } + title:d_b_dvinitza_color = { set_color_from_title = title:b_dvinitza } + title:d_b_dvur-chvojno_color = { set_color_from_title = title:b_dvur-chvojno } + title:d_b_dwarasamudra_color = { set_color_from_title = title:b_dwarasamudra } + title:d_b_dyracchion_color = { set_color_from_title = title:b_dyracchion } + title:d_b_dzangent_color = { set_color_from_title = title:b_dzangent } + title:d_b_dzayul_color = { set_color_from_title = title:b_dzayul } + title:d_b_dzhankoi_color = { set_color_from_title = title:b_dzhankoi } + title:d_b_dzogchen_color = { set_color_from_title = title:b_dzogchen } + title:d_b_dzogenrabar_color = { set_color_from_title = title:b_dzogenrabar } + title:d_b_east_ahaggar_color = { set_color_from_title = title:b_east_ahaggar } + title:d_b_east_amhara_color = { set_color_from_title = title:b_east_amhara } + title:d_b_east_attie_color = { set_color_from_title = title:b_east_attie } + title:d_b_east_darfur_color = { set_color_from_title = title:b_east_darfur } + title:d_b_east_igala_color = { set_color_from_title = title:b_east_igala } + title:d_b_east_kordofan_color = { set_color_from_title = title:b_east_kordofan } + title:d_b_east_kru_color = { set_color_from_title = title:b_east_kru } + title:d_b_east_sidamo_color = { set_color_from_title = title:b_east_sidamo } + title:d_b_east_sila_color = { set_color_from_title = title:b_east_sila } + title:d_b_eastern_nzi_color = { set_color_from_title = title:b_eastern_nzi } + title:d_b_ebeleben_color = { set_color_from_title = title:b_ebeleben } + title:d_b_eberswalde_color = { set_color_from_title = title:b_eberswalde } + title:d_b_ebi-nor_color = { set_color_from_title = title:b_ebi-nor } + title:d_b_ecobrogis_color = { set_color_from_title = title:b_ecobrogis } + title:d_b_ed-damer_color = { set_color_from_title = title:b_ed-damer } + title:d_b_edam_color = { set_color_from_title = title:b_edam } + title:d_b_edd_color = { set_color_from_title = title:b_edd } + title:d_b_edd-north_color = { set_color_from_title = title:b_edd-north } + title:d_b_edessa_color = { set_color_from_title = title:b_edessa } + title:d_b_edinburgh_color = { set_color_from_title = title:b_edinburgh } + title:d_b_edo_color = { set_color_from_title = title:b_edo } + title:d_b_edrei_color = { set_color_from_title = title:b_edrei } + title:d_b_eej_khairkhan_color = { set_color_from_title = title:b_eej_khairkhan } + title:d_b_eferi_color = { set_color_from_title = title:b_eferi } + title:d_b_eger_color = { set_color_from_title = title:b_eger } + title:d_b_egerszeg_color = { set_color_from_title = title:b_egerszeg } + title:d_b_eghiz_kala_color = { set_color_from_title = title:b_eghiz_kala } + title:d_b_eichtstad_color = { set_color_from_title = title:b_eichtstad } + title:d_b_eilenburg_color = { set_color_from_title = title:b_eilenburg } + title:d_b_eindhoven_color = { set_color_from_title = title:b_eindhoven } + title:d_b_eisenach_color = { set_color_from_title = title:b_eisenach } + title:d_b_ejea_color = { set_color_from_title = title:b_ejea } + title:d_b_ekdala_color = { set_color_from_title = title:b_ekdala } + title:d_b_eketorp_color = { set_color_from_title = title:b_eketorp } + title:d_b_eki_khem_color = { set_color_from_title = title:b_eki_khem } + title:d_b_ekiti_color = { set_color_from_title = title:b_ekiti } + title:d_b_eklingji_color = { set_color_from_title = title:b_eklingji } + title:d_b_eksjo_color = { set_color_from_title = title:b_eksjo } + title:d_b_el-ayo_color = { set_color_from_title = title:b_el-ayo } + title:d_b_el-eleila_color = { set_color_from_title = title:b_el-eleila } + title:d_b_el-obeid_color = { set_color_from_title = title:b_el-obeid } + title:d_b_el_borouj_color = { set_color_from_title = title:b_el_borouj } + title:d_b_el_buur_color = { set_color_from_title = title:b_el_buur } + title:d_b_el_dere_color = { set_color_from_title = title:b_el_dere } + title:d_b_el_fasher_color = { set_color_from_title = title:b_el_fasher } + title:d_b_el_jem_color = { set_color_from_title = title:b_el_jem } + title:d_b_el_ksabi_color = { set_color_from_title = title:b_el_ksabi } + title:d_b_el_waak_color = { set_color_from_title = title:b_el_waak } + title:d_b_elabuga_color = { set_color_from_title = title:b_elabuga } + title:d_b_elapura_color = { set_color_from_title = title:b_elapura } + title:d_b_elasson_color = { set_color_from_title = title:b_elasson } + title:d_b_elblag_color = { set_color_from_title = title:b_elblag } + title:d_b_elena_color = { set_color_from_title = title:b_elena } + title:d_b_elesd_color = { set_color_from_title = title:b_elesd } + title:d_b_elgin_color = { set_color_from_title = title:b_elgin } + title:d_b_ellur_color = { set_color_from_title = title:b_ellur } + title:d_b_elmet_color = { set_color_from_title = title:b_elmet } + title:d_b_elmina_color = { set_color_from_title = title:b_elmina } + title:d_b_elsen_tasarkhai_color = { set_color_from_title = title:b_elsen_tasarkhai } + title:d_b_elvas_color = { set_color_from_title = title:b_elvas } + title:d_b_ely_color = { set_color_from_title = title:b_ely } + title:d_b_emba_color = { set_color_from_title = title:b_emba } + title:d_b_embrun_color = { set_color_from_title = title:b_embrun } + title:d_b_emden_color = { set_color_from_title = title:b_emden } + title:d_b_emil_color = { set_color_from_title = title:b_emil } + title:d_b_emly_color = { set_color_from_title = title:b_emly } + title:d_b_emmen_color = { set_color_from_title = title:b_emmen } + title:d_b_empoli_color = { set_color_from_title = title:b_empoli } + title:d_b_en-nahud_color = { set_color_from_title = title:b_en-nahud } + title:d_b_endere_color = { set_color_from_title = title:b_endere } + title:d_b_enescopinge_color = { set_color_from_title = title:b_enescopinge } + title:d_b_engelberg_color = { set_color_from_title = title:b_engelberg } + title:d_b_engels_color = { set_color_from_title = title:b_engels } + title:d_b_ennis_color = { set_color_from_title = title:b_ennis } + title:d_b_enniscorthy_color = { set_color_from_title = title:b_enniscorthy } + title:d_b_epernay_color = { set_color_from_title = title:b_epernay } + title:d_b_ephesos_color = { set_color_from_title = title:b_ephesos } + title:d_b_epinal_color = { set_color_from_title = title:b_epinal } + title:d_b_erandol_color = { set_color_from_title = title:b_erandol } + title:d_b_erbach_color = { set_color_from_title = title:b_erbach } + title:d_b_erdenet_color = { set_color_from_title = title:b_erdenet } + title:d_b_erding_color = { set_color_from_title = title:b_erding } + title:d_b_erementau_color = { set_color_from_title = title:b_erementau } + title:d_b_erg_ghati_color = { set_color_from_title = title:b_erg_ghati } + title:d_b_ergaki_color = { set_color_from_title = title:b_ergaki } + title:d_b_erkhel_color = { set_color_from_title = title:b_erkhel } + title:d_b_erkne_color = { set_color_from_title = title:b_erkne } + title:d_b_ernstbrunn_color = { set_color_from_title = title:b_ernstbrunn } + title:d_b_ersomlyo_color = { set_color_from_title = title:b_ersomlyo } + title:d_b_ertis_color = { set_color_from_title = title:b_ertis } + title:d_b_eschenlohe_color = { set_color_from_title = title:b_eschenlohe } + title:d_b_eschweiler_color = { set_color_from_title = title:b_eschweiler } + title:d_b_espoo_color = { set_color_from_title = title:b_espoo } + title:d_b_essen_color = { set_color_from_title = title:b_essen } + title:d_b_este_color = { set_color_from_title = title:b_este } + title:d_b_esztergom_color = { set_color_from_title = title:b_esztergom } + title:d_b_etah_color = { set_color_from_title = title:b_etah } + title:d_b_etampes_color = { set_color_from_title = title:b_etampes } + title:d_b_etawah_color = { set_color_from_title = title:b_etawah } + title:d_b_etzeri_color = { set_color_from_title = title:b_etzeri } + title:d_b_eu_color = { set_color_from_title = title:b_eu } + title:d_b_euaissa_color = { set_color_from_title = title:b_euaissa } + title:d_b_euchaita_color = { set_color_from_title = title:b_euchaita } + title:d_b_euspena_color = { set_color_from_title = title:b_euspena } + title:d_b_everstein_color = { set_color_from_title = title:b_everstein } + title:d_b_evesham_color = { set_color_from_title = title:b_evesham } + title:d_b_evora_color = { set_color_from_title = title:b_evora } + title:d_b_evreux_color = { set_color_from_title = title:b_evreux } + title:d_b_exeter_color = { set_color_from_title = title:b_exeter } + title:d_b_eylau_color = { set_color_from_title = title:b_eylau } + title:d_b_eynafylki_color = { set_color_from_title = title:b_eynafylki } + title:d_b_fachi_color = { set_color_from_title = title:b_fachi } + title:d_b_fachi_route_color = { set_color_from_title = title:b_fachi_route } + title:d_b_fadak_color = { set_color_from_title = title:b_fadak } + title:d_b_fadala_color = { set_color_from_title = title:b_fadala } + title:d_b_fadama_color = { set_color_from_title = title:b_fadama } + title:d_b_fafan_color = { set_color_from_title = title:b_fafan } + title:d_b_fafan-south_color = { set_color_from_title = title:b_fafan-south } + title:d_b_fahan_color = { set_color_from_title = title:b_fahan } + title:d_b_fahraj_color = { set_color_from_title = title:b_fahraj } + title:d_b_fahraj_yazd_color = { set_color_from_title = title:b_fahraj_yazd } + title:d_b_faizabad_color = { set_color_from_title = title:b_faizabad } + title:d_b_fajla_color = { set_color_from_title = title:b_fajla } + title:d_b_fajr_color = { set_color_from_title = title:b_fajr } + title:d_b_falaise_color = { set_color_from_title = title:b_falaise } + title:d_b_falaj_color = { set_color_from_title = title:b_falaj } + title:d_b_falanko_color = { set_color_from_title = title:b_falanko } + title:d_b_falasha_color = { set_color_from_title = title:b_falasha } + title:d_b_falene_color = { set_color_from_title = title:b_falene } + title:d_b_falesti_color = { set_color_from_title = title:b_falesti } + title:d_b_falkenstein_color = { set_color_from_title = title:b_falkenstein } + title:d_b_falkirk_color = { set_color_from_title = title:b_falkirk } + title:d_b_falkoping_color = { set_color_from_title = title:b_falkoping } + title:d_b_famagusta_color = { set_color_from_title = title:b_famagusta } + title:d_b_fanhe_color = { set_color_from_title = title:b_fanhe } + title:d_b_faqus_color = { set_color_from_title = title:b_faqus } + title:d_b_farabugu_color = { set_color_from_title = title:b_farabugu } + title:d_b_farah_color = { set_color_from_title = title:b_farah } + title:d_b_farama_color = { set_color_from_title = title:b_farama } + title:d_b_faran_color = { set_color_from_title = title:b_faran } + title:d_b_faras_color = { set_color_from_title = title:b_faras } + title:d_b_farava_color = { set_color_from_title = title:b_farava } + title:d_b_farduzes_color = { set_color_from_title = title:b_farduzes } + title:d_b_farfa_color = { set_color_from_title = title:b_farfa } + title:d_b_farhajird_color = { set_color_from_title = title:b_farhajird } + title:d_b_farila_color = { set_color_from_title = title:b_farila } + title:d_b_farnebo_color = { set_color_from_title = title:b_farnebo } + title:d_b_faro_color = { set_color_from_title = title:b_faro } + title:d_b_faroo_color = { set_color_from_title = title:b_faroo } + title:d_b_faryab_color = { set_color_from_title = title:b_faryab } + title:d_b_fashal_color = { set_color_from_title = title:b_fashal } + title:d_b_fatagar_color = { set_color_from_title = title:b_fatagar } + title:d_b_fathabad_color = { set_color_from_title = title:b_fathabad } + title:d_b_faucigny_color = { set_color_from_title = title:b_faucigny } + title:d_b_faulquemont_color = { set_color_from_title = title:b_faulquemont } + title:d_b_faustinopolis_color = { set_color_from_title = title:b_faustinopolis } + title:d_b_faw_color = { set_color_from_title = title:b_faw } + title:d_b_faya_color = { set_color_from_title = title:b_faya } + title:d_b_fayd_color = { set_color_from_title = title:b_fayd } + title:d_b_fazughli_color = { set_color_from_title = title:b_fazughli } + title:d_b_fazughli_east_color = { set_color_from_title = title:b_fazughli_east } + title:d_b_fecamp_color = { set_color_from_title = title:b_fecamp } + title:d_b_feher_color = { set_color_from_title = title:b_feher } + title:d_b_fehertemplom_color = { set_color_from_title = title:b_fehertemplom } + title:d_b_feldbach_color = { set_color_from_title = title:b_feldbach } + title:d_b_feldkirchen_color = { set_color_from_title = title:b_feldkirchen } + title:d_b_fellata_color = { set_color_from_title = title:b_fellata } + title:d_b_femera_color = { set_color_from_title = title:b_femera } + title:d_b_fermo_color = { set_color_from_title = title:b_fermo } + title:d_b_fernabo_color = { set_color_from_title = title:b_fernabo } + title:d_b_ferns_color = { set_color_from_title = title:b_ferns } + title:d_b_ferrara_color = { set_color_from_title = title:b_ferrara } + title:d_b_ferrette_color = { set_color_from_title = title:b_ferrette } + title:d_b_ferrol_color = { set_color_from_title = title:b_ferrol } + title:d_b_fes_color = { set_color_from_title = title:b_fes } + title:d_b_fesensac_color = { set_color_from_title = title:b_fesensac } + title:d_b_fetesti_color = { set_color_from_title = title:b_fetesti } + title:d_b_feurs_color = { set_color_from_title = title:b_feurs } + title:d_b_fezzan_route_color = { set_color_from_title = title:b_fezzan_route } + title:d_b_figeac_color = { set_color_from_title = title:b_figeac } + title:d_b_figuig_color = { set_color_from_title = title:b_figuig } + title:d_b_figuira_color = { set_color_from_title = title:b_figuira } + title:d_b_fika_color = { set_color_from_title = title:b_fika } + title:d_b_filiasi_color = { set_color_from_title = title:b_filiasi } + title:d_b_finnforsar_color = { set_color_from_title = title:b_finnforsar } + title:d_b_finstigen_color = { set_color_from_title = title:b_finstigen } + title:d_b_firabr_color = { set_color_from_title = title:b_firabr } + title:d_b_firaun_color = { set_color_from_title = title:b_firaun } + title:d_b_firdafylki_color = { set_color_from_title = title:b_firdafylki } + title:d_b_firenze_color = { set_color_from_title = title:b_firenze } + title:d_b_firiya_color = { set_color_from_title = title:b_firiya } + title:d_b_firrim_color = { set_color_from_title = title:b_firrim } + title:d_b_firuzabad_color = { set_color_from_title = title:b_firuzabad } + title:d_b_firuzan_color = { set_color_from_title = title:b_firuzan } + title:d_b_firuzkuh_color = { set_color_from_title = title:b_firuzkuh } + title:d_b_fishabur_color = { set_color_from_title = title:b_fishabur } + title:d_b_fishguard_color = { set_color_from_title = title:b_fishguard } + title:d_b_fjarlandi_color = { set_color_from_title = title:b_fjarlandi } + title:d_b_florentiola_color = { set_color_from_title = title:b_florentiola } + title:d_b_floridsdorf_color = { set_color_from_title = title:b_floridsdorf } + title:d_b_focsani_color = { set_color_from_title = title:b_focsani } + title:d_b_fogaras_color = { set_color_from_title = title:b_fogaras } + title:d_b_fogny_color = { set_color_from_title = title:b_fogny } + title:d_b_foix_color = { set_color_from_title = title:b_foix } + title:d_b_folgue_karu_color = { set_color_from_title = title:b_folgue_karu } + title:d_b_follinge_color = { set_color_from_title = title:b_follinge } + title:d_b_folona_color = { set_color_from_title = title:b_folona } + title:d_b_fontenay_color = { set_color_from_title = title:b_fontenay } + title:d_b_forbach_color = { set_color_from_title = title:b_forbach } + title:d_b_forcalquier_color = { set_color_from_title = title:b_forcalquier } + title:d_b_forli_color = { set_color_from_title = title:b_forli } + title:d_b_forst_color = { set_color_from_title = title:b_forst } + title:d_b_fort_aleksandrovkiy_color = { set_color_from_title = title:b_fort_aleksandrovkiy } + title:d_b_fort_novoaleksandrovkiy_color = { set_color_from_title = title:b_fort_novoaleksandrovkiy } + title:d_b_fraga_color = { set_color_from_title = title:b_fraga } + title:d_b_frankenstein_color = { set_color_from_title = title:b_frankenstein } + title:d_b_frankfurt_color = { set_color_from_title = title:b_frankfurt } + title:d_b_freiberg_color = { set_color_from_title = title:b_freiberg } + title:d_b_freiburg_color = { set_color_from_title = title:b_freiburg } + title:d_b_freising_color = { set_color_from_title = title:b_freising } + title:d_b_freistadt_color = { set_color_from_title = title:b_freistadt } + title:d_b_friedberg_color = { set_color_from_title = title:b_friedberg } + title:d_b_friskdal_color = { set_color_from_title = title:b_friskdal } + title:d_b_frolikha_color = { set_color_from_title = title:b_frolikha } + title:d_b_frolovo_color = { set_color_from_title = title:b_frolovo } + title:d_b_fronsac_color = { set_color_from_title = title:b_fronsac } + title:d_b_frontenhausen_color = { set_color_from_title = title:b_frontenhausen } + title:d_b_froso_color = { set_color_from_title = title:b_froso } + title:d_b_fudalhi_color = { set_color_from_title = title:b_fudalhi } + title:d_b_fuerteventura_color = { set_color_from_title = title:b_fuerteventura } + title:d_b_fukang_color = { set_color_from_title = title:b_fukang } + title:d_b_fulda_color = { set_color_from_title = title:b_fulda } + title:d_b_fuqi_color = { set_color_from_title = title:b_fuqi } + title:d_b_furness_color = { set_color_from_title = title:b_furness } + title:d_b_fursata_color = { set_color_from_title = title:b_fursata } + title:d_b_furstenberg_color = { set_color_from_title = title:b_furstenberg } + title:d_b_fustujan_color = { set_color_from_title = title:b_fustujan } + title:d_b_fwala-konyan_color = { set_color_from_title = title:b_fwala-konyan } + title:d_b_gaaltoe_color = { set_color_from_title = title:b_gaaltoe } + title:d_b_gabal_color = { set_color_from_title = title:b_gabal } + title:d_b_gabal_south_color = { set_color_from_title = title:b_gabal_south } + title:d_b_gabarawan_color = { set_color_from_title = title:b_gabarawan } + title:d_b_gabardan_color = { set_color_from_title = title:b_gabardan } + title:d_b_gabas_color = { set_color_from_title = title:b_gabas } + title:d_b_gabasumdo_color = { set_color_from_title = title:b_gabasumdo } + title:d_b_gabes_color = { set_color_from_title = title:b_gabes } + title:d_b_gabou_color = { set_color_from_title = title:b_gabou } + title:d_b_gabou_bura_color = { set_color_from_title = title:b_gabou_bura } + title:d_b_gabrovo_color = { set_color_from_title = title:b_gabrovo } + title:d_b_gacko_color = { set_color_from_title = title:b_gacko } + title:d_b_gade_color = { set_color_from_title = title:b_gade } + title:d_b_gadei_color = { set_color_from_title = title:b_gadei } + title:d_b_gadhipuri_color = { set_color_from_title = title:b_gadhipuri } + title:d_b_gadilon_color = { set_color_from_title = title:b_gadilon } + title:d_b_gaeta_color = { set_color_from_title = title:b_gaeta } + title:d_b_gafat_color = { set_color_from_title = title:b_gafat } + title:d_b_gagnoa_color = { set_color_from_title = title:b_gagnoa } + title:d_b_gagraun_color = { set_color_from_title = title:b_gagraun } + title:d_b_gairloch_color = { set_color_from_title = title:b_gairloch } + title:d_b_gajor_color = { set_color_from_title = title:b_gajor } + title:d_b_galaga_color = { set_color_from_title = title:b_galaga } + title:d_b_galam_color = { set_color_from_title = title:b_galam } + title:d_b_galaseatnu_color = { set_color_from_title = title:b_galaseatnu } + title:d_b_galashiels_color = { set_color_from_title = title:b_galashiels } + title:d_b_galati_color = { set_color_from_title = title:b_galati } + title:d_b_galatia_color = { set_color_from_title = title:b_galatia } + title:d_b_galich_mersky_color = { set_color_from_title = title:b_galich_mersky } + title:d_b_galikan_color = { set_color_from_title = title:b_galikan } + title:d_b_galila_color = { set_color_from_title = title:b_galila } + title:d_b_galkayo_color = { set_color_from_title = title:b_galkayo } + title:d_b_gallarate_color = { set_color_from_title = title:b_gallarate } + title:d_b_galt_color = { set_color_from_title = title:b_galt } + title:d_b_galtelli_color = { set_color_from_title = title:b_galtelli } + title:d_b_galuut_nuur_color = { set_color_from_title = title:b_galuut_nuur } + title:d_b_galway_color = { set_color_from_title = title:b_galway } + title:d_b_gambaru_color = { set_color_from_title = title:b_gambaru } + title:d_b_gambo_color = { set_color_from_title = title:b_gambo } + title:d_b_gamo_color = { set_color_from_title = title:b_gamo } + title:d_b_ganale_color = { set_color_from_title = title:b_ganale } + title:d_b_gandzasar_color = { set_color_from_title = title:b_gandzasar } + title:d_b_ganeboafo_color = { set_color_from_title = title:b_ganeboafo } + title:d_b_gangadvara_color = { set_color_from_title = title:b_gangadvara } + title:d_b_gangaikondacolapuram_color = { set_color_from_title = title:b_gangaikondacolapuram } + title:d_b_gangapur_color = { set_color_from_title = title:b_gangapur } + title:d_b_gangasdelnarcea_color = { set_color_from_title = title:b_gangasdelnarcea } + title:d_b_gangca_color = { set_color_from_title = title:b_gangca } + title:d_b_gangnyi_color = { set_color_from_title = title:b_gangnyi } + title:d_b_gangra_color = { set_color_from_title = title:b_gangra } + title:d_b_ganja_color = { set_color_from_title = title:b_ganja } + title:d_b_ganjam_color = { set_color_from_title = title:b_ganjam } + title:d_b_ganjun_color = { set_color_from_title = title:b_ganjun } + title:d_b_gants_khondii_color = { set_color_from_title = title:b_gants_khondii } + title:d_b_ganz_color = { set_color_from_title = title:b_ganz } + title:d_b_ganzhou_color = { set_color_from_title = title:b_ganzhou } + title:d_b_gao_color = { set_color_from_title = title:b_gao } + title:d_b_gaolan_color = { set_color_from_title = title:b_gaolan } + title:d_b_gaotai_color = { set_color_from_title = title:b_gaotai } + title:d_b_gap_color = { set_color_from_title = title:b_gap } + title:d_b_gar_color = { set_color_from_title = title:b_gar } + title:d_b_garco_color = { set_color_from_title = title:b_garco } + title:d_b_garda_color = { set_color_from_title = title:b_garda } + title:d_b_gardafuul_color = { set_color_from_title = title:b_gardafuul } + title:d_b_gardelegen_color = { set_color_from_title = title:b_gardelegen } + title:d_b_gardiki_color = { set_color_from_title = title:b_gardiki } + title:d_b_gardikia_color = { set_color_from_title = title:b_gardikia } + title:d_b_gardiz_color = { set_color_from_title = title:b_gardiz } + title:d_b_gardman_color = { set_color_from_title = title:b_gardman } + title:d_b_garestin_color = { set_color_from_title = title:b_garestin } + title:d_b_garh_kundar_color = { set_color_from_title = title:b_garh_kundar } + title:d_b_garioch_color = { set_color_from_title = title:b_garioch } + title:d_b_garkung_color = { set_color_from_title = title:b_garkung } + title:d_b_garna_color = { set_color_from_title = title:b_garna } + title:d_b_garni_color = { set_color_from_title = title:b_garni } + title:d_b_garoua_color = { set_color_from_title = title:b_garoua } + title:d_b_garsaura_color = { set_color_from_title = title:b_garsaura } + title:d_b_garu_kime_color = { set_color_from_title = title:b_garu_kime } + title:d_b_garumele_color = { set_color_from_title = title:b_garumele } + title:d_b_garwolin_color = { set_color_from_title = title:b_garwolin } + title:d_b_garze_color = { set_color_from_title = title:b_garze } + title:d_b_gasa_color = { set_color_from_title = title:b_gasa } + title:d_b_gasga_color = { set_color_from_title = title:b_gasga } + title:d_b_gash_color = { set_color_from_title = title:b_gash } + title:d_b_gaskeru_color = { set_color_from_title = title:b_gaskeru } + title:d_b_gatsuurgazar_color = { set_color_from_title = title:b_gatsuurgazar } + title:d_b_gauldala_color = { set_color_from_title = title:b_gauldala } + title:d_b_gaur_color = { set_color_from_title = title:b_gaur } + title:d_b_gauraina_color = { set_color_from_title = title:b_gauraina } + title:d_b_gautamkot_color = { set_color_from_title = title:b_gautamkot } + title:d_b_gavazi_color = { set_color_from_title = title:b_gavazi } + title:d_b_gavle_color = { set_color_from_title = title:b_gavle } + title:d_b_gavrilovskoye_color = { set_color_from_title = title:b_gavrilovskoye } + title:d_b_gawilgarh_color = { set_color_from_title = title:b_gawilgarh } + title:d_b_gaya_color = { set_color_from_title = title:b_gaya } + title:d_b_gazargamo_color = { set_color_from_title = title:b_gazargamo } + title:d_b_gazirat_ibn_umar_color = { set_color_from_title = title:b_gazirat_ibn_umar } + title:d_b_gbagye_color = { set_color_from_title = title:b_gbagye } + title:d_b_gbajigbo_color = { set_color_from_title = title:b_gbajigbo } + title:d_b_gbanshay_color = { set_color_from_title = title:b_gbanshay } + title:d_b_gdansk_color = { set_color_from_title = title:b_gdansk } + title:d_b_gdov_color = { set_color_from_title = title:b_gdov } + title:d_b_gebba_color = { set_color_from_title = title:b_gebba } + title:d_b_gebeit_color = { set_color_from_title = title:b_gebeit } + title:d_b_geberge_color = { set_color_from_title = title:b_geberge } + title:d_b_gedang_color = { set_color_from_title = title:b_gedang } + title:d_b_gegeen_color = { set_color_from_title = title:b_gegeen } + title:d_b_gegyai_color = { set_color_from_title = title:b_gegyai } + title:d_b_geili_color = { set_color_from_title = title:b_geili } + title:d_b_geisenhausen_color = { set_color_from_title = title:b_geisenhausen } + title:d_b_geldern_color = { set_color_from_title = title:b_geldern } + title:d_b_gelnhausen_color = { set_color_from_title = title:b_gelnhausen } + title:d_b_geme_color = { set_color_from_title = title:b_geme } + title:d_b_gemer_color = { set_color_from_title = title:b_gemer } + title:d_b_gemukura_color = { set_color_from_title = title:b_gemukura } + title:d_b_gendebelo_color = { set_color_from_title = title:b_gendebelo } + title:d_b_geneva_color = { set_color_from_title = title:b_geneva } + title:d_b_genoa_color = { set_color_from_title = title:b_genoa } + title:d_b_gent_color = { set_color_from_title = title:b_gent } + title:d_b_gera_color = { set_color_from_title = title:b_gera } + title:d_b_gerash_color = { set_color_from_title = title:b_gerash } + title:d_b_gerdkuh_color = { set_color_from_title = title:b_gerdkuh } + title:d_b_germa_color = { set_color_from_title = title:b_germa } + title:d_b_germa_anatolia_color = { set_color_from_title = title:b_germa_anatolia } + title:d_b_geroldseck_color = { set_color_from_title = title:b_geroldseck } + title:d_b_gerze_color = { set_color_from_title = title:b_gerze } + title:d_b_gestro_color = { set_color_from_title = title:b_gestro } + title:d_b_geteina_color = { set_color_from_title = title:b_geteina } + title:d_b_gevaudan_color = { set_color_from_title = title:b_gevaudan } + title:d_b_ghadames_color = { set_color_from_title = title:b_ghadames } + title:d_b_ghalafiqa_color = { set_color_from_title = title:b_ghalafiqa } + title:d_b_ghardaia_color = { set_color_from_title = title:b_ghardaia } + title:d_b_ghardaman_color = { set_color_from_title = title:b_ghardaman } + title:d_b_ghat_color = { set_color_from_title = title:b_ghat } + title:d_b_ghat_route_color = { set_color_from_title = title:b_ghat_route } + title:d_b_ghatagaon_color = { set_color_from_title = title:b_ghatagaon } + title:d_b_ghazna_color = { set_color_from_title = title:b_ghazna } + title:d_b_ghazwan_color = { set_color_from_title = title:b_ghazwan } + title:d_b_ghazza_color = { set_color_from_title = title:b_ghazza } + title:d_b_ghazzal_color = { set_color_from_title = title:b_ghazzal } + title:d_b_gher_color = { set_color_from_title = title:b_gher } + title:d_b_ghisi_color = { set_color_from_title = title:b_ghisi } + title:d_b_ghiyaru_color = { set_color_from_title = title:b_ghiyaru } + title:d_b_ghoraghat_color = { set_color_from_title = title:b_ghoraghat } + title:d_b_ghotki_color = { set_color_from_title = title:b_ghotki } + title:d_b_ghoubet_color = { set_color_from_title = title:b_ghoubet } + title:d_b_ghubaysh_color = { set_color_from_title = title:b_ghubaysh } + title:d_b_ghuguha_dol_color = { set_color_from_title = title:b_ghuguha_dol } + title:d_b_ghujduvan_color = { set_color_from_title = title:b_ghujduvan } + title:d_b_ghulja_color = { set_color_from_title = title:b_ghulja } + title:d_b_ghumira_color = { set_color_from_title = title:b_ghumira } + title:d_b_ghur_color = { set_color_from_title = title:b_ghur } + title:d_b_gibe_innarya_color = { set_color_from_title = title:b_gibe_innarya } + title:d_b_gidaya_color = { set_color_from_title = title:b_gidaya } + title:d_b_gidaya-east_color = { set_color_from_title = title:b_gidaya-east } + title:d_b_gidaya-north_color = { set_color_from_title = title:b_gidaya-north } + title:d_b_gidim_color = { set_color_from_title = title:b_gidim } + title:d_b_giempa_color = { set_color_from_title = title:b_giempa } + title:d_b_gifhorn_color = { set_color_from_title = title:b_gifhorn } + title:d_b_gijon_color = { set_color_from_title = title:b_gijon } + title:d_b_gilan_color = { set_color_from_title = title:b_gilan } + title:d_b_gilgit_color = { set_color_from_title = title:b_gilgit } + title:d_b_gillberg_color = { set_color_from_title = title:b_gillberg } + title:d_b_gimhathiththa_color = { set_color_from_title = title:b_gimhathiththa } + title:d_b_gimhile_color = { set_color_from_title = title:b_gimhile } + title:d_b_giragi_color = { set_color_from_title = title:b_giragi } + title:d_b_girona_color = { set_color_from_title = title:b_girona } + title:d_b_girvan_color = { set_color_from_title = title:b_girvan } + title:d_b_gishe_color = { set_color_from_title = title:b_gishe } + title:d_b_gisors_color = { set_color_from_title = title:b_gisors } + title:d_b_gissebi_color = { set_color_from_title = title:b_gissebi } + title:d_b_giti_color = { set_color_from_title = title:b_giti } + title:d_b_giurgiu_color = { set_color_from_title = title:b_giurgiu } + title:d_b_gizeh_color = { set_color_from_title = title:b_gizeh } + title:d_b_gizey_color = { set_color_from_title = title:b_gizey } + title:d_b_gladbach_color = { set_color_from_title = title:b_gladbach } + title:d_b_glamoc_color = { set_color_from_title = title:b_glamoc } + title:d_b_glasgow_color = { set_color_from_title = title:b_glasgow } + title:d_b_glavacioc_color = { set_color_from_title = title:b_glavacioc } + title:d_b_glaz_color = { set_color_from_title = title:b_glaz } + title:d_b_glazov_color = { set_color_from_title = title:b_glazov } + title:d_b_gleichen_color = { set_color_from_title = title:b_gleichen } + title:d_b_gleichenstein_color = { set_color_from_title = title:b_gleichenstein } + title:d_b_glencoe_color = { set_color_from_title = title:b_glencoe } + title:d_b_glenelg_color = { set_color_from_title = title:b_glenelg } + title:d_b_glenfinnan_color = { set_color_from_title = title:b_glenfinnan } + title:d_b_glogow_color = { set_color_from_title = title:b_glogow } + title:d_b_glogowek_color = { set_color_from_title = title:b_glogowek } + title:d_b_gloucester_color = { set_color_from_title = title:b_gloucester } + title:d_b_glubocica_color = { set_color_from_title = title:b_glubocica } + title:d_b_glukhov_color = { set_color_from_title = title:b_glukhov } + title:d_b_gmund_color = { set_color_from_title = title:b_gmund } + title:d_b_gnezdovo_color = { set_color_from_title = title:b_gnezdovo } + title:d_b_gniezno_color = { set_color_from_title = title:b_gniezno } + title:d_b_goalpara_color = { set_color_from_title = title:b_goalpara } + title:d_b_gobir_color = { set_color_from_title = title:b_gobir } + title:d_b_gobir-east_color = { set_color_from_title = title:b_gobir-east } + title:d_b_gobnangou_color = { set_color_from_title = title:b_gobnangou } + title:d_b_godawari_color = { set_color_from_title = title:b_godawari } + title:d_b_godawaya_color = { set_color_from_title = title:b_godawaya } + title:d_b_gode_color = { set_color_from_title = title:b_gode } + title:d_b_gogesa_color = { set_color_from_title = title:b_gogesa } + title:d_b_gograha_color = { set_color_from_title = title:b_gograha } + title:d_b_goinge_color = { set_color_from_title = title:b_goinge } + title:d_b_goingyibug_color = { set_color_from_title = title:b_goingyibug } + title:d_b_gojeb_color = { set_color_from_title = title:b_gojeb } + title:d_b_gojjam_color = { set_color_from_title = title:b_gojjam } + title:d_b_golag_color = { set_color_from_title = title:b_golag } + title:d_b_golaghmuli_color = { set_color_from_title = title:b_golaghmuli } + title:d_b_golden_hills_color = { set_color_from_title = title:b_golden_hills } + title:d_b_golkonda_color = { set_color_from_title = title:b_golkonda } + title:d_b_gomba_color = { set_color_from_title = title:b_gomba } + title:d_b_gombe_color = { set_color_from_title = title:b_gombe } + title:d_b_gomel_color = { set_color_from_title = title:b_gomel } + title:d_b_gomma_color = { set_color_from_title = title:b_gomma } + title:d_b_gommern_color = { set_color_from_title = title:b_gommern } + title:d_b_gomoco_color = { set_color_from_title = title:b_gomoco } + title:d_b_gonda_color = { set_color_from_title = title:b_gonda } + title:d_b_gondar_color = { set_color_from_title = title:b_gondar } + title:d_b_gondia_color = { set_color_from_title = title:b_gondia } + title:d_b_gondishapur_color = { set_color_from_title = title:b_gondishapur } + title:d_b_gongbo_color = { set_color_from_title = title:b_gongbo } + title:d_b_gonggar_color = { set_color_from_title = title:b_gonggar } + title:d_b_gonglung_color = { set_color_from_title = title:b_gonglung } + title:d_b_gongola_color = { set_color_from_title = title:b_gongola } + title:d_b_gopakapattana_color = { set_color_from_title = title:b_gopakapattana } + title:d_b_gopalpur_color = { set_color_from_title = title:b_gopalpur } + title:d_b_gopbhum_color = { set_color_from_title = title:b_gopbhum } + title:d_b_goraj_color = { set_color_from_title = title:b_goraj } + title:d_b_gorakhpur_color = { set_color_from_title = title:b_gorakhpur } + title:d_b_gorazde_color = { set_color_from_title = title:b_gorazde } + title:d_b_gordium_color = { set_color_from_title = title:b_gordium } + title:d_b_gore_color = { set_color_from_title = title:b_gore } + title:d_b_gori_color = { set_color_from_title = title:b_gori } + title:d_b_goris_color = { set_color_from_title = title:b_goris } + title:d_b_goritsa_color = { set_color_from_title = title:b_goritsa } + title:d_b_gorizia_color = { set_color_from_title = title:b_gorizia } + title:d_b_gorkha_color = { set_color_from_title = title:b_gorkha } + title:d_b_gorkhii_terelj_color = { set_color_from_title = title:b_gorkhii_terelj } + title:d_b_gorko_color = { set_color_from_title = title:b_gorko } + title:d_b_gorkoalei_color = { set_color_from_title = title:b_gorkoalei } + title:d_b_gorlitz_color = { set_color_from_title = title:b_gorlitz } + title:d_b_gorodek_color = { set_color_from_title = title:b_gorodek } + title:d_b_gorodets_color = { set_color_from_title = title:b_gorodets } + title:d_b_gorodets-meshchyorsky_color = { set_color_from_title = title:b_gorodets-meshchyorsky } + title:d_b_goslar_color = { set_color_from_title = title:b_goslar } + title:d_b_gostynin_color = { set_color_from_title = title:b_gostynin } + title:d_b_gosudar_color = { set_color_from_title = title:b_gosudar } + title:d_b_gottingen_color = { set_color_from_title = title:b_gottingen } + title:d_b_goundafa_color = { set_color_from_title = title:b_goundafa } + title:d_b_gouzara_color = { set_color_from_title = title:b_gouzara } + title:d_b_govardhan_color = { set_color_from_title = title:b_govardhan } + title:d_b_govora_color = { set_color_from_title = title:b_govora } + title:d_b_gowran_color = { set_color_from_title = title:b_gowran } + title:d_b_goyu_color = { set_color_from_title = title:b_goyu } + title:d_b_goz_beida_color = { set_color_from_title = title:b_goz_beida } + title:d_b_grabow_color = { set_color_from_title = title:b_grabow } + title:d_b_gradac_color = { set_color_from_title = title:b_gradac } + title:d_b_gradiska_color = { set_color_from_title = title:b_gradiska } + title:d_b_grado_color = { set_color_from_title = title:b_grado } + title:d_b_graftavallen_color = { set_color_from_title = title:b_graftavallen } + title:d_b_gralheira_color = { set_color_from_title = title:b_gralheira } + title:d_b_granada_color = { set_color_from_title = title:b_granada } + title:d_b_grancanaria_color = { set_color_from_title = title:b_grancanaria } + title:d_b_grand_color = { set_color_from_title = title:b_grand } + title:d_b_grandmont_color = { set_color_from_title = title:b_grandmont } + title:d_b_grandpre_color = { set_color_from_title = title:b_grandpre } + title:d_b_granuul_color = { set_color_from_title = title:b_granuul } + title:d_b_grasse_color = { set_color_from_title = title:b_grasse } + title:d_b_graudenz_color = { set_color_from_title = title:b_graudenz } + title:d_b_grava_color = { set_color_from_title = title:b_grava } + title:d_b_gray_color = { set_color_from_title = title:b_gray } + title:d_b_graz_color = { set_color_from_title = title:b_graz } + title:d_b_greben_color = { set_color_from_title = title:b_greben } + title:d_b_grebo_color = { set_color_from_title = title:b_grebo } + title:d_b_greiffenst_color = { set_color_from_title = title:b_greiffenst } + title:d_b_grenoble_color = { set_color_from_title = title:b_grenoble } + title:d_b_grevelines_color = { set_color_from_title = title:b_grevelines } + title:d_b_grevena_color = { set_color_from_title = title:b_grevena } + title:d_b_griefswald_color = { set_color_from_title = title:b_griefswald } + title:d_b_grimsby_color = { set_color_from_title = title:b_grimsby } + title:d_b_grnetti_color = { set_color_from_title = title:b_grnetti } + title:d_b_grobin_color = { set_color_from_title = title:b_grobin } + title:d_b_grodno_color = { set_color_from_title = title:b_grodno } + title:d_b_grong_color = { set_color_from_title = title:b_grong } + title:d_b_groningen_color = { set_color_from_title = title:b_groningen } + title:d_b_grossenhain_color = { set_color_from_title = title:b_grossenhain } + title:d_b_grosseto_color = { set_color_from_title = title:b_grosseto } + title:d_b_grunberg_color = { set_color_from_title = title:b_grunberg } + title:d_b_grundasund_color = { set_color_from_title = title:b_grundasund } + title:d_b_grunningen_color = { set_color_from_title = title:b_grunningen } + title:d_b_gryazovets_color = { set_color_from_title = title:b_gryazovets } + title:d_b_gryfino_color = { set_color_from_title = title:b_gryfino } + title:d_b_guadiato_color = { set_color_from_title = title:b_guadiato } + title:d_b_guadiz_color = { set_color_from_title = title:b_guadiz } + title:d_b_guardo_color = { set_color_from_title = title:b_guardo } + title:d_b_guastalla_color = { set_color_from_title = title:b_guastalla } + title:d_b_guazhou_color = { set_color_from_title = title:b_guazhou } + title:d_b_gubbio_color = { set_color_from_title = title:b_gubbio } + title:d_b_gubin_color = { set_color_from_title = title:b_gubin } + title:d_b_guchin_us_color = { set_color_from_title = title:b_guchin_us } + title:d_b_gudakva_color = { set_color_from_title = title:b_gudakva } + title:d_b_gudalajara_color = { set_color_from_title = title:b_gudalajara } + title:d_b_guerande_color = { set_color_from_title = title:b_guerande } + title:d_b_gueret_color = { set_color_from_title = title:b_gueret } + title:d_b_guerze_color = { set_color_from_title = title:b_guerze } + title:d_b_guidimaka_color = { set_color_from_title = title:b_guidimaka } + title:d_b_guildford_color = { set_color_from_title = title:b_guildford } + title:d_b_guilongu_color = { set_color_from_title = title:b_guilongu } + title:d_b_guimaraes_color = { set_color_from_title = title:b_guimaraes } + title:d_b_guinala_color = { set_color_from_title = title:b_guinala } + title:d_b_gulang_color = { set_color_from_title = title:b_gulang } + title:d_b_gulariya_color = { set_color_from_title = title:b_gulariya } + title:d_b_gulbarga_color = { set_color_from_title = title:b_gulbarga } + title:d_b_gulbene_color = { set_color_from_title = title:b_gulbene } + title:d_b_gulmi_color = { set_color_from_title = title:b_gulmi } + title:d_b_gulpaygan_color = { set_color_from_title = title:b_gulpaygan } + title:d_b_gultari_color = { set_color_from_title = title:b_gultari } + title:d_b_gulyus_color = { set_color_from_title = title:b_gulyus } + title:d_b_guma_color = { set_color_from_title = title:b_guma } + title:d_b_gumbu_color = { set_color_from_title = title:b_gumbu } + title:d_b_gummi_color = { set_color_from_title = title:b_gummi } + title:d_b_gumuz_north_color = { set_color_from_title = title:b_gumuz_north } + title:d_b_gumuz_south_color = { set_color_from_title = title:b_gumuz_south } + title:d_b_gumuz_west_color = { set_color_from_title = title:b_gumuz_west } + title:d_b_guna_color = { set_color_from_title = title:b_guna } + title:d_b_gundijan_color = { set_color_from_title = title:b_gundijan } + title:d_b_guoddemjavvr_color = { set_color_from_title = title:b_guoddemjavvr } + title:d_b_guovdageaidnu_color = { set_color_from_title = title:b_guovdageaidnu } + title:d_b_gurage_color = { set_color_from_title = title:b_gurage } + title:d_b_gurgan_color = { set_color_from_title = title:b_gurgan } + title:d_b_gurganj_color = { set_color_from_title = title:b_gurganj } + title:d_b_gurgi_color = { set_color_from_title = title:b_gurgi } + title:d_b_gurinai_color = { set_color_from_title = title:b_gurinai } + title:d_b_gurjaratra_color = { set_color_from_title = title:b_gurjaratra } + title:d_b_gurma-rharous_color = { set_color_from_title = title:b_gurma-rharous } + title:d_b_gurma-west_color = { set_color_from_title = title:b_gurma-west } + title:d_b_gursi_color = { set_color_from_title = title:b_gursi } + title:d_b_gurunsi_color = { set_color_from_title = title:b_gurunsi } + title:d_b_gurzivan_color = { set_color_from_title = title:b_gurzivan } + title:d_b_gusau_color = { set_color_from_title = title:b_gusau } + title:d_b_gustrow_color = { set_color_from_title = title:b_gustrow } + title:d_b_gutti_color = { set_color_from_title = title:b_gutti } + title:d_b_guwari_color = { set_color_from_title = title:b_guwari } + title:d_b_guzkol_color = { set_color_from_title = title:b_guzkol } + title:d_b_gwalior_color = { set_color_from_title = title:b_gwalior } + title:d_b_gy_color = { set_color_from_title = title:b_gy } + title:d_b_gyaca_color = { set_color_from_title = title:b_gyaca } + title:d_b_gyagog_color = { set_color_from_title = title:b_gyagog } + title:d_b_gyaijepozhangge_color = { set_color_from_title = title:b_gyaijepozhangge } + title:d_b_gyaitang_color = { set_color_from_title = title:b_gyaitang } + title:d_b_gyama_color = { set_color_from_title = title:b_gyama } + title:d_b_gyangze_color = { set_color_from_title = title:b_gyangze } + title:d_b_gyegumdo_color = { set_color_from_title = title:b_gyegumdo } + title:d_b_gyergyoszentmiklos_color = { set_color_from_title = title:b_gyergyoszentmiklos } + title:d_b_gyesarco_color = { set_color_from_title = title:b_gyesarco } + title:d_b_gyezil_color = { set_color_from_title = title:b_gyezil } + title:d_b_gyimini_color = { set_color_from_title = title:b_gyimini } + title:d_b_gyirong_color = { set_color_from_title = title:b_gyirong } + title:d_b_gynaikokastron_color = { set_color_from_title = title:b_gynaikokastron } + title:d_b_gyongospata_color = { set_color_from_title = title:b_gyongospata } + title:d_b_gyor_color = { set_color_from_title = title:b_gyor } + title:d_b_gyozeg_color = { set_color_from_title = title:b_gyozeg } + title:d_b_gyumai_color = { set_color_from_title = title:b_gyumai } + title:d_b_haarlem_color = { set_color_from_title = title:b_haarlem } + title:d_b_habiganj_color = { set_color_from_title = title:b_habiganj } + title:d_b_hadamakert_color = { set_color_from_title = title:b_hadamakert } + title:d_b_haddington_color = { set_color_from_title = title:b_haddington } + title:d_b_hadejia_color = { set_color_from_title = title:b_hadejia } + title:d_b_hadithat-ana_color = { set_color_from_title = title:b_hadithat-ana } + title:d_b_hadrianeia_color = { set_color_from_title = title:b_hadrianeia } + title:d_b_hadrianoi_color = { set_color_from_title = title:b_hadrianoi } + title:d_b_hadrianopolis_color = { set_color_from_title = title:b_hadrianopolis } + title:d_b_hadya_color = { set_color_from_title = title:b_hadya } + title:d_b_haeyan_color = { set_color_from_title = title:b_haeyan } + title:d_b_hafar_color = { set_color_from_title = title:b_hafar } + title:d_b_hafit_color = { set_color_from_title = title:b_hafit } + title:d_b_hafn_color = { set_color_from_title = title:b_hafn } + title:d_b_hafra_color = { set_color_from_title = title:b_hafra } + title:d_b_hagen_color = { set_color_from_title = title:b_hagen } + title:d_b_haguenau_color = { set_color_from_title = title:b_haguenau } + title:d_b_hahaeci_color = { set_color_from_title = title:b_hahaeci } + title:d_b_hail_color = { set_color_from_title = title:b_hail } + title:d_b_haimur_color = { set_color_from_title = title:b_haimur } + title:d_b_haisyn_color = { set_color_from_title = title:b_haisyn } + title:d_b_hajipur_color = { set_color_from_title = title:b_hajipur } + title:d_b_hajir_color = { set_color_from_title = title:b_hajir } + title:d_b_hakkari_color = { set_color_from_title = title:b_hakkari } + title:d_b_halab_color = { set_color_from_title = title:b_halab } + title:d_b_halavand_color = { set_color_from_title = title:b_halavand } + title:d_b_halberstadt_color = { set_color_from_title = title:b_halberstadt } + title:d_b_haldi_color = { set_color_from_title = title:b_haldi } + title:d_b_hali_color = { set_color_from_title = title:b_hali } + title:d_b_halifax_color = { set_color_from_title = title:b_halifax } + title:d_b_halikarnassos_color = { set_color_from_title = title:b_halikarnassos } + title:d_b_halin_color = { set_color_from_title = title:b_halin } + title:d_b_hall_color = { set_color_from_title = title:b_hall } + title:d_b_halle_color = { set_color_from_title = title:b_halle } + title:d_b_hallein_color = { set_color_from_title = title:b_hallein } + title:d_b_hallstatt_color = { set_color_from_title = title:b_hallstatt } + title:d_b_halmstad_color = { set_color_from_title = title:b_halmstad } + title:d_b_halmyros_color = { set_color_from_title = title:b_halmyros } + title:d_b_haltang_color = { set_color_from_title = title:b_haltang } + title:d_b_halvad_color = { set_color_from_title = title:b_halvad } + title:d_b_halych_color = { set_color_from_title = title:b_halych } + title:d_b_hama_color = { set_color_from_title = title:b_hama } + title:d_b_hamadan_color = { set_color_from_title = title:b_hamadan } + title:d_b_hamadat_tinghert_color = { set_color_from_title = title:b_hamadat_tinghert } + title:d_b_hamarkinda_color = { set_color_from_title = title:b_hamarkinda } + title:d_b_hamasen_color = { set_color_from_title = title:b_hamasen } + title:d_b_hamburg_color = { set_color_from_title = title:b_hamburg } + title:d_b_hameenlinna_color = { set_color_from_title = title:b_hameenlinna } + title:d_b_hami_color = { set_color_from_title = title:b_hami } + title:d_b_hamma_color = { set_color_from_title = title:b_hamma } + title:d_b_hammelburg_color = { set_color_from_title = title:b_hammelburg } + title:d_b_hammerstein_color = { set_color_from_title = title:b_hammerstein } + title:d_b_hanan_color = { set_color_from_title = title:b_hanan } + title:d_b_hanau_color = { set_color_from_title = title:b_hanau } + title:d_b_hanbalik_color = { set_color_from_title = title:b_hanbalik } + title:d_b_handia_color = { set_color_from_title = title:b_handia } + title:d_b_hangal_color = { set_color_from_title = title:b_hangal } + title:d_b_hangtian_color = { set_color_from_title = title:b_hangtian } + title:d_b_hangu_color = { set_color_from_title = title:b_hangu } + title:d_b_hanhai_color = { set_color_from_title = title:b_hanhai } + title:d_b_hani_color = { set_color_from_title = title:b_hani } + title:d_b_hanlan_color = { set_color_from_title = title:b_hanlan } + title:d_b_hanle_color = { set_color_from_title = title:b_hanle } + title:d_b_hannover_color = { set_color_from_title = title:b_hannover } + title:d_b_hapsal_color = { set_color_from_title = title:b_hapsal } + title:d_b_hapur_color = { set_color_from_title = title:b_hapur } + title:d_b_harad_color = { set_color_from_title = title:b_harad } + title:d_b_haradok_color = { set_color_from_title = title:b_haradok } + title:d_b_harar_color = { set_color_from_title = title:b_harar } + title:d_b_harcourt_color = { set_color_from_title = title:b_harcourt } + title:d_b_hardanger_color = { set_color_from_title = title:b_hardanger } + title:d_b_harderwijk_color = { set_color_from_title = title:b_harderwijk } + title:d_b_hardoi_color = { set_color_from_title = title:b_hardoi } + title:d_b_hargaya_color = { set_color_from_title = title:b_hargaya } + title:d_b_hargaya-south_color = { set_color_from_title = title:b_hargaya-south } + title:d_b_hargaya-west_color = { set_color_from_title = title:b_hargaya-west } + title:d_b_hargeisa_color = { set_color_from_title = title:b_hargeisa } + title:d_b_harjumaa_color = { set_color_from_title = title:b_harjumaa } + title:d_b_harlau_color = { set_color_from_title = title:b_harlau } + title:d_b_harlingen_color = { set_color_from_title = title:b_harlingen } + title:d_b_harran_color = { set_color_from_title = title:b_harran } + title:d_b_harshnath_color = { set_color_from_title = title:b_harshnath } + title:d_b_harszoc_color = { set_color_from_title = title:b_harszoc } + title:d_b_hartlepool_color = { set_color_from_title = title:b_hartlepool } + title:d_b_haruppeswara_color = { set_color_from_title = title:b_haruppeswara } + title:d_b_hasik_color = { set_color_from_title = title:b_hasik } + title:d_b_haskovo_color = { set_color_from_title = title:b_haskovo } + title:d_b_hastikundi_color = { set_color_from_title = title:b_hastikundi } + title:d_b_hastinapura_color = { set_color_from_title = title:b_hastinapura } + title:d_b_hastings_color = { set_color_from_title = title:b_hastings } + title:d_b_haugelandi_color = { set_color_from_title = title:b_haugelandi } + title:d_b_haugsdorf_color = { set_color_from_title = title:b_haugsdorf } + title:d_b_havelberg_color = { set_color_from_title = title:b_havelberg } + title:d_b_hawai_color = { set_color_from_title = title:b_hawai } + title:d_b_hayange_color = { set_color_from_title = title:b_hayange } + title:d_b_haylan_color = { set_color_from_title = title:b_haylan } + title:d_b_hayq_color = { set_color_from_title = title:b_hayq } + title:d_b_hazarasp_color = { set_color_from_title = title:b_hazarasp } + title:d_b_hazrat_pandua_color = { set_color_from_title = title:b_hazrat_pandua } + title:d_b_hebron_color = { set_color_from_title = title:b_hebron } + title:d_b_hedanger_color = { set_color_from_title = title:b_hedanger } + title:d_b_heddall_color = { set_color_from_title = title:b_heddall } + title:d_b_hedeby_color = { set_color_from_title = title:b_hedeby } + title:d_b_hedmork_color = { set_color_from_title = title:b_hedmork } + title:d_b_hedong_color = { set_color_from_title = title:b_hedong } + title:d_b_heiane_color = { set_color_from_title = title:b_heiane } + title:d_b_heidelberg_color = { set_color_from_title = title:b_heidelberg } + title:d_b_heihe_color = { set_color_from_title = title:b_heihe } + title:d_b_heilbronn_color = { set_color_from_title = title:b_heilbronn } + title:d_b_heiligenberg_color = { set_color_from_title = title:b_heiligenberg } + title:d_b_helfenstein_color = { set_color_from_title = title:b_helfenstein } + title:d_b_helge_color = { set_color_from_title = title:b_helge } + title:d_b_helgum_color = { set_color_from_title = title:b_helgum } + title:d_b_hellenenstein_color = { set_color_from_title = title:b_hellenenstein } + title:d_b_helsingborg_color = { set_color_from_title = title:b_helsingborg } + title:d_b_helsingora_color = { set_color_from_title = title:b_helsingora } + title:d_b_helston_color = { set_color_from_title = title:b_helston } + title:d_b_hemavati_color = { set_color_from_title = title:b_hemavati } + title:d_b_henamorum_color = { set_color_from_title = title:b_henamorum } + title:d_b_henneberg_color = { set_color_from_title = title:b_henneberg } + title:d_b_herakleia_color = { set_color_from_title = title:b_herakleia } + title:d_b_herakleiaperinthos_color = { set_color_from_title = title:b_herakleiaperinthos } + title:d_b_herat_color = { set_color_from_title = title:b_herat } + title:d_b_hereford_color = { set_color_from_title = title:b_hereford } + title:d_b_herombial_color = { set_color_from_title = title:b_herombial } + title:d_b_herpha_color = { set_color_from_title = title:b_herpha } + title:d_b_herry_color = { set_color_from_title = title:b_herry } + title:d_b_hersfeld_color = { set_color_from_title = title:b_hersfeld } + title:d_b_hertford_color = { set_color_from_title = title:b_hertford } + title:d_b_hervas_color = { set_color_from_title = title:b_hervas } + title:d_b_hesare-taq_color = { set_color_from_title = title:b_hesare-taq } + title:d_b_hesdin_color = { set_color_from_title = title:b_hesdin } + title:d_b_hetauda_color = { set_color_from_title = title:b_hetauda } + title:d_b_hewes_color = { set_color_from_title = title:b_hewes } + title:d_b_hexham_color = { set_color_from_title = title:b_hexham } + title:d_b_hifair_color = { set_color_from_title = title:b_hifair } + title:d_b_hiiumaa_color = { set_color_from_title = title:b_hiiumaa } + title:d_b_hildesheim_color = { set_color_from_title = title:b_hildesheim } + title:d_b_hileila_color = { set_color_from_title = title:b_hileila } + title:d_b_himara_color = { set_color_from_title = title:b_himara } + title:d_b_hims_color = { set_color_from_title = title:b_hims } + title:d_b_hinawr_color = { set_color_from_title = title:b_hinawr } + title:d_b_hinthada_color = { set_color_from_title = title:b_hinthada } + title:d_b_hiraab_color = { set_color_from_title = title:b_hiraab } + title:d_b_hirschberg_color = { set_color_from_title = title:b_hirschberg } + title:d_b_hiskampis_color = { set_color_from_title = title:b_hiskampis } + title:d_b_hisn_al-abr_color = { set_color_from_title = title:b_hisn_al-abr } + title:d_b_hisn_al-mashuq_color = { set_color_from_title = title:b_hisn_al-mashuq } + title:d_b_hisn_di-l-qarnain_color = { set_color_from_title = title:b_hisn_di-l-qarnain } + title:d_b_hisn_kaifa_color = { set_color_from_title = title:b_hisn_kaifa } + title:d_b_hisn_lawata_color = { set_color_from_title = title:b_hisn_lawata } + title:d_b_hit_color = { set_color_from_title = title:b_hit } + title:d_b_hitrar_color = { set_color_from_title = title:b_hitrar } + title:d_b_hlivno_color = { set_color_from_title = title:b_hlivno } + title:d_b_hlybokaye_color = { set_color_from_title = title:b_hlybokaye } + title:d_b_hoboksar_color = { set_color_from_title = title:b_hoboksar } + title:d_b_hobyo_color = { set_color_from_title = title:b_hobyo } + title:d_b_hobyo-north_color = { set_color_from_title = title:b_hobyo-north } + title:d_b_hochberg_color = { set_color_from_title = title:b_hochberg } + title:d_b_hockenheim_color = { set_color_from_title = title:b_hockenheim } + title:d_b_hodh_south_color = { set_color_from_title = title:b_hodh_south } + title:d_b_hodh_west_color = { set_color_from_title = title:b_hodh_west } + title:d_b_hodonin_color = { set_color_from_title = title:b_hodonin } + title:d_b_hof_color = { set_color_from_title = title:b_hof } + title:d_b_hofgeismar_color = { set_color_from_title = title:b_hofgeismar } + title:d_b_hofn_color = { set_color_from_title = title:b_hofn } + title:d_b_hogsby_color = { set_color_from_title = title:b_hogsby } + title:d_b_hohaseco_color = { set_color_from_title = title:b_hohaseco } + title:d_b_hohenau_color = { set_color_from_title = title:b_hohenau } + title:d_b_hohenberg_color = { set_color_from_title = title:b_hohenberg } + title:d_b_hohenburg_color = { set_color_from_title = title:b_hohenburg } + title:d_b_hohenschwangau_color = { set_color_from_title = title:b_hohenschwangau } + title:d_b_hohenstein_color = { set_color_from_title = title:b_hohenstein } + title:d_b_holstebro_color = { set_color_from_title = title:b_holstebro } + title:d_b_holyhead_color = { set_color_from_title = title:b_holyhead } + title:d_b_hombori_color = { set_color_from_title = title:b_hombori } + title:d_b_homburg_color = { set_color_from_title = title:b_homburg } + title:d_b_hongliuyuan_color = { set_color_from_title = title:b_hongliuyuan } + title:d_b_honnavalli_color = { set_color_from_title = title:b_honnavalli } + title:d_b_honnore_color = { set_color_from_title = title:b_honnore } + title:d_b_hont_color = { set_color_from_title = title:b_hont } + title:d_b_hor_color = { set_color_from_title = title:b_hor } + title:d_b_hormuz_color = { set_color_from_title = title:b_hormuz } + title:d_b_horn_color = { set_color_from_title = title:b_horn } + title:d_b_hornachos_color = { set_color_from_title = title:b_hornachos } + title:d_b_horodnytsia_color = { set_color_from_title = title:b_horodnytsia } + title:d_b_horodok_color = { set_color_from_title = title:b_horodok } + title:d_b_hoshangabad_color = { set_color_from_title = title:b_hoshangabad } + title:d_b_hoshyar_color = { set_color_from_title = title:b_hoshyar } + title:d_b_hotca_color = { set_color_from_title = title:b_hotca } + title:d_b_hotin_color = { set_color_from_title = title:b_hotin } + title:d_b_houn_color = { set_color_from_title = title:b_houn } + title:d_b_hoya_color = { set_color_from_title = title:b_hoya } + title:d_b_hradec_color = { set_color_from_title = title:b_hradec } + title:d_b_hradec-nad-moravici_color = { set_color_from_title = title:b_hradec-nad-moravici } + title:d_b_hradyzk_color = { set_color_from_title = title:b_hradyzk } + title:d_b_hrazgrad_color = { set_color_from_title = title:b_hrazgrad } + title:d_b_htigyaing_color = { set_color_from_title = title:b_htigyaing } + title:d_b_huahai_color = { set_color_from_title = title:b_huahai } + title:d_b_huangcheng_color = { set_color_from_title = title:b_huangcheng } + title:d_b_hubli_color = { set_color_from_title = title:b_hubli } + title:d_b_hudur_color = { set_color_from_title = title:b_hudur } + title:d_b_huelva_color = { set_color_from_title = title:b_huelva } + title:d_b_huesca_color = { set_color_from_title = title:b_huesca } + title:d_b_huescar_color = { set_color_from_title = title:b_huescar } + title:d_b_huete_color = { set_color_from_title = title:b_huete } + title:d_b_hukeswag_color = { set_color_from_title = title:b_hukeswag } + title:d_b_hulbuk_color = { set_color_from_title = title:b_hulbuk } + title:d_b_hulingsryd_color = { set_color_from_title = title:b_hulingsryd } + title:d_b_hultaby_color = { set_color_from_title = title:b_hultaby } + title:d_b_hulwan_color = { set_color_from_title = title:b_hulwan } + title:d_b_hulwan-cairo_color = { set_color_from_title = title:b_hulwan-cairo } + title:d_b_humaniya_color = { set_color_from_title = title:b_humaniya } + title:d_b_hunyan_color = { set_color_from_title = title:b_hunyan } + title:d_b_hurayda_color = { set_color_from_title = title:b_hurayda } + title:d_b_hurayz_color = { set_color_from_title = title:b_hurayz } + title:d_b_hurstingstone_color = { set_color_from_title = title:b_hurstingstone } + title:d_b_husavik_color = { set_color_from_title = title:b_husavik } + title:d_b_husi_color = { set_color_from_title = title:b_husi } + title:d_b_hustai_color = { set_color_from_title = title:b_hustai } + title:d_b_husumbro_color = { set_color_from_title = title:b_husumbro } + title:d_b_huszt_color = { set_color_from_title = title:b_huszt } + title:d_b_huth_color = { set_color_from_title = title:b_huth } + title:d_b_huw_color = { set_color_from_title = title:b_huw } + title:d_b_huwaiza_color = { set_color_from_title = title:b_huwaiza } + title:d_b_huy_color = { set_color_from_title = title:b_huy } + title:d_b_huzu_color = { set_color_from_title = title:b_huzu } + title:d_b_hvar_color = { set_color_from_title = title:b_hvar } + title:d_b_hyan_color = { set_color_from_title = title:b_hyan } + title:d_b_hypseie_color = { set_color_from_title = title:b_hypseie } + title:d_b_hyspiratis_color = { set_color_from_title = title:b_hyspiratis } + title:d_b_hzo_color = { set_color_from_title = title:b_hzo } + title:d_b_iasi_color = { set_color_from_title = title:b_iasi } + title:d_b_iassus_color = { set_color_from_title = title:b_iassus } + title:d_b_iau_color = { set_color_from_title = title:b_iau } + title:d_b_iaya_color = { set_color_from_title = title:b_iaya } + title:d_b_ibadan_color = { set_color_from_title = title:b_ibadan } + title:d_b_ibah_color = { set_color_from_title = title:b_ibah } + title:d_b_ibarapa_color = { set_color_from_title = title:b_ibarapa } + title:d_b_ibeitei_color = { set_color_from_title = title:b_ibeitei } + title:d_b_ibshaya_color = { set_color_from_title = title:b_ibshaya } + title:d_b_ibyar_color = { set_color_from_title = title:b_ibyar } + title:d_b_ichikta_color = { set_color_from_title = title:b_ichikta } + title:d_b_ichiwooq_color = { set_color_from_title = title:b_ichiwooq } + title:d_b_idanha_color = { set_color_from_title = title:b_idanha } + title:d_b_idar_color = { set_color_from_title = title:b_idar } + title:d_b_idhaj_color = { set_color_from_title = title:b_idhaj } + title:d_b_idofian_color = { set_color_from_title = title:b_idofian } + title:d_b_idoma_color = { set_color_from_title = title:b_idoma } + title:d_b_ierapetra_color = { set_color_from_title = title:b_ierapetra } + title:d_b_ierrisos_color = { set_color_from_title = title:b_ierrisos } + title:d_b_iesjavri_color = { set_color_from_title = title:b_iesjavri } + title:d_b_ifat_color = { set_color_from_title = title:b_ifat } + title:d_b_ifni_color = { set_color_from_title = title:b_ifni } + title:d_b_ifonyin_color = { set_color_from_title = title:b_ifonyin } + title:d_b_igala_color = { set_color_from_title = title:b_igala } + title:d_b_igana_color = { set_color_from_title = title:b_igana } + title:d_b_igaran_color = { set_color_from_title = title:b_igaran } + title:d_b_igbo-ukwu_color = { set_color_from_title = title:b_igbo-ukwu } + title:d_b_igbodo-saki_color = { set_color_from_title = title:b_igbodo-saki } + title:d_b_igboho_color = { set_color_from_title = title:b_igboho } + title:d_b_igdy_color = { set_color_from_title = title:b_igdy } + title:d_b_igilliz_color = { set_color_from_title = title:b_igilliz } + title:d_b_igiradyatuf_color = { set_color_from_title = title:b_igiradyatuf } + title:d_b_iglesias_color = { set_color_from_title = title:b_iglesias } + title:d_b_igra_color = { set_color_from_title = title:b_igra } + title:d_b_iguidi_east_color = { set_color_from_title = title:b_iguidi_east } + title:d_b_iguidi_west_color = { set_color_from_title = title:b_iguidi_west } + title:d_b_ihrit_color = { set_color_from_title = title:b_ihrit } + title:d_b_iijoki_color = { set_color_from_title = title:b_iijoki } + title:d_b_ijaye_color = { set_color_from_title = title:b_ijaye } + title:d_b_ijebu_color = { set_color_from_title = title:b_ijebu } + title:d_b_ijesha_color = { set_color_from_title = title:b_ijesha } + title:d_b_ijil_color = { set_color_from_title = title:b_ijil } + title:d_b_ikare_color = { set_color_from_title = title:b_ikare } + title:d_b_ikh_bogd_color = { set_color_from_title = title:b_ikh_bogd } + title:d_b_ikh_nogoon_color = { set_color_from_title = title:b_ikh_nogoon } + title:d_b_ikh_orgil_color = { set_color_from_title = title:b_ikh_orgil } + title:d_b_ikh_uul_color = { set_color_from_title = title:b_ikh_uul } + title:d_b_ikhmin_color = { set_color_from_title = title:b_ikhmin } + title:d_b_ikhmindi_color = { set_color_from_title = title:b_ikhmindi } + title:d_b_ikjan_color = { set_color_from_title = title:b_ikjan } + title:d_b_ikonion_color = { set_color_from_title = title:b_ikonion } + title:d_b_ikorodu_color = { set_color_from_title = title:b_ikorodu } + title:d_b_ilam_color = { set_color_from_title = title:b_ilam } + title:d_b_ilaro_color = { set_color_from_title = title:b_ilaro } + title:d_b_ilchester_color = { set_color_from_title = title:b_ilchester } + title:d_b_ile-ife_color = { set_color_from_title = title:b_ile-ife } + title:d_b_ilekskoi_gorodok_color = { set_color_from_title = title:b_ilekskoi_gorodok } + title:d_b_ilerena_color = { set_color_from_title = title:b_ilerena } + title:d_b_ilesa_color = { set_color_from_title = title:b_ilesa } + title:d_b_iletsk_color = { set_color_from_title = title:b_iletsk } + title:d_b_ilga_color = { set_color_from_title = title:b_ilga } + title:d_b_iligh_color = { set_color_from_title = title:b_iligh } + title:d_b_ilim_MON_color = { set_color_from_title = title:b_ilim_MON } + title:d_b_ilion_color = { set_color_from_title = title:b_ilion } + title:d_b_iliq_color = { set_color_from_title = title:b_iliq } + title:d_b_ilmunster_color = { set_color_from_title = title:b_ilmunster } + title:d_b_ilo_color = { set_color_from_title = title:b_ilo } + title:d_b_ilok_color = { set_color_from_title = title:b_ilok } + title:d_b_ilorin_color = { set_color_from_title = title:b_ilorin } + title:d_b_ilza_color = { set_color_from_title = title:b_ilza } + title:d_b_imola_color = { set_color_from_title = title:b_imola } + title:d_b_imotski_color = { set_color_from_title = title:b_imotski } + title:d_b_impruneta_color = { set_color_from_title = title:b_impruneta } + title:d_b_inat_color = { set_color_from_title = title:b_inat } + title:d_b_indal_color = { set_color_from_title = title:b_indal } + title:d_b_indegabtan_color = { set_color_from_title = title:b_indegabtan } + title:d_b_indraprastha_color = { set_color_from_title = title:b_indraprastha } + title:d_b_indrasthana_color = { set_color_from_title = title:b_indrasthana } + title:d_b_indur_color = { set_color_from_title = title:b_indur } + title:d_b_ingolstadt_color = { set_color_from_title = title:b_ingolstadt } + title:d_b_inia_color = { set_color_from_title = title:b_inia } + title:d_b_innan_namdal_color = { set_color_from_title = title:b_innan_namdal } + title:d_b_innarya_color = { set_color_from_title = title:b_innarya } + title:d_b_innsbruck_color = { set_color_from_title = title:b_innsbruck } + title:d_b_inowroclaw_color = { set_color_from_title = title:b_inowroclaw } + title:d_b_insara_color = { set_color_from_title = title:b_insara } + title:d_b_insterburg_color = { set_color_from_title = title:b_insterburg } + title:d_b_intarta_color = { set_color_from_title = title:b_intarta } + title:d_b_inverness_color = { set_color_from_title = title:b_inverness } + title:d_b_inzer_color = { set_color_from_title = title:b_inzer } + title:d_b_ioaninna_color = { set_color_from_title = title:b_ioaninna } + title:d_b_ionopolis_color = { set_color_from_title = title:b_ionopolis } + title:d_b_iphofen_color = { set_color_from_title = title:b_iphofen } + title:d_b_ipswich_color = { set_color_from_title = title:b_ipswich } + title:d_b_iqlid_color = { set_color_from_title = title:b_iqlid } + title:d_b_iqna_color = { set_color_from_title = title:b_iqna } + title:d_b_iraklio_color = { set_color_from_title = title:b_iraklio } + title:d_b_irbid_color = { set_color_from_title = title:b_irbid } + title:d_b_irbil_color = { set_color_from_title = title:b_irbil } + title:d_b_irbit_color = { set_color_from_title = title:b_irbit } + title:d_b_irdning_color = { set_color_from_title = title:b_irdning } + title:d_b_iren-chabirga_color = { set_color_from_title = title:b_iren-chabirga } + title:d_b_irgis_color = { set_color_from_title = title:b_irgis } + title:d_b_iringu_color = { set_color_from_title = title:b_iringu } + title:d_b_irkutsk_color = { set_color_from_title = title:b_irkutsk } + title:d_b_irmengtau_color = { set_color_from_title = title:b_irmengtau } + title:d_b_iro_color = { set_color_from_title = title:b_iro } + title:d_b_irun_color = { set_color_from_title = title:b_irun } + title:d_b_isanbai_color = { set_color_from_title = title:b_isanbai } + title:d_b_isaura_color = { set_color_from_title = title:b_isaura } + title:d_b_isenburg_color = { set_color_from_title = title:b_isenburg } + title:d_b_isernia_color = { set_color_from_title = title:b_isernia } + title:d_b_iset_color = { set_color_from_title = title:b_iset } + title:d_b_iseyin_color = { set_color_from_title = title:b_iseyin } + title:d_b_isfahan_color = { set_color_from_title = title:b_isfahan } + title:d_b_isfara_color = { set_color_from_title = title:b_isfara } + title:d_b_isfarain_color = { set_color_from_title = title:b_isfarain } + title:d_b_isfijab_color = { set_color_from_title = title:b_isfijab } + title:d_b_ishgent_color = { set_color_from_title = title:b_ishgent } + title:d_b_ishim_color = { set_color_from_title = title:b_ishim } + title:d_b_ishkamish_color = { set_color_from_title = title:b_ishkamish } + title:d_b_ishtikhan_color = { set_color_from_title = title:b_ishtikhan } + title:d_b_ishwaripur_color = { set_color_from_title = title:b_ishwaripur } + title:d_b_isili_color = { set_color_from_title = title:b_isili } + title:d_b_iskaf_color = { set_color_from_title = title:b_iskaf } + title:d_b_islay_color = { set_color_from_title = title:b_islay } + title:d_b_issenjau_color = { set_color_from_title = title:b_issenjau } + title:d_b_issoudun_color = { set_color_from_title = title:b_issoudun } + title:d_b_istakh_color = { set_color_from_title = title:b_istakh } + title:d_b_istakhbanat_color = { set_color_from_title = title:b_istakhbanat } + title:d_b_istakhr_color = { set_color_from_title = title:b_istakhr } + title:d_b_itanagar_color = { set_color_from_title = title:b_itanagar } + title:d_b_itantsa_color = { set_color_from_title = title:b_itantsa } + title:d_b_itil_color = { set_color_from_title = title:b_itil } + title:d_b_ittagi_color = { set_color_from_title = title:b_ittagi } + title:d_b_itte-kichu_color = { set_color_from_title = title:b_itte-kichu } + title:d_b_itzehoe_color = { set_color_from_title = title:b_itzehoe } + title:d_b_iuliopolis_color = { set_color_from_title = title:b_iuliopolis } + title:d_b_ivancice_color = { set_color_from_title = title:b_ivancice } + title:d_b_ivankiv_color = { set_color_from_title = title:b_ivankiv } + title:d_b_ivanovo_color = { set_color_from_title = title:b_ivanovo } + title:d_b_ivanovskoye_color = { set_color_from_title = title:b_ivanovskoye } + title:d_b_ivda_color = { set_color_from_title = title:b_ivda } + title:d_b_iviza_color = { set_color_from_title = title:b_iviza } + title:d_b_ivrea_color = { set_color_from_title = title:b_ivrea } + title:d_b_iya_TUV_color = { set_color_from_title = title:b_iya_TUV } + title:d_b_izan_color = { set_color_from_title = title:b_izan } + title:d_b_izborsk_color = { set_color_from_title = title:b_izborsk } + title:d_b_izerhan_color = { set_color_from_title = title:b_izerhan } + title:d_b_izhevsk_color = { set_color_from_title = title:b_izhevsk } + title:d_b_izurum_color = { set_color_from_title = title:b_izurum } + title:d_b_jaalan_color = { set_color_from_title = title:b_jaalan } + title:d_b_jabal-al-fidda_color = { set_color_from_title = title:b_jabal-al-fidda } + title:d_b_jabal_al-gharbi_color = { set_color_from_title = title:b_jabal_al-gharbi } + title:d_b_jabala_color = { set_color_from_title = title:b_jabala } + title:d_b_jabalta_color = { set_color_from_title = title:b_jabalta } + title:d_b_jabbul_color = { set_color_from_title = title:b_jabbul } + title:d_b_jaca_color = { set_color_from_title = title:b_jaca } + title:d_b_jaceyl_bid_color = { set_color_from_title = title:b_jaceyl_bid } + title:d_b_jadila_color = { set_color_from_title = title:b_jadila } + title:d_b_jaen_color = { set_color_from_title = title:b_jaen } + title:d_b_jaffna_color = { set_color_from_title = title:b_jaffna } + title:d_b_jagadamba_color = { set_color_from_title = title:b_jagadamba } + title:d_b_jagara_color = { set_color_from_title = title:b_jagara } + title:d_b_jagatipur_color = { set_color_from_title = title:b_jagatipur } + title:d_b_jaggang_color = { set_color_from_title = title:b_jaggang } + title:d_b_jagsam_color = { set_color_from_title = title:b_jagsam } + title:d_b_jahanpanah_color = { set_color_from_title = title:b_jahanpanah } + title:d_b_jahkamakke_color = { set_color_from_title = title:b_jahkamakke } + title:d_b_jahrum_color = { set_color_from_title = title:b_jahrum } + title:d_b_jainca_color = { set_color_from_title = title:b_jainca } + title:d_b_jaisalmer_color = { set_color_from_title = title:b_jaisalmer } + title:d_b_jajarm_color = { set_color_from_title = title:b_jajarm } + title:d_b_jajce_color = { set_color_from_title = title:b_jajce } + title:d_b_jajjanir_color = { set_color_from_title = title:b_jajjanir } + title:d_b_jajmau_color = { set_color_from_title = title:b_jajmau } + title:d_b_jakharrad_color = { set_color_from_title = title:b_jakharrad } + title:d_b_jaksy_kyzy_kurt_color = { set_color_from_title = title:b_jaksy_kyzy_kurt } + title:d_b_jaksybai_color = { set_color_from_title = title:b_jaksybai } + title:d_b_jalalghar_color = { set_color_from_title = title:b_jalalghar } + title:d_b_jalandhar_color = { set_color_from_title = title:b_jalandhar } + title:d_b_jalaun_color = { set_color_from_title = title:b_jalaun } + title:d_b_jaldak_color = { set_color_from_title = title:b_jaldak } + title:d_b_jalhaxi_color = { set_color_from_title = title:b_jalhaxi } + title:d_b_jaligny_color = { set_color_from_title = title:b_jaligny } + title:d_b_jalk_color = { set_color_from_title = title:b_jalk } + title:d_b_jalmat_color = { set_color_from_title = title:b_jalmat } + title:d_b_jalna_color = { set_color_from_title = title:b_jalna } + title:d_b_jalor_color = { set_color_from_title = title:b_jalor } + title:d_b_jalu_color = { set_color_from_title = title:b_jalu } + title:d_b_jalula_color = { set_color_from_title = title:b_jalula } + title:d_b_jalula-hulwan_color = { set_color_from_title = title:b_jalula-hulwan } + title:d_b_jam-jam_color = { set_color_from_title = title:b_jam-jam } + title:d_b_jaman_akkul_color = { set_color_from_title = title:b_jaman_akkul } + title:d_b_jaman_arganaty_color = { set_color_from_title = title:b_jaman_arganaty } + title:d_b_jamantau_color = { set_color_from_title = title:b_jamantau } + title:d_b_jambalar_color = { set_color_from_title = title:b_jambalar } + title:d_b_jammu_color = { set_color_from_title = title:b_jammu } + title:d_b_janai_cheku_color = { set_color_from_title = title:b_janai_cheku } + title:d_b_janakpur_color = { set_color_from_title = title:b_janakpur } + title:d_b_jangalbari_color = { set_color_from_title = title:b_jangalbari } + title:d_b_jangpa_color = { set_color_from_title = title:b_jangpa } + title:d_b_jangyztau_color = { set_color_from_title = title:b_jangyztau } + title:d_b_janitsa_color = { set_color_from_title = title:b_janitsa } + title:d_b_janjero_color = { set_color_from_title = title:b_janjero } + title:d_b_jannaba_color = { set_color_from_title = title:b_jannaba } + title:d_b_jarabulus_color = { set_color_from_title = title:b_jarabulus } + title:d_b_jarai_ka_math_color = { set_color_from_title = title:b_jarai_ka_math } + title:d_b_jarash_color = { set_color_from_title = title:b_jarash } + title:d_b_jarbaya_color = { set_color_from_title = title:b_jarbaya } + title:d_b_jarjis_color = { set_color_from_title = title:b_jarjis } + title:d_b_jarkul_color = { set_color_from_title = title:b_jarkul } + title:d_b_jarli_butak_color = { set_color_from_title = title:b_jarli_butak } + title:d_b_jarmaq_color = { set_color_from_title = title:b_jarmaq } + title:d_b_jarmaqan_color = { set_color_from_title = title:b_jarmaqan } + title:d_b_jaromer_color = { set_color_from_title = title:b_jaromer } + title:d_b_jarquh_color = { set_color_from_title = title:b_jarquh } + title:d_b_jarva_color = { set_color_from_title = title:b_jarva } + title:d_b_jask_color = { set_color_from_title = title:b_jask } + title:d_b_jasky_kart_color = { set_color_from_title = title:b_jasky_kart } + title:d_b_jasnaul_color = { set_color_from_title = title:b_jasnaul } + title:d_b_jatharr_color = { set_color_from_title = title:b_jatharr } + title:d_b_jaund_color = { set_color_from_title = title:b_jaund } + title:d_b_jaunpur_color = { set_color_from_title = title:b_jaunpur } + title:d_b_jebba_color = { set_color_from_title = title:b_jebba } + title:d_b_jebel_abu_negila_color = { set_color_from_title = title:b_jebel_abu_negila } + title:d_b_jebel_ahmar_color = { set_color_from_title = title:b_jebel_ahmar } + title:d_b_jebel_geili_color = { set_color_from_title = title:b_jebel_geili } + title:d_b_jebel_moya_color = { set_color_from_title = title:b_jebel_moya } + title:d_b_jedburgh_color = { set_color_from_title = title:b_jedburgh } + title:d_b_jedrzejow_color = { set_color_from_title = title:b_jedrzejow } + title:d_b_jekabpils_color = { set_color_from_title = title:b_jekabpils } + title:d_b_jelavi_color = { set_color_from_title = title:b_jelavi } + title:d_b_jelibakoro_color = { set_color_from_title = title:b_jelibakoro } + title:d_b_jelling_color = { set_color_from_title = title:b_jelling } + title:d_b_jeminay_color = { set_color_from_title = title:b_jeminay } + title:d_b_jend_color = { set_color_from_title = title:b_jend } + title:d_b_jenne-jeno_color = { set_color_from_title = title:b_jenne-jeno } + title:d_b_jerba_color = { set_color_from_title = title:b_jerba } + title:d_b_jerez_color = { set_color_from_title = title:b_jerez } + title:d_b_jergin_color = { set_color_from_title = title:b_jergin } + title:d_b_jerjul_color = { set_color_from_title = title:b_jerjul } + title:d_b_jerm_color = { set_color_from_title = title:b_jerm } + title:d_b_jersika_color = { set_color_from_title = title:b_jersika } + title:d_b_jerusalem_color = { set_color_from_title = title:b_jerusalem } + title:d_b_jhalawar_color = { set_color_from_title = title:b_jhalawar } + title:d_b_jhalod_color = { set_color_from_title = title:b_jhalod } + title:d_b_jhansi_color = { set_color_from_title = title:b_jhansi } + title:d_b_jhelum_color = { set_color_from_title = title:b_jhelum } + title:d_b_jhodga_color = { set_color_from_title = title:b_jhodga } + title:d_b_jiahe_color = { set_color_from_title = title:b_jiahe } + title:d_b_jiayuguan_color = { set_color_from_title = title:b_jiayuguan } + title:d_b_jibal-al-urd_color = { set_color_from_title = title:b_jibal-al-urd } + title:d_b_jibala_color = { set_color_from_title = title:b_jibala } + title:d_b_jibat_color = { set_color_from_title = title:b_jibat } + title:d_b_jida_color = { set_color_from_title = title:b_jida } + title:d_b_jidda_color = { set_color_from_title = title:b_jidda } + title:d_b_jie_DZU_color = { set_color_from_title = title:b_jie_DZU } + title:d_b_jigdalik_color = { set_color_from_title = title:b_jigdalik } + title:d_b_jigirbend_color = { set_color_from_title = title:b_jigirbend } + title:d_b_jigzhi_color = { set_color_from_title = title:b_jigzhi } + title:d_b_jihlava_color = { set_color_from_title = title:b_jihlava } + title:d_b_jijel_color = { set_color_from_title = title:b_jijel } + title:d_b_jilali_color = { set_color_from_title = title:b_jilali } + title:d_b_jilanjik_color = { set_color_from_title = title:b_jilanjik } + title:d_b_jildi_color = { set_color_from_title = title:b_jildi } + title:d_b_jilib_color = { set_color_from_title = title:b_jilib } + title:d_b_jimbale_color = { set_color_from_title = title:b_jimbale } + title:d_b_jimi_color = { set_color_from_title = title:b_jimi } + title:d_b_jimsar_color = { set_color_from_title = title:b_jimsar } + title:d_b_jinchang_color = { set_color_from_title = title:b_jinchang } + title:d_b_jinghiz_color = { set_color_from_title = title:b_jinghiz } + title:d_b_jingtai_color = { set_color_from_title = title:b_jingtai } + title:d_b_jinji_color = { set_color_from_title = title:b_jinji } + title:d_b_jinsko_color = { set_color_from_title = title:b_jinsko } + title:d_b_jinta_color = { set_color_from_title = title:b_jinta } + title:d_b_jiranj_color = { set_color_from_title = title:b_jiranj } + title:d_b_jiren_suat_color = { set_color_from_title = title:b_jiren_suat } + title:d_b_jirnanagara_color = { set_color_from_title = title:b_jirnanagara } + title:d_b_jiruft_color = { set_color_from_title = title:b_jiruft } + title:d_b_jith_color = { set_color_from_title = title:b_jith } + title:d_b_jitikul_color = { set_color_from_title = title:b_jitikul } + title:d_b_jity_kul_color = { set_color_from_title = title:b_jity_kul } + title:d_b_jiwani_color = { set_color_from_title = title:b_jiwani } + title:d_b_joha_color = { set_color_from_title = title:b_joha } + title:d_b_joinville_color = { set_color_from_title = title:b_joinville } + title:d_b_jolster_color = { set_color_from_title = title:b_jolster } + title:d_b_jomala_color = { set_color_from_title = title:b_jomala } + title:d_b_jomda_color = { set_color_from_title = title:b_jomda } + title:d_b_jone_color = { set_color_from_title = title:b_jone } + title:d_b_jonkoping_color = { set_color_from_title = title:b_jonkoping } + title:d_b_jonzac_color = { set_color_from_title = title:b_jonzac } + title:d_b_jorga_color = { set_color_from_title = title:b_jorga } + title:d_b_jorugul_color = { set_color_from_title = title:b_jorugul } + title:d_b_jos_color = { set_color_from_title = title:b_jos } + title:d_b_josse_color = { set_color_from_title = title:b_josse } + title:d_b_jovvkuj_color = { set_color_from_title = title:b_jovvkuj } + title:d_b_jowhaar_color = { set_color_from_title = title:b_jowhaar } + title:d_b_jowol_color = { set_color_from_title = title:b_jowol } + title:d_b_jubba_color = { set_color_from_title = title:b_jubba } + title:d_b_jubba-ajuraan_color = { set_color_from_title = title:b_jubba-ajuraan } + title:d_b_jubba-hail_color = { set_color_from_title = title:b_jubba-hail } + title:d_b_jubba-north_color = { set_color_from_title = title:b_jubba-north } + title:d_b_judenburg_color = { set_color_from_title = title:b_judenburg } + title:d_b_judr_color = { set_color_from_title = title:b_judr } + title:d_b_jugha_color = { set_color_from_title = title:b_jugha } + title:d_b_juhaina_color = { set_color_from_title = title:b_juhaina } + title:d_b_julevu_color = { set_color_from_title = title:b_julevu } + title:d_b_julfa_color = { set_color_from_title = title:b_julfa } + title:d_b_julfar_color = { set_color_from_title = title:b_julfar } + title:d_b_julym_color = { set_color_from_title = title:b_julym } + title:d_b_jumla_color = { set_color_from_title = title:b_jumla } + title:d_b_juna_barmer_color = { set_color_from_title = title:b_juna_barmer } + title:d_b_junabid_color = { set_color_from_title = title:b_junabid } + title:d_b_junkur_kul_color = { set_color_from_title = title:b_junkur_kul } + title:d_b_junzi_color = { set_color_from_title = title:b_junzi } + title:d_b_jurash_color = { set_color_from_title = title:b_jurash } + title:d_b_jurbarkas_color = { set_color_from_title = title:b_jurbarkas } + title:d_b_jusiya_color = { set_color_from_title = title:b_jusiya } + title:d_b_juterbog_color = { set_color_from_title = title:b_juterbog } + title:d_b_juwain_color = { set_color_from_title = title:b_juwain } + title:d_b_juwair_color = { set_color_from_title = title:b_juwair } + title:d_b_juy-e-sard_color = { set_color_from_title = title:b_juy-e-sard } + title:d_b_juyan_color = { set_color_from_title = title:b_juyan } + title:d_b_juza_color = { set_color_from_title = title:b_juza } + title:d_b_juzbay_color = { set_color_from_title = title:b_juzbay } + title:d_b_kaade_color = { set_color_from_title = title:b_kaade } + title:d_b_kabala_color = { set_color_from_title = title:b_kabala } + title:d_b_kabans_color = { set_color_from_title = title:b_kabans } + title:d_b_kabara_color = { set_color_from_title = title:b_kabara } + title:d_b_kabirwala_color = { set_color_from_title = title:b_kabirwala } + title:d_b_kabkabiya_color = { set_color_from_title = title:b_kabkabiya } + title:d_b_kabtag_color = { set_color_from_title = title:b_kabtag } + title:d_b_kabul_color = { set_color_from_title = title:b_kabul } + title:d_b_kacharsku_color = { set_color_from_title = title:b_kacharsku } + title:d_b_kachma_color = { set_color_from_title = title:b_kachma } + title:d_b_kachu_color = { set_color_from_title = title:b_kachu } + title:d_b_kada_MON_color = { set_color_from_title = title:b_kada_MON } + title:d_b_kadam_color = { set_color_from_title = title:b_kadam } + title:d_b_kadam-south_color = { set_color_from_title = title:b_kadam-south } + title:d_b_kadam-west_color = { set_color_from_title = title:b_kadam-west } + title:d_b_kadan_color = { set_color_from_title = title:b_kadan } + title:d_b_kaddlhutt_color = { set_color_from_title = title:b_kaddlhutt } + title:d_b_kadero_color = { set_color_from_title = title:b_kadero } + title:d_b_kadnikov_color = { set_color_from_title = title:b_kadnikov } + title:d_b_kaduna_color = { set_color_from_title = title:b_kaduna } + title:d_b_kaduy_color = { set_color_from_title = title:b_kaduy } + title:d_b_kadwaya_color = { set_color_from_title = title:b_kadwaya } + title:d_b_kaerji_color = { set_color_from_title = title:b_kaerji } + title:d_b_kafa_color = { set_color_from_title = title:b_kafa } + title:d_b_kafartab_color = { set_color_from_title = title:b_kafartab } + title:d_b_kafartutha_color = { set_color_from_title = title:b_kafartutha } + title:d_b_kafernburg_color = { set_color_from_title = title:b_kafernburg } + title:d_b_kaffa_color = { set_color_from_title = title:b_kaffa } + title:d_b_kafirkot_color = { set_color_from_title = title:b_kafirkot } + title:d_b_kagar_color = { set_color_from_title = title:b_kagar } + title:d_b_kaghan_color = { set_color_from_title = title:b_kaghan } + title:d_b_kaginskoi_color = { set_color_from_title = title:b_kaginskoi } + title:d_b_kagong_color = { set_color_from_title = title:b_kagong } + title:d_b_kagusti_color = { set_color_from_title = title:b_kagusti } + title:d_b_kahlur_color = { set_color_from_title = title:b_kahlur } + title:d_b_kahone_color = { set_color_from_title = title:b_kahone } + title:d_b_kai_color = { set_color_from_title = title:b_kai } + title:d_b_kaiama_color = { set_color_from_title = title:b_kaiama } + title:d_b_kainar_color = { set_color_from_title = title:b_kainar } + title:d_b_kainsk_color = { set_color_from_title = title:b_kainsk } + title:d_b_kairouan_color = { set_color_from_title = title:b_kairouan } + title:d_b_kaisereia_color = { set_color_from_title = title:b_kaisereia } + title:d_b_kaiserslautern_color = { set_color_from_title = title:b_kaiserslautern } + title:d_b_kaisum_color = { set_color_from_title = title:b_kaisum } + title:d_b_kajaani_color = { set_color_from_title = title:b_kajaani } + title:d_b_kajdak_color = { set_color_from_title = title:b_kajdak } + title:d_b_kak_color = { set_color_from_title = title:b_kak } + title:d_b_kakanda_color = { set_color_from_title = title:b_kakanda } + title:d_b_kakisalmi_color = { set_color_from_title = title:b_kakisalmi } + title:d_b_kaklouma_color = { set_color_from_title = title:b_kaklouma } + title:d_b_kakovka_color = { set_color_from_title = title:b_kakovka } + title:d_b_kalabagh_color = { set_color_from_title = title:b_kalabagh } + title:d_b_kalabsha_color = { set_color_from_title = title:b_kalabsha } + title:d_b_kalahasti_color = { set_color_from_title = title:b_kalahasti } + title:d_b_kalam_color = { set_color_from_title = title:b_kalam } + title:d_b_kalam_TARIM_color = { set_color_from_title = title:b_kalam_TARIM } + title:d_b_kalamata_color = { set_color_from_title = title:b_kalamata } + title:d_b_kalavryta_color = { set_color_from_title = title:b_kalavryta } + title:d_b_kalbin_color = { set_color_from_title = title:b_kalbin } + title:d_b_kale_color = { set_color_from_title = title:b_kale } + title:d_b_kalfou_color = { set_color_from_title = title:b_kalfou } + title:d_b_kalif_color = { set_color_from_title = title:b_kalif } + title:d_b_kalimpong_color = { set_color_from_title = title:b_kalimpong } + title:d_b_kalinganagara_color = { set_color_from_title = title:b_kalinganagara } + title:d_b_kalinjar_color = { set_color_from_title = title:b_kalinjar } + title:d_b_kalinkavichy_color = { set_color_from_title = title:b_kalinkavichy } + title:d_b_kalisz_color = { set_color_from_title = title:b_kalisz } + title:d_b_kalliopolis_color = { set_color_from_title = title:b_kalliopolis } + title:d_b_kalmar_color = { set_color_from_title = title:b_kalmar } + title:d_b_kalmas_color = { set_color_from_title = title:b_kalmas } + title:d_b_kalmek-imel_color = { set_color_from_title = title:b_kalmek-imel } + title:d_b_kalmikovsky_color = { set_color_from_title = title:b_kalmikovsky } + title:d_b_kalocsa_color = { set_color_from_title = title:b_kalocsa } + title:d_b_kalos_limen_color = { set_color_from_title = title:b_kalos_limen } + title:d_b_kalpa_color = { set_color_from_title = title:b_kalpa } + title:d_b_kalpi_color = { set_color_from_title = title:b_kalpi } + title:d_b_kalyaneshwari_color = { set_color_from_title = title:b_kalyaneshwari } + title:d_b_kalyani_color = { set_color_from_title = title:b_kalyani } + title:d_b_kalyatta_color = { set_color_from_title = title:b_kalyatta } + title:d_b_kalym_color = { set_color_from_title = title:b_kalym } + title:d_b_kalyvia_color = { set_color_from_title = title:b_kalyvia } + title:d_b_kamabai-sanda_color = { set_color_from_title = title:b_kamabai-sanda } + title:d_b_kamakhya_color = { set_color_from_title = title:b_kamakhya } + title:d_b_kamalia_color = { set_color_from_title = title:b_kamalia } + title:d_b_kamaran_color = { set_color_from_title = title:b_kamaran } + title:d_b_kamaro_color = { set_color_from_title = title:b_kamaro } + title:d_b_kamarupanagara_color = { set_color_from_title = title:b_kamarupanagara } + title:d_b_kamatapur_color = { set_color_from_title = title:b_kamatapur } + title:d_b_kamba_color = { set_color_from_title = title:b_kamba } + title:d_b_kambampet_color = { set_color_from_title = title:b_kambampet } + title:d_b_kambata_color = { set_color_from_title = title:b_kambata } + title:d_b_kamboika_color = { set_color_from_title = title:b_kamboika } + title:d_b_kamelik_color = { set_color_from_title = title:b_kamelik } + title:d_b_kamenz_color = { set_color_from_title = title:b_kamenz } + title:d_b_kamgala_color = { set_color_from_title = title:b_kamgala } + title:d_b_kamichly_kul_color = { set_color_from_title = title:b_kamichly_kul } + title:d_b_kamisa_color = { set_color_from_title = title:b_kamisa } + title:d_b_kamlin_color = { set_color_from_title = title:b_kamlin } + title:d_b_kammersberg_color = { set_color_from_title = title:b_kammersberg } + title:d_b_kamnik_color = { set_color_from_title = title:b_kamnik } + title:d_b_kampen_color = { set_color_from_title = title:b_kampen } + title:d_b_kampili_color = { set_color_from_title = title:b_kampili } + title:d_b_kamru_color = { set_color_from_title = title:b_kamru } + title:d_b_kamyanyets_color = { set_color_from_title = title:b_kamyanyets } + title:d_b_kamychlov_color = { set_color_from_title = title:b_kamychlov } + title:d_b_kamyshin_color = { set_color_from_title = title:b_kamyshin } + title:d_b_kanais_al-hadid_color = { set_color_from_title = title:b_kanais_al-hadid } + title:d_b_kanchipuram_color = { set_color_from_title = title:b_kanchipuram } + title:d_b_kandak_color = { set_color_from_title = title:b_kandak } + title:d_b_kandanavolu_color = { set_color_from_title = title:b_kandanavolu } + title:d_b_kandara_color = { set_color_from_title = title:b_kandara } + title:d_b_kandat_uul_color = { set_color_from_title = title:b_kandat_uul } + title:d_b_kandava_color = { set_color_from_title = title:b_kandava } + title:d_b_kandi_color = { set_color_from_title = title:b_kandi } + title:d_b_kandiskaya_color = { set_color_from_title = title:b_kandiskaya } + title:d_b_kandygatai_color = { set_color_from_title = title:b_kandygatai } + title:d_b_kanem_color = { set_color_from_title = title:b_kanem } + title:d_b_kaneya_color = { set_color_from_title = title:b_kaneya } + title:d_b_kangaba_color = { set_color_from_title = title:b_kangaba } + title:d_b_kangmar_color = { set_color_from_title = title:b_kangmar } + title:d_b_kangos_color = { set_color_from_title = title:b_kangos } + title:d_b_kangra_color = { set_color_from_title = title:b_kangra } + title:d_b_kangyu_color = { set_color_from_title = title:b_kangyu } + title:d_b_kaniaga_color = { set_color_from_title = title:b_kaniaga } + title:d_b_kaniana_color = { set_color_from_title = title:b_kaniana } + title:d_b_kaniv_color = { set_color_from_title = title:b_kaniv } + title:d_b_kankan_color = { set_color_from_title = title:b_kankan } + title:d_b_kanker_color = { set_color_from_title = title:b_kanker } + title:d_b_kannanur_color = { set_color_from_title = title:b_kannanur } + title:d_b_kano_color = { set_color_from_title = title:b_kano } + title:d_b_kansk_color = { set_color_from_title = title:b_kansk } + title:d_b_kantegir_color = { set_color_from_title = title:b_kantegir } + title:d_b_kanthakota_color = { set_color_from_title = title:b_kanthakota } + title:d_b_kantit_color = { set_color_from_title = title:b_kantit } + title:d_b_kantor_color = { set_color_from_title = title:b_kantor } + title:d_b_kanyakubja_color = { set_color_from_title = title:b_kanyakubja } + title:d_b_kaoje_color = { set_color_from_title = title:b_kaoje } + title:d_b_kapan_color = { set_color_from_title = title:b_kapan } + title:d_b_kapfenberg_color = { set_color_from_title = title:b_kapfenberg } + title:d_b_kaposvar_color = { set_color_from_title = title:b_kaposvar } + title:d_b_kaptadyr_color = { set_color_from_title = title:b_kaptadyr } + title:d_b_kapuvar_color = { set_color_from_title = title:b_kapuvar } + title:d_b_kara_color = { set_color_from_title = title:b_kara } + title:d_b_kara-asirgan_color = { set_color_from_title = title:b_kara-asirgan } + title:d_b_kara-mugai_color = { set_color_from_title = title:b_kara-mugai } + title:d_b_kara_chumych_color = { set_color_from_title = title:b_kara_chumych } + title:d_b_kara_khoja_color = { set_color_from_title = title:b_kara_khoja } + title:d_b_kara_khol_TUV_color = { set_color_from_title = title:b_kara_khol_TUV } + title:d_b_kara_sor_color = { set_color_from_title = title:b_kara_sor } + title:d_b_kara_urunkay_color = { set_color_from_title = title:b_kara_urunkay } + title:d_b_karabalgasun_color = { set_color_from_title = title:b_karabalgasun } + title:d_b_karabas_color = { set_color_from_title = title:b_karabas } + title:d_b_karabash_color = { set_color_from_title = title:b_karabash } + title:d_b_karabolam_color = { set_color_from_title = title:b_karabolam } + title:d_b_karabutak_color = { set_color_from_title = title:b_karabutak } + title:d_b_karachev_color = { set_color_from_title = title:b_karachev } + title:d_b_karagawa_color = { set_color_from_title = title:b_karagawa } + title:d_b_karahataka_color = { set_color_from_title = title:b_karahataka } + title:d_b_karaj-abu-dulad_color = { set_color_from_title = title:b_karaj-abu-dulad } + title:d_b_karakoro_color = { set_color_from_title = title:b_karakoro } + title:d_b_karakorum_color = { set_color_from_title = title:b_karakorum } + title:d_b_karakul_color = { set_color_from_title = title:b_karakul } + title:d_b_karalbak_color = { set_color_from_title = title:b_karalbak } + title:d_b_karamay_color = { set_color_from_title = title:b_karamay } + title:d_b_karamuya_color = { set_color_from_title = title:b_karamuya } + title:d_b_karansebes_color = { set_color_from_title = title:b_karansebes } + title:d_b_karaoba_color = { set_color_from_title = title:b_karaoba } + title:d_b_karaoi_color = { set_color_from_title = title:b_karaoi } + title:d_b_karas_SIB_color = { set_color_from_title = title:b_karas_SIB } + title:d_b_karashar_color = { set_color_from_title = title:b_karashar } + title:d_b_karasjohka_color = { set_color_from_title = title:b_karasjohka } + title:d_b_karasu_color = { set_color_from_title = title:b_karasu } + title:d_b_karasuk_color = { set_color_from_title = title:b_karasuk } + title:d_b_karasye_color = { set_color_from_title = title:b_karasye } + title:d_b_karatangdy_color = { set_color_from_title = title:b_karatangdy } + title:d_b_karatayak_color = { set_color_from_title = title:b_karatayak } + title:d_b_karates_color = { set_color_from_title = title:b_karates } + title:d_b_karatsagaan_color = { set_color_from_title = title:b_karatsagaan } + title:d_b_karauda_color = { set_color_from_title = title:b_karauda } + title:d_b_karavur_color = { set_color_from_title = title:b_karavur } + title:d_b_karayu_color = { set_color_from_title = title:b_karayu } + title:d_b_karbala_color = { set_color_from_title = title:b_karbala } + title:d_b_kardang_color = { set_color_from_title = title:b_kardang } + title:d_b_karduran-khas_color = { set_color_from_title = title:b_karduran-khas } + title:d_b_kareima_color = { set_color_from_title = title:b_kareima } + title:d_b_kargadan_color = { set_color_from_title = title:b_kargadan } + title:d_b_kargalin_color = { set_color_from_title = title:b_kargalin } + title:d_b_kargat_color = { set_color_from_title = title:b_kargat } + title:d_b_karghalik_color = { set_color_from_title = title:b_karghalik } + title:d_b_kargopol_color = { set_color_from_title = title:b_kargopol } + title:d_b_karhada_color = { set_color_from_title = title:b_karhada } + title:d_b_kari_pospat_vosh_color = { set_color_from_title = title:b_kari_pospat_vosh } + title:d_b_karima_color = { set_color_from_title = title:b_karima } + title:d_b_karitsa_color = { set_color_from_title = title:b_karitsa } + title:d_b_kariyan_color = { set_color_from_title = title:b_kariyan } + title:d_b_karkaraly_color = { set_color_from_title = title:b_karkaraly } + title:d_b_karkha_color = { set_color_from_title = title:b_karkha } + title:d_b_karkuya_color = { set_color_from_title = title:b_karkuya } + title:d_b_karlivka_color = { set_color_from_title = title:b_karlivka } + title:d_b_karmanta_color = { set_color_from_title = title:b_karmanta } + title:d_b_karnalis_color = { set_color_from_title = title:b_karnalis } + title:d_b_karnaphuli_color = { set_color_from_title = title:b_karnaphuli } + title:d_b_karnasubarna_color = { set_color_from_title = title:b_karnasubarna } + title:d_b_karoonjar_color = { set_color_from_title = title:b_karoonjar } + title:d_b_karor_color = { set_color_from_title = title:b_karor } + title:d_b_karpathos_color = { set_color_from_title = title:b_karpathos } + title:d_b_kars_color = { set_color_from_title = title:b_kars } + title:d_b_karsovay_color = { set_color_from_title = title:b_karsovay } + title:d_b_kartaszevo_color = { set_color_from_title = title:b_kartaszevo } + title:d_b_kartauzh_color = { set_color_from_title = title:b_kartauzh } + title:d_b_kartikeyapura_color = { set_color_from_title = title:b_kartikeyapura } + title:d_b_karu_samys_color = { set_color_from_title = title:b_karu_samys } + title:d_b_karub_color = { set_color_from_title = title:b_karub } + title:d_b_karukh_color = { set_color_from_title = title:b_karukh } + title:d_b_karur_color = { set_color_from_title = title:b_karur } + title:d_b_karvuna_color = { set_color_from_title = title:b_karvuna } + title:d_b_karymkary_color = { set_color_from_title = title:b_karymkary } + title:d_b_karytaina_color = { set_color_from_title = title:b_karytaina } + title:d_b_karzin_color = { set_color_from_title = title:b_karzin } + title:d_b_karzok_color = { set_color_from_title = title:b_karzok } + title:d_b_kasa_color = { set_color_from_title = title:b_kasa } + title:d_b_kasan_color = { set_color_from_title = title:b_kasan } + title:d_b_kasara_color = { set_color_from_title = title:b_kasara } + title:d_b_kaseg_color = { set_color_from_title = title:b_kaseg } + title:d_b_kash_color = { set_color_from_title = title:b_kash } + title:d_b_kashan_color = { set_color_from_title = title:b_kashan } + title:d_b_kashan_VB_color = { set_color_from_title = title:b_kashan_VB } + title:d_b_kashgar_color = { set_color_from_title = title:b_kashgar } + title:d_b_kashid_color = { set_color_from_title = title:b_kashid } + title:d_b_kashin_color = { set_color_from_title = title:b_kashin } + title:d_b_kashipur_color = { set_color_from_title = title:b_kashipur } + title:d_b_kashkarata_color = { set_color_from_title = title:b_kashkarata } + title:d_b_kasib_color = { set_color_from_title = title:b_kasib } + title:d_b_kaska_color = { set_color_from_title = title:b_kaska } + title:d_b_kaskar_color = { set_color_from_title = title:b_kaskar } + title:d_b_kaskelen_color = { set_color_from_title = title:b_kaskelen } + title:d_b_kaski_color = { set_color_from_title = title:b_kaski } + title:d_b_kasmala_color = { set_color_from_title = title:b_kasmala } + title:d_b_kasr_al-kabir_color = { set_color_from_title = title:b_kasr_al-kabir } + title:d_b_kasriskari_color = { set_color_from_title = title:b_kasriskari } + title:d_b_kassa_color = { set_color_from_title = title:b_kassa } + title:d_b_kassala_color = { set_color_from_title = title:b_kassala } + title:d_b_kassandreia_color = { set_color_from_title = title:b_kassandreia } + title:d_b_kassarma_color = { set_color_from_title = title:b_kassarma } + title:d_b_kassel_color = { set_color_from_title = title:b_kassel } + title:d_b_kassi-markol_color = { set_color_from_title = title:b_kassi-markol } + title:d_b_kastoria_color = { set_color_from_title = title:b_kastoria } + title:d_b_kasur_color = { set_color_from_title = title:b_kasur } + title:d_b_katagum_color = { set_color_from_title = title:b_katagum } + title:d_b_katak_color = { set_color_from_title = title:b_katak } + title:d_b_katakekaumene_color = { set_color_from_title = title:b_katakekaumene } + title:d_b_katargama_color = { set_color_from_title = title:b_katargama } + title:d_b_katasraj_color = { set_color_from_title = title:b_katasraj } + title:d_b_katata_color = { set_color_from_title = title:b_katata } + title:d_b_kath_color = { set_color_from_title = title:b_kath } + title:d_b_katha_color = { set_color_from_title = title:b_katha } + title:d_b_kathmandu_color = { set_color_from_title = title:b_kathmandu } + title:d_b_katok_color = { set_color_from_title = title:b_katok } + title:d_b_katsina_color = { set_color_from_title = title:b_katsina } + title:d_b_katu_yaryk_color = { set_color_from_title = title:b_katu_yaryk } + title:d_b_katun_color = { set_color_from_title = title:b_katun } + title:d_b_katyaion_color = { set_color_from_title = title:b_katyaion } + title:d_b_katzenelnbogen_color = { set_color_from_title = title:b_katzenelnbogen } + title:d_b_kaufbeuren_color = { set_color_from_title = title:b_kaufbeuren } + title:d_b_kaulas_color = { set_color_from_title = title:b_kaulas } + title:d_b_kaunas_color = { set_color_from_title = title:b_kaunas } + title:d_b_kaurestan_color = { set_color_from_title = title:b_kaurestan } + title:d_b_kavala_color = { set_color_from_title = title:b_kavala } + title:d_b_kavurskotokale_color = { set_color_from_title = title:b_kavurskotokale } + title:d_b_kawar_road_color = { set_color_from_title = title:b_kawar_road } + title:d_b_kayal_color = { set_color_from_title = title:b_kayal } + title:d_b_kayan_color = { set_color_from_title = title:b_kayan } + title:d_b_kayao_color = { set_color_from_title = title:b_kayao } + title:d_b_kayask_color = { set_color_from_title = title:b_kayask } + title:d_b_kayavarohan_color = { set_color_from_title = title:b_kayavarohan } + title:d_b_kazalinsk_color = { set_color_from_title = title:b_kazalinsk } + title:d_b_kazan_color = { set_color_from_title = title:b_kazan } + title:d_b_kazanka_color = { set_color_from_title = title:b_kazanka } + title:d_b_kazanskaya_color = { set_color_from_title = title:b_kazanskaya } + title:d_b_kazanskoye_color = { set_color_from_title = title:b_kazanskoye } + title:d_b_kazarki_color = { set_color_from_title = title:b_kazarki } + title:d_b_kazarun_color = { set_color_from_title = title:b_kazarun } + title:d_b_kazas_color = { set_color_from_title = title:b_kazas } + title:d_b_kazima_color = { set_color_from_title = title:b_kazima } + title:d_b_kazyr_color = { set_color_from_title = title:b_kazyr } + title:d_b_kbumak_color = { set_color_from_title = title:b_kbumak } + title:d_b_kebbi_color = { set_color_from_title = title:b_kebbi } + title:d_b_kecskemet_color = { set_color_from_title = title:b_kecskemet } + title:d_b_kedainiai_color = { set_color_from_title = title:b_kedainiai } + title:d_b_kedama_color = { set_color_from_title = title:b_kedama } + title:d_b_keffi_color = { set_color_from_title = title:b_keffi } + title:d_b_kegen_color = { set_color_from_title = title:b_kegen } + title:d_b_kehan_color = { set_color_from_title = title:b_kehan } + title:d_b_keitele_color = { set_color_from_title = title:b_keitele } + title:d_b_keith_color = { set_color_from_title = title:b_keith } + title:d_b_keladi_color = { set_color_from_title = title:b_keladi } + title:d_b_keli_color = { set_color_from_title = title:b_keli } + title:d_b_keljiga_color = { set_color_from_title = title:b_keljiga } + title:d_b_kelrayan_color = { set_color_from_title = title:b_kelrayan } + title:d_b_kelso_color = { set_color_from_title = title:b_kelso } + title:d_b_keltzine_color = { set_color_from_title = title:b_keltzine } + title:d_b_kelycyre_color = { set_color_from_title = title:b_kelycyre } + title:d_b_kem_color = { set_color_from_title = title:b_kem } + title:d_b_kem_MON_color = { set_color_from_title = title:b_kem_MON } + title:d_b_kembavi_color = { set_color_from_title = title:b_kembavi } + title:d_b_kemchug_color = { set_color_from_title = title:b_kemchug } + title:d_b_kemijavri_color = { set_color_from_title = title:b_kemijavri } + title:d_b_kemna_color = { set_color_from_title = title:b_kemna } + title:d_b_kempten_color = { set_color_from_title = title:b_kempten } + title:d_b_kend-i-badam_color = { set_color_from_title = title:b_kend-i-badam } + title:d_b_kendal_color = { set_color_from_title = title:b_kendal } + title:d_b_kenduli_color = { set_color_from_title = title:b_kenduli } + title:d_b_kensala_color = { set_color_from_title = title:b_kensala } + title:d_b_kent_KAZ_color = { set_color_from_title = title:b_kent_KAZ } + title:d_b_kenu_color = { set_color_from_title = title:b_kenu } + title:d_b_kera_color = { set_color_from_title = title:b_kera } + title:d_b_kerak_color = { set_color_from_title = title:b_kerak } + title:d_b_kerch_color = { set_color_from_title = title:b_kerch } + title:d_b_kerend_color = { set_color_from_title = title:b_kerend } + title:d_b_kerend-kermanshah_color = { set_color_from_title = title:b_kerend-kermanshah } + title:d_b_kerimeri_color = { set_color_from_title = title:b_kerimeri } + title:d_b_keriya_color = { set_color_from_title = title:b_keriya } + title:d_b_kerken_color = { set_color_from_title = title:b_kerken } + title:d_b_kerker_color = { set_color_from_title = title:b_kerker } + title:d_b_kerkinitis_color = { set_color_from_title = title:b_kerkinitis } + title:d_b_kermanshah_color = { set_color_from_title = title:b_kermanshah } + title:d_b_kerminiya_color = { set_color_from_title = title:b_kerminiya } + title:d_b_kernave_color = { set_color_from_title = title:b_kernave } + title:d_b_kesaria_color = { set_color_from_title = title:b_kesaria } + title:d_b_keshmar_color = { set_color_from_title = title:b_keshmar } + title:d_b_kesmark_color = { set_color_from_title = title:b_kesmark } + title:d_b_ket_color = { set_color_from_title = title:b_ket } + title:d_b_keta_color = { set_color_from_title = title:b_keta } + title:d_b_kete-karachi_color = { set_color_from_title = title:b_kete-karachi } + title:d_b_kettering_color = { set_color_from_title = title:b_kettering } + title:d_b_ketu_color = { set_color_from_title = title:b_ketu } + title:d_b_kevevar_color = { set_color_from_title = title:b_kevevar } + title:d_b_kevrola_color = { set_color_from_title = title:b_kevrola } + title:d_b_khabis_color = { set_color_from_title = title:b_khabis } + title:d_b_khabushan_color = { set_color_from_title = title:b_khabushan } + title:d_b_khaffan_color = { set_color_from_title = title:b_khaffan } + title:d_b_khajuraho_color = { set_color_from_title = title:b_khajuraho } + title:d_b_khalatse_color = { set_color_from_title = title:b_khalatse } + title:d_b_khalkhal_color = { set_color_from_title = title:b_khalkhal } + title:d_b_khaluvana_color = { set_color_from_title = title:b_khaluvana } + title:d_b_khamar_daban_color = { set_color_from_title = title:b_khamar_daban } + title:d_b_khambhat_color = { set_color_from_title = title:b_khambhat } + title:d_b_khan_huhiin_color = { set_color_from_title = title:b_khan_huhiin } + title:d_b_khan_khokhii_color = { set_color_from_title = title:b_khan_khokhii } + title:d_b_khandwa_color = { set_color_from_title = title:b_khandwa } + title:d_b_khanijar_color = { set_color_from_title = title:b_khanijar } + title:d_b_khanjargalant_color = { set_color_from_title = title:b_khanjargalant } + title:d_b_khannesin_color = { set_color_from_title = title:b_khannesin } + title:d_b_khanty-mansiisk_color = { set_color_from_title = title:b_khanty-mansiisk } + title:d_b_khaplu_color = { set_color_from_title = title:b_khaplu } + title:d_b_khar_us_color = { set_color_from_title = title:b_khar_us } + title:d_b_kharad_color = { set_color_from_title = title:b_kharad } + title:d_b_kharam-vosh_color = { set_color_from_title = title:b_kharam-vosh } + title:d_b_kharga_color = { set_color_from_title = title:b_kharga } + title:d_b_khargal_color = { set_color_from_title = title:b_khargal } + title:d_b_khargone_color = { set_color_from_title = title:b_khargone } + title:d_b_kharka_color = { set_color_from_title = title:b_kharka } + title:d_b_kharnabuji_color = { set_color_from_title = title:b_kharnabuji } + title:d_b_kharsa_color = { set_color_from_title = title:b_kharsa } + title:d_b_khartomor_uul_color = { set_color_from_title = title:b_khartomor_uul } + title:d_b_khasagt_khairkhan_color = { set_color_from_title = title:b_khasagt_khairkhan } + title:d_b_khasht_color = { set_color_from_title = title:b_khasht } + title:d_b_khawaf_color = { set_color_from_title = title:b_khawaf } + title:d_b_khawaj_color = { set_color_from_title = title:b_khawaj } + title:d_b_khawas_color = { set_color_from_title = title:b_khawas } + title:d_b_khawr_color = { set_color_from_title = title:b_khawr } + title:d_b_khawr_baraka_color = { set_color_from_title = title:b_khawr_baraka } + title:d_b_khawr_nubt_color = { set_color_from_title = title:b_khawr_nubt } + title:d_b_khaybar_color = { set_color_from_title = title:b_khaybar } + title:d_b_khaylam_color = { set_color_from_title = title:b_khaylam } + title:d_b_khazana_color = { set_color_from_title = title:b_khazana } + title:d_b_khazaran_color = { set_color_from_title = title:b_khazaran } + title:d_b_khemchiq_color = { set_color_from_title = title:b_khemchiq } + title:d_b_khentii_color = { set_color_from_title = title:b_khentii } + title:d_b_kheranion_color = { set_color_from_title = title:b_kheranion } + title:d_b_khereeoi_color = { set_color_from_title = title:b_khereeoi } + title:d_b_kherla_color = { set_color_from_title = title:b_kherla } + title:d_b_kherson_color = { set_color_from_title = title:b_kherson } + title:d_b_khetaka_color = { set_color_from_title = title:b_khetaka } + title:d_b_khijjinga_color = { set_color_from_title = title:b_khijjinga } + title:d_b_khilem_khamar_color = { set_color_from_title = title:b_khilem_khamar } + title:d_b_khilgazar_color = { set_color_from_title = title:b_khilgazar } + title:d_b_khilok_color = { set_color_from_title = title:b_khilok } + title:d_b_khin_color = { set_color_from_title = title:b_khin } + title:d_b_khindigtik_khol_color = { set_color_from_title = title:b_khindigtik_khol } + title:d_b_khinisi_color = { set_color_from_title = title:b_khinisi } + title:d_b_khinjali_color = { set_color_from_title = title:b_khinjali } + title:d_b_khiva_color = { set_color_from_title = title:b_khiva } + title:d_b_khlat_color = { set_color_from_title = title:b_khlat } + title:d_b_khodzhakala_color = { set_color_from_title = title:b_khodzhakala } + title:d_b_khogno_khan_color = { set_color_from_title = title:b_khogno_khan } + title:d_b_khoidkhiliin_color = { set_color_from_title = title:b_khoidkhiliin } + title:d_b_khojand_color = { set_color_from_title = title:b_khojand } + title:d_b_khokand_color = { set_color_from_title = title:b_khokand } + title:d_b_khokhoo_color = { set_color_from_title = title:b_khokhoo } + title:d_b_kholm_color = { set_color_from_title = title:b_kholm } + title:d_b_kholm_NOV_color = { set_color_from_title = title:b_kholm_NOV } + title:d_b_kholmogory_color = { set_color_from_title = title:b_kholmogory } + title:d_b_khoper_color = { set_color_from_title = title:b_khoper } + title:d_b_khopyor_color = { set_color_from_title = title:b_khopyor } + title:d_b_khoridol_saridag_color = { set_color_from_title = title:b_khoridol_saridag } + title:d_b_khortytsia_color = { set_color_from_title = title:b_khortytsia } + title:d_b_khorysdan_color = { set_color_from_title = title:b_khorysdan } + title:d_b_khoshk-rud_color = { set_color_from_title = title:b_khoshk-rud } + title:d_b_khost_color = { set_color_from_title = title:b_khost } + title:d_b_khotan_color = { set_color_from_title = title:b_khotan } + title:d_b_khotang_color = { set_color_from_title = title:b_khotang } + title:d_b_khoton_color = { set_color_from_title = title:b_khoton } + title:d_b_khoupum_color = { set_color_from_title = title:b_khoupum } + title:d_b_khoyorgol_color = { set_color_from_title = title:b_khoyorgol } + title:d_b_khubadan_color = { set_color_from_title = title:b_khubadan } + title:d_b_khubayan_color = { set_color_from_title = title:b_khubayan } + title:d_b_khudabad_color = { set_color_from_title = title:b_khudabad } + title:d_b_khudan_BUR_color = { set_color_from_title = title:b_khudan_BUR } + title:d_b_khuftidkan_color = { set_color_from_title = title:b_khuftidkan } + title:d_b_khuftiyan_color = { set_color_from_title = title:b_khuftiyan } + title:d_b_khuisiin_naiman_nuur_color = { set_color_from_title = title:b_khuisiin_naiman_nuur } + title:d_b_khuiten_color = { set_color_from_title = title:b_khuiten } + title:d_b_khulays_color = { set_color_from_title = title:b_khulays } + title:d_b_khuldursgal_color = { set_color_from_title = title:b_khuldursgal } + title:d_b_khulm_color = { set_color_from_title = title:b_khulm } + title:d_b_khunaj_color = { set_color_from_title = title:b_khunaj } + title:d_b_khunasira_color = { set_color_from_title = title:b_khunasira } + title:d_b_khur_color = { set_color_from_title = title:b_khur } + title:d_b_khurayba_color = { set_color_from_title = title:b_khurayba } + title:d_b_khurel_uul_color = { set_color_from_title = title:b_khurel_uul } + title:d_b_khurnak_color = { set_color_from_title = title:b_khurnak } + title:d_b_khursa_color = { set_color_from_title = title:b_khursa } + title:d_b_khusf_color = { set_color_from_title = title:b_khusf } + title:d_b_khutag_color = { set_color_from_title = title:b_khutag } + title:d_b_khuwar_color = { set_color_from_title = title:b_khuwar } + title:d_b_khwash_color = { set_color_from_title = title:b_khwash } + title:d_b_khyarhgas_color = { set_color_from_title = title:b_khyarhgas } + title:d_b_khyungchu_color = { set_color_from_title = title:b_khyungchu } + title:d_b_kiang_color = { set_color_from_title = title:b_kiang } + title:d_b_kibithu_color = { set_color_from_title = title:b_kibithu } + title:d_b_kibran_color = { set_color_from_title = title:b_kibran } + title:d_b_kicevo_color = { set_color_from_title = title:b_kicevo } + title:d_b_kidal_color = { set_color_from_title = title:b_kidal } + title:d_b_kidderminster_color = { set_color_from_title = title:b_kidderminster } + title:d_b_kidila_color = { set_color_from_title = title:b_kidila } + title:d_b_kiel_color = { set_color_from_title = title:b_kiel } + title:d_b_kielce_color = { set_color_from_title = title:b_kielce } + title:d_b_kiev_color = { set_color_from_title = title:b_kiev } + title:d_b_kiia_color = { set_color_from_title = title:b_kiia } + title:d_b_kiilt_color = { set_color_from_title = title:b_kiilt } + title:d_b_kilcudbrite_color = { set_color_from_title = title:b_kilcudbrite } + title:d_b_kildare_color = { set_color_from_title = title:b_kildare } + title:d_b_kilkenny_color = { set_color_from_title = title:b_kilkenny } + title:d_b_killala_color = { set_color_from_title = title:b_killala } + title:d_b_killi_color = { set_color_from_title = title:b_killi } + title:d_b_kilmallock_color = { set_color_from_title = title:b_kilmallock } + title:d_b_kilmarten_color = { set_color_from_title = title:b_kilmarten } + title:d_b_kim_color = { set_color_from_title = title:b_kim } + title:d_b_kincardine_color = { set_color_from_title = title:b_kincardine } + title:d_b_kincora_color = { set_color_from_title = title:b_kincora } + title:d_b_kindaholm_color = { set_color_from_title = title:b_kindaholm } + title:d_b_kineshma_color = { set_color_from_title = title:b_kineshma } + title:d_b_kingston_color = { set_color_from_title = title:b_kingston } + title:d_b_kingui_color = { set_color_from_title = title:b_kingui } + title:d_b_kinna_color = { set_color_from_title = title:b_kinna } + title:d_b_kinnevald_color = { set_color_from_title = title:b_kinnevald } + title:d_b_kinsale_color = { set_color_from_title = title:b_kinsale } + title:d_b_kintampo_color = { set_color_from_title = title:b_kintampo } + title:d_b_kintus_color = { set_color_from_title = title:b_kintus } + title:d_b_kiranapura_color = { set_color_from_title = title:b_kiranapura } + title:d_b_kiratakupa_color = { set_color_from_title = title:b_kiratakupa } + title:d_b_kircaldy_color = { set_color_from_title = title:b_kircaldy } + title:d_b_kirchberg_color = { set_color_from_title = title:b_kirchberg } + title:d_b_kirei_color = { set_color_from_title = title:b_kirei } + title:d_b_kirenga_color = { set_color_from_title = title:b_kirenga } + title:d_b_kirgichanskaya_color = { set_color_from_title = title:b_kirgichanskaya } + title:d_b_kiri-bara_color = { set_color_from_title = title:b_kiri-bara } + title:d_b_kirikongo_color = { set_color_from_title = title:b_kirikongo } + title:d_b_kirillov_color = { set_color_from_title = title:b_kirillov } + title:d_b_kirina_color = { set_color_from_title = title:b_kirina } + title:d_b_kirishi_color = { set_color_from_title = title:b_kirishi } + title:d_b_kirkuk_color = { set_color_from_title = title:b_kirkuk } + title:d_b_kirkwall_color = { set_color_from_title = title:b_kirkwall } + title:d_b_kirman_color = { set_color_from_title = title:b_kirman } + title:d_b_kirriemuir_color = { set_color_from_title = title:b_kirriemuir } + title:d_b_kirsanov_color = { set_color_from_title = title:b_kirsanov } + title:d_b_kirtipur_color = { set_color_from_title = title:b_kirtipur } + title:d_b_kish-rudbar_color = { set_color_from_title = title:b_kish-rudbar } + title:d_b_kishm_color = { set_color_from_title = title:b_kishm } + title:d_b_kishsh_color = { set_color_from_title = title:b_kishsh } + title:d_b_kisi_color = { set_color_from_title = title:b_kisi } + title:d_b_kiskunhalas_color = { set_color_from_title = title:b_kiskunhalas } + title:d_b_kissi_color = { set_color_from_title = title:b_kissi } + title:d_b_kita_color = { set_color_from_title = title:b_kita } + title:d_b_kitat_color = { set_color_from_title = title:b_kitat } + title:d_b_kitka_color = { set_color_from_title = title:b_kitka } + title:d_b_kitoi_color = { set_color_from_title = title:b_kitoi } + title:d_b_kittal_color = { set_color_from_title = title:b_kittal } + title:d_b_kitzbuhel_color = { set_color_from_title = title:b_kitzbuhel } + title:d_b_kiz_color = { set_color_from_title = title:b_kiz } + title:d_b_kizir_color = { set_color_from_title = title:b_kizir } + title:d_b_kizlyar_color = { set_color_from_title = title:b_kizlyar } + title:d_b_kjoosonoi_color = { set_color_from_title = title:b_kjoosonoi } + title:d_b_kladovo_color = { set_color_from_title = title:b_kladovo } + title:d_b_kladzko_color = { set_color_from_title = title:b_kladzko } + title:d_b_klagenfurt_color = { set_color_from_title = title:b_klagenfurt } + title:d_b_klaustur_color = { set_color_from_title = title:b_klaustur } + title:d_b_klenovskaya_color = { set_color_from_title = title:b_klenovskaya } + title:d_b_klenow_color = { set_color_from_title = title:b_klenow } + title:d_b_klepiki_color = { set_color_from_title = title:b_klepiki } + title:d_b_kletsk_color = { set_color_from_title = title:b_kletsk } + title:d_b_klevan_color = { set_color_from_title = title:b_klevan } + title:d_b_kleve_color = { set_color_from_title = title:b_kleve } + title:d_b_klichen_color = { set_color_from_title = title:b_klichen } + title:d_b_klimavichy_color = { set_color_from_title = title:b_klimavichy } + title:d_b_klin_color = { set_color_from_title = title:b_klin } + title:d_b_klingenberg_color = { set_color_from_title = title:b_klingenberg } + title:d_b_kljuc_color = { set_color_from_title = title:b_kljuc } + title:d_b_kljucnasani_color = { set_color_from_title = title:b_kljucnasani } + title:d_b_klodawa_color = { set_color_from_title = title:b_klodawa } + title:d_b_knin_color = { set_color_from_title = title:b_knin } + title:d_b_knittelfeld_color = { set_color_from_title = title:b_knittelfeld } + title:d_b_koardegk_color = { set_color_from_title = title:b_koardegk } + title:d_b_koblenz_color = { set_color_from_title = title:b_koblenz } + title:d_b_kobryn_color = { set_color_from_title = title:b_kobryn } + title:d_b_koca_color = { set_color_from_title = title:b_koca } + title:d_b_kodalaka_color = { set_color_from_title = title:b_kodalaka } + title:d_b_koflach_color = { set_color_from_title = title:b_koflach } + title:d_b_kohlu_color = { set_color_from_title = title:b_kohlu } + title:d_b_koima_color = { set_color_from_title = title:b_koima } + title:d_b_koivisto_color = { set_color_from_title = title:b_koivisto } + title:d_b_koizak_color = { set_color_from_title = title:b_koizak } + title:d_b_koja_kul_color = { set_color_from_title = title:b_koja_kul } + title:d_b_kojuk_color = { set_color_from_title = title:b_kojuk } + title:d_b_kokahdan_color = { set_color_from_title = title:b_kokahdan } + title:d_b_kokasu_color = { set_color_from_title = title:b_kokasu } + title:d_b_kokchetau_color = { set_color_from_title = title:b_kokchetau } + title:d_b_kokchetav_color = { set_color_from_title = title:b_kokchetav } + title:d_b_kokenois_color = { set_color_from_title = title:b_kokenois } + title:d_b_kokjetau_color = { set_color_from_title = title:b_kokjetau } + title:d_b_kokpektinsk_color = { set_color_from_title = title:b_kokpektinsk } + title:d_b_kokpekty_color = { set_color_from_title = title:b_kokpekty } + title:d_b_koksengrisor_color = { set_color_from_title = title:b_koksengrisor } + title:d_b_kokunya_color = { set_color_from_title = title:b_kokunya } + title:d_b_kol_color = { set_color_from_title = title:b_kol } + title:d_b_kolachi_color = { set_color_from_title = title:b_kolachi } + title:d_b_kolayat_color = { set_color_from_title = title:b_kolayat } + title:d_b_kolding_color = { set_color_from_title = title:b_kolding } + title:d_b_kolhapur_color = { set_color_from_title = title:b_kolhapur } + title:d_b_kolima_color = { set_color_from_title = title:b_kolima } + title:d_b_kollam_color = { set_color_from_title = title:b_kollam } + title:d_b_kollapura_color = { set_color_from_title = title:b_kollapura } + title:d_b_kollipake_color = { set_color_from_title = title:b_kollipake } + title:d_b_kolno_color = { set_color_from_title = title:b_kolno } + title:d_b_koloberd_color = { set_color_from_title = title:b_koloberd } + title:d_b_kolobrzeg_color = { set_color_from_title = title:b_kolobrzeg } + title:d_b_kolodiazhen_color = { set_color_from_title = title:b_kolodiazhen } + title:d_b_kolokani_color = { set_color_from_title = title:b_kolokani } + title:d_b_kolomna_color = { set_color_from_title = title:b_kolomna } + title:d_b_kolomyia_color = { set_color_from_title = title:b_kolomyia } + title:d_b_kolon_color = { set_color_from_title = title:b_kolon } + title:d_b_koloszvar_color = { set_color_from_title = title:b_koloszvar } + title:d_b_koltun_color = { set_color_from_title = title:b_koltun } + title:d_b_kolychev_color = { set_color_from_title = title:b_kolychev } + title:d_b_kolyn_color = { set_color_from_title = title:b_kolyn } + title:d_b_kolyvan_color = { set_color_from_title = title:b_kolyvan } + title:d_b_komarom_color = { set_color_from_title = title:b_komarom } + title:d_b_kombo_color = { set_color_from_title = title:b_kombo } + title:d_b_komoe_color = { set_color_from_title = title:b_komoe } + title:d_b_komorcbanya_color = { set_color_from_title = title:b_komorcbanya } + title:d_b_kompela_color = { set_color_from_title = title:b_kompela } + title:d_b_kona_xahar_color = { set_color_from_title = title:b_kona_xahar } + title:d_b_konarak_color = { set_color_from_title = title:b_konarak } + title:d_b_konda_ob_color = { set_color_from_title = title:b_konda_ob } + title:d_b_kondana_color = { set_color_from_title = title:b_kondana } + title:d_b_kondo_color = { set_color_from_title = title:b_kondo } + title:d_b_kondoma_color = { set_color_from_title = title:b_kondoma } + title:d_b_kondoma_MON_color = { set_color_from_title = title:b_kondoma_MON } + title:d_b_konek_color = { set_color_from_title = title:b_konek } + title:d_b_konfara_color = { set_color_from_title = title:b_konfara } + title:d_b_kong_color = { set_color_from_title = title:b_kong } + title:d_b_kong-north_color = { set_color_from_title = title:b_kong-north } + title:d_b_kongque_color = { set_color_from_title = title:b_kongque } + title:d_b_konigsberg_color = { set_color_from_title = title:b_konigsberg } + title:d_b_konin_color = { set_color_from_title = title:b_konin } + title:d_b_konitsa_color = { set_color_from_title = title:b_konitsa } + title:d_b_konitz_color = { set_color_from_title = title:b_konitz } + title:d_b_konjic_color = { set_color_from_title = title:b_konjic } + title:d_b_konko_color = { set_color_from_title = title:b_konko } + title:d_b_konkure_color = { set_color_from_title = title:b_konkure } + title:d_b_konnevesi_color = { set_color_from_title = title:b_konnevesi } + title:d_b_konni_color = { set_color_from_title = title:b_konni } + title:d_b_kono_color = { set_color_from_title = title:b_kono } + title:d_b_konotop_color = { set_color_from_title = title:b_konotop } + title:d_b_konstanz_color = { set_color_from_title = title:b_konstanz } + title:d_b_kontokoro_color = { set_color_from_title = title:b_kontokoro } + title:d_b_kontupohja_color = { set_color_from_title = title:b_kontupohja } + title:d_b_konz_color = { set_color_from_title = title:b_konz } + title:d_b_kop_golyn_color = { set_color_from_title = title:b_kop_golyn } + title:d_b_kopal_color = { set_color_from_title = title:b_kopal } + title:d_b_kopathal_color = { set_color_from_title = title:b_kopathal } + title:d_b_koporna_color = { set_color_from_title = title:b_koporna } + title:d_b_koporye_color = { set_color_from_title = title:b_koporye } + title:d_b_koppam_color = { set_color_from_title = title:b_koppam } + title:d_b_koprivnica_color = { set_color_from_title = title:b_koprivnica } + title:d_b_kopsis_color = { set_color_from_title = title:b_kopsis } + title:d_b_kora_color = { set_color_from_title = title:b_kora } + title:d_b_korakesion_color = { set_color_from_title = title:b_korakesion } + title:d_b_koralla_color = { set_color_from_title = title:b_koralla } + title:d_b_korelskoye_color = { set_color_from_title = title:b_korelskoye } + title:d_b_korginia_color = { set_color_from_title = title:b_korginia } + title:d_b_korgon_color = { set_color_from_title = title:b_korgon } + title:d_b_korhogo_color = { set_color_from_title = title:b_korhogo } + title:d_b_koriakovsky_color = { set_color_from_title = title:b_koriakovsky } + title:d_b_korienza_color = { set_color_from_title = title:b_korienza } + title:d_b_koriya_color = { set_color_from_title = title:b_koriya } + title:d_b_korkai_color = { set_color_from_title = title:b_korkai } + title:d_b_korla_color = { set_color_from_title = title:b_korla } + title:d_b_kormend_color = { set_color_from_title = title:b_kormend } + title:d_b_koro_color = { set_color_from_title = title:b_koro } + title:d_b_koro_toro_color = { set_color_from_title = title:b_koro_toro } + title:d_b_korosko_color = { set_color_from_title = title:b_korosko } + title:d_b_korosko_road_color = { set_color_from_title = title:b_korosko_road } + title:d_b_korosten_color = { set_color_from_title = title:b_korosten } + title:d_b_koroussa_color = { set_color_from_title = title:b_koroussa } + title:d_b_korsun_color = { set_color_from_title = title:b_korsun } + title:d_b_kos_color = { set_color_from_title = title:b_kos } + title:d_b_kos-buwak_color = { set_color_from_title = title:b_kos-buwak } + title:d_b_kos_biryuk_color = { set_color_from_title = title:b_kos_biryuk } + title:d_b_kos_uba_color = { set_color_from_title = title:b_kos_uba } + title:d_b_koscian_color = { set_color_from_title = title:b_koscian } + title:d_b_kosh_kurbay_color = { set_color_from_title = title:b_kosh_kurbay } + title:d_b_koshley_vosh_color = { set_color_from_title = title:b_koshley_vosh } + title:d_b_koshuki_color = { set_color_from_title = title:b_koshuki } + title:d_b_koskul_color = { set_color_from_title = title:b_koskul } + title:d_b_kosoge_color = { set_color_from_title = title:b_kosoge } + title:d_b_kostanay_color = { set_color_from_title = title:b_kostanay } + title:d_b_kosti_color = { set_color_from_title = title:b_kosti } + title:d_b_kostroma_color = { set_color_from_title = title:b_kostroma } + title:d_b_kostschin_color = { set_color_from_title = title:b_kostschin } + title:d_b_koszalin_color = { set_color_from_title = title:b_koszalin } + title:d_b_koszeg_color = { set_color_from_title = title:b_koszeg } + title:d_b_kota_color = { set_color_from_title = title:b_kota } + title:d_b_kotera_color = { set_color_from_title = title:b_kotera } + title:d_b_kotivarsa_color = { set_color_from_title = title:b_kotivarsa } + title:d_b_kotlas_color = { set_color_from_title = title:b_kotlas } + title:d_b_kotokel_color = { set_color_from_title = title:b_kotokel } + title:d_b_kotokol_color = { set_color_from_title = title:b_kotokol } + title:d_b_kotorvaros_color = { set_color_from_title = title:b_kotorvaros } + title:d_b_kottar_color = { set_color_from_title = title:b_kottar } + title:d_b_kottayam_color = { set_color_from_title = title:b_kottayam } + title:d_b_kotte_color = { set_color_from_title = title:b_kotte } + title:d_b_kouande_color = { set_color_from_title = title:b_kouande } + title:d_b_kouga_color = { set_color_from_title = title:b_kouga } + title:d_b_kouki_color = { set_color_from_title = title:b_kouki } + title:d_b_koulajavri_color = { set_color_from_title = title:b_koulajavri } + title:d_b_koulikoro_color = { set_color_from_title = title:b_koulikoro } + title:d_b_kousseri_color = { set_color_from_title = title:b_kousseri } + title:d_b_koutajoki_color = { set_color_from_title = title:b_koutajoki } + title:d_b_kovai_color = { set_color_from_title = title:b_kovai } + title:d_b_kovaszna_color = { set_color_from_title = title:b_kovaszna } + title:d_b_kovel_color = { set_color_from_title = title:b_kovel } + title:d_b_koy-bagar_color = { set_color_from_title = title:b_koy-bagar } + title:d_b_kozelsk_color = { set_color_from_title = title:b_kozelsk } + title:d_b_kozlov_color = { set_color_from_title = title:b_kozlov } + title:d_b_kozmin_color = { set_color_from_title = title:b_kozmin } + title:d_b_koznik_color = { set_color_from_title = title:b_koznik } + title:d_b_kpelle_color = { set_color_from_title = title:b_kpelle } + title:d_b_kpessi_color = { set_color_from_title = title:b_kpessi } + title:d_b_kragujevac_color = { set_color_from_title = title:b_kragujevac } + title:d_b_krakow_color = { set_color_from_title = title:b_krakow } + title:d_b_kran_color = { set_color_from_title = title:b_kran } + title:d_b_kran_DZU_color = { set_color_from_title = title:b_kran_DZU } + title:d_b_kranj_color = { set_color_from_title = title:b_kranj } + title:d_b_krapan_color = { set_color_from_title = title:b_krapan } + title:d_b_krapina_color = { set_color_from_title = title:b_krapina } + title:d_b_krasnokamsk_color = { set_color_from_title = title:b_krasnokamsk } + title:d_b_krasnooufimsk_color = { set_color_from_title = title:b_krasnooufimsk } + title:d_b_krasnoyarsk_color = { set_color_from_title = title:b_krasnoyarsk } + title:d_b_krasny_bor_color = { set_color_from_title = title:b_krasny_bor } + title:d_b_krasso_color = { set_color_from_title = title:b_krasso } + title:d_b_kraszna_color = { set_color_from_title = title:b_kraszna } + title:d_b_krateia_color = { set_color_from_title = title:b_krateia } + title:d_b_kratovo_color = { set_color_from_title = title:b_kratovo } + title:d_b_krawi_color = { set_color_from_title = title:b_krawi } + title:d_b_krems_color = { set_color_from_title = title:b_krems } + title:d_b_kreusnach_color = { set_color_from_title = title:b_kreusnach } + title:d_b_kreuz_color = { set_color_from_title = title:b_kreuz } + title:d_b_kreuzburg_color = { set_color_from_title = title:b_kreuzburg } + title:d_b_kreva_color = { set_color_from_title = title:b_kreva } + title:d_b_kri_color = { set_color_from_title = title:b_kri } + title:d_b_krichim_color = { set_color_from_title = title:b_krichim } + title:d_b_krishnajanmabhoomi_color = { set_color_from_title = title:b_krishnajanmabhoomi } + title:d_b_kriucha_color = { set_color_from_title = title:b_kriucha } + title:d_b_krizevci_color = { set_color_from_title = title:b_krizevci } + title:d_b_krk_color = { set_color_from_title = title:b_krk } + title:d_b_krokar_color = { set_color_from_title = title:b_krokar } + title:d_b_krolu_color = { set_color_from_title = title:b_krolu } + title:d_b_krom_color = { set_color_from_title = title:b_krom } + title:d_b_kromeriz_color = { set_color_from_title = title:b_kromeriz } + title:d_b_kronberg_color = { set_color_from_title = title:b_kronberg } + title:d_b_kropot_color = { set_color_from_title = title:b_kropot } + title:d_b_krsko_color = { set_color_from_title = title:b_krsko } + title:d_b_kruje_color = { set_color_from_title = title:b_kruje } + title:d_b_krumlov_color = { set_color_from_title = title:b_krumlov } + title:d_b_krupa_color = { set_color_from_title = title:b_krupa } + title:d_b_krupanj_color = { set_color_from_title = title:b_krupanj } + title:d_b_krusevac_color = { set_color_from_title = title:b_krusevac } + title:d_b_kruszwica_color = { set_color_from_title = title:b_kruszwica } + title:d_b_ktenia_color = { set_color_from_title = title:b_ktenia } + title:d_b_ktis_color = { set_color_from_title = title:b_ktis } + title:d_b_ku_jeku_color = { set_color_from_title = title:b_ku_jeku } + title:d_b_kuba_color = { set_color_from_title = title:b_kuba } + title:d_b_kuban_color = { set_color_from_title = title:b_kuban } + title:d_b_kubanjan_color = { set_color_from_title = title:b_kubanjan } + title:d_b_kubayh_color = { set_color_from_title = title:b_kubayh } + title:d_b_kucevo_color = { set_color_from_title = title:b_kucevo } + title:d_b_kucha_color = { set_color_from_title = title:b_kucha } + title:d_b_kuchaman_color = { set_color_from_title = title:b_kuchaman } + title:d_b_kuchuk_color = { set_color_from_title = title:b_kuchuk } + title:d_b_kuclat_color = { set_color_from_title = title:b_kuclat } + title:d_b_kudala_color = { set_color_from_title = title:b_kudala } + title:d_b_kudalasangama_color = { set_color_from_title = title:b_kudalasangama } + title:d_b_kudalasangama_bis_color = { set_color_from_title = title:b_kudalasangama_bis } + title:d_b_kudevan_color = { set_color_from_title = title:b_kudevan } + title:d_b_kudu_color = { set_color_from_title = title:b_kudu } + title:d_b_kufan_kanawa_color = { set_color_from_title = title:b_kufan_kanawa } + title:d_b_kufstein_color = { set_color_from_title = title:b_kufstein } + title:d_b_kugaral_color = { set_color_from_title = title:b_kugaral } + title:d_b_kugunek_color = { set_color_from_title = title:b_kugunek } + title:d_b_kuisugu_color = { set_color_from_title = title:b_kuisugu } + title:d_b_kukawa_color = { set_color_from_title = title:b_kukawa } + title:d_b_kukes_color = { set_color_from_title = title:b_kukes } + title:d_b_kukiya_color = { set_color_from_title = title:b_kukiya } + title:d_b_kukkutapada_color = { set_color_from_title = title:b_kukkutapada } + title:d_b_kukullovar_color = { set_color_from_title = title:b_kukullovar } + title:d_b_kula_color = { set_color_from_title = title:b_kula } + title:d_b_kulan_utmas_color = { set_color_from_title = title:b_kulan_utmas } + title:d_b_kulandy_color = { set_color_from_title = title:b_kulandy } + title:d_b_kulango_color = { set_color_from_title = title:b_kulango } + title:d_b_kulema_color = { set_color_from_title = title:b_kulema } + title:d_b_kulfo_color = { set_color_from_title = title:b_kulfo } + title:d_b_kuliya_color = { set_color_from_title = title:b_kuliya } + title:d_b_kulm_color = { set_color_from_title = title:b_kulm } + title:d_b_kulmbach_color = { set_color_from_title = title:b_kulmbach } + title:d_b_kulris_color = { set_color_from_title = title:b_kulris } + title:d_b_kulunda_color = { set_color_from_title = title:b_kulunda } + title:d_b_kum-sebszen_color = { set_color_from_title = title:b_kum-sebszen } + title:d_b_kum_sai_color = { set_color_from_title = title:b_kum_sai } + title:d_b_kumarhati_color = { set_color_from_title = title:b_kumarhati } + title:d_b_kumasi_color = { set_color_from_title = title:b_kumasi } + title:d_b_kumayri_color = { set_color_from_title = title:b_kumayri } + title:d_b_kumbi_color = { set_color_from_title = title:b_kumbi } + title:d_b_kumertau_color = { set_color_from_title = title:b_kumertau } + title:d_b_kumstan_color = { set_color_from_title = title:b_kumstan } + title:d_b_kumtag_color = { set_color_from_title = title:b_kumtag } + title:d_b_kumukh_color = { set_color_from_title = title:b_kumukh } + title:d_b_kumya_color = { set_color_from_title = title:b_kumya } + title:d_b_kumych_color = { set_color_from_title = title:b_kumych } + title:d_b_kunar_color = { set_color_from_title = title:b_kunar } + title:d_b_kundi_color = { set_color_from_title = title:b_kundi } + title:d_b_kundina_color = { set_color_from_title = title:b_kundina } + title:d_b_kundina_SOUTHINDIA_color = { set_color_from_title = title:b_kundina_SOUTHINDIA } + title:d_b_kungahalla_color = { set_color_from_title = title:b_kungahalla } + title:d_b_kunges_color = { set_color_from_title = title:b_kunges } + title:d_b_kunggar_color = { set_color_from_title = title:b_kunggar } + title:d_b_kunglung_color = { set_color_from_title = title:b_kunglung } + title:d_b_kungtang_color = { set_color_from_title = title:b_kungtang } + title:d_b_kungur_color = { set_color_from_title = title:b_kungur } + title:d_b_kuniki_color = { set_color_from_title = title:b_kuniki } + title:d_b_kunjah_color = { set_color_from_title = title:b_kunjah } + title:d_b_kunjakari_color = { set_color_from_title = title:b_kunjakari } + title:d_b_kunjan_color = { set_color_from_title = title:b_kunjan } + title:d_b_kuntun_kul_color = { set_color_from_title = title:b_kuntun_kul } + title:d_b_kuozhou_color = { set_color_from_title = title:b_kuozhou } + title:d_b_kura_color = { set_color_from_title = title:b_kura } + title:d_b_kuramora_color = { set_color_from_title = title:b_kuramora } + title:d_b_kuranka_color = { set_color_from_title = title:b_kuranka } + title:d_b_kurchum_color = { set_color_from_title = title:b_kurchum } + title:d_b_kurdai_color = { set_color_from_title = title:b_kurdai } + title:d_b_kurdar_color = { set_color_from_title = title:b_kurdar } + title:d_b_kuressare_color = { set_color_from_title = title:b_kuressare } + title:d_b_kurgan_color = { set_color_from_title = title:b_kurgan } + title:d_b_kurguni_color = { set_color_from_title = title:b_kurguni } + title:d_b_kurgus_color = { set_color_from_title = title:b_kurgus } + title:d_b_kuria_color = { set_color_from_title = title:b_kuria } + title:d_b_kurk_color = { set_color_from_title = title:b_kurk } + title:d_b_kurkat_color = { set_color_from_title = title:b_kurkat } + title:d_b_kurkath_color = { set_color_from_title = title:b_kurkath } + title:d_b_kurmaed_color = { set_color_from_title = title:b_kurmaed } + title:d_b_kursara_color = { set_color_from_title = title:b_kursara } + title:d_b_kursk_color = { set_color_from_title = title:b_kursk } + title:d_b_kurtan_color = { set_color_from_title = title:b_kurtan } + title:d_b_kurtoed_color = { set_color_from_title = title:b_kurtoed } + title:d_b_kurtysh_color = { set_color_from_title = title:b_kurtysh } + title:d_b_kurunagala_color = { set_color_from_title = title:b_kurunagala } + title:d_b_kurundaka_color = { set_color_from_title = title:b_kurundaka } + title:d_b_kush-murun_color = { set_color_from_title = title:b_kush-murun } + title:d_b_kushaniya_color = { set_color_from_title = title:b_kushaniya } + title:d_b_kushmaihan_color = { set_color_from_title = title:b_kushmaihan } + title:d_b_kusinagara_color = { set_color_from_title = title:b_kusinagara } + title:d_b_kustranda_color = { set_color_from_title = title:b_kustranda } + title:d_b_kusumi_color = { set_color_from_title = title:b_kusumi } + title:d_b_kusuy_color = { set_color_from_title = title:b_kusuy } + title:d_b_kutaisi_color = { set_color_from_title = title:b_kutaisi } + title:d_b_kutamych_color = { set_color_from_title = title:b_kutamych } + title:d_b_kuthba_color = { set_color_from_title = title:b_kuthba } + title:d_b_kutigi_color = { set_color_from_title = title:b_kutigi } + title:d_b_kutina_color = { set_color_from_title = title:b_kutina } + title:d_b_kutlovitsa_color = { set_color_from_title = title:b_kutlovitsa } + title:d_b_kutukan_ondort_color = { set_color_from_title = title:b_kutukan_ondort } + title:d_b_kutulo_color = { set_color_from_title = title:b_kutulo } + title:d_b_kutur-ogly_color = { set_color_from_title = title:b_kutur-ogly } + title:d_b_kuusama_color = { set_color_from_title = title:b_kuusama } + title:d_b_kuusema_color = { set_color_from_title = title:b_kuusema } + title:d_b_kuvalala_color = { set_color_from_title = title:b_kuvalala } + title:d_b_kuweib_color = { set_color_from_title = title:b_kuweib } + title:d_b_kuytun_color = { set_color_from_title = title:b_kuytun } + title:d_b_kuzalatau_color = { set_color_from_title = title:b_kuzalatau } + title:d_b_kuzeytorg_color = { set_color_from_title = title:b_kuzeytorg } + title:d_b_kuznetsk_color = { set_color_from_title = title:b_kuznetsk } + title:d_b_kuztom_color = { set_color_from_title = title:b_kuztom } + title:d_b_kvara_color = { set_color_from_title = title:b_kvara } + title:d_b_kwahu-south_color = { set_color_from_title = title:b_kwahu-south } + title:d_b_kwang_color = { set_color_from_title = title:b_kwang } + title:d_b_kwararafa_color = { set_color_from_title = title:b_kwararafa } + title:d_b_kweni_color = { set_color_from_title = title:b_kweni } + title:d_b_kweni-east_color = { set_color_from_title = title:b_kweni-east } + title:d_b_kyadya_color = { set_color_from_title = title:b_kyadya } + title:d_b_kyakyaru_color = { set_color_from_title = title:b_kyakyaru } + title:d_b_kyaukse_color = { set_color_from_title = title:b_kyaukse } + title:d_b_kyin_color = { set_color_from_title = title:b_kyin } + title:d_b_kyle_color = { set_color_from_title = title:b_kyle } + title:d_b_kymyl_tey_color = { set_color_from_title = title:b_kymyl_tey } + title:d_b_kyngarga_color = { set_color_from_title = title:b_kyngarga } + title:d_b_kypsela_color = { set_color_from_title = title:b_kypsela } + title:d_b_kytkol_color = { set_color_from_title = title:b_kytkol } + title:d_b_kyunglung_color = { set_color_from_title = title:b_kyunglung } + title:d_b_kyz_imchik_color = { set_color_from_title = title:b_kyz_imchik } + title:d_b_kyzikos_color = { set_color_from_title = title:b_kyzikos } + title:d_b_kyzistra_color = { set_color_from_title = title:b_kyzistra } + title:d_b_kyzyl-kan_color = { set_color_from_title = title:b_kyzyl-kan } + title:d_b_kyzyl-su_color = { set_color_from_title = title:b_kyzyl-su } + title:d_b_kyzyl_cheku_color = { set_color_from_title = title:b_kyzyl_cheku } + title:d_b_kyzyl_jar_color = { set_color_from_title = title:b_kyzyl_jar } + title:d_b_kyzyl_kusku_color = { set_color_from_title = title:b_kyzyl_kusku } + title:d_b_kyzyl_ray_color = { set_color_from_title = title:b_kyzyl_ray } + title:d_b_kyzyl_suu_color = { set_color_from_title = title:b_kyzyl_suu } + title:d_b_kyzyl_yar_color = { set_color_from_title = title:b_kyzyl_yar } + title:d_b_la_fleche_color = { set_color_from_title = title:b_la_fleche } + title:d_b_la_haye_color = { set_color_from_title = title:b_la_haye } + title:d_b_la_peyrade_color = { set_color_from_title = title:b_la_peyrade } + title:d_b_la_roche_color = { set_color_from_title = title:b_la_roche } + title:d_b_la_rochelle_color = { set_color_from_title = title:b_la_rochelle } + title:d_b_la_salle_color = { set_color_from_title = title:b_la_salle } + title:d_b_la_teste_de_buch_color = { set_color_from_title = title:b_la_teste_de_buch } + title:d_b_la_tour_color = { set_color_from_title = title:b_la_tour } + title:d_b_la_tremouille_color = { set_color_from_title = title:b_la_tremouille } + title:d_b_laa_color = { set_color_from_title = title:b_laa } + title:d_b_laa_baol_color = { set_color_from_title = title:b_laa_baol } + title:d_b_laadrada_color = { set_color_from_title = title:b_laadrada } + title:d_b_laas_qoray_color = { set_color_from_title = title:b_laas_qoray } + title:d_b_labda_color = { set_color_from_title = title:b_labda } + title:d_b_labe_color = { set_color_from_title = title:b_labe } + title:d_b_labiau_color = { set_color_from_title = title:b_labiau } + title:d_b_labin_color = { set_color_from_title = title:b_labin } + title:d_b_labrang_color = { set_color_from_title = title:b_labrang } + title:d_b_lacedaemonia_color = { set_color_from_title = title:b_lacedaemonia } + title:d_b_lachyk-uba_color = { set_color_from_title = title:b_lachyk-uba } + title:d_b_lacko_color = { set_color_from_title = title:b_lacko } + title:d_b_ladhir_color = { set_color_from_title = title:b_ladhir } + title:d_b_ladnu_color = { set_color_from_title = title:b_ladnu } + title:d_b_ladoga_color = { set_color_from_title = title:b_ladoga } + title:d_b_ladoi_color = { set_color_from_title = title:b_ladoi } + title:d_b_ladyzyn_color = { set_color_from_title = title:b_ladyzyn } + title:d_b_lafak_color = { set_color_from_title = title:b_lafak } + title:d_b_lafana_color = { set_color_from_title = title:b_lafana } + title:d_b_laft_color = { set_color_from_title = title:b_laft } + title:d_b_lag_dera_color = { set_color_from_title = title:b_lag_dera } + title:d_b_lagania_color = { set_color_from_title = title:b_lagania } + title:d_b_laggujakka_color = { set_color_from_title = title:b_laggujakka } + title:d_b_lagh_bogal_color = { set_color_from_title = title:b_lagh_bogal } + title:d_b_lagos_color = { set_color_from_title = title:b_lagos } + title:d_b_lagowa_color = { set_color_from_title = title:b_lagowa } + title:d_b_lahij_color = { set_color_from_title = title:b_lahij } + title:d_b_lahishyn_color = { set_color_from_title = title:b_lahishyn } + title:d_b_laholm_color = { set_color_from_title = title:b_laholm } + title:d_b_lahoysk_color = { set_color_from_title = title:b_lahoysk } + title:d_b_lahti_color = { set_color_from_title = title:b_lahti } + title:d_b_lahur_color = { set_color_from_title = title:b_lahur } + title:d_b_laia_color = { set_color_from_title = title:b_laia } + title:d_b_lairi_color = { set_color_from_title = title:b_lairi } + title:d_b_lais_color = { set_color_from_title = title:b_lais } + title:d_b_lajara_color = { set_color_from_title = title:b_lajara } + title:d_b_lak_bor_color = { set_color_from_title = title:b_lak_bor } + title:d_b_lakhimpur_color = { set_color_from_title = title:b_lakhimpur } + title:d_b_lakhnau_color = { set_color_from_title = title:b_lakhnau } + title:d_b_lakhnor_color = { set_color_from_title = title:b_lakhnor } + title:d_b_lakhota_color = { set_color_from_title = title:b_lakhota } + title:d_b_laksmanavati_color = { set_color_from_title = title:b_laksmanavati } + title:d_b_lalganj_color = { set_color_from_title = title:b_lalganj } + title:d_b_lalibela_color = { set_color_from_title = title:b_lalibela } + title:d_b_lalitpur_color = { set_color_from_title = title:b_lalitpur } + title:d_b_lalpur_color = { set_color_from_title = title:b_lalpur } + title:d_b_lambaye_color = { set_color_from_title = title:b_lambaye } + title:d_b_lamego_color = { set_color_from_title = title:b_lamego } + title:d_b_lamghan_color = { set_color_from_title = title:b_lamghan } + title:d_b_lampsakos_color = { set_color_from_title = title:b_lampsakos } + title:d_b_lamych_color = { set_color_from_title = title:b_lamych } + title:d_b_lanark_color = { set_color_from_title = title:b_lanark } + title:d_b_lanba_color = { set_color_from_title = title:b_lanba } + title:d_b_lancaster_color = { set_color_from_title = title:b_lancaster } + title:d_b_lanciano_color = { set_color_from_title = title:b_lanciano } + title:d_b_landay_color = { set_color_from_title = title:b_landay } + title:d_b_landsberg_color = { set_color_from_title = title:b_landsberg } + title:d_b_langades_color = { set_color_from_title = title:b_langades } + title:d_b_langarkanan_color = { set_color_from_title = title:b_langarkanan } + title:d_b_langeac_color = { set_color_from_title = title:b_langeac } + title:d_b_langon_color = { set_color_from_title = title:b_langon } + title:d_b_langres_color = { set_color_from_title = title:b_langres } + title:d_b_lanjika_color = { set_color_from_title = title:b_lanjika } + title:d_b_lanzarote_color = { set_color_from_title = title:b_lanzarote } + title:d_b_laodamogou_color = { set_color_from_title = title:b_laodamogou } + title:d_b_laodikeia_color = { set_color_from_title = title:b_laodikeia } + title:d_b_laon_color = { set_color_from_title = title:b_laon } + title:d_b_laposbanya_color = { set_color_from_title = title:b_laposbanya } + title:d_b_lapueblademontalban_color = { set_color_from_title = title:b_lapueblademontalban } + title:d_b_lapusna_color = { set_color_from_title = title:b_lapusna } + title:d_b_lar_color = { set_color_from_title = title:b_lar } + title:d_b_laranalia_color = { set_color_from_title = title:b_laranalia } + title:d_b_larijan_color = { set_color_from_title = title:b_larijan } + title:d_b_larino_color = { set_color_from_title = title:b_larino } + title:d_b_larissa_color = { set_color_from_title = title:b_larissa } + title:d_b_larkana_color = { set_color_from_title = title:b_larkana } + title:d_b_larung_color = { set_color_from_title = title:b_larung } + title:d_b_lasta_color = { set_color_from_title = title:b_lasta } + title:d_b_latakia_color = { set_color_from_title = title:b_latakia } + title:d_b_lattalura_color = { set_color_from_title = title:b_lattalura } + title:d_b_laufen_color = { set_color_from_title = title:b_laufen } + title:d_b_laukental_color = { set_color_from_title = title:b_laukental } + title:d_b_laukitten_color = { set_color_from_title = title:b_laukitten } + title:d_b_launceston_color = { set_color_from_title = title:b_launceston } + title:d_b_launggyet_color = { set_color_from_title = title:b_launggyet } + title:d_b_lausanne_color = { set_color_from_title = title:b_lausanne } + title:d_b_lautenburg_color = { set_color_from_title = title:b_lautenburg } + title:d_b_lauterbach_color = { set_color_from_title = title:b_lauterbach } + title:d_b_laval_color = { set_color_from_title = title:b_laval } + title:d_b_lawdar_color = { set_color_from_title = title:b_lawdar } + title:d_b_le_lude_color = { set_color_from_title = title:b_le_lude } + title:d_b_le_mans_color = { set_color_from_title = title:b_le_mans } + title:d_b_le_puy_color = { set_color_from_title = title:b_le_puy } + title:d_b_leal_color = { set_color_from_title = title:b_leal } + title:d_b_leba_color = { set_color_from_title = title:b_leba } + title:d_b_lebedos_color = { set_color_from_title = title:b_lebedos } + title:d_b_lebno_color = { set_color_from_title = title:b_lebno } + title:d_b_lebus_color = { set_color_from_title = title:b_lebus } + title:d_b_lecce_color = { set_color_from_title = title:b_lecce } + title:d_b_lechrain_color = { set_color_from_title = title:b_lechrain } + title:d_b_lectoure_color = { set_color_from_title = title:b_lectoure } + title:d_b_leczyca_color = { set_color_from_title = title:b_leczyca } + title:d_b_ledu_color = { set_color_from_title = title:b_ledu } + title:d_b_leeds_color = { set_color_from_title = title:b_leeds } + title:d_b_leer_color = { set_color_from_title = title:b_leer } + title:d_b_leeuwarden_color = { set_color_from_title = title:b_leeuwarden } + title:d_b_legnica_color = { set_color_from_title = title:b_legnica } + title:d_b_leh_color = { set_color_from_title = title:b_leh } + title:d_b_lehnin_color = { set_color_from_title = title:b_lehnin } + title:d_b_leicester_color = { set_color_from_title = title:b_leicester } + title:d_b_leightonstone_color = { set_color_from_title = title:b_leightonstone } + title:d_b_leipzig_color = { set_color_from_title = title:b_leipzig } + title:d_b_leiria_color = { set_color_from_title = title:b_leiria } + title:d_b_leisning_color = { set_color_from_title = title:b_leisning } + title:d_b_lejjavvr_color = { set_color_from_title = title:b_lejjavvr } + title:d_b_lejlotka_color = { set_color_from_title = title:b_lejlotka } + title:d_b_leksand_color = { set_color_from_title = title:b_leksand } + title:d_b_lelchytsy_color = { set_color_from_title = title:b_lelchytsy } + title:d_b_lele_color = { set_color_from_title = title:b_lele } + title:d_b_lemisele_color = { set_color_from_title = title:b_lemisele } + title:d_b_lemnos_color = { set_color_from_title = title:b_lemnos } + title:d_b_lena_color = { set_color_from_title = title:b_lena } + title:d_b_lengenfeld_color = { set_color_from_title = title:b_lengenfeld } + title:d_b_lenggu_color = { set_color_from_title = title:b_lenggu } + title:d_b_lenghu_color = { set_color_from_title = title:b_lenghu } + title:d_b_lennewarden_color = { set_color_from_title = title:b_lennewarden } + title:d_b_lentini_color = { set_color_from_title = title:b_lentini } + title:d_b_leo_color = { set_color_from_title = title:b_leo } + title:d_b_leoben_color = { set_color_from_title = title:b_leoben } + title:d_b_leon_color = { set_color_from_title = title:b_leon } + title:d_b_leonfelden_color = { set_color_from_title = title:b_leonfelden } + title:d_b_leonsberg_color = { set_color_from_title = title:b_leonsberg } + title:d_b_lepsink_color = { set_color_from_title = title:b_lepsink } + title:d_b_leraba_color = { set_color_from_title = title:b_leraba } + title:d_b_lerma_color = { set_color_from_title = title:b_lerma } + title:d_b_lessinia_color = { set_color_from_title = title:b_lessinia } + title:d_b_letenye_color = { set_color_from_title = title:b_letenye } + title:d_b_letningen_color = { set_color_from_title = title:b_letningen } + title:d_b_leuchtenburg_color = { set_color_from_title = title:b_leuchtenburg } + title:d_b_leuven_color = { set_color_from_title = title:b_leuven } + title:d_b_levadia_color = { set_color_from_title = title:b_levadia } + title:d_b_levanluhta_color = { set_color_from_title = title:b_levanluhta } + title:d_b_lewes_color = { set_color_from_title = title:b_lewes } + title:d_b_lewis_color = { set_color_from_title = title:b_lewis } + title:d_b_leylan_color = { set_color_from_title = title:b_leylan } + title:d_b_lezhe_color = { set_color_from_title = title:b_lezhe } + title:d_b_lhagang_color = { set_color_from_title = title:b_lhagang } + title:d_b_lhagcang_color = { set_color_from_title = title:b_lhagcang } + title:d_b_lhari_color = { set_color_from_title = title:b_lhari } + title:d_b_lhasa_color = { set_color_from_title = title:b_lhasa } + title:d_b_lhatok_color = { set_color_from_title = title:b_lhatok } + title:d_b_lhaxi_color = { set_color_from_title = title:b_lhaxi } + title:d_b_lhaze_color = { set_color_from_title = title:b_lhaze } + title:d_b_lhomar_color = { set_color_from_title = title:b_lhomar } + title:d_b_lhorong_color = { set_color_from_title = title:b_lhorong } + title:d_b_lhozhag_color = { set_color_from_title = title:b_lhozhag } + title:d_b_lhuentse_color = { set_color_from_title = title:b_lhuentse } + title:d_b_lhunze_color = { set_color_from_title = title:b_lhunze } + title:d_b_lhunzhub_color = { set_color_from_title = title:b_lhunzhub } + title:d_b_liangzhou_color = { set_color_from_title = title:b_liangzhou } + title:d_b_liaotun_color = { set_color_from_title = title:b_liaotun } + title:d_b_libtripoli_color = { set_color_from_title = title:b_libtripoli } + title:d_b_lichtberg_color = { set_color_from_title = title:b_lichtberg } + title:d_b_lichtenfels_color = { set_color_from_title = title:b_lichtenfels } + title:d_b_lida_color = { set_color_from_title = title:b_lida } + title:d_b_lidh_color = { set_color_from_title = title:b_lidh } + title:d_b_lidoriki_color = { set_color_from_title = title:b_lidoriki } + title:d_b_liebnitz_color = { set_color_from_title = title:b_liebnitz } + title:d_b_liege_color = { set_color_from_title = title:b_liege } + title:d_b_lienz_color = { set_color_from_title = title:b_lienz } + title:d_b_liezen_color = { set_color_from_title = title:b_liezen } + title:d_b_liguri_color = { set_color_from_title = title:b_liguri } + title:d_b_liinmaa_color = { set_color_from_title = title:b_liinmaa } + title:d_b_lille_color = { set_color_from_title = title:b_lille } + title:d_b_lima_color = { set_color_from_title = title:b_lima } + title:d_b_limba_color = { set_color_from_title = title:b_limba } + title:d_b_limbourg_color = { set_color_from_title = title:b_limbourg } + title:d_b_limburg_color = { set_color_from_title = title:b_limburg } + title:d_b_limerick_color = { set_color_from_title = title:b_limerick } + title:d_b_limia_color = { set_color_from_title = title:b_limia } + title:d_b_liminka_color = { set_color_from_title = title:b_liminka } + title:d_b_limisol_color = { set_color_from_title = title:b_limisol } + title:d_b_limoges_color = { set_color_from_title = title:b_limoges } + title:d_b_limoux_color = { set_color_from_title = title:b_limoux } + title:d_b_limyra_color = { set_color_from_title = title:b_limyra } + title:d_b_lina_color = { set_color_from_title = title:b_lina } + title:d_b_lincoln_color = { set_color_from_title = title:b_lincoln } + title:d_b_lindholm_color = { set_color_from_title = title:b_lindholm } + title:d_b_lindisfarne_color = { set_color_from_title = title:b_lindisfarne } + title:d_b_lindos_color = { set_color_from_title = title:b_lindos } + title:d_b_lindow_color = { set_color_from_title = title:b_lindow } + title:d_b_lingshet_color = { set_color_from_title = title:b_lingshet } + title:d_b_lingti_color = { set_color_from_title = title:b_lingti } + title:d_b_lingtsang_color = { set_color_from_title = title:b_lingtsang } + title:d_b_linguere_color = { set_color_from_title = title:b_linguere } + title:d_b_liniek_color = { set_color_from_title = title:b_liniek } + title:d_b_linlithgow_color = { set_color_from_title = title:b_linlithgow } + title:d_b_linten_color = { set_color_from_title = title:b_linten } + title:d_b_linz_color = { set_color_from_title = title:b_linz } + title:d_b_linze_color = { set_color_from_title = title:b_linze } + title:d_b_liongby_color = { set_color_from_title = title:b_liongby } + title:d_b_lipetsk_color = { set_color_from_title = title:b_lipetsk } + title:d_b_lippa_color = { set_color_from_title = title:b_lippa } + title:d_b_lippe_color = { set_color_from_title = title:b_lippe } + title:d_b_lippstadt_color = { set_color_from_title = title:b_lippstadt } + title:d_b_liptoujvar_color = { set_color_from_title = title:b_liptoujvar } + title:d_b_lisboa_color = { set_color_from_title = title:b_lisboa } + title:d_b_lisieux_color = { set_color_from_title = title:b_lisieux } + title:d_b_lister_color = { set_color_from_title = title:b_lister } + title:d_b_litang_color = { set_color_from_title = title:b_litang } + title:d_b_litomerice_color = { set_color_from_title = title:b_litomerice } + title:d_b_liubachev_color = { set_color_from_title = title:b_liubachev } + title:d_b_liubashivka_color = { set_color_from_title = title:b_liubashivka } + title:d_b_liubeshiv_color = { set_color_from_title = title:b_liubeshiv } + title:d_b_liunga_color = { set_color_from_title = title:b_liunga } + title:d_b_livkand_color = { set_color_from_title = title:b_livkand } + title:d_b_livorno_color = { set_color_from_title = title:b_livorno } + title:d_b_liw_color = { set_color_from_title = title:b_liw } + title:d_b_lizarra_color = { set_color_from_title = title:b_lizarra } + title:d_b_lizhensk_color = { set_color_from_title = title:b_lizhensk } + title:d_b_lizmajarvi_color = { set_color_from_title = title:b_lizmajarvi } + title:d_b_ljubljana_color = { set_color_from_title = title:b_ljubljana } + title:d_b_llandovery_color = { set_color_from_title = title:b_llandovery } + title:d_b_llandrindod_color = { set_color_from_title = title:b_llandrindod } + title:d_b_llandudno_color = { set_color_from_title = title:b_llandudno } + title:d_b_lleida_color = { set_color_from_title = title:b_lleida } + title:d_b_llivia_color = { set_color_from_title = title:b_llivia } + title:d_b_llyn_color = { set_color_from_title = title:b_llyn } + title:d_b_lobdaburg_color = { set_color_from_title = title:b_lobdaburg } + title:d_b_lobez_color = { set_color_from_title = title:b_lobez } + title:d_b_lobi_color = { set_color_from_title = title:b_lobi } + title:d_b_loches_color = { set_color_from_title = title:b_loches } + title:d_b_lodeve_color = { set_color_from_title = title:b_lodeve } + title:d_b_lodi_color = { set_color_from_title = title:b_lodi } + title:d_b_lodose_color = { set_color_from_title = title:b_lodose } + title:d_b_lodz_color = { set_color_from_title = title:b_lodz } + title:d_b_logone-birni_color = { set_color_from_title = title:b_logone-birni } + title:d_b_logrono_color = { set_color_from_title = title:b_logrono } + title:d_b_loket_color = { set_color_from_title = title:b_loket } + title:d_b_lokhrytsia_color = { set_color_from_title = title:b_lokhrytsia } + title:d_b_loknya_color = { set_color_from_title = title:b_loknya } + title:d_b_lokoja_color = { set_color_from_title = title:b_lokoja } + title:d_b_lokot_color = { set_color_from_title = title:b_lokot } + title:d_b_lolog_color = { set_color_from_title = title:b_lolog } + title:d_b_lom_color = { set_color_from_title = title:b_lom } + title:d_b_lomagne_color = { set_color_from_title = title:b_lomagne } + title:d_b_lome_color = { set_color_from_title = title:b_lome } + title:d_b_lomond_color = { set_color_from_title = title:b_lomond } + title:d_b_lomza_color = { set_color_from_title = title:b_lomza } + title:d_b_london_color = { set_color_from_title = title:b_london } + title:d_b_longbaoco_color = { set_color_from_title = title:b_longbaoco } + title:d_b_longcheng_color = { set_color_from_title = title:b_longcheng } + title:d_b_longford_color = { set_color_from_title = title:b_longford } + title:d_b_lonigo_color = { set_color_from_title = title:b_lonigo } + title:d_b_lons_le_saunier_color = { set_color_from_title = title:b_lons_le_saunier } + title:d_b_lopadion_color = { set_color_from_title = title:b_lopadion } + title:d_b_lopshenga_color = { set_color_from_title = title:b_lopshenga } + title:d_b_loralai_color = { set_color_from_title = title:b_loralai } + title:d_b_lorca_color = { set_color_from_title = title:b_lorca } + title:d_b_loredo_color = { set_color_from_title = title:b_loredo } + title:d_b_lori_color = { set_color_from_title = title:b_lori } + title:d_b_lorient_color = { set_color_from_title = title:b_lorient } + title:d_b_loropeni_color = { set_color_from_title = title:b_loropeni } + title:d_b_losonc_color = { set_color_from_title = title:b_losonc } + title:d_b_lotoshino_color = { set_color_from_title = title:b_lotoshino } + title:d_b_lotzen_color = { set_color_from_title = title:b_lotzen } + title:d_b_loudun_color = { set_color_from_title = title:b_loudun } + title:d_b_loulan_color = { set_color_from_title = title:b_loulan } + title:d_b_lovech_color = { set_color_from_title = title:b_lovech } + title:d_b_lowenstein_color = { set_color_from_title = title:b_lowenstein } + title:d_b_lower_dawa_color = { set_color_from_title = title:b_lower_dawa } + title:d_b_lower_grebo_color = { set_color_from_title = title:b_lower_grebo } + title:d_b_lower_guara_color = { set_color_from_title = title:b_lower_guara } + title:d_b_lower_jubba_color = { set_color_from_title = title:b_lower_jubba } + title:d_b_lower_karran_color = { set_color_from_title = title:b_lower_karran } + title:d_b_lower_kutulo_color = { set_color_from_title = title:b_lower_kutulo } + title:d_b_lower_lobo_color = { set_color_from_title = title:b_lower_lobo } + title:d_b_lower_nugaal_color = { set_color_from_title = title:b_lower_nugaal } + title:d_b_lower_nyene_color = { set_color_from_title = title:b_lower_nyene } + title:d_b_lower_odib_color = { set_color_from_title = title:b_lower_odib } + title:d_b_lower_omo_color = { set_color_from_title = title:b_lower_omo } + title:d_b_lower_togdheer_color = { set_color_from_title = title:b_lower_togdheer } + title:d_b_lowicz_color = { set_color_from_title = title:b_lowicz } + title:d_b_lozova_color = { set_color_from_title = title:b_lozova } + title:d_b_luacchagiri_color = { set_color_from_title = title:b_luacchagiri } + title:d_b_luarca_color = { set_color_from_title = title:b_luarca } + title:d_b_lubben_color = { set_color_from_title = title:b_lubben } + title:d_b_lubeck_color = { set_color_from_title = title:b_lubeck } + title:d_b_lublin_color = { set_color_from_title = title:b_lublin } + title:d_b_lubliniec_color = { set_color_from_title = title:b_lubliniec } + title:d_b_lubny_color = { set_color_from_title = title:b_lubny } + title:d_b_luboml_color = { set_color_from_title = title:b_luboml } + title:d_b_lucca_color = { set_color_from_title = title:b_lucca } + title:d_b_lucera_color = { set_color_from_title = title:b_lucera } + title:d_b_lucerne_color = { set_color_from_title = title:b_lucerne } + title:d_b_luch_color = { set_color_from_title = title:b_luch } + title:d_b_luchow_color = { set_color_from_title = title:b_luchow } + title:d_b_ludlow_color = { set_color_from_title = title:b_ludlow } + title:d_b_ludrava_color = { set_color_from_title = title:b_ludrava } + title:d_b_luga_color = { set_color_from_title = title:b_luga } + title:d_b_lugo_color = { set_color_from_title = title:b_lugo } + title:d_b_lugos_color = { set_color_from_title = title:b_lugos } + title:d_b_luigne_color = { set_color_from_title = title:b_luigne } + title:d_b_lujavvr_color = { set_color_from_title = title:b_lujavvr } + title:d_b_luki_color = { set_color_from_title = title:b_luki } + title:d_b_lukoml_color = { set_color_from_title = title:b_lukoml } + title:d_b_lukow_color = { set_color_from_title = title:b_lukow } + title:d_b_lumbini_color = { set_color_from_title = title:b_lumbini } + title:d_b_lunang_color = { set_color_from_title = title:b_lunang } + title:d_b_lund_color = { set_color_from_title = title:b_lund } + title:d_b_lund_nandana_color = { set_color_from_title = title:b_lund_nandana } + title:d_b_luneburg_color = { set_color_from_title = title:b_luneburg } + title:d_b_lunggar_color = { set_color_from_title = title:b_lunggar } + title:d_b_luni_color = { set_color_from_title = title:b_luni } + title:d_b_luninets_color = { set_color_from_title = title:b_luninets } + title:d_b_luntai_color = { set_color_from_title = title:b_luntai } + title:d_b_luokta_color = { set_color_from_title = title:b_luokta } + title:d_b_lupfen_color = { set_color_from_title = title:b_lupfen } + title:d_b_luqu_color = { set_color_from_title = title:b_luqu } + title:d_b_lure_color = { set_color_from_title = title:b_lure } + title:d_b_lurijan_color = { set_color_from_title = title:b_lurijan } + title:d_b_lusignan_color = { set_color_from_title = title:b_lusignan } + title:d_b_lusspie_color = { set_color_from_title = title:b_lusspie } + title:d_b_luton_color = { set_color_from_title = title:b_luton } + title:d_b_lutsk_color = { set_color_from_title = title:b_lutsk } + title:d_b_luuq_color = { set_color_from_title = title:b_luuq } + title:d_b_luxembourg_color = { set_color_from_title = title:b_luxembourg } + title:d_b_lviv_color = { set_color_from_title = title:b_lviv } + title:d_b_lyck_color = { set_color_from_title = title:b_lyck } + title:d_b_lykandos_color = { set_color_from_title = title:b_lykandos } + title:d_b_lyme_color = { set_color_from_title = title:b_lyme } + title:d_b_lynn_color = { set_color_from_title = title:b_lynn } + title:d_b_lyon_color = { set_color_from_title = title:b_lyon } + title:d_b_lystra_color = { set_color_from_title = title:b_lystra } + title:d_b_lysva_color = { set_color_from_title = title:b_lysva } + title:d_b_lyuban_color = { set_color_from_title = title:b_lyuban } + title:d_b_lyubech_color = { set_color_from_title = title:b_lyubech } + title:d_b_lyubim_color = { set_color_from_title = title:b_lyubim } + title:d_b_lyukum_color = { set_color_from_title = title:b_lyukum } + title:d_b_lyutitsa_color = { set_color_from_title = title:b_lyutitsa } + title:d_b_maab_color = { set_color_from_title = title:b_maab } + title:d_b_maan_color = { set_color_from_title = title:b_maan } + title:d_b_maanselka_color = { set_color_from_title = title:b_maanselka } + title:d_b_maasilinna_color = { set_color_from_title = title:b_maasilinna } + title:d_b_maastricht_color = { set_color_from_title = title:b_maastricht } + title:d_b_macclesfield_color = { set_color_from_title = title:b_macclesfield } + title:d_b_macenta_color = { set_color_from_title = title:b_macenta } + title:d_b_macerata_color = { set_color_from_title = title:b_macerata } + title:d_b_machu_color = { set_color_from_title = title:b_machu } + title:d_b_macon_color = { set_color_from_title = title:b_macon } + title:d_b_macva_color = { set_color_from_title = title:b_macva } + title:d_b_madan_color = { set_color_from_title = title:b_madan } + title:d_b_madas_color = { set_color_from_title = title:b_madas } + title:d_b_madaya_color = { set_color_from_title = title:b_madaya } + title:d_b_madekali_color = { set_color_from_title = title:b_madekali } + title:d_b_madhupur_color = { set_color_from_title = title:b_madhupur } + title:d_b_madila_color = { set_color_from_title = title:b_madila } + title:d_b_madin-an-naqira_color = { set_color_from_title = title:b_madin-an-naqira } + title:d_b_madinat_sulaym_color = { set_color_from_title = title:b_madinat_sulaym } + title:d_b_madminiya_color = { set_color_from_title = title:b_madminiya } + title:d_b_madoi_color = { set_color_from_title = title:b_madoi } + title:d_b_madrid_color = { set_color_from_title = title:b_madrid } + title:d_b_madurai_color = { set_color_from_title = title:b_madurai } + title:d_b_madyan_color = { set_color_from_title = title:b_madyan } + title:d_b_maestrazgo_color = { set_color_from_title = title:b_maestrazgo } + title:d_b_mafindi-kabaya_color = { set_color_from_title = title:b_mafindi-kabaya } + title:d_b_magampura_color = { set_color_from_title = title:b_magampura } + title:d_b_magdeburg_color = { set_color_from_title = title:b_magdeburg } + title:d_b_maghas_color = { set_color_from_title = title:b_maghas } + title:d_b_maghun_color = { set_color_from_title = title:b_maghun } + title:d_b_maglaj_color = { set_color_from_title = title:b_maglaj } + title:d_b_maglen_color = { set_color_from_title = title:b_maglen } + title:d_b_magnopolis_color = { set_color_from_title = title:b_magnopolis } + title:d_b_magra_color = { set_color_from_title = title:b_magra } + title:d_b_magwe_color = { set_color_from_title = title:b_magwe } + title:d_b_mahal_color = { set_color_from_title = title:b_mahal } + title:d_b_mahamuni_color = { set_color_from_title = title:b_mahamuni } + title:d_b_mahas_color = { set_color_from_title = title:b_mahas } + title:d_b_mahasthangarh_color = { set_color_from_title = title:b_mahasthangarh } + title:d_b_mahdiya_color = { set_color_from_title = title:b_mahdiya } + title:d_b_mahiyangana_color = { set_color_from_title = title:b_mahiyangana } + title:d_b_mahoba_color = { set_color_from_title = title:b_mahoba } + title:d_b_mahoyadapuram_color = { set_color_from_title = title:b_mahoyadapuram } + title:d_b_mahur_color = { set_color_from_title = title:b_mahur } + title:d_b_maials_color = { set_color_from_title = title:b_maials } + title:d_b_maibong_color = { set_color_from_title = title:b_maibong } + title:d_b_maibud_color = { set_color_from_title = title:b_maibud } + title:d_b_maihana_color = { set_color_from_title = title:b_maihana } + title:d_b_main_color = { set_color_from_title = title:b_main } + title:d_b_mainamati_color = { set_color_from_title = title:b_mainamati } + title:d_b_maingmaw_color = { set_color_from_title = title:b_maingmaw } + title:d_b_mainling_color = { set_color_from_title = title:b_mainling } + title:d_b_mainpu_color = { set_color_from_title = title:b_mainpu } + title:d_b_mainz_color = { set_color_from_title = title:b_mainz } + title:d_b_mait_color = { set_color_from_title = title:b_mait } + title:d_b_majar_color = { set_color_from_title = title:b_majar } + title:d_b_makari_color = { set_color_from_title = title:b_makari } + title:d_b_makariev_color = { set_color_from_title = title:b_makariev } + title:d_b_makhir_color = { set_color_from_title = title:b_makhir } + title:d_b_makisin_color = { set_color_from_title = title:b_makisin } + title:d_b_makit_color = { set_color_from_title = title:b_makit } + title:d_b_makka_color = { set_color_from_title = title:b_makka } + title:d_b_makrana_color = { set_color_from_title = title:b_makrana } + title:d_b_maksi_color = { set_color_from_title = title:b_maksi } + title:d_b_maku_color = { set_color_from_title = title:b_maku } + title:d_b_maladzyechna_color = { set_color_from_title = title:b_maladzyechna } + title:d_b_malaga_color = { set_color_from_title = title:b_malaga } + title:d_b_malagon_color = { set_color_from_title = title:b_malagon } + title:d_b_malaia_skvirka_color = { set_color_from_title = title:b_malaia_skvirka } + title:d_b_malamacco_color = { set_color_from_title = title:b_malamacco } + title:d_b_malandra_color = { set_color_from_title = title:b_malandra } + title:d_b_malappuram_color = { set_color_from_title = title:b_malappuram } + title:d_b_malashuyka_color = { set_color_from_title = title:b_malashuyka } + title:d_b_malaya_rata_color = { set_color_from_title = title:b_malaya_rata } + title:d_b_malayagiri_color = { set_color_from_title = title:b_malayagiri } + title:d_b_malboden_color = { set_color_from_title = title:b_malboden } + title:d_b_maldon_color = { set_color_from_title = title:b_maldon } + title:d_b_malenga_color = { set_color_from_title = title:b_malenga } + title:d_b_maleshevo_color = { set_color_from_title = title:b_maleshevo } + title:d_b_malha_color = { set_color_from_title = title:b_malha } + title:d_b_malin_color = { set_color_from_title = title:b_malin } + title:d_b_malkangiri_color = { set_color_from_title = title:b_malkangiri } + title:d_b_mallus_color = { set_color_from_title = title:b_mallus } + title:d_b_malmesbury_color = { set_color_from_title = title:b_malmesbury } + title:d_b_maloi_irghiz_color = { set_color_from_title = title:b_maloi_irghiz } + title:d_b_malta_color = { set_color_from_title = title:b_malta } + title:d_b_mamadych_color = { set_color_from_title = title:b_mamadych } + title:d_b_mamakhondii_color = { set_color_from_title = title:b_mamakhondii } + title:d_b_mamallapuram_color = { set_color_from_title = title:b_mamallapuram } + title:d_b_mamlyutka_color = { set_color_from_title = title:b_mamlyutka } + title:d_b_mampon_color = { set_color_from_title = title:b_mampon } + title:d_b_man_color = { set_color_from_title = title:b_man } + title:d_b_mana_MON_color = { set_color_from_title = title:b_mana_MON } + title:d_b_manaka_color = { set_color_from_title = title:b_manaka } + title:d_b_manan_color = { set_color_from_title = title:b_manan } + title:d_b_manas_color = { set_color_from_title = title:b_manas } + title:d_b_manatau_color = { set_color_from_title = title:b_manatau } + title:d_b_manbij_color = { set_color_from_title = title:b_manbij } + title:d_b_mancherial_color = { set_color_from_title = title:b_mancherial } + title:d_b_mandapika_color = { set_color_from_title = title:b_mandapika } + title:d_b_mandasa_color = { set_color_from_title = title:b_mandasa } + title:d_b_mandavyapura_color = { set_color_from_title = title:b_mandavyapura } + title:d_b_mandawar_color = { set_color_from_title = title:b_mandawar } + title:d_b_mandestan_color = { set_color_from_title = title:b_mandestan } + title:d_b_mandla_color = { set_color_from_title = title:b_mandla } + title:d_b_mandrael_color = { set_color_from_title = title:b_mandrael } + title:d_b_maner_color = { set_color_from_title = title:b_maner } + title:d_b_manfalut_color = { set_color_from_title = title:b_manfalut } + title:d_b_manga_color = { set_color_from_title = title:b_manga } + title:d_b_mangalavada_color = { set_color_from_title = title:b_mangalavada } + title:d_b_mangalia_color = { set_color_from_title = title:b_mangalia } + title:d_b_mangalur_color = { set_color_from_title = title:b_mangalur } + title:d_b_mangnai_color = { set_color_from_title = title:b_mangnai } + title:d_b_mangra_color = { set_color_from_title = title:b_mangra } + title:d_b_mangrol_color = { set_color_from_title = title:b_mangrol } + title:d_b_mani_color = { set_color_from_title = title:b_mani } + title:d_b_manigango_color = { set_color_from_title = title:b_manigango } + title:d_b_manikpur_color = { set_color_from_title = title:b_manikpur } + title:d_b_manikuta_color = { set_color_from_title = title:b_manikuta } + title:d_b_manina_color = { set_color_from_title = title:b_manina } + title:d_b_manipur_color = { set_color_from_title = title:b_manipur } + title:d_b_mankera_color = { set_color_from_title = title:b_mankera } + title:d_b_mankessim_color = { set_color_from_title = title:b_mankessim } + title:d_b_mankiala_color = { set_color_from_title = title:b_mankiala } + title:d_b_mannar_color = { set_color_from_title = title:b_mannar } + title:d_b_manon_color = { set_color_from_title = title:b_manon } + title:d_b_manresa_color = { set_color_from_title = title:b_manresa } + title:d_b_mansfeld_color = { set_color_from_title = title:b_mansfeld } + title:d_b_manso_nkwanta_color = { set_color_from_title = title:b_manso_nkwanta } + title:d_b_mansoa_color = { set_color_from_title = title:b_mansoa } + title:d_b_mansura_color = { set_color_from_title = title:b_mansura } + title:d_b_mansuriya_color = { set_color_from_title = title:b_mansuriya } + title:d_b_mantes_color = { set_color_from_title = title:b_mantes } + title:d_b_manthang_color = { set_color_from_title = title:b_manthang } + title:d_b_mantua_color = { set_color_from_title = title:b_mantua } + title:d_b_manturovo_color = { set_color_from_title = title:b_manturovo } + title:d_b_manujan_color = { set_color_from_title = title:b_manujan } + title:d_b_manyakheta_color = { set_color_from_title = title:b_manyakheta } + title:d_b_manyapura_color = { set_color_from_title = title:b_manyapura } + title:d_b_manych_color = { set_color_from_title = title:b_manych } + title:d_b_manzikert_color = { set_color_from_title = title:b_manzikert } + title:d_b_manzurka_color = { set_color_from_title = title:b_manzurka } + title:d_b_mao_darfur_color = { set_color_from_title = title:b_mao_darfur } + title:d_b_maowun_color = { set_color_from_title = title:b_maowun } + title:d_b_mapan_color = { set_color_from_title = title:b_mapan } + title:d_b_maqen_color = { set_color_from_title = title:b_maqen } + title:d_b_maqna_color = { set_color_from_title = title:b_maqna } + title:d_b_maqu_color = { set_color_from_title = title:b_maqu } + title:d_b_maqueda_color = { set_color_from_title = title:b_maqueda } + title:d_b_mar_color = { set_color_from_title = title:b_mar } + title:d_b_mara_color = { set_color_from_title = title:b_mara } + title:d_b_mara_kisi_color = { set_color_from_title = title:b_mara_kisi } + title:d_b_maragha_color = { set_color_from_title = title:b_maragha } + title:d_b_maralbeshi_color = { set_color_from_title = title:b_maralbeshi } + title:d_b_maramarossziget_color = { set_color_from_title = title:b_maramarossziget } + title:d_b_marand_color = { set_color_from_title = title:b_marand } + title:d_b_marandet_color = { set_color_from_title = title:b_marandet } + title:d_b_marandi_color = { set_color_from_title = title:b_marandi } + title:d_b_maras_color = { set_color_from_title = title:b_maras } + title:d_b_marash_color = { set_color_from_title = title:b_marash } + title:d_b_maratea_color = { set_color_from_title = title:b_maratea } + title:d_b_marawa_color = { set_color_from_title = title:b_marawa } + title:d_b_marba_color = { set_color_from_title = title:b_marba } + title:d_b_marburg_color = { set_color_from_title = title:b_marburg } + title:d_b_marchu_color = { set_color_from_title = title:b_marchu } + title:d_b_mardali_color = { set_color_from_title = title:b_mardali } + title:d_b_mardin_color = { set_color_from_title = title:b_mardin } + title:d_b_mareeg_color = { set_color_from_title = title:b_mareeg } + title:d_b_marehan-north_color = { set_color_from_title = title:b_marehan-north } + title:d_b_marehan-south_color = { set_color_from_title = title:b_marehan-south } + title:d_b_margai_color = { set_color_from_title = title:b_margai } + title:d_b_marghinan_color = { set_color_from_title = title:b_marghinan } + title:d_b_margi_color = { set_color_from_title = title:b_margi } + title:d_b_mari-turek_color = { set_color_from_title = title:b_mari-turek } + title:d_b_mariazell_color = { set_color_from_title = title:b_mariazell } + title:d_b_maribor_color = { set_color_from_title = title:b_maribor } + title:d_b_marienburg_color = { set_color_from_title = title:b_marienburg } + title:d_b_mariupol_color = { set_color_from_title = title:b_mariupol } + title:d_b_marj-rahit_color = { set_color_from_title = title:b_marj-rahit } + title:d_b_mark_color = { set_color_from_title = title:b_mark } + title:d_b_marka_color = { set_color_from_title = title:b_marka } + title:d_b_markam_color = { set_color_from_title = title:b_markam } + title:d_b_marle_color = { set_color_from_title = title:b_marle } + title:d_b_marosvasarhely_color = { set_color_from_title = title:b_marosvasarhely } + title:d_b_marquardstein_color = { set_color_from_title = title:b_marquardstein } + title:d_b_marrakesh_color = { set_color_from_title = title:b_marrakesh } + title:d_b_marran_color = { set_color_from_title = title:b_marran } + title:d_b_marrong_color = { set_color_from_title = title:b_marrong } + title:d_b_marsabit_color = { set_color_from_title = title:b_marsabit } + title:d_b_marsafarukh_color = { set_color_from_title = title:b_marsafarukh } + title:d_b_marsan_color = { set_color_from_title = title:b_marsan } + title:d_b_marseille_color = { set_color_from_title = title:b_marseille } + title:d_b_marsetten_color = { set_color_from_title = title:b_marsetten } + title:d_b_martigny_color = { set_color_from_title = title:b_martigny } + title:d_b_martyropolis_color = { set_color_from_title = title:b_martyropolis } + title:d_b_marv-ar-rud_color = { set_color_from_title = title:b_marv-ar-rud } + title:d_b_marvejols_color = { set_color_from_title = title:b_marvejols } + title:d_b_marya_color = { set_color_from_title = title:b_marya } + title:d_b_masa_color = { set_color_from_title = title:b_masa } + title:d_b_masa_fasher_color = { set_color_from_title = title:b_masa_fasher } + title:d_b_masalit_color = { set_color_from_title = title:b_masalit } + title:d_b_masau_color = { set_color_from_title = title:b_masau } + title:d_b_maselk_color = { set_color_from_title = title:b_maselk } + title:d_b_mashiz_color = { set_color_from_title = title:b_mashiz } + title:d_b_mashki_color = { set_color_from_title = title:b_mashki } + title:d_b_mashkuya_color = { set_color_from_title = title:b_mashkuya } + title:d_b_mashqar_color = { set_color_from_title = title:b_mashqar } + title:d_b_masila_color = { set_color_from_title = title:b_masila } + title:d_b_masin_color = { set_color_from_title = title:b_masin } + title:d_b_maskiyana_color = { set_color_from_title = title:b_maskiyana } + title:d_b_massa_color = { set_color_from_title = title:b_massa } + title:d_b_massawa_color = { set_color_from_title = title:b_massawa } + title:d_b_massenya_color = { set_color_from_title = title:b_massenya } + title:d_b_mastang_color = { set_color_from_title = title:b_mastang } + title:d_b_masur_color = { set_color_from_title = title:b_masur } + title:d_b_masyaf_color = { set_color_from_title = title:b_masyaf } + title:d_b_mat_color = { set_color_from_title = title:b_mat } + title:d_b_matale_color = { set_color_from_title = title:b_matale } + title:d_b_matamuhuri_color = { set_color_from_title = title:b_matamuhuri } + title:d_b_matankari_color = { set_color_from_title = title:b_matankari } + title:d_b_matara_color = { set_color_from_title = title:b_matara } + title:d_b_matara-iraq_color = { set_color_from_title = title:b_matara-iraq } + title:d_b_matera_color = { set_color_from_title = title:b_matera } + title:d_b_mathura_color = { set_color_from_title = title:b_mathura } + title:d_b_matiari_color = { set_color_from_title = title:b_matiari } + title:d_b_mato_color = { set_color_from_title = title:b_mato } + title:d_b_matrah_color = { set_color_from_title = title:b_matrah } + title:d_b_matrei_color = { set_color_from_title = title:b_matrei } + title:d_b_mattija_color = { set_color_from_title = title:b_mattija } + title:d_b_matya_color = { set_color_from_title = title:b_matya } + title:d_b_mau_color = { set_color_from_title = title:b_mau } + title:d_b_maukkadaw_color = { set_color_from_title = title:b_maukkadaw } + title:d_b_maulevrier_color = { set_color_from_title = title:b_maulevrier } + title:d_b_mautan_tas_color = { set_color_from_title = title:b_mautan_tas } + title:d_b_mavrouda_color = { set_color_from_title = title:b_mavrouda } + title:d_b_mawlamyine_color = { set_color_from_title = title:b_mawlamyine } + title:d_b_mawli_color = { set_color_from_title = title:b_mawli } + title:d_b_mawqaq_color = { set_color_from_title = title:b_mawqaq } + title:d_b_mawza_color = { set_color_from_title = title:b_mawza } + title:d_b_maybole_color = { set_color_from_title = title:b_maybole } + title:d_b_maydara_color = { set_color_from_title = title:b_maydara } + title:d_b_mayenne_color = { set_color_from_title = title:b_mayenne } + title:d_b_mayin_color = { set_color_from_title = title:b_mayin } + title:d_b_mayyafariqin_color = { set_color_from_title = title:b_mayyafariqin } + title:d_b_maza_color = { set_color_from_title = title:b_maza } + title:d_b_mazaghan_color = { set_color_from_title = title:b_mazaghan } + title:d_b_mazara_color = { set_color_from_title = title:b_mazara } + title:d_b_mazdaqan_color = { set_color_from_title = title:b_mazdaqan } + title:d_b_mazduran_color = { set_color_from_title = title:b_mazduran } + title:d_b_mazinan_color = { set_color_from_title = title:b_mazinan } + title:d_b_mazongshan_color = { set_color_from_title = title:b_mazongshan } + title:d_b_mazyr_color = { set_color_from_title = title:b_mazyr } + title:d_b_mbara_color = { set_color_from_title = title:b_mbara } + title:d_b_mboune_color = { set_color_from_title = title:b_mboune } + title:d_b_mboynane_color = { set_color_from_title = title:b_mboynane } + title:d_b_mbul_color = { set_color_from_title = title:b_mbul } + title:d_b_meaux_color = { set_color_from_title = title:b_meaux } + title:d_b_mecheria_color = { set_color_from_title = title:b_mecheria } + title:d_b_mechuka_color = { set_color_from_title = title:b_mechuka } + title:d_b_medak_color = { set_color_from_title = title:b_medak } + title:d_b_medantaka_color = { set_color_from_title = title:b_medantaka } + title:d_b_medea_color = { set_color_from_title = title:b_medea } + title:d_b_medellin_color = { set_color_from_title = title:b_medellin } + title:d_b_medemblik_color = { set_color_from_title = title:b_medemblik } + title:d_b_medeniken_color = { set_color_from_title = title:b_medeniken } + title:d_b_medinaceli_color = { set_color_from_title = title:b_medinaceli } + title:d_b_medinadelcampo_color = { set_color_from_title = title:b_medinadelcampo } + title:d_b_medinadepomar_color = { set_color_from_title = title:b_medinadepomar } + title:d_b_medoc_color = { set_color_from_title = title:b_medoc } + title:d_b_medog_color = { set_color_from_title = title:b_medog } + title:d_b_megara_color = { set_color_from_title = title:b_megara } + title:d_b_mege_color = { set_color_from_title = title:b_mege } + title:d_b_mehadia_color = { set_color_from_title = title:b_mehadia } + title:d_b_mehidpur_color = { set_color_from_title = title:b_mehidpur } + title:d_b_meissen_color = { set_color_from_title = title:b_meissen } + title:d_b_mekhar_color = { set_color_from_title = title:b_mekhar } + title:d_b_mekhtar_color = { set_color_from_title = title:b_mekhtar } + title:d_b_mekkhaya_color = { set_color_from_title = title:b_mekkhaya } + title:d_b_meknes_color = { set_color_from_title = title:b_meknes } + title:d_b_mekrou_color = { set_color_from_title = title:b_mekrou } + title:d_b_melay_color = { set_color_from_title = title:b_melay } + title:d_b_meldi_color = { set_color_from_title = title:b_meldi } + title:d_b_melfi_color = { set_color_from_title = title:b_melfi } + title:d_b_melfi_sao_color = { set_color_from_title = title:b_melfi_sao } + title:d_b_melide_color = { set_color_from_title = title:b_melide } + title:d_b_melilla_color = { set_color_from_title = title:b_melilla } + title:d_b_melitene_color = { set_color_from_title = title:b_melitene } + title:d_b_melle_color = { set_color_from_title = title:b_melle } + title:d_b_melnik_color = { set_color_from_title = title:b_melnik } + title:d_b_melnikpirin_color = { set_color_from_title = title:b_melnikpirin } + title:d_b_melpadi_color = { set_color_from_title = title:b_melpadi } + title:d_b_melton_color = { set_color_from_title = title:b_melton } + title:d_b_melun_color = { set_color_from_title = title:b_melun } + title:d_b_memar_color = { set_color_from_title = title:b_memar } + title:d_b_memel_color = { set_color_from_title = title:b_memel } + title:d_b_memmingen_color = { set_color_from_title = title:b_memmingen } + title:d_b_mende_color = { set_color_from_title = title:b_mende } + title:d_b_meneith_color = { set_color_from_title = title:b_meneith } + title:d_b_menorca_color = { set_color_from_title = title:b_menorca } + title:d_b_mentesa_color = { set_color_from_title = title:b_mentesa } + title:d_b_menzelinsk_color = { set_color_from_title = title:b_menzelinsk } + title:d_b_meppen_color = { set_color_from_title = title:b_meppen } + title:d_b_mercaeur_color = { set_color_from_title = title:b_mercaeur } + title:d_b_mercara_color = { set_color_from_title = title:b_mercara } + title:d_b_mergao_color = { set_color_from_title = title:b_mergao } + title:d_b_mergentheim_color = { set_color_from_title = title:b_mergentheim } + title:d_b_merida_color = { set_color_from_title = title:b_merida } + title:d_b_merikarvia_color = { set_color_from_title = title:b_merikarvia } + title:d_b_merke_color = { set_color_from_title = title:b_merke } + title:d_b_merkine_color = { set_color_from_title = title:b_merkine } + title:d_b_mersenburg_color = { set_color_from_title = title:b_mersenburg } + title:d_b_mertola_color = { set_color_from_title = title:b_mertola } + title:d_b_merv_color = { set_color_from_title = title:b_merv } + title:d_b_mesembria_color = { set_color_from_title = title:b_mesembria } + title:d_b_messina_color = { set_color_from_title = title:b_messina } + title:d_b_messukyla_color = { set_color_from_title = title:b_messukyla } + title:d_b_mestre_color = { set_color_from_title = title:b_mestre } + title:d_b_metz_color = { set_color_from_title = title:b_metz } + title:d_b_metzovo_color = { set_color_from_title = title:b_metzovo } + title:d_b_mezeshka_color = { set_color_from_title = title:b_mezeshka } + title:d_b_mezhybozhe_color = { set_color_from_title = title:b_mezhybozhe } + title:d_b_mezieres_color = { set_color_from_title = title:b_mezieres } + title:d_b_mglin_color = { set_color_from_title = title:b_mglin } + title:d_b_miastko_color = { set_color_from_title = title:b_miastko } + title:d_b_michalowo_color = { set_color_from_title = title:b_michalowo } + title:d_b_midaeum_color = { set_color_from_title = title:b_midaeum } + title:d_b_midaeum_OPSI_color = { set_color_from_title = title:b_midaeum_OPSI } + title:d_b_middelburg_color = { set_color_from_title = title:b_middelburg } + title:d_b_middelfart_color = { set_color_from_title = title:b_middelfart } + title:d_b_middle_atbara_color = { set_color_from_title = title:b_middle_atbara } + title:d_b_middle_awash_color = { set_color_from_title = title:b_middle_awash } + title:d_b_middle_nzi_color = { set_color_from_title = title:b_middle_nzi } + title:d_b_middle_shebelle_color = { set_color_from_title = title:b_middle_shebelle } + title:d_b_middle_tano_color = { set_color_from_title = title:b_middle_tano } + title:d_b_midnapore_color = { set_color_from_title = title:b_midnapore } + title:d_b_miedzyrzecz_color = { set_color_from_title = title:b_miedzyrzecz } + title:d_b_mielec_color = { set_color_from_title = title:b_mielec } + title:d_b_migri_color = { set_color_from_title = title:b_migri } + title:d_b_mihrijan_color = { set_color_from_title = title:b_mihrijan } + title:d_b_miirchun_color = { set_color_from_title = title:b_miirchun } + title:d_b_mijdal_color = { set_color_from_title = title:b_mijdal } + title:d_b_mikashevichy_color = { set_color_from_title = title:b_mikashevichy } + title:d_b_mikkeli_color = { set_color_from_title = title:b_mikkeli } + title:d_b_mikulov_color = { set_color_from_title = title:b_mikulov } + title:d_b_mila_color = { set_color_from_title = title:b_mila } + title:d_b_mila_satif_color = { set_color_from_title = title:b_mila_satif } + title:d_b_mila_tibet_color = { set_color_from_title = title:b_mila_tibet } + title:d_b_milano_color = { set_color_from_title = title:b_milano } + title:d_b_miletopolis_color = { set_color_from_title = title:b_miletopolis } + title:d_b_miletus_color = { set_color_from_title = title:b_miletus } + title:d_b_milevsko_color = { set_color_from_title = title:b_milevsko } + title:d_b_miliez_color = { set_color_from_title = title:b_miliez } + title:d_b_miliyana_color = { set_color_from_title = title:b_miliyana } + title:d_b_millau_color = { set_color_from_title = title:b_millau } + title:d_b_millerovo_color = { set_color_from_title = title:b_millerovo } + title:d_b_miltou_color = { set_color_from_title = title:b_miltou } + title:d_b_mimizan_color = { set_color_from_title = title:b_mimizan } + title:d_b_minbu_color = { set_color_from_title = title:b_minbu } + title:d_b_minden_color = { set_color_from_title = title:b_minden } + title:d_b_mindif_color = { set_color_from_title = title:b_mindif } + title:d_b_mingachevir_color = { set_color_from_title = title:b_mingachevir } + title:d_b_minggam_color = { set_color_from_title = title:b_minggam } + title:d_b_mingiu_color = { set_color_from_title = title:b_mingiu } + title:d_b_minimarg_color = { set_color_from_title = title:b_minimarg } + title:d_b_minle_color = { set_color_from_title = title:b_minle } + title:d_b_minna_color = { set_color_from_title = title:b_minna } + title:d_b_minsk_color = { set_color_from_title = title:b_minsk } + title:d_b_minuf_color = { set_color_from_title = title:b_minuf } + title:d_b_mir_rukan_color = { set_color_from_title = title:b_mir_rukan } + title:d_b_miraj_color = { set_color_from_title = title:b_miraj } + title:d_b_miran_color = { set_color_from_title = title:b_miran } + title:d_b_miranda_do_duoro_color = { set_color_from_title = title:b_miranda_do_duoro } + title:d_b_mirandadeebro_color = { set_color_from_title = title:b_mirandadeebro } + title:d_b_mirath_color = { set_color_from_title = title:b_mirath } + title:d_b_mirba_color = { set_color_from_title = title:b_mirba } + title:d_b_mirnyy_color = { set_color_from_title = title:b_mirnyy } + title:d_b_mirpur_khas_color = { set_color_from_title = title:b_mirpur_khas } + title:d_b_miskolc_color = { set_color_from_title = title:b_miskolc } + title:d_b_missour_color = { set_color_from_title = title:b_missour } + title:d_b_mistea_color = { set_color_from_title = title:b_mistea } + title:d_b_mistelbach_color = { set_color_from_title = title:b_mistelbach } + title:d_b_mistra_color = { set_color_from_title = title:b_mistra } + title:d_b_misurata_color = { set_color_from_title = title:b_misurata } + title:d_b_mitau_color = { set_color_from_title = title:b_mitau } + title:d_b_mithila_color = { set_color_from_title = title:b_mithila } + title:d_b_miyan-rudan_color = { set_color_from_title = title:b_miyan-rudan } + title:d_b_mizdahqan_color = { set_color_from_title = title:b_mizdahqan } + title:d_b_mockern_color = { set_color_from_title = title:b_mockern } + title:d_b_moda_color = { set_color_from_title = title:b_moda } + title:d_b_modena_color = { set_color_from_title = title:b_modena } + title:d_b_modhera_color = { set_color_from_title = title:b_modhera } + title:d_b_modo-bartik_color = { set_color_from_title = title:b_modo-bartik } + title:d_b_modon_color = { set_color_from_title = title:b_modon } + title:d_b_modra_color = { set_color_from_title = title:b_modra } + title:d_b_modrus_color = { set_color_from_title = title:b_modrus } + title:d_b_moers_color = { set_color_from_title = title:b_moers } + title:d_b_mofd_afdzalkhan_color = { set_color_from_title = title:b_mofd_afdzalkhan } + title:d_b_mogadishu_color = { set_color_from_title = title:b_mogadishu } + title:d_b_mogadouro_color = { set_color_from_title = title:b_mogadouro } + title:d_b_mogao_color = { set_color_from_title = title:b_mogao } + title:d_b_mohacs_color = { set_color_from_title = title:b_mohacs } + title:d_b_mohadavasaka_color = { set_color_from_title = title:b_mohadavasaka } + title:d_b_mohenjo_daro_color = { set_color_from_title = title:b_mohenjo_daro } + title:d_b_moherak_color = { set_color_from_title = title:b_moherak } + title:d_b_mohrungen_color = { set_color_from_title = title:b_mohrungen } + title:d_b_moklekov_color = { set_color_from_title = title:b_moklekov } + title:d_b_mokro_color = { set_color_from_title = title:b_mokro } + title:d_b_mole_south_color = { set_color_from_title = title:b_mole_south } + title:d_b_molibay_color = { set_color_from_title = title:b_molibay } + title:d_b_molina_color = { set_color_from_title = title:b_molina } + title:d_b_mologa_color = { set_color_from_title = title:b_mologa } + title:d_b_moltsog_els_color = { set_color_from_title = title:b_moltsog_els } + title:d_b_molungr_color = { set_color_from_title = title:b_molungr } + title:d_b_momeik_color = { set_color_from_title = title:b_momeik } + title:d_b_monaco_color = { set_color_from_title = title:b_monaco } + title:d_b_monastir_color = { set_color_from_title = title:b_monastir } + title:d_b_mondonedo_color = { set_color_from_title = title:b_mondonedo } + title:d_b_mondovi_color = { set_color_from_title = title:b_mondovi } + title:d_b_monemvasia_color = { set_color_from_title = title:b_monemvasia } + title:d_b_monfortedelemos_color = { set_color_from_title = title:b_monfortedelemos } + title:d_b_mong_pai_color = { set_color_from_title = title:b_mong_pai } + title:d_b_mongar_color = { set_color_from_title = title:b_mongar } + title:d_b_monicer_color = { set_color_from_title = title:b_monicer } + title:d_b_monkh_saridag_color = { set_color_from_title = title:b_monkh_saridag } + title:d_b_monmouth_color = { set_color_from_title = title:b_monmouth } + title:d_b_mons_color = { set_color_from_title = title:b_mons } + title:d_b_montagnana_color = { set_color_from_title = title:b_montagnana } + title:d_b_montaigu_color = { set_color_from_title = title:b_montaigu } + title:d_b_montalcino_color = { set_color_from_title = title:b_montalcino } + title:d_b_montanejos_color = { set_color_from_title = title:b_montanejos } + title:d_b_montargis_color = { set_color_from_title = title:b_montargis } + title:d_b_montauban_color = { set_color_from_title = title:b_montauban } + title:d_b_montbard_color = { set_color_from_title = title:b_montbard } + title:d_b_montbel_color = { set_color_from_title = title:b_montbel } + title:d_b_montbelliard_color = { set_color_from_title = title:b_montbelliard } + title:d_b_montbrison_color = { set_color_from_title = title:b_montbrison } + title:d_b_monte_faro_color = { set_color_from_title = title:b_monte_faro } + title:d_b_monte_sole_color = { set_color_from_title = title:b_monte_sole } + title:d_b_montefeltro_color = { set_color_from_title = title:b_montefeltro } + title:d_b_monteil_color = { set_color_from_title = title:b_monteil } + title:d_b_montemor_color = { set_color_from_title = title:b_montemor } + title:d_b_montereau_color = { set_color_from_title = title:b_montereau } + title:d_b_monterrei_color = { set_color_from_title = title:b_monterrei } + title:d_b_montfort_color = { set_color_from_title = title:b_montfort } + title:d_b_montignac_color = { set_color_from_title = title:b_montignac } + title:d_b_montlaur_color = { set_color_from_title = title:b_montlaur } + title:d_b_montlhery_color = { set_color_from_title = title:b_montlhery } + title:d_b_montlucon_color = { set_color_from_title = title:b_montlucon } + title:d_b_montpellier_color = { set_color_from_title = title:b_montpellier } + title:d_b_montpensier_color = { set_color_from_title = title:b_montpensier } + title:d_b_montreuil_color = { set_color_from_title = title:b_montreuil } + title:d_b_montreuil_sur_mer_color = { set_color_from_title = title:b_montreuil_sur_mer } + title:d_b_monza_color = { set_color_from_title = title:b_monza } + title:d_b_monzon_color = { set_color_from_title = title:b_monzon } + title:d_b_mopti_color = { set_color_from_title = title:b_mopti } + title:d_b_moqor_color = { set_color_from_title = title:b_moqor } + title:d_b_mor_color = { set_color_from_title = title:b_mor } + title:d_b_mora_color = { set_color_from_title = title:b_mora } + title:d_b_mora-awssa_color = { set_color_from_title = title:b_mora-awssa } + title:d_b_moraca_color = { set_color_from_title = title:b_moraca } + title:d_b_morarna_color = { set_color_from_title = title:b_morarna } + title:d_b_morava_color = { set_color_from_title = title:b_morava } + title:d_b_morchansk_color = { set_color_from_title = title:b_morchansk } + title:d_b_mori_kliringiin_color = { set_color_from_title = title:b_mori_kliringiin } + title:d_b_moribugu_color = { set_color_from_title = title:b_moribugu } + title:d_b_morin_tolochai_color = { set_color_from_title = title:b_morin_tolochai } + title:d_b_moron_color = { set_color_from_title = title:b_moron } + title:d_b_morshing_color = { set_color_from_title = title:b_morshing } + title:d_b_mortain_color = { set_color_from_title = title:b_mortain } + title:d_b_morteau_color = { set_color_from_title = title:b_morteau } + title:d_b_mortlach_color = { set_color_from_title = title:b_mortlach } + title:d_b_morvan_color = { set_color_from_title = title:b_morvan } + title:d_b_morvi_color = { set_color_from_title = title:b_morvi } + title:d_b_mosbach_color = { set_color_from_title = title:b_mosbach } + title:d_b_moshi_color = { set_color_from_title = title:b_moshi } + title:d_b_moskva_color = { set_color_from_title = title:b_moskva } + title:d_b_moson_color = { set_color_from_title = title:b_moson } + title:d_b_moson_kholtos_color = { set_color_from_title = title:b_moson_kholtos } + title:d_b_mostar_color = { set_color_from_title = title:b_mostar } + title:d_b_mostovskoye_color = { set_color_from_title = title:b_mostovskoye } + title:d_b_mosul_color = { set_color_from_title = title:b_mosul } + title:d_b_mosynopolis_color = { set_color_from_title = title:b_mosynopolis } + title:d_b_moti_mahal_color = { set_color_from_title = title:b_moti_mahal } + title:d_b_motril_color = { set_color_from_title = title:b_motril } + title:d_b_mouhoun_color = { set_color_from_title = title:b_mouhoun } + title:d_b_moulins_color = { set_color_from_title = title:b_moulins } + title:d_b_moura_color = { set_color_from_title = title:b_moura } + title:d_b_moutiers_color = { set_color_from_title = title:b_moutiers } + title:d_b_moyar_color = { set_color_from_title = title:b_moyar } + title:d_b_mozhaysk_color = { set_color_from_title = title:b_mozhaysk } + title:d_b_mozhga_color = { set_color_from_title = title:b_mozhga } + title:d_b_mrassu_color = { set_color_from_title = title:b_mrassu } + title:d_b_mrauk_u_color = { set_color_from_title = title:b_mrauk_u } + title:d_b_mrira_color = { set_color_from_title = title:b_mrira } + title:d_b_mstislavl_color = { set_color_from_title = title:b_mstislavl } + title:d_b_mtensk_color = { set_color_from_title = title:b_mtensk } + title:d_b_mtskheta_color = { set_color_from_title = title:b_mtskheta } + title:d_b_muaskar_color = { set_color_from_title = title:b_muaskar } + title:d_b_mudgagiri_color = { set_color_from_title = title:b_mudgagiri } + title:d_b_mudgal_color = { set_color_from_title = title:b_mudgal } + title:d_b_mudivemu_color = { set_color_from_title = title:b_mudivemu } + title:d_b_mudug-north_color = { set_color_from_title = title:b_mudug-north } + title:d_b_mudug-south_color = { set_color_from_title = title:b_mudug-south } + title:d_b_muetkk_color = { set_color_from_title = title:b_muetkk } + title:d_b_mugar_color = { set_color_from_title = title:b_mugar } + title:d_b_muhlhausen_color = { set_color_from_title = title:b_muhlhausen } + title:d_b_muhu_color = { set_color_from_title = title:b_muhu } + title:d_b_muji_color = { set_color_from_title = title:b_muji } + title:d_b_mujib_color = { set_color_from_title = title:b_mujib } + title:d_b_mukalla_color = { set_color_from_title = title:b_mukalla } + title:d_b_mukhor_color = { set_color_from_title = title:b_mukhor } + title:d_b_muktinath_color = { set_color_from_title = title:b_muktinath } + title:d_b_mukzhung_color = { set_color_from_title = title:b_mukzhung } + title:d_b_mulhouse_color = { set_color_from_title = title:b_mulhouse } + title:d_b_mull_color = { set_color_from_title = title:b_mull } + title:d_b_mullaitivu_color = { set_color_from_title = title:b_mullaitivu } + title:d_b_multan_color = { set_color_from_title = title:b_multan } + title:d_b_muluvagil_color = { set_color_from_title = title:b_muluvagil } + title:d_b_mumo_color = { set_color_from_title = title:b_mumo } + title:d_b_munchen_color = { set_color_from_title = title:b_munchen } + title:d_b_munchsmunster_color = { set_color_from_title = title:b_munchsmunster } + title:d_b_munden_color = { set_color_from_title = title:b_munden } + title:d_b_munesa_color = { set_color_from_title = title:b_munesa } + title:d_b_mungeli_color = { set_color_from_title = title:b_mungeli } + title:d_b_mungun_taiga_color = { set_color_from_title = title:b_mungun_taiga } + title:d_b_munio_color = { set_color_from_title = title:b_munio } + title:d_b_munjan_color = { set_color_from_title = title:b_munjan } + title:d_b_munk_color = { set_color_from_title = title:b_munk } + title:d_b_munkacz_color = { set_color_from_title = title:b_munkacz } + title:d_b_munkh_khairkhan_color = { set_color_from_title = title:b_munkh_khairkhan } + title:d_b_munster_color = { set_color_from_title = title:b_munster } + title:d_b_muralziyan_color = { set_color_from_title = title:b_muralziyan } + title:d_b_murany_color = { set_color_from_title = title:b_murany } + title:d_b_murat_color = { set_color_from_title = title:b_murat } + title:d_b_murau_color = { set_color_from_title = title:b_murau } + title:d_b_murcia_color = { set_color_from_title = title:b_murcia } + title:d_b_muret_color = { set_color_from_title = title:b_muret } + title:d_b_murghab_color = { set_color_from_title = title:b_murghab } + title:d_b_muri_color = { set_color_from_title = title:b_muri } + title:d_b_murje_color = { set_color_from_title = title:b_murje } + title:d_b_murom_color = { set_color_from_title = title:b_murom } + title:d_b_murun_tomis_color = { set_color_from_title = title:b_murun_tomis } + title:d_b_murviedro_color = { set_color_from_title = title:b_murviedro } + title:d_b_murwab_color = { set_color_from_title = title:b_murwab } + title:d_b_murzuk_color = { set_color_from_title = title:b_murzuk } + title:d_b_murzzuschlag_color = { set_color_from_title = title:b_murzzuschlag } + title:d_b_mus_tagh_color = { set_color_from_title = title:b_mus_tagh } + title:d_b_musadugu_color = { set_color_from_title = title:b_musadugu } + title:d_b_musala_color = { set_color_from_title = title:b_musala } + title:d_b_musanagar_color = { set_color_from_title = title:b_musanagar } + title:d_b_musandam_color = { set_color_from_title = title:b_musandam } + title:d_b_musari_color = { set_color_from_title = title:b_musari } + title:d_b_musaymir_color = { set_color_from_title = title:b_musaymir } + title:d_b_muscat_color = { set_color_from_title = title:b_muscat } + title:d_b_musch_color = { set_color_from_title = title:b_musch } + title:d_b_mushangi_color = { set_color_from_title = title:b_mushangi } + title:d_b_mushun_color = { set_color_from_title = title:b_mushun } + title:d_b_mustahil_color = { set_color_from_title = title:b_mustahil } + title:d_b_mustasaari_color = { set_color_from_title = title:b_mustasaari } + title:d_b_mut_color = { set_color_from_title = title:b_mut } + title:d_b_mutfili_color = { set_color_from_title = title:b_mutfili } + title:d_b_muttina_color = { set_color_from_title = title:b_muttina } + title:d_b_muya_color = { set_color_from_title = title:b_muya } + title:d_b_myanaung_color = { set_color_from_title = title:b_myanaung } + title:d_b_myangan_yamaat_color = { set_color_from_title = title:b_myangan_yamaat } + title:d_b_myaungmya_color = { set_color_from_title = title:b_myaungmya } + title:d_b_myede_color = { set_color_from_title = title:b_myede } + title:d_b_myedu_color = { set_color_from_title = title:b_myedu } + title:d_b_myinmu_color = { set_color_from_title = title:b_myinmu } + title:d_b_myitche_color = { set_color_from_title = title:b_myitche } + title:d_b_mylasa_color = { set_color_from_title = title:b_mylasa } + title:d_b_myory_color = { set_color_from_title = title:b_myory } + title:d_b_myra_color = { set_color_from_title = title:b_myra } + title:d_b_myrhorod_color = { set_color_from_title = title:b_myrhorod } + title:d_b_mytilene_color = { set_color_from_title = title:b_mytilene } + title:d_b_naani_color = { set_color_from_title = title:b_naani } + title:d_b_nabadwipa_color = { set_color_from_title = title:b_nabadwipa } + title:d_b_naband_color = { set_color_from_title = title:b_naband } + title:d_b_nabeul_color = { set_color_from_title = title:b_nabeul } + title:d_b_nablus_color = { set_color_from_title = title:b_nablus } + title:d_b_naddula_color = { set_color_from_title = title:b_naddula } + title:d_b_nador_color = { set_color_from_title = title:b_nador } + title:d_b_nadruma_color = { set_color_from_title = title:b_nadruma } + title:d_b_naestved_color = { set_color_from_title = title:b_naestved } + title:d_b_naffis_color = { set_color_from_title = title:b_naffis } + title:d_b_nafta_color = { set_color_from_title = title:b_nafta } + title:d_b_naga_color = { set_color_from_title = title:b_naga } + title:d_b_nagahrada_color = { set_color_from_title = title:b_nagahrada } + title:d_b_nagapattinam_color = { set_color_from_title = title:b_nagapattinam } + title:d_b_nagarahara_color = { set_color_from_title = title:b_nagarahara } + title:d_b_nagarze_color = { set_color_from_title = title:b_nagarze } + title:d_b_nagauda_color = { set_color_from_title = title:b_nagauda } + title:d_b_nagchu_color = { set_color_from_title = title:b_nagchu } + title:d_b_nagormo_color = { set_color_from_title = title:b_nagormo } + title:d_b_nagpur_color = { set_color_from_title = title:b_nagpur } + title:d_b_nagybanya_color = { set_color_from_title = title:b_nagybanya } + title:d_b_nagyberezna_color = { set_color_from_title = title:b_nagyberezna } + title:d_b_nagyboszormeny_color = { set_color_from_title = title:b_nagyboszormeny } + title:d_b_nagyhalmagy_color = { set_color_from_title = title:b_nagyhalmagy } + title:d_b_nagykaroly_color = { set_color_from_title = title:b_nagykaroly } + title:d_b_nagylak_color = { set_color_from_title = title:b_nagylak } + title:d_b_nagyszeben_color = { set_color_from_title = title:b_nagyszeben } + title:d_b_nagyszolos_color = { set_color_from_title = title:b_nagyszolos } + title:d_b_nagyvarad_color = { set_color_from_title = title:b_nagyvarad } + title:d_b_nahr_simmara_color = { set_color_from_title = title:b_nahr_simmara } + title:d_b_naimisa_color = { set_color_from_title = title:b_naimisa } + title:d_b_nain_color = { set_color_from_title = title:b_nain } + title:d_b_naissos_color = { set_color_from_title = title:b_naissos } + title:d_b_najera_color = { set_color_from_title = title:b_najera } + title:d_b_najm_color = { set_color_from_title = title:b_najm } + title:d_b_najran_color = { set_color_from_title = title:b_najran } + title:d_b_nakanbe_color = { set_color_from_title = title:b_nakanbe } + title:d_b_nakhshab_color = { set_color_from_title = title:b_nakhshab } + title:d_b_naklo_color = { set_color_from_title = title:b_naklo } + title:d_b_nako_color = { set_color_from_title = title:b_nako } + title:d_b_nakoleia_color = { set_color_from_title = title:b_nakoleia } + title:d_b_nakorzan_color = { set_color_from_title = title:b_nakorzan } + title:d_b_nakskov_color = { set_color_from_title = title:b_nakskov } + title:d_b_nakur_color = { set_color_from_title = title:b_nakur } + title:d_b_naldurg_color = { set_color_from_title = title:b_naldurg } + title:d_b_nalgonda_color = { set_color_from_title = title:b_nalgonda } + title:d_b_nalrajar_garh_color = { set_color_from_title = title:b_nalrajar_garh } + title:d_b_naltar_color = { set_color_from_title = title:b_naltar } + title:d_b_nalu_color = { set_color_from_title = title:b_nalu } + title:d_b_nalut_color = { set_color_from_title = title:b_nalut } + title:d_b_namandirou_color = { set_color_from_title = title:b_namandirou } + title:d_b_namastau_color = { set_color_from_title = title:b_namastau } + title:d_b_namling_color = { set_color_from_title = title:b_namling } + title:d_b_namnan_uul_color = { set_color_from_title = title:b_namnan_uul } + title:d_b_namtang_color = { set_color_from_title = title:b_namtang } + title:d_b_namur_color = { set_color_from_title = title:b_namur } + title:d_b_nancy_color = { set_color_from_title = title:b_nancy } + title:d_b_nandagiri_color = { set_color_from_title = title:b_nandagiri } + title:d_b_nandana_color = { set_color_from_title = title:b_nandana } + title:d_b_nandapur_color = { set_color_from_title = title:b_nandapur } + title:d_b_nanded_color = { set_color_from_title = title:b_nanded } + title:d_b_nandgram_color = { set_color_from_title = title:b_nandgram } + title:d_b_nandi_color = { set_color_from_title = title:b_nandi } + title:d_b_nandurbar_color = { set_color_from_title = title:b_nandurbar } + title:d_b_nang_color = { set_color_from_title = title:b_nang } + title:d_b_nangali_color = { set_color_from_title = title:b_nangali } + title:d_b_nangqen_color = { set_color_from_title = title:b_nangqen } + title:d_b_nanhu_color = { set_color_from_title = title:b_nanhu } + title:d_b_nanhu_TARIM_color = { set_color_from_title = title:b_nanhu_TARIM } + title:d_b_nantes_color = { set_color_from_title = title:b_nantes } + title:d_b_nanumba_color = { set_color_from_title = title:b_nanumba } + title:d_b_napoli_color = { set_color_from_title = title:b_napoli } + title:d_b_naqad_color = { set_color_from_title = title:b_naqad } + title:d_b_naqis-north_color = { set_color_from_title = title:b_naqis-north } + title:d_b_naqis-south_color = { set_color_from_title = title:b_naqis-south } + title:d_b_narabhata_color = { set_color_from_title = title:b_narabhata } + title:d_b_narayanpur_color = { set_color_from_title = title:b_narayanpur } + title:d_b_narbonne_color = { set_color_from_title = title:b_narbonne } + title:d_b_narim_color = { set_color_from_title = title:b_narim } + title:d_b_narin_color = { set_color_from_title = title:b_narin } + title:d_b_narinkira_color = { set_color_from_title = title:b_narinkira } + title:d_b_nariyong_color = { set_color_from_title = title:b_nariyong } + title:d_b_nariz_color = { set_color_from_title = title:b_nariz } + title:d_b_naro-fominsk_color = { set_color_from_title = title:b_naro-fominsk } + title:d_b_naroulia_color = { set_color_from_title = title:b_naroulia } + title:d_b_narsgol_color = { set_color_from_title = title:b_narsgol } + title:d_b_narva_color = { set_color_from_title = title:b_narva } + title:d_b_narwar_color = { set_color_from_title = title:b_narwar } + title:d_b_narym_DZU_color = { set_color_from_title = title:b_narym_DZU } + title:d_b_nasa_color = { set_color_from_title = title:b_nasa } + title:d_b_nasarpur_color = { set_color_from_title = title:b_nasarpur } + title:d_b_nasi_erkule_color = { set_color_from_title = title:b_nasi_erkule } + title:d_b_nasibin_color = { set_color_from_title = title:b_nasibin } + title:d_b_nasikya_color = { set_color_from_title = title:b_nasikya } + title:d_b_nasirabad_color = { set_color_from_title = title:b_nasirabad } + title:d_b_nasrabad_color = { set_color_from_title = title:b_nasrabad } + title:d_b_nasriye_color = { set_color_from_title = title:b_nasriye } + title:d_b_nassian_color = { set_color_from_title = title:b_nassian } + title:d_b_nastarawa_color = { set_color_from_title = title:b_nastarawa } + title:d_b_natanz_color = { set_color_from_title = title:b_natanz } + title:d_b_natil_color = { set_color_from_title = title:b_natil } + title:d_b_nauenahr_color = { set_color_from_title = title:b_nauenahr } + title:d_b_naumberg_color = { set_color_from_title = title:b_naumberg } + title:d_b_naumburg_color = { set_color_from_title = title:b_naumburg } + title:d_b_naupaktos_color = { set_color_from_title = title:b_naupaktos } + title:d_b_naushki_color = { set_color_from_title = title:b_naushki } + title:d_b_navacelles_color = { set_color_from_title = title:b_navacelles } + title:d_b_navasarika_color = { set_color_from_title = title:b_navasarika } + title:d_b_navida_color = { set_color_from_title = title:b_navida } + title:d_b_nawa_color = { set_color_from_title = title:b_nawa } + title:d_b_nawqad_qureish_color = { set_color_from_title = title:b_nawqad_qureish } + title:d_b_naxcivan_color = { set_color_from_title = title:b_naxcivan } + title:d_b_naxos_color = { set_color_from_title = title:b_naxos } + title:d_b_nayagarh_color = { set_color_from_title = title:b_nayagarh } + title:d_b_nayband_color = { set_color_from_title = title:b_nayband } + title:d_b_nazianzus_color = { set_color_from_title = title:b_nazianzus } + title:d_b_nazvar_color = { set_color_from_title = title:b_nazvar } + title:d_b_ndama_color = { set_color_from_title = title:b_ndama } + title:d_b_ndenye_color = { set_color_from_title = title:b_ndenye } + title:d_b_neapolis_color = { set_color_from_title = title:b_neapolis } + title:d_b_nebit_dag_color = { set_color_from_title = title:b_nebit_dag } + title:d_b_nedryhailiv_color = { set_color_from_title = title:b_nedryhailiv } + title:d_b_neftegorsk_color = { set_color_from_title = title:b_neftegorsk } + title:d_b_negrais_color = { set_color_from_title = title:b_negrais } + title:d_b_nektesi_color = { set_color_from_title = title:b_nektesi } + title:d_b_nellenburg_color = { set_color_from_title = title:b_nellenburg } + title:d_b_nellore_color = { set_color_from_title = title:b_nellore } + title:d_b_nembe_color = { set_color_from_title = title:b_nembe } + title:d_b_nemetlipsce_color = { set_color_from_title = title:b_nemetlipsce } + title:d_b_nemkina_color = { set_color_from_title = title:b_nemkina } + title:d_b_nemours_color = { set_color_from_title = title:b_nemours } + title:d_b_nenagh_color = { set_color_from_title = title:b_nenagh } + title:d_b_nengyi_color = { set_color_from_title = title:b_nengyi } + title:d_b_neocaesara_color = { set_color_from_title = title:b_neocaesara } + title:d_b_neopatras_color = { set_color_from_title = title:b_neopatras } + title:d_b_neramkary_color = { set_color_from_title = title:b_neramkary } + title:d_b_nerja_color = { set_color_from_title = title:b_nerja } + title:d_b_neteru_color = { set_color_from_title = title:b_neteru } + title:d_b_netolice_color = { set_color_from_title = title:b_netolice } + title:d_b_neubrandenburg_color = { set_color_from_title = title:b_neubrandenburg } + title:d_b_neuchatel_color = { set_color_from_title = title:b_neuchatel } + title:d_b_neue_weissenburg_color = { set_color_from_title = title:b_neue_weissenburg } + title:d_b_neuenburg_color = { set_color_from_title = title:b_neuenburg } + title:d_b_neufchateau_color = { set_color_from_title = title:b_neufchateau } + title:d_b_neumarkt_color = { set_color_from_title = title:b_neumarkt } + title:d_b_neumunster_color = { set_color_from_title = title:b_neumunster } + title:d_b_neuss_color = { set_color_from_title = title:b_neuss } + title:d_b_neustrelitz_color = { set_color_from_title = title:b_neustrelitz } + title:d_b_nevaket_color = { set_color_from_title = title:b_nevaket } + title:d_b_nevel_color = { set_color_from_title = title:b_nevel } + title:d_b_nevers_color = { set_color_from_title = title:b_nevers } + title:d_b_nevesinje_color = { set_color_from_title = title:b_nevesinje } + title:d_b_nevida_color = { set_color_from_title = title:b_nevida } + title:d_b_nevropkop_color = { set_color_from_title = title:b_nevropkop } + title:d_b_newark_color = { set_color_from_title = title:b_newark } + title:d_b_newbury_color = { set_color_from_title = title:b_newbury } + title:d_b_newport_color = { set_color_from_title = title:b_newport } + title:d_b_newtown_color = { set_color_from_title = title:b_newtown } + title:d_b_neyo_color = { set_color_from_title = title:b_neyo } + title:d_b_ngala_color = { set_color_from_title = title:b_ngala } + title:d_b_ngama_color = { set_color_from_title = title:b_ngama } + title:d_b_ngambay_color = { set_color_from_title = title:b_ngambay } + title:d_b_ngaous_color = { set_color_from_title = title:b_ngaous } + title:d_b_ngape_color = { set_color_from_title = title:b_ngape } + title:d_b_ngarnang_color = { set_color_from_title = title:b_ngarnang } + title:d_b_ngawa_color = { set_color_from_title = title:b_ngawa } + title:d_b_ngoppugu_color = { set_color_from_title = title:b_ngoppugu } + title:d_b_ngoqu_color = { set_color_from_title = title:b_ngoqu } + title:d_b_ngor_color = { set_color_from_title = title:b_ngor } + title:d_b_ngoring_color = { set_color_from_title = title:b_ngoring } + title:d_b_nguigmi_color = { set_color_from_title = title:b_nguigmi } + title:d_b_nguma_color = { set_color_from_title = title:b_nguma } + title:d_b_nguru_color = { set_color_from_title = title:b_nguru } + title:d_b_niamina_color = { set_color_from_title = title:b_niamina } + title:d_b_niamina_jara_color = { set_color_from_title = title:b_niamina_jara } + title:d_b_niani_color = { set_color_from_title = title:b_niani } + title:d_b_niara_color = { set_color_from_title = title:b_niara } + title:d_b_niba_color = { set_color_from_title = title:b_niba } + title:d_b_nice_color = { set_color_from_title = title:b_nice } + title:d_b_nicopolis_ARM_color = { set_color_from_title = title:b_nicopolis_ARM } + title:d_b_nicopsia_color = { set_color_from_title = title:b_nicopsia } + title:d_b_nicosia_color = { set_color_from_title = title:b_nicosia } + title:d_b_nidaros_color = { set_color_from_title = title:b_nidaros } + title:d_b_nidda_color = { set_color_from_title = title:b_nidda } + title:d_b_nidugallu_color = { set_color_from_title = title:b_nidugallu } + title:d_b_niebla_color = { set_color_from_title = title:b_niebla } + title:d_b_niedenburg_color = { set_color_from_title = title:b_niedenburg } + title:d_b_niederschonenfeld_color = { set_color_from_title = title:b_niederschonenfeld } + title:d_b_niellim_color = { set_color_from_title = title:b_niellim } + title:d_b_niffar_color = { set_color_from_title = title:b_niffar } + title:d_b_nih_color = { set_color_from_title = title:b_nih } + title:d_b_nihawand_color = { set_color_from_title = title:b_nihawand } + title:d_b_nijmegen_color = { set_color_from_title = title:b_nijmegen } + title:d_b_nikaea_color = { set_color_from_title = title:b_nikaea } + title:d_b_nikki_color = { set_color_from_title = title:b_nikki } + title:d_b_nikki_west_color = { set_color_from_title = title:b_nikki_west } + title:d_b_nikli_color = { set_color_from_title = title:b_nikli } + title:d_b_nikolaievsk_color = { set_color_from_title = title:b_nikolaievsk } + title:d_b_nikomedia_color = { set_color_from_title = title:b_nikomedia } + title:d_b_nikopol_color = { set_color_from_title = title:b_nikopol } + title:d_b_nikopolis_color = { set_color_from_title = title:b_nikopolis } + title:d_b_nilagiri_color = { set_color_from_title = title:b_nilagiri } + title:d_b_nilamadhav_color = { set_color_from_title = title:b_nilamadhav } + title:d_b_nimes_color = { set_color_from_title = title:b_nimes } + title:d_b_nin_color = { set_color_from_title = title:b_nin } + title:d_b_ninawa_color = { set_color_from_title = title:b_ninawa } + title:d_b_niokolo_color = { set_color_from_title = title:b_niokolo } + title:d_b_nioro_color = { set_color_from_title = title:b_nioro } + title:d_b_niort_color = { set_color_from_title = title:b_niort } + title:d_b_nirmal_color = { set_color_from_title = title:b_nirmal } + title:d_b_nirun_color = { set_color_from_title = title:b_nirun } + title:d_b_nisa_color = { set_color_from_title = title:b_nisa } + title:d_b_nisab_color = { set_color_from_title = title:b_nisab } + title:d_b_nischu_color = { set_color_from_title = title:b_nischu } + title:d_b_nishapur_color = { set_color_from_title = title:b_nishapur } + title:d_b_niumi_color = { set_color_from_title = title:b_niumi } + title:d_b_niya_color = { set_color_from_title = title:b_niya } + title:d_b_niyaz_color = { set_color_from_title = title:b_niyaz } + title:d_b_nizhny_novgorod_color = { set_color_from_title = title:b_nizhny_novgorod } + title:d_b_nizwa_color = { set_color_from_title = title:b_nizwa } + title:d_b_nizyani_color = { set_color_from_title = title:b_nizyani } + title:d_b_nogent_color = { set_color_from_title = title:b_nogent } + title:d_b_nogent_le_rotrou_color = { set_color_from_title = title:b_nogent_le_rotrou } + title:d_b_nogoon_naluu_color = { set_color_from_title = title:b_nogoon_naluu } + title:d_b_nograd_color = { set_color_from_title = title:b_nograd } + title:d_b_nohta_color = { set_color_from_title = title:b_nohta } + title:d_b_nok_color = { set_color_from_title = title:b_nok } + title:d_b_nontron_color = { set_color_from_title = title:b_nontron } + title:d_b_noor_bukhara_color = { set_color_from_title = title:b_noor_bukhara } + title:d_b_norale_color = { set_color_from_title = title:b_norale } + title:d_b_noraskog_color = { set_color_from_title = title:b_noraskog } + title:d_b_nordlingen_color = { set_color_from_title = title:b_nordlingen } + title:d_b_nordmark_color = { set_color_from_title = title:b_nordmark } + title:d_b_norman_cross_color = { set_color_from_title = title:b_norman_cross } + title:d_b_norrbarke_color = { set_color_from_title = title:b_norrbarke } + title:d_b_norrkoping_color = { set_color_from_title = title:b_norrkoping } + title:d_b_norrvidinge_color = { set_color_from_title = title:b_norrvidinge } + title:d_b_north_afar_color = { set_color_from_title = title:b_north_afar } + title:d_b_north_attie_color = { set_color_from_title = title:b_north_attie } + title:d_b_north_jaz_murian_color = { set_color_from_title = title:b_north_jaz_murian } + title:d_b_north_jbl_quzlum_color = { set_color_from_title = title:b_north_jbl_quzlum } + title:d_b_north_kurdar_color = { set_color_from_title = title:b_north_kurdar } + title:d_b_northampton_color = { set_color_from_title = title:b_northampton } + title:d_b_northri_eystridali_color = { set_color_from_title = title:b_northri_eystridali } + title:d_b_northri_gudbrandsdali_color = { set_color_from_title = title:b_northri_gudbrandsdali } + title:d_b_northri_more_color = { set_color_from_title = title:b_northri_more } + title:d_b_northrihordalandi_color = { set_color_from_title = title:b_northrihordalandi } + title:d_b_northwich_color = { set_color_from_title = title:b_northwich } + title:d_b_norwegian_lister_color = { set_color_from_title = title:b_norwegian_lister } + title:d_b_norwich_color = { set_color_from_title = title:b_norwich } + title:d_b_noteborg_color = { set_color_from_title = title:b_noteborg } + title:d_b_notse_color = { set_color_from_title = title:b_notse } + title:d_b_nottingham_color = { set_color_from_title = title:b_nottingham } + title:d_b_noty_color = { set_color_from_title = title:b_noty } + title:d_b_novara_color = { set_color_from_title = title:b_novara } + title:d_b_novgorod_color = { set_color_from_title = title:b_novgorod } + title:d_b_novgorod_seversky_color = { set_color_from_title = title:b_novgorod_seversky } + title:d_b_novobrdo_color = { set_color_from_title = title:b_novobrdo } + title:d_b_novogrudok_color = { set_color_from_title = title:b_novogrudok } + title:d_b_novorzhev_color = { set_color_from_title = title:b_novorzhev } + title:d_b_novosil_color = { set_color_from_title = title:b_novosil } + title:d_b_novotrgoviste_color = { set_color_from_title = title:b_novotrgoviste } + title:d_b_nowen_color = { set_color_from_title = title:b_nowen } + title:d_b_nowogrodziec_color = { set_color_from_title = title:b_nowogrodziec } + title:d_b_nowshera_color = { set_color_from_title = title:b_nowshera } + title:d_b_nowytarg_color = { set_color_from_title = title:b_nowytarg } + title:d_b_noyon_color = { set_color_from_title = title:b_noyon } + title:d_b_nsukka_color = { set_color_from_title = title:b_nsukka } + title:d_b_nufud-as-surrah_color = { set_color_from_title = title:b_nufud-as-surrah } + title:d_b_nuket_color = { set_color_from_title = title:b_nuket } + title:d_b_nukfagh_color = { set_color_from_title = title:b_nukfagh } + title:d_b_nukhpata_color = { set_color_from_title = title:b_nukhpata } + title:d_b_nukrat_color = { set_color_from_title = title:b_nukrat } + title:d_b_nul_lamta_color = { set_color_from_title = title:b_nul_lamta } + title:d_b_numaligarh_color = { set_color_from_title = title:b_numaligarh } + title:d_b_numedall_color = { set_color_from_title = title:b_numedall } + title:d_b_nungu_color = { set_color_from_title = title:b_nungu } + title:d_b_nuokkijarvi_color = { set_color_from_title = title:b_nuokkijarvi } + title:d_b_nuon_color = { set_color_from_title = title:b_nuon } + title:d_b_nuottjaurr_color = { set_color_from_title = title:b_nuottjaurr } + title:d_b_nuqaq_color = { set_color_from_title = title:b_nuqaq } + title:d_b_nur_color = { set_color_from_title = title:b_nur } + title:d_b_nura_color = { set_color_from_title = title:b_nura } + title:d_b_nuri_color = { set_color_from_title = title:b_nuri } + title:d_b_nurmashiir_color = { set_color_from_title = title:b_nurmashiir } + title:d_b_nurnberg_color = { set_color_from_title = title:b_nurnberg } + title:d_b_nurtay_color = { set_color_from_title = title:b_nurtay } + title:d_b_nutsgen_uul_color = { set_color_from_title = title:b_nutsgen_uul } + title:d_b_nyada_color = { set_color_from_title = title:b_nyada } + title:d_b_nyagqu_color = { set_color_from_title = title:b_nyagqu } + title:d_b_nyagrong_color = { set_color_from_title = title:b_nyagrong } + title:d_b_nyainrong_color = { set_color_from_title = title:b_nyainrong } + title:d_b_nyamo_color = { set_color_from_title = title:b_nyamo } + title:d_b_nyang_color = { set_color_from_title = title:b_nyang } + title:d_b_nyangla_color = { set_color_from_title = title:b_nyangla } + title:d_b_nyatsho_color = { set_color_from_title = title:b_nyatsho } + title:d_b_nyaung_u_color = { set_color_from_title = title:b_nyaung_u } + title:d_b_nyemo_color = { set_color_from_title = title:b_nyemo } + title:d_b_nyen_color = { set_color_from_title = title:b_nyen } + title:d_b_nyeningo_color = { set_color_from_title = title:b_nyeningo } + title:d_b_nyima_color = { set_color_from_title = title:b_nyima } + title:d_b_nyingchi_color = { set_color_from_title = title:b_nyingchi } + title:d_b_nyinhzhong_color = { set_color_from_title = title:b_nyinhzhong } + title:d_b_nyir_color = { set_color_from_title = title:b_nyir } + title:d_b_nyitra_color = { set_color_from_title = title:b_nyitra } + title:d_b_nykobing_color = { set_color_from_title = title:b_nykobing } + title:d_b_nykopung_color = { set_color_from_title = title:b_nykopung } + title:d_b_nysa_color = { set_color_from_title = title:b_nysa } + title:d_b_nytva_color = { set_color_from_title = title:b_nytva } + title:d_b_nyuksenitsa_color = { set_color_from_title = title:b_nyuksenitsa } + title:d_b_nzo_color = { set_color_from_title = title:b_nzo } + title:d_b_oarkhan_uul_color = { set_color_from_title = title:b_oarkhan_uul } + title:d_b_ob_color = { set_color_from_title = title:b_ob } + title:d_b_obalj_color = { set_color_from_title = title:b_obalj } + title:d_b_obchikanak_color = { set_color_from_title = title:b_obchikanak } + title:d_b_obervallach_color = { set_color_from_title = title:b_obervallach } + title:d_b_oberwart_color = { set_color_from_title = title:b_oberwart } + title:d_b_obidos_color = { set_color_from_title = title:b_obidos } + title:d_b_oblacas_color = { set_color_from_title = title:b_oblacas } + title:d_b_oblucita_color = { set_color_from_title = title:b_oblucita } + title:d_b_oboy_color = { set_color_from_title = title:b_oboy } + title:d_b_oboyan_color = { set_color_from_title = title:b_oboyan } + title:d_b_obrovac_color = { set_color_from_title = title:b_obrovac } + title:d_b_obva_color = { set_color_from_title = title:b_obva } + title:d_b_ocana_color = { set_color_from_title = title:b_ocana } + title:d_b_odantapuri_color = { set_color_from_title = title:b_odantapuri } + title:d_b_oddiyana_color = { set_color_from_title = title:b_oddiyana } + title:d_b_ode_itseriki_color = { set_color_from_title = title:b_ode_itseriki } + title:d_b_odense_color = { set_color_from_title = title:b_odense } + title:d_b_oderfrankfurt_color = { set_color_from_title = title:b_oderfrankfurt } + title:d_b_odessa_color = { set_color_from_title = title:b_odessa } + title:d_b_odienne_color = { set_color_from_title = title:b_odienne } + title:d_b_odmarden_color = { set_color_from_title = title:b_odmarden } + title:d_b_odo-akaba_color = { set_color_from_title = title:b_odo-akaba } + title:d_b_odoyev_color = { set_color_from_title = title:b_odoyev } + title:d_b_offenburg_color = { set_color_from_title = title:b_offenburg } + title:d_b_ogbomoso_color = { set_color_from_title = title:b_ogbomoso } + title:d_b_ogiy_color = { set_color_from_title = title:b_ogiy } + title:d_b_oglamych_color = { set_color_from_title = title:b_oglamych } + title:d_b_ogo_color = { set_color_from_title = title:b_ogo } + title:d_b_ohcejohka_color = { set_color_from_title = title:b_ohcejohka } + title:d_b_ohrid_color = { set_color_from_title = title:b_ohrid } + title:d_b_oigon_color = { set_color_from_title = title:b_oigon } + title:d_b_oinaion_color = { set_color_from_title = title:b_oinaion } + title:d_b_ojin_color = { set_color_from_title = title:b_ojin } + title:d_b_oka_color = { set_color_from_title = title:b_oka } + title:d_b_okachiv_color = { set_color_from_title = title:b_okachiv } + title:d_b_okangara_color = { set_color_from_title = title:b_okangara } + title:d_b_okehampton_color = { set_color_from_title = title:b_okehampton } + title:d_b_okhaldhunga_color = { set_color_from_title = title:b_okhaldhunga } + title:d_b_okhansk_color = { set_color_from_title = title:b_okhansk } + title:d_b_okic_color = { set_color_from_title = title:b_okic } + title:d_b_oklabo_color = { set_color_from_title = title:b_oklabo } + title:d_b_oknist_color = { set_color_from_title = title:b_oknist } + title:d_b_okormezo_color = { set_color_from_title = title:b_okormezo } + title:d_b_okrika_color = { set_color_from_title = title:b_okrika } + title:d_b_oktyabr_color = { set_color_from_title = title:b_oktyabr } + title:d_b_okuta_color = { set_color_from_title = title:b_okuta } + title:d_b_olafsvik_color = { set_color_from_title = title:b_olafsvik } + title:d_b_olavinlinna_color = { set_color_from_title = title:b_olavinlinna } + title:d_b_olawa_color = { set_color_from_title = title:b_olawa } + title:d_b_olbasa_color = { set_color_from_title = title:b_olbasa } + title:d_b_olbia_color = { set_color_from_title = title:b_olbia } + title:d_b_olbia_ETEL_color = { set_color_from_title = title:b_olbia_ETEL } + title:d_b_old_dongola_color = { set_color_from_title = title:b_old_dongola } + title:d_b_oldenburg_color = { set_color_from_title = title:b_oldenburg } + title:d_b_oleshye_color = { set_color_from_title = title:b_oleshye } + title:d_b_olesnica_color = { set_color_from_title = title:b_olesnica } + title:d_b_olesnica_MPL_color = { set_color_from_title = title:b_olesnica_MPL } + title:d_b_olivet_color = { set_color_from_title = title:b_olivet } + title:d_b_olivienza_color = { set_color_from_title = title:b_olivienza } + title:d_b_olkha_color = { set_color_from_title = title:b_olkha } + title:d_b_olkhon_color = { set_color_from_title = title:b_olkhon } + title:d_b_olmedo_color = { set_color_from_title = title:b_olmedo } + title:d_b_olomouc_color = { set_color_from_title = title:b_olomouc } + title:d_b_olon-bulak_color = { set_color_from_title = title:b_olon-bulak } + title:d_b_oloron_color = { set_color_from_title = title:b_oloron } + title:d_b_olot_color = { set_color_from_title = title:b_olot } + title:d_b_olovo_color = { set_color_from_title = title:b_olovo } + title:d_b_olsztyn_color = { set_color_from_title = title:b_olsztyn } + title:d_b_oltisi_color = { set_color_from_title = title:b_oltisi } + title:d_b_olyn_color = { set_color_from_title = title:b_olyn } + title:d_b_om_color = { set_color_from_title = title:b_om } + title:d_b_omgul_color = { set_color_from_title = title:b_omgul } + title:d_b_omis_color = { set_color_from_title = title:b_omis } + title:d_b_ommen_color = { set_color_from_title = title:b_ommen } + title:d_b_omo_color = { set_color_from_title = title:b_omo } + title:d_b_omotrunnaisse_color = { set_color_from_title = title:b_omotrunnaisse } + title:d_b_omsk_color = { set_color_from_title = title:b_omsk } + title:d_b_ondo_color = { set_color_from_title = title:b_ondo } + title:d_b_onega_color = { set_color_from_title = title:b_onega } + title:d_b_onegaborg_color = { set_color_from_title = title:b_onegaborg } + title:d_b_ongi_color = { set_color_from_title = title:b_ongi } + title:d_b_ongutai_color = { set_color_from_title = title:b_ongutai } + title:d_b_onitsha_color = { set_color_from_title = title:b_onitsha } + title:d_b_onogost_color = { set_color_from_title = title:b_onogost } + title:d_b_onsala_color = { set_color_from_title = title:b_onsala } + title:d_b_onsthia_color = { set_color_from_title = title:b_onsthia } + title:d_b_opanda_color = { set_color_from_title = title:b_opanda } + title:d_b_opatow_color = { set_color_from_title = title:b_opatow } + title:d_b_opava_color = { set_color_from_title = title:b_opava } + title:d_b_opensten_color = { set_color_from_title = title:b_opensten } + title:d_b_opoczno_color = { set_color_from_title = title:b_opoczno } + title:d_b_opole_color = { set_color_from_title = title:b_opole } + title:d_b_orabro_color = { set_color_from_title = title:b_orabro } + title:d_b_orahovica_color = { set_color_from_title = title:b_orahovica } + title:d_b_oran_color = { set_color_from_title = title:b_oran } + title:d_b_orange_color = { set_color_from_title = title:b_orange } + title:d_b_oranienburg_color = { set_color_from_title = title:b_oranienburg } + title:d_b_orbetello_color = { set_color_from_title = title:b_orbetello } + title:d_b_ore_color = { set_color_from_title = title:b_ore } + title:d_b_orehovo_color = { set_color_from_title = title:b_orehovo } + title:d_b_orenburg_color = { set_color_from_title = title:b_orenburg } + title:d_b_oreoi_color = { set_color_from_title = title:b_oreoi } + title:d_b_orgogdon_rok_color = { set_color_from_title = title:b_orgogdon_rok } + title:d_b_orhei_color = { set_color_from_title = title:b_orhei } + title:d_b_oristano_color = { set_color_from_title = title:b_oristano } + title:d_b_orkdala_color = { set_color_from_title = title:b_orkdala } + title:d_b_orkhontuul_color = { set_color_from_title = title:b_orkhontuul } + title:d_b_orlamunde_color = { set_color_from_title = title:b_orlamunde } + title:d_b_orlanto_color = { set_color_from_title = title:b_orlanto } + title:d_b_orleans_color = { set_color_from_title = title:b_orleans } + title:d_b_ormstrup_color = { set_color_from_title = title:b_ormstrup } + title:d_b_ornans_color = { set_color_from_title = title:b_ornans } + title:d_b_orog_color = { set_color_from_title = title:b_orog } + title:d_b_oroshaza_color = { set_color_from_title = title:b_oroshaza } + title:d_b_orsa_color = { set_color_from_title = title:b_orsa } + title:d_b_orsha_color = { set_color_from_title = title:b_orsha } + title:d_b_orskaya_color = { set_color_from_title = title:b_orskaya } + title:d_b_orsova_color = { set_color_from_title = title:b_orsova } + title:d_b_ortakuyu_color = { set_color_from_title = title:b_ortakuyu } + title:d_b_ortelsburg_color = { set_color_from_title = title:b_ortelsburg } + title:d_b_ortenburg_color = { set_color_from_title = title:b_ortenburg } + title:d_b_orval_color = { set_color_from_title = title:b_orval } + title:d_b_orvieto_color = { set_color_from_title = title:b_orvieto } + title:d_b_oryol_color = { set_color_from_title = title:b_oryol } + title:d_b_osa_MON_color = { set_color_from_title = title:b_osa_MON } + title:d_b_osdara_color = { set_color_from_title = title:b_osdara } + title:d_b_osh_color = { set_color_from_title = title:b_osh } + title:d_b_oshun_color = { set_color_from_title = title:b_oshun } + title:d_b_osian_color = { set_color_from_title = title:b_osian } + title:d_b_osijek_color = { set_color_from_title = title:b_osijek } + title:d_b_oskemen_color = { set_color_from_title = title:b_oskemen } + title:d_b_oskol_color = { set_color_from_title = title:b_oskol } + title:d_b_oslosyslar_color = { set_color_from_title = title:b_oslosyslar } + title:d_b_osma_color = { set_color_from_title = title:b_osma } + title:d_b_osmova_color = { set_color_from_title = title:b_osmova } + title:d_b_osnabruck_color = { set_color_from_title = title:b_osnabruck } + title:d_b_osse_color = { set_color_from_title = title:b_osse } + title:d_b_ostavall_color = { set_color_from_title = title:b_ostavall } + title:d_b_osterode_color = { set_color_from_title = title:b_osterode } + title:d_b_ostfurstenfeld_color = { set_color_from_title = title:b_ostfurstenfeld } + title:d_b_osthammar_color = { set_color_from_title = title:b_osthammar } + title:d_b_ostia_color = { set_color_from_title = title:b_ostia } + title:d_b_ostlandsberg_color = { set_color_from_title = title:b_ostlandsberg } + title:d_b_ostroh_color = { set_color_from_title = title:b_ostroh } + title:d_b_ostrov_color = { set_color_from_title = title:b_ostrov } + title:d_b_ostrov_BJA_color = { set_color_from_title = title:b_ostrov_BJA } + title:d_b_otarka_color = { set_color_from_title = title:b_otarka } + title:d_b_otefan_color = { set_color_from_title = title:b_otefan } + title:d_b_otgontenger_color = { set_color_from_title = title:b_otgontenger } + title:d_b_otmunchow_color = { set_color_from_title = title:b_otmunchow } + title:d_b_otrar_color = { set_color_from_title = title:b_otrar } + title:d_b_ottrunes_color = { set_color_from_title = title:b_ottrunes } + title:d_b_otuken_city_color = { set_color_from_title = title:b_otuken_city } + title:d_b_otukpo_color = { set_color_from_title = title:b_otukpo } + title:d_b_ouarak_color = { set_color_from_title = title:b_ouarak } + title:d_b_ouasada_color = { set_color_from_title = title:b_ouasada } + title:d_b_oulu_color = { set_color_from_title = title:b_oulu } + title:d_b_oungo_color = { set_color_from_title = title:b_oungo } + title:d_b_ounjougou_color = { set_color_from_title = title:b_ounjougou } + title:d_b_our_color = { set_color_from_title = title:b_our } + title:d_b_ourense_color = { set_color_from_title = title:b_ourense } + title:d_b_ourique_color = { set_color_from_title = title:b_ourique } + title:d_b_oursi_color = { set_color_from_title = title:b_oursi } + title:d_b_ous_vaga_color = { set_color_from_title = title:b_ous_vaga } + title:d_b_oviedo_color = { set_color_from_title = title:b_oviedo } + title:d_b_ovinskoi_color = { set_color_from_title = title:b_ovinskoi } + title:d_b_ovruch_color = { set_color_from_title = title:b_ovruch } + title:d_b_owo_color = { set_color_from_title = title:b_owo } + title:d_b_owu_color = { set_color_from_title = title:b_owu } + title:d_b_oxford_color = { set_color_from_title = title:b_oxford } + title:d_b_oyo_color = { set_color_from_title = title:b_oyo } + title:d_b_oyo-ile_color = { set_color_from_title = title:b_oyo-ile } + title:d_b_ozerski_color = { set_color_from_title = title:b_ozerski } + title:d_b_pabna_color = { set_color_from_title = title:b_pabna } + title:d_b_padaividu_color = { set_color_from_title = title:b_padaividu } + title:d_b_paderborn_color = { set_color_from_title = title:b_paderborn } + title:d_b_padron_color = { set_color_from_title = title:b_padron } + title:d_b_padua_color = { set_color_from_title = title:b_padua } + title:d_b_padum_color = { set_color_from_title = title:b_padum } + title:d_b_padun_color = { set_color_from_title = title:b_padun } + title:d_b_paga_color = { set_color_from_title = title:b_paga } + title:d_b_pagaea_color = { set_color_from_title = title:b_pagaea } + title:d_b_pagan_color = { set_color_from_title = title:b_pagan } + title:d_b_pagsum_color = { set_color_from_title = title:b_pagsum } + title:d_b_paidangaran_color = { set_color_from_title = title:b_paidangaran } + title:d_b_paijala_color = { set_color_from_title = title:b_paijala } + title:d_b_pakala_color = { set_color_from_title = title:b_pakala } + title:d_b_pakane_color = { set_color_from_title = title:b_pakane } + title:d_b_pakao_color = { set_color_from_title = title:b_pakao } + title:d_b_palakkad_color = { set_color_from_title = title:b_palakkad } + title:d_b_palamau_color = { set_color_from_title = title:b_palamau } + title:d_b_palampet_color = { set_color_from_title = title:b_palampet } + title:d_b_palanga_color = { set_color_from_title = title:b_palanga } + title:d_b_palencia_color = { set_color_from_title = title:b_palencia } + title:d_b_paleohora_color = { set_color_from_title = title:b_paleohora } + title:d_b_palermo_color = { set_color_from_title = title:b_palermo } + title:d_b_pali_color = { set_color_from_title = title:b_pali } + title:d_b_pallars_jussa_color = { set_color_from_title = title:b_pallars_jussa } + title:d_b_pallars_sobira_color = { set_color_from_title = title:b_pallars_sobira } + title:d_b_palma_color = { set_color_from_title = title:b_palma } + title:d_b_palniki_color = { set_color_from_title = title:b_palniki } + title:d_b_palo_color = { set_color_from_title = title:b_palo } + title:d_b_palpung_color = { set_color_from_title = title:b_palpung } + title:d_b_palwancha_color = { set_color_from_title = title:b_palwancha } + title:d_b_pamiers_color = { set_color_from_title = title:b_pamiers } + title:d_b_pamplona_color = { set_color_from_title = title:b_pamplona } + title:d_b_panaji_color = { set_color_from_title = title:b_panaji } + title:d_b_panamik_color = { set_color_from_title = title:b_panamik } + title:d_b_pancapura_color = { set_color_from_title = title:b_pancapura } + title:d_b_panchthar_color = { set_color_from_title = title:b_panchthar } + title:d_b_pancsova_color = { set_color_from_title = title:b_pancsova } + title:d_b_pandua_color = { set_color_from_title = title:b_pandua } + title:d_b_panemune_color = { set_color_from_title = title:b_panemune } + title:d_b_panjdih_color = { set_color_from_title = title:b_panjdih } + title:d_b_panjhir_color = { set_color_from_title = title:b_panjhir } + title:d_b_panjikand_color = { set_color_from_title = title:b_panjikand } + title:d_b_panjway_color = { set_color_from_title = title:b_panjway } + title:d_b_pankota_color = { set_color_from_title = title:b_pankota } + title:d_b_pannagallu_color = { set_color_from_title = title:b_pannagallu } + title:d_b_papagia_color = { set_color_from_title = title:b_papagia } + title:d_b_papenburg_color = { set_color_from_title = title:b_papenburg } + title:d_b_paphlagonia_color = { set_color_from_title = title:b_paphlagonia } + title:d_b_paphos_color = { set_color_from_title = title:b_paphos } + title:d_b_papira_color = { set_color_from_title = title:b_papira } + title:d_b_pappa_color = { set_color_from_title = title:b_pappa } + title:d_b_papworth_color = { set_color_from_title = title:b_papworth } + title:d_b_parabel_color = { set_color_from_title = title:b_parabel } + title:d_b_parakou_color = { set_color_from_title = title:b_parakou } + title:d_b_parchim_color = { set_color_from_title = title:b_parchim } + title:d_b_parczew_color = { set_color_from_title = title:b_parczew } + title:d_b_pardiac_color = { set_color_from_title = title:b_pardiac } + title:d_b_pargar_color = { set_color_from_title = title:b_pargar } + title:d_b_parihasapura_color = { set_color_from_title = title:b_parihasapura } + title:d_b_parikkala_color = { set_color_from_title = title:b_parikkala } + title:d_b_paris_color = { set_color_from_title = title:b_paris } + title:d_b_parivi_color = { set_color_from_title = title:b_parivi } + title:d_b_parizh_color = { set_color_from_title = title:b_parizh } + title:d_b_parlais_color = { set_color_from_title = title:b_parlais } + title:d_b_parling_color = { set_color_from_title = title:b_parling } + title:d_b_parma_color = { set_color_from_title = title:b_parma } + title:d_b_parnakheta_color = { set_color_from_title = title:b_parnakheta } + title:d_b_parnassos_color = { set_color_from_title = title:b_parnassos } + title:d_b_parnes_color = { set_color_from_title = title:b_parnes } + title:d_b_parnu_color = { set_color_from_title = title:b_parnu } + title:d_b_paro_color = { set_color_from_title = title:b_paro } + title:d_b_parsberg_color = { set_color_from_title = title:b_parsberg } + title:d_b_parthenay_color = { set_color_from_title = title:b_parthenay } + title:d_b_parwan_color = { set_color_from_title = title:b_parwan } + title:d_b_pascherty_color = { set_color_from_title = title:b_pascherty } + title:d_b_passau_color = { set_color_from_title = title:b_passau } + title:d_b_pataliputra_color = { set_color_from_title = title:b_pataliputra } + title:d_b_paterno_color = { set_color_from_title = title:b_paterno } + title:d_b_paterswalde_color = { set_color_from_title = title:b_paterswalde } + title:d_b_pathankot_color = { set_color_from_title = title:b_pathankot } + title:d_b_patkapur_color = { set_color_from_title = title:b_patkapur } + title:d_b_patnos_color = { set_color_from_title = title:b_patnos } + title:d_b_patras_color = { set_color_from_title = title:b_patras } + title:d_b_pattikera_color = { set_color_from_title = title:b_pattikera } + title:d_b_pau_color = { set_color_from_title = title:b_pau } + title:d_b_pava_color = { set_color_from_title = title:b_pava } + title:d_b_pavia_color = { set_color_from_title = title:b_pavia } + title:d_b_pavlodar_color = { set_color_from_title = title:b_pavlodar } + title:d_b_pavlovo_color = { set_color_from_title = title:b_pavlovo } + title:d_b_pavlovsk_color = { set_color_from_title = title:b_pavlovsk } + title:d_b_paykend_color = { set_color_from_title = title:b_paykend } + title:d_b_paytakaran_color = { set_color_from_title = title:b_paytakaran } + title:d_b_pazin_color = { set_color_from_title = title:b_pazin } + title:d_b_peaccam_color = { set_color_from_title = title:b_peaccam } + title:d_b_pec_color = { set_color_from_title = title:b_pec } + title:d_b_pecheneg_color = { set_color_from_title = title:b_pecheneg } + title:d_b_pecs_color = { set_color_from_title = title:b_pecs } + title:d_b_pecsen_color = { set_color_from_title = title:b_pecsen } + title:d_b_pedachtoe_color = { set_color_from_title = title:b_pedachtoe } + title:d_b_pedersore_color = { set_color_from_title = title:b_pedersore } + title:d_b_pedroche_color = { set_color_from_title = title:b_pedroche } + title:d_b_pegu_color = { set_color_from_title = title:b_pegu } + title:d_b_peikthanomyo_color = { set_color_from_title = title:b_peikthanomyo } + title:d_b_peiting_color = { set_color_from_title = title:b_peiting } + title:d_b_pekinga_color = { set_color_from_title = title:b_pekinga } + title:d_b_peldojavri_color = { set_color_from_title = title:b_peldojavri } + title:d_b_peliza_color = { set_color_from_title = title:b_peliza } + title:d_b_pelsina_color = { set_color_from_title = title:b_pelsina } + title:d_b_pelym_color = { set_color_from_title = title:b_pelym } + title:d_b_pelyul_color = { set_color_from_title = title:b_pelyul } + title:d_b_pemagatsel_color = { set_color_from_title = title:b_pemagatsel } + title:d_b_pembroke_color = { set_color_from_title = title:b_pembroke } + title:d_b_penchi_color = { set_color_from_title = title:b_penchi } + title:d_b_penicuick_color = { set_color_from_title = title:b_penicuick } + title:d_b_penne_color = { set_color_from_title = title:b_penne } + title:d_b_pentenga_color = { set_color_from_title = title:b_pentenga } + title:d_b_penugonda_color = { set_color_from_title = title:b_penugonda } + title:d_b_penza_color = { set_color_from_title = title:b_penza } + title:d_b_pepel_color = { set_color_from_title = title:b_pepel } + title:d_b_perasku_color = { set_color_from_title = title:b_perasku } + title:d_b_perche_color = { set_color_from_title = title:b_perche } + title:d_b_perekop_color = { set_color_from_title = title:b_perekop } + title:d_b_peremyshl_color = { set_color_from_title = title:b_peremyshl } + title:d_b_peresopnytsia_color = { set_color_from_title = title:b_peresopnytsia } + title:d_b_pereyaslavl_color = { set_color_from_title = title:b_pereyaslavl } + title:d_b_pereyaslavl_ryazanski_color = { set_color_from_title = title:b_pereyaslavl_ryazanski } + title:d_b_pereyaslavl_zalessky_color = { set_color_from_title = title:b_pereyaslavl_zalessky } + title:d_b_pergamon_color = { set_color_from_title = title:b_pergamon } + title:d_b_perigueux_color = { set_color_from_title = title:b_perigueux } + title:d_b_perm_color = { set_color_from_title = title:b_perm } + title:d_b_perma_color = { set_color_from_title = title:b_perma } + title:d_b_pernik_color = { set_color_from_title = title:b_pernik } + title:d_b_peronne_color = { set_color_from_title = title:b_peronne } + title:d_b_perpignan_color = { set_color_from_title = title:b_perpignan } + title:d_b_pertominsk_color = { set_color_from_title = title:b_pertominsk } + title:d_b_perugia_color = { set_color_from_title = title:b_perugia } + title:d_b_pervomaisk_color = { set_color_from_title = title:b_pervomaisk } + title:d_b_pesaro_color = { set_color_from_title = title:b_pesaro } + title:d_b_peschanka_color = { set_color_from_title = title:b_peschanka } + title:d_b_peshkopi_color = { set_color_from_title = title:b_peshkopi } + title:d_b_pessinus_color = { set_color_from_title = title:b_pessinus } + title:d_b_pest_color = { set_color_from_title = title:b_pest } + title:d_b_peterborough_color = { set_color_from_title = title:b_peterborough } + title:d_b_peterhead_color = { set_color_from_title = title:b_peterhead } + title:d_b_petigoria_color = { set_color_from_title = title:b_petigoria } + title:d_b_petra_color = { set_color_from_title = title:b_petra } + title:d_b_petropavl_color = { set_color_from_title = title:b_petropavl } + title:d_b_petropavolsk_color = { set_color_from_title = title:b_petropavolsk } + title:d_b_petrovsk_color = { set_color_from_title = title:b_petrovsk } + title:d_b_petrus_color = { set_color_from_title = title:b_petrus } + title:d_b_phalavardhika_color = { set_color_from_title = title:b_phalavardhika } + title:d_b_phalia_color = { set_color_from_title = title:b_phalia } + title:d_b_pharsalos_color = { set_color_from_title = title:b_pharsalos } + title:d_b_phaselis_color = { set_color_from_title = title:b_phaselis } + title:d_b_philippopolis_color = { set_color_from_title = title:b_philippopolis } + title:d_b_philomelium_color = { set_color_from_title = title:b_philomelium } + title:d_b_phocaea_color = { set_color_from_title = title:b_phocaea } + title:d_b_phyu_color = { set_color_from_title = title:b_phyu } + title:d_b_piacenza_color = { set_color_from_title = title:b_piacenza } + title:d_b_piatra_neamnt_color = { set_color_from_title = title:b_piatra_neamnt } + title:d_b_pielinen_color = { set_color_from_title = title:b_pielinen } + title:d_b_pikalyovo_color = { set_color_from_title = title:b_pikalyovo } + title:d_b_pila_color = { set_color_from_title = title:b_pila } + title:d_b_piltene_color = { set_color_from_title = title:b_piltene } + title:d_b_pilu_color = { set_color_from_title = title:b_pilu } + title:d_b_pilzno_color = { set_color_from_title = title:b_pilzno } + title:d_b_pimolisa_color = { set_color_from_title = title:b_pimolisa } + title:d_b_pinerolo_color = { set_color_from_title = title:b_pinerolo } + title:d_b_pingchuan_color = { set_color_from_title = title:b_pingchuan } + title:d_b_pinsk_color = { set_color_from_title = title:b_pinsk } + title:d_b_pinya_color = { set_color_from_title = title:b_pinya } + title:d_b_piombino_color = { set_color_from_title = title:b_piombino } + title:d_b_piotrkow_color = { set_color_from_title = title:b_piotrkow } + title:d_b_piran_color = { set_color_from_title = title:b_piran } + title:d_b_pirkkala_color = { set_color_from_title = title:b_pirkkala } + title:d_b_pirmasens_color = { set_color_from_title = title:b_pirmasens } + title:d_b_pirot_color = { set_color_from_title = title:b_pirot } + title:d_b_pisa_color = { set_color_from_title = title:b_pisa } + title:d_b_pisek_color = { set_color_from_title = title:b_pisek } + title:d_b_pishkek_color = { set_color_from_title = title:b_pishkek } + title:d_b_pistorja_color = { set_color_from_title = title:b_pistorja } + title:d_b_pitesti_color = { set_color_from_title = title:b_pitesti } + title:d_b_pithapuram_color = { set_color_from_title = title:b_pithapuram } + title:d_b_pitten_color = { set_color_from_title = title:b_pitten } + title:d_b_platamon_color = { set_color_from_title = title:b_platamon } + title:d_b_plauen_color = { set_color_from_title = title:b_plauen } + title:d_b_plav_color = { set_color_from_title = title:b_plav } + title:d_b_plavitza_color = { set_color_from_title = title:b_plavitza } + title:d_b_pliven_color = { set_color_from_title = title:b_pliven } + title:d_b_plock_color = { set_color_from_title = title:b_plock } + title:d_b_ploiesti_color = { set_color_from_title = title:b_ploiesti } + title:d_b_plyos_color = { set_color_from_title = title:b_plyos } + title:d_b_plzen_color = { set_color_from_title = title:b_plzen } + title:d_b_po_color = { set_color_from_title = title:b_po } + title:d_b_pockington_color = { set_color_from_title = title:b_pockington } + title:d_b_podandus_color = { set_color_from_title = title:b_podandus } + title:d_b_podgornye_color = { set_color_from_title = title:b_podgornye } + title:d_b_podor_color = { set_color_from_title = title:b_podor } + title:d_b_podporozhye_color = { set_color_from_title = title:b_podporozhye } + title:d_b_podujevo_color = { set_color_from_title = title:b_podujevo } + title:d_b_poimanenon_color = { set_color_from_title = title:b_poimanenon } + title:d_b_poitiers_color = { set_color_from_title = title:b_poitiers } + title:d_b_pokhnishne_color = { set_color_from_title = title:b_pokhnishne } + title:d_b_pokrovsk_color = { set_color_from_title = title:b_pokrovsk } + title:d_b_polavaram_color = { set_color_from_title = title:b_polavaram } + title:d_b_pole_color = { set_color_from_title = title:b_pole } + title:d_b_polemonium_color = { set_color_from_title = title:b_polemonium } + title:d_b_policastro_color = { set_color_from_title = title:b_policastro } + title:d_b_polonnaruwa_color = { set_color_from_title = title:b_polonnaruwa } + title:d_b_polotsk_color = { set_color_from_title = title:b_polotsk } + title:d_b_polovragi_color = { set_color_from_title = title:b_polovragi } + title:d_b_poltava_color = { set_color_from_title = title:b_poltava } + title:d_b_poltsamaa_color = { set_color_from_title = title:b_poltsamaa } + title:d_b_polybotus_color = { set_color_from_title = title:b_polybotus } + title:d_b_polygyros_color = { set_color_from_title = title:b_polygyros } + title:d_b_pombia_color = { set_color_from_title = title:b_pombia } + title:d_b_pompeiopolis_color = { set_color_from_title = title:b_pompeiopolis } + title:d_b_pomposa_color = { set_color_from_title = title:b_pomposa } + title:d_b_pondugala_color = { set_color_from_title = title:b_pondugala } + title:d_b_ponferrada_color = { set_color_from_title = title:b_ponferrada } + title:d_b_pontarlier_color = { set_color_from_title = title:b_pontarlier } + title:d_b_poo_color = { set_color_from_title = title:b_poo } + title:d_b_poole_color = { set_color_from_title = title:b_poole } + title:d_b_popa_color = { set_color_from_title = title:b_popa } + title:d_b_poperech_color = { set_color_from_title = title:b_poperech } + title:d_b_por_bajin_color = { set_color_from_title = title:b_por_bajin } + title:d_b_pordenone_color = { set_color_from_title = title:b_pordenone } + title:d_b_porhoet_color = { set_color_from_title = title:b_porhoet } + title:d_b_porkhov_color = { set_color_from_title = title:b_porkhov } + title:d_b_porrentruy_color = { set_color_from_title = title:b_porrentruy } + title:d_b_porsu-burun_color = { set_color_from_title = title:b_porsu-burun } + title:d_b_porto_color = { set_color_from_title = title:b_porto } + title:d_b_porto_torres_color = { set_color_from_title = title:b_porto_torres } + title:d_b_portogruaro_color = { set_color_from_title = title:b_portogruaro } + title:d_b_portsmouth_color = { set_color_from_title = title:b_portsmouth } + title:d_b_porvoo_color = { set_color_from_title = title:b_porvoo } + title:d_b_poszony_color = { set_color_from_title = title:b_poszony } + title:d_b_potala_color = { set_color_from_title = title:b_potala } + title:d_b_potamuskastel_color = { set_color_from_title = title:b_potamuskastel } + title:d_b_potapi_color = { set_color_from_title = title:b_potapi } + title:d_b_potenza_color = { set_color_from_title = title:b_potenza } + title:d_b_poti_color = { set_color_from_title = title:b_poti } + title:d_b_potsdam_color = { set_color_from_title = title:b_potsdam } + title:d_b_pougues_les_eaux_color = { set_color_from_title = title:b_pougues_les_eaux } + title:d_b_povenets_color = { set_color_from_title = title:b_povenets } + title:d_b_powundaung_color = { set_color_from_title = title:b_powundaung } + title:d_b_pozega_color = { set_color_from_title = title:b_pozega } + title:d_b_poznan_color = { set_color_from_title = title:b_poznan } + title:d_b_prachen_color = { set_color_from_title = title:b_prachen } + title:d_b_prades_color = { set_color_from_title = title:b_prades } + title:d_b_prades_rossello_color = { set_color_from_title = title:b_prades_rossello } + title:d_b_pragyotisapura_color = { set_color_from_title = title:b_pragyotisapura } + title:d_b_praha_color = { set_color_from_title = title:b_praha } + title:d_b_pranala_color = { set_color_from_title = title:b_pranala } + title:d_b_prang_color = { set_color_from_title = title:b_prang } + title:d_b_pratishthana_color = { set_color_from_title = title:b_pratishthana } + title:d_b_prato_color = { set_color_from_title = title:b_prato } + title:d_b_pravia_color = { set_color_from_title = title:b_pravia } + title:d_b_prayaga_color = { set_color_from_title = title:b_prayaga } + title:d_b_prechistenskaya_color = { set_color_from_title = title:b_prechistenskaya } + title:d_b_prenzlau_color = { set_color_from_title = title:b_prenzlau } + title:d_b_prerov_color = { set_color_from_title = title:b_prerov } + title:d_b_preslav_color = { set_color_from_title = title:b_preslav } + title:d_b_prigoro_tabynsk_color = { set_color_from_title = title:b_prigoro_tabynsk } + title:d_b_prijepolje_color = { set_color_from_title = title:b_prijepolje } + title:d_b_prilep_color = { set_color_from_title = title:b_prilep } + title:d_b_priluk_color = { set_color_from_title = title:b_priluk } + title:d_b_primda_color = { set_color_from_title = title:b_primda } + title:d_b_pristina_color = { set_color_from_title = title:b_pristina } + title:d_b_prizren_color = { set_color_from_title = title:b_prizren } + title:d_b_prokuplje_color = { set_color_from_title = title:b_prokuplje } + title:d_b_pronsk_color = { set_color_from_title = title:b_pronsk } + title:d_b_prosek_color = { set_color_from_title = title:b_prosek } + title:d_b_prousos_color = { set_color_from_title = title:b_prousos } + title:d_b_provadiya_color = { set_color_from_title = title:b_provadiya } + title:d_b_provins_color = { set_color_from_title = title:b_provins } + title:d_b_prozor_color = { set_color_from_title = title:b_prozor } + title:d_b_prum_color = { set_color_from_title = title:b_prum } + title:d_b_prusa_color = { set_color_from_title = title:b_prusa } + title:d_b_prusias_ad_hypium_color = { set_color_from_title = title:b_prusias_ad_hypium } + title:d_b_przedborz_color = { set_color_from_title = title:b_przedborz } + title:d_b_przemkow_color = { set_color_from_title = title:b_przemkow } + title:d_b_pset_color = { set_color_from_title = title:b_pset } + title:d_b_pskov_color = { set_color_from_title = title:b_pskov } + title:d_b_pteria_color = { set_color_from_title = title:b_pteria } + title:d_b_pudozh_color = { set_color_from_title = title:b_pudozh } + title:d_b_puget_color = { set_color_from_title = title:b_puget } + title:d_b_puho_color = { set_color_from_title = title:b_puho } + title:d_b_puigcerda_color = { set_color_from_title = title:b_puigcerda } + title:d_b_pukpa_color = { set_color_from_title = title:b_pukpa } + title:d_b_pul_color = { set_color_from_title = title:b_pul } + title:d_b_pula_color = { set_color_from_title = title:b_pula } + title:d_b_pulei_color = { set_color_from_title = title:b_pulei } + title:d_b_punakha_color = { set_color_from_title = title:b_punakha } + title:d_b_pundarika_color = { set_color_from_title = title:b_pundarika } + title:d_b_pundravardhana_color = { set_color_from_title = title:b_pundravardhana } + title:d_b_puolanka_color = { set_color_from_title = title:b_puolanka } + title:d_b_pura_color = { set_color_from_title = title:b_pura } + title:d_b_puri_color = { set_color_from_title = title:b_puri } + title:d_b_purig_color = { set_color_from_title = title:b_purig } + title:d_b_purnagiri_color = { set_color_from_title = title:b_purnagiri } + title:d_b_purnatallakapura_color = { set_color_from_title = title:b_purnatallakapura } + title:d_b_purushapura_color = { set_color_from_title = title:b_purushapura } + title:d_b_pushang_color = { set_color_from_title = title:b_pushang } + title:d_b_pushkar_color = { set_color_from_title = title:b_pushkar } + title:d_b_pushkin_color = { set_color_from_title = title:b_pushkin } + title:d_b_puspagiri_color = { set_color_from_title = title:b_puspagiri } + title:d_b_pusuga_color = { set_color_from_title = title:b_pusuga } + title:d_b_puttalam_color = { set_color_from_title = title:b_puttalam } + title:d_b_puttlingen_color = { set_color_from_title = title:b_puttlingen } + title:d_b_putu_color = { set_color_from_title = title:b_putu } + title:d_b_putyvl_color = { set_color_from_title = title:b_putyvl } + title:d_b_pyzdry_color = { set_color_from_title = title:b_pyzdry } + title:d_b_qabqa_color = { set_color_from_title = title:b_qabqa } + title:d_b_qabr_salih_color = { set_color_from_title = title:b_qabr_salih } + title:d_b_qafsa_color = { set_color_from_title = title:b_qafsa } + title:d_b_qagcheng_color = { set_color_from_title = title:b_qagcheng } + title:d_b_qaidam_color = { set_color_from_title = title:b_qaidam } + title:d_b_qain_color = { set_color_from_title = title:b_qain } + title:d_b_qalaa_bhammad_color = { set_color_from_title = title:b_qalaa_bhammad } + title:d_b_qalaa_bhuwara_color = { set_color_from_title = title:b_qalaa_bhuwara } + title:d_b_qalaa_bsalama_color = { set_color_from_title = title:b_qalaa_bsalama } + title:d_b_qalaafe_color = { set_color_from_title = title:b_qalaafe } + title:d_b_qalama_color = { set_color_from_title = title:b_qalama } + title:d_b_qalat_ar-rum_color = { set_color_from_title = title:b_qalat_ar-rum } + title:d_b_qalat_jundi_color = { set_color_from_title = title:b_qalat_jundi } + title:d_b_qalhat_color = { set_color_from_title = title:b_qalhat } + title:d_b_qalyub_color = { set_color_from_title = title:b_qalyub } + title:d_b_qamdo_color = { set_color_from_title = title:b_qamdo } + title:d_b_qanbali_color = { set_color_from_title = title:b_qanbali } + title:d_b_qandabil_color = { set_color_from_title = title:b_qandabil } + title:d_b_qandahar_color = { set_color_from_title = title:b_qandahar } + title:d_b_qandhar_color = { set_color_from_title = title:b_qandhar } + title:d_b_qangma_color = { set_color_from_title = title:b_qangma } + title:d_b_qantarat_kirman_color = { set_color_from_title = title:b_qantarat_kirman } + title:d_b_qapugtang_color = { set_color_from_title = title:b_qapugtang } + title:d_b_qara_color = { set_color_from_title = title:b_qara } + title:d_b_qarinayn_color = { set_color_from_title = title:b_qarinayn } + title:d_b_qarnin_color = { set_color_from_title = title:b_qarnin } + title:d_b_qarqisiya_color = { set_color_from_title = title:b_qarqisiya } + title:d_b_qartajana_color = { set_color_from_title = title:b_qartajana } + title:d_b_qaryat-al-asad_color = { set_color_from_title = title:b_qaryat-al-asad } + title:d_b_qashan_color = { set_color_from_title = title:b_qashan } + title:d_b_qasr-al-adi_color = { set_color_from_title = title:b_qasr-al-adi } + title:d_b_qasr-al-ifriqi_color = { set_color_from_title = title:b_qasr-al-ifriqi } + title:d_b_qasr-ibn-sinan_color = { set_color_from_title = title:b_qasr-ibn-sinan } + title:d_b_qasr_ash-shams_color = { set_color_from_title = title:b_qasr_ash-shams } + title:d_b_qasr_at-tuba_color = { set_color_from_title = title:b_qasr_at-tuba } + title:d_b_qasr_ibrim_color = { set_color_from_title = title:b_qasr_ibrim } + title:d_b_qasran_color = { set_color_from_title = title:b_qasran } + title:d_b_qataa_color = { set_color_from_title = title:b_qataa } + title:d_b_qatwan_color = { set_color_from_title = title:b_qatwan } + title:d_b_qayaliq_color = { set_color_from_title = title:b_qayaliq } + title:d_b_qazvin_color = { set_color_from_title = title:b_qazvin } + title:d_b_qewa_color = { set_color_from_title = title:b_qewa } + title:d_b_qidun_color = { set_color_from_title = title:b_qidun } + title:d_b_qiha_color = { set_color_from_title = title:b_qiha } + title:d_b_qimr_color = { set_color_from_title = title:b_qimr } + title:d_b_qina_color = { set_color_from_title = title:b_qina } + title:d_b_qinggil_color = { set_color_from_title = title:b_qinggil } + title:d_b_qingshui_color = { set_color_from_title = title:b_qingshui } + title:d_b_qingtu_color = { set_color_from_title = title:b_qingtu } + title:d_b_qinnasrin_color = { set_color_from_title = title:b_qinnasrin } + title:d_b_qiqan_color = { set_color_from_title = title:b_qiqan } + title:d_b_qizhu_color = { set_color_from_title = title:b_qizhu } + title:d_b_qobadiyan_color = { set_color_from_title = title:b_qobadiyan } + title:d_b_qohaito_color = { set_color_from_title = title:b_qohaito } + title:d_b_qom_color = { set_color_from_title = title:b_qom } + title:d_b_qoshagyl_color = { set_color_from_title = title:b_qoshagyl } + title:d_b_qualnsiyah_color = { set_color_from_title = title:b_qualnsiyah } + title:d_b_quba_color = { set_color_from_title = title:b_quba } + title:d_b_queensferry_color = { set_color_from_title = title:b_queensferry } + title:d_b_quemoco_color = { set_color_from_title = title:b_quemoco } + title:d_b_quercy_color = { set_color_from_title = title:b_quercy } + title:d_b_quesada_color = { set_color_from_title = title:b_quesada } + title:d_b_quimper_color = { set_color_from_title = title:b_quimper } + title:d_b_quingey_color = { set_color_from_title = title:b_quingey } + title:d_b_quintanar_color = { set_color_from_title = title:b_quintanar } + title:d_b_qulb_color = { set_color_from_title = title:b_qulb } + title:d_b_qulho_color = { set_color_from_title = title:b_qulho } + title:d_b_qumarleb_color = { set_color_from_title = title:b_qumarleb } + title:d_b_qumbucul_color = { set_color_from_title = title:b_qumbucul } + title:d_b_qumisha_color = { set_color_from_title = title:b_qumisha } + title:d_b_qundo_color = { set_color_from_title = title:b_qundo } + title:d_b_quog_color = { set_color_from_title = title:b_quog } + title:d_b_quqen_color = { set_color_from_title = title:b_quqen } + title:d_b_quraqir_color = { set_color_from_title = title:b_quraqir } + title:d_b_quriltay_color = { set_color_from_title = title:b_quriltay } + title:d_b_qurta_color = { set_color_from_title = title:b_qurta } + title:d_b_qurus_color = { set_color_from_title = title:b_qurus } + title:d_b_qus_color = { set_color_from_title = title:b_qus } + title:d_b_qusayr_color = { set_color_from_title = title:b_qusayr } + title:d_b_qusdar_color = { set_color_from_title = title:b_qusdar } + title:d_b_qusum_color = { set_color_from_title = title:b_qusum } + title:d_b_qutn_color = { set_color_from_title = title:b_qutn } + title:d_b_quxu_color = { set_color_from_title = title:b_quxu } + title:d_b_quzlum_color = { set_color_from_title = title:b_quzlum } + title:d_b_raaboigde_color = { set_color_from_title = title:b_raaboigde } + title:d_b_raba_color = { set_color_from_title = title:b_raba } + title:d_b_rabadha_color = { set_color_from_title = title:b_rabadha } + title:d_b_rabigh_color = { set_color_from_title = title:b_rabigh } + title:d_b_racakonda_color = { set_color_from_title = title:b_racakonda } + title:d_b_rada_color = { set_color_from_title = title:b_rada } + title:d_b_radebeul_color = { set_color_from_title = title:b_radebeul } + title:d_b_radfield_color = { set_color_from_title = title:b_radfield } + title:d_b_radna_color = { set_color_from_title = title:b_radna } + title:d_b_radom_color = { set_color_from_title = title:b_radom } + title:d_b_radomsko_color = { set_color_from_title = title:b_radomsko } + title:d_b_radovanu_color = { set_color_from_title = title:b_radovanu } + title:d_b_radynka_color = { set_color_from_title = title:b_radynka } + title:d_b_rafaniya-krak_color = { set_color_from_title = title:b_rafaniya-krak } + title:d_b_ragali_color = { set_color_from_title = title:b_ragali } + title:d_b_ragbangadung_color = { set_color_from_title = title:b_ragbangadung } + title:d_b_ragnit_color = { set_color_from_title = title:b_ragnit } + title:d_b_ragunda_color = { set_color_from_title = title:b_ragunda } + title:d_b_ragusa_color = { set_color_from_title = title:b_ragusa } + title:d_b_rahon_color = { set_color_from_title = title:b_rahon } + title:d_b_raibania_color = { set_color_from_title = title:b_raibania } + title:d_b_raichur_color = { set_color_from_title = title:b_raichur } + title:d_b_raidestos_color = { set_color_from_title = title:b_raidestos } + title:d_b_raimskoe_color = { set_color_from_title = title:b_raimskoe } + title:d_b_rais_color = { set_color_from_title = title:b_rais } + title:d_b_raisin_color = { set_color_from_title = title:b_raisin } + title:d_b_rajagrha_color = { set_color_from_title = title:b_rajagrha } + title:d_b_rajamahendravaram_color = { set_color_from_title = title:b_rajamahendravaram } + title:d_b_rajanpur_color = { set_color_from_title = title:b_rajanpur } + title:d_b_rajbiraj_color = { set_color_from_title = title:b_rajbiraj } + title:d_b_rajgangpur_color = { set_color_from_title = title:b_rajgangpur } + title:d_b_rajiva_lochana_color = { set_color_from_title = title:b_rajiva_lochana } + title:d_b_rajpipla_color = { set_color_from_title = title:b_rajpipla } + title:d_b_rajrappa_color = { set_color_from_title = title:b_rajrappa } + title:d_b_rakcha_color = { set_color_from_title = title:b_rakcha } + title:d_b_rakhushmitan_color = { set_color_from_title = title:b_rakhushmitan } + title:d_b_raktamrittika_color = { set_color_from_title = title:b_raktamrittika } + title:d_b_ram_shahristan_color = { set_color_from_title = title:b_ram_shahristan } + title:d_b_rama_color = { set_color_from_title = title:b_rama } + title:d_b_ramagiri_color = { set_color_from_title = title:b_ramagiri } + title:d_b_ramavati_color = { set_color_from_title = title:b_ramavati } + title:d_b_rameshvaram_color = { set_color_from_title = title:b_rameshvaram } + title:d_b_ramgarh_color = { set_color_from_title = title:b_ramgarh } + title:d_b_ramhurmuz_color = { set_color_from_title = title:b_ramhurmuz } + title:d_b_ramitan_color = { set_color_from_title = title:b_ramitan } + title:d_b_ramnicu_sarat_color = { set_color_from_title = title:b_ramnicu_sarat } + title:d_b_rampur_boalia_color = { set_color_from_title = title:b_rampur_boalia } + title:d_b_rampura_color = { set_color_from_title = title:b_rampura } + title:d_b_ramree_color = { set_color_from_title = title:b_ramree } + title:d_b_ramsbury_color = { set_color_from_title = title:b_ramsbury } + title:d_b_ramsey_color = { set_color_from_title = title:b_ramsey } + title:d_b_ramsis_color = { set_color_from_title = title:b_ramsis } + title:d_b_ramu_color = { set_color_from_title = title:b_ramu } + title:d_b_ranakpur_color = { set_color_from_title = title:b_ranakpur } + title:d_b_ranariki_color = { set_color_from_title = title:b_ranariki } + title:d_b_randros_color = { set_color_from_title = title:b_randros } + title:d_b_ranikot_color = { set_color_from_title = title:b_ranikot } + title:d_b_ranipur_color = { set_color_from_title = title:b_ranipur } + title:d_b_rano_color = { set_color_from_title = title:b_rano } + title:d_b_ranpur_color = { set_color_from_title = title:b_ranpur } + title:d_b_ranthambore_color = { set_color_from_title = title:b_ranthambore } + title:d_b_ranya_color = { set_color_from_title = title:b_ranya } + title:d_b_raphoe_color = { set_color_from_title = title:b_raphoe } + title:d_b_raqe_color = { set_color_from_title = title:b_raqe } + title:d_b_raqqa_color = { set_color_from_title = title:b_raqqa } + title:d_b_raqqada_color = { set_color_from_title = title:b_raqqada } + title:d_b_ras_al-ain_color = { set_color_from_title = title:b_ras_al-ain } + title:d_b_ras_el-ma_color = { set_color_from_title = title:b_ras_el-ma } + title:d_b_ras_hafun_color = { set_color_from_title = title:b_ras_hafun } + title:d_b_rasak_color = { set_color_from_title = title:b_rasak } + title:d_b_raseborg_color = { set_color_from_title = title:b_raseborg } + title:d_b_raseiniai_color = { set_color_from_title = title:b_raseiniai } + title:d_b_rashid_color = { set_color_from_title = title:b_rashid } + title:d_b_rasht_color = { set_color_from_title = title:b_rasht } + title:d_b_rastenburg_color = { set_color_from_title = title:b_rastenburg } + title:d_b_rastovets_color = { set_color_from_title = title:b_rastovets } + title:d_b_ratanpur_color = { set_color_from_title = title:b_ratanpur } + title:d_b_rath_color = { set_color_from_title = title:b_rath } + title:d_b_ratibor_color = { set_color_from_title = title:b_ratibor } + title:d_b_ratla_color = { set_color_from_title = title:b_ratla } + title:d_b_ratnagiri_color = { set_color_from_title = title:b_ratnagiri } + title:d_b_ratu_color = { set_color_from_title = title:b_ratu } + title:d_b_ratzeburg_color = { set_color_from_title = title:b_ratzeburg } + title:d_b_rauma_color = { set_color_from_title = title:b_rauma } + title:d_b_raumsdali_color = { set_color_from_title = title:b_raumsdali } + title:d_b_rauna_color = { set_color_from_title = title:b_rauna } + title:d_b_raushanqubad_color = { set_color_from_title = title:b_raushanqubad } + title:d_b_rautu_color = { set_color_from_title = title:b_rautu } + title:d_b_ravenna_color = { set_color_from_title = title:b_ravenna } + title:d_b_ravensberg_color = { set_color_from_title = title:b_ravensberg } + title:d_b_ravensburg_color = { set_color_from_title = title:b_ravensburg } + title:d_b_ravno_color = { set_color_from_title = title:b_ravno } + title:d_b_rawa_color = { set_color_from_title = title:b_rawa } + title:d_b_rawar_color = { set_color_from_title = title:b_rawar } + title:d_b_rawu_color = { set_color_from_title = title:b_rawu } + title:d_b_rayagada_color = { set_color_from_title = title:b_rayagada } + title:d_b_rayapura_color = { set_color_from_title = title:b_rayapura } + title:d_b_raysut_color = { set_color_from_title = title:b_raysut } + title:d_b_rayy_color = { set_color_from_title = title:b_rayy } + title:d_b_razlivnoye_color = { set_color_from_title = title:b_razlivnoye } + title:d_b_reading_color = { set_color_from_title = title:b_reading } + title:d_b_rebang_color = { set_color_from_title = title:b_rebang } + title:d_b_rebgong_color = { set_color_from_title = title:b_rebgong } + title:d_b_rechytsa_color = { set_color_from_title = title:b_rechytsa } + title:d_b_recklinghausen_color = { set_color_from_title = title:b_recklinghausen } + title:d_b_redab_color = { set_color_from_title = title:b_redab } + title:d_b_reewin_color = { set_color_from_title = title:b_reewin } + title:d_b_regensburg_color = { set_color_from_title = title:b_regensburg } + title:d_b_reggane_color = { set_color_from_title = title:b_reggane } + title:d_b_reggio_calabria_color = { set_color_from_title = title:b_reggio_calabria } + title:d_b_reggio_emilia_color = { set_color_from_title = title:b_reggio_emilia } + title:d_b_rehau_color = { set_color_from_title = title:b_rehau } + title:d_b_reichenbach_color = { set_color_from_title = title:b_reichenbach } + title:d_b_reims_color = { set_color_from_title = title:b_reims } + title:d_b_reinosa_color = { set_color_from_title = title:b_reinosa } + title:d_b_rendina_color = { set_color_from_title = title:b_rendina } + title:d_b_reni_color = { set_color_from_title = title:b_reni } + title:d_b_renk_color = { set_color_from_title = title:b_renk } + title:d_b_rennes_color = { set_color_from_title = title:b_rennes } + title:d_b_reolid_color = { set_color_from_title = title:b_reolid } + title:d_b_repnoye_color = { set_color_from_title = title:b_repnoye } + title:d_b_requena_color = { set_color_from_title = title:b_requena } + title:d_b_retford_color = { set_color_from_title = title:b_retford } + title:d_b_rethel_color = { set_color_from_title = title:b_rethel } + title:d_b_rethymno_color = { set_color_from_title = title:b_rethymno } + title:d_b_reting_color = { set_color_from_title = title:b_reting } + title:d_b_reutlingen_color = { set_color_from_title = title:b_reutlingen } + title:d_b_reval_color = { set_color_from_title = title:b_reval } + title:d_b_revda_color = { set_color_from_title = title:b_revda } + title:d_b_reydarfjall_color = { set_color_from_title = title:b_reydarfjall } + title:d_b_reykjavik_color = { set_color_from_title = title:b_reykjavik } + title:d_b_rezekne_color = { set_color_from_title = title:b_rezekne } + title:d_b_rhayader_color = { set_color_from_title = title:b_rhayader } + title:d_b_rhizus_color = { set_color_from_title = title:b_rhizus } + title:d_b_rhodos_color = { set_color_from_title = title:b_rhodos } + title:d_b_riano_color = { set_color_from_title = title:b_riano } + title:d_b_ribagorza_color = { set_color_from_title = title:b_ribagorza } + title:d_b_ribat-e-karyan_color = { set_color_from_title = title:b_ribat-e-karyan } + title:d_b_ribat-i-el-kif_color = { set_color_from_title = title:b_ribat-i-el-kif } + title:d_b_ribat-i-kish_color = { set_color_from_title = title:b_ribat-i-kish } + title:d_b_ribat-shakir_color = { set_color_from_title = title:b_ribat-shakir } + title:d_b_ribat_al-fath_color = { set_color_from_title = title:b_ribat_al-fath } + title:d_b_ribat_malik_color = { set_color_from_title = title:b_ribat_malik } + title:d_b_ribe_color = { set_color_from_title = title:b_ribe } + title:d_b_ribnica_color = { set_color_from_title = title:b_ribnica } + title:d_b_ribnicapodgorica_color = { set_color_from_title = title:b_ribnicapodgorica } + title:d_b_richmond_color = { set_color_from_title = title:b_richmond } + title:d_b_ridder_color = { set_color_from_title = title:b_ridder } + title:d_b_ried_color = { set_color_from_title = title:b_ried } + title:d_b_riedfeld_color = { set_color_from_title = title:b_riedfeld } + title:d_b_rieneck_color = { set_color_from_title = title:b_rieneck } + title:d_b_rieti_color = { set_color_from_title = title:b_rieti } + title:d_b_riga_color = { set_color_from_title = title:b_riga } + title:d_b_riga_color = { set_color_from_title = title:b_riga } + title:d_b_rigar_color = { set_color_from_title = title:b_rigar } + title:d_b_rijeka_color = { set_color_from_title = title:b_rijeka } + title:d_b_rikala_color = { set_color_from_title = title:b_rikala } + title:d_b_rila_color = { set_color_from_title = title:b_rila } + title:d_b_rim_color = { set_color_from_title = title:b_rim } + title:d_b_rima_color = { set_color_from_title = title:b_rima } + title:d_b_rimaszombat_color = { set_color_from_title = title:b_rimaszombat } + title:d_b_rimini_color = { set_color_from_title = title:b_rimini } + title:d_b_rinbung_color = { set_color_from_title = title:b_rinbung } + title:d_b_ringariki_color = { set_color_from_title = title:b_ringariki } + title:d_b_ringkobing_color = { set_color_from_title = title:b_ringkobing } + title:d_b_ringtor_color = { set_color_from_title = title:b_ringtor } + title:d_b_ripon_color = { set_color_from_title = title:b_ripon } + title:d_b_riqan_color = { set_color_from_title = title:b_riqan } + title:d_b_risan_color = { set_color_from_title = title:b_risan } + title:d_b_riseberga_color = { set_color_from_title = title:b_riseberga } + title:d_b_rishabhdeo_color = { set_color_from_title = title:b_rishabhdeo } + title:d_b_risum_color = { set_color_from_title = title:b_risum } + title:d_b_rivand_color = { set_color_from_title = title:b_rivand } + title:d_b_rivne_color = { set_color_from_title = title:b_rivne } + title:d_b_riwar_color = { set_color_from_title = title:b_riwar } + title:d_b_riwoqe_color = { set_color_from_title = title:b_riwoqe } + title:d_b_roanne_color = { set_color_from_title = title:b_roanne } + title:d_b_roavvenjarga_color = { set_color_from_title = title:b_roavvenjarga } + title:d_b_rochester_color = { set_color_from_title = title:b_rochester } + title:d_b_rockenhausen_color = { set_color_from_title = title:b_rockenhausen } + title:d_b_rodez_color = { set_color_from_title = title:b_rodez } + title:d_b_rodkhan_color = { set_color_from_title = title:b_rodkhan } + title:d_b_rodopi_color = { set_color_from_title = title:b_rodopi } + title:d_b_rodoy_color = { set_color_from_title = title:b_rodoy } + title:d_b_roeselare_color = { set_color_from_title = title:b_roeselare } + title:d_b_rogatica_color = { set_color_from_title = title:b_rogatica } + title:d_b_rohan_color = { set_color_from_title = title:b_rohan } + title:d_b_rohtak_color = { set_color_from_title = title:b_rohtak } + title:d_b_rohtas_color = { set_color_from_title = title:b_rohtas } + title:d_b_roing_color = { set_color_from_title = title:b_roing } + title:d_b_rojhan_color = { set_color_from_title = title:b_rojhan } + title:d_b_roma_color = { set_color_from_title = title:b_roma } + title:d_b_roman_color = { set_color_from_title = title:b_roman } + title:d_b_romans_color = { set_color_from_title = title:b_romans } + title:d_b_romen_color = { set_color_from_title = title:b_romen } + title:d_b_romerriki_color = { set_color_from_title = title:b_romerriki } + title:d_b_romigny_color = { set_color_from_title = title:b_romigny } + title:d_b_romilly_color = { set_color_from_title = title:b_romilly } + title:d_b_romorantin_color = { set_color_from_title = title:b_romorantin } + title:d_b_roncaglia_color = { set_color_from_title = title:b_roncaglia } + title:d_b_rongbur_color = { set_color_from_title = title:b_rongbur } + title:d_b_rongzhag_color = { set_color_from_title = title:b_rongzhag } + title:d_b_rongzhub_color = { set_color_from_title = title:b_rongzhub } + title:d_b_ronne_color = { set_color_from_title = title:b_ronne } + title:d_b_ronneby_color = { set_color_from_title = title:b_ronneby } + title:d_b_roscrea_color = { set_color_from_title = title:b_roscrea } + title:d_b_rosendaal_color = { set_color_from_title = title:b_rosendaal } + title:d_b_rosenfelde_color = { set_color_from_title = title:b_rosenfelde } + title:d_b_roses_color = { set_color_from_title = title:b_roses } + title:d_b_roskilde_color = { set_color_from_title = title:b_roskilde } + title:d_b_roslavl_color = { set_color_from_title = title:b_roslavl } + title:d_b_rossano_color = { set_color_from_title = title:b_rossano } + title:d_b_rostislavl_color = { set_color_from_title = title:b_rostislavl } + title:d_b_rostock_color = { set_color_from_title = title:b_rostock } + title:d_b_rostov_color = { set_color_from_title = title:b_rostov } + title:d_b_rothbury_color = { set_color_from_title = title:b_rothbury } + title:d_b_rothenburg_color = { set_color_from_title = title:b_rothenburg } + title:d_b_rotterdam_color = { set_color_from_title = title:b_rotterdam } + title:d_b_rottweil_color = { set_color_from_title = title:b_rottweil } + title:d_b_roucy_color = { set_color_from_title = title:b_roucy } + title:d_b_rouen_color = { set_color_from_title = title:b_rouen } + title:d_b_rounala_color = { set_color_from_title = title:b_rounala } + title:d_b_roundu_color = { set_color_from_title = title:b_roundu } + title:d_b_rovigo_color = { set_color_from_title = title:b_rovigo } + title:d_b_royan_color = { set_color_from_title = title:b_royan } + title:d_b_rozan_color = { set_color_from_title = title:b_rozan } + title:d_b_rozhyshche_color = { set_color_from_title = title:b_rozhyshche } + title:d_b_rozi_color = { set_color_from_title = title:b_rozi } + title:d_b_rozmberk_color = { set_color_from_title = title:b_rozmberk } + title:d_b_rudan_color = { set_color_from_title = title:b_rudan } + title:d_b_rudbar_color = { set_color_from_title = title:b_rudbar } + title:d_b_rudhan_color = { set_color_from_title = title:b_rudhan } + title:d_b_rudhrawar_color = { set_color_from_title = title:b_rudhrawar } + title:d_b_rudnik_color = { set_color_from_title = title:b_rudnik } + title:d_b_rudolfswerde_color = { set_color_from_title = title:b_rudolfswerde } + title:d_b_ruffec_color = { set_color_from_title = title:b_ruffec } + title:d_b_rugen_color = { set_color_from_title = title:b_rugen } + title:d_b_ruhna_color = { set_color_from_title = title:b_ruhna } + title:d_b_rujno_color = { set_color_from_title = title:b_rujno } + title:d_b_rukhaj_color = { set_color_from_title = title:b_rukhaj } + title:d_b_rukum_color = { set_color_from_title = title:b_rukum } + title:d_b_ruovesi_color = { set_color_from_title = title:b_ruovesi } + title:d_b_ruppin_color = { set_color_from_title = title:b_ruppin } + title:d_b_rusa_color = { set_color_from_title = title:b_rusa } + title:d_b_rusar_color = { set_color_from_title = title:b_rusar } + title:d_b_rusar_huangzhong_color = { set_color_from_title = title:b_rusar_huangzhong } + title:d_b_rusii_de_vede_color = { set_color_from_title = title:b_rusii_de_vede } + title:d_b_russelsheim_color = { set_color_from_title = title:b_russelsheim } + title:d_b_rustaq_color = { set_color_from_title = title:b_rustaq } + title:d_b_rustaq-oman_color = { set_color_from_title = title:b_rustaq-oman } + title:d_b_rustavi_color = { set_color_from_title = title:b_rustavi } + title:d_b_ruthin_color = { set_color_from_title = title:b_ruthin } + title:d_b_rutland_color = { set_color_from_title = title:b_rutland } + title:d_b_rutog_color = { set_color_from_title = title:b_rutog } + title:d_b_ruy_color = { set_color_from_title = title:b_ruy } + title:d_b_ruyan_color = { set_color_from_title = title:b_ruyan } + title:d_b_ruyan-jirufti_color = { set_color_from_title = title:b_ruyan-jirufti } + title:d_b_ruzvand_color = { set_color_from_title = title:b_ruzvand } + title:d_b_ryazan_color = { set_color_from_title = title:b_ryazan } + title:d_b_rybnik_color = { set_color_from_title = title:b_rybnik } + title:d_b_ryfylki_color = { set_color_from_title = title:b_ryfylki } + title:d_b_rylsk_color = { set_color_from_title = title:b_rylsk } + title:d_b_ryn_color = { set_color_from_title = title:b_ryn } + title:d_b_ryty_color = { set_color_from_title = title:b_ryty } + title:d_b_rzepin_color = { set_color_from_title = title:b_rzepin } + title:d_b_saa_color = { set_color_from_title = title:b_saa } + title:d_b_saalum_color = { set_color_from_title = title:b_saalum } + title:d_b_saan_color = { set_color_from_title = title:b_saan } + title:d_b_saarbrucken_color = { set_color_from_title = title:b_saarbrucken } + title:d_b_saarburg_color = { set_color_from_title = title:b_saarburg } + title:d_b_saarvesjaurr_color = { set_color_from_title = title:b_saarvesjaurr } + title:d_b_sabagura_color = { set_color_from_title = title:b_sabagura } + title:d_b_sabakyul_color = { set_color_from_title = title:b_sabakyul } + title:d_b_sabalgarh_color = { set_color_from_title = title:b_sabalgarh } + title:d_b_sabha_color = { set_color_from_title = title:b_sabha } + title:d_b_sabiba_color = { set_color_from_title = title:b_sabiba } + title:d_b_sable_color = { set_color_from_title = title:b_sable } + title:d_b_sabratha_color = { set_color_from_title = title:b_sabratha } + title:d_b_sabta_color = { set_color_from_title = title:b_sabta } + title:d_b_sabur_color = { set_color_from_title = title:b_sabur } + title:d_b_saburkhawasht_color = { set_color_from_title = title:b_saburkhawasht } + title:d_b_sabzavar_color = { set_color_from_title = title:b_sabzavar } + title:d_b_saca_color = { set_color_from_title = title:b_saca } + title:d_b_sacacatce_color = { set_color_from_title = title:b_sacacatce } + title:d_b_sacz_color = { set_color_from_title = title:b_sacz } + title:d_b_sad_khaniya_color = { set_color_from_title = title:b_sad_khaniya } + title:d_b_sada_color = { set_color_from_title = title:b_sada } + title:d_b_sadhaura_color = { set_color_from_title = title:b_sadhaura } + title:d_b_sadowel_color = { set_color_from_title = title:b_sadowel } + title:d_b_sadrata_color = { set_color_from_title = title:b_sadrata } + title:d_b_sadvar_color = { set_color_from_title = title:b_sadvar } + title:d_b_safaga_color = { set_color_from_title = title:b_safaga } + title:d_b_safare_color = { set_color_from_title = title:b_safare } + title:d_b_safata_color = { set_color_from_title = title:b_safata } + title:d_b_sagaing_color = { set_color_from_title = title:b_sagaing } + title:d_b_sagalassus_color = { set_color_from_title = title:b_sagalassus } + title:d_b_sagar_color = { set_color_from_title = title:b_sagar } + title:d_b_sagardwip_color = { set_color_from_title = title:b_sagardwip } + title:d_b_sagiz_color = { set_color_from_title = title:b_sagiz } + title:d_b_sagly_color = { set_color_from_title = title:b_sagly } + title:d_b_sagya_color = { set_color_from_title = title:b_sagya } + title:d_b_saharanpur_color = { set_color_from_title = title:b_saharanpur } + title:d_b_saho_color = { set_color_from_title = title:b_saho } + title:d_b_sai_color = { set_color_from_title = title:b_sai } + title:d_b_sai-kule_color = { set_color_from_title = title:b_sai-kule } + title:d_b_saida_color = { set_color_from_title = title:b_saida } + title:d_b_saihantaolai_color = { set_color_from_title = title:b_saihantaolai } + title:d_b_saindak_color = { set_color_from_title = title:b_saindak } + title:d_b_saint_albans_color = { set_color_from_title = title:b_saint_albans } + title:d_b_saint_brieuc_color = { set_color_from_title = title:b_saint_brieuc } + title:d_b_saint_denis_color = { set_color_from_title = title:b_saint_denis } + title:d_b_saint_dizier_color = { set_color_from_title = title:b_saint_dizier } + title:d_b_saint_flour_color = { set_color_from_title = title:b_saint_flour } + title:d_b_saint_hubert_color = { set_color_from_title = title:b_saint_hubert } + title:d_b_saint_junien_color = { set_color_from_title = title:b_saint_junien } + title:d_b_saint_lizier_color = { set_color_from_title = title:b_saint_lizier } + title:d_b_saint_malo_color = { set_color_from_title = title:b_saint_malo } + title:d_b_saint_michel_de_maurienne_color = { set_color_from_title = title:b_saint_michel_de_maurienne } + title:d_b_saint_omer_color = { set_color_from_title = title:b_saint_omer } + title:d_b_saint_pourcain_color = { set_color_from_title = title:b_saint_pourcain } + title:d_b_saint_quentin_color = { set_color_from_title = title:b_saint_quentin } + title:d_b_saintes_color = { set_color_from_title = title:b_saintes } + title:d_b_saintonge_color = { set_color_from_title = title:b_saintonge } + title:d_b_saird_color = { set_color_from_title = title:b_saird } + title:d_b_sakadame_color = { set_color_from_title = title:b_sakadame } + title:d_b_sakaka_color = { set_color_from_title = title:b_sakaka } + title:d_b_sakala_color = { set_color_from_title = title:b_sakala } + title:d_b_sakalkand_color = { set_color_from_title = title:b_sakalkand } + title:d_b_sakarai_color = { set_color_from_title = title:b_sakarai } + title:d_b_sakmara_color = { set_color_from_title = title:b_sakmara } + title:d_b_sakmarskoi_gorodok_color = { set_color_from_title = title:b_sakmarskoi_gorodok } + title:d_b_sakogu_color = { set_color_from_title = title:b_sakogu } + title:d_b_sakshigopal_color = { set_color_from_title = title:b_sakshigopal } + title:d_b_sala_color = { set_color_from_title = title:b_sala } + title:d_b_salacgriva_color = { set_color_from_title = title:b_salacgriva } + title:d_b_salaga_color = { set_color_from_title = title:b_salaga } + title:d_b_salamanca_color = { set_color_from_title = title:b_salamanca } + title:d_b_salamat_color = { set_color_from_title = title:b_salamat } + title:d_b_salamiya_color = { set_color_from_title = title:b_salamiya } + title:d_b_salavat_color = { set_color_from_title = title:b_salavat } + title:d_b_salda_color = { set_color_from_title = title:b_salda } + title:d_b_salerno_color = { set_color_from_title = title:b_salerno } + title:d_b_salford_color = { set_color_from_title = title:b_salford } + title:d_b_salim_color = { set_color_from_title = title:b_salim } + title:d_b_salin_color = { set_color_from_title = title:b_salin } + title:d_b_salinis_color = { set_color_from_title = title:b_salinis } + title:d_b_salins_color = { set_color_from_title = title:b_salins } + title:d_b_salisbury_color = { set_color_from_title = title:b_salisbury } + title:d_b_salm_color = { set_color_from_title = title:b_salm } + title:d_b_salmacatce_color = { set_color_from_title = title:b_salmacatce } + title:d_b_salmas_color = { set_color_from_title = title:b_salmas } + title:d_b_salmydessus_color = { set_color_from_title = title:b_salmydessus } + title:d_b_sals_poveret_color = { set_color_from_title = title:b_sals_poveret } + title:d_b_saluzzo_color = { set_color_from_title = title:b_saluzzo } + title:d_b_salyan_color = { set_color_from_title = title:b_salyan } + title:d_b_salzburg_color = { set_color_from_title = title:b_salzburg } + title:d_b_sam_color = { set_color_from_title = title:b_sam } + title:d_b_samad_color = { set_color_from_title = title:b_samad } + title:d_b_samaiqan_color = { set_color_from_title = title:b_samaiqan } + title:d_b_samana_color = { set_color_from_title = title:b_samana } + title:d_b_samander_color = { set_color_from_title = title:b_samander } + title:d_b_samanjan_color = { set_color_from_title = title:b_samanjan } + title:d_b_samannud_color = { set_color_from_title = title:b_samannud } + title:d_b_samar_color = { set_color_from_title = title:b_samar } + title:d_b_samar_VB_color = { set_color_from_title = title:b_samar_VB } + title:d_b_samarqand_color = { set_color_from_title = title:b_samarqand } + title:d_b_samarra_color = { set_color_from_title = title:b_samarra } + title:d_b_samassi_color = { set_color_from_title = title:b_samassi } + title:d_b_samatigila_color = { set_color_from_title = title:b_samatigila } + title:d_b_sambalpur_color = { set_color_from_title = title:b_sambalpur } + title:d_b_sambalut_color = { set_color_from_title = title:b_sambalut } + title:d_b_sambhal_color = { set_color_from_title = title:b_sambhal } + title:d_b_sambir_color = { set_color_from_title = title:b_sambir } + title:d_b_samiran_color = { set_color_from_title = title:b_samiran } + title:d_b_samobor_color = { set_color_from_title = title:b_samobor } + title:d_b_samos_color = { set_color_from_title = title:b_samos } + title:d_b_samosata_color = { set_color_from_title = title:b_samosata } + title:d_b_sampa_color = { set_color_from_title = title:b_sampa } + title:d_b_samshiborid_color = { set_color_from_title = title:b_samshiborid } + title:d_b_samundzhievo_color = { set_color_from_title = title:b_samundzhievo } + title:d_b_samye_color = { set_color_from_title = title:b_samye } + title:d_b_samyere_color = { set_color_from_title = title:b_samyere } + title:d_b_san_color = { set_color_from_title = title:b_san } + title:d_b_sana_color = { set_color_from_title = title:b_sana } + title:d_b_sanaa_color = { set_color_from_title = title:b_sanaa } + title:d_b_sanado_color = { set_color_from_title = title:b_sanado } + title:d_b_sanafula_color = { set_color_from_title = title:b_sanafula } + title:d_b_sancerre_color = { set_color_from_title = title:b_sancerre } + title:d_b_sanchi_color = { set_color_from_title = title:b_sanchi } + title:d_b_sanda_color = { set_color_from_title = title:b_sanda } + title:d_b_sanderaka_color = { set_color_from_title = title:b_sanderaka } + title:d_b_sandnes_color = { set_color_from_title = title:b_sandnes } + title:d_b_sandomierz_color = { set_color_from_title = title:b_sandomierz } + title:d_b_sandoway_color = { set_color_from_title = title:b_sandoway } + title:d_b_sanesteban_color = { set_color_from_title = title:b_sanesteban } + title:d_b_sanga_color = { set_color_from_title = title:b_sanga } + title:d_b_sangalan_color = { set_color_from_title = title:b_sangalan } + title:d_b_sanganer_color = { set_color_from_title = title:b_sanganer } + title:d_b_sangerhausen_color = { set_color_from_title = title:b_sangerhausen } + title:d_b_sangiin_dalai_color = { set_color_from_title = title:b_sangiin_dalai } + title:d_b_sangla_color = { set_color_from_title = title:b_sangla } + title:d_b_sanglich_color = { set_color_from_title = title:b_sanglich } + title:d_b_sangqu_color = { set_color_from_title = title:b_sangqu } + title:d_b_sangri_color = { set_color_from_title = title:b_sangri } + title:d_b_sangsang_color = { set_color_from_title = title:b_sangsang } + title:d_b_sanij_color = { set_color_from_title = title:b_sanij } + title:d_b_sanjan_color = { set_color_from_title = title:b_sanjan } + title:d_b_sankt_blasien_color = { set_color_from_title = title:b_sankt_blasien } + title:d_b_sankt_gallen_color = { set_color_from_title = title:b_sankt_gallen } + title:d_b_sankt_polten_color = { set_color_from_title = title:b_sankt_polten } + title:d_b_sankt_veit_color = { set_color_from_title = title:b_sankt_veit } + title:d_b_sanleonardodeyague_color = { set_color_from_title = title:b_sanleonardodeyague } + title:d_b_sanok_color = { set_color_from_title = title:b_sanok } + title:d_b_sanquhar_color = { set_color_from_title = title:b_sanquhar } + title:d_b_sansane_mango_color = { set_color_from_title = title:b_sansane_mango } + title:d_b_santander_color = { set_color_from_title = title:b_santander } + title:d_b_santarem_color = { set_color_from_title = title:b_santarem } + title:d_b_santas_color = { set_color_from_title = title:b_santas } + title:d_b_santhia_color = { set_color_from_title = title:b_santhia } + title:d_b_santiago_color = { set_color_from_title = title:b_santiago } + title:d_b_santiallana_color = { set_color_from_title = title:b_santiallana } + title:d_b_santipura_color = { set_color_from_title = title:b_santipura } + title:d_b_sanwi_color = { set_color_from_title = title:b_sanwi } + title:d_b_saouga_color = { set_color_from_title = title:b_saouga } + title:d_b_saoura_color = { set_color_from_title = title:b_saoura } + title:d_b_saptagrama_color = { set_color_from_title = title:b_saptagrama } + title:d_b_saqadi_color = { set_color_from_title = title:b_saqadi } + title:d_b_saqra_color = { set_color_from_title = title:b_saqra } + title:d_b_saqsin_color = { set_color_from_title = title:b_saqsin } + title:d_b_sara_color = { set_color_from_title = title:b_sara } + title:d_b_sarakhs_color = { set_color_from_title = title:b_sarakhs } + title:d_b_saran_color = { set_color_from_title = title:b_saran } + title:d_b_sarangpur_color = { set_color_from_title = title:b_sarangpur } + title:d_b_saraninskor_color = { set_color_from_title = title:b_saraninskor } + title:d_b_saranka_color = { set_color_from_title = title:b_saranka } + title:d_b_saransk_color = { set_color_from_title = title:b_saransk } + title:d_b_sarasvati_color = { set_color_from_title = title:b_sarasvati } + title:d_b_sarat_color = { set_color_from_title = title:b_sarat } + title:d_b_saratov_color = { set_color_from_title = title:b_saratov } + title:d_b_saray_color = { set_color_from_title = title:b_saray } + title:d_b_saraychiq_color = { set_color_from_title = title:b_saraychiq } + title:d_b_sarba_color = { set_color_from_title = title:b_sarba } + title:d_b_sardes_color = { set_color_from_title = title:b_sardes } + title:d_b_sarepta_color = { set_color_from_title = title:b_sarepta } + title:d_b_sargan_color = { set_color_from_title = title:b_sargan } + title:d_b_sargatka_color = { set_color_from_title = title:b_sargatka } + title:d_b_sarinena_color = { set_color_from_title = title:b_sarinena } + title:d_b_saris_color = { set_color_from_title = title:b_saris } + title:d_b_sariya_color = { set_color_from_title = title:b_sariya } + title:d_b_sarj_color = { set_color_from_title = title:b_sarj } + title:d_b_sarkand_color = { set_color_from_title = title:b_sarkand } + title:d_b_sarkel_color = { set_color_from_title = title:b_sarkel } + title:d_b_sarkhad_color = { set_color_from_title = title:b_sarkhad } + title:d_b_sarmat_color = { set_color_from_title = title:b_sarmat } + title:d_b_sarnah_color = { set_color_from_title = title:b_sarnah } + title:d_b_sarny_color = { set_color_from_title = title:b_sarny } + title:d_b_sarpang_color = { set_color_from_title = title:b_sarpang } + title:d_b_sarria_color = { set_color_from_title = title:b_sarria } + title:d_b_sarsar_color = { set_color_from_title = title:b_sarsar } + title:d_b_sarthe_color = { set_color_from_title = title:b_sarthe } + title:d_b_sartlan_color = { set_color_from_title = title:b_sartlan } + title:d_b_saruj_color = { set_color_from_title = title:b_saruj } + title:d_b_sarwa_color = { set_color_from_title = title:b_sarwa } + title:d_b_sarwan_color = { set_color_from_title = title:b_sarwan } + title:d_b_sarwistan_color = { set_color_from_title = title:b_sarwistan } + title:d_b_sarwistan-shirazi-runiz_color = { set_color_from_title = title:b_sarwistan-shirazi-runiz } + title:d_b_sary-ozek_color = { set_color_from_title = title:b_sary-ozek } + title:d_b_sary_chumych_color = { set_color_from_title = title:b_sary_chumych } + title:d_b_sarybulak_color = { set_color_from_title = title:b_sarybulak } + title:d_b_sarychulsyn_color = { set_color_from_title = title:b_sarychulsyn } + title:d_b_saryg_sep_color = { set_color_from_title = title:b_saryg_sep } + title:d_b_sarykamysh_color = { set_color_from_title = title:b_sarykamysh } + title:d_b_sarysyn_color = { set_color_from_title = title:b_sarysyn } + title:d_b_sarytau_color = { set_color_from_title = title:b_sarytau } + title:d_b_sasaram_color = { set_color_from_title = title:b_sasaram } + title:d_b_sassandra_color = { set_color_from_title = title:b_sassandra } + title:d_b_sassari_color = { set_color_from_title = title:b_sassari } + title:d_b_sasvar_color = { set_color_from_title = title:b_sasvar } + title:d_b_sasyk_kul_color = { set_color_from_title = title:b_sasyk_kul } + title:d_b_satala_color = { set_color_from_title = title:b_satala } + title:d_b_satama-sokoro_color = { set_color_from_title = title:b_satama-sokoro } + title:d_b_satghara_color = { set_color_from_title = title:b_satghara } + title:d_b_satif_color = { set_color_from_title = title:b_satif } + title:d_b_satka_color = { set_color_from_title = title:b_satka } + title:d_b_satyapura_color = { set_color_from_title = title:b_satyapura } + title:d_b_saumur_color = { set_color_from_title = title:b_saumur } + title:d_b_savalu_color = { set_color_from_title = title:b_savalu } + title:d_b_savarinarayana_color = { set_color_from_title = title:b_savarinarayana } + title:d_b_save_color = { set_color_from_title = title:b_save } + title:d_b_savitaipale_color = { set_color_from_title = title:b_savitaipale } + title:d_b_savona_color = { set_color_from_title = title:b_savona } + title:d_b_savra_color = { set_color_from_title = title:b_savra } + title:d_b_sawa_color = { set_color_from_title = title:b_sawa } + title:d_b_sawran_color = { set_color_from_title = title:b_sawran } + title:d_b_say_color = { set_color_from_title = title:b_say } + title:d_b_sayak_color = { set_color_from_title = title:b_sayak } + title:d_b_sayala_color = { set_color_from_title = title:b_sayala } + title:d_b_sayanchu_color = { set_color_from_title = title:b_sayanchu } + title:d_b_sayaq_color = { set_color_from_title = title:b_sayaq } + title:d_b_sayat_color = { set_color_from_title = title:b_sayat } + title:d_b_saymur_color = { set_color_from_title = title:b_saymur } + title:d_b_sayn_color = { set_color_from_title = title:b_sayn } + title:d_b_sayram_color = { set_color_from_title = title:b_sayram } + title:d_b_sborishte_color = { set_color_from_title = title:b_sborishte } + title:d_b_scalloway_color = { set_color_from_title = title:b_scalloway } + title:d_b_scaptopara_color = { set_color_from_title = title:b_scaptopara } + title:d_b_scarborough_color = { set_color_from_title = title:b_scarborough } + title:d_b_scharding_color = { set_color_from_title = title:b_scharding } + title:d_b_schauenburg_color = { set_color_from_title = title:b_schauenburg } + title:d_b_schaumberg_color = { set_color_from_title = title:b_schaumberg } + title:d_b_schelklingen_color = { set_color_from_title = title:b_schelklingen } + title:d_b_schmalkalden_color = { set_color_from_title = title:b_schmalkalden } + title:d_b_schongau_color = { set_color_from_title = title:b_schongau } + title:d_b_schwalenberg_color = { set_color_from_title = title:b_schwalenberg } + title:d_b_schwarzburg_color = { set_color_from_title = title:b_schwarzburg } + title:d_b_schwedt_color = { set_color_from_title = title:b_schwedt } + title:d_b_schweibus_color = { set_color_from_title = title:b_schweibus } + title:d_b_schweinfurt_color = { set_color_from_title = title:b_schweinfurt } + title:d_b_schwerin_color = { set_color_from_title = title:b_schwerin } + title:d_b_schwetz_color = { set_color_from_title = title:b_schwetz } + title:d_b_schwyz_color = { set_color_from_title = title:b_schwyz } + title:d_b_se_color = { set_color_from_title = title:b_se } + title:d_b_sebaste_color = { set_color_from_title = title:b_sebaste } + title:d_b_sebasteia_color = { set_color_from_title = title:b_sebasteia } + title:d_b_sebastopolis_color = { set_color_from_title = title:b_sebastopolis } + title:d_b_sebezh_color = { set_color_from_title = title:b_sebezh } + title:d_b_sebur_color = { set_color_from_title = title:b_sebur } + title:d_b_sedano_color = { set_color_from_title = title:b_sedano } + title:d_b_sedlec_color = { set_color_from_title = title:b_sedlec } + title:d_b_sees_color = { set_color_from_title = title:b_sees } + title:d_b_seesjarvi_color = { set_color_from_title = title:b_seesjarvi } + title:d_b_sefrou_color = { set_color_from_title = title:b_sefrou } + title:d_b_segarcea_color = { set_color_from_title = title:b_segarcea } + title:d_b_segbana_color = { set_color_from_title = title:b_segbana } + title:d_b_segni_color = { set_color_from_title = title:b_segni } + title:d_b_segorbe_color = { set_color_from_title = title:b_segorbe } + title:d_b_segou_color = { set_color_from_title = title:b_segou } + title:d_b_segovia_color = { set_color_from_title = title:b_segovia } + title:d_b_seguela_color = { set_color_from_title = title:b_seguela } + title:d_b_segura_color = { set_color_from_title = title:b_segura } + title:d_b_sehwi_color = { set_color_from_title = title:b_sehwi } + title:d_b_seilanger_color = { set_color_from_title = title:b_seilanger } + title:d_b_sejny_color = { set_color_from_title = title:b_sejny } + title:d_b_selenga_color = { set_color_from_title = title:b_selenga } + title:d_b_selestat_color = { set_color_from_title = title:b_selestat } + title:d_b_seletyteniz_color = { set_color_from_title = title:b_seletyteniz } + title:d_b_seleukia_color = { set_color_from_title = title:b_seleukia } + title:d_b_selge_color = { set_color_from_title = title:b_selge } + title:d_b_seligenstadt_color = { set_color_from_title = title:b_seligenstadt } + title:d_b_selinga_color = { set_color_from_title = title:b_selinga } + title:d_b_selinus_color = { set_color_from_title = title:b_selinus } + title:d_b_selkirk_color = { set_color_from_title = title:b_selkirk } + title:d_b_selmecbanya_color = { set_color_from_title = title:b_selmecbanya } + title:d_b_selo_color = { set_color_from_title = title:b_selo } + title:d_b_selpils_color = { set_color_from_title = title:b_selpils } + title:d_b_selpils_color = { set_color_from_title = title:b_selpils } + title:d_b_seltsa_u_nishi_color = { set_color_from_title = title:b_seltsa_u_nishi } + title:d_b_selymbria_color = { set_color_from_title = title:b_selymbria } + title:d_b_semenov_color = { set_color_from_title = title:b_semenov } + title:d_b_semey_color = { set_color_from_title = title:b_semey } + title:d_b_semien_color = { set_color_from_title = title:b_semien } + title:d_b_semikarakary_color = { set_color_from_title = title:b_semikarakary } + title:d_b_semisjaur_color = { set_color_from_title = title:b_semisjaur } + title:d_b_semna_color = { set_color_from_title = title:b_semna } + title:d_b_semnyi_color = { set_color_from_title = title:b_semnyi } + title:d_b_semur_en_brionnais_color = { set_color_from_title = title:b_semur_en_brionnais } + title:d_b_sengim_color = { set_color_from_title = title:b_sengim } + title:d_b_senj_color = { set_color_from_title = title:b_senj } + title:d_b_senkadagalapura_color = { set_color_from_title = title:b_senkadagalapura } + title:d_b_senlis_color = { set_color_from_title = title:b_senlis } + title:d_b_sennar_color = { set_color_from_title = title:b_sennar } + title:d_b_seno-south_color = { set_color_from_title = title:b_seno-south } + title:d_b_sens_color = { set_color_from_title = title:b_sens } + title:d_b_senufo_color = { set_color_from_title = title:b_senufo } + title:d_b_seoni_color = { set_color_from_title = title:b_seoni } + title:d_b_sepla_color = { set_color_from_title = title:b_sepla } + title:d_b_sepsiszentgyorgy_color = { set_color_from_title = title:b_sepsiszentgyorgy } + title:d_b_sequiet_el-hamra_color = { set_color_from_title = title:b_sequiet_el-hamra } + title:d_b_seradu_color = { set_color_from_title = title:b_seradu } + title:d_b_seraye_color = { set_color_from_title = title:b_seraye } + title:d_b_serdosk_color = { set_color_from_title = title:b_serdosk } + title:d_b_serek_color = { set_color_from_title = title:b_serek } + title:d_b_seretang_color = { set_color_from_title = title:b_seretang } + title:d_b_serga_color = { set_color_from_title = title:b_serga } + title:d_b_seringapatam_color = { set_color_from_title = title:b_seringapatam } + title:d_b_serkok_color = { set_color_from_title = title:b_serkok } + title:d_b_sero_color = { set_color_from_title = title:b_sero } + title:d_b_serpa_color = { set_color_from_title = title:b_serpa } + title:d_b_serpukhov_color = { set_color_from_title = title:b_serpukhov } + title:d_b_serra_color = { set_color_from_title = title:b_serra } + title:d_b_serres_color = { set_color_from_title = title:b_serres } + title:d_b_sersou_color = { set_color_from_title = title:b_sersou } + title:d_b_sertar_color = { set_color_from_title = title:b_sertar } + title:d_b_servia_color = { set_color_from_title = title:b_servia } + title:d_b_serxu_color = { set_color_from_title = title:b_serxu } + title:d_b_setgel_uul_color = { set_color_from_title = title:b_setgel_uul } + title:d_b_seti_color = { set_color_from_title = title:b_seti } + title:d_b_setsen_sart_color = { set_color_from_title = title:b_setsen_sart } + title:d_b_setubal_color = { set_color_from_title = title:b_setubal } + title:d_b_seu_d_urgell_color = { set_color_from_title = title:b_seu_d_urgell } + title:d_b_seunapura_color = { set_color_from_title = title:b_seunapura } + title:d_b_severin_color = { set_color_from_title = title:b_severin } + title:d_b_sevilla_color = { set_color_from_title = title:b_sevilla } + title:d_b_sevsk_color = { set_color_from_title = title:b_sevsk } + title:d_b_sevuki_color = { set_color_from_title = title:b_sevuki } + title:d_b_sewa_color = { set_color_from_title = title:b_sewa } + title:d_b_sfax_color = { set_color_from_title = title:b_sfax } + title:d_b_shabe_color = { set_color_from_title = title:b_shabe } + title:d_b_shabelle_color = { set_color_from_title = title:b_shabelle } + title:d_b_shabelle-hiran_color = { set_color_from_title = title:b_shabelle-hiran } + title:d_b_shabwa_color = { set_color_from_title = title:b_shabwa } + title:d_b_shade_color = { set_color_from_title = title:b_shade } + title:d_b_shaftesbury_color = { set_color_from_title = title:b_shaftesbury } + title:d_b_shagal_color = { set_color_from_title = title:b_shagal } + title:d_b_shahbandar_color = { set_color_from_title = title:b_shahbandar } + title:d_b_shaheinab_color = { set_color_from_title = title:b_shaheinab } + title:d_b_shahr-e-babak_color = { set_color_from_title = title:b_shahr-e-babak } + title:d_b_shahrakht_color = { set_color_from_title = title:b_shahrakht } + title:d_b_shahrastan_color = { set_color_from_title = title:b_shahrastan } + title:d_b_shahrazur_color = { set_color_from_title = title:b_shahrazur } + title:d_b_shahru_color = { set_color_from_title = title:b_shahru } + title:d_b_shai_color = { set_color_from_title = title:b_shai } + title:d_b_shakambhari_color = { set_color_from_title = title:b_shakambhari } + title:d_b_shakin_color = { set_color_from_title = title:b_shakin } + title:d_b_shal_color = { set_color_from_title = title:b_shal } + title:d_b_shalush_color = { set_color_from_title = title:b_shalush } + title:d_b_shama_color = { set_color_from_title = title:b_shama } + title:d_b_shamat_color = { set_color_from_title = title:b_shamat } + title:d_b_shamkur_color = { set_color_from_title = title:b_shamkur } + title:d_b_shandan_color = { set_color_from_title = title:b_shandan } + title:d_b_shandur_color = { set_color_from_title = title:b_shandur } + title:d_b_shankh_color = { set_color_from_title = title:b_shankh } + title:d_b_shantoskoye_color = { set_color_from_title = title:b_shantoskoye } + title:d_b_shanzhou_color = { set_color_from_title = title:b_shanzhou } + title:d_b_shapotou_color = { set_color_from_title = title:b_shapotou } + title:d_b_shapurqan_color = { set_color_from_title = title:b_shapurqan } + title:d_b_shaqlabadh_color = { set_color_from_title = title:b_shaqlabadh } + title:d_b_sharaf_al-bal_color = { set_color_from_title = title:b_sharaf_al-bal } + title:d_b_sharan_color = { set_color_from_title = title:b_sharan } + title:d_b_sharga_color = { set_color_from_title = title:b_sharga } + title:d_b_sharga_OTU_color = { set_color_from_title = title:b_sharga_OTU } + title:d_b_sharka_color = { set_color_from_title = title:b_sharka } + title:d_b_sharshal_color = { set_color_from_title = title:b_sharshal } + title:d_b_sharuq_color = { set_color_from_title = title:b_sharuq } + title:d_b_sharusan_color = { set_color_from_title = title:b_sharusan } + title:d_b_shatrunjaya_color = { set_color_from_title = title:b_shatrunjaya } + title:d_b_shatt_color = { set_color_from_title = title:b_shatt } + title:d_b_shavgar_color = { set_color_from_title = title:b_shavgar } + title:d_b_shawashkan_color = { set_color_from_title = title:b_shawashkan } + title:d_b_shawbak_color = { set_color_from_title = title:b_shawbak } + title:d_b_shayar_color = { set_color_from_title = title:b_shayar } + title:d_b_shayzar_color = { set_color_from_title = title:b_shayzar } + title:d_b_shazhou_color = { set_color_from_title = title:b_shazhou } + title:d_b_shchuchinsk_color = { set_color_from_title = title:b_shchuchinsk } + title:d_b_shchuchye_color = { set_color_from_title = title:b_shchuchye } + title:d_b_sheffield_color = { set_color_from_title = title:b_sheffield } + title:d_b_sheikh_color = { set_color_from_title = title:b_sheikh } + title:d_b_sheikh_dawud_color = { set_color_from_title = title:b_sheikh_dawud } + title:d_b_sheksna_color = { set_color_from_title = title:b_sheksna } + title:d_b_shelji_color = { set_color_from_title = title:b_shelji } + title:d_b_shelkar_color = { set_color_from_title = title:b_shelkar } + title:d_b_shemakha_color = { set_color_from_title = title:b_shemakha } + title:d_b_shemkhiya_color = { set_color_from_title = title:b_shemkhiya } + title:d_b_shendi_color = { set_color_from_title = title:b_shendi } + title:d_b_shenkursk_color = { set_color_from_title = title:b_shenkursk } + title:d_b_sheopur_color = { set_color_from_title = title:b_sheopur } + title:d_b_shergarh_color = { set_color_from_title = title:b_shergarh } + title:d_b_shey_color = { set_color_from_title = title:b_shey } + title:d_b_shibam_color = { set_color_from_title = title:b_shibam } + title:d_b_shibam-sanaa_color = { set_color_from_title = title:b_shibam-sanaa } + title:d_b_shigar_color = { set_color_from_title = title:b_shigar } + title:d_b_shikarji_color = { set_color_from_title = title:b_shikarji } + title:d_b_shikarpur_color = { set_color_from_title = title:b_shikarpur } + title:d_b_shilmuustoi_color = { set_color_from_title = title:b_shilmuustoi } + title:d_b_shimal_color = { set_color_from_title = title:b_shimal } + title:d_b_shimazana_color = { set_color_from_title = title:b_shimazana } + title:d_b_shimshat_color = { set_color_from_title = title:b_shimshat } + title:d_b_shina_color = { set_color_from_title = title:b_shina } + title:d_b_shinqiti_color = { set_color_from_title = title:b_shinqiti } + title:d_b_shiraz-farsi_color = { set_color_from_title = title:b_shiraz-farsi } + title:d_b_shiraz-sarakhsi_color = { set_color_from_title = title:b_shiraz-sarakhsi } + title:d_b_shirvan_color = { set_color_from_title = title:b_shirvan } + title:d_b_shishina_color = { set_color_from_title = title:b_shishina } + title:d_b_shityy_color = { set_color_from_title = title:b_shityy } + title:d_b_shivapura_color = { set_color_from_title = title:b_shivapura } + title:d_b_shiz_color = { set_color_from_title = title:b_shiz } + title:d_b_shizuizi_color = { set_color_from_title = title:b_shizuizi } + title:d_b_sholapur_color = { set_color_from_title = title:b_sholapur } + title:d_b_shoma_color = { set_color_from_title = title:b_shoma } + title:d_b_shor_color = { set_color_from_title = title:b_shor } + title:d_b_shorapann_color = { set_color_from_title = title:b_shorapann } + title:d_b_shorchuk_color = { set_color_from_title = title:b_shorchuk } + title:d_b_shorkot_color = { set_color_from_title = title:b_shorkot } + title:d_b_showak_color = { set_color_from_title = title:b_showak } + title:d_b_showak_south_color = { set_color_from_title = title:b_showak_south } + title:d_b_shravana_belgola_color = { set_color_from_title = title:b_shravana_belgola } + title:d_b_shrewsbury_color = { set_color_from_title = title:b_shrewsbury } + title:d_b_shrinagar_color = { set_color_from_title = title:b_shrinagar } + title:d_b_shringeri_color = { set_color_from_title = title:b_shringeri } + title:d_b_shtip_color = { set_color_from_title = title:b_shtip } + title:d_b_shugel_ondor_color = { set_color_from_title = title:b_shugel_ondor } + title:d_b_shughnan_color = { set_color_from_title = title:b_shughnan } + title:d_b_shulak_color = { set_color_from_title = title:b_shulak } + title:d_b_shule_river_color = { set_color_from_title = title:b_shule_river } + title:d_b_shuman_color = { set_color_from_title = title:b_shuman } + title:d_b_shumen_color = { set_color_from_title = title:b_shumen } + title:d_b_shunqayr_color = { set_color_from_title = title:b_shunqayr } + title:d_b_shunzhou_color = { set_color_from_title = title:b_shunzhou } + title:d_b_shurmin_color = { set_color_from_title = title:b_shurmin } + title:d_b_shurysh_color = { set_color_from_title = title:b_shurysh } + title:d_b_shuya_color = { set_color_from_title = title:b_shuya } + title:d_b_shwegyin_color = { set_color_from_title = title:b_shwegyin } + title:d_b_shwemyo_color = { set_color_from_title = title:b_shwemyo } + title:d_b_shwesettaw_color = { set_color_from_title = title:b_shwesettaw } + title:d_b_shyganak_color = { set_color_from_title = title:b_shyganak } + title:d_b_shyungme_color = { set_color_from_title = title:b_shyungme } + title:d_b_siauliai_color = { set_color_from_title = title:b_siauliai } + title:d_b_sibenik_color = { set_color_from_title = title:b_sibenik } + title:d_b_sibi_color = { set_color_from_title = title:b_sibi } + title:d_b_sibi_mali_color = { set_color_from_title = title:b_sibi_mali } + title:d_b_sibir_color = { set_color_from_title = title:b_sibir } + title:d_b_sibnak_chenchungo_color = { set_color_from_title = title:b_sibnak_chenchungo } + title:d_b_sidamo-south_color = { set_color_from_title = title:b_sidamo-south } + title:d_b_siddhapura_color = { set_color_from_title = title:b_siddhapura } + title:d_b_side_color = { set_color_from_title = title:b_side } + title:d_b_siderokastron_color = { set_color_from_title = title:b_siderokastron } + title:d_b_sidi_uqba_color = { set_color_from_title = title:b_sidi_uqba } + title:d_b_sidrah_color = { set_color_from_title = title:b_sidrah } + title:d_b_siedlischo_color = { set_color_from_title = title:b_siedlischo } + title:d_b_siegburg_color = { set_color_from_title = title:b_siegburg } + title:d_b_siegen_color = { set_color_from_title = title:b_siegen } + title:d_b_siena_color = { set_color_from_title = title:b_siena } + title:d_b_sieradz_color = { set_color_from_title = title:b_sieradz } + title:d_b_sierradegredos_color = { set_color_from_title = title:b_sierradegredos } + title:d_b_sierradesanjust_color = { set_color_from_title = title:b_sierradesanjust } + title:d_b_siffin_color = { set_color_from_title = title:b_siffin } + title:d_b_siggevara_color = { set_color_from_title = title:b_siggevara } + title:d_b_sighnaq_color = { set_color_from_title = title:b_sighnaq } + title:d_b_sigmaringen_color = { set_color_from_title = title:b_sigmaringen } + title:d_b_sigtuna_color = { set_color_from_title = title:b_sigtuna } + title:d_b_siguenza_color = { set_color_from_title = title:b_siguenza } + title:d_b_siguiri_color = { set_color_from_title = title:b_siguiri } + title:d_b_sihor_color = { set_color_from_title = title:b_sihor } + title:d_b_sijilmasa_color = { set_color_from_title = title:b_sijilmasa } + title:d_b_sikasso_color = { set_color_from_title = title:b_sikasso } + title:d_b_siklos_color = { set_color_from_title = title:b_siklos } + title:d_b_silach_color = { set_color_from_title = title:b_silach } + title:d_b_silalish_color = { set_color_from_title = title:b_silalish } + title:d_b_silandos_color = { set_color_from_title = title:b_silandos } + title:d_b_silla_color = { set_color_from_title = title:b_silla } + title:d_b_siluko_color = { set_color_from_title = title:b_siluko } + title:d_b_silves_color = { set_color_from_title = title:b_silves } + title:d_b_silyana_color = { set_color_from_title = title:b_silyana } + title:d_b_sim_color = { set_color_from_title = title:b_sim } + title:d_b_simancas_color = { set_color_from_title = title:b_simancas } + title:d_b_simaramapura_color = { set_color_from_title = title:b_simaramapura } + title:d_b_simbiling_color = { set_color_from_title = title:b_simbiling } + title:d_b_simbirsk_color = { set_color_from_title = title:b_simbirsk } + title:d_b_simiat_color = { set_color_from_title = title:b_simiat } + title:d_b_simiatychi_color = { set_color_from_title = title:b_simiatychi } + title:d_b_simikot_color = { set_color_from_title = title:b_simikot } + title:d_b_simnan_color = { set_color_from_title = title:b_simnan } + title:d_b_simontornya_color = { set_color_from_title = title:b_simontornya } + title:d_b_sinawin_color = { set_color_from_title = title:b_sinawin } + title:d_b_sindkhed_color = { set_color_from_title = title:b_sindkhed } + title:d_b_sindkheda_color = { set_color_from_title = title:b_sindkheda } + title:d_b_sine_color = { set_color_from_title = title:b_sine } + title:d_b_singa_color = { set_color_from_title = title:b_singa } + title:d_b_singu_color = { set_color_from_title = title:b_singu } + title:d_b_siniz_color = { set_color_from_title = title:b_siniz } + title:d_b_sinj_color = { set_color_from_title = title:b_sinj } + title:d_b_sinja_color = { set_color_from_title = title:b_sinja } + title:d_b_sinjar_color = { set_color_from_title = title:b_sinjar } + title:d_b_sinjcroat_color = { set_color_from_title = title:b_sinjcroat } + title:d_b_sinkat_color = { set_color_from_title = title:b_sinkat } + title:d_b_sinope_color = { set_color_from_title = title:b_sinope } + title:d_b_sinoria_color = { set_color_from_title = title:b_sinoria } + title:d_b_sinya_color = { set_color_from_title = title:b_sinya } + title:d_b_sioboradh_color = { set_color_from_title = title:b_sioboradh } + title:d_b_siponto_color = { set_color_from_title = title:b_siponto } + title:d_b_siqqabanariya_color = { set_color_from_title = title:b_siqqabanariya } + title:d_b_siraf_color = { set_color_from_title = title:b_siraf } + title:d_b_siraj_ji_takri_color = { set_color_from_title = title:b_siraj_ji_takri } + title:d_b_siravan_color = { set_color_from_title = title:b_siravan } + title:d_b_sirba_color = { set_color_from_title = title:b_sirba } + title:d_b_siret_color = { set_color_from_title = title:b_siret } + title:d_b_sirhan_color = { set_color_from_title = title:b_sirhan } + title:d_b_sirhind_color = { set_color_from_title = title:b_sirhind } + title:d_b_sirjan_color = { set_color_from_title = title:b_sirjan } + title:d_b_sirkas_color = { set_color_from_title = title:b_sirkas } + title:d_b_sironj_color = { set_color_from_title = title:b_sironj } + title:d_b_sirwan_color = { set_color_from_title = title:b_sirwan } + title:d_b_sisak_color = { set_color_from_title = title:b_sisak } + title:d_b_sisim_color = { set_color_from_title = title:b_sisim } + title:d_b_sitawaka_color = { set_color_from_title = title:b_sitawaka } + title:d_b_sitges_color = { set_color_from_title = title:b_sitges } + title:d_b_sittaung_color = { set_color_from_title = title:b_sittaung } + title:d_b_sitti_color = { set_color_from_title = title:b_sitti } + title:d_b_siun_color = { set_color_from_title = title:b_siun } + title:d_b_sivaganga_color = { set_color_from_title = title:b_sivaganga } + title:d_b_sivakasi_color = { set_color_from_title = title:b_sivakasi } + title:d_b_sivista_color = { set_color_from_title = title:b_sivista } + title:d_b_siwa_color = { set_color_from_title = title:b_siwa } + title:d_b_siwana_color = { set_color_from_title = title:b_siwana } + title:d_b_siwistan_color = { set_color_from_title = title:b_siwistan } + title:d_b_siyahjird_color = { set_color_from_title = title:b_siyahjird } + title:d_b_siyahtepe_color = { set_color_from_title = title:b_siyahtepe } + title:d_b_sjeltie_color = { set_color_from_title = title:b_sjeltie } + title:d_b_sjenica_color = { set_color_from_title = title:b_sjenica } + title:d_b_sjokksjokk_color = { set_color_from_title = title:b_sjokksjokk } + title:d_b_skadar_color = { set_color_from_title = title:b_skadar } + title:d_b_skalstugan_color = { set_color_from_title = title:b_skalstugan } + title:d_b_skanninge_color = { set_color_from_title = title:b_skanninge } + title:d_b_skara_color = { set_color_from_title = title:b_skara } + title:d_b_skardu_color = { set_color_from_title = title:b_skardu } + title:d_b_ski_color = { set_color_from_title = title:b_ski } + title:d_b_skiringssal_color = { set_color_from_title = title:b_skiringssal } + title:d_b_skolt_color = { set_color_from_title = title:b_skolt } + title:d_b_skopelos_color = { set_color_from_title = title:b_skopelos } + title:d_b_skopje_color = { set_color_from_title = title:b_skopje } + title:d_b_skramlrak_color = { set_color_from_title = title:b_skramlrak } + title:d_b_skrapar_color = { set_color_from_title = title:b_skrapar } + title:d_b_skye_color = { set_color_from_title = title:b_skye } + title:d_b_skynzekkeberge_color = { set_color_from_title = title:b_skynzekkeberge } + title:d_b_skyros_color = { set_color_from_title = title:b_skyros } + title:d_b_slagelse_color = { set_color_from_title = title:b_slagelse } + title:d_b_slakta_color = { set_color_from_title = title:b_slakta } + title:d_b_slany_color = { set_color_from_title = title:b_slany } + title:d_b_slemish_color = { set_color_from_title = title:b_slemish } + title:d_b_sligo_color = { set_color_from_title = title:b_sligo } + title:d_b_sliven_color = { set_color_from_title = title:b_sliven } + title:d_b_slobozia_color = { set_color_from_title = title:b_slobozia } + title:d_b_slonim_color = { set_color_from_title = title:b_slonim } + title:d_b_slupsk_color = { set_color_from_title = title:b_slupsk } + title:d_b_slutsk_color = { set_color_from_title = title:b_slutsk } + title:d_b_smederevo_color = { set_color_from_title = title:b_smederevo } + title:d_b_smolensk_color = { set_color_from_title = title:b_smolensk } + title:d_b_smolyan_color = { set_color_from_title = title:b_smolyan } + title:d_b_smozolany_color = { set_color_from_title = title:b_smozolany } + title:d_b_smyrna_color = { set_color_from_title = title:b_smyrna } + title:d_b_soana_color = { set_color_from_title = title:b_soana } + title:d_b_soanda_color = { set_color_from_title = title:b_soanda } + title:d_b_soba_color = { set_color_from_title = title:b_soba } + title:d_b_sochaczew_color = { set_color_from_title = title:b_sochaczew } + title:d_b_sochur_color = { set_color_from_title = title:b_sochur } + title:d_b_soegud_color = { set_color_from_title = title:b_soegud } + title:d_b_soest_color = { set_color_from_title = title:b_soest } + title:d_b_sog_color = { set_color_from_title = title:b_sog } + title:d_b_sognfylki_color = { set_color_from_title = title:b_sognfylki } + title:d_b_sohar_color = { set_color_from_title = title:b_sohar } + title:d_b_sokode_color = { set_color_from_title = title:b_sokode } + title:d_b_sokol_color = { set_color_from_title = title:b_sokol } + title:d_b_sokolka_color = { set_color_from_title = title:b_sokolka } + title:d_b_sokoto_color = { set_color_from_title = title:b_sokoto } + title:d_b_sokoto-north_color = { set_color_from_title = title:b_sokoto-north } + title:d_b_sokur_color = { set_color_from_title = title:b_sokur } + title:d_b_sol_vilikaya_color = { set_color_from_title = title:b_sol_vilikaya } + title:d_b_solatumum_color = { set_color_from_title = title:b_solatumum } + title:d_b_soldin_color = { set_color_from_title = title:b_soldin } + title:d_b_soleny_color = { set_color_from_title = title:b_soleny } + title:d_b_soli_color = { set_color_from_title = title:b_soli } + title:d_b_soli_CYP_color = { set_color_from_title = title:b_soli_CYP } + title:d_b_soligalich_color = { set_color_from_title = title:b_soligalich } + title:d_b_solikamsk_color = { set_color_from_title = title:b_solikamsk } + title:d_b_solimana_color = { set_color_from_title = title:b_solimana } + title:d_b_solin_color = { set_color_from_title = title:b_solin } + title:d_b_solms_color = { set_color_from_title = title:b_solms } + title:d_b_soloi_color = { set_color_from_title = title:b_soloi } + title:d_b_soltsy_color = { set_color_from_title = title:b_soltsy } + title:d_b_soma_color = { set_color_from_title = title:b_soma } + title:d_b_somapur_color = { set_color_from_title = title:b_somapur } + title:d_b_sombio_color = { set_color_from_title = title:b_sombio } + title:d_b_somero_color = { set_color_from_title = title:b_somero } + title:d_b_somnath_color = { set_color_from_title = title:b_somnath } + title:d_b_somogyvar_color = { set_color_from_title = title:b_somogyvar } + title:d_b_somorja_color = { set_color_from_title = title:b_somorja } + title:d_b_sonda_color = { set_color_from_title = title:b_sonda } + title:d_b_sopak_sor_color = { set_color_from_title = title:b_sopak_sor } + title:d_b_sopot_color = { set_color_from_title = title:b_sopot } + title:d_b_sopron_color = { set_color_from_title = title:b_sopron } + title:d_b_sor_kuduk_color = { set_color_from_title = title:b_sor_kuduk } + title:d_b_soria_color = { set_color_from_title = title:b_soria } + title:d_b_sorkul_color = { set_color_from_title = title:b_sorkul } + title:d_b_sorma_color = { set_color_from_title = title:b_sorma } + title:d_b_soroca_color = { set_color_from_title = title:b_soroca } + title:d_b_sorok_color = { set_color_from_title = title:b_sorok } + title:d_b_soron_color = { set_color_from_title = title:b_soron } + title:d_b_sortavala_color = { set_color_from_title = title:b_sortavala } + title:d_b_sosavur_color = { set_color_from_title = title:b_sosavur } + title:d_b_sosnevke_color = { set_color_from_title = title:b_sosnevke } + title:d_b_sosno_color = { set_color_from_title = title:b_sosno } + title:d_b_sosva_color = { set_color_from_title = title:b_sosva } + title:d_b_sota_color = { set_color_from_title = title:b_sota } + title:d_b_soubhagyapura_color = { set_color_from_title = title:b_soubhagyapura } + title:d_b_souf_color = { set_color_from_title = title:b_souf } + title:d_b_soum_color = { set_color_from_title = title:b_soum } + title:d_b_south_danakil_color = { set_color_from_title = title:b_south_danakil } + title:d_b_south_igbo_color = { set_color_from_title = title:b_south_igbo } + title:d_b_south_jaz_murian_color = { set_color_from_title = title:b_south_jaz_murian } + title:d_b_south_jbl_quzlum_color = { set_color_from_title = title:b_south_jbl_quzlum } + title:d_b_south_seraye_color = { set_color_from_title = title:b_south_seraye } + title:d_b_southampton_color = { set_color_from_title = title:b_southampton } + title:d_b_southwark_color = { set_color_from_title = title:b_southwark } + title:d_b_soutjarvi_color = { set_color_from_title = title:b_soutjarvi } + title:d_b_soxiq_color = { set_color_from_title = title:b_soxiq } + title:d_b_sozopol_color = { set_color_from_title = title:b_sozopol } + title:d_b_sozopolis_color = { set_color_from_title = title:b_sozopolis } + title:d_b_spas_color = { set_color_from_title = title:b_spas } + title:d_b_speri_color = { set_color_from_title = title:b_speri } + title:d_b_speyer_color = { set_color_from_title = title:b_speyer } + title:d_b_spis_color = { set_color_from_title = title:b_spis } + title:d_b_spittal_color = { set_color_from_title = title:b_spittal } + title:d_b_spitz_color = { set_color_from_title = title:b_spitz } + title:d_b_split_color = { set_color_from_title = title:b_split } + title:d_b_spoleto_color = { set_color_from_title = title:b_spoleto } + title:d_b_sponhem_color = { set_color_from_title = title:b_sponhem } + title:d_b_spreewald_color = { set_color_from_title = title:b_spreewald } + title:d_b_spremberg_color = { set_color_from_title = title:b_spremberg } + title:d_b_sprottau_color = { set_color_from_title = title:b_sprottau } + title:d_b_spytihnev_color = { set_color_from_title = title:b_spytihnev } + title:d_b_squilluce_color = { set_color_from_title = title:b_squilluce } + title:d_b_sravasti_color = { set_color_from_title = title:b_sravasti } + title:d_b_srebrenica_color = { set_color_from_title = title:b_srebrenica } + title:d_b_srebrenik_color = { set_color_from_title = title:b_srebrenik } + title:d_b_sredets_color = { set_color_from_title = title:b_sredets } + title:d_b_srem_color = { set_color_from_title = title:b_srem } + title:d_b_sri_surya_pahar_color = { set_color_from_title = title:b_sri_surya_pahar } + title:d_b_srihatta_color = { set_color_from_title = title:b_srihatta } + title:d_b_srikakulam_color = { set_color_from_title = title:b_srikakulam } + title:d_b_sriksetra_color = { set_color_from_title = title:b_sriksetra } + title:d_b_srinagar_color = { set_color_from_title = title:b_srinagar } + title:d_b_srinagara_color = { set_color_from_title = title:b_srinagara } + title:d_b_sriparvata_color = { set_color_from_title = title:b_sriparvata } + title:d_b_sripatha_color = { set_color_from_title = title:b_sripatha } + title:d_b_sripuri_color = { set_color_from_title = title:b_sripuri } + title:d_b_srirangam_color = { set_color_from_title = title:b_srirangam } + title:d_b_srirangapatna_color = { set_color_from_title = title:b_srirangapatna } + title:d_b_sroda_color = { set_color_from_title = title:b_sroda } + title:d_b_st_andrews_color = { set_color_from_title = title:b_st_andrews } + title:d_b_st_davids_color = { set_color_from_title = title:b_st_davids } + title:d_b_st_johnston_color = { set_color_from_title = title:b_st_johnston } + title:d_b_st_pol_de_leon_color = { set_color_from_title = title:b_st_pol_de_leon } + title:d_b_stade_color = { set_color_from_title = title:b_stade } + title:d_b_stafford_color = { set_color_from_title = title:b_stafford } + title:d_b_stagoi_color = { set_color_from_title = title:b_stagoi } + title:d_b_stamford_color = { set_color_from_title = title:b_stamford } + title:d_b_stange_color = { set_color_from_title = title:b_stange } + title:d_b_stanimaka_color = { set_color_from_title = title:b_stanimaka } + title:d_b_stargad_color = { set_color_from_title = title:b_stargad } + title:d_b_starodub_color = { set_color_from_title = title:b_starodub } + title:d_b_starodub-on-the-klyazma_color = { set_color_from_title = title:b_starodub-on-the-klyazma } + title:d_b_staveren_color = { set_color_from_title = title:b_staveren } + title:d_b_stcatherine_color = { set_color_from_title = title:b_stcatherine } + title:d_b_steenwijk_color = { set_color_from_title = title:b_steenwijk } + title:d_b_stegholm_color = { set_color_from_title = title:b_stegholm } + title:d_b_stendal_color = { set_color_from_title = title:b_stendal } + title:d_b_stepan_color = { set_color_from_title = title:b_stepan } + title:d_b_sterlitamak_color = { set_color_from_title = title:b_sterlitamak } + title:d_b_steyr_color = { set_color_from_title = title:b_steyr } + title:d_b_stezyca_color = { set_color_from_title = title:b_stezyca } + title:d_b_sthanisvara_color = { set_color_from_title = title:b_sthanisvara } + title:d_b_sthlanitza_color = { set_color_from_title = title:b_sthlanitza } + title:d_b_stigliano_color = { set_color_from_title = title:b_stigliano } + title:d_b_stipon_color = { set_color_from_title = title:b_stipon } + title:d_b_stirling_color = { set_color_from_title = title:b_stirling } + title:d_b_stjordala_color = { set_color_from_title = title:b_stjordala } + title:d_b_stoenesti_color = { set_color_from_title = title:b_stoenesti } + title:d_b_stoke_on_trent_color = { set_color_from_title = title:b_stoke_on_trent } + title:d_b_stokkseyri_color = { set_color_from_title = title:b_stokkseyri } + title:d_b_stolby_color = { set_color_from_title = title:b_stolby } + title:d_b_stolsheimen_color = { set_color_from_title = title:b_stolsheimen } + title:d_b_ston_color = { set_color_from_title = title:b_ston } + title:d_b_storkow_color = { set_color_from_title = title:b_storkow } + title:d_b_storsjo_color = { set_color_from_title = title:b_storsjo } + title:d_b_stoyanka_color = { set_color_from_title = title:b_stoyanka } + title:d_b_stralsund_color = { set_color_from_title = title:b_stralsund } + title:d_b_strand_color = { set_color_from_title = title:b_strand } + title:d_b_strassburg_color = { set_color_from_title = title:b_strassburg } + title:d_b_strasswalchen_color = { set_color_from_title = title:b_strasswalchen } + title:d_b_strathgryte_color = { set_color_from_title = title:b_strathgryte } + title:d_b_strehaia_color = { set_color_from_title = title:b_strehaia } + title:d_b_strehlitz_color = { set_color_from_title = title:b_strehlitz } + title:d_b_stribro_color = { set_color_from_title = title:b_stribro } + title:d_b_strigines_color = { set_color_from_title = title:b_strigines } + title:d_b_strumica_color = { set_color_from_title = title:b_strumica } + title:d_b_stwerap_color = { set_color_from_title = title:b_stwerap } + title:d_b_suadigil_color = { set_color_from_title = title:b_suadigil } + title:d_b_suakin_color = { set_color_from_title = title:b_suakin } + title:d_b_subakh_color = { set_color_from_title = title:b_subakh } + title:d_b_subashi_color = { set_color_from_title = title:b_subashi } + title:d_b_subay_color = { set_color_from_title = title:b_subay } + title:d_b_subei_color = { set_color_from_title = title:b_subei } + title:d_b_subu_color = { set_color_from_title = title:b_subu } + title:d_b_suceava_color = { set_color_from_title = title:b_suceava } + title:d_b_suchatu_color = { set_color_from_title = title:b_suchatu } + title:d_b_suday_color = { set_color_from_title = title:b_suday } + title:d_b_sudbury_color = { set_color_from_title = title:b_sudbury } + title:d_b_sudherkopung_color = { set_color_from_title = title:b_sudherkopung } + title:d_b_sudogda_color = { set_color_from_title = title:b_sudogda } + title:d_b_sudzha_color = { set_color_from_title = title:b_sudzha } + title:d_b_suenekele_color = { set_color_from_title = title:b_suenekele } + title:d_b_sufaina_color = { set_color_from_title = title:b_sufaina } + title:d_b_sugauna_color = { set_color_from_title = title:b_sugauna } + title:d_b_sugi_color = { set_color_from_title = title:b_sugi } + title:d_b_suhravard_color = { set_color_from_title = title:b_suhravard } + title:d_b_sukawand_color = { set_color_from_title = title:b_sukawand } + title:d_b_sukayr_al-abbas_color = { set_color_from_title = title:b_sukayr_al-abbas } + title:d_b_sukh_color = { set_color_from_title = title:b_sukh } + title:d_b_sukhorukova_color = { set_color_from_title = title:b_sukhorukova } + title:d_b_sulecin_color = { set_color_from_title = title:b_sulecin } + title:d_b_sulina_color = { set_color_from_title = title:b_sulina } + title:d_b_sulkava_color = { set_color_from_title = title:b_sulkava } + title:d_b_sullum_color = { set_color_from_title = title:b_sullum } + title:d_b_sully_sur_loire_color = { set_color_from_title = title:b_sully_sur_loire } + title:d_b_sulugu_color = { set_color_from_title = title:b_sulugu } + title:d_b_sulz_color = { set_color_from_title = title:b_sulz } + title:d_b_sulzbach_color = { set_color_from_title = title:b_sulzbach } + title:d_b_sumbe_color = { set_color_from_title = title:b_sumbe } + title:d_b_sumdo_color = { set_color_from_title = title:b_sumdo } + title:d_b_sumna_color = { set_color_from_title = title:b_sumna } + title:d_b_sumnal_color = { set_color_from_title = title:b_sumnal } + title:d_b_sumray_color = { set_color_from_title = title:b_sumray } + title:d_b_sumshul_color = { set_color_from_title = title:b_sumshul } + title:d_b_sumy_color = { set_color_from_title = title:b_sumy } + title:d_b_suna_color = { set_color_from_title = title:b_suna } + title:d_b_sunam_color = { set_color_from_title = title:b_sunam } + title:d_b_sunan_color = { set_color_from_title = title:b_sunan } + title:d_b_sund_color = { set_color_from_title = title:b_sund } + title:d_b_sundby_color = { set_color_from_title = title:b_sundby } + title:d_b_sungqu_color = { set_color_from_title = title:b_sungqu } + title:d_b_sunnhordalandi_color = { set_color_from_title = title:b_sunnhordalandi } + title:d_b_sunnmore_color = { set_color_from_title = title:b_sunnmore } + title:d_b_suojarvi_color = { set_color_from_title = title:b_suojarvi } + title:d_b_suondavara_color = { set_color_from_title = title:b_suondavara } + title:d_b_suonnjel_color = { set_color_from_title = title:b_suonnjel } + title:d_b_suoparsaari_color = { set_color_from_title = title:b_suoparsaari } + title:d_b_suq-socotra_color = { set_color_from_title = title:b_suq-socotra } + title:d_b_sur_color = { set_color_from_title = title:b_sur } + title:d_b_suraparaka_color = { set_color_from_title = title:b_suraparaka } + title:d_b_surazichi_color = { set_color_from_title = title:b_surazichi } + title:d_b_surgut_color = { set_color_from_title = title:b_surgut } + title:d_b_suriya_color = { set_color_from_title = title:b_suriya } + title:d_b_susa_color = { set_color_from_title = title:b_susa } + title:d_b_suteysk_color = { set_color_from_title = title:b_suteysk } + title:d_b_suthri_eystridali_color = { set_color_from_title = title:b_suthri_eystridali } + title:d_b_suthri_gudbrandsdali_color = { set_color_from_title = title:b_suthri_gudbrandsdali } + title:d_b_sutkend_color = { set_color_from_title = title:b_sutkend } + title:d_b_sutkhol_color = { set_color_from_title = title:b_sutkhol } + title:d_b_sutri_color = { set_color_from_title = title:b_sutri } + title:d_b_suvalkai_color = { set_color_from_title = title:b_suvalkai } + title:d_b_suvar_color = { set_color_from_title = title:b_suvar } + title:d_b_suvarnagram_color = { set_color_from_title = title:b_suvarnagram } + title:d_b_suvarnapura_color = { set_color_from_title = title:b_suvarnapura } + title:d_b_suvorov_color = { set_color_from_title = title:b_suvorov } + title:d_b_suvunduk_color = { set_color_from_title = title:b_suvunduk } + title:d_b_suyab_color = { set_color_from_title = title:b_suyab } + title:d_b_suzak_color = { set_color_from_title = title:b_suzak } + title:d_b_suzdal_color = { set_color_from_title = title:b_suzdal } + title:d_b_suzhou_color = { set_color_from_title = title:b_suzhou } + title:d_b_svarvas_color = { set_color_from_title = title:b_svarvas } + title:d_b_sveg_color = { set_color_from_title = title:b_sveg } + title:d_b_svendborg_color = { set_color_from_title = title:b_svendborg } + title:d_b_svolensk_color = { set_color_from_title = title:b_svolensk } + title:d_b_svrljig_color = { set_color_from_title = title:b_svrljig } + title:d_b_swa_color = { set_color_from_title = title:b_swa } + title:d_b_swansea_color = { set_color_from_title = title:b_swansea } + title:d_b_swetakapura_color = { set_color_from_title = title:b_swetakapura } + title:d_b_swinoujscie_color = { set_color_from_title = title:b_swinoujscie } + title:d_b_swiny_color = { set_color_from_title = title:b_swiny } + title:d_b_sylva_color = { set_color_from_title = title:b_sylva } + title:d_b_symbyl_color = { set_color_from_title = title:b_symbyl } + title:d_b_synaos_color = { set_color_from_title = title:b_synaos } + title:d_b_synnada_color = { set_color_from_title = title:b_synnada } + title:d_b_syracusa_color = { set_color_from_title = title:b_syracusa } + title:d_b_syriam_color = { set_color_from_title = title:b_syriam } + title:d_b_syrte_color = { set_color_from_title = title:b_syrte } + title:d_b_syrtripolis_color = { set_color_from_title = title:b_syrtripolis } + title:d_b_sysma_color = { set_color_from_title = title:b_sysma } + title:d_b_szabolcs_color = { set_color_from_title = title:b_szabolcs } + title:d_b_szaszkezd_color = { set_color_from_title = title:b_szaszkezd } + title:d_b_szaszregen_color = { set_color_from_title = title:b_szaszregen } + title:d_b_szatmar_color = { set_color_from_title = title:b_szatmar } + title:d_b_szava_color = { set_color_from_title = title:b_szava } + title:d_b_szczecin_color = { set_color_from_title = title:b_szczecin } + title:d_b_szczecinek_color = { set_color_from_title = title:b_szczecinek } + title:d_b_szeged_color = { set_color_from_title = title:b_szeged } + title:d_b_szek_color = { set_color_from_title = title:b_szek } + title:d_b_szekelyudvarhely_color = { set_color_from_title = title:b_szekelyudvarhely } + title:d_b_szekesfehervar_color = { set_color_from_title = title:b_szekesfehervar } + title:d_b_szendro_color = { set_color_from_title = title:b_szendro } + title:d_b_szentgotthard_color = { set_color_from_title = title:b_szentgotthard } + title:d_b_szerem_color = { set_color_from_title = title:b_szerem } + title:d_b_szerencs_color = { set_color_from_title = title:b_szerencs } + title:d_b_szigetvar_color = { set_color_from_title = title:b_szigetvar } + title:d_b_szilagy_color = { set_color_from_title = title:b_szilagy } + title:d_b_szobszlo_color = { set_color_from_title = title:b_szobszlo } + title:d_b_szolnok_color = { set_color_from_title = title:b_szolnok } + title:d_b_szydlowiec_color = { set_color_from_title = title:b_szydlowiec } + title:d_b_taatsiin_tsagaan_color = { set_color_from_title = title:b_taatsiin_tsagaan } + title:d_b_taba_color = { set_color_from_title = title:b_taba } + title:d_b_tabala_color = { set_color_from_title = title:b_tabala } + title:d_b_tabala-hijaz_color = { set_color_from_title = title:b_tabala-hijaz } + title:d_b_tabalbala_color = { set_color_from_title = title:b_tabalbala } + title:d_b_tabarqa_color = { set_color_from_title = title:b_tabarqa } + title:d_b_tabary_color = { set_color_from_title = title:b_tabary } + title:d_b_tabas_color = { set_color_from_title = title:b_tabas } + title:d_b_tabassa_color = { set_color_from_title = title:b_tabassa } + title:d_b_tabia_color = { set_color_from_title = title:b_tabia } + title:d_b_tabla_butii_color = { set_color_from_title = title:b_tabla_butii } + title:d_b_tabo_color = { set_color_from_title = title:b_tabo } + title:d_b_tabon_color = { set_color_from_title = title:b_tabon } + title:d_b_tabriz_color = { set_color_from_title = title:b_tabriz } + title:d_b_tabu_color = { set_color_from_title = title:b_tabu } + title:d_b_tabuk_color = { set_color_from_title = title:b_tabuk } + title:d_b_taburshiq_color = { set_color_from_title = title:b_taburshiq } + title:d_b_tada_color = { set_color_from_title = title:b_tada } + title:d_b_tadallis_color = { set_color_from_title = title:b_tadallis } + title:d_b_tadjoura_color = { set_color_from_title = title:b_tadjoura } + title:d_b_tadkeshwar_color = { set_color_from_title = title:b_tadkeshwar } + title:d_b_tadla_color = { set_color_from_title = title:b_tadla } + title:d_b_tadmekka_color = { set_color_from_title = title:b_tadmekka } + title:d_b_tadmekka_route_color = { set_color_from_title = title:b_tadmekka_route } + title:d_b_tadmur_color = { set_color_from_title = title:b_tadmur } + title:d_b_tafalla_color = { set_color_from_title = title:b_tafalla } + title:d_b_tafilalt_color = { set_color_from_title = title:b_tafilalt } + title:d_b_tafraoua-sebdou_color = { set_color_from_title = title:b_tafraoua-sebdou } + title:d_b_tagabo_color = { set_color_from_title = title:b_tagabo } + title:d_b_tagadur_color = { set_color_from_title = title:b_tagadur } + title:d_b_tagali_color = { set_color_from_title = title:b_tagali } + title:d_b_tagali_south_color = { set_color_from_title = title:b_tagali_south } + title:d_b_taganrog_color = { set_color_from_title = title:b_taganrog } + title:d_b_tagant_color = { set_color_from_title = title:b_tagant } + title:d_b_tagant_west_color = { set_color_from_title = title:b_tagant_west } + title:d_b_tagawst_color = { set_color_from_title = title:b_tagawst } + title:d_b_taghaza_color = { set_color_from_title = title:b_taghaza } + title:d_b_taghaza_road_color = { set_color_from_title = title:b_taghaza_road } + title:d_b_taghmut_color = { set_color_from_title = title:b_taghmut } + title:d_b_taghyart_color = { set_color_from_title = title:b_taghyart } + title:d_b_tagil_color = { set_color_from_title = title:b_tagil } + title:d_b_tagmadart_color = { set_color_from_title = title:b_tagmadart } + title:d_b_tagragra_color = { set_color_from_title = title:b_tagragra } + title:d_b_tagul_color = { set_color_from_title = title:b_tagul } + title:d_b_tahart_color = { set_color_from_title = title:b_tahart } + title:d_b_tahiriya_color = { set_color_from_title = title:b_tahiriya } + title:d_b_tahlit_color = { set_color_from_title = title:b_tahlit } + title:d_b_tahoua_color = { set_color_from_title = title:b_tahoua } + title:d_b_taigan_color = { set_color_from_title = title:b_taigan } + title:d_b_taikkala_color = { set_color_from_title = title:b_taikkala } + title:d_b_taillebourg_color = { set_color_from_title = title:b_taillebourg } + title:d_b_tailyak-kul_color = { set_color_from_title = title:b_tailyak-kul } + title:d_b_tain_color = { set_color_from_title = title:b_tain } + title:d_b_taisugan_color = { set_color_from_title = title:b_taisugan } + title:d_b_taizz_color = { set_color_from_title = title:b_taizz } + title:d_b_tajrift_color = { set_color_from_title = title:b_tajrift } + title:d_b_takchongrong_color = { set_color_from_title = title:b_takchongrong } + title:d_b_takkaloma_color = { set_color_from_title = title:b_takkaloma } + title:d_b_takkeda_color = { set_color_from_title = title:b_takkeda } + title:d_b_takoerpasitao_color = { set_color_from_title = title:b_takoerpasitao } + title:d_b_takon_color = { set_color_from_title = title:b_takon } + title:d_b_takrit_color = { set_color_from_title = title:b_takrit } + title:d_b_takrur_color = { set_color_from_title = title:b_takrur } + title:d_b_taksar_color = { set_color_from_title = title:b_taksar } + title:d_b_taktse_color = { set_color_from_title = title:b_taktse } + title:d_b_tal_tugal_color = { set_color_from_title = title:b_tal_tugal } + title:d_b_tala_color = { set_color_from_title = title:b_tala } + title:d_b_talakad_color = { set_color_from_title = title:b_talakad } + title:d_b_talas_color = { set_color_from_title = title:b_talas } + title:d_b_talavera_color = { set_color_from_title = title:b_talavera } + title:d_b_taldiqorgan_color = { set_color_from_title = title:b_taldiqorgan } + title:d_b_talekan_color = { set_color_from_title = title:b_talekan } + title:d_b_taleqan_color = { set_color_from_title = title:b_taleqan } + title:d_b_talgar_color = { set_color_from_title = title:b_talgar } + title:d_b_talgarth_color = { set_color_from_title = title:b_talgarth } + title:d_b_talish_color = { set_color_from_title = title:b_talish } + title:d_b_talje_color = { set_color_from_title = title:b_talje } + title:d_b_tall_afar_color = { set_color_from_title = title:b_tall_afar } + title:d_b_tall_afrin_color = { set_color_from_title = title:b_tall_afrin } + title:d_b_tall_ammar_color = { set_color_from_title = title:b_tall_ammar } + title:d_b_tall_bashir_color = { set_color_from_title = title:b_tall_bashir } + title:d_b_tall_basma_color = { set_color_from_title = title:b_tall_basma } + title:d_b_tall_fafan_color = { set_color_from_title = title:b_tall_fafan } + title:d_b_tall_haftun_color = { set_color_from_title = title:b_tall_haftun } + title:d_b_tall_hamid_color = { set_color_from_title = title:b_tall_hamid } + title:d_b_tall_mahra_color = { set_color_from_title = title:b_tall_mahra } + title:d_b_tall_mauzan_color = { set_color_from_title = title:b_tall_mauzan } + title:d_b_talmont_color = { set_color_from_title = title:b_talmont } + title:d_b_talta_color = { set_color_from_title = title:b_talta } + title:d_b_tama_color = { set_color_from_title = title:b_tama } + title:d_b_tamani_color = { set_color_from_title = title:b_tamani } + title:d_b_tamanin_color = { set_color_from_title = title:b_tamanin } + title:d_b_tamazda_color = { set_color_from_title = title:b_tamazda } + title:d_b_tambov_color = { set_color_from_title = title:b_tambov } + title:d_b_tamdins_color = { set_color_from_title = title:b_tamdins } + title:d_b_tamentit_color = { set_color_from_title = title:b_tamentit } + title:d_b_tamgaly_color = { set_color_from_title = title:b_tamgaly } + title:d_b_tamisha_color = { set_color_from_title = title:b_tamisha } + title:d_b_tamiso_color = { set_color_from_title = title:b_tamiso } + title:d_b_tamralipti_color = { set_color_from_title = title:b_tamralipti } + title:d_b_tamsweg_color = { set_color_from_title = title:b_tamsweg } + title:d_b_tamusubulage_color = { set_color_from_title = title:b_tamusubulage } + title:d_b_tamzawa_color = { set_color_from_title = title:b_tamzawa } + title:d_b_tana_color = { set_color_from_title = title:b_tana } + title:d_b_tanadaris_color = { set_color_from_title = title:b_tanadaris } + title:d_b_tanahun_color = { set_color_from_title = title:b_tanahun } + title:d_b_tanas_color = { set_color_from_title = title:b_tanas } + title:d_b_tandbridge_color = { set_color_from_title = title:b_tandbridge } + title:d_b_tando_husubiya_color = { set_color_from_title = title:b_tando_husubiya } + title:d_b_tangermunde_color = { set_color_from_title = title:b_tangermunde } + title:d_b_tangiers_color = { set_color_from_title = title:b_tangiers } + title:d_b_tangtse_color = { set_color_from_title = title:b_tangtse } + title:d_b_tanjavur_color = { set_color_from_title = title:b_tanjavur } + title:d_b_tankasi_color = { set_color_from_title = title:b_tankasi } + title:d_b_tanna_color = { set_color_from_title = title:b_tanna } + title:d_b_tantkyitaung_color = { set_color_from_title = title:b_tantkyitaung } + title:d_b_taoskari_color = { set_color_from_title = title:b_taoskari } + title:d_b_taoudeni_color = { set_color_from_title = title:b_taoudeni } + title:d_b_taouz_color = { set_color_from_title = title:b_taouz } + title:d_b_tapsa_color = { set_color_from_title = title:b_tapsa } + title:d_b_taqyus_color = { set_color_from_title = title:b_taqyus } + title:d_b_tara_color = { set_color_from_title = title:b_tara } + title:d_b_taradavadi_color = { set_color_from_title = title:b_taradavadi } + title:d_b_taranto_color = { set_color_from_title = title:b_taranto } + title:d_b_tarascon_color = { set_color_from_title = title:b_tarascon } + title:d_b_taraz_color = { set_color_from_title = title:b_taraz } + title:d_b_tarazki_color = { set_color_from_title = title:b_tarazki } + title:d_b_tarazona_color = { set_color_from_title = title:b_tarazona } + title:d_b_tarbes_color = { set_color_from_title = title:b_tarbes } + title:d_b_tarfaya_color = { set_color_from_title = title:b_tarfaya } + title:d_b_targoviste_color = { set_color_from_title = title:b_targoviste } + title:d_b_targsor_color = { set_color_from_title = title:b_targsor } + title:d_b_targu_jiu_color = { set_color_from_title = title:b_targu_jiu } + title:d_b_targu_neamnt_color = { set_color_from_title = title:b_targu_neamnt } + title:d_b_targyl_color = { set_color_from_title = title:b_targyl } + title:d_b_tariat_color = { set_color_from_title = title:b_tariat } + title:d_b_tarifa_color = { set_color_from_title = title:b_tarifa } + title:d_b_tarkwa_color = { set_color_from_title = title:b_tarkwa } + title:d_b_tarm_color = { set_color_from_title = title:b_tarm } + title:d_b_tarnow_color = { set_color_from_title = title:b_tarnow } + title:d_b_tarragona_color = { set_color_from_title = title:b_tarragona } + title:d_b_tarsos_color = { set_color_from_title = title:b_tarsos } + title:d_b_tarsukh_color = { set_color_from_title = title:b_tarsukh } + title:d_b_tarsus_color = { set_color_from_title = title:b_tarsus } + title:d_b_tartas_color = { set_color_from_title = title:b_tartas } + title:d_b_tartas_SIB_color = { set_color_from_title = title:b_tartas_SIB } + title:d_b_tartu_color = { set_color_from_title = title:b_tartu } + title:d_b_tarudant_color = { set_color_from_title = title:b_tarudant } + title:d_b_taruga_color = { set_color_from_title = title:b_taruga } + title:d_b_tarvagatai_color = { set_color_from_title = title:b_tarvagatai } + title:d_b_tasagdah_color = { set_color_from_title = title:b_tasagdah } + title:d_b_taseya_color = { set_color_from_title = title:b_taseya } + title:d_b_tasgimut_color = { set_color_from_title = title:b_tasgimut } + title:d_b_tashkurgan_color = { set_color_from_title = title:b_tashkurgan } + title:d_b_tashti_color = { set_color_from_title = title:b_tashti } + title:d_b_taskyl_color = { set_color_from_title = title:b_taskyl } + title:d_b_tasnad_color = { set_color_from_title = title:b_tasnad } + title:d_b_tasqala_color = { set_color_from_title = title:b_tasqala } + title:d_b_tassawa_color = { set_color_from_title = title:b_tassawa } + title:d_b_tasta_color = { set_color_from_title = title:b_tasta } + title:d_b_tatarka_color = { set_color_from_title = title:b_tatarka } + title:d_b_tatarki_color = { set_color_from_title = title:b_tatarki } + title:d_b_tatartopa_color = { set_color_from_title = title:b_tatartopa } + title:d_b_tatvan_color = { set_color_from_title = title:b_tatvan } + title:d_b_tatyr_kul_color = { set_color_from_title = title:b_tatyr_kul } + title:d_b_taulov_color = { set_color_from_title = title:b_taulov } + title:d_b_taungbyon_color = { set_color_from_title = title:b_taungbyon } + title:d_b_taungdwingyi_color = { set_color_from_title = title:b_taungdwingyi } + title:d_b_taunton_color = { set_color_from_title = title:b_taunton } + title:d_b_taurage_color = { set_color_from_title = title:b_taurage } + title:d_b_tavavis_color = { set_color_from_title = title:b_tavavis } + title:d_b_tawang_color = { set_color_from_title = title:b_tawang } + title:d_b_tawurgha_color = { set_color_from_title = title:b_tawurgha } + title:d_b_tawwaj_color = { set_color_from_title = title:b_tawwaj } + title:d_b_tawwam_color = { set_color_from_title = title:b_tawwam } + title:d_b_tawwam_west_color = { set_color_from_title = title:b_tawwam_west } + title:d_b_tayabad_color = { set_color_from_title = title:b_tayabad } + title:d_b_tayma_color = { set_color_from_title = title:b_tayma } + title:d_b_taza_color = { set_color_from_title = title:b_taza } + title:d_b_tazagourt_color = { set_color_from_title = title:b_tazagourt } + title:d_b_tazar_color = { set_color_from_title = title:b_tazar } + title:d_b_tbilisi_color = { set_color_from_title = title:b_tbilisi } + title:d_b_teck_color = { set_color_from_title = title:b_teck } + title:d_b_tecklenburg_color = { set_color_from_title = title:b_tecklenburg } + title:d_b_tecso_color = { set_color_from_title = title:b_tecso } + title:d_b_tecuci_color = { set_color_from_title = title:b_tecuci } + title:d_b_tedmait_color = { set_color_from_title = title:b_tedmait } + title:d_b_tegernheim_color = { set_color_from_title = title:b_tegernheim } + title:d_b_teglakar_color = { set_color_from_title = title:b_teglakar } + title:d_b_tegurik_color = { set_color_from_title = title:b_tegurik } + title:d_b_teiga_color = { set_color_from_title = title:b_teiga } + title:d_b_tekar_color = { set_color_from_title = title:b_tekar } + title:d_b_teke_color = { set_color_from_title = title:b_teke } + title:d_b_tekes_color = { set_color_from_title = title:b_tekes } + title:d_b_tekeze_color = { set_color_from_title = title:b_tekeze } + title:d_b_tekyiman_color = { set_color_from_title = title:b_tekyiman } + title:d_b_telavi_color = { set_color_from_title = title:b_telavi } + title:d_b_telcz_color = { set_color_from_title = title:b_telcz } + title:d_b_telegul_color = { set_color_from_title = title:b_telegul } + title:d_b_telemark_color = { set_color_from_title = title:b_telemark } + title:d_b_telja_color = { set_color_from_title = title:b_telja } + title:d_b_telmen_color = { set_color_from_title = title:b_telmen } + title:d_b_telmessos_color = { set_color_from_title = title:b_telmessos } + title:d_b_telsiai_color = { set_color_from_title = title:b_telsiai } + title:d_b_temesvar_color = { set_color_from_title = title:b_temesvar } + title:d_b_temir_color = { set_color_from_title = title:b_temir } + title:d_b_templin_color = { set_color_from_title = title:b_templin } + title:d_b_temqen_color = { set_color_from_title = title:b_temqen } + title:d_b_tenda_color = { set_color_from_title = title:b_tenda } + title:d_b_tenerife_color = { set_color_from_title = title:b_tenerife } + title:d_b_tengerge_color = { set_color_from_title = title:b_tengerge } + title:d_b_tengiz_color = { set_color_from_title = title:b_tengiz } + title:d_b_tenis_color = { set_color_from_title = title:b_tenis } + title:d_b_tenkasi_color = { set_color_from_title = title:b_tenkasi } + title:d_b_tenkudugo_color = { set_color_from_title = title:b_tenkudugo } + title:d_b_tephrice_color = { set_color_from_title = title:b_tephrice } + title:d_b_teramo_color = { set_color_from_title = title:b_teramo } + title:d_b_terebovl_color = { set_color_from_title = title:b_terebovl } + title:d_b_terek_color = { set_color_from_title = title:b_terek } + title:d_b_terekli_color = { set_color_from_title = title:b_terekli } + title:d_b_terektai_color = { set_color_from_title = title:b_terektai } + title:d_b_terekti_color = { set_color_from_title = title:b_terekti } + title:d_b_termez_color = { set_color_from_title = title:b_termez } + title:d_b_terni_color = { set_color_from_title = title:b_terni } + title:d_b_terom_color = { set_color_from_title = title:b_terom } + title:d_b_terracina_color = { set_color_from_title = title:b_terracina } + title:d_b_tersa_color = { set_color_from_title = title:b_tersa } + title:d_b_teruel_color = { set_color_from_title = title:b_teruel } + title:d_b_tesiin_gol_color = { set_color_from_title = title:b_tesiin_gol } + title:d_b_tessalit_color = { set_color_from_title = title:b_tessalit } + title:d_b_teterpush_color = { set_color_from_title = title:b_teterpush } + title:d_b_tetina_color = { set_color_from_title = title:b_tetina } + title:d_b_tetovo_color = { set_color_from_title = title:b_tetovo } + title:d_b_tewo_color = { set_color_from_title = title:b_tewo } + title:d_b_tezu_color = { set_color_from_title = title:b_tezu } + title:d_b_thabeik_taung_color = { set_color_from_title = title:b_thabeik_taung } + title:d_b_thaj_color = { set_color_from_title = title:b_thaj } + title:d_b_thaldat_color = { set_color_from_title = title:b_thaldat } + title:d_b_thalner_color = { set_color_from_title = title:b_thalner } + title:d_b_thamud_color = { set_color_from_title = title:b_thamud } + title:d_b_thana_color = { set_color_from_title = title:b_thana } + title:d_b_tharrawaddy_color = { set_color_from_title = title:b_tharrawaddy } + title:d_b_thasos_color = { set_color_from_title = title:b_thasos } + title:d_b_thaton_color = { set_color_from_title = title:b_thaton } + title:d_b_thatta_color = { set_color_from_title = title:b_thatta } + title:d_b_thaungdut_color = { set_color_from_title = title:b_thaungdut } + title:d_b_thayetmyo_color = { set_color_from_title = title:b_thayetmyo } + title:d_b_the_uists_color = { set_color_from_title = title:b_the_uists } + title:d_b_thebeshellas_color = { set_color_from_title = title:b_thebeshellas } + title:d_b_theodosia_color = { set_color_from_title = title:b_theodosia } + title:d_b_theodosiopolis_color = { set_color_from_title = title:b_theodosiopolis } + title:d_b_thera_color = { set_color_from_title = title:b_thera } + title:d_b_therma_color = { set_color_from_title = title:b_therma } + title:d_b_thessaloniki_color = { set_color_from_title = title:b_thessaloniki } + title:d_b_thetford_color = { set_color_from_title = title:b_thetford } + title:d_b_thiers_color = { set_color_from_title = title:b_thiers } + title:d_b_thiladhunmathi_color = { set_color_from_title = title:b_thiladhunmathi } + title:d_b_thimpu_color = { set_color_from_title = title:b_thimpu } + title:d_b_tholing_color = { set_color_from_title = title:b_tholing } + title:d_b_thonon_les_bains_color = { set_color_from_title = title:b_thonon_les_bains } + title:d_b_thouars_color = { set_color_from_title = title:b_thouars } + title:d_b_thun_color = { set_color_from_title = title:b_thun } + title:d_b_thurso_color = { set_color_from_title = title:b_thurso } + title:d_b_thyatira_color = { set_color_from_title = title:b_thyatira } + title:d_b_tiabis_color = { set_color_from_title = title:b_tiabis } + title:d_b_tiagba_color = { set_color_from_title = title:b_tiagba } + title:d_b_tianzhu_color = { set_color_from_title = title:b_tianzhu } + title:d_b_tiberias_color = { set_color_from_title = title:b_tiberias } + title:d_b_tiberkul_color = { set_color_from_title = title:b_tiberkul } + title:d_b_tibesti-central_color = { set_color_from_title = title:b_tibesti-central } + title:d_b_tibesti-south_color = { set_color_from_title = title:b_tibesti-south } + title:d_b_tibesti_route_color = { set_color_from_title = title:b_tibesti_route } + title:d_b_tibis_sor_color = { set_color_from_title = title:b_tibis_sor } + title:d_b_tichitt_color = { set_color_from_title = title:b_tichitt } + title:d_b_tidikelt_color = { set_color_from_title = title:b_tidikelt } + title:d_b_tidri_color = { set_color_from_title = title:b_tidri } + title:d_b_tie_color = { set_color_from_title = title:b_tie } + title:d_b_tiebuken_color = { set_color_from_title = title:b_tiebuken } + title:d_b_tiel_color = { set_color_from_title = title:b_tiel } + title:d_b_tifash_color = { set_color_from_title = title:b_tifash } + title:d_b_tigheci_color = { set_color_from_title = title:b_tigheci } + title:d_b_tighina_color = { set_color_from_title = title:b_tighina } + title:d_b_tigre_color = { set_color_from_title = title:b_tigre } + title:d_b_tih_color = { set_color_from_title = title:b_tih } + title:d_b_tiiksjarvi_color = { set_color_from_title = title:b_tiiksjarvi } + title:d_b_tijis_color = { set_color_from_title = title:b_tijis } + title:d_b_tikenik_color = { set_color_from_title = title:b_tikenik } + title:d_b_tikhfa_color = { set_color_from_title = title:b_tikhfa } + title:d_b_tikhon_color = { set_color_from_title = title:b_tikhon } + title:d_b_tikhvin_color = { set_color_from_title = title:b_tikhvin } + title:d_b_tikoutamine_color = { set_color_from_title = title:b_tikoutamine } + title:d_b_tilburg_color = { set_color_from_title = title:b_tilburg } + title:d_b_tilghemt_color = { set_color_from_title = title:b_tilghemt } + title:d_b_till_color = { set_color_from_title = title:b_till } + title:d_b_tillaberi_color = { set_color_from_title = title:b_tillaberi } + title:d_b_tilokpur_color = { set_color_from_title = title:b_tilokpur } + title:d_b_tilsit_color = { set_color_from_title = title:b_tilsit } + title:d_b_timbedra_color = { set_color_from_title = title:b_timbedra } + title:d_b_timbi_tunni_color = { set_color_from_title = title:b_timbi_tunni } + title:d_b_timbo_color = { set_color_from_title = title:b_timbo } + title:d_b_timbuktu_color = { set_color_from_title = title:b_timbuktu } + title:d_b_tindouf_color = { set_color_from_title = title:b_tindouf } + title:d_b_tindouf_road_color = { set_color_from_title = title:b_tindouf_road } + title:d_b_tingevara_color = { set_color_from_title = title:b_tingevara } + title:d_b_tingi_color = { set_color_from_title = title:b_tingi } + title:d_b_tingri_color = { set_color_from_title = title:b_tingri } + title:d_b_tingvalla_color = { set_color_from_title = title:b_tingvalla } + title:d_b_tinimseyit_color = { set_color_from_title = title:b_tinimseyit } + title:d_b_tinkisso_color = { set_color_from_title = title:b_tinkisso } + title:d_b_tinmallal_color = { set_color_from_title = title:b_tinmallal } + title:d_b_tinnai_color = { set_color_from_title = title:b_tinnai } + title:d_b_tinnis_color = { set_color_from_title = title:b_tinnis } + title:d_b_tinos_color = { set_color_from_title = title:b_tinos } + title:d_b_tinsukia_color = { set_color_from_title = title:b_tinsukia } + title:d_b_tintagel_color = { set_color_from_title = title:b_tintagel } + title:d_b_tirakka_color = { set_color_from_title = title:b_tirakka } + title:d_b_tirano_color = { set_color_from_title = title:b_tirano } + title:d_b_tiranshah_color = { set_color_from_title = title:b_tiranshah } + title:d_b_tiraspol_color = { set_color_from_title = title:b_tiraspol } + title:d_b_tiri_color = { set_color_from_title = title:b_tiri } + title:d_b_tiris_color = { set_color_from_title = title:b_tiris } + title:d_b_tiris-south_color = { set_color_from_title = title:b_tiris-south } + title:d_b_tirsa_color = { set_color_from_title = title:b_tirsa } + title:d_b_tirukoilur_color = { set_color_from_title = title:b_tirukoilur } + title:d_b_tirunelveli_color = { set_color_from_title = title:b_tirunelveli } + title:d_b_tiruppur_color = { set_color_from_title = title:b_tiruppur } + title:d_b_tiruvannamalai_color = { set_color_from_title = title:b_tiruvannamalai } + title:d_b_tischna_color = { set_color_from_title = title:b_tischna } + title:d_b_tisselskog_color = { set_color_from_title = title:b_tisselskog } + title:d_b_tit-an-wagurramt_color = { set_color_from_title = title:b_tit-an-wagurramt } + title:d_b_titel_color = { set_color_from_title = title:b_titel } + title:d_b_tittawan_color = { set_color_from_title = title:b_tittawan } + title:d_b_tivoli_color = { set_color_from_title = title:b_tivoli } + title:d_b_tiz_color = { set_color_from_title = title:b_tiz } + title:d_b_tlawng_color = { set_color_from_title = title:b_tlawng } + title:d_b_tlemcen_color = { set_color_from_title = title:b_tlemcen } + title:d_b_tmogvi_color = { set_color_from_title = title:b_tmogvi } + title:d_b_tmutarakan_color = { set_color_from_title = title:b_tmutarakan } + title:d_b_to_lus_color = { set_color_from_title = title:b_to_lus } + title:d_b_tobgyai_color = { set_color_from_title = title:b_tobgyai } + title:d_b_tobol_color = { set_color_from_title = title:b_tobol } + title:d_b_tobol_bis_color = { set_color_from_title = title:b_tobol_bis } + title:d_b_tobruk_color = { set_color_from_title = title:b_tobruk } + title:d_b_todo_color = { set_color_from_title = title:b_todo } + title:d_b_tofa_nuruud_color = { set_color_from_title = title:b_tofa_nuruud } + title:d_b_tofalaria_color = { set_color_from_title = title:b_tofalaria } + title:d_b_togarakunta_color = { set_color_from_title = title:b_togarakunta } + title:d_b_togdheer_color = { set_color_from_title = title:b_togdheer } + title:d_b_tohmajarvi_color = { set_color_from_title = title:b_tohmajarvi } + title:d_b_tokar_color = { set_color_from_title = title:b_tokar } + title:d_b_tokobay_color = { set_color_from_title = title:b_tokobay } + title:d_b_toksu_color = { set_color_from_title = title:b_toksu } + title:d_b_toksun_color = { set_color_from_title = title:b_toksun } + title:d_b_tokumbay_color = { set_color_from_title = title:b_tokumbay } + title:d_b_toladie_color = { set_color_from_title = title:b_toladie } + title:d_b_toledo_color = { set_color_from_title = title:b_toledo } + title:d_b_toli_color = { set_color_from_title = title:b_toli } + title:d_b_tolisa_color = { set_color_from_title = title:b_tolisa } + title:d_b_tolna_color = { set_color_from_title = title:b_tolna } + title:d_b_tolti_color = { set_color_from_title = title:b_tolti } + title:d_b_tolz_color = { set_color_from_title = title:b_tolz } + title:d_b_toma_color = { set_color_from_title = title:b_toma } + title:d_b_toma_toro_color = { set_color_from_title = title:b_toma_toro } + title:d_b_tombo_color = { set_color_from_title = title:b_tombo } + title:d_b_tomelloso_color = { set_color_from_title = title:b_tomelloso } + title:d_b_tommerup_color = { set_color_from_title = title:b_tommerup } + title:d_b_tomorbulag_color = { set_color_from_title = title:b_tomorbulag } + title:d_b_tomsk_color = { set_color_from_title = title:b_tomsk } + title:d_b_tonbridge_color = { set_color_from_title = title:b_tonbridge } + title:d_b_tondiaru_color = { set_color_from_title = title:b_tondiaru } + title:d_b_tondikwarey_color = { set_color_from_title = title:b_tondikwarey } + title:d_b_tongkor_color = { set_color_from_title = title:b_tongkor } + title:d_b_tongmoin_color = { set_color_from_title = title:b_tongmoin } + title:d_b_tonko_color = { set_color_from_title = title:b_tonko } + title:d_b_tonnerre_color = { set_color_from_title = title:b_tonnerre } + title:d_b_topar_vosh_color = { set_color_from_title = title:b_topar_vosh } + title:d_b_topolno_color = { set_color_from_title = title:b_topolno } + title:d_b_toporo_color = { set_color_from_title = title:b_toporo } + title:d_b_topusko_color = { set_color_from_title = title:b_topusko } + title:d_b_tor_color = { set_color_from_title = title:b_tor } + title:d_b_torangy_kul_color = { set_color_from_title = title:b_torangy_kul } + title:d_b_torcsvar_color = { set_color_from_title = title:b_torcsvar } + title:d_b_torda_color = { set_color_from_title = title:b_torda } + title:d_b_torema_color = { set_color_from_title = title:b_torema } + title:d_b_torgar_color = { set_color_from_title = title:b_torgar } + title:d_b_torgau_color = { set_color_from_title = title:b_torgau } + title:d_b_torna_color = { set_color_from_title = title:b_torna } + title:d_b_toro_color = { set_color_from_title = title:b_toro } + title:d_b_toropets_color = { set_color_from_title = title:b_toropets } + title:d_b_torsas_color = { set_color_from_title = title:b_torsas } + title:d_b_torshavn_color = { set_color_from_title = title:b_torshavn } + title:d_b_tortoli_color = { set_color_from_title = title:b_tortoli } + title:d_b_tortomi_color = { set_color_from_title = title:b_tortomi } + title:d_b_tortona_color = { set_color_from_title = title:b_tortona } + title:d_b_tortosa_color = { set_color_from_title = title:b_tortosa } + title:d_b_torun_color = { set_color_from_title = title:b_torun } + title:d_b_torzhok_color = { set_color_from_title = title:b_torzhok } + title:d_b_totkarak_color = { set_color_from_title = title:b_totkarak } + title:d_b_totma_color = { set_color_from_title = title:b_totma } + title:d_b_totnes_color = { set_color_from_title = title:b_totnes } + title:d_b_touba_color = { set_color_from_title = title:b_touba } + title:d_b_toul_color = { set_color_from_title = title:b_toul } + title:d_b_toulon_color = { set_color_from_title = title:b_toulon } + title:d_b_toulouse_color = { set_color_from_title = title:b_toulouse } + title:d_b_toumana_color = { set_color_from_title = title:b_toumana } + title:d_b_toungoo_color = { set_color_from_title = title:b_toungoo } + title:d_b_tournai_color = { set_color_from_title = title:b_tournai } + title:d_b_tourraine_color = { set_color_from_title = title:b_tourraine } + title:d_b_tours_color = { set_color_from_title = title:b_tours } + title:d_b_tovajarvi_color = { set_color_from_title = title:b_tovajarvi } + title:d_b_tovkhon_color = { set_color_from_title = title:b_tovkhon } + title:d_b_tovuz_color = { set_color_from_title = title:b_tovuz } + title:d_b_toya_color = { set_color_from_title = title:b_toya } + title:d_b_tozeur_color = { set_color_from_title = title:b_tozeur } + title:d_b_tradruk_color = { set_color_from_title = title:b_tradruk } + title:d_b_traghan_color = { set_color_from_title = title:b_traghan } + title:d_b_traianopolis_color = { set_color_from_title = title:b_traianopolis } + title:d_b_trakai_color = { set_color_from_title = title:b_trakai } + title:d_b_tralee_color = { set_color_from_title = title:b_tralee } + title:d_b_trancoso_color = { set_color_from_title = title:b_trancoso } + title:d_b_trandam_color = { set_color_from_title = title:b_trandam } + title:d_b_trani_color = { set_color_from_title = title:b_trani } + title:d_b_trapani_color = { set_color_from_title = title:b_trapani } + title:d_b_trashigang_color = { set_color_from_title = title:b_trashigang } + title:d_b_trashingling_color = { set_color_from_title = title:b_trashingling } + title:d_b_traunstein_color = { set_color_from_title = title:b_traunstein } + title:d_b_travnik_color = { set_color_from_title = title:b_travnik } + title:d_b_trebinje_color = { set_color_from_title = title:b_trebinje } + title:d_b_trebizond_color = { set_color_from_title = title:b_trebizond } + title:d_b_treguier_color = { set_color_from_title = title:b_treguier } + title:d_b_treliaka_color = { set_color_from_title = title:b_treliaka } + title:d_b_trelleborg_color = { set_color_from_title = title:b_trelleborg } + title:d_b_trenscen_color = { set_color_from_title = title:b_trenscen } + title:d_b_trento_color = { set_color_from_title = title:b_trento } + title:d_b_treviso_color = { set_color_from_title = title:b_treviso } + title:d_b_triana_color = { set_color_from_title = title:b_triana } + title:d_b_tribandapura_color = { set_color_from_title = title:b_tribandapura } + title:d_b_trier_color = { set_color_from_title = title:b_trier } + title:d_b_trieste_color = { set_color_from_title = title:b_trieste } + title:d_b_triga_color = { set_color_from_title = title:b_triga } + title:d_b_triglavski_color = { set_color_from_title = title:b_triglavski } + title:d_b_trikala_color = { set_color_from_title = title:b_trikala } + title:d_b_trim_color = { set_color_from_title = title:b_trim } + title:d_b_trincomalee_color = { set_color_from_title = title:b_trincomalee } + title:d_b_tripura_color = { set_color_from_title = title:b_tripura } + title:d_b_tripuri_color = { set_color_from_title = title:b_tripuri } + title:d_b_triwang_color = { set_color_from_title = title:b_triwang } + title:d_b_troizk_color = { set_color_from_title = title:b_troizk } + title:d_b_tromsa_genma_color = { set_color_from_title = title:b_tromsa_genma } + title:d_b_trongsa_color = { set_color_from_title = title:b_trongsa } + title:d_b_tropea_color = { set_color_from_title = title:b_tropea } + title:d_b_trotskhoper_color = { set_color_from_title = title:b_trotskhoper } + title:d_b_troyes_color = { set_color_from_title = title:b_troyes } + title:d_b_trsow_color = { set_color_from_title = title:b_trsow } + title:d_b_trubending_color = { set_color_from_title = title:b_trubending } + title:d_b_trubetsk_color = { set_color_from_title = title:b_trubetsk } + title:d_b_trujillo_color = { set_color_from_title = title:b_trujillo } + title:d_b_tsagaan_gazar_color = { set_color_from_title = title:b_tsagaan_gazar } + title:d_b_tsagaan_kropot_color = { set_color_from_title = title:b_tsagaan_kropot } + title:d_b_tsagaanuur_color = { set_color_from_title = title:b_tsagaanuur } + title:d_b_tsagan_shibetu_color = { set_color_from_title = title:b_tsagan_shibetu } + title:d_b_tsageri_color = { set_color_from_title = title:b_tsageri } + title:d_b_tsalakert_color = { set_color_from_title = title:b_tsalakert } + title:d_b_tsambagarau_color = { set_color_from_title = title:b_tsambagarau } + title:d_b_tsaparang_color = { set_color_from_title = title:b_tsaparang } + title:d_b_tsarevokokchaisk_color = { set_color_from_title = title:b_tsarevokokchaisk } + title:d_b_tsartsanmod_color = { set_color_from_title = title:b_tsartsanmod } + title:d_b_tsasengiin_color = { set_color_from_title = title:b_tsasengiin } + title:d_b_tseel_color = { set_color_from_title = title:b_tseel } + title:d_b_tselym_dalyn_color = { set_color_from_title = title:b_tselym_dalyn } + title:d_b_tsepina_color = { set_color_from_title = title:b_tsepina } + title:d_b_tserlona_color = { set_color_from_title = title:b_tserlona } + title:d_b_tsetsen_khairkhan_color = { set_color_from_title = title:b_tsetsen_khairkhan } + title:d_b_tskhinvali_color = { set_color_from_title = title:b_tskhinvali } + title:d_b_tskhumi_color = { set_color_from_title = title:b_tskhumi } + title:d_b_tsongdu_color = { set_color_from_title = title:b_tsongdu } + title:d_b_tuam_color = { set_color_from_title = title:b_tuam } + title:d_b_tuba_TUV_color = { set_color_from_title = title:b_tuba_TUV } + title:d_b_tubingen_color = { set_color_from_title = title:b_tubingen } + title:d_b_tubna_color = { set_color_from_title = title:b_tubna } + title:d_b_tuchowna_color = { set_color_from_title = title:b_tuchowna } + title:d_b_tudela_color = { set_color_from_title = title:b_tudela } + title:d_b_tudgha_color = { set_color_from_title = title:b_tudgha } + title:d_b_tudugu_color = { set_color_from_title = title:b_tudugu } + title:d_b_tuggurt_color = { set_color_from_title = title:b_tuggurt } + title:d_b_tui_color = { set_color_from_title = title:b_tui } + title:d_b_tuin_color = { set_color_from_title = title:b_tuin } + title:d_b_tukalinsk_color = { set_color_from_title = title:b_tukalinsk } + title:d_b_tukhchi_color = { set_color_from_title = title:b_tukhchi } + title:d_b_tula_color = { set_color_from_title = title:b_tula } + title:d_b_tulamba_color = { set_color_from_title = title:b_tulamba } + title:d_b_tulcha_color = { set_color_from_title = title:b_tulcha } + title:d_b_tulkulam_color = { set_color_from_title = title:b_tulkulam } + title:d_b_tuluchezeva_color = { set_color_from_title = title:b_tuluchezeva } + title:d_b_tulugai_sor_color = { set_color_from_title = title:b_tulugai_sor } + title:d_b_tulun_color = { set_color_from_title = title:b_tulun } + title:d_b_tumak_color = { set_color_from_title = title:b_tumak } + title:d_b_tumar_color = { set_color_from_title = title:b_tumar } + title:d_b_tumbus_color = { set_color_from_title = title:b_tumbus } + title:d_b_tummana_color = { set_color_from_title = title:b_tummana } + title:d_b_tummo_color = { set_color_from_title = title:b_tummo } + title:d_b_tumshuk_color = { set_color_from_title = title:b_tumshuk } + title:d_b_tun_color = { set_color_from_title = title:b_tun } + title:d_b_tunamir_color = { set_color_from_title = title:b_tunamir } + title:d_b_tunayda_color = { set_color_from_title = title:b_tunayda } + title:d_b_tungut_color = { set_color_from_title = title:b_tungut } + title:d_b_tunis_color = { set_color_from_title = title:b_tunis } + title:d_b_tunsberg_color = { set_color_from_title = title:b_tunsberg } + title:d_b_tuorpon_color = { set_color_from_title = title:b_tuorpon } + title:d_b_tur_color = { set_color_from_title = title:b_tur } + title:d_b_tura_color = { set_color_from_title = title:b_tura } + title:d_b_tura_kala_color = { set_color_from_title = title:b_tura_kala } + title:d_b_turaba_color = { set_color_from_title = title:b_turaba } + title:d_b_tureiq_color = { set_color_from_title = title:b_tureiq } + title:d_b_turek_color = { set_color_from_title = title:b_turek } + title:d_b_turenne_color = { set_color_from_title = title:b_turenne } + title:d_b_turgay_color = { set_color_from_title = title:b_turgay } + title:d_b_turgen_color = { set_color_from_title = title:b_turgen } + title:d_b_turgen_uul_color = { set_color_from_title = title:b_turgen_uul } + title:d_b_turgen_uul_bis_color = { set_color_from_title = title:b_turgen_uul_bis } + title:d_b_turin_color = { set_color_from_title = title:b_turin } + title:d_b_turin_TARIM_color = { set_color_from_title = title:b_turin_TARIM } + title:d_b_turinsk_color = { set_color_from_title = title:b_turinsk } + title:d_b_turku_color = { set_color_from_title = title:b_turku } + title:d_b_turnhout_color = { set_color_from_title = title:b_turnhout } + title:d_b_turnovo_color = { set_color_from_title = title:b_turnovo } + title:d_b_turnu_color = { set_color_from_title = title:b_turnu } + title:d_b_turoc_color = { set_color_from_title = title:b_turoc } + title:d_b_turov_color = { set_color_from_title = title:b_turov } + title:d_b_turpan_color = { set_color_from_title = title:b_turpan } + title:d_b_turra_color = { set_color_from_title = title:b_turra } + title:d_b_tursan_color = { set_color_from_title = title:b_tursan } + title:d_b_turtuk_color = { set_color_from_title = title:b_turtuk } + title:d_b_turunku_color = { set_color_from_title = title:b_turunku } + title:d_b_tus_color = { set_color_from_title = title:b_tus } + title:d_b_tustar_color = { set_color_from_title = title:b_tustar } + title:d_b_tusum_kum_color = { set_color_from_title = title:b_tusum_kum } + title:d_b_tuting_color = { set_color_from_title = title:b_tuting } + title:d_b_tutrakan_color = { set_color_from_title = title:b_tutrakan } + title:d_b_tuul_khentii_color = { set_color_from_title = title:b_tuul_khentii } + title:d_b_tuulain_color = { set_color_from_title = title:b_tuulain } + title:d_b_tuz_color = { set_color_from_title = title:b_tuz } + title:d_b_tuzara_color = { set_color_from_title = title:b_tuzara } + title:d_b_tuzdyn_color = { set_color_from_title = title:b_tuzdyn } + title:d_b_tver_color = { set_color_from_title = title:b_tver } + title:d_b_twardosczino_color = { set_color_from_title = title:b_twardosczino } + title:d_b_twistringen_color = { set_color_from_title = title:b_twistringen } + title:d_b_tyana_color = { set_color_from_title = title:b_tyana } + title:d_b_tyeme_color = { set_color_from_title = title:b_tyeme } + title:d_b_tyeng_color = { set_color_from_title = title:b_tyeng } + title:d_b_tym_color = { set_color_from_title = title:b_tym } + title:d_b_tyraion_color = { set_color_from_title = title:b_tyraion } + title:d_b_tyre_color = { set_color_from_title = title:b_tyre } + title:d_b_tyumen_color = { set_color_from_title = title:b_tyumen } + title:d_b_tzimisca_color = { set_color_from_title = title:b_tzimisca } + title:d_b_tzyvil_color = { set_color_from_title = title:b_tzyvil } + title:d_b_uba_KAZ_color = { set_color_from_title = title:b_uba_KAZ } + title:d_b_ubad_color = { set_color_from_title = title:b_ubad } + title:d_b_ubeda_color = { set_color_from_title = title:b_ubeda } + title:d_b_ubins_color = { set_color_from_title = title:b_ubins } + title:d_b_ubmeje_color = { set_color_from_title = title:b_ubmeje } + title:d_b_uburu_color = { set_color_from_title = title:b_uburu } + title:d_b_uceda_color = { set_color_from_title = title:b_uceda } + title:d_b_uch_color = { set_color_from_title = title:b_uch } + title:d_b_uch_TARIM_color = { set_color_from_title = title:b_uch_TARIM } + title:d_b_uch_katyn_color = { set_color_from_title = title:b_uch_katyn } + title:d_b_uchangidurga_color = { set_color_from_title = title:b_uchangidurga } + title:d_b_uchkul_color = { set_color_from_title = title:b_uchkul } + title:d_b_uchum_color = { set_color_from_title = title:b_uchum } + title:d_b_ucles_color = { set_color_from_title = title:b_ucles } + title:d_b_ucramund_color = { set_color_from_title = title:b_ucramund } + title:d_b_udabhanda_color = { set_color_from_title = title:b_udabhanda } + title:d_b_udaipur_color = { set_color_from_title = title:b_udaipur } + title:d_b_udayagiri_color = { set_color_from_title = title:b_udayagiri } + title:d_b_udayavara_color = { set_color_from_title = title:b_udayavara } + title:d_b_udbina_color = { set_color_from_title = title:b_udbina } + title:d_b_uddevalla_color = { set_color_from_title = title:b_uddevalla } + title:d_b_uddjaur_color = { set_color_from_title = title:b_uddjaur } + title:d_b_udfu_color = { set_color_from_title = title:b_udfu } + title:d_b_udine_color = { set_color_from_title = title:b_udine } + title:d_b_uelzen_color = { set_color_from_title = title:b_uelzen } + title:d_b_ufa_color = { set_color_from_title = title:b_ufa } + title:d_b_uffenheim_color = { set_color_from_title = title:b_uffenheim } + title:d_b_uglich_color = { set_color_from_title = title:b_uglich } + title:d_b_uiska_color = { set_color_from_title = title:b_uiska } + title:d_b_uisneach_color = { set_color_from_title = title:b_uisneach } + title:d_b_ujan_color = { set_color_from_title = title:b_ujan } + title:d_b_ujarma_color = { set_color_from_title = title:b_ujarma } + title:d_b_ujhani_color = { set_color_from_title = title:b_ujhani } + title:d_b_ujjayini_color = { set_color_from_title = title:b_ujjayini } + title:d_b_ukavskaya_color = { set_color_from_title = title:b_ukavskaya } + title:d_b_ukbara_color = { set_color_from_title = title:b_ukbara } + title:d_b_ukek_color = { set_color_from_title = title:b_ukek } + title:d_b_uktuz_color = { set_color_from_title = title:b_uktuz } + title:d_b_ulaagchiin_khar_color = { set_color_from_title = title:b_ulaagchiin_khar } + title:d_b_ulaan_gol_color = { set_color_from_title = title:b_ulaan_gol } + title:d_b_ulaanbaatar_color = { set_color_from_title = title:b_ulaanbaatar } + title:d_b_ulaangom_color = { set_color_from_title = title:b_ulaangom } + title:d_b_ulaantaiga_color = { set_color_from_title = title:b_ulaantaiga } + title:d_b_ulaira_color = { set_color_from_title = title:b_ulaira } + title:d_b_ulam_color = { set_color_from_title = title:b_ulam } + title:d_b_ulan_chuzir_color = { set_color_from_title = title:b_ulan_chuzir } + title:d_b_ulan_ude_color = { set_color_from_title = title:b_ulan_ude } + title:d_b_ulcinj_color = { set_color_from_title = title:b_ulcinj } + title:d_b_ulenty_color = { set_color_from_title = title:b_ulenty } + title:d_b_ulenulaco_color = { set_color_from_title = title:b_ulenulaco } + title:d_b_uliastai_color = { set_color_from_title = title:b_uliastai } + title:d_b_uliuty_color = { set_color_from_title = title:b_uliuty } + title:d_b_ulm_color = { set_color_from_title = title:b_ulm } + title:d_b_ulmi_color = { set_color_from_title = title:b_ulmi } + title:d_b_ulu-uil_color = { set_color_from_title = title:b_ulu-uil } + title:d_b_ulu_jitanjik_color = { set_color_from_title = title:b_ulu_jitanjik } + title:d_b_ulugkol_color = { set_color_from_title = title:b_ulugkol } + title:d_b_ulugqat_color = { set_color_from_title = title:b_ulugqat } + title:d_b_uluskate_color = { set_color_from_title = title:b_uluskate } + title:d_b_ulvila_color = { set_color_from_title = title:b_ulvila } + title:d_b_ulytau_color = { set_color_from_title = title:b_ulytau } + title:d_b_um_shashoba_color = { set_color_from_title = title:b_um_shashoba } + title:d_b_um_sunt_color = { set_color_from_title = title:b_um_sunt } + title:d_b_umaisha_color = { set_color_from_title = title:b_umaisha } + title:d_b_uman_color = { set_color_from_title = title:b_uman } + title:d_b_umardan_color = { set_color_from_title = title:b_umardan } + title:d_b_ume_color = { set_color_from_title = title:b_ume } + title:d_b_umerkote_color = { set_color_from_title = title:b_umerkote } + title:d_b_umiai_color = { set_color_from_title = title:b_umiai } + title:d_b_umm_gafala_color = { set_color_from_title = title:b_umm_gafala } + title:d_b_umm_kedada_color = { set_color_from_title = title:b_umm_kedada } + title:d_b_umm_usuda_color = { set_color_from_title = title:b_umm_usuda } + title:d_b_umri_color = { set_color_from_title = title:b_umri } + title:d_b_unakoti_color = { set_color_from_title = title:b_unakoti } + title:d_b_unar_color = { set_color_from_title = title:b_unar } + title:d_b_unayza_color = { set_color_from_title = title:b_unayza } + title:d_b_uncastillo_color = { set_color_from_title = title:b_uncastillo } + title:d_b_unenezh_color = { set_color_from_title = title:b_unenezh } + title:d_b_ungheni_color = { set_color_from_title = title:b_ungheni } + title:d_b_ungvar_color = { set_color_from_title = title:b_ungvar } + title:d_b_unicov_color = { set_color_from_title = title:b_unicov } + title:d_b_uniejow_color = { set_color_from_title = title:b_uniejow } + title:d_b_uperkot_color = { set_color_from_title = title:b_uperkot } + title:d_b_uplistsikhe_color = { set_color_from_title = title:b_uplistsikhe } + title:d_b_upper_amur_color = { set_color_from_title = title:b_upper_amur } + title:d_b_upper_bafing_color = { set_color_from_title = title:b_upper_bafing } + title:d_b_upper_dinder_color = { set_color_from_title = title:b_upper_dinder } + title:d_b_upper_gambia_color = { set_color_from_title = title:b_upper_gambia } + title:d_b_upper_karran_color = { set_color_from_title = title:b_upper_karran } + title:d_b_upper_kutulo_color = { set_color_from_title = title:b_upper_kutulo } + title:d_b_upper_lobo_color = { set_color_from_title = title:b_upper_lobo } + title:d_b_upper_milk_color = { set_color_from_title = title:b_upper_milk } + title:d_b_upper_mole_color = { set_color_from_title = title:b_upper_mole } + title:d_b_upper_mono_color = { set_color_from_title = title:b_upper_mono } + title:d_b_upper_nugaal_color = { set_color_from_title = title:b_upper_nugaal } + title:d_b_upper_nyene_color = { set_color_from_title = title:b_upper_nyene } + title:d_b_upper_nzi_color = { set_color_from_title = title:b_upper_nzi } + title:d_b_upper_tano_color = { set_color_from_title = title:b_upper_tano } + title:d_b_uppsala_color = { set_color_from_title = title:b_uppsala } + title:d_b_uppvidinge_color = { set_color_from_title = title:b_uppvidinge } + title:d_b_upyte_color = { set_color_from_title = title:b_upyte } + title:d_b_uq_color = { set_color_from_title = title:b_uq } + title:d_b_uqda_color = { set_color_from_title = title:b_uqda } + title:d_b_uraiyur_color = { set_color_from_title = title:b_uraiyur } + title:d_b_ural_color = { set_color_from_title = title:b_ural } + title:d_b_uram_color = { set_color_from_title = title:b_uram } + title:d_b_urbino_color = { set_color_from_title = title:b_urbino } + title:d_b_urbun_color = { set_color_from_title = title:b_urbun } + title:d_b_urd_color = { set_color_from_title = title:b_urd } + title:d_b_urgamal_color = { set_color_from_title = title:b_urgamal } + title:d_b_urgell_color = { set_color_from_title = title:b_urgell } + title:d_b_urgench_color = { set_color_from_title = title:b_urgench } + title:d_b_urgun_color = { set_color_from_title = title:b_urgun } + title:d_b_uri_color = { set_color_from_title = title:b_uri } + title:d_b_urik_color = { set_color_from_title = title:b_urik } + title:d_b_urmary_color = { set_color_from_title = title:b_urmary } + title:d_b_urmiya_color = { set_color_from_title = title:b_urmiya } + title:d_b_urquhart_color = { set_color_from_title = title:b_urquhart } + title:d_b_urta_tau_color = { set_color_from_title = title:b_urta_tau } + title:d_b_urtmoron_color = { set_color_from_title = title:b_urtmoron } + title:d_b_urtu_bulak_color = { set_color_from_title = title:b_urtu_bulak } + title:d_b_urzedow_color = { set_color_from_title = title:b_urzedow } + title:d_b_urzen_color = { set_color_from_title = title:b_urzen } + title:d_b_urzhar_color = { set_color_from_title = title:b_urzhar } + title:d_b_uses_color = { set_color_from_title = title:b_uses } + title:d_b_usfain_color = { set_color_from_title = title:b_usfain } + title:d_b_ushara_color = { set_color_from_title = title:b_ushara } + title:d_b_usharal_color = { set_color_from_title = title:b_usharal } + title:d_b_ushnuya_color = { set_color_from_title = title:b_ushnuya } + title:d_b_ushytsia_color = { set_color_from_title = title:b_ushytsia } + title:d_b_usman_color = { set_color_from_title = title:b_usman } + title:d_b_usora_color = { set_color_from_title = title:b_usora } + title:d_b_ust-donvokhi_color = { set_color_from_title = title:b_ust-donvokhi } + title:d_b_ust-ishim_color = { set_color_from_title = title:b_ust-ishim } + title:d_b_ust-katav_color = { set_color_from_title = title:b_ust-katav } + title:d_b_ust-livny_color = { set_color_from_title = title:b_ust-livny } + title:d_b_ustra_color = { set_color_from_title = title:b_ustra } + title:d_b_usyorga_color = { set_color_from_title = title:b_usyorga } + title:d_b_utan_namdal_color = { set_color_from_title = title:b_utan_namdal } + title:d_b_utena_color = { set_color_from_title = title:b_utena } + title:d_b_utrecth_color = { set_color_from_title = title:b_utrecth } + title:d_b_uttaramerur_color = { set_color_from_title = title:b_uttaramerur } + title:d_b_uttarkashi_color = { set_color_from_title = title:b_uttarkashi } + title:d_b_uva_color = { set_color_from_title = title:b_uva } + title:d_b_uvs_nuur_color = { set_color_from_title = title:b_uvs_nuur } + title:d_b_uwal_color = { set_color_from_title = title:b_uwal } + title:d_b_uxkull_color = { set_color_from_title = title:b_uxkull } + title:d_b_uza_color = { set_color_from_title = title:b_uza } + title:d_b_uzen_color = { set_color_from_title = title:b_uzen } + title:d_b_uzgend_color = { set_color_from_title = title:b_uzgend } + title:d_b_uzgend_KARA_color = { set_color_from_title = title:b_uzgend_KARA } + title:d_b_uzice_color = { set_color_from_title = title:b_uzice } + title:d_b_uzun-kul_color = { set_color_from_title = title:b_uzun-kul } + title:d_b_uzwara_color = { set_color_from_title = title:b_uzwara } + title:d_b_vadnagar_color = { set_color_from_title = title:b_vadnagar } + title:d_b_vadodara_color = { set_color_from_title = title:b_vadodara } + title:d_b_vaestraaros_color = { set_color_from_title = title:b_vaestraaros } + title:d_b_vagaiskoy_color = { set_color_from_title = title:b_vagaiskoy } + title:d_b_vagan_color = { set_color_from_title = title:b_vagan } + title:d_b_vagay_color = { set_color_from_title = title:b_vagay } + title:d_b_vaihingen_color = { set_color_from_title = title:b_vaihingen } + title:d_b_vaijayanti_color = { set_color_from_title = title:b_vaijayanti } + title:d_b_vairagara_color = { set_color_from_title = title:b_vairagara } + title:d_b_vairata_color = { set_color_from_title = title:b_vairata } + title:d_b_vaisali_color = { set_color_from_title = title:b_vaisali } + title:d_b_vaison_color = { set_color_from_title = title:b_vaison } + title:d_b_vajdahunyad_color = { set_color_from_title = title:b_vajdahunyad } + title:d_b_vakovo_color = { set_color_from_title = title:b_vakovo } + title:d_b_val_camonica_color = { set_color_from_title = title:b_val_camonica } + title:d_b_valabhi_color = { set_color_from_title = title:b_valabhi } + title:d_b_valamara_color = { set_color_from_title = title:b_valamara } + title:d_b_valashkert_color = { set_color_from_title = title:b_valashkert } + title:d_b_valday_color = { set_color_from_title = title:b_valday } + title:d_b_valdres_color = { set_color_from_title = title:b_valdres } + title:d_b_valencay_color = { set_color_from_title = title:b_valencay } + title:d_b_valence_color = { set_color_from_title = title:b_valence } + title:d_b_valencia_color = { set_color_from_title = title:b_valencia } + title:d_b_valenciadecampos_color = { set_color_from_title = title:b_valenciadecampos } + title:d_b_valenciennes_color = { set_color_from_title = title:b_valenciennes } + title:d_b_valeria_color = { set_color_from_title = title:b_valeria } + title:d_b_valga_color = { set_color_from_title = title:b_valga } + title:d_b_valkininkai_color = { set_color_from_title = title:b_valkininkai } + title:d_b_valladolid_color = { set_color_from_title = title:b_valladolid } + title:d_b_vallombrosa_color = { set_color_from_title = title:b_vallombrosa } + title:d_b_vallurapura_color = { set_color_from_title = title:b_vallurapura } + title:d_b_valmiera_color = { set_color_from_title = title:b_valmiera } + title:d_b_valvalij_color = { set_color_from_title = title:b_valvalij } + title:d_b_vamanasthali_color = { set_color_from_title = title:b_vamanasthali } + title:d_b_van_color = { set_color_from_title = title:b_van } + title:d_b_vankapura_color = { set_color_from_title = title:b_vankapura } + title:d_b_vannes_color = { set_color_from_title = title:b_vannes } + title:d_b_varaghshar_color = { set_color_from_title = title:b_varaghshar } + title:d_b_varakhsha_color = { set_color_from_title = title:b_varakhsha } + title:d_b_varanasi_color = { set_color_from_title = title:b_varanasi } + title:d_b_varanno_color = { set_color_from_title = title:b_varanno } + title:d_b_varde_color = { set_color_from_title = title:b_varde } + title:d_b_vardhamana_color = { set_color_from_title = title:b_vardhamana } + title:d_b_varel_color = { set_color_from_title = title:b_varel } + title:d_b_vares_color = { set_color_from_title = title:b_vares } + title:d_b_varese_color = { set_color_from_title = title:b_varese } + title:d_b_vargashi_color = { set_color_from_title = title:b_vargashi } + title:d_b_varna_color = { set_color_from_title = title:b_varna } + title:d_b_varnhem_color = { set_color_from_title = title:b_varnhem } + title:d_b_varsan_color = { set_color_from_title = title:b_varsan } + title:d_b_varsiga_color = { set_color_from_title = title:b_varsiga } + title:d_b_varto_color = { set_color_from_title = title:b_varto } + title:d_b_vartsikhe_color = { set_color_from_title = title:b_vartsikhe } + title:d_b_varukh_color = { set_color_from_title = title:b_varukh } + title:d_b_vasarhely_color = { set_color_from_title = title:b_vasarhely } + title:d_b_vase_color = { set_color_from_title = title:b_vase } + title:d_b_vashjird_color = { set_color_from_title = title:b_vashjird } + title:d_b_vaskina_polyana_color = { set_color_from_title = title:b_vaskina_polyana } + title:d_b_vaslui_color = { set_color_from_title = title:b_vaslui } + title:d_b_vastseliina_color = { set_color_from_title = title:b_vastseliina } + title:d_b_vastvagborg_color = { set_color_from_title = title:b_vastvagborg } + title:d_b_vasvar_color = { set_color_from_title = title:b_vasvar } + title:d_b_vasyugan_color = { set_color_from_title = title:b_vasyugan } + title:d_b_vatapadraka_color = { set_color_from_title = title:b_vatapadraka } + title:d_b_vatapi_color = { set_color_from_title = title:b_vatapi } + title:d_b_vaticano_color = { set_color_from_title = title:b_vaticano } + title:d_b_vatra_dornei_color = { set_color_from_title = title:b_vatra_dornei } + title:d_b_vatsagulma_color = { set_color_from_title = title:b_vatsagulma } + title:d_b_vatselanjarvi_color = { set_color_from_title = title:b_vatselanjarvi } + title:d_b_vaucouleurs_color = { set_color_from_title = title:b_vaucouleurs } + title:d_b_vaudemont_color = { set_color_from_title = title:b_vaudemont } + title:d_b_vavuniya_color = { set_color_from_title = title:b_vavuniya } + title:d_b_vaxjo_color = { set_color_from_title = title:b_vaxjo } + title:d_b_vecchio_color = { set_color_from_title = title:b_vecchio } + title:d_b_vechta_color = { set_color_from_title = title:b_vechta } + title:d_b_vehari_color = { set_color_from_title = title:b_vehari } + title:d_b_vehkalahti_color = { set_color_from_title = title:b_vehkalahti } + title:d_b_vehringen_color = { set_color_from_title = title:b_vehringen } + title:d_b_velay_color = { set_color_from_title = title:b_velay } + title:d_b_velbazhd_color = { set_color_from_title = title:b_velbazhd } + title:d_b_veldenz_color = { set_color_from_title = title:b_veldenz } + title:d_b_veles_color = { set_color_from_title = title:b_veles } + title:d_b_velestino_color = { set_color_from_title = title:b_velestino } + title:d_b_veliky_ustyug_color = { set_color_from_title = title:b_veliky_ustyug } + title:d_b_veliuona_color = { set_color_from_title = title:b_veliuona } + title:d_b_velizh_color = { set_color_from_title = title:b_velizh } + title:d_b_vella_color = { set_color_from_title = title:b_vella } + title:d_b_velletri_color = { set_color_from_title = title:b_velletri } + title:d_b_velsk_color = { set_color_from_title = title:b_velsk } + title:d_b_vemulavada_color = { set_color_from_title = title:b_vemulavada } + title:d_b_venden_color = { set_color_from_title = title:b_venden } + title:d_b_vendome_color = { set_color_from_title = title:b_vendome } + title:d_b_venezia_color = { set_color_from_title = title:b_venezia } + title:d_b_vengipura_color = { set_color_from_title = title:b_vengipura } + title:d_b_venosa_color = { set_color_from_title = title:b_venosa } + title:d_b_ventadelmoro_color = { set_color_from_title = title:b_ventadelmoro } + title:d_b_ventadour_color = { set_color_from_title = title:b_ventadour } + title:d_b_vercelli_color = { set_color_from_title = title:b_vercelli } + title:d_b_verchina_uzen_color = { set_color_from_title = title:b_verchina_uzen } + title:d_b_verdala_color = { set_color_from_title = title:b_verdala } + title:d_b_verden_color = { set_color_from_title = title:b_verden } + title:d_b_verdun_color = { set_color_from_title = title:b_verdun } + title:d_b_verevce_color = { set_color_from_title = title:b_verevce } + title:d_b_veria_color = { set_color_from_title = title:b_veria } + title:d_b_verkhoturye_color = { set_color_from_title = title:b_verkhoturye } + title:d_b_verkhovazhye_color = { set_color_from_title = title:b_verkhovazhye } + title:d_b_verkola_color = { set_color_from_title = title:b_verkola } + title:d_b_verkouralsk_color = { set_color_from_title = title:b_verkouralsk } + title:d_b_verneuil_color = { set_color_from_title = title:b_verneuil } + title:d_b_vernon_color = { set_color_from_title = title:b_vernon } + title:d_b_verona_color = { set_color_from_title = title:b_verona } + title:d_b_versailles_color = { set_color_from_title = title:b_versailles } + title:d_b_vershinino_color = { set_color_from_title = title:b_vershinino } + title:d_b_ves_yogonska_color = { set_color_from_title = title:b_ves_yogonska } + title:d_b_veseli_color = { set_color_from_title = title:b_veseli } + title:d_b_vesoul_color = { set_color_from_title = title:b_vesoul } + title:d_b_vestfirdir_color = { set_color_from_title = title:b_vestfirdir } + title:d_b_veszprem_color = { set_color_from_title = title:b_veszprem } + title:d_b_veteli_color = { set_color_from_title = title:b_veteli } + title:d_b_vetluga_color = { set_color_from_title = title:b_vetluga } + title:d_b_vetrino_color = { set_color_from_title = title:b_vetrino } + title:d_b_vettanen_color = { set_color_from_title = title:b_vettanen } + title:d_b_veurne_color = { set_color_from_title = title:b_veurne } + title:d_b_vezelay_color = { set_color_from_title = title:b_vezelay } + title:d_b_vezir_color = { set_color_from_title = title:b_vezir } + title:d_b_vhrbosna_color = { set_color_from_title = title:b_vhrbosna } + title:d_b_vianadoalento_color = { set_color_from_title = title:b_vianadoalento } + title:d_b_vianden_color = { set_color_from_title = title:b_vianden } + title:d_b_viazovka_color = { set_color_from_title = title:b_viazovka } + title:d_b_viborg_color = { set_color_from_title = title:b_viborg } + title:d_b_vic_color = { set_color_from_title = title:b_vic } + title:d_b_vicenza_color = { set_color_from_title = title:b_vicenza } + title:d_b_vidin_color = { set_color_from_title = title:b_vidin } + title:d_b_vidisa_color = { set_color_from_title = title:b_vidisa } + title:d_b_vielha_color = { set_color_from_title = title:b_vielha } + title:d_b_vienna_color = { set_color_from_title = title:b_vienna } + title:d_b_vienne_color = { set_color_from_title = title:b_vienne } + title:d_b_vierzon_color = { set_color_from_title = title:b_vierzon } + title:d_b_vieste_color = { set_color_from_title = title:b_vieste } + title:d_b_vigevano_color = { set_color_from_title = title:b_vigevano } + title:d_b_vigo_color = { set_color_from_title = title:b_vigo } + title:d_b_viipuri_color = { set_color_from_title = title:b_viipuri } + title:d_b_vijayanagara_color = { set_color_from_title = title:b_vijayanagara } + title:d_b_vijayapura_color = { set_color_from_title = title:b_vijayapura } + title:d_b_vijayapura_bis_color = { set_color_from_title = title:b_vijayapura_bis } + title:d_b_vijayawada_color = { set_color_from_title = title:b_vijayawada } + title:d_b_vijnot_color = { set_color_from_title = title:b_vijnot } + title:d_b_vikramapura_color = { set_color_from_title = title:b_vikramapura } + title:d_b_vikramasila_color = { set_color_from_title = title:b_vikramasila } + title:d_b_vikulova_color = { set_color_from_title = title:b_vikulova } + title:d_b_vilalba_color = { set_color_from_title = title:b_vilalba } + title:d_b_viljandi_color = { set_color_from_title = title:b_viljandi } + title:d_b_vilkaviskis_color = { set_color_from_title = title:b_vilkaviskis } + title:d_b_vilkmerge_color = { set_color_from_title = title:b_vilkmerge } + title:d_b_villa_real_color = { set_color_from_title = title:b_villa_real } + title:d_b_villablino_color = { set_color_from_title = title:b_villablino } + title:d_b_villach_color = { set_color_from_title = title:b_villach } + title:d_b_villafafila_color = { set_color_from_title = title:b_villafafila } + title:d_b_villarejodesalvanes_color = { set_color_from_title = title:b_villarejodesalvanes } + title:d_b_villars_color = { set_color_from_title = title:b_villars } + title:d_b_villaviciosa_color = { set_color_from_title = title:b_villaviciosa } + title:d_b_vilnius_color = { set_color_from_title = title:b_vilnius } + title:d_b_vilva_color = { set_color_from_title = title:b_vilva } + title:d_b_vimmerby_color = { set_color_from_title = title:b_vimmerby } + title:d_b_vindia_color = { set_color_from_title = title:b_vindia } + title:d_b_vinitapura_color = { set_color_from_title = title:b_vinitapura } + title:d_b_vinnytsia_color = { set_color_from_title = title:b_vinnytsia } + title:d_b_vinukonda_color = { set_color_from_title = title:b_vinukonda } + title:d_b_viraja_color = { set_color_from_title = title:b_viraja } + title:d_b_virton_color = { set_color_from_title = title:b_virton } + title:d_b_virudhukkalvetti_color = { set_color_from_title = title:b_virudhukkalvetti } + title:d_b_visegrad_color = { set_color_from_title = title:b_visegrad } + title:d_b_visegrad_hun_color = { set_color_from_title = title:b_visegrad_hun } + title:d_b_viseu_color = { set_color_from_title = title:b_viseu } + title:d_b_visnupura_color = { set_color_from_title = title:b_visnupura } + title:d_b_visoki_color = { set_color_from_title = title:b_visoki } + title:d_b_vitebsk_color = { set_color_from_title = title:b_vitebsk } + title:d_b_viterbo_color = { set_color_from_title = title:b_viterbo } + title:d_b_vitim_color = { set_color_from_title = title:b_vitim } + title:d_b_vitimkan_color = { set_color_from_title = title:b_vitimkan } + title:d_b_vitimkhad_color = { set_color_from_title = title:b_vitimkhad } + title:d_b_vitry_en_perthois_color = { set_color_from_title = title:b_vitry_en_perthois } + title:d_b_vitzgora_color = { set_color_from_title = title:b_vitzgora } + title:d_b_viviers_color = { set_color_from_title = title:b_viviers } + title:d_b_vizagipatam_color = { set_color_from_title = title:b_vizagipatam } + title:d_b_vizhinjam_color = { set_color_from_title = title:b_vizhinjam } + title:d_b_vladimir_color = { set_color_from_title = title:b_vladimir } + title:d_b_vodamayutja_color = { set_color_from_title = title:b_vodamayutja } + title:d_b_voden_color = { set_color_from_title = title:b_voden } + title:d_b_vodicevo_color = { set_color_from_title = title:b_vodicevo } + title:d_b_voghera_color = { set_color_from_title = title:b_voghera } + title:d_b_voin_color = { set_color_from_title = title:b_voin } + title:d_b_vokhma_color = { set_color_from_title = title:b_vokhma } + title:d_b_volcha_color = { set_color_from_title = title:b_volcha } + title:d_b_volin_color = { set_color_from_title = title:b_volin } + title:d_b_volkovysk_color = { set_color_from_title = title:b_volkovysk } + title:d_b_volochok_color = { set_color_from_title = title:b_volochok } + title:d_b_volodymyr_color = { set_color_from_title = title:b_volodymyr } + title:d_b_vologda_color = { set_color_from_title = title:b_vologda } + title:d_b_volok_lamsky_color = { set_color_from_title = title:b_volok_lamsky } + title:d_b_voloz_color = { set_color_from_title = title:b_voloz } + title:d_b_volterra_color = { set_color_from_title = title:b_volterra } + title:d_b_volzhsk_color = { set_color_from_title = title:b_volzhsk } + title:d_b_vonitsa_color = { set_color_from_title = title:b_vonitsa } + title:d_b_vopnafjordur_color = { set_color_from_title = title:b_vopnafjordur } + title:d_b_vorbasse_color = { set_color_from_title = title:b_vorbasse } + title:d_b_vorona_color = { set_color_from_title = title:b_vorona } + title:d_b_voronezh_color = { set_color_from_title = title:b_voronezh } + title:d_b_vorotynsk_color = { set_color_from_title = title:b_vorotynsk } + title:d_b_voss_color = { set_color_from_title = title:b_voss } + title:d_b_vostitsa_color = { set_color_from_title = title:b_vostitsa } + title:d_b_votkinsk_color = { set_color_from_title = title:b_votkinsk } + title:d_b_voznessensk_color = { set_color_from_title = title:b_voznessensk } + title:d_b_vraclav_color = { set_color_from_title = title:b_vraclav } + title:d_b_vranduk_color = { set_color_from_title = title:b_vranduk } + title:d_b_vranje_color = { set_color_from_title = title:b_vranje } + title:d_b_vratsa_color = { set_color_from_title = title:b_vratsa } + title:d_b_vrestenitsa_color = { set_color_from_title = title:b_vrestenitsa } + title:d_b_vreta_color = { set_color_from_title = title:b_vreta } + title:d_b_vualtjere_color = { set_color_from_title = title:b_vualtjere } + title:d_b_vuohijarvi_color = { set_color_from_title = title:b_vuohijarvi } + title:d_b_vyangi_color = { set_color_from_title = title:b_vyangi } + title:d_b_vyatskoye_color = { set_color_from_title = title:b_vyatskoye } + title:d_b_vyazma_color = { set_color_from_title = title:b_vyazma } + title:d_b_vyksa_color = { set_color_from_title = title:b_vyksa } + title:d_b_vyr_color = { set_color_from_title = title:b_vyr } + title:d_b_vysehrad_color = { set_color_from_title = title:b_vysehrad } + title:d_b_vyshgorod_color = { set_color_from_title = title:b_vyshgorod } + title:d_b_vyshny_volochyok_color = { set_color_from_title = title:b_vyshny_volochyok } + title:d_b_wa_color = { set_color_from_title = title:b_wa } + title:d_b_waalo_color = { set_color_from_title = title:b_waalo } + title:d_b_waasu_color = { set_color_from_title = title:b_waasu } + title:d_b_wabar_color = { set_color_from_title = title:b_wabar } + title:d_b_wad_color = { set_color_from_title = title:b_wad } + title:d_b_wad_abu_nahl_color = { set_color_from_title = title:b_wad_abu_nahl } + title:d_b_wad_hamid_color = { set_color_from_title = title:b_wad_hamid } + title:d_b_wadai_color = { set_color_from_title = title:b_wadai } + title:d_b_wadan_color = { set_color_from_title = title:b_wadan } + title:d_b_waddan_color = { set_color_from_title = title:b_waddan } + title:d_b_wadeilannen_color = { set_color_from_title = title:b_wadeilannen } + title:d_b_wadern_color = { set_color_from_title = title:b_wadern } + title:d_b_wadhar_color = { set_color_from_title = title:b_wadhar } + title:d_b_wadi_amur_color = { set_color_from_title = title:b_wadi_amur } + title:d_b_wadi_azwa_color = { set_color_from_title = title:b_wadi_azwa } + title:d_b_wadi_daoura_color = { set_color_from_title = title:b_wadi_daoura } + title:d_b_wadi_el-milk_color = { set_color_from_title = title:b_wadi_el-milk } + title:d_b_wadi_ghamid_color = { set_color_from_title = title:b_wadi_ghamid } + title:d_b_wadi_irawan_color = { set_color_from_title = title:b_wadi_irawan } + title:d_b_wadi_makhil_color = { set_color_from_title = title:b_wadi_makhil } + title:d_b_wadi_masus_color = { set_color_from_title = title:b_wadi_masus } + title:d_b_wadi_natrun_color = { set_color_from_title = title:b_wadi_natrun } + title:d_b_wadi_odib_color = { set_color_from_title = title:b_wadi_odib } + title:d_b_wadi_tathlith_color = { set_color_from_title = title:b_wadi_tathlith } + title:d_b_wagadugu_color = { set_color_from_title = title:b_wagadugu } + title:d_b_wagda_color = { set_color_from_title = title:b_wagda } + title:d_b_waghlanat_color = { set_color_from_title = title:b_waghlanat } + title:d_b_wagna_color = { set_color_from_title = title:b_wagna } + title:d_b_wahiba_color = { set_color_from_title = title:b_wahiba } + title:d_b_waidhofen_color = { set_color_from_title = title:b_waidhofen } + title:d_b_waihind_color = { set_color_from_title = title:b_waihind } + title:d_b_waj_color = { set_color_from_title = title:b_waj } + title:d_b_wajda_color = { set_color_from_title = title:b_wajda } + title:d_b_wajid_color = { set_color_from_title = title:b_wajid } + title:d_b_wakhan_color = { set_color_from_title = title:b_wakhan } + title:d_b_walaqa_color = { set_color_from_title = title:b_walaqa } + title:d_b_walata_color = { set_color_from_title = title:b_walata } + title:d_b_walcz_color = { set_color_from_title = title:b_walcz } + title:d_b_waldabba_color = { set_color_from_title = title:b_waldabba } + title:d_b_waldeck_color = { set_color_from_title = title:b_waldeck } + title:d_b_waldenburg_color = { set_color_from_title = title:b_waldenburg } + title:d_b_waldkirchen_color = { set_color_from_title = title:b_waldkirchen } + title:d_b_walguyo_color = { set_color_from_title = title:b_walguyo } + title:d_b_walila_color = { set_color_from_title = title:b_walila } + title:d_b_walsingham_color = { set_color_from_title = title:b_walsingham } + title:d_b_walsrode_color = { set_color_from_title = title:b_walsrode } + title:d_b_wan_bhachran_color = { set_color_from_title = title:b_wan_bhachran } + title:d_b_wandah_color = { set_color_from_title = title:b_wandah } + title:d_b_wankath_color = { set_color_from_title = title:b_wankath } + title:d_b_waqisa_color = { set_color_from_title = title:b_waqisa } + title:d_b_wara_color = { set_color_from_title = title:b_wara } + title:d_b_warab_color = { set_color_from_title = title:b_warab } + title:d_b_waram_color = { set_color_from_title = title:b_waram } + title:d_b_waramin_color = { set_color_from_title = title:b_waramin } + title:d_b_warangal_color = { set_color_from_title = title:b_warangal } + title:d_b_wardana_color = { set_color_from_title = title:b_wardana } + title:d_b_wareham_color = { set_color_from_title = title:b_wareham } + title:d_b_warendorf_color = { set_color_from_title = title:b_warendorf } + title:d_b_wargha_color = { set_color_from_title = title:b_wargha } + title:d_b_wargla_color = { set_color_from_title = title:b_wargla } + title:d_b_warjih_color = { set_color_from_title = title:b_warjih } + title:d_b_warnnamo_color = { set_color_from_title = title:b_warnnamo } + title:d_b_warq_color = { set_color_from_title = title:b_warq } + title:d_b_warrada_color = { set_color_from_title = title:b_warrada } + title:d_b_warsheikh_color = { set_color_from_title = title:b_warsheikh } + title:d_b_warszawa_color = { set_color_from_title = title:b_warszawa } + title:d_b_warwick_color = { set_color_from_title = title:b_warwick } + title:d_b_warzazat_color = { set_color_from_title = title:b_warzazat } + title:d_b_warzigh_color = { set_color_from_title = title:b_warzigh } + title:d_b_wase_color = { set_color_from_title = title:b_wase } + title:d_b_wasit_color = { set_color_from_title = title:b_wasit } + title:d_b_wassa_color = { set_color_from_title = title:b_wassa } + title:d_b_wasulu_color = { set_color_from_title = title:b_wasulu } + title:d_b_waterford_color = { set_color_from_title = title:b_waterford } + title:d_b_watit_color = { set_color_from_title = title:b_watit } + title:d_b_wawmana_color = { set_color_from_title = title:b_wawmana } + title:d_b_waxxari_color = { set_color_from_title = title:b_waxxari } + title:d_b_wayikhan_color = { set_color_from_title = title:b_wayikhan } + title:d_b_wazeqqur_color = { set_color_from_title = title:b_wazeqqur } + title:d_b_wazwan_color = { set_color_from_title = title:b_wazwan } + title:d_b_wegera_color = { set_color_from_title = title:b_wegera } + title:d_b_weinheim_color = { set_color_from_title = title:b_weinheim } + title:d_b_weinsberg_color = { set_color_from_title = title:b_weinsberg } + title:d_b_weissenburg_color = { set_color_from_title = title:b_weissenburg } + title:d_b_welamo_color = { set_color_from_title = title:b_welamo } + title:d_b_welamo-west_color = { set_color_from_title = title:b_welamo-west } + title:d_b_wellega-north_color = { set_color_from_title = title:b_wellega-north } + title:d_b_wellega-south_color = { set_color_from_title = title:b_wellega-south } + title:d_b_wels_color = { set_color_from_title = title:b_wels } + title:d_b_welshpool_color = { set_color_from_title = title:b_welshpool } + title:d_b_weme_color = { set_color_from_title = title:b_weme } + title:d_b_wenchi_color = { set_color_from_title = title:b_wenchi } + title:d_b_wentugaole_color = { set_color_from_title = title:b_wentugaole } + title:d_b_wenyon_color = { set_color_from_title = title:b_wenyon } + title:d_b_wenzenbach_color = { set_color_from_title = title:b_wenzenbach } + title:d_b_werben_color = { set_color_from_title = title:b_werben } + title:d_b_werdenburg_color = { set_color_from_title = title:b_werdenburg } + title:d_b_werle_color = { set_color_from_title = title:b_werle } + title:d_b_werningerode_color = { set_color_from_title = title:b_werningerode } + title:d_b_wertheim_color = { set_color_from_title = title:b_wertheim } + title:d_b_wesenburg_color = { set_color_from_title = title:b_wesenburg } + title:d_b_west_adal_color = { set_color_from_title = title:b_west_adal } + title:d_b_west_attie_color = { set_color_from_title = title:b_west_attie } + title:d_b_west_derby_color = { set_color_from_title = title:b_west_derby } + title:d_b_west_gojjam_color = { set_color_from_title = title:b_west_gojjam } + title:d_b_west_kordofan_color = { set_color_from_title = title:b_west_kordofan } + title:d_b_west_kru_color = { set_color_from_title = title:b_west_kru } + title:d_b_west_mema_color = { set_color_from_title = title:b_west_mema } + title:d_b_west_sidamo_color = { set_color_from_title = title:b_west_sidamo } + title:d_b_wetzlar_color = { set_color_from_title = title:b_wetzlar } + title:d_b_wexford_color = { set_color_from_title = title:b_wexford } + title:d_b_wezel_color = { set_color_from_title = title:b_wezel } + title:d_b_whitby_color = { set_color_from_title = title:b_whitby } + title:d_b_whitehaven_color = { set_color_from_title = title:b_whitehaven } + title:d_b_whyidah_color = { set_color_from_title = title:b_whyidah } + title:d_b_wick_color = { set_color_from_title = title:b_wick } + title:d_b_wicklow_color = { set_color_from_title = title:b_wicklow } + title:d_b_wied_color = { set_color_from_title = title:b_wied } + title:d_b_wiedenbruck_color = { set_color_from_title = title:b_wiedenbruck } + title:d_b_wieliczka_color = { set_color_from_title = title:b_wieliczka } + title:d_b_wielun_color = { set_color_from_title = title:b_wielun } + title:d_b_wiesbaden_color = { set_color_from_title = title:b_wiesbaden } + title:d_b_wieselburg_color = { set_color_from_title = title:b_wieselburg } + title:d_b_wigmore_color = { set_color_from_title = title:b_wigmore } + title:d_b_wigton_color = { set_color_from_title = title:b_wigton } + title:d_b_wigtown_color = { set_color_from_title = title:b_wigtown } + title:d_b_wild_color = { set_color_from_title = title:b_wild } + title:d_b_wilhelmshaven_color = { set_color_from_title = title:b_wilhelmshaven } + title:d_b_wiltberg_color = { set_color_from_title = title:b_wiltberg } + title:d_b_wilton_color = { set_color_from_title = title:b_wilton } + title:d_b_winchcombe_color = { set_color_from_title = title:b_winchcombe } + title:d_b_winchester_color = { set_color_from_title = title:b_winchester } + title:d_b_windische_buhel_color = { set_color_from_title = title:b_windische_buhel } + title:d_b_winterstoke_color = { set_color_from_title = title:b_winterstoke } + title:d_b_wiqro_color = { set_color_from_title = title:b_wiqro } + title:d_b_wisinghnso_color = { set_color_from_title = title:b_wisinghnso } + title:d_b_wislana_color = { set_color_from_title = title:b_wislana } + title:d_b_wislica_color = { set_color_from_title = title:b_wislica } + title:d_b_wismar_color = { set_color_from_title = title:b_wismar } + title:d_b_witney_color = { set_color_from_title = title:b_witney } + title:d_b_wittenberg_color = { set_color_from_title = title:b_wittenberg } + title:d_b_wittenstein_color = { set_color_from_title = title:b_wittenstein } + title:d_b_wizna_color = { set_color_from_title = title:b_wizna } + title:d_b_wladyslawowo_color = { set_color_from_title = title:b_wladyslawowo } + title:d_b_wlen_color = { set_color_from_title = title:b_wlen } + title:d_b_wloclawek_color = { set_color_from_title = title:b_wloclawek } + title:d_b_woldenberg_color = { set_color_from_title = title:b_woldenberg } + title:d_b_wolfenbuttel_color = { set_color_from_title = title:b_wolfenbuttel } + title:d_b_wolfratshausen_color = { set_color_from_title = title:b_wolfratshausen } + title:d_b_wolfsberg_color = { set_color_from_title = title:b_wolfsberg } + title:d_b_wolgast_color = { set_color_from_title = title:b_wolgast } + title:d_b_wolkenstein_color = { set_color_from_title = title:b_wolkenstein } + title:d_b_wolong_color = { set_color_from_title = title:b_wolong } + title:d_b_wolpe_color = { set_color_from_title = title:b_wolpe } + title:d_b_wolqayt_color = { set_color_from_title = title:b_wolqayt } + title:d_b_wolsztyn_color = { set_color_from_title = title:b_wolsztyn } + title:d_b_wolverhampton_color = { set_color_from_title = title:b_wolverhampton } + title:d_b_wompu_color = { set_color_from_title = title:b_wompu } + title:d_b_woora_saabe_color = { set_color_from_title = title:b_woora_saabe } + title:d_b_worcester_color = { set_color_from_title = title:b_worcester } + title:d_b_wormditt_color = { set_color_from_title = title:b_wormditt } + title:d_b_worms_color = { set_color_from_title = title:b_worms } + title:d_b_worodugu_color = { set_color_from_title = title:b_worodugu } + title:d_b_worodugu_east_color = { set_color_from_title = title:b_worodugu_east } + title:d_b_woxbrigge_color = { set_color_from_title = title:b_woxbrigge } + title:d_b_wrexham_color = { set_color_from_title = title:b_wrexham } + title:d_b_wronki_color = { set_color_from_title = title:b_wronki } + title:d_b_wschowa_color = { set_color_from_title = title:b_wschowa } + title:d_b_wuda_color = { set_color_from_title = title:b_wuda } + title:d_b_wukari_color = { set_color_from_title = title:b_wukari } + title:d_b_wuli_color = { set_color_from_title = title:b_wuli } + title:d_b_wuliji_color = { set_color_from_title = title:b_wuliji } + title:d_b_wuluhai_color = { set_color_from_title = title:b_wuluhai } + title:d_b_wun_color = { set_color_from_title = title:b_wun } + title:d_b_wunchoin_color = { set_color_from_title = title:b_wunchoin } + title:d_b_wunsdorf_color = { set_color_from_title = title:b_wunsdorf } + title:d_b_wurttemberg_color = { set_color_from_title = title:b_wurttemberg } + title:d_b_wurzburg_color = { set_color_from_title = title:b_wurzburg } + title:d_b_wushengyi_color = { set_color_from_title = title:b_wushengyi } + title:d_b_wusu_color = { set_color_from_title = title:b_wusu } + title:d_b_wusuta_color = { set_color_from_title = title:b_wusuta } + title:d_b_wutanzili_color = { set_color_from_title = title:b_wutanzili } + title:d_b_wuyuan_color = { set_color_from_title = title:b_wuyuan } + title:d_b_wycombe_color = { set_color_from_title = title:b_wycombe } + title:d_b_wysbu_color = { set_color_from_title = title:b_wysbu } + title:d_b_wyszgorod_color = { set_color_from_title = title:b_wyszgorod } + title:d_b_wyszkow_color = { set_color_from_title = title:b_wyszkow } + title:d_b_xainza_color = { set_color_from_title = title:b_xainza } + title:d_b_xamqu_color = { set_color_from_title = title:b_xamqu } + title:d_b_xanthia_color = { set_color_from_title = title:b_xanthia } + title:d_b_xenkyer_color = { set_color_from_title = title:b_xenkyer } + title:d_b_xiba_color = { set_color_from_title = title:b_xiba } + title:d_b_xibde_color = { set_color_from_title = title:b_xibde } + title:d_b_xigaze_color = { set_color_from_title = title:b_xigaze } + title:d_b_xigortang_color = { set_color_from_title = title:b_xigortang } + title:d_b_xihu_color = { set_color_from_title = title:b_xihu } + title:d_b_xingqing_color = { set_color_from_title = title:b_xingqing } + title:d_b_xining_color = { set_color_from_title = title:b_xining } + title:d_b_xiping_color = { set_color_from_title = title:b_xiping } + title:d_b_xungba_color = { set_color_from_title = title:b_xungba } + title:d_b_yabelo_color = { set_color_from_title = title:b_yabelo } + title:d_b_yabrin_color = { set_color_from_title = title:b_yabrin } + title:d_b_yabulai_color = { set_color_from_title = title:b_yabulai } + title:d_b_yadzi_color = { set_color_from_title = title:b_yadzi } + title:d_b_yaffa_color = { set_color_from_title = title:b_yaffa } + title:d_b_yagba_color = { set_color_from_title = title:b_yagba } + title:d_b_yagkeng_color = { set_color_from_title = title:b_yagkeng } + title:d_b_yagra_color = { set_color_from_title = title:b_yagra } + title:d_b_yahtin_color = { set_color_from_title = title:b_yahtin } + title:d_b_yahudan_color = { set_color_from_title = title:b_yahudan } + title:d_b_yaia_color = { set_color_from_title = title:b_yaia } + title:d_b_yaitsk_color = { set_color_from_title = title:b_yaitsk } + title:d_b_yajatinagara_color = { set_color_from_title = title:b_yajatinagara } + title:d_b_yalachi_color = { set_color_from_title = title:b_yalachi } + title:d_b_yalala_color = { set_color_from_title = title:b_yalala } + title:d_b_yalong_color = { set_color_from_title = title:b_yalong } + title:d_b_yalu_torovsk_color = { set_color_from_title = title:b_yalu_torovsk } + title:d_b_yama_color = { set_color_from_title = title:b_yama } + title:d_b_yamama_color = { set_color_from_title = title:b_yamama } + title:d_b_yamantau_color = { set_color_from_title = title:b_yamantau } + title:d_b_yamethin_color = { set_color_from_title = title:b_yamethin } + title:d_b_yamishevo_color = { set_color_from_title = title:b_yamishevo } + title:d_b_yampil_color = { set_color_from_title = title:b_yampil } + title:d_b_yanbu_color = { set_color_from_title = title:b_yanbu } + title:d_b_yanchiwan_color = { set_color_from_title = title:b_yanchiwan } + title:d_b_yanfolila_color = { set_color_from_title = title:b_yanfolila } + title:d_b_yangadzha_color = { set_color_from_title = title:b_yangadzha } + title:d_b_yangary_color = { set_color_from_title = title:b_yangary } + title:d_b_yangguan_color = { set_color_from_title = title:b_yangguan } + title:d_b_yangikent_color = { set_color_from_title = title:b_yangikent } + title:d_b_yangjibalik_color = { set_color_from_title = title:b_yangjibalik } + title:d_b_yangpachen_color = { set_color_from_title = title:b_yangpachen } + title:d_b_yangwarok_color = { set_color_from_title = title:b_yangwarok } + title:d_b_yanokul_color = { set_color_from_title = title:b_yanokul } + title:d_b_yao_fitri_color = { set_color_from_title = title:b_yao_fitri } + title:d_b_yar_calli_color = { set_color_from_title = title:b_yar_calli } + title:d_b_yaresna_color = { set_color_from_title = title:b_yaresna } + title:d_b_yarkand_color = { set_color_from_title = title:b_yarkand } + title:d_b_yarkhoto_color = { set_color_from_title = title:b_yarkhoto } + title:d_b_yarlestre_color = { set_color_from_title = title:b_yarlestre } + title:d_b_yarnema_color = { set_color_from_title = title:b_yarnema } + title:d_b_yaroslav_VOL_color = { set_color_from_title = title:b_yaroslav_VOL } + title:d_b_yaroslavl_color = { set_color_from_title = title:b_yaroslavl } + title:d_b_yary_color = { set_color_from_title = title:b_yary } + title:d_b_yaseni_color = { set_color_from_title = title:b_yaseni } + title:d_b_yashkan_color = { set_color_from_title = title:b_yashkan } + title:d_b_yasi_color = { set_color_from_title = title:b_yasi } + title:d_b_yasin_color = { set_color_from_title = title:b_yasin } + title:d_b_yau_color = { set_color_from_title = title:b_yau } + title:d_b_yauri_color = { set_color_from_title = title:b_yauri } + title:d_b_yawnghwe_color = { set_color_from_title = title:b_yawnghwe } + title:d_b_yazd_color = { set_color_from_title = title:b_yazd } + title:d_b_ycost_color = { set_color_from_title = title:b_ycost } + title:d_b_yegainnyin_color = { set_color_from_title = title:b_yegainnyin } + title:d_b_yegoryevsk_color = { set_color_from_title = title:b_yegoryevsk } + title:d_b_yekaterinburg_color = { set_color_from_title = title:b_yekaterinburg } + title:d_b_yelan_color = { set_color_from_title = title:b_yelan } + title:d_b_yeldiatzkaya_color = { set_color_from_title = title:b_yeldiatzkaya } + title:d_b_yelets_color = { set_color_from_title = title:b_yelets } + title:d_b_yelimane_color = { set_color_from_title = title:b_yelimane } + title:d_b_yelnya_color = { set_color_from_title = title:b_yelnya } + title:d_b_yemetsk_color = { set_color_from_title = title:b_yemetsk } + title:d_b_yendi_color = { set_color_from_title = title:b_yendi } + title:d_b_yendum_color = { set_color_from_title = title:b_yendum } + title:d_b_yengi_xahar_color = { set_color_from_title = title:b_yengi_xahar } + title:d_b_yengisar_color = { set_color_from_title = title:b_yengisar } + title:d_b_yenisei_color = { set_color_from_title = title:b_yenisei } + title:d_b_yeniugou_color = { set_color_from_title = title:b_yeniugou } + title:d_b_yenotayevka_color = { set_color_from_title = title:b_yenotayevka } + title:d_b_yenshipin_color = { set_color_from_title = title:b_yenshipin } + title:d_b_yera_color = { set_color_from_title = title:b_yera } + title:d_b_yerevan_color = { set_color_from_title = title:b_yerevan } + title:d_b_yergolyk_color = { set_color_from_title = title:b_yergolyk } + title:d_b_yerwa_color = { set_color_from_title = title:b_yerwa } + title:d_b_yeshil_chumych_color = { set_color_from_title = title:b_yeshil_chumych } + title:d_b_yetagiri_color = { set_color_from_title = title:b_yetagiri } + title:d_b_yezagash_color = { set_color_from_title = title:b_yezagash } + title:d_b_yidu_color = { set_color_from_title = title:b_yidu } + title:d_b_yijinai_color = { set_color_from_title = title:b_yijinai } + title:d_b_yingkiong_color = { set_color_from_title = title:b_yingkiong } + title:d_b_yiong_color = { set_color_from_title = title:b_yiong } + title:d_b_yiqen_color = { set_color_from_title = title:b_yiqen } + title:d_b_yizhi_color = { set_color_from_title = title:b_yizhi } + title:d_b_ylikainuu_color = { set_color_from_title = title:b_ylikainuu } + title:d_b_yns_mon_color = { set_color_from_title = title:b_yns_mon } + title:d_b_yoff_color = { set_color_from_title = title:b_yoff } + title:d_b_yogoran_color = { set_color_from_title = title:b_yogoran } + title:d_b_yohongou_color = { set_color_from_title = title:b_yohongou } + title:d_b_yongdeng_color = { set_color_from_title = title:b_yongdeng } + title:d_b_yonoir_color = { set_color_from_title = title:b_yonoir } + title:d_b_yopurga_color = { set_color_from_title = title:b_yopurga } + title:d_b_yorgaet_color = { set_color_from_title = title:b_yorgaet } + title:d_b_york_color = { set_color_from_title = title:b_york } + title:d_b_yoshkar-ola_color = { set_color_from_title = title:b_yoshkar-ola } + title:d_b_ypres_color = { set_color_from_title = title:b_ypres } + title:d_b_yuetgan_color = { set_color_from_title = title:b_yuetgan } + title:d_b_yugan_color = { set_color_from_title = title:b_yugan } + title:d_b_yugar_color = { set_color_from_title = title:b_yugar } + title:d_b_yuldybayevo_color = { set_color_from_title = title:b_yuldybayevo } + title:d_b_yulin_color = { set_color_from_title = title:b_yulin } + title:d_b_yumai_color = { set_color_from_title = title:b_yumai } + title:d_b_yumanova_color = { set_color_from_title = title:b_yumanova } + title:d_b_yumbu_lakhang_color = { set_color_from_title = title:b_yumbu_lakhang } + title:d_b_yumen_color = { set_color_from_title = title:b_yumen } + title:d_b_yumenguan_color = { set_color_from_title = title:b_yumenguan } + title:d_b_yunglro_color = { set_color_from_title = title:b_yunglro } + title:d_b_yurba_color = { set_color_from_title = title:b_yurba } + title:d_b_yuriev_color = { set_color_from_title = title:b_yuriev } + title:d_b_yuryev_color = { set_color_from_title = title:b_yuryev } + title:d_b_yutur_color = { set_color_from_title = title:b_yutur } + title:d_b_yuyico_color = { set_color_from_title = title:b_yuyico } + title:d_b_zabid_color = { set_color_from_title = title:b_zabid } + title:d_b_zadar_color = { set_color_from_title = title:b_zadar } + title:d_b_zafar_color = { set_color_from_title = title:b_zafar } + title:d_b_zafra_color = { set_color_from_title = title:b_zafra } + title:d_b_zagan_color = { set_color_from_title = title:b_zagan } + title:d_b_zagan-gol_color = { set_color_from_title = title:b_zagan-gol } + title:d_b_zaghwan_color = { set_color_from_title = title:b_zaghwan } + title:d_b_zagora_color = { set_color_from_title = title:b_zagora } + title:d_b_zagreb_color = { set_color_from_title = title:b_zagreb } + title:d_b_zaila_color = { set_color_from_title = title:b_zaila } + title:d_b_zainlha_color = { set_color_from_title = title:b_zainlha } + title:d_b_zaiza_color = { set_color_from_title = title:b_zaiza } + title:d_b_zajecar_color = { set_color_from_title = title:b_zajecar } + title:d_b_zakroczym_color = { set_color_from_title = title:b_zakroczym } + title:d_b_zakynthos_color = { set_color_from_title = title:b_zakynthos } + title:d_b_zalaca_color = { set_color_from_title = title:b_zalaca } + title:d_b_zalha_color = { set_color_from_title = title:b_zalha } + title:d_b_zamakhshar_color = { set_color_from_title = title:b_zamakhshar } + title:d_b_zamin_color = { set_color_from_title = title:b_zamin } + title:d_b_zamindawar_color = { set_color_from_title = title:b_zamindawar } + title:d_b_zamm_color = { set_color_from_title = title:b_zamm } + title:d_b_zammour_color = { set_color_from_title = title:b_zammour } + title:d_b_zamora_color = { set_color_from_title = title:b_zamora } + title:d_b_zampia_color = { set_color_from_title = title:b_zampia } + title:d_b_zamtam_color = { set_color_from_title = title:b_zamtam } + title:d_b_zamtang_color = { set_color_from_title = title:b_zamtang } + title:d_b_zangla_color = { set_color_from_title = title:b_zangla } + title:d_b_zanjan_color = { set_color_from_title = title:b_zanjan } + title:d_b_zanzan_color = { set_color_from_title = title:b_zanzan } + title:d_b_zapaxi_color = { set_color_from_title = title:b_zapaxi } + title:d_b_zaqatala_color = { set_color_from_title = title:b_zaqatala } + title:d_b_zaragoza_color = { set_color_from_title = title:b_zaragoza } + title:d_b_zarand_color = { set_color_from_title = title:b_zarand } + title:d_b_zarand_PER_color = { set_color_from_title = title:b_zarand_PER } + title:d_b_zaranj_color = { set_color_from_title = title:b_zaranj } + title:d_b_zarapan_color = { set_color_from_title = title:b_zarapan } + title:d_b_zariskat_color = { set_color_from_title = title:b_zariskat } + title:d_b_zarmaganda_color = { set_color_from_title = title:b_zarmaganda } + title:d_b_zarman_color = { set_color_from_title = title:b_zarman } + title:d_b_zarmatarey_color = { set_color_from_title = title:b_zarmatarey } + title:d_b_zarnikh_color = { set_color_from_title = title:b_zarnikh } + title:d_b_zaslavl_color = { set_color_from_title = title:b_zaslavl } + title:d_b_zaslawye_color = { set_color_from_title = title:b_zaslawye } + title:d_b_zatec_color = { set_color_from_title = title:b_zatec } + title:d_b_zatsan_color = { set_color_from_title = title:b_zatsan } + title:d_b_zavialova_color = { set_color_from_title = title:b_zavialova } + title:d_b_zawa_color = { set_color_from_title = title:b_zawa } + title:d_b_zawila_color = { set_color_from_title = title:b_zawila } + title:d_b_zawkrze_color = { set_color_from_title = title:b_zawkrze } + title:d_b_zaybak_color = { set_color_from_title = title:b_zaybak } + title:d_b_zayu_color = { set_color_from_title = title:b_zayu } + title:d_b_zazzau_color = { set_color_from_title = title:b_zazzau } + title:d_b_zdar_color = { set_color_from_title = title:b_zdar } + title:d_b_zdvyzhen_color = { set_color_from_title = title:b_zdvyzhen } + title:d_b_zegligovo_color = { set_color_from_title = title:b_zegligovo } + title:d_b_zeila_CHA_color = { set_color_from_title = title:b_zeila_CHA } + title:d_b_zekog_color = { set_color_from_title = title:b_zekog } + title:d_b_zela_color = { set_color_from_title = title:b_zela } + title:d_b_zemplen_color = { set_color_from_title = title:b_zemplen } + title:d_b_zemun_color = { set_color_from_title = title:b_zemun } + title:d_b_zenta_color = { set_color_from_title = title:b_zenta } + title:d_b_zerbst_color = { set_color_from_title = title:b_zerbst } + title:d_b_zermion_color = { set_color_from_title = title:b_zermion } + title:d_b_zetang_color = { set_color_from_title = title:b_zetang } + title:d_b_zetouni_color = { set_color_from_title = title:b_zetouni } + title:d_b_zeven_color = { set_color_from_title = title:b_zeven } + title:d_b_zhaltyr_color = { set_color_from_title = title:b_zhaltyr } + title:d_b_zhamog_color = { set_color_from_title = title:b_zhamog } + title:d_b_zhelanash_color = { set_color_from_title = title:b_zhelanash } + title:d_b_zhelezny_ustyug_color = { set_color_from_title = title:b_zhelezny_ustyug } + title:d_b_zhemgang_color = { set_color_from_title = title:b_zhemgang } + title:d_b_zhenfan_color = { set_color_from_title = title:b_zhenfan } + title:d_b_zherkovo_color = { set_color_from_title = title:b_zherkovo } + title:d_b_zhiteu_color = { set_color_from_title = title:b_zhiteu } + title:d_b_zhitikara_color = { set_color_from_title = title:b_zhitikara } + title:d_b_zhlobin_color = { set_color_from_title = title:b_zhlobin } + title:d_b_zhob_color = { set_color_from_title = title:b_zhob } + title:d_b_zhongcun_color = { set_color_from_title = title:b_zhongcun } + title:d_b_zhugqu_color = { set_color_from_title = title:b_zhugqu } + title:d_b_zhytkavichy_color = { set_color_from_title = title:b_zhytkavichy } + title:d_b_zhytomyr_color = { set_color_from_title = title:b_zhytomyr } + title:d_b_ziba_color = { set_color_from_title = title:b_ziba } + title:d_b_zica_color = { set_color_from_title = title:b_zica } + title:d_b_ziegenhain_color = { set_color_from_title = title:b_ziegenhain } + title:d_b_zilm_color = { set_color_from_title = title:b_zilm } + title:d_b_zima_MON_color = { set_color_from_title = title:b_zima_MON } + title:d_b_zinder_color = { set_color_from_title = title:b_zinder } + title:d_b_ziporea_color = { set_color_from_title = title:b_ziporea } + title:d_b_zirc_color = { set_color_from_title = title:b_zirc } + title:d_b_zirjan_color = { set_color_from_title = title:b_zirjan } + title:d_b_ziro_color = { set_color_from_title = title:b_ziro } + title:d_b_zitava_color = { set_color_from_title = title:b_zitava } + title:d_b_ziz_color = { set_color_from_title = title:b_ziz } + title:d_b_zlatoust_color = { set_color_from_title = title:b_zlatoust } + title:d_b_zlotow_color = { set_color_from_title = title:b_zlotow } + title:d_b_znin_color = { set_color_from_title = title:b_znin } + title:d_b_znojmo_color = { set_color_from_title = title:b_znojmo } + title:d_b_zoco_color = { set_color_from_title = title:b_zoco } + title:d_b_zogang_color = { set_color_from_title = title:b_zogang } + title:d_b_zoige_color = { set_color_from_title = title:b_zoige } + title:d_b_zokya_color = { set_color_from_title = title:b_zokya } + title:d_b_zollern_color = { set_color_from_title = title:b_zollern } + title:d_b_zolonta_color = { set_color_from_title = title:b_zolonta } + title:d_b_zolotonosha_color = { set_color_from_title = title:b_zolotonosha } + title:d_b_zolyom_color = { set_color_from_title = title:b_zolyom } + title:d_b_zondoma_color = { set_color_from_title = title:b_zondoma } + title:d_b_zoresti_color = { set_color_from_title = title:b_zoresti } + title:d_b_zsolna_color = { set_color_from_title = title:b_zsolna } + title:d_b_zubala_color = { set_color_from_title = title:b_zubala } + title:d_b_zubstov_color = { set_color_from_title = title:b_zubstov } + title:d_b_zuera_color = { set_color_from_title = title:b_zuera } + title:d_b_zugdidi_color = { set_color_from_title = title:b_zugdidi } + title:d_b_zughar_color = { set_color_from_title = title:b_zughar } + title:d_b_zurabad_color = { set_color_from_title = title:b_zurabad } + title:d_b_zurich_color = { set_color_from_title = title:b_zurich } + title:d_b_zurita_color = { set_color_from_title = title:b_zurita } + title:d_b_zurra_color = { set_color_from_title = title:b_zurra } + title:d_b_zuru_color = { set_color_from_title = title:b_zuru } + title:d_b_zutphen_color = { set_color_from_title = title:b_zutphen } + title:d_b_zuunbaykal_color = { set_color_from_title = title:b_zuunbaykal } + title:d_b_zuwara_color = { set_color_from_title = title:b_zuwara } + title:d_b_zvecan_color = { set_color_from_title = title:b_zvecan } + title:d_b_zvenyhorod_color = { set_color_from_title = title:b_zvenyhorod } + title:d_b_zvornik_color = { set_color_from_title = title:b_zvornik } + title:d_b_zvyahel_color = { set_color_from_title = title:b_zvyahel } + title:d_b_zweibrucken_color = { set_color_from_title = title:b_zweibrucken } + title:d_b_zwettl_color = { set_color_from_title = title:b_zwettl } + title:d_b_zwolle_color = { set_color_from_title = title:b_zwolle } + title:d_b_zynna_color = { set_color_from_title = title:b_zynna } + title:d_b_zyryan_color = { set_color_from_title = title:b_zyryan } + title:d_c_aachen_color = { set_color_from_title = title:c_aachen } + title:d_c_aalborg_color = { set_color_from_title = title:c_aalborg } + title:d_c_aarhus_color = { set_color_from_title = title:c_aarhus } + title:d_c_abakan_color = { set_color_from_title = title:c_abakan } + title:d_c_abauj_color = { set_color_from_title = title:c_abauj } + title:d_c_abbadan_color = { set_color_from_title = title:c_abbadan } + title:d_c_abivard_color = { set_color_from_title = title:c_abivard } + title:d_c_abkhazia_color = { set_color_from_title = title:c_abkhazia } + title:d_c_ablastha_color = { set_color_from_title = title:c_ablastha } + title:d_c_abomey_color = { set_color_from_title = title:c_abomey } + title:d_c_abruzzi_color = { set_color_from_title = title:c_abruzzi } + title:d_c_abu_hammad_color = { set_color_from_title = title:c_abu_hammad } + title:d_c_abwab_color = { set_color_from_title = title:c_abwab } + title:d_c_abydos_color = { set_color_from_title = title:c_abydos } + title:d_c_acalapura_color = { set_color_from_title = title:c_acalapura } + title:d_c_acampse_color = { set_color_from_title = title:c_acampse } + title:d_c_achaia_color = { set_color_from_title = title:c_achaia } + title:d_c_acre_color = { set_color_from_title = title:c_acre } + title:d_c_adanse_color = { set_color_from_title = title:c_adanse } + title:d_c_adoni_color = { set_color_from_title = title:c_adoni } + title:d_c_adrianopolis_color = { set_color_from_title = title:c_adrianopolis } + title:d_c_aeolis_color = { set_color_from_title = title:c_aeolis } + title:d_c_aetolia_color = { set_color_from_title = title:c_aetolia } + title:d_c_afar_color = { set_color_from_title = title:c_afar } + title:d_c_afram_color = { set_color_from_title = title:c_afram } + title:d_c_agadir_color = { set_color_from_title = title:c_agadir } + title:d_c_agairik_color = { set_color_from_title = title:c_agairik } + title:d_c_agaw_meder_color = { set_color_from_title = title:c_agaw_meder } + title:d_c_agdeside_color = { set_color_from_title = title:c_agdeside } + title:d_c_agenais_color = { set_color_from_title = title:c_agenais } + title:d_c_agrigento_color = { set_color_from_title = title:c_agrigento } + title:d_c_ahqaf_color = { set_color_from_title = title:c_ahqaf } + title:d_c_ahvaz_color = { set_color_from_title = title:c_ahvaz } + title:d_c_ailech_color = { set_color_from_title = title:c_ailech } + title:d_c_ain_galakka_color = { set_color_from_title = title:c_ain_galakka } + title:d_c_aintab_color = { set_color_from_title = title:c_aintab } + title:d_c_air_color = { set_color_from_title = title:c_air } + title:d_c_ajaccio_color = { set_color_from_title = title:c_ajaccio } + title:d_c_ajayameru_color = { set_color_from_title = title:c_ajayameru } + title:d_c_ak-dzulpas_color = { set_color_from_title = title:c_ak-dzulpas } + title:d_c_akhadid_color = { set_color_from_title = title:c_akhadid } + title:d_c_akkel_color = { set_color_from_title = title:c_akkel } + title:d_c_akkityk_color = { set_color_from_title = title:c_akkityk } + title:d_c_aksay_color = { set_color_from_title = title:c_aksay } + title:d_c_aksu_color = { set_color_from_title = title:c_aksu } + title:d_c_aksuyek_color = { set_color_from_title = title:c_aksuyek } + title:d_c_al-arid_color = { set_color_from_title = title:c_al-arid } + title:d_c_al-asa_color = { set_color_from_title = title:c_al-asa } + title:d_c_al-buhaira_color = { set_color_from_title = title:c_al-buhaira } + title:d_c_al-gharbiya_color = { set_color_from_title = title:c_al-gharbiya } + title:d_c_al-haditha_color = { set_color_from_title = title:c_al-haditha } + title:d_c_al-hasa_color = { set_color_from_title = title:c_al-hasa } + title:d_c_al_aqabah_color = { set_color_from_title = title:c_al_aqabah } + title:d_c_al_jawf_color = { set_color_from_title = title:c_al_jawf } + title:d_c_aland_color = { set_color_from_title = title:c_aland } + title:d_c_alarcon_color = { set_color_from_title = title:c_alarcon } + title:d_c_albarracin_color = { set_color_from_title = title:c_albarracin } + title:d_c_albi_color = { set_color_from_title = title:c_albi } + title:d_c_albret_color = { set_color_from_title = title:c_albret } + title:d_c_alcacer_do_sal_color = { set_color_from_title = title:c_alcacer_do_sal } + title:d_c_alcaniz_color = { set_color_from_title = title:c_alcaniz } + title:d_c_alcaraz_color = { set_color_from_title = title:c_alcaraz } + title:d_c_alencon_color = { set_color_from_title = title:c_alencon } + title:d_c_aleppo_color = { set_color_from_title = title:c_aleppo } + title:d_c_alexandretta_color = { set_color_from_title = title:c_alexandretta } + title:d_c_alexandria_color = { set_color_from_title = title:c_alexandria } + title:d_c_aley_color = { set_color_from_title = title:c_aley } + title:d_c_algeciras_color = { set_color_from_title = title:c_algeciras } + title:d_c_algier_color = { set_color_from_title = title:c_algier } + title:d_c_alicante_color = { set_color_from_title = title:c_alicante } + title:d_c_allai_color = { set_color_from_title = title:c_allai } + title:d_c_allaqi_color = { set_color_from_title = title:c_allaqi } + title:d_c_allenstein_color = { set_color_from_title = title:c_allenstein } + title:d_c_almader_color = { set_color_from_title = title:c_almader } + title:d_c_almaty_color = { set_color_from_title = title:c_almaty } + title:d_c_almeria_color = { set_color_from_title = title:c_almeria } + title:d_c_alodia_color = { set_color_from_title = title:c_alodia } + title:d_c_along_color = { set_color_from_title = title:c_along } + title:d_c_alpsee_color = { set_color_from_title = title:c_alpsee } + title:d_c_altay_color = { set_color_from_title = title:c_altay } + title:d_c_alto_aragon_color = { set_color_from_title = title:c_alto_aragon } + title:d_c_aluksne_color = { set_color_from_title = title:c_aluksne } + title:d_c_alupa_color = { set_color_from_title = title:c_alupa } + title:d_c_alxa_color = { set_color_from_title = title:c_alxa } + title:d_c_amatlus_color = { set_color_from_title = title:c_amatlus } + title:d_c_amaya_color = { set_color_from_title = title:c_amaya } + title:d_c_amdo_color = { set_color_from_title = title:c_amdo } + title:d_c_amhara_color = { set_color_from_title = title:c_amhara } + title:d_c_amida_color = { set_color_from_title = title:c_amida } + title:d_c_amiens_color = { set_color_from_title = title:c_amiens } + title:d_c_amol_color = { set_color_from_title = title:c_amol } + title:d_c_amstetten_color = { set_color_from_title = title:c_amstetten } + title:d_c_anbar_color = { set_color_from_title = title:c_anbar } + title:d_c_ancona_color = { set_color_from_title = title:c_ancona } + title:d_c_andujar_color = { set_color_from_title = title:c_andujar } + title:d_c_angerburg_color = { set_color_from_title = title:c_angerburg } + title:d_c_angermanland_color = { set_color_from_title = title:c_angermanland } + title:d_c_anglesey_color = { set_color_from_title = title:c_anglesey } + title:d_c_angot_color = { set_color_from_title = title:c_angot } + title:d_c_angouleme_color = { set_color_from_title = title:c_angouleme } + title:d_c_angus_color = { set_color_from_title = title:c_angus } + title:d_c_anja_color = { set_color_from_title = title:c_anja } + title:d_c_anjou_color = { set_color_from_title = title:c_anjou } + title:d_c_annaba_color = { set_color_from_title = title:c_annaba } + title:d_c_annandale_color = { set_color_from_title = title:c_annandale } + title:d_c_ansbach_color = { set_color_from_title = title:c_ansbach } + title:d_c_ansongo_color = { set_color_from_title = title:c_ansongo } + title:d_c_antiocheia_color = { set_color_from_title = title:c_antiocheia } + title:d_c_antipatreia_color = { set_color_from_title = title:c_antipatreia } + title:d_c_antwerpen_color = { set_color_from_title = title:c_antwerpen } + title:d_c_aosta_color = { set_color_from_title = title:c_aosta } + title:d_c_aowin_color = { set_color_from_title = title:c_aowin } + title:d_c_apahunik_color = { set_color_from_title = title:c_apahunik } + title:d_c_apulia_color = { set_color_from_title = title:c_apulia } + title:d_c_aqenganggyai_color = { set_color_from_title = title:c_aqenganggyai } + title:d_c_aqiq_color = { set_color_from_title = title:c_aqiq } + title:d_c_aqtobe_color = { set_color_from_title = title:c_aqtobe } + title:d_c_aquileia_color = { set_color_from_title = title:c_aquileia } + title:d_c_aquincum_color = { set_color_from_title = title:c_aquincum } + title:d_c_arad_color = { set_color_from_title = title:c_arad } + title:d_c_aral_karakum_color = { set_color_from_title = title:c_aral_karakum } + title:d_c_aralkizil_color = { set_color_from_title = title:c_aralkizil } + title:d_c_aran_color = { set_color_from_title = title:c_aran } + title:d_c_arawan_color = { set_color_from_title = title:c_arawan } + title:d_c_arbanon_color = { set_color_from_title = title:c_arbanon } + title:d_c_arborea_color = { set_color_from_title = title:c_arborea } + title:d_c_ardabil_color = { set_color_from_title = title:c_ardabil } + title:d_c_ardestan_color = { set_color_from_title = title:c_ardestan } + title:d_c_arezzo_color = { set_color_from_title = title:c_arezzo } + title:d_c_argyll_color = { set_color_from_title = title:c_argyll } + title:d_c_arigh_color = { set_color_from_title = title:c_arigh } + title:d_c_ariksar_color = { set_color_from_title = title:c_ariksar } + title:d_c_arkat_color = { set_color_from_title = title:c_arkat } + title:d_c_armagnac_color = { set_color_from_title = title:c_armagnac } + title:d_c_arnhem_color = { set_color_from_title = title:c_arnhem } + title:d_c_arnsberg_color = { set_color_from_title = title:c_arnsberg } + title:d_c_aror_color = { set_color_from_title = title:c_aror } + title:d_c_arrajan_color = { set_color_from_title = title:c_arrajan } + title:d_c_arusi_color = { set_color_from_title = title:c_arusi } + title:d_c_arzhan_color = { set_color_from_title = title:c_arzhan } + title:d_c_asfi_color = { set_color_from_title = title:c_asfi } + title:d_c_ashir_color = { set_color_from_title = title:c_ashir } + title:d_c_ashli_color = { set_color_from_title = title:c_ashli } + title:d_c_ashmaka_color = { set_color_from_title = title:c_ashmaka } + title:d_c_asir_color = { set_color_from_title = title:c_asir } + title:d_c_asirgarh_color = { set_color_from_title = title:c_asirgarh } + title:d_c_asni_color = { set_color_from_title = title:c_asni } + title:d_c_aso_color = { set_color_from_title = title:c_aso } + title:d_c_astana_color = { set_color_from_title = title:c_astana } + title:d_c_astore_color = { set_color_from_title = title:c_astore } + title:d_c_astorga_color = { set_color_from_title = title:c_astorga } + title:d_c_astrakhan_color = { set_color_from_title = title:c_astrakhan } + title:d_c_asturias_de_oviedo_color = { set_color_from_title = title:c_asturias_de_oviedo } + title:d_c_asturias_de_santillana_color = { set_color_from_title = title:c_asturias_de_santillana } + title:d_c_aswan_color = { set_color_from_title = title:c_aswan } + title:d_c_asyut_color = { set_color_from_title = title:c_asyut } + title:d_c_atamansku_color = { set_color_from_title = title:c_atamansku } + title:d_c_atbara_color = { set_color_from_title = title:c_atbara } + title:d_c_atbasar_color = { set_color_from_title = title:c_atbasar } + title:d_c_athlone_color = { set_color_from_title = title:c_athlone } + title:d_c_atholl_color = { set_color_from_title = title:c_atholl } + title:d_c_atkarsk_color = { set_color_from_title = title:c_atkarsk } + title:d_c_attica_color = { set_color_from_title = title:c_attica } + title:d_c_attie_color = { set_color_from_title = title:c_attie } + title:d_c_atyrau_color = { set_color_from_title = title:c_atyrau } + title:d_c_augsburg_color = { set_color_from_title = title:c_augsburg } + title:d_c_aunis_color = { set_color_from_title = title:c_aunis } + title:d_c_austisland_color = { set_color_from_title = title:c_austisland } + title:d_c_auvergne_color = { set_color_from_title = title:c_auvergne } + title:d_c_auxerre_color = { set_color_from_title = title:c_auxerre } + title:d_c_ava_color = { set_color_from_title = title:c_ava } + title:d_c_avalois_color = { set_color_from_title = title:c_avalois } + title:d_c_aveiro_color = { set_color_from_title = title:c_aveiro } + title:d_c_avila_color = { set_color_from_title = title:c_avila } + title:d_c_aviovara_color = { set_color_from_title = title:c_aviovara } + title:d_c_avlonas_color = { set_color_from_title = title:c_avlonas } + title:d_c_avranches_color = { set_color_from_title = title:c_avranches } + title:d_c_awjila_color = { set_color_from_title = title:c_awjila } + title:d_c_awkar_color = { set_color_from_title = title:c_awkar } + title:d_c_awssa_color = { set_color_from_title = title:c_awssa } + title:d_c_aydhab_color = { set_color_from_title = title:c_aydhab } + title:d_c_ayn_farah_color = { set_color_from_title = title:c_ayn_farah } + title:d_c_ayodhya_color = { set_color_from_title = title:c_ayodhya } + title:d_c_ayrarat_color = { set_color_from_title = title:c_ayrarat } + title:d_c_ayrshire_color = { set_color_from_title = title:c_ayrshire } + title:d_c_aytos_color = { set_color_from_title = title:c_aytos } + title:d_c_az-dhahira_color = { set_color_from_title = title:c_az-dhahira } + title:d_c_azas_color = { set_color_from_title = title:c_azas } + title:d_c_azov_color = { set_color_from_title = title:c_azov } + title:d_c_azukki_color = { set_color_from_title = title:c_azukki } + title:d_c_azysia_color = { set_color_from_title = title:c_azysia } + title:d_c_baalbek_color = { set_color_from_title = title:c_baalbek } + title:d_c_babruysk_color = { set_color_from_title = title:c_babruysk } + title:d_c_bacs_color = { set_color_from_title = title:c_bacs } + title:d_c_badajoz_color = { set_color_from_title = title:c_badajoz } + title:d_c_badakhshan_color = { set_color_from_title = title:c_badakhshan } + title:d_c_badaraya_color = { set_color_from_title = title:c_badaraya } + title:d_c_baden_color = { set_color_from_title = title:c_baden } + title:d_c_badghis_color = { set_color_from_title = title:c_badghis } + title:d_c_badi_color = { set_color_from_title = title:c_badi } + title:d_c_badis_color = { set_color_from_title = title:c_badis } + title:d_c_baduspan_color = { set_color_from_title = title:c_baduspan } + title:d_c_baghdad_color = { set_color_from_title = title:c_baghdad } + title:d_c_bagrewand_color = { set_color_from_title = title:c_bagrewand } + title:d_c_baguirmi_color = { set_color_from_title = title:c_baguirmi } + title:d_c_bahnasa_color = { set_color_from_title = title:c_bahnasa } + title:d_c_bahriya_color = { set_color_from_title = title:c_bahriya } + title:d_c_baibalik_color = { set_color_from_title = title:c_baibalik } + title:d_c_baigaluuls_color = { set_color_from_title = title:c_baigaluuls } + title:d_c_baihaq_color = { set_color_from_title = title:c_baihaq } + title:d_c_bailaqan_color = { set_color_from_title = title:c_bailaqan } + title:d_c_baima_color = { set_color_from_title = title:c_baima } + title:d_c_baingoin_color = { set_color_from_title = title:c_baingoin } + title:d_c_baisary_color = { set_color_from_title = title:c_baisary } + title:d_c_baiyin_color = { set_color_from_title = title:c_baiyin } + title:d_c_bajura_color = { set_color_from_title = title:c_bajura } + title:d_c_bakharz_color = { set_color_from_title = title:c_bakharz } + title:d_c_bakhmut_color = { set_color_from_title = title:c_bakhmut } + title:d_c_bakriya_color = { set_color_from_title = title:c_bakriya } + title:d_c_balachev_color = { set_color_from_title = title:c_balachev } + title:d_c_balashagun_color = { set_color_from_title = title:c_balashagun } + title:d_c_balgun_color = { set_color_from_title = title:c_balgun } + title:d_c_bali_color = { set_color_from_title = title:c_bali } + title:d_c_balkh_color = { set_color_from_title = title:c_balkh } + title:d_c_balkonda_color = { set_color_from_title = title:c_balkonda } + title:d_c_balqa_color = { set_color_from_title = title:c_balqa } + title:d_c_bam_color = { set_color_from_title = title:c_bam } + title:d_c_bamberg_color = { set_color_from_title = title:c_bamberg } + title:d_c_bambuk_color = { set_color_from_title = title:c_bambuk } + title:d_c_bamian_color = { set_color_from_title = title:c_bamian } + title:d_c_bampur_color = { set_color_from_title = title:c_bampur } + title:d_c_banavasi_color = { set_color_from_title = title:c_banavasi } + title:d_c_banbar_color = { set_color_from_title = title:c_banbar } + title:d_c_bandhugadha_color = { set_color_from_title = title:c_bandhugadha } + title:d_c_bandiagara_color = { set_color_from_title = title:c_bandiagara } + title:d_c_bangaon_color = { set_color_from_title = title:c_bangaon } + title:d_c_bannu_color = { set_color_from_title = title:c_bannu } + title:d_c_banre_color = { set_color_from_title = title:c_banre } + title:d_c_baol_color = { set_color_from_title = title:c_baol } + title:d_c_baqen_color = { set_color_from_title = title:c_baqen } + title:d_c_baqlin_color = { set_color_from_title = title:c_baqlin } + title:d_c_bar_color = { set_color_from_title = title:c_bar } + title:d_c_baranya_color = { set_color_from_title = title:c_baranya } + title:d_c_barasuru_color = { set_color_from_title = title:c_barasuru } + title:d_c_barbacadle_color = { set_color_from_title = title:c_barbacadle } + title:d_c_barcasag_color = { set_color_from_title = title:c_barcasag } + title:d_c_barcelona_color = { set_color_from_title = title:c_barcelona } + title:d_c_bardak_color = { set_color_from_title = title:c_bardak } + title:d_c_bargajan_color = { set_color_from_title = title:c_bargajan } + title:d_c_bari_color = { set_color_from_title = title:c_bari } + title:d_c_barkam_color = { set_color_from_title = title:c_barkam } + title:d_c_barkul_color = { set_color_from_title = title:c_barkul } + title:d_c_barlad_color = { set_color_from_title = title:c_barlad } + title:d_c_barma_color = { set_color_from_title = title:c_barma } + title:d_c_barnaul_color = { set_color_from_title = title:c_barnaul } + title:d_c_barqa_color = { set_color_from_title = title:c_barqa } + title:d_c_bars_color = { set_color_from_title = title:c_bars } + title:d_c_barsuki_color = { set_color_from_title = title:c_barsuki } + title:d_c_bartenstein_color = { set_color_from_title = title:c_bartenstein } + title:d_c_basagha_color = { set_color_from_title = title:c_basagha } + title:d_c_basra_color = { set_color_from_title = title:c_basra } + title:d_c_bassa_color = { set_color_from_title = title:c_bassa } + title:d_c_bastia_color = { set_color_from_title = title:c_bastia } + title:d_c_batang_color = { set_color_from_title = title:c_batang } + title:d_c_batiha_color = { set_color_from_title = title:c_batiha } + title:d_c_batina_color = { set_color_from_title = title:c_batina } + title:d_c_batn_al-hajar_color = { set_color_from_title = title:c_batn_al-hajar } + title:d_c_batticaloa_color = { set_color_from_title = title:c_batticaloa } + title:d_c_bauchi_color = { set_color_from_title = title:c_bauchi } + title:d_c_baxoi_color = { set_color_from_title = title:c_baxoi } + title:d_c_baydhabo_color = { set_color_from_title = title:c_baydhabo } + title:d_c_bayeux_color = { set_color_from_title = title:c_bayeux } + title:d_c_bazin_color = { set_color_from_title = title:c_bazin } + title:d_c_bearn_color = { set_color_from_title = title:c_bearn } + title:d_c_beaumont_color = { set_color_from_title = title:c_beaumont } + title:d_c_bedford_color = { set_color_from_title = title:c_bedford } + title:d_c_begemder_color = { set_color_from_title = title:c_begemder } + title:d_c_begho_color = { set_color_from_title = title:c_begho } + title:d_c_behabad_color = { set_color_from_title = title:c_behabad } + title:d_c_beirut_color = { set_color_from_title = title:c_beirut } + title:d_c_beja_color = { set_color_from_title = title:c_beja } + title:d_c_bejaia_color = { set_color_from_title = title:c_bejaia } + title:d_c_bekes_color = { set_color_from_title = title:c_bekes } + title:d_c_beksima_color = { set_color_from_title = title:c_beksima } + title:d_c_belebey_color = { set_color_from_title = title:c_belebey } + title:d_c_bellac_color = { set_color_from_title = title:c_bellac } + title:d_c_belogorje_color = { set_color_from_title = title:c_belogorje } + title:d_c_beloozero_color = { set_color_from_title = title:c_beloozero } + title:d_c_belz_color = { set_color_from_title = title:c_belz } + title:d_c_bena_color = { set_color_from_title = title:c_bena } + title:d_c_benavente_color = { set_color_from_title = title:c_benavente } + title:d_c_benevento_color = { set_color_from_title = title:c_benevento } + title:d_c_benin_color = { set_color_from_title = title:c_benin } + title:d_c_beograd_color = { set_color_from_title = title:c_beograd } + title:d_c_berbera_color = { set_color_from_title = title:c_berbera } + title:d_c_berchtesgaden_color = { set_color_from_title = title:c_berchtesgaden } + title:d_c_bereg_color = { set_color_from_title = title:c_bereg } + title:d_c_berent_color = { set_color_from_title = title:c_berent } + title:d_c_berestye_color = { set_color_from_title = title:c_berestye } + title:d_c_bergh_color = { set_color_from_title = title:c_bergh } + title:d_c_berkshire_color = { set_color_from_title = title:c_berkshire } + title:d_c_berlin_color = { set_color_from_title = title:c_berlin } + title:d_c_bern_color = { set_color_from_title = title:c_bern } + title:d_c_beroe_color = { set_color_from_title = title:c_beroe } + title:d_c_berry_color = { set_color_from_title = title:c_berry } + title:d_c_berta_color = { set_color_from_title = title:c_berta } + title:d_c_besancon_color = { set_color_from_title = title:c_besancon } + title:d_c_beshbalik_color = { set_color_from_title = title:c_beshbalik } + title:d_c_beszterce_color = { set_color_from_title = title:c_beszterce } + title:d_c_bethen_color = { set_color_from_title = title:c_bethen } + title:d_c_betpa_color = { set_color_from_title = title:c_betpa } + title:d_c_bezichi_color = { set_color_from_title = title:c_bezichi } + title:d_c_beziers_color = { set_color_from_title = title:c_beziers } + title:d_c_bhakkar_color = { set_color_from_title = title:c_bhakkar } + title:d_c_bhaktapur_color = { set_color_from_title = title:c_bhaktapur } + title:d_c_bhera_color = { set_color_from_title = title:c_bhera } + title:d_c_bhumilka_color = { set_color_from_title = title:c_bhumilka } + title:d_c_bigorre_color = { set_color_from_title = title:c_bigorre } + title:d_c_bihar_color = { set_color_from_title = title:c_bihar } + title:d_c_biia_color = { set_color_from_title = title:c_biia } + title:d_c_bikrampur_color = { set_color_from_title = title:c_bikrampur } + title:d_c_bilizma_color = { set_color_from_title = title:c_bilizma } + title:d_c_bilma_color = { set_color_from_title = title:c_bilma } + title:d_c_bindugu_color = { set_color_from_title = title:c_bindugu } + title:d_c_bir_amir_color = { set_color_from_title = title:c_bir_amir } + title:d_c_bisha_color = { set_color_from_title = title:c_bisha } + title:d_c_biskra_color = { set_color_from_title = title:c_biskra } + title:d_c_bithynia_color = { set_color_from_title = title:c_bithynia } + title:d_c_biton_color = { set_color_from_title = title:c_biton } + title:d_c_biun_color = { set_color_from_title = title:c_biun } + title:d_c_blankenburg_color = { set_color_from_title = title:c_blankenburg } + title:d_c_blekinge_color = { set_color_from_title = title:c_blekinge } + title:d_c_blois_color = { set_color_from_title = title:c_blois } + title:d_c_bodele_color = { set_color_from_title = title:c_bodele } + title:d_c_bodrog_color = { set_color_from_title = title:c_bodrog } + title:d_c_boeotia_color = { set_color_from_title = title:c_boeotia } + title:d_c_boleslav_color = { set_color_from_title = title:c_boleslav } + title:d_c_bolghar_color = { set_color_from_title = title:c_bolghar } + title:d_c_bologna_color = { set_color_from_title = title:c_bologna } + title:d_c_bombogor_color = { set_color_from_title = title:c_bombogor } + title:d_c_bome_color = { set_color_from_title = title:c_bome } + title:d_c_bonduku_color = { set_color_from_title = title:c_bonduku } + title:d_c_bono_color = { set_color_from_title = title:c_bono } + title:d_c_bonoso_color = { set_color_from_title = title:c_bonoso } + title:d_c_bordeaux_color = { set_color_from_title = title:c_bordeaux } + title:d_c_bornholm_color = { set_color_from_title = title:c_bornholm } + title:d_c_bornu_color = { set_color_from_title = title:c_bornu } + title:d_c_boro_burgasu_color = { set_color_from_title = title:c_boro_burgasu } + title:d_c_boron_color = { set_color_from_title = title:c_boron } + title:d_c_borsod_color = { set_color_from_title = title:c_borsod } + title:d_c_bost_color = { set_color_from_title = title:c_bost } + title:d_c_bothin_color = { set_color_from_title = title:c_bothin } + title:d_c_boubo_color = { set_color_from_title = title:c_boubo } + title:d_c_bouillon_color = { set_color_from_title = title:c_bouillon } + title:d_c_boulogne_color = { set_color_from_title = title:c_boulogne } + title:d_c_bourbon_color = { set_color_from_title = title:c_bourbon } + title:d_c_brabant_color = { set_color_from_title = title:c_brabant } + title:d_c_braganza_color = { set_color_from_title = title:c_braganza } + title:d_c_braila_color = { set_color_from_title = title:c_braila } + title:d_c_brandenburg_color = { set_color_from_title = title:c_brandenburg } + title:d_c_branicevo_color = { set_color_from_title = title:c_branicevo } + title:d_c_braslau_color = { set_color_from_title = title:c_braslau } + title:d_c_bratsk_color = { set_color_from_title = title:c_bratsk } + title:d_c_brecknockshire_color = { set_color_from_title = title:c_brecknockshire } + title:d_c_breifne_color = { set_color_from_title = title:c_breifne } + title:d_c_breisgau_color = { set_color_from_title = title:c_breisgau } + title:d_c_bremen_color = { set_color_from_title = title:c_bremen } + title:d_c_brene_color = { set_color_from_title = title:c_brene } + title:d_c_brescia_color = { set_color_from_title = title:c_brescia } + title:d_c_breslau_color = { set_color_from_title = title:c_breslau } + title:d_c_bresse_color = { set_color_from_title = title:c_bresse } + title:d_c_brie_francaise_color = { set_color_from_title = title:c_brie_francaise } + title:d_c_briey_color = { set_color_from_title = title:c_briey } + title:d_c_brixen_color = { set_color_from_title = title:c_brixen } + title:d_c_brno_color = { set_color_from_title = title:c_brno } + title:d_c_brugge_color = { set_color_from_title = title:c_brugge } + title:d_c_brunswick_color = { set_color_from_title = title:c_brunswick } + title:d_c_brysis_color = { set_color_from_title = title:c_brysis } + title:d_c_brzeg_color = { set_color_from_title = title:c_brzeg } + title:d_c_buchan_color = { set_color_from_title = title:c_buchan } + title:d_c_buckinghamshire_color = { set_color_from_title = title:c_buckinghamshire } + title:d_c_bucuresti_color = { set_color_from_title = title:c_bucuresti } + title:d_c_bugurslan_color = { set_color_from_title = title:c_bugurslan } + title:d_c_bukhara_color = { set_color_from_title = title:c_bukhara } + title:d_c_bumthang_color = { set_color_from_title = title:c_bumthang } + title:d_c_bundu_color = { set_color_from_title = title:c_bundu } + title:d_c_bur_color = { set_color_from_title = title:c_bur } + title:d_c_bura_color = { set_color_from_title = title:c_bura } + title:d_c_bure_color = { set_color_from_title = title:c_bure } + title:d_c_burgas_color = { set_color_from_title = title:c_burgas } + title:d_c_burgau_color = { set_color_from_title = title:c_burgau } + title:d_c_burgos_color = { set_color_from_title = title:c_burgos } + title:d_c_burhanpur_color = { set_color_from_title = title:c_burhanpur } + title:d_c_burji_color = { set_color_from_title = title:c_burji } + title:d_c_burugu_aallar_color = { set_color_from_title = title:c_burugu_aallar } + title:d_c_busaso_color = { set_color_from_title = title:c_busaso } + title:d_c_bussa_color = { set_color_from_title = title:c_bussa } + title:d_c_buthrotum_color = { set_color_from_title = title:c_buthrotum } + title:d_c_buzau_color = { set_color_from_title = title:c_buzau } + title:d_c_byzantion_color = { set_color_from_title = title:c_byzantion } + title:d_c_cabardinia_color = { set_color_from_title = title:c_cabardinia } + title:d_c_cabra_color = { set_color_from_title = title:c_cabra } + title:d_c_caceres_color = { set_color_from_title = title:c_caceres } + title:d_c_cadiz_color = { set_color_from_title = title:c_cadiz } + title:d_c_caernarfonshire_color = { set_color_from_title = title:c_caernarfonshire } + title:d_c_cagliari_color = { set_color_from_title = title:c_cagliari } + title:d_c_cairo_color = { set_color_from_title = title:c_cairo } + title:d_c_caithness_color = { set_color_from_title = title:c_caithness } + title:d_c_cakrakuta_color = { set_color_from_title = title:c_cakrakuta } + title:d_c_calafat_color = { set_color_from_title = title:c_calafat } + title:d_c_calarasi_color = { set_color_from_title = title:c_calarasi } + title:d_c_calatayud_color = { set_color_from_title = title:c_calatayud } + title:d_c_calatrava_color = { set_color_from_title = title:c_calatrava } + title:d_c_camarda_color = { set_color_from_title = title:c_camarda } + title:d_c_cambray_color = { set_color_from_title = title:c_cambray } + title:d_c_cambridgeshire_color = { set_color_from_title = title:c_cambridgeshire } + title:d_c_cammin_color = { set_color_from_title = title:c_cammin } + title:d_c_campulung_color = { set_color_from_title = title:c_campulung } + title:d_c_canarias_color = { set_color_from_title = title:c_canarias } + title:d_c_canavese_color = { set_color_from_title = title:c_canavese } + title:d_c_canda_color = { set_color_from_title = title:c_canda } + title:d_c_candhoba_color = { set_color_from_title = title:c_candhoba } + title:d_c_candradvipa_color = { set_color_from_title = title:c_candradvipa } + title:d_c_cappadocia_color = { set_color_from_title = title:c_cappadocia } + title:d_c_capua_color = { set_color_from_title = title:c_capua } + title:d_c_carcassonne_color = { set_color_from_title = title:c_carcassonne } + title:d_c_cardiganshire_color = { set_color_from_title = title:c_cardiganshire } + title:d_c_caria_color = { set_color_from_title = title:c_caria } + title:d_c_carmarthenshire_color = { set_color_from_title = title:c_carmarthenshire } + title:d_c_carrick_color = { set_color_from_title = title:c_carrick } + title:d_c_casentino_color = { set_color_from_title = title:c_casentino } + title:d_c_caslav_color = { set_color_from_title = title:c_caslav } + title:d_c_castellon_color = { set_color_from_title = title:c_castellon } + title:d_c_castelo_branco_color = { set_color_from_title = title:c_castelo_branco } + title:d_c_caze_color = { set_color_from_title = title:c_caze } + title:d_c_cephalonia_color = { set_color_from_title = title:c_cephalonia } + title:d_c_cerasus_color = { set_color_from_title = title:c_cerasus } + title:d_c_cetatea_alba_color = { set_color_from_title = title:c_cetatea_alba } + title:d_c_cetina_color = { set_color_from_title = title:c_cetina } + title:d_c_ceuta_color = { set_color_from_title = title:c_ceuta } + title:d_c_chadrinsk_color = { set_color_from_title = title:c_chadrinsk } + title:d_c_chagdy_aallar_color = { set_color_from_title = title:c_chagdy_aallar } + title:d_c_chaghaniyan_color = { set_color_from_title = title:c_chaghaniyan } + title:d_c_chah_color = { set_color_from_title = title:c_chah } + title:d_c_chakla_color = { set_color_from_title = title:c_chakla } + title:d_c_chalkidike_color = { set_color_from_title = title:c_chalkidike } + title:d_c_chalon_color = { set_color_from_title = title:c_chalon } + title:d_c_chalons_color = { set_color_from_title = title:c_chalons } + title:d_c_chamil_color = { set_color_from_title = title:c_chamil } + title:d_c_chandax_color = { set_color_from_title = title:c_chandax } + title:d_c_chanderi_color = { set_color_from_title = title:c_chanderi } + title:d_c_changma_color = { set_color_from_title = title:c_changma } + title:d_c_chania_color = { set_color_from_title = title:c_chania } + title:d_c_charaideo_color = { set_color_from_title = title:c_charaideo } + title:d_c_charkliq_color = { set_color_from_title = title:c_charkliq } + title:d_c_charsianon_color = { set_color_from_title = title:c_charsianon } + title:d_c_chartres_color = { set_color_from_title = title:c_chartres } + title:d_c_chauragarh_color = { set_color_from_title = title:c_chauragarh } + title:d_c_cheboksary_color = { set_color_from_title = title:c_cheboksary } + title:d_c_chelabinsk_color = { set_color_from_title = title:c_chelabinsk } + title:d_c_cherchen_color = { set_color_from_title = title:c_cherchen } + title:d_c_cherik_color = { set_color_from_title = title:c_cherik } + title:d_c_cherkassy_color = { set_color_from_title = title:c_cherkassy } + title:d_c_chernigov_color = { set_color_from_title = title:c_chernigov } + title:d_c_cherso_color = { set_color_from_title = title:c_cherso } + title:d_c_cherven_color = { set_color_from_title = title:c_cherven } + title:d_c_cheshire_color = { set_color_from_title = title:c_cheshire } + title:d_c_chich_color = { set_color_from_title = title:c_chich } + title:d_c_chikoy_color = { set_color_from_title = title:c_chikoy } + title:d_c_chilia_color = { set_color_from_title = title:c_chilia } + title:d_c_chindu_color = { set_color_from_title = title:c_chindu } + title:d_c_chios_color = { set_color_from_title = title:c_chios } + title:d_c_chitrakut_color = { set_color_from_title = title:c_chitrakut } + title:d_c_chitral_color = { set_color_from_title = title:c_chitral } + title:d_c_choklema_color = { set_color_from_title = title:c_choklema } + title:d_c_cholamandalam_color = { set_color_from_title = title:c_cholamandalam } + title:d_c_chonae_color = { set_color_from_title = title:c_chonae } + title:d_c_chornobyl_color = { set_color_from_title = title:c_chornobyl } + title:d_c_chuguchak_color = { set_color_from_title = title:c_chuguchak } + title:d_c_chulym_color = { set_color_from_title = title:c_chulym } + title:d_c_chumarho_color = { set_color_from_title = title:c_chumarho } + title:d_c_chuna_color = { set_color_from_title = title:c_chuna } + title:d_c_chunar_color = { set_color_from_title = title:c_chunar } + title:d_c_chungthang_color = { set_color_from_title = title:c_chungthang } + title:d_c_chuya_color = { set_color_from_title = title:c_chuya } + title:d_c_cieszyn_color = { set_color_from_title = title:c_cieszyn } + title:d_c_cilicia_color = { set_color_from_title = title:c_cilicia } + title:d_c_clermont_color = { set_color_from_title = title:c_clermont } + title:d_c_clermont_sur_allier_color = { set_color_from_title = title:c_clermont_sur_allier } + title:d_c_cleves_color = { set_color_from_title = title:c_cleves } + title:d_c_coburg_color = { set_color_from_title = title:c_coburg } + title:d_c_coimbra_color = { set_color_from_title = title:c_coimbra } + title:d_c_colmar_color = { set_color_from_title = title:c_colmar } + title:d_c_cologne_color = { set_color_from_title = title:c_cologne } + title:d_c_colonea_color = { set_color_from_title = title:c_colonea } + title:d_c_comai_color = { set_color_from_title = title:c_comai } + title:d_c_comminges_color = { set_color_from_title = title:c_comminges } + title:d_c_como_color = { set_color_from_title = title:c_como } + title:d_c_cona_color = { set_color_from_title = title:c_cona } + title:d_c_connacht_color = { set_color_from_title = title:c_connacht } + title:d_c_constanta_color = { set_color_from_title = title:c_constanta } + title:d_c_constantine_color = { set_color_from_title = title:c_constantine } + title:d_c_coqen_color = { set_color_from_title = title:c_coqen } + title:d_c_cordoba_color = { set_color_from_title = title:c_cordoba } + title:d_c_cornouaille_color = { set_color_from_title = title:c_cornouaille } + title:d_c_cornwall_color = { set_color_from_title = title:c_cornwall } + title:d_c_coruna_color = { set_color_from_title = title:c_coruna } + title:d_c_cosenza_color = { set_color_from_title = title:c_cosenza } + title:d_c_cottbus_color = { set_color_from_title = title:c_cottbus } + title:d_c_coulommiers_color = { set_color_from_title = title:c_coulommiers } + title:d_c_cozhelhoma_color = { set_color_from_title = title:c_cozhelhoma } + title:d_c_craiova_color = { set_color_from_title = title:c_craiova } + title:d_c_cremona_color = { set_color_from_title = title:c_cremona } + title:d_c_csanad_color = { set_color_from_title = title:c_csanad } + title:d_c_csongrad_color = { set_color_from_title = title:c_csongrad } + title:d_c_cuellar_color = { set_color_from_title = title:c_cuellar } + title:d_c_cuenca_color = { set_color_from_title = title:c_cuenca } + title:d_c_cumberland_color = { set_color_from_title = title:c_cumberland } + title:d_c_cumbum_color = { set_color_from_title = title:c_cumbum } + title:d_c_cuneo_color = { set_color_from_title = title:c_cuneo } + title:d_c_cuonaco_color = { set_color_from_title = title:c_cuonaco } + title:d_c_cykma_color = { set_color_from_title = title:c_cykma } + title:d_c_czerska_color = { set_color_from_title = title:c_czerska } + title:d_c_dabou_color = { set_color_from_title = title:c_dabou } + title:d_c_daboya_color = { set_color_from_title = title:c_daboya } + title:d_c_dabusiya_color = { set_color_from_title = title:c_dabusiya } + title:d_c_dadhipadra_color = { set_color_from_title = title:c_dadhipadra } + title:d_c_dagomba_color = { set_color_from_title = title:c_dagomba } + title:d_c_dagon_color = { set_color_from_title = title:c_dagon } + title:d_c_dahlak_color = { set_color_from_title = title:c_dahlak } + title:d_c_dajing_color = { set_color_from_title = title:c_dajing } + title:d_c_dakajalan_color = { set_color_from_title = title:c_dakajalan } + title:d_c_dakhina_desa_color = { set_color_from_title = title:c_dakhina_desa } + title:d_c_dakhla_color = { set_color_from_title = title:c_dakhla } + title:d_c_dakkar_color = { set_color_from_title = title:c_dakkar } + title:d_c_dal_color = { set_color_from_title = title:c_dal } + title:d_c_dalabergslagen_color = { set_color_from_title = title:c_dalabergslagen } + title:d_c_dalarna_color = { set_color_from_title = title:c_dalarna } + title:d_c_daman_color = { set_color_from_title = title:c_daman } + title:d_c_damascus_color = { set_color_from_title = title:c_damascus } + title:d_c_damghan_color = { set_color_from_title = title:c_damghan } + title:d_c_damietta_color = { set_color_from_title = title:c_damietta } + title:d_c_damin_i_koh_color = { set_color_from_title = title:c_damin_i_koh } + title:d_c_damoh_color = { set_color_from_title = title:c_damoh } + title:d_c_damot_color = { set_color_from_title = title:c_damot } + title:d_c_damxung_color = { set_color_from_title = title:c_damxung } + title:d_c_danakil_color = { set_color_from_title = title:c_danakil } + title:d_c_dang_color = { set_color_from_title = title:c_dang } + title:d_c_dangla_color = { set_color_from_title = title:c_dangla } + title:d_c_dannenberg_color = { set_color_from_title = title:c_dannenberg } + title:d_c_danzig_color = { set_color_from_title = title:c_danzig } + title:d_c_dar-al-rih_color = { set_color_from_title = title:c_dar-al-rih } + title:d_c_dar_al-said_color = { set_color_from_title = title:c_dar_al-said } + title:d_c_dar_rashid_color = { set_color_from_title = title:c_dar_rashid } + title:d_c_dar_sila_color = { set_color_from_title = title:c_dar_sila } + title:d_c_dara_color = { set_color_from_title = title:c_dara } + title:d_c_darabjerd_color = { set_color_from_title = title:c_darabjerd } + title:d_c_daramdin_color = { set_color_from_title = title:c_daramdin } + title:d_c_darcha_color = { set_color_from_title = title:c_darcha } + title:d_c_darghan_color = { set_color_from_title = title:c_darghan } + title:d_c_darkhad_valley_color = { set_color_from_title = title:c_darkhad_valley } + title:d_c_darmashan_color = { set_color_from_title = title:c_darmashan } + title:d_c_dasapura_color = { set_color_from_title = title:c_dasapura } + title:d_c_dathina_color = { set_color_from_title = title:c_dathina } + title:d_c_datong_color = { set_color_from_title = title:c_datong } + title:d_c_daura_color = { set_color_from_title = title:c_daura } + title:d_c_dausar_color = { set_color_from_title = title:c_dausar } + title:d_c_dawaro_color = { set_color_from_title = title:c_dawaro } + title:d_c_dawraq_color = { set_color_from_title = title:c_dawraq } + title:d_c_dawu_color = { set_color_from_title = title:c_dawu } + title:d_c_debar_color = { set_color_from_title = title:c_debar } + title:d_c_debul_color = { set_color_from_title = title:c_debul } + title:d_c_dege_color = { set_color_from_title = title:c_dege } + title:d_c_degelen_color = { set_color_from_title = title:c_degelen } + title:d_c_deggerdorf_color = { set_color_from_title = title:c_deggerdorf } + title:d_c_delhi_color = { set_color_from_title = title:c_delhi } + title:d_c_dembiya_color = { set_color_from_title = title:c_dembiya } + title:d_c_demchok_color = { set_color_from_title = title:c_demchok } + title:d_c_demetrias_color = { set_color_from_title = title:c_demetrias } + title:d_c_denbighshire_color = { set_color_from_title = title:c_denbighshire } + title:d_c_dendi_color = { set_color_from_title = title:c_dendi } + title:d_c_dengqen_color = { set_color_from_title = title:c_dengqen } + title:d_c_denia_color = { set_color_from_title = title:c_denia } + title:d_c_deqen_color = { set_color_from_title = title:c_deqen } + title:d_c_derbent_color = { set_color_from_title = title:c_derbent } + title:d_c_derby_color = { set_color_from_title = title:c_derby } + title:d_c_derlenka_color = { set_color_from_title = title:c_derlenka } + title:d_c_derna_color = { set_color_from_title = title:c_derna } + title:d_c_desmond_color = { set_color_from_title = title:c_desmond } + title:d_c_dessau_color = { set_color_from_title = title:c_dessau } + title:d_c_devagiri_color = { set_color_from_title = title:c_devagiri } + title:d_c_devon_color = { set_color_from_title = title:c_devon } + title:d_c_dhafra_color = { set_color_from_title = title:c_dhafra } + title:d_c_dhamalpur_color = { set_color_from_title = title:c_dhamalpur } + title:d_c_dhankar_color = { set_color_from_title = title:c_dhankar } + title:d_c_dhara_color = { set_color_from_title = title:c_dhara } + title:d_c_dhofar_color = { set_color_from_title = title:c_dhofar } + title:d_c_dhraina_color = { set_color_from_title = title:c_dhraina } + title:d_c_diamare_color = { set_color_from_title = title:c_diamare } + title:d_c_dibri_color = { set_color_from_title = title:c_dibri } + title:d_c_dihistan_color = { set_color_from_title = title:c_dihistan } + title:d_c_dijon_color = { set_color_from_title = title:c_dijon } + title:d_c_dimapur_color = { set_color_from_title = title:c_dimapur } + title:d_c_dipalpur_color = { set_color_from_title = title:c_dipalpur } + title:d_c_dirku_color = { set_color_from_title = title:c_dirku } + title:d_c_diskit_color = { set_color_from_title = title:c_diskit } + title:d_c_ditmarschen_color = { set_color_from_title = title:c_ditmarschen } + title:d_c_djado_color = { set_color_from_title = title:c_djado } + title:d_c_djanet_color = { set_color_from_title = title:c_djanet } + title:d_c_djarin_color = { set_color_from_title = title:c_djarin } + title:d_c_djerba_color = { set_color_from_title = title:c_djerba } + title:d_c_djugu_color = { set_color_from_title = title:c_djugu } + title:d_c_dnipro_color = { set_color_from_title = title:c_dnipro } + title:d_c_dobrzynska_color = { set_color_from_title = title:c_dobrzynska } + title:d_c_dodugu_color = { set_color_from_title = title:c_dodugu } + title:d_c_dokkum_color = { set_color_from_title = title:c_dokkum } + title:d_c_dole_color = { set_color_from_title = title:c_dole } + title:d_c_dolgujar_color = { set_color_from_title = title:c_dolgujar } + title:d_c_dongola_color = { set_color_from_title = title:c_dongola } + title:d_c_donjikraji_color = { set_color_from_title = title:c_donjikraji } + title:d_c_dorohoi_color = { set_color_from_title = title:c_dorohoi } + title:d_c_dorohychyn_color = { set_color_from_title = title:c_dorohychyn } + title:d_c_dorostorum_color = { set_color_from_title = title:c_dorostorum } + title:d_c_dorpat_color = { set_color_from_title = title:c_dorpat } + title:d_c_dorset_color = { set_color_from_title = title:c_dorset } + title:d_c_dortmund_color = { set_color_from_title = title:c_dortmund } + title:d_c_doti_color = { set_color_from_title = title:c_doti } + title:d_c_doudleby_color = { set_color_from_title = title:c_doudleby } + title:d_c_draa_color = { set_color_from_title = title:c_draa } + title:d_c_dresden_color = { set_color_from_title = title:c_dresden } + title:d_c_dublin_color = { set_color_from_title = title:c_dublin } + title:d_c_dubrovytsia_color = { set_color_from_title = title:c_dubrovytsia } + title:d_c_duklja_color = { set_color_from_title = title:c_duklja } + title:d_c_dunbar_color = { set_color_from_title = title:c_dunbar } + title:d_c_dunhuang_color = { set_color_from_title = title:c_dunhuang } + title:d_c_duqm_color = { set_color_from_title = title:c_duqm } + title:d_c_durdzukia_color = { set_color_from_title = title:c_durdzukia } + title:d_c_durham_color = { set_color_from_title = title:c_durham } + title:d_c_durne_color = { set_color_from_title = title:c_durne } + title:d_c_durovka_color = { set_color_from_title = title:c_durovka } + title:d_c_dvaraka_color = { set_color_from_title = title:c_dvaraka } + title:d_c_dvin_color = { set_color_from_title = title:c_dvin } + title:d_c_dyamare_color = { set_color_from_title = title:c_dyamare } + title:d_c_dyrrachion_color = { set_color_from_title = title:c_dyrrachion } + title:d_c_dyulaso_color = { set_color_from_title = title:c_dyulaso } + title:d_c_east-tokharestan_color = { set_color_from_title = title:c_east-tokharestan } + title:d_c_east_darfur_color = { set_color_from_title = title:c_east_darfur } + title:d_c_east_kiilt_color = { set_color_from_title = title:c_east_kiilt } + title:d_c_east_riding_color = { set_color_from_title = title:c_east_riding } + title:d_c_eastern_tannu_color = { set_color_from_title = title:c_eastern_tannu } + title:d_c_edd_color = { set_color_from_title = title:c_edd } + title:d_c_edessa_color = { set_color_from_title = title:c_edessa } + title:d_c_edo_color = { set_color_from_title = title:c_edo } + title:d_c_eghiz_kara_color = { set_color_from_title = title:c_eghiz_kara } + title:d_c_eichstadt_color = { set_color_from_title = title:c_eichstadt } + title:d_c_el_fasher_color = { set_color_from_title = title:c_el_fasher } + title:d_c_el_waak_color = { set_color_from_title = title:c_el_waak } + title:d_c_elabuga_color = { set_color_from_title = title:c_elabuga } + title:d_c_eleila_color = { set_color_from_title = title:c_eleila } + title:d_c_elvas_color = { set_color_from_title = title:c_elvas } + title:d_c_embrun_color = { set_color_from_title = title:c_embrun } + title:d_c_emil_color = { set_color_from_title = title:c_emil } + title:d_c_ennis_color = { set_color_from_title = title:c_ennis } + title:d_c_epeiros_color = { set_color_from_title = title:c_epeiros } + title:d_c_erbach_color = { set_color_from_title = title:c_erbach } + title:d_c_eschenlohe_color = { set_color_from_title = title:c_eschenlohe } + title:d_c_essex_color = { set_color_from_title = title:c_essex } + title:d_c_eu_color = { set_color_from_title = title:c_eu } + title:d_c_euboea_color = { set_color_from_title = title:c_euboea } + title:d_c_euchaita_color = { set_color_from_title = title:c_euchaita } + title:d_c_evreux_color = { set_color_from_title = title:c_evreux } + title:d_c_ewe_color = { set_color_from_title = title:c_ewe } + title:d_c_eystridalir_color = { set_color_from_title = title:c_eystridalir } + title:d_c_faereyar_color = { set_color_from_title = title:c_faereyar } + title:d_c_fafan_color = { set_color_from_title = title:c_fafan } + title:d_c_falaj_color = { set_color_from_title = title:c_falaj } + title:d_c_famagusta_color = { set_color_from_title = title:c_famagusta } + title:d_c_fanhe_color = { set_color_from_title = title:c_fanhe } + title:d_c_fante_color = { set_color_from_title = title:c_fante } + title:d_c_farafra_color = { set_color_from_title = title:c_farafra } + title:d_c_farah_color = { set_color_from_title = title:c_farah } + title:d_c_farama_color = { set_color_from_title = title:c_farama } + title:d_c_faras_color = { set_color_from_title = title:c_faras } + title:d_c_farava_color = { set_color_from_title = title:c_farava } + title:d_c_faro_color = { set_color_from_title = title:c_faro } + title:d_c_fayyum_color = { set_color_from_title = title:c_fayyum } + title:d_c_fazaz_color = { set_color_from_title = title:c_fazaz } + title:d_c_fazughli_color = { set_color_from_title = title:c_fazughli } + title:d_c_feher_color = { set_color_from_title = title:c_feher } + title:d_c_fellata_color = { set_color_from_title = title:c_fellata } + title:d_c_ferghana_color = { set_color_from_title = title:c_ferghana } + title:d_c_fermo_color = { set_color_from_title = title:c_fermo } + title:d_c_ferrara_color = { set_color_from_title = title:c_ferrara } + title:d_c_fes_color = { set_color_from_title = title:c_fes } + title:d_c_fetegar_color = { set_color_from_title = title:c_fetegar } + title:d_c_fife_color = { set_color_from_title = title:c_fife } + title:d_c_figuig_color = { set_color_from_title = title:c_figuig } + title:d_c_fika_color = { set_color_from_title = title:c_fika } + title:d_c_finland_color = { set_color_from_title = title:c_finland } + title:d_c_finnveden_color = { set_color_from_title = title:c_finnveden } + title:d_c_firabr_color = { set_color_from_title = title:c_firabr } + title:d_c_firaun_color = { set_color_from_title = title:c_firaun } + title:d_c_firdafylki_color = { set_color_from_title = title:c_firdafylki } + title:d_c_firenze_color = { set_color_from_title = title:c_firenze } + title:d_c_fitri_color = { set_color_from_title = title:c_fitri } + title:d_c_fogaras_color = { set_color_from_title = title:c_fogaras } + title:d_c_foggia_color = { set_color_from_title = title:c_foggia } + title:d_c_foix_color = { set_color_from_title = title:c_foix } + title:d_c_forcalquier_color = { set_color_from_title = title:c_forcalquier } + title:d_c_forez_color = { set_color_from_title = title:c_forez } + title:d_c_fraga_color = { set_color_from_title = title:c_fraga } + title:d_c_frankfurt_color = { set_color_from_title = title:c_frankfurt } + title:d_c_freistadt_color = { set_color_from_title = title:c_freistadt } + title:d_c_french_leon_color = { set_color_from_title = title:c_french_leon } + title:d_c_frisia_color = { set_color_from_title = title:c_frisia } + title:d_c_friuli_color = { set_color_from_title = title:c_friuli } + title:d_c_fudalhi_color = { set_color_from_title = title:c_fudalhi } + title:d_c_fuerteventura_color = { set_color_from_title = title:c_fuerteventura } + title:d_c_fulda_color = { set_color_from_title = title:c_fulda } + title:d_c_fuqi_color = { set_color_from_title = title:c_fuqi } + title:d_c_furstenberg_color = { set_color_from_title = title:c_furstenberg } + title:d_c_futa_jalon_color = { set_color_from_title = title:c_futa_jalon } + title:d_c_fyn_color = { set_color_from_title = title:c_fyn } + title:d_c_gabal_color = { set_color_from_title = title:c_gabal } + title:d_c_gabes_color = { set_color_from_title = title:c_gabes } + title:d_c_gacka_color = { set_color_from_title = title:c_gacka } + title:d_c_gafat_color = { set_color_from_title = title:c_gafat } + title:d_c_galam_color = { set_color_from_title = title:c_galam } + title:d_c_galati_color = { set_color_from_title = title:c_galati } + title:d_c_galatia_color = { set_color_from_title = title:c_galatia } + title:d_c_galatia_salutaris_color = { set_color_from_title = title:c_galatia_salutaris } + title:d_c_galloway_color = { set_color_from_title = title:c_galloway } + title:d_c_gallura_color = { set_color_from_title = title:c_gallura } + title:d_c_gamo_color = { set_color_from_title = title:c_gamo } + title:d_c_ganale_color = { set_color_from_title = title:c_ganale } + title:d_c_gangaran_color = { set_color_from_title = title:c_gangaran } + title:d_c_ganzhou_color = { set_color_from_title = title:c_ganzhou } + title:d_c_gao_color = { set_color_from_title = title:c_gao } + title:d_c_gaotai_color = { set_color_from_title = title:c_gaotai } + title:d_c_gar_color = { set_color_from_title = title:c_gar } + title:d_c_garabogazkol_color = { set_color_from_title = title:c_garabogazkol } + title:d_c_garco_color = { set_color_from_title = title:c_garco } + title:d_c_garkung_color = { set_color_from_title = title:c_garkung } + title:d_c_garoua_color = { set_color_from_title = title:c_garoua } + title:d_c_garumele_color = { set_color_from_title = title:c_garumele } + title:d_c_garwhal_color = { set_color_from_title = title:c_garwhal } + title:d_c_garze_color = { set_color_from_title = title:c_garze } + title:d_c_gastrikland_color = { set_color_from_title = title:c_gastrikland } + title:d_c_gatsuurgazar_color = { set_color_from_title = title:c_gatsuurgazar } + title:d_c_gauda_color = { set_color_from_title = title:c_gauda } + title:d_c_gauldala_color = { set_color_from_title = title:c_gauldala } + title:d_c_gaya_color = { set_color_from_title = title:c_gaya } + title:d_c_geba_color = { set_color_from_title = title:c_geba } + title:d_c_gegyai_color = { set_color_from_title = title:c_gegyai } + title:d_c_gemer_color = { set_color_from_title = title:c_gemer } + title:d_c_geneva_color = { set_color_from_title = title:c_geneva } + title:d_c_genoa_color = { set_color_from_title = title:c_genoa } + title:d_c_germa_color = { set_color_from_title = title:c_germa } + title:d_c_gerqen_color = { set_color_from_title = title:c_gerqen } + title:d_c_gerze_color = { set_color_from_title = title:c_gerze } + title:d_c_gevaudan_color = { set_color_from_title = title:c_gevaudan } + title:d_c_gezira_color = { set_color_from_title = title:c_gezira } + title:d_c_ghadames_color = { set_color_from_title = title:c_ghadames } + title:d_c_gharb_color = { set_color_from_title = title:c_gharb } + title:d_c_ghardaia_color = { set_color_from_title = title:c_ghardaia } + title:d_c_ghat_color = { set_color_from_title = title:c_ghat } + title:d_c_ghazna_color = { set_color_from_title = title:c_ghazna } + title:d_c_ghazza_color = { set_color_from_title = title:c_ghazza } + title:d_c_ghazzal_color = { set_color_from_title = title:c_ghazzal } + title:d_c_ghulja_color = { set_color_from_title = title:c_ghulja } + title:d_c_ghur_color = { set_color_from_title = title:c_ghur } + title:d_c_gidaya_color = { set_color_from_title = title:c_gidaya } + title:d_c_gilan_color = { set_color_from_title = title:c_gilan } + title:d_c_gilgit_color = { set_color_from_title = title:c_gilgit } + title:d_c_girona_color = { set_color_from_title = title:c_girona } + title:d_c_giurgiu_color = { set_color_from_title = title:c_giurgiu } + title:d_c_giza_color = { set_color_from_title = title:c_giza } + title:d_c_glamorgan_color = { set_color_from_title = title:c_glamorgan } + title:d_c_glazov_color = { set_color_from_title = title:c_glazov } + title:d_c_gleichenstein_color = { set_color_from_title = title:c_gleichenstein } + title:d_c_gloucestershire_color = { set_color_from_title = title:c_gloucestershire } + title:d_c_gnezdovo_color = { set_color_from_title = title:c_gnezdovo } + title:d_c_gnieznienska_color = { set_color_from_title = title:c_gnieznienska } + title:d_c_goalpara_color = { set_color_from_title = title:c_goalpara } + title:d_c_gobir_color = { set_color_from_title = title:c_gobir } + title:d_c_gode_color = { set_color_from_title = title:c_gode } + title:d_c_godwad_color = { set_color_from_title = title:c_godwad } + title:d_c_gojjam_color = { set_color_from_title = title:c_gojjam } + title:d_c_gola_color = { set_color_from_title = title:c_gola } + title:d_c_golag_color = { set_color_from_title = title:c_golag } + title:d_c_golaghmuli_color = { set_color_from_title = title:c_golaghmuli } + title:d_c_golden_hills_color = { set_color_from_title = title:c_golden_hills } + title:d_c_gomel_color = { set_color_from_title = title:c_gomel } + title:d_c_gomoco_color = { set_color_from_title = title:c_gomoco } + title:d_c_gondo_color = { set_color_from_title = title:c_gondo } + title:d_c_gongbo_color = { set_color_from_title = title:c_gongbo } + title:d_c_gonja_color = { set_color_from_title = title:c_gonja } + title:d_c_gonjo_color = { set_color_from_title = title:c_gonjo } + title:d_c_gorlitz_color = { set_color_from_title = title:c_gorlitz } + title:d_c_gorz_color = { set_color_from_title = title:c_gorz } + title:d_c_gostyninska_color = { set_color_from_title = title:c_gostyninska } + title:d_c_gottingen_color = { set_color_from_title = title:c_gottingen } + title:d_c_gowrie_color = { set_color_from_title = title:c_gowrie } + title:d_c_granada_color = { set_color_from_title = title:c_granada } + title:d_c_graz_color = { set_color_from_title = title:c_graz } + title:d_c_grebo_color = { set_color_from_title = title:c_grebo } + title:d_c_grisons_color = { set_color_from_title = title:c_grisons } + title:d_c_grobin_color = { set_color_from_title = title:c_grobin } + title:d_c_grodno_color = { set_color_from_title = title:c_grodno } + title:d_c_groningen_color = { set_color_from_title = title:c_groningen } + title:d_c_grunberg_color = { set_color_from_title = title:c_grunberg } + title:d_c_grunningen_color = { set_color_from_title = title:c_grunningen } + title:d_c_guazhou_color = { set_color_from_title = title:c_guazhou } + title:d_c_gudbrandsdalir_color = { set_color_from_title = title:c_gudbrandsdalir } + title:d_c_guelders_color = { set_color_from_title = title:c_guelders } + title:d_c_gugark_color = { set_color_from_title = title:c_gugark } + title:d_c_guidimaka_color = { set_color_from_title = title:c_guidimaka } + title:d_c_guines_color = { set_color_from_title = title:c_guines } + title:d_c_gumuz_color = { set_color_from_title = title:c_gumuz } + title:d_c_gurgan_color = { set_color_from_title = title:c_gurgan } + title:d_c_gurganj_color = { set_color_from_title = title:c_gurganj } + title:d_c_gurgi_color = { set_color_from_title = title:c_gurgi } + title:d_c_guria_color = { set_color_from_title = title:c_guria } + title:d_c_gurjaratra_color = { set_color_from_title = title:c_gurjaratra } + title:d_c_gurma_color = { set_color_from_title = title:c_gurma } + title:d_c_gutland_color = { set_color_from_title = title:c_gutland } + title:d_c_gutti_color = { set_color_from_title = title:c_gutti } + title:d_c_guwari_color = { set_color_from_title = title:c_guwari } + title:d_c_guzgan_color = { set_color_from_title = title:c_guzgan } + title:d_c_guzkol_color = { set_color_from_title = title:c_guzkol } + title:d_c_gwalior_color = { set_color_from_title = title:c_gwalior } + title:d_c_gyaca_color = { set_color_from_title = title:c_gyaca } + title:d_c_gyaitang_color = { set_color_from_title = title:c_gyaitang } + title:d_c_gyama_color = { set_color_from_title = title:c_gyama } + title:d_c_gyangze_color = { set_color_from_title = title:c_gyangze } + title:d_c_gyegumdo_color = { set_color_from_title = title:c_gyegumdo } + title:d_c_gyirong_color = { set_color_from_title = title:c_gyirong } + title:d_c_gyor_color = { set_color_from_title = title:c_gyor } + title:d_c_hadithat-ana_color = { set_color_from_title = title:c_hadithat-ana } + title:d_c_hadramawt_color = { set_color_from_title = title:c_hadramawt } + title:d_c_hadrianeia_color = { set_color_from_title = title:c_hadrianeia } + title:d_c_hadrianopolis_color = { set_color_from_title = title:c_hadrianopolis } + title:d_c_hadya_color = { set_color_from_title = title:c_hadya } + title:d_c_hail_color = { set_color_from_title = title:c_hail } + title:d_c_hainaut_color = { set_color_from_title = title:c_hainaut } + title:d_c_hakkari_color = { set_color_from_title = title:c_hakkari } + title:d_c_halberstadt_color = { set_color_from_title = title:c_halberstadt } + title:d_c_halland_color = { set_color_from_title = title:c_halland } + title:d_c_halsingland_color = { set_color_from_title = title:c_halsingland } + title:d_c_haltang_color = { set_color_from_title = title:c_haltang } + title:d_c_halych_color = { set_color_from_title = title:c_halych } + title:d_c_hama_color = { set_color_from_title = title:c_hama } + title:d_c_hamadan_color = { set_color_from_title = title:c_hamadan } + title:d_c_hamburg_color = { set_color_from_title = title:c_hamburg } + title:d_c_hampton_color = { set_color_from_title = title:c_hampton } + title:d_c_hanlan_color = { set_color_from_title = title:c_hanlan } + title:d_c_hannover_color = { set_color_from_title = title:c_hannover } + title:d_c_harar_color = { set_color_from_title = title:c_harar } + title:d_c_hargaya_color = { set_color_from_title = title:c_hargaya } + title:d_c_harhiraa_color = { set_color_from_title = title:c_harhiraa } + title:d_c_harikela_color = { set_color_from_title = title:c_harikela } + title:d_c_harjadalen_color = { set_color_from_title = title:c_harjadalen } + title:d_c_harran_color = { set_color_from_title = title:c_harran } + title:d_c_harrat_rahat_color = { set_color_from_title = title:c_harrat_rahat } + title:d_c_haruppeswara_color = { set_color_from_title = title:c_haruppeswara } + title:d_c_hastinapura_color = { set_color_from_title = title:c_hastinapura } + title:d_c_hauran_color = { set_color_from_title = title:c_hauran } + title:d_c_havelberg_color = { set_color_from_title = title:c_havelberg } + title:d_c_hayq_color = { set_color_from_title = title:c_hayq } + title:d_c_hedmork_color = { set_color_from_title = title:c_hedmork } + title:d_c_heihe_color = { set_color_from_title = title:c_heihe } + title:d_c_helenopontus_color = { set_color_from_title = title:c_helenopontus } + title:d_c_helgum_color = { set_color_from_title = title:c_helgum } + title:d_c_herat_color = { set_color_from_title = title:c_herat } + title:d_c_hereford_color = { set_color_from_title = title:c_hereford } + title:d_c_hereti_color = { set_color_from_title = title:c_hereti } + title:d_c_hertfordshire_color = { set_color_from_title = title:c_hertfordshire } + title:d_c_hewes_color = { set_color_from_title = title:c_hewes } + title:d_c_hildesheim_color = { set_color_from_title = title:c_hildesheim } + title:d_c_hinthada_color = { set_color_from_title = title:c_hinthada } + title:d_c_hiraab_color = { set_color_from_title = title:c_hiraab } + title:d_c_hisar_color = { set_color_from_title = title:c_hisar } + title:d_c_hoboksar_color = { set_color_from_title = title:c_hoboksar } + title:d_c_hobyo_color = { set_color_from_title = title:c_hobyo } + title:d_c_hodh_color = { set_color_from_title = title:c_hodh } + title:d_c_hodna_color = { set_color_from_title = title:c_hodna } + title:d_c_hohaseco_color = { set_color_from_title = title:c_hohaseco } + title:d_c_hohenau_color = { set_color_from_title = title:c_hohenau } + title:d_c_hohenberg_color = { set_color_from_title = title:c_hohenberg } + title:d_c_hohenburg_color = { set_color_from_title = title:c_hohenburg } + title:d_c_hohenlohe_color = { set_color_from_title = title:c_hohenlohe } + title:d_c_holland_color = { set_color_from_title = title:c_holland } + title:d_c_homs_color = { set_color_from_title = title:c_homs } + title:d_c_hongliuyuan_color = { set_color_from_title = title:c_hongliuyuan } + title:d_c_honorias_color = { set_color_from_title = title:c_honorias } + title:d_c_hont_color = { set_color_from_title = title:c_hont } + title:d_c_hordalandi_color = { set_color_from_title = title:c_hordalandi } + title:d_c_hormuz_color = { set_color_from_title = title:c_hormuz } + title:d_c_hotin_color = { set_color_from_title = title:c_hotin } + title:d_c_hradec_color = { set_color_from_title = title:c_hradec } + title:d_c_hradyzk_color = { set_color_from_title = title:c_hradyzk } + title:d_c_huesca_color = { set_color_from_title = title:c_huesca } + title:d_c_hulwan_color = { set_color_from_title = title:c_hulwan } + title:d_c_huntingdonshire_color = { set_color_from_title = title:c_huntingdonshire } + title:d_c_hunyad_color = { set_color_from_title = title:c_hunyad } + title:d_c_hunyan_color = { set_color_from_title = title:c_hunyan } + title:d_c_hvosno_color = { set_color_from_title = title:c_hvosno } + title:d_c_iasi_color = { set_color_from_title = title:c_iasi } + title:d_c_ibadan_color = { set_color_from_title = title:c_ibadan } + title:d_c_ibibo_color = { set_color_from_title = title:c_ibibo } + title:d_c_idatarainadu_color = { set_color_from_title = title:c_idatarainadu } + title:d_c_idoma_color = { set_color_from_title = title:c_idoma } + title:d_c_ifat_color = { set_color_from_title = title:c_ifat } + title:d_c_ife_color = { set_color_from_title = title:c_ife } + title:d_c_ifni_color = { set_color_from_title = title:c_ifni } + title:d_c_ifonyin_color = { set_color_from_title = title:c_ifonyin } + title:d_c_igala_color = { set_color_from_title = title:c_igala } + title:d_c_igana_color = { set_color_from_title = title:c_igana } + title:d_c_igaran_color = { set_color_from_title = title:c_igaran } + title:d_c_igbo_color = { set_color_from_title = title:c_igbo } + title:d_c_igbomina_color = { set_color_from_title = title:c_igbomina } + title:d_c_ijaw_color = { set_color_from_title = title:c_ijaw } + title:d_c_ijebu_color = { set_color_from_title = title:c_ijebu } + title:d_c_ikh_bogd_color = { set_color_from_title = title:c_ikh_bogd } + title:d_c_ilam_color = { set_color_from_title = title:c_ilam } + title:d_c_ile_de_france_color = { set_color_from_title = title:c_ile_de_france } + title:d_c_ilesa_color = { set_color_from_title = title:c_ilesa } + title:d_c_ilga_color = { set_color_from_title = title:c_ilga } + title:d_c_iliq_color = { set_color_from_title = title:c_iliq } + title:d_c_ilo_color = { set_color_from_title = title:c_ilo } + title:d_c_ilorin_color = { set_color_from_title = title:c_ilorin } + title:d_c_inari_color = { set_color_from_title = title:c_inari } + title:d_c_innarya_color = { set_color_from_title = title:c_innarya } + title:d_c_inner_hebrides_color = { set_color_from_title = title:c_inner_hebrides } + title:d_c_innsbruck_color = { set_color_from_title = title:c_innsbruck } + title:d_c_intarta_color = { set_color_from_title = title:c_intarta } + title:d_c_inverness_color = { set_color_from_title = title:c_inverness } + title:d_c_ionia_color = { set_color_from_title = title:c_ionia } + title:d_c_ipuskoa_color = { set_color_from_title = title:c_ipuskoa } + title:d_c_irahistan_color = { set_color_from_title = title:c_irahistan } + title:d_c_irbid_color = { set_color_from_title = title:c_irbid } + title:d_c_irbil_color = { set_color_from_title = title:c_irbil } + title:d_c_irkutsk_color = { set_color_from_title = title:c_irkutsk } + title:d_c_isauria_color = { set_color_from_title = title:c_isauria } + title:d_c_isfahan_color = { set_color_from_title = title:c_isfahan } + title:d_c_isfara_color = { set_color_from_title = title:c_isfara } + title:d_c_ishim_color = { set_color_from_title = title:c_ishim } + title:d_c_iskaf_color = { set_color_from_title = title:c_iskaf } + title:d_c_isle_of_man_color = { set_color_from_title = title:c_isle_of_man } + title:d_c_isle_of_wight_color = { set_color_from_title = title:c_isle_of_wight } + title:d_c_issoudun_color = { set_color_from_title = title:c_issoudun } + title:d_c_istakhr_color = { set_color_from_title = title:c_istakhr } + title:d_c_itanagar_color = { set_color_from_title = title:c_itanagar } + title:d_c_itil_color = { set_color_from_title = title:c_itil } + title:d_c_iviza_color = { set_color_from_title = title:c_iviza } + title:d_c_jabal_kufs_color = { set_color_from_title = title:c_jabal_kufs } + title:d_c_jabal_quzlum_color = { set_color_from_title = title:c_jabal_quzlum } + title:d_c_jafara_color = { set_color_from_title = title:c_jafara } + title:d_c_jaffa_color = { set_color_from_title = title:c_jaffa } + title:d_c_jaffna_color = { set_color_from_title = title:c_jaffna } + title:d_c_jagatipur_color = { set_color_from_title = title:c_jagatipur } + title:d_c_jahkamakke_color = { set_color_from_title = title:c_jahkamakke } + title:d_c_jaligny_color = { set_color_from_title = title:c_jaligny } + title:d_c_jalmat_color = { set_color_from_title = title:c_jalmat } + title:d_c_jambalar_color = { set_color_from_title = title:c_jambalar } + title:d_c_jame_color = { set_color_from_title = title:c_jame } + title:d_c_jamtfir_color = { set_color_from_title = title:c_jamtfir } + title:d_c_janakpur_color = { set_color_from_title = title:c_janakpur } + title:d_c_jara_color = { set_color_from_title = title:c_jara } + title:d_c_jasky_kart_color = { set_color_from_title = title:c_jasky_kart } + title:d_c_jaunpur_color = { set_color_from_title = title:c_jaunpur } + title:d_c_jawf-al-yamani_color = { set_color_from_title = title:c_jawf-al-yamani } + title:d_c_jend_color = { set_color_from_title = title:c_jend } + title:d_c_jenne_color = { set_color_from_title = title:c_jenne } + title:d_c_jerjul_color = { set_color_from_title = title:c_jerjul } + title:d_c_jersika_color = { set_color_from_title = title:c_jersika } + title:d_c_jerusalem_color = { set_color_from_title = title:c_jerusalem } + title:d_c_jharkand_color = { set_color_from_title = title:c_jharkand } + title:d_c_jie_DZU_color = { set_color_from_title = title:c_jie_DZU } + title:d_c_jihlava_color = { set_color_from_title = title:c_jihlava } + title:d_c_jilali_color = { set_color_from_title = title:c_jilali } + title:d_c_jilat_color = { set_color_from_title = title:c_jilat } + title:d_c_jilib_color = { set_color_from_title = title:c_jilib } + title:d_c_jimi_color = { set_color_from_title = title:c_jimi } + title:d_c_jinghiz_color = { set_color_from_title = title:c_jinghiz } + title:d_c_jinsko_color = { set_color_from_title = title:c_jinsko } + title:d_c_jinta_color = { set_color_from_title = title:c_jinta } + title:d_c_jiren_suat_color = { set_color_from_title = title:c_jiren_suat } + title:d_c_jiruft_color = { set_color_from_title = title:c_jiruft } + title:d_c_jitikul_color = { set_color_from_title = title:c_jitikul } + title:d_c_jolof_color = { set_color_from_title = title:c_jolof } + title:d_c_jone_color = { set_color_from_title = title:c_jone } + title:d_c_jovvkuj_color = { set_color_from_title = title:c_jovvkuj } + title:d_c_jowol_color = { set_color_from_title = title:c_jowol } + title:d_c_jubba_color = { set_color_from_title = title:c_jubba } + title:d_c_julevadno_color = { set_color_from_title = title:c_julevadno } + title:d_c_julfar_color = { set_color_from_title = title:c_julfar } + title:d_c_julym_color = { set_color_from_title = title:c_julym } + title:d_c_jumla_color = { set_color_from_title = title:c_jumla } + title:d_c_juterbog_color = { set_color_from_title = title:c_juterbog } + title:d_c_juwain_color = { set_color_from_title = title:c_juwain } + title:d_c_juwair_color = { set_color_from_title = title:c_juwair } + title:d_c_kaabu_color = { set_color_from_title = title:c_kaabu } + title:d_c_kaarta_color = { set_color_from_title = title:c_kaarta } + title:d_c_kabarasana_color = { set_color_from_title = title:c_kabarasana } + title:d_c_kabul_color = { set_color_from_title = title:c_kabul } + title:d_c_kachu_color = { set_color_from_title = title:c_kachu } + title:d_c_kada_color = { set_color_from_title = title:c_kada } + title:d_c_kadam_color = { set_color_from_title = title:c_kadam } + title:d_c_kaduna_color = { set_color_from_title = title:c_kaduna } + title:d_c_kaffa_color = { set_color_from_title = title:c_kaffa } + title:d_c_kafirkot_color = { set_color_from_title = title:c_kafirkot } + title:d_c_kagar_color = { set_color_from_title = title:c_kagar } + title:d_c_kagha_color = { set_color_from_title = title:c_kagha } + title:d_c_kainsk_color = { set_color_from_title = title:c_kainsk } + title:d_c_kainuu_color = { set_color_from_title = title:c_kainuu } + title:d_c_kairwan_color = { set_color_from_title = title:c_kairwan } + title:d_c_kaisereia_color = { set_color_from_title = title:c_kaisereia } + title:d_c_kaiserslautern_color = { set_color_from_title = title:c_kaiserslautern } + title:d_c_kakheti_color = { set_color_from_title = title:c_kakheti } + title:d_c_kakisalmi_color = { set_color_from_title = title:c_kakisalmi } + title:d_c_kalabsha_color = { set_color_from_title = title:c_kalabsha } + title:d_c_kalanjara_color = { set_color_from_title = title:c_kalanjara } + title:d_c_kalat_color = { set_color_from_title = title:c_kalat } + title:d_c_kalbin_color = { set_color_from_title = title:c_kalbin } + title:d_c_kale_color = { set_color_from_title = title:c_kale } + title:d_c_kali_kumaon_color = { set_color_from_title = title:c_kali_kumaon } + title:d_c_kalinganagar_color = { set_color_from_title = title:c_kalinganagar } + title:d_c_kaliska_color = { set_color_from_title = title:c_kaliska } + title:d_c_kalliopolis_color = { set_color_from_title = title:c_kalliopolis } + title:d_c_kalos_limen_color = { set_color_from_title = title:c_kalos_limen } + title:d_c_kalpi_color = { set_color_from_title = title:c_kalpi } + title:d_c_kalyani_color = { set_color_from_title = title:c_kalyani } + title:d_c_kamarupanagara_color = { set_color_from_title = title:c_kamarupanagara } + title:d_c_kamatapur_color = { set_color_from_title = title:c_kamatapur } + title:d_c_kambampet_color = { set_color_from_title = title:c_kambampet } + title:d_c_kammersberg_color = { set_color_from_title = title:c_kammersberg } + title:d_c_kamru_color = { set_color_from_title = title:c_kamru } + title:d_c_kanara_color = { set_color_from_title = title:c_kanara } + title:d_c_kanchipuram_color = { set_color_from_title = title:c_kanchipuram } + title:d_c_kandy_color = { set_color_from_title = title:c_kandy } + title:d_c_kanem_color = { set_color_from_title = title:c_kanem } + title:d_c_kangmar_color = { set_color_from_title = title:c_kangmar } + title:d_c_kaniaga_color = { set_color_from_title = title:c_kaniaga } + title:d_c_kankan_color = { set_color_from_title = title:c_kankan } + title:d_c_kano_color = { set_color_from_title = title:c_kano } + title:d_c_kansk_color = { set_color_from_title = title:c_kansk } + title:d_c_kantegir_color = { set_color_from_title = title:c_kantegir } + title:d_c_kanyakubja_color = { set_color_from_title = title:c_kanyakubja } + title:d_c_kara_asirgan_color = { set_color_from_title = title:c_kara_asirgan } + title:d_c_kara_khoja_color = { set_color_from_title = title:c_kara_khoja } + title:d_c_karabaigal_color = { set_color_from_title = title:c_karabaigal } + title:d_c_karabalgasun_color = { set_color_from_title = title:c_karabalgasun } + title:d_c_karabas_color = { set_color_from_title = title:c_karabas } + title:d_c_karabash_color = { set_color_from_title = title:c_karabash } + title:d_c_karabolam_color = { set_color_from_title = title:c_karabolam } + title:d_c_karachev_color = { set_color_from_title = title:c_karachev } + title:d_c_karakorum_color = { set_color_from_title = title:c_karakorum } + title:d_c_karamay_color = { set_color_from_title = title:c_karamay } + title:d_c_karashar_color = { set_color_from_title = title:c_karashar } + title:d_c_karasjohka_color = { set_color_from_title = title:c_karasjohka } + title:d_c_karasu_color = { set_color_from_title = title:c_karasu } + title:d_c_karatayak_color = { set_color_from_title = title:c_karatayak } + title:d_c_karatsagaan_color = { set_color_from_title = title:c_karatsagaan } + title:d_c_karauda_color = { set_color_from_title = title:c_karauda } + title:d_c_karbala_color = { set_color_from_title = title:c_karbala } + title:d_c_kargadan_color = { set_color_from_title = title:c_kargadan } + title:d_c_karghalik_color = { set_color_from_title = title:c_karghalik } + title:d_c_kargopol_color = { set_color_from_title = title:c_kargopol } + title:d_c_karkaraly_color = { set_color_from_title = title:c_karkaraly } + title:d_c_karmanta_color = { set_color_from_title = title:c_karmanta } + title:d_c_karnten_color = { set_color_from_title = title:c_karnten } + title:d_c_karor_color = { set_color_from_title = title:c_karor } + title:d_c_karran_color = { set_color_from_title = title:c_karran } + title:d_c_kartauzh_color = { set_color_from_title = title:c_kartauzh } + title:d_c_kartli_color = { set_color_from_title = title:c_kartli } + title:d_c_karur_color = { set_color_from_title = title:c_karur } + title:d_c_kasa_color = { set_color_from_title = title:c_kasa } + title:d_c_kash_color = { set_color_from_title = title:c_kash } + title:d_c_kashgar_color = { set_color_from_title = title:c_kashgar } + title:d_c_kaska_color = { set_color_from_title = title:c_kaska } + title:d_c_kaskelen_color = { set_color_from_title = title:c_kaskelen } + title:d_c_kaski_color = { set_color_from_title = title:c_kaski } + title:d_c_kasmira_color = { set_color_from_title = title:c_kasmira } + title:d_c_kassala_color = { set_color_from_title = title:c_kassala } + title:d_c_kassel_color = { set_color_from_title = title:c_kassel } + title:d_c_katagum_color = { set_color_from_title = title:c_katagum } + title:d_c_kataka_color = { set_color_from_title = title:c_kataka } + title:d_c_katehar_color = { set_color_from_title = title:c_katehar } + title:d_c_kath_color = { set_color_from_title = title:c_kath } + title:d_c_kathmandu_color = { set_color_from_title = title:c_kathmandu } + title:d_c_katsina_color = { set_color_from_title = title:c_katsina } + title:d_c_katu_yaryk_color = { set_color_from_title = title:c_katu_yaryk } + title:d_c_kayor_color = { set_color_from_title = title:c_kayor } + title:d_c_kazan_color = { set_color_from_title = title:c_kazan } + title:d_c_kazanskaya_color = { set_color_from_title = title:c_kazanskaya } + title:d_c_kazanskoye_color = { set_color_from_title = title:c_kazanskoye } + title:d_c_kazym_color = { set_color_from_title = title:c_kazym } + title:d_c_kebbi_color = { set_color_from_title = title:c_kebbi } + title:d_c_keffi_color = { set_color_from_title = title:c_keffi } + title:d_c_kempten_color = { set_color_from_title = title:c_kempten } + title:d_c_kent_color = { set_color_from_title = title:c_kent } + title:d_c_kera_color = { set_color_from_title = title:c_kera } + title:d_c_kerak_color = { set_color_from_title = title:c_kerak } + title:d_c_kerala_color = { set_color_from_title = title:c_kerala } + title:d_c_kerch_color = { set_color_from_title = title:c_kerch } + title:d_c_keriya_color = { set_color_from_title = title:c_keriya } + title:d_c_kerken_color = { set_color_from_title = title:c_kerken } + title:d_c_kermanshah_color = { set_color_from_title = title:c_kermanshah } + title:d_c_kernave_color = { set_color_from_title = title:c_kernave } + title:d_c_ketu_color = { set_color_from_title = title:c_ketu } + title:d_c_keve_color = { set_color_from_title = title:c_keve } + title:d_c_kevrola_color = { set_color_from_title = title:c_kevrola } + title:d_c_khabur_color = { set_color_from_title = title:c_khabur } + title:d_c_khachen_color = { set_color_from_title = title:c_khachen } + title:d_c_khaplu_color = { set_color_from_title = title:c_khaplu } + title:d_c_khar_us_color = { set_color_from_title = title:c_khar_us } + title:d_c_kharam-vosh_color = { set_color_from_title = title:c_kharam-vosh } + title:d_c_kharga_color = { set_color_from_title = title:c_kharga } + title:d_c_khasagt_khairkhan_color = { set_color_from_title = title:c_khasagt_khairkhan } + title:d_c_khawr_color = { set_color_from_title = title:c_khawr } + title:d_c_khaybar_color = { set_color_from_title = title:c_khaybar } + title:d_c_khentii_color = { set_color_from_title = title:c_khentii } + title:d_c_kherson_color = { set_color_from_title = title:c_kherson } + title:d_c_khetaka_color = { set_color_from_title = title:c_khetaka } + title:d_c_khijjingakota_color = { set_color_from_title = title:c_khijjingakota } + title:d_c_khinjali_mandala_color = { set_color_from_title = title:c_khinjali_mandala } + title:d_c_khiva_color = { set_color_from_title = title:c_khiva } + title:d_c_khojand_color = { set_color_from_title = title:c_khojand } + title:d_c_khokhoo_color = { set_color_from_title = title:c_khokhoo } + title:d_c_kholmogory_color = { set_color_from_title = title:c_kholmogory } + title:d_c_khopyor_color = { set_color_from_title = title:c_khopyor } + title:d_c_khortytsia_color = { set_color_from_title = title:c_khortytsia } + title:d_c_khotan_color = { set_color_from_title = title:c_khotan } + title:d_c_khotang_color = { set_color_from_title = title:c_khotang } + title:d_c_khumar_color = { set_color_from_title = title:c_khumar } + title:d_c_khurnak_color = { set_color_from_title = title:c_khurnak } + title:d_c_khuttal_color = { set_color_from_title = title:c_khuttal } + title:d_c_khuwar_color = { set_color_from_title = title:c_khuwar } + title:d_c_kiev_color = { set_color_from_title = title:c_kiev } + title:d_c_kiia_color = { set_color_from_title = title:c_kiia } + title:d_c_kinda_color = { set_color_from_title = title:c_kinda } + title:d_c_kinda_sakun_color = { set_color_from_title = title:c_kinda_sakun } + title:d_c_kingui_color = { set_color_from_title = title:c_kingui } + title:d_c_kintus_color = { set_color_from_title = title:c_kintus } + title:d_c_kiranapura_color = { set_color_from_title = title:c_kiranapura } + title:d_c_kirillov_color = { set_color_from_title = title:c_kirillov } + title:d_c_kirkuk_color = { set_color_from_title = title:c_kirkuk } + title:d_c_kirman_color = { set_color_from_title = title:c_kirman } + title:d_c_kishsh_color = { set_color_from_title = title:c_kishsh } + title:d_c_kisi_color = { set_color_from_title = title:c_kisi } + title:d_c_kita_color = { set_color_from_title = title:c_kita } + title:d_c_kitka_color = { set_color_from_title = title:c_kitka } + title:d_c_kitoi_color = { set_color_from_title = title:c_kitoi } + title:d_c_kittila_color = { set_color_from_title = title:c_kittila } + title:d_c_kiz_color = { set_color_from_title = title:c_kiz } + title:d_c_kizir_color = { set_color_from_title = title:c_kizir } + title:d_c_klarjeti_color = { set_color_from_title = title:c_klarjeti } + title:d_c_kletsk_color = { set_color_from_title = title:c_kletsk } + title:d_c_klingenberg_color = { set_color_from_title = title:c_klingenberg } + title:d_c_knin_color = { set_color_from_title = title:c_knin } + title:d_c_knittelfeld_color = { set_color_from_title = title:c_knittelfeld } + title:d_c_koblenz_color = { set_color_from_title = title:c_koblenz } + title:d_c_koda_color = { set_color_from_title = title:c_koda } + title:d_c_kodalaka_mandala_color = { set_color_from_title = title:c_kodalaka_mandala } + title:d_c_koi-bagar_color = { set_color_from_title = title:c_koi-bagar } + title:d_c_kojuk_color = { set_color_from_title = title:c_kojuk } + title:d_c_kokenois_color = { set_color_from_title = title:c_kokenois } + title:d_c_kokoli_color = { set_color_from_title = title:c_kokoli } + title:d_c_kokpekty_color = { set_color_from_title = title:c_kokpekty } + title:d_c_kol_color = { set_color_from_title = title:c_kol } + title:d_c_kolhapur_color = { set_color_from_title = title:c_kolhapur } + title:d_c_kolobrzeg_color = { set_color_from_title = title:c_kolobrzeg } + title:d_c_kolon_color = { set_color_from_title = title:c_kolon } + title:d_c_kolyn_color = { set_color_from_title = title:c_kolyn } + title:d_c_kolyvan_color = { set_color_from_title = title:c_kolyvan } + title:d_c_konda_ob_color = { set_color_from_title = title:c_konda_ob } + title:d_c_kondana_color = { set_color_from_title = title:c_kondana } + title:d_c_kondoma_color = { set_color_from_title = title:c_kondoma } + title:d_c_kong_color = { set_color_from_title = title:c_kong } + title:d_c_kongu_color = { set_color_from_title = title:c_kongu } + title:d_c_konigsberg_color = { set_color_from_title = title:c_konigsberg } + title:d_c_konko_color = { set_color_from_title = title:c_konko } + title:d_c_kono_color = { set_color_from_title = title:c_kono } + title:d_c_kontupohja_color = { set_color_from_title = title:c_kontupohja } + title:d_c_konyan_color = { set_color_from_title = title:c_konyan } + title:d_c_kopathal_color = { set_color_from_title = title:c_kopathal } + title:d_c_koppam_color = { set_color_from_title = title:c_koppam } + title:d_c_kordofan_color = { set_color_from_title = title:c_kordofan } + title:d_c_korgon_color = { set_color_from_title = title:c_korgon } + title:d_c_korinthos_color = { set_color_from_title = title:c_korinthos } + title:d_c_korosten_color = { set_color_from_title = title:c_korosten } + title:d_c_korsun_color = { set_color_from_title = title:c_korsun } + title:d_c_kos-buwak_color = { set_color_from_title = title:c_kos-buwak } + title:d_c_kos_uba_color = { set_color_from_title = title:c_kos_uba } + title:d_c_koshuki_color = { set_color_from_title = title:c_koshuki } + title:d_c_kota_color = { set_color_from_title = title:c_kota } + title:d_c_kotera_color = { set_color_from_title = title:c_kotera } + title:d_c_kotivarsa_color = { set_color_from_title = title:c_kotivarsa } + title:d_c_kotokel_color = { set_color_from_title = title:c_kotokel } + title:d_c_kotoko_color = { set_color_from_title = title:c_kotoko } + title:d_c_kotte_color = { set_color_from_title = title:c_kotte } + title:d_c_kouga_color = { set_color_from_title = title:c_kouga } + title:d_c_koutajoki_color = { set_color_from_title = title:c_koutajoki } + title:d_c_kozelsk_color = { set_color_from_title = title:c_kozelsk } + title:d_c_kozlov_color = { set_color_from_title = title:c_kozlov } + title:d_c_krajna_color = { set_color_from_title = title:c_krajna } + title:d_c_krakowska_color = { set_color_from_title = title:c_krakowska } + title:d_c_kran_color = { set_color_from_title = title:c_kran } + title:d_c_kranj_color = { set_color_from_title = title:c_kranj } + title:d_c_krasnoyarsk_color = { set_color_from_title = title:c_krasnoyarsk } + title:d_c_krasso_color = { set_color_from_title = title:c_krasso } + title:d_c_krems_color = { set_color_from_title = title:c_krems } + title:d_c_kropot_color = { set_color_from_title = title:c_kropot } + title:d_c_kru_color = { set_color_from_title = title:c_kru } + title:d_c_kucha_color = { set_color_from_title = title:c_kucha } + title:d_c_kuchuk_color = { set_color_from_title = title:c_kuchuk } + title:d_c_kufa_color = { set_color_from_title = title:c_kufa } + title:d_c_kuisugu_color = { set_color_from_title = title:c_kuisugu } + title:d_c_kujawy_color = { set_color_from_title = title:c_kujawy } + title:d_c_kukiya_color = { set_color_from_title = title:c_kukiya } + title:d_c_kuku_color = { set_color_from_title = title:c_kuku } + title:d_c_kulan_utmas_color = { set_color_from_title = title:c_kulan_utmas } + title:d_c_kulan_uynak_color = { set_color_from_title = title:c_kulan_uynak } + title:d_c_kulunda_color = { set_color_from_title = title:c_kulunda } + title:d_c_kumaon_color = { set_color_from_title = title:c_kumaon } + title:d_c_kumasi_color = { set_color_from_title = title:c_kumasi } + title:d_c_kumkol_color = { set_color_from_title = title:c_kumkol } + title:d_c_kumtag_color = { set_color_from_title = title:c_kumtag } + title:d_c_kumych_color = { set_color_from_title = title:c_kumych } + title:d_c_kundina_color = { set_color_from_title = title:c_kundina } + title:d_c_kuozhou_color = { set_color_from_title = title:c_kuozhou } + title:d_c_kuranko_color = { set_color_from_title = title:c_kuranko } + title:d_c_kurdar_color = { set_color_from_title = title:c_kurdar } + title:d_c_kurdistan_color = { set_color_from_title = title:c_kurdistan } + title:d_c_kurgan_color = { set_color_from_title = title:c_kurgan } + title:d_c_kurgus_color = { set_color_from_title = title:c_kurgus } + title:d_c_kurmaed_color = { set_color_from_title = title:c_kurmaed } + title:d_c_kurmina_color = { set_color_from_title = title:c_kurmina } + title:d_c_kursk_color = { set_color_from_title = title:c_kursk } + title:d_c_kurumba_color = { set_color_from_title = title:c_kurumba } + title:d_c_kush-murun_color = { set_color_from_title = title:c_kush-murun } + title:d_c_kusinagara_color = { set_color_from_title = title:c_kusinagara } + title:d_c_kusumi_color = { set_color_from_title = title:c_kusumi } + title:d_c_kutch_color = { set_color_from_title = title:c_kutch } + title:d_c_kuzbas_color = { set_color_from_title = title:c_kuzbas } + title:d_c_kwahu-akyem_color = { set_color_from_title = title:c_kwahu-akyem } + title:d_c_kwararafa_color = { set_color_from_title = title:c_kwararafa } + title:d_c_kyadya_color = { set_color_from_title = title:c_kyadya } + title:d_c_kyakyaru_color = { set_color_from_title = title:c_kyakyaru } + title:d_c_kyaukse_color = { set_color_from_title = title:c_kyaukse } + title:d_c_kyin_color = { set_color_from_title = title:c_kyin } + title:d_c_kymyl_tey_color = { set_color_from_title = title:c_kymyl_tey } + title:d_c_kyunglung_color = { set_color_from_title = title:c_kyunglung } + title:d_c_kyzistra_color = { set_color_from_title = title:c_kyzistra } + title:d_c_kyzylkul_color = { set_color_from_title = title:c_kyzylkul } + title:d_c_la_marche_color = { set_color_from_title = title:c_la_marche } + title:d_c_labda_color = { set_color_from_title = title:c_labda } + title:d_c_labourd_color = { set_color_from_title = title:c_labourd } + title:d_c_lachyk-uba_color = { set_color_from_title = title:c_lachyk-uba } + title:d_c_laconia_color = { set_color_from_title = title:c_laconia } + title:d_c_ladyzyn_color = { set_color_from_title = title:c_ladyzyn } + title:d_c_lag_dera_color = { set_color_from_title = title:c_lag_dera } + title:d_c_laghwat_color = { set_color_from_title = title:c_laghwat } + title:d_c_lahur_color = { set_color_from_title = title:c_lahur } + title:d_c_laia_color = { set_color_from_title = title:c_laia } + title:d_c_lakhnau_color = { set_color_from_title = title:c_lakhnau } + title:d_c_laksmanavati_color = { set_color_from_title = title:c_laksmanavati } + title:d_c_lanarkshire_color = { set_color_from_title = title:c_lanarkshire } + title:d_c_lancashire_color = { set_color_from_title = title:c_lancashire } + title:d_c_lanciano_color = { set_color_from_title = title:c_lanciano } + title:d_c_landsberg_color = { set_color_from_title = title:c_landsberg } + title:d_c_langres_color = { set_color_from_title = title:c_langres } + title:d_c_lapusna_color = { set_color_from_title = title:c_lapusna } + title:d_c_lar_color = { set_color_from_title = title:c_lar } + title:d_c_lasta_color = { set_color_from_title = title:c_lasta } + title:d_c_lecce_color = { set_color_from_title = title:c_lecce } + title:d_c_leczycka_color = { set_color_from_title = title:c_leczycka } + title:d_c_legnica_color = { set_color_from_title = title:c_legnica } + title:d_c_leh_color = { set_color_from_title = title:c_leh } + title:d_c_leicestershire_color = { set_color_from_title = title:c_leicestershire } + title:d_c_leinster_color = { set_color_from_title = title:c_leinster } + title:d_c_lena_color = { set_color_from_title = title:c_lena } + title:d_c_lenggu_color = { set_color_from_title = title:c_lenggu } + title:d_c_lenghu_color = { set_color_from_title = title:c_lenghu } + title:d_c_lennox_color = { set_color_from_title = title:c_lennox } + title:d_c_leon_color = { set_color_from_title = title:c_leon } + title:d_c_lepsink_color = { set_color_from_title = title:c_lepsink } + title:d_c_leraba_color = { set_color_from_title = title:c_leraba } + title:d_c_lesbos_color = { set_color_from_title = title:c_lesbos } + title:d_c_leuchtenburg_color = { set_color_from_title = title:c_leuchtenburg } + title:d_c_lhagang_color = { set_color_from_title = title:c_lhagang } + title:d_c_lhari_color = { set_color_from_title = title:c_lhari } + title:d_c_lhasa_color = { set_color_from_title = title:c_lhasa } + title:d_c_lhatok_color = { set_color_from_title = title:c_lhatok } + title:d_c_lhunze_color = { set_color_from_title = title:c_lhunze } + title:d_c_lhunzhub_color = { set_color_from_title = title:c_lhunzhub } + title:d_c_liangzhou_color = { set_color_from_title = title:c_liangzhou } + title:d_c_liebnitz_color = { set_color_from_title = title:c_liebnitz } + title:d_c_liege_color = { set_color_from_title = title:c_liege } + title:d_c_lienz_color = { set_color_from_title = title:c_lienz } + title:d_c_lika_color = { set_color_from_title = title:c_lika } + title:d_c_lille_color = { set_color_from_title = title:c_lille } + title:d_c_limousin_color = { set_color_from_title = title:c_limousin } + title:d_c_lincolnshire_color = { set_color_from_title = title:c_lincolnshire } + title:d_c_lingtsang_color = { set_color_from_title = title:c_lingtsang } + title:d_c_linlithgowshire_color = { set_color_from_title = title:c_linlithgowshire } + title:d_c_linz_color = { set_color_from_title = title:c_linz } + title:d_c_linze_color = { set_color_from_title = title:c_linze } + title:d_c_lippe_color = { set_color_from_title = title:c_lippe } + title:d_c_lipto_color = { set_color_from_title = title:c_lipto } + title:d_c_lisboa_color = { set_color_from_title = title:c_lisboa } + title:d_c_lisieux_color = { set_color_from_title = title:c_lisieux } + title:d_c_litang_color = { set_color_from_title = title:c_litang } + title:d_c_litomerice_color = { set_color_from_title = title:c_litomerice } + title:d_c_livs_color = { set_color_from_title = title:c_livs } + title:d_c_ljubljana_color = { set_color_from_title = title:c_ljubljana } + title:d_c_lleida_color = { set_color_from_title = title:c_lleida } + title:d_c_lobdaburg_color = { set_color_from_title = title:c_lobdaburg } + title:d_c_lobi_color = { set_color_from_title = title:c_lobi } + title:d_c_lobo_color = { set_color_from_title = title:c_lobo } + title:d_c_logudoro_color = { set_color_from_title = title:c_logudoro } + title:d_c_lolland_falster_color = { set_color_from_title = title:c_lolland_falster } + title:d_c_lombardia_color = { set_color_from_title = title:c_lombardia } + title:d_c_lomzynska_color = { set_color_from_title = title:c_lomzynska } + title:d_c_lori_color = { set_color_from_title = title:c_lori } + title:d_c_loropeni_color = { set_color_from_title = title:c_loropeni } + title:d_c_lothian_color = { set_color_from_title = title:c_lothian } + title:d_c_loulan_color = { set_color_from_title = title:c_loulan } + title:d_c_lower_galatia_color = { set_color_from_title = title:c_lower_galatia } + title:d_c_lubeck_color = { set_color_from_title = title:c_lubeck } + title:d_c_lubelska_color = { set_color_from_title = title:c_lubelska } + title:d_c_lubusz_color = { set_color_from_title = title:c_lubusz } + title:d_c_lucca_color = { set_color_from_title = title:c_lucca } + title:d_c_ludrava_color = { set_color_from_title = title:c_ludrava } + title:d_c_luki_color = { set_color_from_title = title:c_luki } + title:d_c_lukoml_color = { set_color_from_title = title:c_lukoml } + title:d_c_lumbini_color = { set_color_from_title = title:c_lumbini } + title:d_c_luneburg_color = { set_color_from_title = title:c_luneburg } + title:d_c_lunggar_color = { set_color_from_title = title:c_lunggar } + title:d_c_luni_color = { set_color_from_title = title:c_luni } + title:d_c_luntai_color = { set_color_from_title = title:c_luntai } + title:d_c_luristan_color = { set_color_from_title = title:c_luristan } + title:d_c_lusignan_color = { set_color_from_title = title:c_lusignan } + title:d_c_luuq_color = { set_color_from_title = title:c_luuq } + title:d_c_luxembourg_color = { set_color_from_title = title:c_luxembourg } + title:d_c_lviv_color = { set_color_from_title = title:c_lviv } + title:d_c_lycandus_color = { set_color_from_title = title:c_lycandus } + title:d_c_lycaonia_color = { set_color_from_title = title:c_lycaonia } + title:d_c_lycia_color = { set_color_from_title = title:c_lycia } + title:d_c_lydia_color = { set_color_from_title = title:c_lydia } + title:d_c_lyon_color = { set_color_from_title = title:c_lyon } + title:d_c_lysva_color = { set_color_from_title = title:c_lysva } + title:d_c_lyubim_color = { set_color_from_title = title:c_lyubim } + title:d_c_maab_color = { set_color_from_title = title:c_maab } + title:d_c_maan_color = { set_color_from_title = title:c_maan } + title:d_c_maastricht_color = { set_color_from_title = title:c_maastricht } + title:d_c_macon_color = { set_color_from_title = title:c_macon } + title:d_c_macva_color = { set_color_from_title = title:c_macva } + title:d_c_madaya_color = { set_color_from_title = title:c_madaya } + title:d_c_madhupur_color = { set_color_from_title = title:c_madhupur } + title:d_c_madoi_color = { set_color_from_title = title:c_madoi } + title:d_c_madrid_color = { set_color_from_title = title:c_madrid } + title:d_c_madurai_color = { set_color_from_title = title:c_madurai } + title:d_c_mafaza_color = { set_color_from_title = title:c_mafaza } + title:d_c_magadha_color = { set_color_from_title = title:c_magadha } + title:d_c_magdeburg_color = { set_color_from_title = title:c_magdeburg } + title:d_c_maghas_color = { set_color_from_title = title:c_maghas } + title:d_c_magwe_color = { set_color_from_title = title:c_magwe } + title:d_c_mahdiya_color = { set_color_from_title = title:c_mahdiya } + title:d_c_mahishaka_color = { set_color_from_title = title:c_mahishaka } + title:d_c_mahoba_color = { set_color_from_title = title:c_mahoba } + title:d_c_mahra_color = { set_color_from_title = title:c_mahra } + title:d_c_mahur_color = { set_color_from_title = title:c_mahur } + title:d_c_maine_color = { set_color_from_title = title:c_maine } + title:d_c_mainling_color = { set_color_from_title = title:c_mainling } + title:d_c_mainz_color = { set_color_from_title = title:c_mainz } + title:d_c_mait_color = { set_color_from_title = title:c_mait } + title:d_c_majar_color = { set_color_from_title = title:c_majar } + title:d_c_makhir_color = { set_color_from_title = title:c_makhir } + title:d_c_malaga_color = { set_color_from_title = title:c_malaga } + title:d_c_malagon_color = { set_color_from_title = title:c_malagon } + title:d_c_malbork_color = { set_color_from_title = title:c_malbork } + title:d_c_maldives_color = { set_color_from_title = title:c_maldives } + title:d_c_maldwyn_color = { set_color_from_title = title:c_maldwyn } + title:d_c_mallabhum_color = { set_color_from_title = title:c_mallabhum } + title:d_c_mallorca_color = { set_color_from_title = title:c_mallorca } + title:d_c_malta_color = { set_color_from_title = title:c_malta } + title:d_c_mamprusi_color = { set_color_from_title = title:c_mamprusi } + title:d_c_man_color = { set_color_from_title = title:c_man } + title:d_c_mana_color = { set_color_from_title = title:c_mana } + title:d_c_manatau_color = { set_color_from_title = title:c_manatau } + title:d_c_mandab_color = { set_color_from_title = title:c_mandab } + title:d_c_mandapika_color = { set_color_from_title = title:c_mandapika } + title:d_c_mandavyapura_color = { set_color_from_title = title:c_mandavyapura } + title:d_c_mandestan_color = { set_color_from_title = title:c_mandestan } + title:d_c_mangnai_color = { set_color_from_title = title:c_mangnai } + title:d_c_mangra_color = { set_color_from_title = title:c_mangra } + title:d_c_mangyshlak_color = { set_color_from_title = title:c_mangyshlak } + title:d_c_manikpur_color = { set_color_from_title = title:c_manikpur } + title:d_c_manipur_color = { set_color_from_title = title:c_manipur } + title:d_c_mansfeld_color = { set_color_from_title = title:c_mansfeld } + title:d_c_mansura_color = { set_color_from_title = title:c_mansura } + title:d_c_manthang_color = { set_color_from_title = title:c_manthang } + title:d_c_mantua_color = { set_color_from_title = title:c_mantua } + title:d_c_manturovo_color = { set_color_from_title = title:c_manturovo } + title:d_c_maowun_color = { set_color_from_title = title:c_maowun } + title:d_c_maqen_color = { set_color_from_title = title:c_maqen } + title:d_c_maqu_color = { set_color_from_title = title:c_maqu } + title:d_c_maragha_color = { set_color_from_title = title:c_maragha } + title:d_c_marash_color = { set_color_from_title = title:c_marash } + title:d_c_marburg_color = { set_color_from_title = title:c_marburg } + title:d_c_mareeg_color = { set_color_from_title = title:c_mareeg } + title:d_c_mark_color = { set_color_from_title = title:c_mark } + title:d_c_markam_color = { set_color_from_title = title:c_markam } + title:d_c_marmaros_color = { set_color_from_title = title:c_marmaros } + title:d_c_marrakesh_color = { set_color_from_title = title:c_marrakesh } + title:d_c_marsabit_color = { set_color_from_title = title:c_marsabit } + title:d_c_marsan_color = { set_color_from_title = title:c_marsan } + title:d_c_martyuba_color = { set_color_from_title = title:c_martyuba } + title:d_c_marvarrud_color = { set_color_from_title = title:c_marvarrud } + title:d_c_masa_color = { set_color_from_title = title:c_masa } + title:d_c_masabadhan_color = { set_color_from_title = title:c_masabadhan } + title:d_c_masalit_color = { set_color_from_title = title:c_masalit } + title:d_c_masin_color = { set_color_from_title = title:c_masin } + title:d_c_massawa_color = { set_color_from_title = title:c_massawa } + title:d_c_massina_color = { set_color_from_title = title:c_massina } + title:d_c_mathura_color = { set_color_from_title = title:c_mathura } + title:d_c_mau_color = { set_color_from_title = title:c_mau } + title:d_c_mayo_color = { set_color_from_title = title:c_mayo } + title:d_c_mayyafariqin_color = { set_color_from_title = title:c_mayyafariqin } + title:d_c_mazandaran_color = { set_color_from_title = title:c_mazandaran } + title:d_c_mazongshan_color = { set_color_from_title = title:c_mazongshan } + title:d_c_mearns_color = { set_color_from_title = title:c_mearns } + title:d_c_meaux_color = { set_color_from_title = title:c_meaux } + title:d_c_mecca_color = { set_color_from_title = title:c_mecca } + title:d_c_mecklenburg_color = { set_color_from_title = title:c_mecklenburg } + title:d_c_medantaka_color = { set_color_from_title = title:c_medantaka } + title:d_c_medapata_color = { set_color_from_title = title:c_medapata } + title:d_c_medellin_color = { set_color_from_title = title:c_medellin } + title:d_c_medelpad_color = { set_color_from_title = title:c_medelpad } + title:d_c_medina_color = { set_color_from_title = title:c_medina } + title:d_c_medjerda_color = { set_color_from_title = title:c_medjerda } + title:d_c_meissen_color = { set_color_from_title = title:c_meissen } + title:d_c_meknes_color = { set_color_from_title = title:c_meknes } + title:d_c_melilla_color = { set_color_from_title = title:c_melilla } + title:d_c_melitene_color = { set_color_from_title = title:c_melitene } + title:d_c_mema_color = { set_color_from_title = title:c_mema } + title:d_c_memar_color = { set_color_from_title = title:c_memar } + title:d_c_memel_color = { set_color_from_title = title:c_memel } + title:d_c_menorca_color = { set_color_from_title = title:c_menorca } + title:d_c_merida_color = { set_color_from_title = title:c_merida } + title:d_c_merioneth_color = { set_color_from_title = title:c_merioneth } + title:d_c_meroe_color = { set_color_from_title = title:c_meroe } + title:d_c_mersenburg_color = { set_color_from_title = title:c_mersenburg } + title:d_c_merv_color = { set_color_from_title = title:c_merv } + title:d_c_mesembria_color = { set_color_from_title = title:c_mesembria } + title:d_c_mesopotamia_color = { set_color_from_title = title:c_mesopotamia } + title:d_c_messenia_color = { set_color_from_title = title:c_messenia } + title:d_c_messina_color = { set_color_from_title = title:c_messina } + title:d_c_messukyla_color = { set_color_from_title = title:c_messukyla } + title:d_c_metz_color = { set_color_from_title = title:c_metz } + title:d_c_metzovo_color = { set_color_from_title = title:c_metzovo } + title:d_c_miastko_color = { set_color_from_title = title:c_miastko } + title:d_c_middlesex_color = { set_color_from_title = title:c_middlesex } + title:d_c_midnapore_color = { set_color_from_title = title:c_midnapore } + title:d_c_miliez_color = { set_color_from_title = title:c_miliez } + title:d_c_millau_color = { set_color_from_title = title:c_millau } + title:d_c_minbu_color = { set_color_from_title = title:c_minbu } + title:d_c_minden_color = { set_color_from_title = title:c_minden } + title:d_c_minsk_color = { set_color_from_title = title:c_minsk } + title:d_c_mithila_color = { set_color_from_title = title:c_mithila } + title:d_c_modena_color = { set_color_from_title = title:c_modena } + title:d_c_modrus_color = { set_color_from_title = title:c_modrus } + title:d_c_mogadishu_color = { set_color_from_title = title:c_mogadishu } + title:d_c_mohadavasaka_color = { set_color_from_title = title:c_mohadavasaka } + title:d_c_molina_color = { set_color_from_title = title:c_molina } + title:d_c_monferrato_color = { set_color_from_title = title:c_monferrato } + title:d_c_monkh_saridag_color = { set_color_from_title = title:c_monkh_saridag } + title:d_c_monmouthshire_color = { set_color_from_title = title:c_monmouthshire } + title:d_c_montaigu_color = { set_color_from_title = title:c_montaigu } + title:d_c_montargis_color = { set_color_from_title = title:c_montargis } + title:d_c_monterrei_color = { set_color_from_title = title:c_monterrei } + title:d_c_montpellier_color = { set_color_from_title = title:c_montpellier } + title:d_c_mora_color = { set_color_from_title = title:c_mora } + title:d_c_morarna_color = { set_color_from_title = title:c_morarna } + title:d_c_moray_color = { set_color_from_title = title:c_moray } + title:d_c_more_color = { set_color_from_title = title:c_more } + title:d_c_mosala_color = { set_color_from_title = title:c_mosala } + title:d_c_moskva_color = { set_color_from_title = title:c_moskva } + title:d_c_mosul_color = { set_color_from_title = title:c_mosul } + title:d_c_mosynopolis_color = { set_color_from_title = title:c_mosynopolis } + title:d_c_moura_color = { set_color_from_title = title:c_moura } + title:d_c_mozhaysk_color = { set_color_from_title = title:c_mozhaysk } + title:d_c_mudgagiri_color = { set_color_from_title = title:c_mudgagiri } + title:d_c_mudug_color = { set_color_from_title = title:c_mudug } + title:d_c_mugan_color = { set_color_from_title = title:c_mugan } + title:d_c_mugodzhar_hills_color = { set_color_from_title = title:c_mugodzhar_hills } + title:d_c_mulaka_color = { set_color_from_title = title:c_mulaka } + title:d_c_multan_color = { set_color_from_title = title:c_multan } + title:d_c_muluya_color = { set_color_from_title = title:c_muluya } + title:d_c_mumo_color = { set_color_from_title = title:c_mumo } + title:d_c_munchen_color = { set_color_from_title = title:c_munchen } + title:d_c_munda_color = { set_color_from_title = title:c_munda } + title:d_c_munio_color = { set_color_from_title = title:c_munio } + title:d_c_munjan_color = { set_color_from_title = title:c_munjan } + title:d_c_munster_color = { set_color_from_title = title:c_munster } + title:d_c_murcia_color = { set_color_from_title = title:c_murcia } + title:d_c_murom_color = { set_color_from_title = title:c_murom } + title:d_c_murun_tomis_color = { set_color_from_title = title:c_murun_tomis } + title:d_c_murzuk_color = { set_color_from_title = title:c_murzuk } + title:d_c_muscat_color = { set_color_from_title = title:c_muscat } + title:d_c_mustasaari_color = { set_color_from_title = title:c_mustasaari } + title:d_c_muya_color = { set_color_from_title = title:c_muya } + title:d_c_mysia_color = { set_color_from_title = title:c_mysia } + title:d_c_nabadwipa_color = { set_color_from_title = title:c_nabadwipa } + title:d_c_naddula_color = { set_color_from_title = title:c_naddula } + title:d_c_naga_color = { set_color_from_title = title:c_naga } + title:d_c_nagarze_color = { set_color_from_title = title:c_nagarze } + title:d_c_nagauda_color = { set_color_from_title = title:c_nagauda } + title:d_c_nagchu_color = { set_color_from_title = title:c_nagchu } + title:d_c_nagormo_color = { set_color_from_title = title:c_nagormo } + title:d_c_naimisa_color = { set_color_from_title = title:c_naimisa } + title:d_c_naissus_color = { set_color_from_title = title:c_naissus } + title:d_c_najera_color = { set_color_from_title = title:c_najera } + title:d_c_najran_color = { set_color_from_title = title:c_najran } + title:d_c_nakhshab_color = { set_color_from_title = title:c_nakhshab } + title:d_c_naldurg_color = { set_color_from_title = title:c_naldurg } + title:d_c_nallamala_color = { set_color_from_title = title:c_nallamala } + title:d_c_nalu_color = { set_color_from_title = title:c_nalu } + title:d_c_namandiru_color = { set_color_from_title = title:c_namandiru } + title:d_c_namdalfylki_color = { set_color_from_title = title:c_namdalfylki } + title:d_c_namur_color = { set_color_from_title = title:c_namur } + title:d_c_nancy_color = { set_color_from_title = title:c_nancy } + title:d_c_nandana_color = { set_color_from_title = title:c_nandana } + title:d_c_nang_color = { set_color_from_title = title:c_nang } + title:d_c_nangqen_color = { set_color_from_title = title:c_nangqen } + title:d_c_nantes_color = { set_color_from_title = title:c_nantes } + title:d_c_nanumba_color = { set_color_from_title = title:c_nanumba } + title:d_c_napoli_color = { set_color_from_title = title:c_napoli } + title:d_c_naqis_color = { set_color_from_title = title:c_naqis } + title:d_c_narim_color = { set_color_from_title = title:c_narim } + title:d_c_narke_color = { set_color_from_title = title:c_narke } + title:d_c_narva_color = { set_color_from_title = title:c_narva } + title:d_c_narym_DZU_color = { set_color_from_title = title:c_narym_DZU } + title:d_c_nasaiya_color = { set_color_from_title = title:c_nasaiya } + title:d_c_nasibin_color = { set_color_from_title = title:c_nasibin } + title:d_c_nasrabad_color = { set_color_from_title = title:c_nasrabad } + title:d_c_nassau_color = { set_color_from_title = title:c_nassau } + title:d_c_natangia_color = { set_color_from_title = title:c_natangia } + title:d_c_naumberg_color = { set_color_from_title = title:c_naumberg } + title:d_c_naumburg_color = { set_color_from_title = title:c_naumburg } + title:d_c_naushki_color = { set_color_from_title = title:c_naushki } + title:d_c_navarra_color = { set_color_from_title = title:c_navarra } + title:d_c_navasarika_color = { set_color_from_title = title:c_navasarika } + title:d_c_naxos_color = { set_color_from_title = title:c_naxos } + title:d_c_ndenye_color = { set_color_from_title = title:c_ndenye } + title:d_c_neamnt_color = { set_color_from_title = title:c_neamnt } + title:d_c_nedenes_color = { set_color_from_title = title:c_nedenes } + title:d_c_nedersticht_color = { set_color_from_title = title:c_nedersticht } + title:d_c_negev_color = { set_color_from_title = title:c_negev } + title:d_c_nellore_color = { set_color_from_title = title:c_nellore } + title:d_c_neopatras_color = { set_color_from_title = title:c_neopatras } + title:d_c_neramkary_color = { set_color_from_title = title:c_neramkary } + title:d_c_neufchateau_color = { set_color_from_title = title:c_neufchateau } + title:d_c_nevers_color = { set_color_from_title = title:c_nevers } + title:d_c_ngawa_color = { set_color_from_title = title:c_ngawa } + title:d_c_ngoring_color = { set_color_from_title = title:c_ngoring } + title:d_c_niani_color = { set_color_from_title = title:c_niani } + title:d_c_nice_color = { set_color_from_title = title:c_nice } + title:d_c_nicopolis_color = { set_color_from_title = title:c_nicopolis } + title:d_c_nicosia_color = { set_color_from_title = title:c_nicosia } + title:d_c_niebla_color = { set_color_from_title = title:c_niebla } + title:d_c_nih_color = { set_color_from_title = title:c_nih } + title:d_c_nihawand_color = { set_color_from_title = title:c_nihawand } + title:d_c_nikaea_color = { set_color_from_title = title:c_nikaea } + title:d_c_nikki_color = { set_color_from_title = title:c_nikki } + title:d_c_nikopolis_color = { set_color_from_title = title:c_nikopolis } + title:d_c_ninive_color = { set_color_from_title = title:c_ninive } + title:d_c_niomi_color = { set_color_from_title = title:c_niomi } + title:d_c_nishapur_color = { set_color_from_title = title:c_nishapur } + title:d_c_nizhny_novgorod_color = { set_color_from_title = title:c_nizhny_novgorod } + title:d_c_nizwa_color = { set_color_from_title = title:c_nizwa } + title:d_c_njudung_color = { set_color_from_title = title:c_njudung } + title:d_c_nordlingen_color = { set_color_from_title = title:c_nordlingen } + title:d_c_nordmark_color = { set_color_from_title = title:c_nordmark } + title:d_c_nordrland_color = { set_color_from_title = title:c_nordrland } + title:d_c_norfolk_color = { set_color_from_title = title:c_norfolk } + title:d_c_north_riding_color = { set_color_from_title = title:c_north_riding } + title:d_c_northamptonshire_color = { set_color_from_title = title:c_northamptonshire } + title:d_c_northumberland_color = { set_color_from_title = title:c_northumberland } + title:d_c_norwegian_more_color = { set_color_from_title = title:c_norwegian_more } + title:d_c_nottinghamshire_color = { set_color_from_title = title:c_nottinghamshire } + title:d_c_novara_color = { set_color_from_title = title:c_novara } + title:d_c_novgorod_color = { set_color_from_title = title:c_novgorod } + title:d_c_novgorod_seversky_color = { set_color_from_title = title:c_novgorod_seversky } + title:d_c_novogrudok_color = { set_color_from_title = title:c_novogrudok } + title:d_c_novosil_color = { set_color_from_title = title:c_novosil } + title:d_c_nugaal_color = { set_color_from_title = title:c_nugaal } + title:d_c_nuon_color = { set_color_from_title = title:c_nuon } + title:d_c_nupe_color = { set_color_from_title = title:c_nupe } + title:d_c_nurnberg_color = { set_color_from_title = title:c_nurnberg } + title:d_c_nurtay_color = { set_color_from_title = title:c_nurtay } + title:d_c_nyagrong_color = { set_color_from_title = title:c_nyagrong } + title:d_c_nyainrong_color = { set_color_from_title = title:c_nyainrong } + title:d_c_nyalam_color = { set_color_from_title = title:c_nyalam } + title:d_c_nyemo_color = { set_color_from_title = title:c_nyemo } + title:d_c_nyene_color = { set_color_from_title = title:c_nyene } + title:d_c_nyima_color = { set_color_from_title = title:c_nyima } + title:d_c_nyingchi_color = { set_color_from_title = title:c_nyingchi } + title:d_c_nyitra_color = { set_color_from_title = title:c_nyitra } + title:d_c_nyland_color = { set_color_from_title = title:c_nyland } + title:d_c_nysa_color = { set_color_from_title = title:c_nysa } + title:d_c_nzi_color = { set_color_from_title = title:c_nzi } + title:d_c_ob_color = { set_color_from_title = title:c_ob } + title:d_c_odessa_color = { set_color_from_title = title:c_odessa } + title:d_c_odishi_color = { set_color_from_title = title:c_odishi } + title:d_c_odoyev_color = { set_color_from_title = title:c_odoyev } + title:d_c_ohrid_color = { set_color_from_title = title:c_ohrid } + title:d_c_oigon_color = { set_color_from_title = title:c_oigon } + title:d_c_okangara_color = { set_color_from_title = title:c_okangara } + title:d_c_oland_color = { set_color_from_title = title:c_oland } + title:d_c_olavinlinna_color = { set_color_from_title = title:c_olavinlinna } + title:d_c_oldenburg_color = { set_color_from_title = title:c_oldenburg } + title:d_c_oleshye_color = { set_color_from_title = title:c_oleshye } + title:d_c_olkhon_color = { set_color_from_title = title:c_olkhon } + title:d_c_olmedo_color = { set_color_from_title = title:c_olmedo } + title:d_c_olomouc_color = { set_color_from_title = title:c_olomouc } + title:d_c_omsk_color = { set_color_from_title = title:c_omsk } + title:d_c_onega_color = { set_color_from_title = title:c_onega } + title:d_c_onega_BJA_color = { set_color_from_title = title:c_onega_BJA } + title:d_c_ongi_color = { set_color_from_title = title:c_ongi } + title:d_c_onsthia_color = { set_color_from_title = title:c_onsthia } + title:d_c_opanda_color = { set_color_from_title = title:c_opanda } + title:d_c_opava_color = { set_color_from_title = title:c_opava } + title:d_c_opole_color = { set_color_from_title = title:c_opole } + title:d_c_orangallu_color = { set_color_from_title = title:c_orangallu } + title:d_c_orania_color = { set_color_from_title = title:c_orania } + title:d_c_orava_color = { set_color_from_title = title:c_orava } + title:d_c_orbetello_color = { set_color_from_title = title:c_orbetello } + title:d_c_orenburg_color = { set_color_from_title = title:c_orenburg } + title:d_c_orhei_color = { set_color_from_title = title:c_orhei } + title:d_c_oriel_color = { set_color_from_title = title:c_oriel } + title:d_c_orkney_color = { set_color_from_title = title:c_orkney } + title:d_c_orlamunde_color = { set_color_from_title = title:c_orlamunde } + title:d_c_orleans_color = { set_color_from_title = title:c_orleans } + title:d_c_ormond_color = { set_color_from_title = title:c_ormond } + title:d_c_orsha_color = { set_color_from_title = title:c_orsha } + title:d_c_orvieto_color = { set_color_from_title = title:c_orvieto } + title:d_c_osel_color = { set_color_from_title = title:c_osel } + title:d_c_oshrusana_color = { set_color_from_title = title:c_oshrusana } + title:d_c_oskol_color = { set_color_from_title = title:c_oskol } + title:d_c_osnabruck_color = { set_color_from_title = title:c_osnabruck } + title:d_c_ossory_color = { set_color_from_title = title:c_ossory } + title:d_c_ostergotland_color = { set_color_from_title = title:c_ostergotland } + title:d_c_osterland_color = { set_color_from_title = title:c_osterland } + title:d_c_osterode_color = { set_color_from_title = title:c_osterode } + title:d_c_ostfriesland_color = { set_color_from_title = title:c_ostfriesland } + title:d_c_otrar_color = { set_color_from_title = title:c_otrar } + title:d_c_oudalan_color = { set_color_from_title = title:c_oudalan } + title:d_c_oulu_color = { set_color_from_title = title:c_oulu } + title:d_c_outer_hebrides_color = { set_color_from_title = title:c_outer_hebrides } + title:d_c_oversticht_color = { set_color_from_title = title:c_oversticht } + title:d_c_owu_color = { set_color_from_title = title:c_owu } + title:d_c_oxfordshire_color = { set_color_from_title = title:c_oxfordshire } + title:d_c_oyo_color = { set_color_from_title = title:c_oyo } + title:d_c_pacatiana_color = { set_color_from_title = title:c_pacatiana } + title:d_c_paderborn_color = { set_color_from_title = title:c_paderborn } + title:d_c_padua_color = { set_color_from_title = title:c_padua } + title:d_c_padum_color = { set_color_from_title = title:c_padum } + title:d_c_paeonia_color = { set_color_from_title = title:c_paeonia } + title:d_c_pagan_color = { set_color_from_title = title:c_pagan } + title:d_c_pagania_color = { set_color_from_title = title:c_pagania } + title:d_c_palakka_color = { set_color_from_title = title:c_palakka } + title:d_c_palanga_color = { set_color_from_title = title:c_palanga } + title:d_c_palermo_color = { set_color_from_title = title:c_palermo } + title:d_c_pallas_color = { set_color_from_title = title:c_pallas } + title:d_c_palmyra_color = { set_color_from_title = title:c_palmyra } + title:d_c_palniki_color = { set_color_from_title = title:c_palniki } + title:d_c_pamphylia_color = { set_color_from_title = title:c_pamphylia } + title:d_c_panaji_color = { set_color_from_title = title:c_panaji } + title:d_c_panjgur_color = { set_color_from_title = title:c_panjgur } + title:d_c_pannagallu_color = { set_color_from_title = title:c_pannagallu } + title:d_c_paphlagonia_color = { set_color_from_title = title:c_paphlagonia } + title:d_c_parma_color = { set_color_from_title = title:c_parma } + title:d_c_paro_color = { set_color_from_title = title:c_paro } + title:d_c_parsberg_color = { set_color_from_title = title:c_parsberg } + title:d_c_passau_color = { set_color_from_title = title:c_passau } + title:d_c_pavia_color = { set_color_from_title = title:c_pavia } + title:d_c_pavlodar_color = { set_color_from_title = title:c_pavlodar } + title:d_c_peaccam_color = { set_color_from_title = title:c_peaccam } + title:d_c_pecheneg_color = { set_color_from_title = title:c_pecheneg } + title:d_c_pedersore_color = { set_color_from_title = title:c_pedersore } + title:d_c_pegu_color = { set_color_from_title = title:c_pegu } + title:d_c_pelym_color = { set_color_from_title = title:c_pelym } + title:d_c_pelyul_color = { set_color_from_title = title:c_pelyul } + title:d_c_pemako_color = { set_color_from_title = title:c_pemako } + title:d_c_pembrokeshire_color = { set_color_from_title = title:c_pembrokeshire } + title:d_c_pendjari_color = { set_color_from_title = title:c_pendjari } + title:d_c_penthievre_color = { set_color_from_title = title:c_penthievre } + title:d_c_penugonda_color = { set_color_from_title = title:c_penugonda } + title:d_c_penza_color = { set_color_from_title = title:c_penza } + title:d_c_perekop_color = { set_color_from_title = title:c_perekop } + title:d_c_peremyshl_color = { set_color_from_title = title:c_peremyshl } + title:d_c_peresopnytsia_color = { set_color_from_title = title:c_peresopnytsia } + title:d_c_pereyaslavl_color = { set_color_from_title = title:c_pereyaslavl } + title:d_c_perigord_color = { set_color_from_title = title:c_perigord } + title:d_c_perm_color = { set_color_from_title = title:c_perm } + title:d_c_pest_color = { set_color_from_title = title:c_pest } + title:d_c_petropavl_color = { set_color_from_title = title:c_petropavl } + title:d_c_petropavolsk_color = { set_color_from_title = title:c_petropavolsk } + title:d_c_petrovsk_color = { set_color_from_title = title:c_petrovsk } + title:d_c_philippopolis_color = { set_color_from_title = title:c_philippopolis } + title:d_c_philomelium_color = { set_color_from_title = title:c_philomelium } + title:d_c_phiti_color = { set_color_from_title = title:c_phiti } + title:d_c_phrygia_color = { set_color_from_title = title:c_phrygia } + title:d_c_pielinen_color = { set_color_from_title = title:c_pielinen } + title:d_c_pila_color = { set_color_from_title = title:c_pila } + title:d_c_pinsk_color = { set_color_from_title = title:c_pinsk } + title:d_c_pirin_color = { set_color_from_title = title:c_pirin } + title:d_c_pisa_color = { set_color_from_title = title:c_pisa } + title:d_c_pisidia_color = { set_color_from_title = title:c_pisidia } + title:d_c_pite_color = { set_color_from_title = title:c_pite } + title:d_c_pitten_color = { set_color_from_title = title:c_pitten } + title:d_c_plasencia_color = { set_color_from_title = title:c_plasencia } + title:d_c_plocka_color = { set_color_from_title = title:c_plocka } + title:d_c_plyos_color = { set_color_from_title = title:c_plyos } + title:d_c_plzen_color = { set_color_from_title = title:c_plzen } + title:d_c_po_color = { set_color_from_title = title:c_po } + title:d_c_podor_color = { set_color_from_title = title:c_podor } + title:d_c_podrinje_color = { set_color_from_title = title:c_podrinje } + title:d_c_poitiers_color = { set_color_from_title = title:c_poitiers } + title:d_c_polesine_color = { set_color_from_title = title:c_polesine } + title:d_c_polotsk_color = { set_color_from_title = title:c_polotsk } + title:d_c_polovragi_color = { set_color_from_title = title:c_polovragi } + title:d_c_pomoravlje_color = { set_color_from_title = title:c_pomoravlje } + title:d_c_pomorje_color = { set_color_from_title = title:c_pomorje } + title:d_c_pompeiopolis_color = { set_color_from_title = title:c_pompeiopolis } + title:d_c_porto_color = { set_color_from_title = title:c_porto } + title:d_c_poszony_color = { set_color_from_title = title:c_poszony } + title:d_c_povenets_color = { set_color_from_title = title:c_povenets } + title:d_c_pozega_color = { set_color_from_title = title:c_pozega } + title:d_c_poznanska_color = { set_color_from_title = title:c_poznanska } + title:d_c_praha_color = { set_color_from_title = title:c_praha } + title:d_c_pravia_color = { set_color_from_title = title:c_pravia } + title:d_c_prayaga_color = { set_color_from_title = title:c_prayaga } + title:d_c_prenzlau_color = { set_color_from_title = title:c_prenzlau } + title:d_c_prerov_color = { set_color_from_title = title:c_prerov } + title:d_c_provence_color = { set_color_from_title = title:c_provence } + title:d_c_prusa_color = { set_color_from_title = title:c_prusa } + title:d_c_przemkow_color = { set_color_from_title = title:c_przemkow } + title:d_c_pset_color = { set_color_from_title = title:c_pset } + title:d_c_pskov_color = { set_color_from_title = title:c_pskov } + title:d_c_pudozh_color = { set_color_from_title = title:c_pudozh } + title:d_c_puigcerda_color = { set_color_from_title = title:c_puigcerda } + title:d_c_pula_color = { set_color_from_title = title:c_pula } + title:d_c_punakha_color = { set_color_from_title = title:c_punakha } + title:d_c_pundravardhana_color = { set_color_from_title = title:c_pundravardhana } + title:d_c_purang_color = { set_color_from_title = title:c_purang } + title:d_c_puri_color = { set_color_from_title = title:c_puri } + title:d_c_purig_color = { set_color_from_title = title:c_purig } + title:d_c_purushapura_color = { set_color_from_title = title:c_purushapura } + title:d_c_puttlingen_color = { set_color_from_title = title:c_puttlingen } + title:d_c_putyvl_color = { set_color_from_title = title:c_putyvl } + title:d_c_qadisiya_color = { set_color_from_title = title:c_qadisiya } + title:d_c_qain_color = { set_color_from_title = title:c_qain } + title:d_c_qalaafe_color = { set_color_from_title = title:c_qalaafe } + title:d_c_qamdo_color = { set_color_from_title = title:c_qamdo } + title:d_c_qaryatan_color = { set_color_from_title = title:c_qaryatan } + title:d_c_qashtiliya_color = { set_color_from_title = title:c_qashtiliya } + title:d_c_qasim_color = { set_color_from_title = title:c_qasim } + title:d_c_qasr_ibrim_color = { set_color_from_title = title:c_qasr_ibrim } + title:d_c_qataa_color = { set_color_from_title = title:c_qataa } + title:d_c_qatif_color = { set_color_from_title = title:c_qatif } + title:d_c_qayaliq_color = { set_color_from_title = title:c_qayaliq } + title:d_c_qazwin_color = { set_color_from_title = title:c_qazwin } + title:d_c_qilin_color = { set_color_from_title = title:c_qilin } + title:d_c_qimr_color = { set_color_from_title = title:c_qimr } + title:d_c_qinggil_color = { set_color_from_title = title:c_qinggil } + title:d_c_qinnasrin_color = { set_color_from_title = title:c_qinnasrin } + title:d_c_qom_color = { set_color_from_title = title:c_qom } + title:d_c_qoshagyl_color = { set_color_from_title = title:c_qoshagyl } + title:d_c_quercy_color = { set_color_from_title = title:c_quercy } + title:d_c_qumarleb_color = { set_color_from_title = title:c_qumarleb } + title:d_c_qumisha_color = { set_color_from_title = title:c_qumisha } + title:d_c_quqen_color = { set_color_from_title = title:c_quqen } + title:d_c_quriltay_color = { set_color_from_title = title:c_quriltay } + title:d_c_qurta_color = { set_color_from_title = title:c_qurta } + title:d_c_qus_color = { set_color_from_title = title:c_qus } + title:d_c_qusayr_color = { set_color_from_title = title:c_qusayr } + title:d_c_racakonda_color = { set_color_from_title = title:c_racakonda } + title:d_c_radha_color = { set_color_from_title = title:c_radha } + title:d_c_radomska_color = { set_color_from_title = title:c_radomska } + title:d_c_ragusa_color = { set_color_from_title = title:c_ragusa } + title:d_c_rahba_color = { set_color_from_title = title:c_rahba } + title:d_c_raimskoe_color = { set_color_from_title = title:c_raimskoe } + title:d_c_rajanpur_color = { set_color_from_title = title:c_rajanpur } + title:d_c_rajrappa_color = { set_color_from_title = title:c_rajrappa } + title:d_c_rama_color = { set_color_from_title = title:c_rama } + title:d_c_ramagiri_color = { set_color_from_title = title:c_ramagiri } + title:d_c_ramhurmuz_color = { set_color_from_title = title:c_ramhurmuz } + title:d_c_ramu_color = { set_color_from_title = title:c_ramu } + title:d_c_ranikot_color = { set_color_from_title = title:c_ranikot } + title:d_c_raniriki_color = { set_color_from_title = title:c_raniriki } + title:d_c_rano_color = { set_color_from_title = title:c_rano } + title:d_c_ranthambore_color = { set_color_from_title = title:c_ranthambore } + title:d_c_raqqa_color = { set_color_from_title = title:c_raqqa } + title:d_c_ras_hafun_color = { set_color_from_title = title:c_ras_hafun } + title:d_c_raseiniai_color = { set_color_from_title = title:c_raseiniai } + title:d_c_rashka_color = { set_color_from_title = title:c_rashka } + title:d_c_rasht_color = { set_color_from_title = title:c_rasht } + title:d_c_ratanpur_color = { set_color_from_title = title:c_ratanpur } + title:d_c_ratibor_color = { set_color_from_title = title:c_ratibor } + title:d_c_ravenna_color = { set_color_from_title = title:c_ravenna } + title:d_c_ravensburg_color = { set_color_from_title = title:c_ravensburg } + title:d_c_rayapura_color = { set_color_from_title = title:c_rayapura } + title:d_c_rayy_color = { set_color_from_title = title:c_rayy } + title:d_c_rebgong_color = { set_color_from_title = title:c_rebgong } + title:d_c_regensburg_color = { set_color_from_title = title:c_regensburg } + title:d_c_reggio_calabria_color = { set_color_from_title = title:c_reggio_calabria } + title:d_c_reims_color = { set_color_from_title = title:c_reims } + title:d_c_renandu_color = { set_color_from_title = title:c_renandu } + title:d_c_reni_color = { set_color_from_title = title:c_reni } + title:d_c_rennes_color = { set_color_from_title = title:c_rennes } + title:d_c_rethel_color = { set_color_from_title = title:c_rethel } + title:d_c_reval_color = { set_color_from_title = title:c_reval } + title:d_c_rhodopes_color = { set_color_from_title = title:c_rhodopes } + title:d_c_rhodos_color = { set_color_from_title = title:c_rhodos } + title:d_c_ribe_color = { set_color_from_title = title:c_ribe } + title:d_c_rima_color = { set_color_from_title = title:c_rima } + title:d_c_ringkobing_color = { set_color_from_title = title:c_ringkobing } + title:d_c_riqan_color = { set_color_from_title = title:c_riqan } + title:d_c_rivsharan_color = { set_color_from_title = title:c_rivsharan } + title:d_c_rogalandi_color = { set_color_from_title = title:c_rogalandi } + title:d_c_rohana_color = { set_color_from_title = title:c_rohana } + title:d_c_roing_color = { set_color_from_title = title:c_roing } + title:d_c_roma_color = { set_color_from_title = title:c_roma } + title:d_c_romen_color = { set_color_from_title = title:c_romen } + title:d_c_rosenheim_color = { set_color_from_title = title:c_rosenheim } + title:d_c_roslavl_color = { set_color_from_title = title:c_roslavl } + title:d_c_ross_color = { set_color_from_title = title:c_ross } + title:d_c_rossano_color = { set_color_from_title = title:c_rossano } + title:d_c_rossello_color = { set_color_from_title = title:c_rossello } + title:d_c_rostock_color = { set_color_from_title = title:c_rostock } + title:d_c_rothas_color = { set_color_from_title = title:c_rothas } + title:d_c_rothenburg_color = { set_color_from_title = title:c_rothenburg } + title:d_c_rouen_color = { set_color_from_title = title:c_rouen } + title:d_c_rouergue_color = { set_color_from_title = title:c_rouergue } + title:d_c_rounala_color = { set_color_from_title = title:c_rounala } + title:d_c_rudbar_color = { set_color_from_title = title:c_rudbar } + title:d_c_rugen_color = { set_color_from_title = title:c_rugen } + title:d_c_rukhaj_color = { set_color_from_title = title:c_rukhaj } + title:d_c_ruppin_color = { set_color_from_title = title:c_ruppin } + title:d_c_rusa_color = { set_color_from_title = title:c_rusa } + title:d_c_rusafa_color = { set_color_from_title = title:c_rusafa } + title:d_c_rutog_color = { set_color_from_title = title:c_rutog } + title:d_c_ruyan_color = { set_color_from_title = title:c_ruyan } + title:d_c_ryazan_color = { set_color_from_title = title:c_ryazan } + title:d_c_ryty_color = { set_color_from_title = title:c_ryty } + title:d_c_saalum_color = { set_color_from_title = title:c_saalum } + title:d_c_saarbrucken_color = { set_color_from_title = title:c_saarbrucken } + title:d_c_sabakyul_color = { set_color_from_title = title:c_sabakyul } + title:d_c_sable_color = { set_color_from_title = title:c_sable } + title:d_c_sabzevar_color = { set_color_from_title = title:c_sabzevar } + title:d_c_sacz_color = { set_color_from_title = title:c_sacz } + title:d_c_safata_color = { set_color_from_title = title:c_safata } + title:d_c_sagaing_color = { set_color_from_title = title:c_sagaing } + title:d_c_sagar_color = { set_color_from_title = title:c_sagar } + title:d_c_sagiz_color = { set_color_from_title = title:c_sagiz } + title:d_c_sagya_color = { set_color_from_title = title:c_sagya } + title:d_c_sai_color = { set_color_from_title = title:c_sai } + title:d_c_saimara_color = { set_color_from_title = title:c_saimara } + title:d_c_saintonge_color = { set_color_from_title = title:c_saintonge } + title:d_c_sakala_color = { set_color_from_title = title:c_sakala } + title:d_c_sakarai_color = { set_color_from_title = title:c_sakarai } + title:d_c_sakmara_color = { set_color_from_title = title:c_sakmara } + title:d_c_salamanca_color = { set_color_from_title = title:c_salamanca } + title:d_c_salamat_color = { set_color_from_title = title:c_salamat } + title:d_c_salavat_color = { set_color_from_title = title:c_salavat } + title:d_c_salerno_color = { set_color_from_title = title:c_salerno } + title:d_c_salinis_color = { set_color_from_title = title:c_salinis } + title:d_c_salzburg_color = { set_color_from_title = title:c_salzburg } + title:d_c_samaiqan_color = { set_color_from_title = title:c_samaiqan } + title:d_c_samander_color = { set_color_from_title = title:c_samander } + title:d_c_samar_color = { set_color_from_title = title:c_samar } + title:d_c_samar_VB_color = { set_color_from_title = title:c_samar_VB } + title:d_c_samarkand_color = { set_color_from_title = title:c_samarkand } + title:d_c_samarra_color = { set_color_from_title = title:c_samarra } + title:d_c_samatata_color = { set_color_from_title = title:c_samatata } + title:d_c_sambalpur_color = { set_color_from_title = title:c_sambalpur } + title:d_c_sambhal_color = { set_color_from_title = title:c_sambhal } + title:d_c_samiran_color = { set_color_from_title = title:c_samiran } + title:d_c_samman_color = { set_color_from_title = title:c_samman } + title:d_c_samosata_color = { set_color_from_title = title:c_samosata } + title:d_c_sanaa_color = { set_color_from_title = title:c_sanaa } + title:d_c_sancerre_color = { set_color_from_title = title:c_sancerre } + title:d_c_sanda_color = { set_color_from_title = title:c_sanda } + title:d_c_sandomierska_color = { set_color_from_title = title:c_sandomierska } + title:d_c_sandoway_color = { set_color_from_title = title:c_sandoway } + title:d_c_sangqu_color = { set_color_from_title = title:c_sangqu } + title:d_c_sanij_color = { set_color_from_title = title:c_sanij } + title:d_c_sankt_gallen_color = { set_color_from_title = title:c_sankt_gallen } + title:d_c_sankt_polten_color = { set_color_from_title = title:c_sankt_polten } + title:d_c_santiago_color = { set_color_from_title = title:c_santiago } + title:d_c_saoura_color = { set_color_from_title = title:c_saoura } + title:d_c_saptagrama_color = { set_color_from_title = title:c_saptagrama } + title:d_c_saqsin_color = { set_color_from_title = title:c_saqsin } + title:d_c_sarakhs_color = { set_color_from_title = title:c_sarakhs } + title:d_c_saran_color = { set_color_from_title = title:c_saran } + title:d_c_sarangpur_color = { set_color_from_title = title:c_sarangpur } + title:d_c_sarasvata_mandala_color = { set_color_from_title = title:c_sarasvata_mandala } + title:d_c_sarasvati_color = { set_color_from_title = title:c_sarasvati } + title:d_c_saratov_color = { set_color_from_title = title:c_saratov } + title:d_c_sardan_color = { set_color_from_title = title:c_sardan } + title:d_c_saris_color = { set_color_from_title = title:c_saris } + title:d_c_sarkel_color = { set_color_from_title = title:c_sarkel } + title:d_c_sartlan_color = { set_color_from_title = title:c_sartlan } + title:d_c_sarykamysh_color = { set_color_from_title = title:c_sarykamysh } + title:d_c_sarysyn_color = { set_color_from_title = title:c_sarysyn } + title:d_c_sasaram_color = { set_color_from_title = title:c_sasaram } + title:d_c_satakunta_color = { set_color_from_title = title:c_satakunta } + title:d_c_satala_color = { set_color_from_title = title:c_satala } + title:d_c_satfura_color = { set_color_from_title = title:c_satfura } + title:d_c_satif_color = { set_color_from_title = title:c_satif } + title:d_c_satyapura_color = { set_color_from_title = title:c_satyapura } + title:d_c_saumur_color = { set_color_from_title = title:c_saumur } + title:d_c_savalu_color = { set_color_from_title = title:c_savalu } + title:d_c_savoie_color = { set_color_from_title = title:c_savoie } + title:d_c_say_color = { set_color_from_title = title:c_say } + title:d_c_sayn_color = { set_color_from_title = title:c_sayn } + title:d_c_scalovia_color = { set_color_from_title = title:c_scalovia } + title:d_c_schaumberg_color = { set_color_from_title = title:c_schaumberg } + title:d_c_schmalkalden_color = { set_color_from_title = title:c_schmalkalden } + title:d_c_schweibus_color = { set_color_from_title = title:c_schweibus } + title:d_c_sebasteia_color = { set_color_from_title = title:c_sebasteia } + title:d_c_sebezh_color = { set_color_from_title = title:c_sebezh } + title:d_c_sebur_color = { set_color_from_title = title:c_sebur } + title:d_c_selenga_color = { set_color_from_title = title:c_selenga } + title:d_c_seleucia_color = { set_color_from_title = title:c_seleucia } + title:d_c_selge_color = { set_color_from_title = title:c_selge } + title:d_c_selpils_color = { set_color_from_title = title:c_selpils } + title:d_c_semey_color = { set_color_from_title = title:c_semey } + title:d_c_semien_color = { set_color_from_title = title:c_semien } + title:d_c_sennar_color = { set_color_from_title = title:c_sennar } + title:d_c_seno_color = { set_color_from_title = title:c_seno } + title:d_c_sens_color = { set_color_from_title = title:c_sens } + title:d_c_serae_color = { set_color_from_title = title:c_serae } + title:d_c_serres_color = { set_color_from_title = title:c_serres } + title:d_c_sertar_color = { set_color_from_title = title:c_sertar } + title:d_c_sevede_color = { set_color_from_title = title:c_sevede } + title:d_c_severin_color = { set_color_from_title = title:c_severin } + title:d_c_sevilla_color = { set_color_from_title = title:c_sevilla } + title:d_c_sevsk_color = { set_color_from_title = title:c_sevsk } + title:d_c_sewa_color = { set_color_from_title = title:c_sewa } + title:d_c_sfax_color = { set_color_from_title = title:c_sfax } + title:d_c_shabe_color = { set_color_from_title = title:c_shabe } + title:d_c_shahrazur_color = { set_color_from_title = title:c_shahrazur } + title:d_c_shahre-babak_color = { set_color_from_title = title:c_shahre-babak } + title:d_c_shaki_color = { set_color_from_title = title:c_shaki } + title:d_c_shamir_color = { set_color_from_title = title:c_shamir } + title:d_c_shanzhou_color = { set_color_from_title = title:c_shanzhou } + title:d_c_shaqiq_color = { set_color_from_title = title:c_shaqiq } + title:d_c_sharaf_color = { set_color_from_title = title:c_sharaf } + title:d_c_sharga_color = { set_color_from_title = title:c_sharga } + title:d_c_sharka_color = { set_color_from_title = title:c_sharka } + title:d_c_sharkiya_color = { set_color_from_title = title:c_sharkiya } + title:d_c_shavgar_color = { set_color_from_title = title:c_shavgar } + title:d_c_shayzar_color = { set_color_from_title = title:c_shayzar } + title:d_c_shazhou_color = { set_color_from_title = title:c_shazhou } + title:d_c_shchuchinsk_color = { set_color_from_title = title:c_shchuchinsk } + title:d_c_shelji_color = { set_color_from_title = title:c_shelji } + title:d_c_shenkursk_color = { set_color_from_title = title:c_shenkursk } + title:d_c_sherbro_color = { set_color_from_title = title:c_sherbro } + title:d_c_shetland_color = { set_color_from_title = title:c_shetland } + title:d_c_shigar_color = { set_color_from_title = title:c_shigar } + title:d_c_shiraz_color = { set_color_from_title = title:c_shiraz } + title:d_c_shirvan_color = { set_color_from_title = title:c_shirvan } + title:d_c_shishina_color = { set_color_from_title = title:c_shishina } + title:d_c_shityy_color = { set_color_from_title = title:c_shityy } + title:d_c_shor_color = { set_color_from_title = title:c_shor } + title:d_c_shorkot_color = { set_color_from_title = title:c_shorkot } + title:d_c_showa_color = { set_color_from_title = title:c_showa } + title:d_c_showak_color = { set_color_from_title = title:c_showak } + title:d_c_shropshire_color = { set_color_from_title = title:c_shropshire } + title:d_c_shughnan_color = { set_color_from_title = title:c_shughnan } + title:d_c_shunzhou_color = { set_color_from_title = title:c_shunzhou } + title:d_c_siauliai_color = { set_color_from_title = title:c_siauliai } + title:d_c_sibi_color = { set_color_from_title = title:c_sibi } + title:d_c_sibi_mali_color = { set_color_from_title = title:c_sibi_mali } + title:d_c_sibir_color = { set_color_from_title = title:c_sibir } + title:d_c_sidamo_color = { set_color_from_title = title:c_sidamo } + title:d_c_siena_color = { set_color_from_title = title:c_siena } + title:d_c_sieradzka_color = { set_color_from_title = title:c_sieradzka } + title:d_c_sif-i-umara_color = { set_color_from_title = title:c_sif-i-umara } + title:d_c_siggevara_color = { set_color_from_title = title:c_siggevara } + title:d_c_sighnaq_color = { set_color_from_title = title:c_sighnaq } + title:d_c_sijilmasa_color = { set_color_from_title = title:c_sijilmasa } + title:d_c_sikasso_color = { set_color_from_title = title:c_sikasso } + title:d_c_silla_color = { set_color_from_title = title:c_silla } + title:d_c_silves_color = { set_color_from_title = title:c_silves } + title:d_c_simaramapura_color = { set_color_from_title = title:c_simaramapura } + title:d_c_sinai_color = { set_color_from_title = title:c_sinai } + title:d_c_sinjar_color = { set_color_from_title = title:c_sinjar } + title:d_c_sinope_color = { set_color_from_title = title:c_sinope } + title:d_c_sir_faesyfed_color = { set_color_from_title = title:c_sir_faesyfed } + title:d_c_siracusa_color = { set_color_from_title = title:c_siracusa } + title:d_c_sirhan_color = { set_color_from_title = title:c_sirhan } + title:d_c_sirjan_color = { set_color_from_title = title:c_sirjan } + title:d_c_sittaung_color = { set_color_from_title = title:c_sittaung } + title:d_c_sitti_color = { set_color_from_title = title:c_sitti } + title:d_c_siwa_color = { set_color_from_title = title:c_siwa } + title:d_c_siwistan_color = { set_color_from_title = title:c_siwistan } + title:d_c_sjaelland_color = { set_color_from_title = title:c_sjaelland } + title:d_c_sjeltie_color = { set_color_from_title = title:c_sjeltie } + title:d_c_skane_color = { set_color_from_title = title:c_skane } + title:d_c_skara_color = { set_color_from_title = title:c_skara } + title:d_c_skardu_color = { set_color_from_title = title:c_skardu } + title:d_c_skolt_color = { set_color_from_title = title:c_skolt } + title:d_c_skopje_color = { set_color_from_title = title:c_skopje } + title:d_c_slesvig_color = { set_color_from_title = title:c_slesvig } + title:d_c_slupsk_color = { set_color_from_title = title:c_slupsk } + title:d_c_slutsk_color = { set_color_from_title = title:c_slutsk } + title:d_c_smolensk_color = { set_color_from_title = title:c_smolensk } + title:d_c_sobrarbe_color = { set_color_from_title = title:c_sobrarbe } + title:d_c_sochur_color = { set_color_from_title = title:c_sochur } + title:d_c_socotra_color = { set_color_from_title = title:c_socotra } + title:d_c_sodermannaland_color = { set_color_from_title = title:c_sodermannaland } + title:d_c_sog_color = { set_color_from_title = title:c_sog } + title:d_c_sogn_color = { set_color_from_title = title:c_sogn } + title:d_c_sokode_color = { set_color_from_title = title:c_sokode } + title:d_c_sokoto_color = { set_color_from_title = title:c_sokoto } + title:d_c_soldin_color = { set_color_from_title = title:c_soldin } + title:d_c_soli_color = { set_color_from_title = title:c_soli } + title:d_c_solimana_color = { set_color_from_title = title:c_solimana } + title:d_c_sombio_color = { set_color_from_title = title:c_sombio } + title:d_c_somerset_color = { set_color_from_title = title:c_somerset } + title:d_c_somnath_color = { set_color_from_title = title:c_somnath } + title:d_c_somogy_color = { set_color_from_title = title:c_somogy } + title:d_c_sonda_color = { set_color_from_title = title:c_sonda } + title:d_c_songuu_aallar_color = { set_color_from_title = title:c_songuu_aallar } + title:d_c_sopron_color = { set_color_from_title = title:c_sopron } + title:d_c_soria_color = { set_color_from_title = title:c_soria } + title:d_c_soroca_color = { set_color_from_title = title:c_soroca } + title:d_c_sorok_color = { set_color_from_title = title:c_sorok } + title:d_c_sortavala_color = { set_color_from_title = title:c_sortavala } + title:d_c_soso_color = { set_color_from_title = title:c_soso } + title:d_c_sosva_color = { set_color_from_title = title:c_sosva } + title:d_c_souf_color = { set_color_from_title = title:c_souf } + title:d_c_sous_color = { set_color_from_title = title:c_sous } + title:d_c_south_kordofan_color = { set_color_from_title = title:c_south_kordofan } + title:d_c_speyer_color = { set_color_from_title = title:c_speyer } + title:d_c_spis_color = { set_color_from_title = title:c_spis } + title:d_c_spoleto_color = { set_color_from_title = title:c_spoleto } + title:d_c_spreewald_color = { set_color_from_title = title:c_spreewald } + title:d_c_sprottau_color = { set_color_from_title = title:c_sprottau } + title:d_c_sravasti_color = { set_color_from_title = title:c_sravasti } + title:d_c_sredets_color = { set_color_from_title = title:c_sredets } + title:d_c_srihatta_color = { set_color_from_title = title:c_srihatta } + title:d_c_sriksetra_color = { set_color_from_title = title:c_sriksetra } + title:d_c_sripatha_color = { set_color_from_title = title:c_sripatha } + title:d_c_sripuri_color = { set_color_from_title = title:c_sripuri } + title:d_c_srirangapatna_color = { set_color_from_title = title:c_srirangapatna } + title:d_c_stade_color = { set_color_from_title = title:c_stade } + title:d_c_staffordshire_color = { set_color_from_title = title:c_staffordshire } + title:d_c_starodub_color = { set_color_from_title = title:c_starodub } + title:d_c_stendal_color = { set_color_from_title = title:c_stendal } + title:d_c_stettin_color = { set_color_from_title = title:c_stettin } + title:d_c_stezycka_color = { set_color_from_title = title:c_stezycka } + title:d_c_sthanisvara_color = { set_color_from_title = title:c_sthanisvara } + title:d_c_stoenesti_color = { set_color_from_title = title:c_stoenesti } + title:d_c_stoyanka_color = { set_color_from_title = title:c_stoyanka } + title:d_c_strassburg_color = { set_color_from_title = title:c_strassburg } + title:d_c_strathearn_color = { set_color_from_title = title:c_strathearn } + title:d_c_strumica_color = { set_color_from_title = title:c_strumica } + title:d_c_suakin_color = { set_color_from_title = title:c_suakin } + title:d_c_subay_color = { set_color_from_title = title:c_subay } + title:d_c_subei_color = { set_color_from_title = title:c_subei } + title:d_c_suceava_color = { set_color_from_title = title:c_suceava } + title:d_c_sudurland_color = { set_color_from_title = title:c_sudurland } + title:d_c_suenik_color = { set_color_from_title = title:c_suenik } + title:d_c_suffolk_color = { set_color_from_title = title:c_suffolk } + title:d_c_sukhna_color = { set_color_from_title = title:c_sukhna } + title:d_c_sullum_color = { set_color_from_title = title:c_sullum } + title:d_c_sumadija_color = { set_color_from_title = title:c_sumadija } + title:d_c_sumdo_color = { set_color_from_title = title:c_sumdo } + title:d_c_sundgau_color = { set_color_from_title = title:c_sundgau } + title:d_c_sungqu_color = { set_color_from_title = title:c_sungqu } + title:d_c_suondavara_color = { set_color_from_title = title:c_suondavara } + title:d_c_suriya_color = { set_color_from_title = title:c_suriya } + title:d_c_surparaka_color = { set_color_from_title = title:c_surparaka } + title:d_c_surrah_color = { set_color_from_title = title:c_surrah } + title:d_c_surrey_color = { set_color_from_title = title:c_surrey } + title:d_c_sussex_color = { set_color_from_title = title:c_sussex } + title:d_c_sutherland_color = { set_color_from_title = title:c_sutherland } + title:d_c_sutkend_color = { set_color_from_title = title:c_sutkend } + title:d_c_suvarnagram_color = { set_color_from_title = title:c_suvarnagram } + title:d_c_suvarnapura_color = { set_color_from_title = title:c_suvarnapura } + title:d_c_suyab_color = { set_color_from_title = title:c_suyab } + title:d_c_suzdal_color = { set_color_from_title = title:c_suzdal } + title:d_c_suzhou_color = { set_color_from_title = title:c_suzhou } + title:d_c_svaneti_color = { set_color_from_title = title:c_svaneti } + title:d_c_swetaka_mandala_color = { set_color_from_title = title:c_swetaka_mandala } + title:d_c_syrrusafa_color = { set_color_from_title = title:c_syrrusafa } + title:d_c_syrte_color = { set_color_from_title = title:c_syrte } + title:d_c_sysma_color = { set_color_from_title = title:c_sysma } + title:d_c_szabolcs_color = { set_color_from_title = title:c_szabolcs } + title:d_c_szatmar_color = { set_color_from_title = title:c_szatmar } + title:d_c_szekelyfold_color = { set_color_from_title = title:c_szekelyfold } + title:d_c_szekesfehervar_color = { set_color_from_title = title:c_szekesfehervar } + title:d_c_szerem_color = { set_color_from_title = title:c_szerem } + title:d_c_tabary_color = { set_color_from_title = title:c_tabary } + title:d_c_tabassa_color = { set_color_from_title = title:c_tabassa } + title:d_c_tabla_butii_color = { set_color_from_title = title:c_tabla_butii } + title:d_c_tabon_color = { set_color_from_title = title:c_tabon } + title:d_c_tabriz_color = { set_color_from_title = title:c_tabriz } + title:d_c_tabuk_color = { set_color_from_title = title:c_tabuk } + title:d_c_tadjoura_color = { set_color_from_title = title:c_tadjoura } + title:d_c_tadla_color = { set_color_from_title = title:c_tadla } + title:d_c_tadmekka_color = { set_color_from_title = title:c_tadmekka } + title:d_c_tagadur_color = { set_color_from_title = title:c_tagadur } + title:d_c_tagali_color = { set_color_from_title = title:c_tagali } + title:d_c_tagant_color = { set_color_from_title = title:c_tagant } + title:d_c_taghaza_color = { set_color_from_title = title:c_taghaza } + title:d_c_tagul_color = { set_color_from_title = title:c_tagul } + title:d_c_tahert_color = { set_color_from_title = title:c_tahert } + title:d_c_tahoua_color = { set_color_from_title = title:c_tahoua } + title:d_c_taif_color = { set_color_from_title = title:c_taif } + title:d_c_taizz_color = { set_color_from_title = title:c_taizz } + title:d_c_takkeda_color = { set_color_from_title = title:c_takkeda } + title:d_c_takon_color = { set_color_from_title = title:c_takon } + title:d_c_takrit_color = { set_color_from_title = title:c_takrit } + title:d_c_takrur_color = { set_color_from_title = title:c_takrur } + title:d_c_talakad_color = { set_color_from_title = title:c_talakad } + title:d_c_talava_color = { set_color_from_title = title:c_talava } + title:d_c_talish_color = { set_color_from_title = title:c_talish } + title:d_c_tall_basma_color = { set_color_from_title = title:c_tall_basma } + title:d_c_tall_hamid_color = { set_color_from_title = title:c_tall_hamid } + title:d_c_tamasna_color = { set_color_from_title = title:c_tamasna } + title:d_c_tambov_color = { set_color_from_title = title:c_tambov } + title:d_c_tamentit_color = { set_color_from_title = title:c_tamentit } + title:d_c_tamiso_color = { set_color_from_title = title:c_tamiso } + title:d_c_tamralipti_color = { set_color_from_title = title:c_tamralipti } + title:d_c_tana_color = { set_color_from_title = title:c_tana } + title:d_c_tanas_color = { set_color_from_title = title:c_tanas } + title:d_c_tangiers_color = { set_color_from_title = title:c_tangiers } + title:d_c_tao_color = { set_color_from_title = title:c_tao } + title:d_c_tapsa_color = { set_color_from_title = title:c_tapsa } + title:d_c_tara_color = { set_color_from_title = title:c_tara } + title:d_c_taradavadi_color = { set_color_from_title = title:c_taradavadi } + title:d_c_taraz_color = { set_color_from_title = title:c_taraz } + title:d_c_targu_jiu_color = { set_color_from_title = title:c_targu_jiu } + title:d_c_targyl_color = { set_color_from_title = title:c_targyl } + title:d_c_tarnowska_color = { set_color_from_title = title:c_tarnowska } + title:d_c_tarragona_color = { set_color_from_title = title:c_tarragona } + title:d_c_tarsos_color = { set_color_from_title = title:c_tarsos } + title:d_c_tartas_SIB_color = { set_color_from_title = title:c_tartas_SIB } + title:d_c_tarvagatai_color = { set_color_from_title = title:c_tarvagatai } + title:d_c_taskyl_color = { set_color_from_title = title:c_taskyl } + title:d_c_tavan_bogd_color = { set_color_from_title = title:c_tavan_bogd } + title:d_c_tavasts_color = { set_color_from_title = title:c_tavasts } + title:d_c_tawang_color = { set_color_from_title = title:c_tawang } + title:d_c_tayma_color = { set_color_from_title = title:c_tayma } + title:d_c_taza_color = { set_color_from_title = title:c_taza } + title:d_c_tbilisi_color = { set_color_from_title = title:c_tbilisi } + title:d_c_tecklenburg_color = { set_color_from_title = title:c_tecklenburg } + title:d_c_teke_color = { set_color_from_title = title:c_teke } + title:d_c_telemark_color = { set_color_from_title = title:c_telemark } + title:d_c_temes_color = { set_color_from_title = title:c_temes } + title:d_c_temne_color = { set_color_from_title = title:c_temne } + title:d_c_tenggeli_color = { set_color_from_title = title:c_tenggeli } + title:d_c_teniz_color = { set_color_from_title = title:c_teniz } + title:d_c_ter_color = { set_color_from_title = title:c_ter } + title:d_c_teramo_color = { set_color_from_title = title:c_teramo } + title:d_c_terebovl_color = { set_color_from_title = title:c_terebovl } + title:d_c_terek_pass_color = { set_color_from_title = title:c_terek_pass } + title:d_c_terekli_color = { set_color_from_title = title:c_terekli } + title:d_c_terektai_color = { set_color_from_title = title:c_terektai } + title:d_c_teruel_color = { set_color_from_title = title:c_teruel } + title:d_c_tesiin_gol_color = { set_color_from_title = title:c_tesiin_gol } + title:d_c_tessalit_color = { set_color_from_title = title:c_tessalit } + title:d_c_teviotdale_color = { set_color_from_title = title:c_teviotdale } + title:d_c_tewo_color = { set_color_from_title = title:c_tewo } + title:d_c_tezu_color = { set_color_from_title = title:c_tezu } + title:d_c_thabeik_taung_color = { set_color_from_title = title:c_thabeik_taung } + title:d_c_thalabiya_color = { set_color_from_title = title:c_thalabiya } + title:d_c_thaldat_color = { set_color_from_title = title:c_thaldat } + title:d_c_thalner_color = { set_color_from_title = title:c_thalner } + title:d_c_thaton_color = { set_color_from_title = title:c_thaton } + title:d_c_theodosiopolis_color = { set_color_from_title = title:c_theodosiopolis } + title:d_c_thessalia_color = { set_color_from_title = title:c_thessalia } + title:d_c_thessaliotis_color = { set_color_from_title = title:c_thessaliotis } + title:d_c_thessalonika_color = { set_color_from_title = title:c_thessalonika } + title:d_c_thiers_color = { set_color_from_title = title:c_thiers } + title:d_c_thomond_color = { set_color_from_title = title:c_thomond } + title:d_c_thouars_color = { set_color_from_title = title:c_thouars } + title:d_c_thyatira_color = { set_color_from_title = title:c_thyatira } + title:d_c_tib_color = { set_color_from_title = title:c_tib } + title:d_c_tiberias_color = { set_color_from_title = title:c_tiberias } + title:d_c_tibesti_color = { set_color_from_title = title:c_tibesti } + title:d_c_tichitt_color = { set_color_from_title = title:c_tichitt } + title:d_c_tigheci_color = { set_color_from_title = title:c_tigheci } + title:d_c_tigre_color = { set_color_from_title = title:c_tigre } + title:d_c_tihama_color = { set_color_from_title = title:c_tihama } + title:d_c_tihamat-al-yamani_color = { set_color_from_title = title:c_tihamat-al-yamani } + title:d_c_tikhvin_color = { set_color_from_title = title:c_tikhvin } + title:d_c_timbi_color = { set_color_from_title = title:c_timbi } + title:d_c_tindouf_color = { set_color_from_title = title:c_tindouf } + title:d_c_tinmallal_color = { set_color_from_title = title:c_tinmallal } + title:d_c_tirakka_color = { set_color_from_title = title:c_tirakka } + title:d_c_tiris_color = { set_color_from_title = title:c_tiris } + title:d_c_tiruvannamalai_color = { set_color_from_title = title:c_tiruvannamalai } + title:d_c_tivoli_color = { set_color_from_title = title:c_tivoli } + title:d_c_tlemcen_color = { set_color_from_title = title:c_tlemcen } + title:d_c_tmutarakan_color = { set_color_from_title = title:c_tmutarakan } + title:d_c_tobol_color = { set_color_from_title = title:c_tobol } + title:d_c_tobruk_color = { set_color_from_title = title:c_tobruk } + title:d_c_todo_color = { set_color_from_title = title:c_todo } + title:d_c_tokumbay_color = { set_color_from_title = title:c_tokumbay } + title:d_c_toledo_color = { set_color_from_title = title:c_toledo } + title:d_c_tolna_color = { set_color_from_title = title:c_tolna } + title:d_c_toma_color = { set_color_from_title = title:c_toma } + title:d_c_tomorbulag_color = { set_color_from_title = title:c_tomorbulag } + title:d_c_tomsk_color = { set_color_from_title = title:c_tomsk } + title:d_c_tonnerrois_color = { set_color_from_title = title:c_tonnerrois } + title:d_c_torangy_kul_color = { set_color_from_title = title:c_torangy_kul } + title:d_c_torda_color = { set_color_from_title = title:c_torda } + title:d_c_torema_color = { set_color_from_title = title:c_torema } + title:d_c_torne_color = { set_color_from_title = title:c_torne } + title:d_c_toro_color = { set_color_from_title = title:c_toro } + title:d_c_toropets_color = { set_color_from_title = title:c_toropets } + title:d_c_tortoli_color = { set_color_from_title = title:c_tortoli } + title:d_c_tortona_color = { set_color_from_title = title:c_tortona } + title:d_c_torun_color = { set_color_from_title = title:c_torun } + title:d_c_totma_color = { set_color_from_title = title:c_totma } + title:d_c_touat_color = { set_color_from_title = title:c_touat } + title:d_c_toulouse_color = { set_color_from_title = title:c_toulouse } + title:d_c_toungoo_color = { set_color_from_title = title:c_toungoo } + title:d_c_tourraine_color = { set_color_from_title = title:c_tourraine } + title:d_c_tovkhon_color = { set_color_from_title = title:c_tovkhon } + title:d_c_trakai_color = { set_color_from_title = title:c_trakai } + title:d_c_trandam_color = { set_color_from_title = title:c_trandam } + title:d_c_trandheim_color = { set_color_from_title = title:c_trandheim } + title:d_c_travunia_color = { set_color_from_title = title:c_travunia } + title:d_c_trebizond_color = { set_color_from_title = title:c_trebizond } + title:d_c_trenscen_color = { set_color_from_title = title:c_trenscen } + title:d_c_trent_color = { set_color_from_title = title:c_trent } + title:d_c_treviso_color = { set_color_from_title = title:c_treviso } + title:d_c_tribandapura_color = { set_color_from_title = title:c_tribandapura } + title:d_c_trier_color = { set_color_from_title = title:c_trier } + title:d_c_trigarta_color = { set_color_from_title = title:c_trigarta } + title:d_c_trikuta_color = { set_color_from_title = title:c_trikuta } + title:d_c_trincomalee_color = { set_color_from_title = title:c_trincomalee } + title:d_c_tripoli_color = { set_color_from_title = title:c_tripoli } + title:d_c_tripolitana_color = { set_color_from_title = title:c_tripolitana } + title:d_c_tripuri_color = { set_color_from_title = title:c_tripuri } + title:d_c_trongsa_color = { set_color_from_title = title:c_trongsa } + title:d_c_tropaeum_color = { set_color_from_title = title:c_tropaeum } + title:d_c_troyes_color = { set_color_from_title = title:c_troyes } + title:d_c_tsambagarau_color = { set_color_from_title = title:c_tsambagarau } + title:d_c_tsaparang_color = { set_color_from_title = title:c_tsaparang } + title:d_c_tseel_color = { set_color_from_title = title:c_tseel } + title:d_c_tselym_dalyn_color = { set_color_from_title = title:c_tselym_dalyn } + title:d_c_tudela_color = { set_color_from_title = title:c_tudela } + title:d_c_tudgha_color = { set_color_from_title = title:c_tudgha } + title:d_c_tui_color = { set_color_from_title = title:c_tui } + title:d_c_tula_color = { set_color_from_title = title:c_tula } + title:d_c_tuluchezeva_color = { set_color_from_title = title:c_tuluchezeva } + title:d_c_tulun_color = { set_color_from_title = title:c_tulun } + title:d_c_tumak_color = { set_color_from_title = title:c_tumak } + title:d_c_tumar_color = { set_color_from_title = title:c_tumar } + title:d_c_tummana_color = { set_color_from_title = title:c_tummana } + title:d_c_tun_color = { set_color_from_title = title:c_tun } + title:d_c_tunis_color = { set_color_from_title = title:c_tunis } + title:d_c_tunka_color = { set_color_from_title = title:c_tunka } + title:d_c_turan_color = { set_color_from_title = title:c_turan } + title:d_c_turgay_color = { set_color_from_title = title:c_turgay } + title:d_c_turin_color = { set_color_from_title = title:c_turin } + title:d_c_turnovo_color = { set_color_from_title = title:c_turnovo } + title:d_c_turov_color = { set_color_from_title = title:c_turov } + title:d_c_turpan_color = { set_color_from_title = title:c_turpan } + title:d_c_turuberan_color = { set_color_from_title = title:c_turuberan } + title:d_c_tus_color = { set_color_from_title = title:c_tus } + title:d_c_tustar_color = { set_color_from_title = title:c_tustar } + title:d_c_tuulain_color = { set_color_from_title = title:c_tuulain } + title:d_c_tver_color = { set_color_from_title = title:c_tver } + title:d_c_tyendugu_color = { set_color_from_title = title:c_tyendugu } + title:d_c_tyumen_color = { set_color_from_title = title:c_tyumen } + title:d_c_tzani_color = { set_color_from_title = title:c_tzani } + title:d_c_ubins_color = { set_color_from_title = title:c_ubins } + title:d_c_ubmejeiednuo_color = { set_color_from_title = title:c_ubmejeiednuo } + title:d_c_ubulla_color = { set_color_from_title = title:c_ubulla } + title:d_c_uch_color = { set_color_from_title = title:c_uch } + title:d_c_uchangidurga_color = { set_color_from_title = title:c_uchangidurga } + title:d_c_uchkul_color = { set_color_from_title = title:c_uchkul } + title:d_c_udabhanda_color = { set_color_from_title = title:c_udabhanda } + title:d_c_ufa_color = { set_color_from_title = title:c_ufa } + title:d_c_uiska_color = { set_color_from_title = title:c_uiska } + title:d_c_ujjayini_color = { set_color_from_title = title:c_ujjayini } + title:d_c_ulaanbaatar_color = { set_color_from_title = title:c_ulaanbaatar } + title:d_c_ulaangom_color = { set_color_from_title = title:c_ulaangom } + title:d_c_ulam_color = { set_color_from_title = title:c_ulam } + title:d_c_ulan_chuzir_color = { set_color_from_title = title:c_ulan_chuzir } + title:d_c_ulan_ude_color = { set_color_from_title = title:c_ulan_ude } + title:d_c_ulantaiga_color = { set_color_from_title = title:c_ulantaiga } + title:d_c_uliastai_color = { set_color_from_title = title:c_uliastai } + title:d_c_uliuty_color = { set_color_from_title = title:c_uliuty } + title:d_c_ulm_color = { set_color_from_title = title:c_ulm } + title:d_c_ulster_color = { set_color_from_title = title:c_ulster } + title:d_c_ulu_jitanjik_color = { set_color_from_title = title:c_ulu_jitanjik } + title:d_c_ulytau_color = { set_color_from_title = title:c_ulytau } + title:d_c_uman_color = { set_color_from_title = title:c_uman } + title:d_c_umiai_color = { set_color_from_title = title:c_umiai } + title:d_c_ungvar_color = { set_color_from_title = title:c_ungvar } + title:d_c_upland_color = { set_color_from_title = title:c_upland } + title:d_c_upper_bono_color = { set_color_from_title = title:c_upper_bono } + title:d_c_upper_ghur_color = { set_color_from_title = title:c_upper_ghur } + title:d_c_upper_gurma_color = { set_color_from_title = title:c_upper_gurma } + title:d_c_upper_khabur_color = { set_color_from_title = title:c_upper_khabur } + title:d_c_uqayr_color = { set_color_from_title = title:c_uqayr } + title:d_c_uraiyur_color = { set_color_from_title = title:c_uraiyur } + title:d_c_ural_color = { set_color_from_title = title:c_ural } + title:d_c_uraltau_color = { set_color_from_title = title:c_uraltau } + title:d_c_urbino_color = { set_color_from_title = title:c_urbino } + title:d_c_urgamal_color = { set_color_from_title = title:c_urgamal } + title:d_c_urgell_color = { set_color_from_title = title:c_urgell } + title:d_c_urgun_color = { set_color_from_title = title:c_urgun } + title:d_c_urmiya_color = { set_color_from_title = title:c_urmiya } + title:d_c_uses_color = { set_color_from_title = title:c_uses } + title:d_c_ushara_color = { set_color_from_title = title:c_ushara } + title:d_c_ushmun_color = { set_color_from_title = title:c_ushmun } + title:d_c_ushytsia_color = { set_color_from_title = title:c_ushytsia } + title:d_c_usora_color = { set_color_from_title = title:c_usora } + title:d_c_ustyug_color = { set_color_from_title = title:c_ustyug } + title:d_c_ustyurt_color = { set_color_from_title = title:c_ustyurt } + title:d_c_uul_chors_color = { set_color_from_title = title:c_uul_chors } + title:d_c_uulynkhol_color = { set_color_from_title = title:c_uulynkhol } + title:d_c_uvs_nuur_color = { set_color_from_title = title:c_uvs_nuur } + title:d_c_uwal_color = { set_color_from_title = title:c_uwal } + title:d_c_uzboy_color = { set_color_from_title = title:c_uzboy } + title:d_c_uzen_color = { set_color_from_title = title:c_uzen } + title:d_c_uzgend_KARA_color = { set_color_from_title = title:c_uzgend_KARA } + title:d_c_vadodara_color = { set_color_from_title = title:c_vadodara } + title:d_c_vaihingen_color = { set_color_from_title = title:c_vaihingen } + title:d_c_vaijayanti_color = { set_color_from_title = title:c_vaijayanti } + title:d_c_vairagara_color = { set_color_from_title = title:c_vairagara } + title:d_c_vairata_color = { set_color_from_title = title:c_vairata } + title:d_c_vaisali_color = { set_color_from_title = title:c_vaisali } + title:d_c_valabhi_color = { set_color_from_title = title:c_valabhi } + title:d_c_valdai_color = { set_color_from_title = title:c_valdai } + title:d_c_valencia_color = { set_color_from_title = title:c_valencia } + title:d_c_valentinois_color = { set_color_from_title = title:c_valentinois } + title:d_c_valladolid_color = { set_color_from_title = title:c_valladolid } + title:d_c_valois_color = { set_color_from_title = title:c_valois } + title:d_c_vanemane_color = { set_color_from_title = title:c_vanemane } + title:d_c_vannes_color = { set_color_from_title = title:c_vannes } + title:d_c_varanasi_color = { set_color_from_title = title:c_varanasi } + title:d_c_vardhamana_color = { set_color_from_title = title:c_vardhamana } + title:d_c_varend_color = { set_color_from_title = title:c_varend } + title:d_c_vargashi_color = { set_color_from_title = title:c_vargashi } + title:d_c_varmland_color = { set_color_from_title = title:c_varmland } + title:d_c_vas_color = { set_color_from_title = title:c_vas } + title:d_c_vaspurakan_color = { set_color_from_title = title:c_vaspurakan } + title:d_c_vastergotland_color = { set_color_from_title = title:c_vastergotland } + title:d_c_vastmanland_color = { set_color_from_title = title:c_vastmanland } + title:d_c_vastvag_color = { set_color_from_title = title:c_vastvag } + title:d_c_vasyugan_color = { set_color_from_title = title:c_vasyugan } + title:d_c_vatapi_color = { set_color_from_title = title:c_vatapi } + title:d_c_vatsagulma_color = { set_color_from_title = title:c_vatsagulma } + title:d_c_vaucouleurs_color = { set_color_from_title = title:c_vaucouleurs } + title:d_c_vecchio_color = { set_color_from_title = title:c_vecchio } + title:d_c_velay_color = { set_color_from_title = title:c_velay } + title:d_c_velbazhd_color = { set_color_from_title = title:c_velbazhd } + title:d_c_velsk_color = { set_color_from_title = title:c_velsk } + title:d_c_venadu_color = { set_color_from_title = title:c_venadu } + title:d_c_venaissin_color = { set_color_from_title = title:c_venaissin } + title:d_c_vendome_color = { set_color_from_title = title:c_vendome } + title:d_c_veneto_color = { set_color_from_title = title:c_veneto } + title:d_c_venezia_color = { set_color_from_title = title:c_venezia } + title:d_c_vengipura_color = { set_color_from_title = title:c_vengipura } + title:d_c_veria_color = { set_color_from_title = title:c_veria } + title:d_c_vermandois_color = { set_color_from_title = title:c_vermandois } + title:d_c_verona_color = { set_color_from_title = title:c_verona } + title:d_c_vestfold_color = { set_color_from_title = title:c_vestfold } + title:d_c_vestisland_color = { set_color_from_title = title:c_vestisland } + title:d_c_veszprem_color = { set_color_from_title = title:c_veszprem } + title:d_c_vhrbosna_color = { set_color_from_title = title:c_vhrbosna } + title:d_c_viborg_color = { set_color_from_title = title:c_viborg } + title:d_c_vidin_color = { set_color_from_title = title:c_vidin } + title:d_c_vidisa_color = { set_color_from_title = title:c_vidisa } + title:d_c_vidzeme_color = { set_color_from_title = title:c_vidzeme } + title:d_c_viena_color = { set_color_from_title = title:c_viena } + title:d_c_vienna_color = { set_color_from_title = title:c_vienna } + title:d_c_viennois_color = { set_color_from_title = title:c_viennois } + title:d_c_viipuri_color = { set_color_from_title = title:c_viipuri } + title:d_c_vijayapura_color = { set_color_from_title = title:c_vijayapura } + title:d_c_vijnot_color = { set_color_from_title = title:c_vijnot } + title:d_c_vikramapura_color = { set_color_from_title = title:c_vikramapura } + title:d_c_villach_color = { set_color_from_title = title:c_villach } + title:d_c_vingulmork_color = { set_color_from_title = title:c_vingulmork } + title:d_c_viraja_color = { set_color_from_title = title:c_viraja } + title:d_c_viscaya_color = { set_color_from_title = title:c_viscaya } + title:d_c_viseu_color = { set_color_from_title = title:c_viseu } + title:d_c_vitebsk_color = { set_color_from_title = title:c_vitebsk } + title:d_c_viterbo_color = { set_color_from_title = title:c_viterbo } + title:d_c_vitim_color = { set_color_from_title = title:c_vitim } + title:d_c_viviers_color = { set_color_from_title = title:c_viviers } + title:d_c_vizagipatam_color = { set_color_from_title = title:c_vizagipatam } + title:d_c_vladimir_color = { set_color_from_title = title:c_vladimir } + title:d_c_vodamayutja_color = { set_color_from_title = title:c_vodamayutja } + title:d_c_vodi_color = { set_color_from_title = title:c_vodi } + title:d_c_vodica_color = { set_color_from_title = title:c_vodica } + title:d_c_vogtland_color = { set_color_from_title = title:c_vogtland } + title:d_c_voin_color = { set_color_from_title = title:c_voin } + title:d_c_volkovysk_color = { set_color_from_title = title:c_volkovysk } + title:d_c_volodymyr_color = { set_color_from_title = title:c_volodymyr } + title:d_c_vologda_color = { set_color_from_title = title:c_vologda } + title:d_c_vorbasse_color = { set_color_from_title = title:c_vorbasse } + title:d_c_voronezh_color = { set_color_from_title = title:c_voronezh } + title:d_c_votkinsk_color = { set_color_from_title = title:c_votkinsk } + title:d_c_vratsa_color = { set_color_from_title = title:c_vratsa } + title:d_c_vrbas_color = { set_color_from_title = title:c_vrbas } + title:d_c_vukovar_color = { set_color_from_title = title:c_vukovar } + title:d_c_vyangi_color = { set_color_from_title = title:c_vyangi } + title:d_c_wa_color = { set_color_from_title = title:c_wa } + title:d_c_wabar_color = { set_color_from_title = title:c_wabar } + title:d_c_wadai_color = { set_color_from_title = title:c_wadai } + title:d_c_wadan_color = { set_color_from_title = title:c_wadan } + title:d_c_waddan_color = { set_color_from_title = title:c_waddan } + title:d_c_wadi_amur_color = { set_color_from_title = title:c_wadi_amur } + title:d_c_wadi_el-milk_color = { set_color_from_title = title:c_wadi_el-milk } + title:d_c_wagadugu_color = { set_color_from_title = title:c_wagadugu } + title:d_c_waj_color = { set_color_from_title = title:c_waj } + title:d_c_wajda_color = { set_color_from_title = title:c_wajda } + title:d_c_wajh_color = { set_color_from_title = title:c_wajh } + title:d_c_wakhan_color = { set_color_from_title = title:c_wakhan } + title:d_c_wakhsh_color = { set_color_from_title = title:c_wakhsh } + title:d_c_walata_color = { set_color_from_title = title:c_walata } + title:d_c_waldeck_color = { set_color_from_title = title:c_waldeck } + title:d_c_wandala_color = { set_color_from_title = title:c_wandala } + title:d_c_waqisa_color = { set_color_from_title = title:c_waqisa } + title:d_c_wargla_color = { set_color_from_title = title:c_wargla } + title:d_c_warwickshire_color = { set_color_from_title = title:c_warwickshire } + title:d_c_wasit_color = { set_color_from_title = title:c_wasit } + title:d_c_wassa_color = { set_color_from_title = title:c_wassa } + title:d_c_welamo_color = { set_color_from_title = title:c_welamo } + title:d_c_wellega_color = { set_color_from_title = title:c_wellega } + title:d_c_wentugaole_color = { set_color_from_title = title:c_wentugaole } + title:d_c_wenyon_color = { set_color_from_title = title:c_wenyon } + title:d_c_werle_color = { set_color_from_title = title:c_werle } + title:d_c_west-tokharestan_color = { set_color_from_title = title:c_west-tokharestan } + title:d_c_west_kordofan_color = { set_color_from_title = title:c_west_kordofan } + title:d_c_west_qamuda_color = { set_color_from_title = title:c_west_qamuda } + title:d_c_west_riding_color = { set_color_from_title = title:c_west_riding } + title:d_c_western_tannu_color = { set_color_from_title = title:c_western_tannu } + title:d_c_westfriesland_color = { set_color_from_title = title:c_westfriesland } + title:d_c_westmorland_color = { set_color_from_title = title:c_westmorland } + title:d_c_wiek_color = { set_color_from_title = title:c_wiek } + title:d_c_wielunska_color = { set_color_from_title = title:c_wielunska } + title:d_c_wiltberg_color = { set_color_from_title = title:c_wiltberg } + title:d_c_wiltshire_color = { set_color_from_title = title:c_wiltshire } + title:d_c_wittenberg_color = { set_color_from_title = title:c_wittenberg } + title:d_c_wolgast_color = { set_color_from_title = title:c_wolgast } + title:d_c_wolkenstein_color = { set_color_from_title = title:c_wolkenstein } + title:d_c_wolpe_color = { set_color_from_title = title:c_wolpe } + title:d_c_wolqayt_color = { set_color_from_title = title:c_wolqayt } + title:d_c_worcestershire_color = { set_color_from_title = title:c_worcestershire } + title:d_c_wormditt_color = { set_color_from_title = title:c_wormditt } + title:d_c_worodugu_color = { set_color_from_title = title:c_worodugu } + title:d_c_wschowska_color = { set_color_from_title = title:c_wschowska } + title:d_c_wuda_color = { set_color_from_title = title:c_wuda } + title:d_c_wuli_color = { set_color_from_title = title:c_wuli } + title:d_c_wuluhai_color = { set_color_from_title = title:c_wuluhai } + title:d_c_wurttemberg_color = { set_color_from_title = title:c_wurttemberg } + title:d_c_wurzburg_color = { set_color_from_title = title:c_wurzburg } + title:d_c_xainza_color = { set_color_from_title = title:c_xainza } + title:d_c_xaitongmoin_color = { set_color_from_title = title:c_xaitongmoin } + title:d_c_xigaze_color = { set_color_from_title = title:c_xigaze } + title:d_c_xigortang_color = { set_color_from_title = title:c_xigortang } + title:d_c_xingqing_color = { set_color_from_title = title:c_xingqing } + title:d_c_xining_color = { set_color_from_title = title:c_xining } + title:d_c_yabrin_color = { set_color_from_title = title:c_yabrin } + title:d_c_yagba_color = { set_color_from_title = title:c_yagba } + title:d_c_yaitsk_color = { set_color_from_title = title:c_yaitsk } + title:d_c_yalala_color = { set_color_from_title = title:c_yalala } + title:d_c_yalong_color = { set_color_from_title = title:c_yalong } + title:d_c_yamama_color = { set_color_from_title = title:c_yamama } + title:d_c_yamethin_color = { set_color_from_title = title:c_yamethin } + title:d_c_yanbu_color = { set_color_from_title = title:c_yanbu } + title:d_c_yangikent_color = { set_color_from_title = title:c_yangikent } + title:d_c_yangjibaliq_color = { set_color_from_title = title:c_yangjibaliq } + title:d_c_yangwarok_color = { set_color_from_title = title:c_yangwarok } + title:d_c_yanokul_color = { set_color_from_title = title:c_yanokul } + title:d_c_yar-calli_color = { set_color_from_title = title:c_yar-calli } + title:d_c_yarkand_color = { set_color_from_title = title:c_yarkand } + title:d_c_yaroslavl_color = { set_color_from_title = title:c_yaroslavl } + title:d_c_yasin_color = { set_color_from_title = title:c_yasin } + title:d_c_yatenga_color = { set_color_from_title = title:c_yatenga } + title:d_c_yatvyagi_color = { set_color_from_title = title:c_yatvyagi } + title:d_c_yau_color = { set_color_from_title = title:c_yau } + title:d_c_yauri_color = { set_color_from_title = title:c_yauri } + title:d_c_yazd_color = { set_color_from_title = title:c_yazd } + title:d_c_yekaterinburg_color = { set_color_from_title = title:c_yekaterinburg } + title:d_c_yelimane_color = { set_color_from_title = title:c_yelimane } + title:d_c_yenisei_color = { set_color_from_title = title:c_yenisei } + title:d_c_yenshipin_color = { set_color_from_title = title:c_yenshipin } + title:d_c_yera_color = { set_color_from_title = title:c_yera } + title:d_c_yijinai_color = { set_color_from_title = title:c_yijinai } + title:d_c_yongdeng_color = { set_color_from_title = title:c_yongdeng } + title:d_c_yoshkar-ola_color = { set_color_from_title = title:c_yoshkar-ola } + title:d_c_yperen_color = { set_color_from_title = title:c_yperen } + title:d_c_yumen_color = { set_color_from_title = title:c_yumen } + title:d_c_yumenguan_color = { set_color_from_title = title:c_yumenguan } + title:d_c_zabid_color = { set_color_from_title = title:c_zabid } + title:d_c_zabulistan_color = { set_color_from_title = title:c_zabulistan } + title:d_c_zachlumia_color = { set_color_from_title = title:c_zachlumia } + title:d_c_zadar_color = { set_color_from_title = title:c_zadar } + title:d_c_zadoi_color = { set_color_from_title = title:c_zadoi } + title:d_c_zagorje_color = { set_color_from_title = title:c_zagorje } + title:d_c_zagreb_color = { set_color_from_title = title:c_zagreb } + title:d_c_zagros_mediae_color = { set_color_from_title = title:c_zagros_mediae } + title:d_c_zaila_color = { set_color_from_title = title:c_zaila } + title:d_c_zakroczymska_color = { set_color_from_title = title:c_zakroczymska } + title:d_c_zamindawar_color = { set_color_from_title = title:c_zamindawar } + title:d_c_zamm_color = { set_color_from_title = title:c_zamm } + title:d_c_zammour_color = { set_color_from_title = title:c_zammour } + title:d_c_zamora_color = { set_color_from_title = title:c_zamora } + title:d_c_zanjan_color = { set_color_from_title = title:c_zanjan } + title:d_c_zarafshan_color = { set_color_from_title = title:c_zarafshan } + title:d_c_zaragoza_color = { set_color_from_title = title:c_zaragoza } + title:d_c_zarand_color = { set_color_from_title = title:c_zarand } + title:d_c_zaranj_color = { set_color_from_title = title:c_zaranj } + title:d_c_zaria_color = { set_color_from_title = title:c_zaria } + title:d_c_zarma_color = { set_color_from_title = title:c_zarma } + title:d_c_zarman_color = { set_color_from_title = title:c_zarman } + title:d_c_zaslavl_color = { set_color_from_title = title:c_zaslavl } + title:d_c_zatec_color = { set_color_from_title = title:c_zatec } + title:d_c_zavrsje_color = { set_color_from_title = title:c_zavrsje } + title:d_c_zawila_color = { set_color_from_title = title:c_zawila } + title:d_c_zeeland_color = { set_color_from_title = title:c_zeeland } + title:d_c_zekog_color = { set_color_from_title = title:c_zekog } + title:d_c_zela_color = { set_color_from_title = title:c_zela } + title:d_c_zelengora_color = { set_color_from_title = title:c_zelengora } + title:d_c_zemigalians_color = { set_color_from_title = title:c_zemigalians } + title:d_c_zemplen_color = { set_color_from_title = title:c_zemplen } + title:d_c_zetang_color = { set_color_from_title = title:c_zetang } + title:d_c_zhagyab_color = { set_color_from_title = title:c_zhagyab } + title:d_c_zhenfan_color = { set_color_from_title = title:c_zhenfan } + title:d_c_zherkovo_color = { set_color_from_title = title:c_zherkovo } + title:d_c_zhidoi_color = { set_color_from_title = title:c_zhidoi } + title:d_c_zhongba_color = { set_color_from_title = title:c_zhongba } + title:d_c_zhytomyr_color = { set_color_from_title = title:c_zhytomyr } + title:d_c_zichia_color = { set_color_from_title = title:c_zichia } + title:d_c_zirkuh_color = { set_color_from_title = title:c_zirkuh } + title:d_c_ziz_color = { set_color_from_title = title:c_ziz } + title:d_c_zlatibor_color = { set_color_from_title = title:c_zlatibor } + title:d_c_znojmo_color = { set_color_from_title = title:c_znojmo } + title:d_c_zogang_color = { set_color_from_title = title:c_zogang } + title:d_c_zoige_color = { set_color_from_title = title:c_zoige } + title:d_c_zollern_color = { set_color_from_title = title:c_zollern } + title:d_c_zolyom_color = { set_color_from_title = title:c_zolyom } + title:d_c_zurich_color = { set_color_from_title = title:c_zurich } + title:d_c_zutphen_color = { set_color_from_title = title:c_zutphen } + title:d_c_zvyahel_color = { set_color_from_title = title:c_zvyahel } + title:d_d_aaninen_tribe_color = { set_color_from_title = title:d_aaninen_tribe } + title:d_d_aarjetje_color = { set_color_from_title = title:d_aarjetje } + title:d_d_abarshahr_color = { set_color_from_title = title:d_abarshahr } + title:d_d_abkhazia_color = { set_color_from_title = title:d_abkhazia } + title:d_d_acatiri_color = { set_color_from_title = title:d_acatiri } + title:d_d_achaia_color = { set_color_from_title = title:d_achaia } + title:d_d_adal_color = { set_color_from_title = title:d_adal } + title:d_d_adiabene_color = { set_color_from_title = title:d_adiabene } + title:d_d_adiukru_color = { set_color_from_title = title:d_adiukru } + title:d_d_adkaddakhe_color = { set_color_from_title = title:d_adkaddakhe } + title:d_d_adogit_color = { set_color_from_title = title:d_adogit } + title:d_d_adrar_color = { set_color_from_title = title:d_adrar } + title:d_d_aegean_islands_color = { set_color_from_title = title:d_aegean_islands } + title:d_d_aethelrugi_color = { set_color_from_title = title:d_aethelrugi } + title:d_d_agadir_color = { set_color_from_title = title:d_agadir } + title:d_d_agder_color = { set_color_from_title = title:d_agder } + title:d_d_aileach_color = { set_color_from_title = title:d_aileach } + title:d_d_air_color = { set_color_from_title = title:d_air } + title:d_d_ait_ouriaghel_color = { set_color_from_title = title:d_ait_ouriaghel } + title:d_d_ajmer_color = { set_color_from_title = title:d_ajmer } + title:d_d_akara_dasarna_color = { set_color_from_title = title:d_akara_dasarna } + title:d_d_aksai_chin_color = { set_color_from_title = title:d_aksai_chin } + title:d_d_aksay_color = { set_color_from_title = title:d_aksay } + title:d_d_aksum_color = { set_color_from_title = title:d_aksum } + title:d_d_al-hasa_color = { set_color_from_title = title:d_al-hasa } + title:d_d_al-said_color = { set_color_from_title = title:d_al-said } + title:d_d_al-wahat_color = { set_color_from_title = title:d_al-wahat } + title:d_d_al_qays_color = { set_color_from_title = title:d_al_qays } + title:d_d_ala_tau_color = { set_color_from_title = title:d_ala_tau } + title:d_d_alakol_color = { set_color_from_title = title:d_alakol } + title:d_d_alania_color = { set_color_from_title = title:d_alania } + title:d_d_alans_color = { set_color_from_title = title:d_alans } + title:d_d_albany_color = { set_color_from_title = title:d_albany } + title:d_d_albis_color = { set_color_from_title = title:d_albis } + title:d_d_aleppo_color = { set_color_from_title = title:d_aleppo } + title:d_d_alexandria_color = { set_color_from_title = title:d_alexandria } + title:d_d_algarve_color = { set_color_from_title = title:d_algarve } + title:d_d_alger_color = { set_color_from_title = title:d_alger } + title:d_d_alpes_maritimae_color = { set_color_from_title = title:d_alpes_maritimae } + title:d_d_alpes_poeninae_color = { set_color_from_title = title:d_alpes_poeninae } + title:d_d_alsace_color = { set_color_from_title = title:d_alsace } + title:d_d_altay_color = { set_color_from_title = title:d_altay } + title:d_d_alwa_color = { set_color_from_title = title:d_alwa } + title:d_d_amalfi_color = { set_color_from_title = title:d_amalfi } + title:d_d_amdo_color = { set_color_from_title = title:d_amdo } + title:d_d_amela_color = { set_color_from_title = title:d_amela } + title:d_d_amman_color = { set_color_from_title = title:d_amman } + title:d_d_anartta_color = { set_color_from_title = title:d_anartta } + title:d_d_anatolia_color = { set_color_from_title = title:d_anatolia } + title:d_d_ancona_color = { set_color_from_title = title:d_ancona } + title:d_d_angara_color = { set_color_from_title = title:d_angara } + title:d_d_angloland_color = { set_color_from_title = title:d_angloland } + title:d_d_angria_color = { set_color_from_title = title:d_angria } + title:d_d_anhalt_color = { set_color_from_title = title:d_anhalt } + title:d_d_anjou_color = { set_color_from_title = title:d_anjou } + title:d_d_antae_color = { set_color_from_title = title:d_antae } + title:d_d_antioch_color = { set_color_from_title = title:d_antioch } + title:d_d_anupa_color = { set_color_from_title = title:d_anupa } + title:d_d_apostolic_church_color = { set_color_from_title = title:d_apostolic_church } + title:d_d_apostolic_church_color = { set_color_from_title = title:d_apostolic_church } + title:d_d_apulia_color = { set_color_from_title = title:d_apulia } + title:d_d_apullum_color = { set_color_from_title = title:d_apullum } + title:d_d_aqtobe_color = { set_color_from_title = title:d_aqtobe } + title:d_d_aquileia_church_color = { set_color_from_title = title:d_aquileia_church } + title:d_d_aquitaine_color = { set_color_from_title = title:d_aquitaine } + title:d_d_aquitanica_prima_color = { set_color_from_title = title:d_aquitanica_prima } + title:d_d_aquitanica_secunda_color = { set_color_from_title = title:d_aquitanica_secunda } + title:d_d_arabia_color = { set_color_from_title = title:d_arabia } + title:d_d_aragon_color = { set_color_from_title = title:d_aragon } + title:d_d_arakan_color = { set_color_from_title = title:d_arakan } + title:d_d_aral_il_color = { set_color_from_title = title:d_aral_il } + title:d_d_arbayistan_color = { set_color_from_title = title:d_arbayistan } + title:d_d_arcadia_color = { set_color_from_title = title:d_arcadia } + title:d_d_arian_color = { set_color_from_title = title:d_arian } + title:d_d_arkhangai_color = { set_color_from_title = title:d_arkhangai } + title:d_d_armagnac_color = { set_color_from_title = title:d_armagnac } + title:d_d_armenia_prima_color = { set_color_from_title = title:d_armenia_prima } + title:d_d_armenia_secunda_color = { set_color_from_title = title:d_armenia_secunda } + title:d_d_armeniac_color = { set_color_from_title = title:d_armeniac } + title:d_d_arochi_color = { set_color_from_title = title:d_arochi } + title:d_d_ashanti_color = { set_color_from_title = title:d_ashanti } + title:d_d_ashokas_chosen_color = { set_color_from_title = title:d_ashokas_chosen } + title:d_d_asir_color = { set_color_from_title = title:d_asir } + title:d_d_asoristan_color = { set_color_from_title = title:d_asoristan } + title:d_d_astures_color = { set_color_from_title = title:d_astures } + title:d_d_asturias_color = { set_color_from_title = title:d_asturias } + title:d_d_asturicensis_color = { set_color_from_title = title:d_asturicensis } + title:d_d_athens_color = { set_color_from_title = title:d_athens } + title:d_d_atrebatia_color = { set_color_from_title = title:d_atrebatia } + title:d_d_atropatene_color = { set_color_from_title = title:d_atropatene } + title:d_d_atyrau_color = { set_color_from_title = title:d_atyrau } + title:d_d_augandzi_color = { set_color_from_title = title:d_augandzi } + title:d_d_augsburg_color = { set_color_from_title = title:d_augsburg } + title:d_d_augustamnica_color = { set_color_from_title = title:d_augustamnica } + title:d_d_austorani_color = { set_color_from_title = title:d_austorani } + title:d_d_auvergne_color = { set_color_from_title = title:d_auvergne } + title:d_d_availites_color = { set_color_from_title = title:d_availites } + title:d_d_avaricum_color = { set_color_from_title = title:d_avaricum } + title:d_d_avars_color = { set_color_from_title = title:d_avars } + title:d_d_awioniz_color = { set_color_from_title = title:d_awioniz } + title:d_d_azal_color = { set_color_from_title = title:d_azal } + title:d_d_azerbaijan_color = { set_color_from_title = title:d_azerbaijan } + title:d_d_azov_color = { set_color_from_title = title:d_azov } + title:d_d_bacs_color = { set_color_from_title = title:d_bacs } + title:d_d_badajoz_color = { set_color_from_title = title:d_badajoz } + title:d_d_badakhshan_color = { set_color_from_title = title:d_badakhshan } + title:d_d_bagaudae_color = { set_color_from_title = title:d_bagaudae } + title:d_d_baghdad_color = { set_color_from_title = title:d_baghdad } + title:d_d_baguirmi_color = { set_color_from_title = title:d_baguirmi } + title:d_d_bahrain_color = { set_color_from_title = title:d_bahrain } + title:d_d_baigaluuls_color = { set_color_from_title = title:d_baigaluuls } + title:d_d_bakr_color = { set_color_from_title = title:d_bakr } + title:d_d_balasagan_color = { set_color_from_title = title:d_balasagan } + title:d_d_bali_color = { set_color_from_title = title:d_bali } + title:d_d_balkh_color = { set_color_from_title = title:d_balkh } + title:d_d_balti_color = { set_color_from_title = title:d_balti } + title:d_d_baltiyul_color = { set_color_from_title = title:d_baltiyul } + title:d_d_bamberg_color = { set_color_from_title = title:d_bamberg } + title:d_d_bambuk_color = { set_color_from_title = title:d_bambuk } + title:d_d_baqlin_color = { set_color_from_title = title:d_baqlin } + title:d_d_baquates_color = { set_color_from_title = title:d_baquates } + title:d_d_bar_color = { set_color_from_title = title:d_bar } + title:d_d_baraba_steppe_color = { set_color_from_title = title:d_baraba_steppe } + title:d_d_barcelona_color = { set_color_from_title = title:d_barcelona } + title:d_d_bargujin_tukum_color = { set_color_from_title = title:d_bargujin_tukum } + title:d_d_baroia_color = { set_color_from_title = title:d_baroia } + title:d_d_barsils_color = { set_color_from_title = title:d_barsils } + title:d_d_barsuki_color = { set_color_from_title = title:d_barsuki } + title:d_d_bashkiria_color = { set_color_from_title = title:d_bashkiria } + title:d_d_basra_color = { set_color_from_title = title:d_basra } + title:d_d_bassa_color = { set_color_from_title = title:d_bassa } + title:d_d_batang_color = { set_color_from_title = title:d_batang } + title:d_d_bavaria_color = { set_color_from_title = title:d_bavaria } + title:d_d_bazin_color = { set_color_from_title = title:d_bazin } + title:d_d_bedford_color = { set_color_from_title = title:d_bedford } + title:d_d_beja_color = { set_color_from_title = title:d_beja } + title:d_d_bejaia_color = { set_color_from_title = title:d_bejaia } + title:d_d_bektashi_color = { set_color_from_title = title:d_bektashi } + title:d_d_belgica_prima_color = { set_color_from_title = title:d_belgica_prima } + title:d_d_belgica_secunda_color = { set_color_from_title = title:d_belgica_secunda } + title:d_d_belgrade_color = { set_color_from_title = title:d_belgrade } + title:d_d_benevento_color = { set_color_from_title = title:d_benevento } + title:d_d_benin_color = { set_color_from_title = title:d_benin } + title:d_d_bergslagen_color = { set_color_from_title = title:d_bergslagen } + title:d_d_berry_color = { set_color_from_title = title:d_berry } + title:d_d_beth_garami_color = { set_color_from_title = title:d_beth_garami } + title:d_d_betpa_color = { set_color_from_title = title:d_betpa } + title:d_d_bhakkar_color = { set_color_from_title = title:d_bhakkar } + title:d_d_biarmia_color = { set_color_from_title = title:d_biarmia } + title:d_d_bihar_color = { set_color_from_title = title:d_bihar } + title:d_d_binnaka_color = { set_color_from_title = title:d_binnaka } + title:d_d_bishop_of_iona_color = { set_color_from_title = title:d_bishop_of_iona } + title:d_d_bithynia_color = { set_color_from_title = title:d_bithynia } + title:d_d_bjarma_tribe_color = { set_color_from_title = title:d_bjarma_tribe } + title:d_d_blemmyes_color = { set_color_from_title = title:d_blemmyes } + title:d_d_bobo_color = { set_color_from_title = title:d_bobo } + title:d_d_bohemia_color = { set_color_from_title = title:d_bohemia } + title:d_d_borgu_color = { set_color_from_title = title:d_borgu } + title:d_d_bornu_color = { set_color_from_title = title:d_bornu } + title:d_d_bosna_color = { set_color_from_title = title:d_bosna } + title:d_d_bourbon_color = { set_color_from_title = title:d_bourbon } + title:d_d_boyul_color = { set_color_from_title = title:d_boyul } + title:d_d_brabant_color = { set_color_from_title = title:d_brabant } + title:d_d_bracarensis_color = { set_color_from_title = title:d_bracarensis } + title:d_d_brandenburg_color = { set_color_from_title = title:d_brandenburg } + title:d_d_brittany_color = { set_color_from_title = title:d_brittany } + title:d_d_broerec_color = { set_color_from_title = title:d_broerec } + title:d_d_brong_color = { set_color_from_title = title:d_brong } + title:d_d_brycheiniog_color = { set_color_from_title = title:d_brycheiniog } + title:d_d_bucellaria_color = { set_color_from_title = title:d_bucellaria } + title:d_d_bugeac_color = { set_color_from_title = title:d_bugeac } + title:d_d_bukhara_color = { set_color_from_title = title:d_bukhara } + title:d_d_bukovina_color = { set_color_from_title = title:d_bukovina } + title:d_d_bulgaria_color = { set_color_from_title = title:d_bulgaria } + title:d_d_bulgars_color = { set_color_from_title = title:d_bulgars } + title:d_d_bulgars_color = { set_color_from_title = title:d_bulgars } + title:d_d_bulls_rishabha_color = { set_color_from_title = title:d_bulls_rishabha } + title:d_d_bumthang_color = { set_color_from_title = title:d_bumthang } + title:d_d_burgundy_color = { set_color_from_title = title:d_burgundy } + title:d_d_byzacena_color = { set_color_from_title = title:d_byzacena } + title:d_d_caesaraugusta_color = { set_color_from_title = title:d_caesaraugusta } + title:d_d_caesariensis_color = { set_color_from_title = title:d_caesariensis } + title:d_d_cairo_color = { set_color_from_title = title:d_cairo } + title:d_d_cait_color = { set_color_from_title = title:d_cait } + title:d_d_calabria_color = { set_color_from_title = title:d_calabria } + title:d_d_campania_color = { set_color_from_title = title:d_campania } + title:d_d_canarias_color = { set_color_from_title = title:d_canarias } + title:d_d_cantabria_color = { set_color_from_title = title:d_cantabria } + title:d_d_canterbury_color = { set_color_from_title = title:d_canterbury } + title:d_d_cappadocia_color = { set_color_from_title = title:d_cappadocia } + title:d_d_capua_color = { set_color_from_title = title:d_capua } + title:d_d_carinthia_color = { set_color_from_title = title:d_carinthia } + title:d_d_carthago_color = { set_color_from_title = title:d_carthago } + title:d_d_carthago_inferior_color = { set_color_from_title = title:d_carthago_inferior } + title:d_d_carthago_superior_color = { set_color_from_title = title:d_carthago_superior } + title:d_d_castilla_color = { set_color_from_title = title:d_castilla } + title:d_d_catalonia_color = { set_color_from_title = title:d_catalonia } + title:d_d_caucasian_albania_color = { set_color_from_title = title:d_caucasian_albania } + title:d_d_caucasian_albania_color = { set_color_from_title = title:d_caucasian_albania } + title:d_d_cauriensis_color = { set_color_from_title = title:d_cauriensis } + title:d_d_ce_color = { set_color_from_title = title:d_ce } + title:d_d_celtiberia_color = { set_color_from_title = title:d_celtiberia } + title:d_d_celtica_color = { set_color_from_title = title:d_celtica } + title:d_d_cephalonia_color = { set_color_from_title = title:d_cephalonia } + title:d_d_chah_color = { set_color_from_title = title:d_chah } + title:d_d_chakla_color = { set_color_from_title = title:d_chakla } + title:d_d_chaldia_color = { set_color_from_title = title:d_chaldia } + title:d_d_champagne_color = { set_color_from_title = title:d_champagne } + title:d_d_charkliq_color = { set_color_from_title = title:d_charkliq } + title:d_d_charsianon_color = { set_color_from_title = title:d_charsianon } + title:d_d_chera_nadu_color = { set_color_from_title = title:d_chera_nadu } + title:d_d_chernigov_color = { set_color_from_title = title:d_chernigov } + title:d_d_cherven_cities_color = { set_color_from_title = title:d_cherven_cities } + title:d_d_chola_nadu_color = { set_color_from_title = title:d_chola_nadu } + title:d_d_chosen_perkunas_color = { set_color_from_title = title:d_chosen_perkunas } + title:d_d_chudia_color = { set_color_from_title = title:d_chudia } + title:d_d_chumi_color = { set_color_from_title = title:d_chumi } + title:d_d_chumukun_color = { set_color_from_title = title:d_chumukun } + title:d_d_chuna_valley_color = { set_color_from_title = title:d_chuna_valley } + title:d_d_chuvashia_color = { set_color_from_title = title:d_chuvashia } + title:d_d_chuyue_color = { set_color_from_title = title:d_chuyue } + title:d_d_cibyrrhaeot_color = { set_color_from_title = title:d_cibyrrhaeot } + title:d_d_cilicia_color = { set_color_from_title = title:d_cilicia } + title:d_d_ciscaucasia_color = { set_color_from_title = title:d_ciscaucasia } + title:d_d_citerior_color = { set_color_from_title = title:d_citerior } + title:d_d_coimbra_color = { set_color_from_title = title:d_coimbra } + title:d_d_colchis_color = { set_color_from_title = title:d_colchis } + title:d_d_connacht_color = { set_color_from_title = title:d_connacht } + title:d_d_constantinopolitan_prefect_color = { set_color_from_title = title:d_constantinopolitan_prefect } + title:d_d_conversos_color = { set_color_from_title = title:d_conversos } + title:d_d_conyi_color = { set_color_from_title = title:d_conyi } + title:d_d_coptic_papacy_color = { set_color_from_title = title:d_coptic_papacy } + title:d_d_cordoba_color = { set_color_from_title = title:d_cordoba } + title:d_d_cornwall_color = { set_color_from_title = title:d_cornwall } + title:d_d_corsica_color = { set_color_from_title = title:d_corsica } + title:d_d_courland_color = { set_color_from_title = title:d_courland } + title:d_d_courland_tribe_color = { set_color_from_title = title:d_courland_tribe } + title:d_d_crimea_color = { set_color_from_title = title:d_crimea } + title:d_d_croatia_color = { set_color_from_title = title:d_croatia } + title:d_d_currezia_color = { set_color_from_title = title:d_currezia } + title:d_d_cybelian_pagan_color = { set_color_from_title = title:d_cybelian_pagan } + title:d_d_cybelian_pagan_color = { set_color_from_title = title:d_cybelian_pagan } + title:d_d_cyprus_color = { set_color_from_title = title:d_cyprus } + title:d_d_cyrenaica_color = { set_color_from_title = title:d_cyrenaica } + title:d_d_dacia_color = { set_color_from_title = title:d_dacia } + title:d_d_dacia_ripensis_color = { set_color_from_title = title:d_dacia_ripensis } + title:d_d_dacia_transdanubia_color = { set_color_from_title = title:d_dacia_transdanubia } + title:d_d_dadhipadra_color = { set_color_from_title = title:d_dadhipadra } + title:d_d_dagomba_color = { set_color_from_title = title:d_dagomba } + title:d_d_dahala_color = { set_color_from_title = title:d_dahala } + title:d_d_dahlaks_color = { set_color_from_title = title:d_dahlaks } + title:d_d_dakhina_desa_color = { set_color_from_title = title:d_dakhina_desa } + title:d_d_daksina_kosala_color = { set_color_from_title = title:d_daksina_kosala } + title:d_d_dalir_color = { set_color_from_title = title:d_dalir } + title:d_d_dalmatia_color = { set_color_from_title = title:d_dalmatia } + title:d_d_damascus_color = { set_color_from_title = title:d_damascus } + title:d_d_damot_color = { set_color_from_title = title:d_damot } + title:d_d_danakil_color = { set_color_from_title = title:d_danakil } + title:d_d_dandakaranya_color = { set_color_from_title = title:d_dandakaranya } + title:d_d_danes_color = { set_color_from_title = title:d_danes } + title:d_d_danubia_prima_color = { set_color_from_title = title:d_danubia_prima } + title:d_d_danubia_quarta_color = { set_color_from_title = title:d_danubia_quarta } + title:d_d_danubia_secunda_color = { set_color_from_title = title:d_danubia_secunda } + title:d_d_danubia_tertia_color = { set_color_from_title = title:d_danubia_tertia } + title:d_d_dardania_color = { set_color_from_title = title:d_dardania } + title:d_d_darfur_color = { set_color_from_title = title:d_darfur } + title:d_d_dauphine_color = { set_color_from_title = title:d_dauphine } + title:d_d_dauria_color = { set_color_from_title = title:d_dauria } + title:d_d_dawaro_color = { set_color_from_title = title:d_dawaro } + title:d_d_daylam_color = { set_color_from_title = title:d_daylam } + title:d_d_deasmhumhain_color = { set_color_from_title = title:d_deasmhumhain } + title:d_d_dege_color = { set_color_from_title = title:d_dege } + title:d_d_deheubarth_color = { set_color_from_title = title:d_deheubarth } + title:d_d_delta_color = { set_color_from_title = title:d_delta } + title:d_d_dendi_color = { set_color_from_title = title:d_dendi } + title:d_d_devagiri_color = { set_color_from_title = title:d_devagiri } + title:d_d_dhofar_color = { set_color_from_title = title:d_dhofar } + title:d_d_diafunu_color = { set_color_from_title = title:d_diafunu } + title:d_d_diyarbakr_color = { set_color_from_title = title:d_diyarbakr } + title:d_d_diyarmudar_color = { set_color_from_title = title:d_diyarmudar } + title:d_d_diyarrabia_color = { set_color_from_title = title:d_diyarrabia } + title:d_d_djolof_color = { set_color_from_title = title:d_djolof } + title:d_d_dneipner_balts_color = { set_color_from_title = title:d_dneipner_balts } + title:d_d_dobrudja_color = { set_color_from_title = title:d_dobrudja } + title:d_d_domnonia_color = { set_color_from_title = title:d_domnonia } + title:d_d_don_valley_color = { set_color_from_title = title:d_don_valley } + title:d_d_donatism_color = { set_color_from_title = title:d_donatism } + title:d_d_donatism_color = { set_color_from_title = title:d_donatism } + title:d_d_dresden_color = { set_color_from_title = title:d_dresden } + title:d_d_duklja_color = { set_color_from_title = title:d_duklja } + title:d_d_duortnoseatnu_color = { set_color_from_title = title:d_duortnoseatnu } + title:d_d_durocotorum_color = { set_color_from_title = title:d_durocotorum } + title:d_d_dyrrachion_color = { set_color_from_title = title:d_dyrrachion } + title:d_d_dzayul_color = { set_color_from_title = title:d_dzayul } + title:d_d_fars_color = { set_color_from_title = title:d_fars } + title:d_d_ferghana_color = { set_color_from_title = title:d_ferghana } + title:d_d_fes_color = { set_color_from_title = title:d_fes } + title:d_d_fezzan_color = { set_color_from_title = title:d_fezzan } + title:d_d_finland_color = { set_color_from_title = title:d_finland } + title:d_d_flaminia_color = { set_color_from_title = title:d_flaminia } + title:d_d_flanders_color = { set_color_from_title = title:d_flanders } + title:d_d_followers_arjuna_color = { set_color_from_title = title:d_followers_arjuna } + title:d_d_fortriu_color = { set_color_from_title = title:d_fortriu } + title:d_d_fotla_color = { set_color_from_title = title:d_fotla } + title:d_d_frisia_color = { set_color_from_title = title:d_frisia } + title:d_d_friuli_color = { set_color_from_title = title:d_friuli } + title:d_d_futa_jalon_color = { set_color_from_title = title:d_futa_jalon } + title:d_d_gabes_color = { set_color_from_title = title:d_gabes } + title:d_d_gaditanus_color = { set_color_from_title = title:d_gaditanus } + title:d_d_gaetulia_color = { set_color_from_title = title:d_gaetulia } + title:d_d_gainlho_color = { set_color_from_title = title:d_gainlho } + title:d_d_galatia_color = { set_color_from_title = title:d_galatia } + title:d_d_galicia_color = { set_color_from_title = title:d_galicia } + title:d_d_gallia_color = { set_color_from_title = title:d_gallia } + title:d_d_gallia_viennensis_color = { set_color_from_title = title:d_gallia_viennensis } + title:d_d_galloway_color = { set_color_from_title = title:d_galloway } + title:d_d_gandhara_color = { set_color_from_title = title:d_gandhara } + title:d_d_gangavadi_color = { set_color_from_title = title:d_gangavadi } + title:d_d_ganzhou_color = { set_color_from_title = title:d_ganzhou } + title:d_d_garama_color = { set_color_from_title = title:d_garama } + title:d_d_gardman_color = { set_color_from_title = title:d_gardman } + title:d_d_gardman_color = { set_color_from_title = title:d_gardman } + title:d_d_gascogne_color = { set_color_from_title = title:d_gascogne } + title:d_d_gauda_color = { set_color_from_title = title:d_gauda } + title:d_d_gaul_prefect_color = { set_color_from_title = title:d_gaul_prefect } + title:d_d_gayomarthianism_color = { set_color_from_title = title:d_gayomarthianism } + title:d_d_gelre_color = { set_color_from_title = title:d_gelre } + title:d_d_genoa_color = { set_color_from_title = title:d_genoa } + title:d_d_georgia_color = { set_color_from_title = title:d_georgia } + title:d_d_georgian_orthodox_color = { set_color_from_title = title:d_georgian_orthodox } + title:d_d_georgian_orthodox_color = { set_color_from_title = title:d_georgian_orthodox } + title:d_d_germania_inferior_color = { set_color_from_title = title:d_germania_inferior } + title:d_d_germania_superior_color = { set_color_from_title = title:d_germania_superior } + title:d_d_germanii_color = { set_color_from_title = title:d_germanii } + title:d_d_ghadames_color = { set_color_from_title = title:d_ghadames } + title:d_d_ghat_color = { set_color_from_title = title:d_ghat } + title:d_d_ghifar_color = { set_color_from_title = title:d_ghifar } + title:d_d_ghomara_color = { set_color_from_title = title:d_ghomara } + title:d_d_ghur_color = { set_color_from_title = title:d_ghur } + title:d_d_giemajohka_color = { set_color_from_title = title:d_giemajohka } + title:d_d_gloucester_color = { set_color_from_title = title:d_gloucester } + title:d_d_gobi_altai_color = { set_color_from_title = title:d_gobi_altai } + title:d_d_gobir_color = { set_color_from_title = title:d_gobir } + title:d_d_gojjam_color = { set_color_from_title = title:d_gojjam } + title:d_d_golog_color = { set_color_from_title = title:d_golog } + title:d_d_gondar_color = { set_color_from_title = title:d_gondar } + title:d_d_gortyene_color = { set_color_from_title = title:d_gortyene } + title:d_d_gothic_church_color = { set_color_from_title = title:d_gothic_church } + title:d_d_gothic_church_color = { set_color_from_title = title:d_gothic_church } + title:d_d_goths_color = { set_color_from_title = title:d_goths } + title:d_d_gotland_color = { set_color_from_title = title:d_gotland } + title:d_d_granada_color = { set_color_from_title = title:d_granada } + title:d_d_granni_color = { set_color_from_title = title:d_granni } + title:d_d_greater_armenia_color = { set_color_from_title = title:d_greater_armenia } + title:d_d_grodno_color = { set_color_from_title = title:d_grodno } + title:d_d_groningen_color = { set_color_from_title = title:d_groningen } + title:d_d_guenet_color = { set_color_from_title = title:d_guenet } + title:d_d_guent_color = { set_color_from_title = title:d_guent } + title:d_d_gugark_color = { set_color_from_title = title:d_gugark } + title:d_d_gugark_color = { set_color_from_title = title:d_gugark } + title:d_d_guiyi_color = { set_color_from_title = title:d_guiyi } + title:d_d_guoldat_color = { set_color_from_title = title:d_guoldat } + title:d_d_gurbantunggut_color = { set_color_from_title = title:d_gurbantunggut } + title:d_d_gurgan_color = { set_color_from_title = title:d_gurgan } + title:d_d_gurjara_mandala_color = { set_color_from_title = title:d_gurjara_mandala } + title:d_d_gustow_color = { set_color_from_title = title:d_gustow } + title:d_d_gutes_color = { set_color_from_title = title:d_gutes } + title:d_d_gwynedd_color = { set_color_from_title = title:d_gwynedd } + title:d_d_gyalrong_color = { set_color_from_title = title:d_gyalrong } + title:d_d_gyaman_color = { set_color_from_title = title:d_gyaman } + title:d_d_gyor_color = { set_color_from_title = title:d_gyor } + title:d_d_hadramawt_color = { set_color_from_title = title:d_hadramawt } + title:d_d_haemimontus_color = { set_color_from_title = title:d_haemimontus } + title:d_d_hafun_color = { set_color_from_title = title:d_hafun } + title:d_d_hail_color = { set_color_from_title = title:d_hail } + title:d_d_halin_color = { set_color_from_title = title:d_halin } + title:d_d_halogaland_color = { set_color_from_title = title:d_halogaland } + title:d_d_halych_color = { set_color_from_title = title:d_halych } + title:d_d_hamadan_color = { set_color_from_title = title:d_hamadan } + title:d_d_hanzalah_color = { set_color_from_title = title:d_hanzalah } + title:d_d_haritanaka_color = { set_color_from_title = title:d_haritanaka } + title:d_d_haruriyyah_color = { set_color_from_title = title:d_haruriyyah } + title:d_d_hashshashin_color = { set_color_from_title = title:d_hashshashin } + title:d_d_hawazin_color = { set_color_from_title = title:d_hawazin } + title:d_d_haymanot_color = { set_color_from_title = title:d_haymanot } + title:d_d_hellenic_pagan_color = { set_color_from_title = title:d_hellenic_pagan } + title:d_d_hellenic_pagan_color = { set_color_from_title = title:d_hellenic_pagan } + title:d_d_hellespontus_color = { set_color_from_title = title:d_hellespontus } + title:d_d_herat_color = { set_color_from_title = title:d_herat } + title:d_d_herefinna_color = { set_color_from_title = title:d_herefinna } + title:d_d_hereford_color = { set_color_from_title = title:d_hereford } + title:d_d_hesse_color = { set_color_from_title = title:d_hesse } + title:d_d_hhaha_color = { set_color_from_title = title:d_hhaha } + title:d_d_highland_lithuanians_color = { set_color_from_title = title:d_highland_lithuanians } + title:d_d_hintata_color = { set_color_from_title = title:d_hintata } + title:d_d_hira_color = { set_color_from_title = title:d_hira } + title:d_d_hispalensis_color = { set_color_from_title = title:d_hispalensis } + title:d_d_histria_color = { set_color_from_title = title:d_histria } + title:d_d_holland_color = { set_color_from_title = title:d_holland } + title:d_d_holstein_color = { set_color_from_title = title:d_holstein } + title:d_d_holy_sepulchre_color = { set_color_from_title = title:d_holy_sepulchre } + title:d_d_homs_color = { set_color_from_title = title:d_homs } + title:d_d_hormuz_color = { set_color_from_title = title:d_hormuz } + title:d_d_huitzilopochtli_color = { set_color_from_title = title:d_huitzilopochtli } + title:d_d_iazyges_color = { set_color_from_title = title:d_iazyges } + title:d_d_ibadan_color = { set_color_from_title = title:d_ibadan } + title:d_d_iberia_color = { set_color_from_title = title:d_iberia } + title:d_d_iceland_color = { set_color_from_title = title:d_iceland } + title:d_d_iconoclast_color = { set_color_from_title = title:d_iconoclast } + title:d_d_ife_color = { set_color_from_title = title:d_ife } + title:d_d_igboland_color = { set_color_from_title = title:d_igboland } + title:d_d_ikh_bogdh_color = { set_color_from_title = title:d_ikh_bogdh } + title:d_d_ikh_bogdh_color = { set_color_from_title = title:d_ikh_bogdh } + title:d_d_ili-alatau_color = { set_color_from_title = title:d_ili-alatau } + title:d_d_imami_color = { set_color_from_title = title:d_imami } + title:d_d_immortals_color = { set_color_from_title = title:d_immortals } + title:d_d_insulae_color = { set_color_from_title = title:d_insulae } + title:d_d_isauria_color = { set_color_from_title = title:d_isauria } + title:d_d_isauria_color = { set_color_from_title = title:d_isauria } + title:d_d_isfahan_color = { set_color_from_title = title:d_isfahan } + title:d_d_ishim_color = { set_color_from_title = title:d_ishim } + title:d_d_istria_color = { set_color_from_title = title:d_istria } + title:d_d_italy_prefect_color = { set_color_from_title = title:d_italy_prefect } + title:d_d_itil_color = { set_color_from_title = title:d_itil } + title:d_d_iudea_color = { set_color_from_title = title:d_iudea } + title:d_d_izhorians_color = { set_color_from_title = title:d_izhorians } + title:d_d_jabal_kufs_color = { set_color_from_title = title:d_jabal_kufs } + title:d_d_jalmat_color = { set_color_from_title = title:d_jalmat } + title:d_d_jamtland_color = { set_color_from_title = title:d_jamtland } + title:d_d_jangladesh_color = { set_color_from_title = title:d_jangladesh } + title:d_d_jawf_color = { set_color_from_title = title:d_jawf } + title:d_d_jawf-al-yamani_color = { set_color_from_title = title:d_jawf-al-yamani } + title:d_d_jejakabhukti_color = { set_color_from_title = title:d_jejakabhukti } + title:d_d_jemba_color = { set_color_from_title = title:d_jemba } + title:d_d_jenne_color = { set_color_from_title = title:d_jenne } + title:d_d_jerid_color = { set_color_from_title = title:d_jerid } + title:d_d_jharkand_color = { set_color_from_title = title:d_jharkand } + title:d_d_jomsvikings_color = { set_color_from_title = title:d_jomsvikings } + title:d_d_jonse_color = { set_color_from_title = title:d_jonse } + title:d_d_judham_color = { set_color_from_title = title:d_judham } + title:d_d_julich_color = { set_color_from_title = title:d_julich } + title:d_d_jutes_color = { set_color_from_title = title:d_jutes } + title:d_d_jutland_color = { set_color_from_title = title:d_jutland } + title:d_d_jylland_color = { set_color_from_title = title:d_jylland } + title:d_d_k_adiukru_color_color = { set_color_from_title = title:d_k_adiukru_color } + title:d_d_k_africa_prefect_color_color = { set_color_from_title = title:d_k_africa_prefect_color } + title:d_d_k_al_hirah_color_color = { set_color_from_title = title:d_k_al_hirah_color } + title:d_d_k_alamannia_color_color = { set_color_from_title = title:d_k_alamannia_color } + title:d_d_k_altava_color_color = { set_color_from_title = title:d_k_altava_color } + title:d_d_k_amr_confederacy_color_color = { set_color_from_title = title:d_k_amr_confederacy_color } + title:d_d_k_anatolia_color_color = { set_color_from_title = title:d_k_anatolia_color } + title:d_d_k_andalusia_color_color = { set_color_from_title = title:d_k_andalusia_color } + title:d_d_k_angloland_color_color = { set_color_from_title = title:d_k_angloland_color } + title:d_d_k_aquitaine_color_color = { set_color_from_title = title:d_k_aquitaine_color } + title:d_d_k_aragon_color_color = { set_color_from_title = title:d_k_aragon_color } + title:d_d_k_armenian_principality_color_color = { set_color_from_title = title:d_k_armenian_principality_color } + title:d_d_k_ashina_color_color = { set_color_from_title = title:d_k_ashina_color } + title:d_d_k_asturias_color_color = { set_color_from_title = title:d_k_asturias_color } + title:d_d_k_athens_color_color = { set_color_from_title = title:d_k_athens_color } + title:d_d_k_auresia_color_color = { set_color_from_title = title:d_k_auresia_color } + title:d_d_k_austrasia_color_color = { set_color_from_title = title:d_k_austrasia_color } + title:d_d_k_austria_color_color = { set_color_from_title = title:d_k_austria_color } + title:d_d_k_aydin_color_color = { set_color_from_title = title:d_k_aydin_color } + title:d_d_k_badajoz_color_color = { set_color_from_title = title:d_k_badajoz_color } + title:d_d_k_bavaria_color_color = { set_color_from_title = title:d_k_bavaria_color } + title:d_d_k_bene_israel_color_color = { set_color_from_title = title:d_k_bene_israel_color } + title:d_d_k_bohemia_color_color = { set_color_from_title = title:d_k_bohemia_color } + title:d_d_k_bosnia_color_color = { set_color_from_title = title:d_k_bosnia_color } + title:d_d_k_bulgaria_color_color = { set_color_from_title = title:d_k_bulgaria_color } + title:d_d_k_burgundians_color_color = { set_color_from_title = title:d_k_burgundians_color } + title:d_d_k_burgundy_color_color = { set_color_from_title = title:d_k_burgundy_color } + title:d_d_k_cabaon_color_color = { set_color_from_title = title:d_k_cabaon_color } + title:d_d_k_canarias_color_color = { set_color_from_title = title:d_k_canarias_color } + title:d_d_k_candar_color_color = { set_color_from_title = title:d_k_candar_color } + title:d_d_k_capsa_color_color = { set_color_from_title = title:d_k_capsa_color } + title:d_d_k_castille_color_color = { set_color_from_title = title:d_k_castille_color } + title:d_d_k_chuban_color_color = { set_color_from_title = title:d_k_chuban_color } + title:d_d_k_commagene_color_color = { set_color_from_title = title:d_k_commagene_color } + title:d_d_k_cornwall_color_color = { set_color_from_title = title:d_k_cornwall_color } + title:d_d_k_crete_color_color = { set_color_from_title = title:d_k_crete_color } + title:d_d_k_croatia_color_color = { set_color_from_title = title:d_k_croatia_color } + title:d_d_k_cyprus_color_color = { set_color_from_title = title:d_k_cyprus_color } + title:d_d_k_cyrenaica_color_color = { set_color_from_title = title:d_k_cyrenaica_color } + title:d_d_k_dahae_confederacy_color_color = { set_color_from_title = title:d_k_dahae_confederacy_color } + title:d_d_k_dal_riata_color_color = { set_color_from_title = title:d_k_dal_riata_color } + title:d_d_k_daneland_color_color = { set_color_from_title = title:d_k_daneland_color } + title:d_d_k_danelaw_color_color = { set_color_from_title = title:d_k_danelaw_color } + title:d_d_k_denmark_color_color = { set_color_from_title = title:d_k_denmark_color } + title:d_d_k_dubuo_color_color = { set_color_from_title = title:d_k_dubuo_color } + title:d_d_k_east_francia_color_color = { set_color_from_title = title:d_k_east_francia_color } + title:d_d_k_epirus_color_color = { set_color_from_title = title:d_k_epirus_color } + title:d_d_k_eretnid_color_color = { set_color_from_title = title:d_k_eretnid_color } + title:d_d_k_fashion_color_color = { set_color_from_title = title:d_k_fashion_color } + title:d_d_k_france_color_color = { set_color_from_title = title:d_k_france_color } + title:d_d_k_franks_color_color = { set_color_from_title = title:d_k_franks_color } + title:d_d_k_gaochang_color_color = { set_color_from_title = title:d_k_gaochang_color } + title:d_d_k_gaoche_color_color = { set_color_from_title = title:d_k_gaoche_color } + title:d_d_k_geatland_color_color = { set_color_from_title = title:d_k_geatland_color } + title:d_d_k_genoa_color_color = { set_color_from_title = title:d_k_genoa_color } + title:d_d_k_georgia_color_color = { set_color_from_title = title:d_k_georgia_color } + title:d_d_k_gepidia_color_color = { set_color_from_title = title:d_k_gepidia_color } + title:d_d_k_germiyan_color_color = { set_color_from_title = title:d_k_germiyan_color } + title:d_d_k_guiyi_color_color = { set_color_from_title = title:d_k_guiyi_color } + title:d_d_k_hansa_color_color = { set_color_from_title = title:d_k_hansa_color } + title:d_d_k_harla_color_color = { set_color_from_title = title:d_k_harla_color } + title:d_d_k_hellas_color_color = { set_color_from_title = title:d_k_hellas_color } + title:d_d_k_helling_color_color = { set_color_from_title = title:d_k_helling_color } + title:d_d_k_herul_color_color = { set_color_from_title = title:d_k_herul_color } + title:d_d_k_hodna_color_color = { set_color_from_title = title:d_k_hodna_color } + title:d_d_k_hungary_color_color = { set_color_from_title = title:d_k_hungary_color } + title:d_d_k_iberia_color_color = { set_color_from_title = title:d_k_iberia_color } + title:d_d_k_illyria_color_color = { set_color_from_title = title:d_k_illyria_color } + title:d_d_k_illyria_prefect_color_color = { set_color_from_title = title:d_k_illyria_prefect_color } + title:d_d_k_italy_color_color = { set_color_from_title = title:d_k_italy_color } + title:d_d_k_italy_prefect_color_color = { set_color_from_title = title:d_k_italy_prefect_color } + title:d_d_k_jazira_color_color = { set_color_from_title = title:d_k_jazira_color } + title:d_d_k_jerusalem_color_color = { set_color_from_title = title:d_k_jerusalem_color } + title:d_d_k_kabulistan_color_color = { set_color_from_title = title:d_k_kabulistan_color } + title:d_d_k_kalachuri_color_color = { set_color_from_title = title:d_k_kalachuri_color } + title:d_d_k_karaman_color_color = { set_color_from_title = title:d_k_karaman_color } + title:d_d_k_khazaria_color_color = { set_color_from_title = title:d_k_khazaria_color } + title:d_d_k_khorasan_color_color = { set_color_from_title = title:d_k_khorasan_color } + title:d_d_k_kidarite_color_color = { set_color_from_title = title:d_k_kidarite_color } + title:d_d_k_kucha_color_color = { set_color_from_title = title:d_k_kucha_color } + title:d_d_k_leon_color_color = { set_color_from_title = title:d_k_leon_color } + title:d_d_k_livonia_color_color = { set_color_from_title = title:d_k_livonia_color } + title:d_d_k_lombardia_color_color = { set_color_from_title = title:d_k_lombardia_color } + title:d_d_k_lotharingia_color_color = { set_color_from_title = title:d_k_lotharingia_color } + title:d_d_k_maghreb_color_color = { set_color_from_title = title:d_k_maghreb_color } + title:d_d_k_magyar_color_color = { set_color_from_title = title:d_k_magyar_color } + title:d_d_k_manipura_color_color = { set_color_from_title = title:d_k_manipura_color } + title:d_d_k_mann_the_isles_color_color = { set_color_from_title = title:d_k_mann_the_isles_color } + title:d_d_k_masmuda_color_color = { set_color_from_title = title:d_k_masmuda_color } + title:d_d_k_mazandaran_color_color = { set_color_from_title = title:d_k_mazandaran_color } + title:d_d_k_mediterranean_sea_color_color = { set_color_from_title = title:d_k_mediterranean_sea_color } + title:d_d_k_melchisedechianism_color_color = { set_color_from_title = title:d_k_melchisedechianism_color } + title:d_d_k_mentese_color_color = { set_color_from_title = title:d_k_mentese_color } + title:d_d_k_mercia_color_color = { set_color_from_title = title:d_k_mercia_color } + title:d_d_k_mesopotamia_color_color = { set_color_from_title = title:d_k_mesopotamia_color } + title:d_d_k_moldavia_color_color = { set_color_from_title = title:d_k_moldavia_color } + title:d_d_k_moravia_color_color = { set_color_from_title = title:d_k_moravia_color } + title:d_d_k_naples_color_color = { set_color_from_title = title:d_k_naples_color } + title:d_d_k_nasamoni_color_color = { set_color_from_title = title:d_k_nasamoni_color } + title:d_d_k_navarra_color_color = { set_color_from_title = title:d_k_navarra_color } + title:d_d_k_nemenchia_color_color = { set_color_from_title = title:d_k_nemenchia_color } + title:d_d_k_neustria_color_color = { set_color_from_title = title:d_k_neustria_color } + title:d_d_k_nikaea_color_color = { set_color_from_title = title:d_k_nikaea_color } + title:d_d_k_northumbria_color_color = { set_color_from_title = title:d_k_northumbria_color } + title:d_d_k_old_armenia_color_color = { set_color_from_title = title:d_k_old_armenia_color } + title:d_d_k_old_thrace_color_color = { set_color_from_title = title:d_k_old_thrace_color } + title:d_d_k_orleans_color_color = { set_color_from_title = title:d_k_orleans_color } + title:d_d_k_orthodox_color_color = { set_color_from_title = title:d_k_orthodox_color } + title:d_d_k_ostrogoths_color_color = { set_color_from_title = title:d_k_ostrogoths_color } + title:d_d_k_ottoman_color_color = { set_color_from_title = title:d_k_ottoman_color } + title:d_d_k_ouarsenis_color_color = { set_color_from_title = title:d_k_ouarsenis_color } + title:d_d_k_papal_state_color_color = { set_color_from_title = title:d_k_papal_state_color } + title:d_d_k_paris_color_color = { set_color_from_title = title:d_k_paris_color } + title:d_d_k_pechenegs_color_color = { set_color_from_title = title:d_k_pechenegs_color } + title:d_d_k_pisa_color_color = { set_color_from_title = title:d_k_pisa_color } + title:d_d_k_poland_color_color = { set_color_from_title = title:d_k_poland_color } + title:d_d_k_pomerania_color_color = { set_color_from_title = title:d_k_pomerania_color } + title:d_d_k_portugal_color_color = { set_color_from_title = title:d_k_portugal_color } + title:d_d_k_qaryat_dhat_kahil_color_color = { set_color_from_title = title:d_k_qaryat_dhat_kahil_color } + title:d_d_k_republic_color_color = { set_color_from_title = title:d_k_republic_color } + title:d_d_k_respendalid_color_color = { set_color_from_title = title:d_k_respendalid_color } + title:d_d_k_rheged_color_color = { set_color_from_title = title:d_k_rheged_color } + title:d_d_k_romagna_color_color = { set_color_from_title = title:d_k_romagna_color } + title:d_d_k_rugiland_color_color = { set_color_from_title = title:d_k_rugiland_color } + title:d_d_k_rum_color_color = { set_color_from_title = title:d_k_rum_color } + title:d_d_k_sahara_color_color = { set_color_from_title = title:d_k_sahara_color } + title:d_d_k_sakya_trizin_color_color = { set_color_from_title = title:d_k_sakya_trizin_color } + title:d_d_k_salihid_color_color = { set_color_from_title = title:d_k_salihid_color } + title:d_d_k_sardinia_color_color = { set_color_from_title = title:d_k_sardinia_color } + title:d_d_k_sarir_color_color = { set_color_from_title = title:d_k_sarir_color } + title:d_d_k_saruhan_color_color = { set_color_from_title = title:d_k_saruhan_color } + title:d_d_k_saurashtra_color_color = { set_color_from_title = title:d_k_saurashtra_color } + title:d_d_k_saxony_color_color = { set_color_from_title = title:d_k_saxony_color } + title:d_d_k_serbia_color_color = { set_color_from_title = title:d_k_serbia_color } + title:d_d_k_shanshan_color_color = { set_color_from_title = title:d_k_shanshan_color } + title:d_d_k_sicca_veneria_color_color = { set_color_from_title = title:d_k_sicca_veneria_color } + title:d_d_k_sicily_color_color = { set_color_from_title = title:d_k_sicily_color } + title:d_d_k_soissons_color_color = { set_color_from_title = title:d_k_soissons_color } + title:d_d_k_sophene_color_color = { set_color_from_title = title:d_k_sophene_color } + title:d_d_k_south_kosala_color_color = { set_color_from_title = title:d_k_south_kosala_color } + title:d_d_k_spanish_galicia_color_color = { set_color_from_title = title:d_k_spanish_galicia_color } + title:d_d_k_sparta_color_color = { set_color_from_title = title:d_k_sparta_color } + title:d_d_k_suebia_color_color = { set_color_from_title = title:d_k_suebia_color } + title:d_d_k_switzerland_color_color = { set_color_from_title = title:d_k_switzerland_color } + title:d_d_k_syria_color_color = { set_color_from_title = title:d_k_syria_color } + title:d_d_k_tahert_color_color = { set_color_from_title = title:d_k_tahert_color } + title:d_d_k_tekke_color_color = { set_color_from_title = title:d_k_tekke_color } + title:d_d_k_thaton_color_color = { set_color_from_title = title:d_k_thaton_color } + title:d_d_k_thessalonika_color_color = { set_color_from_title = title:d_k_thessalonika_color } + title:d_d_k_thracia_color_color = { set_color_from_title = title:d_k_thracia_color } + title:d_d_k_thuringia_color_color = { set_color_from_title = title:d_k_thuringia_color } + title:d_d_k_toledo_color_color = { set_color_from_title = title:d_k_toledo_color } + title:d_d_k_toro_color_color = { set_color_from_title = title:d_k_toro_color } + title:d_d_k_trebizond_color_color = { set_color_from_title = title:d_k_trebizond_color } + title:d_d_k_trinacria_color_color = { set_color_from_title = title:d_k_trinacria_color } + title:d_d_k_tuldilanids_color_color = { set_color_from_title = title:d_k_tuldilanids_color } + title:d_d_k_tuyuhun_color_color = { set_color_from_title = title:d_k_tuyuhun_color } + title:d_d_k_uighur_color_color = { set_color_from_title = title:d_k_uighur_color } + title:d_d_k_valencia_color_color = { set_color_from_title = title:d_k_valencia_color } + title:d_d_k_vandalica_color_color = { set_color_from_title = title:d_k_vandalica_color } + title:d_d_k_venice_color_color = { set_color_from_title = title:d_k_venice_color } + title:d_d_k_visigoths_color_color = { set_color_from_title = title:d_k_visigoths_color } + title:d_d_k_wales_color_color = { set_color_from_title = title:d_k_wales_color } + title:d_d_k_wei_western_regions_color_color = { set_color_from_title = title:d_k_wei_western_regions_color } + title:d_d_k_western_kshatrapas_color_color = { set_color_from_title = title:d_k_western_kshatrapas_color } + title:d_d_k_winideheim_color_color = { set_color_from_title = title:d_k_winideheim_color } + title:d_d_k_yarlung_color_color = { set_color_from_title = title:d_k_yarlung_color } + title:d_d_kaabu_color = { set_color_from_title = title:d_kaabu } + title:d_d_kabarism_color = { set_color_from_title = title:d_kabarism } + title:d_d_kabul_color = { set_color_from_title = title:d_kabul } + title:d_d_kaffa_color = { set_color_from_title = title:d_kaffa } + title:d_d_kagha_color = { set_color_from_title = title:d_kagha } + title:d_d_kairouan_color = { set_color_from_title = title:d_kairouan } + title:d_d_kalb_color = { set_color_from_title = title:d_kalb } + title:d_d_kalinga_color = { set_color_from_title = title:d_kalinga } + title:d_d_kalyani_color = { set_color_from_title = title:d_kalyani } + title:d_d_kamarupanagara_color = { set_color_from_title = title:d_kamarupanagara } + title:d_d_kanem_color = { set_color_from_title = title:d_kanem } + title:d_d_kaniaga_color = { set_color_from_title = title:d_kaniaga } + title:d_d_kano_color = { set_color_from_title = title:d_kano } + title:d_d_kanyakubja_color = { set_color_from_title = title:d_kanyakubja } + title:d_d_kara_khoja_color = { set_color_from_title = title:d_kara_khoja } + title:d_d_karabas_color = { set_color_from_title = title:d_karabas } + title:d_d_karachev_color = { set_color_from_title = title:d_karachev } + title:d_d_karaism_color = { set_color_from_title = title:d_karaism } + title:d_d_karashar_color = { set_color_from_title = title:d_karashar } + title:d_d_karelia_color = { set_color_from_title = title:d_karelia } + title:d_d_kargassia_color = { set_color_from_title = title:d_kargassia } + title:d_d_karkaraly_color = { set_color_from_title = title:d_karkaraly } + title:d_d_kasa_color = { set_color_from_title = title:d_kasa } + title:d_d_kashgar_color = { set_color_from_title = title:d_kashgar } + title:d_d_kasi_color = { set_color_from_title = title:d_kasi } + title:d_d_kasmira_color = { set_color_from_title = title:d_kasmira } + title:d_d_katsina_color = { set_color_from_title = title:d_katsina } + title:d_d_kawar_color = { set_color_from_title = title:d_kawar } + title:d_d_kawkaw_color = { set_color_from_title = title:d_kawkaw } + title:d_d_kazakh_color = { set_color_from_title = title:d_kazakh } + title:d_d_kazan_color = { set_color_from_title = title:d_kazan } + title:d_d_kazym_color = { set_color_from_title = title:d_kazym } + title:d_d_kebbi_color = { set_color_from_title = title:d_kebbi } + title:d_d_kentarlau_color = { set_color_from_title = title:d_kentarlau } + title:d_d_keoka_color = { set_color_from_title = title:d_keoka } + title:d_d_kermanshah_color = { set_color_from_title = title:d_kermanshah } + title:d_d_kernev_color = { set_color_from_title = title:d_kernev } + title:d_d_khakass_hollow_color = { set_color_from_title = title:d_khakass_hollow } + title:d_d_khanty_tribe_color = { set_color_from_title = title:d_khanty_tribe } + title:d_d_khasa_color = { set_color_from_title = title:d_khasa } + title:d_d_khazaria_color = { set_color_from_title = title:d_khazaria } + title:d_d_khopyor_color = { set_color_from_title = title:d_khopyor } + title:d_d_khorezm_color = { set_color_from_title = title:d_khorezm } + title:d_d_khotan_color = { set_color_from_title = title:d_khotan } + title:d_d_khovd_color = { set_color_from_title = title:d_khovd } + title:d_d_khovsgol_color = { set_color_from_title = title:d_khovsgol } + title:d_d_khurmazta_color = { set_color_from_title = title:d_khurmazta } + title:d_d_khurramism_color = { set_color_from_title = title:d_khurramism } + title:d_d_khuttal_color = { set_color_from_title = title:d_khuttal } + title:d_d_khuzestan_color = { set_color_from_title = title:d_khuzestan } + title:d_d_kiev_color = { set_color_from_title = title:d_kiev } + title:d_d_kinnaur_color = { set_color_from_title = title:d_kinnaur } + title:d_d_kirman_color = { set_color_from_title = title:d_kirman } + title:d_d_knights_calatrava_color = { set_color_from_title = title:d_knights_calatrava } + title:d_d_knights_hospitaler_color = { set_color_from_title = title:d_knights_hospitaler } + title:d_d_knights_santiago_color = { set_color_from_title = title:d_knights_santiago } + title:d_d_knights_templar_color = { set_color_from_title = title:d_knights_templar } + title:d_d_kohestan_color = { set_color_from_title = title:d_kohestan } + title:d_d_koivans_color = { set_color_from_title = title:d_koivans } + title:d_d_kola_tribe_color = { set_color_from_title = title:d_kola_tribe } + title:d_d_kolochins_color = { set_color_from_title = title:d_kolochins } + title:d_d_konda_color = { set_color_from_title = title:d_konda } + title:d_d_kong_color = { set_color_from_title = title:d_kong } + title:d_d_konkana_color = { set_color_from_title = title:d_konkana } + title:d_d_kono_color = { set_color_from_title = title:d_kono } + title:d_d_kordofan_color = { set_color_from_title = title:d_kordofan } + title:d_d_krain_color = { set_color_from_title = title:d_krain } + title:d_d_krete_color = { set_color_from_title = title:d_krete } + title:d_d_kroumerie_color = { set_color_from_title = title:d_kroumerie } + title:d_d_kru_color = { set_color_from_title = title:d_kru } + title:d_d_kufa_color = { set_color_from_title = title:d_kufa } + title:d_d_kulyndy_steppe_color = { set_color_from_title = title:d_kulyndy_steppe } + title:d_d_kumul_color = { set_color_from_title = title:d_kumul } + title:d_d_kumul_color = { set_color_from_title = title:d_kumul } + title:d_d_kurdistan_color = { set_color_from_title = title:d_kurdistan } + title:d_d_kurgan_color = { set_color_from_title = title:d_kurgan } + title:d_d_kurmanchal_color = { set_color_from_title = title:d_kurmanchal } + title:d_d_kuru_color = { set_color_from_title = title:d_kuru } + title:d_d_kush-murun_color = { set_color_from_title = title:d_kush-murun } + title:d_d_kutrigurs_color = { set_color_from_title = title:d_kutrigurs } + title:d_d_kuyavia_color = { set_color_from_title = title:d_kuyavia } + title:d_d_kwararafa_color = { set_color_from_title = title:d_kwararafa } + title:d_d_kwrtstan_color = { set_color_from_title = title:d_kwrtstan } + title:d_d_laanemaa_color = { set_color_from_title = title:d_laanemaa } + title:d_d_ladakh_color = { set_color_from_title = title:d_ladakh } + title:d_d_laguantan_color = { set_color_from_title = title:d_laguantan } + title:d_d_lahore_color = { set_color_from_title = title:d_lahore } + title:d_d_lancaster_color = { set_color_from_title = title:d_lancaster } + title:d_d_languedoc_color = { set_color_from_title = title:d_languedoc } + title:d_d_lanikaz_color = { set_color_from_title = title:d_lanikaz } + title:d_d_lasta_color = { set_color_from_title = title:d_lasta } + title:d_d_lata_color = { set_color_from_title = title:d_lata } + title:d_d_latgalians_color = { set_color_from_title = title:d_latgalians } + title:d_d_latium_color = { set_color_from_title = title:d_latium } + title:d_d_lausitz_color = { set_color_from_title = title:d_lausitz } + title:d_d_lebanon_color = { set_color_from_title = title:d_lebanon } + title:d_d_leinster_color = { set_color_from_title = title:d_leinster } + title:d_d_lemovia_color = { set_color_from_title = title:d_lemovia } + title:d_d_lena_color = { set_color_from_title = title:d_lena } + title:d_d_leon_color = { set_color_from_title = title:d_leon } + title:d_d_leptis_magna_color = { set_color_from_title = title:d_leptis_magna } + title:d_d_lesser_poland_color = { set_color_from_title = title:d_lesser_poland } + title:d_d_lettigalians_color = { set_color_from_title = title:d_lettigalians } + title:d_d_levedia_color = { set_color_from_title = title:d_levedia } + title:d_d_lhasa_color = { set_color_from_title = title:d_lhasa } + title:d_d_lhatok_color = { set_color_from_title = title:d_lhatok } + title:d_d_lhoyul_color = { set_color_from_title = title:d_lhoyul } + title:d_d_liangzhou_color = { set_color_from_title = title:d_liangzhou } + title:d_d_libanensis_color = { set_color_from_title = title:d_libanensis } + title:d_d_libya_color = { set_color_from_title = title:d_libya } + title:d_d_liguria_color = { set_color_from_title = title:d_liguria } + title:d_d_limbuwan_color = { set_color_from_title = title:d_limbuwan } + title:d_d_limonum_color = { set_color_from_title = title:d_limonum } + title:d_d_lingtsang_color = { set_color_from_title = title:d_lingtsang } + title:d_d_linnius_color = { set_color_from_title = title:d_linnius } + title:d_d_litang_color = { set_color_from_title = title:d_litang } + title:d_d_lithuanians_color = { set_color_from_title = title:d_lithuanians } + title:d_d_livonia_color = { set_color_from_title = title:d_livonia } + title:d_d_livonians_color = { set_color_from_title = title:d_livonians } + title:d_d_lobi_color = { set_color_from_title = title:d_lobi } + title:d_d_loma_color = { set_color_from_title = title:d_loma } + title:d_d_lombardia_color = { set_color_from_title = title:d_lombardia } + title:d_d_lombards_color = { set_color_from_title = title:d_lombards } + title:d_d_lothian_color = { set_color_from_title = title:d_lothian } + title:d_d_lower_bosna_color = { set_color_from_title = title:d_lower_bosna } + title:d_d_lower_gurma_color = { set_color_from_title = title:d_lower_gurma } + title:d_d_lower_lorraine_color = { set_color_from_title = title:d_lower_lorraine } + title:d_d_lower_silesia_color = { set_color_from_title = title:d_lower_silesia } + title:d_d_lowland_lithuanians_color = { set_color_from_title = title:d_lowland_lithuanians } + title:d_d_lucania_color = { set_color_from_title = title:d_lucania } + title:d_d_lucensis_color = { set_color_from_title = title:d_lucensis } + title:d_d_lugdunensis_tertia_color = { set_color_from_title = title:d_lugdunensis_tertia } + title:d_d_lugdunum_color = { set_color_from_title = title:d_lugdunum } + title:d_d_luki_color = { set_color_from_title = title:d_luki } + title:d_d_luxembourg_color = { set_color_from_title = title:d_luxembourg } + title:d_d_lycia_color = { set_color_from_title = title:d_lycia } + title:d_d_lydia_color = { set_color_from_title = title:d_lydia } + title:d_d_macedonia_secunda_color = { set_color_from_title = title:d_macedonia_secunda } + title:d_d_macronia_color = { set_color_from_title = title:d_macronia } + title:d_d_macronia_color = { set_color_from_title = title:d_macronia } + title:d_d_macva_color = { set_color_from_title = title:d_macva } + title:d_d_mafaza_color = { set_color_from_title = title:d_mafaza } + title:d_d_magadha_color = { set_color_from_title = title:d_magadha } + title:d_d_mahra_color = { set_color_from_title = title:d_mahra } + title:d_d_maingmaw_color = { set_color_from_title = title:d_maingmaw } + title:d_d_makran_color = { set_color_from_title = title:d_makran } + title:d_d_makuria_color = { set_color_from_title = title:d_makuria } + title:d_d_malabarism_color = { set_color_from_title = title:d_malabarism } + title:d_d_malao_color = { set_color_from_title = title:d_malao } + title:d_d_malho_color = { set_color_from_title = title:d_malho } + title:d_d_mallorca_color = { set_color_from_title = title:d_mallorca } + title:d_d_mamprusi_color = { set_color_from_title = title:d_mamprusi } + title:d_d_manding_color = { set_color_from_title = title:d_manding } + title:d_d_manichean_color = { set_color_from_title = title:d_manichean } + title:d_d_manichean_color = { set_color_from_title = title:d_manichean } + title:d_d_mansi_tribe_color = { set_color_from_title = title:d_mansi_tribe } + title:d_d_marcionism_color = { set_color_from_title = title:d_marcionism } + title:d_d_marcionism_color = { set_color_from_title = title:d_marcionism } + title:d_d_marcomanni_color = { set_color_from_title = title:d_marcomanni } + title:d_d_mari_color = { set_color_from_title = title:d_mari } + title:d_d_marrakesh_color = { set_color_from_title = title:d_marrakesh } + title:d_d_martyuba_color = { set_color_from_title = title:d_martyuba } + title:d_d_maru_color = { set_color_from_title = title:d_maru } + title:d_d_masmudi_color = { set_color_from_title = title:d_masmudi } + title:d_d_massalia_color = { set_color_from_title = title:d_massalia } + title:d_d_masuria_color = { set_color_from_title = title:d_masuria } + title:d_d_mathura_color = { set_color_from_title = title:d_mathura } + title:d_d_maxima_sequanorum_color = { set_color_from_title = title:d_maxima_sequanorum } + title:d_d_mazdakism_color = { set_color_from_title = title:d_mazdakism } + title:d_d_mazdayasna_color = { set_color_from_title = title:d_mazdayasna } + title:d_d_mazdayasna_color = { set_color_from_title = title:d_mazdayasna } + title:d_d_mazovia_color = { set_color_from_title = title:d_mazovia } + title:d_d_meath_color = { set_color_from_title = title:d_meath } + title:d_d_mecca_color = { set_color_from_title = title:d_mecca } + title:d_d_medapata_color = { set_color_from_title = title:d_medapata } + title:d_d_media_minor_color = { set_color_from_title = title:d_media_minor } + title:d_d_medina_color = { set_color_from_title = title:d_medina } + title:d_d_meissen_color = { set_color_from_title = title:d_meissen } + title:d_d_mema_color = { set_color_from_title = title:d_mema } + title:d_d_merv_color = { set_color_from_title = title:d_merv } + title:d_d_merya_color = { set_color_from_title = title:d_merya } + title:d_d_mesan_color = { set_color_from_title = title:d_mesan } + title:d_d_meshchera_color = { set_color_from_title = title:d_meshchera } + title:d_d_mesopotamia_color = { set_color_from_title = title:d_mesopotamia } + title:d_d_mesopotamia_oriens_color = { set_color_from_title = title:d_mesopotamia_oriens } + title:d_d_miaphysite_color = { set_color_from_title = title:d_miaphysite } + title:d_d_miaphysite_color = { set_color_from_title = title:d_miaphysite } + title:d_d_minsk_color = { set_color_from_title = title:d_minsk } + title:d_d_mo_tribe_color = { set_color_from_title = title:d_mo_tribe } + title:d_d_moesia_prima_color = { set_color_from_title = title:d_moesia_prima } + title:d_d_moesia_secunda_color = { set_color_from_title = title:d_moesia_secunda } + title:d_d_moesia_superior_color = { set_color_from_title = title:d_moesia_superior } + title:d_d_mogadishu_color = { set_color_from_title = title:d_mogadishu } + title:d_d_moksha_color = { set_color_from_title = title:d_moksha } + title:d_d_moldova_color = { set_color_from_title = title:d_moldova } + title:d_d_monophysite_color = { set_color_from_title = title:d_monophysite } + title:d_d_monophysite_color = { set_color_from_title = title:d_monophysite } + title:d_d_montes_aregenses_color = { set_color_from_title = title:d_montes_aregenses } + title:d_d_monyul_color = { set_color_from_title = title:d_monyul } + title:d_d_mora_color = { set_color_from_title = title:d_mora } + title:d_d_moravia_color = { set_color_from_title = title:d_moravia } + title:d_d_moray_color = { set_color_from_title = title:d_moray } + title:d_d_mordvinia_color = { set_color_from_title = title:d_mordvinia } + title:d_d_mosania_color = { set_color_from_title = title:d_mosania } + title:d_d_mosylon_color = { set_color_from_title = title:d_mosylon } + title:d_d_mugodzhar_hills_color = { set_color_from_title = title:d_mugodzhar_hills } + title:d_d_multan_color = { set_color_from_title = title:d_multan } + title:d_d_mundus_color = { set_color_from_title = title:d_mundus } + title:d_d_munster_color = { set_color_from_title = title:d_munster } + title:d_d_muntenia_color = { set_color_from_title = title:d_muntenia } + title:d_d_murcia_color = { set_color_from_title = title:d_murcia } + title:d_d_muromians_color = { set_color_from_title = title:d_muromians } + title:d_d_murzuk_color = { set_color_from_title = title:d_murzuk } + title:d_d_muwalladi_color = { set_color_from_title = title:d_muwalladi } + title:d_d_muyunkum_color = { set_color_from_title = title:d_muyunkum } + title:d_d_mzab_color = { set_color_from_title = title:d_mzab } + title:d_d_nadia_color = { set_color_from_title = title:d_nadia } + title:d_d_nagchu_color = { set_color_from_title = title:d_nagchu } + title:d_d_nagormo_color = { set_color_from_title = title:d_nagormo } + title:d_d_naiman_gobi_color = { set_color_from_title = title:d_naiman_gobi } + title:d_d_najd_color = { set_color_from_title = title:d_najd } + title:d_d_najran_color = { set_color_from_title = title:d_najran } + title:d_d_nangqen_color = { set_color_from_title = title:d_nangqen } + title:d_d_napoca_color = { set_color_from_title = title:d_napoca } + title:d_d_naqis_color = { set_color_from_title = title:d_naqis } + title:d_d_narbonensis_prima_color = { set_color_from_title = title:d_narbonensis_prima } + title:d_d_narbonensis_secunda_color = { set_color_from_title = title:d_narbonensis_secunda } + title:d_d_narvik_tribe_color = { set_color_from_title = title:d_narvik_tribe } + title:d_d_nasa_color = { set_color_from_title = title:d_nasa } + title:d_d_nasikya_color = { set_color_from_title = title:d_nasikya } + title:d_d_navarra_color = { set_color_from_title = title:d_navarra } + title:d_d_nepal_color = { set_color_from_title = title:d_nepal } + title:d_d_ngamring_color = { set_color_from_title = title:d_ngamring } + title:d_d_ngari_color = { set_color_from_title = title:d_ngari } + title:d_d_nishapur_color = { set_color_from_title = title:d_nishapur } + title:d_d_nisia_color = { set_color_from_title = title:d_nisia } + title:d_d_nizhny_novgorod_color = { set_color_from_title = title:d_nizhny_novgorod } + title:d_d_nobatia_color = { set_color_from_title = title:d_nobatia } + title:d_d_nok_color = { set_color_from_title = title:d_nok } + title:d_d_nordgau_color = { set_color_from_title = title:d_nordgau } + title:d_d_nordmark_color = { set_color_from_title = title:d_nordmark } + title:d_d_norfolk_color = { set_color_from_title = title:d_norfolk } + title:d_d_norgyrwa_color = { set_color_from_title = title:d_norgyrwa } + title:d_d_noricum_mediterranum_color = { set_color_from_title = title:d_noricum_mediterranum } + title:d_d_noricum_ripense_color = { set_color_from_title = title:d_noricum_ripense } + title:d_d_normandy_color = { set_color_from_title = title:d_normandy } + title:d_d_norrland_color = { set_color_from_title = title:d_norrland } + title:d_d_northern_isles_color = { set_color_from_title = title:d_northern_isles } + title:d_d_northumberland_color = { set_color_from_title = title:d_northumberland } + title:d_d_novempopulana_color = { set_color_from_title = title:d_novempopulana } + title:d_d_novgorod_color = { set_color_from_title = title:d_novgorod } + title:d_d_noviodunum_color = { set_color_from_title = title:d_noviodunum } + title:d_d_novosil_color = { set_color_from_title = title:d_novosil } + title:d_d_noxgaga_color = { set_color_from_title = title:d_noxgaga } + title:d_d_nulambavadi_color = { set_color_from_title = title:d_nulambavadi } + title:d_d_numidia_color = { set_color_from_title = title:d_numidia } + title:d_d_nupe_color = { set_color_from_title = title:d_nupe } + title:d_d_nuristan_color = { set_color_from_title = title:d_nuristan } + title:d_d_nyima_color = { set_color_from_title = title:d_nyima } + title:d_d_nyingchi_color = { set_color_from_title = title:d_nyingchi } + title:d_d_nyitra_color = { set_color_from_title = title:d_nyitra } + title:d_d_ogrash_color = { set_color_from_title = title:d_ogrash } + title:d_d_ogurs_color = { set_color_from_title = title:d_ogurs } + title:d_d_oltenia_color = { set_color_from_title = title:d_oltenia } + title:d_d_oman_color = { set_color_from_title = title:d_oman } + title:d_d_opolye_color = { set_color_from_title = title:d_opolye } + title:d_d_opone_color = { set_color_from_title = title:d_opone } + title:d_d_opsikion_color = { set_color_from_title = title:d_opsikion } + title:d_d_optimatoi_color = { set_color_from_title = title:d_optimatoi } + title:d_d_orleans_color = { set_color_from_title = title:d_orleans } + title:d_d_orleans_alans_color = { set_color_from_title = title:d_orleans_alans } + title:d_d_osraige_color = { set_color_from_title = title:d_osraige } + title:d_d_osrhoene_color = { set_color_from_title = title:d_osrhoene } + title:d_d_osrushana_color = { set_color_from_title = title:d_osrushana } + title:d_d_ostergotland_color = { set_color_from_title = title:d_ostergotland } + title:d_d_osterreich_color = { set_color_from_title = title:d_osterreich } + title:d_d_ostfalen_color = { set_color_from_title = title:d_ostfalen } + title:d_d_ostmark_color = { set_color_from_title = title:d_ostmark } + title:d_d_ostpommern_color = { set_color_from_title = title:d_ostpommern } + title:d_d_ostyaki_color = { set_color_from_title = title:d_ostyaki } + title:d_d_otuken_color = { set_color_from_title = title:d_otuken } + title:d_d_oultrejourdain_color = { set_color_from_title = title:d_oultrejourdain } + title:d_d_ovorkhangai_color = { set_color_from_title = title:d_ovorkhangai } + title:d_d_oxford_color = { set_color_from_title = title:d_oxford } + title:d_d_oyo_color = { set_color_from_title = title:d_oyo } + title:d_d_pacensis_color = { set_color_from_title = title:d_pacensis } + title:d_d_pagan_color = { set_color_from_title = title:d_pagan } + title:d_d_palestine_color = { set_color_from_title = title:d_palestine } + title:d_d_palestinia_salutaris_color = { set_color_from_title = title:d_palestinia_salutaris } + title:d_d_palmyra_color = { set_color_from_title = title:d_palmyra } + title:d_d_pamir_color = { set_color_from_title = title:d_pamir } + title:d_d_pandya_nadu_color = { set_color_from_title = title:d_pandya_nadu } + title:d_d_pannonia_prima_color = { set_color_from_title = title:d_pannonia_prima } + title:d_d_pannonia_savia_color = { set_color_from_title = title:d_pannonia_savia } + title:d_d_pannonia_secunda_color = { set_color_from_title = title:d_pannonia_secunda } + title:d_d_pannonia_valeria_color = { set_color_from_title = title:d_pannonia_valeria } + title:d_d_papal_state_color = { set_color_from_title = title:d_papal_state } + title:d_d_paphlagonia_color = { set_color_from_title = title:d_paphlagonia } + title:d_d_para_lauhitya_color = { set_color_from_title = title:d_para_lauhitya } + title:d_d_paratan_color = { set_color_from_title = title:d_paratan } + title:d_d_paro_color = { set_color_from_title = title:d_paro } + title:d_d_parthava_color = { set_color_from_title = title:d_parthava } + title:d_d_patriarchate_in_the_east_color = { set_color_from_title = title:d_patriarchate_in_the_east } + title:d_d_patriarchate_in_the_east_color = { set_color_from_title = title:d_patriarchate_in_the_east } + title:d_d_paulician_color = { set_color_from_title = title:d_paulician } + title:d_d_pecheneg_color = { set_color_from_title = title:d_pecheneg } + title:d_d_pelym_color = { set_color_from_title = title:d_pelym } + title:d_d_pereyaslavl_color = { set_color_from_title = title:d_pereyaslavl } + title:d_d_perm_color = { set_color_from_title = title:d_perm } + title:d_d_philippopolis_color = { set_color_from_title = title:d_philippopolis } + title:d_d_phoenice_color = { set_color_from_title = title:d_phoenice } + title:d_d_phrygia_color = { set_color_from_title = title:d_phrygia } + title:d_d_picenum_suburbicarium_color = { set_color_from_title = title:d_picenum_suburbicarium } + title:d_d_piedmonte_color = { set_color_from_title = title:d_piedmonte } + title:d_d_pinsk_color = { set_color_from_title = title:d_pinsk } + title:d_d_pisa_color = { set_color_from_title = title:d_pisa } + title:d_d_pisidia_color = { set_color_from_title = title:d_pisidia } + title:d_d_platonic_academy_color = { set_color_from_title = title:d_platonic_academy } + title:d_d_platonic_academy_color = { set_color_from_title = title:d_platonic_academy } + title:d_d_pohjanmaa_color = { set_color_from_title = title:d_pohjanmaa } + title:d_d_pohjanmaa_tribe_color = { set_color_from_title = title:d_pohjanmaa_tribe } + title:d_d_poitou_color = { set_color_from_title = title:d_poitou } + title:d_d_poloniae_color = { set_color_from_title = title:d_poloniae } + title:d_d_polotsk_color = { set_color_from_title = title:d_polotsk } + title:d_d_pomerelia_color = { set_color_from_title = title:d_pomerelia } + title:d_d_pommerania_color = { set_color_from_title = title:d_pommerania } + title:d_d_pontus_polemoniacus_color = { set_color_from_title = title:d_pontus_polemoniacus } + title:d_d_porto_color = { set_color_from_title = title:d_porto } + title:d_d_powys_color = { set_color_from_title = title:d_powys } + title:d_d_praevalitana_color = { set_color_from_title = title:d_praevalitana } + title:d_d_priscillianism_color = { set_color_from_title = title:d_priscillianism } + title:d_d_priscillianism_color = { set_color_from_title = title:d_priscillianism } + title:d_d_pronsk_color = { set_color_from_title = title:d_pronsk } + title:d_d_provence_color = { set_color_from_title = title:d_provence } + title:d_d_prus_color = { set_color_from_title = title:d_prus } + title:d_d_prussia_color = { set_color_from_title = title:d_prussia } + title:d_d_purang_color = { set_color_from_title = title:d_purang } + title:d_d_qamdo_color = { set_color_from_title = title:d_qamdo } + title:d_d_qilin_color = { set_color_from_title = title:d_qilin } + title:d_d_qumarleb_color = { set_color_from_title = title:d_qumarleb } + title:d_d_quraysh_color = { set_color_from_title = title:d_quraysh } + title:d_d_rabbinism_color = { set_color_from_title = title:d_rabbinism } + title:d_d_rabbinism_color = { set_color_from_title = title:d_rabbinism } + title:d_d_racakonda_color = { set_color_from_title = title:d_racakonda } + title:d_d_raetia_curiensis_color = { set_color_from_title = title:d_raetia_curiensis } + title:d_d_raetia_prima_color = { set_color_from_title = title:d_raetia_prima } + title:d_d_raetia_secunda_color = { set_color_from_title = title:d_raetia_secunda } + title:d_d_ragusa_color = { set_color_from_title = title:d_ragusa } + title:d_d_raichur_doab_color = { set_color_from_title = title:d_raichur_doab } + title:d_d_ramannadesa_color = { set_color_from_title = title:d_ramannadesa } + title:d_d_ranii_color = { set_color_from_title = title:d_ranii } + title:d_d_rashka_color = { set_color_from_title = title:d_rashka } + title:d_d_ratanpur_color = { set_color_from_title = title:d_ratanpur } + title:d_d_rattapadi_color = { set_color_from_title = title:d_rattapadi } + title:d_d_raumarici_color = { set_color_from_title = title:d_raumarici } + title:d_d_rayy_color = { set_color_from_title = title:d_rayy } + title:d_d_regraga_color = { set_color_from_title = title:d_regraga } + title:d_d_reudigni_color = { set_color_from_title = title:d_reudigni } + title:d_d_revala_color = { set_color_from_title = title:d_revala } + title:d_d_rhodope_color = { set_color_from_title = title:d_rhodope } + title:d_d_rif_color = { set_color_from_title = title:d_rif } + title:d_d_ripuria_color = { set_color_from_title = title:d_ripuria } + title:d_d_romagna_color = { set_color_from_title = title:d_romagna } + title:d_d_roman_prefect_color = { set_color_from_title = title:d_roman_prefect } + title:d_d_ruhunu_color = { set_color_from_title = title:d_ruhunu } + title:d_d_rutog_color = { set_color_from_title = title:d_rutog } + title:d_d_ryazan_color = { set_color_from_title = title:d_ryazan } + title:d_d_saami_tribe_color = { set_color_from_title = title:d_saami_tribe } + title:d_d_saaremaa_color = { set_color_from_title = title:d_saaremaa } + title:d_d_sabirs_color = { set_color_from_title = title:d_sabirs } + title:d_d_sagya_color = { set_color_from_title = title:d_sagya } + title:d_d_sahara_color = { set_color_from_title = title:d_sahara } + title:d_d_saint_addai_color = { set_color_from_title = title:d_saint_addai } + title:d_d_saint_anthony_color = { set_color_from_title = title:d_saint_anthony } + title:d_d_sakala_color = { set_color_from_title = title:d_sakala } + title:d_d_salair_color = { set_color_from_title = title:d_salair } + title:d_d_salamat_color = { set_color_from_title = title:d_salamat } + title:d_d_salerno_color = { set_color_from_title = title:d_salerno } + title:d_d_salia_color = { set_color_from_title = title:d_salia } + title:d_d_salia_color = { set_color_from_title = title:d_salia } + title:d_d_salona_color = { set_color_from_title = title:d_salona } + title:d_d_salzburg_color = { set_color_from_title = title:d_salzburg } + title:d_d_samalo_color = { set_color_from_title = title:d_samalo } + title:d_d_samaritan_color = { set_color_from_title = title:d_samaritan } + title:d_d_samaritan_color = { set_color_from_title = title:d_samaritan } + title:d_d_samarkand_color = { set_color_from_title = title:d_samarkand } + title:d_d_samarra_color = { set_color_from_title = title:d_samarra } + title:d_d_sami_color = { set_color_from_title = title:d_sami } + title:d_d_sami_color = { set_color_from_title = title:d_sami } + title:d_d_samnium_color = { set_color_from_title = title:d_samnium } + title:d_d_samogitia_color = { set_color_from_title = title:d_samogitia } + title:d_d_sanaa_color = { set_color_from_title = title:d_sanaa } + title:d_d_sanaag_color = { set_color_from_title = title:d_sanaag } + title:d_d_sandomiersk_color = { set_color_from_title = title:d_sandomiersk } + title:d_d_sapi_color = { set_color_from_title = title:d_sapi } + title:d_d_saragurs_color = { set_color_from_title = title:d_saragurs } + title:d_d_sarapion_color = { set_color_from_title = title:d_sarapion } + title:d_d_sardinia_color = { set_color_from_title = title:d_sardinia } + title:d_d_sarmuzegetusa_regia_color = { set_color_from_title = title:d_sarmuzegetusa_regia } + title:d_d_saryarka_color = { set_color_from_title = title:d_saryarka } + title:d_d_saryupara_color = { set_color_from_title = title:d_saryupara } + title:d_d_saurashtra_color = { set_color_from_title = title:d_saurashtra } + title:d_d_sauvira_color = { set_color_from_title = title:d_sauvira } + title:d_d_savalu_color = { set_color_from_title = title:d_savalu } + title:d_d_savo_color = { set_color_from_title = title:d_savo } + title:d_d_savo_tribe_color = { set_color_from_title = title:d_savo_tribe } + title:d_d_savoie_color = { set_color_from_title = title:d_savoie } + title:d_d_scalabitanus_color = { set_color_from_title = title:d_scalabitanus } + title:d_d_schmalkalden_color = { set_color_from_title = title:d_schmalkalden } + title:d_d_scythia_color = { set_color_from_title = title:d_scythia } + title:d_d_sebasteia_color = { set_color_from_title = title:d_sebasteia } + title:d_d_selenga_valley_color = { set_color_from_title = title:d_selenga_valley } + title:d_d_selonians_color = { set_color_from_title = title:d_selonians } + title:d_d_semey_color = { set_color_from_title = title:d_semey } + title:d_d_senate_color = { set_color_from_title = title:d_senate } + title:d_d_senate_color = { set_color_from_title = title:d_senate } + title:d_d_sennar_color = { set_color_from_title = title:d_sennar } + title:d_d_setomaa_color = { set_color_from_title = title:d_setomaa } + title:d_d_sevilla_color = { set_color_from_title = title:d_sevilla } + title:d_d_shabelle_color = { set_color_from_title = title:d_shabelle } + title:d_d_shamir_color = { set_color_from_title = title:d_shamir } + title:d_d_shammar_color = { set_color_from_title = title:d_shammar } + title:d_d_shanzhou_color = { set_color_from_title = title:d_shanzhou } + title:d_d_sharka_color = { set_color_from_title = title:d_sharka } + title:d_d_shiite_color = { set_color_from_title = title:d_shiite } + title:d_d_shirvan_color = { set_color_from_title = title:d_shirvan } + title:d_d_shoria_color = { set_color_from_title = title:d_shoria } + title:d_d_showa_color = { set_color_from_title = title:d_showa } + title:d_d_sibir_color = { set_color_from_title = title:d_sibir } + title:d_d_sicily_color = { set_color_from_title = title:d_sicily } + title:d_d_silla_color = { set_color_from_title = title:d_silla } + title:d_d_sinai_color = { set_color_from_title = title:d_sinai } + title:d_d_sinhala_color = { set_color_from_title = title:d_sinhala } + title:d_d_sistan_color = { set_color_from_title = title:d_sistan } + title:d_d_sitifensis_color = { set_color_from_title = title:d_sitifensis } + title:d_d_sjaelland_color = { set_color_from_title = title:d_sjaelland } + title:d_d_skane_color = { set_color_from_title = title:d_skane } + title:d_d_sklaveni_color = { set_color_from_title = title:d_sklaveni } + title:d_d_sky_lords_color = { set_color_from_title = title:d_sky_lords } + title:d_d_slavonia_color = { set_color_from_title = title:d_slavonia } + title:d_d_slesvig_color = { set_color_from_title = title:d_slesvig } + title:d_d_smaland_color = { set_color_from_title = title:d_smaland } + title:d_d_smolensk_color = { set_color_from_title = title:d_smolensk } + title:d_d_socotra_color = { set_color_from_title = title:d_socotra } + title:d_d_soghd_color = { set_color_from_title = title:d_soghd } + title:d_d_somerset_color = { set_color_from_title = title:d_somerset } + title:d_d_somogy_color = { set_color_from_title = title:d_somogy } + title:d_d_sons_kaleva_color = { set_color_from_title = title:d_sons_kaleva } + title:d_d_sophanene_color = { set_color_from_title = title:d_sophanene } + title:d_d_sophene_color = { set_color_from_title = title:d_sophene } + title:d_d_sous_color = { set_color_from_title = title:d_sous } + title:d_d_spirit_guardians_color = { set_color_from_title = title:d_spirit_guardians } + title:d_d_spoleto_color = { set_color_from_title = title:d_spoleto } + title:d_d_sriksetra_color = { set_color_from_title = title:d_sriksetra } + title:d_d_steyermark_color = { set_color_from_title = title:d_steyermark } + title:d_d_stravani_color = { set_color_from_title = title:d_stravani } + title:d_d_strymon_color = { set_color_from_title = title:d_strymon } + title:d_d_suavi_color = { set_color_from_title = title:d_suavi } + title:d_d_suhma_color = { set_color_from_title = title:d_suhma } + title:d_d_sumparu_color = { set_color_from_title = title:d_sumparu } + title:d_d_sunni_color = { set_color_from_title = title:d_sunni } + title:d_d_sussex_color = { set_color_from_title = title:d_sussex } + title:d_d_suthgyrwa_color = { set_color_from_title = title:d_suthgyrwa } + title:d_d_sutiya_color = { set_color_from_title = title:d_sutiya } + title:d_d_suyab_color = { set_color_from_title = title:d_suyab } + title:d_d_svealand_color = { set_color_from_title = title:d_svealand } + title:d_d_swabia_color = { set_color_from_title = title:d_swabia } + title:d_d_swedes_color = { set_color_from_title = title:d_swedes } + title:d_d_swiss_color = { set_color_from_title = title:d_swiss } + title:d_d_syr_darya_color = { set_color_from_title = title:d_syr_darya } + title:d_d_syria_color = { set_color_from_title = title:d_syria } + title:d_d_syria_salutaris_color = { set_color_from_title = title:d_syria_salutaris } + title:d_d_syrmia_color = { set_color_from_title = title:d_syrmia } + title:d_d_syrte_color = { set_color_from_title = title:d_syrte } + title:d_d_syunik_color = { set_color_from_title = title:d_syunik } + title:d_d_syunik_color = { set_color_from_title = title:d_syunik } + title:d_d_tabae_color = { set_color_from_title = title:d_tabae } + title:d_d_tabaristan_color = { set_color_from_title = title:d_tabaristan } + title:d_d_tabuk_color = { set_color_from_title = title:d_tabuk } + title:d_d_tadmekka_color = { set_color_from_title = title:d_tadmekka } + title:d_d_tafilalt_color = { set_color_from_title = title:d_tafilalt } + title:d_d_tagant_color = { set_color_from_title = title:d_tagant } + title:d_d_tagaung_color = { set_color_from_title = title:d_tagaung } + title:d_d_taghaza_color = { set_color_from_title = title:d_taghaza } + title:d_d_taghlebi_color = { set_color_from_title = title:d_taghlebi } + title:d_d_tahert_color = { set_color_from_title = title:d_tahert } + title:d_d_taizz_color = { set_color_from_title = title:d_taizz } + title:d_d_takrur_color = { set_color_from_title = title:d_takrur } + title:d_d_tamim_color = { set_color_from_title = title:d_tamim } + title:d_d_tangiers_color = { set_color_from_title = title:d_tangiers } + title:d_d_tannu_ola_color = { set_color_from_title = title:d_tannu_ola } + title:d_d_tao-klarjeti_color = { set_color_from_title = title:d_tao-klarjeti } + title:d_d_tara_color = { set_color_from_title = title:d_tara } + title:d_d_tarbagatai_color = { set_color_from_title = title:d_tarbagatai } + title:d_d_taron_color = { set_color_from_title = title:d_taron } + title:d_d_taron_color = { set_color_from_title = title:d_taron } + title:d_d_tarraconensis_color = { set_color_from_title = title:d_tarraconensis } + title:d_d_tavast_tribe_color = { set_color_from_title = title:d_tavast_tribe } + title:d_d_tayk_color = { set_color_from_title = title:d_tayk } + title:d_d_tayk_color = { set_color_from_title = title:d_tayk } + title:d_d_tel_river_color = { set_color_from_title = title:d_tel_river } + title:d_d_temes_color = { set_color_from_title = title:d_temes } + title:d_d_teryukhan_color = { set_color_from_title = title:d_teryukhan } + title:d_d_teutoburgiensis_color = { set_color_from_title = title:d_teutoburgiensis } + title:d_d_teutonic_order_color = { set_color_from_title = title:d_teutonic_order } + title:d_d_thaqif_color = { set_color_from_title = title:d_thaqif } + title:d_d_the_isles_color = { set_color_from_title = title:d_the_isles } + title:d_d_thebais_color = { set_color_from_title = title:d_thebais } + title:d_d_thessalonika_color = { set_color_from_title = title:d_thessalonika } + title:d_d_thessaly_color = { set_color_from_title = title:d_thessaly } + title:d_d_thrace_color = { set_color_from_title = title:d_thrace } + title:d_d_thracesia_color = { set_color_from_title = title:d_thracesia } + title:d_d_thracia_color = { set_color_from_title = title:d_thracia } + title:d_d_thracian_goths_color = { set_color_from_title = title:d_thracian_goths } + title:d_d_thuringia_color = { set_color_from_title = title:d_thuringia } + title:d_d_tibesti_color = { set_color_from_title = title:d_tibesti } + title:d_d_tiele_color = { set_color_from_title = title:d_tiele } + title:d_d_timbuktu_color = { set_color_from_title = title:d_timbuktu } + title:d_d_tingitana_color = { set_color_from_title = title:d_tingitana } + title:d_d_tirabhukti_color = { set_color_from_title = title:d_tirabhukti } + title:d_d_tlemcen_color = { set_color_from_title = title:d_tlemcen } + title:d_d_togina_color = { set_color_from_title = title:d_togina } + title:d_d_toledo_color = { set_color_from_title = title:d_toledo } + title:d_d_toletum_color = { set_color_from_title = title:d_toletum } + title:d_d_tondai_nadu_color = { set_color_from_title = title:d_tondai_nadu } + title:d_d_toro_color = { set_color_from_title = title:d_toro } + title:d_d_tosali_color = { set_color_from_title = title:d_tosali } + title:d_d_toscana_color = { set_color_from_title = title:d_toscana } + title:d_d_touat_color = { set_color_from_title = title:d_touat } + title:d_d_toulouse_color = { set_color_from_title = title:d_toulouse } + title:d_d_trandalog_color = { set_color_from_title = title:d_trandalog } + title:d_d_transcarpathia_color = { set_color_from_title = title:d_transcarpathia } + title:d_d_transcaspiana_color = { set_color_from_title = title:d_transcaspiana } + title:d_d_transjurania_color = { set_color_from_title = title:d_transjurania } + title:d_d_transylvania_color = { set_color_from_title = title:d_transylvania } + title:d_d_transylvanian_alps_color = { set_color_from_title = title:d_transylvanian_alps } + title:d_d_tridentium_color = { set_color_from_title = title:d_tridentium } + title:d_d_triparvatha_color = { set_color_from_title = title:d_triparvatha } + title:d_d_tripolitania_color = { set_color_from_title = title:d_tripolitania } + title:d_d_triveria_color = { set_color_from_title = title:d_triveria } + title:d_d_trondelag_color = { set_color_from_title = title:d_trondelag } + title:d_d_trondelag_color = { set_color_from_title = title:d_trondelag } + title:d_d_tsagaanbaigal_color = { set_color_from_title = title:d_tsagaanbaigal } + title:d_d_tunis_color = { set_color_from_title = title:d_tunis } + title:d_d_turan_color = { set_color_from_title = title:d_turan } + title:d_d_turgay_color = { set_color_from_title = title:d_turgay } + title:d_d_turnovo_color = { set_color_from_title = title:d_turnovo } + title:d_d_turov_color = { set_color_from_title = title:d_turov } + title:d_d_tuyuhun_color = { set_color_from_title = title:d_tuyuhun } + title:d_d_tyrol_color = { set_color_from_title = title:d_tyrol } + title:d_d_ubsunur_hollow_color = { set_color_from_title = title:d_ubsunur_hollow } + title:d_d_uda_valley_color = { set_color_from_title = title:d_uda_valley } + title:d_d_udayagiri_color = { set_color_from_title = title:d_udayagiri } + title:d_d_udmurt_tribe_color = { set_color_from_title = title:d_udmurt_tribe } + title:d_d_udmurtia_color = { set_color_from_title = title:d_udmurtia } + title:d_d_ugandi_color = { set_color_from_title = title:d_ugandi } + title:d_d_ulster_color = { set_color_from_title = title:d_ulster } + title:d_d_umbria_color = { set_color_from_title = title:d_umbria } + title:d_d_ungvar_color = { set_color_from_title = title:d_ungvar } + title:d_d_upper_burgundy_color = { set_color_from_title = title:d_upper_burgundy } + title:d_d_upper_durius_color = { set_color_from_title = title:d_upper_durius } + title:d_d_upper_gurma_color = { set_color_from_title = title:d_upper_gurma } + title:d_d_upper_lorraine_color = { set_color_from_title = title:d_upper_lorraine } + title:d_d_upper_silesia_color = { set_color_from_title = title:d_upper_silesia } + title:d_d_ural_color = { set_color_from_title = title:d_ural } + title:d_d_uraltau_color = { set_color_from_title = title:d_uraltau } + title:d_d_urartuism_color = { set_color_from_title = title:d_urartuism } + title:d_d_urcitanensis_color = { set_color_from_title = title:d_urcitanensis } + title:d_d_urdunn_color = { set_color_from_title = title:d_urdunn } + title:d_d_usora_color = { set_color_from_title = title:d_usora } + title:d_d_ustyug_color = { set_color_from_title = title:d_ustyug } + title:d_d_utigurs_color = { set_color_from_title = title:d_utigurs } + title:d_d_utrecht_color = { set_color_from_title = title:d_utrecht } + title:d_d_uusimaa_tribe_color = { set_color_from_title = title:d_uusimaa_tribe } + title:d_d_uzboy_color = { set_color_from_title = title:d_uzboy } + title:d_d_valencia_color = { set_color_from_title = title:d_valencia } + title:d_d_valentinianism_color = { set_color_from_title = title:d_valentinianism } + title:d_d_valentinianism_color = { set_color_from_title = title:d_valentinianism } + title:d_d_valentois_alans_color = { set_color_from_title = title:d_valentois_alans } + title:d_d_valeria_color = { set_color_from_title = title:d_valeria } + title:d_d_valois_color = { set_color_from_title = title:d_valois } + title:d_d_vanga_color = { set_color_from_title = title:d_vanga } + title:d_d_varendra_color = { set_color_from_title = title:d_varendra } + title:d_d_vasconia_color = { set_color_from_title = title:d_vasconia } + title:d_d_vaspurakan_color = { set_color_from_title = title:d_vaspurakan } + title:d_d_vaspurakan_color = { set_color_from_title = title:d_vaspurakan } + title:d_d_vastergotland_color = { set_color_from_title = title:d_vastergotland } + title:d_d_vasyugan_mire_color = { set_color_from_title = title:d_vasyugan_mire } + title:d_d_venedi_color = { set_color_from_title = title:d_venedi } + title:d_d_venedi_color = { set_color_from_title = title:d_venedi } + title:d_d_venetia_color = { set_color_from_title = title:d_venetia } + title:d_d_vengi_color = { set_color_from_title = title:d_vengi } + title:d_d_venice_color = { set_color_from_title = title:d_venice } + title:d_d_vepsia_color = { set_color_from_title = title:d_vepsia } + title:d_d_verodunum_color = { set_color_from_title = title:d_verodunum } + title:d_d_verona_color = { set_color_from_title = title:d_verona } + title:d_d_vestlandi_color = { set_color_from_title = title:d_vestlandi } + title:d_d_vidharba_color = { set_color_from_title = title:d_vidharba } + title:d_d_vidin_color = { set_color_from_title = title:d_vidin } + title:d_d_vidivaria_color = { set_color_from_title = title:d_vidivaria } + title:d_d_viken_color = { set_color_from_title = title:d_viken } + title:d_d_vindelica_prima_color = { set_color_from_title = title:d_vindelica_prima } + title:d_d_vindelica_quarta_color = { set_color_from_title = title:d_vindelica_quarta } + title:d_d_vindelica_secunda_color = { set_color_from_title = title:d_vindelica_secunda } + title:d_d_vindelica_tertia_color = { set_color_from_title = title:d_vindelica_tertia } + title:d_d_viraja_color = { set_color_from_title = title:d_viraja } + title:d_d_virumaa_color = { set_color_from_title = title:d_virumaa } + title:d_d_viscaya_color = { set_color_from_title = title:d_viscaya } + title:d_d_visegrad_color = { set_color_from_title = title:d_visegrad } + title:d_d_vistula_color = { set_color_from_title = title:d_vistula } + title:d_d_visutla_australis_color = { set_color_from_title = title:d_visutla_australis } + title:d_d_vodamayutja_color = { set_color_from_title = title:d_vodamayutja } + title:d_d_vogulia_color = { set_color_from_title = title:d_vogulia } + title:d_d_volga_bulgaria_color = { set_color_from_title = title:d_volga_bulgaria } + title:d_d_volhynia_color = { set_color_from_title = title:d_volhynia } + title:d_d_vologda_color = { set_color_from_title = title:d_vologda } + title:d_d_vologda_tribe_color = { set_color_from_title = title:d_vologda_tribe } + title:d_d_voronezh_color = { set_color_from_title = title:d_voronezh } + title:d_d_votians_color = { set_color_from_title = title:d_votians } + title:d_d_vuovdisamieana_color = { set_color_from_title = title:d_vuovdisamieana } + title:d_d_wabar_color = { set_color_from_title = title:d_wabar } + title:d_d_wadai_color = { set_color_from_title = title:d_wadai } + title:d_d_wagadu_color = { set_color_from_title = title:d_wagadu } + title:d_d_wagadugu_color = { set_color_from_title = title:d_wagadugu } + title:d_d_wandala_color = { set_color_from_title = title:d_wandala } + title:d_d_warangal_color = { set_color_from_title = title:d_warangal } + title:d_d_warini_color = { set_color_from_title = title:d_warini } + title:d_d_warriors_perun_color = { set_color_from_title = title:d_warriors_perun } + title:d_d_wasit_color = { set_color_from_title = title:d_wasit } + title:d_d_wenyon_color = { set_color_from_title = title:d_wenyon } + title:d_d_werle_color = { set_color_from_title = title:d_werle } + title:d_d_west_ajuraan_color = { set_color_from_title = title:d_west_ajuraan } + title:d_d_west_darfur_color = { set_color_from_title = title:d_west_darfur } + title:d_d_west_franconia_color = { set_color_from_title = title:d_west_franconia } + title:d_d_west_galindians_color = { set_color_from_title = title:d_west_galindians } + title:d_d_western_isles_color = { set_color_from_title = title:d_western_isles } + title:d_d_western_sayan_color = { set_color_from_title = title:d_western_sayan } + title:d_d_westfalen_color = { set_color_from_title = title:d_westfalen } + title:d_d_westfriesland_color = { set_color_from_title = title:d_westfriesland } + title:d_d_westpommern_color = { set_color_from_title = title:d_westpommern } + title:d_d_wielkopolska_color = { set_color_from_title = title:d_wielkopolska } + title:d_d_worodugu_color = { set_color_from_title = title:d_worodugu } + title:d_d_wuli_color = { set_color_from_title = title:d_wuli } + title:d_d_wuluhai_color = { set_color_from_title = title:d_wuluhai } + title:d_d_xia_color = { set_color_from_title = title:d_xia } + title:d_d_xigaze_color = { set_color_from_title = title:d_xigaze } + title:d_d_xining_color = { set_color_from_title = title:d_xining } + title:d_d_yamama_color = { set_color_from_title = title:d_yamama } + title:d_d_yarlung_color = { set_color_from_title = title:d_yarlung } + title:d_d_yatenga_color = { set_color_from_title = title:d_yatenga } + title:d_d_yathrib_color = { set_color_from_title = title:d_yathrib } + title:d_d_yazd_color = { set_color_from_title = title:d_yazd } + title:d_d_yedisan_color = { set_color_from_title = title:d_yedisan } + title:d_d_yenisei_kan_color = { set_color_from_title = title:d_yenisei_kan } + title:d_d_yijinai_color = { set_color_from_title = title:d_yijinai } + title:d_d_york_color = { set_color_from_title = title:d_york } + title:d_d_yotvingians_color = { set_color_from_title = title:d_yotvingians } + title:d_d_yungdrung_bon_color = { set_color_from_title = title:d_yungdrung_bon } + title:d_d_zab_color = { set_color_from_title = title:d_zab } + title:d_d_zabulistan_color = { set_color_from_title = title:d_zabulistan } + title:d_d_zadoi_color = { set_color_from_title = title:d_zadoi } + title:d_d_zaghawa_color = { set_color_from_title = title:d_zaghawa } + title:d_d_zaila_color = { set_color_from_title = title:d_zaila } + title:d_d_zammour_color = { set_color_from_title = title:d_zammour } + title:d_d_zanskar_color = { set_color_from_title = title:d_zanskar } + title:d_d_zaragoza_color = { set_color_from_title = title:d_zaragoza } + title:d_d_zealots_color = { set_color_from_title = title:d_zealots } + title:d_d_zemigalians_color = { set_color_from_title = title:d_zemigalians } + title:d_d_zhenfan_color = { set_color_from_title = title:d_zhenfan } + title:d_d_zhetysu_color = { set_color_from_title = title:d_zhetysu } + title:d_d_zinder_color = { set_color_from_title = title:d_zinder } + title:d_d_znaga_color = { set_color_from_title = title:d_znaga } + title:d_d_zun_warriors_color = { set_color_from_title = title:d_zun_warriors } + title:d_k_abyssinia_color = { set_color_from_title = title:k_abyssinia } + title:d_k_achaia_color = { set_color_from_title = title:k_achaia } + title:d_k_adal_color = { set_color_from_title = title:k_adal } + title:d_k_adiukru_color = { set_color_from_title = title:k_adiukru } + title:d_k_africa_color = { set_color_from_title = title:k_africa } + title:d_k_africa_prefect_color = { set_color_from_title = title:k_africa_prefect } + title:d_k_ajuraan_color = { set_color_from_title = title:k_ajuraan } + title:d_k_akan_color = { set_color_from_title = title:k_akan } + title:d_k_al_hirah_color = { set_color_from_title = title:k_al_hirah } + title:d_k_alamannia_color = { set_color_from_title = title:k_alamannia } + title:d_k_alamannia_color = { set_color_from_title = title:k_alamannia } + title:d_k_altava_color = { set_color_from_title = title:k_altava } + title:d_k_amdo_color = { set_color_from_title = title:k_amdo } + title:d_k_amr_confederacy_color = { set_color_from_title = title:k_amr_confederacy } + title:d_k_amr_confederacy_color = { set_color_from_title = title:k_amr_confederacy } + title:d_k_anatolia_color = { set_color_from_title = title:k_anatolia } + title:d_k_anbiya_color = { set_color_from_title = title:k_anbiya } + title:d_k_andalusia_color = { set_color_from_title = title:k_andalusia } + title:d_k_andhra_color = { set_color_from_title = title:k_andhra } + title:d_k_angara_color = { set_color_from_title = title:k_angara } + title:d_k_angloland_color = { set_color_from_title = title:k_angloland } + title:d_k_annonaria_color = { set_color_from_title = title:k_annonaria } + title:d_k_aquitaine_color = { set_color_from_title = title:k_aquitaine } + title:d_k_arabia_color = { set_color_from_title = title:k_arabia } + title:d_k_arabia_petraea_color = { set_color_from_title = title:k_arabia_petraea } + title:d_k_aragon_color = { set_color_from_title = title:k_aragon } + title:d_k_armenia_color = { set_color_from_title = title:k_armenia } + title:d_k_armenia_color = { set_color_from_title = title:k_armenia } + title:d_k_armenia_inferior_color = { set_color_from_title = title:k_armenia_inferior } + title:d_k_armenian_principality_color = { set_color_from_title = title:k_armenian_principality } + title:d_k_ashina_color = { set_color_from_title = title:k_ashina } + title:d_k_asia_color = { set_color_from_title = title:k_asia } + title:d_k_asoristan_color = { set_color_from_title = title:k_asoristan } + title:d_k_asturias_color = { set_color_from_title = title:k_asturias } + title:d_k_athens_color = { set_color_from_title = title:k_athens } + title:d_k_auresia_color = { set_color_from_title = title:k_auresia } + title:d_k_austrasia_color = { set_color_from_title = title:k_austrasia } + title:d_k_austria_color = { set_color_from_title = title:k_austria } + title:d_k_aydin_color = { set_color_from_title = title:k_aydin } + title:d_k_bactria_color = { set_color_from_title = title:k_bactria } + title:d_k_badajoz_color = { set_color_from_title = title:k_badajoz } + title:d_k_baetica_color = { set_color_from_title = title:k_baetica } + title:d_k_bashkiria_color = { set_color_from_title = title:k_bashkiria } + title:d_k_bastarnae_color = { set_color_from_title = title:k_bastarnae } + title:d_k_bavaria_color = { set_color_from_title = title:k_bavaria } + title:d_k_belgica_color = { set_color_from_title = title:k_belgica } + title:d_k_bene_israel_color = { set_color_from_title = title:k_bene_israel } + title:d_k_bengal_color = { set_color_from_title = title:k_bengal } + title:d_k_bihar_color = { set_color_from_title = title:k_bihar } + title:d_k_bjarmaland_color = { set_color_from_title = title:k_bjarmaland } + title:d_k_blemmyia_color = { set_color_from_title = title:k_blemmyia } + title:d_k_bohemia_color = { set_color_from_title = title:k_bohemia } + title:d_k_borgu_color = { set_color_from_title = title:k_borgu } + title:d_k_bosnia_color = { set_color_from_title = title:k_bosnia } + title:d_k_britannia_prima_color = { set_color_from_title = title:k_britannia_prima } + title:d_k_britannia_secunda_color = { set_color_from_title = title:k_britannia_secunda } + title:d_k_brittany_color = { set_color_from_title = title:k_brittany } + title:d_k_bulgaria_color = { set_color_from_title = title:k_bulgaria } + title:d_k_burgundians_color = { set_color_from_title = title:k_burgundians } + title:d_k_burgundians_color = { set_color_from_title = title:k_burgundians } + title:d_k_burgundy_color = { set_color_from_title = title:k_burgundy } + title:d_k_buryatia_color = { set_color_from_title = title:k_buryatia } + title:d_k_byzantium_color = { set_color_from_title = title:k_byzantium } + title:d_k_cabaon_color = { set_color_from_title = title:k_cabaon } + title:d_k_canarias_color = { set_color_from_title = title:k_canarias } + title:d_k_candar_color = { set_color_from_title = title:k_candar } + title:d_k_capsa_color = { set_color_from_title = title:k_capsa } + title:d_k_cartaginensis_color = { set_color_from_title = title:k_cartaginensis } + title:d_k_caspian_steppe_color = { set_color_from_title = title:k_caspian_steppe } + title:d_k_castille_color = { set_color_from_title = title:k_castille } + title:d_k_caucasian_albania_color = { set_color_from_title = title:k_caucasian_albania } + title:d_k_caucasus_color = { set_color_from_title = title:k_caucasus } + title:d_k_chuban_color = { set_color_from_title = title:k_chuban } + title:d_k_cilicia_color = { set_color_from_title = title:k_cilicia } + title:d_k_cimrii_color = { set_color_from_title = title:k_cimrii } + title:d_k_commagene_color = { set_color_from_title = title:k_commagene } + title:d_k_cornwall_color = { set_color_from_title = title:k_cornwall } + title:d_k_crete_color = { set_color_from_title = title:k_crete } + title:d_k_croatia_color = { set_color_from_title = title:k_croatia } + title:d_k_cuman_color = { set_color_from_title = title:k_cuman } + title:d_k_cyprus_color = { set_color_from_title = title:k_cyprus } + title:d_k_cyrenaica_color = { set_color_from_title = title:k_cyrenaica } + title:d_k_dacia_color = { set_color_from_title = title:k_dacia } + title:d_k_dacia_carpetes_color = { set_color_from_title = title:k_dacia_carpetes } + title:d_k_dahae_confederacy_color = { set_color_from_title = title:k_dahae_confederacy } + title:d_k_dal_riata_color = { set_color_from_title = title:k_dal_riata } + title:d_k_dalmatia_color = { set_color_from_title = title:k_dalmatia } + title:d_k_dalmatia_color = { set_color_from_title = title:k_dalmatia } + title:d_k_damot_color = { set_color_from_title = title:k_damot } + title:d_k_daneland_color = { set_color_from_title = title:k_daneland } + title:d_k_danelaw_color = { set_color_from_title = title:k_danelaw } + title:d_k_danubia_color = { set_color_from_title = title:k_danubia } + title:d_k_darfur_color = { set_color_from_title = title:k_darfur } + title:d_k_daylam_color = { set_color_from_title = title:k_daylam } + title:d_k_delhi_color = { set_color_from_title = title:k_delhi } + title:d_k_denmark_color = { set_color_from_title = title:k_denmark } + title:d_k_dubuo_color = { set_color_from_title = title:k_dubuo } + title:d_k_dzungaria_color = { set_color_from_title = title:k_dzungaria } + title:d_k_east_francia_color = { set_color_from_title = title:k_east_francia } + title:d_k_egypt_color = { set_color_from_title = title:k_egypt } + title:d_k_egypt_color = { set_color_from_title = title:k_egypt } + title:d_k_england_color = { set_color_from_title = title:k_england } + title:d_k_epirus_color = { set_color_from_title = title:k_epirus } + title:d_k_eretnid_color = { set_color_from_title = title:k_eretnid } + title:d_k_esthonia_color = { set_color_from_title = title:k_esthonia } + title:d_k_fashion_color = { set_color_from_title = title:k_fashion } + title:d_k_finland_color = { set_color_from_title = title:k_finland } + title:d_k_france_color = { set_color_from_title = title:k_france } + title:d_k_franks_color = { set_color_from_title = title:k_franks } + title:d_k_frisia_color = { set_color_from_title = title:k_frisia } + title:d_k_gaetulia_color = { set_color_from_title = title:k_gaetulia } + title:d_k_galatia_color = { set_color_from_title = title:k_galatia } + title:d_k_galicia-volhynia_color = { set_color_from_title = title:k_galicia-volhynia } + title:d_k_gallaecia_color = { set_color_from_title = title:k_gallaecia } + title:d_k_gaochang_color = { set_color_from_title = title:k_gaochang } + title:d_k_gaoche_color = { set_color_from_title = title:k_gaoche } + title:d_k_garamantes_color = { set_color_from_title = title:k_garamantes } + title:d_k_geatland_color = { set_color_from_title = title:k_geatland } + title:d_k_genoa_color = { set_color_from_title = title:k_genoa } + title:d_k_georgia_color = { set_color_from_title = title:k_georgia } + title:d_k_gepidia_color = { set_color_from_title = title:k_gepidia } + title:d_k_gepidia_color = { set_color_from_title = title:k_gepidia } + title:d_k_germania_color = { set_color_from_title = title:k_germania } + title:d_k_germania_inferior_color = { set_color_from_title = title:k_germania_inferior } + title:d_k_germania_slavica_prima_color = { set_color_from_title = title:k_germania_slavica_prima } + title:d_k_germania_slavica_secunda_color = { set_color_from_title = title:k_germania_slavica_secunda } + title:d_k_germiyan_color = { set_color_from_title = title:k_germiyan } + title:d_k_ghana_color = { set_color_from_title = title:k_ghana } + title:d_k_gondwana_color = { set_color_from_title = title:k_gondwana } + title:d_k_guge_color = { set_color_from_title = title:k_guge } + title:d_k_guinea_color = { set_color_from_title = title:k_guinea } + title:d_k_guiyi_color = { set_color_from_title = title:k_guiyi } + title:d_k_gujarat_color = { set_color_from_title = title:k_gujarat } + title:d_k_gur_color = { set_color_from_title = title:k_gur } + title:d_k_gurma_color = { set_color_from_title = title:k_gurma } + title:d_k_gyalrong_color = { set_color_from_title = title:k_gyalrong } + title:d_k_hansa_color = { set_color_from_title = title:k_hansa } + title:d_k_harla_color = { set_color_from_title = title:k_harla } + title:d_k_hausaland_color = { set_color_from_title = title:k_hausaland } + title:d_k_hejaz_color = { set_color_from_title = title:k_hejaz } + title:d_k_hellas_color = { set_color_from_title = title:k_hellas } + title:d_k_helling_color = { set_color_from_title = title:k_helling } + title:d_k_herul_color = { set_color_from_title = title:k_herul } + title:d_k_himalaya_color = { set_color_from_title = title:k_himalaya } + title:d_k_hodna_color = { set_color_from_title = title:k_hodna } + title:d_k_hungary_color = { set_color_from_title = title:k_hungary } + title:d_k_iberia_color = { set_color_from_title = title:k_iberia } + title:d_k_iberia_color = { set_color_from_title = title:k_iberia } + title:d_k_iceland_color = { set_color_from_title = title:k_iceland } + title:d_k_igbo-benue_color = { set_color_from_title = title:k_igbo-benue } + title:d_k_illyria_color = { set_color_from_title = title:k_illyria } + title:d_k_illyria_prefect_color = { set_color_from_title = title:k_illyria_prefect } + title:d_k_ireland_color = { set_color_from_title = title:k_ireland } + title:d_k_israel_color = { set_color_from_title = title:k_israel } + title:d_k_italia_color = { set_color_from_title = title:k_italia } + title:d_k_italy_color = { set_color_from_title = title:k_italy } + title:d_k_italy_prefect_color = { set_color_from_title = title:k_italy_prefect } + title:d_k_jazira_color = { set_color_from_title = title:k_jazira } + title:d_k_jenne_color = { set_color_from_title = title:k_jenne } + title:d_k_jerusalem_color = { set_color_from_title = title:k_jerusalem } + title:d_k_kaabu_color = { set_color_from_title = title:k_kaabu } + title:d_k_kabulistan_color = { set_color_from_title = title:k_kabulistan } + title:d_k_kalachuri_color = { set_color_from_title = title:k_kalachuri } + title:d_k_kamarupa_color = { set_color_from_title = title:k_kamarupa } + title:d_k_kanem_color = { set_color_from_title = title:k_kanem } + title:d_k_karaman_color = { set_color_from_title = title:k_karaman } + title:d_k_karnata_color = { set_color_from_title = title:k_karnata } + title:d_k_kashmir_color = { set_color_from_title = title:k_kashmir } + title:d_k_khakassia_color = { set_color_from_title = title:k_khakassia } + title:d_k_kham_color = { set_color_from_title = title:k_kham } + title:d_k_khazaria_color = { set_color_from_title = title:k_khazaria } + title:d_k_khazaria_color = { set_color_from_title = title:k_khazaria } + title:d_k_khorasan_color = { set_color_from_title = title:k_khorasan } + title:d_k_khotan_color = { set_color_from_title = title:k_khotan } + title:d_k_khwarezm_color = { set_color_from_title = title:k_khwarezm } + title:d_k_kidarite_color = { set_color_from_title = title:k_kidarite } + title:d_k_kidarite_color = { set_color_from_title = title:k_kidarite } + title:d_k_kimek_color = { set_color_from_title = title:k_kimek } + title:d_k_kipchak_color = { set_color_from_title = title:k_kipchak } + title:d_k_kong_color = { set_color_from_title = title:k_kong } + title:d_k_kosala_color = { set_color_from_title = title:k_kosala } + title:d_k_kucha_color = { set_color_from_title = title:k_kucha } + title:d_k_lanka_color = { set_color_from_title = title:k_lanka } + title:d_k_lazica_color = { set_color_from_title = title:k_lazica } + title:d_k_lazica_color = { set_color_from_title = title:k_lazica } + title:d_k_leon_color = { set_color_from_title = title:k_leon } + title:d_k_lhomon_color = { set_color_from_title = title:k_lhomon } + title:d_k_lithuania_color = { set_color_from_title = title:k_lithuania } + title:d_k_livonia_color = { set_color_from_title = title:k_livonia } + title:d_k_lombardia_color = { set_color_from_title = title:k_lombardia } + title:d_k_lotharingia_color = { set_color_from_title = title:k_lotharingia } + title:d_k_lugdunensis_color = { set_color_from_title = title:k_lugdunensis } + title:d_k_lusitania_color = { set_color_from_title = title:k_lusitania } + title:d_k_macedonia_color = { set_color_from_title = title:k_macedonia } + title:d_k_maghreb_color = { set_color_from_title = title:k_maghreb } + title:d_k_magyar_color = { set_color_from_title = title:k_magyar } + title:d_k_maharastra_color = { set_color_from_title = title:k_maharastra } + title:d_k_makran_color = { set_color_from_title = title:k_makran } + title:d_k_mali_color = { set_color_from_title = title:k_mali } + title:d_k_malwa_color = { set_color_from_title = title:k_malwa } + title:d_k_manipura_color = { set_color_from_title = title:k_manipura } + title:d_k_mann_the_isles_color = { set_color_from_title = title:k_mann_the_isles } + title:d_k_maryul_color = { set_color_from_title = title:k_maryul } + title:d_k_masmuda_color = { set_color_from_title = title:k_masmuda } + title:d_k_mauretania_color = { set_color_from_title = title:k_mauretania } + title:d_k_mauria_color = { set_color_from_title = title:k_mauria } + title:d_k_maxima_sequanorum_color = { set_color_from_title = title:k_maxima_sequanorum } + title:d_k_mazandaran_color = { set_color_from_title = title:k_mazandaran } + title:d_k_mazandaran_color = { set_color_from_title = title:k_mazandaran } + title:d_k_mazun_color = { set_color_from_title = title:k_mazun } + title:d_k_mediterranean_sea_color = { set_color_from_title = title:k_mediterranean_sea } + title:d_k_melchisedechianism_color = { set_color_from_title = title:k_melchisedechianism } + title:d_k_melchisedechianism_color = { set_color_from_title = title:k_melchisedechianism } + title:d_k_mentese_color = { set_color_from_title = title:k_mentese } + title:d_k_mercia_color = { set_color_from_title = title:k_mercia } + title:d_k_mesopotamia_color = { set_color_from_title = title:k_mesopotamia } + title:d_k_moesia_inferior_color = { set_color_from_title = title:k_moesia_inferior } + title:d_k_moesia_superior_color = { set_color_from_title = title:k_moesia_superior } + title:d_k_moldavia_color = { set_color_from_title = title:k_moldavia } + title:d_k_mongolia_color = { set_color_from_title = title:k_mongolia } + title:d_k_moravia_color = { set_color_from_title = title:k_moravia } + title:d_k_mordvinia_color = { set_color_from_title = title:k_mordvinia } + title:d_k_naples_color = { set_color_from_title = title:k_naples } + title:d_k_nasamoni_color = { set_color_from_title = title:k_nasamoni } + title:d_k_navarra_color = { set_color_from_title = title:k_navarra } + title:d_k_nemenchia_color = { set_color_from_title = title:k_nemenchia } + title:d_k_neustria_color = { set_color_from_title = title:k_neustria } + title:d_k_nikaea_color = { set_color_from_title = title:k_nikaea } + title:d_k_noricum_color = { set_color_from_title = title:k_noricum } + title:d_k_northumbria_color = { set_color_from_title = title:k_northumbria } + title:d_k_norway_color = { set_color_from_title = title:k_norway } + title:d_k_novgorod_color = { set_color_from_title = title:k_novgorod } + title:d_k_nubia_color = { set_color_from_title = title:k_nubia } + title:d_k_ob_color = { set_color_from_title = title:k_ob } + title:d_k_oghuz_il_color = { set_color_from_title = title:k_oghuz_il } + title:d_k_old_armenia_color = { set_color_from_title = title:k_old_armenia } + title:d_k_old_thrace_color = { set_color_from_title = title:k_old_thrace } + title:d_k_oman_color = { set_color_from_title = title:k_oman } + title:d_k_opolye_color = { set_color_from_title = title:k_opolye } + title:d_k_oriens_color = { set_color_from_title = title:k_oriens } + title:d_k_orissa_color = { set_color_from_title = title:k_orissa } + title:d_k_orleans_color = { set_color_from_title = title:k_orleans } + title:d_k_orthodox_color = { set_color_from_title = title:k_orthodox } + title:d_k_ostrogoths_color = { set_color_from_title = title:k_ostrogoths } + title:d_k_ostrogoths_color = { set_color_from_title = title:k_ostrogoths } + title:d_k_ottoman_color = { set_color_from_title = title:k_ottoman } + title:d_k_ouarsenis_color = { set_color_from_title = title:k_ouarsenis } + title:d_k_outer_ajuraan_color = { set_color_from_title = title:k_outer_ajuraan } + title:d_k_pagan_color = { set_color_from_title = title:k_pagan } + title:d_k_pannonia_color = { set_color_from_title = title:k_pannonia } + title:d_k_papal_state_color = { set_color_from_title = title:k_papal_state } + title:d_k_paris_color = { set_color_from_title = title:k_paris } + title:d_k_parthia_color = { set_color_from_title = title:k_parthia } + title:d_k_pechenegs_color = { set_color_from_title = title:k_pechenegs } + title:d_k_permia_color = { set_color_from_title = title:k_permia } + title:d_k_persia_color = { set_color_from_title = title:k_persia } + title:d_k_pisa_color = { set_color_from_title = title:k_pisa } + title:d_k_poland_color = { set_color_from_title = title:k_poland } + title:d_k_pomerania_color = { set_color_from_title = title:k_pomerania } + title:d_k_pontic_steppe_color = { set_color_from_title = title:k_pontic_steppe } + title:d_k_pontus_color = { set_color_from_title = title:k_pontus } + title:d_k_portugal_color = { set_color_from_title = title:k_portugal } + title:d_k_punjab_color = { set_color_from_title = title:k_punjab } + title:d_k_qaryat_dhat_kahil_color = { set_color_from_title = title:k_qaryat_dhat_kahil } + title:d_k_raetia_color = { set_color_from_title = title:k_raetia } + title:d_k_rajputana_color = { set_color_from_title = title:k_rajputana } + title:d_k_republic_color = { set_color_from_title = title:k_republic } + title:d_k_respendalid_color = { set_color_from_title = title:k_respendalid } + title:d_k_respendalid_color = { set_color_from_title = title:k_respendalid } + title:d_k_rheged_color = { set_color_from_title = title:k_rheged } + title:d_k_romagna_color = { set_color_from_title = title:k_romagna } + title:d_k_rugiland_color = { set_color_from_title = title:k_rugiland } + title:d_k_rum_color = { set_color_from_title = title:k_rum } + title:d_k_ruthenia_color = { set_color_from_title = title:k_ruthenia } + title:d_k_sahara_color = { set_color_from_title = title:k_sahara } + title:d_k_sakya_trizin_color = { set_color_from_title = title:k_sakya_trizin } + title:d_k_salihid_color = { set_color_from_title = title:k_salihid } + title:d_k_sao_color = { set_color_from_title = title:k_sao } + title:d_k_sapmi_color = { set_color_from_title = title:k_sapmi } + title:d_k_sardinia_color = { set_color_from_title = title:k_sardinia } + title:d_k_sarir_color = { set_color_from_title = title:k_sarir } + title:d_k_sarir_color = { set_color_from_title = title:k_sarir } + title:d_k_saruhan_color = { set_color_from_title = title:k_saruhan } + title:d_k_saurashtra_color = { set_color_from_title = title:k_saurashtra } + title:d_k_saxony_color = { set_color_from_title = title:k_saxony } + title:d_k_scotland_color = { set_color_from_title = title:k_scotland } + title:d_k_septem_provincae_color = { set_color_from_title = title:k_septem_provincae } + title:d_k_serbia_color = { set_color_from_title = title:k_serbia } + title:d_k_shanshan_color = { set_color_from_title = title:k_shanshan } + title:d_k_sibir_color = { set_color_from_title = title:k_sibir } + title:d_k_sicca_veneria_color = { set_color_from_title = title:k_sicca_veneria } + title:d_k_sicily_color = { set_color_from_title = title:k_sicily } + title:d_k_sindh_color = { set_color_from_title = title:k_sindh } + title:d_k_sogdiana_color = { set_color_from_title = title:k_sogdiana } + title:d_k_soissons_color = { set_color_from_title = title:k_soissons } + title:d_k_soissons_color = { set_color_from_title = title:k_soissons } + title:d_k_songhay_color = { set_color_from_title = title:k_songhay } + title:d_k_sophene_color = { set_color_from_title = title:k_sophene } + title:d_k_south_kosala_color = { set_color_from_title = title:k_south_kosala } + title:d_k_spanish_galicia_color = { set_color_from_title = title:k_spanish_galicia } + title:d_k_sparta_color = { set_color_from_title = title:k_sparta } + title:d_k_suebia_color = { set_color_from_title = title:k_suebia } + title:d_k_sweden_color = { set_color_from_title = title:k_sweden } + title:d_k_switzerland_color = { set_color_from_title = title:k_switzerland } + title:d_k_syr_darya_color = { set_color_from_title = title:k_syr_darya } + title:d_k_syria_color = { set_color_from_title = title:k_syria } + title:d_k_tahert_color = { set_color_from_title = title:k_tahert } + title:d_k_takrur_color = { set_color_from_title = title:k_takrur } + title:d_k_tamilakam_color = { set_color_from_title = title:k_tamilakam } + title:d_k_tarraconensis_color = { set_color_from_title = title:k_tarraconensis } + title:d_k_taurica_color = { set_color_from_title = title:k_taurica } + title:d_k_tekke_color = { set_color_from_title = title:k_tekke } + title:d_k_telingana_color = { set_color_from_title = title:k_telingana } + title:d_k_thaton_color = { set_color_from_title = title:k_thaton } + title:d_k_thessalonika_color = { set_color_from_title = title:k_thessalonika } + title:d_k_thrace_color = { set_color_from_title = title:k_thrace } + title:d_k_thracia_color = { set_color_from_title = title:k_thracia } + title:d_k_thuringia_color = { set_color_from_title = title:k_thuringia } + title:d_k_toledo_color = { set_color_from_title = title:k_toledo } + title:d_k_toro_color = { set_color_from_title = title:k_toro } + title:d_k_transoxiana_color = { set_color_from_title = title:k_transoxiana } + title:d_k_trebizond_color = { set_color_from_title = title:k_trebizond } + title:d_k_trinacria_color = { set_color_from_title = title:k_trinacria } + title:d_k_tripolitania_color = { set_color_from_title = title:k_tripolitania } + title:d_k_tsang_color = { set_color_from_title = title:k_tsang } + title:d_k_tuldilanids_color = { set_color_from_title = title:k_tuldilanids } + title:d_k_tuva_color = { set_color_from_title = title:k_tuva } + title:d_k_tuyuhun_color = { set_color_from_title = title:k_tuyuhun } + title:d_k_u_color = { set_color_from_title = title:k_u } + title:d_k_uighur_color = { set_color_from_title = title:k_uighur } + title:d_k_valencia_color = { set_color_from_title = title:k_valencia } + title:d_k_vandalica_color = { set_color_from_title = title:k_vandalica } + title:d_k_vandalica_color = { set_color_from_title = title:k_vandalica } + title:d_k_venice_color = { set_color_from_title = title:k_venice } + title:d_k_vindelicia_color = { set_color_from_title = title:k_vindelicia } + title:d_k_visigoths_color = { set_color_from_title = title:k_visigoths } + title:d_k_visigoths_color = { set_color_from_title = title:k_visigoths } + title:d_k_volga_bulgaria_color = { set_color_from_title = title:k_volga_bulgaria } + title:d_k_wales_color = { set_color_from_title = title:k_wales } + title:d_k_wei_western_regions_color = { set_color_from_title = title:k_wei_western_regions } + title:d_k_western_kshatrapas_color = { set_color_from_title = title:k_western_kshatrapas } + title:d_k_white_rus_color = { set_color_from_title = title:k_white_rus } + title:d_k_winideheim_color = { set_color_from_title = title:k_winideheim } + title:d_k_xia_color = { set_color_from_title = title:k_xia } + title:d_k_yarlung_color = { set_color_from_title = title:k_yarlung } + title:d_k_yemen_color = { set_color_from_title = title:k_yemen } + title:d_k_yorubaland_color = { set_color_from_title = title:k_yorubaland } + title:d_k_yugra_color = { set_color_from_title = title:k_yugra } + title:d_k_zhetysu_color = { set_color_from_title = title:k_zhetysu } + title:d_e_aarlud_khanate_color = { set_color_from_title = title:e_aarlud_khanate } + title:d_e_abyssinia_color = { set_color_from_title = title:e_abyssinia } + title:d_e_ajuraan_color = { set_color_from_title = title:e_ajuraan } + title:d_e_arabia_color = { set_color_from_title = title:e_arabia } + title:d_e_armenia_color = { set_color_from_title = title:e_armenia } + title:d_e_avar_color = { set_color_from_title = title:e_avar } + title:d_e_avar_color = { set_color_from_title = title:e_avar } + title:d_e_axum_color = { set_color_from_title = title:e_axum } + title:d_e_bactria_color = { set_color_from_title = title:e_bactria } + title:d_e_baruun_khanate_color = { set_color_from_title = title:e_baruun_khanate } + title:d_e_bengal_color = { set_color_from_title = title:e_bengal } + title:d_e_black_horde_color = { set_color_from_title = title:e_black_horde } + title:d_e_britannia_color = { set_color_from_title = title:e_britannia } + title:d_e_byzantium_color = { set_color_from_title = title:e_byzantium } + title:d_e_byzantium_color = { set_color_from_title = title:e_byzantium } + title:d_e_carpathia_color = { set_color_from_title = title:e_carpathia } + title:d_e_caspian-pontic_steppe_color = { set_color_from_title = title:e_caspian-pontic_steppe } + title:d_e_chagatai_color = { set_color_from_title = title:e_chagatai } + title:d_e_dacia_color = { set_color_from_title = title:e_dacia } + title:d_e_deccan_color = { set_color_from_title = title:e_deccan } + title:d_e_egypt_color = { set_color_from_title = title:e_egypt } + title:d_e_finland_color = { set_color_from_title = title:e_finland } + title:d_e_france_color = { set_color_from_title = title:e_france } + title:d_e_gaul_color = { set_color_from_title = title:e_gaul } + title:d_e_germania_magna_color = { set_color_from_title = title:e_germania_magna } + title:d_e_germany_color = { set_color_from_title = title:e_germany } + title:d_e_golden_horde_color = { set_color_from_title = title:e_golden_horde } + title:d_e_goths_color = { set_color_from_title = title:e_goths } + title:d_e_goths_color = { set_color_from_title = title:e_goths } + title:d_e_guinea_color = { set_color_from_title = title:e_guinea } + title:d_e_helling_color = { set_color_from_title = title:e_helling } + title:d_e_hre_color = { set_color_from_title = title:e_hre } + title:d_e_hunnic_empire_color = { set_color_from_title = title:e_hunnic_empire } + title:d_e_ilkhanate_color = { set_color_from_title = title:e_ilkhanate } + title:d_e_india_color = { set_color_from_title = title:e_india } + title:d_e_italy_color = { set_color_from_title = title:e_italy } + title:d_e_kanem_bornu_color = { set_color_from_title = title:e_kanem_bornu } + title:d_e_kara_khitai_color = { set_color_from_title = title:e_kara_khitai } + title:d_e_kirghiz_khanate_color = { set_color_from_title = title:e_kirghiz_khanate } + title:d_e_latin_empire_color = { set_color_from_title = title:e_latin_empire } + title:d_e_macedon_color = { set_color_from_title = title:e_macedon } + title:d_e_maghreb_color = { set_color_from_title = title:e_maghreb } + title:d_e_mali_color = { set_color_from_title = title:e_mali } + title:d_e_mongol_empire_color = { set_color_from_title = title:e_mongol_empire } + title:d_e_mongolia_color = { set_color_from_title = title:e_mongolia } + title:d_e_north_africa_color = { set_color_from_title = title:e_north_africa } + title:d_e_north_sea_color = { set_color_from_title = title:e_north_sea } + title:d_e_outremer_color = { set_color_from_title = title:e_outremer } + title:d_e_palmyra_color = { set_color_from_title = title:e_palmyra } + title:d_e_persia_color = { set_color_from_title = title:e_persia } + title:d_e_rajastan_color = { set_color_from_title = title:e_rajastan } + title:d_e_roman_empire_color = { set_color_from_title = title:e_roman_empire } + title:d_e_rouran_color = { set_color_from_title = title:e_rouran } + title:d_e_russia_color = { set_color_from_title = title:e_russia } + title:d_e_scandinavia_color = { set_color_from_title = title:e_scandinavia } + title:d_e_scythia_color = { set_color_from_title = title:e_scythia } + title:d_e_seleucid_color = { set_color_from_title = title:e_seleucid } + title:d_e_siberia_color = { set_color_from_title = title:e_siberia } + title:d_e_slavia_color = { set_color_from_title = title:e_slavia } + title:d_e_spain_color = { set_color_from_title = title:e_spain } + title:d_e_tamazgha_color = { set_color_from_title = title:e_tamazgha } + title:d_e_tamil_color = { set_color_from_title = title:e_tamil } + title:d_e_tartaria_color = { set_color_from_title = title:e_tartaria } + title:d_e_tibet_color = { set_color_from_title = title:e_tibet } + title:d_e_timurids_color = { set_color_from_title = title:e_timurids } + title:d_e_togskol_khanate_color = { set_color_from_title = title:e_togskol_khanate } + title:d_e_turan_color = { set_color_from_title = title:e_turan } + title:d_e_turkestan_color = { set_color_from_title = title:e_turkestan } + title:d_e_turkestan_color = { set_color_from_title = title:e_turkestan } + title:d_e_uyghur_khanate_color = { set_color_from_title = title:e_uyghur_khanate } + title:d_e_volga-ural_color = { set_color_from_title = title:e_volga-ural } + title:d_e_wendish_empire_color = { set_color_from_title = title:e_wendish_empire } + title:d_e_white_horde_color = { set_color_from_title = title:e_white_horde } + title:d_e_wre_color = { set_color_from_title = title:e_wre } + title:d_e_wre_color = { set_color_from_title = title:e_wre } + title:d_e_xiongnu_color = { set_color_from_title = title:e_xiongnu } + title:d_e_xiongnu_color = { set_color_from_title = title:e_xiongnu } + } +} + diff --git a/WtWSMS/common/on_action/000_MOD_color_storage_titles.txt b/WtWSMS/common/on_action/000_MOD_color_storage_titles.txt deleted file mode 100644 index debf73d5f5..0000000000 --- a/WtWSMS/common/on_action/000_MOD_color_storage_titles.txt +++ /dev/null @@ -1,6530 +0,0 @@ -#NB: named 00 because this needs to fire off before things like tributaries are assigned - -on_game_start = { - on_actions = { - MOD_build_color_variable_refs - MOD_set_color_title_colors - } -} - -#Associate every title in question with a color storage title -MOD_build_color_variable_refs = { - effect = { - #Empires - title:e_aarlud_khanate = { set_variable = { name = color_storage value = title:d_e_aarlud_khanate_color } } - title:e_abyssinia = { set_variable = { name = color_storage value = title:d_e_abyssinia_color } } - title:e_ajuraan = { set_variable = { name = color_storage value = title:d_e_ajuraan_color } } - title:e_arabia = { set_variable = { name = color_storage value = title:d_e_arabia_color } } - title:e_armenia = { set_variable = { name = color_storage value = title:d_e_armenia_color } } - title:e_avar = { set_variable = { name = color_storage value = title:d_e_avar_color } } - title:e_axum = { set_variable = { name = color_storage value = title:d_e_axum_color } } - title:e_bactria = { set_variable = { name = color_storage value = title:d_e_bactria_color } } - title:e_baruun_khanate = { set_variable = { name = color_storage value = title:d_e_baruun_khanate_color } } - title:e_bengal = { set_variable = { name = color_storage value = title:d_e_bengal_color } } - title:e_black_horde = { set_variable = { name = color_storage value = title:d_e_black_horde_color } } - title:e_britannia = { set_variable = { name = color_storage value = title:d_e_britannia_color } } - title:e_byzantium = { set_variable = { name = color_storage value = title:d_e_byzantium_color } } - title:e_carpathia = { set_variable = { name = color_storage value = title:d_e_carpathia_color } } - title:e_caspian-pontic_steppe = { set_variable = { name = color_storage value = title:d_e_caspian-pontic_steppe_color } } - title:e_chagatai = { set_variable = { name = color_storage value = title:d_e_chagatai_color } } - title:e_dacia = { set_variable = { name = color_storage value = title:d_e_dacia_color } } - title:e_deccan = { set_variable = { name = color_storage value = title:d_e_deccan_color } } - title:e_egypt = { set_variable = { name = color_storage value = title:d_e_egypt_color } } - title:e_finland = { set_variable = { name = color_storage value = title:d_e_finland_color } } - title:e_france = { set_variable = { name = color_storage value = title:d_e_france_color } } - title:e_gaul = { set_variable = { name = color_storage value = title:d_e_gaul_color } } - title:e_germania_magna = { set_variable = { name = color_storage value = title:d_e_germania_magna_color } } - title:e_germany = { set_variable = { name = color_storage value = title:d_e_germany_color } } - title:e_golden_horde = { set_variable = { name = color_storage value = title:d_e_golden_horde_color } } - title:e_goths = { set_variable = { name = color_storage value = title:d_e_goths_color } } - title:e_guinea = { set_variable = { name = color_storage value = title:d_e_guinea_color } } - title:e_helling = { set_variable = { name = color_storage value = title:d_e_helling_color } } - title:e_hre = { set_variable = { name = color_storage value = title:d_e_hre_color } } - title:e_hunnic_empire = { set_variable = { name = color_storage value = title:d_e_hunnic_empire_color } } - title:e_ilkhanate = { set_variable = { name = color_storage value = title:d_e_ilkhanate_color } } - title:e_india = { set_variable = { name = color_storage value = title:d_e_india_color } } - title:e_italy = { set_variable = { name = color_storage value = title:d_e_italy_color } } - title:e_kanem_bornu = { set_variable = { name = color_storage value = title:d_e_kanem_bornu_color } } - title:e_kara_khitai = { set_variable = { name = color_storage value = title:d_e_kara_khitai_color } } - title:e_kirghiz_khanate = { set_variable = { name = color_storage value = title:d_e_kirghiz_khanate_color } } - title:e_latin_empire = { set_variable = { name = color_storage value = title:d_e_latin_empire_color } } - title:e_macedon = { set_variable = { name = color_storage value = title:d_e_macedon_color } } - title:e_maghreb = { set_variable = { name = color_storage value = title:d_e_maghreb_color } } - title:e_mali = { set_variable = { name = color_storage value = title:d_e_mali_color } } - title:e_mongol_empire = { set_variable = { name = color_storage value = title:d_e_mongol_empire_color } } - title:e_mongolia = { set_variable = { name = color_storage value = title:d_e_mongolia_color } } - title:e_north_africa = { set_variable = { name = color_storage value = title:d_e_north_africa_color } } - title:e_north_sea = { set_variable = { name = color_storage value = title:d_e_north_sea_color } } - title:e_outremer = { set_variable = { name = color_storage value = title:d_e_outremer_color } } - title:e_palmyra = { set_variable = { name = color_storage value = title:d_e_palmyra_color } } - title:e_persia = { set_variable = { name = color_storage value = title:d_e_persia_color } } - title:e_rajastan = { set_variable = { name = color_storage value = title:d_e_rajastan_color } } - title:e_roman_empire = { set_variable = { name = color_storage value = title:d_e_roman_empire_color } } - title:e_rouran = { set_variable = { name = color_storage value = title:d_e_rouran_color } } - title:e_russia = { set_variable = { name = color_storage value = title:d_e_russia_color } } - title:e_scandinavia = { set_variable = { name = color_storage value = title:d_e_scandinavia_color } } - title:e_scythia = { set_variable = { name = color_storage value = title:d_e_scythia_color } } - title:e_seleucid = { set_variable = { name = color_storage value = title:d_e_seleucid_color } } - title:e_siberia = { set_variable = { name = color_storage value = title:d_e_siberia_color } } - title:e_slavia = { set_variable = { name = color_storage value = title:d_e_slavia_color } } - title:e_spain = { set_variable = { name = color_storage value = title:d_e_spain_color } } - title:e_tamazgha = { set_variable = { name = color_storage value = title:d_e_tamazgha_color } } - title:e_tamil = { set_variable = { name = color_storage value = title:d_e_tamil_color } } - title:e_tartaria = { set_variable = { name = color_storage value = title:d_e_tartaria_color } } - title:e_tibet = { set_variable = { name = color_storage value = title:d_e_tibet_color } } - title:e_timurids = { set_variable = { name = color_storage value = title:d_e_timurids_color } } - title:e_togskol_khanate = { set_variable = { name = color_storage value = title:d_e_togskol_khanate_color } } - title:e_turan = { set_variable = { name = color_storage value = title:d_e_turan_color } } - title:e_turkestan = { set_variable = { name = color_storage value = title:d_e_turkestan_color } } - title:e_uyghur_khanate = { set_variable = { name = color_storage value = title:d_e_uyghur_khanate_color } } - title:e_volga-ural = { set_variable = { name = color_storage value = title:d_e_volga-ural_color } } - title:e_wendish_empire = { set_variable = { name = color_storage value = title:d_e_wendish_empire_color } } - title:e_white_horde = { set_variable = { name = color_storage value = title:d_e_white_horde_color } } - title:e_wre = { set_variable = { name = color_storage value = title:d_e_wre_color } } - title:e_xiongnu = { set_variable = { name = color_storage value = title:d_e_xiongnu_color } } - #Kingdoms - title:k_adiukru = { set_variable = { name = color_storage value = title:d_k_adiukru_color } } - title:k_africa_prefect = { set_variable = { name = color_storage value = title:d_k_africa_prefect_color } } - title:k_al_hirah = { set_variable = { name = color_storage value = title:d_k_al_hirah_color } } - title:k_alamannia = { set_variable = { name = color_storage value = title:d_k_alamannia_color } } - title:k_altava = { set_variable = { name = color_storage value = title:d_k_altava_color } } - title:k_amr_confederacy = { set_variable = { name = color_storage value = title:d_k_amr_confederacy_color } } - title:k_anatolia = { set_variable = { name = color_storage value = title:d_k_anatolia_color } } - title:k_andalusia = { set_variable = { name = color_storage value = title:d_k_andalusia_color } } - title:k_angloland = { set_variable = { name = color_storage value = title:d_k_angloland_color } } - title:k_aquitaine = { set_variable = { name = color_storage value = title:d_k_aquitaine_color } } - title:k_aragon = { set_variable = { name = color_storage value = title:d_k_aragon_color } } - title:k_armenian_principality = { set_variable = { name = color_storage value = title:d_k_armenian_principality_color } } - title:k_ashina = { set_variable = { name = color_storage value = title:d_k_ashina_color } } - title:k_asturias = { set_variable = { name = color_storage value = title:d_k_asturias_color } } - title:k_athens = { set_variable = { name = color_storage value = title:d_k_athens_color } } - title:k_auresia = { set_variable = { name = color_storage value = title:d_k_auresia_color } } - title:k_austrasia = { set_variable = { name = color_storage value = title:d_k_austrasia_color } } - title:k_austria = { set_variable = { name = color_storage value = title:d_k_austria_color } } - title:k_aydin = { set_variable = { name = color_storage value = title:d_k_aydin_color } } - title:k_badajoz = { set_variable = { name = color_storage value = title:d_k_badajoz_color } } - title:k_bavaria = { set_variable = { name = color_storage value = title:d_k_bavaria_color } } - title:k_bene_israel = { set_variable = { name = color_storage value = title:d_k_bene_israel_color } } - title:k_bohemia = { set_variable = { name = color_storage value = title:d_k_bohemia_color } } - title:k_bosnia = { set_variable = { name = color_storage value = title:d_k_bosnia_color } } - title:k_bulgaria = { set_variable = { name = color_storage value = title:d_k_bulgaria_color } } - title:k_burgundians = { set_variable = { name = color_storage value = title:d_k_burgundians_color } } - title:k_burgundy = { set_variable = { name = color_storage value = title:d_k_burgundy_color } } - title:k_cabaon = { set_variable = { name = color_storage value = title:d_k_cabaon_color } } - title:k_canarias = { set_variable = { name = color_storage value = title:d_k_canarias_color } } - title:k_candar = { set_variable = { name = color_storage value = title:d_k_candar_color } } - title:k_capsa = { set_variable = { name = color_storage value = title:d_k_capsa_color } } - title:k_castille = { set_variable = { name = color_storage value = title:d_k_castille_color } } - title:k_chuban = { set_variable = { name = color_storage value = title:d_k_chuban_color } } - title:k_commagene = { set_variable = { name = color_storage value = title:d_k_commagene_color } } - title:k_cornwall = { set_variable = { name = color_storage value = title:d_k_cornwall_color } } - title:k_crete = { set_variable = { name = color_storage value = title:d_k_crete_color } } - title:k_croatia = { set_variable = { name = color_storage value = title:d_k_croatia_color } } - title:k_cyprus = { set_variable = { name = color_storage value = title:d_k_cyprus_color } } - title:k_cyrenaica = { set_variable = { name = color_storage value = title:d_k_cyrenaica_color } } - title:k_dahae_confederacy = { set_variable = { name = color_storage value = title:d_k_dahae_confederacy_color } } - title:k_dal_riata = { set_variable = { name = color_storage value = title:d_k_dal_riata_color } } - title:k_daneland = { set_variable = { name = color_storage value = title:d_k_daneland_color } } - title:k_danelaw = { set_variable = { name = color_storage value = title:d_k_danelaw_color } } - title:k_denmark = { set_variable = { name = color_storage value = title:d_k_denmark_color } } - title:k_dubuo = { set_variable = { name = color_storage value = title:d_k_dubuo_color } } - title:k_east_francia = { set_variable = { name = color_storage value = title:d_k_east_francia_color } } - title:k_epirus = { set_variable = { name = color_storage value = title:d_k_epirus_color } } - title:k_eretnid = { set_variable = { name = color_storage value = title:d_k_eretnid_color } } - title:k_fashion = { set_variable = { name = color_storage value = title:d_k_fashion_color } } - title:k_france = { set_variable = { name = color_storage value = title:d_k_france_color } } - title:k_franks = { set_variable = { name = color_storage value = title:d_k_franks_color } } - title:k_gaochang = { set_variable = { name = color_storage value = title:d_k_gaochang_color } } - title:k_gaoche = { set_variable = { name = color_storage value = title:d_k_gaoche_color } } - title:k_geatland = { set_variable = { name = color_storage value = title:d_k_geatland_color } } - title:k_genoa = { set_variable = { name = color_storage value = title:d_k_genoa_color } } - title:k_georgia = { set_variable = { name = color_storage value = title:d_k_georgia_color } } - title:k_gepidia = { set_variable = { name = color_storage value = title:d_k_gepidia_color } } - title:k_germiyan = { set_variable = { name = color_storage value = title:d_k_germiyan_color } } - title:k_guiyi = { set_variable = { name = color_storage value = title:d_k_guiyi_color } } - title:k_hansa = { set_variable = { name = color_storage value = title:d_k_hansa_color } } - title:k_harla = { set_variable = { name = color_storage value = title:d_k_harla_color } } - title:k_hellas = { set_variable = { name = color_storage value = title:d_k_hellas_color } } - title:k_helling = { set_variable = { name = color_storage value = title:d_k_helling_color } } - title:k_herul = { set_variable = { name = color_storage value = title:d_k_herul_color } } - title:k_hodna = { set_variable = { name = color_storage value = title:d_k_hodna_color } } - title:k_hungary = { set_variable = { name = color_storage value = title:d_k_hungary_color } } - title:k_iberia = { set_variable = { name = color_storage value = title:d_k_iberia_color } } - title:k_illyria = { set_variable = { name = color_storage value = title:d_k_illyria_color } } - title:k_illyria_prefect = { set_variable = { name = color_storage value = title:d_k_illyria_prefect_color } } - title:k_italy = { set_variable = { name = color_storage value = title:d_k_italy_color } } - title:k_italy_prefect = { set_variable = { name = color_storage value = title:d_k_italy_prefect_color } } - title:k_jazira = { set_variable = { name = color_storage value = title:d_k_jazira_color } } - title:k_jerusalem = { set_variable = { name = color_storage value = title:d_k_jerusalem_color } } - title:k_kabulistan = { set_variable = { name = color_storage value = title:d_k_kabulistan_color } } - title:k_kalachuri = { set_variable = { name = color_storage value = title:d_k_kalachuri_color } } - title:k_karaman = { set_variable = { name = color_storage value = title:d_k_karaman_color } } - title:k_khazaria = { set_variable = { name = color_storage value = title:d_k_khazaria_color } } - title:k_khorasan = { set_variable = { name = color_storage value = title:d_k_khorasan_color } } - title:k_kidarite = { set_variable = { name = color_storage value = title:d_k_kidarite_color } } - title:k_kucha = { set_variable = { name = color_storage value = title:d_k_kucha_color } } - title:k_leon = { set_variable = { name = color_storage value = title:d_k_leon_color } } - title:k_livonia = { set_variable = { name = color_storage value = title:d_k_livonia_color } } - title:k_lombardia = { set_variable = { name = color_storage value = title:d_k_lombardia_color } } - title:k_lotharingia = { set_variable = { name = color_storage value = title:d_k_lotharingia_color } } - title:k_maghreb = { set_variable = { name = color_storage value = title:d_k_maghreb_color } } - title:k_magyar = { set_variable = { name = color_storage value = title:d_k_magyar_color } } - title:k_manipura = { set_variable = { name = color_storage value = title:d_k_manipura_color } } - title:k_mann_the_isles = { set_variable = { name = color_storage value = title:d_k_mann_the_isles_color } } - title:k_masmuda = { set_variable = { name = color_storage value = title:d_k_masmuda_color } } - title:k_mazandaran = { set_variable = { name = color_storage value = title:d_k_mazandaran_color } } - title:k_mediterranean_sea = { set_variable = { name = color_storage value = title:d_k_mediterranean_sea_color } } - title:k_melchisedechianism = { set_variable = { name = color_storage value = title:d_k_melchisedechianism_color } } - title:k_mentese = { set_variable = { name = color_storage value = title:d_k_mentese_color } } - title:k_mercia = { set_variable = { name = color_storage value = title:d_k_mercia_color } } - title:k_mesopotamia = { set_variable = { name = color_storage value = title:d_k_mesopotamia_color } } - title:k_moldavia = { set_variable = { name = color_storage value = title:d_k_moldavia_color } } - title:k_moravia = { set_variable = { name = color_storage value = title:d_k_moravia_color } } - title:k_naples = { set_variable = { name = color_storage value = title:d_k_naples_color } } - title:k_nasamoni = { set_variable = { name = color_storage value = title:d_k_nasamoni_color } } - title:k_navarra = { set_variable = { name = color_storage value = title:d_k_navarra_color } } - title:k_nemenchia = { set_variable = { name = color_storage value = title:d_k_nemenchia_color } } - title:k_neustria = { set_variable = { name = color_storage value = title:d_k_neustria_color } } - title:k_nikaea = { set_variable = { name = color_storage value = title:d_k_nikaea_color } } - title:k_northumbria = { set_variable = { name = color_storage value = title:d_k_northumbria_color } } - title:k_old_armenia = { set_variable = { name = color_storage value = title:d_k_old_armenia_color } } - title:k_old_thrace = { set_variable = { name = color_storage value = title:d_k_old_thrace_color } } - title:k_orleans = { set_variable = { name = color_storage value = title:d_k_orleans_color } } - title:k_orthodox = { set_variable = { name = color_storage value = title:d_k_orthodox_color } } - title:k_ostrogoths = { set_variable = { name = color_storage value = title:d_k_ostrogoths_color } } - title:k_ottoman = { set_variable = { name = color_storage value = title:d_k_ottoman_color } } - title:k_ouarsenis = { set_variable = { name = color_storage value = title:d_k_ouarsenis_color } } - title:k_papal_state = { set_variable = { name = color_storage value = title:d_k_papal_state_color } } - title:k_paris = { set_variable = { name = color_storage value = title:d_k_paris_color } } - title:k_pechenegs = { set_variable = { name = color_storage value = title:d_k_pechenegs_color } } - title:k_pisa = { set_variable = { name = color_storage value = title:d_k_pisa_color } } - title:k_poland = { set_variable = { name = color_storage value = title:d_k_poland_color } } - title:k_pomerania = { set_variable = { name = color_storage value = title:d_k_pomerania_color } } - title:k_portugal = { set_variable = { name = color_storage value = title:d_k_portugal_color } } - title:k_qaryat_dhat_kahil = { set_variable = { name = color_storage value = title:d_k_qaryat_dhat_kahil_color } } - title:k_republic = { set_variable = { name = color_storage value = title:d_k_republic_color } } - title:k_respendalid = { set_variable = { name = color_storage value = title:d_k_respendalid_color } } - title:k_rheged = { set_variable = { name = color_storage value = title:d_k_rheged_color } } - title:k_romagna = { set_variable = { name = color_storage value = title:d_k_romagna_color } } - title:k_rugiland = { set_variable = { name = color_storage value = title:d_k_rugiland_color } } - title:k_rum = { set_variable = { name = color_storage value = title:d_k_rum_color } } - title:k_sahara = { set_variable = { name = color_storage value = title:d_k_sahara_color } } - title:k_sakya_trizin = { set_variable = { name = color_storage value = title:d_k_sakya_trizin_color } } - title:k_salihid = { set_variable = { name = color_storage value = title:d_k_salihid_color } } - title:k_sardinia = { set_variable = { name = color_storage value = title:d_k_sardinia_color } } - title:k_sarir = { set_variable = { name = color_storage value = title:d_k_sarir_color } } - title:k_saruhan = { set_variable = { name = color_storage value = title:d_k_saruhan_color } } - title:k_saurashtra = { set_variable = { name = color_storage value = title:d_k_saurashtra_color } } - title:k_saxony = { set_variable = { name = color_storage value = title:d_k_saxony_color } } - title:k_serbia = { set_variable = { name = color_storage value = title:d_k_serbia_color } } - title:k_shanshan = { set_variable = { name = color_storage value = title:d_k_shanshan_color } } - title:k_sicca_veneria = { set_variable = { name = color_storage value = title:d_k_sicca_veneria_color } } - title:k_sicily = { set_variable = { name = color_storage value = title:d_k_sicily_color } } - title:k_soissons = { set_variable = { name = color_storage value = title:d_k_soissons_color } } - title:k_sophene = { set_variable = { name = color_storage value = title:d_k_sophene_color } } - title:k_south_kosala = { set_variable = { name = color_storage value = title:d_k_south_kosala_color } } - title:k_spanish_galicia = { set_variable = { name = color_storage value = title:d_k_spanish_galicia_color } } - title:k_sparta = { set_variable = { name = color_storage value = title:d_k_sparta_color } } - title:k_suebia = { set_variable = { name = color_storage value = title:d_k_suebia_color } } - title:k_switzerland = { set_variable = { name = color_storage value = title:d_k_switzerland_color } } - title:k_syria = { set_variable = { name = color_storage value = title:d_k_syria_color } } - title:k_tahert = { set_variable = { name = color_storage value = title:d_k_tahert_color } } - title:k_tekke = { set_variable = { name = color_storage value = title:d_k_tekke_color } } - title:k_thaton = { set_variable = { name = color_storage value = title:d_k_thaton_color } } - title:k_thessalonika = { set_variable = { name = color_storage value = title:d_k_thessalonika_color } } - title:k_thracia = { set_variable = { name = color_storage value = title:d_k_thracia_color } } - title:k_thuringia = { set_variable = { name = color_storage value = title:d_k_thuringia_color } } - title:k_toledo = { set_variable = { name = color_storage value = title:d_k_toledo_color } } - title:k_toro = { set_variable = { name = color_storage value = title:d_k_toro_color } } - title:k_trebizond = { set_variable = { name = color_storage value = title:d_k_trebizond_color } } - title:k_trinacria = { set_variable = { name = color_storage value = title:d_k_trinacria_color } } - title:k_tuldilanids = { set_variable = { name = color_storage value = title:d_k_tuldilanids_color } } - title:k_tuyuhun = { set_variable = { name = color_storage value = title:d_k_tuyuhun_color } } - title:k_uighur = { set_variable = { name = color_storage value = title:d_k_uighur_color } } - title:k_valencia = { set_variable = { name = color_storage value = title:d_k_valencia_color } } - title:k_vandalica = { set_variable = { name = color_storage value = title:d_k_vandalica_color } } - title:k_venice = { set_variable = { name = color_storage value = title:d_k_venice_color } } - title:k_visigoths = { set_variable = { name = color_storage value = title:d_k_visigoths_color } } - title:k_wales = { set_variable = { name = color_storage value = title:d_k_wales_color } } - title:k_wei_western_regions = { set_variable = { name = color_storage value = title:d_k_wei_western_regions_color } } - title:k_western_kshatrapas = { set_variable = { name = color_storage value = title:d_k_western_kshatrapas_color } } - title:k_winideheim = { set_variable = { name = color_storage value = title:d_k_winideheim_color } } - title:k_yarlung = { set_variable = { name = color_storage value = title:d_k_yarlung_color } } - #Duchies - title:d_aaninen_tribe = { set_variable = { name = color_storage value = title:d_d_aaninen_tribe_color } } - title:d_abkhazia = { set_variable = { name = color_storage value = title:d_d_abkhazia_color } } - title:d_acatiri = { set_variable = { name = color_storage value = title:d_d_acatiri_color } } - title:d_adkaddakhe = { set_variable = { name = color_storage value = title:d_d_adkaddakhe_color } } - title:d_adogit = { set_variable = { name = color_storage value = title:d_d_adogit_color } } - title:d_aegean_islands = { set_variable = { name = color_storage value = title:d_d_aegean_islands_color } } - title:d_aethelrugi = { set_variable = { name = color_storage value = title:d_d_aethelrugi_color } } - title:d_agadir = { set_variable = { name = color_storage value = title:d_d_agadir_color } } - title:d_aileach = { set_variable = { name = color_storage value = title:d_d_aileach_color } } - title:d_ait_ouriaghel = { set_variable = { name = color_storage value = title:d_d_ait_ouriaghel_color } } - title:d_al-said = { set_variable = { name = color_storage value = title:d_d_al-said_color } } - title:d_al_qays = { set_variable = { name = color_storage value = title:d_d_al_qays_color } } - title:d_alans = { set_variable = { name = color_storage value = title:d_d_alans_color } } - title:d_aleppo = { set_variable = { name = color_storage value = title:d_d_aleppo_color } } - title:d_algarve = { set_variable = { name = color_storage value = title:d_d_algarve_color } } - title:d_alger = { set_variable = { name = color_storage value = title:d_d_alger_color } } - title:d_alsace = { set_variable = { name = color_storage value = title:d_d_alsace_color } } - title:d_amalfi = { set_variable = { name = color_storage value = title:d_d_amalfi_color } } - title:d_amela = { set_variable = { name = color_storage value = title:d_d_amela_color } } - title:d_amman = { set_variable = { name = color_storage value = title:d_d_amman_color } } - title:d_anatolia = { set_variable = { name = color_storage value = title:d_d_anatolia_color } } - title:d_ancona = { set_variable = { name = color_storage value = title:d_d_ancona_color } } - title:d_angria = { set_variable = { name = color_storage value = title:d_d_angria_color } } - title:d_anhalt = { set_variable = { name = color_storage value = title:d_d_anhalt_color } } - title:d_anjou = { set_variable = { name = color_storage value = title:d_d_anjou_color } } - title:d_antae = { set_variable = { name = color_storage value = title:d_d_antae_color } } - title:d_antioch = { set_variable = { name = color_storage value = title:d_d_antioch_color } } - title:d_apostolic_church = { set_variable = { name = color_storage value = title:d_d_apostolic_church_color } } - title:d_aquileia_church = { set_variable = { name = color_storage value = title:d_d_aquileia_church_color } } - title:d_aquitaine = { set_variable = { name = color_storage value = title:d_d_aquitaine_color } } - title:d_aragon = { set_variable = { name = color_storage value = title:d_d_aragon_color } } - title:d_arian = { set_variable = { name = color_storage value = title:d_d_arian_color } } - title:d_armagnac = { set_variable = { name = color_storage value = title:d_d_armagnac_color } } - title:d_armeniac = { set_variable = { name = color_storage value = title:d_d_armeniac_color } } - title:d_arochi = { set_variable = { name = color_storage value = title:d_d_arochi_color } } - title:d_ashokas_chosen = { set_variable = { name = color_storage value = title:d_d_ashokas_chosen_color } } - title:d_astures = { set_variable = { name = color_storage value = title:d_d_astures_color } } - title:d_asturias = { set_variable = { name = color_storage value = title:d_d_asturias_color } } - title:d_atrebatia = { set_variable = { name = color_storage value = title:d_d_atrebatia_color } } - title:d_augandzi = { set_variable = { name = color_storage value = title:d_d_augandzi_color } } - title:d_augsburg = { set_variable = { name = color_storage value = title:d_d_augsburg_color } } - title:d_austorani = { set_variable = { name = color_storage value = title:d_d_austorani_color } } - title:d_auvergne = { set_variable = { name = color_storage value = title:d_d_auvergne_color } } - title:d_availites = { set_variable = { name = color_storage value = title:d_d_availites_color } } - title:d_avars = { set_variable = { name = color_storage value = title:d_d_avars_color } } - title:d_awioniz = { set_variable = { name = color_storage value = title:d_d_awioniz_color } } - title:d_azal = { set_variable = { name = color_storage value = title:d_d_azal_color } } - title:d_azerbaijan = { set_variable = { name = color_storage value = title:d_d_azerbaijan_color } } - title:d_bacs = { set_variable = { name = color_storage value = title:d_d_bacs_color } } - title:d_badajoz = { set_variable = { name = color_storage value = title:d_d_badajoz_color } } - title:d_bagaudae = { set_variable = { name = color_storage value = title:d_d_bagaudae_color } } - title:d_baghdad = { set_variable = { name = color_storage value = title:d_d_baghdad_color } } - title:d_bakr = { set_variable = { name = color_storage value = title:d_d_bakr_color } } - title:d_balti = { set_variable = { name = color_storage value = title:d_d_balti_color } } - title:d_baquates = { set_variable = { name = color_storage value = title:d_d_baquates_color } } - title:d_bar = { set_variable = { name = color_storage value = title:d_d_bar_color } } - title:d_barcelona = { set_variable = { name = color_storage value = title:d_d_barcelona_color } } - title:d_baroia = { set_variable = { name = color_storage value = title:d_d_baroia_color } } - title:d_barsils = { set_variable = { name = color_storage value = title:d_d_barsils_color } } - title:d_basra = { set_variable = { name = color_storage value = title:d_d_basra_color } } - title:d_bavaria = { set_variable = { name = color_storage value = title:d_d_bavaria_color } } - title:d_beja = { set_variable = { name = color_storage value = title:d_d_beja_color } } - title:d_bejaia = { set_variable = { name = color_storage value = title:d_d_bejaia_color } } - title:d_bektashi = { set_variable = { name = color_storage value = title:d_d_bektashi_color } } - title:d_belgrade = { set_variable = { name = color_storage value = title:d_d_belgrade_color } } - title:d_benevento = { set_variable = { name = color_storage value = title:d_d_benevento_color } } - title:d_berry = { set_variable = { name = color_storage value = title:d_d_berry_color } } - title:d_bihar = { set_variable = { name = color_storage value = title:d_d_bihar_color } } - title:d_binnaka = { set_variable = { name = color_storage value = title:d_d_binnaka_color } } - title:d_bishop_of_iona = { set_variable = { name = color_storage value = title:d_d_bishop_of_iona_color } } - title:d_bjarma_tribe = { set_variable = { name = color_storage value = title:d_d_bjarma_tribe_color } } - title:d_blemmyes = { set_variable = { name = color_storage value = title:d_d_blemmyes_color } } - title:d_bohemia = { set_variable = { name = color_storage value = title:d_d_bohemia_color } } - title:d_bourbon = { set_variable = { name = color_storage value = title:d_d_bourbon_color } } - title:d_brabant = { set_variable = { name = color_storage value = title:d_d_brabant_color } } - title:d_broerec = { set_variable = { name = color_storage value = title:d_d_broerec_color } } - title:d_brycheiniog = { set_variable = { name = color_storage value = title:d_d_brycheiniog_color } } - title:d_bucellaria = { set_variable = { name = color_storage value = title:d_d_bucellaria_color } } - title:d_bukhara = { set_variable = { name = color_storage value = title:d_d_bukhara_color } } - title:d_bulgaria = { set_variable = { name = color_storage value = title:d_d_bulgaria_color } } - title:d_bulgars = { set_variable = { name = color_storage value = title:d_d_bulgars_color } } - title:d_bulls_rishabha = { set_variable = { name = color_storage value = title:d_d_bulls_rishabha_color } } - title:d_burgundy = { set_variable = { name = color_storage value = title:d_d_burgundy_color } } - title:d_cairo = { set_variable = { name = color_storage value = title:d_d_cairo_color } } - title:d_cait = { set_variable = { name = color_storage value = title:d_d_cait_color } } - title:d_calabria = { set_variable = { name = color_storage value = title:d_d_calabria_color } } - title:d_capua = { set_variable = { name = color_storage value = title:d_d_capua_color } } - title:d_carinthia = { set_variable = { name = color_storage value = title:d_d_carinthia_color } } - title:d_castilla = { set_variable = { name = color_storage value = title:d_d_castilla_color } } - title:d_ce = { set_variable = { name = color_storage value = title:d_d_ce_color } } - title:d_cephalonia = { set_variable = { name = color_storage value = title:d_d_cephalonia_color } } - title:d_chaldia = { set_variable = { name = color_storage value = title:d_d_chaldia_color } } - title:d_champagne = { set_variable = { name = color_storage value = title:d_d_champagne_color } } - title:d_charsianon = { set_variable = { name = color_storage value = title:d_d_charsianon_color } } - title:d_chosen_perkunas = { set_variable = { name = color_storage value = title:d_d_chosen_perkunas_color } } - title:d_chumi = { set_variable = { name = color_storage value = title:d_d_chumi_color } } - title:d_chumukun = { set_variable = { name = color_storage value = title:d_d_chumukun_color } } - title:d_chuyue = { set_variable = { name = color_storage value = title:d_d_chuyue_color } } - title:d_cibyrrhaeot = { set_variable = { name = color_storage value = title:d_d_cibyrrhaeot_color } } - title:d_coimbra = { set_variable = { name = color_storage value = title:d_d_coimbra_color } } - title:d_constantinopolitan_prefect = { set_variable = { name = color_storage value = title:d_d_constantinopolitan_prefect_color } } - title:d_conversos = { set_variable = { name = color_storage value = title:d_d_conversos_color } } - title:d_coptic_papacy = { set_variable = { name = color_storage value = title:d_d_coptic_papacy_color } } - title:d_cordoba = { set_variable = { name = color_storage value = title:d_d_cordoba_color } } - title:d_courland_tribe = { set_variable = { name = color_storage value = title:d_d_courland_tribe_color } } - title:d_croatia = { set_variable = { name = color_storage value = title:d_d_croatia_color } } - title:d_currezia = { set_variable = { name = color_storage value = title:d_d_currezia_color } } - title:d_cybelian_pagan = { set_variable = { name = color_storage value = title:d_d_cybelian_pagan_color } } - title:d_dalmatia = { set_variable = { name = color_storage value = title:d_d_dalmatia_color } } - title:d_damascus = { set_variable = { name = color_storage value = title:d_d_damascus_color } } - title:d_danes = { set_variable = { name = color_storage value = title:d_d_danes_color } } - title:d_dauphine = { set_variable = { name = color_storage value = title:d_d_dauphine_color } } - title:d_deasmhumhain = { set_variable = { name = color_storage value = title:d_d_deasmhumhain_color } } - title:d_delta = { set_variable = { name = color_storage value = title:d_d_delta_color } } - title:d_diyarbakr = { set_variable = { name = color_storage value = title:d_d_diyarbakr_color } } - title:d_diyarmudar = { set_variable = { name = color_storage value = title:d_d_diyarmudar_color } } - title:d_diyarrabia = { set_variable = { name = color_storage value = title:d_d_diyarrabia_color } } - title:d_dneipner_balts = { set_variable = { name = color_storage value = title:d_d_dneipner_balts_color } } - title:d_dobrudja = { set_variable = { name = color_storage value = title:d_d_dobrudja_color } } - title:d_domnonia = { set_variable = { name = color_storage value = title:d_d_domnonia_color } } - title:d_donatism = { set_variable = { name = color_storage value = title:d_d_donatism_color } } - title:d_duklja = { set_variable = { name = color_storage value = title:d_d_duklja_color } } - title:d_dyrrachion = { set_variable = { name = color_storage value = title:d_d_dyrrachion_color } } - title:d_east_franconia = { set_variable = { name = color_storage value = title:d_d_east_franconia_color } } - title:d_east_galindians = { set_variable = { name = color_storage value = title:d_d_east_galindians_color } } - title:d_ebionites = { set_variable = { name = color_storage value = title:d_d_ebionites_color } } - title:d_edessa = { set_variable = { name = color_storage value = title:d_d_edessa_color } } - title:d_elmet = { set_variable = { name = color_storage value = title:d_d_elmet_color } } - title:d_emilia = { set_variable = { name = color_storage value = title:d_d_emilia_color } } - title:d_epirus = { set_variable = { name = color_storage value = title:d_d_epirus_color } } - title:d_erzerum = { set_variable = { name = color_storage value = title:d_d_erzerum_color } } - title:d_erzya = { set_variable = { name = color_storage value = title:d_d_erzya_color } } - title:d_esseaxena = { set_variable = { name = color_storage value = title:d_d_esseaxena_color } } - title:d_essina = { set_variable = { name = color_storage value = title:d_d_essina_color } } - title:d_exilarch = { set_variable = { name = color_storage value = title:d_d_exilarch_color } } - title:d_fes = { set_variable = { name = color_storage value = title:d_d_fes_color } } - title:d_fezzan = { set_variable = { name = color_storage value = title:d_d_fezzan_color } } - title:d_flanders = { set_variable = { name = color_storage value = title:d_d_flanders_color } } - title:d_followers_arjuna = { set_variable = { name = color_storage value = title:d_d_followers_arjuna_color } } - title:d_fortriu = { set_variable = { name = color_storage value = title:d_d_fortriu_color } } - title:d_fossatisii = { set_variable = { name = color_storage value = title:d_d_fossatisii_color } } - title:d_fotla = { set_variable = { name = color_storage value = title:d_d_fotla_color } } - title:d_friuli = { set_variable = { name = color_storage value = title:d_d_friuli_color } } - title:d_gabes = { set_variable = { name = color_storage value = title:d_d_gabes_color } } - title:d_galicia = { set_variable = { name = color_storage value = title:d_d_galicia_color } } - title:d_gardman = { set_variable = { name = color_storage value = title:d_d_gardman_color } } - title:d_gascogne = { set_variable = { name = color_storage value = title:d_d_gascogne_color } } - title:d_gaul_prefect = { set_variable = { name = color_storage value = title:d_d_gaul_prefect_color } } - title:d_gayomarthianism = { set_variable = { name = color_storage value = title:d_d_gayomarthianism_color } } - title:d_gelre = { set_variable = { name = color_storage value = title:d_d_gelre_color } } - title:d_georgia = { set_variable = { name = color_storage value = title:d_d_georgia_color } } - title:d_georgian_orthodox = { set_variable = { name = color_storage value = title:d_d_georgian_orthodox_color } } - title:d_germanii = { set_variable = { name = color_storage value = title:d_d_germanii_color } } - title:d_ghifar = { set_variable = { name = color_storage value = title:d_d_ghifar_color } } - title:d_ghomara = { set_variable = { name = color_storage value = title:d_d_ghomara_color } } - title:d_gortyene = { set_variable = { name = color_storage value = title:d_d_gortyene_color } } - title:d_gothic_church = { set_variable = { name = color_storage value = title:d_d_gothic_church_color } } - title:d_goths = { set_variable = { name = color_storage value = title:d_d_goths_color } } - title:d_granada = { set_variable = { name = color_storage value = title:d_d_granada_color } } - title:d_granni = { set_variable = { name = color_storage value = title:d_d_granni_color } } - title:d_guenet = { set_variable = { name = color_storage value = title:d_d_guenet_color } } - title:d_guent = { set_variable = { name = color_storage value = title:d_d_guent_color } } - title:d_gugark = { set_variable = { name = color_storage value = title:d_d_gugark_color } } - title:d_gustow = { set_variable = { name = color_storage value = title:d_d_gustow_color } } - title:d_gutes = { set_variable = { name = color_storage value = title:d_d_gutes_color } } - title:d_gyor = { set_variable = { name = color_storage value = title:d_d_gyor_color } } - title:d_halin = { set_variable = { name = color_storage value = title:d_d_halin_color } } - title:d_hamadan = { set_variable = { name = color_storage value = title:d_d_hamadan_color } } - title:d_hanzalah = { set_variable = { name = color_storage value = title:d_d_hanzalah_color } } - title:d_haruriyyah = { set_variable = { name = color_storage value = title:d_d_haruriyyah_color } } - title:d_hashshashin = { set_variable = { name = color_storage value = title:d_d_hashshashin_color } } - title:d_hawazin = { set_variable = { name = color_storage value = title:d_d_hawazin_color } } - title:d_haymanot = { set_variable = { name = color_storage value = title:d_d_haymanot_color } } - title:d_hellenic_pagan = { set_variable = { name = color_storage value = title:d_d_hellenic_pagan_color } } - title:d_herefinna = { set_variable = { name = color_storage value = title:d_d_herefinna_color } } - title:d_hesse = { set_variable = { name = color_storage value = title:d_d_hesse_color } } - title:d_hhaha = { set_variable = { name = color_storage value = title:d_d_hhaha_color } } - title:d_highland_lithuanians = { set_variable = { name = color_storage value = title:d_d_highland_lithuanians_color } } - title:d_hintata = { set_variable = { name = color_storage value = title:d_d_hintata_color } } - title:d_holland = { set_variable = { name = color_storage value = title:d_d_holland_color } } - title:d_holstein = { set_variable = { name = color_storage value = title:d_d_holstein_color } } - title:d_holy_sepulchre = { set_variable = { name = color_storage value = title:d_d_holy_sepulchre_color } } - title:d_homs = { set_variable = { name = color_storage value = title:d_d_homs_color } } - title:d_hormuz = { set_variable = { name = color_storage value = title:d_d_hormuz_color } } - title:d_huitzilopochtli = { set_variable = { name = color_storage value = title:d_d_huitzilopochtli_color } } - title:d_iazyges = { set_variable = { name = color_storage value = title:d_d_iazyges_color } } - title:d_iconoclast = { set_variable = { name = color_storage value = title:d_d_iconoclast_color } } - title:d_ikh_bogdh = { set_variable = { name = color_storage value = title:d_d_ikh_bogdh_color } } - title:d_imami = { set_variable = { name = color_storage value = title:d_d_imami_color } } - title:d_immortals = { set_variable = { name = color_storage value = title:d_d_immortals_color } } - title:d_istria = { set_variable = { name = color_storage value = title:d_d_istria_color } } - title:d_italy_prefect = { set_variable = { name = color_storage value = title:d_d_italy_prefect_color } } - title:d_izhorians = { set_variable = { name = color_storage value = title:d_d_izhorians_color } } - title:d_jabal_kufs = { set_variable = { name = color_storage value = title:d_d_jabal_kufs_color } } - title:d_jerid = { set_variable = { name = color_storage value = title:d_d_jerid_color } } - title:d_jomsvikings = { set_variable = { name = color_storage value = title:d_d_jomsvikings_color } } - title:d_jonse = { set_variable = { name = color_storage value = title:d_d_jonse_color } } - title:d_judham = { set_variable = { name = color_storage value = title:d_d_judham_color } } - title:d_julich = { set_variable = { name = color_storage value = title:d_d_julich_color } } - title:d_jutes = { set_variable = { name = color_storage value = title:d_d_jutes_color } } - title:d_jylland = { set_variable = { name = color_storage value = title:d_d_jylland_color } } - title:d_kabarism = { set_variable = { name = color_storage value = title:d_d_kabarism_color } } - title:d_kairouan = { set_variable = { name = color_storage value = title:d_d_kairouan_color } } - title:d_kalb = { set_variable = { name = color_storage value = title:d_d_kalb_color } } - title:d_karaism = { set_variable = { name = color_storage value = title:d_d_karaism_color } } - title:d_keoka = { set_variable = { name = color_storage value = title:d_d_keoka_color } } - title:d_kernev = { set_variable = { name = color_storage value = title:d_d_kernev_color } } - title:d_khanty_tribe = { set_variable = { name = color_storage value = title:d_d_khanty_tribe_color } } - title:d_khurmazta = { set_variable = { name = color_storage value = title:d_d_khurmazta_color } } - title:d_khurramism = { set_variable = { name = color_storage value = title:d_d_khurramism_color } } - title:d_knights_calatrava = { set_variable = { name = color_storage value = title:d_d_knights_calatrava_color } } - title:d_knights_hospitaler = { set_variable = { name = color_storage value = title:d_d_knights_hospitaler_color } } - title:d_knights_santiago = { set_variable = { name = color_storage value = title:d_d_knights_santiago_color } } - title:d_knights_templar = { set_variable = { name = color_storage value = title:d_d_knights_templar_color } } - title:d_kohestan = { set_variable = { name = color_storage value = title:d_d_kohestan_color } } - title:d_koivans = { set_variable = { name = color_storage value = title:d_d_koivans_color } } - title:d_kola_tribe = { set_variable = { name = color_storage value = title:d_d_kola_tribe_color } } - title:d_kolochins = { set_variable = { name = color_storage value = title:d_d_kolochins_color } } - title:d_krain = { set_variable = { name = color_storage value = title:d_d_krain_color } } - title:d_kroumerie = { set_variable = { name = color_storage value = title:d_d_kroumerie_color } } - title:d_kufa = { set_variable = { name = color_storage value = title:d_d_kufa_color } } - title:d_kumul = { set_variable = { name = color_storage value = title:d_d_kumul_color } } - title:d_kurdistan = { set_variable = { name = color_storage value = title:d_d_kurdistan_color } } - title:d_kutrigurs = { set_variable = { name = color_storage value = title:d_d_kutrigurs_color } } - title:d_kuyavia = { set_variable = { name = color_storage value = title:d_d_kuyavia_color } } - title:d_kwrtstan = { set_variable = { name = color_storage value = title:d_d_kwrtstan_color } } - title:d_laanemaa = { set_variable = { name = color_storage value = title:d_d_laanemaa_color } } - title:d_laguantan = { set_variable = { name = color_storage value = title:d_d_laguantan_color } } - title:d_languedoc = { set_variable = { name = color_storage value = title:d_d_languedoc_color } } - title:d_lebanon = { set_variable = { name = color_storage value = title:d_d_lebanon_color } } - title:d_lemovia = { set_variable = { name = color_storage value = title:d_d_lemovia_color } } - title:d_leon = { set_variable = { name = color_storage value = title:d_d_leon_color } } - title:d_lettigalians = { set_variable = { name = color_storage value = title:d_d_lettigalians_color } } - title:d_linnius = { set_variable = { name = color_storage value = title:d_d_linnius_color } } - title:d_livonians = { set_variable = { name = color_storage value = title:d_d_livonians_color } } - title:d_lombardia = { set_variable = { name = color_storage value = title:d_d_lombardia_color } } - title:d_lombards = { set_variable = { name = color_storage value = title:d_d_lombards_color } } - title:d_lower_bosna = { set_variable = { name = color_storage value = title:d_d_lower_bosna_color } } - title:d_lower_lorraine = { set_variable = { name = color_storage value = title:d_d_lower_lorraine_color } } - title:d_lowland_lithuanians = { set_variable = { name = color_storage value = title:d_d_lowland_lithuanians_color } } - title:d_luxembourg = { set_variable = { name = color_storage value = title:d_d_luxembourg_color } } - title:d_macronia = { set_variable = { name = color_storage value = title:d_d_macronia_color } } - title:d_macva = { set_variable = { name = color_storage value = title:d_d_macva_color } } - title:d_mafaza = { set_variable = { name = color_storage value = title:d_d_mafaza_color } } - title:d_maingmaw = { set_variable = { name = color_storage value = title:d_d_maingmaw_color } } - title:d_malabarism = { set_variable = { name = color_storage value = title:d_d_malabarism_color } } - title:d_malao = { set_variable = { name = color_storage value = title:d_d_malao_color } } - title:d_manichean = { set_variable = { name = color_storage value = title:d_d_manichean_color } } - title:d_mansi_tribe = { set_variable = { name = color_storage value = title:d_d_mansi_tribe_color } } - title:d_marcionism = { set_variable = { name = color_storage value = title:d_d_marcionism_color } } - title:d_marcomanni = { set_variable = { name = color_storage value = title:d_d_marcomanni_color } } - title:d_mari = { set_variable = { name = color_storage value = title:d_d_mari_color } } - title:d_masmudi = { set_variable = { name = color_storage value = title:d_d_masmudi_color } } - title:d_massalia = { set_variable = { name = color_storage value = title:d_d_massalia_color } } - title:d_mazdakism = { set_variable = { name = color_storage value = title:d_d_mazdakism_color } } - title:d_mazdayasna = { set_variable = { name = color_storage value = title:d_d_mazdayasna_color } } - title:d_meissen = { set_variable = { name = color_storage value = title:d_d_meissen_color } } - title:d_merya = { set_variable = { name = color_storage value = title:d_d_merya_color } } - title:d_meshchera = { set_variable = { name = color_storage value = title:d_d_meshchera_color } } - title:d_mesopotamia = { set_variable = { name = color_storage value = title:d_d_mesopotamia_color } } - title:d_miaphysite = { set_variable = { name = color_storage value = title:d_d_miaphysite_color } } - title:d_mo_tribe = { set_variable = { name = color_storage value = title:d_d_mo_tribe_color } } - title:d_moesia_superior = { set_variable = { name = color_storage value = title:d_d_moesia_superior_color } } - title:d_moksha = { set_variable = { name = color_storage value = title:d_d_moksha_color } } - title:d_monophysite = { set_variable = { name = color_storage value = title:d_d_monophysite_color } } - title:d_montes_aregenses = { set_variable = { name = color_storage value = title:d_d_montes_aregenses_color } } - title:d_moravia = { set_variable = { name = color_storage value = title:d_d_moravia_color } } - title:d_mosania = { set_variable = { name = color_storage value = title:d_d_mosania_color } } - title:d_mosylon = { set_variable = { name = color_storage value = title:d_d_mosylon_color } } - title:d_mundus = { set_variable = { name = color_storage value = title:d_d_mundus_color } } - title:d_murcia = { set_variable = { name = color_storage value = title:d_d_murcia_color } } - title:d_muromians = { set_variable = { name = color_storage value = title:d_d_muromians_color } } - title:d_murzuk = { set_variable = { name = color_storage value = title:d_d_murzuk_color } } - title:d_muwalladi = { set_variable = { name = color_storage value = title:d_d_muwalladi_color } } - title:d_najran = { set_variable = { name = color_storage value = title:d_d_najran_color } } - title:d_narvik_tribe = { set_variable = { name = color_storage value = title:d_d_narvik_tribe_color } } - title:d_nasa = { set_variable = { name = color_storage value = title:d_d_nasa_color } } - title:d_navarra = { set_variable = { name = color_storage value = title:d_d_navarra_color } } - title:d_nishapur = { set_variable = { name = color_storage value = title:d_d_nishapur_color } } - title:d_nok = { set_variable = { name = color_storage value = title:d_d_nok_color } } - title:d_nordgau = { set_variable = { name = color_storage value = title:d_d_nordgau_color } } - title:d_nordmark = { set_variable = { name = color_storage value = title:d_d_nordmark_color } } - title:d_norgyrwa = { set_variable = { name = color_storage value = title:d_d_norgyrwa_color } } - title:d_normandy = { set_variable = { name = color_storage value = title:d_d_normandy_color } } - title:d_noxgaga = { set_variable = { name = color_storage value = title:d_d_noxgaga_color } } - title:d_nuristan = { set_variable = { name = color_storage value = title:d_d_nuristan_color } } - title:d_ogurs = { set_variable = { name = color_storage value = title:d_d_ogurs_color } } - title:d_opone = { set_variable = { name = color_storage value = title:d_d_opone_color } } - title:d_opsikion = { set_variable = { name = color_storage value = title:d_d_opsikion_color } } - title:d_optimatoi = { set_variable = { name = color_storage value = title:d_d_optimatoi_color } } - title:d_orleans = { set_variable = { name = color_storage value = title:d_d_orleans_color } } - title:d_orleans_alans = { set_variable = { name = color_storage value = title:d_d_orleans_alans_color } } - title:d_osraige = { set_variable = { name = color_storage value = title:d_d_osraige_color } } - title:d_osterreich = { set_variable = { name = color_storage value = title:d_d_osterreich_color } } - title:d_ostmark = { set_variable = { name = color_storage value = title:d_d_ostmark_color } } - title:d_oultrejourdain = { set_variable = { name = color_storage value = title:d_d_oultrejourdain_color } } - title:d_oxford = { set_variable = { name = color_storage value = title:d_d_oxford_color } } - title:d_palestine = { set_variable = { name = color_storage value = title:d_d_palestine_color } } - title:d_palmyra = { set_variable = { name = color_storage value = title:d_d_palmyra_color } } - title:d_papal_state = { set_variable = { name = color_storage value = title:d_d_papal_state_color } } - title:d_patriarchate_in_the_east = { set_variable = { name = color_storage value = title:d_d_patriarchate_in_the_east_color } } - title:d_paulician = { set_variable = { name = color_storage value = title:d_d_paulician_color } } - title:d_philippopolis = { set_variable = { name = color_storage value = title:d_d_philippopolis_color } } - title:d_piedmonte = { set_variable = { name = color_storage value = title:d_d_piedmonte_color } } - title:d_pisa = { set_variable = { name = color_storage value = title:d_d_pisa_color } } - title:d_platonic_academy = { set_variable = { name = color_storage value = title:d_d_platonic_academy_color } } - title:d_pohjanmaa_tribe = { set_variable = { name = color_storage value = title:d_d_pohjanmaa_tribe_color } } - title:d_poitou = { set_variable = { name = color_storage value = title:d_d_poitou_color } } - title:d_pomerelia = { set_variable = { name = color_storage value = title:d_d_pomerelia_color } } - title:d_pommerania = { set_variable = { name = color_storage value = title:d_d_pommerania_color } } - title:d_porto = { set_variable = { name = color_storage value = title:d_d_porto_color } } - title:d_powys = { set_variable = { name = color_storage value = title:d_d_powys_color } } - title:d_priscillianism = { set_variable = { name = color_storage value = title:d_d_priscillianism_color } } - title:d_pronsk = { set_variable = { name = color_storage value = title:d_d_pronsk_color } } - title:d_provence = { set_variable = { name = color_storage value = title:d_d_provence_color } } - title:d_prus = { set_variable = { name = color_storage value = title:d_d_prus_color } } - title:d_quraysh = { set_variable = { name = color_storage value = title:d_d_quraysh_color } } - title:d_rabbinism = { set_variable = { name = color_storage value = title:d_d_rabbinism_color } } - title:d_raetia_curiensis = { set_variable = { name = color_storage value = title:d_d_raetia_curiensis_color } } - title:d_ranii = { set_variable = { name = color_storage value = title:d_d_ranii_color } } - title:d_rashka = { set_variable = { name = color_storage value = title:d_d_rashka_color } } - title:d_raumarici = { set_variable = { name = color_storage value = title:d_d_raumarici_color } } - title:d_regraga = { set_variable = { name = color_storage value = title:d_d_regraga_color } } - title:d_reudigni = { set_variable = { name = color_storage value = title:d_d_reudigni_color } } - title:d_revala = { set_variable = { name = color_storage value = title:d_d_revala_color } } - title:d_rif = { set_variable = { name = color_storage value = title:d_d_rif_color } } - title:d_ripuria = { set_variable = { name = color_storage value = title:d_d_ripuria_color } } - title:d_romagna = { set_variable = { name = color_storage value = title:d_d_romagna_color } } - title:d_roman_prefect = { set_variable = { name = color_storage value = title:d_d_roman_prefect_color } } - title:d_saami_tribe = { set_variable = { name = color_storage value = title:d_d_saami_tribe_color } } - title:d_saaremaa = { set_variable = { name = color_storage value = title:d_d_saaremaa_color } } - title:d_sabirs = { set_variable = { name = color_storage value = title:d_d_sabirs_color } } - title:d_sacromontisi = { set_variable = { name = color_storage value = title:d_d_sacromontisi_color } } - title:d_sahara = { set_variable = { name = color_storage value = title:d_d_sahara_color } } - title:d_saint_addai = { set_variable = { name = color_storage value = title:d_d_saint_addai_color } } - title:d_saint_anthony = { set_variable = { name = color_storage value = title:d_d_saint_anthony_color } } - title:d_sakala = { set_variable = { name = color_storage value = title:d_d_sakala_color } } - title:d_salerno = { set_variable = { name = color_storage value = title:d_d_salerno_color } } - title:d_salia = { set_variable = { name = color_storage value = title:d_d_salia_color } } - title:d_salzburg = { set_variable = { name = color_storage value = title:d_d_salzburg_color } } - title:d_samaritan = { set_variable = { name = color_storage value = title:d_d_samaritan_color } } - title:d_samarkand = { set_variable = { name = color_storage value = title:d_d_samarkand_color } } - title:d_samarra = { set_variable = { name = color_storage value = title:d_d_samarra_color } } - title:d_sami = { set_variable = { name = color_storage value = title:d_d_sami_color } } - title:d_sandomiersk = { set_variable = { name = color_storage value = title:d_d_sandomiersk_color } } - title:d_saragurs = { set_variable = { name = color_storage value = title:d_d_saragurs_color } } - title:d_sarapion = { set_variable = { name = color_storage value = title:d_d_sarapion_color } } - title:d_savo_tribe = { set_variable = { name = color_storage value = title:d_d_savo_tribe_color } } - title:d_savoie = { set_variable = { name = color_storage value = title:d_d_savoie_color } } - title:d_sebasteia = { set_variable = { name = color_storage value = title:d_d_sebasteia_color } } - title:d_selonians = { set_variable = { name = color_storage value = title:d_d_selonians_color } } - title:d_senate = { set_variable = { name = color_storage value = title:d_d_senate_color } } - title:d_setomaa = { set_variable = { name = color_storage value = title:d_d_setomaa_color } } - title:d_sevilla = { set_variable = { name = color_storage value = title:d_d_sevilla_color } } - title:d_shammar = { set_variable = { name = color_storage value = title:d_d_shammar_color } } - title:d_shiite = { set_variable = { name = color_storage value = title:d_d_shiite_color } } - title:d_shirvan = { set_variable = { name = color_storage value = title:d_d_shirvan_color } } - title:d_sinai = { set_variable = { name = color_storage value = title:d_d_sinai_color } } - title:d_sklaveni = { set_variable = { name = color_storage value = title:d_d_sklaveni_color } } - title:d_sky_lords = { set_variable = { name = color_storage value = title:d_d_sky_lords_color } } - title:d_slavonia = { set_variable = { name = color_storage value = title:d_d_slavonia_color } } - title:d_slesvig = { set_variable = { name = color_storage value = title:d_d_slesvig_color } } - title:d_somogy = { set_variable = { name = color_storage value = title:d_d_somogy_color } } - title:d_sons_kaleva = { set_variable = { name = color_storage value = title:d_d_sons_kaleva_color } } - title:d_sophanene = { set_variable = { name = color_storage value = title:d_d_sophanene_color } } - title:d_sophene = { set_variable = { name = color_storage value = title:d_d_sophene_color } } - title:d_spirit_guardians = { set_variable = { name = color_storage value = title:d_d_spirit_guardians_color } } - title:d_spoleto = { set_variable = { name = color_storage value = title:d_d_spoleto_color } } - title:d_steyermark = { set_variable = { name = color_storage value = title:d_d_steyermark_color } } - title:d_strymon = { set_variable = { name = color_storage value = title:d_d_strymon_color } } - title:d_suavi = { set_variable = { name = color_storage value = title:d_d_suavi_color } } - title:d_sumparu = { set_variable = { name = color_storage value = title:d_d_sumparu_color } } - title:d_sunni = { set_variable = { name = color_storage value = title:d_d_sunni_color } } - title:d_sussex = { set_variable = { name = color_storage value = title:d_d_sussex_color } } - title:d_suthgyrwa = { set_variable = { name = color_storage value = title:d_d_suthgyrwa_color } } - title:d_suyab = { set_variable = { name = color_storage value = title:d_d_suyab_color } } - title:d_swabia = { set_variable = { name = color_storage value = title:d_d_swabia_color } } - title:d_swedes = { set_variable = { name = color_storage value = title:d_d_swedes_color } } - title:d_swiss = { set_variable = { name = color_storage value = title:d_d_swiss_color } } - title:d_syrmia = { set_variable = { name = color_storage value = title:d_d_syrmia_color } } - title:d_syrte = { set_variable = { name = color_storage value = title:d_d_syrte_color } } - title:d_tabae = { set_variable = { name = color_storage value = title:d_d_tabae_color } } - title:d_taghlebi = { set_variable = { name = color_storage value = title:d_d_taghlebi_color } } - title:d_tahert = { set_variable = { name = color_storage value = title:d_d_tahert_color } } - title:d_tamim = { set_variable = { name = color_storage value = title:d_d_tamim_color } } - title:d_tangiers = { set_variable = { name = color_storage value = title:d_d_tangiers_color } } - title:d_tavast_tribe = { set_variable = { name = color_storage value = title:d_d_tavast_tribe_color } } - title:d_tayk = { set_variable = { name = color_storage value = title:d_d_tayk_color } } - title:d_tel_river = { set_variable = { name = color_storage value = title:d_d_tel_river_color } } - title:d_temes = { set_variable = { name = color_storage value = title:d_d_temes_color } } - title:d_teryukhan = { set_variable = { name = color_storage value = title:d_d_teryukhan_color } } - title:d_teutonic_order = { set_variable = { name = color_storage value = title:d_d_teutonic_order_color } } - title:d_thaqif = { set_variable = { name = color_storage value = title:d_d_thaqif_color } } - title:d_thrace = { set_variable = { name = color_storage value = title:d_d_thrace_color } } - title:d_thracesia = { set_variable = { name = color_storage value = title:d_d_thracesia_color } } - title:d_thracian_goths = { set_variable = { name = color_storage value = title:d_d_thracian_goths_color } } - title:d_thuringia = { set_variable = { name = color_storage value = title:d_d_thuringia_color } } - title:d_tiele = { set_variable = { name = color_storage value = title:d_d_tiele_color } } - title:d_tlemcen = { set_variable = { name = color_storage value = title:d_d_tlemcen_color } } - title:d_toledo = { set_variable = { name = color_storage value = title:d_d_toledo_color } } - title:d_toscana = { set_variable = { name = color_storage value = title:d_d_toscana_color } } - title:d_transjurania = { set_variable = { name = color_storage value = title:d_d_transjurania_color } } - title:d_transylvania = { set_variable = { name = color_storage value = title:d_d_transylvania_color } } - title:d_tridentium = { set_variable = { name = color_storage value = title:d_d_tridentium_color } } - title:d_triparvatha = { set_variable = { name = color_storage value = title:d_d_triparvatha_color } } - title:d_triveria = { set_variable = { name = color_storage value = title:d_d_triveria_color } } - title:d_trondelag = { set_variable = { name = color_storage value = title:d_d_trondelag_color } } - title:d_tunis = { set_variable = { name = color_storage value = title:d_d_tunis_color } } - title:d_turnovo = { set_variable = { name = color_storage value = title:d_d_turnovo_color } } - title:d_udmurt_tribe = { set_variable = { name = color_storage value = title:d_d_udmurt_tribe_color } } - title:d_ugandi = { set_variable = { name = color_storage value = title:d_d_ugandi_color } } - title:d_upper_lorraine = { set_variable = { name = color_storage value = title:d_d_upper_lorraine_color } } - title:d_urartuism = { set_variable = { name = color_storage value = title:d_d_urartuism_color } } - title:d_urdunn = { set_variable = { name = color_storage value = title:d_d_urdunn_color } } - title:d_utigurs = { set_variable = { name = color_storage value = title:d_d_utigurs_color } } - title:d_utrecht = { set_variable = { name = color_storage value = title:d_d_utrecht_color } } - title:d_uusimaa_tribe = { set_variable = { name = color_storage value = title:d_d_uusimaa_tribe_color } } - title:d_valencia = { set_variable = { name = color_storage value = title:d_d_valencia_color } } - title:d_valentinianism = { set_variable = { name = color_storage value = title:d_d_valentinianism_color } } - title:d_valentois_alans = { set_variable = { name = color_storage value = title:d_d_valentois_alans_color } } - title:d_valois = { set_variable = { name = color_storage value = title:d_d_valois_color } } - title:d_venedi = { set_variable = { name = color_storage value = title:d_d_venedi_color } } - title:d_venice = { set_variable = { name = color_storage value = title:d_d_venice_color } } - title:d_verona = { set_variable = { name = color_storage value = title:d_d_verona_color } } - title:d_vidin = { set_variable = { name = color_storage value = title:d_d_vidin_color } } - title:d_vidivaria = { set_variable = { name = color_storage value = title:d_d_vidivaria_color } } - title:d_viraja = { set_variable = { name = color_storage value = title:d_d_viraja_color } } - title:d_virumaa = { set_variable = { name = color_storage value = title:d_d_virumaa_color } } - title:d_viscaya = { set_variable = { name = color_storage value = title:d_d_viscaya_color } } - title:d_visegrad = { set_variable = { name = color_storage value = title:d_d_visegrad_color } } - title:d_vologda_tribe = { set_variable = { name = color_storage value = title:d_d_vologda_tribe_color } } - title:d_votians = { set_variable = { name = color_storage value = title:d_d_votians_color } } - title:d_wabar = { set_variable = { name = color_storage value = title:d_d_wabar_color } } - title:d_warini = { set_variable = { name = color_storage value = title:d_d_warini_color } } - title:d_warriors_perun = { set_variable = { name = color_storage value = title:d_d_warriors_perun_color } } - title:d_wasit = { set_variable = { name = color_storage value = title:d_d_wasit_color } } - title:d_west_franconia = { set_variable = { name = color_storage value = title:d_d_west_franconia_color } } - title:d_west_galindians = { set_variable = { name = color_storage value = title:d_d_west_galindians_color } } - title:d_wielkopolska = { set_variable = { name = color_storage value = title:d_d_wielkopolska_color } } - title:d_yathrib = { set_variable = { name = color_storage value = title:d_d_yathrib_color } } - title:d_yazd = { set_variable = { name = color_storage value = title:d_d_yazd_color } } - title:d_yotvingians = { set_variable = { name = color_storage value = title:d_d_yotvingians_color } } - title:d_yungdrung_bon = { set_variable = { name = color_storage value = title:d_d_yungdrung_bon_color } } - title:d_zab = { set_variable = { name = color_storage value = title:d_d_zab_color } } - title:d_zaghawa = { set_variable = { name = color_storage value = title:d_d_zaghawa_color } } - title:d_zaragoza = { set_variable = { name = color_storage value = title:d_d_zaragoza_color } } - title:d_zealots = { set_variable = { name = color_storage value = title:d_d_zealots_color } } - title:d_zemigalians = { set_variable = { name = color_storage value = title:d_d_zemigalians_color } } - title:d_zinder = { set_variable = { name = color_storage value = title:d_d_zinder_color } } - title:d_znaga = { set_variable = { name = color_storage value = title:d_d_znaga_color } } - title:d_zun_warriors = { set_variable = { name = color_storage value = title:d_d_zun_warriors_color } } - #Counties - title:c_aachen = { set_variable = { name = color_storage value = title:d_c_aachen_color } } - title:c_aalborg = { set_variable = { name = color_storage value = title:d_c_aalborg_color } } - title:c_aarhus = { set_variable = { name = color_storage value = title:d_c_aarhus_color } } - title:c_abakan = { set_variable = { name = color_storage value = title:d_c_abakan_color } } - title:c_abauj = { set_variable = { name = color_storage value = title:d_c_abauj_color } } - title:c_abbadan = { set_variable = { name = color_storage value = title:d_c_abbadan_color } } - title:c_abivard = { set_variable = { name = color_storage value = title:d_c_abivard_color } } - title:c_abkhazia = { set_variable = { name = color_storage value = title:d_c_abkhazia_color } } - title:c_ablastha = { set_variable = { name = color_storage value = title:d_c_ablastha_color } } - title:c_abomey = { set_variable = { name = color_storage value = title:d_c_abomey_color } } - title:c_abruzzi = { set_variable = { name = color_storage value = title:d_c_abruzzi_color } } - title:c_abu_hammad = { set_variable = { name = color_storage value = title:d_c_abu_hammad_color } } - title:c_abwab = { set_variable = { name = color_storage value = title:d_c_abwab_color } } - title:c_abydos = { set_variable = { name = color_storage value = title:d_c_abydos_color } } - title:c_acalapura = { set_variable = { name = color_storage value = title:d_c_acalapura_color } } - title:c_acampse = { set_variable = { name = color_storage value = title:d_c_acampse_color } } - title:c_achaia = { set_variable = { name = color_storage value = title:d_c_achaia_color } } - title:c_acre = { set_variable = { name = color_storage value = title:d_c_acre_color } } - title:c_adanse = { set_variable = { name = color_storage value = title:d_c_adanse_color } } - title:c_adoni = { set_variable = { name = color_storage value = title:d_c_adoni_color } } - title:c_adrianopolis = { set_variable = { name = color_storage value = title:d_c_adrianopolis_color } } - title:c_aeolis = { set_variable = { name = color_storage value = title:d_c_aeolis_color } } - title:c_aetolia = { set_variable = { name = color_storage value = title:d_c_aetolia_color } } - title:c_afar = { set_variable = { name = color_storage value = title:d_c_afar_color } } - title:c_afram = { set_variable = { name = color_storage value = title:d_c_afram_color } } - title:c_agadir = { set_variable = { name = color_storage value = title:d_c_agadir_color } } - title:c_agairik = { set_variable = { name = color_storage value = title:d_c_agairik_color } } - title:c_agaw_meder = { set_variable = { name = color_storage value = title:d_c_agaw_meder_color } } - title:c_agdeside = { set_variable = { name = color_storage value = title:d_c_agdeside_color } } - title:c_agenais = { set_variable = { name = color_storage value = title:d_c_agenais_color } } - title:c_agrigento = { set_variable = { name = color_storage value = title:d_c_agrigento_color } } - title:c_ahqaf = { set_variable = { name = color_storage value = title:d_c_ahqaf_color } } - title:c_ahvaz = { set_variable = { name = color_storage value = title:d_c_ahvaz_color } } - title:c_ailech = { set_variable = { name = color_storage value = title:d_c_ailech_color } } - title:c_ain_galakka = { set_variable = { name = color_storage value = title:d_c_ain_galakka_color } } - title:c_aintab = { set_variable = { name = color_storage value = title:d_c_aintab_color } } - title:c_air = { set_variable = { name = color_storage value = title:d_c_air_color } } - title:c_ajaccio = { set_variable = { name = color_storage value = title:d_c_ajaccio_color } } - title:c_ajayameru = { set_variable = { name = color_storage value = title:d_c_ajayameru_color } } - title:c_ak-dzulpas = { set_variable = { name = color_storage value = title:d_c_ak-dzulpas_color } } - title:c_akhadid = { set_variable = { name = color_storage value = title:d_c_akhadid_color } } - title:c_akkel = { set_variable = { name = color_storage value = title:d_c_akkel_color } } - title:c_akkityk = { set_variable = { name = color_storage value = title:d_c_akkityk_color } } - title:c_aksay = { set_variable = { name = color_storage value = title:d_c_aksay_color } } - title:c_aksu = { set_variable = { name = color_storage value = title:d_c_aksu_color } } - title:c_aksuyek = { set_variable = { name = color_storage value = title:d_c_aksuyek_color } } - title:c_al-arid = { set_variable = { name = color_storage value = title:d_c_al-arid_color } } - title:c_al-asa = { set_variable = { name = color_storage value = title:d_c_al-asa_color } } - title:c_al-buhaira = { set_variable = { name = color_storage value = title:d_c_al-buhaira_color } } - title:c_al-gharbiya = { set_variable = { name = color_storage value = title:d_c_al-gharbiya_color } } - title:c_al-haditha = { set_variable = { name = color_storage value = title:d_c_al-haditha_color } } - title:c_al-hasa = { set_variable = { name = color_storage value = title:d_c_al-hasa_color } } - title:c_al_aqabah = { set_variable = { name = color_storage value = title:d_c_al_aqabah_color } } - title:c_al_jawf = { set_variable = { name = color_storage value = title:d_c_al_jawf_color } } - title:c_aland = { set_variable = { name = color_storage value = title:d_c_aland_color } } - title:c_alarcon = { set_variable = { name = color_storage value = title:d_c_alarcon_color } } - title:c_albarracin = { set_variable = { name = color_storage value = title:d_c_albarracin_color } } - title:c_albi = { set_variable = { name = color_storage value = title:d_c_albi_color } } - title:c_albret = { set_variable = { name = color_storage value = title:d_c_albret_color } } - title:c_alcacer_do_sal = { set_variable = { name = color_storage value = title:d_c_alcacer_do_sal_color } } - title:c_alcaniz = { set_variable = { name = color_storage value = title:d_c_alcaniz_color } } - title:c_alcaraz = { set_variable = { name = color_storage value = title:d_c_alcaraz_color } } - title:c_alencon = { set_variable = { name = color_storage value = title:d_c_alencon_color } } - title:c_aleppo = { set_variable = { name = color_storage value = title:d_c_aleppo_color } } - title:c_alexandretta = { set_variable = { name = color_storage value = title:d_c_alexandretta_color } } - title:c_alexandria = { set_variable = { name = color_storage value = title:d_c_alexandria_color } } - title:c_aley = { set_variable = { name = color_storage value = title:d_c_aley_color } } - title:c_algeciras = { set_variable = { name = color_storage value = title:d_c_algeciras_color } } - title:c_algier = { set_variable = { name = color_storage value = title:d_c_algier_color } } - title:c_alicante = { set_variable = { name = color_storage value = title:d_c_alicante_color } } - title:c_allai = { set_variable = { name = color_storage value = title:d_c_allai_color } } - title:c_allaqi = { set_variable = { name = color_storage value = title:d_c_allaqi_color } } - title:c_allenstein = { set_variable = { name = color_storage value = title:d_c_allenstein_color } } - title:c_almader = { set_variable = { name = color_storage value = title:d_c_almader_color } } - title:c_almaty = { set_variable = { name = color_storage value = title:d_c_almaty_color } } - title:c_almeria = { set_variable = { name = color_storage value = title:d_c_almeria_color } } - title:c_alodia = { set_variable = { name = color_storage value = title:d_c_alodia_color } } - title:c_along = { set_variable = { name = color_storage value = title:d_c_along_color } } - title:c_alpsee = { set_variable = { name = color_storage value = title:d_c_alpsee_color } } - title:c_altay = { set_variable = { name = color_storage value = title:d_c_altay_color } } - title:c_alto_aragon = { set_variable = { name = color_storage value = title:d_c_alto_aragon_color } } - title:c_aluksne = { set_variable = { name = color_storage value = title:d_c_aluksne_color } } - title:c_alupa = { set_variable = { name = color_storage value = title:d_c_alupa_color } } - title:c_alxa = { set_variable = { name = color_storage value = title:d_c_alxa_color } } - title:c_amatlus = { set_variable = { name = color_storage value = title:d_c_amatlus_color } } - title:c_amaya = { set_variable = { name = color_storage value = title:d_c_amaya_color } } - title:c_amdo = { set_variable = { name = color_storage value = title:d_c_amdo_color } } - title:c_amhara = { set_variable = { name = color_storage value = title:d_c_amhara_color } } - title:c_amida = { set_variable = { name = color_storage value = title:d_c_amida_color } } - title:c_amiens = { set_variable = { name = color_storage value = title:d_c_amiens_color } } - title:c_amol = { set_variable = { name = color_storage value = title:d_c_amol_color } } - title:c_amstetten = { set_variable = { name = color_storage value = title:d_c_amstetten_color } } - title:c_anbar = { set_variable = { name = color_storage value = title:d_c_anbar_color } } - title:c_ancona = { set_variable = { name = color_storage value = title:d_c_ancona_color } } - title:c_andujar = { set_variable = { name = color_storage value = title:d_c_andujar_color } } - title:c_angerburg = { set_variable = { name = color_storage value = title:d_c_angerburg_color } } - title:c_angermanland = { set_variable = { name = color_storage value = title:d_c_angermanland_color } } - title:c_anglesey = { set_variable = { name = color_storage value = title:d_c_anglesey_color } } - title:c_angot = { set_variable = { name = color_storage value = title:d_c_angot_color } } - title:c_angouleme = { set_variable = { name = color_storage value = title:d_c_angouleme_color } } - title:c_angus = { set_variable = { name = color_storage value = title:d_c_angus_color } } - title:c_anja = { set_variable = { name = color_storage value = title:d_c_anja_color } } - title:c_anjou = { set_variable = { name = color_storage value = title:d_c_anjou_color } } - title:c_annaba = { set_variable = { name = color_storage value = title:d_c_annaba_color } } - title:c_annandale = { set_variable = { name = color_storage value = title:d_c_annandale_color } } - title:c_ansbach = { set_variable = { name = color_storage value = title:d_c_ansbach_color } } - title:c_ansongo = { set_variable = { name = color_storage value = title:d_c_ansongo_color } } - title:c_antiocheia = { set_variable = { name = color_storage value = title:d_c_antiocheia_color } } - title:c_antipatreia = { set_variable = { name = color_storage value = title:d_c_antipatreia_color } } - title:c_antwerpen = { set_variable = { name = color_storage value = title:d_c_antwerpen_color } } - title:c_aosta = { set_variable = { name = color_storage value = title:d_c_aosta_color } } - title:c_aowin = { set_variable = { name = color_storage value = title:d_c_aowin_color } } - title:c_apahunik = { set_variable = { name = color_storage value = title:d_c_apahunik_color } } - title:c_apulia = { set_variable = { name = color_storage value = title:d_c_apulia_color } } - title:c_aqenganggyai = { set_variable = { name = color_storage value = title:d_c_aqenganggyai_color } } - title:c_aqiq = { set_variable = { name = color_storage value = title:d_c_aqiq_color } } - title:c_aqtobe = { set_variable = { name = color_storage value = title:d_c_aqtobe_color } } - title:c_aquileia = { set_variable = { name = color_storage value = title:d_c_aquileia_color } } - title:c_aquincum = { set_variable = { name = color_storage value = title:d_c_aquincum_color } } - title:c_arad = { set_variable = { name = color_storage value = title:d_c_arad_color } } - title:c_aral_karakum = { set_variable = { name = color_storage value = title:d_c_aral_karakum_color } } - title:c_aralkizil = { set_variable = { name = color_storage value = title:d_c_aralkizil_color } } - title:c_aran = { set_variable = { name = color_storage value = title:d_c_aran_color } } - title:c_arawan = { set_variable = { name = color_storage value = title:d_c_arawan_color } } - title:c_arbanon = { set_variable = { name = color_storage value = title:d_c_arbanon_color } } - title:c_arborea = { set_variable = { name = color_storage value = title:d_c_arborea_color } } - title:c_ardabil = { set_variable = { name = color_storage value = title:d_c_ardabil_color } } - title:c_ardestan = { set_variable = { name = color_storage value = title:d_c_ardestan_color } } - title:c_arezzo = { set_variable = { name = color_storage value = title:d_c_arezzo_color } } - title:c_argyll = { set_variable = { name = color_storage value = title:d_c_argyll_color } } - title:c_arigh = { set_variable = { name = color_storage value = title:d_c_arigh_color } } - title:c_ariksar = { set_variable = { name = color_storage value = title:d_c_ariksar_color } } - title:c_arkat = { set_variable = { name = color_storage value = title:d_c_arkat_color } } - title:c_armagnac = { set_variable = { name = color_storage value = title:d_c_armagnac_color } } - title:c_arnhem = { set_variable = { name = color_storage value = title:d_c_arnhem_color } } - title:c_arnsberg = { set_variable = { name = color_storage value = title:d_c_arnsberg_color } } - title:c_aror = { set_variable = { name = color_storage value = title:d_c_aror_color } } - title:c_arrajan = { set_variable = { name = color_storage value = title:d_c_arrajan_color } } - title:c_arusi = { set_variable = { name = color_storage value = title:d_c_arusi_color } } - title:c_arzhan = { set_variable = { name = color_storage value = title:d_c_arzhan_color } } - title:c_asfi = { set_variable = { name = color_storage value = title:d_c_asfi_color } } - title:c_ashir = { set_variable = { name = color_storage value = title:d_c_ashir_color } } - title:c_ashli = { set_variable = { name = color_storage value = title:d_c_ashli_color } } - title:c_ashmaka = { set_variable = { name = color_storage value = title:d_c_ashmaka_color } } - title:c_asir = { set_variable = { name = color_storage value = title:d_c_asir_color } } - title:c_asirgarh = { set_variable = { name = color_storage value = title:d_c_asirgarh_color } } - title:c_asni = { set_variable = { name = color_storage value = title:d_c_asni_color } } - title:c_aso = { set_variable = { name = color_storage value = title:d_c_aso_color } } - title:c_astana = { set_variable = { name = color_storage value = title:d_c_astana_color } } - title:c_astore = { set_variable = { name = color_storage value = title:d_c_astore_color } } - title:c_astorga = { set_variable = { name = color_storage value = title:d_c_astorga_color } } - title:c_astrakhan = { set_variable = { name = color_storage value = title:d_c_astrakhan_color } } - title:c_asturias_de_oviedo = { set_variable = { name = color_storage value = title:d_c_asturias_de_oviedo_color } } - title:c_asturias_de_santillana = { set_variable = { name = color_storage value = title:d_c_asturias_de_santillana_color } } - title:c_aswan = { set_variable = { name = color_storage value = title:d_c_aswan_color } } - title:c_asyut = { set_variable = { name = color_storage value = title:d_c_asyut_color } } - title:c_atamansku = { set_variable = { name = color_storage value = title:d_c_atamansku_color } } - title:c_atbara = { set_variable = { name = color_storage value = title:d_c_atbara_color } } - title:c_atbasar = { set_variable = { name = color_storage value = title:d_c_atbasar_color } } - title:c_athlone = { set_variable = { name = color_storage value = title:d_c_athlone_color } } - title:c_atholl = { set_variable = { name = color_storage value = title:d_c_atholl_color } } - title:c_atkarsk = { set_variable = { name = color_storage value = title:d_c_atkarsk_color } } - title:c_attica = { set_variable = { name = color_storage value = title:d_c_attica_color } } - title:c_attie = { set_variable = { name = color_storage value = title:d_c_attie_color } } - title:c_atyrau = { set_variable = { name = color_storage value = title:d_c_atyrau_color } } - title:c_augsburg = { set_variable = { name = color_storage value = title:d_c_augsburg_color } } - title:c_aunis = { set_variable = { name = color_storage value = title:d_c_aunis_color } } - title:c_austisland = { set_variable = { name = color_storage value = title:d_c_austisland_color } } - title:c_auvergne = { set_variable = { name = color_storage value = title:d_c_auvergne_color } } - title:c_auxerre = { set_variable = { name = color_storage value = title:d_c_auxerre_color } } - title:c_ava = { set_variable = { name = color_storage value = title:d_c_ava_color } } - title:c_avalois = { set_variable = { name = color_storage value = title:d_c_avalois_color } } - title:c_aveiro = { set_variable = { name = color_storage value = title:d_c_aveiro_color } } - title:c_avila = { set_variable = { name = color_storage value = title:d_c_avila_color } } - title:c_aviovara = { set_variable = { name = color_storage value = title:d_c_aviovara_color } } - title:c_avlonas = { set_variable = { name = color_storage value = title:d_c_avlonas_color } } - title:c_avranches = { set_variable = { name = color_storage value = title:d_c_avranches_color } } - title:c_awjila = { set_variable = { name = color_storage value = title:d_c_awjila_color } } - title:c_awkar = { set_variable = { name = color_storage value = title:d_c_awkar_color } } - title:c_awssa = { set_variable = { name = color_storage value = title:d_c_awssa_color } } - title:c_aydhab = { set_variable = { name = color_storage value = title:d_c_aydhab_color } } - title:c_ayn_farah = { set_variable = { name = color_storage value = title:d_c_ayn_farah_color } } - title:c_ayodhya = { set_variable = { name = color_storage value = title:d_c_ayodhya_color } } - title:c_ayrarat = { set_variable = { name = color_storage value = title:d_c_ayrarat_color } } - title:c_ayrshire = { set_variable = { name = color_storage value = title:d_c_ayrshire_color } } - title:c_aytos = { set_variable = { name = color_storage value = title:d_c_aytos_color } } - title:c_az-dhahira = { set_variable = { name = color_storage value = title:d_c_az-dhahira_color } } - title:c_azas = { set_variable = { name = color_storage value = title:d_c_azas_color } } - title:c_azov = { set_variable = { name = color_storage value = title:d_c_azov_color } } - title:c_azukki = { set_variable = { name = color_storage value = title:d_c_azukki_color } } - title:c_azysia = { set_variable = { name = color_storage value = title:d_c_azysia_color } } - title:c_baalbek = { set_variable = { name = color_storage value = title:d_c_baalbek_color } } - title:c_babruysk = { set_variable = { name = color_storage value = title:d_c_babruysk_color } } - title:c_bacs = { set_variable = { name = color_storage value = title:d_c_bacs_color } } - title:c_badajoz = { set_variable = { name = color_storage value = title:d_c_badajoz_color } } - title:c_badakhshan = { set_variable = { name = color_storage value = title:d_c_badakhshan_color } } - title:c_badaraya = { set_variable = { name = color_storage value = title:d_c_badaraya_color } } - title:c_baden = { set_variable = { name = color_storage value = title:d_c_baden_color } } - title:c_badghis = { set_variable = { name = color_storage value = title:d_c_badghis_color } } - title:c_badi = { set_variable = { name = color_storage value = title:d_c_badi_color } } - title:c_badis = { set_variable = { name = color_storage value = title:d_c_badis_color } } - title:c_baduspan = { set_variable = { name = color_storage value = title:d_c_baduspan_color } } - title:c_baghdad = { set_variable = { name = color_storage value = title:d_c_baghdad_color } } - title:c_bagrewand = { set_variable = { name = color_storage value = title:d_c_bagrewand_color } } - title:c_baguirmi = { set_variable = { name = color_storage value = title:d_c_baguirmi_color } } - title:c_bahnasa = { set_variable = { name = color_storage value = title:d_c_bahnasa_color } } - title:c_bahriya = { set_variable = { name = color_storage value = title:d_c_bahriya_color } } - title:c_baibalik = { set_variable = { name = color_storage value = title:d_c_baibalik_color } } - title:c_baigaluuls = { set_variable = { name = color_storage value = title:d_c_baigaluuls_color } } - title:c_baihaq = { set_variable = { name = color_storage value = title:d_c_baihaq_color } } - title:c_bailaqan = { set_variable = { name = color_storage value = title:d_c_bailaqan_color } } - title:c_baima = { set_variable = { name = color_storage value = title:d_c_baima_color } } - title:c_baingoin = { set_variable = { name = color_storage value = title:d_c_baingoin_color } } - title:c_baisary = { set_variable = { name = color_storage value = title:d_c_baisary_color } } - title:c_baiyin = { set_variable = { name = color_storage value = title:d_c_baiyin_color } } - title:c_bajura = { set_variable = { name = color_storage value = title:d_c_bajura_color } } - title:c_bakharz = { set_variable = { name = color_storage value = title:d_c_bakharz_color } } - title:c_bakhmut = { set_variable = { name = color_storage value = title:d_c_bakhmut_color } } - title:c_bakriya = { set_variable = { name = color_storage value = title:d_c_bakriya_color } } - title:c_balachev = { set_variable = { name = color_storage value = title:d_c_balachev_color } } - title:c_balashagun = { set_variable = { name = color_storage value = title:d_c_balashagun_color } } - title:c_balgun = { set_variable = { name = color_storage value = title:d_c_balgun_color } } - title:c_bali = { set_variable = { name = color_storage value = title:d_c_bali_color } } - title:c_balkh = { set_variable = { name = color_storage value = title:d_c_balkh_color } } - title:c_balkonda = { set_variable = { name = color_storage value = title:d_c_balkonda_color } } - title:c_balqa = { set_variable = { name = color_storage value = title:d_c_balqa_color } } - title:c_bam = { set_variable = { name = color_storage value = title:d_c_bam_color } } - title:c_bamberg = { set_variable = { name = color_storage value = title:d_c_bamberg_color } } - title:c_bambuk = { set_variable = { name = color_storage value = title:d_c_bambuk_color } } - title:c_bamian = { set_variable = { name = color_storage value = title:d_c_bamian_color } } - title:c_bampur = { set_variable = { name = color_storage value = title:d_c_bampur_color } } - title:c_banavasi = { set_variable = { name = color_storage value = title:d_c_banavasi_color } } - title:c_banbar = { set_variable = { name = color_storage value = title:d_c_banbar_color } } - title:c_bandhugadha = { set_variable = { name = color_storage value = title:d_c_bandhugadha_color } } - title:c_bandiagara = { set_variable = { name = color_storage value = title:d_c_bandiagara_color } } - title:c_bangaon = { set_variable = { name = color_storage value = title:d_c_bangaon_color } } - title:c_bannu = { set_variable = { name = color_storage value = title:d_c_bannu_color } } - title:c_banre = { set_variable = { name = color_storage value = title:d_c_banre_color } } - title:c_baol = { set_variable = { name = color_storage value = title:d_c_baol_color } } - title:c_baqen = { set_variable = { name = color_storage value = title:d_c_baqen_color } } - title:c_baqlin = { set_variable = { name = color_storage value = title:d_c_baqlin_color } } - title:c_bar = { set_variable = { name = color_storage value = title:d_c_bar_color } } - title:c_baranya = { set_variable = { name = color_storage value = title:d_c_baranya_color } } - title:c_barasuru = { set_variable = { name = color_storage value = title:d_c_barasuru_color } } - title:c_barbacadle = { set_variable = { name = color_storage value = title:d_c_barbacadle_color } } - title:c_barcasag = { set_variable = { name = color_storage value = title:d_c_barcasag_color } } - title:c_barcelona = { set_variable = { name = color_storage value = title:d_c_barcelona_color } } - title:c_bardak = { set_variable = { name = color_storage value = title:d_c_bardak_color } } - title:c_bargajan = { set_variable = { name = color_storage value = title:d_c_bargajan_color } } - title:c_bari = { set_variable = { name = color_storage value = title:d_c_bari_color } } - title:c_barkam = { set_variable = { name = color_storage value = title:d_c_barkam_color } } - title:c_barkul = { set_variable = { name = color_storage value = title:d_c_barkul_color } } - title:c_barlad = { set_variable = { name = color_storage value = title:d_c_barlad_color } } - title:c_barma = { set_variable = { name = color_storage value = title:d_c_barma_color } } - title:c_barnaul = { set_variable = { name = color_storage value = title:d_c_barnaul_color } } - title:c_barqa = { set_variable = { name = color_storage value = title:d_c_barqa_color } } - title:c_bars = { set_variable = { name = color_storage value = title:d_c_bars_color } } - title:c_barsuki = { set_variable = { name = color_storage value = title:d_c_barsuki_color } } - title:c_bartenstein = { set_variable = { name = color_storage value = title:d_c_bartenstein_color } } - title:c_basagha = { set_variable = { name = color_storage value = title:d_c_basagha_color } } - title:c_basra = { set_variable = { name = color_storage value = title:d_c_basra_color } } - title:c_bassa = { set_variable = { name = color_storage value = title:d_c_bassa_color } } - title:c_bastia = { set_variable = { name = color_storage value = title:d_c_bastia_color } } - title:c_batang = { set_variable = { name = color_storage value = title:d_c_batang_color } } - title:c_batiha = { set_variable = { name = color_storage value = title:d_c_batiha_color } } - title:c_batina = { set_variable = { name = color_storage value = title:d_c_batina_color } } - title:c_batn_al-hajar = { set_variable = { name = color_storage value = title:d_c_batn_al-hajar_color } } - title:c_batticaloa = { set_variable = { name = color_storage value = title:d_c_batticaloa_color } } - title:c_bauchi = { set_variable = { name = color_storage value = title:d_c_bauchi_color } } - title:c_baxoi = { set_variable = { name = color_storage value = title:d_c_baxoi_color } } - title:c_baydhabo = { set_variable = { name = color_storage value = title:d_c_baydhabo_color } } - title:c_bayeux = { set_variable = { name = color_storage value = title:d_c_bayeux_color } } - title:c_bazin = { set_variable = { name = color_storage value = title:d_c_bazin_color } } - title:c_bearn = { set_variable = { name = color_storage value = title:d_c_bearn_color } } - title:c_beaumont = { set_variable = { name = color_storage value = title:d_c_beaumont_color } } - title:c_bedford = { set_variable = { name = color_storage value = title:d_c_bedford_color } } - title:c_begemder = { set_variable = { name = color_storage value = title:d_c_begemder_color } } - title:c_begho = { set_variable = { name = color_storage value = title:d_c_begho_color } } - title:c_behabad = { set_variable = { name = color_storage value = title:d_c_behabad_color } } - title:c_beirut = { set_variable = { name = color_storage value = title:d_c_beirut_color } } - title:c_beja = { set_variable = { name = color_storage value = title:d_c_beja_color } } - title:c_bejaia = { set_variable = { name = color_storage value = title:d_c_bejaia_color } } - title:c_bekes = { set_variable = { name = color_storage value = title:d_c_bekes_color } } - title:c_beksima = { set_variable = { name = color_storage value = title:d_c_beksima_color } } - title:c_belebey = { set_variable = { name = color_storage value = title:d_c_belebey_color } } - title:c_bellac = { set_variable = { name = color_storage value = title:d_c_bellac_color } } - title:c_belogorje = { set_variable = { name = color_storage value = title:d_c_belogorje_color } } - title:c_beloozero = { set_variable = { name = color_storage value = title:d_c_beloozero_color } } - title:c_belz = { set_variable = { name = color_storage value = title:d_c_belz_color } } - title:c_bena = { set_variable = { name = color_storage value = title:d_c_bena_color } } - title:c_benavente = { set_variable = { name = color_storage value = title:d_c_benavente_color } } - title:c_benevento = { set_variable = { name = color_storage value = title:d_c_benevento_color } } - title:c_benin = { set_variable = { name = color_storage value = title:d_c_benin_color } } - title:c_beograd = { set_variable = { name = color_storage value = title:d_c_beograd_color } } - title:c_berbera = { set_variable = { name = color_storage value = title:d_c_berbera_color } } - title:c_berchtesgaden = { set_variable = { name = color_storage value = title:d_c_berchtesgaden_color } } - title:c_bereg = { set_variable = { name = color_storage value = title:d_c_bereg_color } } - title:c_berent = { set_variable = { name = color_storage value = title:d_c_berent_color } } - title:c_berestye = { set_variable = { name = color_storage value = title:d_c_berestye_color } } - title:c_bergh = { set_variable = { name = color_storage value = title:d_c_bergh_color } } - title:c_berkshire = { set_variable = { name = color_storage value = title:d_c_berkshire_color } } - title:c_berlin = { set_variable = { name = color_storage value = title:d_c_berlin_color } } - title:c_bern = { set_variable = { name = color_storage value = title:d_c_bern_color } } - title:c_beroe = { set_variable = { name = color_storage value = title:d_c_beroe_color } } - title:c_berry = { set_variable = { name = color_storage value = title:d_c_berry_color } } - title:c_berta = { set_variable = { name = color_storage value = title:d_c_berta_color } } - title:c_besancon = { set_variable = { name = color_storage value = title:d_c_besancon_color } } - title:c_beshbalik = { set_variable = { name = color_storage value = title:d_c_beshbalik_color } } - title:c_beszterce = { set_variable = { name = color_storage value = title:d_c_beszterce_color } } - title:c_bethen = { set_variable = { name = color_storage value = title:d_c_bethen_color } } - title:c_betpa = { set_variable = { name = color_storage value = title:d_c_betpa_color } } - title:c_bezichi = { set_variable = { name = color_storage value = title:d_c_bezichi_color } } - title:c_beziers = { set_variable = { name = color_storage value = title:d_c_beziers_color } } - title:c_bhakkar = { set_variable = { name = color_storage value = title:d_c_bhakkar_color } } - title:c_bhaktapur = { set_variable = { name = color_storage value = title:d_c_bhaktapur_color } } - title:c_bhera = { set_variable = { name = color_storage value = title:d_c_bhera_color } } - title:c_bhumilka = { set_variable = { name = color_storage value = title:d_c_bhumilka_color } } - title:c_bigorre = { set_variable = { name = color_storage value = title:d_c_bigorre_color } } - title:c_bihar = { set_variable = { name = color_storage value = title:d_c_bihar_color } } - title:c_biia = { set_variable = { name = color_storage value = title:d_c_biia_color } } - title:c_bikrampur = { set_variable = { name = color_storage value = title:d_c_bikrampur_color } } - title:c_bilizma = { set_variable = { name = color_storage value = title:d_c_bilizma_color } } - title:c_bilma = { set_variable = { name = color_storage value = title:d_c_bilma_color } } - title:c_bindugu = { set_variable = { name = color_storage value = title:d_c_bindugu_color } } - title:c_bir_amir = { set_variable = { name = color_storage value = title:d_c_bir_amir_color } } - title:c_bisha = { set_variable = { name = color_storage value = title:d_c_bisha_color } } - title:c_biskra = { set_variable = { name = color_storage value = title:d_c_biskra_color } } - title:c_bithynia = { set_variable = { name = color_storage value = title:d_c_bithynia_color } } - title:c_biton = { set_variable = { name = color_storage value = title:d_c_biton_color } } - title:c_biun = { set_variable = { name = color_storage value = title:d_c_biun_color } } - title:c_blankenburg = { set_variable = { name = color_storage value = title:d_c_blankenburg_color } } - title:c_blekinge = { set_variable = { name = color_storage value = title:d_c_blekinge_color } } - title:c_blois = { set_variable = { name = color_storage value = title:d_c_blois_color } } - title:c_bodele = { set_variable = { name = color_storage value = title:d_c_bodele_color } } - title:c_bodrog = { set_variable = { name = color_storage value = title:d_c_bodrog_color } } - title:c_boeotia = { set_variable = { name = color_storage value = title:d_c_boeotia_color } } - title:c_boleslav = { set_variable = { name = color_storage value = title:d_c_boleslav_color } } - title:c_bolghar = { set_variable = { name = color_storage value = title:d_c_bolghar_color } } - title:c_bologna = { set_variable = { name = color_storage value = title:d_c_bologna_color } } - title:c_bombogor = { set_variable = { name = color_storage value = title:d_c_bombogor_color } } - title:c_bome = { set_variable = { name = color_storage value = title:d_c_bome_color } } - title:c_bonduku = { set_variable = { name = color_storage value = title:d_c_bonduku_color } } - title:c_bono = { set_variable = { name = color_storage value = title:d_c_bono_color } } - title:c_bonoso = { set_variable = { name = color_storage value = title:d_c_bonoso_color } } - title:c_bordeaux = { set_variable = { name = color_storage value = title:d_c_bordeaux_color } } - title:c_bornholm = { set_variable = { name = color_storage value = title:d_c_bornholm_color } } - title:c_bornu = { set_variable = { name = color_storage value = title:d_c_bornu_color } } - title:c_boro_burgasu = { set_variable = { name = color_storage value = title:d_c_boro_burgasu_color } } - title:c_boron = { set_variable = { name = color_storage value = title:d_c_boron_color } } - title:c_borsod = { set_variable = { name = color_storage value = title:d_c_borsod_color } } - title:c_bost = { set_variable = { name = color_storage value = title:d_c_bost_color } } - title:c_bothin = { set_variable = { name = color_storage value = title:d_c_bothin_color } } - title:c_boubo = { set_variable = { name = color_storage value = title:d_c_boubo_color } } - title:c_bouillon = { set_variable = { name = color_storage value = title:d_c_bouillon_color } } - title:c_boulogne = { set_variable = { name = color_storage value = title:d_c_boulogne_color } } - title:c_bourbon = { set_variable = { name = color_storage value = title:d_c_bourbon_color } } - title:c_brabant = { set_variable = { name = color_storage value = title:d_c_brabant_color } } - title:c_braganza = { set_variable = { name = color_storage value = title:d_c_braganza_color } } - title:c_braila = { set_variable = { name = color_storage value = title:d_c_braila_color } } - title:c_brandenburg = { set_variable = { name = color_storage value = title:d_c_brandenburg_color } } - title:c_branicevo = { set_variable = { name = color_storage value = title:d_c_branicevo_color } } - title:c_braslau = { set_variable = { name = color_storage value = title:d_c_braslau_color } } - title:c_bratsk = { set_variable = { name = color_storage value = title:d_c_bratsk_color } } - title:c_brecknockshire = { set_variable = { name = color_storage value = title:d_c_brecknockshire_color } } - title:c_breifne = { set_variable = { name = color_storage value = title:d_c_breifne_color } } - title:c_breisgau = { set_variable = { name = color_storage value = title:d_c_breisgau_color } } - title:c_bremen = { set_variable = { name = color_storage value = title:d_c_bremen_color } } - title:c_brene = { set_variable = { name = color_storage value = title:d_c_brene_color } } - title:c_brescia = { set_variable = { name = color_storage value = title:d_c_brescia_color } } - title:c_breslau = { set_variable = { name = color_storage value = title:d_c_breslau_color } } - title:c_bresse = { set_variable = { name = color_storage value = title:d_c_bresse_color } } - title:c_brie_francaise = { set_variable = { name = color_storage value = title:d_c_brie_francaise_color } } - title:c_briey = { set_variable = { name = color_storage value = title:d_c_briey_color } } - title:c_brixen = { set_variable = { name = color_storage value = title:d_c_brixen_color } } - title:c_brno = { set_variable = { name = color_storage value = title:d_c_brno_color } } - title:c_brugge = { set_variable = { name = color_storage value = title:d_c_brugge_color } } - title:c_brunswick = { set_variable = { name = color_storage value = title:d_c_brunswick_color } } - title:c_brysis = { set_variable = { name = color_storage value = title:d_c_brysis_color } } - title:c_brzeg = { set_variable = { name = color_storage value = title:d_c_brzeg_color } } - title:c_buchan = { set_variable = { name = color_storage value = title:d_c_buchan_color } } - title:c_buckinghamshire = { set_variable = { name = color_storage value = title:d_c_buckinghamshire_color } } - title:c_bucuresti = { set_variable = { name = color_storage value = title:d_c_bucuresti_color } } - title:c_bugurslan = { set_variable = { name = color_storage value = title:d_c_bugurslan_color } } - title:c_bukhara = { set_variable = { name = color_storage value = title:d_c_bukhara_color } } - title:c_bumthang = { set_variable = { name = color_storage value = title:d_c_bumthang_color } } - title:c_bundu = { set_variable = { name = color_storage value = title:d_c_bundu_color } } - title:c_bur = { set_variable = { name = color_storage value = title:d_c_bur_color } } - title:c_bura = { set_variable = { name = color_storage value = title:d_c_bura_color } } - title:c_bure = { set_variable = { name = color_storage value = title:d_c_bure_color } } - title:c_burgas = { set_variable = { name = color_storage value = title:d_c_burgas_color } } - title:c_burgau = { set_variable = { name = color_storage value = title:d_c_burgau_color } } - title:c_burgos = { set_variable = { name = color_storage value = title:d_c_burgos_color } } - title:c_burhanpur = { set_variable = { name = color_storage value = title:d_c_burhanpur_color } } - title:c_burji = { set_variable = { name = color_storage value = title:d_c_burji_color } } - title:c_burugu_aallar = { set_variable = { name = color_storage value = title:d_c_burugu_aallar_color } } - title:c_busaso = { set_variable = { name = color_storage value = title:d_c_busaso_color } } - title:c_bussa = { set_variable = { name = color_storage value = title:d_c_bussa_color } } - title:c_buthrotum = { set_variable = { name = color_storage value = title:d_c_buthrotum_color } } - title:c_buzau = { set_variable = { name = color_storage value = title:d_c_buzau_color } } - title:c_byzantion = { set_variable = { name = color_storage value = title:d_c_byzantion_color } } - title:c_cabardinia = { set_variable = { name = color_storage value = title:d_c_cabardinia_color } } - title:c_cabra = { set_variable = { name = color_storage value = title:d_c_cabra_color } } - title:c_caceres = { set_variable = { name = color_storage value = title:d_c_caceres_color } } - title:c_cadiz = { set_variable = { name = color_storage value = title:d_c_cadiz_color } } - title:c_caernarfonshire = { set_variable = { name = color_storage value = title:d_c_caernarfonshire_color } } - title:c_cagliari = { set_variable = { name = color_storage value = title:d_c_cagliari_color } } - title:c_cairo = { set_variable = { name = color_storage value = title:d_c_cairo_color } } - title:c_caithness = { set_variable = { name = color_storage value = title:d_c_caithness_color } } - title:c_cakrakuta = { set_variable = { name = color_storage value = title:d_c_cakrakuta_color } } - title:c_calafat = { set_variable = { name = color_storage value = title:d_c_calafat_color } } - title:c_calarasi = { set_variable = { name = color_storage value = title:d_c_calarasi_color } } - title:c_calatayud = { set_variable = { name = color_storage value = title:d_c_calatayud_color } } - title:c_calatrava = { set_variable = { name = color_storage value = title:d_c_calatrava_color } } - title:c_camarda = { set_variable = { name = color_storage value = title:d_c_camarda_color } } - title:c_cambray = { set_variable = { name = color_storage value = title:d_c_cambray_color } } - title:c_cambridgeshire = { set_variable = { name = color_storage value = title:d_c_cambridgeshire_color } } - title:c_cammin = { set_variable = { name = color_storage value = title:d_c_cammin_color } } - title:c_campulung = { set_variable = { name = color_storage value = title:d_c_campulung_color } } - title:c_canarias = { set_variable = { name = color_storage value = title:d_c_canarias_color } } - title:c_canavese = { set_variable = { name = color_storage value = title:d_c_canavese_color } } - title:c_canda = { set_variable = { name = color_storage value = title:d_c_canda_color } } - title:c_candhoba = { set_variable = { name = color_storage value = title:d_c_candhoba_color } } - title:c_candradvipa = { set_variable = { name = color_storage value = title:d_c_candradvipa_color } } - title:c_cappadocia = { set_variable = { name = color_storage value = title:d_c_cappadocia_color } } - title:c_capua = { set_variable = { name = color_storage value = title:d_c_capua_color } } - title:c_carcassonne = { set_variable = { name = color_storage value = title:d_c_carcassonne_color } } - title:c_cardiganshire = { set_variable = { name = color_storage value = title:d_c_cardiganshire_color } } - title:c_caria = { set_variable = { name = color_storage value = title:d_c_caria_color } } - title:c_carmarthenshire = { set_variable = { name = color_storage value = title:d_c_carmarthenshire_color } } - title:c_carrick = { set_variable = { name = color_storage value = title:d_c_carrick_color } } - title:c_casentino = { set_variable = { name = color_storage value = title:d_c_casentino_color } } - title:c_caslav = { set_variable = { name = color_storage value = title:d_c_caslav_color } } - title:c_castellon = { set_variable = { name = color_storage value = title:d_c_castellon_color } } - title:c_castelo_branco = { set_variable = { name = color_storage value = title:d_c_castelo_branco_color } } - title:c_caze = { set_variable = { name = color_storage value = title:d_c_caze_color } } - title:c_cephalonia = { set_variable = { name = color_storage value = title:d_c_cephalonia_color } } - title:c_cerasus = { set_variable = { name = color_storage value = title:d_c_cerasus_color } } - title:c_cetatea_alba = { set_variable = { name = color_storage value = title:d_c_cetatea_alba_color } } - title:c_cetina = { set_variable = { name = color_storage value = title:d_c_cetina_color } } - title:c_ceuta = { set_variable = { name = color_storage value = title:d_c_ceuta_color } } - title:c_chadrinsk = { set_variable = { name = color_storage value = title:d_c_chadrinsk_color } } - title:c_chagdy_aallar = { set_variable = { name = color_storage value = title:d_c_chagdy_aallar_color } } - title:c_chaghaniyan = { set_variable = { name = color_storage value = title:d_c_chaghaniyan_color } } - title:c_chah = { set_variable = { name = color_storage value = title:d_c_chah_color } } - title:c_chakla = { set_variable = { name = color_storage value = title:d_c_chakla_color } } - title:c_chalkidike = { set_variable = { name = color_storage value = title:d_c_chalkidike_color } } - title:c_chalon = { set_variable = { name = color_storage value = title:d_c_chalon_color } } - title:c_chalons = { set_variable = { name = color_storage value = title:d_c_chalons_color } } - title:c_chamil = { set_variable = { name = color_storage value = title:d_c_chamil_color } } - title:c_chandax = { set_variable = { name = color_storage value = title:d_c_chandax_color } } - title:c_chanderi = { set_variable = { name = color_storage value = title:d_c_chanderi_color } } - title:c_changma = { set_variable = { name = color_storage value = title:d_c_changma_color } } - title:c_chania = { set_variable = { name = color_storage value = title:d_c_chania_color } } - title:c_charaideo = { set_variable = { name = color_storage value = title:d_c_charaideo_color } } - title:c_charkliq = { set_variable = { name = color_storage value = title:d_c_charkliq_color } } - title:c_charsianon = { set_variable = { name = color_storage value = title:d_c_charsianon_color } } - title:c_chartres = { set_variable = { name = color_storage value = title:d_c_chartres_color } } - title:c_chauragarh = { set_variable = { name = color_storage value = title:d_c_chauragarh_color } } - title:c_cheboksary = { set_variable = { name = color_storage value = title:d_c_cheboksary_color } } - title:c_chelabinsk = { set_variable = { name = color_storage value = title:d_c_chelabinsk_color } } - title:c_cherchen = { set_variable = { name = color_storage value = title:d_c_cherchen_color } } - title:c_cherik = { set_variable = { name = color_storage value = title:d_c_cherik_color } } - title:c_cherkassy = { set_variable = { name = color_storage value = title:d_c_cherkassy_color } } - title:c_chernigov = { set_variable = { name = color_storage value = title:d_c_chernigov_color } } - title:c_cherso = { set_variable = { name = color_storage value = title:d_c_cherso_color } } - title:c_cherven = { set_variable = { name = color_storage value = title:d_c_cherven_color } } - title:c_cheshire = { set_variable = { name = color_storage value = title:d_c_cheshire_color } } - title:c_chich = { set_variable = { name = color_storage value = title:d_c_chich_color } } - title:c_chikoy = { set_variable = { name = color_storage value = title:d_c_chikoy_color } } - title:c_chilia = { set_variable = { name = color_storage value = title:d_c_chilia_color } } - title:c_chindu = { set_variable = { name = color_storage value = title:d_c_chindu_color } } - title:c_chios = { set_variable = { name = color_storage value = title:d_c_chios_color } } - title:c_chitrakut = { set_variable = { name = color_storage value = title:d_c_chitrakut_color } } - title:c_chitral = { set_variable = { name = color_storage value = title:d_c_chitral_color } } - title:c_choklema = { set_variable = { name = color_storage value = title:d_c_choklema_color } } - title:c_cholamandalam = { set_variable = { name = color_storage value = title:d_c_cholamandalam_color } } - title:c_chonae = { set_variable = { name = color_storage value = title:d_c_chonae_color } } - title:c_chornobyl = { set_variable = { name = color_storage value = title:d_c_chornobyl_color } } - title:c_chuguchak = { set_variable = { name = color_storage value = title:d_c_chuguchak_color } } - title:c_chulym = { set_variable = { name = color_storage value = title:d_c_chulym_color } } - title:c_chumarho = { set_variable = { name = color_storage value = title:d_c_chumarho_color } } - title:c_chuna = { set_variable = { name = color_storage value = title:d_c_chuna_color } } - title:c_chunar = { set_variable = { name = color_storage value = title:d_c_chunar_color } } - title:c_chungthang = { set_variable = { name = color_storage value = title:d_c_chungthang_color } } - title:c_chuya = { set_variable = { name = color_storage value = title:d_c_chuya_color } } - title:c_cieszyn = { set_variable = { name = color_storage value = title:d_c_cieszyn_color } } - title:c_cilicia = { set_variable = { name = color_storage value = title:d_c_cilicia_color } } - title:c_clermont = { set_variable = { name = color_storage value = title:d_c_clermont_color } } - title:c_clermont_sur_allier = { set_variable = { name = color_storage value = title:d_c_clermont_sur_allier_color } } - title:c_cleves = { set_variable = { name = color_storage value = title:d_c_cleves_color } } - title:c_coburg = { set_variable = { name = color_storage value = title:d_c_coburg_color } } - title:c_coimbra = { set_variable = { name = color_storage value = title:d_c_coimbra_color } } - title:c_colmar = { set_variable = { name = color_storage value = title:d_c_colmar_color } } - title:c_cologne = { set_variable = { name = color_storage value = title:d_c_cologne_color } } - title:c_colonea = { set_variable = { name = color_storage value = title:d_c_colonea_color } } - title:c_comai = { set_variable = { name = color_storage value = title:d_c_comai_color } } - title:c_comminges = { set_variable = { name = color_storage value = title:d_c_comminges_color } } - title:c_como = { set_variable = { name = color_storage value = title:d_c_como_color } } - title:c_cona = { set_variable = { name = color_storage value = title:d_c_cona_color } } - title:c_connacht = { set_variable = { name = color_storage value = title:d_c_connacht_color } } - title:c_constanta = { set_variable = { name = color_storage value = title:d_c_constanta_color } } - title:c_constantine = { set_variable = { name = color_storage value = title:d_c_constantine_color } } - title:c_coqen = { set_variable = { name = color_storage value = title:d_c_coqen_color } } - title:c_cordoba = { set_variable = { name = color_storage value = title:d_c_cordoba_color } } - title:c_cornouaille = { set_variable = { name = color_storage value = title:d_c_cornouaille_color } } - title:c_cornwall = { set_variable = { name = color_storage value = title:d_c_cornwall_color } } - title:c_coruna = { set_variable = { name = color_storage value = title:d_c_coruna_color } } - title:c_cosenza = { set_variable = { name = color_storage value = title:d_c_cosenza_color } } - title:c_cottbus = { set_variable = { name = color_storage value = title:d_c_cottbus_color } } - title:c_coulommiers = { set_variable = { name = color_storage value = title:d_c_coulommiers_color } } - title:c_cozhelhoma = { set_variable = { name = color_storage value = title:d_c_cozhelhoma_color } } - title:c_craiova = { set_variable = { name = color_storage value = title:d_c_craiova_color } } - title:c_cremona = { set_variable = { name = color_storage value = title:d_c_cremona_color } } - title:c_csanad = { set_variable = { name = color_storage value = title:d_c_csanad_color } } - title:c_csongrad = { set_variable = { name = color_storage value = title:d_c_csongrad_color } } - title:c_cuellar = { set_variable = { name = color_storage value = title:d_c_cuellar_color } } - title:c_cuenca = { set_variable = { name = color_storage value = title:d_c_cuenca_color } } - title:c_cumberland = { set_variable = { name = color_storage value = title:d_c_cumberland_color } } - title:c_cumbum = { set_variable = { name = color_storage value = title:d_c_cumbum_color } } - title:c_cuneo = { set_variable = { name = color_storage value = title:d_c_cuneo_color } } - title:c_cuonaco = { set_variable = { name = color_storage value = title:d_c_cuonaco_color } } - title:c_cykma = { set_variable = { name = color_storage value = title:d_c_cykma_color } } - title:c_czerska = { set_variable = { name = color_storage value = title:d_c_czerska_color } } - title:c_dabou = { set_variable = { name = color_storage value = title:d_c_dabou_color } } - title:c_daboya = { set_variable = { name = color_storage value = title:d_c_daboya_color } } - title:c_dabusiya = { set_variable = { name = color_storage value = title:d_c_dabusiya_color } } - title:c_dadhipadra = { set_variable = { name = color_storage value = title:d_c_dadhipadra_color } } - title:c_dagomba = { set_variable = { name = color_storage value = title:d_c_dagomba_color } } - title:c_dagon = { set_variable = { name = color_storage value = title:d_c_dagon_color } } - title:c_dahlak = { set_variable = { name = color_storage value = title:d_c_dahlak_color } } - title:c_dajing = { set_variable = { name = color_storage value = title:d_c_dajing_color } } - title:c_dakajalan = { set_variable = { name = color_storage value = title:d_c_dakajalan_color } } - title:c_dakhina_desa = { set_variable = { name = color_storage value = title:d_c_dakhina_desa_color } } - title:c_dakhla = { set_variable = { name = color_storage value = title:d_c_dakhla_color } } - title:c_dakkar = { set_variable = { name = color_storage value = title:d_c_dakkar_color } } - title:c_dal = { set_variable = { name = color_storage value = title:d_c_dal_color } } - title:c_dalabergslagen = { set_variable = { name = color_storage value = title:d_c_dalabergslagen_color } } - title:c_dalarna = { set_variable = { name = color_storage value = title:d_c_dalarna_color } } - title:c_daman = { set_variable = { name = color_storage value = title:d_c_daman_color } } - title:c_damascus = { set_variable = { name = color_storage value = title:d_c_damascus_color } } - title:c_damghan = { set_variable = { name = color_storage value = title:d_c_damghan_color } } - title:c_damietta = { set_variable = { name = color_storage value = title:d_c_damietta_color } } - title:c_damin_i_koh = { set_variable = { name = color_storage value = title:d_c_damin_i_koh_color } } - title:c_damoh = { set_variable = { name = color_storage value = title:d_c_damoh_color } } - title:c_damot = { set_variable = { name = color_storage value = title:d_c_damot_color } } - title:c_damxung = { set_variable = { name = color_storage value = title:d_c_damxung_color } } - title:c_danakil = { set_variable = { name = color_storage value = title:d_c_danakil_color } } - title:c_dang = { set_variable = { name = color_storage value = title:d_c_dang_color } } - title:c_dangla = { set_variable = { name = color_storage value = title:d_c_dangla_color } } - title:c_dannenberg = { set_variable = { name = color_storage value = title:d_c_dannenberg_color } } - title:c_danzig = { set_variable = { name = color_storage value = title:d_c_danzig_color } } - title:c_dar-al-rih = { set_variable = { name = color_storage value = title:d_c_dar-al-rih_color } } - title:c_dar_al-said = { set_variable = { name = color_storage value = title:d_c_dar_al-said_color } } - title:c_dar_rashid = { set_variable = { name = color_storage value = title:d_c_dar_rashid_color } } - title:c_dar_sila = { set_variable = { name = color_storage value = title:d_c_dar_sila_color } } - title:c_dara = { set_variable = { name = color_storage value = title:d_c_dara_color } } - title:c_darabjerd = { set_variable = { name = color_storage value = title:d_c_darabjerd_color } } - title:c_daramdin = { set_variable = { name = color_storage value = title:d_c_daramdin_color } } - title:c_darcha = { set_variable = { name = color_storage value = title:d_c_darcha_color } } - title:c_darghan = { set_variable = { name = color_storage value = title:d_c_darghan_color } } - title:c_darkhad_valley = { set_variable = { name = color_storage value = title:d_c_darkhad_valley_color } } - title:c_darmashan = { set_variable = { name = color_storage value = title:d_c_darmashan_color } } - title:c_dasapura = { set_variable = { name = color_storage value = title:d_c_dasapura_color } } - title:c_dathina = { set_variable = { name = color_storage value = title:d_c_dathina_color } } - title:c_datong = { set_variable = { name = color_storage value = title:d_c_datong_color } } - title:c_daura = { set_variable = { name = color_storage value = title:d_c_daura_color } } - title:c_dausar = { set_variable = { name = color_storage value = title:d_c_dausar_color } } - title:c_dawaro = { set_variable = { name = color_storage value = title:d_c_dawaro_color } } - title:c_dawraq = { set_variable = { name = color_storage value = title:d_c_dawraq_color } } - title:c_dawu = { set_variable = { name = color_storage value = title:d_c_dawu_color } } - title:c_debar = { set_variable = { name = color_storage value = title:d_c_debar_color } } - title:c_debul = { set_variable = { name = color_storage value = title:d_c_debul_color } } - title:c_dege = { set_variable = { name = color_storage value = title:d_c_dege_color } } - title:c_degelen = { set_variable = { name = color_storage value = title:d_c_degelen_color } } - title:c_deggerdorf = { set_variable = { name = color_storage value = title:d_c_deggerdorf_color } } - title:c_delhi = { set_variable = { name = color_storage value = title:d_c_delhi_color } } - title:c_dembiya = { set_variable = { name = color_storage value = title:d_c_dembiya_color } } - title:c_demchok = { set_variable = { name = color_storage value = title:d_c_demchok_color } } - title:c_demetrias = { set_variable = { name = color_storage value = title:d_c_demetrias_color } } - title:c_denbighshire = { set_variable = { name = color_storage value = title:d_c_denbighshire_color } } - title:c_dendi = { set_variable = { name = color_storage value = title:d_c_dendi_color } } - title:c_dengqen = { set_variable = { name = color_storage value = title:d_c_dengqen_color } } - title:c_denia = { set_variable = { name = color_storage value = title:d_c_denia_color } } - title:c_deqen = { set_variable = { name = color_storage value = title:d_c_deqen_color } } - title:c_derbent = { set_variable = { name = color_storage value = title:d_c_derbent_color } } - title:c_derby = { set_variable = { name = color_storage value = title:d_c_derby_color } } - title:c_derlenka = { set_variable = { name = color_storage value = title:d_c_derlenka_color } } - title:c_derna = { set_variable = { name = color_storage value = title:d_c_derna_color } } - title:c_desmond = { set_variable = { name = color_storage value = title:d_c_desmond_color } } - title:c_dessau = { set_variable = { name = color_storage value = title:d_c_dessau_color } } - title:c_devagiri = { set_variable = { name = color_storage value = title:d_c_devagiri_color } } - title:c_devon = { set_variable = { name = color_storage value = title:d_c_devon_color } } - title:c_dhafra = { set_variable = { name = color_storage value = title:d_c_dhafra_color } } - title:c_dhamalpur = { set_variable = { name = color_storage value = title:d_c_dhamalpur_color } } - title:c_dhankar = { set_variable = { name = color_storage value = title:d_c_dhankar_color } } - title:c_dhara = { set_variable = { name = color_storage value = title:d_c_dhara_color } } - title:c_dhofar = { set_variable = { name = color_storage value = title:d_c_dhofar_color } } - title:c_dhraina = { set_variable = { name = color_storage value = title:d_c_dhraina_color } } - title:c_diamare = { set_variable = { name = color_storage value = title:d_c_diamare_color } } - title:c_dibri = { set_variable = { name = color_storage value = title:d_c_dibri_color } } - title:c_dihistan = { set_variable = { name = color_storage value = title:d_c_dihistan_color } } - title:c_dijon = { set_variable = { name = color_storage value = title:d_c_dijon_color } } - title:c_dimapur = { set_variable = { name = color_storage value = title:d_c_dimapur_color } } - title:c_dipalpur = { set_variable = { name = color_storage value = title:d_c_dipalpur_color } } - title:c_dirku = { set_variable = { name = color_storage value = title:d_c_dirku_color } } - title:c_diskit = { set_variable = { name = color_storage value = title:d_c_diskit_color } } - title:c_ditmarschen = { set_variable = { name = color_storage value = title:d_c_ditmarschen_color } } - title:c_djado = { set_variable = { name = color_storage value = title:d_c_djado_color } } - title:c_djanet = { set_variable = { name = color_storage value = title:d_c_djanet_color } } - title:c_djarin = { set_variable = { name = color_storage value = title:d_c_djarin_color } } - title:c_djerba = { set_variable = { name = color_storage value = title:d_c_djerba_color } } - title:c_djugu = { set_variable = { name = color_storage value = title:d_c_djugu_color } } - title:c_dnipro = { set_variable = { name = color_storage value = title:d_c_dnipro_color } } - title:c_dobrzynska = { set_variable = { name = color_storage value = title:d_c_dobrzynska_color } } - title:c_dodugu = { set_variable = { name = color_storage value = title:d_c_dodugu_color } } - title:c_dokkum = { set_variable = { name = color_storage value = title:d_c_dokkum_color } } - title:c_dole = { set_variable = { name = color_storage value = title:d_c_dole_color } } - title:c_dolgujar = { set_variable = { name = color_storage value = title:d_c_dolgujar_color } } - title:c_dongola = { set_variable = { name = color_storage value = title:d_c_dongola_color } } - title:c_donjikraji = { set_variable = { name = color_storage value = title:d_c_donjikraji_color } } - title:c_dorohoi = { set_variable = { name = color_storage value = title:d_c_dorohoi_color } } - title:c_dorohychyn = { set_variable = { name = color_storage value = title:d_c_dorohychyn_color } } - title:c_dorostorum = { set_variable = { name = color_storage value = title:d_c_dorostorum_color } } - title:c_dorpat = { set_variable = { name = color_storage value = title:d_c_dorpat_color } } - title:c_dorset = { set_variable = { name = color_storage value = title:d_c_dorset_color } } - title:c_dortmund = { set_variable = { name = color_storage value = title:d_c_dortmund_color } } - title:c_doti = { set_variable = { name = color_storage value = title:d_c_doti_color } } - title:c_doudleby = { set_variable = { name = color_storage value = title:d_c_doudleby_color } } - title:c_draa = { set_variable = { name = color_storage value = title:d_c_draa_color } } - title:c_dresden = { set_variable = { name = color_storage value = title:d_c_dresden_color } } - title:c_dublin = { set_variable = { name = color_storage value = title:d_c_dublin_color } } - title:c_dubrovytsia = { set_variable = { name = color_storage value = title:d_c_dubrovytsia_color } } - title:c_duklja = { set_variable = { name = color_storage value = title:d_c_duklja_color } } - title:c_dunbar = { set_variable = { name = color_storage value = title:d_c_dunbar_color } } - title:c_dunhuang = { set_variable = { name = color_storage value = title:d_c_dunhuang_color } } - title:c_duqm = { set_variable = { name = color_storage value = title:d_c_duqm_color } } - title:c_durdzukia = { set_variable = { name = color_storage value = title:d_c_durdzukia_color } } - title:c_durham = { set_variable = { name = color_storage value = title:d_c_durham_color } } - title:c_durne = { set_variable = { name = color_storage value = title:d_c_durne_color } } - title:c_durovka = { set_variable = { name = color_storage value = title:d_c_durovka_color } } - title:c_dvaraka = { set_variable = { name = color_storage value = title:d_c_dvaraka_color } } - title:c_dvin = { set_variable = { name = color_storage value = title:d_c_dvin_color } } - title:c_dyamare = { set_variable = { name = color_storage value = title:d_c_dyamare_color } } - title:c_dyrrachion = { set_variable = { name = color_storage value = title:d_c_dyrrachion_color } } - title:c_dyulaso = { set_variable = { name = color_storage value = title:d_c_dyulaso_color } } - title:c_east-tokharestan = { set_variable = { name = color_storage value = title:d_c_east-tokharestan_color } } - title:c_east_darfur = { set_variable = { name = color_storage value = title:d_c_east_darfur_color } } - title:c_east_kiilt = { set_variable = { name = color_storage value = title:d_c_east_kiilt_color } } - title:c_east_riding = { set_variable = { name = color_storage value = title:d_c_east_riding_color } } - title:c_eastern_tannu = { set_variable = { name = color_storage value = title:d_c_eastern_tannu_color } } - title:c_edd = { set_variable = { name = color_storage value = title:d_c_edd_color } } - title:c_edessa = { set_variable = { name = color_storage value = title:d_c_edessa_color } } - title:c_edo = { set_variable = { name = color_storage value = title:d_c_edo_color } } - title:c_eghiz_kara = { set_variable = { name = color_storage value = title:d_c_eghiz_kara_color } } - title:c_eichstadt = { set_variable = { name = color_storage value = title:d_c_eichstadt_color } } - title:c_el_fasher = { set_variable = { name = color_storage value = title:d_c_el_fasher_color } } - title:c_el_waak = { set_variable = { name = color_storage value = title:d_c_el_waak_color } } - title:c_elabuga = { set_variable = { name = color_storage value = title:d_c_elabuga_color } } - title:c_eleila = { set_variable = { name = color_storage value = title:d_c_eleila_color } } - title:c_elvas = { set_variable = { name = color_storage value = title:d_c_elvas_color } } - title:c_embrun = { set_variable = { name = color_storage value = title:d_c_embrun_color } } - title:c_emil = { set_variable = { name = color_storage value = title:d_c_emil_color } } - title:c_ennis = { set_variable = { name = color_storage value = title:d_c_ennis_color } } - title:c_epeiros = { set_variable = { name = color_storage value = title:d_c_epeiros_color } } - title:c_erbach = { set_variable = { name = color_storage value = title:d_c_erbach_color } } - title:c_eschenlohe = { set_variable = { name = color_storage value = title:d_c_eschenlohe_color } } - title:c_essex = { set_variable = { name = color_storage value = title:d_c_essex_color } } - title:c_eu = { set_variable = { name = color_storage value = title:d_c_eu_color } } - title:c_euboea = { set_variable = { name = color_storage value = title:d_c_euboea_color } } - title:c_euchaita = { set_variable = { name = color_storage value = title:d_c_euchaita_color } } - title:c_evreux = { set_variable = { name = color_storage value = title:d_c_evreux_color } } - title:c_ewe = { set_variable = { name = color_storage value = title:d_c_ewe_color } } - title:c_eystridalir = { set_variable = { name = color_storage value = title:d_c_eystridalir_color } } - title:c_faereyar = { set_variable = { name = color_storage value = title:d_c_faereyar_color } } - title:c_fafan = { set_variable = { name = color_storage value = title:d_c_fafan_color } } - title:c_falaj = { set_variable = { name = color_storage value = title:d_c_falaj_color } } - title:c_famagusta = { set_variable = { name = color_storage value = title:d_c_famagusta_color } } - title:c_fanhe = { set_variable = { name = color_storage value = title:d_c_fanhe_color } } - title:c_fante = { set_variable = { name = color_storage value = title:d_c_fante_color } } - title:c_farafra = { set_variable = { name = color_storage value = title:d_c_farafra_color } } - title:c_farah = { set_variable = { name = color_storage value = title:d_c_farah_color } } - title:c_farama = { set_variable = { name = color_storage value = title:d_c_farama_color } } - title:c_faras = { set_variable = { name = color_storage value = title:d_c_faras_color } } - title:c_farava = { set_variable = { name = color_storage value = title:d_c_farava_color } } - title:c_faro = { set_variable = { name = color_storage value = title:d_c_faro_color } } - title:c_fayyum = { set_variable = { name = color_storage value = title:d_c_fayyum_color } } - title:c_fazaz = { set_variable = { name = color_storage value = title:d_c_fazaz_color } } - title:c_fazughli = { set_variable = { name = color_storage value = title:d_c_fazughli_color } } - title:c_feher = { set_variable = { name = color_storage value = title:d_c_feher_color } } - title:c_fellata = { set_variable = { name = color_storage value = title:d_c_fellata_color } } - title:c_ferghana = { set_variable = { name = color_storage value = title:d_c_ferghana_color } } - title:c_fermo = { set_variable = { name = color_storage value = title:d_c_fermo_color } } - title:c_ferrara = { set_variable = { name = color_storage value = title:d_c_ferrara_color } } - title:c_fes = { set_variable = { name = color_storage value = title:d_c_fes_color } } - title:c_fetegar = { set_variable = { name = color_storage value = title:d_c_fetegar_color } } - title:c_fife = { set_variable = { name = color_storage value = title:d_c_fife_color } } - title:c_figuig = { set_variable = { name = color_storage value = title:d_c_figuig_color } } - title:c_fika = { set_variable = { name = color_storage value = title:d_c_fika_color } } - title:c_finland = { set_variable = { name = color_storage value = title:d_c_finland_color } } - title:c_finnveden = { set_variable = { name = color_storage value = title:d_c_finnveden_color } } - title:c_firabr = { set_variable = { name = color_storage value = title:d_c_firabr_color } } - title:c_firaun = { set_variable = { name = color_storage value = title:d_c_firaun_color } } - title:c_firdafylki = { set_variable = { name = color_storage value = title:d_c_firdafylki_color } } - title:c_firenze = { set_variable = { name = color_storage value = title:d_c_firenze_color } } - title:c_fitri = { set_variable = { name = color_storage value = title:d_c_fitri_color } } - title:c_fogaras = { set_variable = { name = color_storage value = title:d_c_fogaras_color } } - title:c_foggia = { set_variable = { name = color_storage value = title:d_c_foggia_color } } - title:c_foix = { set_variable = { name = color_storage value = title:d_c_foix_color } } - title:c_forcalquier = { set_variable = { name = color_storage value = title:d_c_forcalquier_color } } - title:c_forez = { set_variable = { name = color_storage value = title:d_c_forez_color } } - title:c_fraga = { set_variable = { name = color_storage value = title:d_c_fraga_color } } - title:c_frankfurt = { set_variable = { name = color_storage value = title:d_c_frankfurt_color } } - title:c_freistadt = { set_variable = { name = color_storage value = title:d_c_freistadt_color } } - title:c_french_leon = { set_variable = { name = color_storage value = title:d_c_french_leon_color } } - title:c_frisia = { set_variable = { name = color_storage value = title:d_c_frisia_color } } - title:c_friuli = { set_variable = { name = color_storage value = title:d_c_friuli_color } } - title:c_fudalhi = { set_variable = { name = color_storage value = title:d_c_fudalhi_color } } - title:c_fuerteventura = { set_variable = { name = color_storage value = title:d_c_fuerteventura_color } } - title:c_fulda = { set_variable = { name = color_storage value = title:d_c_fulda_color } } - title:c_fuqi = { set_variable = { name = color_storage value = title:d_c_fuqi_color } } - title:c_furstenberg = { set_variable = { name = color_storage value = title:d_c_furstenberg_color } } - title:c_futa_jalon = { set_variable = { name = color_storage value = title:d_c_futa_jalon_color } } - title:c_fyn = { set_variable = { name = color_storage value = title:d_c_fyn_color } } - title:c_gabal = { set_variable = { name = color_storage value = title:d_c_gabal_color } } - title:c_gabes = { set_variable = { name = color_storage value = title:d_c_gabes_color } } - title:c_gacka = { set_variable = { name = color_storage value = title:d_c_gacka_color } } - title:c_gafat = { set_variable = { name = color_storage value = title:d_c_gafat_color } } - title:c_galam = { set_variable = { name = color_storage value = title:d_c_galam_color } } - title:c_galati = { set_variable = { name = color_storage value = title:d_c_galati_color } } - title:c_galatia = { set_variable = { name = color_storage value = title:d_c_galatia_color } } - title:c_galatia_salutaris = { set_variable = { name = color_storage value = title:d_c_galatia_salutaris_color } } - title:c_galloway = { set_variable = { name = color_storage value = title:d_c_galloway_color } } - title:c_gallura = { set_variable = { name = color_storage value = title:d_c_gallura_color } } - title:c_gamo = { set_variable = { name = color_storage value = title:d_c_gamo_color } } - title:c_ganale = { set_variable = { name = color_storage value = title:d_c_ganale_color } } - title:c_gangaran = { set_variable = { name = color_storage value = title:d_c_gangaran_color } } - title:c_ganzhou = { set_variable = { name = color_storage value = title:d_c_ganzhou_color } } - title:c_gao = { set_variable = { name = color_storage value = title:d_c_gao_color } } - title:c_gaotai = { set_variable = { name = color_storage value = title:d_c_gaotai_color } } - title:c_gar = { set_variable = { name = color_storage value = title:d_c_gar_color } } - title:c_garabogazkol = { set_variable = { name = color_storage value = title:d_c_garabogazkol_color } } - title:c_garco = { set_variable = { name = color_storage value = title:d_c_garco_color } } - title:c_garkung = { set_variable = { name = color_storage value = title:d_c_garkung_color } } - title:c_garoua = { set_variable = { name = color_storage value = title:d_c_garoua_color } } - title:c_garumele = { set_variable = { name = color_storage value = title:d_c_garumele_color } } - title:c_garwhal = { set_variable = { name = color_storage value = title:d_c_garwhal_color } } - title:c_garze = { set_variable = { name = color_storage value = title:d_c_garze_color } } - title:c_gastrikland = { set_variable = { name = color_storage value = title:d_c_gastrikland_color } } - title:c_gatsuurgazar = { set_variable = { name = color_storage value = title:d_c_gatsuurgazar_color } } - title:c_gauda = { set_variable = { name = color_storage value = title:d_c_gauda_color } } - title:c_gauldala = { set_variable = { name = color_storage value = title:d_c_gauldala_color } } - title:c_gaya = { set_variable = { name = color_storage value = title:d_c_gaya_color } } - title:c_geba = { set_variable = { name = color_storage value = title:d_c_geba_color } } - title:c_gegyai = { set_variable = { name = color_storage value = title:d_c_gegyai_color } } - title:c_gemer = { set_variable = { name = color_storage value = title:d_c_gemer_color } } - title:c_geneva = { set_variable = { name = color_storage value = title:d_c_geneva_color } } - title:c_genoa = { set_variable = { name = color_storage value = title:d_c_genoa_color } } - title:c_germa = { set_variable = { name = color_storage value = title:d_c_germa_color } } - title:c_gerqen = { set_variable = { name = color_storage value = title:d_c_gerqen_color } } - title:c_gerze = { set_variable = { name = color_storage value = title:d_c_gerze_color } } - title:c_gevaudan = { set_variable = { name = color_storage value = title:d_c_gevaudan_color } } - title:c_gezira = { set_variable = { name = color_storage value = title:d_c_gezira_color } } - title:c_ghadames = { set_variable = { name = color_storage value = title:d_c_ghadames_color } } - title:c_gharb = { set_variable = { name = color_storage value = title:d_c_gharb_color } } - title:c_ghardaia = { set_variable = { name = color_storage value = title:d_c_ghardaia_color } } - title:c_ghat = { set_variable = { name = color_storage value = title:d_c_ghat_color } } - title:c_ghazna = { set_variable = { name = color_storage value = title:d_c_ghazna_color } } - title:c_ghazza = { set_variable = { name = color_storage value = title:d_c_ghazza_color } } - title:c_ghazzal = { set_variable = { name = color_storage value = title:d_c_ghazzal_color } } - title:c_ghulja = { set_variable = { name = color_storage value = title:d_c_ghulja_color } } - title:c_ghur = { set_variable = { name = color_storage value = title:d_c_ghur_color } } - title:c_gidaya = { set_variable = { name = color_storage value = title:d_c_gidaya_color } } - title:c_gilan = { set_variable = { name = color_storage value = title:d_c_gilan_color } } - title:c_gilgit = { set_variable = { name = color_storage value = title:d_c_gilgit_color } } - title:c_girona = { set_variable = { name = color_storage value = title:d_c_girona_color } } - title:c_giurgiu = { set_variable = { name = color_storage value = title:d_c_giurgiu_color } } - title:c_giza = { set_variable = { name = color_storage value = title:d_c_giza_color } } - title:c_glamorgan = { set_variable = { name = color_storage value = title:d_c_glamorgan_color } } - title:c_glazov = { set_variable = { name = color_storage value = title:d_c_glazov_color } } - title:c_gleichenstein = { set_variable = { name = color_storage value = title:d_c_gleichenstein_color } } - title:c_gloucestershire = { set_variable = { name = color_storage value = title:d_c_gloucestershire_color } } - title:c_gnezdovo = { set_variable = { name = color_storage value = title:d_c_gnezdovo_color } } - title:c_gnieznienska = { set_variable = { name = color_storage value = title:d_c_gnieznienska_color } } - title:c_goalpara = { set_variable = { name = color_storage value = title:d_c_goalpara_color } } - title:c_gobir = { set_variable = { name = color_storage value = title:d_c_gobir_color } } - title:c_gode = { set_variable = { name = color_storage value = title:d_c_gode_color } } - title:c_godwad = { set_variable = { name = color_storage value = title:d_c_godwad_color } } - title:c_gojjam = { set_variable = { name = color_storage value = title:d_c_gojjam_color } } - title:c_gola = { set_variable = { name = color_storage value = title:d_c_gola_color } } - title:c_golag = { set_variable = { name = color_storage value = title:d_c_golag_color } } - title:c_golaghmuli = { set_variable = { name = color_storage value = title:d_c_golaghmuli_color } } - title:c_golden_hills = { set_variable = { name = color_storage value = title:d_c_golden_hills_color } } - title:c_gomel = { set_variable = { name = color_storage value = title:d_c_gomel_color } } - title:c_gomoco = { set_variable = { name = color_storage value = title:d_c_gomoco_color } } - title:c_gondo = { set_variable = { name = color_storage value = title:d_c_gondo_color } } - title:c_gongbo = { set_variable = { name = color_storage value = title:d_c_gongbo_color } } - title:c_gonja = { set_variable = { name = color_storage value = title:d_c_gonja_color } } - title:c_gonjo = { set_variable = { name = color_storage value = title:d_c_gonjo_color } } - title:c_gorlitz = { set_variable = { name = color_storage value = title:d_c_gorlitz_color } } - title:c_gorz = { set_variable = { name = color_storage value = title:d_c_gorz_color } } - title:c_gostyninska = { set_variable = { name = color_storage value = title:d_c_gostyninska_color } } - title:c_gottingen = { set_variable = { name = color_storage value = title:d_c_gottingen_color } } - title:c_gowrie = { set_variable = { name = color_storage value = title:d_c_gowrie_color } } - title:c_granada = { set_variable = { name = color_storage value = title:d_c_granada_color } } - title:c_graz = { set_variable = { name = color_storage value = title:d_c_graz_color } } - title:c_grebo = { set_variable = { name = color_storage value = title:d_c_grebo_color } } - title:c_grisons = { set_variable = { name = color_storage value = title:d_c_grisons_color } } - title:c_grobin = { set_variable = { name = color_storage value = title:d_c_grobin_color } } - title:c_grodno = { set_variable = { name = color_storage value = title:d_c_grodno_color } } - title:c_groningen = { set_variable = { name = color_storage value = title:d_c_groningen_color } } - title:c_grunberg = { set_variable = { name = color_storage value = title:d_c_grunberg_color } } - title:c_grunningen = { set_variable = { name = color_storage value = title:d_c_grunningen_color } } - title:c_guazhou = { set_variable = { name = color_storage value = title:d_c_guazhou_color } } - title:c_gudbrandsdalir = { set_variable = { name = color_storage value = title:d_c_gudbrandsdalir_color } } - title:c_guelders = { set_variable = { name = color_storage value = title:d_c_guelders_color } } - title:c_gugark = { set_variable = { name = color_storage value = title:d_c_gugark_color } } - title:c_guidimaka = { set_variable = { name = color_storage value = title:d_c_guidimaka_color } } - title:c_guines = { set_variable = { name = color_storage value = title:d_c_guines_color } } - title:c_gumuz = { set_variable = { name = color_storage value = title:d_c_gumuz_color } } - title:c_gurgan = { set_variable = { name = color_storage value = title:d_c_gurgan_color } } - title:c_gurganj = { set_variable = { name = color_storage value = title:d_c_gurganj_color } } - title:c_gurgi = { set_variable = { name = color_storage value = title:d_c_gurgi_color } } - title:c_guria = { set_variable = { name = color_storage value = title:d_c_guria_color } } - title:c_gurjaratra = { set_variable = { name = color_storage value = title:d_c_gurjaratra_color } } - title:c_gurma = { set_variable = { name = color_storage value = title:d_c_gurma_color } } - title:c_gutland = { set_variable = { name = color_storage value = title:d_c_gutland_color } } - title:c_gutti = { set_variable = { name = color_storage value = title:d_c_gutti_color } } - title:c_guwari = { set_variable = { name = color_storage value = title:d_c_guwari_color } } - title:c_guzgan = { set_variable = { name = color_storage value = title:d_c_guzgan_color } } - title:c_guzkol = { set_variable = { name = color_storage value = title:d_c_guzkol_color } } - title:c_gwalior = { set_variable = { name = color_storage value = title:d_c_gwalior_color } } - title:c_gyaca = { set_variable = { name = color_storage value = title:d_c_gyaca_color } } - title:c_gyaitang = { set_variable = { name = color_storage value = title:d_c_gyaitang_color } } - title:c_gyama = { set_variable = { name = color_storage value = title:d_c_gyama_color } } - title:c_gyangze = { set_variable = { name = color_storage value = title:d_c_gyangze_color } } - title:c_gyegumdo = { set_variable = { name = color_storage value = title:d_c_gyegumdo_color } } - title:c_gyirong = { set_variable = { name = color_storage value = title:d_c_gyirong_color } } - title:c_gyor = { set_variable = { name = color_storage value = title:d_c_gyor_color } } - title:c_hadithat-ana = { set_variable = { name = color_storage value = title:d_c_hadithat-ana_color } } - title:c_hadramawt = { set_variable = { name = color_storage value = title:d_c_hadramawt_color } } - title:c_hadrianeia = { set_variable = { name = color_storage value = title:d_c_hadrianeia_color } } - title:c_hadrianopolis = { set_variable = { name = color_storage value = title:d_c_hadrianopolis_color } } - title:c_hadya = { set_variable = { name = color_storage value = title:d_c_hadya_color } } - title:c_hail = { set_variable = { name = color_storage value = title:d_c_hail_color } } - title:c_hainaut = { set_variable = { name = color_storage value = title:d_c_hainaut_color } } - title:c_hakkari = { set_variable = { name = color_storage value = title:d_c_hakkari_color } } - title:c_halberstadt = { set_variable = { name = color_storage value = title:d_c_halberstadt_color } } - title:c_halland = { set_variable = { name = color_storage value = title:d_c_halland_color } } - title:c_halsingland = { set_variable = { name = color_storage value = title:d_c_halsingland_color } } - title:c_haltang = { set_variable = { name = color_storage value = title:d_c_haltang_color } } - title:c_halych = { set_variable = { name = color_storage value = title:d_c_halych_color } } - title:c_hama = { set_variable = { name = color_storage value = title:d_c_hama_color } } - title:c_hamadan = { set_variable = { name = color_storage value = title:d_c_hamadan_color } } - title:c_hamburg = { set_variable = { name = color_storage value = title:d_c_hamburg_color } } - title:c_hampton = { set_variable = { name = color_storage value = title:d_c_hampton_color } } - title:c_hanlan = { set_variable = { name = color_storage value = title:d_c_hanlan_color } } - title:c_hannover = { set_variable = { name = color_storage value = title:d_c_hannover_color } } - title:c_harar = { set_variable = { name = color_storage value = title:d_c_harar_color } } - title:c_hargaya = { set_variable = { name = color_storage value = title:d_c_hargaya_color } } - title:c_harhiraa = { set_variable = { name = color_storage value = title:d_c_harhiraa_color } } - title:c_harikela = { set_variable = { name = color_storage value = title:d_c_harikela_color } } - title:c_harjadalen = { set_variable = { name = color_storage value = title:d_c_harjadalen_color } } - title:c_harran = { set_variable = { name = color_storage value = title:d_c_harran_color } } - title:c_harrat_rahat = { set_variable = { name = color_storage value = title:d_c_harrat_rahat_color } } - title:c_haruppeswara = { set_variable = { name = color_storage value = title:d_c_haruppeswara_color } } - title:c_hastinapura = { set_variable = { name = color_storage value = title:d_c_hastinapura_color } } - title:c_hauran = { set_variable = { name = color_storage value = title:d_c_hauran_color } } - title:c_havelberg = { set_variable = { name = color_storage value = title:d_c_havelberg_color } } - title:c_hayq = { set_variable = { name = color_storage value = title:d_c_hayq_color } } - title:c_hedmork = { set_variable = { name = color_storage value = title:d_c_hedmork_color } } - title:c_heihe = { set_variable = { name = color_storage value = title:d_c_heihe_color } } - title:c_helenopontus = { set_variable = { name = color_storage value = title:d_c_helenopontus_color } } - title:c_helgum = { set_variable = { name = color_storage value = title:d_c_helgum_color } } - title:c_herat = { set_variable = { name = color_storage value = title:d_c_herat_color } } - title:c_hereford = { set_variable = { name = color_storage value = title:d_c_hereford_color } } - title:c_hereti = { set_variable = { name = color_storage value = title:d_c_hereti_color } } - title:c_hertfordshire = { set_variable = { name = color_storage value = title:d_c_hertfordshire_color } } - title:c_hewes = { set_variable = { name = color_storage value = title:d_c_hewes_color } } - title:c_hildesheim = { set_variable = { name = color_storage value = title:d_c_hildesheim_color } } - title:c_hinthada = { set_variable = { name = color_storage value = title:d_c_hinthada_color } } - title:c_hiraab = { set_variable = { name = color_storage value = title:d_c_hiraab_color } } - title:c_hisar = { set_variable = { name = color_storage value = title:d_c_hisar_color } } - title:c_hoboksar = { set_variable = { name = color_storage value = title:d_c_hoboksar_color } } - title:c_hobyo = { set_variable = { name = color_storage value = title:d_c_hobyo_color } } - title:c_hodh = { set_variable = { name = color_storage value = title:d_c_hodh_color } } - title:c_hodna = { set_variable = { name = color_storage value = title:d_c_hodna_color } } - title:c_hohaseco = { set_variable = { name = color_storage value = title:d_c_hohaseco_color } } - title:c_hohenau = { set_variable = { name = color_storage value = title:d_c_hohenau_color } } - title:c_hohenberg = { set_variable = { name = color_storage value = title:d_c_hohenberg_color } } - title:c_hohenburg = { set_variable = { name = color_storage value = title:d_c_hohenburg_color } } - title:c_hohenlohe = { set_variable = { name = color_storage value = title:d_c_hohenlohe_color } } - title:c_holland = { set_variable = { name = color_storage value = title:d_c_holland_color } } - title:c_homs = { set_variable = { name = color_storage value = title:d_c_homs_color } } - title:c_hongliuyuan = { set_variable = { name = color_storage value = title:d_c_hongliuyuan_color } } - title:c_honorias = { set_variable = { name = color_storage value = title:d_c_honorias_color } } - title:c_hont = { set_variable = { name = color_storage value = title:d_c_hont_color } } - title:c_hordalandi = { set_variable = { name = color_storage value = title:d_c_hordalandi_color } } - title:c_hormuz = { set_variable = { name = color_storage value = title:d_c_hormuz_color } } - title:c_hotin = { set_variable = { name = color_storage value = title:d_c_hotin_color } } - title:c_hradec = { set_variable = { name = color_storage value = title:d_c_hradec_color } } - title:c_hradyzk = { set_variable = { name = color_storage value = title:d_c_hradyzk_color } } - title:c_huesca = { set_variable = { name = color_storage value = title:d_c_huesca_color } } - title:c_hulwan = { set_variable = { name = color_storage value = title:d_c_hulwan_color } } - title:c_huntingdonshire = { set_variable = { name = color_storage value = title:d_c_huntingdonshire_color } } - title:c_hunyad = { set_variable = { name = color_storage value = title:d_c_hunyad_color } } - title:c_hunyan = { set_variable = { name = color_storage value = title:d_c_hunyan_color } } - title:c_hvosno = { set_variable = { name = color_storage value = title:d_c_hvosno_color } } - title:c_iasi = { set_variable = { name = color_storage value = title:d_c_iasi_color } } - title:c_ibadan = { set_variable = { name = color_storage value = title:d_c_ibadan_color } } - title:c_ibibo = { set_variable = { name = color_storage value = title:d_c_ibibo_color } } - title:c_idatarainadu = { set_variable = { name = color_storage value = title:d_c_idatarainadu_color } } - title:c_idoma = { set_variable = { name = color_storage value = title:d_c_idoma_color } } - title:c_ifat = { set_variable = { name = color_storage value = title:d_c_ifat_color } } - title:c_ife = { set_variable = { name = color_storage value = title:d_c_ife_color } } - title:c_ifni = { set_variable = { name = color_storage value = title:d_c_ifni_color } } - title:c_ifonyin = { set_variable = { name = color_storage value = title:d_c_ifonyin_color } } - title:c_igala = { set_variable = { name = color_storage value = title:d_c_igala_color } } - title:c_igana = { set_variable = { name = color_storage value = title:d_c_igana_color } } - title:c_igaran = { set_variable = { name = color_storage value = title:d_c_igaran_color } } - title:c_igbo = { set_variable = { name = color_storage value = title:d_c_igbo_color } } - title:c_igbomina = { set_variable = { name = color_storage value = title:d_c_igbomina_color } } - title:c_ijaw = { set_variable = { name = color_storage value = title:d_c_ijaw_color } } - title:c_ijebu = { set_variable = { name = color_storage value = title:d_c_ijebu_color } } - title:c_ikh_bogd = { set_variable = { name = color_storage value = title:d_c_ikh_bogd_color } } - title:c_ilam = { set_variable = { name = color_storage value = title:d_c_ilam_color } } - title:c_ile_de_france = { set_variable = { name = color_storage value = title:d_c_ile_de_france_color } } - title:c_ilesa = { set_variable = { name = color_storage value = title:d_c_ilesa_color } } - title:c_ilga = { set_variable = { name = color_storage value = title:d_c_ilga_color } } - title:c_iliq = { set_variable = { name = color_storage value = title:d_c_iliq_color } } - title:c_ilo = { set_variable = { name = color_storage value = title:d_c_ilo_color } } - title:c_ilorin = { set_variable = { name = color_storage value = title:d_c_ilorin_color } } - title:c_inari = { set_variable = { name = color_storage value = title:d_c_inari_color } } - title:c_innarya = { set_variable = { name = color_storage value = title:d_c_innarya_color } } - title:c_inner_hebrides = { set_variable = { name = color_storage value = title:d_c_inner_hebrides_color } } - title:c_innsbruck = { set_variable = { name = color_storage value = title:d_c_innsbruck_color } } - title:c_intarta = { set_variable = { name = color_storage value = title:d_c_intarta_color } } - title:c_inverness = { set_variable = { name = color_storage value = title:d_c_inverness_color } } - title:c_ionia = { set_variable = { name = color_storage value = title:d_c_ionia_color } } - title:c_ipuskoa = { set_variable = { name = color_storage value = title:d_c_ipuskoa_color } } - title:c_irahistan = { set_variable = { name = color_storage value = title:d_c_irahistan_color } } - title:c_irbid = { set_variable = { name = color_storage value = title:d_c_irbid_color } } - title:c_irbil = { set_variable = { name = color_storage value = title:d_c_irbil_color } } - title:c_irkutsk = { set_variable = { name = color_storage value = title:d_c_irkutsk_color } } - title:c_isauria = { set_variable = { name = color_storage value = title:d_c_isauria_color } } - title:c_isfahan = { set_variable = { name = color_storage value = title:d_c_isfahan_color } } - title:c_isfara = { set_variable = { name = color_storage value = title:d_c_isfara_color } } - title:c_ishim = { set_variable = { name = color_storage value = title:d_c_ishim_color } } - title:c_iskaf = { set_variable = { name = color_storage value = title:d_c_iskaf_color } } - title:c_isle_of_man = { set_variable = { name = color_storage value = title:d_c_isle_of_man_color } } - title:c_isle_of_wight = { set_variable = { name = color_storage value = title:d_c_isle_of_wight_color } } - title:c_issoudun = { set_variable = { name = color_storage value = title:d_c_issoudun_color } } - title:c_istakhr = { set_variable = { name = color_storage value = title:d_c_istakhr_color } } - title:c_itanagar = { set_variable = { name = color_storage value = title:d_c_itanagar_color } } - title:c_itil = { set_variable = { name = color_storage value = title:d_c_itil_color } } - title:c_iviza = { set_variable = { name = color_storage value = title:d_c_iviza_color } } - title:c_jabal_kufs = { set_variable = { name = color_storage value = title:d_c_jabal_kufs_color } } - title:c_jabal_quzlum = { set_variable = { name = color_storage value = title:d_c_jabal_quzlum_color } } - title:c_jafara = { set_variable = { name = color_storage value = title:d_c_jafara_color } } - title:c_jaffa = { set_variable = { name = color_storage value = title:d_c_jaffa_color } } - title:c_jaffna = { set_variable = { name = color_storage value = title:d_c_jaffna_color } } - title:c_jagatipur = { set_variable = { name = color_storage value = title:d_c_jagatipur_color } } - title:c_jahkamakke = { set_variable = { name = color_storage value = title:d_c_jahkamakke_color } } - title:c_jaligny = { set_variable = { name = color_storage value = title:d_c_jaligny_color } } - title:c_jalmat = { set_variable = { name = color_storage value = title:d_c_jalmat_color } } - title:c_jambalar = { set_variable = { name = color_storage value = title:d_c_jambalar_color } } - title:c_jame = { set_variable = { name = color_storage value = title:d_c_jame_color } } - title:c_jamtfir = { set_variable = { name = color_storage value = title:d_c_jamtfir_color } } - title:c_janakpur = { set_variable = { name = color_storage value = title:d_c_janakpur_color } } - title:c_jara = { set_variable = { name = color_storage value = title:d_c_jara_color } } - title:c_jasky_kart = { set_variable = { name = color_storage value = title:d_c_jasky_kart_color } } - title:c_jaunpur = { set_variable = { name = color_storage value = title:d_c_jaunpur_color } } - title:c_jawf-al-yamani = { set_variable = { name = color_storage value = title:d_c_jawf-al-yamani_color } } - title:c_jend = { set_variable = { name = color_storage value = title:d_c_jend_color } } - title:c_jenne = { set_variable = { name = color_storage value = title:d_c_jenne_color } } - title:c_jerjul = { set_variable = { name = color_storage value = title:d_c_jerjul_color } } - title:c_jersika = { set_variable = { name = color_storage value = title:d_c_jersika_color } } - title:c_jerusalem = { set_variable = { name = color_storage value = title:d_c_jerusalem_color } } - title:c_jharkand = { set_variable = { name = color_storage value = title:d_c_jharkand_color } } - title:c_jie_DZU = { set_variable = { name = color_storage value = title:d_c_jie_DZU_color } } - title:c_jihlava = { set_variable = { name = color_storage value = title:d_c_jihlava_color } } - title:c_jilali = { set_variable = { name = color_storage value = title:d_c_jilali_color } } - title:c_jilat = { set_variable = { name = color_storage value = title:d_c_jilat_color } } - title:c_jilib = { set_variable = { name = color_storage value = title:d_c_jilib_color } } - title:c_jimi = { set_variable = { name = color_storage value = title:d_c_jimi_color } } - title:c_jinghiz = { set_variable = { name = color_storage value = title:d_c_jinghiz_color } } - title:c_jinsko = { set_variable = { name = color_storage value = title:d_c_jinsko_color } } - title:c_jinta = { set_variable = { name = color_storage value = title:d_c_jinta_color } } - title:c_jiren_suat = { set_variable = { name = color_storage value = title:d_c_jiren_suat_color } } - title:c_jiruft = { set_variable = { name = color_storage value = title:d_c_jiruft_color } } - title:c_jitikul = { set_variable = { name = color_storage value = title:d_c_jitikul_color } } - title:c_jolof = { set_variable = { name = color_storage value = title:d_c_jolof_color } } - title:c_jone = { set_variable = { name = color_storage value = title:d_c_jone_color } } - title:c_jovvkuj = { set_variable = { name = color_storage value = title:d_c_jovvkuj_color } } - title:c_jowol = { set_variable = { name = color_storage value = title:d_c_jowol_color } } - title:c_jubba = { set_variable = { name = color_storage value = title:d_c_jubba_color } } - title:c_julevadno = { set_variable = { name = color_storage value = title:d_c_julevadno_color } } - title:c_julfar = { set_variable = { name = color_storage value = title:d_c_julfar_color } } - title:c_julym = { set_variable = { name = color_storage value = title:d_c_julym_color } } - title:c_jumla = { set_variable = { name = color_storage value = title:d_c_jumla_color } } - title:c_juterbog = { set_variable = { name = color_storage value = title:d_c_juterbog_color } } - title:c_juwain = { set_variable = { name = color_storage value = title:d_c_juwain_color } } - title:c_juwair = { set_variable = { name = color_storage value = title:d_c_juwair_color } } - title:c_kaabu = { set_variable = { name = color_storage value = title:d_c_kaabu_color } } - title:c_kaarta = { set_variable = { name = color_storage value = title:d_c_kaarta_color } } - title:c_kabarasana = { set_variable = { name = color_storage value = title:d_c_kabarasana_color } } - title:c_kabul = { set_variable = { name = color_storage value = title:d_c_kabul_color } } - title:c_kachu = { set_variable = { name = color_storage value = title:d_c_kachu_color } } - title:c_kada = { set_variable = { name = color_storage value = title:d_c_kada_color } } - title:c_kadam = { set_variable = { name = color_storage value = title:d_c_kadam_color } } - title:c_kaduna = { set_variable = { name = color_storage value = title:d_c_kaduna_color } } - title:c_kaffa = { set_variable = { name = color_storage value = title:d_c_kaffa_color } } - title:c_kafirkot = { set_variable = { name = color_storage value = title:d_c_kafirkot_color } } - title:c_kagar = { set_variable = { name = color_storage value = title:d_c_kagar_color } } - title:c_kagha = { set_variable = { name = color_storage value = title:d_c_kagha_color } } - title:c_kainsk = { set_variable = { name = color_storage value = title:d_c_kainsk_color } } - title:c_kainuu = { set_variable = { name = color_storage value = title:d_c_kainuu_color } } - title:c_kairwan = { set_variable = { name = color_storage value = title:d_c_kairwan_color } } - title:c_kaisereia = { set_variable = { name = color_storage value = title:d_c_kaisereia_color } } - title:c_kaiserslautern = { set_variable = { name = color_storage value = title:d_c_kaiserslautern_color } } - title:c_kakheti = { set_variable = { name = color_storage value = title:d_c_kakheti_color } } - title:c_kakisalmi = { set_variable = { name = color_storage value = title:d_c_kakisalmi_color } } - title:c_kalabsha = { set_variable = { name = color_storage value = title:d_c_kalabsha_color } } - title:c_kalanjara = { set_variable = { name = color_storage value = title:d_c_kalanjara_color } } - title:c_kalat = { set_variable = { name = color_storage value = title:d_c_kalat_color } } - title:c_kalbin = { set_variable = { name = color_storage value = title:d_c_kalbin_color } } - title:c_kale = { set_variable = { name = color_storage value = title:d_c_kale_color } } - title:c_kali_kumaon = { set_variable = { name = color_storage value = title:d_c_kali_kumaon_color } } - title:c_kalinganagar = { set_variable = { name = color_storage value = title:d_c_kalinganagar_color } } - title:c_kaliska = { set_variable = { name = color_storage value = title:d_c_kaliska_color } } - title:c_kalos_limen = { set_variable = { name = color_storage value = title:d_c_kalos_limen_color } } - title:c_kalpi = { set_variable = { name = color_storage value = title:d_c_kalpi_color } } - title:c_kalyani = { set_variable = { name = color_storage value = title:d_c_kalyani_color } } - title:c_kamarupanagara = { set_variable = { name = color_storage value = title:d_c_kamarupanagara_color } } - title:c_kamatapur = { set_variable = { name = color_storage value = title:d_c_kamatapur_color } } - title:c_kambampet = { set_variable = { name = color_storage value = title:d_c_kambampet_color } } - title:c_kammersberg = { set_variable = { name = color_storage value = title:d_c_kammersberg_color } } - title:c_kamru = { set_variable = { name = color_storage value = title:d_c_kamru_color } } - title:c_kanara = { set_variable = { name = color_storage value = title:d_c_kanara_color } } - title:c_kanchipuram = { set_variable = { name = color_storage value = title:d_c_kanchipuram_color } } - title:c_kandy = { set_variable = { name = color_storage value = title:d_c_kandy_color } } - title:c_kanem = { set_variable = { name = color_storage value = title:d_c_kanem_color } } - title:c_kangmar = { set_variable = { name = color_storage value = title:d_c_kangmar_color } } - title:c_kaniaga = { set_variable = { name = color_storage value = title:d_c_kaniaga_color } } - title:c_kankan = { set_variable = { name = color_storage value = title:d_c_kankan_color } } - title:c_kano = { set_variable = { name = color_storage value = title:d_c_kano_color } } - title:c_kansk = { set_variable = { name = color_storage value = title:d_c_kansk_color } } - title:c_kantegir = { set_variable = { name = color_storage value = title:d_c_kantegir_color } } - title:c_kanyakubja = { set_variable = { name = color_storage value = title:d_c_kanyakubja_color } } - title:c_kara_asirgan = { set_variable = { name = color_storage value = title:d_c_kara_asirgan_color } } - title:c_kara_khoja = { set_variable = { name = color_storage value = title:d_c_kara_khoja_color } } - title:c_karabaigal = { set_variable = { name = color_storage value = title:d_c_karabaigal_color } } - title:c_karabalgasun = { set_variable = { name = color_storage value = title:d_c_karabalgasun_color } } - title:c_karabas = { set_variable = { name = color_storage value = title:d_c_karabas_color } } - title:c_karabash = { set_variable = { name = color_storage value = title:d_c_karabash_color } } - title:c_karabolam = { set_variable = { name = color_storage value = title:d_c_karabolam_color } } - title:c_karachev = { set_variable = { name = color_storage value = title:d_c_karachev_color } } - title:c_karakorum = { set_variable = { name = color_storage value = title:d_c_karakorum_color } } - title:c_karamay = { set_variable = { name = color_storage value = title:d_c_karamay_color } } - title:c_karashar = { set_variable = { name = color_storage value = title:d_c_karashar_color } } - title:c_karasjohka = { set_variable = { name = color_storage value = title:d_c_karasjohka_color } } - title:c_karasu = { set_variable = { name = color_storage value = title:d_c_karasu_color } } - title:c_karatayak = { set_variable = { name = color_storage value = title:d_c_karatayak_color } } - title:c_karatsagaan = { set_variable = { name = color_storage value = title:d_c_karatsagaan_color } } - title:c_karauda = { set_variable = { name = color_storage value = title:d_c_karauda_color } } - title:c_karbala = { set_variable = { name = color_storage value = title:d_c_karbala_color } } - title:c_kargadan = { set_variable = { name = color_storage value = title:d_c_kargadan_color } } - title:c_karghalik = { set_variable = { name = color_storage value = title:d_c_karghalik_color } } - title:c_kargopol = { set_variable = { name = color_storage value = title:d_c_kargopol_color } } - title:c_karkaraly = { set_variable = { name = color_storage value = title:d_c_karkaraly_color } } - title:c_karmanta = { set_variable = { name = color_storage value = title:d_c_karmanta_color } } - title:c_karnten = { set_variable = { name = color_storage value = title:d_c_karnten_color } } - title:c_karor = { set_variable = { name = color_storage value = title:d_c_karor_color } } - title:c_karran = { set_variable = { name = color_storage value = title:d_c_karran_color } } - title:c_kartauzh = { set_variable = { name = color_storage value = title:d_c_kartauzh_color } } - title:c_kartli = { set_variable = { name = color_storage value = title:d_c_kartli_color } } - title:c_karur = { set_variable = { name = color_storage value = title:d_c_karur_color } } - title:c_kasa = { set_variable = { name = color_storage value = title:d_c_kasa_color } } - title:c_kash = { set_variable = { name = color_storage value = title:d_c_kash_color } } - title:c_kashgar = { set_variable = { name = color_storage value = title:d_c_kashgar_color } } - title:c_kaska = { set_variable = { name = color_storage value = title:d_c_kaska_color } } - title:c_kaskelen = { set_variable = { name = color_storage value = title:d_c_kaskelen_color } } - title:c_kaski = { set_variable = { name = color_storage value = title:d_c_kaski_color } } - title:c_kasmira = { set_variable = { name = color_storage value = title:d_c_kasmira_color } } - title:c_kassala = { set_variable = { name = color_storage value = title:d_c_kassala_color } } - title:c_kassel = { set_variable = { name = color_storage value = title:d_c_kassel_color } } - title:c_katagum = { set_variable = { name = color_storage value = title:d_c_katagum_color } } - title:c_kataka = { set_variable = { name = color_storage value = title:d_c_kataka_color } } - title:c_katehar = { set_variable = { name = color_storage value = title:d_c_katehar_color } } - title:c_kath = { set_variable = { name = color_storage value = title:d_c_kath_color } } - title:c_kathmandu = { set_variable = { name = color_storage value = title:d_c_kathmandu_color } } - title:c_katsina = { set_variable = { name = color_storage value = title:d_c_katsina_color } } - title:c_katu_yaryk = { set_variable = { name = color_storage value = title:d_c_katu_yaryk_color } } - title:c_kayor = { set_variable = { name = color_storage value = title:d_c_kayor_color } } - title:c_kazan = { set_variable = { name = color_storage value = title:d_c_kazan_color } } - title:c_kazanskaya = { set_variable = { name = color_storage value = title:d_c_kazanskaya_color } } - title:c_kazanskoye = { set_variable = { name = color_storage value = title:d_c_kazanskoye_color } } - title:c_kazym = { set_variable = { name = color_storage value = title:d_c_kazym_color } } - title:c_kebbi = { set_variable = { name = color_storage value = title:d_c_kebbi_color } } - title:c_keffi = { set_variable = { name = color_storage value = title:d_c_keffi_color } } - title:c_kempten = { set_variable = { name = color_storage value = title:d_c_kempten_color } } - title:c_kent = { set_variable = { name = color_storage value = title:d_c_kent_color } } - title:c_kera = { set_variable = { name = color_storage value = title:d_c_kera_color } } - title:c_kerak = { set_variable = { name = color_storage value = title:d_c_kerak_color } } - title:c_kerala = { set_variable = { name = color_storage value = title:d_c_kerala_color } } - title:c_kerch = { set_variable = { name = color_storage value = title:d_c_kerch_color } } - title:c_keriya = { set_variable = { name = color_storage value = title:d_c_keriya_color } } - title:c_kerken = { set_variable = { name = color_storage value = title:d_c_kerken_color } } - title:c_kermanshah = { set_variable = { name = color_storage value = title:d_c_kermanshah_color } } - title:c_kernave = { set_variable = { name = color_storage value = title:d_c_kernave_color } } - title:c_ketu = { set_variable = { name = color_storage value = title:d_c_ketu_color } } - title:c_keve = { set_variable = { name = color_storage value = title:d_c_keve_color } } - title:c_kevrola = { set_variable = { name = color_storage value = title:d_c_kevrola_color } } - title:c_khabur = { set_variable = { name = color_storage value = title:d_c_khabur_color } } - title:c_khachen = { set_variable = { name = color_storage value = title:d_c_khachen_color } } - title:c_khaplu = { set_variable = { name = color_storage value = title:d_c_khaplu_color } } - title:c_khar_us = { set_variable = { name = color_storage value = title:d_c_khar_us_color } } - title:c_kharam-vosh = { set_variable = { name = color_storage value = title:d_c_kharam-vosh_color } } - title:c_kharga = { set_variable = { name = color_storage value = title:d_c_kharga_color } } - title:c_khasagt_khairkhan = { set_variable = { name = color_storage value = title:d_c_khasagt_khairkhan_color } } - title:c_khawr = { set_variable = { name = color_storage value = title:d_c_khawr_color } } - title:c_khaybar = { set_variable = { name = color_storage value = title:d_c_khaybar_color } } - title:c_khentii = { set_variable = { name = color_storage value = title:d_c_khentii_color } } - title:c_kherson = { set_variable = { name = color_storage value = title:d_c_kherson_color } } - title:c_khetaka = { set_variable = { name = color_storage value = title:d_c_khetaka_color } } - title:c_khijjingakota = { set_variable = { name = color_storage value = title:d_c_khijjingakota_color } } - title:c_khinjali_mandala = { set_variable = { name = color_storage value = title:d_c_khinjali_mandala_color } } - title:c_khiva = { set_variable = { name = color_storage value = title:d_c_khiva_color } } - title:c_khojand = { set_variable = { name = color_storage value = title:d_c_khojand_color } } - title:c_khokhoo = { set_variable = { name = color_storage value = title:d_c_khokhoo_color } } - title:c_kholmogory = { set_variable = { name = color_storage value = title:d_c_kholmogory_color } } - title:c_khopyor = { set_variable = { name = color_storage value = title:d_c_khopyor_color } } - title:c_khortytsia = { set_variable = { name = color_storage value = title:d_c_khortytsia_color } } - title:c_khotan = { set_variable = { name = color_storage value = title:d_c_khotan_color } } - title:c_khotang = { set_variable = { name = color_storage value = title:d_c_khotang_color } } - title:c_khumar = { set_variable = { name = color_storage value = title:d_c_khumar_color } } - title:c_khurnak = { set_variable = { name = color_storage value = title:d_c_khurnak_color } } - title:c_khuttal = { set_variable = { name = color_storage value = title:d_c_khuttal_color } } - title:c_khuwar = { set_variable = { name = color_storage value = title:d_c_khuwar_color } } - title:c_kiev = { set_variable = { name = color_storage value = title:d_c_kiev_color } } - title:c_kiia = { set_variable = { name = color_storage value = title:d_c_kiia_color } } - title:c_kinda = { set_variable = { name = color_storage value = title:d_c_kinda_color } } - title:c_kinda_sakun = { set_variable = { name = color_storage value = title:d_c_kinda_sakun_color } } - title:c_kingui = { set_variable = { name = color_storage value = title:d_c_kingui_color } } - title:c_kintus = { set_variable = { name = color_storage value = title:d_c_kintus_color } } - title:c_kiranapura = { set_variable = { name = color_storage value = title:d_c_kiranapura_color } } - title:c_kirillov = { set_variable = { name = color_storage value = title:d_c_kirillov_color } } - title:c_kirkuk = { set_variable = { name = color_storage value = title:d_c_kirkuk_color } } - title:c_kirman = { set_variable = { name = color_storage value = title:d_c_kirman_color } } - title:c_kishsh = { set_variable = { name = color_storage value = title:d_c_kishsh_color } } - title:c_kisi = { set_variable = { name = color_storage value = title:d_c_kisi_color } } - title:c_kita = { set_variable = { name = color_storage value = title:d_c_kita_color } } - title:c_kitka = { set_variable = { name = color_storage value = title:d_c_kitka_color } } - title:c_kitoi = { set_variable = { name = color_storage value = title:d_c_kitoi_color } } - title:c_kittila = { set_variable = { name = color_storage value = title:d_c_kittila_color } } - title:c_kiz = { set_variable = { name = color_storage value = title:d_c_kiz_color } } - title:c_kizir = { set_variable = { name = color_storage value = title:d_c_kizir_color } } - title:c_klarjeti = { set_variable = { name = color_storage value = title:d_c_klarjeti_color } } - title:c_kletsk = { set_variable = { name = color_storage value = title:d_c_kletsk_color } } - title:c_klingenberg = { set_variable = { name = color_storage value = title:d_c_klingenberg_color } } - title:c_knin = { set_variable = { name = color_storage value = title:d_c_knin_color } } - title:c_knittelfeld = { set_variable = { name = color_storage value = title:d_c_knittelfeld_color } } - title:c_koblenz = { set_variable = { name = color_storage value = title:d_c_koblenz_color } } - title:c_koda = { set_variable = { name = color_storage value = title:d_c_koda_color } } - title:c_kodalaka_mandala = { set_variable = { name = color_storage value = title:d_c_kodalaka_mandala_color } } - title:c_koi-bagar = { set_variable = { name = color_storage value = title:d_c_koi-bagar_color } } - title:c_kojuk = { set_variable = { name = color_storage value = title:d_c_kojuk_color } } - title:c_kokenois = { set_variable = { name = color_storage value = title:d_c_kokenois_color } } - title:c_kokoli = { set_variable = { name = color_storage value = title:d_c_kokoli_color } } - title:c_kokpekty = { set_variable = { name = color_storage value = title:d_c_kokpekty_color } } - title:c_kol = { set_variable = { name = color_storage value = title:d_c_kol_color } } - title:c_kolhapur = { set_variable = { name = color_storage value = title:d_c_kolhapur_color } } - title:c_kolobrzeg = { set_variable = { name = color_storage value = title:d_c_kolobrzeg_color } } - title:c_kolon = { set_variable = { name = color_storage value = title:d_c_kolon_color } } - title:c_kolyn = { set_variable = { name = color_storage value = title:d_c_kolyn_color } } - title:c_kolyvan = { set_variable = { name = color_storage value = title:d_c_kolyvan_color } } - title:c_konda_ob = { set_variable = { name = color_storage value = title:d_c_konda_ob_color } } - title:c_kondana = { set_variable = { name = color_storage value = title:d_c_kondana_color } } - title:c_kondoma = { set_variable = { name = color_storage value = title:d_c_kondoma_color } } - title:c_kong = { set_variable = { name = color_storage value = title:d_c_kong_color } } - title:c_kongu = { set_variable = { name = color_storage value = title:d_c_kongu_color } } - title:c_konigsberg = { set_variable = { name = color_storage value = title:d_c_konigsberg_color } } - title:c_konko = { set_variable = { name = color_storage value = title:d_c_konko_color } } - title:c_kono = { set_variable = { name = color_storage value = title:d_c_kono_color } } - title:c_kontupohja = { set_variable = { name = color_storage value = title:d_c_kontupohja_color } } - title:c_konyan = { set_variable = { name = color_storage value = title:d_c_konyan_color } } - title:c_kopathal = { set_variable = { name = color_storage value = title:d_c_kopathal_color } } - title:c_koppam = { set_variable = { name = color_storage value = title:d_c_koppam_color } } - title:c_kordofan = { set_variable = { name = color_storage value = title:d_c_kordofan_color } } - title:c_korgon = { set_variable = { name = color_storage value = title:d_c_korgon_color } } - title:c_korinthos = { set_variable = { name = color_storage value = title:d_c_korinthos_color } } - title:c_korosten = { set_variable = { name = color_storage value = title:d_c_korosten_color } } - title:c_korsun = { set_variable = { name = color_storage value = title:d_c_korsun_color } } - title:c_kos-buwak = { set_variable = { name = color_storage value = title:d_c_kos-buwak_color } } - title:c_kos_uba = { set_variable = { name = color_storage value = title:d_c_kos_uba_color } } - title:c_koshuki = { set_variable = { name = color_storage value = title:d_c_koshuki_color } } - title:c_kota = { set_variable = { name = color_storage value = title:d_c_kota_color } } - title:c_kotera = { set_variable = { name = color_storage value = title:d_c_kotera_color } } - title:c_kotivarsa = { set_variable = { name = color_storage value = title:d_c_kotivarsa_color } } - title:c_kotokel = { set_variable = { name = color_storage value = title:d_c_kotokel_color } } - title:c_kotoko = { set_variable = { name = color_storage value = title:d_c_kotoko_color } } - title:c_kotte = { set_variable = { name = color_storage value = title:d_c_kotte_color } } - title:c_kouga = { set_variable = { name = color_storage value = title:d_c_kouga_color } } - title:c_koutajoki = { set_variable = { name = color_storage value = title:d_c_koutajoki_color } } - title:c_kozelsk = { set_variable = { name = color_storage value = title:d_c_kozelsk_color } } - title:c_kozlov = { set_variable = { name = color_storage value = title:d_c_kozlov_color } } - title:c_krajna = { set_variable = { name = color_storage value = title:d_c_krajna_color } } - title:c_krakowska = { set_variable = { name = color_storage value = title:d_c_krakowska_color } } - title:c_kran = { set_variable = { name = color_storage value = title:d_c_kran_color } } - title:c_kranj = { set_variable = { name = color_storage value = title:d_c_kranj_color } } - title:c_krasnoyarsk = { set_variable = { name = color_storage value = title:d_c_krasnoyarsk_color } } - title:c_krasso = { set_variable = { name = color_storage value = title:d_c_krasso_color } } - title:c_krems = { set_variable = { name = color_storage value = title:d_c_krems_color } } - title:c_kropot = { set_variable = { name = color_storage value = title:d_c_kropot_color } } - title:c_kru = { set_variable = { name = color_storage value = title:d_c_kru_color } } - title:c_kucha = { set_variable = { name = color_storage value = title:d_c_kucha_color } } - title:c_kuchuk = { set_variable = { name = color_storage value = title:d_c_kuchuk_color } } - title:c_kufa = { set_variable = { name = color_storage value = title:d_c_kufa_color } } - title:c_kuisugu = { set_variable = { name = color_storage value = title:d_c_kuisugu_color } } - title:c_kujawy = { set_variable = { name = color_storage value = title:d_c_kujawy_color } } - title:c_kukiya = { set_variable = { name = color_storage value = title:d_c_kukiya_color } } - title:c_kuku = { set_variable = { name = color_storage value = title:d_c_kuku_color } } - title:c_kulan_utmas = { set_variable = { name = color_storage value = title:d_c_kulan_utmas_color } } - title:c_kulan_uynak = { set_variable = { name = color_storage value = title:d_c_kulan_uynak_color } } - title:c_kulunda = { set_variable = { name = color_storage value = title:d_c_kulunda_color } } - title:c_kumaon = { set_variable = { name = color_storage value = title:d_c_kumaon_color } } - title:c_kumasi = { set_variable = { name = color_storage value = title:d_c_kumasi_color } } - title:c_kumkol = { set_variable = { name = color_storage value = title:d_c_kumkol_color } } - title:c_kumtag = { set_variable = { name = color_storage value = title:d_c_kumtag_color } } - title:c_kumych = { set_variable = { name = color_storage value = title:d_c_kumych_color } } - title:c_kundina = { set_variable = { name = color_storage value = title:d_c_kundina_color } } - title:c_kuozhou = { set_variable = { name = color_storage value = title:d_c_kuozhou_color } } - title:c_kuranko = { set_variable = { name = color_storage value = title:d_c_kuranko_color } } - title:c_kurdar = { set_variable = { name = color_storage value = title:d_c_kurdar_color } } - title:c_kurdistan = { set_variable = { name = color_storage value = title:d_c_kurdistan_color } } - title:c_kurgan = { set_variable = { name = color_storage value = title:d_c_kurgan_color } } - title:c_kurgus = { set_variable = { name = color_storage value = title:d_c_kurgus_color } } - title:c_kurmaed = { set_variable = { name = color_storage value = title:d_c_kurmaed_color } } - title:c_kurmina = { set_variable = { name = color_storage value = title:d_c_kurmina_color } } - title:c_kursk = { set_variable = { name = color_storage value = title:d_c_kursk_color } } - title:c_kurumba = { set_variable = { name = color_storage value = title:d_c_kurumba_color } } - title:c_kush-murun = { set_variable = { name = color_storage value = title:d_c_kush-murun_color } } - title:c_kusinagara = { set_variable = { name = color_storage value = title:d_c_kusinagara_color } } - title:c_kusumi = { set_variable = { name = color_storage value = title:d_c_kusumi_color } } - title:c_kutch = { set_variable = { name = color_storage value = title:d_c_kutch_color } } - title:c_kuzbas = { set_variable = { name = color_storage value = title:d_c_kuzbas_color } } - title:c_kwahu-akyem = { set_variable = { name = color_storage value = title:d_c_kwahu-akyem_color } } - title:c_kwararafa = { set_variable = { name = color_storage value = title:d_c_kwararafa_color } } - title:c_kyadya = { set_variable = { name = color_storage value = title:d_c_kyadya_color } } - title:c_kyakyaru = { set_variable = { name = color_storage value = title:d_c_kyakyaru_color } } - title:c_kyaukse = { set_variable = { name = color_storage value = title:d_c_kyaukse_color } } - title:c_kyin = { set_variable = { name = color_storage value = title:d_c_kyin_color } } - title:c_kymyl_tey = { set_variable = { name = color_storage value = title:d_c_kymyl_tey_color } } - title:c_kyunglung = { set_variable = { name = color_storage value = title:d_c_kyunglung_color } } - title:c_kyzistra = { set_variable = { name = color_storage value = title:d_c_kyzistra_color } } - title:c_kyzylkul = { set_variable = { name = color_storage value = title:d_c_kyzylkul_color } } - title:c_la_marche = { set_variable = { name = color_storage value = title:d_c_la_marche_color } } - title:c_labda = { set_variable = { name = color_storage value = title:d_c_labda_color } } - title:c_labourd = { set_variable = { name = color_storage value = title:d_c_labourd_color } } - title:c_lachyk-uba = { set_variable = { name = color_storage value = title:d_c_lachyk-uba_color } } - title:c_laconia = { set_variable = { name = color_storage value = title:d_c_laconia_color } } - title:c_ladyzyn = { set_variable = { name = color_storage value = title:d_c_ladyzyn_color } } - title:c_lag_dera = { set_variable = { name = color_storage value = title:d_c_lag_dera_color } } - title:c_laghwat = { set_variable = { name = color_storage value = title:d_c_laghwat_color } } - title:c_lahur = { set_variable = { name = color_storage value = title:d_c_lahur_color } } - title:c_laia = { set_variable = { name = color_storage value = title:d_c_laia_color } } - title:c_lakhnau = { set_variable = { name = color_storage value = title:d_c_lakhnau_color } } - title:c_laksmanavati = { set_variable = { name = color_storage value = title:d_c_laksmanavati_color } } - title:c_lanarkshire = { set_variable = { name = color_storage value = title:d_c_lanarkshire_color } } - title:c_lancashire = { set_variable = { name = color_storage value = title:d_c_lancashire_color } } - title:c_lanciano = { set_variable = { name = color_storage value = title:d_c_lanciano_color } } - title:c_landsberg = { set_variable = { name = color_storage value = title:d_c_landsberg_color } } - title:c_langres = { set_variable = { name = color_storage value = title:d_c_langres_color } } - title:c_lapusna = { set_variable = { name = color_storage value = title:d_c_lapusna_color } } - title:c_lar = { set_variable = { name = color_storage value = title:d_c_lar_color } } - title:c_lasta = { set_variable = { name = color_storage value = title:d_c_lasta_color } } - title:c_lecce = { set_variable = { name = color_storage value = title:d_c_lecce_color } } - title:c_leczycka = { set_variable = { name = color_storage value = title:d_c_leczycka_color } } - title:c_legnica = { set_variable = { name = color_storage value = title:d_c_legnica_color } } - title:c_leh = { set_variable = { name = color_storage value = title:d_c_leh_color } } - title:c_leicestershire = { set_variable = { name = color_storage value = title:d_c_leicestershire_color } } - title:c_leinster = { set_variable = { name = color_storage value = title:d_c_leinster_color } } - title:c_lena = { set_variable = { name = color_storage value = title:d_c_lena_color } } - title:c_lenggu = { set_variable = { name = color_storage value = title:d_c_lenggu_color } } - title:c_lenghu = { set_variable = { name = color_storage value = title:d_c_lenghu_color } } - title:c_lennox = { set_variable = { name = color_storage value = title:d_c_lennox_color } } - title:c_leon = { set_variable = { name = color_storage value = title:d_c_leon_color } } - title:c_lepsink = { set_variable = { name = color_storage value = title:d_c_lepsink_color } } - title:c_leraba = { set_variable = { name = color_storage value = title:d_c_leraba_color } } - title:c_lesbos = { set_variable = { name = color_storage value = title:d_c_lesbos_color } } - title:c_leuchtenburg = { set_variable = { name = color_storage value = title:d_c_leuchtenburg_color } } - title:c_lhagang = { set_variable = { name = color_storage value = title:d_c_lhagang_color } } - title:c_lhari = { set_variable = { name = color_storage value = title:d_c_lhari_color } } - title:c_lhasa = { set_variable = { name = color_storage value = title:d_c_lhasa_color } } - title:c_lhatok = { set_variable = { name = color_storage value = title:d_c_lhatok_color } } - title:c_lhunze = { set_variable = { name = color_storage value = title:d_c_lhunze_color } } - title:c_lhunzhub = { set_variable = { name = color_storage value = title:d_c_lhunzhub_color } } - title:c_liangzhou = { set_variable = { name = color_storage value = title:d_c_liangzhou_color } } - title:c_liebnitz = { set_variable = { name = color_storage value = title:d_c_liebnitz_color } } - title:c_liege = { set_variable = { name = color_storage value = title:d_c_liege_color } } - title:c_lienz = { set_variable = { name = color_storage value = title:d_c_lienz_color } } - title:c_lika = { set_variable = { name = color_storage value = title:d_c_lika_color } } - title:c_lille = { set_variable = { name = color_storage value = title:d_c_lille_color } } - title:c_limousin = { set_variable = { name = color_storage value = title:d_c_limousin_color } } - title:c_lincolnshire = { set_variable = { name = color_storage value = title:d_c_lincolnshire_color } } - title:c_lingtsang = { set_variable = { name = color_storage value = title:d_c_lingtsang_color } } - title:c_linlithgowshire = { set_variable = { name = color_storage value = title:d_c_linlithgowshire_color } } - title:c_linz = { set_variable = { name = color_storage value = title:d_c_linz_color } } - title:c_linze = { set_variable = { name = color_storage value = title:d_c_linze_color } } - title:c_lippe = { set_variable = { name = color_storage value = title:d_c_lippe_color } } - title:c_lipto = { set_variable = { name = color_storage value = title:d_c_lipto_color } } - title:c_lisboa = { set_variable = { name = color_storage value = title:d_c_lisboa_color } } - title:c_lisieux = { set_variable = { name = color_storage value = title:d_c_lisieux_color } } - title:c_litang = { set_variable = { name = color_storage value = title:d_c_litang_color } } - title:c_litomerice = { set_variable = { name = color_storage value = title:d_c_litomerice_color } } - title:c_livs = { set_variable = { name = color_storage value = title:d_c_livs_color } } - title:c_ljubljana = { set_variable = { name = color_storage value = title:d_c_ljubljana_color } } - title:c_lleida = { set_variable = { name = color_storage value = title:d_c_lleida_color } } - title:c_lobdaburg = { set_variable = { name = color_storage value = title:d_c_lobdaburg_color } } - title:c_lobi = { set_variable = { name = color_storage value = title:d_c_lobi_color } } - title:c_lobo = { set_variable = { name = color_storage value = title:d_c_lobo_color } } - title:c_logudoro = { set_variable = { name = color_storage value = title:d_c_logudoro_color } } - title:c_lolland_falster = { set_variable = { name = color_storage value = title:d_c_lolland_falster_color } } - title:c_lombardia = { set_variable = { name = color_storage value = title:d_c_lombardia_color } } - title:c_lomzynska = { set_variable = { name = color_storage value = title:d_c_lomzynska_color } } - title:c_lori = { set_variable = { name = color_storage value = title:d_c_lori_color } } - title:c_loropeni = { set_variable = { name = color_storage value = title:d_c_loropeni_color } } - title:c_lothian = { set_variable = { name = color_storage value = title:d_c_lothian_color } } - title:c_loulan = { set_variable = { name = color_storage value = title:d_c_loulan_color } } - title:c_lower_galatia = { set_variable = { name = color_storage value = title:d_c_lower_galatia_color } } - title:c_lubeck = { set_variable = { name = color_storage value = title:d_c_lubeck_color } } - title:c_lubelska = { set_variable = { name = color_storage value = title:d_c_lubelska_color } } - title:c_lubusz = { set_variable = { name = color_storage value = title:d_c_lubusz_color } } - title:c_lucca = { set_variable = { name = color_storage value = title:d_c_lucca_color } } - title:c_ludrava = { set_variable = { name = color_storage value = title:d_c_ludrava_color } } - title:c_luki = { set_variable = { name = color_storage value = title:d_c_luki_color } } - title:c_lukoml = { set_variable = { name = color_storage value = title:d_c_lukoml_color } } - title:c_lumbini = { set_variable = { name = color_storage value = title:d_c_lumbini_color } } - title:c_luneburg = { set_variable = { name = color_storage value = title:d_c_luneburg_color } } - title:c_lunggar = { set_variable = { name = color_storage value = title:d_c_lunggar_color } } - title:c_luni = { set_variable = { name = color_storage value = title:d_c_luni_color } } - title:c_luntai = { set_variable = { name = color_storage value = title:d_c_luntai_color } } - title:c_luristan = { set_variable = { name = color_storage value = title:d_c_luristan_color } } - title:c_lusignan = { set_variable = { name = color_storage value = title:d_c_lusignan_color } } - title:c_luuq = { set_variable = { name = color_storage value = title:d_c_luuq_color } } - title:c_luxembourg = { set_variable = { name = color_storage value = title:d_c_luxembourg_color } } - title:c_lviv = { set_variable = { name = color_storage value = title:d_c_lviv_color } } - title:c_lycandus = { set_variable = { name = color_storage value = title:d_c_lycandus_color } } - title:c_lycaonia = { set_variable = { name = color_storage value = title:d_c_lycaonia_color } } - title:c_lycia = { set_variable = { name = color_storage value = title:d_c_lycia_color } } - title:c_lydia = { set_variable = { name = color_storage value = title:d_c_lydia_color } } - title:c_lyon = { set_variable = { name = color_storage value = title:d_c_lyon_color } } - title:c_lysva = { set_variable = { name = color_storage value = title:d_c_lysva_color } } - title:c_lyubim = { set_variable = { name = color_storage value = title:d_c_lyubim_color } } - title:c_maab = { set_variable = { name = color_storage value = title:d_c_maab_color } } - title:c_maan = { set_variable = { name = color_storage value = title:d_c_maan_color } } - title:c_maastricht = { set_variable = { name = color_storage value = title:d_c_maastricht_color } } - title:c_macon = { set_variable = { name = color_storage value = title:d_c_macon_color } } - title:c_macva = { set_variable = { name = color_storage value = title:d_c_macva_color } } - title:c_madaya = { set_variable = { name = color_storage value = title:d_c_madaya_color } } - title:c_madhupur = { set_variable = { name = color_storage value = title:d_c_madhupur_color } } - title:c_madoi = { set_variable = { name = color_storage value = title:d_c_madoi_color } } - title:c_madrid = { set_variable = { name = color_storage value = title:d_c_madrid_color } } - title:c_madurai = { set_variable = { name = color_storage value = title:d_c_madurai_color } } - title:c_mafaza = { set_variable = { name = color_storage value = title:d_c_mafaza_color } } - title:c_magadha = { set_variable = { name = color_storage value = title:d_c_magadha_color } } - title:c_magdeburg = { set_variable = { name = color_storage value = title:d_c_magdeburg_color } } - title:c_maghas = { set_variable = { name = color_storage value = title:d_c_maghas_color } } - title:c_magwe = { set_variable = { name = color_storage value = title:d_c_magwe_color } } - title:c_mahdiya = { set_variable = { name = color_storage value = title:d_c_mahdiya_color } } - title:c_mahishaka = { set_variable = { name = color_storage value = title:d_c_mahishaka_color } } - title:c_mahoba = { set_variable = { name = color_storage value = title:d_c_mahoba_color } } - title:c_mahra = { set_variable = { name = color_storage value = title:d_c_mahra_color } } - title:c_mahur = { set_variable = { name = color_storage value = title:d_c_mahur_color } } - title:c_maine = { set_variable = { name = color_storage value = title:d_c_maine_color } } - title:c_mainling = { set_variable = { name = color_storage value = title:d_c_mainling_color } } - title:c_mainz = { set_variable = { name = color_storage value = title:d_c_mainz_color } } - title:c_mait = { set_variable = { name = color_storage value = title:d_c_mait_color } } - title:c_majar = { set_variable = { name = color_storage value = title:d_c_majar_color } } - title:c_makhir = { set_variable = { name = color_storage value = title:d_c_makhir_color } } - title:c_malaga = { set_variable = { name = color_storage value = title:d_c_malaga_color } } - title:c_malagon = { set_variable = { name = color_storage value = title:d_c_malagon_color } } - title:c_malbork = { set_variable = { name = color_storage value = title:d_c_malbork_color } } - title:c_maldives = { set_variable = { name = color_storage value = title:d_c_maldives_color } } - title:c_maldwyn = { set_variable = { name = color_storage value = title:d_c_maldwyn_color } } - title:c_mallabhum = { set_variable = { name = color_storage value = title:d_c_mallabhum_color } } - title:c_mallorca = { set_variable = { name = color_storage value = title:d_c_mallorca_color } } - title:c_malta = { set_variable = { name = color_storage value = title:d_c_malta_color } } - title:c_mamprusi = { set_variable = { name = color_storage value = title:d_c_mamprusi_color } } - title:c_man = { set_variable = { name = color_storage value = title:d_c_man_color } } - title:c_mana = { set_variable = { name = color_storage value = title:d_c_mana_color } } - title:c_manatau = { set_variable = { name = color_storage value = title:d_c_manatau_color } } - title:c_mandab = { set_variable = { name = color_storage value = title:d_c_mandab_color } } - title:c_mandapika = { set_variable = { name = color_storage value = title:d_c_mandapika_color } } - title:c_mandavyapura = { set_variable = { name = color_storage value = title:d_c_mandavyapura_color } } - title:c_mandestan = { set_variable = { name = color_storage value = title:d_c_mandestan_color } } - title:c_mangnai = { set_variable = { name = color_storage value = title:d_c_mangnai_color } } - title:c_mangra = { set_variable = { name = color_storage value = title:d_c_mangra_color } } - title:c_mangyshlak = { set_variable = { name = color_storage value = title:d_c_mangyshlak_color } } - title:c_manikpur = { set_variable = { name = color_storage value = title:d_c_manikpur_color } } - title:c_manipur = { set_variable = { name = color_storage value = title:d_c_manipur_color } } - title:c_mansfeld = { set_variable = { name = color_storage value = title:d_c_mansfeld_color } } - title:c_mansura = { set_variable = { name = color_storage value = title:d_c_mansura_color } } - title:c_manthang = { set_variable = { name = color_storage value = title:d_c_manthang_color } } - title:c_mantua = { set_variable = { name = color_storage value = title:d_c_mantua_color } } - title:c_manturovo = { set_variable = { name = color_storage value = title:d_c_manturovo_color } } - title:c_maowun = { set_variable = { name = color_storage value = title:d_c_maowun_color } } - title:c_maqen = { set_variable = { name = color_storage value = title:d_c_maqen_color } } - title:c_maqu = { set_variable = { name = color_storage value = title:d_c_maqu_color } } - title:c_maragha = { set_variable = { name = color_storage value = title:d_c_maragha_color } } - title:c_marash = { set_variable = { name = color_storage value = title:d_c_marash_color } } - title:c_marburg = { set_variable = { name = color_storage value = title:d_c_marburg_color } } - title:c_mareeg = { set_variable = { name = color_storage value = title:d_c_mareeg_color } } - title:c_mark = { set_variable = { name = color_storage value = title:d_c_mark_color } } - title:c_markam = { set_variable = { name = color_storage value = title:d_c_markam_color } } - title:c_marmaros = { set_variable = { name = color_storage value = title:d_c_marmaros_color } } - title:c_marrakesh = { set_variable = { name = color_storage value = title:d_c_marrakesh_color } } - title:c_marsabit = { set_variable = { name = color_storage value = title:d_c_marsabit_color } } - title:c_marsan = { set_variable = { name = color_storage value = title:d_c_marsan_color } } - title:c_martyuba = { set_variable = { name = color_storage value = title:d_c_martyuba_color } } - title:c_marvarrud = { set_variable = { name = color_storage value = title:d_c_marvarrud_color } } - title:c_masa = { set_variable = { name = color_storage value = title:d_c_masa_color } } - title:c_masabadhan = { set_variable = { name = color_storage value = title:d_c_masabadhan_color } } - title:c_masalit = { set_variable = { name = color_storage value = title:d_c_masalit_color } } - title:c_masin = { set_variable = { name = color_storage value = title:d_c_masin_color } } - title:c_massawa = { set_variable = { name = color_storage value = title:d_c_massawa_color } } - title:c_massina = { set_variable = { name = color_storage value = title:d_c_massina_color } } - title:c_mathura = { set_variable = { name = color_storage value = title:d_c_mathura_color } } - title:c_mau = { set_variable = { name = color_storage value = title:d_c_mau_color } } - title:c_mayo = { set_variable = { name = color_storage value = title:d_c_mayo_color } } - title:c_mayyafariqin = { set_variable = { name = color_storage value = title:d_c_mayyafariqin_color } } - title:c_mazandaran = { set_variable = { name = color_storage value = title:d_c_mazandaran_color } } - title:c_mazongshan = { set_variable = { name = color_storage value = title:d_c_mazongshan_color } } - title:c_mearns = { set_variable = { name = color_storage value = title:d_c_mearns_color } } - title:c_meaux = { set_variable = { name = color_storage value = title:d_c_meaux_color } } - title:c_mecca = { set_variable = { name = color_storage value = title:d_c_mecca_color } } - title:c_mecklenburg = { set_variable = { name = color_storage value = title:d_c_mecklenburg_color } } - title:c_medantaka = { set_variable = { name = color_storage value = title:d_c_medantaka_color } } - title:c_medapata = { set_variable = { name = color_storage value = title:d_c_medapata_color } } - title:c_medellin = { set_variable = { name = color_storage value = title:d_c_medellin_color } } - title:c_medelpad = { set_variable = { name = color_storage value = title:d_c_medelpad_color } } - title:c_medina = { set_variable = { name = color_storage value = title:d_c_medina_color } } - title:c_medjerda = { set_variable = { name = color_storage value = title:d_c_medjerda_color } } - title:c_meissen = { set_variable = { name = color_storage value = title:d_c_meissen_color } } - title:c_meknes = { set_variable = { name = color_storage value = title:d_c_meknes_color } } - title:c_melilla = { set_variable = { name = color_storage value = title:d_c_melilla_color } } - title:c_melitene = { set_variable = { name = color_storage value = title:d_c_melitene_color } } - title:c_mema = { set_variable = { name = color_storage value = title:d_c_mema_color } } - title:c_memar = { set_variable = { name = color_storage value = title:d_c_memar_color } } - title:c_memel = { set_variable = { name = color_storage value = title:d_c_memel_color } } - title:c_menorca = { set_variable = { name = color_storage value = title:d_c_menorca_color } } - title:c_merida = { set_variable = { name = color_storage value = title:d_c_merida_color } } - title:c_merioneth = { set_variable = { name = color_storage value = title:d_c_merioneth_color } } - title:c_meroe = { set_variable = { name = color_storage value = title:d_c_meroe_color } } - title:c_mersenburg = { set_variable = { name = color_storage value = title:d_c_mersenburg_color } } - title:c_merv = { set_variable = { name = color_storage value = title:d_c_merv_color } } - title:c_mesembria = { set_variable = { name = color_storage value = title:d_c_mesembria_color } } - title:c_mesopotamia = { set_variable = { name = color_storage value = title:d_c_mesopotamia_color } } - title:c_messenia = { set_variable = { name = color_storage value = title:d_c_messenia_color } } - title:c_messina = { set_variable = { name = color_storage value = title:d_c_messina_color } } - title:c_messukyla = { set_variable = { name = color_storage value = title:d_c_messukyla_color } } - title:c_metz = { set_variable = { name = color_storage value = title:d_c_metz_color } } - title:c_metzovo = { set_variable = { name = color_storage value = title:d_c_metzovo_color } } - title:c_miastko = { set_variable = { name = color_storage value = title:d_c_miastko_color } } - title:c_middlesex = { set_variable = { name = color_storage value = title:d_c_middlesex_color } } - title:c_midnapore = { set_variable = { name = color_storage value = title:d_c_midnapore_color } } - title:c_miliez = { set_variable = { name = color_storage value = title:d_c_miliez_color } } - title:c_millau = { set_variable = { name = color_storage value = title:d_c_millau_color } } - title:c_minbu = { set_variable = { name = color_storage value = title:d_c_minbu_color } } - title:c_minden = { set_variable = { name = color_storage value = title:d_c_minden_color } } - title:c_minsk = { set_variable = { name = color_storage value = title:d_c_minsk_color } } - title:c_mithila = { set_variable = { name = color_storage value = title:d_c_mithila_color } } - title:c_modena = { set_variable = { name = color_storage value = title:d_c_modena_color } } - title:c_modrus = { set_variable = { name = color_storage value = title:d_c_modrus_color } } - title:c_mogadishu = { set_variable = { name = color_storage value = title:d_c_mogadishu_color } } - title:c_mohadavasaka = { set_variable = { name = color_storage value = title:d_c_mohadavasaka_color } } - title:c_molina = { set_variable = { name = color_storage value = title:d_c_molina_color } } - title:c_monferrato = { set_variable = { name = color_storage value = title:d_c_monferrato_color } } - title:c_monkh_saridag = { set_variable = { name = color_storage value = title:d_c_monkh_saridag_color } } - title:c_monmouthshire = { set_variable = { name = color_storage value = title:d_c_monmouthshire_color } } - title:c_montaigu = { set_variable = { name = color_storage value = title:d_c_montaigu_color } } - title:c_montargis = { set_variable = { name = color_storage value = title:d_c_montargis_color } } - title:c_monterrei = { set_variable = { name = color_storage value = title:d_c_monterrei_color } } - title:c_montpellier = { set_variable = { name = color_storage value = title:d_c_montpellier_color } } - title:c_mora = { set_variable = { name = color_storage value = title:d_c_mora_color } } - title:c_morarna = { set_variable = { name = color_storage value = title:d_c_morarna_color } } - title:c_moray = { set_variable = { name = color_storage value = title:d_c_moray_color } } - title:c_more = { set_variable = { name = color_storage value = title:d_c_more_color } } - title:c_mosala = { set_variable = { name = color_storage value = title:d_c_mosala_color } } - title:c_moskva = { set_variable = { name = color_storage value = title:d_c_moskva_color } } - title:c_mosul = { set_variable = { name = color_storage value = title:d_c_mosul_color } } - title:c_mosynopolis = { set_variable = { name = color_storage value = title:d_c_mosynopolis_color } } - title:c_moura = { set_variable = { name = color_storage value = title:d_c_moura_color } } - title:c_mozhaysk = { set_variable = { name = color_storage value = title:d_c_mozhaysk_color } } - title:c_mudgagiri = { set_variable = { name = color_storage value = title:d_c_mudgagiri_color } } - title:c_mudug = { set_variable = { name = color_storage value = title:d_c_mudug_color } } - title:c_mugan = { set_variable = { name = color_storage value = title:d_c_mugan_color } } - title:c_mugodzhar_hills = { set_variable = { name = color_storage value = title:d_c_mugodzhar_hills_color } } - title:c_mulaka = { set_variable = { name = color_storage value = title:d_c_mulaka_color } } - title:c_multan = { set_variable = { name = color_storage value = title:d_c_multan_color } } - title:c_muluya = { set_variable = { name = color_storage value = title:d_c_muluya_color } } - title:c_mumo = { set_variable = { name = color_storage value = title:d_c_mumo_color } } - title:c_munchen = { set_variable = { name = color_storage value = title:d_c_munchen_color } } - title:c_munda = { set_variable = { name = color_storage value = title:d_c_munda_color } } - title:c_munio = { set_variable = { name = color_storage value = title:d_c_munio_color } } - title:c_munjan = { set_variable = { name = color_storage value = title:d_c_munjan_color } } - title:c_munster = { set_variable = { name = color_storage value = title:d_c_munster_color } } - title:c_murcia = { set_variable = { name = color_storage value = title:d_c_murcia_color } } - title:c_murom = { set_variable = { name = color_storage value = title:d_c_murom_color } } - title:c_murun_tomis = { set_variable = { name = color_storage value = title:d_c_murun_tomis_color } } - title:c_murzuk = { set_variable = { name = color_storage value = title:d_c_murzuk_color } } - title:c_muscat = { set_variable = { name = color_storage value = title:d_c_muscat_color } } - title:c_mustasaari = { set_variable = { name = color_storage value = title:d_c_mustasaari_color } } - title:c_muya = { set_variable = { name = color_storage value = title:d_c_muya_color } } - title:c_mysia = { set_variable = { name = color_storage value = title:d_c_mysia_color } } - title:c_nabadwipa = { set_variable = { name = color_storage value = title:d_c_nabadwipa_color } } - title:c_naddula = { set_variable = { name = color_storage value = title:d_c_naddula_color } } - title:c_naga = { set_variable = { name = color_storage value = title:d_c_naga_color } } - title:c_nagarze = { set_variable = { name = color_storage value = title:d_c_nagarze_color } } - title:c_nagauda = { set_variable = { name = color_storage value = title:d_c_nagauda_color } } - title:c_nagchu = { set_variable = { name = color_storage value = title:d_c_nagchu_color } } - title:c_nagormo = { set_variable = { name = color_storage value = title:d_c_nagormo_color } } - title:c_naimisa = { set_variable = { name = color_storage value = title:d_c_naimisa_color } } - title:c_naissus = { set_variable = { name = color_storage value = title:d_c_naissus_color } } - title:c_najera = { set_variable = { name = color_storage value = title:d_c_najera_color } } - title:c_najran = { set_variable = { name = color_storage value = title:d_c_najran_color } } - title:c_nakhshab = { set_variable = { name = color_storage value = title:d_c_nakhshab_color } } - title:c_naldurg = { set_variable = { name = color_storage value = title:d_c_naldurg_color } } - title:c_nallamala = { set_variable = { name = color_storage value = title:d_c_nallamala_color } } - title:c_nalu = { set_variable = { name = color_storage value = title:d_c_nalu_color } } - title:c_namandiru = { set_variable = { name = color_storage value = title:d_c_namandiru_color } } - title:c_namdalfylki = { set_variable = { name = color_storage value = title:d_c_namdalfylki_color } } - title:c_namur = { set_variable = { name = color_storage value = title:d_c_namur_color } } - title:c_nancy = { set_variable = { name = color_storage value = title:d_c_nancy_color } } - title:c_nandana = { set_variable = { name = color_storage value = title:d_c_nandana_color } } - title:c_nang = { set_variable = { name = color_storage value = title:d_c_nang_color } } - title:c_nangqen = { set_variable = { name = color_storage value = title:d_c_nangqen_color } } - title:c_nantes = { set_variable = { name = color_storage value = title:d_c_nantes_color } } - title:c_nanumba = { set_variable = { name = color_storage value = title:d_c_nanumba_color } } - title:c_napoli = { set_variable = { name = color_storage value = title:d_c_napoli_color } } - title:c_naqis = { set_variable = { name = color_storage value = title:d_c_naqis_color } } - title:c_narim = { set_variable = { name = color_storage value = title:d_c_narim_color } } - title:c_narke = { set_variable = { name = color_storage value = title:d_c_narke_color } } - title:c_narva = { set_variable = { name = color_storage value = title:d_c_narva_color } } - title:c_narym_DZU = { set_variable = { name = color_storage value = title:d_c_narym_DZU_color } } - title:c_nasaiya = { set_variable = { name = color_storage value = title:d_c_nasaiya_color } } - title:c_nasibin = { set_variable = { name = color_storage value = title:d_c_nasibin_color } } - title:c_nasrabad = { set_variable = { name = color_storage value = title:d_c_nasrabad_color } } - title:c_nassau = { set_variable = { name = color_storage value = title:d_c_nassau_color } } - title:c_natangia = { set_variable = { name = color_storage value = title:d_c_natangia_color } } - title:c_naumberg = { set_variable = { name = color_storage value = title:d_c_naumberg_color } } - title:c_naumburg = { set_variable = { name = color_storage value = title:d_c_naumburg_color } } - title:c_naushki = { set_variable = { name = color_storage value = title:d_c_naushki_color } } - title:c_navarra = { set_variable = { name = color_storage value = title:d_c_navarra_color } } - title:c_navasarika = { set_variable = { name = color_storage value = title:d_c_navasarika_color } } - title:c_naxos = { set_variable = { name = color_storage value = title:d_c_naxos_color } } - title:c_ndenye = { set_variable = { name = color_storage value = title:d_c_ndenye_color } } - title:c_neamnt = { set_variable = { name = color_storage value = title:d_c_neamnt_color } } - title:c_nedenes = { set_variable = { name = color_storage value = title:d_c_nedenes_color } } - title:c_nedersticht = { set_variable = { name = color_storage value = title:d_c_nedersticht_color } } - title:c_negev = { set_variable = { name = color_storage value = title:d_c_negev_color } } - title:c_nellore = { set_variable = { name = color_storage value = title:d_c_nellore_color } } - title:c_neopatras = { set_variable = { name = color_storage value = title:d_c_neopatras_color } } - title:c_neramkary = { set_variable = { name = color_storage value = title:d_c_neramkary_color } } - title:c_neufchateau = { set_variable = { name = color_storage value = title:d_c_neufchateau_color } } - title:c_nevers = { set_variable = { name = color_storage value = title:d_c_nevers_color } } - title:c_ngawa = { set_variable = { name = color_storage value = title:d_c_ngawa_color } } - title:c_ngoring = { set_variable = { name = color_storage value = title:d_c_ngoring_color } } - title:c_niani = { set_variable = { name = color_storage value = title:d_c_niani_color } } - title:c_nice = { set_variable = { name = color_storage value = title:d_c_nice_color } } - title:c_nicopolis = { set_variable = { name = color_storage value = title:d_c_nicopolis_color } } - title:c_nicosia = { set_variable = { name = color_storage value = title:d_c_nicosia_color } } - title:c_niebla = { set_variable = { name = color_storage value = title:d_c_niebla_color } } - title:c_nih = { set_variable = { name = color_storage value = title:d_c_nih_color } } - title:c_nihawand = { set_variable = { name = color_storage value = title:d_c_nihawand_color } } - title:c_nikaea = { set_variable = { name = color_storage value = title:d_c_nikaea_color } } - title:c_nikki = { set_variable = { name = color_storage value = title:d_c_nikki_color } } - title:c_nikopolis = { set_variable = { name = color_storage value = title:d_c_nikopolis_color } } - title:c_ninive = { set_variable = { name = color_storage value = title:d_c_ninive_color } } - title:c_niomi = { set_variable = { name = color_storage value = title:d_c_niomi_color } } - title:c_nishapur = { set_variable = { name = color_storage value = title:d_c_nishapur_color } } - title:c_nizhny_novgorod = { set_variable = { name = color_storage value = title:d_c_nizhny_novgorod_color } } - title:c_nizwa = { set_variable = { name = color_storage value = title:d_c_nizwa_color } } - title:c_njudung = { set_variable = { name = color_storage value = title:d_c_njudung_color } } - title:c_nordlingen = { set_variable = { name = color_storage value = title:d_c_nordlingen_color } } - title:c_nordmark = { set_variable = { name = color_storage value = title:d_c_nordmark_color } } - title:c_nordrland = { set_variable = { name = color_storage value = title:d_c_nordrland_color } } - title:c_norfolk = { set_variable = { name = color_storage value = title:d_c_norfolk_color } } - title:c_north_riding = { set_variable = { name = color_storage value = title:d_c_north_riding_color } } - title:c_northamptonshire = { set_variable = { name = color_storage value = title:d_c_northamptonshire_color } } - title:c_northumberland = { set_variable = { name = color_storage value = title:d_c_northumberland_color } } - title:c_norwegian_more = { set_variable = { name = color_storage value = title:d_c_norwegian_more_color } } - title:c_nottinghamshire = { set_variable = { name = color_storage value = title:d_c_nottinghamshire_color } } - title:c_novara = { set_variable = { name = color_storage value = title:d_c_novara_color } } - title:c_novgorod = { set_variable = { name = color_storage value = title:d_c_novgorod_color } } - title:c_novgorod_seversky = { set_variable = { name = color_storage value = title:d_c_novgorod_seversky_color } } - title:c_novogrudok = { set_variable = { name = color_storage value = title:d_c_novogrudok_color } } - title:c_novosil = { set_variable = { name = color_storage value = title:d_c_novosil_color } } - title:c_nugaal = { set_variable = { name = color_storage value = title:d_c_nugaal_color } } - title:c_nuon = { set_variable = { name = color_storage value = title:d_c_nuon_color } } - title:c_nupe = { set_variable = { name = color_storage value = title:d_c_nupe_color } } - title:c_nurnberg = { set_variable = { name = color_storage value = title:d_c_nurnberg_color } } - title:c_nurtay = { set_variable = { name = color_storage value = title:d_c_nurtay_color } } - title:c_nyagrong = { set_variable = { name = color_storage value = title:d_c_nyagrong_color } } - title:c_nyainrong = { set_variable = { name = color_storage value = title:d_c_nyainrong_color } } - title:c_nyalam = { set_variable = { name = color_storage value = title:d_c_nyalam_color } } - title:c_nyemo = { set_variable = { name = color_storage value = title:d_c_nyemo_color } } - title:c_nyene = { set_variable = { name = color_storage value = title:d_c_nyene_color } } - title:c_nyima = { set_variable = { name = color_storage value = title:d_c_nyima_color } } - title:c_nyingchi = { set_variable = { name = color_storage value = title:d_c_nyingchi_color } } - title:c_nyitra = { set_variable = { name = color_storage value = title:d_c_nyitra_color } } - title:c_nyland = { set_variable = { name = color_storage value = title:d_c_nyland_color } } - title:c_nysa = { set_variable = { name = color_storage value = title:d_c_nysa_color } } - title:c_nzi = { set_variable = { name = color_storage value = title:d_c_nzi_color } } - title:c_ob = { set_variable = { name = color_storage value = title:d_c_ob_color } } - title:c_odessa = { set_variable = { name = color_storage value = title:d_c_odessa_color } } - title:c_odishi = { set_variable = { name = color_storage value = title:d_c_odishi_color } } - title:c_odoyev = { set_variable = { name = color_storage value = title:d_c_odoyev_color } } - title:c_ohrid = { set_variable = { name = color_storage value = title:d_c_ohrid_color } } - title:c_oigon = { set_variable = { name = color_storage value = title:d_c_oigon_color } } - title:c_okangara = { set_variable = { name = color_storage value = title:d_c_okangara_color } } - title:c_oland = { set_variable = { name = color_storage value = title:d_c_oland_color } } - title:c_olavinlinna = { set_variable = { name = color_storage value = title:d_c_olavinlinna_color } } - title:c_oldenburg = { set_variable = { name = color_storage value = title:d_c_oldenburg_color } } - title:c_oleshye = { set_variable = { name = color_storage value = title:d_c_oleshye_color } } - title:c_olkhon = { set_variable = { name = color_storage value = title:d_c_olkhon_color } } - title:c_olmedo = { set_variable = { name = color_storage value = title:d_c_olmedo_color } } - title:c_olomouc = { set_variable = { name = color_storage value = title:d_c_olomouc_color } } - title:c_omsk = { set_variable = { name = color_storage value = title:d_c_omsk_color } } - title:c_onega = { set_variable = { name = color_storage value = title:d_c_onega_color } } - title:c_onega_BJA = { set_variable = { name = color_storage value = title:d_c_onega_BJA_color } } - title:c_ongi = { set_variable = { name = color_storage value = title:d_c_ongi_color } } - title:c_onsthia = { set_variable = { name = color_storage value = title:d_c_onsthia_color } } - title:c_opanda = { set_variable = { name = color_storage value = title:d_c_opanda_color } } - title:c_opava = { set_variable = { name = color_storage value = title:d_c_opava_color } } - title:c_opole = { set_variable = { name = color_storage value = title:d_c_opole_color } } - title:c_orangallu = { set_variable = { name = color_storage value = title:d_c_orangallu_color } } - title:c_orania = { set_variable = { name = color_storage value = title:d_c_orania_color } } - title:c_orava = { set_variable = { name = color_storage value = title:d_c_orava_color } } - title:c_orbetello = { set_variable = { name = color_storage value = title:d_c_orbetello_color } } - title:c_orenburg = { set_variable = { name = color_storage value = title:d_c_orenburg_color } } - title:c_orhei = { set_variable = { name = color_storage value = title:d_c_orhei_color } } - title:c_oriel = { set_variable = { name = color_storage value = title:d_c_oriel_color } } - title:c_orkney = { set_variable = { name = color_storage value = title:d_c_orkney_color } } - title:c_orlamunde = { set_variable = { name = color_storage value = title:d_c_orlamunde_color } } - title:c_orleans = { set_variable = { name = color_storage value = title:d_c_orleans_color } } - title:c_ormond = { set_variable = { name = color_storage value = title:d_c_ormond_color } } - title:c_orsha = { set_variable = { name = color_storage value = title:d_c_orsha_color } } - title:c_orvieto = { set_variable = { name = color_storage value = title:d_c_orvieto_color } } - title:c_osel = { set_variable = { name = color_storage value = title:d_c_osel_color } } - title:c_oshrusana = { set_variable = { name = color_storage value = title:d_c_oshrusana_color } } - title:c_oskol = { set_variable = { name = color_storage value = title:d_c_oskol_color } } - title:c_osnabruck = { set_variable = { name = color_storage value = title:d_c_osnabruck_color } } - title:c_ossory = { set_variable = { name = color_storage value = title:d_c_ossory_color } } - title:c_ostergotland = { set_variable = { name = color_storage value = title:d_c_ostergotland_color } } - title:c_osterland = { set_variable = { name = color_storage value = title:d_c_osterland_color } } - title:c_osterode = { set_variable = { name = color_storage value = title:d_c_osterode_color } } - title:c_ostfriesland = { set_variable = { name = color_storage value = title:d_c_ostfriesland_color } } - title:c_otrar = { set_variable = { name = color_storage value = title:d_c_otrar_color } } - title:c_oudalan = { set_variable = { name = color_storage value = title:d_c_oudalan_color } } - title:c_oulu = { set_variable = { name = color_storage value = title:d_c_oulu_color } } - title:c_outer_hebrides = { set_variable = { name = color_storage value = title:d_c_outer_hebrides_color } } - title:c_oversticht = { set_variable = { name = color_storage value = title:d_c_oversticht_color } } - title:c_owu = { set_variable = { name = color_storage value = title:d_c_owu_color } } - title:c_oxfordshire = { set_variable = { name = color_storage value = title:d_c_oxfordshire_color } } - title:c_oyo = { set_variable = { name = color_storage value = title:d_c_oyo_color } } - title:c_pacatiana = { set_variable = { name = color_storage value = title:d_c_pacatiana_color } } - title:c_paderborn = { set_variable = { name = color_storage value = title:d_c_paderborn_color } } - title:c_padua = { set_variable = { name = color_storage value = title:d_c_padua_color } } - title:c_padum = { set_variable = { name = color_storage value = title:d_c_padum_color } } - title:c_paeonia = { set_variable = { name = color_storage value = title:d_c_paeonia_color } } - title:c_pagan = { set_variable = { name = color_storage value = title:d_c_pagan_color } } - title:c_pagania = { set_variable = { name = color_storage value = title:d_c_pagania_color } } - title:c_palakka = { set_variable = { name = color_storage value = title:d_c_palakka_color } } - title:c_palanga = { set_variable = { name = color_storage value = title:d_c_palanga_color } } - title:c_palermo = { set_variable = { name = color_storage value = title:d_c_palermo_color } } - title:c_pallas = { set_variable = { name = color_storage value = title:d_c_pallas_color } } - title:c_palmyra = { set_variable = { name = color_storage value = title:d_c_palmyra_color } } - title:c_palniki = { set_variable = { name = color_storage value = title:d_c_palniki_color } } - title:c_pamphylia = { set_variable = { name = color_storage value = title:d_c_pamphylia_color } } - title:c_panaji = { set_variable = { name = color_storage value = title:d_c_panaji_color } } - title:c_panjgur = { set_variable = { name = color_storage value = title:d_c_panjgur_color } } - title:c_pannagallu = { set_variable = { name = color_storage value = title:d_c_pannagallu_color } } - title:c_paphlagonia = { set_variable = { name = color_storage value = title:d_c_paphlagonia_color } } - title:c_parma = { set_variable = { name = color_storage value = title:d_c_parma_color } } - title:c_paro = { set_variable = { name = color_storage value = title:d_c_paro_color } } - title:c_parsberg = { set_variable = { name = color_storage value = title:d_c_parsberg_color } } - title:c_passau = { set_variable = { name = color_storage value = title:d_c_passau_color } } - title:c_pavia = { set_variable = { name = color_storage value = title:d_c_pavia_color } } - title:c_pavlodar = { set_variable = { name = color_storage value = title:d_c_pavlodar_color } } - title:c_peaccam = { set_variable = { name = color_storage value = title:d_c_peaccam_color } } - title:c_pecheneg = { set_variable = { name = color_storage value = title:d_c_pecheneg_color } } - title:c_pedersore = { set_variable = { name = color_storage value = title:d_c_pedersore_color } } - title:c_pegu = { set_variable = { name = color_storage value = title:d_c_pegu_color } } - title:c_pelym = { set_variable = { name = color_storage value = title:d_c_pelym_color } } - title:c_pelyul = { set_variable = { name = color_storage value = title:d_c_pelyul_color } } - title:c_pemako = { set_variable = { name = color_storage value = title:d_c_pemako_color } } - title:c_pembrokeshire = { set_variable = { name = color_storage value = title:d_c_pembrokeshire_color } } - title:c_pendjari = { set_variable = { name = color_storage value = title:d_c_pendjari_color } } - title:c_penthievre = { set_variable = { name = color_storage value = title:d_c_penthievre_color } } - title:c_penugonda = { set_variable = { name = color_storage value = title:d_c_penugonda_color } } - title:c_penza = { set_variable = { name = color_storage value = title:d_c_penza_color } } - title:c_perekop = { set_variable = { name = color_storage value = title:d_c_perekop_color } } - title:c_peremyshl = { set_variable = { name = color_storage value = title:d_c_peremyshl_color } } - title:c_peresopnytsia = { set_variable = { name = color_storage value = title:d_c_peresopnytsia_color } } - title:c_pereyaslavl = { set_variable = { name = color_storage value = title:d_c_pereyaslavl_color } } - title:c_perigord = { set_variable = { name = color_storage value = title:d_c_perigord_color } } - title:c_perm = { set_variable = { name = color_storage value = title:d_c_perm_color } } - title:c_pest = { set_variable = { name = color_storage value = title:d_c_pest_color } } - title:c_petropavl = { set_variable = { name = color_storage value = title:d_c_petropavl_color } } - title:c_petropavolsk = { set_variable = { name = color_storage value = title:d_c_petropavolsk_color } } - title:c_petrovsk = { set_variable = { name = color_storage value = title:d_c_petrovsk_color } } - title:c_philippopolis = { set_variable = { name = color_storage value = title:d_c_philippopolis_color } } - title:c_philomelium = { set_variable = { name = color_storage value = title:d_c_philomelium_color } } - title:c_phiti = { set_variable = { name = color_storage value = title:d_c_phiti_color } } - title:c_phrygia = { set_variable = { name = color_storage value = title:d_c_phrygia_color } } - title:c_pielinen = { set_variable = { name = color_storage value = title:d_c_pielinen_color } } - title:c_pila = { set_variable = { name = color_storage value = title:d_c_pila_color } } - title:c_pinsk = { set_variable = { name = color_storage value = title:d_c_pinsk_color } } - title:c_pirin = { set_variable = { name = color_storage value = title:d_c_pirin_color } } - title:c_pisa = { set_variable = { name = color_storage value = title:d_c_pisa_color } } - title:c_pisidia = { set_variable = { name = color_storage value = title:d_c_pisidia_color } } - title:c_pite = { set_variable = { name = color_storage value = title:d_c_pite_color } } - title:c_pitten = { set_variable = { name = color_storage value = title:d_c_pitten_color } } - title:c_plasencia = { set_variable = { name = color_storage value = title:d_c_plasencia_color } } - title:c_plocka = { set_variable = { name = color_storage value = title:d_c_plocka_color } } - title:c_plyos = { set_variable = { name = color_storage value = title:d_c_plyos_color } } - title:c_plzen = { set_variable = { name = color_storage value = title:d_c_plzen_color } } - title:c_po = { set_variable = { name = color_storage value = title:d_c_po_color } } - title:c_podor = { set_variable = { name = color_storage value = title:d_c_podor_color } } - title:c_podrinje = { set_variable = { name = color_storage value = title:d_c_podrinje_color } } - title:c_poitiers = { set_variable = { name = color_storage value = title:d_c_poitiers_color } } - title:c_polesine = { set_variable = { name = color_storage value = title:d_c_polesine_color } } - title:c_polotsk = { set_variable = { name = color_storage value = title:d_c_polotsk_color } } - title:c_polovragi = { set_variable = { name = color_storage value = title:d_c_polovragi_color } } - title:c_pomoravlje = { set_variable = { name = color_storage value = title:d_c_pomoravlje_color } } - title:c_pomorje = { set_variable = { name = color_storage value = title:d_c_pomorje_color } } - title:c_pompeiopolis = { set_variable = { name = color_storage value = title:d_c_pompeiopolis_color } } - title:c_porto = { set_variable = { name = color_storage value = title:d_c_porto_color } } - title:c_poszony = { set_variable = { name = color_storage value = title:d_c_poszony_color } } - title:c_povenets = { set_variable = { name = color_storage value = title:d_c_povenets_color } } - title:c_pozega = { set_variable = { name = color_storage value = title:d_c_pozega_color } } - title:c_poznanska = { set_variable = { name = color_storage value = title:d_c_poznanska_color } } - title:c_praha = { set_variable = { name = color_storage value = title:d_c_praha_color } } - title:c_pravia = { set_variable = { name = color_storage value = title:d_c_pravia_color } } - title:c_prayaga = { set_variable = { name = color_storage value = title:d_c_prayaga_color } } - title:c_prenzlau = { set_variable = { name = color_storage value = title:d_c_prenzlau_color } } - title:c_prerov = { set_variable = { name = color_storage value = title:d_c_prerov_color } } - title:c_provence = { set_variable = { name = color_storage value = title:d_c_provence_color } } - title:c_prusa = { set_variable = { name = color_storage value = title:d_c_prusa_color } } - title:c_przemkow = { set_variable = { name = color_storage value = title:d_c_przemkow_color } } - title:c_pset = { set_variable = { name = color_storage value = title:d_c_pset_color } } - title:c_pskov = { set_variable = { name = color_storage value = title:d_c_pskov_color } } - title:c_pudozh = { set_variable = { name = color_storage value = title:d_c_pudozh_color } } - title:c_puigcerda = { set_variable = { name = color_storage value = title:d_c_puigcerda_color } } - title:c_pula = { set_variable = { name = color_storage value = title:d_c_pula_color } } - title:c_punakha = { set_variable = { name = color_storage value = title:d_c_punakha_color } } - title:c_pundravardhana = { set_variable = { name = color_storage value = title:d_c_pundravardhana_color } } - title:c_purang = { set_variable = { name = color_storage value = title:d_c_purang_color } } - title:c_puri = { set_variable = { name = color_storage value = title:d_c_puri_color } } - title:c_purig = { set_variable = { name = color_storage value = title:d_c_purig_color } } - title:c_purushapura = { set_variable = { name = color_storage value = title:d_c_purushapura_color } } - title:c_puttlingen = { set_variable = { name = color_storage value = title:d_c_puttlingen_color } } - title:c_putyvl = { set_variable = { name = color_storage value = title:d_c_putyvl_color } } - title:c_qadisiya = { set_variable = { name = color_storage value = title:d_c_qadisiya_color } } - title:c_qain = { set_variable = { name = color_storage value = title:d_c_qain_color } } - title:c_qalaafe = { set_variable = { name = color_storage value = title:d_c_qalaafe_color } } - title:c_qamdo = { set_variable = { name = color_storage value = title:d_c_qamdo_color } } - title:c_qaryatan = { set_variable = { name = color_storage value = title:d_c_qaryatan_color } } - title:c_qashtiliya = { set_variable = { name = color_storage value = title:d_c_qashtiliya_color } } - title:c_qasim = { set_variable = { name = color_storage value = title:d_c_qasim_color } } - title:c_qasr_ibrim = { set_variable = { name = color_storage value = title:d_c_qasr_ibrim_color } } - title:c_qataa = { set_variable = { name = color_storage value = title:d_c_qataa_color } } - title:c_qatif = { set_variable = { name = color_storage value = title:d_c_qatif_color } } - title:c_qayaliq = { set_variable = { name = color_storage value = title:d_c_qayaliq_color } } - title:c_qazwin = { set_variable = { name = color_storage value = title:d_c_qazwin_color } } - title:c_qilin = { set_variable = { name = color_storage value = title:d_c_qilin_color } } - title:c_qimr = { set_variable = { name = color_storage value = title:d_c_qimr_color } } - title:c_qinggil = { set_variable = { name = color_storage value = title:d_c_qinggil_color } } - title:c_qinnasrin = { set_variable = { name = color_storage value = title:d_c_qinnasrin_color } } - title:c_qom = { set_variable = { name = color_storage value = title:d_c_qom_color } } - title:c_qoshagyl = { set_variable = { name = color_storage value = title:d_c_qoshagyl_color } } - title:c_quercy = { set_variable = { name = color_storage value = title:d_c_quercy_color } } - title:c_qumarleb = { set_variable = { name = color_storage value = title:d_c_qumarleb_color } } - title:c_qumisha = { set_variable = { name = color_storage value = title:d_c_qumisha_color } } - title:c_quqen = { set_variable = { name = color_storage value = title:d_c_quqen_color } } - title:c_quriltay = { set_variable = { name = color_storage value = title:d_c_quriltay_color } } - title:c_qurta = { set_variable = { name = color_storage value = title:d_c_qurta_color } } - title:c_qus = { set_variable = { name = color_storage value = title:d_c_qus_color } } - title:c_qusayr = { set_variable = { name = color_storage value = title:d_c_qusayr_color } } - title:c_racakonda = { set_variable = { name = color_storage value = title:d_c_racakonda_color } } - title:c_radha = { set_variable = { name = color_storage value = title:d_c_radha_color } } - title:c_radomska = { set_variable = { name = color_storage value = title:d_c_radomska_color } } - title:c_ragusa = { set_variable = { name = color_storage value = title:d_c_ragusa_color } } - title:c_rahba = { set_variable = { name = color_storage value = title:d_c_rahba_color } } - title:c_raimskoe = { set_variable = { name = color_storage value = title:d_c_raimskoe_color } } - title:c_rajanpur = { set_variable = { name = color_storage value = title:d_c_rajanpur_color } } - title:c_rajrappa = { set_variable = { name = color_storage value = title:d_c_rajrappa_color } } - title:c_rama = { set_variable = { name = color_storage value = title:d_c_rama_color } } - title:c_ramagiri = { set_variable = { name = color_storage value = title:d_c_ramagiri_color } } - title:c_ramhurmuz = { set_variable = { name = color_storage value = title:d_c_ramhurmuz_color } } - title:c_ramu = { set_variable = { name = color_storage value = title:d_c_ramu_color } } - title:c_ranikot = { set_variable = { name = color_storage value = title:d_c_ranikot_color } } - title:c_raniriki = { set_variable = { name = color_storage value = title:d_c_raniriki_color } } - title:c_rano = { set_variable = { name = color_storage value = title:d_c_rano_color } } - title:c_ranthambore = { set_variable = { name = color_storage value = title:d_c_ranthambore_color } } - title:c_raqqa = { set_variable = { name = color_storage value = title:d_c_raqqa_color } } - title:c_ras_hafun = { set_variable = { name = color_storage value = title:d_c_ras_hafun_color } } - title:c_raseiniai = { set_variable = { name = color_storage value = title:d_c_raseiniai_color } } - title:c_rashka = { set_variable = { name = color_storage value = title:d_c_rashka_color } } - title:c_rasht = { set_variable = { name = color_storage value = title:d_c_rasht_color } } - title:c_ratanpur = { set_variable = { name = color_storage value = title:d_c_ratanpur_color } } - title:c_ratibor = { set_variable = { name = color_storage value = title:d_c_ratibor_color } } - title:c_ravenna = { set_variable = { name = color_storage value = title:d_c_ravenna_color } } - title:c_ravensburg = { set_variable = { name = color_storage value = title:d_c_ravensburg_color } } - title:c_rayapura = { set_variable = { name = color_storage value = title:d_c_rayapura_color } } - title:c_rayy = { set_variable = { name = color_storage value = title:d_c_rayy_color } } - title:c_rebgong = { set_variable = { name = color_storage value = title:d_c_rebgong_color } } - title:c_regensburg = { set_variable = { name = color_storage value = title:d_c_regensburg_color } } - title:c_reggio_calabria = { set_variable = { name = color_storage value = title:d_c_reggio_calabria_color } } - title:c_reims = { set_variable = { name = color_storage value = title:d_c_reims_color } } - title:c_renandu = { set_variable = { name = color_storage value = title:d_c_renandu_color } } - title:c_reni = { set_variable = { name = color_storage value = title:d_c_reni_color } } - title:c_rennes = { set_variable = { name = color_storage value = title:d_c_rennes_color } } - title:c_rethel = { set_variable = { name = color_storage value = title:d_c_rethel_color } } - title:c_reval = { set_variable = { name = color_storage value = title:d_c_reval_color } } - title:c_rhodopes = { set_variable = { name = color_storage value = title:d_c_rhodopes_color } } - title:c_rhodos = { set_variable = { name = color_storage value = title:d_c_rhodos_color } } - title:c_ribe = { set_variable = { name = color_storage value = title:d_c_ribe_color } } - title:c_rima = { set_variable = { name = color_storage value = title:d_c_rima_color } } - title:c_ringkobing = { set_variable = { name = color_storage value = title:d_c_ringkobing_color } } - title:c_riqan = { set_variable = { name = color_storage value = title:d_c_riqan_color } } - title:c_rivsharan = { set_variable = { name = color_storage value = title:d_c_rivsharan_color } } - title:c_rogalandi = { set_variable = { name = color_storage value = title:d_c_rogalandi_color } } - title:c_rohana = { set_variable = { name = color_storage value = title:d_c_rohana_color } } - title:c_roing = { set_variable = { name = color_storage value = title:d_c_roing_color } } - title:c_roma = { set_variable = { name = color_storage value = title:d_c_roma_color } } - title:c_romen = { set_variable = { name = color_storage value = title:d_c_romen_color } } - title:c_rosenheim = { set_variable = { name = color_storage value = title:d_c_rosenheim_color } } - title:c_roslavl = { set_variable = { name = color_storage value = title:d_c_roslavl_color } } - title:c_ross = { set_variable = { name = color_storage value = title:d_c_ross_color } } - title:c_rossano = { set_variable = { name = color_storage value = title:d_c_rossano_color } } - title:c_rossello = { set_variable = { name = color_storage value = title:d_c_rossello_color } } - title:c_rostock = { set_variable = { name = color_storage value = title:d_c_rostock_color } } - title:c_rothas = { set_variable = { name = color_storage value = title:d_c_rothas_color } } - title:c_rothenburg = { set_variable = { name = color_storage value = title:d_c_rothenburg_color } } - title:c_rouen = { set_variable = { name = color_storage value = title:d_c_rouen_color } } - title:c_rouergue = { set_variable = { name = color_storage value = title:d_c_rouergue_color } } - title:c_rounala = { set_variable = { name = color_storage value = title:d_c_rounala_color } } - title:c_rudbar = { set_variable = { name = color_storage value = title:d_c_rudbar_color } } - title:c_rugen = { set_variable = { name = color_storage value = title:d_c_rugen_color } } - title:c_rukhaj = { set_variable = { name = color_storage value = title:d_c_rukhaj_color } } - title:c_ruppin = { set_variable = { name = color_storage value = title:d_c_ruppin_color } } - title:c_rusa = { set_variable = { name = color_storage value = title:d_c_rusa_color } } - title:c_rusafa = { set_variable = { name = color_storage value = title:d_c_rusafa_color } } - title:c_rutog = { set_variable = { name = color_storage value = title:d_c_rutog_color } } - title:c_ruyan = { set_variable = { name = color_storage value = title:d_c_ruyan_color } } - title:c_ryazan = { set_variable = { name = color_storage value = title:d_c_ryazan_color } } - title:c_ryty = { set_variable = { name = color_storage value = title:d_c_ryty_color } } - title:c_saalum = { set_variable = { name = color_storage value = title:d_c_saalum_color } } - title:c_saarbrucken = { set_variable = { name = color_storage value = title:d_c_saarbrucken_color } } - title:c_sabakyul = { set_variable = { name = color_storage value = title:d_c_sabakyul_color } } - title:c_sable = { set_variable = { name = color_storage value = title:d_c_sable_color } } - title:c_sabzevar = { set_variable = { name = color_storage value = title:d_c_sabzevar_color } } - title:c_sacz = { set_variable = { name = color_storage value = title:d_c_sacz_color } } - title:c_safata = { set_variable = { name = color_storage value = title:d_c_safata_color } } - title:c_sagaing = { set_variable = { name = color_storage value = title:d_c_sagaing_color } } - title:c_sagar = { set_variable = { name = color_storage value = title:d_c_sagar_color } } - title:c_sagiz = { set_variable = { name = color_storage value = title:d_c_sagiz_color } } - title:c_sagya = { set_variable = { name = color_storage value = title:d_c_sagya_color } } - title:c_sai = { set_variable = { name = color_storage value = title:d_c_sai_color } } - title:c_saimara = { set_variable = { name = color_storage value = title:d_c_saimara_color } } - title:c_saintonge = { set_variable = { name = color_storage value = title:d_c_saintonge_color } } - title:c_sakala = { set_variable = { name = color_storage value = title:d_c_sakala_color } } - title:c_sakarai = { set_variable = { name = color_storage value = title:d_c_sakarai_color } } - title:c_sakmara = { set_variable = { name = color_storage value = title:d_c_sakmara_color } } - title:c_salamanca = { set_variable = { name = color_storage value = title:d_c_salamanca_color } } - title:c_salamat = { set_variable = { name = color_storage value = title:d_c_salamat_color } } - title:c_salavat = { set_variable = { name = color_storage value = title:d_c_salavat_color } } - title:c_salerno = { set_variable = { name = color_storage value = title:d_c_salerno_color } } - title:c_salinis = { set_variable = { name = color_storage value = title:d_c_salinis_color } } - title:c_salzburg = { set_variable = { name = color_storage value = title:d_c_salzburg_color } } - title:c_samaiqan = { set_variable = { name = color_storage value = title:d_c_samaiqan_color } } - title:c_samander = { set_variable = { name = color_storage value = title:d_c_samander_color } } - title:c_samar = { set_variable = { name = color_storage value = title:d_c_samar_color } } - title:c_samar_VB = { set_variable = { name = color_storage value = title:d_c_samar_VB_color } } - title:c_samarkand = { set_variable = { name = color_storage value = title:d_c_samarkand_color } } - title:c_samarra = { set_variable = { name = color_storage value = title:d_c_samarra_color } } - title:c_samatata = { set_variable = { name = color_storage value = title:d_c_samatata_color } } - title:c_sambalpur = { set_variable = { name = color_storage value = title:d_c_sambalpur_color } } - title:c_sambhal = { set_variable = { name = color_storage value = title:d_c_sambhal_color } } - title:c_samiran = { set_variable = { name = color_storage value = title:d_c_samiran_color } } - title:c_samman = { set_variable = { name = color_storage value = title:d_c_samman_color } } - title:c_samosata = { set_variable = { name = color_storage value = title:d_c_samosata_color } } - title:c_sanaa = { set_variable = { name = color_storage value = title:d_c_sanaa_color } } - title:c_sancerre = { set_variable = { name = color_storage value = title:d_c_sancerre_color } } - title:c_sanda = { set_variable = { name = color_storage value = title:d_c_sanda_color } } - title:c_sandomierska = { set_variable = { name = color_storage value = title:d_c_sandomierska_color } } - title:c_sandoway = { set_variable = { name = color_storage value = title:d_c_sandoway_color } } - title:c_sangqu = { set_variable = { name = color_storage value = title:d_c_sangqu_color } } - title:c_sanij = { set_variable = { name = color_storage value = title:d_c_sanij_color } } - title:c_sankt_gallen = { set_variable = { name = color_storage value = title:d_c_sankt_gallen_color } } - title:c_sankt_polten = { set_variable = { name = color_storage value = title:d_c_sankt_polten_color } } - title:c_santiago = { set_variable = { name = color_storage value = title:d_c_santiago_color } } - title:c_saoura = { set_variable = { name = color_storage value = title:d_c_saoura_color } } - title:c_saptagrama = { set_variable = { name = color_storage value = title:d_c_saptagrama_color } } - title:c_saqsin = { set_variable = { name = color_storage value = title:d_c_saqsin_color } } - title:c_sarakhs = { set_variable = { name = color_storage value = title:d_c_sarakhs_color } } - title:c_saran = { set_variable = { name = color_storage value = title:d_c_saran_color } } - title:c_sarangpur = { set_variable = { name = color_storage value = title:d_c_sarangpur_color } } - title:c_sarasvata_mandala = { set_variable = { name = color_storage value = title:d_c_sarasvata_mandala_color } } - title:c_sarasvati = { set_variable = { name = color_storage value = title:d_c_sarasvati_color } } - title:c_saratov = { set_variable = { name = color_storage value = title:d_c_saratov_color } } - title:c_sardan = { set_variable = { name = color_storage value = title:d_c_sardan_color } } - title:c_saris = { set_variable = { name = color_storage value = title:d_c_saris_color } } - title:c_sarkel = { set_variable = { name = color_storage value = title:d_c_sarkel_color } } - title:c_sartlan = { set_variable = { name = color_storage value = title:d_c_sartlan_color } } - title:c_sarykamysh = { set_variable = { name = color_storage value = title:d_c_sarykamysh_color } } - title:c_sarysyn = { set_variable = { name = color_storage value = title:d_c_sarysyn_color } } - title:c_sasaram = { set_variable = { name = color_storage value = title:d_c_sasaram_color } } - title:c_satakunta = { set_variable = { name = color_storage value = title:d_c_satakunta_color } } - title:c_satala = { set_variable = { name = color_storage value = title:d_c_satala_color } } - title:c_satfura = { set_variable = { name = color_storage value = title:d_c_satfura_color } } - title:c_satif = { set_variable = { name = color_storage value = title:d_c_satif_color } } - title:c_satyapura = { set_variable = { name = color_storage value = title:d_c_satyapura_color } } - title:c_saumur = { set_variable = { name = color_storage value = title:d_c_saumur_color } } - title:c_savalu = { set_variable = { name = color_storage value = title:d_c_savalu_color } } - title:c_savoie = { set_variable = { name = color_storage value = title:d_c_savoie_color } } - title:c_say = { set_variable = { name = color_storage value = title:d_c_say_color } } - title:c_sayn = { set_variable = { name = color_storage value = title:d_c_sayn_color } } - title:c_scalovia = { set_variable = { name = color_storage value = title:d_c_scalovia_color } } - title:c_schaumberg = { set_variable = { name = color_storage value = title:d_c_schaumberg_color } } - title:c_schmalkalden = { set_variable = { name = color_storage value = title:d_c_schmalkalden_color } } - title:c_schweibus = { set_variable = { name = color_storage value = title:d_c_schweibus_color } } - title:c_sebasteia = { set_variable = { name = color_storage value = title:d_c_sebasteia_color } } - title:c_sebezh = { set_variable = { name = color_storage value = title:d_c_sebezh_color } } - title:c_sebur = { set_variable = { name = color_storage value = title:d_c_sebur_color } } - title:c_selenga = { set_variable = { name = color_storage value = title:d_c_selenga_color } } - title:c_seleucia = { set_variable = { name = color_storage value = title:d_c_seleucia_color } } - title:c_selge = { set_variable = { name = color_storage value = title:d_c_selge_color } } - title:c_selpils = { set_variable = { name = color_storage value = title:d_c_selpils_color } } - title:c_semey = { set_variable = { name = color_storage value = title:d_c_semey_color } } - title:c_semien = { set_variable = { name = color_storage value = title:d_c_semien_color } } - title:c_sennar = { set_variable = { name = color_storage value = title:d_c_sennar_color } } - title:c_seno = { set_variable = { name = color_storage value = title:d_c_seno_color } } - title:c_sens = { set_variable = { name = color_storage value = title:d_c_sens_color } } - title:c_serae = { set_variable = { name = color_storage value = title:d_c_serae_color } } - title:c_serres = { set_variable = { name = color_storage value = title:d_c_serres_color } } - title:c_sertar = { set_variable = { name = color_storage value = title:d_c_sertar_color } } - title:c_sevede = { set_variable = { name = color_storage value = title:d_c_sevede_color } } - title:c_severin = { set_variable = { name = color_storage value = title:d_c_severin_color } } - title:c_sevilla = { set_variable = { name = color_storage value = title:d_c_sevilla_color } } - title:c_sevsk = { set_variable = { name = color_storage value = title:d_c_sevsk_color } } - title:c_sewa = { set_variable = { name = color_storage value = title:d_c_sewa_color } } - title:c_sfax = { set_variable = { name = color_storage value = title:d_c_sfax_color } } - title:c_shabe = { set_variable = { name = color_storage value = title:d_c_shabe_color } } - title:c_shahrazur = { set_variable = { name = color_storage value = title:d_c_shahrazur_color } } - title:c_shahre-babak = { set_variable = { name = color_storage value = title:d_c_shahre-babak_color } } - title:c_shaki = { set_variable = { name = color_storage value = title:d_c_shaki_color } } - title:c_shamir = { set_variable = { name = color_storage value = title:d_c_shamir_color } } - title:c_shanzhou = { set_variable = { name = color_storage value = title:d_c_shanzhou_color } } - title:c_shaqiq = { set_variable = { name = color_storage value = title:d_c_shaqiq_color } } - title:c_sharaf = { set_variable = { name = color_storage value = title:d_c_sharaf_color } } - title:c_sharga = { set_variable = { name = color_storage value = title:d_c_sharga_color } } - title:c_sharka = { set_variable = { name = color_storage value = title:d_c_sharka_color } } - title:c_sharkiya = { set_variable = { name = color_storage value = title:d_c_sharkiya_color } } - title:c_shavgar = { set_variable = { name = color_storage value = title:d_c_shavgar_color } } - title:c_shayzar = { set_variable = { name = color_storage value = title:d_c_shayzar_color } } - title:c_shazhou = { set_variable = { name = color_storage value = title:d_c_shazhou_color } } - title:c_shchuchinsk = { set_variable = { name = color_storage value = title:d_c_shchuchinsk_color } } - title:c_shelji = { set_variable = { name = color_storage value = title:d_c_shelji_color } } - title:c_shenkursk = { set_variable = { name = color_storage value = title:d_c_shenkursk_color } } - title:c_sherbro = { set_variable = { name = color_storage value = title:d_c_sherbro_color } } - title:c_shetland = { set_variable = { name = color_storage value = title:d_c_shetland_color } } - title:c_shigar = { set_variable = { name = color_storage value = title:d_c_shigar_color } } - title:c_shiraz = { set_variable = { name = color_storage value = title:d_c_shiraz_color } } - title:c_shirvan = { set_variable = { name = color_storage value = title:d_c_shirvan_color } } - title:c_shishina = { set_variable = { name = color_storage value = title:d_c_shishina_color } } - title:c_shityy = { set_variable = { name = color_storage value = title:d_c_shityy_color } } - title:c_shor = { set_variable = { name = color_storage value = title:d_c_shor_color } } - title:c_shorkot = { set_variable = { name = color_storage value = title:d_c_shorkot_color } } - title:c_showa = { set_variable = { name = color_storage value = title:d_c_showa_color } } - title:c_showak = { set_variable = { name = color_storage value = title:d_c_showak_color } } - title:c_shropshire = { set_variable = { name = color_storage value = title:d_c_shropshire_color } } - title:c_shughnan = { set_variable = { name = color_storage value = title:d_c_shughnan_color } } - title:c_shunzhou = { set_variable = { name = color_storage value = title:d_c_shunzhou_color } } - title:c_siauliai = { set_variable = { name = color_storage value = title:d_c_siauliai_color } } - title:c_sibi = { set_variable = { name = color_storage value = title:d_c_sibi_color } } - title:c_sibi_mali = { set_variable = { name = color_storage value = title:d_c_sibi_mali_color } } - title:c_sibir = { set_variable = { name = color_storage value = title:d_c_sibir_color } } - title:c_sidamo = { set_variable = { name = color_storage value = title:d_c_sidamo_color } } - title:c_siena = { set_variable = { name = color_storage value = title:d_c_siena_color } } - title:c_sieradzka = { set_variable = { name = color_storage value = title:d_c_sieradzka_color } } - title:c_sif-i-umara = { set_variable = { name = color_storage value = title:d_c_sif-i-umara_color } } - title:c_siggevara = { set_variable = { name = color_storage value = title:d_c_siggevara_color } } - title:c_sighnaq = { set_variable = { name = color_storage value = title:d_c_sighnaq_color } } - title:c_sijilmasa = { set_variable = { name = color_storage value = title:d_c_sijilmasa_color } } - title:c_sikasso = { set_variable = { name = color_storage value = title:d_c_sikasso_color } } - title:c_silla = { set_variable = { name = color_storage value = title:d_c_silla_color } } - title:c_silves = { set_variable = { name = color_storage value = title:d_c_silves_color } } - title:c_simaramapura = { set_variable = { name = color_storage value = title:d_c_simaramapura_color } } - title:c_sinai = { set_variable = { name = color_storage value = title:d_c_sinai_color } } - title:c_sinjar = { set_variable = { name = color_storage value = title:d_c_sinjar_color } } - title:c_sinope = { set_variable = { name = color_storage value = title:d_c_sinope_color } } - title:c_sir_faesyfed = { set_variable = { name = color_storage value = title:d_c_sir_faesyfed_color } } - title:c_siracusa = { set_variable = { name = color_storage value = title:d_c_siracusa_color } } - title:c_sirhan = { set_variable = { name = color_storage value = title:d_c_sirhan_color } } - title:c_sirjan = { set_variable = { name = color_storage value = title:d_c_sirjan_color } } - title:c_sittaung = { set_variable = { name = color_storage value = title:d_c_sittaung_color } } - title:c_sitti = { set_variable = { name = color_storage value = title:d_c_sitti_color } } - title:c_siwa = { set_variable = { name = color_storage value = title:d_c_siwa_color } } - title:c_siwistan = { set_variable = { name = color_storage value = title:d_c_siwistan_color } } - title:c_sjaelland = { set_variable = { name = color_storage value = title:d_c_sjaelland_color } } - title:c_sjeltie = { set_variable = { name = color_storage value = title:d_c_sjeltie_color } } - title:c_skane = { set_variable = { name = color_storage value = title:d_c_skane_color } } - title:c_skara = { set_variable = { name = color_storage value = title:d_c_skara_color } } - title:c_skardu = { set_variable = { name = color_storage value = title:d_c_skardu_color } } - title:c_skolt = { set_variable = { name = color_storage value = title:d_c_skolt_color } } - title:c_skopje = { set_variable = { name = color_storage value = title:d_c_skopje_color } } - title:c_slesvig = { set_variable = { name = color_storage value = title:d_c_slesvig_color } } - title:c_slupsk = { set_variable = { name = color_storage value = title:d_c_slupsk_color } } - title:c_slutsk = { set_variable = { name = color_storage value = title:d_c_slutsk_color } } - title:c_smolensk = { set_variable = { name = color_storage value = title:d_c_smolensk_color } } - title:c_sobrarbe = { set_variable = { name = color_storage value = title:d_c_sobrarbe_color } } - title:c_sochur = { set_variable = { name = color_storage value = title:d_c_sochur_color } } - title:c_socotra = { set_variable = { name = color_storage value = title:d_c_socotra_color } } - title:c_sodermannaland = { set_variable = { name = color_storage value = title:d_c_sodermannaland_color } } - title:c_sog = { set_variable = { name = color_storage value = title:d_c_sog_color } } - title:c_sogn = { set_variable = { name = color_storage value = title:d_c_sogn_color } } - title:c_sokode = { set_variable = { name = color_storage value = title:d_c_sokode_color } } - title:c_sokoto = { set_variable = { name = color_storage value = title:d_c_sokoto_color } } - title:c_soldin = { set_variable = { name = color_storage value = title:d_c_soldin_color } } - title:c_soli = { set_variable = { name = color_storage value = title:d_c_soli_color } } - title:c_solimana = { set_variable = { name = color_storage value = title:d_c_solimana_color } } - title:c_sombio = { set_variable = { name = color_storage value = title:d_c_sombio_color } } - title:c_somerset = { set_variable = { name = color_storage value = title:d_c_somerset_color } } - title:c_somnath = { set_variable = { name = color_storage value = title:d_c_somnath_color } } - title:c_somogy = { set_variable = { name = color_storage value = title:d_c_somogy_color } } - title:c_sonda = { set_variable = { name = color_storage value = title:d_c_sonda_color } } - title:c_songuu_aallar = { set_variable = { name = color_storage value = title:d_c_songuu_aallar_color } } - title:c_sopron = { set_variable = { name = color_storage value = title:d_c_sopron_color } } - title:c_soria = { set_variable = { name = color_storage value = title:d_c_soria_color } } - title:c_soroca = { set_variable = { name = color_storage value = title:d_c_soroca_color } } - title:c_sorok = { set_variable = { name = color_storage value = title:d_c_sorok_color } } - title:c_sortavala = { set_variable = { name = color_storage value = title:d_c_sortavala_color } } - title:c_soso = { set_variable = { name = color_storage value = title:d_c_soso_color } } - title:c_sosva = { set_variable = { name = color_storage value = title:d_c_sosva_color } } - title:c_souf = { set_variable = { name = color_storage value = title:d_c_souf_color } } - title:c_sous = { set_variable = { name = color_storage value = title:d_c_sous_color } } - title:c_south_kordofan = { set_variable = { name = color_storage value = title:d_c_south_kordofan_color } } - title:c_speyer = { set_variable = { name = color_storage value = title:d_c_speyer_color } } - title:c_spis = { set_variable = { name = color_storage value = title:d_c_spis_color } } - title:c_spoleto = { set_variable = { name = color_storage value = title:d_c_spoleto_color } } - title:c_spreewald = { set_variable = { name = color_storage value = title:d_c_spreewald_color } } - title:c_sprottau = { set_variable = { name = color_storage value = title:d_c_sprottau_color } } - title:c_sravasti = { set_variable = { name = color_storage value = title:d_c_sravasti_color } } - title:c_sredets = { set_variable = { name = color_storage value = title:d_c_sredets_color } } - title:c_srihatta = { set_variable = { name = color_storage value = title:d_c_srihatta_color } } - title:c_sriksetra = { set_variable = { name = color_storage value = title:d_c_sriksetra_color } } - title:c_sripatha = { set_variable = { name = color_storage value = title:d_c_sripatha_color } } - title:c_sripuri = { set_variable = { name = color_storage value = title:d_c_sripuri_color } } - title:c_srirangapatna = { set_variable = { name = color_storage value = title:d_c_srirangapatna_color } } - title:c_stade = { set_variable = { name = color_storage value = title:d_c_stade_color } } - title:c_staffordshire = { set_variable = { name = color_storage value = title:d_c_staffordshire_color } } - title:c_starodub = { set_variable = { name = color_storage value = title:d_c_starodub_color } } - title:c_stendal = { set_variable = { name = color_storage value = title:d_c_stendal_color } } - title:c_stettin = { set_variable = { name = color_storage value = title:d_c_stettin_color } } - title:c_stezycka = { set_variable = { name = color_storage value = title:d_c_stezycka_color } } - title:c_sthanisvara = { set_variable = { name = color_storage value = title:d_c_sthanisvara_color } } - title:c_stoenesti = { set_variable = { name = color_storage value = title:d_c_stoenesti_color } } - title:c_stoyanka = { set_variable = { name = color_storage value = title:d_c_stoyanka_color } } - title:c_strassburg = { set_variable = { name = color_storage value = title:d_c_strassburg_color } } - title:c_strathearn = { set_variable = { name = color_storage value = title:d_c_strathearn_color } } - title:c_strumica = { set_variable = { name = color_storage value = title:d_c_strumica_color } } - title:c_suakin = { set_variable = { name = color_storage value = title:d_c_suakin_color } } - title:c_subay = { set_variable = { name = color_storage value = title:d_c_subay_color } } - title:c_subei = { set_variable = { name = color_storage value = title:d_c_subei_color } } - title:c_suceava = { set_variable = { name = color_storage value = title:d_c_suceava_color } } - title:c_sudurland = { set_variable = { name = color_storage value = title:d_c_sudurland_color } } - title:c_suenik = { set_variable = { name = color_storage value = title:d_c_suenik_color } } - title:c_suffolk = { set_variable = { name = color_storage value = title:d_c_suffolk_color } } - title:c_sukhna = { set_variable = { name = color_storage value = title:d_c_sukhna_color } } - title:c_sullum = { set_variable = { name = color_storage value = title:d_c_sullum_color } } - title:c_sumadija = { set_variable = { name = color_storage value = title:d_c_sumadija_color } } - title:c_sumdo = { set_variable = { name = color_storage value = title:d_c_sumdo_color } } - title:c_sundgau = { set_variable = { name = color_storage value = title:d_c_sundgau_color } } - title:c_sungqu = { set_variable = { name = color_storage value = title:d_c_sungqu_color } } - title:c_suondavara = { set_variable = { name = color_storage value = title:d_c_suondavara_color } } - title:c_suriya = { set_variable = { name = color_storage value = title:d_c_suriya_color } } - title:c_surparaka = { set_variable = { name = color_storage value = title:d_c_surparaka_color } } - title:c_surrah = { set_variable = { name = color_storage value = title:d_c_surrah_color } } - title:c_surrey = { set_variable = { name = color_storage value = title:d_c_surrey_color } } - title:c_sussex = { set_variable = { name = color_storage value = title:d_c_sussex_color } } - title:c_sutherland = { set_variable = { name = color_storage value = title:d_c_sutherland_color } } - title:c_sutkend = { set_variable = { name = color_storage value = title:d_c_sutkend_color } } - title:c_suvarnagram = { set_variable = { name = color_storage value = title:d_c_suvarnagram_color } } - title:c_suvarnapura = { set_variable = { name = color_storage value = title:d_c_suvarnapura_color } } - title:c_suyab = { set_variable = { name = color_storage value = title:d_c_suyab_color } } - title:c_suzdal = { set_variable = { name = color_storage value = title:d_c_suzdal_color } } - title:c_suzhou = { set_variable = { name = color_storage value = title:d_c_suzhou_color } } - title:c_svaneti = { set_variable = { name = color_storage value = title:d_c_svaneti_color } } - title:c_swetaka_mandala = { set_variable = { name = color_storage value = title:d_c_swetaka_mandala_color } } - title:c_syrrusafa = { set_variable = { name = color_storage value = title:d_c_syrrusafa_color } } - title:c_syrte = { set_variable = { name = color_storage value = title:d_c_syrte_color } } - title:c_sysma = { set_variable = { name = color_storage value = title:d_c_sysma_color } } - title:c_szabolcs = { set_variable = { name = color_storage value = title:d_c_szabolcs_color } } - title:c_szatmar = { set_variable = { name = color_storage value = title:d_c_szatmar_color } } - title:c_szekelyfold = { set_variable = { name = color_storage value = title:d_c_szekelyfold_color } } - title:c_szekesfehervar = { set_variable = { name = color_storage value = title:d_c_szekesfehervar_color } } - title:c_szerem = { set_variable = { name = color_storage value = title:d_c_szerem_color } } - title:c_tabary = { set_variable = { name = color_storage value = title:d_c_tabary_color } } - title:c_tabassa = { set_variable = { name = color_storage value = title:d_c_tabassa_color } } - title:c_tabla_butii = { set_variable = { name = color_storage value = title:d_c_tabla_butii_color } } - title:c_tabon = { set_variable = { name = color_storage value = title:d_c_tabon_color } } - title:c_tabriz = { set_variable = { name = color_storage value = title:d_c_tabriz_color } } - title:c_tabuk = { set_variable = { name = color_storage value = title:d_c_tabuk_color } } - title:c_tadjoura = { set_variable = { name = color_storage value = title:d_c_tadjoura_color } } - title:c_tadla = { set_variable = { name = color_storage value = title:d_c_tadla_color } } - title:c_tadmekka = { set_variable = { name = color_storage value = title:d_c_tadmekka_color } } - title:c_tagadur = { set_variable = { name = color_storage value = title:d_c_tagadur_color } } - title:c_tagali = { set_variable = { name = color_storage value = title:d_c_tagali_color } } - title:c_tagant = { set_variable = { name = color_storage value = title:d_c_tagant_color } } - title:c_taghaza = { set_variable = { name = color_storage value = title:d_c_taghaza_color } } - title:c_tagul = { set_variable = { name = color_storage value = title:d_c_tagul_color } } - title:c_tahert = { set_variable = { name = color_storage value = title:d_c_tahert_color } } - title:c_tahoua = { set_variable = { name = color_storage value = title:d_c_tahoua_color } } - title:c_taif = { set_variable = { name = color_storage value = title:d_c_taif_color } } - title:c_taizz = { set_variable = { name = color_storage value = title:d_c_taizz_color } } - title:c_takkeda = { set_variable = { name = color_storage value = title:d_c_takkeda_color } } - title:c_takon = { set_variable = { name = color_storage value = title:d_c_takon_color } } - title:c_takrit = { set_variable = { name = color_storage value = title:d_c_takrit_color } } - title:c_takrur = { set_variable = { name = color_storage value = title:d_c_takrur_color } } - title:c_talakad = { set_variable = { name = color_storage value = title:d_c_talakad_color } } - title:c_talava = { set_variable = { name = color_storage value = title:d_c_talava_color } } - title:c_talish = { set_variable = { name = color_storage value = title:d_c_talish_color } } - title:c_tall_basma = { set_variable = { name = color_storage value = title:d_c_tall_basma_color } } - title:c_tall_hamid = { set_variable = { name = color_storage value = title:d_c_tall_hamid_color } } - title:c_tamasna = { set_variable = { name = color_storage value = title:d_c_tamasna_color } } - title:c_tambov = { set_variable = { name = color_storage value = title:d_c_tambov_color } } - title:c_tamentit = { set_variable = { name = color_storage value = title:d_c_tamentit_color } } - title:c_tamiso = { set_variable = { name = color_storage value = title:d_c_tamiso_color } } - title:c_tamralipti = { set_variable = { name = color_storage value = title:d_c_tamralipti_color } } - title:c_tana = { set_variable = { name = color_storage value = title:d_c_tana_color } } - title:c_tanas = { set_variable = { name = color_storage value = title:d_c_tanas_color } } - title:c_tangiers = { set_variable = { name = color_storage value = title:d_c_tangiers_color } } - title:c_tao = { set_variable = { name = color_storage value = title:d_c_tao_color } } - title:c_tapsa = { set_variable = { name = color_storage value = title:d_c_tapsa_color } } - title:c_tara = { set_variable = { name = color_storage value = title:d_c_tara_color } } - title:c_taradavadi = { set_variable = { name = color_storage value = title:d_c_taradavadi_color } } - title:c_taraz = { set_variable = { name = color_storage value = title:d_c_taraz_color } } - title:c_targu_jiu = { set_variable = { name = color_storage value = title:d_c_targu_jiu_color } } - title:c_targyl = { set_variable = { name = color_storage value = title:d_c_targyl_color } } - title:c_tarnowska = { set_variable = { name = color_storage value = title:d_c_tarnowska_color } } - title:c_tarragona = { set_variable = { name = color_storage value = title:d_c_tarragona_color } } - title:c_tarsos = { set_variable = { name = color_storage value = title:d_c_tarsos_color } } - title:c_tartas_SIB = { set_variable = { name = color_storage value = title:d_c_tartas_SIB_color } } - title:c_tarvagatai = { set_variable = { name = color_storage value = title:d_c_tarvagatai_color } } - title:c_taskyl = { set_variable = { name = color_storage value = title:d_c_taskyl_color } } - title:c_tavan_bogd = { set_variable = { name = color_storage value = title:d_c_tavan_bogd_color } } - title:c_tavasts = { set_variable = { name = color_storage value = title:d_c_tavasts_color } } - title:c_tawang = { set_variable = { name = color_storage value = title:d_c_tawang_color } } - title:c_tayma = { set_variable = { name = color_storage value = title:d_c_tayma_color } } - title:c_taza = { set_variable = { name = color_storage value = title:d_c_taza_color } } - title:c_tbilisi = { set_variable = { name = color_storage value = title:d_c_tbilisi_color } } - title:c_tecklenburg = { set_variable = { name = color_storage value = title:d_c_tecklenburg_color } } - title:c_teke = { set_variable = { name = color_storage value = title:d_c_teke_color } } - title:c_telemark = { set_variable = { name = color_storage value = title:d_c_telemark_color } } - title:c_temes = { set_variable = { name = color_storage value = title:d_c_temes_color } } - title:c_temne = { set_variable = { name = color_storage value = title:d_c_temne_color } } - title:c_tenggeli = { set_variable = { name = color_storage value = title:d_c_tenggeli_color } } - title:c_teniz = { set_variable = { name = color_storage value = title:d_c_teniz_color } } - title:c_ter = { set_variable = { name = color_storage value = title:d_c_ter_color } } - title:c_teramo = { set_variable = { name = color_storage value = title:d_c_teramo_color } } - title:c_terebovl = { set_variable = { name = color_storage value = title:d_c_terebovl_color } } - title:c_terek_pass = { set_variable = { name = color_storage value = title:d_c_terek_pass_color } } - title:c_terekli = { set_variable = { name = color_storage value = title:d_c_terekli_color } } - title:c_terektai = { set_variable = { name = color_storage value = title:d_c_terektai_color } } - title:c_teruel = { set_variable = { name = color_storage value = title:d_c_teruel_color } } - title:c_tesiin_gol = { set_variable = { name = color_storage value = title:d_c_tesiin_gol_color } } - title:c_tessalit = { set_variable = { name = color_storage value = title:d_c_tessalit_color } } - title:c_teviotdale = { set_variable = { name = color_storage value = title:d_c_teviotdale_color } } - title:c_tewo = { set_variable = { name = color_storage value = title:d_c_tewo_color } } - title:c_tezu = { set_variable = { name = color_storage value = title:d_c_tezu_color } } - title:c_thabeik_taung = { set_variable = { name = color_storage value = title:d_c_thabeik_taung_color } } - title:c_thalabiya = { set_variable = { name = color_storage value = title:d_c_thalabiya_color } } - title:c_thaldat = { set_variable = { name = color_storage value = title:d_c_thaldat_color } } - title:c_thalner = { set_variable = { name = color_storage value = title:d_c_thalner_color } } - title:c_thaton = { set_variable = { name = color_storage value = title:d_c_thaton_color } } - title:c_theodosiopolis = { set_variable = { name = color_storage value = title:d_c_theodosiopolis_color } } - title:c_thessalia = { set_variable = { name = color_storage value = title:d_c_thessalia_color } } - title:c_thessaliotis = { set_variable = { name = color_storage value = title:d_c_thessaliotis_color } } - title:c_thessalonika = { set_variable = { name = color_storage value = title:d_c_thessalonika_color } } - title:c_thiers = { set_variable = { name = color_storage value = title:d_c_thiers_color } } - title:c_thomond = { set_variable = { name = color_storage value = title:d_c_thomond_color } } - title:c_thouars = { set_variable = { name = color_storage value = title:d_c_thouars_color } } - title:c_thyatira = { set_variable = { name = color_storage value = title:d_c_thyatira_color } } - title:c_tib = { set_variable = { name = color_storage value = title:d_c_tib_color } } - title:c_tiberias = { set_variable = { name = color_storage value = title:d_c_tiberias_color } } - title:c_tibesti = { set_variable = { name = color_storage value = title:d_c_tibesti_color } } - title:c_tichitt = { set_variable = { name = color_storage value = title:d_c_tichitt_color } } - title:c_tigheci = { set_variable = { name = color_storage value = title:d_c_tigheci_color } } - title:c_tigre = { set_variable = { name = color_storage value = title:d_c_tigre_color } } - title:c_tihama = { set_variable = { name = color_storage value = title:d_c_tihama_color } } - title:c_tihamat-al-yamani = { set_variable = { name = color_storage value = title:d_c_tihamat-al-yamani_color } } - title:c_tikhvin = { set_variable = { name = color_storage value = title:d_c_tikhvin_color } } - title:c_timbi = { set_variable = { name = color_storage value = title:d_c_timbi_color } } - title:c_tindouf = { set_variable = { name = color_storage value = title:d_c_tindouf_color } } - title:c_tinmallal = { set_variable = { name = color_storage value = title:d_c_tinmallal_color } } - title:c_tirakka = { set_variable = { name = color_storage value = title:d_c_tirakka_color } } - title:c_tiris = { set_variable = { name = color_storage value = title:d_c_tiris_color } } - title:c_tiruvannamalai = { set_variable = { name = color_storage value = title:d_c_tiruvannamalai_color } } - title:c_tivoli = { set_variable = { name = color_storage value = title:d_c_tivoli_color } } - title:c_tlemcen = { set_variable = { name = color_storage value = title:d_c_tlemcen_color } } - title:c_tmutarakan = { set_variable = { name = color_storage value = title:d_c_tmutarakan_color } } - title:c_tobol = { set_variable = { name = color_storage value = title:d_c_tobol_color } } - title:c_tobruk = { set_variable = { name = color_storage value = title:d_c_tobruk_color } } - title:c_todo = { set_variable = { name = color_storage value = title:d_c_todo_color } } - title:c_tokumbay = { set_variable = { name = color_storage value = title:d_c_tokumbay_color } } - title:c_toledo = { set_variable = { name = color_storage value = title:d_c_toledo_color } } - title:c_tolna = { set_variable = { name = color_storage value = title:d_c_tolna_color } } - title:c_toma = { set_variable = { name = color_storage value = title:d_c_toma_color } } - title:c_tomorbulag = { set_variable = { name = color_storage value = title:d_c_tomorbulag_color } } - title:c_tomsk = { set_variable = { name = color_storage value = title:d_c_tomsk_color } } - title:c_tonnerrois = { set_variable = { name = color_storage value = title:d_c_tonnerrois_color } } - title:c_torangy_kul = { set_variable = { name = color_storage value = title:d_c_torangy_kul_color } } - title:c_torda = { set_variable = { name = color_storage value = title:d_c_torda_color } } - title:c_torema = { set_variable = { name = color_storage value = title:d_c_torema_color } } - title:c_torne = { set_variable = { name = color_storage value = title:d_c_torne_color } } - title:c_toro = { set_variable = { name = color_storage value = title:d_c_toro_color } } - title:c_toropets = { set_variable = { name = color_storage value = title:d_c_toropets_color } } - title:c_tortoli = { set_variable = { name = color_storage value = title:d_c_tortoli_color } } - title:c_tortona = { set_variable = { name = color_storage value = title:d_c_tortona_color } } - title:c_torun = { set_variable = { name = color_storage value = title:d_c_torun_color } } - title:c_totma = { set_variable = { name = color_storage value = title:d_c_totma_color } } - title:c_touat = { set_variable = { name = color_storage value = title:d_c_touat_color } } - title:c_toulouse = { set_variable = { name = color_storage value = title:d_c_toulouse_color } } - title:c_toungoo = { set_variable = { name = color_storage value = title:d_c_toungoo_color } } - title:c_tourraine = { set_variable = { name = color_storage value = title:d_c_tourraine_color } } - title:c_tovkhon = { set_variable = { name = color_storage value = title:d_c_tovkhon_color } } - title:c_trakai = { set_variable = { name = color_storage value = title:d_c_trakai_color } } - title:c_trandam = { set_variable = { name = color_storage value = title:d_c_trandam_color } } - title:c_trandheim = { set_variable = { name = color_storage value = title:d_c_trandheim_color } } - title:c_travunia = { set_variable = { name = color_storage value = title:d_c_travunia_color } } - title:c_trebizond = { set_variable = { name = color_storage value = title:d_c_trebizond_color } } - title:c_trenscen = { set_variable = { name = color_storage value = title:d_c_trenscen_color } } - title:c_trent = { set_variable = { name = color_storage value = title:d_c_trent_color } } - title:c_treviso = { set_variable = { name = color_storage value = title:d_c_treviso_color } } - title:c_tribandapura = { set_variable = { name = color_storage value = title:d_c_tribandapura_color } } - title:c_trier = { set_variable = { name = color_storage value = title:d_c_trier_color } } - title:c_trigarta = { set_variable = { name = color_storage value = title:d_c_trigarta_color } } - title:c_trikuta = { set_variable = { name = color_storage value = title:d_c_trikuta_color } } - title:c_trincomalee = { set_variable = { name = color_storage value = title:d_c_trincomalee_color } } - title:c_tripoli = { set_variable = { name = color_storage value = title:d_c_tripoli_color } } - title:c_tripolitana = { set_variable = { name = color_storage value = title:d_c_tripolitana_color } } - title:c_tripuri = { set_variable = { name = color_storage value = title:d_c_tripuri_color } } - title:c_trongsa = { set_variable = { name = color_storage value = title:d_c_trongsa_color } } - title:c_tropaeum = { set_variable = { name = color_storage value = title:d_c_tropaeum_color } } - title:c_troyes = { set_variable = { name = color_storage value = title:d_c_troyes_color } } - title:c_tsambagarau = { set_variable = { name = color_storage value = title:d_c_tsambagarau_color } } - title:c_tsaparang = { set_variable = { name = color_storage value = title:d_c_tsaparang_color } } - title:c_tseel = { set_variable = { name = color_storage value = title:d_c_tseel_color } } - title:c_tselym_dalyn = { set_variable = { name = color_storage value = title:d_c_tselym_dalyn_color } } - title:c_tudela = { set_variable = { name = color_storage value = title:d_c_tudela_color } } - title:c_tudgha = { set_variable = { name = color_storage value = title:d_c_tudgha_color } } - title:c_tui = { set_variable = { name = color_storage value = title:d_c_tui_color } } - title:c_tula = { set_variable = { name = color_storage value = title:d_c_tula_color } } - title:c_tuluchezeva = { set_variable = { name = color_storage value = title:d_c_tuluchezeva_color } } - title:c_tulun = { set_variable = { name = color_storage value = title:d_c_tulun_color } } - title:c_tumak = { set_variable = { name = color_storage value = title:d_c_tumak_color } } - title:c_tumar = { set_variable = { name = color_storage value = title:d_c_tumar_color } } - title:c_tummana = { set_variable = { name = color_storage value = title:d_c_tummana_color } } - title:c_tun = { set_variable = { name = color_storage value = title:d_c_tun_color } } - title:c_tunis = { set_variable = { name = color_storage value = title:d_c_tunis_color } } - title:c_tunka = { set_variable = { name = color_storage value = title:d_c_tunka_color } } - title:c_turan = { set_variable = { name = color_storage value = title:d_c_turan_color } } - title:c_turgay = { set_variable = { name = color_storage value = title:d_c_turgay_color } } - title:c_turin = { set_variable = { name = color_storage value = title:d_c_turin_color } } - title:c_turnovo = { set_variable = { name = color_storage value = title:d_c_turnovo_color } } - title:c_turov = { set_variable = { name = color_storage value = title:d_c_turov_color } } - title:c_turpan = { set_variable = { name = color_storage value = title:d_c_turpan_color } } - title:c_turuberan = { set_variable = { name = color_storage value = title:d_c_turuberan_color } } - title:c_tus = { set_variable = { name = color_storage value = title:d_c_tus_color } } - title:c_tustar = { set_variable = { name = color_storage value = title:d_c_tustar_color } } - title:c_tuulain = { set_variable = { name = color_storage value = title:d_c_tuulain_color } } - title:c_tver = { set_variable = { name = color_storage value = title:d_c_tver_color } } - title:c_tyendugu = { set_variable = { name = color_storage value = title:d_c_tyendugu_color } } - title:c_tyumen = { set_variable = { name = color_storage value = title:d_c_tyumen_color } } - title:c_tzani = { set_variable = { name = color_storage value = title:d_c_tzani_color } } - title:c_ubins = { set_variable = { name = color_storage value = title:d_c_ubins_color } } - title:c_ubmejeiednuo = { set_variable = { name = color_storage value = title:d_c_ubmejeiednuo_color } } - title:c_ubulla = { set_variable = { name = color_storage value = title:d_c_ubulla_color } } - title:c_uch = { set_variable = { name = color_storage value = title:d_c_uch_color } } - title:c_uchangidurga = { set_variable = { name = color_storage value = title:d_c_uchangidurga_color } } - title:c_uchkul = { set_variable = { name = color_storage value = title:d_c_uchkul_color } } - title:c_udabhanda = { set_variable = { name = color_storage value = title:d_c_udabhanda_color } } - title:c_ufa = { set_variable = { name = color_storage value = title:d_c_ufa_color } } - title:c_uiska = { set_variable = { name = color_storage value = title:d_c_uiska_color } } - title:c_ujjayini = { set_variable = { name = color_storage value = title:d_c_ujjayini_color } } - title:c_ulaanbaatar = { set_variable = { name = color_storage value = title:d_c_ulaanbaatar_color } } - title:c_ulaangom = { set_variable = { name = color_storage value = title:d_c_ulaangom_color } } - title:c_ulam = { set_variable = { name = color_storage value = title:d_c_ulam_color } } - title:c_ulan_chuzir = { set_variable = { name = color_storage value = title:d_c_ulan_chuzir_color } } - title:c_ulan_ude = { set_variable = { name = color_storage value = title:d_c_ulan_ude_color } } - title:c_ulantaiga = { set_variable = { name = color_storage value = title:d_c_ulantaiga_color } } - title:c_uliastai = { set_variable = { name = color_storage value = title:d_c_uliastai_color } } - title:c_uliuty = { set_variable = { name = color_storage value = title:d_c_uliuty_color } } - title:c_ulm = { set_variable = { name = color_storage value = title:d_c_ulm_color } } - title:c_ulster = { set_variable = { name = color_storage value = title:d_c_ulster_color } } - title:c_ulu_jitanjik = { set_variable = { name = color_storage value = title:d_c_ulu_jitanjik_color } } - title:c_ulytau = { set_variable = { name = color_storage value = title:d_c_ulytau_color } } - title:c_uman = { set_variable = { name = color_storage value = title:d_c_uman_color } } - title:c_umiai = { set_variable = { name = color_storage value = title:d_c_umiai_color } } - title:c_ungvar = { set_variable = { name = color_storage value = title:d_c_ungvar_color } } - title:c_upland = { set_variable = { name = color_storage value = title:d_c_upland_color } } - title:c_upper_bono = { set_variable = { name = color_storage value = title:d_c_upper_bono_color } } - title:c_upper_ghur = { set_variable = { name = color_storage value = title:d_c_upper_ghur_color } } - title:c_upper_gurma = { set_variable = { name = color_storage value = title:d_c_upper_gurma_color } } - title:c_upper_khabur = { set_variable = { name = color_storage value = title:d_c_upper_khabur_color } } - title:c_uqayr = { set_variable = { name = color_storage value = title:d_c_uqayr_color } } - title:c_uraiyur = { set_variable = { name = color_storage value = title:d_c_uraiyur_color } } - title:c_ural = { set_variable = { name = color_storage value = title:d_c_ural_color } } - title:c_uraltau = { set_variable = { name = color_storage value = title:d_c_uraltau_color } } - title:c_urbino = { set_variable = { name = color_storage value = title:d_c_urbino_color } } - title:c_urgamal = { set_variable = { name = color_storage value = title:d_c_urgamal_color } } - title:c_urgell = { set_variable = { name = color_storage value = title:d_c_urgell_color } } - title:c_urgun = { set_variable = { name = color_storage value = title:d_c_urgun_color } } - title:c_urmiya = { set_variable = { name = color_storage value = title:d_c_urmiya_color } } - title:c_uses = { set_variable = { name = color_storage value = title:d_c_uses_color } } - title:c_ushara = { set_variable = { name = color_storage value = title:d_c_ushara_color } } - title:c_ushmun = { set_variable = { name = color_storage value = title:d_c_ushmun_color } } - title:c_ushytsia = { set_variable = { name = color_storage value = title:d_c_ushytsia_color } } - title:c_usora = { set_variable = { name = color_storage value = title:d_c_usora_color } } - title:c_ustyug = { set_variable = { name = color_storage value = title:d_c_ustyug_color } } - title:c_ustyurt = { set_variable = { name = color_storage value = title:d_c_ustyurt_color } } - title:c_uul_chors = { set_variable = { name = color_storage value = title:d_c_uul_chors_color } } - title:c_uulynkhol = { set_variable = { name = color_storage value = title:d_c_uulynkhol_color } } - title:c_uvs_nuur = { set_variable = { name = color_storage value = title:d_c_uvs_nuur_color } } - title:c_uwal = { set_variable = { name = color_storage value = title:d_c_uwal_color } } - title:c_uzboy = { set_variable = { name = color_storage value = title:d_c_uzboy_color } } - title:c_uzen = { set_variable = { name = color_storage value = title:d_c_uzen_color } } - title:c_uzgend_KARA = { set_variable = { name = color_storage value = title:d_c_uzgend_KARA_color } } - title:c_vadodara = { set_variable = { name = color_storage value = title:d_c_vadodara_color } } - title:c_vaihingen = { set_variable = { name = color_storage value = title:d_c_vaihingen_color } } - title:c_vaijayanti = { set_variable = { name = color_storage value = title:d_c_vaijayanti_color } } - title:c_vairagara = { set_variable = { name = color_storage value = title:d_c_vairagara_color } } - title:c_vairata = { set_variable = { name = color_storage value = title:d_c_vairata_color } } - title:c_vaisali = { set_variable = { name = color_storage value = title:d_c_vaisali_color } } - title:c_valabhi = { set_variable = { name = color_storage value = title:d_c_valabhi_color } } - title:c_valdai = { set_variable = { name = color_storage value = title:d_c_valdai_color } } - title:c_valencia = { set_variable = { name = color_storage value = title:d_c_valencia_color } } - title:c_valentinois = { set_variable = { name = color_storage value = title:d_c_valentinois_color } } - title:c_valladolid = { set_variable = { name = color_storage value = title:d_c_valladolid_color } } - title:c_valois = { set_variable = { name = color_storage value = title:d_c_valois_color } } - title:c_vanemane = { set_variable = { name = color_storage value = title:d_c_vanemane_color } } - title:c_vannes = { set_variable = { name = color_storage value = title:d_c_vannes_color } } - title:c_varanasi = { set_variable = { name = color_storage value = title:d_c_varanasi_color } } - title:c_vardhamana = { set_variable = { name = color_storage value = title:d_c_vardhamana_color } } - title:c_varend = { set_variable = { name = color_storage value = title:d_c_varend_color } } - title:c_vargashi = { set_variable = { name = color_storage value = title:d_c_vargashi_color } } - title:c_varmland = { set_variable = { name = color_storage value = title:d_c_varmland_color } } - title:c_vas = { set_variable = { name = color_storage value = title:d_c_vas_color } } - title:c_vaspurakan = { set_variable = { name = color_storage value = title:d_c_vaspurakan_color } } - title:c_vastergotland = { set_variable = { name = color_storage value = title:d_c_vastergotland_color } } - title:c_vastmanland = { set_variable = { name = color_storage value = title:d_c_vastmanland_color } } - title:c_vastvag = { set_variable = { name = color_storage value = title:d_c_vastvag_color } } - title:c_vasyugan = { set_variable = { name = color_storage value = title:d_c_vasyugan_color } } - title:c_vatapi = { set_variable = { name = color_storage value = title:d_c_vatapi_color } } - title:c_vatsagulma = { set_variable = { name = color_storage value = title:d_c_vatsagulma_color } } - title:c_vaucouleurs = { set_variable = { name = color_storage value = title:d_c_vaucouleurs_color } } - title:c_vecchio = { set_variable = { name = color_storage value = title:d_c_vecchio_color } } - title:c_velay = { set_variable = { name = color_storage value = title:d_c_velay_color } } - title:c_velbazhd = { set_variable = { name = color_storage value = title:d_c_velbazhd_color } } - title:c_velsk = { set_variable = { name = color_storage value = title:d_c_velsk_color } } - title:c_venadu = { set_variable = { name = color_storage value = title:d_c_venadu_color } } - title:c_venaissin = { set_variable = { name = color_storage value = title:d_c_venaissin_color } } - title:c_vendome = { set_variable = { name = color_storage value = title:d_c_vendome_color } } - title:c_veneto = { set_variable = { name = color_storage value = title:d_c_veneto_color } } - title:c_venezia = { set_variable = { name = color_storage value = title:d_c_venezia_color } } - title:c_vengipura = { set_variable = { name = color_storage value = title:d_c_vengipura_color } } - title:c_veria = { set_variable = { name = color_storage value = title:d_c_veria_color } } - title:c_vermandois = { set_variable = { name = color_storage value = title:d_c_vermandois_color } } - title:c_verona = { set_variable = { name = color_storage value = title:d_c_verona_color } } - title:c_vestfold = { set_variable = { name = color_storage value = title:d_c_vestfold_color } } - title:c_vestisland = { set_variable = { name = color_storage value = title:d_c_vestisland_color } } - title:c_veszprem = { set_variable = { name = color_storage value = title:d_c_veszprem_color } } - title:c_vhrbosna = { set_variable = { name = color_storage value = title:d_c_vhrbosna_color } } - title:c_viborg = { set_variable = { name = color_storage value = title:d_c_viborg_color } } - title:c_vidin = { set_variable = { name = color_storage value = title:d_c_vidin_color } } - title:c_vidisa = { set_variable = { name = color_storage value = title:d_c_vidisa_color } } - title:c_vidzeme = { set_variable = { name = color_storage value = title:d_c_vidzeme_color } } - title:c_viena = { set_variable = { name = color_storage value = title:d_c_viena_color } } - title:c_vienna = { set_variable = { name = color_storage value = title:d_c_vienna_color } } - title:c_viennois = { set_variable = { name = color_storage value = title:d_c_viennois_color } } - title:c_viipuri = { set_variable = { name = color_storage value = title:d_c_viipuri_color } } - title:c_vijayapura = { set_variable = { name = color_storage value = title:d_c_vijayapura_color } } - title:c_vijnot = { set_variable = { name = color_storage value = title:d_c_vijnot_color } } - title:c_vikramapura = { set_variable = { name = color_storage value = title:d_c_vikramapura_color } } - title:c_villach = { set_variable = { name = color_storage value = title:d_c_villach_color } } - title:c_vingulmork = { set_variable = { name = color_storage value = title:d_c_vingulmork_color } } - title:c_viraja = { set_variable = { name = color_storage value = title:d_c_viraja_color } } - title:c_viscaya = { set_variable = { name = color_storage value = title:d_c_viscaya_color } } - title:c_viseu = { set_variable = { name = color_storage value = title:d_c_viseu_color } } - title:c_vitebsk = { set_variable = { name = color_storage value = title:d_c_vitebsk_color } } - title:c_viterbo = { set_variable = { name = color_storage value = title:d_c_viterbo_color } } - title:c_vitim = { set_variable = { name = color_storage value = title:d_c_vitim_color } } - title:c_viviers = { set_variable = { name = color_storage value = title:d_c_viviers_color } } - title:c_vizagipatam = { set_variable = { name = color_storage value = title:d_c_vizagipatam_color } } - title:c_vladimir = { set_variable = { name = color_storage value = title:d_c_vladimir_color } } - title:c_vodamayutja = { set_variable = { name = color_storage value = title:d_c_vodamayutja_color } } - title:c_vodi = { set_variable = { name = color_storage value = title:d_c_vodi_color } } - title:c_vodica = { set_variable = { name = color_storage value = title:d_c_vodica_color } } - title:c_vogtland = { set_variable = { name = color_storage value = title:d_c_vogtland_color } } - title:c_voin = { set_variable = { name = color_storage value = title:d_c_voin_color } } - title:c_volkovysk = { set_variable = { name = color_storage value = title:d_c_volkovysk_color } } - title:c_volodymyr = { set_variable = { name = color_storage value = title:d_c_volodymyr_color } } - title:c_vologda = { set_variable = { name = color_storage value = title:d_c_vologda_color } } - title:c_vorbasse = { set_variable = { name = color_storage value = title:d_c_vorbasse_color } } - title:c_voronezh = { set_variable = { name = color_storage value = title:d_c_voronezh_color } } - title:c_votkinsk = { set_variable = { name = color_storage value = title:d_c_votkinsk_color } } - title:c_vratsa = { set_variable = { name = color_storage value = title:d_c_vratsa_color } } - title:c_vrbas = { set_variable = { name = color_storage value = title:d_c_vrbas_color } } - title:c_vukovar = { set_variable = { name = color_storage value = title:d_c_vukovar_color } } - title:c_vyangi = { set_variable = { name = color_storage value = title:d_c_vyangi_color } } - title:c_wa = { set_variable = { name = color_storage value = title:d_c_wa_color } } - title:c_wabar = { set_variable = { name = color_storage value = title:d_c_wabar_color } } - title:c_wadai = { set_variable = { name = color_storage value = title:d_c_wadai_color } } - title:c_wadan = { set_variable = { name = color_storage value = title:d_c_wadan_color } } - title:c_waddan = { set_variable = { name = color_storage value = title:d_c_waddan_color } } - title:c_wadi_amur = { set_variable = { name = color_storage value = title:d_c_wadi_amur_color } } - title:c_wadi_el-milk = { set_variable = { name = color_storage value = title:d_c_wadi_el-milk_color } } - title:c_wagadugu = { set_variable = { name = color_storage value = title:d_c_wagadugu_color } } - title:c_waj = { set_variable = { name = color_storage value = title:d_c_waj_color } } - title:c_wajda = { set_variable = { name = color_storage value = title:d_c_wajda_color } } - title:c_wajh = { set_variable = { name = color_storage value = title:d_c_wajh_color } } - title:c_wakhan = { set_variable = { name = color_storage value = title:d_c_wakhan_color } } - title:c_wakhsh = { set_variable = { name = color_storage value = title:d_c_wakhsh_color } } - title:c_walata = { set_variable = { name = color_storage value = title:d_c_walata_color } } - title:c_waldeck = { set_variable = { name = color_storage value = title:d_c_waldeck_color } } - title:c_wandala = { set_variable = { name = color_storage value = title:d_c_wandala_color } } - title:c_waqisa = { set_variable = { name = color_storage value = title:d_c_waqisa_color } } - title:c_wargla = { set_variable = { name = color_storage value = title:d_c_wargla_color } } - title:c_warwickshire = { set_variable = { name = color_storage value = title:d_c_warwickshire_color } } - title:c_wasit = { set_variable = { name = color_storage value = title:d_c_wasit_color } } - title:c_wassa = { set_variable = { name = color_storage value = title:d_c_wassa_color } } - title:c_welamo = { set_variable = { name = color_storage value = title:d_c_welamo_color } } - title:c_wellega = { set_variable = { name = color_storage value = title:d_c_wellega_color } } - title:c_wentugaole = { set_variable = { name = color_storage value = title:d_c_wentugaole_color } } - title:c_wenyon = { set_variable = { name = color_storage value = title:d_c_wenyon_color } } - title:c_werle = { set_variable = { name = color_storage value = title:d_c_werle_color } } - title:c_west-tokharestan = { set_variable = { name = color_storage value = title:d_c_west-tokharestan_color } } - title:c_west_kordofan = { set_variable = { name = color_storage value = title:d_c_west_kordofan_color } } - title:c_west_qamuda = { set_variable = { name = color_storage value = title:d_c_west_qamuda_color } } - title:c_west_riding = { set_variable = { name = color_storage value = title:d_c_west_riding_color } } - title:c_western_tannu = { set_variable = { name = color_storage value = title:d_c_western_tannu_color } } - title:c_westfriesland = { set_variable = { name = color_storage value = title:d_c_westfriesland_color } } - title:c_westmorland = { set_variable = { name = color_storage value = title:d_c_westmorland_color } } - title:c_wiek = { set_variable = { name = color_storage value = title:d_c_wiek_color } } - title:c_wielunska = { set_variable = { name = color_storage value = title:d_c_wielunska_color } } - title:c_wiltberg = { set_variable = { name = color_storage value = title:d_c_wiltberg_color } } - title:c_wiltshire = { set_variable = { name = color_storage value = title:d_c_wiltshire_color } } - title:c_wittenberg = { set_variable = { name = color_storage value = title:d_c_wittenberg_color } } - title:c_wolgast = { set_variable = { name = color_storage value = title:d_c_wolgast_color } } - title:c_wolkenstein = { set_variable = { name = color_storage value = title:d_c_wolkenstein_color } } - title:c_wolpe = { set_variable = { name = color_storage value = title:d_c_wolpe_color } } - title:c_wolqayt = { set_variable = { name = color_storage value = title:d_c_wolqayt_color } } - title:c_worcestershire = { set_variable = { name = color_storage value = title:d_c_worcestershire_color } } - title:c_wormditt = { set_variable = { name = color_storage value = title:d_c_wormditt_color } } - title:c_worodugu = { set_variable = { name = color_storage value = title:d_c_worodugu_color } } - title:c_wschowska = { set_variable = { name = color_storage value = title:d_c_wschowska_color } } - title:c_wuda = { set_variable = { name = color_storage value = title:d_c_wuda_color } } - title:c_wuli = { set_variable = { name = color_storage value = title:d_c_wuli_color } } - title:c_wuluhai = { set_variable = { name = color_storage value = title:d_c_wuluhai_color } } - title:c_wurttemberg = { set_variable = { name = color_storage value = title:d_c_wurttemberg_color } } - title:c_wurzburg = { set_variable = { name = color_storage value = title:d_c_wurzburg_color } } - title:c_xainza = { set_variable = { name = color_storage value = title:d_c_xainza_color } } - title:c_xaitongmoin = { set_variable = { name = color_storage value = title:d_c_xaitongmoin_color } } - title:c_xigaze = { set_variable = { name = color_storage value = title:d_c_xigaze_color } } - title:c_xigortang = { set_variable = { name = color_storage value = title:d_c_xigortang_color } } - title:c_xingqing = { set_variable = { name = color_storage value = title:d_c_xingqing_color } } - title:c_xining = { set_variable = { name = color_storage value = title:d_c_xining_color } } - title:c_yabrin = { set_variable = { name = color_storage value = title:d_c_yabrin_color } } - title:c_yagba = { set_variable = { name = color_storage value = title:d_c_yagba_color } } - title:c_yaitsk = { set_variable = { name = color_storage value = title:d_c_yaitsk_color } } - title:c_yalala = { set_variable = { name = color_storage value = title:d_c_yalala_color } } - title:c_yalong = { set_variable = { name = color_storage value = title:d_c_yalong_color } } - title:c_yamama = { set_variable = { name = color_storage value = title:d_c_yamama_color } } - title:c_yamethin = { set_variable = { name = color_storage value = title:d_c_yamethin_color } } - title:c_yanbu = { set_variable = { name = color_storage value = title:d_c_yanbu_color } } - title:c_yangikent = { set_variable = { name = color_storage value = title:d_c_yangikent_color } } - title:c_yangjibaliq = { set_variable = { name = color_storage value = title:d_c_yangjibaliq_color } } - title:c_yangwarok = { set_variable = { name = color_storage value = title:d_c_yangwarok_color } } - title:c_yanokul = { set_variable = { name = color_storage value = title:d_c_yanokul_color } } - title:c_yar-calli = { set_variable = { name = color_storage value = title:d_c_yar-calli_color } } - title:c_yarkand = { set_variable = { name = color_storage value = title:d_c_yarkand_color } } - title:c_yaroslavl = { set_variable = { name = color_storage value = title:d_c_yaroslavl_color } } - title:c_yasin = { set_variable = { name = color_storage value = title:d_c_yasin_color } } - title:c_yatenga = { set_variable = { name = color_storage value = title:d_c_yatenga_color } } - title:c_yatvyagi = { set_variable = { name = color_storage value = title:d_c_yatvyagi_color } } - title:c_yau = { set_variable = { name = color_storage value = title:d_c_yau_color } } - title:c_yauri = { set_variable = { name = color_storage value = title:d_c_yauri_color } } - title:c_yazd = { set_variable = { name = color_storage value = title:d_c_yazd_color } } - title:c_yekaterinburg = { set_variable = { name = color_storage value = title:d_c_yekaterinburg_color } } - title:c_yelimane = { set_variable = { name = color_storage value = title:d_c_yelimane_color } } - title:c_yenisei = { set_variable = { name = color_storage value = title:d_c_yenisei_color } } - title:c_yenshipin = { set_variable = { name = color_storage value = title:d_c_yenshipin_color } } - title:c_yera = { set_variable = { name = color_storage value = title:d_c_yera_color } } - title:c_yijinai = { set_variable = { name = color_storage value = title:d_c_yijinai_color } } - title:c_yongdeng = { set_variable = { name = color_storage value = title:d_c_yongdeng_color } } - title:c_yoshkar-ola = { set_variable = { name = color_storage value = title:d_c_yoshkar-ola_color } } - title:c_yperen = { set_variable = { name = color_storage value = title:d_c_yperen_color } } - title:c_yumen = { set_variable = { name = color_storage value = title:d_c_yumen_color } } - title:c_yumenguan = { set_variable = { name = color_storage value = title:d_c_yumenguan_color } } - title:c_zabid = { set_variable = { name = color_storage value = title:d_c_zabid_color } } - title:c_zabulistan = { set_variable = { name = color_storage value = title:d_c_zabulistan_color } } - title:c_zachlumia = { set_variable = { name = color_storage value = title:d_c_zachlumia_color } } - title:c_zadar = { set_variable = { name = color_storage value = title:d_c_zadar_color } } - title:c_zadoi = { set_variable = { name = color_storage value = title:d_c_zadoi_color } } - title:c_zagorje = { set_variable = { name = color_storage value = title:d_c_zagorje_color } } - title:c_zagreb = { set_variable = { name = color_storage value = title:d_c_zagreb_color } } - title:c_zagros_mediae = { set_variable = { name = color_storage value = title:d_c_zagros_mediae_color } } - title:c_zaila = { set_variable = { name = color_storage value = title:d_c_zaila_color } } - title:c_zakroczymska = { set_variable = { name = color_storage value = title:d_c_zakroczymska_color } } - title:c_zamindawar = { set_variable = { name = color_storage value = title:d_c_zamindawar_color } } - title:c_zamm = { set_variable = { name = color_storage value = title:d_c_zamm_color } } - title:c_zammour = { set_variable = { name = color_storage value = title:d_c_zammour_color } } - title:c_zamora = { set_variable = { name = color_storage value = title:d_c_zamora_color } } - title:c_zanjan = { set_variable = { name = color_storage value = title:d_c_zanjan_color } } - title:c_zarafshan = { set_variable = { name = color_storage value = title:d_c_zarafshan_color } } - title:c_zaragoza = { set_variable = { name = color_storage value = title:d_c_zaragoza_color } } - title:c_zarand = { set_variable = { name = color_storage value = title:d_c_zarand_color } } - title:c_zaranj = { set_variable = { name = color_storage value = title:d_c_zaranj_color } } - title:c_zaria = { set_variable = { name = color_storage value = title:d_c_zaria_color } } - title:c_zarma = { set_variable = { name = color_storage value = title:d_c_zarma_color } } - title:c_zarman = { set_variable = { name = color_storage value = title:d_c_zarman_color } } - title:c_zaslavl = { set_variable = { name = color_storage value = title:d_c_zaslavl_color } } - title:c_zatec = { set_variable = { name = color_storage value = title:d_c_zatec_color } } - title:c_zavrsje = { set_variable = { name = color_storage value = title:d_c_zavrsje_color } } - title:c_zawila = { set_variable = { name = color_storage value = title:d_c_zawila_color } } - title:c_zeeland = { set_variable = { name = color_storage value = title:d_c_zeeland_color } } - title:c_zekog = { set_variable = { name = color_storage value = title:d_c_zekog_color } } - title:c_zela = { set_variable = { name = color_storage value = title:d_c_zela_color } } - title:c_zelengora = { set_variable = { name = color_storage value = title:d_c_zelengora_color } } - title:c_zemigalians = { set_variable = { name = color_storage value = title:d_c_zemigalians_color } } - title:c_zemplen = { set_variable = { name = color_storage value = title:d_c_zemplen_color } } - title:c_zetang = { set_variable = { name = color_storage value = title:d_c_zetang_color } } - title:c_zhagyab = { set_variable = { name = color_storage value = title:d_c_zhagyab_color } } - title:c_zhenfan = { set_variable = { name = color_storage value = title:d_c_zhenfan_color } } - title:c_zherkovo = { set_variable = { name = color_storage value = title:d_c_zherkovo_color } } - title:c_zhidoi = { set_variable = { name = color_storage value = title:d_c_zhidoi_color } } - title:c_zhongba = { set_variable = { name = color_storage value = title:d_c_zhongba_color } } - title:c_zhytomyr = { set_variable = { name = color_storage value = title:d_c_zhytomyr_color } } - title:c_zichia = { set_variable = { name = color_storage value = title:d_c_zichia_color } } - title:c_zirkuh = { set_variable = { name = color_storage value = title:d_c_zirkuh_color } } - title:c_ziz = { set_variable = { name = color_storage value = title:d_c_ziz_color } } - title:c_zlatibor = { set_variable = { name = color_storage value = title:d_c_zlatibor_color } } - title:c_znojmo = { set_variable = { name = color_storage value = title:d_c_znojmo_color } } - title:c_zogang = { set_variable = { name = color_storage value = title:d_c_zogang_color } } - title:c_zoige = { set_variable = { name = color_storage value = title:d_c_zoige_color } } - title:c_zollern = { set_variable = { name = color_storage value = title:d_c_zollern_color } } - title:c_zolyom = { set_variable = { name = color_storage value = title:d_c_zolyom_color } } - title:c_zurich = { set_variable = { name = color_storage value = title:d_c_zurich_color } } - title:c_zutphen = { set_variable = { name = color_storage value = title:d_c_zutphen_color } } - title:c_zvyahel = { set_variable = { name = color_storage value = title:d_c_zvyahel_color } } - } -} - -#Reset the actual color storage title -MOD_set_color_title_colors = { - effect = { - #Empires - title:d_e_aarlud_khanate_color = { set_color_from_title = title:e_aarlud_khanate } - title:d_e_abyssinia_color = { set_color_from_title = title:e_abyssinia } - title:d_e_ajuraan_color = { set_color_from_title = title:e_ajuraan } - title:d_e_arabia_color = { set_color_from_title = title:e_arabia } - title:d_e_armenia_color = { set_color_from_title = title:e_armenia } - title:d_e_avar_color = { set_color_from_title = title:e_avar } - title:d_e_axum_color = { set_color_from_title = title:e_axum } - title:d_e_bactria_color = { set_color_from_title = title:e_bactria } - title:d_e_baruun_khanate_color = { set_color_from_title = title:e_baruun_khanate } - title:d_e_bengal_color = { set_color_from_title = title:e_bengal } - title:d_e_black_horde_color = { set_color_from_title = title:e_black_horde } - title:d_e_britannia_color = { set_color_from_title = title:e_britannia } - title:d_e_byzantium_color = { set_color_from_title = title:e_byzantium } - title:d_e_carpathia_color = { set_color_from_title = title:e_carpathia } - title:d_e_caspian-pontic_steppe_color = { set_color_from_title = title:e_caspian-pontic_steppe } - title:d_e_chagatai_color = { set_color_from_title = title:e_chagatai } - title:d_e_dacia_color = { set_color_from_title = title:e_dacia } - title:d_e_deccan_color = { set_color_from_title = title:e_deccan } - title:d_e_egypt_color = { set_color_from_title = title:e_egypt } - title:d_e_finland_color = { set_color_from_title = title:e_finland } - title:d_e_france_color = { set_color_from_title = title:e_france } - title:d_e_gaul_color = { set_color_from_title = title:e_gaul } - title:d_e_germania_magna_color = { set_color_from_title = title:e_germania_magna } - title:d_e_germany_color = { set_color_from_title = title:e_germany } - title:d_e_golden_horde_color = { set_color_from_title = title:e_golden_horde } - title:d_e_goths_color = { set_color_from_title = title:e_goths } - title:d_e_guinea_color = { set_color_from_title = title:e_guinea } - title:d_e_helling_color = { set_color_from_title = title:e_helling } - title:d_e_hre_color = { set_color_from_title = title:e_hre } - title:d_e_hunnic_empire_color = { set_color_from_title = title:e_hunnic_empire } - title:d_e_ilkhanate_color = { set_color_from_title = title:e_ilkhanate } - title:d_e_india_color = { set_color_from_title = title:e_india } - title:d_e_italy_color = { set_color_from_title = title:e_italy } - title:d_e_kanem_bornu_color = { set_color_from_title = title:e_kanem_bornu } - title:d_e_kara_khitai_color = { set_color_from_title = title:e_kara_khitai } - title:d_e_kirghiz_khanate_color = { set_color_from_title = title:e_kirghiz_khanate } - title:d_e_latin_empire_color = { set_color_from_title = title:e_latin_empire } - title:d_e_macedon_color = { set_color_from_title = title:e_macedon } - title:d_e_maghreb_color = { set_color_from_title = title:e_maghreb } - title:d_e_mali_color = { set_color_from_title = title:e_mali } - title:d_e_mongol_empire_color = { set_color_from_title = title:e_mongol_empire } - title:d_e_mongolia_color = { set_color_from_title = title:e_mongolia } - title:d_e_north_africa_color = { set_color_from_title = title:e_north_africa } - title:d_e_north_sea_color = { set_color_from_title = title:e_north_sea } - title:d_e_outremer_color = { set_color_from_title = title:e_outremer } - title:d_e_palmyra_color = { set_color_from_title = title:e_palmyra } - title:d_e_persia_color = { set_color_from_title = title:e_persia } - title:d_e_rajastan_color = { set_color_from_title = title:e_rajastan } - title:d_e_roman_empire_color = { set_color_from_title = title:e_roman_empire } - title:d_e_rouran_color = { set_color_from_title = title:e_rouran } - title:d_e_russia_color = { set_color_from_title = title:e_russia } - title:d_e_scandinavia_color = { set_color_from_title = title:e_scandinavia } - title:d_e_scythia_color = { set_color_from_title = title:e_scythia } - title:d_e_seleucid_color = { set_color_from_title = title:e_seleucid } - title:d_e_siberia_color = { set_color_from_title = title:e_siberia } - title:d_e_slavia_color = { set_color_from_title = title:e_slavia } - title:d_e_spain_color = { set_color_from_title = title:e_spain } - title:d_e_tamazgha_color = { set_color_from_title = title:e_tamazgha } - title:d_e_tamil_color = { set_color_from_title = title:e_tamil } - title:d_e_tartaria_color = { set_color_from_title = title:e_tartaria } - title:d_e_tibet_color = { set_color_from_title = title:e_tibet } - title:d_e_timurids_color = { set_color_from_title = title:e_timurids } - title:d_e_togskol_khanate_color = { set_color_from_title = title:e_togskol_khanate } - title:d_e_turan_color = { set_color_from_title = title:e_turan } - title:d_e_turkestan_color = { set_color_from_title = title:e_turkestan } - title:d_e_uyghur_khanate_color = { set_color_from_title = title:e_uyghur_khanate } - title:d_e_volga-ural_color = { set_color_from_title = title:e_volga-ural } - title:d_e_wendish_empire_color = { set_color_from_title = title:e_wendish_empire } - title:d_e_white_horde_color = { set_color_from_title = title:e_white_horde } - title:d_e_wre_color = { set_color_from_title = title:e_wre } - title:d_e_xiongnu_color = { set_color_from_title = title:e_xiongnu } - #Kingdoms - title:d_k_adiukru_color = { set_color_from_title = title:k_adiukru } - title:d_k_africa_prefect_color = { set_color_from_title = title:k_africa_prefect } - title:d_k_al_hirah_color = { set_color_from_title = title:k_al_hirah } - title:d_k_alamannia_color = { set_color_from_title = title:k_alamannia } - title:d_k_altava_color = { set_color_from_title = title:k_altava } - title:d_k_amr_confederacy_color = { set_color_from_title = title:k_amr_confederacy } - title:d_k_anatolia_color = { set_color_from_title = title:k_anatolia } - title:d_k_andalusia_color = { set_color_from_title = title:k_andalusia } - title:d_k_angloland_color = { set_color_from_title = title:k_angloland } - title:d_k_aquitaine_color = { set_color_from_title = title:k_aquitaine } - title:d_k_aragon_color = { set_color_from_title = title:k_aragon } - title:d_k_armenian_principality_color = { set_color_from_title = title:k_armenian_principality } - title:d_k_ashina_color = { set_color_from_title = title:k_ashina } - title:d_k_asturias_color = { set_color_from_title = title:k_asturias } - title:d_k_athens_color = { set_color_from_title = title:k_athens } - title:d_k_auresia_color = { set_color_from_title = title:k_auresia } - title:d_k_austrasia_color = { set_color_from_title = title:k_austrasia } - title:d_k_austria_color = { set_color_from_title = title:k_austria } - title:d_k_aydin_color = { set_color_from_title = title:k_aydin } - title:d_k_badajoz_color = { set_color_from_title = title:k_badajoz } - title:d_k_bavaria_color = { set_color_from_title = title:k_bavaria } - title:d_k_bene_israel_color = { set_color_from_title = title:k_bene_israel } - title:d_k_bohemia_color = { set_color_from_title = title:k_bohemia } - title:d_k_bosnia_color = { set_color_from_title = title:k_bosnia } - title:d_k_bulgaria_color = { set_color_from_title = title:k_bulgaria } - title:d_k_burgundians_color = { set_color_from_title = title:k_burgundians } - title:d_k_burgundy_color = { set_color_from_title = title:k_burgundy } - title:d_k_cabaon_color = { set_color_from_title = title:k_cabaon } - title:d_k_canarias_color = { set_color_from_title = title:k_canarias } - title:d_k_candar_color = { set_color_from_title = title:k_candar } - title:d_k_capsa_color = { set_color_from_title = title:k_capsa } - title:d_k_castille_color = { set_color_from_title = title:k_castille } - title:d_k_chuban_color = { set_color_from_title = title:k_chuban } - title:d_k_commagene_color = { set_color_from_title = title:k_commagene } - title:d_k_cornwall_color = { set_color_from_title = title:k_cornwall } - title:d_k_crete_color = { set_color_from_title = title:k_crete } - title:d_k_croatia_color = { set_color_from_title = title:k_croatia } - title:d_k_cyprus_color = { set_color_from_title = title:k_cyprus } - title:d_k_cyrenaica_color = { set_color_from_title = title:k_cyrenaica } - title:d_k_dahae_confederacy_color = { set_color_from_title = title:k_dahae_confederacy } - title:d_k_dal_riata_color = { set_color_from_title = title:k_dal_riata } - title:d_k_daneland_color = { set_color_from_title = title:k_daneland } - title:d_k_danelaw_color = { set_color_from_title = title:k_danelaw } - title:d_k_denmark_color = { set_color_from_title = title:k_denmark } - title:d_k_dubuo_color = { set_color_from_title = title:k_dubuo } - title:d_k_east_francia_color = { set_color_from_title = title:k_east_francia } - title:d_k_epirus_color = { set_color_from_title = title:k_epirus } - title:d_k_eretnid_color = { set_color_from_title = title:k_eretnid } - title:d_k_fashion_color = { set_color_from_title = title:k_fashion } - title:d_k_france_color = { set_color_from_title = title:k_france } - title:d_k_franks_color = { set_color_from_title = title:k_franks } - title:d_k_gaochang_color = { set_color_from_title = title:k_gaochang } - title:d_k_gaoche_color = { set_color_from_title = title:k_gaoche } - title:d_k_geatland_color = { set_color_from_title = title:k_geatland } - title:d_k_genoa_color = { set_color_from_title = title:k_genoa } - title:d_k_georgia_color = { set_color_from_title = title:k_georgia } - title:d_k_gepidia_color = { set_color_from_title = title:k_gepidia } - title:d_k_germiyan_color = { set_color_from_title = title:k_germiyan } - title:d_k_guiyi_color = { set_color_from_title = title:k_guiyi } - title:d_k_hansa_color = { set_color_from_title = title:k_hansa } - title:d_k_harla_color = { set_color_from_title = title:k_harla } - title:d_k_hellas_color = { set_color_from_title = title:k_hellas } - title:d_k_helling_color = { set_color_from_title = title:k_helling } - title:d_k_herul_color = { set_color_from_title = title:k_herul } - title:d_k_hodna_color = { set_color_from_title = title:k_hodna } - title:d_k_hungary_color = { set_color_from_title = title:k_hungary } - title:d_k_illyria_color = { set_color_from_title = title:k_illyria } - title:d_k_illyria_prefect_color = { set_color_from_title = title:k_illyria_prefect } - title:d_k_italy_color = { set_color_from_title = title:k_italy } - title:d_k_italy_prefect_color = { set_color_from_title = title:k_italy_prefect } - title:d_k_jazira_color = { set_color_from_title = title:k_jazira } - title:d_k_jerusalem_color = { set_color_from_title = title:k_jerusalem } - title:d_k_kabulistan_color = { set_color_from_title = title:k_kabulistan } - title:d_k_kalachuri_color = { set_color_from_title = title:k_kalachuri } - title:d_k_karaman_color = { set_color_from_title = title:k_karaman } - title:d_k_khazaria_color = { set_color_from_title = title:k_khazaria } - title:d_k_khorasan_color = { set_color_from_title = title:k_khorasan } - title:d_k_kidarite_color = { set_color_from_title = title:k_kidarite } - title:d_k_kucha_color = { set_color_from_title = title:k_kucha } - title:d_k_leon_color = { set_color_from_title = title:k_leon } - title:d_k_livonia_color = { set_color_from_title = title:k_livonia } - title:d_k_lombardia_color = { set_color_from_title = title:k_lombardia } - title:d_k_lotharingia_color = { set_color_from_title = title:k_lotharingia } - title:d_k_maghreb_color = { set_color_from_title = title:k_maghreb } - title:d_k_magyar_color = { set_color_from_title = title:k_magyar } - title:d_k_manipura_color = { set_color_from_title = title:k_manipura } - title:d_k_mann_the_isles_color = { set_color_from_title = title:k_mann_the_isles } - title:d_k_masmuda_color = { set_color_from_title = title:k_masmuda } - title:d_k_mazandaran_color = { set_color_from_title = title:k_mazandaran } - title:d_k_mediterranean_sea_color = { set_color_from_title = title:k_mediterranean_sea } - title:d_k_melchisedechianism_color = { set_color_from_title = title:k_melchisedechianism } - title:d_k_mentese_color = { set_color_from_title = title:k_mentese } - title:d_k_mercia_color = { set_color_from_title = title:k_mercia } - title:d_k_mesopotamia_color = { set_color_from_title = title:k_mesopotamia } - title:d_k_moldavia_color = { set_color_from_title = title:k_moldavia } - title:d_k_moravia_color = { set_color_from_title = title:k_moravia } - title:d_k_naples_color = { set_color_from_title = title:k_naples } - title:d_k_nasamoni_color = { set_color_from_title = title:k_nasamoni } - title:d_k_navarra_color = { set_color_from_title = title:k_navarra } - title:d_k_nemenchia_color = { set_color_from_title = title:k_nemenchia } - title:d_k_neustria_color = { set_color_from_title = title:k_neustria } - title:d_k_nikaea_color = { set_color_from_title = title:k_nikaea } - title:d_k_northumbria_color = { set_color_from_title = title:k_northumbria } - title:d_k_old_armenia_color = { set_color_from_title = title:k_old_armenia } - title:d_k_old_thrace_color = { set_color_from_title = title:k_old_thrace } - title:d_k_orleans_color = { set_color_from_title = title:k_orleans } - title:d_k_orthodox_color = { set_color_from_title = title:k_orthodox } - title:d_k_ostrogoths_color = { set_color_from_title = title:k_ostrogoths } - title:d_k_ottoman_color = { set_color_from_title = title:k_ottoman } - title:d_k_ouarsenis_color = { set_color_from_title = title:k_ouarsenis } - title:d_k_papal_state_color = { set_color_from_title = title:k_papal_state } - title:d_k_paris_color = { set_color_from_title = title:k_paris } - title:d_k_pechenegs_color = { set_color_from_title = title:k_pechenegs } - title:d_k_pisa_color = { set_color_from_title = title:k_pisa } - title:d_k_poland_color = { set_color_from_title = title:k_poland } - title:d_k_pomerania_color = { set_color_from_title = title:k_pomerania } - title:d_k_portugal_color = { set_color_from_title = title:k_portugal } - title:d_k_qaryat_dhat_kahil_color = { set_color_from_title = title:k_qaryat_dhat_kahil } - title:d_k_republic_color = { set_color_from_title = title:k_republic } - title:d_k_respendalid_color = { set_color_from_title = title:k_respendalid } - title:d_k_rheged_color = { set_color_from_title = title:k_rheged } - title:d_k_romagna_color = { set_color_from_title = title:k_romagna } - title:d_k_rugiland_color = { set_color_from_title = title:k_rugiland } - title:d_k_rum_color = { set_color_from_title = title:k_rum } - title:d_k_sahara_color = { set_color_from_title = title:k_sahara } - title:d_k_sakya_trizin_color = { set_color_from_title = title:k_sakya_trizin } - title:d_k_salihid_color = { set_color_from_title = title:k_salihid } - title:d_k_sardinia_color = { set_color_from_title = title:k_sardinia } - title:d_k_sarir_color = { set_color_from_title = title:k_sarir } - title:d_k_saruhan_color = { set_color_from_title = title:k_saruhan } - title:d_k_saurashtra_color = { set_color_from_title = title:k_saurashtra } - title:d_k_saxony_color = { set_color_from_title = title:k_saxony } - title:d_k_serbia_color = { set_color_from_title = title:k_serbia } - title:d_k_shanshan_color = { set_color_from_title = title:k_shanshan } - title:d_k_sicca_veneria_color = { set_color_from_title = title:k_sicca_veneria } - title:d_k_sicily_color = { set_color_from_title = title:k_sicily } - title:d_k_soissons_color = { set_color_from_title = title:k_soissons } - title:d_k_sophene_color = { set_color_from_title = title:k_sophene } - title:d_k_south_kosala_color = { set_color_from_title = title:k_south_kosala } - title:d_k_spanish_galicia_color = { set_color_from_title = title:k_spanish_galicia } - title:d_k_sparta_color = { set_color_from_title = title:k_sparta } - title:d_k_suebia_color = { set_color_from_title = title:k_suebia } - title:d_k_switzerland_color = { set_color_from_title = title:k_switzerland } - title:d_k_syria_color = { set_color_from_title = title:k_syria } - title:d_k_tahert_color = { set_color_from_title = title:k_tahert } - title:d_k_tekke_color = { set_color_from_title = title:k_tekke } - title:d_k_thaton_color = { set_color_from_title = title:k_thaton } - title:d_k_thessalonika_color = { set_color_from_title = title:k_thessalonika } - title:d_k_thracia_color = { set_color_from_title = title:k_thracia } - title:d_k_thuringia_color = { set_color_from_title = title:k_thuringia } - title:d_k_toledo_color = { set_color_from_title = title:k_toledo } - title:d_k_toro_color = { set_color_from_title = title:k_toro } - title:d_k_trebizond_color = { set_color_from_title = title:k_trebizond } - title:d_k_trinacria_color = { set_color_from_title = title:k_trinacria } - title:d_k_tuldilanids_color = { set_color_from_title = title:k_tuldilanids } - title:d_k_tuyuhun_color = { set_color_from_title = title:k_tuyuhun } - title:d_k_uighur_color = { set_color_from_title = title:k_uighur } - title:d_k_valencia_color = { set_color_from_title = title:k_valencia } - title:d_k_vandalica_color = { set_color_from_title = title:k_vandalica } - title:d_k_venice_color = { set_color_from_title = title:k_venice } - title:d_k_visigoths_color = { set_color_from_title = title:k_visigoths } - title:d_k_wales_color = { set_color_from_title = title:k_wales } - title:d_k_wei_western_regions_color = { set_color_from_title = title:k_wei_western_regions } - title:d_k_western_kshatrapas_color = { set_color_from_title = title:k_western_kshatrapas } - title:d_k_winideheim_color = { set_color_from_title = title:k_winideheim } - title:d_k_yarlung_color = { set_color_from_title = title:k_yarlung } - #Duchies - title:d_d_aaninen_tribe_color = { set_color_from_title = title:d_aaninen_tribe } - title:d_d_abkhazia_color = { set_color_from_title = title:d_abkhazia } - title:d_d_acatiri_color = { set_color_from_title = title:d_acatiri } - title:d_d_adkaddakhe_color = { set_color_from_title = title:d_adkaddakhe } - title:d_d_adogit_color = { set_color_from_title = title:d_adogit } - title:d_d_aegean_islands_color = { set_color_from_title = title:d_aegean_islands } - title:d_d_aethelrugi_color = { set_color_from_title = title:d_aethelrugi } - title:d_d_agadir_color = { set_color_from_title = title:d_agadir } - title:d_d_aileach_color = { set_color_from_title = title:d_aileach } - title:d_d_ait_ouriaghel_color = { set_color_from_title = title:d_ait_ouriaghel } - title:d_d_al-said_color = { set_color_from_title = title:d_al-said } - title:d_d_al_qays_color = { set_color_from_title = title:d_al_qays } - title:d_d_alans_color = { set_color_from_title = title:d_alans } - title:d_d_aleppo_color = { set_color_from_title = title:d_aleppo } - title:d_d_algarve_color = { set_color_from_title = title:d_algarve } - title:d_d_alger_color = { set_color_from_title = title:d_alger } - title:d_d_alsace_color = { set_color_from_title = title:d_alsace } - title:d_d_amalfi_color = { set_color_from_title = title:d_amalfi } - title:d_d_amela_color = { set_color_from_title = title:d_amela } - title:d_d_amman_color = { set_color_from_title = title:d_amman } - title:d_d_anatolia_color = { set_color_from_title = title:d_anatolia } - title:d_d_ancona_color = { set_color_from_title = title:d_ancona } - title:d_d_angria_color = { set_color_from_title = title:d_angria } - title:d_d_anhalt_color = { set_color_from_title = title:d_anhalt } - title:d_d_anjou_color = { set_color_from_title = title:d_anjou } - title:d_d_antae_color = { set_color_from_title = title:d_antae } - title:d_d_antioch_color = { set_color_from_title = title:d_antioch } - title:d_d_apostolic_church_color = { set_color_from_title = title:d_apostolic_church } - title:d_d_aquileia_church_color = { set_color_from_title = title:d_aquileia_church } - title:d_d_aquitaine_color = { set_color_from_title = title:d_aquitaine } - title:d_d_aragon_color = { set_color_from_title = title:d_aragon } - title:d_d_arian_color = { set_color_from_title = title:d_arian } - title:d_d_armagnac_color = { set_color_from_title = title:d_armagnac } - title:d_d_armeniac_color = { set_color_from_title = title:d_armeniac } - title:d_d_arochi_color = { set_color_from_title = title:d_arochi } - title:d_d_ashokas_chosen_color = { set_color_from_title = title:d_ashokas_chosen } - title:d_d_astures_color = { set_color_from_title = title:d_astures } - title:d_d_asturias_color = { set_color_from_title = title:d_asturias } - title:d_d_atrebatia_color = { set_color_from_title = title:d_atrebatia } - title:d_d_augandzi_color = { set_color_from_title = title:d_augandzi } - title:d_d_augsburg_color = { set_color_from_title = title:d_augsburg } - title:d_d_austorani_color = { set_color_from_title = title:d_austorani } - title:d_d_auvergne_color = { set_color_from_title = title:d_auvergne } - title:d_d_availites_color = { set_color_from_title = title:d_availites } - title:d_d_avars_color = { set_color_from_title = title:d_avars } - title:d_d_awioniz_color = { set_color_from_title = title:d_awioniz } - title:d_d_azal_color = { set_color_from_title = title:d_azal } - title:d_d_azerbaijan_color = { set_color_from_title = title:d_azerbaijan } - title:d_d_bacs_color = { set_color_from_title = title:d_bacs } - title:d_d_badajoz_color = { set_color_from_title = title:d_badajoz } - title:d_d_bagaudae_color = { set_color_from_title = title:d_bagaudae } - title:d_d_baghdad_color = { set_color_from_title = title:d_baghdad } - title:d_d_bakr_color = { set_color_from_title = title:d_bakr } - title:d_d_balti_color = { set_color_from_title = title:d_balti } - title:d_d_baquates_color = { set_color_from_title = title:d_baquates } - title:d_d_bar_color = { set_color_from_title = title:d_bar } - title:d_d_barcelona_color = { set_color_from_title = title:d_barcelona } - title:d_d_baroia_color = { set_color_from_title = title:d_baroia } - title:d_d_barsils_color = { set_color_from_title = title:d_barsils } - title:d_d_basra_color = { set_color_from_title = title:d_basra } - title:d_d_bavaria_color = { set_color_from_title = title:d_bavaria } - title:d_d_beja_color = { set_color_from_title = title:d_beja } - title:d_d_bejaia_color = { set_color_from_title = title:d_bejaia } - title:d_d_bektashi_color = { set_color_from_title = title:d_bektashi } - title:d_d_belgrade_color = { set_color_from_title = title:d_belgrade } - title:d_d_benevento_color = { set_color_from_title = title:d_benevento } - title:d_d_berry_color = { set_color_from_title = title:d_berry } - title:d_d_bihar_color = { set_color_from_title = title:d_bihar } - title:d_d_binnaka_color = { set_color_from_title = title:d_binnaka } - title:d_d_bishop_of_iona_color = { set_color_from_title = title:d_bishop_of_iona } - title:d_d_bjarma_tribe_color = { set_color_from_title = title:d_bjarma_tribe } - title:d_d_blemmyes_color = { set_color_from_title = title:d_blemmyes } - title:d_d_bohemia_color = { set_color_from_title = title:d_bohemia } - title:d_d_bourbon_color = { set_color_from_title = title:d_bourbon } - title:d_d_brabant_color = { set_color_from_title = title:d_brabant } - title:d_d_broerec_color = { set_color_from_title = title:d_broerec } - title:d_d_brycheiniog_color = { set_color_from_title = title:d_brycheiniog } - title:d_d_bucellaria_color = { set_color_from_title = title:d_bucellaria } - title:d_d_bukhara_color = { set_color_from_title = title:d_bukhara } - title:d_d_bulgaria_color = { set_color_from_title = title:d_bulgaria } - title:d_d_bulgars_color = { set_color_from_title = title:d_bulgars } - title:d_d_bulls_rishabha_color = { set_color_from_title = title:d_bulls_rishabha } - title:d_d_burgundy_color = { set_color_from_title = title:d_burgundy } - title:d_d_cairo_color = { set_color_from_title = title:d_cairo } - title:d_d_cait_color = { set_color_from_title = title:d_cait } - title:d_d_calabria_color = { set_color_from_title = title:d_calabria } - title:d_d_capua_color = { set_color_from_title = title:d_capua } - title:d_d_carinthia_color = { set_color_from_title = title:d_carinthia } - title:d_d_castilla_color = { set_color_from_title = title:d_castilla } - title:d_d_ce_color = { set_color_from_title = title:d_ce } - title:d_d_cephalonia_color = { set_color_from_title = title:d_cephalonia } - title:d_d_chaldia_color = { set_color_from_title = title:d_chaldia } - title:d_d_champagne_color = { set_color_from_title = title:d_champagne } - title:d_d_charsianon_color = { set_color_from_title = title:d_charsianon } - title:d_d_chosen_perkunas_color = { set_color_from_title = title:d_chosen_perkunas } - title:d_d_chumi_color = { set_color_from_title = title:d_chumi } - title:d_d_chumukun_color = { set_color_from_title = title:d_chumukun } - title:d_d_chuyue_color = { set_color_from_title = title:d_chuyue } - title:d_d_cibyrrhaeot_color = { set_color_from_title = title:d_cibyrrhaeot } - title:d_d_coimbra_color = { set_color_from_title = title:d_coimbra } - title:d_d_constantinopolitan_prefect_color = { set_color_from_title = title:d_constantinopolitan_prefect } - title:d_d_conversos_color = { set_color_from_title = title:d_conversos } - title:d_d_coptic_papacy_color = { set_color_from_title = title:d_coptic_papacy } - title:d_d_cordoba_color = { set_color_from_title = title:d_cordoba } - title:d_d_courland_tribe_color = { set_color_from_title = title:d_courland_tribe } - title:d_d_croatia_color = { set_color_from_title = title:d_croatia } - title:d_d_currezia_color = { set_color_from_title = title:d_currezia } - title:d_d_cybelian_pagan_color = { set_color_from_title = title:d_cybelian_pagan } - title:d_d_dalmatia_color = { set_color_from_title = title:d_dalmatia } - title:d_d_damascus_color = { set_color_from_title = title:d_damascus } - title:d_d_danes_color = { set_color_from_title = title:d_danes } - title:d_d_dauphine_color = { set_color_from_title = title:d_dauphine } - title:d_d_deasmhumhain_color = { set_color_from_title = title:d_deasmhumhain } - title:d_d_delta_color = { set_color_from_title = title:d_delta } - title:d_d_diyarbakr_color = { set_color_from_title = title:d_diyarbakr } - title:d_d_diyarmudar_color = { set_color_from_title = title:d_diyarmudar } - title:d_d_diyarrabia_color = { set_color_from_title = title:d_diyarrabia } - title:d_d_dneipner_balts_color = { set_color_from_title = title:d_dneipner_balts } - title:d_d_dobrudja_color = { set_color_from_title = title:d_dobrudja } - title:d_d_domnonia_color = { set_color_from_title = title:d_domnonia } - title:d_d_donatism_color = { set_color_from_title = title:d_donatism } - title:d_d_duklja_color = { set_color_from_title = title:d_duklja } - title:d_d_dyrrachion_color = { set_color_from_title = title:d_dyrrachion } - title:d_d_east_franconia_color = { set_color_from_title = title:d_east_franconia } - title:d_d_east_galindians_color = { set_color_from_title = title:d_east_galindians } - title:d_d_ebionites_color = { set_color_from_title = title:d_ebionites } - title:d_d_edessa_color = { set_color_from_title = title:d_edessa } - title:d_d_elmet_color = { set_color_from_title = title:d_elmet } - title:d_d_emilia_color = { set_color_from_title = title:d_emilia } - title:d_d_epirus_color = { set_color_from_title = title:d_epirus } - title:d_d_erzerum_color = { set_color_from_title = title:d_erzerum } - title:d_d_erzya_color = { set_color_from_title = title:d_erzya } - title:d_d_esseaxena_color = { set_color_from_title = title:d_esseaxena } - title:d_d_essina_color = { set_color_from_title = title:d_essina } - title:d_d_exilarch_color = { set_color_from_title = title:d_exilarch } - title:d_d_fes_color = { set_color_from_title = title:d_fes } - title:d_d_fezzan_color = { set_color_from_title = title:d_fezzan } - title:d_d_flanders_color = { set_color_from_title = title:d_flanders } - title:d_d_followers_arjuna_color = { set_color_from_title = title:d_followers_arjuna } - title:d_d_fortriu_color = { set_color_from_title = title:d_fortriu } - title:d_d_fossatisii_color = { set_color_from_title = title:d_fossatisii } - title:d_d_fotla_color = { set_color_from_title = title:d_fotla } - title:d_d_friuli_color = { set_color_from_title = title:d_friuli } - title:d_d_gabes_color = { set_color_from_title = title:d_gabes } - title:d_d_galicia_color = { set_color_from_title = title:d_galicia } - title:d_d_gardman_color = { set_color_from_title = title:d_gardman } - title:d_d_gascogne_color = { set_color_from_title = title:d_gascogne } - title:d_d_gaul_prefect_color = { set_color_from_title = title:d_gaul_prefect } - title:d_d_gayomarthianism_color = { set_color_from_title = title:d_gayomarthianism } - title:d_d_gelre_color = { set_color_from_title = title:d_gelre } - title:d_d_georgia_color = { set_color_from_title = title:d_georgia } - title:d_d_georgian_orthodox_color = { set_color_from_title = title:d_georgian_orthodox } - title:d_d_germanii_color = { set_color_from_title = title:d_germanii } - title:d_d_ghifar_color = { set_color_from_title = title:d_ghifar } - title:d_d_ghomara_color = { set_color_from_title = title:d_ghomara } - title:d_d_gortyene_color = { set_color_from_title = title:d_gortyene } - title:d_d_gothic_church_color = { set_color_from_title = title:d_gothic_church } - title:d_d_goths_color = { set_color_from_title = title:d_goths } - title:d_d_granada_color = { set_color_from_title = title:d_granada } - title:d_d_granni_color = { set_color_from_title = title:d_granni } - title:d_d_guenet_color = { set_color_from_title = title:d_guenet } - title:d_d_guent_color = { set_color_from_title = title:d_guent } - title:d_d_gugark_color = { set_color_from_title = title:d_gugark } - title:d_d_gustow_color = { set_color_from_title = title:d_gustow } - title:d_d_gutes_color = { set_color_from_title = title:d_gutes } - title:d_d_gyor_color = { set_color_from_title = title:d_gyor } - title:d_d_halin_color = { set_color_from_title = title:d_halin } - title:d_d_hamadan_color = { set_color_from_title = title:d_hamadan } - title:d_d_hanzalah_color = { set_color_from_title = title:d_hanzalah } - title:d_d_haruriyyah_color = { set_color_from_title = title:d_haruriyyah } - title:d_d_hashshashin_color = { set_color_from_title = title:d_hashshashin } - title:d_d_hawazin_color = { set_color_from_title = title:d_hawazin } - title:d_d_haymanot_color = { set_color_from_title = title:d_haymanot } - title:d_d_hellenic_pagan_color = { set_color_from_title = title:d_hellenic_pagan } - title:d_d_herefinna_color = { set_color_from_title = title:d_herefinna } - title:d_d_hesse_color = { set_color_from_title = title:d_hesse } - title:d_d_hhaha_color = { set_color_from_title = title:d_hhaha } - title:d_d_highland_lithuanians_color = { set_color_from_title = title:d_highland_lithuanians } - title:d_d_hintata_color = { set_color_from_title = title:d_hintata } - title:d_d_holland_color = { set_color_from_title = title:d_holland } - title:d_d_holstein_color = { set_color_from_title = title:d_holstein } - title:d_d_holy_sepulchre_color = { set_color_from_title = title:d_holy_sepulchre } - title:d_d_homs_color = { set_color_from_title = title:d_homs } - title:d_d_hormuz_color = { set_color_from_title = title:d_hormuz } - title:d_d_huitzilopochtli_color = { set_color_from_title = title:d_huitzilopochtli } - title:d_d_iazyges_color = { set_color_from_title = title:d_iazyges } - title:d_d_iconoclast_color = { set_color_from_title = title:d_iconoclast } - title:d_d_ikh_bogdh_color = { set_color_from_title = title:d_ikh_bogdh } - title:d_d_imami_color = { set_color_from_title = title:d_imami } - title:d_d_immortals_color = { set_color_from_title = title:d_immortals } - title:d_d_istria_color = { set_color_from_title = title:d_istria } - title:d_d_italy_prefect_color = { set_color_from_title = title:d_italy_prefect } - title:d_d_izhorians_color = { set_color_from_title = title:d_izhorians } - title:d_d_jabal_kufs_color = { set_color_from_title = title:d_jabal_kufs } - title:d_d_jerid_color = { set_color_from_title = title:d_jerid } - title:d_d_jomsvikings_color = { set_color_from_title = title:d_jomsvikings } - title:d_d_jonse_color = { set_color_from_title = title:d_jonse } - title:d_d_judham_color = { set_color_from_title = title:d_judham } - title:d_d_julich_color = { set_color_from_title = title:d_julich } - title:d_d_jutes_color = { set_color_from_title = title:d_jutes } - title:d_d_jylland_color = { set_color_from_title = title:d_jylland } - title:d_k_iberia_color = { set_color_from_title = title:k_iberia } - title:d_d_kabarism_color = { set_color_from_title = title:d_kabarism } - title:d_d_kairouan_color = { set_color_from_title = title:d_kairouan } - title:d_d_kalb_color = { set_color_from_title = title:d_kalb } - title:d_d_karaism_color = { set_color_from_title = title:d_karaism } - title:d_d_keoka_color = { set_color_from_title = title:d_keoka } - title:d_d_kernev_color = { set_color_from_title = title:d_kernev } - title:d_d_khanty_tribe_color = { set_color_from_title = title:d_khanty_tribe } - title:d_d_khurmazta_color = { set_color_from_title = title:d_khurmazta } - title:d_d_khurramism_color = { set_color_from_title = title:d_khurramism } - title:d_d_knights_calatrava_color = { set_color_from_title = title:d_knights_calatrava } - title:d_d_knights_hospitaler_color = { set_color_from_title = title:d_knights_hospitaler } - title:d_d_knights_santiago_color = { set_color_from_title = title:d_knights_santiago } - title:d_d_knights_templar_color = { set_color_from_title = title:d_knights_templar } - title:d_d_kohestan_color = { set_color_from_title = title:d_kohestan } - title:d_d_koivans_color = { set_color_from_title = title:d_koivans } - title:d_d_kola_tribe_color = { set_color_from_title = title:d_kola_tribe } - title:d_d_kolochins_color = { set_color_from_title = title:d_kolochins } - title:d_d_krain_color = { set_color_from_title = title:d_krain } - title:d_d_kroumerie_color = { set_color_from_title = title:d_kroumerie } - title:d_d_kufa_color = { set_color_from_title = title:d_kufa } - title:d_d_kumul_color = { set_color_from_title = title:d_kumul } - title:d_d_kurdistan_color = { set_color_from_title = title:d_kurdistan } - title:d_d_kutrigurs_color = { set_color_from_title = title:d_kutrigurs } - title:d_d_kuyavia_color = { set_color_from_title = title:d_kuyavia } - title:d_d_kwrtstan_color = { set_color_from_title = title:d_kwrtstan } - title:d_d_laanemaa_color = { set_color_from_title = title:d_laanemaa } - title:d_d_laguantan_color = { set_color_from_title = title:d_laguantan } - title:d_d_languedoc_color = { set_color_from_title = title:d_languedoc } - title:d_d_lebanon_color = { set_color_from_title = title:d_lebanon } - title:d_d_lemovia_color = { set_color_from_title = title:d_lemovia } - title:d_d_leon_color = { set_color_from_title = title:d_leon } - title:d_d_lettigalians_color = { set_color_from_title = title:d_lettigalians } - title:d_d_linnius_color = { set_color_from_title = title:d_linnius } - title:d_d_livonians_color = { set_color_from_title = title:d_livonians } - title:d_d_lombardia_color = { set_color_from_title = title:d_lombardia } - title:d_d_lombards_color = { set_color_from_title = title:d_lombards } - title:d_d_lower_bosna_color = { set_color_from_title = title:d_lower_bosna } - title:d_d_lower_lorraine_color = { set_color_from_title = title:d_lower_lorraine } - title:d_d_lowland_lithuanians_color = { set_color_from_title = title:d_lowland_lithuanians } - title:d_d_luxembourg_color = { set_color_from_title = title:d_luxembourg } - title:d_d_macronia_color = { set_color_from_title = title:d_macronia } - title:d_d_macva_color = { set_color_from_title = title:d_macva } - title:d_d_mafaza_color = { set_color_from_title = title:d_mafaza } - title:d_d_maingmaw_color = { set_color_from_title = title:d_maingmaw } - title:d_d_malabarism_color = { set_color_from_title = title:d_malabarism } - title:d_d_malao_color = { set_color_from_title = title:d_malao } - title:d_d_manichean_color = { set_color_from_title = title:d_manichean } - title:d_d_mansi_tribe_color = { set_color_from_title = title:d_mansi_tribe } - title:d_d_marcionism_color = { set_color_from_title = title:d_marcionism } - title:d_d_marcomanni_color = { set_color_from_title = title:d_marcomanni } - title:d_d_mari_color = { set_color_from_title = title:d_mari } - title:d_d_masmudi_color = { set_color_from_title = title:d_masmudi } - title:d_d_massalia_color = { set_color_from_title = title:d_massalia } - title:d_d_mazdakism_color = { set_color_from_title = title:d_mazdakism } - title:d_d_mazdayasna_color = { set_color_from_title = title:d_mazdayasna } - title:d_d_meissen_color = { set_color_from_title = title:d_meissen } - title:d_d_merya_color = { set_color_from_title = title:d_merya } - title:d_d_meshchera_color = { set_color_from_title = title:d_meshchera } - title:d_d_mesopotamia_color = { set_color_from_title = title:d_mesopotamia } - title:d_d_miaphysite_color = { set_color_from_title = title:d_miaphysite } - title:d_d_mo_tribe_color = { set_color_from_title = title:d_mo_tribe } - title:d_d_moesia_superior_color = { set_color_from_title = title:d_moesia_superior } - title:d_d_moksha_color = { set_color_from_title = title:d_moksha } - title:d_d_monophysite_color = { set_color_from_title = title:d_monophysite } - title:d_d_montes_aregenses_color = { set_color_from_title = title:d_montes_aregenses } - title:d_d_moravia_color = { set_color_from_title = title:d_moravia } - title:d_d_mosania_color = { set_color_from_title = title:d_mosania } - title:d_d_mosylon_color = { set_color_from_title = title:d_mosylon } - title:d_d_mundus_color = { set_color_from_title = title:d_mundus } - title:d_d_murcia_color = { set_color_from_title = title:d_murcia } - title:d_d_muromians_color = { set_color_from_title = title:d_muromians } - title:d_d_murzuk_color = { set_color_from_title = title:d_murzuk } - title:d_d_muwalladi_color = { set_color_from_title = title:d_muwalladi } - title:d_d_najran_color = { set_color_from_title = title:d_najran } - title:d_d_narvik_tribe_color = { set_color_from_title = title:d_narvik_tribe } - title:d_d_nasa_color = { set_color_from_title = title:d_nasa } - title:d_d_navarra_color = { set_color_from_title = title:d_navarra } - title:d_d_nishapur_color = { set_color_from_title = title:d_nishapur } - title:d_d_nok_color = { set_color_from_title = title:d_nok } - title:d_d_nordgau_color = { set_color_from_title = title:d_nordgau } - title:d_d_nordmark_color = { set_color_from_title = title:d_nordmark } - title:d_d_norgyrwa_color = { set_color_from_title = title:d_norgyrwa } - title:d_d_normandy_color = { set_color_from_title = title:d_normandy } - title:d_d_noxgaga_color = { set_color_from_title = title:d_noxgaga } - title:d_d_nuristan_color = { set_color_from_title = title:d_nuristan } - title:d_d_ogurs_color = { set_color_from_title = title:d_ogurs } - title:d_d_opone_color = { set_color_from_title = title:d_opone } - title:d_d_opsikion_color = { set_color_from_title = title:d_opsikion } - title:d_d_optimatoi_color = { set_color_from_title = title:d_optimatoi } - title:d_d_orleans_color = { set_color_from_title = title:d_orleans } - title:d_d_orleans_alans_color = { set_color_from_title = title:d_orleans_alans } - title:d_d_osraige_color = { set_color_from_title = title:d_osraige } - title:d_d_osterreich_color = { set_color_from_title = title:d_osterreich } - title:d_d_ostmark_color = { set_color_from_title = title:d_ostmark } - title:d_d_oultrejourdain_color = { set_color_from_title = title:d_oultrejourdain } - title:d_d_oxford_color = { set_color_from_title = title:d_oxford } - title:d_d_palestine_color = { set_color_from_title = title:d_palestine } - title:d_d_palmyra_color = { set_color_from_title = title:d_palmyra } - title:d_d_papal_state_color = { set_color_from_title = title:d_papal_state } - title:d_d_patriarchate_in_the_east_color = { set_color_from_title = title:d_patriarchate_in_the_east } - title:d_d_paulician_color = { set_color_from_title = title:d_paulician } - title:d_d_philippopolis_color = { set_color_from_title = title:d_philippopolis } - title:d_d_piedmonte_color = { set_color_from_title = title:d_piedmonte } - title:d_d_pisa_color = { set_color_from_title = title:d_pisa } - title:d_d_platonic_academy_color = { set_color_from_title = title:d_platonic_academy } - title:d_d_pohjanmaa_tribe_color = { set_color_from_title = title:d_pohjanmaa_tribe } - title:d_d_poitou_color = { set_color_from_title = title:d_poitou } - title:d_d_pomerelia_color = { set_color_from_title = title:d_pomerelia } - title:d_d_pommerania_color = { set_color_from_title = title:d_pommerania } - title:d_d_porto_color = { set_color_from_title = title:d_porto } - title:d_d_powys_color = { set_color_from_title = title:d_powys } - title:d_d_priscillianism_color = { set_color_from_title = title:d_priscillianism } - title:d_d_pronsk_color = { set_color_from_title = title:d_pronsk } - title:d_d_provence_color = { set_color_from_title = title:d_provence } - title:d_d_prus_color = { set_color_from_title = title:d_prus } - title:d_d_quraysh_color = { set_color_from_title = title:d_quraysh } - title:d_d_rabbinism_color = { set_color_from_title = title:d_rabbinism } - title:d_d_raetia_curiensis_color = { set_color_from_title = title:d_raetia_curiensis } - title:d_d_ranii_color = { set_color_from_title = title:d_ranii } - title:d_d_rashka_color = { set_color_from_title = title:d_rashka } - title:d_d_raumarici_color = { set_color_from_title = title:d_raumarici } - title:d_d_regraga_color = { set_color_from_title = title:d_regraga } - title:d_d_reudigni_color = { set_color_from_title = title:d_reudigni } - title:d_d_revala_color = { set_color_from_title = title:d_revala } - title:d_d_rif_color = { set_color_from_title = title:d_rif } - title:d_d_ripuria_color = { set_color_from_title = title:d_ripuria } - title:d_d_romagna_color = { set_color_from_title = title:d_romagna } - title:d_d_roman_prefect_color = { set_color_from_title = title:d_roman_prefect } - title:d_d_saami_tribe_color = { set_color_from_title = title:d_saami_tribe } - title:d_d_saaremaa_color = { set_color_from_title = title:d_saaremaa } - title:d_d_sabirs_color = { set_color_from_title = title:d_sabirs } - title:d_d_sacromontisi_color = { set_color_from_title = title:d_sacromontisi } - title:d_d_sahara_color = { set_color_from_title = title:d_sahara } - title:d_d_saint_addai_color = { set_color_from_title = title:d_saint_addai } - title:d_d_saint_anthony_color = { set_color_from_title = title:d_saint_anthony } - title:d_d_sakala_color = { set_color_from_title = title:d_sakala } - title:d_d_salerno_color = { set_color_from_title = title:d_salerno } - title:d_d_salia_color = { set_color_from_title = title:d_salia } - title:d_d_salzburg_color = { set_color_from_title = title:d_salzburg } - title:d_d_samaritan_color = { set_color_from_title = title:d_samaritan } - title:d_d_samarkand_color = { set_color_from_title = title:d_samarkand } - title:d_d_samarra_color = { set_color_from_title = title:d_samarra } - title:d_d_sami_color = { set_color_from_title = title:d_sami } - title:d_d_sandomiersk_color = { set_color_from_title = title:d_sandomiersk } - title:d_d_saragurs_color = { set_color_from_title = title:d_saragurs } - title:d_d_sarapion_color = { set_color_from_title = title:d_sarapion } - title:d_d_savo_tribe_color = { set_color_from_title = title:d_savo_tribe } - title:d_d_savoie_color = { set_color_from_title = title:d_savoie } - title:d_d_sebasteia_color = { set_color_from_title = title:d_sebasteia } - title:d_d_selonians_color = { set_color_from_title = title:d_selonians } - title:d_d_senate_color = { set_color_from_title = title:d_senate } - title:d_d_setomaa_color = { set_color_from_title = title:d_setomaa } - title:d_d_sevilla_color = { set_color_from_title = title:d_sevilla } - title:d_d_shammar_color = { set_color_from_title = title:d_shammar } - title:d_d_shiite_color = { set_color_from_title = title:d_shiite } - title:d_d_shirvan_color = { set_color_from_title = title:d_shirvan } - title:d_d_sinai_color = { set_color_from_title = title:d_sinai } - title:d_d_sklaveni_color = { set_color_from_title = title:d_sklaveni } - title:d_d_sky_lords_color = { set_color_from_title = title:d_sky_lords } - title:d_d_slavonia_color = { set_color_from_title = title:d_slavonia } - title:d_d_slesvig_color = { set_color_from_title = title:d_slesvig } - title:d_d_somogy_color = { set_color_from_title = title:d_somogy } - title:d_d_sons_kaleva_color = { set_color_from_title = title:d_sons_kaleva } - title:d_d_sophanene_color = { set_color_from_title = title:d_sophanene } - title:d_d_sophene_color = { set_color_from_title = title:d_sophene } - title:d_d_spirit_guardians_color = { set_color_from_title = title:d_spirit_guardians } - title:d_d_spoleto_color = { set_color_from_title = title:d_spoleto } - title:d_d_steyermark_color = { set_color_from_title = title:d_steyermark } - title:d_d_strymon_color = { set_color_from_title = title:d_strymon } - title:d_d_suavi_color = { set_color_from_title = title:d_suavi } - title:d_d_sumparu_color = { set_color_from_title = title:d_sumparu } - title:d_d_sunni_color = { set_color_from_title = title:d_sunni } - title:d_d_sussex_color = { set_color_from_title = title:d_sussex } - title:d_d_suthgyrwa_color = { set_color_from_title = title:d_suthgyrwa } - title:d_d_suyab_color = { set_color_from_title = title:d_suyab } - title:d_d_swabia_color = { set_color_from_title = title:d_swabia } - title:d_d_swedes_color = { set_color_from_title = title:d_swedes } - title:d_d_swiss_color = { set_color_from_title = title:d_swiss } - title:d_d_syrmia_color = { set_color_from_title = title:d_syrmia } - title:d_d_syrte_color = { set_color_from_title = title:d_syrte } - title:d_d_tabae_color = { set_color_from_title = title:d_tabae } - title:d_d_taghlebi_color = { set_color_from_title = title:d_taghlebi } - title:d_d_tahert_color = { set_color_from_title = title:d_tahert } - title:d_d_tamim_color = { set_color_from_title = title:d_tamim } - title:d_d_tangiers_color = { set_color_from_title = title:d_tangiers } - title:d_d_tavast_tribe_color = { set_color_from_title = title:d_tavast_tribe } - title:d_d_tayk_color = { set_color_from_title = title:d_tayk } - title:d_d_tel_river_color = { set_color_from_title = title:d_tel_river } - title:d_d_temes_color = { set_color_from_title = title:d_temes } - title:d_d_teryukhan_color = { set_color_from_title = title:d_teryukhan } - title:d_d_teutonic_order_color = { set_color_from_title = title:d_teutonic_order } - title:d_d_thaqif_color = { set_color_from_title = title:d_thaqif } - title:d_d_thrace_color = { set_color_from_title = title:d_thrace } - title:d_d_thracesia_color = { set_color_from_title = title:d_thracesia } - title:d_d_thracian_goths_color = { set_color_from_title = title:d_thracian_goths } - title:d_d_thuringia_color = { set_color_from_title = title:d_thuringia } - title:d_d_tiele_color = { set_color_from_title = title:d_tiele } - title:d_d_tlemcen_color = { set_color_from_title = title:d_tlemcen } - title:d_d_toledo_color = { set_color_from_title = title:d_toledo } - title:d_d_toscana_color = { set_color_from_title = title:d_toscana } - title:d_d_transjurania_color = { set_color_from_title = title:d_transjurania } - title:d_d_transylvania_color = { set_color_from_title = title:d_transylvania } - title:d_d_tridentium_color = { set_color_from_title = title:d_tridentium } - title:d_d_triparvatha_color = { set_color_from_title = title:d_triparvatha } - title:d_d_triveria_color = { set_color_from_title = title:d_triveria } - title:d_d_trondelag_color = { set_color_from_title = title:d_trondelag } - title:d_d_tunis_color = { set_color_from_title = title:d_tunis } - title:d_d_turnovo_color = { set_color_from_title = title:d_turnovo } - title:d_d_udmurt_tribe_color = { set_color_from_title = title:d_udmurt_tribe } - title:d_d_ugandi_color = { set_color_from_title = title:d_ugandi } - title:d_d_upper_lorraine_color = { set_color_from_title = title:d_upper_lorraine } - title:d_d_urartuism_color = { set_color_from_title = title:d_urartuism } - title:d_d_urdunn_color = { set_color_from_title = title:d_urdunn } - title:d_d_utigurs_color = { set_color_from_title = title:d_utigurs } - title:d_d_utrecht_color = { set_color_from_title = title:d_utrecht } - title:d_d_uusimaa_tribe_color = { set_color_from_title = title:d_uusimaa_tribe } - title:d_d_valencia_color = { set_color_from_title = title:d_valencia } - title:d_d_valentinianism_color = { set_color_from_title = title:d_valentinianism } - title:d_d_valentois_alans_color = { set_color_from_title = title:d_valentois_alans } - title:d_d_valois_color = { set_color_from_title = title:d_valois } - title:d_d_venedi_color = { set_color_from_title = title:d_venedi } - title:d_d_venice_color = { set_color_from_title = title:d_venice } - title:d_d_verona_color = { set_color_from_title = title:d_verona } - title:d_d_vidin_color = { set_color_from_title = title:d_vidin } - title:d_d_vidivaria_color = { set_color_from_title = title:d_vidivaria } - title:d_d_viraja_color = { set_color_from_title = title:d_viraja } - title:d_d_virumaa_color = { set_color_from_title = title:d_virumaa } - title:d_d_viscaya_color = { set_color_from_title = title:d_viscaya } - title:d_d_visegrad_color = { set_color_from_title = title:d_visegrad } - title:d_d_vologda_tribe_color = { set_color_from_title = title:d_vologda_tribe } - title:d_d_votians_color = { set_color_from_title = title:d_votians } - title:d_d_wabar_color = { set_color_from_title = title:d_wabar } - title:d_d_warini_color = { set_color_from_title = title:d_warini } - title:d_d_warriors_perun_color = { set_color_from_title = title:d_warriors_perun } - title:d_d_wasit_color = { set_color_from_title = title:d_wasit } - title:d_d_west_franconia_color = { set_color_from_title = title:d_west_franconia } - title:d_d_west_galindians_color = { set_color_from_title = title:d_west_galindians } - title:d_d_wielkopolska_color = { set_color_from_title = title:d_wielkopolska } - title:d_d_yathrib_color = { set_color_from_title = title:d_yathrib } - title:d_d_yazd_color = { set_color_from_title = title:d_yazd } - title:d_d_yotvingians_color = { set_color_from_title = title:d_yotvingians } - title:d_d_yungdrung_bon_color = { set_color_from_title = title:d_yungdrung_bon } - title:d_d_zab_color = { set_color_from_title = title:d_zab } - title:d_d_zaghawa_color = { set_color_from_title = title:d_zaghawa } - title:d_d_zaragoza_color = { set_color_from_title = title:d_zaragoza } - title:d_d_zealots_color = { set_color_from_title = title:d_zealots } - title:d_d_zemigalians_color = { set_color_from_title = title:d_zemigalians } - title:d_d_zinder_color = { set_color_from_title = title:d_zinder } - title:d_d_znaga_color = { set_color_from_title = title:d_znaga } - title:d_d_zun_warriors_color = { set_color_from_title = title:d_zun_warriors } - #Counties - title:d_c_aachen_color = { set_color_from_title = title:c_aachen } - title:d_c_aalborg_color = { set_color_from_title = title:c_aalborg } - title:d_c_aarhus_color = { set_color_from_title = title:c_aarhus } - title:d_c_abakan_color = { set_color_from_title = title:c_abakan } - title:d_c_abauj_color = { set_color_from_title = title:c_abauj } - title:d_c_abbadan_color = { set_color_from_title = title:c_abbadan } - title:d_c_abivard_color = { set_color_from_title = title:c_abivard } - title:d_c_abkhazia_color = { set_color_from_title = title:c_abkhazia } - title:d_c_ablastha_color = { set_color_from_title = title:c_ablastha } - title:d_c_abomey_color = { set_color_from_title = title:c_abomey } - title:d_c_abruzzi_color = { set_color_from_title = title:c_abruzzi } - title:d_c_abu_hammad_color = { set_color_from_title = title:c_abu_hammad } - title:d_c_abwab_color = { set_color_from_title = title:c_abwab } - title:d_c_abydos_color = { set_color_from_title = title:c_abydos } - title:d_c_acalapura_color = { set_color_from_title = title:c_acalapura } - title:d_c_acampse_color = { set_color_from_title = title:c_acampse } - title:d_c_achaia_color = { set_color_from_title = title:c_achaia } - title:d_c_acre_color = { set_color_from_title = title:c_acre } - title:d_c_adanse_color = { set_color_from_title = title:c_adanse } - title:d_c_adoni_color = { set_color_from_title = title:c_adoni } - title:d_c_adrianopolis_color = { set_color_from_title = title:c_adrianopolis } - title:d_c_aeolis_color = { set_color_from_title = title:c_aeolis } - title:d_c_aetolia_color = { set_color_from_title = title:c_aetolia } - title:d_c_afar_color = { set_color_from_title = title:c_afar } - title:d_c_afram_color = { set_color_from_title = title:c_afram } - title:d_c_agadir_color = { set_color_from_title = title:c_agadir } - title:d_c_agairik_color = { set_color_from_title = title:c_agairik } - title:d_c_agaw_meder_color = { set_color_from_title = title:c_agaw_meder } - title:d_c_agdeside_color = { set_color_from_title = title:c_agdeside } - title:d_c_agenais_color = { set_color_from_title = title:c_agenais } - title:d_c_agrigento_color = { set_color_from_title = title:c_agrigento } - title:d_c_ahqaf_color = { set_color_from_title = title:c_ahqaf } - title:d_c_ahvaz_color = { set_color_from_title = title:c_ahvaz } - title:d_c_ailech_color = { set_color_from_title = title:c_ailech } - title:d_c_ain_galakka_color = { set_color_from_title = title:c_ain_galakka } - title:d_c_aintab_color = { set_color_from_title = title:c_aintab } - title:d_c_air_color = { set_color_from_title = title:c_air } - title:d_c_ajaccio_color = { set_color_from_title = title:c_ajaccio } - title:d_c_ajayameru_color = { set_color_from_title = title:c_ajayameru } - title:d_c_ak-dzulpas_color = { set_color_from_title = title:c_ak-dzulpas } - title:d_c_akhadid_color = { set_color_from_title = title:c_akhadid } - title:d_c_akkel_color = { set_color_from_title = title:c_akkel } - title:d_c_akkityk_color = { set_color_from_title = title:c_akkityk } - title:d_c_aksay_color = { set_color_from_title = title:c_aksay } - title:d_c_aksu_color = { set_color_from_title = title:c_aksu } - title:d_c_aksuyek_color = { set_color_from_title = title:c_aksuyek } - title:d_c_al-arid_color = { set_color_from_title = title:c_al-arid } - title:d_c_al-asa_color = { set_color_from_title = title:c_al-asa } - title:d_c_al-buhaira_color = { set_color_from_title = title:c_al-buhaira } - title:d_c_al-gharbiya_color = { set_color_from_title = title:c_al-gharbiya } - title:d_c_al-haditha_color = { set_color_from_title = title:c_al-haditha } - title:d_c_al-hasa_color = { set_color_from_title = title:c_al-hasa } - title:d_c_al_aqabah_color = { set_color_from_title = title:c_al_aqabah } - title:d_c_al_jawf_color = { set_color_from_title = title:c_al_jawf } - title:d_c_aland_color = { set_color_from_title = title:c_aland } - title:d_c_alarcon_color = { set_color_from_title = title:c_alarcon } - title:d_c_albarracin_color = { set_color_from_title = title:c_albarracin } - title:d_c_albi_color = { set_color_from_title = title:c_albi } - title:d_c_albret_color = { set_color_from_title = title:c_albret } - title:d_c_alcacer_do_sal_color = { set_color_from_title = title:c_alcacer_do_sal } - title:d_c_alcaniz_color = { set_color_from_title = title:c_alcaniz } - title:d_c_alcaraz_color = { set_color_from_title = title:c_alcaraz } - title:d_c_alencon_color = { set_color_from_title = title:c_alencon } - title:d_c_aleppo_color = { set_color_from_title = title:c_aleppo } - title:d_c_alexandretta_color = { set_color_from_title = title:c_alexandretta } - title:d_c_alexandria_color = { set_color_from_title = title:c_alexandria } - title:d_c_aley_color = { set_color_from_title = title:c_aley } - title:d_c_algeciras_color = { set_color_from_title = title:c_algeciras } - title:d_c_algier_color = { set_color_from_title = title:c_algier } - title:d_c_alicante_color = { set_color_from_title = title:c_alicante } - title:d_c_allai_color = { set_color_from_title = title:c_allai } - title:d_c_allaqi_color = { set_color_from_title = title:c_allaqi } - title:d_c_allenstein_color = { set_color_from_title = title:c_allenstein } - title:d_c_almader_color = { set_color_from_title = title:c_almader } - title:d_c_almaty_color = { set_color_from_title = title:c_almaty } - title:d_c_almeria_color = { set_color_from_title = title:c_almeria } - title:d_c_alodia_color = { set_color_from_title = title:c_alodia } - title:d_c_along_color = { set_color_from_title = title:c_along } - title:d_c_alpsee_color = { set_color_from_title = title:c_alpsee } - title:d_c_altay_color = { set_color_from_title = title:c_altay } - title:d_c_alto_aragon_color = { set_color_from_title = title:c_alto_aragon } - title:d_c_aluksne_color = { set_color_from_title = title:c_aluksne } - title:d_c_alupa_color = { set_color_from_title = title:c_alupa } - title:d_c_alxa_color = { set_color_from_title = title:c_alxa } - title:d_c_amatlus_color = { set_color_from_title = title:c_amatlus } - title:d_c_amaya_color = { set_color_from_title = title:c_amaya } - title:d_c_amdo_color = { set_color_from_title = title:c_amdo } - title:d_c_amhara_color = { set_color_from_title = title:c_amhara } - title:d_c_amida_color = { set_color_from_title = title:c_amida } - title:d_c_amiens_color = { set_color_from_title = title:c_amiens } - title:d_c_amol_color = { set_color_from_title = title:c_amol } - title:d_c_amstetten_color = { set_color_from_title = title:c_amstetten } - title:d_c_anbar_color = { set_color_from_title = title:c_anbar } - title:d_c_ancona_color = { set_color_from_title = title:c_ancona } - title:d_c_andujar_color = { set_color_from_title = title:c_andujar } - title:d_c_angerburg_color = { set_color_from_title = title:c_angerburg } - title:d_c_angermanland_color = { set_color_from_title = title:c_angermanland } - title:d_c_anglesey_color = { set_color_from_title = title:c_anglesey } - title:d_c_angot_color = { set_color_from_title = title:c_angot } - title:d_c_angouleme_color = { set_color_from_title = title:c_angouleme } - title:d_c_angus_color = { set_color_from_title = title:c_angus } - title:d_c_anja_color = { set_color_from_title = title:c_anja } - title:d_c_anjou_color = { set_color_from_title = title:c_anjou } - title:d_c_annaba_color = { set_color_from_title = title:c_annaba } - title:d_c_annandale_color = { set_color_from_title = title:c_annandale } - title:d_c_ansbach_color = { set_color_from_title = title:c_ansbach } - title:d_c_ansongo_color = { set_color_from_title = title:c_ansongo } - title:d_c_antiocheia_color = { set_color_from_title = title:c_antiocheia } - title:d_c_antipatreia_color = { set_color_from_title = title:c_antipatreia } - title:d_c_antwerpen_color = { set_color_from_title = title:c_antwerpen } - title:d_c_aosta_color = { set_color_from_title = title:c_aosta } - title:d_c_aowin_color = { set_color_from_title = title:c_aowin } - title:d_c_apahunik_color = { set_color_from_title = title:c_apahunik } - title:d_c_apulia_color = { set_color_from_title = title:c_apulia } - title:d_c_aqenganggyai_color = { set_color_from_title = title:c_aqenganggyai } - title:d_c_aqiq_color = { set_color_from_title = title:c_aqiq } - title:d_c_aqtobe_color = { set_color_from_title = title:c_aqtobe } - title:d_c_aquileia_color = { set_color_from_title = title:c_aquileia } - title:d_c_aquincum_color = { set_color_from_title = title:c_aquincum } - title:d_c_arad_color = { set_color_from_title = title:c_arad } - title:d_c_aral_karakum_color = { set_color_from_title = title:c_aral_karakum } - title:d_c_aralkizil_color = { set_color_from_title = title:c_aralkizil } - title:d_c_aran_color = { set_color_from_title = title:c_aran } - title:d_c_arawan_color = { set_color_from_title = title:c_arawan } - title:d_c_arbanon_color = { set_color_from_title = title:c_arbanon } - title:d_c_arborea_color = { set_color_from_title = title:c_arborea } - title:d_c_ardabil_color = { set_color_from_title = title:c_ardabil } - title:d_c_ardestan_color = { set_color_from_title = title:c_ardestan } - title:d_c_arezzo_color = { set_color_from_title = title:c_arezzo } - title:d_c_argyll_color = { set_color_from_title = title:c_argyll } - title:d_c_arigh_color = { set_color_from_title = title:c_arigh } - title:d_c_ariksar_color = { set_color_from_title = title:c_ariksar } - title:d_c_arkat_color = { set_color_from_title = title:c_arkat } - title:d_c_armagnac_color = { set_color_from_title = title:c_armagnac } - title:d_c_arnhem_color = { set_color_from_title = title:c_arnhem } - title:d_c_arnsberg_color = { set_color_from_title = title:c_arnsberg } - title:d_c_aror_color = { set_color_from_title = title:c_aror } - title:d_c_arrajan_color = { set_color_from_title = title:c_arrajan } - title:d_c_arusi_color = { set_color_from_title = title:c_arusi } - title:d_c_arzhan_color = { set_color_from_title = title:c_arzhan } - title:d_c_asfi_color = { set_color_from_title = title:c_asfi } - title:d_c_ashir_color = { set_color_from_title = title:c_ashir } - title:d_c_ashli_color = { set_color_from_title = title:c_ashli } - title:d_c_ashmaka_color = { set_color_from_title = title:c_ashmaka } - title:d_c_asir_color = { set_color_from_title = title:c_asir } - title:d_c_asirgarh_color = { set_color_from_title = title:c_asirgarh } - title:d_c_asni_color = { set_color_from_title = title:c_asni } - title:d_c_aso_color = { set_color_from_title = title:c_aso } - title:d_c_astana_color = { set_color_from_title = title:c_astana } - title:d_c_astore_color = { set_color_from_title = title:c_astore } - title:d_c_astorga_color = { set_color_from_title = title:c_astorga } - title:d_c_astrakhan_color = { set_color_from_title = title:c_astrakhan } - title:d_c_asturias_de_oviedo_color = { set_color_from_title = title:c_asturias_de_oviedo } - title:d_c_asturias_de_santillana_color = { set_color_from_title = title:c_asturias_de_santillana } - title:d_c_aswan_color = { set_color_from_title = title:c_aswan } - title:d_c_asyut_color = { set_color_from_title = title:c_asyut } - title:d_c_atamansku_color = { set_color_from_title = title:c_atamansku } - title:d_c_atbara_color = { set_color_from_title = title:c_atbara } - title:d_c_atbasar_color = { set_color_from_title = title:c_atbasar } - title:d_c_athlone_color = { set_color_from_title = title:c_athlone } - title:d_c_atholl_color = { set_color_from_title = title:c_atholl } - title:d_c_atkarsk_color = { set_color_from_title = title:c_atkarsk } - title:d_c_attica_color = { set_color_from_title = title:c_attica } - title:d_c_attie_color = { set_color_from_title = title:c_attie } - title:d_c_atyrau_color = { set_color_from_title = title:c_atyrau } - title:d_c_augsburg_color = { set_color_from_title = title:c_augsburg } - title:d_c_aunis_color = { set_color_from_title = title:c_aunis } - title:d_c_austisland_color = { set_color_from_title = title:c_austisland } - title:d_c_auvergne_color = { set_color_from_title = title:c_auvergne } - title:d_c_auxerre_color = { set_color_from_title = title:c_auxerre } - title:d_c_ava_color = { set_color_from_title = title:c_ava } - title:d_c_avalois_color = { set_color_from_title = title:c_avalois } - title:d_c_aveiro_color = { set_color_from_title = title:c_aveiro } - title:d_c_avila_color = { set_color_from_title = title:c_avila } - title:d_c_aviovara_color = { set_color_from_title = title:c_aviovara } - title:d_c_avlonas_color = { set_color_from_title = title:c_avlonas } - title:d_c_avranches_color = { set_color_from_title = title:c_avranches } - title:d_c_awjila_color = { set_color_from_title = title:c_awjila } - title:d_c_awkar_color = { set_color_from_title = title:c_awkar } - title:d_c_awssa_color = { set_color_from_title = title:c_awssa } - title:d_c_aydhab_color = { set_color_from_title = title:c_aydhab } - title:d_c_ayn_farah_color = { set_color_from_title = title:c_ayn_farah } - title:d_c_ayodhya_color = { set_color_from_title = title:c_ayodhya } - title:d_c_ayrarat_color = { set_color_from_title = title:c_ayrarat } - title:d_c_ayrshire_color = { set_color_from_title = title:c_ayrshire } - title:d_c_aytos_color = { set_color_from_title = title:c_aytos } - title:d_c_az-dhahira_color = { set_color_from_title = title:c_az-dhahira } - title:d_c_azas_color = { set_color_from_title = title:c_azas } - title:d_c_azov_color = { set_color_from_title = title:c_azov } - title:d_c_azukki_color = { set_color_from_title = title:c_azukki } - title:d_c_azysia_color = { set_color_from_title = title:c_azysia } - title:d_c_baalbek_color = { set_color_from_title = title:c_baalbek } - title:d_c_babruysk_color = { set_color_from_title = title:c_babruysk } - title:d_c_bacs_color = { set_color_from_title = title:c_bacs } - title:d_c_badajoz_color = { set_color_from_title = title:c_badajoz } - title:d_c_badakhshan_color = { set_color_from_title = title:c_badakhshan } - title:d_c_badaraya_color = { set_color_from_title = title:c_badaraya } - title:d_c_baden_color = { set_color_from_title = title:c_baden } - title:d_c_badghis_color = { set_color_from_title = title:c_badghis } - title:d_c_badi_color = { set_color_from_title = title:c_badi } - title:d_c_badis_color = { set_color_from_title = title:c_badis } - title:d_c_baduspan_color = { set_color_from_title = title:c_baduspan } - title:d_c_baghdad_color = { set_color_from_title = title:c_baghdad } - title:d_c_bagrewand_color = { set_color_from_title = title:c_bagrewand } - title:d_c_baguirmi_color = { set_color_from_title = title:c_baguirmi } - title:d_c_bahnasa_color = { set_color_from_title = title:c_bahnasa } - title:d_c_bahriya_color = { set_color_from_title = title:c_bahriya } - title:d_c_baibalik_color = { set_color_from_title = title:c_baibalik } - title:d_c_baigaluuls_color = { set_color_from_title = title:c_baigaluuls } - title:d_c_baihaq_color = { set_color_from_title = title:c_baihaq } - title:d_c_bailaqan_color = { set_color_from_title = title:c_bailaqan } - title:d_c_baima_color = { set_color_from_title = title:c_baima } - title:d_c_baingoin_color = { set_color_from_title = title:c_baingoin } - title:d_c_baisary_color = { set_color_from_title = title:c_baisary } - title:d_c_baiyin_color = { set_color_from_title = title:c_baiyin } - title:d_c_bajura_color = { set_color_from_title = title:c_bajura } - title:d_c_bakharz_color = { set_color_from_title = title:c_bakharz } - title:d_c_bakhmut_color = { set_color_from_title = title:c_bakhmut } - title:d_c_bakriya_color = { set_color_from_title = title:c_bakriya } - title:d_c_balachev_color = { set_color_from_title = title:c_balachev } - title:d_c_balashagun_color = { set_color_from_title = title:c_balashagun } - title:d_c_balgun_color = { set_color_from_title = title:c_balgun } - title:d_c_bali_color = { set_color_from_title = title:c_bali } - title:d_c_balkh_color = { set_color_from_title = title:c_balkh } - title:d_c_balkonda_color = { set_color_from_title = title:c_balkonda } - title:d_c_balqa_color = { set_color_from_title = title:c_balqa } - title:d_c_bam_color = { set_color_from_title = title:c_bam } - title:d_c_bamberg_color = { set_color_from_title = title:c_bamberg } - title:d_c_bambuk_color = { set_color_from_title = title:c_bambuk } - title:d_c_bamian_color = { set_color_from_title = title:c_bamian } - title:d_c_bampur_color = { set_color_from_title = title:c_bampur } - title:d_c_banavasi_color = { set_color_from_title = title:c_banavasi } - title:d_c_banbar_color = { set_color_from_title = title:c_banbar } - title:d_c_bandhugadha_color = { set_color_from_title = title:c_bandhugadha } - title:d_c_bandiagara_color = { set_color_from_title = title:c_bandiagara } - title:d_c_bangaon_color = { set_color_from_title = title:c_bangaon } - title:d_c_bannu_color = { set_color_from_title = title:c_bannu } - title:d_c_banre_color = { set_color_from_title = title:c_banre } - title:d_c_baol_color = { set_color_from_title = title:c_baol } - title:d_c_baqen_color = { set_color_from_title = title:c_baqen } - title:d_c_baqlin_color = { set_color_from_title = title:c_baqlin } - title:d_c_bar_color = { set_color_from_title = title:c_bar } - title:d_c_baranya_color = { set_color_from_title = title:c_baranya } - title:d_c_barasuru_color = { set_color_from_title = title:c_barasuru } - title:d_c_barbacadle_color = { set_color_from_title = title:c_barbacadle } - title:d_c_barcasag_color = { set_color_from_title = title:c_barcasag } - title:d_c_barcelona_color = { set_color_from_title = title:c_barcelona } - title:d_c_bardak_color = { set_color_from_title = title:c_bardak } - title:d_c_bargajan_color = { set_color_from_title = title:c_bargajan } - title:d_c_bari_color = { set_color_from_title = title:c_bari } - title:d_c_barkam_color = { set_color_from_title = title:c_barkam } - title:d_c_barkul_color = { set_color_from_title = title:c_barkul } - title:d_c_barlad_color = { set_color_from_title = title:c_barlad } - title:d_c_barma_color = { set_color_from_title = title:c_barma } - title:d_c_barnaul_color = { set_color_from_title = title:c_barnaul } - title:d_c_barqa_color = { set_color_from_title = title:c_barqa } - title:d_c_bars_color = { set_color_from_title = title:c_bars } - title:d_c_barsuki_color = { set_color_from_title = title:c_barsuki } - title:d_c_bartenstein_color = { set_color_from_title = title:c_bartenstein } - title:d_c_basagha_color = { set_color_from_title = title:c_basagha } - title:d_c_basra_color = { set_color_from_title = title:c_basra } - title:d_c_bassa_color = { set_color_from_title = title:c_bassa } - title:d_c_bastia_color = { set_color_from_title = title:c_bastia } - title:d_c_batang_color = { set_color_from_title = title:c_batang } - title:d_c_batiha_color = { set_color_from_title = title:c_batiha } - title:d_c_batina_color = { set_color_from_title = title:c_batina } - title:d_c_batn_al-hajar_color = { set_color_from_title = title:c_batn_al-hajar } - title:d_c_batticaloa_color = { set_color_from_title = title:c_batticaloa } - title:d_c_bauchi_color = { set_color_from_title = title:c_bauchi } - title:d_c_baxoi_color = { set_color_from_title = title:c_baxoi } - title:d_c_baydhabo_color = { set_color_from_title = title:c_baydhabo } - title:d_c_bayeux_color = { set_color_from_title = title:c_bayeux } - title:d_c_bazin_color = { set_color_from_title = title:c_bazin } - title:d_c_bearn_color = { set_color_from_title = title:c_bearn } - title:d_c_beaumont_color = { set_color_from_title = title:c_beaumont } - title:d_c_bedford_color = { set_color_from_title = title:c_bedford } - title:d_c_begemder_color = { set_color_from_title = title:c_begemder } - title:d_c_begho_color = { set_color_from_title = title:c_begho } - title:d_c_behabad_color = { set_color_from_title = title:c_behabad } - title:d_c_beirut_color = { set_color_from_title = title:c_beirut } - title:d_c_beja_color = { set_color_from_title = title:c_beja } - title:d_c_bejaia_color = { set_color_from_title = title:c_bejaia } - title:d_c_bekes_color = { set_color_from_title = title:c_bekes } - title:d_c_beksima_color = { set_color_from_title = title:c_beksima } - title:d_c_belebey_color = { set_color_from_title = title:c_belebey } - title:d_c_bellac_color = { set_color_from_title = title:c_bellac } - title:d_c_belogorje_color = { set_color_from_title = title:c_belogorje } - title:d_c_beloozero_color = { set_color_from_title = title:c_beloozero } - title:d_c_belz_color = { set_color_from_title = title:c_belz } - title:d_c_bena_color = { set_color_from_title = title:c_bena } - title:d_c_benavente_color = { set_color_from_title = title:c_benavente } - title:d_c_benevento_color = { set_color_from_title = title:c_benevento } - title:d_c_benin_color = { set_color_from_title = title:c_benin } - title:d_c_beograd_color = { set_color_from_title = title:c_beograd } - title:d_c_berbera_color = { set_color_from_title = title:c_berbera } - title:d_c_berchtesgaden_color = { set_color_from_title = title:c_berchtesgaden } - title:d_c_bereg_color = { set_color_from_title = title:c_bereg } - title:d_c_berent_color = { set_color_from_title = title:c_berent } - title:d_c_berestye_color = { set_color_from_title = title:c_berestye } - title:d_c_bergh_color = { set_color_from_title = title:c_bergh } - title:d_c_berkshire_color = { set_color_from_title = title:c_berkshire } - title:d_c_berlin_color = { set_color_from_title = title:c_berlin } - title:d_c_bern_color = { set_color_from_title = title:c_bern } - title:d_c_beroe_color = { set_color_from_title = title:c_beroe } - title:d_c_berry_color = { set_color_from_title = title:c_berry } - title:d_c_berta_color = { set_color_from_title = title:c_berta } - title:d_c_besancon_color = { set_color_from_title = title:c_besancon } - title:d_c_beshbalik_color = { set_color_from_title = title:c_beshbalik } - title:d_c_beszterce_color = { set_color_from_title = title:c_beszterce } - title:d_c_bethen_color = { set_color_from_title = title:c_bethen } - title:d_c_betpa_color = { set_color_from_title = title:c_betpa } - title:d_c_bezichi_color = { set_color_from_title = title:c_bezichi } - title:d_c_beziers_color = { set_color_from_title = title:c_beziers } - title:d_c_bhakkar_color = { set_color_from_title = title:c_bhakkar } - title:d_c_bhaktapur_color = { set_color_from_title = title:c_bhaktapur } - title:d_c_bhera_color = { set_color_from_title = title:c_bhera } - title:d_c_bhumilka_color = { set_color_from_title = title:c_bhumilka } - title:d_c_bigorre_color = { set_color_from_title = title:c_bigorre } - title:d_c_bihar_color = { set_color_from_title = title:c_bihar } - title:d_c_biia_color = { set_color_from_title = title:c_biia } - title:d_c_bikrampur_color = { set_color_from_title = title:c_bikrampur } - title:d_c_bilizma_color = { set_color_from_title = title:c_bilizma } - title:d_c_bilma_color = { set_color_from_title = title:c_bilma } - title:d_c_bindugu_color = { set_color_from_title = title:c_bindugu } - title:d_c_bir_amir_color = { set_color_from_title = title:c_bir_amir } - title:d_c_bisha_color = { set_color_from_title = title:c_bisha } - title:d_c_biskra_color = { set_color_from_title = title:c_biskra } - title:d_c_bithynia_color = { set_color_from_title = title:c_bithynia } - title:d_c_biton_color = { set_color_from_title = title:c_biton } - title:d_c_biun_color = { set_color_from_title = title:c_biun } - title:d_c_blankenburg_color = { set_color_from_title = title:c_blankenburg } - title:d_c_blekinge_color = { set_color_from_title = title:c_blekinge } - title:d_c_blois_color = { set_color_from_title = title:c_blois } - title:d_c_bodele_color = { set_color_from_title = title:c_bodele } - title:d_c_bodrog_color = { set_color_from_title = title:c_bodrog } - title:d_c_boeotia_color = { set_color_from_title = title:c_boeotia } - title:d_c_boleslav_color = { set_color_from_title = title:c_boleslav } - title:d_c_bolghar_color = { set_color_from_title = title:c_bolghar } - title:d_c_bologna_color = { set_color_from_title = title:c_bologna } - title:d_c_bombogor_color = { set_color_from_title = title:c_bombogor } - title:d_c_bome_color = { set_color_from_title = title:c_bome } - title:d_c_bonduku_color = { set_color_from_title = title:c_bonduku } - title:d_c_bono_color = { set_color_from_title = title:c_bono } - title:d_c_bonoso_color = { set_color_from_title = title:c_bonoso } - title:d_c_bordeaux_color = { set_color_from_title = title:c_bordeaux } - title:d_c_bornholm_color = { set_color_from_title = title:c_bornholm } - title:d_c_bornu_color = { set_color_from_title = title:c_bornu } - title:d_c_boro_burgasu_color = { set_color_from_title = title:c_boro_burgasu } - title:d_c_boron_color = { set_color_from_title = title:c_boron } - title:d_c_borsod_color = { set_color_from_title = title:c_borsod } - title:d_c_bost_color = { set_color_from_title = title:c_bost } - title:d_c_bothin_color = { set_color_from_title = title:c_bothin } - title:d_c_boubo_color = { set_color_from_title = title:c_boubo } - title:d_c_bouillon_color = { set_color_from_title = title:c_bouillon } - title:d_c_boulogne_color = { set_color_from_title = title:c_boulogne } - title:d_c_bourbon_color = { set_color_from_title = title:c_bourbon } - title:d_c_brabant_color = { set_color_from_title = title:c_brabant } - title:d_c_braganza_color = { set_color_from_title = title:c_braganza } - title:d_c_braila_color = { set_color_from_title = title:c_braila } - title:d_c_brandenburg_color = { set_color_from_title = title:c_brandenburg } - title:d_c_branicevo_color = { set_color_from_title = title:c_branicevo } - title:d_c_braslau_color = { set_color_from_title = title:c_braslau } - title:d_c_bratsk_color = { set_color_from_title = title:c_bratsk } - title:d_c_brecknockshire_color = { set_color_from_title = title:c_brecknockshire } - title:d_c_breifne_color = { set_color_from_title = title:c_breifne } - title:d_c_breisgau_color = { set_color_from_title = title:c_breisgau } - title:d_c_bremen_color = { set_color_from_title = title:c_bremen } - title:d_c_brene_color = { set_color_from_title = title:c_brene } - title:d_c_brescia_color = { set_color_from_title = title:c_brescia } - title:d_c_breslau_color = { set_color_from_title = title:c_breslau } - title:d_c_bresse_color = { set_color_from_title = title:c_bresse } - title:d_c_brie_francaise_color = { set_color_from_title = title:c_brie_francaise } - title:d_c_briey_color = { set_color_from_title = title:c_briey } - title:d_c_brixen_color = { set_color_from_title = title:c_brixen } - title:d_c_brno_color = { set_color_from_title = title:c_brno } - title:d_c_brugge_color = { set_color_from_title = title:c_brugge } - title:d_c_brunswick_color = { set_color_from_title = title:c_brunswick } - title:d_c_brysis_color = { set_color_from_title = title:c_brysis } - title:d_c_brzeg_color = { set_color_from_title = title:c_brzeg } - title:d_c_buchan_color = { set_color_from_title = title:c_buchan } - title:d_c_buckinghamshire_color = { set_color_from_title = title:c_buckinghamshire } - title:d_c_bucuresti_color = { set_color_from_title = title:c_bucuresti } - title:d_c_bugurslan_color = { set_color_from_title = title:c_bugurslan } - title:d_c_bukhara_color = { set_color_from_title = title:c_bukhara } - title:d_c_bumthang_color = { set_color_from_title = title:c_bumthang } - title:d_c_bundu_color = { set_color_from_title = title:c_bundu } - title:d_c_bur_color = { set_color_from_title = title:c_bur } - title:d_c_bura_color = { set_color_from_title = title:c_bura } - title:d_c_bure_color = { set_color_from_title = title:c_bure } - title:d_c_burgas_color = { set_color_from_title = title:c_burgas } - title:d_c_burgau_color = { set_color_from_title = title:c_burgau } - title:d_c_burgos_color = { set_color_from_title = title:c_burgos } - title:d_c_burhanpur_color = { set_color_from_title = title:c_burhanpur } - title:d_c_burji_color = { set_color_from_title = title:c_burji } - title:d_c_burugu_aallar_color = { set_color_from_title = title:c_burugu_aallar } - title:d_c_busaso_color = { set_color_from_title = title:c_busaso } - title:d_c_bussa_color = { set_color_from_title = title:c_bussa } - title:d_c_buthrotum_color = { set_color_from_title = title:c_buthrotum } - title:d_c_buzau_color = { set_color_from_title = title:c_buzau } - title:d_c_byzantion_color = { set_color_from_title = title:c_byzantion } - title:d_c_cabardinia_color = { set_color_from_title = title:c_cabardinia } - title:d_c_cabra_color = { set_color_from_title = title:c_cabra } - title:d_c_caceres_color = { set_color_from_title = title:c_caceres } - title:d_c_cadiz_color = { set_color_from_title = title:c_cadiz } - title:d_c_caernarfonshire_color = { set_color_from_title = title:c_caernarfonshire } - title:d_c_cagliari_color = { set_color_from_title = title:c_cagliari } - title:d_c_cairo_color = { set_color_from_title = title:c_cairo } - title:d_c_caithness_color = { set_color_from_title = title:c_caithness } - title:d_c_cakrakuta_color = { set_color_from_title = title:c_cakrakuta } - title:d_c_calafat_color = { set_color_from_title = title:c_calafat } - title:d_c_calarasi_color = { set_color_from_title = title:c_calarasi } - title:d_c_calatayud_color = { set_color_from_title = title:c_calatayud } - title:d_c_calatrava_color = { set_color_from_title = title:c_calatrava } - title:d_c_camarda_color = { set_color_from_title = title:c_camarda } - title:d_c_cambray_color = { set_color_from_title = title:c_cambray } - title:d_c_cambridgeshire_color = { set_color_from_title = title:c_cambridgeshire } - title:d_c_cammin_color = { set_color_from_title = title:c_cammin } - title:d_c_campulung_color = { set_color_from_title = title:c_campulung } - title:d_c_canarias_color = { set_color_from_title = title:c_canarias } - title:d_c_canavese_color = { set_color_from_title = title:c_canavese } - title:d_c_canda_color = { set_color_from_title = title:c_canda } - title:d_c_candhoba_color = { set_color_from_title = title:c_candhoba } - title:d_c_candradvipa_color = { set_color_from_title = title:c_candradvipa } - title:d_c_cappadocia_color = { set_color_from_title = title:c_cappadocia } - title:d_c_capua_color = { set_color_from_title = title:c_capua } - title:d_c_carcassonne_color = { set_color_from_title = title:c_carcassonne } - title:d_c_cardiganshire_color = { set_color_from_title = title:c_cardiganshire } - title:d_c_caria_color = { set_color_from_title = title:c_caria } - title:d_c_carmarthenshire_color = { set_color_from_title = title:c_carmarthenshire } - title:d_c_carrick_color = { set_color_from_title = title:c_carrick } - title:d_c_casentino_color = { set_color_from_title = title:c_casentino } - title:d_c_caslav_color = { set_color_from_title = title:c_caslav } - title:d_c_castellon_color = { set_color_from_title = title:c_castellon } - title:d_c_castelo_branco_color = { set_color_from_title = title:c_castelo_branco } - title:d_c_caze_color = { set_color_from_title = title:c_caze } - title:d_c_cephalonia_color = { set_color_from_title = title:c_cephalonia } - title:d_c_cerasus_color = { set_color_from_title = title:c_cerasus } - title:d_c_cetatea_alba_color = { set_color_from_title = title:c_cetatea_alba } - title:d_c_cetina_color = { set_color_from_title = title:c_cetina } - title:d_c_ceuta_color = { set_color_from_title = title:c_ceuta } - title:d_c_chadrinsk_color = { set_color_from_title = title:c_chadrinsk } - title:d_c_chagdy_aallar_color = { set_color_from_title = title:c_chagdy_aallar } - title:d_c_chaghaniyan_color = { set_color_from_title = title:c_chaghaniyan } - title:d_c_chah_color = { set_color_from_title = title:c_chah } - title:d_c_chakla_color = { set_color_from_title = title:c_chakla } - title:d_c_chalkidike_color = { set_color_from_title = title:c_chalkidike } - title:d_c_chalon_color = { set_color_from_title = title:c_chalon } - title:d_c_chalons_color = { set_color_from_title = title:c_chalons } - title:d_c_chamil_color = { set_color_from_title = title:c_chamil } - title:d_c_chandax_color = { set_color_from_title = title:c_chandax } - title:d_c_chanderi_color = { set_color_from_title = title:c_chanderi } - title:d_c_changma_color = { set_color_from_title = title:c_changma } - title:d_c_chania_color = { set_color_from_title = title:c_chania } - title:d_c_charaideo_color = { set_color_from_title = title:c_charaideo } - title:d_c_charkliq_color = { set_color_from_title = title:c_charkliq } - title:d_c_charsianon_color = { set_color_from_title = title:c_charsianon } - title:d_c_chartres_color = { set_color_from_title = title:c_chartres } - title:d_c_chauragarh_color = { set_color_from_title = title:c_chauragarh } - title:d_c_cheboksary_color = { set_color_from_title = title:c_cheboksary } - title:d_c_chelabinsk_color = { set_color_from_title = title:c_chelabinsk } - title:d_c_cherchen_color = { set_color_from_title = title:c_cherchen } - title:d_c_cherik_color = { set_color_from_title = title:c_cherik } - title:d_c_cherkassy_color = { set_color_from_title = title:c_cherkassy } - title:d_c_chernigov_color = { set_color_from_title = title:c_chernigov } - title:d_c_cherso_color = { set_color_from_title = title:c_cherso } - title:d_c_cherven_color = { set_color_from_title = title:c_cherven } - title:d_c_cheshire_color = { set_color_from_title = title:c_cheshire } - title:d_c_chich_color = { set_color_from_title = title:c_chich } - title:d_c_chikoy_color = { set_color_from_title = title:c_chikoy } - title:d_c_chilia_color = { set_color_from_title = title:c_chilia } - title:d_c_chindu_color = { set_color_from_title = title:c_chindu } - title:d_c_chios_color = { set_color_from_title = title:c_chios } - title:d_c_chitrakut_color = { set_color_from_title = title:c_chitrakut } - title:d_c_chitral_color = { set_color_from_title = title:c_chitral } - title:d_c_choklema_color = { set_color_from_title = title:c_choklema } - title:d_c_cholamandalam_color = { set_color_from_title = title:c_cholamandalam } - title:d_c_chonae_color = { set_color_from_title = title:c_chonae } - title:d_c_chornobyl_color = { set_color_from_title = title:c_chornobyl } - title:d_c_chuguchak_color = { set_color_from_title = title:c_chuguchak } - title:d_c_chulym_color = { set_color_from_title = title:c_chulym } - title:d_c_chumarho_color = { set_color_from_title = title:c_chumarho } - title:d_c_chuna_color = { set_color_from_title = title:c_chuna } - title:d_c_chunar_color = { set_color_from_title = title:c_chunar } - title:d_c_chungthang_color = { set_color_from_title = title:c_chungthang } - title:d_c_chuya_color = { set_color_from_title = title:c_chuya } - title:d_c_cieszyn_color = { set_color_from_title = title:c_cieszyn } - title:d_c_cilicia_color = { set_color_from_title = title:c_cilicia } - title:d_c_clermont_color = { set_color_from_title = title:c_clermont } - title:d_c_clermont_sur_allier_color = { set_color_from_title = title:c_clermont_sur_allier } - title:d_c_cleves_color = { set_color_from_title = title:c_cleves } - title:d_c_coburg_color = { set_color_from_title = title:c_coburg } - title:d_c_coimbra_color = { set_color_from_title = title:c_coimbra } - title:d_c_colmar_color = { set_color_from_title = title:c_colmar } - title:d_c_cologne_color = { set_color_from_title = title:c_cologne } - title:d_c_colonea_color = { set_color_from_title = title:c_colonea } - title:d_c_comai_color = { set_color_from_title = title:c_comai } - title:d_c_comminges_color = { set_color_from_title = title:c_comminges } - title:d_c_como_color = { set_color_from_title = title:c_como } - title:d_c_cona_color = { set_color_from_title = title:c_cona } - title:d_c_connacht_color = { set_color_from_title = title:c_connacht } - title:d_c_constanta_color = { set_color_from_title = title:c_constanta } - title:d_c_constantine_color = { set_color_from_title = title:c_constantine } - title:d_c_coqen_color = { set_color_from_title = title:c_coqen } - title:d_c_cordoba_color = { set_color_from_title = title:c_cordoba } - title:d_c_cornouaille_color = { set_color_from_title = title:c_cornouaille } - title:d_c_cornwall_color = { set_color_from_title = title:c_cornwall } - title:d_c_coruna_color = { set_color_from_title = title:c_coruna } - title:d_c_cosenza_color = { set_color_from_title = title:c_cosenza } - title:d_c_cottbus_color = { set_color_from_title = title:c_cottbus } - title:d_c_coulommiers_color = { set_color_from_title = title:c_coulommiers } - title:d_c_cozhelhoma_color = { set_color_from_title = title:c_cozhelhoma } - title:d_c_craiova_color = { set_color_from_title = title:c_craiova } - title:d_c_cremona_color = { set_color_from_title = title:c_cremona } - title:d_c_csanad_color = { set_color_from_title = title:c_csanad } - title:d_c_csongrad_color = { set_color_from_title = title:c_csongrad } - title:d_c_cuellar_color = { set_color_from_title = title:c_cuellar } - title:d_c_cuenca_color = { set_color_from_title = title:c_cuenca } - title:d_c_cumberland_color = { set_color_from_title = title:c_cumberland } - title:d_c_cumbum_color = { set_color_from_title = title:c_cumbum } - title:d_c_cuneo_color = { set_color_from_title = title:c_cuneo } - title:d_c_cuonaco_color = { set_color_from_title = title:c_cuonaco } - title:d_c_cykma_color = { set_color_from_title = title:c_cykma } - title:d_c_czerska_color = { set_color_from_title = title:c_czerska } - title:d_c_dabou_color = { set_color_from_title = title:c_dabou } - title:d_c_daboya_color = { set_color_from_title = title:c_daboya } - title:d_c_dabusiya_color = { set_color_from_title = title:c_dabusiya } - title:d_c_dadhipadra_color = { set_color_from_title = title:c_dadhipadra } - title:d_c_dagomba_color = { set_color_from_title = title:c_dagomba } - title:d_c_dagon_color = { set_color_from_title = title:c_dagon } - title:d_c_dahlak_color = { set_color_from_title = title:c_dahlak } - title:d_c_dajing_color = { set_color_from_title = title:c_dajing } - title:d_c_dakajalan_color = { set_color_from_title = title:c_dakajalan } - title:d_c_dakhina_desa_color = { set_color_from_title = title:c_dakhina_desa } - title:d_c_dakhla_color = { set_color_from_title = title:c_dakhla } - title:d_c_dakkar_color = { set_color_from_title = title:c_dakkar } - title:d_c_dal_color = { set_color_from_title = title:c_dal } - title:d_c_dalabergslagen_color = { set_color_from_title = title:c_dalabergslagen } - title:d_c_dalarna_color = { set_color_from_title = title:c_dalarna } - title:d_c_daman_color = { set_color_from_title = title:c_daman } - title:d_c_damascus_color = { set_color_from_title = title:c_damascus } - title:d_c_damghan_color = { set_color_from_title = title:c_damghan } - title:d_c_damietta_color = { set_color_from_title = title:c_damietta } - title:d_c_damin_i_koh_color = { set_color_from_title = title:c_damin_i_koh } - title:d_c_damoh_color = { set_color_from_title = title:c_damoh } - title:d_c_damot_color = { set_color_from_title = title:c_damot } - title:d_c_damxung_color = { set_color_from_title = title:c_damxung } - title:d_c_danakil_color = { set_color_from_title = title:c_danakil } - title:d_c_dang_color = { set_color_from_title = title:c_dang } - title:d_c_dangla_color = { set_color_from_title = title:c_dangla } - title:d_c_dannenberg_color = { set_color_from_title = title:c_dannenberg } - title:d_c_danzig_color = { set_color_from_title = title:c_danzig } - title:d_c_dar-al-rih_color = { set_color_from_title = title:c_dar-al-rih } - title:d_c_dar_al-said_color = { set_color_from_title = title:c_dar_al-said } - title:d_c_dar_rashid_color = { set_color_from_title = title:c_dar_rashid } - title:d_c_dar_sila_color = { set_color_from_title = title:c_dar_sila } - title:d_c_dara_color = { set_color_from_title = title:c_dara } - title:d_c_darabjerd_color = { set_color_from_title = title:c_darabjerd } - title:d_c_daramdin_color = { set_color_from_title = title:c_daramdin } - title:d_c_darcha_color = { set_color_from_title = title:c_darcha } - title:d_c_darghan_color = { set_color_from_title = title:c_darghan } - title:d_c_darkhad_valley_color = { set_color_from_title = title:c_darkhad_valley } - title:d_c_darmashan_color = { set_color_from_title = title:c_darmashan } - title:d_c_dasapura_color = { set_color_from_title = title:c_dasapura } - title:d_c_dathina_color = { set_color_from_title = title:c_dathina } - title:d_c_datong_color = { set_color_from_title = title:c_datong } - title:d_c_daura_color = { set_color_from_title = title:c_daura } - title:d_c_dausar_color = { set_color_from_title = title:c_dausar } - title:d_c_dawaro_color = { set_color_from_title = title:c_dawaro } - title:d_c_dawraq_color = { set_color_from_title = title:c_dawraq } - title:d_c_dawu_color = { set_color_from_title = title:c_dawu } - title:d_c_debar_color = { set_color_from_title = title:c_debar } - title:d_c_debul_color = { set_color_from_title = title:c_debul } - title:d_c_dege_color = { set_color_from_title = title:c_dege } - title:d_c_degelen_color = { set_color_from_title = title:c_degelen } - title:d_c_deggerdorf_color = { set_color_from_title = title:c_deggerdorf } - title:d_c_delhi_color = { set_color_from_title = title:c_delhi } - title:d_c_dembiya_color = { set_color_from_title = title:c_dembiya } - title:d_c_demchok_color = { set_color_from_title = title:c_demchok } - title:d_c_demetrias_color = { set_color_from_title = title:c_demetrias } - title:d_c_denbighshire_color = { set_color_from_title = title:c_denbighshire } - title:d_c_dendi_color = { set_color_from_title = title:c_dendi } - title:d_c_dengqen_color = { set_color_from_title = title:c_dengqen } - title:d_c_denia_color = { set_color_from_title = title:c_denia } - title:d_c_deqen_color = { set_color_from_title = title:c_deqen } - title:d_c_derbent_color = { set_color_from_title = title:c_derbent } - title:d_c_derby_color = { set_color_from_title = title:c_derby } - title:d_c_derlenka_color = { set_color_from_title = title:c_derlenka } - title:d_c_derna_color = { set_color_from_title = title:c_derna } - title:d_c_desmond_color = { set_color_from_title = title:c_desmond } - title:d_c_dessau_color = { set_color_from_title = title:c_dessau } - title:d_c_devagiri_color = { set_color_from_title = title:c_devagiri } - title:d_c_devon_color = { set_color_from_title = title:c_devon } - title:d_c_dhafra_color = { set_color_from_title = title:c_dhafra } - title:d_c_dhamalpur_color = { set_color_from_title = title:c_dhamalpur } - title:d_c_dhankar_color = { set_color_from_title = title:c_dhankar } - title:d_c_dhara_color = { set_color_from_title = title:c_dhara } - title:d_c_dhofar_color = { set_color_from_title = title:c_dhofar } - title:d_c_dhraina_color = { set_color_from_title = title:c_dhraina } - title:d_c_diamare_color = { set_color_from_title = title:c_diamare } - title:d_c_dibri_color = { set_color_from_title = title:c_dibri } - title:d_c_dihistan_color = { set_color_from_title = title:c_dihistan } - title:d_c_dijon_color = { set_color_from_title = title:c_dijon } - title:d_c_dimapur_color = { set_color_from_title = title:c_dimapur } - title:d_c_dipalpur_color = { set_color_from_title = title:c_dipalpur } - title:d_c_dirku_color = { set_color_from_title = title:c_dirku } - title:d_c_diskit_color = { set_color_from_title = title:c_diskit } - title:d_c_ditmarschen_color = { set_color_from_title = title:c_ditmarschen } - title:d_c_djado_color = { set_color_from_title = title:c_djado } - title:d_c_djanet_color = { set_color_from_title = title:c_djanet } - title:d_c_djarin_color = { set_color_from_title = title:c_djarin } - title:d_c_djerba_color = { set_color_from_title = title:c_djerba } - title:d_c_djugu_color = { set_color_from_title = title:c_djugu } - title:d_c_dnipro_color = { set_color_from_title = title:c_dnipro } - title:d_c_dobrzynska_color = { set_color_from_title = title:c_dobrzynska } - title:d_c_dodugu_color = { set_color_from_title = title:c_dodugu } - title:d_c_dokkum_color = { set_color_from_title = title:c_dokkum } - title:d_c_dole_color = { set_color_from_title = title:c_dole } - title:d_c_dolgujar_color = { set_color_from_title = title:c_dolgujar } - title:d_c_dongola_color = { set_color_from_title = title:c_dongola } - title:d_c_donjikraji_color = { set_color_from_title = title:c_donjikraji } - title:d_c_dorohoi_color = { set_color_from_title = title:c_dorohoi } - title:d_c_dorohychyn_color = { set_color_from_title = title:c_dorohychyn } - title:d_c_dorostorum_color = { set_color_from_title = title:c_dorostorum } - title:d_c_dorpat_color = { set_color_from_title = title:c_dorpat } - title:d_c_dorset_color = { set_color_from_title = title:c_dorset } - title:d_c_dortmund_color = { set_color_from_title = title:c_dortmund } - title:d_c_doti_color = { set_color_from_title = title:c_doti } - title:d_c_doudleby_color = { set_color_from_title = title:c_doudleby } - title:d_c_draa_color = { set_color_from_title = title:c_draa } - title:d_c_dresden_color = { set_color_from_title = title:c_dresden } - title:d_c_dublin_color = { set_color_from_title = title:c_dublin } - title:d_c_dubrovytsia_color = { set_color_from_title = title:c_dubrovytsia } - title:d_c_duklja_color = { set_color_from_title = title:c_duklja } - title:d_c_dunbar_color = { set_color_from_title = title:c_dunbar } - title:d_c_dunhuang_color = { set_color_from_title = title:c_dunhuang } - title:d_c_duqm_color = { set_color_from_title = title:c_duqm } - title:d_c_durdzukia_color = { set_color_from_title = title:c_durdzukia } - title:d_c_durham_color = { set_color_from_title = title:c_durham } - title:d_c_durne_color = { set_color_from_title = title:c_durne } - title:d_c_durovka_color = { set_color_from_title = title:c_durovka } - title:d_c_dvaraka_color = { set_color_from_title = title:c_dvaraka } - title:d_c_dvin_color = { set_color_from_title = title:c_dvin } - title:d_c_dyamare_color = { set_color_from_title = title:c_dyamare } - title:d_c_dyrrachion_color = { set_color_from_title = title:c_dyrrachion } - title:d_c_dyulaso_color = { set_color_from_title = title:c_dyulaso } - title:d_c_east-tokharestan_color = { set_color_from_title = title:c_east-tokharestan } - title:d_c_east_darfur_color = { set_color_from_title = title:c_east_darfur } - title:d_c_east_kiilt_color = { set_color_from_title = title:c_east_kiilt } - title:d_c_east_riding_color = { set_color_from_title = title:c_east_riding } - title:d_c_eastern_tannu_color = { set_color_from_title = title:c_eastern_tannu } - title:d_c_edd_color = { set_color_from_title = title:c_edd } - title:d_c_edessa_color = { set_color_from_title = title:c_edessa } - title:d_c_edo_color = { set_color_from_title = title:c_edo } - title:d_c_eghiz_kara_color = { set_color_from_title = title:c_eghiz_kara } - title:d_c_eichstadt_color = { set_color_from_title = title:c_eichstadt } - title:d_c_el_fasher_color = { set_color_from_title = title:c_el_fasher } - title:d_c_el_waak_color = { set_color_from_title = title:c_el_waak } - title:d_c_elabuga_color = { set_color_from_title = title:c_elabuga } - title:d_c_eleila_color = { set_color_from_title = title:c_eleila } - title:d_c_elvas_color = { set_color_from_title = title:c_elvas } - title:d_c_embrun_color = { set_color_from_title = title:c_embrun } - title:d_c_emil_color = { set_color_from_title = title:c_emil } - title:d_c_ennis_color = { set_color_from_title = title:c_ennis } - title:d_c_epeiros_color = { set_color_from_title = title:c_epeiros } - title:d_c_erbach_color = { set_color_from_title = title:c_erbach } - title:d_c_eschenlohe_color = { set_color_from_title = title:c_eschenlohe } - title:d_c_essex_color = { set_color_from_title = title:c_essex } - title:d_c_eu_color = { set_color_from_title = title:c_eu } - title:d_c_euboea_color = { set_color_from_title = title:c_euboea } - title:d_c_euchaita_color = { set_color_from_title = title:c_euchaita } - title:d_c_evreux_color = { set_color_from_title = title:c_evreux } - title:d_c_ewe_color = { set_color_from_title = title:c_ewe } - title:d_c_eystridalir_color = { set_color_from_title = title:c_eystridalir } - title:d_c_faereyar_color = { set_color_from_title = title:c_faereyar } - title:d_c_fafan_color = { set_color_from_title = title:c_fafan } - title:d_c_falaj_color = { set_color_from_title = title:c_falaj } - title:d_c_famagusta_color = { set_color_from_title = title:c_famagusta } - title:d_c_fanhe_color = { set_color_from_title = title:c_fanhe } - title:d_c_fante_color = { set_color_from_title = title:c_fante } - title:d_c_farafra_color = { set_color_from_title = title:c_farafra } - title:d_c_farah_color = { set_color_from_title = title:c_farah } - title:d_c_farama_color = { set_color_from_title = title:c_farama } - title:d_c_faras_color = { set_color_from_title = title:c_faras } - title:d_c_farava_color = { set_color_from_title = title:c_farava } - title:d_c_faro_color = { set_color_from_title = title:c_faro } - title:d_c_fayyum_color = { set_color_from_title = title:c_fayyum } - title:d_c_fazaz_color = { set_color_from_title = title:c_fazaz } - title:d_c_fazughli_color = { set_color_from_title = title:c_fazughli } - title:d_c_feher_color = { set_color_from_title = title:c_feher } - title:d_c_fellata_color = { set_color_from_title = title:c_fellata } - title:d_c_ferghana_color = { set_color_from_title = title:c_ferghana } - title:d_c_fermo_color = { set_color_from_title = title:c_fermo } - title:d_c_ferrara_color = { set_color_from_title = title:c_ferrara } - title:d_c_fes_color = { set_color_from_title = title:c_fes } - title:d_c_fetegar_color = { set_color_from_title = title:c_fetegar } - title:d_c_fife_color = { set_color_from_title = title:c_fife } - title:d_c_figuig_color = { set_color_from_title = title:c_figuig } - title:d_c_fika_color = { set_color_from_title = title:c_fika } - title:d_c_finland_color = { set_color_from_title = title:c_finland } - title:d_c_finnveden_color = { set_color_from_title = title:c_finnveden } - title:d_c_firabr_color = { set_color_from_title = title:c_firabr } - title:d_c_firaun_color = { set_color_from_title = title:c_firaun } - title:d_c_firdafylki_color = { set_color_from_title = title:c_firdafylki } - title:d_c_firenze_color = { set_color_from_title = title:c_firenze } - title:d_c_fitri_color = { set_color_from_title = title:c_fitri } - title:d_c_fogaras_color = { set_color_from_title = title:c_fogaras } - title:d_c_foggia_color = { set_color_from_title = title:c_foggia } - title:d_c_foix_color = { set_color_from_title = title:c_foix } - title:d_c_forcalquier_color = { set_color_from_title = title:c_forcalquier } - title:d_c_forez_color = { set_color_from_title = title:c_forez } - title:d_c_fraga_color = { set_color_from_title = title:c_fraga } - title:d_c_frankfurt_color = { set_color_from_title = title:c_frankfurt } - title:d_c_freistadt_color = { set_color_from_title = title:c_freistadt } - title:d_c_french_leon_color = { set_color_from_title = title:c_french_leon } - title:d_c_frisia_color = { set_color_from_title = title:c_frisia } - title:d_c_friuli_color = { set_color_from_title = title:c_friuli } - title:d_c_fudalhi_color = { set_color_from_title = title:c_fudalhi } - title:d_c_fuerteventura_color = { set_color_from_title = title:c_fuerteventura } - title:d_c_fulda_color = { set_color_from_title = title:c_fulda } - title:d_c_fuqi_color = { set_color_from_title = title:c_fuqi } - title:d_c_furstenberg_color = { set_color_from_title = title:c_furstenberg } - title:d_c_futa_jalon_color = { set_color_from_title = title:c_futa_jalon } - title:d_c_fyn_color = { set_color_from_title = title:c_fyn } - title:d_c_gabal_color = { set_color_from_title = title:c_gabal } - title:d_c_gabes_color = { set_color_from_title = title:c_gabes } - title:d_c_gacka_color = { set_color_from_title = title:c_gacka } - title:d_c_gafat_color = { set_color_from_title = title:c_gafat } - title:d_c_galam_color = { set_color_from_title = title:c_galam } - title:d_c_galati_color = { set_color_from_title = title:c_galati } - title:d_c_galatia_color = { set_color_from_title = title:c_galatia } - title:d_c_galatia_salutaris_color = { set_color_from_title = title:c_galatia_salutaris } - title:d_c_galloway_color = { set_color_from_title = title:c_galloway } - title:d_c_gallura_color = { set_color_from_title = title:c_gallura } - title:d_c_gamo_color = { set_color_from_title = title:c_gamo } - title:d_c_ganale_color = { set_color_from_title = title:c_ganale } - title:d_c_gangaran_color = { set_color_from_title = title:c_gangaran } - title:d_c_ganzhou_color = { set_color_from_title = title:c_ganzhou } - title:d_c_gao_color = { set_color_from_title = title:c_gao } - title:d_c_gaotai_color = { set_color_from_title = title:c_gaotai } - title:d_c_gar_color = { set_color_from_title = title:c_gar } - title:d_c_garabogazkol_color = { set_color_from_title = title:c_garabogazkol } - title:d_c_garco_color = { set_color_from_title = title:c_garco } - title:d_c_garkung_color = { set_color_from_title = title:c_garkung } - title:d_c_garoua_color = { set_color_from_title = title:c_garoua } - title:d_c_garumele_color = { set_color_from_title = title:c_garumele } - title:d_c_garwhal_color = { set_color_from_title = title:c_garwhal } - title:d_c_garze_color = { set_color_from_title = title:c_garze } - title:d_c_gastrikland_color = { set_color_from_title = title:c_gastrikland } - title:d_c_gatsuurgazar_color = { set_color_from_title = title:c_gatsuurgazar } - title:d_c_gauda_color = { set_color_from_title = title:c_gauda } - title:d_c_gauldala_color = { set_color_from_title = title:c_gauldala } - title:d_c_gaya_color = { set_color_from_title = title:c_gaya } - title:d_c_geba_color = { set_color_from_title = title:c_geba } - title:d_c_gegyai_color = { set_color_from_title = title:c_gegyai } - title:d_c_gemer_color = { set_color_from_title = title:c_gemer } - title:d_c_geneva_color = { set_color_from_title = title:c_geneva } - title:d_c_genoa_color = { set_color_from_title = title:c_genoa } - title:d_c_germa_color = { set_color_from_title = title:c_germa } - title:d_c_gerqen_color = { set_color_from_title = title:c_gerqen } - title:d_c_gerze_color = { set_color_from_title = title:c_gerze } - title:d_c_gevaudan_color = { set_color_from_title = title:c_gevaudan } - title:d_c_gezira_color = { set_color_from_title = title:c_gezira } - title:d_c_ghadames_color = { set_color_from_title = title:c_ghadames } - title:d_c_gharb_color = { set_color_from_title = title:c_gharb } - title:d_c_ghardaia_color = { set_color_from_title = title:c_ghardaia } - title:d_c_ghat_color = { set_color_from_title = title:c_ghat } - title:d_c_ghazna_color = { set_color_from_title = title:c_ghazna } - title:d_c_ghazza_color = { set_color_from_title = title:c_ghazza } - title:d_c_ghazzal_color = { set_color_from_title = title:c_ghazzal } - title:d_c_ghulja_color = { set_color_from_title = title:c_ghulja } - title:d_c_ghur_color = { set_color_from_title = title:c_ghur } - title:d_c_gidaya_color = { set_color_from_title = title:c_gidaya } - title:d_c_gilan_color = { set_color_from_title = title:c_gilan } - title:d_c_gilgit_color = { set_color_from_title = title:c_gilgit } - title:d_c_girona_color = { set_color_from_title = title:c_girona } - title:d_c_giurgiu_color = { set_color_from_title = title:c_giurgiu } - title:d_c_giza_color = { set_color_from_title = title:c_giza } - title:d_c_glamorgan_color = { set_color_from_title = title:c_glamorgan } - title:d_c_glazov_color = { set_color_from_title = title:c_glazov } - title:d_c_gleichenstein_color = { set_color_from_title = title:c_gleichenstein } - title:d_c_gloucestershire_color = { set_color_from_title = title:c_gloucestershire } - title:d_c_gnezdovo_color = { set_color_from_title = title:c_gnezdovo } - title:d_c_gnieznienska_color = { set_color_from_title = title:c_gnieznienska } - title:d_c_goalpara_color = { set_color_from_title = title:c_goalpara } - title:d_c_gobir_color = { set_color_from_title = title:c_gobir } - title:d_c_gode_color = { set_color_from_title = title:c_gode } - title:d_c_godwad_color = { set_color_from_title = title:c_godwad } - title:d_c_gojjam_color = { set_color_from_title = title:c_gojjam } - title:d_c_gola_color = { set_color_from_title = title:c_gola } - title:d_c_golag_color = { set_color_from_title = title:c_golag } - title:d_c_golaghmuli_color = { set_color_from_title = title:c_golaghmuli } - title:d_c_golden_hills_color = { set_color_from_title = title:c_golden_hills } - title:d_c_gomel_color = { set_color_from_title = title:c_gomel } - title:d_c_gomoco_color = { set_color_from_title = title:c_gomoco } - title:d_c_gondo_color = { set_color_from_title = title:c_gondo } - title:d_c_gongbo_color = { set_color_from_title = title:c_gongbo } - title:d_c_gonja_color = { set_color_from_title = title:c_gonja } - title:d_c_gonjo_color = { set_color_from_title = title:c_gonjo } - title:d_c_gorlitz_color = { set_color_from_title = title:c_gorlitz } - title:d_c_gorz_color = { set_color_from_title = title:c_gorz } - title:d_c_gostyninska_color = { set_color_from_title = title:c_gostyninska } - title:d_c_gottingen_color = { set_color_from_title = title:c_gottingen } - title:d_c_gowrie_color = { set_color_from_title = title:c_gowrie } - title:d_c_granada_color = { set_color_from_title = title:c_granada } - title:d_c_graz_color = { set_color_from_title = title:c_graz } - title:d_c_grebo_color = { set_color_from_title = title:c_grebo } - title:d_c_grisons_color = { set_color_from_title = title:c_grisons } - title:d_c_grobin_color = { set_color_from_title = title:c_grobin } - title:d_c_grodno_color = { set_color_from_title = title:c_grodno } - title:d_c_groningen_color = { set_color_from_title = title:c_groningen } - title:d_c_grunberg_color = { set_color_from_title = title:c_grunberg } - title:d_c_grunningen_color = { set_color_from_title = title:c_grunningen } - title:d_c_guazhou_color = { set_color_from_title = title:c_guazhou } - title:d_c_gudbrandsdalir_color = { set_color_from_title = title:c_gudbrandsdalir } - title:d_c_guelders_color = { set_color_from_title = title:c_guelders } - title:d_c_gugark_color = { set_color_from_title = title:c_gugark } - title:d_c_guidimaka_color = { set_color_from_title = title:c_guidimaka } - title:d_c_guines_color = { set_color_from_title = title:c_guines } - title:d_c_gumuz_color = { set_color_from_title = title:c_gumuz } - title:d_c_gurgan_color = { set_color_from_title = title:c_gurgan } - title:d_c_gurganj_color = { set_color_from_title = title:c_gurganj } - title:d_c_gurgi_color = { set_color_from_title = title:c_gurgi } - title:d_c_guria_color = { set_color_from_title = title:c_guria } - title:d_c_gurjaratra_color = { set_color_from_title = title:c_gurjaratra } - title:d_c_gurma_color = { set_color_from_title = title:c_gurma } - title:d_c_gutland_color = { set_color_from_title = title:c_gutland } - title:d_c_gutti_color = { set_color_from_title = title:c_gutti } - title:d_c_guwari_color = { set_color_from_title = title:c_guwari } - title:d_c_guzgan_color = { set_color_from_title = title:c_guzgan } - title:d_c_guzkol_color = { set_color_from_title = title:c_guzkol } - title:d_c_gwalior_color = { set_color_from_title = title:c_gwalior } - title:d_c_gyaca_color = { set_color_from_title = title:c_gyaca } - title:d_c_gyaitang_color = { set_color_from_title = title:c_gyaitang } - title:d_c_gyama_color = { set_color_from_title = title:c_gyama } - title:d_c_gyangze_color = { set_color_from_title = title:c_gyangze } - title:d_c_gyegumdo_color = { set_color_from_title = title:c_gyegumdo } - title:d_c_gyirong_color = { set_color_from_title = title:c_gyirong } - title:d_c_gyor_color = { set_color_from_title = title:c_gyor } - title:d_c_hadithat-ana_color = { set_color_from_title = title:c_hadithat-ana } - title:d_c_hadramawt_color = { set_color_from_title = title:c_hadramawt } - title:d_c_hadrianeia_color = { set_color_from_title = title:c_hadrianeia } - title:d_c_hadrianopolis_color = { set_color_from_title = title:c_hadrianopolis } - title:d_c_hadya_color = { set_color_from_title = title:c_hadya } - title:d_c_hail_color = { set_color_from_title = title:c_hail } - title:d_c_hainaut_color = { set_color_from_title = title:c_hainaut } - title:d_c_hakkari_color = { set_color_from_title = title:c_hakkari } - title:d_c_halberstadt_color = { set_color_from_title = title:c_halberstadt } - title:d_c_halland_color = { set_color_from_title = title:c_halland } - title:d_c_halsingland_color = { set_color_from_title = title:c_halsingland } - title:d_c_haltang_color = { set_color_from_title = title:c_haltang } - title:d_c_halych_color = { set_color_from_title = title:c_halych } - title:d_c_hama_color = { set_color_from_title = title:c_hama } - title:d_c_hamadan_color = { set_color_from_title = title:c_hamadan } - title:d_c_hamburg_color = { set_color_from_title = title:c_hamburg } - title:d_c_hampton_color = { set_color_from_title = title:c_hampton } - title:d_c_hanlan_color = { set_color_from_title = title:c_hanlan } - title:d_c_hannover_color = { set_color_from_title = title:c_hannover } - title:d_c_harar_color = { set_color_from_title = title:c_harar } - title:d_c_hargaya_color = { set_color_from_title = title:c_hargaya } - title:d_c_harhiraa_color = { set_color_from_title = title:c_harhiraa } - title:d_c_harikela_color = { set_color_from_title = title:c_harikela } - title:d_c_harjadalen_color = { set_color_from_title = title:c_harjadalen } - title:d_c_harran_color = { set_color_from_title = title:c_harran } - title:d_c_harrat_rahat_color = { set_color_from_title = title:c_harrat_rahat } - title:d_c_haruppeswara_color = { set_color_from_title = title:c_haruppeswara } - title:d_c_hastinapura_color = { set_color_from_title = title:c_hastinapura } - title:d_c_hauran_color = { set_color_from_title = title:c_hauran } - title:d_c_havelberg_color = { set_color_from_title = title:c_havelberg } - title:d_c_hayq_color = { set_color_from_title = title:c_hayq } - title:d_c_hedmork_color = { set_color_from_title = title:c_hedmork } - title:d_c_heihe_color = { set_color_from_title = title:c_heihe } - title:d_c_helenopontus_color = { set_color_from_title = title:c_helenopontus } - title:d_c_helgum_color = { set_color_from_title = title:c_helgum } - title:d_c_herat_color = { set_color_from_title = title:c_herat } - title:d_c_hereford_color = { set_color_from_title = title:c_hereford } - title:d_c_hereti_color = { set_color_from_title = title:c_hereti } - title:d_c_hertfordshire_color = { set_color_from_title = title:c_hertfordshire } - title:d_c_hewes_color = { set_color_from_title = title:c_hewes } - title:d_c_hildesheim_color = { set_color_from_title = title:c_hildesheim } - title:d_c_hinthada_color = { set_color_from_title = title:c_hinthada } - title:d_c_hiraab_color = { set_color_from_title = title:c_hiraab } - title:d_c_hisar_color = { set_color_from_title = title:c_hisar } - title:d_c_hoboksar_color = { set_color_from_title = title:c_hoboksar } - title:d_c_hobyo_color = { set_color_from_title = title:c_hobyo } - title:d_c_hodh_color = { set_color_from_title = title:c_hodh } - title:d_c_hodna_color = { set_color_from_title = title:c_hodna } - title:d_c_hohaseco_color = { set_color_from_title = title:c_hohaseco } - title:d_c_hohenau_color = { set_color_from_title = title:c_hohenau } - title:d_c_hohenberg_color = { set_color_from_title = title:c_hohenberg } - title:d_c_hohenburg_color = { set_color_from_title = title:c_hohenburg } - title:d_c_hohenlohe_color = { set_color_from_title = title:c_hohenlohe } - title:d_c_holland_color = { set_color_from_title = title:c_holland } - title:d_c_homs_color = { set_color_from_title = title:c_homs } - title:d_c_hongliuyuan_color = { set_color_from_title = title:c_hongliuyuan } - title:d_c_honorias_color = { set_color_from_title = title:c_honorias } - title:d_c_hont_color = { set_color_from_title = title:c_hont } - title:d_c_hordalandi_color = { set_color_from_title = title:c_hordalandi } - title:d_c_hormuz_color = { set_color_from_title = title:c_hormuz } - title:d_c_hotin_color = { set_color_from_title = title:c_hotin } - title:d_c_hradec_color = { set_color_from_title = title:c_hradec } - title:d_c_hradyzk_color = { set_color_from_title = title:c_hradyzk } - title:d_c_huesca_color = { set_color_from_title = title:c_huesca } - title:d_c_hulwan_color = { set_color_from_title = title:c_hulwan } - title:d_c_huntingdonshire_color = { set_color_from_title = title:c_huntingdonshire } - title:d_c_hunyad_color = { set_color_from_title = title:c_hunyad } - title:d_c_hunyan_color = { set_color_from_title = title:c_hunyan } - title:d_c_hvosno_color = { set_color_from_title = title:c_hvosno } - title:d_c_iasi_color = { set_color_from_title = title:c_iasi } - title:d_c_ibadan_color = { set_color_from_title = title:c_ibadan } - title:d_c_ibibo_color = { set_color_from_title = title:c_ibibo } - title:d_c_idatarainadu_color = { set_color_from_title = title:c_idatarainadu } - title:d_c_idoma_color = { set_color_from_title = title:c_idoma } - title:d_c_ifat_color = { set_color_from_title = title:c_ifat } - title:d_c_ife_color = { set_color_from_title = title:c_ife } - title:d_c_ifni_color = { set_color_from_title = title:c_ifni } - title:d_c_ifonyin_color = { set_color_from_title = title:c_ifonyin } - title:d_c_igala_color = { set_color_from_title = title:c_igala } - title:d_c_igana_color = { set_color_from_title = title:c_igana } - title:d_c_igaran_color = { set_color_from_title = title:c_igaran } - title:d_c_igbo_color = { set_color_from_title = title:c_igbo } - title:d_c_igbomina_color = { set_color_from_title = title:c_igbomina } - title:d_c_ijaw_color = { set_color_from_title = title:c_ijaw } - title:d_c_ijebu_color = { set_color_from_title = title:c_ijebu } - title:d_c_ikh_bogd_color = { set_color_from_title = title:c_ikh_bogd } - title:d_c_ilam_color = { set_color_from_title = title:c_ilam } - title:d_c_ile_de_france_color = { set_color_from_title = title:c_ile_de_france } - title:d_c_ilesa_color = { set_color_from_title = title:c_ilesa } - title:d_c_ilga_color = { set_color_from_title = title:c_ilga } - title:d_c_iliq_color = { set_color_from_title = title:c_iliq } - title:d_c_ilo_color = { set_color_from_title = title:c_ilo } - title:d_c_ilorin_color = { set_color_from_title = title:c_ilorin } - title:d_c_inari_color = { set_color_from_title = title:c_inari } - title:d_c_innarya_color = { set_color_from_title = title:c_innarya } - title:d_c_inner_hebrides_color = { set_color_from_title = title:c_inner_hebrides } - title:d_c_innsbruck_color = { set_color_from_title = title:c_innsbruck } - title:d_c_intarta_color = { set_color_from_title = title:c_intarta } - title:d_c_inverness_color = { set_color_from_title = title:c_inverness } - title:d_c_ionia_color = { set_color_from_title = title:c_ionia } - title:d_c_ipuskoa_color = { set_color_from_title = title:c_ipuskoa } - title:d_c_irahistan_color = { set_color_from_title = title:c_irahistan } - title:d_c_irbid_color = { set_color_from_title = title:c_irbid } - title:d_c_irbil_color = { set_color_from_title = title:c_irbil } - title:d_c_irkutsk_color = { set_color_from_title = title:c_irkutsk } - title:d_c_isauria_color = { set_color_from_title = title:c_isauria } - title:d_c_isfahan_color = { set_color_from_title = title:c_isfahan } - title:d_c_isfara_color = { set_color_from_title = title:c_isfara } - title:d_c_ishim_color = { set_color_from_title = title:c_ishim } - title:d_c_iskaf_color = { set_color_from_title = title:c_iskaf } - title:d_c_isle_of_man_color = { set_color_from_title = title:c_isle_of_man } - title:d_c_isle_of_wight_color = { set_color_from_title = title:c_isle_of_wight } - title:d_c_issoudun_color = { set_color_from_title = title:c_issoudun } - title:d_c_istakhr_color = { set_color_from_title = title:c_istakhr } - title:d_c_itanagar_color = { set_color_from_title = title:c_itanagar } - title:d_c_itil_color = { set_color_from_title = title:c_itil } - title:d_c_iviza_color = { set_color_from_title = title:c_iviza } - title:d_c_jabal_kufs_color = { set_color_from_title = title:c_jabal_kufs } - title:d_c_jabal_quzlum_color = { set_color_from_title = title:c_jabal_quzlum } - title:d_c_jafara_color = { set_color_from_title = title:c_jafara } - title:d_c_jaffa_color = { set_color_from_title = title:c_jaffa } - title:d_c_jaffna_color = { set_color_from_title = title:c_jaffna } - title:d_c_jagatipur_color = { set_color_from_title = title:c_jagatipur } - title:d_c_jahkamakke_color = { set_color_from_title = title:c_jahkamakke } - title:d_c_jaligny_color = { set_color_from_title = title:c_jaligny } - title:d_c_jalmat_color = { set_color_from_title = title:c_jalmat } - title:d_c_jambalar_color = { set_color_from_title = title:c_jambalar } - title:d_c_jame_color = { set_color_from_title = title:c_jame } - title:d_c_jamtfir_color = { set_color_from_title = title:c_jamtfir } - title:d_c_janakpur_color = { set_color_from_title = title:c_janakpur } - title:d_c_jara_color = { set_color_from_title = title:c_jara } - title:d_c_jasky_kart_color = { set_color_from_title = title:c_jasky_kart } - title:d_c_jaunpur_color = { set_color_from_title = title:c_jaunpur } - title:d_c_jawf-al-yamani_color = { set_color_from_title = title:c_jawf-al-yamani } - title:d_c_jend_color = { set_color_from_title = title:c_jend } - title:d_c_jenne_color = { set_color_from_title = title:c_jenne } - title:d_c_jerjul_color = { set_color_from_title = title:c_jerjul } - title:d_c_jersika_color = { set_color_from_title = title:c_jersika } - title:d_c_jerusalem_color = { set_color_from_title = title:c_jerusalem } - title:d_c_jharkand_color = { set_color_from_title = title:c_jharkand } - title:d_c_jie_DZU_color = { set_color_from_title = title:c_jie_DZU } - title:d_c_jihlava_color = { set_color_from_title = title:c_jihlava } - title:d_c_jilali_color = { set_color_from_title = title:c_jilali } - title:d_c_jilat_color = { set_color_from_title = title:c_jilat } - title:d_c_jilib_color = { set_color_from_title = title:c_jilib } - title:d_c_jimi_color = { set_color_from_title = title:c_jimi } - title:d_c_jinghiz_color = { set_color_from_title = title:c_jinghiz } - title:d_c_jinsko_color = { set_color_from_title = title:c_jinsko } - title:d_c_jinta_color = { set_color_from_title = title:c_jinta } - title:d_c_jiren_suat_color = { set_color_from_title = title:c_jiren_suat } - title:d_c_jiruft_color = { set_color_from_title = title:c_jiruft } - title:d_c_jitikul_color = { set_color_from_title = title:c_jitikul } - title:d_c_jolof_color = { set_color_from_title = title:c_jolof } - title:d_c_jone_color = { set_color_from_title = title:c_jone } - title:d_c_jovvkuj_color = { set_color_from_title = title:c_jovvkuj } - title:d_c_jowol_color = { set_color_from_title = title:c_jowol } - title:d_c_jubba_color = { set_color_from_title = title:c_jubba } - title:d_c_julevadno_color = { set_color_from_title = title:c_julevadno } - title:d_c_julfar_color = { set_color_from_title = title:c_julfar } - title:d_c_julym_color = { set_color_from_title = title:c_julym } - title:d_c_jumla_color = { set_color_from_title = title:c_jumla } - title:d_c_juterbog_color = { set_color_from_title = title:c_juterbog } - title:d_c_juwain_color = { set_color_from_title = title:c_juwain } - title:d_c_juwair_color = { set_color_from_title = title:c_juwair } - title:d_c_kaabu_color = { set_color_from_title = title:c_kaabu } - title:d_c_kaarta_color = { set_color_from_title = title:c_kaarta } - title:d_c_kabarasana_color = { set_color_from_title = title:c_kabarasana } - title:d_c_kabul_color = { set_color_from_title = title:c_kabul } - title:d_c_kachu_color = { set_color_from_title = title:c_kachu } - title:d_c_kada_color = { set_color_from_title = title:c_kada } - title:d_c_kadam_color = { set_color_from_title = title:c_kadam } - title:d_c_kaduna_color = { set_color_from_title = title:c_kaduna } - title:d_c_kaffa_color = { set_color_from_title = title:c_kaffa } - title:d_c_kafirkot_color = { set_color_from_title = title:c_kafirkot } - title:d_c_kagar_color = { set_color_from_title = title:c_kagar } - title:d_c_kagha_color = { set_color_from_title = title:c_kagha } - title:d_c_kainsk_color = { set_color_from_title = title:c_kainsk } - title:d_c_kainuu_color = { set_color_from_title = title:c_kainuu } - title:d_c_kairwan_color = { set_color_from_title = title:c_kairwan } - title:d_c_kaisereia_color = { set_color_from_title = title:c_kaisereia } - title:d_c_kaiserslautern_color = { set_color_from_title = title:c_kaiserslautern } - title:d_c_kakheti_color = { set_color_from_title = title:c_kakheti } - title:d_c_kakisalmi_color = { set_color_from_title = title:c_kakisalmi } - title:d_c_kalabsha_color = { set_color_from_title = title:c_kalabsha } - title:d_c_kalanjara_color = { set_color_from_title = title:c_kalanjara } - title:d_c_kalat_color = { set_color_from_title = title:c_kalat } - title:d_c_kalbin_color = { set_color_from_title = title:c_kalbin } - title:d_c_kale_color = { set_color_from_title = title:c_kale } - title:d_c_kali_kumaon_color = { set_color_from_title = title:c_kali_kumaon } - title:d_c_kalinganagar_color = { set_color_from_title = title:c_kalinganagar } - title:d_c_kaliska_color = { set_color_from_title = title:c_kaliska } - title:d_c_kalos_limen_color = { set_color_from_title = title:c_kalos_limen } - title:d_c_kalpi_color = { set_color_from_title = title:c_kalpi } - title:d_c_kalyani_color = { set_color_from_title = title:c_kalyani } - title:d_c_kamarupanagara_color = { set_color_from_title = title:c_kamarupanagara } - title:d_c_kamatapur_color = { set_color_from_title = title:c_kamatapur } - title:d_c_kambampet_color = { set_color_from_title = title:c_kambampet } - title:d_c_kammersberg_color = { set_color_from_title = title:c_kammersberg } - title:d_c_kamru_color = { set_color_from_title = title:c_kamru } - title:d_c_kanara_color = { set_color_from_title = title:c_kanara } - title:d_c_kanchipuram_color = { set_color_from_title = title:c_kanchipuram } - title:d_c_kandy_color = { set_color_from_title = title:c_kandy } - title:d_c_kanem_color = { set_color_from_title = title:c_kanem } - title:d_c_kangmar_color = { set_color_from_title = title:c_kangmar } - title:d_c_kaniaga_color = { set_color_from_title = title:c_kaniaga } - title:d_c_kankan_color = { set_color_from_title = title:c_kankan } - title:d_c_kano_color = { set_color_from_title = title:c_kano } - title:d_c_kansk_color = { set_color_from_title = title:c_kansk } - title:d_c_kantegir_color = { set_color_from_title = title:c_kantegir } - title:d_c_kanyakubja_color = { set_color_from_title = title:c_kanyakubja } - title:d_c_kara_asirgan_color = { set_color_from_title = title:c_kara_asirgan } - title:d_c_kara_khoja_color = { set_color_from_title = title:c_kara_khoja } - title:d_c_karabaigal_color = { set_color_from_title = title:c_karabaigal } - title:d_c_karabalgasun_color = { set_color_from_title = title:c_karabalgasun } - title:d_c_karabas_color = { set_color_from_title = title:c_karabas } - title:d_c_karabash_color = { set_color_from_title = title:c_karabash } - title:d_c_karabolam_color = { set_color_from_title = title:c_karabolam } - title:d_c_karachev_color = { set_color_from_title = title:c_karachev } - title:d_c_karakorum_color = { set_color_from_title = title:c_karakorum } - title:d_c_karamay_color = { set_color_from_title = title:c_karamay } - title:d_c_karashar_color = { set_color_from_title = title:c_karashar } - title:d_c_karasjohka_color = { set_color_from_title = title:c_karasjohka } - title:d_c_karasu_color = { set_color_from_title = title:c_karasu } - title:d_c_karatayak_color = { set_color_from_title = title:c_karatayak } - title:d_c_karatsagaan_color = { set_color_from_title = title:c_karatsagaan } - title:d_c_karauda_color = { set_color_from_title = title:c_karauda } - title:d_c_karbala_color = { set_color_from_title = title:c_karbala } - title:d_c_kargadan_color = { set_color_from_title = title:c_kargadan } - title:d_c_karghalik_color = { set_color_from_title = title:c_karghalik } - title:d_c_kargopol_color = { set_color_from_title = title:c_kargopol } - title:d_c_karkaraly_color = { set_color_from_title = title:c_karkaraly } - title:d_c_karmanta_color = { set_color_from_title = title:c_karmanta } - title:d_c_karnten_color = { set_color_from_title = title:c_karnten } - title:d_c_karor_color = { set_color_from_title = title:c_karor } - title:d_c_karran_color = { set_color_from_title = title:c_karran } - title:d_c_kartauzh_color = { set_color_from_title = title:c_kartauzh } - title:d_c_kartli_color = { set_color_from_title = title:c_kartli } - title:d_c_karur_color = { set_color_from_title = title:c_karur } - title:d_c_kasa_color = { set_color_from_title = title:c_kasa } - title:d_c_kash_color = { set_color_from_title = title:c_kash } - title:d_c_kashgar_color = { set_color_from_title = title:c_kashgar } - title:d_c_kaska_color = { set_color_from_title = title:c_kaska } - title:d_c_kaskelen_color = { set_color_from_title = title:c_kaskelen } - title:d_c_kaski_color = { set_color_from_title = title:c_kaski } - title:d_c_kasmira_color = { set_color_from_title = title:c_kasmira } - title:d_c_kassala_color = { set_color_from_title = title:c_kassala } - title:d_c_kassel_color = { set_color_from_title = title:c_kassel } - title:d_c_katagum_color = { set_color_from_title = title:c_katagum } - title:d_c_kataka_color = { set_color_from_title = title:c_kataka } - title:d_c_katehar_color = { set_color_from_title = title:c_katehar } - title:d_c_kath_color = { set_color_from_title = title:c_kath } - title:d_c_kathmandu_color = { set_color_from_title = title:c_kathmandu } - title:d_c_katsina_color = { set_color_from_title = title:c_katsina } - title:d_c_katu_yaryk_color = { set_color_from_title = title:c_katu_yaryk } - title:d_c_kayor_color = { set_color_from_title = title:c_kayor } - title:d_c_kazan_color = { set_color_from_title = title:c_kazan } - title:d_c_kazanskaya_color = { set_color_from_title = title:c_kazanskaya } - title:d_c_kazanskoye_color = { set_color_from_title = title:c_kazanskoye } - title:d_c_kazym_color = { set_color_from_title = title:c_kazym } - title:d_c_kebbi_color = { set_color_from_title = title:c_kebbi } - title:d_c_keffi_color = { set_color_from_title = title:c_keffi } - title:d_c_kempten_color = { set_color_from_title = title:c_kempten } - title:d_c_kent_color = { set_color_from_title = title:c_kent } - title:d_c_kera_color = { set_color_from_title = title:c_kera } - title:d_c_kerak_color = { set_color_from_title = title:c_kerak } - title:d_c_kerala_color = { set_color_from_title = title:c_kerala } - title:d_c_kerch_color = { set_color_from_title = title:c_kerch } - title:d_c_keriya_color = { set_color_from_title = title:c_keriya } - title:d_c_kerken_color = { set_color_from_title = title:c_kerken } - title:d_c_kermanshah_color = { set_color_from_title = title:c_kermanshah } - title:d_c_kernave_color = { set_color_from_title = title:c_kernave } - title:d_c_ketu_color = { set_color_from_title = title:c_ketu } - title:d_c_keve_color = { set_color_from_title = title:c_keve } - title:d_c_kevrola_color = { set_color_from_title = title:c_kevrola } - title:d_c_khabur_color = { set_color_from_title = title:c_khabur } - title:d_c_khachen_color = { set_color_from_title = title:c_khachen } - title:d_c_khaplu_color = { set_color_from_title = title:c_khaplu } - title:d_c_khar_us_color = { set_color_from_title = title:c_khar_us } - title:d_c_kharam-vosh_color = { set_color_from_title = title:c_kharam-vosh } - title:d_c_kharga_color = { set_color_from_title = title:c_kharga } - title:d_c_khasagt_khairkhan_color = { set_color_from_title = title:c_khasagt_khairkhan } - title:d_c_khawr_color = { set_color_from_title = title:c_khawr } - title:d_c_khaybar_color = { set_color_from_title = title:c_khaybar } - title:d_c_khentii_color = { set_color_from_title = title:c_khentii } - title:d_c_kherson_color = { set_color_from_title = title:c_kherson } - title:d_c_khetaka_color = { set_color_from_title = title:c_khetaka } - title:d_c_khijjingakota_color = { set_color_from_title = title:c_khijjingakota } - title:d_c_khinjali_mandala_color = { set_color_from_title = title:c_khinjali_mandala } - title:d_c_khiva_color = { set_color_from_title = title:c_khiva } - title:d_c_khojand_color = { set_color_from_title = title:c_khojand } - title:d_c_khokhoo_color = { set_color_from_title = title:c_khokhoo } - title:d_c_kholmogory_color = { set_color_from_title = title:c_kholmogory } - title:d_c_khopyor_color = { set_color_from_title = title:c_khopyor } - title:d_c_khortytsia_color = { set_color_from_title = title:c_khortytsia } - title:d_c_khotan_color = { set_color_from_title = title:c_khotan } - title:d_c_khotang_color = { set_color_from_title = title:c_khotang } - title:d_c_khumar_color = { set_color_from_title = title:c_khumar } - title:d_c_khurnak_color = { set_color_from_title = title:c_khurnak } - title:d_c_khuttal_color = { set_color_from_title = title:c_khuttal } - title:d_c_khuwar_color = { set_color_from_title = title:c_khuwar } - title:d_c_kiev_color = { set_color_from_title = title:c_kiev } - title:d_c_kiia_color = { set_color_from_title = title:c_kiia } - title:d_c_kinda_color = { set_color_from_title = title:c_kinda } - title:d_c_kinda_sakun_color = { set_color_from_title = title:c_kinda_sakun } - title:d_c_kingui_color = { set_color_from_title = title:c_kingui } - title:d_c_kintus_color = { set_color_from_title = title:c_kintus } - title:d_c_kiranapura_color = { set_color_from_title = title:c_kiranapura } - title:d_c_kirillov_color = { set_color_from_title = title:c_kirillov } - title:d_c_kirkuk_color = { set_color_from_title = title:c_kirkuk } - title:d_c_kirman_color = { set_color_from_title = title:c_kirman } - title:d_c_kishsh_color = { set_color_from_title = title:c_kishsh } - title:d_c_kisi_color = { set_color_from_title = title:c_kisi } - title:d_c_kita_color = { set_color_from_title = title:c_kita } - title:d_c_kitka_color = { set_color_from_title = title:c_kitka } - title:d_c_kitoi_color = { set_color_from_title = title:c_kitoi } - title:d_c_kittila_color = { set_color_from_title = title:c_kittila } - title:d_c_kiz_color = { set_color_from_title = title:c_kiz } - title:d_c_kizir_color = { set_color_from_title = title:c_kizir } - title:d_c_klarjeti_color = { set_color_from_title = title:c_klarjeti } - title:d_c_kletsk_color = { set_color_from_title = title:c_kletsk } - title:d_c_klingenberg_color = { set_color_from_title = title:c_klingenberg } - title:d_c_knin_color = { set_color_from_title = title:c_knin } - title:d_c_knittelfeld_color = { set_color_from_title = title:c_knittelfeld } - title:d_c_koblenz_color = { set_color_from_title = title:c_koblenz } - title:d_c_koda_color = { set_color_from_title = title:c_koda } - title:d_c_kodalaka_mandala_color = { set_color_from_title = title:c_kodalaka_mandala } - title:d_c_koi-bagar_color = { set_color_from_title = title:c_koi-bagar } - title:d_c_kojuk_color = { set_color_from_title = title:c_kojuk } - title:d_c_kokenois_color = { set_color_from_title = title:c_kokenois } - title:d_c_kokoli_color = { set_color_from_title = title:c_kokoli } - title:d_c_kokpekty_color = { set_color_from_title = title:c_kokpekty } - title:d_c_kol_color = { set_color_from_title = title:c_kol } - title:d_c_kolhapur_color = { set_color_from_title = title:c_kolhapur } - title:d_c_kolobrzeg_color = { set_color_from_title = title:c_kolobrzeg } - title:d_c_kolon_color = { set_color_from_title = title:c_kolon } - title:d_c_kolyn_color = { set_color_from_title = title:c_kolyn } - title:d_c_kolyvan_color = { set_color_from_title = title:c_kolyvan } - title:d_c_konda_ob_color = { set_color_from_title = title:c_konda_ob } - title:d_c_kondana_color = { set_color_from_title = title:c_kondana } - title:d_c_kondoma_color = { set_color_from_title = title:c_kondoma } - title:d_c_kong_color = { set_color_from_title = title:c_kong } - title:d_c_kongu_color = { set_color_from_title = title:c_kongu } - title:d_c_konigsberg_color = { set_color_from_title = title:c_konigsberg } - title:d_c_konko_color = { set_color_from_title = title:c_konko } - title:d_c_kono_color = { set_color_from_title = title:c_kono } - title:d_c_kontupohja_color = { set_color_from_title = title:c_kontupohja } - title:d_c_konyan_color = { set_color_from_title = title:c_konyan } - title:d_c_kopathal_color = { set_color_from_title = title:c_kopathal } - title:d_c_koppam_color = { set_color_from_title = title:c_koppam } - title:d_c_kordofan_color = { set_color_from_title = title:c_kordofan } - title:d_c_korgon_color = { set_color_from_title = title:c_korgon } - title:d_c_korinthos_color = { set_color_from_title = title:c_korinthos } - title:d_c_korosten_color = { set_color_from_title = title:c_korosten } - title:d_c_korsun_color = { set_color_from_title = title:c_korsun } - title:d_c_kos-buwak_color = { set_color_from_title = title:c_kos-buwak } - title:d_c_kos_uba_color = { set_color_from_title = title:c_kos_uba } - title:d_c_koshuki_color = { set_color_from_title = title:c_koshuki } - title:d_c_kota_color = { set_color_from_title = title:c_kota } - title:d_c_kotera_color = { set_color_from_title = title:c_kotera } - title:d_c_kotivarsa_color = { set_color_from_title = title:c_kotivarsa } - title:d_c_kotokel_color = { set_color_from_title = title:c_kotokel } - title:d_c_kotoko_color = { set_color_from_title = title:c_kotoko } - title:d_c_kotte_color = { set_color_from_title = title:c_kotte } - title:d_c_kouga_color = { set_color_from_title = title:c_kouga } - title:d_c_koutajoki_color = { set_color_from_title = title:c_koutajoki } - title:d_c_kozelsk_color = { set_color_from_title = title:c_kozelsk } - title:d_c_kozlov_color = { set_color_from_title = title:c_kozlov } - title:d_c_krajna_color = { set_color_from_title = title:c_krajna } - title:d_c_krakowska_color = { set_color_from_title = title:c_krakowska } - title:d_c_kran_color = { set_color_from_title = title:c_kran } - title:d_c_kranj_color = { set_color_from_title = title:c_kranj } - title:d_c_krasnoyarsk_color = { set_color_from_title = title:c_krasnoyarsk } - title:d_c_krasso_color = { set_color_from_title = title:c_krasso } - title:d_c_krems_color = { set_color_from_title = title:c_krems } - title:d_c_kropot_color = { set_color_from_title = title:c_kropot } - title:d_c_kru_color = { set_color_from_title = title:c_kru } - title:d_c_kucha_color = { set_color_from_title = title:c_kucha } - title:d_c_kuchuk_color = { set_color_from_title = title:c_kuchuk } - title:d_c_kufa_color = { set_color_from_title = title:c_kufa } - title:d_c_kuisugu_color = { set_color_from_title = title:c_kuisugu } - title:d_c_kujawy_color = { set_color_from_title = title:c_kujawy } - title:d_c_kukiya_color = { set_color_from_title = title:c_kukiya } - title:d_c_kuku_color = { set_color_from_title = title:c_kuku } - title:d_c_kulan_utmas_color = { set_color_from_title = title:c_kulan_utmas } - title:d_c_kulan_uynak_color = { set_color_from_title = title:c_kulan_uynak } - title:d_c_kulunda_color = { set_color_from_title = title:c_kulunda } - title:d_c_kumaon_color = { set_color_from_title = title:c_kumaon } - title:d_c_kumasi_color = { set_color_from_title = title:c_kumasi } - title:d_c_kumkol_color = { set_color_from_title = title:c_kumkol } - title:d_c_kumtag_color = { set_color_from_title = title:c_kumtag } - title:d_c_kumych_color = { set_color_from_title = title:c_kumych } - title:d_c_kundina_color = { set_color_from_title = title:c_kundina } - title:d_c_kuozhou_color = { set_color_from_title = title:c_kuozhou } - title:d_c_kuranko_color = { set_color_from_title = title:c_kuranko } - title:d_c_kurdar_color = { set_color_from_title = title:c_kurdar } - title:d_c_kurdistan_color = { set_color_from_title = title:c_kurdistan } - title:d_c_kurgan_color = { set_color_from_title = title:c_kurgan } - title:d_c_kurgus_color = { set_color_from_title = title:c_kurgus } - title:d_c_kurmaed_color = { set_color_from_title = title:c_kurmaed } - title:d_c_kurmina_color = { set_color_from_title = title:c_kurmina } - title:d_c_kursk_color = { set_color_from_title = title:c_kursk } - title:d_c_kurumba_color = { set_color_from_title = title:c_kurumba } - title:d_c_kush-murun_color = { set_color_from_title = title:c_kush-murun } - title:d_c_kusinagara_color = { set_color_from_title = title:c_kusinagara } - title:d_c_kusumi_color = { set_color_from_title = title:c_kusumi } - title:d_c_kutch_color = { set_color_from_title = title:c_kutch } - title:d_c_kuzbas_color = { set_color_from_title = title:c_kuzbas } - title:d_c_kwahu-akyem_color = { set_color_from_title = title:c_kwahu-akyem } - title:d_c_kwararafa_color = { set_color_from_title = title:c_kwararafa } - title:d_c_kyadya_color = { set_color_from_title = title:c_kyadya } - title:d_c_kyakyaru_color = { set_color_from_title = title:c_kyakyaru } - title:d_c_kyaukse_color = { set_color_from_title = title:c_kyaukse } - title:d_c_kyin_color = { set_color_from_title = title:c_kyin } - title:d_c_kymyl_tey_color = { set_color_from_title = title:c_kymyl_tey } - title:d_c_kyunglung_color = { set_color_from_title = title:c_kyunglung } - title:d_c_kyzistra_color = { set_color_from_title = title:c_kyzistra } - title:d_c_kyzylkul_color = { set_color_from_title = title:c_kyzylkul } - title:d_c_la_marche_color = { set_color_from_title = title:c_la_marche } - title:d_c_labda_color = { set_color_from_title = title:c_labda } - title:d_c_labourd_color = { set_color_from_title = title:c_labourd } - title:d_c_lachyk-uba_color = { set_color_from_title = title:c_lachyk-uba } - title:d_c_laconia_color = { set_color_from_title = title:c_laconia } - title:d_c_ladyzyn_color = { set_color_from_title = title:c_ladyzyn } - title:d_c_lag_dera_color = { set_color_from_title = title:c_lag_dera } - title:d_c_laghwat_color = { set_color_from_title = title:c_laghwat } - title:d_c_lahur_color = { set_color_from_title = title:c_lahur } - title:d_c_laia_color = { set_color_from_title = title:c_laia } - title:d_c_lakhnau_color = { set_color_from_title = title:c_lakhnau } - title:d_c_laksmanavati_color = { set_color_from_title = title:c_laksmanavati } - title:d_c_lanarkshire_color = { set_color_from_title = title:c_lanarkshire } - title:d_c_lancashire_color = { set_color_from_title = title:c_lancashire } - title:d_c_lanciano_color = { set_color_from_title = title:c_lanciano } - title:d_c_landsberg_color = { set_color_from_title = title:c_landsberg } - title:d_c_langres_color = { set_color_from_title = title:c_langres } - title:d_c_lapusna_color = { set_color_from_title = title:c_lapusna } - title:d_c_lar_color = { set_color_from_title = title:c_lar } - title:d_c_lasta_color = { set_color_from_title = title:c_lasta } - title:d_c_lecce_color = { set_color_from_title = title:c_lecce } - title:d_c_leczycka_color = { set_color_from_title = title:c_leczycka } - title:d_c_legnica_color = { set_color_from_title = title:c_legnica } - title:d_c_leh_color = { set_color_from_title = title:c_leh } - title:d_c_leicestershire_color = { set_color_from_title = title:c_leicestershire } - title:d_c_leinster_color = { set_color_from_title = title:c_leinster } - title:d_c_lena_color = { set_color_from_title = title:c_lena } - title:d_c_lenggu_color = { set_color_from_title = title:c_lenggu } - title:d_c_lenghu_color = { set_color_from_title = title:c_lenghu } - title:d_c_lennox_color = { set_color_from_title = title:c_lennox } - title:d_c_leon_color = { set_color_from_title = title:c_leon } - title:d_c_lepsink_color = { set_color_from_title = title:c_lepsink } - title:d_c_leraba_color = { set_color_from_title = title:c_leraba } - title:d_c_lesbos_color = { set_color_from_title = title:c_lesbos } - title:d_c_leuchtenburg_color = { set_color_from_title = title:c_leuchtenburg } - title:d_c_lhagang_color = { set_color_from_title = title:c_lhagang } - title:d_c_lhari_color = { set_color_from_title = title:c_lhari } - title:d_c_lhasa_color = { set_color_from_title = title:c_lhasa } - title:d_c_lhatok_color = { set_color_from_title = title:c_lhatok } - title:d_c_lhunze_color = { set_color_from_title = title:c_lhunze } - title:d_c_lhunzhub_color = { set_color_from_title = title:c_lhunzhub } - title:d_c_liangzhou_color = { set_color_from_title = title:c_liangzhou } - title:d_c_liebnitz_color = { set_color_from_title = title:c_liebnitz } - title:d_c_liege_color = { set_color_from_title = title:c_liege } - title:d_c_lienz_color = { set_color_from_title = title:c_lienz } - title:d_c_lika_color = { set_color_from_title = title:c_lika } - title:d_c_lille_color = { set_color_from_title = title:c_lille } - title:d_c_limousin_color = { set_color_from_title = title:c_limousin } - title:d_c_lincolnshire_color = { set_color_from_title = title:c_lincolnshire } - title:d_c_lingtsang_color = { set_color_from_title = title:c_lingtsang } - title:d_c_linlithgowshire_color = { set_color_from_title = title:c_linlithgowshire } - title:d_c_linz_color = { set_color_from_title = title:c_linz } - title:d_c_linze_color = { set_color_from_title = title:c_linze } - title:d_c_lippe_color = { set_color_from_title = title:c_lippe } - title:d_c_lipto_color = { set_color_from_title = title:c_lipto } - title:d_c_lisboa_color = { set_color_from_title = title:c_lisboa } - title:d_c_lisieux_color = { set_color_from_title = title:c_lisieux } - title:d_c_litang_color = { set_color_from_title = title:c_litang } - title:d_c_litomerice_color = { set_color_from_title = title:c_litomerice } - title:d_c_livs_color = { set_color_from_title = title:c_livs } - title:d_c_ljubljana_color = { set_color_from_title = title:c_ljubljana } - title:d_c_lleida_color = { set_color_from_title = title:c_lleida } - title:d_c_lobdaburg_color = { set_color_from_title = title:c_lobdaburg } - title:d_c_lobi_color = { set_color_from_title = title:c_lobi } - title:d_c_lobo_color = { set_color_from_title = title:c_lobo } - title:d_c_logudoro_color = { set_color_from_title = title:c_logudoro } - title:d_c_lolland_falster_color = { set_color_from_title = title:c_lolland_falster } - title:d_c_lombardia_color = { set_color_from_title = title:c_lombardia } - title:d_c_lomzynska_color = { set_color_from_title = title:c_lomzynska } - title:d_c_lori_color = { set_color_from_title = title:c_lori } - title:d_c_loropeni_color = { set_color_from_title = title:c_loropeni } - title:d_c_lothian_color = { set_color_from_title = title:c_lothian } - title:d_c_loulan_color = { set_color_from_title = title:c_loulan } - title:d_c_lower_galatia_color = { set_color_from_title = title:c_lower_galatia } - title:d_c_lubeck_color = { set_color_from_title = title:c_lubeck } - title:d_c_lubelska_color = { set_color_from_title = title:c_lubelska } - title:d_c_lubusz_color = { set_color_from_title = title:c_lubusz } - title:d_c_lucca_color = { set_color_from_title = title:c_lucca } - title:d_c_ludrava_color = { set_color_from_title = title:c_ludrava } - title:d_c_luki_color = { set_color_from_title = title:c_luki } - title:d_c_lukoml_color = { set_color_from_title = title:c_lukoml } - title:d_c_lumbini_color = { set_color_from_title = title:c_lumbini } - title:d_c_luneburg_color = { set_color_from_title = title:c_luneburg } - title:d_c_lunggar_color = { set_color_from_title = title:c_lunggar } - title:d_c_luni_color = { set_color_from_title = title:c_luni } - title:d_c_luntai_color = { set_color_from_title = title:c_luntai } - title:d_c_luristan_color = { set_color_from_title = title:c_luristan } - title:d_c_lusignan_color = { set_color_from_title = title:c_lusignan } - title:d_c_luuq_color = { set_color_from_title = title:c_luuq } - title:d_c_luxembourg_color = { set_color_from_title = title:c_luxembourg } - title:d_c_lviv_color = { set_color_from_title = title:c_lviv } - title:d_c_lycandus_color = { set_color_from_title = title:c_lycandus } - title:d_c_lycaonia_color = { set_color_from_title = title:c_lycaonia } - title:d_c_lycia_color = { set_color_from_title = title:c_lycia } - title:d_c_lydia_color = { set_color_from_title = title:c_lydia } - title:d_c_lyon_color = { set_color_from_title = title:c_lyon } - title:d_c_lysva_color = { set_color_from_title = title:c_lysva } - title:d_c_lyubim_color = { set_color_from_title = title:c_lyubim } - title:d_c_maab_color = { set_color_from_title = title:c_maab } - title:d_c_maan_color = { set_color_from_title = title:c_maan } - title:d_c_maastricht_color = { set_color_from_title = title:c_maastricht } - title:d_c_macon_color = { set_color_from_title = title:c_macon } - title:d_c_macva_color = { set_color_from_title = title:c_macva } - title:d_c_madaya_color = { set_color_from_title = title:c_madaya } - title:d_c_madhupur_color = { set_color_from_title = title:c_madhupur } - title:d_c_madoi_color = { set_color_from_title = title:c_madoi } - title:d_c_madrid_color = { set_color_from_title = title:c_madrid } - title:d_c_madurai_color = { set_color_from_title = title:c_madurai } - title:d_c_mafaza_color = { set_color_from_title = title:c_mafaza } - title:d_c_magadha_color = { set_color_from_title = title:c_magadha } - title:d_c_magdeburg_color = { set_color_from_title = title:c_magdeburg } - title:d_c_maghas_color = { set_color_from_title = title:c_maghas } - title:d_c_magwe_color = { set_color_from_title = title:c_magwe } - title:d_c_mahdiya_color = { set_color_from_title = title:c_mahdiya } - title:d_c_mahishaka_color = { set_color_from_title = title:c_mahishaka } - title:d_c_mahoba_color = { set_color_from_title = title:c_mahoba } - title:d_c_mahra_color = { set_color_from_title = title:c_mahra } - title:d_c_mahur_color = { set_color_from_title = title:c_mahur } - title:d_c_maine_color = { set_color_from_title = title:c_maine } - title:d_c_mainling_color = { set_color_from_title = title:c_mainling } - title:d_c_mainz_color = { set_color_from_title = title:c_mainz } - title:d_c_mait_color = { set_color_from_title = title:c_mait } - title:d_c_majar_color = { set_color_from_title = title:c_majar } - title:d_c_makhir_color = { set_color_from_title = title:c_makhir } - title:d_c_malaga_color = { set_color_from_title = title:c_malaga } - title:d_c_malagon_color = { set_color_from_title = title:c_malagon } - title:d_c_malbork_color = { set_color_from_title = title:c_malbork } - title:d_c_maldives_color = { set_color_from_title = title:c_maldives } - title:d_c_maldwyn_color = { set_color_from_title = title:c_maldwyn } - title:d_c_mallabhum_color = { set_color_from_title = title:c_mallabhum } - title:d_c_mallorca_color = { set_color_from_title = title:c_mallorca } - title:d_c_malta_color = { set_color_from_title = title:c_malta } - title:d_c_mamprusi_color = { set_color_from_title = title:c_mamprusi } - title:d_c_man_color = { set_color_from_title = title:c_man } - title:d_c_mana_color = { set_color_from_title = title:c_mana } - title:d_c_manatau_color = { set_color_from_title = title:c_manatau } - title:d_c_mandab_color = { set_color_from_title = title:c_mandab } - title:d_c_mandapika_color = { set_color_from_title = title:c_mandapika } - title:d_c_mandavyapura_color = { set_color_from_title = title:c_mandavyapura } - title:d_c_mandestan_color = { set_color_from_title = title:c_mandestan } - title:d_c_mangnai_color = { set_color_from_title = title:c_mangnai } - title:d_c_mangra_color = { set_color_from_title = title:c_mangra } - title:d_c_mangyshlak_color = { set_color_from_title = title:c_mangyshlak } - title:d_c_manikpur_color = { set_color_from_title = title:c_manikpur } - title:d_c_manipur_color = { set_color_from_title = title:c_manipur } - title:d_c_mansfeld_color = { set_color_from_title = title:c_mansfeld } - title:d_c_mansura_color = { set_color_from_title = title:c_mansura } - title:d_c_manthang_color = { set_color_from_title = title:c_manthang } - title:d_c_mantua_color = { set_color_from_title = title:c_mantua } - title:d_c_manturovo_color = { set_color_from_title = title:c_manturovo } - title:d_c_maowun_color = { set_color_from_title = title:c_maowun } - title:d_c_maqen_color = { set_color_from_title = title:c_maqen } - title:d_c_maqu_color = { set_color_from_title = title:c_maqu } - title:d_c_maragha_color = { set_color_from_title = title:c_maragha } - title:d_c_marash_color = { set_color_from_title = title:c_marash } - title:d_c_marburg_color = { set_color_from_title = title:c_marburg } - title:d_c_mareeg_color = { set_color_from_title = title:c_mareeg } - title:d_c_mark_color = { set_color_from_title = title:c_mark } - title:d_c_markam_color = { set_color_from_title = title:c_markam } - title:d_c_marmaros_color = { set_color_from_title = title:c_marmaros } - title:d_c_marrakesh_color = { set_color_from_title = title:c_marrakesh } - title:d_c_marsabit_color = { set_color_from_title = title:c_marsabit } - title:d_c_marsan_color = { set_color_from_title = title:c_marsan } - title:d_c_martyuba_color = { set_color_from_title = title:c_martyuba } - title:d_c_marvarrud_color = { set_color_from_title = title:c_marvarrud } - title:d_c_masa_color = { set_color_from_title = title:c_masa } - title:d_c_masabadhan_color = { set_color_from_title = title:c_masabadhan } - title:d_c_masalit_color = { set_color_from_title = title:c_masalit } - title:d_c_masin_color = { set_color_from_title = title:c_masin } - title:d_c_massawa_color = { set_color_from_title = title:c_massawa } - title:d_c_massina_color = { set_color_from_title = title:c_massina } - title:d_c_mathura_color = { set_color_from_title = title:c_mathura } - title:d_c_mau_color = { set_color_from_title = title:c_mau } - title:d_c_mayo_color = { set_color_from_title = title:c_mayo } - title:d_c_mayyafariqin_color = { set_color_from_title = title:c_mayyafariqin } - title:d_c_mazandaran_color = { set_color_from_title = title:c_mazandaran } - title:d_c_mazongshan_color = { set_color_from_title = title:c_mazongshan } - title:d_c_mearns_color = { set_color_from_title = title:c_mearns } - title:d_c_meaux_color = { set_color_from_title = title:c_meaux } - title:d_c_mecca_color = { set_color_from_title = title:c_mecca } - title:d_c_mecklenburg_color = { set_color_from_title = title:c_mecklenburg } - title:d_c_medantaka_color = { set_color_from_title = title:c_medantaka } - title:d_c_medapata_color = { set_color_from_title = title:c_medapata } - title:d_c_medellin_color = { set_color_from_title = title:c_medellin } - title:d_c_medelpad_color = { set_color_from_title = title:c_medelpad } - title:d_c_medina_color = { set_color_from_title = title:c_medina } - title:d_c_medjerda_color = { set_color_from_title = title:c_medjerda } - title:d_c_meissen_color = { set_color_from_title = title:c_meissen } - title:d_c_meknes_color = { set_color_from_title = title:c_meknes } - title:d_c_melilla_color = { set_color_from_title = title:c_melilla } - title:d_c_melitene_color = { set_color_from_title = title:c_melitene } - title:d_c_mema_color = { set_color_from_title = title:c_mema } - title:d_c_memar_color = { set_color_from_title = title:c_memar } - title:d_c_memel_color = { set_color_from_title = title:c_memel } - title:d_c_menorca_color = { set_color_from_title = title:c_menorca } - title:d_c_merida_color = { set_color_from_title = title:c_merida } - title:d_c_merioneth_color = { set_color_from_title = title:c_merioneth } - title:d_c_meroe_color = { set_color_from_title = title:c_meroe } - title:d_c_mersenburg_color = { set_color_from_title = title:c_mersenburg } - title:d_c_merv_color = { set_color_from_title = title:c_merv } - title:d_c_mesembria_color = { set_color_from_title = title:c_mesembria } - title:d_c_mesopotamia_color = { set_color_from_title = title:c_mesopotamia } - title:d_c_messenia_color = { set_color_from_title = title:c_messenia } - title:d_c_messina_color = { set_color_from_title = title:c_messina } - title:d_c_messukyla_color = { set_color_from_title = title:c_messukyla } - title:d_c_metz_color = { set_color_from_title = title:c_metz } - title:d_c_metzovo_color = { set_color_from_title = title:c_metzovo } - title:d_c_miastko_color = { set_color_from_title = title:c_miastko } - title:d_c_middlesex_color = { set_color_from_title = title:c_middlesex } - title:d_c_midnapore_color = { set_color_from_title = title:c_midnapore } - title:d_c_miliez_color = { set_color_from_title = title:c_miliez } - title:d_c_millau_color = { set_color_from_title = title:c_millau } - title:d_c_minbu_color = { set_color_from_title = title:c_minbu } - title:d_c_minden_color = { set_color_from_title = title:c_minden } - title:d_c_minsk_color = { set_color_from_title = title:c_minsk } - title:d_c_mithila_color = { set_color_from_title = title:c_mithila } - title:d_c_modena_color = { set_color_from_title = title:c_modena } - title:d_c_modrus_color = { set_color_from_title = title:c_modrus } - title:d_c_mogadishu_color = { set_color_from_title = title:c_mogadishu } - title:d_c_mohadavasaka_color = { set_color_from_title = title:c_mohadavasaka } - title:d_c_molina_color = { set_color_from_title = title:c_molina } - title:d_c_monferrato_color = { set_color_from_title = title:c_monferrato } - title:d_c_monkh_saridag_color = { set_color_from_title = title:c_monkh_saridag } - title:d_c_monmouthshire_color = { set_color_from_title = title:c_monmouthshire } - title:d_c_montaigu_color = { set_color_from_title = title:c_montaigu } - title:d_c_montargis_color = { set_color_from_title = title:c_montargis } - title:d_c_monterrei_color = { set_color_from_title = title:c_monterrei } - title:d_c_montpellier_color = { set_color_from_title = title:c_montpellier } - title:d_c_mora_color = { set_color_from_title = title:c_mora } - title:d_c_morarna_color = { set_color_from_title = title:c_morarna } - title:d_c_moray_color = { set_color_from_title = title:c_moray } - title:d_c_more_color = { set_color_from_title = title:c_more } - title:d_c_mosala_color = { set_color_from_title = title:c_mosala } - title:d_c_moskva_color = { set_color_from_title = title:c_moskva } - title:d_c_mosul_color = { set_color_from_title = title:c_mosul } - title:d_c_mosynopolis_color = { set_color_from_title = title:c_mosynopolis } - title:d_c_moura_color = { set_color_from_title = title:c_moura } - title:d_c_mozhaysk_color = { set_color_from_title = title:c_mozhaysk } - title:d_c_mudgagiri_color = { set_color_from_title = title:c_mudgagiri } - title:d_c_mudug_color = { set_color_from_title = title:c_mudug } - title:d_c_mugan_color = { set_color_from_title = title:c_mugan } - title:d_c_mugodzhar_hills_color = { set_color_from_title = title:c_mugodzhar_hills } - title:d_c_mulaka_color = { set_color_from_title = title:c_mulaka } - title:d_c_multan_color = { set_color_from_title = title:c_multan } - title:d_c_muluya_color = { set_color_from_title = title:c_muluya } - title:d_c_mumo_color = { set_color_from_title = title:c_mumo } - title:d_c_munchen_color = { set_color_from_title = title:c_munchen } - title:d_c_munda_color = { set_color_from_title = title:c_munda } - title:d_c_munio_color = { set_color_from_title = title:c_munio } - title:d_c_munjan_color = { set_color_from_title = title:c_munjan } - title:d_c_munster_color = { set_color_from_title = title:c_munster } - title:d_c_murcia_color = { set_color_from_title = title:c_murcia } - title:d_c_murom_color = { set_color_from_title = title:c_murom } - title:d_c_murun_tomis_color = { set_color_from_title = title:c_murun_tomis } - title:d_c_murzuk_color = { set_color_from_title = title:c_murzuk } - title:d_c_muscat_color = { set_color_from_title = title:c_muscat } - title:d_c_mustasaari_color = { set_color_from_title = title:c_mustasaari } - title:d_c_muya_color = { set_color_from_title = title:c_muya } - title:d_c_mysia_color = { set_color_from_title = title:c_mysia } - title:d_c_nabadwipa_color = { set_color_from_title = title:c_nabadwipa } - title:d_c_naddula_color = { set_color_from_title = title:c_naddula } - title:d_c_naga_color = { set_color_from_title = title:c_naga } - title:d_c_nagarze_color = { set_color_from_title = title:c_nagarze } - title:d_c_nagauda_color = { set_color_from_title = title:c_nagauda } - title:d_c_nagchu_color = { set_color_from_title = title:c_nagchu } - title:d_c_nagormo_color = { set_color_from_title = title:c_nagormo } - title:d_c_naimisa_color = { set_color_from_title = title:c_naimisa } - title:d_c_naissus_color = { set_color_from_title = title:c_naissus } - title:d_c_najera_color = { set_color_from_title = title:c_najera } - title:d_c_najran_color = { set_color_from_title = title:c_najran } - title:d_c_nakhshab_color = { set_color_from_title = title:c_nakhshab } - title:d_c_naldurg_color = { set_color_from_title = title:c_naldurg } - title:d_c_nallamala_color = { set_color_from_title = title:c_nallamala } - title:d_c_nalu_color = { set_color_from_title = title:c_nalu } - title:d_c_namandiru_color = { set_color_from_title = title:c_namandiru } - title:d_c_namdalfylki_color = { set_color_from_title = title:c_namdalfylki } - title:d_c_namur_color = { set_color_from_title = title:c_namur } - title:d_c_nancy_color = { set_color_from_title = title:c_nancy } - title:d_c_nandana_color = { set_color_from_title = title:c_nandana } - title:d_c_nang_color = { set_color_from_title = title:c_nang } - title:d_c_nangqen_color = { set_color_from_title = title:c_nangqen } - title:d_c_nantes_color = { set_color_from_title = title:c_nantes } - title:d_c_nanumba_color = { set_color_from_title = title:c_nanumba } - title:d_c_napoli_color = { set_color_from_title = title:c_napoli } - title:d_c_naqis_color = { set_color_from_title = title:c_naqis } - title:d_c_narim_color = { set_color_from_title = title:c_narim } - title:d_c_narke_color = { set_color_from_title = title:c_narke } - title:d_c_narva_color = { set_color_from_title = title:c_narva } - title:d_c_narym_DZU_color = { set_color_from_title = title:c_narym_DZU } - title:d_c_nasaiya_color = { set_color_from_title = title:c_nasaiya } - title:d_c_nasibin_color = { set_color_from_title = title:c_nasibin } - title:d_c_nasrabad_color = { set_color_from_title = title:c_nasrabad } - title:d_c_nassau_color = { set_color_from_title = title:c_nassau } - title:d_c_natangia_color = { set_color_from_title = title:c_natangia } - title:d_c_naumberg_color = { set_color_from_title = title:c_naumberg } - title:d_c_naumburg_color = { set_color_from_title = title:c_naumburg } - title:d_c_naushki_color = { set_color_from_title = title:c_naushki } - title:d_c_navarra_color = { set_color_from_title = title:c_navarra } - title:d_c_navasarika_color = { set_color_from_title = title:c_navasarika } - title:d_c_naxos_color = { set_color_from_title = title:c_naxos } - title:d_c_ndenye_color = { set_color_from_title = title:c_ndenye } - title:d_c_neamnt_color = { set_color_from_title = title:c_neamnt } - title:d_c_nedenes_color = { set_color_from_title = title:c_nedenes } - title:d_c_nedersticht_color = { set_color_from_title = title:c_nedersticht } - title:d_c_negev_color = { set_color_from_title = title:c_negev } - title:d_c_nellore_color = { set_color_from_title = title:c_nellore } - title:d_c_neopatras_color = { set_color_from_title = title:c_neopatras } - title:d_c_neramkary_color = { set_color_from_title = title:c_neramkary } - title:d_c_neufchateau_color = { set_color_from_title = title:c_neufchateau } - title:d_c_nevers_color = { set_color_from_title = title:c_nevers } - title:d_c_ngawa_color = { set_color_from_title = title:c_ngawa } - title:d_c_ngoring_color = { set_color_from_title = title:c_ngoring } - title:d_c_niani_color = { set_color_from_title = title:c_niani } - title:d_c_nice_color = { set_color_from_title = title:c_nice } - title:d_c_nicopolis_color = { set_color_from_title = title:c_nicopolis } - title:d_c_nicosia_color = { set_color_from_title = title:c_nicosia } - title:d_c_niebla_color = { set_color_from_title = title:c_niebla } - title:d_c_nih_color = { set_color_from_title = title:c_nih } - title:d_c_nihawand_color = { set_color_from_title = title:c_nihawand } - title:d_c_nikaea_color = { set_color_from_title = title:c_nikaea } - title:d_c_nikki_color = { set_color_from_title = title:c_nikki } - title:d_c_nikopolis_color = { set_color_from_title = title:c_nikopolis } - title:d_c_ninive_color = { set_color_from_title = title:c_ninive } - title:d_c_niomi_color = { set_color_from_title = title:c_niomi } - title:d_c_nishapur_color = { set_color_from_title = title:c_nishapur } - title:d_c_nizhny_novgorod_color = { set_color_from_title = title:c_nizhny_novgorod } - title:d_c_nizwa_color = { set_color_from_title = title:c_nizwa } - title:d_c_njudung_color = { set_color_from_title = title:c_njudung } - title:d_c_nordlingen_color = { set_color_from_title = title:c_nordlingen } - title:d_c_nordmark_color = { set_color_from_title = title:c_nordmark } - title:d_c_nordrland_color = { set_color_from_title = title:c_nordrland } - title:d_c_norfolk_color = { set_color_from_title = title:c_norfolk } - title:d_c_north_riding_color = { set_color_from_title = title:c_north_riding } - title:d_c_northamptonshire_color = { set_color_from_title = title:c_northamptonshire } - title:d_c_northumberland_color = { set_color_from_title = title:c_northumberland } - title:d_c_norwegian_more_color = { set_color_from_title = title:c_norwegian_more } - title:d_c_nottinghamshire_color = { set_color_from_title = title:c_nottinghamshire } - title:d_c_novara_color = { set_color_from_title = title:c_novara } - title:d_c_novgorod_color = { set_color_from_title = title:c_novgorod } - title:d_c_novgorod_seversky_color = { set_color_from_title = title:c_novgorod_seversky } - title:d_c_novogrudok_color = { set_color_from_title = title:c_novogrudok } - title:d_c_novosil_color = { set_color_from_title = title:c_novosil } - title:d_c_nugaal_color = { set_color_from_title = title:c_nugaal } - title:d_c_nuon_color = { set_color_from_title = title:c_nuon } - title:d_c_nupe_color = { set_color_from_title = title:c_nupe } - title:d_c_nurnberg_color = { set_color_from_title = title:c_nurnberg } - title:d_c_nurtay_color = { set_color_from_title = title:c_nurtay } - title:d_c_nyagrong_color = { set_color_from_title = title:c_nyagrong } - title:d_c_nyainrong_color = { set_color_from_title = title:c_nyainrong } - title:d_c_nyalam_color = { set_color_from_title = title:c_nyalam } - title:d_c_nyemo_color = { set_color_from_title = title:c_nyemo } - title:d_c_nyene_color = { set_color_from_title = title:c_nyene } - title:d_c_nyima_color = { set_color_from_title = title:c_nyima } - title:d_c_nyingchi_color = { set_color_from_title = title:c_nyingchi } - title:d_c_nyitra_color = { set_color_from_title = title:c_nyitra } - title:d_c_nyland_color = { set_color_from_title = title:c_nyland } - title:d_c_nysa_color = { set_color_from_title = title:c_nysa } - title:d_c_nzi_color = { set_color_from_title = title:c_nzi } - title:d_c_ob_color = { set_color_from_title = title:c_ob } - title:d_c_odessa_color = { set_color_from_title = title:c_odessa } - title:d_c_odishi_color = { set_color_from_title = title:c_odishi } - title:d_c_odoyev_color = { set_color_from_title = title:c_odoyev } - title:d_c_ohrid_color = { set_color_from_title = title:c_ohrid } - title:d_c_oigon_color = { set_color_from_title = title:c_oigon } - title:d_c_okangara_color = { set_color_from_title = title:c_okangara } - title:d_c_oland_color = { set_color_from_title = title:c_oland } - title:d_c_olavinlinna_color = { set_color_from_title = title:c_olavinlinna } - title:d_c_oldenburg_color = { set_color_from_title = title:c_oldenburg } - title:d_c_oleshye_color = { set_color_from_title = title:c_oleshye } - title:d_c_olkhon_color = { set_color_from_title = title:c_olkhon } - title:d_c_olmedo_color = { set_color_from_title = title:c_olmedo } - title:d_c_olomouc_color = { set_color_from_title = title:c_olomouc } - title:d_c_omsk_color = { set_color_from_title = title:c_omsk } - title:d_c_onega_color = { set_color_from_title = title:c_onega } - title:d_c_onega_BJA_color = { set_color_from_title = title:c_onega_BJA } - title:d_c_ongi_color = { set_color_from_title = title:c_ongi } - title:d_c_onsthia_color = { set_color_from_title = title:c_onsthia } - title:d_c_opanda_color = { set_color_from_title = title:c_opanda } - title:d_c_opava_color = { set_color_from_title = title:c_opava } - title:d_c_opole_color = { set_color_from_title = title:c_opole } - title:d_c_orangallu_color = { set_color_from_title = title:c_orangallu } - title:d_c_orania_color = { set_color_from_title = title:c_orania } - title:d_c_orava_color = { set_color_from_title = title:c_orava } - title:d_c_orbetello_color = { set_color_from_title = title:c_orbetello } - title:d_c_orenburg_color = { set_color_from_title = title:c_orenburg } - title:d_c_orhei_color = { set_color_from_title = title:c_orhei } - title:d_c_oriel_color = { set_color_from_title = title:c_oriel } - title:d_c_orkney_color = { set_color_from_title = title:c_orkney } - title:d_c_orlamunde_color = { set_color_from_title = title:c_orlamunde } - title:d_c_orleans_color = { set_color_from_title = title:c_orleans } - title:d_c_ormond_color = { set_color_from_title = title:c_ormond } - title:d_c_orsha_color = { set_color_from_title = title:c_orsha } - title:d_c_orvieto_color = { set_color_from_title = title:c_orvieto } - title:d_c_osel_color = { set_color_from_title = title:c_osel } - title:d_c_oshrusana_color = { set_color_from_title = title:c_oshrusana } - title:d_c_oskol_color = { set_color_from_title = title:c_oskol } - title:d_c_osnabruck_color = { set_color_from_title = title:c_osnabruck } - title:d_c_ossory_color = { set_color_from_title = title:c_ossory } - title:d_c_ostergotland_color = { set_color_from_title = title:c_ostergotland } - title:d_c_osterland_color = { set_color_from_title = title:c_osterland } - title:d_c_osterode_color = { set_color_from_title = title:c_osterode } - title:d_c_ostfriesland_color = { set_color_from_title = title:c_ostfriesland } - title:d_c_otrar_color = { set_color_from_title = title:c_otrar } - title:d_c_oudalan_color = { set_color_from_title = title:c_oudalan } - title:d_c_oulu_color = { set_color_from_title = title:c_oulu } - title:d_c_outer_hebrides_color = { set_color_from_title = title:c_outer_hebrides } - title:d_c_oversticht_color = { set_color_from_title = title:c_oversticht } - title:d_c_owu_color = { set_color_from_title = title:c_owu } - title:d_c_oxfordshire_color = { set_color_from_title = title:c_oxfordshire } - title:d_c_oyo_color = { set_color_from_title = title:c_oyo } - title:d_c_pacatiana_color = { set_color_from_title = title:c_pacatiana } - title:d_c_paderborn_color = { set_color_from_title = title:c_paderborn } - title:d_c_padua_color = { set_color_from_title = title:c_padua } - title:d_c_padum_color = { set_color_from_title = title:c_padum } - title:d_c_paeonia_color = { set_color_from_title = title:c_paeonia } - title:d_c_pagan_color = { set_color_from_title = title:c_pagan } - title:d_c_pagania_color = { set_color_from_title = title:c_pagania } - title:d_c_palakka_color = { set_color_from_title = title:c_palakka } - title:d_c_palanga_color = { set_color_from_title = title:c_palanga } - title:d_c_palermo_color = { set_color_from_title = title:c_palermo } - title:d_c_pallas_color = { set_color_from_title = title:c_pallas } - title:d_c_palmyra_color = { set_color_from_title = title:c_palmyra } - title:d_c_palniki_color = { set_color_from_title = title:c_palniki } - title:d_c_pamphylia_color = { set_color_from_title = title:c_pamphylia } - title:d_c_panaji_color = { set_color_from_title = title:c_panaji } - title:d_c_panjgur_color = { set_color_from_title = title:c_panjgur } - title:d_c_pannagallu_color = { set_color_from_title = title:c_pannagallu } - title:d_c_paphlagonia_color = { set_color_from_title = title:c_paphlagonia } - title:d_c_parma_color = { set_color_from_title = title:c_parma } - title:d_c_paro_color = { set_color_from_title = title:c_paro } - title:d_c_parsberg_color = { set_color_from_title = title:c_parsberg } - title:d_c_passau_color = { set_color_from_title = title:c_passau } - title:d_c_pavia_color = { set_color_from_title = title:c_pavia } - title:d_c_pavlodar_color = { set_color_from_title = title:c_pavlodar } - title:d_c_peaccam_color = { set_color_from_title = title:c_peaccam } - title:d_c_pecheneg_color = { set_color_from_title = title:c_pecheneg } - title:d_c_pedersore_color = { set_color_from_title = title:c_pedersore } - title:d_c_pegu_color = { set_color_from_title = title:c_pegu } - title:d_c_pelym_color = { set_color_from_title = title:c_pelym } - title:d_c_pelyul_color = { set_color_from_title = title:c_pelyul } - title:d_c_pemako_color = { set_color_from_title = title:c_pemako } - title:d_c_pembrokeshire_color = { set_color_from_title = title:c_pembrokeshire } - title:d_c_pendjari_color = { set_color_from_title = title:c_pendjari } - title:d_c_penthievre_color = { set_color_from_title = title:c_penthievre } - title:d_c_penugonda_color = { set_color_from_title = title:c_penugonda } - title:d_c_penza_color = { set_color_from_title = title:c_penza } - title:d_c_perekop_color = { set_color_from_title = title:c_perekop } - title:d_c_peremyshl_color = { set_color_from_title = title:c_peremyshl } - title:d_c_peresopnytsia_color = { set_color_from_title = title:c_peresopnytsia } - title:d_c_pereyaslavl_color = { set_color_from_title = title:c_pereyaslavl } - title:d_c_perigord_color = { set_color_from_title = title:c_perigord } - title:d_c_perm_color = { set_color_from_title = title:c_perm } - title:d_c_pest_color = { set_color_from_title = title:c_pest } - title:d_c_petropavl_color = { set_color_from_title = title:c_petropavl } - title:d_c_petropavolsk_color = { set_color_from_title = title:c_petropavolsk } - title:d_c_petrovsk_color = { set_color_from_title = title:c_petrovsk } - title:d_c_philippopolis_color = { set_color_from_title = title:c_philippopolis } - title:d_c_philomelium_color = { set_color_from_title = title:c_philomelium } - title:d_c_phiti_color = { set_color_from_title = title:c_phiti } - title:d_c_phrygia_color = { set_color_from_title = title:c_phrygia } - title:d_c_pielinen_color = { set_color_from_title = title:c_pielinen } - title:d_c_pila_color = { set_color_from_title = title:c_pila } - title:d_c_pinsk_color = { set_color_from_title = title:c_pinsk } - title:d_c_pirin_color = { set_color_from_title = title:c_pirin } - title:d_c_pisa_color = { set_color_from_title = title:c_pisa } - title:d_c_pisidia_color = { set_color_from_title = title:c_pisidia } - title:d_c_pite_color = { set_color_from_title = title:c_pite } - title:d_c_pitten_color = { set_color_from_title = title:c_pitten } - title:d_c_plasencia_color = { set_color_from_title = title:c_plasencia } - title:d_c_plocka_color = { set_color_from_title = title:c_plocka } - title:d_c_plyos_color = { set_color_from_title = title:c_plyos } - title:d_c_plzen_color = { set_color_from_title = title:c_plzen } - title:d_c_po_color = { set_color_from_title = title:c_po } - title:d_c_podor_color = { set_color_from_title = title:c_podor } - title:d_c_podrinje_color = { set_color_from_title = title:c_podrinje } - title:d_c_poitiers_color = { set_color_from_title = title:c_poitiers } - title:d_c_polesine_color = { set_color_from_title = title:c_polesine } - title:d_c_polotsk_color = { set_color_from_title = title:c_polotsk } - title:d_c_polovragi_color = { set_color_from_title = title:c_polovragi } - title:d_c_pomoravlje_color = { set_color_from_title = title:c_pomoravlje } - title:d_c_pomorje_color = { set_color_from_title = title:c_pomorje } - title:d_c_pompeiopolis_color = { set_color_from_title = title:c_pompeiopolis } - title:d_c_porto_color = { set_color_from_title = title:c_porto } - title:d_c_poszony_color = { set_color_from_title = title:c_poszony } - title:d_c_povenets_color = { set_color_from_title = title:c_povenets } - title:d_c_pozega_color = { set_color_from_title = title:c_pozega } - title:d_c_poznanska_color = { set_color_from_title = title:c_poznanska } - title:d_c_praha_color = { set_color_from_title = title:c_praha } - title:d_c_pravia_color = { set_color_from_title = title:c_pravia } - title:d_c_prayaga_color = { set_color_from_title = title:c_prayaga } - title:d_c_prenzlau_color = { set_color_from_title = title:c_prenzlau } - title:d_c_prerov_color = { set_color_from_title = title:c_prerov } - title:d_c_provence_color = { set_color_from_title = title:c_provence } - title:d_c_prusa_color = { set_color_from_title = title:c_prusa } - title:d_c_przemkow_color = { set_color_from_title = title:c_przemkow } - title:d_c_pset_color = { set_color_from_title = title:c_pset } - title:d_c_pskov_color = { set_color_from_title = title:c_pskov } - title:d_c_pudozh_color = { set_color_from_title = title:c_pudozh } - title:d_c_puigcerda_color = { set_color_from_title = title:c_puigcerda } - title:d_c_pula_color = { set_color_from_title = title:c_pula } - title:d_c_punakha_color = { set_color_from_title = title:c_punakha } - title:d_c_pundravardhana_color = { set_color_from_title = title:c_pundravardhana } - title:d_c_purang_color = { set_color_from_title = title:c_purang } - title:d_c_puri_color = { set_color_from_title = title:c_puri } - title:d_c_purig_color = { set_color_from_title = title:c_purig } - title:d_c_purushapura_color = { set_color_from_title = title:c_purushapura } - title:d_c_puttlingen_color = { set_color_from_title = title:c_puttlingen } - title:d_c_putyvl_color = { set_color_from_title = title:c_putyvl } - title:d_c_qadisiya_color = { set_color_from_title = title:c_qadisiya } - title:d_c_qain_color = { set_color_from_title = title:c_qain } - title:d_c_qalaafe_color = { set_color_from_title = title:c_qalaafe } - title:d_c_qamdo_color = { set_color_from_title = title:c_qamdo } - title:d_c_qaryatan_color = { set_color_from_title = title:c_qaryatan } - title:d_c_qashtiliya_color = { set_color_from_title = title:c_qashtiliya } - title:d_c_qasim_color = { set_color_from_title = title:c_qasim } - title:d_c_qasr_ibrim_color = { set_color_from_title = title:c_qasr_ibrim } - title:d_c_qataa_color = { set_color_from_title = title:c_qataa } - title:d_c_qatif_color = { set_color_from_title = title:c_qatif } - title:d_c_qayaliq_color = { set_color_from_title = title:c_qayaliq } - title:d_c_qazwin_color = { set_color_from_title = title:c_qazwin } - title:d_c_qilin_color = { set_color_from_title = title:c_qilin } - title:d_c_qimr_color = { set_color_from_title = title:c_qimr } - title:d_c_qinggil_color = { set_color_from_title = title:c_qinggil } - title:d_c_qinnasrin_color = { set_color_from_title = title:c_qinnasrin } - title:d_c_qom_color = { set_color_from_title = title:c_qom } - title:d_c_qoshagyl_color = { set_color_from_title = title:c_qoshagyl } - title:d_c_quercy_color = { set_color_from_title = title:c_quercy } - title:d_c_qumarleb_color = { set_color_from_title = title:c_qumarleb } - title:d_c_qumisha_color = { set_color_from_title = title:c_qumisha } - title:d_c_quqen_color = { set_color_from_title = title:c_quqen } - title:d_c_quriltay_color = { set_color_from_title = title:c_quriltay } - title:d_c_qurta_color = { set_color_from_title = title:c_qurta } - title:d_c_qus_color = { set_color_from_title = title:c_qus } - title:d_c_qusayr_color = { set_color_from_title = title:c_qusayr } - title:d_c_racakonda_color = { set_color_from_title = title:c_racakonda } - title:d_c_radha_color = { set_color_from_title = title:c_radha } - title:d_c_radomska_color = { set_color_from_title = title:c_radomska } - title:d_c_ragusa_color = { set_color_from_title = title:c_ragusa } - title:d_c_rahba_color = { set_color_from_title = title:c_rahba } - title:d_c_raimskoe_color = { set_color_from_title = title:c_raimskoe } - title:d_c_rajanpur_color = { set_color_from_title = title:c_rajanpur } - title:d_c_rajrappa_color = { set_color_from_title = title:c_rajrappa } - title:d_c_rama_color = { set_color_from_title = title:c_rama } - title:d_c_ramagiri_color = { set_color_from_title = title:c_ramagiri } - title:d_c_ramhurmuz_color = { set_color_from_title = title:c_ramhurmuz } - title:d_c_ramu_color = { set_color_from_title = title:c_ramu } - title:d_c_ranikot_color = { set_color_from_title = title:c_ranikot } - title:d_c_raniriki_color = { set_color_from_title = title:c_raniriki } - title:d_c_rano_color = { set_color_from_title = title:c_rano } - title:d_c_ranthambore_color = { set_color_from_title = title:c_ranthambore } - title:d_c_raqqa_color = { set_color_from_title = title:c_raqqa } - title:d_c_ras_hafun_color = { set_color_from_title = title:c_ras_hafun } - title:d_c_raseiniai_color = { set_color_from_title = title:c_raseiniai } - title:d_c_rashka_color = { set_color_from_title = title:c_rashka } - title:d_c_rasht_color = { set_color_from_title = title:c_rasht } - title:d_c_ratanpur_color = { set_color_from_title = title:c_ratanpur } - title:d_c_ratibor_color = { set_color_from_title = title:c_ratibor } - title:d_c_ravenna_color = { set_color_from_title = title:c_ravenna } - title:d_c_ravensburg_color = { set_color_from_title = title:c_ravensburg } - title:d_c_rayapura_color = { set_color_from_title = title:c_rayapura } - title:d_c_rayy_color = { set_color_from_title = title:c_rayy } - title:d_c_rebgong_color = { set_color_from_title = title:c_rebgong } - title:d_c_regensburg_color = { set_color_from_title = title:c_regensburg } - title:d_c_reggio_calabria_color = { set_color_from_title = title:c_reggio_calabria } - title:d_c_reims_color = { set_color_from_title = title:c_reims } - title:d_c_renandu_color = { set_color_from_title = title:c_renandu } - title:d_c_reni_color = { set_color_from_title = title:c_reni } - title:d_c_rennes_color = { set_color_from_title = title:c_rennes } - title:d_c_rethel_color = { set_color_from_title = title:c_rethel } - title:d_c_reval_color = { set_color_from_title = title:c_reval } - title:d_c_rhodopes_color = { set_color_from_title = title:c_rhodopes } - title:d_c_rhodos_color = { set_color_from_title = title:c_rhodos } - title:d_c_ribe_color = { set_color_from_title = title:c_ribe } - title:d_c_rima_color = { set_color_from_title = title:c_rima } - title:d_c_ringkobing_color = { set_color_from_title = title:c_ringkobing } - title:d_c_riqan_color = { set_color_from_title = title:c_riqan } - title:d_c_rivsharan_color = { set_color_from_title = title:c_rivsharan } - title:d_c_rogalandi_color = { set_color_from_title = title:c_rogalandi } - title:d_c_rohana_color = { set_color_from_title = title:c_rohana } - title:d_c_roing_color = { set_color_from_title = title:c_roing } - title:d_c_roma_color = { set_color_from_title = title:c_roma } - title:d_c_romen_color = { set_color_from_title = title:c_romen } - title:d_c_rosenheim_color = { set_color_from_title = title:c_rosenheim } - title:d_c_roslavl_color = { set_color_from_title = title:c_roslavl } - title:d_c_ross_color = { set_color_from_title = title:c_ross } - title:d_c_rossano_color = { set_color_from_title = title:c_rossano } - title:d_c_rossello_color = { set_color_from_title = title:c_rossello } - title:d_c_rostock_color = { set_color_from_title = title:c_rostock } - title:d_c_rothas_color = { set_color_from_title = title:c_rothas } - title:d_c_rothenburg_color = { set_color_from_title = title:c_rothenburg } - title:d_c_rouen_color = { set_color_from_title = title:c_rouen } - title:d_c_rouergue_color = { set_color_from_title = title:c_rouergue } - title:d_c_rounala_color = { set_color_from_title = title:c_rounala } - title:d_c_rudbar_color = { set_color_from_title = title:c_rudbar } - title:d_c_rugen_color = { set_color_from_title = title:c_rugen } - title:d_c_rukhaj_color = { set_color_from_title = title:c_rukhaj } - title:d_c_ruppin_color = { set_color_from_title = title:c_ruppin } - title:d_c_rusa_color = { set_color_from_title = title:c_rusa } - title:d_c_rusafa_color = { set_color_from_title = title:c_rusafa } - title:d_c_rutog_color = { set_color_from_title = title:c_rutog } - title:d_c_ruyan_color = { set_color_from_title = title:c_ruyan } - title:d_c_ryazan_color = { set_color_from_title = title:c_ryazan } - title:d_c_ryty_color = { set_color_from_title = title:c_ryty } - title:d_c_saalum_color = { set_color_from_title = title:c_saalum } - title:d_c_saarbrucken_color = { set_color_from_title = title:c_saarbrucken } - title:d_c_sabakyul_color = { set_color_from_title = title:c_sabakyul } - title:d_c_sable_color = { set_color_from_title = title:c_sable } - title:d_c_sabzevar_color = { set_color_from_title = title:c_sabzevar } - title:d_c_sacz_color = { set_color_from_title = title:c_sacz } - title:d_c_safata_color = { set_color_from_title = title:c_safata } - title:d_c_sagaing_color = { set_color_from_title = title:c_sagaing } - title:d_c_sagar_color = { set_color_from_title = title:c_sagar } - title:d_c_sagiz_color = { set_color_from_title = title:c_sagiz } - title:d_c_sagya_color = { set_color_from_title = title:c_sagya } - title:d_c_sai_color = { set_color_from_title = title:c_sai } - title:d_c_saimara_color = { set_color_from_title = title:c_saimara } - title:d_c_saintonge_color = { set_color_from_title = title:c_saintonge } - title:d_c_sakala_color = { set_color_from_title = title:c_sakala } - title:d_c_sakarai_color = { set_color_from_title = title:c_sakarai } - title:d_c_sakmara_color = { set_color_from_title = title:c_sakmara } - title:d_c_salamanca_color = { set_color_from_title = title:c_salamanca } - title:d_c_salamat_color = { set_color_from_title = title:c_salamat } - title:d_c_salavat_color = { set_color_from_title = title:c_salavat } - title:d_c_salerno_color = { set_color_from_title = title:c_salerno } - title:d_c_salinis_color = { set_color_from_title = title:c_salinis } - title:d_c_salzburg_color = { set_color_from_title = title:c_salzburg } - title:d_c_samaiqan_color = { set_color_from_title = title:c_samaiqan } - title:d_c_samander_color = { set_color_from_title = title:c_samander } - title:d_c_samar_color = { set_color_from_title = title:c_samar } - title:d_c_samar_VB_color = { set_color_from_title = title:c_samar_VB } - title:d_c_samarkand_color = { set_color_from_title = title:c_samarkand } - title:d_c_samarra_color = { set_color_from_title = title:c_samarra } - title:d_c_samatata_color = { set_color_from_title = title:c_samatata } - title:d_c_sambalpur_color = { set_color_from_title = title:c_sambalpur } - title:d_c_sambhal_color = { set_color_from_title = title:c_sambhal } - title:d_c_samiran_color = { set_color_from_title = title:c_samiran } - title:d_c_samman_color = { set_color_from_title = title:c_samman } - title:d_c_samosata_color = { set_color_from_title = title:c_samosata } - title:d_c_sanaa_color = { set_color_from_title = title:c_sanaa } - title:d_c_sancerre_color = { set_color_from_title = title:c_sancerre } - title:d_c_sanda_color = { set_color_from_title = title:c_sanda } - title:d_c_sandomierska_color = { set_color_from_title = title:c_sandomierska } - title:d_c_sandoway_color = { set_color_from_title = title:c_sandoway } - title:d_c_sangqu_color = { set_color_from_title = title:c_sangqu } - title:d_c_sanij_color = { set_color_from_title = title:c_sanij } - title:d_c_sankt_gallen_color = { set_color_from_title = title:c_sankt_gallen } - title:d_c_sankt_polten_color = { set_color_from_title = title:c_sankt_polten } - title:d_c_santiago_color = { set_color_from_title = title:c_santiago } - title:d_c_saoura_color = { set_color_from_title = title:c_saoura } - title:d_c_saptagrama_color = { set_color_from_title = title:c_saptagrama } - title:d_c_saqsin_color = { set_color_from_title = title:c_saqsin } - title:d_c_sarakhs_color = { set_color_from_title = title:c_sarakhs } - title:d_c_saran_color = { set_color_from_title = title:c_saran } - title:d_c_sarangpur_color = { set_color_from_title = title:c_sarangpur } - title:d_c_sarasvata_mandala_color = { set_color_from_title = title:c_sarasvata_mandala } - title:d_c_sarasvati_color = { set_color_from_title = title:c_sarasvati } - title:d_c_saratov_color = { set_color_from_title = title:c_saratov } - title:d_c_sardan_color = { set_color_from_title = title:c_sardan } - title:d_c_saris_color = { set_color_from_title = title:c_saris } - title:d_c_sarkel_color = { set_color_from_title = title:c_sarkel } - title:d_c_sartlan_color = { set_color_from_title = title:c_sartlan } - title:d_c_sarykamysh_color = { set_color_from_title = title:c_sarykamysh } - title:d_c_sarysyn_color = { set_color_from_title = title:c_sarysyn } - title:d_c_sasaram_color = { set_color_from_title = title:c_sasaram } - title:d_c_satakunta_color = { set_color_from_title = title:c_satakunta } - title:d_c_satala_color = { set_color_from_title = title:c_satala } - title:d_c_satfura_color = { set_color_from_title = title:c_satfura } - title:d_c_satif_color = { set_color_from_title = title:c_satif } - title:d_c_satyapura_color = { set_color_from_title = title:c_satyapura } - title:d_c_saumur_color = { set_color_from_title = title:c_saumur } - title:d_c_savalu_color = { set_color_from_title = title:c_savalu } - title:d_c_savoie_color = { set_color_from_title = title:c_savoie } - title:d_c_say_color = { set_color_from_title = title:c_say } - title:d_c_sayn_color = { set_color_from_title = title:c_sayn } - title:d_c_scalovia_color = { set_color_from_title = title:c_scalovia } - title:d_c_schaumberg_color = { set_color_from_title = title:c_schaumberg } - title:d_c_schmalkalden_color = { set_color_from_title = title:c_schmalkalden } - title:d_c_schweibus_color = { set_color_from_title = title:c_schweibus } - title:d_c_sebasteia_color = { set_color_from_title = title:c_sebasteia } - title:d_c_sebezh_color = { set_color_from_title = title:c_sebezh } - title:d_c_sebur_color = { set_color_from_title = title:c_sebur } - title:d_c_selenga_color = { set_color_from_title = title:c_selenga } - title:d_c_seleucia_color = { set_color_from_title = title:c_seleucia } - title:d_c_selge_color = { set_color_from_title = title:c_selge } - title:d_c_selpils_color = { set_color_from_title = title:c_selpils } - title:d_c_semey_color = { set_color_from_title = title:c_semey } - title:d_c_semien_color = { set_color_from_title = title:c_semien } - title:d_c_sennar_color = { set_color_from_title = title:c_sennar } - title:d_c_seno_color = { set_color_from_title = title:c_seno } - title:d_c_sens_color = { set_color_from_title = title:c_sens } - title:d_c_serae_color = { set_color_from_title = title:c_serae } - title:d_c_serres_color = { set_color_from_title = title:c_serres } - title:d_c_sertar_color = { set_color_from_title = title:c_sertar } - title:d_c_sevede_color = { set_color_from_title = title:c_sevede } - title:d_c_severin_color = { set_color_from_title = title:c_severin } - title:d_c_sevilla_color = { set_color_from_title = title:c_sevilla } - title:d_c_sevsk_color = { set_color_from_title = title:c_sevsk } - title:d_c_sewa_color = { set_color_from_title = title:c_sewa } - title:d_c_sfax_color = { set_color_from_title = title:c_sfax } - title:d_c_shabe_color = { set_color_from_title = title:c_shabe } - title:d_c_shahrazur_color = { set_color_from_title = title:c_shahrazur } - title:d_c_shahre-babak_color = { set_color_from_title = title:c_shahre-babak } - title:d_c_shaki_color = { set_color_from_title = title:c_shaki } - title:d_c_shamir_color = { set_color_from_title = title:c_shamir } - title:d_c_shanzhou_color = { set_color_from_title = title:c_shanzhou } - title:d_c_shaqiq_color = { set_color_from_title = title:c_shaqiq } - title:d_c_sharaf_color = { set_color_from_title = title:c_sharaf } - title:d_c_sharga_color = { set_color_from_title = title:c_sharga } - title:d_c_sharka_color = { set_color_from_title = title:c_sharka } - title:d_c_sharkiya_color = { set_color_from_title = title:c_sharkiya } - title:d_c_shavgar_color = { set_color_from_title = title:c_shavgar } - title:d_c_shayzar_color = { set_color_from_title = title:c_shayzar } - title:d_c_shazhou_color = { set_color_from_title = title:c_shazhou } - title:d_c_shchuchinsk_color = { set_color_from_title = title:c_shchuchinsk } - title:d_c_shelji_color = { set_color_from_title = title:c_shelji } - title:d_c_shenkursk_color = { set_color_from_title = title:c_shenkursk } - title:d_c_sherbro_color = { set_color_from_title = title:c_sherbro } - title:d_c_shetland_color = { set_color_from_title = title:c_shetland } - title:d_c_shigar_color = { set_color_from_title = title:c_shigar } - title:d_c_shiraz_color = { set_color_from_title = title:c_shiraz } - title:d_c_shirvan_color = { set_color_from_title = title:c_shirvan } - title:d_c_shishina_color = { set_color_from_title = title:c_shishina } - title:d_c_shityy_color = { set_color_from_title = title:c_shityy } - title:d_c_shor_color = { set_color_from_title = title:c_shor } - title:d_c_shorkot_color = { set_color_from_title = title:c_shorkot } - title:d_c_showa_color = { set_color_from_title = title:c_showa } - title:d_c_showak_color = { set_color_from_title = title:c_showak } - title:d_c_shropshire_color = { set_color_from_title = title:c_shropshire } - title:d_c_shughnan_color = { set_color_from_title = title:c_shughnan } - title:d_c_shunzhou_color = { set_color_from_title = title:c_shunzhou } - title:d_c_siauliai_color = { set_color_from_title = title:c_siauliai } - title:d_c_sibi_color = { set_color_from_title = title:c_sibi } - title:d_c_sibi_mali_color = { set_color_from_title = title:c_sibi_mali } - title:d_c_sibir_color = { set_color_from_title = title:c_sibir } - title:d_c_sidamo_color = { set_color_from_title = title:c_sidamo } - title:d_c_siena_color = { set_color_from_title = title:c_siena } - title:d_c_sieradzka_color = { set_color_from_title = title:c_sieradzka } - title:d_c_sif-i-umara_color = { set_color_from_title = title:c_sif-i-umara } - title:d_c_siggevara_color = { set_color_from_title = title:c_siggevara } - title:d_c_sighnaq_color = { set_color_from_title = title:c_sighnaq } - title:d_c_sijilmasa_color = { set_color_from_title = title:c_sijilmasa } - title:d_c_sikasso_color = { set_color_from_title = title:c_sikasso } - title:d_c_silla_color = { set_color_from_title = title:c_silla } - title:d_c_silves_color = { set_color_from_title = title:c_silves } - title:d_c_simaramapura_color = { set_color_from_title = title:c_simaramapura } - title:d_c_sinai_color = { set_color_from_title = title:c_sinai } - title:d_c_sinjar_color = { set_color_from_title = title:c_sinjar } - title:d_c_sinope_color = { set_color_from_title = title:c_sinope } - title:d_c_sir_faesyfed_color = { set_color_from_title = title:c_sir_faesyfed } - title:d_c_siracusa_color = { set_color_from_title = title:c_siracusa } - title:d_c_sirhan_color = { set_color_from_title = title:c_sirhan } - title:d_c_sirjan_color = { set_color_from_title = title:c_sirjan } - title:d_c_sittaung_color = { set_color_from_title = title:c_sittaung } - title:d_c_sitti_color = { set_color_from_title = title:c_sitti } - title:d_c_siwa_color = { set_color_from_title = title:c_siwa } - title:d_c_siwistan_color = { set_color_from_title = title:c_siwistan } - title:d_c_sjaelland_color = { set_color_from_title = title:c_sjaelland } - title:d_c_sjeltie_color = { set_color_from_title = title:c_sjeltie } - title:d_c_skane_color = { set_color_from_title = title:c_skane } - title:d_c_skara_color = { set_color_from_title = title:c_skara } - title:d_c_skardu_color = { set_color_from_title = title:c_skardu } - title:d_c_skolt_color = { set_color_from_title = title:c_skolt } - title:d_c_skopje_color = { set_color_from_title = title:c_skopje } - title:d_c_slesvig_color = { set_color_from_title = title:c_slesvig } - title:d_c_slupsk_color = { set_color_from_title = title:c_slupsk } - title:d_c_slutsk_color = { set_color_from_title = title:c_slutsk } - title:d_c_smolensk_color = { set_color_from_title = title:c_smolensk } - title:d_c_sobrarbe_color = { set_color_from_title = title:c_sobrarbe } - title:d_c_sochur_color = { set_color_from_title = title:c_sochur } - title:d_c_socotra_color = { set_color_from_title = title:c_socotra } - title:d_c_sodermannaland_color = { set_color_from_title = title:c_sodermannaland } - title:d_c_sog_color = { set_color_from_title = title:c_sog } - title:d_c_sogn_color = { set_color_from_title = title:c_sogn } - title:d_c_sokode_color = { set_color_from_title = title:c_sokode } - title:d_c_sokoto_color = { set_color_from_title = title:c_sokoto } - title:d_c_soldin_color = { set_color_from_title = title:c_soldin } - title:d_c_soli_color = { set_color_from_title = title:c_soli } - title:d_c_solimana_color = { set_color_from_title = title:c_solimana } - title:d_c_sombio_color = { set_color_from_title = title:c_sombio } - title:d_c_somerset_color = { set_color_from_title = title:c_somerset } - title:d_c_somnath_color = { set_color_from_title = title:c_somnath } - title:d_c_somogy_color = { set_color_from_title = title:c_somogy } - title:d_c_sonda_color = { set_color_from_title = title:c_sonda } - title:d_c_songuu_aallar_color = { set_color_from_title = title:c_songuu_aallar } - title:d_c_sopron_color = { set_color_from_title = title:c_sopron } - title:d_c_soria_color = { set_color_from_title = title:c_soria } - title:d_c_soroca_color = { set_color_from_title = title:c_soroca } - title:d_c_sorok_color = { set_color_from_title = title:c_sorok } - title:d_c_sortavala_color = { set_color_from_title = title:c_sortavala } - title:d_c_soso_color = { set_color_from_title = title:c_soso } - title:d_c_sosva_color = { set_color_from_title = title:c_sosva } - title:d_c_souf_color = { set_color_from_title = title:c_souf } - title:d_c_sous_color = { set_color_from_title = title:c_sous } - title:d_c_south_kordofan_color = { set_color_from_title = title:c_south_kordofan } - title:d_c_speyer_color = { set_color_from_title = title:c_speyer } - title:d_c_spis_color = { set_color_from_title = title:c_spis } - title:d_c_spoleto_color = { set_color_from_title = title:c_spoleto } - title:d_c_spreewald_color = { set_color_from_title = title:c_spreewald } - title:d_c_sprottau_color = { set_color_from_title = title:c_sprottau } - title:d_c_sravasti_color = { set_color_from_title = title:c_sravasti } - title:d_c_sredets_color = { set_color_from_title = title:c_sredets } - title:d_c_srihatta_color = { set_color_from_title = title:c_srihatta } - title:d_c_sriksetra_color = { set_color_from_title = title:c_sriksetra } - title:d_c_sripatha_color = { set_color_from_title = title:c_sripatha } - title:d_c_sripuri_color = { set_color_from_title = title:c_sripuri } - title:d_c_srirangapatna_color = { set_color_from_title = title:c_srirangapatna } - title:d_c_stade_color = { set_color_from_title = title:c_stade } - title:d_c_staffordshire_color = { set_color_from_title = title:c_staffordshire } - title:d_c_starodub_color = { set_color_from_title = title:c_starodub } - title:d_c_stendal_color = { set_color_from_title = title:c_stendal } - title:d_c_stettin_color = { set_color_from_title = title:c_stettin } - title:d_c_stezycka_color = { set_color_from_title = title:c_stezycka } - title:d_c_sthanisvara_color = { set_color_from_title = title:c_sthanisvara } - title:d_c_stoenesti_color = { set_color_from_title = title:c_stoenesti } - title:d_c_stoyanka_color = { set_color_from_title = title:c_stoyanka } - title:d_c_strassburg_color = { set_color_from_title = title:c_strassburg } - title:d_c_strathearn_color = { set_color_from_title = title:c_strathearn } - title:d_c_strumica_color = { set_color_from_title = title:c_strumica } - title:d_c_suakin_color = { set_color_from_title = title:c_suakin } - title:d_c_subay_color = { set_color_from_title = title:c_subay } - title:d_c_subei_color = { set_color_from_title = title:c_subei } - title:d_c_suceava_color = { set_color_from_title = title:c_suceava } - title:d_c_sudurland_color = { set_color_from_title = title:c_sudurland } - title:d_c_suenik_color = { set_color_from_title = title:c_suenik } - title:d_c_suffolk_color = { set_color_from_title = title:c_suffolk } - title:d_c_sukhna_color = { set_color_from_title = title:c_sukhna } - title:d_c_sullum_color = { set_color_from_title = title:c_sullum } - title:d_c_sumadija_color = { set_color_from_title = title:c_sumadija } - title:d_c_sumdo_color = { set_color_from_title = title:c_sumdo } - title:d_c_sundgau_color = { set_color_from_title = title:c_sundgau } - title:d_c_sungqu_color = { set_color_from_title = title:c_sungqu } - title:d_c_suondavara_color = { set_color_from_title = title:c_suondavara } - title:d_c_suriya_color = { set_color_from_title = title:c_suriya } - title:d_c_surparaka_color = { set_color_from_title = title:c_surparaka } - title:d_c_surrah_color = { set_color_from_title = title:c_surrah } - title:d_c_surrey_color = { set_color_from_title = title:c_surrey } - title:d_c_sussex_color = { set_color_from_title = title:c_sussex } - title:d_c_sutherland_color = { set_color_from_title = title:c_sutherland } - title:d_c_sutkend_color = { set_color_from_title = title:c_sutkend } - title:d_c_suvarnagram_color = { set_color_from_title = title:c_suvarnagram } - title:d_c_suvarnapura_color = { set_color_from_title = title:c_suvarnapura } - title:d_c_suyab_color = { set_color_from_title = title:c_suyab } - title:d_c_suzdal_color = { set_color_from_title = title:c_suzdal } - title:d_c_suzhou_color = { set_color_from_title = title:c_suzhou } - title:d_c_svaneti_color = { set_color_from_title = title:c_svaneti } - title:d_c_swetaka_mandala_color = { set_color_from_title = title:c_swetaka_mandala } - title:d_c_syrrusafa_color = { set_color_from_title = title:c_syrrusafa } - title:d_c_syrte_color = { set_color_from_title = title:c_syrte } - title:d_c_sysma_color = { set_color_from_title = title:c_sysma } - title:d_c_szabolcs_color = { set_color_from_title = title:c_szabolcs } - title:d_c_szatmar_color = { set_color_from_title = title:c_szatmar } - title:d_c_szekelyfold_color = { set_color_from_title = title:c_szekelyfold } - title:d_c_szekesfehervar_color = { set_color_from_title = title:c_szekesfehervar } - title:d_c_szerem_color = { set_color_from_title = title:c_szerem } - title:d_c_tabary_color = { set_color_from_title = title:c_tabary } - title:d_c_tabassa_color = { set_color_from_title = title:c_tabassa } - title:d_c_tabla_butii_color = { set_color_from_title = title:c_tabla_butii } - title:d_c_tabon_color = { set_color_from_title = title:c_tabon } - title:d_c_tabriz_color = { set_color_from_title = title:c_tabriz } - title:d_c_tabuk_color = { set_color_from_title = title:c_tabuk } - title:d_c_tadjoura_color = { set_color_from_title = title:c_tadjoura } - title:d_c_tadla_color = { set_color_from_title = title:c_tadla } - title:d_c_tadmekka_color = { set_color_from_title = title:c_tadmekka } - title:d_c_tagadur_color = { set_color_from_title = title:c_tagadur } - title:d_c_tagali_color = { set_color_from_title = title:c_tagali } - title:d_c_tagant_color = { set_color_from_title = title:c_tagant } - title:d_c_taghaza_color = { set_color_from_title = title:c_taghaza } - title:d_c_tagul_color = { set_color_from_title = title:c_tagul } - title:d_c_tahert_color = { set_color_from_title = title:c_tahert } - title:d_c_tahoua_color = { set_color_from_title = title:c_tahoua } - title:d_c_taif_color = { set_color_from_title = title:c_taif } - title:d_c_taizz_color = { set_color_from_title = title:c_taizz } - title:d_c_takkeda_color = { set_color_from_title = title:c_takkeda } - title:d_c_takon_color = { set_color_from_title = title:c_takon } - title:d_c_takrit_color = { set_color_from_title = title:c_takrit } - title:d_c_takrur_color = { set_color_from_title = title:c_takrur } - title:d_c_talakad_color = { set_color_from_title = title:c_talakad } - title:d_c_talava_color = { set_color_from_title = title:c_talava } - title:d_c_talish_color = { set_color_from_title = title:c_talish } - title:d_c_tall_basma_color = { set_color_from_title = title:c_tall_basma } - title:d_c_tall_hamid_color = { set_color_from_title = title:c_tall_hamid } - title:d_c_tamasna_color = { set_color_from_title = title:c_tamasna } - title:d_c_tambov_color = { set_color_from_title = title:c_tambov } - title:d_c_tamentit_color = { set_color_from_title = title:c_tamentit } - title:d_c_tamiso_color = { set_color_from_title = title:c_tamiso } - title:d_c_tamralipti_color = { set_color_from_title = title:c_tamralipti } - title:d_c_tana_color = { set_color_from_title = title:c_tana } - title:d_c_tanas_color = { set_color_from_title = title:c_tanas } - title:d_c_tangiers_color = { set_color_from_title = title:c_tangiers } - title:d_c_tao_color = { set_color_from_title = title:c_tao } - title:d_c_tapsa_color = { set_color_from_title = title:c_tapsa } - title:d_c_tara_color = { set_color_from_title = title:c_tara } - title:d_c_taradavadi_color = { set_color_from_title = title:c_taradavadi } - title:d_c_taraz_color = { set_color_from_title = title:c_taraz } - title:d_c_targu_jiu_color = { set_color_from_title = title:c_targu_jiu } - title:d_c_targyl_color = { set_color_from_title = title:c_targyl } - title:d_c_tarnowska_color = { set_color_from_title = title:c_tarnowska } - title:d_c_tarragona_color = { set_color_from_title = title:c_tarragona } - title:d_c_tarsos_color = { set_color_from_title = title:c_tarsos } - title:d_c_tartas_SIB_color = { set_color_from_title = title:c_tartas_SIB } - title:d_c_tarvagatai_color = { set_color_from_title = title:c_tarvagatai } - title:d_c_taskyl_color = { set_color_from_title = title:c_taskyl } - title:d_c_tavan_bogd_color = { set_color_from_title = title:c_tavan_bogd } - title:d_c_tavasts_color = { set_color_from_title = title:c_tavasts } - title:d_c_tawang_color = { set_color_from_title = title:c_tawang } - title:d_c_tayma_color = { set_color_from_title = title:c_tayma } - title:d_c_taza_color = { set_color_from_title = title:c_taza } - title:d_c_tbilisi_color = { set_color_from_title = title:c_tbilisi } - title:d_c_tecklenburg_color = { set_color_from_title = title:c_tecklenburg } - title:d_c_teke_color = { set_color_from_title = title:c_teke } - title:d_c_telemark_color = { set_color_from_title = title:c_telemark } - title:d_c_temes_color = { set_color_from_title = title:c_temes } - title:d_c_temne_color = { set_color_from_title = title:c_temne } - title:d_c_tenggeli_color = { set_color_from_title = title:c_tenggeli } - title:d_c_teniz_color = { set_color_from_title = title:c_teniz } - title:d_c_ter_color = { set_color_from_title = title:c_ter } - title:d_c_teramo_color = { set_color_from_title = title:c_teramo } - title:d_c_terebovl_color = { set_color_from_title = title:c_terebovl } - title:d_c_terek_pass_color = { set_color_from_title = title:c_terek_pass } - title:d_c_terekli_color = { set_color_from_title = title:c_terekli } - title:d_c_terektai_color = { set_color_from_title = title:c_terektai } - title:d_c_teruel_color = { set_color_from_title = title:c_teruel } - title:d_c_tesiin_gol_color = { set_color_from_title = title:c_tesiin_gol } - title:d_c_tessalit_color = { set_color_from_title = title:c_tessalit } - title:d_c_teviotdale_color = { set_color_from_title = title:c_teviotdale } - title:d_c_tewo_color = { set_color_from_title = title:c_tewo } - title:d_c_tezu_color = { set_color_from_title = title:c_tezu } - title:d_c_thabeik_taung_color = { set_color_from_title = title:c_thabeik_taung } - title:d_c_thalabiya_color = { set_color_from_title = title:c_thalabiya } - title:d_c_thaldat_color = { set_color_from_title = title:c_thaldat } - title:d_c_thalner_color = { set_color_from_title = title:c_thalner } - title:d_c_thaton_color = { set_color_from_title = title:c_thaton } - title:d_c_theodosiopolis_color = { set_color_from_title = title:c_theodosiopolis } - title:d_c_thessalia_color = { set_color_from_title = title:c_thessalia } - title:d_c_thessaliotis_color = { set_color_from_title = title:c_thessaliotis } - title:d_c_thessalonika_color = { set_color_from_title = title:c_thessalonika } - title:d_c_thiers_color = { set_color_from_title = title:c_thiers } - title:d_c_thomond_color = { set_color_from_title = title:c_thomond } - title:d_c_thouars_color = { set_color_from_title = title:c_thouars } - title:d_c_thyatira_color = { set_color_from_title = title:c_thyatira } - title:d_c_tib_color = { set_color_from_title = title:c_tib } - title:d_c_tiberias_color = { set_color_from_title = title:c_tiberias } - title:d_c_tibesti_color = { set_color_from_title = title:c_tibesti } - title:d_c_tichitt_color = { set_color_from_title = title:c_tichitt } - title:d_c_tigheci_color = { set_color_from_title = title:c_tigheci } - title:d_c_tigre_color = { set_color_from_title = title:c_tigre } - title:d_c_tihama_color = { set_color_from_title = title:c_tihama } - title:d_c_tihamat-al-yamani_color = { set_color_from_title = title:c_tihamat-al-yamani } - title:d_c_tikhvin_color = { set_color_from_title = title:c_tikhvin } - title:d_c_timbi_color = { set_color_from_title = title:c_timbi } - title:d_c_tindouf_color = { set_color_from_title = title:c_tindouf } - title:d_c_tinmallal_color = { set_color_from_title = title:c_tinmallal } - title:d_c_tirakka_color = { set_color_from_title = title:c_tirakka } - title:d_c_tiris_color = { set_color_from_title = title:c_tiris } - title:d_c_tiruvannamalai_color = { set_color_from_title = title:c_tiruvannamalai } - title:d_c_tivoli_color = { set_color_from_title = title:c_tivoli } - title:d_c_tlemcen_color = { set_color_from_title = title:c_tlemcen } - title:d_c_tmutarakan_color = { set_color_from_title = title:c_tmutarakan } - title:d_c_tobol_color = { set_color_from_title = title:c_tobol } - title:d_c_tobruk_color = { set_color_from_title = title:c_tobruk } - title:d_c_todo_color = { set_color_from_title = title:c_todo } - title:d_c_tokumbay_color = { set_color_from_title = title:c_tokumbay } - title:d_c_toledo_color = { set_color_from_title = title:c_toledo } - title:d_c_tolna_color = { set_color_from_title = title:c_tolna } - title:d_c_toma_color = { set_color_from_title = title:c_toma } - title:d_c_tomorbulag_color = { set_color_from_title = title:c_tomorbulag } - title:d_c_tomsk_color = { set_color_from_title = title:c_tomsk } - title:d_c_tonnerrois_color = { set_color_from_title = title:c_tonnerrois } - title:d_c_torangy_kul_color = { set_color_from_title = title:c_torangy_kul } - title:d_c_torda_color = { set_color_from_title = title:c_torda } - title:d_c_torema_color = { set_color_from_title = title:c_torema } - title:d_c_torne_color = { set_color_from_title = title:c_torne } - title:d_c_toro_color = { set_color_from_title = title:c_toro } - title:d_c_toropets_color = { set_color_from_title = title:c_toropets } - title:d_c_tortoli_color = { set_color_from_title = title:c_tortoli } - title:d_c_tortona_color = { set_color_from_title = title:c_tortona } - title:d_c_torun_color = { set_color_from_title = title:c_torun } - title:d_c_totma_color = { set_color_from_title = title:c_totma } - title:d_c_touat_color = { set_color_from_title = title:c_touat } - title:d_c_toulouse_color = { set_color_from_title = title:c_toulouse } - title:d_c_toungoo_color = { set_color_from_title = title:c_toungoo } - title:d_c_tourraine_color = { set_color_from_title = title:c_tourraine } - title:d_c_tovkhon_color = { set_color_from_title = title:c_tovkhon } - title:d_c_trakai_color = { set_color_from_title = title:c_trakai } - title:d_c_trandam_color = { set_color_from_title = title:c_trandam } - title:d_c_trandheim_color = { set_color_from_title = title:c_trandheim } - title:d_c_travunia_color = { set_color_from_title = title:c_travunia } - title:d_c_trebizond_color = { set_color_from_title = title:c_trebizond } - title:d_c_trenscen_color = { set_color_from_title = title:c_trenscen } - title:d_c_trent_color = { set_color_from_title = title:c_trent } - title:d_c_treviso_color = { set_color_from_title = title:c_treviso } - title:d_c_tribandapura_color = { set_color_from_title = title:c_tribandapura } - title:d_c_trier_color = { set_color_from_title = title:c_trier } - title:d_c_trigarta_color = { set_color_from_title = title:c_trigarta } - title:d_c_trikuta_color = { set_color_from_title = title:c_trikuta } - title:d_c_trincomalee_color = { set_color_from_title = title:c_trincomalee } - title:d_c_tripoli_color = { set_color_from_title = title:c_tripoli } - title:d_c_tripolitana_color = { set_color_from_title = title:c_tripolitana } - title:d_c_tripuri_color = { set_color_from_title = title:c_tripuri } - title:d_c_trongsa_color = { set_color_from_title = title:c_trongsa } - title:d_c_tropaeum_color = { set_color_from_title = title:c_tropaeum } - title:d_c_troyes_color = { set_color_from_title = title:c_troyes } - title:d_c_tsambagarau_color = { set_color_from_title = title:c_tsambagarau } - title:d_c_tsaparang_color = { set_color_from_title = title:c_tsaparang } - title:d_c_tseel_color = { set_color_from_title = title:c_tseel } - title:d_c_tselym_dalyn_color = { set_color_from_title = title:c_tselym_dalyn } - title:d_c_tudela_color = { set_color_from_title = title:c_tudela } - title:d_c_tudgha_color = { set_color_from_title = title:c_tudgha } - title:d_c_tui_color = { set_color_from_title = title:c_tui } - title:d_c_tula_color = { set_color_from_title = title:c_tula } - title:d_c_tuluchezeva_color = { set_color_from_title = title:c_tuluchezeva } - title:d_c_tulun_color = { set_color_from_title = title:c_tulun } - title:d_c_tumak_color = { set_color_from_title = title:c_tumak } - title:d_c_tumar_color = { set_color_from_title = title:c_tumar } - title:d_c_tummana_color = { set_color_from_title = title:c_tummana } - title:d_c_tun_color = { set_color_from_title = title:c_tun } - title:d_c_tunis_color = { set_color_from_title = title:c_tunis } - title:d_c_tunka_color = { set_color_from_title = title:c_tunka } - title:d_c_turan_color = { set_color_from_title = title:c_turan } - title:d_c_turgay_color = { set_color_from_title = title:c_turgay } - title:d_c_turin_color = { set_color_from_title = title:c_turin } - title:d_c_turnovo_color = { set_color_from_title = title:c_turnovo } - title:d_c_turov_color = { set_color_from_title = title:c_turov } - title:d_c_turpan_color = { set_color_from_title = title:c_turpan } - title:d_c_turuberan_color = { set_color_from_title = title:c_turuberan } - title:d_c_tus_color = { set_color_from_title = title:c_tus } - title:d_c_tustar_color = { set_color_from_title = title:c_tustar } - title:d_c_tuulain_color = { set_color_from_title = title:c_tuulain } - title:d_c_tver_color = { set_color_from_title = title:c_tver } - title:d_c_tyendugu_color = { set_color_from_title = title:c_tyendugu } - title:d_c_tyumen_color = { set_color_from_title = title:c_tyumen } - title:d_c_tzani_color = { set_color_from_title = title:c_tzani } - title:d_c_ubins_color = { set_color_from_title = title:c_ubins } - title:d_c_ubmejeiednuo_color = { set_color_from_title = title:c_ubmejeiednuo } - title:d_c_ubulla_color = { set_color_from_title = title:c_ubulla } - title:d_c_uch_color = { set_color_from_title = title:c_uch } - title:d_c_uchangidurga_color = { set_color_from_title = title:c_uchangidurga } - title:d_c_uchkul_color = { set_color_from_title = title:c_uchkul } - title:d_c_udabhanda_color = { set_color_from_title = title:c_udabhanda } - title:d_c_ufa_color = { set_color_from_title = title:c_ufa } - title:d_c_uiska_color = { set_color_from_title = title:c_uiska } - title:d_c_ujjayini_color = { set_color_from_title = title:c_ujjayini } - title:d_c_ulaanbaatar_color = { set_color_from_title = title:c_ulaanbaatar } - title:d_c_ulaangom_color = { set_color_from_title = title:c_ulaangom } - title:d_c_ulam_color = { set_color_from_title = title:c_ulam } - title:d_c_ulan_chuzir_color = { set_color_from_title = title:c_ulan_chuzir } - title:d_c_ulan_ude_color = { set_color_from_title = title:c_ulan_ude } - title:d_c_ulantaiga_color = { set_color_from_title = title:c_ulantaiga } - title:d_c_uliastai_color = { set_color_from_title = title:c_uliastai } - title:d_c_uliuty_color = { set_color_from_title = title:c_uliuty } - title:d_c_ulm_color = { set_color_from_title = title:c_ulm } - title:d_c_ulster_color = { set_color_from_title = title:c_ulster } - title:d_c_ulu_jitanjik_color = { set_color_from_title = title:c_ulu_jitanjik } - title:d_c_ulytau_color = { set_color_from_title = title:c_ulytau } - title:d_c_uman_color = { set_color_from_title = title:c_uman } - title:d_c_umiai_color = { set_color_from_title = title:c_umiai } - title:d_c_ungvar_color = { set_color_from_title = title:c_ungvar } - title:d_c_upland_color = { set_color_from_title = title:c_upland } - title:d_c_upper_bono_color = { set_color_from_title = title:c_upper_bono } - title:d_c_upper_ghur_color = { set_color_from_title = title:c_upper_ghur } - title:d_c_upper_gurma_color = { set_color_from_title = title:c_upper_gurma } - title:d_c_upper_khabur_color = { set_color_from_title = title:c_upper_khabur } - title:d_c_uqayr_color = { set_color_from_title = title:c_uqayr } - title:d_c_uraiyur_color = { set_color_from_title = title:c_uraiyur } - title:d_c_ural_color = { set_color_from_title = title:c_ural } - title:d_c_uraltau_color = { set_color_from_title = title:c_uraltau } - title:d_c_urbino_color = { set_color_from_title = title:c_urbino } - title:d_c_urgamal_color = { set_color_from_title = title:c_urgamal } - title:d_c_urgell_color = { set_color_from_title = title:c_urgell } - title:d_c_urgun_color = { set_color_from_title = title:c_urgun } - title:d_c_urmiya_color = { set_color_from_title = title:c_urmiya } - title:d_c_uses_color = { set_color_from_title = title:c_uses } - title:d_c_ushara_color = { set_color_from_title = title:c_ushara } - title:d_c_ushmun_color = { set_color_from_title = title:c_ushmun } - title:d_c_ushytsia_color = { set_color_from_title = title:c_ushytsia } - title:d_c_usora_color = { set_color_from_title = title:c_usora } - title:d_c_ustyug_color = { set_color_from_title = title:c_ustyug } - title:d_c_ustyurt_color = { set_color_from_title = title:c_ustyurt } - title:d_c_uul_chors_color = { set_color_from_title = title:c_uul_chors } - title:d_c_uulynkhol_color = { set_color_from_title = title:c_uulynkhol } - title:d_c_uvs_nuur_color = { set_color_from_title = title:c_uvs_nuur } - title:d_c_uwal_color = { set_color_from_title = title:c_uwal } - title:d_c_uzboy_color = { set_color_from_title = title:c_uzboy } - title:d_c_uzen_color = { set_color_from_title = title:c_uzen } - title:d_c_uzgend_KARA_color = { set_color_from_title = title:c_uzgend_KARA } - title:d_c_vadodara_color = { set_color_from_title = title:c_vadodara } - title:d_c_vaihingen_color = { set_color_from_title = title:c_vaihingen } - title:d_c_vaijayanti_color = { set_color_from_title = title:c_vaijayanti } - title:d_c_vairagara_color = { set_color_from_title = title:c_vairagara } - title:d_c_vairata_color = { set_color_from_title = title:c_vairata } - title:d_c_vaisali_color = { set_color_from_title = title:c_vaisali } - title:d_c_valabhi_color = { set_color_from_title = title:c_valabhi } - title:d_c_valdai_color = { set_color_from_title = title:c_valdai } - title:d_c_valencia_color = { set_color_from_title = title:c_valencia } - title:d_c_valentinois_color = { set_color_from_title = title:c_valentinois } - title:d_c_valladolid_color = { set_color_from_title = title:c_valladolid } - title:d_c_valois_color = { set_color_from_title = title:c_valois } - title:d_c_vanemane_color = { set_color_from_title = title:c_vanemane } - title:d_c_vannes_color = { set_color_from_title = title:c_vannes } - title:d_c_varanasi_color = { set_color_from_title = title:c_varanasi } - title:d_c_vardhamana_color = { set_color_from_title = title:c_vardhamana } - title:d_c_varend_color = { set_color_from_title = title:c_varend } - title:d_c_vargashi_color = { set_color_from_title = title:c_vargashi } - title:d_c_varmland_color = { set_color_from_title = title:c_varmland } - title:d_c_vas_color = { set_color_from_title = title:c_vas } - title:d_c_vaspurakan_color = { set_color_from_title = title:c_vaspurakan } - title:d_c_vastergotland_color = { set_color_from_title = title:c_vastergotland } - title:d_c_vastmanland_color = { set_color_from_title = title:c_vastmanland } - title:d_c_vastvag_color = { set_color_from_title = title:c_vastvag } - title:d_c_vasyugan_color = { set_color_from_title = title:c_vasyugan } - title:d_c_vatapi_color = { set_color_from_title = title:c_vatapi } - title:d_c_vatsagulma_color = { set_color_from_title = title:c_vatsagulma } - title:d_c_vaucouleurs_color = { set_color_from_title = title:c_vaucouleurs } - title:d_c_vecchio_color = { set_color_from_title = title:c_vecchio } - title:d_c_velay_color = { set_color_from_title = title:c_velay } - title:d_c_velbazhd_color = { set_color_from_title = title:c_velbazhd } - title:d_c_velsk_color = { set_color_from_title = title:c_velsk } - title:d_c_venadu_color = { set_color_from_title = title:c_venadu } - title:d_c_venaissin_color = { set_color_from_title = title:c_venaissin } - title:d_c_vendome_color = { set_color_from_title = title:c_vendome } - title:d_c_veneto_color = { set_color_from_title = title:c_veneto } - title:d_c_venezia_color = { set_color_from_title = title:c_venezia } - title:d_c_vengipura_color = { set_color_from_title = title:c_vengipura } - title:d_c_veria_color = { set_color_from_title = title:c_veria } - title:d_c_vermandois_color = { set_color_from_title = title:c_vermandois } - title:d_c_verona_color = { set_color_from_title = title:c_verona } - title:d_c_vestfold_color = { set_color_from_title = title:c_vestfold } - title:d_c_vestisland_color = { set_color_from_title = title:c_vestisland } - title:d_c_veszprem_color = { set_color_from_title = title:c_veszprem } - title:d_c_vhrbosna_color = { set_color_from_title = title:c_vhrbosna } - title:d_c_viborg_color = { set_color_from_title = title:c_viborg } - title:d_c_vidin_color = { set_color_from_title = title:c_vidin } - title:d_c_vidisa_color = { set_color_from_title = title:c_vidisa } - title:d_c_vidzeme_color = { set_color_from_title = title:c_vidzeme } - title:d_c_viena_color = { set_color_from_title = title:c_viena } - title:d_c_vienna_color = { set_color_from_title = title:c_vienna } - title:d_c_viennois_color = { set_color_from_title = title:c_viennois } - title:d_c_viipuri_color = { set_color_from_title = title:c_viipuri } - title:d_c_vijayapura_color = { set_color_from_title = title:c_vijayapura } - title:d_c_vijnot_color = { set_color_from_title = title:c_vijnot } - title:d_c_vikramapura_color = { set_color_from_title = title:c_vikramapura } - title:d_c_villach_color = { set_color_from_title = title:c_villach } - title:d_c_vingulmork_color = { set_color_from_title = title:c_vingulmork } - title:d_c_viraja_color = { set_color_from_title = title:c_viraja } - title:d_c_viscaya_color = { set_color_from_title = title:c_viscaya } - title:d_c_viseu_color = { set_color_from_title = title:c_viseu } - title:d_c_vitebsk_color = { set_color_from_title = title:c_vitebsk } - title:d_c_viterbo_color = { set_color_from_title = title:c_viterbo } - title:d_c_vitim_color = { set_color_from_title = title:c_vitim } - title:d_c_viviers_color = { set_color_from_title = title:c_viviers } - title:d_c_vizagipatam_color = { set_color_from_title = title:c_vizagipatam } - title:d_c_vladimir_color = { set_color_from_title = title:c_vladimir } - title:d_c_vodamayutja_color = { set_color_from_title = title:c_vodamayutja } - title:d_c_vodi_color = { set_color_from_title = title:c_vodi } - title:d_c_vodica_color = { set_color_from_title = title:c_vodica } - title:d_c_vogtland_color = { set_color_from_title = title:c_vogtland } - title:d_c_voin_color = { set_color_from_title = title:c_voin } - title:d_c_volkovysk_color = { set_color_from_title = title:c_volkovysk } - title:d_c_volodymyr_color = { set_color_from_title = title:c_volodymyr } - title:d_c_vologda_color = { set_color_from_title = title:c_vologda } - title:d_c_vorbasse_color = { set_color_from_title = title:c_vorbasse } - title:d_c_voronezh_color = { set_color_from_title = title:c_voronezh } - title:d_c_votkinsk_color = { set_color_from_title = title:c_votkinsk } - title:d_c_vratsa_color = { set_color_from_title = title:c_vratsa } - title:d_c_vrbas_color = { set_color_from_title = title:c_vrbas } - title:d_c_vukovar_color = { set_color_from_title = title:c_vukovar } - title:d_c_vyangi_color = { set_color_from_title = title:c_vyangi } - title:d_c_wa_color = { set_color_from_title = title:c_wa } - title:d_c_wabar_color = { set_color_from_title = title:c_wabar } - title:d_c_wadai_color = { set_color_from_title = title:c_wadai } - title:d_c_wadan_color = { set_color_from_title = title:c_wadan } - title:d_c_waddan_color = { set_color_from_title = title:c_waddan } - title:d_c_wadi_amur_color = { set_color_from_title = title:c_wadi_amur } - title:d_c_wadi_el-milk_color = { set_color_from_title = title:c_wadi_el-milk } - title:d_c_wagadugu_color = { set_color_from_title = title:c_wagadugu } - title:d_c_waj_color = { set_color_from_title = title:c_waj } - title:d_c_wajda_color = { set_color_from_title = title:c_wajda } - title:d_c_wajh_color = { set_color_from_title = title:c_wajh } - title:d_c_wakhan_color = { set_color_from_title = title:c_wakhan } - title:d_c_wakhsh_color = { set_color_from_title = title:c_wakhsh } - title:d_c_walata_color = { set_color_from_title = title:c_walata } - title:d_c_waldeck_color = { set_color_from_title = title:c_waldeck } - title:d_c_wandala_color = { set_color_from_title = title:c_wandala } - title:d_c_waqisa_color = { set_color_from_title = title:c_waqisa } - title:d_c_wargla_color = { set_color_from_title = title:c_wargla } - title:d_c_warwickshire_color = { set_color_from_title = title:c_warwickshire } - title:d_c_wasit_color = { set_color_from_title = title:c_wasit } - title:d_c_wassa_color = { set_color_from_title = title:c_wassa } - title:d_c_welamo_color = { set_color_from_title = title:c_welamo } - title:d_c_wellega_color = { set_color_from_title = title:c_wellega } - title:d_c_wentugaole_color = { set_color_from_title = title:c_wentugaole } - title:d_c_wenyon_color = { set_color_from_title = title:c_wenyon } - title:d_c_werle_color = { set_color_from_title = title:c_werle } - title:d_c_west-tokharestan_color = { set_color_from_title = title:c_west-tokharestan } - title:d_c_west_kordofan_color = { set_color_from_title = title:c_west_kordofan } - title:d_c_west_qamuda_color = { set_color_from_title = title:c_west_qamuda } - title:d_c_west_riding_color = { set_color_from_title = title:c_west_riding } - title:d_c_western_tannu_color = { set_color_from_title = title:c_western_tannu } - title:d_c_westfriesland_color = { set_color_from_title = title:c_westfriesland } - title:d_c_westmorland_color = { set_color_from_title = title:c_westmorland } - title:d_c_wiek_color = { set_color_from_title = title:c_wiek } - title:d_c_wielunska_color = { set_color_from_title = title:c_wielunska } - title:d_c_wiltberg_color = { set_color_from_title = title:c_wiltberg } - title:d_c_wiltshire_color = { set_color_from_title = title:c_wiltshire } - title:d_c_wittenberg_color = { set_color_from_title = title:c_wittenberg } - title:d_c_wolgast_color = { set_color_from_title = title:c_wolgast } - title:d_c_wolkenstein_color = { set_color_from_title = title:c_wolkenstein } - title:d_c_wolpe_color = { set_color_from_title = title:c_wolpe } - title:d_c_wolqayt_color = { set_color_from_title = title:c_wolqayt } - title:d_c_worcestershire_color = { set_color_from_title = title:c_worcestershire } - title:d_c_wormditt_color = { set_color_from_title = title:c_wormditt } - title:d_c_worodugu_color = { set_color_from_title = title:c_worodugu } - title:d_c_wschowska_color = { set_color_from_title = title:c_wschowska } - title:d_c_wuda_color = { set_color_from_title = title:c_wuda } - title:d_c_wuli_color = { set_color_from_title = title:c_wuli } - title:d_c_wuluhai_color = { set_color_from_title = title:c_wuluhai } - title:d_c_wurttemberg_color = { set_color_from_title = title:c_wurttemberg } - title:d_c_wurzburg_color = { set_color_from_title = title:c_wurzburg } - title:d_c_xainza_color = { set_color_from_title = title:c_xainza } - title:d_c_xaitongmoin_color = { set_color_from_title = title:c_xaitongmoin } - title:d_c_xigaze_color = { set_color_from_title = title:c_xigaze } - title:d_c_xigortang_color = { set_color_from_title = title:c_xigortang } - title:d_c_xingqing_color = { set_color_from_title = title:c_xingqing } - title:d_c_xining_color = { set_color_from_title = title:c_xining } - title:d_c_yabrin_color = { set_color_from_title = title:c_yabrin } - title:d_c_yagba_color = { set_color_from_title = title:c_yagba } - title:d_c_yaitsk_color = { set_color_from_title = title:c_yaitsk } - title:d_c_yalala_color = { set_color_from_title = title:c_yalala } - title:d_c_yalong_color = { set_color_from_title = title:c_yalong } - title:d_c_yamama_color = { set_color_from_title = title:c_yamama } - title:d_c_yamethin_color = { set_color_from_title = title:c_yamethin } - title:d_c_yanbu_color = { set_color_from_title = title:c_yanbu } - title:d_c_yangikent_color = { set_color_from_title = title:c_yangikent } - title:d_c_yangjibaliq_color = { set_color_from_title = title:c_yangjibaliq } - title:d_c_yangwarok_color = { set_color_from_title = title:c_yangwarok } - title:d_c_yanokul_color = { set_color_from_title = title:c_yanokul } - title:d_c_yar-calli_color = { set_color_from_title = title:c_yar-calli } - title:d_c_yarkand_color = { set_color_from_title = title:c_yarkand } - title:d_c_yaroslavl_color = { set_color_from_title = title:c_yaroslavl } - title:d_c_yasin_color = { set_color_from_title = title:c_yasin } - title:d_c_yatenga_color = { set_color_from_title = title:c_yatenga } - title:d_c_yatvyagi_color = { set_color_from_title = title:c_yatvyagi } - title:d_c_yau_color = { set_color_from_title = title:c_yau } - title:d_c_yauri_color = { set_color_from_title = title:c_yauri } - title:d_c_yazd_color = { set_color_from_title = title:c_yazd } - title:d_c_yekaterinburg_color = { set_color_from_title = title:c_yekaterinburg } - title:d_c_yelimane_color = { set_color_from_title = title:c_yelimane } - title:d_c_yenisei_color = { set_color_from_title = title:c_yenisei } - title:d_c_yenshipin_color = { set_color_from_title = title:c_yenshipin } - title:d_c_yera_color = { set_color_from_title = title:c_yera } - title:d_c_yijinai_color = { set_color_from_title = title:c_yijinai } - title:d_c_yongdeng_color = { set_color_from_title = title:c_yongdeng } - title:d_c_yoshkar-ola_color = { set_color_from_title = title:c_yoshkar-ola } - title:d_c_yperen_color = { set_color_from_title = title:c_yperen } - title:d_c_yumen_color = { set_color_from_title = title:c_yumen } - title:d_c_yumenguan_color = { set_color_from_title = title:c_yumenguan } - title:d_c_zabid_color = { set_color_from_title = title:c_zabid } - title:d_c_zabulistan_color = { set_color_from_title = title:c_zabulistan } - title:d_c_zachlumia_color = { set_color_from_title = title:c_zachlumia } - title:d_c_zadar_color = { set_color_from_title = title:c_zadar } - title:d_c_zadoi_color = { set_color_from_title = title:c_zadoi } - title:d_c_zagorje_color = { set_color_from_title = title:c_zagorje } - title:d_c_zagreb_color = { set_color_from_title = title:c_zagreb } - title:d_c_zagros_mediae_color = { set_color_from_title = title:c_zagros_mediae } - title:d_c_zaila_color = { set_color_from_title = title:c_zaila } - title:d_c_zakroczymska_color = { set_color_from_title = title:c_zakroczymska } - title:d_c_zamindawar_color = { set_color_from_title = title:c_zamindawar } - title:d_c_zamm_color = { set_color_from_title = title:c_zamm } - title:d_c_zammour_color = { set_color_from_title = title:c_zammour } - title:d_c_zamora_color = { set_color_from_title = title:c_zamora } - title:d_c_zanjan_color = { set_color_from_title = title:c_zanjan } - title:d_c_zarafshan_color = { set_color_from_title = title:c_zarafshan } - title:d_c_zaragoza_color = { set_color_from_title = title:c_zaragoza } - title:d_c_zarand_color = { set_color_from_title = title:c_zarand } - title:d_c_zaranj_color = { set_color_from_title = title:c_zaranj } - title:d_c_zaria_color = { set_color_from_title = title:c_zaria } - title:d_c_zarma_color = { set_color_from_title = title:c_zarma } - title:d_c_zarman_color = { set_color_from_title = title:c_zarman } - title:d_c_zaslavl_color = { set_color_from_title = title:c_zaslavl } - title:d_c_zatec_color = { set_color_from_title = title:c_zatec } - title:d_c_zavrsje_color = { set_color_from_title = title:c_zavrsje } - title:d_c_zawila_color = { set_color_from_title = title:c_zawila } - title:d_c_zeeland_color = { set_color_from_title = title:c_zeeland } - title:d_c_zekog_color = { set_color_from_title = title:c_zekog } - title:d_c_zela_color = { set_color_from_title = title:c_zela } - title:d_c_zelengora_color = { set_color_from_title = title:c_zelengora } - title:d_c_zemigalians_color = { set_color_from_title = title:c_zemigalians } - title:d_c_zemplen_color = { set_color_from_title = title:c_zemplen } - title:d_c_zetang_color = { set_color_from_title = title:c_zetang } - title:d_c_zhagyab_color = { set_color_from_title = title:c_zhagyab } - title:d_c_zhenfan_color = { set_color_from_title = title:c_zhenfan } - title:d_c_zherkovo_color = { set_color_from_title = title:c_zherkovo } - title:d_c_zhidoi_color = { set_color_from_title = title:c_zhidoi } - title:d_c_zhongba_color = { set_color_from_title = title:c_zhongba } - title:d_c_zhytomyr_color = { set_color_from_title = title:c_zhytomyr } - title:d_c_zichia_color = { set_color_from_title = title:c_zichia } - title:d_c_zirkuh_color = { set_color_from_title = title:c_zirkuh } - title:d_c_ziz_color = { set_color_from_title = title:c_ziz } - title:d_c_zlatibor_color = { set_color_from_title = title:c_zlatibor } - title:d_c_znojmo_color = { set_color_from_title = title:c_znojmo } - title:d_c_zogang_color = { set_color_from_title = title:c_zogang } - title:d_c_zoige_color = { set_color_from_title = title:c_zoige } - title:d_c_zollern_color = { set_color_from_title = title:c_zollern } - title:d_c_zolyom_color = { set_color_from_title = title:c_zolyom } - title:d_c_zurich_color = { set_color_from_title = title:c_zurich } - title:d_c_zutphen_color = { set_color_from_title = title:c_zutphen } - title:d_c_zvyahel_color = { set_color_from_title = title:c_zvyahel } - } -} diff --git a/WtWSMS/common/scripted_effects/MOD_color_storage_titles.txt b/WtWSMS/common/scripted_effects/CK3CS_titles.txt similarity index 100% rename from WtWSMS/common/scripted_effects/MOD_color_storage_titles.txt rename to WtWSMS/common/scripted_effects/CK3CS_titles.txt diff --git a/WtWSMS/localization/english/CK3CS_titles_l_english.yml b/WtWSMS/localization/english/CK3CS_titles_l_english.yml new file mode 100644 index 0000000000..c5504e6709 --- /dev/null +++ b/WtWSMS/localization/english/CK3CS_titles_l_english.yml @@ -0,0 +1,12840 @@ +l_english: + d_b_KUDA_MON_color: "" + d_b_aabenraa_color: "" + d_b_aachen_color: "" + d_b_aalborg_color: "" + d_b_aalkmar_color: "" + d_b_aanaarjavri_color: "" + d_b_aarak_color: "" + d_b_aarborte_color: "" + d_b_aarhus_color: "" + d_b_aba_color: "" + d_b_aba-qomi_color: "" + d_b_abada_color: "" + d_b_abade-darabjerd_color: "" + d_b_abakaliki_color: "" + d_b_abakan_color: "" + d_b_abarquh_color: "" + d_b_abasa_color: "" + d_b_abaskun_color: "" + d_b_abauj_color: "" + d_b_abaya_color: "" + d_b_abaza_color: "" + d_b_abbadan_color: "" + d_b_abbay-agaw_color: "" + d_b_abbe_color: "" + d_b_abbeville_color: "" + d_b_abeche_color: "" + d_b_abenberg_color: "" + d_b_abensberg_color: "" + d_b_abeokuta_color: "" + d_b_aberdeen_color: "" + d_b_aberfeldy_color: "" + d_b_aberystwyth_color: "" + d_b_abhar_color: "" + d_b_abingdon_color: "" + d_b_abivard_color: "" + d_b_abiz_color: "" + d_b_ablanque_color: "" + d_b_ablastha_color: "" + d_b_abohar_color: "" + d_b_abomey_color: "" + d_b_abraj_color: "" + d_b_abrantes_color: "" + d_b_abrudbanya_color: "" + d_b_abtaa_color: "" + d_b_abu_geili_color: "" + d_b_abu_ghalib_color: "" + d_b_abu_hammad_color: "" + d_b_abugan_color: "" + d_b_abydos_color: "" + d_b_abyszkan_color: "" + d_b_acalapura_color: "" + d_b_accra_color: "" + d_b_acerenza_color: "" + d_b_achalgarh_color: "" + d_b_achaly_color: "" + d_b_achichskaya_color: "" + d_b_achit_nuur_color: "" + d_b_achu_color: "" + d_b_achum_color: "" + d_b_acqui_color: "" + d_b_acre_color: "" + d_b_ad-daliya_color: "" + d_b_ad-dathina_color: "" + d_b_adaboye_color: "" + d_b_adada_color: "" + d_b_adafa_color: "" + d_b_adal_color: "" + d_b_adana_color: "" + d_b_adanse_manso_color: "" + d_b_adavani_color: "" + d_b_addanki_color: "" + d_b_ademuz_color: "" + d_b_aden_color: "" + d_b_adenau_color: "" + d_b_ader_color: "" + d_b_admont_color: "" + d_b_adoni_color: "" + d_b_adragh_color: "" + d_b_adramyttium_color: "" + d_b_adrar_iforas_color: "" + d_b_adrar_timmi_color: "" + d_b_adraskan_color: "" + d_b_adrassos_color: "" + d_b_adria_color: "" + d_b_adrianopolis_color: "" + d_b_adruh_color: "" + d_b_aezani_color: "" + d_b_afar_color: "" + d_b_afera_color: "" + d_b_afgooye_color: "" + d_b_afram_color: "" + d_b_afrasiyab_color: "" + d_b_afshar_color: "" + d_b_afza_color: "" + d_b_agadez_color: "" + d_b_agadir_color: "" + d_b_agairik_color: "" + d_b_agar_color: "" + d_b_agaw_meder_color: "" + d_b_agde_color: "" + d_b_agen_color: "" + d_b_agenais_color: "" + d_b_agharaf_road_color: "" + d_b_aghata_color: "" + d_b_aghmat_color: "" + d_b_aghuz_color: "" + d_b_agidel_color: "" + d_b_agiosnikolaos_color: "" + d_b_agmahl_color: "" + d_b_agnone_color: "" + d_b_agra_color: "" + d_b_agrafa_color: "" + d_b_agramunt_color: "" + d_b_agranai_color: "" + d_b_agricento_color: "" + d_b_aguilas_color: "" + d_b_agul_color: "" + d_b_agypse_color: "" + d_b_ahaggar_color: "" + d_b_ahanjaran_color: "" + d_b_ahar_color: "" + d_b_aheim_color: "" + d_b_ahichatra_color: "" + d_b_ahlen_color: "" + d_b_ahmadnagar_color: "" + d_b_ahnas_color: "" + d_b_ahobalam_color: "" + d_b_ahrensburg_color: "" + d_b_ahvaz_color: "" + d_b_ahwan_color: "" + d_b_ahwene_koko_color: "" + d_b_aigialos_color: "" + d_b_aila_color: "" + d_b_ain_al-gharbi_color: "" + d_b_ain_al-qayyara_color: "" + d_b_ain_at-tamr_color: "" + d_b_ain_farah_color: "" + d_b_ain_galakka_color: "" + d_b_ain_said_color: "" + d_b_ainos_color: "" + d_b_ainsa_color: "" + d_b_ainsefra_color: "" + d_b_aintab_color: "" + d_b_aintekbalet_color: "" + d_b_ainun_color: "" + d_b_air_color: "" + d_b_air_route_color: "" + d_b_airag_color: "" + d_b_aire_color: "" + d_b_airkhan_color: "" + d_b_airyk_color: "" + d_b_airyuk_color: "" + d_b_aititab_color: "" + d_b_aitiyat_color: "" + d_b_aiwana_color: "" + d_b_aix_color: "" + d_b_aj_bogd_color: "" + d_b_ajaccio_color: "" + d_b_ajadabiya_color: "" + d_b_ajaigarh_color: "" + d_b_ajase_ipo_color: "" + d_b_ajayameru_color: "" + d_b_ajere_color: "" + d_b_ajlu_color: "" + d_b_ajodhan_color: "" + d_b_ajutasty_color: "" + d_b_ak-dzulpas_color: "" + d_b_ak-taylak_color: "" + d_b_ak_altyg_khol_color: "" + d_b_ak_su_color: "" + d_b_ak_tasty_color: "" + d_b_akasha_color: "" + d_b_akcha-adyr_color: "" + d_b_akchim_color: "" + d_b_akeqi_color: "" + d_b_akhaltsikhe_color: "" + d_b_akhsikath_color: "" + d_b_akhsisak_color: "" + d_b_akhtamar_color: "" + d_b_akhtyr_color: "" + d_b_akik_color: "" + d_b_akjeku_color: "" + d_b_akjoujt_color: "" + d_b_akkel_color: "" + d_b_akkityk_color: "" + d_b_akkum_color: "" + d_b_akpafu_color: "" + d_b_akrainos_color: "" + d_b_akrijit_color: "" + d_b_akruresvara_color: "" + d_b_aksay_color: "" + d_b_aksay_tibet_color: "" + d_b_aksu_mongolia_color: "" + d_b_aksum_color: "" + d_b_aksuyek_color: "" + d_b_aktau_color: "" + d_b_akto_color: "" + d_b_akumbu_color: "" + d_b_akyab_color: "" + d_b_akzhar_color: "" + d_b_al-abwab_color: "" + d_b_al-aghwat_color: "" + d_b_al-akhadid_color: "" + d_b_al-anbar_color: "" + d_b_al-aqra_color: "" + d_b_al-arid_color: "" + d_b_al-arish_color: "" + d_b_al-asa_color: "" + d_b_al-awnid_color: "" + d_b_al-azraq_color: "" + d_b_al-bahnasa_color: "" + d_b_al-bahriya_color: "" + d_b_al-barkat_color: "" + d_b_al-basra_color: "" + d_b_al-bawga_color: "" + d_b_al-bira_color: "" + d_b_al-farafra_color: "" + d_b_al-farasa_color: "" + d_b_al-farut_color: "" + d_b_al-fayyum_color: "" + d_b_al-fewet_color: "" + d_b_al-ghaba_color: "" + d_b_al-ghazali_color: "" + d_b_al-haddar_color: "" + d_b_al-haditha_color: "" + d_b_al-haditha-furat_color: "" + d_b_al-hadr_color: "" + d_b_al-hajar_color: "" + d_b_al-hajar_nubia_color: "" + d_b_al-hamam_color: "" + d_b_al-harra_color: "" + d_b_al-haruniya_color: "" + d_b_al-hasa_color: "" + d_b_al-hawra_color: "" + d_b_al-hayyal_color: "" + d_b_al-hijr_color: "" + d_b_al-hila_color: "" + d_b_al-humayma_color: "" + d_b_al-janad_color: "" + d_b_al-jar_color: "" + d_b_al-jibal_color: "" + d_b_al-jilat_color: "" + d_b_al-jiwa_color: "" + d_b_al-jubayl_color: "" + d_b_al-khadarim_color: "" + d_b_al-khanuqa_color: "" + d_b_al-kharj_color: "" + d_b_al-khatt_color: "" + d_b_al-khuzaimiya_color: "" + d_b_al-kufa_color: "" + d_b_al-maafir_color: "" + d_b_al-madhar_color: "" + d_b_al-madina_color: "" + d_b_al-mahjam_color: "" + d_b_al-mandab_color: "" + d_b_al-mawiya_color: "" + d_b_al-muhdatha_color: "" + d_b_al-mushaqqar_color: "" + d_b_al-qadisiya_color: "" + d_b_al-qara_color: "" + d_b_al-qara-jawf_color: "" + d_b_al-qaryatan_color: "" + d_b_al-qaryatan-qasim_color: "" + d_b_al-qasr-dakhla_color: "" + d_b_al-qasrayn_color: "" + d_b_al-qastal_color: "" + d_b_al-qatif_color: "" + d_b_al-qatr_color: "" + d_b_al-qhqaf_color: "" + d_b_al-qulaya_color: "" + d_b_al-rahba_color: "" + d_b_al-rusayrisi_color: "" + d_b_al-talha_color: "" + d_b_al-ubulla_color: "" + d_b_al-udhaib_color: "" + d_b_al-ula_color: "" + d_b_al-uqayr_color: "" + d_b_al-ushmunain_color: "" + d_b_al-wajh_color: "" + d_b_al_abbasiya_color: "" + d_b_al_aghaila_color: "" + d_b_al_aliya_color: "" + d_b_al_aribus_color: "" + d_b_al_gabal_color: "" + d_b_al_hamma_color: "" + d_b_al_jawf_color: "" + d_b_al_muaskar_color: "" + d_b_al_musala_color: "" + d_b_al_ubbad_color: "" + d_b_ala-kul_color: "" + d_b_alag_khairkhan_color: "" + d_b_alak-nor_color: "" + d_b_alampur_color: "" + d_b_alamut_color: "" + d_b_alapaevsk_color: "" + d_b_alarcon_color: "" + d_b_alarcos_color: "" + d_b_alatyr_color: "" + d_b_alava_color: "" + d_b_alba_color: "" + d_b_alba_di_monferrato_color: "" + d_b_albacete_color: "" + d_b_albarracin_color: "" + d_b_albi_color: "" + d_b_albret_color: "" + d_b_alcacerdosal_color: "" + d_b_alcaniz_color: "" + d_b_alcantara_color: "" + d_b_alcaraz_color: "" + d_b_alcazar_color: "" + d_b_alchanka_color: "" + d_b_alcudia_color: "" + d_b_alencon_color: "" + d_b_alexandretta_color: "" + d_b_alexandria_color: "" + d_b_alexandriatroas_color: "" + d_b_aley_color: "" + d_b_algeciras_color: "" + d_b_alghero_color: "" + d_b_algiers_color: "" + d_b_alibori_color: "" + d_b_alicante_color: "" + d_b_alichur_color: "" + d_b_alife_color: "" + d_b_alipur_color: "" + d_b_alishtar_color: "" + d_b_alistegunde_color: "" + d_b_aliten_color: "" + d_b_aljan_color: "" + d_b_allai_color: "" + d_b_allaqi_color: "" + d_b_allbo_color: "" + d_b_allenstein_color: "" + d_b_almader_color: "" + d_b_almaliq_color: "" + d_b_almansa_color: "" + d_b_almaraz_color: "" + d_b_almaty_color: "" + d_b_almelo_color: "" + d_b_almeria_color: "" + d_b_almetyvesk_color: "" + d_b_almonte_color: "" + d_b_almora_color: "" + d_b_along_color: "" + d_b_alsholoi_color: "" + d_b_alsoverecke_color: "" + d_b_altaichei_color: "" + d_b_altan_els_color: "" + d_b_altay_color: "" + d_b_altenburg_color: "" + d_b_alti_color: "" + d_b_alto_aragon_color: "" + d_b_altotajo_color: "" + d_b_altyn-emel_color: "" + d_b_altyn-kolekis_color: "" + d_b_altyn_kol_color: "" + d_b_altyn_su_color: "" + d_b_aluchi_color: "" + d_b_aluksne_color: "" + d_b_alvinc_color: "" + d_b_alxa_color: "" + d_b_alyaty_color: "" + d_b_alymka_color: "" + d_b_amalfi_color: "" + d_b_amalner_color: "" + d_b_amana_color: "" + d_b_amaravati_color: "" + d_b_amaresvara_color: "" + d_b_amarkantak_color: "" + d_b_amarkot_color: "" + d_b_amarta_color: "" + d_b_amarvalli_color: "" + d_b_amaseia_color: "" + d_b_amastris_color: "" + d_b_amatlus_color: "" + d_b_amaya_color: "" + d_b_ambaranatha_color: "" + d_b_ambert_color: "" + d_b_ambikapur_color: "" + d_b_ambrolauri_color: "" + d_b_amdo_color: "" + d_b_amer_color: "" + d_b_amersfoort_color: "" + d_b_amezdofe_color: "" + d_b_amfissa_color: "" + d_b_amhara_color: "" + d_b_amid_color: "" + d_b_amiens_color: "" + d_b_amisos_color: "" + d_b_amman_color: "" + d_b_amol-e-shatt_color: "" + d_b_amorha_color: "" + d_b_amorion_color: "" + d_b_amposta_color: "" + d_b_ampthill_color: "" + d_b_amraoti_color: "" + d_b_amroha_color: "" + d_b_amsterdam_color: "" + d_b_amstetten_color: "" + d_b_amud_color: "" + d_b_amul_color: "" + d_b_amyl_color: "" + d_b_an_color: "" + d_b_an-nabak_color: "" + d_b_an-nahrawan_color: "" + d_b_an-najaf_color: "" + d_b_an-nibaj_color: "" + d_b_an-numaniya_color: "" + d_b_ana_color: "" + d_b_anacopia_color: "" + d_b_anahilapataka_color: "" + d_b_anantapur_color: "" + d_b_anar_color: "" + d_b_anate_color: "" + d_b_anazaribus_color: "" + d_b_anbar-guzgani_color: "" + d_b_ancona_color: "" + d_b_andamish_color: "" + d_b_andarab_color: "" + d_b_andarab_d_color: "" + d_b_andijan_color: "" + d_b_andir_color: "" + d_b_andkhud_color: "" + d_b_andorra_color: "" + d_b_andrapa_color: "" + d_b_andravida_color: "" + d_b_andreapol_color: "" + d_b_andros_color: "" + d_b_andujar_color: "" + d_b_anegandi_color: "" + d_b_anemurium_color: "" + d_b_anfa_color: "" + d_b_angaragiin_degee_color: "" + d_b_angelokastron_color: "" + d_b_angerburg_color: "" + d_b_angers_color: "" + d_b_angot_color: "" + d_b_angouleme_color: "" + d_b_ani_color: "" + d_b_anini_color: "" + d_b_anja_TUV_color: "" + d_b_anjar_color: "" + d_b_anjar_kutch_color: "" + d_b_anka_color: "" + d_b_ankai_color: "" + d_b_ankyra_color: "" + d_b_annaba_color: "" + d_b_annan_color: "" + d_b_annecy_color: "" + d_b_anning_color: "" + d_b_annonay_color: "" + d_b_ansbach_color: "" + d_b_ansina_color: "" + d_b_ansongo_color: "" + d_b_antartus_color: "" + d_b_antequera_color: "" + d_b_antiocheia_color: "" + d_b_antiochia_color: "" + d_b_antipatreia_color: "" + d_b_antivari_color: "" + d_b_antwerpen_color: "" + d_b_anuradhapura_color: "" + d_b_anuy_color: "" + d_b_anxi_color: "" + d_b_anyu_color: "" + d_b_aosta_color: "" + d_b_aowin_color: "" + d_b_apamea_color: "" + d_b_aparshahr_color: "" + d_b_apeldoorn_color: "" + d_b_apemea_color: "" + d_b_aphrodisias_color: "" + d_b_appingedam_color: "" + d_b_appleby_color: "" + d_b_applecross_color: "" + d_b_appollonia_color: "" + d_b_apt_color: "" + d_b_aq-masjid_color: "" + d_b_aqaba_color: "" + d_b_aqenganggyai_color: "" + d_b_aqiq_tamra_color: "" + d_b_aqmescit_color: "" + d_b_aqqa_color: "" + d_b_aqqikkol_color: "" + d_b_aqsubay_color: "" + d_b_aqtobe_color: "" + d_b_aquileia_color: "" + d_b_ar-rabb_color: "" + d_b_ar-ramla_color: "" + d_b_ar-ran_color: "" + d_b_ar-rayda_color: "" + d_b_ar-rikha_color: "" + d_b_ar-rukhail_color: "" + d_b_ar-ruqaii_color: "" + d_b_ar-rusafa_color: "" + d_b_ar-rusafa-iraq_color: "" + d_b_araban_color: "" + d_b_arabissus_color: "" + d_b_arad_color: "" + d_b_arak_color: "" + d_b_arandadeduero_color: "" + d_b_arandal_color: "" + d_b_arant_color: "" + d_b_aranyosbanya_color: "" + d_b_arasaxa_color: "" + d_b_arawan_color: "" + d_b_arawan_road_color: "" + d_b_arbaji_color: "" + d_b_arbinjan_color: "" + d_b_arbuga_color: "" + d_b_arca_color: "" + d_b_arcadia_color: "" + d_b_archabis_color: "" + d_b_arcos_color: "" + d_b_arda_color: "" + d_b_ardabil_color: "" + d_b_ardakhivah_color: "" + d_b_ardalankath_color: "" + d_b_ardara_color: "" + d_b_ardda_color: "" + d_b_ardee_color: "" + d_b_ardistan_color: "" + d_b_ardnamurchon_color: "" + d_b_arendall_color: "" + d_b_arezzo_color: "" + d_b_argan_color: "" + d_b_arganda_color: "" + d_b_argentan_color: "" + d_b_arges_color: "" + d_b_argogco_color: "" + d_b_argonne_color: "" + d_b_argos_color: "" + d_b_arguvan_color: "" + d_b_argyjek_color: "" + d_b_argyrokastron_color: "" + d_b_ariano_color: "" + d_b_aribinda_color: "" + d_b_arigh_color: "" + d_b_ariksar_color: "" + d_b_arilje_color: "" + d_b_arivajan_color: "" + d_b_arja_color: "" + d_b_arjepluovve_color: "" + d_b_arjesh_color: "" + d_b_arka_color: "" + d_b_arkadiopolis_color: "" + d_b_arkalyk_color: "" + d_b_arkalyk_KAZe_color: "" + d_b_arkat_color: "" + d_b_arkhangelsk_color: "" + d_b_arkul_color: "" + d_b_arles_color: "" + d_b_armabil_color: "" + d_b_armagh_color: "" + d_b_armagnac_color: "" + d_b_armant_color: "" + d_b_armaxa_color: "" + d_b_arnedo_color: "" + d_b_arnhem_color: "" + d_b_arnon_color: "" + d_b_arnsberg_color: "" + d_b_arnstein_color: "" + d_b_arnswalde_color: "" + d_b_arondo_color: "" + d_b_aror_color: "" + d_b_arrah_color: "" + d_b_arrajan_color: "" + d_b_arran_color: "" + d_b_arsamosata_color: "" + d_b_arsgul_color: "" + d_b_arshan_color: "" + d_b_arsjogk_color: "" + d_b_arsk_color: "" + d_b_arslanbob_color: "" + d_b_arta_color: "" + d_b_artaani_color: "" + d_b_artah_color: "" + d_b_arthanuji_color: "" + d_b_arti_color: "" + d_b_artsyz_color: "" + d_b_aruj_color: "" + d_b_arun_color: "" + d_b_arusi_color: "" + d_b_arusi-north_color: "" + d_b_arva_color: "" + d_b_arviesjavrrie_color: "" + d_b_arxog_color: "" + d_b_arys-kum_color: "" + d_b_arzan_color: "" + d_b_arzew_color: "" + d_b_arzhan_color: "" + d_b_as-safra_color: "" + d_b_as-saimara_color: "" + d_b_as-salila_color: "" + d_b_as-saliq_color: "" + d_b_as-salman_color: "" + d_b_as-samman_color: "" + d_b_as-sawariqiya_color: "" + d_b_as-sayaa_color: "" + d_b_as-sinn_color: "" + d_b_as-sirayn_color: "" + d_b_as-subia_color: "" + d_b_as-sukhna_color: "" + d_b_as-sumaina_color: "" + d_b_as-suqya_color: "" + d_b_as-sus_color: "" + d_b_as-suwaida_color: "" + d_b_as-suwaida-hauran_color: "" + d_b_as-suwaydiya_color: "" + d_b_asak_color: "" + d_b_asanapat_color: "" + d_b_asante_manso_color: "" + d_b_asaybay_color: "" + d_b_asbid-dasht_color: "" + d_b_ascalon_color: "" + d_b_asciano_color: "" + d_b_ascoli_piceno_color: "" + d_b_asfanjay_color: "" + d_b_asfi_color: "" + d_b_asfuzar_color: "" + d_b_ash-shamsiya_color: "" + d_b_ash-sharaf_color: "" + d_b_ash-shihr_color: "" + d_b_ash-shuqayq_color: "" + d_b_ashaval_color: "" + d_b_asheh-atrik_color: "" + d_b_ashir_banya_color: "" + d_b_ashir_yashir_color: "" + d_b_ashli_color: "" + d_b_ashpara_color: "" + d_b_asht_color: "" + d_b_ashta_color: "" + d_b_asigarh_color: "" + d_b_asika_color: "" + d_b_asila_color: "" + d_b_asirgarh_color: "" + d_b_askedal_color: "" + d_b_askhanda_color: "" + d_b_askole_color: "" + d_b_askot_color: "" + d_b_asmaak_color: "" + d_b_asni_color: "" + d_b_aso_color: "" + d_b_aspona_color: "" + d_b_aspona_CHA_color: "" + d_b_assa_color: "" + d_b_assab_color: "" + d_b_assen_color: "" + d_b_assin_color: "" + d_b_assissi_color: "" + d_b_assynt_color: "" + d_b_astana_color: "" + d_b_astarabad_color: "" + d_b_astarac_color: "" + d_b_asti_color: "" + d_b_astore_color: "" + d_b_astorga_color: "" + d_b_astrakhan_color: "" + d_b_astrakhanka_color: "" + d_b_asurgarh_color: "" + d_b_aswan_color: "" + d_b_aswan-west_color: "" + d_b_asyut_color: "" + d_b_at-tafila_color: "" + d_b_at-taif_color: "" + d_b_at-tib_color: "" + d_b_at-tur_color: "" + d_b_atakpame_color: "" + d_b_atamansku_color: "" + d_b_atapuerca_color: "" + d_b_atbara_color: "" + d_b_atbasar_color: "" + d_b_atebubu_color: "" + d_b_atfih_color: "" + d_b_ath_color: "" + d_b_ath-thalabiya_color: "" + d_b_athenry_color: "" + d_b_athens_color: "" + d_b_athgarh_color: "" + d_b_athlone_color: "" + d_b_athy_color: "" + d_b_atkarsk_color: "" + d_b_atlym_color: "" + d_b_ato_color: "" + d_b_atri_color: "" + d_b_attahasa_color: "" + d_b_attak_color: "" + d_b_attaleia_color: "" + d_b_attalia_color: "" + d_b_attar_color: "" + d_b_attie_color: "" + d_b_atus_color: "" + d_b_atyrau_color: "" + d_b_aube_color: "" + d_b_aubusson_color: "" + d_b_audo_color: "" + d_b_augsburg_color: "" + d_b_auliekol_color: "" + d_b_aumale_color: "" + d_b_auno_color: "" + d_b_aunus_color: "" + d_b_aurillac_color: "" + d_b_ausa_color: "" + d_b_austfold_color: "" + d_b_autun_color: "" + d_b_auxerre_color: "" + d_b_ava_color: "" + d_b_aval_color: "" + d_b_avaskar_color: "" + d_b_aveiro_color: "" + d_b_aversa_color: "" + d_b_avezzano_color: "" + d_b_avignon_color: "" + d_b_avila_color: "" + d_b_aviovara_color: "" + d_b_avis_color: "" + d_b_avlonas_color: "" + d_b_avraikheer_color: "" + d_b_avranches_color: "" + d_b_avrautau_color: "" + d_b_aw_barre_color: "" + d_b_awash_color: "" + d_b_awbuk_color: "" + d_b_awdaghost_color: "" + d_b_awgham_color: "" + d_b_awjila_color: "" + d_b_awlil_color: "" + d_b_awliya-ata_color: "" + d_b_awssa_color: "" + d_b_awzaj_color: "" + d_b_axu_color: "" + d_b_ayagoz_color: "" + d_b_ayakkum_color: "" + d_b_ayamonte_color: "" + d_b_ayas_color: "" + d_b_aydhab_color: "" + d_b_aylesbury_color: "" + d_b_ayodhya_color: "" + d_b_ayrtau_color: "" + d_b_aytos_color: "" + d_b_az-dhafra_color: "" + d_b_az-zabadani_color: "" + d_b_az-zarqa_color: "" + d_b_azadawan_color: "" + d_b_azam_color: "" + d_b_azare_color: "" + d_b_azas_color: "" + d_b_azaz_color: "" + d_b_azez-kul_color: "" + d_b_azgyl_color: "" + d_b_azov_color: "" + d_b_azukki_color: "" + d_b_azzamur_color: "" + d_b_azzan_color: "" + d_b_baaft_color: "" + d_b_baalbak_color: "" + d_b_babao_color: "" + d_b_babrov_color: "" + d_b_babruysk_color: "" + d_b_babur_color: "" + d_b_bacau_color: "" + d_b_bachhraon_color: "" + d_b_bacs_color: "" + d_b_bad_color: "" + d_b_bada_color: "" + d_b_badagry_color: "" + d_b_badah_color: "" + d_b_badajoz_color: "" + d_b_badakhshan_color: "" + d_b_badakhshan_TARIM_color: "" + d_b_badaraya_color: "" + d_b_baden_color: "" + d_b_badenoch_color: "" + d_b_badi_color: "" + d_b_badibu_color: "" + d_b_badin_color: "" + d_b_badis_color: "" + d_b_badumbe_color: "" + d_b_baeberdon_color: "" + d_b_bafinko_color: "" + d_b_bafulabe_color: "" + d_b_bag_color: "" + d_b_bagahus_color: "" + d_b_bagan_color: "" + d_b_bagaran_color: "" + d_b_bagavan_color: "" + d_b_bagavi_color: "" + d_b_bagerhat_color: "" + d_b_baghaya_color: "" + d_b_baghdad_color: "" + d_b_baghlan_color: "" + d_b_baghmundi_color: "" + d_b_baghras_color: "" + d_b_baghshur_color: "" + d_b_bagis_color: "" + d_b_bagish_color: "" + d_b_bagnin_color: "" + d_b_baguirmi_color: "" + d_b_baguirmi-west_color: "" + d_b_bahalda_color: "" + d_b_bahasna_color: "" + d_b_bahir_giyorgis_color: "" + d_b_bahla_color: "" + d_b_bahoriband_color: "" + d_b_bahr_el-ghazzal_route_color: "" + d_b_bahraich_color: "" + d_b_baht_color: "" + d_b_baia_color: "" + d_b_baia_de_arama_color: "" + d_b_baibalik_color: "" + d_b_baidha-petra_color: "" + d_b_baigalan_chaya_color: "" + d_b_bailaqan_color: "" + d_b_bailjar_color: "" + d_b_bainuk_color: "" + d_b_bairab_color: "" + d_b_baisary_color: "" + d_b_baitadi_color: "" + d_b_baiyang_color: "" + d_b_baiyin_color: "" + d_b_baja_medjerda_color: "" + d_b_bajar_color: "" + d_b_bajarwan_color: "" + d_b_bajlan_color: "" + d_b_bajmoc_color: "" + d_b_bajrakot_color: "" + d_b_bajura_color: "" + d_b_bakanas_color: "" + d_b_bakash-aul_color: "" + d_b_bake_color: "" + d_b_bakel_color: "" + d_b_bakhmut_color: "" + d_b_baklanska_color: "" + d_b_baklansky_color: "" + d_b_bakrabad_color: "" + d_b_bakrawath_color: "" + d_b_baksa_color: "" + d_b_baku_color: "" + d_b_bakunu_color: "" + d_b_bakusaya_color: "" + d_b_bala_iskem_color: "" + d_b_balachev_color: "" + d_b_balad_color: "" + d_b_balad-mosul_color: "" + d_b_balaguer_color: "" + d_b_balanjar_color: "" + d_b_balasaghun_color: "" + d_b_balassagyarmat_color: "" + d_b_balato_color: "" + d_b_balbelec_color: "" + d_b_baldanas_color: "" + d_b_baldyrgannyg_color: "" + d_b_baleshvara_color: "" + d_b_balgun_color: "" + d_b_balhaf_color: "" + d_b_bali_color: "" + d_b_bali-east_color: "" + d_b_bali-west_color: "" + d_b_balkh_color: "" + d_b_balkonda_color: "" + d_b_balla_color: "" + d_b_ballater_color: "" + d_b_balti_color: "" + d_b_baltimore_color: "" + d_b_baltit_color: "" + d_b_balu_color: "" + d_b_balung_color: "" + d_b_balung_dulan_color: "" + d_b_balvanyos_color: "" + d_b_bama_color: "" + d_b_bamain_color: "" + d_b_bamardani_color: "" + d_b_bambaya_color: "" + d_b_bamberg_color: "" + d_b_bamburgh_color: "" + d_b_bamiyan_color: "" + d_b_bamm_color: "" + d_b_bampur_color: "" + d_b_banam_color: "" + d_b_banamba_color: "" + d_b_banbar_color: "" + d_b_banbury_color: "" + d_b_banda_color: "" + d_b_bandama_color: "" + d_b_bandama-west_color: "" + d_b_bandama_springs_color: "" + d_b_bandan_color: "" + d_b_bandanijan_color: "" + d_b_bandava_color: "" + d_b_bandhugadha_color: "" + d_b_bandiagara_color: "" + d_b_banff_color: "" + d_b_banffyhunyad_color: "" + d_b_bangaon_color: "" + d_b_bangasi_color: "" + d_b_bangdag_color: "" + d_b_bangor_color: "" + d_b_bangu_color: "" + d_b_banifing_color: "" + d_b_baninko_color: "" + d_b_baniyas_color: "" + d_b_banja_color: "" + d_b_banjaluka_color: "" + d_b_banjar_color: "" + d_b_bankass_color: "" + d_b_bannajbur_color: "" + d_b_bannu_color: "" + d_b_banre_color: "" + d_b_banzart_color: "" + d_b_baoule_color: "" + d_b_baqen_color: "" + d_b_baqirda_color: "" + d_b_baqlin-east_color: "" + d_b_baqlin-north_color: "" + d_b_baqlin-west_color: "" + d_b_baquba_color: "" + d_b_bar_color: "" + d_b_bar_sur_aube_color: "" + d_b_bar_sur_seine_color: "" + d_b_baraawe_color: "" + d_b_barala_color: "" + d_b_barandud_color: "" + d_b_baranovichi_color: "" + d_b_baranow_color: "" + d_b_baranyavar_color: "" + d_b_baraqish_color: "" + d_b_barasuru_color: "" + d_b_barata_color: "" + d_b_baratigin_color: "" + d_b_barbacadle_color: "" + d_b_barbastau_color: "" + d_b_barbastro_color: "" + d_b_barcelona_color: "" + d_b_barcelonnette_color: "" + d_b_barchuk_color: "" + d_b_barda_color: "" + d_b_bardai_color: "" + d_b_bardak_color: "" + d_b_bardhere_color: "" + d_b_bardo_color: "" + d_b_bareily_color: "" + d_b_barfta_color: "" + d_b_bargajan_color: "" + d_b_barhut_color: "" + d_b_bari_color: "" + d_b_barimma_color: "" + d_b_baris_color: "" + d_b_barkam_color: "" + d_b_barkat_color: "" + d_b_barkdiz_color: "" + d_b_barkul_color: "" + d_b_barlad_color: "" + d_b_barma_color: "" + d_b_barman_color: "" + d_b_barnaii_color: "" + d_b_barnaul_color: "" + d_b_barnstaple_color: "" + d_b_barohiya_color: "" + d_b_baroli_color: "" + d_b_barqa-al-marj_color: "" + d_b_barqaid_color: "" + d_b_bars_color: "" + d_b_barskhan_color: "" + d_b_barsuki_color: "" + d_b_bartenstein_color: "" + d_b_bartulla_color: "" + d_b_baryang_color: "" + d_b_barysaw_color: "" + d_b_barza_color: "" + d_b_barzam_color: "" + d_b_barzand_color: "" + d_b_basa_color: "" + d_b_basagha_color: "" + d_b_basand_color: "" + d_b_basando_color: "" + d_b_basavapattana_color: "" + d_b_basawa_color: "" + d_b_basel_color: "" + d_b_basharga_color: "" + d_b_bashazza_color: "" + d_b_bashila_color: "" + d_b_bashin_color: "" + d_b_bashkoyumal_color: "" + d_b_basingstoke_color: "" + d_b_basinna_color: "" + d_b_basiyan_color: "" + d_b_basra_color: "" + d_b_bassa_color: "" + d_b_bassa-afram_color: "" + d_b_bastia_color: "" + d_b_bastogne_color: "" + d_b_bata_color: "" + d_b_batang_color: "" + d_b_bate_color: "" + d_b_bath_color: "" + d_b_batina-east_color: "" + d_b_batkhaan_color: "" + d_b_batn_nakhl_color: "" + d_b_batorkeszi_color: "" + d_b_batticaloa_color: "" + d_b_batumi_color: "" + d_b_bauchi_color: "" + d_b_bauska_color: "" + d_b_bauska_color: "" + d_b_bautzen_color: "" + d_b_bawangaja_color: "" + d_b_bawit_color: "" + d_b_bawiti_color: "" + d_b_bawku_color: "" + d_b_baxoi_color: "" + d_b_bayan_color: "" + d_b_bayan_UVS_color: "" + d_b_bayan_aulska_color: "" + d_b_bayan_nuur_color: "" + d_b_bayana_color: "" + d_b_baydhabo_color: "" + d_b_bayeux_color: "" + d_b_bayhan_color: "" + d_b_baykara_color: "" + d_b_bayonne_color: "" + d_b_bayreuth_color: "" + d_b_baza_color: "" + d_b_bazadais_color: "" + d_b_bazarka_color: "" + d_b_bazin_color: "" + d_b_bazoh_color: "" + d_b_beaugency_color: "" + d_b_beaujeu_color: "" + d_b_beaumont_color: "" + d_b_beaumont_sur_leze_color: "" + d_b_beaune_color: "" + d_b_beauvais_color: "" + d_b_bechyne_color: "" + d_b_becse_color: "" + d_b_beda_color: "" + d_b_bederkesa_color: "" + d_b_bedford_color: "" + d_b_begemdir_color: "" + d_b_begho_color: "" + d_b_behabad_color: "" + d_b_beichtinen_color: "" + d_b_beilu_color: "" + d_b_beiram_color: "" + d_b_beirut_color: "" + d_b_beja_color: "" + d_b_bejaia_color: "" + d_b_bejar_color: "" + d_b_bejestan_color: "" + d_b_bekdas_color: "" + d_b_bekes_color: "" + d_b_beksima_color: "" + d_b_bekwai_color: "" + d_b_belapura_color: "" + d_b_belasa_color: "" + d_b_belchite_color: "" + d_b_belcoo_color: "" + d_b_belebey_color: "" + d_b_belenyes_color: "" + d_b_belesek_color: "" + d_b_beletweyne_color: "" + d_b_belev_color: "" + d_b_belgard_color: "" + d_b_belgaum_color: "" + d_b_belizi_color: "" + d_b_beljan_color: "" + d_b_bellac_color: "" + d_b_belley_color: "" + d_b_bellinzona_color: "" + d_b_belogorye_color: "" + d_b_belogradchik_color: "" + d_b_beloozero_color: "" + d_b_belska_color: "" + d_b_belvedere_color: "" + d_b_belz_color: "" + d_b_bena_color: "" + d_b_benavente_color: "" + d_b_bende_color: "" + d_b_benevento_color: "" + d_b_benghazi_color: "" + d_b_benin_color: "" + d_b_benin-city_color: "" + d_b_benin_marshes_color: "" + d_b_benna_color: "" + d_b_bentheim_color: "" + d_b_beny_color: "" + d_b_beodericsworth_color: "" + d_b_beograd_color: "" + d_b_beohari_color: "" + d_b_berber_color: "" + d_b_berbera_color: "" + d_b_berchtesgaden_color: "" + d_b_berd_color: "" + d_b_beregszasz_color: "" + d_b_berent_color: "" + d_b_berestye_color: "" + d_b_bereznik_color: "" + d_b_berga_color: "" + d_b_bergamo_color: "" + d_b_berge_color: "" + d_b_bergen_op_zoom_color: "" + d_b_bergerac_color: "" + d_b_bergh_color: "" + d_b_berikul_color: "" + d_b_berisiy_color: "" + d_b_berkhamsted_color: "" + d_b_berkri_color: "" + d_b_berlin_color: "" + d_b_bern_color: "" + d_b_beroe_color: "" + d_b_beroun_color: "" + d_b_berta_color: "" + d_b_bertrand_de_comminges_color: "" + d_b_berwick_color: "" + d_b_beryslav_color: "" + d_b_besancon_color: "" + d_b_besensheim_color: "" + d_b_beshbalik_color: "" + d_b_besinada_color: "" + d_b_beszterce_color: "" + d_b_betanzos_color: "" + d_b_bethen_color: "" + d_b_betla_color: "" + d_b_betma_color: "" + d_b_betpa_color: "" + d_b_betzini_color: "" + d_b_beyin_color: "" + d_b_beyneu_color: "" + d_b_beyta_color: "" + d_b_bezda_color: "" + d_b_bezdez_color: "" + d_b_bezeklik_color: "" + d_b_bezichi_color: "" + d_b_beziers_color: "" + d_b_bhadohi_color: "" + d_b_bhadracala_color: "" + d_b_bhadrak_color: "" + d_b_bhainsa_color: "" + d_b_bhainsrorgarh_color: "" + d_b_bhairavunikonda_color: "" + d_b_bhakkar_color: "" + d_b_bhaktapur_color: "" + d_b_bhamer_color: "" + d_b_bhandara_color: "" + d_b_bhanvad_color: "" + d_b_bharatpur_color: "" + d_b_bharuch_color: "" + d_b_bhatiya_color: "" + d_b_bhatnir_color: "" + d_b_bhatta_color: "" + d_b_bhera_color: "" + d_b_bhid_color: "" + d_b_bhillamala_color: "" + d_b_bhilwara_color: "" + d_b_bhimashankara_color: "" + d_b_bhimtal_color: "" + d_b_bhirr_color: "" + d_b_bhitagarh_color: "" + d_b_bhojpur_color: "" + d_b_bhojpur_tibet_color: "" + d_b_bhubaneswar_color: "" + d_b_bhuj_color: "" + d_b_bhumilka_color: "" + d_b_bhuttar_color: "" + d_b_bibemi_color: "" + d_b_bichvinta_color: "" + d_b_bida_color: "" + d_b_bidar_color: "" + d_b_biddiri_color: "" + d_b_biel_color: "" + d_b_bielastock_color: "" + d_b_bielaya_color: "" + d_b_biella_color: "" + d_b_bielsk_color: "" + d_b_bielsko_color: "" + d_b_biescas_color: "" + d_b_biggar_color: "" + d_b_bih_color: "" + d_b_bihac_color: "" + d_b_bihar_sharif_color: "" + d_b_biia_color: "" + d_b_bijagos_color: "" + d_b_bijeljina_color: "" + d_b_bijnor_color: "" + d_b_bikramkhol_color: "" + d_b_bikrampur_color: "" + d_b_bilanga_color: "" + d_b_bilbays_color: "" + d_b_bilbe_color: "" + d_b_bilhorod_color: "" + d_b_bilibio_color: "" + d_b_bilima_color: "" + d_b_bilin_color: "" + d_b_bilina_color: "" + d_b_bilizma_color: "" + d_b_bilma_color: "" + d_b_bilstein_color: "" + d_b_bilyar_color: "" + d_b_bimand_color: "" + d_b_bindir_color: "" + d_b_binnaka_color: "" + d_b_bint_color: "" + d_b_biograd_color: "" + d_b_bir_amir_color: "" + d_b_bir_el-kai_color: "" + d_b_bir_um-ghrein_color: "" + d_b_birasu_color: "" + d_b_birgo_color: "" + d_b_biriku_color: "" + d_b_biriusa_color: "" + d_b_birjand_color: "" + d_b_birkevik_color: "" + d_b_birmingham_color: "" + d_b_birnin_lafiya_color: "" + d_b_birr_color: "" + d_b_birsk_color: "" + d_b_biru_color: "" + d_b_biru_walata_color: "" + d_b_biryusa_color: "" + d_b_birzai_color: "" + d_b_birzula_color: "" + d_b_bisandugu_color: "" + d_b_bischofswerda_color: "" + d_b_bisha_color: "" + d_b_bisha_MON_color: "" + d_b_bishang_color: "" + d_b_bishnupur_color: "" + d_b_bishops_castle_color: "" + d_b_biskra_color: "" + d_b_bisserskaya_color: "" + d_b_bistum_color: "" + d_b_bisutun_color: "" + d_b_bitan_color: "" + d_b_bitola_color: "" + d_b_biton_color: "" + d_b_bitov_color: "" + d_b_bitsch_color: "" + d_b_biu_color: "" + d_b_biun_color: "" + d_b_biyadaq_color: "" + d_b_biyar_color: "" + d_b_bizamo_color: "" + d_b_bizye_color: "" + d_b_bjarkoy_color: "" + d_b_bjorgvin_color: "" + d_b_blagaj_color: "" + d_b_blankenberg_color: "" + d_b_blankenburg_color: "" + d_b_blaye_color: "" + d_b_blois_color: "" + d_b_blotkowo_color: "" + d_b_blything_color: "" + d_b_boa_color: "" + d_b_bobo_dyulasso_color: "" + d_b_boborossa_color: "" + d_b_bobovac_color: "" + d_b_bochnia_color: "" + d_b_bodh_gaya_color: "" + d_b_bodrog_color: "" + d_b_bogale_color: "" + d_b_bogo_color: "" + d_b_boguchar_color: "" + d_b_bohani_color: "" + d_b_bohi_color: "" + d_b_bohodukhiv_color: "" + d_b_bokainagar_color: "" + d_b_bokalik_color: "" + d_b_boke_color: "" + d_b_boksanbanya_color: "" + d_b_bokthang_color: "" + d_b_bol_agach_color: "" + d_b_bol_uran_color: "" + d_b_bole_color: "" + d_b_boleslav_color: "" + d_b_bolghar_color: "" + d_b_boli_color: "" + d_b_bolingsbroke_color: "" + d_b_bolm_color: "" + d_b_bolnisi_color: "" + d_b_bolo_color: "" + d_b_bologna_color: "" + d_b_bolsho_kyzylkul_color: "" + d_b_bolton_color: "" + d_b_bolzano_color: "" + d_b_bombali_color: "" + d_b_bombogor_color: "" + d_b_bome_color: "" + d_b_bonduku_color: "" + d_b_bonga_color: "" + d_b_bonifacio_color: "" + d_b_bonn_color: "" + d_b_bonny_color: "" + d_b_bono_manso_color: "" + d_b_boon_tsagaan_color: "" + d_b_boppard_color: "" + d_b_borama_color: "" + d_b_borculo_color: "" + d_b_bordeaux_color: "" + d_b_borgarh_color: "" + d_b_borgarsyslar_color: "" + d_b_borgholm_color: "" + d_b_borgu_color: "" + d_b_borkou_color: "" + d_b_boro_burgasu_color: "" + d_b_boromo_color: "" + d_b_boron_color: "" + d_b_boron-north_color: "" + d_b_borovichi_color: "" + d_b_borsa_color: "" + d_b_borsod_color: "" + d_b_borsova_color: "" + d_b_borultokay_color: "" + d_b_borus_color: "" + d_b_boryspil_color: "" + d_b_borzna_color: "" + d_b_bos-tau_color: "" + d_b_bosha_color: "" + d_b_bosilegrad_color: "" + d_b_bost_color: "" + d_b_bostal_color: "" + d_b_bosten_color: "" + d_b_boston_color: "" + d_b_bosworth_color: "" + d_b_bothin_color: "" + d_b_bottaman_color: "" + d_b_botzow_color: "" + d_b_bou_color: "" + d_b_bou_khzama_color: "" + d_b_bouake_color: "" + d_b_boubo_color: "" + d_b_bouda_color: "" + d_b_boudounitsa_color: "" + d_b_bouillon_color: "" + d_b_boulawan_color: "" + d_b_boulel_color: "" + d_b_boulogne_color: "" + d_b_boulom_color: "" + d_b_bouna_color: "" + d_b_bourbon_color: "" + d_b_bourem_color: "" + d_b_bourg_color: "" + d_b_bourges_color: "" + d_b_bousaada_color: "" + d_b_boussac_color: "" + d_b_bousso_color: "" + d_b_bozen_color: "" + d_b_braga_color: "" + d_b_braganza_color: "" + d_b_brahmapura_color: "" + d_b_braila_color: "" + d_b_brakel_color: "" + d_b_brandenburg_color: "" + d_b_branicevo_color: "" + d_b_braslau_color: "" + d_b_brasso_color: "" + d_b_bratsk_color: "" + d_b_braunau_color: "" + d_b_braunsberg_color: "" + d_b_bray_color: "" + d_b_breclav_color: "" + d_b_brecon_color: "" + d_b_breda_color: "" + d_b_bredevoort_color: "" + d_b_bregenz_color: "" + d_b_bregne_color: "" + d_b_bremanger_color: "" + d_b_bremen_color: "" + d_b_brene_color: "" + d_b_brentford_color: "" + d_b_brescello_color: "" + d_b_brescia_color: "" + d_b_breslau_color: "" + d_b_bressuire_color: "" + d_b_brest_color: "" + d_b_breznica_color: "" + d_b_breznik_color: "" + d_b_breznobanya_color: "" + d_b_briancon_color: "" + d_b_bribir_color: "" + d_b_bridlington_color: "" + d_b_brielle_color: "" + d_b_briesen_color: "" + d_b_briey_color: "" + d_b_brin_navolok_color: "" + d_b_brindisi_color: "" + d_b_brinje_color: "" + d_b_bristol_color: "" + d_b_brixen_color: "" + d_b_brno_color: "" + d_b_brod_color: "" + d_b_brodnica_color: "" + d_b_brodno_color: "" + d_b_brskovo_color: "" + d_b_bruchhausen_color: "" + d_b_bruck_color: "" + d_b_bruges_color: "" + d_b_bruneck_color: "" + d_b_brunswick_color: "" + d_b_brussels_color: "" + d_b_brysis_color: "" + d_b_brzeg_color: "" + d_b_buchach_color: "" + d_b_buckingham_color: "" + d_b_bucuresti_color: "" + d_b_budin_color: "" + d_b_budingen_color: "" + d_b_budlimlje_color: "" + d_b_bug_color: "" + d_b_bugaiwilik_color: "" + d_b_bugaly_color: "" + d_b_bughrara_color: "" + d_b_bugulde_color: "" + d_b_bugulma_color: "" + d_b_bugur_color: "" + d_b_bugur_TARIM_color: "" + d_b_buguriba_color: "" + d_b_bugurslan_color: "" + d_b_bugyntalbar_color: "" + d_b_buipe_color: "" + d_b_bukhara_color: "" + d_b_bukhtarma_color: "" + d_b_bukuruwa_color: "" + d_b_buky_color: "" + d_b_bulandy_color: "" + d_b_bulat_color: "" + d_b_bulgan_uul_color: "" + d_b_bulun-tok_color: "" + d_b_bumbag_hayrhan_uul_color: "" + d_b_bumgye_color: "" + d_b_bumthang_color: "" + d_b_bundi_color: "" + d_b_bundu_color: "" + d_b_bunjiket_color: "" + d_b_bur_color: "" + d_b_bura_color: "" + d_b_buren_color: "" + d_b_burgas_color: "" + d_b_burgasutai_color: "" + d_b_burgau_color: "" + d_b_burghausen_color: "" + d_b_burgos_color: "" + d_b_burgun_color: "" + d_b_burhanpur_color: "" + d_b_burhi_gandak_color: "" + d_b_buri_color: "" + d_b_burji_color: "" + d_b_burkal_color: "" + d_b_burluk_color: "" + d_b_burogco_color: "" + d_b_burqin_color: "" + d_b_burqug_color: "" + d_b_burss_color: "" + d_b_burullus_color: "" + d_b_burunfongo_color: "" + d_b_burzanga_color: "" + d_b_busa_color: "" + d_b_busaga_color: "" + d_b_busaso_color: "" + d_b_bushkanat_color: "" + d_b_busin_color: "" + d_b_busir_color: "" + d_b_busk_color: "" + d_b_busra_color: "" + d_b_busura_color: "" + d_b_buteeliin_nuruu_color: "" + d_b_buthrotum_color: "" + d_b_buur_heybe_color: "" + d_b_buxtehude_color: "" + d_b_buzaa_color: "" + d_b_buzai_color: "" + d_b_buzau_color: "" + d_b_buzjan_color: "" + d_b_buzuluk_color: "" + d_b_buzye_color: "" + d_b_byalgrad_color: "" + d_b_bychok_color: "" + d_b_bydgoszcz_color: "" + d_b_bytom_color: "" + d_b_bytow_color: "" + d_b_cabaneros_color: "" + d_b_cabarda_color: "" + d_b_cabartei_color: "" + d_b_cabra_color: "" + d_b_caceres_color: "" + d_b_cadi_color: "" + d_b_cadiz_color: "" + d_b_cadyou_color: "" + d_b_caen_color: "" + d_b_caernarfon_color: "" + d_b_caerphilly_color: "" + d_b_cagli_color: "" + d_b_cagliari_color: "" + d_b_cahors_color: "" + d_b_cahul_color: "" + d_b_cairo_color: "" + d_b_cakha_color: "" + d_b_cakrakuta_color: "" + d_b_calabar_color: "" + d_b_calaceite_color: "" + d_b_calafat_color: "" + d_b_calais_color: "" + d_b_calarasi_color: "" + d_b_calatafimi_color: "" + d_b_calatayud_color: "" + d_b_calatrava_color: "" + d_b_calicut_color: "" + d_b_callander_color: "" + d_b_caltagirone_color: "" + d_b_caltanisetta_color: "" + d_b_calvi_color: "" + d_b_calw_color: "" + d_b_camacha_color: "" + d_b_camaldoli_color: "" + d_b_camarda_color: "" + d_b_cambrai_color: "" + d_b_cambridge_color: "" + d_b_camerino_color: "" + d_b_cammin_color: "" + d_b_campa_color: "" + d_b_camparanya_color: "" + d_b_campulung_color: "" + d_b_campulung_moldovenesc_color: "" + d_b_canavese_color: "" + d_b_canda_color: "" + d_b_candhoba_color: "" + d_b_candradvipa_color: "" + d_b_candranatha_color: "" + d_b_candravati_color: "" + d_b_canossa_color: "" + d_b_canterbury_color: "" + d_b_cantillana_color: "" + d_b_caorle_color: "" + d_b_capua_color: "" + d_b_caravacadelacruz_color: "" + d_b_carballido_color: "" + d_b_carbonara_color: "" + d_b_carcassonne_color: "" + d_b_cardiff_color: "" + d_b_cardigan_color: "" + d_b_carguya_color: "" + d_b_carisbrooke_color: "" + d_b_carissa_color: "" + d_b_carlat_color: "" + d_b_carlisle_color: "" + d_b_carlow_color: "" + d_b_carmarthen_color: "" + d_b_carmona_color: "" + d_b_carrick_color: "" + d_b_carrickfergus_color: "" + d_b_cartagena_color: "" + d_b_cascarena_color: "" + d_b_casel_color: "" + d_b_casentino_color: "" + d_b_caslav_color: "" + d_b_casnewydd_color: "" + d_b_caspe_color: "" + d_b_cassino_color: "" + d_b_castamon_color: "" + d_b_castellane_color: "" + d_b_castellon_color: "" + d_b_castelnaudary_color: "" + d_b_castelo_branco_color: "" + d_b_castelsarrasin_color: "" + d_b_castilblanco_color: "" + d_b_castlebar_color: "" + d_b_castleton_color: "" + d_b_castletown_color: "" + d_b_castrogiovanni_color: "" + d_b_castrovillari_color: "" + d_b_catania_color: "" + d_b_catanzaro_color: "" + d_b_cattaro_color: "" + d_b_catyaeum_color: "" + d_b_cavan_color: "" + d_b_cawarong_color: "" + d_b_caze_color: "" + d_b_cazma_color: "" + d_b_cefalu_color: "" + d_b_cegled_color: "" + d_b_ceklis_color: "" + d_b_celle_color: "" + d_b_ceneta_color: "" + d_b_cento_color: "" + d_b_central_jbl_quzlum_color: "" + d_b_central_kordofan_color: "" + d_b_cephalonia_color: "" + d_b_cerasus_color: "" + d_b_cernauti_color: "" + d_b_cerynia_color: "" + d_b_cesarea_color: "" + d_b_cesvaine_color: "" + d_b_cetatea_alba_color: "" + d_b_cevennes_color: "" + d_b_chablis_color: "" + d_b_chachran_color: "" + d_b_chadrinsk_color: "" + d_b_chagai_color: "" + d_b_chaganbulage_color: "" + d_b_chagboco_color: "" + d_b_chaghaniyan_color: "" + d_b_chagne_color: "" + d_b_chah_color: "" + d_b_chaka_color: "" + d_b_chaklym_color: "" + d_b_chakpak_color: "" + d_b_chalamtum_color: "" + d_b_chalap_kerman_color: "" + d_b_chalbych_color: "" + d_b_chalcedon_color: "" + d_b_chalkar_color: "" + d_b_chalkis_color: "" + d_b_chally-kala_color: "" + d_b_chalon_color: "" + d_b_chalons_color: "" + d_b_chalus_color: "" + d_b_cham_color: "" + d_b_chambery_color: "" + d_b_chamchev_color: "" + d_b_champagnole_color: "" + d_b_champaner_color: "" + d_b_champawat_color: "" + d_b_champs_color: "" + d_b_chanderi_color: "" + d_b_chandpur_color: "" + d_b_chandraketugarh_color: "" + d_b_chandrehi_color: "" + d_b_changco_color: "" + d_b_changdev_color: "" + d_b_changgo_color: "" + d_b_changma_color: "" + d_b_changmar_color: "" + d_b_changzhi_color: "" + d_b_chania_color: "" + d_b_chany_color: "" + d_b_chaogetuhure_color: "" + d_b_chapra_color: "" + d_b_charaideo_color: "" + d_b_chargaldzin_color: "" + d_b_chariopolis_color: "" + d_b_charkliq_color: "" + d_b_charleroi_color: "" + d_b_charmanjan_color: "" + d_b_charsianon_color: "" + d_b_chartres_color: "" + d_b_chartreuse_color: "" + d_b_charych_color: "" + d_b_chateau_renard_color: "" + d_b_chateau_thierry_color: "" + d_b_chateaubriant_color: "" + d_b_chateaudun_color: "" + d_b_chateauroux_color: "" + d_b_chatellerault_color: "" + d_b_chatigama_color: "" + d_b_chatillon_color: "" + d_b_chatrabhog_color: "" + d_b_chatzk_color: "" + d_b_chaul_color: "" + d_b_chaumont_color: "" + d_b_chauragarh_color: "" + d_b_chavez_color: "" + d_b_cheb_color: "" + d_b_cheboksary_color: "" + d_b_chechkeiev_color: "" + d_b_checiny_color: "" + d_b_chegarka_color: "" + d_b_cheko_color: "" + d_b_chelabinsk_color: "" + d_b_chelai_color: "" + d_b_chelbaska_color: "" + d_b_cheleken_color: "" + d_b_chelik_color: "" + d_b_chelmsford_color: "" + d_b_chelykla_color: "" + d_b_cherbourg_color: "" + d_b_cherchen_color: "" + d_b_cherepovets_color: "" + d_b_cherga_color: "" + d_b_chergana_color: "" + d_b_cherik_color: "" + d_b_cherkassy_color: "" + d_b_chernigov_color: "" + d_b_cherskogo_color: "" + d_b_chersonesus_color: "" + d_b_chertsey_color: "" + d_b_cherven_color: "" + d_b_cherven_VOL_color: "" + d_b_cherykaw_color: "" + d_b_cheshi_color: "" + d_b_chester_color: "" + d_b_chesterfield_color: "" + d_b_chet_color: "" + d_b_chiari_color: "" + d_b_chiavari_color: "" + d_b_chich_color: "" + d_b_chichester_color: "" + d_b_chieri_color: "" + d_b_chijin_color: "" + d_b_chik_color: "" + d_b_chikan_color: "" + d_b_chikdril_color: "" + d_b_chikoy_color: "" + d_b_chikoy_OGR_color: "" + d_b_chilas_color: "" + d_b_chilia_color: "" + d_b_chimkent_color: "" + d_b_chin_color: "" + d_b_chiny_color: "" + d_b_chioggia_color: "" + d_b_chios_color: "" + d_b_chiplun_color: "" + d_b_chir_kala_color: "" + d_b_chisinau_color: "" + d_b_chitrakut_color: "" + d_b_chitrakuta_color: "" + d_b_chitral_color: "" + d_b_chiusi_color: "" + d_b_choklema_color: "" + d_b_chonae_color: "" + d_b_chonoshud_color: "" + d_b_choqu_color: "" + d_b_chornobyl_color: "" + d_b_chortkiv_color: "" + d_b_chortolisy_color: "" + d_b_christchurch_color: "" + d_b_chrudim_color: "" + d_b_chrysopolis_color: "" + d_b_chu_color: "" + d_b_chuankou_color: "" + d_b_chubar_color: "" + d_b_chubar_KAZ_color: "" + d_b_chubar_kul_color: "" + d_b_chuguchak_color: "" + d_b_chukas_vosh_color: "" + d_b_chukhloma_color: "" + d_b_chukwu_color: "" + d_b_chulak-terek_color: "" + d_b_chulym_color: "" + d_b_chulym_bis_color: "" + d_b_chumarho_color: "" + d_b_chumishtikul_color: "" + d_b_chumkar_kia_color: "" + d_b_chumy-su_color: "" + d_b_chumych_color: "" + d_b_chuna_color: "" + d_b_chunar_color: "" + d_b_chungtash_color: "" + d_b_chungthang_color: "" + d_b_chungul_color: "" + d_b_chunian_color: "" + d_b_chur_color: "" + d_b_churuk_color: "" + d_b_chushka-kol_color: "" + d_b_chusul_color: "" + d_b_chutia_color: "" + d_b_chutur_color: "" + d_b_chuulunuruu_color: "" + d_b_chuya_color: "" + d_b_chynov_color: "" + d_b_chyorny_yar_color: "" + d_b_cibyra_color: "" + d_b_ciduadrodrigo_color: "" + d_b_ciechanow_color: "" + d_b_cieszyn_color: "" + d_b_cieza_color: "" + d_b_cisterki_color: "" + d_b_citeaux_color: "" + d_b_civitas_castelli_color: "" + d_b_civitavecchia_color: "" + d_b_clackmannan_color: "" + d_b_clairvaux_color: "" + d_b_claudiopolis_color: "" + d_b_claudiopolis_SELEUCIA_color: "" + d_b_clermont_color: "" + d_b_clermont_sur_ailler_color: "" + d_b_clervaux_color: "" + d_b_clettgau_color: "" + d_b_clifford_color: "" + d_b_clogher_color: "" + d_b_clonmel_color: "" + d_b_cloppenburg_color: "" + d_b_cluieli_color: "" + d_b_cluny_color: "" + d_b_coburg_color: "" + d_b_cochem_color: "" + d_b_cocussus_color: "" + d_b_codoi_color: "" + d_b_coevorden_color: "" + d_b_cognac_color: "" + d_b_coimbra_color: "" + d_b_coira_color: "" + d_b_colchester_color: "" + d_b_colditz_color: "" + d_b_colmar_color: "" + d_b_cologne_color: "" + d_b_colonea_color: "" + d_b_comacchio_color: "" + d_b_comai_color: "" + d_b_comana_color: "" + d_b_comana_LYK_color: "" + d_b_comana_pontica_color: "" + d_b_combourg_color: "" + d_b_comitanassus_color: "" + d_b_como_color: "" + d_b_cona_color: "" + d_b_cona_tibet_color: "" + d_b_conak_color: "" + d_b_constanta_color: "" + d_b_constantine_color: "" + d_b_constantinople_color: "" + d_b_contres_color: "" + d_b_coqen_color: "" + d_b_corabia_color: "" + d_b_coracera_color: "" + d_b_corbie_color: "" + d_b_cordoba_color: "" + d_b_corfu_color: "" + d_b_corinth_color: "" + d_b_cork_color: "" + d_b_cornouailles_color: "" + d_b_corte_color: "" + d_b_cortona_color: "" + d_b_corunna_color: "" + d_b_corwen_color: "" + d_b_corycus_color: "" + d_b_cosenza_color: "" + d_b_costesti_color: "" + d_b_cotrone_color: "" + d_b_cottbus_color: "" + d_b_cottingham_color: "" + d_b_coucy_color: "" + d_b_coulommiers_color: "" + d_b_coupar_angus_color: "" + d_b_courcillon_color: "" + d_b_courtrai_color: "" + d_b_coutances_color: "" + d_b_coutenay_color: "" + d_b_couvin_color: "" + d_b_coventry_color: "" + d_b_cozhedangma_color: "" + d_b_cozhelhoma_color: "" + d_b_crailsheim_color: "" + d_b_craiova_color: "" + d_b_craon_color: "" + d_b_cratea_color: "" + d_b_crato_color: "" + d_b_crecy_color: "" + d_b_crema_color: "" + d_b_cremna_color: "" + d_b_cremona_color: "" + d_b_crepy_color: "" + d_b_cres_color: "" + d_b_cridus_color: "" + d_b_crieff_color: "" + d_b_crius_color: "" + d_b_crossen_color: "" + d_b_cruachu_color: "" + d_b_csakvar_color: "" + d_b_csanad_color: "" + d_b_csikszereda_color: "" + d_b_csongrad_color: "" + d_b_csurgo_color: "" + d_b_cubalel_color: "" + d_b_cuellar_color: "" + d_b_cuenca_color: "" + d_b_cujmir_color: "" + d_b_cukataw_color: "" + d_b_cukksual_color: "" + d_b_cuneo_color: "" + d_b_cunningham_color: "" + d_b_cuonaco_color: "" + d_b_cuxhaven_color: "" + d_b_cybele_color: "" + d_b_cybistra_color: "" + d_b_cykma_color: "" + d_b_czarnkow_color: "" + d_b_czersk_color: "" + d_b_czestochowa_color: "" + d_b_da_color: "" + d_b_da_chainoc_color: "" + d_b_dabahu_color: "" + d_b_dabakala_color: "" + d_b_dabba_color: "" + d_b_dabba_tibet_color: "" + d_b_dabhol_color: "" + d_b_dabla_color: "" + d_b_dabou_color: "" + d_b_daboya_color: "" + d_b_dabra_color: "" + d_b_dabrowa_gorn_color: "" + d_b_dabusiya_color: "" + d_b_dachi_gama_color: "" + d_b_dadhipadra_color: "" + d_b_dadrewa_color: "" + d_b_dafang_color: "" + d_b_dafariid_color: "" + d_b_daga_color: "" + d_b_dagana_color: "" + d_b_dagelhe_color: "" + d_b_dagon_color: "" + d_b_dagwamba_color: "" + d_b_dahab_color: "" + d_b_dahlak_kebir_color: "" + d_b_dahme_color: "" + d_b_dahyansi_color: "" + d_b_dai_color: "" + d_b_dair_ar-ruman_color: "" + d_b_dajal_color: "" + d_b_dajing_color: "" + d_b_dakajalan_color: "" + d_b_dakkar_color: "" + d_b_daklha_gampo_color: "" + d_b_dalaborg_color: "" + d_b_dalanda_color: "" + d_b_dale_color: "" + d_b_dam_color: "" + d_b_dam_barma_color: "" + d_b_damala_color: "" + d_b_daman_color: "" + d_b_damanhur_color: "" + d_b_damantan_color: "" + d_b_damascus_color: "" + d_b_dambadeniya_color: "" + d_b_damda_color: "" + d_b_damdoi_color: "" + d_b_damghan_color: "" + d_b_damoh_color: "" + d_b_damot-west_color: "" + d_b_damquka_color: "" + d_b_damzhung_color: "" + d_b_dandanqan_color: "" + d_b_dang_color: "" + d_b_dangla_color: "" + d_b_danilov_color: "" + d_b_danj_color: "" + d_b_danki_color: "" + d_b_dannenberg_color: "" + d_b_dantan_color: "" + d_b_dantenkul_color: "" + d_b_daoroouul_color: "" + d_b_daporijo_color: "" + d_b_daqahla_color: "" + d_b_daquqa_color: "" + d_b_dar-i-tubbat_color: "" + d_b_dar_rashid_color: "" + d_b_dar_sila_color: "" + d_b_dar_wona_color: "" + d_b_dara_color: "" + d_b_dara-sharka_color: "" + d_b_daraban_color: "" + d_b_darabjerd_color: "" + d_b_daradj_color: "" + d_b_daramdin_color: "" + d_b_darayya_color: "" + d_b_darband-qarabuli_color: "" + d_b_darbhanga_color: "" + d_b_darbhavati_color: "" + d_b_darcha_color: "" + d_b_dardjiin_color: "" + d_b_darghan_color: "" + d_b_darhafan_color: "" + d_b_dariya_color: "" + d_b_dariyan_color: "" + d_b_darjeeling_color: "" + d_b_darkhad_color: "" + d_b_darlington_color: "" + d_b_darmashan_color: "" + d_b_daroca_color: "" + d_b_darur_color: "" + d_b_darzanji_color: "" + d_b_darzedo_color: "" + d_b_dasapura_color: "" + d_b_daskara_color: "" + d_b_dasmenda_color: "" + d_b_dassel_color: "" + d_b_datong_color: "" + d_b_daugavpils_color: "" + d_b_daura_color: "" + d_b_dausar_color: "" + d_b_davlet-girei_color: "" + d_b_davo_color: "" + d_b_dawa_south_color: "" + d_b_dawaro_color: "" + d_b_dawaro-west_color: "" + d_b_dawin_color: "" + d_b_dawraq_color: "" + d_b_dawu_color: "" + d_b_dax_color: "" + d_b_dayan_color: "" + d_b_dayan_deerkhiin_color: "" + d_b_daylam_color: "" + d_b_dazuk_color: "" + d_b_dbilin_color: "" + d_b_debar_color: "" + d_b_debba_color: "" + d_b_debdou_color: "" + d_b_debrc_color: "" + d_b_debre_libanos_color: "" + d_b_debrecen_color: "" + d_b_debryansk_color: "" + d_b_debul_color: "" + d_b_decin_color: "" + d_b_dedoplitskhara_color: "" + d_b_dedovichi_color: "" + d_b_dege_color: "" + d_b_degelen_color: "" + d_b_deggendorf_color: "" + d_b_degou_color: "" + d_b_dehono_color: "" + d_b_dehradun_color: "" + d_b_dekcha_color: "" + d_b_delaram_color: "" + d_b_delft_color: "" + d_b_delfzijl_color: "" + d_b_delgo_color: "" + d_b_delvada_color: "" + d_b_dembiya_color: "" + d_b_demchok_color: "" + d_b_demetrias_color: "" + d_b_demiianka_color: "" + d_b_denbigh_color: "" + d_b_dengkou_color: "" + d_b_dengqen_color: "" + d_b_denia_color: "" + d_b_deogarh_color: "" + d_b_deols_color: "" + d_b_depalpur_color: "" + d_b_depenau_color: "" + d_b_deqen_color: "" + d_b_dera_ghazi_khan_color: "" + d_b_derahib_color: "" + d_b_derawar_color: "" + d_b_derbe_color: "" + d_b_derbent_color: "" + d_b_derby_color: "" + d_b_derdoin_color: "" + d_b_deriabinskoye_color: "" + d_b_derlenka_color: "" + d_b_derna_color: "" + d_b_derong_color: "" + d_b_derry_color: "" + d_b_des_color: "" + d_b_despen_color: "" + d_b_dessau_color: "" + d_b_deva_color: "" + d_b_devagiri_color: "" + d_b_devalgarh_color: "" + d_b_devaparvata_color: "" + d_b_devarakonda_color: "" + d_b_devin_color: "" + d_b_devkot_color: "" + d_b_devol_color: "" + d_b_dewas_color: "" + d_b_dewu_color: "" + d_b_dhakeshwari_jatiya_mandir_color: "" + d_b_dhamalpur_color: "" + d_b_dhamballai_color: "" + d_b_dhamoni_color: "" + d_b_dhandhuka_color: "" + d_b_dhank_color: "" + d_b_dhankar_color: "" + d_b_dhankuta_color: "" + d_b_dhanop_color: "" + d_b_dhara_color: "" + d_b_dharampuri_color: "" + d_b_dharmrajeshwar_color: "" + d_b_dhauli_color: "" + d_b_dhavalapuri_color: "" + d_b_dherbe_color: "" + d_b_dhilika_color: "" + d_b_dholka_color: "" + d_b_dhraina_color: "" + d_b_dhubri_color: "" + d_b_dhufar_color: "" + d_b_dhul-marwa_color: "" + d_b_dhulikhel_color: "" + d_b_dhusamareb_color: "" + d_b_dhuudo_color: "" + d_b_dia_color: "" + d_b_diabe_color: "" + d_b_diafunu_color: "" + d_b_diakam_color: "" + d_b_diakha_color: "" + d_b_dianga_color: "" + d_b_diara_color: "" + d_b_dibela_color: "" + d_b_dibi_TUV_color: "" + d_b_dibri_color: "" + d_b_didesa_color: "" + d_b_didymoteichon_color: "" + d_b_die_color: "" + d_b_diekirch_color: "" + d_b_diepholz_color: "" + d_b_dieppe_color: "" + d_b_diez_color: "" + d_b_diffa_color: "" + d_b_diffar_color: "" + d_b_dighavapi_color: "" + d_b_digne_color: "" + d_b_dih-e-khalaf_color: "" + d_b_dihistan_color: "" + d_b_dihnakhirjan_color: "" + d_b_dijon_color: "" + d_b_dikutateni_color: "" + d_b_dikwa_color: "" + d_b_dillingen_color: "" + d_b_dilsbo_color: "" + d_b_dima_color: "" + d_b_dimapur_color: "" + d_b_dinawar_color: "" + d_b_dinde_color: "" + d_b_dinder_color: "" + d_b_dindigul_color: "" + d_b_dinggye_color: "" + d_b_dingwall_color: "" + d_b_dingyuanying_color: "" + d_b_dingzhou_color: "" + d_b_diouboye_color: "" + d_b_dipalpur_color: "" + d_b_dipsang_color: "" + d_b_dirku_color: "" + d_b_diskit_color: "" + d_b_ditmarschen_color: "" + d_b_dizah_color: "" + d_b_dizak_color: "" + d_b_dizak_makrani_color: "" + d_b_dizful_color: "" + d_b_dizmar_color: "" + d_b_djado_color: "" + d_b_djado_jafara_color: "" + d_b_djado_route_color: "" + d_b_djanet_color: "" + d_b_djarin_color: "" + d_b_djugu_color: "" + d_b_djursland_color: "" + d_b_djusagach_color: "" + d_b_dlim_color: "" + d_b_dmanisi_color: "" + d_b_dmitrov_color: "" + d_b_dnipro_color: "" + d_b_doba_color: "" + d_b_dobele_color: "" + d_b_dobovec_color: "" + d_b_dobrzyn_color: "" + d_b_docimium_color: "" + d_b_dogolan_color: "" + d_b_doilungdeqen_color: "" + d_b_dokecoring_color: "" + d_b_dokecoring_qangco_color: "" + d_b_dokkum_color: "" + d_b_dolakha_color: "" + d_b_dole_color: "" + d_b_dolgellau_color: "" + d_b_dolgo_color: "" + d_b_dolgujar_color: "" + d_b_dolons_color: "" + d_b_doloon_nuur_color: "" + d_b_dolpo_color: "" + d_b_domazlice_color: "" + d_b_dombovar_color: "" + d_b_dombraly_color: "" + d_b_domoko_color: "" + d_b_domokos_color: "" + d_b_doncaster_color: "" + d_b_dondan_oilik_color: "" + d_b_donegal_color: "" + d_b_donetsk_color: "" + d_b_dongco_color: "" + d_b_dongola_color: "" + d_b_donkoro_nkwanta_color: "" + d_b_donllorente_color: "" + d_b_donzy_color: "" + d_b_dood_tsagaan_nuur_color: "" + d_b_dori_color: "" + d_b_dornberg_color: "" + d_b_dornoch_color: "" + d_b_dorogobyzh_color: "" + d_b_doroh_color: "" + d_b_dorohoi_color: "" + d_b_dorohychyn_color: "" + d_b_dorostorum_color: "" + d_b_dorsoidong_color: "" + d_b_dort_color: "" + d_b_dortmund_color: "" + d_b_dorylaion_color: "" + d_b_dospat_color: "" + d_b_dosso_color: "" + d_b_doti_color: "" + d_b_doudleby_color: "" + d_b_douentza_color: "" + d_b_douna_color: "" + d_b_dourola_color: "" + d_b_douz_color: "" + d_b_dover_color: "" + d_b_dovre_color: "" + d_b_downpatrick_color: "" + d_b_drafn_color: "" + d_b_dragasani_color: "" + d_b_draggo_color: "" + d_b_dragugnian_color: "" + d_b_drakbuk_color: "" + d_b_drakgur_color: "" + d_b_draksharama_color: "" + d_b_drama_color: "" + d_b_dramberg_color: "" + d_b_dras_color: "" + d_b_dresden_color: "" + d_b_dreux_color: "" + d_b_dreznik_color: "" + d_b_driesen_color: "" + d_b_drigung_color: "" + d_b_drijeva_color: "" + d_b_drivast_color: "" + d_b_drogheda_color: "" + d_b_dromahair_color: "" + d_b_dromo_color: "" + d_b_drutsk_color: "" + d_b_drysa_color: "" + d_b_duben_color: "" + d_b_dubica_color: "" + d_b_dublin_color: "" + d_b_dubno_color: "" + d_b_dubovac_color: "" + d_b_dubrovytsia_color: "" + d_b_dukhovshchina_color: "" + d_b_duldulokur_color: "" + d_b_dullu_color: "" + d_b_duluk-teluch_color: "" + d_b_dumali_color: "" + d_b_dumbarton_color: "" + d_b_dumbawand_color: "" + d_b_dumbraveni_color: "" + d_b_dumfries_color: "" + d_b_dumiyat_color: "" + d_b_dun_color: "" + d_b_dunbar_color: "" + d_b_dundaga_color: "" + d_b_dundalk_color: "" + d_b_dundee_color: "" + d_b_dunfermline_color: "" + d_b_dungannon_color: "" + d_b_dungunab_color: "" + d_b_dunhuang_color: "" + d_b_dunkeld_color: "" + d_b_dunkirk_color: "" + d_b_dunmow_color: "" + d_b_duolo_color: "" + d_b_duortnus_color: "" + d_b_duqm_color: "" + d_b_durdzukia_color: "" + d_b_duren_color: "" + d_b_durgas_color: "" + d_b_durgun_color: "" + d_b_durham_color: "" + d_b_durne_color: "" + d_b_durness_color: "" + d_b_durovka_color: "" + d_b_durum_color: "" + d_b_dutsi_color: "" + d_b_duvan_color: "" + d_b_duvno_color: "" + d_b_duvzare_color: "" + d_b_dvaraka_color: "" + d_b_dvin_color: "" + d_b_dvinitza_color: "" + d_b_dvur-chvojno_color: "" + d_b_dwarasamudra_color: "" + d_b_dyracchion_color: "" + d_b_dzangent_color: "" + d_b_dzayul_color: "" + d_b_dzhankoi_color: "" + d_b_dzogchen_color: "" + d_b_dzogenrabar_color: "" + d_b_east_ahaggar_color: "" + d_b_east_amhara_color: "" + d_b_east_attie_color: "" + d_b_east_darfur_color: "" + d_b_east_igala_color: "" + d_b_east_kordofan_color: "" + d_b_east_kru_color: "" + d_b_east_sidamo_color: "" + d_b_east_sila_color: "" + d_b_eastern_nzi_color: "" + d_b_ebeleben_color: "" + d_b_eberswalde_color: "" + d_b_ebi-nor_color: "" + d_b_ecobrogis_color: "" + d_b_ed-damer_color: "" + d_b_edam_color: "" + d_b_edd_color: "" + d_b_edd-north_color: "" + d_b_edessa_color: "" + d_b_edinburgh_color: "" + d_b_edo_color: "" + d_b_edrei_color: "" + d_b_eej_khairkhan_color: "" + d_b_eferi_color: "" + d_b_eger_color: "" + d_b_egerszeg_color: "" + d_b_eghiz_kala_color: "" + d_b_eichtstad_color: "" + d_b_eilenburg_color: "" + d_b_eindhoven_color: "" + d_b_eisenach_color: "" + d_b_ejea_color: "" + d_b_ekdala_color: "" + d_b_eketorp_color: "" + d_b_eki_khem_color: "" + d_b_ekiti_color: "" + d_b_eklingji_color: "" + d_b_eksjo_color: "" + d_b_el-ayo_color: "" + d_b_el-eleila_color: "" + d_b_el-obeid_color: "" + d_b_el_borouj_color: "" + d_b_el_buur_color: "" + d_b_el_dere_color: "" + d_b_el_fasher_color: "" + d_b_el_jem_color: "" + d_b_el_ksabi_color: "" + d_b_el_waak_color: "" + d_b_elabuga_color: "" + d_b_elapura_color: "" + d_b_elasson_color: "" + d_b_elblag_color: "" + d_b_elena_color: "" + d_b_elesd_color: "" + d_b_elgin_color: "" + d_b_ellur_color: "" + d_b_elmet_color: "" + d_b_elmina_color: "" + d_b_elsen_tasarkhai_color: "" + d_b_elvas_color: "" + d_b_ely_color: "" + d_b_emba_color: "" + d_b_embrun_color: "" + d_b_emden_color: "" + d_b_emil_color: "" + d_b_emly_color: "" + d_b_emmen_color: "" + d_b_empoli_color: "" + d_b_en-nahud_color: "" + d_b_endere_color: "" + d_b_enescopinge_color: "" + d_b_engelberg_color: "" + d_b_engels_color: "" + d_b_ennis_color: "" + d_b_enniscorthy_color: "" + d_b_epernay_color: "" + d_b_ephesos_color: "" + d_b_epinal_color: "" + d_b_erandol_color: "" + d_b_erbach_color: "" + d_b_erdenet_color: "" + d_b_erding_color: "" + d_b_erementau_color: "" + d_b_erg_ghati_color: "" + d_b_ergaki_color: "" + d_b_erkhel_color: "" + d_b_erkne_color: "" + d_b_ernstbrunn_color: "" + d_b_ersomlyo_color: "" + d_b_ertis_color: "" + d_b_eschenlohe_color: "" + d_b_eschweiler_color: "" + d_b_espoo_color: "" + d_b_essen_color: "" + d_b_este_color: "" + d_b_esztergom_color: "" + d_b_etah_color: "" + d_b_etampes_color: "" + d_b_etawah_color: "" + d_b_etzeri_color: "" + d_b_eu_color: "" + d_b_euaissa_color: "" + d_b_euchaita_color: "" + d_b_euspena_color: "" + d_b_everstein_color: "" + d_b_evesham_color: "" + d_b_evora_color: "" + d_b_evreux_color: "" + d_b_exeter_color: "" + d_b_eylau_color: "" + d_b_eynafylki_color: "" + d_b_fachi_color: "" + d_b_fachi_route_color: "" + d_b_fadak_color: "" + d_b_fadala_color: "" + d_b_fadama_color: "" + d_b_fafan_color: "" + d_b_fafan-south_color: "" + d_b_fahan_color: "" + d_b_fahraj_color: "" + d_b_fahraj_yazd_color: "" + d_b_faizabad_color: "" + d_b_fajla_color: "" + d_b_fajr_color: "" + d_b_falaise_color: "" + d_b_falaj_color: "" + d_b_falanko_color: "" + d_b_falasha_color: "" + d_b_falene_color: "" + d_b_falesti_color: "" + d_b_falkenstein_color: "" + d_b_falkirk_color: "" + d_b_falkoping_color: "" + d_b_famagusta_color: "" + d_b_fanhe_color: "" + d_b_faqus_color: "" + d_b_farabugu_color: "" + d_b_farah_color: "" + d_b_farama_color: "" + d_b_faran_color: "" + d_b_faras_color: "" + d_b_farava_color: "" + d_b_farduzes_color: "" + d_b_farfa_color: "" + d_b_farhajird_color: "" + d_b_farila_color: "" + d_b_farnebo_color: "" + d_b_faro_color: "" + d_b_faroo_color: "" + d_b_faryab_color: "" + d_b_fashal_color: "" + d_b_fatagar_color: "" + d_b_fathabad_color: "" + d_b_faucigny_color: "" + d_b_faulquemont_color: "" + d_b_faustinopolis_color: "" + d_b_faw_color: "" + d_b_faya_color: "" + d_b_fayd_color: "" + d_b_fazughli_color: "" + d_b_fazughli_east_color: "" + d_b_fecamp_color: "" + d_b_feher_color: "" + d_b_fehertemplom_color: "" + d_b_feldbach_color: "" + d_b_feldkirchen_color: "" + d_b_fellata_color: "" + d_b_femera_color: "" + d_b_fermo_color: "" + d_b_fernabo_color: "" + d_b_ferns_color: "" + d_b_ferrara_color: "" + d_b_ferrette_color: "" + d_b_ferrol_color: "" + d_b_fes_color: "" + d_b_fesensac_color: "" + d_b_fetesti_color: "" + d_b_feurs_color: "" + d_b_fezzan_route_color: "" + d_b_figeac_color: "" + d_b_figuig_color: "" + d_b_figuira_color: "" + d_b_fika_color: "" + d_b_filiasi_color: "" + d_b_finnforsar_color: "" + d_b_finstigen_color: "" + d_b_firabr_color: "" + d_b_firaun_color: "" + d_b_firdafylki_color: "" + d_b_firenze_color: "" + d_b_firiya_color: "" + d_b_firrim_color: "" + d_b_firuzabad_color: "" + d_b_firuzan_color: "" + d_b_firuzkuh_color: "" + d_b_fishabur_color: "" + d_b_fishguard_color: "" + d_b_fjarlandi_color: "" + d_b_florentiola_color: "" + d_b_floridsdorf_color: "" + d_b_focsani_color: "" + d_b_fogaras_color: "" + d_b_fogny_color: "" + d_b_foix_color: "" + d_b_folgue_karu_color: "" + d_b_follinge_color: "" + d_b_folona_color: "" + d_b_fontenay_color: "" + d_b_forbach_color: "" + d_b_forcalquier_color: "" + d_b_forli_color: "" + d_b_forst_color: "" + d_b_fort_aleksandrovkiy_color: "" + d_b_fort_novoaleksandrovkiy_color: "" + d_b_fraga_color: "" + d_b_frankenstein_color: "" + d_b_frankfurt_color: "" + d_b_freiberg_color: "" + d_b_freiburg_color: "" + d_b_freising_color: "" + d_b_freistadt_color: "" + d_b_friedberg_color: "" + d_b_friskdal_color: "" + d_b_frolikha_color: "" + d_b_frolovo_color: "" + d_b_fronsac_color: "" + d_b_frontenhausen_color: "" + d_b_froso_color: "" + d_b_fudalhi_color: "" + d_b_fuerteventura_color: "" + d_b_fukang_color: "" + d_b_fulda_color: "" + d_b_fuqi_color: "" + d_b_furness_color: "" + d_b_fursata_color: "" + d_b_furstenberg_color: "" + d_b_fustujan_color: "" + d_b_fwala-konyan_color: "" + d_b_gaaltoe_color: "" + d_b_gabal_color: "" + d_b_gabal_south_color: "" + d_b_gabarawan_color: "" + d_b_gabardan_color: "" + d_b_gabas_color: "" + d_b_gabasumdo_color: "" + d_b_gabes_color: "" + d_b_gabou_color: "" + d_b_gabou_bura_color: "" + d_b_gabrovo_color: "" + d_b_gacko_color: "" + d_b_gade_color: "" + d_b_gadei_color: "" + d_b_gadhipuri_color: "" + d_b_gadilon_color: "" + d_b_gaeta_color: "" + d_b_gafat_color: "" + d_b_gagnoa_color: "" + d_b_gagraun_color: "" + d_b_gairloch_color: "" + d_b_gajor_color: "" + d_b_galaga_color: "" + d_b_galam_color: "" + d_b_galaseatnu_color: "" + d_b_galashiels_color: "" + d_b_galati_color: "" + d_b_galatia_color: "" + d_b_galich_mersky_color: "" + d_b_galikan_color: "" + d_b_galila_color: "" + d_b_galkayo_color: "" + d_b_gallarate_color: "" + d_b_galt_color: "" + d_b_galtelli_color: "" + d_b_galuut_nuur_color: "" + d_b_galway_color: "" + d_b_gambaru_color: "" + d_b_gambo_color: "" + d_b_gamo_color: "" + d_b_ganale_color: "" + d_b_gandzasar_color: "" + d_b_ganeboafo_color: "" + d_b_gangadvara_color: "" + d_b_gangaikondacolapuram_color: "" + d_b_gangapur_color: "" + d_b_gangasdelnarcea_color: "" + d_b_gangca_color: "" + d_b_gangnyi_color: "" + d_b_gangra_color: "" + d_b_ganja_color: "" + d_b_ganjam_color: "" + d_b_ganjun_color: "" + d_b_gants_khondii_color: "" + d_b_ganz_color: "" + d_b_ganzhou_color: "" + d_b_gao_color: "" + d_b_gaolan_color: "" + d_b_gaotai_color: "" + d_b_gap_color: "" + d_b_gar_color: "" + d_b_garco_color: "" + d_b_garda_color: "" + d_b_gardafuul_color: "" + d_b_gardelegen_color: "" + d_b_gardiki_color: "" + d_b_gardikia_color: "" + d_b_gardiz_color: "" + d_b_gardman_color: "" + d_b_garestin_color: "" + d_b_garh_kundar_color: "" + d_b_garioch_color: "" + d_b_garkung_color: "" + d_b_garna_color: "" + d_b_garni_color: "" + d_b_garoua_color: "" + d_b_garsaura_color: "" + d_b_garu_kime_color: "" + d_b_garumele_color: "" + d_b_garwolin_color: "" + d_b_garze_color: "" + d_b_gasa_color: "" + d_b_gasga_color: "" + d_b_gash_color: "" + d_b_gaskeru_color: "" + d_b_gatsuurgazar_color: "" + d_b_gauldala_color: "" + d_b_gaur_color: "" + d_b_gauraina_color: "" + d_b_gautamkot_color: "" + d_b_gavazi_color: "" + d_b_gavle_color: "" + d_b_gavrilovskoye_color: "" + d_b_gawilgarh_color: "" + d_b_gaya_color: "" + d_b_gazargamo_color: "" + d_b_gazirat_ibn_umar_color: "" + d_b_gbagye_color: "" + d_b_gbajigbo_color: "" + d_b_gbanshay_color: "" + d_b_gdansk_color: "" + d_b_gdov_color: "" + d_b_gebba_color: "" + d_b_gebeit_color: "" + d_b_geberge_color: "" + d_b_gedang_color: "" + d_b_gegeen_color: "" + d_b_gegyai_color: "" + d_b_geili_color: "" + d_b_geisenhausen_color: "" + d_b_geldern_color: "" + d_b_gelnhausen_color: "" + d_b_geme_color: "" + d_b_gemer_color: "" + d_b_gemukura_color: "" + d_b_gendebelo_color: "" + d_b_geneva_color: "" + d_b_genoa_color: "" + d_b_gent_color: "" + d_b_gera_color: "" + d_b_gerash_color: "" + d_b_gerdkuh_color: "" + d_b_germa_color: "" + d_b_germa_anatolia_color: "" + d_b_geroldseck_color: "" + d_b_gerze_color: "" + d_b_gestro_color: "" + d_b_geteina_color: "" + d_b_gevaudan_color: "" + d_b_ghadames_color: "" + d_b_ghalafiqa_color: "" + d_b_ghardaia_color: "" + d_b_ghardaman_color: "" + d_b_ghat_color: "" + d_b_ghat_route_color: "" + d_b_ghatagaon_color: "" + d_b_ghazna_color: "" + d_b_ghazwan_color: "" + d_b_ghazza_color: "" + d_b_ghazzal_color: "" + d_b_gher_color: "" + d_b_ghisi_color: "" + d_b_ghiyaru_color: "" + d_b_ghoraghat_color: "" + d_b_ghotki_color: "" + d_b_ghoubet_color: "" + d_b_ghubaysh_color: "" + d_b_ghuguha_dol_color: "" + d_b_ghujduvan_color: "" + d_b_ghulja_color: "" + d_b_ghumira_color: "" + d_b_ghur_color: "" + d_b_gibe_innarya_color: "" + d_b_gidaya_color: "" + d_b_gidaya-east_color: "" + d_b_gidaya-north_color: "" + d_b_gidim_color: "" + d_b_giempa_color: "" + d_b_gifhorn_color: "" + d_b_gijon_color: "" + d_b_gilan_color: "" + d_b_gilgit_color: "" + d_b_gillberg_color: "" + d_b_gimhathiththa_color: "" + d_b_gimhile_color: "" + d_b_giragi_color: "" + d_b_girona_color: "" + d_b_girvan_color: "" + d_b_gishe_color: "" + d_b_gisors_color: "" + d_b_gissebi_color: "" + d_b_giti_color: "" + d_b_giurgiu_color: "" + d_b_gizeh_color: "" + d_b_gizey_color: "" + d_b_gladbach_color: "" + d_b_glamoc_color: "" + d_b_glasgow_color: "" + d_b_glavacioc_color: "" + d_b_glaz_color: "" + d_b_glazov_color: "" + d_b_gleichen_color: "" + d_b_gleichenstein_color: "" + d_b_glencoe_color: "" + d_b_glenelg_color: "" + d_b_glenfinnan_color: "" + d_b_glogow_color: "" + d_b_glogowek_color: "" + d_b_gloucester_color: "" + d_b_glubocica_color: "" + d_b_glukhov_color: "" + d_b_gmund_color: "" + d_b_gnezdovo_color: "" + d_b_gniezno_color: "" + d_b_goalpara_color: "" + d_b_gobir_color: "" + d_b_gobir-east_color: "" + d_b_gobnangou_color: "" + d_b_godawari_color: "" + d_b_godawaya_color: "" + d_b_gode_color: "" + d_b_gogesa_color: "" + d_b_gograha_color: "" + d_b_goinge_color: "" + d_b_goingyibug_color: "" + d_b_gojeb_color: "" + d_b_gojjam_color: "" + d_b_golag_color: "" + d_b_golaghmuli_color: "" + d_b_golden_hills_color: "" + d_b_golkonda_color: "" + d_b_gomba_color: "" + d_b_gombe_color: "" + d_b_gomel_color: "" + d_b_gomma_color: "" + d_b_gommern_color: "" + d_b_gomoco_color: "" + d_b_gonda_color: "" + d_b_gondar_color: "" + d_b_gondia_color: "" + d_b_gondishapur_color: "" + d_b_gongbo_color: "" + d_b_gonggar_color: "" + d_b_gonglung_color: "" + d_b_gongola_color: "" + d_b_gopakapattana_color: "" + d_b_gopalpur_color: "" + d_b_gopbhum_color: "" + d_b_goraj_color: "" + d_b_gorakhpur_color: "" + d_b_gorazde_color: "" + d_b_gordium_color: "" + d_b_gore_color: "" + d_b_gori_color: "" + d_b_goris_color: "" + d_b_goritsa_color: "" + d_b_gorizia_color: "" + d_b_gorkha_color: "" + d_b_gorkhii_terelj_color: "" + d_b_gorko_color: "" + d_b_gorkoalei_color: "" + d_b_gorlitz_color: "" + d_b_gorodek_color: "" + d_b_gorodets_color: "" + d_b_gorodets-meshchyorsky_color: "" + d_b_goslar_color: "" + d_b_gostynin_color: "" + d_b_gosudar_color: "" + d_b_gottingen_color: "" + d_b_goundafa_color: "" + d_b_gouzara_color: "" + d_b_govardhan_color: "" + d_b_govora_color: "" + d_b_gowran_color: "" + d_b_goyu_color: "" + d_b_goz_beida_color: "" + d_b_grabow_color: "" + d_b_gradac_color: "" + d_b_gradiska_color: "" + d_b_grado_color: "" + d_b_graftavallen_color: "" + d_b_gralheira_color: "" + d_b_granada_color: "" + d_b_grancanaria_color: "" + d_b_grand_color: "" + d_b_grandmont_color: "" + d_b_grandpre_color: "" + d_b_granuul_color: "" + d_b_grasse_color: "" + d_b_graudenz_color: "" + d_b_grava_color: "" + d_b_gray_color: "" + d_b_graz_color: "" + d_b_greben_color: "" + d_b_grebo_color: "" + d_b_greiffenst_color: "" + d_b_grenoble_color: "" + d_b_grevelines_color: "" + d_b_grevena_color: "" + d_b_griefswald_color: "" + d_b_grimsby_color: "" + d_b_grnetti_color: "" + d_b_grobin_color: "" + d_b_grodno_color: "" + d_b_grong_color: "" + d_b_groningen_color: "" + d_b_grossenhain_color: "" + d_b_grosseto_color: "" + d_b_grunberg_color: "" + d_b_grundasund_color: "" + d_b_grunningen_color: "" + d_b_gryazovets_color: "" + d_b_gryfino_color: "" + d_b_guadiato_color: "" + d_b_guadiz_color: "" + d_b_guardo_color: "" + d_b_guastalla_color: "" + d_b_guazhou_color: "" + d_b_gubbio_color: "" + d_b_gubin_color: "" + d_b_guchin_us_color: "" + d_b_gudakva_color: "" + d_b_gudalajara_color: "" + d_b_guerande_color: "" + d_b_gueret_color: "" + d_b_guerze_color: "" + d_b_guidimaka_color: "" + d_b_guildford_color: "" + d_b_guilongu_color: "" + d_b_guimaraes_color: "" + d_b_guinala_color: "" + d_b_gulang_color: "" + d_b_gulariya_color: "" + d_b_gulbarga_color: "" + d_b_gulbene_color: "" + d_b_gulmi_color: "" + d_b_gulpaygan_color: "" + d_b_gultari_color: "" + d_b_gulyus_color: "" + d_b_guma_color: "" + d_b_gumbu_color: "" + d_b_gummi_color: "" + d_b_gumuz_north_color: "" + d_b_gumuz_south_color: "" + d_b_gumuz_west_color: "" + d_b_guna_color: "" + d_b_gundijan_color: "" + d_b_guoddemjavvr_color: "" + d_b_guovdageaidnu_color: "" + d_b_gurage_color: "" + d_b_gurgan_color: "" + d_b_gurganj_color: "" + d_b_gurgi_color: "" + d_b_gurinai_color: "" + d_b_gurjaratra_color: "" + d_b_gurma-rharous_color: "" + d_b_gurma-west_color: "" + d_b_gursi_color: "" + d_b_gurunsi_color: "" + d_b_gurzivan_color: "" + d_b_gusau_color: "" + d_b_gustrow_color: "" + d_b_gutti_color: "" + d_b_guwari_color: "" + d_b_guzkol_color: "" + d_b_gwalior_color: "" + d_b_gy_color: "" + d_b_gyaca_color: "" + d_b_gyagog_color: "" + d_b_gyaijepozhangge_color: "" + d_b_gyaitang_color: "" + d_b_gyama_color: "" + d_b_gyangze_color: "" + d_b_gyegumdo_color: "" + d_b_gyergyoszentmiklos_color: "" + d_b_gyesarco_color: "" + d_b_gyezil_color: "" + d_b_gyimini_color: "" + d_b_gyirong_color: "" + d_b_gynaikokastron_color: "" + d_b_gyongospata_color: "" + d_b_gyor_color: "" + d_b_gyozeg_color: "" + d_b_gyumai_color: "" + d_b_haarlem_color: "" + d_b_habiganj_color: "" + d_b_hadamakert_color: "" + d_b_haddington_color: "" + d_b_hadejia_color: "" + d_b_hadithat-ana_color: "" + d_b_hadrianeia_color: "" + d_b_hadrianoi_color: "" + d_b_hadrianopolis_color: "" + d_b_hadya_color: "" + d_b_haeyan_color: "" + d_b_hafar_color: "" + d_b_hafit_color: "" + d_b_hafn_color: "" + d_b_hafra_color: "" + d_b_hagen_color: "" + d_b_haguenau_color: "" + d_b_hahaeci_color: "" + d_b_hail_color: "" + d_b_haimur_color: "" + d_b_haisyn_color: "" + d_b_hajipur_color: "" + d_b_hajir_color: "" + d_b_hakkari_color: "" + d_b_halab_color: "" + d_b_halavand_color: "" + d_b_halberstadt_color: "" + d_b_haldi_color: "" + d_b_hali_color: "" + d_b_halifax_color: "" + d_b_halikarnassos_color: "" + d_b_halin_color: "" + d_b_hall_color: "" + d_b_halle_color: "" + d_b_hallein_color: "" + d_b_hallstatt_color: "" + d_b_halmstad_color: "" + d_b_halmyros_color: "" + d_b_haltang_color: "" + d_b_halvad_color: "" + d_b_halych_color: "" + d_b_hama_color: "" + d_b_hamadan_color: "" + d_b_hamadat_tinghert_color: "" + d_b_hamarkinda_color: "" + d_b_hamasen_color: "" + d_b_hamburg_color: "" + d_b_hameenlinna_color: "" + d_b_hami_color: "" + d_b_hamma_color: "" + d_b_hammelburg_color: "" + d_b_hammerstein_color: "" + d_b_hanan_color: "" + d_b_hanau_color: "" + d_b_hanbalik_color: "" + d_b_handia_color: "" + d_b_hangal_color: "" + d_b_hangtian_color: "" + d_b_hangu_color: "" + d_b_hanhai_color: "" + d_b_hani_color: "" + d_b_hanlan_color: "" + d_b_hanle_color: "" + d_b_hannover_color: "" + d_b_hapsal_color: "" + d_b_hapur_color: "" + d_b_harad_color: "" + d_b_haradok_color: "" + d_b_harar_color: "" + d_b_harcourt_color: "" + d_b_hardanger_color: "" + d_b_harderwijk_color: "" + d_b_hardoi_color: "" + d_b_hargaya_color: "" + d_b_hargaya-south_color: "" + d_b_hargaya-west_color: "" + d_b_hargeisa_color: "" + d_b_harjumaa_color: "" + d_b_harlau_color: "" + d_b_harlingen_color: "" + d_b_harran_color: "" + d_b_harshnath_color: "" + d_b_harszoc_color: "" + d_b_hartlepool_color: "" + d_b_haruppeswara_color: "" + d_b_hasik_color: "" + d_b_haskovo_color: "" + d_b_hastikundi_color: "" + d_b_hastinapura_color: "" + d_b_hastings_color: "" + d_b_haugelandi_color: "" + d_b_haugsdorf_color: "" + d_b_havelberg_color: "" + d_b_hawai_color: "" + d_b_hayange_color: "" + d_b_haylan_color: "" + d_b_hayq_color: "" + d_b_hazarasp_color: "" + d_b_hazrat_pandua_color: "" + d_b_hebron_color: "" + d_b_hedanger_color: "" + d_b_heddall_color: "" + d_b_hedeby_color: "" + d_b_hedmork_color: "" + d_b_hedong_color: "" + d_b_heiane_color: "" + d_b_heidelberg_color: "" + d_b_heihe_color: "" + d_b_heilbronn_color: "" + d_b_heiligenberg_color: "" + d_b_helfenstein_color: "" + d_b_helge_color: "" + d_b_helgum_color: "" + d_b_hellenenstein_color: "" + d_b_helsingborg_color: "" + d_b_helsingora_color: "" + d_b_helston_color: "" + d_b_hemavati_color: "" + d_b_henamorum_color: "" + d_b_henneberg_color: "" + d_b_herakleia_color: "" + d_b_herakleiaperinthos_color: "" + d_b_herat_color: "" + d_b_hereford_color: "" + d_b_herombial_color: "" + d_b_herpha_color: "" + d_b_herry_color: "" + d_b_hersfeld_color: "" + d_b_hertford_color: "" + d_b_hervas_color: "" + d_b_hesare-taq_color: "" + d_b_hesdin_color: "" + d_b_hetauda_color: "" + d_b_hewes_color: "" + d_b_hexham_color: "" + d_b_hifair_color: "" + d_b_hiiumaa_color: "" + d_b_hildesheim_color: "" + d_b_hileila_color: "" + d_b_himara_color: "" + d_b_hims_color: "" + d_b_hinawr_color: "" + d_b_hinthada_color: "" + d_b_hiraab_color: "" + d_b_hirschberg_color: "" + d_b_hiskampis_color: "" + d_b_hisn_al-abr_color: "" + d_b_hisn_al-mashuq_color: "" + d_b_hisn_di-l-qarnain_color: "" + d_b_hisn_kaifa_color: "" + d_b_hisn_lawata_color: "" + d_b_hit_color: "" + d_b_hitrar_color: "" + d_b_hlivno_color: "" + d_b_hlybokaye_color: "" + d_b_hoboksar_color: "" + d_b_hobyo_color: "" + d_b_hobyo-north_color: "" + d_b_hochberg_color: "" + d_b_hockenheim_color: "" + d_b_hodh_south_color: "" + d_b_hodh_west_color: "" + d_b_hodonin_color: "" + d_b_hof_color: "" + d_b_hofgeismar_color: "" + d_b_hofn_color: "" + d_b_hogsby_color: "" + d_b_hohaseco_color: "" + d_b_hohenau_color: "" + d_b_hohenberg_color: "" + d_b_hohenburg_color: "" + d_b_hohenschwangau_color: "" + d_b_hohenstein_color: "" + d_b_holstebro_color: "" + d_b_holyhead_color: "" + d_b_hombori_color: "" + d_b_homburg_color: "" + d_b_hongliuyuan_color: "" + d_b_honnavalli_color: "" + d_b_honnore_color: "" + d_b_hont_color: "" + d_b_hor_color: "" + d_b_hormuz_color: "" + d_b_horn_color: "" + d_b_hornachos_color: "" + d_b_horodnytsia_color: "" + d_b_horodok_color: "" + d_b_hoshangabad_color: "" + d_b_hoshyar_color: "" + d_b_hotca_color: "" + d_b_hotin_color: "" + d_b_houn_color: "" + d_b_hoya_color: "" + d_b_hradec_color: "" + d_b_hradec-nad-moravici_color: "" + d_b_hradyzk_color: "" + d_b_hrazgrad_color: "" + d_b_htigyaing_color: "" + d_b_huahai_color: "" + d_b_huangcheng_color: "" + d_b_hubli_color: "" + d_b_hudur_color: "" + d_b_huelva_color: "" + d_b_huesca_color: "" + d_b_huescar_color: "" + d_b_huete_color: "" + d_b_hukeswag_color: "" + d_b_hulbuk_color: "" + d_b_hulingsryd_color: "" + d_b_hultaby_color: "" + d_b_hulwan_color: "" + d_b_hulwan-cairo_color: "" + d_b_humaniya_color: "" + d_b_hunyan_color: "" + d_b_hurayda_color: "" + d_b_hurayz_color: "" + d_b_hurstingstone_color: "" + d_b_husavik_color: "" + d_b_husi_color: "" + d_b_hustai_color: "" + d_b_husumbro_color: "" + d_b_huszt_color: "" + d_b_huth_color: "" + d_b_huw_color: "" + d_b_huwaiza_color: "" + d_b_huy_color: "" + d_b_huzu_color: "" + d_b_hvar_color: "" + d_b_hyan_color: "" + d_b_hypseie_color: "" + d_b_hyspiratis_color: "" + d_b_hzo_color: "" + d_b_iasi_color: "" + d_b_iassus_color: "" + d_b_iau_color: "" + d_b_iaya_color: "" + d_b_ibadan_color: "" + d_b_ibah_color: "" + d_b_ibarapa_color: "" + d_b_ibeitei_color: "" + d_b_ibshaya_color: "" + d_b_ibyar_color: "" + d_b_ichikta_color: "" + d_b_ichiwooq_color: "" + d_b_idanha_color: "" + d_b_idar_color: "" + d_b_idhaj_color: "" + d_b_idofian_color: "" + d_b_idoma_color: "" + d_b_ierapetra_color: "" + d_b_ierrisos_color: "" + d_b_iesjavri_color: "" + d_b_ifat_color: "" + d_b_ifni_color: "" + d_b_ifonyin_color: "" + d_b_igala_color: "" + d_b_igana_color: "" + d_b_igaran_color: "" + d_b_igbo-ukwu_color: "" + d_b_igbodo-saki_color: "" + d_b_igboho_color: "" + d_b_igdy_color: "" + d_b_igilliz_color: "" + d_b_igiradyatuf_color: "" + d_b_iglesias_color: "" + d_b_igra_color: "" + d_b_iguidi_east_color: "" + d_b_iguidi_west_color: "" + d_b_ihrit_color: "" + d_b_iijoki_color: "" + d_b_ijaye_color: "" + d_b_ijebu_color: "" + d_b_ijesha_color: "" + d_b_ijil_color: "" + d_b_ikare_color: "" + d_b_ikh_bogd_color: "" + d_b_ikh_nogoon_color: "" + d_b_ikh_orgil_color: "" + d_b_ikh_uul_color: "" + d_b_ikhmin_color: "" + d_b_ikhmindi_color: "" + d_b_ikjan_color: "" + d_b_ikonion_color: "" + d_b_ikorodu_color: "" + d_b_ilam_color: "" + d_b_ilaro_color: "" + d_b_ilchester_color: "" + d_b_ile-ife_color: "" + d_b_ilekskoi_gorodok_color: "" + d_b_ilerena_color: "" + d_b_ilesa_color: "" + d_b_iletsk_color: "" + d_b_ilga_color: "" + d_b_iligh_color: "" + d_b_ilim_MON_color: "" + d_b_ilion_color: "" + d_b_iliq_color: "" + d_b_ilmunster_color: "" + d_b_ilo_color: "" + d_b_ilok_color: "" + d_b_ilorin_color: "" + d_b_ilza_color: "" + d_b_imola_color: "" + d_b_imotski_color: "" + d_b_impruneta_color: "" + d_b_inat_color: "" + d_b_indal_color: "" + d_b_indegabtan_color: "" + d_b_indraprastha_color: "" + d_b_indrasthana_color: "" + d_b_indur_color: "" + d_b_ingolstadt_color: "" + d_b_inia_color: "" + d_b_innan_namdal_color: "" + d_b_innarya_color: "" + d_b_innsbruck_color: "" + d_b_inowroclaw_color: "" + d_b_insara_color: "" + d_b_insterburg_color: "" + d_b_intarta_color: "" + d_b_inverness_color: "" + d_b_inzer_color: "" + d_b_ioaninna_color: "" + d_b_ionopolis_color: "" + d_b_iphofen_color: "" + d_b_ipswich_color: "" + d_b_iqlid_color: "" + d_b_iqna_color: "" + d_b_iraklio_color: "" + d_b_irbid_color: "" + d_b_irbil_color: "" + d_b_irbit_color: "" + d_b_irdning_color: "" + d_b_iren-chabirga_color: "" + d_b_irgis_color: "" + d_b_iringu_color: "" + d_b_irkutsk_color: "" + d_b_irmengtau_color: "" + d_b_iro_color: "" + d_b_irun_color: "" + d_b_isanbai_color: "" + d_b_isaura_color: "" + d_b_isenburg_color: "" + d_b_isernia_color: "" + d_b_iset_color: "" + d_b_iseyin_color: "" + d_b_isfahan_color: "" + d_b_isfara_color: "" + d_b_isfarain_color: "" + d_b_isfijab_color: "" + d_b_ishgent_color: "" + d_b_ishim_color: "" + d_b_ishkamish_color: "" + d_b_ishtikhan_color: "" + d_b_ishwaripur_color: "" + d_b_isili_color: "" + d_b_iskaf_color: "" + d_b_islay_color: "" + d_b_issenjau_color: "" + d_b_issoudun_color: "" + d_b_istakh_color: "" + d_b_istakhbanat_color: "" + d_b_istakhr_color: "" + d_b_itanagar_color: "" + d_b_itantsa_color: "" + d_b_itil_color: "" + d_b_ittagi_color: "" + d_b_itte-kichu_color: "" + d_b_itzehoe_color: "" + d_b_iuliopolis_color: "" + d_b_ivancice_color: "" + d_b_ivankiv_color: "" + d_b_ivanovo_color: "" + d_b_ivanovskoye_color: "" + d_b_ivda_color: "" + d_b_iviza_color: "" + d_b_ivrea_color: "" + d_b_iya_TUV_color: "" + d_b_izan_color: "" + d_b_izborsk_color: "" + d_b_izerhan_color: "" + d_b_izhevsk_color: "" + d_b_izurum_color: "" + d_b_jaalan_color: "" + d_b_jabal-al-fidda_color: "" + d_b_jabal_al-gharbi_color: "" + d_b_jabala_color: "" + d_b_jabalta_color: "" + d_b_jabbul_color: "" + d_b_jaca_color: "" + d_b_jaceyl_bid_color: "" + d_b_jadila_color: "" + d_b_jaen_color: "" + d_b_jaffna_color: "" + d_b_jagadamba_color: "" + d_b_jagara_color: "" + d_b_jagatipur_color: "" + d_b_jaggang_color: "" + d_b_jagsam_color: "" + d_b_jahanpanah_color: "" + d_b_jahkamakke_color: "" + d_b_jahrum_color: "" + d_b_jainca_color: "" + d_b_jaisalmer_color: "" + d_b_jajarm_color: "" + d_b_jajce_color: "" + d_b_jajjanir_color: "" + d_b_jajmau_color: "" + d_b_jakharrad_color: "" + d_b_jaksy_kyzy_kurt_color: "" + d_b_jaksybai_color: "" + d_b_jalalghar_color: "" + d_b_jalandhar_color: "" + d_b_jalaun_color: "" + d_b_jaldak_color: "" + d_b_jalhaxi_color: "" + d_b_jaligny_color: "" + d_b_jalk_color: "" + d_b_jalmat_color: "" + d_b_jalna_color: "" + d_b_jalor_color: "" + d_b_jalu_color: "" + d_b_jalula_color: "" + d_b_jalula-hulwan_color: "" + d_b_jam-jam_color: "" + d_b_jaman_akkul_color: "" + d_b_jaman_arganaty_color: "" + d_b_jamantau_color: "" + d_b_jambalar_color: "" + d_b_jammu_color: "" + d_b_janai_cheku_color: "" + d_b_janakpur_color: "" + d_b_jangalbari_color: "" + d_b_jangpa_color: "" + d_b_jangyztau_color: "" + d_b_janitsa_color: "" + d_b_janjero_color: "" + d_b_jannaba_color: "" + d_b_jarabulus_color: "" + d_b_jarai_ka_math_color: "" + d_b_jarash_color: "" + d_b_jarbaya_color: "" + d_b_jarjis_color: "" + d_b_jarkul_color: "" + d_b_jarli_butak_color: "" + d_b_jarmaq_color: "" + d_b_jarmaqan_color: "" + d_b_jaromer_color: "" + d_b_jarquh_color: "" + d_b_jarva_color: "" + d_b_jask_color: "" + d_b_jasky_kart_color: "" + d_b_jasnaul_color: "" + d_b_jatharr_color: "" + d_b_jaund_color: "" + d_b_jaunpur_color: "" + d_b_jebba_color: "" + d_b_jebel_abu_negila_color: "" + d_b_jebel_ahmar_color: "" + d_b_jebel_geili_color: "" + d_b_jebel_moya_color: "" + d_b_jedburgh_color: "" + d_b_jedrzejow_color: "" + d_b_jekabpils_color: "" + d_b_jelavi_color: "" + d_b_jelibakoro_color: "" + d_b_jelling_color: "" + d_b_jeminay_color: "" + d_b_jend_color: "" + d_b_jenne-jeno_color: "" + d_b_jerba_color: "" + d_b_jerez_color: "" + d_b_jergin_color: "" + d_b_jerjul_color: "" + d_b_jerm_color: "" + d_b_jersika_color: "" + d_b_jerusalem_color: "" + d_b_jhalawar_color: "" + d_b_jhalod_color: "" + d_b_jhansi_color: "" + d_b_jhelum_color: "" + d_b_jhodga_color: "" + d_b_jiahe_color: "" + d_b_jiayuguan_color: "" + d_b_jibal-al-urd_color: "" + d_b_jibala_color: "" + d_b_jibat_color: "" + d_b_jida_color: "" + d_b_jidda_color: "" + d_b_jie_DZU_color: "" + d_b_jigdalik_color: "" + d_b_jigirbend_color: "" + d_b_jigzhi_color: "" + d_b_jihlava_color: "" + d_b_jijel_color: "" + d_b_jilali_color: "" + d_b_jilanjik_color: "" + d_b_jildi_color: "" + d_b_jilib_color: "" + d_b_jimbale_color: "" + d_b_jimi_color: "" + d_b_jimsar_color: "" + d_b_jinchang_color: "" + d_b_jinghiz_color: "" + d_b_jingtai_color: "" + d_b_jinji_color: "" + d_b_jinsko_color: "" + d_b_jinta_color: "" + d_b_jiranj_color: "" + d_b_jiren_suat_color: "" + d_b_jirnanagara_color: "" + d_b_jiruft_color: "" + d_b_jith_color: "" + d_b_jitikul_color: "" + d_b_jity_kul_color: "" + d_b_jiwani_color: "" + d_b_joha_color: "" + d_b_joinville_color: "" + d_b_jolster_color: "" + d_b_jomala_color: "" + d_b_jomda_color: "" + d_b_jone_color: "" + d_b_jonkoping_color: "" + d_b_jonzac_color: "" + d_b_jorga_color: "" + d_b_jorugul_color: "" + d_b_jos_color: "" + d_b_josse_color: "" + d_b_jovvkuj_color: "" + d_b_jowhaar_color: "" + d_b_jowol_color: "" + d_b_jubba_color: "" + d_b_jubba-ajuraan_color: "" + d_b_jubba-hail_color: "" + d_b_jubba-north_color: "" + d_b_judenburg_color: "" + d_b_judr_color: "" + d_b_jugha_color: "" + d_b_juhaina_color: "" + d_b_julevu_color: "" + d_b_julfa_color: "" + d_b_julfar_color: "" + d_b_julym_color: "" + d_b_jumla_color: "" + d_b_juna_barmer_color: "" + d_b_junabid_color: "" + d_b_junkur_kul_color: "" + d_b_junzi_color: "" + d_b_jurash_color: "" + d_b_jurbarkas_color: "" + d_b_jusiya_color: "" + d_b_juterbog_color: "" + d_b_juwain_color: "" + d_b_juwair_color: "" + d_b_juy-e-sard_color: "" + d_b_juyan_color: "" + d_b_juza_color: "" + d_b_juzbay_color: "" + d_b_kaade_color: "" + d_b_kabala_color: "" + d_b_kabans_color: "" + d_b_kabara_color: "" + d_b_kabirwala_color: "" + d_b_kabkabiya_color: "" + d_b_kabtag_color: "" + d_b_kabul_color: "" + d_b_kacharsku_color: "" + d_b_kachma_color: "" + d_b_kachu_color: "" + d_b_kada_MON_color: "" + d_b_kadam_color: "" + d_b_kadam-south_color: "" + d_b_kadam-west_color: "" + d_b_kadan_color: "" + d_b_kaddlhutt_color: "" + d_b_kadero_color: "" + d_b_kadnikov_color: "" + d_b_kaduna_color: "" + d_b_kaduy_color: "" + d_b_kadwaya_color: "" + d_b_kaerji_color: "" + d_b_kafa_color: "" + d_b_kafartab_color: "" + d_b_kafartutha_color: "" + d_b_kafernburg_color: "" + d_b_kaffa_color: "" + d_b_kafirkot_color: "" + d_b_kagar_color: "" + d_b_kaghan_color: "" + d_b_kaginskoi_color: "" + d_b_kagong_color: "" + d_b_kagusti_color: "" + d_b_kahlur_color: "" + d_b_kahone_color: "" + d_b_kai_color: "" + d_b_kaiama_color: "" + d_b_kainar_color: "" + d_b_kainsk_color: "" + d_b_kairouan_color: "" + d_b_kaisereia_color: "" + d_b_kaiserslautern_color: "" + d_b_kaisum_color: "" + d_b_kajaani_color: "" + d_b_kajdak_color: "" + d_b_kak_color: "" + d_b_kakanda_color: "" + d_b_kakisalmi_color: "" + d_b_kaklouma_color: "" + d_b_kakovka_color: "" + d_b_kalabagh_color: "" + d_b_kalabsha_color: "" + d_b_kalahasti_color: "" + d_b_kalam_color: "" + d_b_kalam_TARIM_color: "" + d_b_kalamata_color: "" + d_b_kalavryta_color: "" + d_b_kalbin_color: "" + d_b_kale_color: "" + d_b_kalfou_color: "" + d_b_kalif_color: "" + d_b_kalimpong_color: "" + d_b_kalinganagara_color: "" + d_b_kalinjar_color: "" + d_b_kalinkavichy_color: "" + d_b_kalisz_color: "" + d_b_kalliopolis_color: "" + d_b_kalmar_color: "" + d_b_kalmas_color: "" + d_b_kalmek-imel_color: "" + d_b_kalmikovsky_color: "" + d_b_kalocsa_color: "" + d_b_kalos_limen_color: "" + d_b_kalpa_color: "" + d_b_kalpi_color: "" + d_b_kalyaneshwari_color: "" + d_b_kalyani_color: "" + d_b_kalyatta_color: "" + d_b_kalym_color: "" + d_b_kalyvia_color: "" + d_b_kamabai-sanda_color: "" + d_b_kamakhya_color: "" + d_b_kamalia_color: "" + d_b_kamaran_color: "" + d_b_kamaro_color: "" + d_b_kamarupanagara_color: "" + d_b_kamatapur_color: "" + d_b_kamba_color: "" + d_b_kambampet_color: "" + d_b_kambata_color: "" + d_b_kamboika_color: "" + d_b_kamelik_color: "" + d_b_kamenz_color: "" + d_b_kamgala_color: "" + d_b_kamichly_kul_color: "" + d_b_kamisa_color: "" + d_b_kamlin_color: "" + d_b_kammersberg_color: "" + d_b_kamnik_color: "" + d_b_kampen_color: "" + d_b_kampili_color: "" + d_b_kamru_color: "" + d_b_kamyanyets_color: "" + d_b_kamychlov_color: "" + d_b_kamyshin_color: "" + d_b_kanais_al-hadid_color: "" + d_b_kanchipuram_color: "" + d_b_kandak_color: "" + d_b_kandanavolu_color: "" + d_b_kandara_color: "" + d_b_kandat_uul_color: "" + d_b_kandava_color: "" + d_b_kandi_color: "" + d_b_kandiskaya_color: "" + d_b_kandygatai_color: "" + d_b_kanem_color: "" + d_b_kaneya_color: "" + d_b_kangaba_color: "" + d_b_kangmar_color: "" + d_b_kangos_color: "" + d_b_kangra_color: "" + d_b_kangyu_color: "" + d_b_kaniaga_color: "" + d_b_kaniana_color: "" + d_b_kaniv_color: "" + d_b_kankan_color: "" + d_b_kanker_color: "" + d_b_kannanur_color: "" + d_b_kano_color: "" + d_b_kansk_color: "" + d_b_kantegir_color: "" + d_b_kanthakota_color: "" + d_b_kantit_color: "" + d_b_kantor_color: "" + d_b_kanyakubja_color: "" + d_b_kaoje_color: "" + d_b_kapan_color: "" + d_b_kapfenberg_color: "" + d_b_kaposvar_color: "" + d_b_kaptadyr_color: "" + d_b_kapuvar_color: "" + d_b_kara_color: "" + d_b_kara-asirgan_color: "" + d_b_kara-mugai_color: "" + d_b_kara_chumych_color: "" + d_b_kara_khoja_color: "" + d_b_kara_khol_TUV_color: "" + d_b_kara_sor_color: "" + d_b_kara_urunkay_color: "" + d_b_karabalgasun_color: "" + d_b_karabas_color: "" + d_b_karabash_color: "" + d_b_karabolam_color: "" + d_b_karabutak_color: "" + d_b_karachev_color: "" + d_b_karagawa_color: "" + d_b_karahataka_color: "" + d_b_karaj-abu-dulad_color: "" + d_b_karakoro_color: "" + d_b_karakorum_color: "" + d_b_karakul_color: "" + d_b_karalbak_color: "" + d_b_karamay_color: "" + d_b_karamuya_color: "" + d_b_karansebes_color: "" + d_b_karaoba_color: "" + d_b_karaoi_color: "" + d_b_karas_SIB_color: "" + d_b_karashar_color: "" + d_b_karasjohka_color: "" + d_b_karasu_color: "" + d_b_karasuk_color: "" + d_b_karasye_color: "" + d_b_karatangdy_color: "" + d_b_karatayak_color: "" + d_b_karates_color: "" + d_b_karatsagaan_color: "" + d_b_karauda_color: "" + d_b_karavur_color: "" + d_b_karayu_color: "" + d_b_karbala_color: "" + d_b_kardang_color: "" + d_b_karduran-khas_color: "" + d_b_kareima_color: "" + d_b_kargadan_color: "" + d_b_kargalin_color: "" + d_b_kargat_color: "" + d_b_karghalik_color: "" + d_b_kargopol_color: "" + d_b_karhada_color: "" + d_b_kari_pospat_vosh_color: "" + d_b_karima_color: "" + d_b_karitsa_color: "" + d_b_kariyan_color: "" + d_b_karkaraly_color: "" + d_b_karkha_color: "" + d_b_karkuya_color: "" + d_b_karlivka_color: "" + d_b_karmanta_color: "" + d_b_karnalis_color: "" + d_b_karnaphuli_color: "" + d_b_karnasubarna_color: "" + d_b_karoonjar_color: "" + d_b_karor_color: "" + d_b_karpathos_color: "" + d_b_kars_color: "" + d_b_karsovay_color: "" + d_b_kartaszevo_color: "" + d_b_kartauzh_color: "" + d_b_kartikeyapura_color: "" + d_b_karu_samys_color: "" + d_b_karub_color: "" + d_b_karukh_color: "" + d_b_karur_color: "" + d_b_karvuna_color: "" + d_b_karymkary_color: "" + d_b_karytaina_color: "" + d_b_karzin_color: "" + d_b_karzok_color: "" + d_b_kasa_color: "" + d_b_kasan_color: "" + d_b_kasara_color: "" + d_b_kaseg_color: "" + d_b_kash_color: "" + d_b_kashan_color: "" + d_b_kashan_VB_color: "" + d_b_kashgar_color: "" + d_b_kashid_color: "" + d_b_kashin_color: "" + d_b_kashipur_color: "" + d_b_kashkarata_color: "" + d_b_kasib_color: "" + d_b_kaska_color: "" + d_b_kaskar_color: "" + d_b_kaskelen_color: "" + d_b_kaski_color: "" + d_b_kasmala_color: "" + d_b_kasr_al-kabir_color: "" + d_b_kasriskari_color: "" + d_b_kassa_color: "" + d_b_kassala_color: "" + d_b_kassandreia_color: "" + d_b_kassarma_color: "" + d_b_kassel_color: "" + d_b_kassi-markol_color: "" + d_b_kastoria_color: "" + d_b_kasur_color: "" + d_b_katagum_color: "" + d_b_katak_color: "" + d_b_katakekaumene_color: "" + d_b_katargama_color: "" + d_b_katasraj_color: "" + d_b_katata_color: "" + d_b_kath_color: "" + d_b_katha_color: "" + d_b_kathmandu_color: "" + d_b_katok_color: "" + d_b_katsina_color: "" + d_b_katu_yaryk_color: "" + d_b_katun_color: "" + d_b_katyaion_color: "" + d_b_katzenelnbogen_color: "" + d_b_kaufbeuren_color: "" + d_b_kaulas_color: "" + d_b_kaunas_color: "" + d_b_kaurestan_color: "" + d_b_kavala_color: "" + d_b_kavurskotokale_color: "" + d_b_kawar_road_color: "" + d_b_kayal_color: "" + d_b_kayan_color: "" + d_b_kayao_color: "" + d_b_kayask_color: "" + d_b_kayavarohan_color: "" + d_b_kazalinsk_color: "" + d_b_kazan_color: "" + d_b_kazanka_color: "" + d_b_kazanskaya_color: "" + d_b_kazanskoye_color: "" + d_b_kazarki_color: "" + d_b_kazarun_color: "" + d_b_kazas_color: "" + d_b_kazima_color: "" + d_b_kazyr_color: "" + d_b_kbumak_color: "" + d_b_kebbi_color: "" + d_b_kecskemet_color: "" + d_b_kedainiai_color: "" + d_b_kedama_color: "" + d_b_keffi_color: "" + d_b_kegen_color: "" + d_b_kehan_color: "" + d_b_keitele_color: "" + d_b_keith_color: "" + d_b_keladi_color: "" + d_b_keli_color: "" + d_b_keljiga_color: "" + d_b_kelrayan_color: "" + d_b_kelso_color: "" + d_b_keltzine_color: "" + d_b_kelycyre_color: "" + d_b_kem_color: "" + d_b_kem_MON_color: "" + d_b_kembavi_color: "" + d_b_kemchug_color: "" + d_b_kemijavri_color: "" + d_b_kemna_color: "" + d_b_kempten_color: "" + d_b_kend-i-badam_color: "" + d_b_kendal_color: "" + d_b_kenduli_color: "" + d_b_kensala_color: "" + d_b_kent_KAZ_color: "" + d_b_kenu_color: "" + d_b_kera_color: "" + d_b_kerak_color: "" + d_b_kerch_color: "" + d_b_kerend_color: "" + d_b_kerend-kermanshah_color: "" + d_b_kerimeri_color: "" + d_b_keriya_color: "" + d_b_kerken_color: "" + d_b_kerker_color: "" + d_b_kerkinitis_color: "" + d_b_kermanshah_color: "" + d_b_kerminiya_color: "" + d_b_kernave_color: "" + d_b_kesaria_color: "" + d_b_keshmar_color: "" + d_b_kesmark_color: "" + d_b_ket_color: "" + d_b_keta_color: "" + d_b_kete-karachi_color: "" + d_b_kettering_color: "" + d_b_ketu_color: "" + d_b_kevevar_color: "" + d_b_kevrola_color: "" + d_b_khabis_color: "" + d_b_khabushan_color: "" + d_b_khaffan_color: "" + d_b_khajuraho_color: "" + d_b_khalatse_color: "" + d_b_khalkhal_color: "" + d_b_khaluvana_color: "" + d_b_khamar_daban_color: "" + d_b_khambhat_color: "" + d_b_khan_huhiin_color: "" + d_b_khan_khokhii_color: "" + d_b_khandwa_color: "" + d_b_khanijar_color: "" + d_b_khanjargalant_color: "" + d_b_khannesin_color: "" + d_b_khanty-mansiisk_color: "" + d_b_khaplu_color: "" + d_b_khar_us_color: "" + d_b_kharad_color: "" + d_b_kharam-vosh_color: "" + d_b_kharga_color: "" + d_b_khargal_color: "" + d_b_khargone_color: "" + d_b_kharka_color: "" + d_b_kharnabuji_color: "" + d_b_kharsa_color: "" + d_b_khartomor_uul_color: "" + d_b_khasagt_khairkhan_color: "" + d_b_khasht_color: "" + d_b_khawaf_color: "" + d_b_khawaj_color: "" + d_b_khawas_color: "" + d_b_khawr_color: "" + d_b_khawr_baraka_color: "" + d_b_khawr_nubt_color: "" + d_b_khaybar_color: "" + d_b_khaylam_color: "" + d_b_khazana_color: "" + d_b_khazaran_color: "" + d_b_khemchiq_color: "" + d_b_khentii_color: "" + d_b_kheranion_color: "" + d_b_khereeoi_color: "" + d_b_kherla_color: "" + d_b_kherson_color: "" + d_b_khetaka_color: "" + d_b_khijjinga_color: "" + d_b_khilem_khamar_color: "" + d_b_khilgazar_color: "" + d_b_khilok_color: "" + d_b_khin_color: "" + d_b_khindigtik_khol_color: "" + d_b_khinisi_color: "" + d_b_khinjali_color: "" + d_b_khiva_color: "" + d_b_khlat_color: "" + d_b_khodzhakala_color: "" + d_b_khogno_khan_color: "" + d_b_khoidkhiliin_color: "" + d_b_khojand_color: "" + d_b_khokand_color: "" + d_b_khokhoo_color: "" + d_b_kholm_color: "" + d_b_kholm_NOV_color: "" + d_b_kholmogory_color: "" + d_b_khoper_color: "" + d_b_khopyor_color: "" + d_b_khoridol_saridag_color: "" + d_b_khortytsia_color: "" + d_b_khorysdan_color: "" + d_b_khoshk-rud_color: "" + d_b_khost_color: "" + d_b_khotan_color: "" + d_b_khotang_color: "" + d_b_khoton_color: "" + d_b_khoupum_color: "" + d_b_khoyorgol_color: "" + d_b_khubadan_color: "" + d_b_khubayan_color: "" + d_b_khudabad_color: "" + d_b_khudan_BUR_color: "" + d_b_khuftidkan_color: "" + d_b_khuftiyan_color: "" + d_b_khuisiin_naiman_nuur_color: "" + d_b_khuiten_color: "" + d_b_khulays_color: "" + d_b_khuldursgal_color: "" + d_b_khulm_color: "" + d_b_khunaj_color: "" + d_b_khunasira_color: "" + d_b_khur_color: "" + d_b_khurayba_color: "" + d_b_khurel_uul_color: "" + d_b_khurnak_color: "" + d_b_khursa_color: "" + d_b_khusf_color: "" + d_b_khutag_color: "" + d_b_khuwar_color: "" + d_b_khwash_color: "" + d_b_khyarhgas_color: "" + d_b_khyungchu_color: "" + d_b_kiang_color: "" + d_b_kibithu_color: "" + d_b_kibran_color: "" + d_b_kicevo_color: "" + d_b_kidal_color: "" + d_b_kidderminster_color: "" + d_b_kidila_color: "" + d_b_kiel_color: "" + d_b_kielce_color: "" + d_b_kiev_color: "" + d_b_kiia_color: "" + d_b_kiilt_color: "" + d_b_kilcudbrite_color: "" + d_b_kildare_color: "" + d_b_kilkenny_color: "" + d_b_killala_color: "" + d_b_killi_color: "" + d_b_kilmallock_color: "" + d_b_kilmarten_color: "" + d_b_kim_color: "" + d_b_kincardine_color: "" + d_b_kincora_color: "" + d_b_kindaholm_color: "" + d_b_kineshma_color: "" + d_b_kingston_color: "" + d_b_kingui_color: "" + d_b_kinna_color: "" + d_b_kinnevald_color: "" + d_b_kinsale_color: "" + d_b_kintampo_color: "" + d_b_kintus_color: "" + d_b_kiranapura_color: "" + d_b_kiratakupa_color: "" + d_b_kircaldy_color: "" + d_b_kirchberg_color: "" + d_b_kirei_color: "" + d_b_kirenga_color: "" + d_b_kirgichanskaya_color: "" + d_b_kiri-bara_color: "" + d_b_kirikongo_color: "" + d_b_kirillov_color: "" + d_b_kirina_color: "" + d_b_kirishi_color: "" + d_b_kirkuk_color: "" + d_b_kirkwall_color: "" + d_b_kirman_color: "" + d_b_kirriemuir_color: "" + d_b_kirsanov_color: "" + d_b_kirtipur_color: "" + d_b_kish-rudbar_color: "" + d_b_kishm_color: "" + d_b_kishsh_color: "" + d_b_kisi_color: "" + d_b_kiskunhalas_color: "" + d_b_kissi_color: "" + d_b_kita_color: "" + d_b_kitat_color: "" + d_b_kitka_color: "" + d_b_kitoi_color: "" + d_b_kittal_color: "" + d_b_kitzbuhel_color: "" + d_b_kiz_color: "" + d_b_kizir_color: "" + d_b_kizlyar_color: "" + d_b_kjoosonoi_color: "" + d_b_kladovo_color: "" + d_b_kladzko_color: "" + d_b_klagenfurt_color: "" + d_b_klaustur_color: "" + d_b_klenovskaya_color: "" + d_b_klenow_color: "" + d_b_klepiki_color: "" + d_b_kletsk_color: "" + d_b_klevan_color: "" + d_b_kleve_color: "" + d_b_klichen_color: "" + d_b_klimavichy_color: "" + d_b_klin_color: "" + d_b_klingenberg_color: "" + d_b_kljuc_color: "" + d_b_kljucnasani_color: "" + d_b_klodawa_color: "" + d_b_knin_color: "" + d_b_knittelfeld_color: "" + d_b_koardegk_color: "" + d_b_koblenz_color: "" + d_b_kobryn_color: "" + d_b_koca_color: "" + d_b_kodalaka_color: "" + d_b_koflach_color: "" + d_b_kohlu_color: "" + d_b_koima_color: "" + d_b_koivisto_color: "" + d_b_koizak_color: "" + d_b_koja_kul_color: "" + d_b_kojuk_color: "" + d_b_kokahdan_color: "" + d_b_kokasu_color: "" + d_b_kokchetau_color: "" + d_b_kokchetav_color: "" + d_b_kokenois_color: "" + d_b_kokjetau_color: "" + d_b_kokpektinsk_color: "" + d_b_kokpekty_color: "" + d_b_koksengrisor_color: "" + d_b_kokunya_color: "" + d_b_kol_color: "" + d_b_kolachi_color: "" + d_b_kolayat_color: "" + d_b_kolding_color: "" + d_b_kolhapur_color: "" + d_b_kolima_color: "" + d_b_kollam_color: "" + d_b_kollapura_color: "" + d_b_kollipake_color: "" + d_b_kolno_color: "" + d_b_koloberd_color: "" + d_b_kolobrzeg_color: "" + d_b_kolodiazhen_color: "" + d_b_kolokani_color: "" + d_b_kolomna_color: "" + d_b_kolomyia_color: "" + d_b_kolon_color: "" + d_b_koloszvar_color: "" + d_b_koltun_color: "" + d_b_kolychev_color: "" + d_b_kolyn_color: "" + d_b_kolyvan_color: "" + d_b_komarom_color: "" + d_b_kombo_color: "" + d_b_komoe_color: "" + d_b_komorcbanya_color: "" + d_b_kompela_color: "" + d_b_kona_xahar_color: "" + d_b_konarak_color: "" + d_b_konda_ob_color: "" + d_b_kondana_color: "" + d_b_kondo_color: "" + d_b_kondoma_color: "" + d_b_kondoma_MON_color: "" + d_b_konek_color: "" + d_b_konfara_color: "" + d_b_kong_color: "" + d_b_kong-north_color: "" + d_b_kongque_color: "" + d_b_konigsberg_color: "" + d_b_konin_color: "" + d_b_konitsa_color: "" + d_b_konitz_color: "" + d_b_konjic_color: "" + d_b_konko_color: "" + d_b_konkure_color: "" + d_b_konnevesi_color: "" + d_b_konni_color: "" + d_b_kono_color: "" + d_b_konotop_color: "" + d_b_konstanz_color: "" + d_b_kontokoro_color: "" + d_b_kontupohja_color: "" + d_b_konz_color: "" + d_b_kop_golyn_color: "" + d_b_kopal_color: "" + d_b_kopathal_color: "" + d_b_koporna_color: "" + d_b_koporye_color: "" + d_b_koppam_color: "" + d_b_koprivnica_color: "" + d_b_kopsis_color: "" + d_b_kora_color: "" + d_b_korakesion_color: "" + d_b_koralla_color: "" + d_b_korelskoye_color: "" + d_b_korginia_color: "" + d_b_korgon_color: "" + d_b_korhogo_color: "" + d_b_koriakovsky_color: "" + d_b_korienza_color: "" + d_b_koriya_color: "" + d_b_korkai_color: "" + d_b_korla_color: "" + d_b_kormend_color: "" + d_b_koro_color: "" + d_b_koro_toro_color: "" + d_b_korosko_color: "" + d_b_korosko_road_color: "" + d_b_korosten_color: "" + d_b_koroussa_color: "" + d_b_korsun_color: "" + d_b_kos_color: "" + d_b_kos-buwak_color: "" + d_b_kos_biryuk_color: "" + d_b_kos_uba_color: "" + d_b_koscian_color: "" + d_b_kosh_kurbay_color: "" + d_b_koshley_vosh_color: "" + d_b_koshuki_color: "" + d_b_koskul_color: "" + d_b_kosoge_color: "" + d_b_kostanay_color: "" + d_b_kosti_color: "" + d_b_kostroma_color: "" + d_b_kostschin_color: "" + d_b_koszalin_color: "" + d_b_koszeg_color: "" + d_b_kota_color: "" + d_b_kotera_color: "" + d_b_kotivarsa_color: "" + d_b_kotlas_color: "" + d_b_kotokel_color: "" + d_b_kotokol_color: "" + d_b_kotorvaros_color: "" + d_b_kottar_color: "" + d_b_kottayam_color: "" + d_b_kotte_color: "" + d_b_kouande_color: "" + d_b_kouga_color: "" + d_b_kouki_color: "" + d_b_koulajavri_color: "" + d_b_koulikoro_color: "" + d_b_kousseri_color: "" + d_b_koutajoki_color: "" + d_b_kovai_color: "" + d_b_kovaszna_color: "" + d_b_kovel_color: "" + d_b_koy-bagar_color: "" + d_b_kozelsk_color: "" + d_b_kozlov_color: "" + d_b_kozmin_color: "" + d_b_koznik_color: "" + d_b_kpelle_color: "" + d_b_kpessi_color: "" + d_b_kragujevac_color: "" + d_b_krakow_color: "" + d_b_kran_color: "" + d_b_kran_DZU_color: "" + d_b_kranj_color: "" + d_b_krapan_color: "" + d_b_krapina_color: "" + d_b_krasnokamsk_color: "" + d_b_krasnooufimsk_color: "" + d_b_krasnoyarsk_color: "" + d_b_krasny_bor_color: "" + d_b_krasso_color: "" + d_b_kraszna_color: "" + d_b_krateia_color: "" + d_b_kratovo_color: "" + d_b_krawi_color: "" + d_b_krems_color: "" + d_b_kreusnach_color: "" + d_b_kreuz_color: "" + d_b_kreuzburg_color: "" + d_b_kreva_color: "" + d_b_kri_color: "" + d_b_krichim_color: "" + d_b_krishnajanmabhoomi_color: "" + d_b_kriucha_color: "" + d_b_krizevci_color: "" + d_b_krk_color: "" + d_b_krokar_color: "" + d_b_krolu_color: "" + d_b_krom_color: "" + d_b_kromeriz_color: "" + d_b_kronberg_color: "" + d_b_kropot_color: "" + d_b_krsko_color: "" + d_b_kruje_color: "" + d_b_krumlov_color: "" + d_b_krupa_color: "" + d_b_krupanj_color: "" + d_b_krusevac_color: "" + d_b_kruszwica_color: "" + d_b_ktenia_color: "" + d_b_ktis_color: "" + d_b_ku_jeku_color: "" + d_b_kuba_color: "" + d_b_kuban_color: "" + d_b_kubanjan_color: "" + d_b_kubayh_color: "" + d_b_kucevo_color: "" + d_b_kucha_color: "" + d_b_kuchaman_color: "" + d_b_kuchuk_color: "" + d_b_kuclat_color: "" + d_b_kudala_color: "" + d_b_kudalasangama_color: "" + d_b_kudalasangama_bis_color: "" + d_b_kudevan_color: "" + d_b_kudu_color: "" + d_b_kufan_kanawa_color: "" + d_b_kufstein_color: "" + d_b_kugaral_color: "" + d_b_kugunek_color: "" + d_b_kuisugu_color: "" + d_b_kukawa_color: "" + d_b_kukes_color: "" + d_b_kukiya_color: "" + d_b_kukkutapada_color: "" + d_b_kukullovar_color: "" + d_b_kula_color: "" + d_b_kulan_utmas_color: "" + d_b_kulandy_color: "" + d_b_kulango_color: "" + d_b_kulema_color: "" + d_b_kulfo_color: "" + d_b_kuliya_color: "" + d_b_kulm_color: "" + d_b_kulmbach_color: "" + d_b_kulris_color: "" + d_b_kulunda_color: "" + d_b_kum-sebszen_color: "" + d_b_kum_sai_color: "" + d_b_kumarhati_color: "" + d_b_kumasi_color: "" + d_b_kumayri_color: "" + d_b_kumbi_color: "" + d_b_kumertau_color: "" + d_b_kumstan_color: "" + d_b_kumtag_color: "" + d_b_kumukh_color: "" + d_b_kumya_color: "" + d_b_kumych_color: "" + d_b_kunar_color: "" + d_b_kundi_color: "" + d_b_kundina_color: "" + d_b_kundina_SOUTHINDIA_color: "" + d_b_kungahalla_color: "" + d_b_kunges_color: "" + d_b_kunggar_color: "" + d_b_kunglung_color: "" + d_b_kungtang_color: "" + d_b_kungur_color: "" + d_b_kuniki_color: "" + d_b_kunjah_color: "" + d_b_kunjakari_color: "" + d_b_kunjan_color: "" + d_b_kuntun_kul_color: "" + d_b_kuozhou_color: "" + d_b_kura_color: "" + d_b_kuramora_color: "" + d_b_kuranka_color: "" + d_b_kurchum_color: "" + d_b_kurdai_color: "" + d_b_kurdar_color: "" + d_b_kuressare_color: "" + d_b_kurgan_color: "" + d_b_kurguni_color: "" + d_b_kurgus_color: "" + d_b_kuria_color: "" + d_b_kurk_color: "" + d_b_kurkat_color: "" + d_b_kurkath_color: "" + d_b_kurmaed_color: "" + d_b_kursara_color: "" + d_b_kursk_color: "" + d_b_kurtan_color: "" + d_b_kurtoed_color: "" + d_b_kurtysh_color: "" + d_b_kurunagala_color: "" + d_b_kurundaka_color: "" + d_b_kush-murun_color: "" + d_b_kushaniya_color: "" + d_b_kushmaihan_color: "" + d_b_kusinagara_color: "" + d_b_kustranda_color: "" + d_b_kusumi_color: "" + d_b_kusuy_color: "" + d_b_kutaisi_color: "" + d_b_kutamych_color: "" + d_b_kuthba_color: "" + d_b_kutigi_color: "" + d_b_kutina_color: "" + d_b_kutlovitsa_color: "" + d_b_kutukan_ondort_color: "" + d_b_kutulo_color: "" + d_b_kutur-ogly_color: "" + d_b_kuusama_color: "" + d_b_kuusema_color: "" + d_b_kuvalala_color: "" + d_b_kuweib_color: "" + d_b_kuytun_color: "" + d_b_kuzalatau_color: "" + d_b_kuzeytorg_color: "" + d_b_kuznetsk_color: "" + d_b_kuztom_color: "" + d_b_kvara_color: "" + d_b_kwahu-south_color: "" + d_b_kwang_color: "" + d_b_kwararafa_color: "" + d_b_kweni_color: "" + d_b_kweni-east_color: "" + d_b_kyadya_color: "" + d_b_kyakyaru_color: "" + d_b_kyaukse_color: "" + d_b_kyin_color: "" + d_b_kyle_color: "" + d_b_kymyl_tey_color: "" + d_b_kyngarga_color: "" + d_b_kypsela_color: "" + d_b_kytkol_color: "" + d_b_kyunglung_color: "" + d_b_kyz_imchik_color: "" + d_b_kyzikos_color: "" + d_b_kyzistra_color: "" + d_b_kyzyl-kan_color: "" + d_b_kyzyl-su_color: "" + d_b_kyzyl_cheku_color: "" + d_b_kyzyl_jar_color: "" + d_b_kyzyl_kusku_color: "" + d_b_kyzyl_ray_color: "" + d_b_kyzyl_suu_color: "" + d_b_kyzyl_yar_color: "" + d_b_la_fleche_color: "" + d_b_la_haye_color: "" + d_b_la_peyrade_color: "" + d_b_la_roche_color: "" + d_b_la_rochelle_color: "" + d_b_la_salle_color: "" + d_b_la_teste_de_buch_color: "" + d_b_la_tour_color: "" + d_b_la_tremouille_color: "" + d_b_laa_color: "" + d_b_laa_baol_color: "" + d_b_laadrada_color: "" + d_b_laas_qoray_color: "" + d_b_labda_color: "" + d_b_labe_color: "" + d_b_labiau_color: "" + d_b_labin_color: "" + d_b_labrang_color: "" + d_b_lacedaemonia_color: "" + d_b_lachyk-uba_color: "" + d_b_lacko_color: "" + d_b_ladhir_color: "" + d_b_ladnu_color: "" + d_b_ladoga_color: "" + d_b_ladoi_color: "" + d_b_ladyzyn_color: "" + d_b_lafak_color: "" + d_b_lafana_color: "" + d_b_laft_color: "" + d_b_lag_dera_color: "" + d_b_lagania_color: "" + d_b_laggujakka_color: "" + d_b_lagh_bogal_color: "" + d_b_lagos_color: "" + d_b_lagowa_color: "" + d_b_lahij_color: "" + d_b_lahishyn_color: "" + d_b_laholm_color: "" + d_b_lahoysk_color: "" + d_b_lahti_color: "" + d_b_lahur_color: "" + d_b_laia_color: "" + d_b_lairi_color: "" + d_b_lais_color: "" + d_b_lajara_color: "" + d_b_lak_bor_color: "" + d_b_lakhimpur_color: "" + d_b_lakhnau_color: "" + d_b_lakhnor_color: "" + d_b_lakhota_color: "" + d_b_laksmanavati_color: "" + d_b_lalganj_color: "" + d_b_lalibela_color: "" + d_b_lalitpur_color: "" + d_b_lalpur_color: "" + d_b_lambaye_color: "" + d_b_lamego_color: "" + d_b_lamghan_color: "" + d_b_lampsakos_color: "" + d_b_lamych_color: "" + d_b_lanark_color: "" + d_b_lanba_color: "" + d_b_lancaster_color: "" + d_b_lanciano_color: "" + d_b_landay_color: "" + d_b_landsberg_color: "" + d_b_langades_color: "" + d_b_langarkanan_color: "" + d_b_langeac_color: "" + d_b_langon_color: "" + d_b_langres_color: "" + d_b_lanjika_color: "" + d_b_lanzarote_color: "" + d_b_laodamogou_color: "" + d_b_laodikeia_color: "" + d_b_laon_color: "" + d_b_laposbanya_color: "" + d_b_lapueblademontalban_color: "" + d_b_lapusna_color: "" + d_b_lar_color: "" + d_b_laranalia_color: "" + d_b_larijan_color: "" + d_b_larino_color: "" + d_b_larissa_color: "" + d_b_larkana_color: "" + d_b_larung_color: "" + d_b_lasta_color: "" + d_b_latakia_color: "" + d_b_lattalura_color: "" + d_b_laufen_color: "" + d_b_laukental_color: "" + d_b_laukitten_color: "" + d_b_launceston_color: "" + d_b_launggyet_color: "" + d_b_lausanne_color: "" + d_b_lautenburg_color: "" + d_b_lauterbach_color: "" + d_b_laval_color: "" + d_b_lawdar_color: "" + d_b_le_lude_color: "" + d_b_le_mans_color: "" + d_b_le_puy_color: "" + d_b_leal_color: "" + d_b_leba_color: "" + d_b_lebedos_color: "" + d_b_lebno_color: "" + d_b_lebus_color: "" + d_b_lecce_color: "" + d_b_lechrain_color: "" + d_b_lectoure_color: "" + d_b_leczyca_color: "" + d_b_ledu_color: "" + d_b_leeds_color: "" + d_b_leer_color: "" + d_b_leeuwarden_color: "" + d_b_legnica_color: "" + d_b_leh_color: "" + d_b_lehnin_color: "" + d_b_leicester_color: "" + d_b_leightonstone_color: "" + d_b_leipzig_color: "" + d_b_leiria_color: "" + d_b_leisning_color: "" + d_b_lejjavvr_color: "" + d_b_lejlotka_color: "" + d_b_leksand_color: "" + d_b_lelchytsy_color: "" + d_b_lele_color: "" + d_b_lemisele_color: "" + d_b_lemnos_color: "" + d_b_lena_color: "" + d_b_lengenfeld_color: "" + d_b_lenggu_color: "" + d_b_lenghu_color: "" + d_b_lennewarden_color: "" + d_b_lentini_color: "" + d_b_leo_color: "" + d_b_leoben_color: "" + d_b_leon_color: "" + d_b_leonfelden_color: "" + d_b_leonsberg_color: "" + d_b_lepsink_color: "" + d_b_leraba_color: "" + d_b_lerma_color: "" + d_b_lessinia_color: "" + d_b_letenye_color: "" + d_b_letningen_color: "" + d_b_leuchtenburg_color: "" + d_b_leuven_color: "" + d_b_levadia_color: "" + d_b_levanluhta_color: "" + d_b_lewes_color: "" + d_b_lewis_color: "" + d_b_leylan_color: "" + d_b_lezhe_color: "" + d_b_lhagang_color: "" + d_b_lhagcang_color: "" + d_b_lhari_color: "" + d_b_lhasa_color: "" + d_b_lhatok_color: "" + d_b_lhaxi_color: "" + d_b_lhaze_color: "" + d_b_lhomar_color: "" + d_b_lhorong_color: "" + d_b_lhozhag_color: "" + d_b_lhuentse_color: "" + d_b_lhunze_color: "" + d_b_lhunzhub_color: "" + d_b_liangzhou_color: "" + d_b_liaotun_color: "" + d_b_libtripoli_color: "" + d_b_lichtberg_color: "" + d_b_lichtenfels_color: "" + d_b_lida_color: "" + d_b_lidh_color: "" + d_b_lidoriki_color: "" + d_b_liebnitz_color: "" + d_b_liege_color: "" + d_b_lienz_color: "" + d_b_liezen_color: "" + d_b_liguri_color: "" + d_b_liinmaa_color: "" + d_b_lille_color: "" + d_b_lima_color: "" + d_b_limba_color: "" + d_b_limbourg_color: "" + d_b_limburg_color: "" + d_b_limerick_color: "" + d_b_limia_color: "" + d_b_liminka_color: "" + d_b_limisol_color: "" + d_b_limoges_color: "" + d_b_limoux_color: "" + d_b_limyra_color: "" + d_b_lina_color: "" + d_b_lincoln_color: "" + d_b_lindholm_color: "" + d_b_lindisfarne_color: "" + d_b_lindos_color: "" + d_b_lindow_color: "" + d_b_lingshet_color: "" + d_b_lingti_color: "" + d_b_lingtsang_color: "" + d_b_linguere_color: "" + d_b_liniek_color: "" + d_b_linlithgow_color: "" + d_b_linten_color: "" + d_b_linz_color: "" + d_b_linze_color: "" + d_b_liongby_color: "" + d_b_lipetsk_color: "" + d_b_lippa_color: "" + d_b_lippe_color: "" + d_b_lippstadt_color: "" + d_b_liptoujvar_color: "" + d_b_lisboa_color: "" + d_b_lisieux_color: "" + d_b_lister_color: "" + d_b_litang_color: "" + d_b_litomerice_color: "" + d_b_liubachev_color: "" + d_b_liubashivka_color: "" + d_b_liubeshiv_color: "" + d_b_liunga_color: "" + d_b_livkand_color: "" + d_b_livorno_color: "" + d_b_liw_color: "" + d_b_lizarra_color: "" + d_b_lizhensk_color: "" + d_b_lizmajarvi_color: "" + d_b_ljubljana_color: "" + d_b_llandovery_color: "" + d_b_llandrindod_color: "" + d_b_llandudno_color: "" + d_b_lleida_color: "" + d_b_llivia_color: "" + d_b_llyn_color: "" + d_b_lobdaburg_color: "" + d_b_lobez_color: "" + d_b_lobi_color: "" + d_b_loches_color: "" + d_b_lodeve_color: "" + d_b_lodi_color: "" + d_b_lodose_color: "" + d_b_lodz_color: "" + d_b_logone-birni_color: "" + d_b_logrono_color: "" + d_b_loket_color: "" + d_b_lokhrytsia_color: "" + d_b_loknya_color: "" + d_b_lokoja_color: "" + d_b_lokot_color: "" + d_b_lolog_color: "" + d_b_lom_color: "" + d_b_lomagne_color: "" + d_b_lome_color: "" + d_b_lomond_color: "" + d_b_lomza_color: "" + d_b_london_color: "" + d_b_longbaoco_color: "" + d_b_longcheng_color: "" + d_b_longford_color: "" + d_b_lonigo_color: "" + d_b_lons_le_saunier_color: "" + d_b_lopadion_color: "" + d_b_lopshenga_color: "" + d_b_loralai_color: "" + d_b_lorca_color: "" + d_b_loredo_color: "" + d_b_lori_color: "" + d_b_lorient_color: "" + d_b_loropeni_color: "" + d_b_losonc_color: "" + d_b_lotoshino_color: "" + d_b_lotzen_color: "" + d_b_loudun_color: "" + d_b_loulan_color: "" + d_b_lovech_color: "" + d_b_lowenstein_color: "" + d_b_lower_dawa_color: "" + d_b_lower_grebo_color: "" + d_b_lower_guara_color: "" + d_b_lower_jubba_color: "" + d_b_lower_karran_color: "" + d_b_lower_kutulo_color: "" + d_b_lower_lobo_color: "" + d_b_lower_nugaal_color: "" + d_b_lower_nyene_color: "" + d_b_lower_odib_color: "" + d_b_lower_omo_color: "" + d_b_lower_togdheer_color: "" + d_b_lowicz_color: "" + d_b_lozova_color: "" + d_b_luacchagiri_color: "" + d_b_luarca_color: "" + d_b_lubben_color: "" + d_b_lubeck_color: "" + d_b_lublin_color: "" + d_b_lubliniec_color: "" + d_b_lubny_color: "" + d_b_luboml_color: "" + d_b_lucca_color: "" + d_b_lucera_color: "" + d_b_lucerne_color: "" + d_b_luch_color: "" + d_b_luchow_color: "" + d_b_ludlow_color: "" + d_b_ludrava_color: "" + d_b_luga_color: "" + d_b_lugo_color: "" + d_b_lugos_color: "" + d_b_luigne_color: "" + d_b_lujavvr_color: "" + d_b_luki_color: "" + d_b_lukoml_color: "" + d_b_lukow_color: "" + d_b_lumbini_color: "" + d_b_lunang_color: "" + d_b_lund_color: "" + d_b_lund_nandana_color: "" + d_b_luneburg_color: "" + d_b_lunggar_color: "" + d_b_luni_color: "" + d_b_luninets_color: "" + d_b_luntai_color: "" + d_b_luokta_color: "" + d_b_lupfen_color: "" + d_b_luqu_color: "" + d_b_lure_color: "" + d_b_lurijan_color: "" + d_b_lusignan_color: "" + d_b_lusspie_color: "" + d_b_luton_color: "" + d_b_lutsk_color: "" + d_b_luuq_color: "" + d_b_luxembourg_color: "" + d_b_lviv_color: "" + d_b_lyck_color: "" + d_b_lykandos_color: "" + d_b_lyme_color: "" + d_b_lynn_color: "" + d_b_lyon_color: "" + d_b_lystra_color: "" + d_b_lysva_color: "" + d_b_lyuban_color: "" + d_b_lyubech_color: "" + d_b_lyubim_color: "" + d_b_lyukum_color: "" + d_b_lyutitsa_color: "" + d_b_maab_color: "" + d_b_maan_color: "" + d_b_maanselka_color: "" + d_b_maasilinna_color: "" + d_b_maastricht_color: "" + d_b_macclesfield_color: "" + d_b_macenta_color: "" + d_b_macerata_color: "" + d_b_machu_color: "" + d_b_macon_color: "" + d_b_macva_color: "" + d_b_madan_color: "" + d_b_madas_color: "" + d_b_madaya_color: "" + d_b_madekali_color: "" + d_b_madhupur_color: "" + d_b_madila_color: "" + d_b_madin-an-naqira_color: "" + d_b_madinat_sulaym_color: "" + d_b_madminiya_color: "" + d_b_madoi_color: "" + d_b_madrid_color: "" + d_b_madurai_color: "" + d_b_madyan_color: "" + d_b_maestrazgo_color: "" + d_b_mafindi-kabaya_color: "" + d_b_magampura_color: "" + d_b_magdeburg_color: "" + d_b_maghas_color: "" + d_b_maghun_color: "" + d_b_maglaj_color: "" + d_b_maglen_color: "" + d_b_magnopolis_color: "" + d_b_magra_color: "" + d_b_magwe_color: "" + d_b_mahal_color: "" + d_b_mahamuni_color: "" + d_b_mahas_color: "" + d_b_mahasthangarh_color: "" + d_b_mahdiya_color: "" + d_b_mahiyangana_color: "" + d_b_mahoba_color: "" + d_b_mahoyadapuram_color: "" + d_b_mahur_color: "" + d_b_maials_color: "" + d_b_maibong_color: "" + d_b_maibud_color: "" + d_b_maihana_color: "" + d_b_main_color: "" + d_b_mainamati_color: "" + d_b_maingmaw_color: "" + d_b_mainling_color: "" + d_b_mainpu_color: "" + d_b_mainz_color: "" + d_b_mait_color: "" + d_b_majar_color: "" + d_b_makari_color: "" + d_b_makariev_color: "" + d_b_makhir_color: "" + d_b_makisin_color: "" + d_b_makit_color: "" + d_b_makka_color: "" + d_b_makrana_color: "" + d_b_maksi_color: "" + d_b_maku_color: "" + d_b_maladzyechna_color: "" + d_b_malaga_color: "" + d_b_malagon_color: "" + d_b_malaia_skvirka_color: "" + d_b_malamacco_color: "" + d_b_malandra_color: "" + d_b_malappuram_color: "" + d_b_malashuyka_color: "" + d_b_malaya_rata_color: "" + d_b_malayagiri_color: "" + d_b_malboden_color: "" + d_b_maldon_color: "" + d_b_malenga_color: "" + d_b_maleshevo_color: "" + d_b_malha_color: "" + d_b_malin_color: "" + d_b_malkangiri_color: "" + d_b_mallus_color: "" + d_b_malmesbury_color: "" + d_b_maloi_irghiz_color: "" + d_b_malta_color: "" + d_b_mamadych_color: "" + d_b_mamakhondii_color: "" + d_b_mamallapuram_color: "" + d_b_mamlyutka_color: "" + d_b_mampon_color: "" + d_b_man_color: "" + d_b_mana_MON_color: "" + d_b_manaka_color: "" + d_b_manan_color: "" + d_b_manas_color: "" + d_b_manatau_color: "" + d_b_manbij_color: "" + d_b_mancherial_color: "" + d_b_mandapika_color: "" + d_b_mandasa_color: "" + d_b_mandavyapura_color: "" + d_b_mandawar_color: "" + d_b_mandestan_color: "" + d_b_mandla_color: "" + d_b_mandrael_color: "" + d_b_maner_color: "" + d_b_manfalut_color: "" + d_b_manga_color: "" + d_b_mangalavada_color: "" + d_b_mangalia_color: "" + d_b_mangalur_color: "" + d_b_mangnai_color: "" + d_b_mangra_color: "" + d_b_mangrol_color: "" + d_b_mani_color: "" + d_b_manigango_color: "" + d_b_manikpur_color: "" + d_b_manikuta_color: "" + d_b_manina_color: "" + d_b_manipur_color: "" + d_b_mankera_color: "" + d_b_mankessim_color: "" + d_b_mankiala_color: "" + d_b_mannar_color: "" + d_b_manon_color: "" + d_b_manresa_color: "" + d_b_mansfeld_color: "" + d_b_manso_nkwanta_color: "" + d_b_mansoa_color: "" + d_b_mansura_color: "" + d_b_mansuriya_color: "" + d_b_mantes_color: "" + d_b_manthang_color: "" + d_b_mantua_color: "" + d_b_manturovo_color: "" + d_b_manujan_color: "" + d_b_manyakheta_color: "" + d_b_manyapura_color: "" + d_b_manych_color: "" + d_b_manzikert_color: "" + d_b_manzurka_color: "" + d_b_mao_darfur_color: "" + d_b_maowun_color: "" + d_b_mapan_color: "" + d_b_maqen_color: "" + d_b_maqna_color: "" + d_b_maqu_color: "" + d_b_maqueda_color: "" + d_b_mar_color: "" + d_b_mara_color: "" + d_b_mara_kisi_color: "" + d_b_maragha_color: "" + d_b_maralbeshi_color: "" + d_b_maramarossziget_color: "" + d_b_marand_color: "" + d_b_marandet_color: "" + d_b_marandi_color: "" + d_b_maras_color: "" + d_b_marash_color: "" + d_b_maratea_color: "" + d_b_marawa_color: "" + d_b_marba_color: "" + d_b_marburg_color: "" + d_b_marchu_color: "" + d_b_mardali_color: "" + d_b_mardin_color: "" + d_b_mareeg_color: "" + d_b_marehan-north_color: "" + d_b_marehan-south_color: "" + d_b_margai_color: "" + d_b_marghinan_color: "" + d_b_margi_color: "" + d_b_mari-turek_color: "" + d_b_mariazell_color: "" + d_b_maribor_color: "" + d_b_marienburg_color: "" + d_b_mariupol_color: "" + d_b_marj-rahit_color: "" + d_b_mark_color: "" + d_b_marka_color: "" + d_b_markam_color: "" + d_b_marle_color: "" + d_b_marosvasarhely_color: "" + d_b_marquardstein_color: "" + d_b_marrakesh_color: "" + d_b_marran_color: "" + d_b_marrong_color: "" + d_b_marsabit_color: "" + d_b_marsafarukh_color: "" + d_b_marsan_color: "" + d_b_marseille_color: "" + d_b_marsetten_color: "" + d_b_martigny_color: "" + d_b_martyropolis_color: "" + d_b_marv-ar-rud_color: "" + d_b_marvejols_color: "" + d_b_marya_color: "" + d_b_masa_color: "" + d_b_masa_fasher_color: "" + d_b_masalit_color: "" + d_b_masau_color: "" + d_b_maselk_color: "" + d_b_mashiz_color: "" + d_b_mashki_color: "" + d_b_mashkuya_color: "" + d_b_mashqar_color: "" + d_b_masila_color: "" + d_b_masin_color: "" + d_b_maskiyana_color: "" + d_b_massa_color: "" + d_b_massawa_color: "" + d_b_massenya_color: "" + d_b_mastang_color: "" + d_b_masur_color: "" + d_b_masyaf_color: "" + d_b_mat_color: "" + d_b_matale_color: "" + d_b_matamuhuri_color: "" + d_b_matankari_color: "" + d_b_matara_color: "" + d_b_matara-iraq_color: "" + d_b_matera_color: "" + d_b_mathura_color: "" + d_b_matiari_color: "" + d_b_mato_color: "" + d_b_matrah_color: "" + d_b_matrei_color: "" + d_b_mattija_color: "" + d_b_matya_color: "" + d_b_mau_color: "" + d_b_maukkadaw_color: "" + d_b_maulevrier_color: "" + d_b_mautan_tas_color: "" + d_b_mavrouda_color: "" + d_b_mawlamyine_color: "" + d_b_mawli_color: "" + d_b_mawqaq_color: "" + d_b_mawza_color: "" + d_b_maybole_color: "" + d_b_maydara_color: "" + d_b_mayenne_color: "" + d_b_mayin_color: "" + d_b_mayyafariqin_color: "" + d_b_maza_color: "" + d_b_mazaghan_color: "" + d_b_mazara_color: "" + d_b_mazdaqan_color: "" + d_b_mazduran_color: "" + d_b_mazinan_color: "" + d_b_mazongshan_color: "" + d_b_mazyr_color: "" + d_b_mbara_color: "" + d_b_mboune_color: "" + d_b_mboynane_color: "" + d_b_mbul_color: "" + d_b_meaux_color: "" + d_b_mecheria_color: "" + d_b_mechuka_color: "" + d_b_medak_color: "" + d_b_medantaka_color: "" + d_b_medea_color: "" + d_b_medellin_color: "" + d_b_medemblik_color: "" + d_b_medeniken_color: "" + d_b_medinaceli_color: "" + d_b_medinadelcampo_color: "" + d_b_medinadepomar_color: "" + d_b_medoc_color: "" + d_b_medog_color: "" + d_b_megara_color: "" + d_b_mege_color: "" + d_b_mehadia_color: "" + d_b_mehidpur_color: "" + d_b_meissen_color: "" + d_b_mekhar_color: "" + d_b_mekhtar_color: "" + d_b_mekkhaya_color: "" + d_b_meknes_color: "" + d_b_mekrou_color: "" + d_b_melay_color: "" + d_b_meldi_color: "" + d_b_melfi_color: "" + d_b_melfi_sao_color: "" + d_b_melide_color: "" + d_b_melilla_color: "" + d_b_melitene_color: "" + d_b_melle_color: "" + d_b_melnik_color: "" + d_b_melnikpirin_color: "" + d_b_melpadi_color: "" + d_b_melton_color: "" + d_b_melun_color: "" + d_b_memar_color: "" + d_b_memel_color: "" + d_b_memmingen_color: "" + d_b_mende_color: "" + d_b_meneith_color: "" + d_b_menorca_color: "" + d_b_mentesa_color: "" + d_b_menzelinsk_color: "" + d_b_meppen_color: "" + d_b_mercaeur_color: "" + d_b_mercara_color: "" + d_b_mergao_color: "" + d_b_mergentheim_color: "" + d_b_merida_color: "" + d_b_merikarvia_color: "" + d_b_merke_color: "" + d_b_merkine_color: "" + d_b_mersenburg_color: "" + d_b_mertola_color: "" + d_b_merv_color: "" + d_b_mesembria_color: "" + d_b_messina_color: "" + d_b_messukyla_color: "" + d_b_mestre_color: "" + d_b_metz_color: "" + d_b_metzovo_color: "" + d_b_mezeshka_color: "" + d_b_mezhybozhe_color: "" + d_b_mezieres_color: "" + d_b_mglin_color: "" + d_b_miastko_color: "" + d_b_michalowo_color: "" + d_b_midaeum_color: "" + d_b_midaeum_OPSI_color: "" + d_b_middelburg_color: "" + d_b_middelfart_color: "" + d_b_middle_atbara_color: "" + d_b_middle_awash_color: "" + d_b_middle_nzi_color: "" + d_b_middle_shebelle_color: "" + d_b_middle_tano_color: "" + d_b_midnapore_color: "" + d_b_miedzyrzecz_color: "" + d_b_mielec_color: "" + d_b_migri_color: "" + d_b_mihrijan_color: "" + d_b_miirchun_color: "" + d_b_mijdal_color: "" + d_b_mikashevichy_color: "" + d_b_mikkeli_color: "" + d_b_mikulov_color: "" + d_b_mila_color: "" + d_b_mila_satif_color: "" + d_b_mila_tibet_color: "" + d_b_milano_color: "" + d_b_miletopolis_color: "" + d_b_miletus_color: "" + d_b_milevsko_color: "" + d_b_miliez_color: "" + d_b_miliyana_color: "" + d_b_millau_color: "" + d_b_millerovo_color: "" + d_b_miltou_color: "" + d_b_mimizan_color: "" + d_b_minbu_color: "" + d_b_minden_color: "" + d_b_mindif_color: "" + d_b_mingachevir_color: "" + d_b_minggam_color: "" + d_b_mingiu_color: "" + d_b_minimarg_color: "" + d_b_minle_color: "" + d_b_minna_color: "" + d_b_minsk_color: "" + d_b_minuf_color: "" + d_b_mir_rukan_color: "" + d_b_miraj_color: "" + d_b_miran_color: "" + d_b_miranda_do_duoro_color: "" + d_b_mirandadeebro_color: "" + d_b_mirath_color: "" + d_b_mirba_color: "" + d_b_mirnyy_color: "" + d_b_mirpur_khas_color: "" + d_b_miskolc_color: "" + d_b_missour_color: "" + d_b_mistea_color: "" + d_b_mistelbach_color: "" + d_b_mistra_color: "" + d_b_misurata_color: "" + d_b_mitau_color: "" + d_b_mithila_color: "" + d_b_miyan-rudan_color: "" + d_b_mizdahqan_color: "" + d_b_mockern_color: "" + d_b_moda_color: "" + d_b_modena_color: "" + d_b_modhera_color: "" + d_b_modo-bartik_color: "" + d_b_modon_color: "" + d_b_modra_color: "" + d_b_modrus_color: "" + d_b_moers_color: "" + d_b_mofd_afdzalkhan_color: "" + d_b_mogadishu_color: "" + d_b_mogadouro_color: "" + d_b_mogao_color: "" + d_b_mohacs_color: "" + d_b_mohadavasaka_color: "" + d_b_mohenjo_daro_color: "" + d_b_moherak_color: "" + d_b_mohrungen_color: "" + d_b_moklekov_color: "" + d_b_mokro_color: "" + d_b_mole_south_color: "" + d_b_molibay_color: "" + d_b_molina_color: "" + d_b_mologa_color: "" + d_b_moltsog_els_color: "" + d_b_molungr_color: "" + d_b_momeik_color: "" + d_b_monaco_color: "" + d_b_monastir_color: "" + d_b_mondonedo_color: "" + d_b_mondovi_color: "" + d_b_monemvasia_color: "" + d_b_monfortedelemos_color: "" + d_b_mong_pai_color: "" + d_b_mongar_color: "" + d_b_monicer_color: "" + d_b_monkh_saridag_color: "" + d_b_monmouth_color: "" + d_b_mons_color: "" + d_b_montagnana_color: "" + d_b_montaigu_color: "" + d_b_montalcino_color: "" + d_b_montanejos_color: "" + d_b_montargis_color: "" + d_b_montauban_color: "" + d_b_montbard_color: "" + d_b_montbel_color: "" + d_b_montbelliard_color: "" + d_b_montbrison_color: "" + d_b_monte_faro_color: "" + d_b_monte_sole_color: "" + d_b_montefeltro_color: "" + d_b_monteil_color: "" + d_b_montemor_color: "" + d_b_montereau_color: "" + d_b_monterrei_color: "" + d_b_montfort_color: "" + d_b_montignac_color: "" + d_b_montlaur_color: "" + d_b_montlhery_color: "" + d_b_montlucon_color: "" + d_b_montpellier_color: "" + d_b_montpensier_color: "" + d_b_montreuil_color: "" + d_b_montreuil_sur_mer_color: "" + d_b_monza_color: "" + d_b_monzon_color: "" + d_b_mopti_color: "" + d_b_moqor_color: "" + d_b_mor_color: "" + d_b_mora_color: "" + d_b_mora-awssa_color: "" + d_b_moraca_color: "" + d_b_morarna_color: "" + d_b_morava_color: "" + d_b_morchansk_color: "" + d_b_mori_kliringiin_color: "" + d_b_moribugu_color: "" + d_b_morin_tolochai_color: "" + d_b_moron_color: "" + d_b_morshing_color: "" + d_b_mortain_color: "" + d_b_morteau_color: "" + d_b_mortlach_color: "" + d_b_morvan_color: "" + d_b_morvi_color: "" + d_b_mosbach_color: "" + d_b_moshi_color: "" + d_b_moskva_color: "" + d_b_moson_color: "" + d_b_moson_kholtos_color: "" + d_b_mostar_color: "" + d_b_mostovskoye_color: "" + d_b_mosul_color: "" + d_b_mosynopolis_color: "" + d_b_moti_mahal_color: "" + d_b_motril_color: "" + d_b_mouhoun_color: "" + d_b_moulins_color: "" + d_b_moura_color: "" + d_b_moutiers_color: "" + d_b_moyar_color: "" + d_b_mozhaysk_color: "" + d_b_mozhga_color: "" + d_b_mrassu_color: "" + d_b_mrauk_u_color: "" + d_b_mrira_color: "" + d_b_mstislavl_color: "" + d_b_mtensk_color: "" + d_b_mtskheta_color: "" + d_b_muaskar_color: "" + d_b_mudgagiri_color: "" + d_b_mudgal_color: "" + d_b_mudivemu_color: "" + d_b_mudug-north_color: "" + d_b_mudug-south_color: "" + d_b_muetkk_color: "" + d_b_mugar_color: "" + d_b_muhlhausen_color: "" + d_b_muhu_color: "" + d_b_muji_color: "" + d_b_mujib_color: "" + d_b_mukalla_color: "" + d_b_mukhor_color: "" + d_b_muktinath_color: "" + d_b_mukzhung_color: "" + d_b_mulhouse_color: "" + d_b_mull_color: "" + d_b_mullaitivu_color: "" + d_b_multan_color: "" + d_b_muluvagil_color: "" + d_b_mumo_color: "" + d_b_munchen_color: "" + d_b_munchsmunster_color: "" + d_b_munden_color: "" + d_b_munesa_color: "" + d_b_mungeli_color: "" + d_b_mungun_taiga_color: "" + d_b_munio_color: "" + d_b_munjan_color: "" + d_b_munk_color: "" + d_b_munkacz_color: "" + d_b_munkh_khairkhan_color: "" + d_b_munster_color: "" + d_b_muralziyan_color: "" + d_b_murany_color: "" + d_b_murat_color: "" + d_b_murau_color: "" + d_b_murcia_color: "" + d_b_muret_color: "" + d_b_murghab_color: "" + d_b_muri_color: "" + d_b_murje_color: "" + d_b_murom_color: "" + d_b_murun_tomis_color: "" + d_b_murviedro_color: "" + d_b_murwab_color: "" + d_b_murzuk_color: "" + d_b_murzzuschlag_color: "" + d_b_mus_tagh_color: "" + d_b_musadugu_color: "" + d_b_musala_color: "" + d_b_musanagar_color: "" + d_b_musandam_color: "" + d_b_musari_color: "" + d_b_musaymir_color: "" + d_b_muscat_color: "" + d_b_musch_color: "" + d_b_mushangi_color: "" + d_b_mushun_color: "" + d_b_mustahil_color: "" + d_b_mustasaari_color: "" + d_b_mut_color: "" + d_b_mutfili_color: "" + d_b_muttina_color: "" + d_b_muya_color: "" + d_b_myanaung_color: "" + d_b_myangan_yamaat_color: "" + d_b_myaungmya_color: "" + d_b_myede_color: "" + d_b_myedu_color: "" + d_b_myinmu_color: "" + d_b_myitche_color: "" + d_b_mylasa_color: "" + d_b_myory_color: "" + d_b_myra_color: "" + d_b_myrhorod_color: "" + d_b_mytilene_color: "" + d_b_naani_color: "" + d_b_nabadwipa_color: "" + d_b_naband_color: "" + d_b_nabeul_color: "" + d_b_nablus_color: "" + d_b_naddula_color: "" + d_b_nador_color: "" + d_b_nadruma_color: "" + d_b_naestved_color: "" + d_b_naffis_color: "" + d_b_nafta_color: "" + d_b_naga_color: "" + d_b_nagahrada_color: "" + d_b_nagapattinam_color: "" + d_b_nagarahara_color: "" + d_b_nagarze_color: "" + d_b_nagauda_color: "" + d_b_nagchu_color: "" + d_b_nagormo_color: "" + d_b_nagpur_color: "" + d_b_nagybanya_color: "" + d_b_nagyberezna_color: "" + d_b_nagyboszormeny_color: "" + d_b_nagyhalmagy_color: "" + d_b_nagykaroly_color: "" + d_b_nagylak_color: "" + d_b_nagyszeben_color: "" + d_b_nagyszolos_color: "" + d_b_nagyvarad_color: "" + d_b_nahr_simmara_color: "" + d_b_naimisa_color: "" + d_b_nain_color: "" + d_b_naissos_color: "" + d_b_najera_color: "" + d_b_najm_color: "" + d_b_najran_color: "" + d_b_nakanbe_color: "" + d_b_nakhshab_color: "" + d_b_naklo_color: "" + d_b_nako_color: "" + d_b_nakoleia_color: "" + d_b_nakorzan_color: "" + d_b_nakskov_color: "" + d_b_nakur_color: "" + d_b_naldurg_color: "" + d_b_nalgonda_color: "" + d_b_nalrajar_garh_color: "" + d_b_naltar_color: "" + d_b_nalu_color: "" + d_b_nalut_color: "" + d_b_namandirou_color: "" + d_b_namastau_color: "" + d_b_namling_color: "" + d_b_namnan_uul_color: "" + d_b_namtang_color: "" + d_b_namur_color: "" + d_b_nancy_color: "" + d_b_nandagiri_color: "" + d_b_nandana_color: "" + d_b_nandapur_color: "" + d_b_nanded_color: "" + d_b_nandgram_color: "" + d_b_nandi_color: "" + d_b_nandurbar_color: "" + d_b_nang_color: "" + d_b_nangali_color: "" + d_b_nangqen_color: "" + d_b_nanhu_color: "" + d_b_nanhu_TARIM_color: "" + d_b_nantes_color: "" + d_b_nanumba_color: "" + d_b_napoli_color: "" + d_b_naqad_color: "" + d_b_naqis-north_color: "" + d_b_naqis-south_color: "" + d_b_narabhata_color: "" + d_b_narayanpur_color: "" + d_b_narbonne_color: "" + d_b_narim_color: "" + d_b_narin_color: "" + d_b_narinkira_color: "" + d_b_nariyong_color: "" + d_b_nariz_color: "" + d_b_naro-fominsk_color: "" + d_b_naroulia_color: "" + d_b_narsgol_color: "" + d_b_narva_color: "" + d_b_narwar_color: "" + d_b_narym_DZU_color: "" + d_b_nasa_color: "" + d_b_nasarpur_color: "" + d_b_nasi_erkule_color: "" + d_b_nasibin_color: "" + d_b_nasikya_color: "" + d_b_nasirabad_color: "" + d_b_nasrabad_color: "" + d_b_nasriye_color: "" + d_b_nassian_color: "" + d_b_nastarawa_color: "" + d_b_natanz_color: "" + d_b_natil_color: "" + d_b_nauenahr_color: "" + d_b_naumberg_color: "" + d_b_naumburg_color: "" + d_b_naupaktos_color: "" + d_b_naushki_color: "" + d_b_navacelles_color: "" + d_b_navasarika_color: "" + d_b_navida_color: "" + d_b_nawa_color: "" + d_b_nawqad_qureish_color: "" + d_b_naxcivan_color: "" + d_b_naxos_color: "" + d_b_nayagarh_color: "" + d_b_nayband_color: "" + d_b_nazianzus_color: "" + d_b_nazvar_color: "" + d_b_ndama_color: "" + d_b_ndenye_color: "" + d_b_neapolis_color: "" + d_b_nebit_dag_color: "" + d_b_nedryhailiv_color: "" + d_b_neftegorsk_color: "" + d_b_negrais_color: "" + d_b_nektesi_color: "" + d_b_nellenburg_color: "" + d_b_nellore_color: "" + d_b_nembe_color: "" + d_b_nemetlipsce_color: "" + d_b_nemkina_color: "" + d_b_nemours_color: "" + d_b_nenagh_color: "" + d_b_nengyi_color: "" + d_b_neocaesara_color: "" + d_b_neopatras_color: "" + d_b_neramkary_color: "" + d_b_nerja_color: "" + d_b_neteru_color: "" + d_b_netolice_color: "" + d_b_neubrandenburg_color: "" + d_b_neuchatel_color: "" + d_b_neue_weissenburg_color: "" + d_b_neuenburg_color: "" + d_b_neufchateau_color: "" + d_b_neumarkt_color: "" + d_b_neumunster_color: "" + d_b_neuss_color: "" + d_b_neustrelitz_color: "" + d_b_nevaket_color: "" + d_b_nevel_color: "" + d_b_nevers_color: "" + d_b_nevesinje_color: "" + d_b_nevida_color: "" + d_b_nevropkop_color: "" + d_b_newark_color: "" + d_b_newbury_color: "" + d_b_newport_color: "" + d_b_newtown_color: "" + d_b_neyo_color: "" + d_b_ngala_color: "" + d_b_ngama_color: "" + d_b_ngambay_color: "" + d_b_ngaous_color: "" + d_b_ngape_color: "" + d_b_ngarnang_color: "" + d_b_ngawa_color: "" + d_b_ngoppugu_color: "" + d_b_ngoqu_color: "" + d_b_ngor_color: "" + d_b_ngoring_color: "" + d_b_nguigmi_color: "" + d_b_nguma_color: "" + d_b_nguru_color: "" + d_b_niamina_color: "" + d_b_niamina_jara_color: "" + d_b_niani_color: "" + d_b_niara_color: "" + d_b_niba_color: "" + d_b_nice_color: "" + d_b_nicopolis_ARM_color: "" + d_b_nicopsia_color: "" + d_b_nicosia_color: "" + d_b_nidaros_color: "" + d_b_nidda_color: "" + d_b_nidugallu_color: "" + d_b_niebla_color: "" + d_b_niedenburg_color: "" + d_b_niederschonenfeld_color: "" + d_b_niellim_color: "" + d_b_niffar_color: "" + d_b_nih_color: "" + d_b_nihawand_color: "" + d_b_nijmegen_color: "" + d_b_nikaea_color: "" + d_b_nikki_color: "" + d_b_nikki_west_color: "" + d_b_nikli_color: "" + d_b_nikolaievsk_color: "" + d_b_nikomedia_color: "" + d_b_nikopol_color: "" + d_b_nikopolis_color: "" + d_b_nilagiri_color: "" + d_b_nilamadhav_color: "" + d_b_nimes_color: "" + d_b_nin_color: "" + d_b_ninawa_color: "" + d_b_niokolo_color: "" + d_b_nioro_color: "" + d_b_niort_color: "" + d_b_nirmal_color: "" + d_b_nirun_color: "" + d_b_nisa_color: "" + d_b_nisab_color: "" + d_b_nischu_color: "" + d_b_nishapur_color: "" + d_b_niumi_color: "" + d_b_niya_color: "" + d_b_niyaz_color: "" + d_b_nizhny_novgorod_color: "" + d_b_nizwa_color: "" + d_b_nizyani_color: "" + d_b_nogent_color: "" + d_b_nogent_le_rotrou_color: "" + d_b_nogoon_naluu_color: "" + d_b_nograd_color: "" + d_b_nohta_color: "" + d_b_nok_color: "" + d_b_nontron_color: "" + d_b_noor_bukhara_color: "" + d_b_norale_color: "" + d_b_noraskog_color: "" + d_b_nordlingen_color: "" + d_b_nordmark_color: "" + d_b_norman_cross_color: "" + d_b_norrbarke_color: "" + d_b_norrkoping_color: "" + d_b_norrvidinge_color: "" + d_b_north_afar_color: "" + d_b_north_attie_color: "" + d_b_north_jaz_murian_color: "" + d_b_north_jbl_quzlum_color: "" + d_b_north_kurdar_color: "" + d_b_northampton_color: "" + d_b_northri_eystridali_color: "" + d_b_northri_gudbrandsdali_color: "" + d_b_northri_more_color: "" + d_b_northrihordalandi_color: "" + d_b_northwich_color: "" + d_b_norwegian_lister_color: "" + d_b_norwich_color: "" + d_b_noteborg_color: "" + d_b_notse_color: "" + d_b_nottingham_color: "" + d_b_noty_color: "" + d_b_novara_color: "" + d_b_novgorod_color: "" + d_b_novgorod_seversky_color: "" + d_b_novobrdo_color: "" + d_b_novogrudok_color: "" + d_b_novorzhev_color: "" + d_b_novosil_color: "" + d_b_novotrgoviste_color: "" + d_b_nowen_color: "" + d_b_nowogrodziec_color: "" + d_b_nowshera_color: "" + d_b_nowytarg_color: "" + d_b_noyon_color: "" + d_b_nsukka_color: "" + d_b_nufud-as-surrah_color: "" + d_b_nuket_color: "" + d_b_nukfagh_color: "" + d_b_nukhpata_color: "" + d_b_nukrat_color: "" + d_b_nul_lamta_color: "" + d_b_numaligarh_color: "" + d_b_numedall_color: "" + d_b_nungu_color: "" + d_b_nuokkijarvi_color: "" + d_b_nuon_color: "" + d_b_nuottjaurr_color: "" + d_b_nuqaq_color: "" + d_b_nur_color: "" + d_b_nura_color: "" + d_b_nuri_color: "" + d_b_nurmashiir_color: "" + d_b_nurnberg_color: "" + d_b_nurtay_color: "" + d_b_nutsgen_uul_color: "" + d_b_nyada_color: "" + d_b_nyagqu_color: "" + d_b_nyagrong_color: "" + d_b_nyainrong_color: "" + d_b_nyamo_color: "" + d_b_nyang_color: "" + d_b_nyangla_color: "" + d_b_nyatsho_color: "" + d_b_nyaung_u_color: "" + d_b_nyemo_color: "" + d_b_nyen_color: "" + d_b_nyeningo_color: "" + d_b_nyima_color: "" + d_b_nyingchi_color: "" + d_b_nyinhzhong_color: "" + d_b_nyir_color: "" + d_b_nyitra_color: "" + d_b_nykobing_color: "" + d_b_nykopung_color: "" + d_b_nysa_color: "" + d_b_nytva_color: "" + d_b_nyuksenitsa_color: "" + d_b_nzo_color: "" + d_b_oarkhan_uul_color: "" + d_b_ob_color: "" + d_b_obalj_color: "" + d_b_obchikanak_color: "" + d_b_obervallach_color: "" + d_b_oberwart_color: "" + d_b_obidos_color: "" + d_b_oblacas_color: "" + d_b_oblucita_color: "" + d_b_oboy_color: "" + d_b_oboyan_color: "" + d_b_obrovac_color: "" + d_b_obva_color: "" + d_b_ocana_color: "" + d_b_odantapuri_color: "" + d_b_oddiyana_color: "" + d_b_ode_itseriki_color: "" + d_b_odense_color: "" + d_b_oderfrankfurt_color: "" + d_b_odessa_color: "" + d_b_odienne_color: "" + d_b_odmarden_color: "" + d_b_odo-akaba_color: "" + d_b_odoyev_color: "" + d_b_offenburg_color: "" + d_b_ogbomoso_color: "" + d_b_ogiy_color: "" + d_b_oglamych_color: "" + d_b_ogo_color: "" + d_b_ohcejohka_color: "" + d_b_ohrid_color: "" + d_b_oigon_color: "" + d_b_oinaion_color: "" + d_b_ojin_color: "" + d_b_oka_color: "" + d_b_okachiv_color: "" + d_b_okangara_color: "" + d_b_okehampton_color: "" + d_b_okhaldhunga_color: "" + d_b_okhansk_color: "" + d_b_okic_color: "" + d_b_oklabo_color: "" + d_b_oknist_color: "" + d_b_okormezo_color: "" + d_b_okrika_color: "" + d_b_oktyabr_color: "" + d_b_okuta_color: "" + d_b_olafsvik_color: "" + d_b_olavinlinna_color: "" + d_b_olawa_color: "" + d_b_olbasa_color: "" + d_b_olbia_color: "" + d_b_olbia_ETEL_color: "" + d_b_old_dongola_color: "" + d_b_oldenburg_color: "" + d_b_oleshye_color: "" + d_b_olesnica_color: "" + d_b_olesnica_MPL_color: "" + d_b_olivet_color: "" + d_b_olivienza_color: "" + d_b_olkha_color: "" + d_b_olkhon_color: "" + d_b_olmedo_color: "" + d_b_olomouc_color: "" + d_b_olon-bulak_color: "" + d_b_oloron_color: "" + d_b_olot_color: "" + d_b_olovo_color: "" + d_b_olsztyn_color: "" + d_b_oltisi_color: "" + d_b_olyn_color: "" + d_b_om_color: "" + d_b_omgul_color: "" + d_b_omis_color: "" + d_b_ommen_color: "" + d_b_omo_color: "" + d_b_omotrunnaisse_color: "" + d_b_omsk_color: "" + d_b_ondo_color: "" + d_b_onega_color: "" + d_b_onegaborg_color: "" + d_b_ongi_color: "" + d_b_ongutai_color: "" + d_b_onitsha_color: "" + d_b_onogost_color: "" + d_b_onsala_color: "" + d_b_onsthia_color: "" + d_b_opanda_color: "" + d_b_opatow_color: "" + d_b_opava_color: "" + d_b_opensten_color: "" + d_b_opoczno_color: "" + d_b_opole_color: "" + d_b_orabro_color: "" + d_b_orahovica_color: "" + d_b_oran_color: "" + d_b_orange_color: "" + d_b_oranienburg_color: "" + d_b_orbetello_color: "" + d_b_ore_color: "" + d_b_orehovo_color: "" + d_b_orenburg_color: "" + d_b_oreoi_color: "" + d_b_orgogdon_rok_color: "" + d_b_orhei_color: "" + d_b_oristano_color: "" + d_b_orkdala_color: "" + d_b_orkhontuul_color: "" + d_b_orlamunde_color: "" + d_b_orlanto_color: "" + d_b_orleans_color: "" + d_b_ormstrup_color: "" + d_b_ornans_color: "" + d_b_orog_color: "" + d_b_oroshaza_color: "" + d_b_orsa_color: "" + d_b_orsha_color: "" + d_b_orskaya_color: "" + d_b_orsova_color: "" + d_b_ortakuyu_color: "" + d_b_ortelsburg_color: "" + d_b_ortenburg_color: "" + d_b_orval_color: "" + d_b_orvieto_color: "" + d_b_oryol_color: "" + d_b_osa_MON_color: "" + d_b_osdara_color: "" + d_b_osh_color: "" + d_b_oshun_color: "" + d_b_osian_color: "" + d_b_osijek_color: "" + d_b_oskemen_color: "" + d_b_oskol_color: "" + d_b_oslosyslar_color: "" + d_b_osma_color: "" + d_b_osmova_color: "" + d_b_osnabruck_color: "" + d_b_osse_color: "" + d_b_ostavall_color: "" + d_b_osterode_color: "" + d_b_ostfurstenfeld_color: "" + d_b_osthammar_color: "" + d_b_ostia_color: "" + d_b_ostlandsberg_color: "" + d_b_ostroh_color: "" + d_b_ostrov_color: "" + d_b_ostrov_BJA_color: "" + d_b_otarka_color: "" + d_b_otefan_color: "" + d_b_otgontenger_color: "" + d_b_otmunchow_color: "" + d_b_otrar_color: "" + d_b_ottrunes_color: "" + d_b_otuken_city_color: "" + d_b_otukpo_color: "" + d_b_ouarak_color: "" + d_b_ouasada_color: "" + d_b_oulu_color: "" + d_b_oungo_color: "" + d_b_ounjougou_color: "" + d_b_our_color: "" + d_b_ourense_color: "" + d_b_ourique_color: "" + d_b_oursi_color: "" + d_b_ous_vaga_color: "" + d_b_oviedo_color: "" + d_b_ovinskoi_color: "" + d_b_ovruch_color: "" + d_b_owo_color: "" + d_b_owu_color: "" + d_b_oxford_color: "" + d_b_oyo_color: "" + d_b_oyo-ile_color: "" + d_b_ozerski_color: "" + d_b_pabna_color: "" + d_b_padaividu_color: "" + d_b_paderborn_color: "" + d_b_padron_color: "" + d_b_padua_color: "" + d_b_padum_color: "" + d_b_padun_color: "" + d_b_paga_color: "" + d_b_pagaea_color: "" + d_b_pagan_color: "" + d_b_pagsum_color: "" + d_b_paidangaran_color: "" + d_b_paijala_color: "" + d_b_pakala_color: "" + d_b_pakane_color: "" + d_b_pakao_color: "" + d_b_palakkad_color: "" + d_b_palamau_color: "" + d_b_palampet_color: "" + d_b_palanga_color: "" + d_b_palencia_color: "" + d_b_paleohora_color: "" + d_b_palermo_color: "" + d_b_pali_color: "" + d_b_pallars_jussa_color: "" + d_b_pallars_sobira_color: "" + d_b_palma_color: "" + d_b_palniki_color: "" + d_b_palo_color: "" + d_b_palpung_color: "" + d_b_palwancha_color: "" + d_b_pamiers_color: "" + d_b_pamplona_color: "" + d_b_panaji_color: "" + d_b_panamik_color: "" + d_b_pancapura_color: "" + d_b_panchthar_color: "" + d_b_pancsova_color: "" + d_b_pandua_color: "" + d_b_panemune_color: "" + d_b_panjdih_color: "" + d_b_panjhir_color: "" + d_b_panjikand_color: "" + d_b_panjway_color: "" + d_b_pankota_color: "" + d_b_pannagallu_color: "" + d_b_papagia_color: "" + d_b_papenburg_color: "" + d_b_paphlagonia_color: "" + d_b_paphos_color: "" + d_b_papira_color: "" + d_b_pappa_color: "" + d_b_papworth_color: "" + d_b_parabel_color: "" + d_b_parakou_color: "" + d_b_parchim_color: "" + d_b_parczew_color: "" + d_b_pardiac_color: "" + d_b_pargar_color: "" + d_b_parihasapura_color: "" + d_b_parikkala_color: "" + d_b_paris_color: "" + d_b_parivi_color: "" + d_b_parizh_color: "" + d_b_parlais_color: "" + d_b_parling_color: "" + d_b_parma_color: "" + d_b_parnakheta_color: "" + d_b_parnassos_color: "" + d_b_parnes_color: "" + d_b_parnu_color: "" + d_b_paro_color: "" + d_b_parsberg_color: "" + d_b_parthenay_color: "" + d_b_parwan_color: "" + d_b_pascherty_color: "" + d_b_passau_color: "" + d_b_pataliputra_color: "" + d_b_paterno_color: "" + d_b_paterswalde_color: "" + d_b_pathankot_color: "" + d_b_patkapur_color: "" + d_b_patnos_color: "" + d_b_patras_color: "" + d_b_pattikera_color: "" + d_b_pau_color: "" + d_b_pava_color: "" + d_b_pavia_color: "" + d_b_pavlodar_color: "" + d_b_pavlovo_color: "" + d_b_pavlovsk_color: "" + d_b_paykend_color: "" + d_b_paytakaran_color: "" + d_b_pazin_color: "" + d_b_peaccam_color: "" + d_b_pec_color: "" + d_b_pecheneg_color: "" + d_b_pecs_color: "" + d_b_pecsen_color: "" + d_b_pedachtoe_color: "" + d_b_pedersore_color: "" + d_b_pedroche_color: "" + d_b_pegu_color: "" + d_b_peikthanomyo_color: "" + d_b_peiting_color: "" + d_b_pekinga_color: "" + d_b_peldojavri_color: "" + d_b_peliza_color: "" + d_b_pelsina_color: "" + d_b_pelym_color: "" + d_b_pelyul_color: "" + d_b_pemagatsel_color: "" + d_b_pembroke_color: "" + d_b_penchi_color: "" + d_b_penicuick_color: "" + d_b_penne_color: "" + d_b_pentenga_color: "" + d_b_penugonda_color: "" + d_b_penza_color: "" + d_b_pepel_color: "" + d_b_perasku_color: "" + d_b_perche_color: "" + d_b_perekop_color: "" + d_b_peremyshl_color: "" + d_b_peresopnytsia_color: "" + d_b_pereyaslavl_color: "" + d_b_pereyaslavl_ryazanski_color: "" + d_b_pereyaslavl_zalessky_color: "" + d_b_pergamon_color: "" + d_b_perigueux_color: "" + d_b_perm_color: "" + d_b_perma_color: "" + d_b_pernik_color: "" + d_b_peronne_color: "" + d_b_perpignan_color: "" + d_b_pertominsk_color: "" + d_b_perugia_color: "" + d_b_pervomaisk_color: "" + d_b_pesaro_color: "" + d_b_peschanka_color: "" + d_b_peshkopi_color: "" + d_b_pessinus_color: "" + d_b_pest_color: "" + d_b_peterborough_color: "" + d_b_peterhead_color: "" + d_b_petigoria_color: "" + d_b_petra_color: "" + d_b_petropavl_color: "" + d_b_petropavolsk_color: "" + d_b_petrovsk_color: "" + d_b_petrus_color: "" + d_b_phalavardhika_color: "" + d_b_phalia_color: "" + d_b_pharsalos_color: "" + d_b_phaselis_color: "" + d_b_philippopolis_color: "" + d_b_philomelium_color: "" + d_b_phocaea_color: "" + d_b_phyu_color: "" + d_b_piacenza_color: "" + d_b_piatra_neamnt_color: "" + d_b_pielinen_color: "" + d_b_pikalyovo_color: "" + d_b_pila_color: "" + d_b_piltene_color: "" + d_b_pilu_color: "" + d_b_pilzno_color: "" + d_b_pimolisa_color: "" + d_b_pinerolo_color: "" + d_b_pingchuan_color: "" + d_b_pinsk_color: "" + d_b_pinya_color: "" + d_b_piombino_color: "" + d_b_piotrkow_color: "" + d_b_piran_color: "" + d_b_pirkkala_color: "" + d_b_pirmasens_color: "" + d_b_pirot_color: "" + d_b_pisa_color: "" + d_b_pisek_color: "" + d_b_pishkek_color: "" + d_b_pistorja_color: "" + d_b_pitesti_color: "" + d_b_pithapuram_color: "" + d_b_pitten_color: "" + d_b_platamon_color: "" + d_b_plauen_color: "" + d_b_plav_color: "" + d_b_plavitza_color: "" + d_b_pliven_color: "" + d_b_plock_color: "" + d_b_ploiesti_color: "" + d_b_plyos_color: "" + d_b_plzen_color: "" + d_b_po_color: "" + d_b_pockington_color: "" + d_b_podandus_color: "" + d_b_podgornye_color: "" + d_b_podor_color: "" + d_b_podporozhye_color: "" + d_b_podujevo_color: "" + d_b_poimanenon_color: "" + d_b_poitiers_color: "" + d_b_pokhnishne_color: "" + d_b_pokrovsk_color: "" + d_b_polavaram_color: "" + d_b_pole_color: "" + d_b_polemonium_color: "" + d_b_policastro_color: "" + d_b_polonnaruwa_color: "" + d_b_polotsk_color: "" + d_b_polovragi_color: "" + d_b_poltava_color: "" + d_b_poltsamaa_color: "" + d_b_polybotus_color: "" + d_b_polygyros_color: "" + d_b_pombia_color: "" + d_b_pompeiopolis_color: "" + d_b_pomposa_color: "" + d_b_pondugala_color: "" + d_b_ponferrada_color: "" + d_b_pontarlier_color: "" + d_b_poo_color: "" + d_b_poole_color: "" + d_b_popa_color: "" + d_b_poperech_color: "" + d_b_por_bajin_color: "" + d_b_pordenone_color: "" + d_b_porhoet_color: "" + d_b_porkhov_color: "" + d_b_porrentruy_color: "" + d_b_porsu-burun_color: "" + d_b_porto_color: "" + d_b_porto_torres_color: "" + d_b_portogruaro_color: "" + d_b_portsmouth_color: "" + d_b_porvoo_color: "" + d_b_poszony_color: "" + d_b_potala_color: "" + d_b_potamuskastel_color: "" + d_b_potapi_color: "" + d_b_potenza_color: "" + d_b_poti_color: "" + d_b_potsdam_color: "" + d_b_pougues_les_eaux_color: "" + d_b_povenets_color: "" + d_b_powundaung_color: "" + d_b_pozega_color: "" + d_b_poznan_color: "" + d_b_prachen_color: "" + d_b_prades_color: "" + d_b_prades_rossello_color: "" + d_b_pragyotisapura_color: "" + d_b_praha_color: "" + d_b_pranala_color: "" + d_b_prang_color: "" + d_b_pratishthana_color: "" + d_b_prato_color: "" + d_b_pravia_color: "" + d_b_prayaga_color: "" + d_b_prechistenskaya_color: "" + d_b_prenzlau_color: "" + d_b_prerov_color: "" + d_b_preslav_color: "" + d_b_prigoro_tabynsk_color: "" + d_b_prijepolje_color: "" + d_b_prilep_color: "" + d_b_priluk_color: "" + d_b_primda_color: "" + d_b_pristina_color: "" + d_b_prizren_color: "" + d_b_prokuplje_color: "" + d_b_pronsk_color: "" + d_b_prosek_color: "" + d_b_prousos_color: "" + d_b_provadiya_color: "" + d_b_provins_color: "" + d_b_prozor_color: "" + d_b_prum_color: "" + d_b_prusa_color: "" + d_b_prusias_ad_hypium_color: "" + d_b_przedborz_color: "" + d_b_przemkow_color: "" + d_b_pset_color: "" + d_b_pskov_color: "" + d_b_pteria_color: "" + d_b_pudozh_color: "" + d_b_puget_color: "" + d_b_puho_color: "" + d_b_puigcerda_color: "" + d_b_pukpa_color: "" + d_b_pul_color: "" + d_b_pula_color: "" + d_b_pulei_color: "" + d_b_punakha_color: "" + d_b_pundarika_color: "" + d_b_pundravardhana_color: "" + d_b_puolanka_color: "" + d_b_pura_color: "" + d_b_puri_color: "" + d_b_purig_color: "" + d_b_purnagiri_color: "" + d_b_purnatallakapura_color: "" + d_b_purushapura_color: "" + d_b_pushang_color: "" + d_b_pushkar_color: "" + d_b_pushkin_color: "" + d_b_puspagiri_color: "" + d_b_pusuga_color: "" + d_b_puttalam_color: "" + d_b_puttlingen_color: "" + d_b_putu_color: "" + d_b_putyvl_color: "" + d_b_pyzdry_color: "" + d_b_qabqa_color: "" + d_b_qabr_salih_color: "" + d_b_qafsa_color: "" + d_b_qagcheng_color: "" + d_b_qaidam_color: "" + d_b_qain_color: "" + d_b_qalaa_bhammad_color: "" + d_b_qalaa_bhuwara_color: "" + d_b_qalaa_bsalama_color: "" + d_b_qalaafe_color: "" + d_b_qalama_color: "" + d_b_qalat_ar-rum_color: "" + d_b_qalat_jundi_color: "" + d_b_qalhat_color: "" + d_b_qalyub_color: "" + d_b_qamdo_color: "" + d_b_qanbali_color: "" + d_b_qandabil_color: "" + d_b_qandahar_color: "" + d_b_qandhar_color: "" + d_b_qangma_color: "" + d_b_qantarat_kirman_color: "" + d_b_qapugtang_color: "" + d_b_qara_color: "" + d_b_qarinayn_color: "" + d_b_qarnin_color: "" + d_b_qarqisiya_color: "" + d_b_qartajana_color: "" + d_b_qaryat-al-asad_color: "" + d_b_qashan_color: "" + d_b_qasr-al-adi_color: "" + d_b_qasr-al-ifriqi_color: "" + d_b_qasr-ibn-sinan_color: "" + d_b_qasr_ash-shams_color: "" + d_b_qasr_at-tuba_color: "" + d_b_qasr_ibrim_color: "" + d_b_qasran_color: "" + d_b_qataa_color: "" + d_b_qatwan_color: "" + d_b_qayaliq_color: "" + d_b_qazvin_color: "" + d_b_qewa_color: "" + d_b_qidun_color: "" + d_b_qiha_color: "" + d_b_qimr_color: "" + d_b_qina_color: "" + d_b_qinggil_color: "" + d_b_qingshui_color: "" + d_b_qingtu_color: "" + d_b_qinnasrin_color: "" + d_b_qiqan_color: "" + d_b_qizhu_color: "" + d_b_qobadiyan_color: "" + d_b_qohaito_color: "" + d_b_qom_color: "" + d_b_qoshagyl_color: "" + d_b_qualnsiyah_color: "" + d_b_quba_color: "" + d_b_queensferry_color: "" + d_b_quemoco_color: "" + d_b_quercy_color: "" + d_b_quesada_color: "" + d_b_quimper_color: "" + d_b_quingey_color: "" + d_b_quintanar_color: "" + d_b_qulb_color: "" + d_b_qulho_color: "" + d_b_qumarleb_color: "" + d_b_qumbucul_color: "" + d_b_qumisha_color: "" + d_b_qundo_color: "" + d_b_quog_color: "" + d_b_quqen_color: "" + d_b_quraqir_color: "" + d_b_quriltay_color: "" + d_b_qurta_color: "" + d_b_qurus_color: "" + d_b_qus_color: "" + d_b_qusayr_color: "" + d_b_qusdar_color: "" + d_b_qusum_color: "" + d_b_qutn_color: "" + d_b_quxu_color: "" + d_b_quzlum_color: "" + d_b_raaboigde_color: "" + d_b_raba_color: "" + d_b_rabadha_color: "" + d_b_rabigh_color: "" + d_b_racakonda_color: "" + d_b_rada_color: "" + d_b_radebeul_color: "" + d_b_radfield_color: "" + d_b_radna_color: "" + d_b_radom_color: "" + d_b_radomsko_color: "" + d_b_radovanu_color: "" + d_b_radynka_color: "" + d_b_rafaniya-krak_color: "" + d_b_ragali_color: "" + d_b_ragbangadung_color: "" + d_b_ragnit_color: "" + d_b_ragunda_color: "" + d_b_ragusa_color: "" + d_b_rahon_color: "" + d_b_raibania_color: "" + d_b_raichur_color: "" + d_b_raidestos_color: "" + d_b_raimskoe_color: "" + d_b_rais_color: "" + d_b_raisin_color: "" + d_b_rajagrha_color: "" + d_b_rajamahendravaram_color: "" + d_b_rajanpur_color: "" + d_b_rajbiraj_color: "" + d_b_rajgangpur_color: "" + d_b_rajiva_lochana_color: "" + d_b_rajpipla_color: "" + d_b_rajrappa_color: "" + d_b_rakcha_color: "" + d_b_rakhushmitan_color: "" + d_b_raktamrittika_color: "" + d_b_ram_shahristan_color: "" + d_b_rama_color: "" + d_b_ramagiri_color: "" + d_b_ramavati_color: "" + d_b_rameshvaram_color: "" + d_b_ramgarh_color: "" + d_b_ramhurmuz_color: "" + d_b_ramitan_color: "" + d_b_ramnicu_sarat_color: "" + d_b_rampur_boalia_color: "" + d_b_rampura_color: "" + d_b_ramree_color: "" + d_b_ramsbury_color: "" + d_b_ramsey_color: "" + d_b_ramsis_color: "" + d_b_ramu_color: "" + d_b_ranakpur_color: "" + d_b_ranariki_color: "" + d_b_randros_color: "" + d_b_ranikot_color: "" + d_b_ranipur_color: "" + d_b_rano_color: "" + d_b_ranpur_color: "" + d_b_ranthambore_color: "" + d_b_ranya_color: "" + d_b_raphoe_color: "" + d_b_raqe_color: "" + d_b_raqqa_color: "" + d_b_raqqada_color: "" + d_b_ras_al-ain_color: "" + d_b_ras_el-ma_color: "" + d_b_ras_hafun_color: "" + d_b_rasak_color: "" + d_b_raseborg_color: "" + d_b_raseiniai_color: "" + d_b_rashid_color: "" + d_b_rasht_color: "" + d_b_rastenburg_color: "" + d_b_rastovets_color: "" + d_b_ratanpur_color: "" + d_b_rath_color: "" + d_b_ratibor_color: "" + d_b_ratla_color: "" + d_b_ratnagiri_color: "" + d_b_ratu_color: "" + d_b_ratzeburg_color: "" + d_b_rauma_color: "" + d_b_raumsdali_color: "" + d_b_rauna_color: "" + d_b_raushanqubad_color: "" + d_b_rautu_color: "" + d_b_ravenna_color: "" + d_b_ravensberg_color: "" + d_b_ravensburg_color: "" + d_b_ravno_color: "" + d_b_rawa_color: "" + d_b_rawar_color: "" + d_b_rawu_color: "" + d_b_rayagada_color: "" + d_b_rayapura_color: "" + d_b_raysut_color: "" + d_b_rayy_color: "" + d_b_razlivnoye_color: "" + d_b_reading_color: "" + d_b_rebang_color: "" + d_b_rebgong_color: "" + d_b_rechytsa_color: "" + d_b_recklinghausen_color: "" + d_b_redab_color: "" + d_b_reewin_color: "" + d_b_regensburg_color: "" + d_b_reggane_color: "" + d_b_reggio_calabria_color: "" + d_b_reggio_emilia_color: "" + d_b_rehau_color: "" + d_b_reichenbach_color: "" + d_b_reims_color: "" + d_b_reinosa_color: "" + d_b_rendina_color: "" + d_b_reni_color: "" + d_b_renk_color: "" + d_b_rennes_color: "" + d_b_reolid_color: "" + d_b_repnoye_color: "" + d_b_requena_color: "" + d_b_retford_color: "" + d_b_rethel_color: "" + d_b_rethymno_color: "" + d_b_reting_color: "" + d_b_reutlingen_color: "" + d_b_reval_color: "" + d_b_revda_color: "" + d_b_reydarfjall_color: "" + d_b_reykjavik_color: "" + d_b_rezekne_color: "" + d_b_rhayader_color: "" + d_b_rhizus_color: "" + d_b_rhodos_color: "" + d_b_riano_color: "" + d_b_ribagorza_color: "" + d_b_ribat-e-karyan_color: "" + d_b_ribat-i-el-kif_color: "" + d_b_ribat-i-kish_color: "" + d_b_ribat-shakir_color: "" + d_b_ribat_al-fath_color: "" + d_b_ribat_malik_color: "" + d_b_ribe_color: "" + d_b_ribnica_color: "" + d_b_ribnicapodgorica_color: "" + d_b_richmond_color: "" + d_b_ridder_color: "" + d_b_ried_color: "" + d_b_riedfeld_color: "" + d_b_rieneck_color: "" + d_b_rieti_color: "" + d_b_riga_color: "" + d_b_riga_color: "" + d_b_rigar_color: "" + d_b_rijeka_color: "" + d_b_rikala_color: "" + d_b_rila_color: "" + d_b_rim_color: "" + d_b_rima_color: "" + d_b_rimaszombat_color: "" + d_b_rimini_color: "" + d_b_rinbung_color: "" + d_b_ringariki_color: "" + d_b_ringkobing_color: "" + d_b_ringtor_color: "" + d_b_ripon_color: "" + d_b_riqan_color: "" + d_b_risan_color: "" + d_b_riseberga_color: "" + d_b_rishabhdeo_color: "" + d_b_risum_color: "" + d_b_rivand_color: "" + d_b_rivne_color: "" + d_b_riwar_color: "" + d_b_riwoqe_color: "" + d_b_roanne_color: "" + d_b_roavvenjarga_color: "" + d_b_rochester_color: "" + d_b_rockenhausen_color: "" + d_b_rodez_color: "" + d_b_rodkhan_color: "" + d_b_rodopi_color: "" + d_b_rodoy_color: "" + d_b_roeselare_color: "" + d_b_rogatica_color: "" + d_b_rohan_color: "" + d_b_rohtak_color: "" + d_b_rohtas_color: "" + d_b_roing_color: "" + d_b_rojhan_color: "" + d_b_roma_color: "" + d_b_roman_color: "" + d_b_romans_color: "" + d_b_romen_color: "" + d_b_romerriki_color: "" + d_b_romigny_color: "" + d_b_romilly_color: "" + d_b_romorantin_color: "" + d_b_roncaglia_color: "" + d_b_rongbur_color: "" + d_b_rongzhag_color: "" + d_b_rongzhub_color: "" + d_b_ronne_color: "" + d_b_ronneby_color: "" + d_b_roscrea_color: "" + d_b_rosendaal_color: "" + d_b_rosenfelde_color: "" + d_b_roses_color: "" + d_b_roskilde_color: "" + d_b_roslavl_color: "" + d_b_rossano_color: "" + d_b_rostislavl_color: "" + d_b_rostock_color: "" + d_b_rostov_color: "" + d_b_rothbury_color: "" + d_b_rothenburg_color: "" + d_b_rotterdam_color: "" + d_b_rottweil_color: "" + d_b_roucy_color: "" + d_b_rouen_color: "" + d_b_rounala_color: "" + d_b_roundu_color: "" + d_b_rovigo_color: "" + d_b_royan_color: "" + d_b_rozan_color: "" + d_b_rozhyshche_color: "" + d_b_rozi_color: "" + d_b_rozmberk_color: "" + d_b_rudan_color: "" + d_b_rudbar_color: "" + d_b_rudhan_color: "" + d_b_rudhrawar_color: "" + d_b_rudnik_color: "" + d_b_rudolfswerde_color: "" + d_b_ruffec_color: "" + d_b_rugen_color: "" + d_b_ruhna_color: "" + d_b_rujno_color: "" + d_b_rukhaj_color: "" + d_b_rukum_color: "" + d_b_ruovesi_color: "" + d_b_ruppin_color: "" + d_b_rusa_color: "" + d_b_rusar_color: "" + d_b_rusar_huangzhong_color: "" + d_b_rusii_de_vede_color: "" + d_b_russelsheim_color: "" + d_b_rustaq_color: "" + d_b_rustaq-oman_color: "" + d_b_rustavi_color: "" + d_b_ruthin_color: "" + d_b_rutland_color: "" + d_b_rutog_color: "" + d_b_ruy_color: "" + d_b_ruyan_color: "" + d_b_ruyan-jirufti_color: "" + d_b_ruzvand_color: "" + d_b_ryazan_color: "" + d_b_rybnik_color: "" + d_b_ryfylki_color: "" + d_b_rylsk_color: "" + d_b_ryn_color: "" + d_b_ryty_color: "" + d_b_rzepin_color: "" + d_b_saa_color: "" + d_b_saalum_color: "" + d_b_saan_color: "" + d_b_saarbrucken_color: "" + d_b_saarburg_color: "" + d_b_saarvesjaurr_color: "" + d_b_sabagura_color: "" + d_b_sabakyul_color: "" + d_b_sabalgarh_color: "" + d_b_sabha_color: "" + d_b_sabiba_color: "" + d_b_sable_color: "" + d_b_sabratha_color: "" + d_b_sabta_color: "" + d_b_sabur_color: "" + d_b_saburkhawasht_color: "" + d_b_sabzavar_color: "" + d_b_saca_color: "" + d_b_sacacatce_color: "" + d_b_sacz_color: "" + d_b_sad_khaniya_color: "" + d_b_sada_color: "" + d_b_sadhaura_color: "" + d_b_sadowel_color: "" + d_b_sadrata_color: "" + d_b_sadvar_color: "" + d_b_safaga_color: "" + d_b_safare_color: "" + d_b_safata_color: "" + d_b_sagaing_color: "" + d_b_sagalassus_color: "" + d_b_sagar_color: "" + d_b_sagardwip_color: "" + d_b_sagiz_color: "" + d_b_sagly_color: "" + d_b_sagya_color: "" + d_b_saharanpur_color: "" + d_b_saho_color: "" + d_b_sai_color: "" + d_b_sai-kule_color: "" + d_b_saida_color: "" + d_b_saihantaolai_color: "" + d_b_saindak_color: "" + d_b_saint_albans_color: "" + d_b_saint_brieuc_color: "" + d_b_saint_denis_color: "" + d_b_saint_dizier_color: "" + d_b_saint_flour_color: "" + d_b_saint_hubert_color: "" + d_b_saint_junien_color: "" + d_b_saint_lizier_color: "" + d_b_saint_malo_color: "" + d_b_saint_michel_de_maurienne_color: "" + d_b_saint_omer_color: "" + d_b_saint_pourcain_color: "" + d_b_saint_quentin_color: "" + d_b_saintes_color: "" + d_b_saintonge_color: "" + d_b_saird_color: "" + d_b_sakadame_color: "" + d_b_sakaka_color: "" + d_b_sakala_color: "" + d_b_sakalkand_color: "" + d_b_sakarai_color: "" + d_b_sakmara_color: "" + d_b_sakmarskoi_gorodok_color: "" + d_b_sakogu_color: "" + d_b_sakshigopal_color: "" + d_b_sala_color: "" + d_b_salacgriva_color: "" + d_b_salaga_color: "" + d_b_salamanca_color: "" + d_b_salamat_color: "" + d_b_salamiya_color: "" + d_b_salavat_color: "" + d_b_salda_color: "" + d_b_salerno_color: "" + d_b_salford_color: "" + d_b_salim_color: "" + d_b_salin_color: "" + d_b_salinis_color: "" + d_b_salins_color: "" + d_b_salisbury_color: "" + d_b_salm_color: "" + d_b_salmacatce_color: "" + d_b_salmas_color: "" + d_b_salmydessus_color: "" + d_b_sals_poveret_color: "" + d_b_saluzzo_color: "" + d_b_salyan_color: "" + d_b_salzburg_color: "" + d_b_sam_color: "" + d_b_samad_color: "" + d_b_samaiqan_color: "" + d_b_samana_color: "" + d_b_samander_color: "" + d_b_samanjan_color: "" + d_b_samannud_color: "" + d_b_samar_color: "" + d_b_samar_VB_color: "" + d_b_samarqand_color: "" + d_b_samarra_color: "" + d_b_samassi_color: "" + d_b_samatigila_color: "" + d_b_sambalpur_color: "" + d_b_sambalut_color: "" + d_b_sambhal_color: "" + d_b_sambir_color: "" + d_b_samiran_color: "" + d_b_samobor_color: "" + d_b_samos_color: "" + d_b_samosata_color: "" + d_b_sampa_color: "" + d_b_samshiborid_color: "" + d_b_samundzhievo_color: "" + d_b_samye_color: "" + d_b_samyere_color: "" + d_b_san_color: "" + d_b_sana_color: "" + d_b_sanaa_color: "" + d_b_sanado_color: "" + d_b_sanafula_color: "" + d_b_sancerre_color: "" + d_b_sanchi_color: "" + d_b_sanda_color: "" + d_b_sanderaka_color: "" + d_b_sandnes_color: "" + d_b_sandomierz_color: "" + d_b_sandoway_color: "" + d_b_sanesteban_color: "" + d_b_sanga_color: "" + d_b_sangalan_color: "" + d_b_sanganer_color: "" + d_b_sangerhausen_color: "" + d_b_sangiin_dalai_color: "" + d_b_sangla_color: "" + d_b_sanglich_color: "" + d_b_sangqu_color: "" + d_b_sangri_color: "" + d_b_sangsang_color: "" + d_b_sanij_color: "" + d_b_sanjan_color: "" + d_b_sankt_blasien_color: "" + d_b_sankt_gallen_color: "" + d_b_sankt_polten_color: "" + d_b_sankt_veit_color: "" + d_b_sanleonardodeyague_color: "" + d_b_sanok_color: "" + d_b_sanquhar_color: "" + d_b_sansane_mango_color: "" + d_b_santander_color: "" + d_b_santarem_color: "" + d_b_santas_color: "" + d_b_santhia_color: "" + d_b_santiago_color: "" + d_b_santiallana_color: "" + d_b_santipura_color: "" + d_b_sanwi_color: "" + d_b_saouga_color: "" + d_b_saoura_color: "" + d_b_saptagrama_color: "" + d_b_saqadi_color: "" + d_b_saqra_color: "" + d_b_saqsin_color: "" + d_b_sara_color: "" + d_b_sarakhs_color: "" + d_b_saran_color: "" + d_b_sarangpur_color: "" + d_b_saraninskor_color: "" + d_b_saranka_color: "" + d_b_saransk_color: "" + d_b_sarasvati_color: "" + d_b_sarat_color: "" + d_b_saratov_color: "" + d_b_saray_color: "" + d_b_saraychiq_color: "" + d_b_sarba_color: "" + d_b_sardes_color: "" + d_b_sarepta_color: "" + d_b_sargan_color: "" + d_b_sargatka_color: "" + d_b_sarinena_color: "" + d_b_saris_color: "" + d_b_sariya_color: "" + d_b_sarj_color: "" + d_b_sarkand_color: "" + d_b_sarkel_color: "" + d_b_sarkhad_color: "" + d_b_sarmat_color: "" + d_b_sarnah_color: "" + d_b_sarny_color: "" + d_b_sarpang_color: "" + d_b_sarria_color: "" + d_b_sarsar_color: "" + d_b_sarthe_color: "" + d_b_sartlan_color: "" + d_b_saruj_color: "" + d_b_sarwa_color: "" + d_b_sarwan_color: "" + d_b_sarwistan_color: "" + d_b_sarwistan-shirazi-runiz_color: "" + d_b_sary-ozek_color: "" + d_b_sary_chumych_color: "" + d_b_sarybulak_color: "" + d_b_sarychulsyn_color: "" + d_b_saryg_sep_color: "" + d_b_sarykamysh_color: "" + d_b_sarysyn_color: "" + d_b_sarytau_color: "" + d_b_sasaram_color: "" + d_b_sassandra_color: "" + d_b_sassari_color: "" + d_b_sasvar_color: "" + d_b_sasyk_kul_color: "" + d_b_satala_color: "" + d_b_satama-sokoro_color: "" + d_b_satghara_color: "" + d_b_satif_color: "" + d_b_satka_color: "" + d_b_satyapura_color: "" + d_b_saumur_color: "" + d_b_savalu_color: "" + d_b_savarinarayana_color: "" + d_b_save_color: "" + d_b_savitaipale_color: "" + d_b_savona_color: "" + d_b_savra_color: "" + d_b_sawa_color: "" + d_b_sawran_color: "" + d_b_say_color: "" + d_b_sayak_color: "" + d_b_sayala_color: "" + d_b_sayanchu_color: "" + d_b_sayaq_color: "" + d_b_sayat_color: "" + d_b_saymur_color: "" + d_b_sayn_color: "" + d_b_sayram_color: "" + d_b_sborishte_color: "" + d_b_scalloway_color: "" + d_b_scaptopara_color: "" + d_b_scarborough_color: "" + d_b_scharding_color: "" + d_b_schauenburg_color: "" + d_b_schaumberg_color: "" + d_b_schelklingen_color: "" + d_b_schmalkalden_color: "" + d_b_schongau_color: "" + d_b_schwalenberg_color: "" + d_b_schwarzburg_color: "" + d_b_schwedt_color: "" + d_b_schweibus_color: "" + d_b_schweinfurt_color: "" + d_b_schwerin_color: "" + d_b_schwetz_color: "" + d_b_schwyz_color: "" + d_b_se_color: "" + d_b_sebaste_color: "" + d_b_sebasteia_color: "" + d_b_sebastopolis_color: "" + d_b_sebezh_color: "" + d_b_sebur_color: "" + d_b_sedano_color: "" + d_b_sedlec_color: "" + d_b_sees_color: "" + d_b_seesjarvi_color: "" + d_b_sefrou_color: "" + d_b_segarcea_color: "" + d_b_segbana_color: "" + d_b_segni_color: "" + d_b_segorbe_color: "" + d_b_segou_color: "" + d_b_segovia_color: "" + d_b_seguela_color: "" + d_b_segura_color: "" + d_b_sehwi_color: "" + d_b_seilanger_color: "" + d_b_sejny_color: "" + d_b_selenga_color: "" + d_b_selestat_color: "" + d_b_seletyteniz_color: "" + d_b_seleukia_color: "" + d_b_selge_color: "" + d_b_seligenstadt_color: "" + d_b_selinga_color: "" + d_b_selinus_color: "" + d_b_selkirk_color: "" + d_b_selmecbanya_color: "" + d_b_selo_color: "" + d_b_selpils_color: "" + d_b_selpils_color: "" + d_b_seltsa_u_nishi_color: "" + d_b_selymbria_color: "" + d_b_semenov_color: "" + d_b_semey_color: "" + d_b_semien_color: "" + d_b_semikarakary_color: "" + d_b_semisjaur_color: "" + d_b_semna_color: "" + d_b_semnyi_color: "" + d_b_semur_en_brionnais_color: "" + d_b_sengim_color: "" + d_b_senj_color: "" + d_b_senkadagalapura_color: "" + d_b_senlis_color: "" + d_b_sennar_color: "" + d_b_seno-south_color: "" + d_b_sens_color: "" + d_b_senufo_color: "" + d_b_seoni_color: "" + d_b_sepla_color: "" + d_b_sepsiszentgyorgy_color: "" + d_b_sequiet_el-hamra_color: "" + d_b_seradu_color: "" + d_b_seraye_color: "" + d_b_serdosk_color: "" + d_b_serek_color: "" + d_b_seretang_color: "" + d_b_serga_color: "" + d_b_seringapatam_color: "" + d_b_serkok_color: "" + d_b_sero_color: "" + d_b_serpa_color: "" + d_b_serpukhov_color: "" + d_b_serra_color: "" + d_b_serres_color: "" + d_b_sersou_color: "" + d_b_sertar_color: "" + d_b_servia_color: "" + d_b_serxu_color: "" + d_b_setgel_uul_color: "" + d_b_seti_color: "" + d_b_setsen_sart_color: "" + d_b_setubal_color: "" + d_b_seu_d_urgell_color: "" + d_b_seunapura_color: "" + d_b_severin_color: "" + d_b_sevilla_color: "" + d_b_sevsk_color: "" + d_b_sevuki_color: "" + d_b_sewa_color: "" + d_b_sfax_color: "" + d_b_shabe_color: "" + d_b_shabelle_color: "" + d_b_shabelle-hiran_color: "" + d_b_shabwa_color: "" + d_b_shade_color: "" + d_b_shaftesbury_color: "" + d_b_shagal_color: "" + d_b_shahbandar_color: "" + d_b_shaheinab_color: "" + d_b_shahr-e-babak_color: "" + d_b_shahrakht_color: "" + d_b_shahrastan_color: "" + d_b_shahrazur_color: "" + d_b_shahru_color: "" + d_b_shai_color: "" + d_b_shakambhari_color: "" + d_b_shakin_color: "" + d_b_shal_color: "" + d_b_shalush_color: "" + d_b_shama_color: "" + d_b_shamat_color: "" + d_b_shamkur_color: "" + d_b_shandan_color: "" + d_b_shandur_color: "" + d_b_shankh_color: "" + d_b_shantoskoye_color: "" + d_b_shanzhou_color: "" + d_b_shapotou_color: "" + d_b_shapurqan_color: "" + d_b_shaqlabadh_color: "" + d_b_sharaf_al-bal_color: "" + d_b_sharan_color: "" + d_b_sharga_color: "" + d_b_sharga_OTU_color: "" + d_b_sharka_color: "" + d_b_sharshal_color: "" + d_b_sharuq_color: "" + d_b_sharusan_color: "" + d_b_shatrunjaya_color: "" + d_b_shatt_color: "" + d_b_shavgar_color: "" + d_b_shawashkan_color: "" + d_b_shawbak_color: "" + d_b_shayar_color: "" + d_b_shayzar_color: "" + d_b_shazhou_color: "" + d_b_shchuchinsk_color: "" + d_b_shchuchye_color: "" + d_b_sheffield_color: "" + d_b_sheikh_color: "" + d_b_sheikh_dawud_color: "" + d_b_sheksna_color: "" + d_b_shelji_color: "" + d_b_shelkar_color: "" + d_b_shemakha_color: "" + d_b_shemkhiya_color: "" + d_b_shendi_color: "" + d_b_shenkursk_color: "" + d_b_sheopur_color: "" + d_b_shergarh_color: "" + d_b_shey_color: "" + d_b_shibam_color: "" + d_b_shibam-sanaa_color: "" + d_b_shigar_color: "" + d_b_shikarji_color: "" + d_b_shikarpur_color: "" + d_b_shilmuustoi_color: "" + d_b_shimal_color: "" + d_b_shimazana_color: "" + d_b_shimshat_color: "" + d_b_shina_color: "" + d_b_shinqiti_color: "" + d_b_shiraz-farsi_color: "" + d_b_shiraz-sarakhsi_color: "" + d_b_shirvan_color: "" + d_b_shishina_color: "" + d_b_shityy_color: "" + d_b_shivapura_color: "" + d_b_shiz_color: "" + d_b_shizuizi_color: "" + d_b_sholapur_color: "" + d_b_shoma_color: "" + d_b_shor_color: "" + d_b_shorapann_color: "" + d_b_shorchuk_color: "" + d_b_shorkot_color: "" + d_b_showak_color: "" + d_b_showak_south_color: "" + d_b_shravana_belgola_color: "" + d_b_shrewsbury_color: "" + d_b_shrinagar_color: "" + d_b_shringeri_color: "" + d_b_shtip_color: "" + d_b_shugel_ondor_color: "" + d_b_shughnan_color: "" + d_b_shulak_color: "" + d_b_shule_river_color: "" + d_b_shuman_color: "" + d_b_shumen_color: "" + d_b_shunqayr_color: "" + d_b_shunzhou_color: "" + d_b_shurmin_color: "" + d_b_shurysh_color: "" + d_b_shuya_color: "" + d_b_shwegyin_color: "" + d_b_shwemyo_color: "" + d_b_shwesettaw_color: "" + d_b_shyganak_color: "" + d_b_shyungme_color: "" + d_b_siauliai_color: "" + d_b_sibenik_color: "" + d_b_sibi_color: "" + d_b_sibi_mali_color: "" + d_b_sibir_color: "" + d_b_sibnak_chenchungo_color: "" + d_b_sidamo-south_color: "" + d_b_siddhapura_color: "" + d_b_side_color: "" + d_b_siderokastron_color: "" + d_b_sidi_uqba_color: "" + d_b_sidrah_color: "" + d_b_siedlischo_color: "" + d_b_siegburg_color: "" + d_b_siegen_color: "" + d_b_siena_color: "" + d_b_sieradz_color: "" + d_b_sierradegredos_color: "" + d_b_sierradesanjust_color: "" + d_b_siffin_color: "" + d_b_siggevara_color: "" + d_b_sighnaq_color: "" + d_b_sigmaringen_color: "" + d_b_sigtuna_color: "" + d_b_siguenza_color: "" + d_b_siguiri_color: "" + d_b_sihor_color: "" + d_b_sijilmasa_color: "" + d_b_sikasso_color: "" + d_b_siklos_color: "" + d_b_silach_color: "" + d_b_silalish_color: "" + d_b_silandos_color: "" + d_b_silla_color: "" + d_b_siluko_color: "" + d_b_silves_color: "" + d_b_silyana_color: "" + d_b_sim_color: "" + d_b_simancas_color: "" + d_b_simaramapura_color: "" + d_b_simbiling_color: "" + d_b_simbirsk_color: "" + d_b_simiat_color: "" + d_b_simiatychi_color: "" + d_b_simikot_color: "" + d_b_simnan_color: "" + d_b_simontornya_color: "" + d_b_sinawin_color: "" + d_b_sindkhed_color: "" + d_b_sindkheda_color: "" + d_b_sine_color: "" + d_b_singa_color: "" + d_b_singu_color: "" + d_b_siniz_color: "" + d_b_sinj_color: "" + d_b_sinja_color: "" + d_b_sinjar_color: "" + d_b_sinjcroat_color: "" + d_b_sinkat_color: "" + d_b_sinope_color: "" + d_b_sinoria_color: "" + d_b_sinya_color: "" + d_b_sioboradh_color: "" + d_b_siponto_color: "" + d_b_siqqabanariya_color: "" + d_b_siraf_color: "" + d_b_siraj_ji_takri_color: "" + d_b_siravan_color: "" + d_b_sirba_color: "" + d_b_siret_color: "" + d_b_sirhan_color: "" + d_b_sirhind_color: "" + d_b_sirjan_color: "" + d_b_sirkas_color: "" + d_b_sironj_color: "" + d_b_sirwan_color: "" + d_b_sisak_color: "" + d_b_sisim_color: "" + d_b_sitawaka_color: "" + d_b_sitges_color: "" + d_b_sittaung_color: "" + d_b_sitti_color: "" + d_b_siun_color: "" + d_b_sivaganga_color: "" + d_b_sivakasi_color: "" + d_b_sivista_color: "" + d_b_siwa_color: "" + d_b_siwana_color: "" + d_b_siwistan_color: "" + d_b_siyahjird_color: "" + d_b_siyahtepe_color: "" + d_b_sjeltie_color: "" + d_b_sjenica_color: "" + d_b_sjokksjokk_color: "" + d_b_skadar_color: "" + d_b_skalstugan_color: "" + d_b_skanninge_color: "" + d_b_skara_color: "" + d_b_skardu_color: "" + d_b_ski_color: "" + d_b_skiringssal_color: "" + d_b_skolt_color: "" + d_b_skopelos_color: "" + d_b_skopje_color: "" + d_b_skramlrak_color: "" + d_b_skrapar_color: "" + d_b_skye_color: "" + d_b_skynzekkeberge_color: "" + d_b_skyros_color: "" + d_b_slagelse_color: "" + d_b_slakta_color: "" + d_b_slany_color: "" + d_b_slemish_color: "" + d_b_sligo_color: "" + d_b_sliven_color: "" + d_b_slobozia_color: "" + d_b_slonim_color: "" + d_b_slupsk_color: "" + d_b_slutsk_color: "" + d_b_smederevo_color: "" + d_b_smolensk_color: "" + d_b_smolyan_color: "" + d_b_smozolany_color: "" + d_b_smyrna_color: "" + d_b_soana_color: "" + d_b_soanda_color: "" + d_b_soba_color: "" + d_b_sochaczew_color: "" + d_b_sochur_color: "" + d_b_soegud_color: "" + d_b_soest_color: "" + d_b_sog_color: "" + d_b_sognfylki_color: "" + d_b_sohar_color: "" + d_b_sokode_color: "" + d_b_sokol_color: "" + d_b_sokolka_color: "" + d_b_sokoto_color: "" + d_b_sokoto-north_color: "" + d_b_sokur_color: "" + d_b_sol_vilikaya_color: "" + d_b_solatumum_color: "" + d_b_soldin_color: "" + d_b_soleny_color: "" + d_b_soli_color: "" + d_b_soli_CYP_color: "" + d_b_soligalich_color: "" + d_b_solikamsk_color: "" + d_b_solimana_color: "" + d_b_solin_color: "" + d_b_solms_color: "" + d_b_soloi_color: "" + d_b_soltsy_color: "" + d_b_soma_color: "" + d_b_somapur_color: "" + d_b_sombio_color: "" + d_b_somero_color: "" + d_b_somnath_color: "" + d_b_somogyvar_color: "" + d_b_somorja_color: "" + d_b_sonda_color: "" + d_b_sopak_sor_color: "" + d_b_sopot_color: "" + d_b_sopron_color: "" + d_b_sor_kuduk_color: "" + d_b_soria_color: "" + d_b_sorkul_color: "" + d_b_sorma_color: "" + d_b_soroca_color: "" + d_b_sorok_color: "" + d_b_soron_color: "" + d_b_sortavala_color: "" + d_b_sosavur_color: "" + d_b_sosnevke_color: "" + d_b_sosno_color: "" + d_b_sosva_color: "" + d_b_sota_color: "" + d_b_soubhagyapura_color: "" + d_b_souf_color: "" + d_b_soum_color: "" + d_b_south_danakil_color: "" + d_b_south_igbo_color: "" + d_b_south_jaz_murian_color: "" + d_b_south_jbl_quzlum_color: "" + d_b_south_seraye_color: "" + d_b_southampton_color: "" + d_b_southwark_color: "" + d_b_soutjarvi_color: "" + d_b_soxiq_color: "" + d_b_sozopol_color: "" + d_b_sozopolis_color: "" + d_b_spas_color: "" + d_b_speri_color: "" + d_b_speyer_color: "" + d_b_spis_color: "" + d_b_spittal_color: "" + d_b_spitz_color: "" + d_b_split_color: "" + d_b_spoleto_color: "" + d_b_sponhem_color: "" + d_b_spreewald_color: "" + d_b_spremberg_color: "" + d_b_sprottau_color: "" + d_b_spytihnev_color: "" + d_b_squilluce_color: "" + d_b_sravasti_color: "" + d_b_srebrenica_color: "" + d_b_srebrenik_color: "" + d_b_sredets_color: "" + d_b_srem_color: "" + d_b_sri_surya_pahar_color: "" + d_b_srihatta_color: "" + d_b_srikakulam_color: "" + d_b_sriksetra_color: "" + d_b_srinagar_color: "" + d_b_srinagara_color: "" + d_b_sriparvata_color: "" + d_b_sripatha_color: "" + d_b_sripuri_color: "" + d_b_srirangam_color: "" + d_b_srirangapatna_color: "" + d_b_sroda_color: "" + d_b_st_andrews_color: "" + d_b_st_davids_color: "" + d_b_st_johnston_color: "" + d_b_st_pol_de_leon_color: "" + d_b_stade_color: "" + d_b_stafford_color: "" + d_b_stagoi_color: "" + d_b_stamford_color: "" + d_b_stange_color: "" + d_b_stanimaka_color: "" + d_b_stargad_color: "" + d_b_starodub_color: "" + d_b_starodub-on-the-klyazma_color: "" + d_b_staveren_color: "" + d_b_stcatherine_color: "" + d_b_steenwijk_color: "" + d_b_stegholm_color: "" + d_b_stendal_color: "" + d_b_stepan_color: "" + d_b_sterlitamak_color: "" + d_b_steyr_color: "" + d_b_stezyca_color: "" + d_b_sthanisvara_color: "" + d_b_sthlanitza_color: "" + d_b_stigliano_color: "" + d_b_stipon_color: "" + d_b_stirling_color: "" + d_b_stjordala_color: "" + d_b_stoenesti_color: "" + d_b_stoke_on_trent_color: "" + d_b_stokkseyri_color: "" + d_b_stolby_color: "" + d_b_stolsheimen_color: "" + d_b_ston_color: "" + d_b_storkow_color: "" + d_b_storsjo_color: "" + d_b_stoyanka_color: "" + d_b_stralsund_color: "" + d_b_strand_color: "" + d_b_strassburg_color: "" + d_b_strasswalchen_color: "" + d_b_strathgryte_color: "" + d_b_strehaia_color: "" + d_b_strehlitz_color: "" + d_b_stribro_color: "" + d_b_strigines_color: "" + d_b_strumica_color: "" + d_b_stwerap_color: "" + d_b_suadigil_color: "" + d_b_suakin_color: "" + d_b_subakh_color: "" + d_b_subashi_color: "" + d_b_subay_color: "" + d_b_subei_color: "" + d_b_subu_color: "" + d_b_suceava_color: "" + d_b_suchatu_color: "" + d_b_suday_color: "" + d_b_sudbury_color: "" + d_b_sudherkopung_color: "" + d_b_sudogda_color: "" + d_b_sudzha_color: "" + d_b_suenekele_color: "" + d_b_sufaina_color: "" + d_b_sugauna_color: "" + d_b_sugi_color: "" + d_b_suhravard_color: "" + d_b_sukawand_color: "" + d_b_sukayr_al-abbas_color: "" + d_b_sukh_color: "" + d_b_sukhorukova_color: "" + d_b_sulecin_color: "" + d_b_sulina_color: "" + d_b_sulkava_color: "" + d_b_sullum_color: "" + d_b_sully_sur_loire_color: "" + d_b_sulugu_color: "" + d_b_sulz_color: "" + d_b_sulzbach_color: "" + d_b_sumbe_color: "" + d_b_sumdo_color: "" + d_b_sumna_color: "" + d_b_sumnal_color: "" + d_b_sumray_color: "" + d_b_sumshul_color: "" + d_b_sumy_color: "" + d_b_suna_color: "" + d_b_sunam_color: "" + d_b_sunan_color: "" + d_b_sund_color: "" + d_b_sundby_color: "" + d_b_sungqu_color: "" + d_b_sunnhordalandi_color: "" + d_b_sunnmore_color: "" + d_b_suojarvi_color: "" + d_b_suondavara_color: "" + d_b_suonnjel_color: "" + d_b_suoparsaari_color: "" + d_b_suq-socotra_color: "" + d_b_sur_color: "" + d_b_suraparaka_color: "" + d_b_surazichi_color: "" + d_b_surgut_color: "" + d_b_suriya_color: "" + d_b_susa_color: "" + d_b_suteysk_color: "" + d_b_suthri_eystridali_color: "" + d_b_suthri_gudbrandsdali_color: "" + d_b_sutkend_color: "" + d_b_sutkhol_color: "" + d_b_sutri_color: "" + d_b_suvalkai_color: "" + d_b_suvar_color: "" + d_b_suvarnagram_color: "" + d_b_suvarnapura_color: "" + d_b_suvorov_color: "" + d_b_suvunduk_color: "" + d_b_suyab_color: "" + d_b_suzak_color: "" + d_b_suzdal_color: "" + d_b_suzhou_color: "" + d_b_svarvas_color: "" + d_b_sveg_color: "" + d_b_svendborg_color: "" + d_b_svolensk_color: "" + d_b_svrljig_color: "" + d_b_swa_color: "" + d_b_swansea_color: "" + d_b_swetakapura_color: "" + d_b_swinoujscie_color: "" + d_b_swiny_color: "" + d_b_sylva_color: "" + d_b_symbyl_color: "" + d_b_synaos_color: "" + d_b_synnada_color: "" + d_b_syracusa_color: "" + d_b_syriam_color: "" + d_b_syrte_color: "" + d_b_syrtripolis_color: "" + d_b_sysma_color: "" + d_b_szabolcs_color: "" + d_b_szaszkezd_color: "" + d_b_szaszregen_color: "" + d_b_szatmar_color: "" + d_b_szava_color: "" + d_b_szczecin_color: "" + d_b_szczecinek_color: "" + d_b_szeged_color: "" + d_b_szek_color: "" + d_b_szekelyudvarhely_color: "" + d_b_szekesfehervar_color: "" + d_b_szendro_color: "" + d_b_szentgotthard_color: "" + d_b_szerem_color: "" + d_b_szerencs_color: "" + d_b_szigetvar_color: "" + d_b_szilagy_color: "" + d_b_szobszlo_color: "" + d_b_szolnok_color: "" + d_b_szydlowiec_color: "" + d_b_taatsiin_tsagaan_color: "" + d_b_taba_color: "" + d_b_tabala_color: "" + d_b_tabala-hijaz_color: "" + d_b_tabalbala_color: "" + d_b_tabarqa_color: "" + d_b_tabary_color: "" + d_b_tabas_color: "" + d_b_tabassa_color: "" + d_b_tabia_color: "" + d_b_tabla_butii_color: "" + d_b_tabo_color: "" + d_b_tabon_color: "" + d_b_tabriz_color: "" + d_b_tabu_color: "" + d_b_tabuk_color: "" + d_b_taburshiq_color: "" + d_b_tada_color: "" + d_b_tadallis_color: "" + d_b_tadjoura_color: "" + d_b_tadkeshwar_color: "" + d_b_tadla_color: "" + d_b_tadmekka_color: "" + d_b_tadmekka_route_color: "" + d_b_tadmur_color: "" + d_b_tafalla_color: "" + d_b_tafilalt_color: "" + d_b_tafraoua-sebdou_color: "" + d_b_tagabo_color: "" + d_b_tagadur_color: "" + d_b_tagali_color: "" + d_b_tagali_south_color: "" + d_b_taganrog_color: "" + d_b_tagant_color: "" + d_b_tagant_west_color: "" + d_b_tagawst_color: "" + d_b_taghaza_color: "" + d_b_taghaza_road_color: "" + d_b_taghmut_color: "" + d_b_taghyart_color: "" + d_b_tagil_color: "" + d_b_tagmadart_color: "" + d_b_tagragra_color: "" + d_b_tagul_color: "" + d_b_tahart_color: "" + d_b_tahiriya_color: "" + d_b_tahlit_color: "" + d_b_tahoua_color: "" + d_b_taigan_color: "" + d_b_taikkala_color: "" + d_b_taillebourg_color: "" + d_b_tailyak-kul_color: "" + d_b_tain_color: "" + d_b_taisugan_color: "" + d_b_taizz_color: "" + d_b_tajrift_color: "" + d_b_takchongrong_color: "" + d_b_takkaloma_color: "" + d_b_takkeda_color: "" + d_b_takoerpasitao_color: "" + d_b_takon_color: "" + d_b_takrit_color: "" + d_b_takrur_color: "" + d_b_taksar_color: "" + d_b_taktse_color: "" + d_b_tal_tugal_color: "" + d_b_tala_color: "" + d_b_talakad_color: "" + d_b_talas_color: "" + d_b_talavera_color: "" + d_b_taldiqorgan_color: "" + d_b_talekan_color: "" + d_b_taleqan_color: "" + d_b_talgar_color: "" + d_b_talgarth_color: "" + d_b_talish_color: "" + d_b_talje_color: "" + d_b_tall_afar_color: "" + d_b_tall_afrin_color: "" + d_b_tall_ammar_color: "" + d_b_tall_bashir_color: "" + d_b_tall_basma_color: "" + d_b_tall_fafan_color: "" + d_b_tall_haftun_color: "" + d_b_tall_hamid_color: "" + d_b_tall_mahra_color: "" + d_b_tall_mauzan_color: "" + d_b_talmont_color: "" + d_b_talta_color: "" + d_b_tama_color: "" + d_b_tamani_color: "" + d_b_tamanin_color: "" + d_b_tamazda_color: "" + d_b_tambov_color: "" + d_b_tamdins_color: "" + d_b_tamentit_color: "" + d_b_tamgaly_color: "" + d_b_tamisha_color: "" + d_b_tamiso_color: "" + d_b_tamralipti_color: "" + d_b_tamsweg_color: "" + d_b_tamusubulage_color: "" + d_b_tamzawa_color: "" + d_b_tana_color: "" + d_b_tanadaris_color: "" + d_b_tanahun_color: "" + d_b_tanas_color: "" + d_b_tandbridge_color: "" + d_b_tando_husubiya_color: "" + d_b_tangermunde_color: "" + d_b_tangiers_color: "" + d_b_tangtse_color: "" + d_b_tanjavur_color: "" + d_b_tankasi_color: "" + d_b_tanna_color: "" + d_b_tantkyitaung_color: "" + d_b_taoskari_color: "" + d_b_taoudeni_color: "" + d_b_taouz_color: "" + d_b_tapsa_color: "" + d_b_taqyus_color: "" + d_b_tara_color: "" + d_b_taradavadi_color: "" + d_b_taranto_color: "" + d_b_tarascon_color: "" + d_b_taraz_color: "" + d_b_tarazki_color: "" + d_b_tarazona_color: "" + d_b_tarbes_color: "" + d_b_tarfaya_color: "" + d_b_targoviste_color: "" + d_b_targsor_color: "" + d_b_targu_jiu_color: "" + d_b_targu_neamnt_color: "" + d_b_targyl_color: "" + d_b_tariat_color: "" + d_b_tarifa_color: "" + d_b_tarkwa_color: "" + d_b_tarm_color: "" + d_b_tarnow_color: "" + d_b_tarragona_color: "" + d_b_tarsos_color: "" + d_b_tarsukh_color: "" + d_b_tarsus_color: "" + d_b_tartas_color: "" + d_b_tartas_SIB_color: "" + d_b_tartu_color: "" + d_b_tarudant_color: "" + d_b_taruga_color: "" + d_b_tarvagatai_color: "" + d_b_tasagdah_color: "" + d_b_taseya_color: "" + d_b_tasgimut_color: "" + d_b_tashkurgan_color: "" + d_b_tashti_color: "" + d_b_taskyl_color: "" + d_b_tasnad_color: "" + d_b_tasqala_color: "" + d_b_tassawa_color: "" + d_b_tasta_color: "" + d_b_tatarka_color: "" + d_b_tatarki_color: "" + d_b_tatartopa_color: "" + d_b_tatvan_color: "" + d_b_tatyr_kul_color: "" + d_b_taulov_color: "" + d_b_taungbyon_color: "" + d_b_taungdwingyi_color: "" + d_b_taunton_color: "" + d_b_taurage_color: "" + d_b_tavavis_color: "" + d_b_tawang_color: "" + d_b_tawurgha_color: "" + d_b_tawwaj_color: "" + d_b_tawwam_color: "" + d_b_tawwam_west_color: "" + d_b_tayabad_color: "" + d_b_tayma_color: "" + d_b_taza_color: "" + d_b_tazagourt_color: "" + d_b_tazar_color: "" + d_b_tbilisi_color: "" + d_b_teck_color: "" + d_b_tecklenburg_color: "" + d_b_tecso_color: "" + d_b_tecuci_color: "" + d_b_tedmait_color: "" + d_b_tegernheim_color: "" + d_b_teglakar_color: "" + d_b_tegurik_color: "" + d_b_teiga_color: "" + d_b_tekar_color: "" + d_b_teke_color: "" + d_b_tekes_color: "" + d_b_tekeze_color: "" + d_b_tekyiman_color: "" + d_b_telavi_color: "" + d_b_telcz_color: "" + d_b_telegul_color: "" + d_b_telemark_color: "" + d_b_telja_color: "" + d_b_telmen_color: "" + d_b_telmessos_color: "" + d_b_telsiai_color: "" + d_b_temesvar_color: "" + d_b_temir_color: "" + d_b_templin_color: "" + d_b_temqen_color: "" + d_b_tenda_color: "" + d_b_tenerife_color: "" + d_b_tengerge_color: "" + d_b_tengiz_color: "" + d_b_tenis_color: "" + d_b_tenkasi_color: "" + d_b_tenkudugo_color: "" + d_b_tephrice_color: "" + d_b_teramo_color: "" + d_b_terebovl_color: "" + d_b_terek_color: "" + d_b_terekli_color: "" + d_b_terektai_color: "" + d_b_terekti_color: "" + d_b_termez_color: "" + d_b_terni_color: "" + d_b_terom_color: "" + d_b_terracina_color: "" + d_b_tersa_color: "" + d_b_teruel_color: "" + d_b_tesiin_gol_color: "" + d_b_tessalit_color: "" + d_b_teterpush_color: "" + d_b_tetina_color: "" + d_b_tetovo_color: "" + d_b_tewo_color: "" + d_b_tezu_color: "" + d_b_thabeik_taung_color: "" + d_b_thaj_color: "" + d_b_thaldat_color: "" + d_b_thalner_color: "" + d_b_thamud_color: "" + d_b_thana_color: "" + d_b_tharrawaddy_color: "" + d_b_thasos_color: "" + d_b_thaton_color: "" + d_b_thatta_color: "" + d_b_thaungdut_color: "" + d_b_thayetmyo_color: "" + d_b_the_uists_color: "" + d_b_thebeshellas_color: "" + d_b_theodosia_color: "" + d_b_theodosiopolis_color: "" + d_b_thera_color: "" + d_b_therma_color: "" + d_b_thessaloniki_color: "" + d_b_thetford_color: "" + d_b_thiers_color: "" + d_b_thiladhunmathi_color: "" + d_b_thimpu_color: "" + d_b_tholing_color: "" + d_b_thonon_les_bains_color: "" + d_b_thouars_color: "" + d_b_thun_color: "" + d_b_thurso_color: "" + d_b_thyatira_color: "" + d_b_tiabis_color: "" + d_b_tiagba_color: "" + d_b_tianzhu_color: "" + d_b_tiberias_color: "" + d_b_tiberkul_color: "" + d_b_tibesti-central_color: "" + d_b_tibesti-south_color: "" + d_b_tibesti_route_color: "" + d_b_tibis_sor_color: "" + d_b_tichitt_color: "" + d_b_tidikelt_color: "" + d_b_tidri_color: "" + d_b_tie_color: "" + d_b_tiebuken_color: "" + d_b_tiel_color: "" + d_b_tifash_color: "" + d_b_tigheci_color: "" + d_b_tighina_color: "" + d_b_tigre_color: "" + d_b_tih_color: "" + d_b_tiiksjarvi_color: "" + d_b_tijis_color: "" + d_b_tikenik_color: "" + d_b_tikhfa_color: "" + d_b_tikhon_color: "" + d_b_tikhvin_color: "" + d_b_tikoutamine_color: "" + d_b_tilburg_color: "" + d_b_tilghemt_color: "" + d_b_till_color: "" + d_b_tillaberi_color: "" + d_b_tilokpur_color: "" + d_b_tilsit_color: "" + d_b_timbedra_color: "" + d_b_timbi_tunni_color: "" + d_b_timbo_color: "" + d_b_timbuktu_color: "" + d_b_tindouf_color: "" + d_b_tindouf_road_color: "" + d_b_tingevara_color: "" + d_b_tingi_color: "" + d_b_tingri_color: "" + d_b_tingvalla_color: "" + d_b_tinimseyit_color: "" + d_b_tinkisso_color: "" + d_b_tinmallal_color: "" + d_b_tinnai_color: "" + d_b_tinnis_color: "" + d_b_tinos_color: "" + d_b_tinsukia_color: "" + d_b_tintagel_color: "" + d_b_tirakka_color: "" + d_b_tirano_color: "" + d_b_tiranshah_color: "" + d_b_tiraspol_color: "" + d_b_tiri_color: "" + d_b_tiris_color: "" + d_b_tiris-south_color: "" + d_b_tirsa_color: "" + d_b_tirukoilur_color: "" + d_b_tirunelveli_color: "" + d_b_tiruppur_color: "" + d_b_tiruvannamalai_color: "" + d_b_tischna_color: "" + d_b_tisselskog_color: "" + d_b_tit-an-wagurramt_color: "" + d_b_titel_color: "" + d_b_tittawan_color: "" + d_b_tivoli_color: "" + d_b_tiz_color: "" + d_b_tlawng_color: "" + d_b_tlemcen_color: "" + d_b_tmogvi_color: "" + d_b_tmutarakan_color: "" + d_b_to_lus_color: "" + d_b_tobgyai_color: "" + d_b_tobol_color: "" + d_b_tobol_bis_color: "" + d_b_tobruk_color: "" + d_b_todo_color: "" + d_b_tofa_nuruud_color: "" + d_b_tofalaria_color: "" + d_b_togarakunta_color: "" + d_b_togdheer_color: "" + d_b_tohmajarvi_color: "" + d_b_tokar_color: "" + d_b_tokobay_color: "" + d_b_toksu_color: "" + d_b_toksun_color: "" + d_b_tokumbay_color: "" + d_b_toladie_color: "" + d_b_toledo_color: "" + d_b_toli_color: "" + d_b_tolisa_color: "" + d_b_tolna_color: "" + d_b_tolti_color: "" + d_b_tolz_color: "" + d_b_toma_color: "" + d_b_toma_toro_color: "" + d_b_tombo_color: "" + d_b_tomelloso_color: "" + d_b_tommerup_color: "" + d_b_tomorbulag_color: "" + d_b_tomsk_color: "" + d_b_tonbridge_color: "" + d_b_tondiaru_color: "" + d_b_tondikwarey_color: "" + d_b_tongkor_color: "" + d_b_tongmoin_color: "" + d_b_tonko_color: "" + d_b_tonnerre_color: "" + d_b_topar_vosh_color: "" + d_b_topolno_color: "" + d_b_toporo_color: "" + d_b_topusko_color: "" + d_b_tor_color: "" + d_b_torangy_kul_color: "" + d_b_torcsvar_color: "" + d_b_torda_color: "" + d_b_torema_color: "" + d_b_torgar_color: "" + d_b_torgau_color: "" + d_b_torna_color: "" + d_b_toro_color: "" + d_b_toropets_color: "" + d_b_torsas_color: "" + d_b_torshavn_color: "" + d_b_tortoli_color: "" + d_b_tortomi_color: "" + d_b_tortona_color: "" + d_b_tortosa_color: "" + d_b_torun_color: "" + d_b_torzhok_color: "" + d_b_totkarak_color: "" + d_b_totma_color: "" + d_b_totnes_color: "" + d_b_touba_color: "" + d_b_toul_color: "" + d_b_toulon_color: "" + d_b_toulouse_color: "" + d_b_toumana_color: "" + d_b_toungoo_color: "" + d_b_tournai_color: "" + d_b_tourraine_color: "" + d_b_tours_color: "" + d_b_tovajarvi_color: "" + d_b_tovkhon_color: "" + d_b_tovuz_color: "" + d_b_toya_color: "" + d_b_tozeur_color: "" + d_b_tradruk_color: "" + d_b_traghan_color: "" + d_b_traianopolis_color: "" + d_b_trakai_color: "" + d_b_tralee_color: "" + d_b_trancoso_color: "" + d_b_trandam_color: "" + d_b_trani_color: "" + d_b_trapani_color: "" + d_b_trashigang_color: "" + d_b_trashingling_color: "" + d_b_traunstein_color: "" + d_b_travnik_color: "" + d_b_trebinje_color: "" + d_b_trebizond_color: "" + d_b_treguier_color: "" + d_b_treliaka_color: "" + d_b_trelleborg_color: "" + d_b_trenscen_color: "" + d_b_trento_color: "" + d_b_treviso_color: "" + d_b_triana_color: "" + d_b_tribandapura_color: "" + d_b_trier_color: "" + d_b_trieste_color: "" + d_b_triga_color: "" + d_b_triglavski_color: "" + d_b_trikala_color: "" + d_b_trim_color: "" + d_b_trincomalee_color: "" + d_b_tripura_color: "" + d_b_tripuri_color: "" + d_b_triwang_color: "" + d_b_troizk_color: "" + d_b_tromsa_genma_color: "" + d_b_trongsa_color: "" + d_b_tropea_color: "" + d_b_trotskhoper_color: "" + d_b_troyes_color: "" + d_b_trsow_color: "" + d_b_trubending_color: "" + d_b_trubetsk_color: "" + d_b_trujillo_color: "" + d_b_tsagaan_gazar_color: "" + d_b_tsagaan_kropot_color: "" + d_b_tsagaanuur_color: "" + d_b_tsagan_shibetu_color: "" + d_b_tsageri_color: "" + d_b_tsalakert_color: "" + d_b_tsambagarau_color: "" + d_b_tsaparang_color: "" + d_b_tsarevokokchaisk_color: "" + d_b_tsartsanmod_color: "" + d_b_tsasengiin_color: "" + d_b_tseel_color: "" + d_b_tselym_dalyn_color: "" + d_b_tsepina_color: "" + d_b_tserlona_color: "" + d_b_tsetsen_khairkhan_color: "" + d_b_tskhinvali_color: "" + d_b_tskhumi_color: "" + d_b_tsongdu_color: "" + d_b_tuam_color: "" + d_b_tuba_TUV_color: "" + d_b_tubingen_color: "" + d_b_tubna_color: "" + d_b_tuchowna_color: "" + d_b_tudela_color: "" + d_b_tudgha_color: "" + d_b_tudugu_color: "" + d_b_tuggurt_color: "" + d_b_tui_color: "" + d_b_tuin_color: "" + d_b_tukalinsk_color: "" + d_b_tukhchi_color: "" + d_b_tula_color: "" + d_b_tulamba_color: "" + d_b_tulcha_color: "" + d_b_tulkulam_color: "" + d_b_tuluchezeva_color: "" + d_b_tulugai_sor_color: "" + d_b_tulun_color: "" + d_b_tumak_color: "" + d_b_tumar_color: "" + d_b_tumbus_color: "" + d_b_tummana_color: "" + d_b_tummo_color: "" + d_b_tumshuk_color: "" + d_b_tun_color: "" + d_b_tunamir_color: "" + d_b_tunayda_color: "" + d_b_tungut_color: "" + d_b_tunis_color: "" + d_b_tunsberg_color: "" + d_b_tuorpon_color: "" + d_b_tur_color: "" + d_b_tura_color: "" + d_b_tura_kala_color: "" + d_b_turaba_color: "" + d_b_tureiq_color: "" + d_b_turek_color: "" + d_b_turenne_color: "" + d_b_turgay_color: "" + d_b_turgen_color: "" + d_b_turgen_uul_color: "" + d_b_turgen_uul_bis_color: "" + d_b_turin_color: "" + d_b_turin_TARIM_color: "" + d_b_turinsk_color: "" + d_b_turku_color: "" + d_b_turnhout_color: "" + d_b_turnovo_color: "" + d_b_turnu_color: "" + d_b_turoc_color: "" + d_b_turov_color: "" + d_b_turpan_color: "" + d_b_turra_color: "" + d_b_tursan_color: "" + d_b_turtuk_color: "" + d_b_turunku_color: "" + d_b_tus_color: "" + d_b_tustar_color: "" + d_b_tusum_kum_color: "" + d_b_tuting_color: "" + d_b_tutrakan_color: "" + d_b_tuul_khentii_color: "" + d_b_tuulain_color: "" + d_b_tuz_color: "" + d_b_tuzara_color: "" + d_b_tuzdyn_color: "" + d_b_tver_color: "" + d_b_twardosczino_color: "" + d_b_twistringen_color: "" + d_b_tyana_color: "" + d_b_tyeme_color: "" + d_b_tyeng_color: "" + d_b_tym_color: "" + d_b_tyraion_color: "" + d_b_tyre_color: "" + d_b_tyumen_color: "" + d_b_tzimisca_color: "" + d_b_tzyvil_color: "" + d_b_uba_KAZ_color: "" + d_b_ubad_color: "" + d_b_ubeda_color: "" + d_b_ubins_color: "" + d_b_ubmeje_color: "" + d_b_uburu_color: "" + d_b_uceda_color: "" + d_b_uch_color: "" + d_b_uch_TARIM_color: "" + d_b_uch_katyn_color: "" + d_b_uchangidurga_color: "" + d_b_uchkul_color: "" + d_b_uchum_color: "" + d_b_ucles_color: "" + d_b_ucramund_color: "" + d_b_udabhanda_color: "" + d_b_udaipur_color: "" + d_b_udayagiri_color: "" + d_b_udayavara_color: "" + d_b_udbina_color: "" + d_b_uddevalla_color: "" + d_b_uddjaur_color: "" + d_b_udfu_color: "" + d_b_udine_color: "" + d_b_uelzen_color: "" + d_b_ufa_color: "" + d_b_uffenheim_color: "" + d_b_uglich_color: "" + d_b_uiska_color: "" + d_b_uisneach_color: "" + d_b_ujan_color: "" + d_b_ujarma_color: "" + d_b_ujhani_color: "" + d_b_ujjayini_color: "" + d_b_ukavskaya_color: "" + d_b_ukbara_color: "" + d_b_ukek_color: "" + d_b_uktuz_color: "" + d_b_ulaagchiin_khar_color: "" + d_b_ulaan_gol_color: "" + d_b_ulaanbaatar_color: "" + d_b_ulaangom_color: "" + d_b_ulaantaiga_color: "" + d_b_ulaira_color: "" + d_b_ulam_color: "" + d_b_ulan_chuzir_color: "" + d_b_ulan_ude_color: "" + d_b_ulcinj_color: "" + d_b_ulenty_color: "" + d_b_ulenulaco_color: "" + d_b_uliastai_color: "" + d_b_uliuty_color: "" + d_b_ulm_color: "" + d_b_ulmi_color: "" + d_b_ulu-uil_color: "" + d_b_ulu_jitanjik_color: "" + d_b_ulugkol_color: "" + d_b_ulugqat_color: "" + d_b_uluskate_color: "" + d_b_ulvila_color: "" + d_b_ulytau_color: "" + d_b_um_shashoba_color: "" + d_b_um_sunt_color: "" + d_b_umaisha_color: "" + d_b_uman_color: "" + d_b_umardan_color: "" + d_b_ume_color: "" + d_b_umerkote_color: "" + d_b_umiai_color: "" + d_b_umm_gafala_color: "" + d_b_umm_kedada_color: "" + d_b_umm_usuda_color: "" + d_b_umri_color: "" + d_b_unakoti_color: "" + d_b_unar_color: "" + d_b_unayza_color: "" + d_b_uncastillo_color: "" + d_b_unenezh_color: "" + d_b_ungheni_color: "" + d_b_ungvar_color: "" + d_b_unicov_color: "" + d_b_uniejow_color: "" + d_b_uperkot_color: "" + d_b_uplistsikhe_color: "" + d_b_upper_amur_color: "" + d_b_upper_bafing_color: "" + d_b_upper_dinder_color: "" + d_b_upper_gambia_color: "" + d_b_upper_karran_color: "" + d_b_upper_kutulo_color: "" + d_b_upper_lobo_color: "" + d_b_upper_milk_color: "" + d_b_upper_mole_color: "" + d_b_upper_mono_color: "" + d_b_upper_nugaal_color: "" + d_b_upper_nyene_color: "" + d_b_upper_nzi_color: "" + d_b_upper_tano_color: "" + d_b_uppsala_color: "" + d_b_uppvidinge_color: "" + d_b_upyte_color: "" + d_b_uq_color: "" + d_b_uqda_color: "" + d_b_uraiyur_color: "" + d_b_ural_color: "" + d_b_uram_color: "" + d_b_urbino_color: "" + d_b_urbun_color: "" + d_b_urd_color: "" + d_b_urgamal_color: "" + d_b_urgell_color: "" + d_b_urgench_color: "" + d_b_urgun_color: "" + d_b_uri_color: "" + d_b_urik_color: "" + d_b_urmary_color: "" + d_b_urmiya_color: "" + d_b_urquhart_color: "" + d_b_urta_tau_color: "" + d_b_urtmoron_color: "" + d_b_urtu_bulak_color: "" + d_b_urzedow_color: "" + d_b_urzen_color: "" + d_b_urzhar_color: "" + d_b_uses_color: "" + d_b_usfain_color: "" + d_b_ushara_color: "" + d_b_usharal_color: "" + d_b_ushnuya_color: "" + d_b_ushytsia_color: "" + d_b_usman_color: "" + d_b_usora_color: "" + d_b_ust-donvokhi_color: "" + d_b_ust-ishim_color: "" + d_b_ust-katav_color: "" + d_b_ust-livny_color: "" + d_b_ustra_color: "" + d_b_usyorga_color: "" + d_b_utan_namdal_color: "" + d_b_utena_color: "" + d_b_utrecth_color: "" + d_b_uttaramerur_color: "" + d_b_uttarkashi_color: "" + d_b_uva_color: "" + d_b_uvs_nuur_color: "" + d_b_uwal_color: "" + d_b_uxkull_color: "" + d_b_uza_color: "" + d_b_uzen_color: "" + d_b_uzgend_color: "" + d_b_uzgend_KARA_color: "" + d_b_uzice_color: "" + d_b_uzun-kul_color: "" + d_b_uzwara_color: "" + d_b_vadnagar_color: "" + d_b_vadodara_color: "" + d_b_vaestraaros_color: "" + d_b_vagaiskoy_color: "" + d_b_vagan_color: "" + d_b_vagay_color: "" + d_b_vaihingen_color: "" + d_b_vaijayanti_color: "" + d_b_vairagara_color: "" + d_b_vairata_color: "" + d_b_vaisali_color: "" + d_b_vaison_color: "" + d_b_vajdahunyad_color: "" + d_b_vakovo_color: "" + d_b_val_camonica_color: "" + d_b_valabhi_color: "" + d_b_valamara_color: "" + d_b_valashkert_color: "" + d_b_valday_color: "" + d_b_valdres_color: "" + d_b_valencay_color: "" + d_b_valence_color: "" + d_b_valencia_color: "" + d_b_valenciadecampos_color: "" + d_b_valenciennes_color: "" + d_b_valeria_color: "" + d_b_valga_color: "" + d_b_valkininkai_color: "" + d_b_valladolid_color: "" + d_b_vallombrosa_color: "" + d_b_vallurapura_color: "" + d_b_valmiera_color: "" + d_b_valvalij_color: "" + d_b_vamanasthali_color: "" + d_b_van_color: "" + d_b_vankapura_color: "" + d_b_vannes_color: "" + d_b_varaghshar_color: "" + d_b_varakhsha_color: "" + d_b_varanasi_color: "" + d_b_varanno_color: "" + d_b_varde_color: "" + d_b_vardhamana_color: "" + d_b_varel_color: "" + d_b_vares_color: "" + d_b_varese_color: "" + d_b_vargashi_color: "" + d_b_varna_color: "" + d_b_varnhem_color: "" + d_b_varsan_color: "" + d_b_varsiga_color: "" + d_b_varto_color: "" + d_b_vartsikhe_color: "" + d_b_varukh_color: "" + d_b_vasarhely_color: "" + d_b_vase_color: "" + d_b_vashjird_color: "" + d_b_vaskina_polyana_color: "" + d_b_vaslui_color: "" + d_b_vastseliina_color: "" + d_b_vastvagborg_color: "" + d_b_vasvar_color: "" + d_b_vasyugan_color: "" + d_b_vatapadraka_color: "" + d_b_vatapi_color: "" + d_b_vaticano_color: "" + d_b_vatra_dornei_color: "" + d_b_vatsagulma_color: "" + d_b_vatselanjarvi_color: "" + d_b_vaucouleurs_color: "" + d_b_vaudemont_color: "" + d_b_vavuniya_color: "" + d_b_vaxjo_color: "" + d_b_vecchio_color: "" + d_b_vechta_color: "" + d_b_vehari_color: "" + d_b_vehkalahti_color: "" + d_b_vehringen_color: "" + d_b_velay_color: "" + d_b_velbazhd_color: "" + d_b_veldenz_color: "" + d_b_veles_color: "" + d_b_velestino_color: "" + d_b_veliky_ustyug_color: "" + d_b_veliuona_color: "" + d_b_velizh_color: "" + d_b_vella_color: "" + d_b_velletri_color: "" + d_b_velsk_color: "" + d_b_vemulavada_color: "" + d_b_venden_color: "" + d_b_vendome_color: "" + d_b_venezia_color: "" + d_b_vengipura_color: "" + d_b_venosa_color: "" + d_b_ventadelmoro_color: "" + d_b_ventadour_color: "" + d_b_vercelli_color: "" + d_b_verchina_uzen_color: "" + d_b_verdala_color: "" + d_b_verden_color: "" + d_b_verdun_color: "" + d_b_verevce_color: "" + d_b_veria_color: "" + d_b_verkhoturye_color: "" + d_b_verkhovazhye_color: "" + d_b_verkola_color: "" + d_b_verkouralsk_color: "" + d_b_verneuil_color: "" + d_b_vernon_color: "" + d_b_verona_color: "" + d_b_versailles_color: "" + d_b_vershinino_color: "" + d_b_ves_yogonska_color: "" + d_b_veseli_color: "" + d_b_vesoul_color: "" + d_b_vestfirdir_color: "" + d_b_veszprem_color: "" + d_b_veteli_color: "" + d_b_vetluga_color: "" + d_b_vetrino_color: "" + d_b_vettanen_color: "" + d_b_veurne_color: "" + d_b_vezelay_color: "" + d_b_vezir_color: "" + d_b_vhrbosna_color: "" + d_b_vianadoalento_color: "" + d_b_vianden_color: "" + d_b_viazovka_color: "" + d_b_viborg_color: "" + d_b_vic_color: "" + d_b_vicenza_color: "" + d_b_vidin_color: "" + d_b_vidisa_color: "" + d_b_vielha_color: "" + d_b_vienna_color: "" + d_b_vienne_color: "" + d_b_vierzon_color: "" + d_b_vieste_color: "" + d_b_vigevano_color: "" + d_b_vigo_color: "" + d_b_viipuri_color: "" + d_b_vijayanagara_color: "" + d_b_vijayapura_color: "" + d_b_vijayapura_bis_color: "" + d_b_vijayawada_color: "" + d_b_vijnot_color: "" + d_b_vikramapura_color: "" + d_b_vikramasila_color: "" + d_b_vikulova_color: "" + d_b_vilalba_color: "" + d_b_viljandi_color: "" + d_b_vilkaviskis_color: "" + d_b_vilkmerge_color: "" + d_b_villa_real_color: "" + d_b_villablino_color: "" + d_b_villach_color: "" + d_b_villafafila_color: "" + d_b_villarejodesalvanes_color: "" + d_b_villars_color: "" + d_b_villaviciosa_color: "" + d_b_vilnius_color: "" + d_b_vilva_color: "" + d_b_vimmerby_color: "" + d_b_vindia_color: "" + d_b_vinitapura_color: "" + d_b_vinnytsia_color: "" + d_b_vinukonda_color: "" + d_b_viraja_color: "" + d_b_virton_color: "" + d_b_virudhukkalvetti_color: "" + d_b_visegrad_color: "" + d_b_visegrad_hun_color: "" + d_b_viseu_color: "" + d_b_visnupura_color: "" + d_b_visoki_color: "" + d_b_vitebsk_color: "" + d_b_viterbo_color: "" + d_b_vitim_color: "" + d_b_vitimkan_color: "" + d_b_vitimkhad_color: "" + d_b_vitry_en_perthois_color: "" + d_b_vitzgora_color: "" + d_b_viviers_color: "" + d_b_vizagipatam_color: "" + d_b_vizhinjam_color: "" + d_b_vladimir_color: "" + d_b_vodamayutja_color: "" + d_b_voden_color: "" + d_b_vodicevo_color: "" + d_b_voghera_color: "" + d_b_voin_color: "" + d_b_vokhma_color: "" + d_b_volcha_color: "" + d_b_volin_color: "" + d_b_volkovysk_color: "" + d_b_volochok_color: "" + d_b_volodymyr_color: "" + d_b_vologda_color: "" + d_b_volok_lamsky_color: "" + d_b_voloz_color: "" + d_b_volterra_color: "" + d_b_volzhsk_color: "" + d_b_vonitsa_color: "" + d_b_vopnafjordur_color: "" + d_b_vorbasse_color: "" + d_b_vorona_color: "" + d_b_voronezh_color: "" + d_b_vorotynsk_color: "" + d_b_voss_color: "" + d_b_vostitsa_color: "" + d_b_votkinsk_color: "" + d_b_voznessensk_color: "" + d_b_vraclav_color: "" + d_b_vranduk_color: "" + d_b_vranje_color: "" + d_b_vratsa_color: "" + d_b_vrestenitsa_color: "" + d_b_vreta_color: "" + d_b_vualtjere_color: "" + d_b_vuohijarvi_color: "" + d_b_vyangi_color: "" + d_b_vyatskoye_color: "" + d_b_vyazma_color: "" + d_b_vyksa_color: "" + d_b_vyr_color: "" + d_b_vysehrad_color: "" + d_b_vyshgorod_color: "" + d_b_vyshny_volochyok_color: "" + d_b_wa_color: "" + d_b_waalo_color: "" + d_b_waasu_color: "" + d_b_wabar_color: "" + d_b_wad_color: "" + d_b_wad_abu_nahl_color: "" + d_b_wad_hamid_color: "" + d_b_wadai_color: "" + d_b_wadan_color: "" + d_b_waddan_color: "" + d_b_wadeilannen_color: "" + d_b_wadern_color: "" + d_b_wadhar_color: "" + d_b_wadi_amur_color: "" + d_b_wadi_azwa_color: "" + d_b_wadi_daoura_color: "" + d_b_wadi_el-milk_color: "" + d_b_wadi_ghamid_color: "" + d_b_wadi_irawan_color: "" + d_b_wadi_makhil_color: "" + d_b_wadi_masus_color: "" + d_b_wadi_natrun_color: "" + d_b_wadi_odib_color: "" + d_b_wadi_tathlith_color: "" + d_b_wagadugu_color: "" + d_b_wagda_color: "" + d_b_waghlanat_color: "" + d_b_wagna_color: "" + d_b_wahiba_color: "" + d_b_waidhofen_color: "" + d_b_waihind_color: "" + d_b_waj_color: "" + d_b_wajda_color: "" + d_b_wajid_color: "" + d_b_wakhan_color: "" + d_b_walaqa_color: "" + d_b_walata_color: "" + d_b_walcz_color: "" + d_b_waldabba_color: "" + d_b_waldeck_color: "" + d_b_waldenburg_color: "" + d_b_waldkirchen_color: "" + d_b_walguyo_color: "" + d_b_walila_color: "" + d_b_walsingham_color: "" + d_b_walsrode_color: "" + d_b_wan_bhachran_color: "" + d_b_wandah_color: "" + d_b_wankath_color: "" + d_b_waqisa_color: "" + d_b_wara_color: "" + d_b_warab_color: "" + d_b_waram_color: "" + d_b_waramin_color: "" + d_b_warangal_color: "" + d_b_wardana_color: "" + d_b_wareham_color: "" + d_b_warendorf_color: "" + d_b_wargha_color: "" + d_b_wargla_color: "" + d_b_warjih_color: "" + d_b_warnnamo_color: "" + d_b_warq_color: "" + d_b_warrada_color: "" + d_b_warsheikh_color: "" + d_b_warszawa_color: "" + d_b_warwick_color: "" + d_b_warzazat_color: "" + d_b_warzigh_color: "" + d_b_wase_color: "" + d_b_wasit_color: "" + d_b_wassa_color: "" + d_b_wasulu_color: "" + d_b_waterford_color: "" + d_b_watit_color: "" + d_b_wawmana_color: "" + d_b_waxxari_color: "" + d_b_wayikhan_color: "" + d_b_wazeqqur_color: "" + d_b_wazwan_color: "" + d_b_wegera_color: "" + d_b_weinheim_color: "" + d_b_weinsberg_color: "" + d_b_weissenburg_color: "" + d_b_welamo_color: "" + d_b_welamo-west_color: "" + d_b_wellega-north_color: "" + d_b_wellega-south_color: "" + d_b_wels_color: "" + d_b_welshpool_color: "" + d_b_weme_color: "" + d_b_wenchi_color: "" + d_b_wentugaole_color: "" + d_b_wenyon_color: "" + d_b_wenzenbach_color: "" + d_b_werben_color: "" + d_b_werdenburg_color: "" + d_b_werle_color: "" + d_b_werningerode_color: "" + d_b_wertheim_color: "" + d_b_wesenburg_color: "" + d_b_west_adal_color: "" + d_b_west_attie_color: "" + d_b_west_derby_color: "" + d_b_west_gojjam_color: "" + d_b_west_kordofan_color: "" + d_b_west_kru_color: "" + d_b_west_mema_color: "" + d_b_west_sidamo_color: "" + d_b_wetzlar_color: "" + d_b_wexford_color: "" + d_b_wezel_color: "" + d_b_whitby_color: "" + d_b_whitehaven_color: "" + d_b_whyidah_color: "" + d_b_wick_color: "" + d_b_wicklow_color: "" + d_b_wied_color: "" + d_b_wiedenbruck_color: "" + d_b_wieliczka_color: "" + d_b_wielun_color: "" + d_b_wiesbaden_color: "" + d_b_wieselburg_color: "" + d_b_wigmore_color: "" + d_b_wigton_color: "" + d_b_wigtown_color: "" + d_b_wild_color: "" + d_b_wilhelmshaven_color: "" + d_b_wiltberg_color: "" + d_b_wilton_color: "" + d_b_winchcombe_color: "" + d_b_winchester_color: "" + d_b_windische_buhel_color: "" + d_b_winterstoke_color: "" + d_b_wiqro_color: "" + d_b_wisinghnso_color: "" + d_b_wislana_color: "" + d_b_wislica_color: "" + d_b_wismar_color: "" + d_b_witney_color: "" + d_b_wittenberg_color: "" + d_b_wittenstein_color: "" + d_b_wizna_color: "" + d_b_wladyslawowo_color: "" + d_b_wlen_color: "" + d_b_wloclawek_color: "" + d_b_woldenberg_color: "" + d_b_wolfenbuttel_color: "" + d_b_wolfratshausen_color: "" + d_b_wolfsberg_color: "" + d_b_wolgast_color: "" + d_b_wolkenstein_color: "" + d_b_wolong_color: "" + d_b_wolpe_color: "" + d_b_wolqayt_color: "" + d_b_wolsztyn_color: "" + d_b_wolverhampton_color: "" + d_b_wompu_color: "" + d_b_woora_saabe_color: "" + d_b_worcester_color: "" + d_b_wormditt_color: "" + d_b_worms_color: "" + d_b_worodugu_color: "" + d_b_worodugu_east_color: "" + d_b_woxbrigge_color: "" + d_b_wrexham_color: "" + d_b_wronki_color: "" + d_b_wschowa_color: "" + d_b_wuda_color: "" + d_b_wukari_color: "" + d_b_wuli_color: "" + d_b_wuliji_color: "" + d_b_wuluhai_color: "" + d_b_wun_color: "" + d_b_wunchoin_color: "" + d_b_wunsdorf_color: "" + d_b_wurttemberg_color: "" + d_b_wurzburg_color: "" + d_b_wushengyi_color: "" + d_b_wusu_color: "" + d_b_wusuta_color: "" + d_b_wutanzili_color: "" + d_b_wuyuan_color: "" + d_b_wycombe_color: "" + d_b_wysbu_color: "" + d_b_wyszgorod_color: "" + d_b_wyszkow_color: "" + d_b_xainza_color: "" + d_b_xamqu_color: "" + d_b_xanthia_color: "" + d_b_xenkyer_color: "" + d_b_xiba_color: "" + d_b_xibde_color: "" + d_b_xigaze_color: "" + d_b_xigortang_color: "" + d_b_xihu_color: "" + d_b_xingqing_color: "" + d_b_xining_color: "" + d_b_xiping_color: "" + d_b_xungba_color: "" + d_b_yabelo_color: "" + d_b_yabrin_color: "" + d_b_yabulai_color: "" + d_b_yadzi_color: "" + d_b_yaffa_color: "" + d_b_yagba_color: "" + d_b_yagkeng_color: "" + d_b_yagra_color: "" + d_b_yahtin_color: "" + d_b_yahudan_color: "" + d_b_yaia_color: "" + d_b_yaitsk_color: "" + d_b_yajatinagara_color: "" + d_b_yalachi_color: "" + d_b_yalala_color: "" + d_b_yalong_color: "" + d_b_yalu_torovsk_color: "" + d_b_yama_color: "" + d_b_yamama_color: "" + d_b_yamantau_color: "" + d_b_yamethin_color: "" + d_b_yamishevo_color: "" + d_b_yampil_color: "" + d_b_yanbu_color: "" + d_b_yanchiwan_color: "" + d_b_yanfolila_color: "" + d_b_yangadzha_color: "" + d_b_yangary_color: "" + d_b_yangguan_color: "" + d_b_yangikent_color: "" + d_b_yangjibalik_color: "" + d_b_yangpachen_color: "" + d_b_yangwarok_color: "" + d_b_yanokul_color: "" + d_b_yao_fitri_color: "" + d_b_yar_calli_color: "" + d_b_yaresna_color: "" + d_b_yarkand_color: "" + d_b_yarkhoto_color: "" + d_b_yarlestre_color: "" + d_b_yarnema_color: "" + d_b_yaroslav_VOL_color: "" + d_b_yaroslavl_color: "" + d_b_yary_color: "" + d_b_yaseni_color: "" + d_b_yashkan_color: "" + d_b_yasi_color: "" + d_b_yasin_color: "" + d_b_yau_color: "" + d_b_yauri_color: "" + d_b_yawnghwe_color: "" + d_b_yazd_color: "" + d_b_ycost_color: "" + d_b_yegainnyin_color: "" + d_b_yegoryevsk_color: "" + d_b_yekaterinburg_color: "" + d_b_yelan_color: "" + d_b_yeldiatzkaya_color: "" + d_b_yelets_color: "" + d_b_yelimane_color: "" + d_b_yelnya_color: "" + d_b_yemetsk_color: "" + d_b_yendi_color: "" + d_b_yendum_color: "" + d_b_yengi_xahar_color: "" + d_b_yengisar_color: "" + d_b_yenisei_color: "" + d_b_yeniugou_color: "" + d_b_yenotayevka_color: "" + d_b_yenshipin_color: "" + d_b_yera_color: "" + d_b_yerevan_color: "" + d_b_yergolyk_color: "" + d_b_yerwa_color: "" + d_b_yeshil_chumych_color: "" + d_b_yetagiri_color: "" + d_b_yezagash_color: "" + d_b_yidu_color: "" + d_b_yijinai_color: "" + d_b_yingkiong_color: "" + d_b_yiong_color: "" + d_b_yiqen_color: "" + d_b_yizhi_color: "" + d_b_ylikainuu_color: "" + d_b_yns_mon_color: "" + d_b_yoff_color: "" + d_b_yogoran_color: "" + d_b_yohongou_color: "" + d_b_yongdeng_color: "" + d_b_yonoir_color: "" + d_b_yopurga_color: "" + d_b_yorgaet_color: "" + d_b_york_color: "" + d_b_yoshkar-ola_color: "" + d_b_ypres_color: "" + d_b_yuetgan_color: "" + d_b_yugan_color: "" + d_b_yugar_color: "" + d_b_yuldybayevo_color: "" + d_b_yulin_color: "" + d_b_yumai_color: "" + d_b_yumanova_color: "" + d_b_yumbu_lakhang_color: "" + d_b_yumen_color: "" + d_b_yumenguan_color: "" + d_b_yunglro_color: "" + d_b_yurba_color: "" + d_b_yuriev_color: "" + d_b_yuryev_color: "" + d_b_yutur_color: "" + d_b_yuyico_color: "" + d_b_zabid_color: "" + d_b_zadar_color: "" + d_b_zafar_color: "" + d_b_zafra_color: "" + d_b_zagan_color: "" + d_b_zagan-gol_color: "" + d_b_zaghwan_color: "" + d_b_zagora_color: "" + d_b_zagreb_color: "" + d_b_zaila_color: "" + d_b_zainlha_color: "" + d_b_zaiza_color: "" + d_b_zajecar_color: "" + d_b_zakroczym_color: "" + d_b_zakynthos_color: "" + d_b_zalaca_color: "" + d_b_zalha_color: "" + d_b_zamakhshar_color: "" + d_b_zamin_color: "" + d_b_zamindawar_color: "" + d_b_zamm_color: "" + d_b_zammour_color: "" + d_b_zamora_color: "" + d_b_zampia_color: "" + d_b_zamtam_color: "" + d_b_zamtang_color: "" + d_b_zangla_color: "" + d_b_zanjan_color: "" + d_b_zanzan_color: "" + d_b_zapaxi_color: "" + d_b_zaqatala_color: "" + d_b_zaragoza_color: "" + d_b_zarand_color: "" + d_b_zarand_PER_color: "" + d_b_zaranj_color: "" + d_b_zarapan_color: "" + d_b_zariskat_color: "" + d_b_zarmaganda_color: "" + d_b_zarman_color: "" + d_b_zarmatarey_color: "" + d_b_zarnikh_color: "" + d_b_zaslavl_color: "" + d_b_zaslawye_color: "" + d_b_zatec_color: "" + d_b_zatsan_color: "" + d_b_zavialova_color: "" + d_b_zawa_color: "" + d_b_zawila_color: "" + d_b_zawkrze_color: "" + d_b_zaybak_color: "" + d_b_zayu_color: "" + d_b_zazzau_color: "" + d_b_zdar_color: "" + d_b_zdvyzhen_color: "" + d_b_zegligovo_color: "" + d_b_zeila_CHA_color: "" + d_b_zekog_color: "" + d_b_zela_color: "" + d_b_zemplen_color: "" + d_b_zemun_color: "" + d_b_zenta_color: "" + d_b_zerbst_color: "" + d_b_zermion_color: "" + d_b_zetang_color: "" + d_b_zetouni_color: "" + d_b_zeven_color: "" + d_b_zhaltyr_color: "" + d_b_zhamog_color: "" + d_b_zhelanash_color: "" + d_b_zhelezny_ustyug_color: "" + d_b_zhemgang_color: "" + d_b_zhenfan_color: "" + d_b_zherkovo_color: "" + d_b_zhiteu_color: "" + d_b_zhitikara_color: "" + d_b_zhlobin_color: "" + d_b_zhob_color: "" + d_b_zhongcun_color: "" + d_b_zhugqu_color: "" + d_b_zhytkavichy_color: "" + d_b_zhytomyr_color: "" + d_b_ziba_color: "" + d_b_zica_color: "" + d_b_ziegenhain_color: "" + d_b_zilm_color: "" + d_b_zima_MON_color: "" + d_b_zinder_color: "" + d_b_ziporea_color: "" + d_b_zirc_color: "" + d_b_zirjan_color: "" + d_b_ziro_color: "" + d_b_zitava_color: "" + d_b_ziz_color: "" + d_b_zlatoust_color: "" + d_b_zlotow_color: "" + d_b_znin_color: "" + d_b_znojmo_color: "" + d_b_zoco_color: "" + d_b_zogang_color: "" + d_b_zoige_color: "" + d_b_zokya_color: "" + d_b_zollern_color: "" + d_b_zolonta_color: "" + d_b_zolotonosha_color: "" + d_b_zolyom_color: "" + d_b_zondoma_color: "" + d_b_zoresti_color: "" + d_b_zsolna_color: "" + d_b_zubala_color: "" + d_b_zubstov_color: "" + d_b_zuera_color: "" + d_b_zugdidi_color: "" + d_b_zughar_color: "" + d_b_zurabad_color: "" + d_b_zurich_color: "" + d_b_zurita_color: "" + d_b_zurra_color: "" + d_b_zuru_color: "" + d_b_zutphen_color: "" + d_b_zuunbaykal_color: "" + d_b_zuwara_color: "" + d_b_zvecan_color: "" + d_b_zvenyhorod_color: "" + d_b_zvornik_color: "" + d_b_zvyahel_color: "" + d_b_zweibrucken_color: "" + d_b_zwettl_color: "" + d_b_zwolle_color: "" + d_b_zynna_color: "" + d_b_zyryan_color: "" + d_c_aachen_color: "" + d_c_aalborg_color: "" + d_c_aarhus_color: "" + d_c_abakan_color: "" + d_c_abauj_color: "" + d_c_abbadan_color: "" + d_c_abivard_color: "" + d_c_abkhazia_color: "" + d_c_ablastha_color: "" + d_c_abomey_color: "" + d_c_abruzzi_color: "" + d_c_abu_hammad_color: "" + d_c_abwab_color: "" + d_c_abydos_color: "" + d_c_acalapura_color: "" + d_c_acampse_color: "" + d_c_achaia_color: "" + d_c_acre_color: "" + d_c_adanse_color: "" + d_c_adoni_color: "" + d_c_adrianopolis_color: "" + d_c_aeolis_color: "" + d_c_aetolia_color: "" + d_c_afar_color: "" + d_c_afram_color: "" + d_c_agadir_color: "" + d_c_agairik_color: "" + d_c_agaw_meder_color: "" + d_c_agdeside_color: "" + d_c_agenais_color: "" + d_c_agrigento_color: "" + d_c_ahqaf_color: "" + d_c_ahvaz_color: "" + d_c_ailech_color: "" + d_c_ain_galakka_color: "" + d_c_aintab_color: "" + d_c_air_color: "" + d_c_ajaccio_color: "" + d_c_ajayameru_color: "" + d_c_ak-dzulpas_color: "" + d_c_akhadid_color: "" + d_c_akkel_color: "" + d_c_akkityk_color: "" + d_c_aksay_color: "" + d_c_aksu_color: "" + d_c_aksuyek_color: "" + d_c_al-arid_color: "" + d_c_al-asa_color: "" + d_c_al-buhaira_color: "" + d_c_al-gharbiya_color: "" + d_c_al-haditha_color: "" + d_c_al-hasa_color: "" + d_c_al_aqabah_color: "" + d_c_al_jawf_color: "" + d_c_aland_color: "" + d_c_alarcon_color: "" + d_c_albarracin_color: "" + d_c_albi_color: "" + d_c_albret_color: "" + d_c_alcacer_do_sal_color: "" + d_c_alcaniz_color: "" + d_c_alcaraz_color: "" + d_c_alencon_color: "" + d_c_aleppo_color: "" + d_c_alexandretta_color: "" + d_c_alexandria_color: "" + d_c_aley_color: "" + d_c_algeciras_color: "" + d_c_algier_color: "" + d_c_alicante_color: "" + d_c_allai_color: "" + d_c_allaqi_color: "" + d_c_allenstein_color: "" + d_c_almader_color: "" + d_c_almaty_color: "" + d_c_almeria_color: "" + d_c_alodia_color: "" + d_c_along_color: "" + d_c_alpsee_color: "" + d_c_altay_color: "" + d_c_alto_aragon_color: "" + d_c_aluksne_color: "" + d_c_alupa_color: "" + d_c_alxa_color: "" + d_c_amatlus_color: "" + d_c_amaya_color: "" + d_c_amdo_color: "" + d_c_amhara_color: "" + d_c_amida_color: "" + d_c_amiens_color: "" + d_c_amol_color: "" + d_c_amstetten_color: "" + d_c_anbar_color: "" + d_c_ancona_color: "" + d_c_andujar_color: "" + d_c_angerburg_color: "" + d_c_angermanland_color: "" + d_c_anglesey_color: "" + d_c_angot_color: "" + d_c_angouleme_color: "" + d_c_angus_color: "" + d_c_anja_color: "" + d_c_anjou_color: "" + d_c_annaba_color: "" + d_c_annandale_color: "" + d_c_ansbach_color: "" + d_c_ansongo_color: "" + d_c_antiocheia_color: "" + d_c_antipatreia_color: "" + d_c_antwerpen_color: "" + d_c_aosta_color: "" + d_c_aowin_color: "" + d_c_apahunik_color: "" + d_c_apulia_color: "" + d_c_aqenganggyai_color: "" + d_c_aqiq_color: "" + d_c_aqtobe_color: "" + d_c_aquileia_color: "" + d_c_aquincum_color: "" + d_c_arad_color: "" + d_c_aral_karakum_color: "" + d_c_aralkizil_color: "" + d_c_aran_color: "" + d_c_arawan_color: "" + d_c_arbanon_color: "" + d_c_arborea_color: "" + d_c_ardabil_color: "" + d_c_ardestan_color: "" + d_c_arezzo_color: "" + d_c_argyll_color: "" + d_c_arigh_color: "" + d_c_ariksar_color: "" + d_c_arkat_color: "" + d_c_armagnac_color: "" + d_c_arnhem_color: "" + d_c_arnsberg_color: "" + d_c_aror_color: "" + d_c_arrajan_color: "" + d_c_arusi_color: "" + d_c_arzhan_color: "" + d_c_asfi_color: "" + d_c_ashir_color: "" + d_c_ashli_color: "" + d_c_ashmaka_color: "" + d_c_asir_color: "" + d_c_asirgarh_color: "" + d_c_asni_color: "" + d_c_aso_color: "" + d_c_astana_color: "" + d_c_astore_color: "" + d_c_astorga_color: "" + d_c_astrakhan_color: "" + d_c_asturias_de_oviedo_color: "" + d_c_asturias_de_santillana_color: "" + d_c_aswan_color: "" + d_c_asyut_color: "" + d_c_atamansku_color: "" + d_c_atbara_color: "" + d_c_atbasar_color: "" + d_c_athlone_color: "" + d_c_atholl_color: "" + d_c_atkarsk_color: "" + d_c_attica_color: "" + d_c_attie_color: "" + d_c_atyrau_color: "" + d_c_augsburg_color: "" + d_c_aunis_color: "" + d_c_austisland_color: "" + d_c_auvergne_color: "" + d_c_auxerre_color: "" + d_c_ava_color: "" + d_c_avalois_color: "" + d_c_aveiro_color: "" + d_c_avila_color: "" + d_c_aviovara_color: "" + d_c_avlonas_color: "" + d_c_avranches_color: "" + d_c_awjila_color: "" + d_c_awkar_color: "" + d_c_awssa_color: "" + d_c_aydhab_color: "" + d_c_ayn_farah_color: "" + d_c_ayodhya_color: "" + d_c_ayrarat_color: "" + d_c_ayrshire_color: "" + d_c_aytos_color: "" + d_c_az-dhahira_color: "" + d_c_azas_color: "" + d_c_azov_color: "" + d_c_azukki_color: "" + d_c_azysia_color: "" + d_c_baalbek_color: "" + d_c_babruysk_color: "" + d_c_bacs_color: "" + d_c_badajoz_color: "" + d_c_badakhshan_color: "" + d_c_badaraya_color: "" + d_c_baden_color: "" + d_c_badghis_color: "" + d_c_badi_color: "" + d_c_badis_color: "" + d_c_baduspan_color: "" + d_c_baghdad_color: "" + d_c_bagrewand_color: "" + d_c_baguirmi_color: "" + d_c_bahnasa_color: "" + d_c_bahriya_color: "" + d_c_baibalik_color: "" + d_c_baigaluuls_color: "" + d_c_baihaq_color: "" + d_c_bailaqan_color: "" + d_c_baima_color: "" + d_c_baingoin_color: "" + d_c_baisary_color: "" + d_c_baiyin_color: "" + d_c_bajura_color: "" + d_c_bakharz_color: "" + d_c_bakhmut_color: "" + d_c_bakriya_color: "" + d_c_balachev_color: "" + d_c_balashagun_color: "" + d_c_balgun_color: "" + d_c_bali_color: "" + d_c_balkh_color: "" + d_c_balkonda_color: "" + d_c_balqa_color: "" + d_c_bam_color: "" + d_c_bamberg_color: "" + d_c_bambuk_color: "" + d_c_bamian_color: "" + d_c_bampur_color: "" + d_c_banavasi_color: "" + d_c_banbar_color: "" + d_c_bandhugadha_color: "" + d_c_bandiagara_color: "" + d_c_bangaon_color: "" + d_c_bannu_color: "" + d_c_banre_color: "" + d_c_baol_color: "" + d_c_baqen_color: "" + d_c_baqlin_color: "" + d_c_bar_color: "" + d_c_baranya_color: "" + d_c_barasuru_color: "" + d_c_barbacadle_color: "" + d_c_barcasag_color: "" + d_c_barcelona_color: "" + d_c_bardak_color: "" + d_c_bargajan_color: "" + d_c_bari_color: "" + d_c_barkam_color: "" + d_c_barkul_color: "" + d_c_barlad_color: "" + d_c_barma_color: "" + d_c_barnaul_color: "" + d_c_barqa_color: "" + d_c_bars_color: "" + d_c_barsuki_color: "" + d_c_bartenstein_color: "" + d_c_basagha_color: "" + d_c_basra_color: "" + d_c_bassa_color: "" + d_c_bastia_color: "" + d_c_batang_color: "" + d_c_batiha_color: "" + d_c_batina_color: "" + d_c_batn_al-hajar_color: "" + d_c_batticaloa_color: "" + d_c_bauchi_color: "" + d_c_baxoi_color: "" + d_c_baydhabo_color: "" + d_c_bayeux_color: "" + d_c_bazin_color: "" + d_c_bearn_color: "" + d_c_beaumont_color: "" + d_c_bedford_color: "" + d_c_begemder_color: "" + d_c_begho_color: "" + d_c_behabad_color: "" + d_c_beirut_color: "" + d_c_beja_color: "" + d_c_bejaia_color: "" + d_c_bekes_color: "" + d_c_beksima_color: "" + d_c_belebey_color: "" + d_c_bellac_color: "" + d_c_belogorje_color: "" + d_c_beloozero_color: "" + d_c_belz_color: "" + d_c_bena_color: "" + d_c_benavente_color: "" + d_c_benevento_color: "" + d_c_benin_color: "" + d_c_beograd_color: "" + d_c_berbera_color: "" + d_c_berchtesgaden_color: "" + d_c_bereg_color: "" + d_c_berent_color: "" + d_c_berestye_color: "" + d_c_bergh_color: "" + d_c_berkshire_color: "" + d_c_berlin_color: "" + d_c_bern_color: "" + d_c_beroe_color: "" + d_c_berry_color: "" + d_c_berta_color: "" + d_c_besancon_color: "" + d_c_beshbalik_color: "" + d_c_beszterce_color: "" + d_c_bethen_color: "" + d_c_betpa_color: "" + d_c_bezichi_color: "" + d_c_beziers_color: "" + d_c_bhakkar_color: "" + d_c_bhaktapur_color: "" + d_c_bhera_color: "" + d_c_bhumilka_color: "" + d_c_bigorre_color: "" + d_c_bihar_color: "" + d_c_biia_color: "" + d_c_bikrampur_color: "" + d_c_bilizma_color: "" + d_c_bilma_color: "" + d_c_bindugu_color: "" + d_c_bir_amir_color: "" + d_c_bisha_color: "" + d_c_biskra_color: "" + d_c_bithynia_color: "" + d_c_biton_color: "" + d_c_biun_color: "" + d_c_blankenburg_color: "" + d_c_blekinge_color: "" + d_c_blois_color: "" + d_c_bodele_color: "" + d_c_bodrog_color: "" + d_c_boeotia_color: "" + d_c_boleslav_color: "" + d_c_bolghar_color: "" + d_c_bologna_color: "" + d_c_bombogor_color: "" + d_c_bome_color: "" + d_c_bonduku_color: "" + d_c_bono_color: "" + d_c_bonoso_color: "" + d_c_bordeaux_color: "" + d_c_bornholm_color: "" + d_c_bornu_color: "" + d_c_boro_burgasu_color: "" + d_c_boron_color: "" + d_c_borsod_color: "" + d_c_bost_color: "" + d_c_bothin_color: "" + d_c_boubo_color: "" + d_c_bouillon_color: "" + d_c_boulogne_color: "" + d_c_bourbon_color: "" + d_c_brabant_color: "" + d_c_braganza_color: "" + d_c_braila_color: "" + d_c_brandenburg_color: "" + d_c_branicevo_color: "" + d_c_braslau_color: "" + d_c_bratsk_color: "" + d_c_brecknockshire_color: "" + d_c_breifne_color: "" + d_c_breisgau_color: "" + d_c_bremen_color: "" + d_c_brene_color: "" + d_c_brescia_color: "" + d_c_breslau_color: "" + d_c_bresse_color: "" + d_c_brie_francaise_color: "" + d_c_briey_color: "" + d_c_brixen_color: "" + d_c_brno_color: "" + d_c_brugge_color: "" + d_c_brunswick_color: "" + d_c_brysis_color: "" + d_c_brzeg_color: "" + d_c_buchan_color: "" + d_c_buckinghamshire_color: "" + d_c_bucuresti_color: "" + d_c_bugurslan_color: "" + d_c_bukhara_color: "" + d_c_bumthang_color: "" + d_c_bundu_color: "" + d_c_bur_color: "" + d_c_bura_color: "" + d_c_bure_color: "" + d_c_burgas_color: "" + d_c_burgau_color: "" + d_c_burgos_color: "" + d_c_burhanpur_color: "" + d_c_burji_color: "" + d_c_burugu_aallar_color: "" + d_c_busaso_color: "" + d_c_bussa_color: "" + d_c_buthrotum_color: "" + d_c_buzau_color: "" + d_c_byzantion_color: "" + d_c_cabardinia_color: "" + d_c_cabra_color: "" + d_c_caceres_color: "" + d_c_cadiz_color: "" + d_c_caernarfonshire_color: "" + d_c_cagliari_color: "" + d_c_cairo_color: "" + d_c_caithness_color: "" + d_c_cakrakuta_color: "" + d_c_calafat_color: "" + d_c_calarasi_color: "" + d_c_calatayud_color: "" + d_c_calatrava_color: "" + d_c_camarda_color: "" + d_c_cambray_color: "" + d_c_cambridgeshire_color: "" + d_c_cammin_color: "" + d_c_campulung_color: "" + d_c_canarias_color: "" + d_c_canavese_color: "" + d_c_canda_color: "" + d_c_candhoba_color: "" + d_c_candradvipa_color: "" + d_c_cappadocia_color: "" + d_c_capua_color: "" + d_c_carcassonne_color: "" + d_c_cardiganshire_color: "" + d_c_caria_color: "" + d_c_carmarthenshire_color: "" + d_c_carrick_color: "" + d_c_casentino_color: "" + d_c_caslav_color: "" + d_c_castellon_color: "" + d_c_castelo_branco_color: "" + d_c_caze_color: "" + d_c_cephalonia_color: "" + d_c_cerasus_color: "" + d_c_cetatea_alba_color: "" + d_c_cetina_color: "" + d_c_ceuta_color: "" + d_c_chadrinsk_color: "" + d_c_chagdy_aallar_color: "" + d_c_chaghaniyan_color: "" + d_c_chah_color: "" + d_c_chakla_color: "" + d_c_chalkidike_color: "" + d_c_chalon_color: "" + d_c_chalons_color: "" + d_c_chamil_color: "" + d_c_chandax_color: "" + d_c_chanderi_color: "" + d_c_changma_color: "" + d_c_chania_color: "" + d_c_charaideo_color: "" + d_c_charkliq_color: "" + d_c_charsianon_color: "" + d_c_chartres_color: "" + d_c_chauragarh_color: "" + d_c_cheboksary_color: "" + d_c_chelabinsk_color: "" + d_c_cherchen_color: "" + d_c_cherik_color: "" + d_c_cherkassy_color: "" + d_c_chernigov_color: "" + d_c_cherso_color: "" + d_c_cherven_color: "" + d_c_cheshire_color: "" + d_c_chich_color: "" + d_c_chikoy_color: "" + d_c_chilia_color: "" + d_c_chindu_color: "" + d_c_chios_color: "" + d_c_chitrakut_color: "" + d_c_chitral_color: "" + d_c_choklema_color: "" + d_c_cholamandalam_color: "" + d_c_chonae_color: "" + d_c_chornobyl_color: "" + d_c_chuguchak_color: "" + d_c_chulym_color: "" + d_c_chumarho_color: "" + d_c_chuna_color: "" + d_c_chunar_color: "" + d_c_chungthang_color: "" + d_c_chuya_color: "" + d_c_cieszyn_color: "" + d_c_cilicia_color: "" + d_c_clermont_color: "" + d_c_clermont_sur_allier_color: "" + d_c_cleves_color: "" + d_c_coburg_color: "" + d_c_coimbra_color: "" + d_c_colmar_color: "" + d_c_cologne_color: "" + d_c_colonea_color: "" + d_c_comai_color: "" + d_c_comminges_color: "" + d_c_como_color: "" + d_c_cona_color: "" + d_c_connacht_color: "" + d_c_constanta_color: "" + d_c_constantine_color: "" + d_c_coqen_color: "" + d_c_cordoba_color: "" + d_c_cornouaille_color: "" + d_c_cornwall_color: "" + d_c_coruna_color: "" + d_c_cosenza_color: "" + d_c_cottbus_color: "" + d_c_coulommiers_color: "" + d_c_cozhelhoma_color: "" + d_c_craiova_color: "" + d_c_cremona_color: "" + d_c_csanad_color: "" + d_c_csongrad_color: "" + d_c_cuellar_color: "" + d_c_cuenca_color: "" + d_c_cumberland_color: "" + d_c_cumbum_color: "" + d_c_cuneo_color: "" + d_c_cuonaco_color: "" + d_c_cykma_color: "" + d_c_czerska_color: "" + d_c_dabou_color: "" + d_c_daboya_color: "" + d_c_dabusiya_color: "" + d_c_dadhipadra_color: "" + d_c_dagomba_color: "" + d_c_dagon_color: "" + d_c_dahlak_color: "" + d_c_dajing_color: "" + d_c_dakajalan_color: "" + d_c_dakhina_desa_color: "" + d_c_dakhla_color: "" + d_c_dakkar_color: "" + d_c_dal_color: "" + d_c_dalabergslagen_color: "" + d_c_dalarna_color: "" + d_c_daman_color: "" + d_c_damascus_color: "" + d_c_damghan_color: "" + d_c_damietta_color: "" + d_c_damin_i_koh_color: "" + d_c_damoh_color: "" + d_c_damot_color: "" + d_c_damxung_color: "" + d_c_danakil_color: "" + d_c_dang_color: "" + d_c_dangla_color: "" + d_c_dannenberg_color: "" + d_c_danzig_color: "" + d_c_dar-al-rih_color: "" + d_c_dar_al-said_color: "" + d_c_dar_rashid_color: "" + d_c_dar_sila_color: "" + d_c_dara_color: "" + d_c_darabjerd_color: "" + d_c_daramdin_color: "" + d_c_darcha_color: "" + d_c_darghan_color: "" + d_c_darkhad_valley_color: "" + d_c_darmashan_color: "" + d_c_dasapura_color: "" + d_c_dathina_color: "" + d_c_datong_color: "" + d_c_daura_color: "" + d_c_dausar_color: "" + d_c_dawaro_color: "" + d_c_dawraq_color: "" + d_c_dawu_color: "" + d_c_debar_color: "" + d_c_debul_color: "" + d_c_dege_color: "" + d_c_degelen_color: "" + d_c_deggerdorf_color: "" + d_c_delhi_color: "" + d_c_dembiya_color: "" + d_c_demchok_color: "" + d_c_demetrias_color: "" + d_c_denbighshire_color: "" + d_c_dendi_color: "" + d_c_dengqen_color: "" + d_c_denia_color: "" + d_c_deqen_color: "" + d_c_derbent_color: "" + d_c_derby_color: "" + d_c_derlenka_color: "" + d_c_derna_color: "" + d_c_desmond_color: "" + d_c_dessau_color: "" + d_c_devagiri_color: "" + d_c_devon_color: "" + d_c_dhafra_color: "" + d_c_dhamalpur_color: "" + d_c_dhankar_color: "" + d_c_dhara_color: "" + d_c_dhofar_color: "" + d_c_dhraina_color: "" + d_c_diamare_color: "" + d_c_dibri_color: "" + d_c_dihistan_color: "" + d_c_dijon_color: "" + d_c_dimapur_color: "" + d_c_dipalpur_color: "" + d_c_dirku_color: "" + d_c_diskit_color: "" + d_c_ditmarschen_color: "" + d_c_djado_color: "" + d_c_djanet_color: "" + d_c_djarin_color: "" + d_c_djerba_color: "" + d_c_djugu_color: "" + d_c_dnipro_color: "" + d_c_dobrzynska_color: "" + d_c_dodugu_color: "" + d_c_dokkum_color: "" + d_c_dole_color: "" + d_c_dolgujar_color: "" + d_c_dongola_color: "" + d_c_donjikraji_color: "" + d_c_dorohoi_color: "" + d_c_dorohychyn_color: "" + d_c_dorostorum_color: "" + d_c_dorpat_color: "" + d_c_dorset_color: "" + d_c_dortmund_color: "" + d_c_doti_color: "" + d_c_doudleby_color: "" + d_c_draa_color: "" + d_c_dresden_color: "" + d_c_dublin_color: "" + d_c_dubrovytsia_color: "" + d_c_duklja_color: "" + d_c_dunbar_color: "" + d_c_dunhuang_color: "" + d_c_duqm_color: "" + d_c_durdzukia_color: "" + d_c_durham_color: "" + d_c_durne_color: "" + d_c_durovka_color: "" + d_c_dvaraka_color: "" + d_c_dvin_color: "" + d_c_dyamare_color: "" + d_c_dyrrachion_color: "" + d_c_dyulaso_color: "" + d_c_east-tokharestan_color: "" + d_c_east_darfur_color: "" + d_c_east_kiilt_color: "" + d_c_east_riding_color: "" + d_c_eastern_tannu_color: "" + d_c_edd_color: "" + d_c_edessa_color: "" + d_c_edo_color: "" + d_c_eghiz_kara_color: "" + d_c_eichstadt_color: "" + d_c_el_fasher_color: "" + d_c_el_waak_color: "" + d_c_elabuga_color: "" + d_c_eleila_color: "" + d_c_elvas_color: "" + d_c_embrun_color: "" + d_c_emil_color: "" + d_c_ennis_color: "" + d_c_epeiros_color: "" + d_c_erbach_color: "" + d_c_eschenlohe_color: "" + d_c_essex_color: "" + d_c_eu_color: "" + d_c_euboea_color: "" + d_c_euchaita_color: "" + d_c_evreux_color: "" + d_c_ewe_color: "" + d_c_eystridalir_color: "" + d_c_faereyar_color: "" + d_c_fafan_color: "" + d_c_falaj_color: "" + d_c_famagusta_color: "" + d_c_fanhe_color: "" + d_c_fante_color: "" + d_c_farafra_color: "" + d_c_farah_color: "" + d_c_farama_color: "" + d_c_faras_color: "" + d_c_farava_color: "" + d_c_faro_color: "" + d_c_fayyum_color: "" + d_c_fazaz_color: "" + d_c_fazughli_color: "" + d_c_feher_color: "" + d_c_fellata_color: "" + d_c_ferghana_color: "" + d_c_fermo_color: "" + d_c_ferrara_color: "" + d_c_fes_color: "" + d_c_fetegar_color: "" + d_c_fife_color: "" + d_c_figuig_color: "" + d_c_fika_color: "" + d_c_finland_color: "" + d_c_finnveden_color: "" + d_c_firabr_color: "" + d_c_firaun_color: "" + d_c_firdafylki_color: "" + d_c_firenze_color: "" + d_c_fitri_color: "" + d_c_fogaras_color: "" + d_c_foggia_color: "" + d_c_foix_color: "" + d_c_forcalquier_color: "" + d_c_forez_color: "" + d_c_fraga_color: "" + d_c_frankfurt_color: "" + d_c_freistadt_color: "" + d_c_french_leon_color: "" + d_c_frisia_color: "" + d_c_friuli_color: "" + d_c_fudalhi_color: "" + d_c_fuerteventura_color: "" + d_c_fulda_color: "" + d_c_fuqi_color: "" + d_c_furstenberg_color: "" + d_c_futa_jalon_color: "" + d_c_fyn_color: "" + d_c_gabal_color: "" + d_c_gabes_color: "" + d_c_gacka_color: "" + d_c_gafat_color: "" + d_c_galam_color: "" + d_c_galati_color: "" + d_c_galatia_color: "" + d_c_galatia_salutaris_color: "" + d_c_galloway_color: "" + d_c_gallura_color: "" + d_c_gamo_color: "" + d_c_ganale_color: "" + d_c_gangaran_color: "" + d_c_ganzhou_color: "" + d_c_gao_color: "" + d_c_gaotai_color: "" + d_c_gar_color: "" + d_c_garabogazkol_color: "" + d_c_garco_color: "" + d_c_garkung_color: "" + d_c_garoua_color: "" + d_c_garumele_color: "" + d_c_garwhal_color: "" + d_c_garze_color: "" + d_c_gastrikland_color: "" + d_c_gatsuurgazar_color: "" + d_c_gauda_color: "" + d_c_gauldala_color: "" + d_c_gaya_color: "" + d_c_geba_color: "" + d_c_gegyai_color: "" + d_c_gemer_color: "" + d_c_geneva_color: "" + d_c_genoa_color: "" + d_c_germa_color: "" + d_c_gerqen_color: "" + d_c_gerze_color: "" + d_c_gevaudan_color: "" + d_c_gezira_color: "" + d_c_ghadames_color: "" + d_c_gharb_color: "" + d_c_ghardaia_color: "" + d_c_ghat_color: "" + d_c_ghazna_color: "" + d_c_ghazza_color: "" + d_c_ghazzal_color: "" + d_c_ghulja_color: "" + d_c_ghur_color: "" + d_c_gidaya_color: "" + d_c_gilan_color: "" + d_c_gilgit_color: "" + d_c_girona_color: "" + d_c_giurgiu_color: "" + d_c_giza_color: "" + d_c_glamorgan_color: "" + d_c_glazov_color: "" + d_c_gleichenstein_color: "" + d_c_gloucestershire_color: "" + d_c_gnezdovo_color: "" + d_c_gnieznienska_color: "" + d_c_goalpara_color: "" + d_c_gobir_color: "" + d_c_gode_color: "" + d_c_godwad_color: "" + d_c_gojjam_color: "" + d_c_gola_color: "" + d_c_golag_color: "" + d_c_golaghmuli_color: "" + d_c_golden_hills_color: "" + d_c_gomel_color: "" + d_c_gomoco_color: "" + d_c_gondo_color: "" + d_c_gongbo_color: "" + d_c_gonja_color: "" + d_c_gonjo_color: "" + d_c_gorlitz_color: "" + d_c_gorz_color: "" + d_c_gostyninska_color: "" + d_c_gottingen_color: "" + d_c_gowrie_color: "" + d_c_granada_color: "" + d_c_graz_color: "" + d_c_grebo_color: "" + d_c_grisons_color: "" + d_c_grobin_color: "" + d_c_grodno_color: "" + d_c_groningen_color: "" + d_c_grunberg_color: "" + d_c_grunningen_color: "" + d_c_guazhou_color: "" + d_c_gudbrandsdalir_color: "" + d_c_guelders_color: "" + d_c_gugark_color: "" + d_c_guidimaka_color: "" + d_c_guines_color: "" + d_c_gumuz_color: "" + d_c_gurgan_color: "" + d_c_gurganj_color: "" + d_c_gurgi_color: "" + d_c_guria_color: "" + d_c_gurjaratra_color: "" + d_c_gurma_color: "" + d_c_gutland_color: "" + d_c_gutti_color: "" + d_c_guwari_color: "" + d_c_guzgan_color: "" + d_c_guzkol_color: "" + d_c_gwalior_color: "" + d_c_gyaca_color: "" + d_c_gyaitang_color: "" + d_c_gyama_color: "" + d_c_gyangze_color: "" + d_c_gyegumdo_color: "" + d_c_gyirong_color: "" + d_c_gyor_color: "" + d_c_hadithat-ana_color: "" + d_c_hadramawt_color: "" + d_c_hadrianeia_color: "" + d_c_hadrianopolis_color: "" + d_c_hadya_color: "" + d_c_hail_color: "" + d_c_hainaut_color: "" + d_c_hakkari_color: "" + d_c_halberstadt_color: "" + d_c_halland_color: "" + d_c_halsingland_color: "" + d_c_haltang_color: "" + d_c_halych_color: "" + d_c_hama_color: "" + d_c_hamadan_color: "" + d_c_hamburg_color: "" + d_c_hampton_color: "" + d_c_hanlan_color: "" + d_c_hannover_color: "" + d_c_harar_color: "" + d_c_hargaya_color: "" + d_c_harhiraa_color: "" + d_c_harikela_color: "" + d_c_harjadalen_color: "" + d_c_harran_color: "" + d_c_harrat_rahat_color: "" + d_c_haruppeswara_color: "" + d_c_hastinapura_color: "" + d_c_hauran_color: "" + d_c_havelberg_color: "" + d_c_hayq_color: "" + d_c_hedmork_color: "" + d_c_heihe_color: "" + d_c_helenopontus_color: "" + d_c_helgum_color: "" + d_c_herat_color: "" + d_c_hereford_color: "" + d_c_hereti_color: "" + d_c_hertfordshire_color: "" + d_c_hewes_color: "" + d_c_hildesheim_color: "" + d_c_hinthada_color: "" + d_c_hiraab_color: "" + d_c_hisar_color: "" + d_c_hoboksar_color: "" + d_c_hobyo_color: "" + d_c_hodh_color: "" + d_c_hodna_color: "" + d_c_hohaseco_color: "" + d_c_hohenau_color: "" + d_c_hohenberg_color: "" + d_c_hohenburg_color: "" + d_c_hohenlohe_color: "" + d_c_holland_color: "" + d_c_homs_color: "" + d_c_hongliuyuan_color: "" + d_c_honorias_color: "" + d_c_hont_color: "" + d_c_hordalandi_color: "" + d_c_hormuz_color: "" + d_c_hotin_color: "" + d_c_hradec_color: "" + d_c_hradyzk_color: "" + d_c_huesca_color: "" + d_c_hulwan_color: "" + d_c_huntingdonshire_color: "" + d_c_hunyad_color: "" + d_c_hunyan_color: "" + d_c_hvosno_color: "" + d_c_iasi_color: "" + d_c_ibadan_color: "" + d_c_ibibo_color: "" + d_c_idatarainadu_color: "" + d_c_idoma_color: "" + d_c_ifat_color: "" + d_c_ife_color: "" + d_c_ifni_color: "" + d_c_ifonyin_color: "" + d_c_igala_color: "" + d_c_igana_color: "" + d_c_igaran_color: "" + d_c_igbo_color: "" + d_c_igbomina_color: "" + d_c_ijaw_color: "" + d_c_ijebu_color: "" + d_c_ikh_bogd_color: "" + d_c_ilam_color: "" + d_c_ile_de_france_color: "" + d_c_ilesa_color: "" + d_c_ilga_color: "" + d_c_iliq_color: "" + d_c_ilo_color: "" + d_c_ilorin_color: "" + d_c_inari_color: "" + d_c_innarya_color: "" + d_c_inner_hebrides_color: "" + d_c_innsbruck_color: "" + d_c_intarta_color: "" + d_c_inverness_color: "" + d_c_ionia_color: "" + d_c_ipuskoa_color: "" + d_c_irahistan_color: "" + d_c_irbid_color: "" + d_c_irbil_color: "" + d_c_irkutsk_color: "" + d_c_isauria_color: "" + d_c_isfahan_color: "" + d_c_isfara_color: "" + d_c_ishim_color: "" + d_c_iskaf_color: "" + d_c_isle_of_man_color: "" + d_c_isle_of_wight_color: "" + d_c_issoudun_color: "" + d_c_istakhr_color: "" + d_c_itanagar_color: "" + d_c_itil_color: "" + d_c_iviza_color: "" + d_c_jabal_kufs_color: "" + d_c_jabal_quzlum_color: "" + d_c_jafara_color: "" + d_c_jaffa_color: "" + d_c_jaffna_color: "" + d_c_jagatipur_color: "" + d_c_jahkamakke_color: "" + d_c_jaligny_color: "" + d_c_jalmat_color: "" + d_c_jambalar_color: "" + d_c_jame_color: "" + d_c_jamtfir_color: "" + d_c_janakpur_color: "" + d_c_jara_color: "" + d_c_jasky_kart_color: "" + d_c_jaunpur_color: "" + d_c_jawf-al-yamani_color: "" + d_c_jend_color: "" + d_c_jenne_color: "" + d_c_jerjul_color: "" + d_c_jersika_color: "" + d_c_jerusalem_color: "" + d_c_jharkand_color: "" + d_c_jie_DZU_color: "" + d_c_jihlava_color: "" + d_c_jilali_color: "" + d_c_jilat_color: "" + d_c_jilib_color: "" + d_c_jimi_color: "" + d_c_jinghiz_color: "" + d_c_jinsko_color: "" + d_c_jinta_color: "" + d_c_jiren_suat_color: "" + d_c_jiruft_color: "" + d_c_jitikul_color: "" + d_c_jolof_color: "" + d_c_jone_color: "" + d_c_jovvkuj_color: "" + d_c_jowol_color: "" + d_c_jubba_color: "" + d_c_julevadno_color: "" + d_c_julfar_color: "" + d_c_julym_color: "" + d_c_jumla_color: "" + d_c_juterbog_color: "" + d_c_juwain_color: "" + d_c_juwair_color: "" + d_c_kaabu_color: "" + d_c_kaarta_color: "" + d_c_kabarasana_color: "" + d_c_kabul_color: "" + d_c_kachu_color: "" + d_c_kada_color: "" + d_c_kadam_color: "" + d_c_kaduna_color: "" + d_c_kaffa_color: "" + d_c_kafirkot_color: "" + d_c_kagar_color: "" + d_c_kagha_color: "" + d_c_kainsk_color: "" + d_c_kainuu_color: "" + d_c_kairwan_color: "" + d_c_kaisereia_color: "" + d_c_kaiserslautern_color: "" + d_c_kakheti_color: "" + d_c_kakisalmi_color: "" + d_c_kalabsha_color: "" + d_c_kalanjara_color: "" + d_c_kalat_color: "" + d_c_kalbin_color: "" + d_c_kale_color: "" + d_c_kali_kumaon_color: "" + d_c_kalinganagar_color: "" + d_c_kaliska_color: "" + d_c_kalliopolis_color: "" + d_c_kalos_limen_color: "" + d_c_kalpi_color: "" + d_c_kalyani_color: "" + d_c_kamarupanagara_color: "" + d_c_kamatapur_color: "" + d_c_kambampet_color: "" + d_c_kammersberg_color: "" + d_c_kamru_color: "" + d_c_kanara_color: "" + d_c_kanchipuram_color: "" + d_c_kandy_color: "" + d_c_kanem_color: "" + d_c_kangmar_color: "" + d_c_kaniaga_color: "" + d_c_kankan_color: "" + d_c_kano_color: "" + d_c_kansk_color: "" + d_c_kantegir_color: "" + d_c_kanyakubja_color: "" + d_c_kara_asirgan_color: "" + d_c_kara_khoja_color: "" + d_c_karabaigal_color: "" + d_c_karabalgasun_color: "" + d_c_karabas_color: "" + d_c_karabash_color: "" + d_c_karabolam_color: "" + d_c_karachev_color: "" + d_c_karakorum_color: "" + d_c_karamay_color: "" + d_c_karashar_color: "" + d_c_karasjohka_color: "" + d_c_karasu_color: "" + d_c_karatayak_color: "" + d_c_karatsagaan_color: "" + d_c_karauda_color: "" + d_c_karbala_color: "" + d_c_kargadan_color: "" + d_c_karghalik_color: "" + d_c_kargopol_color: "" + d_c_karkaraly_color: "" + d_c_karmanta_color: "" + d_c_karnten_color: "" + d_c_karor_color: "" + d_c_karran_color: "" + d_c_kartauzh_color: "" + d_c_kartli_color: "" + d_c_karur_color: "" + d_c_kasa_color: "" + d_c_kash_color: "" + d_c_kashgar_color: "" + d_c_kaska_color: "" + d_c_kaskelen_color: "" + d_c_kaski_color: "" + d_c_kasmira_color: "" + d_c_kassala_color: "" + d_c_kassel_color: "" + d_c_katagum_color: "" + d_c_kataka_color: "" + d_c_katehar_color: "" + d_c_kath_color: "" + d_c_kathmandu_color: "" + d_c_katsina_color: "" + d_c_katu_yaryk_color: "" + d_c_kayor_color: "" + d_c_kazan_color: "" + d_c_kazanskaya_color: "" + d_c_kazanskoye_color: "" + d_c_kazym_color: "" + d_c_kebbi_color: "" + d_c_keffi_color: "" + d_c_kempten_color: "" + d_c_kent_color: "" + d_c_kera_color: "" + d_c_kerak_color: "" + d_c_kerala_color: "" + d_c_kerch_color: "" + d_c_keriya_color: "" + d_c_kerken_color: "" + d_c_kermanshah_color: "" + d_c_kernave_color: "" + d_c_ketu_color: "" + d_c_keve_color: "" + d_c_kevrola_color: "" + d_c_khabur_color: "" + d_c_khachen_color: "" + d_c_khaplu_color: "" + d_c_khar_us_color: "" + d_c_kharam-vosh_color: "" + d_c_kharga_color: "" + d_c_khasagt_khairkhan_color: "" + d_c_khawr_color: "" + d_c_khaybar_color: "" + d_c_khentii_color: "" + d_c_kherson_color: "" + d_c_khetaka_color: "" + d_c_khijjingakota_color: "" + d_c_khinjali_mandala_color: "" + d_c_khiva_color: "" + d_c_khojand_color: "" + d_c_khokhoo_color: "" + d_c_kholmogory_color: "" + d_c_khopyor_color: "" + d_c_khortytsia_color: "" + d_c_khotan_color: "" + d_c_khotang_color: "" + d_c_khumar_color: "" + d_c_khurnak_color: "" + d_c_khuttal_color: "" + d_c_khuwar_color: "" + d_c_kiev_color: "" + d_c_kiia_color: "" + d_c_kinda_color: "" + d_c_kinda_sakun_color: "" + d_c_kingui_color: "" + d_c_kintus_color: "" + d_c_kiranapura_color: "" + d_c_kirillov_color: "" + d_c_kirkuk_color: "" + d_c_kirman_color: "" + d_c_kishsh_color: "" + d_c_kisi_color: "" + d_c_kita_color: "" + d_c_kitka_color: "" + d_c_kitoi_color: "" + d_c_kittila_color: "" + d_c_kiz_color: "" + d_c_kizir_color: "" + d_c_klarjeti_color: "" + d_c_kletsk_color: "" + d_c_klingenberg_color: "" + d_c_knin_color: "" + d_c_knittelfeld_color: "" + d_c_koblenz_color: "" + d_c_koda_color: "" + d_c_kodalaka_mandala_color: "" + d_c_koi-bagar_color: "" + d_c_kojuk_color: "" + d_c_kokenois_color: "" + d_c_kokoli_color: "" + d_c_kokpekty_color: "" + d_c_kol_color: "" + d_c_kolhapur_color: "" + d_c_kolobrzeg_color: "" + d_c_kolon_color: "" + d_c_kolyn_color: "" + d_c_kolyvan_color: "" + d_c_konda_ob_color: "" + d_c_kondana_color: "" + d_c_kondoma_color: "" + d_c_kong_color: "" + d_c_kongu_color: "" + d_c_konigsberg_color: "" + d_c_konko_color: "" + d_c_kono_color: "" + d_c_kontupohja_color: "" + d_c_konyan_color: "" + d_c_kopathal_color: "" + d_c_koppam_color: "" + d_c_kordofan_color: "" + d_c_korgon_color: "" + d_c_korinthos_color: "" + d_c_korosten_color: "" + d_c_korsun_color: "" + d_c_kos-buwak_color: "" + d_c_kos_uba_color: "" + d_c_koshuki_color: "" + d_c_kota_color: "" + d_c_kotera_color: "" + d_c_kotivarsa_color: "" + d_c_kotokel_color: "" + d_c_kotoko_color: "" + d_c_kotte_color: "" + d_c_kouga_color: "" + d_c_koutajoki_color: "" + d_c_kozelsk_color: "" + d_c_kozlov_color: "" + d_c_krajna_color: "" + d_c_krakowska_color: "" + d_c_kran_color: "" + d_c_kranj_color: "" + d_c_krasnoyarsk_color: "" + d_c_krasso_color: "" + d_c_krems_color: "" + d_c_kropot_color: "" + d_c_kru_color: "" + d_c_kucha_color: "" + d_c_kuchuk_color: "" + d_c_kufa_color: "" + d_c_kuisugu_color: "" + d_c_kujawy_color: "" + d_c_kukiya_color: "" + d_c_kuku_color: "" + d_c_kulan_utmas_color: "" + d_c_kulan_uynak_color: "" + d_c_kulunda_color: "" + d_c_kumaon_color: "" + d_c_kumasi_color: "" + d_c_kumkol_color: "" + d_c_kumtag_color: "" + d_c_kumych_color: "" + d_c_kundina_color: "" + d_c_kuozhou_color: "" + d_c_kuranko_color: "" + d_c_kurdar_color: "" + d_c_kurdistan_color: "" + d_c_kurgan_color: "" + d_c_kurgus_color: "" + d_c_kurmaed_color: "" + d_c_kurmina_color: "" + d_c_kursk_color: "" + d_c_kurumba_color: "" + d_c_kush-murun_color: "" + d_c_kusinagara_color: "" + d_c_kusumi_color: "" + d_c_kutch_color: "" + d_c_kuzbas_color: "" + d_c_kwahu-akyem_color: "" + d_c_kwararafa_color: "" + d_c_kyadya_color: "" + d_c_kyakyaru_color: "" + d_c_kyaukse_color: "" + d_c_kyin_color: "" + d_c_kymyl_tey_color: "" + d_c_kyunglung_color: "" + d_c_kyzistra_color: "" + d_c_kyzylkul_color: "" + d_c_la_marche_color: "" + d_c_labda_color: "" + d_c_labourd_color: "" + d_c_lachyk-uba_color: "" + d_c_laconia_color: "" + d_c_ladyzyn_color: "" + d_c_lag_dera_color: "" + d_c_laghwat_color: "" + d_c_lahur_color: "" + d_c_laia_color: "" + d_c_lakhnau_color: "" + d_c_laksmanavati_color: "" + d_c_lanarkshire_color: "" + d_c_lancashire_color: "" + d_c_lanciano_color: "" + d_c_landsberg_color: "" + d_c_langres_color: "" + d_c_lapusna_color: "" + d_c_lar_color: "" + d_c_lasta_color: "" + d_c_lecce_color: "" + d_c_leczycka_color: "" + d_c_legnica_color: "" + d_c_leh_color: "" + d_c_leicestershire_color: "" + d_c_leinster_color: "" + d_c_lena_color: "" + d_c_lenggu_color: "" + d_c_lenghu_color: "" + d_c_lennox_color: "" + d_c_leon_color: "" + d_c_lepsink_color: "" + d_c_leraba_color: "" + d_c_lesbos_color: "" + d_c_leuchtenburg_color: "" + d_c_lhagang_color: "" + d_c_lhari_color: "" + d_c_lhasa_color: "" + d_c_lhatok_color: "" + d_c_lhunze_color: "" + d_c_lhunzhub_color: "" + d_c_liangzhou_color: "" + d_c_liebnitz_color: "" + d_c_liege_color: "" + d_c_lienz_color: "" + d_c_lika_color: "" + d_c_lille_color: "" + d_c_limousin_color: "" + d_c_lincolnshire_color: "" + d_c_lingtsang_color: "" + d_c_linlithgowshire_color: "" + d_c_linz_color: "" + d_c_linze_color: "" + d_c_lippe_color: "" + d_c_lipto_color: "" + d_c_lisboa_color: "" + d_c_lisieux_color: "" + d_c_litang_color: "" + d_c_litomerice_color: "" + d_c_livs_color: "" + d_c_ljubljana_color: "" + d_c_lleida_color: "" + d_c_lobdaburg_color: "" + d_c_lobi_color: "" + d_c_lobo_color: "" + d_c_logudoro_color: "" + d_c_lolland_falster_color: "" + d_c_lombardia_color: "" + d_c_lomzynska_color: "" + d_c_lori_color: "" + d_c_loropeni_color: "" + d_c_lothian_color: "" + d_c_loulan_color: "" + d_c_lower_galatia_color: "" + d_c_lubeck_color: "" + d_c_lubelska_color: "" + d_c_lubusz_color: "" + d_c_lucca_color: "" + d_c_ludrava_color: "" + d_c_luki_color: "" + d_c_lukoml_color: "" + d_c_lumbini_color: "" + d_c_luneburg_color: "" + d_c_lunggar_color: "" + d_c_luni_color: "" + d_c_luntai_color: "" + d_c_luristan_color: "" + d_c_lusignan_color: "" + d_c_luuq_color: "" + d_c_luxembourg_color: "" + d_c_lviv_color: "" + d_c_lycandus_color: "" + d_c_lycaonia_color: "" + d_c_lycia_color: "" + d_c_lydia_color: "" + d_c_lyon_color: "" + d_c_lysva_color: "" + d_c_lyubim_color: "" + d_c_maab_color: "" + d_c_maan_color: "" + d_c_maastricht_color: "" + d_c_macon_color: "" + d_c_macva_color: "" + d_c_madaya_color: "" + d_c_madhupur_color: "" + d_c_madoi_color: "" + d_c_madrid_color: "" + d_c_madurai_color: "" + d_c_mafaza_color: "" + d_c_magadha_color: "" + d_c_magdeburg_color: "" + d_c_maghas_color: "" + d_c_magwe_color: "" + d_c_mahdiya_color: "" + d_c_mahishaka_color: "" + d_c_mahoba_color: "" + d_c_mahra_color: "" + d_c_mahur_color: "" + d_c_maine_color: "" + d_c_mainling_color: "" + d_c_mainz_color: "" + d_c_mait_color: "" + d_c_majar_color: "" + d_c_makhir_color: "" + d_c_malaga_color: "" + d_c_malagon_color: "" + d_c_malbork_color: "" + d_c_maldives_color: "" + d_c_maldwyn_color: "" + d_c_mallabhum_color: "" + d_c_mallorca_color: "" + d_c_malta_color: "" + d_c_mamprusi_color: "" + d_c_man_color: "" + d_c_mana_color: "" + d_c_manatau_color: "" + d_c_mandab_color: "" + d_c_mandapika_color: "" + d_c_mandavyapura_color: "" + d_c_mandestan_color: "" + d_c_mangnai_color: "" + d_c_mangra_color: "" + d_c_mangyshlak_color: "" + d_c_manikpur_color: "" + d_c_manipur_color: "" + d_c_mansfeld_color: "" + d_c_mansura_color: "" + d_c_manthang_color: "" + d_c_mantua_color: "" + d_c_manturovo_color: "" + d_c_maowun_color: "" + d_c_maqen_color: "" + d_c_maqu_color: "" + d_c_maragha_color: "" + d_c_marash_color: "" + d_c_marburg_color: "" + d_c_mareeg_color: "" + d_c_mark_color: "" + d_c_markam_color: "" + d_c_marmaros_color: "" + d_c_marrakesh_color: "" + d_c_marsabit_color: "" + d_c_marsan_color: "" + d_c_martyuba_color: "" + d_c_marvarrud_color: "" + d_c_masa_color: "" + d_c_masabadhan_color: "" + d_c_masalit_color: "" + d_c_masin_color: "" + d_c_massawa_color: "" + d_c_massina_color: "" + d_c_mathura_color: "" + d_c_mau_color: "" + d_c_mayo_color: "" + d_c_mayyafariqin_color: "" + d_c_mazandaran_color: "" + d_c_mazongshan_color: "" + d_c_mearns_color: "" + d_c_meaux_color: "" + d_c_mecca_color: "" + d_c_mecklenburg_color: "" + d_c_medantaka_color: "" + d_c_medapata_color: "" + d_c_medellin_color: "" + d_c_medelpad_color: "" + d_c_medina_color: "" + d_c_medjerda_color: "" + d_c_meissen_color: "" + d_c_meknes_color: "" + d_c_melilla_color: "" + d_c_melitene_color: "" + d_c_mema_color: "" + d_c_memar_color: "" + d_c_memel_color: "" + d_c_menorca_color: "" + d_c_merida_color: "" + d_c_merioneth_color: "" + d_c_meroe_color: "" + d_c_mersenburg_color: "" + d_c_merv_color: "" + d_c_mesembria_color: "" + d_c_mesopotamia_color: "" + d_c_messenia_color: "" + d_c_messina_color: "" + d_c_messukyla_color: "" + d_c_metz_color: "" + d_c_metzovo_color: "" + d_c_miastko_color: "" + d_c_middlesex_color: "" + d_c_midnapore_color: "" + d_c_miliez_color: "" + d_c_millau_color: "" + d_c_minbu_color: "" + d_c_minden_color: "" + d_c_minsk_color: "" + d_c_mithila_color: "" + d_c_modena_color: "" + d_c_modrus_color: "" + d_c_mogadishu_color: "" + d_c_mohadavasaka_color: "" + d_c_molina_color: "" + d_c_monferrato_color: "" + d_c_monkh_saridag_color: "" + d_c_monmouthshire_color: "" + d_c_montaigu_color: "" + d_c_montargis_color: "" + d_c_monterrei_color: "" + d_c_montpellier_color: "" + d_c_mora_color: "" + d_c_morarna_color: "" + d_c_moray_color: "" + d_c_more_color: "" + d_c_mosala_color: "" + d_c_moskva_color: "" + d_c_mosul_color: "" + d_c_mosynopolis_color: "" + d_c_moura_color: "" + d_c_mozhaysk_color: "" + d_c_mudgagiri_color: "" + d_c_mudug_color: "" + d_c_mugan_color: "" + d_c_mugodzhar_hills_color: "" + d_c_mulaka_color: "" + d_c_multan_color: "" + d_c_muluya_color: "" + d_c_mumo_color: "" + d_c_munchen_color: "" + d_c_munda_color: "" + d_c_munio_color: "" + d_c_munjan_color: "" + d_c_munster_color: "" + d_c_murcia_color: "" + d_c_murom_color: "" + d_c_murun_tomis_color: "" + d_c_murzuk_color: "" + d_c_muscat_color: "" + d_c_mustasaari_color: "" + d_c_muya_color: "" + d_c_mysia_color: "" + d_c_nabadwipa_color: "" + d_c_naddula_color: "" + d_c_naga_color: "" + d_c_nagarze_color: "" + d_c_nagauda_color: "" + d_c_nagchu_color: "" + d_c_nagormo_color: "" + d_c_naimisa_color: "" + d_c_naissus_color: "" + d_c_najera_color: "" + d_c_najran_color: "" + d_c_nakhshab_color: "" + d_c_naldurg_color: "" + d_c_nallamala_color: "" + d_c_nalu_color: "" + d_c_namandiru_color: "" + d_c_namdalfylki_color: "" + d_c_namur_color: "" + d_c_nancy_color: "" + d_c_nandana_color: "" + d_c_nang_color: "" + d_c_nangqen_color: "" + d_c_nantes_color: "" + d_c_nanumba_color: "" + d_c_napoli_color: "" + d_c_naqis_color: "" + d_c_narim_color: "" + d_c_narke_color: "" + d_c_narva_color: "" + d_c_narym_DZU_color: "" + d_c_nasaiya_color: "" + d_c_nasibin_color: "" + d_c_nasrabad_color: "" + d_c_nassau_color: "" + d_c_natangia_color: "" + d_c_naumberg_color: "" + d_c_naumburg_color: "" + d_c_naushki_color: "" + d_c_navarra_color: "" + d_c_navasarika_color: "" + d_c_naxos_color: "" + d_c_ndenye_color: "" + d_c_neamnt_color: "" + d_c_nedenes_color: "" + d_c_nedersticht_color: "" + d_c_negev_color: "" + d_c_nellore_color: "" + d_c_neopatras_color: "" + d_c_neramkary_color: "" + d_c_neufchateau_color: "" + d_c_nevers_color: "" + d_c_ngawa_color: "" + d_c_ngoring_color: "" + d_c_niani_color: "" + d_c_nice_color: "" + d_c_nicopolis_color: "" + d_c_nicosia_color: "" + d_c_niebla_color: "" + d_c_nih_color: "" + d_c_nihawand_color: "" + d_c_nikaea_color: "" + d_c_nikki_color: "" + d_c_nikopolis_color: "" + d_c_ninive_color: "" + d_c_niomi_color: "" + d_c_nishapur_color: "" + d_c_nizhny_novgorod_color: "" + d_c_nizwa_color: "" + d_c_njudung_color: "" + d_c_nordlingen_color: "" + d_c_nordmark_color: "" + d_c_nordrland_color: "" + d_c_norfolk_color: "" + d_c_north_riding_color: "" + d_c_northamptonshire_color: "" + d_c_northumberland_color: "" + d_c_norwegian_more_color: "" + d_c_nottinghamshire_color: "" + d_c_novara_color: "" + d_c_novgorod_color: "" + d_c_novgorod_seversky_color: "" + d_c_novogrudok_color: "" + d_c_novosil_color: "" + d_c_nugaal_color: "" + d_c_nuon_color: "" + d_c_nupe_color: "" + d_c_nurnberg_color: "" + d_c_nurtay_color: "" + d_c_nyagrong_color: "" + d_c_nyainrong_color: "" + d_c_nyalam_color: "" + d_c_nyemo_color: "" + d_c_nyene_color: "" + d_c_nyima_color: "" + d_c_nyingchi_color: "" + d_c_nyitra_color: "" + d_c_nyland_color: "" + d_c_nysa_color: "" + d_c_nzi_color: "" + d_c_ob_color: "" + d_c_odessa_color: "" + d_c_odishi_color: "" + d_c_odoyev_color: "" + d_c_ohrid_color: "" + d_c_oigon_color: "" + d_c_okangara_color: "" + d_c_oland_color: "" + d_c_olavinlinna_color: "" + d_c_oldenburg_color: "" + d_c_oleshye_color: "" + d_c_olkhon_color: "" + d_c_olmedo_color: "" + d_c_olomouc_color: "" + d_c_omsk_color: "" + d_c_onega_color: "" + d_c_onega_BJA_color: "" + d_c_ongi_color: "" + d_c_onsthia_color: "" + d_c_opanda_color: "" + d_c_opava_color: "" + d_c_opole_color: "" + d_c_orangallu_color: "" + d_c_orania_color: "" + d_c_orava_color: "" + d_c_orbetello_color: "" + d_c_orenburg_color: "" + d_c_orhei_color: "" + d_c_oriel_color: "" + d_c_orkney_color: "" + d_c_orlamunde_color: "" + d_c_orleans_color: "" + d_c_ormond_color: "" + d_c_orsha_color: "" + d_c_orvieto_color: "" + d_c_osel_color: "" + d_c_oshrusana_color: "" + d_c_oskol_color: "" + d_c_osnabruck_color: "" + d_c_ossory_color: "" + d_c_ostergotland_color: "" + d_c_osterland_color: "" + d_c_osterode_color: "" + d_c_ostfriesland_color: "" + d_c_otrar_color: "" + d_c_oudalan_color: "" + d_c_oulu_color: "" + d_c_outer_hebrides_color: "" + d_c_oversticht_color: "" + d_c_owu_color: "" + d_c_oxfordshire_color: "" + d_c_oyo_color: "" + d_c_pacatiana_color: "" + d_c_paderborn_color: "" + d_c_padua_color: "" + d_c_padum_color: "" + d_c_paeonia_color: "" + d_c_pagan_color: "" + d_c_pagania_color: "" + d_c_palakka_color: "" + d_c_palanga_color: "" + d_c_palermo_color: "" + d_c_pallas_color: "" + d_c_palmyra_color: "" + d_c_palniki_color: "" + d_c_pamphylia_color: "" + d_c_panaji_color: "" + d_c_panjgur_color: "" + d_c_pannagallu_color: "" + d_c_paphlagonia_color: "" + d_c_parma_color: "" + d_c_paro_color: "" + d_c_parsberg_color: "" + d_c_passau_color: "" + d_c_pavia_color: "" + d_c_pavlodar_color: "" + d_c_peaccam_color: "" + d_c_pecheneg_color: "" + d_c_pedersore_color: "" + d_c_pegu_color: "" + d_c_pelym_color: "" + d_c_pelyul_color: "" + d_c_pemako_color: "" + d_c_pembrokeshire_color: "" + d_c_pendjari_color: "" + d_c_penthievre_color: "" + d_c_penugonda_color: "" + d_c_penza_color: "" + d_c_perekop_color: "" + d_c_peremyshl_color: "" + d_c_peresopnytsia_color: "" + d_c_pereyaslavl_color: "" + d_c_perigord_color: "" + d_c_perm_color: "" + d_c_pest_color: "" + d_c_petropavl_color: "" + d_c_petropavolsk_color: "" + d_c_petrovsk_color: "" + d_c_philippopolis_color: "" + d_c_philomelium_color: "" + d_c_phiti_color: "" + d_c_phrygia_color: "" + d_c_pielinen_color: "" + d_c_pila_color: "" + d_c_pinsk_color: "" + d_c_pirin_color: "" + d_c_pisa_color: "" + d_c_pisidia_color: "" + d_c_pite_color: "" + d_c_pitten_color: "" + d_c_plasencia_color: "" + d_c_plocka_color: "" + d_c_plyos_color: "" + d_c_plzen_color: "" + d_c_po_color: "" + d_c_podor_color: "" + d_c_podrinje_color: "" + d_c_poitiers_color: "" + d_c_polesine_color: "" + d_c_polotsk_color: "" + d_c_polovragi_color: "" + d_c_pomoravlje_color: "" + d_c_pomorje_color: "" + d_c_pompeiopolis_color: "" + d_c_porto_color: "" + d_c_poszony_color: "" + d_c_povenets_color: "" + d_c_pozega_color: "" + d_c_poznanska_color: "" + d_c_praha_color: "" + d_c_pravia_color: "" + d_c_prayaga_color: "" + d_c_prenzlau_color: "" + d_c_prerov_color: "" + d_c_provence_color: "" + d_c_prusa_color: "" + d_c_przemkow_color: "" + d_c_pset_color: "" + d_c_pskov_color: "" + d_c_pudozh_color: "" + d_c_puigcerda_color: "" + d_c_pula_color: "" + d_c_punakha_color: "" + d_c_pundravardhana_color: "" + d_c_purang_color: "" + d_c_puri_color: "" + d_c_purig_color: "" + d_c_purushapura_color: "" + d_c_puttlingen_color: "" + d_c_putyvl_color: "" + d_c_qadisiya_color: "" + d_c_qain_color: "" + d_c_qalaafe_color: "" + d_c_qamdo_color: "" + d_c_qaryatan_color: "" + d_c_qashtiliya_color: "" + d_c_qasim_color: "" + d_c_qasr_ibrim_color: "" + d_c_qataa_color: "" + d_c_qatif_color: "" + d_c_qayaliq_color: "" + d_c_qazwin_color: "" + d_c_qilin_color: "" + d_c_qimr_color: "" + d_c_qinggil_color: "" + d_c_qinnasrin_color: "" + d_c_qom_color: "" + d_c_qoshagyl_color: "" + d_c_quercy_color: "" + d_c_qumarleb_color: "" + d_c_qumisha_color: "" + d_c_quqen_color: "" + d_c_quriltay_color: "" + d_c_qurta_color: "" + d_c_qus_color: "" + d_c_qusayr_color: "" + d_c_racakonda_color: "" + d_c_radha_color: "" + d_c_radomska_color: "" + d_c_ragusa_color: "" + d_c_rahba_color: "" + d_c_raimskoe_color: "" + d_c_rajanpur_color: "" + d_c_rajrappa_color: "" + d_c_rama_color: "" + d_c_ramagiri_color: "" + d_c_ramhurmuz_color: "" + d_c_ramu_color: "" + d_c_ranikot_color: "" + d_c_raniriki_color: "" + d_c_rano_color: "" + d_c_ranthambore_color: "" + d_c_raqqa_color: "" + d_c_ras_hafun_color: "" + d_c_raseiniai_color: "" + d_c_rashka_color: "" + d_c_rasht_color: "" + d_c_ratanpur_color: "" + d_c_ratibor_color: "" + d_c_ravenna_color: "" + d_c_ravensburg_color: "" + d_c_rayapura_color: "" + d_c_rayy_color: "" + d_c_rebgong_color: "" + d_c_regensburg_color: "" + d_c_reggio_calabria_color: "" + d_c_reims_color: "" + d_c_renandu_color: "" + d_c_reni_color: "" + d_c_rennes_color: "" + d_c_rethel_color: "" + d_c_reval_color: "" + d_c_rhodopes_color: "" + d_c_rhodos_color: "" + d_c_ribe_color: "" + d_c_rima_color: "" + d_c_ringkobing_color: "" + d_c_riqan_color: "" + d_c_rivsharan_color: "" + d_c_rogalandi_color: "" + d_c_rohana_color: "" + d_c_roing_color: "" + d_c_roma_color: "" + d_c_romen_color: "" + d_c_rosenheim_color: "" + d_c_roslavl_color: "" + d_c_ross_color: "" + d_c_rossano_color: "" + d_c_rossello_color: "" + d_c_rostock_color: "" + d_c_rothas_color: "" + d_c_rothenburg_color: "" + d_c_rouen_color: "" + d_c_rouergue_color: "" + d_c_rounala_color: "" + d_c_rudbar_color: "" + d_c_rugen_color: "" + d_c_rukhaj_color: "" + d_c_ruppin_color: "" + d_c_rusa_color: "" + d_c_rusafa_color: "" + d_c_rutog_color: "" + d_c_ruyan_color: "" + d_c_ryazan_color: "" + d_c_ryty_color: "" + d_c_saalum_color: "" + d_c_saarbrucken_color: "" + d_c_sabakyul_color: "" + d_c_sable_color: "" + d_c_sabzevar_color: "" + d_c_sacz_color: "" + d_c_safata_color: "" + d_c_sagaing_color: "" + d_c_sagar_color: "" + d_c_sagiz_color: "" + d_c_sagya_color: "" + d_c_sai_color: "" + d_c_saimara_color: "" + d_c_saintonge_color: "" + d_c_sakala_color: "" + d_c_sakarai_color: "" + d_c_sakmara_color: "" + d_c_salamanca_color: "" + d_c_salamat_color: "" + d_c_salavat_color: "" + d_c_salerno_color: "" + d_c_salinis_color: "" + d_c_salzburg_color: "" + d_c_samaiqan_color: "" + d_c_samander_color: "" + d_c_samar_color: "" + d_c_samar_VB_color: "" + d_c_samarkand_color: "" + d_c_samarra_color: "" + d_c_samatata_color: "" + d_c_sambalpur_color: "" + d_c_sambhal_color: "" + d_c_samiran_color: "" + d_c_samman_color: "" + d_c_samosata_color: "" + d_c_sanaa_color: "" + d_c_sancerre_color: "" + d_c_sanda_color: "" + d_c_sandomierska_color: "" + d_c_sandoway_color: "" + d_c_sangqu_color: "" + d_c_sanij_color: "" + d_c_sankt_gallen_color: "" + d_c_sankt_polten_color: "" + d_c_santiago_color: "" + d_c_saoura_color: "" + d_c_saptagrama_color: "" + d_c_saqsin_color: "" + d_c_sarakhs_color: "" + d_c_saran_color: "" + d_c_sarangpur_color: "" + d_c_sarasvata_mandala_color: "" + d_c_sarasvati_color: "" + d_c_saratov_color: "" + d_c_sardan_color: "" + d_c_saris_color: "" + d_c_sarkel_color: "" + d_c_sartlan_color: "" + d_c_sarykamysh_color: "" + d_c_sarysyn_color: "" + d_c_sasaram_color: "" + d_c_satakunta_color: "" + d_c_satala_color: "" + d_c_satfura_color: "" + d_c_satif_color: "" + d_c_satyapura_color: "" + d_c_saumur_color: "" + d_c_savalu_color: "" + d_c_savoie_color: "" + d_c_say_color: "" + d_c_sayn_color: "" + d_c_scalovia_color: "" + d_c_schaumberg_color: "" + d_c_schmalkalden_color: "" + d_c_schweibus_color: "" + d_c_sebasteia_color: "" + d_c_sebezh_color: "" + d_c_sebur_color: "" + d_c_selenga_color: "" + d_c_seleucia_color: "" + d_c_selge_color: "" + d_c_selpils_color: "" + d_c_semey_color: "" + d_c_semien_color: "" + d_c_sennar_color: "" + d_c_seno_color: "" + d_c_sens_color: "" + d_c_serae_color: "" + d_c_serres_color: "" + d_c_sertar_color: "" + d_c_sevede_color: "" + d_c_severin_color: "" + d_c_sevilla_color: "" + d_c_sevsk_color: "" + d_c_sewa_color: "" + d_c_sfax_color: "" + d_c_shabe_color: "" + d_c_shahrazur_color: "" + d_c_shahre-babak_color: "" + d_c_shaki_color: "" + d_c_shamir_color: "" + d_c_shanzhou_color: "" + d_c_shaqiq_color: "" + d_c_sharaf_color: "" + d_c_sharga_color: "" + d_c_sharka_color: "" + d_c_sharkiya_color: "" + d_c_shavgar_color: "" + d_c_shayzar_color: "" + d_c_shazhou_color: "" + d_c_shchuchinsk_color: "" + d_c_shelji_color: "" + d_c_shenkursk_color: "" + d_c_sherbro_color: "" + d_c_shetland_color: "" + d_c_shigar_color: "" + d_c_shiraz_color: "" + d_c_shirvan_color: "" + d_c_shishina_color: "" + d_c_shityy_color: "" + d_c_shor_color: "" + d_c_shorkot_color: "" + d_c_showa_color: "" + d_c_showak_color: "" + d_c_shropshire_color: "" + d_c_shughnan_color: "" + d_c_shunzhou_color: "" + d_c_siauliai_color: "" + d_c_sibi_color: "" + d_c_sibi_mali_color: "" + d_c_sibir_color: "" + d_c_sidamo_color: "" + d_c_siena_color: "" + d_c_sieradzka_color: "" + d_c_sif-i-umara_color: "" + d_c_siggevara_color: "" + d_c_sighnaq_color: "" + d_c_sijilmasa_color: "" + d_c_sikasso_color: "" + d_c_silla_color: "" + d_c_silves_color: "" + d_c_simaramapura_color: "" + d_c_sinai_color: "" + d_c_sinjar_color: "" + d_c_sinope_color: "" + d_c_sir_faesyfed_color: "" + d_c_siracusa_color: "" + d_c_sirhan_color: "" + d_c_sirjan_color: "" + d_c_sittaung_color: "" + d_c_sitti_color: "" + d_c_siwa_color: "" + d_c_siwistan_color: "" + d_c_sjaelland_color: "" + d_c_sjeltie_color: "" + d_c_skane_color: "" + d_c_skara_color: "" + d_c_skardu_color: "" + d_c_skolt_color: "" + d_c_skopje_color: "" + d_c_slesvig_color: "" + d_c_slupsk_color: "" + d_c_slutsk_color: "" + d_c_smolensk_color: "" + d_c_sobrarbe_color: "" + d_c_sochur_color: "" + d_c_socotra_color: "" + d_c_sodermannaland_color: "" + d_c_sog_color: "" + d_c_sogn_color: "" + d_c_sokode_color: "" + d_c_sokoto_color: "" + d_c_soldin_color: "" + d_c_soli_color: "" + d_c_solimana_color: "" + d_c_sombio_color: "" + d_c_somerset_color: "" + d_c_somnath_color: "" + d_c_somogy_color: "" + d_c_sonda_color: "" + d_c_songuu_aallar_color: "" + d_c_sopron_color: "" + d_c_soria_color: "" + d_c_soroca_color: "" + d_c_sorok_color: "" + d_c_sortavala_color: "" + d_c_soso_color: "" + d_c_sosva_color: "" + d_c_souf_color: "" + d_c_sous_color: "" + d_c_south_kordofan_color: "" + d_c_speyer_color: "" + d_c_spis_color: "" + d_c_spoleto_color: "" + d_c_spreewald_color: "" + d_c_sprottau_color: "" + d_c_sravasti_color: "" + d_c_sredets_color: "" + d_c_srihatta_color: "" + d_c_sriksetra_color: "" + d_c_sripatha_color: "" + d_c_sripuri_color: "" + d_c_srirangapatna_color: "" + d_c_stade_color: "" + d_c_staffordshire_color: "" + d_c_starodub_color: "" + d_c_stendal_color: "" + d_c_stettin_color: "" + d_c_stezycka_color: "" + d_c_sthanisvara_color: "" + d_c_stoenesti_color: "" + d_c_stoyanka_color: "" + d_c_strassburg_color: "" + d_c_strathearn_color: "" + d_c_strumica_color: "" + d_c_suakin_color: "" + d_c_subay_color: "" + d_c_subei_color: "" + d_c_suceava_color: "" + d_c_sudurland_color: "" + d_c_suenik_color: "" + d_c_suffolk_color: "" + d_c_sukhna_color: "" + d_c_sullum_color: "" + d_c_sumadija_color: "" + d_c_sumdo_color: "" + d_c_sundgau_color: "" + d_c_sungqu_color: "" + d_c_suondavara_color: "" + d_c_suriya_color: "" + d_c_surparaka_color: "" + d_c_surrah_color: "" + d_c_surrey_color: "" + d_c_sussex_color: "" + d_c_sutherland_color: "" + d_c_sutkend_color: "" + d_c_suvarnagram_color: "" + d_c_suvarnapura_color: "" + d_c_suyab_color: "" + d_c_suzdal_color: "" + d_c_suzhou_color: "" + d_c_svaneti_color: "" + d_c_swetaka_mandala_color: "" + d_c_syrrusafa_color: "" + d_c_syrte_color: "" + d_c_sysma_color: "" + d_c_szabolcs_color: "" + d_c_szatmar_color: "" + d_c_szekelyfold_color: "" + d_c_szekesfehervar_color: "" + d_c_szerem_color: "" + d_c_tabary_color: "" + d_c_tabassa_color: "" + d_c_tabla_butii_color: "" + d_c_tabon_color: "" + d_c_tabriz_color: "" + d_c_tabuk_color: "" + d_c_tadjoura_color: "" + d_c_tadla_color: "" + d_c_tadmekka_color: "" + d_c_tagadur_color: "" + d_c_tagali_color: "" + d_c_tagant_color: "" + d_c_taghaza_color: "" + d_c_tagul_color: "" + d_c_tahert_color: "" + d_c_tahoua_color: "" + d_c_taif_color: "" + d_c_taizz_color: "" + d_c_takkeda_color: "" + d_c_takon_color: "" + d_c_takrit_color: "" + d_c_takrur_color: "" + d_c_talakad_color: "" + d_c_talava_color: "" + d_c_talish_color: "" + d_c_tall_basma_color: "" + d_c_tall_hamid_color: "" + d_c_tamasna_color: "" + d_c_tambov_color: "" + d_c_tamentit_color: "" + d_c_tamiso_color: "" + d_c_tamralipti_color: "" + d_c_tana_color: "" + d_c_tanas_color: "" + d_c_tangiers_color: "" + d_c_tao_color: "" + d_c_tapsa_color: "" + d_c_tara_color: "" + d_c_taradavadi_color: "" + d_c_taraz_color: "" + d_c_targu_jiu_color: "" + d_c_targyl_color: "" + d_c_tarnowska_color: "" + d_c_tarragona_color: "" + d_c_tarsos_color: "" + d_c_tartas_SIB_color: "" + d_c_tarvagatai_color: "" + d_c_taskyl_color: "" + d_c_tavan_bogd_color: "" + d_c_tavasts_color: "" + d_c_tawang_color: "" + d_c_tayma_color: "" + d_c_taza_color: "" + d_c_tbilisi_color: "" + d_c_tecklenburg_color: "" + d_c_teke_color: "" + d_c_telemark_color: "" + d_c_temes_color: "" + d_c_temne_color: "" + d_c_tenggeli_color: "" + d_c_teniz_color: "" + d_c_ter_color: "" + d_c_teramo_color: "" + d_c_terebovl_color: "" + d_c_terek_pass_color: "" + d_c_terekli_color: "" + d_c_terektai_color: "" + d_c_teruel_color: "" + d_c_tesiin_gol_color: "" + d_c_tessalit_color: "" + d_c_teviotdale_color: "" + d_c_tewo_color: "" + d_c_tezu_color: "" + d_c_thabeik_taung_color: "" + d_c_thalabiya_color: "" + d_c_thaldat_color: "" + d_c_thalner_color: "" + d_c_thaton_color: "" + d_c_theodosiopolis_color: "" + d_c_thessalia_color: "" + d_c_thessaliotis_color: "" + d_c_thessalonika_color: "" + d_c_thiers_color: "" + d_c_thomond_color: "" + d_c_thouars_color: "" + d_c_thyatira_color: "" + d_c_tib_color: "" + d_c_tiberias_color: "" + d_c_tibesti_color: "" + d_c_tichitt_color: "" + d_c_tigheci_color: "" + d_c_tigre_color: "" + d_c_tihama_color: "" + d_c_tihamat-al-yamani_color: "" + d_c_tikhvin_color: "" + d_c_timbi_color: "" + d_c_tindouf_color: "" + d_c_tinmallal_color: "" + d_c_tirakka_color: "" + d_c_tiris_color: "" + d_c_tiruvannamalai_color: "" + d_c_tivoli_color: "" + d_c_tlemcen_color: "" + d_c_tmutarakan_color: "" + d_c_tobol_color: "" + d_c_tobruk_color: "" + d_c_todo_color: "" + d_c_tokumbay_color: "" + d_c_toledo_color: "" + d_c_tolna_color: "" + d_c_toma_color: "" + d_c_tomorbulag_color: "" + d_c_tomsk_color: "" + d_c_tonnerrois_color: "" + d_c_torangy_kul_color: "" + d_c_torda_color: "" + d_c_torema_color: "" + d_c_torne_color: "" + d_c_toro_color: "" + d_c_toropets_color: "" + d_c_tortoli_color: "" + d_c_tortona_color: "" + d_c_torun_color: "" + d_c_totma_color: "" + d_c_touat_color: "" + d_c_toulouse_color: "" + d_c_toungoo_color: "" + d_c_tourraine_color: "" + d_c_tovkhon_color: "" + d_c_trakai_color: "" + d_c_trandam_color: "" + d_c_trandheim_color: "" + d_c_travunia_color: "" + d_c_trebizond_color: "" + d_c_trenscen_color: "" + d_c_trent_color: "" + d_c_treviso_color: "" + d_c_tribandapura_color: "" + d_c_trier_color: "" + d_c_trigarta_color: "" + d_c_trikuta_color: "" + d_c_trincomalee_color: "" + d_c_tripoli_color: "" + d_c_tripolitana_color: "" + d_c_tripuri_color: "" + d_c_trongsa_color: "" + d_c_tropaeum_color: "" + d_c_troyes_color: "" + d_c_tsambagarau_color: "" + d_c_tsaparang_color: "" + d_c_tseel_color: "" + d_c_tselym_dalyn_color: "" + d_c_tudela_color: "" + d_c_tudgha_color: "" + d_c_tui_color: "" + d_c_tula_color: "" + d_c_tuluchezeva_color: "" + d_c_tulun_color: "" + d_c_tumak_color: "" + d_c_tumar_color: "" + d_c_tummana_color: "" + d_c_tun_color: "" + d_c_tunis_color: "" + d_c_tunka_color: "" + d_c_turan_color: "" + d_c_turgay_color: "" + d_c_turin_color: "" + d_c_turnovo_color: "" + d_c_turov_color: "" + d_c_turpan_color: "" + d_c_turuberan_color: "" + d_c_tus_color: "" + d_c_tustar_color: "" + d_c_tuulain_color: "" + d_c_tver_color: "" + d_c_tyendugu_color: "" + d_c_tyumen_color: "" + d_c_tzani_color: "" + d_c_ubins_color: "" + d_c_ubmejeiednuo_color: "" + d_c_ubulla_color: "" + d_c_uch_color: "" + d_c_uchangidurga_color: "" + d_c_uchkul_color: "" + d_c_udabhanda_color: "" + d_c_ufa_color: "" + d_c_uiska_color: "" + d_c_ujjayini_color: "" + d_c_ulaanbaatar_color: "" + d_c_ulaangom_color: "" + d_c_ulam_color: "" + d_c_ulan_chuzir_color: "" + d_c_ulan_ude_color: "" + d_c_ulantaiga_color: "" + d_c_uliastai_color: "" + d_c_uliuty_color: "" + d_c_ulm_color: "" + d_c_ulster_color: "" + d_c_ulu_jitanjik_color: "" + d_c_ulytau_color: "" + d_c_uman_color: "" + d_c_umiai_color: "" + d_c_ungvar_color: "" + d_c_upland_color: "" + d_c_upper_bono_color: "" + d_c_upper_ghur_color: "" + d_c_upper_gurma_color: "" + d_c_upper_khabur_color: "" + d_c_uqayr_color: "" + d_c_uraiyur_color: "" + d_c_ural_color: "" + d_c_uraltau_color: "" + d_c_urbino_color: "" + d_c_urgamal_color: "" + d_c_urgell_color: "" + d_c_urgun_color: "" + d_c_urmiya_color: "" + d_c_uses_color: "" + d_c_ushara_color: "" + d_c_ushmun_color: "" + d_c_ushytsia_color: "" + d_c_usora_color: "" + d_c_ustyug_color: "" + d_c_ustyurt_color: "" + d_c_uul_chors_color: "" + d_c_uulynkhol_color: "" + d_c_uvs_nuur_color: "" + d_c_uwal_color: "" + d_c_uzboy_color: "" + d_c_uzen_color: "" + d_c_uzgend_KARA_color: "" + d_c_vadodara_color: "" + d_c_vaihingen_color: "" + d_c_vaijayanti_color: "" + d_c_vairagara_color: "" + d_c_vairata_color: "" + d_c_vaisali_color: "" + d_c_valabhi_color: "" + d_c_valdai_color: "" + d_c_valencia_color: "" + d_c_valentinois_color: "" + d_c_valladolid_color: "" + d_c_valois_color: "" + d_c_vanemane_color: "" + d_c_vannes_color: "" + d_c_varanasi_color: "" + d_c_vardhamana_color: "" + d_c_varend_color: "" + d_c_vargashi_color: "" + d_c_varmland_color: "" + d_c_vas_color: "" + d_c_vaspurakan_color: "" + d_c_vastergotland_color: "" + d_c_vastmanland_color: "" + d_c_vastvag_color: "" + d_c_vasyugan_color: "" + d_c_vatapi_color: "" + d_c_vatsagulma_color: "" + d_c_vaucouleurs_color: "" + d_c_vecchio_color: "" + d_c_velay_color: "" + d_c_velbazhd_color: "" + d_c_velsk_color: "" + d_c_venadu_color: "" + d_c_venaissin_color: "" + d_c_vendome_color: "" + d_c_veneto_color: "" + d_c_venezia_color: "" + d_c_vengipura_color: "" + d_c_veria_color: "" + d_c_vermandois_color: "" + d_c_verona_color: "" + d_c_vestfold_color: "" + d_c_vestisland_color: "" + d_c_veszprem_color: "" + d_c_vhrbosna_color: "" + d_c_viborg_color: "" + d_c_vidin_color: "" + d_c_vidisa_color: "" + d_c_vidzeme_color: "" + d_c_viena_color: "" + d_c_vienna_color: "" + d_c_viennois_color: "" + d_c_viipuri_color: "" + d_c_vijayapura_color: "" + d_c_vijnot_color: "" + d_c_vikramapura_color: "" + d_c_villach_color: "" + d_c_vingulmork_color: "" + d_c_viraja_color: "" + d_c_viscaya_color: "" + d_c_viseu_color: "" + d_c_vitebsk_color: "" + d_c_viterbo_color: "" + d_c_vitim_color: "" + d_c_viviers_color: "" + d_c_vizagipatam_color: "" + d_c_vladimir_color: "" + d_c_vodamayutja_color: "" + d_c_vodi_color: "" + d_c_vodica_color: "" + d_c_vogtland_color: "" + d_c_voin_color: "" + d_c_volkovysk_color: "" + d_c_volodymyr_color: "" + d_c_vologda_color: "" + d_c_vorbasse_color: "" + d_c_voronezh_color: "" + d_c_votkinsk_color: "" + d_c_vratsa_color: "" + d_c_vrbas_color: "" + d_c_vukovar_color: "" + d_c_vyangi_color: "" + d_c_wa_color: "" + d_c_wabar_color: "" + d_c_wadai_color: "" + d_c_wadan_color: "" + d_c_waddan_color: "" + d_c_wadi_amur_color: "" + d_c_wadi_el-milk_color: "" + d_c_wagadugu_color: "" + d_c_waj_color: "" + d_c_wajda_color: "" + d_c_wajh_color: "" + d_c_wakhan_color: "" + d_c_wakhsh_color: "" + d_c_walata_color: "" + d_c_waldeck_color: "" + d_c_wandala_color: "" + d_c_waqisa_color: "" + d_c_wargla_color: "" + d_c_warwickshire_color: "" + d_c_wasit_color: "" + d_c_wassa_color: "" + d_c_welamo_color: "" + d_c_wellega_color: "" + d_c_wentugaole_color: "" + d_c_wenyon_color: "" + d_c_werle_color: "" + d_c_west-tokharestan_color: "" + d_c_west_kordofan_color: "" + d_c_west_qamuda_color: "" + d_c_west_riding_color: "" + d_c_western_tannu_color: "" + d_c_westfriesland_color: "" + d_c_westmorland_color: "" + d_c_wiek_color: "" + d_c_wielunska_color: "" + d_c_wiltberg_color: "" + d_c_wiltshire_color: "" + d_c_wittenberg_color: "" + d_c_wolgast_color: "" + d_c_wolkenstein_color: "" + d_c_wolpe_color: "" + d_c_wolqayt_color: "" + d_c_worcestershire_color: "" + d_c_wormditt_color: "" + d_c_worodugu_color: "" + d_c_wschowska_color: "" + d_c_wuda_color: "" + d_c_wuli_color: "" + d_c_wuluhai_color: "" + d_c_wurttemberg_color: "" + d_c_wurzburg_color: "" + d_c_xainza_color: "" + d_c_xaitongmoin_color: "" + d_c_xigaze_color: "" + d_c_xigortang_color: "" + d_c_xingqing_color: "" + d_c_xining_color: "" + d_c_yabrin_color: "" + d_c_yagba_color: "" + d_c_yaitsk_color: "" + d_c_yalala_color: "" + d_c_yalong_color: "" + d_c_yamama_color: "" + d_c_yamethin_color: "" + d_c_yanbu_color: "" + d_c_yangikent_color: "" + d_c_yangjibaliq_color: "" + d_c_yangwarok_color: "" + d_c_yanokul_color: "" + d_c_yar-calli_color: "" + d_c_yarkand_color: "" + d_c_yaroslavl_color: "" + d_c_yasin_color: "" + d_c_yatenga_color: "" + d_c_yatvyagi_color: "" + d_c_yau_color: "" + d_c_yauri_color: "" + d_c_yazd_color: "" + d_c_yekaterinburg_color: "" + d_c_yelimane_color: "" + d_c_yenisei_color: "" + d_c_yenshipin_color: "" + d_c_yera_color: "" + d_c_yijinai_color: "" + d_c_yongdeng_color: "" + d_c_yoshkar-ola_color: "" + d_c_yperen_color: "" + d_c_yumen_color: "" + d_c_yumenguan_color: "" + d_c_zabid_color: "" + d_c_zabulistan_color: "" + d_c_zachlumia_color: "" + d_c_zadar_color: "" + d_c_zadoi_color: "" + d_c_zagorje_color: "" + d_c_zagreb_color: "" + d_c_zagros_mediae_color: "" + d_c_zaila_color: "" + d_c_zakroczymska_color: "" + d_c_zamindawar_color: "" + d_c_zamm_color: "" + d_c_zammour_color: "" + d_c_zamora_color: "" + d_c_zanjan_color: "" + d_c_zarafshan_color: "" + d_c_zaragoza_color: "" + d_c_zarand_color: "" + d_c_zaranj_color: "" + d_c_zaria_color: "" + d_c_zarma_color: "" + d_c_zarman_color: "" + d_c_zaslavl_color: "" + d_c_zatec_color: "" + d_c_zavrsje_color: "" + d_c_zawila_color: "" + d_c_zeeland_color: "" + d_c_zekog_color: "" + d_c_zela_color: "" + d_c_zelengora_color: "" + d_c_zemigalians_color: "" + d_c_zemplen_color: "" + d_c_zetang_color: "" + d_c_zhagyab_color: "" + d_c_zhenfan_color: "" + d_c_zherkovo_color: "" + d_c_zhidoi_color: "" + d_c_zhongba_color: "" + d_c_zhytomyr_color: "" + d_c_zichia_color: "" + d_c_zirkuh_color: "" + d_c_ziz_color: "" + d_c_zlatibor_color: "" + d_c_znojmo_color: "" + d_c_zogang_color: "" + d_c_zoige_color: "" + d_c_zollern_color: "" + d_c_zolyom_color: "" + d_c_zurich_color: "" + d_c_zutphen_color: "" + d_c_zvyahel_color: "" + d_d_aaninen_tribe_color: "" + d_d_aarjetje_color: "" + d_d_abarshahr_color: "" + d_d_abkhazia_color: "" + d_d_acatiri_color: "" + d_d_achaia_color: "" + d_d_adal_color: "" + d_d_adiabene_color: "" + d_d_adiukru_color: "" + d_d_adkaddakhe_color: "" + d_d_adogit_color: "" + d_d_adrar_color: "" + d_d_aegean_islands_color: "" + d_d_aethelrugi_color: "" + d_d_agadir_color: "" + d_d_agder_color: "" + d_d_aileach_color: "" + d_d_air_color: "" + d_d_ait_ouriaghel_color: "" + d_d_ajmer_color: "" + d_d_akara_dasarna_color: "" + d_d_aksai_chin_color: "" + d_d_aksay_color: "" + d_d_aksum_color: "" + d_d_al-hasa_color: "" + d_d_al-said_color: "" + d_d_al-wahat_color: "" + d_d_al_qays_color: "" + d_d_ala_tau_color: "" + d_d_alakol_color: "" + d_d_alania_color: "" + d_d_alans_color: "" + d_d_albany_color: "" + d_d_albis_color: "" + d_d_aleppo_color: "" + d_d_alexandria_color: "" + d_d_algarve_color: "" + d_d_alger_color: "" + d_d_alpes_maritimae_color: "" + d_d_alpes_poeninae_color: "" + d_d_alsace_color: "" + d_d_altay_color: "" + d_d_alwa_color: "" + d_d_amalfi_color: "" + d_d_amdo_color: "" + d_d_amela_color: "" + d_d_amman_color: "" + d_d_anartta_color: "" + d_d_anatolia_color: "" + d_d_ancona_color: "" + d_d_angara_color: "" + d_d_angloland_color: "" + d_d_angria_color: "" + d_d_anhalt_color: "" + d_d_anjou_color: "" + d_d_antae_color: "" + d_d_antioch_color: "" + d_d_anupa_color: "" + d_d_apostolic_church_color: "" + d_d_apostolic_church_color: "" + d_d_apulia_color: "" + d_d_apullum_color: "" + d_d_aqtobe_color: "" + d_d_aquileia_church_color: "" + d_d_aquitaine_color: "" + d_d_aquitanica_prima_color: "" + d_d_aquitanica_secunda_color: "" + d_d_arabia_color: "" + d_d_aragon_color: "" + d_d_arakan_color: "" + d_d_aral_il_color: "" + d_d_arbayistan_color: "" + d_d_arcadia_color: "" + d_d_arian_color: "" + d_d_arkhangai_color: "" + d_d_armagnac_color: "" + d_d_armenia_prima_color: "" + d_d_armenia_secunda_color: "" + d_d_armeniac_color: "" + d_d_arochi_color: "" + d_d_ashanti_color: "" + d_d_ashokas_chosen_color: "" + d_d_asir_color: "" + d_d_asoristan_color: "" + d_d_astures_color: "" + d_d_asturias_color: "" + d_d_asturicensis_color: "" + d_d_athens_color: "" + d_d_atrebatia_color: "" + d_d_atropatene_color: "" + d_d_atyrau_color: "" + d_d_augandzi_color: "" + d_d_augsburg_color: "" + d_d_augustamnica_color: "" + d_d_austorani_color: "" + d_d_auvergne_color: "" + d_d_availites_color: "" + d_d_avaricum_color: "" + d_d_avars_color: "" + d_d_awioniz_color: "" + d_d_azal_color: "" + d_d_azerbaijan_color: "" + d_d_azov_color: "" + d_d_bacs_color: "" + d_d_badajoz_color: "" + d_d_badakhshan_color: "" + d_d_bagaudae_color: "" + d_d_baghdad_color: "" + d_d_baguirmi_color: "" + d_d_bahrain_color: "" + d_d_baigaluuls_color: "" + d_d_bakr_color: "" + d_d_balasagan_color: "" + d_d_bali_color: "" + d_d_balkh_color: "" + d_d_balti_color: "" + d_d_baltiyul_color: "" + d_d_bamberg_color: "" + d_d_bambuk_color: "" + d_d_baqlin_color: "" + d_d_baquates_color: "" + d_d_bar_color: "" + d_d_baraba_steppe_color: "" + d_d_barcelona_color: "" + d_d_bargujin_tukum_color: "" + d_d_baroia_color: "" + d_d_barsils_color: "" + d_d_barsuki_color: "" + d_d_bashkiria_color: "" + d_d_basra_color: "" + d_d_bassa_color: "" + d_d_batang_color: "" + d_d_bavaria_color: "" + d_d_bazin_color: "" + d_d_bedford_color: "" + d_d_beja_color: "" + d_d_bejaia_color: "" + d_d_bektashi_color: "" + d_d_belgica_prima_color: "" + d_d_belgica_secunda_color: "" + d_d_belgrade_color: "" + d_d_benevento_color: "" + d_d_benin_color: "" + d_d_bergslagen_color: "" + d_d_berry_color: "" + d_d_beth_garami_color: "" + d_d_betpa_color: "" + d_d_bhakkar_color: "" + d_d_biarmia_color: "" + d_d_bihar_color: "" + d_d_binnaka_color: "" + d_d_bishop_of_iona_color: "" + d_d_bithynia_color: "" + d_d_bjarma_tribe_color: "" + d_d_blemmyes_color: "" + d_d_bobo_color: "" + d_d_bohemia_color: "" + d_d_borgu_color: "" + d_d_bornu_color: "" + d_d_bosna_color: "" + d_d_bourbon_color: "" + d_d_boyul_color: "" + d_d_brabant_color: "" + d_d_bracarensis_color: "" + d_d_brandenburg_color: "" + d_d_brittany_color: "" + d_d_broerec_color: "" + d_d_brong_color: "" + d_d_brycheiniog_color: "" + d_d_bucellaria_color: "" + d_d_bugeac_color: "" + d_d_bukhara_color: "" + d_d_bukovina_color: "" + d_d_bulgaria_color: "" + d_d_bulgars_color: "" + d_d_bulgars_color: "" + d_d_bulls_rishabha_color: "" + d_d_bumthang_color: "" + d_d_burgundy_color: "" + d_d_byzacena_color: "" + d_d_caesaraugusta_color: "" + d_d_caesariensis_color: "" + d_d_cairo_color: "" + d_d_cait_color: "" + d_d_calabria_color: "" + d_d_campania_color: "" + d_d_canarias_color: "" + d_d_cantabria_color: "" + d_d_canterbury_color: "" + d_d_cappadocia_color: "" + d_d_capua_color: "" + d_d_carinthia_color: "" + d_d_carthago_color: "" + d_d_carthago_inferior_color: "" + d_d_carthago_superior_color: "" + d_d_castilla_color: "" + d_d_catalonia_color: "" + d_d_caucasian_albania_color: "" + d_d_caucasian_albania_color: "" + d_d_cauriensis_color: "" + d_d_ce_color: "" + d_d_celtiberia_color: "" + d_d_celtica_color: "" + d_d_cephalonia_color: "" + d_d_chah_color: "" + d_d_chakla_color: "" + d_d_chaldia_color: "" + d_d_champagne_color: "" + d_d_charkliq_color: "" + d_d_charsianon_color: "" + d_d_chera_nadu_color: "" + d_d_chernigov_color: "" + d_d_cherven_cities_color: "" + d_d_chola_nadu_color: "" + d_d_chosen_perkunas_color: "" + d_d_chudia_color: "" + d_d_chumi_color: "" + d_d_chumukun_color: "" + d_d_chuna_valley_color: "" + d_d_chuvashia_color: "" + d_d_chuyue_color: "" + d_d_cibyrrhaeot_color: "" + d_d_cilicia_color: "" + d_d_ciscaucasia_color: "" + d_d_citerior_color: "" + d_d_coimbra_color: "" + d_d_colchis_color: "" + d_d_connacht_color: "" + d_d_constantinopolitan_prefect_color: "" + d_d_conversos_color: "" + d_d_conyi_color: "" + d_d_coptic_papacy_color: "" + d_d_cordoba_color: "" + d_d_cornwall_color: "" + d_d_corsica_color: "" + d_d_courland_color: "" + d_d_courland_tribe_color: "" + d_d_crimea_color: "" + d_d_croatia_color: "" + d_d_currezia_color: "" + d_d_cybelian_pagan_color: "" + d_d_cybelian_pagan_color: "" + d_d_cyprus_color: "" + d_d_cyrenaica_color: "" + d_d_dacia_color: "" + d_d_dacia_ripensis_color: "" + d_d_dacia_transdanubia_color: "" + d_d_dadhipadra_color: "" + d_d_dagomba_color: "" + d_d_dahala_color: "" + d_d_dahlaks_color: "" + d_d_dakhina_desa_color: "" + d_d_daksina_kosala_color: "" + d_d_dalir_color: "" + d_d_dalmatia_color: "" + d_d_damascus_color: "" + d_d_damot_color: "" + d_d_danakil_color: "" + d_d_dandakaranya_color: "" + d_d_danes_color: "" + d_d_danubia_prima_color: "" + d_d_danubia_quarta_color: "" + d_d_danubia_secunda_color: "" + d_d_danubia_tertia_color: "" + d_d_dardania_color: "" + d_d_darfur_color: "" + d_d_dauphine_color: "" + d_d_dauria_color: "" + d_d_dawaro_color: "" + d_d_daylam_color: "" + d_d_deasmhumhain_color: "" + d_d_dege_color: "" + d_d_deheubarth_color: "" + d_d_delta_color: "" + d_d_dendi_color: "" + d_d_devagiri_color: "" + d_d_dhofar_color: "" + d_d_diafunu_color: "" + d_d_diyarbakr_color: "" + d_d_diyarmudar_color: "" + d_d_diyarrabia_color: "" + d_d_djolof_color: "" + d_d_dneipner_balts_color: "" + d_d_dobrudja_color: "" + d_d_domnonia_color: "" + d_d_don_valley_color: "" + d_d_donatism_color: "" + d_d_donatism_color: "" + d_d_dresden_color: "" + d_d_duklja_color: "" + d_d_duortnoseatnu_color: "" + d_d_durocotorum_color: "" + d_d_dyrrachion_color: "" + d_d_dzayul_color: "" + d_d_fars_color: "" + d_d_ferghana_color: "" + d_d_fes_color: "" + d_d_fezzan_color: "" + d_d_finland_color: "" + d_d_flaminia_color: "" + d_d_flanders_color: "" + d_d_followers_arjuna_color: "" + d_d_fortriu_color: "" + d_d_fotla_color: "" + d_d_frisia_color: "" + d_d_friuli_color: "" + d_d_futa_jalon_color: "" + d_d_gabes_color: "" + d_d_gaditanus_color: "" + d_d_gaetulia_color: "" + d_d_gainlho_color: "" + d_d_galatia_color: "" + d_d_galicia_color: "" + d_d_gallia_color: "" + d_d_gallia_viennensis_color: "" + d_d_galloway_color: "" + d_d_gandhara_color: "" + d_d_gangavadi_color: "" + d_d_ganzhou_color: "" + d_d_garama_color: "" + d_d_gardman_color: "" + d_d_gardman_color: "" + d_d_gascogne_color: "" + d_d_gauda_color: "" + d_d_gaul_prefect_color: "" + d_d_gayomarthianism_color: "" + d_d_gelre_color: "" + d_d_genoa_color: "" + d_d_georgia_color: "" + d_d_georgian_orthodox_color: "" + d_d_georgian_orthodox_color: "" + d_d_germania_inferior_color: "" + d_d_germania_superior_color: "" + d_d_germanii_color: "" + d_d_ghadames_color: "" + d_d_ghat_color: "" + d_d_ghifar_color: "" + d_d_ghomara_color: "" + d_d_ghur_color: "" + d_d_giemajohka_color: "" + d_d_gloucester_color: "" + d_d_gobi_altai_color: "" + d_d_gobir_color: "" + d_d_gojjam_color: "" + d_d_golog_color: "" + d_d_gondar_color: "" + d_d_gortyene_color: "" + d_d_gothic_church_color: "" + d_d_gothic_church_color: "" + d_d_goths_color: "" + d_d_gotland_color: "" + d_d_granada_color: "" + d_d_granni_color: "" + d_d_greater_armenia_color: "" + d_d_grodno_color: "" + d_d_groningen_color: "" + d_d_guenet_color: "" + d_d_guent_color: "" + d_d_gugark_color: "" + d_d_gugark_color: "" + d_d_guiyi_color: "" + d_d_guoldat_color: "" + d_d_gurbantunggut_color: "" + d_d_gurgan_color: "" + d_d_gurjara_mandala_color: "" + d_d_gustow_color: "" + d_d_gutes_color: "" + d_d_gwynedd_color: "" + d_d_gyalrong_color: "" + d_d_gyaman_color: "" + d_d_gyor_color: "" + d_d_hadramawt_color: "" + d_d_haemimontus_color: "" + d_d_hafun_color: "" + d_d_hail_color: "" + d_d_halin_color: "" + d_d_halogaland_color: "" + d_d_halych_color: "" + d_d_hamadan_color: "" + d_d_hanzalah_color: "" + d_d_haritanaka_color: "" + d_d_haruriyyah_color: "" + d_d_hashshashin_color: "" + d_d_hawazin_color: "" + d_d_haymanot_color: "" + d_d_hellenic_pagan_color: "" + d_d_hellenic_pagan_color: "" + d_d_hellespontus_color: "" + d_d_herat_color: "" + d_d_herefinna_color: "" + d_d_hereford_color: "" + d_d_hesse_color: "" + d_d_hhaha_color: "" + d_d_highland_lithuanians_color: "" + d_d_hintata_color: "" + d_d_hira_color: "" + d_d_hispalensis_color: "" + d_d_histria_color: "" + d_d_holland_color: "" + d_d_holstein_color: "" + d_d_holy_sepulchre_color: "" + d_d_homs_color: "" + d_d_hormuz_color: "" + d_d_huitzilopochtli_color: "" + d_d_iazyges_color: "" + d_d_ibadan_color: "" + d_d_iberia_color: "" + d_d_iceland_color: "" + d_d_iconoclast_color: "" + d_d_ife_color: "" + d_d_igboland_color: "" + d_d_ikh_bogdh_color: "" + d_d_ikh_bogdh_color: "" + d_d_ili-alatau_color: "" + d_d_imami_color: "" + d_d_immortals_color: "" + d_d_insulae_color: "" + d_d_isauria_color: "" + d_d_isauria_color: "" + d_d_isfahan_color: "" + d_d_ishim_color: "" + d_d_istria_color: "" + d_d_italy_prefect_color: "" + d_d_itil_color: "" + d_d_iudea_color: "" + d_d_izhorians_color: "" + d_d_jabal_kufs_color: "" + d_d_jalmat_color: "" + d_d_jamtland_color: "" + d_d_jangladesh_color: "" + d_d_jawf_color: "" + d_d_jawf-al-yamani_color: "" + d_d_jejakabhukti_color: "" + d_d_jemba_color: "" + d_d_jenne_color: "" + d_d_jerid_color: "" + d_d_jharkand_color: "" + d_d_jomsvikings_color: "" + d_d_jonse_color: "" + d_d_judham_color: "" + d_d_julich_color: "" + d_d_jutes_color: "" + d_d_jutland_color: "" + d_d_jylland_color: "" + d_d_k_adiukru_color_color: "" + d_d_k_africa_prefect_color_color: "" + d_d_k_al_hirah_color_color: "" + d_d_k_alamannia_color_color: "" + d_d_k_altava_color_color: "" + d_d_k_amr_confederacy_color_color: "" + d_d_k_anatolia_color_color: "" + d_d_k_andalusia_color_color: "" + d_d_k_angloland_color_color: "" + d_d_k_aquitaine_color_color: "" + d_d_k_aragon_color_color: "" + d_d_k_armenian_principality_color_color: "" + d_d_k_ashina_color_color: "" + d_d_k_asturias_color_color: "" + d_d_k_athens_color_color: "" + d_d_k_auresia_color_color: "" + d_d_k_austrasia_color_color: "" + d_d_k_austria_color_color: "" + d_d_k_aydin_color_color: "" + d_d_k_badajoz_color_color: "" + d_d_k_bavaria_color_color: "" + d_d_k_bene_israel_color_color: "" + d_d_k_bohemia_color_color: "" + d_d_k_bosnia_color_color: "" + d_d_k_bulgaria_color_color: "" + d_d_k_burgundians_color_color: "" + d_d_k_burgundy_color_color: "" + d_d_k_cabaon_color_color: "" + d_d_k_canarias_color_color: "" + d_d_k_candar_color_color: "" + d_d_k_capsa_color_color: "" + d_d_k_castille_color_color: "" + d_d_k_chuban_color_color: "" + d_d_k_commagene_color_color: "" + d_d_k_cornwall_color_color: "" + d_d_k_crete_color_color: "" + d_d_k_croatia_color_color: "" + d_d_k_cyprus_color_color: "" + d_d_k_cyrenaica_color_color: "" + d_d_k_dahae_confederacy_color_color: "" + d_d_k_dal_riata_color_color: "" + d_d_k_daneland_color_color: "" + d_d_k_danelaw_color_color: "" + d_d_k_denmark_color_color: "" + d_d_k_dubuo_color_color: "" + d_d_k_east_francia_color_color: "" + d_d_k_epirus_color_color: "" + d_d_k_eretnid_color_color: "" + d_d_k_fashion_color_color: "" + d_d_k_france_color_color: "" + d_d_k_franks_color_color: "" + d_d_k_gaochang_color_color: "" + d_d_k_gaoche_color_color: "" + d_d_k_geatland_color_color: "" + d_d_k_genoa_color_color: "" + d_d_k_georgia_color_color: "" + d_d_k_gepidia_color_color: "" + d_d_k_germiyan_color_color: "" + d_d_k_guiyi_color_color: "" + d_d_k_hansa_color_color: "" + d_d_k_harla_color_color: "" + d_d_k_hellas_color_color: "" + d_d_k_helling_color_color: "" + d_d_k_herul_color_color: "" + d_d_k_hodna_color_color: "" + d_d_k_hungary_color_color: "" + d_d_k_iberia_color_color: "" + d_d_k_illyria_color_color: "" + d_d_k_illyria_prefect_color_color: "" + d_d_k_italy_color_color: "" + d_d_k_italy_prefect_color_color: "" + d_d_k_jazira_color_color: "" + d_d_k_jerusalem_color_color: "" + d_d_k_kabulistan_color_color: "" + d_d_k_kalachuri_color_color: "" + d_d_k_karaman_color_color: "" + d_d_k_khazaria_color_color: "" + d_d_k_khorasan_color_color: "" + d_d_k_kidarite_color_color: "" + d_d_k_kucha_color_color: "" + d_d_k_leon_color_color: "" + d_d_k_livonia_color_color: "" + d_d_k_lombardia_color_color: "" + d_d_k_lotharingia_color_color: "" + d_d_k_maghreb_color_color: "" + d_d_k_magyar_color_color: "" + d_d_k_manipura_color_color: "" + d_d_k_mann_the_isles_color_color: "" + d_d_k_masmuda_color_color: "" + d_d_k_mazandaran_color_color: "" + d_d_k_mediterranean_sea_color_color: "" + d_d_k_melchisedechianism_color_color: "" + d_d_k_mentese_color_color: "" + d_d_k_mercia_color_color: "" + d_d_k_mesopotamia_color_color: "" + d_d_k_moldavia_color_color: "" + d_d_k_moravia_color_color: "" + d_d_k_naples_color_color: "" + d_d_k_nasamoni_color_color: "" + d_d_k_navarra_color_color: "" + d_d_k_nemenchia_color_color: "" + d_d_k_neustria_color_color: "" + d_d_k_nikaea_color_color: "" + d_d_k_northumbria_color_color: "" + d_d_k_old_armenia_color_color: "" + d_d_k_old_thrace_color_color: "" + d_d_k_orleans_color_color: "" + d_d_k_orthodox_color_color: "" + d_d_k_ostrogoths_color_color: "" + d_d_k_ottoman_color_color: "" + d_d_k_ouarsenis_color_color: "" + d_d_k_papal_state_color_color: "" + d_d_k_paris_color_color: "" + d_d_k_pechenegs_color_color: "" + d_d_k_pisa_color_color: "" + d_d_k_poland_color_color: "" + d_d_k_pomerania_color_color: "" + d_d_k_portugal_color_color: "" + d_d_k_qaryat_dhat_kahil_color_color: "" + d_d_k_republic_color_color: "" + d_d_k_respendalid_color_color: "" + d_d_k_rheged_color_color: "" + d_d_k_romagna_color_color: "" + d_d_k_rugiland_color_color: "" + d_d_k_rum_color_color: "" + d_d_k_sahara_color_color: "" + d_d_k_sakya_trizin_color_color: "" + d_d_k_salihid_color_color: "" + d_d_k_sardinia_color_color: "" + d_d_k_sarir_color_color: "" + d_d_k_saruhan_color_color: "" + d_d_k_saurashtra_color_color: "" + d_d_k_saxony_color_color: "" + d_d_k_serbia_color_color: "" + d_d_k_shanshan_color_color: "" + d_d_k_sicca_veneria_color_color: "" + d_d_k_sicily_color_color: "" + d_d_k_soissons_color_color: "" + d_d_k_sophene_color_color: "" + d_d_k_south_kosala_color_color: "" + d_d_k_spanish_galicia_color_color: "" + d_d_k_sparta_color_color: "" + d_d_k_suebia_color_color: "" + d_d_k_switzerland_color_color: "" + d_d_k_syria_color_color: "" + d_d_k_tahert_color_color: "" + d_d_k_tekke_color_color: "" + d_d_k_thaton_color_color: "" + d_d_k_thessalonika_color_color: "" + d_d_k_thracia_color_color: "" + d_d_k_thuringia_color_color: "" + d_d_k_toledo_color_color: "" + d_d_k_toro_color_color: "" + d_d_k_trebizond_color_color: "" + d_d_k_trinacria_color_color: "" + d_d_k_tuldilanids_color_color: "" + d_d_k_tuyuhun_color_color: "" + d_d_k_uighur_color_color: "" + d_d_k_valencia_color_color: "" + d_d_k_vandalica_color_color: "" + d_d_k_venice_color_color: "" + d_d_k_visigoths_color_color: "" + d_d_k_wales_color_color: "" + d_d_k_wei_western_regions_color_color: "" + d_d_k_western_kshatrapas_color_color: "" + d_d_k_winideheim_color_color: "" + d_d_k_yarlung_color_color: "" + d_d_kaabu_color: "" + d_d_kabarism_color: "" + d_d_kabul_color: "" + d_d_kaffa_color: "" + d_d_kagha_color: "" + d_d_kairouan_color: "" + d_d_kalb_color: "" + d_d_kalinga_color: "" + d_d_kalyani_color: "" + d_d_kamarupanagara_color: "" + d_d_kanem_color: "" + d_d_kaniaga_color: "" + d_d_kano_color: "" + d_d_kanyakubja_color: "" + d_d_kara_khoja_color: "" + d_d_karabas_color: "" + d_d_karachev_color: "" + d_d_karaism_color: "" + d_d_karashar_color: "" + d_d_karelia_color: "" + d_d_kargassia_color: "" + d_d_karkaraly_color: "" + d_d_kasa_color: "" + d_d_kashgar_color: "" + d_d_kasi_color: "" + d_d_kasmira_color: "" + d_d_katsina_color: "" + d_d_kawar_color: "" + d_d_kawkaw_color: "" + d_d_kazakh_color: "" + d_d_kazan_color: "" + d_d_kazym_color: "" + d_d_kebbi_color: "" + d_d_kentarlau_color: "" + d_d_keoka_color: "" + d_d_kermanshah_color: "" + d_d_kernev_color: "" + d_d_khakass_hollow_color: "" + d_d_khanty_tribe_color: "" + d_d_khasa_color: "" + d_d_khazaria_color: "" + d_d_khopyor_color: "" + d_d_khorezm_color: "" + d_d_khotan_color: "" + d_d_khovd_color: "" + d_d_khovsgol_color: "" + d_d_khurmazta_color: "" + d_d_khurramism_color: "" + d_d_khuttal_color: "" + d_d_khuzestan_color: "" + d_d_kiev_color: "" + d_d_kinnaur_color: "" + d_d_kirman_color: "" + d_d_knights_calatrava_color: "" + d_d_knights_hospitaler_color: "" + d_d_knights_santiago_color: "" + d_d_knights_templar_color: "" + d_d_kohestan_color: "" + d_d_koivans_color: "" + d_d_kola_tribe_color: "" + d_d_kolochins_color: "" + d_d_konda_color: "" + d_d_kong_color: "" + d_d_konkana_color: "" + d_d_kono_color: "" + d_d_kordofan_color: "" + d_d_krain_color: "" + d_d_krete_color: "" + d_d_kroumerie_color: "" + d_d_kru_color: "" + d_d_kufa_color: "" + d_d_kulyndy_steppe_color: "" + d_d_kumul_color: "" + d_d_kumul_color: "" + d_d_kurdistan_color: "" + d_d_kurgan_color: "" + d_d_kurmanchal_color: "" + d_d_kuru_color: "" + d_d_kush-murun_color: "" + d_d_kutrigurs_color: "" + d_d_kuyavia_color: "" + d_d_kwararafa_color: "" + d_d_kwrtstan_color: "" + d_d_laanemaa_color: "" + d_d_ladakh_color: "" + d_d_laguantan_color: "" + d_d_lahore_color: "" + d_d_lancaster_color: "" + d_d_languedoc_color: "" + d_d_lanikaz_color: "" + d_d_lasta_color: "" + d_d_lata_color: "" + d_d_latgalians_color: "" + d_d_latium_color: "" + d_d_lausitz_color: "" + d_d_lebanon_color: "" + d_d_leinster_color: "" + d_d_lemovia_color: "" + d_d_lena_color: "" + d_d_leon_color: "" + d_d_leptis_magna_color: "" + d_d_lesser_poland_color: "" + d_d_lettigalians_color: "" + d_d_levedia_color: "" + d_d_lhasa_color: "" + d_d_lhatok_color: "" + d_d_lhoyul_color: "" + d_d_liangzhou_color: "" + d_d_libanensis_color: "" + d_d_libya_color: "" + d_d_liguria_color: "" + d_d_limbuwan_color: "" + d_d_limonum_color: "" + d_d_lingtsang_color: "" + d_d_linnius_color: "" + d_d_litang_color: "" + d_d_lithuanians_color: "" + d_d_livonia_color: "" + d_d_livonians_color: "" + d_d_lobi_color: "" + d_d_loma_color: "" + d_d_lombardia_color: "" + d_d_lombards_color: "" + d_d_lothian_color: "" + d_d_lower_bosna_color: "" + d_d_lower_gurma_color: "" + d_d_lower_lorraine_color: "" + d_d_lower_silesia_color: "" + d_d_lowland_lithuanians_color: "" + d_d_lucania_color: "" + d_d_lucensis_color: "" + d_d_lugdunensis_tertia_color: "" + d_d_lugdunum_color: "" + d_d_luki_color: "" + d_d_luxembourg_color: "" + d_d_lycia_color: "" + d_d_lydia_color: "" + d_d_macedonia_secunda_color: "" + d_d_macronia_color: "" + d_d_macronia_color: "" + d_d_macva_color: "" + d_d_mafaza_color: "" + d_d_magadha_color: "" + d_d_mahra_color: "" + d_d_maingmaw_color: "" + d_d_makran_color: "" + d_d_makuria_color: "" + d_d_malabarism_color: "" + d_d_malao_color: "" + d_d_malho_color: "" + d_d_mallorca_color: "" + d_d_mamprusi_color: "" + d_d_manding_color: "" + d_d_manichean_color: "" + d_d_manichean_color: "" + d_d_mansi_tribe_color: "" + d_d_marcionism_color: "" + d_d_marcionism_color: "" + d_d_marcomanni_color: "" + d_d_mari_color: "" + d_d_marrakesh_color: "" + d_d_martyuba_color: "" + d_d_maru_color: "" + d_d_masmudi_color: "" + d_d_massalia_color: "" + d_d_masuria_color: "" + d_d_mathura_color: "" + d_d_maxima_sequanorum_color: "" + d_d_mazdakism_color: "" + d_d_mazdayasna_color: "" + d_d_mazdayasna_color: "" + d_d_mazovia_color: "" + d_d_meath_color: "" + d_d_mecca_color: "" + d_d_medapata_color: "" + d_d_media_minor_color: "" + d_d_medina_color: "" + d_d_meissen_color: "" + d_d_mema_color: "" + d_d_merv_color: "" + d_d_merya_color: "" + d_d_mesan_color: "" + d_d_meshchera_color: "" + d_d_mesopotamia_color: "" + d_d_mesopotamia_oriens_color: "" + d_d_miaphysite_color: "" + d_d_miaphysite_color: "" + d_d_minsk_color: "" + d_d_mo_tribe_color: "" + d_d_moesia_prima_color: "" + d_d_moesia_secunda_color: "" + d_d_moesia_superior_color: "" + d_d_mogadishu_color: "" + d_d_moksha_color: "" + d_d_moldova_color: "" + d_d_monophysite_color: "" + d_d_monophysite_color: "" + d_d_montes_aregenses_color: "" + d_d_monyul_color: "" + d_d_mora_color: "" + d_d_moravia_color: "" + d_d_moray_color: "" + d_d_mordvinia_color: "" + d_d_mosania_color: "" + d_d_mosylon_color: "" + d_d_mugodzhar_hills_color: "" + d_d_multan_color: "" + d_d_mundus_color: "" + d_d_munster_color: "" + d_d_muntenia_color: "" + d_d_murcia_color: "" + d_d_muromians_color: "" + d_d_murzuk_color: "" + d_d_muwalladi_color: "" + d_d_muyunkum_color: "" + d_d_mzab_color: "" + d_d_nadia_color: "" + d_d_nagchu_color: "" + d_d_nagormo_color: "" + d_d_naiman_gobi_color: "" + d_d_najd_color: "" + d_d_najran_color: "" + d_d_nangqen_color: "" + d_d_napoca_color: "" + d_d_naqis_color: "" + d_d_narbonensis_prima_color: "" + d_d_narbonensis_secunda_color: "" + d_d_narvik_tribe_color: "" + d_d_nasa_color: "" + d_d_nasikya_color: "" + d_d_navarra_color: "" + d_d_nepal_color: "" + d_d_ngamring_color: "" + d_d_ngari_color: "" + d_d_nishapur_color: "" + d_d_nisia_color: "" + d_d_nizhny_novgorod_color: "" + d_d_nobatia_color: "" + d_d_nok_color: "" + d_d_nordgau_color: "" + d_d_nordmark_color: "" + d_d_norfolk_color: "" + d_d_norgyrwa_color: "" + d_d_noricum_mediterranum_color: "" + d_d_noricum_ripense_color: "" + d_d_normandy_color: "" + d_d_norrland_color: "" + d_d_northern_isles_color: "" + d_d_northumberland_color: "" + d_d_novempopulana_color: "" + d_d_novgorod_color: "" + d_d_noviodunum_color: "" + d_d_novosil_color: "" + d_d_noxgaga_color: "" + d_d_nulambavadi_color: "" + d_d_numidia_color: "" + d_d_nupe_color: "" + d_d_nuristan_color: "" + d_d_nyima_color: "" + d_d_nyingchi_color: "" + d_d_nyitra_color: "" + d_d_ogrash_color: "" + d_d_ogurs_color: "" + d_d_oltenia_color: "" + d_d_oman_color: "" + d_d_opolye_color: "" + d_d_opone_color: "" + d_d_opsikion_color: "" + d_d_optimatoi_color: "" + d_d_orleans_color: "" + d_d_orleans_alans_color: "" + d_d_osraige_color: "" + d_d_osrhoene_color: "" + d_d_osrushana_color: "" + d_d_ostergotland_color: "" + d_d_osterreich_color: "" + d_d_ostfalen_color: "" + d_d_ostmark_color: "" + d_d_ostpommern_color: "" + d_d_ostyaki_color: "" + d_d_otuken_color: "" + d_d_oultrejourdain_color: "" + d_d_ovorkhangai_color: "" + d_d_oxford_color: "" + d_d_oyo_color: "" + d_d_pacensis_color: "" + d_d_pagan_color: "" + d_d_palestine_color: "" + d_d_palestinia_salutaris_color: "" + d_d_palmyra_color: "" + d_d_pamir_color: "" + d_d_pandya_nadu_color: "" + d_d_pannonia_prima_color: "" + d_d_pannonia_savia_color: "" + d_d_pannonia_secunda_color: "" + d_d_pannonia_valeria_color: "" + d_d_papal_state_color: "" + d_d_paphlagonia_color: "" + d_d_para_lauhitya_color: "" + d_d_paratan_color: "" + d_d_paro_color: "" + d_d_parthava_color: "" + d_d_patriarchate_in_the_east_color: "" + d_d_patriarchate_in_the_east_color: "" + d_d_paulician_color: "" + d_d_pecheneg_color: "" + d_d_pelym_color: "" + d_d_pereyaslavl_color: "" + d_d_perm_color: "" + d_d_philippopolis_color: "" + d_d_phoenice_color: "" + d_d_phrygia_color: "" + d_d_picenum_suburbicarium_color: "" + d_d_piedmonte_color: "" + d_d_pinsk_color: "" + d_d_pisa_color: "" + d_d_pisidia_color: "" + d_d_platonic_academy_color: "" + d_d_platonic_academy_color: "" + d_d_pohjanmaa_color: "" + d_d_pohjanmaa_tribe_color: "" + d_d_poitou_color: "" + d_d_poloniae_color: "" + d_d_polotsk_color: "" + d_d_pomerelia_color: "" + d_d_pommerania_color: "" + d_d_pontus_polemoniacus_color: "" + d_d_porto_color: "" + d_d_powys_color: "" + d_d_praevalitana_color: "" + d_d_priscillianism_color: "" + d_d_priscillianism_color: "" + d_d_pronsk_color: "" + d_d_provence_color: "" + d_d_prus_color: "" + d_d_prussia_color: "" + d_d_purang_color: "" + d_d_qamdo_color: "" + d_d_qilin_color: "" + d_d_qumarleb_color: "" + d_d_quraysh_color: "" + d_d_rabbinism_color: "" + d_d_rabbinism_color: "" + d_d_racakonda_color: "" + d_d_raetia_curiensis_color: "" + d_d_raetia_prima_color: "" + d_d_raetia_secunda_color: "" + d_d_ragusa_color: "" + d_d_raichur_doab_color: "" + d_d_ramannadesa_color: "" + d_d_ranii_color: "" + d_d_rashka_color: "" + d_d_ratanpur_color: "" + d_d_rattapadi_color: "" + d_d_raumarici_color: "" + d_d_rayy_color: "" + d_d_regraga_color: "" + d_d_reudigni_color: "" + d_d_revala_color: "" + d_d_rhodope_color: "" + d_d_rif_color: "" + d_d_ripuria_color: "" + d_d_romagna_color: "" + d_d_roman_prefect_color: "" + d_d_ruhunu_color: "" + d_d_rutog_color: "" + d_d_ryazan_color: "" + d_d_saami_tribe_color: "" + d_d_saaremaa_color: "" + d_d_sabirs_color: "" + d_d_sagya_color: "" + d_d_sahara_color: "" + d_d_saint_addai_color: "" + d_d_saint_anthony_color: "" + d_d_sakala_color: "" + d_d_salair_color: "" + d_d_salamat_color: "" + d_d_salerno_color: "" + d_d_salia_color: "" + d_d_salia_color: "" + d_d_salona_color: "" + d_d_salzburg_color: "" + d_d_samalo_color: "" + d_d_samaritan_color: "" + d_d_samaritan_color: "" + d_d_samarkand_color: "" + d_d_samarra_color: "" + d_d_sami_color: "" + d_d_sami_color: "" + d_d_samnium_color: "" + d_d_samogitia_color: "" + d_d_sanaa_color: "" + d_d_sanaag_color: "" + d_d_sandomiersk_color: "" + d_d_sapi_color: "" + d_d_saragurs_color: "" + d_d_sarapion_color: "" + d_d_sardinia_color: "" + d_d_sarmuzegetusa_regia_color: "" + d_d_saryarka_color: "" + d_d_saryupara_color: "" + d_d_saurashtra_color: "" + d_d_sauvira_color: "" + d_d_savalu_color: "" + d_d_savo_color: "" + d_d_savo_tribe_color: "" + d_d_savoie_color: "" + d_d_scalabitanus_color: "" + d_d_schmalkalden_color: "" + d_d_scythia_color: "" + d_d_sebasteia_color: "" + d_d_selenga_valley_color: "" + d_d_selonians_color: "" + d_d_semey_color: "" + d_d_senate_color: "" + d_d_senate_color: "" + d_d_sennar_color: "" + d_d_setomaa_color: "" + d_d_sevilla_color: "" + d_d_shabelle_color: "" + d_d_shamir_color: "" + d_d_shammar_color: "" + d_d_shanzhou_color: "" + d_d_sharka_color: "" + d_d_shiite_color: "" + d_d_shirvan_color: "" + d_d_shoria_color: "" + d_d_showa_color: "" + d_d_sibir_color: "" + d_d_sicily_color: "" + d_d_silla_color: "" + d_d_sinai_color: "" + d_d_sinhala_color: "" + d_d_sistan_color: "" + d_d_sitifensis_color: "" + d_d_sjaelland_color: "" + d_d_skane_color: "" + d_d_sklaveni_color: "" + d_d_sky_lords_color: "" + d_d_slavonia_color: "" + d_d_slesvig_color: "" + d_d_smaland_color: "" + d_d_smolensk_color: "" + d_d_socotra_color: "" + d_d_soghd_color: "" + d_d_somerset_color: "" + d_d_somogy_color: "" + d_d_sons_kaleva_color: "" + d_d_sophanene_color: "" + d_d_sophene_color: "" + d_d_sous_color: "" + d_d_spirit_guardians_color: "" + d_d_spoleto_color: "" + d_d_sriksetra_color: "" + d_d_steyermark_color: "" + d_d_stravani_color: "" + d_d_strymon_color: "" + d_d_suavi_color: "" + d_d_suhma_color: "" + d_d_sumparu_color: "" + d_d_sunni_color: "" + d_d_sussex_color: "" + d_d_suthgyrwa_color: "" + d_d_sutiya_color: "" + d_d_suyab_color: "" + d_d_svealand_color: "" + d_d_swabia_color: "" + d_d_swedes_color: "" + d_d_swiss_color: "" + d_d_syr_darya_color: "" + d_d_syria_color: "" + d_d_syria_salutaris_color: "" + d_d_syrmia_color: "" + d_d_syrte_color: "" + d_d_syunik_color: "" + d_d_syunik_color: "" + d_d_tabae_color: "" + d_d_tabaristan_color: "" + d_d_tabuk_color: "" + d_d_tadmekka_color: "" + d_d_tafilalt_color: "" + d_d_tagant_color: "" + d_d_tagaung_color: "" + d_d_taghaza_color: "" + d_d_taghlebi_color: "" + d_d_tahert_color: "" + d_d_taizz_color: "" + d_d_takrur_color: "" + d_d_tamim_color: "" + d_d_tangiers_color: "" + d_d_tannu_ola_color: "" + d_d_tao-klarjeti_color: "" + d_d_tara_color: "" + d_d_tarbagatai_color: "" + d_d_taron_color: "" + d_d_taron_color: "" + d_d_tarraconensis_color: "" + d_d_tavast_tribe_color: "" + d_d_tayk_color: "" + d_d_tayk_color: "" + d_d_tel_river_color: "" + d_d_temes_color: "" + d_d_teryukhan_color: "" + d_d_teutoburgiensis_color: "" + d_d_teutonic_order_color: "" + d_d_thaqif_color: "" + d_d_the_isles_color: "" + d_d_thebais_color: "" + d_d_thessalonika_color: "" + d_d_thessaly_color: "" + d_d_thrace_color: "" + d_d_thracesia_color: "" + d_d_thracia_color: "" + d_d_thracian_goths_color: "" + d_d_thuringia_color: "" + d_d_tibesti_color: "" + d_d_tiele_color: "" + d_d_timbuktu_color: "" + d_d_tingitana_color: "" + d_d_tirabhukti_color: "" + d_d_tlemcen_color: "" + d_d_togina_color: "" + d_d_toledo_color: "" + d_d_toletum_color: "" + d_d_tondai_nadu_color: "" + d_d_toro_color: "" + d_d_tosali_color: "" + d_d_toscana_color: "" + d_d_touat_color: "" + d_d_toulouse_color: "" + d_d_trandalog_color: "" + d_d_transcarpathia_color: "" + d_d_transcaspiana_color: "" + d_d_transjurania_color: "" + d_d_transylvania_color: "" + d_d_transylvanian_alps_color: "" + d_d_tridentium_color: "" + d_d_triparvatha_color: "" + d_d_tripolitania_color: "" + d_d_triveria_color: "" + d_d_trondelag_color: "" + d_d_trondelag_color: "" + d_d_tsagaanbaigal_color: "" + d_d_tunis_color: "" + d_d_turan_color: "" + d_d_turgay_color: "" + d_d_turnovo_color: "" + d_d_turov_color: "" + d_d_tuyuhun_color: "" + d_d_tyrol_color: "" + d_d_ubsunur_hollow_color: "" + d_d_uda_valley_color: "" + d_d_udayagiri_color: "" + d_d_udmurt_tribe_color: "" + d_d_udmurtia_color: "" + d_d_ugandi_color: "" + d_d_ulster_color: "" + d_d_umbria_color: "" + d_d_ungvar_color: "" + d_d_upper_burgundy_color: "" + d_d_upper_durius_color: "" + d_d_upper_gurma_color: "" + d_d_upper_lorraine_color: "" + d_d_upper_silesia_color: "" + d_d_ural_color: "" + d_d_uraltau_color: "" + d_d_urartuism_color: "" + d_d_urcitanensis_color: "" + d_d_urdunn_color: "" + d_d_usora_color: "" + d_d_ustyug_color: "" + d_d_utigurs_color: "" + d_d_utrecht_color: "" + d_d_uusimaa_tribe_color: "" + d_d_uzboy_color: "" + d_d_valencia_color: "" + d_d_valentinianism_color: "" + d_d_valentinianism_color: "" + d_d_valentois_alans_color: "" + d_d_valeria_color: "" + d_d_valois_color: "" + d_d_vanga_color: "" + d_d_varendra_color: "" + d_d_vasconia_color: "" + d_d_vaspurakan_color: "" + d_d_vaspurakan_color: "" + d_d_vastergotland_color: "" + d_d_vasyugan_mire_color: "" + d_d_venedi_color: "" + d_d_venedi_color: "" + d_d_venetia_color: "" + d_d_vengi_color: "" + d_d_venice_color: "" + d_d_vepsia_color: "" + d_d_verodunum_color: "" + d_d_verona_color: "" + d_d_vestlandi_color: "" + d_d_vidharba_color: "" + d_d_vidin_color: "" + d_d_vidivaria_color: "" + d_d_viken_color: "" + d_d_vindelica_prima_color: "" + d_d_vindelica_quarta_color: "" + d_d_vindelica_secunda_color: "" + d_d_vindelica_tertia_color: "" + d_d_viraja_color: "" + d_d_virumaa_color: "" + d_d_viscaya_color: "" + d_d_visegrad_color: "" + d_d_vistula_color: "" + d_d_visutla_australis_color: "" + d_d_vodamayutja_color: "" + d_d_vogulia_color: "" + d_d_volga_bulgaria_color: "" + d_d_volhynia_color: "" + d_d_vologda_color: "" + d_d_vologda_tribe_color: "" + d_d_voronezh_color: "" + d_d_votians_color: "" + d_d_vuovdisamieana_color: "" + d_d_wabar_color: "" + d_d_wadai_color: "" + d_d_wagadu_color: "" + d_d_wagadugu_color: "" + d_d_wandala_color: "" + d_d_warangal_color: "" + d_d_warini_color: "" + d_d_warriors_perun_color: "" + d_d_wasit_color: "" + d_d_wenyon_color: "" + d_d_werle_color: "" + d_d_west_ajuraan_color: "" + d_d_west_darfur_color: "" + d_d_west_franconia_color: "" + d_d_west_galindians_color: "" + d_d_western_isles_color: "" + d_d_western_sayan_color: "" + d_d_westfalen_color: "" + d_d_westfriesland_color: "" + d_d_westpommern_color: "" + d_d_wielkopolska_color: "" + d_d_worodugu_color: "" + d_d_wuli_color: "" + d_d_wuluhai_color: "" + d_d_xia_color: "" + d_d_xigaze_color: "" + d_d_xining_color: "" + d_d_yamama_color: "" + d_d_yarlung_color: "" + d_d_yatenga_color: "" + d_d_yathrib_color: "" + d_d_yazd_color: "" + d_d_yedisan_color: "" + d_d_yenisei_kan_color: "" + d_d_yijinai_color: "" + d_d_york_color: "" + d_d_yotvingians_color: "" + d_d_yungdrung_bon_color: "" + d_d_zab_color: "" + d_d_zabulistan_color: "" + d_d_zadoi_color: "" + d_d_zaghawa_color: "" + d_d_zaila_color: "" + d_d_zammour_color: "" + d_d_zanskar_color: "" + d_d_zaragoza_color: "" + d_d_zealots_color: "" + d_d_zemigalians_color: "" + d_d_zhenfan_color: "" + d_d_zhetysu_color: "" + d_d_zinder_color: "" + d_d_znaga_color: "" + d_d_zun_warriors_color: "" + d_k_abyssinia_color: "" + d_k_achaia_color: "" + d_k_adal_color: "" + d_k_adiukru_color: "" + d_k_africa_color: "" + d_k_africa_prefect_color: "" + d_k_ajuraan_color: "" + d_k_akan_color: "" + d_k_al_hirah_color: "" + d_k_alamannia_color: "" + d_k_alamannia_color: "" + d_k_altava_color: "" + d_k_amdo_color: "" + d_k_amr_confederacy_color: "" + d_k_amr_confederacy_color: "" + d_k_anatolia_color: "" + d_k_anbiya_color: "" + d_k_andalusia_color: "" + d_k_andhra_color: "" + d_k_angara_color: "" + d_k_angloland_color: "" + d_k_annonaria_color: "" + d_k_aquitaine_color: "" + d_k_arabia_color: "" + d_k_arabia_petraea_color: "" + d_k_aragon_color: "" + d_k_armenia_color: "" + d_k_armenia_color: "" + d_k_armenia_inferior_color: "" + d_k_armenian_principality_color: "" + d_k_ashina_color: "" + d_k_asia_color: "" + d_k_asoristan_color: "" + d_k_asturias_color: "" + d_k_athens_color: "" + d_k_auresia_color: "" + d_k_austrasia_color: "" + d_k_austria_color: "" + d_k_aydin_color: "" + d_k_bactria_color: "" + d_k_badajoz_color: "" + d_k_baetica_color: "" + d_k_bashkiria_color: "" + d_k_bastarnae_color: "" + d_k_bavaria_color: "" + d_k_belgica_color: "" + d_k_bene_israel_color: "" + d_k_bengal_color: "" + d_k_bihar_color: "" + d_k_bjarmaland_color: "" + d_k_blemmyia_color: "" + d_k_bohemia_color: "" + d_k_borgu_color: "" + d_k_bosnia_color: "" + d_k_britannia_prima_color: "" + d_k_britannia_secunda_color: "" + d_k_brittany_color: "" + d_k_bulgaria_color: "" + d_k_burgundians_color: "" + d_k_burgundians_color: "" + d_k_burgundy_color: "" + d_k_buryatia_color: "" + d_k_byzantium_color: "" + d_k_cabaon_color: "" + d_k_canarias_color: "" + d_k_candar_color: "" + d_k_capsa_color: "" + d_k_cartaginensis_color: "" + d_k_caspian_steppe_color: "" + d_k_castille_color: "" + d_k_caucasian_albania_color: "" + d_k_caucasus_color: "" + d_k_chuban_color: "" + d_k_cilicia_color: "" + d_k_cimrii_color: "" + d_k_commagene_color: "" + d_k_cornwall_color: "" + d_k_crete_color: "" + d_k_croatia_color: "" + d_k_cuman_color: "" + d_k_cyprus_color: "" + d_k_cyrenaica_color: "" + d_k_dacia_color: "" + d_k_dacia_carpetes_color: "" + d_k_dahae_confederacy_color: "" + d_k_dal_riata_color: "" + d_k_dalmatia_color: "" + d_k_dalmatia_color: "" + d_k_damot_color: "" + d_k_daneland_color: "" + d_k_danelaw_color: "" + d_k_danubia_color: "" + d_k_darfur_color: "" + d_k_daylam_color: "" + d_k_delhi_color: "" + d_k_denmark_color: "" + d_k_dubuo_color: "" + d_k_dzungaria_color: "" + d_k_east_francia_color: "" + d_k_egypt_color: "" + d_k_egypt_color: "" + d_k_england_color: "" + d_k_epirus_color: "" + d_k_eretnid_color: "" + d_k_esthonia_color: "" + d_k_fashion_color: "" + d_k_finland_color: "" + d_k_france_color: "" + d_k_franks_color: "" + d_k_frisia_color: "" + d_k_gaetulia_color: "" + d_k_galatia_color: "" + d_k_galicia-volhynia_color: "" + d_k_gallaecia_color: "" + d_k_gaochang_color: "" + d_k_gaoche_color: "" + d_k_garamantes_color: "" + d_k_geatland_color: "" + d_k_genoa_color: "" + d_k_georgia_color: "" + d_k_gepidia_color: "" + d_k_gepidia_color: "" + d_k_germania_color: "" + d_k_germania_inferior_color: "" + d_k_germania_slavica_prima_color: "" + d_k_germania_slavica_secunda_color: "" + d_k_germiyan_color: "" + d_k_ghana_color: "" + d_k_gondwana_color: "" + d_k_guge_color: "" + d_k_guinea_color: "" + d_k_guiyi_color: "" + d_k_gujarat_color: "" + d_k_gur_color: "" + d_k_gurma_color: "" + d_k_gyalrong_color: "" + d_k_hansa_color: "" + d_k_harla_color: "" + d_k_hausaland_color: "" + d_k_hejaz_color: "" + d_k_hellas_color: "" + d_k_helling_color: "" + d_k_herul_color: "" + d_k_himalaya_color: "" + d_k_hodna_color: "" + d_k_hungary_color: "" + d_k_iberia_color: "" + d_k_iberia_color: "" + d_k_iceland_color: "" + d_k_igbo-benue_color: "" + d_k_illyria_color: "" + d_k_illyria_prefect_color: "" + d_k_ireland_color: "" + d_k_israel_color: "" + d_k_italia_color: "" + d_k_italy_color: "" + d_k_italy_prefect_color: "" + d_k_jazira_color: "" + d_k_jenne_color: "" + d_k_jerusalem_color: "" + d_k_kaabu_color: "" + d_k_kabulistan_color: "" + d_k_kalachuri_color: "" + d_k_kamarupa_color: "" + d_k_kanem_color: "" + d_k_karaman_color: "" + d_k_karnata_color: "" + d_k_kashmir_color: "" + d_k_khakassia_color: "" + d_k_kham_color: "" + d_k_khazaria_color: "" + d_k_khazaria_color: "" + d_k_khorasan_color: "" + d_k_khotan_color: "" + d_k_khwarezm_color: "" + d_k_kidarite_color: "" + d_k_kidarite_color: "" + d_k_kimek_color: "" + d_k_kipchak_color: "" + d_k_kong_color: "" + d_k_kosala_color: "" + d_k_kucha_color: "" + d_k_lanka_color: "" + d_k_lazica_color: "" + d_k_lazica_color: "" + d_k_leon_color: "" + d_k_lhomon_color: "" + d_k_lithuania_color: "" + d_k_livonia_color: "" + d_k_lombardia_color: "" + d_k_lotharingia_color: "" + d_k_lugdunensis_color: "" + d_k_lusitania_color: "" + d_k_macedonia_color: "" + d_k_maghreb_color: "" + d_k_magyar_color: "" + d_k_maharastra_color: "" + d_k_makran_color: "" + d_k_mali_color: "" + d_k_malwa_color: "" + d_k_manipura_color: "" + d_k_mann_the_isles_color: "" + d_k_maryul_color: "" + d_k_masmuda_color: "" + d_k_mauretania_color: "" + d_k_mauria_color: "" + d_k_maxima_sequanorum_color: "" + d_k_mazandaran_color: "" + d_k_mazandaran_color: "" + d_k_mazun_color: "" + d_k_mediterranean_sea_color: "" + d_k_melchisedechianism_color: "" + d_k_melchisedechianism_color: "" + d_k_mentese_color: "" + d_k_mercia_color: "" + d_k_mesopotamia_color: "" + d_k_moesia_inferior_color: "" + d_k_moesia_superior_color: "" + d_k_moldavia_color: "" + d_k_mongolia_color: "" + d_k_moravia_color: "" + d_k_mordvinia_color: "" + d_k_naples_color: "" + d_k_nasamoni_color: "" + d_k_navarra_color: "" + d_k_nemenchia_color: "" + d_k_neustria_color: "" + d_k_nikaea_color: "" + d_k_noricum_color: "" + d_k_northumbria_color: "" + d_k_norway_color: "" + d_k_novgorod_color: "" + d_k_nubia_color: "" + d_k_ob_color: "" + d_k_oghuz_il_color: "" + d_k_old_armenia_color: "" + d_k_old_thrace_color: "" + d_k_oman_color: "" + d_k_opolye_color: "" + d_k_oriens_color: "" + d_k_orissa_color: "" + d_k_orleans_color: "" + d_k_orthodox_color: "" + d_k_ostrogoths_color: "" + d_k_ostrogoths_color: "" + d_k_ottoman_color: "" + d_k_ouarsenis_color: "" + d_k_outer_ajuraan_color: "" + d_k_pagan_color: "" + d_k_pannonia_color: "" + d_k_papal_state_color: "" + d_k_paris_color: "" + d_k_parthia_color: "" + d_k_pechenegs_color: "" + d_k_permia_color: "" + d_k_persia_color: "" + d_k_pisa_color: "" + d_k_poland_color: "" + d_k_pomerania_color: "" + d_k_pontic_steppe_color: "" + d_k_pontus_color: "" + d_k_portugal_color: "" + d_k_punjab_color: "" + d_k_qaryat_dhat_kahil_color: "" + d_k_raetia_color: "" + d_k_rajputana_color: "" + d_k_republic_color: "" + d_k_respendalid_color: "" + d_k_respendalid_color: "" + d_k_rheged_color: "" + d_k_romagna_color: "" + d_k_rugiland_color: "" + d_k_rum_color: "" + d_k_ruthenia_color: "" + d_k_sahara_color: "" + d_k_sakya_trizin_color: "" + d_k_salihid_color: "" + d_k_sao_color: "" + d_k_sapmi_color: "" + d_k_sardinia_color: "" + d_k_sarir_color: "" + d_k_sarir_color: "" + d_k_saruhan_color: "" + d_k_saurashtra_color: "" + d_k_saxony_color: "" + d_k_scotland_color: "" + d_k_septem_provincae_color: "" + d_k_serbia_color: "" + d_k_shanshan_color: "" + d_k_sibir_color: "" + d_k_sicca_veneria_color: "" + d_k_sicily_color: "" + d_k_sindh_color: "" + d_k_sogdiana_color: "" + d_k_soissons_color: "" + d_k_soissons_color: "" + d_k_songhay_color: "" + d_k_sophene_color: "" + d_k_south_kosala_color: "" + d_k_spanish_galicia_color: "" + d_k_sparta_color: "" + d_k_suebia_color: "" + d_k_sweden_color: "" + d_k_switzerland_color: "" + d_k_syr_darya_color: "" + d_k_syria_color: "" + d_k_tahert_color: "" + d_k_takrur_color: "" + d_k_tamilakam_color: "" + d_k_tarraconensis_color: "" + d_k_taurica_color: "" + d_k_tekke_color: "" + d_k_telingana_color: "" + d_k_thaton_color: "" + d_k_thessalonika_color: "" + d_k_thrace_color: "" + d_k_thracia_color: "" + d_k_thuringia_color: "" + d_k_toledo_color: "" + d_k_toro_color: "" + d_k_transoxiana_color: "" + d_k_trebizond_color: "" + d_k_trinacria_color: "" + d_k_tripolitania_color: "" + d_k_tsang_color: "" + d_k_tuldilanids_color: "" + d_k_tuva_color: "" + d_k_tuyuhun_color: "" + d_k_u_color: "" + d_k_uighur_color: "" + d_k_valencia_color: "" + d_k_vandalica_color: "" + d_k_vandalica_color: "" + d_k_venice_color: "" + d_k_vindelicia_color: "" + d_k_visigoths_color: "" + d_k_visigoths_color: "" + d_k_volga_bulgaria_color: "" + d_k_wales_color: "" + d_k_wei_western_regions_color: "" + d_k_western_kshatrapas_color: "" + d_k_white_rus_color: "" + d_k_winideheim_color: "" + d_k_xia_color: "" + d_k_yarlung_color: "" + d_k_yemen_color: "" + d_k_yorubaland_color: "" + d_k_yugra_color: "" + d_k_zhetysu_color: "" + d_e_aarlud_khanate_color: "" + d_e_abyssinia_color: "" + d_e_ajuraan_color: "" + d_e_arabia_color: "" + d_e_armenia_color: "" + d_e_avar_color: "" + d_e_avar_color: "" + d_e_axum_color: "" + d_e_bactria_color: "" + d_e_baruun_khanate_color: "" + d_e_bengal_color: "" + d_e_black_horde_color: "" + d_e_britannia_color: "" + d_e_byzantium_color: "" + d_e_byzantium_color: "" + d_e_carpathia_color: "" + d_e_caspian-pontic_steppe_color: "" + d_e_chagatai_color: "" + d_e_dacia_color: "" + d_e_deccan_color: "" + d_e_egypt_color: "" + d_e_finland_color: "" + d_e_france_color: "" + d_e_gaul_color: "" + d_e_germania_magna_color: "" + d_e_germany_color: "" + d_e_golden_horde_color: "" + d_e_goths_color: "" + d_e_goths_color: "" + d_e_guinea_color: "" + d_e_helling_color: "" + d_e_hre_color: "" + d_e_hunnic_empire_color: "" + d_e_ilkhanate_color: "" + d_e_india_color: "" + d_e_italy_color: "" + d_e_kanem_bornu_color: "" + d_e_kara_khitai_color: "" + d_e_kirghiz_khanate_color: "" + d_e_latin_empire_color: "" + d_e_macedon_color: "" + d_e_maghreb_color: "" + d_e_mali_color: "" + d_e_mongol_empire_color: "" + d_e_mongolia_color: "" + d_e_north_africa_color: "" + d_e_north_sea_color: "" + d_e_outremer_color: "" + d_e_palmyra_color: "" + d_e_persia_color: "" + d_e_rajastan_color: "" + d_e_roman_empire_color: "" + d_e_rouran_color: "" + d_e_russia_color: "" + d_e_scandinavia_color: "" + d_e_scythia_color: "" + d_e_seleucid_color: "" + d_e_siberia_color: "" + d_e_slavia_color: "" + d_e_spain_color: "" + d_e_tamazgha_color: "" + d_e_tamil_color: "" + d_e_tartaria_color: "" + d_e_tibet_color: "" + d_e_timurids_color: "" + d_e_togskol_khanate_color: "" + d_e_turan_color: "" + d_e_turkestan_color: "" + d_e_turkestan_color: "" + d_e_uyghur_khanate_color: "" + d_e_volga-ural_color: "" + d_e_wendish_empire_color: "" + d_e_white_horde_color: "" + d_e_wre_color: "" + d_e_wre_color: "" + d_e_xiongnu_color: "" + d_e_xiongnu_color: "" diff --git a/WtWSMS/localization/english/MOD_color_storage_l_english.yml b/WtWSMS/localization/english/MOD_color_storage_l_english.yml deleted file mode 100644 index 98f4031853..0000000000 --- a/WtWSMS/localization/english/MOD_color_storage_l_english.yml +++ /dev/null @@ -1,3256 +0,0 @@ -l_english: - #Empires - d_e_aarlud_khanate_color: "" - d_e_abyssinia_color: "" - d_e_ajuraan_color: "" - d_e_arabia_color: "" - d_e_armenia_color: "" - d_e_avar_color: "" - d_e_axum_color: "" - d_e_bactria_color: "" - d_e_baruun_khanate_color: "" - d_e_bengal_color: "" - d_e_black_horde_color: "" - d_e_britannia_color: "" - d_e_byzantium_color: "" - d_e_carpathia_color: "" - d_e_caspian-pontic_steppe_color: "" - d_e_chagatai_color: "" - d_e_dacia_color: "" - d_e_deccan_color: "" - d_e_egypt_color: "" - d_e_finland_color: "" - d_e_france_color: "" - d_e_gaul_color: "" - d_e_germania_magna_color: "" - d_e_germany_color: "" - d_e_golden_horde_color: "" - d_e_goths_color: "" - d_e_guinea_color: "" - d_e_helling_color: "" - d_e_hre_color: "" - d_e_hunnic_empire_color: "" - d_e_ilkhanate_color: "" - d_e_india_color: "" - d_e_italy_color: "" - d_e_kanem_bornu_color: "" - d_e_kara_khitai_color: "" - d_e_kirghiz_khanate_color: "" - d_e_latin_empire_color: "" - d_e_macedon_color: "" - d_e_maghreb_color: "" - d_e_mali_color: "" - d_e_mongol_empire_color: "" - d_e_mongolia_color: "" - d_e_north_africa_color: "" - d_e_north_sea_color: "" - d_e_outremer_color: "" - d_e_palmyra_color: "" - d_e_persia_color: "" - d_e_rajastan_color: "" - d_e_roman_empire_color: "" - d_e_rouran_color: "" - d_e_russia_color: "" - d_e_scandinavia_color: "" - d_e_scythia_color: "" - d_e_seleucid_color: "" - d_e_siberia_color: "" - d_e_slavia_color: "" - d_e_spain_color: "" - d_e_tamazgha_color: "" - d_e_tamil_color: "" - d_e_tartaria_color: "" - d_e_tibet_color: "" - d_e_timurids_color: "" - d_e_togskol_khanate_color: "" - d_e_turan_color: "" - d_e_turkestan_color: "" - d_e_uyghur_khanate_color: "" - d_e_volga-ural_color: "" - d_e_wendish_empire_color: "" - d_e_white_horde_color: "" - d_e_wre_color: "" - d_e_xiongnu_color: "" - #Kingdoms - d_k_adiukru_color: "" - d_k_africa_prefect_color: "" - d_k_al_hirah_color: "" - d_k_alamannia_color: "" - d_k_altava_color: "" - d_k_amr_confederacy_color: "" - d_k_anatolia_color: "" - d_k_andalusia_color: "" - d_k_angloland_color: "" - d_k_aquitaine_color: "" - d_k_aragon_color: "" - d_k_armenian_principality_color: "" - d_k_ashina_color: "" - d_k_asturias_color: "" - d_k_athens_color: "" - d_k_auresia_color: "" - d_k_austrasia_color: "" - d_k_austria_color: "" - d_k_aydin_color: "" - d_k_badajoz_color: "" - d_k_bavaria_color: "" - d_k_bene_israel_color: "" - d_k_bohemia_color: "" - d_k_bosnia_color: "" - d_k_bulgaria_color: "" - d_k_burgundians_color: "" - d_k_burgundy_color: "" - d_k_cabaon_color: "" - d_k_canarias_color: "" - d_k_candar_color: "" - d_k_capsa_color: "" - d_k_castille_color: "" - d_k_chuban_color: "" - d_k_commagene_color: "" - d_k_cornwall_color: "" - d_k_crete_color: "" - d_k_croatia_color: "" - d_k_cyprus_color: "" - d_k_cyrenaica_color: "" - d_k_dahae_confederacy_color: "" - d_k_dal_riata_color: "" - d_k_daneland_color: "" - d_k_danelaw_color: "" - d_k_denmark_color: "" - d_k_dubuo_color: "" - d_k_east_francia_color: "" - d_k_epirus_color: "" - d_k_eretnid_color: "" - d_k_fashion_color: "" - d_k_france_color: "" - d_k_franks_color: "" - d_k_gaochang_color: "" - d_k_gaoche_color: "" - d_k_geatland_color: "" - d_k_genoa_color: "" - d_k_georgia_color: "" - d_k_gepidia_color: "" - d_k_germiyan_color: "" - d_k_guiyi_color: "" - d_k_hansa_color: "" - d_k_harla_color: "" - d_k_hellas_color: "" - d_k_helling_color: "" - d_k_herul_color: "" - d_k_hodna_color: "" - d_k_hungary_color: "" - d_k_illyria_color: "" - d_k_illyria_prefect_color: "" - d_k_italy_color: "" - d_k_italy_prefect_color: "" - d_k_jazira_color: "" - d_k_jerusalem_color: "" - d_k_kabulistan_color: "" - d_k_kalachuri_color: "" - d_k_karaman_color: "" - d_k_khazaria_color: "" - d_k_khorasan_color: "" - d_k_kidarite_color: "" - d_k_kucha_color: "" - d_k_leon_color: "" - d_k_livonia_color: "" - d_k_lombardia_color: "" - d_k_lotharingia_color: "" - d_k_maghreb_color: "" - d_k_magyar_color: "" - d_k_manipura_color: "" - d_k_mann_the_isles_color: "" - d_k_masmuda_color: "" - d_k_mazandaran_color: "" - d_k_mediterranean_sea_color: "" - d_k_melchisedechianism_color: "" - d_k_mentese_color: "" - d_k_mercia_color: "" - d_k_mesopotamia_color: "" - d_k_moldavia_color: "" - d_k_moravia_color: "" - d_k_naples_color: "" - d_k_nasamoni_color: "" - d_k_navarra_color: "" - d_k_nemenchia_color: "" - d_k_neustria_color: "" - d_k_nikaea_color: "" - d_k_northumbria_color: "" - d_k_old_armenia_color: "" - d_k_old_thrace_color: "" - d_k_orleans_color: "" - d_k_orthodox_color: "" - d_k_ostrogoths_color: "" - d_k_ottoman_color: "" - d_k_ouarsenis_color: "" - d_k_papal_state_color: "" - d_k_paris_color: "" - d_k_pechenegs_color: "" - d_k_pisa_color: "" - d_k_poland_color: "" - d_k_pomerania_color: "" - d_k_portugal_color: "" - d_k_qaryat_dhat_kahil_color: "" - d_k_republic_color: "" - d_k_respendalid_color: "" - d_k_rheged_color: "" - d_k_romagna_color: "" - d_k_rugiland_color: "" - d_k_rum_color: "" - d_k_sahara_color: "" - d_k_sakya_trizin_color: "" - d_k_salihid_color: "" - d_k_sardinia_color: "" - d_k_sarir_color: "" - d_k_saruhan_color: "" - d_k_saurashtra_color: "" - d_k_saxony_color: "" - d_k_serbia_color: "" - d_k_shanshan_color: "" - d_k_sicca_veneria_color: "" - d_k_sicily_color: "" - d_k_soissons_color: "" - d_k_sophene_color: "" - d_k_south_kosala_color: "" - d_k_spanish_galicia_color: "" - d_k_sparta_color: "" - d_k_suebia_color: "" - d_k_switzerland_color: "" - d_k_syria_color: "" - d_k_tahert_color: "" - d_k_tekke_color: "" - d_k_thaton_color: "" - d_k_thessalonika_color: "" - d_k_thracia_color: "" - d_k_thuringia_color: "" - d_k_toledo_color: "" - d_k_toro_color: "" - d_k_trebizond_color: "" - d_k_trinacria_color: "" - d_k_tuldilanids_color: "" - d_k_tuyuhun_color: "" - d_k_uighur_color: "" - d_k_valencia_color: "" - d_k_vandalica_color: "" - d_k_venice_color: "" - d_k_visigoths_color: "" - d_k_wales_color: "" - d_k_wei_western_regions_color: "" - d_k_western_kshatrapas_color: "" - d_k_winideheim_color: "" - d_k_yarlung_color: "" - #Duchies - d_d_aaninen_tribe_color: "" - d_d_abkhazia_color: "" - d_d_acatiri_color: "" - d_d_adkaddakhe_color: "" - d_d_adogit_color: "" - d_d_aegean_islands_color: "" - d_d_aethelrugi_color: "" - d_d_agadir_color: "" - d_d_aileach_color: "" - d_d_ait_ouriaghel_color: "" - d_d_al-said_color: "" - d_d_al_qays_color: "" - d_d_alans_color: "" - d_d_aleppo_color: "" - d_d_algarve_color: "" - d_d_alger_color: "" - d_d_alsace_color: "" - d_d_amalfi_color: "" - d_d_amela_color: "" - d_d_amman_color: "" - d_d_anatolia_color: "" - d_d_ancona_color: "" - d_d_angria_color: "" - d_d_anhalt_color: "" - d_d_anjou_color: "" - d_d_antae_color: "" - d_d_antioch_color: "" - d_d_apostolic_church_color: "" - d_d_aquileia_church_color: "" - d_d_aquitaine_color: "" - d_d_aragon_color: "" - d_d_arian_color: "" - d_d_armagnac_color: "" - d_d_armeniac_color: "" - d_d_arochi_color: "" - d_d_ashokas_chosen_color: "" - d_d_astures_color: "" - d_d_asturias_color: "" - d_d_atrebatia_color: "" - d_d_augandzi_color: "" - d_d_augsburg_color: "" - d_d_austorani_color: "" - d_d_auvergne_color: "" - d_d_availites_color: "" - d_d_avars_color: "" - d_d_awioniz_color: "" - d_d_azal_color: "" - d_d_azerbaijan_color: "" - d_d_bacs_color: "" - d_d_badajoz_color: "" - d_d_bagaudae_color: "" - d_d_baghdad_color: "" - d_d_bakr_color: "" - d_d_balti_color: "" - d_d_baquates_color: "" - d_d_bar_color: "" - d_d_barcelona_color: "" - d_d_baroia_color: "" - d_d_barsils_color: "" - d_d_basra_color: "" - d_d_bavaria_color: "" - d_d_beja_color: "" - d_d_bejaia_color: "" - d_d_bektashi_color: "" - d_d_belgrade_color: "" - d_d_benevento_color: "" - d_d_berry_color: "" - d_d_bihar_color: "" - d_d_binnaka_color: "" - d_d_bishop_of_iona_color: "" - d_d_bjarma_tribe_color: "" - d_d_blemmyes_color: "" - d_d_bohemia_color: "" - d_d_bourbon_color: "" - d_d_brabant_color: "" - d_d_broerec_color: "" - d_d_brycheiniog_color: "" - d_d_bucellaria_color: "" - d_d_bukhara_color: "" - d_d_bulgaria_color: "" - d_d_bulgars_color: "" - d_d_bulls_rishabha_color: "" - d_d_burgundy_color: "" - d_d_cairo_color: "" - d_d_cait_color: "" - d_d_calabria_color: "" - d_d_capua_color: "" - d_d_carinthia_color: "" - d_d_castilla_color: "" - d_d_ce_color: "" - d_d_cephalonia_color: "" - d_d_chaldia_color: "" - d_d_champagne_color: "" - d_d_charsianon_color: "" - d_d_chosen_perkunas_color: "" - d_d_chumi_color: "" - d_d_chumukun_color: "" - d_d_chuyue_color: "" - d_d_cibyrrhaeot_color: "" - d_d_coimbra_color: "" - d_d_constantinopolitan_prefect_color: "" - d_d_conversos_color: "" - d_d_coptic_papacy_color: "" - d_d_cordoba_color: "" - d_d_courland_tribe_color: "" - d_d_croatia_color: "" - d_d_currezia_color: "" - d_d_cybelian_pagan_color: "" - d_d_dalmatia_color: "" - d_d_damascus_color: "" - d_d_danes_color: "" - d_d_dauphine_color: "" - d_d_deasmhumhain_color: "" - d_d_delta_color: "" - d_d_diyarbakr_color: "" - d_d_diyarmudar_color: "" - d_d_diyarrabia_color: "" - d_d_dneipner_balts_color: "" - d_d_dobrudja_color: "" - d_d_domnonia_color: "" - d_d_donatism_color: "" - d_d_duklja_color: "" - d_d_dyrrachion_color: "" - d_d_east_franconia_color: "" - d_d_east_galindians_color: "" - d_d_ebionites_color: "" - d_d_edessa_color: "" - d_d_elmet_color: "" - d_d_emilia_color: "" - d_d_epirus_color: "" - d_d_erzerum_color: "" - d_d_erzya_color: "" - d_d_esseaxena_color: "" - d_d_essina_color: "" - d_d_exilarch_color: "" - d_d_fes_color: "" - d_d_fezzan_color: "" - d_d_flanders_color: "" - d_d_followers_arjuna_color: "" - d_d_fortriu_color: "" - d_d_fossatisii_color: "" - d_d_fotla_color: "" - d_d_friuli_color: "" - d_d_gabes_color: "" - d_d_galicia_color: "" - d_d_gardman_color: "" - d_d_gascogne_color: "" - d_d_gaul_prefect_color: "" - d_d_gayomarthianism_color: "" - d_d_gelre_color: "" - d_d_georgia_color: "" - d_d_georgian_orthodox_color: "" - d_d_germanii_color: "" - d_d_ghifar_color: "" - d_d_ghomara_color: "" - d_d_gortyene_color: "" - d_d_gothic_church_color: "" - d_d_goths_color: "" - d_d_granada_color: "" - d_d_granni_color: "" - d_d_guenet_color: "" - d_d_guent_color: "" - d_d_gugark_color: "" - d_d_gustow_color: "" - d_d_gutes_color: "" - d_d_gyor_color: "" - d_d_halin_color: "" - d_d_hamadan_color: "" - d_d_hanzalah_color: "" - d_d_haruriyyah_color: "" - d_d_hashshashin_color: "" - d_d_hawazin_color: "" - d_d_haymanot_color: "" - d_d_hellenic_pagan_color: "" - d_d_herefinna_color: "" - d_d_hesse_color: "" - d_d_hhaha_color: "" - d_d_highland_lithuanians_color: "" - d_d_hintata_color: "" - d_d_holland_color: "" - d_d_holstein_color: "" - d_d_holy_sepulchre_color: "" - d_d_homs_color: "" - d_d_hormuz_color: "" - d_d_huitzilopochtli_color: "" - d_d_iazyges_color: "" - d_d_iconoclast_color: "" - d_d_ikh_bogdh_color: "" - d_d_imami_color: "" - d_d_immortals_color: "" - d_d_istria_color: "" - d_d_italy_prefect_color: "" - d_d_izhorians_color: "" - d_d_jabal_kufs_color: "" - d_d_jerid_color: "" - d_d_jomsvikings_color: "" - d_d_jonse_color: "" - d_d_judham_color: "" - d_d_julich_color: "" - d_d_jutes_color: "" - d_d_jylland_color: "" - d_d_k_iberia_color_color: "" - d_d_kabarism_color: "" - d_d_kairouan_color: "" - d_d_kalb_color: "" - d_d_karaism_color: "" - d_d_keoka_color: "" - d_d_kernev_color: "" - d_d_khanty_tribe_color: "" - d_d_khurmazta_color: "" - d_d_khurramism_color: "" - d_d_knights_calatrava_color: "" - d_d_knights_hospitaler_color: "" - d_d_knights_santiago_color: "" - d_d_knights_templar_color: "" - d_d_kohestan_color: "" - d_d_koivans_color: "" - d_d_kola_tribe_color: "" - d_d_kolochins_color: "" - d_d_krain_color: "" - d_d_kroumerie_color: "" - d_d_kufa_color: "" - d_d_kumul_color: "" - d_d_kurdistan_color: "" - d_d_kutrigurs_color: "" - d_d_kuyavia_color: "" - d_d_kwrtstan_color: "" - d_d_laanemaa_color: "" - d_d_laguantan_color: "" - d_d_languedoc_color: "" - d_d_lebanon_color: "" - d_d_lemovia_color: "" - d_d_leon_color: "" - d_d_lettigalians_color: "" - d_d_linnius_color: "" - d_d_livonians_color: "" - d_d_lombardia_color: "" - d_d_lombards_color: "" - d_d_lower_bosna_color: "" - d_d_lower_lorraine_color: "" - d_d_lowland_lithuanians_color: "" - d_d_luxembourg_color: "" - d_d_macronia_color: "" - d_d_macva_color: "" - d_d_mafaza_color: "" - d_d_maingmaw_color: "" - d_d_malabarism_color: "" - d_d_malao_color: "" - d_d_manichean_color: "" - d_d_mansi_tribe_color: "" - d_d_marcionism_color: "" - d_d_marcomanni_color: "" - d_d_mari_color: "" - d_d_masmudi_color: "" - d_d_massalia_color: "" - d_d_mazdakism_color: "" - d_d_mazdayasna_color: "" - d_d_meissen_color: "" - d_d_merya_color: "" - d_d_meshchera_color: "" - d_d_mesopotamia_color: "" - d_d_miaphysite_color: "" - d_d_mo_tribe_color: "" - d_d_moesia_superior_color: "" - d_d_moksha_color: "" - d_d_monophysite_color: "" - d_d_montes_aregenses_color: "" - d_d_moravia_color: "" - d_d_mosania_color: "" - d_d_mosylon_color: "" - d_d_mundus_color: "" - d_d_murcia_color: "" - d_d_muromians_color: "" - d_d_murzuk_color: "" - d_d_muwalladi_color: "" - d_d_najran_color: "" - d_d_narvik_tribe_color: "" - d_d_nasa_color: "" - d_d_navarra_color: "" - d_d_nishapur_color: "" - d_d_nok_color: "" - d_d_nordgau_color: "" - d_d_nordmark_color: "" - d_d_norgyrwa_color: "" - d_d_normandy_color: "" - d_d_noxgaga_color: "" - d_d_nuristan_color: "" - d_d_ogurs_color: "" - d_d_opone_color: "" - d_d_opsikion_color: "" - d_d_optimatoi_color: "" - d_d_orleans_color: "" - d_d_orleans_alans_color: "" - d_d_osraige_color: "" - d_d_osterreich_color: "" - d_d_ostmark_color: "" - d_d_oultrejourdain_color: "" - d_d_oxford_color: "" - d_d_palestine_color: "" - d_d_palmyra_color: "" - d_d_papal_state_color: "" - d_d_patriarchate_in_the_east_color: "" - d_d_paulician_color: "" - d_d_philippopolis_color: "" - d_d_piedmonte_color: "" - d_d_pisa_color: "" - d_d_platonic_academy_color: "" - d_d_pohjanmaa_tribe_color: "" - d_d_poitou_color: "" - d_d_pomerelia_color: "" - d_d_pommerania_color: "" - d_d_porto_color: "" - d_d_powys_color: "" - d_d_priscillianism_color: "" - d_d_pronsk_color: "" - d_d_provence_color: "" - d_d_prus_color: "" - d_d_quraysh_color: "" - d_d_rabbinism_color: "" - d_d_raetia_curiensis_color: "" - d_d_ranii_color: "" - d_d_rashka_color: "" - d_d_raumarici_color: "" - d_d_regraga_color: "" - d_d_reudigni_color: "" - d_d_revala_color: "" - d_d_rif_color: "" - d_d_ripuria_color: "" - d_d_romagna_color: "" - d_d_roman_prefect_color: "" - d_d_saami_tribe_color: "" - d_d_saaremaa_color: "" - d_d_sabirs_color: "" - d_d_sacromontisi_color: "" - d_d_sahara_color: "" - d_d_saint_addai_color: "" - d_d_saint_anthony_color: "" - d_d_sakala_color: "" - d_d_salerno_color: "" - d_d_salia_color: "" - d_d_salzburg_color: "" - d_d_samaritan_color: "" - d_d_samarkand_color: "" - d_d_samarra_color: "" - d_d_sami_color: "" - d_d_sandomiersk_color: "" - d_d_saragurs_color: "" - d_d_sarapion_color: "" - d_d_savo_tribe_color: "" - d_d_savoie_color: "" - d_d_sebasteia_color: "" - d_d_selonians_color: "" - d_d_senate_color: "" - d_d_setomaa_color: "" - d_d_sevilla_color: "" - d_d_shammar_color: "" - d_d_shiite_color: "" - d_d_shirvan_color: "" - d_d_sinai_color: "" - d_d_sklaveni_color: "" - d_d_sky_lords_color: "" - d_d_slavonia_color: "" - d_d_slesvig_color: "" - d_d_somogy_color: "" - d_d_sons_kaleva_color: "" - d_d_sophanene_color: "" - d_d_sophene_color: "" - d_d_spirit_guardians_color: "" - d_d_spoleto_color: "" - d_d_steyermark_color: "" - d_d_strymon_color: "" - d_d_suavi_color: "" - d_d_sumparu_color: "" - d_d_sunni_color: "" - d_d_sussex_color: "" - d_d_suthgyrwa_color: "" - d_d_suyab_color: "" - d_d_swabia_color: "" - d_d_swedes_color: "" - d_d_swiss_color: "" - d_d_syrmia_color: "" - d_d_syrte_color: "" - d_d_tabae_color: "" - d_d_taghlebi_color: "" - d_d_tahert_color: "" - d_d_tamim_color: "" - d_d_tangiers_color: "" - d_d_tavast_tribe_color: "" - d_d_tayk_color: "" - d_d_tel_river_color: "" - d_d_temes_color: "" - d_d_teryukhan_color: "" - d_d_teutonic_order_color: "" - d_d_thaqif_color: "" - d_d_thrace_color: "" - d_d_thracesia_color: "" - d_d_thracian_goths_color: "" - d_d_thuringia_color: "" - d_d_tiele_color: "" - d_d_tlemcen_color: "" - d_d_toledo_color: "" - d_d_toscana_color: "" - d_d_transjurania_color: "" - d_d_transylvania_color: "" - d_d_tridentium_color: "" - d_d_triparvatha_color: "" - d_d_triveria_color: "" - d_d_trondelag_color: "" - d_d_tunis_color: "" - d_d_turnovo_color: "" - d_d_udmurt_tribe_color: "" - d_d_ugandi_color: "" - d_d_upper_lorraine_color: "" - d_d_urartuism_color: "" - d_d_urdunn_color: "" - d_d_utigurs_color: "" - d_d_utrecht_color: "" - d_d_uusimaa_tribe_color: "" - d_d_valencia_color: "" - d_d_valentinianism_color: "" - d_d_valentois_alans_color: "" - d_d_valois_color: "" - d_d_venedi_color: "" - d_d_venice_color: "" - d_d_verona_color: "" - d_d_vidin_color: "" - d_d_vidivaria_color: "" - d_d_viraja_color: "" - d_d_virumaa_color: "" - d_d_viscaya_color: "" - d_d_visegrad_color: "" - d_d_vologda_tribe_color: "" - d_d_votians_color: "" - d_d_wabar_color: "" - d_d_warini_color: "" - d_d_warriors_perun_color: "" - d_d_wasit_color: "" - d_d_west_franconia_color: "" - d_d_west_galindians_color: "" - d_d_wielkopolska_color: "" - d_d_yathrib_color: "" - d_d_yazd_color: "" - d_d_yotvingians_color: "" - d_d_yungdrung_bon_color: "" - d_d_zab_color: "" - d_d_zaghawa_color: "" - d_d_zaragoza_color: "" - d_d_zealots_color: "" - d_d_zemigalians_color: "" - d_d_zinder_color: "" - d_d_znaga_color: "" - d_d_zun_warriors_color: "" - #Counties - d_c_aachen_color: "" - d_c_aalborg_color: "" - d_c_aarhus_color: "" - d_c_abakan_color: "" - d_c_abauj_color: "" - d_c_abbadan_color: "" - d_c_abivard_color: "" - d_c_abkhazia_color: "" - d_c_ablastha_color: "" - d_c_abomey_color: "" - d_c_abruzzi_color: "" - d_c_abu_hammad_color: "" - d_c_abwab_color: "" - d_c_abydos_color: "" - d_c_acalapura_color: "" - d_c_acampse_color: "" - d_c_achaia_color: "" - d_c_acre_color: "" - d_c_adanse_color: "" - d_c_adoni_color: "" - d_c_adrianopolis_color: "" - d_c_aeolis_color: "" - d_c_aetolia_color: "" - d_c_afar_color: "" - d_c_afram_color: "" - d_c_agadir_color: "" - d_c_agairik_color: "" - d_c_agaw_meder_color: "" - d_c_agdeside_color: "" - d_c_agenais_color: "" - d_c_agrigento_color: "" - d_c_ahqaf_color: "" - d_c_ahvaz_color: "" - d_c_ailech_color: "" - d_c_ain_galakka_color: "" - d_c_aintab_color: "" - d_c_air_color: "" - d_c_ajaccio_color: "" - d_c_ajayameru_color: "" - d_c_ak-dzulpas_color: "" - d_c_akhadid_color: "" - d_c_akkel_color: "" - d_c_akkityk_color: "" - d_c_aksay_color: "" - d_c_aksu_color: "" - d_c_aksuyek_color: "" - d_c_al-arid_color: "" - d_c_al-asa_color: "" - d_c_al-buhaira_color: "" - d_c_al-gharbiya_color: "" - d_c_al-haditha_color: "" - d_c_al-hasa_color: "" - d_c_al_aqabah_color: "" - d_c_al_jawf_color: "" - d_c_aland_color: "" - d_c_alarcon_color: "" - d_c_albarracin_color: "" - d_c_albi_color: "" - d_c_albret_color: "" - d_c_alcacer_do_sal_color: "" - d_c_alcaniz_color: "" - d_c_alcaraz_color: "" - d_c_alencon_color: "" - d_c_aleppo_color: "" - d_c_alexandretta_color: "" - d_c_alexandria_color: "" - d_c_aley_color: "" - d_c_algeciras_color: "" - d_c_algier_color: "" - d_c_alicante_color: "" - d_c_allai_color: "" - d_c_allaqi_color: "" - d_c_allenstein_color: "" - d_c_almader_color: "" - d_c_almaty_color: "" - d_c_almeria_color: "" - d_c_alodia_color: "" - d_c_along_color: "" - d_c_alpsee_color: "" - d_c_altay_color: "" - d_c_alto_aragon_color: "" - d_c_aluksne_color: "" - d_c_alupa_color: "" - d_c_alxa_color: "" - d_c_amatlus_color: "" - d_c_amaya_color: "" - d_c_amdo_color: "" - d_c_amhara_color: "" - d_c_amida_color: "" - d_c_amiens_color: "" - d_c_amol_color: "" - d_c_amstetten_color: "" - d_c_anbar_color: "" - d_c_ancona_color: "" - d_c_andujar_color: "" - d_c_angerburg_color: "" - d_c_angermanland_color: "" - d_c_anglesey_color: "" - d_c_angot_color: "" - d_c_angouleme_color: "" - d_c_angus_color: "" - d_c_anja_color: "" - d_c_anjou_color: "" - d_c_annaba_color: "" - d_c_annandale_color: "" - d_c_ansbach_color: "" - d_c_ansongo_color: "" - d_c_antiocheia_color: "" - d_c_antipatreia_color: "" - d_c_antwerpen_color: "" - d_c_aosta_color: "" - d_c_aowin_color: "" - d_c_apahunik_color: "" - d_c_apulia_color: "" - d_c_aqenganggyai_color: "" - d_c_aqiq_color: "" - d_c_aqtobe_color: "" - d_c_aquileia_color: "" - d_c_aquincum_color: "" - d_c_arad_color: "" - d_c_aral_karakum_color: "" - d_c_aralkizil_color: "" - d_c_aran_color: "" - d_c_arawan_color: "" - d_c_arbanon_color: "" - d_c_arborea_color: "" - d_c_ardabil_color: "" - d_c_ardestan_color: "" - d_c_arezzo_color: "" - d_c_argyll_color: "" - d_c_arigh_color: "" - d_c_ariksar_color: "" - d_c_arkat_color: "" - d_c_armagnac_color: "" - d_c_arnhem_color: "" - d_c_arnsberg_color: "" - d_c_aror_color: "" - d_c_arrajan_color: "" - d_c_arusi_color: "" - d_c_arzhan_color: "" - d_c_asfi_color: "" - d_c_ashir_color: "" - d_c_ashli_color: "" - d_c_ashmaka_color: "" - d_c_asir_color: "" - d_c_asirgarh_color: "" - d_c_asni_color: "" - d_c_aso_color: "" - d_c_astana_color: "" - d_c_astore_color: "" - d_c_astorga_color: "" - d_c_astrakhan_color: "" - d_c_asturias_de_oviedo_color: "" - d_c_asturias_de_santillana_color: "" - d_c_aswan_color: "" - d_c_asyut_color: "" - d_c_atamansku_color: "" - d_c_atbara_color: "" - d_c_atbasar_color: "" - d_c_athlone_color: "" - d_c_atholl_color: "" - d_c_atkarsk_color: "" - d_c_attica_color: "" - d_c_attie_color: "" - d_c_atyrau_color: "" - d_c_augsburg_color: "" - d_c_aunis_color: "" - d_c_austisland_color: "" - d_c_auvergne_color: "" - d_c_auxerre_color: "" - d_c_ava_color: "" - d_c_avalois_color: "" - d_c_aveiro_color: "" - d_c_avila_color: "" - d_c_aviovara_color: "" - d_c_avlonas_color: "" - d_c_avranches_color: "" - d_c_awjila_color: "" - d_c_awkar_color: "" - d_c_awssa_color: "" - d_c_aydhab_color: "" - d_c_ayn_farah_color: "" - d_c_ayodhya_color: "" - d_c_ayrarat_color: "" - d_c_ayrshire_color: "" - d_c_aytos_color: "" - d_c_az-dhahira_color: "" - d_c_azas_color: "" - d_c_azov_color: "" - d_c_azukki_color: "" - d_c_azysia_color: "" - d_c_baalbek_color: "" - d_c_babruysk_color: "" - d_c_bacs_color: "" - d_c_badajoz_color: "" - d_c_badakhshan_color: "" - d_c_badaraya_color: "" - d_c_baden_color: "" - d_c_badghis_color: "" - d_c_badi_color: "" - d_c_badis_color: "" - d_c_baduspan_color: "" - d_c_baghdad_color: "" - d_c_bagrewand_color: "" - d_c_baguirmi_color: "" - d_c_bahnasa_color: "" - d_c_bahriya_color: "" - d_c_baibalik_color: "" - d_c_baigaluuls_color: "" - d_c_baihaq_color: "" - d_c_bailaqan_color: "" - d_c_baima_color: "" - d_c_baingoin_color: "" - d_c_baisary_color: "" - d_c_baiyin_color: "" - d_c_bajura_color: "" - d_c_bakharz_color: "" - d_c_bakhmut_color: "" - d_c_bakriya_color: "" - d_c_balachev_color: "" - d_c_balashagun_color: "" - d_c_balgun_color: "" - d_c_bali_color: "" - d_c_balkh_color: "" - d_c_balkonda_color: "" - d_c_balqa_color: "" - d_c_bam_color: "" - d_c_bamberg_color: "" - d_c_bambuk_color: "" - d_c_bamian_color: "" - d_c_bampur_color: "" - d_c_banavasi_color: "" - d_c_banbar_color: "" - d_c_bandhugadha_color: "" - d_c_bandiagara_color: "" - d_c_bangaon_color: "" - d_c_bannu_color: "" - d_c_banre_color: "" - d_c_baol_color: "" - d_c_baqen_color: "" - d_c_baqlin_color: "" - d_c_bar_color: "" - d_c_baranya_color: "" - d_c_barasuru_color: "" - d_c_barbacadle_color: "" - d_c_barcasag_color: "" - d_c_barcelona_color: "" - d_c_bardak_color: "" - d_c_bargajan_color: "" - d_c_bari_color: "" - d_c_barkam_color: "" - d_c_barkul_color: "" - d_c_barlad_color: "" - d_c_barma_color: "" - d_c_barnaul_color: "" - d_c_barqa_color: "" - d_c_bars_color: "" - d_c_barsuki_color: "" - d_c_bartenstein_color: "" - d_c_basagha_color: "" - d_c_basra_color: "" - d_c_bassa_color: "" - d_c_bastia_color: "" - d_c_batang_color: "" - d_c_batiha_color: "" - d_c_batina_color: "" - d_c_batn_al-hajar_color: "" - d_c_batticaloa_color: "" - d_c_bauchi_color: "" - d_c_baxoi_color: "" - d_c_baydhabo_color: "" - d_c_bayeux_color: "" - d_c_bazin_color: "" - d_c_bearn_color: "" - d_c_beaumont_color: "" - d_c_bedford_color: "" - d_c_begemder_color: "" - d_c_begho_color: "" - d_c_behabad_color: "" - d_c_beirut_color: "" - d_c_beja_color: "" - d_c_bejaia_color: "" - d_c_bekes_color: "" - d_c_beksima_color: "" - d_c_belebey_color: "" - d_c_bellac_color: "" - d_c_belogorje_color: "" - d_c_beloozero_color: "" - d_c_belz_color: "" - d_c_bena_color: "" - d_c_benavente_color: "" - d_c_benevento_color: "" - d_c_benin_color: "" - d_c_beograd_color: "" - d_c_berbera_color: "" - d_c_berchtesgaden_color: "" - d_c_bereg_color: "" - d_c_berent_color: "" - d_c_berestye_color: "" - d_c_bergh_color: "" - d_c_berkshire_color: "" - d_c_berlin_color: "" - d_c_bern_color: "" - d_c_beroe_color: "" - d_c_berry_color: "" - d_c_berta_color: "" - d_c_besancon_color: "" - d_c_beshbalik_color: "" - d_c_beszterce_color: "" - d_c_bethen_color: "" - d_c_betpa_color: "" - d_c_bezichi_color: "" - d_c_beziers_color: "" - d_c_bhakkar_color: "" - d_c_bhaktapur_color: "" - d_c_bhera_color: "" - d_c_bhumilka_color: "" - d_c_bigorre_color: "" - d_c_bihar_color: "" - d_c_biia_color: "" - d_c_bikrampur_color: "" - d_c_bilizma_color: "" - d_c_bilma_color: "" - d_c_bindugu_color: "" - d_c_bir_amir_color: "" - d_c_bisha_color: "" - d_c_biskra_color: "" - d_c_bithynia_color: "" - d_c_biton_color: "" - d_c_biun_color: "" - d_c_blankenburg_color: "" - d_c_blekinge_color: "" - d_c_blois_color: "" - d_c_bodele_color: "" - d_c_bodrog_color: "" - d_c_boeotia_color: "" - d_c_boleslav_color: "" - d_c_bolghar_color: "" - d_c_bologna_color: "" - d_c_bombogor_color: "" - d_c_bome_color: "" - d_c_bonduku_color: "" - d_c_bono_color: "" - d_c_bonoso_color: "" - d_c_bordeaux_color: "" - d_c_bornholm_color: "" - d_c_bornu_color: "" - d_c_boro_burgasu_color: "" - d_c_boron_color: "" - d_c_borsod_color: "" - d_c_bost_color: "" - d_c_bothin_color: "" - d_c_boubo_color: "" - d_c_bouillon_color: "" - d_c_boulogne_color: "" - d_c_bourbon_color: "" - d_c_brabant_color: "" - d_c_braganza_color: "" - d_c_braila_color: "" - d_c_brandenburg_color: "" - d_c_branicevo_color: "" - d_c_braslau_color: "" - d_c_bratsk_color: "" - d_c_brecknockshire_color: "" - d_c_breifne_color: "" - d_c_breisgau_color: "" - d_c_bremen_color: "" - d_c_brene_color: "" - d_c_brescia_color: "" - d_c_breslau_color: "" - d_c_bresse_color: "" - d_c_brie_francaise_color: "" - d_c_briey_color: "" - d_c_brixen_color: "" - d_c_brno_color: "" - d_c_brugge_color: "" - d_c_brunswick_color: "" - d_c_brysis_color: "" - d_c_brzeg_color: "" - d_c_buchan_color: "" - d_c_buckinghamshire_color: "" - d_c_bucuresti_color: "" - d_c_bugurslan_color: "" - d_c_bukhara_color: "" - d_c_bumthang_color: "" - d_c_bundu_color: "" - d_c_bur_color: "" - d_c_bura_color: "" - d_c_bure_color: "" - d_c_burgas_color: "" - d_c_burgau_color: "" - d_c_burgos_color: "" - d_c_burhanpur_color: "" - d_c_burji_color: "" - d_c_burugu_aallar_color: "" - d_c_busaso_color: "" - d_c_bussa_color: "" - d_c_buthrotum_color: "" - d_c_buzau_color: "" - d_c_byzantion_color: "" - d_c_cabardinia_color: "" - d_c_cabra_color: "" - d_c_caceres_color: "" - d_c_cadiz_color: "" - d_c_caernarfonshire_color: "" - d_c_cagliari_color: "" - d_c_cairo_color: "" - d_c_caithness_color: "" - d_c_cakrakuta_color: "" - d_c_calafat_color: "" - d_c_calarasi_color: "" - d_c_calatayud_color: "" - d_c_calatrava_color: "" - d_c_camarda_color: "" - d_c_cambray_color: "" - d_c_cambridgeshire_color: "" - d_c_cammin_color: "" - d_c_campulung_color: "" - d_c_canarias_color: "" - d_c_canavese_color: "" - d_c_canda_color: "" - d_c_candhoba_color: "" - d_c_candradvipa_color: "" - d_c_cappadocia_color: "" - d_c_capua_color: "" - d_c_carcassonne_color: "" - d_c_cardiganshire_color: "" - d_c_caria_color: "" - d_c_carmarthenshire_color: "" - d_c_carrick_color: "" - d_c_casentino_color: "" - d_c_caslav_color: "" - d_c_castellon_color: "" - d_c_castelo_branco_color: "" - d_c_caze_color: "" - d_c_cephalonia_color: "" - d_c_cerasus_color: "" - d_c_cetatea_alba_color: "" - d_c_cetina_color: "" - d_c_ceuta_color: "" - d_c_chadrinsk_color: "" - d_c_chagdy_aallar_color: "" - d_c_chaghaniyan_color: "" - d_c_chah_color: "" - d_c_chakla_color: "" - d_c_chalkidike_color: "" - d_c_chalon_color: "" - d_c_chalons_color: "" - d_c_chamil_color: "" - d_c_chandax_color: "" - d_c_chanderi_color: "" - d_c_changma_color: "" - d_c_chania_color: "" - d_c_charaideo_color: "" - d_c_charkliq_color: "" - d_c_charsianon_color: "" - d_c_chartres_color: "" - d_c_chauragarh_color: "" - d_c_cheboksary_color: "" - d_c_chelabinsk_color: "" - d_c_cherchen_color: "" - d_c_cherik_color: "" - d_c_cherkassy_color: "" - d_c_chernigov_color: "" - d_c_cherso_color: "" - d_c_cherven_color: "" - d_c_cheshire_color: "" - d_c_chich_color: "" - d_c_chikoy_color: "" - d_c_chilia_color: "" - d_c_chindu_color: "" - d_c_chios_color: "" - d_c_chitrakut_color: "" - d_c_chitral_color: "" - d_c_choklema_color: "" - d_c_cholamandalam_color: "" - d_c_chonae_color: "" - d_c_chornobyl_color: "" - d_c_chuguchak_color: "" - d_c_chulym_color: "" - d_c_chumarho_color: "" - d_c_chuna_color: "" - d_c_chunar_color: "" - d_c_chungthang_color: "" - d_c_chuya_color: "" - d_c_cieszyn_color: "" - d_c_cilicia_color: "" - d_c_clermont_color: "" - d_c_clermont_sur_allier_color: "" - d_c_cleves_color: "" - d_c_coburg_color: "" - d_c_coimbra_color: "" - d_c_colmar_color: "" - d_c_cologne_color: "" - d_c_colonea_color: "" - d_c_comai_color: "" - d_c_comminges_color: "" - d_c_como_color: "" - d_c_cona_color: "" - d_c_connacht_color: "" - d_c_constanta_color: "" - d_c_constantine_color: "" - d_c_coqen_color: "" - d_c_cordoba_color: "" - d_c_cornouaille_color: "" - d_c_cornwall_color: "" - d_c_coruna_color: "" - d_c_cosenza_color: "" - d_c_cottbus_color: "" - d_c_coulommiers_color: "" - d_c_cozhelhoma_color: "" - d_c_craiova_color: "" - d_c_cremona_color: "" - d_c_csanad_color: "" - d_c_csongrad_color: "" - d_c_cuellar_color: "" - d_c_cuenca_color: "" - d_c_cumberland_color: "" - d_c_cumbum_color: "" - d_c_cuneo_color: "" - d_c_cuonaco_color: "" - d_c_cykma_color: "" - d_c_czerska_color: "" - d_c_dabou_color: "" - d_c_daboya_color: "" - d_c_dabusiya_color: "" - d_c_dadhipadra_color: "" - d_c_dagomba_color: "" - d_c_dagon_color: "" - d_c_dahlak_color: "" - d_c_dajing_color: "" - d_c_dakajalan_color: "" - d_c_dakhina_desa_color: "" - d_c_dakhla_color: "" - d_c_dakkar_color: "" - d_c_dal_color: "" - d_c_dalabergslagen_color: "" - d_c_dalarna_color: "" - d_c_daman_color: "" - d_c_damascus_color: "" - d_c_damghan_color: "" - d_c_damietta_color: "" - d_c_damin_i_koh_color: "" - d_c_damoh_color: "" - d_c_damot_color: "" - d_c_damxung_color: "" - d_c_danakil_color: "" - d_c_dang_color: "" - d_c_dangla_color: "" - d_c_dannenberg_color: "" - d_c_danzig_color: "" - d_c_dar-al-rih_color: "" - d_c_dar_al-said_color: "" - d_c_dar_rashid_color: "" - d_c_dar_sila_color: "" - d_c_dara_color: "" - d_c_darabjerd_color: "" - d_c_daramdin_color: "" - d_c_darcha_color: "" - d_c_darghan_color: "" - d_c_darkhad_valley_color: "" - d_c_darmashan_color: "" - d_c_dasapura_color: "" - d_c_dathina_color: "" - d_c_datong_color: "" - d_c_daura_color: "" - d_c_dausar_color: "" - d_c_dawaro_color: "" - d_c_dawraq_color: "" - d_c_dawu_color: "" - d_c_debar_color: "" - d_c_debul_color: "" - d_c_dege_color: "" - d_c_degelen_color: "" - d_c_deggerdorf_color: "" - d_c_delhi_color: "" - d_c_dembiya_color: "" - d_c_demchok_color: "" - d_c_demetrias_color: "" - d_c_denbighshire_color: "" - d_c_dendi_color: "" - d_c_dengqen_color: "" - d_c_denia_color: "" - d_c_deqen_color: "" - d_c_derbent_color: "" - d_c_derby_color: "" - d_c_derlenka_color: "" - d_c_derna_color: "" - d_c_desmond_color: "" - d_c_dessau_color: "" - d_c_devagiri_color: "" - d_c_devon_color: "" - d_c_dhafra_color: "" - d_c_dhamalpur_color: "" - d_c_dhankar_color: "" - d_c_dhara_color: "" - d_c_dhofar_color: "" - d_c_dhraina_color: "" - d_c_diamare_color: "" - d_c_dibri_color: "" - d_c_dihistan_color: "" - d_c_dijon_color: "" - d_c_dimapur_color: "" - d_c_dipalpur_color: "" - d_c_dirku_color: "" - d_c_diskit_color: "" - d_c_ditmarschen_color: "" - d_c_djado_color: "" - d_c_djanet_color: "" - d_c_djarin_color: "" - d_c_djerba_color: "" - d_c_djugu_color: "" - d_c_dnipro_color: "" - d_c_dobrzynska_color: "" - d_c_dodugu_color: "" - d_c_dokkum_color: "" - d_c_dole_color: "" - d_c_dolgujar_color: "" - d_c_dongola_color: "" - d_c_donjikraji_color: "" - d_c_dorohoi_color: "" - d_c_dorohychyn_color: "" - d_c_dorostorum_color: "" - d_c_dorpat_color: "" - d_c_dorset_color: "" - d_c_dortmund_color: "" - d_c_doti_color: "" - d_c_doudleby_color: "" - d_c_draa_color: "" - d_c_dresden_color: "" - d_c_dublin_color: "" - d_c_dubrovytsia_color: "" - d_c_duklja_color: "" - d_c_dunbar_color: "" - d_c_dunhuang_color: "" - d_c_duqm_color: "" - d_c_durdzukia_color: "" - d_c_durham_color: "" - d_c_durne_color: "" - d_c_durovka_color: "" - d_c_dvaraka_color: "" - d_c_dvin_color: "" - d_c_dyamare_color: "" - d_c_dyrrachion_color: "" - d_c_dyulaso_color: "" - d_c_east-tokharestan_color: "" - d_c_east_darfur_color: "" - d_c_east_kiilt_color: "" - d_c_east_riding_color: "" - d_c_eastern_tannu_color: "" - d_c_edd_color: "" - d_c_edessa_color: "" - d_c_edo_color: "" - d_c_eghiz_kara_color: "" - d_c_eichstadt_color: "" - d_c_el_fasher_color: "" - d_c_el_waak_color: "" - d_c_elabuga_color: "" - d_c_eleila_color: "" - d_c_elvas_color: "" - d_c_embrun_color: "" - d_c_emil_color: "" - d_c_ennis_color: "" - d_c_epeiros_color: "" - d_c_erbach_color: "" - d_c_eschenlohe_color: "" - d_c_essex_color: "" - d_c_eu_color: "" - d_c_euboea_color: "" - d_c_euchaita_color: "" - d_c_evreux_color: "" - d_c_ewe_color: "" - d_c_eystridalir_color: "" - d_c_faereyar_color: "" - d_c_fafan_color: "" - d_c_falaj_color: "" - d_c_famagusta_color: "" - d_c_fanhe_color: "" - d_c_fante_color: "" - d_c_farafra_color: "" - d_c_farah_color: "" - d_c_farama_color: "" - d_c_faras_color: "" - d_c_farava_color: "" - d_c_faro_color: "" - d_c_fayyum_color: "" - d_c_fazaz_color: "" - d_c_fazughli_color: "" - d_c_feher_color: "" - d_c_fellata_color: "" - d_c_ferghana_color: "" - d_c_fermo_color: "" - d_c_ferrara_color: "" - d_c_fes_color: "" - d_c_fetegar_color: "" - d_c_fife_color: "" - d_c_figuig_color: "" - d_c_fika_color: "" - d_c_finland_color: "" - d_c_finnveden_color: "" - d_c_firabr_color: "" - d_c_firaun_color: "" - d_c_firdafylki_color: "" - d_c_firenze_color: "" - d_c_fitri_color: "" - d_c_fogaras_color: "" - d_c_foggia_color: "" - d_c_foix_color: "" - d_c_forcalquier_color: "" - d_c_forez_color: "" - d_c_fraga_color: "" - d_c_frankfurt_color: "" - d_c_freistadt_color: "" - d_c_french_leon_color: "" - d_c_frisia_color: "" - d_c_friuli_color: "" - d_c_fudalhi_color: "" - d_c_fuerteventura_color: "" - d_c_fulda_color: "" - d_c_fuqi_color: "" - d_c_furstenberg_color: "" - d_c_futa_jalon_color: "" - d_c_fyn_color: "" - d_c_gabal_color: "" - d_c_gabes_color: "" - d_c_gacka_color: "" - d_c_gafat_color: "" - d_c_galam_color: "" - d_c_galati_color: "" - d_c_galatia_color: "" - d_c_galatia_salutaris_color: "" - d_c_galloway_color: "" - d_c_gallura_color: "" - d_c_gamo_color: "" - d_c_ganale_color: "" - d_c_gangaran_color: "" - d_c_ganzhou_color: "" - d_c_gao_color: "" - d_c_gaotai_color: "" - d_c_gar_color: "" - d_c_garabogazkol_color: "" - d_c_garco_color: "" - d_c_garkung_color: "" - d_c_garoua_color: "" - d_c_garumele_color: "" - d_c_garwhal_color: "" - d_c_garze_color: "" - d_c_gastrikland_color: "" - d_c_gatsuurgazar_color: "" - d_c_gauda_color: "" - d_c_gauldala_color: "" - d_c_gaya_color: "" - d_c_geba_color: "" - d_c_gegyai_color: "" - d_c_gemer_color: "" - d_c_geneva_color: "" - d_c_genoa_color: "" - d_c_germa_color: "" - d_c_gerqen_color: "" - d_c_gerze_color: "" - d_c_gevaudan_color: "" - d_c_gezira_color: "" - d_c_ghadames_color: "" - d_c_gharb_color: "" - d_c_ghardaia_color: "" - d_c_ghat_color: "" - d_c_ghazna_color: "" - d_c_ghazza_color: "" - d_c_ghazzal_color: "" - d_c_ghulja_color: "" - d_c_ghur_color: "" - d_c_gidaya_color: "" - d_c_gilan_color: "" - d_c_gilgit_color: "" - d_c_girona_color: "" - d_c_giurgiu_color: "" - d_c_giza_color: "" - d_c_glamorgan_color: "" - d_c_glazov_color: "" - d_c_gleichenstein_color: "" - d_c_gloucestershire_color: "" - d_c_gnezdovo_color: "" - d_c_gnieznienska_color: "" - d_c_goalpara_color: "" - d_c_gobir_color: "" - d_c_gode_color: "" - d_c_godwad_color: "" - d_c_gojjam_color: "" - d_c_gola_color: "" - d_c_golag_color: "" - d_c_golaghmuli_color: "" - d_c_golden_hills_color: "" - d_c_gomel_color: "" - d_c_gomoco_color: "" - d_c_gondo_color: "" - d_c_gongbo_color: "" - d_c_gonja_color: "" - d_c_gonjo_color: "" - d_c_gorlitz_color: "" - d_c_gorz_color: "" - d_c_gostyninska_color: "" - d_c_gottingen_color: "" - d_c_gowrie_color: "" - d_c_granada_color: "" - d_c_graz_color: "" - d_c_grebo_color: "" - d_c_grisons_color: "" - d_c_grobin_color: "" - d_c_grodno_color: "" - d_c_groningen_color: "" - d_c_grunberg_color: "" - d_c_grunningen_color: "" - d_c_guazhou_color: "" - d_c_gudbrandsdalir_color: "" - d_c_guelders_color: "" - d_c_gugark_color: "" - d_c_guidimaka_color: "" - d_c_guines_color: "" - d_c_gumuz_color: "" - d_c_gurgan_color: "" - d_c_gurganj_color: "" - d_c_gurgi_color: "" - d_c_guria_color: "" - d_c_gurjaratra_color: "" - d_c_gurma_color: "" - d_c_gutland_color: "" - d_c_gutti_color: "" - d_c_guwari_color: "" - d_c_guzgan_color: "" - d_c_guzkol_color: "" - d_c_gwalior_color: "" - d_c_gyaca_color: "" - d_c_gyaitang_color: "" - d_c_gyama_color: "" - d_c_gyangze_color: "" - d_c_gyegumdo_color: "" - d_c_gyirong_color: "" - d_c_gyor_color: "" - d_c_hadithat-ana_color: "" - d_c_hadramawt_color: "" - d_c_hadrianeia_color: "" - d_c_hadrianopolis_color: "" - d_c_hadya_color: "" - d_c_hail_color: "" - d_c_hainaut_color: "" - d_c_hakkari_color: "" - d_c_halberstadt_color: "" - d_c_halland_color: "" - d_c_halsingland_color: "" - d_c_haltang_color: "" - d_c_halych_color: "" - d_c_hama_color: "" - d_c_hamadan_color: "" - d_c_hamburg_color: "" - d_c_hampton_color: "" - d_c_hanlan_color: "" - d_c_hannover_color: "" - d_c_harar_color: "" - d_c_hargaya_color: "" - d_c_harhiraa_color: "" - d_c_harikela_color: "" - d_c_harjadalen_color: "" - d_c_harran_color: "" - d_c_harrat_rahat_color: "" - d_c_haruppeswara_color: "" - d_c_hastinapura_color: "" - d_c_hauran_color: "" - d_c_havelberg_color: "" - d_c_hayq_color: "" - d_c_hedmork_color: "" - d_c_heihe_color: "" - d_c_helenopontus_color: "" - d_c_helgum_color: "" - d_c_herat_color: "" - d_c_hereford_color: "" - d_c_hereti_color: "" - d_c_hertfordshire_color: "" - d_c_hewes_color: "" - d_c_hildesheim_color: "" - d_c_hinthada_color: "" - d_c_hiraab_color: "" - d_c_hisar_color: "" - d_c_hoboksar_color: "" - d_c_hobyo_color: "" - d_c_hodh_color: "" - d_c_hodna_color: "" - d_c_hohaseco_color: "" - d_c_hohenau_color: "" - d_c_hohenberg_color: "" - d_c_hohenburg_color: "" - d_c_hohenlohe_color: "" - d_c_holland_color: "" - d_c_homs_color: "" - d_c_hongliuyuan_color: "" - d_c_honorias_color: "" - d_c_hont_color: "" - d_c_hordalandi_color: "" - d_c_hormuz_color: "" - d_c_hotin_color: "" - d_c_hradec_color: "" - d_c_hradyzk_color: "" - d_c_huesca_color: "" - d_c_hulwan_color: "" - d_c_huntingdonshire_color: "" - d_c_hunyad_color: "" - d_c_hunyan_color: "" - d_c_hvosno_color: "" - d_c_iasi_color: "" - d_c_ibadan_color: "" - d_c_ibibo_color: "" - d_c_idatarainadu_color: "" - d_c_idoma_color: "" - d_c_ifat_color: "" - d_c_ife_color: "" - d_c_ifni_color: "" - d_c_ifonyin_color: "" - d_c_igala_color: "" - d_c_igana_color: "" - d_c_igaran_color: "" - d_c_igbo_color: "" - d_c_igbomina_color: "" - d_c_ijaw_color: "" - d_c_ijebu_color: "" - d_c_ikh_bogd_color: "" - d_c_ilam_color: "" - d_c_ile_de_france_color: "" - d_c_ilesa_color: "" - d_c_ilga_color: "" - d_c_iliq_color: "" - d_c_ilo_color: "" - d_c_ilorin_color: "" - d_c_inari_color: "" - d_c_innarya_color: "" - d_c_inner_hebrides_color: "" - d_c_innsbruck_color: "" - d_c_intarta_color: "" - d_c_inverness_color: "" - d_c_ionia_color: "" - d_c_ipuskoa_color: "" - d_c_irahistan_color: "" - d_c_irbid_color: "" - d_c_irbil_color: "" - d_c_irkutsk_color: "" - d_c_isauria_color: "" - d_c_isfahan_color: "" - d_c_isfara_color: "" - d_c_ishim_color: "" - d_c_iskaf_color: "" - d_c_isle_of_man_color: "" - d_c_isle_of_wight_color: "" - d_c_issoudun_color: "" - d_c_istakhr_color: "" - d_c_itanagar_color: "" - d_c_itil_color: "" - d_c_iviza_color: "" - d_c_jabal_kufs_color: "" - d_c_jabal_quzlum_color: "" - d_c_jafara_color: "" - d_c_jaffa_color: "" - d_c_jaffna_color: "" - d_c_jagatipur_color: "" - d_c_jahkamakke_color: "" - d_c_jaligny_color: "" - d_c_jalmat_color: "" - d_c_jambalar_color: "" - d_c_jame_color: "" - d_c_jamtfir_color: "" - d_c_janakpur_color: "" - d_c_jara_color: "" - d_c_jasky_kart_color: "" - d_c_jaunpur_color: "" - d_c_jawf-al-yamani_color: "" - d_c_jend_color: "" - d_c_jenne_color: "" - d_c_jerjul_color: "" - d_c_jersika_color: "" - d_c_jerusalem_color: "" - d_c_jharkand_color: "" - d_c_jie_DZU_color: "" - d_c_jihlava_color: "" - d_c_jilali_color: "" - d_c_jilat_color: "" - d_c_jilib_color: "" - d_c_jimi_color: "" - d_c_jinghiz_color: "" - d_c_jinsko_color: "" - d_c_jinta_color: "" - d_c_jiren_suat_color: "" - d_c_jiruft_color: "" - d_c_jitikul_color: "" - d_c_jolof_color: "" - d_c_jone_color: "" - d_c_jovvkuj_color: "" - d_c_jowol_color: "" - d_c_jubba_color: "" - d_c_julevadno_color: "" - d_c_julfar_color: "" - d_c_julym_color: "" - d_c_jumla_color: "" - d_c_juterbog_color: "" - d_c_juwain_color: "" - d_c_juwair_color: "" - d_c_kaabu_color: "" - d_c_kaarta_color: "" - d_c_kabarasana_color: "" - d_c_kabul_color: "" - d_c_kachu_color: "" - d_c_kada_color: "" - d_c_kadam_color: "" - d_c_kaduna_color: "" - d_c_kaffa_color: "" - d_c_kafirkot_color: "" - d_c_kagar_color: "" - d_c_kagha_color: "" - d_c_kainsk_color: "" - d_c_kainuu_color: "" - d_c_kairwan_color: "" - d_c_kaisereia_color: "" - d_c_kaiserslautern_color: "" - d_c_kakheti_color: "" - d_c_kakisalmi_color: "" - d_c_kalabsha_color: "" - d_c_kalanjara_color: "" - d_c_kalat_color: "" - d_c_kalbin_color: "" - d_c_kale_color: "" - d_c_kali_kumaon_color: "" - d_c_kalinganagar_color: "" - d_c_kaliska_color: "" - d_c_kalos_limen_color: "" - d_c_kalpi_color: "" - d_c_kalyani_color: "" - d_c_kamarupanagara_color: "" - d_c_kamatapur_color: "" - d_c_kambampet_color: "" - d_c_kammersberg_color: "" - d_c_kamru_color: "" - d_c_kanara_color: "" - d_c_kanchipuram_color: "" - d_c_kandy_color: "" - d_c_kanem_color: "" - d_c_kangmar_color: "" - d_c_kaniaga_color: "" - d_c_kankan_color: "" - d_c_kano_color: "" - d_c_kansk_color: "" - d_c_kantegir_color: "" - d_c_kanyakubja_color: "" - d_c_kara_asirgan_color: "" - d_c_kara_khoja_color: "" - d_c_karabaigal_color: "" - d_c_karabalgasun_color: "" - d_c_karabas_color: "" - d_c_karabash_color: "" - d_c_karabolam_color: "" - d_c_karachev_color: "" - d_c_karakorum_color: "" - d_c_karamay_color: "" - d_c_karashar_color: "" - d_c_karasjohka_color: "" - d_c_karasu_color: "" - d_c_karatayak_color: "" - d_c_karatsagaan_color: "" - d_c_karauda_color: "" - d_c_karbala_color: "" - d_c_kargadan_color: "" - d_c_karghalik_color: "" - d_c_kargopol_color: "" - d_c_karkaraly_color: "" - d_c_karmanta_color: "" - d_c_karnten_color: "" - d_c_karor_color: "" - d_c_karran_color: "" - d_c_kartauzh_color: "" - d_c_kartli_color: "" - d_c_karur_color: "" - d_c_kasa_color: "" - d_c_kash_color: "" - d_c_kashgar_color: "" - d_c_kaska_color: "" - d_c_kaskelen_color: "" - d_c_kaski_color: "" - d_c_kasmira_color: "" - d_c_kassala_color: "" - d_c_kassel_color: "" - d_c_katagum_color: "" - d_c_kataka_color: "" - d_c_katehar_color: "" - d_c_kath_color: "" - d_c_kathmandu_color: "" - d_c_katsina_color: "" - d_c_katu_yaryk_color: "" - d_c_kayor_color: "" - d_c_kazan_color: "" - d_c_kazanskaya_color: "" - d_c_kazanskoye_color: "" - d_c_kazym_color: "" - d_c_kebbi_color: "" - d_c_keffi_color: "" - d_c_kempten_color: "" - d_c_kent_color: "" - d_c_kera_color: "" - d_c_kerak_color: "" - d_c_kerala_color: "" - d_c_kerch_color: "" - d_c_keriya_color: "" - d_c_kerken_color: "" - d_c_kermanshah_color: "" - d_c_kernave_color: "" - d_c_ketu_color: "" - d_c_keve_color: "" - d_c_kevrola_color: "" - d_c_khabur_color: "" - d_c_khachen_color: "" - d_c_khaplu_color: "" - d_c_khar_us_color: "" - d_c_kharam-vosh_color: "" - d_c_kharga_color: "" - d_c_khasagt_khairkhan_color: "" - d_c_khawr_color: "" - d_c_khaybar_color: "" - d_c_khentii_color: "" - d_c_kherson_color: "" - d_c_khetaka_color: "" - d_c_khijjingakota_color: "" - d_c_khinjali_mandala_color: "" - d_c_khiva_color: "" - d_c_khojand_color: "" - d_c_khokhoo_color: "" - d_c_kholmogory_color: "" - d_c_khopyor_color: "" - d_c_khortytsia_color: "" - d_c_khotan_color: "" - d_c_khotang_color: "" - d_c_khumar_color: "" - d_c_khurnak_color: "" - d_c_khuttal_color: "" - d_c_khuwar_color: "" - d_c_kiev_color: "" - d_c_kiia_color: "" - d_c_kinda_color: "" - d_c_kinda_sakun_color: "" - d_c_kingui_color: "" - d_c_kintus_color: "" - d_c_kiranapura_color: "" - d_c_kirillov_color: "" - d_c_kirkuk_color: "" - d_c_kirman_color: "" - d_c_kishsh_color: "" - d_c_kisi_color: "" - d_c_kita_color: "" - d_c_kitka_color: "" - d_c_kitoi_color: "" - d_c_kittila_color: "" - d_c_kiz_color: "" - d_c_kizir_color: "" - d_c_klarjeti_color: "" - d_c_kletsk_color: "" - d_c_klingenberg_color: "" - d_c_knin_color: "" - d_c_knittelfeld_color: "" - d_c_koblenz_color: "" - d_c_koda_color: "" - d_c_kodalaka_mandala_color: "" - d_c_koi-bagar_color: "" - d_c_kojuk_color: "" - d_c_kokenois_color: "" - d_c_kokoli_color: "" - d_c_kokpekty_color: "" - d_c_kol_color: "" - d_c_kolhapur_color: "" - d_c_kolobrzeg_color: "" - d_c_kolon_color: "" - d_c_kolyn_color: "" - d_c_kolyvan_color: "" - d_c_konda_ob_color: "" - d_c_kondana_color: "" - d_c_kondoma_color: "" - d_c_kong_color: "" - d_c_kongu_color: "" - d_c_konigsberg_color: "" - d_c_konko_color: "" - d_c_kono_color: "" - d_c_kontupohja_color: "" - d_c_konyan_color: "" - d_c_kopathal_color: "" - d_c_koppam_color: "" - d_c_kordofan_color: "" - d_c_korgon_color: "" - d_c_korinthos_color: "" - d_c_korosten_color: "" - d_c_korsun_color: "" - d_c_kos-buwak_color: "" - d_c_kos_uba_color: "" - d_c_koshuki_color: "" - d_c_kota_color: "" - d_c_kotera_color: "" - d_c_kotivarsa_color: "" - d_c_kotokel_color: "" - d_c_kotoko_color: "" - d_c_kotte_color: "" - d_c_kouga_color: "" - d_c_koutajoki_color: "" - d_c_kozelsk_color: "" - d_c_kozlov_color: "" - d_c_krajna_color: "" - d_c_krakowska_color: "" - d_c_kran_color: "" - d_c_kranj_color: "" - d_c_krasnoyarsk_color: "" - d_c_krasso_color: "" - d_c_krems_color: "" - d_c_kropot_color: "" - d_c_kru_color: "" - d_c_kucha_color: "" - d_c_kuchuk_color: "" - d_c_kufa_color: "" - d_c_kuisugu_color: "" - d_c_kujawy_color: "" - d_c_kukiya_color: "" - d_c_kuku_color: "" - d_c_kulan_utmas_color: "" - d_c_kulan_uynak_color: "" - d_c_kulunda_color: "" - d_c_kumaon_color: "" - d_c_kumasi_color: "" - d_c_kumkol_color: "" - d_c_kumtag_color: "" - d_c_kumych_color: "" - d_c_kundina_color: "" - d_c_kuozhou_color: "" - d_c_kuranko_color: "" - d_c_kurdar_color: "" - d_c_kurdistan_color: "" - d_c_kurgan_color: "" - d_c_kurgus_color: "" - d_c_kurmaed_color: "" - d_c_kurmina_color: "" - d_c_kursk_color: "" - d_c_kurumba_color: "" - d_c_kush-murun_color: "" - d_c_kusinagara_color: "" - d_c_kusumi_color: "" - d_c_kutch_color: "" - d_c_kuzbas_color: "" - d_c_kwahu-akyem_color: "" - d_c_kwararafa_color: "" - d_c_kyadya_color: "" - d_c_kyakyaru_color: "" - d_c_kyaukse_color: "" - d_c_kyin_color: "" - d_c_kymyl_tey_color: "" - d_c_kyunglung_color: "" - d_c_kyzistra_color: "" - d_c_kyzylkul_color: "" - d_c_la_marche_color: "" - d_c_labda_color: "" - d_c_labourd_color: "" - d_c_lachyk-uba_color: "" - d_c_laconia_color: "" - d_c_ladyzyn_color: "" - d_c_lag_dera_color: "" - d_c_laghwat_color: "" - d_c_lahur_color: "" - d_c_laia_color: "" - d_c_lakhnau_color: "" - d_c_laksmanavati_color: "" - d_c_lanarkshire_color: "" - d_c_lancashire_color: "" - d_c_lanciano_color: "" - d_c_landsberg_color: "" - d_c_langres_color: "" - d_c_lapusna_color: "" - d_c_lar_color: "" - d_c_lasta_color: "" - d_c_lecce_color: "" - d_c_leczycka_color: "" - d_c_legnica_color: "" - d_c_leh_color: "" - d_c_leicestershire_color: "" - d_c_leinster_color: "" - d_c_lena_color: "" - d_c_lenggu_color: "" - d_c_lenghu_color: "" - d_c_lennox_color: "" - d_c_leon_color: "" - d_c_lepsink_color: "" - d_c_leraba_color: "" - d_c_lesbos_color: "" - d_c_leuchtenburg_color: "" - d_c_lhagang_color: "" - d_c_lhari_color: "" - d_c_lhasa_color: "" - d_c_lhatok_color: "" - d_c_lhunze_color: "" - d_c_lhunzhub_color: "" - d_c_liangzhou_color: "" - d_c_liebnitz_color: "" - d_c_liege_color: "" - d_c_lienz_color: "" - d_c_lika_color: "" - d_c_lille_color: "" - d_c_limousin_color: "" - d_c_lincolnshire_color: "" - d_c_lingtsang_color: "" - d_c_linlithgowshire_color: "" - d_c_linz_color: "" - d_c_linze_color: "" - d_c_lippe_color: "" - d_c_lipto_color: "" - d_c_lisboa_color: "" - d_c_lisieux_color: "" - d_c_litang_color: "" - d_c_litomerice_color: "" - d_c_livs_color: "" - d_c_ljubljana_color: "" - d_c_lleida_color: "" - d_c_lobdaburg_color: "" - d_c_lobi_color: "" - d_c_lobo_color: "" - d_c_logudoro_color: "" - d_c_lolland_falster_color: "" - d_c_lombardia_color: "" - d_c_lomzynska_color: "" - d_c_lori_color: "" - d_c_loropeni_color: "" - d_c_lothian_color: "" - d_c_loulan_color: "" - d_c_lower_galatia_color: "" - d_c_lubeck_color: "" - d_c_lubelska_color: "" - d_c_lubusz_color: "" - d_c_lucca_color: "" - d_c_ludrava_color: "" - d_c_luki_color: "" - d_c_lukoml_color: "" - d_c_lumbini_color: "" - d_c_luneburg_color: "" - d_c_lunggar_color: "" - d_c_luni_color: "" - d_c_luntai_color: "" - d_c_luristan_color: "" - d_c_lusignan_color: "" - d_c_luuq_color: "" - d_c_luxembourg_color: "" - d_c_lviv_color: "" - d_c_lycandus_color: "" - d_c_lycaonia_color: "" - d_c_lycia_color: "" - d_c_lydia_color: "" - d_c_lyon_color: "" - d_c_lysva_color: "" - d_c_lyubim_color: "" - d_c_maab_color: "" - d_c_maan_color: "" - d_c_maastricht_color: "" - d_c_macon_color: "" - d_c_macva_color: "" - d_c_madaya_color: "" - d_c_madhupur_color: "" - d_c_madoi_color: "" - d_c_madrid_color: "" - d_c_madurai_color: "" - d_c_mafaza_color: "" - d_c_magadha_color: "" - d_c_magdeburg_color: "" - d_c_maghas_color: "" - d_c_magwe_color: "" - d_c_mahdiya_color: "" - d_c_mahishaka_color: "" - d_c_mahoba_color: "" - d_c_mahra_color: "" - d_c_mahur_color: "" - d_c_maine_color: "" - d_c_mainling_color: "" - d_c_mainz_color: "" - d_c_mait_color: "" - d_c_majar_color: "" - d_c_makhir_color: "" - d_c_malaga_color: "" - d_c_malagon_color: "" - d_c_malbork_color: "" - d_c_maldives_color: "" - d_c_maldwyn_color: "" - d_c_mallabhum_color: "" - d_c_mallorca_color: "" - d_c_malta_color: "" - d_c_mamprusi_color: "" - d_c_man_color: "" - d_c_mana_color: "" - d_c_manatau_color: "" - d_c_mandab_color: "" - d_c_mandapika_color: "" - d_c_mandavyapura_color: "" - d_c_mandestan_color: "" - d_c_mangnai_color: "" - d_c_mangra_color: "" - d_c_mangyshlak_color: "" - d_c_manikpur_color: "" - d_c_manipur_color: "" - d_c_mansfeld_color: "" - d_c_mansura_color: "" - d_c_manthang_color: "" - d_c_mantua_color: "" - d_c_manturovo_color: "" - d_c_maowun_color: "" - d_c_maqen_color: "" - d_c_maqu_color: "" - d_c_maragha_color: "" - d_c_marash_color: "" - d_c_marburg_color: "" - d_c_mareeg_color: "" - d_c_mark_color: "" - d_c_markam_color: "" - d_c_marmaros_color: "" - d_c_marrakesh_color: "" - d_c_marsabit_color: "" - d_c_marsan_color: "" - d_c_martyuba_color: "" - d_c_marvarrud_color: "" - d_c_masa_color: "" - d_c_masabadhan_color: "" - d_c_masalit_color: "" - d_c_masin_color: "" - d_c_massawa_color: "" - d_c_massina_color: "" - d_c_mathura_color: "" - d_c_mau_color: "" - d_c_mayo_color: "" - d_c_mayyafariqin_color: "" - d_c_mazandaran_color: "" - d_c_mazongshan_color: "" - d_c_mearns_color: "" - d_c_meaux_color: "" - d_c_mecca_color: "" - d_c_mecklenburg_color: "" - d_c_medantaka_color: "" - d_c_medapata_color: "" - d_c_medellin_color: "" - d_c_medelpad_color: "" - d_c_medina_color: "" - d_c_medjerda_color: "" - d_c_meissen_color: "" - d_c_meknes_color: "" - d_c_melilla_color: "" - d_c_melitene_color: "" - d_c_mema_color: "" - d_c_memar_color: "" - d_c_memel_color: "" - d_c_menorca_color: "" - d_c_merida_color: "" - d_c_merioneth_color: "" - d_c_meroe_color: "" - d_c_mersenburg_color: "" - d_c_merv_color: "" - d_c_mesembria_color: "" - d_c_mesopotamia_color: "" - d_c_messenia_color: "" - d_c_messina_color: "" - d_c_messukyla_color: "" - d_c_metz_color: "" - d_c_metzovo_color: "" - d_c_miastko_color: "" - d_c_middlesex_color: "" - d_c_midnapore_color: "" - d_c_miliez_color: "" - d_c_millau_color: "" - d_c_minbu_color: "" - d_c_minden_color: "" - d_c_minsk_color: "" - d_c_mithila_color: "" - d_c_modena_color: "" - d_c_modrus_color: "" - d_c_mogadishu_color: "" - d_c_mohadavasaka_color: "" - d_c_molina_color: "" - d_c_monferrato_color: "" - d_c_monkh_saridag_color: "" - d_c_monmouthshire_color: "" - d_c_montaigu_color: "" - d_c_montargis_color: "" - d_c_monterrei_color: "" - d_c_montpellier_color: "" - d_c_mora_color: "" - d_c_morarna_color: "" - d_c_moray_color: "" - d_c_more_color: "" - d_c_mosala_color: "" - d_c_moskva_color: "" - d_c_mosul_color: "" - d_c_mosynopolis_color: "" - d_c_moura_color: "" - d_c_mozhaysk_color: "" - d_c_mudgagiri_color: "" - d_c_mudug_color: "" - d_c_mugan_color: "" - d_c_mugodzhar_hills_color: "" - d_c_mulaka_color: "" - d_c_multan_color: "" - d_c_muluya_color: "" - d_c_mumo_color: "" - d_c_munchen_color: "" - d_c_munda_color: "" - d_c_munio_color: "" - d_c_munjan_color: "" - d_c_munster_color: "" - d_c_murcia_color: "" - d_c_murom_color: "" - d_c_murun_tomis_color: "" - d_c_murzuk_color: "" - d_c_muscat_color: "" - d_c_mustasaari_color: "" - d_c_muya_color: "" - d_c_mysia_color: "" - d_c_nabadwipa_color: "" - d_c_naddula_color: "" - d_c_naga_color: "" - d_c_nagarze_color: "" - d_c_nagauda_color: "" - d_c_nagchu_color: "" - d_c_nagormo_color: "" - d_c_naimisa_color: "" - d_c_naissus_color: "" - d_c_najera_color: "" - d_c_najran_color: "" - d_c_nakhshab_color: "" - d_c_naldurg_color: "" - d_c_nallamala_color: "" - d_c_nalu_color: "" - d_c_namandiru_color: "" - d_c_namdalfylki_color: "" - d_c_namur_color: "" - d_c_nancy_color: "" - d_c_nandana_color: "" - d_c_nang_color: "" - d_c_nangqen_color: "" - d_c_nantes_color: "" - d_c_nanumba_color: "" - d_c_napoli_color: "" - d_c_naqis_color: "" - d_c_narim_color: "" - d_c_narke_color: "" - d_c_narva_color: "" - d_c_narym_DZU_color: "" - d_c_nasaiya_color: "" - d_c_nasibin_color: "" - d_c_nasrabad_color: "" - d_c_nassau_color: "" - d_c_natangia_color: "" - d_c_naumberg_color: "" - d_c_naumburg_color: "" - d_c_naushki_color: "" - d_c_navarra_color: "" - d_c_navasarika_color: "" - d_c_naxos_color: "" - d_c_ndenye_color: "" - d_c_neamnt_color: "" - d_c_nedenes_color: "" - d_c_nedersticht_color: "" - d_c_negev_color: "" - d_c_nellore_color: "" - d_c_neopatras_color: "" - d_c_neramkary_color: "" - d_c_neufchateau_color: "" - d_c_nevers_color: "" - d_c_ngawa_color: "" - d_c_ngoring_color: "" - d_c_niani_color: "" - d_c_nice_color: "" - d_c_nicopolis_color: "" - d_c_nicosia_color: "" - d_c_niebla_color: "" - d_c_nih_color: "" - d_c_nihawand_color: "" - d_c_nikaea_color: "" - d_c_nikki_color: "" - d_c_nikopolis_color: "" - d_c_ninive_color: "" - d_c_niomi_color: "" - d_c_nishapur_color: "" - d_c_nizhny_novgorod_color: "" - d_c_nizwa_color: "" - d_c_njudung_color: "" - d_c_nordlingen_color: "" - d_c_nordmark_color: "" - d_c_nordrland_color: "" - d_c_norfolk_color: "" - d_c_north_riding_color: "" - d_c_northamptonshire_color: "" - d_c_northumberland_color: "" - d_c_norwegian_more_color: "" - d_c_nottinghamshire_color: "" - d_c_novara_color: "" - d_c_novgorod_color: "" - d_c_novgorod_seversky_color: "" - d_c_novogrudok_color: "" - d_c_novosil_color: "" - d_c_nugaal_color: "" - d_c_nuon_color: "" - d_c_nupe_color: "" - d_c_nurnberg_color: "" - d_c_nurtay_color: "" - d_c_nyagrong_color: "" - d_c_nyainrong_color: "" - d_c_nyalam_color: "" - d_c_nyemo_color: "" - d_c_nyene_color: "" - d_c_nyima_color: "" - d_c_nyingchi_color: "" - d_c_nyitra_color: "" - d_c_nyland_color: "" - d_c_nysa_color: "" - d_c_nzi_color: "" - d_c_ob_color: "" - d_c_odessa_color: "" - d_c_odishi_color: "" - d_c_odoyev_color: "" - d_c_ohrid_color: "" - d_c_oigon_color: "" - d_c_okangara_color: "" - d_c_oland_color: "" - d_c_olavinlinna_color: "" - d_c_oldenburg_color: "" - d_c_oleshye_color: "" - d_c_olkhon_color: "" - d_c_olmedo_color: "" - d_c_olomouc_color: "" - d_c_omsk_color: "" - d_c_onega_color: "" - d_c_onega_BJA_color: "" - d_c_ongi_color: "" - d_c_onsthia_color: "" - d_c_opanda_color: "" - d_c_opava_color: "" - d_c_opole_color: "" - d_c_orangallu_color: "" - d_c_orania_color: "" - d_c_orava_color: "" - d_c_orbetello_color: "" - d_c_orenburg_color: "" - d_c_orhei_color: "" - d_c_oriel_color: "" - d_c_orkney_color: "" - d_c_orlamunde_color: "" - d_c_orleans_color: "" - d_c_ormond_color: "" - d_c_orsha_color: "" - d_c_orvieto_color: "" - d_c_osel_color: "" - d_c_oshrusana_color: "" - d_c_oskol_color: "" - d_c_osnabruck_color: "" - d_c_ossory_color: "" - d_c_ostergotland_color: "" - d_c_osterland_color: "" - d_c_osterode_color: "" - d_c_ostfriesland_color: "" - d_c_otrar_color: "" - d_c_oudalan_color: "" - d_c_oulu_color: "" - d_c_outer_hebrides_color: "" - d_c_oversticht_color: "" - d_c_owu_color: "" - d_c_oxfordshire_color: "" - d_c_oyo_color: "" - d_c_pacatiana_color: "" - d_c_paderborn_color: "" - d_c_padua_color: "" - d_c_padum_color: "" - d_c_paeonia_color: "" - d_c_pagan_color: "" - d_c_pagania_color: "" - d_c_palakka_color: "" - d_c_palanga_color: "" - d_c_palermo_color: "" - d_c_pallas_color: "" - d_c_palmyra_color: "" - d_c_palniki_color: "" - d_c_pamphylia_color: "" - d_c_panaji_color: "" - d_c_panjgur_color: "" - d_c_pannagallu_color: "" - d_c_paphlagonia_color: "" - d_c_parma_color: "" - d_c_paro_color: "" - d_c_parsberg_color: "" - d_c_passau_color: "" - d_c_pavia_color: "" - d_c_pavlodar_color: "" - d_c_peaccam_color: "" - d_c_pecheneg_color: "" - d_c_pedersore_color: "" - d_c_pegu_color: "" - d_c_pelym_color: "" - d_c_pelyul_color: "" - d_c_pemako_color: "" - d_c_pembrokeshire_color: "" - d_c_pendjari_color: "" - d_c_penthievre_color: "" - d_c_penugonda_color: "" - d_c_penza_color: "" - d_c_perekop_color: "" - d_c_peremyshl_color: "" - d_c_peresopnytsia_color: "" - d_c_pereyaslavl_color: "" - d_c_perigord_color: "" - d_c_perm_color: "" - d_c_pest_color: "" - d_c_petropavl_color: "" - d_c_petropavolsk_color: "" - d_c_petrovsk_color: "" - d_c_philippopolis_color: "" - d_c_philomelium_color: "" - d_c_phiti_color: "" - d_c_phrygia_color: "" - d_c_pielinen_color: "" - d_c_pila_color: "" - d_c_pinsk_color: "" - d_c_pirin_color: "" - d_c_pisa_color: "" - d_c_pisidia_color: "" - d_c_pite_color: "" - d_c_pitten_color: "" - d_c_plasencia_color: "" - d_c_plocka_color: "" - d_c_plyos_color: "" - d_c_plzen_color: "" - d_c_po_color: "" - d_c_podor_color: "" - d_c_podrinje_color: "" - d_c_poitiers_color: "" - d_c_polesine_color: "" - d_c_polotsk_color: "" - d_c_polovragi_color: "" - d_c_pomoravlje_color: "" - d_c_pomorje_color: "" - d_c_pompeiopolis_color: "" - d_c_porto_color: "" - d_c_poszony_color: "" - d_c_povenets_color: "" - d_c_pozega_color: "" - d_c_poznanska_color: "" - d_c_praha_color: "" - d_c_pravia_color: "" - d_c_prayaga_color: "" - d_c_prenzlau_color: "" - d_c_prerov_color: "" - d_c_provence_color: "" - d_c_prusa_color: "" - d_c_przemkow_color: "" - d_c_pset_color: "" - d_c_pskov_color: "" - d_c_pudozh_color: "" - d_c_puigcerda_color: "" - d_c_pula_color: "" - d_c_punakha_color: "" - d_c_pundravardhana_color: "" - d_c_purang_color: "" - d_c_puri_color: "" - d_c_purig_color: "" - d_c_purushapura_color: "" - d_c_puttlingen_color: "" - d_c_putyvl_color: "" - d_c_qadisiya_color: "" - d_c_qain_color: "" - d_c_qalaafe_color: "" - d_c_qamdo_color: "" - d_c_qaryatan_color: "" - d_c_qashtiliya_color: "" - d_c_qasim_color: "" - d_c_qasr_ibrim_color: "" - d_c_qataa_color: "" - d_c_qatif_color: "" - d_c_qayaliq_color: "" - d_c_qazwin_color: "" - d_c_qilin_color: "" - d_c_qimr_color: "" - d_c_qinggil_color: "" - d_c_qinnasrin_color: "" - d_c_qom_color: "" - d_c_qoshagyl_color: "" - d_c_quercy_color: "" - d_c_qumarleb_color: "" - d_c_qumisha_color: "" - d_c_quqen_color: "" - d_c_quriltay_color: "" - d_c_qurta_color: "" - d_c_qus_color: "" - d_c_qusayr_color: "" - d_c_racakonda_color: "" - d_c_radha_color: "" - d_c_radomska_color: "" - d_c_ragusa_color: "" - d_c_rahba_color: "" - d_c_raimskoe_color: "" - d_c_rajanpur_color: "" - d_c_rajrappa_color: "" - d_c_rama_color: "" - d_c_ramagiri_color: "" - d_c_ramhurmuz_color: "" - d_c_ramu_color: "" - d_c_ranikot_color: "" - d_c_raniriki_color: "" - d_c_rano_color: "" - d_c_ranthambore_color: "" - d_c_raqqa_color: "" - d_c_ras_hafun_color: "" - d_c_raseiniai_color: "" - d_c_rashka_color: "" - d_c_rasht_color: "" - d_c_ratanpur_color: "" - d_c_ratibor_color: "" - d_c_ravenna_color: "" - d_c_ravensburg_color: "" - d_c_rayapura_color: "" - d_c_rayy_color: "" - d_c_rebgong_color: "" - d_c_regensburg_color: "" - d_c_reggio_calabria_color: "" - d_c_reims_color: "" - d_c_renandu_color: "" - d_c_reni_color: "" - d_c_rennes_color: "" - d_c_rethel_color: "" - d_c_reval_color: "" - d_c_rhodopes_color: "" - d_c_rhodos_color: "" - d_c_ribe_color: "" - d_c_rima_color: "" - d_c_ringkobing_color: "" - d_c_riqan_color: "" - d_c_rivsharan_color: "" - d_c_rogalandi_color: "" - d_c_rohana_color: "" - d_c_roing_color: "" - d_c_roma_color: "" - d_c_romen_color: "" - d_c_rosenheim_color: "" - d_c_roslavl_color: "" - d_c_ross_color: "" - d_c_rossano_color: "" - d_c_rossello_color: "" - d_c_rostock_color: "" - d_c_rothas_color: "" - d_c_rothenburg_color: "" - d_c_rouen_color: "" - d_c_rouergue_color: "" - d_c_rounala_color: "" - d_c_rudbar_color: "" - d_c_rugen_color: "" - d_c_rukhaj_color: "" - d_c_ruppin_color: "" - d_c_rusa_color: "" - d_c_rusafa_color: "" - d_c_rutog_color: "" - d_c_ruyan_color: "" - d_c_ryazan_color: "" - d_c_ryty_color: "" - d_c_saalum_color: "" - d_c_saarbrucken_color: "" - d_c_sabakyul_color: "" - d_c_sable_color: "" - d_c_sabzevar_color: "" - d_c_sacz_color: "" - d_c_safata_color: "" - d_c_sagaing_color: "" - d_c_sagar_color: "" - d_c_sagiz_color: "" - d_c_sagya_color: "" - d_c_sai_color: "" - d_c_saimara_color: "" - d_c_saintonge_color: "" - d_c_sakala_color: "" - d_c_sakarai_color: "" - d_c_sakmara_color: "" - d_c_salamanca_color: "" - d_c_salamat_color: "" - d_c_salavat_color: "" - d_c_salerno_color: "" - d_c_salinis_color: "" - d_c_salzburg_color: "" - d_c_samaiqan_color: "" - d_c_samander_color: "" - d_c_samar_color: "" - d_c_samar_VB_color: "" - d_c_samarkand_color: "" - d_c_samarra_color: "" - d_c_samatata_color: "" - d_c_sambalpur_color: "" - d_c_sambhal_color: "" - d_c_samiran_color: "" - d_c_samman_color: "" - d_c_samosata_color: "" - d_c_sanaa_color: "" - d_c_sancerre_color: "" - d_c_sanda_color: "" - d_c_sandomierska_color: "" - d_c_sandoway_color: "" - d_c_sangqu_color: "" - d_c_sanij_color: "" - d_c_sankt_gallen_color: "" - d_c_sankt_polten_color: "" - d_c_santiago_color: "" - d_c_saoura_color: "" - d_c_saptagrama_color: "" - d_c_saqsin_color: "" - d_c_sarakhs_color: "" - d_c_saran_color: "" - d_c_sarangpur_color: "" - d_c_sarasvata_mandala_color: "" - d_c_sarasvati_color: "" - d_c_saratov_color: "" - d_c_sardan_color: "" - d_c_saris_color: "" - d_c_sarkel_color: "" - d_c_sartlan_color: "" - d_c_sarykamysh_color: "" - d_c_sarysyn_color: "" - d_c_sasaram_color: "" - d_c_satakunta_color: "" - d_c_satala_color: "" - d_c_satfura_color: "" - d_c_satif_color: "" - d_c_satyapura_color: "" - d_c_saumur_color: "" - d_c_savalu_color: "" - d_c_savoie_color: "" - d_c_say_color: "" - d_c_sayn_color: "" - d_c_scalovia_color: "" - d_c_schaumberg_color: "" - d_c_schmalkalden_color: "" - d_c_schweibus_color: "" - d_c_sebasteia_color: "" - d_c_sebezh_color: "" - d_c_sebur_color: "" - d_c_selenga_color: "" - d_c_seleucia_color: "" - d_c_selge_color: "" - d_c_selpils_color: "" - d_c_semey_color: "" - d_c_semien_color: "" - d_c_sennar_color: "" - d_c_seno_color: "" - d_c_sens_color: "" - d_c_serae_color: "" - d_c_serres_color: "" - d_c_sertar_color: "" - d_c_sevede_color: "" - d_c_severin_color: "" - d_c_sevilla_color: "" - d_c_sevsk_color: "" - d_c_sewa_color: "" - d_c_sfax_color: "" - d_c_shabe_color: "" - d_c_shahrazur_color: "" - d_c_shahre-babak_color: "" - d_c_shaki_color: "" - d_c_shamir_color: "" - d_c_shanzhou_color: "" - d_c_shaqiq_color: "" - d_c_sharaf_color: "" - d_c_sharga_color: "" - d_c_sharka_color: "" - d_c_sharkiya_color: "" - d_c_shavgar_color: "" - d_c_shayzar_color: "" - d_c_shazhou_color: "" - d_c_shchuchinsk_color: "" - d_c_shelji_color: "" - d_c_shenkursk_color: "" - d_c_sherbro_color: "" - d_c_shetland_color: "" - d_c_shigar_color: "" - d_c_shiraz_color: "" - d_c_shirvan_color: "" - d_c_shishina_color: "" - d_c_shityy_color: "" - d_c_shor_color: "" - d_c_shorkot_color: "" - d_c_showa_color: "" - d_c_showak_color: "" - d_c_shropshire_color: "" - d_c_shughnan_color: "" - d_c_shunzhou_color: "" - d_c_siauliai_color: "" - d_c_sibi_color: "" - d_c_sibi_mali_color: "" - d_c_sibir_color: "" - d_c_sidamo_color: "" - d_c_siena_color: "" - d_c_sieradzka_color: "" - d_c_sif-i-umara_color: "" - d_c_siggevara_color: "" - d_c_sighnaq_color: "" - d_c_sijilmasa_color: "" - d_c_sikasso_color: "" - d_c_silla_color: "" - d_c_silves_color: "" - d_c_simaramapura_color: "" - d_c_sinai_color: "" - d_c_sinjar_color: "" - d_c_sinope_color: "" - d_c_sir_faesyfed_color: "" - d_c_siracusa_color: "" - d_c_sirhan_color: "" - d_c_sirjan_color: "" - d_c_sittaung_color: "" - d_c_sitti_color: "" - d_c_siwa_color: "" - d_c_siwistan_color: "" - d_c_sjaelland_color: "" - d_c_sjeltie_color: "" - d_c_skane_color: "" - d_c_skara_color: "" - d_c_skardu_color: "" - d_c_skolt_color: "" - d_c_skopje_color: "" - d_c_slesvig_color: "" - d_c_slupsk_color: "" - d_c_slutsk_color: "" - d_c_smolensk_color: "" - d_c_sobrarbe_color: "" - d_c_sochur_color: "" - d_c_socotra_color: "" - d_c_sodermannaland_color: "" - d_c_sog_color: "" - d_c_sogn_color: "" - d_c_sokode_color: "" - d_c_sokoto_color: "" - d_c_soldin_color: "" - d_c_soli_color: "" - d_c_solimana_color: "" - d_c_sombio_color: "" - d_c_somerset_color: "" - d_c_somnath_color: "" - d_c_somogy_color: "" - d_c_sonda_color: "" - d_c_songuu_aallar_color: "" - d_c_sopron_color: "" - d_c_soria_color: "" - d_c_soroca_color: "" - d_c_sorok_color: "" - d_c_sortavala_color: "" - d_c_soso_color: "" - d_c_sosva_color: "" - d_c_souf_color: "" - d_c_sous_color: "" - d_c_south_kordofan_color: "" - d_c_speyer_color: "" - d_c_spis_color: "" - d_c_spoleto_color: "" - d_c_spreewald_color: "" - d_c_sprottau_color: "" - d_c_sravasti_color: "" - d_c_sredets_color: "" - d_c_srihatta_color: "" - d_c_sriksetra_color: "" - d_c_sripatha_color: "" - d_c_sripuri_color: "" - d_c_srirangapatna_color: "" - d_c_stade_color: "" - d_c_staffordshire_color: "" - d_c_starodub_color: "" - d_c_stendal_color: "" - d_c_stettin_color: "" - d_c_stezycka_color: "" - d_c_sthanisvara_color: "" - d_c_stoenesti_color: "" - d_c_stoyanka_color: "" - d_c_strassburg_color: "" - d_c_strathearn_color: "" - d_c_strumica_color: "" - d_c_suakin_color: "" - d_c_subay_color: "" - d_c_subei_color: "" - d_c_suceava_color: "" - d_c_sudurland_color: "" - d_c_suenik_color: "" - d_c_suffolk_color: "" - d_c_sukhna_color: "" - d_c_sullum_color: "" - d_c_sumadija_color: "" - d_c_sumdo_color: "" - d_c_sundgau_color: "" - d_c_sungqu_color: "" - d_c_suondavara_color: "" - d_c_suriya_color: "" - d_c_surparaka_color: "" - d_c_surrah_color: "" - d_c_surrey_color: "" - d_c_sussex_color: "" - d_c_sutherland_color: "" - d_c_sutkend_color: "" - d_c_suvarnagram_color: "" - d_c_suvarnapura_color: "" - d_c_suyab_color: "" - d_c_suzdal_color: "" - d_c_suzhou_color: "" - d_c_svaneti_color: "" - d_c_swetaka_mandala_color: "" - d_c_syrrusafa_color: "" - d_c_syrte_color: "" - d_c_sysma_color: "" - d_c_szabolcs_color: "" - d_c_szatmar_color: "" - d_c_szekelyfold_color: "" - d_c_szekesfehervar_color: "" - d_c_szerem_color: "" - d_c_tabary_color: "" - d_c_tabassa_color: "" - d_c_tabla_butii_color: "" - d_c_tabon_color: "" - d_c_tabriz_color: "" - d_c_tabuk_color: "" - d_c_tadjoura_color: "" - d_c_tadla_color: "" - d_c_tadmekka_color: "" - d_c_tagadur_color: "" - d_c_tagali_color: "" - d_c_tagant_color: "" - d_c_taghaza_color: "" - d_c_tagul_color: "" - d_c_tahert_color: "" - d_c_tahoua_color: "" - d_c_taif_color: "" - d_c_taizz_color: "" - d_c_takkeda_color: "" - d_c_takon_color: "" - d_c_takrit_color: "" - d_c_takrur_color: "" - d_c_talakad_color: "" - d_c_talava_color: "" - d_c_talish_color: "" - d_c_tall_basma_color: "" - d_c_tall_hamid_color: "" - d_c_tamasna_color: "" - d_c_tambov_color: "" - d_c_tamentit_color: "" - d_c_tamiso_color: "" - d_c_tamralipti_color: "" - d_c_tana_color: "" - d_c_tanas_color: "" - d_c_tangiers_color: "" - d_c_tao_color: "" - d_c_tapsa_color: "" - d_c_tara_color: "" - d_c_taradavadi_color: "" - d_c_taraz_color: "" - d_c_targu_jiu_color: "" - d_c_targyl_color: "" - d_c_tarnowska_color: "" - d_c_tarragona_color: "" - d_c_tarsos_color: "" - d_c_tartas_SIB_color: "" - d_c_tarvagatai_color: "" - d_c_taskyl_color: "" - d_c_tavan_bogd_color: "" - d_c_tavasts_color: "" - d_c_tawang_color: "" - d_c_tayma_color: "" - d_c_taza_color: "" - d_c_tbilisi_color: "" - d_c_tecklenburg_color: "" - d_c_teke_color: "" - d_c_telemark_color: "" - d_c_temes_color: "" - d_c_temne_color: "" - d_c_tenggeli_color: "" - d_c_teniz_color: "" - d_c_ter_color: "" - d_c_teramo_color: "" - d_c_terebovl_color: "" - d_c_terek_pass_color: "" - d_c_terekli_color: "" - d_c_terektai_color: "" - d_c_teruel_color: "" - d_c_tesiin_gol_color: "" - d_c_tessalit_color: "" - d_c_teviotdale_color: "" - d_c_tewo_color: "" - d_c_tezu_color: "" - d_c_thabeik_taung_color: "" - d_c_thalabiya_color: "" - d_c_thaldat_color: "" - d_c_thalner_color: "" - d_c_thaton_color: "" - d_c_theodosiopolis_color: "" - d_c_thessalia_color: "" - d_c_thessaliotis_color: "" - d_c_thessalonika_color: "" - d_c_thiers_color: "" - d_c_thomond_color: "" - d_c_thouars_color: "" - d_c_thyatira_color: "" - d_c_tib_color: "" - d_c_tiberias_color: "" - d_c_tibesti_color: "" - d_c_tichitt_color: "" - d_c_tigheci_color: "" - d_c_tigre_color: "" - d_c_tihama_color: "" - d_c_tihamat-al-yamani_color: "" - d_c_tikhvin_color: "" - d_c_timbi_color: "" - d_c_tindouf_color: "" - d_c_tinmallal_color: "" - d_c_tirakka_color: "" - d_c_tiris_color: "" - d_c_tiruvannamalai_color: "" - d_c_tivoli_color: "" - d_c_tlemcen_color: "" - d_c_tmutarakan_color: "" - d_c_tobol_color: "" - d_c_tobruk_color: "" - d_c_todo_color: "" - d_c_tokumbay_color: "" - d_c_toledo_color: "" - d_c_tolna_color: "" - d_c_toma_color: "" - d_c_tomorbulag_color: "" - d_c_tomsk_color: "" - d_c_tonnerrois_color: "" - d_c_torangy_kul_color: "" - d_c_torda_color: "" - d_c_torema_color: "" - d_c_torne_color: "" - d_c_toro_color: "" - d_c_toropets_color: "" - d_c_tortoli_color: "" - d_c_tortona_color: "" - d_c_torun_color: "" - d_c_totma_color: "" - d_c_touat_color: "" - d_c_toulouse_color: "" - d_c_toungoo_color: "" - d_c_tourraine_color: "" - d_c_tovkhon_color: "" - d_c_trakai_color: "" - d_c_trandam_color: "" - d_c_trandheim_color: "" - d_c_travunia_color: "" - d_c_trebizond_color: "" - d_c_trenscen_color: "" - d_c_trent_color: "" - d_c_treviso_color: "" - d_c_tribandapura_color: "" - d_c_trier_color: "" - d_c_trigarta_color: "" - d_c_trikuta_color: "" - d_c_trincomalee_color: "" - d_c_tripoli_color: "" - d_c_tripolitana_color: "" - d_c_tripuri_color: "" - d_c_trongsa_color: "" - d_c_tropaeum_color: "" - d_c_troyes_color: "" - d_c_tsambagarau_color: "" - d_c_tsaparang_color: "" - d_c_tseel_color: "" - d_c_tselym_dalyn_color: "" - d_c_tudela_color: "" - d_c_tudgha_color: "" - d_c_tui_color: "" - d_c_tula_color: "" - d_c_tuluchezeva_color: "" - d_c_tulun_color: "" - d_c_tumak_color: "" - d_c_tumar_color: "" - d_c_tummana_color: "" - d_c_tun_color: "" - d_c_tunis_color: "" - d_c_tunka_color: "" - d_c_turan_color: "" - d_c_turgay_color: "" - d_c_turin_color: "" - d_c_turnovo_color: "" - d_c_turov_color: "" - d_c_turpan_color: "" - d_c_turuberan_color: "" - d_c_tus_color: "" - d_c_tustar_color: "" - d_c_tuulain_color: "" - d_c_tver_color: "" - d_c_tyendugu_color: "" - d_c_tyumen_color: "" - d_c_tzani_color: "" - d_c_ubins_color: "" - d_c_ubmejeiednuo_color: "" - d_c_ubulla_color: "" - d_c_uch_color: "" - d_c_uchangidurga_color: "" - d_c_uchkul_color: "" - d_c_udabhanda_color: "" - d_c_ufa_color: "" - d_c_uiska_color: "" - d_c_ujjayini_color: "" - d_c_ulaanbaatar_color: "" - d_c_ulaangom_color: "" - d_c_ulam_color: "" - d_c_ulan_chuzir_color: "" - d_c_ulan_ude_color: "" - d_c_ulantaiga_color: "" - d_c_uliastai_color: "" - d_c_uliuty_color: "" - d_c_ulm_color: "" - d_c_ulster_color: "" - d_c_ulu_jitanjik_color: "" - d_c_ulytau_color: "" - d_c_uman_color: "" - d_c_umiai_color: "" - d_c_ungvar_color: "" - d_c_upland_color: "" - d_c_upper_bono_color: "" - d_c_upper_ghur_color: "" - d_c_upper_gurma_color: "" - d_c_upper_khabur_color: "" - d_c_uqayr_color: "" - d_c_uraiyur_color: "" - d_c_ural_color: "" - d_c_uraltau_color: "" - d_c_urbino_color: "" - d_c_urgamal_color: "" - d_c_urgell_color: "" - d_c_urgun_color: "" - d_c_urmiya_color: "" - d_c_uses_color: "" - d_c_ushara_color: "" - d_c_ushmun_color: "" - d_c_ushytsia_color: "" - d_c_usora_color: "" - d_c_ustyug_color: "" - d_c_ustyurt_color: "" - d_c_uul_chors_color: "" - d_c_uulynkhol_color: "" - d_c_uvs_nuur_color: "" - d_c_uwal_color: "" - d_c_uzboy_color: "" - d_c_uzen_color: "" - d_c_uzgend_KARA_color: "" - d_c_vadodara_color: "" - d_c_vaihingen_color: "" - d_c_vaijayanti_color: "" - d_c_vairagara_color: "" - d_c_vairata_color: "" - d_c_vaisali_color: "" - d_c_valabhi_color: "" - d_c_valdai_color: "" - d_c_valencia_color: "" - d_c_valentinois_color: "" - d_c_valladolid_color: "" - d_c_valois_color: "" - d_c_vanemane_color: "" - d_c_vannes_color: "" - d_c_varanasi_color: "" - d_c_vardhamana_color: "" - d_c_varend_color: "" - d_c_vargashi_color: "" - d_c_varmland_color: "" - d_c_vas_color: "" - d_c_vaspurakan_color: "" - d_c_vastergotland_color: "" - d_c_vastmanland_color: "" - d_c_vastvag_color: "" - d_c_vasyugan_color: "" - d_c_vatapi_color: "" - d_c_vatsagulma_color: "" - d_c_vaucouleurs_color: "" - d_c_vecchio_color: "" - d_c_velay_color: "" - d_c_velbazhd_color: "" - d_c_velsk_color: "" - d_c_venadu_color: "" - d_c_venaissin_color: "" - d_c_vendome_color: "" - d_c_veneto_color: "" - d_c_venezia_color: "" - d_c_vengipura_color: "" - d_c_veria_color: "" - d_c_vermandois_color: "" - d_c_verona_color: "" - d_c_vestfold_color: "" - d_c_vestisland_color: "" - d_c_veszprem_color: "" - d_c_vhrbosna_color: "" - d_c_viborg_color: "" - d_c_vidin_color: "" - d_c_vidisa_color: "" - d_c_vidzeme_color: "" - d_c_viena_color: "" - d_c_vienna_color: "" - d_c_viennois_color: "" - d_c_viipuri_color: "" - d_c_vijayapura_color: "" - d_c_vijnot_color: "" - d_c_vikramapura_color: "" - d_c_villach_color: "" - d_c_vingulmork_color: "" - d_c_viraja_color: "" - d_c_viscaya_color: "" - d_c_viseu_color: "" - d_c_vitebsk_color: "" - d_c_viterbo_color: "" - d_c_vitim_color: "" - d_c_viviers_color: "" - d_c_vizagipatam_color: "" - d_c_vladimir_color: "" - d_c_vodamayutja_color: "" - d_c_vodi_color: "" - d_c_vodica_color: "" - d_c_vogtland_color: "" - d_c_voin_color: "" - d_c_volkovysk_color: "" - d_c_volodymyr_color: "" - d_c_vologda_color: "" - d_c_vorbasse_color: "" - d_c_voronezh_color: "" - d_c_votkinsk_color: "" - d_c_vratsa_color: "" - d_c_vrbas_color: "" - d_c_vukovar_color: "" - d_c_vyangi_color: "" - d_c_wa_color: "" - d_c_wabar_color: "" - d_c_wadai_color: "" - d_c_wadan_color: "" - d_c_waddan_color: "" - d_c_wadi_amur_color: "" - d_c_wadi_el-milk_color: "" - d_c_wagadugu_color: "" - d_c_waj_color: "" - d_c_wajda_color: "" - d_c_wajh_color: "" - d_c_wakhan_color: "" - d_c_wakhsh_color: "" - d_c_walata_color: "" - d_c_waldeck_color: "" - d_c_wandala_color: "" - d_c_waqisa_color: "" - d_c_wargla_color: "" - d_c_warwickshire_color: "" - d_c_wasit_color: "" - d_c_wassa_color: "" - d_c_welamo_color: "" - d_c_wellega_color: "" - d_c_wentugaole_color: "" - d_c_wenyon_color: "" - d_c_werle_color: "" - d_c_west-tokharestan_color: "" - d_c_west_kordofan_color: "" - d_c_west_qamuda_color: "" - d_c_west_riding_color: "" - d_c_western_tannu_color: "" - d_c_westfriesland_color: "" - d_c_westmorland_color: "" - d_c_wiek_color: "" - d_c_wielunska_color: "" - d_c_wiltberg_color: "" - d_c_wiltshire_color: "" - d_c_wittenberg_color: "" - d_c_wolgast_color: "" - d_c_wolkenstein_color: "" - d_c_wolpe_color: "" - d_c_wolqayt_color: "" - d_c_worcestershire_color: "" - d_c_wormditt_color: "" - d_c_worodugu_color: "" - d_c_wschowska_color: "" - d_c_wuda_color: "" - d_c_wuli_color: "" - d_c_wuluhai_color: "" - d_c_wurttemberg_color: "" - d_c_wurzburg_color: "" - d_c_xainza_color: "" - d_c_xaitongmoin_color: "" - d_c_xigaze_color: "" - d_c_xigortang_color: "" - d_c_xingqing_color: "" - d_c_xining_color: "" - d_c_yabrin_color: "" - d_c_yagba_color: "" - d_c_yaitsk_color: "" - d_c_yalala_color: "" - d_c_yalong_color: "" - d_c_yamama_color: "" - d_c_yamethin_color: "" - d_c_yanbu_color: "" - d_c_yangikent_color: "" - d_c_yangjibaliq_color: "" - d_c_yangwarok_color: "" - d_c_yanokul_color: "" - d_c_yar-calli_color: "" - d_c_yarkand_color: "" - d_c_yaroslavl_color: "" - d_c_yasin_color: "" - d_c_yatenga_color: "" - d_c_yatvyagi_color: "" - d_c_yau_color: "" - d_c_yauri_color: "" - d_c_yazd_color: "" - d_c_yekaterinburg_color: "" - d_c_yelimane_color: "" - d_c_yenisei_color: "" - d_c_yenshipin_color: "" - d_c_yera_color: "" - d_c_yijinai_color: "" - d_c_yongdeng_color: "" - d_c_yoshkar-ola_color: "" - d_c_yperen_color: "" - d_c_yumen_color: "" - d_c_yumenguan_color: "" - d_c_zabid_color: "" - d_c_zabulistan_color: "" - d_c_zachlumia_color: "" - d_c_zadar_color: "" - d_c_zadoi_color: "" - d_c_zagorje_color: "" - d_c_zagreb_color: "" - d_c_zagros_mediae_color: "" - d_c_zaila_color: "" - d_c_zakroczymska_color: "" - d_c_zamindawar_color: "" - d_c_zamm_color: "" - d_c_zammour_color: "" - d_c_zamora_color: "" - d_c_zanjan_color: "" - d_c_zarafshan_color: "" - d_c_zaragoza_color: "" - d_c_zarand_color: "" - d_c_zaranj_color: "" - d_c_zaria_color: "" - d_c_zarma_color: "" - d_c_zarman_color: "" - d_c_zaslavl_color: "" - d_c_zatec_color: "" - d_c_zavrsje_color: "" - d_c_zawila_color: "" - d_c_zeeland_color: "" - d_c_zekog_color: "" - d_c_zela_color: "" - d_c_zelengora_color: "" - d_c_zemigalians_color: "" - d_c_zemplen_color: "" - d_c_zetang_color: "" - d_c_zhagyab_color: "" - d_c_zhenfan_color: "" - d_c_zherkovo_color: "" - d_c_zhidoi_color: "" - d_c_zhongba_color: "" - d_c_zhytomyr_color: "" - d_c_zichia_color: "" - d_c_zirkuh_color: "" - d_c_ziz_color: "" - d_c_zlatibor_color: "" - d_c_znojmo_color: "" - d_c_zogang_color: "" - d_c_zoige_color: "" - d_c_zollern_color: "" - d_c_zolyom_color: "" - d_c_zurich_color: "" - d_c_zutphen_color: "" - d_c_zvyahel_color: "" \ No newline at end of file From 74c109d9274d45c64128d061d33c446acd9f5e18 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:11:24 -0500 Subject: [PATCH 196/339] Some Alan/Hun tweaks * Sacromonsti and Fotissi merged into a single Hunnic vassal of Moesogoths * (Orleans) Alans made foederatus of Soisssons * Split the various Alanic dynasties to prevent them being a singular dynasty --- WtWSMS/common/dynasties/_LM_dynasties.txt | 8 ++++++ .../dynasty_houses/BP_dynasty_houses.txt | 6 ----- .../landed_titles/BP_titles_east_iranian.txt | 3 --- .../landed_titles/BP_titles_turco_mongol.txt | 26 ------------------- WtWSMS/common/on_action/BP_game_start.txt | 16 +++++------- .../history/characters/_LM_new_characters.txt | 15 +++++------ .../history/titles/BP_titles_turco_mongol.txt | 12 --------- .../history/titles/bp_k_moesia_superior.txt | 10 +++++-- .../english/BP_titles_l_english.yml | 13 +++++----- .../BP_dynasty_names_unsorted_l_english.yml | 1 + 10 files changed, 36 insertions(+), 74 deletions(-) diff --git a/WtWSMS/common/dynasties/_LM_dynasties.txt b/WtWSMS/common/dynasties/_LM_dynasties.txt index 7ecb9ff048..fa06653ee8 100644 --- a/WtWSMS/common/dynasties/_LM_dynasties.txt +++ b/WtWSMS/common/dynasties/_LM_dynasties.txt @@ -34,3 +34,11 @@ hunnic_dynn_tarkhanid = { name = dynn_Tarkhanid culture = hunnic } +alan_dynn_gokarid = { + name = dynn_Gokarid + culture = alan +} +alan_dynn_sambid = { + name = dynn_Sambid + culture = alan +} \ No newline at end of file diff --git a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt index 72ff7f9052..fd45b6eb6d 100644 --- a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt +++ b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt @@ -42,12 +42,6 @@ house_gushnaspid = { dynasty = 1042070 } -#Alan Houses -house_alan_gokarids = { - name = dynn_Gokarid - dynasty = 10424625 -} - #Other Houses house_agilolfing_old_frankish = { name = dynn_Agilolfing diff --git a/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt b/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt index 77a0a9f617..1bfa3a3f3b 100644 --- a/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt +++ b/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt @@ -7,7 +7,6 @@ k_respendalid = { color = { 255 153 102 } ignore_titularity_for_title_weighting = yes - definite_form = yes ai_primary_priority = { if = { limit = { culture = culture:alan } @@ -20,7 +19,6 @@ d_valentois_alans = { color = { 255 153 102 } capital = c_valentinois #Valentiois ignore_titularity_for_title_weighting = yes - definite_form = yes ai_primary_priority = { if = { limit = { culture = culture:alan } @@ -33,7 +31,6 @@ d_orleans_alans = { color = { 255 153 102 } capital = c_orleans #Orleans ignore_titularity_for_title_weighting = yes - definite_form = yes ai_primary_priority = { if = { limit = { culture = culture:alan } diff --git a/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt b/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt index e1c71d4744..b8ec73fc69 100644 --- a/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt +++ b/WtWSMS/common/landed_titles/BP_titles_turco_mongol.txt @@ -24,32 +24,6 @@ e_hunnic_empire = { can_create_on_partition = { creation_trigger_e_hunnic_empire_trigger = yes } } #Hunnic Successor States -d_sacromontisi = { - color={ 60 60 60 } - capital = c_craiova - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:hunnic } - add = @correct_culture_primary_score - } - } - - can_create = {} -} -d_fossatisii = { - color={ 60 60 60 } - capital = c_vidin - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:hunnic } - add = @correct_culture_primary_score - } - } - - can_create = {} -} k_tuldilanids = { #Tuldila's host color={ 60 60 60 } capital = c_giurgiu diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 440e7ffa9b..9598473a0d 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -994,16 +994,6 @@ setup_vassal_contracts = { TRIBUTARY = title:d_scythia.holder SUZERAIN = title:e_byzantium.holder } - make_tributary = { - TYPE = foederatus_tributary - TRIBUTARY = title:d_sacromontisi.holder - SUZERAIN = title:e_byzantium.holder - } - make_tributary = { - TYPE = foederatus_tributary - TRIBUTARY = title:d_fossatisii.holder - SUZERAIN = title:e_byzantium.holder - } make_tributary = { TYPE = tributary_permanent TRIBUTARY = title:k_sarir.holder @@ -1113,6 +1103,12 @@ setup_vassal_contracts = { TRIBUTARY = title:d_acatiri.holder SUZERAIN = title:e_hunnic_empire.holder } + #Orleans Alans + make_tributary = { + TYPE = foederatus_tributary + TRIBUTARY = title:d_orleans_alans.holder + SUZERAIN = title:k_soissons.holder + } } } other_title_effects = { diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 61eb2639b6..8bd80e2a59 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2366,7 +2366,7 @@ HeruliChar102 = { #Alan alan_chieftain_1 = { name = "Gokar" # Goar PLRE Vol 2; Alan chieftain who submits to the Romans in 410 - dynasty_house = house_alan_gokarids + dynasty = alan_dynn_gokarid religion = "scythian_pagan" culture = "alan" #Not clear that Gokar/Goar was related to Respendial, but almost certainly wasn't a son (much less @@ -2382,7 +2382,7 @@ alan_chieftain_1 = { } alan_chieftain_2 = { name = "Sangipan" #Sangibanus PLRE Vol 2; Alan chieftain settled in Orleans in 440 who fight in the Catalaunian plains - dynasty_house = house_alan_gokarids + dynasty = alan_dynn_gokarid religion = "scythian_pagan" culture = "alan" father = alan_chieftain_1 @@ -2397,7 +2397,7 @@ alan_chieftain_2 = { #so have Ashot convert in 476 so the successor will be Christian AmoricanAlanChieftan000 = { name = Alatey - dynasty_house = house_alan_gokarids + dynasty = alan_dynn_gokarid religion = scythian_pagan culture = alano_galloroman father = alan_chieftain_2 @@ -2407,7 +2407,7 @@ AmoricanAlanChieftan000 = { } AmoricanAlanChieftan001 = { name = Ashot - dynasty_house = house_alan_gokarids + dynasty = alan_dynn_gokarid religion = scythian_pagan culture = alano_galloroman father = AmoricanAlanChieftan000 @@ -2417,7 +2417,7 @@ AmoricanAlanChieftan001 = { } AmoricanAlanChieftan002 = { name = Pulad - dynasty_house = house_alan_gokarids + dynasty = alan_dynn_gokarid religion = nicene culture = alano_galloroman father = AmoricanAlanChieftan001 @@ -2427,16 +2427,15 @@ AmoricanAlanChieftan002 = { #The Southern Gallic Alans alan_chieftain_3 = { name = "Sambida" #Sambida PLRE Vol 2; Alan chieftain settled in Valentinois in 440 - dynasty_house = house_alan_gokarids + dynasty = alan_dynn_sambid religion = "scythian_pagan" culture = "alan" - father = alan_chieftain_1 407.1.1 = { birth = yes } 450.1.1 = { death = yes } } alan_chieftain_4 = { name = "Buurgur" #Beorgor PLRE Vol 2; Alan chieftain settled in Valentinois in 450 - dynasty_house = house_alan_gokarids + dynasty = alan_dynn_sambid religion = "scythian_pagan" culture = "alan" father = alan_chieftain_3 diff --git a/WtWSMS/history/titles/BP_titles_turco_mongol.txt b/WtWSMS/history/titles/BP_titles_turco_mongol.txt index acb4e4aaca..3c85e01045 100644 --- a/WtWSMS/history/titles/BP_titles_turco_mongol.txt +++ b/WtWSMS/history/titles/BP_titles_turco_mongol.txt @@ -36,18 +36,6 @@ holder = 69 # Ernak } } -d_sacromontisi = { #Hunnic remnant surviving to Jordanes time (550s) - 453.1.1 = { - holder = HunnicSacromontisi000 - government = tribal_government - } -} -d_fossatisii = { - 453.1.1 = { - holder = HunnicFossatisii000 - government = tribal_government - } -} k_tuldilanids = { #Tuldila's host 454.1.1 = { holder = TuldilaHost000 diff --git a/WtWSMS/history/titles/bp_k_moesia_superior.txt b/WtWSMS/history/titles/bp_k_moesia_superior.txt index 71c4dd8cb4..370e95bc75 100644 --- a/WtWSMS/history/titles/bp_k_moesia_superior.txt +++ b/WtWSMS/history/titles/bp_k_moesia_superior.txt @@ -211,7 +211,9 @@ c_vidin = { 600.1.1 = { change_development_level = 4 } #Slavic/Avar raiding & colonization 700.1.1 = { change_development_level = 5 } #Rulers - 453.1.1 = { holder = HunnicFossatisii000 } #Ultzindur + 465.1.1={ holder=215002 } + 500.1.1={ holder=6829 } + 540.1.1={ holder=6831 } } c_vratsa = { #Development @@ -222,5 +224,9 @@ c_vratsa = { 400.1.1 = { change_development_level = 6 } 600.1.1 = { change_development_level = 9 } #Rulers - 453.1.1 = { holder = HunnicSacromontisi000 } #Emnetzur + 453.1.1 = { #Emnetzur + holder = HunnicSacromontisi000 + liege = d_thracian_goths + government = tribal_government + } } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 972c3c1817..f0f14ccada 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -977,10 +977,6 @@ #### Turco-Mongol Titles e_hunnic_empire: "Hunnic Empire" e_hunnic_empire_adj: "Hunnic" - d_sacromontisi: "Sacromontisi" - d_sacromontisi_adj: "Sacromontisian" - d_fossatisii: "Fossatisii" - d_fossatisii_adj: "Fossatisiian" k_tuldilanids: "Tuldilanids" k_tuldilanids_adj: "Tuldilanid" e_rouran:0 "Rouran Khaganate" @@ -1156,11 +1152,14 @@ d_kolochins_adj: "Kolochin" #### East Iranians - k_respendalid: "Regnum Alanorum" + k_respendalid_article: "the " + k_respendalid: "Alans" k_respendalid_adj: "Alan" - d_orleans_alans: "Regnulum Alanorum" + d_orleans_alans_article: "the " + d_orleans_alans: "Alans" d_orleans_alans_adj: "Alan" - d_valentois_alans: "Regnulum Alanorum Valentiā" + d_valentois_alans_article: "the " + d_valentois_alans: "Alans" d_valentois_alans_adj: "Alan" #### Eastern Titles diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index 90033d9f27..7f0e63c02d 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -408,4 +408,5 @@ dynn_Jadi: "Jadi" #Alans dynn_Gokarid: "Gokarid" + dynn_Sambid: "Sambid" From c97d39da8228651c00e4825cefff5247827d6df2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:25:10 -0500 Subject: [PATCH 197/339] Fixups to 1.8.0 for branch --- WtWSMS/common/religion/doctrines/00_core_tenets.txt | 2 +- WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt | 2 +- _development_utilities/_BP_pre_release_errors.info | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WtWSMS/common/religion/doctrines/00_core_tenets.txt b/WtWSMS/common/religion/doctrines/00_core_tenets.txt index 854c42710b..9e88a50fbb 100644 --- a/WtWSMS/common/religion/doctrines/00_core_tenets.txt +++ b/WtWSMS/common/religion/doctrines/00_core_tenets.txt @@ -3489,7 +3489,7 @@ } tenet_complex_exegesis = { - icon = core_tenet_bigbook + icon = core_tenet_literalism is_shown = { OR = { diff --git a/WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt b/WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt index 3aae018307..70f17de7ba 100644 --- a/WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt +++ b/WtWSMS/common/religion/doctrines/BP_doctrines_dualist.txt @@ -121,7 +121,7 @@ # Multiplier for keeping same doctrine if = { - limit = { has_doctrine = tenet_hellenism_syncretism } + limit = { has_doctrine = tenet_hellenic_syncretism } multiply = gnostic_doctrine_gnostic_syncretism_unchanged_mult } } diff --git a/_development_utilities/_BP_pre_release_errors.info b/_development_utilities/_BP_pre_release_errors.info index 86b424aa04..2ed22333fc 100644 --- a/_development_utilities/_BP_pre_release_errors.info +++ b/_development_utilities/_BP_pre_release_errors.info @@ -1,7 +1,7 @@ ### Babies having babies errors (24 remaining) [characterhistory.cpp:756]: ###Error cause by new iranian paganism religion -[jomini_script_system.cpp:262]: Script system error! +[jomini_script_system.cpp:263]: Script system error! Error: calc_culture_dominant_religion trigger [ Failed context switch ] Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 19 Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 27 From c640ca18c328e36bd271bfa2ec60c1aeaebee954 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:35:05 -0500 Subject: [PATCH 198/339] Merged in British work Britannia Prima (2) Gwinntguic, Artrebatia, Dumnonia, Whitwara, Meonwara, Glevum Britannia Prima (1) * Meonwara and Whitwara Jutes Wrap up England Gywras holdings Middlesex and Surrey Both regions are poorly attested but appear to have been under domination of other groups, so represented as independent tribals under tributary relationship with other petty kings Implement Deria history * Follows History Files argument * Deria in 476 is a tributary of Ebaracum (York) * Filled in dynasty tree with putative Anglo-Saxon family tree for Deria. Britannia Rework (2) * East Anglia * Herefinna is anachronastic; made Middil Engles instead * Restricted Anglo settlement some more as Middil Engles were more a breakout * Replaced *gywra with *folc titles for increased accuracy in East Anglia Britannia rework * Canterbury & Middlesex done --- .../dynasties/_lt_rascek_BP_dynasties.txt | 5 + .../common/landed_titles/BP_e_britannia.txt | 310 ++++++++---- .../BP_empire_roman_successors.txt | 5 + .../landed_titles/BP_titles_germanics.txt | 148 ++++-- WtWSMS/common/landed_titles/_BP.info | 5 + WtWSMS/common/on_action/BP_game_start.txt | 16 + .../on_action/sea_minority_game_start.txt | 19 +- WtWSMS/events/_T4N/T4N_tributaries.txt | 1 - WtWSMS/history/_TODO_FIXME_history.info | 2 +- .../_lt_rascek_changed_characters.txt | 132 +++++- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 443 ++++++++++++++++++ .../characters/_lt_rascek_new_chars.txt | 89 ++++ WtWSMS/history/characters/anglo.txt | 39 +- WtWSMS/history/characters/jute.txt | 59 +-- WtWSMS/history/characters/old_saxon.txt | 37 +- .../provinces/bp_k_britannia_prima.txt | 34 +- .../provinces/bp_k_britannia_secunda.txt | 2 +- WtWSMS/history/provinces/bp_k_england.txt | 60 +-- .../titles/BP_empire_roman_successors.txt | 15 +- WtWSMS/history/titles/BP_titles_germanic.txt | 152 ++++-- .../history/titles/bp_k_britannia_prima.txt | 207 +++----- .../history/titles/bp_k_britannia_secunda.txt | 26 +- WtWSMS/history/titles/bp_k_england.txt | 189 +++----- .../BP_titles_cultural_names_l_english.yml | 4 +- .../english/BP_titles_l_english.yml | 44 +- .../BP_dynasty_names_unsorted_l_english.yml | 1 - ...kerwanderung_additional_name_l_english.yml | 8 + .../triggers/BP_interactions_l_english.yml | 2 +- .../_BP_pre_release_errors.info | 2 +- .../tribal_character_history_generator.py | 10 +- 30 files changed, 1398 insertions(+), 668 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 95a618cfea..a5ba47a5d0 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -436,6 +436,11 @@ roman_dynn_gabinius = { name = dynn_Gabinius culture = romano_thracian } +#Vortigern +romano_british_dynn_vortigern = { + name = dynn_Véjtrò + culture = romano_british +} #North Germanic Dynasties norse_dynn_aethelrugi = { diff --git a/WtWSMS/common/landed_titles/BP_e_britannia.txt b/WtWSMS/common/landed_titles/BP_e_britannia.txt index 962d68adb8..4c44df9471 100644 --- a/WtWSMS/common/landed_titles/BP_e_britannia.txt +++ b/WtWSMS/common/landed_titles/BP_e_britannia.txt @@ -272,7 +272,7 @@ e_britannia = { province = 1505 cultural_names = { #Celtic Cultures - name_list_briton = cn_pont-y-din + name_list_briton = cn_pont-y-din #Germanic Names name_list_old_saxon = cn_tunrychge name_list_anglo = cn_tunrychge @@ -322,7 +322,7 @@ e_britannia = { province = 1511 cultural_names = { #Celtic Cultures - name_list_briton = cn_rhydaur + name_list_briton = cn_rhydaur #Germanic Names name_list_old_saxon = cn_guldeford name_list_anglo = cn_guldeford @@ -773,15 +773,6 @@ e_britannia = { name_list_anglo_saxon = cn_herutford } - b_berkhamsted = { - province = 1531 - cultural_names = { - #Germanic Cultures - name_list_old_saxon = cn_beorhthanstadae - name_list_anglo = cn_beorhthanstadae - } - color = { 250 35 35 } - } b_saint_albans = { province = 1532 cultural_names = { @@ -811,6 +802,15 @@ e_britannia = { } color = { 250 35 35 } } + b_berkhamsted = { + province = 1531 + cultural_names = { + #Germanic Cultures + name_list_old_saxon = cn_beorhthanstadae + name_list_anglo = cn_beorhthanstadae + } + color = { 250 35 35 } + } b_hertford = { province = 1533 cultural_names = { @@ -828,11 +828,54 @@ e_britannia = { color = { 200 25 25 } cultural_names = { + #Roman Cultures + name_list_roman = cn_magiovinium + name_list_romano_gallic = cn_magiovinium + name_list_romano_hispanic = cn_magiovinium + name_list_romano_british = cn_magiovinium + name_list_romano_african = cn_magiovinium + name_list_romano_raetian = cn_magiovinium + name_list_romano_thracian = cn_magiovinium + name_list_romano_illyrian = cn_magiovinium + name_list_romano_pannonian = cn_magiovinium + name_list_dalmatian = cn_magiovinium + name_list_romano_noric = cn_magiovinium + name_list_romano_gothic = cn_magiovinium + name_list_romano_dacian = cn_magiovinium + name_list_romano_frank = cn_magiovinium + name_list_romano_aramean = cn_magiovinium + name_list_romano_vandalic = cn_magiovinium + #Germanics name_list_old_saxon = cn_buccaham name_list_anglo = cn_buccaham name_list_anglo_saxon = cn_buccingahamm } + b_newport = { + province = 1553 + cultural_names = { + #Roman Cultures + name_list_roman = cn_magiovinium + name_list_romano_gallic = cn_magiovinium + name_list_romano_hispanic = cn_magiovinium + name_list_romano_british = cn_magiovinium + name_list_romano_african = cn_magiovinium + name_list_romano_raetian = cn_magiovinium + name_list_romano_thracian = cn_magiovinium + name_list_romano_illyrian = cn_magiovinium + name_list_romano_pannonian = cn_magiovinium + name_list_dalmatian = cn_magiovinium + name_list_romano_noric = cn_magiovinium + name_list_romano_gothic = cn_magiovinium + name_list_romano_dacian = cn_magiovinium + name_list_romano_frank = cn_magiovinium + name_list_romano_aramean = cn_magiovinium + name_list_romano_vandalic = cn_magiovinium + #Germanics + name_list_anglo_saxon = cn_neuport + } + color = { 200 25 25 } + } b_buckingham = { province = 1551 cultural_names = { @@ -850,13 +893,6 @@ e_britannia = { } color = { 200 25 25 } } - b_newport = { - province = 1553 - cultural_names = { - name_list_anglo_saxon = cn_neuport - } - color = { 200 25 25 } - } b_wycombe = { province = 1554 color = { 200 25 25 } @@ -869,6 +905,34 @@ e_britannia = { name_list_anglo_saxon = cn_huntandun } + b_peterborough = { + province = 1601 + cultural_names = { + #Roman Cultures + name_list_roman = cn_durobrivae + name_list_romano_gallic = cn_durobrivae + name_list_romano_hispanic = cn_durobrivae + name_list_romano_british = cn_durobrivae + name_list_romano_african = cn_durobrivae + name_list_romano_raetian = cn_durobrivae + name_list_romano_thracian = cn_durobrivae + name_list_romano_illyrian = cn_durobrivae + name_list_romano_pannonian = cn_durobrivae + name_list_dalmatian = cn_durobrivae + name_list_romano_noric = cn_durobrivae + name_list_romano_gothic = cn_durobrivae + name_list_romano_dacian = cn_durobrivae + name_list_romano_frank = cn_durobrivae + name_list_romano_aramean = cn_durobrivae + name_list_romano_vandalic = cn_durobrivae + #Celtic cultures + name_list_briton = cn_cair_bedr + #Germanic Cultures + name_list_anglo = cn_medeshamstede + name_list_old_saxon = cn_medeshamstede + } + color = { 125 5 5 } + } b_hurstingstone = { province = 1541 color = { 175 40 55 } @@ -913,45 +977,35 @@ e_britannia = { b_northampton = { province = 1600 cultural_names = { + #Roman Cultures + name_list_roman = cn_lactodorum + name_list_romano_gallic = cn_lactodorum + name_list_romano_hispanic = cn_lactodorum + name_list_romano_british = cn_lactodorum + name_list_romano_african = cn_lactodorum + name_list_romano_raetian = cn_lactodorum + name_list_romano_thracian = cn_lactodorum + name_list_romano_illyrian = cn_lactodorum + name_list_romano_pannonian = cn_lactodorum + name_list_dalmatian = cn_lactodorum + name_list_romano_noric = cn_lactodorum + name_list_romano_gothic = cn_lactodorum + name_list_romano_dacian = cn_lactodorum + name_list_romano_frank = cn_lactodorum + name_list_romano_aramean = cn_lactodorum + name_list_romano_vandalic = cn_lactodorum #Germanic Cultures name_list_anglo = cn_hamtune name_list_old_saxon = cn_hamtune } color = { 125 5 5 } } - b_peterborough = { - province = 1601 - cultural_names = { - #Roman Cultures - name_list_roman = cn_durobrivae - name_list_romano_gallic = cn_durobrivae - name_list_romano_hispanic = cn_durobrivae - name_list_romano_british = cn_durobrivae - name_list_romano_african = cn_durobrivae - name_list_romano_raetian = cn_durobrivae - name_list_romano_thracian = cn_durobrivae - name_list_romano_illyrian = cn_durobrivae - name_list_romano_pannonian = cn_durobrivae - name_list_dalmatian = cn_durobrivae - name_list_romano_noric = cn_durobrivae - name_list_romano_gothic = cn_durobrivae - name_list_romano_dacian = cn_durobrivae - name_list_romano_frank = cn_durobrivae - name_list_romano_aramean = cn_durobrivae - name_list_romano_vandalic = cn_durobrivae - #Celtic cultures - name_list_briton = cn_cair_bedr - #Germanic Cultures - name_list_anglo = cn_medeshamstede - name_list_old_saxon = cn_medeshamstede - } - color = { 125 5 5 } - } b_kettering = { province = 1602 cultural_names = { - #Celtic cultures - name_list_briton = cn_brogydrin + + #Celtic cultures + name_list_briton = cn_brogydrin #Germanic Cultures name_list_anglo = cn_cytringan name_list_old_saxon = cn_cytringan @@ -3586,25 +3640,27 @@ e_britannia = { } c_berkshire = { color = { 255 100 25 } - - b_reading = { - province = 1555 - cultural_names = { - #Central Germanic Cultures - name_list_anglo = cn_readingum - name_list_old_saxon = cn_readingum - #Celtic Cultures - name_list_briton = cn_rhyddinge - } - color = { 255 100 25 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_venta_atrebatum + name_list_romano_gallic = cn_venta_atrebatum + name_list_romano_hispanic = cn_venta_atrebatum + name_list_romano_british = cn_venta_atrebatum + name_list_romano_african = cn_venta_atrebatum + name_list_romano_raetian = cn_venta_atrebatum + name_list_romano_thracian = cn_venta_atrebatum + name_list_romano_illyrian = cn_venta_atrebatum + name_list_romano_pannonian = cn_venta_atrebatum + name_list_dalmatian = cn_venta_atrebatum + name_list_romano_noric = cn_venta_atrebatum + name_list_romano_gothic = cn_venta_atrebatum + name_list_romano_dacian = cn_venta_atrebatum + name_list_romano_frank = cn_venta_atrebatum + name_list_romano_aramean = cn_venta_atrebatum + name_list_romano_vandalic = cn_venta_atrebatum } b_newbury = { province = 1556 - - color = { 255 100 25 } - } - b_abingdon = { - province = 1557 cultural_names = { #Roman Cultures name_list_roman = cn_venta_atrebatum @@ -3626,6 +3682,21 @@ e_britannia = { } color = { 255 100 25 } } + b_reading = { + province = 1555 + cultural_names = { + #Central Germanic Cultures + name_list_anglo = cn_readingum + name_list_old_saxon = cn_readingum + #Celtic Cultures + name_list_briton = cn_rhyddinge + } + color = { 255 100 25 } + } + b_abingdon = { + province = 1557 + color = { 255 100 25 } + } } } d_somerset = { @@ -3668,7 +3739,30 @@ e_britannia = { c_hampton = { color = { 230 15 55 } - + cultural_names = { + #Roman Cultures + name_list_roman = cn_venta_belgarum + name_list_romano_gallic = cn_venta_belgarum + name_list_romano_hispanic = cn_venta_belgarum + name_list_romano_british = cn_venta_belgarum + name_list_romano_african = cn_venta_belgarum + name_list_romano_raetian = cn_venta_belgarum + name_list_romano_thracian = cn_venta_belgarum + name_list_romano_illyrian = cn_venta_belgarum + name_list_romano_pannonian = cn_venta_belgarum + name_list_dalmatian = cn_venta_belgarum + name_list_romano_noric = cn_venta_belgarum + name_list_romano_gothic = cn_venta_belgarum + name_list_romano_dacian = cn_venta_belgarum + name_list_romano_frank = cn_venta_belgarum + name_list_romano_aramean = cn_venta_belgarum + name_list_romano_vandalic = cn_venta_belgarum + #Celtic Cultures + name_list_briton = cn_cairgwinntguic + #Central Germanic Cultures + name_list_anglo = cn_wintanceastre + name_list_old_saxon = cn_wintanceastre + } b_winchester = { province = 1544 cultural_names = { @@ -3697,32 +3791,6 @@ e_britannia = { } color = { 230 15 55 } } - b_southampton = { - province = 1545 - cultural_names = { - #Roman Cultures - name_list_roman = cn_clausentum - name_list_romano_gallic = cn_clausentum - name_list_romano_hispanic = cn_clausentum - name_list_romano_british = cn_clausentum - name_list_romano_african = cn_clausentum - name_list_romano_raetian = cn_clausentum - name_list_romano_thracian = cn_clausentum - name_list_romano_illyrian = cn_clausentum - name_list_romano_pannonian = cn_clausentum - name_list_dalmatian = cn_clausentum - name_list_romano_noric = cn_clausentum - name_list_romano_gothic = cn_clausentum - name_list_romano_dacian = cn_clausentum - name_list_romano_frank = cn_clausentum - name_list_romano_aramean = cn_clausentum - name_list_romano_vandalic = cn_clausentum - #Central Germanic Cultures - name_list_anglo = cn_hamwic - name_list_old_saxon = cn_hamwic - } - color = { 230 15 55 } - } b_portsmouth = { province = 1546 cultural_names = { @@ -3750,7 +3818,35 @@ e_britannia = { } b_basingstoke = { province = 1547 - + color = { 230 15 55 } + } + } + c_southampton = { + color = { 230 15 55 } + b_southampton = { + province = 1545 + cultural_names = { + #Roman Cultures + name_list_roman = cn_clausentum + name_list_romano_gallic = cn_clausentum + name_list_romano_hispanic = cn_clausentum + name_list_romano_british = cn_clausentum + name_list_romano_african = cn_clausentum + name_list_romano_raetian = cn_clausentum + name_list_romano_thracian = cn_clausentum + name_list_romano_illyrian = cn_clausentum + name_list_romano_pannonian = cn_clausentum + name_list_dalmatian = cn_clausentum + name_list_romano_noric = cn_clausentum + name_list_romano_gothic = cn_clausentum + name_list_romano_dacian = cn_clausentum + name_list_romano_frank = cn_clausentum + name_list_romano_aramean = cn_clausentum + name_list_romano_vandalic = cn_clausentum + #Central Germanic Cultures + name_list_anglo = cn_hamwic + name_list_old_saxon = cn_hamwic + } color = { 230 15 55 } } b_christchurch = { @@ -3827,7 +3923,25 @@ e_britannia = { } b_poole = { province = 1566 - + cultural_names = { + #Roman Cultures + name_list_roman = cn_moriconium + name_list_romano_gallic = cn_moriconium + name_list_romano_hispanic = cn_moriconium + name_list_romano_british = cn_glastenning + name_list_romano_african = cn_moriconium + name_list_romano_raetian = cn_moriconium + name_list_romano_thracian = cn_moriconium + name_list_romano_illyrian = cn_moriconium + name_list_romano_pannonian = cn_moriconium + name_list_dalmatian = cn_moriconium + name_list_romano_noric = cn_moriconium + name_list_romano_gothic = cn_moriconium + name_list_romano_dacian = cn_moriconium + name_list_romano_frank = cn_moriconium + name_list_romano_aramean = cn_moriconium + name_list_romano_vandalic = cn_moriconium + } color = { 185 0 75 } } b_shaftesbury = { @@ -4101,11 +4215,6 @@ e_britannia = { } } - b_launceston = { - province = 1573 - - color = { 150 55 5 } - } b_tintagel = { province = 1574 cultural_names = { @@ -4131,6 +4240,11 @@ e_britannia = { } color = { 150 55 5 } } + b_launceston = { + province = 1573 + + color = { 150 55 5 } + } b_helston = { province = 1575 diff --git a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt index ef703fc750..39621adcb9 100644 --- a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt +++ b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt @@ -155,3 +155,8 @@ d_elmet = { color={ 15 205 175 } capital = c_hereford # Hereford } + +d_gwinntguic = { + color={ 20 210 180 } + capital = c_hampton # Venta Belgarum +} diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index 101277cfe8..a530921322 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -551,17 +551,6 @@ d_sussex = { } } } -d_noxgaga = { - color={ 241 90 35 } - ignore_titularity_for_title_weighting = yes - capital = c_middlesex # Middlesex - ai_primary_priority = { - if = { - limit = { culture = culture:old_saxon } - add = @cultural_title_score - } - } -} d_esseaxena = { color={ 245 100 10 } ignore_titularity_for_title_weighting = yes @@ -573,39 +562,6 @@ d_esseaxena = { } } } -d_herefinna = { - color={ 255 110 5 } - ignore_titularity_for_title_weighting = yes - capital = c_northamptonshire # Northampton - ai_primary_priority = { - if = { - limit = { culture = culture:old_saxon } - add = @cultural_title_score - } - } -} -d_norgyrwa = { - color={ 255 95 5 } - ignore_titularity_for_title_weighting = yes - capital = c_norfolk # Norfolk - ai_primary_priority = { - if = { - limit = { culture = culture:old_saxon } - add = @cultural_title_score - } - } -} -d_suthgyrwa = { - color={ 255 100 10 } - ignore_titularity_for_title_weighting = yes - capital = c_suffolk # Suffolk - ai_primary_priority = { - if = { - limit = { culture = culture:old_saxon } - add = @cultural_title_score - } - } -} #### Scandinavian-related titles k_geatland = { @@ -732,3 +688,107 @@ d_adogit = { } } } + +#Britons (Angles, Jutes, Saxons) +d_northfolc = { + color={ 255 95 5 } + ignore_titularity_for_title_weighting = yes + capital = c_norfolk # Norfolk + ai_primary_priority = { + if = { + limit = { culture = culture:anglo } + add = @cultural_title_score + } + } +} +d_suthfolc = { + color={ 255 100 10 } + ignore_titularity_for_title_weighting = yes + capital = c_suffolk # Suffolk + ai_primary_priority = { + if = { + limit = { culture = culture:anglo } + add = @cultural_title_score + } + } +} +d_deria = { + color={ 255 105 15 } + ignore_titularity_for_title_weighting = yes + capital = c_suffolk # Suffolk + ai_primary_priority = { + if = { + limit = { culture = culture:anglo } + add = @cultural_title_score + } + } +} +d_norgyrwa = { + color={ 255 95 5 } + ignore_titularity_for_title_weighting = yes + capital = c_norfolk # Norfolk + ai_primary_priority = { + if = { + limit = { culture = culture:old_saxon } + add = @cultural_title_score + } + } +} +d_suthgyrwa = { + color={ 255 100 10 } + ignore_titularity_for_title_weighting = yes + capital = c_suffolk # Suffolk + ai_primary_priority = { + if = { + limit = { culture = culture:old_saxon } + add = @cultural_title_score + } + } +} +d_wihtware = { + color={ 40 105 150 } + ignore_titularity_for_title_weighting = yes + capital = c_isle_of_wight + ai_primary_priority = { + if = { + limit = { culture = culture:jute } + add = @cultural_title_score + } + } +} +d_meroware = { + color={ 50 95 160 } + ignore_titularity_for_title_weighting = yes + capital = c_southampton + ai_primary_priority = { + if = { + limit = { culture = culture:jute } + add = @cultural_title_score + } + } +} +#Tentatives + +#Future Tribes +d_noxgaga = { #Should be around b_oxford in the Tribal Hidage period + color={ 241 90 35 } + ignore_titularity_for_title_weighting = yes + capital = c_middlesex # Middlesex + ai_primary_priority = { + if = { + limit = { culture = culture:old_saxon } + add = @cultural_title_score + } + } +} +d_herefinna = { #Should be around b_northampton in the Tribal Hidage period + color={ 255 110 5 } + ignore_titularity_for_title_weighting = yes + capital = c_northamptonshire # Northampton + ai_primary_priority = { + if = { + limit = { culture = culture:old_saxon } + add = @cultural_title_score + } + } +} diff --git a/WtWSMS/common/landed_titles/_BP.info b/WtWSMS/common/landed_titles/_BP.info index 7e19e1a5f8..66238ec523 100644 --- a/WtWSMS/common/landed_titles/_BP.info +++ b/WtWSMS/common/landed_titles/_BP.info @@ -109,6 +109,11 @@ c_pitten c_knittelfeld b_kapfenberg from c_graz b_leoben from c_graz +c_hurstingstone + b_peterborough from c_bedford +c_southampton + b_southampton from c_hampton + b_christchurch from c_hampton TODO: c_dausar and associated diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 9598473a0d..5efe733d64 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1109,6 +1109,22 @@ setup_vassal_contracts = { TRIBUTARY = title:d_orleans_alans.holder SUZERAIN = title:k_soissons.holder } + #### Britannia + make_tributary = { #Deria dependence on York + TYPE = tributary_permanent + TRIBUTARY = title:d_deria.holder + SUZERAIN = title:d_york.holder + } + make_tributary = { #Surrey dependence on Kent (fought over by several groups) + TYPE = tributary_permanent + TRIBUTARY = title:c_surrey.holder + SUZERAIN = title:d_canterbury.holder + } + make_tributary = { #Middlesex dependence on Essex + TYPE = tributary_permanent + TRIBUTARY = title:c_middlesex.holder + SUZERAIN = title:d_esseaxena.holder + } } } other_title_effects = { diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 6781912ac5..8de332a421 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1455,12 +1455,19 @@ BP_set_minorities_by_date = { } ### Britannia: #Give the Germans a bit of a boost in lands they control - title:c_middlesex = { + + #Saxons + every_county = { + limit = { + this = title:c_middlesex + this = title:c_sussex #Very recent arrivals + } add_large_culture_and_faith_to_county_effect = { FAITH = faith:germanic_pagan CULTURE = culture:old_saxon } } + #Jutes every_county = { limit = { OR = { @@ -1473,6 +1480,7 @@ BP_set_minorities_by_date = { CULTURE = culture:jute } } + #Angles every_county = { limit = { OR = { #All of the Fens @@ -1519,6 +1527,15 @@ BP_set_minorities_by_date = { CULTURE = culture:irish } } + #Romano-Brits + every_county = { + #Transition was gradual instead of sudden, so Romano-Brits were still present in the region + limit = { this.kingdom = title:k_england } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:insular_celtic + CULTURE = culture:romano_british + } + } # Other Specific Counties #======================== diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 464ca12414..1ef5eae5cc 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -185,7 +185,6 @@ tributaries.5 = { add = prev.var:monthly_piety_suzerain } } - } } } diff --git a/WtWSMS/history/_TODO_FIXME_history.info b/WtWSMS/history/_TODO_FIXME_history.info index 42634c7a3c..8febe84f3f 100644 --- a/WtWSMS/history/_TODO_FIXME_history.info +++ b/WtWSMS/history/_TODO_FIXME_history.info @@ -22,7 +22,7 @@ Beta: * history/titles/bp_k_taurica.txt: Add Barbarian Interlude history to c_tmutarakan * history/titles/_BP_pentarch_titles.info: Reimplement Pentarchies when able * history/titles/BP_titles_turco_mongol.txt: Make use of d_bulgars for Great Old Bulgaria - + * history_titles/BP_titles_germanic.txt: Replace Anglo d_york history with d_deria FIXMEs: Alpha: * history/characters/langobard.txt: Check Wacho's birthdat diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index deeb288a8b..0d26581d32 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5862,6 +5862,136 @@ VakatakaDynasty001 = { 500.1.1 = { death = yes } } +#Jutes + +#Whitwara Tribe +#While Arwald is venerated as a saint, most of the folklore claims paganism for his brothers and/or sons +#Given History Files claims that Wight returned to paganism after the Suthseaxe left, more likely they were +#pagans until Arwald's time +13100164 = { + name = "Ceredic" + dynasty = 1302040 + religion = "germanic_pagan" + culture = "jute" + 431.1.1 = { birth = yes } + 504.1.1 = { death = yes } +} +13100162 = { + name = "Wihtgar" + dynasty = 1302040 + religion = "germanic_pagan" + culture = "jute" + father = 13100164 + 461.1.1 = { birth = yes } + 528.1.1 = { death = yes } +} +13100163 = { + name = "Stuf" + dynasty = 1302040 + religion = "germanic_pagan" + culture = "jute" + father = 13100164 + 472.1.1 = { birth = yes } + 476.1.1 = { #Why is he called "Stumpy"? Well... + trait = one_legged + trait = strong #Make up for one-legged... + } + 547.1.1 = { death = yes } +} +13100165 = { + name = "Cynraed" + dynasty = 1302040 + religion = "germanic_pagan" + culture = "jute" + father = 13100163 + 503.1.1 = { birth = yes } + 569.1.1 = { death = yes } +} +JuteWihtware000 = { + name = Torgils + dynasty = 1302040 + religion = germanic_pagan + culture = jute + father = 13100163 + 535.1.1 = { birth = yes } + 597.1.1 = { death = yes } +} +JuteWihtware001 = { + name = Thorvald + dynasty = 1302040 + religion = germanic_pagan + culture = jute + father = JuteWihtware000 + 564.1.1 = { birth = yes } + 619.1.1 = { death = yes } +} +JuteWihtware002 = { + name = Oluf + dynasty = 1302040 + religion = germanic_pagan + culture = jute + father = JuteWihtware001 + 591.1.1 = { birth = yes } + 644.1.1 = { death = yes } +} +JuteWihtware003 = { + name = Hemming + dynasty = 1302040 + religion = germanic_pagan + culture = jute + father = JuteWihtware002 + 607.1.1 = { birth = yes } + 623.1.1 = { add_spouse = JuteWihtware003_wife } + 678.1.1 = { death = yes } +} +JuteWihtware003_wife = { + name = Christina + dynasty = 1302040 + religion = nicene + culture = jute + father = JuteWihtware002 + 607.1.1 = { birth = yes } + 678.1.1 = { death = yes } +} +JuteWihtware004 = { + name = Arwald + dynasty = 1302040 + religion = nicene + culture = jute + father = JuteWihtware003 + 639.1.1 = { birth = yes } + 686.1.1 = { + death = yes #Killed by king of Wessex + trait = saint + } +} +JuteWihtware005 = { + name = PridbjO_rn + dynasty = 1302040 + religion = germanic_pagan + culture = jute + father = JuteWihtware003 + mother = JuteWihtware003_wife + 641.1.1 = { + birth = yes + trait = child_of_concubine_female #Why the pagan brothers wouldn't be before Arwald + } + 686.1.1 = { death = yes } #Killed by king of Wessex +} +JuteWihtware006 = { + name = JO_rn + dynasty = 1302040 + religion = germanic_pagan + culture = jute + father = JuteWihtware003 + mother = JuteWihtware003_wife + 645.1.1 = { + birth = yes + trait = child_of_concubine_female #Why the pagan brothers wouldn't be before Arwald + } + 686.1.1 = { death = yes } #Killed by king of Wessex +} + ###### Alans of All Stripes #Respendialid Alans @@ -5930,4 +6060,4 @@ VakatakaDynasty001 = { father = 36061 471.1.1 = { birth = yes } 534.1.1 = { death = yes } -} \ No newline at end of file +} diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index 5de87f80b8..71bebd745b 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1518,3 +1518,446 @@ SakanSyrDarya009 = { 699.1.1 = { birth = yes } 746.1.1 = { death = yes } } + +# Britannia (Germans, Britons, and Romans) + +# North Germanics + +### Meonware +JuteMeonware000 = { + name = Torfinn + religion = germanic_pagan + culture = jute + 443.1.1 = { birth = yes } + 505.1.1 = { death = yes } +} +JuteMeonware001 = { + name = BjOErn + religion = germanic_pagan + culture = jute + father = JuteMeonware000 + 467.1.1 = { birth = yes } + 517.1.1 = { death = yes } +} +JuteMeonware002 = { + name = Steen + religion = germanic_pagan + culture = jute + father = JuteMeonware001 + 494.1.1 = { birth = yes } + 555.1.1 = { death = yes } +} +JuteMeonware003 = { + name = Thorolf + religion = germanic_pagan + culture = jute + father = JuteMeonware002 + 524.1.1 = { birth = yes } + 578.1.1 = { death = yes } +} +JuteMeonware004 = { + name = Torgils + religion = germanic_pagan + culture = jute + father = JuteMeonware003 + 567.1.1 = { birth = yes } + 614.1.1 = { death = yes } +} +JuteMeonware005 = { + name = Ubbe + religion = germanic_pagan + culture = jute + father = JuteMeonware004 + 611.1.1 = { birth = yes } + 659.1.1 = { death = yes } +} +JuteMeonware006 = { + name = Hardeknud + religion = germanic_pagan + culture = jute + father = JuteMeonware005 + 635.1.1 = { birth = yes } + 676.1.1 = { death = yes } +} + +# Central Germanics + +## Angles + +### North Gywras +AngleNorthGywras000 = { + name = Willichin + religion = germanic_pagan + culture = anglo + 445.1.1 = { birth = yes } + 500.1.1 = { death = yes } +} +AngleNorthGywras001 = { + name = Freawine + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras000 + 478.1.1 = { birth = yes } + 526.1.1 = { death = yes } +} +AngleNorthGywras002 = { + name = Withgils + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras001 + 499.1.1 = { birth = yes } + 571.1.1 = { death = yes } +} +AngleNorthGywras003 = { + name = Wernicke + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras002 + 525.1.1 = { birth = yes } + 575.1.1 = { death = yes } +} +AngleNorthGywras004 = { + name = Frithuwald + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras003 + 547.1.1 = { birth = yes } + 603.1.1 = { death = yes } +} +AngleNorthGywras005 = { + name = Harthgate + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras004 + 570.1.1 = { birth = yes } + 634.1.1 = { death = yes } +} +AngleNorthGywras006 = { + name = Berthoald + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras005 + 598.1.1 = { birth = yes } + 673.1.1 = { death = yes } +} +AngleNorthGywras007 = { + name = Dietrich + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras006 + 627.1.1 = { birth = yes } + 689.1.1 = { death = yes } +} +AngleNorthGywras008 = { + name = Frithuwald + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras007 + 653.1.1 = { birth = yes } + 712.1.1 = { death = yes } +} +AngleNorthGywras009 = { + name = Warinechin + religion = germanic_pagan + culture = anglo + father = AngleNorthGywras008 + 684.1.1 = { birth = yes } + 744.1.1 = { death = yes } +} +### South Gywras +AngleSouthGywras000 = { + name = Aelle + religion = germanic_pagan + culture = anglo + 449.1.1 = { birth = yes } + 506.1.1 = { death = yes } +} +AngleSouthGywras001 = { + name = Marbold + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras000 + 474.1.1 = { birth = yes } + 521.1.1 = { death = yes } +} +AngleSouthGywras002 = { + name = Willichin + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras001 + 495.1.1 = { birth = yes } + 549.1.1 = { death = yes } +} +AngleSouthGywras003 = { + name = Cymen + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras002 + 519.1.1 = { birth = yes } + 563.1.1 = { death = yes } +} +AngleSouthGywras004 = { + name = Liudolf + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras003 + 535.1.1 = { birth = yes } + 585.1.1 = { death = yes } +} +AngleSouthGywras005 = { + name = Marbold + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras004 + 569.1.1 = { birth = yes } + 638.1.1 = { death = yes } +} +AngleSouthGywras006 = { + name = Berthoala + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras005 + 602.1.1 = { birth = yes } + 677.1.1 = { death = yes } +} +AngleSouthGywras007 = { + name = Banzleib + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras006 + 618.1.1 = { birth = yes } + 677.1.1 = { death = yes } +} +AngleSouthGywras008 = { + name = Ethelhard + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras007 + 640.1.1 = { birth = yes } + 714.1.1 = { death = yes } +} +AngleSouthGywras009 = { + name = Siegehard + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras008 + 666.1.1 = { birth = yes } + 731.1.1 = { death = yes } +} +AngleSouthGywras010 = { + name = Sigward + religion = germanic_pagan + culture = anglo + father = AngleSouthGywras009 + 698.1.1 = { birth = yes } + 748.1.1 = { death = yes } +} + +## Saxons + +### Surrey +OldSaxonSutherGe000 = { + name = Berthoald + religion = germanic_pagan + culture = old_saxon + 445.1.1 = { birth = yes } + 485.1.1 = { death = yes } +} +OldSaxonSutherGe001 = { + name = Dietrich + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe000 + 478.1.1 = { birth = yes } + 524.1.1 = { death = yes } +} +OldSaxonSutherGe002 = { + name = Bodicus + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe001 + 512.1.1 = { birth = yes } + 565.1.1 = { death = yes } +} +OldSaxonSutherGe003 = { + name = Warinechin + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe002 + 550.1.1 = { birth = yes } + 606.1.1 = { death = yes } +} +OldSaxonSutherGe004 = { + name = Virich + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe003 + 580.1.1 = { birth = yes } + 649.1.1 = { death = yes } +} +OldSaxonSutherGe005 = { + name = Withgils + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe004 + 596.1.1 = { birth = yes } + 647.1.1 = { death = yes } +} +OldSaxonSutherGe006 = { + name = Witikind + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe005 + 634.1.1 = { birth = yes } + 687.1.1 = { death = yes } +} +OldSaxonSutherGe007 = { + name = Banzleib + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe006 + 660.1.1 = { birth = yes } + 726.1.1 = { death = yes } +} +OldSaxonSutherGe008 = { + name = Frithuwald + religion = germanic_pagan + culture = old_saxon + father = OldSaxonSutherGe007 + 684.1.1 = { birth = yes } + 747.1.1 = { death = yes } +} +### Middlesex +OldSaxonMiddlesex000 = { + name = Boddic + religion = germanic_pagan + culture = old_saxon + 435.1.1 = { birth = yes } + 476.1.1 = { death = yes } +} +OldSaxonMiddlesex001 = { + name = Marbold + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex000 + 456.1.1 = { birth = yes } + 519.1.1 = { death = yes } +} +OldSaxonMiddlesex002 = { + name = Siegehard + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex001 + 484.1.1 = { birth = yes } + 524.1.1 = { death = yes } +} +OldSaxonMiddlesex003 = { + name = Freawine + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex002 + 512.1.1 = { birth = yes } + 572.1.1 = { death = yes } +} +OldSaxonMiddlesex004 = { + name = Widukind + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex003 + 551.1.1 = { birth = yes } + 598.1.1 = { death = yes } +} +OldSaxonMiddlesex005 = { + name = Wecta + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex004 + 576.1.1 = { birth = yes } + 639.1.1 = { death = yes } +} +OldSaxonMiddlesex006 = { + name = Frithuwald + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex005 + 599.1.1 = { birth = yes } + 654.1.1 = { death = yes } +} +OldSaxonMiddlesex007 = { + name = Swarticke + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex006 + 621.1.1 = { birth = yes } + 661.1.1 = { death = yes } +} +OldSaxonMiddlesex008 = { + name = Witta + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex007 + 649.1.1 = { birth = yes } + 706.1.1 = { death = yes } +} +OldSaxonMiddlesex009 = { + name = test_name + religion = germanic_pagan + culture = old_saxon + father = OldSaxonMiddlesex008 + 682.1.1 = { birth = yes } + 722.1.1 = { death = yes } +} + +# Latins + +## Romano-Brits + +### Gwinntguic +RomanoBritishGwinntguic000 = { + name = Elafius + religion = pelagianism + culture = romano_british + 418.1.1 = { birth = yes } + 446.1.1 = { religion = insular_celtic } #St. Germanus visits the island + 475.1.1 = { death = yes } +} +RomanoBritishGwinntguic001 = { + name = Caraticos + religion = insular_celtic + culture = romano_british + father = RomanoBritishGwinntguic000 + 438.1.1 = { birth = yes } + 489.1.1 = { death = yes } +} +RomanoBritishGwinntguic002 = { + name = Natanleod + religion = insular_celtic + culture = romano_british + father = RomanoBritishGwinntguic001 + 464.1.1 = { birth = yes } + 508.1.1 = { death = yes } +} +RomanoBritishGwinntguic003 = { + name = Bruto + religion = insular_celtic + culture = romano_british + father = RomanoBritishGwinntguic002 + 493.1.1 = { birth = yes } + 541.1.1 = { death = yes } +} +RomanoBritishGwinntguic004 = { + name = Gie_llado + religion = insular_celtic + culture = romano_british + father = RomanoBritishGwinntguic003 + 527.1.1 = { birth = yes } + 552.1.1 = { death = yes } #Fall of Caer Gwinntguic +} +RomanoBritishGwinntguic005 = { + name = Nasiens + religion = insular_celtic + culture = romano_british + father = RomanoBritishGwinntguic004 + 546.1.1 = { birth = yes } + 552.1.1 = { death = yes } #Fall of Caer Gwinntguic +} diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index da86230149..f21c48a35f 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -219,6 +219,26 @@ GaiusAvidiusHeliodorus = { #Father of Avidius Cassius 520.1.1 = { death = yes } } +########### Romano-Brits +13100158_son_bath = { + name = "Farinmail" #Semi-legendary ruler of Aqua Salus (Bath) as per History Files + dynasty = 1042299 + religion = "nicene" + culture = "romano_british" + father = 13100158 + 555.1.1 = { birth = yes } + 577.1.1 = { death = { death_reason = death_battle } } #Battle of Deorham +} +13100158_son_salisbury = { + name = "Condidan" #Semi-legendary ruler of Caer Ceri (Cirencester) as per History Files + dynasty = 1042299 + religion = "nicene" + culture = "romano_british" + father = 13100158 + 557.1.1 = { birth = yes } + 577.1.1 = { death = { death_reason = death_battle } } #Battle of Deorham +} + ########### Gaul-Related Chars #Taifal rulers of Thifalia under d_limosin @@ -4226,3 +4246,72 @@ GallicMaine002 = { 499.1.1 = { birth = yes } 566.1.1 = { death = yes } } + +#Britannia + +### Deria + +#Use traditional descent from Sibald to Aelle +#https://www.historyfiles.co.uk/KingListsBritain/BritainDeywr.htm +AngloDeria000 = { + name = Siggar + dynasty = 10424254 #Yffing + religion = germanic_pagan + culture = anglo + 360.1.1 = { birth = yes } + 410.1.1 = { death = yes } +} +AngloDeria001 = { + name = Saebald + dynasty = 10424254 #Yffing + religion = germanic_pagan + culture = anglo + father = AngloDeria000 + 380.1.1 = { birth = yes } + 430.1.1 = { death = yes } +} +AngloDeria002 = { + name = Sae_fugol + dynasty = 10424254 #Yffing + religion = germanic_pagan + culture = anglo + father = AngloDeria001 + 400.1.1 = { birth = yes } + 450.1.1 = { death = yes } +} +AngloDeria003 = { #Soemel negotiates quasi-independence from York, probably still as a tributary + name = Soemel + dynasty = 10424254 #Yffing + religion = germanic_pagan + culture = anglo + father = AngloDeria002 + 420.1.1 = { birth = yes } + 470.1.1 = { death = yes } +} +AngloDeria004 = { + name = Wyscfrea + dynasty = 10424254 #Yffing + religion = germanic_pagan + culture = anglo + father = AngloDeria003 + 440.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +AngloDeria005 = { + name = Wigils + dynasty = 10424254 #Yffing + religion = germanic_pagan + culture = anglo + father = AngloDeria004 + 460.1.1 = { birth = yes } + 510.1.1 = { death = yes } +} +AngloDeria006 = { #Putative father of Yffe Yffing + name = Uxfrea + dynasty = 10424254 #Yffing + religion = germanic_pagan + culture = anglo + father = AngloDeria005 + 480.1.1 = { birth = yes } + 530.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/anglo.txt b/WtWSMS/history/characters/anglo.txt index ee5e22c3fa..53924780df 100644 --- a/WtWSMS/history/characters/anglo.txt +++ b/WtWSMS/history/characters/anglo.txt @@ -136,38 +136,8 @@ } } -106605 = { - name = "Hrodberht" - # Hrodberht Thoræding - dynasty = 10424355 - religion = "germanic_pagan" - culture = "anglo" - 440.1.1 = { - birth = "440.1.1" - } - 467.1.1 = { - # The Coming of the Angles - effect = { create_germanic_476_army_effect = { LOCATION = 1600 } } #Northampton - } - 510.1.1 = { - death = "510.1.1" - } -} - -106642 = { - name = "Eadsige" - # Eadsige Thoræding - dynasty = 10424355 - religion = "germanic_pagan" - culture = "anglo" - father = 106605 - 460.1.1 = { - birth = "460.1.1" - } - 553.1.1 = { - death = "553.1.1" - } -} +#Removed (Fictional AD 476 Herefinnans) +#106605, 106642 106643 = { name = "SexrE_d" @@ -512,9 +482,8 @@ dynasty = 10424254 religion = "germanic_pagan" culture = "anglo" - 480.1.1 = { - birth = "480.1.1" - } + father = AngloDeria006 + 500.1.1 = { birth = yes } #Slight tweak from CK2 550.1.1 = { death = "550.1.1" } diff --git a/WtWSMS/history/characters/jute.txt b/WtWSMS/history/characters/jute.txt index fd1b23f9aa..dcc02d07b1 100644 --- a/WtWSMS/history/characters/jute.txt +++ b/WtWSMS/history/characters/jute.txt @@ -203,61 +203,4 @@ } } -13100162 = { - name = "Wihtgar" - dynasty = 1302040 - religion = "nicene" - culture = "jute" - trait = "zealous" - father = 13100164 - 461.1.1 = { - birth = yes - } - 528.1.1 = { - death = yes - } -} - -13100163 = { - name = "Stuf" - dynasty = 1302040 - religion = "nicene" - culture = "jute" - trait = "zealous" - father = 13100164 - 472.1.1 = { - birth = yes - } - 547.1.1 = { - death = yes - } -} - -13100164 = { - name = "Ceredic" - dynasty = 1302040 - religion = "nicene" - culture = "jute" - trait = "zealous" - 431.1.1 = { - birth = yes - } - 504.1.1 = { - death = yes - } -} - -13100165 = { - name = "Cynraed" - dynasty = 1302040 - religion = "nicene" - culture = "jute" - trait = "zealous" - father = 13100163 - 503.1.1 = { - birth = yes - } - 569.1.1 = { - death = yes - } -} +#Changed: 13100162-5 diff --git a/WtWSMS/history/characters/old_saxon.txt b/WtWSMS/history/characters/old_saxon.txt index 57b9453da0..0d1fb4a7a0 100644 --- a/WtWSMS/history/characters/old_saxon.txt +++ b/WtWSMS/history/characters/old_saxon.txt @@ -114,41 +114,8 @@ } } -106596 = { - name = "Guictglis" - # Guictglis Viriching - dynasty = 10424353 - religion = "germanic_pagan" - culture = "old_saxon" - 440.1.1 = { - birth = "440.1.1" - } - 467.1.1 = { - # The Coming of the Saxons - effect = { - create_germanic_476_army_effect = { LOCATION = 1527 } #London - create_germanic_476_army_effect = { LOCATION = 1527 } #London - } - } - 510.1.1 = { - death = "510.1.1" - } -} - -106597 = { - name = "Withgils" - # Withgils Viriching - dynasty = 10424353 - religion = "germanic_pagan" - culture = "old_saxon" - father = 106596 - 460.1.1 = { - birth = "460.1.1" - } - 553.1.1 = { - death = "553.1.1" - } -} +#Virichings of Noxgaga (106596-7) +#Removed: 106596-7 1200 = { name = "SE_ward" diff --git a/WtWSMS/history/provinces/bp_k_britannia_prima.txt b/WtWSMS/history/provinces/bp_k_britannia_prima.txt index 8a0d0acd4b..310dd0e9cb 100644 --- a/WtWSMS/history/provinces/bp_k_britannia_prima.txt +++ b/WtWSMS/history/provinces/bp_k_britannia_prima.txt @@ -149,18 +149,19 @@ holding = none } ###c_berkshire -1555 = { #Reading +1556 = { #Newbury culture = romano_british religion = insular_celtic holding = castle_holding 500.1.1 = { culture = old_saxon } 620.1.1 = { culture = anglo_saxon } } -1556 = { #Newbury +1555 = { #Reading holding = none } 1557 = { #Abingdon - holding = church_holding #Earlier Roman site, but monastery founded in 676, so kept as a church_holding + holding = none + 676.1.1 = { holding = church_holding } #Anglo-Saxon abbey founded } ## d_somerset ################################### @@ -176,26 +177,27 @@ } 620.1.1 = { culture = anglo_saxon } } -1545 = { #Southampton - holding = city_holding -} 1546 = { #Portsmouth - holding = castle_holding + holding = city_holding } 1547 = { #Basingstoke holding = none } +###c_southhampton +1545 = { #Southampton + culture = romano_british + religion = insular_celtic + holding = tribal_holding +} 1548 = { #Christchurch holding = none 650.1.1 = { holding = church_holding } } ###c_isle_of_wight 1549 = { #Carisbrooke - culture = briton - religion = insular_celtic - holding = castle_holding - 550.1.1 = { culture = old_saxon } - 620.1.1 = { culture = anglo_saxon } + culture = jute + religion = germanic_pagan + holding = tribal_holding } ###c_dorset 1565 = { #Wareham @@ -223,7 +225,7 @@ holding = none } 1578 = { #Ilchester - holding = castle_holding + holding = city_holding } 1579 = { #Taunton holding = none @@ -249,15 +251,15 @@ holding = none } ###c_cornwall -1573 = { #Launceston +1574 = { #Tintagel culture = briton religion = celtic_pagan holding = castle_holding 564.1.1 = { religion = insular_celtic } 610.1.1 = { culture = cornish } } -1574 = { #Tintagel - holding = castle_holding +1573 = { #Launceston +holding = none } 1575 = { #Helston holding = none diff --git a/WtWSMS/history/provinces/bp_k_britannia_secunda.txt b/WtWSMS/history/provinces/bp_k_britannia_secunda.txt index 3a61897d7b..64c9ffd71b 100644 --- a/WtWSMS/history/provinces/bp_k_britannia_secunda.txt +++ b/WtWSMS/history/provinces/bp_k_britannia_secunda.txt @@ -55,7 +55,7 @@ culture = romano_british religion = insular_celtic holding = tribal_holding - 559.1.1 = { + 420.1.1 = { culture = anglo religion = germanic_pagan } diff --git a/WtWSMS/history/provinces/bp_k_england.txt b/WtWSMS/history/provinces/bp_k_england.txt index caaa91b999..c4cec6298f 100644 --- a/WtWSMS/history/provinces/bp_k_england.txt +++ b/WtWSMS/history/provinces/bp_k_england.txt @@ -1,15 +1,7 @@ # Notes: -# 610.1.1: Start of Early Old English in 610, so Anglo-Saxon nucleas here -# 620.1.1: Full replacement of all Germanic Culture in Britain with Anglo-Saxon -# 559.1.1: anglo Colonization of York -# WtWSMS -# 559.1.1: anglo Colonization of East Riding -# 553.1.1: Saxon Colonization of Leicester -# OTHER: -# 500.1.1: Saxon Colonization of the Thames -# 550.1.1: Inland Saxon Colonization -# 559.1.1: First Anglo Colonization -# 580.1.1: Anglo Colonization of River Ouse and inland +# https://www.historyfiles.co.uk/FeaturesBritain/BritishMap.htm +# +# # https://en.wikipedia.org/wiki/Anglo-Saxon_settlement_of_Britain#/media/File:Anglo.Saxon.migration.5th.cen.jpg # https://en.wikipedia.org/wiki/Angles#/media/File:Anglo-Saxon_Homelands_and_Settlements.svg # @@ -36,7 +28,7 @@ special_building_slot = the_tower_of_london_01 } 1526 = { #London - holding = city_holding + holding = none } 1528 = { #Woxbrigge holding = none @@ -45,7 +37,7 @@ holding = none } 1530 = { #Brentford - holding = church_holding + holding = none } ###c_essex 1514 = { #Colchester @@ -57,10 +49,10 @@ holding = none } 1516 = { #Chelmsford - holding = city_holding #Roman Caesaromagus + holding = none #Roman Caesaromagus } 1517 = { #Dunmow - holding = church_holding + holding = none #Named "Dunemowe" in 951 but already settled before #Set as church_holding to have all 3 holding types } @@ -78,12 +70,12 @@ } ###c_hertfordshire 1531 = { #Berkhamsted - culture = romano_british - religion = insular_celtic - holding = tribal_holding + holding = none } 1532 = { #Saint Albans - holding = church_holding + culture = romano_british + religion = insular_celtic + holding = castle_holding #Big roman city in England #Abbey built in anglo saxon times } @@ -91,15 +83,15 @@ holding = none } ###c_buckinghamshire -1551 = { #Buckingham +1553 = { #Newport culture = romano_british religion = insular_celtic holding = castle_holding } -1552 = { #Aylesbury - holding = none +1551 = { #Buckingham + holding = city_holding } -1553 = { #Newport +1552 = { #Aylesbury holding = none } 1554 = { #Wycombe @@ -109,20 +101,20 @@ 1600 = { #Northampton culture = romano_british religion = insular_celtic - holding = tribal_holding -} -1601 = { #Peterborough - holding = none + holding = castle_holding } 1602 = { #Kettering - holding = city_holding #Was both roman and Anglo/Saxon settlement + holding = none } ###c_huntingdonshire -1541 = { #Hustingstone +1601 = { #Peterborough culture = romano_british religion = insular_celtic holding = tribal_holding } +1541 = { #Hustingstone + holding = none +} 1542 = { #Norman Cross holding = none } @@ -164,8 +156,8 @@ } ###c_cambridgeshire 1534 = { #Cambridge - culture = anglo - religion = germanic_pagan + culture = romano_british + religion = insular_celtic holding = tribal_holding } 1535 = { #Radfield @@ -187,7 +179,7 @@ holding = tribal_holding } 1503 = { #Canterbury - holding = church_holding + holding = none special_building_slot = holy_site_canterbury_cathedral_01 } 1504 = { #Rochester @@ -213,8 +205,8 @@ } ###c_sussex 1506 = { #Lewes - culture = old_saxon - religion = germanic_pagan + culture = romano_british + religion = insular_celtic holding = tribal_holding } 1507 = { #Chichester diff --git a/WtWSMS/history/titles/BP_empire_roman_successors.txt b/WtWSMS/history/titles/BP_empire_roman_successors.txt index fd250f3e0e..a29908a380 100644 --- a/WtWSMS/history/titles/BP_empire_roman_successors.txt +++ b/WtWSMS/history/titles/BP_empire_roman_successors.txt @@ -177,12 +177,13 @@ d_guenet = { } 543.1.1={ holder = 13100157 #Aurelius Caninus, son of Constantinus + government = high_tribal_government #Seems to be when Celtic confederate partition practice adopted (as per History Files: https://www.historyfiles.co.uk/KingListsBritain/BritainCaerGloui.htm) } 562.1.1={ holder = 13100158 #Cyngen Wledig, fictional corrupted version of Caninus } 573.1.1={ - holder = 13100159 #Brochfael, last ruler of Guenet + holder = 13100159 #Conmael, last ruler of Guenet/Gleveum } 577.1.1={ holder = 0 @@ -364,3 +365,15 @@ d_elmet = { holder = 0 # Annexed by Northumbria } } + +d_gwinntguic = { + 438.1.1 = { + holder = RomanoBritishGwinntguic000 + government = high_tribal_government + } + 475.1.1 = { holder = RomanoBritishGwinntguic001 } + 489.1.1 = { holder = RomanoBritishGwinntguic002 } + 527.1.1 = { holder = RomanoBritishGwinntguic003 } + 541.1.1 = { holder = RomanoBritishGwinntguic004 } + 552.1.1 = { holder = 0 } +} diff --git a/WtWSMS/history/titles/BP_titles_germanic.txt b/WtWSMS/history/titles/BP_titles_germanic.txt index 6cf26102cb..78d4a31737 100644 --- a/WtWSMS/history/titles/BP_titles_germanic.txt +++ b/WtWSMS/history/titles/BP_titles_germanic.txt @@ -757,18 +757,6 @@ d_sussex = { holder = 190108 # Æthelwealh of Sussex } } -d_noxgaga = { - 449.1.8={ - holder = 106596 # Guictglis Viriching - government = tribal_government - } - 510.1.1={ - holder = 106597 # Withgils Viriching - } - 553.1.1={ - holder =0 - } -} d_esseaxena = { 467.1.1={ holder = 11 # Saxon Invaders @@ -778,42 +766,6 @@ d_esseaxena = { holder = 3220 # Bjornwulf } } -d_herefinna = { - 449.1.8={ - holder = 106605 # Hrodberht Thoræding - government = tribal_government - } - 510.1.1={ - holder = 106642 # Eadsige Thoræding - } - 553.1.1={ - holder = 0 - } -} -d_norgyrwa = { - 449.1.8={ - holder = 106600 # Cenræd Hlothing - government = tribal_government - } - 510.1.1={ - holder = 106602 # Mærleswegn Hlothing - } - 553.1.1={ - holder = 0 - } -} -d_suthgyrwa = { - 449.1.8={ - holder = 106603 # Onlaf Leofras - government = tribal_government - } - 510.1.1={ - holder = 106604 # Morcar Leofras - } - 553.1.1={ - holder = 0 - } -} #### Scandinavian-related titles k_geatland = { @@ -977,3 +929,107 @@ d_adogit = { 670.1.1 = { holder = NorseAdogit007 } 700.1.1 = { holder = NorseAdogit008 } } + +#Britons (Angles, Jutes, Saxons) +d_northfolc = { + 449.1.8={ + holder = 106600 # Cenræd Hlothing + government = tribal_government + } + 510.1.1={ + holder = 106602 # Mærleswegn Hlothing + } + 553.1.1={ + holder = 0 + } +} +d_suthfolc = { + 449.1.8={ + holder = 106603 # Onlaf Leofras + government = tribal_government + } + 510.1.1={ + holder = 106604 # Morcar Leofras + } + 553.1.1={ + holder = 0 + } +} +d_deria = { ##### TODO (Beta): Replace Anglo d_york history with d_deria + #https://www.historyfiles.co.uk/KingListsBritain/BritainDeywr.htm + 460.1.1 = { #Soemel negotiates some more independence from York + holder = AngloDeria003 + government = tribal_government + } + 470.1.1 = { holder = AngloDeria004 } #Sguerthing + 490.1.1 = { holder = AngloDeria005 } #Ulfrea + 510.1.1 = { holder = AngloDeria006 } #Wigils + 530.1.1 = { holder = 28003 } #Yffe +} +d_norgyrwa = { + 465.1.1 = { + holder = AngleNorthGywras000 + government = tribal_government + } + 500.1.1 = { holder = AngleNorthGywras001 } + 526.1.1 = { holder = AngleNorthGywras002 } + 571.1.1 = { holder = AngleNorthGywras003 } + 575.1.1 = { holder = AngleNorthGywras004 } + 603.1.1 = { holder = AngleNorthGywras005 } + 634.1.1 = { holder = AngleNorthGywras006 } + 673.1.1 = { holder = AngleNorthGywras007 } + 689.1.1 = { holder = AngleNorthGywras008 } + 712.1.1 = { holder = AngleNorthGywras009 } +} +d_suthgyrwa = { + 469.1.1 = { + holder = AngleSouthGywras000 + government = tribal_government + } + 506.1.1 = { holder = AngleSouthGywras001 } + 521.1.1 = { holder = AngleSouthGywras002 } + 549.1.1 = { holder = AngleSouthGywras003 } + 563.1.1 = { holder = AngleSouthGywras004 } + 585.1.1 = { holder = AngleSouthGywras005 } + 638.1.1 = { holder = AngleSouthGywras006 } + 677.1.1 = { holder = AngleSouthGywras007 } + 677.1.1 = { holder = AngleSouthGywras008 } + 714.1.1 = { holder = AngleSouthGywras009 } + 731.1.1 = { holder = AngleSouthGywras010 } +} +d_wihtware = { + 451.1.1 = { + holder = 13100164 + government = tribal_government + } + 504.1.1 = { holder = 13100162 } #Wihtgar + 528.1.1 = { holder = 13100163 } #Stuf + 547.1.1 = { holder = 13100165 } + 569.1.1 = { holder = JuteWihtware000 } + 597.1.1 = { holder = JuteWihtware001 } + 619.1.1 = { holder = JuteWihtware002 } + 644.1.1 = { holder = JuteWihtware003 } + 678.1.1 = { holder = JuteWihtware004 } #Saint Arwald + 686.1.1 = { holder = 0 } +} +d_meroware = { + 463.1.1 = { + holder = JuteMeonware000 + government = tribal_government + } + 505.1.1 = { holder = JuteMeonware001 } + 517.1.1 = { holder = JuteMeonware002 } + 555.1.1 = { holder = JuteMeonware003 } + 578.1.1 = { holder = JuteMeonware004 } + 614.1.1 = { holder = JuteMeonware005 } + 659.1.1 = { holder = JuteMeonware006 } +} +#Tentative Titles + +#Future titles +d_noxgaga = { + 1.1.1 = {} +} +d_herefinna = { + 1.1.1 = {} +} diff --git a/WtWSMS/history/titles/bp_k_britannia_prima.txt b/WtWSMS/history/titles/bp_k_britannia_prima.txt index 8e5b157a97..bd10f9d63e 100644 --- a/WtWSMS/history/titles/bp_k_britannia_prima.txt +++ b/WtWSMS/history/titles/bp_k_britannia_prima.txt @@ -285,7 +285,7 @@ d_gloucester = { holder=144641 # Beorhtric Wistas } } -c_gloucestershire = { +c_gloucestershire = { #Caer Gloui 410.1.1={ holder = 13100160 #Ambrosius Aurelianus the elder } @@ -301,11 +301,12 @@ c_gloucestershire = { 562.1.1={ holder = 13100158 #Cyngen Wledig, fictional corrupted version of Caninus } + #Division of the petty kingdom (per History Files argument) 573.1.1={ - holder = 13100159 #Brochfael, last ruler of Guenet + holder = 13100159 #Conmael, last ruler of Glevum } 577.1.1={ - holder=144636 # Thoræd Wistas + holder=144636 # Thoræd Wistas } 610.1.1={ holder=144637 # Ælfweard Wistas @@ -318,38 +319,36 @@ c_gloucestershire = { } } c_wiltshire = { - 470.1.5={ - holder=4 #Earl Balin Gwylyddyn of Atrebatia + 410.1.1={ + holder = 13100160 #Ambrosius Aurelianus the elder } - 483.1.1={ - holder=170146 #Earl Maelgwn Gwylyddyn of Atrebatia + 456.1.1={ + holder = 190007 #Ambrosius Aurelianus the younger } 519.1.1={ - holder = 144642 # Cerdic Cerdicing - } - 534.1.1={ - holder = 144643 # Cyrnic Cerdicing + holder = 13100156 #Constantinus, son of Ambrosius } - 560.1.1={ - holder = 20612 # Caewlin Cerdicing + 543.1.1={ + holder = 13100157 #Aurelius Caninus, son of Constantinus } - 593.1.1={ - holder = 228002 # Ceol Cerdicing + 562.1.1={ + holder = 13100158 #Cyngen Wledig, fictional corrupted version of Caninus } - 597.1.1={ - holder = 228004 # Ceolwulf Cerdicing + #Division of the petty kingdom (per History Files argument) + 573.1.1={ + holder = 13100158_son_salisbury #Condidan, last ruler of Caer Ceri } - 611.1.1={ - holder = 228005 # Cynegils Cerdicing + 577.1.1={ + holder=144636 # Thoræd Wistas } - 643.1.1={ - holder = 228008 # Cenwalh Cerdicing + 610.1.1={ + holder=144637 # Ælfweard Wistas } - 645.1.1={ - holder = 144626 # Penda Iclingas + 628.1.1={ + liege="k_mercia" } - 648.1.1={ - holder = 228008 # Cenwalh Cerdicing + 650.1.1={ + holder=144641 # Beorhtric Wistas } } c_oxfordshire = { @@ -366,31 +365,7 @@ c_oxfordshire = { holder = 106595 # Withgils Gelding } } -c_berkshire = { #c_oxfordshire history - 470.1.1={ - holder = 6 # Earl Cynfelyn Cynwidion of Cynwidion - } - 510.1.1={ - holder = 170148 # Earl Cynwyd Cynwidion of Cynwidion - } - 530.1.8={ - holder = 106594 # Berthoald Gelding - } - 573.1.1={ - holder = 106595 # Withgils Gelding - } -} - -d_somerset = { - #Development - 1.1.1 = { change_development_level = 5 } - 200.1.1 = { change_development_level = 10 } - 400.1.1 = { change_development_level = 7 } #De-urbanization of Britain - 500.1.1 = { change_development_level = 4 } #Migrations and warfare - 600.1.1 = { change_development_level = 5 } #Stablization of Heptarchy - 700.1.1 = { change_development_level = 6 } -} -c_hampton = { +c_berkshire = { #Caer Celemion/Calleva Atrebatum 470.1.5={ holder=4 #Earl Balin Gwylyddyn of Atrebatia } @@ -413,41 +388,47 @@ c_hampton = { holder = 190108 # Æthelwealh of Sussex } } -c_isle_of_wight = { #c_wight (direct) - 470.1.5={ - holder=4 #Earl Balin Gwylyddyn of Atrebatia - } - 483.1.1={ - holder=170146 #Earl Maelgwn Gwylyddyn of Atrebatia - } - 512.1.1={ - holder = 13100162 # Wihtgar - liege = "d_canterbury" - } - 528.1.1={ - holder = 13100163 # Stuf - } - 547.1.1={ - holder= 13100165 # Cynraed - } - 569.1.1={ - holder = 190105 # Osric of Sussex - } - 607.1.1={ - holder = 228004 # Ceolwulf Cerdicing - } - 611.1.1={ - holder = 228005 # Cynegils Cerdicing - } - 643.1.1={ - holder = 228008 # Cenwalh Cerdicing - } - 645.1.1={ - holder = 144626 # Penda Iclingas - } - 648.1.1={ - holder = 228008 # Cenwalh Cerdicing - } + +d_somerset = { + #Development + 1.1.1 = { change_development_level = 5 } + 200.1.1 = { change_development_level = 10 } + 400.1.1 = { change_development_level = 7 } #De-urbanization of Britain + 500.1.1 = { change_development_level = 4 } #Migrations and warfare + 600.1.1 = { change_development_level = 5 } #Stablization of Heptarchy + 700.1.1 = { change_development_level = 6 } +} +c_hampton = { + 438.1.1 = { holder = RomanoBritishGwinntguic000 } #Elafius + 475.1.1 = { holder = RomanoBritishGwinntguic001 } #Caraticos + 489.1.1 = { holder = RomanoBritishGwinntguic002 } #Natanleod + 527.1.1 = { holder = RomanoBritishGwinntguic003 } + 541.1.1 = { holder = RomanoBritishGwinntguic004 } + 552.1.1 = { holder = 190104 } # Cissa of Sussex + 567.1.1 = { holder = 190105 } # Osric of Sussex + 600.1.1 = { holder = 190106 } # Ælle II of Sussex + 612.1.1 = { holder = 190107 } # Noðhelm of Sussex + 660.1.1 = { holder = 190108 } # Æthelwealh of Sussex +} +c_southampton = { #Meonware Jutes + 463.1.1 = { holder = JuteMeonware000 } + 505.1.1 = { holder = JuteMeonware001 } + 517.1.1 = { holder = JuteMeonware002 } + 555.1.1 = { holder = JuteMeonware003 } + 578.1.1 = { holder = JuteMeonware004 } + 614.1.1 = { holder = JuteMeonware005 } + 659.1.1 = { holder = JuteMeonware006 } +} +c_isle_of_wight = { #Meonware + 451.1.1 = { holder = 13100164 } + 504.1.1 = { holder = 13100162 } #Wihtgar + 528.1.1 = { holder = 13100163 } #Stuf + 547.1.1 = { holder = 13100165 } + 569.1.1 = { holder = JuteWihtware000 } + 597.1.1 = { holder = JuteWihtware001 } + 619.1.1 = { holder = JuteWihtware002 } + 644.1.1 = { holder = JuteWihtware003 } + 678.1.1 = { holder = JuteWihtware004 } #Saint Arwald } c_dorset = { 340.1.1={ @@ -504,58 +485,24 @@ c_somerset = { 260.1.1={ holder = 175130 # Julius Asclepiodotus } - 287.1.1={ - holder = 175120 # Karadus - } - 290.1.1={ - holder = 175005 # Caradoc - } - 305.1.1={ - holder = 188550 # Donault - } - 340.1.1={ - holder = 188547 # Conan the Merry - #set_global_flag = cornwall_high_tribal - } - 387.1.1={ - holder = 188546 # Gadeon ap Conan - } - 390.1.1={ - holder = 188545 # Guoremor ap Gadeon - } - 400.1.1={ - holder = 188544 # Tudwal ap Guoremor - } 410.1.1={ - holder = 178018 # Conomor ap Tudwal - } - 435.1.1={ - holder = 6910 # Constantine the Cornish - } - 443.1.1={ - holder = 6899 # Saint Durbin + holder = 13100160 #Ambrosius Aurelianus the elder } - 480.1.1={ - holder = 2 # Geraint Llyngesic ap Erbin + 456.1.1={ + holder = 190007 #Ambrosius Aurelianus the younger } - 514.1.1={ - holder = 228000 # Cado ap Gerren + 519.1.1={ + holder = 13100156 #Constantinus, son of Ambrosius } - 530.1.1={ - holder = 228009 # Saint Custennin ap Cado + 543.1.1={ + holder = 13100157 #Aurelius Caninus, son of Constantinus } - 550.1.1={ - holder = 13100152 #Cyndrwyn Glas of Glastenning - liege="d_cornwall" + 562.1.1={ + holder = 13100158 #Cyngen Wledig, fictional corrupted version of Caninus } + #Division of the petty kingdom (per History Files argument) 573.1.1={ - holder = 13100153 #Glast son of Cyndrwyn - } - 612.1.1={ - holder = 13100154 #Morfael son of Glast - } - 652.1.1={ - holder = 228008 # Cenwalh Cerdicing + holder = 13100158_son_bath #Farinmail, last ruler of Caer Baddan } } diff --git a/WtWSMS/history/titles/bp_k_britannia_secunda.txt b/WtWSMS/history/titles/bp_k_britannia_secunda.txt index f125ddd73b..687c32fb98 100644 --- a/WtWSMS/history/titles/bp_k_britannia_secunda.txt +++ b/WtWSMS/history/titles/bp_k_britannia_secunda.txt @@ -124,19 +124,19 @@ c_north_riding = { #c_york history (direct) holder=170126 # Aldfrith Ingving } } -c_east_riding = { #c_york history (elimination) - 469.1.1={ - holder=13100167 # Britons - } - 505.1.1={ - holder=13100168 # Britons - } - 560.1.1={ - holder=13100169 # Britons - } - 580.1.1={ - holder=13100171 # Britons - } +c_east_riding = { + #https://www.historyfiles.co.uk/KingListsBritain/BritainDeywr.htm + 420.1.1 = { #Anglo laeti settlement? + holder = AngloDeria001 #Saebald + government = tribal_government + liege = d_york + } + 430.1.1 = { holder = AngloDeria002 } #Saefugol + 450.1.1 = { holder = AngloDeria003 } #Soemel + 470.1.1 = { holder = AngloDeria004 } #Wyscfrea + 490.1.1 = { holder = AngloDeria005 } #Wigils + 510.1.1 = { holder = AngloDeria006 } #Uxfrea + 530.1.1 = { holder = 28003 } #Yffe ##### Eborakom captured, now Deira 581.1.1={ holder=228011 # Æthelric Yffing diff --git a/WtWSMS/history/titles/bp_k_england.txt b/WtWSMS/history/titles/bp_k_england.txt index 78ad763798..5e0dcb28d6 100644 --- a/WtWSMS/history/titles/bp_k_england.txt +++ b/WtWSMS/history/titles/bp_k_england.txt @@ -91,39 +91,19 @@ c_kent = { holder=20626 # Hloþhere } } -c_surrey = { - # Pagan Kings - 455.1.1={ - holder=10 # Hengist - } - 465.1.1={ - holder=90131 # Horsa - } - 488.1.1={ - holder=90133 # Oisc - } - 512.1.1={ - holder=90134 # Octa - } - 540.1.1={ - holder=100507 # Eormenric - } - # Christian Kings - 590.1.1={ - holder=102520 # Æðelberht - } - 616.1.1={ - holder=20584 # Eadbald - } - 640.1.1={ - holder=20586 # Eorcenberht - } - 664.1.1={ - holder=20625 # Ecgberht - } - 673.1.1={ - holder=20626 # Hloþhere +c_surrey = { #Suther-Ge (probable sub-kingdom of Middle Saxons + 465.1.1 = { + holder = OldSaxonSutherGe000 + government = tribal_government } + 485.1.1 = { holder = OldSaxonSutherGe001 } + 524.1.1 = { holder = OldSaxonSutherGe002 } + 565.1.1 = { holder = OldSaxonSutherGe003 } + 606.1.1 = { holder = OldSaxonSutherGe004 } + 649.1.1 = { holder = OldSaxonSutherGe005 } + 647.1.1 = { holder = OldSaxonSutherGe006 } + 687.1.1 = { holder = OldSaxonSutherGe007 } + 726.1.1 = { holder = OldSaxonSutherGe008 } } c_sussex = { 470.1.1={ @@ -180,43 +160,19 @@ d_bedford = { } } c_middlesex = { - 449.1.8={ - holder = 106596 # Guictglis Viriching - } - 510.1.1={ - holder = 106597 # Withgils Viriching - } - 527.1.8={ - holder = 168357 # Æscwine Gesecging - } - 587.1.1={ - holder = 168358 # Sledd Gesecging - } - 604.1.1={ - holder = 168360 # Sæberht Gesecging - } - 616.1.1={ - holder = 106643 # Sexræd Gesecging - } - 617.1.1={ - holder = 1202 # Sigeberht I Gesecging - } - 653.1.1={ - holder = 202960 # Sigeberht II Gesecging - } - 660.1.1={ - holder = 205520 # Swithhelm Gesecging - } - 664.1.1={ - holder = 205529 # Sighere Gesecging - liege="k_mercia" - } - 683.1.1={ - holder = 206800 # Sæbbi Gesecging - } - 694.1.1={ - holder = 206801 # Sigeheard Gesecging + 455.1.1 = { + holder = OldSaxonMiddlesex000 + government = tribal_government } + 476.1.1 = { holder = OldSaxonMiddlesex001 } + 519.1.1 = { holder = OldSaxonMiddlesex002 } + 524.1.1 = { holder = OldSaxonMiddlesex003 } + 572.1.1 = { holder = OldSaxonMiddlesex004 } + 598.1.1 = { holder = OldSaxonMiddlesex005 } + 639.1.1 = { holder = OldSaxonMiddlesex006 } + 654.1.1 = { holder = OldSaxonMiddlesex007 } + 661.1.1 = { holder = OldSaxonMiddlesex008 } + 706.1.1 = { holder = OldSaxonMiddlesex009 } } c_essex = { 450.1.2={ @@ -331,48 +287,30 @@ c_buckinghamshire = { #c_oxford history holder = 106595 # Withgils Gelding } } -c_huntingdonshire = { #c_northamptonshire history - 449.1.8={ - holder = 106605 # Hrodberht Thor�ding - } - 510.1.1={ - holder = 106642 # Eadsige Thor�ding - } - 520.1.1={ - holder = 144634 # Cytelbearn Uhtr�ding - } - 580.1.1={ - holder = 6828 # Hereweard Uhtr�ding - } - 610.1.1={ - holder = 170115 # Cearl Iclingas - } - 626.1.1={ - holder = 144635 # Peada Iclingas - liege="k_mercia" - } - 656.1.1={ - holder=170120 # Oswig Ingving - } - 658.1.1={ - holder=206802 # Wulfhere Iclingas - } - 675.1.1={ - holder=206803 # �thelred Iclingas - } +c_huntingdonshire = { #North Gywras + 465.1.1 = { holder = AngleNorthGywras000 } + 500.1.1 = { holder = AngleNorthGywras001 } + 526.1.1 = { holder = AngleNorthGywras002 } + 571.1.1 = { holder = AngleNorthGywras003 } + 575.1.1 = { holder = AngleNorthGywras004 } + 603.1.1 = { holder = AngleNorthGywras005 } + 634.1.1 = { holder = AngleNorthGywras006 } + 673.1.1 = { holder = AngleNorthGywras007 } + 689.1.1 = { holder = AngleNorthGywras008 } + 712.1.1 = { holder = AngleNorthGywras009 } } c_northamptonshire = { - 449.1.8={ - holder = 106605 # Hrodberht Thor�ding + 470.1.1={ + holder = 6 # Earl Cynfelyn Cynwidion of Cynwidion } 510.1.1={ - holder = 106642 # Eadsige Thor�ding + holder = 170148 # Earl Cynwyd Cynwidion of Cynwidion } - 520.1.1={ - holder = 144634 # Cytelbearn Uhtr�ding + 542.1.1={ + holder = 170150 # Earl Cadrawd Cynwidion of Cynwidion } - 580.1.1={ - holder = 6828 # Hereweard Uhtr�ding + 575.1.1={ + holder = 186001 # Cadawg Cynwidion II of Cynwidion } 610.1.1={ holder = 170115 # Cearl Iclingas @@ -388,7 +326,7 @@ c_northamptonshire = { holder=206802 # Wulfhere Iclingas } 675.1.1={ - holder=206803 # �thelred Iclingas + holder=206803 # Æthelred Iclingas } } @@ -455,33 +393,16 @@ c_suffolk = { holder = 168581 # Eorpwald Wuffingas } } -c_cambridgeshire = { #c_northamptonshire history - 449.1.8={ - holder = 106605 # Hrodberht Thor�ding - } - 510.1.1={ - holder = 106642 # Eadsige Thor�ding - } - 520.1.1={ - holder = 144634 # Cytelbearn Uhtr�ding - } - 580.1.1={ - holder = 6828 # Hereweard Uhtr�ding - } - 610.1.1={ - holder = 170115 # Cearl Iclingas - } - 626.1.1={ - holder = 144635 # Peada Iclingas - liege="k_mercia" - } - 656.1.1={ - holder=170120 # Oswig Ingving - } - 658.1.1={ - holder=206802 # Wulfhere Iclingas - } - 675.1.1={ - holder=206803 # �thelred Iclingas - } +c_cambridgeshire = { #SouthGywras + 469.1.1 = { holder = AngleSouthGywras000 } + 506.1.1 = { holder = AngleSouthGywras001 } + 521.1.1 = { holder = AngleSouthGywras002 } + 549.1.1 = { holder = AngleSouthGywras003 } + 563.1.1 = { holder = AngleSouthGywras004 } + 585.1.1 = { holder = AngleSouthGywras005 } + 638.1.1 = { holder = AngleSouthGywras006 } + 677.1.1 = { holder = AngleSouthGywras007 } + 677.1.1 = { holder = AngleSouthGywras008 } + 714.1.1 = { holder = AngleSouthGywras009 } + 731.1.1 = { holder = AngleSouthGywras010 } } diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 57a35fa9ec..e417dc7a29 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -2016,6 +2016,7 @@ cn_buccaham:0 "Buccaham" cn_buccaham_adj:0 "Buccaham" cn_aeglesburgh:0 "Æglesburgh" + cn_magiovinium: "Magiovinium" cn_neuport:0 "Neuport" #c_huntingdonshire cn_huntandun:0 "Huntandun" @@ -2289,9 +2290,10 @@ #c_berkshire cn_readingum:0 "Readingum" cn_rhyddinge:0 "Rhyddinge" - cn_venta_atrebatum:0 "Venta Atrebatum" + cn_venta_atrebatum: "Venta Atrebatum" ##d_somerset cn_glastenning:0 "Glastenning" + cn_moriconium: "Moriconium" cn_westseaxe:0 "Westseaxe" cn_somerset:0 "Somerset" cn_venta_belgarum:0 "Venta Belgarum" diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index f0f14ccada..728ebcd610 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -4,6 +4,18 @@ c_majar:0 "Maja" c_durdzukia:0 "Durdzukia" c_tzani: "Tzani" + c_southampton: "Southampton" + + ##### Map mode colors + d_map_base_color: "" + d_map_color_red: "" + d_map_color_green: "" + d_map_color_blue: "" + d_map_color_cyan: "" + d_map_color_yellow: "" + d_map_color_orange: "" + d_map_color_pink: "" + d_map_color_black: "" ##### Map mode colors d_map_base_color: "" @@ -128,6 +140,8 @@ d_linnius_adj:0 "Linnius" d_elmet:0 "Elmet" d_elmet_adj:0 "Elmet" + d_gwinntguic: "Gwinntguic" + d_gwinntguic_adj: "Gwinntguican" #### e_italy k_annonaria:0 "Annonaria" @@ -779,6 +793,28 @@ d_thracian_goths_adj: "Moseogothic" d_goths: "Goths" d_goths_adj: "Gothic" + #Britons + d_northfolc: "Norðfolc" + d_northfolc_adj: "Norðfolcan" + d_suthfolc: "Suðfolc" + d_suthfolc_adj: "Suðfolcan" + d_deria: "Deria" + d_deria_adj: "Derian" + d_norgyrwa: "Norgyrwa" + d_norgyrwa_adj: "Norgyrwan" + d_suthgyrwa: "Suthgyrwa" + d_suthgyrwa_adj: "Suthgyrwan" + d_wihtware: "Whitwara" + d_wihtware_adj: "Whitwaran" + d_meroware: "Merowara" + d_meroware_adj: "Mernwaran" + #Tentative Titles + + #Future Titles + d_noxgaga: "Noxgaga" + d_noxgaga_adj: "Noxgaga" + d_herefinna: "Herefinna" + d_herefinna_adj: "Herefinna" ###franksih titles k_franks: "the Franks" @@ -806,16 +842,8 @@ k_northumbria_adj:0 "Northumbrian" d_sussex:0 "Sussex" d_sussex_adj:0 "Sussex" - d_noxgaga:0 "Noxgaga" - d_noxgaga_adj:0 "Noxgaga" d_esseaxena:0 "Esseaxena" d_esseaxena_adj:0 "Esseaxena" - d_herefinna:0 "Herefinna" - d_herefinna_adj:0 "Herefinna" - d_norgyrwa:0 "Norgyrwa" - d_norgyrwa_adj:0 "Norgyrwa" - d_suthgyrwa:0 "Suthgyrwa" - d_suthgyrwa_adj:0 "Suthgyrwa" #### Scandinavian-related titles k_geatland:0 "Geatland" k_geatland_adj:0 "Geatlandic" diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index 7f0e63c02d..985a867bd0 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -409,4 +409,3 @@ #Alans dynn_Gokarid: "Gokarid" dynn_Sambid: "Sambid" - diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 53f6ce5068..7c36555e8b 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -849,4 +849,12 @@ Mamertus: "Mamertus" Cariatho: "Cariatho" Fuscina: "Fuscina" + #Britons + Siggar: "Siggar" + Saebald: "Saebald" + Sae_fugol: "Sæfugol" + Soemel: "Soemel" + Wyscfrea: "Wyscfrea" + Wigils: "Wigils" + Uxfrea: "Uxfrea" \ No newline at end of file diff --git a/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml b/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml index ae19da6366..aa8446e506 100644 --- a/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml +++ b/WtWSMS/localization/english/triggers/BP_interactions_l_english.yml @@ -7,4 +7,4 @@ ACTOR_CANNOT_DEMAND_CONVERSION_OF_PROTECTED_FAITHS: "[TARGET_CHARACTER.GetCharacterViewNamePossessiveNoTooltip|U] [TARGET_CHARACTER.GetFaith.GetName] has the doctrine [GetFaithDoctrine('special_doctrine_legalized_faith_persia').GetBaseName], protecting it from conversion by [CHARACTER.GetFaith.GetReligion.GetAdjectiveNoTooltip] lieges with the doctrine [GetFaithDoctrine('special_doctrine_zoroastrian_approved_cult').GetBaseName]" CONVERTING_TO_GUBERNATORIAL_REQUIRES_A_STRONG_HOOK: "Converting a [vassal|E] to [gubernatorial_government|E] requires the use of a [strong_hook|E]." YOUR_FAITH_PROHIBITS_FORCED_CONVERSION: "[FAITH.GetName] prohibits forced conversion of [landed|E] characters" - tributaries_are_to_be_annexed: "Tributaries must use the #V $annex_tributary$#! interaction" \ No newline at end of file + tributaries_are_to_be_annexed: "Tributaries must use the #V $annex_tributary$#! interaction" diff --git a/_development_utilities/_BP_pre_release_errors.info b/_development_utilities/_BP_pre_release_errors.info index 2ed22333fc..ac15e3e9fe 100644 --- a/_development_utilities/_BP_pre_release_errors.info +++ b/_development_utilities/_BP_pre_release_errors.info @@ -5,4 +5,4 @@ Error: calc_culture_dominant_religion trigger [ Failed context switch ] Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 19 Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 27 - Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 28 + Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 28 \ No newline at end of file diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index ab7e3b976a..71ceb30ff7 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -48,15 +48,15 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'GallicMaine',\ + 'RomanoBritishGwinntguic',\ 0,\ #Character data '',\ - 'celtic_pagan',\ - 'gallic',\ + 'insular_celtic',\ + 'romano_british',\ #Starting year and end year - 400+randint(0,31),\ - 500,\ + 400+randint(0,20),\ + 550,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ 50.,\ From 64ba0f7aa74e8c734af4242cef644a3a8363998b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:32:57 -0500 Subject: [PATCH 199/339] Fix some issues * compare_value does not exist (now using direct variable comparison) so all instances are removed * Some GUI cleanup vis-a-vis Tributaries --- .../T4N_tributaries_interactions.txt | 17 +- WtWSMS/common/on_action/BP_game_start.txt | 2 +- .../scripted_effects/sea_minority_effects.txt | 55 ++--- WtWSMS/gui/hud.gui | 212 +++++++++--------- WtWSMS/gui/window_character.gui | 198 ++++++++++++---- WtWSMS/history/provinces/_BP_notes.info | 14 +- 6 files changed, 289 insertions(+), 209 deletions(-) diff --git a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt index 9388edb0c0..c8466952d6 100644 --- a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt +++ b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt @@ -1142,15 +1142,15 @@ annex_tributary = { OR = { custom_description = { text = trib_type_disallow_annexing_subjects - scope:recipient.var:possible_vasalisation_year.compare_value <= -1 + scope:recipient.var:possible_vasalisation_year <= -1 } custom_description = { text = trib_type_allow_annexing_subjects AND = { - scope:recipient.var:possible_vasalisation_year.compare_value > -1 - scope:recipient.var:possible_vasalisation_year.compare_value <= current_year + scope:recipient.var:possible_vasalisation_year > -1 + scope:recipient.var:possible_vasalisation_year <= current_year } - } + } } } @@ -2000,17 +2000,16 @@ turn_non_perma_tributary_to_perma = { OR = { custom_description = { text = trib_type_disallow_permafing_subjects - scope:recipient.var:possible_permafication_year.compare_value <= -1 + scope:recipient.var:possible_permafication_year <= -1 } custom_description = { text = trib_type_allow_permafing_subjects AND = { - scope:recipient.var:possible_permafication_year.compare_value > -1 - scope:recipient.var:possible_permafication_year.compare_value <= current_year + scope:recipient.var:possible_permafication_year > -1 + scope:recipient.var:possible_permafication_year <= current_year } - } + } } - } auto_accept = { diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 5efe733d64..f5d025c74f 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1854,7 +1854,7 @@ fix_custom_character_governments = { limit = { scope:the_previous_holder = { has_variable = government_id - var:government_id = id_gupta_government + var:government_id = id_mandala_government } } convert_realm_to_gupta_effect = yes diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_effects.txt index 30156a0cd0..35884d6ffd 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects.txt @@ -223,70 +223,51 @@ outward_immigration_effect = { chance = 100 modifier = { factor = 0.90 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 90 - } + $SOURCE_COUNTY$.development_level > 90 } modifier = { factor = 0.80 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 80 - } + $SOURCE_COUNTY$.development_level <= 90 + $SOURCE_COUNTY$.development_level > 80 } modifier = { factor = 0.70 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 70 - } + $SOURCE_COUNTY$.development_level <= 80 + $SOURCE_COUNTY$.development_level > 70 } modifier = { factor = 0.60 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 60 - } + $SOURCE_COUNTY$.development_level <= 70 + $SOURCE_COUNTY$.development_level > 60 } modifier = { factor = 0.50 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 50 - } + $SOURCE_COUNTY$.development_level <= 60 + $SOURCE_COUNTY$.development_level > 50 } modifier = { factor = 0.40 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 40 - } + $SOURCE_COUNTY$.development_level <= 50 + $SOURCE_COUNTY$.development_level > 40 } modifier = { factor = 0.30 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 30 - } + $SOURCE_COUNTY$.development_level <= 40 + $SOURCE_COUNTY$.development_level > 30 } modifier = { factor = 0.20 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 20 - } + $SOURCE_COUNTY$.development_level <= 30 + $SOURCE_COUNTY$.development_level > 20 } modifier = { factor = 0.10 - $SOURCE_COUNTY$.development_level.compare_value < { - value = scope:target_county.development_level - add = 10 - } + $SOURCE_COUNTY$.development_level <= 20 + $SOURCE_COUNTY$.development_level > 10 } modifier = { factor = 0 - $SOURCE_COUNTY$.development_level.compare_value < scope:target_county.development_level + $SOURCE_COUNTY$.development_level <= 10 } ### Actual immigration effect here ### scope:target_county = { diff --git a/WtWSMS/gui/hud.gui b/WtWSMS/gui/hud.gui index 2a0b30bdd1..f6ccb807c6 100644 --- a/WtWSMS/gui/hud.gui +++ b/WtWSMS/gui/hud.gui @@ -418,7 +418,6 @@ widget = { vbox = { widget_hud_main_tab = { name = "tab_my_realm" - tooltip = "MY_REALM_BUTTON" blockoverride "maintab_button" { @@ -442,7 +441,6 @@ widget = { widget_hud_main_tab = { name = "tab_military" - blockoverride "maintab_button" { @@ -506,135 +504,127 @@ widget = { } vbox = { - widget_hud_main_tab = { - name = "tab_court_tutorial_uses_this" - tooltip = "COURT_BUTTON" + vbox = { + widget_hud_main_tab = { + name = "tab_court_tutorial_uses_this" - blockoverride "maintab_button" - { - texture = "gfx/interface/skinned/hud_maintab/maintab_court.dds" + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_court.dds" - onclick = "[ToggleGameViewData( 'court_window', GetPlayer.GetID )]" - shortcut = "court_window" - down = "[IsGameViewOpen( 'court_window' )]" - } + onclick = "[ToggleGameViewData( 'court_window', GetPlayer.GetID )]" + shortcut = "court_window" + tooltip = "COURT_BUTTON" + down = "[IsGameViewOpen( 'court_window' )]" + } - state = { - name = _mouse_hierarchy_enter - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_court_leave','hud_tab_glow_court_enter')]" - } + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_court_leave','hud_tab_glow_court_enter')]" + } - state = { - name = _mouse_hierarchy_leave - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_court_enter','hud_tab_glow_court_leave')]" + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_court_enter','hud_tab_glow_court_leave')]" + } } - } - widget_hud_main_tab = { - name = "tab_intrigue" - tooltip = "INTRIGUE_BUTTON" + widget_hud_main_tab = { + name = "tab_intrigue" - blockoverride "maintab_button" - { - texture = "gfx/interface/skinned/hud_maintab/maintab_intrigue.dds" + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_intrigue.dds" - onclick = "[ToggleGameViewData('intrigue_window', GetPlayer.GetID)]" - shortcut = "intrigue_window" - down = "[IsGameViewOpen('intrigue_window')]" - } + onclick = "[ToggleGameViewData('intrigue_window', GetPlayer.GetID)]" + shortcut = "intrigue_window" + tooltip = "INTRIGUE_BUTTON" + down = "[IsGameViewOpen('intrigue_window')]" + } - state = { - name = _mouse_hierarchy_enter - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_intrigue_leave','hud_tab_glow_intrigue_enter')]" - } + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_intrigue_leave','hud_tab_glow_intrigue_enter')]" + } - state = { - name = _mouse_hierarchy_leave - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_intrigue_enter','hud_tab_glow_intrigue_leave')]" + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_intrigue_enter','hud_tab_glow_intrigue_leave')]" + } } - } - widget_hud_main_tab = { - name = "tab_factions" - tooltip = "FACTION_BUTTON" + widget_hud_main_tab = { + name = "tab_factions" - blockoverride "maintab_button" - { - texture = "gfx/interface/skinned/hud_maintab/maintab_factions.dds" + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_factions.dds" - onclick = "[ToggleGameView('factions_window')]" - shortcut = "factions_window" - down = "[IsGameViewOpen('factions_window')]" - } + onclick = "[ToggleGameView('factions_window')]" + shortcut = "factions_window" + tooltip = "FACTION_BUTTON" + down = "[IsGameViewOpen('factions_window')]" + } - state = { - name = _mouse_hierarchy_enter - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_factions_leave','hud_tab_glow_factions_enter')]" - } + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_factions_leave','hud_tab_glow_factions_enter')]" + } - state = { - name = _mouse_hierarchy_leave - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_factions_enter','hud_tab_glow_factions_leave')]" + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_factions_enter','hud_tab_glow_factions_leave')]" + } } - } - widget_hud_main_tab = { - name = "tab_decisions" - tooltip = "DECISIONS_BUTTON" + widget_hud_main_tab = { + name = "tab_decisions" - blockoverride "maintab_button" - { - texture = "gfx/interface/skinned/hud_maintab/maintab_decisions.dds" + blockoverride "maintab_button" + { + texture = "gfx/interface/skinned/hud_maintab/maintab_decisions.dds" - onclick = "[ToggleGameView('decisions')]" - shortcut = "decision_window" - down = "[IsGameViewOpen('decisions')]" - } + onclick = "[ToggleGameView('decisions')]" + shortcut = "decision_window" + tooltip = "DECISIONS_BUTTON" + down = "[IsGameViewOpen('decisions')]" + } - state = { - name = _mouse_hierarchy_enter - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_decisions_leave','hud_tab_glow_decisions_enter')]" - } + state = { + name = _mouse_hierarchy_enter + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_decisions_leave','hud_tab_glow_decisions_enter')]" + } - state = { - name = _mouse_hierarchy_leave - on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_decisions_enter','hud_tab_glow_decisions_leave')]" + state = { + name = _mouse_hierarchy_leave + on_start = "[PdxGuiInterruptThenTriggerAllAnimations('hud_tab_glow_decisions_enter','hud_tab_glow_decisions_leave')]" + } } - } - widget = { - layoutpolicy_horizontal = expanding - size = { 0 15 } - - icon = { - visible = "[And( Not( IsPauseMenuShown ), And(Or(Not(IsObserver), GetPlayer.IsValid), IsDefaultGUIMode))]" - parentanchor = right|vcenter - position = { -5 0 } - texture = "gfx/interface/skinned/hud_spike_big.dds" - size = { 25 15 } - - using = Animation_ShowHide_Standard - } } } + } - # Invisible button to ensure that these shortcuts don't get hidden - button = { - size = { 0 0 } - onclick = "[ToggleCharacter( GetPlayer.GetID )]" - shortcut = "character_window" - } + # Invisible button to ensure that these shortcuts don't get hidden + button = { + size = { 0 0 } + onclick = "[ToggleCharacter( GetPlayer.GetID )]" + shortcut = "character_window" + } + + widget = { + datacontext = "[GetPlayer]" + datacontext = "[AccessLocalPlayerCachedData]" + datacontext = "[LocalPlayerCachedData.AccessNewArtifacts]" + datacontext = "[LocalPlayerCachedData.AccessCourtEvents]" + datacontext = "[Character.GetCourtGrandeurData]" + visible = "[And( And( Not( IsPauseMenuShown ), And(Or(Not(IsObserver), GetPlayer.IsValid), IsDefaultGUIMode)), HasDlcFeature( 'royal_court' ))]" + enabled = "[Character.HasRoyalCourt]" + + parentanchor = bottom + position = { 4 50 } + size = { 45 45 } - widget = { - datacontext = "[GetPlayer]" - datacontext = "[AccessLocalPlayerCachedData]" - datacontext = "[LocalPlayerCachedData.AccessNewArtifacts]" - datacontext = "[LocalPlayerCachedData.AccessCourtEvents]" - datacontext = "[Character.GetCourtGrandeurData]" - visible = "[And( And( Not( IsPauseMenuShown ), And(Or(Not(IsObserver), GetPlayer.IsValid), IsDefaultGUIMode)), HasDlcFeature( 'royal_court' ))]" - enabled = "[Character.HasRoyalCourt]" - position = { 4 50 } - size = { 45 45 } icon = { name = "royal_court_button_background" visible = "[Not(IsRightWindowOpen)]" @@ -764,7 +754,7 @@ widget = { widget_royal_court_notification = { visible = "[And( GreaterThanOrEqualTo_int32( CourtGrandeurData.GetCurrentLevel, CourtGrandeurData.GetMinimumExpectedLevel ), Or( GreaterThan_int32( LocalPlayerNewArtifacts.GetNumNewArtifactsOfCategory( 'court' ), '(int32)0' ), Or( GreaterThan_int32( LocalPlayerCourtEvents.GetNumberCourtEvents, '(int32)0' ), GreaterThan_int32( Character.GetNumPendingCourtEvents, '(int32)0' ) ) ) )]" - } + } widget_below_cgv_expectations = { visible = "[LessThan_int32( CourtGrandeurData.GetCurrentLevel, CourtGrandeurData.GetMinimumExpectedLevel )]" @@ -773,7 +763,6 @@ widget = { } } } - } } widget_stress_sounds = {} @@ -2734,9 +2723,8 @@ widget = { button_struggle_banner = {} } } - - } + ## Map Modes map_modes = { filter_mouse = all @@ -4343,6 +4331,11 @@ types HUD datacontext = "[InGameTopbar.GetIncomeBalanceBreakdown]" } + blockoverride "expenses" + { + datacontext = "[InGameTopbar.GetExpensesBalanceBreakdown]" + } + ##### T4N Changes vvvvv blockoverride "jankcome_gold" { text_single = { @@ -4351,11 +4344,6 @@ types HUD } } ##### T4N Changes ^^^^^ - - blockoverride "expenses" - { - datacontext = "[InGameTopbar.GetExpensesBalanceBreakdown]" - } } } diff --git a/WtWSMS/gui/window_character.gui b/WtWSMS/gui/window_character.gui index f4aa271eda..2867d93457 100644 --- a/WtWSMS/gui/window_character.gui +++ b/WtWSMS/gui/window_character.gui @@ -396,6 +396,8 @@ window = { } } + ##### T4N Section vvvvv + ################# ### Suzerain #### ################# @@ -481,7 +483,7 @@ window = { } } } - # End Suzerain + ##### T4N Section ^^^^^ ### Host container = { @@ -791,6 +793,26 @@ window = { } } + button_normal = { + name = "open_memories" + + size = { 35 35 } + datacontext = "[Character]" + tooltip = "OPEN_MEMORIES_TOOLTIP" + using = tooltip_es + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + button_memories = { + onclick = "[ToggleGameViewData( 'memories', Character.GetID )]" + size = { 25 25 } + parentanchor = center + } + } + button_normal = { name = "open_focus_button" size = { 35 35 } @@ -2048,10 +2070,7 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('family')]" - # Clear Custom Tab visbility - onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" - # Do not show selected if custom tab is selected - down = "[And(CharacterWindow.IsTabShown('family'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + down = "[CharacterWindow.IsTabShown('family')]" using = tooltip_above @@ -2081,10 +2100,7 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('relations')]" - # Clear Custom Tab visbility - onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" - # Do not show selected if custom tab is selected - down = "[And(CharacterWindow.IsTabShown('relations'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + down = "[CharacterWindow.IsTabShown('relations')]" using = tooltip_above @@ -2115,10 +2131,7 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('court')]" - # Clear Custom Tab visbility - onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" - # Do not show selected if custom tab is selected - down = "[And(CharacterWindow.IsTabShown('court'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + down = "[CharacterWindow.IsTabShown('court')]" using = tooltip_above @@ -2150,10 +2163,7 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('vassals')]" - # Clear Custom Tab visbility - onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" - # Do not show selected if custom tab is selected - down = "[And(CharacterWindow.IsTabShown('vassals'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + down = "[CharacterWindow.IsTabShown('vassals')]" using = tooltip_above @@ -2176,8 +2186,8 @@ window = { } } } - - # Custom tab + + ##### T4N Section vvvvv button_tab = { name = "tribs_button" datacontext = "[CharacterWindow.GetCharacter]" @@ -2210,6 +2220,7 @@ window = { } } } + ##### T4N Section ^^^^^ } spacer = { size = { 0 2 } } @@ -2228,8 +2239,7 @@ window = { widget = { name = "family" - # Modify visbility to include custom tab variable - visible = "[And(CharacterWindow.IsTabShown('family'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + visible = "[CharacterWindow.IsTabShown('family')]" size = { 100% 100% } using = Animation_Tab_Switch @@ -2594,8 +2604,7 @@ window = { widget = { name = "relations" - # Modify visbility to include custom tab variable - visible = "[And(CharacterWindow.IsTabShown('relations'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + visible = "[CharacterWindow.IsTabShown('relations')]" size = { 100% 100% } using = Animation_Tab_Switch @@ -2705,7 +2714,7 @@ window = { } } - vbox_character_row_item = { + vbox_character_row_relationship_item = { name = "lovers" visible = "[CharacterWindow.GetCharacter.IsAdult]" layoutpolicy_vertical = expanding @@ -2732,7 +2741,6 @@ window = { visible = "[GreaterThan_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'lover' ) ) ), '(int32)5' )]" onclick = "[CharacterWindow.ToggleExpandedRelation( 'lovers' )]" } - } vbox_character_row_item = { @@ -2749,6 +2757,7 @@ window = { text = "GUARDIAN_LABEL" } + blockoverride "expand_button" {} ### GUARDIAN FINDER @@ -2855,7 +2864,7 @@ window = { scissor = yes hbox = { - vbox_character_row_item = { + vbox_character_row_relationship_item = { name = "friends" layoutpolicy_vertical = expanding layoutpolicy_horizontal = expanding @@ -2876,7 +2885,7 @@ window = { } blockoverride "expand_button_inside" { - visible = "[GreaterThan_int32( GetDataModelSize(CharacterWindow.GetRelationsOfType( GetRelation( 'friend' ) )), '(int32)7' )]" + visible = "[GreaterThan_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'friend' ) ) ), '(int32)7' )]" onclick = "[CharacterWindow.ToggleExpandedRelation( 'friends' )]" } } @@ -2893,9 +2902,8 @@ window = { scissor = yes hbox = { - vbox_character_row_item = { + vbox_character_row_relationship_item = { name = "rivals" - visible = "[CharacterWindow.GetCharacter.IsAdult]" layoutpolicy_vertical = expanding layoutpolicy_horizontal = expanding @@ -2969,7 +2977,7 @@ window = { size = { 100% 100% } blockoverride "scrollbox_replace_vbox" { - vbox_character_row_item = { + vbox_character_row_relationship_item = { name = "rivals" margin_top = 10 spacing = 5 @@ -3001,7 +3009,7 @@ window = { size = { 100% 100% } blockoverride "scrollbox_replace_vbox" { - vbox_character_row_item = { + vbox_character_row_relationship_item = { name = "friends" margin_top = 10 spacing = 5 @@ -3033,7 +3041,7 @@ window = { size = { 100% 100% } blockoverride "scrollbox_replace_vbox" { - vbox_character_row_item = { + vbox_character_row_relationship_item = { name = "friends" margin_top = 10 spacing = 5 @@ -3064,8 +3072,8 @@ window = { vbox_character_list = { datacontext = "[CharacterWindow.GetCourt]" - # Modify visbility to include custom tab variable - visible = "[And(CharacterWindow.IsTabShown('court'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + visible = "[CharacterWindow.IsTabShown('court')]" + blockoverride "sort_dropdown" { dropdown_sort_characterlist = { # unique name needed to distinct from vassal sort options @@ -3144,8 +3152,7 @@ window = { #################################### vbox_character_list = { - # Modify visbility to include custom tab variable - visible = "[And(CharacterWindow.IsTabShown('vassals'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" + visible = "[CharacterWindow.IsTabShown('vassals')]" datacontext = "[CharacterWindow.GetVassals]" blockoverride "sort_dropdown" { @@ -3178,6 +3185,7 @@ window = { } } } + blockoverride "character_count" { hbox = { @@ -3209,6 +3217,9 @@ window = { } } } + } + + ##### T4N Section vvvvv #################################### ######### CUSTOM TRIBS TAB ######### @@ -3245,8 +3256,7 @@ window = { visible = "[IsDataModelEmpty(Character.MakeScope.GetList('all_tributaries'))]" } } - # End custom tribs tab section - } + ##### T4N Section ^^^^^ ### EXPANDED VIEWS @@ -3524,7 +3534,6 @@ window = { tooltip = "[DiplomacyItem.GetTooltip]" using = tooltip_se - hbox = { spacing = 20 @@ -3766,6 +3775,7 @@ window = { } } + ###################################################### ################ TYPES AND TEMPLATES ################# ###################################################### @@ -3929,6 +3939,99 @@ window = { expand = {} } + ### Modified character row for relationship tab + type vbox_character_row_relationship_item = vbox { + spacing = -3 + + widget = { + layoutpolicy_horizontal = expanding + size = { 0 25 } + min_width = 110 + + block "expand_button" { + button_standard_hover = { + size = { 100% 100% } + + block "expand_button_inside" {} + } + } + + hbox = { + margin = { 10 0 } + + background = { + using = Text_Label_Background + alpha = 0.5 + margin = { 0 -2 } + } + + text_single = { + align = nobaseline + fontsize = 14 + + block "header_text" + { + raw_text = "#D NEEDS TEXT#!" + } + } + + expand = {} + + text_single = { + align = nobaseline + default_format = "#weak" + + block "remaining_items" { + visible = no + } + } + } + } + + hbox = { + layoutpolicy_horizontal = expanding + + using = Animation_Character_Window_Refresh + + block "gridbox" { + fixedgridbox = { + flipdirection = yes + addcolumn = 85 + addrow = 90 + datamodel_wrap = 7 + + block "gridbox_slots" + { + maxverticalslots = 1 + } + + block "portrait_datamodel" { + datamodel = "[CharacterWindow.GetParents]" + } + + item = { + portrait_head_small_relationship = { + blockoverride "portrait_button" + { + using = tooltip_ne + } + blockoverride "glow_visible" + { + visible = no + } + } + } + } + } + + block "find_partner" {} + + expand = {} + } + + expand = {} + } + type vbox_titles_claims_box = vbox { ## Titles @@ -4352,3 +4455,20 @@ window = { duration = 0.25 } } + + template Character_Window_Relation_Icon + { + size = { 24 24 } + framesize = { 40 40 } + + visible = "[ScriptedRelation.HasRelationBetween( CharacterWindow.GetCharacter, Character.Self )]" + + tooltipwidget = { + scripted_relation_tooltip = { + blockoverride "description_text" + { + text = "[GetScriptedRelationTooltip( ScriptedRelation, CharacterWindow.GetCharacter, Character )]" + } + } + } + } diff --git a/WtWSMS/history/provinces/_BP_notes.info b/WtWSMS/history/provinces/_BP_notes.info index f0bcf29f60..3a5f05d424 100644 --- a/WtWSMS/history/provinces/_BP_notes.info +++ b/WtWSMS/history/provinces/_BP_notes.info @@ -2,7 +2,7 @@ Asia Minor ------------------- -Phrygian moved be more centered on "New Phrygian" inscriptions and further from the Pontus +Phrygian moved be more centred on "New Phrygian" inscriptions and further from the Pontus https://commons.wikimedia.org/wiki/File:Map_Phrygian_inscriptions.png Byzantine Cultures extended based on this map https://commons.wikimedia.org/wiki/File:Hellenistic_Greek.png @@ -12,7 +12,7 @@ Horn of Africa -------------- Sidamic is the grab-bag non-Amhara/Tigre/Tigryna Ethiopics present before Amhara et al spread south. waaqism_pagan is Oromo-Somali, so moved to appropriate cultures -Cleaned up Welayata based on this map (with some guestimations and back-projections) +Cleaned up Welayata based on this map (with some estimations and back-projections) https://en.wikipedia.org/wiki/Omotic_languages#/media/File:Omotic_languages_german.svg For aa general idea of the locations of Cushtic/Omotic speakers, this map is useful: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Detailed_Afroasiatic_map.svg/2560px-Detailed_Afroasiatic_map.svg.png @@ -41,7 +41,7 @@ Some associated maps: which is quoting https://e-journals.ku.lt/journal/AB/article/1669/info Both are slightly anachronistic for us as by 476, it is unlikely that Slavisation was underway. -however, it does provide a useful bondary between where to put the Sklaveni and Antes for 476. +however, it does provide a useful boundary between where to put the Sklaveni and Antes for 476. So we should stick with the Sklaveni ruling over Baltic Veneti, Dnieper Baltic and Slavic regions Alamannians @@ -55,18 +55,10 @@ Gaulia Border between Gauls and Germans (Pre-Roman conquest); probable border for Romano-Gauls. https://en.wikipedia.org/wiki/Gauls#/media/File:Gallia_trib%C3%B9_59_aC.PNG -Franks, Chatti, and Saxons --------------- -Ripurian/Salian Frank division: -https://commons.wikimedia.org/wiki/File:Les_Francs_entre_400_et_440.svg -https://en.wikipedia.org/wiki/Frankish_language#/media/File:Altfr%C3%A4nkische_Sprache_600-700.png - Gaullic Alans: Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 -Auxerre is likely part of their domain, given it's bishop pleaded with Goar for mercy (PLRE Vol 2). - [2] Outlines toponymic evidence for Alanian settlement, especially concentrated from Orleans to Evereux (Map 4), with additional settlement around Rheims/Soissons/Metz region (Map 3). From 882c3dd42a7fc4d5e76e536e6d4477f87d9d2c4c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 18 Dec 2022 15:03:46 -0500 Subject: [PATCH 200/339] Update _BP_design.info --- _developer_documentation/_BP_design.info | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_developer_documentation/_BP_design.info b/_developer_documentation/_BP_design.info index 28004f52be..de46a070fc 100644 --- a/_developer_documentation/_BP_design.info +++ b/_developer_documentation/_BP_design.info @@ -75,6 +75,13 @@ OTHERS * Novtianists should likewise be added as minorities? They were present in limited numbers until at least 600 in Alexandria * https://web.archive.org/web/20190403211934/http://www.newadvent.org/cathen/11138a.htm +Slavs: +------------------ +According to Peter Heather in Empires and Barbarians, it was during the 6th century that most Slavs +underwent socio-political changes leading to an increasing stratification. Prior to that there are +indeed no attested mentions of Slavic leaders in for example Procopius. So I don't know if we should +add mechanics for this to evolve or if we should at start keep the previous setup since it was underway. + FINAL BITS ------------ * Polish up external conversion & associated events From d2934ffd76e9a3738fb77357478b8fa3717ebad8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 20 Dec 2022 18:38:18 -0500 Subject: [PATCH 201/339] Fixup western Alans * Also fix burgundian issue --- .../culture/cultures/BP_east_germanic.txt | 38 --- .../characters/_lt_rascek_new_chars.txt | 110 --------- WtWSMS/history/characters/romano_gallic.txt | 12 +- WtWSMS/history/titles/bp_k_brittany.txt | 56 ++++- WtWSMS/history/titles/bp_k_lugdunensis.txt | 223 +++++++++++++++--- 5 files changed, 253 insertions(+), 186 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index a0e8003253..238abfc220 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -642,44 +642,6 @@ vidivarii = { # Migrational Era Vidivarii 7 = caucasian_northern_dark_hair } } -#Isolates/Unclear origin -burgundian = { # Migrational Era Burgundians - color = burgundian - - ethos = ethos_egalitarian - heritage = heritage_east_germanic - language = language_burgundian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - #Ritual Traditions - tradition_religion_blending #Were far more accomidating of the Latin religious hierarchy than other Arian East Germans - tradition_concubines #Standard for German Christian cultures - #Realm Traditions - tradition_ruling_caste - #Combat Traditions - } - - dlc_tradition = { - trait = tradition_culture_blending - requires_dlc_flag = hybridize_culture - } - - name_list = name_list_burgundian - - coa_gfx = { german_group_coa_gfx western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } - unit_gfx = { western_unit_gfx } - - ethnicities = { - 25 = caucasian_blond - 15 = caucasian_ginger - 35 = caucasian_brown_hair - 25 = caucasian_dark_hair - } -} #Enigmatic Origin # * Earliest reference is participating in a raid late 3rd Century BC in Olbia (i.e., Romania), # around the same time as the Bastarnae diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index f21c48a35f..38acb7766c 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -4137,116 +4137,6 @@ SogdianSuyab009 = { 762.1.1 = { death = yes } } -#Orleans Alans Sub-holders -ArmoricanRennes000 = { - name = Guyomarc_h - religion = celtic_pagan - culture = armorican - 417.1.1 = { birth = yes } - 476.1.1 = { death = yes } -} -ArmoricanRennes001 = { - name = Ector - religion = celtic_pagan - culture = armorican - father = ArmoricanRennes000 - 439.1.1 = { birth = yes } - 492.1.1 = { death = yes } -} -ArmoricanRennes002 = { - name = Peredur - religion = celtic_pagan - culture = armorican - father = ArmoricanRennes001 - 473.1.1 = { birth = yes } - 513.1.1 = { death = yes } -} -ArmoricanRennes003 = { - name = Riaged - religion = celtic_pagan - culture = armorican - father = ArmoricanRennes002 - 496.1.1 = { birth = yes } - 559.1.1 = { death = yes } -} -GallicAnjou000 = { - name = Verucomborius - religion = celtic_pagan - culture = gallic - 416.1.1 = { birth = yes } - 474.1.1 = { death = yes } -} -GallicAnjou001 = { - name = Lutacos - religion = celtic_pagan - culture = gallic - father = GallicAnjou000 - 439.1.1 = { birth = yes } - 479.1.1 = { death = yes } -} -GallicAnjou002 = { - name = Gauladumnus - religion = celtic_pagan - culture = gallic - father = GallicAnjou001 - 476.1.1 = { birth = yes } - 532.1.1 = { death = yes } -} -GallicSable000 = { - name = Divicatus - religion = celtic_pagan - culture = gallic - 411.1.1 = { birth = yes } - 476.1.1 = { death = yes } -} -GallicSable001 = { - name = Autarigon - religion = celtic_pagan - culture = gallic - father = GallicSable000 - 430.1.1 = { birth = yes } - 482.1.1 = { death = yes } -} -GallicSable002 = { - name = Combumarus - religion = celtic_pagan - culture = gallic - father = GallicSable001 - 449.1.1 = { birth = yes } - 494.1.1 = { death = yes } -} -GallicSable003 = { - name = Adiatodumnus - religion = celtic_pagan - culture = gallic - father = GallicSable002 - 494.1.1 = { birth = yes } - 559.1.1 = { death = yes } -} -GallicMaine000 = { - name = Valetidorix - religion = celtic_pagan - culture = gallic - 429.1.1 = { birth = yes } - 483.1.1 = { death = yes } -} -GallicMaine001 = { - name = Verucomborius - religion = celtic_pagan - culture = gallic - father = GallicMaine000 - 466.1.1 = { birth = yes } - 524.1.1 = { death = yes } -} -GallicMaine002 = { - name = Orestociacus - religion = celtic_pagan - culture = gallic - father = GallicMaine001 - 499.1.1 = { birth = yes } - 566.1.1 = { death = yes } -} - #Britannia ### Deria diff --git a/WtWSMS/history/characters/romano_gallic.txt b/WtWSMS/history/characters/romano_gallic.txt index 2ae10293db..9264071a58 100644 --- a/WtWSMS/history/characters/romano_gallic.txt +++ b/WtWSMS/history/characters/romano_gallic.txt @@ -145,7 +145,17 @@ } } -#Removed: 307 (Fictional Vassal of Syagrius) +307 = { + name = "Ianius" # Vassal of Syagrius + religion = "nicene" + culture = "gallic" + 450.1.1 = { + birth = "450.1.1" + } + 489.5.2 = { + death = "489.5.2" + } +} 109754 = { name = "Venantius" diff --git a/WtWSMS/history/titles/bp_k_brittany.txt b/WtWSMS/history/titles/bp_k_brittany.txt index 99e6fccfe8..d7ff8137e0 100644 --- a/WtWSMS/history/titles/bp_k_brittany.txt +++ b/WtWSMS/history/titles/bp_k_brittany.txt @@ -22,7 +22,7 @@ c_vannes = { c_nantes = { 460.1.1 = { holder = 1210031 # Lério, fictional, to represent Romano-British influence in the area - liege = "d_orleans_alans" + liege = "d_lugdunensis_tertia" government = high_tribal_government } 486.1.1={ @@ -123,12 +123,52 @@ c_penthievre = { } } c_rennes = { - 450.1.1 = { #Goar Subdues the Bagaudae - holder = ArmoricanRennes000 - government = high_tribal_government - liege = d_orleans_alans + 450.1.1={ + holder=307 #Romano Gauls + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 1300968 # Austrapius + liege = k_neustria + } + 561.11.29={ + holder = 206851 # Charibert Meroving + liege = 0 + } + 567.1.1={ + holder = 30021 # Chilperic Meroving + } + 580.1.1={ + holder = 1300762 # Eunomius + liege = k_neustria + } + 583.1.1 = { + liege = d_gallia + } + 584.1.1 = { + holder = 1300970 # Berulfus + liege = k_paris + } + 584.9.27={ + holder = 1300750 # Willacharius + liege = k_orleans + } + 585.1.1 = { + liege = d_gallia + } + 585.6.1 = { + liege = d_limonum + } + 588.1.1 = { + liege = k_neustria + } + 590.1.1={ + holder = 30029 # Chlothar II Meroving + liege = 0 } - 476.1.1 = { holder = ArmoricanRennes001 } - 492.1.1 = { holder = ArmoricanRennes002 } - 513.1.1 = { holder = ArmoricanRennes003 } } diff --git a/WtWSMS/history/titles/bp_k_lugdunensis.txt b/WtWSMS/history/titles/bp_k_lugdunensis.txt index 2fb86ea0be..00a7050b3b 100644 --- a/WtWSMS/history/titles/bp_k_lugdunensis.txt +++ b/WtWSMS/history/titles/bp_k_lugdunensis.txt @@ -1198,7 +1198,9 @@ c_alencon = { #c_evreux history #Development by county d_lugdunensis_tertia = { - 1.1.1 = {} + 450.1.1={ holder=307 } + 460.1.1={ liege = k_soissons } #Doesn't register if included in 450 + 486.1.1={ holder = 0 } } c_tourraine = { #Development @@ -1212,14 +1214,54 @@ c_tourraine = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - - #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as - #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 - 442.1. = { holder = alan_chieftain_1 } #Goar - 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus - 455.1.1 = { holder = AmoricanAlanChieftan000 } - 484.1.1 = { holder = AmoricanAlanChieftan001 } - 519.1.1 = { holder = AmoricanAlanChieftan002 } + 450.1.1={ + holder=307 #Romano Gauls + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 1300968 # Austrapius + liege = k_neustria + } + 561.11.29={ + holder = 206851 # Charibert Meroving + liege = 0 + } + 567.1.1={ + holder = 30021 # Chilperic Meroving + } + 580.1.1={ + holder = 1300762 # Eunomius + liege = k_neustria + } + 583.1.1 = { + liege = d_gallia + } + 584.1.1 = { + holder = 1300970 # Berulfus + liege = k_paris + } + 584.9.27={ + holder = 1300750 # Willacharius + liege = k_orleans + } + 585.1.1 = { + liege = d_gallia + } + 585.6.1 = { + liege = d_limonum + } + 588.1.1 = { + liege = k_neustria + } + 590.1.1={ + holder = 30029 # Chlothar II Meroving + liege = 0 + } } c_vendome = { #Development @@ -1255,13 +1297,54 @@ c_maine = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 449.1.1 = { #Goar Subdues the Bagaudae - holder = GallicMaine000 - government = high_tribal_government - liege = d_orleans_alans + 450.1.1={ + holder=307 #Romano Gauls + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 1300968 # Austrapius + liege = k_neustria + } + 561.11.29={ + holder = 206851 # Charibert Meroving + liege = 0 + } + 567.1.1={ + holder = 30021 # Chilperic Meroving + } + 580.1.1={ + holder = 1300762 # Eunomius + liege = k_neustria + } + 583.1.1 = { + liege = d_gallia + } + 584.1.1 = { + holder = 1300970 # Berulfus + liege = k_paris + } + 584.9.27={ + holder = 1300750 # Willacharius + liege = k_orleans + } + 585.1.1 = { + liege = d_gallia + } + 585.6.1 = { + liege = d_limonum + } + 588.1.1 = { + liege = k_neustria + } + 590.1.1={ + holder = 30029 # Chlothar II Meroving + liege = 0 } - 483.1.1 = { holder = GallicMaine001 } - 524.1.1 = { holder = GallicMaine002 } } c_anjou = { #Development @@ -1275,13 +1358,54 @@ c_anjou = { 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1 = { #Goar Subdues the Bagaudae - holder = GallicAnjou000 - government = high_tribal_government - liege = d_orleans_alans + 450.1.1={ + holder=307 #Romano Gauls + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 1300968 # Austrapius + liege = k_neustria + } + 561.11.29={ + holder = 206851 # Charibert Meroving + liege = 0 + } + 567.1.1={ + holder = 30021 # Chilperic Meroving + } + 580.1.1={ + holder = 1300762 # Eunomius + liege = k_neustria + } + 583.1.1 = { + liege = d_gallia + } + 584.1.1 = { + holder = 1300970 # Berulfus + liege = k_paris + } + 584.9.27={ + holder = 1300750 # Willacharius + liege = k_orleans + } + 585.1.1 = { + liege = d_gallia + } + 585.6.1 = { + liege = d_limonum + } + 588.1.1 = { + liege = k_neustria + } + 590.1.1={ + holder = 30029 # Chlothar II Meroving + liege = 0 } - 474.1.1 = { holder = GallicAnjou001 } - 479.1.1 = { holder = GallicAnjou002 } } c_sable = { #c_maine history #Development @@ -1295,14 +1419,54 @@ c_sable = { #c_maine history 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 450.1.1 = { #Goar Subdues the Bagaudae - holder = GallicSable000 - government = high_tribal_government - liege = d_orleans_alans - } - 476.1.1 = { holder = GallicSable001 } - 482.1.1 = { holder = GallicSable002 } - 494.1.1 = { holder = GallicSable003 } + 450.1.1={ + holder=307 #Romano Gauls + } + 486.1.1={ + holder = 40 + } + 511.1.1={ + holder = 10076 # Chlodomer Meroving + } + 524.6.25={ + holder = 1300968 # Austrapius + liege = k_neustria + } + 561.11.29={ + holder = 206851 # Charibert Meroving + liege = 0 + } + 567.1.1={ + holder = 30021 # Chilperic Meroving + } + 580.1.1={ + holder = 1300762 # Eunomius + liege = k_neustria + } + 583.1.1 = { + liege = d_gallia + } + 584.1.1 = { + holder = 1300970 # Berulfus + liege = k_paris + } + 584.9.27={ + holder = 1300750 # Willacharius + liege = k_orleans + } + 585.1.1 = { + liege = d_gallia + } + 585.6.1 = { + liege = d_limonum + } + 588.1.1 = { + liege = k_neustria + } + 590.1.1={ + holder = 30029 # Chlothar II Meroving + liege = 0 + } } c_blois = { #c_tourraine history (changed from c_blois history) #Development @@ -1319,6 +1483,7 @@ c_blois = { #c_tourraine history (changed from c_blois history) #Given Alan support for Jovinus in Germania Inferior, it seems likely they were granted land as #early as 406, but we only have attestation of Aetius granting land to Goar's Alans in 442 + #Likely capital of Orleans Alans as it is "north of Orleans" 442.1. = { holder = alan_chieftain_1 } #Goar 446.1.1 = { holder = alan_chieftain_2 } #Sangibanus 455.1.1 = { holder = AmoricanAlanChieftan000 } From 78f134cea7be65ea00614b1f7f12cf07b7d65a86 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:03:31 -0500 Subject: [PATCH 202/339] Update BP_east_germanic.txt --- .../culture/cultures/BP_east_germanic.txt | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index 238abfc220..f02e6664b8 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -607,41 +607,6 @@ denziner = { # Move to Central Germanic heritage! 5 = caucasian_northern_dark_hair } } -vidivarii = { # Migrational Era Vidivarii - color = vidivarii - - parents = { gepid przeworsk } - created = 166.1.1 #Vandal migration away from Vistula - - ethos = ethos_communal - heritage = heritage_east_germanic - language = language_vandalic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - #Ritual Traditions - tradition_sacred_groves #Baltic heritage - #Realm Traditions - tradition_tribe_unity - #Combat Traditions - } - - name_list = name_list_vidivarii - - coa_gfx = { balto_finnic_group_coa_gfx sami_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { northern_clothing_gfx } - unit_gfx = { norse_unit_gfx } - - ethnicities = { - #50/50 Gepid/Baltic Admixture (then added to avoid any code problems) - 150 = caucasian_northern_blond - 30 = caucasian_northern_ginger - 13 = caucasian_northern_brown_hair - 7 = caucasian_northern_dark_hair - } -} #Enigmatic Origin # * Earliest reference is participating in a raid late 3rd Century BC in Olbia (i.e., Romania), # around the same time as the Bastarnae From d457a816f632b10257f541cf8b3c198957f4209b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:47:20 -0500 Subject: [PATCH 203/339] East Galinidan implementation --- WtWSMS/common/culture/cultures/BP_baltic.txt | 14 -------------- .../english/culture/BP_cultures_l_english.yml | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_baltic.txt b/WtWSMS/common/culture/cultures/BP_baltic.txt index ec40a2fcf8..33fccf66bf 100644 --- a/WtWSMS/common/culture/cultures/BP_baltic.txt +++ b/WtWSMS/common/culture/cultures/BP_baltic.txt @@ -156,20 +156,6 @@ vistula_veneti = { #Baltic Przeworsk; some Germanic influence from Wielbark mig 10 = slavic_northern_dark_hair } } - - - - - - - - - - - - - - #East Baltics aesti = { #Origin for both Lithuanian and Latgalians color = aesti diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 8592b1e751..de77b2a530 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -67,9 +67,9 @@ kolochin: "Kolochin" kolochin_collective_noun: "Kolochins" kolochin_prefix: "Kolocho" - east_galindian: "Galindaian" - east_galindian_collective_noun: "Galindaians" - east_galindian_prefix: "Galindaio" + east_galindian: "East Galindian" + east_galindian_collective_noun: "East Galindians" + east_galindian_prefix: "East Galindiano" dnieper_baltic: "Dnieper Baltic" dnieper_baltic_collective_noun: "Dnieper Balts" dnieper_baltic_prefix: "Dnieper Balto" From 3f36fb147ff0470fb15e5e2918fed34c2d8043a8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:00:02 -0500 Subject: [PATCH 204/339] Vandalic Kingdom Changes * Remove vandal kingdom title effect * Give the Vandals the Respendalid Alan kingdom title as well --- .../landed_titles/BP_titles_germanics.txt | 2 +- .../on_action/BP_culture_on_actions.txt | 16 -------- WtWSMS/common/on_action/BP_game_start.txt | 2 - .../common/on_action/BP_title_on_actions.txt | 8 ---- .../scripted_effects/BP_on_action_effects.txt | 40 ------------------- .../history/titles/BP_titles_east_iranian.txt | 9 ++++- .../english/BP_titles_l_english.yml | 2 - 7 files changed, 9 insertions(+), 70 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index a530921322..dcbb9ac96f 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -12,7 +12,7 @@ k_vandalica = { ai_primary_priority = { #Vandal culture never changes title if = { - limit = { culture = culture:vandal } + limit = { culture = culture:vandalic } add = @always_primary_score } } diff --git a/WtWSMS/common/on_action/BP_culture_on_actions.txt b/WtWSMS/common/on_action/BP_culture_on_actions.txt index 7e462bfeb5..243067097c 100644 --- a/WtWSMS/common/on_action/BP_culture_on_actions.txt +++ b/WtWSMS/common/on_action/BP_culture_on_actions.txt @@ -76,19 +76,3 @@ bp_update_same_religion_succession_law = { } } } - -# Happens when a character changes culture -# Root = character -on_character_culture_change = { - on_actions = { bp_update_vandal_kingdom_name } -} - -bp_update_vandal_kingdom_name = { - effect = { - #If a landed char changes culture, check the name of the Vandal Kingdom - if = { - limit = { root = { is_landed = yes } } - update_name_of_vandal_kingdom_effect = yes - } - } -} diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index f5d025c74f..03b096315d 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1129,8 +1129,6 @@ setup_vassal_contracts = { } other_title_effects = { effect = { - #Check the status of k_vandalica's name - update_name_of_vandal_kingdom_effect = yes #Unrevokable titles every_duchy = { limit = { this = title:d_senate } diff --git a/WtWSMS/common/on_action/BP_title_on_actions.txt b/WtWSMS/common/on_action/BP_title_on_actions.txt index 862c155814..73f25b5b8b 100644 --- a/WtWSMS/common/on_action/BP_title_on_actions.txt +++ b/WtWSMS/common/on_action/BP_title_on_actions.txt @@ -39,7 +39,6 @@ on_title_gain = { #Other On Actions BP_fall_of_rome BP_remove_migration_modifiers - BP_other_title_effects } } @@ -369,10 +368,3 @@ BP_remove_title_related_character_modifiers = { } } } - -BP_other_title_effects = { - effect = { - #Check the state of k_vandalica's name - update_name_of_vandal_kingdom_effect = yes - } -} diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 51aeca5903..86e933a759 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -647,46 +647,6 @@ boostrap_prevention_effect = { } } -#Checks whether the kingdom should be "Vandals" or "Vandals and Alans" -update_name_of_vandal_kingdom_effect = { - if = { - limit = { exists = title:k_vandalica.holder } - if = { - limit = { title:k_vandalica.holder = { culture = culture:alan } } - if = { - limit = { - #If at least one count is an vandalic, use both - title:k_vandalica.holder = { - any_vassal_or_below = { - primary_title.tier >= tier_county - culture = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:vandalic } } - } - } - } - title:k_vandalica = { set_title_name = "k_alans_and_vandals" } - } - else = { title:k_vandalica = { reset_title_name = yes } } - } - else_if = { - limit = { title:k_vandalica.holder = { culture = culture:vandalic } } - if = { - limit = { - #If at least one count is an alan, use both - title:k_vandalica.holder = { - any_vassal_or_below = { - primary_title.tier >= tier_county - culture = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:alan } } - } - } - } - title:k_vandalica = { set_title_name = "k_vandals_and_alans" } - } - else = { title:k_vandalica = { reset_title_name = yes } } - } - else = { title:k_vandalica = { reset_title_name = yes } } - } -} - ### Culture/Language shift stuff generic_shift_culture_event = { #Cf. Vanilla common/on_actions/yearly_on_actions.txt:yearly_global_pulse random_culture_global = { diff --git a/WtWSMS/history/titles/BP_titles_east_iranian.txt b/WtWSMS/history/titles/BP_titles_east_iranian.txt index 00cced99e2..8255e8eb26 100644 --- a/WtWSMS/history/titles/BP_titles_east_iranian.txt +++ b/WtWSMS/history/titles/BP_titles_east_iranian.txt @@ -1,7 +1,14 @@ k_respendalid = { 406.1.1 = { holder = 36056 } #Respindal 415.1.1 = { holder = 36057 } #Addak - 418.1.1 = { holder = 0 } + 418.12.31 = { holder = 1900078 } #Gunderic + 428.1.1 = { holder = 93 } #Gaisaric + 477.1.25 = { holder = 92 } #Huneric + 484.1.1 = { holder = 97 } #Gunthamund + 496.1.1 = { holder = 190070 } #Thrasamund + 523.1.1 = { holder = 94 } #Hilderic + 530.1.1 = { holder = 190071 } #Gelimer + 534.1.1 = { holder = 0 } #Fall of the Kingdom } d_valentois_alans = { diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 728ebcd610..ac4626a799 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -733,8 +733,6 @@ #### Germanic Titles #Kingdoms k_vandalica: "Kingdom of the Vandals" - k_vandals_and_alans: "Kingdom of the Vandals and Alans" - k_alans_and_vandals: "Kingdom of the Alans and Vandals" k_vandalica_adj: "Vandal" k_gepidia:0 "Gepidia" k_gepidia_adj:0 "Gepid" From 9e35099d46762164a38602c2235b9ba6956c10fe Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:36:41 -0500 Subject: [PATCH 205/339] Reorganize k_africa * Add new southern numidian duchy to break up super numidia * Move the Silingi to hold Numidia instead of Carthage * Move c_annaba to d_numidia * Fix Lambaesis being on the wrong side of the Mountains --- .../landed_titles/BP_e_north_africa.txt | 433 +++++++------ WtWSMS/history/provinces/bp_k_africa.txt | 75 +-- WtWSMS/history/titles/bp_k_africa.txt | 576 +++++++++++------- .../english/BP_titles_l_english.yml | 22 +- 4 files changed, 644 insertions(+), 462 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_north_africa.txt b/WtWSMS/common/landed_titles/BP_e_north_africa.txt index 5b8817c046..3778b82227 100644 --- a/WtWSMS/common/landed_titles/BP_e_north_africa.txt +++ b/WtWSMS/common/landed_titles/BP_e_north_africa.txt @@ -2155,133 +2155,6 @@ e_north_africa = { color = { 123 148 227 } } } - c_annaba = { - color = { 72 83 169 } - cultural_names = { - #Roman Cultures - name_list_roman = cn_hippo_regius - name_list_romano_gallic = cn_hippo_regius - name_list_romano_hispanic = cn_hippo_regius - name_list_romano_british = cn_hippo_regius - name_list_romano_african = cn_hippo_regius - name_list_romano_raetian = cn_hippo_regius - name_list_romano_thracian = cn_hippo_regius - name_list_romano_illyrian = cn_hippo_regius - name_list_romano_pannonian = cn_hippo_regius - name_list_dalmatian = cn_hippo_regius - name_list_romano_noric = cn_hippo_regius - name_list_romano_gothic = cn_hippo_regius - name_list_romano_dacian = cn_hippo_regius - name_list_romano_frank = cn_hippo_regius - name_list_romano_aramean = cn_hippo_regius - name_list_romano_vandalic = cn_hippo_regius - #Byzantine Cultures - name_list_greek = cn_hippon_basilikos - name_list_aeolian = cn_hippon_basilikos - name_list_helleno_aramean = cn_hippon_basilikos - name_list_greek_gothic = cn_hippon_basilikos - name_list_greek_persian = cn_hippon_basilikos - name_list_isaurian_persian = cn_hippon_basilikos - name_list_grecco_axumite = cn_hippon_basilikos - name_list_bosporan = cn_hippon_basilikos - name_list_pontic = cn_hippon_basilikos - name_list_tsakonian = cn_hippon_basilikos - name_list_massalian = cn_hippon_basilikos - name_list_helleno_thracian = cn_hippon_basilikos - name_list_helleno_libyan = cn_hippon_basilikos - #Berber Cultures - name_list_atlas_berber = cn_hippo - name_list_kabyle_berber = cn_hippo - name_list_zenati_berber = cn_hippo - name_list_eastern_berber = cn_hippo - #East Germanic Cultures - name_list_vandalic = cn_hippo_regius - name_list_alan = cn_hippo_regius - } - b_annaba = { - province = 4588 - cultural_names = { - #Roman Cultures - name_list_roman = cn_hippo_regius - name_list_romano_gallic = cn_hippo_regius - name_list_romano_hispanic = cn_hippo_regius - name_list_romano_british = cn_hippo_regius - name_list_romano_african = cn_hippo_regius - name_list_romano_raetian = cn_hippo_regius - name_list_romano_thracian = cn_hippo_regius - name_list_romano_illyrian = cn_hippo_regius - name_list_romano_pannonian = cn_hippo_regius - name_list_dalmatian = cn_hippo_regius - name_list_romano_noric = cn_hippo_regius - name_list_romano_gothic = cn_hippo_regius - name_list_romano_dacian = cn_hippo_regius - name_list_romano_frank = cn_hippo_regius - name_list_romano_aramean = cn_hippo_regius - name_list_romano_vandalic = cn_hippo_regius - #Byzantine Cultures - name_list_greek = cn_kalamos - #Berber Cultures - name_list_atlas_berber = cn_suthul - name_list_kabyle_berber = cn_suthul - name_list_zenati_berber = cn_suthul - name_list_eastern_berber = cn_suthul - #East Germanic Cultures - name_list_vandalic = cn_calama - } - color = { 72 83 169 } - } - b_qalama = { - province = 4630 - cultural_names = { - #Roman Cultures - name_list_roman = cn_calama - name_list_romano_gallic = cn_calama - name_list_romano_hispanic = cn_calama - name_list_romano_british = cn_calama - name_list_romano_african = cn_calama - name_list_romano_raetian = cn_calama - name_list_romano_thracian = cn_calama - name_list_romano_illyrian = cn_calama - name_list_romano_pannonian = cn_calama - name_list_dalmatian = cn_calama - name_list_romano_noric = cn_calama - name_list_romano_gothic = cn_calama - name_list_romano_dacian = cn_calama - name_list_romano_frank = cn_calama - name_list_romano_aramean = cn_calama - name_list_romano_vandalic = cn_calama - #Byzantine Cultures - name_list_greek = cn_kalama - name_list_aeolian = cn_kalama - name_list_helleno_aramean = cn_kalama - name_list_greek_gothic = cn_kalama - name_list_greek_persian = cn_kalama - name_list_isaurian_persian = cn_kalama - name_list_grecco_axumite = cn_kalama - name_list_bosporan = cn_kalama - name_list_pontic = cn_kalama - name_list_tsakonian = cn_kalama - name_list_massalian = cn_kalama - name_list_helleno_thracian = cn_kalama - name_list_helleno_libyan = cn_kalama - #NW Semitic Cultures - name_list_punic = cn_malaka - #Berber Cultures - name_list_atlas_berber = cn_suthul - name_list_kabyle_berber = cn_suthul - name_list_zenati_berber = cn_suthul - name_list_eastern_berber = cn_suthul - #East Germanic Cultures - name_list_vandalic = cn_calama - } - color = { 72 83 169 } - } - b_izan = { - province = 4752 - - color = { 72 83 169 } - } - } } d_byzacena = { #4 color = { 122 140 196 } @@ -2986,59 +2859,8 @@ e_north_africa = { color = { 52 86 177 } } } - c_qashtiliya = { - color = { 57 71 196 } - - b_tozeur = { - province = 4601 - cultural_names = { - #Roman Cultures - name_list_roman = cn_limisa - name_list_romano_gallic = cn_limisa - name_list_romano_hispanic = cn_limisa - name_list_romano_british = cn_limisa - name_list_romano_african = cn_limisa - name_list_romano_raetian = cn_limisa - name_list_romano_thracian = cn_limisa - name_list_romano_illyrian = cn_limisa - name_list_romano_pannonian = cn_limisa - name_list_dalmatian = cn_limisa - name_list_romano_noric = cn_limisa - name_list_romano_gothic = cn_limisa - name_list_romano_dacian = cn_limisa - name_list_romano_frank = cn_limisa - name_list_romano_aramean = cn_limisa - name_list_romano_vandalic = cn_limisa - #Byzantine Cultures - name_list_greek = cn_limisso - #Berber Cultures - name_list_atlas_berber = cn_limis - name_list_kabyle_berber = cn_limis - name_list_zenati_berber = cn_limis - name_list_eastern_berber = cn_limis - #East Germanic Cultures - name_list_vandalic = cn_limisa - } - color = { 57 71 196 } - } - b_taqyus = { - province = 4600 - - color = { 57 71 196 } - } - b_hamma = { - province = 4602 - - color = { 57 71 196 } - } - b_nafta = { - province = 4603 - - color = { 57 71 196 } - } - } - c_biskra = { - color = { 72 130 14 } + c_bilizma = { + color = { 69 97 42 } cultural_names = { #Roman Cultures name_list_roman = cn_lambaesis @@ -3065,8 +2887,8 @@ e_north_africa = { #East Germanic Cultures name_list_vandalic = cn_lambasba } - b_biskra = { - province = 4621 + b_bilizma = { + province = 4634 cultural_names = { #Roman Cultures name_list_roman = cn_lambaesis @@ -3093,6 +2915,189 @@ e_north_africa = { #East Germanic Cultures name_list_vandalic = cn_lambasba } + color = { 69 97 42 } + } + b_baghaya = { + province = 4627 + cultural_names = { + #Roman Cultures + name_list_roman = cn_bagai + name_list_romano_gallic = cn_bagai + name_list_romano_hispanic = cn_bagai + name_list_romano_british = cn_bagai + name_list_romano_african = cn_bagai + name_list_romano_raetian = cn_bagai + name_list_romano_thracian = cn_bagai + name_list_romano_illyrian = cn_bagai + name_list_romano_pannonian = cn_bagai + name_list_dalmatian = cn_bagai + name_list_romano_noric = cn_bagai + name_list_romano_gothic = cn_bagai + name_list_romano_dacian = cn_bagai + name_list_romano_frank = cn_bagai + name_list_romano_aramean = cn_bagai + name_list_romano_vandalic = cn_bagai + #East Germanic Cultures + name_list_vandalic = cn_bagai + } + color = { 69 97 42 } + } + } + c_annaba = { + color = { 72 83 169 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_hippo_regius + name_list_romano_gallic = cn_hippo_regius + name_list_romano_hispanic = cn_hippo_regius + name_list_romano_british = cn_hippo_regius + name_list_romano_african = cn_hippo_regius + name_list_romano_raetian = cn_hippo_regius + name_list_romano_thracian = cn_hippo_regius + name_list_romano_illyrian = cn_hippo_regius + name_list_romano_pannonian = cn_hippo_regius + name_list_dalmatian = cn_hippo_regius + name_list_romano_noric = cn_hippo_regius + name_list_romano_gothic = cn_hippo_regius + name_list_romano_dacian = cn_hippo_regius + name_list_romano_frank = cn_hippo_regius + name_list_romano_aramean = cn_hippo_regius + name_list_romano_vandalic = cn_hippo_regius + #Byzantine Cultures + name_list_greek = cn_hippon_basilikos + name_list_aeolian = cn_hippon_basilikos + name_list_helleno_aramean = cn_hippon_basilikos + name_list_greek_gothic = cn_hippon_basilikos + name_list_greek_persian = cn_hippon_basilikos + name_list_isaurian_persian = cn_hippon_basilikos + name_list_grecco_axumite = cn_hippon_basilikos + name_list_bosporan = cn_hippon_basilikos + name_list_pontic = cn_hippon_basilikos + name_list_tsakonian = cn_hippon_basilikos + name_list_massalian = cn_hippon_basilikos + name_list_helleno_thracian = cn_hippon_basilikos + name_list_helleno_libyan = cn_hippon_basilikos + #Berber Cultures + name_list_atlas_berber = cn_hippo + name_list_kabyle_berber = cn_hippo + name_list_zenati_berber = cn_hippo + name_list_eastern_berber = cn_hippo + #East Germanic Cultures + name_list_vandalic = cn_hippo_regius + name_list_alan = cn_hippo_regius + } + b_annaba = { + province = 4588 + cultural_names = { + #Roman Cultures + name_list_roman = cn_hippo_regius + name_list_romano_gallic = cn_hippo_regius + name_list_romano_hispanic = cn_hippo_regius + name_list_romano_british = cn_hippo_regius + name_list_romano_african = cn_hippo_regius + name_list_romano_raetian = cn_hippo_regius + name_list_romano_thracian = cn_hippo_regius + name_list_romano_illyrian = cn_hippo_regius + name_list_romano_pannonian = cn_hippo_regius + name_list_dalmatian = cn_hippo_regius + name_list_romano_noric = cn_hippo_regius + name_list_romano_gothic = cn_hippo_regius + name_list_romano_dacian = cn_hippo_regius + name_list_romano_frank = cn_hippo_regius + name_list_romano_aramean = cn_hippo_regius + name_list_romano_vandalic = cn_hippo_regius + #Byzantine Cultures + name_list_greek = cn_kalamos + #Berber Cultures + name_list_atlas_berber = cn_suthul + name_list_kabyle_berber = cn_suthul + name_list_zenati_berber = cn_suthul + name_list_eastern_berber = cn_suthul + #East Germanic Cultures + name_list_vandalic = cn_calama + } + color = { 72 83 169 } + } + b_qalama = { + province = 4630 + cultural_names = { + #Roman Cultures + name_list_roman = cn_calama + name_list_romano_gallic = cn_calama + name_list_romano_hispanic = cn_calama + name_list_romano_british = cn_calama + name_list_romano_african = cn_calama + name_list_romano_raetian = cn_calama + name_list_romano_thracian = cn_calama + name_list_romano_illyrian = cn_calama + name_list_romano_pannonian = cn_calama + name_list_dalmatian = cn_calama + name_list_romano_noric = cn_calama + name_list_romano_gothic = cn_calama + name_list_romano_dacian = cn_calama + name_list_romano_frank = cn_calama + name_list_romano_aramean = cn_calama + name_list_romano_vandalic = cn_calama + #Byzantine Cultures + name_list_greek = cn_kalama + name_list_aeolian = cn_kalama + name_list_helleno_aramean = cn_kalama + name_list_greek_gothic = cn_kalama + name_list_greek_persian = cn_kalama + name_list_isaurian_persian = cn_kalama + name_list_grecco_axumite = cn_kalama + name_list_bosporan = cn_kalama + name_list_pontic = cn_kalama + name_list_tsakonian = cn_kalama + name_list_massalian = cn_kalama + name_list_helleno_thracian = cn_kalama + name_list_helleno_libyan = cn_kalama + #NW Semitic Cultures + name_list_punic = cn_malaka + #Berber Cultures + name_list_atlas_berber = cn_suthul + name_list_kabyle_berber = cn_suthul + name_list_zenati_berber = cn_suthul + name_list_eastern_berber = cn_suthul + #East Germanic Cultures + name_list_vandalic = cn_calama + } + color = { 72 83 169 } + } + b_izan = { + province = 4752 + + color = { 72 83 169 } + } + } + } + d_south_numidia = { #Aka, Musulamii region beyond Roman proper control + color={ 40 90 150 } + capital = c_biskra + cultural_names = { + #Roman Cultures + name_list_roman = cn_numidia_militana + name_list_romano_gallic = cn_numidia_militana + name_list_romano_hispanic = cn_numidia_militana + name_list_romano_british = cn_numidia_militana + name_list_romano_african = cn_numidia_militana + name_list_romano_raetian = cn_numidia_militana + name_list_romano_thracian = cn_numidia_militana + name_list_romano_illyrian = cn_numidia_militana + name_list_romano_pannonian = cn_numidia_militana + name_list_dalmatian = cn_numidia_militana + name_list_romano_noric = cn_numidia_militana + name_list_romano_gothic = cn_numidia_militana + name_list_romano_dacian = cn_numidia_militana + name_list_romano_frank = cn_numidia_militana + name_list_romano_aramean = cn_numidia_militana + name_list_romano_vandalic = cn_numidia_militana + } + c_biskra = { + color = { 72 130 14 } + b_biskra = { + province = 4621 + color = { 72 130 14 } } @@ -3107,20 +3112,6 @@ e_north_africa = { color = { 72 130 14 } } } - c_bilizma = { - color = { 69 97 42 } - - b_bilizma = { - province = 4634 - - color = { 69 97 42 } - } - b_baghaya = { - province = 4627 - - color = { 69 97 42 } - } - } c_badis = { color = { 130 130 10 } @@ -3139,7 +3130,57 @@ e_north_africa = { color = { 57 71 196 } } + } + c_qashtiliya = { + color = { 57 71 196 } + b_tozeur = { + province = 4601 + cultural_names = { + #Roman Cultures + name_list_roman = cn_limisa + name_list_romano_gallic = cn_limisa + name_list_romano_hispanic = cn_limisa + name_list_romano_british = cn_limisa + name_list_romano_african = cn_limisa + name_list_romano_raetian = cn_limisa + name_list_romano_thracian = cn_limisa + name_list_romano_illyrian = cn_limisa + name_list_romano_pannonian = cn_limisa + name_list_dalmatian = cn_limisa + name_list_romano_noric = cn_limisa + name_list_romano_gothic = cn_limisa + name_list_romano_dacian = cn_limisa + name_list_romano_frank = cn_limisa + name_list_romano_aramean = cn_limisa + name_list_romano_vandalic = cn_limisa + #Byzantine Cultures + name_list_greek = cn_limisso + #Berber Cultures + name_list_atlas_berber = cn_limis + name_list_kabyle_berber = cn_limis + name_list_zenati_berber = cn_limis + name_list_eastern_berber = cn_limis + #East Germanic Cultures + name_list_vandalic = cn_limisa + } + color = { 57 71 196 } + } + b_taqyus = { + province = 4600 + + color = { 57 71 196 } + } + b_hamma = { + province = 4602 + + color = { 57 71 196 } + } + b_nafta = { + province = 4603 + + color = { 57 71 196 } + } } } } diff --git a/WtWSMS/history/provinces/bp_k_africa.txt b/WtWSMS/history/provinces/bp_k_africa.txt index 243af3f242..dfb0e36814 100644 --- a/WtWSMS/history/provinces/bp_k_africa.txt +++ b/WtWSMS/history/provinces/bp_k_africa.txt @@ -79,25 +79,6 @@ 4591 = { #AL_ARIBUS holding = none } -###c_annaba -4588 = { #ANNABA - culture = romano_african - religion = african_church - holding = castle_holding - buildings = { - castle_01 - cereal_fields_00 - pastures_00 - plantations_00 - } -} -4630 = { #QALAMA (aka calama) - holding = city_holding - buildings = { city_01 } -} -4752 = { #IZAN - holding = none -} ## d_byzacena ################################### @@ -191,21 +172,37 @@ 4626 = { #MASKIYANA holding = none } -###c_qashtiliya -4601 = { #TOZEUR +###c_bilizma +4634 = { #BILIZMA culture = tacawit religion = donatism - holding = tribal_holding + holding = castle_holding #Because Madghacen is a church_holding } -4600 = { #TAQYUS - holding = none +4627 = { #BAGHAYA + holding = church_holding #Madghacen, royal mausoleum-temple } -4602 = { #HAMMA - holding = none +###c_annaba +4588 = { #ANNABA + culture = romano_african + religion = african_church + holding = castle_holding + buildings = { + castle_01 + cereal_fields_00 + pastures_00 + plantations_00 + } } -4603 = { #NAFTA +4630 = { #QALAMA (aka calama) + holding = city_holding + buildings = { city_01 } +} +4752 = { #IZAN holding = none } + +## d_south_numidia ################################### + ###c_biskra 4621 = { #BISKRA culture = tacawit @@ -218,15 +215,6 @@ 4754 = { #WAGHLANAT holding = none } -###c_bilizma -4634 = { #BILIZMA - culture = tacawit - religion = donatism - holding = castle_holding #Because Madghacen is a church_holding -} -4627 = { #BAGHAYA - holding = church_holding #Madghacen, royal mausoleum-temple -} ###c_badis 4607 = { #MADILA culture = tacawit @@ -239,3 +227,18 @@ 4606 = { #MADAS holding = none } +###c_qashtiliya +4601 = { #TOZEUR + culture = tacawit + religion = donatism + holding = tribal_holding +} +4600 = { #TAQYUS + holding = none +} +4602 = { #HAMMA + holding = none +} +4603 = { #NAFTA + holding = none +} diff --git a/WtWSMS/history/titles/bp_k_africa.txt b/WtWSMS/history/titles/bp_k_africa.txt index e8a70cd01b..7e81dd100f 100644 --- a/WtWSMS/history/titles/bp_k_africa.txt +++ b/WtWSMS/history/titles/bp_k_africa.txt @@ -159,20 +159,27 @@ d_carthago = { holder=36073 # Bonifacius liege = "e_wre" } - 429.1.1={ - holder = 36065 # Geilar Silingi - liege=k_vandalica - government = subroman_government + #Vandals + 428.1.1={ + holder = 93 + liege = k_vandalica } - 432.1.1={ - holder = 36067 # Maioric Silingi + 477.1.25={ + holder = 92 } - 477.1.1={ - holder = 36068 # Wisimar Silingi + 484.1.1={ + holder = 97 } - 495.1.1={ - holder = 36066 # Gamuth Silingi + 496.1.1={ + holder = 190070 + } + 523.1.1={ + holder = 94 + } + 530.1.1={ + holder = 190071 } + #Roman Reconquest 534.1.1={ holder = 462172 # Archelaus Agricolus liege="e_byzantium" @@ -242,7 +249,7 @@ c_tunis = { 534.1.1 = { change_development_level = 15 } #Byzantine Africa 600.1.1 = { change_development_level = 20 } 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate - + #Rulers 334.1.1={ holder=190016 # Lollianus Mavortius liege = "e_roman_empire" @@ -377,7 +384,7 @@ c_satfura = { #c_bizerte history 534.1.1 = { change_development_level = 10 } #Byzantine Africa 600.1.1 = { change_development_level = 15 } 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate - + #Rulers 334.1.1={ holder=190016 # Lollianus Mavortius liege = "e_roman_empire" @@ -424,18 +431,24 @@ c_satfura = { #c_bizerte history holder=36073 # Bonifacius liege = "e_wre" } - 429.1.1={ - holder = 36065 # Geilar Silingi - liege=k_vandalica + 428.1.1={ + holder = 93 + liege = 0 } - 432.1.1={ - holder = 36067 # Maioric Silingi + 477.1.25={ + holder = 92 } - 477.1.1={ - holder = 36068 # Wisimar Silingi + 484.1.1={ + holder = 97 } - 495.1.1={ - holder = 36066 # Gamuth Silingi + 496.1.1={ + holder = 190070 + } + 523.1.1={ + holder = 94 + } + 530.1.1={ + holder = 190071 } 534.1.1={ holder = 462172 # Archelaus Agricolus @@ -507,86 +520,6 @@ c_medjerda = { 600.1.1 = { change_development_level = 7 } 698.1.1 = { change_development_level = 3 } #Arab conquest #Rulers - 383.1.1 = { - holder = 1301177 # Filomathius, consularis Byzacenae - liege = k_africa - } - 408.1.1 = { - holder = 1301178 # Candidianus, consularis Byzacenae - } - 418.1.1 = { - holder = 1301179 # Felicius, consularis Byzacenae - } - 429.1.1={ - holder = 36065 # Geilar Silingi - liege=k_vandalica - } - 432.1.1={ - holder = 36067 # Maioric Silingi - } - 477.1.1={ - holder = 36068 # Wisimar Silingi - } - 495.1.1={ - holder = 36066 # Gamuth Silingi - } - 534.1.1={ - holder = 1300969 # Himerius - liege = k_africa_prefect - } - 545.1.1={ - holder = 1300643 #Marcentius - } - 546.1.1={ - holder = 90109 # Athanasius of Idriphthon - liege = e_byzantium - } - 552.1.1={ - holder = 94003 # Paul Makris - } - 558.1.1={ - holder = 94005 # John Calathes - } - 563.1.1={ - holder = 94007 # John Rogathinus - } - 564.1.1={ - holder = 94008 # Thomas Volikakis - } - 565.1.1={ - holder = 94010 # Theodore Loverdos - } - 574.1.1={ - holder = 94008 # Thomas Volikakis - } - 578.1.1={ - holder = 94010 # Theodore Loverdos - } - 585.1.1={ - holder = 1300648 #Anonymus - } - 590.1.1={ - holder = 1300649 #Ioannes - } - 591.7.1={ #Exarchate of Africa - holder = 1300647 #Gennadius - liege = e_byzantium - } - 598.1.1={ - holder = 1300650 #Heraclius the Elder - } -} -c_annaba = { - #Development: Subroman provinces - 1.1.1 = { change_development_level = 10 } - 200.1.1 = { change_development_level = 20 } - 400.1.1 = { change_development_level = 30 } - 435.1.1 = { change_development_level = 15 } #Vandals migrate - 500.1.1 = { change_development_level = 20 } - 534.1.1 = { change_development_level = 10 } #Byzantine Africa - 600.1.1 = { change_development_level = 15 } - 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate - 334.1.1={ holder=190016 # Lollianus Mavortius liege = "e_roman_empire" @@ -633,19 +566,24 @@ c_annaba = { holder=36073 # Bonifacius liege = "e_wre" } - # Vandals - 429.1.1={ - holder = 36065 # Geilar Silingi - liege=k_vandalica + 428.1.1={ + holder = 93 + liege = 0 } - 432.1.1={ - holder = 36067 # Maioric Silingi + 477.1.25={ + holder = 92 } - 477.1.1={ - holder = 36068 # Wisimar Silingi + 484.1.1={ + holder = 97 } - 495.1.1={ - holder = 36066 # Gamuth Silingi + 496.1.1={ + holder = 190070 + } + 523.1.1={ + holder = 94 + } + 530.1.1={ + holder = 190071 } 534.1.1={ holder = 462172 # Archelaus Agricolus @@ -1036,9 +974,23 @@ d_numidia = { 420.1.1 = { holder = 1300909 #Aurelius Ianuarius } - 429.1.1 = { - holder = 0 + #Vandal Interlude + #d_carthago in CK2, but that doesn't mesh well with CK3 + 429.1.1={ + holder = 36065 # Geilar Silingi + liege=k_vandalica + government = subroman_government + } + 432.1.1={ + holder = 36067 # Maioric Silingi + } + 477.1.1={ + holder = 36068 # Wisimar Silingi + } + 495.1.1={ + holder = 36066 # Gamuth Silingi } + #Roman Reconquest 534.1.1 = { holder = 1300703 #Valerianus liege = k_africa_prefect @@ -1070,47 +1022,75 @@ c_constantine = { 534.1.1 = { change_development_level = 10 } #Byzantine Africa 600.1.1 = { change_development_level = 15 } 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate - - 360.1.1 = { - holder = 1008284 # Publilius Caeionius Caecina Albinus - liege = k_africa + #Rulers + 334.1.1={ + holder=190016 # Lollianus Mavortius + liege = "e_roman_empire" } - 388.1.1 = { - holder = 1300911 #Caecina Decius Albinus Iunior + 337.1.1={ + holder=36083 # Antonius Marcellinus + liege = "e_roman_empire" } - 393.1.1 = { - holder = 1300905 #Iul... + 338.1.1={ + holder=1900018 # Aurelius Celsinus + liege = "e_roman_empire" } - 397.1.1 = { - holder = 1300906 #Fl. Barbarus Donatianus + 339.1.1={ + holder=36085 # Proculus Celsinus + liege = "e_roman_empire" } - 399.1.1 = { - holder = 1300907 #Ianuarinus + 357.1.1={ + holder=36086 # Julius Favianus + liege = "e_roman_empire" } - 410.1.1 = { - holder = 1300908 #Generosus + 358.1.1={ + holder=36088 # Sextus Claudius Pestronius Probus + liege = "e_roman_empire" } - 420.1.1 = { - holder = 1300909 #Aurelius Ianuarius + 359.1.1={ + holder=36092 # Julius Proclianus + liege = "e_roman_empire" + } + 395.1.1={ + holder=1000500 # Ennodius + liege = e_roman_empire + } + 395.1.17={ + liege = e_wre + } + 404.1.1={ + holder=1008290 # Rufus Antonius Agrypnius Rufius + } + 420.1.1={ + holder=1000502 # Ennodius Felix + liege = "e_wre" } + 423.1.1={ + holder=36073 # Bonifacius + liege = "e_wre" + } + # Vandals 429.1.1={ - holder = 36059 # Alans - liege="k_vandalica" + holder = 36065 # Geilar Silingi + liege=k_vandalica } - 450.2.9={ - holder = 36060 # Alans + 432.1.1={ + holder = 36067 # Maioric Silingi } - 490.1.1={ - holder = 36063 # Alans + 477.1.1={ + holder = 36068 # Wisimar Silingi } - 534.1.1 = { - holder = 1300703 #Valerianus - liege = k_africa_prefect + 495.1.1={ + holder = 36066 # Gamuth Silingi } - 536.1.1 = { - holder = 1300609 #Marcellus + 534.1.1={ + holder = 462172 # Archelaus Agricolus + liege="e_byzantium" } - 536.6.1={ + 535.1.1={ + holder = 90108 # Solomon of Idriphthon + } + 536.1.1={ holder = 1004006 # Germanus } 539.1.1={ @@ -1119,16 +1099,14 @@ c_constantine = { 544.1.1={ holder = 479 # Sergius of Idriphthon } - 545.1.1 = { - holder = 1301196 # Guntharis, dux Numidiae - liege = k_africa_prefect + 545.1.1={ + holder = 90109 # Athanasius of Idriphthon } 546.1.1 = { - liege = e_byzantium + holder = 1301196 # Guntharis } - 546.2.6 = { + 546.2.6={ holder = 90109 # Athanasius of Idriphthon - liege = e_byzantium } 552.1.1={ holder = 94003 # Paul Makris @@ -1159,7 +1137,6 @@ c_constantine = { } 591.7.1={ #Exarchate of Africa holder = 1300647 #Gennadius - liege = e_byzantium } 598.1.1={ holder = 1300650 #Heraclius the Elder @@ -1267,99 +1244,215 @@ c_tabassa = { #c_biskra history (chagned from c_fses history) holder = 1300650 #Heraclius the Elder } } -c_qashtiliya = { #Tribal holding made part of Gaetulia - #Development: Tribal Roman +c_bilizma = { #c_constantine history (changed from c_biskra (elimination)) + #Development: Inland Plains 1.1.1 = { change_development_level = 3 } 200.1.1 = { change_development_level = 6 } 400.1.1 = { change_development_level = 9 } - 435.1.1 = { change_development_level = 3 } #Vandal kingdom established; rise of the tribals - 698.1.1 = { change_development_level = 2 } #Arab conquest + 435.1.1 = { change_development_level = 5 } #Vandal kingdom established + 500.1.1 = { change_development_level = 7 } + 534.1.1 = { change_development_level = 4 } #Byzantine reconquest + 600.1.1 = { change_development_level = 7 } + 698.1.1 = { change_development_level = 3 } #Arab conquest #Rulers + 334.1.1={ + holder=190016 # Lollianus Mavortius + liege = "e_roman_empire" + } + 337.1.1={ + holder=36083 # Antonius Marcellinus + liege = "e_roman_empire" + } + 338.1.1={ + holder=1900018 # Aurelius Celsinus + liege = "e_roman_empire" + } + 339.1.1={ + holder=36085 # Proculus Celsinus + liege = "e_roman_empire" + } + 357.1.1={ + holder=36086 # Julius Favianus + liege = "e_roman_empire" + } + 358.1.1={ + holder=36088 # Sextus Claudius Pestronius Probus + liege = "e_roman_empire" + } + 359.1.1={ + holder=36092 # Julius Proclianus + liege = "e_roman_empire" + } + 395.1.1={ + holder=1000500 # Ennodius + liege = e_roman_empire + } + 395.1.17={ + liege = e_wre + } + 404.1.1={ + holder=1008290 # Rufus Antonius Agrypnius Rufius + } 420.1.1={ - holder=144092 # Izemrasen + holder=1000502 # Ennodius Felix + liege = "e_wre" } - 490.1.1={ - holder=144093 # Mennad + 423.1.1={ + holder=36073 # Bonifacius + liege = "e_wre" } - 540.1.1={ - holder=36669 # Mennad II + # Vandals + 429.1.1={ + holder = 36065 # Geilar Silingi + liege=k_vandalica } -} -c_biskra = { #c_manzakine history (changed from c_biskra) - #Development: Tribal Roman - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 435.1.1 = { change_development_level = 3 } #Vandal kingdom established; rise of the tribals - 698.1.1 = { change_development_level = 2 } #Arab conquest - #Rulers - 380.1.1={ - holder = 36139 # Celestìnu Gitimelu + 432.1.1={ + holder = 36067 # Maioric Silingi } - 410.1.1={ - holder = 36140 # Masinissa Gitimelu + 477.1.1={ + holder = 36068 # Wisimar Silingi } - 460.1.1={ - holder = 36141 # Migali Oea + 495.1.1={ + holder = 36066 # Gamuth Silingi } - 510.1.1={ - holder = 36142 # Celestìnu Gitimelu + 534.1.1={ + holder = 462172 # Archelaus Agricolus + liege="e_byzantium" } - 540.1.1={ - holder = 36143 # Gratzianu Gitimelu + 535.1.1={ + holder = 90108 # Solomon of Idriphthon + } + 536.1.1={ + holder = 1004006 # Germanus + } + 539.1.1={ + holder = 90108 # Solomon of Idriphthon + } + 544.1.1={ + holder = 479 # Sergius of Idriphthon + } + 545.1.1={ + holder = 90109 # Athanasius of Idriphthon + } + 546.1.1 = { + holder = 1301196 # Guntharis + } + 546.2.6={ + holder = 90109 # Athanasius of Idriphthon + } + 552.1.1={ + holder = 94003 # Paul Makris + } + 558.1.1={ + holder = 94005 # John Calathes + } + 563.1.1={ + holder = 94007 # John Rogathinus + } + 564.1.1={ + holder = 94008 # Thomas Volikakis + } + 565.1.1={ + holder = 94010 # Theodore Loverdos + } + 574.1.1={ + holder = 94008 # Thomas Volikakis + } + 578.1.1={ + holder = 94010 # Theodore Loverdos + } + 585.1.1={ + holder = 1300648 #Anonymus + } + 590.1.1={ + holder = 1300649 #Ioannes + } + 591.7.1={ #Exarchate of Africa + holder = 1300647 #Gennadius + } + 598.1.1={ + holder = 1300650 #Heraclius the Elder } } -c_bilizma = { #c_constantine history (changed from c_biskra (elimination)) - #Development: Inland Plains - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 435.1.1 = { change_development_level = 5 } #Vandal kingdom established - 500.1.1 = { change_development_level = 7 } - 534.1.1 = { change_development_level = 4 } #Byzantine reconquest - 600.1.1 = { change_development_level = 7 } - 698.1.1 = { change_development_level = 3 } #Arab conquest +c_annaba = { + #Development: Subroman provinces + 1.1.1 = { change_development_level = 10 } + 200.1.1 = { change_development_level = 20 } + 400.1.1 = { change_development_level = 30 } + 435.1.1 = { change_development_level = 15 } #Vandals migrate + 500.1.1 = { change_development_level = 20 } + 534.1.1 = { change_development_level = 10 } #Byzantine Africa + 600.1.1 = { change_development_level = 15 } + 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate #Rulers - 360.1.1 = { - holder = 1008284 # Publilius Caeionius Caecina Albinus - liege = k_africa + 334.1.1={ + holder=190016 # Lollianus Mavortius + liege = "e_roman_empire" } - 388.1.1 = { - holder = 1300911 #Caecina Decius Albinus Iunior + 337.1.1={ + holder=36083 # Antonius Marcellinus + liege = "e_roman_empire" } - 393.1.1 = { - holder = 1300905 #Iul... + 338.1.1={ + holder=1900018 # Aurelius Celsinus + liege = "e_roman_empire" } - 397.1.1 = { - holder = 1300906 #Fl. Barbarus Donatianus + 339.1.1={ + holder=36085 # Proculus Celsinus + liege = "e_roman_empire" } - 399.1.1 = { - holder = 1300907 #Ianuarinus + 357.1.1={ + holder=36086 # Julius Favianus + liege = "e_roman_empire" } - 410.1.1 = { - holder = 1300908 #Generosus + 358.1.1={ + holder=36088 # Sextus Claudius Pestronius Probus + liege = "e_roman_empire" } - 420.1.1 = { - holder = 1300909 #Aurelius Ianuarius + 359.1.1={ + holder=36092 # Julius Proclianus + liege = "e_roman_empire" + } + 395.1.1={ + holder=1000500 # Ennodius + liege = e_roman_empire + } + 395.1.17={ + liege = e_wre } + 404.1.1={ + holder=1008290 # Rufus Antonius Agrypnius Rufius + } + 420.1.1={ + holder=1000502 # Ennodius Felix + liege = "e_wre" + } + 423.1.1={ + holder=36073 # Bonifacius + liege = "e_wre" + } + # Vandals 429.1.1={ - holder = 36059 # Alans - liege="k_vandalica" + holder = 36065 # Geilar Silingi + liege=k_vandalica } - 450.2.9={ - holder = 36060 # Alans + 432.1.1={ + holder = 36067 # Maioric Silingi } - 490.1.1={ - holder = 36063 # Alans + 477.1.1={ + holder = 36068 # Wisimar Silingi } - 534.1.1 = { - holder = 1300703 #Valerianus - liege = k_africa_prefect + 495.1.1={ + holder = 36066 # Gamuth Silingi } - 536.1.1 = { - holder = 1300609 #Marcellus + 534.1.1={ + holder = 462172 # Archelaus Agricolus + liege="e_byzantium" } - 536.6.1={ + 535.1.1={ + holder = 90108 # Solomon of Idriphthon + } + 536.1.1={ holder = 1004006 # Germanus } 539.1.1={ @@ -1368,16 +1461,14 @@ c_bilizma = { #c_constantine history (changed from c_biskra (elimination)) 544.1.1={ holder = 479 # Sergius of Idriphthon } - 545.1.1 = { - holder = 1301196 # Guntharis, dux Numidiae - liege = k_africa_prefect + 545.1.1={ + holder = 90109 # Athanasius of Idriphthon } 546.1.1 = { - liege = e_byzantium + holder = 1301196 # Guntharis } - 546.2.6 = { + 546.2.6={ holder = 90109 # Athanasius of Idriphthon - liege = e_byzantium } 552.1.1={ holder = 94003 # Paul Makris @@ -1408,12 +1499,39 @@ c_bilizma = { #c_constantine history (changed from c_biskra (elimination)) } 591.7.1={ #Exarchate of Africa holder = 1300647 #Gennadius - liege = e_byzantium } 598.1.1={ holder = 1300650 #Heraclius the Elder } } + +d_south_numidia = { + 1.1.1 = {} +} +c_biskra = { #c_manzakine history (changed from c_biskra) + #Development: Tribal Roman + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 435.1.1 = { change_development_level = 3 } #Vandal kingdom established; rise of the tribals + 698.1.1 = { change_development_level = 2 } #Arab conquest + #Rulers + 380.1.1={ + holder = 36139 # Celestìnu Gitimelu + } + 410.1.1={ + holder = 36140 # Masinissa Gitimelu + } + 460.1.1={ + holder = 36141 # Migali Oea + } + 510.1.1={ + holder = 36142 # Celestìnu Gitimelu + } + 540.1.1={ + holder = 36143 # Gratzianu Gitimelu + } +} c_badis = { #c_rmihe history #Development: Tribal Roman 1.1.1 = { change_development_level = 3 } @@ -1432,3 +1550,21 @@ c_badis = { #c_rmihe history holder=36146 # Bassu Barumini } } +c_qashtiliya = { #Tribal holding made part of Gaetulia + #Development: Tribal Roman + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 435.1.1 = { change_development_level = 3 } #Vandal kingdom established; rise of the tribals + 698.1.1 = { change_development_level = 2 } #Arab conquest + #Rulers + 420.1.1={ + holder=144092 # Izemrasen + } + 490.1.1={ + holder=144093 # Mennad + } + 540.1.1={ + holder=36669 # Mennad II + } +} diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index ac4626a799..84984e7ee0 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -333,20 +333,22 @@ d_sitifensis:0 "Sitifensis" d_sitifensis_adj:0 "Sitifensis" #k_africa - d_carthago:0 "Carthago" - d_carthago_adj:0 "Carthago" + d_carthago: "Carthago" + d_carthago_adj: "Carthaginian" d_byzacena: "Byzacena" d_byzacena_adj: "Byzacenan" - d_numidia:0 "Numidia" - d_numidia_adj:0 "Numidia" + d_numidia: "Numidia" + d_numidia_adj: "Numidian" c_badis:0 "Badis" c_badis_adj:0 "Badis" - k_tripolitania:0 "Tripolitania" - k_tripolitania_adj:0 "Tripolitania" - d_tripolitania:0 "Tripolitania" - d_tripolitania_adj:0 "Tripolitania" - d_leptis_magna:0 "Leptis Magna" - d_leptis_magna_adj:0 "Leptis Magna" + d_south_numidia: "South Numidia" + d_south_numidia_adj: "South Numidian" + k_tripolitania: "Tripolitania" + k_tripolitania_adj: "Tripolitanian" + d_tripolitania: "Tripolitania" + d_tripolitania_adj: "Tripolitanian" + d_leptis_magna: "Leptis Magna" + d_leptis_magna_adj: "Leptis Magnan" #### e_byzantium ###k_byzantium From 64c6e82a5abb25010d2afb89d4d53f44bfbb8a57 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:29:35 -0500 Subject: [PATCH 206/339] Update bp_k_lugdunensis.txt --- WtWSMS/history/titles/bp_k_lugdunensis.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WtWSMS/history/titles/bp_k_lugdunensis.txt b/WtWSMS/history/titles/bp_k_lugdunensis.txt index 00a7050b3b..a8847b750d 100644 --- a/WtWSMS/history/titles/bp_k_lugdunensis.txt +++ b/WtWSMS/history/titles/bp_k_lugdunensis.txt @@ -1198,7 +1198,10 @@ c_alencon = { #c_evreux history #Development by county d_lugdunensis_tertia = { - 450.1.1={ holder=307 } + 450.1.1={ + holder=307 + government = subroman_government + } 460.1.1={ liege = k_soissons } #Doesn't register if included in 450 486.1.1={ holder = 0 } } From 7b761ebe08a5cdefef18e141186dec9590bbbb5a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:33:30 -0500 Subject: [PATCH 207/339] Add south numidia to color storage --- WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt | 1 + WtWSMS/common/landed_titles/CK3CS_titles.txt | 1 + WtWSMS/common/on_action/000_CK3CS_titles.txt | 2 ++ WtWSMS/localization/english/CK3CS_titles_l_english.yml | 1 + 4 files changed, 5 insertions(+) diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt index 13753f5960..016f09ed23 100644 --- a/WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt +++ b/WtWSMS/common/coat_of_arms/coat_of_arms/CK3CS_titles.txt @@ -12189,6 +12189,7 @@ d_d_sons_kaleva_color = { pattern = "pattern_solid.dds" color1 = "white" color2 d_d_sophanene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } d_d_sophene_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } d_d_sous_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_d_south_numidia_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } d_d_spirit_guardians_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } d_d_spoleto_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } d_d_sriksetra_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } diff --git a/WtWSMS/common/landed_titles/CK3CS_titles.txt b/WtWSMS/common/landed_titles/CK3CS_titles.txt index db4d9e753c..7613928a37 100644 --- a/WtWSMS/common/landed_titles/CK3CS_titles.txt +++ b/WtWSMS/common/landed_titles/CK3CS_titles.txt @@ -12189,6 +12189,7 @@ d_d_sons_kaleva_color = { definite_form = yes color ={0 0 0} can_create = { alwa d_d_sophanene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } d_d_sophene_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } d_d_sous_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } +d_d_south_numidia_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } d_d_spirit_guardians_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } d_d_spoleto_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } d_d_sriksetra_color = { definite_form = yes color ={0 0 0} can_create = { always = no } } diff --git a/WtWSMS/common/on_action/000_CK3CS_titles.txt b/WtWSMS/common/on_action/000_CK3CS_titles.txt index 12d637d134..910df0181a 100644 --- a/WtWSMS/common/on_action/000_CK3CS_titles.txt +++ b/WtWSMS/common/on_action/000_CK3CS_titles.txt @@ -12201,6 +12201,7 @@ on_game_start = { title:d_sophanene = { set_variable = { name = color_storage value = title:d_d_sophanene_color } } title:d_sophene = { set_variable = { name = color_storage value = title:d_d_sophene_color } } title:d_sous = { set_variable = { name = color_storage value = title:d_d_sous_color } } + title:d_south_numidia = { set_variable = { name = color_storage value = title:d_d_south_numidia_color } } title:d_spirit_guardians = { set_variable = { name = color_storage value = title:d_d_spirit_guardians_color } } title:d_spoleto = { set_variable = { name = color_storage value = title:d_d_spoleto_color } } title:d_sriksetra = { set_variable = { name = color_storage value = title:d_d_sriksetra_color } } @@ -25046,6 +25047,7 @@ on_game_start = { title:d_d_sophanene_color = { set_color_from_title = title:d_sophanene } title:d_d_sophene_color = { set_color_from_title = title:d_sophene } title:d_d_sous_color = { set_color_from_title = title:d_sous } + title:d_d_south_numidia_color = { set_color_from_title = title:d_south_numidia } title:d_d_spirit_guardians_color = { set_color_from_title = title:d_spirit_guardians } title:d_d_spoleto_color = { set_color_from_title = title:d_spoleto } title:d_d_sriksetra_color = { set_color_from_title = title:d_sriksetra } diff --git a/WtWSMS/localization/english/CK3CS_titles_l_english.yml b/WtWSMS/localization/english/CK3CS_titles_l_english.yml index c5504e6709..7fa703fc3a 100644 --- a/WtWSMS/localization/english/CK3CS_titles_l_english.yml +++ b/WtWSMS/localization/english/CK3CS_titles_l_english.yml @@ -12190,6 +12190,7 @@ d_d_sophanene_color: "" d_d_sophene_color: "" d_d_sous_color: "" + d_d_south_numidia_color: "" d_d_spirit_guardians_color: "" d_d_spoleto_color: "" d_d_sriksetra_color: "" From 595a43fd220c1fc1cb52d3e504b8c67bc0eadeb5 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:38:37 -0500 Subject: [PATCH 208/339] Update bp_k_tarraconensis.txt Made punic provinces nicene --- WtWSMS/history/provinces/bp_k_tarraconensis.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_tarraconensis.txt b/WtWSMS/history/provinces/bp_k_tarraconensis.txt index 520abece08..6a8a22464d 100644 --- a/WtWSMS/history/provinces/bp_k_tarraconensis.txt +++ b/WtWSMS/history/provinces/bp_k_tarraconensis.txt @@ -392,7 +392,7 @@ ###c_iviza/Ibiza 2000 = { # IVIZA/Ibiza culture = punic #Originally Punic settlement - religion = mozarabic_church + religion = nicene holding = castle_holding } ###c_mallorca @@ -407,7 +407,7 @@ ###c_menorca 2002 = { # MINORCA/Menorca culture = punic - religion = mozarabic_church + religion = nicene holding = castle_holding } From 7ba26bff45c3c021f608545f21784d131adff3f4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:48:05 -0500 Subject: [PATCH 209/339] Romano-Alan rename --- WtWSMS/common/culture/cultures/BP_east_iranian.txt | 6 +++--- WtWSMS/common/named_colors/BP_culture_colors.txt | 2 +- WtWSMS/common/on_action/BP_game_start.txt | 2 +- WtWSMS/common/on_action/sea_minority_game_start.txt | 6 +++--- .../common/scripted_triggers/BP_culture_triggers.txt | 4 ++-- .../scripted_triggers/BP_sea_on_action_triggers.txt | 2 +- WtWSMS/history/characters/_LM_new_characters.txt | 10 +++++----- WtWSMS/history/provinces/bp_k_lugdunensis.txt | 4 ++-- .../english/culture/BP_cultural_history_l_english.yml | 2 +- .../english/culture/BP_cultures_l_english.yml | 6 +++--- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index 1689d3e597..e46070be5e 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -384,12 +384,12 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD } } ##### New to WtWSMS -alano_galloroman = { #Partially Romanized Alans - color = alano_galloroman +romano_alan = { #Partially Romanized Alans + color = romano_alan parents = { alan romano_gallic } created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them - history_loc_override = alano_galloroman_history_loc + history_loc_override = romano_alan_history_loc ethos = ethos_spiritual #Romano-Gallic inheritance heritage = heritage_east_iranian #Were still distinguishable from Romans into the VIth Century, probably by practices & language diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index ee4a8a7640..7169572495 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -133,7 +133,7 @@ colors = { dahi_scythian = { 0.45 0.25 0.25 } amardian = { 0.5 0.60 0.25 } nuristani = { 0.84 0.28 0.01 } - alano_galloroman = { 106 83 181 } + romano_alan = { 106 83 181 } alano_vandalic = { 204 102 153 } #East Slavic old_slavic = { 0.35 0.5 0.30 } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 03b096315d..486d74963f 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1706,7 +1706,7 @@ set_starting_culture_acceptance = { } } #Alains (Partly Romanized Alans in Armorica Tract) - culture:alano_galloroman = { + culture:romano_alan = { set_cultural_acceptance = { target = culture:romano_gallic value = 50 diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 8de332a421..a8f398d536 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1293,17 +1293,17 @@ BP_set_minorities_by_date = { } } if = { - limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:alano_galloroman } } } + limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:romano_alan } } } add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alano_galloroman + CULTURE = culture:romano_alan } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } else = { add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:alano_galloroman + CULTURE = culture:romano_alan } add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index abd2ebb8d0..7d302a6474 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -258,7 +258,7 @@ starts_with_writing_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alano_galloroman + this = culture:romano_alan this = culture:alano_vandalic #Iranian AND = { @@ -362,7 +362,7 @@ starts_with_social_stratification_trigger = { this = culture:khwarezmian this = culture:sakan this = culture:sogdian - this = culture:alano_galloroman + this = culture:romano_alan this = culture:alano_vandalic #Iranian this = { has_cultural_pillar = heritage_iranian } diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index 50dea83bfd..c74c7a3f0d 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -40,7 +40,7 @@ e_gaul_romance_trigger = { #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks AND = { NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } - NOT = { this.culture = culture:alano_galloroman } #Include the Alains as a special exception + NOT = { this.culture = culture:romano_alan } #Include the Alains as a special exception } NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } NOT = { this.culture = culture:old_frankish } diff --git a/WtWSMS/history/characters/_LM_new_characters.txt b/WtWSMS/history/characters/_LM_new_characters.txt index 8bd80e2a59..fd136ce334 100644 --- a/WtWSMS/history/characters/_LM_new_characters.txt +++ b/WtWSMS/history/characters/_LM_new_characters.txt @@ -2377,7 +2377,7 @@ alan_chieftain_1 = { trait = education_martial_4 #Warlike reputation trait = compassionate #Induced by Bishop of Auxerre to spare the Christians in his Domain } - 410.1.1 = { culture = alano_galloroman } + 410.1.1 = { culture = romano_alan } 446.1.1 = { death = yes } } alan_chieftain_2 = { @@ -2387,7 +2387,7 @@ alan_chieftain_2 = { culture = "alan" father = alan_chieftain_1 406.1.1 = { birth = yes } - 410.1.1 = { culture = alano_galloroman } + 410.1.1 = { culture = romano_alan } 455.1.1 = { death = yes } } #Unattested Alanic rulers of Orleans @@ -2399,7 +2399,7 @@ AmoricanAlanChieftan000 = { name = Alatey dynasty = alan_dynn_gokarid religion = scythian_pagan - culture = alano_galloroman + culture = romano_alan father = alan_chieftain_2 431.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2409,7 +2409,7 @@ AmoricanAlanChieftan001 = { name = Ashot dynasty = alan_dynn_gokarid religion = scythian_pagan - culture = alano_galloroman + culture = romano_alan father = AmoricanAlanChieftan000 460.1.1 = { birth = yes } 475.1.1 = { religion = nicene } @@ -2419,7 +2419,7 @@ AmoricanAlanChieftan002 = { name = Pulad dynasty = alan_dynn_gokarid religion = nicene - culture = alano_galloroman + culture = romano_alan father = AmoricanAlanChieftan001 499.1.1 = { birth = yes } 542.1.1 = { death = yes } diff --git a/WtWSMS/history/provinces/bp_k_lugdunensis.txt b/WtWSMS/history/provinces/bp_k_lugdunensis.txt index bedba50ab3..ad0f5cb55d 100644 --- a/WtWSMS/history/provinces/bp_k_lugdunensis.txt +++ b/WtWSMS/history/provinces/bp_k_lugdunensis.txt @@ -338,7 +338,7 @@ religion = gallican_church holding = castle_holding #aka Durocassium 442.1.1 = { - culture = alano_galloroman + culture = romano_alan religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century @@ -412,7 +412,7 @@ religion = hellenic_pagan holding = castle_holding #Vindocinum 442.1.1 = { - culture = alano_galloroman + culture = romano_alan religion = scythian_pagan } 475.1.1 = { religion = nicene } #Later Half of the Vth Century diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 3470ddaa2a..3adc9a13ff 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -27,7 +27,7 @@ galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians indo_scythian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 150 BC" - alano_galloroman_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" + romano_alan_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" #Iranians adhari_history_loc:0 "Formed from [CULTURE.GetName] and unknown cultures in the year 549 BC" parthian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the year 247 BC" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index de77b2a530..0369502be8 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -317,9 +317,9 @@ iazyges:0 "Iazyges" iazyges_collective_noun:0 "Iazyges" iazyges_prefix:0 "Iazyges" - alano_galloroman: "Alano-Galloroman" - alano_galloroman_collective_noun: "Alano-Galloromans" - alano_galloroman_prefix: "Alano-Galloromano" + romano_alan: "Romano-Alan" + romano_alan_collective_noun: "Romano-Alans" + romano_alan_prefix: "Romano-Alano" alano_vandalic: "Alano-Vandalic" alano_vandalic_collective_noun: "Alano-Vandals" alano_vandalic_prefix: "Alano-Vandalo" From 038cb2f85e55022de7bae73f1dff0c094cc0bb44 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Dec 2022 00:47:05 -0500 Subject: [PATCH 210/339] Update BP_traits.txt Make Enarei marriage ineligable --- WtWSMS/common/traits/BP_traits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WtWSMS/common/traits/BP_traits.txt b/WtWSMS/common/traits/BP_traits.txt index 9a9f06245f..8de7b1398a 100644 --- a/WtWSMS/common/traits/BP_traits.txt +++ b/WtWSMS/common/traits/BP_traits.txt @@ -503,6 +503,7 @@ enarei = { same_faith_opinion = 50 valid_sex = male + flag = can_not_marry #Avoids other potential issues by preventing marriage can_inherit = no ai_sociability = very_low_negative_ai_value From 1cbe5dd021ad4f73aa2de77c78f69165556e4caf Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Dec 2022 12:46:42 -0500 Subject: [PATCH 211/339] Touch up Romano-British presence Lowest Romanization areas became Briton with Romano-British minorities, based on this map: https://upload.wikimedia.org/wikipedia/commons/2/2b/Britain.4th.century.Roman.infrastructure.jpg --- .../on_action/sea_minority_game_start.txt | 30 +++++++++++++++++++ .../provinces/bp_k_britannia_prima.txt | 8 ++--- .../provinces/bp_k_britannia_secunda.txt | 8 ++--- 3 files changed, 38 insertions(+), 8 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index a8f398d536..ba5b741332 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1536,6 +1536,36 @@ BP_set_minorities_by_date = { CULTURE = culture:romano_british } } + #Limited Romanization based on this map: https://upload.wikimedia.org/wikipedia/commons/2/2b/Britain.4th.century.Roman.infrastructure.jpg + #To avoid sharp Romanization cut-off + every_county = { + limit = { + OR = { + this = title:c_glamorgan + this = title:c_monmouthshire + this = title:c_worcestershire + this = title:c_warwickshire + this = title:c_staffordshire + this = title:c_derby + this = title:c_west_riding + this = title:c_north_riding + } + } + if = { + limit = { any_neighboring_county = { this.culture = culture:romano_british } } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:insular_celtic + CULTURE = culture:romano_british + } + } + else = { + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:insular_celtic + CULTURE = culture:romano_british + } + } + } + # Other Specific Counties #======================== diff --git a/WtWSMS/history/provinces/bp_k_britannia_prima.txt b/WtWSMS/history/provinces/bp_k_britannia_prima.txt index 310dd0e9cb..b919ee84b3 100644 --- a/WtWSMS/history/provinces/bp_k_britannia_prima.txt +++ b/WtWSMS/history/provinces/bp_k_britannia_prima.txt @@ -29,7 +29,7 @@ ###c_warwickshire 1603 = { #Warwick - culture = romano_british + culture = briton religion = insular_celtic holding = castle_holding } @@ -55,7 +55,7 @@ } ###c_worcestershire 1624 = { #Worcester - culture = romano_british + culture = briton religion = insular_celtic holding = castle_holding } @@ -386,7 +386,7 @@ holding = none } ###c_glamorgan / Morgannwg 1649 = { #Cardiff - culture = romano_british + culture = briton religion = celtic_pagan holding = castle_holding 550.1.1 = { religion = insular_celtic } @@ -402,7 +402,7 @@ holding = none } ###c_monmouthshire / Gwent 1630 = { #Newport / Caerllion / b_casnewydd - culture = romano_british + culture = briton religion = insular_celtic holding = castle_holding 610.1.1 = { culture = welsh } diff --git a/WtWSMS/history/provinces/bp_k_britannia_secunda.txt b/WtWSMS/history/provinces/bp_k_britannia_secunda.txt index 64c9ffd71b..888cdf2f4f 100644 --- a/WtWSMS/history/provinces/bp_k_britannia_secunda.txt +++ b/WtWSMS/history/provinces/bp_k_britannia_secunda.txt @@ -27,7 +27,7 @@ ###c_north_riding 1595 = { # York - culture = romano_british + culture = briton religion = insular_celtic holding = tribal_holding 559.1.1 = { @@ -52,7 +52,7 @@ } ###c_east_riding 1588 = { #Pocklington - culture = romano_british + culture = briton religion = insular_celtic holding = tribal_holding 420.1.1 = { @@ -69,7 +69,7 @@ } ###c_west_riding 1591 = { #Leeds - culture = romano_british + culture = briton religion = insular_celtic holding = tribal_holding 580.1.1 = { culture = anglo } @@ -253,7 +253,7 @@ } ###c_derby 1621 = { #Derby - culture = romano_british + culture = briton religion = insular_celtic holding = castle_holding } From 09ec89cec302c13aadc5ae9b8eac6e7af6683fff Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Dec 2022 23:32:30 -0500 Subject: [PATCH 212/339] South Wales Kingdoms * Ergyng's history as somewhat independent of Gwent and its reunification * Added St. Dubric as a child of Ergyng dynasty * Added Dyfed and Updated family histories involved with Southern Welsh Kingdoms * Renamed Maximus Magnus' Dynasty to Theodosius * Added Co-Emperor Victor, son of Maximus Magnus * Overhauled Maximus Magnus family * Extened Powys East to what History Files labels as Pengwern holdings --- WtWSMS/common/dynasties/00_dynasties.txt | 4 +- .../common/landed_titles/BP_e_britannia.txt | 1 + .../BP_empire_roman_successors.txt | 5 - .../common/landed_titles/BP_titles_celtic.txt | 46 +- .../_lt_rascek_changed_characters.txt | 184 ++++++++ .../characters/_lt_rascek_new_chars.txt | 36 ++ WtWSMS/history/characters/briton.txt | 198 ++------- WtWSMS/history/characters/romano_british.txt | 85 +--- WtWSMS/history/characters/romano_hispanic.txt | 5 +- .../titles/BP_empire_roman_successors.txt | 129 ++---- WtWSMS/history/titles/BP_titles_celtic.txt | 52 ++- .../history/titles/bp_k_britannia_prima.txt | 402 +++++++----------- .../english/BP_titles_l_english.yml | 8 +- .../BP_dynasty_names_unsorted_l_english.yml | 1 + 14 files changed, 544 insertions(+), 612 deletions(-) diff --git a/WtWSMS/common/dynasties/00_dynasties.txt b/WtWSMS/common/dynasties/00_dynasties.txt index 130057b65e..dffb03eab0 100644 --- a/WtWSMS/common/dynasties/00_dynasties.txt +++ b/WtWSMS/common/dynasties/00_dynasties.txt @@ -1215,8 +1215,8 @@ } #1029134: Converted to House 1029135 = { - name="dynn_Macsen" - culture = romano_british + name="dynn_Theodosius" #Claimed to be connected to the Theodosian dynasty, so why not? + culture = romano_hispanic } 1029136 = { name = "dynn_Slovensky" diff --git a/WtWSMS/common/landed_titles/BP_e_britannia.txt b/WtWSMS/common/landed_titles/BP_e_britannia.txt index 4c44df9471..07c3084b58 100644 --- a/WtWSMS/common/landed_titles/BP_e_britannia.txt +++ b/WtWSMS/common/landed_titles/BP_e_britannia.txt @@ -3189,6 +3189,7 @@ e_britannia = { cultural_names = { #Celtic Cultures name_list_welsh = cn_amwythig + name_list_briton = cn_pengwern } b_shrewsbury = { province = 1646 diff --git a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt index 39621adcb9..6653c33fc0 100644 --- a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt +++ b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt @@ -141,11 +141,6 @@ d_guent = { capital = c_glamorgan #Guent } -d_brycheiniog = { - color={ 144 159 139 } - capital = c_pembrokeshire #Déisi -} - d_linnius = { color={ 164 103 141 } capital = c_lincolnshire #Lincoln diff --git a/WtWSMS/common/landed_titles/BP_titles_celtic.txt b/WtWSMS/common/landed_titles/BP_titles_celtic.txt index 50cc63da0f..94fe85d77b 100644 --- a/WtWSMS/common/landed_titles/BP_titles_celtic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_celtic.txt @@ -57,7 +57,7 @@ d_astures = { can_create = { custom_description = { text = cannot_create_title always = no } } } -#### e_britannia-related titles #### +#### Pictish Titles #### k_dal_riata = { color={ 0 64 165 } capital = c_argyll # Argyll @@ -115,6 +115,50 @@ d_cait = { } } } + +### Brition/Welsh Titles ### +d_ergyng = { + color={ 243 30 95 } + ignore_titularity_for_title_weighting = yes + capital = c_hereford # Ergyng + ai_primary_priority = { + if = { + limit = { culture = culture:briton } + add = @cultural_title_score + } + } +} +d_brycheiniog = { + color={ 144 159 139 } + ignore_titularity_for_title_weighting = yes + capital = c_brecknockshire #Brycheiniog + ai_primary_priority = { + if = { + limit = { culture = culture:briton } + add = @cultural_title_score + } + else_if = { + limit = { culture = culture:irish } + add = @correct_culture_primary_score + } + } +} +d_dyfed = { + color={ 200 150 100 } + ignore_titularity_for_title_weighting = yes + capital = c_dyfed #Dyfed + ai_primary_priority = { + if = { + limit = { culture = culture:briton } + add = @cultural_title_score + } + else_if = { + limit = { culture = culture:irish } + add = @correct_culture_primary_score + } + } +} + ### k_ireland titles d_aileach = { color={ 135 211 115 } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 0d26581d32..393f228431 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -198,6 +198,190 @@ RomanoGallic000 = { #PLRE vol. 2 Iovinus 2 (a usrper) 413.1.1 = { death = yes } } +### Romano-Britons (especially Magnus Maximus) + +##Magnus Maximus' Family +#Birth dates from: http://www.historyfiles.co.uk/FeaturesBritain/BritishMagnusMaximus.htm +159807_coemperor = { + name = "Victor" + dynasty = 1029135 #Macsen + religion = "nicene" + culture = "roman" + father = 159807 + mother = 188549 + 355.1.1 = { birth = yes } + 388.8.31 = { + death = { + death_reason = death_execution + killer = 36104 + } + } +} +159808 = { #Antonius, King of South-West Wales (Dyfed) + name = "Annwn_Dynod" + dynasty = 1029129 #Gwent + religion = "insular_celtic" + culture = "romano_british" + father = 159807 + mother = 188549 + 355.1.1 = { birth = yes } + 400.1.1 = { death = yes } #Demetius/Ednyfed ap Anwn flourished ca. 400 +} +159809 = { #Eugenius, King of South-Central Wales (Glywyssing) + name = "Owain" + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "romano_british" + father = 159807 + 358.1.1 = { birth = yes } + 440.1.1 = { death = yes } +} +159812 = { #Constantinus, King of North Wales (Gwynedd) + name = "Constantinus" + dynasty = 1029135 #Macsen + religion = "insular_celtic" + culture = "romano_british" + father = 159807 + mother = 188549 + 361.1.1 = { birth = yes } + 411.1.1 = { death = yes } +} +159807_son = { + name = "Peblig" + dynasty = 1029135 #Macsen + religion = "insular_celtic" + culture = "romano_british" + father = 159807 + mother = 188549 + disallow_random_traits = yes + 364.1.1 = { birth = yes } + #Not explicitly listed, but explains Sainthood & why he isn't tied to the rest of Welsh history + 380.1.1 = { trait = devoted } + 400.1.1 = { + death = yes + trait = saint + } +} +159811 = { + name = "Gratianna" + female = yes + dynasty = 1029135 #Macsen + religion = "insular_celtic" + culture = "romano_british" + father = 159807 + mother = 188549 + 367.1.1 = { birth = yes } + 380.1.1 = { add_spouse = 188544 }# Tudwal, ID 159436 in vanilla + 428.1.1 = { death = yes } +} +159810 = { + name = "Severa" + female = yes + dynasty = 1029135 #Macsen + religion = "insular_celtic" + culture = "romano_british" + father = 159807 + mother = 188549 + 370.1.1 = { birth = yes } + 377.1.1 = { add_spouse = 159056 } + 428.1.1 = { death = yes } +} +##Romanized Rulers of Dyfed +159816 = { + name = "Ednyfed" #Demetius + dynasty = 1029129 #Gwent + religion = "insular_celtic" + culture = "romano_british" + father = 159808 + 371.1.1 = { birth = yes } + 410.1.1 = { death = yes } +} +#Removed 159817 (Gloitguin) as the timing doesn't work well +159818 = { + name = "Clotri" #Clotrius + dynasty_house = house_dyfed_briton + religion = "insular_celtic" + culture = "romano_british" + father = 159816 + 388.1.1 = { birth = yes } + 404.1.1 = { culture = briton } #Goes native, explains Maelgwn and Gwledyr's Briton names + 421.1.1 = { death = yes } +} +159820 = { #Marries Triffin Matrilineally + name = "Gwledyr" + female = yes + dynasty_house = house_dyfed_briton + religion = "insular_celtic" + culture = "briton" + father = 159818 + 405.1.1 = { birth = yes } + 475.1.1 = { death = yes } +} +159819 = { + name = "Maelgwn" + dynasty_house = house_dyfed_briton + religion = "insular_celtic" + culture = "briton" + father = 159818 + 406.1.1 = { + birth = yes + trait = sickly #Why Maelgwn dies young and it passes via Gweldyr + } + 416.1.1 = { death = { death_reason = death_ill } } +} +##Romanized Rulers of Guenet +159821 = { + name = "Dyfnwal" # Donald + dynasty = 1029129 #Gwent + religion = "insular_celtic" + culture = "romano_british" + father = 159816 + 388.1.1 = { birth = yes } + 450.1.1 = { death = yes } +} +159822 = { + name = "Ynyr" # Honorius + dynasty = 1029129 + religion = "insular_celtic" + culture = "romano_british" + father = 159821 + 430.1.1 = { birth = yes } + 456.1.1 = { culture = briton } #Goes native, explains why his son is Briton (and has a non-Roman name) + 470.1.1 = { add_spouse = 159837 } + 500.1.1 = { death = yes } +} +## Caer-Leon Romanized Rulers +159813 = { + name = "Tudwal" + dynasty = 1029129 #Gwent + religion = "insular_celtic" + culture = "romano_british" + father = 159808 + 373.1.1 = { birth = yes } #Younger brother gets smaller share of the estate + 431.1.1 = { death = yes } +} +159814 = { + name = "Tewdrig" + dynasty = 1029129 + religion = "insular_celtic" + culture = "romano_british" + father = 159813 + 389.1.1 = { birth = yes } + 451.1.1 = { death = yes } +} +159815 = { + name = "Marchell" + female = yes + dynasty = 1029129 + religion = "insular_celtic" + culture = "romano_british" + father = 159814 + 405.1.1 = { birth = yes } + 421.1.1 = { add_spouse = 159320 } + 451.1.1 = { death = yes } +} + + ##### Moesogoths & Related #Aspar and Related diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 38acb7766c..2b2d59123d 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -4205,3 +4205,39 @@ AngloDeria006 = { #Putative father of Yffe Yffing 480.1.1 = { birth = yes } 530.1.1 = { death = yes } } + +### Ergyng +159961_daughter = { + name = "Efrddyl" # + female = yes + dynasty = 20037 #Ergyng + religion = "insular_celtic" + culture = "briton" + father = 159961 + 562.1.1 = { birth = yes } + 610.1.1 = { death = yes } +} +159961_grandson = { + name = "Dyfrig" #St. Dubricius + dynasty = 20037 #Ergyng + religion = "insular_celtic" + culture = "briton" + mother = 159961 + 563.1.1 = { + birth = yes + trait = bastard + trait = intellect_good_3 + trait = mystic_3 #According to legend, he healed his grandfather at birth, so why not? + trait = zealous + } + 579.1.1 = { + trait = education_learning_4 + trait = devoted + trait = patient + trait = ambitious + } + 612.11.14 = { #Catholic Encyclopedia 1913/St. Dubric + death = yes + trait = saint + } +} \ No newline at end of file diff --git a/WtWSMS/history/characters/briton.txt b/WtWSMS/history/characters/briton.txt index b9dc26c5cc..b19242ef31 100644 --- a/WtWSMS/history/characters/briton.txt +++ b/WtWSMS/history/characters/briton.txt @@ -918,7 +918,7 @@ 159325 = { name = "Rhain_Dremrudd" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159956 @@ -932,7 +932,7 @@ 159326 = { name = "Rhigeneu" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159325 @@ -946,7 +946,7 @@ 159327 = { name = "Llywarch" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159326 @@ -960,7 +960,7 @@ 159328 = { name = "Idwallon" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159327 @@ -974,7 +974,7 @@ 159329 = { name = "Rhiwallon" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159328 @@ -989,7 +989,7 @@ 159330 = { name = "Ceindrych" female = yes - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159329 @@ -1137,153 +1137,21 @@ } } -159813 = { - name = "Tudwal" # - dynasty = 1029129 #Gwent - religion = "insular_celtic" - culture = "briton" - father = 159808 - 373.1.1 = { - birth = "373.1.1" - } - 431.1.1 = { - death = "431.1.1" - } -} - -159814 = { - name = "Tewdrig" # - dynasty = 1029129 #Gwent - religion = "insular_celtic" - culture = "briton" - father = 159813 - 389.1.1 = { - birth = "389.1.1" - } - 451.1.1 = { - death = "451.1.1" - } -} - -159815 = { - name = "Marchell" # - female = yes - dynasty = 1029129 #Gwent - religion = "insular_celtic" - culture = "briton" - father = 159814 - 405.1.1 = { - birth = "405.1.1" - } - 421.1.1 = { - add_spouse = 159320 - } - 451.1.1 = { - death = "451.1.1" - } -} - -159816 = { - name = "Ednyfed" # - dynasty = 1029129 #Gwent - religion = "insular_celtic" - culture = "briton" - father = 159808 - 383.1.1 = { - birth = "365.1.1" - } - 431.1.1 = { - death = "431.1.1" - } -} - -159817 = { - name = "Gloitguin" # - dynasty_house = house_dyfed_briton #Dyfed - religion = "insular_celtic" - culture = "briton" - father = 159816 - 389.1.1 = { - birth = "389.1.1" - } - 451.1.1 = { - death = "451.1.1" - } -} - -159818 = { - name = "Clotri" # - dynasty_house = house_dyfed_briton #Dyfed - religion = "insular_celtic" - culture = "briton" - father = 159817 - 405.1.1 = { - birth = "405.1.1" - } - 475.1.1 = { - death = "475.1.1" - } -} - -159819 = { - name = "Maelgwn" # - dynasty_house = house_dyfed_briton #Dyfed - religion = "insular_celtic" - culture = "briton" - father = 159818 - 422.1.1 = { - birth = "422.1.1" - } - 475.1.1 = { - death = "475.1.1" - } -} +#Caer=Leon rulers (too small to model, unfortunately) +#159813: Changed +#159814: Changed +#159815: Changed -159820 = { - name = "Gwledyr" # - female = yes - dynasty_house = house_dyfed_briton #Dyfed - religion = "insular_celtic" - culture = "briton" - father = 159818 - 421.1.1 = { - birth = "421.1.1" - } - 475.1.1 = { - death = "475.1.1" - } -} +#Romanized Rulers of Dyfed and Related +#159816: Changed +#159817: Removed +#159818: Changed +#159819: Changed +#159820: Changed -159821 = { - name = "Dyfnwal" # Donald - dynasty = 1029129 #Gwent - religion = "insular_celtic" - culture = "briton" - father = 159816 - 388.1.1 = { - birth = "388.1.1" - } - 450.1.1 = { - death = "450.1.1" - } -} - -159822 = { - name = "Ynyr" # Honorius - dynasty = 1029129 #Gwent - religion = "insular_celtic" - culture = "briton" - father = 159821 - 430.1.1 = { - birth = "430.1.1" - } - 470.1.1 = { - add_spouse = 159837 - } - 500.1.1 = { - death = "500.1.1" - } -} +#Romanized Rulers of Guenet and Related +#159821: Changed +#159822: Changed 159823 = { name = "Caradoc" # Freichfras @@ -1748,7 +1616,7 @@ 159956 = { name = "Rein" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1763,7 +1631,7 @@ 13100130 = { name = "Cynog" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1778,7 +1646,7 @@ 13100131 = { name = "Cynog" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1793,7 +1661,7 @@ 13100132 = { name = "Nennocha" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish female = yes religion = "insular_celtic" culture = "briton" @@ -1809,7 +1677,7 @@ 13100133 = { name = "Nevydd" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish female = yes religion = "insular_celtic" culture = "briton" @@ -1824,7 +1692,7 @@ 13100134 = { name = "Ieuan" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1838,7 +1706,7 @@ 13100135 = { name = "Dogvan" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1853,7 +1721,7 @@ 13100136 = { name = "Endelyn" #Saint Endelyn female = yes - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1870,7 +1738,7 @@ 13100137 = { name = "Mynfreda" #Saint Menefrida female = yes - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1886,7 +1754,7 @@ 13100138 = { name = "Tedda" #Saint Tetha female = yes - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1904,7 +1772,7 @@ name = "Tedda" #Saint Tetha female = yes learning = 15 - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1921,7 +1789,7 @@ name = "Keyne" #Saint Keyne female = yes learning = 12 - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159323 @@ -1939,7 +1807,7 @@ 159957 = { name = "Nyfain" female = yes - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" father = 159956 @@ -2472,7 +2340,7 @@ 184130 = { name = "Maredudd" - dynasty_house = house_brycheiniog_irish #1st Brycheiniog + dynasty_house = house_brycheiniog_irish religion = "insular_celtic" culture = "briton" trait = bastard diff --git a/WtWSMS/history/characters/romano_british.txt b/WtWSMS/history/characters/romano_british.txt index 4162686dbf..dee50abd8b 100644 --- a/WtWSMS/history/characters/romano_british.txt +++ b/WtWSMS/history/characters/romano_british.txt @@ -397,72 +397,10 @@ } } -159810 = { - name = "Severa" # - female = yes - dynasty = 1029135 #Macsen - religion = "insular_celtic" - culture = "romano_british" - father = 159807 - mother = 188549 - 360.1.1 = { - birth = "360.1.1" - } - 377.1.1 = { - add_spouse = 159056 - } - 428.1.1 = { - death = "428.1.1" - } -} - -159811 = { - name = "Gratianna" # - female = yes - dynasty = 1029135 #Macsen - religion = "insular_celtic" - culture = "romano_british" - father = 159807 - mother = 188549 - 361.1.1 = { - birth = "361.1.1" - } - 380.1.1 = { - add_spouse = 188544 # Tudwal, ID 159436 in vanilla - } - 428.1.1 = { - death = "428.1.1" - } -} - -159808 = { ### - name = "Annwn_Dynod" # - dynasty = 1029129 #Gwent - religion = "insular_celtic" - culture = "romano_british" - father = 159807 - mother = 188549 - 367.1.1 = { - birth = "367.1.1" - } - 428.1.1 = { - death = "428.1.1" - } -} - -159809 = { - name = "Owain" # Owain Finddu - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 159807 - 355.1.1 = { - birth = "355.1.1" - } - 440.1.1 = { - death = "440.1.1" - } -} +#159810: Changed +#159811: Changed +#159808: Changed +#159809: Changed 159826 = { name = "Mor" # @@ -492,20 +430,7 @@ } } -159812 = { - name = "Constantinus" # - dynasty = 1029135 #Macsen - religion = "insular_celtic" - culture = "romano_british" - father = 159807 - mother = 188549 - 361.1.1 = { - birth = "361.1.1" - } - 411.1.1 = { - death = "411.1.1" - } -} +#159812: Changed 159932 = { name = "Prawst" diff --git a/WtWSMS/history/characters/romano_hispanic.txt b/WtWSMS/history/characters/romano_hispanic.txt index 1d3684ec2f..4fd12227fd 100644 --- a/WtWSMS/history/characters/romano_hispanic.txt +++ b/WtWSMS/history/characters/romano_hispanic.txt @@ -1328,7 +1328,10 @@ add_spouse = 188549 } 388.8.28 = { - death = "388.8.28" + death = { + death_reason = death_execution + killer = 70534 + } } } diff --git a/WtWSMS/history/titles/BP_empire_roman_successors.txt b/WtWSMS/history/titles/BP_empire_roman_successors.txt index a29908a380..e7b231aa82 100644 --- a/WtWSMS/history/titles/BP_empire_roman_successors.txt +++ b/WtWSMS/history/titles/BP_empire_roman_successors.txt @@ -234,107 +234,36 @@ d_powys = { } d_guent = { - 390.1.1={ - holder = 159808 #Annwn Dynod - government = high_tribal_government - } - 428.1.1={ - holder = 159813 #Tudwal ap Annwn - } - 431.1.1={ - holder = 159821 # Dyfnwal ap Edynfed - } - 450.1.1={ - holder = 159822 # Ynyr ap Dyfnwal - } - 500.1.1={ - holder = 159823 #Caradoc Freichfras - } - 530.1.1={ - holder = 159824 #Meurig - } - 550.1.1={ - holder = 159825 - } - 560.1.1={ - holder = 159830 - } - 590.1.1={ - holder = 159831 - } - 600.1.1={ - holder = 159834 - } - 605.1.1={ - holder = 159832 - } - 645.1.1={ - holder = 159833 - } - 665.1.1={ - holder = 159835 - } - 680.1.1={ - holder = 159116 - } - 710.1.1={ - holder = 159115 - } - 740.1.1={ - holder = 159114 - } - 780.1.1={ - holder = 159113 - } - 790.1.1={ - holder = 159112 - } - 810.1.1={ - holder = 159111 - } - 830.1.1={ - holder = 159110 - } - 1219.5.4={ - liege = k_england - } -} - -d_brycheiniog = { - 380.1.1={ - holder = 159317 #Aed Brosc and descendants - government = high_tribal_government - } - 391.1.1={ - holder = 159318 - } - 407.1.1={ - holder = 159319 - } - 415.1.1={ - holder = 159320 - } - 450.1.1={ - holder = 159323 - } - 492.1.1={ - holder = 159956 - } - 495.1.1={ - holder = 159325 - } - 510.1.1={ - holder = 159326 - } - 540.1.1={ - holder = 159327 - } - 580.1.1={ - holder = 159328 - } - 620.1.1={ - holder = 159329 + #Roman Period (Demetia) + 382.1.1 = { #Antonius Donatus Gregorius/Annwn Dynod + holder = 159808 + government = gubernatorial_government + } + 400.1.1 = { holder = 159816 } #Demetius/Ednyfed ap Anwn + #Split from Demetia/Dyfed (as nominally subordinate?) (but probably independent) during Roman withdrawal + 410.1.1={ #Dyfnwal ap Ednyfed + holder = 159821 + government = subroman_government } + 450.1.1={ holder = 159822 } # Ynyr ap Dyfnwal + 456.1.1={ government = high_tribal_government } # Honorius becomes Briton, degrading government? + 500.1.1={ holder = 159823 } #Caradoc Freichfras + 530.1.1={ holder = 159824 } #Meurig + 550.1.1={ holder = 159825 } + 560.1.1={ holder = 159830 } + 590.1.1={ holder = 159831 } + 600.1.1={ holder = 159834 } + 605.1.1={ holder = 159832 } + 645.1.1={ holder = 159833 } + 665.1.1={ holder = 159835 } + 680.1.1={ holder = 159116 } + 710.1.1={ holder = 159115 } + 740.1.1={ holder = 159114 } + 780.1.1={ holder = 159113 } + 790.1.1={ holder = 159112 } + 810.1.1={ holder = 159111 } + 830.1.1={ holder = 159110 } + 1219.5.4={ liege = k_england } } d_linnius = { diff --git a/WtWSMS/history/titles/BP_titles_celtic.txt b/WtWSMS/history/titles/BP_titles_celtic.txt index ab6e5b1017..a517fedc64 100644 --- a/WtWSMS/history/titles/BP_titles_celtic.txt +++ b/WtWSMS/history/titles/BP_titles_celtic.txt @@ -67,7 +67,7 @@ d_astures = { } } -#### e_britannia-related titles #### +#### Pictish Titles k_dal_riata = { 100.1.1={ government = tribal_government @@ -222,6 +222,56 @@ d_cait = { holder = 30044 # Breth II Caitál } } + +#### Briton/Welsh Titles ### +d_ergyng = { + 590.1.1={ #Pebiau + holder = 159961 + government = high_tribal_government + } + 610.1.1={ holder = 159962 } #Cynfyn + 630.1.1={ holder = 159963 } #Gwrgant + 650.1.1={ holder = 0 } #Onbrawst married Meurig of Gwent, reuniting Ergyng and Gwent +} +d_brycheiniog = { + #Proper split from Dyfred + 450.1.1={ #Brychan Brycheiniog, House Founder + holder = 159323 + government = high_tribal_government + } + 492.1.1={ holder = 159956 } #Rein ap Brychan + 495.1.1={ holder = 159325 } #Rhain ap Rein ("Dremrudd" a nick-name) + 510.1.1={ holder = 159326 } #Rhigeneu ap Rhain + 540.1.1={ holder = 159327 } #Llywarch ap Rhigeneu + 580.1.1={ holder = 159328 } #Idwallon ap Llywarch + 620.1.1={ holder = 159329 } #Rhiwallon ap Idwallon +} +d_dyfed = { + #Roman Period (Demetia) + 382.1.1 = { #Antonius Donatus Gregorius/Annwn Dynod + holder = 159808 + government = gubernatorial_government + } + 400.1.1 = { holder = 159816 } #Demetius/Ednyfed ap Anwn + 410.1.1 = { #Clotrius/Clotri ap Ednyfed + holder = 159818 + government = subroman_government + } + #Irish/Briton Period + 421.1.1 = { #Triffin mac Aed + holder = 159321 + government = high_tribal_government + } + 445.1.1={ holder = 159322 } #Aergol ap Gweldyr + 495.1.1={ holder = 159324 } #Gwerthefyr ap Aergol (Vortipor?) + 540.1.1={ holder = 159340 } #Cyngar ap Gwerthefyr + 570.1.1={ holder = 159341 } #Peder ap Cyngar + 595.1.1={ holder = 159342 } #Arthwr ap Peder + 620.1.1={ holder = 159343 } #Nowy ap Arthwr + 650.1.1={ holder = 159344 } #Gwlyddien ap Nowy + #Cloten (Gwlyddien) marries Ceindrych ferch Rhiwallon of Brycheiniog, unifying the titles for a period +} + ### k_ireland titles d_aileach = { 100.1.1={ diff --git a/WtWSMS/history/titles/bp_k_britannia_prima.txt b/WtWSMS/history/titles/bp_k_britannia_prima.txt index bd10f9d63e..c084260ea7 100644 --- a/WtWSMS/history/titles/bp_k_britannia_prima.txt +++ b/WtWSMS/history/titles/bp_k_britannia_prima.txt @@ -36,16 +36,42 @@ d_hereford = { holder=206803 # Æthelred Iclingas } } -c_warwickshire = { +c_warwickshire = { #Pengwern extents? + #Briton Rule + 300.1.1={ + holder=159944 #Gloyw + } + 321.1.1={ + holder=159945 # Gwydolin ap Gloyw + } + 351.1.1={ + holder=159946 # Gwydol ap Gwydolin + } + 365.1.1={ + holder=159947 # Pasgen ap Gwydol + } + 391.1.1={ + holder=159948 # Cadeyrn ap Pasgen + } + 441.1.1={ + holder=13100141 #Benlli, Irish usurper + } + 447.1.1={ + holder=159058 # Cadell Ddyrnllwg + } 470.1.1={ - holder = 6 # Earl Gawain Cadell of Luitcoyt + holder=159060 #Rhyddfedd, brother of Cadell } - 497.1.1={ - holder = 170148 # Earl Cynyr Cadell of Luitcoyt + 447.1.1={ + holder=159058 # Cadell Ddyrnllwg } - 499.1.1={ - holder = 170149 # Earl Lanval Cadell of Luitcoyt + 470.1.1={ + holder=159060 #Rhyddfedd, brother of Cadell } + 490.1.1={ + holder=159077 #Cyngen, son of Cadell + } + #Anglo-Saxon Rule 520.1.1={ holder = 144634 # Cytelbearn Uhtræding } @@ -62,16 +88,42 @@ c_warwickshire = { holder = 144635 # Peada Iclingas } } -c_staffordshire = { #c_warwickshire history +c_staffordshire = { #Pengwern extents? + #Briton Rule + 300.1.1={ + holder=159944 #Gloyw + } + 321.1.1={ + holder=159945 # Gwydolin ap Gloyw + } + 351.1.1={ + holder=159946 # Gwydol ap Gwydolin + } + 365.1.1={ + holder=159947 # Pasgen ap Gwydol + } + 391.1.1={ + holder=159948 # Cadeyrn ap Pasgen + } + 441.1.1={ + holder=13100141 #Benlli, Irish usurper + } + 447.1.1={ + holder=159058 # Cadell Ddyrnllwg + } 470.1.1={ - holder = 6 # Earl Gawain Cadell of Luitcoyt + holder=159060 #Rhyddfedd, brother of Cadell + } + 447.1.1={ + holder=159058 # Cadell Ddyrnllwg } - 497.1.1={ - holder = 170148 # Earl Cynyr Cadell of Luitcoyt + 470.1.1={ + holder=159060 #Rhyddfedd, brother of Cadell } - 499.1.1={ - holder = 170149 # Earl Lanval Cadell of Luitcoyt + 490.1.1={ + holder=159077 #Cyngen, son of Cadell } + #Anglo-Saxon Rule 520.1.1={ holder = 144634 # Cytelbearn Uhtræding } @@ -212,55 +264,27 @@ c_shropshire = { #c_shrewsbury history holder=206803 # Æthelred Iclingas } } -c_hereford = { - 300.1.1={ - holder=159944 #Gloyw - } - 321.1.1={ - holder=159945 # Gwydolin ap Gloyw - } - 351.1.1={ - holder=159946 # Gwydol ap Gwydolin - } - 365.1.1={ - holder=159947 # Pasgen ap Gwydol - } - 391.1.1={ - holder=159948 # Cadeyrn ap Pasgen - } - 441.1.1={ - holder=13100141 #Benlli, Irish usurper - } - 447.1.1={ - holder=159058 # Cadell Ddyrnllwg - } - 470.1.1={ - holder=159060 #Rhyddfedd, brother of Cadell - } - 490.1.1={ - holder=159077 #Cyngen, son of Cadell - } - 521.1.1={ - holder=159089 #Pasgen, son of Cyngen - } - 528.1.1={ - holder=159078 #Brochfael, Second son of Cyngen - } - 539.1.1={ - holder=13100144 #Mawn, son of Brochfael, Independent King of Pengwern - } - 577.1.1={ - holder=144636 # Thoræd Wistas - } - 610.1.1={ - holder=144637 # Ælfweard Wistas - } - 628.1.1={ - liege="k_mercia" - } - 650.1.1={ - holder=144641 # Beorhtric Wistas - } +c_hereford = { #Ergyng + 382.1.1={ holder = 159808 } #Antonius Donatus Gregorius/Annwn Dynod + 400.1.1={ holder = 159816 } #Demetius/Ednyfed ap Anwn + 410.1.1={ holder = 159821 } #Dyfnwal ap Edynfed + 450.1.1={ holder = 159822 } #Ynyr ap Dyfnwal + 500.1.1={ holder = 159823 } #Caradoc Freichfras + 530.1.1={ holder = 159824 } #Meurig + 550.1.1={ holder = 159825 } + 560.1.1={ holder = 159830 } + 590.1.1={ holder = 159831 } + 600.1.1={ holder = 159834 } + 605.1.1={ holder = 159832 } + 645.1.1={ holder = 159833 } + 665.1.1={ holder = 159835 } + 680.1.1={ holder = 159116 } + 710.1.1={ holder = 159115 } + 740.1.1={ holder = 159114 } + 780.1.1={ holder = 159113 } + 790.1.1={ holder = 159112 } + 810.1.1={ holder = 159111 } + 830.1.1={ holder = 159110 } } d_gloucester = { @@ -1160,75 +1184,35 @@ d_deheubarth = { liege = k_england } } -c_carmarthenshire = { #c_dyfed history - 380.1.1={ - holder = 159317 #Aed Brosc and descendants - } - 391.1.1={ - holder = 159318 - } - 407.1.1={ - holder = 159319 - } - 415.1.1={ - holder = 159320 - } - 450.1.1={ - holder = 159323 - } - 492.1.1={ - holder = 159956 - } - 495.1.1={ - holder = 159325 - } - 510.1.1={ - holder = 159326 - } - 540.1.1={ - holder = 159327 - } - 580.1.1={ - holder = 159328 - } - 620.1.1={ - holder = 159329 - } +c_carmarthenshire = { #Dyfed (more precisely, place for Irish settlement prior to taking over) + 380.1.1={ #Aed Brosc and descendants + holder = 159317 + government = high_tribal_government + liege = d_dyfed + } + 391.1.1={ holder = 159321 } #Triffin mac Aed + 445.1.1={ holder = 159322 } #Aergol ap Gweldyr + 495.1.1={ holder = 159324 } #Gwerthefyr ap Aergol (Vortipor?) + 540.1.1={ holder = 159340 } #Cyngar ap Gwerthefyr + 570.1.1={ holder = 159341 } #Peder ap Cyngar + 595.1.1={ holder = 159342 } #Arthwr ap Peder + 620.1.1={ holder = 159343 } #Nowy ap Arthwr + 650.1.1={ holder = 159344 } #Gwlyddien ap Nowy } -c_pembrokeshire = { #c_dyfed history (direct) - 380.1.1={ - holder = 159317 #Aed Brosc and descendants - } - 391.1.1={ - holder = 159318 - } - 407.1.1={ - holder = 159319 - } - 415.1.1={ - holder = 159320 - } - 450.1.1={ - holder = 159323 - } - 492.1.1={ - holder = 159956 - } - 495.1.1={ - holder = 159325 - } - 510.1.1={ - holder = 159326 - } - 540.1.1={ - holder = 159327 - } - 580.1.1={ - holder = 159328 - } - 620.1.1={ - holder = 159329 - } +c_pembrokeshire = { #Dyfed + #Roman Period (Demetia) + 382.1.1 = { holder = 159808 } #Antonius Donatus Gregorius/Annwn Dynod + 400.1.1 = { holder = 159816 } #Demetius/Ednyfed ap Anwn + 410.1.1 = { holder = 159818 } #Clotrius/Clotri ap Ednyfed + #Irish/Briton Period + 421.1.1 = { holder = 159321 } #Triffin mac Aed + 445.1.1={ holder = 159322 } #Aergol ap Gweldyr + 495.1.1={ holder = 159324 } #Gwerthefyr ap Aergol (Vortipor?) + 540.1.1={ holder = 159340 } #Cyngar ap Gwerthefyr + 570.1.1={ holder = 159341 } #Peder ap Cyngar + 595.1.1={ holder = 159342 } #Arthwr ap Peder + 620.1.1={ holder = 159343 } #Nowy ap Arthwr + 650.1.1={ holder = 159344 } #Gwlyddien ap Nowy } c_glamorgan = { 383.1.1={ @@ -1296,132 +1280,38 @@ c_glamorgan = { } } c_monmouthshire = { #c_gwent history (direct) - 390.1.1={ - holder = 159808 #Annwn Dynod - } - 428.1.1={ - holder = 159813 #Tudwal ap Annwn - } - 431.1.1={ - holder = 159821 # Dyfnwal ap Edynfed - } - 450.1.1={ - holder = 159822 # Ynyr ap Dyfnwal - } - 500.1.1={ - holder = 159823 #Caradoc Freichfras - } - 530.1.1={ - holder = 159824 #Meurig - } - 550.1.1={ - holder = 159825 - } - 560.1.1={ - holder = 159830 - } - 590.1.1={ - holder = 159831 - } - 600.1.1={ - holder = 159834 - } - 605.1.1={ - holder = 159832 - } - 645.1.1={ - holder = 159833 - } - 665.1.1={ - holder = 159835 - } - 680.1.1={ - holder = 159116 - } - 710.1.1={ - holder = 159115 - } - 740.1.1={ - holder = 159114 - } - 780.1.1={ - holder = 159113 - } - 790.1.1={ - holder = 159112 - } - 810.1.1={ - holder = 159111 - } - 830.1.1={ - holder = 159110 - } - 1219.5.4={ - liege = k_england - } + 382.1.1={ holder = 159808 } #Antonius Donatus Gregorius/Annwn Dynod + 400.1.1={ holder = 159816 } #Demetius/Ednyfed ap Anwn + 410.1.1={ holder = 159821 } # Dyfnwal ap Edynfed + 450.1.1={ holder = 159822 } # Ynyr ap Dyfnwal + 500.1.1={ holder = 159823 } #Caradoc Freichfras + 530.1.1={ holder = 159824 } #Meurig + 550.1.1={ holder = 159825 } + 560.1.1={ holder = 159830 } + 590.1.1={ holder = 159831 } + 600.1.1={ holder = 159834 } + 605.1.1={ holder = 159832 } + 645.1.1={ holder = 159833 } + 665.1.1={ holder = 159835 } + 680.1.1={ holder = 159116 } + 710.1.1={ holder = 159115 } + 740.1.1={ holder = 159114 } + 780.1.1={ holder = 159113 } + 790.1.1={ holder = 159112 } + 810.1.1={ holder = 159111 } + 830.1.1={ holder = 159110 } } -c_brecknockshire = { #c_gwent history - 390.1.1={ - holder = 159808 #Annwn Dynod - } - 428.1.1={ - holder = 159813 #Tudwal ap Annwn - } - 431.1.1={ - holder = 159821 # Dyfnwal ap Edynfed - } - 450.1.1={ - holder = 159822 # Ynyr ap Dyfnwal - } - 500.1.1={ - holder = 159823 #Caradoc Freichfras - } - 530.1.1={ - holder = 159824 #Meurig - } - 550.1.1={ - holder = 159825 - } - 560.1.1={ - holder = 159830 - } - 590.1.1={ - holder = 159831 - } - 600.1.1={ - holder = 159834 - } - 605.1.1={ - holder = 159832 - } - 645.1.1={ - holder = 159833 - } - 665.1.1={ - holder = 159835 - } - 680.1.1={ - holder = 159116 - } - 710.1.1={ - holder = 159115 - } - 740.1.1={ - holder = 159114 - } - 780.1.1={ - holder = 159113 - } - 790.1.1={ - holder = 159112 - } - 810.1.1={ - holder = 159111 - } - 830.1.1={ - holder = 159110 - } - 1219.5.4={ - liege = k_england - } +c_brecknockshire = { #Brycheiniog + 380.1.1={ holder = 159317 } #Aed Brosc and descendants + 391.1.1={ holder = 159318 } #Urb mac Aed + 407.1.1={ holder = 159319 } #Cormac mac Urb + 415.1.1={ holder = 159320 } #Anlach mac Cormac + #Proper split from Dyfred + 450.1.1={ holder = 159323 } #Brychan Brycheiniog, House Founder + 492.1.1={ holder = 159956 } #Rein ap Brychan + 495.1.1={ holder = 159325 } #Rhain ap Rein ("Dremrudd" a nick-name) + 510.1.1={ holder = 159326 } #Rhigeneu ap Rhain + 540.1.1={ holder = 159327 } #Llywarch ap Rhigeneu + 580.1.1={ holder = 159328 } #Idwallon ap Llywarch + 620.1.1={ holder = 159329 } #Rhiwallon ap Idwallon } diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 84984e7ee0..074a1a333c 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -877,9 +877,10 @@ d_kernev_adj:0 "Kernev" d_astures:0 "Astures" d_astures_adj:0 "Astures" - #### e_britannia-related titles #### + #Gaelic Titles k_dal_riata:0 "Dal Riata" k_dal_riata_adj:0 "Dal Riata" + #### Pictish Titles d_creones:0 "Creones" d_creones_adj:0 "Creones" d_fotla:0 "Fotla" @@ -890,6 +891,11 @@ d_fortriu_adj:0 "Fortriu" d_cait:0 "Cait" d_cait_adj:0 "Cait" + #Briton/Welsh Titles + d_ergyng: "Ergyng" + d_ergyng_adj: "Ergyng" + d_dyfed: "Dyfed" + d_dyfed_adj: "Dyfed" ### k_ireland titles d_aileach:0 "Aileach" d_aileach_adj:0 "Aileach" diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index 985a867bd0..7f0e63c02d 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -409,3 +409,4 @@ #Alans dynn_Gokarid: "Gokarid" dynn_Sambid: "Sambid" + From a07b07855bd2b4a573325b4ec3d3c0fa8c8b686c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 25 Dec 2022 23:37:42 -0500 Subject: [PATCH 213/339] Fix Errors * Add missing localizations * Add d_south_numidia to geographical regions * Fix c_dyfed actually named c_pembrokeshire --- WtWSMS/common/landed_titles/BP_titles_celtic.txt | 2 +- .../english/BP_titles_cultural_names_l_english.yml | 2 ++ .../geographical_regions/geographical_region.txt | 10 +++++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_titles_celtic.txt b/WtWSMS/common/landed_titles/BP_titles_celtic.txt index 94fe85d77b..ecdd0358a1 100644 --- a/WtWSMS/common/landed_titles/BP_titles_celtic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_celtic.txt @@ -146,7 +146,7 @@ d_brycheiniog = { d_dyfed = { color={ 200 150 100 } ignore_titularity_for_title_weighting = yes - capital = c_dyfed #Dyfed + capital = c_pembrokeshire #Dyfed ai_primary_priority = { if = { limit = { culture = culture:briton } diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index e417dc7a29..1e14a75b34 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -2723,6 +2723,8 @@ cn_numidia_cirtensis:0 "Numidia Cirtensis" cn_cirtan:0 "Cirtan" cn_numidia_cirtenswa:0 "Numidia Cirtenswa" + cn_numidia_militana: "Numidia Militana" + cn_bagai: "Bagai" #c_constantine cn_cirta:0 "Cirta" cn_ad_dianam:0 "Ad Dianam" diff --git a/WtWSMS/map_data/geographical_regions/geographical_region.txt b/WtWSMS/map_data/geographical_regions/geographical_region.txt index 0f8259a8b8..5a851eb83e 100644 --- a/WtWSMS/map_data/geographical_regions/geographical_region.txt +++ b/WtWSMS/map_data/geographical_regions/geographical_region.txt @@ -63,7 +63,7 @@ world_roman_empire_west_north_africa = { #k_mauretania d_tingitana d_caesariensis d_sitifensis #k_africa - d_carthago d_byzacena d_numidia + d_carthago d_byzacena d_numidia d_south_numidia #k_tripolitania d_tripolitania d_leptis_magna } @@ -293,7 +293,7 @@ custom_roman_cyrenaica = { custom_roman_africa = { duchies = { #k_africa - d_carthago d_byzacena d_numidia + d_carthago d_byzacena d_numidia d_south_numidia #Others d_tripolitania } @@ -690,7 +690,7 @@ world_africa_north_west = { ##### Changed from Vanilla #k_mauria d_canarias d_marrakesh d_sous d_tafilalt #k_africa - d_numidia d_carthago d_byzacena + d_numidia d_south_numidia d_carthago d_byzacena #k_gaetulia d_gaetulia d_mzab } @@ -1733,7 +1733,7 @@ custom_sahara_proper = { ##### Changed from Vanilla #k_garamantes d_garama d_ghadames d_ghat d_tibesti d_air d_kawar #k_africa - d_carthago d_byzacena d_numidia + d_carthago d_byzacena d_numidia d_south_numidia } } @@ -2603,7 +2603,7 @@ ghw_region_north_africa = { ##### Changed from Vanilla #k_mauretania d_tingitana d_caesariensis d_sitifensis #k_africa - d_carthago d_byzacena d_numidia + d_carthago d_byzacena d_numidia d_south_numidia #k_tripolitania d_tripolitania d_leptis_magna #Gaetulia From 3c97701e8595206945345d9f0dbaaefa16cb0fd3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Dec 2022 01:29:06 -0500 Subject: [PATCH 214/339] North Wales * Fixup Gwynedd history * Still need to review Powys --- WtWSMS/common/dynasties/00_dynasties.txt | 10 +- .../dynasty_houses/BP_dynasty_houses.txt | 9 + .../common/landed_titles/BP_titles_celtic.txt | 15 ++ .../_lt_rascek_changed_characters.txt | 157 +++++++++++++- WtWSMS/history/characters/briton.txt | 199 ++---------------- WtWSMS/history/characters/welsh.txt | 45 +--- WtWSMS/history/titles/BP_titles_celtic.txt | 13 ++ .../history/titles/bp_k_britannia_prima.txt | 155 +++----------- .../english/BP_titles_l_english.yml | 2 + 9 files changed, 252 insertions(+), 353 deletions(-) diff --git a/WtWSMS/common/dynasties/00_dynasties.txt b/WtWSMS/common/dynasties/00_dynasties.txt index dffb03eab0..adadca907c 100644 --- a/WtWSMS/common/dynasties/00_dynasties.txt +++ b/WtWSMS/common/dynasties/00_dynasties.txt @@ -513,18 +513,12 @@ culture = "marathi" } ### -14250 = { - name = "dynn_Ceredigion" - culture = "briton" -} +#14250: Removed (made house) 14255 = { name = "dynn_Seisyllwg" culture = "welsh" } -14284 = { - name = "dynn_Rhos" - culture = "briton" -} +#14284: Removed (made house) ### 19100 = { name = "dynn_BoyU_l" #Boyül diff --git a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt index fd45b6eb6d..37af9695f1 100644 --- a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt +++ b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt @@ -113,3 +113,12 @@ dynasty_house_attilid = { dynasty = hunnic_dynn_tarkhanid } +#Celts +dynasty_house_ceredigion = { #Replaces 14250 + name = dynn_Ceredigion + dynasty = 100064 #Gwynedd House +} +dynasty_house_rhos = { + name = dynn_Rhos + dynasty = 100064 #Gwynedd House +} diff --git a/WtWSMS/common/landed_titles/BP_titles_celtic.txt b/WtWSMS/common/landed_titles/BP_titles_celtic.txt index ecdd0358a1..ed715bf66d 100644 --- a/WtWSMS/common/landed_titles/BP_titles_celtic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_celtic.txt @@ -158,6 +158,21 @@ d_dyfed = { } } } +d_ceredigion = { + color={ 210 140 90 } + ignore_titularity_for_title_weighting = yes + capital = c_cardiganshire + ai_primary_priority = { + if = { + limit = { culture = culture:briton } + add = @cultural_title_score + } + else_if = { + limit = { culture = culture:welsh } + add = @correct_culture_primary_score + } + } +} ### k_ireland titles d_aileach = { diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 393f228431..e0e2b3836a 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -1963,7 +1963,7 @@ OstrogothAmalingValamer = { #New Char father = 159895 550.1.1 = { birth = yes } 611.1.1 = { - death = { death_reason = death_murder_known } + death = { death_reason = death_murder } give_nickname = nick_the_martyr trait = saint } @@ -6245,3 +6245,158 @@ JuteWihtware006 = { 471.1.1 = { birth = yes } 534.1.1 = { death = yes } } + +#Celts + +#Ceredigion House +159791 = { + name = "Ceredig" # ap Cunedda + dynasty_house = dynasty_house_ceredigion + religion = "insular_celtic" + culture = "briton" + father = 159010 + mother = 159039 + 395.1.1 = { birth = yes } + 453.1.1 = { death = yes } +} +159792 = { + name = "Usai" # ap Ceredig + dynasty_house = dynasty_house_ceredigion + religion = "insular_celtic" + culture = "briton" + father = 159791 + 420.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +159793 = { + name = "Serwyl" # ap Usai + dynasty_house = dynasty_house_ceredigion + religion = "insular_celtic" + culture = "briton" + father = 159792 + 450.1.1 = { birth = yes } + 525.1.1 = { death = yes } +} +159794 = { + name = "Boddw" # ap Serwyl + dynasty_house = dynasty_house_ceredigion + religion = "insular_celtic" + culture = "briton" + father = 159793 + 480.1.1 = { birth = yes } + 560.1.1 = { death = yes } +} +159795 = { + name = "Arthfoddw" # ap Bodw + dynasty_house = dynasty_house_ceredigion + religion = "insular_celtic" + culture = "briton" + father = 159794 + 520.1.1 = { birth = yes } + 595.1.1 = { death = yes } +} +159796 = { + name = "Arthlwys" # ap Arthfoddw + dynasty_house = dynasty_house_ceredigion + religion = "insular_celtic" + culture = "briton" + father = 159795 + 550.1.1 = { birth = yes } + 630.1.1 = { death = yes } +} +159797 = { + name = "Clydog" # ap Arthlwys + dynasty_house = dynasty_house_ceredigion + religion = "insular_celtic" + culture = "briton" + father = 159796 + 590.1.1 = { birth = yes } + 670.1.1 = { death = yes } +} + +#Rhos House +160038 = { + name = "Owain" # ap Einion + dynasty_house = dynasty_house_rhos + religion = "insular_celtic" + culture = "briton" + father = 159011 + 455.1.1 = { birth = yes } + 525.1.1 = { death = yes } +} +160039 = { + name = "Cynlas" # Goch ("the Red") + dynasty_house = dynasty_house_rhos + religion = "insular_celtic" + culture = "briton" + father = 160038 + 480.1.1 = { birth = yes } + 540.1.1 = { death = yes } +} +160040 = { + name = "Einion" #ap Cynlas + dynasty_house = dynasty_house_rhos + religion = "insular_celtic" + culture = "briton" + father = 160039 + 500.1.1 = { birth = yes } + 550.1.1 = { + death = yes + give_nickname = nick_the_saint + trait = saint + } +} +160041 = { + name = "Cadwal" + dynasty_house = dynasty_house_rhos + religion = "insular_celtic" + culture = "briton" + father = 160040 + 535.1.1 = { birth = yes } + 575.1.1 = { death = yes } +} +160042 = { + name = "Lfdyfwn" + dynasty_house = dynasty_house_rhos + religion = "insular_celtic" + culture = "briton" + father = 160041 + 570.1.1 = { birth = yes } + 630.1.1 = { death = yes } +} +160043 = { + name = "Einion" + dynasty_house = dynasty_house_rhos + religion = "insular_celtic" + culture = "briton" + father = 160042 + 600.1.1 = { birth = yes } + 650.1.1 = { death = yes } +} +160044 = { + name = "Rhufon" + dynasty_house = dynasty_house_rhos + religion = "insular_celtic" + culture = "welsh" + father = 160043 + 630.1.1 = { birth = yes } + 695.1.1 = { death = yes } +} +160045 = { + name = "Hywel" + dynasty_house = dynasty_house_rhos + religion = "nicene" + culture = "welsh" + father = 160044 + 660.1.1 = { birth = yes } + 700.1.1 = { death = yes } +} +160046 = { + name = "Meirchion" + dynasty_house = dynasty_house_rhos + religion = "nicene" + culture = "welsh" + father = 160045 + 690.1.1 = { birth = yes } + 740.1.1 = { death = yes } +} \ No newline at end of file diff --git a/WtWSMS/history/characters/briton.txt b/WtWSMS/history/characters/briton.txt index b19242ef31..919c234be9 100644 --- a/WtWSMS/history/characters/briton.txt +++ b/WtWSMS/history/characters/briton.txt @@ -1898,189 +1898,22 @@ } } -159791 = { - name = "Ceredig" # ap Cunedda - dynasty = 14250 # Ceredigion - religion = "insular_celtic" - culture = "briton" - father = 159010 - mother = 159039 - 395.1.1 = { - birth = "395.1.1" - } - 453.1.1 = { - death = "453.1.1" - } -} - -159792 = { - name = "Usai" # ap Ceredig - dynasty = 14250 # Ceredigion - religion = "insular_celtic" - culture = "briton" - father = 159791 - 420.1.1 = { - birth = "420.1.1" - } - 490.1.1 = { - death = "490.1.1" - } -} - -159793 = { - name = "Serwyl" # ab Usai - dynasty = 14250 # Ceredigion - religion = "insular_celtic" - culture = "briton" - father = 159792 - 450.1.1 = { - birth = "450.1.1" - } - 525.1.1 = { - death = "525.1.1" - } -} - -159794 = { - name = "Boddw" # ap Serwyl - dynasty = 14250 # Ceredigion - religion = "insular_celtic" - culture = "briton" - father = 159793 - 480.1.1 = { - birth = "480.1.1" - } - 560.1.1 = { - death = "560.1.1" - } -} - -159795 = { - name = "Arthfoddw" # ap Bodw - dynasty = 14250 # Ceredigion - religion = "insular_celtic" - culture = "briton" - father = 159794 - 520.1.1 = { - birth = "520.1.1" - } - 595.1.1 = { - death = "595.1.1" - } -} - -159796 = { - name = "Arthlwys" # ab Arthfoddw - dynasty = 14250 # Ceredigion - religion = "insular_celtic" - culture = "briton" - father = 159795 - 550.1.1 = { - birth = "550.1.1" - } - 630.1.1 = { - death = "630.1.1" - } -} - -159797 = { - name = "Clydog" # ab Arthlwys - dynasty = 14250 # Ceredigion - religion = "insular_celtic" - culture = "briton" - father = 159796 - 590.1.1 = { - birth = "590.1.1" - } - 670.1.1 = { - death = "670.1.1" - } -} - -160038 = { - name = "Owain" # ap Einion - dynasty = 14284 # Rhos - religion = "insular_celtic" - culture = "briton" - father = 159011 - 455.1.1 = { - birth = "455.1.1" - } - 525.1.1 = { - death = "525.1.1" - } -} - -160039 = { - name = "Cynlas" # Goch - dynasty = 14284 # Rhos - religion = "insular_celtic" - culture = "briton" - father = 160038 - 480.1.1 = { - birth = "480.1.1" - } - 540.1.1 = { - death = "540.1.1" - } -} - -160040 = { - name = "Einion" #ap Cynlas - dynasty = 14284 # Rhos - religion = "insular_celtic" - culture = "briton" - father = 160039 - 500.1.1 = { - birth = "500.1.1" - } - 550.1.1 = { - death = "550.1.1" - give_nickname = nick_the_saint - } -} - -160041 = { - name = "Cadwal" - dynasty = 14284 # Rhos - religion = "insular_celtic" - culture = "briton" - father = 160040 - 535.1.1 = { - birth = "535.1.1" - } - 575.1.1 = { - death = "575.1.1" - } -} - -160042 = { - name = "lfdyfwn" - dynasty = 14284 # Rhos - religion = "insular_celtic" - culture = "briton" - father = 160041 - 570.1.1 = { - birth = "570.1.1" - } - 630.1.1 = { - death = "630.1.1" - } -} - -160043 = { - name = "Einion" - dynasty = 14284 # Rhos - religion = "insular_celtic" - culture = "briton" - father = 160042 - 600.1.1 = { - birth = "600.1.1" - } - 650.1.1 = { - death = "650.1.1" - } -} +#Ceredigion +#159791: Changed +#159792: Changed +#159793: Changed +#159794: Changed +#159795: Changed +#159796: Changed +#159797: Changed + +#Rhos +#160038: Changed +#160039: Changed +#160040: Changed +#160041: Changed +#160042: Changed +#160043: Changed 160048 = { name = "Rimo" # ferch Maelgwn diff --git a/WtWSMS/history/characters/welsh.txt b/WtWSMS/history/characters/welsh.txt index eab0a64849..7686f02bfa 100644 --- a/WtWSMS/history/characters/welsh.txt +++ b/WtWSMS/history/characters/welsh.txt @@ -964,47 +964,10 @@ } } -160044 = { - name = "Rhufon" - dynasty = 14284 # Rhos - religion = "insular_celtic" - culture = "welsh" - father = 160043 - 630.1.1 = { - birth = "630.1.1" - } - 695.1.1 = { - death = "695.1.1" - } -} - -160045 = { - name = "Hywel" - dynasty = 14284 # Rhos - religion = "nicene" - culture = "welsh" - father = 160044 - 660.1.1 = { - birth = "660.1.1" - } - 700.1.1 = { - death = "700.1.1" - } -} - -160046 = { - name = "Meirchion" - dynasty = 14284 # Rhos - religion = "nicene" - culture = "welsh" - father = 160045 - 690.1.1 = { - birth = "690.1.1" - } - 740.1.1 = { - death = "740.1.1" - } -} +#Rhos House +#160044: Changed +#160045: Changed +#160046: Changed 166444 = { name = "Dumnagual" diff --git a/WtWSMS/history/titles/BP_titles_celtic.txt b/WtWSMS/history/titles/BP_titles_celtic.txt index a517fedc64..b30e8c0d6f 100644 --- a/WtWSMS/history/titles/BP_titles_celtic.txt +++ b/WtWSMS/history/titles/BP_titles_celtic.txt @@ -271,6 +271,19 @@ d_dyfed = { 650.1.1={ holder = 159344 } #Gwlyddien ap Nowy #Cloten (Gwlyddien) marries Ceindrych ferch Rhiwallon of Brycheiniog, unifying the titles for a period } +d_ceredigion = { + 445.1.1={ #Ceredig ap Cunedda (upon the death of his father) + holder = 159791 + government = high_tribal_government + } + 453.1.1={ holder = 159792 } #Usai ap Ceredig + 490.1.1={ holder = 159793 } #Serwyl ap Usai + 525.1.1={ holder = 159794 } #Boddw ap Serwyl + 560.1.1={ holder = 159795 } #Arthfoddw ap Bodw + 595.1.1={ holder = 159796 } #Arthwys ap Arthfoddw + 630.1.1={ holder = 159797 } #Clydog ap Arthwys + 665.1.1={ holder = 159798 } #Seisyll ap Clydog +} ### k_ireland titles d_aileach = { diff --git a/WtWSMS/history/titles/bp_k_britannia_prima.txt b/WtWSMS/history/titles/bp_k_britannia_prima.txt index c084260ea7..f31597cb08 100644 --- a/WtWSMS/history/titles/bp_k_britannia_prima.txt +++ b/WtWSMS/history/titles/bp_k_britannia_prima.txt @@ -676,65 +676,13 @@ d_gwynedd = { 500.1.1 = { change_development_level = 2 } #Migrations and warfare 700.1.1 = { change_development_level = 3 } #Rulers - 390.1.1={ - holder = 159010 #Cunedda - } - 445.1.1={ - holder = 159011 #Einion - government = high_tribal_government - } - 470.1.1={ - holder = 159012 #Cadwallon - } - 517.1.1={ - holder = 159013 #Maelgwn - } - 549.1.1={ - holder = 159014 #Rhun - } - 586.1.2={ - holder = 159015 #Beli - } - 599.1.1={ - holder = 159016 #Iago - } - 613.1.1={ - holder = 159017 #Cadfan - } - 625.1.1={ - holder = 159018 #Cadwallon - } - 634.1.1={ - holder = 159019 #Cadwaladr + 380.1.1={ #Constantinus + holder = 159812 + government = gubernatorial_government } - 664.1.1={ - holder = 159040 #Ifwr - } - 682.1.1={ - holder = 159020 #Idwal - } - 712.1.1={ - holder = 159021 #Rhodri ap Idwal - } - 754.1.1={ - holder = 159022 #Caradog ap Meirchion - } - 798.1.1={ - holder = 159023 #Cynan ap Rhodri # Civil War - } - 805.1.1={ - holder = 159024 #Hywel ap Rhodri # Civil War - } - 816.1.1={ - holder = 159026 #Gwriad ap Elidyr, King of Manaw - } - 825.1.1={ - holder = 159027 #Merfyn ap Gwriad, father of Rhodri Mawr - } -} -c_cardiganshire = { #c_gwynedd history 390.1.1={ holder = 159010 #Cunedda + government = high_tribal_government } 445.1.1={ holder = 159011 #Einion @@ -787,70 +735,21 @@ c_cardiganshire = { #c_gwynedd history 825.1.1={ holder = 159027 #Merfyn ap Gwriad, father of Rhodri Mawr } - 1283.9.29={ - liege="k_england" - } } -c_merioneth = { #c_gwynedd history - 390.1.1={ - holder = 159010 #Cunedda - } - 445.1.1={ - holder = 159011 #Einion - } - 470.1.1={ - holder = 159012 #Cadwallon - } - 517.1.1={ - holder = 159013 #Maelgwn - } - 549.1.1={ - holder = 159014 #Rhun - } - 586.1.2={ - holder = 159015 #Beli - } - 599.1.1={ - holder = 159016 #Iago - } - 613.1.1={ - holder = 159017 #Cadfan - } - 625.1.1={ - holder = 159018 #Cadwallon - } - 634.1.1={ - holder = 159019 #Cadwaladr - } - 664.1.1={ - holder = 159040 #Ifwr - } - 682.1.1={ - holder = 159020 #Idwal - } - 712.1.1={ - holder = 159021 #Rhodri ap Idwal - } - 754.1.1={ - holder = 159022 #Caradog ap Meirchion - } - 798.1.1={ - holder = 159023 #Cynan ap Rhodri # Civil War - } - 805.1.1={ - holder = 159024 #Hywel ap Rhodri # Civil War - } - 816.1.1={ - holder = 159026 #Gwriad ap Elidyr, King of Manaw - } - 825.1.1={ - holder = 159027 #Merfyn ap Gwriad, father of Rhodri Mawr - } - 1283.9.29={ - liege="k_england" - } +c_cardiganshire = { #Ceredigion + 380.1.1={ holder = 159812 } #Constantinus + 390.1.1={ holder = 159010 } #Cunedda + 424.1.1={ holder = 159791 } #Ceredig ap Cunedda (Gifted by Cunedda?) + 453.1.1={ holder = 159792 } #Usai ap Ceredig + 490.1.1={ holder = 159793 } #Serwyl ap Usai + 525.1.1={ holder = 159794 } #Boddw ap Serwyl + 560.1.1={ holder = 159795 } #Arthfoddw ap Bodw + 595.1.1={ holder = 159796 } #Arthwys ap Arthfoddw + 630.1.1={ holder = 159797 } #Clydog ap Arthwys + 665.1.1={ holder = 159798 } #Seisyll ap Clydog } -c_caernarfonshire = { #c_gwynedd history (eliminatoin) +c_merioneth = { + 380.1.1={ holder = 159812 } #Constantinus 390.1.1={ holder = 159010 #Cunedda } @@ -909,7 +808,8 @@ c_caernarfonshire = { #c_gwynedd history (eliminatoin) liege="k_england" } } -c_anglesey = { #c_gwynedd history +c_caernarfonshire = { + 380.1.1={ holder = 159812 } #Constantinus 390.1.1={ holder = 159010 #Cunedda } @@ -968,7 +868,8 @@ c_anglesey = { #c_gwynedd history liege="k_england" } } -c_denbighshire = { #c_perfeddwald history (direct) +c_anglesey = { + 380.1.1={ holder = 159812 } #Constantinus 390.1.1={ holder = 159010 #Cunedda } @@ -1027,6 +928,20 @@ c_denbighshire = { #c_perfeddwald history (direct) liege="k_england" } } +c_denbighshire = { #Rhos House, Subordinate Kingdom of Gwynedd + 380.1.1={ holder = 159812 } #Constantinus + 390.1.1={ holder = 159010 } #Cunedda + 445.1.1={ holder = 159011 } #Einion + 470.1.1={ #Owain ap Einion + holder = 160038 + liege = d_gwynedd + } + 525.1.1={ holder = 160039 } #Cynlas "Goch" ap Einion + 540.1.1={ holder = 160040 } #Einion ap Cynlas + 550.1.1={ holder = 160041 } #Cadwal ap Einion + 575.1.1={ holder = 160042 } #Lfdyfwn ap Cadwal + 630.1.1={ holder = 160043 } #Einion ap Lfdyfwn +} c_maldwyn = { #c_powys history 300.1.1={ holder=159944 #Gloyw diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 074a1a333c..82806f6c0c 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -896,6 +896,8 @@ d_ergyng_adj: "Ergyng" d_dyfed: "Dyfed" d_dyfed_adj: "Dyfed" + d_ceredigion: "Ceredigion" + d_ceredigion_adj: "Ceredigion" ### k_ireland titles d_aileach:0 "Aileach" d_aileach_adj:0 "Aileach" From bfa7b3f00bbfbb17c302e4b292d9f253b0835585 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:09:17 -0500 Subject: [PATCH 215/339] Update bp_k_britannia_prima.txt * Fix Rhos being feudal --- WtWSMS/history/titles/bp_k_britannia_prima.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WtWSMS/history/titles/bp_k_britannia_prima.txt b/WtWSMS/history/titles/bp_k_britannia_prima.txt index f31597cb08..48fc091482 100644 --- a/WtWSMS/history/titles/bp_k_britannia_prima.txt +++ b/WtWSMS/history/titles/bp_k_britannia_prima.txt @@ -934,6 +934,7 @@ c_denbighshire = { #Rhos House, Subordinate Kingdom of Gwynedd 445.1.1={ holder = 159011 } #Einion 470.1.1={ #Owain ap Einion holder = 160038 + government = high_tribal_government liege = d_gwynedd } 525.1.1={ holder = 160039 } #Cynlas "Goch" ap Einion From f5a00213d89d254aefad97a7faa0b00cb2d5d89a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Dec 2022 16:23:53 -0500 Subject: [PATCH 216/339] Northern Britain Work (1) * Reworked Coeling dynastic history to use houses instead of separate dynasties * Added some links between Cynwidion, Derwent, and Coelings as per History Files * Made Coel, Ceneu ap Coel, and Mor ap Ceneu to be kings of Britannia Secunda in line with the notion that the Coelings were de facto rulers of North Britannia under Magnus Maximus' Aegis and steadily lost influence until North Britain split into statelets after Mor ap Ceneu. * Made sure Briton and Romano-Briton rulers are High Tribal instead of Tribal, given that the cultures are in the Early Migration Period technologically --- WtWSMS/common/dynasties/BP_dynasties.txt | 20 +- .../dynasties/_lt_rascek_BP_dynasties.txt | 5 +- .../dynasty_houses/BP_dynasty_houses.txt | 20 + .../BP_empire_roman_successors.txt | 6 +- .../common/landed_titles/BP_titles_celtic.txt | 8 + .../_lt_rascek_changed_characters.txt | 371 +++++++++++++++++- .../characters/_lt_rascek_new_chars.txt | 91 ++++- WtWSMS/history/characters/briton.txt | 278 ++----------- WtWSMS/history/characters/romano_british.txt | 223 +---------- WtWSMS/history/characters/tribal_tribes.txt | 44 +-- WtWSMS/history/characters/welsh.txt | 18 +- .../titles/BP_empire_roman_successors.txt | 25 +- WtWSMS/history/titles/BP_titles_celtic.txt | 21 + .../history/titles/bp_k_britannia_secunda.txt | 133 +++---- .../english/BP_titles_l_english.yml | 8 +- .../BP_dynasty_names_unsorted_l_english.yml | 4 +- 16 files changed, 623 insertions(+), 652 deletions(-) diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index 0727f877b2..e7b61459a5 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -365,14 +365,8 @@ name = "dynn_Gwlyddyn" culture = briton } -1042118 = { - name = "dynn_Cynwidion" - culture = briton -} -1042120 = { - name = "dynn_Glynys" - culture = briton -} +#Changed to House: 1042118 +#Changed to House: 1042120 1042133 = { name = "dynn_Adixoui" culture = briton @@ -1025,10 +1019,7 @@ name = "dynn_WA_gmunding" culture = geatish } -1042396 = { - name = "dynn_Gloff" - culture = briton -} +#Changed to House: 1042396 1042398 = { name = "dynn_Colchis" culture = colchiscan @@ -1649,10 +1640,7 @@ name = "dynn_Wyllt" culture = briton } -1302042 = { - name = "dynn_Bernaccia" - culture = "romano_british" -} +#Changed to House; 1302042 1302044 = { name = "dynn_DA_l_Birn" culture = irish diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index a5ba47a5d0..84b9d9560c 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -436,9 +436,8 @@ roman_dynn_gabinius = { name = dynn_Gabinius culture = romano_thracian } -#Vortigern -romano_british_dynn_vortigern = { - name = dynn_Véjtrò +romano_british_dynn_leicestershire = { + name = dynn_Ratae culture = romano_british } diff --git a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt index 37af9695f1..01af880240 100644 --- a/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt +++ b/WtWSMS/common/dynasty_houses/BP_dynasty_houses.txt @@ -122,3 +122,23 @@ dynasty_house_rhos = { name = dynn_Rhos dynasty = 100064 #Gwynedd House } +dynasty_house_derby = { #For the holders of Derby + name = dynn_Derwent + dynasty = 1029002 #King Coel's Ebrauc dynasty +} +dynasty_house_cynwidion = { + name = dynn_Cynwidion + dynasty = 1029002 #King Coel's Ebrauc dynasty +} +dynasty_house_bernaccia = { + name = dynn_Bernaccia + dynasty = 1029002 #King Coel's Ebrauc dynasty +} +dynasty_house_glynys = { #Rheged + name = dynn_Glynys + dynasty = 1029002 #King Coel's Ebrauc dynasty +} +dynasty_house_elmet = { + name = dynn_Gloff + dynasty = 1029002 #King Coel's Ebrauc dynasty +} diff --git a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt index 6653c33fc0..d432aed4cd 100644 --- a/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt +++ b/WtWSMS/common/landed_titles/BP_empire_roman_successors.txt @@ -146,9 +146,9 @@ d_linnius = { capital = c_lincolnshire #Lincoln } -d_elmet = { - color={ 15 205 175 } - capital = c_hereford # Hereford +d_ratae = { + color={ 141 100 164 } + capital = c_leicestershire } d_gwinntguic = { diff --git a/WtWSMS/common/landed_titles/BP_titles_celtic.txt b/WtWSMS/common/landed_titles/BP_titles_celtic.txt index ed715bf66d..791c5bc83e 100644 --- a/WtWSMS/common/landed_titles/BP_titles_celtic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_celtic.txt @@ -173,6 +173,14 @@ d_ceredigion = { } } } +d_elmet = { + color={ 15 205 175 } + capital = c_west_riding #Elmet +} +d_derwent = { + color={ 10 210 170 } + capital = c_derby +} ### k_ireland titles d_aileach = { diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index e0e2b3836a..a297dd9d5c 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -323,10 +323,7 @@ RomanoGallic000 = { #PLRE vol. 2 Iovinus 2 (a usrper) religion = "insular_celtic" culture = "briton" father = 159818 - 406.1.1 = { - birth = yes - trait = sickly #Why Maelgwn dies young and it passes via Gweldyr - } + 406.1.1 = { birth = yes } 416.1.1 = { death = { death_reason = death_ill } } } ##Romanized Rulers of Guenet @@ -2066,7 +2063,7 @@ OstrogothAmalingValamer = { #New Char father = 159906 740.1.1 = { birth = yes } 785.1.1 = { - death = "785.1.1" + death = yes give_nickname = nick_the_martyr } } @@ -2078,7 +2075,7 @@ OstrogothAmalingValamer = { #New Char father = 159906 745.1.1 = { birth = yes } 785.1.1 = { - death = "785.1.1" + death = yes give_nickname = nick_the_martyr } } @@ -6399,4 +6396,364 @@ JuteWihtware006 = { father = 160045 690.1.1 = { birth = yes } 740.1.1 = { death = yes } -} \ No newline at end of file +} + +#Hen Ogledd + +#Coilings (Prior to Division) +159038 = { #Old King Cole + name = "Coel" + dynasty = 1029002 #Ebrauc + religion = "insular_celtic" + culture = "romano_british" + 340.1.1 = { birth = yes } + 390.1.1 = { add_spouse = 159951 } + 420.1.1 = { give_nickname = nick_the_old } + 420.1.1 = { death = yes } +} +159039 = { #Gwawl ap Coel + name = "Gwawl" + female = yes + dynasty = 1029002 #Ebrauc + religion = "insular_celtic" + culture = "romano_british" + father = 159038 # Coel + mother = 159951 #Ystradwel of Dumnonia + 365.1.1 = { birth = yes } + 390.1.2 = { add_spouse = 159010 } + 430.1.1 = { death = yes } +} +159037 = { #Ceneu ap Coel + name = "Ceneu" + dynasty = 1029002 #Ebrauc + religion = "insular_celtic" + culture = "romano_british" + father = 159038 # Coel + mother = 159951 #Ystradwel of Dumnonia + 390.1.1 = { birth = yes } + 460.1.1 = { death = yes } +} +13100166 = { #Mor ap Ceneu + name = "Mor" + dynasty = 1029002 + religion = "insular_celtic" + culture = "briton" + father = 159037 # Ceneu + 423.1.1 = { birth = yes } + 471.1.1 = { death = yes } +} + +#Bernaccia Line +13100175 = { + name = "Germanianus" #Garbanion + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "romano_british" + father = 159038 # Coel + mother = 159951 #Ystradwel of Dumnonia + 392.1.1 = { birth = yes } + 420.1.1 = { culture = briton } #Goes native with new rulership + 445.1.1 = { death = yes } +} +13100176 = { + name = "Dyfnwal" # + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "briton" + father = 13100175 # Germanianus + 427.1.1 = { birth = yes } + 475.1.1 = { death = yes } +} +13100177 = { + name = "Cyngar" + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "briton" + father = 13100176 # Dyfnwal + 445.1.1 = { birth = yes } + 492.1.1 = { death = yes } +} +13100178 = { + name = "Bran" + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "briton" + father = 13100177 # Cyngar + 469.1.1 = { birth = yes } + 547.1.1 = { death = yes } +} +13100179 = { + name = "Morgan" # + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "briton" + father = 13100178 # Bran + 498.1.1 = { birth = yes } + 548.1.1 = { death = yes } +} +#Glynys Dynasty (Rheged Line) +1100011 = { + name = "Gwrwst_Lledlwm" # Gwrwst Lledlwm + dynasty_house = dynasty_house_glynys + religion = "insular_celtic" + culture = "romano_british" + father = 159037 # Ceneu + 425.1.1 = { birth = yes } + 450.1.1 = { culture = briton } #Goes native as quasi-ruler of what would become Rheged + 470.1.1 = { death = yes } +} +8 = { + name = "Dafydd" # King Dafydd Glynys of Elmet + dynasty_house = dynasty_house_glynys + martial = 9 + diplomacy = 6 + intrigue = 5 + stewardship = 5 + religion = "insular_celtic" + culture = "briton" + trait = "chaste" + trait = "beauty_good_1" + trait = "intellect_good_3" + trait = "trusting" + trait = "lunatic_1" + father = 1100011 + 464.1.15 = { birth = yes } + 480.1.15 = { trait = "education_martial_2" } + 483.1.1 = { death = yes } +} +41707 = { + name = "Meirchion" # Meirchion Gul "the Lean" + dynasty_house = dynasty_house_glynys + religion = "insular_celtic" + culture = "briton" + father = 1100011 # Gwrast the Ragged + 470.1.1 = { birth = yes } + 510.1.1 = { death = yes } +} +41709 = { + name = "Cynfarch" # Cynfarch Oer + dynasty_house = dynasty_house_glynys + religion = "insular_celtic" + culture = "briton" + father = 41707 + 490.1.1 = { birth = yes } + 500.1.1 = { give_nickname = nick_the_dismal } + 550.1.1 = { death = yes } +} +41711 = { + name = "Urien" + dynasty_house = dynasty_house_glynys + religion = "insular_celtic" + culture = "briton" + father = 41709 + 525.1.1 = { birth = yes } + 590.1.1 = { death = yes } +} +41713 = { + name = "Owain" + dynasty_house = dynasty_house_glynys + religion = "insular_celtic" + culture = "briton" + father = 41711 + 565.1.1 = { birth = yes } + 643.1.1 = { death = yes } +} +159297 = { + name = "Ller_Merini" + dynasty_house = dynasty_house_glynys # Glynys + religion = "insular_celtic" + culture = "briton" + father = 41707 + 505.1.1 = { birth = yes } + 575.1.2 = { death = yes } +} +159298 = { + name = "Caradoc" # + dynasty_house = dynasty_house_glynys # Glynys + religion = "insular_celtic" + culture = "briton" + father = 159297 + 530.1.1 = { birth = yes } + 600.1.2 = { death = yes } +} +159299 = { + name = "Cawrdaf" # + dynasty_house = dynasty_house_glynys # Glynys + religion = "insular_celtic" + culture = "briton" + father = 159298 + 560.1.1 = { birth = yes } + 640.1.2 = { death = yes } +} +159300 = { + name = "Caw" # + dynasty_house = dynasty_house_glynys # Glynys + religion = "insular_celtic" + culture = "briton" + father = 159299 + 590.1.1 = { birth = yes } + 670.1.2 = { death = yes } +} +159034 = { + name = "Elidyr" # the Handsome + dynasty_house = dynasty_house_glynys #Glynys + religion = "insular_celtic" + culture = "briton" + father = 41707 # Meirchion Gul + 500.1.1 = { birth = yes } + 525.1.1 = { give_nickname = nick_the_handsome } + 560.1.1 = { death = yes } +} +159033 = { + name = "Llywarch" # + dynasty_house = dynasty_house_glynys #Glynys + religion = "insular_celtic" + culture = "briton" + father = 159034 # Elidyr Llydanwyn + 525.1.1 = { birth = yes } + 612.1.1 = { give_nickname = nick_the_old } + 613.1.1 = { death = yes } +} +159032 = { + name = "Gwyar" # + dynasty_house = dynasty_house_glynys #Glynys + religion = "insular_celtic" + culture = "briton" + father = 159033 # + 560.1.1 = { birth = yes } + 640.1.1 = { death = yes } +} +159954 = { + name = "Rhun" + dynasty_house = dynasty_house_glynys #Glynys + religion = "insular_celtic" + culture = "briton" + father = 41711 # Urien + 570.1.1 = { birth = yes } + 610.1.1 = { death = yes } +} +159955 = { + name = "Rhoedd" + dynasty_house = dynasty_house_glynys #Glynys + religion = "insular_celtic" + culture = "briton" + father = 159954 # Rhun + 600.1.1 = { birth = yes } + 645.1.1 = { death = yes } +} +#Elmet House +7 = { + name = "Masgwid" # King Masgwid of Elmet + dynasty_house = dynasty_house_elmet + martial = 9 + diplomacy = 6 + intrigue = 5 + stewardship = 5 + religion = "insular_celtic" + culture = "romano_british" + father = 1100011 + trait = "lustful" + trait = "beauty_good_1" + trait = "intellect_good_3" + trait = "arrogant" + trait = "hunter_1" + trait = "education_martial_2" + 440.1.15 = { birth = yes } + 470.1.1 = { #Goes native with rulership and disinherited to prevent succession weirdness + culture = briton + trait = disinherited + } + 480.1.1 = { give_nickname = nick_the_lame } + 495.1.1 = { death = yes } +} +41714 = { + name = "Arthius" # Arthuis ap Masgwid + dynasty_house = dynasty_house_elmet + religion = "insular_celtic" + culture = "briton" + father = 7 + 473.1.1 = { birth = yes } + 560.1.1 = { death = yes } +} +41715 = { + name = "Llaennog" # Llaennog ap Masgwid + dynasty_house = dynasty_house_elmet + religion = "insular_celtic" + culture = "briton" + father = 7 + 470.1.1 = { birth = yes } + 540.1.1 = { death = yes } +} +41716 = { + name = "Gwallog" + dynasty_house = dynasty_house_elmet + religion = "insular_celtic" + culture = "briton" + father = 41715 + 507.1.1 = { birth = yes } + 590.1.1 = { death = yes } +} +41717 = { + name = "Ceretic" + dynasty_house = dynasty_house_elmet + religion = "insular_celtic" + culture = "briton" + father = 41716 + 557.1.1 = { birth = yes } + 616.1.1 = { death = yes } +} + +#Cynwidion House (of House Derwent of House Ebrauc/Coeling) +6 = { + name = "Cynfelyn" # Earl Cynfelyn of Cynwidion + dynasty_house = dynasty_house_cynwidion + martial = 9 + diplomacy = 6 + intrigue = 5 + stewardship = 5 + religion = "insular_celtic" + culture = briton + father = DerbyBriton000 + 450.1.15 = { birth = yes } + 466.1.15 = { + trait = "education_martial_2" + trait = "cynical" + trait = "honest" + trait = "arrogant" + trait = "hunter_1" + } + #Becomes ruler of Cynwidion + 470.1.1 = { + culture = romano_british + trait = disinherited #Keep him from inheriting Derwent + } + 510.1.1 = { death = yes } +} +170148 = { + name = "Cynwyd" + dynasty_house = dynasty_house_cynwidion + religion = "insular_celtic" + culture = "romano_british" + father = 6 + 470.1.1 = { birth = yes } + 542.1.1 = { death = yes } +} +170150 = { + name = "Cadrawd" + dynasty_house = dynasty_house_cynwidion + religion = "insular_celtic" + culture = "romano_british" + father = 170148 + 510.1.1 = { birth = yes } + 575.1.1 = { death = yes } +} +186001 = { + name = "Cadawg" #Fictional son of Cadrawd + dynasty_house = dynasty_house_cynwidion + religion = "insular_celtic" + culture = "romano_british" + father = 170150 + 532.1.1 = { birth = yes } + 610.1.1 = { death = yes } +} + diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 2b2d59123d..b3ac8c37c3 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -4240,4 +4240,93 @@ AngloDeria006 = { #Putative father of Yffe Yffing death = yes trait = saint } -} \ No newline at end of file +} +#Hen Ogledd + +#The history of the Pennies gets fused because of space limitations, so c_derby uses both histories) +#cf. http://www.historyfiles.co.uk/KingListsBritain/BritainThePeak.htm#Peak for more details +DerbyBriton000 = { # Arturius ap Mor + name = "Athrwys" + dynasty_house = dynasty_house_derby + religion = "insular_celtic" + culture = "briton" + father = 13100166 # Mor ap Ceneu ap Coel 'the Old' + 430.1.1 = { birth = yes } + 480.1.1 = { death = yes } +} +DerbyBriton001 = { # Pabo ap Arturius (brother of Cynfelyn ap Arthwys?) + name = "Pabo" + dynasty_house = dynasty_house_derby + religion = "insular_celtic" + culture = "briton" + father = DerbyBriton000 + 455.1.1 = { birth = yes } + 461.1.1 = { + trait = zealous + trait = humble + } + 471.1.1 = { trait = content } #So he is inclined to abdicate + 525.1.1 = { trait = devoted } #Abdication + 540.1.1 = { + death = yes + trait = saint + } +} +DerbyBriton002 = { # Sawyl ap Pabo + name = "Sawyl" + dynasty_house = dynasty_house_derby + religion = "insular_celtic" + culture = "briton" + father = DerbyBriton001 + 495.1.1 = { birth = yes } + 501.1.1 = { trait = rowdy } + 511.1.1 = { trait = arrogant } + 590.1.1 = { death = yes } +} +DerbyBriton003 = { # Madoc ap Sawyl + name = "Madoc" #TODO: Marries Daughter of King of Ulster + dynasty_house = dynasty_house_derby + religion = "insular_celtic" + culture = "briton" + father = DerbyBriton002 + 515.1.1 = { birth = yes } + 521.1.1 = { trait = pilgrim } + 600.1.1 = { death = yes } +} +DerbyBriton003_brother1 = { # Guitcuin ap Sawyl + name = "Guitcuin" + dynasty_house = dynasty_house_derby + religion = "insular_celtic" + culture = "briton" + father = DerbyBriton002 + 520.1.1 = { birth = yes } + 600.1.1 = { death = yes } +} +DerbyBriton003_brother2 = { # Catguallaunliu ap Sawyl + name = "Catguallaunliu" + dynasty_house = dynasty_house_derby + religion = "insular_celtic" + culture = "briton" + father = DerbyBriton002 + 525.1.1 = { birth = yes } + 600.1.1 = { death = yes } +} + +#Ratae/Leicestershire Fictional holders pre-Angle conquest +LeicestershireRomanoBritish000 = { + name = "Bro_cimalo" + dynasty = romano_british_dynn_leicestershire + religion = insular_celtic + culture = romano_british + 440.1.1 = { birth = yes } + 500.1.1 = { death = yes } +} +LeicestershireRomanoBritish001 = { + name = "Quinto" + dynasty = romano_british_dynn_leicestershire + religion = insular_celtic + culture = romano_british + father = LeicestershireRomanoBritish000 + 460.1.1 = { birth = yes } + 520.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/briton.txt b/WtWSMS/history/characters/briton.txt index 919c234be9..1ea8b62059 100644 --- a/WtWSMS/history/characters/briton.txt +++ b/WtWSMS/history/characters/briton.txt @@ -38,19 +38,7 @@ } } -13100166 = { - name = "Mor" # Mor ap Ceneu - dynasty = 1029002 - religion = "insular_celtic" - culture = "briton" - father = 159037 # Ceneu - 423.1.1 = { - birth = "423.1.1" - } - 471.1.1 = { - death = "471.1.1" - } -} +#13100166: Changed 13100167 = { name = "Einion" # Einion ap Mor @@ -363,53 +351,10 @@ } } -159032 = { - name = "Gwyar" # - dynasty = 1042120 #Glynys - religion = "insular_celtic" - culture = "briton" - father = 159033 # - 560.1.1 = { - birth = "560.1.1" - } - 640.1.1 = { - death = "640.1.1" - } -} - -159033 = { - name = "Llywarch" # - dynasty = 1042120 #Glynys - religion = "insular_celtic" - culture = "briton" - father = 159034 # Elidyr Llydanwyn - 525.1.1 = { - birth = "525.1.1" - } - 612.1.1 = { - give_nickname = nick_the_old - } - 613.1.1 = { - death = "613.1.1" - } -} - -159034 = { - name = "Elidyr" # the Handsome - dynasty = 1042120 #Glynys - religion = "insular_celtic" - culture = "briton" - father = 41707 # Meirchion Gul - 500.1.1 = { - birth = "500.1.1" - } - 525.1.1 = { - give_nickname = nick_the_handsome - } - 560.1.1 = { - death = "560.1.1" - } -} +#Glynys Dynasty +#159032: Changed +#159033: Changed +#159034: Changed 159040 = { name = "Ifwr" # ap Cadwaladr @@ -846,61 +791,11 @@ } } -159297 = { - name = "Ller_Merini" # - dynasty = 1042120 # Glynys - religion = "insular_celtic" - culture = "briton" - father = 41707 - 505.1.1 = { - birth = "505.1.1" - } - 575.1.2 = { - death = "575.1.2" - } -} - -159298 = { - name = "Caradoc" # - dynasty = 1042120 # Glynys - religion = "insular_celtic" - culture = "briton" - father = 159297 - 530.1.1 = { - birth = "530.1.1" - } - 600.1.2 = { - death = "600.1.2" - } -} - -159299 = { - name = "Cawrdaf" # - dynasty = 1042120 # Glynys - religion = "insular_celtic" - culture = "briton" - father = 159298 - 560.1.1 = { - birth = "560.1.1" - } - 640.1.2 = { - death = "640.1.2" - } -} - -159300 = { - name = "Caw" # - dynasty = 1042120 # Glynys - religion = "insular_celtic" - culture = "briton" - father = 159299 - 590.1.1 = { - birth = "590.1.1" - } - 670.1.2 = { - death = "670.1.2" - } -} +#Glynys Dynasty +#159297: Changed +#159298: Changed +#159299: Changed +#159300: Changed 159324 = { name = "Gwerthefyr" @@ -1586,33 +1481,9 @@ } } -159954 = { - name = "Rhun" - dynasty = 1042120 #Glynys - religion = "insular_celtic" - culture = "briton" - father = 41711 # Urien - 570.1.1 = { - birth = "570.1.1" - } - 610.1.1 = { - death = "610.1.1" - } -} - -159955 = { - name = "Rhoedd" - dynasty = 1042120 #Glynys - religion = "insular_celtic" - culture = "briton" - father = 159954 # Rhun - 600.1.1 = { - birth = "600.1.1" - } - 645.1.1 = { - death = "645.1.1" - } -} +#Glynys Dynasty +#159954: Changed +#159955: Changed 159956 = { name = "Rein" @@ -2200,120 +2071,17 @@ } } -41707 = { - name = "Meirchion" # Meirchion Gul "the Lean" - dynasty = 1042120 - religion = "insular_celtic" - culture = "briton" - father = 1100011 # Gwrast the Ragged - 470.1.1 = { - birth = yes - } - 510.1.1 = { - death = yes - } -} +#Glynys Dynasty +#41707: Changed +#41709: Changed +#41711: Changed +#41713: Changed -41709 = { - name = "Cynfarch" # Cynfarch Oer - dynasty = 1042120 - religion = "insular_celtic" - culture = "briton" - father = 41707 - 490.1.1 = { - birth = yes - } - 500.1.1 = { - give_nickname = nick_the_dismal - } - 550.1.1 = { - death = yes - } -} - -41711 = { - name = "Urien" - dynasty = 1042120 - religion = "insular_celtic" - culture = "briton" - father = 41709 - 525.1.1 = { - birth = yes - } - 590.1.1 = { - death = yes - } -} - -41713 = { - name = "Owain" - dynasty = 1042120 - religion = "insular_celtic" - culture = "briton" - father = 41711 - 565.1.1 = { - birth = yes - } - 643.1.1 = { - death = yes - } -} - -41714 = { - name = "Arthius" # Arthuis ap Masgwid - dynasty = 1042396 - religion = "insular_celtic" - culture = "briton" - father = 7 - 473.1.1 = { - birth = yes - } - 560.1.1 = { - death = yes - } -} - -41715 = { - name = "Llaennog" # Llaennog ap Masgwid - dynasty = 1042396 - religion = "insular_celtic" - culture = "briton" - father = 7 - 470.1.1 = { - birth = yes - } - 540.1.1 = { - death = yes - } -} - -41716 = { - name = "Gwallog" - dynasty = 1042396 - religion = "insular_celtic" - culture = "briton" - father = 41715 - 507.1.1 = { - birth = yes - } - 590.1.1 = { - death = yes - } -} - -41717 = { - name = "Ceretic" - dynasty = 1042396 - religion = "insular_celtic" - culture = "briton" - father = 41716 - 557.1.1 = { - birth = yes - } - 616.1.1 = { - death = yes - } -} +#Elmet Dynasty +#41714: Changed +#41715: Changed +#41716: Changed +#41717: Changed 13100150 = { #Father of the legendary Mark of Cornwall diff --git a/WtWSMS/history/characters/romano_british.txt b/WtWSMS/history/characters/romano_british.txt index dee50abd8b..af2d146e85 100644 --- a/WtWSMS/history/characters/romano_british.txt +++ b/WtWSMS/history/characters/romano_british.txt @@ -204,129 +204,17 @@ } } -159037 = { - name = "Ceneu" # - dynasty = 1029002 #Ebrauc - religion = "insular_celtic" - culture = "romano_british" - father = 159038 # Coel - mother = 159951 #Ystradwel of Dumnonia - 390.1.1 = { - birth = "390.1.1" - } - 460.1.1 = { - death = "460.1.1" - } -} - -13100175 = { - name = "Germanianus" #Garbanion - dynasty = 1302042 #Bernaccia - religion = "insular_celtic" - culture = "romano_british" - father = 159038 # Coel - mother = 159951 #Ystradwel of Dumnonia - 392.1.1 = { - birth = "392.1.1" - } - 445.1.1 = { - death = "445.1.1" - } -} - -13100176 = { - name = "Dyfnwal" # - dynasty = 1302042 #Bernaccia - religion = "insular_celtic" - culture = "romano_british" - father = 13100175 # Germanianus - 427.1.1 = { - birth = "427.1.1" - } - 475.1.1 = { - death = "475.1.1" - } -} - -13100177 = { - name = "Cyngar" # - dynasty = 1302042 #Bernaccia - religion = "insular_celtic" - culture = "romano_british" - father = 13100176 # Dyfnwal - 445.1.1 = { - birth = "445.1.1" - } - 492.1.1 = { - death = "492.1.1" - } -} - -13100178 = { - name = "Bran" # - dynasty = 1302042 #Bernaccia - religion = "insular_celtic" - culture = "romano_british" - father = 13100177 # Cyngar - 469.1.1 = { - birth = "469.1.1" - } - 547.1.1 = { - death = "547.1.1" - } -} - -13100179 = { - name = "Morgan" # - dynasty = 1302042 #Bernaccia - religion = "insular_celtic" - culture = "romano_british" - father = 13100178 # Bran - 498.1.1 = { - birth = "498.1.1" - } - 548.1.1 = { - death = "548.1.1" - } -} - -159038 = { - name = "Coel" # - dynasty = 1029002 #Ebrauc - religion = "insular_celtic" - culture = "romano_british" - 340.1.1 = { - birth = "340.1.1" - } - 390.1.1 = { - add_spouse = 159951 - } - 420.1.1 = { - give_nickname = nick_the_old - } - 420.1.1 = { - death = "420.1.1" - } -} - -159039 = { - name = "Gwawl" # - female = yes - dynasty = 1029002 #Ebrauc - religion = "insular_celtic" - culture = "romano_british" - father = 159038 # Coel - mother = 159951 #Ystradwel of Dumnonia - 365.1.1 = { - birth = "365.1.1" - } - 390.1.2 = { - add_spouse = 159010 - } - 430.1.1 = { - death = "430.1.1" - } -} +#Bernaccians +#159037: Changed +#13100175: Changed +#13100176: Changed +#13100177: Changed +#13100178: Changed +#13100179: Changed + +#Coelings +#159038: Changed +#159039: Changed 159428 = { name = "Einudd" @@ -711,91 +599,14 @@ } } -6 = { - name = "Cynfelyn" # Earl Cynfelyn of Cynwidion - dynasty = 1042118 - martial = 9 - diplomacy = 6 - intrigue = 5 - stewardship = 5 - religion = "insular_celtic" - culture = "romano_british" - trait = "cynical" - trait = "honest" - trait = "arrogant" - trait = "hunter_1" - trait = "education_martial_2" - 450.1.15 = { - birth = "450.1.15" - } - 510.1.1 = { - death = "510.1.1" - } -} - -1100011 = { - name = "Gwrwst_Lledlwm" # Gwrwst Lledlwm - dynasty = 1042120 - religion = "insular_celtic" - culture = "romano_british" - father = 159037 # Ceneu - 425.1.1 = { - birth = "425.1.1" - } - 470.1.1 = { - death = "470.1.1" - } -} +#6: Changed -8 = { - name = "Dafydd" # King Dafydd Glynys of Elmet - dynasty = 1042120 - martial = 9 - diplomacy = 6 - intrigue = 5 - stewardship = 5 - religion = "insular_celtic" - culture = "romano_british" - trait = "chaste" - trait = "beauty_good_1" - trait = "intellect_good_3" - trait = "trusting" - trait = "lunatic_1" - trait = "education_martial_2" - father = 1100011 - 464.1.15 = { - birth = "464.1.15" - } - 483.1.1 = { - death = "483.1.1" - } -} +#Glynys Dynasty +#1100011: Changed +#8: Changed -7 = { - name = "Masgwid" # King Masgwid of Elmet - dynasty = 1042396 - martial = 9 - diplomacy = 6 - intrigue = 5 - stewardship = 5 - religion = "insular_celtic" - culture = "romano_british" - trait = "lustful" - trait = "beauty_good_1" - trait = "intellect_good_3" - trait = "arrogant" - trait = "hunter_1" - trait = "education_martial_2" - 440.1.15 = { - birth = "440.1.15" - } - 480.1.1 = { - give_nickname = nick_the_lame - } - 495.1.1 = { - death = "495.1.1" - } -} +#Elmet Dynasty +#7: Changed 109756 = { name = "Potitus" diff --git a/WtWSMS/history/characters/tribal_tribes.txt b/WtWSMS/history/characters/tribal_tribes.txt index 2d4f323fa3..56636e145a 100644 --- a/WtWSMS/history/characters/tribal_tribes.txt +++ b/WtWSMS/history/characters/tribal_tribes.txt @@ -261,44 +261,6 @@ } } -170148 = { - name = "Cynwyd" - dynasty = 1042118 - religion = "insular_celtic" - culture = "briton" - father = 6 - 470.1.1 = { - birth = yes - } - 542.1.1 = { - death = yes - } -} - -170150 = { - name = "Cadrawd" - dynasty = 1042118 - religion = "insular_celtic" - culture = "briton" - father = 170148 - 510.1.1 = { - birth = yes - } - 575.1.1 = { - death = yes - } -} - -186001 = { - name = "Cadawg" #Fictional son of Cadrawd - dynasty = 1042118 - religion = "insular_celtic" - culture = "briton" - father = 170150 - 532.1.1 = { - birth = yes - } - 610.1.1 = { - death = yes - } -} +#170148: Changed +#170150: Changed +#186001: Changed diff --git a/WtWSMS/history/characters/welsh.txt b/WtWSMS/history/characters/welsh.txt index 7686f02bfa..5cb1ab803b 100644 --- a/WtWSMS/history/characters/welsh.txt +++ b/WtWSMS/history/characters/welsh.txt @@ -155,7 +155,7 @@ 159029 = { name = "Sandde" # - dynasty = 1042120 #Glynys + dynasty_house = dynasty_house_glynys #Glynys religion = "nicene" culture = "welsh" father = 159030 # Alcwn @@ -172,7 +172,7 @@ 159030 = { name = "Algwyn" # aka Alcwn - dynasty = 1042120 #Glynys + dynasty_house = dynasty_house_glynys #Glynys religion = "insular_celtic" culture = "welsh" father = 159031 # Tegid @@ -186,7 +186,7 @@ 159031 = { name = "Teigid" # - dynasty = 1042120 #Glynys + dynasty_house = dynasty_house_glynys #Glynys religion = "insular_celtic" culture = "welsh" father = 159032 # @@ -571,7 +571,7 @@ 159301 = { name = "Gloyw" # - dynasty = 1042120 # Glynys + dynasty_house = dynasty_house_glynys # Glynys religion = "insular_celtic" culture = "welsh" father = 159300 @@ -585,7 +585,7 @@ 159302 = { name = "Hoyw" # - dynasty = 1042120 # Glynys + dynasty_house = dynasty_house_glynys # Glynys religion = "insular_celtic" culture = "welsh" father = 159301 @@ -599,7 +599,7 @@ 159303 = { name = "Cynfarch" # - dynasty = 1042120 # Glynys + dynasty_house = dynasty_house_glynys # Glynys religion = "nicene" culture = "welsh" father = 159302 @@ -613,7 +613,7 @@ 159304 = { name = "Cyndegg" # - dynasty = 1042120 # Glynys + dynasty_house = dynasty_house_glynys # Glynys religion = "nicene" culture = "welsh" father = 159303 @@ -627,7 +627,7 @@ 159305 = { name = "Teithwalch" # - dynasty = 1042120 # Glynys + dynasty_house = dynasty_house_glynys # Glynys religion = "nicene" culture = "welsh" father = 159304 @@ -641,7 +641,7 @@ 159306 = { name = "Tegid" # - dynasty = 1042120 # Glynys + dynasty_house = dynasty_house_glynys # Glynys religion = "nicene" culture = "welsh" father = 159305 diff --git a/WtWSMS/history/titles/BP_empire_roman_successors.txt b/WtWSMS/history/titles/BP_empire_roman_successors.txt index e7b231aa82..d1b5006446 100644 --- a/WtWSMS/history/titles/BP_empire_roman_successors.txt +++ b/WtWSMS/history/titles/BP_empire_roman_successors.txt @@ -269,30 +269,17 @@ d_guent = { d_linnius = { 473.1.1={ holder = 13100161 # King Melisus of Linnius - government = tribal_government + government = high_tribal_government } } -d_elmet = { - 470.1.1={ - holder = 7 # King Masgwid of Elmet +d_ratae = { + 460.1.1 = { + holder = LeicestershireRomanoBritish000 government = high_tribal_government } - 495.1.1={ - holder = 41715 # King Llaennog of Elmet - } - 540.1.1={ - holder = 41714 # King Arthius of Elmet - } - 560.1.1={ - holder = 41716 # King Gwallog of Elmet - } - 590.1.1={ - holder = 41717 # King Ceretic of Elmet - } - 612.1.1={ - holder = 0 # Annexed by Northumbria - } + 500.1.1 = { holder = LeicestershireRomanoBritish001 } + 520.1.1 = { holder = 0 } } d_gwinntguic = { diff --git a/WtWSMS/history/titles/BP_titles_celtic.txt b/WtWSMS/history/titles/BP_titles_celtic.txt index b30e8c0d6f..0bd32dd472 100644 --- a/WtWSMS/history/titles/BP_titles_celtic.txt +++ b/WtWSMS/history/titles/BP_titles_celtic.txt @@ -284,6 +284,27 @@ d_ceredigion = { 630.1.1={ holder = 159797 } #Clydog ap Arthwys 665.1.1={ holder = 159798 } #Seisyll ap Clydog } +d_elmet = { + 470.1.1={ + holder = 7 # King Masgwid of Elmet + government = high_tribal_government + } + 495.1.1={ holder = 41715 } # King Llaennog of Elmet + 540.1.1={ holder = 41714 } # King Arthius of Elmet + 560.1.1={ holder = 41716 } # King Gwallog of Elmet + 590.1.1={ holder = 41717 } # King Ceretic of Elmet + 612.1.1={ holder = 0 } # Annexed by Northumbria +} +d_derwent = { + 450.1.1 = { + holder = DerbyBriton000 + government = high_tribal_government + } + 480.1.1 = { holder = DerbyBriton001 } + 525.1.1 = { holder = DerbyBriton002 } + 590.1.1 = { holder = DerbyBriton003 } + 600.1.1 = { holder = 0 } +} ### k_ireland titles d_aileach = { diff --git a/WtWSMS/history/titles/bp_k_britannia_secunda.txt b/WtWSMS/history/titles/bp_k_britannia_secunda.txt index 687c32fb98..cd9da9b933 100644 --- a/WtWSMS/history/titles/bp_k_britannia_secunda.txt +++ b/WtWSMS/history/titles/bp_k_britannia_secunda.txt @@ -1,5 +1,12 @@ k_britannia_secunda = { #Empty History - 1.1.1={} + #Coel Hen and his immediate descendents + 383.1.1 = { #Coel 'the Old' + holder = 159038 + government = high_tribal_government + } + 420.1.1 = { holder = 159037 } #Ceneu ap Coel + 460.1.1 = { holder = 13100166 } #Mor ap Ceneu + 471.1.1 = { holder = 0 } #Division and Fragmentation of North Britain } d_york = { @@ -11,9 +18,9 @@ d_york = { 600.1.1 = { change_development_level = 5 } #Stablization of Heptarchy 700.1.1 = { change_development_level = 6 } #Rulers - 469.1.1={ + 471.1.1={ holder=13100167 # Britons - government = tribal_government + government = high_tribal_government } 505.1.1={ holder=13100168 # Britons @@ -182,62 +189,25 @@ c_east_riding = { holder=170126 # Aldfrith Ingving } } -c_west_riding = { #c_york history (elimination) - 469.1.1={ - holder=13100167 # Britons +c_west_riding = { #Elmet + 470.1.1={ + holder = 7 # King Masgwid of Elmet } - 505.1.1={ - holder=13100168 # Britons + 495.1.1={ + holder = 41715 # King Llaennog of Elmet } - 560.1.1={ - holder=13100169 # Britons + 520.1.1={ + holder = 144634 # Cytelbearn Uhtr�ding } 580.1.1={ - holder=13100171 # Britons - } - ##### Eborakom captured, now Deira - 581.1.1={ - holder=228011 # Æthelric Yffing - } - 604.1.1={ - holder=170117 # Æthelfrith Ingving - } - 616.1.1={ - holder=228035 # Eadwine Yffing - } - 622.1.1={ - holder=228072 # Osric Yffing - } - 634.1.1={ - holder=170119 # Oswald Ingving - } - 642.1.1={ - holder=170120 # Oswig Ingving - } - 644.1.1={ - holder=170121 # Oswine Yffing - } - 651.1.1={ - holder=170122 # Œthelwald Ingving - } - 654.1.1={ - holder=170120 # Oswig Ingving - } - 655.1.1={ - holder=170123 # Alhfrith Ingving - liege="k_northumbria" - } - 664.1.1={ - holder=170125 # Ecgfrith Ingving - } - 670.1.1={ - holder=170124 # Ælfwine Ingving + holder = 6828 # Hereweard Uhtr�ding } - 679.1.1={ - holder=170125 # Ecgfrith Ingving + 610.1.1={ + holder = 170115 # Cearl Iclingas } - 685.1.1={ - holder=170126 # Aldfrith Ingving + 626.1.1={ + holder = 144635 # Peada Iclingas + liege="k_mercia" } } c_lincolnshire = { @@ -264,12 +234,9 @@ c_lincolnshire = { } } c_leicestershire = { - 470.1.1={ - holder = 7 # King Masgwid of Elmet - } - 495.1.1={ - holder = 41715 # King Llaennog of Elmet - } + 460.1.1 = { holder = LeicestershireRomanoBritish000 } + 500.1.1 = { holder = LeicestershireRomanoBritish001 } + #Conquest by Germanics 520.1.1={ holder = 144634 # Cytelbearn Uhtr�ding } @@ -317,7 +284,7 @@ d_northumberland = { #Rulers 420.1.1={ holder = 13100175 - government = tribal_government + government = high_tribal_government } 445.1.1={ holder = 13100176 @@ -460,9 +427,8 @@ c_durham = { } } c_cumberland = { #Made part of Rheged proper (c_westmorland history) - 470.1.1={ - holder = 8 # King of Rheged - } + 450.1.1 = { holder = 1100011 } #Gwrwst Lledlwm in his quasi-rulership + 470.1.1={ holder = 8 } # King of Rheged 483.1.1={ holder = 41707 # Meirchion Gul } @@ -507,10 +473,11 @@ d_lancaster = { 600.1.1 = { change_development_level = 5 } #Stablization of Heptarchy 700.1.1 = { change_development_level = 6 } #Rulers - 470.1.1={ - holder = 8 # King of Rheged + 450.1.1 = { #Gwrwst Lledlwm in his quasi-rulership + holder = 1100011 government = high_tribal_government } + 470.1.1={ holder = 8 } # King David of Rheged 483.1.1={ holder = 41707 # Meirchion Gul } @@ -534,9 +501,8 @@ d_lancaster = { } } c_lancashire = { - 470.1.1={ - holder = 8 # King of Rheged - } + 450.1.1 = { holder = 1100011 } #Gwrwst Lledlwm in his quasi-rulership + 470.1.1={ holder = 8 } # King of Rheged 483.1.1={ holder=41707 # Meirchion Gul } @@ -572,9 +538,8 @@ c_lancashire = { } } c_westmorland = { - 470.1.1={ - holder = 8 # King of Rheged - } + 450.1.1 = { holder = 1100011 } #Gwrwst Lledlwm in his quasi-rulership + 470.1.1={ holder = 8 } # King of Rheged 483.1.1={ holder = 41707 # Meirchion Gul } @@ -610,9 +575,8 @@ c_westmorland = { } } c_cheshire = { - 470.1.1={ - holder = 8 # King of Rheged - } + 450.1.1 = { holder = 1100011 } #Gwrwst Lledlwm in his quasi-rulership + 470.1.1={ holder = 8 } # King of Rheged 483.1.1={ holder = 41707 # Meirchion Gul } @@ -630,21 +594,12 @@ c_cheshire = { } } c_derby = { - 470.1.1={ - holder = 7 # King Masgwid of Elmet - } - 495.1.1={ - holder = 41715 # King Llaennog of Elmet - } - 540.1.1={ - holder = 41714 # King Arthius of Elmet - } - 560.1.1={ - holder = 41716 # King Gwallog of Elmet - } - 590.1.1={ - holder = 41717 # King Ceretic of Elmet - } + #Indpenedent Derby/Pennies/Peak/South Pennies + 450.1.1 = { holder = DerbyBriton000 } #Arturius ap Mor + 480.1.1 = { holder = DerbyBriton001 } #Pabo ap Arturius + 525.1.1 = { holder = DerbyBriton002 } #Sawyl ap Pabo + 590.1.1 = { holder = DerbyBriton003 } #Madoc ap Sawyl + #600: Conquered by Bernicians/Angles/Mercians? } d_lothian = { diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 82806f6c0c..b3f7f2499f 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -138,10 +138,10 @@ d_brycheiniog_adj:0 "Brycheiniog" d_linnius:0 "Linnius" d_linnius_adj:0 "Linnius" - d_elmet:0 "Elmet" - d_elmet_adj:0 "Elmet" d_gwinntguic: "Gwinntguic" d_gwinntguic_adj: "Gwinntguican" + d_ratae: "Ratae" + d_ratae_adj: "Ratae" #### e_italy k_annonaria:0 "Annonaria" @@ -898,6 +898,10 @@ d_dyfed_adj: "Dyfed" d_ceredigion: "Ceredigion" d_ceredigion_adj: "Ceredigion" + d_elmet: "Elmet" + d_elmet_adj: "Elmet" + d_derwent: "Derwent" + d_derwent_adj: "Derwent" ### k_ireland titles d_aileach:0 "Aileach" d_aileach_adj:0 "Aileach" diff --git a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml index 7f0e63c02d..ea50f5810e 100644 --- a/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml +++ b/WtWSMS/localization/english/dynasties/BP_dynasty_names_unsorted_l_english.yml @@ -409,4 +409,6 @@ #Alans dynn_Gokarid: "Gokarid" dynn_Sambid: "Sambid" - + #Celts + dynn_Derwent: "Derwent" + dynn_Ratae: "Ratae" From fab780e049477bec6f69825eb2092aa322e6d7d3 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Dec 2022 16:38:36 -0500 Subject: [PATCH 217/339] Fix some errors * romano_alan culture history * Iazyges don't use Mena graphics * Re-add Lugdensis Tertia dynasty * Move c_bilizma to south Numidia/Numidia Militana * Add some missing names to localizations --- .../culture/cultures/BP_east_iranian.txt | 1 - WtWSMS/common/dynasties/BP_dynasties.txt | 10 +- .../landed_titles/BP_e_north_africa.txt | 174 +++++++++--------- WtWSMS/history/characters/romano_gallic.txt | 1 + .../{alano_galloroman.txt => romano_alan.txt} | 0 WtWSMS/history/provinces/bp_k_africa.txt | 18 +- WtWSMS/history/titles/bp_k_africa.txt | 48 ++--- ...kerwanderung_additional_name_l_english.yml | 6 + 8 files changed, 134 insertions(+), 124 deletions(-) rename WtWSMS/history/cultures/{alano_galloroman.txt => romano_alan.txt} (100%) diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index e46070be5e..cff2a24ecb 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -151,7 +151,6 @@ iazyges = { coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } building_gfx = { steppe_building_gfx } clothing_gfx = { mongol_clothing_gfx } - clothing_gfx = { mena_clothing_gfx } unit_gfx = { mongol_unit_gfx } ethnicities = { diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index e7b61459a5..d853a25601 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -606,7 +606,10 @@ name = "dynn_Vacantrax" culture = romano_gallic } -#1042245: Removed +1042245 = { + name = "dynn_Filius_Soissons" + culture = romano_gallic +} 1042246 = { name = "dynn_Aggripatix" culture = romano_gallic @@ -2087,10 +2090,7 @@ name = "dynn_Gelding" culture = old_saxon } -10424353 = { - name = "dynn_Viriching" - culture = old_saxon -} +#10424353: Removed 10424354 = { name = "dynn_Hlothing" culture = anglo diff --git a/WtWSMS/common/landed_titles/BP_e_north_africa.txt b/WtWSMS/common/landed_titles/BP_e_north_africa.txt index 3778b82227..af85e71449 100644 --- a/WtWSMS/common/landed_titles/BP_e_north_africa.txt +++ b/WtWSMS/common/landed_titles/BP_e_north_africa.txt @@ -2859,90 +2859,6 @@ e_north_africa = { color = { 52 86 177 } } } - c_bilizma = { - color = { 69 97 42 } - cultural_names = { - #Roman Cultures - name_list_roman = cn_lambaesis - name_list_romano_gallic = cn_lambaesis - name_list_romano_hispanic = cn_lambaesis - name_list_romano_british = cn_lambaesis - name_list_romano_african = cn_lambaesis - name_list_romano_raetian = cn_lambaesis - name_list_romano_thracian = cn_lambaesis - name_list_romano_illyrian = cn_lambaesis - name_list_romano_pannonian = cn_lambaesis - name_list_dalmatian = cn_lambaesis - name_list_romano_noric = cn_lambaesis - name_list_romano_gothic = cn_lambaesis - name_list_romano_dacian = cn_lambaesis - name_list_romano_frank = cn_lambaesis - name_list_romano_aramean = cn_lambaesis - name_list_romano_vandalic = cn_lambaesis - #Berber Cultures - name_list_atlas_berber = cn_lambese - name_list_kabyle_berber = cn_lambese - name_list_zenati_berber = cn_lambese - name_list_eastern_berber = cn_lambese - #East Germanic Cultures - name_list_vandalic = cn_lambasba - } - b_bilizma = { - province = 4634 - cultural_names = { - #Roman Cultures - name_list_roman = cn_lambaesis - name_list_romano_gallic = cn_lambaesis - name_list_romano_hispanic = cn_lambaesis - name_list_romano_british = cn_lambaesis - name_list_romano_african = cn_lambaesis - name_list_romano_raetian = cn_lambaesis - name_list_romano_thracian = cn_lambaesis - name_list_romano_illyrian = cn_lambaesis - name_list_romano_pannonian = cn_lambaesis - name_list_dalmatian = cn_lambaesis - name_list_romano_noric = cn_lambaesis - name_list_romano_gothic = cn_lambaesis - name_list_romano_dacian = cn_lambaesis - name_list_romano_frank = cn_lambaesis - name_list_romano_aramean = cn_lambaesis - name_list_romano_vandalic = cn_lambaesis - #Berber Cultures - name_list_atlas_berber = cn_lambese - name_list_kabyle_berber = cn_lambese - name_list_zenati_berber = cn_lambese - name_list_eastern_berber = cn_lambese - #East Germanic Cultures - name_list_vandalic = cn_lambasba - } - color = { 69 97 42 } - } - b_baghaya = { - province = 4627 - cultural_names = { - #Roman Cultures - name_list_roman = cn_bagai - name_list_romano_gallic = cn_bagai - name_list_romano_hispanic = cn_bagai - name_list_romano_british = cn_bagai - name_list_romano_african = cn_bagai - name_list_romano_raetian = cn_bagai - name_list_romano_thracian = cn_bagai - name_list_romano_illyrian = cn_bagai - name_list_romano_pannonian = cn_bagai - name_list_dalmatian = cn_bagai - name_list_romano_noric = cn_bagai - name_list_romano_gothic = cn_bagai - name_list_romano_dacian = cn_bagai - name_list_romano_frank = cn_bagai - name_list_romano_aramean = cn_bagai - name_list_romano_vandalic = cn_bagai - #East Germanic Cultures - name_list_vandalic = cn_bagai - } - color = { 69 97 42 } - } - } c_annaba = { color = { 72 83 169 } cultural_names = { @@ -3073,7 +2989,7 @@ e_north_africa = { } d_south_numidia = { #Aka, Musulamii region beyond Roman proper control color={ 40 90 150 } - capital = c_biskra + capital = c_bilizma cultural_names = { #Roman Cultures name_list_roman = cn_numidia_militana @@ -3092,6 +3008,94 @@ e_north_africa = { name_list_romano_frank = cn_numidia_militana name_list_romano_aramean = cn_numidia_militana name_list_romano_vandalic = cn_numidia_militana + #East Germanic Cultures + name_list_vandalic = cn_numidia_militana + #East Iranian Cultures + name_list_alan = cn_numidia_militana + } + c_bilizma = { + color = { 69 97 42 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_lambaesis + name_list_romano_gallic = cn_lambaesis + name_list_romano_hispanic = cn_lambaesis + name_list_romano_british = cn_lambaesis + name_list_romano_african = cn_lambaesis + name_list_romano_raetian = cn_lambaesis + name_list_romano_thracian = cn_lambaesis + name_list_romano_illyrian = cn_lambaesis + name_list_romano_pannonian = cn_lambaesis + name_list_dalmatian = cn_lambaesis + name_list_romano_noric = cn_lambaesis + name_list_romano_gothic = cn_lambaesis + name_list_romano_dacian = cn_lambaesis + name_list_romano_frank = cn_lambaesis + name_list_romano_aramean = cn_lambaesis + name_list_romano_vandalic = cn_lambaesis + #Berber Cultures + name_list_atlas_berber = cn_lambese + name_list_kabyle_berber = cn_lambese + name_list_zenati_berber = cn_lambese + name_list_eastern_berber = cn_lambese + #East Germanic Cultures + name_list_vandalic = cn_lambasba + } + b_bilizma = { + province = 4634 + cultural_names = { + #Roman Cultures + name_list_roman = cn_lambaesis + name_list_romano_gallic = cn_lambaesis + name_list_romano_hispanic = cn_lambaesis + name_list_romano_british = cn_lambaesis + name_list_romano_african = cn_lambaesis + name_list_romano_raetian = cn_lambaesis + name_list_romano_thracian = cn_lambaesis + name_list_romano_illyrian = cn_lambaesis + name_list_romano_pannonian = cn_lambaesis + name_list_dalmatian = cn_lambaesis + name_list_romano_noric = cn_lambaesis + name_list_romano_gothic = cn_lambaesis + name_list_romano_dacian = cn_lambaesis + name_list_romano_frank = cn_lambaesis + name_list_romano_aramean = cn_lambaesis + name_list_romano_vandalic = cn_lambaesis + #Berber Cultures + name_list_atlas_berber = cn_lambese + name_list_kabyle_berber = cn_lambese + name_list_zenati_berber = cn_lambese + name_list_eastern_berber = cn_lambese + #East Germanic Cultures + name_list_vandalic = cn_lambasba + } + color = { 69 97 42 } + } + b_baghaya = { + province = 4627 + cultural_names = { + #Roman Cultures + name_list_roman = cn_bagai + name_list_romano_gallic = cn_bagai + name_list_romano_hispanic = cn_bagai + name_list_romano_british = cn_bagai + name_list_romano_african = cn_bagai + name_list_romano_raetian = cn_bagai + name_list_romano_thracian = cn_bagai + name_list_romano_illyrian = cn_bagai + name_list_romano_pannonian = cn_bagai + name_list_dalmatian = cn_bagai + name_list_romano_noric = cn_bagai + name_list_romano_gothic = cn_bagai + name_list_romano_dacian = cn_bagai + name_list_romano_frank = cn_bagai + name_list_romano_aramean = cn_bagai + name_list_romano_vandalic = cn_bagai + #East Germanic Cultures + name_list_vandalic = cn_bagai + } + color = { 69 97 42 } + } } c_biskra = { color = { 72 130 14 } diff --git a/WtWSMS/history/characters/romano_gallic.txt b/WtWSMS/history/characters/romano_gallic.txt index 9264071a58..5c6fa56ff3 100644 --- a/WtWSMS/history/characters/romano_gallic.txt +++ b/WtWSMS/history/characters/romano_gallic.txt @@ -147,6 +147,7 @@ 307 = { name = "Ianius" # Vassal of Syagrius + dynasty = 1042245 religion = "nicene" culture = "gallic" 450.1.1 = { diff --git a/WtWSMS/history/cultures/alano_galloroman.txt b/WtWSMS/history/cultures/romano_alan.txt similarity index 100% rename from WtWSMS/history/cultures/alano_galloroman.txt rename to WtWSMS/history/cultures/romano_alan.txt diff --git a/WtWSMS/history/provinces/bp_k_africa.txt b/WtWSMS/history/provinces/bp_k_africa.txt index dfb0e36814..ada0d42c78 100644 --- a/WtWSMS/history/provinces/bp_k_africa.txt +++ b/WtWSMS/history/provinces/bp_k_africa.txt @@ -172,15 +172,6 @@ 4626 = { #MASKIYANA holding = none } -###c_bilizma -4634 = { #BILIZMA - culture = tacawit - religion = donatism - holding = castle_holding #Because Madghacen is a church_holding -} -4627 = { #BAGHAYA - holding = church_holding #Madghacen, royal mausoleum-temple -} ###c_annaba 4588 = { #ANNABA culture = romano_african @@ -203,6 +194,15 @@ ## d_south_numidia ################################### +###c_bilizma +4634 = { #BILIZMA + culture = tacawit + religion = donatism + holding = castle_holding #Because Madghacen is a church_holding +} +4627 = { #BAGHAYA + holding = church_holding #Madghacen, royal mausoleum-temple +} ###c_biskra 4621 = { #BISKRA culture = tacawit diff --git a/WtWSMS/history/titles/bp_k_africa.txt b/WtWSMS/history/titles/bp_k_africa.txt index 7e81dd100f..6355760f6a 100644 --- a/WtWSMS/history/titles/bp_k_africa.txt +++ b/WtWSMS/history/titles/bp_k_africa.txt @@ -1244,16 +1244,16 @@ c_tabassa = { #c_biskra history (chagned from c_fses history) holder = 1300650 #Heraclius the Elder } } -c_bilizma = { #c_constantine history (changed from c_biskra (elimination)) - #Development: Inland Plains - 1.1.1 = { change_development_level = 3 } - 200.1.1 = { change_development_level = 6 } - 400.1.1 = { change_development_level = 9 } - 435.1.1 = { change_development_level = 5 } #Vandal kingdom established - 500.1.1 = { change_development_level = 7 } - 534.1.1 = { change_development_level = 4 } #Byzantine reconquest - 600.1.1 = { change_development_level = 7 } - 698.1.1 = { change_development_level = 3 } #Arab conquest +c_annaba = { + #Development: Subroman provinces + 1.1.1 = { change_development_level = 10 } + 200.1.1 = { change_development_level = 20 } + 400.1.1 = { change_development_level = 30 } + 435.1.1 = { change_development_level = 15 } #Vandals migrate + 500.1.1 = { change_development_level = 20 } + 534.1.1 = { change_development_level = 10 } #Byzantine Africa + 600.1.1 = { change_development_level = 15 } + 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate #Rulers 334.1.1={ holder=190016 # Lollianus Mavortius @@ -1374,16 +1374,20 @@ c_bilizma = { #c_constantine history (changed from c_biskra (elimination)) holder = 1300650 #Heraclius the Elder } } -c_annaba = { - #Development: Subroman provinces - 1.1.1 = { change_development_level = 10 } - 200.1.1 = { change_development_level = 20 } - 400.1.1 = { change_development_level = 30 } - 435.1.1 = { change_development_level = 15 } #Vandals migrate - 500.1.1 = { change_development_level = 20 } - 534.1.1 = { change_development_level = 10 } #Byzantine Africa - 600.1.1 = { change_development_level = 15 } - 698.1.1 = { change_development_level = 10 } #Umayyad Caliphate + +d_south_numidia = { + 1.1.1 = {} +} +c_bilizma = { #c_constantine history (changed from c_biskra (elimination)) + #Development: Inland Plains + 1.1.1 = { change_development_level = 3 } + 200.1.1 = { change_development_level = 6 } + 400.1.1 = { change_development_level = 9 } + 435.1.1 = { change_development_level = 5 } #Vandal kingdom established + 500.1.1 = { change_development_level = 7 } + 534.1.1 = { change_development_level = 4 } #Byzantine reconquest + 600.1.1 = { change_development_level = 7 } + 698.1.1 = { change_development_level = 3 } #Arab conquest #Rulers 334.1.1={ holder=190016 # Lollianus Mavortius @@ -1504,10 +1508,6 @@ c_annaba = { holder = 1300650 #Heraclius the Elder } } - -d_south_numidia = { - 1.1.1 = {} -} c_biskra = { #c_manzakine history (changed from c_biskra) #Development: Tribal Roman 1.1.1 = { change_development_level = 3 } diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 7c36555e8b..103fdb2265 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -857,4 +857,10 @@ Wyscfrea: "Wyscfrea" Wigils: "Wigils" Uxfrea: "Uxfrea" + #Others + Peblig: "Peblig" + Elafius: "Elafius" + Caraticos: "Caraticos" + Natanleod: "Natanleod" + \ No newline at end of file From ab33563f8c3a2d0ce4dcb25db4585c6abc713adf Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:41:16 -0500 Subject: [PATCH 218/339] Update East Germanic history --- .../culture/cultures/BP_east_germanic.txt | 20 ++++++++++++++++--- .../culture/BP_cultural_history_l_english.yml | 3 +++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index f02e6664b8..370ae3dbc5 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -10,7 +10,6 @@ przeworsk = { color = przeworsk - parents = { vistula_veneti gothic } created = 2.1.1 history_loc_override = przeworsk_history_loc @@ -44,7 +43,7 @@ przeworsk = { clothing_gfx = { northern_clothing_gfx } #Baltic/Slavic influence unit_gfx = { northern_unit_gfx } #Vandal emigration increasing Baltic influence - #Mixed Gothic/Slavic/Gallic/Baltic Ethnicities (then combined to avoid code issues + #Mixed Gothic/Slavic/Gallic/Baltic Ethnicities (then combined to avoid code issues) ethnicities = { #Norse/Baltic 150 = caucasian_northern_blond @@ -66,6 +65,9 @@ przeworsk = { vandalic = { color = vandalic + parents = { przeworsk } + created = 335.1.1 #Approximate death of Visimar/settlement in Pannonia, so earliest of Vandals as a separate group + ethos = ethos_bellicose heritage = heritage_east_germanic language = language_vandalic @@ -106,6 +108,9 @@ vandalic = { gepid = { color = gepid + created = 200.1.1 + history_loc_override = wielbark_history_loc + ethos = ethos_bellicose heritage = heritage_east_germanic language = language_east_germanic @@ -138,6 +143,9 @@ gepid = { burgundian = { color = burgundian + created = 200.1.1 + history_loc_override = wielbark_history_loc + ethos = ethos_egalitarian heritage = heritage_east_germanic language = language_east_germanic @@ -227,7 +235,10 @@ vidivarii = { gothic = { color = gothic - ethos = ethos_stoic #Probalby should be bellicose, but game mechanic requires at least one pillar change + created = 100.1.1 + history_loc_override = gothic_history_loc + + ethos = ethos_stoic #Probably should be bellicose, but game mechanic requires at least one pillar change heritage = heritage_east_germanic language = language_gothic martial_custom = martial_custom_male_only @@ -465,6 +476,9 @@ taifal = { heruli = { # Migrational Era Herules color = heruli + created = 270.1.1 + history_loc_override = heruli_history_loc + ethos = ethos_communal heritage = heritage_east_germanic language = language_gothic diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 3adc9a13ff..fa1cc0f163 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -44,6 +44,9 @@ #East Germanic przeworsk_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in IIIrd Century BC" vidivarii_history_loc: "Formed from Weilbark and West Baltic peoples in IVth Century AD" + gothic_history_loc: "Formed from various Weilbark and Cherniakhiv peoples in IIIrd Century AD" + heruli_history_loc: "Formed from various Cherniakhiv peoples in the IIIrd Century AD" + wielbark_history_loc: "Diverged from Weilbark people in the IIIrd Century AD" denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in IIIrd Century AD" #Baltic vistula_veneti_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in the IIIrd Century BC" From cc9a2b816d0abcec5c89a2c14e62bfcf6d5d4f27 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:03:17 -0500 Subject: [PATCH 219/339] Frankish Work * Revised Mosania, Ripuria, Salia, Frisia, Alamannia borders as per request. Frisians are not on the Wesser but are on Zeeland. * While I suspect the Chatti were fully integrated with the Franks, I re-added them as a vassal of Baroia in what is today Hesse (presuming the Chatti-Hesse link holds) --- .../landed_titles/BP_titles_germanics.txt | 2 +- WtWSMS/history/characters/chatti.txt | 20 ++++ WtWSMS/history/provinces/bp_k_frisia.txt | 4 +- WtWSMS/history/provinces/bp_k_germania.txt | 3 +- .../provinces/bp_k_germania_inferior.txt | 2 +- WtWSMS/history/provinces/bp_k_vindelicia.txt | 9 +- WtWSMS/history/titles/bp_k_belgica.txt | 20 ++-- WtWSMS/history/titles/bp_k_frisia.txt | 58 ++++------ WtWSMS/history/titles/bp_k_germania.txt | 25 ++--- .../history/titles/bp_k_germania_inferior.txt | 104 +++++++++--------- WtWSMS/history/titles/bp_k_vindelicia.txt | 75 +++++-------- 11 files changed, 150 insertions(+), 172 deletions(-) create mode 100644 WtWSMS/history/characters/chatti.txt diff --git a/WtWSMS/common/landed_titles/BP_titles_germanics.txt b/WtWSMS/common/landed_titles/BP_titles_germanics.txt index dcbb9ac96f..f682ff8c64 100644 --- a/WtWSMS/common/landed_titles/BP_titles_germanics.txt +++ b/WtWSMS/common/landed_titles/BP_titles_germanics.txt @@ -421,7 +421,7 @@ d_mosania = { } d_baroia = { color={ 120 120 65 } - capital = c_arnhem #North Trans-Rhine Franks + capital = c_frankfurt ignore_titularity_for_title_weighting = yes ai_primary_priority = { if = { diff --git a/WtWSMS/history/characters/chatti.txt b/WtWSMS/history/characters/chatti.txt new file mode 100644 index 0000000000..7d738ef1e4 --- /dev/null +++ b/WtWSMS/history/characters/chatti.txt @@ -0,0 +1,20 @@ +212057 = { + name = "Chramnesind" + # Chramnesind Auting + dynasty = 10424161 + religion = "germanic_pagan" + culture = "chatti" + 450.1.1 = { birth = yes } + 510.1.1 = { death = yes } +} + +212560 = { + name = "Faroin" + # Faroin Auting + dynasty = 10424161 + religion = "germanic_pagan" + culture = "chatti" + father = 212057 + 470.1.1 = { birth = yes } + 550.1.1 = { death = yes } +} \ No newline at end of file diff --git a/WtWSMS/history/provinces/bp_k_frisia.txt b/WtWSMS/history/provinces/bp_k_frisia.txt index a5571c120c..5cad22ba05 100644 --- a/WtWSMS/history/provinces/bp_k_frisia.txt +++ b/WtWSMS/history/provinces/bp_k_frisia.txt @@ -70,7 +70,7 @@ ###c_nedersticht 2424 = { #UTRECHT - culture = old_frankish + culture = old_frisian religion = germanic_pagan holding = tribal_holding } @@ -130,7 +130,7 @@ } ###c_ostfriesland 2418 = { #EMDEN - culture = old_frisian + culture = old_saxon religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_germania.txt b/WtWSMS/history/provinces/bp_k_germania.txt index 1008739a2e..76e2499cc4 100644 --- a/WtWSMS/history/provinces/bp_k_germania.txt +++ b/WtWSMS/history/provinces/bp_k_germania.txt @@ -19,9 +19,10 @@ } ###c_waldeck 2850 = { #WALDECK - culture = old_frankish + culture = chatti religion = germanic_pagan holding = tribal_holding + 550.1.1 = { culture = old_frankish } #End of the Chatti } 2849 = { #WITTENSTEIN holding = none diff --git a/WtWSMS/history/provinces/bp_k_germania_inferior.txt b/WtWSMS/history/provinces/bp_k_germania_inferior.txt index a1229d2837..4f77c51aed 100644 --- a/WtWSMS/history/provinces/bp_k_germania_inferior.txt +++ b/WtWSMS/history/provinces/bp_k_germania_inferior.txt @@ -144,7 +144,7 @@ ###c_zeeland 2112 = { #MIDDELBURG - culture = old_frankish + culture = old_frisian religion = germanic_pagan holding = tribal_holding 844.1.1 = { holding = castle_holding } #Year monastery was built diff --git a/WtWSMS/history/provinces/bp_k_vindelicia.txt b/WtWSMS/history/provinces/bp_k_vindelicia.txt index 1ad1731e00..feee7b19d7 100644 --- a/WtWSMS/history/provinces/bp_k_vindelicia.txt +++ b/WtWSMS/history/provinces/bp_k_vindelicia.txt @@ -209,9 +209,10 @@ } ###c_kassel 2860 = { #KASSEL - culture = old_frankish + culture = chatti religion = germanic_pagan holding = tribal_holding + 550.1.1 = { culture = old_frankish } #End of the Chatti } 2858 = { #ZIEGENHAIN holding = none @@ -224,9 +225,10 @@ } ###c_fulda 2924 = { #FULDA - culture = old_frankish + culture = chatti religion = germanic_pagan holding = tribal_holding + 550.1.1 = { culture = old_frankish } #End of the Chatti } 2923 = { #HERSFELD holding = none @@ -251,9 +253,10 @@ } ###c_marburg 2859 = { #MARBURG - culture = old_frankish + culture = chatti religion = germanic_pagan holding = tribal_holding + 550.1.1 = { culture = old_frankish } #End of the Chatti } 2861 = { #NIDDA holding = none diff --git a/WtWSMS/history/titles/bp_k_belgica.txt b/WtWSMS/history/titles/bp_k_belgica.txt index 72db38784f..83394aafd4 100644 --- a/WtWSMS/history/titles/bp_k_belgica.txt +++ b/WtWSMS/history/titles/bp_k_belgica.txt @@ -502,7 +502,7 @@ c_langres = { #c_bar history (elimination) holder = 30029 # Chlothar II Meroving } } -c_briey = { #Ragnachar's Franks +c_briey = { #c_metz history #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -514,11 +514,11 @@ c_briey = { #Ragnachar's Franks 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 460.1.1={ - holder = 36109 # Ragnachar + 466.1.1={ + holder=36 } - 509.1.1={ - holder = 40 # Clovis + 490.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -602,7 +602,7 @@ c_vaucouleurs = { #c_bar history holder = 30029 # Chlothar II Meroving } } -c_nancy = { #Ragnachar's Franks +c_nancy = { #c_lorraine history #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -614,11 +614,11 @@ c_nancy = { #Ragnachar's Franks 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 460.1.1={ - holder = 36109 # Ragnachar + 466.1.1={ + holder=36 } - 509.1.1={ - holder = 40 # Clovis + 490.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/history/titles/bp_k_frisia.txt b/WtWSMS/history/titles/bp_k_frisia.txt index 7eb9333e24..ed92990661 100644 --- a/WtWSMS/history/titles/bp_k_frisia.txt +++ b/WtWSMS/history/titles/bp_k_frisia.txt @@ -77,33 +77,24 @@ c_westfriesland = { holder=159237 # Audwulf } } -c_nedersticht = { #Salian Franks - #Rulers - 457.1.1={ - holder = 39 - } - 481.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106522 # Chlothar Meroving +c_nedersticht = { + 466.1.1={ + holder=44 # Hroðward } - 561.11.29={ - holder = 231004 # Sigebert Meroving + 497.1.1={ + holder=190074 # Folcpald } - 575.1.1={ - holder = 1300945 # Wado - liege = k_austrasia + 499.1.1={ + holder=190049 # Hengest } - 612.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + 552.1.1={ + holder=190083 # Finn } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 572.1.1={ + holder=190084 # Aldegisl } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 600.1.1={ + holder=159237 # Audwulf } } c_arnhem = { #Ripuarian Franks @@ -268,24 +259,15 @@ c_dokkum = { #c_frisia holder=159237 # Audwulf } } -c_ostfriesland = { #Frisians - 466.1.1={ - holder=44 # Hroðward +c_ostfriesland = { + 460.1.2={ + holder = 45 } - 497.1.1={ - holder=190074 # Folcpald + 497.1.1={ + holder = 30037 } - 499.1.1={ - holder=190049 # Hengest - } - 552.1.1={ - holder=190083 # Finn - } - 572.1.1={ - holder=190084 # Aldegisl - } - 600.1.1={ - holder=159237 # Audwulf + 550.1.1={ + holder = 30038 } } c_frisia = { diff --git a/WtWSMS/history/titles/bp_k_germania.txt b/WtWSMS/history/titles/bp_k_germania.txt index 47f6f27f94..0feea3744f 100644 --- a/WtWSMS/history/titles/bp_k_germania.txt +++ b/WtWSMS/history/titles/bp_k_germania.txt @@ -16,22 +16,15 @@ c_paderborn = { holder = 30038 } } -c_waldeck = { #Chararic's Franks - 460.1.1={ - holder = 36107 # Chararic - } - 507.1.1={ - holder = 40 # Clovis - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } +c_waldeck = { #Chararic's Franks & Chatti + #Chatti + 450.1.1={ holder = 212057 } + 460.1.1 = { liege = d_baroia } + 507.1.1={ liege = k_franks } #Clovis removes Chararic + 510.1.1={ holder = 212560 } + #Franks + #Death of Faroin Auting, end of Chatti + 550.1.1={ holder = 106529 } # Theudebald Meroving 555.1.1={ holder = 106522 # Chlothar Meroving } diff --git a/WtWSMS/history/titles/bp_k_germania_inferior.txt b/WtWSMS/history/titles/bp_k_germania_inferior.txt index 822ab68b7a..fd0f183548 100644 --- a/WtWSMS/history/titles/bp_k_germania_inferior.txt +++ b/WtWSMS/history/titles/bp_k_germania_inferior.txt @@ -204,12 +204,12 @@ c_saarbrucken = { holder = 30029 # Chlothar II Meroving } } -c_puttlingen = { #Ragnachar's Franks - 460.1.1={ - holder = 36109 # Ragnachar +c_puttlingen = { #c_metz history (eliminated) + 466.1.1={ + holder=36 } - 509.1.1={ - holder = 40 # Clovis + 490.1.1={ + holder = 40 } 511.1.1={ holder = 106524 # Theuderic Meroving @@ -256,23 +256,23 @@ d_germania_inferior = { 700.1.1 = { change_development_level = 5 } } c_zeeland = { - 457.1.1={ - holder = 39 + 466.1.1={ + holder=44 # Hroðward } - 481.1.1={ - holder = 40 + 497.1.1={ + holder=190074 # Folcpald } - 507.1.1={ - holder = 190049 # Hengest + 499.1.1={ + holder=190049 # Hengest } 552.1.1={ - holder = 190083 # Finn + holder=190083 # Finn } 572.1.1={ - holder = 190084 # Aldegisl + holder=190084 # Aldegisl } 600.1.1={ - holder = 159237 # Audwulf + holder=159237 # Audwulf } } c_antwerpen = { #c_brabant history @@ -304,62 +304,62 @@ c_antwerpen = { #c_brabant history holder = 30029 # Chlothar II Meroving } } -c_maastricht = { #Childeric Franks - #Rulers +c_maastricht = { #Ripurian Franks 457.1.1={ - holder = 39 + holder = 20785 } - 481.1.1={ + 482.1.1={ holder = 40 } 511.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 1300945 # Wado - liege = k_austrasia + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving } 612.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + holder = 30014 # Theuderic II Meroving } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } -c_cleves = { #Childeric Franks - #Rulers +c_cleves = { #Ripurian Franks 457.1.1={ - holder = 39 + holder = 20785 } - 481.1.1={ + 482.1.1={ holder = 40 } 511.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 1300945 # Wado - liege = k_austrasia + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving } 612.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + holder = 30014 # Theuderic II Meroving } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } c_cologne = { #Ripurian Franks (Sigebert) @@ -429,33 +429,33 @@ c_brabant = { holder = 30029 # Chlothar II Meroving } } -c_guelders = { #Childeric Franks - #Rulers +c_guelders = { #Ripurian Franks 457.1.1={ - holder = 39 + holder = 20785 } - 481.1.1={ + 482.1.1={ holder = 40 } 511.1.1={ - holder = 106522 # Chlothar Meroving + holder = 106522 # Chlothar Meroving } 561.11.29={ holder = 231004 # Sigebert Meroving } 575.1.1={ - holder = 1300945 # Wado - liege = k_austrasia + holder = 30010 # Childebert II Meroving + } + 595.1.1={ + holder = 30011 # Theudebert Meroving } 612.1.1={ - holder = 30014 # Theuderic II Meroving - liege = 0 + holder = 30014 # Theuderic II Meroving } 613.1.1={ - holder = 30015 # Sigebert Meroving + holder = 30015 # Sigebert Meroving } 614.1.1={ - holder = 30029 # Chlothar II Meroving + holder = 30029 # Chlothar II Meroving } } c_aachen = { #Ripurian Franks @@ -796,7 +796,7 @@ c_bouillon = { #Ragnachar's Franks holder = 30029 # Chlothar II Meroving } } -c_metz = { #Ragnachar's Franks +c_metz = { #c_trier history (changed from c_metz history) #Development 1.1.1 = { change_development_level = 5 } 200.1.1 = { change_development_level = 10 } @@ -808,11 +808,11 @@ c_metz = { #Ragnachar's Franks 600.1.1 = { change_development_level = 4 } 700.1.1 = { change_development_level = 5 } #Rulers - 460.1.1={ - holder = 36109 # Ragnachar + 467.1.1={ + holder = 144671 # Arbogast Gloriosus } - 509.1.1={ - holder = 40 # Clovis + 486.1.1={ + holder = 40 # Clovis Meroving } 511.1.1={ holder = 106524 # Theuderic Meroving diff --git a/WtWSMS/history/titles/bp_k_vindelicia.txt b/WtWSMS/history/titles/bp_k_vindelicia.txt index e3610c46bf..bf213eca4e 100644 --- a/WtWSMS/history/titles/bp_k_vindelicia.txt +++ b/WtWSMS/history/titles/bp_k_vindelicia.txt @@ -558,22 +558,15 @@ c_klingenberg = { holder= 106590 # Gotfrid Agilolfing } } -c_kassel = { #Chararic's Franks - 460.1.1={ - holder = 36107 # Chararic - } - 507.1.1={ - holder = 40 # Clovis - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } +c_kassel = { #Chararic's Franks & Chatti + #Chatti + 450.1.1={ holder = 212057 } + 460.1.1 = { liege = d_baroia } + 507.1.1={ liege = k_franks } #Clovis removes Chararic + 510.1.1={ holder = 212560 } + #Franks + #Death of Faroin Auting, end of Chatti + 550.1.1={ holder = 106529 } # Theudebald Meroving 555.1.1={ holder = 106522 # Chlothar Meroving } @@ -596,22 +589,15 @@ c_kassel = { #Chararic's Franks holder = 30029 # Chlothar II Meroving } } -c_fulda = { #Chararic's Franks - 460.1.1={ - holder = 36107 # Chararic - } - 507.1.1={ - holder = 40 # Clovis - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } +c_fulda = { #Chararic's Franks & Chatti + #Chatti + 450.1.1={ holder = 212057 } + 460.1.1 = { liege = d_baroia } + 507.1.1={ liege = k_franks } #Clovis removes Chararic + 510.1.1={ holder = 212560 } + #Franks + #Death of Faroin Auting, end of Chatti + 550.1.1={ holder = 106529 } # Theudebald Meroving 555.1.1={ holder = 106522 # Chlothar Meroving } @@ -672,22 +658,15 @@ c_nassau = { #Chararic's Franks holder = 30029 # Chlothar II Meroving } } -c_marburg = { #Chararic's Franks - 460.1.1={ - holder = 36107 # Chararic - } - 507.1.1={ - holder = 40 # Clovis - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } +c_marburg = { #Chararic's Franks & Chatti + #Chatti + 450.1.1={ holder = 212057 } + 460.1.1 = { liege = d_baroia } + 507.1.1={ liege = k_franks } #Clovis removes Chararic + 510.1.1={ holder = 212560 } + #Franks + #Death of Faroin Auting, end of Chatti + 550.1.1={ holder = 106529 } # Theudebald Meroving 555.1.1={ holder = 106522 # Chlothar Meroving } From 4d85eed395d396a4de634a66fc79628a388b97cf Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 28 Dec 2022 21:49:36 -0500 Subject: [PATCH 220/339] Fix LT-Rascek's atrocious spelling --- .../english/culture/BP_cultural_history_l_english.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index fa1cc0f163..1c0d18fdf0 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -43,11 +43,11 @@ xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" #East Germanic przeworsk_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in IIIrd Century BC" - vidivarii_history_loc: "Formed from Weilbark and West Baltic peoples in IVth Century AD" - gothic_history_loc: "Formed from various Weilbark and Cherniakhiv peoples in IIIrd Century AD" + vidivarii_history_loc: "Formed from Wielbark and West Baltic peoples in IVth Century AD" + gothic_history_loc: "Formed from various Wielbark and Cherniakhiv peoples in IIIrd Century AD" heruli_history_loc: "Formed from various Cherniakhiv peoples in the IIIrd Century AD" - wielbark_history_loc: "Diverged from Weilbark people in the IIIrd Century AD" - denziner_history_loc: "Formed from Weilbark and Elbe Germanic peoples in IIIrd Century AD" + wielbark_history_loc: "Diverged from Wielbark people in the IIIrd Century AD" + denziner_history_loc: "Formed from Wielbark and Elbe Germanic peoples in IIIrd Century AD" #Baltic vistula_veneti_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in the IIIrd Century BC" #West Germanic From e78c67c78a6f8a8f9980f1a012a25644086b1ad8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 27 Dec 2022 17:41:14 -0500 Subject: [PATCH 221/339] Pictish Revamp (Britain) * Added all 7 pictish sub-kingdoms based on most recent geography * Fidach moved to Outer Hebrides as there's no clear place near Inverness to put them that doesn't reduce Fortiu's powerbase and the Outer Hebrides was not part of Dal Riata from what I've found --- .../dynasties/_lt_rascek_BP_dynasties.txt | 14 ++ .../common/landed_titles/BP_titles_celtic.txt | 35 +++- .../characters/_lt_rascek_new_chars.txt | 157 ++++++++++++++++ WtWSMS/history/titles/BP_titles_celtic.txt | 32 ++++ WtWSMS/history/titles/bp_k_scotland.txt | 168 ++++-------------- .../english/BP_titles_l_english.yml | 6 + .../tribal_character_history_generator.py | 6 +- 7 files changed, 283 insertions(+), 135 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 84b9d9560c..37f692f866 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -169,6 +169,20 @@ dynn_svan_svan = { culture = svan } +#Celtic Dynasties +pictish_dynn_fidach = { + name = dynn_Fidach + culture = pictish +} +pictish_dynn_fib = { + name = dynn_Fib + culture = pictish +} +pictish_dynn_cirinn = { + name = dynn_Circinn + culture = pictish +} + #Central African Dynasties sao_dynn_kanem = { name = dynn_Diarisso diff --git a/WtWSMS/common/landed_titles/BP_titles_celtic.txt b/WtWSMS/common/landed_titles/BP_titles_celtic.txt index 791c5bc83e..080826a335 100644 --- a/WtWSMS/common/landed_titles/BP_titles_celtic.txt +++ b/WtWSMS/common/landed_titles/BP_titles_celtic.txt @@ -110,7 +110,40 @@ d_cait = { capital = c_caithness # Caithness ai_primary_priority = { if = { - limit = { culture = culture:irish } + limit = { culture = culture:pictish } + add = @cultural_title_score + } + } +} +d_fidach = { + color={ 30 90 240 } + ignore_titularity_for_title_weighting = yes + capital = c_outer_hebrides + ai_primary_priority = { + if = { + limit = { culture = culture:pictish } + add = @cultural_title_score + } + } +} +d_fib = { + color={ 20 100 250 } + ignore_titularity_for_title_weighting = yes + capital = c_fife + ai_primary_priority = { + if = { + limit = { culture = culture:pictish } + add = @cultural_title_score + } + } +} +d_cirinn = { + color={ 25 105 230 } + ignore_titularity_for_title_weighting = yes + capital = c_angus + ai_primary_priority = { + if = { + limit = { culture = culture:pictish } add = @cultural_title_score } } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index b3ac8c37c3..838aed158d 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -4330,3 +4330,160 @@ LeicestershireRomanoBritish001 = { 460.1.1 = { birth = yes } 520.1.1 = { death = yes } } + +#Picts + +#Rulers of Fidach; mostly unattested +PictishFidach000 = { + name = Fidach + dynasty = pictish_dynn_fidach + religion = celtic_pagan + culture = pictish + 407.1.1 = { birth = yes } + 470.1.1 = { death = yes } +} +PictishFidach001 = { + name = Allcallorred + dynasty = pictish_dynn_fidach + religion = celtic_pagan + culture = pictish + father = PictishFidach000 + 428.1.1 = { birth = yes } + 485.1.1 = { death = yes } +} +PictishFidach002 = { + name = Deocillimon + dynasty = pictish_dynn_fidach + religion = celtic_pagan + culture = pictish + father = PictishFidach001 + 448.1.1 = { birth = yes } + 500.1.1 = { death = yes } +} +PictishFidach003 = { + name = Uuochu + dynasty = pictish_dynn_fidach + religion = celtic_pagan + culture = pictish + father = PictishFidach002 + 469.1.1 = { birth = yes } + 533.1.1 = { death = yes } +} +PictishFidach004 = { + name = Deoord + dynasty = pictish_dynn_fidach + religion = celtic_pagan + culture = pictish + father = PictishFidach003 + 485.1.1 = { birth = yes } + 531.1.1 = { death = yes } +} +PictishFidach005 = { + name = Broichan + dynasty = + religion = celtic_pagan + culture = pictish + father = PictishFidach004 + 510.1.1 = { birth = yes } + 567.1.1 = { death = yes } +} +PictishFidach006 = { + name = Pidarnoin + dynasty = pictish_dynn_fidach + religion = celtic_pagan + culture = pictish + father = PictishFidach005 + 547.1.1 = { birth = yes } + 606.1.1 = { death = yes } +} +#Rulers of Fib (Fife); mostly unattested +PictishFib000 = { + name = Fib + dynasty = pictish_dynn_fib + religion = celtic_pagan + culture = pictish + 418.1.1 = { birth = yes } + 473.1.1 = { death = yes } +} +PictishFib001 = { + name = Gede + dynasty = pictish_dynn_fib + religion = celtic_pagan + culture = pictish + father = PictishFib000 + 453.1.1 = { birth = yes } + 528.1.1 = { death = yes } +} +PictishFib002 = { + name = Uuroid + dynasty = pictish_dynn_fib + religion = celtic_pagan + culture = pictish + father = PictishFib001 + 483.1.1 = { birth = yes } + 534.1.1 = { death = yes } +} +PictishFib003 = { + name = Maelchon + dynasty = pictish_dynn_fib + religion = celtic_pagan + culture = pictish + father = PictishFib002 + 528.1.1 = { birth = yes } + 575.1.1 = { death = yes } +} +#Rulers of Cirin; mostly unattested +PictishCircin000 = { + name = Cirinn + dynasty = pictish_dynn_cirinn + religion = celtic_pagan + culture = pictish + 416.1.1 = { birth = yes } + 472.1.1 = { death = yes } +} +PictishCircin001 = { + name = Castantin + dynasty = pictish_dynn_cirinn + religion = celtic_pagan + culture = pictish + father = PictishCircin000 + 441.1.1 = { birth = yes } + 485.1.1 = { death = yes } +} +PictishCircin002 = { + name = Achiuir + dynasty = pictish_dynn_cirinn + religion = celtic_pagan + culture = pictish + father = PictishCircin001 + 466.1.1 = { birth = yes } + 520.1.1 = { death = yes } +} +PictishCircin003 = { + name = Ruatirch + dynasty = pictish_dynn_cirinn + religion = celtic_pagan + culture = pictish + father = PictishCircin002 + 497.1.1 = { birth = yes } + 562.1.1 = { death = yes } +} +PictishCircin004 = { + name = Uthoil + dynasty = pictish_dynn_cirinn + religion = celtic_pagan + culture = pictish + father = PictishCircin003 + 518.1.1 = { birth = yes } + 576.1.1 = { death = yes } +} +PictishCircin005 = { + name = Uuochu + dynasty = pictish_dynn_cirinn + religion = celtic_pagan + culture = pictish + father = PictishCircin004 + 546.1.1 = { birth = yes } + 600.1.1 = { death = yes } +} + diff --git a/WtWSMS/history/titles/BP_titles_celtic.txt b/WtWSMS/history/titles/BP_titles_celtic.txt index 0bd32dd472..e7473c0e69 100644 --- a/WtWSMS/history/titles/BP_titles_celtic.txt +++ b/WtWSMS/history/titles/BP_titles_celtic.txt @@ -222,6 +222,38 @@ d_cait = { holder = 30044 # Breth II Caitál } } +d_fidach = { + 427.1.1 = { + holder = PictishFidach000 + government = tribal_government + } + 470.1.1 = { holder = PictishFidach001 } + 485.1.1 = { holder = PictishFidach002 } + 500.1.1 = { holder = PictishFidach003 } + 533.1.1 = { holder = PictishFidach004 } + 531.1.1 = { holder = PictishFidach005 } + 567.1.1 = { holder = PictishFidach006 } +} +d_fib = { + 438.1.1 = { + holder = PictishFib000 + government = tribal_government + } + 473.1.1 = { holder = PictishFib001 } + 528.1.1 = { holder = PictishFib002 } + 534.1.1 = { holder = PictishFib003 } +} +d_cirinn = { + 436.1.1 = { + holder = PictishCircin000 + government = tribal_government + } + 472.1.1 = { holder = PictishCircin001 } + 485.1.1 = { holder = PictishCircin002 } + 520.1.1 = { holder = PictishCircin003 } + 562.1.1 = { holder = PictishCircin004 } + 576.1.1 = { holder = PictishCircin005 } +} #### Briton/Welsh Titles ### d_ergyng = { diff --git a/WtWSMS/history/titles/bp_k_scotland.txt b/WtWSMS/history/titles/bp_k_scotland.txt index 132bd4e805..210a0bf63c 100644 --- a/WtWSMS/history/titles/bp_k_scotland.txt +++ b/WtWSMS/history/titles/bp_k_scotland.txt @@ -10,53 +10,22 @@ d_albany = { #Empty History 1.1.1={} } -c_gowrie = { - # The Gododdin (Votadinia) - 470.8.11={ - holder=16 # Eternus +c_gowrie = { #Fotla + 466.1.1={ + holder = 30045 # Hudrossig Líonmhar Síol-teubh } 510.1.1={ - holder=36019 # Dunautus - } - 540.1.1={ - holder=36020 # Osmail - } - 545.1.1={ - holder=36021 # Abloyc - } - 560.1.1={ - holder=36022 # Tegid - } - 565.1.1={ - holder=36023 # Enniaun Girt + holder = 30046 # Óengus Líonmhar Síol-teubh } - 575.1.1={ - holder=36024 # Rumanus + 550.1.1={ + holder = 30047 # Túathalán Líonmhar Síol-teubh } } -c_fife = { - # The Gododdin (Votadinia) - 470.8.11={ - holder=16 # Eternus - } - 510.1.1={ - holder=36019 # Dunautus - } - 540.1.1={ - holder=36020 # Osmail - } - 545.1.1={ - holder=36021 # Abloyc - } - 560.1.1={ - holder=36022 # Tegid - } - 565.1.1={ - holder=36023 # Enniaun Girt - } - 575.1.1={ - holder=36024 # Rumanus - } +c_fife = { #Fife/Fib + 438.1.1 = { holder = PictishFib000 } + 473.1.1 = { holder = PictishFib001 } + 528.1.1 = { holder = PictishFib002 } + 534.1.1 = { holder = PictishFib003 } } c_strathearn = { 466.1.1={ @@ -69,7 +38,7 @@ c_strathearn = { holder = 30047 # Túathalán Líonmhar Síol-teubh } } -c_atholl = { +c_atholl = { #Fotla 466.1.1={ holder = 30045 # Hudrossig Líonmhar Síol-teubh } @@ -80,45 +49,27 @@ c_atholl = { holder = 30047 # Túathalán Líonmhar Síol-teubh } } -c_angus = { #c_gowrie history - 470.8.11={ - holder=16 # Eternus - } - 510.1.1={ - holder=36019 # Dunautus - } - 540.1.1={ - holder=36020 # Osmail - } - 545.1.1={ - holder=36021 # Abloyc - } - 560.1.1={ - holder=36022 # Tegid - } - 565.1.1={ - holder=36023 # Enniaun Girt - } - 575.1.1={ - holder=36024 # Rumanus - } +c_angus = { #Cirinn + 436.1.1 = { holder = PictishCircin000 } + 472.1.1 = { holder = PictishCircin001 } + 485.1.1 = { holder = PictishCircin002 } + 520.1.1 = { holder = PictishCircin003 } + 562.1.1 = { holder = PictishCircin004 } + 576.1.1 = { holder = PictishCircin005 } } -c_mearns = { #c_buchan history - 450.1.1={ - holder = 30039 # Eógan Cestoc - } - 510.1.1={ - holder = 30040 # Galan Cestoc - } - 550.1.1={ - holder = 30041 # Cano Cestoc - } +c_mearns = { #Cirinn + 436.1.1 = { holder = PictishCircin000 } + 472.1.1 = { holder = PictishCircin001 } + 485.1.1 = { holder = PictishCircin002 } + 520.1.1 = { holder = PictishCircin003 } + 562.1.1 = { holder = PictishCircin004 } + 576.1.1 = { holder = PictishCircin005 } } d_moray = { #Empty History 1.1.1={} } -c_moray = { +c_moray = { #Fortiu 412.1.1={ holder=190027 # Drest the Wonderful } @@ -162,7 +113,7 @@ c_moray = { holder=36018 # Garnait son of Áedán } } -c_ross = { +c_ross = { #Fortiu 412.1.1={ holder=190027 # Drest the Wonderful } @@ -239,7 +190,7 @@ c_caithness = { holder = 30044 # Breth II Caitál } } -c_inverness = { #c_moray history +c_inverness = { #Fortiu 412.1.1={ holder=190027 # Drest the Wonderful } @@ -436,59 +387,14 @@ c_inner_hebrides = { #c_innse_gall history holder = 1701420 # Ainbcellach Eochaid Muinremuir } } -c_outer_hebrides = { #c_innse_gall history - 470.1.1={ - holder = 14 - liege="k_dal_riata" - } - 501.1.1={ - holder = 170130 # Domangart Réti Eochaid Muinremuir - } - 507.1.1={ - holder = 170131 # Comgall Eochaid Muinremuir - } - 540.1.1={ - holder = 170132 # Gabrán Eochaid Muinremuir - } - 560.1.1={ - holder = 170133 # Conall Eochaid Muinremuir - } - 574.1.1={ - holder = 170134 # Áedán Eochaid Muinremuir - } - 606.1.1={ - holder = 170135 # Eochaid Buide Eochaid Muinremuir - } - 629.1.1={ - holder = 170136 # Domnall Brecc Eochaid Muinremuir - } - 642.1.1={ - holder = 170139 # Ferchar Eochaid Muinremuir - } - 648.1.1={ - holder = 170140 # Dúnchad Eochaid Muinremuir - } - 654.1.1={ - holder = 20618 # Conall Crandomna Eochaid Muinremuir - } - 660.1.1={ - holder = 143126 # Domangart Eochaid Muinremuir - } - 680.1.1={ - holder = 143127 # Máel Dúin Eochaid Muinremuir - } - 689.1.1={ - holder = 228001 # Domnall Donn Eochaid Muinremuir - } - 696.1.1={ - holder = 170141 # Ferchar Fota Eochaid Muinremuir - } - 697.1.1={ - holder = 1701420 # Ainbcellach Eochaid Muinremuir - } - 698.1.1={ - holder = 1701420 # Ainbcellach Eochaid Muinremuir - } +c_outer_hebrides = { #Fidach (for lack of any better place to put them) + 427.1.1 = { holder = PictishFidach000 } + 470.1.1 = { holder = PictishFidach001 } + 485.1.1 = { holder = PictishFidach002 } + 500.1.1 = { holder = PictishFidach003 } + 533.1.1 = { holder = PictishFidach004 } + 531.1.1 = { holder = PictishFidach005 } + 567.1.1 = { holder = PictishFidach006 } } c_argyll = { 400.1.1={ diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index b3f7f2499f..5d4e84b81c 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -891,6 +891,12 @@ d_fortriu_adj:0 "Fortriu" d_cait:0 "Cait" d_cait_adj:0 "Cait" + d_fidach: "Fidach" + d_fidach_adj: "Fidach" + d_fib: "Fib" + d_fib_adj: "Fib" + d_cirinn: "Cirinn" + d_cirinn_adj: "Cirinn" #Briton/Welsh Titles d_ergyng: "Ergyng" d_ergyng_adj: "Ergyng" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 71ceb30ff7..11020c9314 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -48,12 +48,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'RomanoBritishGwinntguic',\ + 'PictishCircin',\ 0,\ #Character data '',\ - 'insular_celtic',\ - 'romano_british',\ + 'celtic_pagan',\ + 'pictish',\ #Starting year and end year 400+randint(0,20),\ 550,\ From 381eabe88f7a9c4b88d5867064d1205876051c36 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 27 Dec 2022 18:39:29 -0500 Subject: [PATCH 222/339] Clean up Guotodin History (Britain) Cleaned up Guotodin history based on history files genealogy of rulership --- WtWSMS/common/dynasties/BP_dynasties.txt | 2 +- .../common/landed_titles/BP_e_britannia.txt | 4 +- WtWSMS/history/characters/WTWSMS_enlil.txt | 104 +-------------- .../_lt_rascek_changed_characters.txt | 28 ++++ .../characters/_lt_rascek_new_chars.txt | 25 +++- WtWSMS/history/characters/pictish.txt | 25 +--- .../history/titles/bp_k_britannia_secunda.txt | 126 ++++++------------ .../BP_titles_cultural_names_l_english.yml | 3 +- 8 files changed, 102 insertions(+), 215 deletions(-) diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index d853a25601..27e2932bd1 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -377,7 +377,7 @@ } 1042136 = { name = "dynn_Deototreic" - culture = pictish + culture = briton } 1042137 = { name = "dynn_Uudrost" diff --git a/WtWSMS/common/landed_titles/BP_e_britannia.txt b/WtWSMS/common/landed_titles/BP_e_britannia.txt index 07c3084b58..ca7cc1a187 100644 --- a/WtWSMS/common/landed_titles/BP_e_britannia.txt +++ b/WtWSMS/common/landed_titles/BP_e_britannia.txt @@ -1314,7 +1314,7 @@ e_britannia = { name_list_romano_aramean = cn_eboracum name_list_romano_vandalic = cn_eboracum #Celtic Cultures - name_list_briton = cn_dreifr + name_list_briton = cn_eburakon name_list_welsh = cn_efwrog name_list_pictish = cn_eabhraig name_list_irish = cn_eburos @@ -2653,7 +2653,7 @@ e_britannia = { name_list_romano_aramean = cn_novantia name_list_romano_vandalic = cn_novantia #Celtic Cultures - name_list_briton = cn_strathclyde + name_list_briton = cn_alt_clut name_list_pictish = cn_gall_ghaidhealaibh name_list_manx = cn_yn_ghallioo name_list_welsh = cn_strathclyde diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index adb1a84972..cbeb9e5861 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -308,103 +308,13 @@ } } -36019 = { - name = "Dunautus" # Gododdin - dynasty = 1042136 - religion = "insular_celtic" - culture = "briton" - father = 16 - 500.1.1 = { - birth = yes - } - 540.1.1 = { - death = yes - } -} - -36020 = { - name = "Osmail" # Gododdin - dynasty = 1042136 - religion = "insular_celtic" - culture = "briton" - father = 16 - 504.1.1 = { - birth = yes - } - 545.1.1 = { - death = yes - } -} - -36021 = { - name = "Abloyc" # Gododdin - dynasty = 1042136 - religion = "insular_celtic" - culture = "briton" - father = 36019 - 520.1.1 = { - birth = yes - } - 560.1.1 = { - death = yes - } -} - -36022 = { - name = "Tegid" # Gododdin - dynasty = 1042136 - religion = "insular_celtic" - culture = "briton" - father = 36019 - 525.1.1 = { - birth = yes - } - 565.1.1 = { - death = yes - } -} - -36023 = { - name = "Enniaun_Girt" # Gododdin - dynasty = 1042136 - religion = "insular_celtic" - culture = "briton" - father = 36019 - 532.1.1 = { - birth = yes - } - 575.1.1 = { - death = yes - } -} - -36024 = { - name = "Rumanus" # Gododdin - dynasty = 1042136 - religion = "insular_celtic" - culture = "briton" - father = 36023 - 550.1.1 = { - birth = yes - } - 610.1.1 = { - death = yes - } -} - -36025 = { - name = "Yudhishthira" # Last Hepthalite - dynasty = 1042201 - religion = "hepthalitism" - culture = "hunas" - father = 190092 - 550.1.2 = { - birth = yes - } - 640.1.1 = { - death = yes - } -} +#Gododdin Dynasty +#36019: Removed +#36020: Removed +#36021: Removed +#36022: Removed +#36023: Removed +#36024: Removed 36026 = { name = "Kandik" # Last Kidarite diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index a297dd9d5c..0241a16ffe 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -6491,6 +6491,34 @@ JuteWihtware006 = { 498.1.1 = { birth = yes } 548.1.1 = { death = yes } } +13100179_son = { + name = "Clydog" # + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "briton" + father = 13100179 # Morgan + 518.1.1 = { birth = yes } + 560.1.1 = { death = yes } +} +13100179_grandson1 = { + name = "Mynyddog" + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "briton" + father = 13100179_son # Clydog + 540.1.1 = { birth = yes } + 590.1.1 = { death = { death_reason = death_battle } } #Battle at Catreath +} +13100179_grandson2 = { + name = "Cynan" + dynasty_house = dynasty_house_bernaccia + religion = "insular_celtic" + culture = "briton" + father = 13100179_son # Clydog + 545.1.1 = { birth = yes } + 590.1.1 = { death = { death_reason = death_battle } } #Battle at Catreath +} + #Glynys Dynasty (Rheged Line) 1100011 = { name = "Gwrwst_Lledlwm" # Gwrwst Lledlwm diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 838aed158d..2e3fa5aee3 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -4241,7 +4241,6 @@ AngloDeria006 = { #Putative father of Yffe Yffing trait = saint } } -#Hen Ogledd #The history of the Pennies gets fused because of space limitations, so c_derby uses both histories) #cf. http://www.historyfiles.co.uk/KingListsBritain/BritainThePeak.htm#Peak for more details @@ -4331,6 +4330,27 @@ LeicestershireRomanoBritish001 = { 520.1.1 = { death = yes } } +## Guotodin +# Replaces Enlil's list, for which I can't find sources with the genealogy listed in History Files +BritonGuotodin000 = { + name = "Llud" + dynasty = 1042136 + religion = insular_celtic + culture = briton + 450.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +BritonGuotodin001 = { + name = "Gawain" + dynasty = 1042136 + religion = insular_celtic + culture = briton + father = BritonGuotodin000 + 470.1.1 = { birth = yes } + 510.1.1 = { trait = order_member } #Explains why he ends up in tales like Sir Gawain and the Green Knight + 540.1.1 = { death = yes } +} + #Picts #Rulers of Fidach; mostly unattested @@ -4380,7 +4400,7 @@ PictishFidach004 = { } PictishFidach005 = { name = Broichan - dynasty = + dynasty = pictish_dynn_fidach religion = celtic_pagan culture = pictish father = PictishFidach004 @@ -4486,4 +4506,3 @@ PictishCircin005 = { 546.1.1 = { birth = yes } 600.1.1 = { death = yes } } - diff --git a/WtWSMS/history/characters/pictish.txt b/WtWSMS/history/characters/pictish.txt index e23fb5bbbc..35128cb6f4 100644 --- a/WtWSMS/history/characters/pictish.txt +++ b/WtWSMS/history/characters/pictish.txt @@ -87,30 +87,7 @@ } } -16 = { - name = "Fergus" #High chief of Gdoddin - dynasty = 1042136 - martial = 7 - diplomacy = 4 - intrigue = 4 - stewardship = 6 - religion = "celtic_pagan" - culture = "pictish" - trait = "arrogant" - trait = "diligent" - trait = "generous" - trait = "scarred" - trait = "maimed" - trait = "strong" - trait = "blademaster_1" - trait = "education_martial_4" - 460.1.1 = { - birth = "460.1.1" - } - 500.1.1 = { - death = "500.1.1" - } -} +#16: Removed 17 = { name = "O_engus" #High chief of Taezali diff --git a/WtWSMS/history/titles/bp_k_britannia_secunda.txt b/WtWSMS/history/titles/bp_k_britannia_secunda.txt index cd9da9b933..4bde756614 100644 --- a/WtWSMS/history/titles/bp_k_britannia_secunda.txt +++ b/WtWSMS/history/titles/bp_k_britannia_secunda.txt @@ -604,76 +604,40 @@ c_derby = { d_lothian = { # The Gododdin (Votadinia) - 470.8.11={ - holder=16 # Eternus - government = tribal_government - } - 510.1.1={ - holder=36019 # Dunautus - } - 540.1.1={ - holder=36020 # Osmail - } - 545.1.1={ - holder=36021 # Abloyc - } - 560.1.1={ - holder=36022 # Tegid - } - 565.1.1={ - holder=36023 # Enniaun Girt - } - 575.1.1={ - holder=36024 # Rumanus + 470.1.1 = { + holder = BritonGuotodin000 #Lot + government = high_tribal_government } + 490.1.1 = { holder = BritonGuotodin001 } #Gawain + 510.1.1 = { holder = 13100178 } #Bran the Old of Briton Bernicia + 547.1.1 = { holder = 13100179 } #Morgan ap Bran + 548.1.1 = { holder = 13100179_son } #Clydog ap Morgan + 560.1.1 = { holder = 13100179_grandson } #Mynyddog Mwynfawr + 590.1.1 = { holder = 0 } #Battle at Catreath } -c_lothian = { - # The Gododdin (Votadinia) - 470.8.11={ - holder=16 # Eternus - } - 510.1.1={ - holder=36019 # Dunautus - } - 540.1.1={ - holder=36020 # Osmail - } - 545.1.1={ - holder=36021 # Abloyc - } - 560.1.1={ - holder=36022 # Tegid - } - 565.1.1={ - holder=36023 # Enniaun Girt - } - 575.1.1={ - holder=36024 # Rumanus +c_lothian = {# The Gododdin (Votadinia) + 470.1.1 = { + holder = BritonGuotodin000 #Lot + government = high_tribal_government } + 490.1.1 = { holder = BritonGuotodin001 } #Gawain + 510.1.1 = { holder = 13100178 } #Bran the Old of Briton Bernicia + 547.1.1 = { holder = 13100179 } #Morgan ap Bran + 548.1.1 = { holder = 13100179_son } #Clydog ap Morgan + 560.1.1 = { holder = 13100179_grandson } #Mynyddog Mwynfawr + #590.1.1: Battle at Catreath } -c_dunbar = { - # The Gododdin (Votadinia) - 470.8.11={ - holder=16 # Eternus - } - 510.1.1={ - holder=36019 # Dunautus - } - 540.1.1={ - holder=36020 # Osmail - } - 545.1.1={ - holder=36021 # Abloyc - } - 560.1.1={ - holder=36022 # Tegid - } - 565.1.1={ - holder=36023 # Enniaun Girt - } - 575.1.1={ - holder=36024 # Rumanus +c_dunbar = {# The Gododdin (Votadinia) + 470.1.1 = { + holder = BritonGuotodin000 #Lot + government = high_tribal_government } + 490.1.1 = { holder = BritonGuotodin001 } #Gawain + 510.1.1 = { holder = 13100178 } #Bran the Old of Briton Bernicia + 547.1.1 = { holder = 13100179 } #Morgan ap Bran + 548.1.1 = { holder = 13100179_son } #Clydog ap Morgan + 560.1.1 = { holder = 13100179_grandson } #Mynyddog Mwynfawr + #590.1.1: Battle at Catreath } c_teviotdale = { 355.1.1={ @@ -737,29 +701,17 @@ c_teviotdale = { holder=166447 } } -c_linlithgowshire = { #c_lothian history - # The Gododdin (Votadinia) - 470.8.11={ - holder=16 # Eternus - } - 510.1.1={ - holder=36019 # Dunautus - } - 540.1.1={ - holder=36020 # Osmail - } - 545.1.1={ - holder=36021 # Abloyc - } - 560.1.1={ - holder=36022 # Tegid - } - 565.1.1={ - holder=36023 # Enniaun Girt - } - 575.1.1={ - holder=36024 # Rumanus +c_linlithgowshire = {# The Gododdin (Votadinia) + 470.1.1 = { + holder = BritonGuotodin000 #Lot + government = high_tribal_government } + 490.1.1 = { holder = BritonGuotodin001 } #Gawain + 510.1.1 = { holder = 13100178 } #Bran the Old of Briton Bernicia + 547.1.1 = { holder = 13100179 } #Morgan ap Bran + 548.1.1 = { holder = 13100179_son } #Clydog ap Morgan + 560.1.1 = { holder = 13100179_grandson } #Mynyddog Mwynfawr + #590.1.1: Battle at Catreath } d_galloway = { diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 1e14a75b34..59e13a4442 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -2074,7 +2074,7 @@ ###k_britannia_secunda ##d_york cn_eboracum:0 "Eboracum" - cn_dreifr:0 "Dreifr" + cn_eburakon:0 "Eburakon" cn_efwrog:0 "Efwrog" cn_eabhraig:0 "Eabhraig" cn_eburos:0 "Eburos" @@ -2193,6 +2193,7 @@ ##d_galloway cn_novantia:0 "Novantia" cn_strathclyde:0 "Strathclyde" + cn_alt_clut: "Alt Clut" cn_gall_ghaidhealaibh:0 "Gall-Ghaidhealaibh" cn_yn_ghallioo:0 "Yn Ghallioo" cn_galloway:0 "Galloway" From f53704bf6fee287122b4f1c80c38d88bcb981032 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 29 Dec 2022 18:14:08 -0500 Subject: [PATCH 223/339] Update Frisian-Frankish border --- WtWSMS/history/provinces/bp_k_frisia.txt | 4 +- WtWSMS/history/titles/bp_k_frisia.txt | 88 +++++++----------------- 2 files changed, 28 insertions(+), 64 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_frisia.txt b/WtWSMS/history/provinces/bp_k_frisia.txt index 5cad22ba05..4f6e701c66 100644 --- a/WtWSMS/history/provinces/bp_k_frisia.txt +++ b/WtWSMS/history/provinces/bp_k_frisia.txt @@ -37,7 +37,7 @@ ###c_arnhem 2428 = { #ARNHEM - culture = old_frankish + culture = old_frisian religion = germanic_pagan holding = tribal_holding } @@ -82,7 +82,7 @@ } ###c_oversticht 2421 = { #ZWOLLE - culture = old_frankish + culture = old_frisian religion = germanic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/bp_k_frisia.txt b/WtWSMS/history/titles/bp_k_frisia.txt index ed92990661..2ff41a7b93 100644 --- a/WtWSMS/history/titles/bp_k_frisia.txt +++ b/WtWSMS/history/titles/bp_k_frisia.txt @@ -97,84 +97,48 @@ c_nedersticht = { holder=159237 # Audwulf } } -c_arnhem = { #Ripuarian Franks - 457.1.1={ - holder = 20785 - } - 482.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 231004 # Sigebert Meroving +c_arnhem = { + 466.1.1={ + holder=44 # Hroðward } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 497.1.1={ + holder=190074 # Folcpald } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 499.1.1={ + holder=190049 # Hengest } - 612.1.1={ - holder = 30014 # Theuderic II Meroving + 552.1.1={ + holder=190083 # Finn } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 572.1.1={ + holder=190084 # Aldegisl } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 600.1.1={ + holder=159237 # Audwulf } } d_groningen = { #Empty History 1.1.1={} } -c_oversticht = { #Ripuarian Franks - 457.1.1={ - holder = 20785 - } - 482.1.1={ - holder = 40 - } - 511.1.1={ - holder = 106524 # Theuderic Meroving - } - 534.1.1={ - holder = 106525 # Theudebert Meroving - } - 548.1.1={ - holder = 106529 # Theudebald Meroving - } - 555.1.1={ - holder = 106522 # Chlothar Meroving - } - 561.11.29={ - holder = 231004 # Sigebert Meroving +c_oversticht = { + 466.1.1={ + holder=44 # Hroðward } - 575.1.1={ - holder = 30010 # Childebert II Meroving + 497.1.1={ + holder=190074 # Folcpald } - 595.1.1={ - holder = 30011 # Theudebert Meroving + 499.1.1={ + holder=190049 # Hengest } - 612.1.1={ - holder = 30014 # Theuderic II Meroving + 552.1.1={ + holder=190083 # Finn } - 613.1.1={ - holder = 30015 # Sigebert Meroving + 572.1.1={ + holder=190084 # Aldegisl } - 614.1.1={ - holder = 30029 # Chlothar II Meroving + 600.1.1={ + holder=159237 # Audwulf } } c_groningen = { #Frisians From a5dd0c94830e0385858a3cfb8ed210d6b429d626 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 29 Dec 2022 21:02:55 -0500 Subject: [PATCH 224/339] Dal Riata and Alt Clut tweaks * Removed Mael Colium (charid 14) as he is a reference to Mael Colium of a later era * Removed Gaelic from Ireland and made Inner Hebrides Gaelic to better support Dal Riata's survival --- WtWSMS/history/characters/gaelic.txt | 3 ++- WtWSMS/history/characters/scottish.txt | 22 +--------------------- WtWSMS/history/provinces/bp_k_ireland.txt | 2 +- WtWSMS/history/provinces/bp_k_scotland.txt | 2 +- WtWSMS/history/titles/bp_k_scotland.txt | 22 ++++++++++++---------- 5 files changed, 17 insertions(+), 34 deletions(-) diff --git a/WtWSMS/history/characters/gaelic.txt b/WtWSMS/history/characters/gaelic.txt index a364879d54..5388b0a7d8 100644 --- a/WtWSMS/history/characters/gaelic.txt +++ b/WtWSMS/history/characters/gaelic.txt @@ -80,10 +80,11 @@ # Echach father of Erc dynasty = 10424256 religion = "celtic_pagan" - culture = "gaelic" + culture = irish 370.1.1 = { birth = yes } + 400.1.1 = { culture = gaelic } 430.1.1 = { death = yes } diff --git a/WtWSMS/history/characters/scottish.txt b/WtWSMS/history/characters/scottish.txt index a72e279ca7..c6321b87f2 100644 --- a/WtWSMS/history/characters/scottish.txt +++ b/WtWSMS/history/characters/scottish.txt @@ -1,24 +1,4 @@ -14 = { - name = "Malcolm" - # AKA: Mael Coluim - dynasty = 688 - martial = 8 - diplomacy = 5 - intrigue = 7 - stewardship = 7 - religion = "celtic_pagan" - culture = "pictish" - trait = "honest" - trait = "temperate" - trait = "education_martial_2" - #father=972 - 439.1.2 = { - birth = "439.1.2" - } - 485.1.2 = { - death = "485.1.2" - } -} +#Removed: 14 (seems to be a reference to Mael Colium, King of Strathclyde?) 6020 = { name = "Alpin" #Alpín mac Echdach diff --git a/WtWSMS/history/provinces/bp_k_ireland.txt b/WtWSMS/history/provinces/bp_k_ireland.txt index f83389f244..2cc4f96bd3 100644 --- a/WtWSMS/history/provinces/bp_k_ireland.txt +++ b/WtWSMS/history/provinces/bp_k_ireland.txt @@ -38,7 +38,7 @@ ###c_ulster 15 = { #DOWNPATRICK - culture = gaelic + culture = irish religion = insular_celtic holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_scotland.txt b/WtWSMS/history/provinces/bp_k_scotland.txt index e3be8c6c63..c73fb42255 100644 --- a/WtWSMS/history/provinces/bp_k_scotland.txt +++ b/WtWSMS/history/provinces/bp_k_scotland.txt @@ -174,7 +174,7 @@ ###c_inner_hebrides 1689 = { #Islay - culture = pictish + culture = gaelic religion = celtic_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/bp_k_scotland.txt b/WtWSMS/history/titles/bp_k_scotland.txt index 210a0bf63c..b11eff6130 100644 --- a/WtWSMS/history/titles/bp_k_scotland.txt +++ b/WtWSMS/history/titles/bp_k_scotland.txt @@ -325,18 +325,20 @@ c_isle_of_man = { } d_western_isles = { #d_creones - 100.1.1={ - government = tribal_government - } - 470.1.1={ - holder = 14 - liege="k_dal_riata" - } + 1.1.1={} } c_inner_hebrides = { #c_innse_gall history - 470.1.1={ - holder = 14 - liege="k_dal_riata" + 400.1.1={ + holder = 13100117 #Echach Eochaid Muinremuir + } + 430.1.1={ + holder = 170127 # Erc Eochaid Muinremuir + } + 474.1.1={ + holder = 170128 # Loarn Eochaid Muinremuir + } + 476.1.1={ + holder = 170129 # Fergus Mór Eochaid Muinremuir } 501.1.1={ holder = 170130 # Domangart Réti Eochaid Muinremuir From 5c7e90fbbc4331635bbdc97abfa0e095cdf7d2f2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 31 Dec 2022 01:41:09 -0500 Subject: [PATCH 225/339] Initial dialect continuum work --- WtWSMS/common/culture/pillars/00_language.txt | 19 +++++++++++++++ .../game_concepts/ccu_game_concepts.txt | 6 +++++ WtWSMS/common/on_action/ccu_on_actions.txt | 3 ++- .../learn_language_scheme_CCU_Overwrite.txt | 5 ++++ .../01_starting_values_CCU_overwrite.txt | 9 ++++++- .../script_values/ccu_script_values.txt | 1 + .../BP_ccu_scripted_effects.txt | 2 ++ WtWSMS/common/scripted_triggers/ccu_API.txt | 24 +++++++++++++++++++ ...u_language_dialect_continuum_l_english.yml | 18 ++++++++++++++ .../english/ccu_game_concepts_l_english.yml | 4 ++++ .../ccu_script_value_breakdowns_l_english.yml | 2 ++ .../replace/gui/culture_window_l_english.yml | 3 ++- 12 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 9552197a44..a963fe20f8 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -910,6 +910,13 @@ language_latin = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_latin } } parameters = { + language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_occitano_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_british_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_southern_romance = yes language_group_romance = yes language_family_indo_european = yes } @@ -937,6 +944,8 @@ language_sardinian = { #Probable early divergence from Latin is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } parameters = { + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes language_group_romance = yes language_family_indo_european = yes } @@ -964,6 +973,7 @@ language_italian = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_italian } } parameters = { + language_dialect_continuum_italo_dalmatian = yes language_group_romance = yes language_family_indo_european = yes } @@ -991,6 +1001,7 @@ language_wallachian = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } parameters = { + language_dialect_continuum_eastern_romance = yes language_group_romance = yes language_family_indo_european = yes } @@ -1020,6 +1031,7 @@ language_french = { #(Currently Unused) parameters = { language_group_romance = yes language_family_indo_european = yes + language_dialect_continuum_gallo_romance = yes } ai_will_do = { @@ -1052,6 +1064,7 @@ language_iberian = { #(Currently Unused) parameters = { language_group_romance = yes language_family_indo_european = yes + language_dialect_continuum_ibero_romance = yes } ai_will_do = { @@ -1082,6 +1095,8 @@ language_occitano_romance = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } parameters = { + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes language_group_romance = yes language_family_indo_european = yes } @@ -1110,6 +1125,7 @@ language_african_romance = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_african_romance } } parameters = { + language_dialect_continuum_southern_romance = yes language_group_romance = yes language_family_indo_european = yes } @@ -1137,6 +1153,8 @@ language_rhaeto_romance = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_rhaeto_romance } } parameters = { + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_rhaeto_romance = yes language_group_romance = yes language_family_indo_european = yes } @@ -1164,6 +1182,7 @@ language_british_romance = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_british_romance } } parameters = { + language_dialect_continuum_british_romance = yes language_group_romance = yes language_family_indo_european = yes } diff --git a/WtWSMS/common/game_concepts/ccu_game_concepts.txt b/WtWSMS/common/game_concepts/ccu_game_concepts.txt index 929fbc0a49..55e0d53904 100644 --- a/WtWSMS/common/game_concepts/ccu_game_concepts.txt +++ b/WtWSMS/common/game_concepts/ccu_game_concepts.txt @@ -32,3 +32,9 @@ heritage_family = { alias = { heritage_families } texture = "gfx/interface/icons/icon_culture.dds" } + +language_dialect_continuum = { + parent = language + alias = { dialect_continuum } + texture = "gfx/interface/icons/culture_pillars/language.dds" +} diff --git a/WtWSMS/common/on_action/ccu_on_actions.txt b/WtWSMS/common/on_action/ccu_on_actions.txt index a4000b8423..b1b17b8aa2 100644 --- a/WtWSMS/common/on_action/ccu_on_actions.txt +++ b/WtWSMS/common/on_action/ccu_on_actions.txt @@ -11,7 +11,7 @@ ccu_culture_created = { set_variable = { name = language_group value = prev.var:language_group } set_variable = { name = language_family value = prev.var:language_family } set_variable = { name = language_union value = prev.var:language_union } - + set_variable = { name = language_dialect_continuum value = prev.var:language_dialect_continuum } } } every_parent_culture = { @@ -34,6 +34,7 @@ ccu_culture_created = { ccu_initialize_language_group_effect = yes ccu_initialize_language_family_effect = yes ccu_initialize_language_union_effect = yes + ccu_initialize_dialect_continuum_effect = yes } } } diff --git a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt index c65ae6c0ef..29c371738c 100644 --- a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt +++ b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt @@ -125,6 +125,11 @@ learn_language = { scope:owner.culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } desc = SCHEME_SAME_LANGUAGE_GROUP_AS_NATIVE_LANGUAGE } + modifier = { + add = 10 + scope:owner.culture = { has_same_dialect_continuum_as_trigger = { TARGET = scope:target.culture } } + desc = SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE + } modifier = { add = 5 NOT = { scope:owner.culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } } diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index a5b44debff..432b6ded94 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -60,10 +60,17 @@ culture_acceptance_baseline = { has_same_culture_language = scope:culture } add = { - value = 10 # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes + value = same_language_cultural_acceptance # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes desc = ACCEPTANCE_BASELINE_LANGUAGE } } + else_if = { + limit = { has_same_dialect_continuum_as_trigger = { TARGET = scope:culture } } + add = { + value = same_dialect_continuum_cultural_acceptance + desc = ACCEPTANCE_BASELINE_LANGUAGE_DIALECT_CONTINUUM + } + } else_if = { limit = { has_same_language_group_as_trigger = { TARGET = scope:culture } } add = { diff --git a/WtWSMS/common/script_values/ccu_script_values.txt b/WtWSMS/common/script_values/ccu_script_values.txt index e12b18b289..7587f98216 100644 --- a/WtWSMS/common/script_values/ccu_script_values.txt +++ b/WtWSMS/common/script_values/ccu_script_values.txt @@ -3,6 +3,7 @@ same_heritage_group_cultural_acceptance = 10 same_heritage_family_cultural_acceptance = 5 same_language_cultural_acceptance = 12 +same_dialect_continuum_cultural_acceptance = 9 same_language_group_cultural_acceptance = 6 same_language_family_cultural_acceptance = 3 same_language_union_cultural_acceptance = 3 diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt index 4f2457e346..46defd2858 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt @@ -141,3 +141,5 @@ ccu_initialize_language_union_effect = { else_if = { limit = { has_cultural_parameter = language_union_steppe_siberian } set_variable = { name = language_union value = flag:steppe_siberian } } else = { set_variable = { name = language_union value = flag:none } } } + +#Dialect continua are handled more directly (for now) diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index 42fd5e2376..9f75e66952 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -48,3 +48,27 @@ is_in_language_union_with_trigger = { NOT = { var:language_union = flag:none } var:language_union = $TARGET$.var:language_union } + +################################################################### +# Purpose: Checks if two culture share a dialect continuum +# Scope: culture +# Arguments: target (culture) +# Sample Usage: culture:xxx = { is_in_language_union_with_trigger = { TARGET = culture:yyy } } +has_same_dialect_continuum_as_trigger = { #TODO: Generalize me, via variable_list comparisons? + OR = { + #Romance Cultures + the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_ibero_romance } + the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_occitano_romance } + the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_gallo_romance } + the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_italo_dalmatian } + the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_british_romance } + the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_eastern_romance } + the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_southern_romance } + } +} +the_cultures_share_this_dialect_continuum = { + AND = { + has_cultural_parameter = $DIALECT$ + $TARGET$ = { has_cultural_parameter = $DIALECT$ } + } +} diff --git a/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml b/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml new file mode 100644 index 0000000000..5c98505894 --- /dev/null +++ b/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml @@ -0,0 +1,18 @@ +l_english: + ############################################# + # CCU Patcher + # by Vertimnus + # This file was compiled by a machine. + # It should never be manually edited. + # BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages + ############################################# + + culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_occitano_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Occitano-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_gallo_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gallo-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_italo_dalmatian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italo-Dalmatian [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_rhaeto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Rhaeto-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the British Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" + \ No newline at end of file diff --git a/WtWSMS/localization/english/ccu_game_concepts_l_english.yml b/WtWSMS/localization/english/ccu_game_concepts_l_english.yml index 772b1d04ea..ec9228ceb8 100644 --- a/WtWSMS/localization/english/ccu_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/ccu_game_concepts_l_english.yml @@ -19,5 +19,9 @@ game_concept_language_unions:0 "Language Unions" game_concept_language_union_desc:0 "Language Unions are sprachbunds of genetically unrelated [languages|E]. A shared language union increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same union as your [culture|E]'s." + game_concept_language_dialect_continuum: "Dialect Continuum" + game_concept_language_dialect_continuum_desc: "Dialect Continuum represent languages that are related and mutually intelligible, but may not be intelligible to other languages within the same [language_group|E]" + game_concept_dialect_continuum: "Dialect Continuum" + game_concept_heritages:0 "Heritages" \ No newline at end of file diff --git a/WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml b/WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml index ac0c98e98f..87669e82c1 100644 --- a/WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml +++ b/WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml @@ -4,6 +4,7 @@ ACCEPTANCE_BASELINE_LANGUAGE_GROUP:0 "[cultures|E] share the same [language_group|E]" ACCEPTANCE_BASELINE_LANGUAGE_FAMILY:0 "[cultures|E] share the same [language_family|E]" ACCEPTANCE_BASELINE_LANGUAGE_UNION:0 "[cultures|E] share the same [language_union|E]" + ACCEPTANCE_BASELINE_LANGUAGE_DIALECT_CONTINUUM: "[cultures|E] share the same [dialect_continuum|E]" ACCEPTANCE_BASELINE_MARTIAL_TRADITION:0 "[cultures|E] have a different [martial_custom|E]" ACCEPTANCE_BASELINE_FAITH_RIGHTEOUS:0 "[culture|E] majority [faiths|E] consider each other [faith_righteous|E]" ACCEPTANCE_BASELINE_FAITH_HOSTILE:0 "[culture|E] majority [faiths|E] consider each other [faith_hostile|E]" @@ -12,6 +13,7 @@ SCHEME_SAME_LANGUAGE_GROUP_AS_NATIVE_LANGUAGE:0 "Same [language_group|E] as your native [language|E]: $VALUE|+0=$" SCHEME_SAME_LANGUAGE_FAMILY_AS_NATIVE_LANGUAGE:0 "Same [language_family|E] as your native [language|E]: $VALUE|+0=$" SCHEME_SAME_LANGUAGE_UNION_AS_NATIVE_LANGUAGE:0 "Same [language_union|E] as your native [language|E]: $VALUE|+0=$" + SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE: "Same [dialect_continuum|E] as your native [language|E]: $VALUE|+0=$" ASK_FOR_CONVERSION_SENDER_VIGOR:0 "[vigor|E] differential" ASK_FOR_CONVERSION_VERY_LOW_ACCEPTANCE:0 "Very low [cultural_acceptance|E]" diff --git a/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml b/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml index 68a24e288b..d9a5ba1ef2 100644 --- a/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml +++ b/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml @@ -5,4 +5,5 @@ CULTURE_WINDOW_ERA_JOINED_LEFT: "[Abs_int32(Subtract_int32('(int32)$JOINED$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))))] [Select_CString(GreaterThan_int32('(int32)$JOINED$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))),'AD','BC')] – [Abs_int32(Subtract_int32('(int32)$LEFT$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))))] [Select_CString(GreaterThan_int32('(int32)$LEFT$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))),'AD','BC')]" INNOVATION_ERA_NOT_IN_YEAR: "#N This Era is not available until [Abs_int32(Subtract_int32('(int32)$YEAR$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))))] [Select_CString(GreaterThan_int32('(int32)$YEAR$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))),'AD','BC')]#!" CULTURE_CREATION_DATE_DIVERGED: "Diverged from [CULTURE.GetName] in AD [DATE.GetYear]" - CULTURE_CREATION_DATE_HYBRID: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in AD [DATE.GetYear]" \ No newline at end of file + CULTURE_CREATION_DATE_HYBRID: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in AD [DATE.GetYear]" + CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT: "#P +[EmptyScope.ScriptValue('same_language_cultural_acceptance')|0]#!#! [cultural_acceptance_baseline|E] with Cultures sharing this Language" \ No newline at end of file From 18a96de96950df37c5e072e98f1f80ac624fbadd Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 1 Jan 2023 00:59:42 -0500 Subject: [PATCH 226/339] Slightly update heritage acceptance values --- .../script_values/01_starting_values_CCU_overwrite.txt | 2 +- WtWSMS/common/script_values/ccu_script_values.txt | 6 +++--- .../english/replace/gui/culture_window_l_english.yml | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index 432b6ded94..7039009504 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -35,7 +35,7 @@ culture_acceptance_baseline = { has_same_culture_heritage = scope:culture } add = { - value = 20 # please update CULTURE_PILLAR_TOOLTIP_HERITAGE_EFFECT if this number changes + value = same_heritage_cultural_acceptance # please update CULTURE_PILLAR_TOOLTIP_HERITAGE_EFFECT if this number changes desc = ACCEPTANCE_BASELINE_HERITAGE } } diff --git a/WtWSMS/common/script_values/ccu_script_values.txt b/WtWSMS/common/script_values/ccu_script_values.txt index 7587f98216..b30ff5d2d6 100644 --- a/WtWSMS/common/script_values/ccu_script_values.txt +++ b/WtWSMS/common/script_values/ccu_script_values.txt @@ -1,6 +1,6 @@ -same_heritage_cultural_acceptance = 20 -same_heritage_group_cultural_acceptance = 10 -same_heritage_family_cultural_acceptance = 5 +same_heritage_cultural_acceptance = 24 +same_heritage_group_cultural_acceptance = 12 +same_heritage_family_cultural_acceptance = 6 same_language_cultural_acceptance = 12 same_dialect_continuum_cultural_acceptance = 9 diff --git a/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml b/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml index d9a5ba1ef2..436009b83b 100644 --- a/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml +++ b/WtWSMS/localization/english/replace/gui/culture_window_l_english.yml @@ -6,4 +6,5 @@ INNOVATION_ERA_NOT_IN_YEAR: "#N This Era is not available until [Abs_int32(Subtract_int32('(int32)$YEAR$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))))] [Select_CString(GreaterThan_int32('(int32)$YEAR$', FixedPointToInt(EmptyScope.ScriptValue('ce_date_value'))),'AD','BC')]#!" CULTURE_CREATION_DATE_DIVERGED: "Diverged from [CULTURE.GetName] in AD [DATE.GetYear]" CULTURE_CREATION_DATE_HYBRID: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in AD [DATE.GetYear]" - CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT: "#P +[EmptyScope.ScriptValue('same_language_cultural_acceptance')|0]#!#! [cultural_acceptance_baseline|E] with Cultures sharing this Language" \ No newline at end of file + CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT: "#P +[EmptyScope.ScriptValue('same_language_cultural_acceptance')|0]#!#! [cultural_acceptance_baseline|E] with Cultures sharing this Language" + CULTURE_PILLAR_TOOLTIP_HERITAGE_EFFECT: "#P +[EmptyScope.ScriptValue('same_heritage_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing this Heritage" \ No newline at end of file From 51fc6c5c36adcf1ec6da30066ac8eb34f7dc3e95 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 1 Jan 2023 15:35:21 -0500 Subject: [PATCH 227/339] Generalize dialect continua code --- WtWSMS/common/on_action/ccu_on_actions.txt | 2 +- .../BP_ccu_scripted_effects.txt | 13 +++++++++- WtWSMS/common/scripted_triggers/ccu_API.txt | 24 +++++++------------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/WtWSMS/common/on_action/ccu_on_actions.txt b/WtWSMS/common/on_action/ccu_on_actions.txt index b1b17b8aa2..7f78bd31ae 100644 --- a/WtWSMS/common/on_action/ccu_on_actions.txt +++ b/WtWSMS/common/on_action/ccu_on_actions.txt @@ -34,7 +34,7 @@ ccu_culture_created = { ccu_initialize_language_group_effect = yes ccu_initialize_language_family_effect = yes ccu_initialize_language_union_effect = yes - ccu_initialize_dialect_continuum_effect = yes + ccu_initialize_dialect_continua_effect = yes } } } diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt index 46defd2858..7d4e0712b9 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt @@ -12,6 +12,7 @@ ccu_initialize_culture_effect = { ccu_initialize_language_group_effect = yes ccu_initialize_language_family_effect = yes ccu_initialize_language_union_effect = yes + ccu_initialize_dialect_continua_effect = yes } ccu_initialize_heritage_group_effect = { @@ -142,4 +143,14 @@ ccu_initialize_language_union_effect = { else = { set_variable = { name = language_union value = flag:none } } } -#Dialect continua are handled more directly (for now) +#NB: Dialect continua should *not* be mutally exclusive, so only use if statements here +ccu_initialize_dialect_continua_effect = { + #Romance cultures + if = { limit = { has_cultural_parameter = language_dialect_continuum_ibero_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_ibero_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_occitano_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_occitano_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_gallo_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_gallo_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_italo_dalmatian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_italo_dalmatian } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_british_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_british_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_romance } add_to_variable_list = { name = dialect_continuum target = flag:continuum_eastern_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_southern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_southern_romance } } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index 9f75e66952..15d110d8b3 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -54,21 +54,13 @@ is_in_language_union_with_trigger = { # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { is_in_language_union_with_trigger = { TARGET = culture:yyy } } -has_same_dialect_continuum_as_trigger = { #TODO: Generalize me, via variable_list comparisons? - OR = { - #Romance Cultures - the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_ibero_romance } - the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_occitano_romance } - the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_gallo_romance } - the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_italo_dalmatian } - the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_british_romance } - the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_eastern_romance } - the_cultures_share_this_dialect_continuum = { TARGET = $TARGET$ DIALECT = language_dialect_continuum_southern_romance } - } -} -the_cultures_share_this_dialect_continuum = { - AND = { - has_cultural_parameter = $DIALECT$ - $TARGET$ = { has_cultural_parameter = $DIALECT$ } +has_same_dialect_continuum_as_trigger = { + has_variable_list = dialect_continuum + $TARGET$ = { has_variable_list = dialect_continuum } + any_in_list = { + variable = dialect_continuum + save_temporary_scope_as = source_dialect_continuum + $TARGET$ = { is_target_in_variable_list = { name = dialect_continuum target = scope:source_dialect_continuum } } } } + From 280a4b4f4cfc4d9bac2d43cb805900e69143c21e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 1 Jan 2023 16:26:57 -0500 Subject: [PATCH 228/339] Fix bug with linguistic inheritance of dialect continua --- WtWSMS/common/on_action/ccu_on_actions.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/WtWSMS/common/on_action/ccu_on_actions.txt b/WtWSMS/common/on_action/ccu_on_actions.txt index 7f78bd31ae..82ec27b768 100644 --- a/WtWSMS/common/on_action/ccu_on_actions.txt +++ b/WtWSMS/common/on_action/ccu_on_actions.txt @@ -11,7 +11,18 @@ ccu_culture_created = { set_variable = { name = language_group value = prev.var:language_group } set_variable = { name = language_family value = prev.var:language_family } set_variable = { name = language_union value = prev.var:language_union } - set_variable = { name = language_dialect_continuum value = prev.var:language_dialect_continuum } + } + #Do this only once to avoid duplication with list + random_parent_culture = { + limit = { has_same_culture_language = prev } + if = { + limit = { has_variable_list = dialect_continuum } + every_in_list = { + variable = dialect_continuum + save_temporary_scope_as = parent_dialect_continuum + root = { add_to_variable_list = { name = dialect_continuum target = scope:parent_dialect_continuum } } + } + } } } every_parent_culture = { From 923201491698b88443924fe9020d3369f7aefcb2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 1 Jan 2023 17:25:01 -0500 Subject: [PATCH 229/339] Jewish Identity & Error Fixes * Added Jewish Identity tenet to replace Communal Identity for Jews * Crenyw Dynasty modifications to be brition by 476 * Ulster is gaelic again * Fixed some minor bugs/errors --- .../on_action/sea_minority_game_start.txt | 2 +- .../religion/doctrines/00_core_tenets.txt | 39 +++++- .../common/religion/religions/00_judaism.txt | 4 +- .../99_court_chaplain_values_BP_overwrite.txt | 23 ++++ .../99_steward_values_BP_overwrite.txt | 10 ++ .../BP_court_chaplain_values.txt | 37 ++++- .../script_values/BP_steward_values.txt | 16 +++ .../BP_ccu_scripted_effects.txt | 2 +- .../BP_interaction_triggers.txt | 2 +- WtWSMS/common/scripted_triggers/ccu_API.txt | 2 +- .../_lt_rascek_changed_characters.txt | 78 +++++++++++ WtWSMS/history/characters/romano_british.txt | 130 ++---------------- WtWSMS/history/provinces/bp_k_ireland.txt | 2 +- .../english/BP_council_tasks_l_english.yml | 3 + ...kerwanderung_additional_name_l_english.yml | 5 +- .../BP_religion_core_tenets_l_english.yml | 29 ++-- 16 files changed, 234 insertions(+), 150 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index ba5b741332..f929d164a2 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1565,7 +1565,7 @@ BP_set_minorities_by_date = { } } } - + title:c_ulster = { add_large_culture_to_county_effect = { CULTURE = culture:irish } } # Other Specific Counties #======================== diff --git a/WtWSMS/common/religion/doctrines/00_core_tenets.txt b/WtWSMS/common/religion/doctrines/00_core_tenets.txt index 9e88a50fbb..f7db330dac 100644 --- a/WtWSMS/common/religion/doctrines/00_core_tenets.txt +++ b/WtWSMS/common/religion/doctrines/00_core_tenets.txt @@ -191,7 +191,10 @@ } } - is_shown = { NOT = { religion_tag = dualism_religion } } + is_shown = { + NOT = { religion_tag = dualism_religion } #Uses Supersessionism Doctrine + NOT = { religion_tag = judaism_religion } #Uses a different variant of communal identity + } can_pick = { always = yes } @@ -3746,9 +3749,39 @@ } ##################### - # BP Mazdan Tenets # + # BP Jewish Tenets # ##################### + tenet_jewish_identity = { + icon = core_tenet_jewish_syncretism + piety_cost = { value = faith_tenet_cost_mid } + + is_shown = { religion_tag = judaism_religion } + + can_pick = { + NOT = { flag:tenet_ethnic_religion = { is_in_list = selected_doctrines } } + OR = { + flag:doctrine_ritual_conversion_neutral = { is_in_list = selected_doctrines } + flag:doctrine_ritual_conversion_discouraged = { is_in_list = selected_doctrines } + } + } + + parameters = { + same_culture_conversion_bonus_jewish_active = yes + other_culture_conversion_penalty_jewish_active = yes + different_religion_promote_culture_malus_jewish_active = yes + + #same_culture_conversion_bonus_active = yes + #same_faith_promote_culture_bonus_active = yes + #other_culture_conversion_penalty_active = yes + } + + character_modifier = { + name = "tenet_communal_identity_opinion" + same_faith_opinion = 30 + } + } + ##################### # BP Eastern Tenets # ##################### @@ -4036,7 +4069,7 @@ tenet_ethnic_religion_same_culture_conversion_bonus_active = yes tenet_ethnic_religion_other_culture_conversion_penalty_active = yes tenet_ethnic_religion_conversion_resistance_active = yes - can_only_demand_conversion_of_same_culture = yes + can_only_demand_conversion_of_faith_culture_or_related = yes can_return_to_old_faith = yes } diff --git a/WtWSMS/common/religion/religions/00_judaism.txt b/WtWSMS/common/religion/religions/00_judaism.txt index 031bf57bf1..a7f00b5a4c 100644 --- a/WtWSMS/common/religion/religions/00_judaism.txt +++ b/WtWSMS/common/religion/religions/00_judaism.txt @@ -246,7 +246,7 @@ doctrine = doctrine_spiritual_head #tenets - doctrine = tenet_communal_identity + doctrine = tenet_jewish_identity doctrine = tenet_legalism doctrine = tenet_religious_legal_pronouncements } @@ -267,7 +267,7 @@ doctrine = doctrine_no_head #tenets - doctrine = tenet_communal_identity + doctrine = tenet_jewish_identity doctrine = tenet_literalism doctrine = tenet_religious_legal_pronouncements } diff --git a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt index c27ecd3f51..5b8ccb7ab7 100644 --- a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt @@ -425,6 +425,29 @@ court_chaplain_conversion_contextual_bonuses = { desc = COURT_CHAPLAIN_CONVERSION_TENET_ECSTATIC_PROPHECY_MALUS } } + ### Jewish Communal identity buffs/maluses + if = { #Same Culture Conversion Buff + limit = { + exists = scope:county + scope:councillor.faith = { has_doctrine_parameter = same_culture_conversion_bonus_jewish_active } + scope:county.culture = scope:councillor.liege.culture + } + add = { + value = scope:councillor.conversion_communal_identity_jewish_bonus + desc = COURT_CHAPLAIN_CONVERSION_COMMUNAL_IDENTITY_JEWISH_BONUS_MODIFIER + } + } + if = { #Different Culture Conversion Nerf + limit = { + exists = scope:county + scope:councillor.faith = { has_doctrine_parameter = other_culture_conversion_penalty_jewish_active } + NOT = { scope:county.culture = scope:councillor.liege.culture } + } + add = { + value = scope:councillor.conversion_communal_identity_jewish_malus + desc = COURT_CHAPLAIN_CONVERSION_COMMUNAL_IDENTITY_JEWISH_MALUS_MODIFIER + } + } ##### Changed from Vanilla ^^^^^ ### Communal Identity diff --git a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt index 937439a9a7..fbc3ecd3ba 100644 --- a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt @@ -123,6 +123,16 @@ steward_promote_culture_contextual_bonuses = { desc = STEWARD_PROMOTE_CULTURE_TRADITION_HELLENIZATION } } + if = { #Jewish Communal Identity + limit = { + scope:councillor_liege.faith = { has_doctrine_parameter = different_religion_promote_culture_malus_jewish_active } + NOT = { scope:county.religion = scope:councillor_liege.religion } + } + add = { + value = scope:councillor.promote_culture_different_faith_promote_culture_malus_jewish + desc = STEWARD_PROMOTE_CULTURE_TENET_JEWISH_IDENTITY_MALUS_MODIFIER + } + } ##### Changed from Vanilla ^^^^^ #Reduce for various county modifiers. diff --git a/WtWSMS/common/script_values/BP_court_chaplain_values.txt b/WtWSMS/common/script_values/BP_court_chaplain_values.txt index 9ade3ed2ef..c2d8a42fe1 100644 --- a/WtWSMS/common/script_values/BP_court_chaplain_values.txt +++ b/WtWSMS/common/script_values/BP_court_chaplain_values.txt @@ -1,4 +1,5 @@ -conversion_holy_site_vaspurakan = { +#Holy Sites +conversion_holy_site_vaspurakan = { value = 0 if = { limit = { @@ -10,7 +11,6 @@ multiply = 0.50 } } - conversion_holy_site_vannes = { value = 0 if = { @@ -23,7 +23,6 @@ conversion_holy_site_vannes = { multiply = 0.2 } } - conversion_holy_site_second_vannes = { value = 0 if = { @@ -36,7 +35,6 @@ conversion_holy_site_second_vannes = { multiply = 0.2 } } - conversion_holy_site_mt_tondrak = { value = 0 if = { @@ -51,7 +49,6 @@ conversion_holy_site_mt_tondrak = { } } - conversion_holy_site_amida = { value = 0 if = { @@ -143,6 +140,36 @@ conversion_tenet_ethnic_religion_child_culture_conversion_bonus = { } } +### Jewish Communal Identity +conversion_communal_identity_jewish_bonus_value = 25#%; integer for localization +conversion_communal_identity_jewish_bonus = { + value = 0 + if = { + limit = { + exists = scope:county + scope:councillor.faith = { has_doctrine_parameter = same_culture_conversion_bonus_jewish_active } + scope:county.culture = scope:councillor.liege.culture + } + add = court_chaplain_conversion_base_total + multiply = conversion_communal_identity_jewish_bonus_value + divide = 100 + } +} +conversion_communal_identity_jewish_malus_value = 75#%; integer for localization +conversion_communal_identity_jewish_malus = { + value = 0 + if = { + limit = { + exists = scope:county + scope:councillor.faith = { has_doctrine_parameter = other_culture_conversion_penalty_jewish_active } + NOT = { scope:county.culture = scope:councillor.liege.culture } + } + subtract = court_chaplain_conversion_base_total + multiply = conversion_communal_identity_jewish_malus_value + divide = 100 + } +} + ### Autocephaly Values conversion_tenet_autocephaly_same_culture_bonus_value = 30#%; integer for localization conversion_tenet_autocephaly_same_culture_bonus = { diff --git a/WtWSMS/common/script_values/BP_steward_values.txt b/WtWSMS/common/script_values/BP_steward_values.txt index d90aa18991..72a801d04d 100644 --- a/WtWSMS/common/script_values/BP_steward_values.txt +++ b/WtWSMS/common/script_values/BP_steward_values.txt @@ -1,5 +1,21 @@ ### Promote Culture +#Faith Effects +promote_culture_different_faith_promote_culture_malus_jewish_value = 75#%; integer for localization +promote_culture_different_faith_promote_culture_malus_jewish = { + value = 0 + if = { + limit = { + exists = scope:county + scope:councillor.faith = { has_doctrine_parameter = different_religion_promote_culture_malus_jewish_active } + NOT = { scope:county.religion = scope:councillor_liege.religion } + } + subtract = steward_promote_culture_base_total + multiply = promote_culture_different_faith_promote_culture_malus_jewish_value + divide = 100 + } +} + #Tradition effects promote_culture_hellenization_bonus_value = 15#%; integer for localization promote_culture_hellenization_bonus = { diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt index 7d4e0712b9..92f8519fc7 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt @@ -143,7 +143,7 @@ ccu_initialize_language_union_effect = { else = { set_variable = { name = language_union value = flag:none } } } -#NB: Dialect continua should *not* be mutally exclusive, so only use if statements here +#NB: Dialect continua should *not* be mutually exclusive, so only use if statements here ccu_initialize_dialect_continua_effect = { #Romance cultures if = { limit = { has_cultural_parameter = language_dialect_continuum_ibero_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_ibero_romance } } diff --git a/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt b/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt index 3a82ec5eda..d307455991 100644 --- a/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_interaction_triggers.txt @@ -58,7 +58,7 @@ BP_demand_conversion_trigger = { scope:actor.faith = { has_doctrine_parameter = demand_conversion_interaction } } trigger_if = { #Ethnic Religion has additional restrictions - limit = { scope:actor.faith = { has_doctrine_parameter = can_only_demand_conversion_of_same_culture } } + limit = { scope:actor.faith = { has_doctrine_parameter = can_only_demand_conversion_of_faith_culture_or_related } } #Correct Actor+Recipient Culture custom_description = { text = actor_culture_is_aligned_with_ethnic_religion diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index 15d110d8b3..6ee54484a1 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -53,7 +53,7 @@ is_in_language_union_with_trigger = { # Purpose: Checks if two culture share a dialect continuum # Scope: culture # Arguments: target (culture) -# Sample Usage: culture:xxx = { is_in_language_union_with_trigger = { TARGET = culture:yyy } } +# Sample Usage: culture:xxx = { has_same_dialect_continuum_as_trigger = { TARGET = culture:yyy } } has_same_dialect_continuum_as_trigger = { has_variable_list = dialect_continuum $TARGET$ = { has_variable_list = dialect_continuum } diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 0241a16ffe..2c09d5b116 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -6785,3 +6785,81 @@ JuteWihtware006 = { 610.1.1 = { death = yes } } +#Cernyw Dynasty +159828 = { + name = "Glywys" # + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 159827 + 435.1.1 = { birth = yes } + 498.1.1 = { death = yes } +} +13100123 = { + name = "Cyngar" #Cyngar son of Mor, king of Cernyw + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 159826 + 394.1.1 = { birth = yes } + 454.1.1 = { death = yes } +} +13100124 = { + name = "Gwynlliw" #Gwynlliw/Gundleus, son of Glwys, King of Glywyssing/Cernyw + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 159828 + 451.1.1 = { birth = yes } + 523.1.1 = { death = yes } +} +13100125 = { + name = "Pawl" #Pawl/Porphirius, son of Glwys, King of Penychen (Unrepresented in the map), died heirless + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 159828 + 451.1.1 = { birth = yes } + 480.1.1 = { add_pressed_claim = title:d_deheubarth } + 542.1.1 = { death = yes } +} +13100126 = { + name = "Merchwyn" #Merchywn/Marcianus, son of Glwys, King of Gorfynedd (Unrepresented in the map) + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 159828 + trait = "lunatic_1" #Reported mad + 453.1.1 = { birth = yes } + 480.1.1 = { add_pressed_claim = title:d_deheubarth } + 509.1.1 = { death = yes } +} +13100127 = { + name = "Edelig" #Edelig, son of Glwys, King of Edeligion (Unrepresented in the map) + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 159828 + 458.1.1 = { birth = yes } + 480.1.1 = { add_pressed_claim = title:d_deheubarth } + 507.1.1 = { death = yes } #Died the earliest +} +13100128 = { + name = "Cadwg" #Catocus/Cadwg, son of Gwynlliw, King of Cernyw/Glywyssing + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 13100124 + 502.1.1 = { birth = yes } + 580.1.1 = { death = yes } #Died heirless +} +13100129 = { + name = "Madge" #Madge, sister of Cadwg + female = yes + dynasty = 1029130 #Cernyw + religion = "insular_celtic" + culture = "briton" + father = 13100124 + 505.1.1 = { birth = yes } + 538.1.1 = { death = yes } #Killed by Sheep-Robbers +} diff --git a/WtWSMS/history/characters/romano_british.txt b/WtWSMS/history/characters/romano_british.txt index af2d146e85..8c05914c85 100644 --- a/WtWSMS/history/characters/romano_british.txt +++ b/WtWSMS/history/characters/romano_british.txt @@ -689,128 +689,14 @@ } } -13100123 = { - name = "Cyngar" #Cyngar son of Mor, king of Cernyw - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 159826 - 394.1.1 = { - birth = "394.1.1" - } - 454.1.1 = { - death = "454.1.1" - } -} - -13100124 = { - name = "Gwynlliw" #Gwynlliw/Gundleus, son of Glwys, King of Glywyssing/Cernyw - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 159828 - 451.1.1 = { - birth = "451.1.1" - } - 523.1.1 = { - death = "523.1.1" - } -} - -13100125 = { - name = "Pawl" #Pawl/Porphirius, son of Glwys, King of Penychen (Unrepresented in the map), died heirless - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 159828 - 451.1.1 = { - birth = "451.1.1" - } - 480.1.1 = { - add_pressed_claim = title:d_deheubarth - } - 542.1.1 = { - death = "542.1.1" - } -} - -13100126 = { - name = "Merchwyn" #Merchywn/Marcianus, son of Glwys, King of Gorfynedd (Unrepresented in the map) - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 159828 - trait = "lunatic_1" #Reported mad - 453.1.1 = { - birth = "453.1.1" - } - 480.1.1 = { - add_pressed_claim = title:d_deheubarth - } - 509.1.1 = { - death = "509.1.1" - } -} - -13100127 = { - name = "Edelig" #Edelig, son of Glwys, King of Edeligion (Unrepresented in the map) - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 159828 - 458.1.1 = { - birth = "458.1.1" - } - 480.1.1 = { - add_pressed_claim = title:d_deheubarth - } - 507.1.1 = { - death = "507.1.1" #Died the earliest - } -} - -13100128 = { - name = "Cadwg" #Catocus/Cadwg, son of Gwynlliw, King of Cernyw/Glywyssing - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 13100124 - 502.1.1 = { - birth = "502.1.1" - } - 580.1.1 = { - death = "580.1.1" #Died heirless - } -} - -159828 = { - name = "Glywys" # - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 159827 - 435.1.1 = { - birth = "435.1.1" - } - 498.1.1 = { - death = "498.1.1" - } -} - -13100129 = { - name = "Madge" #Madge, sister of Cadwg - female = yes - dynasty = 1029130 #Cernyw - religion = "insular_celtic" - culture = "romano_british" - father = 13100124 - 505.1.1 = { - birth = "505.1.1" - } - 538.1.1 = { - death = "538.1.1" #Killed by Sheep-Robbers - } -} +#13100123: Changed +#13100124: Changed +#13100125: Changed +#13100126: Changed +#13100127: Changed +#13100128: Changed +#13100129: Changed +#159828: Changed 13100161 = { name = "Melisus" #Fictional last King of Linnius diff --git a/WtWSMS/history/provinces/bp_k_ireland.txt b/WtWSMS/history/provinces/bp_k_ireland.txt index 2cc4f96bd3..f83389f244 100644 --- a/WtWSMS/history/provinces/bp_k_ireland.txt +++ b/WtWSMS/history/provinces/bp_k_ireland.txt @@ -38,7 +38,7 @@ ###c_ulster 15 = { #DOWNPATRICK - culture = irish + culture = gaelic religion = insular_celtic holding = tribal_holding } diff --git a/WtWSMS/localization/english/BP_council_tasks_l_english.yml b/WtWSMS/localization/english/BP_council_tasks_l_english.yml index dfcb106fc9..03157a5315 100644 --- a/WtWSMS/localization/english/BP_council_tasks_l_english.yml +++ b/WtWSMS/localization/english/BP_council_tasks_l_english.yml @@ -14,6 +14,8 @@ COURT_CHAPLAIN_CONVERSION_TENET_RIGORISM_CONVERSION_IMPACT: "[GetFaithDoctrine('tenet_rigorism').GetBaseName] Involved" COURT_CHAPLAIN_CONVERSION_DOCTRINE_APPROVED_CULT_MALUS: "[county.GetProvince.GetCounty.GetFaith.GetAdjective] and [councillor.GetFaith.GetAdjective] are #V #italic $special_doctrine_zoroastrian_approved_cult_name$#!#!" COURT_CHAPLAIN_CONVERSION_TENET_ECSTATIC_PROPHECY_MALUS: "[county.GetProvince.GetCounty.GetFaith.GetAdjective] - [GetFaithDoctrine('tenet_ecstatic_prophecy').GetBaseName]" + COURT_CHAPLAIN_CONVERSION_COMMUNAL_IDENTITY_JEWISH_BONUS_MODIFIER: "[councillor.GetFaith.GetAdjective] - [GetFaithDoctrine('tenet_jewish_identity').GetBaseName]" + COURT_CHAPLAIN_CONVERSION_COMMUNAL_IDENTITY_JEWISH_MALUS_MODIFIER: "$COURT_CHAPLAIN_CONVERSION_COMMUNAL_IDENTITY_JEWISH_BONUS_MODIFIER$" #County-Specific Multipliers COURT_CHAPLAIN_FAITH_MINOR_ARISTOCRACY: "Minor Aristocracy: #N $multiplication_sign$[EmptyScope.ScriptValue('convert_faith_minor_migration_minor_aristocracy_penalty')]#!" COURT_CHAPLAIN_CONVERSION_RECENTLY_MIGRATED_TO: "Recent Immigration #P $multiplication_sign$[EmptyScope.ScriptValue('conversion_recent_immigration_bonus')|2]#!" @@ -23,6 +25,7 @@ TRADITION_HARDER_TO_CULTURE_CONVERT_IN_ROUGH_TERRAIN: "Cultural Resistance in Rough Terrain" steward_develop_county_nomad_penalty_modifier: "Nomad Government" DEVELOP_COUNTY_NOMAD_PENALTY_VALUE: "Nomad Government" + STEWARD_PROMOTE_CULTURE_TENET_JEWISH_IDENTITY_MALUS_MODIFIER: "[councillor.GetFaith.GetAdjective] - [GetFaithDoctrine('tenet_jewish_identity').GetBaseName]" #County-Specific Multipliers STEWARD_PROMOTE_CULTURE_MINOR_ARISTOCRACY: "Minor Aristocracy: #N $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_minor_migration_minor_aristocracy_penalty')]#!" STEWARD_PROMOTE_CULTURE_RECENTLY_MIGRATED_TO: "Recent Immigration #P $multiplication_sign$[EmptyScope.ScriptValue('promote_culture_recent_immigration_bonus')|2]#!" diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 103fdb2265..534f9961ca 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -862,5 +862,8 @@ Elafius: "Elafius" Caraticos: "Caraticos" Natanleod: "Natanleod" - + Fidach: "Fidach" + Cirinn: "Cirinn" + Fib: "Fib" + Llud: "Llud" \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml index ab29ca95e9..56415b0549 100644 --- a/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_core_tenets_l_english.yml @@ -22,7 +22,7 @@ #Rite tenet_rite_zoroastrian_name:0 "Ašavan Cult" tenet_rite_zoroastrian_desc:0 "Our beliefs do not include such innovations that would preclude us from falling under the umbrella of the High Priesthood of Eranshar. As such we agree to submit to the authority of the religious leadership of Eranshar." - ### Abrahamic Tenets + ### Christian Tenets tenet_apostolic_succession_name: "Apostolic Succession" tenet_apostolic_succession_desc: "We claim that our bishops are consecrated by other bishops tracing their original ordination all the way to when Christ gave the Great Commission to His Apostles." tenet_autocephaly_name: "Autocephalous Church" @@ -32,22 +32,27 @@ doctrine_parameter_tenet_autocephaly_different_heritage_conversion_malus_active: "Conversion Speed different [heritage|E] counties: #N -[EmptyScope.ScriptValue('conversion_tenet_autocephaly_different_heritage_conversion_malus_value')]%#!" doctrine_parameter_tenet_autocephaly_conversion_resistance_active: "Conversion Resistance in [bp_faith_culture|E] and [bp_faith_child_culture|E] counties: #P +[EmptyScope.ScriptValue('conversion_tenet_autocephaly_different_heritage_conversion_resistance_value')]% #!" doctrine_parameter_creates_a_new_hof: "Creates a new [head_of_faith|E] upon creation" - tenet_marcionite_canon_name:0 "Marcionite Canon" - tenet_marcionite_canon_desc:0 "Our founder, Marcion, established the first Christian canon, helping separate us from the false Judaic texts." + tenet_marcionite_canon_name: "Marcionite Canon" + tenet_marcionite_canon_desc: "Our founder, Marcion, established the first Christian canon, helping separate us from the false Judaic texts." tenet_rigorism_name: "Rigorism" tenet_rigorism_desc: "It is inconceivable that those who have denied Christ can validly administer sacraments. Only after a great penance can #italic Traditors#! be allowed back into the Church, and never again in a position of leadership." doctrine_parameter_rigorism_conversion_resitance_both_ways: "County Conversion Resistance: #P +[EmptyScope.ScriptValue('conversion_tenet_rigorism_conversion_resistor_value')]%#!\n\t\t$EFFECT_LIST_BULLET$#italic Applies only to [faiths|E] without #V $tenet_rigorism_name$#!#!\n$EFFECT_LIST_BULLET$Conversion Speed: #N -[EmptyScope.ScriptValue('conversion_tenet_rigorism_conversion_convertor_value')]%#!\n\t\t$EFFECT_LIST_BULLET$#italic Applies only to [faiths|E] without #V $tenet_rigorism_name$#!#!" tenet_ecstatic_prophecy_name: "Ecstatic Prophecy" tenet_ecstatic_prophecy_desc: "Our most pious followers are possessed by God and able to deliver dramatic prophecies to help guide the faithful." doctrine_parameter_tenet_ecstatic_prophecy_conversion_resistance_active: "Conversion Resistance: #P +[EmptyScope.ScriptValue('conversion_resistance_ecstatic_prophecy_value')]% #!" - tenet_iconoclasm_name:0 "Icon Breaking" - tenet_iconoclasm_desc:0 "Any image that could become an object of veneration is profane and must be destroyed. Such false idols cannot be allowed to stand!" - tenet_peregrination_name:0 "Peregrination" - tenet_peregrination_desc:0 "We are all called to serve Christ; in the most extreme forms, we should place ourselves in God's hands and journey into the wilderness or the land of the infidels, forsaking material possessions in favor of complete service to Christ." - doctrine_parameter_peregrinition_active:0 "Enables Peregrinatio [decision|E]" - #Dualist Tenets - tenet_complex_exegesis_name:0 "Complex Exegesis" - tenet_complex_exegesis_desc:0 "The Sacred Scriptures are full of allegory and mystic works. Only by undertaking a critical examination of the text can we draw out the correct interpretation." + tenet_iconoclasm_name: "Icon Breaking" + tenet_iconoclasm_desc: "Any image that could become an object of veneration is profane and must be destroyed. Such false idols cannot be allowed to stand!" + tenet_peregrination_name: "Peregrination" + tenet_peregrination_desc: "We are all called to serve Christ; in the most extreme forms, we should place ourselves in God's hands and journey into the wilderness or the land of the infidels, forsaking material possessions in favor of complete service to Christ." + doctrine_parameter_peregrinition_active: "Enables Peregrinatio [decision|E]" + tenet_complex_exegesis_name: "Complex Exegesis" + tenet_complex_exegesis_desc: "The Sacred Scriptures are full of allegory and mystic works. Only by undertaking a critical examination of the text can we draw out the correct interpretation." + ### Jewish Tenets + tenet_jewish_identity_name: "Jewish Identity" + tenet_jewish_identity_desc: "Our Jewish faiths helps bind us very closely to each other, at the expense of isolating non-believers." + doctrine_parameter_same_culture_conversion_bonus_jewish_active: "Conversion Speed in [counties|E] of my [culture|E]: #P +[EmptyScope.ScriptValue('conversion_communal_identity_jewish_bonus_value')]%#!" + doctrine_parameter_other_culture_conversion_penalty_jewish_active: "Conversion Speed in [counties|E] of a different [culture|E]: #N -[EmptyScope.ScriptValue('conversion_communal_identity_jewish_malus_value')]%#!" + doctrine_parameter_different_religion_promote_culture_malus_jewish_active: "#V Promote Culture#! Speed in [counties|E] of a different [religion|E]: #N -[EmptyScope.ScriptValue('promote_culture_different_faith_promote_culture_malus_jewish_value')]%#!" ### Pagan Tenets tenet_unrelenting_warfare_name:0 "Unceasing Warfare" tenet_unrelenting_warfare_desc:0 "If we remain at peace for too long, it may bring about the Endtimes! As such, we must continually wage war against the infidel." @@ -65,7 +70,7 @@ doctrine_parameter_tenet_ethnic_religion_conversion_resistance_active: "County Conversion Resistance: #P +[EmptyScope.ScriptValue('conversion_tenet_ethnic_religion_conversion_resistance_value')]%#!" doctrine_parameter_tenet_ethnic_religion_same_culture_conversion_bonus_active: "[bp_faith_culture|E] Conversion Speed: #P +[EmptyScope.ScriptValue('conversion_tenet_ethnic_religion_same_culture_conversion_bonus_value')]%#!\n$EFFECT_LIST_BULLET$[bp_faith_child_culture|E] Conversion Speed #P +[EmptyScope.ScriptValue('conversion_tenet_ethnic_religion_child_culture_conversion_bonus_value')]%#!" doctrine_parameter_tenet_ethnic_religion_other_culture_conversion_penalty_active: "[bp_faith_unrelated_culture|E] Conversion Speed: #N -[EmptyScope.ScriptValue('conversion_tenet_ethnic_religion_converting_foreigners_resistance_value')]%#!" - doctrine_parameter_can_only_demand_conversion_of_same_culture: "Can only [demand_conversion|E] of [characters|E] whose culture is the [bp_faith_culture|E] or a [bp_faith_child_culture|E]" + doctrine_parameter_can_only_demand_conversion_of_faith_culture_or_related: "Can only [demand_conversion|E] of [characters|E] whose culture is the [bp_faith_culture|E] or a [bp_faith_child_culture|E]" doctrine_parameter_can_return_to_old_faith: "[characters|E] and [counties|E] may sometimes reconvert back to this [faith|E] if led astray" #Cybelians special_doctrine_sacred_eunuchs_name: "Sacred Eunuchs" From 5768b1fbf1f232159c0d8762072e5c34385f942b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 1 Jan 2023 22:27:31 -0500 Subject: [PATCH 230/339] Update BP_ccu_scripted_effects.txt --- WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt index 92f8519fc7..c6d519252d 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt @@ -151,6 +151,6 @@ ccu_initialize_dialect_continua_effect = { if = { limit = { has_cultural_parameter = language_dialect_continuum_gallo_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_gallo_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_italo_dalmatian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_italo_dalmatian } } if = { limit = { has_cultural_parameter = language_dialect_continuum_british_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_british_romance } } - if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_romance } add_to_variable_list = { name = dialect_continuum target = flag:continuum_eastern_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_southern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_southern_romance } } } \ No newline at end of file From b52680ea2218f59794b6f675a8d54354b8f6fce5 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:14:24 -0500 Subject: [PATCH 231/339] Kinda Rework * Independence for eastern Tribes (who rejected Amr's Rulership) * Kinda made Jewish again * Added Hanifa to Yamama * Tweaked Adnanite to use Tribal Unity instead of Dryland Dwellers (the later is more a sedentary feature) --- WtWSMS/common/culture/cultures/BP_arabic.txt | 6 +- WtWSMS/common/dynasties/BP_dynasties.txt | 2 +- .../dynasties/_lt_rascek_BP_dynasties.txt | 32 ++++++---- .../_lt_rascek_changed_characters.txt | 12 ++-- .../characters/_lt_rascek_new_chars.txt | 48 +++++++++++++- WtWSMS/history/titles/BP_titles_semitic.txt | 5 +- WtWSMS/history/titles/bp_k_arabia.txt | 64 ++++++++----------- .../tribal_character_history_generator.py | 6 +- 8 files changed, 106 insertions(+), 69 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_arabic.txt b/WtWSMS/common/culture/cultures/BP_arabic.txt index 561e9d7be2..70c6a2d8f6 100644 --- a/WtWSMS/common/culture/cultures/BP_arabic.txt +++ b/WtWSMS/common/culture/cultures/BP_arabic.txt @@ -8,12 +8,12 @@ traditions = { #Societal Traditions #Regional Traditions - tradition_desert_nomads + tradition_desert_nomads #Bedouin bequeathal #Ritual Traditions #Realm Traditions - tradition_dryland_dwellers + tradition_tribe_unity #Bedouin bequeathal #Combat Traditions - tradition_quarrelsome + tradition_quarrelsome #Keep the Arabs at each other's throats prior to the Rise of Islam } name_list = name_list_adnanite diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index 27e2932bd1..7f5c02398c 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -210,7 +210,7 @@ } 109704 = { name = "dynn_Jadi" #Actual tribe of Zarqa was the Jadis - culture = bedouin + culture = adnanite } 109705 = { name = "dynn_Papar" diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 37f692f866..22e756d152 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -71,6 +71,24 @@ kru_dynn_wenyon = { culture = kru } +#Arabian Dynasties +adnanite_dynn_tamim = { + name = dynn_Tamim + culture = adnanite +} +adnanite_dynn_bakr = { + name = dynn_Bakr + culture = adnanite +} +adnanite_dynn_hanzalah = { + name = dyn_Hanzalah + culture = adnanite +} +adnanite_dynn_hanifa = { + name = dyn_Hanzalah + culture = adnanite +} + #Austro Asiatic Dynasties mon_dynn_tharrawaddy = { name = "dynn_Tharrawaddy" @@ -217,20 +235,6 @@ nok_dynn_kebbi = { culture = hausa } -#Central Semitic Dynasties -adnanite_dynn_tamim = { - name = dynn_Tamim - culture = adnanite -} -adnanite_dynn_bakr = { - name = dynn_Bakr - culture = adnanite -} -adnanite_dynn_hanzalah = { - name = dyn_Hanzalah - culture = adnanite -} - #Central Germanic Dynasties dynn_buri_monterrei = { name = dynn_Agriulfuming diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 2c09d5b116..42cdb217e3 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -5760,7 +5760,7 @@ VakatakaDynasty001 = { name = "Amr" # Amr ibn Akil al-Murar banu Hajr-Amr dynasty = 10424463 - religion = "semitic_pagan" + religion = "rabbinism" culture = khalan father = 106557 450.1.1 = { birth = yes } @@ -5770,7 +5770,7 @@ VakatakaDynasty001 = { name = "Akil_al-Murar" # Akil al-Murar ibn Amr banu Hajr-Amr dynasty = 10424463 - religion = "semitic_pagan" + religion = "rabbinism" culture = khalan 400.1.1 = { birth = yes } 450.1.1 = { death = yes } @@ -5779,7 +5779,7 @@ VakatakaDynasty001 = { name = "Al-Harith" # Al-Harith ibn Amr banu Hajr-Amr dynasty = 10424463 - religion = "semitic_pagan" + religion = "rabbinism" culture = khalan father = 158 470.1.1 = { birth = yes } @@ -5789,7 +5789,7 @@ VakatakaDynasty001 = { name = "al-Kindi" # al-Kindi ibn Al-Harith banu Hajr-Amr dynasty = 10424463 - religion = "semitic_pagan" + religion = "rabbinism" culture = khalan father = 455408 515.1.1 = { birth = yes } @@ -5799,7 +5799,7 @@ VakatakaDynasty001 = { name = "Amr" # Amr II ibn al-Kindi banu Hajr-Amr dynasty = 10424463 - religion = "semitic_pagan" + religion = "rabbinism" culture = khalan father = 487046 540.1.1 = { birth = yes } @@ -5809,7 +5809,7 @@ VakatakaDynasty001 = { name = "al-Kindi" # al-Kindi ibn Amr banu Hajr-Amr dynasty = 10424463 - religion = "semitic_pagan" + religion = "rabbinism" culture = khalan father = 487048 580.1.1 = { birth = yes } diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 2e3fa5aee3..af537c2ddb 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -1989,7 +1989,7 @@ BactrianMerv005 = { 530.1.1 = { death = yes } } -## Central Semitic +## Arabic #d_tamim holders AdnantieTamim000 = { @@ -2045,6 +2045,52 @@ AdnantieHanzalah001 = { 470.1.1 = { birth = yes } 550.1.1 = { death = yes } } +#d_yamama holders (Hanifa, Christians pre-Islam) +AdnaniteHanifa000 = { + name = Thumamah + dynasty = adnanite_dynn_hanifa + religion = monophysitism + culture = adnanite + 401.1.1 = { birth = yes } + 455.1.1 = { death = yes } +} +AdnaniteHanifa001 = { + name = Arpachshad + dynasty = adnanite_dynn_hanifa + religion = monophysitism + culture = adnanite + father = AdnaniteHanifa000 + 435.1.1 = { birth = yes } + 476.1.1 = { death = yes } +} +AdnaniteHanifa002 = { + name = Midhhal + dynasty = adnanite_dynn_hanifa + religion = monophysitism + culture = adnanite + father = AdnaniteHanifa001 + 463.1.1 = { birth = yes } + 521.1.1 = { death = yes } +} +AdnaniteHanifa003 = { + name = Dhabbah + dynasty = adnanite_dynn_hanifa + religion = monophysitism + culture = adnanite + father = AdnaniteHanifa002 + 495.1.1 = { birth = yes } + 548.1.1 = { death = yes } +} +AdnaniteHanifa004 = { + name = Kulthum + dynasty = adnanite_dynn_hanifa + religion = monophysitism + culture = adnanite + father = AdnaniteHanifa003 + 526.1.1 = { birth = yes } + 592.1.1 = { death = yes } +} + ########### India-Related Titles diff --git a/WtWSMS/history/titles/BP_titles_semitic.txt b/WtWSMS/history/titles/BP_titles_semitic.txt index 471f671f68..b3739f960c 100644 --- a/WtWSMS/history/titles/BP_titles_semitic.txt +++ b/WtWSMS/history/titles/BP_titles_semitic.txt @@ -151,9 +151,9 @@ k_al_hirah = { d_taghlebi = { 460.1.1={ holder = 187007 # Abdul-Jaleel Tahglebid - liege = k_qaryat_dhat_kahil government = tribal_government } + 490.1.1 = { liege = 0 } #Rabi'a Tribes reject Amr al-Maqsur 510.1.1={ holder = 187008 # Shujah Taghlebid } @@ -170,7 +170,6 @@ d_taghlebi = { d_al_qays = { 460.1.1={ holder = 187011 # Burhanaddin al-Qaysid - liege = k_qaryat_dhat_kahil government = tribal_government } 510.1.1={ @@ -311,9 +310,9 @@ d_ghifar = { d_tamim = { 460.1.1={ holder = AdnantieTamim000 - liege = k_qaryat_dhat_kahil government = tribal_government } + 490.1.1 = { liege = 0 } #Rabi'a Tribes reject Amr al-Maqsur 510.1.1={ holder = AdnantieTamim001 } } d_bakr = { diff --git a/WtWSMS/history/titles/bp_k_arabia.txt b/WtWSMS/history/titles/bp_k_arabia.txt index 34ac77c064..67e6aa1255 100644 --- a/WtWSMS/history/titles/bp_k_arabia.txt +++ b/WtWSMS/history/titles/bp_k_arabia.txt @@ -125,50 +125,38 @@ c_surrah = { #c_hajr history (elimination) } d_yamama = { #d_yamama_tribe (direct) - 411.5.4 = { holder = 109731 } - 425.1.1 = { holder = 0 } + #Jadi Tribe + 411.5.4 = { + holder = 109731 + government = tribal_government + } + #Hanifa Tribe + 425.1.1 = { holder = AdnaniteHanifa000 } + 450.1.1 = { liege = 0 } #Rabi'a Tribes rejcet Amr's authority + 455.1.1 = { holder = AdnaniteHanifa001 } + 476.1.1 = { holder = AdnaniteHanifa002 } + 521.1.1 = { holder = AdnaniteHanifa003 } + 548.1.1 = { holder = AdnaniteHanifa004 } } c_yamama = { #d_yamama_tribe history (elimination) + #Jadi Tribe 411.5.4 = { holder = 109731 } - 425.1.1={ - holder = 106557 # Akil al-Murar ibn Amr banu Hajr-Amr - } - 450.1.1={ - holder = 158 # Amr ibn Akil al-Murar banu Hajr-Amr - } - 490.1.1={ - holder = 455408 # Akil al-Murar ibn Amr banu Hajr-Amr - } - 529.1.1={ - holder = 487046 # al-Kindi ibn Al-Harith banu Hajr-Amr - } - 540.1.1={ - holder=106640 # Labid banu Tanimid - } - 580.1.1={ - holder=455530 # Jarir ibn Labid banu Tamim - } + #Hanifa Tribe + 425.1.1 = { holder = AdnaniteHanifa000 } + 455.1.1 = { holder = AdnaniteHanifa001 } + 476.1.1 = { holder = AdnaniteHanifa002 } + 521.1.1 = { holder = AdnaniteHanifa003 } + 548.1.1 = { holder = AdnaniteHanifa004 } } c_al-arid = { #d_yamama_tribe history (elimination) + #Jadi Tribe 411.5.4 = { holder = 109731 } - 425.1.1={ - holder = 106557 # Akil al-Murar ibn Amr banu Hajr-Amr - } - 450.1.1={ - holder = 158 # Amr ibn Akil al-Murar banu Hajr-Amr - } - 490.1.1={ - holder = 455408 # Akil al-Murar ibn Amr banu Hajr-Amr - } - 529.1.1={ - holder = 487046 # al-Kindi ibn Al-Harith banu Hajr-Amr - } - 540.1.1={ - holder=106640 # Labid banu Tanimid - } - 580.1.1={ - holder=455530 # Jarir ibn Labid banu Tamim - } + #Hanifa Tribe + 425.1.1 = { holder = AdnaniteHanifa000 } + 455.1.1 = { holder = AdnaniteHanifa001 } + 476.1.1 = { holder = AdnaniteHanifa002 } + 521.1.1 = { holder = AdnaniteHanifa003 } + 548.1.1 = { holder = AdnaniteHanifa004 } } c_falaj = { #d_yamama_tribe history (elimination) 411.5.4 = { holder = 109731 } diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 11020c9314..c79ad14a24 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -48,12 +48,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'PictishCircin',\ + 'AdnaniteHanifa',\ 0,\ #Character data '',\ - 'celtic_pagan',\ - 'pictish',\ + 'monophysite',\ + 'adnanite',\ #Starting year and end year 400+randint(0,20),\ 550,\ From e08da5cc16b3ca9c5b258a7481b773acd31d87b4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:54:53 -0500 Subject: [PATCH 232/339] Make Celtiberians Latin Speakers --- WtWSMS/common/culture/cultures/BP_continental_celtic.txt | 8 ++++---- WtWSMS/common/culture/pillars/00_language.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt index 1a69e9b4bb..ff7c67c040 100644 --- a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt @@ -71,7 +71,7 @@ astures = { ethos = ethos_egalitarian #Asturleonese bequeathal heritage = heritage_continental_celtic - language = language_celtiberian + language = language_latin martial_custom = martial_custom_equal traditions = { #Societal Traditions @@ -102,7 +102,7 @@ gallaecian = { ethos = ethos_spiritual #Galician (Iberian) bequeathal heritage = heritage_continental_celtic - language = language_celtiberian + language = language_latin martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -133,7 +133,7 @@ cantabrian = { ethos = ethos_bellicose #Castilian bequeathal heritage = heritage_continental_celtic - language = language_celtiberian + language = language_latin martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -165,7 +165,7 @@ lusitanian = { # Ancient Lusitanian ethos = ethos_bellicose heritage = heritage_continental_celtic - language = language_lusitanian + language = language_latin martial_custom = martial_custom_equal traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index a963fe20f8..f5e9fe718d 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -769,7 +769,7 @@ language_armenian = { color = armenian } ## Celtic -language_celtiberian = { +language_celtiberian = { #Dead 476 type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_celtiberian } } @@ -877,7 +877,7 @@ language_gaulish = { color = gallic } -language_lusitanian = { +language_lusitanian = { #Dead 476 type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_lusitanian } } From 0d11fa8f575581ebd78f67cefbaa26c508bbb686 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:27:05 -0500 Subject: [PATCH 233/339] Implement Intermediate Latin Languages --- WtWSMS/common/culture/pillars/00_language.txt | 340 +++++++++++++++++- .../named_colors/BP_language_colors.txt | 16 + .../BP_ccu_scripted_effects.txt | 3 + ...u_language_dialect_continuum_l_english.yml | 4 + .../BP_cultural_languages_l_english.yml | 13 + 5 files changed, 373 insertions(+), 3 deletions(-) create mode 100644 WtWSMS/common/named_colors/BP_language_colors.txt diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index f5e9fe718d..7ebd0d4394 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -905,18 +905,170 @@ language_lusitanian = { #Dead 476 color = lusitanian } ## Romance +### Latin language_latin = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_latin } } parameters = { - language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_proto_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_latin } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_latin +} +### Proto-Romance Dialects +language_proto_sardinian = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_sardinian } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_sardinian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_sardinian +} +language_proto_ibero_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_ibero_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_gallo_romance = yes language_dialect_continuum_occitano_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_ibero_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_iberian +} +language_proto_gallo_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_gallo_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_british_romance = yes + language_dialect_continuum_ibero_romance = yes language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_gallo_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_galloromance +} +language_proto_british_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_british_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes language_dialect_continuum_british_romance = yes + language_dialect_continuum_gallo_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_british_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_britoromance +} +language_proto_italian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_italian_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_gallo_romance = yes language_dialect_continuum_italo_dalmatian = yes language_dialect_continuum_southern_romance = yes + language_dialect_continuum_rhaeto_romance = yes language_group_romance = yes language_family_indo_european = yes } @@ -924,7 +1076,187 @@ language_latin = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_latin } + limit = { has_cultural_pillar = language_proto_italian_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_italoromance +} +language_proto_african_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_african_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_southern_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_african_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_afroromance +} +language_proto_illyrian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_illyrian_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_eastern_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_illyrian_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_illyroromance +} +language_proto_raetonorican_romance = { #Raetia-Noricum/Upper Danubian spectrum + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_raetonorican_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_raetonorican_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_rhaetoromance +} +language_proto_pannonian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_pannonian_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_pannonian_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_pannonioromance +} +language_proto_eastern_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_eastern_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_eastern_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_easternromance +} +language_proto_syrian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_syrian_romance } } + + parameters = { + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_syrian_romance = yes + language_group_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_proto_syrian_romance } multiply = same_language_choice_factor } else_if = { @@ -937,8 +1269,9 @@ language_latin = { } } - color = roman + color = language_syrianromance } +##### Unused Variants vvvvv language_sardinian = { #Probable early divergence from Latin type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } @@ -1205,6 +1538,7 @@ language_british_romance = { color = romano_raetian } +### End Unused Latin Languages ^^^^^ ## Tocharian language_tocharian = { type = language diff --git a/WtWSMS/common/named_colors/BP_language_colors.txt b/WtWSMS/common/named_colors/BP_language_colors.txt new file mode 100644 index 0000000000..58a18423ed --- /dev/null +++ b/WtWSMS/common/named_colors/BP_language_colors.txt @@ -0,0 +1,16 @@ +#Linguistic colors +colors = { + #Romance Languages + language_latin = roman + language_sardinian = sardinian + language_iberian = romano_hispanic + language_galloromance = romano_gallic + language_britoromance = romano_british + language_italoromance = italian + language_afroromance = romano_african + language_illyroromance = romano_illyrian + language_rhaetoromance = romano_raetian + language_pannonioromance = romano_pannonian + language_easternromance = romano_dacian + language_syrianromance = romano_aramean +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt index c6d519252d..fa75b878eb 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt @@ -146,6 +146,7 @@ ccu_initialize_language_union_effect = { #NB: Dialect continua should *not* be mutually exclusive, so only use if statements here ccu_initialize_dialect_continua_effect = { #Romance cultures + if = { limit = { has_cultural_parameter = language_dialect_continuum_proto_romance } add_to_variable_list = { name = dialect_continuum target = flag:language_dialect_continuum_proto_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_ibero_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_ibero_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_occitano_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_occitano_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_gallo_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_gallo_romance } } @@ -153,4 +154,6 @@ ccu_initialize_dialect_continua_effect = { if = { limit = { has_cultural_parameter = language_dialect_continuum_british_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_british_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_southern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_southern_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_northern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_northern_romance } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_syrian_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_syrian_romance } } } \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml b/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml index 5c98505894..9cddca674c 100644 --- a/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml @@ -7,6 +7,8 @@ # BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages ############################################# + #Romance Continua + culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_occitano_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Occitano-Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_gallo_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gallo-Romance [dialect_continuum|E]" @@ -15,4 +17,6 @@ culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the British Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_eastern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_syrian_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Syrian Romance [dialect_continuum|E]" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index add83d894e..6dc6449b53 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -65,6 +65,19 @@ language_caspian_iranian_name: "Caspian Iranian" language_adharic_name: "Adharic" #Latin + #Intermediate Languages + language_proto_sardinian_name: "Proto-Sardinian" + language_proto_ibero_romance: "Proto-Ibero-Romance" + language_proto_gallo_romance: "Proto-Gallo-Romance" + language_proto_british_romance: "Proto-British Romance" + language_proto_italian_romance: "Proto-Italian Romance" + language_proto_african_romance: "Proto-African Romance" + language_proto_illyrian_romance: "Proto-Illyrian Romance" + language_proto_raetonorican_romance: "Proto-Raetonorican Romance" + language_proto_pannonian_romance: "Proto-Pannonian Romance" + language_proto_eastern_romance: "Proto-Eastern Romance" + language_proto_syrian_romance: "Proto-Syrian Romance" + #Late Languages language_african_romance_name: "Arréyanu" language_rhaeto_romance_name: "Rhaeto-Romance" language_british_romance_name: "Brídaney" From 5903d4a890a3b8ea522d55cd608d45a8f390d506 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:40:51 -0500 Subject: [PATCH 234/339] Merge CCU localizations --- .../english/BP_ccu_features_l_english.yml | 174 ++++++++++++++++++ .../BP_ccu_heritage_family_l_english.yml | 16 -- .../BP_ccu_heritage_group_l_english.yml | 40 ---- ...u_language_dialect_continuum_l_english.yml | 22 --- .../BP_ccu_language_union_l_english.yml | 12 -- .../english/ccu_debug_l_english.yml | 16 -- .../english/ccu_game_concepts_l_english.yml | 27 --- .../english/ccu_language_family_l_english.yml | 29 --- .../english/ccu_language_group_l_english.yml | 62 ------- .../english/ccu_language_union_l_english.yml | 13 -- 10 files changed, 174 insertions(+), 237 deletions(-) create mode 100644 WtWSMS/localization/english/BP_ccu_features_l_english.yml delete mode 100644 WtWSMS/localization/english/BP_ccu_heritage_family_l_english.yml delete mode 100644 WtWSMS/localization/english/BP_ccu_heritage_group_l_english.yml delete mode 100644 WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml delete mode 100644 WtWSMS/localization/english/BP_ccu_language_union_l_english.yml delete mode 100644 WtWSMS/localization/english/ccu_debug_l_english.yml delete mode 100644 WtWSMS/localization/english/ccu_game_concepts_l_english.yml delete mode 100644 WtWSMS/localization/english/ccu_language_family_l_english.yml delete mode 100644 WtWSMS/localization/english/ccu_language_group_l_english.yml delete mode 100644 WtWSMS/localization/english/ccu_language_union_l_english.yml diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml new file mode 100644 index 0000000000..b9598c6f2e --- /dev/null +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -0,0 +1,174 @@ +l_english: + #Heritages + ## Heritage Families + culture_parameter_heritage_family_european: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the European [heritage_family|E]" + culture_parameter_heritage_family_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_family|E]" + culture_parameter_heritage_family_south_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Asian [heritage_family|E]" + culture_parameter_heritage_family_east_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Asian [heritage_family|E]" + culture_parameter_heritage_family_eurasian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian [heritage_family|E]" + culture_parameter_heritage_family_african: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the African [heritage_family|E]" + ## Heritage Groups + ### European Family + culture_parameter_heritage_group_balko_anatolian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balko-Anatolian [heritage_group|E]" + culture_parameter_heritage_group_balto_slavic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [heritage_group|E]" + culture_parameter_heritage_group_celtic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [heritage_group|E]" + culture_parameter_heritage_group_germanic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [heritage_group|E]" + culture_parameter_heritage_group_latin: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Latin [heritage_group|E]" + culture_parameter_heritage_group_vasconic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [heritage_group|E]" + culture_parameter_heritage_group_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [heritage_group|E]" + ### West Asian Family + culture_parameter_heritage_group_semitic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [heritage_group|E]" + culture_parameter_heritage_group_iranian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [heritage_group|E]" + culture_parameter_heritage_group_israelite: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Israelite [heritage_group|E]" + ### South Asian Family + culture_parameter_heritage_group_indo_aryan: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [heritage_group|E]" + culture_parameter_heritage_group_dravidian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Dravidian [heritage_group|E]" + culture_parameter_heritage_group_southeast_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southeast Asian [heritage_group|E]" + ### East Asian Family + culture_parameter_heritage_group_sinitic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [heritage_group|E]" + culture_parameter_heritage_group_tibeto_qiangic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Qiangic [heritage_group|E]" + ### Eurasian Family + culture_parameter_heritage_group_turco_mongol: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongolic [heritage_group|E]" + culture_parameter_heritage_group_siberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Siberian [heritage_group|E]" + culture_parameter_heritage_group_tocharian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [heritage_group|E]" + culture_parameter_heritage_group_uralic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Uralic [heritage_group|E]" + ### African Family + culture_parameter_heritage_group_north_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North African [heritage_group|E]" + culture_parameter_heritage_group_sahelian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sahelian [heritage_group|E]" + culture_parameter_heritage_group_central_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central African [heritage_group|E]" + culture_parameter_heritage_group_west_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" + culture_parameter_heritage_group_east_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East African [heritage_group|E]" + + # Languages + ## Language Families + culture_parameter_language_family_indo_european: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-European [language_family|E]" + culture_parameter_language_family_afro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Afro-Asiatic [language_family|E]" + culture_parameter_language_family_dravidian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Dravidian [language_family|E]" + culture_parameter_language_family_basque: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Basque [language_family|E]" + culture_parameter_language_family_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_family|E]" + culture_parameter_language_family_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northeast Caucasian [language_family|E]" + culture_parameter_language_family_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Caucasian [language_family|E]" + culture_parameter_language_family_uralic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Uralic [language_family|E]" + culture_parameter_language_family_turkic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turkic [language_family|E]" + culture_parameter_language_family_mongolic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_family|E]" + culture_parameter_language_family_siberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Siberian [language_family|E]" + culture_parameter_language_family_tungusic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_family|E]" + culture_parameter_language_family_sino_tibetan: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sino-Tibetan [language_family|E]" + culture_parameter_language_family_atlantic_congo: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Atlantic-Congo [language_family|E]" + culture_parameter_language_family_mande: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mande [language_family|E]" + culture_parameter_language_family_nilo_saharan: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nilo-Saharan [language_family|E]" + culture_parameter_language_family_austro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Austro-Asiatic [language_family|E]" + culture_parameter_language_family_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_family|E]" + culture_parameter_language_family_corduenian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_family|E]" + ## Language Groups + culture_parameter_language_group_anatolian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_group|E]" + culture_parameter_language_group_hellenic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_group|E]" + culture_parameter_language_group_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_group|E]" + culture_parameter_language_group_iranian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [language_group|E]" + culture_parameter_language_group_nuristani: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_group|E]" + culture_parameter_language_group_armenian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_group|E]" + culture_parameter_language_group_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_group|E]" + culture_parameter_language_group_romance: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_group|E]" + culture_parameter_language_group_tocharian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [language_group|E]" + culture_parameter_language_group_balto_slavic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [language_group|E]" + culture_parameter_language_group_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [language_group|E]" + culture_parameter_language_group_balkan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balkan [language_group|E]" + culture_parameter_language_group_albanian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Albanian [language_group|E]" + culture_parameter_language_group_phrygian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Phrygian [language_group|E]" + culture_parameter_language_group_berber: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Amazigh [language_group|E]" + culture_parameter_language_group_chadic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Chadic [language_group|E]" + culture_parameter_language_group_cushtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Cushtic [language_group|E]" + culture_parameter_language_group_egyptian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Egyptian [language_group|E]" + culture_parameter_language_group_omotic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Omotic [language_group|E]" + culture_parameter_language_group_semitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [language_group|E]" + culture_parameter_language_group_tamil_kannada: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_group|E]" + culture_parameter_language_group_telugu_gondi: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Central Dravidian [language_group|E]" + culture_parameter_language_group_north_dravidian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Dravidian [language_group|E]" + culture_parameter_language_group_vasconic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [language_group|E]" + culture_parameter_language_group_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_group|E]" + culture_parameter_language_group_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caspian Caucasian [language_group|E]" + culture_parameter_language_group_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Pontic Caucasian [language_group|E]" + culture_parameter_language_group_finnic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Finnic [language_group|E]" + culture_parameter_language_group_sami: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sami [language_group|E]" + culture_parameter_language_group_urgic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ugric [language_group|E]" + culture_parameter_language_group_permic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Permic [language_group|E]" + culture_parameter_language_group_volga_finnic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volga-Finnic [language_group|E]" + culture_parameter_language_group_samoyedic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Samoyedic [language_group|E]" + culture_parameter_language_group_oghuric: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuric [language_group|E]" + culture_parameter_language_group_shaz_turkic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuz Turkic [language_group|E]" + culture_parameter_language_group_mongolic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_group|E]" + culture_parameter_language_group_yeniseian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Yeniseian [language_group|E]" + culture_parameter_language_group_tungusic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_group|E]" + culture_parameter_language_group_sinitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [language_group|E]" + culture_parameter_language_group_tibeto_burman: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Burman [language_group|E]" + culture_parameter_language_group_savannas: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gur-Adamawa [language_group|E]" + culture_parameter_language_group_kru: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kru [language_group|E]" + culture_parameter_language_group_volta_congo: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volta-Congo [language_group|E]" + culture_parameter_language_group_senegabrian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Senegambian [language_group|E]" + culture_parameter_language_group_manding: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Manding [language_group|E]" + culture_parameter_language_group_soninke: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Soninke [language_group|E]" + culture_parameter_language_group_songhay: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Songhay [language_group|E]" + culture_parameter_language_group_sudanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sudanic [language_group|E]" + culture_parameter_language_group_tubu: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tebu [language_group|E]" + culture_parameter_language_group_munda: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Munda [language_group|E]" + culture_parameter_language_group_monic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Monic [language_group|E]" + culture_parameter_language_group_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_group|E]" + culture_parameter_language_group_corduenian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_group|E]" + ## Language Unions + culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" + culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" + culture_parameter_language_union_steppe_siberian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" + ## Dialect Continua + culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_occitano_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Occitano-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_gallo_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gallo-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_italo_dalmatian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italo-Dalmatian [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_rhaeto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Rhaeto-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the British Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_syrian_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Syrian Romance [dialect_continuum|E]" + + # Game Concepts + game_concept_heritage_family: "Heritage Family" + game_concept_heritage_families: "Heritage Families" + game_concept_heritage_family_desc: "Heritage families are groupings of related [heritages|E]. A shared heritage family increases [cultural_acceptance|E] baseline." + + game_concept_heritage_group: "Heritage Group" + game_concept_heritage_groups: "Heritage Groups" + game_concept_heritage_group_desc: "Heritage Groups are groupings of related [heritages|E]. A shared heritage group increases [cultural_acceptance|E] baseline." + + game_concept_language_group: "Language Group" + game_concept_language_groups: "Language Groups" + game_concept_language_group_desc: "Language Groups are groupings of related [languages|E]. A shared language group increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same group as your [culture|E]'s." + + game_concept_language_family: "Language Family" + game_concept_language_families: "Language Families" + game_concept_language_family_desc: "language Families are groupings of related [language_groups|E]. A shared language family increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same family as your [culture|E]'s." + + game_concept_language_union: "Language Union" + game_concept_language_unions: "Language Unions" + game_concept_language_union_desc: "Language Unions are sprachbunds of genetically unrelated [languages|E]. A shared language union increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same union as your [culture|E]'s." + + game_concept_language_dialect_continuum: "Dialect Continuum" + game_concept_language_dialect_continuum_desc: "Dialect Continuum represent languages that are related and mutually intelligible, but may not be intelligible to other languages within the same [language_group|E]" + game_concept_dialect_continuum: "Dialect Continuum" + + # Debug Messages + ccu_debug_culture_heritage_group: "CCU Warning" + ccu_debug_culture_heritage_group_desc: "[problem_culture.GetName] [culture|E] has no [heritage_group|E]!" + + ccu_debug_culture_heritage_family: "CCU Warning" + ccu_debug_culture_heritage_family_desc: "[problem_culture.GetName] [culture|E] has no [heritage_family|E]!" + + ccu_debug_culture_language_group: "CCU Warning" + ccu_debug_culture_language_group_desc: "[problem_culture.GetName] [culture|E] has no [language_group|E]!" + + ccu_debug_culture_language_family: "CCU Warning" + ccu_debug_culture_language_family_desc: "[problem_culture.GetName] [culture|E] has no [language_family|E]!" + + ccu_debug_culture_language_union: "CCU Warning" + ccu_debug_culture_language_union_desc: "[problem_culture.GetName] [culture|E] has no [language_union|E]!" + \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_ccu_heritage_family_l_english.yml b/WtWSMS/localization/english/BP_ccu_heritage_family_l_english.yml deleted file mode 100644 index cdece694c1..0000000000 --- a/WtWSMS/localization/english/BP_ccu_heritage_family_l_english.yml +++ /dev/null @@ -1,16 +0,0 @@ -l_english: - ############################################# - # CCU Patcher - # by Vertimnus - # This file was compiled by a machine. - # It should never be manually edited. - # BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages - ############################################# - - culture_parameter_heritage_family_european:0 "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the European [heritage_family|E]" - culture_parameter_heritage_family_west_asian:0 "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_family|E]" - culture_parameter_heritage_family_south_asian:0 "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Asian [heritage_family|E]" - culture_parameter_heritage_family_east_asian:0 "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Asian [heritage_family|E]" - culture_parameter_heritage_family_eurasian:0 "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian [heritage_family|E]" - culture_parameter_heritage_family_african:0 "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the African [heritage_family|E]" - \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_ccu_heritage_group_l_english.yml b/WtWSMS/localization/english/BP_ccu_heritage_group_l_english.yml deleted file mode 100644 index 6293481337..0000000000 --- a/WtWSMS/localization/english/BP_ccu_heritage_group_l_english.yml +++ /dev/null @@ -1,40 +0,0 @@ -l_english: - - ############################################# - # CCU Patcher - # by Vertimnus - # This file was compiled by a machine. - # It should never be manually edited. - ############################################# - - #European Family - culture_parameter_heritage_group_balko_anatolian:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balko-Anatolian [heritage_group|E]" - culture_parameter_heritage_group_balto_slavic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [heritage_group|E]" - culture_parameter_heritage_group_celtic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [heritage_group|E]" - culture_parameter_heritage_group_germanic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [heritage_group|E]" - culture_parameter_heritage_group_latin:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Latin [heritage_group|E]" - culture_parameter_heritage_group_vasconic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [heritage_group|E]" - culture_parameter_heritage_group_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [heritage_group|E]" - #West Asian Family - culture_parameter_heritage_group_semitic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [heritage_group|E]" - culture_parameter_heritage_group_iranian:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [heritage_group|E]" - culture_parameter_heritage_group_israelite:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Israelite [heritage_group|E]" - #South Asian Family - culture_parameter_heritage_group_indo_aryan:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [heritage_group|E]" - culture_parameter_heritage_group_dravidian:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Dravidian [heritage_group|E]" - culture_parameter_heritage_group_southeast_asian:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southeast Asian [heritage_group|E]" - #East Asian Family - culture_parameter_heritage_group_sinitic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [heritage_group|E]" - culture_parameter_heritage_group_tibeto_qiangic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Qiangic [heritage_group|E]" - #Eurasian Family - culture_parameter_heritage_group_turco_mongol:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongolic [heritage_group|E]" - culture_parameter_heritage_group_siberian:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Siberian [heritage_group|E]" - culture_parameter_heritage_group_tocharian:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [heritage_group|E]" - culture_parameter_heritage_group_uralic:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Uralic [heritage_group|E]" - #African - culture_parameter_heritage_group_north_african:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North African [heritage_group|E]" - culture_parameter_heritage_group_sahelian:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sahelian [heritage_group|E]" - culture_parameter_heritage_group_central_african:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central African [heritage_group|E]" - culture_parameter_heritage_group_west_african:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" - culture_parameter_heritage_group_east_african:0 "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East African [heritage_group|E]" - \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml b/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml deleted file mode 100644 index 9cddca674c..0000000000 --- a/WtWSMS/localization/english/BP_ccu_language_dialect_continuum_l_english.yml +++ /dev/null @@ -1,22 +0,0 @@ -l_english: - ############################################# - # CCU Patcher - # by Vertimnus - # This file was compiled by a machine. - # It should never be manually edited. - # BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages - ############################################# - - #Romance Continua - culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_occitano_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Occitano-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_gallo_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gallo-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_italo_dalmatian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italo-Dalmatian [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_rhaeto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Rhaeto-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the British Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_eastern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_syrian_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Syrian Romance [dialect_continuum|E]" - \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_ccu_language_union_l_english.yml b/WtWSMS/localization/english/BP_ccu_language_union_l_english.yml deleted file mode 100644 index 05c2b8380b..0000000000 --- a/WtWSMS/localization/english/BP_ccu_language_union_l_english.yml +++ /dev/null @@ -1,12 +0,0 @@ -l_english: - -############################################# -# CCU Patcher -# by Vertimnus -# This file was compiled by a machine. -# It should never be manually edited. -############################################# - -culture_parameter_language_union_caucasus:0 "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" -culture_parameter_language_union_indian:0 "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" -culture_parameter_language_union_steppe_siberian:0 "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" diff --git a/WtWSMS/localization/english/ccu_debug_l_english.yml b/WtWSMS/localization/english/ccu_debug_l_english.yml deleted file mode 100644 index b6a0103d0b..0000000000 --- a/WtWSMS/localization/english/ccu_debug_l_english.yml +++ /dev/null @@ -1,16 +0,0 @@ -l_english: - ccu_debug_culture_heritage_group:0 "CCU Warning" - ccu_debug_culture_heritage_group_desc:0 "[problem_culture.GetName] [culture|E] has no [heritage_group|E]!" - - ccu_debug_culture_heritage_family:0 "CCU Warning" - ccu_debug_culture_heritage_family_desc:0 "[problem_culture.GetName] [culture|E] has no [heritage_family|E]!" - - ccu_debug_culture_language_group:0 "CCU Warning" - ccu_debug_culture_language_group_desc:0 "[problem_culture.GetName] [culture|E] has no [language_group|E]!" - - ccu_debug_culture_language_family:0 "CCU Warning" - ccu_debug_culture_language_family_desc:0 "[problem_culture.GetName] [culture|E] has no [language_family|E]!" - - ccu_debug_culture_language_union:0 "CCU Warning" - ccu_debug_culture_language_union_desc:0 "[problem_culture.GetName] [culture|E] has no [language_union|E]!" - \ No newline at end of file diff --git a/WtWSMS/localization/english/ccu_game_concepts_l_english.yml b/WtWSMS/localization/english/ccu_game_concepts_l_english.yml deleted file mode 100644 index ec9228ceb8..0000000000 --- a/WtWSMS/localization/english/ccu_game_concepts_l_english.yml +++ /dev/null @@ -1,27 +0,0 @@ -l_english: - game_concept_heritage_family:0 "Heritage Family" - game_concept_heritage_families:0 "Heritage Families" - game_concept_heritage_family_desc:0 "Heritage families are groupings of related [heritages|E]. A shared heritage family increases [cultural_acceptance|E] baseline." - - game_concept_heritage_group:0 "Heritage Group" - game_concept_heritage_groups:0 "Heritage Groups" - game_concept_heritage_group_desc:0 "Heritage Groups are groupings of related [heritages|E]. A shared heritage group increases [cultural_acceptance|E] baseline." - - game_concept_language_group:0 "Language Group" - game_concept_language_groups:0 "Language Groups" - game_concept_language_group_desc:0 "Language Groups are groupings of related [languages|E]. A shared language group increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same group as your [culture|E]'s." - - game_concept_language_family:0 "Language Family" - game_concept_language_families:0 "Language Families" - game_concept_language_family_desc:0 "language Families are groupings of related [language_groups|E]. A shared language family increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same family as your [culture|E]'s." - - game_concept_language_union:0 "Language Union" - game_concept_language_unions:0 "Language Unions" - game_concept_language_union_desc:0 "Language Unions are sprachbunds of genetically unrelated [languages|E]. A shared language union increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same union as your [culture|E]'s." - - game_concept_language_dialect_continuum: "Dialect Continuum" - game_concept_language_dialect_continuum_desc: "Dialect Continuum represent languages that are related and mutually intelligible, but may not be intelligible to other languages within the same [language_group|E]" - game_concept_dialect_continuum: "Dialect Continuum" - - game_concept_heritages:0 "Heritages" - \ No newline at end of file diff --git a/WtWSMS/localization/english/ccu_language_family_l_english.yml b/WtWSMS/localization/english/ccu_language_family_l_english.yml deleted file mode 100644 index dba77f44b6..0000000000 --- a/WtWSMS/localization/english/ccu_language_family_l_english.yml +++ /dev/null @@ -1,29 +0,0 @@ -l_english: - ############################################# - # CCU Patcher - # by Vertimnus - # This file was compiled by a machine. - # It should never be manually edited. - # BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages - ############################################# - - culture_parameter_language_family_indo_european:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-European [language_family|E]" - culture_parameter_language_family_afro_asiatic:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Afro-Asiatic [language_family|E]" - culture_parameter_language_family_dravidian:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Dravidian [language_family|E]" - culture_parameter_language_family_basque:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Basque [language_family|E]" - culture_parameter_language_family_kartvelian:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_family|E]" - culture_parameter_language_family_northeast_caucasian:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northeast Caucasian [language_family|E]" - culture_parameter_language_family_northwest_caucasian:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Caucasian [language_family|E]" - culture_parameter_language_family_uralic:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Uralic [language_family|E]" - culture_parameter_language_family_turkic:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turkic [language_family|E]" - culture_parameter_language_family_mongolic:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_family|E]" - culture_parameter_language_family_siberian:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Siberian [language_family|E]" - culture_parameter_language_family_tungusic:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_family|E]" - culture_parameter_language_family_sino_tibetan:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sino-Tibetan [language_family|E]" - culture_parameter_language_family_atlantic_congo:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Atlantic-Congo [language_family|E]" - culture_parameter_language_family_mande:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mande [language_family|E]" - culture_parameter_language_family_nilo_saharan:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nilo-Saharan [language_family|E]" - culture_parameter_language_family_austro_asiatic:0 "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Austro-Asiatic [language_family|E]" - culture_parameter_language_family_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_family|E]" - culture_parameter_language_family_corduenian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_family|E]" - \ No newline at end of file diff --git a/WtWSMS/localization/english/ccu_language_group_l_english.yml b/WtWSMS/localization/english/ccu_language_group_l_english.yml deleted file mode 100644 index 5a2a563ca9..0000000000 --- a/WtWSMS/localization/english/ccu_language_group_l_english.yml +++ /dev/null @@ -1,62 +0,0 @@ -l_english: - ############################################# - # CCU Patcher - # by Vertimnus - # This file was compiled by a machine. - # It should never be manually edited. - # BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages - ############################################# - - culture_parameter_language_group_anatolian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_group|E]" - culture_parameter_language_group_hellenic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_group|E]" - culture_parameter_language_group_indo_aryan:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_group|E]" - culture_parameter_language_group_iranian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [language_group|E]" - culture_parameter_language_group_nuristani:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_group|E]" - culture_parameter_language_group_armenian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_group|E]" - culture_parameter_language_group_celtic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_group|E]" - culture_parameter_language_group_romance:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_group|E]" - culture_parameter_language_group_tocharian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [language_group|E]" - culture_parameter_language_group_balto_slavic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [language_group|E]" - culture_parameter_language_group_germanic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [language_group|E]" - culture_parameter_language_group_balkan:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balkan [language_group|E]" - culture_parameter_language_group_albanian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Albanian [language_group|E]" - culture_parameter_language_group_phrygian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Phrygian [language_group|E]" - culture_parameter_language_group_berber:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Amazigh [language_group|E]" - culture_parameter_language_group_chadic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Chadic [language_group|E]" - culture_parameter_language_group_cushtic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Cushtic [language_group|E]" - culture_parameter_language_group_egyptian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Egyptian [language_group|E]" - culture_parameter_language_group_omotic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Omotic [language_group|E]" - culture_parameter_language_group_semitic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [language_group|E]" - culture_parameter_language_group_tamil_kannada:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_group|E]" - culture_parameter_language_group_telugu_gondi:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Central Dravidian [language_group|E]" - culture_parameter_language_group_north_dravidian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Dravidian [language_group|E]" - culture_parameter_language_group_vasconic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [language_group|E]" - culture_parameter_language_group_kartvelian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_group|E]" - culture_parameter_language_group_northeast_caucasian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caspian Caucasian [language_group|E]" - culture_parameter_language_group_northwest_caucasian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Pontic Caucasian [language_group|E]" - culture_parameter_language_group_finnic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Finnic [language_group|E]" - culture_parameter_language_group_sami:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sami [language_group|E]" - culture_parameter_language_group_urgic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ugric [language_group|E]" - culture_parameter_language_group_permic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Permic [language_group|E]" - culture_parameter_language_group_volga_finnic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volga-Finnic [language_group|E]" - culture_parameter_language_group_samoyedic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Samoyedic [language_group|E]" - culture_parameter_language_group_oghuric:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuric [language_group|E]" - culture_parameter_language_group_shaz_turkic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuz Turkic [language_group|E]" - culture_parameter_language_group_mongolic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_group|E]" - culture_parameter_language_group_yeniseian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Yeniseian [language_group|E]" - culture_parameter_language_group_tungusic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_group|E]" - culture_parameter_language_group_sinitic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [language_group|E]" - culture_parameter_language_group_tibeto_burman:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Burman [language_group|E]" - culture_parameter_language_group_savannas:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gur-Adamawa [language_group|E]" - culture_parameter_language_group_kru:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kru [language_group|E]" - culture_parameter_language_group_volta_congo:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volta-Congo [language_group|E]" - culture_parameter_language_group_senegabrian:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Senegambian [language_group|E]" - culture_parameter_language_group_manding:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Manding [language_group|E]" - culture_parameter_language_group_soninke:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Soninke [language_group|E]" - culture_parameter_language_group_songhay:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Songhay [language_group|E]" - culture_parameter_language_group_sudanic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sudanic [language_group|E]" - culture_parameter_language_group_tubu:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tebu [language_group|E]" - culture_parameter_language_group_munda:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Munda [language_group|E]" - culture_parameter_language_group_monic:0 "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Monic [language_group|E]" - culture_parameter_language_group_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_group|E]" - culture_parameter_language_group_corduenian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_group|E]" \ No newline at end of file diff --git a/WtWSMS/localization/english/ccu_language_union_l_english.yml b/WtWSMS/localization/english/ccu_language_union_l_english.yml deleted file mode 100644 index 194ebb07cf..0000000000 --- a/WtWSMS/localization/english/ccu_language_union_l_english.yml +++ /dev/null @@ -1,13 +0,0 @@ -l_english: - - ############################################# - # CCU Patcher - # by Vertimnus - # This file was compiled by a machine. - # It should never be manually edited. - ############################################# - - culture_parameter_language_union_caucasus:0 "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" - culture_parameter_language_union_indian:0 "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" - culture_parameter_language_union_steppe_siberian:0 "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" - \ No newline at end of file From b13bfb2b8f94e2d2c48d2fda8d53f7fd447c8092 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 7 Jan 2023 23:08:50 -0500 Subject: [PATCH 235/339] Some Error Fixes --- WtWSMS/common/culture/cultures/BP_latin.txt | 2 +- WtWSMS/common/culture/pillars/00_language.txt | 6 ++--- .../common/named_colors/BP_culture_colors.txt | 2 +- .../named_colors/BP_language_colors.txt | 24 +++++++++---------- .../BP_ccu_scripted_effects.txt | 1 - 5 files changed, 17 insertions(+), 18 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_latin.txt b/WtWSMS/common/culture/cultures/BP_latin.txt index 18967f36df..1ec458f8bd 100644 --- a/WtWSMS/common/culture/cultures/BP_latin.txt +++ b/WtWSMS/common/culture/cultures/BP_latin.txt @@ -72,7 +72,7 @@ sardinian = { #Medieval Sardinian ethos = ethos_communal heritage = heritage_latin - language = language_sardinian + language = language_proto_sardinian martial_custom = martial_custom_male_only traditions = { #Realm Traditions diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 7ebd0d4394..e43d1ab031 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1002,7 +1002,7 @@ language_proto_gallo_romance = { parameters = { language_dialect_continuum_proto_romance = yes - language_dialect_continuum_british_romance = yes + language_dialect_continuum_northern_romance = yes language_dialect_continuum_ibero_romance = yes language_dialect_continuum_gallo_romance = yes language_dialect_continuum_occitano_romance = yes @@ -1035,7 +1035,7 @@ language_proto_british_romance = { parameters = { language_dialect_continuum_proto_romance = yes - language_dialect_continuum_british_romance = yes + language_dialect_continuum_northern_romance = yes language_dialect_continuum_gallo_romance = yes language_group_romance = yes language_family_indo_european = yes @@ -1515,7 +1515,7 @@ language_british_romance = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_british_romance } } parameters = { - language_dialect_continuum_british_romance = yes + language_dialect_continuum_northern_romance = yes language_group_romance = yes language_family_indo_european = yes } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 7169572495..6872aa9941 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -164,7 +164,7 @@ colors = { #Latin roman = hsv{ 0.000 1.000 0.600 } corsican = { 0.94 0.45 0.55 } - romano_raetian = { 0.4 0.4 0.5 } + romano_raetian = { 0.4 0.4 0.5 } romano_noric = { 0.34 0.48 0.24 } romano_gallic = { 0.39 0.702 0.412 } romano_african = { 0.9 0.04 0.04 } diff --git a/WtWSMS/common/named_colors/BP_language_colors.txt b/WtWSMS/common/named_colors/BP_language_colors.txt index 58a18423ed..be4358915a 100644 --- a/WtWSMS/common/named_colors/BP_language_colors.txt +++ b/WtWSMS/common/named_colors/BP_language_colors.txt @@ -1,16 +1,16 @@ #Linguistic colors colors = { #Romance Languages - language_latin = roman - language_sardinian = sardinian - language_iberian = romano_hispanic - language_galloromance = romano_gallic - language_britoromance = romano_british - language_italoromance = italian - language_afroromance = romano_african - language_illyroromance = romano_illyrian - language_rhaetoromance = romano_raetian - language_pannonioromance = romano_pannonian - language_easternromance = romano_dacian - language_syrianromance = romano_aramean + language_latin = hsv{ 0.000 1.000 0.600 } #Roman + language_sardinian = { 0.9 0.9 0.3 } #Sardinian + language_iberian = { 0.8 0.7 0.0 } #Romano-Hispanic + language_galloromance = { 0.39 0.702 0.412 } #Romano-Gallic + language_britoromance = { 0.49 0.815 0.82 } #Romano-British + language_italoromance = { 0.95 0.95 0.75 } #Italian + language_afroromance = { 0.9 0.04 0.04 } #Romano-African + language_illyroromance = { 0.7 0.55 0.70 } #Romano-Illyrian + language_rhaetoromance = { 0.4 0.4 0.5 } #Romano-Raetian + language_pannonioromance = { 0.8 0.55 0.8 } #Romano-Pannonian + language_easternromance = { 0.25 0.2 0.52 } #Romano-Dacian + language_syrianromance = { 0.85 0.3 0.3 } #Romano-Aramean } \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt index fa75b878eb..0ca4d85f17 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt @@ -151,7 +151,6 @@ ccu_initialize_dialect_continua_effect = { if = { limit = { has_cultural_parameter = language_dialect_continuum_occitano_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_occitano_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_gallo_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_gallo_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_italo_dalmatian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_italo_dalmatian } } - if = { limit = { has_cultural_parameter = language_dialect_continuum_british_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_british_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_southern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_southern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_northern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_northern_romance } } From 166157a6ee6e59cf63fa7532f1f7ab6c010dc1ad Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 8 Jan 2023 00:06:37 -0500 Subject: [PATCH 236/339] Implement language creoles * Also add Gallaecian language --- .../cultures/BP_continental_celtic.txt | 6 +-- WtWSMS/common/culture/pillars/00_language.txt | 31 ++++++++++++++- .../game_concepts/ccu_game_concepts.txt | 6 +++ .../learn_language_scheme_CCU_Overwrite.txt | 9 ++++- .../01_starting_values_CCU_overwrite.txt | 7 ++++ .../script_values/ccu_script_values.txt | 1 + .../BP_ccu_scripted_effects.txt | 9 +++++ WtWSMS/common/scripted_triggers/ccu_API.txt | 11 ++++++ .../english/BP_ccu_features_l_english.yml | 38 +++++++++++++++++++ .../ccu_script_value_breakdowns_l_english.yml | 30 --------------- .../BP_cultural_languages_l_english.yml | 3 +- 11 files changed, 114 insertions(+), 37 deletions(-) delete mode 100644 WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml diff --git a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt index ff7c67c040..3f90a9268c 100644 --- a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt @@ -71,7 +71,7 @@ astures = { ethos = ethos_egalitarian #Asturleonese bequeathal heritage = heritage_continental_celtic - language = language_latin + language = language_celtiberian martial_custom = martial_custom_equal traditions = { #Societal Traditions @@ -102,7 +102,7 @@ gallaecian = { ethos = ethos_spiritual #Galician (Iberian) bequeathal heritage = heritage_continental_celtic - language = language_latin + language = language_gallaecian martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -133,7 +133,7 @@ cantabrian = { ethos = ethos_bellicose #Castilian bequeathal heritage = heritage_continental_celtic - language = language_latin + language = language_celtiberian martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index e43d1ab031..c4042ba2e9 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -769,12 +769,13 @@ language_armenian = { color = armenian } ## Celtic -language_celtiberian = { #Dead 476 +language_celtiberian = { #Significant Latin Creolization type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_celtiberian } } parameters = { language_group_celtic = yes + language_creole_romance = yes language_family_indo_european = yes } @@ -796,6 +797,34 @@ language_celtiberian = { #Dead 476 color = astures } +language_gallaecian = { #Significant Latin Creolization + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gallaecian } } + + parameters = { + language_group_celtic = yes + language_creole_romance = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_gallaecian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_celtic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = astures +} language_brythonic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_brythonic } } diff --git a/WtWSMS/common/game_concepts/ccu_game_concepts.txt b/WtWSMS/common/game_concepts/ccu_game_concepts.txt index 55e0d53904..242d95fc52 100644 --- a/WtWSMS/common/game_concepts/ccu_game_concepts.txt +++ b/WtWSMS/common/game_concepts/ccu_game_concepts.txt @@ -38,3 +38,9 @@ language_dialect_continuum = { alias = { dialect_continuum } texture = "gfx/interface/icons/culture_pillars/language.dds" } + +language_creole = { + parent = language + alias = { creole } + texture = "gfx/interface/icons/culture_pillars/language.dds" +} diff --git a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt index 29c371738c..a55db56e40 100644 --- a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt +++ b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt @@ -120,6 +120,11 @@ learn_language = { scope:owner.num_of_known_languages > 1 } + modifier = { + add = 20 + scope:owner.culture = { has_same_dialect_continuum_as_trigger = { TARGET = scope:target.culture } } + desc = SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE + } modifier = { add = 10 scope:owner.culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } @@ -127,8 +132,8 @@ learn_language = { } modifier = { add = 10 - scope:owner.culture = { has_same_dialect_continuum_as_trigger = { TARGET = scope:target.culture } } - desc = SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE + scope:owner.culture = { has_a_creole_language_trigger = { TARGET = scope:target.culture } } + desc = SCHEME_CREOLE_WITH_NATIVE_LANGUAGE } modifier = { add = 5 diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index 7039009504..55bf935cd8 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -78,6 +78,13 @@ culture_acceptance_baseline = { desc = ACCEPTANCE_BASELINE_LANGUAGE_GROUP } } + else_if = { + limit = { has_a_creole_language_trigger = { TARGET = scope:culture } } + add = { + value = creole_language_cultural_acceptance + desc = ACCEPTANCE_BASELINE_LANGUAGE_CREOLE + } + } else_if = { limit = { has_same_language_family_as_trigger = { TARGET = scope:culture } } add = { diff --git a/WtWSMS/common/script_values/ccu_script_values.txt b/WtWSMS/common/script_values/ccu_script_values.txt index b30ff5d2d6..c787a0056c 100644 --- a/WtWSMS/common/script_values/ccu_script_values.txt +++ b/WtWSMS/common/script_values/ccu_script_values.txt @@ -5,6 +5,7 @@ same_heritage_family_cultural_acceptance = 6 same_language_cultural_acceptance = 12 same_dialect_continuum_cultural_acceptance = 9 same_language_group_cultural_acceptance = 6 +creole_language_cultural_acceptance = 6 same_language_family_cultural_acceptance = 3 same_language_union_cultural_acceptance = 3 diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt index 0ca4d85f17..43dcda5ea0 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt @@ -12,6 +12,7 @@ ccu_initialize_culture_effect = { ccu_initialize_language_group_effect = yes ccu_initialize_language_family_effect = yes ccu_initialize_language_union_effect = yes + ccu_initialize_language_creole_effect = yes ccu_initialize_dialect_continua_effect = yes } @@ -143,6 +144,14 @@ ccu_initialize_language_union_effect = { else = { set_variable = { name = language_union value = flag:none } } } +#For Creoles (like Celtiberian) +#NB: Make sure value matches the desired language group, otherwise it'll be a problem +#NB: If negative numbers are assigned to language groups above, this will break +ccu_initialize_language_creole_effect = { + if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = 27 } } + else = { set_variable = { name = language_creole value = -1 } } +} + #NB: Dialect continua should *not* be mutually exclusive, so only use if statements here ccu_initialize_dialect_continua_effect = { #Romance cultures diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index 6ee54484a1..fdd2693b0b 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -64,3 +64,14 @@ has_same_dialect_continuum_as_trigger = { } } +################################################################### +# Purpose: Checks if the language of a culture is a creole +# Scope: culture +# Arguments: target (culture) +# Sample Usage: culture:xxx = { has_a_creole_language_trigger = { TARGET = culture:yyy } } +has_a_creole_language_trigger = { + OR = { + $TARGET$.var:language_creole = var:language_group + $TARGET$.var:language_group = var:language_creole + } +} diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index b9598c6f2e..7905506990 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -118,6 +118,8 @@ culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" culture_parameter_language_union_steppe_siberian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" + ## Language Creoles + culture_parameter_language_creole_romance: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Romance [language_group|E], as this language is a [creole|E]" ## Dialect Continua culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" @@ -156,6 +158,42 @@ game_concept_language_dialect_continuum_desc: "Dialect Continuum represent languages that are related and mutually intelligible, but may not be intelligible to other languages within the same [language_group|E]" game_concept_dialect_continuum: "Dialect Continuum" + game_concept_language_creole: "Creole" + game_concept_language_creole_desc: "Creole languages are stable natural languages that develop from simplification and mixing of two different languages into a new one in a fairly brief period of time. As such, they remain somewhat intelligible to some otherwise genetically unrelated languages." + game_concept_creole: "Creole" + + #Script Breakdown + ACCEPTANCE_BASELINE_HERITAGE_GROUP: "[cultures|E] share the same [heritage_group|E]" + ACCEPTANCE_BASELINE_HERITAGE_FAMILY: "[cultures|E] share the same [heritage_family|E]" + ACCEPTANCE_BASELINE_LANGUAGE_GROUP: "[cultures|E] share the same [language_group|E]" + ACCEPTANCE_BASELINE_LANGUAGE_FAMILY: "[cultures|E] share the same [language_family|E]" + ACCEPTANCE_BASELINE_LANGUAGE_UNION: "[cultures|E] share the same [language_union|E]" + ACCEPTANCE_BASELINE_LANGUAGE_DIALECT_CONTINUUM: "[cultures|E] share the same [dialect_continuum|E]" + ACCEPTANCE_BASELINE_LANGUAGE_CREOLE: "Is a [creole|E] with some features of your native [language|E]" + ACCEPTANCE_BASELINE_MARTIAL_TRADITION: "[cultures|E] have a different [martial_custom|E]" + ACCEPTANCE_BASELINE_FAITH_RIGHTEOUS: "[culture|E] majority [faiths|E] consider each other [faith_righteous|E]" + ACCEPTANCE_BASELINE_FAITH_HOSTILE: "[culture|E] majority [faiths|E] consider each other [faith_hostile|E]" + ACCEPTANCE_BASELINE_FAITH_EVIL: "[culture|E] majority [faiths|E] consider each other [faith_evil|E]" + + SCHEME_SAME_LANGUAGE_GROUP_AS_NATIVE_LANGUAGE: "Same [language_group|E] as your native [language|E]: $VALUE|+0=$" + SCHEME_SAME_LANGUAGE_FAMILY_AS_NATIVE_LANGUAGE: "Same [language_family|E] as your native [language|E]: $VALUE|+0=$" + SCHEME_SAME_LANGUAGE_UNION_AS_NATIVE_LANGUAGE: "Same [language_union|E] as your native [language|E]: $VALUE|+0=$" + SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE: "Same [dialect_continuum|E] as your native [language|E]: $VALUE|+0=$" + SCHEME_CREOLE_WITH_NATIVE_LANGUAGE: "Is a [creole|E] with some features of your native [language|E]: $VALUE|+0=$" + + ASK_FOR_CONVERSION_SENDER_VIGOR: "[vigor|E] differential" + ASK_FOR_CONVERSION_VERY_LOW_ACCEPTANCE: "Very low [cultural_acceptance|E]" + ASK_FOR_CONVERSION_LOW_ACCEPTANCE: "Low [cultural_acceptance|E]" + ASK_FOR_CONVERSION_HIGH_ACCEPTANCE: "High [cultural_acceptance|E]" + ASK_FOR_CONVERSION_VERY_HIGH_ACCEPTANCE: "Very high [cultural_acceptance|E]" + ASK_FOR_CONVERSION_DIFFERENT_HERITAGE_GROUP: "Different [heritage_group|E]" + ASK_FOR_CONVERSION_DIFFERENT_HERITAGE_GROUP: "Different [heritage|E]" + ASK_FOR_CONVERSION_TRADITIONS: "[culture_tradition|E]" + + acceptance_change_war: "[war.GetName]" + acceptance_change_marriage: "Marriage between [primary_spouse.GetTitledFirstName] and [spouse.GetTitledFirstName]" + acceptance_change_divorce: "Divorce of [primary_spouse.GetTitledFirstName] and [spouse.GetTitledFirstName]" + # Debug Messages ccu_debug_culture_heritage_group: "CCU Warning" ccu_debug_culture_heritage_group_desc: "[problem_culture.GetName] [culture|E] has no [heritage_group|E]!" diff --git a/WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml b/WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml deleted file mode 100644 index 87669e82c1..0000000000 --- a/WtWSMS/localization/english/ccu_script_value_breakdowns_l_english.yml +++ /dev/null @@ -1,30 +0,0 @@ -l_english: - ACCEPTANCE_BASELINE_HERITAGE_GROUP:0 "[cultures|E] share the same [heritage_group|E]" - ACCEPTANCE_BASELINE_HERITAGE_FAMILY:0 "[cultures|E] share the same [heritage_family|E]" - ACCEPTANCE_BASELINE_LANGUAGE_GROUP:0 "[cultures|E] share the same [language_group|E]" - ACCEPTANCE_BASELINE_LANGUAGE_FAMILY:0 "[cultures|E] share the same [language_family|E]" - ACCEPTANCE_BASELINE_LANGUAGE_UNION:0 "[cultures|E] share the same [language_union|E]" - ACCEPTANCE_BASELINE_LANGUAGE_DIALECT_CONTINUUM: "[cultures|E] share the same [dialect_continuum|E]" - ACCEPTANCE_BASELINE_MARTIAL_TRADITION:0 "[cultures|E] have a different [martial_custom|E]" - ACCEPTANCE_BASELINE_FAITH_RIGHTEOUS:0 "[culture|E] majority [faiths|E] consider each other [faith_righteous|E]" - ACCEPTANCE_BASELINE_FAITH_HOSTILE:0 "[culture|E] majority [faiths|E] consider each other [faith_hostile|E]" - ACCEPTANCE_BASELINE_FAITH_EVIL:0 "[culture|E] majority [faiths|E] consider each other [faith_evil|E]" - - SCHEME_SAME_LANGUAGE_GROUP_AS_NATIVE_LANGUAGE:0 "Same [language_group|E] as your native [language|E]: $VALUE|+0=$" - SCHEME_SAME_LANGUAGE_FAMILY_AS_NATIVE_LANGUAGE:0 "Same [language_family|E] as your native [language|E]: $VALUE|+0=$" - SCHEME_SAME_LANGUAGE_UNION_AS_NATIVE_LANGUAGE:0 "Same [language_union|E] as your native [language|E]: $VALUE|+0=$" - SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE: "Same [dialect_continuum|E] as your native [language|E]: $VALUE|+0=$" - - ASK_FOR_CONVERSION_SENDER_VIGOR:0 "[vigor|E] differential" - ASK_FOR_CONVERSION_VERY_LOW_ACCEPTANCE:0 "Very low [cultural_acceptance|E]" - ASK_FOR_CONVERSION_LOW_ACCEPTANCE:0 "Low [cultural_acceptance|E]" - ASK_FOR_CONVERSION_HIGH_ACCEPTANCE:0 "High [cultural_acceptance|E]" - ASK_FOR_CONVERSION_VERY_HIGH_ACCEPTANCE:0 "Very high [cultural_acceptance|E]" - ASK_FOR_CONVERSION_DIFFERENT_HERITAGE_GROUP:0 "Different [heritage_group|E]" - ASK_FOR_CONVERSION_DIFFERENT_HERITAGE_GROUP:0 "Different [heritage|E]" - ASK_FOR_CONVERSION_TRADITIONS:0 "[culture_tradition|E]" - - acceptance_change_war:0 "[war.GetName]" - acceptance_change_marriage:0 "Marriage between [primary_spouse.GetTitledFirstName] and [spouse.GetTitledFirstName]" - acceptance_change_divorce:0 "Divorce of [primary_spouse.GetTitledFirstName] and [spouse.GetTitledFirstName]" - \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 6dc6449b53..e09b94e994 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -29,7 +29,8 @@ language_north_sea_germanic_name:0 "Ingvaeonic Germanic" #Continental Celts language_gaulish_name:0 "Gaulish" - language_celtiberian_name:0 "Celtiberian" + language_celtiberian_name: "Celtiberian-Latin" + language_gallaecian_name: "Gallaecian-Latin" language_lusitanian_name:0 "Lusitanian" #Dravidian language_tamil_name:0 "Tamil" From 8e920f4c074be3a4d8034e48a72a69dbaa6665e1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 8 Jan 2023 14:37:01 -0500 Subject: [PATCH 237/339] Fixup Cultural Shit generic effect --- .../common/on_action/BP_yearly_on_actions.txt | 28 ++-- .../script_values/BP_culture_shift_values.txt | 37 ++++++ .../BP_culture_shift_effects.txt | 113 ++++++++++++++++ .../scripted_effects/BP_on_action_effects.txt | 122 ------------------ 4 files changed, 170 insertions(+), 130 deletions(-) create mode 100644 WtWSMS/common/script_values/BP_culture_shift_values.txt create mode 100644 WtWSMS/common/scripted_effects/BP_culture_shift_effects.txt diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index f90d79ed0b..8a20ceca23 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -7,20 +7,32 @@ liguistic_shift = { effect = { - generic_shift_culture_event = { - SHIFT_TRIGGER = valid_linguistic_drift_culture_trigger - EVENT_ID = bp_heritage_linguistic_drift.0001 - HERITAGE_OR_LANGUAGE = language + every_culture_global = { + limit = { valid_linguistic_drift_culture_trigger = yes } + save_scope_as = shift_culture + + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 500 + SHIFT_PERIOD_YEARS = 25 + } } } } heritage_shift = { effect = { - generic_shift_culture_event = { - SHIFT_TRIGGER = valid_heritage_drift_culture_trigger - EVENT_ID = bp_heritage_linguistic_drift.0101 - HERITAGE_OR_LANGUAGE = heritage + every_culture_global = { + limit = { valid_heritage_drift_culture_trigger = yes } + save_scope_as = shift_culture + + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0101 + HERITAGE_OR_LANGUAGE = heritage + SHIFT_START_YEAR = 500 + SHIFT_PERIOD_YEARS = 25 + } } } } diff --git a/WtWSMS/common/script_values/BP_culture_shift_values.txt b/WtWSMS/common/script_values/BP_culture_shift_values.txt new file mode 100644 index 0000000000..4ede024dec --- /dev/null +++ b/WtWSMS/common/script_values/BP_culture_shift_values.txt @@ -0,0 +1,37 @@ +shift_start_year_0_period = { + value = scope:shift_start_year +} +shift_start_year_1_period = { + value = scope:shift_period_years + add = scope:shift_start_year +} +shift_start_year_2_period = { + value = scope:shift_period_years + multiply = 2 + add = scope:shift_start_year +} +shift_start_year_3_period = { + value = scope:shift_period_years + multiply = 3 + add = scope:shift_start_year +} +shift_start_year_4_period = { + value = scope:shift_period_years + multiply = 4 + add = scope:shift_start_year +} +shift_start_year_5_period = { + value = scope:shift_period_years + multiply = 5 + add = scope:shift_start_year +} +shift_start_year_6_period = { + value = scope:shift_period_years + multiply = 6 + add = scope:shift_start_year +} +shift_start_year_7_period = { + value = scope:shift_period_years + multiply = 7 + add = scope:shift_start_year +} diff --git a/WtWSMS/common/scripted_effects/BP_culture_shift_effects.txt b/WtWSMS/common/scripted_effects/BP_culture_shift_effects.txt new file mode 100644 index 0000000000..a5f8d9f6d5 --- /dev/null +++ b/WtWSMS/common/scripted_effects/BP_culture_shift_effects.txt @@ -0,0 +1,113 @@ +### Culture/Language shift stuff +generic_shift_culture_event = { #Cf. Vanilla common/on_actions/yearly_on_actions.txt:yearly_global_pulse + save_temporary_scope_value_as = { name = shift_start_year value = $SHIFT_START_YEAR$ } + save_temporary_scope_value_as = { name = shift_period_years value = $SHIFT_PERIOD_YEARS$ } + + #Now do some additional considerations + random = { + #Chances influenced by similar factors to WTWSMS/events/WtWSMS_melting_pots_events.txt factors + chance = 0 + + ### Baseline Probability... + #... depends on the current date (Fibonacci-like sequence gives up exponentially increasing odds per annum) + + #Probability breakdown assumes the same culture is picked every year + modifier = { add = 1 current_year >= shift_start_year_0_period } #01%/year = 22.21% per 25 years + modifier = { add = 1 current_year >= shift_start_year_1_period } #02%/year = 39.65% per 25 years + modifier = { add = 1 current_year >= shift_start_year_2_period } #03%/year = 53.30% per 25 years + modifier = { add = 2 current_year >= shift_start_year_3_period } #05%/year = 72.27% per 25 years + modifier = { add = 3 current_year >= shift_start_year_4_period } #08%/year = 87.56% per 25 years + modifier = { add = 5 current_year >= shift_start_year_5_period } #13%/year = 96.92% per 25 years + modifier = { add = 8 current_year >= shift_start_year_6_period } #21%/year = 99.72% per 25 years + modifier = { add = 13 current_year >= shift_start_year_7_period } #34%/year = 99.99+% per 25 years + + ### Culture Situation.... + #... modifies the odds (how likely the peasants and the elites mix) + #More common if the dominant religions of county holders are shared + modifier = { + factor = 2.0 + scope:shift_culture = { + calc_culture_dominant_religion = { save_temporary_scope_as = shift_culture_dominant_religion } + any_culture_county = { + percent >= 0.50 + holder = { religion = scope:shift_culture_dominant_religion } + } + } + } + #More common if the dominant faiths of county holders are shared (cumulative with religion) + modifier = { + factor = 2.0 + scope:shift_culture = { + calc_culture_dominant_faith = { save_temporary_scope_as = shift_culture_dominant_faith } + any_culture_county = { + percent >= 0.50 + holder = { faith = scope:shift_culture_dominant_faith } + } + } + } + + ### Government effects + #Being dominated by an advanced government reduces the odds + modifier = { + factor = 0.707 #SQRT(1/2) + scope:shift_culture = { + any_culture_county = { + percent >= 0.50 + holder = { has_advanced_government_trigger = yes } + } + } + } + modifier = { + factor = 0.707 #SQRT(1/2) + scope:shift_culture = { + any_culture_county = { + percent = 1.00 + holder = { has_advanced_government_trigger = yes } + } + } + } + #Every county being held by tribals/quasi-tribals increases the odds + modifier = { + factor = 1.414 #SQRT(2) + scope:shift_culture = { + any_culture_county = { + percent >= 0.50 + holder = { has_a_primitive_type_of_government_trigger = yes } + } + } + } + modifier = { + factor = 1.414 #SQRT(2) + scope:shift_culture = { + any_culture_county = { + percent = 1.00 + holder = { has_a_primitive_type_of_government_trigger = yes } + } + } + } + + ### BLOCKERS + #Most counties of cultures with this language/heritage being under a single polity + #which speak the language should stop the process + modifier = { + factor = 0 + any_ruler = { + this = { save_temporary_scope_as = ruler } + primary_title.tier = tier_empire + culture = { has_same_culture_$HERITAGE_OR_LANGUAGE$ = scope:shift_culture } + any_county = { + percent >= 0.60 + this.culture = { has_same_culture_$HERITAGE_OR_LANGUAGE$ = scope:shift_culture } + holder = { + OR = { + this = scope:ruler + this = { any_liege_or_above = { this = scope:ruler } } + } + } + } + } + } + + scope:shift_culture = { trigger_event = { id = $EVENT_ID$ } } + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 86e933a759..d200423275 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -647,128 +647,6 @@ boostrap_prevention_effect = { } } -### Culture/Language shift stuff -generic_shift_culture_event = { #Cf. Vanilla common/on_actions/yearly_on_actions.txt:yearly_global_pulse - random_culture_global = { - limit = { $SHIFT_TRIGGER$ = yes } - save_scope_as = shift_culture - } - - #Only fire if a culture is picked; entirely possible to be empty - if = { - limit = { exists = scope:shift_culture } - - #Now do some additional considerations - random = { - #Chances influenced by similar factors to WTWSMS/events/WtWSMS_melting_pots_events.txt factors - chance = 0 - - ### Baseline Probability... - #... depends on the current date (Fibonacci-like sequence gives up exponentially increasing odds per annum) - - #Probability breakdown assumes the same culture is picked every year - modifier = { add = 1 current_date >= 500.1.1 } #01%/year = 22.21% per 25 years - modifier = { add = 1 current_date >= 525.1.1 } #02%/year = 39.65% per 25 years - modifier = { add = 1 current_date >= 550.1.1 } #03%/year = 53.30% per 25 years - modifier = { add = 2 current_date >= 575.1.1 } #05%/year = 72.27% per 25 years - modifier = { add = 3 current_date >= 600.1.1 } #08%/year = 87.56% per 25 years - modifier = { add = 5 current_date >= 625.1.1 } #13%/year = 96.92% per 25 years - modifier = { add = 8 current_date >= 650.1.1 } #21%/year = 99.72% per 25 years - modifier = { add = 13 current_date >= 675.1.1 } #34%/year = 99.99+% per 25 years - - ### Culture Situation.... - #... modifies the odds (how likely the peasants and the elites mix) - #More common if the dominant religions of county holders are shared - modifier = { - factor = 2.0 - scope:shift_culture = { - calc_culture_dominant_religion = { save_temporary_scope_as = shift_culture_dominant_religion } - any_culture_county = { - percent >= 0.50 - holder = { religion = scope:shift_culture_dominant_religion } - } - } - } - #More common if the dominant faiths of county holders are shared (cumulative with religion) - modifier = { - factor = 2.0 - scope:shift_culture = { - calc_culture_dominant_faith = { save_temporary_scope_as = shift_culture_dominant_faith } - any_culture_county = { - percent >= 0.50 - holder = { religion = scope:shift_culture_dominant_faith } - } - } - } - - ### Government effects - #Being dominated by an advanced government reduces the odds - modifier = { - factor = 0.707 #SQRT(1/2) - scope:shift_culture = { - any_culture_county = { - percent >= 0.50 - holder = { has_advanced_government_trigger = yes } - } - } - } - modifier = { - factor = 0.707 #SQRT(1/2) - scope:shift_culture = { - any_culture_county = { - percent = 1.00 - holder = { has_advanced_government_trigger = yes } - } - } - } - #Every county being held by tribals/quasi-tribals increases the odds - modifier = { - factor = 1.414 #SQRT(2) - scope:shift_culture = { - any_culture_county = { - percent >= 0.50 - holder = { has_a_primitive_type_of_government_trigger = yes } - } - } - } - modifier = { - factor = 1.414 #SQRT(2) - scope:shift_culture = { - any_culture_county = { - percent = 1.00 - holder = { has_a_primitive_type_of_government_trigger = yes } - } - } - } - - ### BLOCKERS - #Being under an empire that shares your language should block shift - modifier = { - factor = 0 - #60% of culture counties under a culture speaking the same language/heritage - any_ruler = { - this = { save_temporary_scope_as = ruler } - primary_title.tier = tier_empire - culture = { has_same_culture_$HERITAGE_OR_LANGUAGE$ = scope:shift_culture } - scope:shift_culture = { - any_culture_county = { - percent >= 0.60 - holder = { - OR = { - this = scope:ruler - this = { any_liege_or_above = { this = scope:ruler } } - } - } - } - } - } - } - - scope:shift_culture = { trigger_event = { id = $EVENT_ID$ } } - } - } -} - #Mostly for our game-start on action stuff change_faith_if_alive = { if = { From 561d65b8311d93a608174cf79d2d532a2eabdcd4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:09:08 -0500 Subject: [PATCH 238/339] Basic Shift Event Architecture Overhaul --- .../common/on_action/BP_yearly_on_actions.txt | 2 +- WtWSMS/common/on_action/ccu_on_actions.txt | 45 +------------- ...d_effects.txt => ccu_scripted_effects.txt} | 52 +++++++++++++++- ...gers.txt => BP_culture_shift_triggers.txt} | 11 ++-- .../BP_heritage_linguistic_drift.txt | 62 ++++--------------- .../BP_cultural_languages_l_english.yml | 20 +++--- ... => BP_culture_shift_events_l_english.yml} | 16 ++--- 7 files changed, 86 insertions(+), 122 deletions(-) rename WtWSMS/common/scripted_effects/{BP_ccu_scripted_effects.txt => ccu_scripted_effects.txt} (90%) rename WtWSMS/common/scripted_triggers/{BP_on_action_triggers.txt => BP_culture_shift_triggers.txt} (52%) rename WtWSMS/localization/english/event_localization/{BP_culture_events_l_english.yml => BP_culture_shift_events_l_english.yml} (80%) diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 8a20ceca23..7ffe9a1d80 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -14,7 +14,7 @@ liguistic_shift = { generic_shift_culture_event = { EVENT_ID = bp_heritage_linguistic_drift.0001 HERITAGE_OR_LANGUAGE = language - SHIFT_START_YEAR = 500 + SHIFT_START_YEAR = 250 SHIFT_PERIOD_YEARS = 25 } } diff --git a/WtWSMS/common/on_action/ccu_on_actions.txt b/WtWSMS/common/on_action/ccu_on_actions.txt index 82ec27b768..b7f7bf11df 100644 --- a/WtWSMS/common/on_action/ccu_on_actions.txt +++ b/WtWSMS/common/on_action/ccu_on_actions.txt @@ -4,48 +4,7 @@ on_culture_created = { } ccu_culture_created = { - effect = { - every_parent_culture = { - limit = { has_same_culture_language = prev } - prev = { - set_variable = { name = language_group value = prev.var:language_group } - set_variable = { name = language_family value = prev.var:language_family } - set_variable = { name = language_union value = prev.var:language_union } - } - #Do this only once to avoid duplication with list - random_parent_culture = { - limit = { has_same_culture_language = prev } - if = { - limit = { has_variable_list = dialect_continuum } - every_in_list = { - variable = dialect_continuum - save_temporary_scope_as = parent_dialect_continuum - root = { add_to_variable_list = { name = dialect_continuum target = scope:parent_dialect_continuum } } - } - } - } - } - every_parent_culture = { - limit = { has_same_culture_heritage = prev } - prev = { - set_variable = { name = heritage_group value = prev.var:heritage_group } - set_variable = { name = heritage_family value = prev.var:heritage_family } - } - } - - # Failsafe in case the heritage or language of the divergent culture doesn't match either parent - # I didn't think that was possible but it was observed to happen in-game - if = { - limit = { NOT = { has_variable = heritage_group } } - ccu_initialize_heritage_group_effect = yes - ccu_initialize_heritage_family_effect = yes - } - if = { - limit = { NOT = { has_variable = language_group } } - ccu_initialize_language_group_effect = yes - ccu_initialize_language_family_effect = yes - ccu_initialize_language_union_effect = yes - ccu_initialize_dialect_continua_effect = yes - } + effect = { + ccu_culture_created_or_changed_effect = yes } } diff --git a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt similarity index 90% rename from WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt rename to WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 43dcda5ea0..18986c79c8 100644 --- a/WtWSMS/common/scripted_effects/BP_ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -6,6 +6,7 @@ # BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages ############################################# +#General initialization stuff ccu_initialize_culture_effect = { ccu_initialize_heritage_group_effect = yes ccu_initialize_heritage_family_effect = yes @@ -164,4 +165,53 @@ ccu_initialize_dialect_continua_effect = { if = { limit = { has_cultural_parameter = language_dialect_continuum_southern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_southern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_northern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_northern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_syrian_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_syrian_romance } } -} \ No newline at end of file +} + +#Root is culture in question +ccu_culture_created_or_changed_effect = { + effect = { + every_parent_culture = { + limit = { has_same_culture_language = prev } + prev = { + set_variable = { name = language_group value = prev.var:language_group } + set_variable = { name = language_family value = prev.var:language_family } + set_variable = { name = language_union value = prev.var:language_union } + } + #Do this only once to avoid duplication with list + random_parent_culture = { + limit = { has_same_culture_language = prev } + if = { + limit = { has_variable_list = dialect_continuum } + every_in_list = { + variable = dialect_continuum + save_temporary_scope_as = parent_dialect_continuum + root = { add_to_variable_list = { name = dialect_continuum target = scope:parent_dialect_continuum } } + } + } + } + } + every_parent_culture = { + limit = { has_same_culture_heritage = prev } + prev = { + set_variable = { name = heritage_group value = prev.var:heritage_group } + set_variable = { name = heritage_family value = prev.var:heritage_family } + } + } + + # Failsafe in case the heritage or language of the divergent culture doesn't match either parent + # I didn't think that was possible but it was observed to happen in-game + if = { + limit = { NOT = { has_variable = heritage_group } } + ccu_initialize_heritage_group_effect = yes + ccu_initialize_heritage_family_effect = yes + } + if = { + limit = { NOT = { has_variable = language_group } } + ccu_initialize_language_group_effect = yes + ccu_initialize_language_family_effect = yes + ccu_initialize_language_union_effect = yes + ccu_initialize_dialect_continua_effect = yes + } + } +} + diff --git a/WtWSMS/common/scripted_triggers/BP_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt similarity index 52% rename from WtWSMS/common/scripted_triggers/BP_on_action_triggers.txt rename to WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt index 8a957c3841..76b5defd53 100644 --- a/WtWSMS/common/scripted_triggers/BP_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt @@ -1,13 +1,10 @@ #Linguistic Drift Triggers valid_linguistic_drift_culture_trigger = { - #Should actually be uses the Latin language, but we need to make sure to map all possibilities - OR = { - this = culture:romano_african - this = culture:romano_noric - this = culture:romano_raetian - this = culture:romano_british + this = { + this = culture:romano_hispanic #Gating for testing + #Romance Languages + has_cultural_pillar = language_latin } - this = { has_cultural_pillar = language_latin } } valid_heritage_drift_culture_trigger = { diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 83021ea579..2dcc631055 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -7,56 +7,21 @@ #0001-0100: Linguistic Drift Events #0101-0200: Heritage Drift Events -scripted_effect shift_language_effect = { +scripted_effect shift_language_latin_effect = { scope:shift_culture = { if = { - limit = { this = culture:romano_african } - custom_tooltip = { - text = african_romance_language - subject = scope:shift_culture - set_culture_pillar = language_african_romance - } - custom_tooltip = { - text = african_romance_name_list - subject = scope:shift_culture - set_name_list = name_list_african_romance - } - } - else_if = { - limit = { - OR = { - this = culture:romano_noric - this = culture:romano_raetian - } - } - custom_tooltip = { - text = rhaeto_romance_language - subject = scope:shift_culture - set_culture_pillar = language_rhaeto_romance - } - custom_tooltip = { - text = romansh_name_list - subject = scope:shift_culture - set_name_list = name_list_romansh - } - } - else_if = { - limit = { this = culture:romano_british } - custom_tooltip = { - text = british_romance_language - subject = scope:shift_culture - set_culture_pillar = language_british_romance - } - custom_tooltip = { - text = british_romance_name_list - subject = scope:shift_culture - set_name_list = name_list_british_romance - } + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_hispanic } } + set_culture_pillar = language_proto_ibero_romance + scope:shift_culture = { ccu_culture_created_or_changed_effect = yes } } else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE" } } } +scripted_effect shift_language_effect = { + shift_language_latin_effect = yes +} + bp_heritage_linguistic_drift.0001 = { type = empty hidden = yes @@ -71,7 +36,10 @@ bp_heritage_linguistic_drift.0001 = { #Otherwise, directly change the culture and tell everyone else = { shift_language_effect = yes - every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0003 } } + every_ruler = { #Informational event + limit = { is_ai = no } + trigger_event = { id = bp_heritage_linguistic_drift.0003 } + } } } } @@ -146,11 +114,7 @@ scripted_effect shift_heritage_effect = { scope:shift_culture = { if = { limit = { this = culture:romano_hispanic } - custom_tooltip = { - text = iberian_heritage_tt - subject = scope:shift_culture - set_culture_pillar = heritage_iberian - } + set_culture_pillar = heritage_iberian } } } diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index e09b94e994..f20eecedce 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -68,16 +68,16 @@ #Latin #Intermediate Languages language_proto_sardinian_name: "Proto-Sardinian" - language_proto_ibero_romance: "Proto-Ibero-Romance" - language_proto_gallo_romance: "Proto-Gallo-Romance" - language_proto_british_romance: "Proto-British Romance" - language_proto_italian_romance: "Proto-Italian Romance" - language_proto_african_romance: "Proto-African Romance" - language_proto_illyrian_romance: "Proto-Illyrian Romance" - language_proto_raetonorican_romance: "Proto-Raetonorican Romance" - language_proto_pannonian_romance: "Proto-Pannonian Romance" - language_proto_eastern_romance: "Proto-Eastern Romance" - language_proto_syrian_romance: "Proto-Syrian Romance" + language_proto_ibero_romance_name: "Proto-Ibero-Romance" + language_proto_gallo_romance_name: "Proto-Gallo-Romance" + language_proto_british_romance_name: "Proto-British Romance" + language_proto_italian_romance_name: "Proto-Italian Romance" + language_proto_african_romance_name: "Proto-African Romance" + language_proto_illyrian_romance_name: "Proto-Illyrian Romance" + language_proto_raetonorican_romance_name: "Proto-Raetonorican Romance" + language_proto_pannonian_romance_name: "Proto-Pannonian Romance" + language_proto_eastern_romance_name: "Proto-Eastern Romance" + language_proto_syrian_romance_name: "Proto-Syrian Romance" #Late Languages language_african_romance_name: "Arréyanu" language_rhaeto_romance_name: "Rhaeto-Romance" diff --git a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml similarity index 80% rename from WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml rename to WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml index 8d8419ec1e..ca549e3702 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml @@ -3,13 +3,7 @@ bp_culture_events.0001.desc: "The mixing of the people of [parent_1.GetName] and [parent_2.GetName] has produced an unexpected fusion of the two cultures, to the point a new naming practices have taken hold. Now, the $name_list_east_celtic$ practices have taken root, replacing our older ways." bp_culture_events.0001.response: "Our mores change more and more..." #Heritage/Linguistic Drift - #Linguistic Drift - african_romance_language: "[language|E] changes language to #V $language_african_romance_name$#!" - african_romance_name_list: "#E Naming Practices#! change to #V $name_list_african_romance$#!" - rhaeto_romance_language: "[language|E] changes language to #V $language_rhaeto_romance_name$#!" - romansh_name_list: "#E Naming Practices#! change to #V $name_list_romansh$#!" - british_romance_language: "[language|E] changes language to #V $language_british_romance_name$#!" - british_romance_name_list: "#E Naming Practices#! change to #V $name_list_british_romance$#!" + ## Language Drift bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tongue of the [shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" @@ -19,9 +13,9 @@ bp_heritage_linguistic_drift.0003.accept_same_culture: "$bp_heritage_linguistic_drift.0002.accept$" bp_heritage_linguistic_drift.0003.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0002.accept.tooltip$" bp_heritage_linguistic_drift.0003.accept_different_culture: "I see" - bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip: "The [shift_culture.GetName] [culture|E]'s [language|E] has changed" - #Heritage Drift - iberian_heritage_tt: "[heritage|E] changes to #V $heritage_iberian_name$#!" + bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip: "The [shift_culture.GetName] [culture|E]'s [language|E] has changed to [shift_culture.GetLanguage.GetName|V]" + ## Language Tooltips + ## Heritage Drift bp_heritage_linguistic_drift.0102.t: "Heritage Drift" bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [shift_culture.GetName] people has changed enough from Latin that it is foreign to those of Latin customs." bp_heritage_linguistic_drift.0102.accept: "As times change, so must we" @@ -31,5 +25,5 @@ bp_heritage_linguistic_drift.0103.accept_same_culture: "$bp_heritage_linguistic_drift.0102.accept$" bp_heritage_linguistic_drift.0103.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0102.accept.tooltip$" bp_heritage_linguistic_drift.0103.accept_different_culture: "I see" - bp_heritage_linguistic_drift.0103.accept_different_culture.tooltip: "The [shift_culture.GetName] [culture|E]'s [heritage|E] has changed" + bp_heritage_linguistic_drift.0103.accept_different_culture.tooltip: "The [shift_culture.GetName] [culture|E]'s [heritage|E] has changed to [shift_culture.GetHeritage.GetName|V]" \ No newline at end of file From 82ac90fa89ad07fa816a5f3e089173cbd9f0e765 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:29:45 -0500 Subject: [PATCH 239/339] Implement proto-romance shift effects --- .../BP_culture_shift_triggers.txt | 1 - .../BP_heritage_linguistic_drift.txt | 73 ++++++++++++++++++- .../BP_cultural_languages_l_english.yml | 12 +-- 3 files changed, 76 insertions(+), 10 deletions(-) diff --git a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt index 76b5defd53..454bc09db4 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt @@ -1,7 +1,6 @@ #Linguistic Drift Triggers valid_linguistic_drift_culture_trigger = { this = { - this = culture:romano_hispanic #Gating for testing #Romance Languages has_cultural_pillar = language_latin } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 2dcc631055..0cf5a4427e 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -7,19 +7,85 @@ #0001-0100: Linguistic Drift Events #0101-0200: Heritage Drift Events -scripted_effect shift_language_latin_effect = { +scripted_effect shift_language_latin_to_protoromance_effect = { scope:shift_culture = { if = { limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_hispanic } } set_culture_pillar = language_proto_ibero_romance - scope:shift_culture = { ccu_culture_created_or_changed_effect = yes } + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gallic } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_frank } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:massalian } + } + } + set_culture_pillar = language_proto_gallo_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_british } } + set_culture_pillar = language_proto_british_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_african } } + set_culture_pillar = language_proto_african_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_illyrian } } + set_culture_pillar = language_proto_illyrian_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_raetian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_noric } + } + } + set_culture_pillar = language_proto_raetonorican_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_dacian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_thracian } + } + } + set_culture_pillar = language_proto_eastern_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_pannonian } } + set_culture_pillar = language_proto_pannonian_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_aramean } } + set_culture_pillar = language_proto_syrian_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { #TODO: Remove Romano-Gothic as an option? + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gothic } } + set_culture_pillar = language_proto_italian_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:roman } } + set_culture_pillar = language_proto_italian_romance + ccu_culture_created_or_changed_effect = yes } else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE" } } } scripted_effect shift_language_effect = { - shift_language_latin_effect = yes + shift_language_latin_to_protoromance_effect = yes } bp_heritage_linguistic_drift.0001 = { @@ -115,6 +181,7 @@ scripted_effect shift_heritage_effect = { if = { limit = { this = culture:romano_hispanic } set_culture_pillar = heritage_iberian + ccu_culture_created_or_changed_effect = yes } } } diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index f20eecedce..3b04a7be5e 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -70,12 +70,12 @@ language_proto_sardinian_name: "Proto-Sardinian" language_proto_ibero_romance_name: "Proto-Ibero-Romance" language_proto_gallo_romance_name: "Proto-Gallo-Romance" - language_proto_british_romance_name: "Proto-British Romance" - language_proto_italian_romance_name: "Proto-Italian Romance" - language_proto_african_romance_name: "Proto-African Romance" - language_proto_illyrian_romance_name: "Proto-Illyrian Romance" - language_proto_raetonorican_romance_name: "Proto-Raetonorican Romance" - language_proto_pannonian_romance_name: "Proto-Pannonian Romance" + language_proto_british_romance_name: "Proto-Brito-Romance" + language_proto_italian_romance_name: "Proto-Italo-Romance" + language_proto_african_romance_name: "Proto-Africo-Romance" + language_proto_illyrian_romance_name: "Proto-Illyro-Romance" + language_proto_raetonorican_romance_name: "Proto-Raetonorico-Romance" + language_proto_pannonian_romance_name: "Proto-Pannonio-Romance" language_proto_eastern_romance_name: "Proto-Eastern Romance" language_proto_syrian_romance_name: "Proto-Syrian Romance" #Late Languages From 7a868cecebbfd1c3eb9b3f5a826d9a5eb65a9b4b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:01:19 -0500 Subject: [PATCH 240/339] Basic heritage shift event code --- WtWSMS/common/culture/pillars/00_heritage.txt | 38 ++++++++- .../common/on_action/BP_yearly_on_actions.txt | 2 +- .../BP_culture_shift_triggers.txt | 22 +++-- .../BP_heritage_linguistic_drift.txt | 85 ++++++++++++++++++- .../BP_cultural_heritages_l_english.yml | 10 ++- .../BP_culture_shift_events_l_english.yml | 6 +- .../cultural_heritages_l_english.yml | 7 +- 7 files changed, 152 insertions(+), 18 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index afabecdf4c..5691599046 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -128,7 +128,7 @@ heritage_latin = { heritage_family_european = yes } } -heritage_frankish = { +heritage_frankish = { #Gallic-Romance type = heritage parameters = { @@ -144,7 +144,7 @@ heritage_iberian = { heritage_family_european = yes } } -heritage_vlach = { +heritage_vlach = { #Eastern Romance type = heritage parameters = { @@ -152,6 +152,40 @@ heritage_vlach = { heritage_family_european = yes } } +#Ahistorical Romance Heritages +heritage_romano_british = { #Britannia + type = heritage + + parameters = { + heritage_group_latin = yes + heritage_family_european = yes + } +} +heritage_romano_aramean = { #Syria + type = heritage + + parameters = { + heritage_group_latin = yes + heritage_family_european = yes + } +} +heritage_italian = { #Replaces Latin for Medieval Cultures + type = heritage + + parameters = { + heritage_group_latin = yes + heritage_family_european = yes + } +} +heritage_romano_african = { #African + type = heritage + + parameters = { + heritage_group_latin = yes + heritage_family_european = yes + } +} + ## Vasconic heritage_vasconic = { type = heritage diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 7ffe9a1d80..5ad9570e50 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -30,7 +30,7 @@ heritage_shift = { generic_shift_culture_event = { EVENT_ID = bp_heritage_linguistic_drift.0101 HERITAGE_OR_LANGUAGE = heritage - SHIFT_START_YEAR = 500 + SHIFT_START_YEAR = 250 SHIFT_PERIOD_YEARS = 25 } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt index 454bc09db4..99d4ff0f9a 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt @@ -1,15 +1,25 @@ -#Linguistic Drift Triggers +is_a_living_culture_trigger = { + this = { save_temporary_scope_as = the_culture } + OR = { + any_living_character = { this.culture = scope:the_culture } + any_county = { this.culture = scope:the_culture } + any_county = { county_has_specific_minority_culture_trigger = { CULTURE = scope:the_culture } } + } +} + +#Linguistic Drift Triggers valid_linguistic_drift_culture_trigger = { this = { - #Romance Languages + is_a_living_culture_trigger = yes + #Types of languages supported: Latin has_cultural_pillar = language_latin } } valid_heritage_drift_culture_trigger = { - #Should actually be uses the Latin heritage, but we need to make sure to map all possibilities - OR = { - this = culture:romano_hispanic + this = { + is_a_living_culture_trigger = yes + #Types of heritages supported: Roman Heritage + has_cultural_pillar = heritage_latin } - this = { has_cultural_pillar = heritage_latin } } \ No newline at end of file diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 0cf5a4427e..33be994bf7 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -7,6 +7,8 @@ #0001-0100: Linguistic Drift Events #0101-0200: Heritage Drift Events +##### Language + scripted_effect shift_language_latin_to_protoromance_effect = { scope:shift_culture = { if = { @@ -76,11 +78,16 @@ scripted_effect shift_language_latin_to_protoromance_effect = { ccu_culture_created_or_changed_effect = yes } else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:corsican } } + set_culture_pillar = language_proto_italian_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { #Fallback limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:roman } } set_culture_pillar = language_proto_italian_romance ccu_culture_created_or_changed_effect = yes } - else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE" } + else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE: LANGUAGE (LATIN=>PROTO-ROMANCE" } } } @@ -174,18 +181,88 @@ bp_heritage_linguistic_drift.0003 = { } } -##### Heritage cases: Should require culture counties under dominance of another heritage +##### Heritage -scripted_effect shift_heritage_effect = { +scripted_effect shift_heritage_latin_to_children_effect = { scope:shift_culture = { if = { - limit = { this = culture:romano_hispanic } + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_hispanic } } set_culture_pillar = heritage_iberian ccu_culture_created_or_changed_effect = yes } + else_if = { #Romano-Frank covered here + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gallic } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_frank } + } + } + set_culture_pillar = heritage_frankish + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_british } } + set_culture_pillar = heritage_romano_british + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_british } } + set_culture_pillar = heritage_romano_british + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_aramean } } + set_culture_pillar = heritage_romano_aramean + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_aramean } } + set_culture_pillar = heritage_romano_aramean + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_african } } + set_culture_pillar = heritage_romano_african + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_dacian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_pannonian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_thracian } + } + } + set_culture_pillar = heritage_vlach + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_illyrian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_raetian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_noric } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:sardinian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:corsican } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gothic } + } + } + set_culture_pillar = heritage_italian + ccu_culture_created_or_changed_effect = yes + } + else_if = { #Fallback + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:roman } } + set_culture_pillar = heritage_italian + ccu_culture_created_or_changed_effect = yes + } + else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE: HERITAGE (LATIN=>CHILDREN" } } } +scripted_effect shift_heritage_effect = { + shift_heritage_latin_to_children_effect = yes +} + bp_heritage_linguistic_drift.0101 = { type = empty hidden = yes diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml index 97976cc1b5..03ffc2c1fc 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml @@ -23,4 +23,12 @@ heritage_vasconic_collective_name: "Vascons" heritage_paleo_iberian_name: "Paleo-Iberian" heritage_paleo_iberian_collective_name: "Paleo-Iberians" - \ No newline at end of file + #Latin Heritages + heritage_romano_british_name: "British Romance" + heritage_romano_british_collective_noun: "British Romantics" + heritage_romano_aramean_name: "Syrian Romance" + heritage_romano_aramean_collective_noun: "Syrian Romantics" + heritage_italian_name: "Italian Romance" + heritage_italian_collective_noun: "Italian Romantics" + heritage_romano_african_name: "African Romance" + heritage_romano_african_collective_noun: "African Romantics" \ No newline at end of file diff --git a/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml index ca549e3702..5a231cd2c6 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml @@ -7,7 +7,7 @@ bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tongue of the [shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" - bp_heritage_linguistic_drift.0002.accept.tooltip: "Your [culture|E]'s [language|E] has changed" + bp_heritage_linguistic_drift.0002.accept.tooltip: "Your [culture|E]'s [language|E] has changed to [shift_culture.GetLanguage.GetName|V]" bp_heritage_linguistic_drift.0003.t: "$bp_heritage_linguistic_drift.0002.t$" bp_heritage_linguistic_drift.0003.desc: "$bp_heritage_linguistic_drift.0002.desc$" bp_heritage_linguistic_drift.0003.accept_same_culture: "$bp_heritage_linguistic_drift.0002.accept$" @@ -17,9 +17,9 @@ ## Language Tooltips ## Heritage Drift bp_heritage_linguistic_drift.0102.t: "Heritage Drift" - bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [shift_culture.GetName] people has changed enough from Latin that it is foreign to those of Latin customs." + bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean were united into a single polity with similar behaviours, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [shift_culture.GetName] people has changed enough from Roman practices that it is foreign to those of Roman customs." bp_heritage_linguistic_drift.0102.accept: "As times change, so must we" - bp_heritage_linguistic_drift.0102.accept.tooltip: "Your [culture|E]'s [language|E] has changed" + bp_heritage_linguistic_drift.0102.accept.tooltip: "Your [culture|E]'s [heritage|E] has changed to [shift_culture.GetHeritage.GetName|V]" bp_heritage_linguistic_drift.0103.t: "$bp_heritage_linguistic_drift.0102.t$" bp_heritage_linguistic_drift.0103.desc: "$bp_heritage_linguistic_drift.0102.desc$" bp_heritage_linguistic_drift.0103.accept_same_culture: "$bp_heritage_linguistic_drift.0102.accept$" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml index 51f1881f05..e04e3d101e 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml @@ -5,5 +5,10 @@ heritage_berber_collective_name: "Amazighs" heritage_burman_name: "Southeast Asian" heritage_burman_collective_noun: "Southeast Asians" + #Romance Heritages heritage_iberian_name: "Hispanic" - heritage_iberian_collective_noun: "Hispanics" \ No newline at end of file + heritage_iberian_collective_noun: "Hispanics" + heritage_frankish_name: "Gallo-Romance" + heritage_frankish_collective_noun: "Gallo-Romantics" + heritage_vlach_name: "Eastern Romance" + heritage_vlach_collective_noun: "Eastern Romantics" \ No newline at end of file From f1abac878ec5ebf87bd125413654d81bc7d914e1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:01:48 -0500 Subject: [PATCH 241/339] Update BP_yearly_on_actions.txt --- WtWSMS/common/on_action/BP_yearly_on_actions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 5ad9570e50..8a20ceca23 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -14,7 +14,7 @@ liguistic_shift = { generic_shift_culture_event = { EVENT_ID = bp_heritage_linguistic_drift.0001 HERITAGE_OR_LANGUAGE = language - SHIFT_START_YEAR = 250 + SHIFT_START_YEAR = 500 SHIFT_PERIOD_YEARS = 25 } } @@ -30,7 +30,7 @@ heritage_shift = { generic_shift_culture_event = { EVENT_ID = bp_heritage_linguistic_drift.0101 HERITAGE_OR_LANGUAGE = heritage - SHIFT_START_YEAR = 250 + SHIFT_START_YEAR = 500 SHIFT_PERIOD_YEARS = 25 } } From b72e253c7261065f93215c55875e89ae3099aab6 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 10 Jan 2023 19:20:54 -0500 Subject: [PATCH 242/339] Reorganize ccu_scripted effects for clarity --- .../scripted_effects/ccu_scripted_effects.txt | 130 ++++++++++-------- 1 file changed, 69 insertions(+), 61 deletions(-) diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 18986c79c8..5cabdeed57 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -1,20 +1,28 @@ -############################################# -# CCU Patcher -# by Vertimnus -# This file was compiled by a machine. -# It should never be manually edited. -# BP Note: Manually edited by LT-Rascek to adapt to new culture groups, languages -############################################# - -#General initialization stuff + +#From broadest to most specific components ccu_initialize_culture_effect = { + #Heritages ccu_initialize_heritage_group_effect = yes ccu_initialize_heritage_family_effect = yes - ccu_initialize_language_group_effect = yes + #Languages ccu_initialize_language_family_effect = yes - ccu_initialize_language_union_effect = yes - ccu_initialize_language_creole_effect = yes + ccu_initialize_language_group_effect = yes ccu_initialize_dialect_continua_effect = yes + #Additional language effects + ccu_initialize_language_creole_effect = yes + ccu_initialize_language_union_effect = yes +} + +#Heritages: +# Heritage Family => Heritage Groups + +ccu_initialize_heritage_family_effect = { + if = { limit = { has_cultural_parameter = heritage_family_european } set_variable = { name = heritage_family value = 0 } } + else_if = { limit = { has_cultural_parameter = heritage_family_west_asian } set_variable = { name = heritage_family value = 1 } } + else_if = { limit = { has_cultural_parameter = heritage_family_south_asian } set_variable = { name = heritage_family value = 2 } } + else_if = { limit = { has_cultural_parameter = heritage_family_east_asian } set_variable = { name = heritage_family value = 3 } } + else_if = { limit = { has_cultural_parameter = heritage_family_eurasian } set_variable = { name = heritage_family value = 4 } } + else_if = { limit = { has_cultural_parameter = heritage_family_african } set_variable = { name = heritage_family value = 5 } } } ccu_initialize_heritage_group_effect = { @@ -51,13 +59,28 @@ ccu_initialize_heritage_group_effect = { else_if = { limit = { has_cultural_parameter = heritage_group_east_african } set_variable = { name = heritage_group value = 24 } } } -ccu_initialize_heritage_family_effect = { - if = { limit = { has_cultural_parameter = heritage_family_european } set_variable = { name = heritage_family value = 0 } } - else_if = { limit = { has_cultural_parameter = heritage_family_west_asian } set_variable = { name = heritage_family value = 1 } } - else_if = { limit = { has_cultural_parameter = heritage_family_south_asian } set_variable = { name = heritage_family value = 2 } } - else_if = { limit = { has_cultural_parameter = heritage_family_east_asian } set_variable = { name = heritage_family value = 3 } } - else_if = { limit = { has_cultural_parameter = heritage_family_eurasian } set_variable = { name = heritage_family value = 4 } } - else_if = { limit = { has_cultural_parameter = heritage_family_african } set_variable = { name = heritage_family value = 5 } } +#Languages +#Language Family => Language Group => Dialect Continua (Optional) +ccu_initialize_language_family_effect = { + if = { limit = { has_cultural_parameter = language_family_afro_asiatic } set_variable = { name = language_family value = 0 } } + else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } set_variable = { name = language_family value = 1 } } + else_if = { limit = { has_cultural_parameter = language_family_basque } set_variable = { name = language_family value = 2 } } + else_if = { limit = { has_cultural_parameter = language_family_dravidian } set_variable = { name = language_family value = 3 } } + else_if = { limit = { has_cultural_parameter = language_family_indo_european } set_variable = { name = language_family value = 4 } } + else_if = { limit = { has_cultural_parameter = language_family_kartvelian } set_variable = { name = language_family value = 5 } } + else_if = { limit = { has_cultural_parameter = language_family_mande } set_variable = { name = language_family value = 6 } } + else_if = { limit = { has_cultural_parameter = language_family_mongolic } set_variable = { name = language_family value = 7 } } + else_if = { limit = { has_cultural_parameter = language_family_nilo_saharan } set_variable = { name = language_family value = 8 } } + else_if = { limit = { has_cultural_parameter = language_family_northeast_caucasian } set_variable = { name = language_family value = 9 } } + else_if = { limit = { has_cultural_parameter = language_family_northwest_caucasian } set_variable = { name = language_family value = 10 } } + else_if = { limit = { has_cultural_parameter = language_family_siberian } set_variable = { name = language_family value = 11 } } + else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } set_variable = { name = language_family value = 12 } } + else_if = { limit = { has_cultural_parameter = language_family_tungusic } set_variable = { name = language_family value = 13 } } + else_if = { limit = { has_cultural_parameter = language_family_turkic } set_variable = { name = language_family value = 14 } } + else_if = { limit = { has_cultural_parameter = language_family_uralic } set_variable = { name = language_family value = 15 } } + else_if = { limit = { has_cultural_parameter = language_family_austro_asiatic } set_variable = { name = language_family value = 16 } } + else_if = { limit = { has_cultural_parameter = language_family_paleo_iberian } set_variable = { name = language_family value = 17 } } + else_if = { limit = { has_cultural_parameter = language_family_corduenian } set_variable = { name = language_family value = 18 } } } ccu_initialize_language_group_effect = { @@ -116,43 +139,6 @@ ccu_initialize_language_group_effect = { else_if = { limit = { has_cultural_parameter = language_group_corduenian } set_variable = { name = language_group value = 52 } } } -ccu_initialize_language_family_effect = { - if = { limit = { has_cultural_parameter = language_family_afro_asiatic } set_variable = { name = language_family value = 0 } } - else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } set_variable = { name = language_family value = 1 } } - else_if = { limit = { has_cultural_parameter = language_family_basque } set_variable = { name = language_family value = 2 } } - else_if = { limit = { has_cultural_parameter = language_family_dravidian } set_variable = { name = language_family value = 3 } } - else_if = { limit = { has_cultural_parameter = language_family_indo_european } set_variable = { name = language_family value = 4 } } - else_if = { limit = { has_cultural_parameter = language_family_kartvelian } set_variable = { name = language_family value = 5 } } - else_if = { limit = { has_cultural_parameter = language_family_mande } set_variable = { name = language_family value = 6 } } - else_if = { limit = { has_cultural_parameter = language_family_mongolic } set_variable = { name = language_family value = 7 } } - else_if = { limit = { has_cultural_parameter = language_family_nilo_saharan } set_variable = { name = language_family value = 8 } } - else_if = { limit = { has_cultural_parameter = language_family_northeast_caucasian } set_variable = { name = language_family value = 9 } } - else_if = { limit = { has_cultural_parameter = language_family_northwest_caucasian } set_variable = { name = language_family value = 10 } } - else_if = { limit = { has_cultural_parameter = language_family_siberian } set_variable = { name = language_family value = 11 } } - else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } set_variable = { name = language_family value = 12 } } - else_if = { limit = { has_cultural_parameter = language_family_tungusic } set_variable = { name = language_family value = 13 } } - else_if = { limit = { has_cultural_parameter = language_family_turkic } set_variable = { name = language_family value = 14 } } - else_if = { limit = { has_cultural_parameter = language_family_uralic } set_variable = { name = language_family value = 15 } } - else_if = { limit = { has_cultural_parameter = language_family_austro_asiatic } set_variable = { name = language_family value = 16 } } - else_if = { limit = { has_cultural_parameter = language_family_paleo_iberian } set_variable = { name = language_family value = 17 } } - else_if = { limit = { has_cultural_parameter = language_family_corduenian } set_variable = { name = language_family value = 18 } } -} - -ccu_initialize_language_union_effect = { - if = { limit = { has_cultural_parameter = language_union_caucasus } set_variable = { name = language_union value = flag:caucasus } } - else_if = { limit = { has_cultural_parameter = language_union_indian } set_variable = { name = language_union value = flag:indian } } - else_if = { limit = { has_cultural_parameter = language_union_steppe_siberian } set_variable = { name = language_union value = flag:steppe_siberian } } - else = { set_variable = { name = language_union value = flag:none } } -} - -#For Creoles (like Celtiberian) -#NB: Make sure value matches the desired language group, otherwise it'll be a problem -#NB: If negative numbers are assigned to language groups above, this will break -ccu_initialize_language_creole_effect = { - if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = 27 } } - else = { set_variable = { name = language_creole value = -1 } } -} - #NB: Dialect continua should *not* be mutually exclusive, so only use if statements here ccu_initialize_dialect_continua_effect = { #Romance cultures @@ -167,15 +153,36 @@ ccu_initialize_dialect_continua_effect = { if = { limit = { has_cultural_parameter = language_dialect_continuum_syrian_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_syrian_romance } } } +#Additional language effects + +#For Creoles (like Celtiberian) +#NB: Make sure value matches the desired language group, otherwise it'll be a problem +#NB: If negative numbers are assigned to language groups above, this will break +ccu_initialize_language_creole_effect = { + if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = 27 } } + else = { set_variable = { name = language_creole value = -1 } } +} + +#Groupings of Genetic Unrelated languages that still possess some superficial similarity +#Caucus, India, Altaic +ccu_initialize_language_union_effect = { + if = { limit = { has_cultural_parameter = language_union_caucasus } set_variable = { name = language_union value = flag:caucasus } } + else_if = { limit = { has_cultural_parameter = language_union_indian } set_variable = { name = language_union value = flag:indian } } + else_if = { limit = { has_cultural_parameter = language_union_steppe_siberian } set_variable = { name = language_union value = flag:steppe_siberian } } + else = { set_variable = { name = language_union value = flag:none } } +} + +### Additional Effects + #Root is culture in question ccu_culture_created_or_changed_effect = { effect = { every_parent_culture = { limit = { has_same_culture_language = prev } - prev = { - set_variable = { name = language_group value = prev.var:language_group } - set_variable = { name = language_family value = prev.var:language_family } + prev = { set_variable = { name = language_union value = prev.var:language_union } + set_variable = { name = language_family value = prev.var:language_family } + set_variable = { name = language_group value = prev.var:language_group } } #Do this only once to avoid duplication with list random_parent_culture = { @@ -207,9 +214,10 @@ ccu_culture_created_or_changed_effect = { } if = { limit = { NOT = { has_variable = language_group } } - ccu_initialize_language_group_effect = yes - ccu_initialize_language_family_effect = yes ccu_initialize_language_union_effect = yes + ccu_initialize_language_family_effect = yes + ccu_initialize_language_creole_effect = yes + ccu_initialize_language_group_effect = yes ccu_initialize_dialect_continua_effect = yes } } From a61009918e17354d9671df79f55586b05d9f9ac8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 10 Jan 2023 19:53:44 -0500 Subject: [PATCH 243/339] Rename Languages Groups to Branches --- WtWSMS/common/culture/pillars/00_language.txt | 884 +++++++++--------- .../game_concepts/ccu_game_concepts.txt | 48 +- WtWSMS/common/on_action/BP_game_start.txt | 17 +- .../learn_language_scheme_CCU_Overwrite.txt | 6 +- .../00_culture_values_CCU_overwrite.txt | 2 +- .../01_starting_values_CCU_overwrite.txt | 6 +- .../script_values/ccu_script_values.txt | 12 +- .../scripted_effects/ccu_scripted_effects.txt | 191 ++-- .../scripted_triggers/BP_culture_triggers.txt | 2 +- WtWSMS/common/scripted_triggers/ccu_API.txt | 36 +- .../english/BP_ccu_features_l_english.yml | 130 +-- 11 files changed, 677 insertions(+), 657 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index c4042ba2e9..0cf8bcc2bd 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -14,7 +14,7 @@ language_cappadocian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_cappadocian } } parameters = { - language_group_anatolian = yes + language_branch_anatolian = yes language_family_indo_european = yes } @@ -25,8 +25,8 @@ language_cappadocian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_anatolian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_anatolian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -41,7 +41,7 @@ language_isaurian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_isaurian } } parameters = { - language_group_anatolian = yes + language_branch_anatolian = yes language_family_indo_european = yes } @@ -52,8 +52,8 @@ language_isaurian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_anatolian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_anatolian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -69,7 +69,7 @@ language_greek = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_greek } } parameters = { - language_group_hellenic = yes + language_branch_hellenic = yes language_family_indo_european = yes } @@ -80,8 +80,8 @@ language_greek = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_hellenic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_hellenic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -96,7 +96,7 @@ language_doric = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_doric } } parameters = { - language_group_hellenic = yes + language_branch_hellenic = yes language_family_indo_european = yes } @@ -107,8 +107,8 @@ language_doric = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_hellenic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_hellenic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -124,7 +124,7 @@ language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible wi is_shown = { language_is_shown_trigger = { LANGUAGE = language_kamarupan } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -136,8 +136,8 @@ language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible wi multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -160,7 +160,7 @@ language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni is_shown = { language_is_shown_trigger = { LANGUAGE = language_sauraseni } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -172,8 +172,8 @@ language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -192,7 +192,7 @@ language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects is_shown = { language_is_shown_trigger = { LANGUAGE = language_rajasthani } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -204,8 +204,8 @@ language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -224,7 +224,7 @@ language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] is_shown = { language_is_shown_trigger = { LANGUAGE = language_marathi } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -237,8 +237,8 @@ language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -257,7 +257,7 @@ language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] is_shown = { language_is_shown_trigger = { LANGUAGE = language_magadhan } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -269,8 +269,8 @@ language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -292,7 +292,7 @@ language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari is_shown = { language_is_shown_trigger = { LANGUAGE = language_pahari } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -304,8 +304,8 @@ language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -325,7 +325,7 @@ language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic is_shown = { language_is_shown_trigger = { LANGUAGE = language_kashmiri } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -337,8 +337,8 @@ language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -358,7 +358,7 @@ language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic is_shown = { language_is_shown_trigger = { LANGUAGE = language_sinhalese } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -370,8 +370,8 @@ language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -390,7 +390,7 @@ language_vrachada = { #Dialects of Sindh and Punjab (Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_vrachada } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -402,8 +402,8 @@ language_vrachada = { #Dialects of Sindh and Punjab (Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -422,7 +422,7 @@ language_sanskrit = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sanskrit } } parameters = { - language_group_indo_aryan = yes + language_branch_indo_aryan = yes language_family_indo_european = yes language_union_indian = yes } @@ -434,8 +434,8 @@ language_sanskrit = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_indo_aryan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_indo_aryan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -455,7 +455,7 @@ language_scythian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_scythian } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes } @@ -466,8 +466,8 @@ language_scythian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -482,7 +482,7 @@ language_sogdian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes } @@ -493,8 +493,8 @@ language_sogdian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -509,7 +509,7 @@ language_sakan = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes } @@ -520,8 +520,8 @@ language_sakan = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -536,7 +536,7 @@ language_bactrian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_bactrian } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes } @@ -547,8 +547,8 @@ language_bactrian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -563,7 +563,7 @@ language_iranian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_iranian } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes } @@ -574,8 +574,8 @@ language_iranian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -602,7 +602,7 @@ language_parthian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_parthian } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes } @@ -613,8 +613,8 @@ language_parthian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -629,7 +629,7 @@ language_median = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_median } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes } @@ -640,8 +640,8 @@ language_median = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -656,7 +656,7 @@ language_caspian_iranian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_caspian_iranian } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes language_union_caucasus = yes } @@ -668,8 +668,8 @@ language_caspian_iranian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -684,7 +684,7 @@ language_adharic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_adharic } } parameters = { - language_group_iranian = yes + language_branch_iranian = yes language_family_indo_european = yes language_union_caucasus = yes } @@ -696,8 +696,8 @@ language_adharic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_iranian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_iranian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -713,7 +713,7 @@ language_nuristani = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_nuristani } } parameters = { - language_group_nuristani = yes + language_branch_nuristani = yes language_family_indo_european = yes } @@ -724,8 +724,8 @@ language_nuristani = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_nuristani } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_nuristani } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -741,7 +741,7 @@ language_armenian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_armenian } } parameters = { - language_group_armenian = yes + language_branch_armenian = yes language_family_indo_european = yes language_union_caucasus = yes } @@ -753,8 +753,8 @@ language_armenian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_armenian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_armenian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -774,7 +774,7 @@ language_celtiberian = { #Significant Latin Creolization is_shown = { language_is_shown_trigger = { LANGUAGE = language_celtiberian } } parameters = { - language_group_celtic = yes + language_branch_celtic = yes language_creole_romance = yes language_family_indo_european = yes } @@ -786,8 +786,8 @@ language_celtiberian = { #Significant Latin Creolization multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_celtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_celtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -802,7 +802,7 @@ language_gallaecian = { #Significant Latin Creolization is_shown = { language_is_shown_trigger = { LANGUAGE = language_gallaecian } } parameters = { - language_group_celtic = yes + language_branch_celtic = yes language_creole_romance = yes language_family_indo_european = yes } @@ -814,8 +814,8 @@ language_gallaecian = { #Significant Latin Creolization multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_celtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_celtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -830,7 +830,7 @@ language_brythonic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_brythonic } } parameters = { - language_group_celtic = yes + language_branch_celtic = yes language_family_indo_european = yes } @@ -841,8 +841,8 @@ language_brythonic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_celtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_celtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -857,7 +857,7 @@ language_goidelic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_goidelic } } parameters = { - language_group_celtic = yes + language_branch_celtic = yes language_family_indo_european = yes } @@ -868,8 +868,8 @@ language_goidelic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_celtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_celtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -884,7 +884,7 @@ language_gaulish = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_gaulish } } parameters = { - language_group_celtic = yes + language_branch_celtic = yes language_family_indo_european = yes } @@ -895,8 +895,8 @@ language_gaulish = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_celtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_celtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -911,7 +911,7 @@ language_lusitanian = { #Dead 476 is_shown = { language_is_shown_trigger = { LANGUAGE = language_lusitanian } } parameters = { - language_group_celtic = yes + language_branch_celtic = yes language_family_indo_european = yes } @@ -922,8 +922,8 @@ language_lusitanian = { #Dead 476 multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_celtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_celtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -941,7 +941,7 @@ language_latin = { parameters = { language_dialect_continuum_proto_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -952,8 +952,8 @@ language_latin = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -972,7 +972,7 @@ language_proto_sardinian = { language_dialect_continuum_proto_romance = yes language_dialect_continuum_southern_romance = yes language_dialect_continuum_italo_dalmatian = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -983,8 +983,8 @@ language_proto_sardinian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1003,7 +1003,7 @@ language_proto_ibero_romance = { language_dialect_continuum_ibero_romance = yes language_dialect_continuum_gallo_romance = yes language_dialect_continuum_occitano_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1014,8 +1014,8 @@ language_proto_ibero_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1036,7 +1036,7 @@ language_proto_gallo_romance = { language_dialect_continuum_gallo_romance = yes language_dialect_continuum_occitano_romance = yes language_dialect_continuum_rhaeto_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1047,8 +1047,8 @@ language_proto_gallo_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1066,7 +1066,7 @@ language_proto_british_romance = { language_dialect_continuum_proto_romance = yes language_dialect_continuum_northern_romance = yes language_dialect_continuum_gallo_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1077,8 +1077,8 @@ language_proto_british_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1098,7 +1098,7 @@ language_proto_italian_romance = { language_dialect_continuum_italo_dalmatian = yes language_dialect_continuum_southern_romance = yes language_dialect_continuum_rhaeto_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1109,8 +1109,8 @@ language_proto_italian_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1128,7 +1128,7 @@ language_proto_african_romance = { language_dialect_continuum_proto_romance = yes language_dialect_continuum_italo_dalmatian = yes language_dialect_continuum_southern_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1139,8 +1139,8 @@ language_proto_african_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1158,7 +1158,7 @@ language_proto_illyrian_romance = { language_dialect_continuum_proto_romance = yes language_dialect_continuum_italo_dalmatian = yes language_dialect_continuum_eastern_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1169,8 +1169,8 @@ language_proto_illyrian_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1189,7 +1189,7 @@ language_proto_raetonorican_romance = { #Raetia-Noricum/Upper Danubian spectrum language_dialect_continuum_gallo_romance = yes language_dialect_continuum_italo_dalmatian = yes language_dialect_continuum_rhaeto_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1200,8 +1200,8 @@ language_proto_raetonorican_romance = { #Raetia-Noricum/Upper Danubian spectrum multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1219,7 +1219,7 @@ language_proto_pannonian_romance = { language_dialect_continuum_proto_romance = yes language_dialect_continuum_eastern_romance = yes language_dialect_continuum_rhaeto_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1230,8 +1230,8 @@ language_proto_pannonian_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1249,7 +1249,7 @@ language_proto_eastern_romance = { language_dialect_continuum_proto_romance = yes language_dialect_continuum_eastern_romance = yes language_dialect_continuum_italo_dalmatian = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1260,8 +1260,8 @@ language_proto_eastern_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1278,7 +1278,7 @@ language_proto_syrian_romance = { parameters = { language_dialect_continuum_proto_romance = yes language_dialect_continuum_syrian_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1289,8 +1289,8 @@ language_proto_syrian_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1308,7 +1308,7 @@ language_sardinian = { #Probable early divergence from Latin parameters = { language_dialect_continuum_southern_romance = yes language_dialect_continuum_italo_dalmatian = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1319,8 +1319,8 @@ language_sardinian = { #Probable early divergence from Latin multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1336,7 +1336,7 @@ language_italian = { #(Currently Unused) parameters = { language_dialect_continuum_italo_dalmatian = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1347,8 +1347,8 @@ language_italian = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1364,7 +1364,7 @@ language_wallachian = { #(Currently Unused) parameters = { language_dialect_continuum_eastern_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1375,8 +1375,8 @@ language_wallachian = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1391,7 +1391,7 @@ language_french = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_french } } parameters = { - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes language_dialect_continuum_gallo_romance = yes } @@ -1403,8 +1403,8 @@ language_french = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1424,7 +1424,7 @@ language_iberian = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } parameters = { - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes language_dialect_continuum_ibero_romance = yes } @@ -1436,8 +1436,8 @@ language_iberian = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1459,7 +1459,7 @@ language_occitano_romance = { #(Currently Unused) parameters = { language_dialect_continuum_gallo_romance = yes language_dialect_continuum_occitano_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1470,8 +1470,8 @@ language_occitano_romance = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1488,7 +1488,7 @@ language_african_romance = { parameters = { language_dialect_continuum_southern_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1499,8 +1499,8 @@ language_african_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1517,7 +1517,7 @@ language_rhaeto_romance = { parameters = { language_dialect_continuum_gallo_romance = yes language_dialect_continuum_rhaeto_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1528,8 +1528,8 @@ language_rhaeto_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1545,7 +1545,7 @@ language_british_romance = { parameters = { language_dialect_continuum_northern_romance = yes - language_group_romance = yes + language_branch_romance = yes language_family_indo_european = yes } @@ -1556,8 +1556,8 @@ language_british_romance = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_romance } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1574,7 +1574,7 @@ language_tocharian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tocharian } } parameters = { - language_group_tocharian = yes + language_branch_tocharian = yes language_family_indo_european = yes } @@ -1585,8 +1585,8 @@ language_tocharian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tocharian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tocharian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1601,7 +1601,7 @@ language_gushi = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_gushi } } parameters = { - language_group_tocharian = yes + language_branch_tocharian = yes language_family_indo_european = yes } @@ -1612,8 +1612,8 @@ language_gushi = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tocharian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tocharian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1629,7 +1629,7 @@ language_baltic = { #East Baltic is_shown = { language_is_shown_trigger = { LANGUAGE = language_baltic } } parameters = { - language_group_balto_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } @@ -1640,8 +1640,8 @@ language_baltic = { #East Baltic multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1656,7 +1656,7 @@ language_west_baltic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_west_baltic } } parameters = { - language_group_balto_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } @@ -1667,8 +1667,8 @@ language_west_baltic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1683,7 +1683,7 @@ language_east_slavic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_slavic } } parameters = { - language_group_balto_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } @@ -1694,8 +1694,8 @@ language_east_slavic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1710,7 +1710,7 @@ language_south_slavic = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_south_slavic } } parameters = { - language_group_balto_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } @@ -1721,8 +1721,8 @@ language_south_slavic = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1737,7 +1737,7 @@ language_slavonic = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_slavonic } } parameters = { - language_group_balto_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } @@ -1748,8 +1748,8 @@ language_slavonic = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1764,7 +1764,7 @@ language_lechitic = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_lechitic } } parameters = { - language_group_balto_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } @@ -1775,8 +1775,8 @@ language_lechitic = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1791,7 +1791,7 @@ language_czech_slovak = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_czech_slovak } } parameters = { - language_group_balto_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } @@ -1802,8 +1802,8 @@ language_czech_slovak = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balto_slavic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1819,7 +1819,7 @@ language_central_germanic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_central_germanic } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -1830,8 +1830,8 @@ language_central_germanic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1846,7 +1846,7 @@ language_north_sea_germanic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_north_sea_germanic } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -1857,8 +1857,8 @@ language_north_sea_germanic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1873,7 +1873,7 @@ language_norse = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_norse } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -1884,8 +1884,8 @@ language_norse = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1900,7 +1900,7 @@ language_gothic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_gothic } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -1911,8 +1911,8 @@ language_gothic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1927,7 +1927,7 @@ language_vandalic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_vandalic } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -1938,8 +1938,8 @@ language_vandalic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1954,7 +1954,7 @@ language_east_germanic = { #i.e., non-Gothic Weilbark is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_germanic } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -1965,8 +1965,8 @@ language_east_germanic = { #i.e., non-Gothic Weilbark multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -1981,7 +1981,7 @@ language_skirian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_skirian } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -1992,8 +1992,8 @@ language_skirian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2008,7 +2008,7 @@ language_anglic = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_anglic } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -2019,8 +2019,8 @@ language_anglic = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2035,7 +2035,7 @@ language_dutch = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_dutch } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -2046,8 +2046,8 @@ language_dutch = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2062,7 +2062,7 @@ language_frankish = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_frankish } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -2073,8 +2073,8 @@ language_frankish = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2089,7 +2089,7 @@ language_high_german = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_high_german } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -2100,8 +2100,8 @@ language_high_german = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2116,7 +2116,7 @@ language_saxon = { #(Currently Unused) is_shown = { language_is_shown_trigger = { LANGUAGE = language_saxon } } parameters = { - language_group_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } @@ -2127,8 +2127,8 @@ language_saxon = { #(Currently Unused) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_germanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_germanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2144,7 +2144,7 @@ language_thracian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_thracian } } parameters = { - language_group_balkan = yes + language_branch_balkan = yes language_family_indo_european = yes } @@ -2155,8 +2155,8 @@ language_thracian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balkan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balkan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2171,7 +2171,7 @@ language_dacian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_dacian } } parameters = { - language_group_balkan = yes + language_branch_balkan = yes language_family_indo_european = yes } @@ -2182,8 +2182,8 @@ language_dacian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balkan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balkan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2198,7 +2198,7 @@ language_illyrian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_illyrian } } parameters = { - language_group_balkan = yes + language_branch_balkan = yes language_family_indo_european = yes } @@ -2209,8 +2209,8 @@ language_illyrian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_balkan } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_balkan } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2226,7 +2226,7 @@ language_albanian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_albanian } } parameters = { - language_group_albanian = yes + language_branch_albanian = yes language_family_indo_european = yes } @@ -2237,8 +2237,8 @@ language_albanian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_albanian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_albanian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2254,7 +2254,7 @@ language_phrygian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_phrygian } } parameters = { - language_group_phrygian = yes + language_branch_phrygian = yes language_family_indo_european = yes } @@ -2265,8 +2265,8 @@ language_phrygian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_phrygian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_phrygian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } @@ -2284,7 +2284,7 @@ language_guanche = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_guanche } } parameters = { - language_group_berber = yes + language_branch_berber = yes language_family_afro_asiatic = yes } @@ -2295,8 +2295,8 @@ language_guanche = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_berber } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_berber } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2311,7 +2311,7 @@ language_northern_berber = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_northern_berber } } parameters = { - language_group_berber = yes + language_branch_berber = yes language_family_afro_asiatic = yes } @@ -2322,8 +2322,8 @@ language_northern_berber = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_berber } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_berber } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2338,7 +2338,7 @@ language_tuareg = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tuareg } } parameters = { - language_group_berber = yes + language_branch_berber = yes language_family_afro_asiatic = yes } @@ -2349,8 +2349,8 @@ language_tuareg = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_berber } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_berber } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2365,7 +2365,7 @@ language_eastern_berber = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_eastern_berber } } parameters = { - language_group_berber = yes + language_branch_berber = yes language_family_afro_asiatic = yes } @@ -2376,8 +2376,8 @@ language_eastern_berber = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_berber } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_berber } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2392,7 +2392,7 @@ language_western_berber = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_western_berber } } parameters = { - language_group_berber = yes + language_branch_berber = yes language_family_afro_asiatic = yes } @@ -2403,8 +2403,8 @@ language_western_berber = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_berber } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_berber } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2420,7 +2420,7 @@ language_chadic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_chadic } } parameters = { - language_group_chadic = yes + language_branch_chadic = yes language_family_afro_asiatic = yes } @@ -2431,8 +2431,8 @@ language_chadic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_chadic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_chadic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2448,7 +2448,7 @@ language_beja = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_beja } } parameters = { - language_group_cushtic = yes + language_branch_cushtic = yes language_family_afro_asiatic = yes } @@ -2459,8 +2459,8 @@ language_beja = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_cushtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_cushtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2475,7 +2475,7 @@ language_sidamic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sidamic } } parameters = { - language_group_cushtic = yes + language_branch_cushtic = yes language_family_afro_asiatic = yes } @@ -2486,8 +2486,8 @@ language_sidamic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_cushtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_cushtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2502,7 +2502,7 @@ language_cushitic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_cushitic } } parameters = { - language_group_cushtic = yes + language_branch_cushtic = yes language_family_afro_asiatic = yes } @@ -2513,8 +2513,8 @@ language_cushitic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_cushtic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_cushtic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2530,7 +2530,7 @@ language_coptic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_coptic } } parameters = { - language_group_egyptian = yes + language_branch_egyptian = yes language_family_afro_asiatic = yes } @@ -2541,8 +2541,8 @@ language_coptic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_egyptian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_egyptian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2558,7 +2558,7 @@ language_omotic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_omotic } } parameters = { - language_group_omotic = yes + language_branch_omotic = yes language_family_afro_asiatic = yes } @@ -2569,8 +2569,8 @@ language_omotic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_omotic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_omotic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2586,7 +2586,7 @@ language_arabic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_arabic } } parameters = { - language_group_semitic = yes + language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2597,8 +2597,8 @@ language_arabic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_semitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_semitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2618,7 +2618,7 @@ language_south_arabian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_south_arabian } } parameters = { - language_group_semitic = yes + language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2629,8 +2629,8 @@ language_south_arabian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_semitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_semitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2645,7 +2645,7 @@ language_himyaritic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_himyaritic } } parameters = { - language_group_semitic = yes + language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2656,8 +2656,8 @@ language_himyaritic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_semitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_semitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2672,7 +2672,7 @@ language_ethiopic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_ethiopic } } parameters = { - language_group_semitic = yes + language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2683,8 +2683,8 @@ language_ethiopic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_semitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_semitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2699,7 +2699,7 @@ language_aramaic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_aramaic } } parameters = { - language_group_semitic = yes + language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2710,8 +2710,8 @@ language_aramaic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_semitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_semitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2726,7 +2726,7 @@ language_punic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_punic } } parameters = { - language_group_semitic = yes + language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2737,8 +2737,8 @@ language_punic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_semitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_semitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2753,7 +2753,7 @@ language_israelite = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_israelite } } parameters = { - language_group_semitic = yes + language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2764,8 +2764,8 @@ language_israelite = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_semitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_semitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_afro_asiatic } @@ -2788,7 +2788,7 @@ language_tamil = { #Middle Tamil, includes Malayali is_shown = { language_is_shown_trigger = { LANGUAGE = language_tamil } } parameters = { - language_group_tamil_kannada = yes + language_branch_tamil_kannada = yes language_family_dravidian = yes language_union_indian = yes } @@ -2800,8 +2800,8 @@ language_tamil = { #Middle Tamil, includes Malayali multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tamil_kannada } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tamil_kannada } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_dravidian } @@ -2820,7 +2820,7 @@ language_kannada = { #Old Kannada is_shown = { language_is_shown_trigger = { LANGUAGE = language_kannada } } parameters = { - language_group_tamil_kannada = yes + language_branch_tamil_kannada = yes language_family_dravidian = yes language_union_indian = yes } @@ -2832,8 +2832,8 @@ language_kannada = { #Old Kannada multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tamil_kannada } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tamil_kannada } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_dravidian } @@ -2853,7 +2853,7 @@ language_telugu = { #Middle Telugu is_shown = { language_is_shown_trigger = { LANGUAGE = language_telugu } } parameters = { - language_group_telugu_gondi = yes + language_branch_telugu_gondi = yes language_family_dravidian = yes language_union_indian = yes } @@ -2865,8 +2865,8 @@ language_telugu = { #Middle Telugu multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_telugu_gondi } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_telugu_gondi } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_dravidian } @@ -2885,7 +2885,7 @@ language_gondi = {# Gondi Languages is_shown = { language_is_shown_trigger = { LANGUAGE = language_gondi } } parameters = { - language_group_telugu_gondi = yes + language_branch_telugu_gondi = yes language_family_dravidian = yes language_union_indian = yes } @@ -2897,8 +2897,8 @@ language_gondi = {# Gondi Languages multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_telugu_gondi } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_telugu_gondi } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_dravidian } @@ -2918,7 +2918,7 @@ language_brahui = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_brahui } } parameters = { - language_group_north_dravidian = yes + language_branch_north_dravidian = yes language_family_dravidian = yes language_union_indian = yes } @@ -2930,8 +2930,8 @@ language_brahui = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_north_dravidian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_north_dravidian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_dravidian } @@ -2953,7 +2953,7 @@ language_basque = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_basque } } parameters = { - language_group_vasconic = yes + language_branch_vasconic = yes language_family_basque = yes } @@ -2964,8 +2964,8 @@ language_basque = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_vasconic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_vasconic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_basque } @@ -2983,7 +2983,7 @@ language_georgian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_georgian } } parameters = { - language_group_kartvelian = yes + language_branch_kartvelian = yes language_family_kartvelian = yes language_union_caucasus = yes } @@ -2995,8 +2995,8 @@ language_georgian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_kartvelian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_kartvelian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_kartvelian } @@ -3015,7 +3015,7 @@ language_svan = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_svan } } parameters = { - language_group_kartvelian = yes + language_branch_kartvelian = yes language_family_kartvelian = yes language_union_caucasus = yes } @@ -3027,8 +3027,8 @@ language_svan = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_kartvelian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_kartvelian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_kartvelian } @@ -3047,7 +3047,7 @@ language_lazic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_lazic } } parameters = { - language_group_kartvelian = yes + language_branch_kartvelian = yes language_family_kartvelian = yes language_union_caucasus = yes } @@ -3059,8 +3059,8 @@ language_lazic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_kartvelian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_kartvelian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_kartvelian } @@ -3082,7 +3082,7 @@ language_lezgic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_lezgic } } parameters = { - language_group_northeast_caucasian = yes + language_branch_northeast_caucasian = yes language_family_northeast_caucasian = yes language_union_caucasus = yes } @@ -3094,8 +3094,8 @@ language_lezgic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_northeast_caucasian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_northeast_caucasian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_northeast_caucasian } @@ -3114,7 +3114,7 @@ language_nakh = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_nakh } } parameters = { - language_group_northeast_caucasian = yes + language_branch_northeast_caucasian = yes language_family_northeast_caucasian = yes language_union_caucasus = yes } @@ -3126,8 +3126,8 @@ language_nakh = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_northeast_caucasian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_northeast_caucasian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_northeast_caucasian } @@ -3146,7 +3146,7 @@ language_avaric = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_avaric } } parameters = { - language_group_northeast_caucasian = yes + language_branch_northeast_caucasian = yes language_family_northeast_caucasian = yes language_union_caucasus = yes } @@ -3158,8 +3158,8 @@ language_avaric = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_northeast_caucasian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_northeast_caucasian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_northeast_caucasian } @@ -3181,7 +3181,7 @@ language_abaza = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_lezgic } } parameters = { - language_group_northwest_caucasian = yes + language_branch_northwest_caucasian = yes language_family_northwest_caucasian = yes language_union_caucasus = yes } @@ -3193,8 +3193,8 @@ language_abaza = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_northwest_caucasian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_northwest_caucasian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_northwest_caucasian } @@ -3213,7 +3213,7 @@ language_adyghes = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_adyghes } } parameters = { - language_group_northwest_caucasian = yes + language_branch_northwest_caucasian = yes language_family_northwest_caucasian = yes language_union_caucasus = yes } @@ -3225,8 +3225,8 @@ language_adyghes = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_northwest_caucasian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_northwest_caucasian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_northwest_caucasian } @@ -3248,7 +3248,7 @@ language_finnic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_finnic } } parameters = { - language_group_finnic = yes + language_branch_finnic = yes language_family_uralic = yes } @@ -3259,8 +3259,8 @@ language_finnic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_finnic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_finnic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_uralic } @@ -3276,7 +3276,7 @@ language_sami = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sami } } parameters = { - language_group_sami = yes + language_branch_sami = yes language_family_uralic = yes } @@ -3287,8 +3287,8 @@ language_sami = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_sami } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_sami } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_uralic } @@ -3304,7 +3304,7 @@ language_magyar = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_magyar } } parameters = { - language_group_urgic = yes + language_branch_urgic = yes language_family_uralic = yes } @@ -3315,8 +3315,8 @@ language_magyar = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_urgic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_urgic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_uralic } @@ -3331,7 +3331,7 @@ language_ugric = { #Khanty/Mansi/Hungarian (although Hungarian is divergent) is_shown = { language_is_shown_trigger = { LANGUAGE = language_ugric } } parameters = { - language_group_urgic = yes + language_branch_urgic = yes language_family_uralic = yes } @@ -3342,8 +3342,8 @@ language_ugric = { #Khanty/Mansi/Hungarian (although Hungarian is divergent) multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_urgic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_urgic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_uralic } @@ -3359,7 +3359,7 @@ language_permic = { #Komi/Udmurt Language is_shown = { language_is_shown_trigger = { LANGUAGE = language_permic } } parameters = { - language_group_permic = yes + language_branch_permic = yes language_family_uralic = yes } @@ -3370,8 +3370,8 @@ language_permic = { #Komi/Udmurt Language multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_permic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_permic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_uralic } @@ -3387,7 +3387,7 @@ language_volga_finnic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_volga_finnic } } parameters = { - language_group_volga_finnic = yes + language_branch_volga_finnic = yes language_family_uralic = yes } @@ -3398,8 +3398,8 @@ language_volga_finnic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_volga_finnic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_volga_finnic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_uralic } @@ -3414,7 +3414,7 @@ language_samoyedic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_samoyedic } } parameters = { - language_group_samoyedic = yes + language_branch_samoyedic = yes language_family_uralic = yes } @@ -3425,8 +3425,8 @@ language_samoyedic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_samoyedic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_samoyedic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_uralic } @@ -3444,7 +3444,7 @@ language_oghur = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_oghur } } parameters = { - language_group_oghuric = yes + language_branch_oghuric = yes language_family_turkic = yes language_union_steppe_siberian = yes } @@ -3456,8 +3456,8 @@ language_oghur = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_oghuric } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_oghuric } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_turkic } @@ -3476,7 +3476,7 @@ language_hunnic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_hunnic } } parameters = { - language_group_oghuric = yes + language_branch_oghuric = yes language_family_turkic = yes language_union_steppe_siberian = yes } @@ -3488,8 +3488,8 @@ language_hunnic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_oghuric } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_oghuric } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_mongolic } @@ -3509,7 +3509,7 @@ language_turkic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_turkic } } parameters = { - language_group_shaz_turkic = yes + language_branch_shaz_turkic = yes language_family_turkic = yes language_union_steppe_siberian = yes } @@ -3521,8 +3521,8 @@ language_turkic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_shaz_turkic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_shaz_turkic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_turkic } @@ -3541,7 +3541,7 @@ language_siberian_turkic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_siberian_turkic } } parameters = { - language_group_shaz_turkic = yes + language_branch_shaz_turkic = yes language_family_turkic = yes language_union_steppe_siberian = yes } @@ -3553,8 +3553,8 @@ language_siberian_turkic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_shaz_turkic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_shaz_turkic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_turkic } @@ -3576,7 +3576,7 @@ language_mongolic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_mongolic } } parameters = { - language_group_mongolic = yes + language_branch_mongolic = yes language_family_mongolic = yes language_union_steppe_siberian = yes } @@ -3588,8 +3588,8 @@ language_mongolic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_mongolic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_mongolic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_mongolic } @@ -3608,7 +3608,7 @@ language_tuoba = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tuoba } } parameters = { - language_group_mongolic = yes + language_branch_mongolic = yes language_family_mongolic = yes language_union_steppe_siberian = yes } @@ -3620,8 +3620,8 @@ language_tuoba = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_mongolic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_mongolic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_mongolic } @@ -3643,7 +3643,7 @@ language_yeniseian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_yeniseian } } parameters = { - language_group_yeniseian = yes + language_branch_yeniseian = yes language_family_siberian = yes language_union_steppe_siberian = yes } @@ -3655,8 +3655,8 @@ language_yeniseian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_mongolic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_mongolic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_mongolic } @@ -3678,7 +3678,7 @@ language_tungusic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tungusic } } parameters = { - language_group_tungusic = yes + language_branch_tungusic = yes language_family_tungusic = yes language_union_steppe_siberian = yes } @@ -3690,8 +3690,8 @@ language_tungusic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tungusic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tungusic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_tungusic } @@ -3712,7 +3712,7 @@ language_chinese = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_chinese } } parameters = { - language_group_sinitic = yes + language_branch_sinitic = yes language_family_sino_tibetan = yes } ai_will_do = { @@ -3722,8 +3722,8 @@ language_chinese = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_sinitic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_sinitic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3739,7 +3739,7 @@ language_tibetan = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tibetan } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes } @@ -3750,8 +3750,8 @@ language_tibetan = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3766,7 +3766,7 @@ language_kirati = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_kirati } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes } @@ -3777,8 +3777,8 @@ language_kirati = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3793,7 +3793,7 @@ language_tani = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tani } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes } @@ -3804,8 +3804,8 @@ language_tani = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3820,7 +3820,7 @@ language_meitei = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_meitei } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes language_union_indian = yes } @@ -3832,8 +3832,8 @@ language_meitei = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3852,7 +3852,7 @@ language_kachari = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_kachari } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes language_union_indian = yes } @@ -3864,8 +3864,8 @@ language_kachari = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3884,7 +3884,7 @@ language_pyu = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_pyu } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes language_union_indian = yes } @@ -3896,8 +3896,8 @@ language_pyu = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3916,7 +3916,7 @@ language_qiangic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_qiangic } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes } @@ -3927,8 +3927,8 @@ language_qiangic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3943,7 +3943,7 @@ language_burmese = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_burmese } } parameters = { - language_group_tibeto_burman = yes + language_branch_tibeto_burman = yes language_family_sino_tibetan = yes } @@ -3954,8 +3954,8 @@ language_burmese = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tibeto_burman } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } @@ -3973,7 +3973,7 @@ language_gur = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_gur } } parameters = { - language_group_savannas = yes + language_branch_savannas = yes language_family_atlantic_congo = yes } @@ -3984,8 +3984,8 @@ language_gur = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_savannas } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_savannas } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } @@ -4001,7 +4001,7 @@ language_kru = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_kru } } parameters = { - language_group_kru = yes + language_branch_kru = yes language_family_atlantic_congo = yes } @@ -4012,8 +4012,8 @@ language_kru = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_kru } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_kru } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } @@ -4029,7 +4029,7 @@ language_kwa = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_kwa } } parameters = { - language_group_volta_congo = yes + language_branch_volta_congo = yes language_family_atlantic_congo = yes } @@ -4040,8 +4040,8 @@ language_kwa = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_volta_congo } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_volta_congo } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } @@ -4056,7 +4056,7 @@ language_yoruba = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_yoruba } } parameters = { - language_group_volta_congo = yes + language_branch_volta_congo = yes language_family_atlantic_congo = yes } @@ -4067,8 +4067,8 @@ language_yoruba = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_volta_congo } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_volta_congo } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } @@ -4084,7 +4084,7 @@ language_senegambian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_senegambian } } parameters = { - language_group_senegabrian = yes + language_branch_senegabrian = yes language_family_atlantic_congo = yes } @@ -4095,8 +4095,8 @@ language_senegambian = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_senegabrian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_senegabrian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } @@ -4114,7 +4114,7 @@ language_manding = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_manding } } parameters = { - language_group_manding = yes + language_branch_manding = yes language_family_mande = yes } @@ -4125,8 +4125,8 @@ language_manding = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_manding } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_manding } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_mande } @@ -4142,7 +4142,7 @@ language_soninke = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_soninke } } parameters = { - language_group_soninke = yes + language_branch_soninke = yes language_family_mande = yes } @@ -4153,8 +4153,8 @@ language_soninke = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_soninke } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_soninke } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_mande } @@ -4172,7 +4172,7 @@ language_ayneha = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_ayneha } } parameters = { - language_group_songhay = yes + language_branch_songhay = yes language_family_nilo_saharan = yes } @@ -4183,8 +4183,8 @@ language_ayneha = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_songhay } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_songhay } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_nilo_saharan } @@ -4199,7 +4199,7 @@ language_sudanic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sudanic } } parameters = { - language_group_sudanic = yes + language_branch_sudanic = yes language_family_nilo_saharan = yes } @@ -4210,8 +4210,8 @@ language_sudanic = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_sudanic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_sudanic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_nilo_saharan } @@ -4226,7 +4226,7 @@ language_tubu = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tubu } } parameters = { - language_group_tubu = yes + language_branch_tubu = yes language_family_nilo_saharan = yes } @@ -4237,8 +4237,8 @@ language_tubu = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_tubu } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_tubu } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_nilo_saharan } @@ -4256,7 +4256,7 @@ language_munda = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_munda } } parameters = { - language_group_munda = yes + language_branch_munda = yes language_family_austro_asiatic = yes language_union_indian = yes } @@ -4268,8 +4268,8 @@ language_munda = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_munda } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_munda } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_austro_asiatic } @@ -4289,7 +4289,7 @@ language_mon = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_mon } } parameters = { - language_group_monic = yes + language_branch_monic = yes language_family_austro_asiatic = yes language_union_indian = yes } @@ -4301,8 +4301,8 @@ language_mon = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_monic } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_monic } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_austro_asiatic } @@ -4324,7 +4324,7 @@ language_paleo_iberian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_paleo_iberian } } parameters = { - language_group_paleo_iberian = yes + language_branch_paleo_iberian = yes language_family_paleo_iberian = yes } @@ -4342,7 +4342,7 @@ language_corduenian = { #Made an isolate due to competing claims and lack of evi is_shown = { language_is_shown_trigger = { LANGUAGE = language_corduenian } } parameters = { - language_group_corduenian = yes + language_branch_corduenian = yes language_family_corduenian = yes language_union_caucasus = yes } @@ -4354,8 +4354,8 @@ language_corduenian = { #Made an isolate due to competing claims and lack of evi multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_group_corduenian } - multiply = same_language_group_choice_factor + limit = { has_cultural_parameter = language_branch_corduenian } + multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_corduenian } diff --git a/WtWSMS/common/game_concepts/ccu_game_concepts.txt b/WtWSMS/common/game_concepts/ccu_game_concepts.txt index 242d95fc52..e7cc1ef16f 100644 --- a/WtWSMS/common/game_concepts/ccu_game_concepts.txt +++ b/WtWSMS/common/game_concepts/ccu_game_concepts.txt @@ -1,44 +1,42 @@ -language_group = { - parent = language - alias = { language_groups } - texture = "gfx/interface/icons/culture_pillars/language.dds" -} - -language_family = { - parent = language - alias = { language_families } - texture = "gfx/interface/icons/culture_pillars/language.dds" -} - -language_union = { - parent = language - alias = { language_unions } - texture = "gfx/interface/icons/culture_pillars/language.dds" -} - -heritage = { - alias = { heritages } +#Heritages +heritage_family = { + parent = heritage + alias = { heritage_families } texture = "gfx/interface/icons/icon_culture.dds" } - heritage_group = { parent = heritage alias = { heritage_groups } texture = "gfx/interface/icons/icon_culture.dds" } - -heritage_family = { - parent = heritage - alias = { heritage_families } +heritage = { + alias = { heritages } texture = "gfx/interface/icons/icon_culture.dds" } +#Languages +language_family = { + parent = language + alias = { language_families } + texture = "gfx/interface/icons/culture_pillars/language.dds" +} +language_branch = { + parent = language + alias = { language_branches } + texture = "gfx/interface/icons/culture_pillars/language.dds" +} language_dialect_continuum = { parent = language alias = { dialect_continuum } texture = "gfx/interface/icons/culture_pillars/language.dds" } +#Other Language Features +language_union = { + parent = language + alias = { language_unions } + texture = "gfx/interface/icons/culture_pillars/language.dds" +} language_creole = { parent = language alias = { creole } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 486d74963f..09bba22a73 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -74,13 +74,13 @@ ccu_startup_debug = { } } if = { - limit = { NOT = { has_variable = language_group } } + limit = { NOT = { has_variable = language_branch } } save_scope_as = problem_culture every_player = { send_interface_message = { type = event_steward_task_bad - title = ccu_debug_culture_language_group - desc = ccu_debug_culture_language_group_desc + title = ccu_debug_culture_language_branch + desc = ccu_debug_culture_language_branch_desc } } } @@ -106,6 +106,17 @@ ccu_startup_debug = { } } } + else_if = { + limit = { NOT = { has_variable = language_creole } } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_language_creole + desc = ccu_debug_culture_language_creole_desc + } + } + } } } } diff --git a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt index a55db56e40..38fca35fcf 100644 --- a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt +++ b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt @@ -127,8 +127,8 @@ learn_language = { } modifier = { add = 10 - scope:owner.culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } - desc = SCHEME_SAME_LANGUAGE_GROUP_AS_NATIVE_LANGUAGE + scope:owner.culture = { has_same_language_branch_as_trigger = { TARGET = scope:target.culture } } + desc = SCHEME_SAME_LANGUAGE_BRANCH_AS_NATIVE_LANGUAGE } modifier = { add = 10 @@ -137,7 +137,7 @@ learn_language = { } modifier = { add = 5 - NOT = { scope:owner.culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } } + NOT = { scope:owner.culture = { has_same_language_branch_as_trigger = { TARGET = scope:target.culture } } } scope:owner.culture = { has_same_language_family_as_trigger = { TARGET = scope:target.culture } } desc = SCHEME_SAME_LANGUAGE_FAMILY_AS_NATIVE_LANGUAGE } diff --git a/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt b/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt index dbffb9bdae..094996f984 100644 --- a/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt @@ -229,7 +229,7 @@ else_if = { limit = { scope:checking_native_language = yes - NOT = { culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } } + NOT = { culture = { has_same_language_branch_as_trigger = { TARGET = scope:target.culture } } } } multiply = 0.8 } diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index 55bf935cd8..00b4a89c23 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -72,10 +72,10 @@ culture_acceptance_baseline = { } } else_if = { - limit = { has_same_language_group_as_trigger = { TARGET = scope:culture } } + limit = { has_same_language_branch_as_trigger = { TARGET = scope:culture } } add = { - value = same_language_group_cultural_acceptance - desc = ACCEPTANCE_BASELINE_LANGUAGE_GROUP + value = same_language_branch_cultural_acceptance + desc = ACCEPTANCE_BASELINE_LANGUAGE_BRANCH } } else_if = { diff --git a/WtWSMS/common/script_values/ccu_script_values.txt b/WtWSMS/common/script_values/ccu_script_values.txt index c787a0056c..56419147a3 100644 --- a/WtWSMS/common/script_values/ccu_script_values.txt +++ b/WtWSMS/common/script_values/ccu_script_values.txt @@ -1,13 +1,17 @@ -same_heritage_cultural_acceptance = 24 +#Heritages +same_heritage_cultural_acceptance = 24 same_heritage_group_cultural_acceptance = 12 same_heritage_family_cultural_acceptance = 6 +#Languages same_language_cultural_acceptance = 12 same_dialect_continuum_cultural_acceptance = 9 -same_language_group_cultural_acceptance = 6 -creole_language_cultural_acceptance = 6 +same_language_branch_cultural_acceptance = 6 same_language_family_cultural_acceptance = 3 + +#Other Langauge Features same_language_union_cultural_acceptance = 3 +creole_language_cultural_acceptance = 6 different_martial_tradition_cultural_acceptance = -10 @@ -22,6 +26,6 @@ cultural_acceptance_change_divorce = { } same_language_choice_factor = 10 -same_language_group_choice_factor = 5 +same_language_branch_choice_factor = 5 same_language_family_choice_factor = 2.5 same_language_union_choice_factor = 2 diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 5cabdeed57..7d0b0eb9fc 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -6,7 +6,7 @@ ccu_initialize_culture_effect = { ccu_initialize_heritage_family_effect = yes #Languages ccu_initialize_language_family_effect = yes - ccu_initialize_language_group_effect = yes + ccu_initialize_language_branch_effect = yes ccu_initialize_dialect_continua_effect = yes #Additional language effects ccu_initialize_language_creole_effect = yes @@ -60,7 +60,9 @@ ccu_initialize_heritage_group_effect = { } #Languages -#Language Family => Language Group => Dialect Continua (Optional) +#Language Family => Language Branch => Language Group (Optional) => Dialect Continua (Optional) +#Branches are first level divisions of families +#Groups are sub-branch divisions (e.g., Balto-Slavic => Baltic + Slavic) ccu_initialize_language_family_effect = { if = { limit = { has_cultural_parameter = language_family_afro_asiatic } set_variable = { name = language_family value = 0 } } else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } set_variable = { name = language_family value = 1 } } @@ -83,60 +85,60 @@ ccu_initialize_language_family_effect = { else_if = { limit = { has_cultural_parameter = language_family_corduenian } set_variable = { name = language_family value = 18 } } } -ccu_initialize_language_group_effect = { - if = { limit = { has_cultural_parameter = language_group_albanian } set_variable = { name = language_group value = 0 } } - else_if = { limit = { has_cultural_parameter = language_group_anatolian } set_variable = { name = language_group value = 1 } } - else_if = { limit = { has_cultural_parameter = language_group_armenian } set_variable = { name = language_group value = 2 } } - else_if = { limit = { has_cultural_parameter = language_group_balkan } set_variable = { name = language_group value = 3 } } - else_if = { limit = { has_cultural_parameter = language_group_balto_slavic } set_variable = { name = language_group value = 4 } } - else_if = { limit = { has_cultural_parameter = language_group_berber } set_variable = { name = language_group value = 5 } } - else_if = { limit = { has_cultural_parameter = language_group_celtic } set_variable = { name = language_group value = 6 } } - else_if = { limit = { has_cultural_parameter = language_group_chadic } set_variable = { name = language_group value = 7 } } - else_if = { limit = { has_cultural_parameter = language_group_cushtic } set_variable = { name = language_group value = 8 } } - else_if = { limit = { has_cultural_parameter = language_group_egyptian } set_variable = { name = language_group value = 9 } } - else_if = { limit = { has_cultural_parameter = language_group_finnic } set_variable = { name = language_group value = 10 } } - else_if = { limit = { has_cultural_parameter = language_group_germanic } set_variable = { name = language_group value = 11 } } - else_if = { limit = { has_cultural_parameter = language_group_hellenic } set_variable = { name = language_group value = 12 } } - else_if = { limit = { has_cultural_parameter = language_group_indo_aryan } set_variable = { name = language_group value = 13 } } - else_if = { limit = { has_cultural_parameter = language_group_iranian } set_variable = { name = language_group value = 14 } } - else_if = { limit = { has_cultural_parameter = language_group_kartvelian } set_variable = { name = language_group value = 15 } } - else_if = { limit = { has_cultural_parameter = language_group_kru } set_variable = { name = language_group value = 16 } } - else_if = { limit = { has_cultural_parameter = language_group_manding } set_variable = { name = language_group value = 17 } } - else_if = { limit = { has_cultural_parameter = language_group_mongolic } set_variable = { name = language_group value = 18 } } - else_if = { limit = { has_cultural_parameter = language_group_north_dravidian } set_variable = { name = language_group value = 19 } } - else_if = { limit = { has_cultural_parameter = language_group_northeast_caucasian } set_variable = { name = language_group value = 20 } } - else_if = { limit = { has_cultural_parameter = language_group_northwest_caucasian } set_variable = { name = language_group value = 21 } } - else_if = { limit = { has_cultural_parameter = language_group_nuristani } set_variable = { name = language_group value = 22 } } - else_if = { limit = { has_cultural_parameter = language_group_oghuric } set_variable = { name = language_group value = 23 } } - else_if = { limit = { has_cultural_parameter = language_group_omotic } set_variable = { name = language_group value = 24 } } - else_if = { limit = { has_cultural_parameter = language_group_permic } set_variable = { name = language_group value = 25 } } - else_if = { limit = { has_cultural_parameter = language_group_phrygian } set_variable = { name = language_group value = 26 } } - else_if = { limit = { has_cultural_parameter = language_group_romance } set_variable = { name = language_group value = 27 } } - else_if = { limit = { has_cultural_parameter = language_group_sami } set_variable = { name = language_group value = 28 } } - else_if = { limit = { has_cultural_parameter = language_group_samoyedic } set_variable = { name = language_group value = 29 } } - else_if = { limit = { has_cultural_parameter = language_group_savannas } set_variable = { name = language_group value = 30 } } - else_if = { limit = { has_cultural_parameter = language_group_semitic } set_variable = { name = language_group value = 31 } } - else_if = { limit = { has_cultural_parameter = language_group_senegabrian } set_variable = { name = language_group value = 32 } } - else_if = { limit = { has_cultural_parameter = language_group_shaz_turkic } set_variable = { name = language_group value = 33 } } - else_if = { limit = { has_cultural_parameter = language_group_sinitic } set_variable = { name = language_group value = 34 } } - else_if = { limit = { has_cultural_parameter = language_group_songhay } set_variable = { name = language_group value = 35 } } - else_if = { limit = { has_cultural_parameter = language_group_soninke } set_variable = { name = language_group value = 36 } } - else_if = { limit = { has_cultural_parameter = language_group_sudanic } set_variable = { name = language_group value = 37 } } - else_if = { limit = { has_cultural_parameter = language_group_tamil_kannada } set_variable = { name = language_group value = 38 } } - else_if = { limit = { has_cultural_parameter = language_group_telugu_gondi } set_variable = { name = language_group value = 39 } } - else_if = { limit = { has_cultural_parameter = language_group_tibeto_burman } set_variable = { name = language_group value = 40 } } - else_if = { limit = { has_cultural_parameter = language_group_tocharian } set_variable = { name = language_group value = 41 } } - else_if = { limit = { has_cultural_parameter = language_group_tubu } set_variable = { name = language_group value = 42 } } - else_if = { limit = { has_cultural_parameter = language_group_tungusic } set_variable = { name = language_group value = 43 } } - else_if = { limit = { has_cultural_parameter = language_group_urgic } set_variable = { name = language_group value = 44 } } - else_if = { limit = { has_cultural_parameter = language_group_vasconic } set_variable = { name = language_group value = 45 } } - else_if = { limit = { has_cultural_parameter = language_group_volga_finnic } set_variable = { name = language_group value = 46 } } - else_if = { limit = { has_cultural_parameter = language_group_volta_congo } set_variable = { name = language_group value = 47 } } - else_if = { limit = { has_cultural_parameter = language_group_yeniseian } set_variable = { name = language_group value = 48 } } - else_if = { limit = { has_cultural_parameter = language_group_munda } set_variable = { name = language_group value = 49 } } - else_if = { limit = { has_cultural_parameter = language_group_monic } set_variable = { name = language_group value = 50 } } - else_if = { limit = { has_cultural_parameter = language_group_paleo_iberian } set_variable = { name = language_group value = 51 } } - else_if = { limit = { has_cultural_parameter = language_group_corduenian } set_variable = { name = language_group value = 52 } } +ccu_initialize_language_branch_effect = { + if = { limit = { has_cultural_parameter = language_branch_albanian } set_variable = { name = language_branch value = 0 } } + else_if = { limit = { has_cultural_parameter = language_branch_anatolian } set_variable = { name = language_branch value = 1 } } + else_if = { limit = { has_cultural_parameter = language_branch_armenian } set_variable = { name = language_branch value = 2 } } + else_if = { limit = { has_cultural_parameter = language_branch_balkan } set_variable = { name = language_branch value = 3 } } + else_if = { limit = { has_cultural_parameter = language_branch_balto_slavic } set_variable = { name = language_branch value = 4 } } + else_if = { limit = { has_cultural_parameter = language_branch_berber } set_variable = { name = language_branch value = 5 } } + else_if = { limit = { has_cultural_parameter = language_branch_celtic } set_variable = { name = language_branch value = 6 } } + else_if = { limit = { has_cultural_parameter = language_branch_chadic } set_variable = { name = language_branch value = 7 } } + else_if = { limit = { has_cultural_parameter = language_branch_cushtic } set_variable = { name = language_branch value = 8 } } + else_if = { limit = { has_cultural_parameter = language_branch_egyptian } set_variable = { name = language_branch value = 9 } } + else_if = { limit = { has_cultural_parameter = language_branch_finnic } set_variable = { name = language_branch value = 10 } } + else_if = { limit = { has_cultural_parameter = language_branch_germanic } set_variable = { name = language_branch value = 11 } } + else_if = { limit = { has_cultural_parameter = language_branch_hellenic } set_variable = { name = language_branch value = 12 } } + else_if = { limit = { has_cultural_parameter = language_branch_indo_aryan } set_variable = { name = language_branch value = 13 } } + else_if = { limit = { has_cultural_parameter = language_branch_iranian } set_variable = { name = language_branch value = 14 } } + else_if = { limit = { has_cultural_parameter = language_branch_kartvelian } set_variable = { name = language_branch value = 15 } } + else_if = { limit = { has_cultural_parameter = language_branch_kru } set_variable = { name = language_branch value = 16 } } + else_if = { limit = { has_cultural_parameter = language_branch_manding } set_variable = { name = language_branch value = 17 } } + else_if = { limit = { has_cultural_parameter = language_branch_mongolic } set_variable = { name = language_branch value = 18 } } + else_if = { limit = { has_cultural_parameter = language_branch_north_dravidian } set_variable = { name = language_branch value = 19 } } + else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } set_variable = { name = language_branch value = 20 } } + else_if = { limit = { has_cultural_parameter = language_branch_northwest_caucasian } set_variable = { name = language_branch value = 21 } } + else_if = { limit = { has_cultural_parameter = language_branch_nuristani } set_variable = { name = language_branch value = 22 } } + else_if = { limit = { has_cultural_parameter = language_branch_oghuric } set_variable = { name = language_branch value = 23 } } + else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = 24 } } + else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = 25 } } + else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = 26 } } + else_if = { limit = { has_cultural_parameter = language_branch_romance } set_variable = { name = language_branch value = 27 } } + else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = 28 } } + else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = 29 } } + else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = 30 } } + else_if = { limit = { has_cultural_parameter = language_branch_semitic } set_variable = { name = language_branch value = 31 } } + else_if = { limit = { has_cultural_parameter = language_branch_senegabrian } set_variable = { name = language_branch value = 32 } } + else_if = { limit = { has_cultural_parameter = language_branch_shaz_turkic } set_variable = { name = language_branch value = 33 } } + else_if = { limit = { has_cultural_parameter = language_branch_sinitic } set_variable = { name = language_branch value = 34 } } + else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = 35 } } + else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = 36 } } + else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = 37 } } + else_if = { limit = { has_cultural_parameter = language_branch_tamil_kannada } set_variable = { name = language_branch value = 38 } } + else_if = { limit = { has_cultural_parameter = language_branch_telugu_gondi } set_variable = { name = language_branch value = 39 } } + else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = 40 } } + else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = 41 } } + else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = 42 } } + else_if = { limit = { has_cultural_parameter = language_branch_tungusic } set_variable = { name = language_branch value = 43 } } + else_if = { limit = { has_cultural_parameter = language_branch_urgic } set_variable = { name = language_branch value = 44 } } + else_if = { limit = { has_cultural_parameter = language_branch_vasconic } set_variable = { name = language_branch value = 45 } } + else_if = { limit = { has_cultural_parameter = language_branch_volga_finnic } set_variable = { name = language_branch value = 46 } } + else_if = { limit = { has_cultural_parameter = language_branch_volta_congo } set_variable = { name = language_branch value = 47 } } + else_if = { limit = { has_cultural_parameter = language_branch_yeniseian } set_variable = { name = language_branch value = 48 } } + else_if = { limit = { has_cultural_parameter = language_branch_munda } set_variable = { name = language_branch value = 49 } } + else_if = { limit = { has_cultural_parameter = language_branch_monic } set_variable = { name = language_branch value = 50 } } + else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = 51 } } + else_if = { limit = { has_cultural_parameter = language_branch_corduenian } set_variable = { name = language_branch value = 52 } } } #NB: Dialect continua should *not* be mutually exclusive, so only use if statements here @@ -176,50 +178,47 @@ ccu_initialize_language_union_effect = { #Root is culture in question ccu_culture_created_or_changed_effect = { - effect = { - every_parent_culture = { + every_parent_culture = { + limit = { has_same_culture_language = prev } + prev = { + set_variable = { name = language_union value = prev.var:language_union } + set_variable = { name = language_family value = prev.var:language_family } + set_variable = { name = language_branch value = prev.var:language_branch } + } + #Do this only once to avoid duplication with list + random_parent_culture = { limit = { has_same_culture_language = prev } - prev = { - set_variable = { name = language_union value = prev.var:language_union } - set_variable = { name = language_family value = prev.var:language_family } - set_variable = { name = language_group value = prev.var:language_group } - } - #Do this only once to avoid duplication with list - random_parent_culture = { - limit = { has_same_culture_language = prev } - if = { - limit = { has_variable_list = dialect_continuum } - every_in_list = { - variable = dialect_continuum - save_temporary_scope_as = parent_dialect_continuum - root = { add_to_variable_list = { name = dialect_continuum target = scope:parent_dialect_continuum } } - } + if = { + limit = { has_variable_list = dialect_continuum } + every_in_list = { + variable = dialect_continuum + save_temporary_scope_as = parent_dialect_continuum + root = { add_to_variable_list = { name = dialect_continuum target = scope:parent_dialect_continuum } } } } } - every_parent_culture = { - limit = { has_same_culture_heritage = prev } - prev = { - set_variable = { name = heritage_group value = prev.var:heritage_group } - set_variable = { name = heritage_family value = prev.var:heritage_family } - } - } - - # Failsafe in case the heritage or language of the divergent culture doesn't match either parent - # I didn't think that was possible but it was observed to happen in-game - if = { - limit = { NOT = { has_variable = heritage_group } } - ccu_initialize_heritage_group_effect = yes - ccu_initialize_heritage_family_effect = yes - } - if = { - limit = { NOT = { has_variable = language_group } } - ccu_initialize_language_union_effect = yes - ccu_initialize_language_family_effect = yes - ccu_initialize_language_creole_effect = yes - ccu_initialize_language_group_effect = yes - ccu_initialize_dialect_continua_effect = yes + } + every_parent_culture = { + limit = { has_same_culture_heritage = prev } + prev = { + set_variable = { name = heritage_group value = prev.var:heritage_group } + set_variable = { name = heritage_family value = prev.var:heritage_family } } } + + # Failsafe in case the heritage or language of the divergent culture doesn't match either parent + # I didn't think that was possible but it was observed to happen in-game + if = { + limit = { NOT = { has_variable = heritage_group } } + ccu_initialize_heritage_group_effect = yes + ccu_initialize_heritage_family_effect = yes + } + if = { + limit = { NOT = { has_variable = language_branch } } + ccu_initialize_language_union_effect = yes + ccu_initialize_language_family_effect = yes + ccu_initialize_language_creole_effect = yes + ccu_initialize_language_branch_effect = yes + ccu_initialize_dialect_continua_effect = yes + } } - diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 7d302a6474..38d3f7a615 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -1,5 +1,5 @@ has_berber_language_trigger = { - has_cultural_parameter = language_group_berber + has_cultural_parameter = language_branch_berber } #Cultures able to request/reform the Roman Empires directly diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index fdd2693b0b..735afad7f4 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -1,12 +1,4 @@ -################################################################### -# Purpose: Checks if two culture share a heritage group -# Scope: culture -# Arguments: target (culture) -# Sample Usage: culture:xxx = { has_same_heritage_group_as_trigger = { TARGET = culture:yyy } } - -has_same_heritage_group_as_trigger = { - var:heritage_group = $TARGET$.var:heritage_group -} +#Heritages ################################################################### # Purpose: Checks if two culture share a heritage family @@ -19,15 +11,17 @@ has_same_heritage_family_as_trigger = { } ################################################################### -# Purpose: Checks if two culture share a language group +# Purpose: Checks if two culture share a heritage group # Scope: culture # Arguments: target (culture) -# Sample Usage: culture:xxx = { has_same_language_group_as_trigger = { TARGET = culture:yyy } } +# Sample Usage: culture:xxx = { has_same_heritage_group_as_trigger = { TARGET = culture:yyy } } -has_same_language_group_as_trigger = { - var:language_group = $TARGET$.var:language_group +has_same_heritage_group_as_trigger = { + var:heritage_group = $TARGET$.var:heritage_group } +#Languages + ################################################################### # Purpose: Checks if two culture share a language family # Scope: culture @@ -38,6 +32,18 @@ has_same_language_family_as_trigger = { var:language_family = $TARGET$.var:language_family } +################################################################### +# Purpose: Checks if two culture share a language group +# Scope: culture +# Arguments: target (culture) +# Sample Usage: culture:xxx = { has_same_language_branch_as_trigger = { TARGET = culture:yyy } } + +has_same_language_branch_as_trigger = { + var:language_branch = $TARGET$.var:language_branch +} + +#Other Language Features + ################################################################### # Purpose: Checks if two culture share a language union # Scope: culture @@ -71,7 +77,7 @@ has_same_dialect_continuum_as_trigger = { # Sample Usage: culture:xxx = { has_a_creole_language_trigger = { TARGET = culture:yyy } } has_a_creole_language_trigger = { OR = { - $TARGET$.var:language_creole = var:language_group - $TARGET$.var:language_group = var:language_creole + $TARGET$.var:language_creole = var:language_branch + $TARGET$.var:language_branch = var:language_creole } } diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index 7905506990..de9e45909a 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -61,65 +61,65 @@ culture_parameter_language_family_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_family|E]" culture_parameter_language_family_corduenian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_family|E]" ## Language Groups - culture_parameter_language_group_anatolian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_group|E]" - culture_parameter_language_group_hellenic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_group|E]" - culture_parameter_language_group_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_group|E]" - culture_parameter_language_group_iranian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [language_group|E]" - culture_parameter_language_group_nuristani: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_group|E]" - culture_parameter_language_group_armenian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_group|E]" - culture_parameter_language_group_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_group|E]" - culture_parameter_language_group_romance: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_group|E]" - culture_parameter_language_group_tocharian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [language_group|E]" - culture_parameter_language_group_balto_slavic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [language_group|E]" - culture_parameter_language_group_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [language_group|E]" - culture_parameter_language_group_balkan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balkan [language_group|E]" - culture_parameter_language_group_albanian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Albanian [language_group|E]" - culture_parameter_language_group_phrygian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Phrygian [language_group|E]" - culture_parameter_language_group_berber: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Amazigh [language_group|E]" - culture_parameter_language_group_chadic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Chadic [language_group|E]" - culture_parameter_language_group_cushtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Cushtic [language_group|E]" - culture_parameter_language_group_egyptian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Egyptian [language_group|E]" - culture_parameter_language_group_omotic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Omotic [language_group|E]" - culture_parameter_language_group_semitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [language_group|E]" - culture_parameter_language_group_tamil_kannada: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_group|E]" - culture_parameter_language_group_telugu_gondi: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Central Dravidian [language_group|E]" - culture_parameter_language_group_north_dravidian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Dravidian [language_group|E]" - culture_parameter_language_group_vasconic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [language_group|E]" - culture_parameter_language_group_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_group|E]" - culture_parameter_language_group_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caspian Caucasian [language_group|E]" - culture_parameter_language_group_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Pontic Caucasian [language_group|E]" - culture_parameter_language_group_finnic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Finnic [language_group|E]" - culture_parameter_language_group_sami: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sami [language_group|E]" - culture_parameter_language_group_urgic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ugric [language_group|E]" - culture_parameter_language_group_permic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Permic [language_group|E]" - culture_parameter_language_group_volga_finnic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volga-Finnic [language_group|E]" - culture_parameter_language_group_samoyedic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Samoyedic [language_group|E]" - culture_parameter_language_group_oghuric: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuric [language_group|E]" - culture_parameter_language_group_shaz_turkic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuz Turkic [language_group|E]" - culture_parameter_language_group_mongolic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_group|E]" - culture_parameter_language_group_yeniseian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Yeniseian [language_group|E]" - culture_parameter_language_group_tungusic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_group|E]" - culture_parameter_language_group_sinitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [language_group|E]" - culture_parameter_language_group_tibeto_burman: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Burman [language_group|E]" - culture_parameter_language_group_savannas: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gur-Adamawa [language_group|E]" - culture_parameter_language_group_kru: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kru [language_group|E]" - culture_parameter_language_group_volta_congo: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volta-Congo [language_group|E]" - culture_parameter_language_group_senegabrian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Senegambian [language_group|E]" - culture_parameter_language_group_manding: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Manding [language_group|E]" - culture_parameter_language_group_soninke: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Soninke [language_group|E]" - culture_parameter_language_group_songhay: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Songhay [language_group|E]" - culture_parameter_language_group_sudanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sudanic [language_group|E]" - culture_parameter_language_group_tubu: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tebu [language_group|E]" - culture_parameter_language_group_munda: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Munda [language_group|E]" - culture_parameter_language_group_monic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Monic [language_group|E]" - culture_parameter_language_group_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_group|E]" - culture_parameter_language_group_corduenian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_group|E]" + culture_parameter_language_branch_anatolian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_branch|E]" + culture_parameter_language_branch_hellenic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_branch|E]" + culture_parameter_language_branch_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_branch|E]" + culture_parameter_language_branch_iranian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [language_branch|E]" + culture_parameter_language_branch_nuristani: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_branch|E]" + culture_parameter_language_branch_armenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_branch|E]" + culture_parameter_language_branch_celtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_branch|E]" + culture_parameter_language_branch_romance: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_branch|E]" + culture_parameter_language_branch_tocharian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [language_branch|E]" + culture_parameter_language_branch_balto_slavic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [language_branch|E]" + culture_parameter_language_branch_germanic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [language_branch|E]" + culture_parameter_language_branch_balkan: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balkan [language_branch|E]" + culture_parameter_language_branch_albanian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Albanian [language_branch|E]" + culture_parameter_language_branch_phrygian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Phrygian [language_branch|E]" + culture_parameter_language_branch_berber: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Amazigh [language_branch|E]" + culture_parameter_language_branch_chadic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Chadic [language_branch|E]" + culture_parameter_language_branch_cushtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Cushtic [language_branch|E]" + culture_parameter_language_branch_egyptian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Egyptian [language_branch|E]" + culture_parameter_language_branch_omotic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Omotic [language_branch|E]" + culture_parameter_language_branch_semitic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [language_branch|E]" + culture_parameter_language_branch_tamil_kannada: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_branch|E]" + culture_parameter_language_branch_telugu_gondi: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Central Dravidian [language_branch|E]" + culture_parameter_language_branch_north_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Dravidian [language_branch|E]" + culture_parameter_language_branch_vasconic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [language_branch|E]" + culture_parameter_language_branch_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_branch|E]" + culture_parameter_language_branch_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caspian Caucasian [language_branch|E]" + culture_parameter_language_branch_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Pontic Caucasian [language_branch|E]" + culture_parameter_language_branch_finnic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Finnic [language_branch|E]" + culture_parameter_language_branch_sami: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sami [language_branch|E]" + culture_parameter_language_branch_urgic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ugric [language_branch|E]" + culture_parameter_language_branch_permic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Permic [language_branch|E]" + culture_parameter_language_branch_volga_finnic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volga-Finnic [language_branch|E]" + culture_parameter_language_branch_samoyedic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Samoyedic [language_branch|E]" + culture_parameter_language_branch_oghuric: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuric [language_branch|E]" + culture_parameter_language_branch_shaz_turkic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuz Turkic [language_branch|E]" + culture_parameter_language_branch_mongolic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_branch|E]" + culture_parameter_language_branch_yeniseian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Yeniseian [language_branch|E]" + culture_parameter_language_branch_tungusic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_branch|E]" + culture_parameter_language_branch_sinitic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [language_branch|E]" + culture_parameter_language_branch_tibeto_burman: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Burman [language_branch|E]" + culture_parameter_language_branch_savannas: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gur-Adamawa [language_branch|E]" + culture_parameter_language_branch_kru: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kru [language_branch|E]" + culture_parameter_language_branch_volta_congo: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volta-Congo [language_branch|E]" + culture_parameter_language_branch_senegabrian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Senegambian [language_branch|E]" + culture_parameter_language_branch_manding: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Manding [language_branch|E]" + culture_parameter_language_branch_soninke: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Soninke [language_branch|E]" + culture_parameter_language_branch_songhay: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Songhay [language_branch|E]" + culture_parameter_language_branch_sudanic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sudanic [language_branch|E]" + culture_parameter_language_branch_tubu: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tebu [language_branch|E]" + culture_parameter_language_branch_munda: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Munda [language_branch|E]" + culture_parameter_language_branch_monic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Monic [language_branch|E]" + culture_parameter_language_branch_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_branch|E]" + culture_parameter_language_branch_corduenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_branch|E]" ## Language Unions culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" culture_parameter_language_union_steppe_siberian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" ## Language Creoles - culture_parameter_language_creole_romance: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Romance [language_group|E], as this language is a [creole|E]" + culture_parameter_language_creole_romance: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Romance [language_branch|E], as this language is a [creole|E]" ## Dialect Continua culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" @@ -142,20 +142,20 @@ game_concept_heritage_groups: "Heritage Groups" game_concept_heritage_group_desc: "Heritage Groups are groupings of related [heritages|E]. A shared heritage group increases [cultural_acceptance|E] baseline." - game_concept_language_group: "Language Group" - game_concept_language_groups: "Language Groups" - game_concept_language_group_desc: "Language Groups are groupings of related [languages|E]. A shared language group increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same group as your [culture|E]'s." + game_concept_language_branch: "Language Branches" + game_concept_language_branches: "Language Branches" + game_concept_language_branch_desc: "Language Branches are groupings of related [languages|E]. A shared language branch increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same branch as your [culture|E]'s." game_concept_language_family: "Language Family" game_concept_language_families: "Language Families" - game_concept_language_family_desc: "language Families are groupings of related [language_groups|E]. A shared language family increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same family as your [culture|E]'s." + game_concept_language_family_desc: "language Families are groupings of related [language_branches|E]. A shared language family increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same family as your [culture|E]'s." game_concept_language_union: "Language Union" game_concept_language_unions: "Language Unions" game_concept_language_union_desc: "Language Unions are sprachbunds of genetically unrelated [languages|E]. A shared language union increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same union as your [culture|E]'s." game_concept_language_dialect_continuum: "Dialect Continuum" - game_concept_language_dialect_continuum_desc: "Dialect Continuum represent languages that are related and mutually intelligible, but may not be intelligible to other languages within the same [language_group|E]" + game_concept_language_dialect_continuum_desc: "Dialect Continuum represent languages that are related and mutually intelligible, but may not be intelligible to other languages within the same [language_branch|E]" game_concept_dialect_continuum: "Dialect Continuum" game_concept_language_creole: "Creole" @@ -165,7 +165,7 @@ #Script Breakdown ACCEPTANCE_BASELINE_HERITAGE_GROUP: "[cultures|E] share the same [heritage_group|E]" ACCEPTANCE_BASELINE_HERITAGE_FAMILY: "[cultures|E] share the same [heritage_family|E]" - ACCEPTANCE_BASELINE_LANGUAGE_GROUP: "[cultures|E] share the same [language_group|E]" + ACCEPTANCE_BASELINE_LANGUAGE_BRANCH: "[cultures|E] share the same [language_branch|E]" ACCEPTANCE_BASELINE_LANGUAGE_FAMILY: "[cultures|E] share the same [language_family|E]" ACCEPTANCE_BASELINE_LANGUAGE_UNION: "[cultures|E] share the same [language_union|E]" ACCEPTANCE_BASELINE_LANGUAGE_DIALECT_CONTINUUM: "[cultures|E] share the same [dialect_continuum|E]" @@ -175,7 +175,7 @@ ACCEPTANCE_BASELINE_FAITH_HOSTILE: "[culture|E] majority [faiths|E] consider each other [faith_hostile|E]" ACCEPTANCE_BASELINE_FAITH_EVIL: "[culture|E] majority [faiths|E] consider each other [faith_evil|E]" - SCHEME_SAME_LANGUAGE_GROUP_AS_NATIVE_LANGUAGE: "Same [language_group|E] as your native [language|E]: $VALUE|+0=$" + SCHEME_SAME_LANGUAGE_BRANCH_AS_NATIVE_LANGUAGE: "Same [language_branch|E] as your native [language|E]: $VALUE|+0=$" SCHEME_SAME_LANGUAGE_FAMILY_AS_NATIVE_LANGUAGE: "Same [language_family|E] as your native [language|E]: $VALUE|+0=$" SCHEME_SAME_LANGUAGE_UNION_AS_NATIVE_LANGUAGE: "Same [language_union|E] as your native [language|E]: $VALUE|+0=$" SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE: "Same [dialect_continuum|E] as your native [language|E]: $VALUE|+0=$" @@ -201,12 +201,14 @@ ccu_debug_culture_heritage_family: "CCU Warning" ccu_debug_culture_heritage_family_desc: "[problem_culture.GetName] [culture|E] has no [heritage_family|E]!" - ccu_debug_culture_language_group: "CCU Warning" - ccu_debug_culture_language_group_desc: "[problem_culture.GetName] [culture|E] has no [language_group|E]!" + ccu_debug_culture_language_branch: "CCU Warning" + ccu_debug_culture_language_branch_desc: "[problem_culture.GetName] [culture|E] has no [language_branch|E]!" ccu_debug_culture_language_family: "CCU Warning" ccu_debug_culture_language_family_desc: "[problem_culture.GetName] [culture|E] has no [language_family|E]!" ccu_debug_culture_language_union: "CCU Warning" ccu_debug_culture_language_union_desc: "[problem_culture.GetName] [culture|E] has no [language_union|E]!" - \ No newline at end of file + + ccu_debug_culture_language_creole: "CCU Warning" + ccu_debug_culture_language_creole_desc: "[problem_culture.GetName] [culture|E] has no [language_creole|E]!" \ No newline at end of file From a820ddeddd708c74ff162e5494987943b4fd49dd Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:41:01 -0500 Subject: [PATCH 244/339] Implement Language Groups concept --- .../game_concepts/ccu_game_concepts.txt | 5 +++ WtWSMS/common/on_action/BP_game_start.txt | 11 ++++++ .../learn_language_scheme_CCU_Overwrite.txt | 7 ++++ .../00_culture_values_CCU_overwrite.txt | 25 +++++++++++-- .../01_starting_values_CCU_overwrite.txt | 7 ++++ .../script_values/ccu_script_values.txt | 19 +++++----- .../scripted_effects/ccu_scripted_effects.txt | 11 ++++-- WtWSMS/common/scripted_triggers/ccu_API.txt | 35 ++++++++++++++----- .../english/BP_ccu_features_l_english.yml | 10 +++++- 9 files changed, 108 insertions(+), 22 deletions(-) diff --git a/WtWSMS/common/game_concepts/ccu_game_concepts.txt b/WtWSMS/common/game_concepts/ccu_game_concepts.txt index e7cc1ef16f..7bc9b3f3e4 100644 --- a/WtWSMS/common/game_concepts/ccu_game_concepts.txt +++ b/WtWSMS/common/game_concepts/ccu_game_concepts.txt @@ -25,6 +25,11 @@ language_branch = { alias = { language_branches } texture = "gfx/interface/icons/culture_pillars/language.dds" } +language_group = { + parent = language + alias = { language_groups } + texture = "gfx/interface/icons/culture_pillars/language.dds" +} language_dialect_continuum = { parent = language alias = { dialect_continuum } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 09bba22a73..b060258805 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -73,6 +73,17 @@ ccu_startup_debug = { } } } + if = { + limit = { NOT = { has_variable = language_group } } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_language_group + desc = ccu_debug_culture_language_group_desc + } + } + } if = { limit = { NOT = { has_variable = language_branch } } save_scope_as = problem_culture diff --git a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt index 38fca35fcf..afa25c0503 100644 --- a/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt +++ b/WtWSMS/common/schemes/learn_language_scheme_CCU_Overwrite.txt @@ -125,8 +125,15 @@ learn_language = { scope:owner.culture = { has_same_dialect_continuum_as_trigger = { TARGET = scope:target.culture } } desc = SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE } + modifier = { + add = 15 + NOT = { scope:owner.culture = { has_same_dialect_continuum_as_trigger = { TARGET = scope:target.culture } } } + scope:owner.culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } + desc = SCHEME_SAME_LANGUAGE_BRANCH_AS_NATIVE_LANGUAGE + } modifier = { add = 10 + NOT = { scope:owner.culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } } scope:owner.culture = { has_same_language_branch_as_trigger = { TARGET = scope:target.culture } } desc = SCHEME_SAME_LANGUAGE_BRANCH_AS_NATIVE_LANGUAGE } diff --git a/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt b/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt index 094996f984..0b00991ec6 100644 --- a/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/00_culture_values_CCU_overwrite.txt @@ -224,20 +224,41 @@ scope:checking_native_language = yes NOT = { culture = { has_same_language_family_as_trigger = { TARGET = scope:target.culture } } } } - multiply = 0.6 + multiply = 0.2 } else_if = { limit = { scope:checking_native_language = yes NOT = { culture = { has_same_language_branch_as_trigger = { TARGET = scope:target.culture } } } } + multiply = 0.4 + } + else_if = { + limit = { + scope:checking_native_language = yes + NOT = { culture = { has_same_language_group_as_trigger = { TARGET = scope:target.culture } } } + } multiply = 0.8 } + else_if = { + limit = { + scope:checking_native_language = yes + NOT = { culture = { has_same_dialect_continuum_as_trigger = { TARGET = scope:target.culture } } } + } + multiply = 1.0 + } if = { limit = { scope:checking_native_language = yes culture = { is_in_language_union_with_trigger = { TARGET = scope:target.culture } } } - multiply = 1.2 + multiply = 2.0 #Reverts not in same family effect + } + if = { + limit = { + scope:checking_native_language = yes + culture = { has_a_creole_language_trigger = { TARGET = scope:target.culture } } + } + multiply = 4.0 #Reverts not in same family/group effect } } diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index 00b4a89c23..b72775b993 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -71,6 +71,13 @@ culture_acceptance_baseline = { desc = ACCEPTANCE_BASELINE_LANGUAGE_DIALECT_CONTINUUM } } + else_if = { + limit = { has_same_language_group_as_trigger = { TARGET = scope:culture } } + add = { + value = same_language_group_cultural_acceptance + desc = ACCEPTANCE_BASELINE_LANGUAGE_GROUP + } + } else_if = { limit = { has_same_language_branch_as_trigger = { TARGET = scope:culture } } add = { diff --git a/WtWSMS/common/script_values/ccu_script_values.txt b/WtWSMS/common/script_values/ccu_script_values.txt index 56419147a3..39eb8f4a93 100644 --- a/WtWSMS/common/script_values/ccu_script_values.txt +++ b/WtWSMS/common/script_values/ccu_script_values.txt @@ -1,17 +1,18 @@ #Heritages -same_heritage_cultural_acceptance = 24 -same_heritage_group_cultural_acceptance = 12 -same_heritage_family_cultural_acceptance = 6 +same_heritage_cultural_acceptance = 20 +same_heritage_group_cultural_acceptance = 10 +same_heritage_family_cultural_acceptance = 5 #Languages -same_language_cultural_acceptance = 12 -same_dialect_continuum_cultural_acceptance = 9 -same_language_branch_cultural_acceptance = 6 -same_language_family_cultural_acceptance = 3 +same_language_cultural_acceptance = 10 +same_dialect_continuum_cultural_acceptance = 8 +same_language_group_cultural_acceptance = 6 +same_language_branch_cultural_acceptance = 4 +same_language_family_cultural_acceptance = 2 #Other Langauge Features -same_language_union_cultural_acceptance = 3 -creole_language_cultural_acceptance = 6 +same_language_union_cultural_acceptance = 2 +creole_language_cultural_acceptance = 4 different_martial_tradition_cultural_acceptance = -10 diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 7d0b0eb9fc..8a2670a79c 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -7,6 +7,7 @@ ccu_initialize_culture_effect = { #Languages ccu_initialize_language_family_effect = yes ccu_initialize_language_branch_effect = yes + ccu_initialize_language_group_effect = yes ccu_initialize_dialect_continua_effect = yes #Additional language effects ccu_initialize_language_creole_effect = yes @@ -141,6 +142,10 @@ ccu_initialize_language_branch_effect = { else_if = { limit = { has_cultural_parameter = language_branch_corduenian } set_variable = { name = language_branch value = 52 } } } +ccu_initialize_language_group_effect = { + set_variable = { name = language_group value = -1 } +} + #NB: Dialect continua should *not* be mutually exclusive, so only use if statements here ccu_initialize_dialect_continua_effect = { #Romance cultures @@ -215,10 +220,12 @@ ccu_culture_created_or_changed_effect = { } if = { limit = { NOT = { has_variable = language_branch } } - ccu_initialize_language_union_effect = yes ccu_initialize_language_family_effect = yes - ccu_initialize_language_creole_effect = yes ccu_initialize_language_branch_effect = yes + ccu_initialize_language_group_effect = yes ccu_initialize_dialect_continua_effect = yes + #Other Language Effects + ccu_initialize_language_union_effect = yes + ccu_initialize_language_creole_effect = yes } } diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index 735afad7f4..9e62c82f4d 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -33,7 +33,7 @@ has_same_language_family_as_trigger = { } ################################################################### -# Purpose: Checks if two culture share a language group +# Purpose: Checks if two culture share a language branch # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_language_branch_as_trigger = { TARGET = culture:yyy } } @@ -42,17 +42,23 @@ has_same_language_branch_as_trigger = { var:language_branch = $TARGET$.var:language_branch } -#Other Language Features - ################################################################### -# Purpose: Checks if two culture share a language union +# Purpose: Checks if two culture share a language group # Scope: culture # Arguments: target (culture) -# Sample Usage: culture:xxx = { is_in_language_union_with_trigger = { TARGET = culture:yyy } } +# Sample Usage: culture:xxx = { has_same_language_branch_as_trigger = { TARGET = culture:yyy } } -is_in_language_union_with_trigger = { - NOT = { var:language_union = flag:none } - var:language_union = $TARGET$.var:language_union +has_same_language_group_as_trigger = { + trigger_if = { + limit = { + NAND = { + var:language_group = -1 + $TARGET$.var:language_group = -1 + } + } + var:language_group = $TARGET$.var:language_group + } + trigger_else = { always = no } } ################################################################### @@ -70,6 +76,19 @@ has_same_dialect_continuum_as_trigger = { } } +#Other Language Features + +################################################################### +# Purpose: Checks if two culture share a language union +# Scope: culture +# Arguments: target (culture) +# Sample Usage: culture:xxx = { is_in_language_union_with_trigger = { TARGET = culture:yyy } } + +is_in_language_union_with_trigger = { + NOT = { var:language_union = flag:none } + var:language_union = $TARGET$.var:language_union +} + ################################################################### # Purpose: Checks if the language of a culture is a creole # Scope: culture diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index de9e45909a..2b9721f80e 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -142,7 +142,11 @@ game_concept_heritage_groups: "Heritage Groups" game_concept_heritage_group_desc: "Heritage Groups are groupings of related [heritages|E]. A shared heritage group increases [cultural_acceptance|E] baseline." - game_concept_language_branch: "Language Branches" + game_concept_language_group: "Language Group" + game_concept_language_groups: "Language Groups" + game_concept_language_group_desc: "Language Groups are groupings of related [languages|E]. A shared language group increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same group as your [culture|E]'s." + + game_concept_language_branch: "Language Branch" game_concept_language_branches: "Language Branches" game_concept_language_branch_desc: "Language Branches are groupings of related [languages|E]. A shared language branch increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same branch as your [culture|E]'s." @@ -165,6 +169,7 @@ #Script Breakdown ACCEPTANCE_BASELINE_HERITAGE_GROUP: "[cultures|E] share the same [heritage_group|E]" ACCEPTANCE_BASELINE_HERITAGE_FAMILY: "[cultures|E] share the same [heritage_family|E]" + ACCEPTANCE_BASELINE_LANGUAGE_GROUP: "[cultures|E] share the same [language_group|E]" ACCEPTANCE_BASELINE_LANGUAGE_BRANCH: "[cultures|E] share the same [language_branch|E]" ACCEPTANCE_BASELINE_LANGUAGE_FAMILY: "[cultures|E] share the same [language_family|E]" ACCEPTANCE_BASELINE_LANGUAGE_UNION: "[cultures|E] share the same [language_union|E]" @@ -201,6 +206,9 @@ ccu_debug_culture_heritage_family: "CCU Warning" ccu_debug_culture_heritage_family_desc: "[problem_culture.GetName] [culture|E] has no [heritage_family|E]!" + ccu_debug_culture_language_group: "CCU Warning" + ccu_debug_culture_language_group_desc: "[problem_culture.GetName] [culture|E] has no [language_group|E]!" + ccu_debug_culture_language_branch: "CCU Warning" ccu_debug_culture_language_branch_desc: "[problem_culture.GetName] [culture|E] has no [language_branch|E]!" From 349cc6503d1e5809a27f94f499584cb181a9f295 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:36:26 -0500 Subject: [PATCH 245/339] Overhaul Languages (Part 1) * Implement Language groups * Fixup API * Reorganize languages for fast searching --- WtWSMS/common/culture/pillars/00_language.txt | 1795 ++++++++++------- .../script_values/ccu_script_values.txt | 10 +- .../scripted_effects/BP_on_action_effects.txt | 2 - .../scripted_effects/ccu_scripted_effects.txt | 27 +- WtWSMS/common/scripted_triggers/ccu_API.txt | 15 +- .../english/BP_ccu_features_l_english.yml | 31 +- .../BP_cultural_languages_l_english.yml | 1 - 7 files changed, 1140 insertions(+), 741 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 0cf8bcc2bd..634ab4d577 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -8,24 +8,25 @@ # [2] - https://en.wikipedia.org/wiki/Eastern_Indo-Aryan_languages # Indo-European -## Anatolian -language_cappadocian = { + +## Albanian +language_albanian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_cappadocian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_albanian } } parameters = { - language_branch_anatolian = yes + language_branch_albanian = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_cappadocian } + limit = { has_cultural_pillar = language_albanian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_anatolian } + limit = { has_cultural_parameter = language_branch_albanian } multiply = same_language_branch_choice_factor } else_if = { @@ -34,11 +35,13 @@ language_cappadocian = { } } - color = cappadocian + color = { 0.4 0.2 0.2 } } -language_isaurian = { + +## Anatolian +language_cappadocian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_isaurian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_cappadocian } } parameters = { language_branch_anatolian = yes @@ -48,7 +51,7 @@ language_isaurian = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_isaurian } + limit = { has_cultural_pillar = language_cappadocian } multiply = same_language_choice_factor } else_if = { @@ -61,53 +64,25 @@ language_isaurian = { } } - color = isaurian -} -## Hellenic -language_greek = { - type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_greek } } - - parameters = { - language_branch_hellenic = yes - language_family_indo_european = yes - } - - ai_will_do = { - value = 10 - if = { - limit = { has_cultural_pillar = language_greek } - multiply = same_language_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_branch_hellenic } - multiply = same_language_branch_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_family_indo_european } - multiply = same_language_family_choice_factor - } - } - - color = greek + color = cappadocian } -language_doric = { +language_isaurian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_doric } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_isaurian } } parameters = { - language_branch_hellenic = yes + language_branch_anatolian = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_doric } + limit = { has_cultural_pillar = language_isaurian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_hellenic } + limit = { has_cultural_parameter = language_branch_anatolian } multiply = same_language_branch_choice_factor } else_if = { @@ -116,27 +91,28 @@ language_doric = { } } - color = tsakonian + color = isaurian } -## Indo-Aryan -language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible with magadhan [2] + +## Armenian +language_armenian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_kamarupan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_armenian } } parameters = { - language_branch_indo_aryan = yes + language_branch_armenian = yes language_family_indo_european = yes - language_union_indian = yes + language_union_caucasus = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_kamarupan } + limit = { has_cultural_pillar = language_armenian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_branch_armenian } multiply = same_language_branch_choice_factor } else_if = { @@ -144,329 +120,315 @@ language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible wi multiply = same_language_family_choice_factor } else_if = { - limit = { has_cultural_parameter = language_union_indian } + limit = { has_cultural_parameter = language_union_caucasus } multiply = same_language_union_choice_factor } } - color = old_kamrupan + color = armenian } -#Progenitor of Several Branches, including: -# Northwestern Indic (punjabi, sindhi) -# Western Indic (bhil, gujarati, rajasthani) -# Central Indic (hindustani, braj, awadhi) -language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni + +## Balkan (Illyrian+Dacian+Thracian) +language_thracian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sauraseni } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_thracian } } parameters = { - language_branch_indo_aryan = yes + language_branch_balkan = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sauraseni } + limit = { has_cultural_pillar = language_thracian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_branch_balkan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = central_indo_aryan + color = thracian } -language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects +language_dacian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_rajasthani } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_dacian } } parameters = { - language_branch_indo_aryan = yes + language_branch_balkan = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_rajasthani } + limit = { has_cultural_pillar = language_dacian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_branch_balkan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = rajput + color = dacian } -language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] +language_illyrian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_marathi } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_illyrian } } parameters = { - language_branch_indo_aryan = yes + language_branch_balkan = yes language_family_indo_european = yes - language_union_indian = yes } - ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_marathi } + limit = { has_cultural_pillar = language_illyrian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_branch_balkan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color =southern_indo_aryan + color = illyrian } -language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] + +## Balto-Slavic + +### Baltic +language_baltic = { #East Baltic type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_magadhan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_baltic } } parameters = { - language_branch_indo_aryan = yes + language_group_baltic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_magadhan } + limit = { has_cultural_pillar = language_baltic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_baltic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = eastern_indo_aryan + color = lithuanian } -#Ancestor to himalayans languages, including: -# Western: garwhali, kumaoni -# Eastern: nepali -language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari +language_west_baltic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_pahari } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_west_baltic } } parameters = { - language_branch_indo_aryan = yes + language_group_baltic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_pahari } + limit = { has_cultural_pillar = language_west_baltic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_baltic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = northern_indo_aryan + color = galindian } -#Ancestor to Dardic Languages, including kashmiri, kalasha -language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic +### Slavic +language_east_slavic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_kashmiri } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_slavic } } parameters = { - language_branch_indo_aryan = yes + language_group_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_kashmiri } + limit = { has_cultural_pillar = language_east_slavic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_slavic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = dardic_indo_aryan + color = russian } -#Ancestor to Lanka/Insular Indic languages -language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic +language_south_slavic = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sinhalese } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_south_slavic } } parameters = { - language_branch_indo_aryan = yes + language_group_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sinhalese } + limit = { has_cultural_pillar = language_east_slavic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_slavic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = sinhala + color = bosnian } -language_vrachada = { #Dialects of Sindh and Punjab (Currently Unused) +language_slavonic = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_vrachada } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_slavonic } } parameters = { - language_branch_indo_aryan = yes + language_group_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_vrachada } + limit = { has_cultural_pillar = language_east_slavic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_slavic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = punjabi + color = bulgarian } -language_sanskrit = { +language_lechitic = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sanskrit } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_lechitic } } parameters = { - language_branch_indo_aryan = yes + language_group_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes - language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sanskrit } + limit = { has_cultural_pillar = language_east_slavic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_slavic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_indian } - multiply = same_language_union_choice_factor - } } - color = sanskrit + color = polish } -## Iranian -language_scythian = { +language_czech_slovak = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_scythian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_czech_slovak } } parameters = { - language_branch_iranian = yes + language_group_slavic = yes + language_branch_balto_slavic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_scythian } + limit = { has_cultural_pillar = language_east_slavic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_slavic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } multiply = same_language_branch_choice_factor } else_if = { @@ -475,25 +437,35 @@ language_scythian = { } } - color = afghan + color = czech } -language_sogdian = { + +## Celtic + +### Continental Celtic +language_celtiberian = { #Significant Latin Creolization type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_celtiberian } } parameters = { - language_branch_iranian = yes + language_group_continental_celtic = yes + language_branch_celtic = yes + language_creole_romance = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sogdian } + limit = { has_cultural_pillar = language_celtiberian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_continental_celtic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_celtic } multiply = same_language_branch_choice_factor } else_if = { @@ -502,25 +474,31 @@ language_sogdian = { } } - color = sogdian + color = astures } -language_sakan = { +language_gallaecian = { #Significant Latin Creolization type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gallaecian } } parameters = { - language_branch_iranian = yes + language_group_continental_celtic = yes + language_branch_celtic = yes + language_creole_romance = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sakan } + limit = { has_cultural_pillar = language_celtiberian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_continental_celtic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_celtic } multiply = same_language_branch_choice_factor } else_if = { @@ -529,25 +507,30 @@ language_sakan = { } } - color = sakan + color = astures } -language_bactrian = { +language_gaulish = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_bactrian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gaulish } } parameters = { - language_branch_iranian = yes + language_group_continental_celtic = yes + language_branch_celtic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_bactrian } + limit = { has_cultural_pillar = language_celtiberian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_continental_celtic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_celtic } multiply = same_language_branch_choice_factor } else_if = { @@ -556,64 +539,63 @@ language_bactrian = { } } - color = bactrian + color = gallic } -language_iranian = { +### Insular Celtic +language_brythonic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_iranian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_brythonic } } parameters = { - language_branch_iranian = yes + language_group_insular_celtic = yes + language_branch_celtic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_iranian } + limit = { has_cultural_pillar = language_brythonic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_insular_celtic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_celtic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - #Other tweaks - if = { - limit = { - scope:character = { - OR = { - religion = religion:islam_religion - religion = religion:zoroastrianism_religion - } - } - } - multiply = 2 - } } - color = persian + color = welsh } -language_parthian = { +language_goidelic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_parthian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_goidelic } } parameters = { - language_branch_iranian = yes + language_group_insular_celtic = yes + language_branch_celtic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_parthian } + limit = { has_cultural_pillar = language_brythonic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_insular_celtic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_celtic } multiply = same_language_branch_choice_factor } else_if = { @@ -622,25 +604,34 @@ language_parthian = { } } - color = parthian + color = gaelic } -language_median = { + +## Germanic + +### East Germanic +language_gothic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_median } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gothic } } parameters = { - language_branch_iranian = yes + language_group_east_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_median } + limit = { has_cultural_pillar = language_gothic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_east_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -649,26 +640,30 @@ language_median = { } } - color = median + color = gothic } -language_caspian_iranian = { +language_vandalic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_caspian_iranian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_vandalic } } parameters = { - language_branch_iranian = yes + language_group_east_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes - language_union_caucasus = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_caspian_iranian } + limit = { has_cultural_pillar = language_vandalic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_east_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -677,26 +672,30 @@ language_caspian_iranian = { } } - color = daylamite + color = vandalic } -language_adharic = { +language_east_germanic = { #i.e., non-Gothic Weilbark type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_adharic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_germanic } } parameters = { - language_branch_iranian = yes + language_group_east_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes - language_union_caucasus = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_adharic } + limit = { has_cultural_pillar = language_east_germanic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_iranian } + limit = { has_cultural_parameter = language_group_east_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -705,26 +704,30 @@ language_adharic = { } } - color = adhari + color = burgundian } -## Nuristani -language_nuristani = { +language_skirian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_nuristani } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_skirian } } parameters = { - language_branch_nuristani = yes + language_group_east_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_nuristani } + limit = { has_cultural_pillar = language_skirian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_nuristani } + limit = { has_cultural_parameter = language_group_east_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -733,60 +736,59 @@ language_nuristani = { } } - color = nuristani + color = skirian } -## Armenian -language_armenian = { +### North Germanic +language_norse = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_armenian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_norse } } parameters = { - language_branch_armenian = yes + language_branch_germanic = yes language_family_indo_european = yes - language_union_caucasus = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_armenian } + limit = { has_cultural_pillar = language_norse } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_armenian } + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - else_if = { - limit = { has_cultural_parameter = language_union_caucasus } - multiply = same_language_union_choice_factor - } } - color = armenian + color = norse } -## Celtic -language_celtiberian = { #Significant Latin Creolization +### West Germanic +language_central_germanic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_celtiberian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_central_germanic } } parameters = { - language_branch_celtic = yes - language_creole_romance = yes + language_group_west_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_celtiberian } + limit = { has_cultural_pillar = language_central_germanic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_celtic } + limit = { has_cultural_parameter = language_group_west_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -795,26 +797,30 @@ language_celtiberian = { #Significant Latin Creolization } } - color = astures + color = langobard } -language_gallaecian = { #Significant Latin Creolization +language_north_sea_germanic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_gallaecian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_north_sea_germanic } } parameters = { - language_branch_celtic = yes - language_creole_romance = yes + language_group_west_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_gallaecian } + limit = { has_cultural_pillar = language_north_sea_germanic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_celtic } + limit = { has_cultural_parameter = language_group_west_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -823,25 +829,30 @@ language_gallaecian = { #Significant Latin Creolization } } - color = astures + color = old_saxon } -language_brythonic = { +language_anglic = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_brythonic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_anglic } } parameters = { - language_branch_celtic = yes + language_group_west_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_brythonic } + limit = { has_cultural_pillar = language_anglic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_celtic } + limit = { has_cultural_parameter = language_group_west_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -850,25 +861,30 @@ language_brythonic = { } } - color = welsh + color = english } -language_goidelic = { +language_dutch = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_goidelic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_dutch } } parameters = { - language_branch_celtic = yes + language_group_west_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_goidelic } + limit = { has_cultural_pillar = language_dutch } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_celtic } + limit = { has_cultural_parameter = language_group_west_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -877,25 +893,30 @@ language_goidelic = { } } - color = gaelic + color = dutch } -language_gaulish = { +language_frankish = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_gaulish } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_frankish } } parameters = { - language_branch_celtic = yes + language_group_west_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_gaulish } + limit = { has_cultural_pillar = language_frankish } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_celtic } + limit = { has_cultural_parameter = language_group_west_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -904,25 +925,30 @@ language_gaulish = { } } - color = gallic + color = frankish } -language_lusitanian = { #Dead 476 +language_high_german = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_lusitanian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_high_german } } parameters = { - language_branch_celtic = yes + language_group_west_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_lusitanian } + limit = { has_cultural_pillar = language_high_german } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_celtic } + limit = { has_cultural_parameter = language_group_west_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -931,28 +957,30 @@ language_lusitanian = { #Dead 476 } } - color = lusitanian + color = swabian } -## Romance -### Latin -language_latin = { +language_saxon = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_latin } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_saxon } } parameters = { - language_dialect_continuum_proto_romance = yes - language_branch_romance = yes + language_group_west_germanic = yes + language_branch_germanic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_latin } + limit = { has_cultural_pillar = language_saxon } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_west_germanic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_germanic } multiply = same_language_branch_choice_factor } else_if = { @@ -961,29 +989,27 @@ language_latin = { } } - color = language_latin + color = saxon } -### Proto-Romance Dialects -language_proto_sardinian = { + +## Hellenic +language_greek = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_sardinian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_greek } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_southern_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_branch_romance = yes + language_branch_hellenic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_sardinian } + limit = { has_cultural_pillar = language_greek } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_hellenic } multiply = same_language_branch_choice_factor } else_if = { @@ -992,29 +1018,25 @@ language_proto_sardinian = { } } - color = language_sardinian + color = greek } -language_proto_ibero_romance = { +language_doric = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_ibero_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_doric } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_ibero_romance = yes - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_occitano_romance = yes - language_branch_romance = yes + language_branch_hellenic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_ibero_romance } + limit = { has_cultural_pillar = language_doric } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_hellenic } multiply = same_language_branch_choice_factor } else_if = { @@ -1023,331 +1045,365 @@ language_proto_ibero_romance = { } } - color = language_iberian + color = tsakonian } -language_proto_gallo_romance = { + +## Indo-Iranian + +### Indo-Aryan: TODO AFTER INDIAN MERGE +language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible with magadhan [2] type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_gallo_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_kamarupan } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_northern_romance = yes - language_dialect_continuum_ibero_romance = yes - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_occitano_romance = yes - language_dialect_continuum_rhaeto_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_gallo_romance } + limit = { has_cultural_pillar = language_kamarupan } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_galloromance + color = old_kamrupan } -language_proto_british_romance = { +#Progenitor of Several Branches, including: +# Northwestern Indic (punjabi, sindhi) +# Western Indic (bhil, gujarati, rajasthani) +# Central Indic (hindustani, braj, awadhi) +language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_british_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sauraseni } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_northern_romance = yes - language_dialect_continuum_gallo_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_british_romance } + limit = { has_cultural_pillar = language_sauraseni } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_britoromance + color = central_indo_aryan } -language_proto_italian_romance = { +language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_italian_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_rajasthani } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_dialect_continuum_southern_romance = yes - language_dialect_continuum_rhaeto_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_italian_romance } + limit = { has_cultural_pillar = language_rajasthani } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_italoromance + color = rajput } -language_proto_african_romance = { +language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_african_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_marathi } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_dialect_continuum_southern_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } + ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_african_romance } + limit = { has_cultural_pillar = language_marathi } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_afroromance + color =southern_indo_aryan } -language_proto_illyrian_romance = { +language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_illyrian_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_magadhan } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_dialect_continuum_eastern_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_illyrian_romance } + limit = { has_cultural_pillar = language_magadhan } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_illyroromance + color = eastern_indo_aryan } -language_proto_raetonorican_romance = { #Raetia-Noricum/Upper Danubian spectrum +#Ancestor to himalayans languages, including: +# Western: garwhali, kumaoni +# Eastern: nepali +language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_raetonorican_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_pahari } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_dialect_continuum_rhaeto_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_raetonorican_romance } + limit = { has_cultural_pillar = language_pahari } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_rhaetoromance + color = northern_indo_aryan } -language_proto_pannonian_romance = { +#Ancestor to Dardic Languages, including kashmiri, kalasha +language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_pannonian_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_kashmiri } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_eastern_romance = yes - language_dialect_continuum_rhaeto_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_pannonian_romance } + limit = { has_cultural_pillar = language_kashmiri } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_pannonioromance + color = dardic_indo_aryan } -language_proto_eastern_romance = { +#Ancestor to Lanka/Insular Indic languages +language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_eastern_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sinhalese } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_eastern_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_eastern_romance } + limit = { has_cultural_pillar = language_sinhalese } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_easternromance + color = sinhala } -language_proto_syrian_romance = { +language_vrachada = { #Dialects of Sindh and Punjab (Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_syrian_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_vrachada } } parameters = { - language_dialect_continuum_proto_romance = yes - language_dialect_continuum_syrian_romance = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_syrian_romance } + limit = { has_cultural_pillar = language_vrachada } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = language_syrianromance + color = punjabi } -##### Unused Variants vvvvv -language_sardinian = { #Probable early divergence from Latin +language_sanskrit = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sanskrit } } parameters = { - language_dialect_continuum_southern_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_branch_romance = yes + language_branch_indo_aryan = yes language_family_indo_european = yes + language_union_indian = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sardinian } + limit = { has_cultural_pillar = language_sanskrit } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_branch_indo_aryan } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } } - color = sardinian + color = sanskrit } -language_italian = { #(Currently Unused) +### Iranian +language_scythian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_italian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_scythian } } parameters = { - language_dialect_continuum_italo_dalmatian = yes - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_italian } + limit = { has_cultural_pillar = language_scythian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1356,26 +1412,30 @@ language_italian = { #(Currently Unused) } } - color = italian + color = afghan } -language_wallachian = { #(Currently Unused) +language_sogdian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } parameters = { - language_dialect_continuum_eastern_romance = yes - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_wallachian } + limit = { has_cultural_pillar = language_sogdian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1384,122 +1444,138 @@ language_wallachian = { #(Currently Unused) } } - color = vlach + color = sogdian } -language_french = { #(Currently Unused) +language_sakan = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_french } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } parameters = { - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes - language_dialect_continuum_gallo_romance = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_french } + limit = { has_cultural_pillar = language_sakan } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - # Other Tweaks - if = { - limit = { culture = culture:english } - multiply = 2 - } } - color = french + color = sakan } -language_iberian = { #(Currently Unused) +language_bactrian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_bactrian } } parameters = { - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes - language_dialect_continuum_ibero_romance = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_iberian } + limit = { has_cultural_pillar = language_bactrian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - #Other Tweaks - if = { - limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque - multiply = 2 - } } - color = castilian + color = bactrian } -language_occitano_romance = { #(Currently Unused) +language_iranian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_iranian } } parameters = { - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_occitano_romance = yes - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_occitano_romance } + limit = { has_cultural_pillar = language_iranian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + #Other tweaks + if = { + limit = { + scope:character = { + OR = { + religion = religion:islam_religion + religion = religion:zoroastrianism_religion + } + } + } + multiply = 2 + } } - color = occitan + color = persian } -#Latin Linguistic Drift -language_african_romance = { +language_parthian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_african_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_parthian } } parameters = { - language_dialect_continuum_southern_romance = yes - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_african_romance } + limit = { has_cultural_pillar = language_parthian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1508,27 +1584,30 @@ language_african_romance = { } } - color = romano_african + color = parthian } -language_rhaeto_romance = { +language_median = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_rhaeto_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_median } } parameters = { - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_rhaeto_romance = yes - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_rhaeto_romance } + limit = { has_cultural_pillar = language_median } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1537,26 +1616,31 @@ language_rhaeto_romance = { } } - color = romano_raetian + color = median } -language_british_romance = { +language_caspian_iranian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_british_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_caspian_iranian } } parameters = { - language_dialect_continuum_northern_romance = yes - language_branch_romance = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes + language_union_caucasus = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_british_romance } + limit = { has_cultural_pillar = language_caspian_iranian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_romance } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1565,27 +1649,31 @@ language_british_romance = { } } - color = romano_raetian + color = daylamite } -### End Unused Latin Languages ^^^^^ -## Tocharian -language_tocharian = { +language_adharic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_tocharian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_adharic } } parameters = { - language_branch_tocharian = yes + language_group_iranic = yes + language_branch_indo_iranic = yes language_family_indo_european = yes + language_union_caucasus = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_tocharian } + limit = { has_cultural_pillar = language_adharic } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_tocharian } + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1594,25 +1682,26 @@ language_tocharian = { } } - color = tocharian + color = adhari } -language_gushi = { +## Nuristani: TODO AFTER INDIAN MERGE +language_nuristani = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_gushi } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_nuristani } } parameters = { - language_branch_tocharian = yes + language_branch_nuristani = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_gushi } + limit = { has_cultural_pillar = language_nuristani } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_tocharian } + limit = { has_cultural_parameter = language_branch_nuristani } multiply = same_language_branch_choice_factor } else_if = { @@ -1621,26 +1710,36 @@ language_gushi = { } } - color = gushi + color = nuristani } -## Balto-Slavic -language_baltic = { #East Baltic + +## Italic + +### Romance +#### Latin +language_latin = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_baltic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_latin } } parameters = { - language_branch_balto_slavic = yes + language_dialect_continuum_proto_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_baltic } + limit = { has_cultural_pillar = language_latin } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balto_slavic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1649,25 +1748,34 @@ language_baltic = { #East Baltic } } - color = lithuanian + color = language_latin } -language_west_baltic = { +#### Proto-Romance Dialects +language_proto_sardinian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_west_baltic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_sardinian } } parameters = { - language_branch_balto_slavic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_west_baltic } + limit = { has_cultural_pillar = language_proto_sardinian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balto_slavic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1676,25 +1784,34 @@ language_west_baltic = { } } - color = galindian + color = language_sardinian } -language_east_slavic = { +language_proto_ibero_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_slavic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_ibero_romance } } parameters = { - language_branch_balto_slavic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_east_slavic } + limit = { has_cultural_pillar = language_proto_ibero_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balto_slavic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1703,25 +1820,36 @@ language_east_slavic = { } } - color = russian + color = language_iberian } -language_south_slavic = { #(Currently Unused) +language_proto_gallo_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_south_slavic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_gallo_romance } } parameters = { - language_branch_balto_slavic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_northern_romance = yes + language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_south_slavic } + limit = { has_cultural_pillar = language_proto_gallo_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balto_slavic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1730,25 +1858,33 @@ language_south_slavic = { #(Currently Unused) } } - color = bosnian + color = language_galloromance } -language_slavonic = { #(Currently Unused) +language_proto_british_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_slavonic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_british_romance } } parameters = { - language_branch_balto_slavic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_northern_romance = yes + language_dialect_continuum_gallo_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_slavonic } + limit = { has_cultural_pillar = language_proto_british_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balto_slavic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1757,25 +1893,35 @@ language_slavonic = { #(Currently Unused) } } - color = bulgarian + color = language_britoromance } -language_lechitic = { #(Currently Unused) +language_proto_italian_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_lechitic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_italian_romance } } parameters = { - language_branch_balto_slavic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_lechitic } + limit = { has_cultural_pillar = language_proto_italian_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balto_slavic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1784,25 +1930,33 @@ language_lechitic = { #(Currently Unused) } } - color = polish + color = language_italoromance } -language_czech_slovak = { #(Currently Unused) +language_proto_african_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_czech_slovak } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_african_romance } } parameters = { - language_branch_balto_slavic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_southern_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_czech_slovak } + limit = { has_cultural_pillar = language_proto_african_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balto_slavic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1811,26 +1965,33 @@ language_czech_slovak = { #(Currently Unused) } } - color = czech + color = language_afroromance } -## Germanic -language_central_germanic = { +language_proto_illyrian_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_central_germanic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_illyrian_romance } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_eastern_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_central_germanic } + limit = { has_cultural_pillar = language_proto_illyrian_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1839,25 +2000,34 @@ language_central_germanic = { } } - color = langobard + color = language_illyroromance } -language_north_sea_germanic = { +language_proto_raetonorican_romance = { #Raetia-Noricum/Upper Danubian spectrum type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_north_sea_germanic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_raetonorican_romance } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_north_sea_germanic } + limit = { has_cultural_pillar = language_proto_raetonorican_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1866,25 +2036,33 @@ language_north_sea_germanic = { } } - color = old_saxon + color = language_rhaetoromance } -language_norse = { +language_proto_pannonian_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_norse } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_pannonian_romance } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_norse } + limit = { has_cultural_pillar = language_proto_pannonian_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1893,25 +2071,29 @@ language_norse = { } } - color = norse + color = language_pannonioromance } -language_gothic = { +language_proto_eastern_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_gothic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_eastern_romance } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_gothic } + limit = { has_cultural_pillar = language_proto_eastern_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1920,25 +2102,28 @@ language_gothic = { } } - color = gothic + color = language_easternromance } -language_vandalic = { +language_proto_syrian_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_vandalic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_syrian_romance } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_proto_romance = yes + language_dialect_continuum_syrian_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_vandalic } + limit = { has_cultural_pillar = language_proto_syrian_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1947,25 +2132,33 @@ language_vandalic = { } } - color = vandalic + color = language_syrianromance } -language_east_germanic = { #i.e., non-Gothic Weilbark + ##### Future Variants +language_sardinian = { #Probable early divergence from Latin type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_germanic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_east_germanic } + limit = { has_cultural_pillar = language_sardinian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -1974,25 +2167,31 @@ language_east_germanic = { #i.e., non-Gothic Weilbark } } - color = burgundian + color = sardinian } -language_skirian = { +language_italian = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_skirian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_italian } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_skirian } + limit = { has_cultural_pillar = language_italian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -2001,25 +2200,31 @@ language_skirian = { } } - color = skirian + color = italian } -language_anglic = { #(Currently Unused) +language_wallachian = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_anglic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_eastern_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_anglic } + limit = { has_cultural_pillar = language_wallachian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -2028,79 +2233,108 @@ language_anglic = { #(Currently Unused) } } - color = english + color = vlach } -language_dutch = { #(Currently Unused) +language_french = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_dutch } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_french } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_gallo_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_dutch } + limit = { has_cultural_pillar = language_french } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + # Other Tweaks + if = { + limit = { culture = culture:english } + multiply = 2 + } } - color = dutch + color = french } -language_frankish = { #(Currently Unused) +language_iberian = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_frankish } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_ibero_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_frankish } + limit = { has_cultural_pillar = language_iberian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + #Other Tweaks + if = { + limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque + multiply = 2 + } } - color = frankish + color = castilian } -language_high_german = { #(Currently Unused) +language_occitano_romance = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_high_german } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_high_german } + limit = { has_cultural_pillar = language_occitano_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -2109,25 +2343,32 @@ language_high_german = { #(Currently Unused) } } - color = swabian + color = occitan } -language_saxon = { #(Currently Unused) +language_rhaeto_romance = { ### (Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_saxon } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_rhaeto_romance } } parameters = { - language_branch_germanic = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_rhaeto_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_saxon } + limit = { has_cultural_pillar = language_rhaeto_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_germanic } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -2136,26 +2377,32 @@ language_saxon = { #(Currently Unused) } } - color = saxon + color = romano_raetian } -## Balkan -language_thracian = { + #### Hypothetical Latin Variants +language_african_romance = { ### (Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_thracian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_african_romance } } parameters = { - language_branch_balkan = yes + language_dialect_continuum_southern_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_thracian } + limit = { has_cultural_pillar = language_african_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balkan } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -2164,25 +2411,31 @@ language_thracian = { } } - color = thracian + color = romano_african } -language_dacian = { +language_british_romance = { ### (Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_dacian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_british_romance } } parameters = { - language_branch_balkan = yes + language_dialect_continuum_northern_romance = yes + language_group_romance = yes + language_branch_italic = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_dacian } + limit = { has_cultural_pillar = language_british_romance } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balkan } + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } multiply = same_language_branch_choice_factor } else_if = { @@ -2191,25 +2444,27 @@ language_dacian = { } } - color = dacian + color = romano_raetian } -language_illyrian = { + +## Phrygian +language_phrygian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_illyrian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_phrygian } } parameters = { - language_branch_balkan = yes + language_branch_phrygian = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_illyrian } + limit = { has_cultural_pillar = language_phrygian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_balkan } + limit = { has_cultural_parameter = language_branch_phrygian } multiply = same_language_branch_choice_factor } else_if = { @@ -2218,26 +2473,27 @@ language_illyrian = { } } - color = illyrian + color = phrygian } -## Albanian -language_albanian = { + +## Tocharian +language_tocharian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_albanian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_tocharian } } parameters = { - language_branch_albanian = yes + language_branch_tocharian = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_albanian } + limit = { has_cultural_pillar = language_tocharian } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_albanian } + limit = { has_cultural_parameter = language_branch_tocharian } multiply = same_language_branch_choice_factor } else_if = { @@ -2246,26 +2502,25 @@ language_albanian = { } } - color = { 0.4 0.2 0.2 } + color = tocharian } -## Phrygian -language_phrygian = { +language_gushi = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_phrygian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gushi } } parameters = { - language_branch_phrygian = yes + language_branch_tocharian = yes language_family_indo_european = yes } ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_phrygian } + limit = { has_cultural_pillar = language_gushi } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_phrygian } + limit = { has_cultural_parameter = language_branch_tocharian } multiply = same_language_branch_choice_factor } else_if = { @@ -2274,10 +2529,11 @@ language_phrygian = { } } - color = phrygian + color = gushi } # Afro-Asiatic + ## Berber language_guanche = { type = language @@ -2414,6 +2670,7 @@ language_western_berber = { color = western_berber } + ## Chadic language_chadic = { type = language @@ -2442,6 +2699,7 @@ language_chadic = { color = hausa } + ## Cushtic language_beja = { type = language @@ -2524,6 +2782,7 @@ language_cushitic = { color = somali } + ## Egyptian language_coptic = { type = language @@ -2552,6 +2811,7 @@ language_coptic = { color = coptic } + ## Omotic language_omotic = { type = language @@ -2580,12 +2840,15 @@ language_omotic = { color = welayta } -## Semitic -language_arabic = { + +## Semitic (Uncontroversial Nodes) +### Northwest Semitic +language_punic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_arabic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_punic } } parameters = { + language_group_northwest_semitic = yes language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2593,9 +2856,13 @@ language_arabic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_arabic } + limit = { has_cultural_pillar = language_punic } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_northwest_semitic } + multiply = same_language_group_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_semitic } multiply = same_language_branch_choice_factor @@ -2604,20 +2871,16 @@ language_arabic = { limit = { has_cultural_parameter = language_family_afro_asiatic } multiply = same_language_family_choice_factor } - #Other tweaks - if = { - limit = { scope:character = { religion = religion:islam_religion } } - multiply = 2 - } } - color = bedouin + color = punic } -language_south_arabian = { +language_israelite = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_south_arabian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_israelite } } parameters = { + language_group_northwest_semitic = yes language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2625,9 +2888,13 @@ language_south_arabian = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_south_arabian } + limit = { has_cultural_pillar = language_israelite } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_northwest_semitic } + multiply = same_language_group_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_semitic } multiply = same_language_branch_choice_factor @@ -2636,15 +2903,21 @@ language_south_arabian = { limit = { has_cultural_parameter = language_family_afro_asiatic } multiply = same_language_family_choice_factor } + + if = { + limit = { scope:character = { religion = religion:judaism_religion } } + multiply = 2 + } } - color = tribal_arab + color = ashkenazi } -language_himyaritic = { +language_aramaic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_himyaritic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_aramaic } } parameters = { + language_group_northwest_semitic = yes language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2652,9 +2925,13 @@ language_himyaritic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_himyaritic } + limit = { has_cultural_pillar = language_aramaic } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_northwest_semitic } + multiply = same_language_group_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_semitic } multiply = same_language_branch_choice_factor @@ -2665,11 +2942,12 @@ language_himyaritic = { } } - color = himyarite + color = assyrian } -language_ethiopic = { +### North Arabian +language_arabic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_ethiopic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_arabic } } parameters = { language_branch_semitic = yes @@ -2679,7 +2957,7 @@ language_ethiopic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_ethiopic } + limit = { has_cultural_pillar = language_arabic } multiply = same_language_choice_factor } else_if = { @@ -2690,15 +2968,22 @@ language_ethiopic = { limit = { has_cultural_parameter = language_family_afro_asiatic } multiply = same_language_family_choice_factor } + #Other tweaks + if = { + limit = { scope:character = { religion = religion:islam_religion } } + multiply = 2 + } } - color = ethiopian + color = bedouin } -language_aramaic = { +### Sayhadic (Old South Arabian) +language_himyaritic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_aramaic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_himyaritic } } parameters = { + language_group_sayhadic = yes language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2706,9 +2991,13 @@ language_aramaic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_aramaic } + limit = { has_cultural_pillar = language_himyaritic } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_sayhadic } + multiply = same_language_group_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_semitic } multiply = same_language_branch_choice_factor @@ -2719,13 +3008,14 @@ language_aramaic = { } } - color = assyrian + color = himyarite } -language_punic = { +language_south_arabian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_punic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_south_arabian } } parameters = { + language_group_sayhadic = yes language_branch_semitic = yes language_family_afro_asiatic = yes } @@ -2733,9 +3023,13 @@ language_punic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_punic } + limit = { has_cultural_pillar = language_south_arabian } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_sayhadic } + multiply = same_language_group_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_semitic } multiply = same_language_branch_choice_factor @@ -2746,11 +3040,12 @@ language_punic = { } } - color = punic + color = tribal_arab } -language_israelite = { +### Ethiosemitic +language_ethiopic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_israelite } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_ethiopic } } parameters = { language_branch_semitic = yes @@ -2760,7 +3055,7 @@ language_israelite = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_israelite } + limit = { has_cultural_pillar = language_ethiopic } multiply = same_language_choice_factor } else_if = { @@ -2771,24 +3066,23 @@ language_israelite = { limit = { has_cultural_parameter = language_family_afro_asiatic } multiply = same_language_family_choice_factor } - - if = { - limit = { scope:character = { religion = religion:judaism_religion } } - multiply = 2 - } } - color = ashkenazi + color = ethiopian } # Dravidian -## Tamil-Kannada + +## South Dravidian + +### Tamil-Kannada language_tamil = { #Middle Tamil, includes Malayali type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_tamil } } parameters = { - language_branch_tamil_kannada = yes + language_group_tamil_kannada = yes + language_branch_south_dravidian = yes language_family_dravidian = yes language_union_indian = yes } @@ -2800,7 +3094,11 @@ language_tamil = { #Middle Tamil, includes Malayali multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_tamil_kannada } + limit = { has_cultural_parameter = language_group_tamil_kannada } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_south_dravidian } multiply = same_language_branch_choice_factor } else_if = { @@ -2820,7 +3118,8 @@ language_kannada = { #Old Kannada is_shown = { language_is_shown_trigger = { LANGUAGE = language_kannada } } parameters = { - language_branch_tamil_kannada = yes + language_group_tamil_kannada = yes + language_branch_south_dravidian = yes language_family_dravidian = yes language_union_indian = yes } @@ -2832,7 +3131,11 @@ language_kannada = { #Old Kannada multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_tamil_kannada } + limit = { has_cultural_parameter = language_group_tamil_kannada } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_south_dravidian } multiply = same_language_branch_choice_factor } else_if = { @@ -2847,13 +3150,14 @@ language_kannada = { #Old Kannada color = kannada } -#Telugu-Gondi +### Telugu-Gondi language_telugu = { #Middle Telugu type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_telugu } } parameters = { - language_branch_telugu_gondi = yes + language_group_telugu_gondi = yes + language_branch_south_dravidian = yes language_family_dravidian = yes language_union_indian = yes } @@ -2865,7 +3169,11 @@ language_telugu = { #Middle Telugu multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_telugu_gondi } + limit = { has_cultural_parameter = language_group_telugu_gondi } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_south_dravidian } multiply = same_language_branch_choice_factor } else_if = { @@ -2885,7 +3193,8 @@ language_gondi = {# Gondi Languages is_shown = { language_is_shown_trigger = { LANGUAGE = language_gondi } } parameters = { - language_branch_telugu_gondi = yes + language_group_telugu_gondi = yes + language_branch_south_dravidian = yes language_family_dravidian = yes language_union_indian = yes } @@ -2897,7 +3206,11 @@ language_gondi = {# Gondi Languages multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_telugu_gondi } + limit = { has_cultural_parameter = language_group_telugu_gondi } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_south_dravidian } multiply = same_language_branch_choice_factor } else_if = { @@ -2912,7 +3225,8 @@ language_gondi = {# Gondi Languages color = { 0.75 0.65 0.15 } } -#Brahui + +## North Dravidian language_brahui = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_brahui } } @@ -2947,6 +3261,7 @@ language_brahui = { } #Basque + ## Vasconic language_basque = { type = language @@ -2977,6 +3292,7 @@ language_basque = { } #Kartvelian + ##Kartvelian language_georgian = { type = language @@ -3076,12 +3392,16 @@ language_lazic = { } # Northeast Caucasian + ## Northeast Caucasian -language_lezgic = { + +### Daghestanian +language_avaric = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_lezgic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_avaric } } parameters = { + language_group_daghestanian = yes language_branch_northeast_caucasian = yes language_family_northeast_caucasian = yes language_union_caucasus = yes @@ -3090,9 +3410,13 @@ language_lezgic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_lezgic } + limit = { has_cultural_pillar = language_avaric } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_daghestanian } + multiply = same_language_branch_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } multiply = same_language_branch_choice_factor @@ -3107,13 +3431,14 @@ language_lezgic = { } } - color = caucasian_albanian + color = awaral } -language_nakh = { +language_lezgic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_nakh } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_lezgic } } parameters = { + language_group_daghestanian = yes language_branch_northeast_caucasian = yes language_family_northeast_caucasian = yes language_union_caucasus = yes @@ -3122,9 +3447,13 @@ language_nakh = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_nakh } + limit = { has_cultural_pillar = language_lezgic } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_daghestanian } + multiply = same_language_branch_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } multiply = same_language_branch_choice_factor @@ -3139,11 +3468,12 @@ language_nakh = { } } - color = nakh + color = caucasian_albanian } -language_avaric = { +### Nakh +language_nakh = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_avaric } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_nakh } } parameters = { language_branch_northeast_caucasian = yes @@ -3154,7 +3484,7 @@ language_avaric = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_avaric } + limit = { has_cultural_pillar = language_nakh } multiply = same_language_choice_factor } else_if = { @@ -3171,10 +3501,11 @@ language_avaric = { } } - color = awaral + color = nakh } #Northwest Caucasian + ## Northwest Caucasian language_abaza = { type = language @@ -3242,6 +3573,7 @@ language_adyghes = { } #Uralic + ## Finnic language_finnic = { type = language @@ -3270,6 +3602,7 @@ language_finnic = { color = finnish } + ## Sami language_sami = { type = language @@ -3298,13 +3631,14 @@ language_sami = { color = sami } -## Ugric + +## Magyar language_magyar = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_magyar } } parameters = { - language_branch_urgic = yes + language_branch_magyar = yes language_family_uralic = yes } @@ -3315,7 +3649,7 @@ language_magyar = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_urgic } + limit = { has_cultural_parameter = language_branch_magyar } multiply = same_language_branch_choice_factor } else_if = { @@ -3326,7 +3660,9 @@ language_magyar = { color = hungarian } -language_ugric = { #Khanty/Mansi/Hungarian (although Hungarian is divergent) + +## Ugric +language_ugric = { #Khanty/Mansi type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_ugric } } @@ -3353,6 +3689,7 @@ language_ugric = { #Khanty/Mansi/Hungarian (although Hungarian is divergent) color = khanty } + ## Permic language_permic = { #Komi/Udmurt Language type = language @@ -3381,6 +3718,7 @@ language_permic = { #Komi/Udmurt Language color = komi } + ## Volga-Finnic language_volga_finnic = { type = language @@ -3409,6 +3747,8 @@ language_volga_finnic = { color = mordvin } + +## Samoyedic language_samoyedic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_samoyedic } } @@ -3438,6 +3778,7 @@ language_samoyedic = { } #Turkic + ## Oghur Turkic language_oghur = { type = language @@ -3570,12 +3911,14 @@ language_siberian_turkic = { } #Mongolic + ## Mongolic language_mongolic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_mongolic } } parameters = { + language_group_mongolian = yes language_branch_mongolic = yes language_family_mongolic = yes language_union_steppe_siberian = yes @@ -3584,9 +3927,13 @@ language_mongolic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_hunnic } + limit = { has_cultural_pillar = language_mongolic } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_mongolian } + multiply = same_language_group_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_mongolic } multiply = same_language_branch_choice_factor @@ -3608,6 +3955,7 @@ language_tuoba = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_tuoba } } parameters = { + language_group_paramongolic = yes language_branch_mongolic = yes language_family_mongolic = yes language_union_steppe_siberian = yes @@ -3619,6 +3967,10 @@ language_tuoba = { limit = { has_cultural_pillar = language_tuoba } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_group_paramongolic } + multiply = same_language_group_choice_factor + } else_if = { limit = { has_cultural_parameter = language_branch_mongolic } multiply = same_language_branch_choice_factor @@ -3637,6 +3989,7 @@ language_tuoba = { } #Siberian + ##Yeniseian language_yeniseian = { type = language @@ -3672,6 +4025,7 @@ language_yeniseian = { } #Tungusic + ##Tungusic language_tungusic = { type = language @@ -3707,6 +4061,7 @@ language_tungusic = { } #Sino-Tibetan + ## Sinitic language_chinese = { type = language @@ -3733,7 +4088,9 @@ language_chinese = { color = han } + ## Tibeto-Burman +### Tibetan language_tibetan = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_tibetan } } @@ -3967,6 +4324,8 @@ language_burmese = { } #Atlantic Congo + + ##Savannas language_gur = { type = language @@ -3995,6 +4354,7 @@ language_gur = { color = gur } + ## Kru language_kru = { type = language @@ -4023,6 +4383,7 @@ language_kru = { color = kru } + ## Volta-Congo language_kwa = { type = language @@ -4078,6 +4439,7 @@ language_yoruba = { color = yoruba } + ##Senegabrian language_senegambian = { type = language @@ -4108,6 +4470,7 @@ language_senegambian = { } #Mande + ##Manding language_manding = { type = language @@ -4136,6 +4499,7 @@ language_manding = { color = malinke } + ## Soninke language_soninke = { type = language @@ -4166,6 +4530,7 @@ language_soninke = { } #Nilo-Saharan + ##Songhay language_ayneha = { type = language @@ -4250,6 +4615,7 @@ language_tubu = { } #Austro-Asiatic + ## Munda Group language_munda = { type = language @@ -4283,6 +4649,7 @@ language_munda = { color = munda } + ## Monic Group language_mon = { type = language @@ -4318,6 +4685,7 @@ language_mon = { } # Paleo-Iberian + ## Paleo-Iberian language_paleo_iberian = { type = language @@ -4336,6 +4704,7 @@ language_paleo_iberian = { } # Corduenian + ## Corduenian language_corduenian = { #Made an isolate due to competing claims and lack of evidence type = language diff --git a/WtWSMS/common/script_values/ccu_script_values.txt b/WtWSMS/common/script_values/ccu_script_values.txt index 39eb8f4a93..62f4cb4780 100644 --- a/WtWSMS/common/script_values/ccu_script_values.txt +++ b/WtWSMS/common/script_values/ccu_script_values.txt @@ -10,7 +10,7 @@ same_language_group_cultural_acceptance = 6 same_language_branch_cultural_acceptance = 4 same_language_family_cultural_acceptance = 2 -#Other Langauge Features +#Other Language Features same_language_union_cultural_acceptance = 2 creole_language_cultural_acceptance = 4 @@ -27,6 +27,10 @@ cultural_acceptance_change_divorce = { } same_language_choice_factor = 10 -same_language_branch_choice_factor = 5 -same_language_family_choice_factor = 2.5 +same_language_dialect_continuum_choice_factor = 8 +same_language_group_choice_factor = 6 +same_language_branch_choice_factor = 4 +same_language_family_choice_factor = 2 + +#Other Language Features same_language_union_choice_factor = 2 diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index d200423275..4e3ebf8278 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -65,7 +65,6 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_brythonic } NOT = { has_court_language = language_brythonic } } $CHARACTER$ = { set_court_language = language_brythonic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_goidelic } NOT = { has_court_language = language_goidelic } } $CHARACTER$ = { set_court_language = language_goidelic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_gaulish } NOT = { has_court_language = language_gaulish } } $CHARACTER$ = { set_court_language = language_gaulish } } - else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_lusitanian } NOT = { has_court_language = language_lusitanian } } $CHARACTER$ = { set_court_language = language_lusitanian } } ## Romance else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_latin } NOT = { has_court_language = language_latin } } $CHARACTER$ = { set_court_language = language_latin } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_sardinian } NOT = { has_court_language = language_sardinian } } $CHARACTER$ = { set_court_language = language_sardinian } } @@ -263,7 +262,6 @@ match_court_languages_effect = { else_if = { limit = { $TOP_COURT$ = { has_court_language = language_brythonic } } $CURRENT_COURT$ = { set_court_language = language_brythonic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_goidelic } } $CURRENT_COURT$ = { set_court_language = language_goidelic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_gaulish } } $CURRENT_COURT$ = { set_court_language = language_gaulish } } - else_if = { limit = { $TOP_COURT$ = { has_court_language = language_lusitanian } } $CURRENT_COURT$ = { set_court_language = language_lusitanian } } ## Romance else_if = { limit = { $TOP_COURT$ = { has_court_language = language_latin } } $CURRENT_COURT$ = { set_court_language = language_latin } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_sardinian } } $CURRENT_COURT$ = { set_court_language = language_sardinian } } diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 8a2670a79c..df12bd7a1a 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -101,7 +101,7 @@ ccu_initialize_language_branch_effect = { else_if = { limit = { has_cultural_parameter = language_branch_germanic } set_variable = { name = language_branch value = 11 } } else_if = { limit = { has_cultural_parameter = language_branch_hellenic } set_variable = { name = language_branch value = 12 } } else_if = { limit = { has_cultural_parameter = language_branch_indo_aryan } set_variable = { name = language_branch value = 13 } } - else_if = { limit = { has_cultural_parameter = language_branch_iranian } set_variable = { name = language_branch value = 14 } } + else_if = { limit = { has_cultural_parameter = language_branch_kartvelian } set_variable = { name = language_branch value = 15 } } else_if = { limit = { has_cultural_parameter = language_branch_kru } set_variable = { name = language_branch value = 16 } } else_if = { limit = { has_cultural_parameter = language_branch_manding } set_variable = { name = language_branch value = 17 } } @@ -114,7 +114,7 @@ ccu_initialize_language_branch_effect = { else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = 24 } } else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = 25 } } else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = 26 } } - else_if = { limit = { has_cultural_parameter = language_branch_romance } set_variable = { name = language_branch value = 27 } } + else_if = { limit = { has_cultural_parameter = language_branch_italic } set_variable = { name = language_branch value = 27 } } else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = 28 } } else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = 29 } } else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = 30 } } @@ -125,8 +125,8 @@ ccu_initialize_language_branch_effect = { else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = 35 } } else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = 36 } } else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = 37 } } - else_if = { limit = { has_cultural_parameter = language_branch_tamil_kannada } set_variable = { name = language_branch value = 38 } } - else_if = { limit = { has_cultural_parameter = language_branch_telugu_gondi } set_variable = { name = language_branch value = 39 } } + else_if = { limit = { has_cultural_parameter = language_branch_south_dravidian } set_variable = { name = language_branch value = 38 } } + else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = 40 } } else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = 41 } } else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = 42 } } @@ -140,10 +140,27 @@ ccu_initialize_language_branch_effect = { else_if = { limit = { has_cultural_parameter = language_branch_monic } set_variable = { name = language_branch value = 50 } } else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = 51 } } else_if = { limit = { has_cultural_parameter = language_branch_corduenian } set_variable = { name = language_branch value = 52 } } + else_if = { limit = { has_cultural_parameter = language_branch_indo_iranic } set_variable = { name = language_branch value = 53 } } + else_if = { limit = { has_cultural_parameter = language_branch_magyar } set_variable = { name = language_branch value = 54 } } } ccu_initialize_language_group_effect = { - set_variable = { name = language_group value = -1 } + if = { limit = { has_cultural_parameter = language_group_baltic } set_variable = { name = language_group value = 0 } } + else_if = { limit = { has_cultural_parameter = language_group_slavic } set_variable = { name = language_group value = 1 } } + else_if = { limit = { has_cultural_parameter = language_group_continental_celtic } set_variable = { name = language_group value = 2 } } + else_if = { limit = { has_cultural_parameter = language_group_insular_celtic } set_variable = { name = language_group value = 3 } } + else_if = { limit = { has_cultural_parameter = language_group_east_germanic } set_variable = { name = language_group value = 4 } } + else_if = { limit = { has_cultural_parameter = language_group_west_germanic } set_variable = { name = language_group value = 5 } } + else_if = { limit = { has_cultural_parameter = language_group_iranic } set_variable = { name = language_group value = 6 } } + else_if = { limit = { has_cultural_parameter = language_group_romance } set_variable = { name = language_group value = 7 } } + else_if = { limit = { has_cultural_parameter = language_group_northwest_semitic } set_variable = { name = language_group value = 8 } } + else_if = { limit = { has_cultural_parameter = language_group_sayhadic } set_variable = { name = language_group value = 9 } } + else_if = { limit = { has_cultural_parameter = language_group_tamil_kannada } set_variable = { name = language_group value = 10 } } + else_if = { limit = { has_cultural_parameter = language_group_telugu_gondi } set_variable = { name = language_group value = 11 } } + else_if = { limit = { has_cultural_parameter = language_group_daghestanian } set_variable = { name = language_group value = 12 } } + else_if = { limit = { has_cultural_parameter = language_group_mongolian } set_variable = { name = language_group value = 13 } } + else_if = { limit = { has_cultural_parameter = language_group_paramongolic } set_variable = { name = language_group value = 14 } } + else = { set_variable = { name = language_group value = -1 } } } #NB: Dialect continua should *not* be mutually exclusive, so only use if statements here diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index 9e62c82f4d..bb20238e0c 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -46,19 +46,14 @@ has_same_language_branch_as_trigger = { # Purpose: Checks if two culture share a language group # Scope: culture # Arguments: target (culture) -# Sample Usage: culture:xxx = { has_same_language_branch_as_trigger = { TARGET = culture:yyy } } +# Sample Usage: culture:xxx = { has_same_language_group_as_trigger = { TARGET = culture:yyy } } has_same_language_group_as_trigger = { - trigger_if = { - limit = { - NAND = { - var:language_group = -1 - $TARGET$.var:language_group = -1 - } - } - var:language_group = $TARGET$.var:language_group + NOR = { + var:language_group = -1 + $TARGET$.var:language_group = -1 } - trigger_else = { always = no } + var:language_group = $TARGET$.var:language_group } ################################################################### diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index 2b9721f80e..fc9b66ec6f 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -60,15 +60,15 @@ culture_parameter_language_family_austro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Austro-Asiatic [language_family|E]" culture_parameter_language_family_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_family|E]" culture_parameter_language_family_corduenian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_family|E]" - ## Language Groups + ## Language Branches culture_parameter_language_branch_anatolian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_branch|E]" culture_parameter_language_branch_hellenic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_branch|E]" - culture_parameter_language_branch_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_branch|E]" - culture_parameter_language_branch_iranian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [language_branch|E]" - culture_parameter_language_branch_nuristani: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_branch|E]" + culture_parameter_language_branch_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_branch|E]" ##### TODO: REMOVE AFTER INDIAN MERGE + culture_parameter_language_branch_iranian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [language_branch|E]" ##### TODO: REMOVE AFTER INDIAN MERGE + culture_parameter_language_branch_nuristani: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_branch|E]" ##### TODO: REMOVE AFTER INDIAN MERGE culture_parameter_language_branch_armenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_branch|E]" culture_parameter_language_branch_celtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_branch|E]" - culture_parameter_language_branch_romance: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_branch|E]" + culture_parameter_language_branch_italic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italic [language_branch|E]" culture_parameter_language_branch_tocharian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [language_branch|E]" culture_parameter_language_branch_balto_slavic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [language_branch|E]" culture_parameter_language_branch_germanic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [language_branch|E]" @@ -81,8 +81,6 @@ culture_parameter_language_branch_egyptian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Egyptian [language_branch|E]" culture_parameter_language_branch_omotic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Omotic [language_branch|E]" culture_parameter_language_branch_semitic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [language_branch|E]" - culture_parameter_language_branch_tamil_kannada: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_branch|E]" - culture_parameter_language_branch_telugu_gondi: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Central Dravidian [language_branch|E]" culture_parameter_language_branch_north_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Dravidian [language_branch|E]" culture_parameter_language_branch_vasconic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [language_branch|E]" culture_parameter_language_branch_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_branch|E]" @@ -114,6 +112,25 @@ culture_parameter_language_branch_monic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Monic [language_branch|E]" culture_parameter_language_branch_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_branch|E]" culture_parameter_language_branch_corduenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_branch|E]" + culture_parameter_language_branch_indo_iranic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Iranic [language_branch|E]" + culture_parameter_language_branch_south_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_branch|E]" + culture_parameter_language_branch_magyar: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Magyar [language_branch|E]" + ## Language Groups + culture_parameter_language_group_baltic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Baltic [language_group|E]" + culture_parameter_language_group_slavic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [language_group|E]" + culture_parameter_language_group_continental_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Continental Celtic [language_group|E]" + culture_parameter_language_group_insular_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Insular Celtic [language_group|E]" + culture_parameter_language_group_east_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Germanic [language_group|E]" + culture_parameter_language_group_west_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Germanic [language_group|E]" + culture_parameter_language_group_iranic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranic [language_group|E]" + culture_parameter_language_group_romance: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_group|E]" + culture_parameter_language_group_northwest_semitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Semitic [language_group|E]" + culture_parameter_language_group_sayhadic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sayhadic [language_group|E]" + culture_parameter_language_group_tamil_kannada: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tamil-Kannada [language_group|E]" + culture_parameter_language_group_telugu_gondi: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Telegu-Gondi [language_group|E]" + culture_parameter_language_group_daghestanian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Daghestanian [language_group|E]" + culture_parameter_language_group_mongolian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolian [language_group|E]" + culture_parameter_language_group_paramongolic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Para-Mongolic [language_group|E]" ## Language Unions culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 3b04a7be5e..f4abb26ebf 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -31,7 +31,6 @@ language_gaulish_name:0 "Gaulish" language_celtiberian_name: "Celtiberian-Latin" language_gallaecian_name: "Gallaecian-Latin" - language_lusitanian_name:0 "Lusitanian" #Dravidian language_tamil_name:0 "Tamil" language_kannada_name:0 "Kannada" From c54fca7b400eb0df936492762a8f82d29ea4cd3b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:11:33 -0500 Subject: [PATCH 246/339] Convert Heritage Groups to variable lists * Allows a heritage to have multiply groups/families if we want --- WtWSMS/common/on_action/BP_game_start.txt | 20 +++++- .../scripted_effects/ccu_scripted_effects.txt | 61 +++++++++---------- WtWSMS/common/scripted_triggers/ccu_API.txt | 16 ++++- 3 files changed, 62 insertions(+), 35 deletions(-) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index b060258805..5986493e2f 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -52,7 +52,15 @@ ccu_startup_debug = { effect = { every_culture_global = { if = { - limit = { NOT = { has_variable = heritage_group } } + limit = { + OR = { + NOT = { has_variable_list = heritage_group } + AND = { + has_variable_list = heritage_group + variable_list_size = { name = heritage_group value = 0 } + } + } + } save_scope_as = problem_culture every_player = { send_interface_message = { @@ -63,7 +71,15 @@ ccu_startup_debug = { } } else_if = { - limit = { NOT = { has_variable = heritage_family } } + limit = { + OR = { + NOT = { has_variable_list = heritage_family } + AND = { + has_variable_list = heritage_family + variable_list_size = { name = heritage_family value = 0 } + } + } + } save_scope_as = problem_culture every_player = { send_interface_message = { diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index df12bd7a1a..1808465f3e 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -18,46 +18,45 @@ ccu_initialize_culture_effect = { # Heritage Family => Heritage Groups ccu_initialize_heritage_family_effect = { - if = { limit = { has_cultural_parameter = heritage_family_european } set_variable = { name = heritage_family value = 0 } } - else_if = { limit = { has_cultural_parameter = heritage_family_west_asian } set_variable = { name = heritage_family value = 1 } } - else_if = { limit = { has_cultural_parameter = heritage_family_south_asian } set_variable = { name = heritage_family value = 2 } } - else_if = { limit = { has_cultural_parameter = heritage_family_east_asian } set_variable = { name = heritage_family value = 3 } } - else_if = { limit = { has_cultural_parameter = heritage_family_eurasian } set_variable = { name = heritage_family value = 4 } } - else_if = { limit = { has_cultural_parameter = heritage_family_african } set_variable = { name = heritage_family value = 5 } } + if = { limit = { has_cultural_parameter = heritage_family_european } add_to_variable_list = { name = heritage_family target = flag:heritage_family_european } } + else_if = { limit = { has_cultural_parameter = heritage_family_west_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_west_asian } } + else_if = { limit = { has_cultural_parameter = heritage_family_south_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_south_asian } } + else_if = { limit = { has_cultural_parameter = heritage_family_east_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_east_asian } } + else_if = { limit = { has_cultural_parameter = heritage_family_eurasian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_eurasian } } + else_if = { limit = { has_cultural_parameter = heritage_family_african } add_to_variable_list = { name = heritage_family target = flag:heritage_family_african } } } ccu_initialize_heritage_group_effect = { #European Family - if = { limit = { has_cultural_parameter = heritage_group_balko_anatolian } set_variable = { name = heritage_group value = 0 } } - else_if = { limit = { has_cultural_parameter = heritage_group_balto_slavic } set_variable = { name = heritage_group value = 1 } } - else_if = { limit = { has_cultural_parameter = heritage_group_celtic } set_variable = { name = heritage_group value = 2 } } - else_if = { limit = { has_cultural_parameter = heritage_group_germanic } set_variable = { name = heritage_group value = 3 } } - else_if = { limit = { has_cultural_parameter = heritage_group_latin } set_variable = { name = heritage_group value = 4 } } - else_if = { limit = { has_cultural_parameter = heritage_group_vasconic } set_variable = { name = heritage_group value = 5 } } - else_if = { limit = { has_cultural_parameter = heritage_group_paleo_iberian } set_variable = { name = heritage_group value = 6 } } + if = { limit = { has_cultural_parameter = heritage_group_balko_anatolian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_balko_anatolian } } + else_if = { limit = { has_cultural_parameter = heritage_group_balto_slavic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_balto_slavic } } + else_if = { limit = { has_cultural_parameter = heritage_group_celtic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_celtic } } + else_if = { limit = { has_cultural_parameter = heritage_group_germanic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_germanic } } + else_if = { limit = { has_cultural_parameter = heritage_group_latin } add_to_variable_list = { name = heritage_group target = flag:heritage_group_latin } } + else_if = { limit = { has_cultural_parameter = heritage_group_vasconic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_vasconic } } + else_if = { limit = { has_cultural_parameter = heritage_group_paleo_iberian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_paleo_iberian } } #West Asian Family - else_if = { limit = { has_cultural_parameter = heritage_group_semitic } set_variable = { name = heritage_group value = 7 } } - else_if = { limit = { has_cultural_parameter = heritage_group_iranian } set_variable = { name = heritage_group value = 8 } } - else_if = { limit = { has_cultural_parameter = heritage_group_israelite } set_variable = { name = heritage_group value = 9 } } + else_if = { limit = { has_cultural_parameter = heritage_group_semitic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_semitic } } + else_if = { limit = { has_cultural_parameter = heritage_group_iranian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_iranian } } + else_if = { limit = { has_cultural_parameter = heritage_group_israelite } add_to_variable_list = { name = heritage_group target = flag:heritage_group_israelite } } #South Asian Family - else_if = { limit = { has_cultural_parameter = heritage_group_indo_aryan } set_variable = { name = heritage_group value = 10 } } - else_if = { limit = { has_cultural_parameter = heritage_group_dravidian } set_variable = { name = heritage_group value = 11 } } - else_if = { limit = { has_cultural_parameter = heritage_group_southeast_asian } set_variable = { name = heritage_group value = 12 } } + else_if = { limit = { has_cultural_parameter = heritage_group_indo_aryan } add_to_variable_list = { name = heritage_group target = flag:heritage_group_indo_aryan } } + else_if = { limit = { has_cultural_parameter = heritage_group_dravidian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_dravidian } } + else_if = { limit = { has_cultural_parameter = heritage_group_southeast_asian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_southeast_asian } } #East Asian Family - else_if = { limit = { has_cultural_parameter = heritage_group_sinitic } set_variable = { name = heritage_group value = 13 } } - else_if = { limit = { has_cultural_parameter = heritage_group_tibeto_qiangic } set_variable = { name = heritage_group value = 14 } } + else_if = { limit = { has_cultural_parameter = heritage_group_sinitic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_sinitic } } + else_if = { limit = { has_cultural_parameter = heritage_group_tibeto_qiangic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_tibeto_qiangic } } #Eurasian Family - else_if = { limit = { has_cultural_parameter = heritage_group_turco_mongol } set_variable = { name = heritage_group value = 15 } } - else_if = { limit = { has_cultural_parameter = heritage_group_siberian } set_variable = { name = heritage_group value = 16 } } - else_if = { limit = { has_cultural_parameter = heritage_group_tocharian } set_variable = { name = heritage_group value = 17 } } - else_if = { limit = { has_cultural_parameter = heritage_group_uralic } set_variable = { name = heritage_group value = 18 } } + else_if = { limit = { has_cultural_parameter = heritage_group_turco_mongol } add_to_variable_list = { name = heritage_group target = flag:heritage_group_turco_mongol } } + else_if = { limit = { has_cultural_parameter = heritage_group_siberian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_siberian } } + else_if = { limit = { has_cultural_parameter = heritage_group_tocharian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_tocharian } } + else_if = { limit = { has_cultural_parameter = heritage_group_uralic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_uralic } } #African Family - else_if = { limit = { has_cultural_parameter = heritage_group_north_african } set_variable = { name = heritage_group value = 19 } } - else_if = { limit = { has_cultural_parameter = heritage_group_sahelian } set_variable = { name = heritage_group value = 20 } } - else_if = { limit = { has_cultural_parameter = heritage_group_central_african } set_variable = { name = heritage_group value = 21 } } - else_if = { limit = { has_cultural_parameter = heritage_group_west_african } set_variable = { name = heritage_group value = 22 } } - else_if = { limit = { has_cultural_parameter = heritage_group_turco_mongol } set_variable = { name = heritage_group value = 23 } } - else_if = { limit = { has_cultural_parameter = heritage_group_east_african } set_variable = { name = heritage_group value = 24 } } + else_if = { limit = { has_cultural_parameter = heritage_group_north_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_north_african } } + else_if = { limit = { has_cultural_parameter = heritage_group_sahelian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_sahelian } } + else_if = { limit = { has_cultural_parameter = heritage_group_central_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_central_african } } + else_if = { limit = { has_cultural_parameter = heritage_group_west_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_west_african } } + else_if = { limit = { has_cultural_parameter = heritage_group_east_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_east_african } } } #Languages diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index bb20238e0c..b363ed6dc5 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -7,7 +7,13 @@ # Sample Usage: culture:xxx = { has_same_heritage_family_as_trigger = { TARGET = culture:yyy } } has_same_heritage_family_as_trigger = { - var:heritage_family = $TARGET$.var:heritage_family + has_variable_list = heritage_family + $TARGET$ = { has_variable_list = heritage_family } + any_in_list = { + variable = heritage_family + save_temporary_scope_as = source_heritage_family + $TARGET$ = { is_target_in_variable_list = { name = heritage_family target = scope:source_heritage_family } } + } } ################################################################### @@ -17,7 +23,13 @@ has_same_heritage_family_as_trigger = { # Sample Usage: culture:xxx = { has_same_heritage_group_as_trigger = { TARGET = culture:yyy } } has_same_heritage_group_as_trigger = { - var:heritage_group = $TARGET$.var:heritage_group + has_variable_list = heritage_group + $TARGET$ = { has_variable_list = heritage_group } + any_in_list = { + variable = heritage_group + save_temporary_scope_as = source_heritage_group + $TARGET$ = { is_target_in_variable_list = { name = heritage_group target = scope:source_heritage_group } } + } } #Languages From 5fc3a639446cd72b45a2892fa5b66c8f254a4fe6 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:02:12 -0500 Subject: [PATCH 247/339] Some language cleanup * Added Galatian, Tuyuhun, Ruaruan, and Common Slavic languages * Fixed up some localization issues --- .../cultures/BP_continental_celtic.txt | 2 +- .../culture/cultures/BP_east_slavic.txt | 2 +- .../common/culture/cultures/BP_mongolic.txt | 4 +- WtWSMS/common/culture/pillars/00_language.txt | 144 +++++++++++++++++- .../english/BP_ccu_features_l_english.yml | 4 +- .../BP_cultural_languages_l_english.yml | 9 +- 6 files changed, 155 insertions(+), 10 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt index 3f90a9268c..d2482684fe 100644 --- a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt @@ -39,7 +39,7 @@ galatian = { ethos = ethos_bellicose heritage = heritage_continental_celtic - language = language_gaulish + language = language_galatian martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/cultures/BP_east_slavic.txt b/WtWSMS/common/culture/cultures/BP_east_slavic.txt index c81f499bb3..f018d99893 100644 --- a/WtWSMS/common/culture/cultures/BP_east_slavic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_slavic.txt @@ -8,7 +8,7 @@ old_slavic = { ethos = ethos_stoic heritage = heritage_east_slavic - language = language_east_slavic + language = language_common_slavic martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/cultures/BP_mongolic.txt b/WtWSMS/common/culture/cultures/BP_mongolic.txt index c539bea172..c479285f9b 100644 --- a/WtWSMS/common/culture/cultures/BP_mongolic.txt +++ b/WtWSMS/common/culture/cultures/BP_mongolic.txt @@ -45,7 +45,7 @@ tuyuhun = { ethos = ethos_stoic heritage = heritage_mongolic - language = language_tuoba #aka Para-Mongolic + language = language_tuyuhun martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -75,7 +75,7 @@ ninrun = { #Sir Diesalot suggestion; proto-Buryats? # WIP Rouran culture ethos = ethos_bellicose heritage = heritage_mongolic - language = language_mongolic + language = language_ruanruan martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 634ab4d577..13e349198c 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -279,6 +279,38 @@ language_west_baltic = { color = galindian } ### Slavic +language_common_slavic = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_common_slavic } } + + parameters = { + language_group_slavic = yes + language_branch_balto_slavic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_common_slavic } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_slavic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_balto_slavic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = russian +} language_east_slavic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_east_slavic } } @@ -490,7 +522,7 @@ language_gallaecian = { #Significant Latin Creolization ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_celtiberian } + limit = { has_cultural_pillar = language_gallaecian } multiply = same_language_choice_factor } else_if = { @@ -522,7 +554,7 @@ language_gaulish = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_celtiberian } + limit = { has_cultural_pillar = language_gaulish } multiply = same_language_choice_factor } else_if = { @@ -541,6 +573,38 @@ language_gaulish = { color = gallic } +language_galatian = { #6+ Centuries of isolation from Gaulish + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_galatian } } + + parameters = { + language_group_continental_celtic = yes + language_branch_celtic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_galatian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_continental_celtic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_celtic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = galatian +} ### Insular Celtic language_brythonic = { type = language @@ -3913,6 +3977,7 @@ language_siberian_turkic = { #Mongolic ## Mongolic +### Mongolian language_mongolic = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_mongolic } } @@ -3950,6 +4015,7 @@ language_mongolic = { color = mongol } +#Para-Mongolic language_tuoba = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_tuoba } } @@ -3987,6 +4053,80 @@ language_tuoba = { color = xianbei } +language_tuyuhun = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_tuyuhun } } + + parameters = { + language_group_paramongolic = yes + language_branch_mongolic = yes + language_family_mongolic = yes + language_union_steppe_siberian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_tuyuhun } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_paramongolic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_mongolic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_mongolic } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_steppe_siberian } + multiply = same_language_union_choice_factor + } + } + + color = tuyuhun +} +language_ruanruan = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_ruanruan } } + + parameters = { + language_group_paramongolic = yes + language_branch_mongolic = yes + language_family_mongolic = yes + language_union_steppe_siberian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_ruanruan } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_paramongolic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_mongolic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_mongolic } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_steppe_siberian } + multiply = same_language_union_choice_factor + } + } + + color = tuyuhun +} #Siberian diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index fc9b66ec6f..e86274f37a 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -191,7 +191,7 @@ ACCEPTANCE_BASELINE_LANGUAGE_FAMILY: "[cultures|E] share the same [language_family|E]" ACCEPTANCE_BASELINE_LANGUAGE_UNION: "[cultures|E] share the same [language_union|E]" ACCEPTANCE_BASELINE_LANGUAGE_DIALECT_CONTINUUM: "[cultures|E] share the same [dialect_continuum|E]" - ACCEPTANCE_BASELINE_LANGUAGE_CREOLE: "Is a [creole|E] with some features of your native [language|E]" + ACCEPTANCE_BASELINE_LANGUAGE_CREOLE: "Speaks a [creole|E] with some features of your [language|E]" ACCEPTANCE_BASELINE_MARTIAL_TRADITION: "[cultures|E] have a different [martial_custom|E]" ACCEPTANCE_BASELINE_FAITH_RIGHTEOUS: "[culture|E] majority [faiths|E] consider each other [faith_righteous|E]" ACCEPTANCE_BASELINE_FAITH_HOSTILE: "[culture|E] majority [faiths|E] consider each other [faith_hostile|E]" @@ -201,7 +201,7 @@ SCHEME_SAME_LANGUAGE_FAMILY_AS_NATIVE_LANGUAGE: "Same [language_family|E] as your native [language|E]: $VALUE|+0=$" SCHEME_SAME_LANGUAGE_UNION_AS_NATIVE_LANGUAGE: "Same [language_union|E] as your native [language|E]: $VALUE|+0=$" SCHEME_SAME_LANGUAGE_DIALECT_CONTINUUM_AS_NATIVE_LANGUAGE: "Same [dialect_continuum|E] as your native [language|E]: $VALUE|+0=$" - SCHEME_CREOLE_WITH_NATIVE_LANGUAGE: "Is a [creole|E] with some features of your native [language|E]: $VALUE|+0=$" + SCHEME_CREOLE_WITH_NATIVE_LANGUAGE: "Speaks a [creole|E] with some features of your [language|E]: $VALUE|+0=$" ASK_FOR_CONVERSION_SENDER_VIGOR: "[vigor|E] differential" ASK_FOR_CONVERSION_VERY_LOW_ACCEPTANCE: "Very low [cultural_acceptance|E]" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index f4abb26ebf..3506a5ca7f 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -31,6 +31,7 @@ language_gaulish_name:0 "Gaulish" language_celtiberian_name: "Celtiberian-Latin" language_gallaecian_name: "Gallaecian-Latin" + language_galatian_name: "Galatian" #Dravidian language_tamil_name:0 "Tamil" language_kannada_name:0 "Kannada" @@ -84,8 +85,9 @@ #Northwest Semitic language_punic_name:0 "Punic" #Mongolic - language_hunnic_name:0 "Hunnic" - language_tuoba_name:0 "Tuoba" + language_tuoba_name: "Tuoba" + language_tuyuhun_name: "Tuyuhun" + language_ruanruan: "Ruanruan" #Phrygians language_phrygian_name:0 "Phrygian" #Proto-Carpathians @@ -95,6 +97,8 @@ language_albanian_name:0 "Albanian" #Siberian language_yeniseian_name:0 "Yeniseian" + #Slavic + language_common_slavic_name: "Common Slavic" #Somalian language_beja_name:0 "North Cushitic" language_sidamic_name:0 "Highlands Cushitic" @@ -112,6 +116,7 @@ language_gushi_name:0 "Gushi" #Turkic language_siberian_turkic_name:0 "Siberian Turkic" + language_hunnic_name:0 "Hunnic" #Ugro-Permian language_permic_name:0 "Permic" language_ugric_name:0 "Ugric" From 577e8ab6dc7701b9acb477c192ae7c0ba9202971 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 11 Jan 2023 22:38:37 -0500 Subject: [PATCH 248/339] More language tweaks --- WtWSMS/common/culture/pillars/00_language.txt | 37 +++++++++++++------ .../scripted_effects/ccu_scripted_effects.txt | 5 +++ .../english/BP_ccu_features_l_english.yml | 3 ++ 3 files changed, 33 insertions(+), 12 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 13e349198c..3c8fbd66e1 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -546,6 +546,7 @@ language_gaulish = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_gaulish } } parameters = { + language_dialect_continuum_gaulish = yes language_group_continental_celtic = yes language_branch_celtic = yes language_family_indo_european = yes @@ -578,6 +579,7 @@ language_galatian = { #6+ Centuries of isolation from Gaulish is_shown = { language_is_shown_trigger = { LANGUAGE = language_galatian } } parameters = { + language_dialect_continuum_gaulish = yes language_group_continental_celtic = yes language_branch_celtic = yes language_family_indo_european = yes @@ -895,9 +897,9 @@ language_north_sea_germanic = { color = old_saxon } -language_anglic = { ###(Currently Unused) +language_frankish = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_anglic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_frankish } } parameters = { language_group_west_germanic = yes @@ -908,7 +910,7 @@ language_anglic = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_anglic } + limit = { has_cultural_pillar = language_frankish } multiply = same_language_choice_factor } else_if = { @@ -925,11 +927,11 @@ language_anglic = { ###(Currently Unused) } } - color = english + color = frankish } -language_dutch = { ###(Currently Unused) +language_anglic = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_dutch } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_anglic } } parameters = { language_group_west_germanic = yes @@ -940,7 +942,7 @@ language_dutch = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_dutch } + limit = { has_cultural_pillar = language_anglic } multiply = same_language_choice_factor } else_if = { @@ -957,11 +959,11 @@ language_dutch = { ###(Currently Unused) } } - color = dutch + color = english } -language_frankish = { ###(Currently Unused) +language_dutch = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_frankish } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_dutch } } parameters = { language_group_west_germanic = yes @@ -972,7 +974,7 @@ language_frankish = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_frankish } + limit = { has_cultural_pillar = language_dutch } multiply = same_language_choice_factor } else_if = { @@ -989,7 +991,7 @@ language_frankish = { ###(Currently Unused) } } - color = frankish + color = dutch } language_high_german = { ###(Currently Unused) type = language @@ -1446,11 +1448,13 @@ language_sanskrit = { color = sanskrit } ### Iranian +#### East Iranian Continua language_scythian = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_scythian } } parameters = { + language_dialect_continuum_eastern_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1483,6 +1487,7 @@ language_sogdian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } parameters = { + language_dialect_continuum_eastern_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1515,6 +1520,7 @@ language_sakan = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_sakan } } parameters = { + language_dialect_continuum_eastern_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1547,6 +1553,7 @@ language_bactrian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_bactrian } } parameters = { + language_dialect_continuum_eastern_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1574,11 +1581,13 @@ language_bactrian = { color = bactrian } +#### West Iranian Continua language_iranian = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_iranian } } parameters = { + language_dialect_continuum_western_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1623,6 +1632,7 @@ language_parthian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_parthian } } parameters = { + language_dialect_continuum_western_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1655,6 +1665,7 @@ language_median = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_median } } parameters = { + language_dialect_continuum_western_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1687,6 +1698,7 @@ language_caspian_iranian = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_caspian_iranian } } parameters = { + language_dialect_continuum_western_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1720,6 +1732,7 @@ language_adharic = { is_shown = { language_is_shown_trigger = { LANGUAGE = language_adharic } } parameters = { + language_dialect_continuum_western_iranian = yes language_group_iranic = yes language_branch_indo_iranic = yes language_family_indo_european = yes diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 1808465f3e..f5039b1fe5 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -174,6 +174,11 @@ ccu_initialize_dialect_continua_effect = { if = { limit = { has_cultural_parameter = language_dialect_continuum_southern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_southern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_northern_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_northern_romance } } if = { limit = { has_cultural_parameter = language_dialect_continuum_syrian_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_syrian_romance } } + #Continental Celtic Languages + if = { limit = { has_cultural_parameter = language_dialect_continuum_gaulish } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_gaulish } } + #Iranic Languages + if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_iranian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_iranian } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_western_iranian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_western_iranian } } } #Additional language effects diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index e86274f37a..68c456e5b8 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -149,6 +149,9 @@ culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_syrian_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Syrian Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_gaulish: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gaulish [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Iranian [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_western_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Iranian [dialect_continuum|E]" # Game Concepts game_concept_heritage_family: "Heritage Family" From a8e009f290bd8026f79530e78bbd85f05057b1df Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 12 Jan 2023 11:19:36 -0500 Subject: [PATCH 249/339] More language tweaks --- WtWSMS/common/culture/pillars/00_language.txt | 22 ++++++++++--------- .../scripted_effects/ccu_scripted_effects.txt | 1 + .../english/BP_ccu_features_l_english.yml | 1 + 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 3c8fbd66e1..8b5ea28e7e 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -3371,11 +3371,13 @@ language_basque = { #Kartvelian ##Kartvelian +### Zan Group language_georgian = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_georgian } } parameters = { + language_group_zan = yes language_branch_kartvelian = yes language_family_kartvelian = yes language_union_caucasus = yes @@ -3403,11 +3405,12 @@ language_georgian = { color = georgian_BP } -language_svan = { +language_lazic = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_svan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_lazic } } parameters = { + language_group_zan = yes language_branch_kartvelian = yes language_family_kartvelian = yes language_union_caucasus = yes @@ -3416,7 +3419,7 @@ language_svan = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_svan } + limit = { has_cultural_pillar = language_lazic } multiply = same_language_choice_factor } else_if = { @@ -3433,11 +3436,12 @@ language_svan = { } } - color = svan + color = lazic } -language_lazic = { +### Svan Group +language_svan = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_lazic } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_svan } } parameters = { language_branch_kartvelian = yes @@ -3448,7 +3452,7 @@ language_lazic = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_lazic } + limit = { has_cultural_pillar = language_svan } multiply = same_language_choice_factor } else_if = { @@ -3465,7 +3469,7 @@ language_lazic = { } } - color = lazic + color = svan } # Northeast Caucasian @@ -4243,7 +4247,6 @@ language_chinese = { } ## Tibeto-Burman -### Tibetan language_tibetan = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_tibetan } } @@ -4478,7 +4481,6 @@ language_burmese = { #Atlantic Congo - ##Savannas language_gur = { type = language diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index f5039b1fe5..01097988dc 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -159,6 +159,7 @@ ccu_initialize_language_group_effect = { else_if = { limit = { has_cultural_parameter = language_group_daghestanian } set_variable = { name = language_group value = 12 } } else_if = { limit = { has_cultural_parameter = language_group_mongolian } set_variable = { name = language_group value = 13 } } else_if = { limit = { has_cultural_parameter = language_group_paramongolic } set_variable = { name = language_group value = 14 } } + else_if = { limit = { has_cultural_parameter = language_group_zan } set_variable = { name = language_group value = 15 } } else = { set_variable = { name = language_group value = -1 } } } diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index 68c456e5b8..02f1166018 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -131,6 +131,7 @@ culture_parameter_language_group_daghestanian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Daghestanian [language_group|E]" culture_parameter_language_group_mongolian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolian [language_group|E]" culture_parameter_language_group_paramongolic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Para-Mongolic [language_group|E]" + culture_parameter_language_group_zan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Zan [language_group|E]" ## Language Unions culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" From 160ad7ab3c453991a50aca0f7fafb2a7cb4b2b1a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 14 Jan 2023 00:36:08 -0500 Subject: [PATCH 250/339] Hispano-Celtic continuum --- WtWSMS/common/culture/pillars/00_language.txt | 4 ++++ WtWSMS/common/scripted_effects/ccu_scripted_effects.txt | 1 + WtWSMS/localization/english/BP_ccu_features_l_english.yml | 1 + 3 files changed, 6 insertions(+) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 8b5ea28e7e..f28e117c9c 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -475,11 +475,13 @@ language_czech_slovak = { ###(Currently Unused) ## Celtic ### Continental Celtic +#### Hispano-Celtic Continuum language_celtiberian = { #Significant Latin Creolization type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_celtiberian } } parameters = { + language_dialect_continuum_hispano_celtic = yes language_group_continental_celtic = yes language_branch_celtic = yes language_creole_romance = yes @@ -513,6 +515,7 @@ language_gallaecian = { #Significant Latin Creolization is_shown = { language_is_shown_trigger = { LANGUAGE = language_gallaecian } } parameters = { + language_dialect_continuum_hispano_celtic = yes language_group_continental_celtic = yes language_branch_celtic = yes language_creole_romance = yes @@ -541,6 +544,7 @@ language_gallaecian = { #Significant Latin Creolization color = astures } +#### Gaulish Continuum language_gaulish = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_gaulish } } diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 01097988dc..3c93da4a4a 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -177,6 +177,7 @@ ccu_initialize_dialect_continua_effect = { if = { limit = { has_cultural_parameter = language_dialect_continuum_syrian_romance } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_syrian_romance } } #Continental Celtic Languages if = { limit = { has_cultural_parameter = language_dialect_continuum_gaulish } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_gaulish } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_hispano_celtic } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_hispano_celtic } } #Iranic Languages if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_iranian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_iranian } } if = { limit = { has_cultural_parameter = language_dialect_continuum_western_iranian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_western_iranian } } diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index 02f1166018..81c8f7aa29 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -153,6 +153,7 @@ culture_parameter_language_dialect_continuum_gaulish: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gaulish [dialect_continuum|E]" culture_parameter_language_dialect_continuum_eastern_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Iranian [dialect_continuum|E]" culture_parameter_language_dialect_continuum_western_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Iranian [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_hispano_celtic: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hispano-Celtic [dialect_continuum|E]" # Game Concepts game_concept_heritage_family: "Heritage Family" From b5687bcdc07df50d1f72e1f25e2e13999f1bc906 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 15 Jan 2023 18:35:36 -0500 Subject: [PATCH 251/339] Implement Minority Map Modes * Adds Map mode button to Culture/Faith windows * Includes a legend to help players understand maps --- .../coat_of_arms/Map_Color_COAs.txt | 14 + .../landed_titles/BP_map_mode_colors.txt | 53 + .../common/scripted_guis/BP_gui_effects.txt | 101 + .../interface/icons/modifiers/no_modifier.dds | 3 + .../gfx/map/map_modes/BP_custom_map_modes.txt | 152 ++ .../gui/custom_gui/custom_legends_culture.gui | 106 + .../gui/custom_gui/custom_legends_faith.gui | 122 ++ .../gui/scripted_widgets/custom_legends.txt | 2 + WtWSMS/gui/shared/buttons.gui | 951 +++++++++ WtWSMS/gui/shared/mapmodes.gui | 724 +++++++ WtWSMS/gui/window_culture.gui | 1828 +++++++++++++++++ WtWSMS/gui/window_faith.gui | 68 +- .../english/BP_titles_l_english.yml | 16 +- .../english/gui/BP_culture_view_l_english.yml | 9 + .../english/gui/BP_faith_view_l_english.yml | 11 +- 15 files changed, 4147 insertions(+), 13 deletions(-) create mode 100644 WtWSMS/common/coat_of_arms/coat_of_arms/Map_Color_COAs.txt create mode 100644 WtWSMS/common/landed_titles/BP_map_mode_colors.txt create mode 100644 WtWSMS/common/scripted_guis/BP_gui_effects.txt create mode 100644 WtWSMS/gfx/interface/icons/modifiers/no_modifier.dds create mode 100644 WtWSMS/gfx/map/map_modes/BP_custom_map_modes.txt create mode 100644 WtWSMS/gui/custom_gui/custom_legends_culture.gui create mode 100644 WtWSMS/gui/custom_gui/custom_legends_faith.gui create mode 100644 WtWSMS/gui/scripted_widgets/custom_legends.txt create mode 100644 WtWSMS/gui/shared/buttons.gui create mode 100644 WtWSMS/gui/shared/mapmodes.gui create mode 100644 WtWSMS/gui/window_culture.gui create mode 100644 WtWSMS/localization/english/gui/BP_culture_view_l_english.yml diff --git a/WtWSMS/common/coat_of_arms/coat_of_arms/Map_Color_COAs.txt b/WtWSMS/common/coat_of_arms/coat_of_arms/Map_Color_COAs.txt new file mode 100644 index 0000000000..a6d8abb2ed --- /dev/null +++ b/WtWSMS/common/coat_of_arms/coat_of_arms/Map_Color_COAs.txt @@ -0,0 +1,14 @@ +d_map_base_color = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_red = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_green = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_blue = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_cyan = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_yellow = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_orange = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_pink = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +#Minorities +d_map_color_majority = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_majority_shared_hof = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_large_minority = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_small_minority = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } +d_map_color_none = { pattern = "pattern_solid.dds" color1 = "white" color2 = "white" } diff --git a/WtWSMS/common/landed_titles/BP_map_mode_colors.txt b/WtWSMS/common/landed_titles/BP_map_mode_colors.txt new file mode 100644 index 0000000000..6bc4abbe66 --- /dev/null +++ b/WtWSMS/common/landed_titles/BP_map_mode_colors.txt @@ -0,0 +1,53 @@ +d_map_base_color = { + color = { 84 78 60 } + can_create = { always = no } +} +d_map_color_red = { + color = { 255 0 0 } + can_create = { always = no } +} +d_map_color_green = { + color = { 0 255 0 } + can_create = { always = no } +} +d_map_color_blue = { + color = { 0 0 255 } + can_create = { always = no } +} +d_map_color_cyan = { + color = { 0 255 255 } + can_create = { always = no } +} +d_map_color_yellow = { + color = { 255 255 0 } + can_create = { always = no } +} +d_map_color_orange = { + color = { 255 128 0 } + can_create = { always = no } +} +d_map_color_pink = { + color = { 255 0 255 } + can_create = { always = no } +} +#Minority Map Mode Color Map +d_map_color_majority = { #Blue + color = { 0 0 255 } + can_create = { always = no } +} +d_map_color_majority_shared_hof = { #Light Blue + color = { 173 216 230 } + can_create = { always = no } +} +d_map_color_large_minority = { #Green + color = { 0 255 0 } + can_create = { always = no } +} +d_map_color_small_minority = { #Yellow + color = { 255 255 0 } + can_create = { always = no } +} +d_map_color_none = { + color = { 84 78 60 } + can_create = { always = no } +} diff --git a/WtWSMS/common/scripted_guis/BP_gui_effects.txt b/WtWSMS/common/scripted_guis/BP_gui_effects.txt new file mode 100644 index 0000000000..bf635361fb --- /dev/null +++ b/WtWSMS/common/scripted_guis/BP_gui_effects.txt @@ -0,0 +1,101 @@ +#NB: Less performative but more conformal changes: +# * Remove reset_custom_map_mode_effect references +# * Change "every_county" to "every_barony" + +reset_custom_map_mode_effect = { + effect = { + if = { + limit = { exists = global_var:custom_map_mode } + every_county = { reset_color_effect = yes } + remove_global_variable = custom_map_mode + } + } +} + +minority_culture_map_effect = { + effect = { + root = { save_temporary_scope_as = the_culture } + set_global_variable = { name = custom_map_mode_changing value = 1 } + set_global_variable = { name = custom_map_mode value = flag:minority_culture_map_effect } + every_county = { + if = { + limit = { this.culture = scope:the_culture } + set_color_from_title = title:d_map_color_majority + } + else_if = { + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = large + TARGET = scope:the_culture + } + } + set_color_from_title = title:d_map_color_large_minority + } + else_if = { + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = culture + SIZE = small + TARGET = scope:the_culture + } + } + set_color_from_title = title:d_map_color_small_minority + } + else = { set_color_from_title = title:d_map_base_color } + } + remove_global_variable = custom_map_mode_changing + } + is_shown = { + exists = global_var:custom_map_mode + global_var:custom_map_mode = flag:minority_culture_map_effect + } + is_valid = { NOT = { exists = global_var:custom_map_mode_changing } } +} +minority_faith_map_effect = { + effect = { + root = { save_temporary_scope_as = the_faith } + set_global_variable = { name = custom_map_mode_changing value = 1 } + set_global_variable = { name = custom_map_mode value = flag:minority_faith_map_effect } + every_county = { + if = { + limit = { this.faith = scope:the_faith } + set_color_from_title = title:d_map_color_majority + } + else_if = { + limit = { + exists = scope:the_faith.religious_head + this.faith.religious_head = scope:the_faith.religious_head + } + set_color_from_title = title:d_map_color_majority_shared_hof + } + else_if = { + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = large + TARGET = scope:the_faith + } + } + set_color_from_title = title:d_map_color_large_minority + } + else_if = { + limit = { + county_has_a_minority_with_type_and_size_trigger = { + CULTURE_OR_FAITH = faith + SIZE = small + TARGET = scope:the_faith + } + } + set_color_from_title = title:d_map_color_small_minority + } + else = { set_color_from_title = title:d_map_base_color } + } + remove_global_variable = custom_map_mode_changing + } + is_shown = { + exists = global_var:custom_map_mode + global_var:custom_map_mode = flag:minority_faith_map_effect + } + is_valid = { NOT = { exists = global_var:custom_map_mode_changing } } +} \ No newline at end of file diff --git a/WtWSMS/gfx/interface/icons/modifiers/no_modifier.dds b/WtWSMS/gfx/interface/icons/modifiers/no_modifier.dds new file mode 100644 index 0000000000..d128e018b7 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/modifiers/no_modifier.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78060ad5b3553037a86a3e2665cc337fb15f81fea66ad099721944017930c7e1 +size 1928 diff --git a/WtWSMS/gfx/map/map_modes/BP_custom_map_modes.txt b/WtWSMS/gfx/map/map_modes/BP_custom_map_modes.txt new file mode 100644 index 0000000000..061f5a0b76 --- /dev/null +++ b/WtWSMS/gfx/map/map_modes/BP_custom_map_modes.txt @@ -0,0 +1,152 @@ +@zoom_step_near = 2 #zoom step where the near-settings will be at 100% +@zoom_step_mid = 9 #zoom step where the hollow map turns into the filled map +@zoom_step_pre_mid = @[zoom_step_mid-1] #zoom step before the hollow map disappears +@zoom_step_far = 15 #zoom step where the terrain detail disappears +@zoom_step_flat_map = 21 # zoom step flat map appears at. Copied from define FLAT_MAP_ZOOM_STEP +@zoom_step_pre_flat_map = @[zoom_step_flat_map-1] # zoom step before the flat map + + +# Hollow Near +@hollow_near_gradient_alpha_inside = 0 +@hollow_near_gradient_alpha_outside = 1 +@hollow_near_gradient_width = 0.05 +@hollow_near_gradient_color_mult = 0.3 +@hollow_near_edge_width = 0.025 +@hollow_near_edge_sharpness = 0.01 +@hollow_near_edge_alpha = 1 +@hollow_near_edge_color_mult = 1 +@hollow_near_before_lighting_blend = 0.8 +@hollow_near_after_lighting_blend = 0.2 + +# Hollow Far +@hollow_far_gradient_alpha_inside = @hollow_near_gradient_alpha_inside +@hollow_far_gradient_alpha_outside = @hollow_near_gradient_alpha_outside +@hollow_far_gradient_width = 0.1 +@hollow_far_gradient_color_mult = @hollow_near_gradient_color_mult +@hollow_far_edge_width = @[hollow_near_edge_width*1.5] +@hollow_far_edge_sharpness = @hollow_near_edge_sharpness +@hollow_far_edge_alpha = @hollow_near_edge_alpha +@hollow_far_edge_color_mult = @hollow_near_edge_color_mult +@hollow_far_before_lighting_blend = @hollow_near_before_lighting_blend +@hollow_far_after_lighting_blend = @hollow_near_after_lighting_blend + + +# Filled Near +@filled_near_gradient_alpha_inside = 1 +@filled_near_gradient_alpha_outside = @hollow_near_gradient_alpha_outside +@filled_near_gradient_width = 0.4 +@filled_near_gradient_color_mult = 1 +@filled_near_edge_width = @hollow_near_gradient_width +@filled_near_edge_sharpness = 0.000 +@filled_near_edge_alpha = @hollow_near_edge_alpha +@filled_near_edge_color_mult = 0.5 +@filled_near_before_lighting_blend = 1 +@filled_near_after_lighting_blend = 0 + +# Filled Mid +@filled_mid_gradient_alpha_inside = @filled_near_gradient_alpha_inside +@filled_mid_gradient_alpha_outside = @filled_near_gradient_alpha_outside +@filled_mid_gradient_width = @filled_near_gradient_width +@filled_mid_gradient_color_mult = @filled_near_gradient_color_mult +@filled_mid_edge_width = @[hollow_near_edge_width*2] +@filled_mid_edge_sharpness = @filled_near_edge_sharpness +@filled_mid_edge_alpha = @filled_near_edge_alpha +@filled_mid_edge_color_mult = @filled_near_edge_color_mult +@filled_mid_before_lighting_blend = 1 +@filled_mid_after_lighting_blend = 0.4 + +# Filled Far +@filled_far_gradient_alpha_inside = @filled_mid_gradient_alpha_inside +@filled_far_gradient_alpha_outside = @filled_mid_gradient_alpha_outside +@filled_far_gradient_width = @filled_mid_gradient_width +@filled_far_gradient_color_mult = @filled_mid_gradient_color_mult +@filled_far_edge_width = @filled_mid_edge_width +@filled_far_edge_sharpness = @filled_mid_edge_sharpness +@filled_far_edge_alpha = @filled_mid_edge_alpha +@filled_far_edge_color_mult = @filled_mid_edge_color_mult +@filled_far_before_lighting_blend = 1 +@filled_far_after_lighting_blend = 1 + +# Filled Pre Flat Map +@pre_flat_map_gradient_alpha_inside = @filled_far_gradient_alpha_inside +@pre_flat_map_gradient_alpha_outside = @filled_far_gradient_alpha_outside +@pre_flat_map_gradient_width = @filled_far_gradient_width +@pre_flat_map_gradient_color_mult = @filled_far_gradient_color_mult +@pre_flat_map_edge_width = @filled_far_edge_width +@pre_flat_map_edge_sharpness = @filled_far_edge_sharpness +@pre_flat_map_edge_alpha = @filled_far_edge_alpha +@pre_flat_map_edge_color_mult = @filled_far_edge_color_mult +@pre_flat_map_before_lighting_blend = 0 +@pre_flat_map_after_lighting_blend = @filled_far_after_lighting_blend + +# Flat Map +@flat_map_gradient_alpha_inside = 0.8 +@flat_map_gradient_alpha_outside = @pre_flat_map_gradient_alpha_outside +@flat_map_gradient_width = @pre_flat_map_gradient_width +@flat_map_gradient_color_mult = @pre_flat_map_gradient_color_mult +@flat_map_edge_width = @pre_flat_map_edge_width +@flat_map_edge_sharpness = @pre_flat_map_edge_sharpness +@flat_map_edge_alpha = @pre_flat_map_edge_alpha +@flat_map_edge_color_mult = @pre_flat_map_edge_color_mult +@flat_map_before_lighting_blend = @pre_flat_map_before_lighting_blend +@flat_map_after_lighting_blend = @pre_flat_map_after_lighting_blend + +# Data map +@data_gradient_alpha_inside = 1 +@data_gradient_alpha_outside = 1 +@data_gradient_width = @flat_map_gradient_width +@data_gradient_color_mult = 1 +@data_edge_width = 0 +@data_edge_sharpness = @flat_map_edge_sharpness +@data_edge_alpha = @flat_map_edge_alpha +@data_edge_color_mult = @flat_map_edge_color_mult +@data_before_lighting_blend = 1 +@data_after_lighting_blend = 0.5 + +minority_cultures_map_mode = { + color_mode = counties + small_map_names = counties + large_map_names = counties + selection = counties + fill_in_impassable = no + + #Can't scope to some sort of root culture based on culture view, so no barony description :( + + gradient_parameters = { + zoom_step = 2 + gradient_alpha_inside = 1 + gradient_alpha_outside = 1 + gradient_width = 0.4 + gradient_color_mult = 1 + edge_width = 0 + edge_sharpness = 0 + edge_alpha = 0 + edge_color_mult = 0 + before_lighting_blend = 1 + after_lighting_blend = 0.5 + } +} + +minority_faiths_map_mode = { + color_mode = counties + small_map_names = counties + large_map_names = counties + selection = counties + fill_in_impassable = no + + #Can't scope to some sort of root culture based on culture view, so no barony description :( + + gradient_parameters = { + zoom_step = 2 + gradient_alpha_inside = 1 + gradient_alpha_outside = 1 + gradient_width = 0.4 + gradient_color_mult = 1 + edge_width = 0 + edge_sharpness = 0 + edge_alpha = 0 + edge_color_mult = 0 + before_lighting_blend = 1 + after_lighting_blend = 0.5 + } +} \ No newline at end of file diff --git a/WtWSMS/gui/custom_gui/custom_legends_culture.gui b/WtWSMS/gui/custom_gui/custom_legends_culture.gui new file mode 100644 index 0000000000..a83d50e11c --- /dev/null +++ b/WtWSMS/gui/custom_gui/custom_legends_culture.gui @@ -0,0 +1,106 @@ +CustomMapModeLegends_Culture = { + name = "custom_map_mode_legends_culture" +} +types CustomMapModeLegendsTypes { + type CustomMapModeLegends_Culture = window { + #using = Window_Background_Sidebar + + name = "custom_map_mode_legends_culture" + visible = "[And(GetGlobalVariable('custom_map_mode').IsSet,EqualTo_string(GetGlobalVariable('custom_map_mode').GetFlagName,'minority_culture_map_effect') )]" + layer = hud_layer + parentanchor = bottom|right + allow_outside = yes + position = {0 -16.5%} + size = {200 100} + + #Based in part on Silk Road Legend GuiS + #Was going to look close anyway + flowcontainer = { + parentanchor = top|hcenter + direction = vertical + ignoreinvisible = yes + min_width = 170 + margin_left = 2 + margin_top = 3 + margin_bottom = 5 + spacing = 5 + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + parentanchor = hcenter + text = "CULTURE_MINORITY_MAP_LEGEND" + default_format = "#color_yellow" + } + + flowcontainer = { + direction = vertical + spacing = 20 + margin_bottom = 10 + widget = { + hbox = { + icon = { + texture = "gfx/interface/colors/white.dds" + size = { 8 8 } + color = { 0.0 0.0 1.0 1 } #Blue Map Mode + } + spacing = 5 + text_single = { + margin_top = -6 + align = center + text = "CULTURE_MINORITY_MAP_LEGEND_MAJORITY" + } + expand = {} + } + } + widget = { + hbox = { + icon = { + texture = "gfx/interface/colors/white.dds" + size = { 8 8 } + color = { 0.0 1.0 0.0 1 } #Green Map Mode + } + spacing = 5 + text_single = { + margin_top = -6 + align = center + text = "CULTURE_MINORITY_MAP_LEGEND_LARGE_MINORITY" + } + expand = {} + } + } + widget = { + hbox = { + icon = { + texture = "gfx/interface/colors/white.dds" + size = { 8 8 } + color = { 1.0 1.0 0.0 1 } #Yellow Map Mode + } + spacing = 5 + text_single = { + margin_top = -6 + align = center + text = "CULTURE_MINORITY_MAP_LEGEND_SMALL_MINORITY" + } + expand = {} + } + } + } + } + } +} \ No newline at end of file diff --git a/WtWSMS/gui/custom_gui/custom_legends_faith.gui b/WtWSMS/gui/custom_gui/custom_legends_faith.gui new file mode 100644 index 0000000000..1a63e39674 --- /dev/null +++ b/WtWSMS/gui/custom_gui/custom_legends_faith.gui @@ -0,0 +1,122 @@ +CustomMapModeLegends_Faith = { + name = "custom_map_mode_legends_faith" +} +types CustomMapModeLegendsTypes { + type CustomMapModeLegends_Faith = window { + #using = Window_Background_Sidebar + + name = "custom_map_mode_legends_faith" + visible = "[And(GetGlobalVariable('custom_map_mode').IsSet,EqualTo_string(GetGlobalVariable('custom_map_mode').GetFlagName,'minority_faith_map_effect') )]" + layer = hud_layer + parentanchor = bottom|right + allow_outside = yes + position = {0 -16.5%} + size = {250 100} + + #Based in part on Silk Road Legend GuiS + #Was going to look close anyway + flowcontainer = { + parentanchor = top|hcenter + direction = vertical + ignoreinvisible = yes + min_width = 200 + margin_left = 2 + margin_top = 3 + margin_bottom = 5 + spacing = 5 + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + parentanchor = hcenter + text = "FAITH_MINORITY_MAP_LEGEND" + default_format = "#color_yellow" + } + + flowcontainer = { + direction = vertical + spacing = 20 + margin_bottom = 10 + widget = { + hbox = { + icon = { + texture = "gfx/interface/colors/white.dds" + size = { 8 8 } + color = { 0.0 0.0 1.0 1 } #Blue Map Mode + } + spacing = 5 + text_single = { + margin_top = -6 + align = center + text = "FAITH_MINORITY_MAP_LEGEND_MAJORITY" + } + expand = {} + } + } + widget = { + hbox = { + icon = { + texture = "gfx/interface/colors/white.dds" + size = { 8 8 } + color = { 0.678 0.847 0.902 1 } #Light Blue + } + spacing = 5 + text_single = { + margin_top = -6 + align = center + text = "FAITH_MINORITY_MAP_LEGEND_MAJORITY_SHARED_HOF" + } + expand = {} + } + } + widget = { + hbox = { + icon = { + texture = "gfx/interface/colors/white.dds" + size = { 8 8 } + color = { 0.0 1.0 0.0 1 } #Green Map Mode + } + spacing = 5 + text_single = { + margin_top = -6 + align = center + text = "FAITH_MINORITY_MAP_LEGEND_LARGE_MINORITY" + } + expand = {} + } + } + widget = { + hbox = { + icon = { + texture = "gfx/interface/colors/white.dds" + size = { 8 8 } + color = { 1.0 1.0 0.0 1 } #Yellow Map Mode + } + spacing = 5 + text_single = { + margin_top = -6 + align = center + text = "FAITH_MINORITY_MAP_LEGEND_SMALL_MINORITY" + } + expand = {} + } + } + } + } + } +} \ No newline at end of file diff --git a/WtWSMS/gui/scripted_widgets/custom_legends.txt b/WtWSMS/gui/scripted_widgets/custom_legends.txt new file mode 100644 index 0000000000..badcdc44df --- /dev/null +++ b/WtWSMS/gui/scripted_widgets/custom_legends.txt @@ -0,0 +1,2 @@ +gui/custom_gui/custom_legends_culture.gui = custom_map_mode_legends_culture +gui/custom_gui/custom_legends_faith.gui = custom_map_mode_legends_faith \ No newline at end of file diff --git a/WtWSMS/gui/shared/buttons.gui b/WtWSMS/gui/shared/buttons.gui new file mode 100644 index 0000000000..1477dbc883 --- /dev/null +++ b/WtWSMS/gui/shared/buttons.gui @@ -0,0 +1,951 @@ + +###################################################### +################## BUTTON TEMPLATES ################## +###################################################### + +types Buttons +{ + type button_primary_big = button_primary + { + size = { 250 42 } + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#high" + using = Font_Size_Medium + alwaystransparent = yes + } + } + } + + type button_primary = button_standard + { + texture = "gfx/interface/buttons/button_verb_primary.dds" + shortcut = confirm + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_confirm" + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#high" + alwaystransparent = yes + } + } + } + + type button_tertiary = button_frontend + { + size = { 170 33 } + texture = "gfx/interface/buttons/button_tertiary.dds" + + gfxtype = framedbuttongfx + effectname = "NoHighlight" + upframe = 1 + overframe = 2 + downframe = 3 + framesize = { 210 36 } + + + spriteType = Corneredtiled + spriteborder = { 22 20 } + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#clickable" + using = Font_Size_Small + alwaystransparent = yes + } + } + } + + type button_standard_big = button_standard + { + size = { 250 42 } + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#clickable" + using = Font_Size_Medium + alwaystransparent = yes + } + } + } + + ## The standard button + type button_standard = button_normal + { + texture = "gfx/interface/buttons/button_standard.dds" + size = { 170 33 } + + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + + upframe = 1 + uphoverframe = 2 + uppressedframe = 3 + downframe = 4 + downhoverframe = 4 + downpressedframe = 4 + disableframe = 7 + + spriteType = Corneredtiled + spriteborder = { 3 3 } + framesize = { 249 78 } + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#clickable" + alwaystransparent = yes + } + } + + modify_texture = { + name = "overlay" + texture = "gfx/interface/buttons/button_standard_overlay.dds" + spriteType = Corneredstretched + spriteborder = { 3 3 } + blend_mode = overlay + alpha = 0.3 + } + + block "disabled" + { + highlight_icon = { + size = { 100% 100% } + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + texture = "gfx/interface/buttons/button_disabled_stripes.dds" + spriteType = Corneredtiled + spriteborder = { 2 2 } + framesize = { 238 63 } + + upframe = 1 + uphoverframe = 1 + uppressedframe = 1 + downframe = 1 + downhoverframe = 1 + downpressedframe = 1 + disableframe = 2 + + alpha = 0.4 + + modify_texture = { + name = "overlay" + texture = "gfx/interface/buttons/button_standard_overlay.dds" + spriteType = Corneredstretched + spriteborder = { 3 3 } + blend_mode = overlay + } + + block "button_standard_mouseover" {} + } + } + + highlight_icon = { + size = { 100% 100% } + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + texture = "gfx/interface/buttons/button_mouseover.dds" + spriteType = Corneredstretched + spriteborder = { 20 20 } + framesize = { 238 63 } + + upframe = 1 + uphoverframe = 2 + uppressedframe = 1 + downframe = 1 + downhoverframe = 1 + downpressedframe = 1 + disableframe = 1 + + alpha = 0.5 + + block "button_standard_mouseover" {} + } + + margin_widget = { + size = { 100% 100% } + margin = { 3 3 } + + block "vignette" + { + icon = { + name = "vignette" + size = { 100% 100% } + alpha = 0.2 + texture = "gfx/interface/component_masks/mask_vignette.dds" + color = { 0.15 0.15 0.15 1 } + } + } + } + } + + type button_standard_small = button_standard + { + size = { 140 25 } + } + + ## The standard button, with a clean interior + type button_standard_clean = button_standard + { + texture = "gfx/interface/buttons/button_standard_clean.dds" + + blockoverride "vignette" {} + } + + ## Clean, darker version used for list entries + type button_standard_list = button_standard + { + texture = "gfx/interface/buttons/button_standard_clean_weak.dds" + } + + type button_standard_hover = button_standard_clean { + texture = "gfx/interface/buttons/button_standard_clean.dds" + upframe = 9 + } + + type button_sidepanel_right = button_standard_hover { + minimumsize = { -1 20 } + + using = tooltip_es + + flowcontainer = { + resizeparent = yes + margin = { 3 3 } + margin_left = 7 + + text_single = { + block "button_text"{} + + align = nobaseline + default_format = "#clickable" + } + + button_select_arrow = { + size = { 20 20 } + alwaystransparent = yes + } + } + } + + type button_standard_select_arrow = button_standard { + size = { 170 33 } + + hbox = { + margin = { 5 0 } + + spacer = { + size = { 20 20 } + } + + expand = {} + + text_single = { + layoutpolicy_horizontal = expanding + align = center|nobaseline + default_format = "#clickable" + autoresize = no + + block "button_text"{} + alwaystransparent = yes + } + + expand = {} + + button_select_arrow = { + size = { 20 20 } + alwaystransparent = yes + } + } + } + + type button_list = button_normal + { + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + + upframe = 1 + uphoverframe = 3 + uppressedframe = 3 + downframe = 4 + downhoverframe = 5 + downpressedframe = 6 + texture = "gfx/interface/buttons/button_list.dds" + spriteType = Corneredtiled + spriteborder = { 50 50 } + framesize = { 150 150 } + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#clickable" + alwaystransparent = yes + } + } + } + + type button_tab = button_normal + { + size = { 100 38 } + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + + upframe = 1 + uphoverframe = 2 + uppressedframe = 3 + downframe = 4 + downhoverframe = 4 + downpressedframe = 4 + + texture = "gfx/interface/buttons/button_tab.dds" + spriteType = Corneredtiled + spriteborder = { 10 10 } + framesize = { 198 53 } + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#low" + alwaystransparent = yes + } + } + } + + # For tabs over a dark background area + type button_tab_dark = button_tab + { + upframe = 4 + uphoverframe = 2 + uppressedframe = 4 + downframe = 3 + downhoverframe = 3 + downpressedframe = 3 + framesize = { 198 45 } + + spriteborder = { 10 10 } + } + + type button_tab_vertical = button_normal + { + size = { 180 48 } + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + + upframe = 1 + uphoverframe = 2 + uppressedframe = 3 + downframe = 4 + downhoverframe = 4 + downpressedframe = 4 + + texture = "gfx/interface/buttons/button_tab_vertical.dds" + spriteType = Corneredtiled + spriteborder = { 10 10 } + framesize = { 202 48 } + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#low" + alwaystransparent = yes + } + } + } + + type button_tab_round = button_normal + { + size = { 50 50 } + + framesize = { 100 100 } + texture = "gfx/interface/buttons/button_tab_round.dds" + + # upframe = 1 + # uphoverframe = 2 + # uppressedframe = 3 + # downframe = 2 + # downhoverframe = 1 + # downpressedframe = 1 + # disableframe = 1 + } + + # For main menu + type button_frontend = button_normal + { + texture = "gfx/interface/buttons/button_frontend.dds" + size = { 310 55 } + gfxtype = framedbuttongfx + effectname = "NoHighlight" + upframe = 1 + overframe = 2 + downframe = 3 + framesize = { 391 69 } + + + spriteType = Corneredtiled + spriteborder = { 50 30 } + + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 10 0 } + align = center|nobaseline + default_format = "#clickable" + using = Font_Size_Medium + alwaystransparent = yes + } + } + + } + + type button_event_standard = button_normal + { + size = { 170 33 } + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + texture = "gfx/interface/buttons/button_event.dds" + + upframe = 1 + uphoverframe = 2 + uppressedframe = 3 + downframe = 4 + downhoverframe = 4 + downpressedframe = 4 + disableframe = 7 + spriteType = Corneredtiled + spriteborder = { 3 3 } + framesize = { 249 78 } + + highlight_icon = { + size = { 98% 100% } + gfxtype = togglepushbuttongfx + effectname = "NoHighlight" + texture = "gfx/interface/buttons/button_mouseover_event.dds" + spriteType = Corneredstretched + spriteborder = { 20 20 } + framesize = { 238 63 } + parentanchor = center + + upframe = 1 + uphoverframe = 2 + uppressedframe = 1 + downframe = 1 + downhoverframe = 1 + downpressedframe = 1 + disableframe = 1 + + alpha = 0.5 + + block "button_standard_mouseover" {} + } + } + + type button_event_letter = button_normal + { + size = { 260 34 } + + gfxtype = framedbuttongfx + effectname = "NoHighlight" + upframe = 1 + overframe = 2 + downframe = 3 + disableframe = 4 + texture = "gfx/interface/buttons/button_event_letter.dds" + framesize = { 175 37 } + spriteType = Corneredtiled + spriteborder = { 7 7 } + + default_format = "#light_background" + using = Font_Size_Medium + using = tooltip_es + + modify_texture = { + name = "paper_texture_overlay" + texture = "gfx/interface/window_event/paper_texture_overlay.dds" + spriteType = Corneredtiled + spriteborder = { 0 0 } + blend_mode = overlay + } + + modify_texture = { + name = "shading_overlay" + texture = "gfx/interface/buttons/button_event_letter_overlay.dds" + spriteType = Corneredstretched + spriteborder = { 0 0 } + blend_mode = overlay + } + + modify_texture = { + name = "mask" + texture = "gfx/interface/component_masks/mask_fade_horizontal_middle_thick.dds" + spriteType = Corneredtiled + spriteborder_left = 40 + spriteborder_right = 40 + blend_mode = alphamultiply + } + } + + type button_letter = button_normal + { + size = { 260 34 } + + gfxtype = togglepushbuttongfx + + effectname = "NoHighlight" + upframe = 1 + downframe = 3 + disableframe = 4 + + texture = "gfx/interface/buttons/button_event_letter.dds" + framesize = { 175 37 } + spriteType = Corneredtiled + spriteborder = { 7 7 } + + default_format = "#light_background" + using = Font_Size_Medium + using = tooltip_es + + modify_texture = { + name = "paper_texture_overlay" + texture = "gfx/interface/window_event/paper_texture_overlay.dds" + spriteType = Corneredtiled + spriteborder = { 0 0 } + blend_mode = overlay + } + + modify_texture = { + name = "shading_overlay" + texture = "gfx/interface/buttons/button_event_letter_overlay.dds" + spriteType = Corneredstretched + spriteborder = { 0 30 } + blend_mode = overlay + } + } + + type icon_button_decorative = button + { + gfxtype = framedbuttongfx + effectname = "NoHighlight" + upframe = 1 + overframe = 2 + downframe = 3 + texture = "gfx/interface/buttons/button_small_dec.dds" + framesize = { 94 94 } + size = { 47 47 } + } + + ##### Changed from Vanilla vvvvv + type icon_button_mapmode = widget { + size = { 40 40 } + + block 'mm_datacontext' + { + datacontext = "[GetMapMode( 'realms' )]" + } + + icon = { + size = { 100% 100% } + texture = "gfx/interface/component_masks/mask_circle.dds" + + block = "mm_glow" + { + visible = "[IsMapMode( MapMode.GetKey )]" + } + + glow = { + color = { 0.93 0.65 0.45 1.0 } + glow_radius = 6 + + glow_generation_rules= { + glow_alpha_mask = 0 + glow_blur_passes = 15 + glow_texture_downscale = 5.5f + glow_ignore_inside_pixels = yes + } + } + + using = Animation_Glow_Pulse + } + + button_round = { + size = { 100% 100% } + using = tooltip_nw + + onclick = "[SetMapMode( MapMode.GetKey )]" + ##### Changed from Vanilla vvvvv + onclick = "[GetScriptedGui('reset_custom_map_mode_effect').Execute(GuiScope.End)]" + ##### Changed from Vanilla ^^^^^ + down = "[IsMapMode( MapMode.GetKey )]" + tooltip = "[MapMode.GetDesc]" + + block "mm_button" {} + + button_icon = { + parentanchor = center + alwaystransparent = yes + down = "[IsMapMode( MapMode.GetKey )]" + texture = "[MapMode.GetIcon]" + + block "mm_icon" {} + } + } + } + + type button_round = button_icon { + size = { 40 40 } + texture = "gfx/interface/buttons/button_round_frame.dds" + + background = { + texture = "gfx/interface/buttons/button_round_bg.dds" + using = Color_Button_Background + + block "button_bg_color" {} + + modify_texture = { + texture = "gfx/interface/component_overlay/overlay_texture.dds" + blend_mode = overlay + } + } + } + ##### Changed from Vanilla ^^^^^ + + ## The standard close/minimize etc. buttons used on most windows + type buttons_window_control = flowcontainer { + ignoreinvisible = yes + margin = { 8 8 } + + button_go_to_my_location = { + name = "button_go_to" + using = Animation_ShowHide_Standard + + block "button_go_to" { + visible = no + } + } + + container = { + visible = "[Not(Character.IsLocalPlayer)]" + using = Animation_ShowHide_Standard + + block "button_pin" + { + visible = no + } + + button_pin = { + name = "button_pin" + visible = "[Not(Character.IsPinned)]" + onclick = "[Character.ToggleCharacterPinned]" + tooltip = "PIN_TT" + using = tooltip_se + } + + button_unpin = { + name = "button_unpin" + visible = "[Character.IsPinned]" + onclick = "[Character.ToggleCharacterPinned]" + tooltip = "PIN_TT" + using = tooltip_se + } + } + + button_me = { + name = "button_me" + tooltip = "CV_TOOLTIP_ME_BUTTON" + + using = tooltip_se + + using = Animation_ShowHide_Standard + + block "button_me" { + visible = no + } + } + + button_back = { + name = "button_back" + shortcut = "go_back" + shortcut = "go_back_2" + shortcut = "go_back_3" + + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_close" + + using = Animation_ShowHide_Standard + + block "button_back" { + visible = no + } + } + + button_minimize = { + name = "button_minimize" + shortcut = "close_window" + tooltip = "MINIMIZE_TOOLTIP" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_close" + + using = Animation_ShowHide_Standard + + block "button_minimize" { + visible = no + } + } + + button_close = { + name = "button_close" + shortcut = "close_window" + tooltip = "CLOSE_TOOLTIP" + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_close" + + using = Animation_ShowHide_Standard + + block "button_close" {} + } + } + + type button_checkbox_label = button_group { + + using = tooltip_se + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_checkbox" + flowcontainer = { + spacing = 5 + + button_checkbox = { + block "checkbox" {} + } + + text_single = { + parentanchor = vcenter + align = nobaseline + default_format = "#clickable" + + block "text" { + text = "DEFAULT_TEXT" + } + alwaystransparent = yes + } + } + } + + type button_checkbox = checkbutton { + name = "button_checkbox" + texture = "gfx/interface/buttons/button_checkbox.dds" + framesize = { 80 80 } + size = { 30 30 } + + using = Master_Button_Modify_Texture + blockoverride "master_color_frame" { + frame = 1 + } + + background = { + texture = "gfx/interface/buttons/button_checkbox_background.dds" + margin = { 1 1 } + } + } + + type button_radio_label = button_group { + + using = tooltip_se + flowcontainer = { + spacing = 5 + + button_radio = { + block "radio" {} + + background = { + texture = "gfx/interface/buttons/button_round_big.dds" + alpha = 0.5 + } + } + + text_single = { + parentanchor = vcenter + align = nobaseline + default_format = "#clickable" + + block "text" { + text = "DEFAULT_TEXT" + } + alwaystransparent = yes + } + } + } + + type button_radio = button_toggle { + name = "button_checkbox" + texture = "gfx/interface/buttons/button_radio.dds" + using = Master_Button_Modify_Texture + + framesize = { 80 80 } + size = { 30 30 } + + background = { + texture = "gfx/interface/buttons/button_round_bg.dds" + using = Color_Button_Background + + block "button_bg_color" {} + + modify_texture = { + texture = "gfx/interface/component_overlay/overlay_texture.dds" + blend_mode = overlay + } + } + } + + type button_expand = button_toggle { + size = { 20 20 } + texture = "gfx/interface/buttons/button_tree_expand.dds" + framesize = { 36 36 } + } + + type button_list_expand = checkbutton { + size = { 18 18 } + texture = "gfx/interface/buttons/button_tree_expand.dds" + framesize = { 36 36 } + } + + type button_standard_back = button_standard { + + block "text" { + text = "BACK_LABEL" + } + + button_back = { + using = ButtonStandardIconProperties + size = { 20 20 } + } + } + + + + # Marker used to show current selected Option + type button_active_marker = icon { + parentanchor = top|hcenter + position = { 0 -5 } + texture = "gfx/interface/buttons/button_sort_toggle.dds" + framesize = { 36 36 } + size = { 24 24 } + frame = 1 + + using = Master_Button_Modify_Texture + blockoverride "master_color_frame" { + frame = 1 + } + } + + # For dropdown filter + type button_drop = button_normal { + size = { 100% 33 } + button_trigger = none + gfxtype = framedbuttongfx + effectname = "NoHighlight" + upframe = 1 + overframe = 2 + downframe = 3 + disableframe = 4 + texture = "gfx/interface/buttons/button_drop_down.dds" + framesize = { 225 33 } + spriteType = Corneredtiled + spriteborder = { 75 11 } + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_checkbox" + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin = { 15 0 } + margin_right = 25 + align = left|nobaseline + default_format = "#clickable" + alwaystransparent = yes + } + } + } + + # For dropdown filter options + type button_dropdown = button_normal { + size = { 225 30 } + button_trigger = none + gfxtype = framedbuttongfx + effectname = "NoHighlight" + shaderfile = "gfx/FX/pdxgui_pushbutton.shader" + upframe = 1 + overframe = 2 + downframe = 3 + disableframe = 1 + texture = "gfx/interface/buttons/button_interaction_menu.dds" + framesize = { 317 30 } + clicksound = "event:/SFX/UI/Generic/sfx_ui_generic_checkbox" + + buttonText = { + text_single = { + size = { 100% 100% } + autoresize = no + margin_left = 10 + align = left|nobaseline + alwaystransparent = yes + } + } + } + + type button_religion_icon = button { + # Needs a Faith Data Context! + name = "faith_button" + size = { 65 65 } + onclick = "[DefaultOnFaithClick(Faith.GetID)]" + tooltipwidget = { faith_tooltip_click = {} } + texture = "[Faith.GetIcon]" + } + + type button_religion_icon_ruler_designer = button { + # Needs a Faith Data Context! + name = "faith_button" + size = { 65 65 } + tooltipwidget = { faith_tooltip_ruler_designer = {} } + texture = "[Faith.GetIcon]" + } +} + +# Use this to position a standard button_icon correctly inside a button_standard: +# button_standard = { +# text = "BACK_LABEL" +# button_back = { +# using = ButtonStandardIconProperties +# } +# } +template ButtonStandardIconProperties +{ + parentanchor = left|vcenter + position = { 5 0 } + size = { 25 25 } + alwaystransparent = yes +} diff --git a/WtWSMS/gui/shared/mapmodes.gui b/WtWSMS/gui/shared/mapmodes.gui new file mode 100644 index 0000000000..d026d58322 --- /dev/null +++ b/WtWSMS/gui/shared/mapmodes.gui @@ -0,0 +1,724 @@ +types MapModes +{ + type map_modes_debug = flowcontainer { + ignoreinvisible = yes + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_simple_realms_button" + onclick = "[SetMapMode('simple_realms')]" + raw_text = "Srlm" + tooltip = "MAPMODE_REALMS" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_terrain_button" + onclick = "[SetMapMode('terrain')]" + raw_text = "Ter" + tooltip = "MAPMODE_TERRAIN" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_baronies_button" + onclick = "[SetMapMode('baronies')]" + raw_text = "Bar" + tooltip = "MAPMODE_BARONIES" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_realm_areas_button" + onclick = "[SetMapMode('realm_areas')]" + raw_text = "Area" + tooltip = "MAPMODE_AREAS" + } + + button_round = { + visible = "[CanChangeMapMode]" + name = "map_mode_diplomacy_button" + onclick = "[SetMapMode('diplomacy')]" + raw_text = "Diplo" + tooltip = "MAPMODE_DIPLOMACY" + } + + button_round = { + visible = "[CanChangeMapMode]" + onclick = "[SetMapMode('debug_character_pools')]" + raw_text = "Pools" + raw_tooltip = "Character Pools" + } + + button_round = { + visible = "[CanChangeMapMode]" + onclick = "[SetMapMode('debug_ai_war_coordinator_targets')]" + raw_text = "AI" + raw_tooltip = "AI War Coordinator targets" + } + + button_round = { + visible = "[CanChangeMapMode]" + onclick = "[SetMapMode('debug_visual_regions')]" + raw_text = "Reg" + raw_tooltip = "Visual Geographical Regions" + } + } + + type map_modes = widget { + allow_outside = yes + filter_mouse = all + alwaystransparent = yes + + size = { 170 95 } + + background = { + using = Background_Area_Dark + margin_left = 10 + margin_bottom = 10 + margin_top = -12 + margin_right = 10 + color = { 0.15 0.15 0.15 0.75 } + } + + flowcontainer = { + visible = "[And( And( Not( GetVariableSystem.Exists( 'mapmodes_expand' ) ), IsMapMode('realms') ), IsDefaultGUIMode )]" + parentanchor = top|right + position = { 0 -40 } + direction = vertical + ignoreinvisible = yes + min_width = 170 + tooltip = "ZOOM_LEVEL_PAPER_MAP_TOOLTIP" + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + visible = "[GreaterThanOrEqualTo_int32(GetZoomLevel, '(int32)20')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_PAPER_MAP" + default_format = "#high;italic" + } + + text_single = { + visible = "[GreaterThanOrEqualTo_int32(GetZoomLevel, '(int32)20')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_SELECTING_REALMS" + } + } + + flowcontainer = { + visible = "[And( And( Not( GetVariableSystem.Exists( 'mapmodes_expand' ) ), IsMapMode('realms') ), IsDefaultGUIMode )]" + parentanchor = top|right + position = { 0 -40 } + direction = vertical + ignoreinvisible = yes + min_width = 170 + tooltip = ZOOM_LEVEL_POLITICAL_TOOLTIP + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + visible = "[And(LessThan_int32(GetZoomLevel, '(int32)20'), GreaterThan_int32(GetZoomLevel, '(int32)8'))]" + parentanchor = hcenter + text = "ZOOM_LEVEL_POLITICAL" + default_format = "#color_yellow" + } + + text_single = { + visible = "[And(LessThan_int32(GetZoomLevel, '(int32)20'), GreaterThan_int32(GetZoomLevel, '(int32)8'))]" + parentanchor = hcenter + text = "ZOOM_LEVEL_SELECTING_REALMS" + } + } + + flowcontainer = { + visible = "[And( And(Not(GetVariableSystem.Exists( 'mapmodes_expand' )), IsMapMode('realms')), IsDefaultGUIMode )]" + parentanchor = top|right + position = { 0 -40 } + direction = vertical + ignoreinvisible = yes + min_width = 170 + tooltip = ZOOM_LEVEL_DETAILS_TOOLTIP + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + background = { + using = Background_Area_Dark + margin = { 10 10 } + margin_top = 5 + color = { 0.15 0.15 0.15 0.75 } + } + + text_single = { + visible = "[LessThan_int32(GetZoomLevel, '(int32)9')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_DETAILS" + default_format = "#color_green" + } + + text_single = { + visible = "[LessThan_int32(GetZoomLevel, '(int32)9')]" + parentanchor = hcenter + text = "ZOOM_LEVEL_SELECTING_BARONIES" + } + } + + ## Realm + icon_button_mapmode = { + name = "map_mode_realms_button" + position = { 0 25 } + size = { 50 50 } + visible = "[CanChangeMapMode]" + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('realms')]" + } + + blockoverride "mm_button" + { + onclick = "[ClearExploringRealms]" + shortcut = "map_mode_1" + } + blockoverride "mm_icon" + { + size = { 50 50 } + } + + blockoverride "mm_glow" + { + visible = no + } + + blockoverride "mm_bg_color" + { + color = { 0.18 0.18 0 1 } + } + } + + flowcontainer = { + parentanchor = right|bottom + margin_right = 15 + direction = vertical + + ## De Jure + flowcontainer = { + visible = "[CanChangeMapMode]" + parentanchor = hcenter + direction = horizontal + ignoreinvisible = yes + spacing = -3 + + icon_button_mapmode = { + name = "map_mode_duchies_button" + size = { 38 38 } + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('dejure_duchies')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_9" + } + + blockoverride "button_bg_color" + { + color = { 0.1 0.14 0.1 1 } + } + } + + icon_button_mapmode = { + name = "map_mode_kingdoms_button" + size = { 38 38 } + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('dejure_kingdoms')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_10" + } + + blockoverride "button_bg_color" + { + color = { 0.18 0.1 0.1 1 } + } + } + + icon_button_mapmode = { + name = "map_mode_empires_button" + size = { 38 38 } + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('dejure_empires')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_11" + } + + blockoverride "button_bg_color" + { + color = { 0.12 0.12 0.18 1 } + } + } + } + + ## Other + flowcontainer = { + parentanchor = hcenter + direction = horizontal + ignoreinvisible = no + spacing = -2 + + visible = "[CanChangeMapMode]" + + icon_button_mapmode = { + name = "map_mode_religion_button" + size = { 32 32 } + parentanchor = vcenter + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('religions')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_3" + } + } + + icon_button_mapmode = { + name = "map_mode_cultures_button" + size = { 32 32 } + parentanchor = vcenter + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('cultures')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_2" + } + } + + icon_button_mapmode = { + name = "map_mode_houses_button" + size = { 32 32 } + parentanchor = vcenter + + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode('houses')]" + } + + blockoverride "mm_button" + { + shortcut = "map_mode_4" + } + } + + widget = { + parentanchor = vcenter + size = {32 32} + + button_round = { + parentanchor = center + size = { 30 30 } + onclick = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + + button_plus_small = { + parentanchor = center + alwaystransparent = yes + } + } + } + } + } + + flowcontainer = { + visible = "[GetVariableSystem.Exists( 'mapmodes_expand' )]" + visible_at_creation = no + parentanchor = top|right + widgetanchor = bottom|right + position = { -0 25 } + margin = { 22 10 } + alwaystransparent = no + filter_mouse = all + + state = { + name = _mouse_hierarchy_leave + on_finish = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + } + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + flowcontainer = { + direction = vertical + margin = { 10 5 } + ignoreinvisible = yes + + background = { + using = Background_Area_Dark + } + + text_single = { + parentanchor = hcenter + text = "ADDITIONAL_MAPMODES" + default_format = "#medium;italic" + margin_bottom = 5 + max_width = 110 + } + + mm_text_button = { + name = "map_mode_government_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'government' )]" + } + shortcut = "map_mode_5" + } + + mm_text_button = { + name = "county_development" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'county_development' )]" + } + shortcut = "map_mode_13" + } + + mm_text_button = { + name = "simple_terrain" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'simple_terrain' )]" + } + shortcut = "map_mode_12" + } + + mm_text_button = { + name = "map_mode_counties_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_counties' )]" + } + shortcut = "map_mode_6" + } + + mm_text_button = { + name = "map_mode_court_languages_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode('court_languages')]" + } + blockoverride 'visible' + { + visible = "[And( HasDlcFeature( 'royal_court' ), CanChangeMapMode )]" + } + shortcut = "map_mode_7" + } + + mm_text_button = { + name = "players" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'players' )]" + } + blockoverride 'visible' + { + visible = "[And( Or(GameHasMultiplePlayers, InDebugMode), CanChangeMapMode)]" + } + shortcut = "map_mode_8" + } + } + } + } + + ##### Changed from Vanilla vvvvv + type mm_text_button = button_tertiary { + name = "players" + block 'datacontext' + { + datacontext = "[GetMapMode( 'realms' )]" + } + block 'visible' + { + visible = "[CanChangeMapMode]" + } + + parentanchor = hcenter + size = { 110 25 } + + onclick = "[SetMapMode( MapMode.GetKey )]" + ##### Changed from Vanilla vvvvv + onclick = "[GetScriptedGui('reset_custom_map_mode_effect').Execute(GuiScope.End)]" + ##### Changed from Vanilla ^^^^^ + text = "[MapMode.GetName]" + tooltip = "[MapMode.GetDesc]" + + using = tooltip_ws + } + ##### Changed from Vanilla ^^^^^ + + type mini_map_mode = widget { + allow_outside = yes + filter_mouse = all + alwaystransparent = yes + + size = { 320 60 } + + background = { + using = Background_Area_Dark + margin = { 10 0 } + color = { 0.15 0.15 0.15 0.75 } + } + + hbox = { + vbox = { + layoutpolicy_horizontal = expanding + text_single = { + text = MAP_MODE + } + text_single = { + text = "[GetCurrentMapMode.GetName]" + default_format = "#high" + } + } + + expand = {} + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'struggle' )]" + } + } + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'realms' )]" + } + } + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'religions' )]" + } + } + + icon_button_mapmode = { + blockoverride 'mm_datacontext' + { + datacontext = "[GetMapMode( 'cultures' )]" + } + } + + widget = { + size = {32 32} + + button_round = { + size = { 30 30 } + parentanchor = top|hcenter + widgetanchor = center + position = { 0 10 } + + onclick = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + + button_plus_small = { + parentanchor = center + alwaystransparent = yes + } + } + } + } + + flowcontainer = { + visible = "[GetVariableSystem.Exists( 'mapmodes_expand' )]" + parentanchor = top|right + widgetanchor = bottom|right + position = { 10 0 } + alwaystransparent = no + filter_mouse = all + + state = { + name = _mouse_hierarchy_leave + on_finish = "[GetVariableSystem.Toggle( 'mapmodes_expand' )]" + } + + state = { + name = _show + using = Animation_FadeIn_Quick + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + + flowcontainer = { + direction = vertical + margin = { 10 5 } + ignoreinvisible = yes + + background = { + using = Background_Area_Dark + } + + text_single = { + parentanchor = hcenter + text = "ADDITIONAL_MAPMODES" + default_format = "#medium;italic" + margin_bottom = 5 + max_width = 110 + } + + mm_text_button = { + name = "map_mode_dejure_duchies_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_duchies' )]" + } + shortcut = "map_mode_9" + } + + mm_text_button = { + name = "map_mode_dejure_kingdoms_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_kingdoms' )]" + } + shortcut = "map_mode_10" + } + + mm_text_button = { + name = "map_mode_dejure_empires_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_empires' )]" + } + shortcut = "map_mode_11" + } + + mm_text_button = { + name = "map_mode_government_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'government' )]" + } + shortcut = "map_mode_5" + } + + mm_text_button = { + name = "county_development" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'county_development' )]" + } + shortcut = "map_mode_13" + } + + mm_text_button = { + name = "simple_terrain" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'simple_terrain' )]" + } + shortcut = "map_mode_12" + } + + mm_text_button = { + name = "map_mode_counties_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'dejure_counties' )]" + } + shortcut = "map_mode_6" + } + + mm_text_button = { + name = "map_mode_court_languages_button" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode('court_languages')]" + } + blockoverride 'visible' + { + visible = "[And( HasDlcFeature( 'royal_court' ), CanChangeMapMode )]" + } + shortcut = "map_mode_7" + } + + mm_text_button = { + name = "players" + blockoverride 'datacontext' + { + datacontext = "[GetMapMode( 'players' )]" + } + blockoverride 'visible' + { + visible = "[And( Or(GameHasMultiplePlayers, InDebugMode), CanChangeMapMode)]" + } + shortcut = "map_mode_8" + } + } + } + } +} diff --git a/WtWSMS/gui/window_culture.gui b/WtWSMS/gui/window_culture.gui new file mode 100644 index 0000000000..9b967c8f02 --- /dev/null +++ b/WtWSMS/gui/window_culture.gui @@ -0,0 +1,1828 @@ +###################################################### +##################### CULTURE ######################## +###################################################### + +window = { + name = "culture_window" + datacontext = "[CultureWindow.GetCulture]" + datacontext = "[Culture.GetReformation]" + widgetid = "culture_window_id" + layer = windows_layer + movable = no + + using = Window_Size_Sidebar + using = Window_Background_Sidebar + + state = { + name = _show + using = Animation_FadeIn_Quick + using = Sound_WindowShow_Standard + + position = { 0 0 } + on_start = "[GetVariableSystem.Set( 'culture_tab', 'early' )]" + on_start = "[GetVariableSystem.Set( 'hide_bottom_left_HUD', 'true' )]" + on_start = "[GetVariableSystem.Set( 'culture_view_tabs', 'overview' )]" + on_start = "[CultureWindow.HideReformationMode]" + } + + state = { + name = _hide + using = Animation_FadeOut_Quick + using = Sound_WindowHide_Standard + + position = { -90 0 } + on_start = "[GetVariableSystem.Clear( 'hide_bottom_left_HUD' )]" + } + + vbox = { + using = Window_Margins_Sidebar + + header_pattern = { + layoutpolicy_horizontal = expanding + + blockoverride "header_text" + { + text = "CULTURE_WINDOW_CULTURE" + } + + blockoverride "button_close" + { + onclick = "[CultureWindow.Close]" + # shortcut = "innovations_window" + } + + blockoverride "button_back" + { + visible = "[HasViewHistory]" + onclick = "[OpenFromViewHistory]" + tooltip = "[GetViewHistoryTooltip]" + } + + blockoverride "button_me" + { + onclick = "[DefaultOnCharacterClick(GetPlayer.GetID)]" + } + } + + widget = { + layoutpolicy_horizontal = expanding + size = { 0 48 } + + vbox = { + name = "acceptance" + visible = "[Not( ObjectsEqual( Culture.Self, GetPlayer.GetCulture ) )]" + spacing = 2 + margin_left = 450 + margin_right = 10 + + text_single = { + name = "acceptance_text" + layoutpolicy_horizontal = expanding + text = "CULTURE_VIEW_ACCEPTANCE" + align = right + autoresize = no + tooltip = "CULTURE_ACCEPTANCE_TOOLTIP" + } + + text_single = { + visible = "[NotEqualTo_CFixedPoint( Culture.GetAcceptanceDiff( GetPlayer.GetCulture ), '(CFixedPoint)0')]" + layoutpolicy_horizontal = expanding + text = "CULTURE_VIEW_ACCEPTANCE_DIFF" + align = right + autoresize = no + tooltip = "CULTURE_ACCEPTANCE_TOOLTIP" + } + + expand = {} + } + + hbox = { + name = "whos_culture" + margin_top = 5 + + vbox = { + layoutpolicy_vertical = expanding + + text_label_center = { + text = "[Culture.GetPlayerRelationString]" + default_format = "#low" + } + + text_single = { + text = "[Culture.GetCreationString]" + max_width = 490 + } + } + } + + ##### Changed from Vanilla vvvvvv + flowcontainer = { + ignoreinvisible = yes + parentanchor = vcenter|left + #Minorities Map Mode + button_round = { + name = "culture_minority_map_mode" + visible = "[And(CanChangeMapMode,Not(GetGlobalVariable('custom_map_mode').IsSet))]" + + size = { 50 50 } + + datacontext = "[GetScriptedGui('minority_culture_map_effect')]" + + onclick = "[SetMapMode('minority_cultures_map_mode')]" + onclick = "[ScriptedGui.Execute( GuiScope.SetRoot( CultureWindow.GetCulture.MakeScope ).End )]" + onclick = "[GetVariableSystem.Toggle('custom_legend_window')]" + down = "[And( GetScriptedGui('minority_culture_map_effect').IsShown(GuiScope.End), IsMapMode('minority_cultures_map_mode') )]" + enabled = "[GetScriptedGui('minority_culture_map_effect').IsValid(GuiScope.End)]" + + texture = "gfx/interface/buttons/button_round_frame.dds" + + tooltip = "culture_minority_map_mode_tooltip" + using = tooltip_ws + + icon = { + parentanchor = hcenter|vcenter + texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" + size = { 30 30 } + } + } + #Reset Minorities Map Mode + button_round = { + name = "culture_minority_map_revert_mode" + visible = "[And(CanChangeMapMode,GetGlobalVariable('custom_map_mode').IsSet)]" + + size = { 50 50 } + + onclick = "[GetScriptedGui('reset_custom_map_mode_effect').Execute(GuiScope.End)]" + onclick = "[GetVariableSystem.Toggle('custom_legend_window')]" + onclick = "[SetMapMode('cultures')]" + + texture = "gfx/interface/buttons/button_round_frame.dds" + + tooltip = "culture_minority_map_mode_revert_tooltip" + using = tooltip_ws + + icon = { + parentanchor = hcenter|vcenter + texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" + size = { 30 30 } + } + icon = { + parentanchor = hcenter|vcenter + texture = "gfx/interface/icons/modifiers/no_modifier.dds" + size = { 30 30 } + } + } + } + ##### Changed from Vanilla ^^^^^ + } + + + hbox = { + name = "tabs" + layoutpolicy_horizontal = expanding + margin_top = 10 + + button_tab = { + layoutpolicy_horizontal = expanding + onclick = "[GetVariableSystem.Set( 'culture_view_tabs', 'overview' )]" + onclick = "[CultureWindow.HideReformationMode]" + down = "[GetVariableSystem.HasValue( 'culture_view_tabs', 'overview' )]" + + text_single = { + parentanchor = center + text = "CULTURE_VIEW_OVERVIEW" + maximumsize = { 400 -1 } + default_format = "#low" + } + } + + button_tab = { + name = "innovations_tab_tutorial_uses_this" + layoutpolicy_horizontal = expanding + onclick = "[GetVariableSystem.Set( 'culture_view_tabs', 'innovations' )]" + onclick = "[CultureWindow.HideReformationMode]" + down = "[GetVariableSystem.HasValue( 'culture_view_tabs', 'innovations' )]" + + text_single = { + parentanchor = center + text = "CULTURE_VIEW_INNOVATIONS" + maximumsize = { 400 -1 } + default_format = "#low" + } + } + } + + vbox = { + name = "traditions_and_pillars_tab_tutorial_uses_this" + visible = "[GetVariableSystem.HasValue( 'culture_view_tabs', 'overview' )]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + using = Animation_Tab_Switch + + container_pillar_item = { + datacontext = "[Culture.GetEthos]" + + blockoverride "icon_size" { + size = { 400 100 } + } + + button_round = { + visible = "[CultureWindow.IsInReformationMode]" + parentanchor = bottom|right + onclick = "[Culture.OpenReplaceEthosWindow]" + position = { -8 -8 } + + tooltip = "CULTURE_CLICK_TO_REPLACE" + + button_change = { + alwaystransparent = yes + parentanchor = center + } + } + } + + vbox = { + layoutpolicy_horizontal = expanding + + text_label_left = { + layoutpolicy_horizontal = expanding + margin = { 10 6 } + text = "[culture_pillars|E]" + default_format = "#low" + align = nobaseline + } + } + + hbox = { + name = "cultural_pillars_block" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + maximumsize = { 594 104 } + + widget = { + name = "cultural_pillars_collumn_one" + layoutpolicy_horizontal = expanding + + vbox = { + margin_left = 10 + + hbox = { + name = "heritage" + datacontext = "[Culture.GetHeritage]" + layoutpolicy_horizontal = expanding + + hbox = { + spacing = 10 + + tooltipwidget = { + using = culture_pillar_tooltip + } + + icon_doctrine = { + visible = "[ObjectsEqual( Culture.GetHeritage, GetPlayer.GetCulture.GetHeritage )]" + size = { 44 44 } + texture = "gfx/interface/icons/culture_pillars/heritage.dds" + } + + icon_doctrine = { + visible = "[Not( ObjectsEqual( Culture.GetHeritage, GetPlayer.GetCulture.GetHeritage ))]" + size = { 44 44 } + texture = "gfx/interface/icons/culture_pillars/heritage_diverge.dds" + } + + text_multi = { + datacontext = "[Culture.GetHeritage]" + text = "CULTURE_VIEW_HERITAGE_TEXT" + autoresize = yes + max_width = 220 + } + } + + expand = {} + } + + hbox = { + name = "martial" + datacontext = "[Culture.GetMartial]" + layoutpolicy_horizontal = expanding + + # Only show Martial if culture affects martial customs, + # which is only the case if we are able to modify + # the culture pillars. + visible = "[HasDlcFeature( 'diverge_culture' )]" + + spacing = 10 + + icon_doctrine = { + size = { 44 44 } + texture = "[CulturePillar.GetIcon]" + } + + vbox = { + layoutpolicy_horizontal = expanding + + hbox = { + layoutpolicy_horizontal = expanding + + spacing = 5 + + tooltipwidget = { + using = culture_pillar_tooltip + } + + text_multi = { + text = "CULTURE_VIEW_MARTIAL_CUSTOM_TEXT" + autoresize = yes + max_width = 220 + } + + button_change = { + visible = "[CultureWindow.IsInReformationMode]" + onclick = "[Culture.OpenReplaceMartialWindow]" + + tooltip = "CULTURE_CLICK_TO_REPLACE" + } + + expand = {} + } + + hbox = { + layoutpolicy_horizontal = expanding + visible = "[And(CultureReformation.IsReformingSamePillarTypeAs(Culture.GetMartial), Not(CultureWindow.IsInReformationMode))]" + + margin_top = 3 + + progressbar_reform = { + + blockoverride "progressbar_reform_size" + { + size = { 150 14 } + } + + tooltipwidget = { + using = culture_pillar_tooltip_establishing + } + } + + expand = {} + } + } + } + } + } + + widget = { + name = "cultural_pillars_collumn_two" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + vbox = { + margin_left = 10 + + hbox = { + name = "language" + datacontext = "[Culture.GetLanguage]" + layoutpolicy_horizontal = expanding + + hbox = { + spacing = 10 + + tooltipwidget = { + using = culture_pillar_tooltip + } + + icon_culture_pillar = { + visible = "[ObjectsEqual( Culture.GetLanguage, GetPlayer.GetCulture.GetLanguage )]" + texture = "gfx/interface/icons/culture_pillars/language.dds" + } + + icon_culture_pillar = { + visible = "[Not( ObjectsEqual( Culture.GetLanguage, GetPlayer.GetCulture.GetLanguage ))]" + texture = "gfx/interface/icons/culture_pillars/language_diverge.dds" + } + + text_multi = { + datacontext = "[Culture.GetLanguage]" + text = "CULTURE_VIEW_LANGUAGE_TEXT" + autoresize = yes + max_width = 220 + } + + button_adopt_court_language = { + datacontext = "[GetPlayer]" + layoutpolicy_horizontal = expanding + + onclick = "[ToggleGameViewData( 'language', IntToUnsigned( CulturePillar.GetIndex ) )]" + enabled = "[Character.CanAdoptCourtLanguage( CulturePillar.Self )]" + tooltip = "ADOPT_COURT_LANGUAGE_CULTURE_WINDOW" + visible = "[And( HasDlcFeature( 'royal_court' ), And( Character.HasRoyalCourt, Not( ObjectsEqual( CulturePillar.Self, Character.GetCourtLanguage ) ) ) )]" + } + } + + expand = {} + } + + hbox = { + layoutpolicy_horizontal = expanding + + hbox = { + spacing = 10 + + tooltip = "CULTURE_AESTHETICS_TOOLTIP" + + icon_culture_pillar = { + texture = "gfx/interface/icons/culture_pillars/aesthetics.dds" + } + + text_multi = { + text = "CULTURE_AESTHETICS" + autoresize = yes + max_width = 220 + } + } + + expand = {} + } + } + } + } + + text_label_left = { + layoutpolicy_horizontal = expanding + margin = { 10 6 } + text = "[traditions|E]" + align = nobaseline + + text_single = { + parentanchor = vcenter|right + position = {-14 0} + text = "[GetDataModelSize(Culture.GetTraditions)]/[Culture.GetMaxNumberOfTraditions]" + tooltip = "[Culture.GetMaxNumberOfTraditionsBreakdown]" + default_format = "#low" + align = nobaseline + } + } + + scrollbox = { + name = "traditions_holder" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + scrollbarpolicy_horizontal = always_off + + blockoverride "scrollbox_content" { + vbox = { + fixedgridbox = { + datamodel = "[CultureWindow.GetCultureTraditions]" + visible = "[Not(CultureWindow.IsInReformationMode)]" + flipdirection = yes + addcolumn = 284 + addrow = 180 + datamodel_wrap = 2 + + item = { + container = { + widget = { + name = "exisiting_tradition" + datacontext = "[GuiCultureTradition.GetTradition]" + visible = "[Not(GuiCultureTradition.IsEmpty)]" + size = { 276 168 } + + tooltipwidget = { + using = culture_tradition_tooltip + } + + widget_tradition_icon = { + visible = "[Not(GuiCultureTradition.IsEmpty)]" + + block "icon_size" { + size = { 276 138 } + } + } + + text_label_center = { + name = "name_replacing" + visible = "[Not(GuiCultureTradition.IsEmpty)]" + parentanchor = bottom|hcenter + text = "[CultureTradition.GetNameNoTooltip]" + using = Font_Size_Medium + multiline = yes + align = center + } + } + + widget = { + name = "new_tradition" + datacontext = "[CultureReformation.GetNewTradition]" + visible = "[And(GuiCultureTradition.IsNextAvailable, CultureReformation.IsAddingNewTradition)]" + size = { 276 168} + + tooltipwidget = { + using = culture_tradition_tooltip_establishing + } + + widget_tradition_icon = { + enabled = "[Not(And(CultureReformation.IsAddingNewTradition, GuiCultureTradition.IsNextAvailable))]" + + block "icon_size" { + size = { 276 138 } + } + } + + widget = { + size = { 276 38} + parentanchor = center|hcenter + position = { 0 30 } + + background = { + using = Background_Area_Dark + margin_top = 1 + margin_bottom = 5 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_horizontal_middle_thick.dds" + blend_mode = alphamultiply + } + } + + text_single = { + name = "name_adding" + visible = "[GuiCultureTradition.IsEmpty]" + parentanchor = top|hcenter + text = "REFORMATION_NEW_TRADITION_INFO" + using = Font_Size_Small + multiline = yes + max_width = 240 + align = center + } + + widget = { + name = "progressbar_new_tradition" + size = { 100% 100% } + visible = "[And(CultureReformation.IsAddingNewTradition, GuiCultureTradition.IsNextAvailable)]" + + progressbar_reform = { + parentanchor = bottom|hcenter + + blockoverride "progressbar_reform_size" + { + size = { 250 14 } + } + } + } + } + + text_label_center = { + name = "name_replacing" + parentanchor = bottom|hcenter + text = "[CultureTradition.GetNameNoTooltip]" + using = Font_Size_Medium + default_format = "#low" + multiline = yes + align = center + } + } + } + } + } + + fixedgridbox = { + datamodel = "[CultureWindow.GetCultureTraditions]" + visible = "[CultureWindow.IsInReformationMode]" + flipdirection = yes + addcolumn = 284 + addrow = 180 + datamodel_wrap = 2 + + item = { + widget = { + name = "traditions" + datacontext = "[GuiCultureTradition.GetTradition]" + size = { 276 168 } + + tooltip_enabled = "[Not(GuiCultureTradition.IsEmpty)]" + + tooltipwidget = { + using = culture_tradition_tooltip + } + + widget_tradition_icon = { + visible = "[Not(GuiCultureTradition.IsEmpty)]" + block "icon_size" { + size = { 276 138 } + } + } + + widget_tradition_selectable_glow = { + visible = "[Or(Not(GuiCultureTradition.IsEmpty), GuiCultureTradition.IsNextAvailable)]" + block "icon_size" { + size = { 276 138 } + } + } + + widget_tradition_empty = { + visible = "[GuiCultureTradition.IsEmpty]" + block "icon_size" { + size = { 276 138 } + } + } + + text_label_center = { + name = "name" + visible = "[Not(GuiCultureTradition.IsEmpty)]" + parentanchor = bottom|hcenter + maximumsize = { 220 44 } + text = "[CultureTradition.GetNameNoTooltip]" + using = Font_Size_Medium + multiline = yes + align = center + elide = right + } + + button_standard = { + visible = "[GuiCultureTradition.IsNextAvailable)]" + onclick = "[Culture.OpenAddTraditionWindow]" + size = { 276 138 } + + tooltip = "CULTURE_CLICK_TO_ADD_TRADITION" + + highlight_icon = { + name = "build_new_icon" + parentanchor = center + size = { 45 45 } + alpha = 0.7 + texture = "gfx/interface/icons/flat_icons/plus.dds" + + modify_texture = { + texture = "gfx/interface/icons/focuses/hud_icon_mask.dds" + blend_mode = alphamultiply + } + + modify_texture = { + texture = "gfx/interface/colors/gold.dds" + blend_mode = add + + } + + modify_texture = { + texture = "gfx/interface/colors/red.dds" + blend_mode = colordodge + } + } + } + } + } + } + } + } + } + + expand = {} + + hbox = { + visible = "[Not(CultureWindow.IsInReformationMode)]" + layoutpolicy_horizontal = expanding + margin = { 10 8 } + spacing = 10 + margin_top = 8 + + hbox = { + visible = "[And( And( HasDlcFeature( 'hybridize_culture' ), Not( ObjectsEqual( Culture.Self, GetPlayer.GetCulture ) ) ), GetPlayer.IsValid )]" + + text_multi = { + name = "no_hybridize_parent" + visible = "[GetPlayer.GetCulture.IsChildOf( Culture.Self )]" + max_width = 580 + autoresize = yes + text = "NO_HYBRIDIZE_INFO_PARENT" + align = nobaseline + default_format = "#weak" + margin_top = 6 + margin_bottom = 6 + } + + text_multi = { + name = "no_hybridize_child" + visible = "[Culture.IsChildOf( GetPlayer.GetCulture )]" + max_width = 580 + autoresize = yes + text = "NO_HYBRIDIZE_INFO_CHILD" + align = nobaseline + default_format = "#weak" + margin_top = 6 + margin_bottom = 6 + } + + text_multi = { + name = "no_hybridize_heritage" + visible = "[And( ObjectsEqual(Culture.GetHeritage, GetPlayer.GetCulture.GetHeritage ), And( Not( GetPlayer.GetCulture.IsChildOf( Culture.Self ) ), Not( Culture.IsChildOf( GetPlayer.GetCulture ) ) ) )]" + max_width = 580 + autoresize = yes + text = "NO_HYBRIDIZE_INFO_HERITAGE" + align = nobaseline + default_format = "#weak" + margin_top = 6 + margin_bottom = 6 + } + + button_standard = { + name = "hybridize_tutorial_uses_this" + visible = "[And( Not( ObjectsEqual(Culture.GetHeritage, GetPlayer.GetCulture.GetHeritage ) ), And( Not( GetPlayer.GetCulture.IsChildOf( Culture.Self ) ), Not( Culture.IsChildOf( GetPlayer.GetCulture ) ) ) )]" + minimumsize = { 240 0 } + onclick = "[Culture.OpenHybridizationWindow]" + onclick = "[CultureWindow.Close]" + text = "HYBRIDIZE_CULTURE_LABEL" + tooltip = "HYBRIDIZE_CULTURE_TOOLTIP" + using = tooltip_nw + + icon = { + visible = "[Not( GetPlayer.GetCulture.CanHybridize( Culture.Self ) )]" + parentanchor = vcenter|right + position = { -3 0 } + size = { 25 25 } + texture = "gfx/interface/icons/symbols/icon_cross.dds" + alwaystransparent = yes + } + } + } + + button_standard = { + name = "add_tradition" + visible = "[And(ObjectsEqual(Culture.GetCultureHead.Self, GetPlayer ), Not(HasDlcFeature( 'reform_culture' )))]" + text = "ADD_TRADITION_LABEL" + minimumsize = { 240 0 } + onclick = "[Culture.OpenAddTraditionWindow]" + down = "[IsGameViewOpen('add_culture_tradition')]" + tooltip = "ADD_TRADITION_TOOLTIP" + using = tooltip_nw + + icon = { + visible = "[Not( Culture.CanAddTradition )]" + parentanchor = vcenter|right + position = { -3 0 } + size = { 25 25 } + texture = "gfx/interface/icons/symbols/icon_cross.dds" + alwaystransparent = yes + } + } + + expand = {} + + button_standard = { + name = "reform_culture" + visible = "[And(And(ObjectsEqual(Culture.GetCultureHead.Self, GetPlayer ), HasDlcFeature( 'reform_culture' )), GetPlayer.IsValid)]" + enabled = "[Not(Culture.IsReforming)]" + text = "REFORM_CULTURE_LABEL" + minimumsize = { 240 0 } + onclick = "[CultureWindow.ShowReformationMode]" + down = "[IsGameViewOpen('add_culture_tradition')]" + tooltip = "REFORM_CULTURE_TOOLTIP" + using = tooltip_nw + + } + + button_standard = { + name = "diverge" + visible = "[And( ObjectsEqual(Culture.Self, GetPlayer.GetCulture ), HasDlcFeature( 'diverge_culture' ) )]" + minimumsize = { 240 0 } + onclick = "[Culture.OpenDivergenceWindow]" + onclick = "[CultureWindow.Close]" + text = "DIVERGE_CULTURE_LABEL" + tooltip = "DIVERGE_CULTURE_TOOLTIP" + using = tooltip_nw + + #icon debug + icon = { + visible = "[Not( GetPlayer.GetCulture.CanDiverge )]" + parentanchor = vcenter|right + size = { 25 25 } + position = { -3 0 } + texture = "gfx/interface/icons/symbols/icon_cross.dds" + alwaystransparent = yes + } + } + + expand = {} + } + + hbox = { + visible = "[CultureWindow.IsInReformationMode]" + layoutpolicy_horizontal = expanding + margin = { 10 8 } + spacing = 10 + margin_top = 8 + + button_standard = { + name = "cancel_reform_culture" + text = "REFORM_CULTURE_CLOSE_LABEL" + minimumsize = { 240 0 } + onclick = "[CultureWindow.HideReformationMode]" + down = "[IsGameViewOpen('add_culture_tradition')]" + tooltip = "REFORM_CULTURE_CLOSE_TOOLTIP" + using = tooltip_nw + } + } + } + + vbox = { + name = "innovations_area_tutorial_uses_this" + visible = "[GetVariableSystem.HasValue( 'culture_view_tabs', 'innovations' )]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + using = Animation_Tab_Switch + + vbox = { + layoutpolicy_horizontal = expanding + margin = { 0 10 } + + text_label_center = { + text = "CULTURE_WINDOW_INNOVATIONS" + using = Font_Size_Medium + } + } + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 5 5 } + + background = { + using = Background_Area_Dark + } + + datamodel = "[CultureWindow.GetCultureEras]" + + item = { + vbox_era_tab = { + } + } + } + + scrollbox = { + name = "selected_culture_era" + datacontext = "[CultureWindow.GetSelectedCultureEra]" + layoutpolicy_horizontal = expanding + layoutpolicy_vertical = expanding + + blockoverride "scrollbox_content" + { + vbox = { + datacontext = "[GuiCultureEra.GetCultureEra]" + layoutpolicy_horizontal = expanding + spacing = 10 + + state = { + name = "culture_refresh" + using = Animation_Refresh_FadeOut + } + + state = { + using = Animation_Refresh_FadeIn + } + + text_single = { + visible = "[GuiCultureEra.GetCultureEra.GetType.IsInvalidForPlayerGovernment]" + layoutpolicy_horizontal = expanding + text = "CULTURE_WINDOW_ERA_INNOVATION_BLOCKED_FOR_PLAYER_GOVERNMENT" + margin_bottom = 5 + } + + hbox = { + visible = "[Not(CultureEra.IsActive)]" + layoutpolicy_horizontal = expanding + + vbox = { + layoutpolicy_horizontal = expanding + margin_bottom = 10 + + background = { + using = Background_Area + margin = { 10 5 } + } + + hbox = { + layoutpolicy_horizontal = expanding + + text_multi = { + layoutpolicy_horizontal = expanding + max_width = 550 + text = "CULTURE_ERA_BLOCKED_BLOCKED_TILE" + autoresize = yes + margin_left = 3 + + background = { + using = Background_Area_Dark + alpha = 0.6 + margin = { 10 5 } + } + } + + expand = {} + } + + hbox = { + layoutpolicy_horizontal = expanding + margin_top = 10 + + text_multi = { + visible = "[Not(CultureEra.CanGainProgress)]" + layoutpolicy_horizontal = expanding + text = "[CultureEra.GetCantGainProgressReason]" + autoresize = no + margin_left = 3 + } + + expand = {} + } + + vbox = { + visible = "[CultureEra.CanGainProgress]" + layoutpolicy_horizontal = expanding + margin = { 0 10 } + spacing = 3 + tooltip = "[CultureEra.GetProgressAndGainBreakdown]" + + progressbar_standard = { + layoutpolicy_horizontal = expanding + value = "[FixedPointToFloat(CultureEra.GetProgress)]" + minimumsize = { 0 25 } + min = 0 + max = 100 + } + + hbox = { + layoutpolicy_horizontal = expanding + + text_label_left = { + text = "[CultureEra.GetCultureEraProgressEstimation]" + } + + expand = {} + } + } + } + + spacer = { + size = { 70 10 } + } + } + + vbox = { + name = "era_groups" + datamodel = "[GuiCultureEra.GetCultureEraGroups]" + layoutpolicy_horizontal = expanding + spacing = 30 + + item = { + vbox = { + visible = "[GuiCultureEraGroup.HasInnovations]" + layoutpolicy_horizontal = expanding + spacing = 10 + + text_label_left = { + layoutpolicy_horizontal = expanding + align = left + margin = { 0 3 } + text = "[GuiCultureEraGroup.GetName]" + } + + dynamicgridbox = { + datamodel = "[GuiCultureEraGroup.GetInnovations]" + datamodel_wrap = 2 + flipdirection = yes + + item = { + flowcontainer = { + margin_top = 10 + margin_right = 45 + + flowcontainer = { + datacontext = "[GuiCultureInnovation.GetCultureInnovation]" + direction = horizontal + + allow_outside = yes + using = tooltip_es + ignoreinvisible = yes + + tooltipwidget = { + using = culture_innovation_tooltip + + blockoverride "AfterDescription" + { + container = { + name = "can_select_as_fascination" + visible = "[And(CultureInnovation.CanPlayerSetAsFascination, Not(CultureInnovation.IsFascination) )]" + minimumsize = { 100% 0 } + textbox = { + text = "INNOVATION_CLICK_TO_SELECT_FASCINATION" + autoresize = yes + fonttintcolor = "[TooltipInfo.GetTintColor]" + using = DefaultTooltipText + multiline = yes + } + } + } + } + + ######### NOT CLICKABLE ###### + widget = { + visible = "[Not(And(CultureInnovation.GetCulture.IsPlayerCultureHead, Not(CultureInnovation.IsActive)))]" + size = { 256 66 } + + hbox = { + margin = { 3 3 } + margin_right = 8 + spacing = 5 + + background = { + using = Background_Area + } + + icon_innovation = { + visible = "[And(CultureInnovation.GetCulture.IsPlayerCultureHead, CultureInnovation.IsActive)]" + } + + icon_innovation = { + visible = "[Not(CultureInnovation.GetCulture.IsPlayerCultureHead)]" + } + + widget = { + size = { 150 60 } + + vbox = { + position = {0 -1} + + ignoreinvisible = yes + + text_multi = { + name = "name_clickable" + visible = "[CultureInnovation.CanBeFascination]" + layoutpolicy_horizontal = expanding + text = "[CultureInnovation.GetNameNoTooltip]" + align = nobaseline + margin = { 3 0 } + default_format = "#clickable" + } + + text_multi = { + name = "name_unlocked" + visible = "[CultureInnovation.IsActive]" + layoutpolicy_horizontal = expanding + text = "[CultureInnovation.GetNameNoTooltip]" + max_width = 150 + align = nobaseline + margin = { 3 0 } + default_format = "#P" + alpha = 0.7 + } + + text_multi = { + name = "name_blocked" + visible = "[And(Not(CultureInnovation.CanBeFascination),Not(CultureInnovation.IsActive))]" + layoutpolicy_horizontal = expanding + text = "[CultureInnovation.GetNameNoTooltip]" + max_width = 150 + align = nobaseline + margin = { 3 0 } + default_format = "#low" + } + + hbox = { + visible = "[And(CultureInnovation.CanGainProgress, Not(CultureInnovation.IsActive))]" + layoutpolicy_horizontal = expanding + margin = { 3 0 } + + progressbar_standard = { + visible = "[And(CultureInnovation.CanGainProgress, Not(CultureInnovation.IsActive))]" + value = "[FixedPointToFloat(CultureInnovation.GetProgress)]" + layoutpolicy_horizontal = expanding + size = { 90 15 } + min = 0 + max = 100 + } + } + + spacer = { + visible = "[Not(And(CultureInnovation.CanGainProgress, Not(CultureInnovation.IsActive)))]" + size = { 0 15 } + } + } + } + } + } + + ######### CLICKABLE ###### + button_standard_hover = { + visible = "[And(CultureInnovation.GetCulture.IsPlayerCultureHead, Not(CultureInnovation.IsActive))]" + enabled = "[CultureInnovation.CanBeFascination]" + size = { 256 66 } + onclick = "[CultureInnovation.SelectAsFascination]" + + hbox = { + margin = { 3 3 } + margin_right = 8 + spacing = 5 + allow_outside = yes + ignoreinvisible = yes + + background = { + using = Background_Area + } + + widget = { + size = { 90 60 } + + icon_innovation = { + parentanchor = center + } + } + + widget = { + size = { 150 60 } + alwaystransparent = yes + + vbox = { + position = {0 -1} + + ignoreinvisible = yes + + text_multi = { + name = "name_clickable" + visible = "[CultureInnovation.CanBeFascination]" + layoutpolicy_horizontal = expanding + text = "[CultureInnovation.GetNameNoTooltip]" + align = nobaseline + margin = { 3 0 } + default_format = "#clickable" + } + + text_multi = { + name = "name_unlocked" + visible = "[CultureInnovation.IsActive]" + layoutpolicy_horizontal = expanding + text = "[CultureInnovation.GetNameNoTooltip]" + max_width = 150 + align = nobaseline + margin = { 3 0 } + default_format = "#P" + alpha = 0.7 + } + + text_multi = { + name = "name_blocked" + visible = "[And(Not(CultureInnovation.CanBeFascination),Not(CultureInnovation.IsActive))]" + layoutpolicy_horizontal = expanding + text = "[CultureInnovation.GetNameNoTooltip]" + max_width = 150 + align = nobaseline + margin = { 3 0 } + default_format = "#low" + } + + hbox = { + visible = "[And(CultureInnovation.CanGainProgress, Not(CultureInnovation.IsActive))]" + layoutpolicy_horizontal = expanding + margin = { 3 0 } + + progressbar_standard = { + visible = "[And(CultureInnovation.CanGainProgress, Not(CultureInnovation.IsActive))]" + value = "[FixedPointToFloat(CultureInnovation.GetProgress)]" + layoutpolicy_horizontal = expanding + size = { 90 15 } + min = 0 + max = 100 + } + } + + spacer = { + visible = "[Not(And(CultureInnovation.CanGainProgress, Not(CultureInnovation.IsActive)))]" + size = { 0 15 } + } + } + } + } + } + } + } + } + } + } + } + } + + background = { + name = "gray_overlay" + visible = "[GuiCultureEra.GetCultureEra.GetType.IsInvalidForPlayerGovernment]" + using = Background_Area_Border_Solid + tintcolor = { 0.5 0.5 0.5 0.3 } + alwaystransparent = no + margin = { 10 10 } + } + } + } + } + } + + hbox = { + name = "no_culture_head" + visible = "[And(Not(CultureWindow.IsInReformationMode), Not( Culture.HasCultureHead ))]" + layoutpolicy_horizontal = expanding + margin = { 0 10 } + + background = { + using = Background_Area + } + + text_single = { + text = "CULTURE_WINDOW_NO_HEAD" + } + + text_single = { + text = "[Culture.GetNoHeadReason]" + } + } + + hbox = { + name = "culture_head_tutorial_uses_this" + datacontext = "[Culture.GetCultureHead]" + visible = "[And(Not(CultureWindow.IsInReformationMode), Culture.HasCultureHead)]" + layoutpolicy_horizontal = expanding + + hbox = { + layoutpolicy_horizontal = expanding + margin = { 10 5 } + margin_top = 10 + spacing = 10 + + background = { + using = Background_Area + } + + vbox = { + layoutpolicy_vertical = expanding + expand = {} + + portrait_shoulders = { + name = "culture_head_portrait" + } + } + + vbox = { + layoutpolicy_horizontal = expanding + margin = { 10 0 } + + text_multi = { + layoutpolicy_horizontal = expanding + autoresize = yes + max_width = 420 + text = "CULTURE_WINDOW_CULTURE_HEAD_TITLE" + } + + spacer = { + visible = "[Not(EqualTo_uint32( CultureWindow.GetCulture.GetID, GetPlayer.GetCulture.GetID ))]" + size = { -1 42 } + } + + vbox = { + name = "culture_head_influence_info" + visible = "[EqualTo_uint32( CultureWindow.GetCulture.GetID, GetPlayer.GetCulture.GetID )]" + layoutpolicy_horizontal = expanding + + text_multi = { + visible = "[Not(CultureWindow.ShouldShowMyCultureInfo)]" + layoutpolicy_horizontal = expanding + text = "[CultureWindow.GetCultureHeadInfo]" + autoresize = yes + max_width = 415 + align = left + } + + text_multi = { + visible = "[CultureWindow.ShouldShowMyCultureInfo]" + layoutpolicy_horizontal = expanding + text = "CULTURE_WINDOW_CULTURE_HEAD_NOTPLAYER" + default_format = "#low" + autoresize = yes + max_width = 415 + align = left + } + } + + + spacer = { + size = { -1 10 } + } + + hbox = { + name = "fascination_info_tutorial_uses_this" + datacontext = "[CultureWindow.GetCulture]" + visible = "[Culture.HasFascination]" + layoutpolicy_horizontal = expanding + spacing = 14 + margin = { 5 10 } + + icon_innovation = { + datacontext = "[CultureWindow.GetCulture.GetFascination]" + size = { 90 60 } + + tooltipwidget = { + using = culture_innovation_tooltip + } + } + + vbox = { + spacing = 5 + + text_single = { + name = "current_fascination" + text = "CULTURE_WINDOW_HEAD_FASCINATION" + max_width = 300 + } + + hbox = { + layoutpolicy_horizontal = expanding + + skill_icon_label = { + datacontext = "[CultureWindow.GetLearningLevel]" + } + + expand = {} + } + } + + expand = {} + } + } + } + } + } +} + +###################################################### +################ TYPES AND TEMPLATES ################# +###################################################### + +types CultureWindow +{ + type vbox_era_tab = vbox { + datacontext = "[GuiCultureEra.GetCultureEra]" + layoutpolicy_horizontal = expanding + + tooltipwidget = { + using = culture_era_tooltip + } + + using = tooltip_se + + spacer = { + visible = "[GuiCultureEra.IsSelected]" + size = { 150 0 } + + state = { + name = _show + size = { 135 0 } + duration = 0.3 + } + + state = { + name = _hide + size = { 0 0 } + duration = 0.3 + } + } + + button = { + layoutpolicy_horizontal = expanding + size = { 0 128 } + onclick = "[PdxGuiTriggerAllAnimations('culture_refresh')]" + scissor = yes + + state = { + name = _mouse_click + on_finish = "[GuiCultureEra.Select]" + } + + highlight_icon = { + parentanchor = center + size = { 250 128 } + texture = "[CultureEra.GetType.GetIllustration]" + using = Mask_Rough_Edges + + modify_texture = { + texture = "gfx/interface/component_masks/mask_culture_era_tab.dds" + blend_mode = alphamultiply + alpha = 0.9 + } + } + + highlight_icon = { + visible = "[Not(CultureEra.IsActive)]" + parentanchor = center + size = { 250 128 } + texture = "[CultureEra.GetType.GetIllustration]" + tintcolor = { 0 0 0 0.5 } + } + + ##### FRAYED EDGES #### + widget = { + parentanchor = left + size = { 6 128 } + + background = { + using = Background_Area_Solid + spriteType = Corneredtiled + spriteborder = { 20 20 } + spriteborder_right = 11 + margin = { 0 20 } + margin_left = 10 + } + } + + widget = { + parentanchor = right + size = { 6 128 } + + background = { + using = Background_Area_Solid + mirror = horizontal + spriteType = Corneredtiled + spriteborder = { 20 20 } + spriteborder_right = 11 + margin = { 0 20 } + margin_right = 10 + } + } + + text_multi = { + visible = "[GuiCultureEra.IsSelected]" + size = { 100% 100% } + margin = { 5 10 } + autoresize = no + text = "[CultureEra.GetNameNoTooltip]" + align = top|hcenter + default_format = "#low" + + state = { + name = _show + using = Animation_FadeIn_Standard + } + + state = { + name = _hide + using = Animation_FadeOut_Standard + } + } + + text_label_center = { + visible = "[Not(CultureEra.IsActive)]" + parentanchor = bottom|hcenter + position = { 0 -8 } + text = "CULTURE_ERA_INNOVATION_COUNT" + default_format = "#low" + } + + text_label_center = { + visible = "[CultureEra.IsActive]" + parentanchor = bottom|hcenter + position = { 0 -8 } + text = "CULTURE_ERA_INNOVATION_COUNT_JOIN_LEAVE" + default_format = "#high" + } + } + } + + type icon_innovation_no_context = icon { + size = { 90 60 } + + icon = { + texture = "[CultureInnovationType.GetIcon]" + size = { 90 60 } + } + + icon = { + texture = "[CultureInnovationType.GetCultureEraType.GetFrame]" + size = { 90 60 } + } + } + + type icon_innovation = icon { + size = { 90 60 } + + icon = { + texture = "[CultureInnovation.GetType.GetIcon]" + size = { 90 60 } + + modify_texture = { + name = "shimmer" + texture = "gfx/interface/component_effects/effect_shimmer.dds" + blend_mode = colordodge + translate_uv = { 0.2 0.2 } + } + + state = { + name = shimmer + next = pause + trigger_on_create = yes + duration = 1.2 + trigger_when = "[CultureInnovation.IsFascination]" + bezier = { 0 0.9 1 0.4 } + + modify_texture = { + name = "shimmer" + translate_uv = { -1 1 } + } + } + + state = { + name = pause + duration = 0 + delay = 5 + + modify_texture = { + name = "shimmer" + translate_uv = { 1 -1 } + } + } + } + + icon = { + texture = "[CultureInnovation.GetType.GetCultureEraType.GetFrame]" + size = { 90 60 } + } + + icon = { + visible = "[Not(CultureInnovation.IsActive)]" + size = { 100% 100% } + texture = "[CultureInnovation.GetType.GetIcon]" + tintcolor = { 0 0 0 0.5 } + } + + highlight_icon = { + visible = "[Not(CultureInnovation.CanGainProgress)]" + size = { 100% 100% } + texture = "[CultureInnovation.GetType.GetIcon]" + tintcolor = { 0 0 0 0.5 } + } + + highlight_icon = { + name = "fascination" + visible = "[CultureInnovation.IsFascination]" + parentanchor = center + size = { 110 78 } + texture = "gfx/interface/component_effects/innovation_glow.dds" + tintcolor = { 1 0.8 0.6 1 } + + state = { + trigger_on_create = yes + + name = max_glow + next = min_glow + duration = 1 + using = Animation_Curve_Default + alpha = 0.8 + } + + state = { + name = min_glow + next = max_glow + duration = 1.6 + using = Animation_Curve_Default + alpha = 0.5 + } + } + + highlight_icon = { + name = "exposure" + visible = "[CultureInnovation.HasExposureMarker]" + parentanchor = center + size = { 110 78 } + texture = "gfx/interface/component_effects/innovation_glow.dds" + using = Color_Blue + + state = { + name = max_glow + next = min_glow + trigger_on_create = yes + duration = 1 + using = Animation_Curve_Default + alpha = 0.8 + } + + state = { + name = min_glow + next = max_glow + duration = 1.6 + using = Animation_Curve_Default + alpha = 0.5 + } + } + } +} + + +types CultureShared +{ + type container_pillar_item = container { + using = tooltip_ws + + tooltipwidget = { + using = culture_pillar_tooltip + } + + highlight_icon = { + name = "icon" + size = { 592 130 } + texture = "[CulturePillar.GetIcon]" + using = Mask_Rough_Edges + } + + widget = { + size = { 100% 100% } + + vbox = { + margin_bottom = 5 + expand = {} + + text_label_center = { + name = "name" + text = "[CulturePillar.GetNameNoTooltip]" + default_format = "#high" + maximumsize = { 130 44 } + fontsize_min = 12 + multiline = yes + align = center + + using = Font_Size_Medium + } + + spacer = { + size = { 0 5 } + } + + hbox = { + layoutpolicy_horizontal = expanding + spacing = 5 + visible = "[And(CultureReformation.IsReformingSamePillarTypeAs(Culture.GetEthos), Not(CultureWindow.IsInReformationMode))]" + + background = { + using = Background_Area_Dark + margin = { 0 5 } + } + + tooltipwidget = { + using = culture_pillar_tooltip_establishing + } + + expand = {} + + text_single = { + text = "REFORM_ETHOS_NEW_NAME" + align = nobaseline + } + + text_single = { + text = "REFORMATION_NEW_TRADITION_INFO" + align = nobaseline + } + + progressbar_reform = { + + blockoverride "progressbar_reform_size" + { + size = { 200 14 } + } + } + + expand = {} + } + } + } + } + + type widget_tradition_icon = widget + { + + icon = { + name = "background" + texture = "[CultureTradition.GetLayeredIcon.GetTexture( '(int32)0' )]" + size = { 100% 100% } + } + + icon = { + name = "pattern_left" + texture = "[CultureTradition.GetLayeredIcon.GetTexture( '(int32)1' )]" + size = { 100% 100% } + parentanchor = hcenter + } + + icon = { + name = "pattern_right" + texture = "[CultureTradition.GetLayeredIcon.GetTexture( '(int32)1' )]" + size = { 100% 100% } + parentanchor = hcenter + mirror = horizontal + } + + icon = { + name = "support" + texture = "[CultureTradition.GetLayeredIcon.GetTexture( '(int32)2' )]" + size = { 100% 100% } + } + + icon = { + name = "stroke" + texture = "[CultureTradition.GetLayeredIcon.GetTexture( '(int32)3' )]" + size = { 90% 90% } + parentanchor = center + } + + icon = { + name = "items" + texture = "[CultureTradition.GetLayeredIcon.GetTexture( '(int32)4' )]" + size = { 100% 100% } + parentanchor = center + } + } + + type widget_tradition_selectable_glow = widget + { + + size = { 276 138 } + + button_standard_clean = { + onclick = "[Culture.OpenReplaceTraditionWindow(CultureTradition.Self)]" + size = { 276 138 } + + icon = { + texture = "gfx/interface/icons/flat_icons/circle.dds" + parentanchor = bottom|right + size = { 45 45 } + position = { -1 2 } + alpha = 0.6 + + modify_texture = { + texture = "gfx/interface/component_masks/mask_fade_circle.dds" + blend_mode = alphamultiply + } + } + + button_replace = { + visible = "[Not(GuiCultureTradition.IsEmpty)]" + onclick = "[Culture.OpenReplaceTraditionWindow(CultureTradition.Self)]" + parentanchor = bottom|right + size = { 35 35 } + position = { -5 -2 } + + } + } + } + + type widget_tradition_empty = widget + { + + icon = { + name = "background" + texture = "gfx/interface/colors/black.dds" + alpha = 0.3 + size = { 100% 100% } + parentanchor = center + + using = Mask_Rough_Edges + } + } + + type progressbar_reform = progressbar_standard + { + block "progressbar_reform_size" {} + + min = 0 + max = 100 + value = "[CultureReformation.GetProgress]" + } + + type button_replace_culture = button_normal + { + size = { 35 35 } + + icon = { + texture = "gfx/interface/buttons/button_lifestyles_base.dds" + size = { 100% 100% } + } + + icon = { + name = "progress_frame" + texture = "gfx/interface/progressbars/action_progress_frame.dds" + size = { 100% 100% } + alpha = 0.5 + } + + button_icon_highlight = { + block "highlight_icon_size" + { + size = { 25 25 } + } + parentanchor = center + texture = "gfx/interface/icons/flat_icons/replace.dds" + } + } +} diff --git a/WtWSMS/gui/window_faith.gui b/WtWSMS/gui/window_faith.gui index e0bf72423a..b508bf9899 100644 --- a/WtWSMS/gui/window_faith.gui +++ b/WtWSMS/gui/window_faith.gui @@ -129,7 +129,72 @@ window = { hbox = { layoutpolicy_horizontal = expanding - expand = {} + ##### Changed from Vanilla vvvvvv + vbox = { + min_width = 85 + ignoreinvisible = yes + #Minorities Map Mode + button_round = { + name = "culture_minority_map_mode" + visible = "[And(CanChangeMapMode,Not(GetGlobalVariable('custom_map_mode').IsSet))]" + + size = { 50 50 } + + datacontext = "[GetScriptedGui('minority_faith_map_effect')]" + + onclick = "[SetMapMode('minority_faiths_map_mode')]" + onclick = "[ScriptedGui.Execute( GuiScope.SetRoot( FaithWindow.GetFaith.MakeScope ).End )]" + down = "[And( GetScriptedGui('minority_faith_map_effect').IsShown(GuiScope.End), IsMapMode('minority_faiths_map_mode') )]" + enabled = "[GetScriptedGui('minority_faith_map_effect').IsValid(GuiScope.End)]" + + texture = "gfx/interface/buttons/button_round_frame.dds" + + tooltip = "faith_minority_map_mode_tooltip" + using = tooltip_ws + + icon = { + parentanchor = hcenter|vcenter + texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" + size = { 30 30 } + } + } + #Reset Minorities Map Mode + button_round = { + name = "culture_minority_map_revert_mode" + visible = "[And(CanChangeMapMode,GetGlobalVariable('custom_map_mode').IsSet)]" + + size = { 50 50 } + + onclick = "[GetScriptedGui('reset_custom_map_mode_effect').Execute(GuiScope.End)]" + onclick = "[SetMapMode('religions')]" + + texture = "gfx/interface/buttons/button_round_frame.dds" + + tooltip = "faith_minority_map_mode_revert_tooltip" + using = tooltip_ws + + icon = { + parentanchor = hcenter|vcenter + texture = "gfx/interface/icons/modifiers/sea_faith_minority_large.dds" + size = { 30 30 } + } + icon = { + parentanchor = hcenter|vcenter + texture = "gfx/interface/icons/modifiers/no_modifier.dds" + size = { 30 30 } + } + } + } + + spacer = { + visible = "[ObjectsEqual( GetPlayer.GetFaith, Faith.Self )]" + size = { 40 0 } + } + spacer = { + visible = "[Not(ObjectsEqual( GetPlayer.GetFaith, Faith.Self ))]" + size = { -10 0 } + } + ##### Changed from Vanilla ^^^^^ vbox = { layoutpolicy_vertical = expanding @@ -138,6 +203,7 @@ window = { spacing = 1 text_single = { + minimumsize = { 0 100 } name = "your_faith" visible = "[ObjectsEqual( GetPlayer.GetFaith, Faith.Self )]" text = "FAITH_VIEW_YOUR_FAITH" diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 5d4e84b81c..d8f87a1820 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -16,17 +16,11 @@ d_map_color_orange: "" d_map_color_pink: "" d_map_color_black: "" - - ##### Map mode colors - d_map_base_color: "" - d_map_color_red: "" - d_map_color_green: "" - d_map_color_blue: "" - d_map_color_cyan: "" - d_map_color_yellow: "" - d_map_color_orange: "" - d_map_color_pink: "" - d_map_color_black: "" + d_map_color_majority: "" + d_map_color_majority_shared_hof: "" + d_map_color_large_minority: "" + d_map_color_small_minority: "" + d_map_color_none: "" ##### Religious Titles d_papal_state: "Roman Patriarchate" diff --git a/WtWSMS/localization/english/gui/BP_culture_view_l_english.yml b/WtWSMS/localization/english/gui/BP_culture_view_l_english.yml new file mode 100644 index 0000000000..00ddcb8f8a --- /dev/null +++ b/WtWSMS/localization/english/gui/BP_culture_view_l_english.yml @@ -0,0 +1,9 @@ +l_english: + culture_minority_map_mode_tooltip: "Minorities" + culture_minority_map_mode_revert_tooltip: "Culture Map" + #Legend + CULTURE_MINORITY_MAP_LEGEND: "Cultural Minorities" + CULTURE_MINORITY_MAP_LEGEND_MAJORITY: "Majority Culture" + CULTURE_MINORITY_MAP_LEGEND_LARGE_MINORITY: "Large Minority" + CULTURE_MINORITY_MAP_LEGEND_SMALL_MINORITY: "Small Minority" + \ No newline at end of file diff --git a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml index 5a738f5d05..46a3a16aa1 100644 --- a/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml +++ b/WtWSMS/localization/english/gui/BP_faith_view_l_english.yml @@ -3,4 +3,13 @@ FAITH_DOCTRINES_CHRISTIAN_SPECIFIC: "[bp_christian_doctrines|E]" FAITH_DOCTRINES_GNOSTIC_SPECIFIC: "Gnostic Doctrines" FAITH_DOCTRINES_HINDU_SPECIFIC: "Hindu Doctrines" - FAITH_DOCTRINES_JAIN_SPECIFIC: "Jain Doctrines" \ No newline at end of file + FAITH_DOCTRINES_JAIN_SPECIFIC: "Jain Doctrines" + faith_minority_map_mode_tooltip: "Minorities" + faith_minority_map_mode_revert_tooltip: "Faith Map" + #Legend + FAITH_MINORITY_MAP_LEGEND: "Faith Minorities" + FAITH_MINORITY_MAP_LEGEND_MAJORITY: "Majority Faith" + FAITH_MINORITY_MAP_LEGEND_MAJORITY_SHARED_HOF: "Majority Faith (same HOF)" + FAITH_MINORITY_MAP_LEGEND_LARGE_MINORITY: "Large Minority" + FAITH_MINORITY_MAP_LEGEND_SMALL_MINORITY: "Small Minority" + \ No newline at end of file From d9f80d6f032da6069a07d353a6072442b1376d52 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:57:31 -0500 Subject: [PATCH 252/339] India Refactor (Part 1) Partial implementation of Indian refactor; several items still in progress: * Split Indo-Aryan cultures from larger proto-Cultures * Implemented actual Prakrit languages to interface with linguistic drift events * Added Khasi culture and religion (courtesy of Rajas of Asia) * Added Gandhari, Saurashtri culture * Split Sakan into Saka and Khotanese cultures * Added Balti culture In progress: * Added cultures/faiths from RICE for Peristan (In progress) * Overhauled NE India, including Peristan (In progress) * Added Tribal Indian religions (In progress) --- WtWSMS/common/_TODO_FIXME_common.info | 5 + .../bookmarks/bookmarks/00_bookmarks.txt | 2 +- WtWSMS/common/culture/cultures/BP_burman.txt | 63 + .../common/culture/cultures/BP_dravidian.txt | 3 +- .../culture/cultures/BP_east_iranian.txt | 75 +- .../common/culture/cultures/BP_indo_aryan.txt | 652 +++++---- WtWSMS/common/culture/cultures/BP_iranian.txt | 4 +- .../common/culture/cultures/BP_peristani.txt | 125 ++ WtWSMS/common/culture/cultures/BP_tibetan.txt | 29 +- .../common/culture/name_lists/BP_burman.txt | 91 ++ .../culture/name_lists/BP_east_iranian.txt | 88 -- .../culture/name_lists/BP_indo_aryan.txt | 1225 +---------------- .../culture/name_lists/BP_peristani.txt | 140 ++ .../culture/name_lists/dharma_indo_aryan.txt | 4 +- WtWSMS/common/culture/pillars/00_heritage.txt | 10 + WtWSMS/common/culture/pillars/00_language.txt | 497 ++++++- .../traditions/BP_regional_traditions.txt | 102 ++ ...ture_conversion_decisions_BP_overwrite.txt | 6 + WtWSMS/common/dynasties/00_dynasties.txt | 2 +- WtWSMS/common/dynasties/BP_dynasties.txt | 4 +- .../dynasties/_lt_rascek_BP_dynasties.txt | 20 +- ...scek_BP_dynasties_fictional_tribals_v2.txt | 60 + WtWSMS/common/landed_titles/BP_e_persia.txt | 11 +- .../landed_titles/BP_titles_east_iranian.txt | 15 +- .../landed_titles/BP_titles_peristani.txt | 34 + .../landed_titles/BP_titles_tibeto_burman.txt | 20 + .../common/landed_titles/BP_titles_tribal.txt | 11 - .../common/named_colors/BP_culture_colors.txt | 52 +- WtWSMS/common/named_colors/culture_colors.txt | 73 + WtWSMS/common/on_action/000_CK3CS_titles.txt | 2 - WtWSMS/common/on_action/BP_game_start.txt | 16 +- .../on_action/sea_minority_game_start.txt | 15 + .../religion/doctrines/00_core_tenets.txt | 5 +- .../religion/religions/00_donyipoloism.txt | 2 +- .../common/religion/religions/00_hinduism.txt | 51 - .../{BP_munda.txt => BP_indian_tribal.txt} | 45 +- WtWSMS/common/religion/religions/BP_khasi.txt | 239 ++++ .../religion/religions/RICE_peristani.txt | 228 +++ .../01_starting_values_CCU_overwrite.txt | 2 +- .../02_religion_values_BP_overwrite.txt | 6 +- .../99_court_chaplain_values_BP_overwrite.txt | 17 + .../99_steward_values_BP_overwrite.txt | 16 + .../BP_general_councilor_values.txt | 8 + ..._pool_repopulation_character_templates.txt | 27 +- .../scripted_effects/BP_on_action_effects.txt | 6 + .../scripted_effects/ccu_scripted_effects.txt | 111 +- .../scripted_triggers/BP_culture_triggers.txt | 2 + .../sea_minority_triggers.txt | 2 +- .../icons/faith/RICE_icon_dezawist.dds | 3 + .../faith/RICE_icon_dezawist_reformed.dds | 3 + .../gfx/interface/icons/faith/_BP_notes.info | 2 + WtWSMS/gfx/interface/icons/faith/khanism.dds | 3 + .../interface/icons/faith/khasi_animism.dds | 3 + WtWSMS/history/characters/WTWSMS_enlil.txt | 176 +-- .../_lt_rascek_changed_characters.txt | 68 +- .../_lt_rascek_fictional_tribal_rulers.txt | 241 ---- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 920 +++++++++++++ .../characters/_lt_rascek_new_chars.txt | 203 +-- WtWSMS/history/characters/bihari.txt | 243 ++++ WtWSMS/history/characters/bodpa.txt | 2 +- WtWSMS/history/characters/gujurati.txt | 14 +- .../characters/{sakan.txt => khotanese.txt} | 207 +-- .../characters/maharashtri_prakrit.txt | 16 +- WtWSMS/history/characters/marathi.txt | 12 +- WtWSMS/history/characters/nepali.txt | 206 +-- WtWSMS/history/characters/oriya.txt | 10 +- WtWSMS/history/characters/panjabi.txt | 8 +- WtWSMS/history/characters/rajput.txt | 142 +- WtWSMS/history/characters/sanskrit.txt | 250 +--- WtWSMS/history/characters/sindhi.txt | 4 +- WtWSMS/history/characters/sinhala.txt | 12 +- WtWSMS/history/cultures/balti.txt | 7 + WtWSMS/history/cultures/khasi.txt | 1 + WtWSMS/history/cultures/khotanese.txt | 28 + WtWSMS/history/cultures/pamiri.txt | 9 + WtWSMS/history/cultures/sakan.txt | 17 - WtWSMS/history/cultures/tripuri.txt | 8 + .../00_persia.txt} | 0 WtWSMS/history/provinces/bp_k_bactria.txt | 13 +- WtWSMS/history/provinces/bp_k_bengal.txt | 44 +- WtWSMS/history/provinces/bp_k_bihar.txt | 34 +- WtWSMS/history/provinces/bp_k_delhi.txt | 26 +- WtWSMS/history/provinces/bp_k_gondwana.txt | 10 +- WtWSMS/history/provinces/bp_k_guge.txt | 16 +- WtWSMS/history/provinces/bp_k_gujarat.txt | 22 +- WtWSMS/history/provinces/bp_k_himalaya.txt | 26 +- WtWSMS/history/provinces/bp_k_kamarupa.txt | 30 +- WtWSMS/history/provinces/bp_k_kashmir.txt | 22 +- WtWSMS/history/provinces/bp_k_khotan.txt | 12 +- WtWSMS/history/provinces/bp_k_kosala.txt | 26 +- WtWSMS/history/provinces/bp_k_maharastra.txt | 34 +- WtWSMS/history/provinces/bp_k_makran.txt | 2 +- WtWSMS/history/provinces/bp_k_malwa.txt | 24 +- WtWSMS/history/provinces/bp_k_maryul.txt | 36 +- WtWSMS/history/provinces/bp_k_orissa.txt | 30 +- WtWSMS/history/provinces/bp_k_punjab.txt | 39 +- WtWSMS/history/provinces/bp_k_rajputana.txt | 34 +- WtWSMS/history/provinces/bp_k_sindh.txt | 18 +- WtWSMS/history/provinces/bp_k_transoxiana.txt | 22 +- .../history/titles/BP_titles_east_iranian.txt | 15 + WtWSMS/history/titles/BP_titles_peristani.txt | 83 ++ .../titles/BP_titles_tibeto_burman.txt | 58 + WtWSMS/history/titles/BP_titles_tribal.txt | 15 - WtWSMS/history/titles/bp_k_bactria.txt | 33 +- WtWSMS/history/titles/bp_k_bengal.txt | 38 +- WtWSMS/history/titles/bp_k_himalaya.txt | 63 +- WtWSMS/history/titles/bp_k_kamaprupa.txt | 219 +-- WtWSMS/history/titles/bp_k_kashmir.txt | 77 +- WtWSMS/history/titles/bp_k_malwa.txt | 129 +- WtWSMS/history/titles/bp_k_maryul.txt | 114 +- WtWSMS/history/titles/bp_k_rajputana.txt | 204 +-- WtWSMS/history/titles/bp_k_transoxiana.txt | 98 +- WtWSMS/history/titles/bp_titles_eastern.txt | 19 +- .../english/BP_ccu_features_l_english.yml | 17 + .../english/BP_council_tasks_l_english.yml | 2 + .../english/BP_titles_l_english.yml | 35 +- .../culture/BP_cultural_history_l_english.yml | 5 + .../BP_culture_name_lists_l_english.yml | 2 +- .../english/culture/BP_cultures_l_english.yml | 72 +- .../culture/dharma_cultures_l_english.yml | 6 +- .../BP_cultural_heritages_l_english.yml | 2 + .../BP_cultural_languages_l_english.yml | 20 +- .../BP_cultural_traditions_l_english.yml | 7 + .../BP_religion_hinduism_l_english.yml | 13 +- .../BP_religion_indian_tribal_l_english.yml | 51 + .../religion/BP_religion_munda_l_english.yml | 44 - .../rice_religion_peristani_l_english.yml | 81 ++ .../sea_religion_austroasiatic_l_english.yml | 78 ++ .../cultural_languages_l_english.yml | 8 +- .../_BP_hard_file_overwrites.info | 1 + .../tribal_character_history_generator.py | 10 +- 131 files changed, 5200 insertions(+), 3980 deletions(-) create mode 100644 WtWSMS/common/culture/cultures/BP_peristani.txt create mode 100644 WtWSMS/common/culture/name_lists/BP_peristani.txt create mode 100644 WtWSMS/common/landed_titles/BP_titles_peristani.txt create mode 100644 WtWSMS/common/landed_titles/BP_titles_tibeto_burman.txt create mode 100644 WtWSMS/common/named_colors/culture_colors.txt rename WtWSMS/common/religion/religions/{BP_munda.txt => BP_indian_tribal.txt} (90%) create mode 100644 WtWSMS/common/religion/religions/BP_khasi.txt create mode 100644 WtWSMS/common/religion/religions/RICE_peristani.txt create mode 100644 WtWSMS/common/script_values/BP_general_councilor_values.txt create mode 100644 WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist.dds create mode 100644 WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist_reformed.dds create mode 100644 WtWSMS/gfx/interface/icons/faith/khanism.dds create mode 100644 WtWSMS/gfx/interface/icons/faith/khasi_animism.dds create mode 100644 WtWSMS/history/characters/bihari.txt rename WtWSMS/history/characters/{sakan.txt => khotanese.txt} (89%) create mode 100644 WtWSMS/history/cultures/balti.txt create mode 100644 WtWSMS/history/cultures/khasi.txt create mode 100644 WtWSMS/history/cultures/khotanese.txt create mode 100644 WtWSMS/history/cultures/pamiri.txt create mode 100644 WtWSMS/history/cultures/tripuri.txt rename WtWSMS/history/{characters/saka.txt => province_mapping/00_persia.txt} (100%) create mode 100644 WtWSMS/history/titles/BP_titles_peristani.txt create mode 100644 WtWSMS/history/titles/BP_titles_tibeto_burman.txt create mode 100644 WtWSMS/localization/english/religion/BP_religion_indian_tribal_l_english.yml delete mode 100644 WtWSMS/localization/english/religion/BP_religion_munda_l_english.yml create mode 100644 WtWSMS/localization/english/religion/rice_religion_peristani_l_english.yml create mode 100644 WtWSMS/localization/english/religion/sea_religion_austroasiatic_l_english.yml diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index c05b0943bc..0271f720d1 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -28,12 +28,17 @@ Beta: * common/culture/cultures/ - Implement the following culture history: old_bavarian, hunas * common/culture/cultures/BP_caucasian.txt : Create Svan Namelist * common/culture/cultures/BP_dead_cultures.txt - Decide whether to keep or remove paleo_iberian + * common/culture/cultures/BP_indo_aryan.txt - Need real Khasas/Kumanoi namelist * common/culture/cultures/BP_turkic.txt: White Croats need to be better thought out * common/culture/cultures/BP_west_slavic.txt: Lechites need to be better thought out * common/culture/cultures/BP_iranian.txt: Median Namelist * common/culture/cultures/BP_siberian.txt: Tungusic namelist * common/culture/cultures/BP_turkic.txt: Kurykan Namelist * common/culture/name_lists/BP_dead_cultures.txt: Paleo-Iberian Dynasty Names + * common/culture/name_lists/dharma_indo_aryan.txt: Make a real nuristani namelist + * common/culture/name_lists/BP_peristani.txt: Make a real nuristani namelist + * common/culture/name_lists/BP_peristani.txt: Make a real burusho namelist + * common/culture/name_lists/BP_peristani.txt: Make a real pamir namelist * common/culture/pillars/_dharma_language.info: Fix this file and reuse * common/decisions/80_major_decisions_roman_BP_overwrite.txt: Re-enable under WtWSMS auspices? * common/decisions/BP_patron_gods_decisions.txt: Use some scripted modifiers to handles Mars/Ares type localizations; see vanilla Germanic Decision diff --git a/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt b/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt index 4b12fb219e..e37518f5c0 100644 --- a/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt +++ b/WtWSMS/common/bookmarks/bookmarks/00_bookmarks.txt @@ -177,7 +177,7 @@ bm_476_empire_in_crisis = { birth = 410.1.1 title = e_rajastan government = mandala_government - culture = eastern_indo_aryan + culture = bihari religion = vaishnavism difficulty = "BOOKMARK_CHARACTER_DIFFICULTY_MEDIUM" history_id = 191 diff --git a/WtWSMS/common/culture/cultures/BP_burman.txt b/WtWSMS/common/culture/cultures/BP_burman.txt index 766c8848b1..7827cb0ffd 100644 --- a/WtWSMS/common/culture/cultures/BP_burman.txt +++ b/WtWSMS/common/culture/cultures/BP_burman.txt @@ -95,6 +95,38 @@ kachari = { # Kachari (North East Bodo-Kachari peoples: Boro, Mech, Dimasa, Chut ethnicities = { 10 = asian } } +tripuri = { + color = tripuri + + parents = { kachari } #So Bathouism can flourish in this culture + created = 2.1.1 + history_loc_override = tripuri_history_loc + + ethos = ethos_communal + heritage = heritage_burman + language = language_kokborok + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_isolationist + #Regional Traditions + #Ritual Traditions + tradition_sacred_groves + #Realm Traditions + tradition_jungle_dwellers + #Combat Traditions + tradition_adaptive_skirmishing + } + + name_list = name_list_tripuri + + coa_gfx = { tibetan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + ethnicities = { 10 = asian } +} meitei = { # Meitei People color = meitei @@ -123,6 +155,37 @@ meitei = { # Meitei People ethnicities = { 10 = asian } } +khasi = { + color = khasi + + ethos = ethos_communal + heritage = heritage_burman + language = language_khasi + martial_custom = martial_custom_male_only + + name_list = name_list_khasi + + coa_gfx = { burman_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + + traditions = { + #Societal Traditions + tradition_tribe_unity + #Regional Traditions + #Ritual Traditions + tradition_female_only_inheritance + tradition_monogamous + #Realm Traditions + #Combat Traditions + } + + ethnicities = { + 10 = asian + 10 = indian + } +} ##### Future Cultures vvvvv burmese = { ##### FIXME (Beta): Incomplete Culture: burmese color = burmese diff --git a/WtWSMS/common/culture/cultures/BP_dravidian.txt b/WtWSMS/common/culture/cultures/BP_dravidian.txt index 8837730d2b..8bd2103210 100644 --- a/WtWSMS/common/culture/cultures/BP_dravidian.txt +++ b/WtWSMS/common/culture/cultures/BP_dravidian.txt @@ -127,7 +127,8 @@ brahui = { requires_dlc_flag = hybridize_culture } - name_list = name_list_northwestern_indo_aryan + name_list = name_list_sindhi + name_list = name_list_punjabi name_list = name_list_afghan coa_gfx = { dravidian_group_coa_gfx } diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index cff2a24ecb..c192e5ca8e 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -191,7 +191,7 @@ alan = { 6 = mediterranean } } -sakan = { +sakan = { #Nomadic Sakans color = sakan ethos = ethos_bellicose @@ -201,11 +201,45 @@ sakan = { traditions = { #Societal Traditions #Regional Traditions - tradition_caravaneers tradition_horse_lords + tradition_culture_blending #Ritual Traditions #Realm Traditions - tradition_dryland_dwellers + #Combat Traditions + tradition_warriors_of_the_dry + } + + name_list = name_list_saka + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 7 = arab + 5 = mediterranean + } +} +khotanese = { + color = khotanese + + parents = { sakan gandhari } + created = 250.1.1 + + ethos = ethos_egalitarian #Gandhari inheritance + heritage = heritage_east_iranian #Sakan Inheritence + language = language_sakan #Khotanese, a Sakan Dialect + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_caravaneers + #Ritual Traditions + tradition_religious_patronage #Gandhari inheritance + #Realm Traditions + tradition_dryland_dwellers #Sakan inheritance + tradition_city_keepers #Combat Traditions } @@ -229,7 +263,7 @@ sakan = { indo_scythian = { color = indo_scythian - parents = { sakan western_indo_aryan } + parents = { sakan gujarati } created = 2.1.1 history_loc_override = indo_scythian_history_loc @@ -320,43 +354,12 @@ amardian = { 10 = arab } } -nuristani = { #Borrowed from Dharmachakra: https://github.com/herkles/Dharmachakra - color = nuristani - - ethos = ethos_bellicose - heritage = heritage_east_iranian - language = language_nuristani - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_zealous_people #Long-Term holdouts against encroachment of Islam - #Regional Traditions - #Ritual Traditions - #Realm Traditions - tradition_isolationist - #Combat Traditions - tradition_stalwart_defenders #Long Tradition of reisistance - } - - name_list = name_list_nuristani - - coa_gfx = { iranian_group_coa_gfx indo_aryan_group_coa_gfx } - building_gfx = { indian_building_gfx } - clothing_gfx = { indian_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { - 10 = arab - 10 = indian - 10 = mediterranean - } -} afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD color = afghan ethos = ethos_communal heritage = heritage_east_iranian - language = language_bactrian #Geographically most likely proto-Pashtun langauge + language = language_bactrian #Geographically most likely proto-Pashtun language martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt index 68c20b049c..4fd8dc2a3c 100644 --- a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt +++ b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt @@ -4,27 +4,41 @@ # Sources: # https://en.wikipedia.org/wiki/Nepali_language#History [1] -#Magadhi Prakrit; the Eastern Indo-Aryans -#Diverges into bengali, oriya, bihari, sambalpuri, nagpuri -eastern_indo_aryan = { - color = eastern_indo_aryan + +#TODO LIST (May already be done or not Indo-Aryan): +# * Malayalam (IXth century?) +# * Konkani +# * Saurashtra +# * Kashmiri +# * Gandharan + + #Societal Traditions + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + +#Eastern Indo-Aryan Cultures +maithil = { + color = maithil - ethos = ethos_spiritual #Cradle of the Sramanic movements and Buddhism; bengali + ethos = ethos_communal heritage = heritage_indo_aryan language = language_magadhan martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_philosopher_culture #bengali + tradition_xenophilic #Nepali/Bihari/Bengali blend #Regional Traditions #Ritual Traditions - tradition_religion_blending #Center of Buddhism, Sramanic movements - tradition_religious_patronage #oriya, bengali, bihari + tradition_festivities #Mathil festivities + tradition_culinary_art #Mathil festivities #Realm Traditions - tradition_agrarian #bengali (collective lands for kamarupi) + tradition_parochialism #Vajjika League history #Combat Traditions } - name_list = name_list_eastern_indo_aryan + + name_list = name_list_bihari coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } @@ -33,27 +47,31 @@ eastern_indo_aryan = { ethnicities = { 10 = indian } } -#Kamarupi Prakrit was eastern but seems to be a different dialect spectrum -#Diverges into assamese (with language_magadhan use) -old_kamrupan = { - color = old_kamrupan +bengali = { + color = bengali - ethos = ethos_stoic + ethos = ethos_spiritual heritage = heritage_indo_aryan - language = language_kamarupan + language = language_magadhan martial_custom = martial_custom_male_only traditions = { #Societal Traditions + tradition_philosopher_culture + tradition_religious_patronage #Regional Traditions + tradition_lords_of_the_elephant #Ritual Traditions - tradition_language_scholars #Realm Traditions - tradition_jungle_dwellers + tradition_agrarian #Combat Traditions - tradition_jungle_warriors } - name_list = name_list_old_kamarupan + dlc_tradition = { + trait = tradition_artisans + requires_dlc_flag = royal_court + } + + name_list = name_list_bengali coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } @@ -62,28 +80,26 @@ old_kamrupan = { ethnicities = { 10 = indian } } -# Ardhamagadhi Prakrit; the Central Indo-Aryans -#Diverges into braj, awadhi -central_indo_aryan = { - color = central_indo_aryan +oriya = { + color = oriya - ethos = ethos_courtly #Braj heritage + ethos = ethos_spiritual heritage = heritage_indo_aryan - language = language_sauraseni + language = language_magadhan martial_custom = martial_custom_male_only traditions = { #Societal Traditions + tradition_seafaring + tradition_religious_patronage #Regional Traditions + tradition_lords_of_the_elephant #Ritual Traditions - tradition_religious_patronage #braj/awadhi heritage + tradition_culinary_art #Realm Traditions - tradition_agrarian #braj/awadhi heritage - tradition_court_eunuchs #braj/awadhi heritage - tradition_city_keepers #braj/awadhi heritage #Combat Traditions } - name_list = name_list_central_indo_aryan + name_list = name_list_oriya coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } @@ -92,85 +108,80 @@ central_indo_aryan = { ethnicities = { 10 = indian } } -#Shauraseni Prakrit -#Diverges into gujarati, saurashtra -western_indo_aryan = { - color = western_indo_aryan +nagpuri = { + color = nagpuri - ethos = ethos_spiritual #gujarati heritage + ethos = ethos_stoic heritage = heritage_indo_aryan - language = language_sauraseni + language = language_magadhan martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_vegetarianism #gujarati heritage + tradition_family_entrepreneurship #Regional Traditions #Ritual Traditions - tradition_religion_blending #gujarati, saurashtra heritage + tradition_sacred_groves #Realm Traditions - tradition_esteemed_hospitality #saurashtra heritage - tradition_dryland_dwellers #rajput heritage + tradition_pastoralists #Combat Traditions } - name_list = name_list_western_indo_aryan + + name_list = name_list_nagpuri coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - + ethnicities = { 10 = indian } } -#Rajasthani proto-group; formed as a part of Indo-Scythian Invasion (see use of Saka Calendar) -#bhil, rajput, malvi -malavas = { - color = malavas +bihari = { + color = bihari - ethos = ethos_bellicose #Rajasthani heritage + ethos = ethos_courtly heritage = heritage_indo_aryan - language = language_sauraseni + language = language_magadhan martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_warrior_culture #rajput heritage + tradition_religious_patronage #Regional Traditions - tradition_khadga_puja #rajput heritage + tradition_khadga_puja #Ritual Traditions - tradition_mystical_ancestors #rajput heritage + tradition_religion_blending #Center of Buddhism, Sramanic movements #Realm Traditions + tradition_court_eunuchs #Combat Traditions } - name_list = name_list_rajput + + name_list = name_list_bihari coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - + ethnicities = { 10 = indian } } -#Vrachada Prakrit -#Diverges into punjabi, sindhi -northwestern_indo_aryan = { - color = northwestern_indo_aryan +old_kamrupan = { + color = old_kamrupan - ethos = ethos_communal #sindhi heritage + ethos = ethos_stoic heritage = heritage_indo_aryan - language = language_sauraseni + language = language_kamarupan martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_storytellers #punjabi heritage - tradition_poetry #sindhi heritage - tradition_mendicant_mystics #sindhi heritage #Regional Traditions #Ritual Traditions + tradition_language_scholars #Realm Traditions - tradition_agrarian #punjabi heritage + tradition_jungle_dwellers #Combat Traditions + tradition_jungle_warriors } - name_list = name_list_northwestern_indo_aryan + name_list = name_list_old_kamarupan coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } @@ -179,120 +190,115 @@ northwestern_indo_aryan = { ethnicities = { 10 = indian } } -#Pahari/Pahadi language (not really attested until Xth century) -#Presumed to model the Khasas people related to the NW Indo-Aryans but should -#hybridize to produce nepali culture -#Streches from d_kurmanchal to d_khasa) [1] -#Diverges into kumaoni, nepali, pahari -northern_indo_aryan = { - color = northern_indo_aryan +sambalpuri = { #Really, Kosali/Proto-Chhattisgarhi + color = sambalpuri ethos = ethos_communal heritage = heritage_indo_aryan - language = language_pahari + language = language_magadhan #Later Sambalpuri should be in both Central and Eastern Continua martial_custom = martial_custom_male_only traditions = { #Societal Traditions + tradition_isolationist #Regional Traditions - tradition_himalayan_settlers #Ritual Traditions - tradition_sacred_mountains + tradition_sacred_groves #Realm Traditions + tradition_hill_dwellers #Combat Traditions } - - name_list = name_list_northern_indo_aryan + + name_list = name_list_sambalpuri coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - + ethnicities = { 10 = indian } } -#Dardic -#Diverges into kashmiri -dardic_indo_aryan = { - color = dardic_indo_aryan +#Central Indo-Aryan Cultures +awadhi = { + color = awadhi - ethos = ethos_communal #What diverges for Kashmiri + ethos = ethos_courtly #Proto Ganga-Jamuni tehzeeb High Culture heritage = heritage_indo_aryan - language = language_kashmiri + language = language_sauraseni martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_poetry + tradition_religious_patronage + tradition_poetry #Proto Ganga-Jamuni tehzeeb High Culture #Regional Traditions - tradition_himalayan_settlers #Ritual Traditions #Realm Traditions - tradition_equal_inheritance + tradition_court_eunuchs + tradition_agrarian + tradition_city_keepers #Combat Traditions } - - name_list = name_list_dardic_indo_aryan + + name_list = name_list_awadhi coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - + ethnicities = { 10 = indian } } -kalash = { - color = kalash - - ethos = ethos_stoic +braj = { + color = braj + ethos = ethos_spiritual heritage = heritage_indo_aryan - language = language_kashmiri + language = language_sauraseni martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_zealous_people + tradition_religious_patronage #Regional Traditions #Ritual Traditions #Realm Traditions - tradition_isolationist - tradition_mountain_homes + tradition_court_eunuchs + tradition_agrarian + tradition_city_keepers #Combat Traditions } - name_list = name_list_kalash + name_list = name_list_braj coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - # The weight says how common the ethnicity is within the culture - ethnicities = { #Mix of Sindhi, Punjabi, and Afghan (in equal measure) - 20 = indian - 8 = arab - 4 = mediterranean - } + ethnicities = { 10 = indian } } -#Maharashtri Prakrit -#Reforms/Diverges into marathi, kokai -southern_indo_aryan = { - color = southern_indo_aryan +kannauji = { # Braj-Awadhi transitional culture + color = kannauji - ethos = ethos_stoic #marathi, malvi heritage + ethos = ethos_bureaucratic heritage = heritage_indo_aryan - language = language_marathi + language = language_sauraseni martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_modest #marathi, kokai #Regional Traditions #Ritual Traditions - tradition_religious_patronage #kokai #Realm Traditions - tradition_pastoralists #marathi - tradition_agrarian #malvi + tradition_ruling_caste + tradition_court_eunuchs + tradition_agrarian + tradition_city_keepers #Combat Traditions } + dlc_tradition = { #Center of Indian Poetry/Music historically? Hurting slightly for variation + trait = tradition_music_theory + requires_dlc_flag = hybridize_culture + } - name_list = name_list_southern_indo_aryan + name_list = name_list_awadhi + name_list = name_list_braj coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } @@ -301,166 +307,145 @@ southern_indo_aryan = { ethnicities = { 10 = indian } } -#Sinhala Prakrit/Elu -sinhala = { # Indo-Aryans who arrived in Sri Lanka ca 600BC - color = sinhala +#Western Indo-Aryan Languages +malvi = { + color = malvi - ethos = ethos_spiritual + created = 2.1.1 + history_loc_override = malvi_history_loc + + ethos = ethos_stoic heritage = heritage_indo_aryan - language = language_sinhalese + language = langauge_apabhramsa martial_custom = martial_custom_male_only traditions = { #Societal Traditions - tradition_seafaring #Regional Traditions + tradition_khadga_puja #Ritual Traditions - #Realm Traditions tradition_fervent_temple_builders - tradition_city_keepers + tradition_mystical_ancestors + #Realm Traditions + tradition_agrarian #Combat Traditions } - name_list = name_list_sinhala + name_list = name_list_malvi coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - - ethnicities = { - 10 = indian - } -} - -#### TODO (Beta): bihari, nagpuri, sambalpuri, awadhi, braj, bhil, saurashtra, kumaoni, pahari -#### TODO (Beta): konkani, hindustani_proper, rajbongshi, kamarupi -#Magadhi Prakrit; the Eastern Indo-Aryans -#Diverges into bengali, assamese, oriya, bihari, sambalpuri, nagpuri -bengali = { ##### FIXME (Beta): Incomplete Culture: bengali - color = { 0.45 0.0 0.0 } + ethnicities = { 10 = indian } +} +rajput = { + color = rajput - ethos = ethos_spiritual + created = 2.1.1 + history_loc_override = rajput_history_loc + + ethos = ethos_bellicose heritage = heritage_indo_aryan - language = language_magadhan + language = langauge_apabhramsa martial_custom = martial_custom_male_only traditions = { - - tradition_philosopher_culture - tradition_religious_patronage - tradition_agrarian - } - - dlc_tradition = { - trait = tradition_artisans - requires_dlc_flag = royal_court + #Societal Traditions + tradition_warrior_culture + #Regional Traditions + tradition_khadga_puja + #Ritual Traditions + tradition_mystical_ancestors + #Realm Traditions + tradition_dryland_dwellers + #Combat Traditions + tradition_quarrelsome } - name_list = name_list_bengali + name_list = name_list_rajput coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - - ethnicities = { - 10 = indian - } + + ethnicities = { 10 = indian } } -assamese = { ##### FIXME (Beta): Incomplete Culture: assamese - color = { 0.6 0.3 0.0 } +bhil = { + color = bhil ethos = ethos_communal heritage = heritage_indo_aryan - language = language_magadhan + language = langauge_apabhramsa martial_custom = martial_custom_male_only traditions = { + #Societal Traditions + tradition_isolationist + #Regional Traditions + #Ritual Traditions + tradition_sacred_groves + #Realm Traditions tradition_collective_lands - tradition_jungle_warriors - } - - dlc_tradition = { - trait = tradition_culture_blending - requires_dlc_flag = hybridize_culture + #Combat Traditions } - name_list = name_list_assamese + name_list = name_list_bhil coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - ethnicities = { - 10 = indian - } + ethnicities = { 10 = indian } } -oriya = { ##### FIXME (Beta): Incomplete Culture: oriya - color = { 0.8 0.4 0.0 } +gujarati = { + color = gujarati ethos = ethos_spiritual heritage = heritage_indo_aryan - language = language_magadhan + language = langauge_apabhramsa martial_custom = martial_custom_male_only traditions = { - - tradition_culinary_art + #Societal Traditions + tradition_vegetarianism + #Regional Traditions + #Ritual Traditions + tradition_religion_blending + #Realm Traditions tradition_seafaring - tradition_lords_of_the_elephant - tradition_religious_patronage + #Combat Traditions } - name_list = name_list_oriya - - coa_gfx = { indo_aryan_group_coa_gfx } - building_gfx = { indian_building_gfx } - clothing_gfx = { indian_clothing_gfx } - unit_gfx = { indian_unit_gfx } - - ethnicities = { - 10 = indian + dlc_tradition = { + trait = tradition_artisans + requires_dlc_flag = royal_court } -} -#Shauraseni Prakrit -#Diverges into rajput, gujarati, bhil, punjabi, sindhi, saurashtra -rajput = { ##### FIXME (Beta): Incomplete Culture: rajput - color = rajput - ethos = ethos_bellicose - heritage = heritage_indo_aryan - language = language_rajasthani - martial_custom = martial_custom_male_only - traditions = { - tradition_warrior_culture - tradition_dryland_dwellers - tradition_quarrelsome - tradition_mystical_ancestors - tradition_khadga_puja - } - - name_list = name_list_rajput + name_list = name_list_gujarati coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - - ethnicities = { - 10 = indian - } + + ethnicities = { 10 = indian } } -gujarati = { ##### FIXME (Beta): Incomplete Culture: gujarati - color = { 0.4 0.2 0.2 } +saurashtri = { + color = saurashtri - ethos = ethos_spiritual + ethos = ethos_bellicose heritage = heritage_indo_aryan - language = language_rajasthani + language = langauge_apabhramsa martial_custom = martial_custom_male_only traditions = { - - tradition_vegetarianism - tradition_religion_blending + #Societal Traditions + tradition_zealous_people + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_hereditary_hierarchy tradition_seafaring + #Combat Traditions } dlc_tradition = { @@ -475,24 +460,25 @@ gujarati = { ##### FIXME (Beta): Incomplete Culture: gujarati clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - ethnicities = { - 10 = indian - } + ethnicities = { 10 = indian } } -#Paishachi Prakrit -#Diverges into punjabi, sindhi -punjabi = { ##### FIXME (Beta): Incomplete Culture: punjabi - color = { 0.8 0.3 0.2 } +#Northwestern Indo-Aryan +punjabi = { + color = punjabi ethos = ethos_communal heritage = heritage_indo_aryan language = language_vrachada martial_custom = martial_custom_male_only traditions = { - - tradition_wedding_ceremonies + #Societal Traditions tradition_storytellers + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_wedding_ceremonies tradition_agrarian + #Combat Traditions } name_list = name_list_punjabi @@ -502,22 +488,25 @@ punjabi = { ##### FIXME (Beta): Incomplete Culture: punjabi clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - ethnicities = { - 10 = indian - } + ethnicities = { 10 = indian } } -sindhi = { ##### FIXME (Beta): Incomplete Culture: sindhi - color = { 1.0 0.2 0.0 } +sindhi = { + color = sindhi ethos = ethos_spiritual heritage = heritage_indo_aryan language = language_vrachada martial_custom = martial_custom_male_only traditions = { - + #Societal Traditions tradition_poetry - tradition_practiced_pirates + #Regional Traditions + #Ritual Traditions tradition_mendicant_mystics + #Realm Traditions + tradition_seafaring + #Combat Traditions + tradition_practiced_pirates } name_list = name_list_sindhi @@ -527,41 +516,93 @@ sindhi = { ##### FIXME (Beta): Incomplete Culture: sindhi clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } - ethnicities = { - 10 = indian + ethnicities = { 10 = indian } +} +#Southern Indo-Aryan Cultures +marathi = { + color = marathi + + ethos = ethos_stoic + heritage = heritage_indo_aryan + language = language_maharashtri + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_hard_working + tradition_modest + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_pastoralists + #Combat Traditions } + + name_list = name_list_marathi + + coa_gfx = { indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + + ethnicities = { 10 = indian } } -#Pahari/Pahadi language (not really attested until Xth century) -#Diverges into kumaoni, nepali, pahari -nepali = { ##### FIXME (Beta): Incomplete Culture: nepali - color = nepali +konkani = { + color = konkani - ethos = ethos_communal + ethos = ethos_bellicose heritage = heritage_indo_aryan - language = language_pahari + language = language_maharashtri martial_custom = martial_custom_male_only traditions = { - - tradition_himalayan_settlers - tradition_martial_admiration + #Societal Traditions + tradition_modest + #Regional Traditions + #Ritual Traditions tradition_religious_patronage + #Realm Traditions + tradition_maritime_mercantilism + #Combat Traditions } - - name_list = name_list_nepali + + name_list = name_list_konkani coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } + + ethnicities = { 10 = indian } +} +#Sinhalese Cultures +sinhala = { # Indo-Aryans who arrived in Sri Lanka ca 600BC + color = sinhala - ethnicities = { - 6 = indian - 4 = asian + ethos = ethos_spiritual + heritage = heritage_indo_aryan + language = language_elu + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_seafaring + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_fervent_temple_builders + tradition_city_keepers + #Combat Traditions } + + name_list = name_list_sinhala + + coa_gfx = { indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + + ethnicities = { 10 = indian } } -#Dardic -#Diverges into kashmiri, kalash -kashmiri = { ##### FIXME (Beta): Incomplete Culture: kashmiri +#Dardic Cultures +kashmiri = { color = kashmiri ethos = ethos_spiritual @@ -569,11 +610,15 @@ kashmiri = { ##### FIXME (Beta): Incomplete Culture: kashmiri language = language_kashmiri martial_custom = martial_custom_male_only traditions = { - - tradition_himalayan_settlers + #Societal Traditions tradition_poetry - tradition_equal_inheritance tradition_philosopher_culture + #Regional Traditions + tradition_himalayan_settlers + #Ritual Traditions + #Realm Traditions + tradition_equal_inheritance + #Combat Traditions } name_list = name_list_kashmiri @@ -588,23 +633,31 @@ kashmiri = { ##### FIXME (Beta): Incomplete Culture: kashmiri 1 = asian } } -#Maharashtri Prakrit -#Reforms/Diverges into marathi, kokai, malvi -marathi = { ##### FIXME (Beta): Incomplete Culture: marathi - color = marathi +gandhari = { #Admixture of Kashmiri and Greek and Persian Influences + color = gandhari - ethos = ethos_stoic + ethos = ethos_egalitarian #Blend of Greek, Persian, Kushan, and Indian influences heritage = heritage_indo_aryan - language = language_marathi + language = language_gandhari martial_custom = martial_custom_male_only traditions = { - - tradition_hard_working - tradition_modest - tradition_pastoralists + #Societal Traditions + tradition_poetry #Well, writing really... + tradition_philosopher_culture + tradition_xenophilic + #Regional Traditions + #Ritual Traditions + tradition_religious_patronage #Major Buddhist (Dharmaguptaka) Center + #Realm Traditions + #Combat Traditions } - name_list = name_list_marathi + dlc_tradition = { #Greco-Buddhist Art + trait = tradition_artisans + requires_dlc_flag = royal_court + } + + name_list = name_list_kashmiri coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } @@ -613,34 +666,93 @@ marathi = { ##### FIXME (Beta): Incomplete Culture: marathi ethnicities = { 10 = indian + 1 = asian } } -malvi = { ##### FIXME (Beta): Incomplete Culture: malvi - color = { 0.6 0.05 0.05 } +#Northern Indo-Aryan Cultures +khas = { + color = khas - ethos = ethos_stoic + ethos = ethos_bellicose heritage = heritage_indo_aryan - language = language_rajasthani + language = language_pahari martial_custom = martial_custom_male_only traditions = { - tradition_fervent_temple_builders - tradition_mystical_ancestors - tradition_khadga_puja - tradition_agrarian + #Societal Traditions + tradition_martial_admiration + #Regional Traditions + tradition_himalayan_settlers + #Ritual Traditions + tradition_sacred_mountains + #Realm Traditions + #Combat Traditions } - name_list = name_list_malvi + name_list = name_list_nepali #TODO (Beta): Need real Khasas/Kumanoi namelist coa_gfx = { indo_aryan_group_coa_gfx } building_gfx = { indian_building_gfx } clothing_gfx = { indian_clothing_gfx } unit_gfx = { indian_unit_gfx } + + ethnicities = { 10 = indian } +} +##### Future Cultures vvvvvv +assamese = { ##### FIXME (Beta): Incomplete Culture: assamese + color = { 0.6 0.3 0.0 } + + ethos = ethos_communal + heritage = heritage_indo_aryan + language = language_magadhan + martial_custom = martial_custom_male_only + traditions = { + tradition_collective_lands + tradition_jungle_warriors + } + + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_assamese + + coa_gfx = { indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + ethnicities = { 10 = indian } } -#### +nepali = { ##### FIXME (Beta): Incomplete Culture: nepali + color = nepali + + ethos = ethos_communal + heritage = heritage_indo_aryan + language = language_pahari + martial_custom = martial_custom_male_only + traditions = { + + tradition_himalayan_settlers + tradition_martial_admiration + tradition_religious_patronage + } + + name_list = name_list_nepali + + coa_gfx = { indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + + ethnicities = { + 6 = indian + 4 = asian + } +} hindustani = { ##### FIXME (Beta): Incomplete Culture: hindustani color = hindustani diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index 37b81c0640..15231ddf10 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -110,10 +110,10 @@ parthian = { indo_parthian = { color = indo_parthian - parents = { parthian northwestern_indo_aryan } + parents = { parthian sindhi } created = 19.1.1 - ethos = ethos_communal #northwestern_indo_aryan heritage + ethos = ethos_communal #sindhi heritage heritage = heritage_iranian language = language_parthian martial_custom = martial_custom_male_only diff --git a/WtWSMS/common/culture/cultures/BP_peristani.txt b/WtWSMS/common/culture/cultures/BP_peristani.txt new file mode 100644 index 0000000000..350be45b7d --- /dev/null +++ b/WtWSMS/common/culture/cultures/BP_peristani.txt @@ -0,0 +1,125 @@ +kalash = { + color = kalash + + ethos = ethos_bellicose + heritage = heritage_peristani + language = language_kalasha + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_xenophobic + #Ritual Traditions + #Realm Traditions + tradition_mountain_homes + #Combat Traditions + tradition_stalwart_defenders #Long Tradition of resistance + } + + name_list = name_list_kalash + + coa_gfx = { indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + + ethnicities = { + 10 = arab + 10 = indian + 10 = mediterranean + } +} +nuristani = { #Borrowed from Dharmachakra: https://github.com/herkles/Dharmachakra + color = nuristani + + ethos = ethos_stoic + heritage = heritage_peristani + language = language_nuristani + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_xenophobic + #Ritual Traditions + #Realm Traditions + tradition_mountain_homes + #Combat Traditions + tradition_stalwart_defenders #Long Tradition of resistance + } + + name_list = name_list_nuristani + + coa_gfx = { iranian_group_coa_gfx indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 10 = arab + 10 = indian + 10 = mediterranean + } +} +burusho = { + color = burusho + + ethos = ethos_communal + heritage = heritage_peristani + language = language_burusho + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_xenophobic + #Ritual Traditions + #Realm Traditions + tradition_mountain_homes + tradition_equal_inheritance #Relatively equal status for women + #Combat Traditions + } + + #TODO (Beta): True Burusho Namelist + name_list = name_list_kalash + name_list = name_list_nuristani + + coa_gfx = { indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + + ethnicities = { + 10 = arab + 10 = indian + 10 = mediterranean + } +} +pamiri = { + color = pamiri + + ethos = ethos_communal + heritage = heritage_peristani + language = language_bactrian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_mendicant_mystics + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_mountain_homes + tradition_pastoralists + #Combat Traditions + } + + name_list = name_list_afghan ##### TODO (Beta): Make a real pamir namelist + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 8 = arab + 4 = mediterranean + } +} \ No newline at end of file diff --git a/WtWSMS/common/culture/cultures/BP_tibetan.txt b/WtWSMS/common/culture/cultures/BP_tibetan.txt index 92f2678c4c..a389ed0fdf 100644 --- a/WtWSMS/common/culture/cultures/BP_tibetan.txt +++ b/WtWSMS/common/culture/cultures/BP_tibetan.txt @@ -22,7 +22,7 @@ 10 = asian } } -zhangzhung = { # Zhangzhung +zhangzhung = { # Zhangzhung & Western Himalayan speakers color = zhangzhung ethos = ethos_spiritual @@ -93,6 +93,33 @@ tsangpa = { # Western and Southern Tibetic (Sherpa; Kyirong-Kagate; etc.) 10 = asian } } +balti = { # Westernmost Tibetan Peoples + color = balti + + ethos = ethos_communal + heritage = heritage_tibetan + language = language_tibetan + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_isolationist + #Regional Traditions + tradition_himalayan_settlers + #Ritual Traditions + tradition_sacred_mountains + #Realm Traditions + #Combat Traditions + } + + name_list = name_list_zhangzhung + + coa_gfx = { tibetan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + ethnicities = { 10 = asian } +} ### Tibeto-Burmans kirati = { # Kirati (Kirati; Limbu; Magar; etc.) color = kirati diff --git a/WtWSMS/common/culture/name_lists/BP_burman.txt b/WtWSMS/common/culture/name_lists/BP_burman.txt index 14667c872d..7a16044325 100644 --- a/WtWSMS/common/culture/name_lists/BP_burman.txt +++ b/WtWSMS/common/culture/name_lists/BP_burman.txt @@ -78,4 +78,95 @@ { name = "mercenary_company_company_of_the_irrawaddy" } { name = "mercenary_company_burmese_host" } } +} +name_list_tripuri = { + cadet_dynasty_names = { + "Ardaosa" + "Bodosa" + "Bathari" + "Daolagajao" + "Daolaguphu" + "Dibragede" + "Diphusa" + "Gorlosa" + "Girisa" + "Hasnusa" + "Hojai" + "Hafila" + "Haflongbar" + "Hagjer" + "Hasamphura" + "Hakmaosa" + "Diruasa" + "Johorisa" + "Jigdung" + "Jarambusa" + "Kharigapsa" + "Kemprai" + "Khersa" + "Lapthaisa" + "Langthasa" + "Lamfusa" + "Laobandisa" + "Longmailai" + "Maibangsa" + "Mitherphangsa" + "Maramsa" + "Nunisa" + "Nabensa" + "Naiding" + "Phonglo" + "Porbosa" + "Raijung" + "Sengyung" + "Sorongsa" + "Thaosen" + "Waibra" + "Warisa" + } + + dynasty_names = { + "Debbarma" + "Jamatia" + "Tripura" + "Reang" + "Murasing" + "Koloi" + "Rupini" + "Uchoi" + } + + male_names = { + Sudangpha Sujangpha Siphakpha Susenpha Suhempha Supimpha Suhung Sutamla Supungmung Sukhampha Suklenmung Gobar Brajnatha Balavarman Bhaskarvarman Bhattamahabahu Bhutivarman Birapala Brahmapala Chandramukhavarman Dharmapala Ganapativarman Gopala Harjjaravarman Harshadeva Harshapala Harshavarman Indrapala Jayamala Jayapala Kalyanavarman Kumarapala Mahendravarman Narayanavarman Pralambha Purandelapala Pushyavarman Ratnadhwajpala Ratnapala Salasthamba Samudravarman Sthitavarman Supratisthitavarman Susthitavarman Timgyadeva Tyagasimha Ummoka Vanamalavarmadeva Vigrahastambha Vijaya Virabahu Hamtor_Fa Jangi_Fa Partha Sebrai Durgur_Fa Kharung_Fa Sengfanai Lalit_Rai Mukunda_Fa Kamal_Rai Raja_Fa Dangar_Fa Khichung_Fa Achong_Fa Sengthum_Fa Sengkwchak Meghraj Champakeshwar Samrat Beerbahu Baneshwar Vishnuprasad Ratap_Rai Sadhu_Rai Muchung_Fa Jash_Fa Krishnadas + } + + female_names = { + Mangaldahi Sati_Joymati Kuranganayani Ahiavadevi Bhogavati Dattadevi Devavati Durlabha Gandharavati Kuladevi Nayanadevi Ratnavati Suvrata Syamadevi Vasumati Vijnanavati Vijnayavati Yajiyavati Yajnavati + } + + pat_grf_name_chance = 50 + mat_grf_name_chance = 25 + father_name_chance = 25 + + pat_grm_name_chance = 25 + mat_grm_name_chance = 25 + mother_name_chance = 0 +} +name_list_khasi = { #From SEA (Rajas of Asia) with permission + + cadet_dynasty_names = { + "dynn_An" "dynn_Baaen" "dynn_Bogale" "dynn_Brak" "dynn_Bun" "dynn_Chan" "dynn_Chea" "dynn_Cheng" "dynn_Chim" "dynn_Chin" "dynn_Chon" "dynn_Cum" "dynn_Dagon" "dynn_Dalla" "dynn_Heng" "dynn_Hinthada" "dynn_Keo" "dynn_Khan" "dynn_Kim" "dynn_Kong" "dynn_Krapan" "dynn_Kusumi" "dynn_Leng" "dynn_Li" "dynn_Lim" "dynn_Long" "dynn_Mas" "dynn_Mawlamyine" "dynn_Moau" "dynn_Mom" "dynn_Muttina" "dynn_Myanaung" "dynn_Myaungmya" "dynn_Nang" "dynn_Negrais" "dynn_Ngaputawo" "dynn_Nuon" "dynn_Pegu" "dynn_Phan" "dynn_Phon" "dynn_Phyu" "dynn_Poe" "dynn_Ros" "dynn_Sa" "dynn_Sam" "dynn_San" "dynn_Sat" "dynn_Seang" "dynn_Sem" "dynn_Seng" "dynn_Shwegyin" "dynn_Sin" "dynn_Sittaung" "dynn_Sok" "dynn_Som" "dynn_Suan" "dynn_Sum" "dynn_Sun" "dynn_Sym" "dynn_Syriam" "dynn_Taikkala" "dynn_Touch" "dynn_Uk" "dynn_Um" "dynn_Un" "dynn_Voan" "dynn_Wareru" "dynn_Yan" "dynn_Yym" + } + + dynasty_names = { + "dynn_An" "dynn_Baaen" "dynn_Bogale" "dynn_Brak" "dynn_Bun" "dynn_Chan" "dynn_Chea" "dynn_Cheng" "dynn_Chim" "dynn_Chin" "dynn_Chon" "dynn_Cum" "dynn_Dagon" "dynn_Dalla" "dynn_Heng" "dynn_Hinthada" "dynn_Keo" "dynn_Khan" "dynn_Kim" "dynn_Kong" "dynn_Krapan" "dynn_Kusumi" "dynn_Leng" "dynn_Li" "dynn_Lim" "dynn_Long" "dynn_Mas" "dynn_Mawlamyine" "dynn_Moau" "dynn_Mom" "dynn_Muttina" "dynn_Myanaung" "dynn_Myaungmya" "dynn_Nang" "dynn_Negrais" "dynn_Ngaputawo" "dynn_Nuon" "dynn_Pegu" "dynn_Phan" "dynn_Phon" "dynn_Phyu" "dynn_Poe" "dynn_Ros" "dynn_Sa" "dynn_Sam" "dynn_San" "dynn_Sat" "dynn_Seang" "dynn_Sem" "dynn_Seng" "dynn_Shwegyin" "dynn_Sin" "dynn_Sittaung" "dynn_Sok" "dynn_Som" "dynn_Suan" "dynn_Sum" "dynn_Sun" "dynn_Sym" "dynn_Syriam" "dynn_Taikkala" "dynn_Touch" "dynn_Uk" "dynn_Um" "dynn_Un" "dynn_Voan" "dynn_Wareru" "dynn_Yan" "dynn_Yym" + } + + male_names = { + Acharya Adara Akra Amara Anchaly Angula Anuyama Araka Areindama Arun Atha Athinkha Atith Attatha Bawlawkyantaw Bona Bora Boran Borey Bourey Bunroeun Chakara Chakra Chamroeun Chankrisna Chann Chanthou Chantrea Chanvatey Charya Chea Chhay Chhaya Dara Darany Davuth Devi Dhammazedi Dipa Einkura Ekkathamanda Gada Gadu Geinda Geissadiya Heng Karawika Kea Khean Khemera Kiri Kong Kosal Kravann Kutha Kyan Law Leap Leik_Munhtaw Mahintha Makara Manuha Many Mao Meaker Migadeippa Mittapheap Montha Munny Narathu Narin Narith Nhean Nimith Nimol Nisay Noreaksey Oudom Phala Pheakdei Phirum Phirun Pich Piseth Pisey Poeu Ponleak Ponleu Ponlok Pontarika Prak Pros Puthyrith Pyinzala Rachana Rainsey Raksmei Rathana Rathanak Razadarit Reasmey Rith Rithipol Rithisak Rithy Rothanak Sakngea Samang Samay Sambath Samlain Samnang Samphy Samrin Sangha Sann Sathea Sokha Sokhem Sokhom Sokun Somnang Sonith Sopath Sophaep Sopheaktra Sopheap Sopheara Sorya Sotha Sothea Sothear Sothiya Sothy Sourkeat Sov Sovann Sovannar Sovannarith Sros Thaduka Thamala Than_Bon Thom Thuganda Tissa Udinna Upadewa Uppala Urunnata Uttara Vanna Vannak Veasna Veha Vibol Vichear Vichet Vireak Vireakboth Visal Viseth Visna Visoth Visothirith Vithara Vithu Wareru Waru Wimala Zambudipa Zawta Zein + } + + female_names = { + Achariya Akara Anchali Arunny Ary Bopha Botum Boupha Champei Champey Chamroeun Chan Chang Chankrisna Chanlina Chanmony Channary Chanthavy Chantou Chantrea Chanvatey Chariya Chavy Chaya Chea Chenda Chhaiya Chhean Chhorvin Chhorvon Chivy Choum Da Daevy Dara Darareaksmey Davi Doung Hnin_An_Po Jamadevi Jorani Kalianne Kaliyanei Kalliyan Kanha Kanleakhana Kannareth Kannitha Kanya Kesor Kolab Kolthida Kravann Kun Kunthea Leak Leakena Leap Mach Makara Malis Maly Mau Mealea Mean Mi_Pakahtaw Mibaya Mliss Mom Mony Mwei_It Mwei_Maneit Mwei_Zeik Nakry Nary Nearidei Neary Nuon Peou Phally Phary Pheakdei Pheakkley Phhoung Pich Pisey Ponlok Ponnleu Punthea Puthykol Putrea Rachana Rachany Raksa Rangsei Reach Reaksmey Reasmey Rom Rotha Roumduol Roumjong Saley Samnang Samphy Savady Sawatdee Sawbu Seda Seyha Sikha Sinuon Sita Soboen Socheat Sok Sokha Sokhanya Sokhom Solyna Sombo Sonisay Sophal Sophea Sopheap Sopheary Sophon Sophorn Soportevy Soriya Sorpheny Sotear Sotheara Sothy Sourkea Sovanara Sovandary Sovaneary Sovanna Sovannai Sraem Srey Sreykeo Sreymau Sreyneang Sreynuon Sreypich Sros Suorsdey Taevy Thavary Thea Theary Thida Thom Thuddhamaya Thyda Tina Toch Tola Vanna Vatey Veasna Veata Vimean + } } \ No newline at end of file diff --git a/WtWSMS/common/culture/name_lists/BP_east_iranian.txt b/WtWSMS/common/culture/name_lists/BP_east_iranian.txt index d496065706..0531683f55 100644 --- a/WtWSMS/common/culture/name_lists/BP_east_iranian.txt +++ b/WtWSMS/common/culture/name_lists/BP_east_iranian.txt @@ -394,94 +394,6 @@ name_list_amardian = { #dynasty_title_names = no founder_named_dynasties = yes } -name_list_nuristani = { - cadet_dynasty_names = { - "dynn_Bahmanid" - "dynn_Langah" - "dynn_Kheshgi" - "dynn_Karrani" - "dynn_Mamluk" - "dynn_Khalji" - "dynn_Tughlaq" - "dynn_Sayyid" - "dynn_Lodi" - "dynn_Adilshahi" - "dynn_Qutb_Shahi" - "dynn_Sangama" - "dynn_Ghurid" - "dynn_Gahadvala" - "dynn_Chandela" - "dynn_Paramara" - "dynn_Deva" - "dynn_Seuna" - "dynn_Vaghela" - "dynn_Yajvapala" - } - - dynasty_names = { - "dynn_Bahmanid" - "dynn_Langah" - "dynn_Kheshgi" - "dynn_Karrani" - "dynn_Mamluk" - "dynn_Khalji" - "dynn_Tughlaq" - "dynn_Sayyid" - "dynn_Lodi" - "dynn_Adilshahi" - "dynn_Qutb_Shahi" - "dynn_Sangama" - "dynn_Ghurid" - "dynn_Gahadvala" - "dynn_Chandela" - "dynn_Paramara" - "dynn_Deva" - "dynn_Seuna" - "dynn_Vaghela" - "dynn_Yajvapala" - } - - male_names = { - Abbas Abolhassan Alah-Verdi Allahyar Amin Aram Assad Aurang Ayeshah Azad Babek Bahman Behrad Behram Behrouz BextI_yar Bozorg Cehandar Cehangir - CehanS_ah CemS_I_d Cevid DanU_S_ Darab DaryU_S_ Davud Ebrahim Efrasiyab EfS_er Ehmed Ehsan - Ekber ElI_ EnU_S_irwan Erdehan Erdewan ErdeS_I_r Esfendiyar - Eskander ES_ot Eyyub Feramez Feraz Fath Ferhad Ferhan Ferheng Feriburz FerI_d - FerI_dun Ferux Feruxzad Ferzad Fezl Fezlun Firdews Ghobad Gholam Godarz GoS_tasp Hezarhesp Hafez Hedayat - Hesen HisE_n Hormoz Hosen Humayun Hurmiz I_smaI_l Kambiz Kamran Keyghobad Keyxusrew KA_vus - KU_ruS_E_ Mamlan Mashad MehmU_d Mehrab Mehrzad MensU_r MenU_C_ihr MenU_S_ihr Merwan Merzuban MesU_d - Mihemed MI_rza Mistefa Murad Morteza Mozaffar Nard Naveed Nawid Nesir - Nesr Nezam NoS_I_rwan NE_C_I_rvan Parviz Pujman PE_S_eng PI_roz Revend Reza Ruhollah Rustam Sadri Salman Sina Surxap Tahmasp - Vahhab Vahid Vahusdan Vali VarS_asp VI_S_tap Xarmandar XaS_ayar - XurS_I_d Xusrew XuS_yar Xwedadad Xwedayar YezI_d Yousef Zahak Zakaria Zand ZerdeS_t Zia - S_adI_ S_ahab S_ahbaz S_ahenS_ah S_ahin S_ahram S_ahryar S_ahrux S_ahruz S_apur S_arvin S_awur S_ayan S_I_rkU_h - } - - female_names = { - Adan Adar Ara Ardil Arezo Arezu Ariyan ArE_z ArI_man ArI_n Asan Asteng AsE_ Avan AzadI_ AzrI_n AS_tI_ Badil Bahar BalnexS_I_n BanE_ BarI_n Bawan Baziyan BazE_ Befraw BefrI_n BegI_xan BelalU_k Belqis - BelI_can Benav Benaz BerbijI_n Berdar Berdil BersI_n BerI_can BexS_I_n Beyan BeybI_n BeybU_n BezI_n Bihar BijI_n BilE_se Binar Binav BinefS_ BinevS_ Biyan BiS_koj BiS_kurI_n Bohar BE_naz BE_rI_can BE_rI_van Burandoxt - DengI_n Derav DerzI_n Desmal Devken Dilar Dilaram Dilare Dilawaz Dilber Dilcan Dildar Dilgerm Dilistan DilkanI_ Dilnaz DilvI_n DilxoS_ DilxweS_ DiyarI_ Doman DE_rsim DI_lan DI_ristan Esmercan Esmerxan - EstE_re EvI_n EwrI_n EyS_an Ezcan Felek Fener FeraS_I_n FirmE_sk FI_dan GazI_ GelavE_j Gerdengaz Gozel GozE_ GrI_van Guhtem Gulbehar GulS_en Gulnar Gulnaz GE_las Helez Heliz HelvI_n HemayI_l - KejE_ Keser Kevok KevI_ Kewser KezI_zer KoC_er LeylE_ LeymI_n LezI_n Lolav LorkE_ LorI_ LorI_can LorI_n LE_lav LE_vken LI_lyan LI_za MaS_a Mebest MehrI_ban MehrI_can MehrI_van - MejbI_r Mendal Mercam MerI_van MirarI_xan Miryem MizgI_n Muhabad ME_mE_ ME_rdI_n ME_xek MI_dya MI_ran NarI_man NarI_ncan Navbihar NawxoS_ Naz Nazdar NazenI_n Nazgul Nazik Naznaz NazE_ NermE_ NermI_n NesrI_n Newbohar NexS_I_n - NeS_mI_l NeS_mI_n Norcan NE_rgiz NE_rI_n NE_zI_k NI_dar NI_gar NI_roj NI_S_an NI_S_tI_man PerjI_n PervI_n Perwane PerwI_n PerC_em PerI_ PerI_gul PerI_naz PerI_xan PerI_S_an PexS_an Peyman PirjI_n PirS_eng PirS_ing Pore PorS_eng PE_lI_n PI_roz PI_S_eng - Rana RengI_n RewS_a RewS_en Rihan RindE_ Rojhelat RojE_ RonahI_ Ronak Rondik RE_jI_n RE_zan RI_han RI_ken RU_ciwan RU_geS_ RU_ken RU_zerI_n SarE_ Serbar Sercan Serferaz Serfiraz Sergul SerC_inar Seyran XatU_n - XE_lI_can XonC_e ZernI_S_an Zerya ZerE_ ZerI_ ZerI_xan ZeytI_n ZeytU_n ZilfE_ Zoya Zozan ZE_rI_n ZI_lan ZI_net ZI_nE_ S_ana S_anaz S_ayan S_ehrI_ban S_elal S_emam S_engE_ S_epal S_epirze S_ermI_n S_evba S_evI_n S_E_laz S_I_lan S_I_nI_ S_I_wen - } - - #dynasty_title_names = yes - founder_named_dynasties = yes - - patronym_prefix_male = "dynnpat_pre_kurE_" - patronym_prefix_female = "dynnpat_pre_kiC_E_" - - mercenary_names = { - { name = "mercenary_company_khorasan_band" } - { name = "mercenary_company_company_of_shahids" } - { name = "mercenary_company_ghilman" coat_of_arms = "mc_ghilman" } - { name = "mercenary_company_warriors_of_zaranj" } - { name = "mercenary_company_place_cataphracts" } - } -} name_list_sogdian = { cadet_dynasty_names = { "dynn_Kang" diff --git a/WtWSMS/common/culture/name_lists/BP_indo_aryan.txt b/WtWSMS/common/culture/name_lists/BP_indo_aryan.txt index eaebbc6c54..0bd14a30f7 100644 --- a/WtWSMS/common/culture/name_lists/BP_indo_aryan.txt +++ b/WtWSMS/common/culture/name_lists/BP_indo_aryan.txt @@ -1,269 +1,4 @@ -name_list_eastern_indo_aryan = { #Old Bengali Namelist - cadet_dynasty_names = { - "dynn_Samatata" - "dynn_Candravamsa" - "dynn_Sena" - "dynn_Sur" - "dynn_Karnata" - "dynn_Gupta" - "dynn_Mana" - "dynn_Ranaka" - "dynn_Gupta" - "dynn_Khayarwala" - "dynn_Chero" - "dynn_Sena" - "dynn_Khayarwala" - "dynn_Gupta" - "dynn_Mana" - "dynn_Deva" - "dynn_Pattikara" - "dynn_Deva" - "dynn_Khadi" - "dynn_Aparamandara" - { "dynn_Banerjee" } - { "dynn_Bagchi" } - { "dynn_Bhaduri" } - { "dynn_Bhattacharjee" } - { "dynn_Chakraborty" } - { "dynn_Chatterjee" } - { "dynn_Ganguly" } - { "dynn_Goswami" } - { "dynn_Ghoshal" } - { "dynn_Lahiri" } - { "dynn_Maitra" } - { "dynn_Mukherjee" } - { "dynn_Sanyal" } - { "dynn_Sengupta" } - { "dynn_Dasgupta" } - { "dynn_Duttagupta" } - { "dynn_Gupta" } - { "dynn_Sen_Sharma" } - { "dynn_Basu" } - { "dynn_Bose" } - { "dynn_Dutta" } - { "dynn_Ghosh" } - { "dynn_Choudhury" } - { "dynn_Guha" } - { "dynn_Gain" } - { "dynn_Mitra" } - { "dynn_Singh" } - { "dynn_Sinha" } - { "dynn_Sen" } - { "dynn_Pal" } - { "dynn_Dev" } - { "dynn_Palit" } - { "dynn_Chanda" } - { "dynn_Dam" } - { "dynn_Kar" } - { "dynn_Nandi" } - { "dynn_Sarkar" } - { "dynn_Acharya" } - { "dynn_Adhikari" } - { "dynn_Agarwal" } - { "dynn_Bakshi" } - { "dynn_Bangla" } - { "dynn_Barman" } - { "dynn_Basu" } - { "dynn_Bhagat" } - { "dynn_Bhaumik" } - { "dynn_Bhuiyan" } - { "dynn_Biswas" } - { "dynn_Chakrabarti" } - { "dynn_Chand" } - { "dynn_Chaudhary" } - { "dynn_Dasgupta" } - { "dynn_Datta" } - { "dynn_Debnath" } - { "dynn_Devi" } - { "dynn_Dhar" } - { "dynn_Emu" } - { "dynn_Ganguly" } - { "dynn_Ghosh" } - { "dynn_Ghoshal" } - { "dynn_Hazra" } - { "dynn_Hoque" } - { "dynn_Jahan" } - { "dynn_Jarin" } - { "dynn_Jha" } - { "dynn_Jothy" } - { "dynn_Kajal" } - { "dynn_Karal" } - { "dynn_Kumari" } - { "dynn_Lal" } - { "dynn_Maharaj" } - { "dynn_Mahato" } - { "dynn_Mahi" } - { "dynn_Majhi" } - { "dynn_Mandal" } - { "dynn_Miah" } - { "dynn_Mukerjee" } - { "dynn_Munna" } - { "dynn_Nath" } - { "dynn_Noor" } - { "dynn_Pandey" } - { "dynn_Pandit" } - { "dynn_Pradhan" } - { "dynn_Sahoo" } - { "dynn_Sinha" } - { "dynn_Tagore" } - { "dynn_Thapa" } - } - - dynasty_names = { - "dynn_Samatata" - "dynn_Candravamsa" - "dynn_Sena" - "dynn_Sur" - "dynn_Karnata" - "dynn_Gupta" - "dynn_Mana" - "dynn_Ranaka" - "dynn_Gupta" - "dynn_Khayarwala" - "dynn_Chero" - "dynn_Sena" - "dynn_Khayarwala" - "dynn_Gupta" - "dynn_Mana" - "dynn_Deva" - "dynn_Pattikara" - "dynn_Deva" - "dynn_Khadi" - "dynn_Aparamandara" - { "dynn_Banerjee" } - { "dynn_Bagchi" } - { "dynn_Bhaduri" } - { "dynn_Bhattacharjee" } - { "dynn_Chakraborty" } - { "dynn_Chatterjee" } - { "dynn_Ganguly" } - { "dynn_Goswami" } - { "dynn_Ghoshal" } - { "dynn_Lahiri" } - { "dynn_Maitra" } - { "dynn_Mukherjee" } - { "dynn_Sanyal" } - { "dynn_Sengupta" } - { "dynn_Dasgupta" } - { "dynn_Duttagupta" } - { "dynn_Gupta" } - { "dynn_Sen_Sharma" } - { "dynn_Basu" } - { "dynn_Bose" } - { "dynn_Dutta" } - { "dynn_Ghosh" } - { "dynn_Choudhury" } - { "dynn_Guha" } - { "dynn_Gain" } - { "dynn_Mitra" } - { "dynn_Singh" } - { "dynn_Sinha" } - { "dynn_Sen" } - { "dynn_Pal" } - { "dynn_Dev" } - { "dynn_Palit" } - { "dynn_Chanda" } - { "dynn_Dam" } - { "dynn_Kar" } - { "dynn_Nandi" } - { "dynn_Sarkar" } - { "dynn_Acharya" } - { "dynn_Adhikari" } - { "dynn_Agarwal" } - { "dynn_Bakshi" } - { "dynn_Bangla" } - { "dynn_Barman" } - { "dynn_Basu" } - { "dynn_Bhagat" } - { "dynn_Bhaumik" } - { "dynn_Bhuiyan" } - { "dynn_Biswas" } - { "dynn_Chakrabarti" } - { "dynn_Chand" } - { "dynn_Chaudhary" } - { "dynn_Dasgupta" } - { "dynn_Datta" } - { "dynn_Debnath" } - { "dynn_Devi" } - { "dynn_Dhar" } - { "dynn_Emu" } - { "dynn_Ganguly" } - { "dynn_Ghosh" } - { "dynn_Ghoshal" } - { "dynn_Hazra" } - { "dynn_Hoque" } - { "dynn_Jahan" } - { "dynn_Jarin" } - { "dynn_Jha" } - { "dynn_Jothy" } - { "dynn_Kajal" } - { "dynn_Karal" } - { "dynn_Kumari" } - { "dynn_Lal" } - { "dynn_Maharaj" } - { "dynn_Mahato" } - { "dynn_Mahi" } - { "dynn_Majhi" } - { "dynn_Mandal" } - { "dynn_Miah" } - { "dynn_Mukerjee" } - { "dynn_Munna" } - { "dynn_Nath" } - { "dynn_Noor" } - { "dynn_Pandey" } - { "dynn_Pandit" } - { "dynn_Pradhan" } - { "dynn_Sahoo" } - { "dynn_Sinha" } - { "dynn_Tagore" } - { "dynn_Thapa" } - } - - male_names = { - Amritnarayan Balabhata Balinarayan Ballalsen Basudevnayaran - Bhagadatta Bhairabendranarayan Bhatta Bhavashankari Bhimsingha Birnayaran - Chandrasen Chandranarayan Chaturanan Chilarai - Danujmadhava Dasharathadeva Devakhadga Devapala Devendranarayan - Dhairjendranayaran Dharendranarayan Dharmapala Dhirsingha - Gajnarayan Gopala Govindachandra Govindapala - Hajo Harendranarayan Haridevnarayan Hariyamandal Hemantasen Indranarayan - Jadu Jagaddipendranarayan Jatakhadga Jayanarayan Jayapala Jitendranarayan - Kalyanachandra Kamalnarayan Keshabsen Khadgodyama Krishanmishra Krishnaroy - Kumarapala Kumudnarayan Ladahachandra Lakshmansen Lakshmichandra Lakshminarayan Lomapada - Madanapala Mahendrapala Mahendrasingha Mahindranarayan Mahipala Manava Mukundanarayan - Naranarayan Narasingha Narayanapala Narendranarayan Nayapala Nripendranarayan - Parikshitnayaran Prananarayan Prannath Pratapnarayan Pratapnarayanroy Pushkaranadhipa - Raghudev Rajabhata Rajadinaj Rajaganesha Rajendranarayan Rajrajendranarayan Rajyapala - Ramapala Ramnath Ranasura Ranjitsingha Roopnarayan Rudranarayan - Samudrasen Shanibhangar Shashanka Shivanarayan Shivendranarayan Shukladhwaj Shurapala - Srichandra Srimanta Subarnachandra Sukhdev Suryanarayan Traillokyachandra - Udirnakhadga Uditanarayan Upendranayaran Vakapala Vapyata Vigrahapala - Vijaynarayan Vijaysen Vijaysingha Virajdendranarayan Vishwarupsen Vishwasingha - "Bhairav_Singh" "Bhavesh" "Bhogishwar" "Dev_Singh" "Dhir_Singh" Dhireshwar - "Ganeshwar_Singh" "Gang_Dev" Harasimhadeva "Hari_Singh" "Hemant_Sen" - "Kameshwar" "Kirti_Singh" Jyotirishwar "Laxman_Sen" "Laxminath_Singh_Dev" Madanpal - "Nanya_Dev" "Nar_Singh" "Narsingh_Dev" "Padma_Singh" "Rambhadra_Singh_Dev" Rameshwar - "Samant_Sen" "Shakrasingh_Dev" "Shiv_Singh" "Vallal_Sen" "Vijay_Sen" - Agnimitra Andhraka Ayus Bhagabhadra Bhikhari Bhumimitra Devabhuti Ghosha Gopal Govindapal - Khsetravridha Maharshi Mahendra Maurayadhwaj Narayana Pulindaka Pusyamitra - Sahtiya Susarman Vajramitra Vasudeva Vasujyeshtha Vasumitra - } - female_names = { - Amrapali Amritakala Asima Bhavashankari "Bishwas_Devi" Bhogavati Bibibai Dattadevi Devavati "Devi_Ahiylya" Gandharavati - Gayatri Himadrija Hira Jira Kanchani Mahendrani Malavyadevi Nayanadevi Rani Ratnadevi Suvrata - Syamadevi Vijnayavati Vina Yajnavati - } - - founder_named_dynasties = yes - - mercenary_names = { - { name = "mercenary_company_tigers_of_place" } - { name = "mercenary_company_apabhransa_band" } - { name = "mercenary_company_company_of_the_delta" } - { name = "mercenary_company_bengal_host" } - } -} -name_list_old_kamarupan = { +name_list_old_kamarupan = { cadet_dynasty_names = { dynn_smith } dynasty_names = { dynn_smith } @@ -283,688 +18,6 @@ name_list_old_kamarupan = { } founder_named_dynasties = yes } -name_list_central_indo_aryan = { #Braj Namelist - cadet_dynasty_names = { - "dynn_Katyuri" - "dynn_Kangra" - "dynn_Kumanchal" - "dynn_Mana" - "dynn_Baghela" - "dynn_Rajgond" - "dynn_Mir" - "dynn_Yayvapala" - "dynn_Parmar" - "dynn_Katyuri" - "dynn_Chand" - "dynn_Khasiya" - { "dynn_Agarwal" } - { "dynn_Ahuja" } - { "dynn_Arora" } - { "dynn_Bai" } - { "dynn_Bansal" } - { "dynn_Batra" } - { "dynn_Bhagat" } - { "dynn_Bhasin" } - { "dynn_Bhatnagar" } - { "dynn_Bhatt" } - { "dynn_Bhuiyan" } - { "dynn_Chakravarti" } - { "dynn_Chand" } - { "dynn_Chander" } - { "dynn_Chandra" } - { "dynn_Chaudhary" } - { "dynn_Chauhan" } - { "dynn_Chetri" } - { "dynn_Chohan" } - { "dynn_Chourey" } - { "dynn_Daima" } - { "dynn_Dass" } - { "dynn_Dayal" } - { "dynn_Deva" } - { "dynn_Devi" } - { "dynn_Dewi" } - { "dynn_Dikshit" } - { "dynn_Dogra" } - { "dynn_Gautam" } - { "dynn_Gopal" } - { "dynn_Goswami" } - { "dynn_Jahan" } - { "dynn_Jha" } - { "dynn_Kamat" } - { "dynn_Kapoor" } - { "dynn_Kapur" } - { "dynn_Khare" } - { "dynn_Kumari" } - { "dynn_Lahot" } - { "dynn_Lal" } - { "dynn_Mahajan" } - { "dynn_Mahato" } - { "dynn_Mahto" } - { "dynn_Majhi" } - { "dynn_Mandal" } - { "dynn_Mehta" } - { "dynn_Nanda" } - { "dynn_Narayan" } - { "dynn_Nath" } - { "dynn_Natikar" } - { "dynn_Nayak" } - { "dynn_Nimavat" } - { "dynn_Pandey" } - { "dynn_Pandit" } - { "dynn_Pathak" } - { "dynn_Pradhan" } - { "dynn_Pramanik" } - { "dynn_Rahaman" } - { "dynn_Rai" } - { "dynn_Raj" } - { "dynn_Rajabian" } - { "dynn_Ram" } - { "dynn_Rastogi" } - { "dynn_Rathor" } - { "dynn_Sachan" } - { "dynn_Sachdeva" } - { "dynn_Sahoo" } - { "dynn_Sanjay" } - { "dynn_Sethi" } - { "dynn_Shakya" } - { "dynn_Shan" } - { "dynn_Shankar" } - { "dynn_Shrivastava" } - { "dynn_Shukla" } - { "dynn_Sinha" } - { "dynn_Solanki" } - { "dynn_Sologar" } - { "dynn_Soni" } - { "dynn_Suresh" } - { "dynn_Tandon" } - { "dynn_Thakur" } - { "dynn_Thapa" } - { "dynn_Trikha" } - { "dynn_Tripathi" } - { "dynn_Trivedi" } - { "dynn_Uniyal" } - { "dynn_Upadhyaya" } - { "dynn_Vaid" } - { "dynn_Varadarajan" } - { "dynn_Varma" } - { "dynn_Vinda" } - } - - dynasty_names = { - "dynn_Katyuri" - "dynn_Kangra" - "dynn_Kumanchal" - "dynn_Mana" - "dynn_Baghela" - "dynn_Rajgond" - "dynn_Mir" - "dynn_Yayvapala" - "dynn_Parmar" - "dynn_Katyuri" - "dynn_Chand" - "dynn_Khasiya" - { "dynn_Agarwal" } - { "dynn_Ahuja" } - { "dynn_Arora" } - { "dynn_Bai" } - { "dynn_Bansal" } - { "dynn_Batra" } - { "dynn_Bhagat" } - { "dynn_Bhasin" } - { "dynn_Bhatnagar" } - { "dynn_Bhatt" } - { "dynn_Bhuiyan" } - { "dynn_Chakravarti" } - { "dynn_Chand" } - { "dynn_Chander" } - { "dynn_Chandra" } - { "dynn_Chaudhary" } - { "dynn_Chauhan" } - { "dynn_Chetri" } - { "dynn_Chohan" } - { "dynn_Chourey" } - { "dynn_Daima" } - { "dynn_Dass" } - { "dynn_Dayal" } - { "dynn_Deva" } - { "dynn_Devi" } - { "dynn_Dewi" } - { "dynn_Dikshit" } - { "dynn_Dogra" } - { "dynn_Gautam" } - { "dynn_Gopal" } - { "dynn_Goswami" } - { "dynn_Jahan" } - { "dynn_Jha" } - { "dynn_Kamat" } - { "dynn_Kapoor" } - { "dynn_Kapur" } - { "dynn_Khare" } - { "dynn_Kumari" } - { "dynn_Lahot" } - { "dynn_Lal" } - { "dynn_Mahajan" } - { "dynn_Mahato" } - { "dynn_Mahto" } - { "dynn_Majhi" } - { "dynn_Mandal" } - { "dynn_Mehta" } - { "dynn_Nanda" } - { "dynn_Narayan" } - { "dynn_Nath" } - { "dynn_Natikar" } - { "dynn_Nayak" } - { "dynn_Nimavat" } - { "dynn_Pandey" } - { "dynn_Pandit" } - { "dynn_Pathak" } - { "dynn_Pradhan" } - { "dynn_Pramanik" } - { "dynn_Rahaman" } - { "dynn_Rai" } - { "dynn_Raj" } - { "dynn_Rajabian" } - { "dynn_Ram" } - { "dynn_Rastogi" } - { "dynn_Rathor" } - { "dynn_Sachan" } - { "dynn_Sachdeva" } - { "dynn_Sahoo" } - { "dynn_Sanjay" } - { "dynn_Sethi" } - { "dynn_Shakya" } - { "dynn_Shan" } - { "dynn_Shankar" } - { "dynn_Shrivastava" } - { "dynn_Shukla" } - { "dynn_Sinha" } - { "dynn_Solanki" } - { "dynn_Sologar" } - { "dynn_Soni" } - { "dynn_Suresh" } - { "dynn_Tandon" } - { "dynn_Thakur" } - { "dynn_Thapa" } - { "dynn_Trikha" } - { "dynn_Tripathi" } - { "dynn_Trivedi" } - { "dynn_Uniyal" } - { "dynn_Upadhyaya" } - { "dynn_Vaid" } - { "dynn_Varadarajan" } - { "dynn_Varma" } - { "dynn_Vinda" } - } - - male_names = { - Achalraj Achalraja Adhandev Adityadeva Ajmal Alsi Amir Anangpal Anangpala Anupapala - Anuppal "Apara_Gangeya" Arjunpal Arjunpala Arjunavarman Bacchdev Bachraj Baghpal Baghpala - Bahadur-Singh Beejpal Beejpala Bhaadar Bhilpala Bhoj Bhoja Bhojavarman Bhopal Bhumpal - Bhumpala Birpal Birpala Bisaldeva Brahmadeva Brahmapala Brahmdevpal Chand Devapala Devavarman Dhanga - Dhangadeva Dharmapala Dhaulshaya Dilipapala Dilippal Doth Draupad Draupada Dugarendra - Gambhir Ganapatideva Gandadeva Gangeya Ghatamdeva Gopal Gopala Govindachandra Govindapala Govindaraja Govindraj - Hamir Hammiravarman Harpal Harsa Harshapala Hirapal Hirapala Indrapal Indrapala Ishtpala - Jaganpal Jaganpala Jagatpal Jagatpala Jagdev Jagdeva Jaidas Jaipal Jaitugideva Jasapala - Jaspal Jatanpal Jatanpala Jayapala Jayasakti Jayasimha Jayavarman Jhetpal Jhetpala Junpala - Kailaspal Kailaspala Kalkurna Kalyanachandra Kakhopal Kakhopala Kamal Kanhad Kanvarpal - Kanvarpala Karnpal Keeratdeva Khadag Khetrapal Khetrapala Kiratpal Kiratpala Krishnray - Krsnapa Kumarapala Kunwar Kunwarpal Ladahachandra Lakshmandeva Lokpala Madanapala Madanavarman Maharana Mahendrapal - Mahendrapala Mahipal Mahipala Mahipata Mahlakadeva Mandandeva Mangaldeva Margdeva Mihira Nagapala Nagdeo Nannuka - Naravarman Narayanapala Narpal Nayapala Nihaal Nihalray Paramardideva Pavak Peepalraj Popatraj Pritampal Pritampala Prithipala - Prithvi Prithvipal Prithviraj Prithviraja Prithvivarman Rahila Rajapala Rajyapala Ramabhadra Ramachandra - Rampal Rampala Rana Rangraj Rangraja Ratnapala Rijhpala Roshandeva Salivaahan Sallaksanavarman Saugandeva Shurapala - Sisupal Sisupala Sohanpal Somasi Someshvara Sonpal Sonpala Srichandra Subhatavarman Sukhinpal - Sukhinpala Sulakshanpal Sultanpal Sultanpala Surajpal Surajpala Traillokyachandra Tejapala - Tejpal Tolpal Trailokyavarman Trilochanpala Udayaditya Udaysangh Uddharandeva Vachhal Vakpati Vapyata Varshapala Varshpal - Vasudev Vidurathpal Vidurathpala Vidyadhara Vigrahapala Vigraharaja Vihangpal Vijayapala Vijayasakti Vinayakapala Vindhyavarman - Viramdeva Viravarman Virsinghadeva Yasovarman - } - female_names = { - Akal Anantadevi Damayanti Dattadevi Dehanagadevi Dhruvadevi Dhruvasvamini Hemavati - Kakanvati Kalayandevi Kanchuka Kanwar Karmavati Kumaradevi Lakshman Maharani Mahidevi Nattadevi - Prabhavati Prabhavatigupta Prasadhanadevi Puppadevi Rajamati Sanyukta Shrimitradevi - } - - founder_named_dynasties = yes - - - # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. - pat_grf_name_chance = 50 - mat_grf_name_chance = 25 - father_name_chance = 25 - - # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. - pat_grm_name_chance = 25 - mat_grm_name_chance = 25 - mother_name_chance = 0 -} -name_list_western_indo_aryan = { #Rajput Namelist - cadet_dynasty_names = { - "dynn_Chand" - "dynn_Vaghela" - "dynn_Vagada" - "dynn_Jadeja" - "dynn_Sanchore" - "dynn_Sisodia" - "dynn_Rathore" - "dynn_Hada" - "dynn_Khanzada" - { "dynn_Agarwal" } - { "dynn_Ahuja" } - { "dynn_Arora" } - { "dynn_Bai" } - { "dynn_Bansal" } - { "dynn_Batra" } - { "dynn_Bhagat" } - { "dynn_Bhasin" } - { "dynn_Bhatnagar" } - { "dynn_Bhatt" } - { "dynn_Bhuiyan" } - { "dynn_Chakravarti" } - { "dynn_Chand" } - { "dynn_Chander" } - { "dynn_Chandra" } - { "dynn_Chaudhary" } - { "dynn_Chauhan" } - { "dynn_Chetri" } - { "dynn_Chohan" } - { "dynn_Chourey" } - { "dynn_Daima" } - { "dynn_Dass" } - { "dynn_Dayal" } - { "dynn_Deva" } - { "dynn_Devi" } - { "dynn_Dewi" } - { "dynn_Dikshit" } - { "dynn_Dogra" } - { "dynn_Gautam" } - { "dynn_Gopal" } - { "dynn_Goswami" } - { "dynn_Jahan" } - { "dynn_Jha" } - { "dynn_Kamat" } - { "dynn_Kapoor" } - { "dynn_Kapur" } - { "dynn_Khare" } - { "dynn_Kumari" } - { "dynn_Lahot" } - { "dynn_Lal" } - { "dynn_Mahajan" } - { "dynn_Mahato" } - { "dynn_Mahto" } - { "dynn_Majhi" } - { "dynn_Mandal" } - { "dynn_Mehta" } - { "dynn_Nanda" } - { "dynn_Narayan" } - { "dynn_Nath" } - { "dynn_Natikar" } - { "dynn_Nayak" } - { "dynn_Nimavat" } - { "dynn_Pandey" } - { "dynn_Pandit" } - { "dynn_Pathak" } - { "dynn_Pradhan" } - { "dynn_Pramanik" } - { "dynn_Rahaman" } - { "dynn_Rai" } - { "dynn_Raj" } - { "dynn_Rajabian" } - { "dynn_Ram" } - { "dynn_Rastogi" } - { "dynn_Rathor" } - { "dynn_Sachan" } - { "dynn_Sachdeva" } - { "dynn_Sahoo" } - { "dynn_Sanjay" } - { "dynn_Sethi" } - { "dynn_Shakya" } - { "dynn_Shan" } - { "dynn_Shankar" } - { "dynn_Shrivastava" } - { "dynn_Shukla" } - { "dynn_Sinha" } - { "dynn_Solanki" } - { "dynn_Sologar" } - { "dynn_Soni" } - { "dynn_Suresh" } - { "dynn_Tandon" } - { "dynn_Thakur" } - { "dynn_Thapa" } - { "dynn_Trikha" } - { "dynn_Tripathi" } - { "dynn_Trivedi" } - { "dynn_Uniyal" } - { "dynn_Upadhyaya" } - { "dynn_Vaid" } - { "dynn_Varadarajan" } - { "dynn_Varma" } - { "dynn_Vinda" } - } - - dynasty_names = { - "dynn_Chand" - "dynn_Vaghela" - "dynn_Vagada" - "dynn_Jadeja" - "dynn_Sanchore" - "dynn_Sisodia" - "dynn_Rathore" - "dynn_Hada" - "dynn_Khanzada" - { "dynn_Agarwal" } - { "dynn_Ahuja" } - { "dynn_Arora" } - { "dynn_Bai" } - { "dynn_Bansal" } - { "dynn_Batra" } - { "dynn_Bhagat" } - { "dynn_Bhasin" } - { "dynn_Bhatnagar" } - { "dynn_Bhatt" } - { "dynn_Bhuiyan" } - { "dynn_Chakravarti" } - { "dynn_Chand" } - { "dynn_Chander" } - { "dynn_Chandra" } - { "dynn_Chaudhary" } - { "dynn_Chauhan" } - { "dynn_Chetri" } - { "dynn_Chohan" } - { "dynn_Chourey" } - { "dynn_Daima" } - { "dynn_Dass" } - { "dynn_Dayal" } - { "dynn_Deva" } - { "dynn_Devi" } - { "dynn_Dewi" } - { "dynn_Dikshit" } - { "dynn_Dogra" } - { "dynn_Gautam" } - { "dynn_Gopal" } - { "dynn_Goswami" } - { "dynn_Jahan" } - { "dynn_Jha" } - { "dynn_Kamat" } - { "dynn_Kapoor" } - { "dynn_Kapur" } - { "dynn_Khare" } - { "dynn_Kumari" } - { "dynn_Lahot" } - { "dynn_Lal" } - { "dynn_Mahajan" } - { "dynn_Mahato" } - { "dynn_Mahto" } - { "dynn_Majhi" } - { "dynn_Mandal" } - { "dynn_Mehta" } - { "dynn_Nanda" } - { "dynn_Narayan" } - { "dynn_Nath" } - { "dynn_Natikar" } - { "dynn_Nayak" } - { "dynn_Nimavat" } - { "dynn_Pandey" } - { "dynn_Pandit" } - { "dynn_Pathak" } - { "dynn_Pradhan" } - { "dynn_Pramanik" } - { "dynn_Rahaman" } - { "dynn_Rai" } - { "dynn_Raj" } - { "dynn_Rajabian" } - { "dynn_Ram" } - { "dynn_Rastogi" } - { "dynn_Rathor" } - { "dynn_Sachan" } - { "dynn_Sachdeva" } - { "dynn_Sahoo" } - { "dynn_Sanjay" } - { "dynn_Sethi" } - { "dynn_Shakya" } - { "dynn_Shan" } - { "dynn_Shankar" } - { "dynn_Shrivastava" } - { "dynn_Shukla" } - { "dynn_Sinha" } - { "dynn_Solanki" } - { "dynn_Sologar" } - { "dynn_Soni" } - { "dynn_Suresh" } - { "dynn_Tandon" } - { "dynn_Thakur" } - { "dynn_Thapa" } - { "dynn_Trikha" } - { "dynn_Tripathi" } - { "dynn_Trivedi" } - { "dynn_Uniyal" } - { "dynn_Upadhyaya" } - { "dynn_Vaid" } - { "dynn_Varadarajan" } - { "dynn_Varma" } - { "dynn_Vinda" } - } - - male_names = { - Achalraj Achalraja Adhandev Adityadeva Ajmal Alsi Amir Anangpal Anangpala Anupapala - Anuppal "Apara_Gangeya" Arjunpal Arjunpala Arjunavarman Bacchdev Bachraj Baghpal - Baghpala Bahadur-Singh Beejpal Beejpala Bhaadar Bhilpala Bhoj Bhoja Bhojavarman - Bhopal Bhumpal Bhumpala Birpal Birpala Bisaldeva Brahmadeva Brahmapala Brahmdevpal Chand Devapala - Devavarman Dhanga Dhangadeva Dharmapala Dhaulshaya Dilipapala Dilippal Doth Draupad - Draupada Dugarendra Gambhir Ganapatideva Gandadeva Gangeya Ghatamdeva Gopal Gopala Govindachandra Govindapala - Govindaraja Govindraj Hamir Hammiravarman Harpal Harsa Harshapala Hirapal - Hirapala Indrapal Indrapala Ishtpala Jaganpal Jaganpala Jagatpal - Jagatpala Jagdev Jagdeva Jaidas Jaipal Jaitugideva Jasapala Jaspal Jatanpal - Jatanpala Jayapala Jayasakti Jayasimha Jhetpal Jhetpala Junpala Kailaspal Kailaspala - Kalkurna Kalyanachandra Kakhopal Kakhopala Kamal Kanhad Kanvarpal Kanvarpala Karnpal Keeratdeva - Khadag Khetrapal Khetrapala Kiratpal Kiratpala Krishnray Krsnapa Kumarapala Kunwar - Kunwarpal Ladahachandra Lakshmandeva Lokpala Madanapala Madanavarman Maharana Mahendrapal Mahendrapala - Mahipal Mahipala Mahipata Mahlakadeva Mandandeva Mangaldeva Margdeva Mihira Nagapala Nagdeo Nannuka Naravarman - Narayanapala Narpal Nayapala Nihaal Nihalray Paramardideva Pavak Peepalraj Popatraj Pritampal Pritampala Prithipala - Prithvi Prithvipal Prithviraj Prithviraja Prithvivarman Rahila Rajapala Rajyapala Ramabhadra - Ramachandra Rampal Rampala Rana Rangraj Rangraja Ratnapala Rijhpala Roshandeva Salivaahan - Sallaksanavarman Saugandeva Shurapala Sisupal Sisupala Sohanpal Somasi Someshvara Sonpal Sonpala - Srichandra Subhatavarman Sukhinpal Sukhinpala Sulakshanpal Sultanpal Sultanpala Surajpal - Surajpala Traillokyachandra Tejapala Tejpal Tolpal Trailokyavarman Trilochanpala Udayaditya Udaysangh Uddharandeva - Vachhal Vakpati Vapyata Varshapala Varshpal Vasudev Vidurathpal Vidurathpala Vidyadhara - Vigrahapala Vigraharaja Vihangpal Vijayapala Vijayasakti Vinayakapala Vindhyavarman Viramdeva Viravarman Virsinghadeva Yasovarman Abhayapala - Acharya Ahila Ajairaja Ajayapala Ajay-Singh Alhana Allat Amarangeya Ambra-Prasad Amritapala Anahilla Ari-Singh Arnoraja Asaraja - Asvapala Balaprasada Baliraja Bhatarka Bhert-Patt Bhima Bhimadeva Bhim-Singh Bhuvan-Singh Bhoja Bhoo-Chand Chachiga Chamundaraja - Chandanaraja Chandraraja Chaud-Singh Dadda Dambarisimha Deopali-Deo Dharapatta Dharasena Dhruvasena Dinakarn Dronasinha Dungar-Singh - Durlabharaja Gajasimha Gopala Gopendraka Gopendraraja Govinda Govindapala Guhasena - Guvaka Hammira Hammir-Singh Hanspal Hariraja Harischandra Hemachandra Jagadeva Jaitrasimha Jaitra-Singh - Jasapala Jaskarn Jayaraja Jayasimha Jay-Singh Jay-Singh-Deo Jayat-Singh Jayshikari Jendraraja - Jojalla Kalbhoj Kanhadadeva Karandeva Karan-Singh Karnadeva Katudeva Katukaraja Keerti-Verma Kelhana Kharagraha - Khuman Kirtipala Kirtivarman Kshemraja Kshem-Singh Kshetra-Singh Lakhanapala Lakhshaman-Singh Lakshmana - Lakshmanadeva Lakshmivarman Lavanyakarna Lunavarman Luntiga Mahap Mahayak Mahendra Mahendrapala Mahipala Maladeva - Manavasimha Mathan-Singh Mattat Mulraja Nagabhata Nagarjuna Nagraja Naradeva Narapati Naravarman Naravarmandeva Nar-Verma - Narwahan Padam-Singh Prahladana Pratapa Prithvipal Prithivipala Purnpala Rahap Ramapala Ratan-Singh Rayapala Rudrapala - Sahajapala Sahanapala Samanta Samant-Singh Samantasimha Samarasimha Samar-Singh Shaliwahan Shuchi-Verma - Siladitya Sindhuraja Singhraja Sinha Sinhad-Deo Siyaka Sohiya Someshwara Suratrana Tejasimha Tej-Singh Tribhuvanapala Udayasimha - Udayavarman Upendra Vagbhata Vahadiasimha Vairisimha Vairsingh Vajradeva Vakapati Vakpati Vakpatiraja - Valhana Valhanadeva Vallabharaja Vanraja Vasudeva Vatsaraja Vigraharaja Vigrharaja Vijada-Dasasyandana - Vijai-Singh Vikramaditya Vinaykpala Virama Viradeva Viranarayana Virsinh-Deo Viryarama Xemraja Yograj - } - - female_names = { - Akal Anantadevi Damayanti Dattadevi Dehanagadevi Dhruvadevi Dhruvasvamini Hemavati - Kakanvati Kalayandevi Kanchuka Kanwar Karmavati Kumaradevi Lakshman Maharani Mahidevi Nattadevi - Prabhavati Prabhavatigupta Prasadhanadevi Puppadevi Rajamati Sanyukta Shrimitradevi - Annaladevi Bauladevi Bhuyikadevi Candrabhattarikadevi Chachinidevi Delhanadevi Desaladevi - Hariyadevi Laxmidevi Madhavi Mahalakshmi Manaladevi Mayanalladevi Namalladevi Padmaladevi Padmini - Pratha Rasaladevi Rudaladevi Rudrani Rupadevi Samyukta Sidhawa Somalladevi Suhava Sundaridevi Tihunaka Udayamati - } - - founder_named_dynasties = yes - - # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. - pat_grf_name_chance = 50 - mat_grf_name_chance = 25 - father_name_chance = 25 - - # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. - pat_grm_name_chance = 25 - mat_grm_name_chance = 25 - mother_name_chance = 0 -} -name_list_northwestern_indo_aryan = { #Punjabi Namelist - cadet_dynasty_names = { - "dynn_Vopyadeva" - "dynn_Dakhinpara" - "dynn_Shina" - "dynn_Makpon" - "dynn_Hunza" - "dynn_Oddiyana" - "dynn_Katoch" - "dynn_Kutumbi" - "dynn_Divira" - "dynn_Patola_Sahi" - "dynn_Darel" - { "dynn_Agarwal" } - { "dynn_Ahluwalia" } - { "dynn_Ahuja" } - { "dynn_Anwer" } - { "dynn_Arora" } - { "dynn_Ashiq" } - { "dynn_Bajwa" } - { "dynn_Bakshi" } - { "dynn_Bal" } - { "dynn_Bansal" } - { "dynn_Basra" } - { "dynn_Batra" } - { "dynn_Bawa" } - { "dynn_Begum" } - { "dynn_Bhagat" } - { "dynn_Bhalli" } - { "dynn_Bhasin" } - { "dynn_Bhatti" } - { "dynn_Bhullar" } - { "dynn_Butt" } - { "dynn_Chand" } - { "dynn_Chander" } - { "dynn_Chandia" } - { "dynn_Cheema" } - { "dynn_Chopra" } - { "dynn_Dhaliwal" } - { "dynn_Gautam" } - { "dynn_Gopal" } - { "dynn_Gul" } - { "dynn_Haider" } - { "dynn_Jahangir" } - { "dynn_Kalsi" } - { "dynn_Kapur" } - { "dynn_Kazim" } - { "dynn_Khalsa" } - { "dynn_Landa" } - { "dynn_Madanpotra" } - { "dynn_Mahi" } - { "dynn_Masih" } - { "dynn_Mehta" } - { "dynn_Nakai" } - { "dynn_Nanda" } - { "dynn_Parvez" } - { "dynn_Pervaiz" } - { "dynn_Randhawa" } - { "dynn_Sachdeva" } - { "dynn_Sahni" } - { "dynn_Sandhu" } - { "dynn_Sarai" } - { "dynn_Sawhney" } - { "dynn_Sayal" } - { "dynn_Siddiq" } - { "dynn_Sidhu" } - { "dynn_Tandon" } - { "dynn_Tripathi" } - { "dynn_Uppal" } - { "dynn_Walia" } - } - - dynasty_names = { - "dynn_Vopyadeva" - "dynn_Dakhinpara" - "dynn_Shina" - "dynn_Makpon" - "dynn_Hunza" - "dynn_Oddiyana" - "dynn_Katoch" - "dynn_Kutumbi" - "dynn_Divira" - "dynn_Patola_Sahi" - "dynn_Darel" - { "dynn_Agarwal" } - { "dynn_Ahluwalia" } - { "dynn_Ahuja" } - { "dynn_Anwer" } - { "dynn_Arora" } - { "dynn_Ashiq" } - { "dynn_Bajwa" } - { "dynn_Bakshi" } - { "dynn_Bal" } - { "dynn_Bansal" } - { "dynn_Basra" } - { "dynn_Batra" } - { "dynn_Bawa" } - { "dynn_Begum" } - { "dynn_Bhagat" } - { "dynn_Bhalli" } - { "dynn_Bhasin" } - { "dynn_Bhatti" } - { "dynn_Bhullar" } - { "dynn_Butt" } - { "dynn_Chand" } - { "dynn_Chander" } - { "dynn_Chandia" } - { "dynn_Cheema" } - { "dynn_Chopra" } - { "dynn_Dhaliwal" } - { "dynn_Gautam" } - { "dynn_Gopal" } - { "dynn_Gul" } - { "dynn_Haider" } - { "dynn_Jahangir" } - { "dynn_Kalsi" } - { "dynn_Kapur" } - { "dynn_Kazim" } - { "dynn_Khalsa" } - { "dynn_Landa" } - { "dynn_Madanpotra" } - { "dynn_Mahi" } - { "dynn_Masih" } - { "dynn_Mehta" } - { "dynn_Nakai" } - { "dynn_Nanda" } - { "dynn_Parvez" } - { "dynn_Pervaiz" } - { "dynn_Randhawa" } - { "dynn_Sachdeva" } - { "dynn_Sahni" } - { "dynn_Sandhu" } - { "dynn_Sarai" } - { "dynn_Sawhney" } - { "dynn_Sayal" } - { "dynn_Siddiq" } - { "dynn_Sidhu" } - { "dynn_Tandon" } - { "dynn_Tripathi" } - { "dynn_Uppal" } - { "dynn_Walia" } - } - - male_names = { - Ajit Amar "Amar_Dasi" Amir Angad Arjun Atar Basawa Bhagwant Bhaimani Budh Chand Charat - Damodar Dasu Datu Dayaram Didar Farid Fateh Gobind Gurdita - Hargobind Hari "Har_Krishan" "Har_Rai" "Jai_Ram" Jetha Jujhar - Kalyan Kapur Kehar Kharak Khushal Lahna Lakhmichand Laxman - Mahadev Mohan Mohri Nanak Narayan Nodha Partap Pheru Prithichand Prithvi "Ram_Rai" Ranjit Ranjor - Sahdev Shamsher Sher Srichand "Tegh_Bahadur" "Tej_Bhan" Thakur Zorawar - } - female_names = { - Amro Anokhi Anup Begum Bhani Dani Gujri Jodhabai Khivi Kishan - Lachmi Nanaki Nihal Ramo Sabhirai Sahib Sulakhni Sundari Tripta - } - - founder_named_dynasties = yes -} name_list_northern_indo_aryan = { #BP Nepali Namelist dynasty_names = { "dynn_Licchavi" @@ -1098,279 +151,3 @@ name_list_dardic_indo_aryan = { #Kalash Namelist # Default is no. always_use_patronym = no } -name_list_southern_indo_aryan = { #Marathi Namelist - cadet_dynasty_names = { - "dynn_Kamadeva" - { "dynn_Aavhad" } - { "dynn_Acharya" } - { "dynn_Ahuja" } - { "dynn_Bhagat" } - { "dynn_Chakravarti" } - { "dynn_Desai" } - { "dynn_Deshmukh" } - { "dynn_Deshpande" } - { "dynn_Doshi" } - { "dynn_Gautam" } - { "dynn_Golelwar" } - { "dynn_Goswami" } - { "dynn_Ingle" } - { "dynn_Jadhav" } - { "dynn_Kamble" } - { "dynn_Kari" } - { "dynn_Karkhanis" } - { "dynn_Khare" } - { "dynn_Mehendale" } - { "dynn_Powale" } - { "dynn_Pradhan" } - { "dynn_Prasad" } - { "dynn_Roy" } - { "dynn_Sachdev" } - { "dynn_Shinde" } - { "dynn_Shrivastava" } - { "dynn_Solanki" } - { "dynn_Tripathi" } - { "dynn_Trivedi" } - { "dynn_Upadhyay" } - { "dynn_Verma" } - } - - dynasty_names = { - "dynn_Kamadeva" - { "dynn_Aavhad" } - { "dynn_Acharya" } - { "dynn_Ahuja" } - { "dynn_Bhagat" } - { "dynn_Chakravarti" } - { "dynn_Desai" } - { "dynn_Deshmukh" } - { "dynn_Deshpande" } - { "dynn_Doshi" } - { "dynn_Gautam" } - { "dynn_Golelwar" } - { "dynn_Goswami" } - { "dynn_Ingle" } - { "dynn_Jadhav" } - { "dynn_Kamble" } - { "dynn_Kari" } - { "dynn_Karkhanis" } - { "dynn_Khare" } - { "dynn_Mehendale" } - { "dynn_Powale" } - { "dynn_Pradhan" } - { "dynn_Prasad" } - { "dynn_Roy" } - { "dynn_Sachdev" } - { "dynn_Shinde" } - { "dynn_Shrivastava" } - { "dynn_Solanki" } - { "dynn_Tripathi" } - { "dynn_Trivedi" } - { "dynn_Upadhyay" } - { "dynn_Verma" } - } - - male_names = { - Abaji Amutrao Bahadur Bahiroji Balaji Bajirao Chimnaji Dattaji Daulatrao Dhanaji Dhondu - Ekoji Fatehsinh Gopalrao Hambirao Harirao Jayajirao Jayappa Janakappa Jivajirao - Khanderao Krishnarao Madhavrao Mahadji Malerao Malharrao Mankoji Martandrao - Moropant Murarirao Nanasaheb Narayanrao Pandurangrao Pratapsinh - Raghunathrao Rajaram Ramaswami Ramchandrapant Ramshastri Ranojirao - Sadashivrao Sambhaji Sayajirao Serfoji Shahuji Shivaji Shivajirao - Tryambakrao Tukkoji Tukojirao Tulojirao Venkatrao Vishwanathpant Yashwantrao - Adityavarman Aiyaparaja Anantadeva Aparaditya Aparajita Arikesarin Arthapathi Avasara - Bhavadatta Bhima Bhoja Bijjala Chandra Chandraditya Chhadvaideva Chhittaraja - Daharasena Dhammayira Gandaraditya Goggiraja Gonka Guhala Guhalladeva Haripaladeva - Indradatta Indraraja Jatiga Jayakeshi Jhanjha Kamadeva Kapardin Keshideva Kirtiraja - Mallikarjuna Marsimha Mummuniraja Nagarjuna Nagavarma Naivarman Pullashakti Rattaraja - Sanaphulla Shashthadeva Shivachitta Skandavarman Soddhala Someshvara Sovideva Suketuvarman - Taila Tejahkantha Vappuvanna Vijayaditya Viravarmadeva Vishnuchitta Vyaghrasena - } - female_names = { - Ahilyabai Ambikabai Anandibai Anubai Bhiubai Deepabai Durgabai Gangabai Gunvantibai - Jankibai Jijibai Kamlabai Kashibai Laxmibai Mahadik Mastani Putalabai - Rajasbai Rajkunvarbai Ramabai Ranubai Saibai Sagunabai Sakavaarbai Sayeebai Soyarabai Sujanbai Tarabai Yesubai - Anjanibai Anuradha Durga Kamadevi Kamaladevi Kesarbai Kishori Kundaladevi Lasthiyavva - Maya Mogubai Radhabai Radhika Shevanti Shudhamati Sovidevi Sudha Sumati Sunita - } - - founder_named_dynasties = yes - - # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. - pat_grf_name_chance = 50 - mat_grf_name_chance = 25 - father_name_chance = 25 - - # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. - pat_grm_name_chance = 25 - mat_grm_name_chance = 25 - mother_name_chance = 0 -} -name_list_sinhala = { - cadet_dynasty_names = { - "dynn_Moriya" - "dynn_Kalinga" - "dynn_Siri_Sanga_Bo" - "dynn_Chandravansha" - "dynn_Suryavansha" - "dynn_Kalinga_Lanka" - { "dynn_Amarasekara" } - { "dynn_Amarashinghe" } - { "dynn_Bandara" } - { "dynn_Cassim" } - { "dynn_Chandima" } - { "dynn_Dissanayake" } - { "dynn_Gunasekera" } - { "dynn_Herath" } - { "dynn_Jayalath" } - { "dynn_Jayarathna" } - { "dynn_Jayasinghe" } - { "dynn_Jayasundera" } - { "dynn_Karunaratne" } - { "dynn_Kulasekara" } - { "dynn_Kumara" } - { "dynn_Kumarasinghe" } - { "dynn_Liyanage" } - { "dynn_Madushanka" } - { "dynn_Potuhera" } - { "dynn_Rajapakse" } - { "dynn_Ranasinghe" } - { "dynn_Rathnayake" } - { "dynn_Ratnayake" } - { "dynn_Samantha" } - { "dynn_Senanayake" } - { "dynn_Siva" } - { "dynn_Suraweera" } - { "dynn_Thirimanne" } - { "dynn_Weerasekara" } - { "dynn_Weerasinghe" } - } - - dynasty_names = { - "dynn_Moriya" - "dynn_Kalinga" - "dynn_Siri_Sanga_Bo" - "dynn_Chandravansha" - "dynn_Suryavansha" - "dynn_Kalinga_Lanka" - { "dynn_Amarasekara" } - { "dynn_Amarashinghe" } - { "dynn_Bandara" } - { "dynn_Cassim" } - { "dynn_Chandima" } - { "dynn_Dissanayake" } - { "dynn_Gunasekera" } - { "dynn_Herath" } - { "dynn_Jayalath" } - { "dynn_Jayarathna" } - { "dynn_Jayasinghe" } - { "dynn_Jayasundera" } - { "dynn_Karunaratne" } - { "dynn_Kulasekara" } - { "dynn_Kumara" } - { "dynn_Kumarasinghe" } - { "dynn_Liyanage" } - { "dynn_Madushanka" } - { "dynn_Potuhera" } - { "dynn_Rajapakse" } - { "dynn_Ranasinghe" } - { "dynn_Rathnayake" } - { "dynn_Ratnayake" } - { "dynn_Samantha" } - { "dynn_Senanayake" } - { "dynn_Siva" } - { "dynn_Suraweera" } - { "dynn_Thirimanne" } - { "dynn_Weerasekara" } - { "dynn_Weerasinghe" } - } - - male_names = { - Agabala Aggabodhi Agibuti Ananda Anikanga Apaya Arittha Avirada Ayasmantha Bhuvanekabahu Butisamana Chodaganga Dahamsena - Danamitta Dappula Dathappabhuti Dathopatissa Dharmapala Dharmasena Dharmasoka Dhatusena Digakassapa Diganaguli - Digasumana Gajabahu Hadaka Hadana Hujata Jayabahu Jetthatissa Jhotisena Kashyapa Kassapa Kitti Kittisena Kittivarma - Magamitta Mahadeva Mahanaga Mahasattha Mahasena Mahasiva Mahinda Manavanna Mihidala Mihindala Mitta Moggallana - Nandamitta Narendra Narendrasinha Nirmala Padita Parakkamabahu Parakramabahu Rajasinha Rakasala Ratana Rohaka - Sadhatissa Sagala Saliya Sanghamitta Sanghatissa Sankha Sena Senarat Sidata Sigaratissa Silameghavanna Sinhabahu - Siva Sobana Sobika Sudata Sumana Surakita Suratissa Tissa Udaya Upatissa Vassaba Vebeliya Vepali Vijayabahu - Vikrama Vikramabahu Vimaladharma Vimaladharmasuriya Virabahu Viranarendra - } - - female_names = { - Abijliguta Ahali Anula Anurada Anuradi Anuridi Asadaguta Asali Aselaya Ata Barani Bodhideva Bohodevi Butadata - Cadana Citadevi Citaguta Damadina Damaguta Damarajha Damarakita Damaruci Damasena Damati Damika Damutara - Devanakata Devanapiya Devarakita Dhamarajha Dhamika Jhita Jhotisena Jhotiya Kalyanavati Kanadasika Kanaguta - Kanatissa Kitaka Kituka Kubira Kumara Kumaradata Kumaratiha Lasani Lilavati Maga Magha Maka Maki Mita Nagadina - Narayaguta Nuga Nugaya Paduma Palikada Pamatissa Purushadata Pusamitta Rajhita Ramadata Ramajhata Ramani - Rasumiliya Reva Sagara Samidata Samudaguta Savera Seneya Silmini Siriguta Siripali Sivala Sivanabuti Somali Sugula - Sujhata Sumanadevi Suri Suriguta Tisi Tissabuti Tissadata Tissadevi Tissamita Tissaraka Tissarakita Yahasaya Yahasini - } - - founder_named_dynasties = yes - - pat_grf_name_chance = 35 - mat_grf_name_chance = 20 - father_name_chance = 25 - - pat_grm_name_chance = 25 - mat_grm_name_chance = 25 - mother_name_chance = 5 - - - mercenary_names = { - { name = "mercenary_company_company_of_the_staff" } - { name = "mercenary_company_rice_grain_band" } - } -} -#Others -name_list_kalash = { - cadet_dynasty_names = { - "dynn_Gost" - "dynn_Gak" - "dynn_Za" - "dynn_Khoday" - "dynn_Pay" - "dynn_Dzaw" - "dynn_Soa" - } - dynasty_names = { - "dynn_Gost" - "dynn_Gak" - "dynn_Za" - "dynn_Khoday" - "dynn_Pay" - "dynn_Dzaw" - "dynn_Soa" - } - - male_names = { - Gost DaU_ Sen PU_rugU_ak AU_ O_nim_day BA_ya TrU_na_C_hir KakawA_njk - SU_da Os JuwA_ri Gak Za NA_tim_day Chu A_dua WarE_sa Dzaw Soa - KA_rim_day C_ew Zum_day O_ndrak KA_phi Ec DE_sa DA_da GambU_ri - AU_khur DO_njgha_C_hir IstrI_zagU_ak Pay Khoday NawA_w WA_wa Drac_ - BazA_ KasO_ng - } - female_names = { #Female name list same as male in WtWSMS - Gost DaU_ Sen PU_rugU_ak AU_ O_nim_day BA_ya TrU_na_C_hir KakawA_njk - SU_da Os JuwA_ri Gak Za NA_tim_day Chu A_dua WarE_sa Dzaw Soa - KA_rim_day C_ew Zum_day O_ndrak KA_phi Ec DE_sa DA_da GambU_ri - AU_khur DO_njgha_C_hir IstrI_zagU_ak Pay Khoday NawA_w WA_wa Drac_ - BazA_ KasO_ng - } - - dynasty_of_location_prefix = "dynnp_of" - - # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. - pat_grf_name_chance = 50 - mat_grf_name_chance = 25 - father_name_chance = 25 - # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. - pat_grf_name_chance = 50 - mat_grf_name_chance = 25 - father_name_chance = 25 - - # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. - patronym_prefix_male = "dynnp_put" - patronym_prefix_female = "dynnp_c_hu" - - always_use_patronym = no -} diff --git a/WtWSMS/common/culture/name_lists/BP_peristani.txt b/WtWSMS/common/culture/name_lists/BP_peristani.txt new file mode 100644 index 0000000000..d48033de8e --- /dev/null +++ b/WtWSMS/common/culture/name_lists/BP_peristani.txt @@ -0,0 +1,140 @@ +name_list_kalash = { + cadet_dynasty_names = { + "dynn_Gost" + "dynn_Gak" + "dynn_Za" + "dynn_Khoday" + "dynn_Pay" + "dynn_Dzaw" + "dynn_Soa" + } + dynasty_names = { + "dynn_Gost" + "dynn_Gak" + "dynn_Za" + "dynn_Khoday" + "dynn_Pay" + "dynn_Dzaw" + "dynn_Soa" + } + + male_names = { + Gost DaU_ Sen PU_rugU_ak AU_ O_nim_day BA_ya TrU_na_C_hir KakawA_njk + SU_da Os JuwA_ri Gak Za NA_tim_day Chu A_dua WarE_sa Dzaw Soa + KA_rim_day C_ew Zum_day O_ndrak KA_phi Ec DE_sa DA_da GambU_ri + AU_khur DO_njgha_C_hir IstrI_zagU_ak Pay Khoday NawA_w WA_wa Drac_ + BazA_ KasO_ng + } + female_names = { #Female name list same as male in WtWSMS + Gost DaU_ Sen PU_rugU_ak AU_ O_nim_day BA_ya TrU_na_C_hir KakawA_njk + SU_da Os JuwA_ri Gak Za NA_tim_day Chu A_dua WarE_sa Dzaw Soa + KA_rim_day C_ew Zum_day O_ndrak KA_phi Ec DE_sa DA_da GambU_ri + AU_khur DO_njgha_C_hir IstrI_zagU_ak Pay Khoday NawA_w WA_wa Drac_ + BazA_ KasO_ng + } + + dynasty_of_location_prefix = "dynnp_of" + + # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. + pat_grf_name_chance = 50 + mat_grf_name_chance = 25 + father_name_chance = 25 + # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. + pat_grf_name_chance = 50 + mat_grf_name_chance = 25 + father_name_chance = 25 + + # Patronyms. Names after the primary parent. Can use both prefix and suffix together ("McDavidson"). _vowel is used for when the parent's name starts with a vowel. + patronym_prefix_male = "dynnp_put" + patronym_prefix_female = "dynnp_c_hu" + + always_use_patronym = no +} +name_list_nuristani = { + cadet_dynasty_names = { + "dynn_Bahmanid" + "dynn_Langah" + "dynn_Kheshgi" + "dynn_Karrani" + "dynn_Mamluk" + "dynn_Khalji" + "dynn_Tughlaq" + "dynn_Sayyid" + "dynn_Lodi" + "dynn_Adilshahi" + "dynn_Qutb_Shahi" + "dynn_Sangama" + "dynn_Ghurid" + "dynn_Gahadvala" + "dynn_Chandela" + "dynn_Paramara" + "dynn_Deva" + "dynn_Seuna" + "dynn_Vaghela" + "dynn_Yajvapala" + } + + dynasty_names = { + "dynn_Bahmanid" + "dynn_Langah" + "dynn_Kheshgi" + "dynn_Karrani" + "dynn_Mamluk" + "dynn_Khalji" + "dynn_Tughlaq" + "dynn_Sayyid" + "dynn_Lodi" + "dynn_Adilshahi" + "dynn_Qutb_Shahi" + "dynn_Sangama" + "dynn_Ghurid" + "dynn_Gahadvala" + "dynn_Chandela" + "dynn_Paramara" + "dynn_Deva" + "dynn_Seuna" + "dynn_Vaghela" + "dynn_Yajvapala" + } + + male_names = { + Abbas Abolhassan Alah-Verdi Allahyar Amin Aram Assad Aurang Ayeshah Azad Babek Bahman Behrad Behram Behrouz BextI_yar Bozorg Cehandar Cehangir + CehanS_ah CemS_I_d Cevid DanU_S_ Darab DaryU_S_ Davud Ebrahim Efrasiyab EfS_er Ehmed Ehsan + Ekber ElI_ EnU_S_irwan Erdehan Erdewan ErdeS_I_r Esfendiyar + Eskander ES_ot Eyyub Feramez Feraz Fath Ferhad Ferhan Ferheng Feriburz FerI_d + FerI_dun Ferux Feruxzad Ferzad Fezl Fezlun Firdews Ghobad Gholam Godarz GoS_tasp Hezarhesp Hafez Hedayat + Hesen HisE_n Hormoz Hosen Humayun Hurmiz I_smaI_l Kambiz Kamran Keyghobad Keyxusrew KA_vus + KU_ruS_E_ Mamlan Mashad MehmU_d Mehrab Mehrzad MensU_r MenU_C_ihr MenU_S_ihr Merwan Merzuban MesU_d + Mihemed MI_rza Mistefa Murad Morteza Mozaffar Nard Naveed Nawid Nesir + Nesr Nezam NoS_I_rwan NE_C_I_rvan Parviz Pujman PE_S_eng PI_roz Revend Reza Ruhollah Rustam Sadri Salman Sina Surxap Tahmasp + Vahhab Vahid Vahusdan Vali VarS_asp VI_S_tap Xarmandar XaS_ayar + XurS_I_d Xusrew XuS_yar Xwedadad Xwedayar YezI_d Yousef Zahak Zakaria Zand ZerdeS_t Zia + S_adI_ S_ahab S_ahbaz S_ahenS_ah S_ahin S_ahram S_ahryar S_ahrux S_ahruz S_apur S_arvin S_awur S_ayan S_I_rkU_h + } + + female_names = { + Adan Adar Ara Ardil Arezo Arezu Ariyan ArE_z ArI_man ArI_n Asan Asteng AsE_ Avan AzadI_ AzrI_n AS_tI_ Badil Bahar BalnexS_I_n BanE_ BarI_n Bawan Baziyan BazE_ Befraw BefrI_n BegI_xan BelalU_k Belqis + BelI_can Benav Benaz BerbijI_n Berdar Berdil BersI_n BerI_can BexS_I_n Beyan BeybI_n BeybU_n BezI_n Bihar BijI_n BilE_se Binar Binav BinefS_ BinevS_ Biyan BiS_koj BiS_kurI_n Bohar BE_naz BE_rI_can BE_rI_van Burandoxt + DengI_n Derav DerzI_n Desmal Devken Dilar Dilaram Dilare Dilawaz Dilber Dilcan Dildar Dilgerm Dilistan DilkanI_ Dilnaz DilvI_n DilxoS_ DilxweS_ DiyarI_ Doman DE_rsim DI_lan DI_ristan Esmercan Esmerxan + EstE_re EvI_n EwrI_n EyS_an Ezcan Felek Fener FeraS_I_n FirmE_sk FI_dan GazI_ GelavE_j Gerdengaz Gozel GozE_ GrI_van Guhtem Gulbehar GulS_en Gulnar Gulnaz GE_las Helez Heliz HelvI_n HemayI_l + KejE_ Keser Kevok KevI_ Kewser KezI_zer KoC_er LeylE_ LeymI_n LezI_n Lolav LorkE_ LorI_ LorI_can LorI_n LE_lav LE_vken LI_lyan LI_za MaS_a Mebest MehrI_ban MehrI_can MehrI_van + MejbI_r Mendal Mercam MerI_van MirarI_xan Miryem MizgI_n Muhabad ME_mE_ ME_rdI_n ME_xek MI_dya MI_ran NarI_man NarI_ncan Navbihar NawxoS_ Naz Nazdar NazenI_n Nazgul Nazik Naznaz NazE_ NermE_ NermI_n NesrI_n Newbohar NexS_I_n + NeS_mI_l NeS_mI_n Norcan NE_rgiz NE_rI_n NE_zI_k NI_dar NI_gar NI_roj NI_S_an NI_S_tI_man PerjI_n PervI_n Perwane PerwI_n PerC_em PerI_ PerI_gul PerI_naz PerI_xan PerI_S_an PexS_an Peyman PirjI_n PirS_eng PirS_ing Pore PorS_eng PE_lI_n PI_roz PI_S_eng + Rana RengI_n RewS_a RewS_en Rihan RindE_ Rojhelat RojE_ RonahI_ Ronak Rondik RE_jI_n RE_zan RI_han RI_ken RU_ciwan RU_geS_ RU_ken RU_zerI_n SarE_ Serbar Sercan Serferaz Serfiraz Sergul SerC_inar Seyran XatU_n + XE_lI_can XonC_e ZernI_S_an Zerya ZerE_ ZerI_ ZerI_xan ZeytI_n ZeytU_n ZilfE_ Zoya Zozan ZE_rI_n ZI_lan ZI_net ZI_nE_ S_ana S_anaz S_ayan S_ehrI_ban S_elal S_emam S_engE_ S_epal S_epirze S_ermI_n S_evba S_evI_n S_E_laz S_I_lan S_I_nI_ S_I_wen + } + + #dynasty_title_names = yes + founder_named_dynasties = yes + + patronym_prefix_male = "dynnpat_pre_kurE_" + patronym_prefix_female = "dynnpat_pre_kiC_E_" + + mercenary_names = { + { name = "mercenary_company_khorasan_band" } + { name = "mercenary_company_company_of_shahids" } + { name = "mercenary_company_ghilman" coat_of_arms = "mc_ghilman" } + { name = "mercenary_company_warriors_of_zaranj" } + { name = "mercenary_company_place_cataphracts" } + } +} \ No newline at end of file diff --git a/WtWSMS/common/culture/name_lists/dharma_indo_aryan.txt b/WtWSMS/common/culture/name_lists/dharma_indo_aryan.txt index 44930a5f41..e09b2c34cc 100644 --- a/WtWSMS/common/culture/name_lists/dharma_indo_aryan.txt +++ b/WtWSMS/common/culture/name_lists/dharma_indo_aryan.txt @@ -3814,7 +3814,7 @@ name_list_rajbongshi = { } } ##### For RICE compatibility ##### -name_list_nuristani = { +name_list_nuristani = { #TODO (Beta): Make a real nuristani namelist cadet_dynasty_names = { "dynn_Karkota" @@ -3912,4 +3912,4 @@ name_list_nuristani = { founder_named_dynasties = yes -} \ No newline at end of file +} diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index 5691599046..c708033fa1 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -259,6 +259,16 @@ heritage_israelite = { } } +#Peristan Heritage Family +heritage_peristani = { + type = heritage + + parameters = { + heritage_group_peristani = yes + heritage_family_peristani = yes + } +} + #South Asian Heritage Family ## Indo-Aryan diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index f28e117c9c..c8ee678294 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1121,12 +1121,208 @@ language_doric = { ## Indo-Iranian ### Indo-Aryan: TODO AFTER INDIAN MERGE +language_sanskrit = { #Classical Sanskrit + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sanskrit } } + + parameters = { + language_dialect_continuum_prakrit = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_sanskrit } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = sanskrit +} +#Eastern Dardic Dialects (the related dialects; Dardic is just geographic, not a genetic identifier) +language_kashmiri = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_kashmiri } } + + parameters = { + language_dialect_continuum_eastern_dardic_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_kashmiri } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = kashmiri +} +language_gandhari = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gandhari } } + + parameters = { + language_dialect_continuum_eastern_dardic_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_gandhari } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = kashmiri +} +#Pahari Languags +language_pahari = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_pahari } } + + parameters = { + language_dialect_continuum_northern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_pahari } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = khas +} +#Prakrits +language_magadhan = { #Magadhi Prakrit + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_magadhan } } + + parameters = { + language_dialect_continuum_prakrit = yes + language_dialect_continuum_eastern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_magadhan } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = bihari +} language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible with magadhan [2] type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_kamarupan } } parameters = { - language_branch_indo_aryan = yes + language_dialect_continuum_prakrit = yes + language_dialect_continuum_eastern_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1138,7 +1334,11 @@ language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible wi multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1153,16 +1353,14 @@ language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible wi color = old_kamrupan } -#Progenitor of Several Branches, including: -# Northwestern Indic (punjabi, sindhi) -# Western Indic (bhil, gujarati, rajasthani) -# Central Indic (hindustani, braj, awadhi) -language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni +language_sauraseni = { #Represents the central Apabhramsa dialect continuum type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_sauraseni } } parameters = { - language_branch_indo_aryan = yes + language_dialect_continuum_prakrit = yes + language_dialect_continuum_central_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1174,7 +1372,11 @@ language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1187,14 +1389,18 @@ language_sauraseni = { #Indo-Iranian=>Indo-Aryan=>Shauraseni } } - color = central_indo_aryan + color = hindustani } -language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects +langauge_apabhramsa = { #Represents the Western Apabhramsa dialect continuum type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_rajasthani } } + is_shown = { language_is_shown_trigger = { LANGUAGE = langauge_apabhramsa } } parameters = { - language_branch_indo_aryan = yes + language_dialect_continuum_prakrit = yes + language_dialect_continuum_central_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1202,11 +1408,15 @@ language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_rajasthani } + limit = { has_cultural_pillar = langauge_apabhramsa } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1219,27 +1429,34 @@ language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects } } - color = rajput + color = malvi } -language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] +language_vrachada = { #Relocalized to Paichisi type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_marathi } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_vrachada } } parameters = { - language_branch_indo_aryan = yes + language_dialect_continuum_prakrit = yes + language_dialect_continuum_northwestern_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } - ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_marathi } + limit = { has_cultural_pillar = language_vrachada } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1252,14 +1469,19 @@ language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] } } - color =southern_indo_aryan + color = punjabi } -language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] +language_maharashtri = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_magadhan } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_vrachada } } parameters = { - language_branch_indo_aryan = yes + language_dialect_continuum_prakrit = yes + language_dialect_continuum_central_indo_aryan = yes + language_dialect_continuum_southern_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1267,11 +1489,15 @@ language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_magadhan } + limit = { has_cultural_pillar = language_vrachada } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1284,17 +1510,16 @@ language_magadhan = { #Indo-Iranian=>Indo-Aryan=>Eastern Indic [1] } } - color = eastern_indo_aryan + color = punjabi } -#Ancestor to himalayans languages, including: -# Western: garwhali, kumaoni -# Eastern: nepali -language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari +language_elu = { #Sinhalese Prakrit that should sharply diverge type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_pahari } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_elu } } parameters = { - language_branch_indo_aryan = yes + language_dialect_continuum_prakrit = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1302,11 +1527,15 @@ language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_pahari } + limit = { has_cultural_pillar = language_elu } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1319,15 +1548,15 @@ language_pahari = { #Indo-Iranian=>Indo-Aryan=>Pahari } } - color = northern_indo_aryan + color = sinhala } -#Ancestor to Dardic Languages, including kashmiri, kalasha -language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic +language_kalasha = { #Very old Indo-European language, *not* a Prakrit; is Dardic, so no dialect continuum type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_kashmiri } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_kalasha } } parameters = { - language_branch_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1335,11 +1564,15 @@ language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_kashmiri } + limit = { has_cultural_pillar = language_kalasha } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1352,15 +1585,15 @@ language_kashmiri = { #Indo-Iranian=>Indo-Aryan=>Dardic } } - color = dardic_indo_aryan + color = sinhala } -#Ancestor to Lanka/Insular Indic languages -language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic +##### Future Languages vvvvv +language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sinhalese } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_rajasthani } } parameters = { - language_branch_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1368,11 +1601,15 @@ language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sinhalese } + limit = { has_cultural_pillar = language_rajasthani } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1385,26 +1622,31 @@ language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic } } - color = sinhala + color = rajput } -language_vrachada = { #Dialects of Sindh and Punjab (Currently Unused) +language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_vrachada } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_marathi } } parameters = { - language_branch_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } + ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_vrachada } + limit = { has_cultural_pillar = language_marathi } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1417,14 +1659,15 @@ language_vrachada = { #Dialects of Sindh and Punjab (Currently Unused) } } - color = punjabi + color = marathi } -language_sanskrit = { +language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sanskrit } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sinhalese } } parameters = { - language_branch_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } @@ -1432,11 +1675,15 @@ language_sanskrit = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sanskrit } + limit = { has_cultural_pillar = language_sinhalese } multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_indo_aryan } + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { @@ -1449,7 +1696,7 @@ language_sanskrit = { } } - color = sanskrit + color = sinhala } ### Iranian #### East Iranian Continua @@ -1585,6 +1832,39 @@ language_bactrian = { color = bactrian } +language_pamir = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_pamir } } + + parameters = { + language_dialect_continuum_eastern_iranian = yes + language_group_iranic = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_pamir } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = pamiri +} #### West Iranian Continua language_iranian = { type = language @@ -4482,6 +4762,33 @@ language_burmese = { color = burmese } +language_kokborok = {# The name for the Tripuri language + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_kokborok } } + + parameters = { + language_branch_tibeto_burman = yes + language_family_sino_tibetan = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_kokborok } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_tibeto_burman } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_sino_tibetan } + multiply = same_language_family_choice_factor + } + } + + color = tripuri +} #Atlantic Congo @@ -4843,6 +5150,40 @@ language_mon = { color = mon } +## Khasic Group +language_khasi = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_khasi } } + + parameters = { + language_branch_khasic = yes + language_family_austro_asiatic = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_khasi } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_khasic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_austro_asiatic } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = khasi +} + # Paleo-Iberian ## Paleo-Iberian @@ -4898,3 +5239,31 @@ language_corduenian = { #Made an isolate due to competing claims and lack of evi color = corduenian } +#Burusho +language_burusho = { #Made an isolate due to competing claims and lack of evidence + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_burusho } } + + parameters = { + language_branch_burusho = yes + language_family_burusho = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_burusho } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_burusho } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_burusho } + multiply = same_language_family_choice_factor + } + } + + color = burusho +} diff --git a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt index 881ace0ca8..bf141ba7ac 100644 --- a/WtWSMS/common/culture/traditions/BP_regional_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_regional_traditions.txt @@ -204,6 +204,108 @@ tradition_marauders_non_dlc = { } } +#Kalasha and Nuristani are *really* hard to move +tradition_xenophobic = { + category = realm + + layers = { + 0 = steward + 1 = mediterranean + 4 = noble.dds + } + + is_shown = { always = no } + can_pick = { always = no } + can_pick_for_hybridization = { always = no } + + parameters = { + courtiers_less_likely_to_leave_same_culture_court = yes + dislikes_marrying_outside_of_culture = yes + ai_doesnt_marry_outside_culture = yes + zealous_trait_more_common = yes + harder_to_hybridize = yes + very_difficult_to_convert_or_promote = yes + very_expensive_convert_to_local_culture = yes + } + culture_modifier = { + cultural_acceptance_gain_mult = -0.35 + } + character_modifier = { + diplomatic_range_mult = -0.50 + same_culture_opinion = 10 + different_culture_opinion = -10 + opinion_of_different_faith = -20 + + ai_war_chance = -0.75 + ai_war_cooldown = 10 + ai_zeal = 30 + } + county_modifier = { + monthly_county_control_change_add = 0.75 + } + + cost = {} + + ai_will_do = { + value = 100 + if = { + limit = { + NOT = { + is_divergent_culture = yes + } + } + multiply = 0 + } + if = { + limit = { + any_in_list = { list = traits this = flag:ethos_egalitarian } + } + multiply = 0 + } + } +} +tradition_xenophobic_non_dlc = { + category = realm + + layers = { + 0 = intrigue + 1 = mediterranean + 4 = noble.dds + } + + is_shown = { always = no } + can_pick = { always = no } + can_pick_for_hybridization = { always = no } + + parameters = { + courtiers_less_likely_to_leave_same_culture_court = yes + dislikes_marrying_outside_of_culture = yes + ai_doesnt_marry_outside_culture = yes + zealous_trait_more_common = yes + very_difficult_to_convert_or_promote = yes + very_expensive_convert_to_local_culture = yes + } + culture_modifier = { + cultural_acceptance_gain_mult = -0.35 + } + character_modifier = { + diplomatic_range_mult = -0.50 + same_culture_opinion = 10 + different_culture_opinion = -10 + opinion_of_different_faith = -20 + + ai_war_chance = -0.75 + ai_war_cooldown = 10 + ai_zeal = 30 + } + county_modifier = { + monthly_county_control_change_add = 0.75 + } + + cost = { prestige = 9999 } + ai_will_do = { value = 0 } +} + ##### "Traditions"-Type Cultural Traditions tradition_asturian_hierarchy = { category = regional diff --git a/WtWSMS/common/decisions/10_culture_conversion_decisions_BP_overwrite.txt b/WtWSMS/common/decisions/10_culture_conversion_decisions_BP_overwrite.txt index 021c20caa2..15467d93ec 100644 --- a/WtWSMS/common/decisions/10_culture_conversion_decisions_BP_overwrite.txt +++ b/WtWSMS/common/decisions/10_culture_conversion_decisions_BP_overwrite.txt @@ -84,6 +84,12 @@ convert_to_local_culture_decision = { } multiply = 3 } + ##### + if = { + limit = { culture = { has_cultural_parameter = very_expensive_convert_to_local_culture } } + multiply = 5 + } + ##### if = { limit = { culture = { diff --git a/WtWSMS/common/dynasties/00_dynasties.txt b/WtWSMS/common/dynasties/00_dynasties.txt index adadca907c..3330768249 100644 --- a/WtWSMS/common/dynasties/00_dynasties.txt +++ b/WtWSMS/common/dynasties/00_dynasties.txt @@ -546,7 +546,7 @@ } 19116 = { name = "dynn_Licchavi" - culture = "eastern_indo_aryan" #From Bihar + culture = "bihari" #From Bihar } 19128 = { name = "dynn_Nyima" diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index 7f5c02398c..364b04f955 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -1053,7 +1053,7 @@ } 1042490 = { name = "dynn_Adhika_Gupta" - culture = eastern_indo_aryan + culture = bihari } 1042491 = { name = "dynn_Alor_Chachya" @@ -1897,7 +1897,7 @@ ##### Removed 10424200: The Pratihara were never self-identified as Gurjara; that was an external designation 10424201 = { name = "dynn_Maukhari" - culture = central_indo_aryan #awadhi + culture = kannauji } 10424202 = { name = "dynn_Maitraka" diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 22e756d152..78e01a5bd4 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -260,18 +260,10 @@ thracian_gothic_dynasty_scythia = { } #East Iranian Dynasties -sakan_dynn_gaumatasid = { - name = dynn_Gaumatasid - culture = sakan -} sakan_dynn_muyunkum = { name = dynn_Nambedid culture = sakan } -nuristani_dynn_sangama = { - name = dynn_Sangama - culture = nuristani -} bactrian_dynn_merv = { name = "dynn_Vakhshufrita" culture = bactrian @@ -366,23 +358,19 @@ kasmiri_dynn_001 = { name = "dynn_Karkota" culture = kashmiri } -kasmiri_dynn_002 = { - name = "dynn_Kichlu" - culture = kashmiri -} #Indo-Aryan Dynasties bengal_dynn_chandras = { name = dynn_Chandra - culture = eastern_indo_aryan + culture = bengali } -western_indo_aryan_pratihara = { #Links to 1042066 +gurjari_indo_aryan_pratihara = { #Links to 1042066 name = dynn_Pratihara culture = indo_scythian } -eastern_indo_aryan_dynn_vasistha = { +oriya_dynn_vasistha = { name = "dynn_Vasistha" - culture = eastern_indo_aryan + culture = oriya } #Iranian Dynasties diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index bd05fad634..c074762fa2 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -73,3 +73,63 @@ sakan_dynn_syrDarya = { name = dynn_Chengid culture = sakan } + +#Tibetans +dynn_tripuri_tripuria = { + name = Naiding + culture = tripuri +} +dynn_kachari_kundina = { + name = dynn_Bumthang + culture = kachari +} +dynn_kachari_dimapur = { + name = dynn_Puroik + culture = kachari +} +dynn_kachari_charaideo = { + name = dynn_Sherdukpen + culture = kachari +} +dynn_khasi_khasi = { + name = dynn_Chim + culture = khasi +} + +#Peristanis +dynn_kalash_chitral = { + name = dynn_Dzaw + culture = kalash +} +dynn_kalash_golaghmuli = { + name = dynn_Khoday + culture = kalash +} +dynn_nuristani_nuristani = { + name = dynn_Vuppadeva + culture = nuristani +} +dynn_buruso_yasin = { + name = dynn_Gak + culture = burusho +} +pamiri_dynn_badakshan = { + name = dynn_Qutb_Shahi + culture = pamiri +} +dynn_pamir_shughnan = { + name = dynn_Sangama + culture = pamiri +} +dynn_pamir_wakhi = { + name = dynn_Chandela + culture = pamiri +} +dynn_pamir_vanji = { + name = dynn_Vaghela + culture = pamiri +} +dynn_pamir_munjan = { + name = dynn_Yajvapala + culture = pamiri +} diff --git a/WtWSMS/common/landed_titles/BP_e_persia.txt b/WtWSMS/common/landed_titles/BP_e_persia.txt index 13d3e045df..92a8fd9cf9 100644 --- a/WtWSMS/common/landed_titles/BP_e_persia.txt +++ b/WtWSMS/common/landed_titles/BP_e_persia.txt @@ -4453,13 +4453,16 @@ e_persia = { color = { 135 90 30 } } - b_lamghan = { - province = 4508 + } + c_nuristan = { + color = { 135 90 30 } + b_nagarahara = { + province = 4516 color = { 135 90 30 } } - b_nagarahara = { - province = 4516 + b_lamghan = { + province = 4508 color = { 135 90 30 } } diff --git a/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt b/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt index 1bfa3a3f3b..c653a8c213 100644 --- a/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt +++ b/WtWSMS/common/landed_titles/BP_titles_east_iranian.txt @@ -37,4 +37,17 @@ d_orleans_alans = { add = @correct_culture_primary_score } } -} \ No newline at end of file +} + +#Indo-Scythian/Western Kshatrapas titles +d_western_satraps = { #Rump western Satrap statelet around Bhillamala for Indo-Scythian Partihara dynasty + color = { 255 153 102 } + capital = c_godwad #Bhillamala + ignore_titularity_for_title_weighting = yes + ai_primary_priority = { + if = { + limit = { culture = culture:indo_scythian } + add = @correct_culture_primary_score + } + } +} diff --git a/WtWSMS/common/landed_titles/BP_titles_peristani.txt b/WtWSMS/common/landed_titles/BP_titles_peristani.txt new file mode 100644 index 0000000000..a6950e399b --- /dev/null +++ b/WtWSMS/common/landed_titles/BP_titles_peristani.txt @@ -0,0 +1,34 @@ +@correct_culture_primary_score = 100 +@better_than_the_alternatives_score = 50 +@always_primary_score = 1000 + +d_khowar = { + color={ 230 40 20 } + capital = c_golaghmuli +} +d_kalash = { + color={ 130 95 40 } + capital = c_chitral +} +d_burusho = { + color={ 210 40 35 } + capital = c_yasin +} +d_munjan = { + color = { 120 180 30 } + capital = c_munjan +} +d_wakhan = { + color = { 110 185 30 } + capital = c_wakhan +} +d_shughnan = { + color = { 125 175 25 } + capital = c_shughnan +} +d_karran = { + color = { 110 170 40 } + capital = c_karran +} + + diff --git a/WtWSMS/common/landed_titles/BP_titles_tibeto_burman.txt b/WtWSMS/common/landed_titles/BP_titles_tibeto_burman.txt new file mode 100644 index 0000000000..9084c3ca67 --- /dev/null +++ b/WtWSMS/common/landed_titles/BP_titles_tibeto_burman.txt @@ -0,0 +1,20 @@ +d_kundina = { + color={ 40 180 150 } + capital = c_kundina +} +d_charaideo = { + color={ 60 200 150 } + capital = c_charaideo +} +d_dimapur = { + color={ 15 220 60 } + capital = c_dimapur +} +d_tripuria = { + color = { 45 155 45 } + capital = c_karmanta +} +d_khasi = { + color = { 25 210 80 } + capital = c_srihatta +} \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/BP_titles_tribal.txt b/WtWSMS/common/landed_titles/BP_titles_tribal.txt index 232c1aaa16..158ede5a6c 100644 --- a/WtWSMS/common/landed_titles/BP_titles_tribal.txt +++ b/WtWSMS/common/landed_titles/BP_titles_tribal.txt @@ -182,17 +182,6 @@ d_alans = { } } } -#### Nuristani Titles -d_nuristan = { - color = { 255 50 50 } - ignore_titularity_for_title_weighting = yes - ai_primary_priority = { - if = { - limit = { culture = culture:nuristani } - add = @always_primary_score - } - } -} #### African Tribes d_nok = { color = { 180 25 0 } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 6872aa9941..8aeb5a0653 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -46,6 +46,8 @@ colors = { mon = { 0.35 0.6 0.1 } kachari = { 25 25 255 } meitei = hsv{ 0.59 0.55 0.8 } + tripuri = { 54 136 117 } + khasi = { 0 0 128 } #Byzantine spartan = { 1.0 0.4 0.4 } tsakonian = { 0.40 0.0 0.0 } @@ -100,7 +102,7 @@ colors = { coptic = { 0.8 0.65 0.2 } #Dravidian brahui = { 0.75 0.75 0.25 } - munda = { 0.75 0.65 0.15 } + munda = { 0.85 0.55 0.15 } #East African old_nubian = { 0.4 0.2 0.1 } #East Germanic @@ -132,24 +134,34 @@ colors = { indo_scythian = { 0.8 0.8 0.0 } dahi_scythian = { 0.45 0.25 0.25 } amardian = { 0.5 0.60 0.25 } - nuristani = { 0.84 0.28 0.01 } romano_alan = { 106 83 181 } alano_vandalic = { 204 102 153 } + pamiri = { 0.65 0.65 0.15 } + khotanese = { 0.75 0.50 0.45 } #East Slavic old_slavic = { 0.35 0.5 0.30 } #Indo-Aryan - eastern_indo_aryan = { 0.0 0.1 0.5 } + sanskrit = { 0.470 0.235 0.118 } + maithil = { 220 25 25 } + bihari = { 219 0 7 } + bengali = { 0.45 0.0 0.0 } + oriya = { 136 8 8 } + sambalpuri = { 189 32 49 } + nagpuri = { 94 25 20 } + awadhi = { 150 0 24 } old_kamrupan = { 0.3 0.1 0.6 } - central_indo_aryan = { 0.9 0.8 0.7 } - western_indo_aryan = { 0.4 0.2 0.2 } - malavas = { 0.6 0.1 0.1 } - northwestern_indo_aryan = { 0.8 0.3 0.2 } - northern_indo_aryan = { 0.65 0.25 0.1 } - dardic_indo_aryan = { 0.8 0.4 0.4 } - kalash = { 0.8 0.3 0.5 } - southern_indo_aryan = { 0.6 0.0 0.0 } + malvi = { 0.6 0.05 0.05 } + braj = { 234 60 83 } + kannauji = { 1.0 0.0 0.0 } + bhil = { 202 52 51 } + gujarati = { 0.4 0.2 0.2 } + saurashtri = { 0.45 0.25 0.25 } + punjabi = { 0.8 0.3 0.2 } + sindhi = { 1.0 0.2 0.0 } + konkani = hsv{ 224 17 95 } sinhala = { 178 34 34 } - sanskrit = { 0.470 0.235 0.118 } + gandhari = { 0.55 0.45 0.35 } + khas = { 0.65 0.25 0.1 } #Iranian daylamite = { 0.75 0.85 0.35 } parthian = { 0.7 0.1 0.2 } @@ -192,6 +204,10 @@ colors = { gutnish = { 0.94 0.5 0.5 } auiones = { 0.05 0.5 0.8 } jute = { 0.15 0.4 0.55 } + #Peristani + kalash = { 0.8 0.3 0.5 } + nuristani = { 0.84 0.28 0.01 } + burusho = { 0.7 0.4 0.4 } #Proto-Carpathian thracian = { 0.5 0.810 0.85 } illyrian = { 0.45 0.35 0.65 } @@ -212,12 +228,14 @@ colors = { beja = hsv{ 0.55 0.7 0.7 } sidamic = { 0.7 0.7 0.60 } #Tibetan - zhangzhung = { 1.0 0.4 0.0 } - sumpa = { 0.8 0.2 0.1 } - tsangpa = { 1.0 0.3 0.1 } - kirati = { 235 90 30 } - lhomon = { 215 60 10 } + zhangzhung = hsv{ 0.55 0.7 0.7 } + sumpa = hsv{ 0.6 0.9 0.7 } + tsangpa = hsv{ 0.66 0.69 0.58 } + kirati = hsv{ 0.58 0.94 0.7 } + lhomon = hsv{ 0.62 0.9 0.7 } tani = { 0.3 0.55 0.8 } + bodpa = hsv{ 0.6 0.8 0.3 } + balti = { 0.25 0.50 0.85 } #Tocharian gushi = { 0.7 0.3 0.7 } #Turkic diff --git a/WtWSMS/common/named_colors/culture_colors.txt b/WtWSMS/common/named_colors/culture_colors.txt new file mode 100644 index 0000000000..77e5ebe96c --- /dev/null +++ b/WtWSMS/common/named_colors/culture_colors.txt @@ -0,0 +1,73 @@ +colors = { + # used by cultures and languages + english = { 0.8 0.2 0.2 } + bedouin = { 0.1 0.75 0.1 } + swabian = { 0.7 0.7 0.7 } + polish = { 0.3 0.6 0.6 } + assyrian = { 0.4 0.3 0.6 } + lithuanian = { 0.56 0.55 0.2 } + basque = { 0.55 0.42 0.04 } + baranis = { 161 67 0 } + welsh = hsv{ 0.68 0.6 0.72 } + burmese = { 0.35 0.6 0.45 } + langobard = { 0.85 0.85 0.55 } + hausa = hsv{ 0.97 1 0.7 } + han = { 211 44 44 } + somali = hsv{ 0.6 0.8 0.3 } + dutch = { 0.8 0.59 0.4 } + russian = { 0.2 0.4 0.1 } + ethiopian = hsv{ 0.15 0.9 0.7 } + finnish = { 0.1 0.6 0.6 } + frankish = { 0.3 0.3 0.5 } + french = { 0.1 0.1 0.6 } + gaelic = hsv{ 0.50 0.90 0.57 } + gur = hsv{ 0.62 0.9 0.7 } + castilian = { 0.95 0.82 0.09 } + hindustani = { 1.0 0.0 0.0 } + marathi = { 0.8 0.2 0.0 } + bengali = { 0.45 0.0 0.0 } + nepali = { 0.65 0.25 0.1 } + rajput = { 0.6 0.0 0.0 } + punjabi = { 0.8 0.3 0.2 } + sinhala = { 1.0 0.3 0.3 } + kashmiri = { 0.6 0.4 0.3 } + tamil = { 1.0 0.7 0.2 } + telugu = { 0.8 0.8 0.0 } + kannada = { 0.8 0.6 0.0 } + persian = { 0.8 0.8 0.4 } + ashkenazi = { 0.6 0.3 0.6 } + italian = { 0.95 0.95 0.75 } + kru = hsv{ 0.015 0.95 0.7 } + akan = hsv{ 0.02 0.8 0.88 } + hungarian = { 0.5 0.6 0.3 } + malinke = hsv{ 0.66 0.69 0.58 } + mongol = { 0.4 0.4 1.0 } + norse = { 0.3 0.55 0.8 } + khazar = { 0.7 0.45 0.1 } + welayta = hsv{ 0.17 0.65 0.44 } + qiang = { 0.8 0.2 0.2 } + sami = { 0.4 0.75 0.85 } + saxon = { 50 50 50 } + wolof = { 0.42 0.43 0.25 } + soninke = hsv{ 0.15 1.0 0.7 } + bosnian = { 0.3 0.1 0.1 } + nubian = hsv{ 0.12 0.9 0.7 } + bodpa = hsv{ 0.6 0.8 0.3 } #Overwrote Vanilla + zaghawa = { 161 64 16 } + turkish = { 255 155 25 } + komi = { 0.5 0.75 0.25 } + mordvin = { 0.45 0.35 0.8 } + yoruba = hsv{ 0.45 0.7 0.7 } + armenian = { 0.5 0.2 0.5 } + greek = { 0.8 0.3 0.8 } + afghan = { 0.6 0.6 0.1 } + georgian = { 0.6 0.3 0.8 } + occitan = { 0.1 0.7 0.8 } + czech = { 0.2 0.8 0.5 } + tocharian = { 0.75 0.45 0.95 } + jurchen = { 122 114 92 } + bulgarian = { 0.7 0.5 0.5 } + sardinian = { 0.9 0.9 0.3 } + vlach = { 0.3 0.2 0.2 } + songhai = { 0.7 0.2 0.4 } +} diff --git a/WtWSMS/common/on_action/000_CK3CS_titles.txt b/WtWSMS/common/on_action/000_CK3CS_titles.txt index 910df0181a..09c7693687 100644 --- a/WtWSMS/common/on_action/000_CK3CS_titles.txt +++ b/WtWSMS/common/on_action/000_CK3CS_titles.txt @@ -12007,7 +12007,6 @@ on_game_start = { title:d_nulambavadi = { set_variable = { name = color_storage value = title:d_d_nulambavadi_color } } title:d_numidia = { set_variable = { name = color_storage value = title:d_d_numidia_color } } title:d_nupe = { set_variable = { name = color_storage value = title:d_d_nupe_color } } - title:d_nuristan = { set_variable = { name = color_storage value = title:d_d_nuristan_color } } title:d_nyima = { set_variable = { name = color_storage value = title:d_d_nyima_color } } title:d_nyingchi = { set_variable = { name = color_storage value = title:d_d_nyingchi_color } } title:d_nyitra = { set_variable = { name = color_storage value = title:d_d_nyitra_color } } @@ -24853,7 +24852,6 @@ on_game_start = { title:d_d_nulambavadi_color = { set_color_from_title = title:d_nulambavadi } title:d_d_numidia_color = { set_color_from_title = title:d_numidia } title:d_d_nupe_color = { set_color_from_title = title:d_nupe } - title:d_d_nuristan_color = { set_color_from_title = title:d_nuristan } title:d_d_nyima_color = { set_color_from_title = title:d_nyima } title:d_d_nyingchi_color = { set_color_from_title = title:d_nyingchi } title:d_d_nyitra_color = { set_color_from_title = title:d_nyitra } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 5986493e2f..f794fdc56f 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1069,11 +1069,6 @@ setup_vassal_contracts = { SUZERAIN = title:e_persia.holder } #Xiongnu - make_tributary = { - TYPE = tributary_non_permanent - TRIBUTARY = title:d_badakhshan.holder - SUZERAIN = title:e_xiongnu.holder - } make_tributary = { TYPE = tributary_non_permanent TRIBUTARY = title:d_khuttal.holder @@ -1433,15 +1428,13 @@ set_autocephalous_church_flags = { set_ethnic_religion_flags = { effect = { #Donyipoloism - faith:sedism = { set_variable = { name = ethnic_religion_culture value = culture:kachari } } + faith:sedism = { set_variable = { name = ethnic_religion_culture value = culture:tani } } + faith:donyipoloism = { set_variable = { name = ethnic_religion_culture value = culture:tani } } faith:bathouism = { set_variable = { name = ethnic_religion_culture value = culture:kachari } } faith:sanamahi_pagan = { set_variable = { name = ethnic_religion_culture value = culture:meitei } } #Dualism faith:mandeaism = { set_variable = { name = ethnic_religion_culture value = culture:aramean } } faith:sabianism = { set_variable = { name = ethnic_religion_culture value = culture:assyrian } } - #Hinduism - faith:kalashism = { set_variable = { name = ethnic_religion_culture value = culture:kalash } } - faith:nuristanism = { set_variable = { name = ethnic_religion_culture value = culture:nuristani } } #Judaism faith:samaritan = { set_variable = { name = ethnic_religion_culture value = culture:hebrew } } faith:tzadikite = { set_variable = { name = ethnic_religion_culture value = culture:juhuro } } @@ -1454,11 +1447,14 @@ set_ethnic_religion_flags = { faith:magyar_pagan = { set_variable = { name = ethnic_religion_culture value = culture:mogyer } } #Hepthalitism faith:hepthalitism = { set_variable = { name = ethnic_religion_culture value = culture:hunas } } - #Mundaism + #Indial Tribal Faiths faith:munda_pagan = { set_variable = { name = ethnic_religion_culture value = culture:munda } } + faith:gondi_pagan = { set_variable = { name = ethnic_religion_culture value = culture:gond } } #Paleo-Balkan faith:illyrian_pagan = { set_variable = { name = ethnic_religion_culture value = culture:illyrian } } faith:thracian_pagan = { set_variable = { name = ethnic_religion_culture value = culture:thracian } } + #Khasi + faith:khasi_animism = { set_variable = { name = ethnic_religion_culture value = culture:khasi } } } } other_religion_effects = { diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index f929d164a2..c5655813a6 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -457,6 +457,21 @@ BP_set_minorities_universal = { } } } + ### Bodoland + every_county = { + limit = { + OR = { + this = title:c_kamatapur + this = title:c_kamarupanagara + this = title:c_haruppeswara + this = title:c_goalpara + } + } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:bathouism + CULTURE = culture:kachari + } + } # Other Specific Counties #======================== diff --git a/WtWSMS/common/religion/doctrines/00_core_tenets.txt b/WtWSMS/common/religion/doctrines/00_core_tenets.txt index f7db330dac..407e8f8457 100644 --- a/WtWSMS/common/religion/doctrines/00_core_tenets.txt +++ b/WtWSMS/common/religion/doctrines/00_core_tenets.txt @@ -1749,7 +1749,10 @@ first_valid = { triggered_desc = { trigger = { - religion_tag = hinduism_religion + OR = { + religion_tag = hinduism_religion + religion_tag = peristani_religion + } } desc = tenet_ritual_hospitality_alternate_name } diff --git a/WtWSMS/common/religion/religions/00_donyipoloism.txt b/WtWSMS/common/religion/religions/00_donyipoloism.txt index 7e4f631d3a..7a28437926 100644 --- a/WtWSMS/common/religion/religions/00_donyipoloism.txt +++ b/WtWSMS/common/religion/religions/00_donyipoloism.txt @@ -251,7 +251,7 @@ tani_religion = { doctrine = doctrine_gender_equal doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_communal_identity + doctrine = tenet_ethnic_religion doctrine = tenet_ancestor_worship } diff --git a/WtWSMS/common/religion/religions/00_hinduism.txt b/WtWSMS/common/religion/religions/00_hinduism.txt index 60a9b78a1e..dd48422de5 100644 --- a/WtWSMS/common/religion/religions/00_hinduism.txt +++ b/WtWSMS/common/religion/religions/00_hinduism.txt @@ -881,56 +881,5 @@ } } } - #Kalash/Nuristani beliefs - kalashism = { - color = {128 25 10} - icon = mfi_hindu - reformed_icon = mfi_hindu - - #Use semi-unique holy sites for this faith as its an older strain of hinduism - holy_site = varanasi - holy_site = bamiyan - holy_site = takht-i-sangin - holy_site = gilgit - holy_site = haridwar - holy_site = khotan - - doctrine = unreformed_faith_doctrine - doctrine = doctrine_theocracy_lay_clergy - - doctrine = doctrine_ritual_conversion_discouraged - - #Tenets - doctrine = tenet_bhakti - doctrine = tenet_ritual_hospitality - doctrine = tenet_ethnic_religion - - doctrine = sampradaya_shaivism_doctrine - } - nuristanism = { - color = {160 30 20} - icon = mfi_hindu - reformed_icon = mfi_hindu - - #Use semi-unique holy sites for this faith as its an older strain of hinduism - holy_site = varanasi - holy_site = bamiyan - holy_site = takht-i-sangin - holy_site = gilgit - holy_site = haridwar - holy_site = khotan - - doctrine = doctrine_ritual_conversion_discouraged - - doctrine = unreformed_faith_doctrine - doctrine = doctrine_theocracy_lay_clergy - - #Tenets - doctrine = tenet_bhakti - doctrine = tenet_ritual_hospitality - doctrine = tenet_ethnic_religion - - doctrine = sampradaya_shaivism_doctrine - } } } diff --git a/WtWSMS/common/religion/religions/BP_munda.txt b/WtWSMS/common/religion/religions/BP_indian_tribal.txt similarity index 90% rename from WtWSMS/common/religion/religions/BP_munda.txt rename to WtWSMS/common/religion/religions/BP_indian_tribal.txt index 7d7744a36a..a7ba8e3a82 100644 --- a/WtWSMS/common/religion/religions/BP_munda.txt +++ b/WtWSMS/common/religion/religions/BP_indian_tribal.txt @@ -1,6 +1,7 @@ -munda_religion = { +#Partly borrowed from RICE +indian_tribal_religion = { family = rf_eastern_pagan - + graphical_faith = "dharmic_gfx" doctrine = eastern_pagan_hostility_doctrine pagan_roots = yes @@ -14,31 +15,26 @@ #Marriage doctrine = doctrine_concubines doctrine = doctrine_divorce_allowed - doctrine = doctrine_bastardry_legitimization + doctrine = doctrine_bastardry_none doctrine = doctrine_consanguinity_cousins #Crimes doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_adultery_women_crime + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_shunned doctrine = doctrine_kinslaying_close_kin_crime - doctrine = doctrine_deviancy_crime + doctrine = doctrine_deviancy_shunned doctrine = doctrine_witchcraft_accepted #Clerical Functions - doctrine = doctrine_clerical_function_recruitment - doctrine = doctrine_clerical_gender_either + doctrine = doctrine_clerical_function_taxation + doctrine = doctrine_clerical_gender_male_only doctrine = doctrine_clerical_marriage_allowed doctrine = doctrine_clerical_succession_temporal_appointment - #Ritual Doctrines - doctrine = doctrine_ritual_conversion_neutral - doctrine = doctrine_ritual_pilgrimages_approves - doctrine = doctrine_ritual_vegetarianism_no_statement - traits = { - virtues = { brave just honest } - sins = { craven arbitrary deceitful } + virtues = { temperate content honest forgiving } + sins = { greedy wrathful ambitious } } custom_faith_icons = { @@ -51,7 +47,7 @@ { name = holy_order_warriors_of_the_symbol } } - holy_order_maa = { horse_archers } + holy_order_maa = { war_elephant } localization = { HighGodName = munda_high_god_name @@ -225,5 +221,22 @@ doctrine = tenet_ancestor_worship doctrine = tenet_sanctity_of_nature } + gondi_pagan = { + color = { 0.20 0.75 0.50 } + icon = pagan + reformed_icon = pagan_reformed + doctrine = unreformed_faith_doctrine + + #Holy Sites taken from sites near munda peoples + holy_site = shikharj + holy_site = sarnath + holy_site = bodh_gaya + holy_site = ellora + holy_site = kanchipuram + + doctrine = tenet_ethnic_religion + doctrine = tenet_pacifism + doctrine = tenet_sanctity_of_nature + } } } \ No newline at end of file diff --git a/WtWSMS/common/religion/religions/BP_khasi.txt b/WtWSMS/common/religion/religions/BP_khasi.txt new file mode 100644 index 0000000000..9ce71b696b --- /dev/null +++ b/WtWSMS/common/religion/religions/BP_khasi.txt @@ -0,0 +1,239 @@ +#Same Language as the Munda, but very different history; Munda are more integrated into the Subcontinents +#faith system, even if it is not properly a branch of Dharmic faiths. +khasi_religion = { + family = rf_eastern_pagan + graphical_faith = pagan_gfx + doctrine = eastern_pagan_hostility_doctrine + + pagan_roots = yes + + #Main Group + doctrine = doctrine_no_head + doctrine = doctrine_gender_equal + doctrine = doctrine_pluralism_pluralistic + doctrine = doctrine_theocracy_lay_clergy + + #Marriage + doctrine = doctrine_monogamy + doctrine = doctrine_divorce_allowed + doctrine = doctrine_bastardry_none + doctrine = doctrine_consanguinity_cousins + + #Crimes + doctrine = doctrine_homosexuality_shunned + doctrine = doctrine_adultery_men_crime + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_kinslaying_any_dynasty_member_crime + doctrine = doctrine_deviancy_shunned + doctrine = doctrine_witchcraft_shunned + + #Clerical Functions + doctrine = doctrine_clerical_function_alms_and_pacification + doctrine = doctrine_clerical_gender_male_only + doctrine = doctrine_clerical_marriage_allowed + doctrine = doctrine_clerical_succession_temporal_appointment + + #Ritual Doctrines + doctrine = doctrine_ritual_conversion_neutral + doctrine = doctrine_ritual_pilgrimages_approves + doctrine = doctrine_ritual_vegetarianism_no_statement + + traits = { + virtues = { temperate content honest patient } + sins = { lustful lazy deceitful } + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 ibadi_custom muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s + } + + localization = { + #HighGod + HighGodName = khasi_animism_high_god_name + HighGodNamePossessive = khasi_animism_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = khasi_animism_high_god_name_alternate + HighGodNameAlternatePossessive = khasi_animism_high_god_name_alternate_possessive + + #Creator + CreatorName = khasi_animism_creator_god_name + CreatorNamePossessive = khasi_animism_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod + HealthGodName = khasi_animism_health_god_name + HealthGodNamePossessive = khasi_animism_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = khasi_animism_fertility_god_name + FertilityGodNamePossessive = khasi_animism_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = khasi_animism_wealth_god_name + WealthGodNamePossessive = khasi_animism_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = khasi_animism_household_god_name + HouseholdGodNamePossessive = khasi_animism_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #FateGod + FateGodName = khasi_animism_fate_god_name + FateGodNamePossessive = khasi_animism_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_IT + FateGodHerHis = CHARACTER_HERHIS_ITS + FateGodHerHim = CHARACTER_HERHIM_IT + + #KnowledgeGod + KnowledgeGodName = khasi_animism_knowledge_god_name + KnowledgeGodNamePossessive = khasi_animism_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = khasi_animism_war_god_name + WarGodNamePossessive = khasi_animism_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod + TricksterGodName = khasi_animism_trickster_god_name + TricksterGodNamePossessive = khasi_animism_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = khasi_animism_night_god_name + NightGodNamePossessive = khasi_animism_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_SHE + NightGodHerHis = CHARACTER_HERHIS_HER + NightGodHerHim = CHARACTER_HERHIM_HER + + #WaterGod + WaterGodName = khasi_animism_water_god_name + WaterGodNamePossessive = khasi_animism_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = religion_the_gods + PantheonTermHasHave = pantheon_term_have + GoodGodNames = { + khasi_animism_high_god_name + khasi_animism_high_god_name_alternate + khasi_animism_good_god_mubyasei + khasi_animism_good_god_abba_chi + khasi_animism_good_god_abba_sei + khasi_animism_good_god_abba_mullah + khasi_animism_good_god_mutsitsu + khasi_animism_good_god_tugantsu + khasi_animism_good_god_mupitha + } + DevilName = khasi_animism_devil_name + DevilNamePossessive = khasi_animism_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = khasi_animism_devil_herselfhimself + EvilGodNames = { + khasi_animism_devil_name + khasi_animism_evil_god_dul + } + HouseOfWorship = khasi_animism_house_of_worship + HouseOfWorshipPlural = khasi_animism_house_of_worship_plural + ReligiousSymbol = khasi_animism_religious_symbol + ReligiousText = khasi_animism_religious_text + ReligiousHeadName = khasi_animism_religious_head_title + ReligiousHeadTitleName = khasi_animism_religious_head_title_name + DevoteeMale = khasi_animism_devotee + DevoteeMalePlural = khasi_animism_devotee_plural + DevoteeFemale = khasi_animism_devotee + DevoteeFemalePlural = khasi_animism_devotee_plural + DevoteeNeuter = khasi_animism_devotee + DevoteeNeuterPlural = khasi_animism_devotee_plural + PriestMale = khasi_animism_priest + PriestMalePlural = khasi_animism_priest_plural + PriestFemale = khasi_animism_priest + PriestFemalePlural = khasi_animism_priest_plural + PriestNeuter = khasi_animism_priest + PriestNeuterPlural = khasi_animism_priest_plural + AltPriestTermPlural = khasi_animism_priest_term_plural + BishopMale = khasi_animism_bishop + BishopMalePlural = khasi_animism_bishop_plural + BishopFemale = khasi_animism_bishop + BishopFemalePlural = khasi_animism_bishop_plural + BishopNeuter = khasi_animism_bishop + BishopNeuterPlural = khasi_animism_bishop_plural + DivineRealm = khasi_animism_divine_realm + PositiveAfterLife = khasi_animism_positive_afterlife + NegativeAfterLife = khasi_animism_negative_afterlife + DeathDeityName = khasi_animism_death_name + DeathDeityNamePossessive = khasi_animism_death_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + WitchGodName = khasi_animism_evil_god_dul + WitchGodHerHis = CHARACTER_HERHIS_HER + WitchGodSheHe = CHARACTER_SHEHE_SHE + WitchGodHerHim = CHARACTER_HERHIM_HER + WitchGodMistressMaster = mistress + WitchGodMotherFather = mother + + GHWName = ghw_purification + GHWNamePlural = ghw_purifications + + DivineRealm3 = khasi_animism_divine_realm_3 + ReligiousSymbol2 = khasi_animism_religious_symbol_2 + HighGodName2 = khasi_animism_high_god_name_2 + PantheonTerm2 = religion_the_gods + HouseOfWorship3 = khasi_animism_house_of_worship_3 + PantheonTerm3 = religion_the_gods + DivineRealm2 = khasi_animism_divine_realm_2 + PositiveAfterLife2 = khasi_animism_divine_realm_2 + ReligiousText3 = khasi_animism_religious_text_3 + PositiveAfterLife3 = khasi_animism_divine_realm_3 + ReligiousSymbol3 = khasi_animism_religious_symbol_3 + NegativeAfterLife3 = khasi_animism_afterlife_3 + NegativeAfterLife2 = khasi_animism_afterlife_2 + WitchGodNamePossessive = khasi_animism_evil_god_dul_possessive + HouseOfWorship2 = khasi_animism_house_of_worship_2 + ReligiousText2 = khasi_animism_religious_text_2 + } + + faiths = { + khasi_animism = { + color = { 138 107 207 } + icon = khasi_animism + reformed_icon = khasi_animism_reformed + + #Doni-Poloyi Sites, for lack of a better choice + holy_site = itanagar + holy_site = pemako + holy_site = rima + holy_site = tezu + holy_site = ilam + + doctrine = unreformed_faith_doctrine + + doctrine = tenet_sanctity_of_nature + doctrine = tenet_ethnic_religion + doctrine = tenet_megaliths + } + } +} \ No newline at end of file diff --git a/WtWSMS/common/religion/religions/RICE_peristani.txt b/WtWSMS/common/religion/religions/RICE_peristani.txt new file mode 100644 index 0000000000..317cc585e7 --- /dev/null +++ b/WtWSMS/common/religion/religions/RICE_peristani.txt @@ -0,0 +1,228 @@ +peristani_religion = { + family = rf_eastern_pagan + graphical_faith = "dharmic_gfx" + doctrine = eastern_pagan_hostility_doctrine + + pagan_roots = yes + + #Main Group + doctrine = doctrine_no_head + doctrine = doctrine_gender_male_dominated + doctrine = doctrine_pluralism_pluralistic + doctrine = doctrine_theocracy_lay_clergy + + #Marriage + doctrine = doctrine_concubines + doctrine = doctrine_divorce_allowed + doctrine = doctrine_bastardry_legitimization + doctrine = doctrine_consanguinity_cousins + + #Crimes + doctrine = doctrine_homosexuality_accepted + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_shunned + doctrine = doctrine_kinslaying_close_kin_crime + doctrine = doctrine_deviancy_shunned + doctrine = doctrine_witchcraft_shunned + + #Clerical Functions + doctrine = doctrine_clerical_function_taxation + doctrine = doctrine_clerical_gender_male_only + doctrine = doctrine_clerical_marriage_allowed + doctrine = doctrine_clerical_succession_temporal_appointment + + traits = { + virtues = { brave just generous } + sins = { craven arbitrary greedy } + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s + } + + holy_order_names = { + { name = "holy_order_companions_of_the_suchi" } + { name = "holy_order_defenders_of_the_pure_mountains" } + { name = "holy_order_warriors_of_mahandeo" } + } + + holy_order_maa = { mubarizun } + + localization = { + #High God Name + HighGodName = peristani_high_god_name + HighGodName2 = peristani_high_god_name + HighGodNamePossessive = peristani_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = peristani_high_god_name_alternate + HighGodNameAlternatePossessive = peristani_high_god_name_alternate_possessive + + #Creator + CreatorName = peristani_creator_god_name + CreatorNamePossessive = peristani_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod + HealthGodName = peristani_health_god_name + HealthGodNamePossessive = peristani_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_SHE + HealthGodHerHis = CHARACTER_HERHIS_HER + HealthGodHerHim = CHARACTER_HERHIM_HER + + #FertilityGod + FertilityGodName = peristani_fertility_god_name + FertilityGodNamePossessive = peristani_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = peristani_wealth_god_name + WealthGodNamePossessive = peristani_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = peristani_household_god_name + HouseholdGodNamePossessive = peristani_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_SHE + HouseholdGodHerHis = CHARACTER_HERHIS_HER + HouseholdGodHerHim = CHARACTER_HERHIM_HER + + #FateGod + FateGodName = peristani_fate_god_name + FateGodNamePossessive = peristani_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_HE + FateGodHerHis = CHARACTER_HERHIS_HIS + FateGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = peristani_knowledge_god_name + KnowledgeGodNamePossessive = peristani_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = peristani_war_god_name + WarGodNamePossessive = peristani_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod + TricksterGodName = peristani_trickster_god_name + TricksterGodNamePossessive = peristani_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = peristani_night_god_name + NightGodNamePossessive = peristani_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = peristani_water_god_name + WaterGodNamePossessive = peristani_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + + + PantheonTerm = religion_the_gods + PantheonTerm2 = religion_the_gods + PantheonTerm3 = religion_the_gods + PantheonTermHasHave = pantheon_term_have + GoodGodNames = { peristani_good_god_dezaw peristani_good_god_dezalik peristani_good_god_jestak peristani_good_god_balumain peristani_good_god_mahandeo peristani_good_god_indra } + DevilName = peristani_devil_name + DevilNamePossessive = peristani_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { peristani_evil_god_demons } + HouseOfWorship = peristani_house_of_worship + HouseOfWorship2 = peristani_house_of_worship + HouseOfWorship3 = peristani_house_of_worship + HouseOfWorshipPlural = peristani_house_of_worship_plural + ReligiousSymbol = peristani_religious_symbol + ReligiousSymbol2 = peristani_religious_symbol + ReligiousSymbol3 = peristani_religious_symbol + ReligiousText = peristani_religious_text + ReligiousText2 = peristani_religious_text + ReligiousText3 = peristani_religious_text + ReligiousHeadName = peristani_religious_head_title + ReligiousHeadTitleName = peristani_religious_head_title_name + DevoteeMale = paganism_devotee + DevoteeMalePlural = paganism_devoteeplural + DevoteeFemale = paganism_devotee + DevoteeFemalePlural = paganism_devoteeplural + DevoteeNeuter = paganism_devotee + DevoteeNeuterPlural = paganism_devoteeplural + PriestMale = peristani_priest_male + PriestMalePlural = peristani_priest_male_plural + PriestFemale = peristani_priest_female + PriestFemalePlural = peristani_priest_female_plural + PriestNeuter = peristani_priest_neuter + PriestNeuterPlural = peristani_priest_neuter_plural + AltPriestTermPlural = dualism_alternate_priest_term_plural + BishopMale = peristani_bishop_male + BishopMalePlural = peristani_bishop_male_plural + BishopFemale = peristani_bishop_female + BishopFemalePlural = peristani_bishop_female_plural + BishopNeuter = peristani_bishop_neuter + BishopNeuterPlural = peristani_bishop_neuter_plural + DivineRealm = peristani_divine_realm + DivineRealm2 = peristani_divine_realm + DivineRealm3 = peristani_divine_realm + PositiveAfterLife = paganism_afterlife + PositiveAfterLife2 = paganism_afterlife_2 + PositiveAfterLife3 = paganism_afterlife_3 + NegativeAfterLife = paganism_afterlife + NegativeAfterLife2 = paganism_afterlife_2 + NegativeAfterLife3 = paganism_afterlife_3 + DeathDeityName = paganism_afterlife + DeathDeityNamePossessive = peristani_death_deity_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + WitchGodName = peristani_witchgodname + WitchGodNamePossessive = peristani_witchgodname_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_SHE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + + GHWName = ghw_purification + GHWNamePlural = ghw_purifications + } + + faiths = { + nuristani_pagan = { + color = { 0.77 0.99 0.98 } + icon = RICE_icon_dezawist + reformed_icon = RICE_icon_dezawist_reformed + + holy_site = kabul + holy_site = multan + holy_site = gilgit + holy_site = purang + holy_site = nok_kundi + + doctrine = unreformed_faith_doctrine + + doctrine = tenet_cthonic_redoubts + doctrine = tenet_ritual_celebrations + doctrine = tenet_ritual_hospitality + } + } +} diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index b72775b993..9a2de33e7b 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -99,7 +99,7 @@ culture_acceptance_baseline = { desc = ACCEPTANCE_BASELINE_LANGUAGE_FAMILY } } - if = { + else_if = { limit = { is_in_language_union_with_trigger = { TARGET = scope:culture } } add = { value = same_language_union_cultural_acceptance diff --git a/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt b/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt index d2f7165bc7..800f3f4e44 100644 --- a/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt @@ -1513,7 +1513,7 @@ great_holy_war_target_kingdom_weight = { # Munda heartlands else_if = { limit = { - scope:the_faith.religion = religion:munda_religion + scope:the_faith.religion = religion:indian_tribal_religion title_capital_county.title_province = { OR = { geographical_region = ghw_region_middle_india @@ -1525,7 +1525,7 @@ great_holy_war_target_kingdom_weight = { # Munda frontier else_if = { limit = { - scope:the_faith.religion = religion:munda_religion + scope:the_faith.religion = religion:indian_tribal_religion title_capital_county.title_province = { OR = { geographical_region = ghw_region_north_eastern_india @@ -1537,7 +1537,7 @@ great_holy_war_target_kingdom_weight = { # Munda fringe else_if = { limit = { - scope:the_faith.religion = religion:munda_religion + scope:the_faith.religion = religion:indian_tribal_religion title_capital_county.title_province = { OR = { geographical_region = ghw_region_the_ganges diff --git a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt index 5b8ccb7ab7..265fb963de 100644 --- a/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_court_chaplain_values_BP_overwrite.txt @@ -859,6 +859,23 @@ court_chaplain_conversion_contextual_bonuses = { desc = TRADITION_HARDER_TO_CONVERT_CONVERSION_MODIFIER } } + ##### Changed from Vanilla vvvvv + if = { + limit = { + OR = { + scope:councillor_liege.culture = { has_cultural_parameter = very_difficult_to_convert_or_promote } + AND = { + exists = scope:county + scope:county.culture = { has_cultural_parameter = very_difficult_to_convert_or_promote } + } + } + } + add = { + value = conversion_culture_very_difficult_to_convert_or_promote + desc = TRADITION_XENOPHOBIC_CONVERSION_MODIFIER + } + } + ##### Changed from Vanilla ^^^^^ # Struggle Bonuses/Penalties ## Boost conversion in some phases. diff --git a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt index fbc3ecd3ba..a619806e3d 100644 --- a/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/99_steward_values_BP_overwrite.txt @@ -133,6 +133,22 @@ steward_promote_culture_contextual_bonuses = { desc = STEWARD_PROMOTE_CULTURE_TENET_JEWISH_IDENTITY_MALUS_MODIFIER } } + ##### Changed from Vanilla vvvvv + if = { + limit = { + OR = { + scope:councillor_liege.culture = { has_cultural_parameter = very_difficult_to_convert_or_promote } + AND = { + exists = scope:county + scope:county.culture = { has_cultural_parameter = very_difficult_to_convert_or_promote } + } + } + } + add = { + value = conversion_culture_very_difficult_to_convert_or_promote + desc = TRADITION_XENOPHOBIC_CONVERSION_MODIFIER + } + } ##### Changed from Vanilla ^^^^^ #Reduce for various county modifiers. diff --git a/WtWSMS/common/script_values/BP_general_councilor_values.txt b/WtWSMS/common/script_values/BP_general_councilor_values.txt new file mode 100644 index 0000000000..5fb3e6201e --- /dev/null +++ b/WtWSMS/common/script_values/BP_general_councilor_values.txt @@ -0,0 +1,8 @@ +#Xenophobic +conversion_culture_very_difficult_to_convert_or_promote_value = 50#% +conversion_culture_very_difficult_to_convert_or_promote = { + value = 0 + subtract = court_chaplain_conversion_base_total + multiply = conversion_culture_very_difficult_to_convert_or_promote_value + divide = 100 +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt b/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt index 20388b30bf..a7f4bc5e88 100644 --- a/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt +++ b/WtWSMS/common/scripted_character_templates/00_pool_repopulation_character_templates.txt @@ -861,10 +861,27 @@ pool_repopulate_local_flavor = { limit = { OR = { #Indo-Aryan - culture = { any_parent_culture_or_above = { this = culture:eastern_indo_aryan } } - culture = { any_parent_culture_or_above = { this = culture:southern_indo_aryan } } - culture = { any_parent_culture_or_above = { this = culture:western_indo_aryan } } - culture = { any_parent_culture_or_above = { this = culture:malavas } } + ## East Indo-Aryan + culture = { any_parent_culture_or_above = { this = culture:maithil } } + culture = { any_parent_culture_or_above = { this = culture:bengali } } + culture = { any_parent_culture_or_above = { this = culture:oriya } } + culture = { any_parent_culture_or_above = { this = culture:sambalpuri } } + culture = { any_parent_culture_or_above = { this = culture:bihari } } + ##Central Indo-Aryan + culture = { any_parent_culture_or_above = { this = culture:awadhi } } + culture = { any_parent_culture_or_above = { this = culture:braj } } + culture = { any_parent_culture_or_above = { this = culture:kannauji } } + #Western Indo-Aryan + culture = { any_parent_culture_or_above = { this = culture:malvi } } + culture = { any_parent_culture_or_above = { this = culture:rajput } } + culture = { any_parent_culture_or_above = { this = culture:bhil } } + culture = { any_parent_culture_or_above = { this = culture:gujarati } } + #Northwestern Indo-Aryan + culture = { any_parent_culture_or_above = { this = culture:punjabi } } + culture = { any_parent_culture_or_above = { this = culture:sindhi } } + #Southern Indo-Aryan + culture = { any_parent_culture_or_above = { this = culture:marathi } } + culture = { any_parent_culture_or_above = { this = culture:konkani } } #Dravidian culture = { any_parent_culture_or_above = { this = culture:tamil } } culture = { any_parent_culture_or_above = { this = culture:telugu } } @@ -882,7 +899,7 @@ pool_repopulate_local_flavor = { #Mazdans 35 = { trigger = { - culture = { any_parent_culture_or_above = { this = culture:western_indo_aryan } } + culture = { any_parent_culture_or_above = { this = culture:gujarati } } root.capital_province.county = title:c_kutch } set_character_faith = faith:zurvanism diff --git a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt index 4e3ebf8278..2c4fe87328 100644 --- a/WtWSMS/common/scripted_effects/BP_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/BP_on_action_effects.txt @@ -195,6 +195,7 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_pyu } NOT = { has_court_language = language_pyu } } $CHARACTER$ = { set_court_language = language_pyu } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_qiangic } NOT = { has_court_language = language_qiangic } } $CHARACTER$ = { set_court_language = language_qiangic } } else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_burmese } NOT = { has_court_language = language_burmese } } $CHARACTER$ = { set_court_language = language_burmese } } + else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_kokborok } NOT = { has_court_language = language_kokborok } } $CHARACTER$ = { set_court_language = language_kokborok } } # Atlantic Congo ## Savannas else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_gur } NOT = { has_court_language = language_gur } } $CHARACTER$ = { set_court_language = language_gur } } @@ -220,6 +221,8 @@ set_court_language_from_effect = { else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_munda } NOT = { has_court_language = language_munda } } $CHARACTER$ = { set_court_language = language_munda } } ## Monic else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_mon } NOT = { has_court_language = language_mon } } $CHARACTER$ = { set_court_language = language_mon } } + ## Khasic + else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_khasi } NOT = { has_court_language = language_khasi } } $CHARACTER$ = { set_court_language = language_khasi } } ## Paleo-Iberian else_if = { limit = { $CULTURE$ = { has_cultural_pillar = language_paleo_iberian } NOT = { has_court_language = language_paleo_iberian } } $CHARACTER$ = { set_court_language = language_paleo_iberian } } ### Fallback @@ -392,6 +395,7 @@ match_court_languages_effect = { else_if = { limit = { $TOP_COURT$ = { has_court_language = language_pyu } } $CURRENT_COURT$ = { set_court_language = language_pyu } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_qiangic } } $CURRENT_COURT$ = { set_court_language = language_qiangic } } else_if = { limit = { $TOP_COURT$ = { has_court_language = language_burmese } } $CURRENT_COURT$ = { set_court_language = language_burmese } } + else_if = { limit = { $TOP_COURT$ = { has_court_language = language_kokborok } } $CURRENT_COURT$ = { set_court_language = language_kokborok } } # Atlantic Congo ## Savannas else_if = { limit = { $TOP_COURT$ = { has_court_language = language_gur } } $CURRENT_COURT$ = { set_court_language = language_gur } } @@ -417,6 +421,8 @@ match_court_languages_effect = { else_if = { limit = { $TOP_COURT$ = { has_court_language = language_munda } } $CURRENT_COURT$ = { set_court_language = language_munda } } ## Monic else_if = { limit = { $TOP_COURT$ = { has_court_language = language_mon } } $CURRENT_COURT$ = { set_court_language = language_mon } } + ## Khasic + else_if = { limit = { $TOP_COURT$ = { has_court_language = language_khasi } } $CURRENT_COURT$ = { set_court_language = language_khasi } } ## Paleo-Iberian else_if = { limit = { $TOP_COURT$ = { has_court_language = language_paleo_iberian } } $CURRENT_COURT$ = { set_court_language = language_paleo_iberian } } ### Fallback diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 3c93da4a4a..6711ae8d43 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -24,6 +24,7 @@ ccu_initialize_heritage_family_effect = { else_if = { limit = { has_cultural_parameter = heritage_family_east_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_east_asian } } else_if = { limit = { has_cultural_parameter = heritage_family_eurasian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_eurasian } } else_if = { limit = { has_cultural_parameter = heritage_family_african } add_to_variable_list = { name = heritage_family target = flag:heritage_family_african } } + else_if = { limit = { has_cultural_parameter = heritage_family_peristani } add_to_variable_list = { name = heritage_family target = flag:heritage_family_peristani } } } ccu_initialize_heritage_group_effect = { @@ -57,12 +58,15 @@ ccu_initialize_heritage_group_effect = { else_if = { limit = { has_cultural_parameter = heritage_group_central_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_central_african } } else_if = { limit = { has_cultural_parameter = heritage_group_west_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_west_african } } else_if = { limit = { has_cultural_parameter = heritage_group_east_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_east_african } } + #Peristani Family + else_if = { limit = { has_cultural_parameter = heritage_group_peristani } add_to_variable_list = { name = heritage_group target = flag:heritage_group_peristani } } } #Languages #Language Family => Language Branch => Language Group (Optional) => Dialect Continua (Optional) #Branches are first level divisions of families #Groups are sub-branch divisions (e.g., Balto-Slavic => Baltic + Slavic) + ccu_initialize_language_family_effect = { if = { limit = { has_cultural_parameter = language_family_afro_asiatic } set_variable = { name = language_family value = 0 } } else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } set_variable = { name = language_family value = 1 } } @@ -83,6 +87,7 @@ ccu_initialize_language_family_effect = { else_if = { limit = { has_cultural_parameter = language_family_austro_asiatic } set_variable = { name = language_family value = 16 } } else_if = { limit = { has_cultural_parameter = language_family_paleo_iberian } set_variable = { name = language_family value = 17 } } else_if = { limit = { has_cultural_parameter = language_family_corduenian } set_variable = { name = language_family value = 18 } } + else_if = { limit = { has_cultural_parameter = language_family_burusho } set_variable = { name = language_family value = 19 } } } ccu_initialize_language_branch_effect = { @@ -94,53 +99,52 @@ ccu_initialize_language_branch_effect = { else_if = { limit = { has_cultural_parameter = language_branch_berber } set_variable = { name = language_branch value = 5 } } else_if = { limit = { has_cultural_parameter = language_branch_celtic } set_variable = { name = language_branch value = 6 } } else_if = { limit = { has_cultural_parameter = language_branch_chadic } set_variable = { name = language_branch value = 7 } } - else_if = { limit = { has_cultural_parameter = language_branch_cushtic } set_variable = { name = language_branch value = 8 } } - else_if = { limit = { has_cultural_parameter = language_branch_egyptian } set_variable = { name = language_branch value = 9 } } - else_if = { limit = { has_cultural_parameter = language_branch_finnic } set_variable = { name = language_branch value = 10 } } - else_if = { limit = { has_cultural_parameter = language_branch_germanic } set_variable = { name = language_branch value = 11 } } - else_if = { limit = { has_cultural_parameter = language_branch_hellenic } set_variable = { name = language_branch value = 12 } } - else_if = { limit = { has_cultural_parameter = language_branch_indo_aryan } set_variable = { name = language_branch value = 13 } } - - else_if = { limit = { has_cultural_parameter = language_branch_kartvelian } set_variable = { name = language_branch value = 15 } } - else_if = { limit = { has_cultural_parameter = language_branch_kru } set_variable = { name = language_branch value = 16 } } - else_if = { limit = { has_cultural_parameter = language_branch_manding } set_variable = { name = language_branch value = 17 } } - else_if = { limit = { has_cultural_parameter = language_branch_mongolic } set_variable = { name = language_branch value = 18 } } - else_if = { limit = { has_cultural_parameter = language_branch_north_dravidian } set_variable = { name = language_branch value = 19 } } - else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } set_variable = { name = language_branch value = 20 } } - else_if = { limit = { has_cultural_parameter = language_branch_northwest_caucasian } set_variable = { name = language_branch value = 21 } } - else_if = { limit = { has_cultural_parameter = language_branch_nuristani } set_variable = { name = language_branch value = 22 } } - else_if = { limit = { has_cultural_parameter = language_branch_oghuric } set_variable = { name = language_branch value = 23 } } - else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = 24 } } - else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = 25 } } - else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = 26 } } - else_if = { limit = { has_cultural_parameter = language_branch_italic } set_variable = { name = language_branch value = 27 } } - else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = 28 } } - else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = 29 } } - else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = 30 } } - else_if = { limit = { has_cultural_parameter = language_branch_semitic } set_variable = { name = language_branch value = 31 } } - else_if = { limit = { has_cultural_parameter = language_branch_senegabrian } set_variable = { name = language_branch value = 32 } } - else_if = { limit = { has_cultural_parameter = language_branch_shaz_turkic } set_variable = { name = language_branch value = 33 } } - else_if = { limit = { has_cultural_parameter = language_branch_sinitic } set_variable = { name = language_branch value = 34 } } - else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = 35 } } - else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = 36 } } - else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = 37 } } - else_if = { limit = { has_cultural_parameter = language_branch_south_dravidian } set_variable = { name = language_branch value = 38 } } - - else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = 40 } } - else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = 41 } } - else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = 42 } } - else_if = { limit = { has_cultural_parameter = language_branch_tungusic } set_variable = { name = language_branch value = 43 } } - else_if = { limit = { has_cultural_parameter = language_branch_urgic } set_variable = { name = language_branch value = 44 } } - else_if = { limit = { has_cultural_parameter = language_branch_vasconic } set_variable = { name = language_branch value = 45 } } - else_if = { limit = { has_cultural_parameter = language_branch_volga_finnic } set_variable = { name = language_branch value = 46 } } - else_if = { limit = { has_cultural_parameter = language_branch_volta_congo } set_variable = { name = language_branch value = 47 } } - else_if = { limit = { has_cultural_parameter = language_branch_yeniseian } set_variable = { name = language_branch value = 48 } } - else_if = { limit = { has_cultural_parameter = language_branch_munda } set_variable = { name = language_branch value = 49 } } - else_if = { limit = { has_cultural_parameter = language_branch_monic } set_variable = { name = language_branch value = 50 } } - else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = 51 } } - else_if = { limit = { has_cultural_parameter = language_branch_corduenian } set_variable = { name = language_branch value = 52 } } - else_if = { limit = { has_cultural_parameter = language_branch_indo_iranic } set_variable = { name = language_branch value = 53 } } - else_if = { limit = { has_cultural_parameter = language_branch_magyar } set_variable = { name = language_branch value = 54 } } + else_if = { limit = { has_cultural_parameter = language_branch_corduenian } set_variable = { name = language_branch value = 8 } } + else_if = { limit = { has_cultural_parameter = language_branch_cushtic } set_variable = { name = language_branch value = 9 } } + else_if = { limit = { has_cultural_parameter = language_branch_egyptian } set_variable = { name = language_branch value = 10 } } + else_if = { limit = { has_cultural_parameter = language_branch_finnic } set_variable = { name = language_branch value = 11 } } + else_if = { limit = { has_cultural_parameter = language_branch_germanic } set_variable = { name = language_branch value = 12 } } + else_if = { limit = { has_cultural_parameter = language_branch_hellenic } set_variable = { name = language_branch value = 13 } } + else_if = { limit = { has_cultural_parameter = language_branch_indo_iranic } set_variable = { name = language_branch value = 14 } } + else_if = { limit = { has_cultural_parameter = language_branch_italic } set_variable = { name = language_branch value = 15 } } + else_if = { limit = { has_cultural_parameter = language_branch_kartvelian } set_variable = { name = language_branch value = 16 } } + else_if = { limit = { has_cultural_parameter = language_branch_kru } set_variable = { name = language_branch value = 17 } } + else_if = { limit = { has_cultural_parameter = language_branch_magyar } set_variable = { name = language_branch value = 18 } } + else_if = { limit = { has_cultural_parameter = language_branch_manding } set_variable = { name = language_branch value = 19 } } + else_if = { limit = { has_cultural_parameter = language_branch_mongolic } set_variable = { name = language_branch value = 20 } } + else_if = { limit = { has_cultural_parameter = language_branch_monic } set_variable = { name = language_branch value = 21 } } + else_if = { limit = { has_cultural_parameter = language_branch_munda } set_variable = { name = language_branch value = 22 } } + else_if = { limit = { has_cultural_parameter = language_branch_north_dravidian } set_variable = { name = language_branch value = 23 } } + else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } set_variable = { name = language_branch value = 24 } } + else_if = { limit = { has_cultural_parameter = language_branch_northwest_caucasian } set_variable = { name = language_branch value = 25 } } + else_if = { limit = { has_cultural_parameter = language_branch_nuristani } set_variable = { name = language_branch value = 26 } } + else_if = { limit = { has_cultural_parameter = language_branch_oghuric } set_variable = { name = language_branch value = 27 } } + else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = 28 } } + else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = 29 } } + else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = 30 } } + else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = 31 } } + else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = 32 } } + else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = 33 } } + else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = 34 } } + else_if = { limit = { has_cultural_parameter = language_branch_semitic } set_variable = { name = language_branch value = 35 } } + else_if = { limit = { has_cultural_parameter = language_branch_senegabrian } set_variable = { name = language_branch value = 36 } } + else_if = { limit = { has_cultural_parameter = language_branch_shaz_turkic } set_variable = { name = language_branch value = 37 } } + else_if = { limit = { has_cultural_parameter = language_branch_sinitic } set_variable = { name = language_branch value = 38 } } + else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = 39 } } + else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = 40 } } + else_if = { limit = { has_cultural_parameter = language_branch_south_dravidian } set_variable = { name = language_branch value = 41 } } + else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = 42 } } + else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = 43 } } + else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = 44 } } + else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = 45 } } + else_if = { limit = { has_cultural_parameter = language_branch_tungusic } set_variable = { name = language_branch value = 46 } } + else_if = { limit = { has_cultural_parameter = language_branch_urgic } set_variable = { name = language_branch value = 47 } } + else_if = { limit = { has_cultural_parameter = language_branch_vasconic } set_variable = { name = language_branch value = 48 } } + else_if = { limit = { has_cultural_parameter = language_branch_volga_finnic } set_variable = { name = language_branch value = 49 } } + else_if = { limit = { has_cultural_parameter = language_branch_volta_congo } set_variable = { name = language_branch value = 50 } } + else_if = { limit = { has_cultural_parameter = language_branch_yeniseian } set_variable = { name = language_branch value = 51 } } + else_if = { limit = { has_cultural_parameter = language_branch_burusho } set_variable = { name = language_branch value = 52 } } + else_if = { limit = { has_cultural_parameter = language_branch_khasic } set_variable = { name = language_branch value = 53 } } } ccu_initialize_language_group_effect = { @@ -181,6 +185,15 @@ ccu_initialize_dialect_continua_effect = { #Iranic Languages if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_iranian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_iranian } } if = { limit = { has_cultural_parameter = language_dialect_continuum_western_iranian } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_western_iranian } } + #Indo-Aryan Cultures + if = { limit = { has_cultural_parameter = language_dialect_continuum_prakrit } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_prakrit } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_indo_aryan } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_indo_aryan } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_central_indo_aryan } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_central_indo_aryan } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_western_indo_aryan } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_western_indo_aryan } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_northwestern_indo_aryan } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_northwestern_indo_aryan } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_southern_indo_aryan } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_southern_indo_aryan } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_eastern_dardic_indo_aryan } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_eastern_dardic_indo_aryan } } + if = { limit = { has_cultural_parameter = language_dialect_continuum_northern_indo_aryan } add_to_variable_list = { name = dialect_continuum target = flag:dialect_continuum_northern_indo_aryan } } } #Additional language effects @@ -189,7 +202,7 @@ ccu_initialize_dialect_continua_effect = { #NB: Make sure value matches the desired language group, otherwise it'll be a problem #NB: If negative numbers are assigned to language groups above, this will break ccu_initialize_language_creole_effect = { - if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = 27 } } + if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = 15 } } else = { set_variable = { name = language_creole value = -1 } } } @@ -241,7 +254,7 @@ ccu_culture_created_or_changed_effect = { ccu_initialize_heritage_group_effect = yes ccu_initialize_heritage_family_effect = yes } - if = { + if = { limit = { NOT = { has_variable = language_branch } } ccu_initialize_language_family_effect = yes ccu_initialize_language_branch_effect = yes diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 38d3f7a615..83ff5e2def 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -260,6 +260,7 @@ starts_with_writing_trigger = { this = culture:sogdian this = culture:romano_alan this = culture:alano_vandalic + this = culture:khotanese #Iranian AND = { this = { has_cultural_pillar = heritage_iranian } @@ -364,6 +365,7 @@ starts_with_social_stratification_trigger = { this = culture:sogdian this = culture:romano_alan this = culture:alano_vandalic + this = culture:khotanese #Iranian this = { has_cultural_pillar = heritage_iranian } #Israelite diff --git a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt index 92347b8734..36d78e802f 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_triggers.txt @@ -260,7 +260,7 @@ has_reduced_weight_in_dharmic_counties_trigger = { religion = religion:mundhum_religion religion = religion:qiangic_religion religion = religion:zunism_religion - religion = religion:munda_religion + religion = religion:indian_tribal_religion } } has_reduced_weight_in_rough_terrain_trigger = { diff --git a/WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist.dds b/WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist.dds new file mode 100644 index 0000000000..aa5086ba3b --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a96e4291a6e9470fdf7d1d1567aa7c42f04b2c67f0a2f87787e68340cc450be +size 40128 diff --git a/WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist_reformed.dds b/WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist_reformed.dds new file mode 100644 index 0000000000..62aebd28ba --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith/RICE_icon_dezawist_reformed.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc87b5f091c613fdff4159b0936ce9b90c98f5d2b1a83b416f5957a1b5c0b7de +size 40128 diff --git a/WtWSMS/gfx/interface/icons/faith/_BP_notes.info b/WtWSMS/gfx/interface/icons/faith/_BP_notes.info index 0ecd604fac..d75090c522 100644 --- a/WtWSMS/gfx/interface/icons/faith/_BP_notes.info +++ b/WtWSMS/gfx/interface/icons/faith/_BP_notes.info @@ -24,3 +24,5 @@ sanamahism.dds : https://commons.wikimedia.org/wiki/File:The_Symbol_of_Sanamahi. sarna_dhorom.dds : https://commons.wikimedia.org/wiki/File:Sarna_dhorom_2014-05-30_19-54.jpg [Creative Commons Attribution-Share Alike 3.0 Unported] scythian_pagan.dds : https://commons.wikimedia.org/wiki/File:Stag_plaque,_400-300_BCE,_gold,_Scythian,_Cleveland_Museum_of_Art.JPG [Creative Commons CC0 1.0 Universal Public Domain Dedication] staurogram.dds : https://en.wikipedia.org/wiki/File:Staurogram.svg [Simple Geometry; ineligible for copyright] + +khasi_animsim*.dds from "Rajas of Asia"; used with permission from Nezeros diff --git a/WtWSMS/gfx/interface/icons/faith/khanism.dds b/WtWSMS/gfx/interface/icons/faith/khanism.dds new file mode 100644 index 0000000000..24259e333e --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith/khanism.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3abb2264d606aeda849d2cf022ebf56e7f2c1c9cfe83245744f72ce966fc8ef +size 360128 diff --git a/WtWSMS/gfx/interface/icons/faith/khasi_animism.dds b/WtWSMS/gfx/interface/icons/faith/khasi_animism.dds new file mode 100644 index 0000000000..7bb49438c5 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/faith/khasi_animism.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d52956d4801ef7a9c7a5a16642c93f0236c528fec16a42230440f774a9f8f8c +size 10128 diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index cbeb9e5861..174263e51f 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -1921,7 +1921,7 @@ name = "Prannath" # Prannath Samatata dynasty = 10424203 religion = theravada - culture = "eastern_indo_aryan" + culture = "bengali" father = 516 523.1.1 = { birth = yes @@ -1935,7 +1935,7 @@ name = "Shanibhangar" # Shanibhangar Samatata dynasty = 10424203 religion = theravada - culture = "eastern_indo_aryan" + culture = "bengali" father = 36148 540.1.1 = { birth = yes @@ -1949,7 +1949,7 @@ name = "Mahipala" # Mahipala Samatata dynasty = 10424203 religion = theravada - culture = "eastern_indo_aryan" + culture = "bengali" father = 36149 560.1.1 = { birth = yes @@ -2104,7 +2104,7 @@ name = "Vrishadhvaja" # Nala dynasty = 10424214 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" 380.1.1 = { birth = yes } @@ -2117,7 +2117,7 @@ name = "Varajaraja" # Nala dynasty = 10424214 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36176 400.1.1 = { birth = yes @@ -2131,7 +2131,7 @@ name = "Bhavadatavarman" # Nala dynasty = 10424214 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36177 430.1.1 = { birth = yes @@ -2145,7 +2145,7 @@ name = "Arthapatiraja" # Nala dynasty = 10424214 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36178 460.1.1 = { birth = yes @@ -2159,7 +2159,7 @@ name = "Skadavarman" # Nala dynasty = 10424214 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36179 500.1.1 = { birth = yes @@ -2173,7 +2173,7 @@ name = "Varajaraja" # Nala dynasty = 10424214 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36180 530.1.1 = { birth = yes @@ -2187,7 +2187,7 @@ name = "Sobhanaraja" # Parvatadvarka dynasty = 1042460 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" #father = 36180 #probably copy-paste error 440.1.1 = { birth = yes @@ -2201,7 +2201,7 @@ name = "Tustikara" # Parvatadvarka dynasty = 1042460 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36182 460.1.1 = { birth = yes @@ -2215,7 +2215,7 @@ name = "Prighivi" # Vigraha dynasty = 1042460 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "oriya" 530.1.1 = { birth = yes } @@ -2228,7 +2228,7 @@ name = "Loka" # Vigraha dynasty = 1042460 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36184 550.1.1 = { birth = yes @@ -2242,7 +2242,7 @@ name = "Pulindasena" # Shailobhava dynasty = 10424216 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "oriya" 420.1.1 = { birth = yes } @@ -2255,7 +2255,7 @@ name = "Shailobhava" # Shailobhava dynasty = 10424216 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36186 436.1.1 = { birth = yes @@ -2269,7 +2269,7 @@ name = "Dharmaraja" # Shailobhava dynasty = 10424216 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36187 460.1.1 = { birth = yes @@ -2283,7 +2283,7 @@ name = "Madhavaraja" # Shailobhava dynasty = 10424216 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36188 480.1.1 = { birth = yes @@ -2297,7 +2297,7 @@ name = "Madhyamaraha" # Shailobhava dynasty = 10424216 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36189 510.1.1 = { birth = yes @@ -2311,7 +2311,7 @@ name = "Ranabhita" # Shailobhava dynasty = 10424216 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36190 550.1.1 = { birth = yes @@ -2784,7 +2784,7 @@ name = "Sarabha" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" 440.1.1 = { birth = yes } @@ -2797,7 +2797,7 @@ name = "Narendra" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36225 460.1.1 = { birth = yes @@ -2811,7 +2811,7 @@ name = "Mahendraditya" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36225 462.1.1 = { birth = yes @@ -2825,7 +2825,7 @@ name = "Prasannamatra" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36225 473.1.1 = { birth = yes @@ -2839,7 +2839,7 @@ name = "Jayaraja" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36228 500.1.1 = { birth = yes @@ -2853,7 +2853,7 @@ name = "Manamatra" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36228 520.1.1 = { birth = yes @@ -2867,7 +2867,7 @@ name = "Sudevaraja" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36230 550.1.1 = { birth = yes @@ -2881,7 +2881,7 @@ name = "Pravaraja" # Sarabhapuriya dynasty = 1042463 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36231 580.1.1 = { birth = yes @@ -2895,7 +2895,7 @@ name = "Vishakavarman" # Mathara dynasty = 1042464 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "oriya" 300.1.1 = { birth = yes } @@ -2908,7 +2908,7 @@ name = "Umavarman" # Mathara dynasty = 1042464 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36232 330.1.1 = { birth = yes @@ -2922,7 +2922,7 @@ name = "Sankaravarman" # Mathara dynasty = 1042464 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36233 360.1.1 = { birth = yes @@ -2936,7 +2936,7 @@ name = "Sakrtivarman" # Mathara dynasty = 1042464 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36234 380.1.1 = { birth = yes @@ -2950,7 +2950,7 @@ name = "Anantasaktivarman" # Mathara dynasty = 1042464 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36235 400.1.1 = { birth = yes @@ -2964,7 +2964,7 @@ name = "Chandravarman" # Mathara dynasty = 1042464 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36236 440.1.1 = { birth = yes @@ -2978,7 +2978,7 @@ name = "Nandaprabhanhanaverman" # Mathara dynasty = 1042464 religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "oriya" father = 36236 450.1.1 = { birth = yes @@ -2992,7 +2992,7 @@ name = "Sura" # Sura dynasty = 1042465 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" 360.1.1 = { birth = yes } @@ -3005,7 +3005,7 @@ name = "Dayitavarman" # Sura dynasty = 1042465 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36239 400.1.1 = { birth = yes @@ -3019,7 +3019,7 @@ name = "Bhimasena" # Sura dynasty = 1042465 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36240 440.1.1 = { birth = yes @@ -3033,7 +3033,7 @@ name = "Dayitavarman" # Sura dynasty = 1042465 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36241 460.1.1 = { birth = yes @@ -3047,7 +3047,7 @@ name = "Bhimasena" # Sura dynasty = 1042465 religion = "kalikula_shaktism" - culture = "eastern_indo_aryan" + culture = "sambalpuri" father = 36242 490.1.1 = { birth = yes @@ -3756,7 +3756,7 @@ 36294 = { name = "Krishnaraja" # Kalachuris dynasty = 10424213 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism father = 96027 530.1.1 = { @@ -3770,7 +3770,7 @@ 36295 = { name = "Sankaragana" # Kalachuris dynasty = 10424213 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism father = 36294 550.1.1 = { @@ -3784,7 +3784,7 @@ 36296 = { name = "Buddharaja" # Kalachuris dynasty = 10424213 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism father = 36295 570.1.1 = { @@ -3800,7 +3800,7 @@ # Dronasinha Maitraka dynasty = 10424202 religion = "vaishnavism" - culture = "western_indo_aryan" + culture = "gujarati" father = 512 500.1.1 = { birth = yes @@ -3815,7 +3815,7 @@ # Dronasinha Maitraka dynasty = 10424202 religion = "suryaism" #Given title, probably Saurite - culture = "western_indo_aryan" + culture = "gujarati" father = 512 505.1.1 = { birth = yes @@ -3830,7 +3830,7 @@ # Guhasena Maitraka dynasty = 10424202 religion = "shaivism" - culture = "western_indo_aryan" + culture = "gujarati" father = 36298 530.1.1 = { birth = yes @@ -3845,7 +3845,7 @@ # Dharasena II Maitraka dynasty = 10424202 religion = "shaivism" - culture = "western_indo_aryan" + culture = "gujarati" father = 36299 550.1.1 = { birth = yes @@ -3860,7 +3860,7 @@ # Siladitya Maitraka dynasty = 10424202 religion = "shaivism" - culture = "western_indo_aryan" + culture = "gujarati" father = 36299 550.1.1 = { birth = yes @@ -3876,7 +3876,7 @@ name = "Krishna" # Krishna Adhika Gupta dynasty = 1042490 # Later Guptas - culture = "eastern_indo_aryan" #Like the main line + culture = "bihari" #Like the main line religion = vaishnavism # chosen correctly 460.1.1 = { birth = yes @@ -3890,7 +3890,7 @@ name = "Harsha" # Harsha Adhika Gupta dynasty = 1042490 # Later Guptas - culture = "eastern_indo_aryan" + culture = "bihari" religion = vaishnavism # chosen correctly father = 36334 480.1.1 = { @@ -3905,7 +3905,7 @@ name = "Jivi" # Jivi Adhika Gupta (Jivigupta) dynasty = 1042490 # Later Guptas - culture = "eastern_indo_aryan" + culture = "bihari" religion = vaishnavism # chosen correctly father = 36334 500.1.1 = { @@ -3920,7 +3920,7 @@ name = "Kumara" # Kumara Adhika Gupta dynasty = 1042490 # Later Guptas - culture = "eastern_indo_aryan" + culture = "bihari" religion = vaishnavism # chosen correctly father = 36336 520.1.1 = { @@ -3935,7 +3935,7 @@ name = "Damodar" # Damodar Adhika Gupta dynasty = 1042490 # Later Guptas - culture = "eastern_indo_aryan" + culture = "bihari" religion = vaishnavism # chosen correctly father = 36337 540.1.1 = { @@ -3950,7 +3950,7 @@ name = "Mahesena" # Mahesena Adhika Gupta dynasty = 1042490 # Later Guptas - culture = "eastern_indo_aryan" + culture = "bihari" religion = vaishnavism # chosen correctly father = 36337 560.1.1 = { @@ -3965,7 +3965,7 @@ name = "Ishanavarman" # Ishanavarman Maukhari dynasty = 10424201 - culture = "central_indo_aryan" + culture = "kannauji" father = 507 religion = shaivism 510.1.1 = { @@ -3980,7 +3980,7 @@ name = "Yagnavarman" # Yagnavarman Maukhari dynasty = 10424201 - culture = "central_indo_aryan" + culture = "kannauji" father = 36340 religion = shaivism 540.1.1 = { @@ -4008,7 +4008,7 @@ 36343 = { name = "Rai_Diwa" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" 380.1.1 = { birth = yes @@ -4021,7 +4021,7 @@ 36344 = { name = "Rai_Kharak" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 36343 400.1.1 = { @@ -4035,7 +4035,7 @@ 36345 = { name = "Rai_Jai_Ram" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 36344 440.1.1 = { @@ -4049,7 +4049,7 @@ 36346 = { name = "Rai_Bhaimani" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 36345 470.1.1 = { @@ -4063,7 +4063,7 @@ 36347 = { name = "Rai_Sahiras" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 36346 500.1.1 = { @@ -4077,7 +4077,7 @@ 36348 = { name = "Rai_Sahasi" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 36347 520.1.1 = { @@ -4091,7 +4091,7 @@ 1300625 = { name = "Rai_Sahiras" # Rai Sahiras II dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 36348 540.1.1 = { @@ -4105,7 +4105,7 @@ 36349 = { name = "Rai_Sahasi" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 1300625 560.1.1 = { @@ -4119,7 +4119,7 @@ 36350 = { name = "Chach" # Brahmin Dynasty dynasty = 1042491 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" 600.1.1 = { birth = yes @@ -4132,7 +4132,7 @@ 36351 = { name = "Rai_Maharath" # Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = "smartism" father = 36348 545.1.1 = { @@ -4147,7 +4147,7 @@ name = "Bhanu" # Gupta King dynasty = 1042231 - culture = "eastern_indo_aryan" + culture = "bihari" religion = vaishnavism # chosen correctly father = 96009 530.1.1 = { @@ -4161,7 +4161,7 @@ 36353 = { name = "Naravardhana" # Pushyabhuti dynasty = 10424198 - culture = "central_indo_aryan" + culture = "braj" religion = vaishnavism # chosen correctly 380.1.1 = { birth = yes @@ -4174,7 +4174,7 @@ 36354 = { name = "Rajyavardhana" # Pushyabhuti dynasty = 10424198 - culture = "central_indo_aryan" + culture = "braj" religion = vaishnavism # chosen correctly father = 36353 430.1.1 = { @@ -4188,7 +4188,7 @@ 36355 = { name = "Adityavardhana" # Pushyabhuti dynasty = 10424198 - culture = "central_indo_aryan" + culture = "braj" religion = vaishnavism # chosen correctly father = 36354 490.1.1 = { @@ -4202,7 +4202,7 @@ 36356 = { name = "Prabhakaravadhana" # Pushyabhuti dynasty = 10424198 - culture = "central_indo_aryan" + culture = "braj" religion = vaishnavism # chosen correctly father = 36355 550.1.1 = { @@ -4216,7 +4216,7 @@ 36357 = { name = "Rajyavardhana" # Pushyabhuti dynasty = 10424198 - culture = "central_indo_aryan" + culture = "braj" religion = vaishnavism # chosen correctly father = 36356 570.1.1 = { @@ -4230,7 +4230,7 @@ 36358 = { name = "Harshavardhana" # Pushyabhuti dynasty = 10424198 - culture = "central_indo_aryan" + culture = "braj" religion = vaishnavism # chosen correctly father = 36356 590.1.1 = { @@ -4245,7 +4245,7 @@ name = "Rajyashri" # Pushyabhuti female = yes dynasty = 10424198 - culture = "central_indo_aryan" + culture = "braj" religion = vaishnavism # chosen correctly father = 36356 597.1.1 = { @@ -4260,7 +4260,7 @@ name = "Avanivarman" # Maukhari dynasty = 10424201 # Kannauj Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "kannauji" father = 506 500.1.1 = { birth = yes @@ -4274,7 +4274,7 @@ name = "Grahavarman" # Maukhari dynasty = 10424201 # Kannauj Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "kannauji" father = 36360 530.1.1 = { birth = yes @@ -4288,7 +4288,7 @@ name = "Jahnuvarman" # Malava dynasty = 1042492 religion = "vaishnavism" - culture = "western_indo_aryan" + culture = "rajput" 400.1.1 = { birth = yes } @@ -4301,7 +4301,7 @@ name = "Sarvinvarman" # Malava dynasty = 1042492 religion = "vaishnavism" - culture = "western_indo_aryan" + culture = "rajput" father = 36362 440.1.1 = { birth = yes @@ -4315,7 +4315,7 @@ name = "Haritvarman" # Malava dynasty = 1042492 religion = "vaishnavism" - culture = "western_indo_aryan" + culture = "rajput" father = 36363 470.1.1 = { birth = yes @@ -4329,7 +4329,7 @@ name = "Sarvinvarman" # Malava dynasty = 1042492 religion = "vaishnavism" - culture = "western_indo_aryan" + culture = "rajput" father = 36364 500.1.1 = { birth = yes @@ -4343,7 +4343,7 @@ name = "Krishnavarman" # Malava dynasty = 1042492 religion = "vaishnavism" - culture = "western_indo_aryan" + culture = "rajput" father = 36365 540.1.1 = { birth = yes @@ -4357,7 +4357,7 @@ name = "Jayavarma" # Aulikari dynasty = 1042493 # Malwa Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" 380.1.1 = { birth = yes } @@ -4370,7 +4370,7 @@ name = "Simhavarma" # Aulikari dynasty = 1042493 # Malwa Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36367 400.1.1 = { birth = yes @@ -4384,7 +4384,7 @@ name = "Naravarma" # Aulikari dynasty = 1042493 # Malwa Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36368 420.1.1 = { birth = yes @@ -4399,7 +4399,7 @@ name = "Vishvavarma" # Aulikari dynasty = 1042493 # Malwa Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36369 440.1.1 = { birth = yes @@ -4413,7 +4413,7 @@ name = "Yashodharman" # Aulikari dynasty = 1042493 # Malwa Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36370 473.1.1 = { birth = yes @@ -4427,7 +4427,7 @@ name = "Bandhuvarma" # Aulikari dynasty = 1042493 # Malwa Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36371 520.1.1 = { birth = yes @@ -4441,7 +4441,7 @@ name = "Prabhakara" # Aulikari dynasty = 1042493 # Malwa Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36371 550.1.1 = { birth = yes @@ -4457,7 +4457,7 @@ name = "Dharendranarayan" # Dattas dynasty = 10424204 religion = "theravada" #Bengalis are theravada unless evidance says otherwise - culture = "eastern_indo_aryan" + culture = "bengali" father = 518 550.1.1 = { birth = yes diff --git a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt index 42cdb217e3..9ae084276c 100644 --- a/WtWSMS/history/characters/_lt_rascek_changed_characters.txt +++ b/WtWSMS/history/characters/_lt_rascek_changed_characters.txt @@ -878,7 +878,7 @@ OstrogothAmalingValamer = { #New Char # Bhatarka Maitraka dynasty = 10424202 religion = "shaivism" - culture = "western_indo_aryan" + culture = "gujarati" trait = "education_martial_4" trait = "brave" trait = "zealous" @@ -893,7 +893,7 @@ OstrogothAmalingValamer = { #New Char name = "Dharasena" # Dharasena Maitraka dynasty = 10424202 - culture = "western_indo_aryan" + culture = "gujarati" father = 509 religion = shaivism 463.1.1 = { birth = yes } @@ -903,7 +903,7 @@ OstrogothAmalingValamer = { #New Char name = "Dronasinha" # Dronasinha Maitraka dynasty = 10424202 - culture = "western_indo_aryan" + culture = "gujarati" father = 510 religion = shaivism 477.1.1 = { birth = yes } @@ -960,12 +960,12 @@ OstrogothAmalingValamer = { #New Char 528.1.1 = { death = yes } } -## western_indo_aryan => northern_indo_aryan (holders of d_kurmanchal) +## rajput => khas (holders of d_kurmanchal) 221521 = { name = "Kharak" # Kharak Takka dynasty = 10424189 - culture = "northern_indo_aryan" + culture = "khas" religion = shaivism 450.1.1 = { birth = yes } 510.1.1 = { death = yes } @@ -974,7 +974,7 @@ OstrogothAmalingValamer = { #New Char name = "Tej_Bhan" # Tej Bhan Takka dynasty = 10424189 - culture = "northern_indo_aryan" + culture = "khas" father = 221521 religion = shaivism 470.1.1 = { birth = yes } @@ -4858,7 +4858,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II 502 = { name = "Katukaraja" # Katukaraja Gurjara - dynasty = western_indo_aryan_pratihara + dynasty = gurjari_indo_aryan_pratihara culture = indo_scythian religion = shaivism 450.1.1 = { birth = yes } @@ -4867,7 +4867,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II 504 = { name = "Pratapa" # Pratapa Gurjara - dynasty = western_indo_aryan_pratihara + dynasty = gurjari_indo_aryan_pratihara culture = indo_scythian father = 502 religion = shaivism @@ -4877,7 +4877,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II 36332 = { name = "Harichandra" # Harichandra Pratihara - dynasty = western_indo_aryan_pratihara + dynasty = gurjari_indo_aryan_pratihara culture = indo_scythian father = 504 religion = shaivism @@ -4888,7 +4888,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II 36333 = { name = "Devaraja" # Devaraja Pratihara - dynasty = western_indo_aryan_pratihara + dynasty = gurjari_indo_aryan_pratihara culture = indo_scythian religion = shaivism father = 36332 @@ -4900,7 +4900,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Drumavardhana" # Aulikari dynasty_house = house_aulikari_second # Madhya Pradesh Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36369 450.1.1 = { birth = yes } 520.1.1 = { death = yes } @@ -4909,7 +4909,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Ajitavardhana" # Aulikari dynasty_house = house_aulikari_second # Madhya Pradesh Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36374 480.1.1 = { birth = yes } 550.1.1 = { death = yes } @@ -4918,7 +4918,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Vibhishanavardhana" # Aulikari dynasty_house = house_aulikari_second # Madhya Pradesh Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36375 530.1.1 = { birth = yes } 570.1.1 = { death = yes } @@ -4927,7 +4927,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Rajyavardhana" # Aulikari dynasty_house = house_aulikari_second # Madhya Pradesh Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36376 550.1.1 = { birth = yes } 590.1.1 = { death = yes } @@ -4936,7 +4936,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Prakashadharma" # Aulikari dynasty_house = house_aulikari_second # Madhya Pradesh Branch religion = "shaivism" - culture = "central_indo_aryan" + culture = "malvi" father = 36377 570.1.1 = { birth = yes } 610.1.1 = { death = yes } @@ -4971,7 +4971,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Vindhyashakti" # Vakatakan Emperor dynasty = 1042236 # Vakataka religion = "mahasamghika" #Carried out pilgrimage to Amaravati - culture = "southern_indo_aryan" + culture = "marathi" 230.1.1 = { birth = yes } 275.1.1 = { death = yes } } @@ -4979,7 +4979,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Pravarasena" # Vakatakan Emperor dynasty = 1042236 # Vakataka religion = "shrautism" #Carried out Shrautist sacrfices - culture = "southern_indo_aryan" + culture = "marathi" father = 36151 269.1.1 = { birth = yes } 335.1.1 = { death = yes } @@ -4988,7 +4988,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Rudrasena" # Vakatakan Emperor dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "shaivism" #Devout worshiper of Mahabhairava - culture = "southern_indo_aryan" + culture = "marathi" father = 36152 300.1.1 = { birth = yes } 360.1.1 = { death = yes } @@ -4997,7 +4997,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Prithvisena" # Vakatakan King dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "shaivism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36153 340.1.1 = { birth = yes } 385.1.1 = { death = yes } @@ -5006,7 +5006,7 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II name = "Rudrasena" # Vakatakan King dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "shaivism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36155 360.1.1 = { birth = yes } 376.1.1 = { @@ -5018,9 +5018,9 @@ ArtaxiadGeorgianDynn002_dauther = { #Daughter of Pharnavaz II VakatakaDynasty000 = { #Regent to Divakarasena name = "Prabhavatigupta" # Vakatakan King female = yes - dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) + dynasty = 1042231 # Gupta Princess religion = "vaishnavism" - culture = "eastern_indo_aryan" + culture = "bihari" father = 96001 360.1.1 = { birth = yes } 376.1.1 = { trait = zealous } @@ -5030,7 +5030,7 @@ VakatakaDynasty000 = { #Regent to Divakarasena name = "Divakarasena" # Vakatakan King dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "vaishnavism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36156 mother = VakatakaDynasty000 trait = incapable @@ -5041,7 +5041,7 @@ VakatakaDynasty000 = { #Regent to Divakarasena name = "Damodarasena" # Vakatakan King dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "vaishnavism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36156 mother = VakatakaDynasty000 383.1.1 = { birth = yes } @@ -5051,7 +5051,7 @@ VakatakaDynasty001 = { name = "Pravarasena" # Vakatakan King dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "vaishnavism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36156 mother = VakatakaDynasty000 389.1.1 = { birth = yes } @@ -5061,7 +5061,7 @@ VakatakaDynasty001 = { name = "Narendrasena" # Vakatakan King dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "vaishnavism" - culture = "southern_indo_aryan" + culture = "marathi" father = VakatakaDynasty001 420.1.1 = { birth = yes } 480.1.1 = { death = yes } @@ -5070,7 +5070,7 @@ VakatakaDynasty001 = { name = "Prithvisena" # Vakatakan King dynasty = 1042236 # Vakataka (Pravarapura-Nandivardhana) religion = "vaishnavism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36159 440.1.1 = { birth = yes } 500.1.1 = { death = yes } @@ -5080,7 +5080,7 @@ VakatakaDynasty001 = { name = "Sarvasena" # Vakatakan King dynasty = 1042236 # Vakataka (Vatsagulma) religion = "shrautism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36152 310.1.1 = { birth = yes } 326.1.1 = { trait = poet } @@ -5090,7 +5090,7 @@ VakatakaDynasty001 = { name = "Vindhyasena" # Vakatakan King dynasty = 1042236 # Vakataka (Vatsagulma) religion = "shrautism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36154 350.1.1 = { birth = yes } 400.1.1 = { death = yes } @@ -5099,7 +5099,7 @@ VakatakaDynasty001 = { name = "Pravarasena" # Vakatakan King dynasty = 1042236 # Vakataka (Vatsagulma) religion = "shrautism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36154 355.1.1 = { birth = yes } 415.1.1 = { death = yes } @@ -5108,7 +5108,7 @@ VakatakaDynasty001 = { name = "Sarvasena" # Vakatakan King dynasty = 1042236 # Vakataka (Vatsagulma) religion = "shrautism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36162 415.1.1 = { birth = yes } 455.1.1 = { death = yes } @@ -5117,7 +5117,7 @@ VakatakaDynasty001 = { name = "Devasena" # Vakatakan King dynasty = 1042236 # Vakataka (Vatsagulma) religion = "shrautism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36163 430.1.1 = { birth = yes } 480.1.1 = { death = yes } @@ -5126,7 +5126,7 @@ VakatakaDynasty001 = { name = "Harishena" # Vakatakan Emperor dynasty = 1042236 religion = "shrautism" - culture = "southern_indo_aryan" + culture = "marathi" father = 36164 450.1.1 = { birth = yes } 510.1.1 = { death = yes } @@ -5135,7 +5135,7 @@ VakatakaDynasty001 = { name = "Vindhyashakti" # Vakatakan Emperor dynasty = 1042236 religion = "shrautism" - culture = "southern_indo_aryan" + culture = "marathi" father = 287 500.1.1 = { birth = yes } 516.1.1 = { diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt index 3bd2082df3..9b96b9aa11 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt @@ -2674,176 +2674,6 @@ SidamicSharka008 = { 730.1.1 = { death = yes } } -## East Iranian Group ########### - -#Nuristani Chars - -#d_nuristani rulers -NuristaniNuristani000 = { - name = "Fezl" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - 426.1.1 = { birth = yes } - 491.1.1 = { death = yes } -} -NuristaniNuristani001 = { - name = "Darab" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani000 - 475.1.1 = { birth = yes } - 503.1.1 = { death = yes } -} -NuristaniNuristani002 = { - name = "ZerdeS_t" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani001 - 487.1.1 = { birth = yes } - 548.1.1 = { death = yes } -} -NuristaniNuristani003 = { - name = "S_ahenS_ah" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani002 - 532.1.1 = { birth = yes } - 556.1.1 = { death = yes } -} -NuristaniNuristani004 = { - name = "EnU_S_irwan" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani003 - 540.1.1 = { birth = yes } - 592.1.1 = { death = yes } -} -NuristaniNuristani005 = { - name = "Bahman" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani004 - 574.1.1 = { birth = yes } - 635.1.1 = { death = yes } -} -NuristaniNuristani006 = { - name = "HisE_n" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani005 - 619.1.1 = { birth = yes } - 655.1.1 = { death = yes } -} -NuristaniNuristani007 = { - name = "S_adI_" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani006 - 636.1.1 = { birth = yes } - 673.1.1 = { death = yes } -} -NuristaniNuristani008 = { - name = "MI_rza" - religion = kalashism - culture = nuristani - dynasty = nuristani_dynn_sangama - father = NuristaniNuristani007 - 656.1.1 = { birth = yes } - 701.1.1 = { death = yes } -} - -#Sakan Chars - -#d_dadakhshan rulers -SakaDadakhshan000 = { - name = "Irauadis" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - 440.1.1 = { birth = yes } - 490.1.1 = { death = yes } -} -SakaDadakhshan001 = { - name = "AbaziO_n" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan000 - 470.1.1 = { birth = yes } - 520.1.1 = { death = yes } -} -SakaDadakhshan002 = { - name = "PharnE_s" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan001 - 500.1.1 = { birth = yes } - 550.1.1 = { death = yes } -} -SakaDadakhshan003 = { - name = "SauanO_n" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan002 - 530.1.1 = { birth = yes } - 580.1.1 = { death = yes } -} -SakaDadakhshan004 = { - name = "PharnakiO_n" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan003 - 560.1.1 = { birth = yes } - 610.1.1 = { death = yes } -} -SakaDadakhshan005 = { - name = "Saraxazos" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan004 - 590.1.1 = { birth = yes } - 640.1.1 = { death = yes } -} -SakaDadakhshan006 = { - name = "Eunones" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan005 - 620.1.1 = { birth = yes } - 670.1.1 = { death = yes } -} -SakaDadakhshan007 = { - name = "Sturanos" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan006 - 650.1.1 = { birth = yes } - 700.1.1 = { death = yes } -} -SakaDadakhshan008 = { - name = "XaiorsazE_s" - religion = dharmaguptaka - culture = sakan - dynasty = sakan_dynn_gaumatasid - father = SakaDadakhshan007 - 680.1.1 = { birth = yes } - 730.1.1 = { death = yes } -} - ## Guinean Uplander ########### ### Mel Chars @@ -6229,77 +6059,6 @@ sidmaic035 = { ### Zhangzhung Characters -#d_balti holders -baltiTibetan000 = { - name = Labchen - religion = "old_bon" - culture = "zhangzhung" - dynasty = baltiTibetan_dynn_000 - 410.1.1 = { birth = yes } - 460.1.1 = { death = yes } -} -baltiTibetan001 = { - name = Milwo - religion = "old_bon" - culture = "zhangzhung" - dynasty = baltiTibetan_dynn_000 - father = baltiTibetan000 - 440.1.1 = { birth = yes } - 490.1.1 = { death = yes } -} -baltiTibetan002 = { - name = Takla - religion = "old_bon" - culture = "zhangzhung" - dynasty = baltiTibetan_dynn_000 - father = baltiTibetan001 - 470.1.1 = { birth = yes } - 550.1.1 = { death = yes } -} -baltiTibetan003 = { - name = Zingpa - religion = "old_bon" - culture = "zhangzhung" - dynasty = baltiTibetan_dynn_000 - father = baltiTibetan002 - 540.1.1 = { birth = yes } - 580.1.1 = { death = yes } -} -baltiTibetan004 = { - name = Tonggyung - religion = "old_bon" - culture = "zhangzhung" - dynasty = baltiTibetan_dynn_000 - father = baltiTibetan003 - 570.1.1 = { birth = yes } - 620.1.1 = { death = yes } -} -baltiTibetan005 = { - name = Zijid - religion = "old_bon" - culture = "zhangzhung" - father = baltiTibetan004 - 600.1.1 = { birth = yes } - 650.1.1 = { death = yes } -} -baltiTibetan006 = { - name = Gyung - religion = "old_bon" - culture = "zhangzhung" - dynasty = baltiTibetan_dynn_000 - father = baltiTibetan005 - 620.1.1 = { birth = yes } - 670.1.1 = { death = yes } -} -baltiTibetan007 = { - name = Gyalwa - religion = "old_bon" - culture = "zhangzhung" - dynasty = baltiTibetan_dynn_000 - father = baltiTibetan006 - 650.1.1 = { birth = yes } - 710.1.1 = { death = yes } -} #d_kinnaur holders kinauriTibetan000 = { name = "Langboche" diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index 71bebd745b..7532a9decc 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1961,3 +1961,923 @@ RomanoBritishGwinntguic005 = { 546.1.1 = { birth = yes } 552.1.1 = { death = yes } #Fall of Caer Gwinntguic } + +#Tibeto-Burmans + +## Tripuri +TripuriTripuria000 = { + name = Gobar + dynasty = dynn_tripuri_tripuria + religion = bathouism + culture = tripuri + 406.1.1 = { birth = yes } + 468.1.1 = { death = yes } +} +TripuriTripuria001 = { + name = Supimpha + dynasty = dynn_tripuri_tripuria + religion = bathouism + culture = tripuri + father = TripuriTripuria000 + 438.1.1 = { birth = yes } + 502.1.1 = { death = yes } +} +TripuriTripuria002 = { + name = Brahmapala + dynasty = dynn_tripuri_tripuria + religion = bathouism + culture = tripuri + father = TripuriTripuria001 + 461.1.1 = { birth = yes } + 511.1.1 = { death = yes } +} +TripuriTripuria003 = { + name = Vigrahastambha + dynasty = dynn_tripuri_tripuria + religion = bathouism + culture = tripuri + father = TripuriTripuria002 + 488.1.1 = { birth = yes } + 536.1.1 = { death = yes } +} +TripuriTripuria004 = { + name = Salasthamba + dynasty = dynn_tripuri_tripuria + religion = bathouism + culture = tripuri + father = TripuriTripuria003 + 527.1.1 = { birth = yes } + 584.1.1 = { death = yes } +} +TripuriTripuria005 = { + name = Harjjaravarman + dynasty = dynn_tripuri_tripuria + religion = bathouism + culture = tripuri + father = TripuriTripuria004 + 561.1.1 = { birth = yes } + 610.1.1 = { death = yes } +} + +##Kachari +### Kundina +KachariKundina000 = { + name = Wangdzongpa + dynasty = dynn_kachari_kundina + religion = bathouism + culture = kachari + 407.1.1 = { birth = yes } + 457.1.1 = { death = yes } +} +KachariKundina001 = { + name = Gongzim + dynasty = dynn_kachari_kundina + religion = bathouism + culture = kachari + father = KachariKundina000 + 457.1.1 = { birth = yes } + 517.1.1 = { death = yes } +} +KachariKundina002 = { + name = Namgyal + dynasty = dynn_kachari_kundina + religion = bathouism + culture = kachari + father = KachariKundina001 + 488.1.1 = { birth = yes } + 546.1.1 = { death = yes } +} +KachariKundina003 = { + name = Namgyay + dynasty = dynn_kachari_kundina + religion = bathouism + culture = kachari + father = KachariKundina002 + 524.1.1 = { birth = yes } + 585.1.1 = { death = yes } +} +KachariKundina004 = { + name = Rabden + dynasty = dynn_kachari_kundina + religion = bathouism + culture = kachari + father = KachariKundina003 + 553.1.1 = { birth = yes } + 620.1.1 = { death = yes } +} +KachariKundina005 = { + name = Pekar + dynasty = dynn_kachari_kundina + religion = bathouism + culture = kachari + father = KachariKundina004 + 578.1.1 = { birth = yes } + 630.1.1 = { death = yes } +} +###Dimapur +KachariDimapur000 = { + name = Bapu + dynasty = dynn_kachari_dimapur + religion = bathouism + culture = kachari + 403.1.1 = { birth = yes } + 451.1.1 = { death = yes } +} +KachariDimapur001 = { + name = C_anglong + dynasty = dynn_kachari_dimapur + religion = bathouism + culture = kachari + father = KachariDimapur000 + 438.1.1 = { birth = yes } + 478.1.1 = { death = yes } +} +KachariDimapur002 = { + name = Norbu + dynasty = dynn_kachari_dimapur + religion = bathouism + culture = kachari + father = KachariDimapur001 + 465.1.1 = { birth = yes } + 506.1.1 = { death = yes } +} +KachariDimapur003 = { + name = Passang + dynasty = dynn_kachari_dimapur + religion = bathouism + culture = kachari + father = KachariDimapur002 + 506.1.1 = { birth = yes } + 578.1.1 = { death = yes } +} +KachariDimapur004 = { + name = Gyalpo + dynasty = dynn_kachari_dimapur + religion = bathouism + culture = kachari + father = KachariDimapur003 + 532.1.1 = { birth = yes } + 573.1.1 = { death = yes } +} +KachariDimapur005 = { + name = Thinley + dynasty = dynn_kachari_dimapur + religion = bathouism + culture = kachari + father = KachariDimapur004 + 554.1.1 = { birth = yes } + 599.1.1 = { death = yes } +} +KachariDimapur006 = { + name = Thutop + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + father = KachariDimapur005 + 586.1.1 = { birth = yes } + 639.1.1 = { death = yes } +} +###Charaideo +KachariCharaideo000 = { + name = Rabden + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + 413.1.1 = { birth = yes } + 471.1.1 = { death = yes } +} +KachariCharaideo001 = { + name = C_anglong + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + father = KachariCharaideo000 + 439.1.1 = { birth = yes } + 502.1.1 = { death = yes } +} +KachariCharaideo002 = { + name = Gongzim + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + father = KachariCharaideo001 + 467.1.1 = { birth = yes } + 526.1.1 = { death = yes } +} +KachariCharaideo003 = { + name = Thutop + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + father = KachariCharaideo002 + 496.1.1 = { birth = yes } + 546.1.1 = { death = yes } +} +KachariCharaideo004 = { + name = Pekar + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + father = KachariCharaideo003 + 527.1.1 = { birth = yes } + 597.1.1 = { death = yes } +} +KachariCharaideo005 = { + name = Bapu + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + father = KachariCharaideo004 + 543.1.1 = { birth = yes } + 607.1.1 = { death = yes } +} +KachariCharaideo006 = { + name = Wangdzongpa + dynasty = dynn_kachari_charaideo + religion = bathouism + culture = kachari + father = KachariCharaideo005 + 578.1.1 = { birth = yes } + 634.1.1 = { death = yes } +} +#Khasi (Austroasiatic, but the right place) +KhasiKhasi000 = { + name = Bopha + female = yes + dynasty = dynn_khasi_khasi + religion = khasi_animism + culture = khasi + 416.1.1 = { birth = yes } + 464.1.1 = { death = yes } +} +KhasiKhasi001 = { + name = Chankrisna + female = yes + dynasty = dynn_khasi_khasi + religion = khasi_animism + culture = khasi + mother = KhasiKhasi000 + 435.1.1 = { birth = yes } + 503.1.1 = { death = yes } +} +KhasiKhasi002 = { + name = Chanmony + female = yes + dynasty = dynn_khasi_khasi + religion = khasi_animism + culture = khasi + mother = KhasiKhasi001 + 458.1.1 = { birth = yes } + 512.1.1 = { death = yes } +} +KhasiKhasi003 = { + name = Hnin_An_Po + female = yes + dynasty = dynn_khasi_khasi + religion = khasi_animism + culture = khasi + mother = KhasiKhasi002 + 482.1.1 = { birth = yes } + 549.1.1 = { death = yes } +} +KhasiKhasi004 = { + name = Kolthida + female = yes + dynasty = dynn_khasi_khasi + religion = khasi_animism + culture = khasi + mother = KhasiKhasi003 + 511.1.1 = { birth = yes } + 569.1.1 = { death = yes } +} +KhasiKhasi005 = { + name = Kravann + female = yes + dynasty = dynn_khasi_khasi + religion = khasi_animism + culture = khasi + mother = KhasiKhasi004 + 549.1.1 = { birth = yes } + 602.1.1 = { death = yes } +} +KhasiKhasi006 = { + name = Jorani + female = yes + dynasty = dynn_khasi_khasi + religion = khasi_animism + culture = khasi + mother = KhasiKhasi005 + 577.1.1 = { birth = yes } + 642.1.1 = { death = yes } +} + +#Peristanis + +## Kalash +KalashChitral000 = { + name = O_nim_day + dynasty = dynn_kalash_chitral + religion = nuristani_pagan + culture = kalash + 403.1.1 = { birth = yes } + 465.1.1 = { death = yes } +} +KalashChitral001 = { + name = Gak + dynasty = dynn_kalash_chitral + religion = nuristani_pagan + culture = kalash + father = KalashChitral000 + 419.1.1 = { birth = yes } + 467.1.1 = { death = yes } +} +KalashChitral002 = { + name = KakawA_njk + dynasty = dynn_kalash_chitral + religion = nuristani_pagan + culture = kalash + father = KalashChitral001 + 439.1.1 = { birth = yes } + 479.1.1 = { death = yes } +} +KalashChitral003 = { + name = IstrI_zagU_ak + dynasty = dynn_kalash_chitral + religion = nuristani_pagan + culture = kalash + father = KalashChitral002 + 476.1.1 = { birth = yes } + 525.1.1 = { death = yes } +} +KalashChitral004 = { + name = DO_njgha_C_hir + dynasty = dynn_kalash_chitral + religion = nuristani_pagan + culture = kalash + father = KalashChitral003 + 515.1.1 = { birth = yes } + 575.1.1 = { death = yes } +} +KalashChitral005 = { + name = Gost + dynasty = dynn_kalash_chitral + religion = nuristani_pagan + culture = kalash + father = KalashChitral004 + 543.1.1 = { birth = yes } + 590.1.1 = { death = yes } +} +KalashChitral006 = { + name = JuwA_ri + dynasty = dynn_kalash_chitral + religion = nuristani_pagan + culture = kalash + father = KalashChitral005 + 567.1.1 = { birth = yes } + 607.1.1 = { death = yes } +} +KalashGolaghmuli000 = { + name = Khoday + dynasty = dynn_kalash_golaghmuli + religion = nuristani_pagan + culture = kalash + 414.1.1 = { birth = yes } + 468.1.1 = { death = yes } +} +KalashGolaghmuli001 = { + name = KakawA_njk + dynasty = dynn_kalash_golaghmuli + religion = nuristani_pagan + culture = kalash + father = KalashGolaghmuli000 + 464.1.1 = { birth = yes } + 512.1.1 = { death = yes } +} +KalashGolaghmuli002 = { + name = PU_rugU_ak + dynasty = dynn_kalash_golaghmuli + religion = nuristani_pagan + culture = kalash + father = KalashGolaghmuli001 + 488.1.1 = { birth = yes } + 546.1.1 = { death = yes } +} +KalashGolaghmuli003 = { + name = DO_njgha_C_hir + dynasty = dynn_kalash_golaghmuli + religion = nuristani_pagan + culture = kalash + father = KalashGolaghmuli002 + 521.1.1 = { birth = yes } + 590.1.1 = { death = yes } +} +KalashGolaghmuli004 = { + name = NawA_w + dynasty = dynn_kalash_golaghmuli + religion = nuristani_pagan + culture = kalash + father = KalashGolaghmuli003 + 554.1.1 = { birth = yes } + 600.1.1 = { death = yes } +} +KalashGolaghmuli005 = { + name = GambU_ri + dynasty = dynn_kalash_golaghmuli + religion = nuristani_pagan + culture = kalash + father = KalashGolaghmuli004 + 580.1.1 = { birth = yes } + 626.1.1 = { death = yes } +} +## Nuristanis +NuristaniNuristani000 = { + name = Jassaka + dynasty = dynn_nuristani_nuristani + religion = nuristani_pagan + culture = nuristani + 412.1.1 = { birth = yes } + 464.1.1 = { death = yes } +} +NuristaniNuristani001 = { + name = Kalasa + dynasty = dynn_nuristani_nuristani + religion = nuristani_pagan + culture = nuristani + father = NuristaniNuristani000 + 454.1.1 = { birth = yes } + 512.1.1 = { death = yes } +} +NuristaniNuristani002 = { + name = Madan + dynasty = dynn_nuristani_nuristani + religion = nuristani_pagan + culture = nuristani + father = NuristaniNuristani001 + 483.1.1 = { birth = yes } + 529.1.1 = { death = yes } +} +NuristaniNuristani003 = { + name = Shambhu + dynasty = dynn_nuristani_nuristani + religion = nuristani_pagan + culture = nuristani + father = NuristaniNuristani002 + 511.1.1 = { birth = yes } + 552.1.1 = { death = yes } +} +NuristaniNuristani004 = { + name = Sidhesh + dynasty = dynn_nuristani_nuristani + religion = nuristani_pagan + culture = nuristani + father = NuristaniNuristani003 + 545.1.1 = { birth = yes } + 603.1.1 = { death = yes } +} +NuristaniNuristani005 = { + name = Rahul + dynasty = dynn_nuristani_nuristani + religion = nuristani_pagan + culture = nuristani + father = NuristaniNuristani004 + 571.1.1 = { birth = yes } + 632.1.1 = { death = yes } +} +## Buruso +BurushoYasin000 = { + name = Gost + dynasty = dynn_buruso_yasin + religion = nuristani_pagan + culture = burusho + 404.1.1 = { birth = yes } + 458.1.1 = { death = yes } +} +BurushoYasin001 = { + name = IstrI_zagU_ak + dynasty = dynn_buruso_yasin + religion = nuristani_pagan + culture = burusho + father = BurushoYasin000 + 434.1.1 = { birth = yes } + 486.1.1 = { death = yes } +} +BurushoYasin002 = { + name = Drac_ + dynasty = dynn_buruso_yasin + religion = nuristani_pagan + culture = burusho + father = BurushoYasin001 + 463.1.1 = { birth = yes } + 511.1.1 = { death = yes } +} +BurushoYasin003 = { + name = test_name + dynasty = dynn_buruso_yasin + religion = nuristani_pagan + culture = burusho + father = BurushoYasin002 + 507.1.1 = { birth = yes } + 564.1.1 = { death = yes } +} +BurushoYasin004 = { + name = KakawA_njk + dynasty = dynn_buruso_yasin + religion = nuristani_pagan + culture = burusho + father = BurushoYasin003 + 533.1.1 = { birth = yes } + 583.1.1 = { death = yes } +} +BurushoYasin005 = { + name = DO_njgha_C_hir + dynasty = dynn_buruso_yasin + religion = nuristani_pagan + culture = burusho + father = BurushoYasin004 + 553.1.1 = { birth = yes } + 613.1.1 = { death = yes } +} +BurushoYasin006 = { + name = KasO_ng + dynasty = dynn_buruso_yasin + religion = nuristani_pagan + culture = burusho + father = BurushoYasin005 + 590.1.1 = { birth = yes } + 644.1.1 = { death = yes } +} +## Pamris +PamiriShughnan000 = { + name = Abolhassan + dynasty = dynn_pamir_shughnan + religion = nuristani_pagan + culture = pamiri + 410.1.1 = { birth = yes } + 460.1.1 = { death = yes } +} +PamiriShughnan001 = { + name = Ferhad + dynasty = dynn_pamir_shughnan + religion = nuristani_pagan + culture = pamiri + father = PamiriShughnan000 + 440.1.1 = { birth = yes } + 496.1.1 = { death = yes } +} +PamiriShughnan002 = { + name = MenU_C_ihr + dynasty = dynn_pamir_shughnan + religion = nuristani_pagan + culture = pamiri + father = PamiriShughnan001 + 476.1.1 = { birth = yes } + 546.1.1 = { death = yes } +} +PamiriShughnan003 = { + name = VI_S_tap + dynasty = dynn_pamir_shughnan + religion = nuristani_pagan + culture = pamiri + father = PamiriShughnan002 + 503.1.1 = { birth = yes } + 561.1.1 = { death = yes } +} +PamiriShughnan004 = { + name = Allahyar + dynasty = dynn_pamir_shughnan + religion = nuristani_pagan + culture = pamiri + father = PamiriShughnan003 + 533.1.1 = { birth = yes } + 573.1.1 = { death = yes } +} +PamiriShughnan005 = { + name = Xusrew + dynasty = dynn_pamir_shughnan + religion = nuristani_pagan + culture = pamiri + father = PamiriShughnan004 + 559.1.1 = { birth = yes } + 619.1.1 = { death = yes } +} +PamiriShughnan006 = { + name = Morteza + dynasty = dynn_pamir_shughnan + religion = nuristani_pagan + culture = pamiri + father = PamiriShughnan005 + 593.1.1 = { birth = yes } + 668.1.1 = { death = yes } +} +PamiriWakhi000 = { + name = DanU_S_ + dynasty = dynn_pamir_wakhi + religion = nuristani_pagan + culture = pamiri + 400.1.1 = { birth = yes } + 456.1.1 = { death = yes } +} +PamiriWakhi001 = { + name = ErdeS_I_r + dynasty = dynn_pamir_wakhi + religion = nuristani_pagan + culture = pamiri + father = PamiriWakhi000 + 419.1.1 = { birth = yes } + 475.1.1 = { death = yes } +} +PamiriWakhi002 = { + name = Keyxusrew + dynasty = dynn_pamir_wakhi + religion = nuristani_pagan + culture = pamiri + father = PamiriWakhi001 + 458.1.1 = { birth = yes } + 503.1.1 = { death = yes } +} +PamiriWakhi003 = { + name = KA_vus + dynasty = dynn_pamir_wakhi + religion = nuristani_pagan + culture = pamiri + father = PamiriWakhi002 + 486.1.1 = { birth = yes } + 526.1.1 = { death = yes } +} +PamiriWakhi004 = { + name = Nesir + dynasty = dynn_pamir_wakhi + religion = nuristani_pagan + culture = pamiri + father = PamiriWakhi003 + 524.1.1 = { birth = yes } + 577.1.1 = { death = yes } +} +PamiriWakhi005 = { + name = Mozaffar + dynasty = dynn_pamir_wakhi + religion = nuristani_pagan + culture = pamiri + father = PamiriWakhi004 + 540.1.1 = { birth = yes } + 601.1.1 = { death = yes } +} +PamiriWakhi006 = { + name = HisE_n + dynasty = dynn_pamir_wakhi + religion = nuristani_pagan + culture = pamiri + father = PamiriWakhi005 + 567.1.1 = { birth = yes } + 621.1.1 = { death = yes } +} +PamiriVanji000 = { + name = Feruxzad + dynasty = dynn_pamir_vanji + religion = nuristani_pagan + culture = pamiri + 410.1.1 = { birth = yes } + 471.1.1 = { death = yes } +} +PamiriVanji001 = { + name = Kambiz + dynasty = dynn_pamir_vanji + religion = nuristani_pagan + culture = pamiri + father = PamiriVanji000 + 440.1.1 = { birth = yes } + 501.1.1 = { death = yes } +} +PamiriVanji002 = { + name = Merzuban + dynasty = dynn_pamir_vanji + religion = nuristani_pagan + culture = pamiri + father = PamiriVanji001 + 474.1.1 = { birth = yes } + 524.1.1 = { death = yes } +} +PamiriVanji003 = { + name = NE_C_I_rvan + dynasty = dynn_pamir_vanji + religion = nuristani_pagan + culture = pamiri + father = PamiriVanji002 + 505.1.1 = { birth = yes } + 546.1.1 = { death = yes } +} +PamiriVanji004 = { + name = KU_ruS_E_ + dynasty = dynn_pamir_vanji + religion = nuristani_pagan + culture = pamiri + father = PamiriVanji003 + 536.1.1 = { birth = yes } + 584.1.1 = { death = yes } +} +PamiriVanji005 = { + name = Parviz + dynasty = dynn_pamir_vanji + religion = nuristani_pagan + culture = pamiri + father = PamiriVanji004 + 574.1.1 = { birth = yes } + 619.1.1 = { death = yes } +} +PamiriVanji006 = { + name = MesU_d + dynasty = dynn_pamir_vanji + religion = nuristani_pagan + culture = pamiri + father = PamiriVanji005 + 594.1.1 = { birth = yes } + 641.1.1 = { death = yes } +} +PamririBadakshan000 = { + name = Aurang + dynasty = pamiri_dynn_badakshan + religion = nuristani_pagan + culture = pamiri + 400.1.1 = { birth = yes } + 459.1.1 = { death = yes } +} +PamririBadakshan001 = { + name = DanU_S_ + dynasty = pamiri_dynn_badakshan + religion = nuristani_pagan + culture = pamiri + father = PamririBadakshan000 + 438.1.1 = { birth = yes } + 478.1.1 = { death = yes } +} +PamririBadakshan002 = { + name = XaS_ayar + dynasty = pamiri_dynn_badakshan + religion = nuristani_pagan + culture = pamiri + father = PamririBadakshan001 + 477.1.1 = { birth = yes } + 518.1.1 = { death = yes } +} +PamririBadakshan003 = { + name = Surxap + dynasty = pamiri_dynn_badakshan + religion = nuristani_pagan + culture = pamiri + father = PamririBadakshan002 + 499.1.1 = { birth = yes } + 552.1.1 = { death = yes } +} +PamririBadakshan004 = { + name = I_smaI_l + dynasty = pamiri_dynn_badakshan + religion = nuristani_pagan + culture = pamiri + father = PamririBadakshan003 + 535.1.1 = { birth = yes } + 579.1.1 = { death = yes } +} +PamririBadakshan005 = { + name = HisE_n + dynasty = pamiri_dynn_badakshan + religion = nuristani_pagan + culture = pamiri + father = PamririBadakshan004 + 566.1.1 = { birth = yes } + 622.1.1 = { death = yes } +} +PamririBadakshan006 = { + name = EfS_er + dynasty = pamiri_dynn_badakshan + religion = nuristani_pagan + culture = pamiri + father = PamririBadakshan005 + 598.1.1 = { birth = yes } + 654.1.1 = { death = yes } +} +PamiriMunjan000 = { + name = Erdehan + dynasty = dynn_pamir_munjan + religion = nuristani_pagan + culture = pamiri + 407.1.1 = { birth = yes } + 454.1.1 = { death = yes } +} +PamiriMunjan001 = { + name = Ferheng + dynasty = dynn_pamir_munjan + religion = nuristani_pagan + culture = pamiri + father = PamiriMunjan000 + 429.1.1 = { birth = yes } + 497.1.1 = { death = yes } +} +PamiriMunjan002 = { + name = Kamran + dynasty = dynn_pamir_munjan + religion = nuristani_pagan + culture = pamiri + father = PamiriMunjan001 + 455.1.1 = { birth = yes } + 523.1.1 = { death = yes } +} +PamiriMunjan003 = { + name = MesU_d + dynasty = dynn_pamir_munjan + religion = nuristani_pagan + culture = pamiri + father = PamiriMunjan002 + 496.1.1 = { birth = yes } + 555.1.1 = { death = yes } +} +PamiriMunjan004 = { + name = Mamlan + dynasty = dynn_pamir_munjan + religion = nuristani_pagan + culture = pamiri + father = PamiriMunjan003 + 523.1.1 = { birth = yes } + 572.1.1 = { death = yes } +} +PamiriMunjan005 = { + name = Parviz + dynasty = dynn_pamir_munjan + religion = nuristani_pagan + culture = pamiri + father = PamiriMunjan004 + 550.1.1 = { birth = yes } + 613.1.1 = { death = yes } +} +PamiriMunjan006 = { + name = NoS_I_rwan + dynasty = dynn_pamir_munjan + religion = nuristani_pagan + culture = pamiri + father = PamiriMunjan005 + 581.1.1 = { birth = yes } + 626.1.1 = { death = yes } +} + +#Tibetans +BaltiBalti000 = { + name = Labchen + dynasty = baltiTibetan_dynn_000 + religion = old_bon + culture = balti + 413.1.1 = { birth = yes } + 469.1.1 = { death = yes } +} +BaltiBalti001 = { + name = Milwo + dynasty = baltiTibetan_dynn_000 + religion = old_bon + culture = balti + father = BaltiBalti000 + 438.1.1 = { birth = yes } + 486.1.1 = { death = yes } +} +BaltiBalti002 = { + name = Takla + dynasty = baltiTibetan_dynn_000 + religion = old_bon + culture = balti + father = BaltiBalti001 + 467.1.1 = { birth = yes } + 522.1.1 = { death = yes } +} +BaltiBalti003 = { + name = Zingpa + dynasty = baltiTibetan_dynn_000 + religion = old_bon + culture = balti + father = BaltiBalti002 + 504.1.1 = { birth = yes } + 578.1.1 = { death = yes } +} +BaltiBalti004 = { + name = Tonggyung + dynasty = baltiTibetan_dynn_000 + religion = old_bon + culture = balti + father = BaltiBalti003 + 533.1.1 = { birth = yes } + 589.1.1 = { death = yes } +} +BaltiBalti005 = { + name = Zijid + dynasty = baltiTibetan_dynn_000 + religion = old_bon + culture = balti + father = BaltiBalti004 + 554.1.1 = { birth = yes } + 629.1.1 = { death = yes } +} +BaltiBalti006 = { + name = Gyung + dynasty = baltiTibetan_dynn_000 + religion = old_bon + culture = balti + father = BaltiBalti005 + 581.1.1 = { birth = yes } + 635.1.1 = { death = yes } +} diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index af537c2ddb..ae553a3135 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -2094,7 +2094,7 @@ AdnaniteHanifa004 = { ########### India-Related Titles -#eastern_indo_aryan characters +#Eastern Indo-Aryan characters #Chandra Dynasty of Bengal: #https://en.wikipedia.org/wiki/Chandra_dynasty @@ -2106,7 +2106,7 @@ EastIndoAryanChandra000 = { #370-425 name = "Dven" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali 350.1.1 = { birth = yes } 425.1.1 = { death = yes } } @@ -2115,7 +2115,7 @@ EastIndoAryanChandra001 = { #425-445 name = "Raja" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra000 405.1.1 = { birth = yes } 445.1.1 = { death = yes } @@ -2124,7 +2124,7 @@ EastIndoAryanChandra002 = { #445-454 name = "Kala" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra000 410.1.1 = { birth = yes } 454.1.1 = { death = yes } @@ -2133,7 +2133,7 @@ EastIndoAryanChandra003 = { #454-476 name = "Deva" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra000 415.1.1 = { birth = yes } 454.1.1 = { death = yes } @@ -2142,7 +2142,7 @@ EastIndoAryanChandra004 = { #476-483 name = "Yajna" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra000 420.1.1 = { birth = yes } 483.1.1 = { death = yes } @@ -2151,7 +2151,7 @@ EastIndoAryanChandra005 = { #483-489 name = "Bandu" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra001 424.1.1 = { birth = yes } 489.1.1 = { death = yes } @@ -2161,7 +2161,7 @@ EastIndoAryanChandra006 = { #489-496 name = "Bhumi" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra001 421.1.1 = { birth = yes } 496.1.1 = { death = yes } @@ -2170,7 +2170,7 @@ EastIndoAryanChandra007 = { #496-520 name = "Bhuti" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra001 440.1.1 = { birth = yes } 520.1.1 = { death = yes } @@ -2181,7 +2181,7 @@ EastIndoAryanChandra008 = { #520-575 female = yes dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra006 495.1.1 = { birth = yes } 575.1.1 = { death = yes } @@ -2191,7 +2191,7 @@ EastIndoAryanChandra009 = { #575-578 name = "Vira" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali mother = EastIndoAryanChandra008 520.1.1 = { birth = yes } 578.1.1 = { death = yes } @@ -2202,7 +2202,7 @@ EastIndoAryanChandra010 = { #578-590 female = yes dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra008 545.1.1 = { birth = yes } 590.1.1 = { death = yes } @@ -2211,7 +2211,7 @@ EastIndoAryanChandra011 = { #590-597 name = "Pritivi" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra008 550.1.1 = { birth = yes } 597.1.1 = { death = yes } @@ -2220,7 +2220,7 @@ EastIndoAryanChandra012 = { #597-600 name = "Dhirti" dynasty = bengal_dynn_chandras religion = theravada - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanChandra008 555.1.1 = { birth = yes } 600.1.1 = { death = yes } @@ -2232,7 +2232,7 @@ EastIndoAryanGauda000 = { #Loka Gauda [2] name = "Loka" dynasty = 1042494 religion = shaivism - culture = eastern_indo_aryan + culture = bengali 360.1.1 = { birth = yes } 400.1.1 = { death = yes } } @@ -2240,7 +2240,7 @@ EastIndoAryanGauda001 = { #Fictional name = "Rajaganesha" dynasty = 1042494 religion = shaivism - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanGauda000 390.1.1 = { birth = yes } 450.1.1 = { death = yes } @@ -2249,7 +2249,7 @@ EastIndoAryanGauda002 = { #Fictional name = "Srimanta" dynasty = 1042494 religion = shaivism - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanGauda001 440.1.1 = { birth = yes } 500.1.1 = { death = yes } @@ -2258,7 +2258,7 @@ EastIndoAryanGauda003 = { #Fictional name = "Nar_Singh" dynasty = 1042494 religion = shaivism - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanGauda002 490.1.1 = { birth = yes } 550.1.1 = { death = yes } @@ -2267,7 +2267,7 @@ EastIndoAryanGauda004 = { #Fictional name = "Harasimhadeva" dynasty = 1042494 religion = shaivism - culture = eastern_indo_aryan + culture = bengali father = EastIndoAryanGauda003 540.1.1 = { birth = yes } 590.1.1 = { death = yes } @@ -2277,7 +2277,7 @@ EastIndoAryanGauda004 = { #Fictional name = "Shashanka" # Gauda dynasty = 1042494 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "bengali" father = EastIndoAryanGauda004 570.1.1 = { birth = yes } 625.1.1 = { death = yes } @@ -2286,7 +2286,7 @@ EastIndoAryanGauda004 = { #Fictional name = "Manava" # Gauda dynasty = 1042494 religion = "shaivism" - culture = "eastern_indo_aryan" + culture = "bengali" father = 36380 592.1.1 = { birth = yes } 650.1.1 = { death = yes } @@ -2295,26 +2295,26 @@ EastIndoAryanGauda004 = { #Fictional #Only 3 rulers listed https://en.wikipedia.org/wiki/Vasishtha_dynasty EastIndoAryanVasistha000 = { name = "Gunavarman" - dynasty = eastern_indo_aryan_dynn_vasistha + dynasty = oriya_dynn_vasistha religion = shaivism - culture = eastern_indo_aryan + culture = oriya 390.1.1 = { birth = yes } 440.1.1 = { death = yes } } EastIndoAryanVasistha001 = { name = "Parbhanjanavarman" - dynasty = eastern_indo_aryan_dynn_vasistha + dynasty = oriya_dynn_vasistha religion = shaivism - culture = eastern_indo_aryan + culture = oriya father = EastIndoAryanVasistha000 420.1.1 = { birth = yes } 470.1.1 = { death = yes } } EastIndoAryanVasistha002 = { name = "Anantavarman" - dynasty = eastern_indo_aryan_dynn_vasistha + dynasty = oriya_dynn_vasistha religion = shaivism - culture = eastern_indo_aryan + culture = oriya father = EastIndoAryanVasistha001 460.1.1 = { birth = yes } 510.1.1 = { death = yes } @@ -2332,7 +2332,7 @@ kashmiri000 = { name = "Ranaditya" dynasty = kasmiri_dynn_000 religion = shaivism - culture = dardic_indo_aryan + culture = kashmiri 419.1.1 = { birth = yes } 519.1.1 = { death = yes } } @@ -2340,7 +2340,7 @@ kashmiri001 = { name = "Vikramaditya" dynasty = kasmiri_dynn_000 religion = shaivism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri000 450.1.1 = { birth = yes } 519.1.1 = { death = yes } @@ -2349,7 +2349,7 @@ kashmiri002 = { name = "Baladitya" dynasty = kasmiri_dynn_000 religion = shaivism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri001 500.1.1 = { birth = yes } 561.1.1 = { death = yes } @@ -2359,7 +2359,7 @@ kashmiri003 = { female = yes dynasty = kasmiri_dynn_000 religion = shaivism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri002 578.1.1 = { birth = yes } 598.1.1 = { add_spouse = kashmiri004 } @@ -2369,7 +2369,7 @@ kashmiri004 = { name = "Durlabhavardhana" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri 578.1.1 = { birth = yes } 598.1.1 = { add_spouse = kashmiri003 @@ -2381,7 +2381,7 @@ kashmiri005 = { name = "Chandrapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri004 mother = kashmiri003 614.1.1 = { birth = yes } @@ -2392,7 +2392,7 @@ kashmiri006 = { name = "Tarapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri004 mother = kashmiri003 624.1.1 = { birth = yes } @@ -2403,7 +2403,7 @@ kashmiri007 = { name = "Muktapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri004 mother = kashmiri003 634.1.1 = { birth = yes } @@ -2418,7 +2418,7 @@ kashmiri008 = { name = "Kamaladevi" female = yes religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri 680.1.1 = { birth = yes } 715.1.1 = { death = yes } } @@ -2426,7 +2426,7 @@ kashmiri009 = { name = "Chakramardika" female = yes religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri 700.1.1 = { birth = yes } 739.1.1 = { death = yes } } @@ -2434,7 +2434,7 @@ kashmiri010 = { name = "Kuvalayapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri007 mother = kashmiri008 trait = content @@ -2446,7 +2446,7 @@ kashmiri011 = { name = "Vajraditya" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri trait = ambitious trait = arrogant trait = deceitful @@ -2474,7 +2474,7 @@ kashmiri013 = { name = "Massa" #Presumed source of Vajraditya's "bad habits" female = yes religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri 720.1.1 = { birth = yes } 770.1.1 = { death = yes } } @@ -2482,7 +2482,7 @@ kashmiri013 = { name = "Prithivyapida" dynasty = kasmiri_dynn_001 religion = old_bon - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri011 mother = kashmiri009 716.1.1 = { birth = yes } @@ -2492,7 +2492,7 @@ kashmiri014 = { name = "Sangramapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri trait = child_of_concubine_female father = kashmiri011 mother = kashmiri013 @@ -2503,7 +2503,7 @@ kashmiri015 = { name = "Jayapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri011 745.1.1 = { birth = yes } 751.1.1 = { @@ -2516,7 +2516,7 @@ kashmiri016 = { name = "Durgi" female = yes religion = vajrayana - culture = dardic_indo_aryan + culture = kashmiri 745.1.1 = { birth = yes } 765.1.1 = { death = yes } } @@ -2524,7 +2524,7 @@ kashmiri017 = { name = "Kalyana" female = yes religion = vajrayana - culture = dardic_indo_aryan + culture = kashmiri 759.1.1 = { birth = yes } 800.1.1 = { death = yes } } @@ -2532,7 +2532,7 @@ kashmiri018 = { name = "Lalitapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri trait = rakish trait = lustful trait = reveler_3 @@ -2546,7 +2546,7 @@ kashmiri019 = { name = "Sangramapida" dynasty = kasmiri_dynn_001 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri father = kashmiri015 mother = kashmiri016 765.1.1 = { birth = yes } @@ -2557,7 +2557,7 @@ kashmiri020 = { female = yes dynasty = 1042092 religion = vaishnavism - culture = dardic_indo_aryan + culture = kashmiri trait = beauty_good_3 765.1.1 = { birth = yes } 781.1.1 = { trait = education_diplomacy_4 } @@ -2566,7 +2566,7 @@ kashmiri020 = { kashmiri021 = { name = "Cippatajayapida" dynasty = 1042100 # Karkota - culture = "dardic_indo_aryan" + culture = "kashmiri" father = kashmiri018 mother = kashmiri020 religion = vaishnavism @@ -2577,7 +2577,7 @@ kashmiri021 = { 188388 = { name = "Uppa" dynasty = 1042092 # Utpala - culture = "dardic_indo_aryan" + culture = "kashmiri" religion = vaishnavism 720.1.1 = { birth = yes } 770.1.1 = { death = yes } @@ -2585,7 +2585,7 @@ kashmiri021 = { 188389 = { name = "Utpalaka" dynasty = 1042092 # Utpala - culture = "dardic_indo_aryan" + culture = "kashmiri" father = 188388 religion = vaishnavism 738.1.1 = { birth = yes } @@ -2594,7 +2594,7 @@ kashmiri021 = { 188390 = { name = "Sukhavarma" dynasty = 1042092 # Utpala - culture = "dardic_indo_aryan" + culture = "kashmiri" father = 188389 religion = vaishnavism 768.1.1 = { birth = yes } @@ -2604,7 +2604,7 @@ kashmiri021 = { 188392 = { name = "Tribhuvanapida" dynasty = 1042100 # Karkota - culture = "dardic_indo_aryan" + culture = "kashmiri" father = 188379 religion = vaishnavism 740.1.1 = { birth = yes } @@ -2613,7 +2613,7 @@ kashmiri021 = { 188393 = { name = "Ajitapida" dynasty = 1042100 # Karkota - culture = "dardic_indo_aryan" + culture = "kashmiri" father = 188392 religion = vaishnavism 780.1.1 = { birth = yes } @@ -2622,7 +2622,7 @@ kashmiri021 = { 188394 = { name = "Anangapida" dynasty = 1042100 # Karkota - culture = "dardic_indo_aryan" + culture = "kashmiri" father = 188384 religion = vaishnavism 788.1.1 = { birth = yes } @@ -2631,104 +2631,13 @@ kashmiri021 = { 188395 = { name = "Utpalapida" dynasty = 1042100 # Karkota - culture = "dardic_indo_aryan" + culture = "kashmiri" father = 188393 religion = vaishnavism 800.1.1 = { birth = yes } 856.1.1 = { death = yes } } -#d_pamir -kashmiri030 = { - name = "Ramadeva" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - 400.1.1 = { birth = yes } - 450.1.1 = { death = yes } -} -kashmiri031 = { - name = "Durlabhvardhana" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri030 - 450.1.1 = { birth = yes } - 490.1.1 = { death = yes } -} -kashmiri032 = { - name = "Narain" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri031 - 470.1.1 = { birth = yes } - 520.1.1 = { death = yes } -} -kashmiri033 = { - name = "Jassaka" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri032 - 500.1.1 = { birth = yes } - 550.1.1 = { death = yes } -} -kashmiri034 = { - name = "Damodara" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri033 - 530.1.1 = { birth = yes } - 580.1.1 = { death = yes } -} -kashmiri035 = { - name = "Chandrapida" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri034 - 560.1.1 = { birth = yes } - 610.1.1 = { death = yes } -} -kashmiri036 = { - name = "Anandhavardana" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri035 - 590.1.1 = { birth = yes } - 640.1.1 = { death = yes } -} -kashmiri037 = { - name = "Ramchandra" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri036 - 620.1.1 = { birth = yes } - 670.1.1 = { death = yes } -} -kashmiri038 = { - name = "Trilokinath" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri037 - 650.1.1 = { birth = yes } - 700.1.1 = { death = yes } -} -kashmiri039 = { - name = "Vuppadeva" - dynasty = kasmiri_dynn_002 - religion = "shaivism" - culture = "dardic_indo_aryan" - father = kashmiri038 - 680.1.1 = { birth = yes } - 730.1.1 = { death = yes } -} - ########### Thaton-Related Chars #k_thaton rulers diff --git a/WtWSMS/history/characters/bihari.txt b/WtWSMS/history/characters/bihari.txt new file mode 100644 index 0000000000..c059b3d99a --- /dev/null +++ b/WtWSMS/history/characters/bihari.txt @@ -0,0 +1,243 @@ +#Gupta Dynasty +191 = { + name = "Budha" + # Gupta Emperor + dna = 191_gupta + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96004 + 410.1.1 = { + birth = yes + } + 495.1.1 = { + death = yes + } +} +530 = { + name = "Sri" + # Gupta King + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + 220.1.1 = { + birth = yes + } + 280.1.1 = { + death = yes + #create_bloodline = { type = WtWSMS_gupta } + } +} + +534 = { + name = "Ghatotkacha" + # Gupta King + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 530 + 260.1.1 = { + birth = yes + } + 319.1.1 = { + death = yes + } +} + +8500 = { + name = "Chandra" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 534 + 290.1.1 = { + birth = yes + } + 335.1.1 = { + death = yes + } +} + +8502 = { + name = "Samudra" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 8500 + 315.1.1 = { + birth = yes + } + 340.7.12 = { + give_nickname = nick_the_great + } + 375.1.1 = { + death = yes + } +} + +8504 = { + name = "Kacha" + # Gupta Prince + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 8500 + 310.1.1 = { + birth = yes + } + 380.1.1 = { + death = yes + } +} + +96000 = { + name = "Rama" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 8502 + 335.1.1 = { + birth = yes + } + 380.1.1 = { + death = yes + } +} + +96001 = { + name = "Chandra" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 8502 + 340.1.1 = { + birth = yes + } + 415.1.1 = { + death = yes + } +} + +96002 = { + name = "Kumar" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96001 + 360.1.1 = { + birth = yes + } + 455.1.1 = { + death = yes + } +} + +96003 = { + name = "Skanda" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96002 + 380.1.1 = { + birth = yes + } + 467.1.1 = { + death = yes + } +} + +96004 = { + name = "Puru" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96002 + 384.1.1 = { + birth = yes + } + 473.1.1 = { + death = yes + } +} + +96005 = { + name = "Kumar" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 191 + 455.1.1 = { + birth = yes + } + 476.1.1 = { + death = yes + } +} + +96006 = { + name = "Narasimha" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96004 + 435.1.1 = { + birth = yes + } + 520.1.1 = { + death = yes + } +} + +96007 = { + name = "Kumar" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96006 + 455.1.1 = { + birth = yes + } + 540.1.1 = { + death = yes + } +} + +96008 = { + name = "Vishnu" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96007 + 470.1.1 = { + birth = yes + } + 550.1.1 = { + death = yes + } +} + +96009 = { + name = "Vainya" + # Gupta Emperor + dynasty = 1042231 + culture = "bihari" + religion = vaishnavism # chosen correctly + father = 96008 + 500.1.1 = { + birth = yes + } + 560.1.1 = { + death = yes + } +} \ No newline at end of file diff --git a/WtWSMS/history/characters/bodpa.txt b/WtWSMS/history/characters/bodpa.txt index 8fb903695b..40325d49ca 100644 --- a/WtWSMS/history/characters/bodpa.txt +++ b/WtWSMS/history/characters/bodpa.txt @@ -183,7 +183,7 @@ name="Sindhu" dynasty=105804 #Chakhar religion="vaishnavism" - culture="eastern_indo_aryan" + culture="bihari" 705.1.1={ birth = yes } 730.1.1={ name="Sendha Gyalpo" diff --git a/WtWSMS/history/characters/gujurati.txt b/WtWSMS/history/characters/gujurati.txt index 796f047bf9..e7979d201f 100644 --- a/WtWSMS/history/characters/gujurati.txt +++ b/WtWSMS/history/characters/gujurati.txt @@ -1,7 +1,7 @@ 188062 = { name = "Jayasekhara" dynasty = 1042068 #Capa - culture = "western_indo_aryan" + culture = "gujarati" religion = smartism # chosen randomly 700.1.1 = { birth = yes @@ -14,7 +14,7 @@ 188063 = { name = "Vanaraja" dynasty = 1042068 #Capa - culture = "western_indo_aryan" + culture = "gujarati" father = 188062 religion = svetambara # chosen randomly 720.1.1 = { @@ -28,7 +28,7 @@ 188064 = { name = "Yogaraja" dynasty = 1042068 #Capa - culture = "western_indo_aryan" + culture = "gujarati" father = 188063 religion = smartism # chosen randomly 760.1.1 = { @@ -45,7 +45,7 @@ 188065 = { name = "Bhuyika" female = yes - culture = "western_indo_aryan" + culture = "gujarati" religion = smartism # chosen randomly 765.1.1 = { birth = yes @@ -58,7 +58,7 @@ 188066 = { name = "Ratnaditya" dynasty = 1042068 #Capa - culture = "western_indo_aryan" + culture = "gujarati" father = 188064 mother = 188065 religion = smartism # chosen randomly @@ -73,7 +73,7 @@ 188067 = { name = "Vairisimha" dynasty = 1042068 #Capa - culture = "western_indo_aryan" + culture = "gujarati" father = 188064 mother = 188065 religion = smartism # chosen randomly @@ -88,7 +88,7 @@ 188068 = { name = "Ksemaraja" dynasty = 1042068 #Capa - culture = "western_indo_aryan" + culture = "gujarati" father = 188064 mother = 188065 religion = smartism # chosen randomly diff --git a/WtWSMS/history/characters/sakan.txt b/WtWSMS/history/characters/khotanese.txt similarity index 89% rename from WtWSMS/history/characters/sakan.txt rename to WtWSMS/history/characters/khotanese.txt index 682ef8ed7e..0af64c1199 100644 --- a/WtWSMS/history/characters/sakan.txt +++ b/WtWSMS/history/characters/khotanese.txt @@ -3,13 +3,14 @@ # Nambedids (10424568) made sarvastivada # Orodesids (10424569) made sarvastivada # VIIIth & IXth century chars made mahayana in line with growing Mahayana prominence +# Renamed Khotanese as Sakan being reserved for the nomadic Saka 1621 = { name = "Guhu" # Guhu Chengid dynasty = 10424563 religion = "khurmazta" - culture = "sakan" + culture = khotanese 2.1.1 = { birth = yes } @@ -23,7 +24,7 @@ # Cheng Chengid dynasty = 10424563 religion = "khurmazta" - culture = "sakan" + culture = khotanese father = 1621 30.1.1 = { birth = yes @@ -38,7 +39,7 @@ # Jingjue Chengid dynasty = 10424563 religion = "khurmazta" - culture = "sakan" + culture = khotanese father = 1621 28.1.1 = { birth = yes @@ -53,7 +54,7 @@ # Zhong Chengid dynasty = 10424563 religion = khurmazta - culture = "sakan" + culture = khotanese father = 6848 58.1.1 = { birth = yes @@ -71,7 +72,7 @@ # Douti dynasty = 10424564 religion = "sarvastivada" - culture = "sakan" + culture = khotanese father = 6848 58.1.1 = { birth = yes @@ -87,7 +88,7 @@ female = yes dynasty = 10424565 religion = "sarvastivada" - culture = "sakan" + culture = khotanese father = 20363 62.1.1 = { birth = yes @@ -102,7 +103,7 @@ # Arbaces Chenpanid dynasty = 10424565 religion = "sarvastivada" - culture = "sakan" + culture = khotanese 38.1.1 = { birth = yes } @@ -116,7 +117,7 @@ # Chenpam Chenpanid dynasty = 10424565 religion = "sarvastivada" - culture = "sakan" + culture = khotanese father = 20363 79.1.1 = { birth = yes @@ -131,7 +132,7 @@ # Anguo Chengid dynasty = 10424563 religion = "khurmazta" - culture = "sakan" + culture = khotanese father = 20356 mother = 20362 86.1.1 = { @@ -148,7 +149,7 @@ female = yes dynasty = 10424566 religion = "khurmazta" - culture = "sakan" + culture = khotanese father = 20356 mother = 20362 96.1.1 = { @@ -164,7 +165,7 @@ # Yifu Chengid dynasty = 10424563 religion = "khurmazta" - culture = "sakan" + culture = khotanese father = 20368 mother = 20366 120.1.1 = { @@ -180,7 +181,7 @@ # Vonones Chenpanid dynasty = 10424565 religion = "sarvastivada" - culture = "sakan" + culture = khotanese father = 20363 90.1.1 = { birth = yes @@ -198,7 +199,7 @@ # Chenpam II Chenpanid dynasty = 10424565 religion = "sarvastivada" - culture = "sakan" + culture = khotanese father = 20364 130.1.1 = { birth = yes @@ -213,7 +214,7 @@ # Hede Chenpanid dynasty = 10424565 religion = "sarvastivada" - culture = "sakan" + culture = khotanese father = 20363 110.1.1 = { birth = yes @@ -228,7 +229,7 @@ # Astyages Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20370 150.1.1 = { birth = yes @@ -243,7 +244,7 @@ # Haldita Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20370 155.1.1 = { birth = yes } 195.1.1 = { death = yes } @@ -254,7 +255,7 @@ # Arsames Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20370 160.1.1 = { birth = yes @@ -269,7 +270,7 @@ # Gobryas Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20372 170.1.1 = { birth = yes @@ -284,7 +285,7 @@ # Ara Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20373 190.1.1 = { birth = yes @@ -299,7 +300,7 @@ # Bayad Beyadid dynasty = 10424567 religion = sarvastivada - culture = sakan + culture = khotanese 250.1.1 = { birth = yes } @@ -313,7 +314,7 @@ # Chenpan III Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20375 254.1.1 = { birth = yes @@ -328,7 +329,7 @@ # Nambed Nambedid dynasty = 10424568 religion = sarvastivada - culture = sakan + culture = khotanese 315.1.1 = { birth = yes } @@ -342,7 +343,7 @@ # Peucestas Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20377 310.1.1 = { birth = yes @@ -357,7 +358,7 @@ # Peucestas II Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 20379 365.1.1 = { birth = yes @@ -372,7 +373,7 @@ # Tiridates Orodesid dynasty = 10424569 religion = sarvastivada - culture = sakan + culture = khotanese 350.1.1 = { birth = yes } @@ -386,7 +387,7 @@ # Chenpan IV Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 219001 400.1.1 = { birth = yes @@ -401,7 +402,7 @@ # Dosumoxarthos Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 219009 430.1.1 = { birth = yes @@ -416,7 +417,7 @@ # Kossas Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 219004 450.1.1 = { birth = yes @@ -431,7 +432,7 @@ # Ourgios Chenpanid dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 219006 470.1.1 = { birth = yes @@ -445,7 +446,7 @@ name = "Wakhushakk" # fictional sakan ruler dynasty = 1042188 # Sogdia religion = "khurmazta" - culture = "sakan" + culture = khotanese #trait = sympathy_pagans 743.1.1 = { birth = yes @@ -459,7 +460,7 @@ name = "Wupoyan" # fictional sakan ruler dynasty = 1045074 # Kashgar religion = "khurmazta" - culture = "sakan" + culture = khotanese #trait = sympathy_pagans 730.1.1 = { birth = yes @@ -473,7 +474,7 @@ name = "Lushan" # fictional sakan ruler dynasty = 1045076 # Charkliq religion = "manichean" - culture = "sakan" + culture = khotanese #trait = sympathy_pagans 740.1.1 = { birth = yes @@ -487,7 +488,7 @@ name = "Mechun" # fictional sakan ruler dynasty = 1045078 # Cherchen religion = "manichean" - culture = "sakan" + culture = khotanese #trait = sympathy_pagans 743.1.1 = { birth = yes @@ -501,7 +502,7 @@ name = "Yechi" # fictional sakan ruler dynasty = 1045079 # Qiuzi religion = "manichean" - culture = "sakan" + culture = khotanese #trait = sympathy_pagans 740.1.1 = { birth = yes @@ -515,7 +516,7 @@ name = "Avyaman" # fictional sakan ruler dynasty = 1045075 # Kang religion = "manichean" - culture = "sakan" + culture = khotanese #trait = sympathy_pagans 740.1.1 = { birth = yes @@ -529,7 +530,7 @@ name = "Bindu" dynasty = 1051143 # Khuda religion = khurmazta - culture = sakan + culture = khotanese 645.7.21 = { birth = yes } @@ -544,7 +545,7 @@ name = "Tughshada" dynasty = 1051143 # Khuda religion = khurmazta - culture = sakan + culture = khotanese father = 217314 681.2.15 = { birth = yes @@ -558,7 +559,7 @@ name = "Qutayba" dynasty = 1051143 # Khuda religion = khurmazta - culture = sakan + culture = khotanese father = 217315 722.7.17 = { birth = yes @@ -572,7 +573,7 @@ name = "Sukan" dynasty = 1051143 # Khuda religion = khurmazta - culture = sakan + culture = khotanese father = 217315 727.10.4 = { birth = yes @@ -586,7 +587,7 @@ name = "Bunyat" dynasty = 1051143 # Khuda religion = khurmazta - culture = sakan + culture = khotanese father = 217315 730.5.4 = { birth = yes @@ -600,7 +601,7 @@ name = "Khunuk" dynasty = 1051144 # Bukhar religion = khurmazta - culture = sakan + culture = khotanese 679.5.14 = { birth = yes } @@ -616,7 +617,7 @@ name = "Kawus" dynasty = 1051145 religion = manichean - culture = sakan + culture = khotanese father = 217325 782.6.15 = { # unknown @@ -636,7 +637,7 @@ name = "Kharakhuruh" dynasty = 1051145 religion = manichean - culture = sakan + culture = khotanese 751.12.27 = { # unknown birth = yes @@ -651,7 +652,7 @@ name = "Hashim" dynasty = 1042148 religion = "mazdaki" # Khurramite - culture = "sakan" + culture = khotanese 731.1.1 = { birth = yes } @@ -664,7 +665,7 @@ name = "Farn" # fictional son of Bunyat dynasty = 1051143 religion = khurmazta - culture = sakan + culture = khotanese father = 217318 776.4.15 = { birth = yes @@ -678,7 +679,7 @@ name = "Kirti" #Vijaya Kirti I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese 85.1.1 = { birth = yes } @@ -691,7 +692,7 @@ name = "Sangrama" #Vijaya Sangrama I "the Lion" (Fangqian) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166632 102.1.1 = { birth = yes @@ -708,7 +709,7 @@ name = "Dharma" #Vijaya Dharma I (Jian) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166633 122.1.1 = { birth = yes @@ -722,7 +723,7 @@ name = "Jaya" #Vijaya Jaya I (Anguo) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166634 146.1.1 = { birth = yes @@ -736,7 +737,7 @@ name = "Shima" #Vijaya Shima I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166635 161.1.1 = { birth = yes @@ -750,7 +751,7 @@ name = "Saigrama" #Vijaya Saigrama I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166636 178.1.1 = { birth = yes @@ -764,7 +765,7 @@ name = "Andara" #Vijaya Andara I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166637 195.1.1 = { birth = yes @@ -778,7 +779,7 @@ name = "Vahana" #Vijaya Vahana I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166638 213.1.1 = { birth = yes @@ -792,7 +793,7 @@ name = "Simha" #Vijaya Simha I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166639 240.1.1 = { birth = yes @@ -806,7 +807,7 @@ name = "Sata" #Vijaya Sata I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166640 262.1.1 = { birth = yes @@ -820,7 +821,7 @@ name = "Ananta" #Vijaya Ananta I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166641 287.1.1 = { birth = yes @@ -834,7 +835,7 @@ name = "Saigrama" #Vijaya Saigrama II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166642 310.1.1 = { birth = yes @@ -848,7 +849,7 @@ name = "Dharma" #Vijaya Dharma II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166643 333.1.1 = { birth = yes @@ -862,7 +863,7 @@ name = "Sambhava" #Vijaya Sambhava I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166644 360.1.1 = { birth = yes @@ -876,7 +877,7 @@ name = "Pala" #Vijaya Pala I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166645 386.1.1 = { birth = yes @@ -890,7 +891,7 @@ name = "Amala" #Vijaya Amala I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166646 432.1.1 = { birth = yes @@ -904,7 +905,7 @@ name = "Sankene" #fictional relative dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166646 447.1.1 = { birth = yes @@ -919,7 +920,7 @@ dynasty = 1040024 female = yes religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166646 449.1.1 = { birth = yes @@ -933,7 +934,7 @@ name = "Jaya" #Vijaya Jaya II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166647 471.1.1 = { birth = yes @@ -947,7 +948,7 @@ name = "Kirti" #Vijaya Kirti II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166648 499.1.1 = { birth = yes @@ -961,7 +962,7 @@ name = "Sangrama" #Vijaya Sangrama II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166649 524.1.1 = { birth = yes @@ -975,7 +976,7 @@ name = "Shima" #Vijaya Shima II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166650 540.1.1 = { birth = yes @@ -989,7 +990,7 @@ name = "Jaya" #Vijaya Jaya III dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166651 557.1.1 = { birth = yes @@ -1003,7 +1004,7 @@ name = "Pala" #Vijaya Pala II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166652 575.1.1 = { birth = yes @@ -1017,7 +1018,7 @@ name = "Sangrama" #Vijaya Sangrama III dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166653 604.1.1 = { birth = yes @@ -1031,7 +1032,7 @@ name = "Satra" #Vijaya Satra I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166654 620.1.1 = { birth = yes @@ -1045,7 +1046,7 @@ name = "Kirti" #Vijaya Kirti III dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166655 636.1.1 = { birth = yes @@ -1059,7 +1060,7 @@ name = "Sangrama" #Vijaya Sangrama IV (Fudu Xiong) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166656 652.1.1 = { birth = yes @@ -1073,7 +1074,7 @@ name = "Khemeg" #Amala Khemeg - Regent of Khotan 680-692 dynasty = 1040025 religion = "mahayana" - culture = "sakan" + culture = khotanese 642.1.1 = { birth = yes } @@ -1086,7 +1087,7 @@ name = "Vikarma" #Vijaya Vikarma I (Fudu Jing) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166657 668.1.1 = { birth = yes @@ -1100,7 +1101,7 @@ name = "Dharma" #Vijaya Dharma III (Yuchi Tiao) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166659 684.1.1 = { birth = yes @@ -1115,7 +1116,7 @@ name = "Sambhava" #Vijaya Sambhava II (Yuchi Fushizhan) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166659 686.1.1 = { birth = yes @@ -1129,7 +1130,7 @@ name = "Vahana" #Vijaya Vahana II "the Great" (Fudu Da) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166661 702.1.1 = { birth = yes @@ -1146,7 +1147,7 @@ name = "Simha" #Vijaya Simha II (Yuchi Gui) dynasty = 1040024 religion = "manichean" - culture = "sakan" + culture = khotanese father = 166662 717.1.1 = { birth = yes @@ -1161,7 +1162,7 @@ name = "Dhondhros" #Vijaya Dhondhros I (Yuchi Sheng) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166663 733.1.1 = { birth = yes @@ -1179,7 +1180,7 @@ name = "Sata" #Vijaya Sata II (Yuchi Shihu (Jabgu) Yao) dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166663 736.1.1 = { birth = yes @@ -1193,7 +1194,7 @@ name = "Ananta" #Vijaya Ananta II dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166665 750.1.1 = { birth = yes @@ -1211,7 +1212,7 @@ female = yes dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166664 749.1.1 = { birth = yes @@ -1225,7 +1226,7 @@ name = "Sangrama" #Vijaya Sangrama V dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166666 mother = 166667 765.1.1 = { @@ -1246,7 +1247,7 @@ name = "Bresaya" #Vijaya Bresaya dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166666 mother = 166667 767.1.1 = { @@ -1265,7 +1266,7 @@ female = yes dynasty = 1040026 religion = "mahayana" - culture = "sakan" + culture = khotanese 766.1.1 = { birth = yes employer = 166665 @@ -1280,7 +1281,7 @@ female = yes dynasty = 1040027 religion = "mahayana" - culture = "sakan" + culture = khotanese 764.1.1 = { birth = yes employer = 166665 @@ -1295,7 +1296,7 @@ female = yes dynasty = 1040028 religion = "mahayana" - culture = "sakan" + culture = khotanese 778.1.1 = { birth = yes employer = 166665 @@ -1309,7 +1310,7 @@ name = "Nakshatra" #Vijaya Nakshatra I dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166668 mother = 166671 782.1.1 = { @@ -1324,7 +1325,7 @@ name = "Kirti" #Vijaya Kirti IV dynasty = 1040024 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166673 799.1.1 = { birth = yes @@ -1339,7 +1340,7 @@ name = "Kartir" dynasty = 1040057 religion = "mahayana" - culture = "sakan" + culture = khotanese 705.1.1 = { birth = yes } @@ -1352,7 +1353,7 @@ name = "Chakar" dynasty = 1040057 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166690 732.1.1 = { birth = yes @@ -1367,7 +1368,7 @@ female = yes dynasty = 1040057 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166690 740.1.1 = { birth = yes @@ -1381,7 +1382,7 @@ name = "Resan" dynasty = 1040057 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166691 785.1.1 = { birth = yes @@ -1396,7 +1397,7 @@ name = "Qishiq" dynasty = 1040058 religion = "mahayana" - culture = "sakan" + culture = khotanese 711.1.1 = { birth = yes } @@ -1409,7 +1410,7 @@ name = "Shahrokh" dynasty = 1040058 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166696 741.1.1 = { birth = yes @@ -1424,7 +1425,7 @@ female = yes dynasty = 1040058 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166696 745.1.1 = { birth = yes @@ -1438,7 +1439,7 @@ name = "Artivan" dynasty = 1040058 religion = "mahayana" - culture = "sakan" + culture = khotanese father = 166697 787.1.1 = { birth = yes @@ -1452,7 +1453,7 @@ name = "TeiranE_s" dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 219004 446.1.1 = { birth = yes @@ -1467,7 +1468,7 @@ dynasty = 10424565 female = yes religion = sarvastivada - culture = sakan + culture = khotanese father = 219004 458.1.1 = { birth = yes @@ -1482,7 +1483,7 @@ # Fictional character to give Yarkend the autonomy it enjoyed from Kashgar dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 219009 446.1.1 = { birth = yes @@ -1497,7 +1498,7 @@ # son of the above dynasty = 10424565 religion = sarvastivada - culture = sakan + culture = khotanese father = 220000 473.1.1 = { birth = yes @@ -1513,7 +1514,7 @@ dynasty = 10424565 female = yes religion = sarvastivada - culture = sakan + culture = khotanese father = 219009 454.1.1 = { birth = yes diff --git a/WtWSMS/history/characters/maharashtri_prakrit.txt b/WtWSMS/history/characters/maharashtri_prakrit.txt index 2b5988b5ec..723fadd553 100644 --- a/WtWSMS/history/characters/maharashtri_prakrit.txt +++ b/WtWSMS/history/characters/maharashtri_prakrit.txt @@ -2,7 +2,7 @@ name = "Sambhaji" # Sambhaji Chhadvaidam dynasty = 10424208 - culture = "southern_indo_aryan" + culture = "marathi" religion = mahayana 450.1.1 = { birth = "450.1.1" @@ -16,7 +16,7 @@ name = "Kapardin" # Kapardin Chhadvaidam dynasty = 10424208 - culture = "southern_indo_aryan" + culture = "marathi" father = 96012 religion = mahayana 470.1.1 = { @@ -31,7 +31,7 @@ name = "Raghunathrao" # Raghunathrao Kalachuris dynasty = 10424213 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism 450.1.1 = { birth = "450.1.1" @@ -45,7 +45,7 @@ name = "Fatehsinh" # Lakshmandeva Kalachuris dynasty = 10424213 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism father = 96026 470.1.1 = { @@ -60,7 +60,7 @@ name = "Arthapatiraja" # Arthapatiraja Nala dynasty = 10424214 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism 450.1.1 = { birth = "450.1.1" @@ -74,7 +74,7 @@ name = "Skandavarman" # Skandavarman Nala dynasty = 10424214 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism father = 96028 470.1.1 = { @@ -91,7 +91,7 @@ name = "Tryambakrao" # Tryambakrao Sailodshavas dynasty = 10424216 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism 450.1.1 = { birth = "450.1.1" @@ -105,7 +105,7 @@ name = "Marsimha" # Marsimha Sailodshavas dynasty = 10424216 - culture = "southern_indo_aryan" + culture = "marathi" religion = vaishnavism father = 96033 470.1.1 = { diff --git a/WtWSMS/history/characters/marathi.txt b/WtWSMS/history/characters/marathi.txt index c0b29d3e50..5a90e593e6 100644 --- a/WtWSMS/history/characters/marathi.txt +++ b/WtWSMS/history/characters/marathi.txt @@ -1,7 +1,7 @@ 74492 = { name = "Kapardin" dynasty = 12322 - culture = "southern_indo_aryan" + culture = "marathi" religion = shaivism 762.1.1 = { birth = yes @@ -14,7 +14,7 @@ 74493 = { name = "Pullashkati" dynasty = 12322 - culture = "southern_indo_aryan" + culture = "marathi" father = 74492 religion = shaivism 790.1.1 = { @@ -28,7 +28,7 @@ 74526 = { name = "Sanahapulla" dynasty = 12323 - culture = "southern_indo_aryan" + culture = "marathi" religion = shaivism 733.1.1 = { birth = yes @@ -41,7 +41,7 @@ 74527 = { name = "Dhammayira" dynasty = 12323 - culture = "southern_indo_aryan" + culture = "marathi" father = 74526 religion = shaivism 756.1.1 = { @@ -55,7 +55,7 @@ 74528 = { name = "Aiyaparaja" dynasty = 12323 - culture = "southern_indo_aryan" + culture = "marathi" father = 74527 religion = shaivism 780.1.1 = { @@ -69,7 +69,7 @@ 74633 = { name = "Dridhaprahara" dynasty = 12331 - culture = "southern_indo_aryan" + culture = "marathi" religion = digambara 789.1.1 = { birth = yes diff --git a/WtWSMS/history/characters/nepali.txt b/WtWSMS/history/characters/nepali.txt index 02c59c6d68..d77d798e93 100644 --- a/WtWSMS/history/characters/nepali.txt +++ b/WtWSMS/history/characters/nepali.txt @@ -2,7 +2,7 @@ # Made Licchavi Shaivist/Mahayanist # Removed duplicate Licchavi dynasty (105817) # Made Licchavi dynasty culture originally Bihari in line with legandary founding -# Made Lichavi dynasty eastern_indo_aryan in line iwth founding and likely creation of Nepali/Newar +# Made Lichavi dynasty bihari in line iwth founding and likely creation of Nepali/Newar # culture from fusion of Eastern Indo-Aryan #Licchavi Dynasty @@ -11,7 +11,7 @@ name="Sankaradeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 400.1.1={ birth=yes } @@ -27,7 +27,7 @@ name="Ahilyabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 400.1.1={ birth=yes } @@ -40,7 +40,7 @@ name="Dharmadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12300 mother=12301 420.1.1={ @@ -58,7 +58,7 @@ name="Ambikabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 420.1.1={ birth=yes } @@ -71,7 +71,7 @@ name="Manadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12302 mother=12303 440.1.1={ @@ -89,7 +89,7 @@ name="Anandibai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 440.1.1={ birth=yes } @@ -102,7 +102,7 @@ name="Mahideva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12304 mother=12305 460.1.1={ @@ -120,7 +120,7 @@ name="Anubai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 460.1.1={ birth=yes } @@ -133,7 +133,7 @@ name="Vasantadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12306 mother=12307 480.1.1={ @@ -151,7 +151,7 @@ name="Bhiubai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 480.1.1={ birth=yes } @@ -164,7 +164,7 @@ name="Manudeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12308 mother=12309 496.1.1={ @@ -182,7 +182,7 @@ name="Deepabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 496.1.1={ birth=yes } @@ -195,7 +195,7 @@ name="Vamanadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12310 mother=12311 512.1.1={ @@ -213,7 +213,7 @@ name="Durgabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 512.1.1={ birth=yes } @@ -226,7 +226,7 @@ name="Ramadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12312 mother=12313 528.1.1={ @@ -244,7 +244,7 @@ name="Gangabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 528.1.1={ birth=yes } @@ -257,7 +257,7 @@ name="Amaradeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12312 mother=12313 529.1.1={ @@ -275,7 +275,7 @@ name="Gunvantibai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 529.1.1={ birth=yes } @@ -288,7 +288,7 @@ name="Gunakamadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12312 mother=12313 530.1.1={ @@ -306,7 +306,7 @@ name="Jankibai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 530.1.1={ birth=yes } @@ -319,7 +319,7 @@ name="Ganadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12312 mother=12313 531.1.1={ @@ -337,7 +337,7 @@ name="Jijibai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 531.1.1={ birth=yes } @@ -350,7 +350,7 @@ name="Gangadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12312 mother=12313 532.1.1={ @@ -368,7 +368,7 @@ name="Kamlabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 532.1.1={ birth=yes } @@ -381,7 +381,7 @@ name="Manadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12312 mother=12313 533.1.1={ @@ -399,7 +399,7 @@ name="Kashibai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 533.1.1={ birth=yes } @@ -412,7 +412,7 @@ name="Shivadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12324 mother=12325 549.1.1={ @@ -430,7 +430,7 @@ name="Laxmibai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 549.1.1={ birth=yes } @@ -443,7 +443,7 @@ name="Amshuvarman" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12326 mother=12327 565.1.1={ @@ -461,7 +461,7 @@ name="Mahadik" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 565.1.1={ birth=yes } @@ -474,7 +474,7 @@ name="Udayadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12328 mother=12329 581.1.1={ @@ -492,7 +492,7 @@ name="Mastani" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 581.1.1={ birth=yes } @@ -505,7 +505,7 @@ name="Dhruvadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12328 mother=12329 582.1.1={ @@ -523,7 +523,7 @@ name="Putalabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 582.1.1={ birth=yes } @@ -536,7 +536,7 @@ name="Bhimarjunadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12332 mother=12333 598.1.1={ @@ -554,7 +554,7 @@ name="Rajasbai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 598.1.1={ birth=yes } @@ -567,7 +567,7 @@ name="Narendradeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12334 mother=12335 614.1.1={ @@ -585,7 +585,7 @@ name="Rajkunvarbai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 614.1.1={ birth=yes } @@ -598,7 +598,7 @@ name="Shivadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12336 mother=12337 630.1.1={ @@ -616,7 +616,7 @@ name="Ramabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 630.1.1={ birth=yes } @@ -629,7 +629,7 @@ name="Jayadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12338 mother=12339 660.1.1={ @@ -647,7 +647,7 @@ name="Ranubai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 660.1.1={ birth=yes } @@ -660,7 +660,7 @@ name="Sankaradeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12340 mother=12341 680.1.1={ @@ -678,7 +678,7 @@ name="Saibai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 680.1.1={ birth=yes } @@ -691,7 +691,7 @@ name="Manadeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12342 mother=12343 700.1.1={ @@ -709,7 +709,7 @@ name="Sagunabai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 700.1.1={ birth=yes } @@ -722,7 +722,7 @@ name="Baliraja" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12344 mother=12345 746.1.1={ @@ -740,7 +740,7 @@ name="Sakavaarbai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 746.1.1={ birth=yes } @@ -753,7 +753,7 @@ name="Baladeva" dynasty=19116 #Licchavi religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" father=12346 mother=12347 766.1.1={ @@ -771,7 +771,7 @@ name="Sayeebai" female=yes religion="shaivism" - culture="eastern_indo_aryan" + culture="bihari" 766.1.1={ birth=yes } @@ -785,7 +785,7 @@ female=yes dynasty=19116 #Licchavi religion="mahayana" - culture="eastern_indo_aryan" + culture="bihari" trait=beauty_good_1 father=247423 606.1.1={ @@ -801,7 +801,7 @@ female=yes dynasty=19116 #Licchavi religion="vajrayana" - culture="eastern_indo_aryan" + culture="bihari" father=247430 740.1.1={ birth=yes @@ -816,8 +816,8 @@ 247408 = { name="Sankaradeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" 400.1.1={ birth=yes } @@ -829,8 +829,8 @@ 247409 = { name="Dharmadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247408 420.1.1={ birth=yes @@ -843,8 +843,8 @@ 247410 = { name="Manadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247409 440.1.1={ birth=yes @@ -857,8 +857,8 @@ 247411 = { name="Mahideva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247410 460.1.1={ birth=yes @@ -871,8 +871,8 @@ 247412 = { name="Vasantadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247411 480.1.1={ birth=yes @@ -885,8 +885,8 @@ 247413 = { name="Manudeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247412 496.1.1={ birth=yes @@ -899,8 +899,8 @@ 247414 = { name="Vamanadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247413 512.1.1={ birth=yes @@ -913,8 +913,8 @@ 247415 = { name="Ramadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247414 528.1.1={ birth=yes @@ -927,8 +927,8 @@ 247416 = { name="Amaradeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247414 529.1.1={ birth=yes @@ -941,8 +941,8 @@ 247417 = { name="Gunakamadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247414 530.1.1={ birth=yes @@ -955,8 +955,8 @@ 247418 = { name="Ganadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247414 531.1.1={ birth=yes @@ -969,8 +969,8 @@ 247419 = { name="Gangadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247414 532.1.1={ birth=yes @@ -983,8 +983,8 @@ 247420 = { name="Manadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247414 533.1.1={ birth=yes @@ -997,8 +997,8 @@ 247421 = { name="Shivadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247420 549.1.1={ birth=yes @@ -1011,8 +1011,8 @@ 247422 = { name="Amshuvarman" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247421 565.1.1={ birth=yes @@ -1025,8 +1025,8 @@ 247423 = { name="Udayadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247422 581.1.1={ birth=yes @@ -1039,8 +1039,8 @@ 247424 = { name="Dhruvadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247422 582.1.1={ birth=yes @@ -1053,8 +1053,8 @@ 247425 = { name="Bhimarjunadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247424 598.1.1={ birth=yes @@ -1067,8 +1067,8 @@ 247426 = { name="Narendradeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247423 614.1.1={ birth=yes @@ -1081,8 +1081,8 @@ 247427 = { name="Shivadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247426 630.1.1={ birth=yes @@ -1095,8 +1095,8 @@ 247428 = { name="Jayadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247427 660.1.1={ birth=yes @@ -1109,8 +1109,8 @@ 247429 = { name="Sankaradeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247428 680.1.1={ birth=yes @@ -1123,8 +1123,8 @@ 247430 = { name="Manadeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247429 700.1.1={ birth=yes @@ -1137,8 +1137,8 @@ 247431 = { name="Baliraja" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247430 746.1.1={ birth=yes @@ -1151,8 +1151,8 @@ 247432 = { name="Baladeva" dynasty=19116 #Licchavi - religion="mahayana" - culture="eastern_indo_aryan" + religion="shaivism" + culture="bihari" father=247431 766.1.1={ birth=yes diff --git a/WtWSMS/history/characters/oriya.txt b/WtWSMS/history/characters/oriya.txt index 77a071c8bd..93985785b9 100644 --- a/WtWSMS/history/characters/oriya.txt +++ b/WtWSMS/history/characters/oriya.txt @@ -1,7 +1,7 @@ 189167 = { name = "Rajendravarman" # dynasty = 1029195 - culture = "eastern_indo_aryan" + culture = "oriya" religion = shaivism 773.1.1 = { birth = "773.1.1" @@ -14,7 +14,7 @@ 189168 = { name = "Anantavarman" # dynasty = 1029195 - culture = "eastern_indo_aryan" + culture = "oriya" religion = shaivism father = 189167 800.1.1 = { @@ -28,7 +28,7 @@ 189200 = { name = "Jayananda" # dynasty = 1029200 - culture = "eastern_indo_aryan" + culture = "oriya" religion = shaivism 800.1.1 = { birth = "800.1.1" @@ -41,7 +41,7 @@ 189210 = { name = "Ranastambha" # dynasty = 1029198 - culture = "eastern_indo_aryan" + culture = "oriya" religion = shaivism 800.1.1 = { birth = "800.1.1" @@ -54,7 +54,7 @@ 189217 = { name = "Mahendravarman" # dynasty = 1029205 - culture = "eastern_indo_aryan" + culture = "oriya" religion = shaivism 800.1.1 = { birth = "800.1.1" diff --git a/WtWSMS/history/characters/panjabi.txt b/WtWSMS/history/characters/panjabi.txt index 2948c11c0f..a2ab59bd9d 100644 --- a/WtWSMS/history/characters/panjabi.txt +++ b/WtWSMS/history/characters/panjabi.txt @@ -22,7 +22,7 @@ name = "Jahm" dynasty = 1042099 # Banu Sama religion = "sunni" - culture = "western_indo_aryan" + culture = "gujarati" father = 1300656 710.1.1 = { birth = yes @@ -36,7 +36,7 @@ name = "Ismail" # fictitious dynasty = 1042099 # Banu Sama religion = "sunni" - culture = "western_indo_aryan" + culture = "gujarati" father = 188528 735.1.1 = { birth = yes @@ -50,7 +50,7 @@ name = "Muhammad" # fictitious dynasty = 1042099 # Banu Sama religion = "sunni" - culture = "western_indo_aryan" + culture = "gujarati" father = 188537 760.1.1 = { birth = yes @@ -64,7 +64,7 @@ name = "Munabbih" dynasty = 1042099 # Banu Sama religion = "sunni" - culture = "western_indo_aryan" + culture = "gujarati" father = 188529 785.1.1 = { birth = yes diff --git a/WtWSMS/history/characters/rajput.txt b/WtWSMS/history/characters/rajput.txt index 1d29ffb1f7..18d30d9229 100644 --- a/WtWSMS/history/characters/rajput.txt +++ b/WtWSMS/history/characters/rajput.txt @@ -2,7 +2,7 @@ name = "Apara_Gangeya" # Apara Gangeya Bojid dynasty = 10424210 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism 450.1.1 = { birth = "450.1.1" @@ -16,7 +16,7 @@ name = "Lakshmandeva" # Lakshmandeva Bojid dynasty = 10424210 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism father = 96017 470.1.1 = { @@ -30,7 +30,7 @@ 191606 = { name = "Bhadra" female = yes - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly 534.1.1 = { birth = yes @@ -43,7 +43,7 @@ 191607 = { name = "Rajjila" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly father = 36332 mother = 191606 @@ -58,7 +58,7 @@ 191608 = { name = "Narabbhata" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly father = 191607 570.1.1 = { @@ -72,7 +72,7 @@ 191609 = { name = "Nagabhata" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly father = 191608 590.1.1 = { @@ -86,7 +86,7 @@ 191610 = { name = "Tata" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly father = 191609 610.1.1 = { @@ -100,7 +100,7 @@ 191612 = { name = "Bhoja" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly father = 191609 612.1.1 = { @@ -115,7 +115,7 @@ #vanilla ID 188000 name = "Chanduka" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly father = 191612 650.1.1 = { @@ -130,7 +130,7 @@ name = "Nagabhata" # Nagabhata I Pratihara dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" father = 1300657 religion = shaivism # chosen semirandomly 705.1.1 = { @@ -145,7 +145,7 @@ name = "Vinaykpala" # random name # brother of Nagabhata I dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" father = 1300657 religion = shaivism # chosen randomly 710.1.1 = { @@ -159,7 +159,7 @@ 188003 = { name = "Kakustha" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" father = 188002 religion = shaivism # chosen randomly 730.1.1 = { @@ -173,7 +173,7 @@ 188004 = { name = "Devasakti" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" father = 188002 religion = shaivism # chosen randomly 732.1.1 = { @@ -190,7 +190,7 @@ 188005 = { name = "Vatsraja" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" father = 188004 mother = 188017 religion = shaivism # chosen semirandomly @@ -209,7 +209,7 @@ name = "Nagabhata" # Nagabhata II Pratihara dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" father = 188005 mother = 188018 religion = shaivism @@ -227,7 +227,7 @@ 188007 = { name = "Ramabhadra" dynasty = 1042066 - culture = "western_indo_aryan" + culture = "gujarati" father = 188006 mother = 188019 religion = shaivism # chosen randomly @@ -246,7 +246,7 @@ name = "Bhuyika" # wife of Devasakti Pratihara female = yes - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly 729.1.1 = { birth = yes @@ -260,7 +260,7 @@ name = "Sundarii" # wife of Vatsraja Pratihara female = yes - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly 750.1.1 = { birth = yes @@ -274,7 +274,7 @@ name = "Ista" # wife of Nagabhata I Pratihara female = yes - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly 773.1.1 = { birth = yes @@ -288,7 +288,7 @@ name = "Appa" # wife of Ramabhadra Pratihara female = yes - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly 794.1.1 = { birth = yes @@ -301,7 +301,7 @@ 188025 = { name = "Nannuka" dynasty = 1042067 #Chandela - culture = "western_indo_aryan" + culture = "gujarati" religion = kalikula_shaktism 800.1.1 = { birth = yes @@ -314,7 +314,7 @@ 188100 = { name = "Vasudeva" dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism 521.1.1 = { birth = yes @@ -327,7 +327,7 @@ 188101 = { name = "Samanta" dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188100 religion = shaivism 570.1.1 = { @@ -341,7 +341,7 @@ 188102 = { name = "Naradeva" # Purnatalla in other sources dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188101 religion = shaivism 623.1.1 = { @@ -355,7 +355,7 @@ 188103 = { name = "Jayaraja" dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188102 religion = shaivism 648.1.1 = { @@ -369,7 +369,7 @@ 188104 = { name = "Vigrharaja" # the I dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188103 religion = shaivism 673.1.1 = { @@ -383,7 +383,7 @@ 188105 = { name = "Chandraraja" # the I dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188104 religion = shaivism 698.1.1 = { @@ -397,7 +397,7 @@ 188106 = { name = "Gopendraraja" dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188105 religion = shaivism 723.1.1 = { @@ -411,7 +411,7 @@ 188107 = { name = "Durlabharaja" # the I dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188106 religion = shaivism 748.1.1 = { @@ -425,7 +425,7 @@ 188108 = { name = "Govinda" # the I (aka Guvakaraja) dynasty = 1042081 #Chahamana of Shakambhari - culture = "western_indo_aryan" + culture = "gujarati" father = 188107 religion = shaivism 773.1.1 = { @@ -439,7 +439,7 @@ 170151 = { name = "Anangpal" #Anangpal Tomar dynasty = 1040200 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism 687.1.1 = { birth = "687.1.1" @@ -452,7 +452,7 @@ 170152 = { name = "Vasudev" dynasty = 1040200 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism father = 170151 705.1.1 = { @@ -466,7 +466,7 @@ 170153 = { name = "Gangeya" #Gangeya Tuar dynasty = 1040200 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism father = 170152 735.1.1 = { @@ -480,7 +480,7 @@ 170154 = { name = "Prithvimal" dynasty = 1040200 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism father = 170153 757.1.1 = { @@ -494,7 +494,7 @@ 170155 = { name = "Jagdev" #or Jaydev dynasty = 1040200 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism father = 170154 782.1.1 = { @@ -508,7 +508,7 @@ 170156 = { name = "Narpal" dynasty = 1040200 - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism father = 170155 798.1.1 = { @@ -522,7 +522,7 @@ 188148 = { name = "Mahisarama" dynasty = 1042081 #Chahamana of Dholpur - culture = "western_indo_aryan" + culture = "gujarati" father = 188147 religion = smartism 775.1.1 = { @@ -536,7 +536,7 @@ 188149 = { name = "Chandamahasena" dynasty = 1042081 #Chahamana of Dholpur - culture = "western_indo_aryan" + culture = "gujarati" father = 188148 religion = smartism 800.1.1 = { @@ -550,7 +550,7 @@ 188176 = { name = "Upendra" dynasty = 1042077 #Paramara - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # random 770.1.1 = { birth = yes @@ -563,7 +563,7 @@ 188177 = { name = "Vairisimha" dynasty = 1042077 #Paramara - culture = "western_indo_aryan" + culture = "gujarati" father = 188176 religion = shaivism # random 800.1.1 = { @@ -577,7 +577,7 @@ 188265 = { name = "Pushyadeva" dynasty = 1042087 # Saindhava - culture = "western_indo_aryan" + culture = "gujarati" religion = vaishnavism # random 700.1.1 = { birth = yes @@ -590,7 +590,7 @@ 188266 = { name = "Krishna" dynasty = 1042087 # Saindhava - culture = "western_indo_aryan" + culture = "gujarati" father = 188265 religion = vaishnavism # random 725.1.1 = { @@ -604,7 +604,7 @@ 188267 = { name = "Agguka" dynasty = 1042087 # Saindhava - culture = "western_indo_aryan" + culture = "gujarati" father = 188266 religion = vaishnavism # random 750.1.1 = { @@ -618,7 +618,7 @@ 188268 = { name = "Ranaka" dynasty = 1042087 # Saindhava - culture = "western_indo_aryan" + culture = "gujarati" father = 188267 religion = vaishnavism # random 775.1.1 = { @@ -632,7 +632,7 @@ 188269 = { name = "Krishna" # II dynasty = 1042087 # Saindhava - culture = "western_indo_aryan" + culture = "gujarati" father = 188268 religion = vaishnavism # random 800.1.1 = { @@ -647,7 +647,7 @@ name = "Lakhodurado" # or Lakho Ghuraro dynasty = 1042086 # Samma religion = "kalikula_shaktism" # actually Ashapura Mata - culture = "western_indo_aryan" + culture = "gujarati" 750.1.1 = { birth = yes } @@ -660,7 +660,7 @@ name = "Unad" dynasty = 1042086 # Samma religion = "kalikula_shaktism" # actually Ashapura Mata - culture = "western_indo_aryan" + culture = "gujarati" father = 188287 775.1.1 = { birth = yes @@ -674,7 +674,7 @@ name = "Sampat" dynasty = 1042086 # Samma religion = "kalikula_shaktism" # actually Ashapura Mata - culture = "western_indo_aryan" + culture = "gujarati" father = 188288 800.1.1 = { birth = yes @@ -688,7 +688,7 @@ name = "Mod" dynasty = 1042086 # Samma religion = "kalikula_shaktism" # actually Ashapura Mata - culture = "western_indo_aryan" + culture = "gujarati" father = 188287 779.1.1 = { birth = yes @@ -701,7 +701,7 @@ 188147 = { name = "Isuka" dynasty = 1042081 #Chahamana of Dholpur - culture = "western_indo_aryan" + culture = "gujarati" father = 188106 # fictitious connection to Shakambhari Chauhans religion = smartism 750.1.1 = { @@ -715,7 +715,7 @@ 188320 = { name = "Jaisimha" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism # chosen randomly 510.1.1 = { birth = yes @@ -728,7 +728,7 @@ 188321 = { name = "Bahubal" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188320 religion = shaivism # chosen randomly 530.1.1 = { @@ -742,7 +742,7 @@ 188322 = { name = "Subahu" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188321 religion = shaivism # chosen randomly 550.1.1 = { @@ -756,7 +756,7 @@ 188323 = { name = "Rajh" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188322 religion = shaivism # chosen randomly 570.1.1 = { @@ -770,7 +770,7 @@ 188324 = { name = "Gaj" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188323 religion = shaivism # chosen randomly 590.1.1 = { @@ -784,7 +784,7 @@ 188325 = { name = "Salivahan" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188324 religion = shaivism # chosen randomly 610.1.1 = { @@ -798,7 +798,7 @@ 188326 = { name = "Baland" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188325 religion = shaivism # chosen randomly 630.1.1 = { @@ -812,7 +812,7 @@ 188327 = { name = "Bhati" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188326 religion = shaivism # chosen randomly 650.1.1 = { @@ -826,7 +826,7 @@ 188328 = { name = "Mangal-Rao" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188327 religion = shaivism # chosen randomly 670.1.1 = { @@ -840,7 +840,7 @@ 188329 = { name = "Majam-Rao" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188328 religion = shaivism # chosen randomly 690.1.1 = { @@ -854,7 +854,7 @@ 188330 = { name = "Kehar" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188329 religion = shaivism # chosen randomly 715.1.1 = { @@ -868,7 +868,7 @@ 188331 = { name = "Tano" dynasty = 1042091 # Bhatti - culture = "western_indo_aryan" + culture = "gujarati" father = 188330 religion = shaivism # chosen randomly 770.1.1 = { @@ -882,7 +882,7 @@ 188445 = { name = "Muni" dynasty = 1042081 #Chahamana - culture = "western_indo_aryan" + culture = "gujarati" father = 188107 # conjecture religion = shaivism 775.1.1 = { @@ -896,7 +896,7 @@ 188446 = { name = "Kalahalanga" dynasty = 1042081 #Chahamana - culture = "western_indo_aryan" + culture = "gujarati" father = 188445 religion = shaivism 795.1.1 = { @@ -910,7 +910,7 @@ 188470 = { name = "Kalbhoj" # or Bappa Rawal dynasty = 1042079 # Guhilot - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism 713.1.1 = { birth = yes @@ -923,7 +923,7 @@ 188471 = { name = "Khuman" dynasty = 1042079 # Guhilot - culture = "western_indo_aryan" + culture = "gujarati" father = 188470 religion = shaivism 734.1.1 = { @@ -937,7 +937,7 @@ 188472 = { name = "Mattat" dynasty = 1042079 # Guhilot - culture = "western_indo_aryan" + culture = "gujarati" father = 188471 religion = shaivism 755.1.1 = { @@ -951,7 +951,7 @@ 188473 = { name = "Bhert-Patt" # or Bhartribhatt dynasty = 1042079 # Guhilot - culture = "western_indo_aryan" + culture = "gujarati" father = 188472 religion = shaivism 773.1.1 = { @@ -965,7 +965,7 @@ 188474 = { name = "Sinha" dynasty = 1042079 # Guhilot - culture = "western_indo_aryan" + culture = "gujarati" father = 188473 religion = shaivism 789.1.1 = { @@ -980,7 +980,7 @@ name = "Arjunpal" # Arjunpal Pushyabhuti dynasty = 10424198 - culture = "western_indo_aryan" + culture = "gujarati" religion = shaivism 450.1.1 = { birth = "450.1.1" @@ -997,7 +997,7 @@ name = "Ladahachandra" # Ladahachandra Pushyabhuti dynasty = 10424198 - culture = "western_indo_aryan" + culture = "gujarati" father = 232526 religion = shaivism 470.1.1 = { diff --git a/WtWSMS/history/characters/sanskrit.txt b/WtWSMS/history/characters/sanskrit.txt index ba52e3f001..a0e19de06d 100644 --- a/WtWSMS/history/characters/sanskrit.txt +++ b/WtWSMS/history/characters/sanskrit.txt @@ -11,27 +11,11 @@ # # [1] https://en.wikipedia.org/wiki/Aulikaras -191 = { - name = "Budha" - # Gupta Emperor - dna = 191_gupta - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96004 - 410.1.1 = { - birth = yes - } - 495.1.1 = { - death = yes - } -} - 506 = { name = "Dwaipayan" # Dwaipayan Maukhari dynasty = 10424201 - culture = "central_indo_aryan" + culture = "kannauji" religion = shaivism 450.1.1 = { birth = "450.1.1" @@ -45,7 +29,7 @@ name = "Girik" # Girik Maukhari dynasty = 10424201 - culture = "central_indo_aryan" + culture = "kannauji" father = 506 religion = shaivism 470.1.1 = { @@ -61,7 +45,7 @@ # Nanaki Maukhari female = yes dynasty = 10424201 - culture = "central_indo_aryan" + culture = "kannauji" father = 506 religion = shaivism 465.1.1 = { @@ -71,231 +55,3 @@ death = "550.1.1" } } - -530 = { - name = "Sri" - # Gupta King - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - 220.1.1 = { - birth = yes - } - 280.1.1 = { - death = yes - #create_bloodline = { type = WtWSMS_gupta } - } -} - -534 = { - name = "Ghatotkacha" - # Gupta King - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 530 - 260.1.1 = { - birth = yes - } - 319.1.1 = { - death = yes - } -} - -8500 = { - name = "Chandra" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 534 - 290.1.1 = { - birth = yes - } - 335.1.1 = { - death = yes - } -} - -8502 = { - name = "Samudra" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 8500 - 315.1.1 = { - birth = yes - } - 340.7.12 = { - give_nickname = nick_the_great - } - 375.1.1 = { - death = yes - } -} - -8504 = { - name = "Kacha" - # Gupta Prince - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 8500 - 310.1.1 = { - birth = yes - } - 380.1.1 = { - death = yes - } -} - -96000 = { - name = "Rama" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 8502 - 335.1.1 = { - birth = yes - } - 380.1.1 = { - death = yes - } -} - -96001 = { - name = "Chandra" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 8502 - 340.1.1 = { - birth = yes - } - 415.1.1 = { - death = yes - } -} - -96002 = { - name = "Kumar" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96001 - 360.1.1 = { - birth = yes - } - 455.1.1 = { - death = yes - } -} - -96003 = { - name = "Skanda" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96002 - 380.1.1 = { - birth = yes - } - 467.1.1 = { - death = yes - } -} - -96004 = { - name = "Puru" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96002 - 384.1.1 = { - birth = yes - } - 473.1.1 = { - death = yes - } -} - -96005 = { - name = "Kumar" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 191 - 455.1.1 = { - birth = yes - } - 476.1.1 = { - death = yes - } -} - -96006 = { - name = "Narasimha" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96004 - 435.1.1 = { - birth = yes - } - 520.1.1 = { - death = yes - } -} - -96007 = { - name = "Kumar" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96006 - 455.1.1 = { - birth = yes - } - 540.1.1 = { - death = yes - } -} - -96008 = { - name = "Vishnu" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96007 - 470.1.1 = { - birth = yes - } - 550.1.1 = { - death = yes - } -} - -96009 = { - name = "Vainya" - # Gupta Emperor - dynasty = 1042231 - culture = "eastern_indo_aryan" - religion = vaishnavism # chosen correctly - father = 96008 - 500.1.1 = { - birth = yes - } - 560.1.1 = { - death = yes - } -} diff --git a/WtWSMS/history/characters/sindhi.txt b/WtWSMS/history/characters/sindhi.txt index f61ec56e00..7bf5bdb144 100644 --- a/WtWSMS/history/characters/sindhi.txt +++ b/WtWSMS/history/characters/sindhi.txt @@ -1,7 +1,7 @@ 178012 = { name = "Devaditya" # Sindhi Emperor of Rai dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = shaivism 450.1.1 = { birth = "450.1.1" @@ -15,7 +15,7 @@ name = "Shri_Harsha" # Shri Harsha Rais dynasty = 1042346 - culture = "western_indo_aryan" + culture = "sindhi" religion = shaivism father = 178012 480.1.1 = { diff --git a/WtWSMS/history/characters/sinhala.txt b/WtWSMS/history/characters/sinhala.txt index 9fc0a2fcfd..02cdeb6a5e 100644 --- a/WtWSMS/history/characters/sinhala.txt +++ b/WtWSMS/history/characters/sinhala.txt @@ -1,12 +1,12 @@ # Notes: -# House Meastern_indo_aryan (109703) were Theravadans +# House Moriya (109703) were Theravadans # House Lambakarna (1043001) seem to be Theravadans as well -# Removed duplicate Meastern_indo_aryan dynasties (10424211) +# Removed duplicate Moriya dynasties (10424211) # Made lowborns into Theravadans in line with religion of sinhalese; made other minor dynasties theravada 96019 = { name = "Dhatusena" - # Dhatusena Meastern_indo_aryan + # Dhatusena Moriya dynasty = 109703 culture = "sinhala" religion = theravada @@ -20,7 +20,7 @@ 96020 = { name = "Moggallana" - # Moggallana Meastern_indo_aryan + # Moggallana Moriya dynasty = 109703 culture = "sinhala" father = 96019 @@ -35,7 +35,7 @@ 96021 = { name = "Kashyapa" - # Kashyapa Meastern_indo_aryan + # Kashyapa Moriya dynasty = 109703 culture = "sinhala" father = 96019 @@ -51,7 +51,7 @@ 96022 = { name = "Kumara_Dhatusena" - # Kumara Dhatusena Meastern_indo_aryan + # Kumara Dhatusena Moriya dynasty = 109703 culture = "sinhala" father = 96020 diff --git a/WtWSMS/history/cultures/balti.txt b/WtWSMS/history/cultures/balti.txt new file mode 100644 index 0000000000..b4a64d03dd --- /dev/null +++ b/WtWSMS/history/cultures/balti.txt @@ -0,0 +1,7 @@ +1.1.1 = { + ## Tribal Innovations + # Military + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter +} diff --git a/WtWSMS/history/cultures/khasi.txt b/WtWSMS/history/cultures/khasi.txt new file mode 100644 index 0000000000..3c910023da --- /dev/null +++ b/WtWSMS/history/cultures/khasi.txt @@ -0,0 +1 @@ +1.1.1 = {} \ No newline at end of file diff --git a/WtWSMS/history/cultures/khotanese.txt b/WtWSMS/history/cultures/khotanese.txt new file mode 100644 index 0000000000..832ae83e83 --- /dev/null +++ b/WtWSMS/history/cultures/khotanese.txt @@ -0,0 +1,28 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_castrae + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_leges_barbarorum + discover_innovation = innovation_writing + discover_innovation = innovation_barter + discover_innovation = innovation_oppidum + discover_innovation = innovation_social_stratification + join_era = culture_era_late_antiquity +} +2.1.1 = { + ## Late Antiquity Innovations + # Military + discover_innovation = innovation_standing_army + discover_innovation = innovation_catapult + discover_innovation = innovation_mail_armor + discover_innovation = innovation_muri + # Civic + discover_innovation = innovation_development_01 + discover_innovation = innovation_fora + discover_innovation = innovation_coinage +} \ No newline at end of file diff --git a/WtWSMS/history/cultures/pamiri.txt b/WtWSMS/history/cultures/pamiri.txt new file mode 100644 index 0000000000..79e9ec064b --- /dev/null +++ b/WtWSMS/history/cultures/pamiri.txt @@ -0,0 +1,9 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_vexilium + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 + discover_innovation = innovation_barter +} diff --git a/WtWSMS/history/cultures/sakan.txt b/WtWSMS/history/cultures/sakan.txt index 832ae83e83..e1d0cd0e1b 100644 --- a/WtWSMS/history/cultures/sakan.txt +++ b/WtWSMS/history/cultures/sakan.txt @@ -3,26 +3,9 @@ # Military discover_innovation = innovation_vexilium discover_innovation = innovation_mustering_grounds - discover_innovation = innovation_castrae discover_innovation = innovation_quilted_armor # Civic discover_innovation = innovation_development_00 discover_innovation = innovation_leges_barbarorum - discover_innovation = innovation_writing - discover_innovation = innovation_barter - discover_innovation = innovation_oppidum discover_innovation = innovation_social_stratification - join_era = culture_era_late_antiquity } -2.1.1 = { - ## Late Antiquity Innovations - # Military - discover_innovation = innovation_standing_army - discover_innovation = innovation_catapult - discover_innovation = innovation_mail_armor - discover_innovation = innovation_muri - # Civic - discover_innovation = innovation_development_01 - discover_innovation = innovation_fora - discover_innovation = innovation_coinage -} \ No newline at end of file diff --git a/WtWSMS/history/cultures/tripuri.txt b/WtWSMS/history/cultures/tripuri.txt new file mode 100644 index 0000000000..cdb39eafd8 --- /dev/null +++ b/WtWSMS/history/cultures/tripuri.txt @@ -0,0 +1,8 @@ +1.1.1 = { + ## Tribal Innovations + # Military + discover_innovation = innovation_mustering_grounds + discover_innovation = innovation_quilted_armor + # Civic + discover_innovation = innovation_development_00 +} diff --git a/WtWSMS/history/characters/saka.txt b/WtWSMS/history/province_mapping/00_persia.txt similarity index 100% rename from WtWSMS/history/characters/saka.txt rename to WtWSMS/history/province_mapping/00_persia.txt diff --git a/WtWSMS/history/provinces/bp_k_bactria.txt b/WtWSMS/history/provinces/bp_k_bactria.txt index b53ec5e919..bf77420347 100644 --- a/WtWSMS/history/provinces/bp_k_bactria.txt +++ b/WtWSMS/history/provinces/bp_k_bactria.txt @@ -14,12 +14,15 @@ 4503 = { #Sukawand holding = none } +###c_nuristan +4516 = { #Nagarahara + culture = nuristani + religion = nuristani_pagan + holding = castle_holding #aka Dionysopolis +} 4508 = { #Lamghan holding = church_holding #Jalabad was a religious region of some note } -4516 = { #Nagarahara - holding = city_holding #aka Dionysopolis -} ###c_bamiyan 4343 = { # 4343 - Bamiyan culture = afghan @@ -43,8 +46,8 @@ ###c_chitral 4515 = { #Chitral culture = kalash - religion = kalashism - holding = castle_holding + religion = nuristani_pagan + holding = tribal_holding } 4514 = { #Kunar holding = none diff --git a/WtWSMS/history/provinces/bp_k_bengal.txt b/WtWSMS/history/provinces/bp_k_bengal.txt index 36218f9733..1e675c19ff 100644 --- a/WtWSMS/history/provinces/bp_k_bengal.txt +++ b/WtWSMS/history/provinces/bp_k_bengal.txt @@ -4,7 +4,7 @@ ###c_laksmanavati 1151 = { # 1151 - Laksmanavati - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding #aka Gauda } @@ -19,7 +19,7 @@ } ###c_kotivarsa 840 = { # 840 - Ramavati - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding } @@ -31,7 +31,7 @@ } ###c_gauda 1243 = { # 1243 - Karnasubarna - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding #aka Karnasuvarna; VIIth century } @@ -43,7 +43,7 @@ } ###c_radha 1242 = { # 1242 - Lakhnor - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding } @@ -61,7 +61,7 @@ ###c_pundravardhana 1381 = { # 1381 - Pundravardhana - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding #Ancient settelment } @@ -74,7 +74,7 @@ } ###c_madhupur 1325 = { # 1325 - Madhupur - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding } @@ -86,9 +86,9 @@ } ###c_suvarnagram 1324 = { # 1324 - Suvarnagram - culture = eastern_indo_aryan - religion = shaivism - holding = castle_holding #aka Dhaka; VIIIth attestation, but probably settled earlier + culture = kachari + religion = bathouism + holding = tribal_holding #aka Dhaka; VIIIth attestation } 850 = { # 850 - Bokainagar holding = none @@ -104,7 +104,7 @@ ###c_bikrampur 1319 = { # 1319 - Bikrampur - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding } @@ -119,8 +119,8 @@ } ###c_karmanta 1131 = { # 1131 - Karmanta - culture = eastern_indo_aryan - religion = theravada + culture = tripuri + religion = bathouism holding = castle_holding } 831 = { # 831 - Tripura @@ -135,8 +135,8 @@ } ###c_harikela 853 = { # 853 - Unakoti - culture = meitei - religion = sanamahi_pagan + culture = tripuri + religion = bathouism holding = tribal_holding 650.1.1 = { holding = castle_holding #Carving of Shiva reliefs @@ -148,7 +148,7 @@ } ###c_samatata 1318 = { # 1318 - Samatata - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding buildings = { @@ -169,7 +169,7 @@ } ###c_candradvipa 1236 = { # 1236 - Candradvipa - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding } @@ -184,7 +184,7 @@ ###c_nabadwipa 1323 = { # 1323 - Nabadwipa -culture = eastern_indo_aryan +culture = bengali religion = theravada holding = castle_holding #eventual capital of Sena Dynasty (ca. 1050) } @@ -196,7 +196,7 @@ culture = eastern_indo_aryan } ###c_saptagrama 1233 = { # 1233 - Saptagrama - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding #rose in importance after Tamralipti fell in importance ca. VIIIth century } @@ -208,7 +208,7 @@ culture = eastern_indo_aryan } ###c_vijayapura 1239 = { # 1239 - Vijayapura - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding } @@ -223,7 +223,7 @@ culture = eastern_indo_aryan ###c_bishnupur 1238 = { # 1238 - Mallabhum - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding #aka Laugram(?); ca. 694 } @@ -232,7 +232,7 @@ culture = eastern_indo_aryan } ###c_tamralipti 1235 = { # 1235 - Tamralipti - culture = eastern_indo_aryan + culture = bengali religion = theravada holding = castle_holding buildings = { @@ -253,7 +253,7 @@ culture = eastern_indo_aryan } ###c_midnapore 1232 = { # 1232 - Midnapore - culture = eastern_indo_aryan + culture = bengali religion = kalikula_shaktism holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_bihar.txt b/WtWSMS/history/provinces/bp_k_bihar.txt index 950de3010b..ecae03703f 100644 --- a/WtWSMS/history/provinces/bp_k_bihar.txt +++ b/WtWSMS/history/provinces/bp_k_bihar.txt @@ -4,7 +4,7 @@ ###c_magadha 1154 = { # 1154 - Pataliputra - culture = eastern_indo_aryan + culture = bihari religion = mahasamghika holding = castle_holding special_building_slot = nalanda_university @@ -27,7 +27,7 @@ } ###c_mudgagiri 1152 = { # 1152 - Mudgagiri - culture = eastern_indo_aryan + culture = bihari religion = mahasamghika holding = castle_holding } @@ -40,7 +40,7 @@ } ###c_gaya 1276 = { # 1276 - Gaya - culture = eastern_indo_aryan + culture = bihari religion = mahasamghika holding = castle_holding } @@ -58,7 +58,7 @@ } ###c_sasaram 1251 = { # 1251 - Sasaram - culture = eastern_indo_aryan + culture = bihari religion = kalikula_shaktism holding = castle_holding } @@ -73,7 +73,7 @@ ###c_jaunpur 1166 = { # 1166 - Jaunpur - culture = eastern_indo_aryan + culture = bihari religion = mahasamghika holding = castle_holding } @@ -85,7 +85,7 @@ } ###c_varanasi 1163 = { # 1163 - Varanasi - culture = eastern_indo_aryan + culture = bihari religion = shaivism holding = castle_holding special_building_slot = varanasi_temples_01 @@ -99,7 +99,7 @@ } ###c_chunar 1281 = { # 1281 - Chunar - culture = eastern_indo_aryan + culture = bihari religion = shaivism holding = castle_holding } @@ -111,7 +111,7 @@ ###c_mithila 1419 = { # 1419 - Mithila - culture = eastern_indo_aryan + culture = maithil religion = mahasamghika holding = castle_holding } @@ -126,7 +126,7 @@ } ###c_bangaon 9654 = { # 9654 - Bangaon - culture = eastern_indo_aryan + culture = maithil religion = mahasamghika holding = castle_holding } @@ -138,7 +138,7 @@ } ###c_simaramapura 1420 = { # 1420 - Simaramapura - culture = eastern_indo_aryan + culture = bihari religion = mahasamghika holding = castle_holding } @@ -150,7 +150,7 @@ } ###c_kusinagara 1162 = { # 1162 - Kusinagara - culture = eastern_indo_aryan + culture = bihari religion = mahasamghika holding = castle_holding } @@ -183,8 +183,8 @@ } ###c_daimn_i_koh 1234 = { # 1234 - Deogarh2 / Deogarh in Damin-i-Koh - culture = munda - religion = munda_pagan + culture = bihari + religion = mahasamghika holding = castle_holding } 912 = { # 912 - Shikarji @@ -192,8 +192,8 @@ } ###c_rothas 1327 = { # 1327 - Rothas - culture = eastern_indo_aryan - religion = kalikula_shaktism + culture = nagpuri + religion = mahasamghika holding = castle_holding } 908 = { # 908 - Betla @@ -203,8 +203,8 @@ holding = city_holding } ###c_jharkand -1241 = { # 1241 - Keastern_indo_aryan - culture = eastern_indo_aryan +1241 = { # 1241 - Kbihari + culture = nagpuri religion = shaivism holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_delhi.txt b/WtWSMS/history/provinces/bp_k_delhi.txt index b938ce67cf..5bbabc2734 100644 --- a/WtWSMS/history/provinces/bp_k_delhi.txt +++ b/WtWSMS/history/provinces/bp_k_delhi.txt @@ -4,7 +4,7 @@ ###c_indraprastha 1365 = { # 1365 - Indraprastha - culture = central_indo_aryan + culture = braj religion = vaishnavism holding = castle_holding special_building_slot = iron_pillar_of_delhi_01 @@ -26,9 +26,9 @@ } ###c_hastinapura 1368 = { # 1368 - Hastinapura - culture = central_indo_aryan + culture = braj religion = sarvastivada - holding = castle_holding #Referanced in the Mahabharata + holding = castle_holding #Referenced in the Mahabharata } 3449 = { # 3449 - Mirath holding = city_holding #Delhi-Meerut(?) @@ -41,7 +41,7 @@ } ###c_sthanisvara 1367 = { # 1367 - Saharanpur - culture = central_indo_aryan + culture = braj religion = sarvastivada holding = castle_holding special_building_slot = har_ki_pauri_temple_01 @@ -64,7 +64,7 @@ ###c_mathura 1359 = { # 1359 - Mathura - culture = central_indo_aryan + culture = braj religion = mahayana holding = castle_holding special_building_slot = krishna_janmasthan_temple_01 @@ -81,7 +81,7 @@ } ###c_kol 1141 = { # 1141 - Kol - culture = central_indo_aryan + culture = braj religion = vaishnavism holding = castle_holding } @@ -93,7 +93,7 @@ } ###c_sripatha 1357 = { # 1357 - Sripatha - culture = central_indo_aryan + culture = braj religion = vaishnavism holding = castle_holding } @@ -108,7 +108,7 @@ ###c_vodamayutja 1358 = { # 1358 - Vodamayutja - culture = central_indo_aryan + culture = kannauji religion = sarvastivada holding = castle_holding } @@ -125,7 +125,7 @@ } ###c_sambhal 1173 = { # 1173 - Sambhal - culture = central_indo_aryan + culture = braj religion = sarvastivada holding = castle_holding } @@ -140,7 +140,7 @@ } ###c_katehar 1168 = { # 1168 - Mandawar - culture = central_indo_aryan + culture = braj religion = sarvastivada holding = castle_holding } @@ -155,7 +155,7 @@ ###c_tribandapura 1364 = { # 1364 - Tribandapura - culture = central_indo_aryan + culture = braj religion = kalikula_shaktism holding = tribal_holding } @@ -167,7 +167,7 @@ } ###c_sarasvati 1352 = { # 1352 - Sarasvati - culture = central_indo_aryan + culture = braj religion = kalikula_shaktism holding = tribal_holding } @@ -176,7 +176,7 @@ } ###c_hisar 1366 = { # 1366 - Asigarh - culture = central_indo_aryan + culture = braj religion = vaishnavism holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_gondwana.txt b/WtWSMS/history/provinces/bp_k_gondwana.txt index 0330acb988..ceffacd2b0 100644 --- a/WtWSMS/history/provinces/bp_k_gondwana.txt +++ b/WtWSMS/history/provinces/bp_k_gondwana.txt @@ -5,7 +5,7 @@ ###c_tripuri 1271 = { # 1271 - Tripuri culture = gond - religion = vaishnavism + religion = gondi_pagan holding = castle_holding #aka Tewar } 914 = { # 914 - Mandla @@ -23,7 +23,7 @@ ###c_chauragarh 1164 = { # 1164 - Chauragarh culture = gond - religion = svetambara + religion = gondi_pagan holding = castle_holding } 917 = { # 917 - Barman @@ -40,7 +40,7 @@ ###c_ratanpur 1272 = { # 1272 - Ratanpur - culture = eastern_indo_aryan + culture = sambalpuri religion = vaishnavism holding = castle_holding } @@ -52,7 +52,7 @@ } ###c_tummana 1277 = { # 1277 - Tummana - culture = eastern_indo_aryan + culture = sambalpuri religion = vaishnavism holding = castle_holding } @@ -61,7 +61,7 @@ } ###c_bandhugadha 1165 = { # 1165 - Bandhugadha - culture = central_indo_aryan + culture = awadhi religion = shaivism holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_guge.txt b/WtWSMS/history/provinces/bp_k_guge.txt index b3cfa43c37..a24ab017db 100644 --- a/WtWSMS/history/provinces/bp_k_guge.txt +++ b/WtWSMS/history/provinces/bp_k_guge.txt @@ -1,8 +1,4 @@ -# Notes: -# d_kinnaur made northern_indo_aryan as per -# https://en.wikipedia.org/wiki/Khasas#Medieval_literature - -#k_guge +#k_guge ##d_guge ################################### @@ -139,7 +135,7 @@ ###c_manthang 9079 = { #9079 - Manthang culture = tsangpa - religion = mahayana + religion = old_bon holding = castle_holding } 9080 = { #9080 - Dolpo @@ -153,8 +149,8 @@ ###c_kinnaur 9050 = { #9050 - Kamru - culture = northern_indo_aryan #Modern Kinnauri; should eventually become zhangzhung - religion = shaivism + culture = zhangzhung + religion = old_bon holding = tribal_holding } 9049 = { #9049 - Kalpa @@ -168,8 +164,8 @@ } ###c_dhankar 9046 = { #9046 - Dhankar - culture = northern_indo_aryan #Modern Kinnauri; should eventually become zhangzhung - religion = vajrayana + culture = zhangzhung + religion = old_bon holding = tribal_holding } 9045 = { #9045 - Tabo diff --git a/WtWSMS/history/provinces/bp_k_gujarat.txt b/WtWSMS/history/provinces/bp_k_gujarat.txt index 4ba225e10c..469e4c30c2 100644 --- a/WtWSMS/history/provinces/bp_k_gujarat.txt +++ b/WtWSMS/history/provinces/bp_k_gujarat.txt @@ -4,7 +4,7 @@ ###c_sarasvata_mandala 1292 = { # 1292 - Anahilapataka - culture = western_indo_aryan + culture = gujarati religion = suryaism #Maybe slight ahistorical, but the sun temple is of note holding = castle_holding #IXth century } @@ -22,7 +22,7 @@ } ###c_mohadavasaka 1291 = { # 1291 - Mohadavasaka - culture = western_indo_aryan + culture = gujarati religion = suryaism holding = castle_holding } @@ -34,7 +34,7 @@ } ###c_khetaka 1290 = { # 1290 - Khetaka - culture = western_indo_aryan + culture = gujarati religion = suryaism holding = castle_holding } @@ -55,7 +55,7 @@ ###c_vadodara 1133 = { # 1133 - Vadodara - culture = western_indo_aryan + culture = gujarati religion = shaivism holding = castle_holding } @@ -103,7 +103,7 @@ ###c_bhumilka 1134 = { # 1134 - Vamanasthali - culture = western_indo_aryan + culture = saurashtri religion = shaivism holding = castle_holding #aka Vanthali } @@ -123,7 +123,7 @@ } ###c_somnath 3364 = { # 3364 - Delvada - culture = western_indo_aryan + culture = saurashtri religion = pudgalavada holding = castle_holding special_building_slot = palitana_temple_01 #XIth century complex @@ -141,7 +141,7 @@ } ###c_valabhi 1135 = { # 1135 - Valabhi - culture = western_indo_aryan + culture = saurashtri religion = pudgalavada holding = castle_holding } @@ -156,7 +156,7 @@ } ###c_vardhamana 1267 = { # 1267 - Vardhamana - culture = western_indo_aryan + culture = saurashtri religion = digambara holding = castle_holding } @@ -171,7 +171,7 @@ ###c_dvaraka 1136 = { # 1136 - Dvaraka - culture = western_indo_aryan + culture = saurashtri religion = suryaism holding = castle_holding #aka Dwarka special_building_slot = dwarkadhish_temple_01 #Main religion complex was likely a later construct @@ -184,7 +184,7 @@ } ###c_dhamalpur 1268 = { # 1268 - Dhamalpur - culture = western_indo_aryan + culture = saurashtri religion = svetambara holding = castle_holding } @@ -199,7 +199,7 @@ } ###c_kutch 1295 = { # 1295 - Kanthakota - culture = western_indo_aryan + culture = saurashtri religion = shaivism holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_himalaya.txt b/WtWSMS/history/provinces/bp_k_himalaya.txt index 0fc1e7fa1b..caade44096 100644 --- a/WtWSMS/history/provinces/bp_k_himalaya.txt +++ b/WtWSMS/history/provinces/bp_k_himalaya.txt @@ -48,8 +48,8 @@ ###c_jumla 9101 = { # 9101 - Sinja - culture = northern_indo_aryan - religion = shaivism + culture = tsangpa #Kyirong/Bodish speakers + religion = old_bon holding = castle_holding } 9102 = { # 9102 - Jumla @@ -60,8 +60,8 @@ } ###c_bajura 9099 = { # 9099 - Bajura - culture = northern_indo_aryan - religion = shaivism + culture = tsangpa #Kyirong/Bodish speakers + religion = old_bon holding = castle_holding } 9100 = { # 9100 - Simikot @@ -69,7 +69,7 @@ } ###c_dang 9108 = { # 9108 - Dang - culture = northern_indo_aryan + culture = bihari #Tharu speakers, really religion = shaivism holding = castle_holding } @@ -78,7 +78,7 @@ } ###c_jagatipur 9104 = { # 9104 - Jagatipur - culture = northern_indo_aryan + culture = kirati #Newar, really religion = shaivism holding = castle_holding } @@ -90,7 +90,7 @@ } ###c_gulmi 9109 = { # 9109 - Lumbini - culture = northern_indo_aryan + culture = bihari religion = mahayana holding = church_holding #The Buddha's Birthplace special_building_slot = maya_devi_temple_01 @@ -101,7 +101,7 @@ } ###c_kaski 9111 = { # 9111 - Kaski - culture = northern_indo_aryan + culture = kirati #Magars, really religion = shaivism holding = castle_holding } @@ -116,8 +116,8 @@ ###c_kumaon 9091 = { # 9091 - Kartikeyapura - culture = northern_indo_aryan - religion = shaivism + culture = khas + religion = suryaism #Number of sun temples around here, ties into potential Saka roots holding = castle_holding special_building_slot = badrinath_temple_01 #Probably was used circa this period special_building = badrinath_temple_01 @@ -130,7 +130,7 @@ } ###c_doti 9095 = { # 9095 - Doti - culture = northern_indo_aryan + culture = khas religion = shaivism holding = castle_holding } @@ -142,7 +142,7 @@ } ###c_kali_kumaon 9092 = { # 9092 - Champawat - culture = northern_indo_aryan + culture = khas religion = shaivism holding = castle_holding } @@ -151,7 +151,7 @@ } ###c_garwhal 9090 = { # 9090 - Devalgarh - culture = northern_indo_aryan + culture = khas religion = shaivism holding = castle_holding special_building_slot = kedarnath_temple_01 #Probably later construct diff --git a/WtWSMS/history/provinces/bp_k_kamarupa.txt b/WtWSMS/history/provinces/bp_k_kamarupa.txt index 84a00764c2..cd1fd7ee79 100644 --- a/WtWSMS/history/provinces/bp_k_kamarupa.txt +++ b/WtWSMS/history/provinces/bp_k_kamarupa.txt @@ -3,12 +3,12 @@ #k_kamarupa -##d_kamarupanagara #Bodoland ############################### +##d_kamarupanagara ###c_kamarupanagara 1321 = { # 1321 - Kamarupanagara - culture = kachari - religion = sedism + culture = old_kamrupan #Bodoland (the lesser part) + religion = suryaism holding = castle_holding } 814 = { # 814 - Manikuta @@ -19,8 +19,8 @@ } ###c_kamatapur 818 = { # 818 - Bhitagarh - culture = kachari - religion = sedism + culture = old_kamrupan #Bodoland (at least the main part) + religion = suryaism holding = castle_holding #5th century castle holding } 817 = { # 817 - Nalrajar_Garh / Nalrajar Garh @@ -35,7 +35,7 @@ ###c_haruppeswara 1418 = { # 1418 - Haruppeswara culture = old_kamrupan - religion = vaishnavism + religion = suryaism holding = castle_holding } 813 = { # 813 - Numaligarh @@ -46,21 +46,21 @@ } ###c_kundina 1177 = { # 1177 - Kundina - culture = old_kamrupan - religion = vaishnavism - holding = castle_holding + culture = kachari + religion = bathouism + holding = tribal_holding } 808 = { # 808 - Tinsukia - holding = city_holding + holding = none } 809 = { # 809 - Ghuguha_Dol / Ghuguha Dol holding = none } ###c_charaideo 810 = { # 810 - Charaideo - culture = old_kamrupan - religion = vaishnavism - holding = castle_holding + culture = kachari + religion = bathouism + holding = tribal_holding } 811 = { # 811 - Carguya holding = none @@ -102,8 +102,8 @@ } ###c_srihatta 1245 = { # 1245 - Srihatta - culture = kachari - religion = bathouism + culture = khasi + religion = khasi_animism holding = tribal_holding } 824 = { # 824 - Jangalbari diff --git a/WtWSMS/history/provinces/bp_k_kashmir.txt b/WtWSMS/history/provinces/bp_k_kashmir.txt index 7cffcc484c..d05a3f4d3a 100644 --- a/WtWSMS/history/provinces/bp_k_kashmir.txt +++ b/WtWSMS/history/provinces/bp_k_kashmir.txt @@ -11,7 +11,7 @@ ###c_kasmira 1161 = { # 1161 - Srinagara - culture = dardic_indo_aryan + culture = kashmiri religion = vajrayana holding = castle_holding special_building_slot = sharada_peeth_01 @@ -25,7 +25,7 @@ } ###c_allai 7948 = { # 7948 - Allai - culture = dardic_indo_aryan #Dardic + culture = kashmiri #Dardic religion = shaivism holding = castle_holding } @@ -40,7 +40,7 @@ } ###c_astore 9024 = { # 9024 - Astore - culture = dardic_indo_aryan #Dardic + culture = kashmiri #Dardic religion = shaivism holding = castle_holding } @@ -52,9 +52,9 @@ ###c_gilgit 1351 = { # 1315 - Gilgit - culture = dardic_indo_aryan #Dardic + culture = pamiri religion = vajrayana - holding = castle_holding + holding = castle_holding #Important Silk Road point } 7956 = { # 7956 - Baltit holding = none @@ -64,18 +64,18 @@ } ###c_yasin 7954 = { # 7954 - Yasin - culture = dardic_indo_aryan - religion = shaivism - holding = castle_holding + culture = burusho + religion = nuristani_pagan + holding = tribal_holding } 7955 = { # 7955 - Naltar holding = none } ###c_golaghmuli 7953 = { # 7953 - Golaghmuli - culture = dardic_indo_aryan - religion = shaivism - holding = castle_holding + culture = kalash + religion = nuristani_pagan + holding = tribal_holding } 7951 = { # 7951 - Kalam_TARIM holding = none diff --git a/WtWSMS/history/provinces/bp_k_khotan.txt b/WtWSMS/history/provinces/bp_k_khotan.txt index 5c64c3f908..d7f2f174dc 100644 --- a/WtWSMS/history/provinces/bp_k_khotan.txt +++ b/WtWSMS/history/provinces/bp_k_khotan.txt @@ -43,7 +43,7 @@ ###c_kashgar 1439 = { #Kashgar - culture = sakan + culture = khotanese religion = sarvastivada holding = castle_holding } @@ -64,7 +64,7 @@ } ###c_terek_pass 7967 = { # 7967 - Terek - culture = sakan + culture = khotanese religion = khurmazta #Some references to Zoroastrianism among the Kashgar peoples holding = castle_holding } @@ -73,7 +73,7 @@ } ###c_yarkand 1438 = { # 1438 - Yarkand - culture = sakan + culture = khotanese religion = sarvastivada holding = castle_holding } @@ -110,7 +110,7 @@ ###c_khotan 1440 = { #1440 - Khotan - culture = sakan + culture = khotanese religion = mahayana holding = castle_holding } @@ -134,7 +134,7 @@ } ###c_karghalik 9616 = { #9616 - Karghalik - culture = sakan + culture = khotanese religion = dharmaguptaka holding = castle_holding } @@ -149,7 +149,7 @@ } ###c_keriya 9606 = { #9606 - Keriya - culture = sakan + culture = khotanese religion = mahayana holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_kosala.txt b/WtWSMS/history/provinces/bp_k_kosala.txt index da53ff4711..9ea37da95b 100644 --- a/WtWSMS/history/provinces/bp_k_kosala.txt +++ b/WtWSMS/history/provinces/bp_k_kosala.txt @@ -4,7 +4,7 @@ ###c_kanyakubja 1356 = { # 1356 - Kanyakubja - culture = central_indo_aryan + culture = kannauji religion = shaivism holding = castle_holding } @@ -16,7 +16,7 @@ } ###c_kalpi 1169 = { # 1169 - Kalpi - culture = central_indo_aryan + culture = awadhi religion = svetambara holding = castle_holding } @@ -25,7 +25,7 @@ } ###c_asni 1283 = { # 1283 - Asni - culture = central_indo_aryan + culture = awadhi religion = shaivism holding = castle_holding } @@ -37,7 +37,7 @@ } ###c_prayaga 1328 = { # 1328 - Prayaga - culture = central_indo_aryan + culture = awadhi religion = shaivism holding = castle_holding #aka Allahabad } @@ -46,7 +46,7 @@ } ###c_manikpur 1284 = { # 1284 - Manikpur - culture = central_indo_aryan + culture = awadhi religion = shaivism holding = castle_holding } @@ -55,7 +55,7 @@ } ###c_lakhnau 1167 = { # 1167 - Lakhnau - culture = central_indo_aryan + culture = kannauji religion = sarvastivada holding = castle_holding } @@ -70,7 +70,7 @@ ###c_ayodhya 1250 = { # 1250 - Ayodhya - culture = central_indo_aryan + culture = awadhi religion = sarvastivada holding = castle_holding } @@ -82,7 +82,7 @@ } ###c_sravasti 1421 = { # 1421 - Sravasti - culture = central_indo_aryan + culture = bihari religion = sarvastivada holding = castle_holding special_building_slot = sravasti_01 @@ -96,7 +96,7 @@ } ###c_naimisa 1422 = { # 1422 - Naimisa - culture = central_indo_aryan + culture = kannauji religion = sarvastivada holding = castle_holding } @@ -111,7 +111,7 @@ ###c_mahoba 1301 = { # 1301 - Mahoba - culture = central_indo_aryan + culture = awadhi religion = svetambara holding = castle_holding } @@ -126,7 +126,7 @@ } ###c_gurgi 1278 = { # 1278 - Gurgi - culture = central_indo_aryan + culture = awadhi religion = shaivism holding = castle_holding } @@ -135,7 +135,7 @@ } ###c_kalanjara 1171 = { # 1171 - Kalanjara - culture = central_indo_aryan + culture = awadhi religion = shaivism holding = castle_holding } @@ -156,7 +156,7 @@ } ###c_damoh 1274 = { # 1274 - Damoh - culture = central_indo_aryan + culture = awadhi religion = vaishnavism holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_maharastra.txt b/WtWSMS/history/provinces/bp_k_maharastra.txt index 69791d969b..ce1dffacbe 100644 --- a/WtWSMS/history/provinces/bp_k_maharastra.txt +++ b/WtWSMS/history/provinces/bp_k_maharastra.txt @@ -4,7 +4,7 @@ ###c_devagiri 1145 = { # 1145 - Devagiri - culture = southern_indo_aryan + culture = marathi religion = digambara holding = castle_holding } @@ -21,7 +21,7 @@ } ###c_mulaka 1142 = { # 1142 - Pratishthana - culture = southern_indo_aryan + culture = marathi religion = digambara holding = castle_holding } @@ -33,7 +33,7 @@ } ###c_vatsagulma 1259 = { # 1259 - Vatsagulma - culture = southern_indo_aryan + culture = marathi religion = vaishnavism holding = castle_holding } @@ -45,7 +45,7 @@ } ###c_mahur 7921 = { # 7921 - Mahur - culture = southern_indo_aryan + culture = marathi religion = vaishnavism holding = castle_holding } @@ -63,7 +63,7 @@ ###c_acalapura 1285 = { # 1285 - Acalapura - culture = southern_indo_aryan + culture = marathi religion = vaishnavism holding = castle_holding } @@ -82,7 +82,7 @@ ###c_canda 1269 = { # 1269 - Canda culture = gond - religion = svetambara + religion = gondi_pagan holding = castle_holding } 7928 = { # 7928 - Kundina @@ -97,7 +97,7 @@ ###c_vairagara 1254 = { # 1254 - Vairagara culture = gond - religion = svetambara + religion = gondi_pagan holding = castle_holding } 7935 = { # 7935 - Gondia @@ -106,7 +106,7 @@ ###c_ramagiri 1159 = { # 1159 - Ramagiri culture = gond - religion = svetambara + religion = gondi_pagan holding = castle_holding } 1286 = { # 1286 - Kherla @@ -120,7 +120,7 @@ ###c_kondana 1213 = { # 1213 - Kondana - culture = southern_indo_aryan + culture = marathi religion = mahasamghika holding = castle_holding special_building_slot = mayureshwar_temple_01 #1375 period @@ -136,7 +136,7 @@ } ###c_trikuta 1260 = { # 1260 - Nasikya - culture = southern_indo_aryan + culture = marathi religion = mahasamghika holding = castle_holding } @@ -154,7 +154,7 @@ ###c_suraparaka 1125 = { # 1125 - Thana - culture = southern_indo_aryan + culture = konkani religion = mahasamghika holding = castle_holding special_building_slot = elephanta_caves_01 @@ -174,7 +174,7 @@ } ###c_panaji 7794 = { # 7794 - Panaji - culture = kannada + culture = konkani religion = shaivism holding = castle_holding } @@ -193,7 +193,7 @@ } ###c_kanara 1124 = { # 1124 - Honnore - culture = kannada + culture = konkani religion = shaivism holding = castle_holding } @@ -208,7 +208,7 @@ ###c_taradavadi 1206 = { # 1206 - Taradavadi - culture = kannada + culture = marathi religion = digambara holding = castle_holding } @@ -227,7 +227,7 @@ } ###c_kolhapur 1416 = { # 1416 - Kolhapur - culture = kannada + culture = marathi religion = digambara holding = castle_holding special_building_slot = mahalakshmi_temple_01 @@ -244,7 +244,7 @@ } ###c_naldurg 1146 = { # 1146 - Naldurg - culture = southern_indo_aryan + culture = marathi religion = digambara holding = castle_holding } @@ -259,7 +259,7 @@ } ###c_ashmaka 1212 = { # 1212 - Lattalura - culture = southern_indo_aryan + culture = marathi religion = digambara holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_makran.txt b/WtWSMS/history/provinces/bp_k_makran.txt index a4317b8a35..92b5541422 100644 --- a/WtWSMS/history/provinces/bp_k_makran.txt +++ b/WtWSMS/history/provinces/bp_k_makran.txt @@ -184,7 +184,7 @@ } ###c_khawr 4477 = { #Khawr - culture = northwestern_indo_aryan + culture = sindhi religion = sarvastivada holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_malwa.txt b/WtWSMS/history/provinces/bp_k_malwa.txt index c05a1b3d4b..1d9eddb6bb 100644 --- a/WtWSMS/history/provinces/bp_k_malwa.txt +++ b/WtWSMS/history/provinces/bp_k_malwa.txt @@ -6,8 +6,8 @@ ###c_ujjayini 1288 = { # 1288 - Ujjayini - culture = indo_scythian - religion = dharmaguptaka + culture = malvi + religion = shaivism holding = castle_holding special_building_slot = ujjayini_temple_city_01 special_building = ujjayini_temple_city_01 @@ -26,7 +26,7 @@ } ###c_dhara 1149 = { # 1149 - Dhara - culture = western_indo_aryan + culture = bhil religion = digambara holding = castle_holding special_building_slot = iron_pillar_of_dhar_01 @@ -43,7 +43,7 @@ } ###c_dasapura 1148 = { # 1148 - Dasapura - culture = malavas + culture = malvi religion = svetambara holding = castle_holding #Ancient site } @@ -55,7 +55,7 @@ } ###c_dadhipadra 1289 = { # 1289 - Dadhipadra - culture = western_indo_aryan + culture = bhil religion = digambara holding = castle_holding } @@ -68,7 +68,7 @@ ###c_vidisa 1170 = { # 1170 - Vidisa - culture = central_indo_aryan + culture = malvi religion = svetambara terrain = jungle holding = castle_holding @@ -94,7 +94,7 @@ } ###c_sarangpur 1150 = { # 1150 - Sarangpur - culture = central_indo_aryan + culture = malvi religion = svetambara holding = castle_holding } @@ -109,7 +109,7 @@ } ###c_candhoba 1299 = { # 1299 - Candhoba - culture = central_indo_aryan + culture = malvi religion = svetambara holding = castle_holding } @@ -121,7 +121,7 @@ } ###c_chanderi 1298 = { # 1298 - Chanderi - culture = central_indo_aryan + culture = malvi religion = vaishnavism holding = castle_holding special_building_slot = khajuraho_01 @@ -146,7 +146,7 @@ ###c_mandapika 1147 = { # 1147 - Mandapika - culture = western_indo_aryan + culture = bhil religion = digambara holding = castle_holding } @@ -158,7 +158,7 @@ } ###c_thalner 1262 = { # 1262 - Thalner - culture = western_indo_aryan + culture = bhil religion = digambara holding = castle_holding } @@ -173,7 +173,7 @@ } ###c_burhanpur 1263 = { # 1263 - Burhanpur - culture = southern_indo_aryan + culture = marathi religion = digambara holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_maryul.txt b/WtWSMS/history/provinces/bp_k_maryul.txt index 7e236556cd..0e75474b20 100644 --- a/WtWSMS/history/provinces/bp_k_maryul.txt +++ b/WtWSMS/history/provinces/bp_k_maryul.txt @@ -17,7 +17,7 @@ # https://en.wikipedia.org/wiki/Gilgit-Baltistan#/media/File:Kashmir_Region_November_2019.jpg # # So -# Balitstan: (Zhangzhung provinces in absence of better way to represent) +# Balitstan: Balti people # c_skardu, c_shigar, c_khaplu # # Padum seems to be a mixed prvoince, so left Kashmiri; remainder eastwards turned Zhangzhung @@ -28,7 +28,7 @@ ###c_leh 9002 = { # 9002 - Leh - culture = zhangzhung + culture = balti religion = old_bon holding = castle_holding } @@ -37,16 +37,16 @@ 950.1.1 = { holding = city_holding } #Probably founded by Kyide Nyimagon } 9004 = { # 9004 - Khaltse - holding = castle_holding #some archeological references to the Kushans + holding = city_holding #some archaeological references to the Kushans } 9005 = { # 9005 - Tangtse holding = none } ###c_demchok 9006 = { # 9006 - Demchok - culture = zhangzhung + culture = balti religion = old_bon - holding = castle_holding + holding = tribal_holding } 9007 = { # 9007 - Hanle holding = none @@ -57,9 +57,9 @@ } ###c_diskit 9009 = { # 9009 - Diskit - culture = zhangzhung + culture = balti religion = old_bon - holding = castle_holding + holding = tribal_holding } 9010 = { # 9010 - Panamik holding = none @@ -75,7 +75,7 @@ ###c_padum 9013 = { # 9013 - Padum - culture = dardic_indo_aryan #Dardic + culture = kashmiri #Dardic religion = vajrayana holding = castle_holding } @@ -87,16 +87,16 @@ } ###c_darcha 9016 = { # 9016 - Darcha - culture = zhangzhung #Dardic + culture = balti #Dardic religion = old_bon - holding = castle_holding + holding = tribal_holding } 9017 = { # 9017 - Karzok holding = none } ###c_purig 9018 = { # 9018 - Purig (Kargil) - culture = dardic_indo_aryan #Dardic + culture = kashmiri #Dardic religion = vajrayana holding = castle_holding } @@ -108,9 +108,9 @@ ###c_skardu 9020 = { # 9020 - Skardu - culture = zhangzhung #Dardic - religion = old_bon - holding = castle_holding + culture = kashmiri + religion = shaivism + holding = tribal_holding } 9021 = { # 9021 - Roundu holding = none @@ -123,18 +123,18 @@ } ###c_shigar 9026 = { # 9026 - Shigar -culture = zhangzhung #Dardic +culture = balti religion = old_bon - holding = castle_holding + holding = tribal_holding } 9027 = { # 9027 - Askole holding = none } ###c_khaplu 9028 = { # 9028 - Khaplu - culture = zhangzhung + culture = balti religion = old_bon - holding = castle_holding + holding = tribal_holding } 9029 = { # 9029 - Haldi holding = none diff --git a/WtWSMS/history/provinces/bp_k_orissa.txt b/WtWSMS/history/provinces/bp_k_orissa.txt index 20fa5047e4..9100a2c43e 100644 --- a/WtWSMS/history/provinces/bp_k_orissa.txt +++ b/WtWSMS/history/provinces/bp_k_orissa.txt @@ -4,7 +4,7 @@ ###c_kataka 929 = { # 929 - Dhauli - culture = eastern_indo_aryan + culture = oriya religion = suryaism holding = castle_holding #Edict of Ashoka } @@ -28,7 +28,7 @@ } ###c_khinjali_mandala 1229 = { # 1229 - Khinjali - culture = eastern_indo_aryan + culture = oriya religion = suryaism holding = castle_holding } @@ -40,7 +40,7 @@ } ###c_kodalaka_mandala 1156 = { # 1156 - Kodalaka - culture = eastern_indo_aryan + culture = oriya religion = kalikula_shaktism holding = castle_holding } @@ -52,7 +52,7 @@ } ###c_khijjingakota 1247 = { # 1247 - Khijjinga - culture = eastern_indo_aryan + culture = oriya religion = kalikula_shaktism holding = castle_holding } @@ -70,7 +70,7 @@ } ###c_viraja 3980 = { # 3980 - Bhadrak - culture = eastern_indo_aryan + culture = oriya religion = kalikula_shaktism holding = castle_holding #Probably from the time of the Puranas } @@ -93,7 +93,7 @@ ###c_rayapura 1160 = { # 1160 - Rayapura - culture = gond + culture = sambalpuri religion = kalikula_shaktism holding = castle_holding } @@ -106,7 +106,7 @@ ###c_kiranapura 1270 = { # 1270 - Kiranapura culture = gond - religion = vaishnavism + religion = gondi_pagan holding = castle_holding } 7932 = { # 7932 - Lanjika @@ -120,7 +120,7 @@ } ###c_sripuri 1155 = { # 1155 - Sripuri - culture = eastern_indo_aryan + culture = sambalpuri religion = kalikula_shaktism holding = castle_holding } @@ -129,7 +129,7 @@ } ###c_suvarnapura 1230 = { # 1230 - Suvarnapura - culture = eastern_indo_aryan + culture = sambalpuri religion = kalikula_shaktism holding = castle_holding } @@ -144,7 +144,7 @@ } ###c_sambalpur 1249 = { # 1249 - Sambalpur - culture = eastern_indo_aryan + culture = sambalpuri religion = kalikula_shaktism holding = castle_holding } @@ -159,7 +159,7 @@ ###c_kalinganagar 1224 = { # 1224 - Mandasa - culture = eastern_indo_aryan + culture = oriya religion = vaishnavism holding = castle_holding } @@ -173,7 +173,7 @@ } ###c_puri 1225 = { # 1225 - Puri - culture = eastern_indo_aryan + culture = oriya religion = suryaism holding = castle_holding special_building_slot = jagannath_temple_01 @@ -187,7 +187,7 @@ } ###c_swetaka_mandala 1228 = { # 1228 - Swetakapura - culture = eastern_indo_aryan + culture = oriya religion = suryaism holding = castle_holding } @@ -212,7 +212,7 @@ ###c_cakrakuta 1227 = { # 1227 - Cakrakuta - culture = gond + culture = sambalpuri religion = kalikula_shaktism holding = castle_holding } @@ -225,7 +225,7 @@ ###c_barasura 1252 = { # 1252 - Barasuru culture = gond - religion = kalikula_shaktism + religion = gondi_pagan holding = castle_holding } 7913 = { # 7913 - Bhadracala diff --git a/WtWSMS/history/provinces/bp_k_punjab.txt b/WtWSMS/history/provinces/bp_k_punjab.txt index 90d9e741ae..7b9a920c73 100644 --- a/WtWSMS/history/provinces/bp_k_punjab.txt +++ b/WtWSMS/history/provinces/bp_k_punjab.txt @@ -4,7 +4,7 @@ ###c_lahur 1362 = { # 1362 - Lahur - culture = northwestern_indo_aryan + culture = punjabi religion = vaishnavism holding = castle_holding #aka, Lahore } @@ -19,7 +19,7 @@ } ###c_trigarta 1193 = { # 1193 - Jalandhar - culture = northwestern_indo_aryan + culture = punjabi religion = sarvastivada holding = castle_holding #Ancient settlement } @@ -41,7 +41,7 @@ } ###c_sakala 1179 = { # 1179 - Sakala - culture = northwestern_indo_aryan + culture = punjabi religion = sarvastivada holding = castle_holding #aka Sagala } @@ -57,7 +57,7 @@ } ###c_gurjaratra 1190 = { # 1190 - Gurjaratra - culture = northwestern_indo_aryan + culture = gandhari religion = vajrayana holding = castle_holding } @@ -69,8 +69,8 @@ } ###c_bhera 1192 = { # 1192 - Bhera - culture = northwestern_indo_aryan - religion = vaishnavism + culture = gandhari + religion = dharmaguptaka holding = castle_holding } 3428 = { # 3428 - Katasraj @@ -83,7 +83,7 @@ } ###c_bhirr 3427 = { # 3427 - Bhirr - culture = northwestern_indo_aryan + culture = punjabi religion = vaishnavism holding = castle_holding } @@ -95,7 +95,7 @@ } ###c_dipalpur 3421 = { # 3421 - Pancapura - culture = northwestern_indo_aryan + culture = punjabi religion = vaishnavism holding = castle_holding } @@ -116,9 +116,10 @@ ###c_udabhanda 1180 = { # 1180 - Udabhanda - culture = northwestern_indo_aryan - religion = vajrayana + culture = gandhari + religion = dharmaguptaka holding = castle_holding + 600.1.1 = { religion = vajrayana } #In time for Xuanzang } 3437 = { # 3437 - Attak holding = none @@ -135,7 +136,7 @@ } ###c_purushapura 1342 = { # 1342 - Purushapura - culture = afghan + culture = gandhari religion = dharmaguptaka #Center of dharmaguptaka school early on holding = castle_holding } @@ -149,8 +150,8 @@ } ###c_nandana 1341 = { # 1341 - Nandana - culture = northwestern_indo_aryan - religion = vaishnavism + culture = gandhari + religion = dharmaguptaka holding = castle_holding } 3442 = { # 3442 - Lund_Nandana @@ -158,7 +159,7 @@ } ###c_bannu 1191 = { # 1191 - Bannu - culture = northwestern_indo_aryan + culture = gandhari religion = dharmaguptaka holding = castle_holding } @@ -185,7 +186,7 @@ ###c_multan 1338 = { # 1338 - Multan - culture = northwestern_indo_aryan + culture = punjabi religion = suryaism holding = castle_holding special_building_slot = multan_sun_temple_01 @@ -206,7 +207,7 @@ } ###c_karur 1178 = { # 1178 - Karur - culture = northwestern_indo_aryan + culture = punjabi religion = suryaism holding = castle_holding } @@ -218,7 +219,7 @@ } ###c_uch 1337 = { # 1337 - Uch - culture = northwestern_indo_aryan + culture = punjabi religion = suryaism holding = castle_holding #aka Alexandria-on-the-Indus (?) } @@ -230,7 +231,7 @@ } ###c_kafirkot 1375 = { # 1375 - Kafirkot - culture = northwestern_indo_aryan + culture = punjabi religion = dharmaguptaka holding = castle_holding } @@ -257,7 +258,7 @@ } ###c_karor 1340 = { # 1340 - Karor - culture = northwestern_indo_aryan + culture = punjabi religion = vaishnavism holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_rajputana.txt b/WtWSMS/history/provinces/bp_k_rajputana.txt index 9f56665c87..5fe59623d4 100644 --- a/WtWSMS/history/provinces/bp_k_rajputana.txt +++ b/WtWSMS/history/provinces/bp_k_rajputana.txt @@ -4,7 +4,7 @@ ###c_ajaymeru 1346 = { # 1346 - Shakambhari - culture = malavas + culture = rajput religion = svetambara holding = castle_holding } @@ -19,7 +19,7 @@ } ###c_vairata 1353 = { # 1353 - Harshnath - culture = malavas + culture = rajput religion = suryaism holding = castle_holding #Temple built in 973; kept because few holdings } @@ -35,7 +35,7 @@ } ###c_sakarai 3968 = { # 3968 - Sakarai - culture = malavas + culture = rajput religion = vaishnavism holding = castle_holding } @@ -44,7 +44,7 @@ } ###c_ranthambore 1355 = { # 1355 - Ranthambore - culture = malavas + culture = malvi religion = svetambara holding = castle_holding special_building_slot = ranthambore_01 @@ -61,7 +61,7 @@ } ###c_gwalior 1172 = { # 1172 - Gwalior - culture = central_indo_aryan + culture = malvi religion = vaishnavism holding = castle_holding #Legendary founding: AD 8 special_building_slot = gwalior_fort_01 @@ -80,7 +80,7 @@ ###c_nagauda 1354 = { # 1354 - Nagauda - culture = malavas + culture = rajput religion = suryaism holding = castle_holding } @@ -95,7 +95,7 @@ } ###c_vikramapura 1349 = { # 1349 - Vikramapura - culture = malavas + culture = rajput religion = suryaism holding = tribal_holding } @@ -104,7 +104,7 @@ } ###c_reni 1350 = { # 1350 - Reni - culture = malavas + culture = rajput religion = kalikula_shaktism holding = tribal_holding } @@ -116,7 +116,7 @@ ###c_ludrava 1304 = { # 1304 - Ludrava - culture = malavas + culture = rajput religion = svetambara holding = castle_holding } @@ -131,7 +131,7 @@ } ###c_satyapura 1294 = { # 1294 - Satyapura - culture = malavas + culture = rajput religion = digambara holding = castle_holding } @@ -146,7 +146,7 @@ ###c_mandavyapura 1130 = { # 1130 - Mandavyapura - culture = malavas + culture = rajput religion = svetambara holding = castle_holding } @@ -161,7 +161,7 @@ } ###c_medantaka 1176 = { # 1176 - Medantaka - culture = malavas + culture = rajput religion = svetambara holding = castle_holding } @@ -170,7 +170,7 @@ } ###c_naddula 3342 = { # 3342 - Naddula - culture = malavas + culture = rajput religion = svetambara holding = castle_holding } @@ -182,7 +182,7 @@ } ###c_godwad 1174 = { # 1174 - Candravati - culture = malavas + culture = rajput religion = svetambara terrain = desert holding = castle_holding @@ -201,7 +201,7 @@ ###c_medapata 1345 = { # 1345 - Aghata - culture = malavas + culture = rajput religion = svetambara holding = castle_holding } @@ -220,7 +220,7 @@ } ###c_chitrakut 1302 = { # 1302 - Chitrakut - culture = malavas + culture = malvi religion = svetambara holding = castle_holding special_building_slot = chittorgarh_01 @@ -238,7 +238,7 @@ } ###c_kota 1300 = { # 1300 - Kota - culture = malavas + culture = malvi religion = svetambara holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_sindh.txt b/WtWSMS/history/provinces/bp_k_sindh.txt index f4f349f175..2ce1382fd6 100644 --- a/WtWSMS/history/provinces/bp_k_sindh.txt +++ b/WtWSMS/history/provinces/bp_k_sindh.txt @@ -4,7 +4,7 @@ ###c_debul 1297 = { # 1297 - Debul - culture = northwestern_indo_aryan + culture = sindhi religion = vaishnavism holding = castle_holding } @@ -25,7 +25,7 @@ } ###c_sonda 1331 = { # 1331 - Sonda - culture = northwestern_indo_aryan + culture = sindhi religion = vaishnavism holding = castle_holding } @@ -40,7 +40,7 @@ } ###c_mansura 1137 = { # 1137 - Mansura - culture = northwestern_indo_aryan + culture = sindhi religion = vaishnavism holding = castle_holding } @@ -55,7 +55,7 @@ } ###c_siwistan 1333 = { # 1333 - Siwistan - culture = northwestern_indo_aryan + culture = sindhi religion = sarvastivada holding = castle_holding } @@ -64,7 +64,7 @@ } ###c_ranikot 1303 = { # 1303 - Ranikot - culture = northwestern_indo_aryan + culture = sindhi religion = sarvastivada holding = castle_holding } @@ -79,7 +79,7 @@ ###c_bhakkar ############################### 1138 = { # 1138 - Bhakkar - culture = northwestern_indo_aryan + culture = sindhi religion = vaishnavism holding = castle_holding } @@ -94,7 +94,7 @@ } ###c_aror 1175 = { # 1175 - Aror - culture = northwestern_indo_aryan + culture = sindhi religion = sarvastivada #Important early Buddhist center holding = castle_holding } @@ -103,7 +103,7 @@ } ###c_vijnot 1336 = { # 1336 - Vijnot - culture = northwestern_indo_aryan + culture = sindhi religion = suryaism holding = castle_holding } @@ -115,7 +115,7 @@ } ###c_rajanpur 1339 = { # 1339 - Rajanpur - culture = northwestern_indo_aryan + culture = sindhi religion = sarvastivada holding = castle_holding } diff --git a/WtWSMS/history/provinces/bp_k_transoxiana.txt b/WtWSMS/history/provinces/bp_k_transoxiana.txt index 7eb4b6e3ed..8ba16e779e 100644 --- a/WtWSMS/history/provinces/bp_k_transoxiana.txt +++ b/WtWSMS/history/provinces/bp_k_transoxiana.txt @@ -4,8 +4,8 @@ ###c_badakhshan 4355 = { #Badakhshan - culture = sakan - religion = dharmaguptaka + culture = pamiri + religion = nuristani_pagan holding = tribal_holding } 4353 = { #Rustaq @@ -19,8 +19,8 @@ } ###c_munjan 4357 = { #Munjan - culture = nuristani - religion = nuristanism + culture = pamiri + religion = nuristani_pagan holding = tribal_holding } 4358 = { #Sanglich @@ -31,8 +31,8 @@ } ###c_wakhan 4362 = { #Wakhan - culture = nuristani - religion = nuristanism + culture = pamiri + religion = nuristani_pagan holding = tribal_holding } 4360 = { #Ishkamish @@ -43,9 +43,9 @@ } ###c_shughnan 4363 = { #Shughnan - culture = sakan - religion = dharmaguptaka - holding = castle_holding + culture = pamiri + religion = nuristani_pagan + holding = tribal_holding } 4364 = { #Alichur holding = none @@ -61,8 +61,8 @@ } ###c_karran 4366 = { #Upper Karran - culture = sakan - religion = dharmaguptaka + culture = pamiri + religion = nuristani_pagan holding = tribal_holding } 4367 = { #Lower Karran diff --git a/WtWSMS/history/titles/BP_titles_east_iranian.txt b/WtWSMS/history/titles/BP_titles_east_iranian.txt index 8255e8eb26..c97fb4f3f0 100644 --- a/WtWSMS/history/titles/BP_titles_east_iranian.txt +++ b/WtWSMS/history/titles/BP_titles_east_iranian.txt @@ -30,4 +30,19 @@ d_orleans_alans = { 455.1.1 = { holder = AmoricanAlanChieftan000 } 484.1.1 = { holder = AmoricanAlanChieftan001 } 519.1.1 = { holder = AmoricanAlanChieftan002 } +} + +d_western_satraps = { #Rump western Satrap statelet around Bhillamala for Indo-Scythian Partihara dynasty + # Early Gurjara-Pratihara # + 450.1.1={ + holder=502 # Katukaraja Gurjara + liege="e_rajastan" + government = mandala_government + } + 510.1.1={ holder=501 } # Pratapa Gurjara + 550.1.1={ # Harichandra Pratihara + holder=36332 + liege = 0 + } + 570.1.1={ holder=36333 } # Devaraja Pratihara } \ No newline at end of file diff --git a/WtWSMS/history/titles/BP_titles_peristani.txt b/WtWSMS/history/titles/BP_titles_peristani.txt new file mode 100644 index 0000000000..105173559d --- /dev/null +++ b/WtWSMS/history/titles/BP_titles_peristani.txt @@ -0,0 +1,83 @@ +d_khowar = { + 434.1.1 = { + holder = KalashGolaghmuli000 + government = tribal_government + } + 468.1.1 = { holder = KalashGolaghmuli001 } + 512.1.1 = { holder = KalashGolaghmuli002 } + 546.1.1 = { holder = KalashGolaghmuli003 } + 590.1.1 = { holder = KalashGolaghmuli004 } + 600.1.1 = { holder = KalashGolaghmuli005 } +} +d_kalash = { + 423.1.1 = { + holder = KalashChitral000 + government = tribal_government + } + 465.1.1 = { holder = KalashChitral001 } + 467.1.1 = { holder = KalashChitral002 } + 479.1.1 = { holder = KalashChitral003 } + 525.1.1 = { holder = KalashChitral004 } + 575.1.1 = { holder = KalashChitral005 } + 590.1.1 = { holder = KalashChitral006 } +} +d_burusho = { + 424.1.1 = { + holder = BurushoYasin000 + government = tribal_government + } + 458.1.1 = { holder = BurushoYasin001 } + 486.1.1 = { holder = BurushoYasin002 } + 511.1.1 = { holder = BurushoYasin003 } + 564.1.1 = { holder = BurushoYasin004 } + 583.1.1 = { holder = BurushoYasin005 } + 613.1.1 = { holder = BurushoYasin006 } +} +d_munjan = { + 427.1.1 = { + holder = PamiriMunjan000 + government = tribal_government + } + 454.1.1 = { holder = PamiriMunjan001 } + 497.1.1 = { holder = PamiriMunjan002 } + 523.1.1 = { holder = PamiriMunjan003 } + 555.1.1 = { holder = PamiriMunjan004 } + 572.1.1 = { holder = PamiriMunjan005 } + 613.1.1 = { holder = PamiriMunjan006 } +} +d_wakhan = { + 420.1.1 = { + holder = PamiriWakhi000 + government = tribal_government + } + 456.1.1 = { holder = PamiriWakhi001 } + 475.1.1 = { holder = PamiriWakhi002 } + 503.1.1 = { holder = PamiriWakhi003 } + 526.1.1 = { holder = PamiriWakhi004 } + 577.1.1 = { holder = PamiriWakhi005 } + 601.1.1 = { holder = PamiriWakhi006 } +} +d_shughnan = { + 430.1.1 = { + holder = PamiriShughnan000 + government = tribal_government + } + 460.1.1 = { holder = PamiriShughnan001 } + 496.1.1 = { holder = PamiriShughnan002 } + 546.1.1 = { holder = PamiriShughnan003 } + 561.1.1 = { holder = PamiriShughnan004 } + 573.1.1 = { holder = PamiriShughnan005 } + 619.1.1 = { holder = PamiriShughnan006 } +} +d_karran = { + 430.1.1 = { + holder = PamiriVanji000 + government = tribal_government + } + 471.1.1 = { holder = PamiriVanji001 } + 501.1.1 = { holder = PamiriVanji002 } + 524.1.1 = { holder = PamiriVanji003 } + 546.1.1 = { holder = PamiriVanji004 } + 584.1.1 = { holder = PamiriVanji005 } + 619.1.1 = { holder = PamiriVanji006 } +} diff --git a/WtWSMS/history/titles/BP_titles_tibeto_burman.txt b/WtWSMS/history/titles/BP_titles_tibeto_burman.txt new file mode 100644 index 0000000000..5a2e16536c --- /dev/null +++ b/WtWSMS/history/titles/BP_titles_tibeto_burman.txt @@ -0,0 +1,58 @@ +d_kundina = { + 427.1.1 = { + holder = KachariKundina000 + government = tribal_government + } + 457.1.1 = { holder = KachariKundina001 } + 517.1.1 = { holder = KachariKundina002 } + 546.1.1 = { holder = KachariKundina003 } + 585.1.1 = { holder = KachariKundina004 } + 620.1.1 = { holder = KachariKundina005 } +} +d_charaideo = { + 433.1.1 = { + holder = KachariCharaideo000 + government = tribal_government + } + 471.1.1 = { holder = KachariCharaideo001 } + 502.1.1 = { holder = KachariCharaideo002 } + 526.1.1 = { holder = KachariCharaideo003 } + 546.1.1 = { holder = KachariCharaideo004 } + 597.1.1 = { holder = KachariCharaideo005 } + 607.1.1 = { holder = KachariCharaideo006 } +} +d_dimapur = { + 423.1.1 = { + holder = KachariDimapur000 + government = tribal_government + } + 451.1.1 = { holder = KachariDimapur001 } + 478.1.1 = { holder = KachariDimapur002 } + 506.1.1 = { holder = KachariDimapur003 } + 578.1.1 = { holder = KachariDimapur004 } + 573.1.1 = { holder = KachariDimapur005 } + 599.1.1 = { holder = KachariDimapur006 } +} +d_tripuria = { + 426.1.1 = { + holder = TripuriTripuria000 + government = tribal_government + } + 468.1.1 = { holder = TripuriTripuria001 } + 502.1.1 = { holder = TripuriTripuria002 } + 511.1.1 = { holder = TripuriTripuria003 } + 536.1.1 = { holder = TripuriTripuria004 } + 584.1.1 = { holder = TripuriTripuria005 } +} +d_khasi = { + 436.1.1 = { + holder = KhasiKhasi000 + government = tribal_government + } + 464.1.1 = { holder = KhasiKhasi001 } + 503.1.1 = { holder = KhasiKhasi002 } + 512.1.1 = { holder = KhasiKhasi003 } + 549.1.1 = { holder = KhasiKhasi004 } + 569.1.1 = { holder = KhasiKhasi005 } + 602.1.1 = { holder = KhasiKhasi006 } +} \ No newline at end of file diff --git a/WtWSMS/history/titles/BP_titles_tribal.txt b/WtWSMS/history/titles/BP_titles_tribal.txt index e90d5c16e9..f4f2826961 100644 --- a/WtWSMS/history/titles/BP_titles_tribal.txt +++ b/WtWSMS/history/titles/BP_titles_tribal.txt @@ -209,21 +209,6 @@ d_alans = { holder=33089 # Khætag Halani } } -#### Nuristani Titles -d_nuristan = { - 442.1.1 = { - holder = NuristaniNuristani000 - government = tribal_government - } - 491.1.1 = { holder = NuristaniNuristani001 } - 503.1.1 = { holder = NuristaniNuristani002 } - 548.1.1 = { holder = NuristaniNuristani003 } - 556.1.1 = { holder = NuristaniNuristani004 } - 592.1.1 = { holder = NuristaniNuristani005 } - 635.1.1 = { holder = NuristaniNuristani006 } - 655.1.1 = { holder = NuristaniNuristani007 } - 673.1.1 = { holder = NuristaniNuristani008 } -} #### African Tribes d_nok = { 460.1.1 = { diff --git a/WtWSMS/history/titles/bp_k_bactria.txt b/WtWSMS/history/titles/bp_k_bactria.txt index 300d420bca..98c928196c 100644 --- a/WtWSMS/history/titles/bp_k_bactria.txt +++ b/WtWSMS/history/titles/bp_k_bactria.txt @@ -28,6 +28,18 @@ c_kabul = { holder=36387 # Datbar II Zhunbil } } +c_nuristan = { #Ruled by their own on account of long-term independence + 432.1.1 = { + holder = NuristaniNuristani000 + government = tribal_government + } + 450.1.1 = { liege = k_kabulistan } + 464.1.1 = { holder = NuristaniNuristani001 } + 512.1.1 = { holder = NuristaniNuristani002 } + 529.1.1 = { holder = NuristaniNuristani003 } + 552.1.1 = { holder = NuristaniNuristani004 } + 603.1.1 = { holder = NuristaniNuristani005 } +} c_bamian = { #c_bamiyan history (direct) 450.1.1={ holder=212894 # Datbar Zhunbil @@ -42,19 +54,14 @@ c_bamian = { #c_bamiyan history (direct) holder=36387 # Datbar II Zhunbil } } -c_chitral = { #c_kabul history (elimination) - 450.1.1={ - holder=212894 # Datbar Zhunbil - } - 510.1.1={ - holder=212895 # Zamin Zhunbil - } - 550.1.1={ - holder=36386 # Bextîyar Zhunbil - } - 580.1.1={ - holder=36387 # Datbar II Zhunbil - } +c_chitral = { #Ruled by their own on account of long-term independence + 423.1.1 = { holder = KalashChitral000 } + 465.1.1 = { holder = KalashChitral001 } + 467.1.1 = { holder = KalashChitral002 } + 479.1.1 = { holder = KalashChitral003 } + 525.1.1 = { holder = KalashChitral004 } + 575.1.1 = { holder = KalashChitral005 } + 590.1.1 = { holder = KalashChitral006 } } #County Level Development diff --git a/WtWSMS/history/titles/bp_k_bengal.txt b/WtWSMS/history/titles/bp_k_bengal.txt index 0544ebfa47..838a9a3c18 100644 --- a/WtWSMS/history/titles/bp_k_bengal.txt +++ b/WtWSMS/history/titles/bp_k_bengal.txt @@ -216,7 +216,7 @@ c_candradvipa = { #modified 590.1.1 = { holder = EastIndoAryanChandra011 } #590-597 597.1.1 = { holder = EastIndoAryanChandra012 } #597-600 } -c_karmanta = { #d_gauda history (modified) +c_karmanta = { #Development 300.1.1 = { change_development_level = 7 } #Center of Gupta Dynasty 400.1.1 = { change_development_level = 11 } #Golden Period of Gupta history @@ -225,15 +225,12 @@ c_karmanta = { #d_gauda history (modified) 600.1.1 = { change_development_level = 9 } #Rebuilding under Later Gupta 700.1.1 = { change_development_level = 11 } #Re-development of region #Rulers - - 360.1.1 = { holder = EastIndoAryanGauda000 } #Historical - 400.1.1 = { holder = EastIndoAryanGauda001 } #Fictional - 450.1.1 = { holder = EastIndoAryanGauda002 } #Fictional - 500.1.1 = { holder = EastIndoAryanGauda003 } #Fictional - 550.1.1 = { holder = EastIndoAryanGauda004 } #Fictional - # Gauda # - 590.1.1={ holder = 36380 } # Shashanka Gauda - 625.1.1={ holder = 36381 } # Manava Gauda + 426.1.1 = { holder = TripuriTripuria000 } + 468.1.1 = { holder = TripuriTripuria001 } + 502.1.1 = { holder = TripuriTripuria002 } + 511.1.1 = { holder = TripuriTripuria003 } + 536.1.1 = { holder = TripuriTripuria004 } + 584.1.1 = { holder = TripuriTripuria005 } } c_samatata = { #modified #Development @@ -259,7 +256,7 @@ c_samatata = { #modified 590.1.1 = { holder = EastIndoAryanChandra011 } #590-597 597.1.1 = { holder = EastIndoAryanChandra012 } #597-600 } -c_harikela = { #c_dimapur history (elimination) +c_harikela = { #Development 300.1.1 = { change_development_level = 3 } #Center of Gupta Dynasty 400.1.1 = { change_development_level = 4 } #Golden Period of Gupta history @@ -268,19 +265,12 @@ c_harikela = { #c_dimapur history (elimination) 600.1.1 = { change_development_level = 3 } #Rebuilding under Later Gupta 700.1.1 = { change_development_level = 4 } #Re-development of region #Rulers - - 430.1.1={ - holder = 520 # Naophangba Ningthouja - } - 495.1.1={ - holder = 522 # Nongda Lairen Ningthouja - } - 540.1.1={ - holder = 36384 # Colney Dapzar Ningthouja - } - 560.1.1={ - holder = 36385 # Laikhuram Mara Ningthouja - } + 426.1.1 = { holder = TripuriTripuria000 } + 468.1.1 = { holder = TripuriTripuria001 } + 502.1.1 = { holder = TripuriTripuria002 } + 511.1.1 = { holder = TripuriTripuria003 } + 536.1.1 = { holder = TripuriTripuria004 } + 584.1.1 = { holder = TripuriTripuria005 } } #Development by County diff --git a/WtWSMS/history/titles/bp_k_himalaya.txt b/WtWSMS/history/titles/bp_k_himalaya.txt index 02e28a3253..8a8a4a7b07 100644 --- a/WtWSMS/history/titles/bp_k_himalaya.txt +++ b/WtWSMS/history/titles/bp_k_himalaya.txt @@ -160,63 +160,24 @@ c_kali_kumaon = { #new history (fixup) }#Zhangzhung conquered by Tibet } c_doti = { - #Licchavi Dynasty - 425.1.1 = { - liege="k_himalaya" - holder=247408 #Sankaradeva I - } - 450.1.1 = { - holder=247409 #Dharmadeva - } - 464.1.1 = { - holder=247410 #Manadeva I - } - 505.1.1 = { - holder=247411 #Mahideva - } - 506.1.1 = { - holder=247412 #Vasantadeva - } - 532.1.1 = { - holder=247413 #Manudeva - } - 538.1.1 = { - holder=247414 #Vamanadeva - } - 545.1.1 = { - holder=247415 #Ramadeva - } - 550.1.1 = { - holder=247416 #Amaradeva - } - 555.1.1 = { - holder=247417 #Gunakamadeva I - } - 560.1.1 = { - holder=247418 #Ganadeva - } - 567.1.1 = { - holder=247419 #Gangadeva - } - 573.1.1 = { - holder=247420 #Manadeva II + 466.1.1={ + holder = 221521 # Kharak Takka } - 590.1.1 = { - holder=247421 #Shivadeva I + 500.1.1={ + holder=221522 } - 604.1.1 = { - holder=247422 #Amshuvarman + 550.1.1={ + holder=36342 # Daradas Alxon } - 621.1.1 = { - holder=247423 #Udayadeva I + 600.1.1={ + liege="k_guge" } - 624.1.1 = { - holder=247424 #Dhruvadeva + 610.1.1={ + holder=247618 } 625.1.1={ - liege="d_kurmanchal" - holder=247478 #Vashudev - }#Zhangzhung conquered by Tibet (Katyuri vassals) + liege="e_tibet" + }#Zhangzhung conquered by Tibet } d_khasa = { #Empty History diff --git a/WtWSMS/history/titles/bp_k_kamaprupa.txt b/WtWSMS/history/titles/bp_k_kamaprupa.txt index 1a936364dd..7d389e4f53 100644 --- a/WtWSMS/history/titles/bp_k_kamaprupa.txt +++ b/WtWSMS/history/titles/bp_k_kamaprupa.txt @@ -242,103 +242,24 @@ c_haruppeswara = { #c_kamarupanagara history (changed from c_haruppeswara histor holder = 1440840 #Bhaskar Varman } } -c_charaideo = { #c_kamarupanagara history (changed from c_haruppeswara history) - #Development - 350.1.1 = { change_development_level = 2 } #Varman Dynasty established - 400.1.1 = { change_development_level = 2 } - 500.1.1 = { change_development_level = 3 } - 600.1.1 = { change_development_level = 3 } - 700.1.1 = { change_development_level = 4 } +c_charaideo = { #Rulers - - 350.1.1={ - holder = 144016 #Pushya Varman - } - 374.1.1={ - holder = 144017 #Samudra Varman - } - 398.1.1={ - holder = 144018 #Bala Varman - } - 422.1.1={ - holder = 144019 #Kalyana Varman - } - 446.1.1={ - holder = 1440770 #Ganapati Varman - } - 470.1.1={ - holder = 1440780 #Mahendra Varman - } - 494.1.1={ - holder = 1440790 #Narayana Varman - } - 518.1.1={ - holder = 1440800 #Bhuti Varman - } - 542.1.1={ - holder = 1440850 #Chandramukha Varman - } - 566.1.1={ - holder = 1440810 #Sthita Varman - } - 590.1.1={ - holder = 1440820 #Susthita Varman - } - 595.1.1={ - holder = 1440830 #Supratisthita Varman - } - 600.1.1={ - holder = 1440840 #Bhaskar Varman - } + 433.1.1 = { holder = KachariCharaideo000 } + 471.1.1 = { holder = KachariCharaideo001 } + 502.1.1 = { holder = KachariCharaideo002 } + 526.1.1 = { holder = KachariCharaideo003 } + 546.1.1 = { holder = KachariCharaideo004 } + 597.1.1 = { holder = KachariCharaideo005 } + 607.1.1 = { holder = KachariCharaideo006 } } -c_kundina = { #c_kamarupanagara history (changed from c_kundina history) - #Development - 350.1.1 = { change_development_level = 3 } #Varman Dynasty established - 400.1.1 = { change_development_level = 4 } - 500.1.1 = { change_development_level = 5 } - 600.1.1 = { change_development_level = 6 } - 700.1.1 = { change_development_level = 7 } +c_kundina = { #Rulers - - 350.1.1={ - holder = 144016 #Pushya Varman - } - 374.1.1={ - holder = 144017 #Samudra Varman - } - 398.1.1={ - holder = 144018 #Bala Varman - } - 422.1.1={ - holder = 144019 #Kalyana Varman - } - 446.1.1={ - holder = 1440770 #Ganapati Varman - } - 470.1.1={ - holder = 1440780 #Mahendra Varman - } - 494.1.1={ - holder = 1440790 #Narayana Varman - } - 518.1.1={ - holder = 1440800 #Bhuti Varman - } - 542.1.1={ - holder = 1440850 #Chandramukha Varman - } - 566.1.1={ - holder = 1440810 #Sthita Varman - } - 590.1.1={ - holder = 1440820 #Susthita Varman - } - 595.1.1={ - holder = 1440830 #Supratisthita Varman - } - 600.1.1={ - holder = 1440840 #Bhaskar Varman - } + 427.1.1 = { holder = KachariKundina000 } + 457.1.1 = { holder = KachariKundina001 } + 517.1.1 = { holder = KachariKundina002 } + 546.1.1 = { holder = KachariKundina003 } + 585.1.1 = { holder = KachariKundina004 } + 620.1.1 = { holder = KachariKundina005 } } #Development by county @@ -394,103 +315,25 @@ c_goalpara = { holder = 1440840 #Bhaskar Varman } } -c_dimapur = { #c_goalpara history (changed from c_dimapur history) - #Development - 350.1.1 = { change_development_level = 0 } #Varman Dynasty established - 400.1.1 = { change_development_level = 1 } - 500.1.1 = { change_development_level = 1 } - 600.1.1 = { change_development_level = 2 } - 700.1.1 = { change_development_level = 2 } +c_dimapur = { #Rulers - - 350.1.1={ - holder = 144016 #Pushya Varman - } - 374.1.1={ - holder = 144017 #Samudra Varman - } - 398.1.1={ - holder = 144018 #Bala Varman - } - 422.1.1={ - holder = 144019 #Kalyana Varman - } - 446.1.1={ - holder = 1440770 #Ganapati Varman - } - 470.1.1={ - holder = 1440780 #Mahendra Varman - } - 494.1.1={ - holder = 1440790 #Narayana Varman - } - 518.1.1={ - holder = 1440800 #Bhuti Varman - } - 542.1.1={ - holder = 1440850 #Chandramukha Varman - } - 566.1.1={ - holder = 1440810 #Sthita Varman - } - 590.1.1={ - holder = 1440820 #Susthita Varman - } - 595.1.1={ - holder = 1440830 #Supratisthita Varman - } - 600.1.1={ - holder = 1440840 #Bhaskar Varman - } + 423.1.1 = { holder = KachariDimapur000 } + 451.1.1 = { holder = KachariDimapur001 } + 478.1.1 = { holder = KachariDimapur002 } + 506.1.1 = { holder = KachariDimapur003 } + 578.1.1 = { holder = KachariDimapur004 } + 573.1.1 = { holder = KachariDimapur005 } + 599.1.1 = { holder = KachariDimapur006 } } -c_srihatta = { #c_goalpara history (changed from c_srihatta history) - #Development - 350.1.1 = { change_development_level = 0 } #Varman Dynasty established - 400.1.1 = { change_development_level = 1 } - 500.1.1 = { change_development_level = 1 } - 600.1.1 = { change_development_level = 2 } - 700.1.1 = { change_development_level = 2 } +c_srihatta = { #Rulers - - 350.1.1={ - holder = 144016 #Pushya Varman - } - 374.1.1={ - holder = 144017 #Samudra Varman - } - 398.1.1={ - holder = 144018 #Bala Varman - } - 422.1.1={ - holder = 144019 #Kalyana Varman - } - 446.1.1={ - holder = 1440770 #Ganapati Varman - } - 470.1.1={ - holder = 1440780 #Mahendra Varman - } - 494.1.1={ - holder = 1440790 #Narayana Varman - } - 518.1.1={ - holder = 1440800 #Bhuti Varman - } - 542.1.1={ - holder = 1440850 #Chandramukha Varman - } - 566.1.1={ - holder = 1440810 #Sthita Varman - } - 590.1.1={ - holder = 1440820 #Susthita Varman - } - 595.1.1={ - holder = 1440830 #Supratisthita Varman - } - 600.1.1={ - holder = 1440840 #Bhaskar Varman - } + 436.1.1 = { holder = KhasiKhasi000 } + 464.1.1 = { holder = KhasiKhasi001 } + 503.1.1 = { holder = KhasiKhasi002 } + 512.1.1 = { holder = KhasiKhasi003 } + 549.1.1 = { holder = KhasiKhasi004 } + 569.1.1 = { holder = KhasiKhasi005 } + 602.1.1 = { holder = KhasiKhasi006 } } c_manipur = { #c_dimapur history (elimination) #Development diff --git a/WtWSMS/history/titles/bp_k_kashmir.txt b/WtWSMS/history/titles/bp_k_kashmir.txt index 8267fc5e97..3a3a2c8a39 100644 --- a/WtWSMS/history/titles/bp_k_kashmir.txt +++ b/WtWSMS/history/titles/bp_k_kashmir.txt @@ -90,61 +90,44 @@ c_astore = { #k_kashmir rulers (changed from c_kasmira) 781.1.1 = { holder = kashmiri018 } } -#Replaced with independent rulers +#Development by county d_pamir = { + 1.1.1 = {} +} +c_gilgit = { #Development 400.1.1 = { change_development_level = 00 } 600.1.1 = { change_development_level = 01 } 800.1.1 = { change_development_level = 02 } #Rulers - 423.1.1={ - holder=kashmiri030 - government = mandala_government - liege = k_kashmir - } - 468.1.1={ holder=kashmiri031 } - 490.1.1={ holder=kashmiri032 } - 520.1.1={ holder=kashmiri033 } - 550.1.1={ holder=kashmiri034 } - 580.1.1={ holder=kashmiri035 } - 610.1.1={ holder=kashmiri036 } - 640.1.1={ holder=kashmiri037 } - 670.1.1={ holder=kashmiri038 } - 700.1.1={ holder=kashmiri039 } -} -c_gilgit = { - 423.1.1={ holder=kashmiri030 } - 468.1.1={ holder=kashmiri031 } - 490.1.1={ holder=kashmiri032 } - 520.1.1={ holder=kashmiri033 } - 550.1.1={ holder=kashmiri034 } - 580.1.1={ holder=kashmiri035 } - 610.1.1={ holder=kashmiri036 } - 640.1.1={ holder=kashmiri037 } - 670.1.1={ holder=kashmiri038 } - 700.1.1={ holder=kashmiri039 } + 450.1.1 = { holder = kashmiri000 } + 519.1.1 = { holder = kashmiri001 } + 561.1.1 = { holder = kashmiri002 } + 598.1.1 = { holder = kashmiri004 } + 634.1.1 = { holder = kashmiri005 } + 694.1.1 = { holder = kashmiri006 } + 703.1.1 = { holder = kashmiri007 } + 739.1.1 = { holder = kashmiri010 } + 740.1.1 = { holder = kashmiri011 } + 746.1.1 = { holder = kashmiri013 } + 750.1.1 = { holder = kashmiri014 } + 751.1.1 = { holder = kashmiri015 } + 781.1.1 = { holder = kashmiri018 } } c_yasin = { - 423.1.1={ holder=kashmiri030 } - 468.1.1={ holder=kashmiri031 } - 490.1.1={ holder=kashmiri032 } - 520.1.1={ holder=kashmiri033 } - 550.1.1={ holder=kashmiri034 } - 580.1.1={ holder=kashmiri035 } - 610.1.1={ holder=kashmiri036 } - 640.1.1={ holder=kashmiri037 } - 670.1.1={ holder=kashmiri038 } - 700.1.1={ holder=kashmiri039 } + 424.1.1 = { holder = BurushoYasin000 } + 458.1.1 = { holder = BurushoYasin001 } + 486.1.1 = { holder = BurushoYasin002 } + 511.1.1 = { holder = BurushoYasin003 } + 564.1.1 = { holder = BurushoYasin004 } + 583.1.1 = { holder = BurushoYasin005 } + 613.1.1 = { holder = BurushoYasin006 } } c_golaghmuli = { - 423.1.1={ holder=kashmiri030 } - 468.1.1={ holder=kashmiri031 } - 490.1.1={ holder=kashmiri032 } - 520.1.1={ holder=kashmiri033 } - 550.1.1={ holder=kashmiri034 } - 580.1.1={ holder=kashmiri035 } - 610.1.1={ holder=kashmiri036 } - 640.1.1={ holder=kashmiri037 } - 670.1.1={ holder=kashmiri038 } - 700.1.1={ holder=kashmiri039 } + 434.1.1 = { holder = KalashGolaghmuli000 } + 468.1.1 = { holder = KalashGolaghmuli001 } + 512.1.1 = { holder = KalashGolaghmuli002 } + 546.1.1 = { holder = KalashGolaghmuli003 } + 590.1.1 = { holder = KalashGolaghmuli004 } + 600.1.1 = { holder = KalashGolaghmuli005 } } diff --git a/WtWSMS/history/titles/bp_k_malwa.txt b/WtWSMS/history/titles/bp_k_malwa.txt index 04e272493d..a40c66c6dd 100644 --- a/WtWSMS/history/titles/bp_k_malwa.txt +++ b/WtWSMS/history/titles/bp_k_malwa.txt @@ -21,25 +21,36 @@ } #Development by county -d_dadhipadra = { #changed to gurjara_partihara ruler (<570) - # Early Gurjara-Pratihara # - 450.1.1={ - holder=502 # Katukaraja Gurjara +d_dadhipadra = { + # Aulikari (Gupta-Feudatory Branch) + 404.1.1={ + holder = 36367 # Jayavarma Aulikari liege="e_rajastan" government = mandala_government } - 510.1.1={ - holder=501 # Pratapa Gurjara + 420.1.1={ + holder = 36368 # Simhavarma Aulikari + } + 440.1.1={ + holder = 36369 # Naravarma Aulikari + } + 473.1.1={ + holder = 36370 # Vishvavarma Aulikari + } + 500.1.1={ + holder = 36371 # Yashodharman Aulikari + } + 540.1.1={ + holder = 36372 # Bandhuvarma Aulikari } 550.1.1={ - holder=36332 # Harichandra Pratihara - liege = 0 + liege = 0 } 570.1.1={ - holder=36333 # Devaraja Pratihara + holder = 36373 # Prabhakara Aulikari } } -c_ujjayini = { #changed to gurjara_partihara ruler (<570) +c_ujjayini = { #Development 30.1.1 = { change_development_level = 4 } #Kushan invasion 375.1.1 = { change_development_level = 5 } #Gupta conquest and consolidation @@ -49,22 +60,24 @@ c_ujjayini = { #changed to gurjara_partihara ruler (<570) 700.1.1 = { change_development_level = 15 } #Rulers - # Early Gurjara-Pratihara # - 450.1.1={ - holder=502 # Katukaraja Gurjara + # Aulikari (Madhya Pradesh Branch) + 470.1.1={ + holder = 36374 # Drumavardhana Aulikari } - 510.1.1={ - holder=501 # Pratapa Gurjara + 520.1.1={ + holder = 36375 # Ajitavardhana Aulikari } 550.1.1={ - holder=36332 # Harichandra Pratihara - liege = 0 + holder = 36376 # Vibhishanavardhana Aulikari } 570.1.1={ - holder=36333 # Devaraja Pratihara + holder = 36377 # Rajyavardhana Aulikari + } + 590.1.1={ + holder = 36378 # Prakashadharma Aulikari } } -c_dadhipadra = { #changed to gurjara_partihara ruler (<570) +c_dadhipadra = { #Development 30.1.1 = { change_development_level = 3 } #Kushan invasion 375.1.1 = { change_development_level = 4 } #Gupta conquest and consolidation @@ -74,22 +87,34 @@ c_dadhipadra = { #changed to gurjara_partihara ruler (<570) 700.1.1 = { change_development_level = 11 } #Rulers - # Early Gurjara-Pratihara # - 450.1.1={ - holder=502 # Katukaraja Gurjara + # Aulikari (Gupta-Feudatory Branch) + 404.1.1={ + holder = 36367 # Jayavarma Aulikari + liege="e_rajastan" } - 510.1.1={ - holder=501 # Pratapa Gurjara + 420.1.1={ + holder = 36368 # Simhavarma Aulikari + } + 440.1.1={ + holder = 36369 # Naravarma Aulikari + } + 473.1.1={ + holder = 36370 # Vishvavarma Aulikari + } + 500.1.1={ + holder = 36371 # Yashodharman Aulikari + } + 540.1.1={ + holder = 36372 # Bandhuvarma Aulikari } 550.1.1={ - holder=36332 # Harichandra Pratihara - liege = 0 + liege = 0 } 570.1.1={ - holder=36333 # Devaraja Pratihara + holder = 36373 # Prabhakara Aulikari } } -c_dhara = { #changed to gurjara_partihara ruler (<570) +c_dhara = { #Development 30.1.1 = { change_development_level = 3 } #Kushan invasion 375.1.1 = { change_development_level = 4 } #Gupta conquest and consolidation @@ -99,22 +124,24 @@ c_dhara = { #changed to gurjara_partihara ruler (<570) 700.1.1 = { change_development_level = 11 } #Rulers - # Early Gurjara-Pratihara # - 450.1.1={ - holder=502 # Katukaraja Gurjara + # Aulikari (Madhya Pradesh Branch) + 470.1.1={ + holder = 36374 # Drumavardhana Aulikari } - 510.1.1={ - holder=501 # Pratapa Gurjara + 520.1.1={ + holder = 36375 # Ajitavardhana Aulikari } 550.1.1={ - holder=36332 # Harichandra Pratihara - liege = 0 + holder = 36376 # Vibhishanavardhana Aulikari } 570.1.1={ - holder=36333 # Devaraja Pratihara + holder = 36377 # Rajyavardhana Aulikari + } + 590.1.1={ + holder = 36378 # Prakashadharma Aulikari } } -c_dasapura = { #changed to gurjara_partihara ruler (<570) +c_dasapura = { #Development 30.1.1 = { change_development_level = 4 } #Kushan invasion 375.1.1 = { change_development_level = 5 } #Gupta conquest and consolidation @@ -124,19 +151,31 @@ c_dasapura = { #changed to gurjara_partihara ruler (<570) 700.1.1 = { change_development_level = 15 } #Rulers - # Early Gurjara-Pratihara # - 450.1.1={ - holder=502 # Katukaraja Gurjara + # Aulikari (Gupta-Feudatory Branch) + 404.1.1={ + holder = 36367 # Jayavarma Aulikari + liege="e_rajastan" } - 510.1.1={ - holder=501 # Pratapa Gurjara + 420.1.1={ + holder = 36368 # Simhavarma Aulikari + } + 440.1.1={ + holder = 36369 # Naravarma Aulikari + } + 473.1.1={ + holder = 36370 # Vishvavarma Aulikari + } + 500.1.1={ + holder = 36371 # Yashodharman Aulikari + } + 540.1.1={ + holder = 36372 # Bandhuvarma Aulikari } 550.1.1={ - holder=36332 # Harichandra Pratihara - liege = 0 + liege = 0 } 570.1.1={ - holder=36333 # Devaraja Pratihara + holder = 36373 # Prabhakara Aulikari } } diff --git a/WtWSMS/history/titles/bp_k_maryul.txt b/WtWSMS/history/titles/bp_k_maryul.txt index 2c4778a2e6..a2854129df 100644 --- a/WtWSMS/history/titles/bp_k_maryul.txt +++ b/WtWSMS/history/titles/bp_k_maryul.txt @@ -11,34 +11,31 @@ d_ladakh = { #Empty History 1.1.1={} } c_leh = { #d_balti holders (fictional) - 430.1.1={ holder = baltiTibetan000 } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } c_demchok = { #d_balti holders (fictional) - 430.1.1={ holder = baltiTibetan000 } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } c_diskit = { #d_balti holders (fictional) - 430.1.1={ holder = baltiTibetan000 } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } d_zanskar = { #Empty History @@ -60,14 +57,13 @@ c_padum = { #k_kashmir rulers (supplemental) 781.1.1 = { holder = kashmiri018 } } c_darcha = { #d_balti holders (fictional) - 430.1.1={ holder = baltiTibetan000 } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } c_purig = { #k_kashmir rulers (supplemental) 450.1.1 = { holder = kashmiri000 } @@ -88,35 +84,39 @@ c_purig = { #k_kashmir rulers (supplemental) d_baltiyul = { #Empty History 1.1.1={} } -c_skardu = { #d_balti holders (fictional) - 430.1.1={ holder = baltiTibetan000 } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } +c_skardu = { #Kashmir Kingdom + #Rulers + 450.1.1 = { holder = kashmiri000 } + 519.1.1 = { holder = kashmiri001 } + 561.1.1 = { holder = kashmiri002 } + 598.1.1 = { holder = kashmiri004 } + 634.1.1 = { holder = kashmiri005 } + 694.1.1 = { holder = kashmiri006 } + 703.1.1 = { holder = kashmiri007 } + 739.1.1 = { holder = kashmiri010 } + 740.1.1 = { holder = kashmiri011 } + 746.1.1 = { holder = kashmiri013 } + 750.1.1 = { holder = kashmiri014 } + 751.1.1 = { holder = kashmiri015 } + 781.1.1 = { holder = kashmiri018 } } c_shigar = { #d_balti holders (fictional) - 430.1.1={ holder = baltiTibetan000 } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } c_khaplu = { #d_balti holders (fictional) - 430.1.1={ holder = baltiTibetan000 } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } d_aksai_chin = { #Empty History diff --git a/WtWSMS/history/titles/bp_k_rajputana.txt b/WtWSMS/history/titles/bp_k_rajputana.txt index 6ec8d09ba6..4fb62778a6 100644 --- a/WtWSMS/history/titles/bp_k_rajputana.txt +++ b/WtWSMS/history/titles/bp_k_rajputana.txt @@ -91,7 +91,7 @@ c_medantaka = { holder = 36366 # Krishnavarman Malava } } -c_godwad = { +c_godwad = { #Pratihara Holding? #Development 30.1.1 = { change_development_level = 1 } #Kushan invasion 375.1.1 = { change_development_level = 2 } #Gupta conquest and consolidation @@ -101,27 +101,20 @@ c_godwad = { 700.1.1 = { change_development_level = 6 } #Rulers - # Malava # - 430.1.1={ - holder = 36362 # Jahnuvarman Malava - } + # Early Gurjara-Pratihara # 450.1.1={ - holder = 36363 # Sarvinvarman Malava - } - 510.1.1={ - holder = 36364 # Haritvarman Malava - } - 530.1.1={ - holder = 36365 # Sarvinvarman II Malava + holder=502 # Katukaraja Gurjara + liege="e_rajastan" + government = mandala_government } - 550.1.1={ + 510.1.1={ holder=501 } # Pratapa Gurjara + 550.1.1={ # Harichandra Pratihara + holder=36332 liege = 0 } - 560.1.1={ - holder = 36366 # Krishnavarman Malava - } + 570.1.1={ holder=36333 } # Devaraja Pratihara } -c_naddula = { #c_godwad history +c_naddula = { #Development 30.1.1 = { change_development_level = 0 } #Kushan invasion 375.1.1 = { change_development_level = 0 } #Gupta conquest and consolidation @@ -184,7 +177,7 @@ d_jangladesh = { holder = 188108 # Govinda I, first to hold Harsha } } -c_nagauda = { #changed to malva holders +c_nagauda = { #Development 30.1.1 = { change_development_level = 0 } #Kushan invasion 375.1.1 = { change_development_level = 0 } #Gupta conquest and consolidation @@ -214,7 +207,7 @@ c_nagauda = { #changed to malva holders holder = 36366 # Krishnavarman Malava } } -c_vikramapura = { #changed to malva holders +c_vikramapura = { #Development 30.1.1 = { change_development_level = 0 } #Kushan invasion 375.1.1 = { change_development_level = 0 } #Gupta conquest and consolidation @@ -244,7 +237,7 @@ c_vikramapura = { #changed to malva holders holder = 36366 # Krishnavarman Malava } } -c_reni = { #changed to malva holders +c_reni = { #Development 30.1.1 = { change_development_level = 0 } #Kushan invasion 375.1.1 = { change_development_level = 0 } #Gupta conquest and consolidation @@ -309,7 +302,7 @@ c_ludrava = { holder = 36366 # Krishnavarman Malava } } -c_satyapura = { +c_satyapura = { #Pratihara Holding? #Development 30.1.1 = { change_development_level = 0 } #Kushan invasion 375.1.1 = { change_development_level = 0 } #Gupta conquest and consolidation @@ -319,25 +312,18 @@ c_satyapura = { 700.1.1 = { change_development_level = 2 } #Rulers - # Malava # - 430.1.1={ - holder = 36362 # Jahnuvarman Malava - } + # Early Gurjara-Pratihara # 450.1.1={ - holder = 36363 # Sarvinvarman Malava - } - 510.1.1={ - holder = 36364 # Haritvarman Malava - } - 530.1.1={ - holder = 36365 # Sarvinvarman II Malava + holder=502 # Katukaraja Gurjara + liege="e_rajastan" + government = mandala_government } - 550.1.1={ + 510.1.1={ holder=501 } # Pratapa Gurjara + 550.1.1={ # Harichandra Pratihara + holder=36332 liege = 0 } - 560.1.1={ - holder = 36366 # Krishnavarman Malava - } + 570.1.1={ holder=36333 } # Devaraja Pratihara } #Development by county @@ -354,25 +340,18 @@ c_medapata = { 700.1.1 = { change_development_level = 3 } #Rulers - # Malava # - 430.1.1={ - holder = 36362 # Jahnuvarman Malava - } + # Early Gurjara-Pratihara # 450.1.1={ - holder = 36363 # Sarvinvarman Malava - } - 510.1.1={ - holder = 36364 # Haritvarman Malava - } - 530.1.1={ - holder = 36365 # Sarvinvarman II Malava + holder=502 # Katukaraja Gurjara + liege="e_rajastan" + government = mandala_government } - 550.1.1={ + 510.1.1={ holder=501 } # Pratapa Gurjara + 550.1.1={ # Harichandra Pratihara + holder=36332 liege = 0 } - 560.1.1={ - holder = 36366 # Krishnavarman Malava - } + 570.1.1={ holder=36333 } # Devaraja Pratihara } c_chitrakut = { #Development @@ -450,34 +429,8 @@ c_kota = { } #Development by County -d_ajmer = { #Aulikari (Gupta-Feudatory Branch Center) - # Aulikari (Gupta-Feudatory Branch) - 404.1.1={ - holder = 36367 # Jayavarma Aulikari - liege="e_rajastan" - government = mandala_government - } - 420.1.1={ - holder = 36368 # Simhavarma Aulikari - } - 440.1.1={ - holder = 36369 # Naravarma Aulikari - } - 473.1.1={ - holder = 36370 # Vishvavarma Aulikari - } - 500.1.1={ - holder = 36371 # Yashodharman Aulikari - } - 540.1.1={ - holder = 36372 # Bandhuvarma Aulikari - } - 550.1.1={ - liege = 0 - } - 570.1.1={ - holder = 36373 # Prabhakara Aulikari - } +d_ajmer = { + 1.1.1 = {} } c_ajayameru = { #Development @@ -489,31 +442,24 @@ c_ajayameru = { 700.1.1 = { change_development_level = 2 } #Rulers - # Aulikari (Gupta-Feudatory Branch) - 404.1.1={ - holder = 36367 # Jayavarma Aulikari - liege="e_rajastan" - } - 420.1.1={ - holder = 36368 # Simhavarma Aulikari - } - 440.1.1={ - holder = 36369 # Naravarma Aulikari + # Malava # + 430.1.1={ + holder = 36362 # Jahnuvarman Malava } - 473.1.1={ - holder = 36370 # Vishvavarma Aulikari + 450.1.1={ + holder = 36363 # Sarvinvarman Malava } - 500.1.1={ - holder = 36371 # Yashodharman Aulikari + 510.1.1={ + holder = 36364 # Haritvarman Malava } - 540.1.1={ - holder = 36372 # Bandhuvarma Aulikari + 530.1.1={ + holder = 36365 # Sarvinvarman II Malava } 550.1.1={ - liege = 0 + liege = 0 } - 570.1.1={ - holder = 36373 # Prabhakara Aulikari + 560.1.1={ + holder = 36366 # Krishnavarman Malava } } c_ranthambore = { @@ -562,30 +508,24 @@ c_vairata = { 700.1.1 = { change_development_level = 2 } #Rulers - # Aulikari (Gupta-Feudatory Branch) - 404.1.1={ - holder = 36367 # Jayavarma Aulikari - } - 420.1.1={ - holder = 36368 # Simhavarma Aulikari - } - 440.1.1={ - holder = 36369 # Naravarma Aulikari + # Malava # + 430.1.1={ + holder = 36362 # Jahnuvarman Malava } - 473.1.1={ - holder = 36370 # Vishvavarma Aulikari + 450.1.1={ + holder = 36363 # Sarvinvarman Malava } - 500.1.1={ - holder = 36371 # Yashodharman Aulikari + 510.1.1={ + holder = 36364 # Haritvarman Malava } - 540.1.1={ - holder = 36372 # Bandhuvarma Aulikari + 530.1.1={ + holder = 36365 # Sarvinvarman II Malava } 550.1.1={ - liege = 0 + liege = 0 } - 570.1.1={ - holder = 36373 # Prabhakara Aulikari + 560.1.1={ + holder = 36366 # Krishnavarman Malava } } c_gwalior = { @@ -624,7 +564,7 @@ c_gwalior = { holder = 36373 # Prabhakara Aulikari } } -c_sakarai = { #c_vairata history (elimination) +c_sakarai = { #Development 30.1.1 = { change_development_level = 0 } #Kushan invasion 375.1.1 = { change_development_level = 0 } #Gupta conquest and consolidation @@ -634,29 +574,23 @@ c_sakarai = { #c_vairata history (elimination) 700.1.1 = { change_development_level = 2 } #Rulers - # Aulikari (Gupta-Feudatory Branch) - 404.1.1={ - holder = 36367 # Jayavarma Aulikari - } - 420.1.1={ - holder = 36368 # Simhavarma Aulikari - } - 440.1.1={ - holder = 36369 # Naravarma Aulikari + # Malava # + 430.1.1={ + holder = 36362 # Jahnuvarman Malava } - 473.1.1={ - holder = 36370 # Vishvavarma Aulikari + 450.1.1={ + holder = 36363 # Sarvinvarman Malava } - 500.1.1={ - holder = 36371 # Yashodharman Aulikari + 510.1.1={ + holder = 36364 # Haritvarman Malava } - 540.1.1={ - holder = 36372 # Bandhuvarma Aulikari + 530.1.1={ + holder = 36365 # Sarvinvarman II Malava } 550.1.1={ - liege = 0 + liege = 0 } - 570.1.1={ - holder = 36373 # Prabhakara Aulikari + 560.1.1={ + holder = 36366 # Krishnavarman Malava } } diff --git a/WtWSMS/history/titles/bp_k_transoxiana.txt b/WtWSMS/history/titles/bp_k_transoxiana.txt index fa91094ec1..393004d628 100644 --- a/WtWSMS/history/titles/bp_k_transoxiana.txt +++ b/WtWSMS/history/titles/bp_k_transoxiana.txt @@ -6,74 +6,62 @@ d_badakhshan = { #(fictional) #Development 1.1.1 = { change_development_level = 0 } #Rulers - 460.1.1 = { - holder = SakaDadakhshan000 + 420.1.1 = { + holder = PamririBadakshan000 government = tribal_government } + 459.1.1 = { holder = PamririBadakshan001 } #476.1.1 = { liege = e_xiongnu } - 490.1.1 = { holder = SakaDadakhshan001 } - 520.1.1 = { holder = SakaDadakhshan002 } - 550.1.1 = { holder = SakaDadakhshan003 } - 580.1.1 = { holder = SakaDadakhshan004 } - 610.1.1 = { holder = SakaDadakhshan005 } - 640.1.1 = { holder = SakaDadakhshan006 } - 670.1.1 = { holder = SakaDadakhshan007 } - 700.1.1 = { holder = SakaDadakhshan008 } + 478.1.1 = { holder = PamririBadakshan002 } + 518.1.1 = { holder = PamririBadakshan003 } + 552.1.1 = { holder = PamririBadakshan004 } + 579.1.1 = { holder = PamririBadakshan005 } + 622.1.1 = { holder = PamririBadakshan006 } } c_badakhshan = { #(fictional) - 460.1.1 = { holder = SakaDadakhshan000 } - 490.1.1 = { holder = SakaDadakhshan001 } - 520.1.1 = { holder = SakaDadakhshan002 } - 550.1.1 = { holder = SakaDadakhshan003 } - 580.1.1 = { holder = SakaDadakhshan004 } - 610.1.1 = { holder = SakaDadakhshan005 } - 640.1.1 = { holder = SakaDadakhshan006 } - 670.1.1 = { holder = SakaDadakhshan007 } - 700.1.1 = { holder = SakaDadakhshan008 } + 420.1.1 = { holder = PamririBadakshan000 } + 459.1.1 = { holder = PamririBadakshan001 } + 478.1.1 = { holder = PamririBadakshan002 } + 518.1.1 = { holder = PamririBadakshan003 } + 552.1.1 = { holder = PamririBadakshan004 } + 579.1.1 = { holder = PamririBadakshan005 } + 622.1.1 = { holder = PamririBadakshan006 } } c_munjan = { #(fictional) - 442.1.1 = { holder = NuristaniNuristani000 } - 491.1.1 = { holder = NuristaniNuristani001 } - 503.1.1 = { holder = NuristaniNuristani002 } - 548.1.1 = { holder = NuristaniNuristani003 } - 556.1.1 = { holder = NuristaniNuristani004 } - 592.1.1 = { holder = NuristaniNuristani005 } - 635.1.1 = { holder = NuristaniNuristani006 } - 655.1.1 = { holder = NuristaniNuristani007 } - 673.1.1 = { holder = NuristaniNuristani008 } + 427.1.1 = { holder = PamiriMunjan000 } + 454.1.1 = { holder = PamiriMunjan001 } + 497.1.1 = { holder = PamiriMunjan002 } + 523.1.1 = { holder = PamiriMunjan003 } + 555.1.1 = { holder = PamiriMunjan004 } + 572.1.1 = { holder = PamiriMunjan005 } + 613.1.1 = { holder = PamiriMunjan006 } } c_wakhan = { #(fictional) - 442.1.1 = { holder = NuristaniNuristani000 } - 491.1.1 = { holder = NuristaniNuristani001 } - 503.1.1 = { holder = NuristaniNuristani002 } - 548.1.1 = { holder = NuristaniNuristani003 } - 556.1.1 = { holder = NuristaniNuristani004 } - 592.1.1 = { holder = NuristaniNuristani005 } - 635.1.1 = { holder = NuristaniNuristani006 } - 655.1.1 = { holder = NuristaniNuristani007 } - 673.1.1 = { holder = NuristaniNuristani008 } + 420.1.1 = { holder = PamiriWakhi000 } + 456.1.1 = { holder = PamiriWakhi001 } + 475.1.1 = { holder = PamiriWakhi002 } + 503.1.1 = { holder = PamiriWakhi003 } + 526.1.1 = { holder = PamiriWakhi004 } + 577.1.1 = { holder = PamiriWakhi005 } + 601.1.1 = { holder = PamiriWakhi006 } } c_shughnan = { #(fictional) - 460.1.1 = { holder = SakaDadakhshan000 } - 490.1.1 = { holder = SakaDadakhshan001 } - 520.1.1 = { holder = SakaDadakhshan002 } - 550.1.1 = { holder = SakaDadakhshan003 } - 580.1.1 = { holder = SakaDadakhshan004 } - 610.1.1 = { holder = SakaDadakhshan005 } - 640.1.1 = { holder = SakaDadakhshan006 } - 670.1.1 = { holder = SakaDadakhshan007 } - 700.1.1 = { holder = SakaDadakhshan008 } + 430.1.1 = { holder = PamiriShughnan000 } + 460.1.1 = { holder = PamiriShughnan001 } + 496.1.1 = { holder = PamiriShughnan002 } + 546.1.1 = { holder = PamiriShughnan003 } + 561.1.1 = { holder = PamiriShughnan004 } + 573.1.1 = { holder = PamiriShughnan005 } + 619.1.1 = { holder = PamiriShughnan006 } } c_karran = { #(fictional) - 460.1.1 = { holder = SakaDadakhshan000 } - 490.1.1 = { holder = SakaDadakhshan001 } - 520.1.1 = { holder = SakaDadakhshan002 } - 550.1.1 = { holder = SakaDadakhshan003 } - 580.1.1 = { holder = SakaDadakhshan004 } - 610.1.1 = { holder = SakaDadakhshan005 } - 640.1.1 = { holder = SakaDadakhshan006 } - 670.1.1 = { holder = SakaDadakhshan007 } - 700.1.1 = { holder = SakaDadakhshan008 } + 430.1.1 = { holder = PamiriVanji000 } + 471.1.1 = { holder = PamiriVanji001 } + 501.1.1 = { holder = PamiriVanji002 } + 524.1.1 = { holder = PamiriVanji003 } + 546.1.1 = { holder = PamiriVanji004 } + 584.1.1 = { holder = PamiriVanji005 } + 619.1.1 = { holder = PamiriVanji006 } } #Development by county diff --git a/WtWSMS/history/titles/bp_titles_eastern.txt b/WtWSMS/history/titles/bp_titles_eastern.txt index f2519de3e8..cec341deb6 100644 --- a/WtWSMS/history/titles/bp_titles_eastern.txt +++ b/WtWSMS/history/titles/bp_titles_eastern.txt @@ -141,15 +141,14 @@ d_sumparu = { }#Last King Assassinated by the Tibetans, son fled to China } d_balti = { - 430.1.1={ - holder = baltiTibetan000 - government = prefeudal_government + 433.1.1 = { + holder = BaltiBalti000 + government = tribal_government } - 460.1.1={ holder = baltiTibetan001 } - 490.1.1={ holder = baltiTibetan002 } - 550.1.1={ holder = baltiTibetan003 } - 580.1.1={ holder = baltiTibetan004 } - 620.1.1={ holder = baltiTibetan005 } - 650.1.1={ holder = baltiTibetan006 } - 670.1.1={ holder = baltiTibetan007 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index 81c8f7aa29..4ede8f02f1 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -7,6 +7,8 @@ culture_parameter_heritage_family_east_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Asian [heritage_family|E]" culture_parameter_heritage_family_eurasian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian [heritage_family|E]" culture_parameter_heritage_family_african: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the African [heritage_family|E]" + culture_parameter_heritage_family_peristani: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Peristani [heritage_family|E]" + ## Heritage Groups ### European Family culture_parameter_heritage_group_balko_anatolian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balko-Anatolian [heritage_group|E]" @@ -38,6 +40,8 @@ culture_parameter_heritage_group_central_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central African [heritage_group|E]" culture_parameter_heritage_group_west_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" culture_parameter_heritage_group_east_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East African [heritage_group|E]" + ### Peristani Group + culture_parameter_heritage_group_peristani: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Peristani [heritage_group|E]" # Languages ## Language Families @@ -60,6 +64,7 @@ culture_parameter_language_family_austro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Austro-Asiatic [language_family|E]" culture_parameter_language_family_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_family|E]" culture_parameter_language_family_corduenian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_family|E]" + culture_parameter_language_family_burusho: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Burushaski [language_family|E]" ## Language Branches culture_parameter_language_branch_anatolian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_branch|E]" culture_parameter_language_branch_hellenic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_branch|E]" @@ -115,6 +120,8 @@ culture_parameter_language_branch_indo_iranic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Iranic [language_branch|E]" culture_parameter_language_branch_south_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_branch|E]" culture_parameter_language_branch_magyar: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Magyar [language_branch|E]" + culture_parameter_language_branch_burusho: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Burushaski [language_branch|E]" + culture_parameter_language_branch_khasic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Khasic [language_branch|E]" ## Language Groups culture_parameter_language_group_baltic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Baltic [language_group|E]" culture_parameter_language_group_slavic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [language_group|E]" @@ -123,6 +130,7 @@ culture_parameter_language_group_east_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Germanic [language_group|E]" culture_parameter_language_group_west_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Germanic [language_group|E]" culture_parameter_language_group_iranic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranic [language_group|E]" + culture_parameter_language_group_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_group|E]" culture_parameter_language_group_romance: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_group|E]" culture_parameter_language_group_northwest_semitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Semitic [language_group|E]" culture_parameter_language_group_sayhadic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sayhadic [language_group|E]" @@ -154,6 +162,15 @@ culture_parameter_language_dialect_continuum_eastern_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Iranian [dialect_continuum|E]" culture_parameter_language_dialect_continuum_western_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Iranian [dialect_continuum|E]" culture_parameter_language_dialect_continuum_hispano_celtic: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hispano-Celtic [dialect_continuum|E]" + #Indo-Aryan Cultures + culture_parameter_language_dialect_continuum_prakrit: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Prakrit [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_central_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_western_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_northwestern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwestern Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_southern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_dardic_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Dardic Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_northern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Indo-Aryan [dialect_continuum|E]" # Game Concepts game_concept_heritage_family: "Heritage Family" diff --git a/WtWSMS/localization/english/BP_council_tasks_l_english.yml b/WtWSMS/localization/english/BP_council_tasks_l_english.yml index 03157a5315..54b9415b94 100644 --- a/WtWSMS/localization/english/BP_council_tasks_l_english.yml +++ b/WtWSMS/localization/english/BP_council_tasks_l_english.yml @@ -1,4 +1,6 @@ l_english: + #GENERAL + TRADITION_XENOPHOBIC_CONVERSION_MODIFIER: "Xenophobic Culture Involved" #COURT CHAPLAIN COURT_CHAPLAIN_CONVERSION_TENET_ETHNIC_RELIGION_FOREIGNERS_CONVERSION_RESISTANCE: "[county.GetProvince.GetCounty.GetFaith.GetName] — [GetFaithDoctrine('tenet_ethnic_religion').GetBaseName] Resistance" COURT_CHAPLAIN_CONVERSION_TENET_ETHNIC_RELIGION_CONVERTING_FOREIGNERS: "[councillor.GetFaith.GetName] — [GetFaithDoctrine('tenet_ethnic_religion').GetBaseName] Converting Foreigners" diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index d8f87a1820..aa864cd08b 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -527,6 +527,8 @@ c_zagros_mediae_adj:0 "Zagros Mediae" k_bactria:0 "Bactria" k_bactria_adj:0 "Bactria" + c_nuristan: "Nuristan" + c_nuristan_adj: "Nuristani" k_khwarezm:0 "Khwarezm" k_khwarezm_adj:0 "Khwarezm" k_sogdiana:0 "Sogdiana" @@ -1201,6 +1203,36 @@ d_valentois_alans_article: "the " d_valentois_alans: "Alans" d_valentois_alans_adj: "Alan" + d_western_satraps: "Western Satraps" + d_western_satraps_adj: "Western Satrap" + + #### Tibeto Burmans + d_kundina: "Kundina" + d_kundina_adj: "Kundinan" + d_charaideo: "Charaideo" + d_charaideo_adj: "Charaideo" + d_dimapur: "Dimapur" + d_dimapur_adj: "Dimapuran" + d_tripuria: "Tripuria" + d_tripuria_adj: "Tripurian" + d_khasi: "Khasi" + d_khasi_adj: "Khasi" + + #### Peristanis + d_khowar: "Khowar" + d_khowar_adj: "Khowaran" + d_kalash: "Kalash" + d_kalash_adj: "Kalashan" + d_burusho: "Botraj" + d_burusho_adj: "Botrajan" + d_munjan: "$c_munjan$" + d_munjan_adj: "$c_munjan_adj$" + d_wakhan: "$c_wakhan$" + d_wakhan_adj: "$c_wakhan_adj$" + d_shughnan: "$c_shughnan$" + d_shughnan_adj: "$c_shughnan_adj$" + d_karran: "Vanj" + d_karran_adj: "Vanji" #### Eastern Titles k_wei_western_regions:0 "Wei Dynasty Western Regions" @@ -1248,9 +1280,6 @@ d_iazyges_adj:0 "Iazyges" d_alans:0 "Alans" d_alans_adj:0 "Alan" - ###Nuristani Titles - d_nuristan:0 "Nuristan" - d_nuristan_adj:0 "Nuristani" ###African Titiles d_nok:0 "Nok" d_nok_adj:0 "Nok" diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 1c0d18fdf0..5f4949e062 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -52,4 +52,9 @@ vistula_veneti_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in the IIIrd Century BC" #West Germanic old_frankish_history_loc: "Formed from Istvaeonic-Speaking Tribes in the year AD [DATE.GetYear]" + #Burman + tripuri_history_loc: "Diverged from [CULTURE.GetName] before the Ist Century AD" + #Indo-Aryan + malvi_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" + rajput_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index c7b13aa74d..c7bfdf3f13 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -108,7 +108,6 @@ #East Slavic name_list_old_slavic:0 "Old Slavic" #Indo-Aryans - name_list_eastern_indo_aryan:0 "Magadhi" name_list_old_kamarupan:0 "Kamarupan" name_list_central_indo_aryan:0 "Ardhamagadhi" name_list_western_indo_aryan:0 "Shauraseni" @@ -189,6 +188,7 @@ name_list_meitei:0 "Meitei" name_list_tani:0 "Tani" name_list_pyu: "Pyu" + name_list_khasi: "Khasi" #Tocharian name_list_tocharian:0 "Tocharian" name_list_gushi:0 "Gushi" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 0369502be8..f344f8b2b3 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -323,6 +323,12 @@ alano_vandalic: "Alano-Vandalic" alano_vandalic_collective_noun: "Alano-Vandals" alano_vandalic_prefix: "Alano-Vandalo" + pamiri: "Pamiri" + pamiri_collective_noun: "Pamiri" + pamiri_prefix: "Pamiro" + khotanese: "Khotanese" + khotanese_collective_noun: "Khotanese" + khotanese_prefix: "Khotano" # East Slavic Group old_slavic:0 "Slavic" old_slavic_collective_noun:0 "Slavs" @@ -493,6 +499,10 @@ jute:0 "Jute" jute_collective_noun:0 "Jutes" jute_prefix:0 "Jute" + # Peristani + burusho: "Burusho" + burusho_collective_noun: "Burusho" + burusho_prefix: "Burusho" # Paleo-Iberian paleo_iberian: "Paleo-Iberian" paleo_iberian_collective_noun: "Paleo-Iberians" @@ -549,6 +559,14 @@ afriki:0 "Afriki" afriki_collective_noun:0 "Afriki" afriki_prefix:0 "Afriko" + #Tibetan Group + balti: "Balti" + balti_collective_noun: "Balti" + balti_prefix: "Balto" + #Tibeto Burman Group + khasi: "Khasi" + khasi_collective_noun: "Khasi" + khasi_prefix: "Khaso" # Tarim Group gushi:0 "Gushi" gushi_collective_noun:0 "Gushi" @@ -687,35 +705,25 @@ senegambian_collective_noun:0 "Proto-Senegambians" senegambian_prefix:0 "Proto-Senegambian" #Indo-Aryan Group - kalash:0 "Kalash" - kalash_collective_noun:0 "Kalasha" - kalash_prefix:0 "Kalash" - old_kamrupan:0 "Old Kamrupan" - old_kamrupan_collective_noun:0 "Old Kamrupans" - old_kamrupan_prefix:0 "Old Kamrupan" - #Ancient Indo-Aryan cultures - eastern_indo_aryan:0 "Magadhi" - eastern_indo_aryan_collective_noun:0 "Magadhis" - eastern_indo_aryan_prefix:0 "Maghadi" - central_indo_aryan:0 "Apabhramśas" - central_indo_aryan_collective_noun:0 "Apabhramśas" - central_indo_aryan_prefix:0 "Apabhramśas" - northwestern_indo_aryan:0 "Vrachada" - northwestern_indo_aryan_collective_noun:0 "Vrachadas" - northwestern_indo_aryan_prefix:0 "Vrachada" - western_indo_aryan:0 "Shauraseni" - western_indo_aryan_collective_noun:0 "Shaurasenis" - western_indo_aryan_prefix:0 "Shauraseni" - northern_indo_aryan:0 "Khasa" - northern_indo_aryan_collective_noun:0 "Khasas" - northern_indo_aryan_prefix:0 "Khasa" - dardic_indo_aryan:0 "Dardic" - dardic_indo_aryan_collective_noun:0 "Dardics" - dardic_indo_aryan_prefix:0 "Dardic" - southern_indo_aryan:0 "Maharashtri" - southern_indo_aryan_collective_noun:0 "Maharashtris" - southern_indo_aryan_prefix:0 "Maharashtri" - malavas:0 "Malavas" - malavas_collective_noun:0 "Malavas" - malavas_prefix:0 "Malavo" - + kalash: "Kalash" + kalash_collective_noun: "Kalashas" + kalash_prefix: "Kalash" + old_kamrupan: "Old Kamrupan" + old_kamrupan_collective_noun: "Kamrupans" + old_kamrupan_prefix: "Kamrupan" + maithil: "Maithil" + maithil_collective_noun: "Maithils" + maithil_prefix: "Maithilo" + kannauji: "Kannauji" + kannauji_collective_noun: "Kannaujis" + kannauji_prefix: "Kannaujo" + gandhari: "Gandhari" + gandhari_collective_noun: "Gandharis" + gandhari_prefix: "Gandharo" + khas: "Khasa" + khas_collective_noun: "Khasas" + khas_prefix: "Khaso" + saurashtri: "Saurashtri" + saurashtri_collective_noun: "Saurashtris" + saurashtri_prefix: "Saurashtro" + \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/dharma_cultures_l_english.yml b/WtWSMS/localization/english/culture/dharma_cultures_l_english.yml index 7cd48079fa..dc7e52207b 100644 --- a/WtWSMS/localization/english/culture/dharma_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/dharma_cultures_l_english.yml @@ -42,9 +42,9 @@ nagpuri_collective_noun:0 "Nagpuris" nagpuri_prefix:0 "Nagpuri" - sambalpuri:0 "Sambalpuri" - sambalpuri_collective_noun:0 "Sambalpuris" - sambalpuri_prefix:0 "Sambalpuri" + sambalpuri: "Sambalpuri" + sambalpuri_collective_noun: "Sambalpuris" + sambalpuri_prefix: "Sambalpuri" rajput:0 "Rajasthani" rajput_collective_noun:1 "Rajasthanis" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml index 03ffc2c1fc..11395ade02 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml @@ -23,6 +23,8 @@ heritage_vasconic_collective_name: "Vascons" heritage_paleo_iberian_name: "Paleo-Iberian" heritage_paleo_iberian_collective_name: "Paleo-Iberians" + heritage_peristani_name: "Peristani" + heritage_peristani_collective_name: "Peristanis" #Latin Heritages heritage_romano_british_name: "British Romance" heritage_romano_british_collective_noun: "British Romantics" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 3506a5ca7f..bf82fa3c74 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -5,6 +5,7 @@ #Austro-Asiatic language_munda_name:0 "Munda" language_mon_name:0 "Mon" + language_khasi_name: "Khasi" #Baltic language_baltic_name:0 "East Baltic" language_west_baltic_name:0 "West Baltic" @@ -51,15 +52,15 @@ language_sakan_name:0 "Sakan" language_sogdian_name:0 "Sogdian" language_nuristani_name:0 "Nuristani" + language_pamir: "Pamir" #Indo-Aryan - language_kamarupan_name:0 "Kamarupan" - language_sauraseni_name:0 "Shauraseni" - language_marathi_name:0 "Maharashtri" - language_magadhan_name:0 "Magadhi" - language_pahari_name:0 "Pahari" - language_sinhalese_name:0 "Sinhalese" - language_kashmiri_name:0 "Dardic" - language_sanskrit_name:0 "Sanskrit" + language_pahari_name: "Pahari Prakrit" + language_sanskrit_name: "Sanskrit" + langauge_apabhramsa_name: "Apabhraṃśa Prakrit" #Really, just the proto-Western Indo Aryan Languages + language_maharashtri_name: "Maharashtri Prakrit" + language_elu_name: "Elu Prakrit" + language_kalasha_name: "Kalasha" + language_gandhari_name: "Gandhari" #Iranian language_parthian_name: "Parthian" language_median_name: "Median" @@ -112,6 +113,7 @@ language_meitei_name:0 "Meitei" language_tani_name:0 "Tani" language_pyu_name:0 "Pyu" + language_kokborok_name: "Kokborok" #Tocharian language_gushi_name:0 "Gushi" #Turkic @@ -125,4 +127,6 @@ language_old_frankish_name:0 "Frankish" #Dead Cultures language_paleo_iberian_name: "Paleo-Iberian" + #Burusho + language_burusho_name: "Burushaski" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index c77294dc59..7df0f32a09 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -104,6 +104,13 @@ ##### WtWSMS Traditions ##### #### Regional #### + #Xenophobia + tradition_xenophobic_name: "Xenophobic" + tradition_xenophobic_desc: "This culture, as a results of centuries of pressure and insularity, have taken their isolation to an extreme. While they are unlikely to expand culturally or religiously, it will be incredibly difficult to dislodge them from their homes or assimilate them." + tradition_xenophobic_non_dlc_name: "$tradition_xenophobic_name$" + tradition_xenophobic_non_dlc_desc: "$tradition_xenophobic_desc$" + culture_parameter_very_difficult_to_convert_or_promote: "#V Convert County#! Task: #N -[EmptyScope.ScriptValue('conversion_culture_very_difficult_to_convert_or_promote_value')]%#!\n$TAB$$EFFECT_LIST_BULLET$#EMP Resistance and Speed#!\n$EFFECT_LIST_BULLET$#V Promote Culture#! Task: #N -[EmptyScope.ScriptValue('conversion_culture_very_difficult_to_convert_or_promote_value')]%#!\n$TAB$$EFFECT_LIST_BULLET$#EMP Resistance and Speed#!" + culture_parameter_very_expensive_convert_to_local_culture: "#V $convert_to_local_culture_decision$#! [decision|E] Cost: [prestige_i]#N +500%#!" #Greek Traditions tradition_greek_succession_name: "Greek Traditions" tradition_greek_succession_desc: "This culture is closely associated with the Hellenic cultural milieu and exhibits certain expectations for its rulers and nobility." diff --git a/WtWSMS/localization/english/religion/BP_religion_hinduism_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_hinduism_l_english.yml index a5c942482b..ba03179e27 100644 --- a/WtWSMS/localization/english/religion/BP_religion_hinduism_l_english.yml +++ b/WtWSMS/localization/english/religion/BP_religion_hinduism_l_english.yml @@ -77,15 +77,4 @@ shrautism_water_god_name:0 "Varuna" shrautism_water_god_name_possessive:0 "Varuna's" - - kalashism:0 "Kalashism" - kalashism_adj:0 "Kalashist" - kalashism_adherent:0 "Kalashist" - kalashism_adherent_plural:0 "Kalashist" - kalashism_desc:0 "The faith of the Indo-European Kalash people shares many similarities to orthodox forms of Hinduism and is likely related to the pre-Vedic belief system of the Indo-Aryans." - - nuristanism:0 "Nuristanism" - nuristanism_adj:0 "Nuristanist" - nuristanism_adherent:0 "Nuristanist" - nuristanism_adherent_plural:0 "Nuristanist" - nuristanism_desc:0 "The faith of the Indo-European Nuristani people shares many similarities to orthodox forms of Hinduism and is likely related to the pre-Vedic belief system of the Indo-Aryans." \ No newline at end of file + \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_indian_tribal_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_indian_tribal_l_english.yml new file mode 100644 index 0000000000..f5ee6e76c8 --- /dev/null +++ b/WtWSMS/localization/english/religion/BP_religion_indian_tribal_l_english.yml @@ -0,0 +1,51 @@ +l_english: + #######MUNDA RELIGION####### + indian_tribal_religion: "Adivasi" + indian_tribal_religion_adj: "Adivasi" + indian_tribal_religion_adherent: "Adivasist" + indian_tribal_religion_adherent_plural: "Adivasists" + indian_tribal_religion_desc: "Adivasi is a modern, anachronistic word referring to what are today known as Scheduled Tribes; various peoples, both Indo-Aryan and not, who claim an indigenous identity and whose lifestyles remain more traditional than the broader Indian milieu. Their religion, although part of a broader branch of Indian faiths, retains pagan features and is considered Eastern pagan." + + munda_pagan: "Sarnaism" + munda_pagan_adj: "Sarnaist" + munda_pagan_adherent: "Sarnaist" + munda_pagan_adherent_plural: "Sarnaists" + munda_pagan_desc: "The Austroasiatic paganism of the Munda Peoples has blended with the Hindu belief system of the region, but maintains several distinct features, including sacred groves and distinct rituals." + + munda_high_god_name: "Dharti ayo" + munda_high_god_name_possessive: "Dharti ayo's" + munda_high_god_name_alternate: "Chalapachho Devi" + munda_high_god_name_alternate_possessive: "Chalapachho Devi's" + munda_creator_god_name: "$munda_high_god_name$" + munda_creator_god_name_possessive: "$munda_high_god_name_possessive$" + + munda_health_god_name: "$munda_high_god_name$" + munda_health_god_name_possessive: "$munda_high_god_name_possessive$" + munda_fertility_god_name: "$munda_high_god_name$" + munda_fertility_god_name_possessive: "$munda_high_god_name_possessive$" + munda_wealth_god_name: "$munda_high_god_name$" + munda_wealth_god_name_possessive: "$munda_high_god_name_possessive$" + munda_household_god_name: "Gram deoti" + munda_household_god_name_possessive: "Gram deoti's" + munda_knowledge_god_name: "$munda_high_god_name$" + munda_knowledge_god_name_possessive: "$munda_high_god_name_possessive$" + munda_war_god_name: "$munda_high_god_name$" + munda_war_god_name_possessive: "$munda_high_god_name_possessive$" + munda_water_god_name: "$munda_high_god_name$" + munda_water_god_name_possessive: "$munda_high_god_name_possessive$" + + witchgodname_munda_the_shadow: "$witchgodname_paganism_the_shadow$" + witchgodname_munda_the_shadow_possessive: "$witchgodname_paganism_the_shadow_possessive$" + + munda_house_of_worship: "Jaher than" + munda_house_of_worship_plural: "Jaher thans" + munda_religious_symbol: "arrow" + munda_priest: "Pahan" + munda_priest_adj: "Pahan" + + gondi_pagan: "Koyapunem" + gondi_pagan_adj: "Koyapunist" + gondi_pagan_adherent: "Koyapunist" + gondi_pagan_adherent_plural: "Koyapunists" + gondi_pagan_desc: "The traditional faith of the Gondi People, it emphasis nature and pacifism distinguish it from the Indo-Aryan faiths, despite a number of similar superficial features." + \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_munda_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_munda_l_english.yml deleted file mode 100644 index 8ee959b40b..0000000000 --- a/WtWSMS/localization/english/religion/BP_religion_munda_l_english.yml +++ /dev/null @@ -1,44 +0,0 @@ -l_english: - #######MUNDA RELIGION####### - munda_religion:2 "Austroasiatic" - munda_religion_adj:2 "Austroasiatic" - munda_religion_adherent:2 "Austroasiatic" - munda_religion_adherent_plural:2 "Austroasiatic" - munda_religion_desc:0 "Austroasiatic paganism belongs is a type of paganism associated with Austroasiatic groups like the Munda, Vietnamese, and Khmer peoples." - - munda_pagan:0 "Sarnaism" - munda_pagan_adj:0 "Sarnaist" - munda_pagan_adherent:0 "Sarnaist" - munda_pagan_adherent_plural:0 "Sarnaists" - munda_pagan_desc:0 "The Austroasiatic paganism of the Munda Peoples has blended with the Hindu belief system of the region, but maintains several distinct features, including sacred groves and distinct rituals." - - munda_high_god_name:0 "Dharti ayo" - munda_high_god_name_possessive:0 "Dharti ayo's" - munda_high_god_name_alternate:0 "Chalapachho Devi" - munda_high_god_name_alternate_possessive:0 "Chalapachho Devi's" - munda_creator_god_name:0 "$munda_high_god_name$" - munda_creator_god_name_possessive:0 "$munda_high_god_name_possessive$" - - munda_health_god_name:0 "$munda_high_god_name$" - munda_health_god_name_possessive:0 "$munda_high_god_name_possessive$" - munda_fertility_god_name:0 "$munda_high_god_name$" - munda_fertility_god_name_possessive:0 "$munda_high_god_name_possessive$" - munda_wealth_god_name:0 "$munda_high_god_name$" - munda_wealth_god_name_possessive:0 "$munda_high_god_name_possessive$" - munda_household_god_name:0 "Gram deoti" - munda_household_god_name_possessive:0 "Gram deoti's" - munda_knowledge_god_name:0 "$munda_high_god_name$" - munda_knowledge_god_name_possessive:0 "$munda_high_god_name_possessive$" - munda_war_god_name:0 "$munda_high_god_name$" - munda_war_god_name_possessive:0 "$munda_high_god_name_possessive$" - munda_water_god_name:0 "$munda_high_god_name$" - munda_water_god_name_possessive:0 "$munda_high_god_name_possessive$" - - witchgodname_munda_the_shadow:0 "$witchgodname_paganism_the_shadow$" - witchgodname_munda_the_shadow_possessive:0 "$witchgodname_paganism_the_shadow_possessive$" - - munda_house_of_worship:0 "Jaher than" - munda_house_of_worship_plural:0 "Jaher thans" - munda_religious_symbol:0 "arrow" - munda_priest:0 "Pahan" - munda_priest_adj:0 "Pahan" \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/rice_religion_peristani_l_english.yml b/WtWSMS/localization/english/religion/rice_religion_peristani_l_english.yml new file mode 100644 index 0000000000..2e8b94ae94 --- /dev/null +++ b/WtWSMS/localization/english/religion/rice_religion_peristani_l_english.yml @@ -0,0 +1,81 @@ +# Cribbed from RICE (localization/english/rice_religions_l_english.yml) +# with permission (standing permission on Steam Page) +l_english: + # Peristani/Kalash/Nuristani + peristani_religion:1 "Peristani" + peristani_religion_adj:1 "Peristani" + peristani_religion_adherent:1 "Peristani" + peristani_religion_adherent_plural:1 "Peristanis" + peristani_religion_desc:1 "The Indo-Iranian pagans who live along the Pamir and Hindu Kush mountains worship many gods in a manner reminiscent of the ancient pre-Vedic Indians and pre-Zoroastrian Iranians. Purity and impurity are important concepts, and the belief in spirits or fairies known as Peris is strong." + nuristani_pagan:0 "Dezawism" + nuristani_pagan_adj:0 "Dezawist" + nuristani_pagan_adherent:1 "Dezawist" + nuristani_pagan_adherent_plural:0 "Dezawists" + nuristani_pagan_desc:0 "Dezaw was the supreme creator deity of several pagan tribes in northern Pakistan and eastern Afghanistan, particularly the Kalash. Their rituals focus on the boundaries between the worlds of purity and impurity. For example, high mountains, goats, and prepubescent boys are seen as exemplars of purity." + nuristani_pagan_old:0 "Old Dezawism" + nuristani_pagan_old_adj:0 "Old Dezawist" + nuristani_pagan_old_adherent:1 "Old Dezawist" + nuristani_pagan_old_adherent_plural:0 "Old Dezawists" + nuristani_pagan_old_desc:0 "Dezaw was the supreme creator deity of several pagan tribes in northern Pakistan and eastern Afghanistan, particularly the Kalash. Their rituals focus on the boundaries between the worlds of purity and impurity. For example, high mountains, goats, and prepubescent boys are seen as exemplars of purity." + + holy_order_companions_of_the_suchi:0 "Companions of the Suchi" + holy_order_defenders_of_the_pure_mountains:0 "Defenders of the Pure Mountains" + holy_order_warriors_of_mahandeo:0 "Warriors of Mahandeo" + + peristani_high_god_name:0 "Dezaw" + peristani_high_god_name_possessive:0 "Dezaw's" + peristani_high_god_name_alternate:0 "Imra" + peristani_high_god_name_alternate_possessive:0 "Imra's" + peristani_devil_name:0 "Jestan" + peristani_devil_name_possessive:0 "Jestan's" + peristani_death_deity_name:0 "Mara" + peristani_death_deity_name_possessive:0 "Mara's" + peristani_religious_symbol:0 "goat" + peristani_religious_text:0 "Ištikavan" + peristani_religious_head_title:0 "High Ištikavan" + peristani_religious_head_title_name:0 "High Council" + peristani_divine_realm:0 "Tsiam" + peristani_priest_male:0 "Ištikavan" + peristani_priest_male_plural:0 "Ištikavans" + peristani_priest_female:0 "Ištikavan" + peristani_priest_female_plural:0 "Ištikavans" + peristani_priest_neuter:0 "Ištikavan" + peristani_priest_neuter_plural:0 "Ištikavans" + peristani_bishop_male:0 "Head Ištikavan" + peristani_bishop_male_plural:0 "Head Ištikavans" + peristani_bishop_female:0 "Head Ištikavan" + peristani_bishop_female_plural:0 "Head Ištikavans" + peristani_bishop_neuter:0 "Head Ištikavan" + peristani_bishop_neuter_plural:0 "Head Ištikavans" + peristani_creator_god_name:0 "Dezaw" + peristani_creator_god_name_possessive:0 "Dezaw's" + peristani_health_god_name:0 "Dezalik" + peristani_health_god_name_possessive:0 "Dezalik's" + peristani_fertility_god_name:0 "Dezalik" + peristani_fertility_god_name_possessive:0 "Dezalik's" + peristani_wealth_god_name:0 "Mahandeo" + peristani_wealth_god_name_possessive:0 "Mahandeo's" + peristani_household_god_name:0 "Jestak" + peristani_household_god_name_possessive:0 "Jestak's" + peristani_fate_god_name:0 "Balumain" + peristani_fate_god_name_possessive:0 "Balumain's" + peristani_knowledge_god_name:0 "Balumain" + peristani_knowledge_god_name_possessive:0 "Balumain's" + peristani_war_god_name:0 "Mahandeo" + peristani_war_god_name_possessive:0 "Mahandeo's" + peristani_trickster_god_name:0 "Sajigor" + peristani_trickster_god_name_possessive:0 "Sajigor's" + peristani_night_god_name:0 "Indra" + peristani_night_god_name_possessive:0 "Indra's" + peristani_water_god_name:0 "Indra" + peristani_water_god_name_possessive:0 "Indra's" + peristani_house_of_worship:0 "Amol" + peristani_house_of_worship_plural:0 "Amols" + peristani_good_god_dezaw:0 "Dezaw" + peristani_good_god_dezalik:0 "Dezalik" + peristani_good_god_jestak:0 "Jestak" + peristani_good_god_balumain:0 "Balumain" + peristani_good_god_mahandeo:0 "Mahandeo" + peristani_good_god_indra:0 "Indra" + peristani_witchgodname:0 "Balumain" + peristani_witchgodname_possessive:0 "Balumain's" \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/sea_religion_austroasiatic_l_english.yml b/WtWSMS/localization/english/religion/sea_religion_austroasiatic_l_english.yml new file mode 100644 index 0000000000..916a59bbc4 --- /dev/null +++ b/WtWSMS/localization/english/religion/sea_religion_austroasiatic_l_english.yml @@ -0,0 +1,78 @@ +l_english: + ## Khasi + khasi_religion: "Khasic" + khasi_religion_adj: "Khasic" + khasi_religion_adherent: "Khasic adherent" + khasi_religion_adherent_plural: "Khasic adherents" + khasi_religion_desc: "Ka Niam Tre is the native religion of the Khasi people, who worship the creator god U Blei Nongthaw, as well as the deities of water, mountains, and other natural objects." + + khasi_animism: "Niam Tre" + khasi_animism_adj: "Niam Tre" + khasi_animism_adherent: "Niamtreist" + khasi_animism_adherent_plural: "Niamtreists" + khasi_animism_desc: "$khasi_religion_desc$" + + khasi_animism_old: "Old Niam Tre" + khasi_animism_old_adj: "Old Niam Tre" + khasi_animism_old_adherent: "Old Niamreist" + khasi_animism_old_adherent_plural: "Old Niamreists" + + khasi_animism_high_god_name: "Mother Earth" + khasi_animism_high_god_name_possessive: "Mother Earth's" + khasi_animism_high_god_name_alternate: "Gaia" + khasi_animism_high_god_name_alternate_possessive: "Gaia's" + khasi_animism_good_god_father_sky: "$khasi_animism_trickster_god_name$" + khasi_animism_good_god_ancestors: "the ancestors" + khasi_animism_devil_name: "corruption" + khasi_animism_devil_name_possessive: "corruption's" + khasi_animism_devil_shehe: "it" + khasi_animism_devil_herselfhimself: "itself" + khasi_animism_devil_herhis: "its" + khasi_animism_evil_god_decay: "blight" + khasi_animism_evil_god_decay_possessive: "blight's" + khasi_animism_evil_god_drought: "drought" + khasi_animism_death_deity_name: "death" + khasi_animism_death_deity_name_possessive: "death's" + khasi_animism_death_deity_herhis: "its" + + khasi_animism_creator_god_name: "$khasi_animism_high_god_name$" + khasi_animism_creator_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + khasi_animism_health_god_name: "$khasi_animism_high_god_name$" + khasi_animism_health_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + khasi_animism_fertility_god_name: "$khasi_animism_high_god_name$" + khasi_animism_fertility_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + khasi_animism_wealth_god_name: "$khasi_animism_high_god_name$" + khasi_animism_wealth_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + khasi_animism_household_god_name: "$khasi_animism_high_god_name$" + khasi_animism_household_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + khasi_animism_fate_god_name: "fate" + khasi_animism_fate_god_name_possessive: "fate's" + khasi_animism_knowledge_god_name: "$khasi_animism_high_god_name$" + khasi_animism_knowledge_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + khasi_animism_war_god_name: "$khasi_animism_high_god_name$" + khasi_animism_war_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + khasi_animism_trickster_god_name: "Father Sky" + khasi_animism_trickster_god_name_possessive: "Father Sky" + khasi_animism_night_god_name: "$khasi_animism_trickster_god_name$" + khasi_animism_night_god_name_possessive: "$khasi_animism_trickster_god_name_possessive$" + khasi_animism_water_god_name: "$khasi_animism_high_god_name$" + khasi_animism_water_god_name_possessive: "$khasi_animism_high_god_name_possessive$" + + khasi_animism_house_of_worship: "shrine" + khasi_animism_house_of_worship_plural: "shrines" + khasi_animism_religious_symbol: "triquetra" + khasi_animism_religious_text: "sacred stories" + khasi_animism_religious_head_title: "High Shaman" + khasi_animism_religious_head_title_name: "High Council" + khasi_animism_devotee: "devotee" + khasi_animism_devotee_plural: "devotees" + khasi_animism_devotee_male: "devotee" + khasi_animism_devotee_male_plural: "devotee" + khasi_animism_devotee_female: "devotee" + khasi_animism_devotee_female_plural: "devotee" + khasi_animism_priest: "shaman" + khasi_animism_priest_plural: "shamans" + khasi_animism_priest_alternate_plural: "elders" + khasi_animism_divine_realm: "the Heavens" + khasi_animism_afterlife: "the underworld" + witchgodname_khasi_animism_the_shadow: "the Shadow" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml index 7cdcaae829..fb5615a56b 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml @@ -7,4 +7,10 @@ language_central_germanic_name:0 "Irminonic Germanic" language_cushitic_name:0 "Lowlands Cushitic" language_sudanic_name:0 "Eastern Sudanic" - language_sardinian_name: "Sardinian" \ No newline at end of file + language_sardinian_name: "Sardinian" + #Indo-Aryan + language_vrachada_name: "Paishachi Prakrit" + language_kamarupan_name: "Kamarupan Prakrit" + language_sauraseni_name: "Shauraseni Prakrit" + language_magadhan_name: "Magadhi Prakrit" + \ No newline at end of file diff --git a/_developer_documentation/_BP_hard_file_overwrites.info b/_developer_documentation/_BP_hard_file_overwrites.info index 653ced2973..6515a51e74 100644 --- a/_developer_documentation/_BP_hard_file_overwrites.info +++ b/_developer_documentation/_BP_hard_file_overwrites.info @@ -15,6 +15,7 @@ common/customizable_localization/00_divinity_custom_loc.txt : A hard overwrite r common/dynasties/01_vanity_dynasties.txt : Some removals required common/dynasty_houses/00_dynasty_houses.txt : Had to do a hard overwrite (removal) common/flavorization/00_title_holders.txt : Had to do a hard overwrite (removal), updated titles for new governments +common/named_colors/culture_colors.txt : Had to copy to do a hard overwrite of certain colors common/on_actions/fp2_on_actions.txt : Remove on-actions relating to lyonese monk common/on_actions/game_start.txt : Hard event overwrites common/on_actions/prison_on_actions.txt : Hard event overwrite diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index c79ad14a24..d935e6a0bc 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -48,15 +48,15 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'AdnaniteHanifa',\ + 'PamiriMunjan',\ 0,\ #Character data - '',\ - 'monophysite',\ - 'adnanite',\ + 'dynn_pamir_munjan',\ + 'nuristani_pagan',\ + 'pamir',\ #Starting year and end year 400+randint(0,20),\ - 550,\ + 600,\ #Child-bearing ages; be careful to avoid overlap with death ages 16.,\ 50.,\ From 0f9014a4c5cf907ac243c15683349b7bba478cc4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:49:08 -0500 Subject: [PATCH 253/339] Proto-Iberian Romance to children langauges --- WtWSMS/common/culture/pillars/00_language.txt | 138 ++++++++++++++++++ .../common/on_action/BP_yearly_on_actions.txt | 32 +++- .../BP_culture_shift_triggers.txt | 9 -- .../BP_heritage_linguistic_drift.txt | 58 ++++++++ .../BP_cultural_languages_l_english.yml | 7 + .../BP_custom_regions.txt | 9 +- 6 files changed, 237 insertions(+), 16 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index c8ee678294..90ecf4ba74 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2495,6 +2495,144 @@ language_proto_syrian_romance = { color = language_syrianromance } +#### Occitan Region +language_doc_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_doc_romance } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_doc_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_iberian +} +#### Proto-Ibero Romance Children +language_iberian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian_romance } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_iberian_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_iberian +} +language_germano_iberian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_germano_iberian_romance } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_germano_iberian_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_iberian +} +language_mozarabic = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_mozarabic } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_mozarabic } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_iberian +} + + ##### Future Variants language_sardinian = { #Probable early divergence from Latin type = language diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 8a20ceca23..b5cd6fffc0 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -8,14 +8,34 @@ liguistic_shift = { effect = { every_culture_global = { - limit = { valid_linguistic_drift_culture_trigger = yes } + limit = { + is_a_living_culture_trigger = yes + OR = { + has_cultural_pillar = language_latin + has_cultural_pillar = language_proto_ibero_romance + } + } save_scope_as = shift_culture - generic_shift_culture_event = { - EVENT_ID = bp_heritage_linguistic_drift.0001 - HERITAGE_OR_LANGUAGE = language - SHIFT_START_YEAR = 500 - SHIFT_PERIOD_YEARS = 25 + #Latin + if = { + limit = { has_cultural_pillar = language_latin } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 500 + SHIFT_PERIOD_YEARS = 25 + } + } + #Proto-Romance Languages + else_if = { + limit = { has_cultural_pillar = language_proto_ibero_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } } } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt index 99d4ff0f9a..f0a8abfdb1 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt @@ -7,15 +7,6 @@ } } -#Linguistic Drift Triggers -valid_linguistic_drift_culture_trigger = { - this = { - is_a_living_culture_trigger = yes - #Types of languages supported: Latin - has_cultural_pillar = language_latin - } -} - valid_heritage_drift_culture_trigger = { this = { is_a_living_culture_trigger = yes diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 33be994bf7..c41253176c 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -9,6 +9,29 @@ ##### Language +##### TRIGGERS +scripted_trigger is_a_iberian_romance_hybrid_culture_trigger = { + NOT = { any_parent_culture = { this = culture:romano_hispanic } } +} + +#Mostly we want this case to be where cultures are "well packed (i.e., small)" to allow differences to build +scripted_trigger is_culture_mostly_in_linguistic_region_trigger = { + any_culture_county = { + percent >= 0.50 + any_province = { geographical_region = $REGION$ } + } +} + +scripted_trigger a_culture_parent_is_a_germanic_culture_trigger = { + OR = { + any_parent_culture = { has_cultural_pillar = heritage_central_germanic } + any_parent_culture = { has_cultural_pillar = heritage_east_germanic } + any_parent_culture = { has_cultural_pillar = heritage_north_germanic } + any_parent_culture = { has_cultural_pillar = heritage_west_germanic } + } +} + +###### EFFECTS scripted_effect shift_language_latin_to_protoromance_effect = { scope:shift_culture = { if = { @@ -90,11 +113,46 @@ scripted_effect shift_language_latin_to_protoromance_effect = { else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE: LANGUAGE (LATIN=>PROTO-ROMANCE" } } } +shift_language_proto_ibero_romance_to_children_effect = { + scope:shift_culture = { + if = { + limit = { is_a_iberian_romance_hybrid_culture_trigger = yes } + if = { + limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } + set_culture_pillar = language_germano_iberian_romance + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { any_parent_culture = { has_cultural_pillar = heritage_arabic } } + set_culture_pillar = language_mozarabic + ccu_culture_created_or_changed_effect = yes + } + else = { #FALLBACK + set_culture_pillar = language_iberian_romance + ccu_culture_created_or_changed_effect = yes + } + } + else = { + if = { + limit = { is_culture_mostly_in_linguistic_region_trigger = { REGION = custom_doc_region } } + set_culture_pillar = language_doc_romance + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_iberian_romance + ccu_culture_created_or_changed_effect = yes + } + } + } +} scripted_effect shift_language_effect = { shift_language_latin_to_protoromance_effect = yes + shift_language_proto_ibero_romance_to_children_effect = yes } +####### ACTUAL EVENTS + bp_heritage_linguistic_drift.0001 = { type = empty hidden = yes diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index bf82fa3c74..0708b8e34f 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -79,6 +79,13 @@ language_proto_pannonian_romance_name: "Proto-Pannonio-Romance" language_proto_eastern_romance_name: "Proto-Eastern Romance" language_proto_syrian_romance_name: "Proto-Syrian Romance" + ## Occitan Region + language_doc_romance_name: "d'Oc Romance" + ## Proto-Ibero Romance Children + language_iberian_romance_name: "Iberian Romance" + language_germano_iberian_romance_name: "Germano-Iberian Romance" + language_mozarabic_name: "Mozarabic" + #Late Languages language_african_romance_name: "Arréyanu" language_rhaeto_romance_name: "Rhaeto-Romance" diff --git a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt index 5ad9137b27..49d5a87e31 100644 --- a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt +++ b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt @@ -46,4 +46,11 @@ custom_breton = { duchies = { d_brittany } -} \ No newline at end of file +} +#Language Regions +custom_doc_region = { + regions = { + custom_occitan + custom_catalan + } +} From bfe98b2996adebc25a7d36f0220932ede2ea0856 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:57:48 -0500 Subject: [PATCH 254/339] Mozarabic as a Semitic Creole --- WtWSMS/common/culture/pillars/00_language.txt | 1 + WtWSMS/common/scripted_effects/ccu_scripted_effects.txt | 1 + .../culture_events/BP_heritage_linguistic_drift.txt | 8 +++++++- WtWSMS/localization/english/BP_ccu_features_l_english.yml | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 90ecf4ba74..4a7581862f 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2606,6 +2606,7 @@ language_mozarabic = { language_dialect_continuum_ibero_romance = yes language_group_romance = yes language_branch_italic = yes + language_creole_semitic = yes language_family_indo_european = yes } diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 6711ae8d43..9fb67b46d1 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -203,6 +203,7 @@ ccu_initialize_dialect_continua_effect = { #NB: If negative numbers are assigned to language groups above, this will break ccu_initialize_language_creole_effect = { if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = 15 } } + else_if = { limit = { has_cultural_parameter = language_creole_semitic } set_variable = { name = language_creole value = 35 } } else = { set_variable = { name = language_creole value = -1 } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index c41253176c..ca23ca6535 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -1,5 +1,7 @@ namespace = bp_heritage_linguistic_drift +##### TODO (Immediate): Gate announcement events to rulers in diplo range only + #Design Notes: # For 0.2.0, this will be a simple binary, but later we'll want to make the linguistic/heritage drifts # more gradual. @@ -31,6 +33,10 @@ scripted_trigger a_culture_parent_is_a_germanic_culture_trigger = { } } +scripted_trigger a_culture_parent_speaks_a_semitic_language_trigger = { + any_parent_culture = { has_cultural_pillar = language_branch_semitic } +} + ###### EFFECTS scripted_effect shift_language_latin_to_protoromance_effect = { scope:shift_culture = { @@ -123,7 +129,7 @@ shift_language_proto_ibero_romance_to_children_effect = { ccu_culture_created_or_changed_effect = yes } else_if = { - limit = { any_parent_culture = { has_cultural_pillar = heritage_arabic } } + limit = { a_culture_parent_speaks_a_semitic_language_trigger = yes } set_culture_pillar = language_mozarabic ccu_culture_created_or_changed_effect = yes } diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index 4ede8f02f1..3bdad2aca7 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -146,6 +146,7 @@ culture_parameter_language_union_steppe_siberian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" ## Language Creoles culture_parameter_language_creole_romance: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Romance [language_branch|E], as this language is a [creole|E]" + culture_parameter_language_creole_semitic: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Semitic [language_branch|E], as this language is a [creole|E]" ## Dialect Continua culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" From 30d678a5208d12fb76527d20d7a41d8ec44f257f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:59:27 -0500 Subject: [PATCH 255/339] Update heritage on action --- .../common/on_action/BP_yearly_on_actions.txt | 22 +++++++++++++------ .../BP_culture_shift_triggers.txt | 8 ------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index b5cd6fffc0..46bdda5362 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -27,7 +27,7 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } - #Proto-Romance Languages + #Proto-Romance Language Splits else_if = { limit = { has_cultural_pillar = language_proto_ibero_romance } generic_shift_culture_event = { @@ -44,14 +44,22 @@ liguistic_shift = { heritage_shift = { effect = { every_culture_global = { - limit = { valid_heritage_drift_culture_trigger = yes } + limit = { + is_a_living_culture_trigger = yes + OR = { + has_cultural_pillar = heritage_latin + } + } save_scope_as = shift_culture - generic_shift_culture_event = { - EVENT_ID = bp_heritage_linguistic_drift.0101 - HERITAGE_OR_LANGUAGE = heritage - SHIFT_START_YEAR = 500 - SHIFT_PERIOD_YEARS = 25 + if = { + limit = { has_cultural_pillar = heritage_latin } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0101 + HERITAGE_OR_LANGUAGE = heritage + SHIFT_START_YEAR = 500 + SHIFT_PERIOD_YEARS = 25 + } } } } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt index f0a8abfdb1..e2d8d756bd 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_shift_triggers.txt @@ -6,11 +6,3 @@ any_county = { county_has_specific_minority_culture_trigger = { CULTURE = scope:the_culture } } } } - -valid_heritage_drift_culture_trigger = { - this = { - is_a_living_culture_trigger = yes - #Types of heritages supported: Roman Heritage - has_cultural_pillar = heritage_latin - } -} \ No newline at end of file From 3afbfdc97ede85377d4609b8153325965cdc8e1d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 01:04:05 -0500 Subject: [PATCH 256/339] Update culture colors And minor bug fixes --- WtWSMS/common/culture/pillars/00_language.txt | 8 ++++---- .../culture_events/BP_heritage_linguistic_drift.txt | 12 ++++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 4a7581862f..e6e515b47d 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2529,7 +2529,7 @@ language_doc_romance = { } } - color = language_iberian + color = occitan } #### Proto-Ibero Romance Children language_iberian_romance = { @@ -2563,7 +2563,7 @@ language_iberian_romance = { } } - color = language_iberian + color = romano_hispanic } language_germano_iberian_romance = { type = language @@ -2596,7 +2596,7 @@ language_germano_iberian_romance = { } } - color = language_iberian + color = visigothic } language_mozarabic = { type = language @@ -2630,7 +2630,7 @@ language_mozarabic = { } } - color = language_iberian + color = { 0.4 0.6 0.1 } #Andalusian } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index ca23ca6535..cec20673fb 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -34,7 +34,7 @@ scripted_trigger a_culture_parent_is_a_germanic_culture_trigger = { } scripted_trigger a_culture_parent_speaks_a_semitic_language_trigger = { - any_parent_culture = { has_cultural_pillar = language_branch_semitic } + any_parent_culture = { has_cultural_parameter = language_branch_semitic } } ###### EFFECTS @@ -119,7 +119,7 @@ scripted_effect shift_language_latin_to_protoromance_effect = { else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE: LANGUAGE (LATIN=>PROTO-ROMANCE" } } } -shift_language_proto_ibero_romance_to_children_effect = { +scripted_effect shift_language_proto_ibero_romance_to_children_effect = { scope:shift_culture = { if = { limit = { is_a_iberian_romance_hybrid_culture_trigger = yes } @@ -155,6 +155,14 @@ shift_language_proto_ibero_romance_to_children_effect = { scripted_effect shift_language_effect = { shift_language_latin_to_protoromance_effect = yes shift_language_proto_ibero_romance_to_children_effect = yes + #Gallo-Romance + #Brito-Romance + #Italo-Romance + #Africo-Romance + #Illyro-Romance + #Raeto-Norico-Romance + #Eastern-Romance + #Syrian-Romance } ####### ACTUAL EVENTS From 8a1b1f7b9da2903350c508d930a26346ec347540 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:19:01 -0500 Subject: [PATCH 257/339] Proto-Gallo Romance to Children --- WtWSMS/common/culture/pillars/00_language.txt | 94 +++++++++++++------ .../common/on_action/BP_yearly_on_actions.txt | 9 ++ .../BP_heritage_linguistic_drift.txt | 37 +++++++- .../BP_cultural_languages_l_english.yml | 2 + .../BP_custom_regions.txt | 1 + 5 files changed, 113 insertions(+), 30 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index e6e515b47d..0818c34250 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2632,16 +2632,13 @@ language_mozarabic = { color = { 0.4 0.6 0.1 } #Andalusian } - - - ##### Future Variants -language_sardinian = { #Probable early divergence from Latin +#### Proto-Gallo-Romance Children +language_french = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_french } } parameters = { - language_dialect_continuum_southern_romance = yes - language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_gallo_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2650,7 +2647,7 @@ language_sardinian = { #Probable early divergence from Latin ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sardinian } + limit = { has_cultural_pillar = language_french } multiply = same_language_choice_factor } else_if = { @@ -2665,16 +2662,22 @@ language_sardinian = { #Probable early divergence from Latin limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + # Other Tweaks + if = { + limit = { culture = culture:english } + multiply = 2 + } } - color = sardinian + color = french } -language_italian = { ###(Currently Unused) +language_gallic_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_italian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gallic_romance } } parameters = { - language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_northern_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2683,7 +2686,7 @@ language_italian = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_italian } + limit = { has_cultural_pillar = language_gallic_romance } multiply = same_language_choice_factor } else_if = { @@ -2698,16 +2701,24 @@ language_italian = { ###(Currently Unused) limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + # Other Tweaks + if = { + limit = { culture = culture:english } + multiply = 2 + } } - color = italian + color = romano_gallic } -language_wallachian = { ###(Currently Unused) + + ##### Future Variants +language_sardinian = { #Probable early divergence from Latin type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } parameters = { - language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2716,7 +2727,7 @@ language_wallachian = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_wallachian } + limit = { has_cultural_pillar = language_sardinian } multiply = same_language_choice_factor } else_if = { @@ -2733,14 +2744,14 @@ language_wallachian = { ###(Currently Unused) } } - color = vlach + color = sardinian } -language_french = { ###(Currently Unused) +language_italian = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_french } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_italian } } parameters = { - language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_italo_dalmatian = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2749,7 +2760,7 @@ language_french = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_french } + limit = { has_cultural_pillar = language_italian } multiply = same_language_choice_factor } else_if = { @@ -2764,15 +2775,44 @@ language_french = { ###(Currently Unused) limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - # Other Tweaks + } + + color = italian +} +language_wallachian = { ###(Currently Unused) + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } + + parameters = { + language_dialect_continuum_eastern_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 if = { - limit = { culture = culture:english } - multiply = 2 + limit = { has_cultural_pillar = language_wallachian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor } } - color = french + color = vlach } + language_iberian = { ###(Currently Unused) type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 46bdda5362..8dcc105f08 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -37,6 +37,15 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + else_if = { + limit = { has_cultural_pillar = language_proto_gallo_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index cec20673fb..1e1db62ce6 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -119,6 +119,7 @@ scripted_effect shift_language_latin_to_protoromance_effect = { else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE: LANGUAGE (LATIN=>PROTO-ROMANCE" } } } + scripted_effect shift_language_proto_ibero_romance_to_children_effect = { scope:shift_culture = { if = { @@ -152,10 +153,40 @@ scripted_effect shift_language_proto_ibero_romance_to_children_effect = { } } +scripted_effect shift_language_proto_gallo_romance_to_children_effect = { + scope:shift_culture = { + if = { + limit = { is_culture_mostly_in_linguistic_region_trigger = { REGION = custom_doc_region } } + set_culture_pillar = language_doc_romance + ccu_culture_created_or_changed_effect = yes + } + else = { + if = { + limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } + set_culture_pillar = language_french + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_gallic_romance + ccu_culture_created_or_changed_effect = yes + } + } + } +} + scripted_effect shift_language_effect = { - shift_language_latin_to_protoromance_effect = yes - shift_language_proto_ibero_romance_to_children_effect = yes - #Gallo-Romance + if = { + limit = { has_cultural_pillar = language_latin } + shift_language_latin_to_protoromance_effect = yes + } + if = { + limit = { has_cultural_pillar = language_proto_ibero_romance } + shift_language_proto_ibero_romance_to_children_effect = yes + } + if = { + limit = { has_cultural_pillar = language_proto_gallo_romance } + shift_language_proto_gallo_romance_to_children_effect = yes + } #Brito-Romance #Italo-Romance #Africo-Romance diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 0708b8e34f..d254fe743a 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -85,6 +85,8 @@ language_iberian_romance_name: "Iberian Romance" language_germano_iberian_romance_name: "Germano-Iberian Romance" language_mozarabic_name: "Mozarabic" + ## Proto-Gallo Romance Children + language_gallic_romance_name: "Gallic Romance" #Late Languages language_african_romance_name: "Arréyanu" diff --git a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt index 49d5a87e31..0e9bf77af8 100644 --- a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt +++ b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt @@ -11,6 +11,7 @@ custom_occitan = { duchies = { d_limonum d_aquitanica_prima d_toulouse d_narbonensis_prima d_narbonensis_secunda d_novempopulana d_aquitanica_secunda d_lugdunum + d_maxima_sequanorum d_alpes_poeninae } } custom_catalan = { From 172c9e2dc89bb11c6a1954ee4c925ebf4172dd49 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:27:51 -0500 Subject: [PATCH 258/339] Add name list effects --- .../culture_events/BP_heritage_linguistic_drift.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 1e1db62ce6..1629a4aad5 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -1,6 +1,7 @@ namespace = bp_heritage_linguistic_drift ##### TODO (Immediate): Gate announcement events to rulers in diplo range only +##### TODO (Immediate): Add name-list shifts where appropriate #Design Notes: # For 0.2.0, this will be a simple binary, but later we'll want to make the linguistic/heritage drifts @@ -132,6 +133,7 @@ scripted_effect shift_language_proto_ibero_romance_to_children_effect = { else_if = { limit = { a_culture_parent_speaks_a_semitic_language_trigger = yes } set_culture_pillar = language_mozarabic + set_name_list = name_list_andalusian ccu_culture_created_or_changed_effect = yes } else = { #FALLBACK @@ -164,10 +166,12 @@ scripted_effect shift_language_proto_gallo_romance_to_children_effect = { if = { limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } set_culture_pillar = language_french + set_name_list = name_list_frankish ccu_culture_created_or_changed_effect = yes } else = { set_culture_pillar = language_gallic_romance + set_name_list = name_list_gallo_romance ccu_culture_created_or_changed_effect = yes } } From ff963e9dec967e12b64b04d54df280ecb46a38d4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:33:02 -0500 Subject: [PATCH 259/339] Proto British Romance to Children Events --- WtWSMS/common/culture/pillars/00_language.txt | 68 ++++++++++--------- .../common/on_action/BP_yearly_on_actions.txt | 11 +++ .../BP_heritage_linguistic_drift.txt | 13 +++- 3 files changed, 58 insertions(+), 34 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 0818c34250..2ce4a593be 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2710,6 +2710,41 @@ language_gallic_romance = { color = romano_gallic } +#### Proto-British-Romance Children +language_british_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_british_romance } } + + parameters = { + language_dialect_continuum_northern_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_british_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = romano_british +} + ##### Future Variants language_sardinian = { #Probable early divergence from Latin @@ -2953,39 +2988,6 @@ language_african_romance = { ### (Currently Unused) color = romano_african } -language_british_romance = { ### (Currently Unused) - type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_british_romance } } - - parameters = { - language_dialect_continuum_northern_romance = yes - language_group_romance = yes - language_branch_italic = yes - language_family_indo_european = yes - } - - ai_will_do = { - value = 10 - if = { - limit = { has_cultural_pillar = language_british_romance } - multiply = same_language_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_branch_italic } - multiply = same_language_branch_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_family_indo_european } - multiply = same_language_family_choice_factor - } - } - - color = romano_raetian -} ## Phrygian language_phrygian = { diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 8dcc105f08..b2d28b8444 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -13,6 +13,8 @@ liguistic_shift = { OR = { has_cultural_pillar = language_latin has_cultural_pillar = language_proto_ibero_romance + has_cultural_pillar = language_proto_gallo_romance + has_cultural_pillar = language_proto_british_romance } } save_scope_as = shift_culture @@ -46,6 +48,15 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + else_if = { + limit = { has_cultural_pillar = language_proto_british_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 1629a4aad5..cd82c5c670 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -178,6 +178,14 @@ scripted_effect shift_language_proto_gallo_romance_to_children_effect = { } } +shift_language_proto_british_romance_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_british_romance + set_name_list = name_list_british_romance + ccu_culture_created_or_changed_effect = yes + } +} + scripted_effect shift_language_effect = { if = { limit = { has_cultural_pillar = language_latin } @@ -191,7 +199,10 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_proto_gallo_romance } shift_language_proto_gallo_romance_to_children_effect = yes } - #Brito-Romance + if = { + limit = { has_cultural_pillar = language_proto_british_romance } + shift_language_proto_british_romance_to_children_effect = yes + } #Italo-Romance #Africo-Romance #Illyro-Romance From 3484700a21566b4b56952357bc874e05ea2a5d43 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 20:06:56 -0500 Subject: [PATCH 260/339] Proto-Italo-Romance Split --- WtWSMS/common/culture/pillars/00_language.txt | 120 ++++++++++++++++-- .../common/on_action/BP_yearly_on_actions.txt | 10 ++ .../BP_heritage_linguistic_drift.txt | 49 ++++++- .../BP_cultural_languages_l_english.yml | 3 + .../BP_custom_regions.txt | 10 ++ 5 files changed, 179 insertions(+), 13 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 2ce4a593be..6563f105ff 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2744,15 +2744,13 @@ language_british_romance = { color = romano_british } - - - ##### Future Variants -language_sardinian = { #Probable early divergence from Latin +#### Proto-Italo-Romance Children +language_germano_italian_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_germano_italian_romance } } parameters = { - language_dialect_continuum_southern_romance = yes + language_dialect_continuum_gallo_romance = yes language_dialect_continuum_italo_dalmatian = yes language_group_romance = yes language_branch_italic = yes @@ -2762,7 +2760,7 @@ language_sardinian = { #Probable early divergence from Latin ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sardinian } + limit = { has_cultural_pillar = language_germano_italian_romance } multiply = same_language_choice_factor } else_if = { @@ -2779,9 +2777,76 @@ language_sardinian = { #Probable early divergence from Latin } } - color = sardinian + color = { 0.95 0.95 0.55 } #Cisalpine } -language_italian = { ###(Currently Unused) +language_venetian = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_venetian } } + + parameters = { + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_venetian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.75 0.75 0.15 } #Venetian (WtWSMS CK2) +} +language_sicilian = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sicilian } } + + parameters = { + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_sicilian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.65 0.65 0.2 } #Sicilian (CK3) +} +language_italian = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_italian } } @@ -2814,6 +2879,42 @@ language_italian = { ###(Currently Unused) color = italian } + + ##### Future Variants +language_sardinian = { #Probable early divergence from Latin + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } + + parameters = { + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_sardinian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = sardinian +} language_wallachian = { ###(Currently Unused) type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } @@ -2847,7 +2948,6 @@ language_wallachian = { ###(Currently Unused) color = vlach } - language_iberian = { ###(Currently Unused) type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index b2d28b8444..aeb2f9ad5e 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -15,6 +15,7 @@ liguistic_shift = { has_cultural_pillar = language_proto_ibero_romance has_cultural_pillar = language_proto_gallo_romance has_cultural_pillar = language_proto_british_romance + has_cultural_pillar = language_proto_italian_romance } } save_scope_as = shift_culture @@ -57,6 +58,15 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + else_if = { + limit = { has_cultural_pillar = language_proto_italian_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index cd82c5c670..32e0f46af0 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -2,6 +2,8 @@ ##### TODO (Immediate): Gate announcement events to rulers in diplo range only ##### TODO (Immediate): Add name-list shifts where appropriate +##### TODO (Immediate): Romano-Gothic/Romano-Vandalic variant +##### TODO (Immediate): Venetian namelist from WtWSMS. #Design Notes: # For 0.2.0, this will be a simple binary, but later we'll want to make the linguistic/heritage drifts @@ -103,7 +105,12 @@ scripted_effect shift_language_latin_to_protoromance_effect = { ccu_culture_created_or_changed_effect = yes } else_if = { #TODO: Remove Romano-Gothic as an option? - limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gothic } } + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gothic } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_vandalic } + } + } set_culture_pillar = language_proto_italian_romance ccu_culture_created_or_changed_effect = yes } @@ -178,7 +185,7 @@ scripted_effect shift_language_proto_gallo_romance_to_children_effect = { } } -shift_language_proto_british_romance_to_children_effect = { +scripted_effect shift_language_proto_british_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_british_romance set_name_list = name_list_british_romance @@ -186,6 +193,38 @@ shift_language_proto_british_romance_to_children_effect = { } } +scripted_effect shift_language_proto_italian_romance_to_children_effect = { + scope:shift_culture = { + if = { + limit = { is_culture_mostly_in_linguistic_region_trigger = { REGION = custom_gallo_italic } } + if = { + limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } + set_culture_pillar = language_germano_italian_romance + set_name_list = name_list_cisalpine + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_venetian + #set_name_list = name_list_venetian + ccu_culture_created_or_changed_effect = yes + } + } + else = { + if = { + limit = { is_culture_mostly_in_linguistic_region_trigger = { REGION = custom_sicilian } } + set_culture_pillar = language_sicilian + set_name_list = name_list_sicilian + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_italian + #set_name_list = name_list_venetian + ccu_culture_created_or_changed_effect = yes + } + } + } +} + scripted_effect shift_language_effect = { if = { limit = { has_cultural_pillar = language_latin } @@ -203,12 +242,16 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_proto_british_romance } shift_language_proto_british_romance_to_children_effect = yes } - #Italo-Romance + if = { + limit = { has_cultural_pillar = language_proto_italian_romance } + shift_language_proto_italian_romance_to_children_effect = yes + } #Africo-Romance #Illyro-Romance #Raeto-Norico-Romance #Eastern-Romance #Syrian-Romance + #Sardinian Romance } ####### ACTUAL EVENTS diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index d254fe743a..6ff4192546 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -87,6 +87,9 @@ language_mozarabic_name: "Mozarabic" ## Proto-Gallo Romance Children language_gallic_romance_name: "Gallic Romance" + ## Proto-Italo-Romance + language_germano_italian_romance: "Germano-Italo Romance" #Aka, Gallo-Italic + language_venetian: "Venetian" #Late Languages language_african_romance_name: "Arréyanu" diff --git a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt index 0e9bf77af8..fd4003b003 100644 --- a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt +++ b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt @@ -55,3 +55,13 @@ custom_doc_region = { custom_catalan } } +custom_gallo_italic = { + duchies = { + d_histria d_venetia d_liguria d_genoa + } +} +custom_sicilian = { + duchies = { + d_apulia d_lucania d_sicily + } +} From d713798f44515c52b1be752a23eee8f392dde73f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 17 Jan 2023 20:21:15 -0500 Subject: [PATCH 261/339] Rhaeto-Noric Romance --- WtWSMS/common/culture/pillars/00_language.txt | 101 ++++++++++++------ .../common/on_action/BP_yearly_on_actions.txt | 10 ++ .../BP_heritage_linguistic_drift.txt | 27 ++++- .../BP_cultural_languages_l_english.yml | 5 +- 4 files changed, 107 insertions(+), 36 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 6563f105ff..d255ccf73a 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2369,6 +2369,7 @@ language_proto_raetonorican_romance = { #Raetia-Noricum/Upper Danubian spectrum parameters = { language_dialect_continuum_proto_romance = yes + language_dialect_continuum_eastern_romance = yes language_dialect_continuum_gallo_romance = yes language_dialect_continuum_italo_dalmatian = yes language_dialect_continuum_rhaeto_romance = yes @@ -2879,15 +2880,14 @@ language_italian = { color = italian } - - ##### Future Variants -language_sardinian = { #Probable early divergence from Latin +#### Proto-Raetia-Noricum Romance Children +language_noric_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_noric_romance } } parameters = { - language_dialect_continuum_southern_romance = yes - language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_rhaeto_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2896,7 +2896,7 @@ language_sardinian = { #Probable early divergence from Latin ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sardinian } + limit = { has_cultural_pillar = language_noric_romance } multiply = same_language_choice_factor } else_if = { @@ -2913,14 +2913,16 @@ language_sardinian = { #Probable early divergence from Latin } } - color = sardinian + color = romano_noric } -language_wallachian = { ###(Currently Unused) +language_rhaeto_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_rhaeto_romance } } parameters = { - language_dialect_continuum_eastern_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_rhaeto_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2929,7 +2931,7 @@ language_wallachian = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_wallachian } + limit = { has_cultural_pillar = language_rhaeto_romance } multiply = same_language_choice_factor } else_if = { @@ -2946,14 +2948,17 @@ language_wallachian = { ###(Currently Unused) } } - color = vlach + color = romano_raetian } -language_iberian = { ###(Currently Unused) + + ##### Future Variants +language_sardinian = { #Probable early divergence from Latin type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } parameters = { - language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2962,7 +2967,7 @@ language_iberian = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_iberian } + limit = { has_cultural_pillar = language_sardinian } multiply = same_language_choice_factor } else_if = { @@ -2977,22 +2982,49 @@ language_iberian = { ###(Currently Unused) limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - #Other Tweaks + } + + color = sardinian +} +language_wallachian = { ###(Currently Unused) + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } + + parameters = { + language_dialect_continuum_eastern_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 if = { - limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque - multiply = 2 + limit = { has_cultural_pillar = language_wallachian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor } } - color = castilian + color = vlach } -language_occitano_romance = { ###(Currently Unused) +language_iberian = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } parameters = { - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_occitano_romance = yes + language_dialect_continuum_ibero_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -3001,7 +3033,7 @@ language_occitano_romance = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_occitano_romance } + limit = { has_cultural_pillar = language_iberian } multiply = same_language_choice_factor } else_if = { @@ -3016,17 +3048,22 @@ language_occitano_romance = { ###(Currently Unused) limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + #Other Tweaks + if = { + limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque + multiply = 2 + } } - color = occitan + color = castilian } -language_rhaeto_romance = { ### (Currently Unused) +language_occitano_romance = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_rhaeto_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } parameters = { language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_rhaeto_romance = yes + language_dialect_continuum_occitano_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -3035,7 +3072,7 @@ language_rhaeto_romance = { ### (Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_rhaeto_romance } + limit = { has_cultural_pillar = language_occitano_romance } multiply = same_language_choice_factor } else_if = { @@ -3052,7 +3089,7 @@ language_rhaeto_romance = { ### (Currently Unused) } } - color = romano_raetian + color = occitan } #### Hypothetical Latin Variants language_african_romance = { ### (Currently Unused) diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index aeb2f9ad5e..3d52479bd8 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -16,6 +16,7 @@ liguistic_shift = { has_cultural_pillar = language_proto_gallo_romance has_cultural_pillar = language_proto_british_romance has_cultural_pillar = language_proto_italian_romance + has_cultural_pillar = language_rhaeto_romance } } save_scope_as = shift_culture @@ -67,6 +68,15 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + else_if = { + limit = { has_cultural_pillar = language_rhaeto_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 32e0f46af0..db2d045ac2 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -225,6 +225,22 @@ scripted_effect shift_language_proto_italian_romance_to_children_effect = { } } +scripted_effect shift_language_proto_raetonorican_romance_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_noric } } + set_culture_pillar = language_noric_romance + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_rhaeto_romance + set_name_list = name_list_romansh + ccu_culture_created_or_changed_effect = yes + } + } +} + +#Main Language Shift Effect scripted_effect shift_language_effect = { if = { limit = { has_cultural_pillar = language_latin } @@ -246,12 +262,17 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_proto_italian_romance } shift_language_proto_italian_romance_to_children_effect = yes } - #Africo-Romance + if = { + limit = { has_cultural_pillar = language_proto_raetonorican_romance } + shift_language_proto_raetonorican_romance_to_children_effect = yes + } + #Illyro-Romance - #Raeto-Norico-Romance + #Pannonian Romance #Eastern-Romance - #Syrian-Romance + #Africo-Romance #Sardinian Romance + #Syrian-Romance } ####### ACTUAL EVENTS diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 6ff4192546..7b06482e58 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -87,9 +87,12 @@ language_mozarabic_name: "Mozarabic" ## Proto-Gallo Romance Children language_gallic_romance_name: "Gallic Romance" - ## Proto-Italo-Romance + ## Proto-Italo-Romance Children language_germano_italian_romance: "Germano-Italo Romance" #Aka, Gallo-Italic language_venetian: "Venetian" + ## Proto-Raetonorico-Romance Children + language_noric_romance: "Noric Romance" + #Late Languages language_african_romance_name: "Arréyanu" From 01978a0ed1b126af020cc131c880037febaa0223 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:00:48 -0500 Subject: [PATCH 262/339] Dalmatian, Romanian, Pannonian shifts --- WtWSMS/common/culture/pillars/00_language.txt | 84 +++++++++++++++++-- .../common/on_action/BP_yearly_on_actions.txt | 18 +++- .../BP_heritage_linguistic_drift.txt | 37 +++++++- .../BP_cultural_languages_l_english.yml | 9 +- .../cultural_languages_l_english.yml | 1 + 5 files changed, 132 insertions(+), 17 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index d255ccf73a..359a4c2dbb 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2950,15 +2950,14 @@ language_rhaeto_romance = { color = romano_raetian } - - ##### Future Variants -language_sardinian = { #Probable early divergence from Latin +#### Proto-Illyrian Romance Children +language_dalmatian = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_dalmatian } } parameters = { - language_dialect_continuum_southern_romance = yes language_dialect_continuum_italo_dalmatian = yes + language_dialect_continuum_eastern_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -2967,7 +2966,7 @@ language_sardinian = { #Probable early divergence from Latin ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_sardinian } + limit = { has_cultural_pillar = language_dalmatian } multiply = same_language_choice_factor } else_if = { @@ -2984,9 +2983,44 @@ language_sardinian = { #Probable early divergence from Latin } } - color = sardinian + color = { 0.7 0.35 0.35 } #CK2 Dalmatian Color } -language_wallachian = { ###(Currently Unused) +#### Proto-Pannonian Romance Children +language_pannonian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_pannonian_romance } } + + parameters = { + language_dialect_continuum_eastern_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_pannonian_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.75 0.5 0.75 } #CK2 Pannonian Romance +} +#### Proto-Eastern Romance Children +language_wallachian = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_wallachian } } @@ -3003,6 +3037,38 @@ language_wallachian = { ###(Currently Unused) limit = { has_cultural_pillar = language_wallachian } multiply = same_language_choice_factor } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = vlach +} + + ##### Future Variants +language_sardinian = { #Probable early divergence from Latin + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } + + parameters = { + language_dialect_continuum_southern_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_sardinian } + multiply = same_language_choice_factor + } else_if = { limit = { has_cultural_parameter = language_group_romance } multiply = same_language_group_choice_factor @@ -3017,7 +3083,7 @@ language_wallachian = { ###(Currently Unused) } } - color = vlach + color = sardinian } language_iberian = { ###(Currently Unused) type = language diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 3d52479bd8..b19916f876 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -69,7 +69,7 @@ liguistic_shift = { } } else_if = { - limit = { has_cultural_pillar = language_rhaeto_romance } + limit = { has_cultural_pillar = language_proto_raetonorican_romance } generic_shift_culture_event = { EVENT_ID = bp_heritage_linguistic_drift.0001 HERITAGE_OR_LANGUAGE = language @@ -77,6 +77,22 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + else_if = { + limit = { has_cultural_pillar = language_proto_illyrian_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + + + + + + + } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index db2d045ac2..c3b6d03ccf 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -240,6 +240,27 @@ scripted_effect shift_language_proto_raetonorican_romance_to_children_effect = { } } +scripted_effect shift_language_proto_illyrian_romance_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_dalmatian + ccu_culture_created_or_changed_effect = yes + } +} + +scripted_effect shift_language_proto_pannonian_romance_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_pannonian_romance + ccu_culture_created_or_changed_effect = yes + } +} + +scripted_effect shift_language_proto_eastern_romance_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_wallachian + ccu_culture_created_or_changed_effect = yes + } +} + #Main Language Shift Effect scripted_effect shift_language_effect = { if = { @@ -266,10 +287,20 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_proto_raetonorican_romance } shift_language_proto_raetonorican_romance_to_children_effect = yes } + if = { + limit = { has_cultural_pillar = language_proto_illyrian_romance } + shift_language_proto_illyrian_romance_to_children_effect = yes + } + if = { + limit = { has_cultural_pillar = language_proto_pannonian_romance } + shift_language_proto_pannonian_romance_to_children_effect = yes + } + if = { + limit = { has_cultural_pillar = language_proto_eastern_romance } + shift_language_proto_eastern_romance_to_children_effect = yes + } + - #Illyro-Romance - #Pannonian Romance - #Eastern-Romance #Africo-Romance #Sardinian Romance #Syrian-Romance diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 7b06482e58..49ccfc50ce 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -88,11 +88,12 @@ ## Proto-Gallo Romance Children language_gallic_romance_name: "Gallic Romance" ## Proto-Italo-Romance Children - language_germano_italian_romance: "Germano-Italo Romance" #Aka, Gallo-Italic - language_venetian: "Venetian" + language_germano_italian_romance_name: "Germano-Italo Romance" #Aka, Gallo-Italic + language_venetian_name: "Venetian" ## Proto-Raetonorico-Romance Children - language_noric_romance: "Noric Romance" - + language_noric_romance_name: "Noric Romance" + ## Proto-Illyro-Romance Children + language_dalmatian_name: "Dalmatian" #Late Languages language_african_romance_name: "Arréyanu" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml index fb5615a56b..2057b567ee 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml @@ -8,6 +8,7 @@ language_cushitic_name:0 "Lowlands Cushitic" language_sudanic_name:0 "Eastern Sudanic" language_sardinian_name: "Sardinian" + language_wallachian_name: "Eastern Romance" #Indo-Aryan language_vrachada_name: "Paishachi Prakrit" language_kamarupan_name: "Kamarupan Prakrit" From 9c38b34143c8a9ef43440ccf19e877fda9d31463 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:08:16 -0500 Subject: [PATCH 263/339] Name lists --- .../BP_heritage_linguistic_drift.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index c3b6d03ccf..5fe6fb02d8 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -4,6 +4,7 @@ ##### TODO (Immediate): Add name-list shifts where appropriate ##### TODO (Immediate): Romano-Gothic/Romano-Vandalic variant ##### TODO (Immediate): Venetian namelist from WtWSMS. +##### TODO (Immediate): Pannonian Romance Name List from WtWSMS. #Design Notes: # For 0.2.0, this will be a simple binary, but later we'll want to make the linguistic/heritage drifts @@ -170,12 +171,17 @@ scripted_effect shift_language_proto_gallo_romance_to_children_effect = { ccu_culture_created_or_changed_effect = yes } else = { - if = { - limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } + if = { #French! + limit = { any_parent_culture_or_above = { this = culture:old_frankish } } set_culture_pillar = language_french set_name_list = name_list_frankish ccu_culture_created_or_changed_effect = yes } + else_if = { #Other Germans; d'Oil Vulgar + limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } + set_culture_pillar = language_french + ccu_culture_created_or_changed_effect = yes + } else = { set_culture_pillar = language_gallic_romance set_name_list = name_list_gallo_romance @@ -205,7 +211,7 @@ scripted_effect shift_language_proto_italian_romance_to_children_effect = { } else = { set_culture_pillar = language_venetian - #set_name_list = name_list_venetian + ##### TODO (Immediate): Venetian namelist from WtWSMS. ccu_culture_created_or_changed_effect = yes } } @@ -218,7 +224,7 @@ scripted_effect shift_language_proto_italian_romance_to_children_effect = { } else = { set_culture_pillar = language_italian - #set_name_list = name_list_venetian + set_name_list = name_list_italian ccu_culture_created_or_changed_effect = yes } } @@ -243,6 +249,7 @@ scripted_effect shift_language_proto_raetonorican_romance_to_children_effect = { scripted_effect shift_language_proto_illyrian_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_dalmatian + set_name_list = name_list_dalmatian ccu_culture_created_or_changed_effect = yes } } @@ -250,6 +257,7 @@ scripted_effect shift_language_proto_illyrian_romance_to_children_effect = { scripted_effect shift_language_proto_pannonian_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_pannonian_romance + ##### TODO (Immediate): Pannonian Romance Name List from WtWSMS. ccu_culture_created_or_changed_effect = yes } } @@ -257,6 +265,7 @@ scripted_effect shift_language_proto_pannonian_romance_to_children_effect = { scripted_effect shift_language_proto_eastern_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_wallachian + set_name_list = name_list_vlach ccu_culture_created_or_changed_effect = yes } } From d68c82516b6d1f0081c050a0c2dea0194d2cf394 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:14:21 -0500 Subject: [PATCH 264/339] Sardinian, Syrian, African Romance --- WtWSMS/common/culture/pillars/00_language.txt | 112 ++++++++++++++---- .../common/on_action/BP_yearly_on_actions.txt | 61 ++++++++-- .../BP_heritage_linguistic_drift.txt | 46 ++++++- .../BP_cultural_languages_l_english.yml | 5 + 4 files changed, 189 insertions(+), 35 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 359a4c2dbb..ac515affb3 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -3049,8 +3049,42 @@ language_wallachian = { color = vlach } - - ##### Future Variants +#### Proto-Syrian Romance Children +language_syrian_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_syrian_romance } } + + parameters = { + language_dialect_continuum_syrian_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_creole_semitic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_syrian_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = language_syrianromance +} +#### Proto-Sardinian Children language_sardinian = { #Probable early divergence from Latin type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } @@ -3085,12 +3119,13 @@ language_sardinian = { #Probable early divergence from Latin color = sardinian } -language_iberian = { ###(Currently Unused) +#### Proto-African Romance Children +language_germano_african_romance = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_germano_african_romance } } parameters = { - language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_southern_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -3099,7 +3134,7 @@ language_iberian = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_iberian } + limit = { has_cultural_pillar = language_germano_african_romance } multiply = same_language_choice_factor } else_if = { @@ -3114,22 +3149,50 @@ language_iberian = { ###(Currently Unused) limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } - #Other Tweaks + } + + color = language_afroromance +} +language_african_romance = { ### (Currently Unused) + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_african_romance } } + + parameters = { + language_dialect_continuum_southern_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 if = { - limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque - multiply = 2 + limit = { has_cultural_pillar = language_african_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor } } - color = castilian + color = romano_african } -language_occitano_romance = { ###(Currently Unused) + ##### Future Variants +language_iberian = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } parameters = { - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_occitano_romance = yes + language_dialect_continuum_ibero_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -3138,7 +3201,7 @@ language_occitano_romance = { ###(Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_occitano_romance } + limit = { has_cultural_pillar = language_iberian } multiply = same_language_choice_factor } else_if = { @@ -3153,17 +3216,22 @@ language_occitano_romance = { ###(Currently Unused) limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + #Other Tweaks + if = { + limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque + multiply = 2 + } } - color = occitan + color = castilian } - #### Hypothetical Latin Variants -language_african_romance = { ### (Currently Unused) +language_occitano_romance = { ###(Currently Unused) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_african_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } parameters = { - language_dialect_continuum_southern_romance = yes + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes language_group_romance = yes language_branch_italic = yes language_family_indo_european = yes @@ -3172,7 +3240,7 @@ language_african_romance = { ### (Currently Unused) ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_african_romance } + limit = { has_cultural_pillar = language_occitano_romance } multiply = same_language_choice_factor } else_if = { @@ -3189,7 +3257,7 @@ language_african_romance = { ### (Currently Unused) } } - color = romano_african + color = occitan } ## Phrygian diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index b19916f876..eb8d79d0d8 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -12,11 +12,18 @@ liguistic_shift = { is_a_living_culture_trigger = yes OR = { has_cultural_pillar = language_latin + #Proto-Romance Block has_cultural_pillar = language_proto_ibero_romance has_cultural_pillar = language_proto_gallo_romance has_cultural_pillar = language_proto_british_romance has_cultural_pillar = language_proto_italian_romance - has_cultural_pillar = language_rhaeto_romance + has_cultural_pillar = language_proto_raetonorican_romance + has_cultural_pillar = language_proto_illyrian_romance + has_cultural_pillar = language_proto_pannonian_romance + has_cultural_pillar = language_proto_eastern_romance + has_cultural_pillar = language_proto_syrian_romance + has_cultural_pillar = language_proto_african_romance + has_cultural_pillar = language_proto_sardinian } } save_scope_as = shift_culture @@ -86,13 +93,51 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } - - - - - - - + else_if = { + limit = { has_cultural_pillar = language_proto_pannonian_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_proto_eastern_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_proto_syrian_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_proto_sardinian } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_proto_african_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 5fe6fb02d8..76fbd0f677 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -270,6 +270,35 @@ scripted_effect shift_language_proto_eastern_romance_to_children_effect = { } } +scripted_effect shift_language_proto_syrian_romance_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_syrian_romance + ccu_culture_created_or_changed_effect = yes + } +} + +scripted_effect shift_language_proto_sardinian_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_sardinian + ccu_culture_created_or_changed_effect = yes + } +} + +scripted_effect shift_language_proto_african_romance_to_children_effect = { + scope:shift_culture = { + if = { + limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } + set_culture_pillar = language_germano_african_romance + set_name_list = name_list_african_romance + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_african_romance + ccu_culture_created_or_changed_effect = yes + } + } +} + #Main Language Shift Effect scripted_effect shift_language_effect = { if = { @@ -308,11 +337,18 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_proto_eastern_romance } shift_language_proto_eastern_romance_to_children_effect = yes } - - - #Africo-Romance - #Sardinian Romance - #Syrian-Romance + if = { + limit = { has_cultural_pillar = language_proto_syrian_romance } + shift_language_proto_syrian_romance_to_children_effect = yes + } + if = { + limit = { has_cultural_pillar = language_proto_sardinian } + shift_language_proto_sardinian_to_children_effect = yes + } + if = { + limit = { has_cultural_pillar = language_proto_african_romance } + shift_language_proto_african_romance_to_children_effect = yes + } } ####### ACTUAL EVENTS diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 49ccfc50ce..2bad1b8149 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -94,6 +94,11 @@ language_noric_romance_name: "Noric Romance" ## Proto-Illyro-Romance Children language_dalmatian_name: "Dalmatian" + ## Proto-Syrian Romance Children + language_syrian_romance_name: "Syrian Romance" + ## Proto-Africo-Romance Children + language_germano_african_romance_name: "Arréyanu" + language_african_romance_name: "African Romance" #Late Languages language_african_romance_name: "Arréyanu" From c3d5e3dd33b8e08eecd9e4a2cd6f0489d3db6d19 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:54:52 -0500 Subject: [PATCH 265/339] Fixes --- .../BP_heritage_linguistic_drift.txt | 100 ++++++++++-------- 1 file changed, 53 insertions(+), 47 deletions(-) diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 76fbd0f677..036e42ce82 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -1,5 +1,8 @@ namespace = bp_heritage_linguistic_drift +##### FIXME: Regional Gating seems broken; Romano-Gallic/Roman shifting to d'Oc/Venetian whilst not being self-contained +##### FIXME: Cultures keep their previous dialect continua; fix event chain to remove these before shifting language! + ##### TODO (Immediate): Gate announcement events to rulers in diplo range only ##### TODO (Immediate): Add name-list shifts where appropriate ##### TODO (Immediate): Romano-Gothic/Romano-Vandalic variant @@ -301,53 +304,56 @@ scripted_effect shift_language_proto_african_romance_to_children_effect = { #Main Language Shift Effect scripted_effect shift_language_effect = { - if = { - limit = { has_cultural_pillar = language_latin } - shift_language_latin_to_protoromance_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_ibero_romance } - shift_language_proto_ibero_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_gallo_romance } - shift_language_proto_gallo_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_british_romance } - shift_language_proto_british_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_italian_romance } - shift_language_proto_italian_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_raetonorican_romance } - shift_language_proto_raetonorican_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_illyrian_romance } - shift_language_proto_illyrian_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_pannonian_romance } - shift_language_proto_pannonian_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_eastern_romance } - shift_language_proto_eastern_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_syrian_romance } - shift_language_proto_syrian_romance_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_sardinian } - shift_language_proto_sardinian_to_children_effect = yes - } - if = { - limit = { has_cultural_pillar = language_proto_african_romance } - shift_language_proto_african_romance_to_children_effect = yes + scope:shift_culture = { + #if/else-if prevents possible chain reaction + if = { + limit = { has_cultural_pillar = language_latin } + shift_language_latin_to_protoromance_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_ibero_romance } + shift_language_proto_ibero_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_gallo_romance } + shift_language_proto_gallo_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_british_romance } + shift_language_proto_british_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_italian_romance } + shift_language_proto_italian_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_raetonorican_romance } + shift_language_proto_raetonorican_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_illyrian_romance } + shift_language_proto_illyrian_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_pannonian_romance } + shift_language_proto_pannonian_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_eastern_romance } + shift_language_proto_eastern_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_syrian_romance } + shift_language_proto_syrian_romance_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_sardinian } + shift_language_proto_sardinian_to_children_effect = yes + } + else_if = { + limit = { has_cultural_pillar = language_proto_african_romance } + shift_language_proto_african_romance_to_children_effect = yes + } } } From f0804046edc647a4a0f330da5da592a576af5098 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:54:08 -0500 Subject: [PATCH 266/339] More Language Shift Event Fixes --- WtWSMS/common/culture/pillars/00_language.txt | 56 +++++-------------- .../scripted_effects/ccu_scripted_effects.txt | 42 +++++++++----- .../BP_heritage_linguistic_drift.txt | 44 ++++++++++++--- .../english/BP_ccu_features_l_english.yml | 2 +- .../BP_cultural_languages_l_english.yml | 3 +- .../cultural_languages_l_english.yml | 3 + 6 files changed, 85 insertions(+), 65 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index ac515affb3..48b8653eff 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2562,13 +2562,18 @@ language_iberian_romance = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + #Other Tweaks + if = { + limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque + multiply = 2 + } } color = romano_hispanic } -language_germano_iberian_romance = { +language_iberian = { #Germano-Iberian Romance (e.g., Castilian) type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_germano_iberian_romance } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } parameters = { language_dialect_continuum_ibero_romance = yes @@ -2580,7 +2585,7 @@ language_germano_iberian_romance = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_germano_iberian_romance } + limit = { has_cultural_pillar = language_iberian } multiply = same_language_choice_factor } else_if = { @@ -2595,9 +2600,14 @@ language_germano_iberian_romance = { limit = { has_cultural_parameter = language_family_indo_european } multiply = same_language_family_choice_factor } + #Other Tweaks + if = { + limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque + multiply = 2 + } } - color = visigothic + color = castilian } language_mozarabic = { type = language @@ -3187,44 +3197,6 @@ language_african_romance = { ### (Currently Unused) color = romano_african } ##### Future Variants -language_iberian = { ###(Currently Unused) - type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_iberian } } - - parameters = { - language_dialect_continuum_ibero_romance = yes - language_group_romance = yes - language_branch_italic = yes - language_family_indo_european = yes - } - - ai_will_do = { - value = 10 - if = { - limit = { has_cultural_pillar = language_iberian } - multiply = same_language_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_branch_italic } - multiply = same_language_branch_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_family_indo_european } - multiply = same_language_family_choice_factor - } - #Other Tweaks - if = { - limit = { has_cultural_pillar = language_basque } # Basque nobility spoke a much more latin-ised version of Basque - multiply = 2 - } - } - - color = castilian -} language_occitano_romance = { ###(Currently Unused) type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 9fb67b46d1..3a4de4a578 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -198,7 +198,7 @@ ccu_initialize_dialect_continua_effect = { #Additional language effects -#For Creoles (like Celtiberian) +#For Creoles (like Celtiberian & Mozarabic) #NB: Make sure value matches the desired language group, otherwise it'll be a problem #NB: If negative numbers are assigned to language groups above, this will break ccu_initialize_language_creole_effect = { @@ -219,6 +219,19 @@ ccu_initialize_language_union_effect = { ### Additional Effects #Root is culture in question +ccu_update_variable_list = { + random_parent_culture = { + limit = { has_same_culture_language = $CULTURE$ } + if = { + limit = { has_variable_list = $THE_LIST$ } + every_in_list = { + variable = $THE_LIST$ + save_temporary_scope_as = parent_list_item + root = { add_to_variable_list = { name = $THE_LIST$ target = scope:parent_list_item } } + } + } + } +} ccu_culture_created_or_changed_effect = { every_parent_culture = { limit = { has_same_culture_language = prev } @@ -226,25 +239,26 @@ ccu_culture_created_or_changed_effect = { set_variable = { name = language_union value = prev.var:language_union } set_variable = { name = language_family value = prev.var:language_family } set_variable = { name = language_branch value = prev.var:language_branch } + set_variable = { name = language_group value = prev.var:language_group } + set_variable = { name = language_creole value = prev.var:language_creole } } #Do this only once to avoid duplication with list - random_parent_culture = { - limit = { has_same_culture_language = prev } - if = { - limit = { has_variable_list = dialect_continuum } - every_in_list = { - variable = dialect_continuum - save_temporary_scope_as = parent_dialect_continuum - root = { add_to_variable_list = { name = dialect_continuum target = scope:parent_dialect_continuum } } - } - } + ccu_update_variable_list = { + CULTURE = prev + THE_LIST = dialect_continuum } } every_parent_culture = { limit = { has_same_culture_heritage = prev } - prev = { - set_variable = { name = heritage_group value = prev.var:heritage_group } - set_variable = { name = heritage_family value = prev.var:heritage_family } + prev = { + ccu_update_variable_list = { + CULTURE = prev + THE_LIST = heritage_group + } + ccu_update_variable_list = { + CULTURE = prev + THE_LIST = heritage_family + } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 036e42ce82..9e6ae66f24 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -1,7 +1,7 @@ namespace = bp_heritage_linguistic_drift -##### FIXME: Regional Gating seems broken; Romano-Gallic/Roman shifting to d'Oc/Venetian whilst not being self-contained -##### FIXME: Cultures keep their previous dialect continua; fix event chain to remove these before shifting language! +##### FIXME: Event localization needs to be generalized +##### FIXME: Remove Character portrait for cultures w/o a head ##### TODO (Immediate): Gate announcement events to rulers in diplo range only ##### TODO (Immediate): Add name-list shifts where appropriate @@ -27,7 +27,7 @@ scripted_trigger is_a_iberian_romance_hybrid_culture_trigger = { scripted_trigger is_culture_mostly_in_linguistic_region_trigger = { any_culture_county = { percent >= 0.50 - any_province = { geographical_region = $REGION$ } + title_province = { geographical_region = $REGION$ } } } @@ -48,7 +48,12 @@ scripted_trigger a_culture_parent_speaks_a_semitic_language_trigger = { scripted_effect shift_language_latin_to_protoromance_effect = { scope:shift_culture = { if = { - limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_hispanic } } + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_hispanic } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:lusitanian } + } + } set_culture_pillar = language_proto_ibero_romance ccu_culture_created_or_changed_effect = yes } @@ -138,7 +143,7 @@ scripted_effect shift_language_proto_ibero_romance_to_children_effect = { limit = { is_a_iberian_romance_hybrid_culture_trigger = yes } if = { limit = { a_culture_parent_is_a_germanic_culture_trigger = yes } - set_culture_pillar = language_germano_iberian_romance + set_culture_pillar = language_iberian ccu_culture_created_or_changed_effect = yes } else_if = { @@ -304,6 +309,32 @@ scripted_effect shift_language_proto_african_romance_to_children_effect = { #Main Language Shift Effect scripted_effect shift_language_effect = { + #Remove all current effects + hidden_effect = { + scope:shift_culture = { + if = { + limit = { exists = var:language_union } + remove_variable = language_union + } + if = { + limit = { exists = var:language_family } + remove_variable = language_family + } + if = { + limit = { exists = var:language_branch } + remove_variable = language_branch + } + if = { + limit = { exists = var:language_creole } + remove_variable = language_creole + } + if = { + limit = { has_variable_list = dialect_continuum } + clear_variable_list = dialect_continuum + } + } + } + #Then apply the new language effect scope:shift_culture = { #if/else-if prevents possible chain reaction if = { @@ -388,11 +419,10 @@ bp_heritage_linguistic_drift.0002 = { theme = culture_change left_portrait = root - immediate = {} + immediate = { hidden_effect = { shift_language_effect = yes } } option = { name = bp_heritage_linguistic_drift.0002.accept - shift_language_effect = yes every_ruler = { limit = { OR = { diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index 3bdad2aca7..f475ca40ad 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -157,7 +157,7 @@ culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the British Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_eastern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_northern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_syrian_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Syrian Romance [dialect_continuum|E]" culture_parameter_language_dialect_continuum_gaulish: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gaulish [dialect_continuum|E]" culture_parameter_language_dialect_continuum_eastern_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Iranian [dialect_continuum|E]" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 2bad1b8149..628e85e089 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -83,7 +83,6 @@ language_doc_romance_name: "d'Oc Romance" ## Proto-Ibero Romance Children language_iberian_romance_name: "Iberian Romance" - language_germano_iberian_romance_name: "Germano-Iberian Romance" language_mozarabic_name: "Mozarabic" ## Proto-Gallo Romance Children language_gallic_romance_name: "Gallic Romance" @@ -94,6 +93,8 @@ language_noric_romance_name: "Noric Romance" ## Proto-Illyro-Romance Children language_dalmatian_name: "Dalmatian" + ## Proto-Pannonio-Romance Children + language_pannonian_romance_name: "Pannonian Romance" ## Proto-Syrian Romance Children language_syrian_romance_name: "Syrian Romance" ## Proto-Africo-Romance Children diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml index 2057b567ee..b4d5616757 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml @@ -7,8 +7,11 @@ language_central_germanic_name:0 "Irminonic Germanic" language_cushitic_name:0 "Lowlands Cushitic" language_sudanic_name:0 "Eastern Sudanic" + language_iberian_name: "Germano-Iberian Romance" language_sardinian_name: "Sardinian" language_wallachian_name: "Eastern Romance" + language_italian_name: "Italian Romance" + language_french_name: "D'Oïl Romance" #Indo-Aryan language_vrachada_name: "Paishachi Prakrit" language_kamarupan_name: "Kamarupan Prakrit" From 9b011a564621600728c7f1b8f6ff8ee31971a792 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 23 Jan 2023 20:30:58 -0500 Subject: [PATCH 267/339] More Fixes * Language shift localization is now generalized with a default * Cultures without rulers do not display --- .../scripted_effects/ccu_scripted_effects.txt | 29 +++-- .../BP_heritage_linguistic_drift.txt | 105 ++++++++++-------- .../BP_cultural_languages_l_english.yml | 2 +- .../BP_culture_shift_events_l_english.yml | 6 +- 4 files changed, 86 insertions(+), 56 deletions(-) diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 3a4de4a578..91b97369c3 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -217,9 +217,7 @@ ccu_initialize_language_union_effect = { } ### Additional Effects - -#Root is culture in question -ccu_update_variable_list = { +ccu_update_variable_list_effect = { #Just a little helper tool random_parent_culture = { limit = { has_same_culture_language = $CULTURE$ } if = { @@ -232,8 +230,23 @@ ccu_update_variable_list = { } } } +ccu_unset_culture_variables_effect = { #Culture scope + #Languages + if = { limit = { exists = var:language_union } remove_variable = language_union } + if = { limit = { exists = var:language_family } remove_variable = language_family } + if = { limit = { exists = var:language_branch } remove_variable = language_branch } + if = { limit = { exists = var:language_creole } remove_variable = language_creole } + if = { limit = { has_variable_list = dialect_continuum } clear_variable_list = dialect_continuum } + #Heritages + if = { limit = { has_variable_list = heritage_group } clear_variable_list = heritage_group } + if = { limit = { has_variable_list = heritage_family } clear_variable_list = heritage_family } +} +#Root is culture in question ccu_culture_created_or_changed_effect = { - every_parent_culture = { + #If we're changing a culture feature, we'll first need to unset everything + root = { ccu_unset_culture_variables_effect = yes } + #THen update everything + random_parent_culture = { limit = { has_same_culture_language = prev } prev = { set_variable = { name = language_union value = prev.var:language_union } @@ -243,19 +256,19 @@ ccu_culture_created_or_changed_effect = { set_variable = { name = language_creole value = prev.var:language_creole } } #Do this only once to avoid duplication with list - ccu_update_variable_list = { + ccu_update_variable_list_effect = { CULTURE = prev THE_LIST = dialect_continuum } } - every_parent_culture = { + random_parent_culture = { limit = { has_same_culture_heritage = prev } prev = { - ccu_update_variable_list = { + ccu_update_variable_list_effect = { CULTURE = prev THE_LIST = heritage_group } - ccu_update_variable_list = { + ccu_update_variable_list_effect = { CULTURE = prev THE_LIST = heritage_family } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 9e6ae66f24..d4217d096d 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -1,18 +1,13 @@ namespace = bp_heritage_linguistic_drift -##### FIXME: Event localization needs to be generalized -##### FIXME: Remove Character portrait for cultures w/o a head +##### FIXME: Make portraits code et al. for heritages match the style of the language code +##### FIXME: Generalization of heritage shift localization ##### TODO (Immediate): Gate announcement events to rulers in diplo range only -##### TODO (Immediate): Add name-list shifts where appropriate -##### TODO (Immediate): Romano-Gothic/Romano-Vandalic variant -##### TODO (Immediate): Venetian namelist from WtWSMS. -##### TODO (Immediate): Pannonian Romance Name List from WtWSMS. +##### TODO (Immediate): Romano-Gothic/Romano-Vandalic variant? +##### TODO (Immediate): Venetian, Pannonian-Romance namelist from WtWSMS. #Design Notes: -# For 0.2.0, this will be a simple binary, but later we'll want to make the linguistic/heritage drifts -# more gradual. - #0001-0100: Linguistic Drift Events #0101-0200: Heritage Drift Events @@ -113,13 +108,8 @@ scripted_effect shift_language_latin_to_protoromance_effect = { set_culture_pillar = language_proto_syrian_romance ccu_culture_created_or_changed_effect = yes } - else_if = { #TODO: Remove Romano-Gothic as an option? - limit = { - OR = { - the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gothic } - the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_vandalic } - } - } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gothic } } set_culture_pillar = language_proto_italian_romance ccu_culture_created_or_changed_effect = yes } @@ -309,31 +299,6 @@ scripted_effect shift_language_proto_african_romance_to_children_effect = { #Main Language Shift Effect scripted_effect shift_language_effect = { - #Remove all current effects - hidden_effect = { - scope:shift_culture = { - if = { - limit = { exists = var:language_union } - remove_variable = language_union - } - if = { - limit = { exists = var:language_family } - remove_variable = language_family - } - if = { - limit = { exists = var:language_branch } - remove_variable = language_branch - } - if = { - limit = { exists = var:language_creole } - remove_variable = language_creole - } - if = { - limit = { has_variable_list = dialect_continuum } - clear_variable_list = dialect_continuum - } - } - } #Then apply the new language effect scope:shift_culture = { #if/else-if prevents possible chain reaction @@ -415,9 +380,35 @@ bp_heritage_linguistic_drift.0001 = { bp_heritage_linguistic_drift.0002 = { type = character_event title = bp_heritage_linguistic_drift.0002.t + desc = { + first_valid = { + #Latin to Proto-Romance + triggered_desc = { + trigger = { + OR = { + scope:shift_culture = { has_cultural_pillar = language_proto_ibero_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_gallo_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_british_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_italian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_raetonorican_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_illyrian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_pannonian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_eastern_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_syrian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_african_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_sardinian } + } + } + desc = bp_heritage_linguistic_drift.0002.desc.latin + } + #Default + desc = bp_heritage_linguistic_drift.0002.desc + } + } + desc = bp_heritage_linguistic_drift.0002.desc theme = culture_change - left_portrait = root + right_portrait = root immediate = { hidden_effect = { shift_language_effect = yes } } @@ -440,9 +431,34 @@ bp_heritage_linguistic_drift.0002 = { bp_heritage_linguistic_drift.0003 = { type = character_event title = bp_heritage_linguistic_drift.0003.t - desc = bp_heritage_linguistic_drift.0003.desc + desc = { + first_valid = { + #Latin to Proto-Romance + triggered_desc = { + trigger = { + OR = { + scope:shift_culture = { has_cultural_pillar = language_proto_ibero_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_gallo_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_british_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_italian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_raetonorican_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_illyrian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_pannonian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_eastern_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_syrian_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_african_romance } + scope:shift_culture = { has_cultural_pillar = language_proto_sardinian } + } + } + desc = bp_heritage_linguistic_drift.0003.desc.latin + } + #Default + desc = bp_heritage_linguistic_drift.0003.desc + } + } theme = culture_change left_portrait = scope:chosen_character + right_portrait = root immediate = { if = { @@ -456,8 +472,7 @@ bp_heritage_linguistic_drift.0003 = { save_scope_as = chosen_character } } - #Fallback - else = { root = { save_scope_as = chosen_character } } + #Fallback, don't show anything } #For other rulers of the culture diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 628e85e089..3b73e27644 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -110,7 +110,7 @@ #Mongolic language_tuoba_name: "Tuoba" language_tuyuhun_name: "Tuyuhun" - language_ruanruan: "Ruanruan" + language_ruanruan_name: "Ruanruan" #Phrygians language_phrygian_name:0 "Phrygian" #Proto-Carpathians diff --git a/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml index 5a231cd2c6..8f4e5b2ce9 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml @@ -5,10 +5,12 @@ #Heritage/Linguistic Drift ## Language Drift bp_heritage_linguistic_drift.0002.t: "Linguistic Drift" - bp_heritage_linguistic_drift.0002.desc: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tongue of the [shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." + bp_heritage_linguistic_drift.0002.desc.latin: "Where once all peoples of the Western Mediterranean spoke a single Latin Language with regional dialects, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the tongue of the [shift_culture.GetName] people has changed enough from Latin that it is no longer intelligible with Latin." + bp_heritage_linguistic_drift.0002.desc: "As time goes on and polities change and people move, languages begin to change. Regional variations build up, until the spoken language can no longer be called the same. This has occurred in the [shift_culture.GetName] culture, whose tongue has now deviated significantly from its old form." bp_heritage_linguistic_drift.0002.accept: "As times change, so must we" bp_heritage_linguistic_drift.0002.accept.tooltip: "Your [culture|E]'s [language|E] has changed to [shift_culture.GetLanguage.GetName|V]" bp_heritage_linguistic_drift.0003.t: "$bp_heritage_linguistic_drift.0002.t$" + bp_heritage_linguistic_drift.0003.desc.latin: "$bp_heritage_linguistic_drift.0002.desc.latin$" bp_heritage_linguistic_drift.0003.desc: "$bp_heritage_linguistic_drift.0002.desc$" bp_heritage_linguistic_drift.0003.accept_same_culture: "$bp_heritage_linguistic_drift.0002.accept$" bp_heritage_linguistic_drift.0003.accept_same_culture.tooltip: "$bp_heritage_linguistic_drift.0002.accept.tooltip$" @@ -16,7 +18,7 @@ bp_heritage_linguistic_drift.0003.accept_different_culture.tooltip: "The [shift_culture.GetName] [culture|E]'s [language|E] has changed to [shift_culture.GetLanguage.GetName|V]" ## Language Tooltips ## Heritage Drift - bp_heritage_linguistic_drift.0102.t: "Heritage Drift" + bp_heritage_linguistic_drift.0102.t: "Customary Drift" bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean were united into a single polity with similar behaviours, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [shift_culture.GetName] people has changed enough from Roman practices that it is foreign to those of Roman customs." bp_heritage_linguistic_drift.0102.accept: "As times change, so must we" bp_heritage_linguistic_drift.0102.accept.tooltip: "Your [culture|E]'s [heritage|E] has changed to [shift_culture.GetHeritage.GetName|V]" From a74b6bce3fb083476a16a5504aabf25e89b9fc20 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:05:05 -0500 Subject: [PATCH 268/339] Remove Proto-Sardinian Leave Sardinian as the only surviving "Proto-Romance" language, because of its close affinity to Latin --- WtWSMS/common/culture/cultures/BP_latin.txt | 2 +- WtWSMS/common/culture/pillars/00_language.txt | 43 ++----------------- .../common/on_action/BP_yearly_on_actions.txt | 10 ----- .../BP_heritage_linguistic_drift.txt | 13 ------ .../BP_cultural_languages_l_english.yml | 1 - 5 files changed, 5 insertions(+), 64 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_latin.txt b/WtWSMS/common/culture/cultures/BP_latin.txt index 1ec458f8bd..18967f36df 100644 --- a/WtWSMS/common/culture/cultures/BP_latin.txt +++ b/WtWSMS/common/culture/cultures/BP_latin.txt @@ -72,7 +72,7 @@ sardinian = { #Medieval Sardinian ethos = ethos_communal heritage = heritage_latin - language = language_proto_sardinian + language = language_sardinian martial_custom = martial_custom_male_only traditions = { #Realm Traditions diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 48b8653eff..a2a9058804 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2112,9 +2112,9 @@ language_latin = { color = language_latin } #### Proto-Romance Dialects -language_proto_sardinian = { +language_sardinian = { #Probable early divergence from Latin type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_proto_sardinian } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } parameters = { language_dialect_continuum_proto_romance = yes @@ -2128,7 +2128,7 @@ language_proto_sardinian = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_proto_sardinian } + limit = { has_cultural_pillar = language_sardinian } multiply = same_language_choice_factor } else_if = { @@ -2145,7 +2145,7 @@ language_proto_sardinian = { } } - color = language_sardinian + color = sardinian } language_proto_ibero_romance = { type = language @@ -3094,41 +3094,6 @@ language_syrian_romance = { color = language_syrianromance } -#### Proto-Sardinian Children -language_sardinian = { #Probable early divergence from Latin - type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_sardinian } } - - parameters = { - language_dialect_continuum_southern_romance = yes - language_dialect_continuum_italo_dalmatian = yes - language_group_romance = yes - language_branch_italic = yes - language_family_indo_european = yes - } - - ai_will_do = { - value = 10 - if = { - limit = { has_cultural_pillar = language_sardinian } - multiply = same_language_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_branch_italic } - multiply = same_language_branch_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_family_indo_european } - multiply = same_language_family_choice_factor - } - } - - color = sardinian -} #### Proto-African Romance Children language_germano_african_romance = { type = language diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index eb8d79d0d8..ccaa6cb1ee 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -23,7 +23,6 @@ liguistic_shift = { has_cultural_pillar = language_proto_eastern_romance has_cultural_pillar = language_proto_syrian_romance has_cultural_pillar = language_proto_african_romance - has_cultural_pillar = language_proto_sardinian } } save_scope_as = shift_culture @@ -120,15 +119,6 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } - else_if = { - limit = { has_cultural_pillar = language_proto_sardinian } - generic_shift_culture_event = { - EVENT_ID = bp_heritage_linguistic_drift.0001 - HERITAGE_OR_LANGUAGE = language - SHIFT_START_YEAR = 700 - SHIFT_PERIOD_YEARS = 25 - } - } else_if = { limit = { has_cultural_pillar = language_proto_african_romance } generic_shift_culture_event = { diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index d4217d096d..26065be09d 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -275,13 +275,6 @@ scripted_effect shift_language_proto_syrian_romance_to_children_effect = { } } -scripted_effect shift_language_proto_sardinian_to_children_effect = { - scope:shift_culture = { - set_culture_pillar = language_sardinian - ccu_culture_created_or_changed_effect = yes - } -} - scripted_effect shift_language_proto_african_romance_to_children_effect = { scope:shift_culture = { if = { @@ -342,10 +335,6 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_proto_syrian_romance } shift_language_proto_syrian_romance_to_children_effect = yes } - else_if = { - limit = { has_cultural_pillar = language_proto_sardinian } - shift_language_proto_sardinian_to_children_effect = yes - } else_if = { limit = { has_cultural_pillar = language_proto_african_romance } shift_language_proto_african_romance_to_children_effect = yes @@ -396,7 +385,6 @@ bp_heritage_linguistic_drift.0002 = { scope:shift_culture = { has_cultural_pillar = language_proto_eastern_romance } scope:shift_culture = { has_cultural_pillar = language_proto_syrian_romance } scope:shift_culture = { has_cultural_pillar = language_proto_african_romance } - scope:shift_culture = { has_cultural_pillar = language_proto_sardinian } } } desc = bp_heritage_linguistic_drift.0002.desc.latin @@ -447,7 +435,6 @@ bp_heritage_linguistic_drift.0003 = { scope:shift_culture = { has_cultural_pillar = language_proto_eastern_romance } scope:shift_culture = { has_cultural_pillar = language_proto_syrian_romance } scope:shift_culture = { has_cultural_pillar = language_proto_african_romance } - scope:shift_culture = { has_cultural_pillar = language_proto_sardinian } } } desc = bp_heritage_linguistic_drift.0003.desc.latin diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 3b73e27644..44b31f3fd7 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -68,7 +68,6 @@ language_adharic_name: "Adharic" #Latin #Intermediate Languages - language_proto_sardinian_name: "Proto-Sardinian" language_proto_ibero_romance_name: "Proto-Ibero-Romance" language_proto_gallo_romance_name: "Proto-Gallo-Romance" language_proto_british_romance_name: "Proto-Brito-Romance" From 1d4fe75821d4119e63ff6f5e24d8295765872ec8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:25:21 -0500 Subject: [PATCH 269/339] Gallo-Romance children --- WtWSMS/common/culture/pillars/00_language.txt | 138 +++++++++++++----- .../common/on_action/BP_yearly_on_actions.txt | 29 ++++ .../BP_heritage_linguistic_drift.txt | 38 ++++- .../BP_cultural_languages_l_english.yml | 2 + .../cultural_languages_l_english.yml | 1 + .../BP_custom_regions.txt | 5 + 6 files changed, 177 insertions(+), 36 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index a2a9058804..d31e33ad96 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2532,6 +2532,109 @@ language_doc_romance = { color = occitan } +language_catalan = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_catalan } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_dialect_continuum_occitano_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_catalan } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.76 0.42 0.08 } #CK3 Catalan color +} +language_arpitan = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_arpitan } } + + parameters = { + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes + language_dialect_continuum_italo_dalmatian = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_arpitan } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = occitan +} +language_occitano_romance = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } + + parameters = { + language_dialect_continuum_gallo_romance = yes + language_dialect_continuum_occitano_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_occitano_romance } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = occitan +} #### Proto-Ibero Romance Children language_iberian_romance = { type = language @@ -3161,41 +3264,6 @@ language_african_romance = { ### (Currently Unused) color = romano_african } - ##### Future Variants -language_occitano_romance = { ###(Currently Unused) - type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_occitano_romance } } - - parameters = { - language_dialect_continuum_gallo_romance = yes - language_dialect_continuum_occitano_romance = yes - language_group_romance = yes - language_branch_italic = yes - language_family_indo_european = yes - } - - ai_will_do = { - value = 10 - if = { - limit = { has_cultural_pillar = language_occitano_romance } - multiply = same_language_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_group_romance } - multiply = same_language_group_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_branch_italic } - multiply = same_language_branch_choice_factor - } - else_if = { - limit = { has_cultural_parameter = language_family_indo_european } - multiply = same_language_family_choice_factor - } - } - - color = occitan -} ## Phrygian language_phrygian = { diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index ccaa6cb1ee..f1491876a6 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -23,6 +23,8 @@ liguistic_shift = { has_cultural_pillar = language_proto_eastern_romance has_cultural_pillar = language_proto_syrian_romance has_cultural_pillar = language_proto_african_romance + #Later Romance block + } } save_scope_as = shift_culture @@ -128,6 +130,33 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + #Later Romance Splits + else_if = { #Occitano to Catalan/Arpitan/Occitan + limit = { has_cultural_pillar = language_doc_romance } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 900 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { #D'Oil to Arpitan (Special Case) + limit = { + has_cultural_pillar = language_french + scope:shift_culture = { + any_culture_county = { + percent >= 0.50 + title_province = { geographical_region = custom_arpitan } + } + } + } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 900 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 26065be09d..b6726d00db 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -290,6 +290,34 @@ scripted_effect shift_language_proto_african_romance_to_children_effect = { } } +scripted_effect shift_language_doc_romance_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_hispanic } } + set_culture_pillar = language_catalan + set_name_list = name_list_catalan + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { is_culture_mostly_in_linguistic_region_trigger = { REGION = custom_arpitan } } + set_culture_pillar = language_arpitan + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_occitano_romance + set_name_list = name_list_occitan + ccu_culture_created_or_changed_effect = yes + } + } +} + +scripted_effect shift_language_french_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_arpitan + ccu_culture_created_or_changed_effect = yes + } +} + #Main Language Shift Effect scripted_effect shift_language_effect = { #Then apply the new language effect @@ -339,6 +367,15 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_proto_african_romance } shift_language_proto_african_romance_to_children_effect = yes } + #Later Romance Block + else_if = { + limit = { has_cultural_pillar = language_doc_romance } + shift_language_doc_romance_to_children_effect = yes + } + else_if = { #French to Arpitan + limit = { has_cultural_pillar = language_french } + shift_language_french_to_children_effect = yes + } } } @@ -394,7 +431,6 @@ bp_heritage_linguistic_drift.0002 = { } } - desc = bp_heritage_linguistic_drift.0002.desc theme = culture_change right_portrait = root diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 44b31f3fd7..b9d5bce66d 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -80,6 +80,8 @@ language_proto_syrian_romance_name: "Proto-Syrian Romance" ## Occitan Region language_doc_romance_name: "d'Oc Romance" + language_catalan_name: "Catalan" + language_arpitan: "Arpitan" ## Proto-Ibero Romance Children language_iberian_romance_name: "Iberian Romance" language_mozarabic_name: "Mozarabic" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml index b4d5616757..153d2660f5 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml @@ -12,6 +12,7 @@ language_wallachian_name: "Eastern Romance" language_italian_name: "Italian Romance" language_french_name: "D'Oïl Romance" + language_occitano_romance_name: "Arpitan Romance" #Indo-Aryan language_vrachada_name: "Paishachi Prakrit" language_kamarupan_name: "Kamarupan Prakrit" diff --git a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt index fd4003b003..11618c64c9 100644 --- a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt +++ b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt @@ -65,3 +65,8 @@ custom_sicilian = { d_apulia d_lucania d_sicily } } +custom_arpitan = { + duchies = { + d_maxima_sequanorum d_alpes_poeninae + } +} From 047b43216a9e0251f94349126710e62ee944d78d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:38:09 -0500 Subject: [PATCH 270/339] Iberian Romance to children --- WtWSMS/common/culture/pillars/00_language.txt | 100 ++++++++++++++++++ .../common/on_action/BP_yearly_on_actions.txt | 9 ++ .../BP_heritage_linguistic_drift.txt | 49 ++++++--- .../BP_cultural_languages_l_english.yml | 8 +- 4 files changed, 151 insertions(+), 15 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index d31e33ad96..f3551a7bb0 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -3264,6 +3264,106 @@ language_african_romance = { ### (Currently Unused) color = romano_african } +#### Later Iberian Languages +language_galician = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_galician } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_galician } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.92 0.93 0.63 } #CK3 galician +} +language_asturleonese = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_asturleonese } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_asturleonese } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = { 0.98 0.85 0.36 } #CK3 asturleonese +} +language_castilian = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_castilian } } + + parameters = { + language_dialect_continuum_ibero_romance = yes + language_group_romance = yes + language_branch_italic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_castilian } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_romance } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_italic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = castilian +} ## Phrygian language_phrygian = { diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index f1491876a6..c4841fb4fe 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -157,6 +157,15 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + else_if = { #Iberian Vulgar to children + limit = { has_cultural_pillar = language_iberian } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 900 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index b6726d00db..1e8624fe8f 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -39,7 +39,13 @@ scripted_trigger a_culture_parent_speaks_a_semitic_language_trigger = { any_parent_culture = { has_cultural_parameter = language_branch_semitic } } +scripted_trigger the_culture_borders_a_specific_heritage_trigger = { + any_culture_county = { any_neighboring_county = { this.culture = { has_cultural_pillar = $HERITAGE$ } } } +} + ###### EFFECTS + +#Latin to Children scripted_effect shift_language_latin_to_protoromance_effect = { scope:shift_culture = { if = { @@ -126,7 +132,6 @@ scripted_effect shift_language_latin_to_protoromance_effect = { else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE: LANGUAGE (LATIN=>PROTO-ROMANCE" } } } - scripted_effect shift_language_proto_ibero_romance_to_children_effect = { scope:shift_culture = { if = { @@ -160,7 +165,6 @@ scripted_effect shift_language_proto_ibero_romance_to_children_effect = { } } } - scripted_effect shift_language_proto_gallo_romance_to_children_effect = { scope:shift_culture = { if = { @@ -188,7 +192,6 @@ scripted_effect shift_language_proto_gallo_romance_to_children_effect = { } } } - scripted_effect shift_language_proto_british_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_british_romance @@ -196,7 +199,6 @@ scripted_effect shift_language_proto_british_romance_to_children_effect = { ccu_culture_created_or_changed_effect = yes } } - scripted_effect shift_language_proto_italian_romance_to_children_effect = { scope:shift_culture = { if = { @@ -228,7 +230,6 @@ scripted_effect shift_language_proto_italian_romance_to_children_effect = { } } } - scripted_effect shift_language_proto_raetonorican_romance_to_children_effect = { scope:shift_culture = { if = { @@ -243,7 +244,6 @@ scripted_effect shift_language_proto_raetonorican_romance_to_children_effect = { } } } - scripted_effect shift_language_proto_illyrian_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_dalmatian @@ -251,7 +251,6 @@ scripted_effect shift_language_proto_illyrian_romance_to_children_effect = { ccu_culture_created_or_changed_effect = yes } } - scripted_effect shift_language_proto_pannonian_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_pannonian_romance @@ -259,7 +258,6 @@ scripted_effect shift_language_proto_pannonian_romance_to_children_effect = { ccu_culture_created_or_changed_effect = yes } } - scripted_effect shift_language_proto_eastern_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_wallachian @@ -267,14 +265,12 @@ scripted_effect shift_language_proto_eastern_romance_to_children_effect = { ccu_culture_created_or_changed_effect = yes } } - scripted_effect shift_language_proto_syrian_romance_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_syrian_romance ccu_culture_created_or_changed_effect = yes } } - scripted_effect shift_language_proto_african_romance_to_children_effect = { scope:shift_culture = { if = { @@ -289,7 +285,7 @@ scripted_effect shift_language_proto_african_romance_to_children_effect = { } } } - +#Later Romance Languages scripted_effect shift_language_doc_romance_to_children_effect = { scope:shift_culture = { if = { @@ -310,13 +306,38 @@ scripted_effect shift_language_doc_romance_to_children_effect = { } } } - scripted_effect shift_language_french_to_children_effect = { scope:shift_culture = { set_culture_pillar = language_arpitan ccu_culture_created_or_changed_effect = yes } } +scripted_effect shift_language_iberian_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:suebi } } + set_culture_pillar = language_galician + set_name_list = name_list_galician + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_borders_a_specific_heritage_trigger = { HERITAGE = heritage_frankish } + the_culture_borders_a_specific_heritage_trigger = { HERITAGE = heritage_vasconic } + } + } + set_culture_pillar = language_asturleonese + set_name_list = name_list_asturleonese + ccu_culture_created_or_changed_effect = yes + } + else = { + set_culture_pillar = language_castilian + set_name_list = name_list_castilian + ccu_culture_created_or_changed_effect = yes + } + } +} #Main Language Shift Effect scripted_effect shift_language_effect = { @@ -376,6 +397,10 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_french } shift_language_french_to_children_effect = yes } + else_if = { #Iberian Vulgar to children + limit = { has_cultural_pillar = language_iberian } + shift_language_iberian_to_children_effect = yes + } } } diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index b9d5bce66d..6cfacbd316 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -81,7 +81,7 @@ ## Occitan Region language_doc_romance_name: "d'Oc Romance" language_catalan_name: "Catalan" - language_arpitan: "Arpitan" + language_arpitan_name: "Arpitan" ## Proto-Ibero Romance Children language_iberian_romance_name: "Iberian Romance" language_mozarabic_name: "Mozarabic" @@ -101,8 +101,10 @@ ## Proto-Africo-Romance Children language_germano_african_romance_name: "Arréyanu" language_african_romance_name: "African Romance" - - #Late Languages + ## Later Iberian + language_galician_name: "Galacian" + language_asturleonese: "Asturleonese" + #Late Latin Languages language_african_romance_name: "Arréyanu" language_rhaeto_romance_name: "Rhaeto-Romance" language_british_romance_name: "Brídaney" From 3ca0c3ff8aefd1faf9e90f4b2c51c8a8e4aefeb2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 28 Jan 2023 01:46:35 -0500 Subject: [PATCH 271/339] Minorities: Christianity (Part 1) * Doesn't cover Gallican, Hispanic, Monophysite, Pelagian, Donatist, Priscilianist, Montanist, Miaphysite, Docetism, Arianism, Melchisdechianism, Pnuematomachianism, African churches --- .../on_action/sea_minority_game_start.txt | 267 ++++++++++++------ .../sea_minority_effects_generic.txt | 39 ++- .../sea_minority_start_effects.txt | 12 + .../sea_minority_start_triggers.txt | 9 + 4 files changed, 231 insertions(+), 96 deletions(-) create mode 100644 WtWSMS/common/scripted_effects/sea_minority_start_effects.txt create mode 100644 WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index c5655813a6..3e128f58d8 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -90,6 +90,21 @@ set_minorities_game_start = { BP_set_minorities_universal = { effect = { + ### Nicene + every_county = { #The Pentarchy + limit = { + OR = { + this = title:c_alexandria + this = title:c_roma + this = title:c_antiocheia + this = title:c_jerusalem + this = title:c_byzantion + } + } + add_large_faith_to_county_effect = { FAITH = faith:nicene } + } + ##### NOT RE-REVIEWED vvvvv + # Religions #======================== #Abrahamics @@ -507,13 +522,6 @@ BP_set_minorities_universal = { CULTURE = culture:caucasian_albanian } } - #Georgian-Armenian border - title:c_lori = { - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:georgian_orthodox - CULTURE = culture:georgian - } - } #Svan-Lazic border title:c_odishi ={ add_small_culture_and_faith_to_county_effect = { @@ -538,46 +546,82 @@ BP_set_minorities_by_date = { # Abrahamics ## Christians ### Nicene - every_county = { + every_county = { #Universal Region limit = { OR = { - #West Asia Minor + #Eastern Roman Empire + ##West Asia Minor this.kingdom = title:k_asia this.kingdom = title:k_galatia this.kingdom = title:k_byzantium - #Pentopolis + this.kingdom = title:k_pontus + this.kingdom = title:k_cilicia + ##Oriens + + ##Egypt (Nile) + this.duchy = title:d_alexandria + this.duchy = title:d_augustamnica + this.duchy = title:d_arcadia + ##Pentopolis this = title:c_barqa this = title:c_derna - #Thrace - this = title:c_turnovo - } - } + ##Thrace and Greece + this.kingdom = title:k_thracia + this.kingdom = title:k_achaia + ## Italy + this.kingdom = title:k_annonaria + this.kingdom = title:k_italia + this.kingdom = title:k_raetia + this.kingdom = title:k_noricum + #Handled Separately: + #e_gaul, e_north_africa, e_spain + } + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities if = { limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes OR = { - NOT = { this.religion = religion:christianity_religion } - any_neighboring_county = { faith = faith:nicene } + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } } } - add_large_faith_to_county_effect = { FAITH = faith:nicene } + add_minority_faith_granular_universal_effect = { FAITH = faith:nicene } } - else = { add_small_faith_to_county_effect = { FAITH = faith:nicene } } } - every_county = { + every_county = { #Granular Region limit = { OR = { - #Cappadocia - this = title:c_ablastha - this = title:c_azysia - this = title:c_lycandus + #Eastern Roman Empire + ##West Asia Minor + this.kingdom = title:k_armenia_inferior + ##Oriens + this.kingdom = title:k_oriens + ##Italy + this.kingdom = title:k_dalmatia + #Handled Separately: + #e_gaul, e_north_africa, e_spain + } + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + OR = { + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } + } } + add_minority_faith_granular_effect = { FAITH = faith:nicene } } - add_small_faith_to_county_effect = { FAITH = faith:nicene } - } - #Italy and Raetia Noricum - add_faith_to_region_effect = { - REGIONAL_TRIGGER = annonaria_italy_noricum_trigger - FAITH = faith:nicene } ### Georgian Orthodox every_county = { @@ -585,33 +629,38 @@ BP_set_minorities_by_date = { OR = { this = title:c_svaneti this = title:c_abkhazia + this = title:c_lori + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_faith_granular_universal_effect = { FAITH = faith:georgian_orthodox } } - add_small_faith_to_county_effect = { FAITH = faith:georgian_orthodox } } ### Armenian Church every_county = { - limit = { - AND = { - this.faith = faith:marcionism - this.culture = culture:armenian + limit = { this.culture = culture:armenian } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } - NOT = { this = title:c_samosata } + add_minority_faith_granular_universal_effect = { FAITH = faith:armenian_apostolic } } - add_small_faith_to_county_effect = { FAITH = faith:armenian_apostolic } } ### Albanian Church every_county = { - limit = { - OR = { - this = title:c_aran - this = title:c_shaki - this = title:c_khachen - this = title:c_shirvan - this = title:c_mugan + limit = { this.culture = culture:caucasian_albanian } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_faith_granular_universal_effect = { FAITH = faith:albanian_apostolic } } - add_small_faith_to_county_effect = { FAITH = faith:albanian_apostolic } } ### Maronites every_county = { @@ -628,51 +677,39 @@ BP_set_minorities_by_date = { } NOT = { this = title:c_acre } } - add_large_faith_to_county_effect = { FAITH = faith:maronite_church } - } - every_county = { - limit = { this = title:c_marash } - add_small_faith_to_county_effect = { FAITH = faith:maronite_church } - } - ###Apollinarism - every_county = { - limit = { - OR = { - this = title:c_beirut - this = title:c_tripoli - this = title:c_antiocheia + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_faith_granular_universal_effect = { FAITH = faith:maronite_church } } - add_small_faith_to_county_effect = { FAITH = faith:apollinarism } } ###Syrian Orthodox every_county = { limit = { OR = { - this = title:c_palmyra - this = title:c_qaryatan + this.duchy = title:d_syria + this.duchy = title:d_euphratensis this = title:c_homs this = title:c_tripoli #Orontes Valley this = title:c_hama this = title:c_shayzar this = title:c_homs + #Euphrates border + this = title:c_edessa + this = title:c_amida + this = title:c_dausar } } - add_large_faith_to_county_effect = { FAITH = faith:syrian_orthodox } - } - every_county = { - limit = { - OR = { - this = title:c_marash - this = title:c_samosata - this = title:c_dausar - #Lower Syrian - this = title:c_damascus - this = title:c_hauran + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_faith_granular_universal_effect = { FAITH = faith:syrian_orthodox } } - add_small_faith_to_county_effect = { FAITH = faith:syrian_orthodox } } ###Ebionites every_county = { @@ -684,14 +721,37 @@ BP_set_minorities_by_date = { limit = { OR = { this.culture = culture:assyrian - this = title:c_rusafa + this.duchy = title:d_mesan + this.duchy = title:d_khuzestan + this.duchy = title:d_asoristan + this.duchy = title:d_tabaristan } } - add_large_faith_to_county_effect = { FAITH = faith:nestorian } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:nestorian } + } } every_county = { - limit = { this.duchy = title:d_tabaristan } - add_small_faith_to_county_effect = { FAITH = faith:nestorian } + limit = { + OR = { + this.duchy = title:d_mesan + this.duchy = title:d_khuzestan + this.duchy = title:d_asoristan + this.duchy = title:d_tabaristan + this = title:c_urmiya + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:nestorian } + } } ### Marcionism every_county = { @@ -699,34 +759,26 @@ BP_set_minorities_by_date = { OR = { this = title:c_edessa this = title:c_aintab + this = title:c_kaisereia AND = { this.kingdom = title:k_armenia_inferior this.faith = faith:armenian_apostolic } } } - add_large_faith_to_county_effect = { FAITH = faith:marcionism } - } - every_county = { - limit = { - OR = { - this = title:c_kaisereia - this = title:c_sebasteia - this = title:c_colonea - #NOT kilikia & kyzistria because it was too developed and later Marcionism seemed to exist in the - #"no-man's land" between Armenia and Rome + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_faith_granular_universal_effect = { FAITH = faith:marcionism } } - add_small_faith_to_county_effect = { FAITH = faith:marcionism } - } - ### Audians - title:c_damascus = { #Site of Jubb'adin "Well of Audius" - add_small_faith_to_county_effect = { FAITH = faith:audianism } } + ### Audianism every_county = { limit = { OR = { - this.duchy = title:d_libanensis + this.duchy = title:d_libanensis #Damascus: Site of Jubb'adin "Well of Audius" this.duchy = title:d_syria this.duchy = title:d_syria_salutaris this.duchy = title:d_osrhoene @@ -737,7 +789,33 @@ BP_set_minorities_by_date = { this.religion = religion:christianity_religion NOT = { this = title:c_damascus } } - add_small_faith_to_county_effect = { FAITH = faith:audianism } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:audianism } + } + } + + #(Minority Christian faiths; no granularity) + + ###Apollinarism + every_county = { + limit = { + OR = { + this = title:c_beirut + this = title:c_tripoli + this = title:c_antiocheia + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:apollinarism } + } } ### Patripassianists every_county = { @@ -750,11 +828,12 @@ BP_set_minorities_by_date = { this = title:c_suriya this = title:c_amida } - this.religion = religion:christianity_religion } add_small_faith_to_county_effect = { FAITH = faith:patripassianism } } + ##### NOT RE-REVIEWED vvvvv + #Mazdans ##Dualists ### Manicheans diff --git a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt index f4b2ccea48..f465be310b 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_effects_generic.txt @@ -29,7 +29,42 @@ add_minority_faith_and_culture_to_county_effect = { #county scope SIZE = $SIZE$ } } -add_minority_to_region_granular_effect = { +add_minority_granular_effect = { + if = { + limit = { any_neighboring_county = { count > 1 $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = large + } + } + else_if = { + limit = { any_neighboring_county = { count = 1 $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = small + } + } +} +add_minority_granular_universal_effect = { + if = { + limit = { any_neighboring_county = { count > 1 $CULTURE_OR_FAITH$ = $TARGET$} } + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = large + } + } + else = { + add_minority_to_county_effect = { + CULTURE_OR_FAITH = $CULTURE_OR_FAITH$ + ITEM = $TARGET$ + SIZE = small + } + } +} +add_minority_to_region_granular_effect = { #TODO (Immediate): REMOVE? every_county = { limit = { $REGIONAL_TRIGGER$ = yes } if = { @@ -50,7 +85,7 @@ add_minority_to_region_granular_effect = { } } } -add_minority_to_region_effect = { +add_minority_to_region_effect = { #TODO (Immediate): REMOVE? every_county = { limit = { $REGIONAL_TRIGGER$ = yes } if = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt new file mode 100644 index 0000000000..b7b0add9e5 --- /dev/null +++ b/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt @@ -0,0 +1,12 @@ +add_minority_faith_granular_effect = { + add_minority_granular_effect = { + CULTURE_OR_FAITH = faith + TARGET = $FAITH$ + } +} +add_minority_faith_granular_universal_effect = { + add_minority_granular_universal_effect = { + CULTURE_OR_FAITH = faith + TARGET = $FAITH$ + } +} \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt new file mode 100644 index 0000000000..e896057274 --- /dev/null +++ b/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt @@ -0,0 +1,9 @@ +valid_county_faith_status_trigger = { + NOT = { this.faith = { has_doctrine = tenet_ethnic_religion } } +} +valid_county_holding_status_trigger = { + any_province = { + has_holding = yes + NOT = { has_holding_type = tribal_holding } + } +} \ No newline at end of file From 58c957750591ce18b93dfcb184b9ab4458a6cbca Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 28 Jan 2023 14:38:23 -0500 Subject: [PATCH 272/339] Minorities (Part 2) * Dharmics, Dualists, Mazdans * Fix some triggers --- .../on_action/sea_minority_game_start.txt | 314 ++++++++++-------- .../sea_minority_on_action_effects.txt | 4 +- .../sea_minority_start_triggers.txt | 3 +- .../BP_custom_regions.txt | 10 + .../geographical_region.txt | 4 +- 5 files changed, 196 insertions(+), 139 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 3e128f58d8..1a3ed2d3bf 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -107,51 +107,6 @@ BP_set_minorities_universal = { # Religions #======================== - #Abrahamics - ## Christians - ### Nestorians - every_county = { #Large Concentrations - limit = { - OR = { - this.duchy = title:d_soghd - this = title:c_tib - this = title:c_merv - } - NOT = { this = title:c_kishsh } - NOT = { this = title:c_otrar } - } - add_large_faith_to_county_effect = { FAITH = faith:nestorian } - } - every_county = { #Small Concentrations - limit = { - OR = { - this.duchy = title:d_osrushana - this.duchy = title:d_ferghana - this.duchy = title:d_chah - this = title:c_zamm - this = title:c_amol - this = title:c_kishsh - } - } - add_small_faith_to_county_effect = { FAITH = faith:nestorian } - } - ### Marcionism - every_county = { #Large Concentrations - limit = { - OR = { - this = title:c_ardabil - this = title:c_zanjan - this = title:c_gilan - this = title:c_maragha - } - } - add_large_faith_to_county_effect = { FAITH = faith:marcionism } - } - every_county = { #Small Concentrations - limit = { this = title:c_talish } - add_small_faith_to_county_effect = { FAITH = faith:marcionism } - } - ## Jews ### Juhuro Tzadikites (Mountain Jews) every_county = { @@ -228,53 +183,6 @@ BP_set_minorities_universal = { } add_small_faith_to_county_effect = { FAITH = faith:khurmazta } } - ### Mazdyasna - ## Dualists - ###Manicheans - every_county = { - limit = { this.duchy = title:d_soghd } - add_large_faith_to_county_effect = { FAITH = faith:manichean } - } - every_county = { - limit = { - OR = { - #Central Asia - this.duchy = title:d_osrushana - this.duchy = title:d_ferghana - this.duchy = title:d_chah - #Asoristan [2] - this.duchy = title:d_asoristan - this.duchy = title:d_beth_garami - this.duchy = title:d_mesan - this.duchy = title:d_hira - this.duchy = title:d_euphrates - #Persia - this = title:c_tustar - } - } - if = { - limit = { this = { has_a_non_tribal_holding_trigger = yes } } - add_small_faith_to_county_effect = { FAITH = faith:manichean } - } - } - ###Mandeans - every_county = { - limit = { - OR = { - this = title:c_rusafa - this = title:c_ubulla - this = title:c_abbadan - this = title:c_ahvaz - this = title:c_wasit - this = title:c_badaraya - this = title:c_batiha - this = title:c_akhadid - this = title:c_basra - this = title:c_baghdad - } - } - add_small_faith_to_county_effect = { FAITH = faith:mandeaism } - } # Dharmics ## Buddhists ### Dharmagutakans @@ -533,7 +441,7 @@ BP_set_minorities_universal = { title:c_odishi ={ add_small_culture_to_county_effect = { CULTURE = culture:svan } } ## India and it's religious diversity #======================== - add_dharmic_faith_minorities = yes + add_dharmic_faith_minorities_to_region = { REGION = world_india } } } @@ -635,7 +543,7 @@ BP_set_minorities_by_date = { if = { limit = { valid_county_faith_status_trigger = yes - valid_county_holding_status_trigger = yes + #Explicitly should *not* care about tribal status } add_minority_faith_granular_universal_effect = { FAITH = faith:georgian_orthodox } } @@ -717,7 +625,7 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:ebionite } } ###Nestorians - every_county = { + every_county = { #Granular Region limit = { OR = { this.culture = culture:assyrian @@ -735,16 +643,8 @@ BP_set_minorities_by_date = { add_minority_faith_granular_universal_effect = { FAITH = faith:nestorian } } } - every_county = { - limit = { - OR = { - this.duchy = title:d_mesan - this.duchy = title:d_khuzestan - this.duchy = title:d_asoristan - this.duchy = title:d_tabaristan - this = title:c_urmiya - } - } + every_county = { #Minority Region + limit = { this = title:c_urmiya } if = { limit = { valid_county_faith_status_trigger = yes @@ -754,12 +654,15 @@ BP_set_minorities_by_date = { } } ### Marcionism - every_county = { + every_county = { #Granular Region limit = { OR = { this = title:c_edessa this = title:c_aintab this = title:c_kaisereia + this = title:c_sebasteia + this = title:c_colonea + this = title:c_amida AND = { this.kingdom = title:k_armenia_inferior this.faith = faith:armenian_apostolic @@ -774,6 +677,34 @@ BP_set_minorities_by_date = { add_minority_faith_granular_universal_effect = { FAITH = faith:marcionism } } } + every_county = { #Large Concentrations + limit = { + OR = { + this = title:c_ardabil + this = title:c_zanjan + this = title:c_gilan + this = title:c_maragha + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_large_faith_to_county_effect = { FAITH = faith:marcionism } + } + } + every_county = { #Small Concentrations + limit = { this = title:c_talish } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:marcionism } + } + } + ### Audianism every_county = { limit = { @@ -832,30 +763,90 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:patripassianism } } - ##### NOT RE-REVIEWED vvvvv - #Mazdans - ##Dualists + ## Dualists ### Manicheans - every_county = { + + ###Manicheans + every_county = { #Universal Granular Regions limit = { OR = { - this = title:c_kara_khoja - this = title:c_turpan + #Central Asia + this.duchy = title:d_soghd + this.duchy = title:d_osrushana + this.duchy = title:d_ferghana + this.duchy = title:d_chah } } - add_large_faith_to_county_effect = { FAITH = faith:manichean } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:manichean } + } } - #Probably extant, minimally, by this point, in parts of the West - every_county = { + every_county = { #Granular Regions + limit = { this.kingdom = title:k_septem_provincae } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:manichean } + } + } + every_county = { #Minority-only regions limit = { OR = { + #Asoristan [2] + this.duchy = title:d_asoristan + this.duchy = title:d_beth_garami + this.duchy = title:d_mesan + this.duchy = title:d_hira + this.duchy = title:d_euphrates + #Persia + this = title:c_tustar + this = title:c_talish + #Rome this = title:c_roma - this = title:c_byzantion this = title:c_tunis + this = title:c_byzantion + this = title:c_alexandria + #Tarim Basin + this = title:c_kara_khoja + this = title:c_turpan } } - add_small_faith_to_county_effect = { FAITH = faith:manichean } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:manichean } + } + } + ###Mandeans + every_county = { #Minority-only region + limit = { + OR = { + this.duchy = title:d_asoristan + this.duchy = title:d_mesan + this.duchy = title:d_khuzestan + this.duchy = title:d_hira + #Khuzestan + this = title:c_abbadan + this = title:c_ahvaz + this = title:c_dawraq + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:mandeaism } + } } ###Valentinians every_county = { @@ -875,7 +866,7 @@ BP_set_minorities_by_date = { } } } - add_small_faith_to_county_effect = { FAITH = faith:valentinianism } + add_minority_faith_granular_universal_effect = { FAITH = faith:valentinianism } } ##Zoroastrians ###Arewordiks @@ -888,13 +879,11 @@ BP_set_minorities_by_date = { this = title:c_bakriya this = title:c_mayyafariqin } - #Northern reaches of Armenia were more likely thoroughly Christanized - NOT = { this = title:c_gugark } } if = { limit = { OR = { - this = title:c_bagrewand #Major center in Ascarid Armenia + this = title:c_bagrewand #Major centre in Ascarid Armenia any_neighboring_county = { religion = religion:zoroastrianism_religion } } } @@ -902,24 +891,86 @@ BP_set_minorities_by_date = { } else = { add_small_faith_to_county_effect = { FAITH = faith:urartuism } } } + ###Mazdayasna + every_county = { + limit = { + OR = { + this.kingdom = title:k_persia + this.kingdom = title:k_daylam + this.kingdom = title:k_parthia + #Various minorities + this = title:c_ghazza + this = title:c_baghdad + this = title:c_derbent + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + NOT = { this.religion = religion:zoroastrianism_religion } + } + add_minority_faith_granular_universal_effect = { FAITH = faith:mazdayasna } + } + } #Dharmics ##Buddhists - ###Dharmagutaka + ###Dharmagutakan every_county = { limit = { OR = { - this.duchy = title:d_karashar - this.duchy = title:d_kashgar - this = title:c_kara_khoja - this = title:c_turpan + this.kingdom = title:k_bactria + this.kingdom = title:k_khotan + this.kingdom = title:k_transoxiana } } - add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } - add_small_faith_to_county_effect = { FAITH = faith:sarvastivada } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:dharmaguptaka } + } + } + ###Sarvastivadan + every_county = { + limit = { + OR = { + this.kingdom = title:k_bactria + this.kingdom = title:k_khotan + this.kingdom = title:k_transoxiana + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:sarvastivada } + } } #Mahayana - title:c_karghalik = { add_small_faith_to_county_effect = { FAITH = faith:mahayana } } + every_county = { + limit = { + OR = { + this.kingdom = title:k_bactria + this.kingdom = title:k_khotan + this.kingdom = title:k_transoxiana + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:mahayana } + } + } + ### Greater India region for Dharmics + add_dharmic_faith_minorities_to_region = { REGION = custom_western_indian_sphere } + + ##### NOT RE-REVIEWED vvvvv #Hypsisterians ##Hypsisterians @@ -1498,10 +1549,6 @@ BP_set_minorities_by_date = { REGIONAL_TRIGGER = zoroastrian_persian_location_trigger CULTURE = culture:persian } - add_faith_to_region_granular_effect = { - REGIONAL_TRIGGER = zoroastrian_persian_location_trigger - FAITH = faith:mazdayasna - } ### Balkh Khurmazta/Dharmagutaka Bactrians every_county = { #Large Concentrations limit = { this.duchy = title:d_balkh } @@ -1736,7 +1783,6 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:nestorian } } - title:c_talish = { add_large_faith_to_county_effect = { FAITH = faith:manichean } } ### Spain title:c_porto = { add_small_culture_and_faith_to_county_effect = { diff --git a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt index d9c118a0d1..18cc367dbd 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_on_action_effects.txt @@ -73,10 +73,10 @@ add_faith_to_region_effect = { } #Generate Indian Diversity -add_dharmic_faith_minorities = { +add_dharmic_faith_minorities_to_region = { every_county = { limit = { - this.title_province = { geographical_region = world_india } + this.title_province = { geographical_region = $REGION$ } this.faith = { has_doctrine = eastern_hostility_doctrine NOT = { has_doctrine = tenet_ethnic_religion } diff --git a/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt index e896057274..90ee56ca09 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt @@ -1,8 +1,9 @@ valid_county_faith_status_trigger = { NOT = { this.faith = { has_doctrine = tenet_ethnic_religion } } + NOT = { this.faith = { has_doctrine = tenet_cthonic_redoubts } } } valid_county_holding_status_trigger = { - any_province = { + any_county_province = { has_holding = yes NOT = { has_holding_type = tribal_holding } } diff --git a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt index 11618c64c9..00ff846702 100644 --- a/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt +++ b/WtWSMS/map_data/geographical_regions/BP_custom_regions.txt @@ -70,3 +70,13 @@ custom_arpitan = { d_maxima_sequanorum d_alpes_poeninae } } + +#Other Cultural Regions +custom_western_indian_sphere = { #Pre-Islamic Indian influence region + duchies = { + #k_bactria + d_kabul d_zabulistan d_ghur d_merv d_herat d_balkh + #k_makran + d_jabal_kufs d_makran d_sistan d_turan + } +} diff --git a/WtWSMS/map_data/geographical_regions/geographical_region.txt b/WtWSMS/map_data/geographical_regions/geographical_region.txt index 5a851eb83e..9f1e888053 100644 --- a/WtWSMS/map_data/geographical_regions/geographical_region.txt +++ b/WtWSMS/map_data/geographical_regions/geographical_region.txt @@ -1968,7 +1968,7 @@ world_transoxiana = { #k_transoxiana } world_makran = { #k_makran duchies = { - d_jabal_kufs d_makran d_sistan + d_jabal_kufs d_makran d_sistan d_turan } } world_kabulistan = { #k_kabulistan @@ -2134,7 +2134,7 @@ special_mongol_empire_ilkhanate_region = { #k_transoxiana d_uzboy #k_makran - d_jabal_kufs d_makran d_sistan + d_jabal_kufs d_makran d_sistan d_turan #k_kabulistan d_kabul d_zabulistan #k_khiva From 9ec0fbbfb0c0f0be4c963c1488204311a7a9f3b7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:40:19 -0500 Subject: [PATCH 273/339] Hellenism Religion and Hypsisterians --- .../on_action/sea_minority_game_start.txt | 160 ++++++++++++++---- WtWSMS/history/provinces/bp_k_dalmatia.txt | 3 +- 2 files changed, 128 insertions(+), 35 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 1a3ed2d3bf..1027a2228d 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -401,8 +401,6 @@ BP_set_minorities_universal = { title:c_jerusalem = { add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } title:c_harran = { #Faiths - add_small_faith_to_county_effect = { FAITH = faith:platonism } - add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } add_small_faith_to_county_effect = { FAITH = faith:assyrian_pagan } #Cultures add_small_culture_to_county_effect = { CULTURE = culture:greek } @@ -509,8 +507,6 @@ BP_set_minorities_by_date = { this.kingdom = title:k_armenia_inferior ##Oriens this.kingdom = title:k_oriens - ##Italy - this.kingdom = title:k_dalmatia #Handled Separately: #e_gaul, e_north_africa, e_spain } @@ -633,6 +629,7 @@ BP_set_minorities_by_date = { this.duchy = title:d_khuzestan this.duchy = title:d_asoristan this.duchy = title:d_tabaristan + this = title:c_urmiya } } if = { @@ -643,14 +640,36 @@ BP_set_minorities_by_date = { add_minority_faith_granular_universal_effect = { FAITH = faith:nestorian } } } - every_county = { #Minority Region - limit = { this = title:c_urmiya } + every_county = { #Large Minority Region + limit = { + OR = { + this = title:c_bukhara + this = title:c_samarkand + } + } if = { limit = { valid_county_faith_status_trigger = yes valid_county_holding_status_trigger = yes } - add_minority_faith_granular_universal_effect = { FAITH = faith:nestorian } + add_small_faith_to_county_effect = { FAITH = faith:nestorian } + } + } + every_county = { #Small Minority Region + limit = { + OR = { + this.duchy = title:d_soghd + this.duchy = title:d_osrushana + this.duchy = title:d_merv + } + NOT = { this = title:c_bukhara } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:nestorian } } } ### Marcionism @@ -970,13 +989,11 @@ BP_set_minorities_by_date = { ### Greater India region for Dharmics add_dharmic_faith_minorities_to_region = { REGION = custom_western_indian_sphere } - ##### NOT RE-REVIEWED vvvvv - #Hypsisterians ##Hypsisterians ###Hypsisterians #see [1] - every_county = { + every_county = { #Large Minorities #I select the locations Mueller notes as at least tangentially connected to the #cult of Oenoanda, with a few other places that he's more ambivalent limit = { @@ -996,15 +1013,17 @@ BP_set_minorities_by_date = { this = title:c_honorias this = title:c_pompeiopolis this = title:c_sinope - #Bosporan Kingdom - this = title:c_khumar - this = title:c_azov - this = title:c_tana #Was a major center, even if it had been reduced by Bolghars } } - add_small_faith_to_county_effect = { FAITH = faith:bosporan_faith } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:bosporan_faith } + } } - every_county = { + every_county = { #Small Minorities #I select the locations Mueller notes as at least tangentially connected to the #cult of Oenoanda, with a few other places that he's more ambivalent limit = { @@ -1013,35 +1032,103 @@ BP_set_minorities_by_date = { this = title:c_kalos_limen } } - add_large_faith_to_county_effect = { FAITH = faith:bosporan_faith } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_large_faith_to_county_effect = { FAITH = faith:bosporan_faith } + } } #Pagans ##Hellenics ### Hellenism - every_county = { + every_county = { #Granular Region limit = { OR = { - this = title:c_baalbek #Still heavily pagan in the late IVth into Vth century + #Italia + this.kingdom = title:k_italia + this.kingdom = title:k_annonaria + this.kingdom = title:k_raetia + #Gaul + this.kingdom = title:k_septem_provincae + this.kingdom = title:k_lugdunensis + this.kingdom = title:k_belgica + #Spain + this.kingdom = title:k_tarraconensis + this.kingdom = title:k_cartaginensis + #Greece + this.kingdom = title:k_achaia + this.kingdom = title:k_macedonia } } - add_large_faith_to_county_effect = { FAITH = faith:hellenic_pagan } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:hellenic_pagan } + } } - every_county = { + every_county = { #Large disparate minorities limit = { OR = { this = title:c_alexandria + this = title:c_antiocheia + this = title:c_byzantion + this = title:c_baalbek #Major pagan site into the Vth century + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_large_faith_to_county_effect = { FAITH = faith:hellenic_pagan } } - add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } } - #Italy and Raetia Noricum - add_faith_to_region_granular_effect = { - REGIONAL_TRIGGER = annonaria_italy_noricum_trigger - FAITH = faith:hellenic_pagan + every_county = { #Small disparate minorities + limit = { + OR = { + any_neighboring_county = { this = title:c_alexandria } + any_neighboring_county = { this = title:c_antiocheia } + any_neighboring_county = { this = title:c_byzantion } + any_neighboring_county = { this = title:c_baalbek } + this = title:c_tustar #Greco-Roman prisoners of war + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } + } + } + ###Mithraism + every_county = { #Small disparate minorities + limit = { + OR = { + #Cumont, Franz (1903). McCormack, Thomas J. (trans.) (ed.). The Mysteries of Mithra. Chicago: Open Court. ISBN 0-486-20323-9 + #https://www.sacred-texts.com/cla/mom/mom09.htm + this = title:c_berchtesgaden + this = title:c_eschenlohe + this = title:c_innsbruck + #4th century temple to Mithra + this = title:c_donjikraji + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:mithraic_pagan } + } } ###Cybellians - every_county = { + every_county = { #Small Minorities limit = { #Cybellian holy sites OR = { this = title:c_phrygia @@ -1050,6 +1137,19 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:cybelian } } + ###Platonism + every_county = { #Small Minorities + limit = { + OR = { + this = title:c_attica #Platonic Academy + this = title:c_byzantion #Byzantine court + } + } + add_small_faith_to_county_effect = { FAITH = faith:platonism } + } + + ##### NOT RE-REVIEWED vvvvv + ##Iranian Pagans ###Iranian Pagans title:c_mugan = { add_small_faith_to_county_effect = { FAITH = faith:iranian_pagan_faith } } @@ -1729,11 +1829,6 @@ BP_set_minorities_by_date = { CULTURE = culture:lazic } } - ### Hellas - title:c_attica = { - add_small_faith_to_county_effect = { FAITH = faith:platonism } - add_large_faith_to_county_effect = { FAITH = faith:hellenic_pagan } - } ### Asia #Remnant Phrygians title:c_phrygia = { add_large_culture_to_county_effect = { CULTURE = culture:phrygian } } @@ -1770,7 +1865,6 @@ BP_set_minorities_by_date = { #Faith add_large_faith_to_county_effect = { FAITH = faith:nestorian } add_small_faith_to_county_effect = { FAITH = faith:nicene } #Roman captives after Shapur II rebuilt the city - add_small_faith_to_county_effect = { FAITH = faith:hellenic_pagan } #Roman captives after Shapur II rebuilt the city #Culture add_small_culture_to_county_effect = { CULTURE = culture:roman } #Roman captives after Shapur II rebuilt the city add_small_culture_to_county_effect = { CULTURE = culture:greek } #Ancient Greek settlement in Susa diff --git a/WtWSMS/history/provinces/bp_k_dalmatia.txt b/WtWSMS/history/provinces/bp_k_dalmatia.txt index 747f48d3f1..8b23c2bb8f 100644 --- a/WtWSMS/history/provinces/bp_k_dalmatia.txt +++ b/WtWSMS/history/provinces/bp_k_dalmatia.txt @@ -225,9 +225,8 @@ ###c_donjikraji 3507 = { #Jajce culture = romano_illyrian - religion = mithraic_pagan #4th century temple to Mithra + religion = nicene holding = castle_holding - 500.1.1 = { religion = nicene } } 3504 = { #Kljuc na Sani / b_kljucnasani holding = none From 1c51d1a5b2e9656fd1a6e524acd5049dc6fee17d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 29 Jan 2023 15:32:40 -0500 Subject: [PATCH 274/339] Minorities (Part 3) --- .../on_action/sea_minority_game_start.txt | 580 ++++++++++++------ WtWSMS/history/provinces/bp_k_blemmyia.txt | 3 - 2 files changed, 405 insertions(+), 178 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 1027a2228d..262b8be053 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -277,20 +277,6 @@ BP_set_minorities_universal = { add_small_culture_to_county_effect = { CULTURE = culture:greek } } } - #North African religious admixture of Donatists/Nicenes in Carthage/Numidia/Sitifensis - every_county = { - limit = { - OR = { - this.duchy = title:d_carthago - this.duchy = title:d_numidia - this.duchy = title:d_sitifensis - this = title:c_gabes - this = title:c_souf - } - } - add_small_faith_to_county_effect = { FAITH = faith:african_church } - add_small_faith_to_county_effect = { FAITH = faith:donatism } - } ###Arewordiks every_county = { limit = { @@ -306,36 +292,6 @@ BP_set_minorities_universal = { FAITH = faith:urartuism } } - ###Miaphysite Copts - every_county = { - limit = { - OR = { - this.kingdom = title:k_egypt - this.duchy = title:d_palestinia_salutaris - } - #Needs one of these conditions - OR = { - any_neighboring_county = { culture = culture:coptic } - this = title:c_al-gharbiya #Separated by water - this = title:c_siwa - } - #Always must be true - has_a_non_tribal_holding_trigger = yes - } - if = { - limit = { this.culture = culture:helleno_coptic } - add_large_culture_and_faith_to_county_effect = { - CULTURE = culture:coptic - FAITH = faith:miaphysitism - } - } - else = { - add_small_culture_and_faith_to_county_effect = { - CULTURE = culture:coptic - FAITH = faith:miaphysitism - } - } - } ### Persians every_county = { limit = { @@ -398,7 +354,6 @@ BP_set_minorities_universal = { # Other Specific Counties #======================== - title:c_jerusalem = { add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } title:c_harran = { #Faiths add_small_faith_to_county_effect = { FAITH = faith:assyrian_pagan } @@ -451,6 +406,7 @@ BP_set_minorities_by_date = { #======================== # Abrahamics ## Christians + #(Nicene Block) ### Nicene every_county = { #Universal Region limit = { @@ -472,7 +428,7 @@ BP_set_minorities_by_date = { this = title:c_barqa this = title:c_derna ##Thrace and Greece - this.kingdom = title:k_thracia + this.kingdom = title:k_thrace this.kingdom = title:k_achaia ## Italy this.kingdom = title:k_annonaria @@ -482,6 +438,13 @@ BP_set_minorities_by_date = { #Handled Separately: #e_gaul, e_north_africa, e_spain } + NOR = { #Separately handled + this = title:c_alexandria + this = title:c_roma + this = title:c_antiocheia + this = title:c_jerusalem + this = title:c_byzantion + } } #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities if = { @@ -510,6 +473,13 @@ BP_set_minorities_by_date = { #Handled Separately: #e_gaul, e_north_africa, e_spain } + NOR = { #Separately handled + this = title:c_alexandria + this = title:c_roma + this = title:c_antiocheia + this = title:c_jerusalem + this = title:c_byzantion + } } #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities if = { @@ -527,43 +497,165 @@ BP_set_minorities_by_date = { add_minority_faith_granular_effect = { FAITH = faith:nicene } } } - ### Georgian Orthodox - every_county = { + every_county = { #Small Minorities + limit = { this = title:c_tustar } #Greco-Roman POWs + if = { + limit = { + #Explicitly should *not* care about ethnic religion + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:nicene } + } + } + ### Gallican Church + every_county = { #Granular Region limit = { OR = { - this = title:c_svaneti - this = title:c_abkhazia - this = title:c_lori + this.kingdom = title:k_septem_provincae + this.kingdom = title:k_lugdunensis + this.kingdom = title:k_belgica + this.kingdom = title:k_germania_inferior + this.kingdom = title:k_maxima_sequanorum } } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities if = { limit = { valid_county_faith_status_trigger = yes - #Explicitly should *not* care about tribal status + valid_county_holding_status_trigger = yes + OR = { + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } + } } - add_minority_faith_granular_universal_effect = { FAITH = faith:georgian_orthodox } + add_minority_faith_granular_effect = { FAITH = faith:gallican_church } } } - ### Armenian Church - every_county = { - limit = { this.culture = culture:armenian } + ### Hispanic Church + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_tarraconensis + this.kingdom = title:k_cartaginensis + this.kingdom = title:k_baetica + this.kingdom = title:k_lusitania + this.kingdom = title:k_gallaecia + } + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities + if = { + limit = { + #Explicitly should *not* care about cthonic redoubts + valid_county_holding_status_trigger = yes + OR = { + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } + } + } + add_minority_faith_granular_effect = { FAITH = faith:mozarabic_church } + } + } + every_county = { #Granular Region (2) + limit = { + OR = { + this.kingdom = title:k_tarraconensis + this.kingdom = title:k_cartaginensis + this.kingdom = title:k_baetica + this.kingdom = title:k_lusitania + this.kingdom = title:k_gallaecia + } + this.culture = culture:romano_hispanic + this.faith = faith:priscillianism + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities + if = { + limit = { + #Explicitly should *not* care about cthonic redoubts + valid_county_holding_status_trigger = yes + OR = { + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } + } + } + add_minority_faith_granular_universal_effect = { FAITH = faith:mozarabic_church } + } + } + every_county = { #Small Minorities + limit = { + OR = { + this = title:c_porto + this = title:c_monterrei + this = title:c_viseu + } + } + if = { + limit = { + #Explicitly should *not* care about ethnic religion + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:mozarabic_church } + } + } + ### African Church + every_county = { #Universal Region + limit = { + OR = { + this.kingdom = title:k_africa + this.kingdom = title:k_mauretania + this = title:c_gabes + this = title:c_souf + } + is_coastal_county = yes + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities if = { limit = { valid_county_faith_status_trigger = yes valid_county_holding_status_trigger = yes + OR = { + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } + } } - add_minority_faith_granular_universal_effect = { FAITH = faith:armenian_apostolic } + add_minority_faith_granular_universal_effect = { FAITH = faith:african_church } } } - ### Albanian Church - every_county = { - limit = { this.culture = culture:caucasian_albanian } + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_africa + this.kingdom = title:k_mauretania + this = title:c_gabes + this = title:c_souf + } + is_coastal_county = no + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities if = { limit = { valid_county_faith_status_trigger = yes valid_county_holding_status_trigger = yes + OR = { + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } + } } - add_minority_faith_granular_universal_effect = { FAITH = faith:albanian_apostolic } + add_minority_faith_granular_effect = { FAITH = faith:african_church } } } ### Maronites @@ -589,6 +681,109 @@ BP_set_minorities_by_date = { add_minority_faith_granular_universal_effect = { FAITH = faith:maronite_church } } } + ### Celtic + every_county = { #Universal Region + limit = { + OR = { + this.kingdom = title:k_britannia_secunda + this.kingdom = title:k_britannia_prima + this.kingdom = title:k_england + this.kingdom = title:k_ireland + } + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities + if = { + limit = { + valid_county_faith_status_trigger = yes + #Explicitly should *not* care about tribal status + OR = { + NOT = { exists = this.faith.religious_head } + AND = { + exists = this.faith.religious_head + NOT = { this.faith.religious_head = faith:nicene.religious_head } + } + } + } + add_minority_faith_granular_universal_effect = { FAITH = faith:insular_celtic } + } + } + #(Miaphysite Block) + ####Miaphysite + every_county = { #Universal Region + limit = { this.kingdom = title:k_egypt } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:miaphysitism } + } + } + every_county = { #Granular Region + limit = { this.kingdom = title:k_oriens } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:miaphysitism } + } + } + every_county = { #Small Minorities + limit = { + OR = { + this = title:c_byzantion + this = title:c_jerusalem + } + } + if = { + limit = { + #Explicitly should *not* care about ethnic religion + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } + } + } + ### Georgian Orthodox + every_county = { + limit = { + OR = { + this = title:c_svaneti + this = title:c_abkhazia + this = title:c_lori + } + } + if = { + limit = { + #Explicitly should *not* care about cthonic redoubts + #Explicitly should *not* care about tribal status + always = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:georgian_orthodox } + } + } + ### Armenian Church + every_county = { + limit = { this.culture = culture:armenian } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:armenian_apostolic } + } + } + ### Albanian Church + every_county = { + limit = { this.culture = culture:caucasian_albanian } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_universal_effect = { FAITH = faith:albanian_apostolic } + } + } ###Syrian Orthodox every_county = { limit = { @@ -615,12 +810,14 @@ BP_set_minorities_by_date = { add_minority_faith_granular_universal_effect = { FAITH = faith:syrian_orthodox } } } - ###Ebionites - every_county = { - limit = { this.culture = culture:hebrew } - add_small_faith_to_county_effect = { FAITH = faith:ebionite } - } - ###Nestorians + ####Ethiopian + + #(Arian Block) + ### Arians + #Closely linked with cultures, so done as a ethno-cultural block + + #(Nestorian Block) + ### Nestorians every_county = { #Granular Region limit = { OR = { @@ -672,6 +869,41 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:nestorian } } } + + #(Monophysite Block) + ### Monophysites + every_county = { #Granular Region + limit = { this.kingdom = title:k_oriens } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:monophysitism } + } + } + every_county = { #Small Minorities + limit = { + OR = { + this = title:c_byzantion + this = title:c_jerusalem + } + } + if = { + limit = { + #Explicitly should *not* care about ethnic religion + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:monophysitism } + } + } + + #(Other Block) + ### Ebionites + every_county = { + limit = { this.culture = culture:hebrew } + add_small_faith_to_county_effect = { FAITH = faith:ebionite } + } ### Marcionism every_county = { #Granular Region limit = { @@ -723,7 +955,25 @@ BP_set_minorities_by_date = { add_small_faith_to_county_effect = { FAITH = faith:marcionism } } } - + ### Donatists + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_africa + this.duchy = title:d_sitifensis + this = title:c_gabes + this = title:c_souf + } + } + #Only apply minorities in non-shared HOF counties; shared HOF interacts differently with minorities + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:donatism } + } + } ### Audianism every_county = { limit = { @@ -747,9 +997,95 @@ BP_set_minorities_by_date = { add_minority_faith_granular_universal_effect = { FAITH = faith:audianism } } } + ### Pneumatomachianism + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_asia + this.kingdom = title:k_thrace + this.kingdom = title:k_byzantium + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:pneumatomachianism } + } + } + ### Melchisdechianism + every_county = { #Small Minorities + limit = { this = title:c_qus } #Nag Hammadi + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:melchisdechianism } + } + } + ### Doceticism + + ### Priscilianists + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_tarraconensis + this.kingdom = title:k_cartaginensis + this.kingdom = title:k_baetica + this.kingdom = title:k_lusitania + this.kingdom = title:k_gallaecia + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:priscillianism } + } + } + ### Montanism + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_asia + this.kingdom = title:k_galatia + this.kingdom = title:k_pontus + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:montanism } + } + } - #(Minority Christian faiths; no granularity) + #(Minority Christian faiths; no map presence, no granularity) + ###Pelagianism + every_county = { + limit = { + OR = { + #Present in Ostrogothic Italy; Cohen, Samuel (2016). "Religious Diversity". In Jonathan J. Arnold; M. Shane Bjornlie; Kristina Sessa (eds.). A Companion to Ostrogothic Italy. Leiden, Boston: Brill Publishers. pp. 503–532. ISBN 978-9004-31376-7. + this.duchy = title:d_picenum_suburbicarium + AND = { + this.kingdom = title:k_dalmatia + is_coastal_county = yes + } + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:pelagianism } + } + } ###Apollinarism every_county = { limit = { @@ -1404,35 +1740,8 @@ BP_set_minorities_by_date = { REGIONAL_TRIGGER = e_gaul_romance_trigger CULTURE = culture:romano_gallic } - add_faith_to_region_granular_effect = { - REGIONAL_TRIGGER = e_gaul_nicene_trigger - FAITH = faith:gallican_church - } ### North Africa #Western North Africa should have populations of Romano-African African Rite Nicenes - every_county = { - limit = { - this.duchy = title:d_caesariensis - is_coastal_county = yes - } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:african_church - CULTURE = culture:romano_african - } - } - every_county = { - limit = { - OR = { - this = title:c_melilla - this = title:c_gharb - this = title:c_tlemcen - } - } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:african_church - CULTURE = culture:romano_african - } - } #Libyan Gurzils every_county = { limit = { @@ -1543,14 +1852,12 @@ BP_set_minorities_by_date = { FAITH = faith:scythian_pagan CULTURE = culture:romano_alan } - add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } else = { add_small_culture_and_faith_to_county_effect = { FAITH = faith:scythian_pagan CULTURE = culture:romano_alan } - add_small_faith_to_county_effect = { FAITH = faith:gallican_church } } } ### Visigothic Settlement @@ -1596,29 +1903,6 @@ BP_set_minorities_by_date = { } } - ### Nicene Christians amongst the Priscillianists & Hellenics in Hispania - every_county = { #Large populations - limit = { - OR = { - this.faith = faith:priscillianism - this.faith = faith:hellenic_pagan - } - this.culture = culture:romano_hispanic - any_neighboring_county = { this.faith = faith:mozarabic_church } - } - add_large_faith_to_county_effect = { FAITH = faith:mozarabic_church } - } - every_county = { #Small populations - limit = { - OR = { - this.faith = faith:priscillianism - this.faith = faith:hellenic_pagan - } - this.culture = culture:romano_hispanic - NOT = { any_neighboring_county = { this.faith = faith:mozarabic_church } } - } - add_small_faith_to_county_effect = { FAITH = faith:mozarabic_church } - } ## Cyrtian Pagans every_county = { limit = { @@ -1768,44 +2052,6 @@ BP_set_minorities_by_date = { CULTURE = culture:irish } } - #Romano-Brits - every_county = { - #Transition was gradual instead of sudden, so Romano-Brits were still present in the region - limit = { this.kingdom = title:k_england } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:insular_celtic - CULTURE = culture:romano_british - } - } - #Limited Romanization based on this map: https://upload.wikimedia.org/wikipedia/commons/2/2b/Britain.4th.century.Roman.infrastructure.jpg - #To avoid sharp Romanization cut-off - every_county = { - limit = { - OR = { - this = title:c_glamorgan - this = title:c_monmouthshire - this = title:c_worcestershire - this = title:c_warwickshire - this = title:c_staffordshire - this = title:c_derby - this = title:c_west_riding - this = title:c_north_riding - } - } - if = { - limit = { any_neighboring_county = { this.culture = culture:romano_british } } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:insular_celtic - CULTURE = culture:romano_british - } - } - else = { - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:insular_celtic - CULTURE = culture:romano_british - } - } - } title:c_ulster = { add_large_culture_to_county_effect = { CULTURE = culture:irish } } # Other Specific Counties @@ -1813,7 +2059,6 @@ BP_set_minorities_by_date = { ### Byzantium title:c_byzantion = { add_large_culture_to_county_effect = { CULTURE = culture:roman } - add_small_faith_to_county_effect = { FAITH = faith:miaphysitism } } ### Thrace title:c_nikopolis = { @@ -1847,7 +2092,6 @@ BP_set_minorities_by_date = { } title:c_jerusalem = { add_small_culture_to_county_effect = { CULTURE = culture:roman } - add_small_faith_to_county_effect = { FAITH = faith:monophysitism } } ### Egypt title:c_alexandria = { add_small_culture_to_county_effect = { CULTURE = culture:roman } } @@ -1862,9 +2106,6 @@ BP_set_minorities_by_date = { title:c_tunis = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } ### Asoristan title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region - #Faith - add_large_faith_to_county_effect = { FAITH = faith:nestorian } - add_small_faith_to_county_effect = { FAITH = faith:nicene } #Roman captives after Shapur II rebuilt the city #Culture add_small_culture_to_county_effect = { CULTURE = culture:roman } #Roman captives after Shapur II rebuilt the city add_small_culture_to_county_effect = { CULTURE = culture:greek } #Ancient Greek settlement in Susa @@ -1883,10 +2124,6 @@ BP_set_minorities_by_date = { FAITH = faith:arian CULTURE = culture:buri } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:mozarabic_church - CULTURE = culture:romano_hispanic - } } title:c_santiago = { add_small_culture_and_faith_to_county_effect = { @@ -1894,18 +2131,11 @@ BP_set_minorities_by_date = { CULTURE = culture:marcomanni } } - title:c_viseu = { - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:mozarabic_church - CULTURE = culture:romano_hispanic - } - } title:c_monterrei = { add_large_culture_and_faith_to_county_effect = { FAITH = faith:priscillianism CULTURE = culture:romano_hispanic } - add_small_faith_to_county_effect = { FAITH = faith:mozarabic_church } } } } diff --git a/WtWSMS/history/provinces/bp_k_blemmyia.txt b/WtWSMS/history/provinces/bp_k_blemmyia.txt index 73a85b290a..0f926b824d 100644 --- a/WtWSMS/history/provinces/bp_k_blemmyia.txt +++ b/WtWSMS/history/provinces/bp_k_blemmyia.txt @@ -79,9 +79,6 @@ culture = beja religion = kushitism_pagan holding = tribal_holding - - 330.1.1 = { religion = nicene } - 452.1.1 = { religion = ethiopian_orthodox } } 6441 = { #KA'ABIR holding = none From 3894e6e6df7e0e34981ee0b991a55a61a3e43f15 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 1 Feb 2023 02:25:55 -0500 Subject: [PATCH 275/339] Corduenian/Cyrtian improvement More precise locations for both groups --- WtWSMS/history/provinces/bp_k_asoristan.txt | 4 ++-- WtWSMS/history/provinces/bp_k_oriens.txt | 5 ++--- WtWSMS/history/titles/bp_k_asoristan.txt | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_asoristan.txt b/WtWSMS/history/provinces/bp_k_asoristan.txt index 4bf27ebf4d..471eea69d5 100644 --- a/WtWSMS/history/provinces/bp_k_asoristan.txt +++ b/WtWSMS/history/provinces/bp_k_asoristan.txt @@ -470,8 +470,8 @@ } ###c_tall_haftun 4774 = { # 4774 - Tall Haftun, Kurdistan - culture = corduenian - religion = nestorian + culture = cyrtian + religion = iranian_pagan_faith holding = tribal_holding } 4773 = { # 4773 - Khuftiyan diff --git a/WtWSMS/history/provinces/bp_k_oriens.txt b/WtWSMS/history/provinces/bp_k_oriens.txt index fe7f7f988b..9968e0f7d8 100644 --- a/WtWSMS/history/provinces/bp_k_oriens.txt +++ b/WtWSMS/history/provinces/bp_k_oriens.txt @@ -523,10 +523,9 @@ } ###c_tall_basma 4847 = { #4847 - Hisn Kaifa/ Hasankeyf / Riskephas/Kepha - culture = assyrian - religion = nicene + culture = corduenian + religion = armenian_apostolic #[1] Listed in Armenian Eccleisatical sources, so made it armenian_apostolic holding = castle_holding - 432.1.1 = { religion = nestorian } } 4855 = { # 4855 - Tall Basma (Tel Beşme) Thilbisine/Thibitha holding = city_holding diff --git a/WtWSMS/history/titles/bp_k_asoristan.txt b/WtWSMS/history/titles/bp_k_asoristan.txt index 24fb1c487e..455b4f8ce8 100644 --- a/WtWSMS/history/titles/bp_k_asoristan.txt +++ b/WtWSMS/history/titles/bp_k_asoristan.txt @@ -1604,7 +1604,8 @@ c_kurdistan = { 632.1.1 = { change_development_level = 2 } #Devistating Sasanian Civil War 654.1.1 = { change_development_level = 3 } #Continuous Muslim Conquest/raids #Rulers - 460.1.1={ holder = CorduenianHakkari001 } + 220.1.1={ holder = CyrtianKwrtstan000 } + 460.1.1={ holder = CyrtianKwrtstan001 } } c_shahrazur = { #Development From d8b4ffccf940d6ea7fe532922dcd174650a4f0d6 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:51:42 -0500 Subject: [PATCH 276/339] Touch up Iranian paganism Also fix Leylan's name to be appropriate Also fix capital of Atropatene --- WtWSMS/common/landed_titles/BP_e_persia.txt | 7 ++- .../on_action/sea_minority_game_start.txt | 55 +++++++++---------- WtWSMS/history/provinces/bp_k_daylam.txt | 8 +-- .../BP_titles_cultural_names_l_english.yml | 2 + 4 files changed, 38 insertions(+), 34 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_persia.txt b/WtWSMS/common/landed_titles/BP_e_persia.txt index 92a8fd9cf9..15442a3dda 100644 --- a/WtWSMS/common/landed_titles/BP_e_persia.txt +++ b/WtWSMS/common/landed_titles/BP_e_persia.txt @@ -1765,7 +1765,7 @@ e_persia = { d_atropatene = { color={ 255 150 20 } - capital = c_tabriz + capital = c_maragha c_tabriz = { color = { 86 143 61 } @@ -1917,6 +1917,11 @@ e_persia = { b_leylan = { #Most likely Ganzak; see Encyclopedia Iranica article province = 4546 + cultural_names = { + name_list_persian = cn_ganzak + name_list_parthian = cn_ganzak + } + color = { 86 138 66 } } b_maragha = { diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 262b8be053..77321651ae 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1483,12 +1483,35 @@ BP_set_minorities_by_date = { } add_small_faith_to_county_effect = { FAITH = faith:platonism } } + ##Iranian Pagans + ###Iranian Pagans + every_county = { + limit = { + #Daylamites and related groups were likely pagan (Encylopedia Iranica, Daylamites) + # + #While the Yazdânism hypothesis is pseudo-historical, it seems there's a pre-Islamic + #non-Zoroastrian substrate for Yazidism and Yarsanism; it's likely related to + #Pre-Zoroastrian Iranic beliefs, so it'll be lumped into Iranian Paganism for lack + #of better sources. + OR = { + this.duchy = title:d_media_minor + this.duchy = title:d_atropatene + this.duchy = title:d_daylam + this = title:c_mugan + this = title:c_tabriz + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:iranian_pagan_faith } + } + } ##### NOT RE-REVIEWED vvvvv - ##Iranian Pagans - ###Iranian Pagans - title:c_mugan = { add_small_faith_to_county_effect = { FAITH = faith:iranian_pagan_faith } } ##Georgians ###Georgian Pagans every_county = { @@ -1902,32 +1925,6 @@ BP_set_minorities_by_date = { CULTURE = culture:skirian } } - - ## Cyrtian Pagans - every_county = { - limit = { - OR = { - this.duchy = title:d_daylam - this.duchy = title:d_atropatene - this.duchy = title:d_media_minor - this.duchy = title:d_kermanshah - this.duchy = title:d_adiabene - } - } - if = { - limit = { any_neighboring_county = { culture = culture:cyrtian } } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:iranian_pagan_faith - CULTURE = culture:cyrtian - } - } - else = { - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:iranian_pagan_faith - CULTURE = culture:cyrtian - } - } - } ## Persians add_culture_to_region_granular_effect = { REGIONAL_TRIGGER = zoroastrian_persian_location_trigger diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index d3f8c90841..0f1aa669ce 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -78,22 +78,22 @@ 4546 = { # 4546 - Leylan culture = adhari religion = mazdayasna - holding = castle_holding + holding = castle_holding #aka Ganzak } 4545 = { # 4545 - Maragha - holding = church_holding + holding = city_holding } 4003 = { # 4003 - Kursara holding = city_holding #aka Miyana } 4547 = { # 4547 - Maragha - holding = city_holding #aka Ganzak + holding = city_holding } 4548 = { # 4548 - Ar-Ran holding = none } 4549 = { # 4549 - Shiz - holding = city_holding #aka Takab + holding = church_holding #aka Takab; site of a royal fire } ###c_bailaqan 4767 = { #4767 - Bailaqan diff --git a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml index 59e13a4442..72868734e5 100644 --- a/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_cultural_names_l_english.yml @@ -3424,6 +3424,8 @@ ##d_sistan cn_sakastan: "Sakastan" cn_sakastan_adj: "Sakastan" + ###k_atropatene + cn_ganzak: "Ganzak" #Other Persian Titles #e_xiongnu cn_hepthalite: "Hepthalite" From a69ec7a8313520d4478e3549069f6a6e0566c213 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:19:55 -0500 Subject: [PATCH 277/339] Minorities; Finish up faiths (Part 6) * Finish up pagan faiths --- .../on_action/sea_minority_game_start.txt | 123 +++++++++++++----- 1 file changed, 90 insertions(+), 33 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 77321651ae..3d4adfb599 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1497,6 +1497,25 @@ BP_set_minorities_by_date = { this.duchy = title:d_media_minor this.duchy = title:d_atropatene this.duchy = title:d_daylam + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:iranian_pagan_faith } + } + } + every_county = { + limit = { + #Daylamites and related groups were likely pagan (Encylopedia Iranica, Daylamites) + # + #While the Yazdânism hypothesis is pseudo-historical, it seems there's a pre-Islamic + #non-Zoroastrian substrate for Yazidism and Yarsanism; it's likely related to + #Pre-Zoroastrian Iranic beliefs, so it'll be lumped into Iranian Paganism for lack + #of better sources. + OR = { this = title:c_mugan this = title:c_tabriz } @@ -1506,67 +1525,105 @@ BP_set_minorities_by_date = { valid_county_faith_status_trigger = yes valid_county_holding_status_trigger = yes } - add_minority_faith_granular_effect = { FAITH = faith:iranian_pagan_faith } + add_small_faith_to_county_effect = { FAITH = faith:iranian_pagan_faith } } } - - ##### NOT RE-REVIEWED vvvvv - ##Georgians ###Georgian Pagans - every_county = { + every_county = { #Large Minorities limit = { OR = { - this.culture = culture:georgian - this.culture = culture:lazic + this = title:c_odishi + this = title:c_kartli + this = title:c_kakheti + this = title:c_hereti + this = title:c_shaki + this = title:c_shirvan + #Laz peoples + this = title:c_trebizond + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_large_faith_to_county_effect = { FAITH = faith:georgian_pagan } + } + } + every_county = { #Small Minorities + limit = { + OR = { + this.duchy = title:d_colchis + this.duchy = title:d_iberia + this.duchy = title:d_caucasian_albania this = title:c_lori + this = title:c_acampse + this = title:c_klarjeti + } + NOR = { + this = title:c_odishi + this = title:c_kartli + this = title:c_kakheti + this = title:c_hereti + this = title:c_shaki + this = title:c_shirvan } - NOT = { this = title:c_odishi } } - add_large_faith_to_county_effect = { FAITH = faith:georgian_pagan } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_faith_to_county_effect = { FAITH = faith:georgian_pagan } + } } ##Kemetism ### Egyptian Paganism - every_county = { + every_county = { #Universal Region limit = { OR = { - #Egypt - #Still extant, if small, in the highly populous Delta - this = title:c_alexandria #[5] Horapollo in the late 5th century was one of the last major figures of Egyptian paganism + this.duchy = title:d_thebais #Upper Egypt + this.duchy = title:d_nobatia #Lower Nubia + #[5] Horapollo in the late 5th century was one of the last major figures of + #Egyptian paganism + this = title:c_alexandria this = title:c_al-buhaira this = title:c_al-gharbiya this = title:c_damietta - #And near other pagans - AND = { - culture = culture:coptic - any_neighboring_county = { - faith = faith:egyptian_pagan - culture = culture:coptic - } - } - #Nubians - this = title:c_kalabsha - this = title:c_qurta + + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_faith_granular_universal_effect = { FAITH = faith:egyptian_pagan } } - add_small_faith_to_county_effect = { FAITH = faith:egyptian_pagan } } ### Mandulism - every_county = { + every_county = { #Universal Region limit = { OR = { - #Egypt - this = title:c_qus - this = title:c_aswan - this = title:c_qusayr - #Nubians - this = title:c_kalabsha this = title:c_qurta + this = title:c_kalabsha + this = title:c_aswan + this = title:c_qus + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_faith_granular_universal_effect = { FAITH = faith:kushitism_pagan } } - add_small_faith_to_county_effect = { FAITH = faith:kushitism_pagan } } + + ##### NOT RE-REVIEWED vvvvv + # Cultures #======================== #West Iranian Heritage From 61c2663bb1cc5597f16cf7284ffa965b62932f15 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 2 Feb 2023 03:22:23 -0500 Subject: [PATCH 278/339] Culture Minorites (Part 1) * NW Iranians (sans Parthians) * Minor ethnicity tweak to Adharis --- WtWSMS/common/culture/cultures/BP_iranian.txt | 4 +- .../on_action/sea_minority_game_start.txt | 87 +++++++++++++------ .../sea_minority_start_effects.txt | 12 +++ WtWSMS/history/provinces/bp_k_persia.txt | 4 +- 4 files changed, 76 insertions(+), 31 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index 15231ddf10..c91d8df5c0 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -176,7 +176,7 @@ median = { 5 = mediterranean } } -adhari = { #Pre-Turkic Iranian Azerbaijanis +adhari = { #Pre-Turkic Iranian Azerbaijanis; genetically Caucasian/Iranian people color = adhari parents = { median } @@ -205,7 +205,9 @@ adhari = { #Pre-Turkic Iranian Azerbaijanis clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + #50/50 Iranian/Caucasian admixture ethnicities = { + 13 = mediterranean_byzantine 8 = arab 5 = mediterranean } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 3d4adfb599..7994b7d5e1 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -292,19 +292,6 @@ BP_set_minorities_universal = { FAITH = faith:urartuism } } - ### Persians - every_county = { - limit = { - OR = { - this = title:c_baghdad - this = title:c_derbent - } - } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:mazdayasna - CULTURE = culture:persian - } - } ### Vascons every_county = { #Based on toponymic evidence here: [3] limit = { @@ -1621,39 +1608,83 @@ BP_set_minorities_by_date = { } } - - ##### NOT RE-REVIEWED vvvvv - # Cultures #======================== #West Iranian Heritage ##Persians - title:c_mugan = { add_small_culture_to_county_effect = { CULTURE = culture:persian } } + every_county = { #Disparate Small Minorities + limit = { + OR = { + this = title:c_baghdad + this = title:c_derbent + this = title:c_kermanshah + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:persian } + } + } ##Medians - title:c_hamadan = { add_large_culture_to_county_effect = { CULTURE = culture:median } } every_county = { limit = { OR = { this = title:c_nihawand - this = title:c_kermanshah - this = title:c_masabadhan - this = title:c_saimara + this = title:c_hamadan + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_small_culture_to_county_effect = { CULTURE = culture:median } } - add_small_culture_to_county_effect = { CULTURE = culture:median } } - #Adhari + ##Adhari every_county = { limit = { OR = { - this = title:c_talish - this = title:c_gilan - this = title:c_zanjan - this = title:c_hamadan + this.duchy = title:d_atropatene + this.duchy = title:d_daylam + this.duchy = title:d_balasagan } } - add_small_culture_to_county_effect = { CULTURE = culture:adhari } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:adhari } + } } + ##Cyrtian (Kurds) + every_county = { + limit = { + OR = { + this = title:c_urmiya + this = title:c_maragha + this = title:c_hakkari + this = title:c_maragha + this = title:c_kirkuk + this = title:c_irbil + this = title:c_tabriz + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + #Explicitly ignore holding restrictions + } + add_minority_culture_granular_effect = { CULTURE = culture:cyrtian } + } + } + + ##### NOT RE-REVIEWED vvvvv + #East Germanic Heritage ##Taifals #Touffailles and Touffaillou diff --git a/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt index b7b0add9e5..4061605cb9 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt @@ -4,9 +4,21 @@ TARGET = $FAITH$ } } +add_minority_culture_granular_effect = { + add_minority_granular_effect = { + CULTURE_OR_FAITH = culture + TARGET = $CULTURE$ + } +} add_minority_faith_granular_universal_effect = { add_minority_granular_universal_effect = { CULTURE_OR_FAITH = faith TARGET = $FAITH$ } +} +add_minority_culture_granular_universal_effect = { + add_minority_granular_universal_effect = { + CULTURE_OR_FAITH = culture + TARGET = $CULTURE$ + } } \ No newline at end of file diff --git a/WtWSMS/history/provinces/bp_k_persia.txt b/WtWSMS/history/provinces/bp_k_persia.txt index a3a4e1ccf4..c7d4137087 100644 --- a/WtWSMS/history/provinces/bp_k_persia.txt +++ b/WtWSMS/history/provinces/bp_k_persia.txt @@ -195,8 +195,8 @@ } ###c_kermanshah 4781 = { # 4781 - KERMANSHAH - culture = persian - religion = mazdayasna + culture = cyrtian + religion = iranian_pagan_faith holding = castle_holding buildings = { #Resort for Sassanids castle_02 From 8e611309d335ce5aa1bef9b2b76a13c229b38e35 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:56:23 -0500 Subject: [PATCH 279/339] Minority Cultures (2) Taifals, Latin Culture Also Celtic pagans --- .../on_action/sea_minority_game_start.txt | 157 +++++++++++++++--- 1 file changed, 135 insertions(+), 22 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 7994b7d5e1..faf2459bb4 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1607,6 +1607,23 @@ BP_set_minorities_by_date = { add_minority_faith_granular_universal_effect = { FAITH = faith:kushitism_pagan } } } + ## Celtic Paganism + ### Celtic Pagans + every_county = { #Universal Region + limit = { + OR = { + this.kingdom = title:k_britannia_prima + this.kingdom = title:k_britannia_secunda + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_faith_granular_effect = { FAITH = faith:celtic_pagan } + } + } # Cultures #======================== @@ -1682,21 +1699,24 @@ BP_set_minorities_by_date = { add_minority_culture_granular_effect = { CULTURE = culture:cyrtian } } } - - ##### NOT RE-REVIEWED vvvvv - - #East Germanic Heritage + #East Germanics ##Taifals - #Touffailles and Touffaillou - title:c_quercy = { add_large_culture_to_county_effect = { CULTURE = culture:taifal } } every_county = { limit = { OR = { + this = title:c_quercy + #Touffailles and Touffaillou this = title:c_limousin this = title:c_lyon } } - add_small_culture_to_county_effect = { CULTURE = culture:taifal } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:taifal } + } } #Latin Heritage ##Romano-Arameans @@ -1705,6 +1725,7 @@ BP_set_minorities_by_date = { OR = { this = title:c_beirut this = title:c_acre + this = title:c_tustar #Roman Prisoners of Wars #See Symmachus for sources on these this = title:c_edessa #Edessa this = title:c_jaffa #Lydda @@ -1714,7 +1735,13 @@ BP_set_minorities_by_date = { this = title:c_qinnasrin #Chalcis ad Belum } } - add_small_culture_to_county_effect = { CULTURE = culture:romano_aramean } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_culture_to_county_effect = { CULTURE = culture:romano_aramean } + } } ##Romano-Thracians every_county = { @@ -1726,11 +1753,17 @@ BP_set_minorities_by_date = { this = title:c_turnovo this = title:c_tropaeum this = title:c_constanta + this = title:c_dorostorum + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_minority_culture_granular_universal_effect = { CULTURE = culture:romano_thracian } } - add_large_culture_to_county_effect = { CULTURE = culture:romano_thracian } } - title:c_dorostorum = { add_small_culture_to_county_effect = { CULTURE = culture:romano_thracian } } ##Romano-Illyrians every_county = { limit = { @@ -1742,8 +1775,99 @@ BP_set_minorities_by_date = { this = title:c_pomoravlje } } - add_small_culture_to_county_effect = { CULTURE = culture:romano_illyrian } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:romano_illyrian } + } } + ##Romano-Gallic + every_county = { #Universal Region + limit = { + OR = { + this.kingdom = title:k_septem_provincae + this.kingdom = title:k_maxima_sequanorum + this.kingdom = title:k_lugdunensis + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:romano_gallic } + } + } + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_belgica + this.kingdom = title:k_germania_inferior + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:romano_gallic } + } + } + ##Romano-British + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_england + this.kingdom = title:k_britannia_prima + this.kingdom = title:k_britannia_secunda + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:romano_british } + } + } + ##Romano-African + every_county = { #Universal Region + limit = { + OR = { + this.kingdom = title:k_africa + this.kingdom = title:k_mauretania + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:romano_african } + } + } + ##Romano-Hispanic + every_county = { #Universal Region + limit = { + OR = { + this = title:c_viseu + this = title:c_porto + this = title:c_monterrei + } + } + if = { + limit = { + valid_county_faith_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:romano_hispanic } + } + } + + ##### NOT RE-REVIEWED vvvvv + #Byzantines ##Greeks every_county = { @@ -1846,11 +1970,6 @@ BP_set_minorities_by_date = { ## Other Special Regions #======================== - ### Romano-Gaul presence throughout former Gaul - add_culture_to_region_granular_effect = { - REGIONAL_TRIGGER = e_gaul_romance_trigger - CULTURE = culture:romano_gallic - } ### North Africa #Western North Africa should have populations of Romano-African African Rite Nicenes #Libyan Gurzils @@ -2216,12 +2335,6 @@ BP_set_minorities_by_date = { CULTURE = culture:marcomanni } } - title:c_monterrei = { - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:priscillianism - CULTURE = culture:romano_hispanic - } - } } } } From efc51daa6379514fa4f364bc4f040a0404c1dab4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 2 Feb 2023 21:28:51 -0500 Subject: [PATCH 280/339] Minority Cultures (3) Greeks+Children, Levantines, Romans --- .../on_action/sea_minority_game_start.txt | 246 ++++++++++++++---- .../BP_sea_on_action_triggers.txt | 55 ---- .../sea_minority_start_triggers.txt | 3 +- 3 files changed, 192 insertions(+), 112 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index faf2459bb4..87f09548b3 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -259,8 +259,6 @@ BP_set_minorities_universal = { } add_large_culture_to_county_effect = { CULTURE = culture:corsican } } - #Greeks - title:c_al-buhaira = { add_small_culture_to_county_effect = { CULTURE = culture:greek } } #Naucratis ## Other Special Regions #======================== @@ -348,11 +346,8 @@ BP_set_minorities_universal = { add_small_culture_to_county_effect = { CULTURE = culture:greek } } title:c_baghdad = { - #Faiths - add_small_faith_to_county_effect = { FAITH = faith:nicene } #Cultures add_small_culture_to_county_effect = { CULTURE = culture:assyrian } - add_small_culture_to_county_effect = { CULTURE = culture:greek } } #Long Attested Non-Berber language presence by al-Bakri title:c_syrte = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } @@ -1419,6 +1414,7 @@ BP_set_minorities_by_date = { any_neighboring_county = { this = title:c_byzantion } any_neighboring_county = { this = title:c_baalbek } this = title:c_tustar #Greco-Roman prisoners of war + this = title:c_basra #Last holdout of the Seleucids } } if = { @@ -1472,7 +1468,7 @@ BP_set_minorities_by_date = { } ##Iranian Pagans ###Iranian Pagans - every_county = { + every_county = { #Granular Region limit = { #Daylamites and related groups were likely pagan (Encylopedia Iranica, Daylamites) # @@ -1494,7 +1490,7 @@ BP_set_minorities_by_date = { add_minority_faith_granular_effect = { FAITH = faith:iranian_pagan_faith } } } - every_county = { + every_county = { #Small Minorities limit = { #Daylamites and related groups were likely pagan (Encylopedia Iranica, Daylamites) # @@ -1639,7 +1635,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_universal_effect = { CULTURE = culture:persian } @@ -1655,7 +1651,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_small_culture_to_county_effect = { CULTURE = culture:median } @@ -1672,7 +1668,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_effect = { CULTURE = culture:adhari } @@ -1693,7 +1689,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes #Explicitly ignore holding restrictions } add_minority_culture_granular_effect = { CULTURE = culture:cyrtian } @@ -1712,13 +1708,32 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_universal_effect = { CULTURE = culture:taifal } } } #Latin Heritage + ## Roman + every_county = { + limit = { + OR = { + #Southern Italy was at least partly Romanized + this.duchy = title:d_sicily + this.duchy = title:d_lucania + this.duchy = title:d_apulia + } + NOT = { this = title:c_malta } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:roman } + } + } ##Romano-Arameans every_county = { limit = { @@ -1737,7 +1752,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_small_culture_to_county_effect = { CULTURE = culture:romano_aramean } @@ -1758,7 +1773,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_universal_effect = { CULTURE = culture:romano_thracian } @@ -1777,7 +1792,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_universal_effect = { CULTURE = culture:romano_illyrian } @@ -1794,7 +1809,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_universal_effect = { CULTURE = culture:romano_gallic } @@ -1809,7 +1824,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_effect = { CULTURE = culture:romano_gallic } @@ -1826,7 +1841,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_effect = { CULTURE = culture:romano_british } @@ -1842,7 +1857,7 @@ BP_set_minorities_by_date = { } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_effect = { CULTURE = culture:romano_african } @@ -1855,56 +1870,86 @@ BP_set_minorities_by_date = { this = title:c_viseu this = title:c_porto this = title:c_monterrei + this.duchy = title:d_mallorca } } if = { limit = { - valid_county_faith_status_trigger = yes + valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } add_minority_culture_granular_effect = { CULTURE = culture:romano_hispanic } } } - - ##### NOT RE-REVIEWED vvvvv - #Byzantines ##Greeks - every_county = { + every_county = { #Universal Region + limit = { this.kingdom = title:k_macedonia } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:greek } + } + } + every_county = { #Granular Region limit = { OR = { - #Egypt - this.culture = culture:helleno_coptic - #Pentopolis - this = title:c_barqa - this = title:c_derna - #Oriens - AND = { - this.kingdom = title:k_oriens - is_coastal_county = yes - } - #Macedonia - this = title:c_ohrid - this = title:c_antipatreia - this = title:c_avlonas - this = title:c_dyrrachion - this = title:c_arbanon - + this.kingdom = title:k_achaia + this.kingdom = title:k_thrace + this.kingdom = title:k_byzantium + this.kingdom = title:k_asia + this.kingdom = title:k_pontus + this.kingdom = title:k_galatia + this.kingdom = title:k_cilicia + this.kingdom = title:k_armenia_inferior } - NOT = { this.duchy = title:d_palestinia_salutaris } } - add_small_culture_to_county_effect = { CULTURE = culture:greek } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:greek } + } } - ##Bosporans - every_county = { + every_county = { #Disparate Large Minorites + limit = { this = title:c_malta } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_large_culture_to_county_effect = { CULTURE = culture:greek } + } + } + every_county = { #Disparate Small Minorities limit = { OR = { - this = title:c_tana - this = title:c_azov - this = title:c_khumar + #Oriens + this = title:c_antiocheia + this = title:c_jerusalem + this = title:c_harran + this = title:c_alexandria + this = title:c_al-buhaira #Naucratis + this = title:c_tustar #Greco-Roman POWs + #Last bastions of Seleucids + this = title:c_baghdad + this = title:c_basra + #Magna Graecia + this = title:c_cosenza + this = title:c_camarda + this = title:c_bari + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes } + add_small_culture_to_county_effect = { CULTURE = culture:greek } } - add_small_culture_to_county_effect = { CULTURE = culture:bosporan } } ##Helleno-Thracians every_county = { @@ -1914,19 +1959,108 @@ BP_set_minorities_by_date = { this = title:c_mesembria } } - add_large_culture_to_county_effect = { CULTURE = culture:helleno_thracian } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_large_culture_to_county_effect = { CULTURE = culture:helleno_thracian } + } } #Levantine Heritage ##Arameans - add_culture_to_region_effect = { - REGIONAL_TRIGGER = aramean_location_trigger - CULTURE = culture:aramean + every_county = { #Universal Region + limit = { + OR = { + this.kingdom = title:k_asoristan + this.kingdom = title:k_oriens + this.duchy = title:d_khuzestan + this.duchy = title:d_kermanshah + this = title:c_tall_hamid + this = title:c_alexandretta + } + NOR = { + this.duchy = title:d_palestinia_salutaris + this.duchy = title:d_cyprus + this = title:c_sukhna + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:aramean } + } + } + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_asoristan + this.kingdom = title:k_oriens + this.duchy = title:d_khuzestan + this.duchy = title:d_kermanshah + this = title:c_tall_hamid + this = title:c_alexandretta + } + NOR = { + this.duchy = title:d_palestinia_salutaris + this.duchy = title:d_cyprus + this = title:c_sukhna + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:aramean } + } } ##Assyrians - add_culture_to_region_effect = { - REGIONAL_TRIGGER = assyrian_location_trigger - CULTURE = culture:assyrian + every_county = { #Universal Region + limit = { + OR = { + #Asoristan + this.duchy = title:d_asoristan + this.duchy = title:d_beth_garami + this.duchy = title:d_euphrates + this = title:c_akhadid + this = title:c_kufa + this = title:c_karbala + #Oriens + this.duchy = title:d_euphratensis + this = title:c_aleppo + this = title:c_syrrusafa + } + NOT = { this = title:c_sukhna } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:assyrian } + } } + every_county = { #Granular Region + limit = { + OR = { + this.duchy = title:d_armenia_secunda + this.duchy = title:d_mesopotamia_oriens + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:assyrian } + } + } + + ##### NOT RE-REVIEWED vvvvv + #Arabic Heritage ##Khalans every_county = { diff --git a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt index c74c7a3f0d..395c46d3d5 100644 --- a/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_sea_on_action_triggers.txt @@ -1,59 +1,4 @@ #County scope, all of these -aramean_location_trigger = { - OR = { - this.kingdom = title:k_asoristan - this.kingdom = title:k_oriens - this.duchy = title:d_khuzestan - this.duchy = title:d_kermanshah - this = title:c_tall_hamid - this = title:c_alexandretta - } - NOT = { this.duchy = title:d_palestinia_salutaris } - NOT = { this.duchy = title:d_cyprus } - #Don't touch tribals, except for rusafa - OR = { - this = { has_a_non_tribal_holding_trigger = yes } - this = title:c_rusafa #Exception to our "don't touch tribals" rule - } - NOT = { this = title:c_sukhna } -} -assyrian_location_trigger = { - OR = { - #Asoristan - this.duchy = title:d_asoristan - this.duchy = title:d_beth_garami - this.duchy = title:d_euphrates - this = title:c_akhadid - this = title:c_kufa - this = title:c_karbala - #Oriens - this.duchy = title:d_euphratensis - this = title:c_aleppo - this = title:c_syrrusafa - } - #Don't touch tribals - this = { has_a_non_tribal_holding_trigger = yes } - NOT = { this = title:c_sukhna } -} -e_gaul_romance_trigger = { - this.empire = title:e_gaul - #Skip over cultures that descended from Romano-Gallic & Roman, excluding Franks - AND = { - NOT = { this.culture = { any_parent_culture = { this = culture:romano_gallic } } } - NOT = { this.culture = culture:romano_alan } #Include the Alains as a special exception - } - NOT = { this.culture = { any_parent_culture = { this = culture:roman } } } - NOT = { this.culture = culture:old_frankish } - this = { has_a_non_tribal_holding_trigger = yes } -} -e_gaul_nicene_trigger = { - this.empire = title:e_gaul - #Skip over counties that are already Nicene Christian or associated rite, excluding Franks - NOT = { this.faith = faith:nicene } - NOT = { this.faith.religious_head = faith:nicene.religious_head } - NOT = { this.culture = culture:old_frankish } - this = { has_a_non_tribal_holding_trigger = yes } -} zoroastrian_persian_location_trigger = { OR = { this.kingdom = title:k_persia diff --git a/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt b/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt index 90ee56ca09..af88d99a7d 100644 --- a/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt +++ b/WtWSMS/common/scripted_triggers/sea_minority_start_triggers.txt @@ -7,4 +7,5 @@ valid_county_holding_status_trigger = { has_holding = yes NOT = { has_holding_type = tribal_holding } } -} \ No newline at end of file +} +valid_county_culture_status_trigger = { always = yes } \ No newline at end of file From fa447c58dc4d7331a98d53e42d162f8118c2201e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 3 Feb 2023 02:59:14 -0500 Subject: [PATCH 281/339] Levantines --- .../on_action/sea_minority_game_start.txt | 127 ++++++++++++++++-- 1 file changed, 118 insertions(+), 9 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 87f09548b3..4eff64b9d5 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -782,6 +782,8 @@ BP_set_minorities_by_date = { this = title:c_edessa this = title:c_amida this = title:c_dausar + #Other + this = title:c_melitene } } if = { @@ -809,6 +811,9 @@ BP_set_minorities_by_date = { this.duchy = title:d_asoristan this.duchy = title:d_tabaristan this = title:c_urmiya + this = title:c_tall_basma + this = title:c_mayyafariqin + this = title:c_bakriya } } if = { @@ -1878,7 +1883,7 @@ BP_set_minorities_by_date = { valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } - add_minority_culture_granular_effect = { CULTURE = culture:romano_hispanic } + add_minority_culture_granular_universal_effect = { CULTURE = culture:romano_hispanic } } } #Byzantines @@ -2058,9 +2063,6 @@ BP_set_minorities_by_date = { add_minority_culture_granular_effect = { CULTURE = culture:assyrian } } } - - ##### NOT RE-REVIEWED vvvvv - #Arabic Heritage ##Khalans every_county = { @@ -2071,15 +2073,124 @@ BP_set_minorities_by_date = { this = title:c_balqa this = title:c_irbid this = title:c_damascus + this = title:c_maab + this = title:c_kerak #Lakhmids - this = title:c_waqisa - this = title:c_thalabiya this = title:c_akhadid this = title:c_karbala } } - add_small_culture_to_county_effect = { CULTURE = culture:khalan } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:khalan } + } + } + ##Adnanites + every_county = { #Universal region + limit = { + OR = { + #Salahids and Tanukhids + this.duchy = title:d_libanensis + this.duchy = title:d_syria_salutaris + this.duchy = title:d_syria + this.duchy = title:d_osrhoene + this.duchy = title:d_euphrates + } + is_coastal_county = no + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:adnanite } + } + } + every_county = { #Granular region + limit = { + OR = { + this.kingdom = title:k_hejaz + this.kingdom = title:k_arabia + this.duchy = title:d_arabia + this.duchy = title:d_jawf + #Southern Asoristan + this.duchy = title:d_mesan + this.duchy = title:d_khuzestan + this.duchy = title:d_hira + this.duchy = title:d_asoristan + this = title:c_batiha + this = title:c_akhadid + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly exclude tribal as a blocker + } + add_minority_culture_granular_effect = { CULTURE = culture:adnanite } + } } + every_county = { #Small minorities + limit = { + OR = { + this = title:c_batiha + this = title:c_akhadid + this = title:c_kufa + this = title:c_karbala + this = title:c_aintab + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly exclude tribal as a blocker + } + add_small_culture_to_county_effect = { CULTURE = culture:adnanite } + } + } + ## Punics + every_county = { + limit = { + OR = { + this = title:c_tunis + this = title:c_satfura + this = title:c_mahdiya + this = title:c_sfax + this = title:c_mallorca + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_culture_to_county_effect = { CULTURE = culture:punic } + } + } + ## Copts + every_county = { #Granular region + limit = { + OR = { + this.duchy = title:d_alexandria + this.duchy = title:d_augustamnica + this = title:c_al-gharbiya + this = title:c_siwa + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_universal_effect = { CULTURE = culture:coptic } + } + } + + ##### NOT RE-REVIEWED vvvvv + #Caucasian Heritage ##Aghwank every_county = { @@ -2440,8 +2551,6 @@ BP_set_minorities_by_date = { CULTURE = culture:massalian } } - ### North Africa - title:c_tunis = { add_small_culture_to_county_effect = { CULTURE = culture:punic } } ### Asoristan title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region #Culture From ba585785d5115bec729219084a7cc725c4077c71 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 5 Feb 2023 14:26:51 -0500 Subject: [PATCH 282/339] Update Hepthalite tributaries --- WtWSMS/common/on_action/BP_game_start.txt | 37 ++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index f794fdc56f..8ff4706dcc 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1068,7 +1068,7 @@ setup_vassal_contracts = { TRIBUTARY = title:k_al_hirah.holder SUZERAIN = title:e_persia.holder } - #Xiongnu + #Xiongnu (Hepthalites) make_tributary = { TYPE = tributary_non_permanent TRIBUTARY = title:d_khuttal.holder @@ -1124,6 +1124,41 @@ setup_vassal_contracts = { TRIBUTARY = title:k_kucha.holder SUZERAIN = title:e_xiongnu.holder } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_syr_darya.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_badakhshan.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_munjan.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_wakhan.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_karran.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_shughnan.holder + SUZERAIN = title:e_xiongnu.holder + } + make_tributary = { + TYPE = tributary_non_permanent + TRIBUTARY = title:d_suyab.holder + SUZERAIN = title:e_xiongnu.holder + } #Rouran make_tributary = { TYPE = tributary_non_permanent From 4559ab7906ad17fd1f46b1bc407bff17790fb4eb Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:48:16 -0500 Subject: [PATCH 283/339] Cultre + Faith Minorites (Part 1) * Vandals * Romano-Alans, Alans, Alano-Vandals * Odacer's merry band of misfits * Persian fixes --- .../on_action/sea_minority_game_start.txt | 280 +++++++++++------- .../sea_minority_start_effects.txt | 20 ++ 2 files changed, 195 insertions(+), 105 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 4eff64b9d5..593f4a7264 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1630,6 +1630,23 @@ BP_set_minorities_by_date = { #======================== #West Iranian Heritage ##Persians + every_county = { #Granular Region + limit = { + OR = { + this.kingdom = title:k_persia + this.kingdom = title:k_daylam + this.kingdom = title:k_parthia + this.kingdom = title:k_makran + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:persian } + } + } every_county = { #Disparate Small Minorities limit = { OR = { @@ -1643,7 +1660,7 @@ BP_set_minorities_by_date = { valid_county_culture_status_trigger = yes valid_county_holding_status_trigger = yes } - add_minority_culture_granular_universal_effect = { CULTURE = culture:persian } + add_small_culture_to_county_effect = { CULTURE = culture:persian } } } ##Medians @@ -2188,9 +2205,6 @@ BP_set_minorities_by_date = { add_minority_culture_granular_universal_effect = { CULTURE = culture:coptic } } } - - ##### NOT RE-REVIEWED vvvvv - #Caucasian Heritage ##Aghwank every_county = { @@ -2202,21 +2216,9 @@ BP_set_minorities_by_date = { } add_large_culture_to_county_effect = { CULTURE = culture:caucasian_albanian } } - every_county = { - limit = { - OR = { - this = title:c_odishi - this = title:c_guria - this = title:c_acampse - } - } - add_small_culture_to_county_effect = { CULTURE = culture:georgian } - } - ## Other Special Regions + ## Culture/Religion blocks #======================== - ### North Africa - #Western North Africa should have populations of Romano-African African Rite Nicenes #Libyan Gurzils every_county = { limit = { @@ -2225,35 +2227,13 @@ BP_set_minorities_by_date = { this = title:c_tripolitana } } - add_small_culture_and_faith_to_county_effect = { + add_minority_culture_faith_granular_effect = { FAITH = faith:gurzil CULTURE = culture:libyan } } - ### Vandal Settlement in North Africa & Hispaniae - every_county = { - limit = { - OR = { - #Leftovers from Hispaniae - this = title:c_algeciras - this = title:c_cadiz - #Settlement of the Kingdom - AND = { - OR = { - this.duchy = title:d_carthago - this.duchy = title:d_tripolitania - } - NOT = { this = title:c_tripolitana } - is_coastal_county = yes - } - } - } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:arian - CULTURE = culture:vandalic - } - } - ### Alan settlement + #Alans + ###Vandalo-Alans every_county = { #Respendialids limit = { OR = { @@ -2268,36 +2248,18 @@ BP_set_minorities_by_date = { #North Africa this = title:c_bejaia this = title:c_algier - #Scythia Minor& Moesia Inferior; see Jordanes & Getica - this = title:c_constanta - this = title:c_tropaeum } } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:arian - CULTURE = culture:alan - } - add_small_faith_to_county_effect = { FAITH = faith:scythian_pagan } - } - #Alans in Gaul and Italy - every_county = { #Gokarids & Related Gallic Settlement - limit = { - OR = { - #North Italy (Sarmato-Alan Laeti settlements) - this = title:c_pavia - this = title:c_novara - this = title:c_treviso - #Deformed Skull Burials - this = title:c_bern - this = title:c_viennois - this = title:c_lyon - this = title:c_savoie - this = title:c_aosta + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes } - } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:scythian_pagan - CULTURE = culture:alan + add_minority_culture_faith_granular_universal_effect = { + FAITH = faith:arian + CULTURE = culture:alano_vandalic + } + add_small_faith_to_county_effect = { FAITH = faith:scythian_pagan } } } ### Romanized Alans (Gorakids) @@ -2322,24 +2284,85 @@ BP_set_minorities_by_date = { } } if = { - limit = { this = { any_neighboring_county = { count >= 2 this.culture = culture:romano_alan } } } - add_small_culture_and_faith_to_county_effect = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_faith_granular_universal_effect = { FAITH = faith:scythian_pagan CULTURE = culture:romano_alan } + add_small_faith_to_county_effect = { FAITH = faith:scythian_pagan } } - else = { - add_small_culture_and_faith_to_county_effect = { + } + #Other Alans + every_county = { #Gokarids & Related Gallic Settlement + limit = { + OR = { + #North Italy (Sarmato-Alan Laeti settlements) + this = title:c_pavia + this = title:c_novara + this = title:c_treviso + #Deformed Skull Burials + this = title:c_bern + this = title:c_viennois + this = title:c_lyon + this = title:c_savoie + this = title:c_aosta + #Scythia Minor& Moesia Inferior; see Jordanes & Getica + this = title:c_constanta + this = title:c_tropaeum + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_faith_granular_universal_effect = { FAITH = faith:scythian_pagan - CULTURE = culture:romano_alan + CULTURE = culture:alan + } + add_small_faith_to_county_effect = { FAITH = faith:scythian_pagan } + } + } + #East Germanics + ### Vandal Settlement in North Africa & Hispania + every_county = { + limit = { + OR = { + #Leftovers from Hispania + this = title:c_algeciras + this = title:c_cadiz + #Settlement of the Kingdom + AND = { + OR = { + this.duchy = title:d_carthago + this.duchy = title:d_tripolitania + this.duchy = title:d_byzacena + } + NOT = { this = title:c_tripolitana } + is_coastal_county = yes + } + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:arian + CULTURE = culture:vandalic } + add_small_faith_to_county_effect = { FAITH = faith:germanic_pagan } } } ### Visigothic Settlement #The Iberian conquests are _very_ recent, so there really shouldn't be much Gothic #settlement in Iberia at this time. Some of the various nucleus of later settlement should #exist, but not actual majorities - every_county = { + every_county = { #Disparate Minorites limit = { OR = { #Major urban nucleus under Visigoths directly in 476 @@ -2348,17 +2371,34 @@ BP_set_minorities_by_date = { #Campi Gothorum this = title:c_burgos this = title:c_valladolid - #France - this = title:c_bordeaux } } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:gothic_church - CULTURE = culture:visigothic + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:gothic_church + CULTURE = culture:visigothic + } + } + } + every_county = { #Granular Region + limit = { this.kingdom = title:k_septem_provincae } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_faith_granular_effect = { + FAITH = faith:gothic_church + CULTURE = culture:visigothic + } } } ### Skiri Settlement - every_county = { + every_county = { #Disparate Minorites limit = { OR = { #Remnant of the Scirii Kingdom @@ -2372,49 +2412,70 @@ BP_set_minorities_by_date = { this = title:c_tropaeum } } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:germanic_pagan - CULTURE = culture:skirian + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:skirian + } } } - ## Persians - add_culture_to_region_granular_effect = { - REGIONAL_TRIGGER = zoroastrian_persian_location_trigger - CULTURE = culture:persian - } ### Balkh Khurmazta/Dharmagutaka Bactrians every_county = { #Large Concentrations limit = { this.duchy = title:d_balkh } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:khurmazta - CULTURE = culture:bactrian + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_large_culture_and_faith_to_county_effect = { + FAITH = faith:khurmazta + CULTURE = culture:bactrian + } + add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } } - add_small_faith_to_county_effect = { FAITH = faith:dharmaguptaka } } + ### Odoacer's merry band of misfits [4] ### Mixture of Heruls, Rygirs, and Skirians ### Unfortunately, we're not told _where_ precisely they were quartered, ### so this is a guess based on Placentia falling quickly [4] and Ravenna ### shortly thereafter - title:c_mantua = { - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:arian - CULTURE = culture:skirian + every_county = { #Skirians + limit = { this = title:c_mantua } + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:skirian + } } } - every_county = { + every_county = { #Rygirs limit = { OR = { this = title:c_verona this = title:c_polesine } } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:germanic_pagan - CULTURE = culture:rygir + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:rygir + } } } - every_county = { + every_county = { #Herulis limit = { OR = { this = title:c_cremona @@ -2422,11 +2483,20 @@ BP_set_minorities_by_date = { this = title:c_pavia } } - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:germanic_pagan - CULTURE = culture:heruli + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:heruli + } } } + + ##### NOT RE-REVIEWED vvvvv + ### Britannia: #Give the Germans a bit of a boost in lands they control diff --git a/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt b/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt index 4061605cb9..1ec93bc127 100644 --- a/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt +++ b/WtWSMS/common/scripted_effects/sea_minority_start_effects.txt @@ -21,4 +21,24 @@ add_minority_culture_granular_universal_effect = { CULTURE_OR_FAITH = culture TARGET = $CULTURE$ } +} +add_minority_culture_faith_granular_effect = { + add_minority_granular_effect = { + CULTURE_OR_FAITH = culture + TARGET = $CULTURE$ + } + add_minority_granular_effect = { + CULTURE_OR_FAITH = faith + TARGET = $FAITH$ + } +} +add_minority_culture_faith_granular_universal_effect = { + add_minority_granular_universal_effect = { + CULTURE_OR_FAITH = culture + TARGET = $CULTURE$ + } + add_minority_granular_universal_effect = { + CULTURE_OR_FAITH = faith + TARGET = $FAITH$ + } } \ No newline at end of file From 52e5e213819a7bf5ebe5dfc058304c73181f0297 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:18:01 -0500 Subject: [PATCH 284/339] Cultre + Faith Minorites (Part 2) * Britannia: Irish, Jutes, Saxons, Angles --- .../on_action/sea_minority_game_start.txt | 77 ++++++++++++------- 1 file changed, 50 insertions(+), 27 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 593f4a7264..bbd65087ef 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -2495,58 +2495,77 @@ BP_set_minorities_by_date = { } } - ##### NOT RE-REVIEWED vvvvv - ### Britannia: #Give the Germans a bit of a boost in lands they control #Saxons every_county = { limit = { - this = title:c_middlesex - this = title:c_sussex #Very recent arrivals + OR = { + this = title:c_middlesex + this = title:c_sussex #Very recent arrivals + this = title:c_surrey + } } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:germanic_pagan - CULTURE = culture:old_saxon + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_minority_culture_faith_granular_universal_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:old_saxon + } } } - #Jutes + #Angles every_county = { limit = { OR = { - this = title:c_isle_of_wight - this = title:c_surrey + this = title:c_huntingdonshire + this = title:c_cambridgeshire } } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:germanic_pagan - CULTURE = culture:jute + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_minority_culture_faith_granular_universal_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:anglo + } } } - #Angles + #Jutes every_county = { limit = { - OR = { #All of the Fens - this = title:c_huntingdonshire - this = title:c_northamptonshire - this = title:c_bedford - this = title:c_lincolnshire + OR = { + this = title:c_isle_of_wight + this = title:c_surrey + this = title:c_southampton } } - add_large_culture_and_faith_to_county_effect = { - FAITH = faith:germanic_pagan - CULTURE = culture:anglo + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_minority_culture_faith_granular_universal_effect = { + FAITH = faith:germanic_pagan + CULTURE = culture:jute + } } } #And the Bucinobantes title:c_middlesex = { add_small_culture_to_county_effect = { CULTURE = culture:alamannian } } #And the Irish Settlement of Wales - every_county = { + every_county = { #Large Minorities limit = { OR = { this = title:c_pembrokeshire this = title:c_carmarthenshire + this = title:c_ulster #Because Gaelic } } add_large_culture_and_faith_to_county_effect = { @@ -2554,24 +2573,28 @@ BP_set_minorities_by_date = { CULTURE = culture:irish } } - every_county = { + every_county = { #Universal Region limit = { OR = { this.duchy = title:d_deheubarth this.duchy = title:d_gwynedd } - is_coastal_county = yes + OR = { + is_coastal_county = yes + this = title:c_brecknockshire + } NOR = { this = title:c_pembrokeshire this = title:c_carmarthenshire } } - add_small_culture_and_faith_to_county_effect = { + add_minority_culture_faith_granular_universal_effect = { FAITH = faith:celtic_pagan CULTURE = culture:irish } } - title:c_ulster = { add_large_culture_to_county_effect = { CULTURE = culture:irish } } + + ##### NOT RE-REVIEWED vvvvv # Other Specific Counties #======================== From 731155fd0f4fd5d9cc3240fccd0ac3789294c8a9 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:27:28 -0500 Subject: [PATCH 285/339] Finish polishing minorities --- .../on_action/sea_minority_game_start.txt | 55 +++++++++++-------- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index bbd65087ef..0e31460bed 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1628,6 +1628,23 @@ BP_set_minorities_by_date = { # Cultures #======================== + #Anatolians + #Phrygian + every_county = { #Remnant Phrygians + limit = { + OR = { + this = title:c_phrygia + this = title:c_hadrianeia + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_minority_culture_granular_effect = { CULTURE = culture:phrygian } + } + } #West Iranian Heritage ##Persians every_county = { #Granular Region @@ -1745,6 +1762,11 @@ BP_set_minorities_by_date = { this.duchy = title:d_sicily this.duchy = title:d_lucania this.duchy = title:d_apulia + #Other areas + this = title:c_byzantion + this = title:c_jerusalem + this = title:c_alexandria + this = title:c_tustar } NOT = { this = title:c_malta } } @@ -2588,22 +2610,22 @@ BP_set_minorities_by_date = { this = title:c_carmarthenshire } } - add_minority_culture_faith_granular_universal_effect = { - FAITH = faith:celtic_pagan - CULTURE = culture:irish + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly include tribal regions + } + add_minority_culture_faith_granular_universal_effect = { + FAITH = faith:celtic_pagan + CULTURE = culture:irish + } } } - ##### NOT RE-REVIEWED vvvvv - # Other Specific Counties #======================== - ### Byzantium - title:c_byzantion = { - add_large_culture_to_county_effect = { CULTURE = culture:roman } - } ### Thrace - title:c_nikopolis = { + title:c_nikopolis = { #Gothic colony add_small_culture_and_faith_to_county_effect = { FAITH = faith:gothic_church CULTURE = culture:thracian_gothic @@ -2617,8 +2639,6 @@ BP_set_minorities_by_date = { } } ### Asia - #Remnant Phrygians - title:c_phrygia = { add_large_culture_to_county_effect = { CULTURE = culture:phrygian } } title:c_pacatiana = { #Remnant Phrygian Ostrogoths/early Gothograecia (cf. Claudian, Zosimus) add_small_culture_and_faith_to_county_effect = { FAITH = faith:gothic_church @@ -2632,11 +2652,6 @@ BP_set_minorities_by_date = { CULTURE = culture:persian } } - title:c_jerusalem = { - add_small_culture_to_county_effect = { CULTURE = culture:roman } - } - ### Egypt - title:c_alexandria = { add_small_culture_to_county_effect = { CULTURE = culture:roman } } ### Gaul title:c_provence = { add_small_culture_and_faith_to_county_effect = { @@ -2644,12 +2659,6 @@ BP_set_minorities_by_date = { CULTURE = culture:massalian } } - ### Asoristan - title:c_tustar = { #Gondishapur, Susa, &c. a Cosmopolitan region - #Culture - add_small_culture_to_county_effect = { CULTURE = culture:roman } #Roman captives after Shapur II rebuilt the city - add_small_culture_to_county_effect = { CULTURE = culture:greek } #Ancient Greek settlement in Susa - } ### Daylam title:c_urmiya = { add_large_culture_and_faith_to_county_effect = { From bd68c1a010ee7550dbd10ee777294b752c5dfa85 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:57:26 -0500 Subject: [PATCH 286/339] Debug Code Implement check for minority overlap (e..g, having both a large and small minority of the same culture/faith in the same county) Clean up overlap errors --- .../on_action/sea_minority_game_start.txt | 11 +---- .../on_action/sea_minority_on_actions.txt | 49 ++++++++++++++++++- .../english/sea_minority_submod_l_english.yml | 5 ++ 3 files changed, 54 insertions(+), 11 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 0e31460bed..7232bae944 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -268,7 +268,6 @@ BP_set_minorities_universal = { #Faiths add_large_faith_to_county_effect = { FAITH = faith:rabbinism } add_large_faith_to_county_effect = { FAITH = faith:samaritan } - add_small_faith_to_county_effect = { FAITH = faith:nicene } #Cultures if = { limit = { this = title:c_jerusalem } @@ -365,13 +364,6 @@ BP_set_minorities_universal = { CULTURE = culture:caucasian_albanian } } - #Svan-Lazic border - title:c_odishi ={ - add_small_culture_and_faith_to_county_effect = { - FAITH = faith:georgian_pagan - CULTURE = culture:svan - } - } #Svan-Abkhaz border title:c_odishi ={ add_small_culture_to_county_effect = { CULTURE = culture:svan } } ## India and it's religious diversity @@ -1262,7 +1254,6 @@ BP_set_minorities_by_date = { every_county = { limit = { OR = { - this.kingdom = title:k_bactria this.kingdom = title:k_khotan this.kingdom = title:k_transoxiana } @@ -1300,6 +1291,7 @@ BP_set_minorities_by_date = { this.kingdom = title:k_khotan this.kingdom = title:k_transoxiana } + NOT = { this = title:c_kabul } } if = { limit = { @@ -1669,7 +1661,6 @@ BP_set_minorities_by_date = { OR = { this = title:c_baghdad this = title:c_derbent - this = title:c_kermanshah } } if = { diff --git a/WtWSMS/common/on_action/sea_minority_on_actions.txt b/WtWSMS/common/on_action/sea_minority_on_actions.txt index 210db1ed8e..bdf9bcaf01 100644 --- a/WtWSMS/common/on_action/sea_minority_on_actions.txt +++ b/WtWSMS/common/on_action/sea_minority_on_actions.txt @@ -540,4 +540,51 @@ spawn_minority_characters = { clear_saved_scope = culture_to_spawn } } -} \ No newline at end of file +} + +sea_minorities_debug = { + effect = { + #Check culture overlap + every_culture_global = { + save_temporary_scope_as = the_culture + every_county = { + limit = { + has_variable_list = culture_minorities_small + has_variable_list = culture_minorities_large + is_target_in_variable_list = { name = culture_minorities_small target = scope:the_culture } + is_target_in_variable_list = { name = culture_minorities_large target = scope:the_culture } + } + save_temporary_scope_as = the_county + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = minorities_debug_culture + desc = minorities_debug_culture_desc + } + } + } + } + #Check faith overlap + every_religion_global = { + every_faith = { + save_temporary_scope_as = the_faith + every_county = { + limit = { + has_variable_list = faith_minorities_small + has_variable_list = faith_minorities_large + is_target_in_variable_list = { name = faith_minorities_small target = scope:the_faith } + is_target_in_variable_list = { name = faith_minorities_large target = scope:the_faith } + } + save_temporary_scope_as = the_county + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = minorities_debug_faith + desc = minorities_debug_faith_desc + } + } + } + } + } + } +} diff --git a/WtWSMS/localization/english/sea_minority_submod_l_english.yml b/WtWSMS/localization/english/sea_minority_submod_l_english.yml index 9b05ea1906..958239a7f2 100644 --- a/WtWSMS/localization/english/sea_minority_submod_l_english.yml +++ b/WtWSMS/localization/english/sea_minority_submod_l_english.yml @@ -212,6 +212,11 @@ minorities.0002.cancel:0 "$minorities.0001.cancel$" minorities.0003.cancel:0 "$minorities.0001.cancel$" + minorities_debug_faith: "Faith Minorities Warning" + minorities_debug_faith_desc: "[the_faith.GetName] in [the_county.GetName] is duplicated!" + minorities_debug_culture: "Culture Minorities Warning" + minorities_debug_culture_desc: "[the_culture.GetName] in [the_county.GetName] is duplicated!" + ### GAME CONCEPTS ### MINORITIES_MAP_NAME:0 "#V Minorities#!" MINORITIES_MAP_TOOLTIP:0 "#T $MINORITIES_MAP_NAME$\n#!Shows [minority_faiths|E] and [minority_cultures|E] on the map." From acd601a5194c2bbd811ac69b0843d6b89d03189a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 10 Feb 2023 02:25:25 -0500 Subject: [PATCH 287/339] Fix bugs with hybridization and language shift --- .../scripted_effects/ccu_scripted_effects.txt | 62 +++++-------------- 1 file changed, 14 insertions(+), 48 deletions(-) diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 91b97369c3..f4f038b5a4 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -243,53 +243,19 @@ ccu_unset_culture_variables_effect = { #Culture scope } #Root is culture in question ccu_culture_created_or_changed_effect = { - #If we're changing a culture feature, we'll first need to unset everything - root = { ccu_unset_culture_variables_effect = yes } - #THen update everything - random_parent_culture = { - limit = { has_same_culture_language = prev } - prev = { - set_variable = { name = language_union value = prev.var:language_union } - set_variable = { name = language_family value = prev.var:language_family } - set_variable = { name = language_branch value = prev.var:language_branch } - set_variable = { name = language_group value = prev.var:language_group } - set_variable = { name = language_creole value = prev.var:language_creole } - } - #Do this only once to avoid duplication with list - ccu_update_variable_list_effect = { - CULTURE = prev - THE_LIST = dialect_continuum - } - } - random_parent_culture = { - limit = { has_same_culture_heritage = prev } - prev = { - ccu_update_variable_list_effect = { - CULTURE = prev - THE_LIST = heritage_group - } - ccu_update_variable_list_effect = { - CULTURE = prev - THE_LIST = heritage_family - } - } - } + #If we're changing a culture feature, we'll first need to unset everything, then reset the values + #Simpler than checking parentage; doubtful we'll see actual performance impact - # Failsafe in case the heritage or language of the divergent culture doesn't match either parent - # I didn't think that was possible but it was observed to happen in-game - if = { - limit = { NOT = { has_variable = heritage_group } } - ccu_initialize_heritage_group_effect = yes - ccu_initialize_heritage_family_effect = yes - } - if = { - limit = { NOT = { has_variable = language_branch } } - ccu_initialize_language_family_effect = yes - ccu_initialize_language_branch_effect = yes - ccu_initialize_language_group_effect = yes - ccu_initialize_dialect_continua_effect = yes - #Other Language Effects - ccu_initialize_language_union_effect = yes - ccu_initialize_language_creole_effect = yes - } + #Unset everything + ccu_unset_culture_variables_effect = yes + #Heritage + ccu_initialize_heritage_group_effect = yes + ccu_initialize_heritage_family_effect = yes + #Language + ccu_initialize_language_family_effect = yes + ccu_initialize_language_branch_effect = yes + ccu_initialize_language_group_effect = yes + ccu_initialize_dialect_continua_effect = yes + ccu_initialize_language_union_effect = yes + ccu_initialize_language_creole_effect = yes } From 8500c8f78e1366a9aa96fa552684dcba6f4b6d5b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 10 Feb 2023 02:31:10 -0500 Subject: [PATCH 288/339] Add Pamir languages to database --- WtWSMS/common/culture/cultures/BP_peristani.txt | 2 +- .../culture/traditions/BP_cultural_languages_l_english.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_peristani.txt b/WtWSMS/common/culture/cultures/BP_peristani.txt index 350be45b7d..9593df14ad 100644 --- a/WtWSMS/common/culture/cultures/BP_peristani.txt +++ b/WtWSMS/common/culture/cultures/BP_peristani.txt @@ -98,7 +98,7 @@ pamiri = { ethos = ethos_communal heritage = heritage_peristani - language = language_bactrian + language = language_pamir martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 6cfacbd316..4997a7b6b5 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -52,7 +52,7 @@ language_sakan_name:0 "Sakan" language_sogdian_name:0 "Sogdian" language_nuristani_name:0 "Nuristani" - language_pamir: "Pamir" + language_pamir_name: "Pamiri" #Indo-Aryan language_pahari_name: "Pahari Prakrit" language_sanskrit_name: "Sanskrit" From d17b3128f81bec500616c146d03733c37e7f6a24 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:06:59 -0500 Subject: [PATCH 289/339] Religion Tweaks * Fixed Takht-e Soleyman's location * Removed a hanging Nuristani faith localization file * Renamed Takht-e Soleyman to Adur Gushnasp for accuracy * Adjust Pelagianism counties and minorities; make it a majority in non-Romano-British held Romano-British counties (i.e., where Roman Church influence would be at its lowest) * Made African Rite righteous --- .../on_action/sea_minority_game_start.txt | 11 +++- .../religion/holy_sites/00_holy_sites.txt | 3 +- .../religion/religions/00_christianity.txt | 2 +- WtWSMS/history/provinces/bp_k_daylam.txt | 4 +- WtWSMS/history/provinces/bp_k_england.txt | 10 +-- WtWSMS/history/provinces/bp_k_ireland.txt | 2 +- .../BP_religion_nuristani_l_english.yml | 66 ------------------- .../religion/BP_religion_l_english.yml | 2 + 8 files changed, 21 insertions(+), 79 deletions(-) delete mode 100644 WtWSMS/localization/english/religion/BP_religion_nuristani_l_english.yml create mode 100644 WtWSMS/localization/english/replace/religion/BP_religion_l_english.yml diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 7232bae944..f2e82a5698 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1055,14 +1055,19 @@ BP_set_minorities_by_date = { this.kingdom = title:k_dalmatia is_coastal_county = yes } + #Britannia + this = { any_neighboring_county = { faith = faith:pelagianism } } + this = title:c_ulster + this = title:c_oriel + this = title:c_breifne } } if = { limit = { valid_county_faith_status_trigger = yes - valid_county_holding_status_trigger = yes + #Explicitly ignore holding restrictions } - add_small_faith_to_county_effect = { FAITH = faith:pelagianism } + add_minority_faith_granular_universal_effect = { FAITH = faith:pelagianism } } } ###Apollinarism @@ -1877,7 +1882,7 @@ BP_set_minorities_by_date = { if = { limit = { valid_county_culture_status_trigger = yes - valid_county_holding_status_trigger = yes + #Explicitly ignore holding restrictions } add_minority_culture_granular_effect = { CULTURE = culture:romano_british } } diff --git a/WtWSMS/common/religion/holy_sites/00_holy_sites.txt b/WtWSMS/common/religion/holy_sites/00_holy_sites.txt index b8e4997db3..1a08a0e541 100644 --- a/WtWSMS/common/religion/holy_sites/00_holy_sites.txt +++ b/WtWSMS/common/religion/holy_sites/00_holy_sites.txt @@ -1052,7 +1052,8 @@ takht-i-sangin = { } takht-e_soleyman = { - county = c_urmiya + county = c_maragha + barony = b_shiz character_modifier = { name = holy_site_takht-e_soleyman_effect_name diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index 65420a4ff7..e504e91fba 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -555,7 +555,7 @@ doctrine = doctrine_christian_liturgical_rite_african_rite #Main Group - doctrine = doctrine_pluralism_fundamentalist + doctrine = doctrine_pluralism_righteous #Marriage doctrine = doctrine_divorce_approval diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index 0f1aa669ce..0313b81ff7 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -93,7 +93,8 @@ holding = none } 4549 = { # 4549 - Shiz - holding = church_holding #aka Takab; site of a royal fire + holding = church_holding + special_building = holy_site_other_grand_temple_01 #aka Takab/Adur Gushnasp; site of a royal fire } ###c_bailaqan 4767 = { #4767 - Bailaqan @@ -115,7 +116,6 @@ culture = adhari religion = mazdayasna holding = castle_holding - special_building = holy_site_other_grand_temple_01 } 4770 = { # 4770 - Ushnuya holding = city_holding #aka Nariz diff --git a/WtWSMS/history/provinces/bp_k_england.txt b/WtWSMS/history/provinces/bp_k_england.txt index c4cec6298f..fea9bcaa19 100644 --- a/WtWSMS/history/provinces/bp_k_england.txt +++ b/WtWSMS/history/provinces/bp_k_england.txt @@ -23,7 +23,7 @@ ###c_middlesex 1527 = { #Edmonton / London culture = romano_british - religion = insular_celtic + religion = pelagianism holding = tribal_holding special_building_slot = the_tower_of_london_01 } @@ -109,7 +109,7 @@ ###c_huntingdonshire 1601 = { #Peterborough culture = romano_british - religion = insular_celtic + religion = pelagianism holding = tribal_holding } 1541 = { #Hustingstone @@ -157,7 +157,7 @@ ###c_cambridgeshire 1534 = { #Cambridge culture = romano_british - religion = insular_celtic + religion = pelagianism holding = tribal_holding } 1535 = { #Radfield @@ -191,7 +191,7 @@ ###c_surrey 1510 = { #Chertsey culture = romano_british - religion = insular_celtic + religion = pelagianism holding = tribal_holding } 1511 = { #Guildford @@ -206,7 +206,7 @@ ###c_sussex 1506 = { #Lewes culture = romano_british - religion = insular_celtic + religion = pelagianism holding = tribal_holding } 1507 = { #Chichester diff --git a/WtWSMS/history/provinces/bp_k_ireland.txt b/WtWSMS/history/provinces/bp_k_ireland.txt index f83389f244..0ca380e121 100644 --- a/WtWSMS/history/provinces/bp_k_ireland.txt +++ b/WtWSMS/history/provinces/bp_k_ireland.txt @@ -123,7 +123,7 @@ ###c_breifne 24 = { #DROMAHAIR culture = irish - religion = pelagianism + religion = insular_celtic holding = tribal_holding } 25 = { #BELCOO diff --git a/WtWSMS/localization/english/religion/BP_religion_nuristani_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_nuristani_l_english.yml deleted file mode 100644 index 91825114ce..0000000000 --- a/WtWSMS/localization/english/religion/BP_religion_nuristani_l_english.yml +++ /dev/null @@ -1,66 +0,0 @@ -l_english: - # Nuristani Paganism - # Temples, Priests, Symbols - nuristani_house_of_worship:0 "amol" - nuristani_house_of_worship_plural:0 "amols" - nuristani_religious_symbol:0 "däl" # Triumphal Post with a human figure at the top - nuristani_religious_text:0 "Sacred Stories" #religious stories orally passed down by priests - nuristani_religious_head_title:0 "High Shaman" - nuristani_religious_head_title_name:0 "High Council" - nuristani_priest:0 "Shaman" - nuristani_priest_plural:0 "Shamans" - nuristani_priest_term_plural:0 "Shamans" - nuristani_bishop:0 "Elder" - nuristani_bishop_plural:0 "Elders" - nuristani_divine_realm:0 "the heavens" - nuristani_afterlife:0 "the underworld" - # The Great and Good Gods and Goddesses - nuristani_high_god_name:0 "Imra" - nuristani_high_god_name_possessive:0 "Imra's" - nuristani_high_god_shehe:0 "He" - nuristani_high_god_herselfhimself:0 "Himself" - nuristani_high_god_herhis:0 "His" - nuristani_good_god_indr:0 "Indr" - nuristani_good_god_jestak:0 "Jestak" - nuristani_good_god_zuzum:0 "Züzum" - nuristani_good_god_disani:0 "Disani" - nuristani_good_god_wushum:0 "Wushum" - nuristani_good_god_mupitha:0 "Shomde" - # The evil Entites - nuristani_devil_name:0 "Yush" - nuristani_devil_name_possessive:0 "Yush's" - nuristani_devil_shehe:0 "he" - nuristani_devil_herselfhimself:0 "himself" - # The other Gods and Goddesses - nuristani_creator_god_name:0 "$nuristani_high_god_name$" - nuristani_creator_god_name_possessive:0 "$nuristani_high_god_name_possessive$" - nuristani_health_god_name:0 "Jestak" #medicine god - nuristani_health_god_name_possessive:0 "Jestak's" - nuristani_fertility_god_name:0 "Dezālik" #birth god - nuristani_fertility_god_name_possessive:0 "Dezālik's" - nuristani_wealth_god_name:0 "Bagisht" #money god - nuristani_wealth_god_name_possessive:0 "Bagisht's" - nuristani_household_god_name:0 "Jestak" #house god - nuristani_household_god_name_possessive:0 "Jestak's" - nuristani_fate_god_name:0 "$paganism_fate_god_name$" - nuristani_fate_god_name_possessive:0 "$paganism_fate_god_name_possessive$'" - nuristani_knowledge_god_name:0 "Mon" - nuristani_knowledge_god_name_possessive:0 "Mon's" - nuristani_war_god_name:0 "Mon" #war god - nuristani_war_god_name_possessive:0 "Mon's" - nuristani_trickster_god_name:0 "Indr" - nuristani_trickster_god_name_possessive:0 "Indr's" - nuristani_night_god_name:0 "Mara" #moon god - nuristani_night_god_name_possessive:0 "Mara's" - nuristani_water_god_name:0 "Bagisht" #water god - nuristani_water_god_name_possessive:0 "Bagisht's" - nuristani_death_name:0 "$nuristani_high_god_name$" - nuristani_death_name_possessive:0 "$nuristani_high_god_name_possessive$" - - #Nuristani Pagan - nuristani_pagan:0 "Nuristani" - nuristani_pagan_adj:0 "Nuristani" - nuristani_pagan_adherent:0 "Nuristani" - nuristani_pagan_adherent_plural:0 "Nuristanis" - nuristani_pagan_desc:0 "The folk religions of the Nuristani tribes focus on the worship of the Gods of nature and their ancestors. It has some connection to ancient Hindu practices." - \ No newline at end of file diff --git a/WtWSMS/localization/english/replace/religion/BP_religion_l_english.yml b/WtWSMS/localization/english/replace/religion/BP_religion_l_english.yml new file mode 100644 index 0000000000..b703dde4cd --- /dev/null +++ b/WtWSMS/localization/english/replace/religion/BP_religion_l_english.yml @@ -0,0 +1,2 @@ +l_english: + holy_site_takht-e_soleyman_name: "Adur Gushnasp" \ No newline at end of file From 0d08384ff4765a5299eb97801faa9480573bcfcc Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:29:16 -0500 Subject: [PATCH 290/339] Touch up Khotanese culture --- .../culture/cultures/BP_east_iranian.txt | 39 ------------------ .../common/culture/cultures/BP_tocharian.txt | 40 +++++++++++++++++++ .../culture/BP_cultural_history_l_english.yml | 2 + 3 files changed, 42 insertions(+), 39 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index c192e5ca8e..6a0823d339 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -221,45 +221,6 @@ sakan = { #Nomadic Sakans 5 = mediterranean } } -khotanese = { - color = khotanese - - parents = { sakan gandhari } - created = 250.1.1 - - ethos = ethos_egalitarian #Gandhari inheritance - heritage = heritage_east_iranian #Sakan Inheritence - language = language_sakan #Khotanese, a Sakan Dialect - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - tradition_caravaneers - #Ritual Traditions - tradition_religious_patronage #Gandhari inheritance - #Realm Traditions - tradition_dryland_dwellers #Sakan inheritance - tradition_city_keepers - #Combat Traditions - } - - dlc_tradition = { - trait = tradition_artisans - requires_dlc_flag = royal_court - } - - name_list = name_list_saka - - coa_gfx = { iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { - 7 = arab - 5 = mediterranean - } -} indo_scythian = { color = indo_scythian diff --git a/WtWSMS/common/culture/cultures/BP_tocharian.txt b/WtWSMS/common/culture/cultures/BP_tocharian.txt index 89e61aece7..d6b61eb95c 100644 --- a/WtWSMS/common/culture/cultures/BP_tocharian.txt +++ b/WtWSMS/common/culture/cultures/BP_tocharian.txt @@ -53,6 +53,46 @@ gushi = { #Pastoralist Shamanic Jushi Kingdom clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + ethnicities = { + 7 = arab + 5 = mediterranean + } +} +khotanese = { + color = khotanese + + parents = { sakan gandhari } + created = 250.1.1 + history_loc_override = khotanese_history_loc + + ethos = ethos_egalitarian #Gandhari inheritance + heritage = heritage_tocharian + language = language_sakan #Khotanese, a Sakan Dialect + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_caravaneers + #Ritual Traditions + tradition_religious_patronage #Gandhari inheritance + #Realm Traditions + tradition_dryland_dwellers #Sakan inheritance + tradition_city_keepers + #Combat Traditions + } + + dlc_tradition = { + trait = tradition_artisans + requires_dlc_flag = royal_court + } + + name_list = name_list_saka + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + ethnicities = { 7 = arab 5 = mediterranean diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 5f4949e062..1de86e83e2 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -57,4 +57,6 @@ #Indo-Aryan malvi_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" rajput_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" + #Tocharian + khotanese_history_loc: "Formed from [CULTURE.GetName] and an unknown [TARGET_CULTURE.GetName]-influenced Tocharian culture in AD [DATE.GetYear]" \ No newline at end of file From d7141451d9558ebadc047f4b788d8540c43684e6 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:48:06 -0500 Subject: [PATCH 291/339] Indo-Aryan Language Drift * Fix some bugs with Indo-Aryan languages as well --- WtWSMS/common/_TODO_FIXME_common.info | 1 + .../common/culture/cultures/BP_indo_aryan.txt | 10 - WtWSMS/common/culture/pillars/00_language.txt | 500 +++++++++++++++++- .../common/on_action/BP_yearly_on_actions.txt | 75 ++- .../scripted_effects/ccu_scripted_effects.txt | 57 +- .../BP_heritage_linguistic_drift.txt | 177 ++++++- .../english/BP_ccu_features_l_english.yml | 4 +- .../BP_cultural_languages_l_english.yml | 13 + .../cultural_languages_l_english.yml | 1 + 9 files changed, 783 insertions(+), 55 deletions(-) diff --git a/WtWSMS/common/_TODO_FIXME_common.info b/WtWSMS/common/_TODO_FIXME_common.info index 0271f720d1..49a1e55c3a 100644 --- a/WtWSMS/common/_TODO_FIXME_common.info +++ b/WtWSMS/common/_TODO_FIXME_common.info @@ -50,6 +50,7 @@ Beta: * common/modifiers/BP_roman_modifiers.txt: Review if we can make this triggerable to the Senate Title instead * common/on_action/BP_game_start.txt: Remove those that are meaningless based on the above * common/on_action/BP_game_start.txt: Implement succ_turkish_succession law + * common/on_action/BP_yearly_on_actions.txt: Later Romance language divergence * common/religion/doctrines/00_core_tenets.txt: Needs Unique Icon (x10) * common/religion/doctrines/00_core_tenets.txt: Create Peregrinatio/Coptic localization variants for tenet_peregrination * common/religion/doctrines/00_core_tenets.txt: Re-evaluate Mystical Birthright conditions diff --git a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt index 4fd8dc2a3c..fe9325c817 100644 --- a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt +++ b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt @@ -7,16 +7,6 @@ #TODO LIST (May already be done or not Indo-Aryan): # * Malayalam (IXth century?) -# * Konkani -# * Saurashtra -# * Kashmiri -# * Gandharan - - #Societal Traditions - #Regional Traditions - #Ritual Traditions - #Realm Traditions - #Combat Traditions #Eastern Indo-Aryan Cultures maithil = { diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index f3551a7bb0..293eec65ff 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -1282,6 +1282,7 @@ language_magadhan = { #Magadhi Prakrit parameters = { language_dialect_continuum_prakrit = yes + language_dialect_continuum_central_indo_aryan = yes language_dialect_continuum_eastern_indo_aryan = yes language_group_indo_aryan = yes language_branch_indo_iranic = yes @@ -1322,6 +1323,7 @@ language_kamarupan = { #Kamarupic Prakrit, probably not mutually intelligible wi parameters = { language_dialect_continuum_prakrit = yes language_dialect_continuum_eastern_indo_aryan = yes + language_group_indo_aryan = yes language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes @@ -1359,7 +1361,10 @@ language_sauraseni = { #Represents the central Apabhramsa dialect continuum parameters = { language_dialect_continuum_prakrit = yes + language_dialect_continuum_eastern_indo_aryan = yes language_dialect_continuum_central_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes @@ -1399,6 +1404,7 @@ langauge_apabhramsa = { #Represents the Western Apabhramsa dialect continuum language_dialect_continuum_prakrit = yes language_dialect_continuum_central_indo_aryan = yes language_dialect_continuum_western_indo_aryan = yes + language_dialect_continuum_northwestern_indo_aryan = yes language_group_indo_aryan = yes language_branch_indo_iranic = yes language_family_indo_european = yes @@ -1473,7 +1479,7 @@ language_vrachada = { #Relocalized to Paichisi } language_maharashtri = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_vrachada } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_maharashtri } } parameters = { language_dialect_continuum_prakrit = yes @@ -1489,7 +1495,7 @@ language_maharashtri = { ai_will_do = { value = 10 if = { - limit = { has_cultural_pillar = language_vrachada } + limit = { has_cultural_pillar = language_maharashtri } multiply = same_language_choice_factor } else_if = { @@ -1510,7 +1516,7 @@ language_maharashtri = { } } - color = punjabi + color = marathi } language_elu = { #Sinhalese Prakrit that should sharply diverge type = language @@ -1587,12 +1593,286 @@ language_kalasha = { #Very old Indo-European language, *not* a Prakrit; is Dardi color = sinhala } -##### Future Languages vvvvv -language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects +#Later Indo-Aryan Languages + +## Eastern Indo-Aryan +language_bengali = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_bengali } } + + parameters = { + language_dialect_continuum_eastern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_bengali } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = bengali +} +language_oriya = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_oriya } } + + parameters = { + language_dialect_continuum_eastern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_oriya } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = oriya +} +language_bihari = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_bihari } } + + parameters = { + language_dialect_continuum_eastern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_bihari } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = bihari +} +language_assamese = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_assamese } } + + parameters = { + language_dialect_continuum_eastern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_assamese } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = { 0.6 0.3 0.0 } #Assamese Color +} +#Central Indo-Aryan +language_awadhi = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_awadhi } } + + parameters = { + language_dialect_continuum_central_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_awadhi } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = awadhi +} +language_braj = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_braj } } + + parameters = { + language_dialect_continuum_central_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_braj } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = braj +} +language_kannauji = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_kannauji } } + + parameters = { + language_dialect_continuum_central_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_kannauji } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = kannauji +} +#Western Indo-Aryan +language_rajasthani = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_rajasthani } } parameters = { + language_dialect_continuum_central_indo_aryan = yes + language_dialect_continuum_northwestern_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes @@ -1624,16 +1904,174 @@ language_rajasthani = { #Gurjar Apabhramsa, Old Gujarati and Rajasthani dialects color = rajput } -language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] +language_bhil = { type = language - is_shown = { language_is_shown_trigger = { LANGUAGE = language_marathi } } + is_shown = { language_is_shown_trigger = { LANGUAGE = language_bhil } } + + parameters = { + language_dialect_continuum_southern_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_bhil } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = bhil +} +language_gujarati = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_gujarati } } + + parameters = { + language_dialect_continuum_northwestern_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_gujarati } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = gujarati +} +#Northwestern Indo-Aryan +language_sindhi = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_sindhi } } parameters = { + language_dialect_continuum_northwestern_indo_aryan = yes + language_dialect_continuum_western_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_sindhi } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = sindhi +} +language_punjabi = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_punjabi } } + + parameters = { + language_dialect_continuum_northwestern_indo_aryan = yes + language_group_indo_aryan = yes language_branch_indo_iranic = yes language_family_indo_european = yes language_union_indian = yes } + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_punjabi } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = sindhi +} +#Southern Indo-Aryan +language_marathi = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_marathi } } + + parameters = { + language_dialect_continuum_southern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } ai_will_do = { value = 10 @@ -1661,7 +2099,46 @@ language_marathi = { #Indo-Iranian=>Indo-Aryan=>Southern Indic [1] color = marathi } -language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic +language_konkani = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_konkani } } + + parameters = { + language_dialect_continuum_southern_indo_aryan = yes + language_group_indo_aryan = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + language_union_indian = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_konkani } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_indo_aryan } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_union_indian } + multiply = same_language_union_choice_factor + } + } + + color = konkani +} +#Insular Indo-Aryan +language_sinhalese = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_sinhalese } } @@ -1698,6 +2175,7 @@ language_sinhalese = { #Indo-Iranian=>Indo-Aryan=>Insular Indic color = sinhala } + ### Iranian #### East Iranian Continua language_scythian = { @@ -2045,13 +2523,13 @@ language_adharic = { color = adhari } -## Nuristani: TODO AFTER INDIAN MERGE language_nuristani = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_nuristani } } parameters = { - language_branch_nuristani = yes + language_group_nuristani = yes + language_branch_indo_iranic = yes language_family_indo_european = yes } @@ -2062,7 +2540,7 @@ language_nuristani = { multiply = same_language_choice_factor } else_if = { - limit = { has_cultural_parameter = language_branch_nuristani } + limit = { has_cultural_parameter = language_branch_indo_iranic } multiply = same_language_branch_choice_factor } else_if = { diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index c4841fb4fe..472ed5fed3 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -23,8 +23,15 @@ liguistic_shift = { has_cultural_pillar = language_proto_eastern_romance has_cultural_pillar = language_proto_syrian_romance has_cultural_pillar = language_proto_african_romance - #Later Romance block - + #TODO (Beta): Later Romance language divergence + #Indo-Aryan Languages + has_cultural_pillar = language_magadhan + has_cultural_pillar = language_kamarupan + has_cultural_pillar = language_sauraseni + has_cultural_pillar = langauge_apabhramsa + has_cultural_pillar = language_vrachada + has_cultural_pillar = language_maharashtri + has_cultural_pillar = language_elu } } save_scope_as = shift_culture @@ -166,6 +173,70 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + #Indo-Aryan + else_if = { + limit = { has_cultural_pillar = language_magadhan } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_kamarupan } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_sauraseni } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = langauge_apabhramsa } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_vrachada } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_maharashtri } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 700 + SHIFT_PERIOD_YEARS = 25 + } + } + else_if = { + limit = { has_cultural_pillar = language_elu } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 500 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index f4f038b5a4..43522453ef 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -117,34 +117,33 @@ ccu_initialize_language_branch_effect = { else_if = { limit = { has_cultural_parameter = language_branch_north_dravidian } set_variable = { name = language_branch value = 23 } } else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } set_variable = { name = language_branch value = 24 } } else_if = { limit = { has_cultural_parameter = language_branch_northwest_caucasian } set_variable = { name = language_branch value = 25 } } - else_if = { limit = { has_cultural_parameter = language_branch_nuristani } set_variable = { name = language_branch value = 26 } } - else_if = { limit = { has_cultural_parameter = language_branch_oghuric } set_variable = { name = language_branch value = 27 } } - else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = 28 } } - else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = 29 } } - else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = 30 } } - else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = 31 } } - else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = 32 } } - else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = 33 } } - else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = 34 } } - else_if = { limit = { has_cultural_parameter = language_branch_semitic } set_variable = { name = language_branch value = 35 } } - else_if = { limit = { has_cultural_parameter = language_branch_senegabrian } set_variable = { name = language_branch value = 36 } } - else_if = { limit = { has_cultural_parameter = language_branch_shaz_turkic } set_variable = { name = language_branch value = 37 } } - else_if = { limit = { has_cultural_parameter = language_branch_sinitic } set_variable = { name = language_branch value = 38 } } - else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = 39 } } - else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = 40 } } - else_if = { limit = { has_cultural_parameter = language_branch_south_dravidian } set_variable = { name = language_branch value = 41 } } - else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = 42 } } - else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = 43 } } - else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = 44 } } - else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = 45 } } - else_if = { limit = { has_cultural_parameter = language_branch_tungusic } set_variable = { name = language_branch value = 46 } } - else_if = { limit = { has_cultural_parameter = language_branch_urgic } set_variable = { name = language_branch value = 47 } } - else_if = { limit = { has_cultural_parameter = language_branch_vasconic } set_variable = { name = language_branch value = 48 } } - else_if = { limit = { has_cultural_parameter = language_branch_volga_finnic } set_variable = { name = language_branch value = 49 } } - else_if = { limit = { has_cultural_parameter = language_branch_volta_congo } set_variable = { name = language_branch value = 50 } } - else_if = { limit = { has_cultural_parameter = language_branch_yeniseian } set_variable = { name = language_branch value = 51 } } - else_if = { limit = { has_cultural_parameter = language_branch_burusho } set_variable = { name = language_branch value = 52 } } - else_if = { limit = { has_cultural_parameter = language_branch_khasic } set_variable = { name = language_branch value = 53 } } + else_if = { limit = { has_cultural_parameter = language_branch_oghuric } set_variable = { name = language_branch value = 26 } } + else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = 27 } } + else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = 28 } } + else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = 29 } } + else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = 30 } } + else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = 31 } } + else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = 32 } } + else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = 33 } } + else_if = { limit = { has_cultural_parameter = language_branch_semitic } set_variable = { name = language_branch value = 34 } } + else_if = { limit = { has_cultural_parameter = language_branch_senegabrian } set_variable = { name = language_branch value = 35 } } + else_if = { limit = { has_cultural_parameter = language_branch_shaz_turkic } set_variable = { name = language_branch value = 36 } } + else_if = { limit = { has_cultural_parameter = language_branch_sinitic } set_variable = { name = language_branch value = 37 } } + else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = 38 } } + else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = 39 } } + else_if = { limit = { has_cultural_parameter = language_branch_south_dravidian } set_variable = { name = language_branch value = 40 } } + else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = 41 } } + else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = 42 } } + else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = 43 } } + else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = 44 } } + else_if = { limit = { has_cultural_parameter = language_branch_tungusic } set_variable = { name = language_branch value = 45 } } + else_if = { limit = { has_cultural_parameter = language_branch_urgic } set_variable = { name = language_branch value = 46 } } + else_if = { limit = { has_cultural_parameter = language_branch_vasconic } set_variable = { name = language_branch value = 47 } } + else_if = { limit = { has_cultural_parameter = language_branch_volga_finnic } set_variable = { name = language_branch value = 48 } } + else_if = { limit = { has_cultural_parameter = language_branch_volta_congo } set_variable = { name = language_branch value = 49 } } + else_if = { limit = { has_cultural_parameter = language_branch_yeniseian } set_variable = { name = language_branch value = 50 } } + else_if = { limit = { has_cultural_parameter = language_branch_burusho } set_variable = { name = language_branch value = 51 } } + else_if = { limit = { has_cultural_parameter = language_branch_khasic } set_variable = { name = language_branch value = 52 } } } ccu_initialize_language_group_effect = { @@ -164,6 +163,8 @@ ccu_initialize_language_group_effect = { else_if = { limit = { has_cultural_parameter = language_group_mongolian } set_variable = { name = language_group value = 13 } } else_if = { limit = { has_cultural_parameter = language_group_paramongolic } set_variable = { name = language_group value = 14 } } else_if = { limit = { has_cultural_parameter = language_group_zan } set_variable = { name = language_group value = 15 } } + else_if = { limit = { has_cultural_parameter = language_group_nuristani } set_variable = { name = language_group value = 16 } } + else_if = { limit = { has_cultural_parameter = language_group_indo_aryan } set_variable = { name = language_group value = 17 } } else = { set_variable = { name = language_group value = -1 } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index 1e8624fe8f..e5f8571730 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -132,6 +132,7 @@ scripted_effect shift_language_latin_to_protoromance_effect = { else = { debug_log = "UNHANDLED CULTURE IN bp_heritage_linguistic_drift EVENT SPACE: LANGUAGE (LATIN=>PROTO-ROMANCE" } } } +#Proto-Romance to Romance scripted_effect shift_language_proto_ibero_romance_to_children_effect = { scope:shift_culture = { if = { @@ -338,6 +339,146 @@ scripted_effect shift_language_iberian_to_children_effect = { } } } +#Indo-Aryan +scripted_effect shift_language_magadhan_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:bengali } } + set_culture_pillar = language_bengali + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:oriya } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:sambalpuri } + } + } + set_culture_pillar = language_oriya + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:maithil } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:nagpuri } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:bihari } + } + } + set_culture_pillar = language_bihari + ccu_culture_created_or_changed_effect = yes + } + else = { #Fallback + set_culture_pillar = language_bihari + ccu_culture_created_or_changed_effect = yes + } + } +} +scripted_effect shift_language_kamarupan_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_assamese + set_name_list = name_list_assamese + ccu_culture_created_or_changed_effect = yes + } +} +scripted_effect shift_language_sauraseni_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:awadhi } } + set_culture_pillar = language_awadhi + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:braj } } + set_culture_pillar = language_braj + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:kannauji } } + set_culture_pillar = language_kannauji + ccu_culture_created_or_changed_effect = yes + } + else = { #Fallback + set_culture_pillar = language_awadhi + ccu_culture_created_or_changed_effect = yes + } + } +} +scripted_effect shift_langauge_apabhramsa_to_children_effect = { + scope:shift_culture = { + if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:rajput } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:malvi } + } + } + set_culture_pillar = language_rajasthani + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:bhil } } + set_culture_pillar = language_bhil + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { + OR = { + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:gujarati } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:saurashtri } + } + } + set_culture_pillar = language_gujarati + ccu_culture_created_or_changed_effect = yes + } + else = { #Fallback + set_culture_pillar = language_rajasthani + ccu_culture_created_or_changed_effect = yes + } + } +} +scripted_effect shift_language_vrachada_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:sindhi } } + set_culture_pillar = language_sindhi + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:punjabi } } + set_culture_pillar = language_punjabi + ccu_culture_created_or_changed_effect = yes + } + else = { #Fallback + set_culture_pillar = language_punjabi + ccu_culture_created_or_changed_effect = yes + } + } +} +scripted_effect shift_language_maharashtri_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:marathi } } + set_culture_pillar = language_marathi + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:konkani } } + set_culture_pillar = language_konkani + ccu_culture_created_or_changed_effect = yes + } + else = { #Fallback + set_culture_pillar = language_marathi + ccu_culture_created_or_changed_effect = yes + } + } +} +scripted_effect shift_language_elu_to_children_effect = { + scope:shift_culture = { + set_culture_pillar = language_sinhalese + ccu_culture_created_or_changed_effect = yes + } +} #Main Language Shift Effect scripted_effect shift_language_effect = { @@ -401,6 +542,35 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_iberian } shift_language_iberian_to_children_effect = yes } + #Indo-Aryan + else_if = { #Magadhan Prakrit to Children + limit = { has_cultural_pillar = language_magadhan } + shift_language_magadhan_to_children_effect = yes + } + else_if = { #Kamarupan Prakrit to Children + limit = { has_cultural_pillar = language_kamarupan } + shift_language_kamarupan_to_children_effect = yes + } + else_if = { #Sauraseni Prakrit to Children + limit = { has_cultural_pillar = language_sauraseni } + shift_language_sauraseni_to_children_effect = yes + } + else_if = { #Aprabasma Prakrit to Children + limit = { has_cultural_pillar = langauge_apabhramsa } + shift_langauge_apabhramsa_to_children_effect = yes + } + else_if = { #Paichisi Prakrit to Children + limit = { has_cultural_pillar = language_vrachada } + shift_language_vrachada_to_children_effect = yes + } + else_if = { #Maharashtri Prakrit to Children + limit = { has_cultural_pillar = language_maharashtri } + shift_language_maharashtri_to_children_effect = yes + } + else_if = { #Elu Prakrit to Children + limit = { has_cultural_pillar = language_elu } + shift_language_elu_to_children_effect = yes + } } } @@ -514,7 +684,12 @@ bp_heritage_linguistic_drift.0003 = { scope:shift_culture.culture_head = { save_scope_as = chosen_character } } else_if = { - limit = { any_ruler = { culture = scope:shift_culture } } + limit = { + any_ruler = { + culture = scope:shift_culture + NOT = { has_government = mercenary_government } #Keep it to chars on the map please + } + } random_ruler = { limit = { culture = scope:shift_culture } save_scope_as = chosen_character diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/BP_ccu_features_l_english.yml index f475ca40ad..6dac761e80 100644 --- a/WtWSMS/localization/english/BP_ccu_features_l_english.yml +++ b/WtWSMS/localization/english/BP_ccu_features_l_english.yml @@ -68,9 +68,6 @@ ## Language Branches culture_parameter_language_branch_anatolian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_branch|E]" culture_parameter_language_branch_hellenic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_branch|E]" - culture_parameter_language_branch_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_branch|E]" ##### TODO: REMOVE AFTER INDIAN MERGE - culture_parameter_language_branch_iranian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [language_branch|E]" ##### TODO: REMOVE AFTER INDIAN MERGE - culture_parameter_language_branch_nuristani: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_branch|E]" ##### TODO: REMOVE AFTER INDIAN MERGE culture_parameter_language_branch_armenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_branch|E]" culture_parameter_language_branch_celtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_branch|E]" culture_parameter_language_branch_italic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italic [language_branch|E]" @@ -140,6 +137,7 @@ culture_parameter_language_group_mongolian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolian [language_group|E]" culture_parameter_language_group_paramongolic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Para-Mongolic [language_group|E]" culture_parameter_language_group_zan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Zan [language_group|E]" + culture_parameter_language_group_nuristani: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_group|E]" ## Language Unions culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 4997a7b6b5..77d05b593c 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -61,6 +61,19 @@ language_elu_name: "Elu Prakrit" language_kalasha_name: "Kalasha" language_gandhari_name: "Gandhari" + language_bengali_name: "Bengali" + language_oriya_name: "Oriya" + language_bihari_name: "Bihari" + language_assamese_name: "Assamese" + language_awadhi_name: "Awadhi" + language_braj_name: "Braj" + language_kannauji_name: "Kannauji" + language_bhil_name: "Bhil" + language_gujarati_name: "Gujarati" + language_sindhi_name: "Sindhi" + language_punjabi_name: "Punjabi" + language_marathi_name: "Marathi" + language_konkani_name: "Konkani" #Iranian language_parthian_name: "Parthian" language_median_name: "Median" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml index 153d2660f5..252cd056bf 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml @@ -18,4 +18,5 @@ language_kamarupan_name: "Kamarupan Prakrit" language_sauraseni_name: "Shauraseni Prakrit" language_magadhan_name: "Magadhi Prakrit" + language_rajasthani_name: "Rajasthani" \ No newline at end of file From abf6057fe4de0ba87a0526fb8d03c4ac89a32da7 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 11 Feb 2023 02:45:48 -0500 Subject: [PATCH 292/339] Makran/Sistan tweaks * Made Indo-Parthian better match historic Balochi spread * Moved Brahui heritage to be Iranian, as the Brahui identify themselves culturally as Balochi (also prevents hybridization with Indo-Parthians) * Afghanistan now speaks Pashto instead of Bactrian, as Pashto isn't clearly a direct descendent of Bactrian * Added some minorities accounting for the above --- .../common/culture/cultures/BP_dravidian.txt | 41 ------------ .../culture/cultures/BP_east_iranian.txt | 2 +- WtWSMS/common/culture/cultures/BP_iranian.txt | 42 ++++++++++++ WtWSMS/common/culture/pillars/00_language.txt | 34 ++++++++++ .../on_action/sea_minority_game_start.txt | 64 +++++++++++++++++++ WtWSMS/history/provinces/bp_k_makran.txt | 6 +- WtWSMS/history/provinces/bp_k_punjab.txt | 2 +- .../BP_cultural_languages_l_english.yml | 1 + 8 files changed, 146 insertions(+), 46 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_dravidian.txt b/WtWSMS/common/culture/cultures/BP_dravidian.txt index 8bd2103210..1a529ff553 100644 --- a/WtWSMS/common/culture/cultures/BP_dravidian.txt +++ b/WtWSMS/common/culture/cultures/BP_dravidian.txt @@ -8,8 +8,6 @@ # #Feel free to use my work in your mods - all I ask is that I am credited and (if possible) to give me a heads up. -#[1] Brahui Genetic Analysis: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1181978/ - tamil = {# Tamil color = tamil @@ -104,45 +102,6 @@ gond = {# Gond ethnicities = { 10 = south_indian } } -#Based on the genetic evidence [1], probably a Dravidian relic population -brahui = { - color = brahui - - ethos = ethos_communal - heritage = heritage_dravidian - language = language_brahui - martial_custom = martial_custom_male_only - - traditions = { - #Societal Traditions - tradition_xenophilic - #Regional Traditions - tradition_mountain_homes - #Ritual Traditions - #Realm Traditions - #Combat Traditions - } - dlc_tradition = { - trait = tradition_staunch_traditionalists - requires_dlc_flag = hybridize_culture - } - - name_list = name_list_sindhi - name_list = name_list_punjabi - name_list = name_list_afghan - - coa_gfx = { dravidian_group_coa_gfx } - building_gfx = { indian_building_gfx } - clothing_gfx = { indian_clothing_gfx } - unit_gfx = { indian_unit_gfx } - - #Linguistically dravidian, but culturally Iranian/Indo-Aryan; significant admixture by modern times - ethnicities = { - 8 = arab - 4 = mediterranean - 12 = indian - } -} #Munda Group #Linguistically unrelated, but cultural related by this time; see https://en.wikipedia.org/wiki/Munda_people munda = { #Taken and modified from Dharmachakra diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index 6a0823d339..f34a29ad4d 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -320,7 +320,7 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD ethos = ethos_communal heritage = heritage_east_iranian - language = language_bactrian #Geographically most likely proto-Pashtun language + language = language_pashto martial_custom = martial_custom_male_only traditions = { #Societal Traditions diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index c91d8df5c0..5d63456f2a 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -139,6 +139,48 @@ indo_parthian = { 5 = mediterranean } } + +#Based on the genetic evidence [1,2], probably a Dravidian relic population +#But they consider themselves Balochi despite the linguistic issue +#[1] - Brahui Genetic Analysis: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1181978/ +#[2] - Brahui Genetic Analysis: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5378296/ +brahui = { + color = brahui + + ethos = ethos_communal + heritage = heritage_iranian #Consider themselves Balochi + language = language_brahui + martial_custom = martial_custom_male_only + + traditions = { + #Societal Traditions + tradition_xenophilic + #Regional Traditions + tradition_mountain_homes + #Ritual Traditions + #Realm Traditions + #Combat Traditions + } + dlc_tradition = { + trait = tradition_staunch_traditionalists + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_indo_parthian + name_list = name_list_afghan + + coa_gfx = { dravidian_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + unit_gfx = { indian_unit_gfx } + + #Linguistically dravidian, but culturally Iranian/Indo-Aryan; significant admixture by modern times + ethnicities = { + 8 = arab + 4 = mediterranean + 12 = indian + } +} median = { color = median diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index 293eec65ff..c0432f501a 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2343,6 +2343,39 @@ language_pamir = { color = pamiri } +language_pashto = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_pashto } } + + parameters = { + language_dialect_continuum_eastern_iranian = yes + language_group_iranic = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_pashto } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = afghan +} #### West Iranian Continua language_iranian = { type = language @@ -2523,6 +2556,7 @@ language_adharic = { color = adhari } +#Nuristani Languages language_nuristani = { type = language is_shown = { language_is_shown_trigger = { LANGUAGE = language_nuristani } } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index f2e82a5698..98fc2073f0 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1730,6 +1730,70 @@ BP_set_minorities_by_date = { add_minority_culture_granular_effect = { CULTURE = culture:cyrtian } } } + ##Indo-Parthians + every_county = { + limit = { + OR = { + this = title:c_zaranj + this = title:c_turan + this = title:c_kalat + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly ignore holding restrictions + } + add_minority_culture_granular_effect = { CULTURE = culture:indo_parthian } + } + } + ## Brahuis + every_county = { #Large Minorites + limit = { + OR = { + this = title:c_khawr + this = title:c_panjgur + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly ignore holding restrictions + } + add_large_culture_to_county_effect = { CULTURE = culture:brahui } + } + } + every_county = { #Small Minorites + limit = { + OR = { + this = title:c_sibi + this = title:c_kalat + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly ignore holding restrictions + } + add_small_culture_to_county_effect = { CULTURE = culture:brahui } + } + } + #East Iranians + every_county = { #Granular Region + limit = { + OR = { + this = title:c_sibi + this = title:c_rudbar + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + #Explicitly ignore holding restrictions + } + add_minority_culture_granular_effect = { CULTURE = culture:afghan } + } + } #East Germanics ##Taifals every_county = { diff --git a/WtWSMS/history/provinces/bp_k_makran.txt b/WtWSMS/history/provinces/bp_k_makran.txt index 92b5541422..b87ac7a666 100644 --- a/WtWSMS/history/provinces/bp_k_makran.txt +++ b/WtWSMS/history/provinces/bp_k_makran.txt @@ -124,7 +124,7 @@ } ###c_rudbar 4465 = { #Rudbar - culture = afghan + culture = indo_parthian religion = dharmaguptaka holding = castle_holding } @@ -184,7 +184,7 @@ } ###c_khawr 4477 = { #Khawr - culture = sindhi + culture = indo_parthian religion = sarvastivada holding = castle_holding } @@ -202,7 +202,7 @@ } ###c_sibi 4513 = { # 4513 - Sibi - culture = brahui + culture = indo_parthian #Pataraja holding religion = sarvastivada holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_punjab.txt b/WtWSMS/history/provinces/bp_k_punjab.txt index 7b9a920c73..16ea1d4643 100644 --- a/WtWSMS/history/provinces/bp_k_punjab.txt +++ b/WtWSMS/history/provinces/bp_k_punjab.txt @@ -243,7 +243,7 @@ } ###c_kalat 4517 = { # 4517 - Loralai - culture = brahui + culture = afghan religion = sarvastivada holding = tribal_holding } diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 77d05b593c..7f243ea635 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -53,6 +53,7 @@ language_sogdian_name:0 "Sogdian" language_nuristani_name:0 "Nuristani" language_pamir_name: "Pamiri" + language_pashto_name: "Pashto" #Indo-Aryan language_pahari_name: "Pahari Prakrit" language_sanskrit_name: "Sanskrit" From 5f0d415e267ec51f16925b8748924c78cdc8cd67 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 11 Feb 2023 14:04:02 -0500 Subject: [PATCH 293/339] Parthian Language Divergence events Parthian evolves into the Pahlavi and Balochi (Indo-Parthians) languages --- WtWSMS/common/culture/pillars/00_language.txt | 68 +++++++++++++++++++ .../common/on_action/BP_yearly_on_actions.txt | 13 ++++ .../BP_heritage_linguistic_drift.txt | 24 +++++++ 3 files changed, 105 insertions(+) diff --git a/WtWSMS/common/culture/pillars/00_language.txt b/WtWSMS/common/culture/pillars/00_language.txt index c0432f501a..23d9c9df4e 100644 --- a/WtWSMS/common/culture/pillars/00_language.txt +++ b/WtWSMS/common/culture/pillars/00_language.txt @@ -2556,6 +2556,74 @@ language_adharic = { color = adhari } +language_pahlavi = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_pahlavi } } + + parameters = { + language_dialect_continuum_western_iranian = yes + language_group_iranic = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_pahlavi } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = parthian +} +language_balochi = { + type = language + is_shown = { language_is_shown_trigger = { LANGUAGE = language_balochi } } + + parameters = { + language_dialect_continuum_western_iranian = yes + language_group_iranic = yes + language_branch_indo_iranic = yes + language_family_indo_european = yes + } + + ai_will_do = { + value = 10 + if = { + limit = { has_cultural_pillar = language_balochi } + multiply = same_language_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_group_iranic } + multiply = same_language_group_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_branch_indo_iranic } + multiply = same_language_branch_choice_factor + } + else_if = { + limit = { has_cultural_parameter = language_family_indo_european } + multiply = same_language_family_choice_factor + } + } + + color = indo_parthian +} + + #Nuristani Languages language_nuristani = { type = language diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 472ed5fed3..275628a0e2 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -24,6 +24,7 @@ liguistic_shift = { has_cultural_pillar = language_proto_syrian_romance has_cultural_pillar = language_proto_african_romance #TODO (Beta): Later Romance language divergence + #Indo-Aryan Languages has_cultural_pillar = language_magadhan has_cultural_pillar = language_kamarupan @@ -32,6 +33,8 @@ liguistic_shift = { has_cultural_pillar = language_vrachada has_cultural_pillar = language_maharashtri has_cultural_pillar = language_elu + #Iranian Languages + has_cultural_pillar = language_parthian } } save_scope_as = shift_culture @@ -237,6 +240,16 @@ liguistic_shift = { SHIFT_PERIOD_YEARS = 25 } } + #Iranian + else_if = { + limit = { has_cultural_pillar = language_parthian } + generic_shift_culture_event = { + EVENT_ID = bp_heritage_linguistic_drift.0001 + HERITAGE_OR_LANGUAGE = language + SHIFT_START_YEAR = 500 + SHIFT_PERIOD_YEARS = 25 + } + } } } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index e5f8571730..e586abc94f 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -479,6 +479,25 @@ scripted_effect shift_language_elu_to_children_effect = { ccu_culture_created_or_changed_effect = yes } } +#Iranian +scripted_effect shift_language_parthian_to_children_effect = { + scope:shift_culture = { + if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:indo_parthian } } + set_culture_pillar = language_balochi + ccu_culture_created_or_changed_effect = yes + } + else_if = { + limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:parthian } } + set_culture_pillar = language_pahlavi + ccu_culture_created_or_changed_effect = yes + } + else = { #Fallback + set_culture_pillar = language_pahlavi + ccu_culture_created_or_changed_effect = yes + } + } +} #Main Language Shift Effect scripted_effect shift_language_effect = { @@ -571,6 +590,11 @@ scripted_effect shift_language_effect = { limit = { has_cultural_pillar = language_elu } shift_language_elu_to_children_effect = yes } + #Iranian + else_if = { #Parthian to Pahlavi/Balochi + limit = { has_cultural_pillar = language_parthian } + shift_language_parthian_to_children_effect = yes + } } } From 55ea789484daddf949f84bc743c9751832854332 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 11 Feb 2023 22:19:34 -0500 Subject: [PATCH 294/339] Common Slavic Heritage --- .../culture/cultures/BP_common_slavic.txt | 37 ++++++++++++++++++ .../culture/cultures/BP_east_slavic.txt | 39 +------------------ WtWSMS/common/culture/pillars/00_heritage.txt | 8 ++++ .../BP_cultural_heritages_l_english.yml | 2 + .../BP_cultural_languages_l_english.yml | 2 + 5 files changed, 50 insertions(+), 38 deletions(-) create mode 100644 WtWSMS/common/culture/cultures/BP_common_slavic.txt diff --git a/WtWSMS/common/culture/cultures/BP_common_slavic.txt b/WtWSMS/common/culture/cultures/BP_common_slavic.txt new file mode 100644 index 0000000000..96d4d89e89 --- /dev/null +++ b/WtWSMS/common/culture/cultures/BP_common_slavic.txt @@ -0,0 +1,37 @@ +#Notes: +#[1] - From what I've read of proto-Slavic groups, they were fairly settled and had, at most, a relatively +# flat social structure, with social stratification occurring when population density increased. Collective +# lands seems to be the "best fit" for this notion of a flat hierarchy, review evolution for 0.2.0 + +old_slavic = { + color = old_slavic + + ethos = ethos_stoic + heritage = heritage_common_slavic + language = language_common_slavic + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_forest_folk + tradition_collective_lands #[1] + #Combat Traditions + tradition_druzhina + } + + name_list = name_list_old_slavic + + coa_gfx = { east_slavic_group_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { eastern_unit_gfx } + + ethnicities = { + 60 = slavic_northern_blond + 5 = slavic_northern_ginger + 25 = slavic_northern_brown_hair + 10 = slavic_northern_dark_hair + } +} \ No newline at end of file diff --git a/WtWSMS/common/culture/cultures/BP_east_slavic.txt b/WtWSMS/common/culture/cultures/BP_east_slavic.txt index f018d99893..50aef3c8b8 100644 --- a/WtWSMS/common/culture/cultures/BP_east_slavic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_slavic.txt @@ -1,41 +1,4 @@ -#Notes: -#[1] - From what I've read of proto-Slavic groups, they were fairly settled and had, at most, a relatively -# flat social structure, with social stratification occurring when population density increased. Collective -# lands seems to be the "best fit" for this notion of a flat hierarchy, review evolution for 0.2.0 - -old_slavic = { - color = old_slavic - - ethos = ethos_stoic - heritage = heritage_east_slavic - language = language_common_slavic - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - #Ritual Traditions - #Realm Traditions - tradition_forest_folk - tradition_collective_lands #[1] - #Combat Traditions - tradition_druzhina - } - - name_list = name_list_old_slavic - - coa_gfx = { east_slavic_group_coa_gfx western_coa_gfx } - building_gfx = { western_building_gfx } - clothing_gfx = { northern_clothing_gfx } - unit_gfx = { eastern_unit_gfx } - - ethnicities = { - 60 = slavic_northern_blond - 5 = slavic_northern_ginger - 25 = slavic_northern_brown_hair - 10 = slavic_northern_dark_hair - } -} -#### TODO (Beta): venedi +#### TODO (Beta): venedi russian = { ##### FIXME (Beta): Incomplete Culture: russian color = russian diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index c708033fa1..79aff6935f 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -45,6 +45,14 @@ heritage_baltic = { heritage_family_european = yes } } +heritage_common_slavic = { + type = heritage + + parameters = { + heritage_group_balto_slavic = yes + heritage_family_european = yes + } +} heritage_east_slavic = { type = heritage diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml index 11395ade02..221ec83c4f 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml @@ -25,6 +25,8 @@ heritage_paleo_iberian_collective_name: "Paleo-Iberians" heritage_peristani_name: "Peristani" heritage_peristani_collective_name: "Peristanis" + heritage_common_slavic_name: "Slavic" + heritage_common_slavic_collective_name: "Slavs" #Latin Heritages heritage_romano_british_name: "British Romance" heritage_romano_british_collective_noun: "British Romantics" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml index 7f243ea635..ebe6b3d3b1 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_languages_l_english.yml @@ -80,6 +80,8 @@ language_median_name: "Median" language_caspian_iranian_name: "Caspian Iranian" language_adharic_name: "Adharic" + language_pahlavi_name: "Pahlavi" + language_balochi_name: "Balochi" #Latin #Intermediate Languages language_proto_ibero_romance_name: "Proto-Ibero-Romance" From 4adf0dcdacac82b9e18b713864e0016cc5dc3874 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 11 Feb 2023 23:00:38 -0500 Subject: [PATCH 295/339] Remove Aeolian culture --- .../common/culture/cultures/BP_byzantine.txt | 32 -- .../culture/name_lists/BP_byzantine.txt | 99 ---- WtWSMS/common/dynasties/BP_dynasties.txt | 2 +- .../common/landed_titles/BP_e_abyssinia.txt | 4 - WtWSMS/common/landed_titles/BP_e_armenia.txt | 8 - .../common/landed_titles/BP_e_britannia.txt | 1 - .../common/landed_titles/BP_e_byzantium.txt | 348 ------------- .../BP_e_caspian-pontic_steppe.txt | 19 - WtWSMS/common/landed_titles/BP_e_dacia.txt | 2 - WtWSMS/common/landed_titles/BP_e_gaul.txt | 11 - WtWSMS/common/landed_titles/BP_e_italy.txt | 116 ----- .../landed_titles/BP_e_north_africa.txt | 57 --- WtWSMS/common/landed_titles/BP_e_persia.txt | 37 -- WtWSMS/common/landed_titles/BP_e_spain.txt | 55 --- .../common/landed_titles/BP_empire_roman.txt | 1 - .../common/named_colors/BP_culture_colors.txt | 1 - WtWSMS/common/on_action/BP_game_start.txt | 4 - WtWSMS/history/characters/greek.txt | 2 +- WtWSMS/history/cultures/_BP.info | 456 ------------------ WtWSMS/history/cultures/aeolian.txt | 70 --- .../history/cultures/heritage_byzantine.txt | 2 +- WtWSMS/history/provinces/bp_k_asia.txt | 6 +- .../culture/BP_cultural_history_l_english.yml | 2 +- .../BP_culture_name_lists_l_english.yml | 1 - .../english/culture/BP_cultures_l_english.yml | 3 - 25 files changed, 7 insertions(+), 1332 deletions(-) delete mode 100644 WtWSMS/history/cultures/_BP.info delete mode 100644 WtWSMS/history/cultures/aeolian.txt diff --git a/WtWSMS/common/culture/cultures/BP_byzantine.txt b/WtWSMS/common/culture/cultures/BP_byzantine.txt index 1de85b8927..1aebe5e1e0 100644 --- a/WtWSMS/common/culture/cultures/BP_byzantine.txt +++ b/WtWSMS/common/culture/cultures/BP_byzantine.txt @@ -239,41 +239,9 @@ helleno_aramean = { ethnicities = { 10 = arab } } -aeolian = { #As old as the greeks and tsakonians - color = aeolian - - ethos = ethos_courtly #Persian influence in Pergamon - heritage = heritage_byzantine - language = language_greek #Koine Greek by this time - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_xenophilic #Intermixed with Anatolians, Persians - tradition_poetry #Lesbos was part of the Aeolian region - #Ritual Traditions - #Regional Traditions - tradition_greek_succession - } - - dlc_tradition = { - trait = tradition_hellenic_culture - requires_dlc_flag = hybridize_culture - fallback = tradition_hellenic_culture_non_dlc - } - - name_list = name_list_aeolian - - coa_gfx = { byzantine_group_coa_gfx western_coa_gfx } - building_gfx = { mediterranean_building_gfx } - clothing_gfx = { byzantine_clothing_gfx } - unit_gfx = { eastern_unit_gfx } - - ethnicities = { 10 = mediterranean_byzantine } -} massalian = { #Phocaean colony; thouroughly latinized though color = massalian - parents = { aeolian } created = 2.1.1 history_loc_override = massalian_history_loc diff --git a/WtWSMS/common/culture/name_lists/BP_byzantine.txt b/WtWSMS/common/culture/name_lists/BP_byzantine.txt index 953bdc30ec..57183ed337 100644 --- a/WtWSMS/common/culture/name_lists/BP_byzantine.txt +++ b/WtWSMS/common/culture/name_lists/BP_byzantine.txt @@ -1417,105 +1417,6 @@ name_list_helleno_aramean = { #dynasty_title_names = no founder_named_dynasties = yes } -name_list_aeolian = { - cadet_dynasty_names = { - "dynn_Panostratos" - "dynn_Agasikles" - "dynn_Agesilaos" - "dynn_Akestorides" - "dynn_Diognetos" - "dynn_Eukleidas" - "dynn_Hermokreon" - "dynn_Kallimakos" - "dynn_Leostratos" - "dynn_Mystikides" - } - - dynasty_names = { - "dynn_Panostratos" - "dynn_Agasikles" - "dynn_Agesilaos" - "dynn_Akestorides" - "dynn_Diognetos" - "dynn_Eukleidas" - "dynn_Hermokreon" - "dynn_Kallimakos" - "dynn_Leostratos" - "dynn_Mystikides" - } - - male_names = { - Agamestor Agasikles Agatokles Agesilaos Agesipolis Agis Aisimides Aiskylos Akastos Akestorides - Akrotatos Alexandros Alexias Alkaios Alkamenes Alkistenes Alkmaion Alkmeon Aminias Anaxandridas - Anaxandros Anaxidamos Ankises Antidotos Antigenes Antiokides Antipatros Antipon Apollodoros - Apsandros Apsepion Apseudes Areos Arimnestos Aripron Aristaikmos Aristides Aristion Aristodemos - Aristokles Aristokrates Aristomenes Ariston Arkedemides Arkestratidas Arkias Arkidamos Arkippos - Asteios Astypilos Autostenes Damasias Demaratos Demopilos Demostratos Demotion Dexiteos Dietrepes - Diognetos Diokles Diopandos Diotemos Diotimos Dipilos Doryssos Drakon Dromoklides Dropides - Dyskinitos Ebulides Ebulos Ekestratos Elpines Epainetos Epameinon Erxikleides Eryxias Eudamidas - Eukaristos Eukleidas Eukleides Eukles Eukrates Euktemon Eunomos Eupemos Eurykrates - Eurykratides Eurypon Eurystenes Eutidemos Eutippos Eutydemos Eutykles Eutymenes Eutynos Evandros - Glaukinos Glaukippos Habron Harpaktides Hebron Hegesias Hegestratos Heniokides Hermokreon Hipparkos - Hippias Hippodamas Hippokleides Hippomenes Hybrilides Hypsikides Isagoras Isarkos Kairepanes - Kalleas Kalliades Kallias Kallimakos Kallimides Kallistratos Kares Karias Karikleides Karilaos - Karisandros Keures Kion Kipisodoros Kipisodotos Kleistenes Kleokritos Kleombrotos Kleomenes - Klidikos Komeas Konon Krates Kreon Kritias Kypselos Labotas Lakes Lakratides Leokrates Leon - Leonidas Leostratos Leotykidas Lykiskos Lysagoras Lysanias Lysiades Lysikrates Lysimakides - Lysimakos Lysistratos Lysiteos Medon Megakles Menon Mikon Miltiades Mnasilokos Mnesiteides - Molon Morykides Mystikides Naosigenes Naosinikos Nikandros Nikodemos Nikomakos Nikon - Nikopemos Nikoteles Onetorides Paidon Painippos Panostratos Paosanias Pedieos Perekles Pilippos - Piliskos Pilokles Pilokrates Pilombrotos Piloneos Pisistratos Pleistarkos Pleistoanax Polydektes - Polydoros Polyzelos Porbas Pormion Prasikleides Prasikles Praxiergos Praxiteles Prokles Prynaios - Prytanis Pyrgion Pyteas Pytodoros Pytodotos Pytokritos Simon Skamandrios Smyros Sokratides Solon - Soos Sosigenes Sosistratos Souniades Stratokles Teagenides Teellos Telekles Teleklos Telesinos - Temistokles Teodoros Teodotos Teopilos Teopompos Teoprastos Terikles Tersippos Tespieos Tespios - Timarkides Timokles Timokrates Timostenes Tisandros Tlepolemos Tlesias Tudemos Xantippos - Xenainetos Zeuxidamos Adimantos - } - - female_names = { - Agamestor Agasikles Agatokles Agesilaos Agesipolis Agis Aisimides Aiskylos Akastos Akestorides - Akrotatos Alexandros Alexias Alkaios Alkamenes Alkistenes Alkmaion Alkmeon Aminias Anaxandridas - Anaxandros Anaxidamos Ankises Antidotos Antigenes Antiokides Antipatros Antipon Apollodoros - Apsandros Apsepion Apseudes Areos Arimnestos Aripron Aristaikmos Aristides Aristion Aristodemos - Aristokles Aristokrates Aristomenes Ariston Arkedemides Arkestratidas Arkias Arkidamos Arkippos - Asteios Astypilos Autostenes Damasias Demaratos Demopilos Demostratos Demotion Dexiteos Dietrepes - Diognetos Diokles Diopandos Diotemos Diotimos Dipilos Doryssos Drakon Dromoklides Dropides - Dyskinitos Ebulides Ebulos Ekestratos Elpines Epainetos Epameinon Erxikleides Eryxias Eudamidas - Eukaristos Eukleidas Eukleides Eukles Eukrates Euktemon Eunomos Eupemos Eurykrates - Eurykratides Eurypon Eurystenes Eutidemos Eutippos Eutydemos Eutykles Eutymenes Eutynos Evandros - Glaukinos Glaukippos Habron Harpaktides Hebron Hegesias Hegestratos Heniokides Hermokreon Hipparkos - Hippias Hippodamas Hippokleides Hippomenes Hybrilides Hypsikides Isagoras Isarkos Kairepanes - Kalleas Kalliades Kallias Kallimakos Kallimides Kallistratos Kares Karias Karikleides Karilaos - Karisandros Keures Kion Kipisodoros Kipisodotos Kleistenes Kleokritos Kleombrotos Kleomenes - Klidikos Komeas Konon Krates Kreon Kritias Kypselos Labotas Lakes Lakratides Leokrates Leon - Leonidas Leostratos Leotykidas Lykiskos Lysagoras Lysanias Lysiades Lysikrates Lysimakides - Lysimakos Lysistratos Lysiteos Medon Megakles Menon Mikon Miltiades Mnasilokos Mnesiteides - Molon Morykides Mystikides Naosigenes Naosinikos Nikandros Nikodemos Nikomakos Nikon - Nikopemos Nikoteles Onetorides Paidon Painippos Panostratos Paosanias Pedieos Perekles Pilippos - Piliskos Pilokles Pilokrates Pilombrotos Piloneos Pisistratos Pleistarkos Pleistoanax Polydektes - Polydoros Polyzelos Porbas Pormion Prasikleides Prasikles Praxiergos Praxiteles Prokles Prynaios - Prytanis Pyrgion Pyteas Pytodoros Pytodotos Pytokritos Simon Skamandrios Smyros Sokratides Solon - Soos Sosigenes Sosistratos Souniades Stratokles Teagenides Teellos Telekles Teleklos Telesinos - Temistokles Teodoros Teodotos Teopilos Teopompos Teoprastos Terikles Tersippos Tespieos Tespios - Timarkides Timokles Timokrates Timostenes Tisandros Tlepolemos Tlesias Tudemos Xantippos - Xenainetos Zeuxidamos Adimantos - } - - dynasty_of_location_prefix = "dynnp_of" - - # Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100. - pat_grf_name_chance = 30 - mat_grf_name_chance = 10 - father_name_chance = 25 - - # Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100. - pat_grm_name_chance = 20 - mat_grm_name_chance = 40 - mother_name_chance = 5 - - founder_named_dynasties = yes -} name_list_massalian = { cadet_dynasty_names = { "dynn_Ichysandras" diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index 364b04f955..ba7f879257 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -637,7 +637,7 @@ } 1042269 = { name = "dynn_Panostratos" - culture = aeolian + culture = greek forced_coa_religiongroup = "christian" } 1042270 = { diff --git a/WtWSMS/common/landed_titles/BP_e_abyssinia.txt b/WtWSMS/common/landed_titles/BP_e_abyssinia.txt index 54a7b5073e..cbb73b600c 100644 --- a/WtWSMS/common/landed_titles/BP_e_abyssinia.txt +++ b/WtWSMS/common/landed_titles/BP_e_abyssinia.txt @@ -1025,7 +1025,6 @@ e_abyssinia = { name_list_romano_vandalic = cn_primis #Byzantine Cultures name_list_greek = cn_primis - name_list_aeolian = cn_primis name_list_helleno_aramean = cn_primis name_list_greek_gothic = cn_primis name_list_greek_persian = cn_primis @@ -1064,7 +1063,6 @@ e_abyssinia = { name_list_romano_vandalic = cn_primis #Byzantine Cultures name_list_greek = cn_primis - name_list_aeolian = cn_primis name_list_helleno_aramean = cn_primis name_list_greek_gothic = cn_primis name_list_greek_persian = cn_primis @@ -1116,7 +1114,6 @@ e_abyssinia = { name_list_romano_vandalic = cn_pachoras #Byzantine Cultures name_list_greek = cn_pakhoras - name_list_aeolian = cn_pakhoras name_list_helleno_aramean = cn_pakhoras name_list_greek_gothic = cn_pakhoras name_list_greek_persian = cn_pakhoras @@ -1155,7 +1152,6 @@ e_abyssinia = { name_list_romano_vandalic = cn_pachoras #Byzantine Cultures name_list_greek = cn_pakhoras - name_list_aeolian = cn_pakhoras name_list_helleno_aramean = cn_pakhoras name_list_greek_gothic = cn_pakhoras name_list_greek_persian = cn_pakhoras diff --git a/WtWSMS/common/landed_titles/BP_e_armenia.txt b/WtWSMS/common/landed_titles/BP_e_armenia.txt index 16728a1af5..1d916726ab 100644 --- a/WtWSMS/common/landed_titles/BP_e_armenia.txt +++ b/WtWSMS/common/landed_titles/BP_e_armenia.txt @@ -251,7 +251,6 @@ e_armenia = { name_list_romano_pannonian = cn_archaeopolis #Byzantine Cultures name_list_greek = cn_archaeopolis - name_list_aeolian = cn_archaeopolis name_list_helleno_aramean = cn_archaeopolis name_list_greek_gothic = cn_archaeopolis name_list_greek_persian = cn_archaeopolis @@ -292,7 +291,6 @@ e_armenia = { name_list_romano_pannonian = cn_cytaea #Byzantine Cultures name_list_greek = cn_kytaia - name_list_aeolian = cn_kytaia name_list_helleno_aramean = cn_kytaia name_list_greek_gothic = cn_kytaia name_list_greek_persian = cn_kytaia @@ -367,7 +365,6 @@ e_armenia = { name_list_romano_pannonian = cn_bathys #Byzantine Cultures name_list_greek = cn_bathys - name_list_aeolian = cn_bathys name_list_helleno_aramean = cn_bathys name_list_greek_gothic = cn_bathys name_list_greek_persian = cn_bathys @@ -404,7 +401,6 @@ e_armenia = { name_list_romano_pannonian = cn_phasis #Byzantine Cultures name_list_greek = cn_phasis - name_list_aeolian = cn_phasis name_list_helleno_aramean = cn_phasis name_list_greek_gothic = cn_phasis name_list_greek_persian = cn_phasis @@ -441,7 +437,6 @@ e_armenia = { name_list_romano_pannonian = cn_rhodopolis #Byzantine Cultures name_list_greek = cn_rhodopolis - name_list_aeolian = cn_rhodopolis name_list_helleno_aramean = cn_rhodopolis name_list_greek_gothic = cn_rhodopolis name_list_greek_persian = cn_rhodopolis @@ -478,7 +473,6 @@ e_armenia = { name_list_romano_pannonian = cn_sarapanis #Byzantine Cultures name_list_greek = cn_sarapanis - name_list_aeolian = cn_sarapanis name_list_helleno_aramean = cn_sarapanis name_list_greek_gothic = cn_sarapanis name_list_greek_persian = cn_sarapanis @@ -519,7 +513,6 @@ e_armenia = { name_list_romano_pannonian = cn_sebastopolis #Byzantine Cultures name_list_greek = cn_sebastopolis - name_list_aeolian = cn_sebastopolis name_list_helleno_aramean = cn_sebastopolis name_list_greek_gothic = cn_sebastopolis name_list_greek_persian = cn_sebastopolis @@ -561,7 +554,6 @@ e_armenia = { name_list_romano_pannonian = cn_pityus #Byzantine Cultures name_list_greek = cn_pityous - name_list_aeolian = cn_pityous name_list_helleno_aramean = cn_pityous name_list_greek_gothic = cn_pityous name_list_greek_persian = cn_pityous diff --git a/WtWSMS/common/landed_titles/BP_e_britannia.txt b/WtWSMS/common/landed_titles/BP_e_britannia.txt index ca7cc1a187..ce5574858b 100644 --- a/WtWSMS/common/landed_titles/BP_e_britannia.txt +++ b/WtWSMS/common/landed_titles/BP_e_britannia.txt @@ -89,7 +89,6 @@ e_britannia = { name_list_romano_vandalic = cn_maxima_caesariensis #Byzantine Cultures name_list_greek = cn_albion - name_list_aeolian = cn_albion name_list_helleno_aramean = cn_albion name_list_greek_gothic = cn_albion name_list_greek_persian = cn_albion diff --git a/WtWSMS/common/landed_titles/BP_e_byzantium.txt b/WtWSMS/common/landed_titles/BP_e_byzantium.txt index b7bb26a2bf..f101adb6ba 100644 --- a/WtWSMS/common/landed_titles/BP_e_byzantium.txt +++ b/WtWSMS/common/landed_titles/BP_e_byzantium.txt @@ -66,7 +66,6 @@ e_byzantium = { name_list_romano_vandalic = cn_constantinopolis #Byzantine Cultures name_list_greek = cn_konstantinoupolis - name_list_aeolian = cn_konstantinoupolis name_list_helleno_aramean = cn_konstantinoupolis name_list_greek_gothic = cn_konstantinoupolis name_list_greek_persian = cn_konstantinoupolis @@ -89,7 +88,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kallipolis - name_list_aeolian = cn_kallipolis name_list_helleno_aramean = cn_kallipolis name_list_greek_gothic = cn_kallipolis name_list_greek_persian = cn_kallipolis @@ -109,7 +107,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kallipolis - name_list_aeolian = cn_kallipolis name_list_helleno_aramean = cn_kallipolis name_list_greek_gothic = cn_kallipolis name_list_greek_persian = cn_kallipolis @@ -289,7 +286,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aegyptus #Byzantine Cultures name_list_greek = cn_aigyptos - name_list_aeolian = cn_aigyptos name_list_helleno_aramean = cn_aigyptos name_list_greek_gothic = cn_aigyptos name_list_greek_persian = cn_aigyptos @@ -347,7 +343,6 @@ e_byzantium = { name_list_romano_vandalic = cn_barca #Byzantine Cultures name_list_greek = cn_barke - name_list_aeolian = cn_barke name_list_helleno_aramean = cn_barke name_list_greek_gothic = cn_barke name_list_greek_persian = cn_barke @@ -384,7 +379,6 @@ e_byzantium = { name_list_romano_vandalic = cn_barca #Byzantine Cultures name_list_greek = cn_barke - name_list_aeolian = cn_barke name_list_helleno_aramean = cn_barke name_list_greek_gothic = cn_barke name_list_greek_persian = cn_barke @@ -423,7 +417,6 @@ e_byzantium = { name_list_romano_vandalic = cn_herculis_tumuli #Byzantine Cultures name_list_greek = cn_herakleous_thines - name_list_aeolian = cn_herakleous_thines name_list_helleno_aramean = cn_herakleous_thines name_list_greek_gothic = cn_herakleous_thines name_list_greek_persian = cn_herakleous_thines @@ -460,7 +453,6 @@ e_byzantium = { name_list_romano_vandalic = cn_alibasca #Byzantine Cultures name_list_greek = cn_alibaska - name_list_aeolian = cn_alibaska name_list_helleno_aramean = cn_alibaska name_list_greek_gothic = cn_alibaska name_list_greek_persian = cn_alibaska @@ -497,7 +489,6 @@ e_byzantium = { name_list_romano_vandalic = cn_berenice #Byzantine Cultures name_list_greek = cn_berenike - name_list_aeolian = cn_berenike name_list_helleno_aramean = cn_berenike name_list_greek_gothic = cn_berenike name_list_greek_persian = cn_berenike @@ -537,7 +528,6 @@ e_byzantium = { name_list_romano_vandalic = cn_darnis #Byzantine Cultures name_list_greek = cn_darnis - name_list_aeolian = cn_darnis name_list_helleno_aramean = cn_darnis name_list_greek_gothic = cn_darnis name_list_greek_persian = cn_darnis @@ -572,7 +562,6 @@ e_byzantium = { name_list_romano_vandalic = cn_darnis #Byzantine Cultures name_list_greek = cn_darnis - name_list_aeolian = cn_darnis name_list_helleno_aramean = cn_darnis name_list_greek_gothic = cn_darnis name_list_greek_persian = cn_darnis @@ -609,7 +598,6 @@ e_byzantium = { name_list_romano_vandalic = cn_thirdis #Byzantine Cultures name_list_greek = cn_thirdis - name_list_aeolian = cn_thirdis name_list_helleno_aramean = cn_thirdis name_list_greek_gothic = cn_thirdis name_list_greek_persian = cn_thirdis @@ -652,7 +640,6 @@ e_byzantium = { name_list_romano_vandalic = cn_antipyrgus #Byzantine Cultures name_list_greek = cn_antipyrgos - name_list_aeolian = cn_antipyrgos name_list_helleno_aramean = cn_antipyrgos name_list_greek_gothic = cn_antipyrgos name_list_greek_persian = cn_antipyrgos @@ -689,7 +676,6 @@ e_byzantium = { name_list_romano_vandalic = cn_antipyrgus #Byzantine Cultures name_list_greek = cn_antipyrgos - name_list_aeolian = cn_antipyrgos name_list_helleno_aramean = cn_antipyrgos name_list_greek_gothic = cn_antipyrgos name_list_greek_persian = cn_antipyrgos @@ -770,7 +756,6 @@ e_byzantium = { name_list_romano_vandalic = cn_scetis #Byzantine Cultures name_list_greek = cn_sketis - name_list_aeolian = cn_sketis name_list_helleno_aramean = cn_sketis name_list_greek_gothic = cn_sketis name_list_greek_persian = cn_sketis @@ -810,7 +795,6 @@ e_byzantium = { name_list_romano_vandalic = cn_bolbitine #Byzantine Cultures name_list_greek = cn_bolbitine - name_list_aeolian = cn_bolbitine name_list_helleno_aramean = cn_bolbitine name_list_greek_gothic = cn_bolbitine name_list_greek_persian = cn_bolbitine @@ -847,7 +831,6 @@ e_byzantium = { name_list_romano_vandalic = cn_bolbitine #Byzantine Cultures name_list_greek = cn_bolbitine - name_list_aeolian = cn_bolbitine name_list_helleno_aramean = cn_bolbitine name_list_greek_gothic = cn_bolbitine name_list_greek_persian = cn_bolbitine @@ -886,7 +869,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hermopolis_parva #Byzantine Cultures name_list_greek = cn_hermoupolis_mikra - name_list_aeolian = cn_hermoupolis_mikra name_list_helleno_aramean = cn_hermoupolis_mikra name_list_greek_gothic = cn_hermoupolis_mikra name_list_greek_persian = cn_hermoupolis_mikra @@ -925,7 +907,6 @@ e_byzantium = { name_list_romano_vandalic = cn_naucratis #Byzantine Cultures name_list_greek = cn_naukratis - name_list_aeolian = cn_naukratis name_list_helleno_aramean = cn_naukratis name_list_greek_gothic = cn_naukratis name_list_greek_persian = cn_naukratis @@ -965,7 +946,6 @@ e_byzantium = { name_list_romano_vandalic = cn_marmarica #Byzantine Cultures name_list_greek = cn_marmarike - name_list_aeolian = cn_marmarike name_list_helleno_aramean = cn_marmarike name_list_greek_gothic = cn_marmarike name_list_greek_persian = cn_marmarike @@ -1000,7 +980,6 @@ e_byzantium = { name_list_romano_vandalic = cn_marmarica #Byzantine Cultures name_list_greek = cn_marmarike - name_list_aeolian = cn_marmarike name_list_helleno_aramean = cn_marmarike name_list_greek_gothic = cn_marmarike name_list_greek_persian = cn_marmarike @@ -1035,7 +1014,6 @@ e_byzantium = { name_list_romano_vandalic = cn_paraetonium #Byzantine Cultures name_list_greek = cn_paraitonion - name_list_aeolian = cn_paraitonion name_list_helleno_aramean = cn_paraitonion name_list_greek_gothic = cn_paraitonion name_list_greek_persian = cn_paraitonion @@ -1080,7 +1058,6 @@ e_byzantium = { name_list_romano_vandalic = cn_catabathmus_maior #Byzantine Cultures name_list_greek = cn_plynos_limen - name_list_aeolian = cn_plynos_limen name_list_helleno_aramean = cn_plynos_limen name_list_greek_gothic = cn_plynos_limen name_list_greek_persian = cn_plynos_limen @@ -1117,7 +1094,6 @@ e_byzantium = { name_list_romano_vandalic = cn_zygris #Byzantine Cultures name_list_greek = cn_zygris - name_list_aeolian = cn_zygris name_list_helleno_aramean = cn_zygris name_list_greek_gothic = cn_zygris name_list_greek_persian = cn_zygris @@ -1155,7 +1131,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ammonium #Byzantine Cultures name_list_greek = cn_ammonion - name_list_aeolian = cn_ammonion name_list_helleno_aramean = cn_ammonion name_list_greek_gothic = cn_ammonion name_list_greek_persian = cn_ammonion @@ -1192,7 +1167,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ammonium #Byzantine Cultures name_list_greek = cn_ammonion - name_list_aeolian = cn_ammonion name_list_helleno_aramean = cn_ammonion name_list_greek_gothic = cn_ammonion name_list_greek_persian = cn_ammonion @@ -1248,7 +1222,6 @@ e_byzantium = { name_list_romano_pannonian = cn_tamiathis #Byzantine Cultures name_list_greek = cn_tamiathis - name_list_aeolian = cn_tamiathis name_list_helleno_aramean = cn_tamiathis name_list_greek_gothic = cn_tamiathis name_list_greek_persian = cn_tamiathis @@ -1286,7 +1259,6 @@ e_byzantium = { name_list_romano_pannonian = cn_tamiathis #Byzantine Cultures name_list_greek = cn_tamiathis - name_list_aeolian = cn_tamiathis name_list_helleno_aramean = cn_tamiathis name_list_greek_gothic = cn_tamiathis name_list_greek_persian = cn_tamiathis @@ -1333,7 +1305,6 @@ e_byzantium = { name_list_romano_pannonian = cn_tanis #Byzantine Cultures name_list_greek = cn_tanis - name_list_aeolian = cn_tanis name_list_helleno_aramean = cn_tanis name_list_greek_gothic = cn_tanis name_list_greek_persian = cn_tanis @@ -1374,7 +1345,6 @@ e_byzantium = { name_list_romano_pannonian = cn_onuphis #Byzantine Cultures name_list_greek = cn_onouphis - name_list_aeolian = cn_onouphis name_list_helleno_aramean = cn_onouphis name_list_greek_gothic = cn_onouphis name_list_greek_persian = cn_onouphis @@ -1413,7 +1383,6 @@ e_byzantium = { name_list_romano_pannonian = cn_sebennytus #Byzantine Cultures name_list_greek = cn_sebennytos - name_list_aeolian = cn_sebennytos name_list_helleno_aramean = cn_sebennytos name_list_greek_gothic = cn_sebennytos name_list_greek_persian = cn_sebennytos @@ -1452,7 +1421,6 @@ e_byzantium = { name_list_romano_pannonian = cn_paralius #Byzantine Cultures name_list_greek = cn_paralios - name_list_aeolian = cn_paralios name_list_helleno_aramean = cn_paralios name_list_greek_gothic = cn_paralios name_list_greek_persian = cn_paralios @@ -1491,7 +1459,6 @@ e_byzantium = { name_list_romano_pannonian = cn_buto #Byzantine Cultures name_list_greek = cn_buto - name_list_aeolian = cn_buto name_list_helleno_aramean = cn_buto name_list_greek_gothic = cn_buto name_list_greek_persian = cn_buto @@ -1530,7 +1497,6 @@ e_byzantium = { name_list_romano_pannonian = cn_sais #Byzantine Cultures name_list_greek = cn_sais - name_list_aeolian = cn_sais name_list_helleno_aramean = cn_sais name_list_greek_gothic = cn_sais name_list_greek_persian = cn_sais @@ -1571,7 +1537,6 @@ e_byzantium = { name_list_romano_vandalic = cn_phelbes #Byzantine Cultures name_list_greek = cn_phelbes - name_list_aeolian = cn_phelbes name_list_helleno_aramean = cn_phelbes name_list_greek_gothic = cn_phelbes name_list_greek_persian = cn_phelbes @@ -1609,7 +1574,6 @@ e_byzantium = { name_list_romano_vandalic = cn_phelbes #Byzantine Cultures name_list_greek = cn_phelbes - name_list_aeolian = cn_phelbes name_list_helleno_aramean = cn_phelbes name_list_greek_gothic = cn_phelbes name_list_greek_persian = cn_phelbes @@ -1648,7 +1612,6 @@ e_byzantium = { name_list_romano_pannonian = cn_calliope #Byzantine Cultures name_list_greek = cn_kalliope - name_list_aeolian = cn_kalliope name_list_helleno_aramean = cn_kalliope name_list_greek_gothic = cn_kalliope name_list_greek_persian = cn_kalliope @@ -1687,7 +1650,6 @@ e_byzantium = { name_list_romano_pannonian = cn_phacusa #Byzantine Cultures name_list_greek = cn_phakousa - name_list_aeolian = cn_phakousa name_list_helleno_aramean = cn_phakousa name_list_greek_gothic = cn_phakousa name_list_greek_persian = cn_phakousa @@ -1732,7 +1694,6 @@ e_byzantium = { name_list_romano_vandalic = cn_babylon #Byzantine Cultures name_list_greek = cn_babylon - name_list_aeolian = cn_babylon name_list_helleno_aramean = cn_babylon name_list_greek_gothic = cn_babylon name_list_greek_persian = cn_babylon @@ -1769,7 +1730,6 @@ e_byzantium = { name_list_romano_vandalic = cn_babylon #Byzantine Cultures name_list_greek = cn_babylon - name_list_aeolian = cn_babylon name_list_helleno_aramean = cn_babylon name_list_greek_gothic = cn_babylon name_list_greek_persian = cn_babylon @@ -1808,7 +1768,6 @@ e_byzantium = { name_list_romano_pannonian = cn_clysma #Byzantine Cultures name_list_greek = cn_klysma - name_list_aeolian = cn_klysma name_list_helleno_aramean = cn_klysma name_list_greek_gothic = cn_klysma name_list_greek_persian = cn_klysma @@ -1847,7 +1806,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aphroditopolis #Byzantine Cultures name_list_greek = cn_aphroditopolis - name_list_aeolian = cn_aproditopolis name_list_helleno_aramean = cn_aproditopolis name_list_greek_gothic = cn_aproditopolis name_list_greek_persian = cn_aproditopolis @@ -1886,7 +1844,6 @@ e_byzantium = { name_list_romano_vandalic = cn_alphocranon #Byzantine Cultures name_list_greek = cn_alphokranon - name_list_aeolian = cn_alphokranon name_list_helleno_aramean = cn_alphokranon name_list_greek_gothic = cn_alphokranon name_list_greek_persian = cn_alphokranon @@ -1942,7 +1899,6 @@ e_byzantium = { name_list_romano_vandalic = cn_terenuthis #Byzantine Cultures name_list_greek = cn_terenouthis - name_list_aeolian = cn_terenouthis name_list_helleno_aramean = cn_terenouthis name_list_greek_gothic = cn_terenouthis name_list_greek_persian = cn_terenouthis @@ -1981,7 +1937,6 @@ e_byzantium = { name_list_romano_vandalic = cn_busiris #Byzantine Cultures name_list_greek = cn_bousiris - name_list_aeolian = cn_bousiris name_list_helleno_aramean = cn_bousiris name_list_greek_gothic = cn_bousiris name_list_greek_persian = cn_bousiris @@ -2021,7 +1976,6 @@ e_byzantium = { name_list_romano_vandalic = cn_arsinoe #Byzantine Cultures name_list_greek = cn_arsinoe - name_list_aeolian = cn_arsinoe name_list_helleno_aramean = cn_arsinoe name_list_greek_gothic = cn_arsinoe name_list_greek_persian = cn_arsinoe @@ -2058,7 +2012,6 @@ e_byzantium = { name_list_romano_vandalic = cn_arsinoe #Byzantine Cultures name_list_greek = cn_arsinoe - name_list_aeolian = cn_arsinoe name_list_helleno_aramean = cn_arsinoe name_list_greek_gothic = cn_arsinoe name_list_greek_persian = cn_arsinoe @@ -2097,7 +2050,6 @@ e_byzantium = { name_list_romano_vandalic = cn_phylace #Byzantine Cultures name_list_greek = cn_phylake - name_list_aeolian = cn_phylake name_list_helleno_aramean = cn_phylake name_list_greek_gothic = cn_phylake name_list_greek_persian = cn_phylake @@ -2147,7 +2099,6 @@ e_byzantium = { name_list_romano_vandalic = cn_syene #Byzantine Cultures name_list_greek = cn_syene - name_list_aeolian = cn_syene name_list_helleno_aramean = cn_syene name_list_greek_gothic = cn_syene name_list_greek_persian = cn_syene @@ -2184,7 +2135,6 @@ e_byzantium = { name_list_romano_vandalic = cn_syene #Byzantine Cultures name_list_greek = cn_syene - name_list_aeolian = cn_syene name_list_helleno_aramean = cn_syene name_list_greek_gothic = cn_syene name_list_greek_persian = cn_syene @@ -2223,7 +2173,6 @@ e_byzantium = { name_list_romano_vandalic = cn_apollonopolis_magna #Byzantine Cultures name_list_greek = cn_apollonopolis_megale - name_list_aeolian = cn_apollonopolis_megale name_list_helleno_aramean = cn_apollonopolis_megale name_list_greek_gothic = cn_apollonopolis_megale name_list_greek_persian = cn_apollonopolis_megale @@ -2291,7 +2240,6 @@ e_byzantium = { name_list_romano_vandalic = cn_diocletianopolis #Byzantine Cultures name_list_greek = cn_diokletianopolis - name_list_aeolian = cn_diokletianopolis name_list_helleno_aramean = cn_diokletianopolis name_list_greek_gothic = cn_diokletianopolis name_list_greek_persian = cn_diokletianopolis @@ -2328,7 +2276,6 @@ e_byzantium = { name_list_romano_vandalic = cn_diocletianopolis #Byzantine Cultures name_list_greek = cn_diokletianopolis - name_list_aeolian = cn_diokletianopolis name_list_helleno_aramean = cn_diokletianopolis name_list_greek_gothic = cn_diokletianopolis name_list_greek_persian = cn_diokletianopolis @@ -2377,7 +2324,6 @@ e_byzantium = { name_list_romano_vandalic = cn_caenepolis #Byzantine Cultures name_list_greek = cn_kainepolis - name_list_aeolian = cn_kainepolis name_list_helleno_aramean = cn_kainepolis name_list_greek_gothic = cn_kainepolis name_list_greek_persian = cn_kainepolis @@ -2416,7 +2362,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hermonthis #Byzantine Cultures name_list_greek = cn_hermonthis - name_list_aeolian = cn_hermonthis name_list_helleno_aramean = cn_hermonthis name_list_greek_gothic = cn_hermonthis name_list_greek_persian = cn_hermonthis @@ -2457,7 +2402,6 @@ e_byzantium = { name_list_romano_vandalic = cn_oxyrhynchus #Byzantine Cultures name_list_greek = cn_oxyrrhynchos - name_list_aeolian = cn_oxyrrhynchos name_list_helleno_aramean = cn_oxyrrhynchos name_list_greek_gothic = cn_oxyrrhynchos name_list_greek_persian = cn_oxyrrhynchos @@ -2495,7 +2439,6 @@ e_byzantium = { name_list_romano_vandalic = cn_oxyrhynchus #Byzantine Cultures name_list_greek = cn_oxyrrhynchos - name_list_aeolian = cn_oxyrrhynchos name_list_helleno_aramean = cn_oxyrrhynchos name_list_greek_gothic = cn_oxyrrhynchos name_list_greek_persian = cn_oxyrrhynchos @@ -2534,7 +2477,6 @@ e_byzantium = { name_list_romano_vandalic = cn_herakleopolis_magna #Byzantine Cultures name_list_greek = cn_herakleopolis_megale - name_list_aeolian = cn_herakleopolis_megale name_list_helleno_aramean = cn_herakleopolis_megale name_list_greek_gothic = cn_herakleopolis_megale name_list_greek_persian = cn_herakleopolis_megale @@ -2573,7 +2515,6 @@ e_byzantium = { name_list_romano_vandalic = cn_theadelphia #Byzantine Cultures name_list_greek = cn_theadelpheia - name_list_aeolian = cn_theadelpheia name_list_helleno_aramean = cn_theadelpheia name_list_greek_gothic = cn_theadelpheia name_list_greek_persian = cn_theadelpheia @@ -2614,7 +2555,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hermopolis_magna #Byzantine Cultures name_list_greek = cn_hermoupolis_megale - name_list_aeolian = cn_hermoupolis_megale name_list_helleno_aramean = cn_hermoupolis_megale name_list_greek_gothic = cn_hermoupolis_megale name_list_greek_persian = cn_hermoupolis_megale @@ -2652,7 +2592,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hermopolis_magna #Byzantine Cultures name_list_greek = cn_hermoupolis_megale - name_list_aeolian = cn_hermoupolis_megale name_list_helleno_aramean = cn_hermoupolis_megale name_list_greek_gothic = cn_hermoupolis_megale name_list_greek_persian = cn_hermoupolis_megale @@ -2691,7 +2630,6 @@ e_byzantium = { name_list_romano_pannonian = cn_antinoopolis #Byzantine Cultures name_list_greek = cn_antinoopolis - name_list_aeolian = cn_antinoopolis name_list_helleno_aramean = cn_antinoopolis name_list_greek_gothic = cn_antinoopolis name_list_greek_persian = cn_antinoopolis @@ -2730,7 +2668,6 @@ e_byzantium = { name_list_romano_vandalic = cn_manbalot #Byzantine Cultures name_list_greek = cn_manbalot - name_list_aeolian = cn_manbalot name_list_helleno_aramean = cn_manbalot name_list_greek_gothic = cn_manbalot name_list_greek_persian = cn_manbalot @@ -2770,7 +2707,6 @@ e_byzantium = { name_list_romano_vandalic = cn_lycopolis #Byzantine Cultures name_list_greek = cn_lykopolis - name_list_aeolian = cn_lykopolis name_list_helleno_aramean = cn_lykopolis name_list_greek_gothic = cn_lykopolis name_list_greek_persian = cn_lykopolis @@ -2807,7 +2743,6 @@ e_byzantium = { name_list_romano_vandalic = cn_lycopolis #Byzantine Cultures name_list_greek = cn_lykopolis - name_list_aeolian = cn_lykopolis name_list_helleno_aramean = cn_lykopolis name_list_greek_gothic = cn_lykopolis name_list_greek_persian = cn_lykopolis @@ -2851,7 +2786,6 @@ e_byzantium = { name_list_romano_vandalic = cn_panopolis #Byzantine Cultures name_list_greek = cn_panopolis - name_list_aeolian = cn_panopolis name_list_helleno_aramean = cn_panopolis name_list_greek_gothic = cn_panopolis name_list_greek_persian = cn_panopolis @@ -2890,7 +2824,6 @@ e_byzantium = { name_list_romano_vandalic = cn_this #Byzantine Cultures name_list_greek = cn_this - name_list_aeolian = cn_this name_list_helleno_aramean = cn_this name_list_greek_gothic = cn_this name_list_greek_persian = cn_this @@ -2936,7 +2869,6 @@ e_byzantium = { name_list_romano_vandalic = cn_oasis_parva #Byzantine Cultures name_list_greek = cn_oasis_mikra - name_list_aeolian = cn_oasis_mikra name_list_helleno_aramean = cn_oasis_mikra name_list_greek_gothic = cn_oasis_mikra name_list_greek_persian = cn_oasis_mikra @@ -2974,7 +2906,6 @@ e_byzantium = { name_list_romano_vandalic = cn_oasis_parva #Byzantine Cultures name_list_greek = cn_oasis_mikra - name_list_aeolian = cn_oasis_mikra name_list_helleno_aramean = cn_oasis_mikra name_list_greek_gothic = cn_oasis_mikra name_list_greek_persian = cn_oasis_mikra @@ -3044,7 +2975,6 @@ e_byzantium = { name_list_romano_vandalic = cn_mothis #Byzantine Cultures name_list_greek = cn_mothis - name_list_aeolian = cn_mothis name_list_helleno_aramean = cn_mothis name_list_greek_gothic = cn_mothis name_list_greek_persian = cn_mothis @@ -3083,7 +3013,6 @@ e_byzantium = { name_list_romano_vandalic = cn_thenete #Byzantine Cultures name_list_greek = cn_thenete - name_list_aeolian = cn_thenete name_list_helleno_aramean = cn_thenete name_list_greek_gothic = cn_thenete name_list_greek_persian = cn_thenete @@ -3129,7 +3058,6 @@ e_byzantium = { name_list_romano_vandalic = cn_oasis_magna #Byzantine Cultures name_list_greek = cn_oasis_megale - name_list_aeolian = cn_oasis_megale name_list_helleno_aramean = cn_oasis_megale name_list_greek_gothic = cn_oasis_megale name_list_greek_persian = cn_oasis_megale @@ -3167,7 +3095,6 @@ e_byzantium = { name_list_romano_vandalic = cn_oasis_magna #Byzantine Cultures name_list_greek = cn_oasis_megale - name_list_aeolian = cn_oasis_megale name_list_helleno_aramean = cn_oasis_megale name_list_greek_gothic = cn_oasis_megale name_list_greek_persian = cn_oasis_megale @@ -3218,7 +3145,6 @@ e_byzantium = { name_list_romano_pannonian = cn_myos_hormos #Byzantine Cultures name_list_greek = cn_myos_hormos - name_list_aeolian = cn_myos_hormos name_list_helleno_aramean = cn_myos_hormos name_list_greek_gothic = cn_myos_hormos name_list_greek_persian = cn_myos_hormos @@ -3256,7 +3182,6 @@ e_byzantium = { name_list_romano_pannonian = cn_myos_hormos #Byzantine Cultures name_list_greek = cn_myos_hormos - name_list_aeolian = cn_myos_hormos name_list_helleno_aramean = cn_myos_hormos name_list_greek_gothic = cn_myos_hormos name_list_greek_persian = cn_myos_hormos @@ -3295,7 +3220,6 @@ e_byzantium = { name_list_romano_pannonian = cn_philotera #Byzantine Cultures name_list_greek = cn_philotera - name_list_aeolian = cn_philotera name_list_helleno_aramean = cn_philotera name_list_greek_gothic = cn_philotera name_list_greek_persian = cn_philotera @@ -3353,7 +3277,6 @@ e_byzantium = { name_list_romano_vandalic = cn_coptus #Byzantine Cultures name_list_greek = cn_koptos - name_list_aeolian = cn_koptos name_list_helleno_aramean = cn_koptos name_list_greek_gothic = cn_koptos name_list_greek_persian = cn_koptos @@ -3408,7 +3331,6 @@ e_byzantium = { name_list_romano_vandalic = cn_raithu #Byzantine Cultures name_list_greek = cn_raithou - name_list_aeolian = cn_raithou name_list_helleno_aramean = cn_raithou name_list_greek_gothic = cn_raithou name_list_greek_persian = cn_raithou @@ -3452,7 +3374,6 @@ e_byzantium = { name_list_romano_vandalic = cn_paran #Byzantine Cultures name_list_greek = cn_paran - name_list_aeolian = cn_paran name_list_helleno_aramean = cn_paran name_list_greek_gothic = cn_paran name_list_greek_persian = cn_paran @@ -3519,7 +3440,6 @@ e_byzantium = { name_list_eastern_berber = cn_al_karak #Byzantine Cultures name_list_greek = cn_harreketh - name_list_aeolian = cn_harreketh name_list_helleno_aramean = cn_harreketh name_list_greek_gothic = cn_harreketh name_list_greek_persian = cn_harreketh @@ -3571,7 +3491,6 @@ e_byzantium = { name_list_eastern_berber = cn_al_karak #Byzantine Cultures name_list_greek = cn_harreketh - name_list_aeolian = cn_harreketh name_list_helleno_aramean = cn_harreketh name_list_greek_gothic = cn_harreketh name_list_greek_persian = cn_harreketh @@ -3636,7 +3555,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sartha #Byzantine Cultures name_list_greek = cn_sartha - name_list_aeolian = cn_sartha name_list_helleno_aramean = cn_sartha name_list_greek_gothic = cn_sartha name_list_greek_persian = cn_sartha @@ -3687,7 +3605,6 @@ e_byzantium = { name_list_romano_vandalic = cn_arindela #Byzantine Cultures name_list_greek = cn_arindela - name_list_aeolian = cn_arindela name_list_helleno_aramean = cn_arindela name_list_greek_gothic = cn_arindela name_list_greek_persian = cn_arindela @@ -3724,7 +3641,6 @@ e_byzantium = { name_list_romano_vandalic = cn_haila #Byzantine Cultures name_list_greek = cn_aila - name_list_aeolian = cn_aila name_list_helleno_aramean = cn_aila name_list_greek_gothic = cn_aila name_list_greek_persian = cn_aila @@ -3762,7 +3678,6 @@ e_byzantium = { name_list_romano_vandalic = cn_pelusium #Byzantine Cultures name_list_greek = cn_pelousion - name_list_aeolian = cn_pelousion name_list_helleno_aramean = cn_pelousion name_list_greek_gothic = cn_pelousion name_list_greek_persian = cn_pelousion @@ -3804,7 +3719,6 @@ e_byzantium = { name_list_romano_vandalic = cn_pelusium #Byzantine Cultures name_list_greek = cn_pelousion - name_list_aeolian = cn_pelousion name_list_helleno_aramean = cn_pelousion name_list_greek_gothic = cn_pelousion name_list_greek_persian = cn_pelousion @@ -3848,7 +3762,6 @@ e_byzantium = { name_list_romano_pannonian = cn_ostracena #Byzantine Cultures name_list_greek = cn_ostrakine - name_list_aeolian = cn_ostrakine name_list_helleno_aramean = cn_ostrakine name_list_greek_gothic = cn_ostrakine name_list_greek_persian = cn_ostrakine @@ -3887,7 +3800,6 @@ e_byzantium = { name_list_romano_pannonian = cn_rhinocorura #Byzantine Cultures name_list_greek = cn_rhinokouroura - name_list_aeolian = cn_rhinokouroura name_list_helleno_aramean = cn_rhinokouroura name_list_greek_gothic = cn_rhinokouroura name_list_greek_persian = cn_rhinokouroura @@ -3932,7 +3844,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hierosolyma #Byzantine Cultures name_list_greek = cn_hierosolyma - name_list_aeolian = cn_hierosolyma name_list_helleno_aramean = cn_hierosolyma name_list_greek_gothic = cn_hierosolyma name_list_greek_persian = cn_hierosolyma @@ -3974,7 +3885,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hierosolyma #Byzantine Cultures name_list_greek = cn_hierosolyma - name_list_aeolian = cn_hierosolyma name_list_helleno_aramean = cn_hierosolyma name_list_greek_gothic = cn_hierosolyma name_list_greek_persian = cn_hierosolyma @@ -4023,7 +3933,6 @@ e_byzantium = { name_list_romano_vandalic = cn_neapolis #Byzantine Cultures name_list_greek = cn_neapolis - name_list_aeolian = cn_neapolis name_list_helleno_aramean = cn_neapolis name_list_greek_gothic = cn_neapolis name_list_greek_persian = cn_neapolis @@ -4072,7 +3981,6 @@ e_byzantium = { name_list_romano_vandalic = cn_gaza #Byzantine Cultures name_list_greek = cn_gaza - name_list_aeolian = cn_gaza name_list_helleno_aramean = cn_gaza name_list_greek_gothic = cn_gaza name_list_greek_persian = cn_gaza @@ -4115,7 +4023,6 @@ e_byzantium = { name_list_romano_vandalic = cn_gaza #Byzantine Cultures name_list_greek = cn_gaza - name_list_aeolian = cn_gaza name_list_helleno_aramean = cn_gaza name_list_greek_gothic = cn_gaza name_list_greek_persian = cn_gaza @@ -4164,7 +4071,6 @@ e_byzantium = { name_list_eastern_berber = cn_asqalan #Byzantine Cultures name_list_greek = cn_askalon - name_list_aeolian = cn_askalon name_list_helleno_aramean = cn_askalon name_list_greek_gothic = cn_askalon name_list_greek_persian = cn_askalon @@ -4209,7 +4115,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ioppa #Byzantine Cultures name_list_greek = cn_ioppe - name_list_aeolian = cn_ioppe name_list_helleno_aramean = cn_ioppe name_list_greek_gothic = cn_ioppe name_list_greek_persian = cn_ioppe @@ -4246,7 +4151,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ioppa #Byzantine Cultures name_list_greek = cn_ioppe - name_list_aeolian = cn_ioppe name_list_helleno_aramean = cn_ioppe name_list_greek_gothic = cn_ioppe name_list_greek_persian = cn_ioppe @@ -4291,7 +4195,6 @@ e_byzantium = { name_list_romano_vandalic = cn_arabella #Byzantine Cultures name_list_greek = cn_arabella - name_list_aeolian = cn_arabella name_list_helleno_aramean = cn_arabella name_list_greek_gothic = cn_arabella name_list_greek_persian = cn_arabella @@ -4326,7 +4229,6 @@ e_byzantium = { name_list_romano_vandalic = cn_arabella #Byzantine Cultures name_list_greek = cn_arabella - name_list_aeolian = cn_arabella name_list_helleno_aramean = cn_arabella name_list_greek_gothic = cn_arabella name_list_greek_persian = cn_arabella @@ -4363,7 +4265,6 @@ e_byzantium = { name_list_romano_vandalic = cn_gerasa #Byzantine Cultures name_list_greek = cn_gerasa - name_list_aeolian = cn_gerasa name_list_helleno_aramean = cn_gerasa name_list_greek_gothic = cn_gerasa name_list_greek_persian = cn_gerasa @@ -4415,7 +4316,6 @@ e_byzantium = { name_list_romano_vandalic = cn_paneas #Byzantine Cultures name_list_greek = cn_paneas - name_list_aeolian = cn_paneas name_list_helleno_aramean = cn_paneas name_list_greek_gothic = cn_paneas name_list_greek_persian = cn_paneas @@ -4460,7 +4360,6 @@ e_byzantium = { name_list_romano_pannonian = cn_auranitis #Byzantine Cultures name_list_greek = cn_auranitis - name_list_aeolian = cn_auranitis name_list_helleno_aramean = cn_auranitis name_list_greek_gothic = cn_auranitis name_list_greek_persian = cn_auranitis @@ -4496,7 +4395,6 @@ e_byzantium = { name_list_romano_vandalic = cn_bostra #Byzantine Cultures name_list_greek = cn_bostra - name_list_aeolian = cn_bostra name_list_helleno_aramean = cn_bostra name_list_greek_gothic = cn_bostra name_list_greek_persian = cn_bostra @@ -4533,7 +4431,6 @@ e_byzantium = { name_list_romano_vandalic = cn_tricomia #Byzantine Cultures name_list_greek = cn_trikomia - name_list_aeolian = cn_trikomia name_list_helleno_aramean = cn_trikomia name_list_greek_gothic = cn_trikomia name_list_greek_persian = cn_trikomia @@ -4570,7 +4467,6 @@ e_byzantium = { name_list_romano_vandalic = cn_dionysias #Byzantine Cultures name_list_greek = cn_dionysias - name_list_aeolian = cn_dionysias name_list_helleno_aramean = cn_dionysias name_list_greek_gothic = cn_dionysias name_list_greek_persian = cn_dionysias @@ -4611,7 +4507,6 @@ e_byzantium = { name_list_romano_vandalic = cn_philadelphia #Byzantine Cultures name_list_greek = cn_philadelpheia - name_list_aeolian = cn_philadelpheia name_list_helleno_aramean = cn_philadelpheia name_list_greek_gothic = cn_philadelpheia name_list_greek_persian = cn_philadelpheia @@ -4650,7 +4545,6 @@ e_byzantium = { name_list_romano_vandalic = cn_gadda #Byzantine Cultures name_list_greek = cn_gadda - name_list_aeolian = cn_gadda name_list_helleno_aramean = cn_gadda name_list_greek_gothic = cn_gadda name_list_greek_persian = cn_gadda @@ -4687,7 +4581,6 @@ e_byzantium = { name_list_romano_vandalic = cn_basie #Byzantine Cultures name_list_greek = cn_basie - name_list_aeolian = cn_basie name_list_helleno_aramean = cn_basie name_list_greek_gothic = cn_basie name_list_greek_persian = cn_basie @@ -4738,7 +4631,6 @@ e_byzantium = { name_list_romano_vandalic = cn_arnon #Byzantine Cultures name_list_greek = cn_arnon - name_list_aeolian = cn_arnon name_list_helleno_aramean = cn_arnon name_list_greek_gothic = cn_arnon name_list_greek_persian = cn_arnon @@ -4781,7 +4673,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ptolemais #Byzantine Cultures name_list_greek = cn_ptolemais - name_list_aeolian = cn_ptolemais name_list_helleno_aramean = cn_ptolemais name_list_greek_gothic = cn_ptolemais name_list_greek_persian = cn_ptolemais @@ -4818,7 +4709,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ptolemais #Byzantine Cultures name_list_greek = cn_ptolemais - name_list_aeolian = cn_ptolemais name_list_helleno_aramean = cn_ptolemais name_list_greek_gothic = cn_ptolemais name_list_greek_persian = cn_ptolemais @@ -4866,7 +4756,6 @@ e_byzantium = { name_list_romano_vandalic = cn_berytus #Byzantine Cultures name_list_greek = cn_berytos - name_list_aeolian = cn_berytos name_list_helleno_aramean = cn_berytos name_list_greek_gothic = cn_berytos name_list_greek_persian = cn_berytos @@ -4904,7 +4793,6 @@ e_byzantium = { name_list_romano_vandalic = cn_berytus #Byzantine Cultures name_list_greek = cn_berytos - name_list_aeolian = cn_berytos name_list_helleno_aramean = cn_berytos name_list_greek_gothic = cn_berytos name_list_greek_persian = cn_berytos @@ -4954,7 +4842,6 @@ e_byzantium = { name_list_romano_vandalic = cn_tripolis #Byzantine Cultures name_list_greek = cn_tripolis - name_list_aeolian = cn_tripolis name_list_helleno_aramean = cn_tripolis name_list_greek_gothic = cn_tripolis name_list_greek_persian = cn_tripolis @@ -4993,7 +4880,6 @@ e_byzantium = { name_list_romano_pannonian = cn_antaradus #Byzantine Cultures name_list_greek = cn_antarados - name_list_aeolian = cn_antarados name_list_helleno_aramean = cn_antarados name_list_greek_gothic = cn_antarados name_list_greek_persian = cn_antarados @@ -5036,7 +4922,6 @@ e_byzantium = { name_list_romano_vandalic = cn_emesus #Byzantine Cultures name_list_greek = cn_emesa - name_list_aeolian = cn_emesa name_list_helleno_aramean = cn_emesa name_list_greek_gothic = cn_emesa name_list_greek_persian = cn_emesa @@ -5074,7 +4959,6 @@ e_byzantium = { name_list_romano_vandalic = cn_emesus #Byzantine Cultures name_list_greek = cn_emesa - name_list_aeolian = cn_emesa name_list_helleno_aramean = cn_emesa name_list_greek_gothic = cn_emesa name_list_greek_persian = cn_emesa @@ -5114,7 +4998,6 @@ e_byzantium = { name_list_romano_vandalic = cn_raphanea #Byzantine Cultures name_list_greek = cn_raphaneia - name_list_aeolian = cn_raphaneia name_list_helleno_aramean = cn_raphaneia name_list_greek_gothic = cn_raphaneia name_list_greek_persian = cn_raphaneia @@ -5154,7 +5037,6 @@ e_byzantium = { name_list_romano_vandalic = cn_triparadisus #Byzantine Cultures name_list_greek = cn_triparadeisos - name_list_aeolian = cn_triparadeisos name_list_helleno_aramean = cn_triparadeisos name_list_greek_gothic = cn_triparadeisos name_list_greek_persian = cn_triparadeisos @@ -5210,7 +5092,6 @@ e_byzantium = { name_list_romano_vandalic = cn_neve #Byzantine Cultures name_list_greek = cn_noe - name_list_aeolian = cn_noe name_list_helleno_aramean = cn_noe name_list_greek_gothic = cn_noe name_list_greek_persian = cn_noe @@ -5247,7 +5128,6 @@ e_byzantium = { name_list_romano_vandalic = cn_adraa #Byzantine Cultures name_list_greek = cn_adraa - name_list_aeolian = cn_adraa name_list_helleno_aramean = cn_adraa name_list_greek_gothic = cn_adraa name_list_greek_persian = cn_adraa @@ -5287,7 +5167,6 @@ e_byzantium = { name_list_romano_pannonian = cn_zoraa #Byzantine Cultures name_list_greek = cn_zoraa - name_list_aeolian = cn_zoraa name_list_helleno_aramean = cn_zoraa name_list_greek_gothic = cn_zoraa name_list_greek_persian = cn_zoraa @@ -5344,7 +5223,6 @@ e_byzantium = { name_list_romano_vandalic = cn_heliopolis #Byzantine Cultures name_list_greek = cn_helioupolis - name_list_aeolian = cn_helioupolis name_list_helleno_aramean = cn_helioupolis name_list_greek_gothic = cn_helioupolis name_list_greek_persian = cn_helioupolis @@ -5379,7 +5257,6 @@ e_byzantium = { name_list_romano_vandalic = cn_heliopolis #Byzantine Cultures name_list_greek = cn_helioupolis - name_list_aeolian = cn_helioupolis name_list_helleno_aramean = cn_helioupolis name_list_greek_gothic = cn_helioupolis name_list_greek_persian = cn_helioupolis @@ -5416,7 +5293,6 @@ e_byzantium = { name_list_romano_vandalic = cn_zabadoni #Byzantine Cultures name_list_greek = cn_zabadoni - name_list_aeolian = cn_zabadoni name_list_helleno_aramean = cn_zabadoni name_list_greek_gothic = cn_zabadoni name_list_greek_persian = cn_zabadoni @@ -5456,7 +5332,6 @@ e_byzantium = { name_list_romano_vandalic = cn_gerra #Byzantine Cultures name_list_greek = cn_gerra - name_list_aeolian = cn_gerra name_list_helleno_aramean = cn_gerra name_list_greek_gothic = cn_gerra name_list_greek_persian = cn_gerra @@ -5495,7 +5370,6 @@ e_byzantium = { name_list_romano_vandalic = cn_nazala #Byzantine Cultures name_list_greek = cn_nazala - name_list_aeolian = cn_nazala name_list_helleno_aramean = cn_nazala name_list_greek_gothic = cn_nazala name_list_greek_persian = cn_nazala @@ -5534,7 +5408,6 @@ e_byzantium = { name_list_romano_vandalic = cn_nazala #Byzantine Cultures name_list_greek = cn_nazala - name_list_aeolian = cn_nazala name_list_helleno_aramean = cn_nazala name_list_greek_gothic = cn_nazala name_list_greek_persian = cn_nazala @@ -5587,7 +5460,6 @@ e_byzantium = { name_list_romano_vandalic = cn_palmyra #Byzantine Cultures name_list_greek = cn_palmyra - name_list_aeolian = cn_palmyra name_list_helleno_aramean = cn_palmyra name_list_greek_gothic = cn_palmyra name_list_greek_persian = cn_palmyra @@ -5624,7 +5496,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aracha #Byzantine Cultures name_list_greek = cn_aracha - name_list_aeolian = cn_aracha name_list_helleno_aramean = cn_aracha name_list_greek_gothic = cn_aracha name_list_greek_persian = cn_aracha @@ -5717,7 +5588,6 @@ e_byzantium = { name_list_romano_vandalic = cn_seleucia_pieria #Byzantine Cultures name_list_greek = cn_seleukeia_pieria - name_list_aeolian = cn_seleukeia_pieria name_list_helleno_aramean = cn_seleukeia_pieria name_list_greek_gothic = cn_seleukeia_pieria name_list_greek_persian = cn_seleukeia_pieria @@ -5754,7 +5624,6 @@ e_byzantium = { name_list_romano_vandalic = cn_laodicea #Byzantine Cultures name_list_greek = cn_laodikeia - name_list_aeolian = cn_laodikeia name_list_helleno_aramean = cn_laodikeia name_list_greek_gothic = cn_laodikeia name_list_greek_persian = cn_laodikeia @@ -5794,7 +5663,6 @@ e_byzantium = { name_list_romano_vandalic = cn_gabala #Byzantine Cultures name_list_greek = cn_ibella - name_list_aeolian = cn_ibella name_list_helleno_aramean = cn_ibella name_list_greek_gothic = cn_ibella name_list_greek_persian = cn_ibella @@ -5832,7 +5700,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sezer #Byzantine Cultures name_list_greek = cn_sezer - name_list_aeolian = cn_sezer name_list_helleno_aramean = cn_sezer name_list_greek_gothic = cn_sezer name_list_greek_persian = cn_sezer @@ -5867,7 +5734,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sezer #Byzantine Cultures name_list_greek = cn_sezer - name_list_aeolian = cn_sezer name_list_helleno_aramean = cn_sezer name_list_greek_gothic = cn_sezer name_list_greek_persian = cn_sezer @@ -5904,7 +5770,6 @@ e_byzantium = { name_list_romano_vandalic = cn_marsyas #Byzantine Cultures name_list_greek = cn_marsyas - name_list_aeolian = cn_marsyas name_list_helleno_aramean = cn_marsyas name_list_greek_gothic = cn_marsyas name_list_greek_persian = cn_marsyas @@ -5950,7 +5815,6 @@ e_byzantium = { name_list_romano_vandalic = cn_imma #Byzantine Cultures name_list_greek = cn_imma - name_list_aeolian = cn_imma name_list_helleno_aramean = cn_imma name_list_greek_gothic = cn_imma name_list_greek_persian = cn_imma @@ -5993,7 +5857,6 @@ e_byzantium = { name_list_romano_vandalic = cn_beroea #Byzantine Cultures name_list_greek = cn_beroia - name_list_aeolian = cn_beroia name_list_helleno_aramean = cn_beroia name_list_greek_gothic = cn_beroia name_list_greek_persian = cn_beroia @@ -6032,7 +5895,6 @@ e_byzantium = { name_list_romano_vandalic = cn_beroea #Byzantine Cultures name_list_greek = cn_beroia - name_list_aeolian = cn_beroia name_list_helleno_aramean = cn_beroia name_list_greek_gothic = cn_beroia name_list_greek_persian = cn_beroia @@ -6072,7 +5934,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ufrenus #Byzantine Cultures name_list_greek = cn_oinoparas - name_list_aeolian = cn_oinoparas name_list_helleno_aramean = cn_oinoparas name_list_greek_gothic = cn_oinoparas name_list_greek_persian = cn_oinoparas @@ -6109,7 +5970,6 @@ e_byzantium = { name_list_romano_vandalic = cn_azazium #Byzantine Cultures name_list_greek = cn_azazion - name_list_aeolian = cn_azazion name_list_helleno_aramean = cn_azazion name_list_greek_gothic = cn_azazion name_list_greek_persian = cn_azazion @@ -6146,7 +6006,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hierapolis #Byzantine Cultures name_list_greek = cn_hierapolis - name_list_aeolian = cn_hierapolis name_list_helleno_aramean = cn_hierapolis name_list_greek_gothic = cn_hierapolis name_list_greek_persian = cn_hierapolis @@ -6186,7 +6045,6 @@ e_byzantium = { name_list_romano_vandalic = cn_beselatha #Byzantine Cultures name_list_greek = cn_beselatha - name_list_aeolian = cn_beselatha name_list_helleno_aramean = cn_beselatha name_list_greek_gothic = cn_beselatha name_list_greek_persian = cn_beselatha @@ -6229,7 +6087,6 @@ e_byzantium = { name_list_romano_vandalic = cn_emath #Byzantine Cultures name_list_greek = cn_emathous - name_list_aeolian = cn_emathous name_list_helleno_aramean = cn_emathous name_list_greek_gothic = cn_emathous name_list_greek_persian = cn_emathous @@ -6269,7 +6126,6 @@ e_byzantium = { name_list_romano_vandalic = cn_emath #Byzantine Cultures name_list_greek = cn_emathous - name_list_aeolian = cn_emathous name_list_helleno_aramean = cn_emathous name_list_greek_gothic = cn_emathous name_list_greek_persian = cn_emathous @@ -6311,7 +6167,6 @@ e_byzantium = { name_list_romano_vandalic = cn_salamias #Byzantine Cultures name_list_greek = cn_salamias - name_list_aeolian = cn_salamias name_list_helleno_aramean = cn_salamias name_list_greek_gothic = cn_salamias name_list_greek_persian = cn_salamias @@ -6355,7 +6210,6 @@ e_byzantium = { name_list_romano_vandalic = cn_adada #Byzantine Cultures name_list_greek = cn_adada - name_list_aeolian = cn_adada name_list_helleno_aramean = cn_adada name_list_greek_gothic = cn_adada name_list_greek_persian = cn_adada @@ -6394,7 +6248,6 @@ e_byzantium = { name_list_romano_vandalic = cn_adada #Byzantine Cultures name_list_greek = cn_adada - name_list_aeolian = cn_adada name_list_helleno_aramean = cn_adada name_list_greek_gothic = cn_adada name_list_greek_persian = cn_adada @@ -6434,7 +6287,6 @@ e_byzantium = { name_list_romano_vandalic = cn_azdra #Byzantine Cultures name_list_greek = cn_azdra - name_list_aeolian = cn_azdra name_list_helleno_aramean = cn_azdra name_list_greek_gothic = cn_azdra name_list_greek_persian = cn_azdra @@ -6481,7 +6333,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sura #Byzantine Cultures name_list_greek = cn_soura - name_list_aeolian = cn_soura name_list_helleno_aramean = cn_soura name_list_greek_gothic = cn_soura name_list_greek_persian = cn_soura @@ -6517,7 +6368,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sura #Byzantine Cultures name_list_greek = cn_soura - name_list_aeolian = cn_soura name_list_helleno_aramean = cn_soura name_list_greek_gothic = cn_soura name_list_greek_persian = cn_soura @@ -6554,7 +6404,6 @@ e_byzantium = { name_list_romano_vandalic = cn_anasartha #Byzantine Cultures name_list_greek = cn_anasartha - name_list_aeolian = cn_anasartha name_list_helleno_aramean = cn_anasartha name_list_greek_gothic = cn_anasartha name_list_greek_persian = cn_anasartha @@ -6593,7 +6442,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sergiopolis #Byzantine Cultures name_list_greek = cn_sergiopolis - name_list_aeolian = cn_sergiopolis name_list_helleno_aramean = cn_sergiopolis name_list_greek_gothic = cn_sergiopolis name_list_greek_persian = cn_sergiopolis @@ -6629,7 +6477,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sergiopolis #Byzantine Cultures name_list_greek = cn_sergiopolis - name_list_aeolian = cn_sergiopolis name_list_helleno_aramean = cn_sergiopolis name_list_greek_gothic = cn_sergiopolis name_list_greek_persian = cn_sergiopolis @@ -6662,7 +6509,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kypros - name_list_aeolian = cn_kypros name_list_helleno_aramean = cn_kypros name_list_greek_gothic = cn_kypros name_list_greek_persian = cn_kypros @@ -6727,7 +6573,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kyrenia - name_list_aeolian = cn_kyrenia name_list_helleno_aramean = cn_kyrenia name_list_greek_gothic = cn_kyrenia name_list_greek_persian = cn_kyrenia @@ -6797,7 +6642,6 @@ e_byzantium = { name_list_romano_vandalic = cn_birtha #Byzantine Cultures name_list_greek = cn_birtha - name_list_aeolian = cn_birtha name_list_helleno_aramean = cn_birtha name_list_greek_gothic = cn_birtha name_list_greek_persian = cn_birtha @@ -6839,7 +6683,6 @@ e_byzantium = { name_list_romano_vandalic = cn_callinicum #Byzantine Cultures name_list_greek = cn_kallinikos - name_list_aeolian = cn_kallinikos name_list_helleno_aramean = cn_kallinikos name_list_greek_gothic = cn_kallinikos name_list_greek_persian = cn_kallinikos @@ -6875,7 +6718,6 @@ e_byzantium = { name_list_romano_vandalic = cn_callinicum #Byzantine Cultures name_list_greek = cn_kallinikos - name_list_aeolian = cn_kallinikos name_list_helleno_aramean = cn_kallinikos name_list_greek_gothic = cn_kallinikos name_list_greek_persian = cn_kallinikos @@ -6919,7 +6761,6 @@ e_byzantium = { name_list_romano_vandalic = cn_carrhae #Byzantine Cultures name_list_greek = cn_karrhai - name_list_aeolian = cn_karrhai name_list_helleno_aramean = cn_karrhai name_list_greek_gothic = cn_karrhai name_list_greek_persian = cn_karrhai @@ -6958,7 +6799,6 @@ e_byzantium = { name_list_romano_vandalic = cn_carrhae #Byzantine Cultures name_list_greek = cn_karrhai - name_list_aeolian = cn_karrhai name_list_helleno_aramean = cn_karrhai name_list_greek_gothic = cn_karrhai name_list_greek_persian = cn_karrhai @@ -6998,7 +6838,6 @@ e_byzantium = { name_list_romano_pannonian = cn_batnae #Byzantine Cultures name_list_greek = cn_batnai - name_list_aeolian = cn_batnai name_list_helleno_aramean = cn_batnai name_list_greek_gothic = cn_batnai name_list_greek_persian = cn_batnai @@ -7045,7 +6884,6 @@ e_byzantium = { name_list_romano_vandalic = cn_dausara #Byzantine Cultures name_list_greek = cn_dausara - name_list_aeolian = cn_dausara name_list_helleno_aramean = cn_dausara name_list_greek_gothic = cn_dausara name_list_greek_persian = cn_dausara @@ -7081,7 +6919,6 @@ e_byzantium = { name_list_romano_vandalic = cn_dausara #Byzantine Cultures name_list_greek = cn_dausara - name_list_aeolian = cn_dausara name_list_helleno_aramean = cn_dausara name_list_greek_gothic = cn_dausara name_list_greek_persian = cn_dausara @@ -7118,7 +6955,6 @@ e_byzantium = { name_list_romano_pannonian = cn_bersiba #Byzantine Cultures name_list_greek = cn_bersiba - name_list_aeolian = cn_bersiba name_list_helleno_aramean = cn_bersiba name_list_greek_gothic = cn_bersiba name_list_greek_persian = cn_bersiba @@ -7159,7 +6995,6 @@ e_byzantium = { name_list_romano_pannonian = cn_circesium #Byzantine Cultures name_list_greek = cn_kirkesion - name_list_aeolian = cn_kirkesion name_list_helleno_aramean = cn_kirkesion name_list_greek_gothic = cn_kirkesion name_list_greek_persian = cn_kirkesion @@ -7199,7 +7034,6 @@ e_byzantium = { name_list_romano_pannonian = cn_zenobia #Byzantine Cultures name_list_greek = cn_zenobia - name_list_aeolian = cn_zenobia name_list_helleno_aramean = cn_zenobia name_list_greek_gothic = cn_zenobia name_list_greek_persian = cn_zenobia @@ -7236,7 +7070,6 @@ e_byzantium = { name_list_romano_pannonian = cn_magdalu #Byzantine Cultures name_list_greek = cn_magdalou - name_list_aeolian = cn_magdalou name_list_helleno_aramean = cn_magdalou name_list_greek_gothic = cn_magdalou name_list_greek_persian = cn_magdalou @@ -7306,7 +7139,6 @@ e_byzantium = { name_list_romano_pannonian = cn_amida #Byzantine Cultures name_list_greek = cn_amida - name_list_aeolian = cn_amida name_list_helleno_aramean = cn_amida name_list_greek_gothic = cn_amida name_list_greek_persian = cn_amida @@ -7353,7 +7185,6 @@ e_byzantium = { name_list_romano_pannonian = cn_constantia #Byzantine Cultures name_list_greek = cn_konstantia - name_list_aeolian = cn_konstantia name_list_helleno_aramean = cn_konstantia name_list_greek_gothic = cn_konstantia name_list_greek_persian = cn_konstantia @@ -7397,7 +7228,6 @@ e_byzantium = { name_list_romano_pannonian = cn_cepha #Byzantine Cultures name_list_greek = cn_kiphas - name_list_aeolian = cn_kiphas name_list_helleno_aramean = cn_kiphas name_list_greek_gothic = cn_kiphas name_list_greek_persian = cn_kiphas @@ -7437,7 +7267,6 @@ e_byzantium = { name_list_romano_pannonian = cn_thibisine #Byzantine Cultures name_list_greek = cn_thibisine - name_list_aeolian = cn_thibisine name_list_helleno_aramean = cn_thibisine name_list_greek_gothic = cn_thibisine name_list_greek_persian = cn_thibisine @@ -7478,7 +7307,6 @@ e_byzantium = { name_list_romano_pannonian = cn_rhesaina #Byzantine Cultures name_list_greek = cn_rhesaina - name_list_aeolian = cn_rhesaina name_list_helleno_aramean = cn_rhesaina name_list_greek_gothic = cn_rhesaina name_list_greek_persian = cn_rhesaina @@ -7518,7 +7346,6 @@ e_byzantium = { name_list_romano_pannonian = cn_marida #Byzantine Cultures name_list_greek = cn_marida - name_list_aeolian = cn_marida name_list_helleno_aramean = cn_marida name_list_greek_gothic = cn_marida name_list_greek_persian = cn_marida @@ -7592,7 +7419,6 @@ e_byzantium = { name_list_romano_vandalic = cn_europus #Byzantine Cultures name_list_greek = cn_europos - name_list_aeolian = cn_europos name_list_helleno_aramean = cn_europos name_list_greek_gothic = cn_europos name_list_greek_persian = cn_europos @@ -7632,7 +7458,6 @@ e_byzantium = { name_list_romano_vandalic = cn_doliche #Byzantine Cultures name_list_greek = cn_doliche - name_list_aeolian = cn_doliche name_list_helleno_aramean = cn_doliche name_list_greek_gothic = cn_doliche name_list_greek_persian = cn_doliche @@ -7690,7 +7515,6 @@ e_byzantium = { name_list_romano_vandalic = cn_germanicia #Byzantine Cultures name_list_greek = cn_germanikeia - name_list_aeolian = cn_germanikeia name_list_helleno_aramean = cn_germanikeia name_list_greek_gothic = cn_germanikeia name_list_greek_persian = cn_germanikeia @@ -7725,7 +7549,6 @@ e_byzantium = { name_list_romano_vandalic = cn_germanicia #Byzantine Cultures name_list_greek = cn_germanikeia - name_list_aeolian = cn_germanikeia name_list_helleno_aramean = cn_germanikeia name_list_greek_gothic = cn_germanikeia name_list_greek_persian = cn_germanikeia @@ -7762,7 +7585,6 @@ e_byzantium = { name_list_romano_vandalic = cn_castellum_romanum #Byzantine Cultures name_list_greek = cn_rhomaion_koula - name_list_aeolian = cn_rhomaion_koula name_list_helleno_aramean = cn_rhomaion_koula name_list_greek_gothic = cn_rhomaion_koula name_list_greek_persian = cn_rhomaion_koula @@ -7796,7 +7618,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kilikia - name_list_aeolian = cn_kilikia name_list_helleno_aramean = cn_kilikia name_list_greek_gothic = cn_kilikia name_list_greek_persian = cn_kilikia @@ -7820,7 +7641,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kilikia - name_list_aeolian = cn_kilikia name_list_helleno_aramean = cn_kilikia name_list_greek_gothic = cn_kilikia name_list_greek_persian = cn_kilikia @@ -7841,7 +7661,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kilikia - name_list_aeolian = cn_kilikia name_list_helleno_aramean = cn_kilikia name_list_greek_gothic = cn_kilikia name_list_greek_persian = cn_kilikia @@ -7862,7 +7681,6 @@ e_byzantium = { #Byzantine Cultures name_list_armenian = cn_darson name_list_greek = cn_tarsos - name_list_aeolian = cn_tarsos name_list_helleno_aramean = cn_tarsos name_list_greek_gothic = cn_tarsos name_list_greek_persian = cn_tarsos @@ -7943,7 +7761,6 @@ e_byzantium = { name_list_romano_vandalic = cn_issus #Byzantine Cultures name_list_greek = cn_issos - name_list_aeolian = cn_issos name_list_helleno_aramean = cn_issos name_list_greek_gothic = cn_issos name_list_greek_persian = cn_issos @@ -7981,7 +7798,6 @@ e_byzantium = { name_list_romano_vandalic = cn_issus #Byzantine Cultures name_list_greek = cn_issos - name_list_aeolian = cn_issos name_list_helleno_aramean = cn_issos name_list_greek_gothic = cn_issos name_list_greek_persian = cn_issos @@ -8030,7 +7846,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aegae #Byzantine Cultures name_list_greek = cn_aigai - name_list_aeolian = cn_aigai name_list_helleno_aramean = cn_aigai name_list_greek_gothic = cn_aigai name_list_greek_persian = cn_aigai @@ -8104,7 +7919,6 @@ e_byzantium = { name_list_romano_vandalic = cn_cyrrhus #Byzantine Cultures name_list_greek = cn_kyrrhos - name_list_aeolian = cn_kyrrhos name_list_helleno_aramean = cn_kyrrhos name_list_greek_gothic = cn_kyrrhos name_list_greek_persian = cn_kyrrhos @@ -8144,7 +7958,6 @@ e_byzantium = { name_list_romano_vandalic = cn_pagrae #Byzantine Cultures name_list_greek = cn_pagrai - name_list_aeolian = cn_pagrai name_list_helleno_aramean = cn_pagrai name_list_greek_gothic = cn_pagrai name_list_greek_persian = cn_pagrai @@ -8189,7 +8002,6 @@ e_byzantium = { name_list_romano_vandalic = cn_seleucia_trachea #Byzantine Cultures name_list_greek = cn_seleukeia_tracheia - name_list_aeolian = cn_seleukeia_tracheia name_list_helleno_aramean = cn_seleukeia_tracheia name_list_greek_gothic = cn_seleukeia_tracheia name_list_greek_persian = cn_seleukeia_tracheia @@ -8226,7 +8038,6 @@ e_byzantium = { name_list_romano_vandalic = cn_seleucia_trachea #Byzantine Cultures name_list_greek = cn_seleukeia_tracheia - name_list_aeolian = cn_seleukeia_tracheia name_list_helleno_aramean = cn_seleukeia_tracheia name_list_greek_gothic = cn_seleukeia_tracheia name_list_greek_persian = cn_seleukeia_tracheia @@ -8248,7 +8059,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_korykos - name_list_aeolian = cn_korykos name_list_helleno_aramean = cn_korykos name_list_greek_gothic = cn_korykos name_list_greek_persian = cn_korykos @@ -8388,7 +8198,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kappadokia - name_list_aeolian = cn_kappadokia name_list_helleno_aramean = cn_kappadokia name_list_greek_gothic = cn_kappadokia name_list_greek_persian = cn_kappadokia @@ -8409,7 +8218,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kappadokia - name_list_aeolian = cn_kappadokia name_list_helleno_aramean = cn_kappadokia name_list_greek_gothic = cn_kappadokia name_list_greek_persian = cn_kappadokia @@ -8755,7 +8563,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_koloneia - name_list_aeolian = cn_koloneia name_list_helleno_aramean = cn_koloneia name_list_greek_gothic = cn_koloneia name_list_greek_persian = cn_koloneia @@ -8775,7 +8582,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_koloneia - name_list_aeolian = cn_koloneia name_list_helleno_aramean = cn_koloneia name_list_greek_gothic = cn_koloneia name_list_greek_persian = cn_koloneia @@ -8797,7 +8603,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_neokaisareia - name_list_aeolian = cn_neokaisareia name_list_helleno_aramean = cn_neokaisareia name_list_greek_gothic = cn_neokaisareia name_list_greek_persian = cn_neokaisareia @@ -8954,7 +8759,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_baiberdon - name_list_aeolian = cn_baiberdon name_list_helleno_aramean = cn_baiberdon name_list_greek_gothic = cn_baiberdon name_list_greek_persian = cn_baiberdon @@ -8993,7 +8797,6 @@ e_byzantium = { name_list_romano_vandalic = cn_eriza #Byzantine Cultures name_list_greek = cn_eriza - name_list_aeolian = cn_eriza name_list_helleno_aramean = cn_eriza name_list_greek_gothic = cn_eriza name_list_greek_persian = cn_eriza @@ -9032,7 +8835,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_lykandos - name_list_aeolian = cn_lykandos name_list_helleno_aramean = cn_lykandos name_list_greek_gothic = cn_lykandos name_list_greek_persian = cn_lykandos @@ -9050,7 +8852,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_lykandos - name_list_aeolian = cn_lykandos name_list_helleno_aramean = cn_lykandos name_list_greek_gothic = cn_lykandos name_list_greek_persian = cn_lykandos @@ -9087,7 +8888,6 @@ e_byzantium = { name_list_romano_vandalic = cn_comana_aurea #Byzantine Cultures name_list_greek = cn_komana_chryse - name_list_aeolian = cn_komana_chryse name_list_helleno_aramean = cn_komana_chryse name_list_greek_gothic = cn_komana_chryse name_list_greek_persian = cn_komana_chryse @@ -9268,7 +9068,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ingila #Byzantine Cultures name_list_greek = cn_ingila - name_list_aeolian = cn_ingila name_list_helleno_aramean = cn_ingila name_list_greek_gothic = cn_ingila name_list_greek_persian = cn_ingila @@ -9307,7 +9106,6 @@ e_byzantium = { name_list_romano_vandalic = cn_balaleisa #Byzantine Cultures name_list_greek = cn_balaleisa - name_list_aeolian = cn_balaleisa name_list_helleno_aramean = cn_balaleisa name_list_greek_gothic = cn_balaleisa name_list_greek_persian = cn_balaleisa @@ -9349,7 +9147,6 @@ e_byzantium = { name_list_romano_vandalic = cn_arsinia #Byzantine Cultures name_list_greek = cn_arsinia - name_list_aeolian = cn_arsinia name_list_helleno_aramean = cn_arsinia name_list_greek_gothic = cn_arsinia name_list_greek_persian = cn_arsinia @@ -9393,7 +9190,6 @@ e_byzantium = { name_list_romano_vandalic = cn_martyropolis #Byzantine Cultures name_list_greek = cn_martyropolis - name_list_aeolian = cn_martyropolis name_list_helleno_aramean = cn_martyropolis name_list_greek_gothic = cn_martyropolis name_list_greek_persian = cn_martyropolis @@ -9435,7 +9231,6 @@ e_byzantium = { name_list_romano_vandalic = cn_martyropolis #Byzantine Cultures name_list_greek = cn_martyropolis - name_list_aeolian = cn_martyropolis name_list_helleno_aramean = cn_martyropolis name_list_greek_gothic = cn_martyropolis name_list_greek_persian = cn_martyropolis @@ -9483,7 +9278,6 @@ e_byzantium = { name_list_romano_vandalic = cn_tigranocerta #Byzantine Cultures name_list_greek = cn_tigranokerta - name_list_aeolian = cn_tigranokerta name_list_helleno_aramean = cn_tigranokerta name_list_greek_gothic = cn_tigranokerta name_list_greek_persian = cn_tigranokerta @@ -9543,7 +9337,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_chalkedon - name_list_aeolian = cn_chalkedon name_list_helleno_aramean = cn_chalkedon name_list_greek_gothic = cn_chalkedon name_list_greek_persian = cn_chalkedon @@ -9575,7 +9368,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_nikomedeia - name_list_aeolian = cn_nikomedeia name_list_helleno_aramean = cn_nikomedeia name_list_greek_gothic = cn_nikomedeia name_list_greek_persian = cn_nikomedeia @@ -9637,7 +9429,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_modrene - name_list_aeolian = cn_modrene name_list_helleno_aramean = cn_modrene name_list_greek_gothic = cn_modrene name_list_greek_persian = cn_modrene @@ -9739,7 +9530,6 @@ e_byzantium = { name_list_romano_vandalic = cn_timonio #Byzantine Cultures name_list_greek = cn_timonion - name_list_aeolian = cn_timonion name_list_helleno_aramean = cn_timonion name_list_greek_gothic = cn_timonion name_list_greek_persian = cn_timonion @@ -9829,7 +9619,6 @@ e_byzantium = { name_list_romano_vandalic = cn_heraclea_pontica #Byzantine Cultures name_list_greek = cn_herakleia_pontike - name_list_aeolian = cn_herakleia_pontike name_list_helleno_aramean = cn_herakleia_pontike name_list_greek_gothic = cn_herakleia_pontike name_list_greek_persian = cn_herakleia_pontike @@ -9864,7 +9653,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_krateia - name_list_aeolian = cn_krateia name_list_helleno_aramean = cn_krateia name_list_greek_gothic = cn_krateia name_list_greek_persian = cn_krateia @@ -9986,7 +9774,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_garsi - name_list_aeolian = cn_garsi name_list_helleno_aramean = cn_garsi name_list_greek_gothic = cn_garsi name_list_greek_persian = cn_garsi @@ -10015,7 +9802,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_komana_pontike - name_list_aeolian = cn_komana_pontike name_list_helleno_aramean = cn_komana_pontike name_list_greek_gothic = cn_komana_pontike name_list_greek_persian = cn_komana_pontike @@ -10085,7 +9871,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_trapezous - name_list_aeolian = cn_trapezous name_list_helleno_aramean = cn_trapezous name_list_greek_gothic = cn_trapezous name_list_greek_persian = cn_trapezous @@ -10105,7 +9890,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_trapezous - name_list_aeolian = cn_trapezous name_list_helleno_aramean = cn_trapezous name_list_greek_gothic = cn_trapezous name_list_greek_persian = cn_trapezous @@ -10144,7 +9928,6 @@ e_byzantium = { name_list_romano_vandalic = cn_rhizaeum #Byzantine Cultures name_list_greek = cn_rhizaion - name_list_aeolian = cn_rhizaion name_list_helleno_aramean = cn_rhizaion name_list_greek_gothic = cn_rhizaion name_list_greek_persian = cn_rhizaion @@ -10167,7 +9950,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kerasous - name_list_aeolian = cn_kerasous name_list_helleno_aramean = cn_kerasous name_list_greek_gothic = cn_kerasous name_list_greek_persian = cn_kerasous @@ -10187,7 +9969,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kerasous - name_list_aeolian = cn_kerasous name_list_helleno_aramean = cn_kerasous name_list_greek_gothic = cn_kerasous name_list_greek_persian = cn_kerasous @@ -10245,7 +10026,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_ephesos - name_list_aeolian = cn_ephesos name_list_helleno_aramean = cn_ephesos name_list_greek_gothic = cn_ephesos name_list_greek_persian = cn_ephesos @@ -10288,7 +10068,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_iasos - name_list_aeolian = cn_iasos name_list_helleno_aramean = cn_iasos name_list_greek_gothic = cn_iasos name_list_greek_persian = cn_iasos @@ -10310,7 +10089,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_miletos - name_list_aeolian = cn_miletos name_list_helleno_aramean = cn_miletos name_list_greek_gothic = cn_miletos name_list_greek_persian = cn_miletos @@ -10371,7 +10149,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_adramyttion - name_list_aeolian = cn_adramyttion name_list_helleno_aramean = cn_adramyttion name_list_greek_gothic = cn_adramyttion name_list_greek_persian = cn_adramyttion @@ -10398,7 +10175,6 @@ e_byzantium = { color = { 200 50 50 } cultural_names = { name_list_greek = cn_lykaonia - name_list_aeolian = cn_lykaonia name_list_helleno_aramean = cn_lykaonia name_list_greek_gothic = cn_lykaonia name_list_greek_persian = cn_lykaonia @@ -10486,7 +10262,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_sagalassos - name_list_aeolian = cn_sagalassos name_list_helleno_aramean = cn_sagalassos name_list_greek_gothic = cn_sagalassos name_list_greek_persian = cn_sagalassos @@ -10608,7 +10383,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_lykia - name_list_aeolian = cn_lykia name_list_helleno_aramean = cn_lykia name_list_greek_gothic = cn_lykia name_list_greek_persian = cn_lykia @@ -10677,7 +10451,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_karia - name_list_aeolian = cn_karia name_list_helleno_aramean = cn_karia name_list_greek_gothic = cn_karia name_list_greek_persian = cn_karia @@ -10705,7 +10478,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kibyra - name_list_aeolian = cn_kibyra name_list_helleno_aramean = cn_kibyra name_list_greek_gothic = cn_kibyra name_list_greek_persian = cn_kibyra @@ -10760,7 +10532,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_sardeis - name_list_aeolian = cn_sardeis name_list_helleno_aramean = cn_sardeis name_list_greek_gothic = cn_sardeis name_list_greek_persian = cn_sardeis @@ -10814,7 +10585,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_thyateira - name_list_aeolian = cn_thyateira name_list_helleno_aramean = cn_thyateira name_list_greek_gothic = cn_thyateira name_list_greek_persian = cn_thyateira @@ -10834,7 +10604,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_thyateira - name_list_aeolian = cn_thyateira name_list_helleno_aramean = cn_thyateira name_list_greek_gothic = cn_thyateira name_list_greek_persian = cn_thyateira @@ -10856,7 +10625,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_attaleia - name_list_aeolian = cn_attaleia name_list_helleno_aramean = cn_attaleia name_list_greek_gothic = cn_attaleia name_list_greek_persian = cn_attaleia @@ -10895,7 +10663,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_chonai - name_list_aeolian = cn_chonai name_list_helleno_aramean = cn_chonai name_list_greek_gothic = cn_chonai name_list_greek_persian = cn_chonai @@ -10915,7 +10682,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_chonai - name_list_aeolian = cn_chonai name_list_helleno_aramean = cn_chonai name_list_greek_gothic = cn_chonai name_list_greek_persian = cn_chonai @@ -10954,7 +10720,6 @@ e_byzantium = { name_list_romano_vandalic = cn_laodicea #Byzantine Cultures name_list_greek = cn_laodikeia - name_list_aeolian = cn_laodikeia name_list_helleno_aramean = cn_laodikeia name_list_greek_gothic = cn_laodikeia name_list_greek_persian = cn_laodikeia @@ -11092,7 +10857,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_nikaia - name_list_aeolian = cn_nikaia name_list_helleno_aramean = cn_nikaia name_list_greek_gothic = cn_nikaia name_list_greek_persian = cn_nikaia @@ -11112,7 +10876,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_nikaia - name_list_aeolian = cn_nikaia name_list_helleno_aramean = cn_nikaia name_list_greek_gothic = cn_nikaia name_list_greek_persian = cn_nikaia @@ -11248,7 +11011,6 @@ e_byzantium = { name_list_romano_pannonian = cn_germanicopolis #Byzantine Cultures name_list_greek = cn_germanikopolis - name_list_aeolian = cn_germanikopolis name_list_helleno_aramean = cn_germanikopolis name_list_greek_gothic = cn_germanikopolis name_list_greek_persian = cn_germanikopolis @@ -11300,7 +11062,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_gordion - name_list_aeolian = cn_gordion name_list_helleno_aramean = cn_gordion name_list_greek_gothic = cn_gordion name_list_greek_persian = cn_gordion @@ -11348,7 +11109,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_midaion - name_list_aeolian = cn_midaion name_list_helleno_aramean = cn_midaion name_list_greek_gothic = cn_midaion name_list_greek_persian = cn_midaion @@ -11382,7 +11142,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_aizanoi - name_list_aeolian = cn_aizanoi name_list_helleno_aramean = cn_aizanoi name_list_greek_gothic = cn_aizanoi name_list_greek_persian = cn_aizanoi @@ -11412,7 +11171,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_midaion - name_list_aeolian = cn_midaion name_list_helleno_aramean = cn_midaion name_list_greek_gothic = cn_midaion name_list_greek_persian = cn_midaion @@ -11580,7 +11338,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_thraki - name_list_aeolian = cn_thraki name_list_helleno_aramean = cn_thraki name_list_greek_gothic = cn_thraki name_list_greek_persian = cn_thraki @@ -11694,7 +11451,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aquae_calidae #Byzantine Cultures name_list_greek = cn_hydata_therma - name_list_aeolian = cn_hydata_therma name_list_helleno_aramean = cn_hydata_therma name_list_greek_gothic = cn_hydata_therma name_list_greek_persian = cn_hydata_therma @@ -11731,7 +11487,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aquae_calidae #Byzantine Cultures name_list_greek = cn_aquae_calidae - name_list_aeolian = cn_hydata_therma name_list_helleno_aramean = cn_hydata_therma name_list_greek_gothic = cn_hydata_therma name_list_greek_persian = cn_hydata_therma @@ -11770,7 +11525,6 @@ e_byzantium = { name_list_romano_vandalic = cn_sozopolis #Byzantine Cultures name_list_greek = cn_sozopolis - name_list_aeolian = cn_sozopolis name_list_helleno_aramean = cn_sozopolis name_list_greek_gothic = cn_sozopolis name_list_greek_persian = cn_sozopolis @@ -11820,7 +11574,6 @@ e_byzantium = { name_list_romano_vandalic = cn_maximianopolis #Byzantine Cultures name_list_greek = cn_maximianopolis - name_list_aeolian = cn_maximianopolis name_list_helleno_aramean = cn_maximianopolis name_list_greek_gothic = cn_maximianopolis name_list_greek_persian = cn_maximianopolis @@ -11859,7 +11612,6 @@ e_byzantium = { name_list_romano_pannonian = cn_maximianopolis #Byzantine Cultures name_list_greek = cn_maximianoupolis - name_list_aeolian = cn_maximianoupolis name_list_helleno_aramean = cn_maximianoupolis name_list_greek_gothic = cn_maximianoupolis name_list_greek_persian = cn_maximianoupolis @@ -11883,7 +11635,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_xanthi - name_list_aeolian = cn_xanthi name_list_helleno_aramean = cn_xanthi name_list_greek_gothic = cn_xanthi name_list_greek_persian = cn_xanthi @@ -11993,7 +11744,6 @@ e_byzantium = { cultural_names = { #Byzantine Cultures name_list_greek = cn_stenemachos - name_list_aeolian = cn_stenemachos name_list_helleno_aramean = cn_stenemachos name_list_greek_gothic = cn_stenemachos name_list_greek_persian = cn_stenemachos @@ -12053,7 +11803,6 @@ e_byzantium = { name_list_romano_vandalic = cn_selymnus #Byzantine Cultures name_list_greek = cn_selymnos - name_list_aeolian = cn_selymnos name_list_helleno_aramean = cn_selymnos name_list_greek_gothic = cn_selymnos name_list_greek_persian = cn_selymnos @@ -12097,7 +11846,6 @@ e_byzantium = { name_list_romano_vandalic = cn_diospolis #Byzantine Cultures name_list_greek = cn_diospolis - name_list_aeolian = cn_diospolis name_list_helleno_aramean = cn_diospolis name_list_greek_gothic = cn_diospolis name_list_greek_persian = cn_diospolis @@ -12160,7 +11908,6 @@ e_byzantium = { name_list_romano_vandalic = cn_marsa #Byzantine Cultures name_list_greek = cn_marsa - name_list_aeolian = cn_marsa name_list_helleno_aramean = cn_marsa name_list_greek_gothic = cn_marsa name_list_greek_persian = cn_marsa @@ -12307,7 +12054,6 @@ e_byzantium = { name_list_romano_vandalic = cn_transmarisca #Byzantine Cultures name_list_greek = cn_trasmarika - name_list_aeolian = cn_trasmarika name_list_helleno_aramean = cn_trasmarika name_list_greek_gothic = cn_trasmarika name_list_greek_persian = cn_trasmarika @@ -12346,7 +12092,6 @@ e_byzantium = { name_list_romano_vandalic = cn_matiganis #Byzantine Cultures name_list_greek = cn_matiganis - name_list_aeolian = cn_matiganis name_list_helleno_aramean = cn_matiganis name_list_greek_gothic = cn_matiganis name_list_greek_persian = cn_matiganis @@ -12384,7 +12129,6 @@ e_byzantium = { name_list_romano_vandalic = cn_abritus #Byzantine Cultures name_list_greek = cn_abritos - name_list_aeolian = cn_abritos name_list_helleno_aramean = cn_abritos name_list_greek_gothic = cn_abritos name_list_greek_persian = cn_abritos @@ -12428,7 +12172,6 @@ e_byzantium = { name_list_romano_pannonian = cn_ioannopolis #Byzantine Cultures name_list_greek = cn_ioannopolis - name_list_aeolian = cn_ioannopolis name_list_helleno_aramean = cn_ioannopolis name_list_greek_gothic = cn_ioannopolis name_list_greek_persian = cn_ioannopolis @@ -12467,7 +12210,6 @@ e_byzantium = { name_list_romano_pannonian = cn_zicideva #Byzantine Cultures name_list_greek = cn_zikideba - name_list_aeolian = cn_zikideba name_list_helleno_aramean = cn_zikideba name_list_greek_gothic = cn_zikideba name_list_greek_persian = cn_zikideba @@ -12503,7 +12245,6 @@ e_byzantium = { name_list_romano_pannonian = cn_zicideva #Byzantine Cultures name_list_greek = cn_zikideba - name_list_aeolian = cn_zikideba name_list_helleno_aramean = cn_zikideba name_list_greek_gothic = cn_zikideba name_list_greek_persian = cn_zikideba @@ -12609,7 +12350,6 @@ e_byzantium = { name_list_romano_vandalic = cn_storgosia #Byzantine Cultures name_list_greek = cn_storgosia - name_list_aeolian = cn_storgosia name_list_helleno_aramean = cn_storgosia name_list_greek_gothic = cn_storgosia name_list_greek_persian = cn_storgosia @@ -12681,7 +12421,6 @@ e_byzantium = { name_list_romano_vandalic = cn_odessus #Byzantine Cultures name_list_greek = cn_odessos - name_list_aeolian = cn_odessos name_list_helleno_aramean = cn_odessos name_list_greek_gothic = cn_odessos name_list_greek_persian = cn_odessos @@ -12724,7 +12463,6 @@ e_byzantium = { name_list_romano_pannonian = cn_constantia #Byzantine Cultures name_list_greek = cn_konstantia - name_list_aeolian = cn_konstantia name_list_helleno_aramean = cn_konstantia name_list_greek_gothic = cn_konstantia name_list_greek_persian = cn_konstantia @@ -12760,7 +12498,6 @@ e_byzantium = { name_list_romano_pannonian = cn_constantia #Byzantine Cultures name_list_greek = cn_konstantia - name_list_aeolian = cn_konstantia name_list_helleno_aramean = cn_konstantia name_list_greek_gothic = cn_konstantia name_list_greek_persian = cn_konstantia @@ -12799,7 +12536,6 @@ e_byzantium = { name_list_romano_pannonian = cn_aegyssus #Byzantine Cultures name_list_greek = cn_aigyssos - name_list_aeolian = cn_aigyssos name_list_helleno_aramean = cn_aigyssos name_list_greek_gothic = cn_aigyssos name_list_greek_persian = cn_aigyssos @@ -12848,7 +12584,6 @@ e_byzantium = { name_list_romano_vandalic = cn_bizone #Byzantine Cultures name_list_greek = cn_bizone - name_list_aeolian = cn_bizone name_list_helleno_aramean = cn_bizone name_list_greek_gothic = cn_bizone name_list_greek_persian = cn_bizone @@ -12888,7 +12623,6 @@ e_byzantium = { name_list_romano_pannonian = cn_callatis #Byzantine Cultures name_list_greek = cn_kallatis - name_list_aeolian = cn_kallatis name_list_helleno_aramean = cn_kallatis name_list_greek_gothic = cn_kallatis name_list_greek_persian = cn_kallatis @@ -13000,7 +12734,6 @@ e_byzantium = { name_list_romano_vandalic = cn_lebadea #Byzantine Cultures name_list_greek = cn_lebadeia - name_list_aeolian = cn_lebadeia name_list_helleno_aramean = cn_lebadeia name_list_greek_gothic = cn_lebadeia name_list_greek_persian = cn_lebadeia @@ -13042,7 +12775,6 @@ e_byzantium = { name_list_romano_vandalic = cn_amphissa #Byzantine Cultures name_list_greek = cn_amphissa - name_list_aeolian = cn_amphissa name_list_helleno_aramean = cn_amphissa name_list_greek_gothic = cn_amphissa name_list_greek_persian = cn_amphissa @@ -13150,7 +12882,6 @@ e_byzantium = { name_list_romano_vandalic = cn_tegea #Byzantine Cultures name_list_greek = cn_tegeia - name_list_aeolian = cn_tegeia name_list_helleno_aramean = cn_tegeia name_list_greek_gothic = cn_tegeia name_list_greek_persian = cn_tegeia @@ -13192,7 +12923,6 @@ e_byzantium = { name_list_romano_vandalic = cn_troezen #Byzantine Cultures name_list_greek = cn_troezen - name_list_aeolian = cn_troezen name_list_helleno_aramean = cn_troezen name_list_greek_gothic = cn_troezen name_list_greek_persian = cn_troezen @@ -13238,7 +12968,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aegium #Byzantine Cultures name_list_greek = cn_aigion - name_list_aeolian = cn_aigion name_list_helleno_aramean = cn_aigion name_list_greek_gothic = cn_aigion name_list_greek_persian = cn_aigion @@ -13398,7 +13127,6 @@ e_byzantium = { name_list_romano_vandalic = cn_heracleum #Byzantine Cultures name_list_greek = cn_herakleion - name_list_aeolian = cn_herakleion name_list_helleno_aramean = cn_herakleion name_list_greek_gothic = cn_herakleion name_list_greek_persian = cn_herakleion @@ -13434,7 +13162,6 @@ e_byzantium = { name_list_romano_vandalic = cn_heracleum #Byzantine Cultures name_list_greek = cn_herakleion - name_list_aeolian = cn_herakleion name_list_helleno_aramean = cn_herakleion name_list_greek_gothic = cn_herakleion name_list_greek_persian = cn_herakleion @@ -13476,7 +13203,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hierapytna #Byzantine Cultures name_list_greek = cn_hierapytna - name_list_aeolian = cn_hierapytna name_list_helleno_aramean = cn_hierapytna name_list_greek_gothic = cn_hierapytna name_list_greek_persian = cn_hierapytna @@ -13515,7 +13241,6 @@ e_byzantium = { name_list_romano_vandalic = cn_cydonia #Byzantine Cultures name_list_greek = cn_kydonia - name_list_aeolian = cn_kydonia name_list_helleno_aramean = cn_kydonia name_list_greek_gothic = cn_kydonia name_list_greek_persian = cn_kydonia @@ -13551,7 +13276,6 @@ e_byzantium = { name_list_romano_vandalic = cn_cydonia #Byzantine Cultures name_list_greek = cn_kydonia - name_list_aeolian = cn_kydonia name_list_helleno_aramean = cn_kydonia name_list_greek_gothic = cn_kydonia name_list_greek_persian = cn_kydonia @@ -13588,7 +13312,6 @@ e_byzantium = { name_list_romano_vandalic = cn_rhithymna #Byzantine Cultures name_list_greek = cn_rhithymna - name_list_aeolian = cn_rhithymna name_list_helleno_aramean = cn_rhithymna name_list_greek_gothic = cn_rhithymna name_list_greek_persian = cn_rhithymna @@ -13663,7 +13386,6 @@ e_byzantium = { name_list_romano_vandalic = cn_phylacae #Byzantine Cultures name_list_greek = cn_phylakai - name_list_aeolian = cn_phylakai name_list_helleno_aramean = cn_phylakai name_list_greek_gothic = cn_phylakai name_list_greek_persian = cn_phylakai @@ -13714,7 +13436,6 @@ e_byzantium = { name_list_romano_vandalic = cn_therae #Byzantine Cultures name_list_greek = cn_therai - name_list_aeolian = cn_therai name_list_helleno_aramean = cn_therai name_list_greek_gothic = cn_therai name_list_greek_persian = cn_therai @@ -13770,7 +13491,6 @@ e_byzantium = { name_list_romano_vandalic = cn_pelasgia #Byzantine Cultures name_list_greek = cn_pelasgia - name_list_aeolian = cn_pelasgia name_list_helleno_aramean = cn_pelasgia name_list_greek_gothic = cn_pelasgia name_list_greek_persian = cn_pelasgia @@ -13807,7 +13527,6 @@ e_byzantium = { name_list_romano_vandalic = cn_lamia #Byzantine Cultures name_list_greek = cn_lamia - name_list_aeolian = cn_lamia name_list_helleno_aramean = cn_lamia name_list_greek_gothic = cn_lamia name_list_greek_persian = cn_lamia @@ -13858,7 +13577,6 @@ e_byzantium = { name_list_romano_vandalic = cn_aeginium #Byzantine Cultures name_list_greek = cn_aiginion - name_list_aeolian = cn_aiginion name_list_helleno_aramean = cn_aiginion name_list_greek_gothic = cn_aiginion name_list_greek_persian = cn_aiginion @@ -13909,7 +13627,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ambracia #Byzantine Cultures name_list_greek = cn_ambrakia - name_list_aeolian = cn_ambrakia name_list_helleno_aramean = cn_ambrakia name_list_greek_gothic = cn_ambrakia name_list_greek_persian = cn_ambrakia @@ -13994,7 +13711,6 @@ e_byzantium = { name_list_romano_vandalic = cn_pelinna #Byzantine Cultures name_list_greek = cn_pelinna - name_list_aeolian = cn_pelinna name_list_helleno_aramean = cn_pelinna name_list_greek_gothic = cn_pelinna name_list_greek_persian = cn_pelinna @@ -14036,7 +13752,6 @@ e_byzantium = { name_list_romano_vandalic = cn_agrapha #Byzantine Cultures name_list_greek = cn_agrapha - name_list_aeolian = cn_agrapha name_list_helleno_aramean = cn_agrapha name_list_greek_gothic = cn_agrapha name_list_greek_persian = cn_agrapha @@ -14154,7 +13869,6 @@ e_byzantium = { name_list_romano_vandalic = cn_croae #Byzantine Cultures name_list_greek = cn_kroai - name_list_aeolian = cn_kroai name_list_helleno_aramean = cn_kroai name_list_greek_gothic = cn_kroai name_list_greek_persian = cn_kroai @@ -14191,7 +13905,6 @@ e_byzantium = { name_list_romano_vandalic = cn_mathis #Byzantine Cultures name_list_greek = cn_mathis - name_list_aeolian = cn_mathis name_list_helleno_aramean = cn_mathis name_list_greek_gothic = cn_mathis name_list_greek_persian = cn_mathis @@ -14228,7 +13941,6 @@ e_byzantium = { name_list_romano_vandalic = cn_lissus #Byzantine Cultures name_list_greek = cn_lissos - name_list_aeolian = cn_lissos name_list_helleno_aramean = cn_lissos name_list_greek_gothic = cn_lissos name_list_greek_persian = cn_lissos @@ -14272,7 +13984,6 @@ e_byzantium = { name_list_romano_pannonian = cn_deborus #Byzantine Cultures name_list_greek = cn_deboros - name_list_aeolian = cn_deboros name_list_helleno_aramean = cn_deboros name_list_greek_gothic = cn_deboros name_list_greek_persian = cn_deboros @@ -14308,7 +14019,6 @@ e_byzantium = { name_list_romano_pannonian = cn_deborus #Byzantine Cultures name_list_greek = cn_deboros - name_list_aeolian = cn_deboros name_list_helleno_aramean = cn_deboros name_list_greek_gothic = cn_deboros name_list_greek_persian = cn_deboros @@ -14345,7 +14055,6 @@ e_byzantium = { name_list_romano_vandalic = cn_episcopia #Byzantine Cultures name_list_greek = cn_episkopia - name_list_aeolian = cn_episkopia name_list_helleno_aramean = cn_episkopia name_list_greek_gothic = cn_episkopia name_list_greek_persian = cn_episkopia @@ -14382,7 +14091,6 @@ e_byzantium = { name_list_romano_pannonian = cn_candabia #Byzantine Cultures name_list_greek = cn_kandabia - name_list_aeolian = cn_kandabia name_list_helleno_aramean = cn_kandabia name_list_greek_gothic = cn_kandabia name_list_greek_persian = cn_kandabia @@ -14519,7 +14227,6 @@ e_byzantium = { name_list_romano_vandalic = cn_beroea #Byzantine Cultures name_list_greek = cn_beroia - name_list_aeolian = cn_beroia name_list_helleno_aramean = cn_beroia name_list_greek_gothic = cn_beroia name_list_greek_persian = cn_beroia @@ -14555,7 +14262,6 @@ e_byzantium = { name_list_romano_vandalic = cn_beroea #Byzantine Cultures name_list_greek = cn_beroia - name_list_aeolian = cn_beroia name_list_helleno_aramean = cn_beroia name_list_greek_gothic = cn_beroia name_list_greek_persian = cn_beroia @@ -14592,7 +14298,6 @@ e_byzantium = { name_list_romano_vandalic = cn_almopia #Byzantine Cultures name_list_greek = cn_almopia - name_list_aeolian = cn_almopia name_list_helleno_aramean = cn_almopia name_list_greek_gothic = cn_almopia name_list_greek_persian = cn_almopia @@ -14634,7 +14339,6 @@ e_byzantium = { name_list_romano_vandalic = cn_edessa #Byzantine Cultures name_list_greek = cn_edessa - name_list_aeolian = cn_edessa name_list_helleno_aramean = cn_edessa name_list_greek_gothic = cn_edessa name_list_greek_persian = cn_edessa @@ -14685,7 +14389,6 @@ e_byzantium = { name_list_romano_vandalic = cn_scotussa #Byzantine Cultures name_list_greek = cn_skotoussa - name_list_aeolian = cn_skotoussa name_list_helleno_aramean = cn_skotoussa name_list_greek_gothic = cn_skotoussa name_list_greek_persian = cn_skotoussa @@ -14727,7 +14430,6 @@ e_byzantium = { name_list_romano_pannonian = cn_neapolis #Byzantine Cultures name_list_greek = cn_neapolis - name_list_aeolian = cn_neapolis name_list_helleno_aramean = cn_neapolis name_list_greek_gothic = cn_neapolis name_list_greek_persian = cn_neapolis @@ -14771,7 +14473,6 @@ e_byzantium = { name_list_romano_pannonian = cn_lychnidus #Byzantine Cultures name_list_greek = cn_lychnidos - name_list_aeolian = cn_lychnidos name_list_helleno_aramean = cn_lychnidos name_list_greek_gothic = cn_lychnidos name_list_greek_persian = cn_lychnidos @@ -14807,7 +14508,6 @@ e_byzantium = { name_list_romano_pannonian = cn_lychnidus #Byzantine Cultures name_list_greek = cn_lychnidos - name_list_aeolian = cn_lychnidos name_list_helleno_aramean = cn_lychnidos name_list_greek_gothic = cn_lychnidos name_list_greek_persian = cn_lychnidos @@ -14844,7 +14544,6 @@ e_byzantium = { name_list_romano_pannonian = cn_heraclea_lyncestis #Byzantine Cultures name_list_greek = cn_herakleia_lynkestis - name_list_aeolian = cn_herakleia_lynkestis name_list_helleno_aramean = cn_herakleia_lynkestis name_list_greek_gothic = cn_herakleia_lynkestis name_list_greek_persian = cn_herakleia_lynkestis @@ -14903,7 +14602,6 @@ e_byzantium = { name_list_romano_vandalic = cn_tiberiopolis #Byzantine Cultures name_list_greek = cn_tiberiopolis - name_list_aeolian = cn_tiberiopolis name_list_helleno_aramean = cn_tiberiopolis name_list_greek_gothic = cn_tiberiopolis name_list_greek_persian = cn_tiberiopolis @@ -14939,7 +14637,6 @@ e_byzantium = { name_list_romano_vandalic = cn_tiberiopolis #Byzantine Cultures name_list_greek = cn_tiberiopolis - name_list_aeolian = cn_tiberiopolis name_list_helleno_aramean = cn_tiberiopolis name_list_greek_gothic = cn_tiberiopolis name_list_greek_persian = cn_tiberiopolis @@ -14976,7 +14673,6 @@ e_byzantium = { name_list_romano_pannonian = cn_lychnidus #Byzantine Cultures name_list_greek = cn_lychnidos - name_list_aeolian = cn_lychnidos name_list_helleno_aramean = cn_lychnidos name_list_greek_gothic = cn_lychnidos name_list_greek_persian = cn_lychnidos @@ -15018,7 +14714,6 @@ e_byzantium = { name_list_romano_vandalic = cn_stenae #Byzantine Cultures name_list_greek = cn_stenai - name_list_aeolian = cn_stenai name_list_helleno_aramean = cn_stenai name_list_greek_gothic = cn_stenai name_list_greek_persian = cn_stenai @@ -15059,7 +14754,6 @@ e_byzantium = { name_list_romano_vandalic = cn_garescus #Byzantine Cultures name_list_greek = cn_gareskos - name_list_aeolian = cn_gareskos name_list_helleno_aramean = cn_gareskos name_list_greek_gothic = cn_gareskos name_list_greek_persian = cn_gareskos @@ -15105,7 +14799,6 @@ e_byzantium = { name_list_romano_pannonian = cn_bylazora #Byzantine Cultures name_list_greek = cn_bylazora - name_list_aeolian = cn_bylazora name_list_helleno_aramean = cn_bylazora name_list_greek_gothic = cn_bylazora name_list_greek_persian = cn_bylazora @@ -15142,7 +14835,6 @@ e_byzantium = { name_list_romano_pannonian = cn_uscana #Byzantine Cultures name_list_greek = cn_oxana - name_list_aeolian = cn_oxana name_list_helleno_aramean = cn_oxana name_list_greek_gothic = cn_oxana name_list_greek_persian = cn_oxana @@ -15179,7 +14871,6 @@ e_byzantium = { name_list_romano_pannonian = cn_ceramiae #Byzantine Cultures name_list_greek = cn_keramiai - name_list_aeolian = cn_keramiai name_list_helleno_aramean = cn_keramiai name_list_greek_gothic = cn_keramiai name_list_greek_persian = cn_keramiai @@ -15247,7 +14938,6 @@ e_byzantium = { name_list_romano_pannonian = cn_capedunum #Byzantine Cultures name_list_greek = cn_kapedounon - name_list_aeolian = cn_kapedounon name_list_helleno_aramean = cn_kapedounon name_list_greek_gothic = cn_kapedounon name_list_greek_persian = cn_kapedounon @@ -15286,7 +14976,6 @@ e_byzantium = { name_list_romano_pannonian = cn_singidunum #Byzantine Cultures name_list_greek = cn_singidounon - name_list_aeolian = cn_singidounon name_list_helleno_aramean = cn_singidounon name_list_greek_gothic = cn_singidounon name_list_greek_persian = cn_singidounon @@ -15322,7 +15011,6 @@ e_byzantium = { name_list_romano_pannonian = cn_singidunum #Byzantine Cultures name_list_greek = cn_singidounon - name_list_aeolian = cn_singidounon name_list_helleno_aramean = cn_singidounon name_list_greek_gothic = cn_singidounon name_list_greek_persian = cn_singidounon @@ -15376,7 +15064,6 @@ e_byzantium = { name_list_romano_vandalic = cn_viminacium #Byzantine Cultures name_list_greek = cn_biminakion - name_list_aeolian = cn_biminakion name_list_helleno_aramean = cn_biminakion name_list_greek_gothic = cn_biminakion name_list_greek_persian = cn_biminakion @@ -15412,7 +15099,6 @@ e_byzantium = { name_list_romano_vandalic = cn_viminacium #Byzantine Cultures name_list_greek = cn_biminakion - name_list_aeolian = cn_biminakion name_list_helleno_aramean = cn_biminakion name_list_greek_gothic = cn_biminakion name_list_greek_persian = cn_biminakion @@ -15466,7 +15152,6 @@ e_byzantium = { name_list_romano_vandalic = cn_doclea #Byzantine Cultures name_list_greek = cn_dokleia - name_list_aeolian = cn_dokleia name_list_helleno_aramean = cn_dokleia name_list_greek_gothic = cn_dokleia name_list_greek_persian = cn_dokleia @@ -15502,7 +15187,6 @@ e_byzantium = { name_list_romano_vandalic = cn_birziminium #Byzantine Cultures name_list_greek = cn_birziminion - name_list_aeolian = cn_birziminion name_list_helleno_aramean = cn_birziminion name_list_greek_gothic = cn_birziminion name_list_greek_persian = cn_birziminion @@ -15544,7 +15228,6 @@ e_byzantium = { name_list_romano_vandalic = cn_drivastum #Byzantine Cultures name_list_greek = cn_dribaston - name_list_aeolian = cn_dribaston name_list_helleno_aramean = cn_dribaston name_list_greek_gothic = cn_dribaston name_list_greek_persian = cn_dribaston @@ -15581,7 +15264,6 @@ e_byzantium = { name_list_romano_pannonian = cn_dagnum #Byzantine Cultures name_list_greek = cn_dagnon - name_list_aeolian = cn_dagnon name_list_helleno_aramean = cn_dagnon name_list_greek_gothic = cn_dagnon name_list_greek_persian = cn_dagnon @@ -15618,7 +15300,6 @@ e_byzantium = { name_list_romano_vandalic = cn_scodra #Byzantine Cultures name_list_greek = cn_skodra - name_list_aeolian = cn_skodra name_list_helleno_aramean = cn_skodra name_list_greek_gothic = cn_skodra name_list_greek_persian = cn_skodra @@ -15666,7 +15347,6 @@ e_byzantium = { name_list_italian = cn_antivari #Byzantine Cultures name_list_greek = cn_antibarion - name_list_aeolian = cn_antibarion name_list_helleno_aramean = cn_antibarion name_list_greek_gothic = cn_antibarion name_list_greek_persian = cn_antibarion @@ -15703,7 +15383,6 @@ e_byzantium = { name_list_romano_vandalic = cn_olcinium #Byzantine Cultures name_list_greek = cn_oulkinion - name_list_aeolian = cn_oulkinion name_list_helleno_aramean = cn_oulkinion name_list_greek_gothic = cn_oulkinion name_list_greek_persian = cn_oulkinion @@ -15740,7 +15419,6 @@ e_byzantium = { name_list_romano_pannonian = cn_ascrivium #Byzantine Cultures name_list_greek = cn_askribion - name_list_aeolian = cn_askribion name_list_helleno_aramean = cn_askribion name_list_greek_gothic = cn_askribion name_list_greek_persian = cn_askribion @@ -15861,7 +15539,6 @@ e_byzantium = { name_list_romano_vandalic = cn_scupi #Byzantine Cultures name_list_greek = cn_skoupoi - name_list_aeolian = cn_skoupoi name_list_helleno_aramean = cn_skoupoi name_list_greek_gothic = cn_skoupoi name_list_greek_persian = cn_skoupoi @@ -15897,7 +15574,6 @@ e_byzantium = { name_list_romano_vandalic = cn_scupi #Byzantine Cultures name_list_greek = cn_skoupoi - name_list_aeolian = cn_skoupoi name_list_helleno_aramean = cn_skoupoi name_list_greek_gothic = cn_skoupoi name_list_greek_persian = cn_skoupoi @@ -15939,7 +15615,6 @@ e_byzantium = { name_list_romano_vandalic = cn_oaeneum #Byzantine Cultures name_list_greek = cn_oaineon - name_list_aeolian = cn_oaineon name_list_helleno_aramean = cn_oaineon name_list_greek_gothic = cn_oaineon name_list_greek_persian = cn_oaineon @@ -15978,7 +15653,6 @@ e_byzantium = { name_list_romano_vandalic = cn_pautalia #Byzantine Cultures name_list_greek = cn_pautalia - name_list_aeolian = cn_pautalia name_list_helleno_aramean = cn_pautalia name_list_greek_gothic = cn_pautalia name_list_greek_persian = cn_pautalia @@ -16014,7 +15688,6 @@ e_byzantium = { name_list_romano_vandalic = cn_pautalia #Byzantine Cultures name_list_greek = cn_pautalia - name_list_aeolian = cn_pautalia name_list_helleno_aramean = cn_pautalia name_list_greek_gothic = cn_pautalia name_list_greek_persian = cn_pautalia @@ -16056,7 +15729,6 @@ e_byzantium = { name_list_romano_vandalic = cn_tranupara #Byzantine Cultures name_list_greek = cn_tranoupara - name_list_aeolian = cn_tranoupara name_list_helleno_aramean = cn_tranoupara name_list_greek_gothic = cn_tranoupara name_list_greek_persian = cn_tranoupara @@ -16121,7 +15793,6 @@ e_byzantium = { name_list_romano_vandalic = cn_ulpiana #Byzantine Cultures name_list_greek = cn_oulpiana - name_list_aeolian = cn_oulpiana name_list_helleno_aramean = cn_oulpiana name_list_greek_gothic = cn_oulpiana name_list_greek_persian = cn_oulpiana @@ -16163,7 +15834,6 @@ e_byzantium = { name_list_romano_pannonian = cn_siparantum #Byzantine Cultures name_list_greek = cn_siparanton - name_list_aeolian = cn_siparanton name_list_helleno_aramean = cn_siparanton name_list_greek_gothic = cn_siparanton name_list_greek_persian = cn_siparanton @@ -16200,7 +15870,6 @@ e_byzantium = { name_list_romano_pannonian = cn_vicianum #Byzantine Cultures name_list_greek = cn_bikianon - name_list_aeolian = cn_bikianon name_list_helleno_aramean = cn_bikianon name_list_greek_gothic = cn_bikianon name_list_greek_persian = cn_bikianon @@ -16237,7 +15906,6 @@ e_byzantium = { name_list_romano_pannonian = cn_vindenae #Byzantine Cultures name_list_greek = cn_bindenai - name_list_aeolian = cn_bindenai name_list_helleno_aramean = cn_bindenai name_list_greek_gothic = cn_bindenai name_list_greek_persian = cn_bindenai @@ -16288,7 +15956,6 @@ e_byzantium = { name_list_romano_vandalic = cn_hammeum #Byzantine Cultures name_list_greek = cn_komplos - name_list_aeolian = cn_komplos name_list_helleno_aramean = cn_komplos name_list_greek_gothic = cn_komplos name_list_greek_persian = cn_komplos @@ -16332,7 +15999,6 @@ e_byzantium = { name_list_romano_pannonian = cn_serdica #Byzantine Cultures name_list_greek = cn_serdike - name_list_aeolian = cn_serdike name_list_helleno_aramean = cn_serdike name_list_greek_gothic = cn_serdike name_list_greek_persian = cn_serdike @@ -16368,7 +16034,6 @@ e_byzantium = { name_list_romano_pannonian = cn_serdica #Byzantine Cultures name_list_greek = cn_serdike - name_list_aeolian = cn_serdike name_list_helleno_aramean = cn_serdike name_list_greek_gothic = cn_serdike name_list_greek_persian = cn_serdike @@ -16410,7 +16075,6 @@ e_byzantium = { name_list_romano_pannonian = cn_adeva #Byzantine Cultures name_list_greek = cn_adeba - name_list_aeolian = cn_adeba name_list_helleno_aramean = cn_adeba name_list_greek_gothic = cn_adeba name_list_greek_persian = cn_adeba @@ -16452,7 +16116,6 @@ e_byzantium = { name_list_romano_pannonian = cn_sportela #Byzantine Cultures name_list_greek = cn_sportela - name_list_aeolian = cn_sportela name_list_helleno_aramean = cn_sportela name_list_greek_gothic = cn_sportela name_list_greek_persian = cn_sportela @@ -16503,7 +16166,6 @@ e_byzantium = { name_list_romano_pannonian = cn_timacum_maior #Byzantine Cultures name_list_greek = cn_timakon_megas - name_list_aeolian = cn_timakon_megas name_list_helleno_aramean = cn_timakon_megas name_list_greek_gothic = cn_timakon_megas name_list_greek_persian = cn_timakon_megas @@ -16540,7 +16202,6 @@ e_byzantium = { name_list_romano_vandalic = cn_turres #Byzantine Cultures name_list_greek = cn_pyrgoi - name_list_aeolian = cn_pyrgoi name_list_helleno_aramean = cn_pyrgoi name_list_greek_gothic = cn_pyrgoi name_list_greek_persian = cn_pyrgoi @@ -16589,7 +16250,6 @@ e_byzantium = { name_list_romano_vandalic = cn_bononia #Byzantine Cultures name_list_greek = cn_bononia - name_list_aeolian = cn_bononia name_list_helleno_aramean = cn_bononia name_list_greek_gothic = cn_bononia name_list_greek_persian = cn_bononia @@ -16625,7 +16285,6 @@ e_byzantium = { name_list_romano_pannonian = cn_ratiaria #Byzantine Cultures name_list_greek = cn_razaria - name_list_aeolian = cn_razaria name_list_helleno_aramean = cn_razaria name_list_greek_gothic = cn_razaria name_list_greek_persian = cn_razaria @@ -16664,7 +16323,6 @@ e_byzantium = { name_list_romano_vandalic = cn_bononia #Byzantine Cultures name_list_greek = cn_bononia - name_list_aeolian = cn_bononia name_list_helleno_aramean = cn_bononia name_list_greek_gothic = cn_bononia name_list_greek_persian = cn_bononia @@ -16701,7 +16359,6 @@ e_byzantium = { name_list_romano_vandalic = cn_zames #Byzantine Cultures name_list_greek = cn_zames - name_list_aeolian = cn_zames name_list_helleno_aramean = cn_zames name_list_greek_gothic = cn_zames name_list_greek_persian = cn_zames @@ -16738,7 +16395,6 @@ e_byzantium = { name_list_romano_pannonian = cn_romuliana #Byzantine Cultures name_list_greek = cn_romyliana - name_list_aeolian = cn_romyliana name_list_helleno_aramean = cn_romyliana name_list_greek_gothic = cn_romyliana name_list_greek_persian = cn_romyliana @@ -16781,7 +16437,6 @@ e_byzantium = { name_list_romano_pannonian = cn_valvae #Byzantine Cultures name_list_greek = cn_balbai - name_list_aeolian = cn_balbai name_list_helleno_aramean = cn_balbai name_list_greek_gothic = cn_balbai name_list_greek_persian = cn_balbai @@ -16820,7 +16475,6 @@ e_byzantium = { name_list_romano_pannonian = cn_valvae #Byzantine Cultures name_list_greek = cn_balbai - name_list_aeolian = cn_balbai name_list_helleno_aramean = cn_balbai name_list_greek_gothic = cn_balbai name_list_greek_persian = cn_balbai @@ -16861,7 +16515,6 @@ e_byzantium = { name_list_romano_pannonian = cn_almus #Byzantine Cultures name_list_greek = cn_almos - name_list_aeolian = cn_almos name_list_helleno_aramean = cn_almos name_list_greek_gothic = cn_almos name_list_greek_persian = cn_almos @@ -16905,7 +16558,6 @@ e_byzantium = { name_list_romano_vandalic = cn_montana #Byzantine Cultures name_list_greek = cn_montana - name_list_aeolian = cn_montana name_list_helleno_aramean = cn_montana name_list_greek_gothic = cn_montana name_list_greek_persian = cn_montana diff --git a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt index 3ee29115f2..00624fef17 100644 --- a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt +++ b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt @@ -14,7 +14,6 @@ e_caspian-pontic_steppe = { cultural_names = { name_list_greek = cn_cimmerian_bosporus - name_list_aeolian = cn_cimmerian_bosporus name_list_helleno_aramean = cn_cimmerian_bosporus name_list_greek_gothic = cn_cimmerian_bosporus name_list_greek_persian = cn_cimmerian_bosporus @@ -60,7 +59,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_panticapaeum #Byzantine Cultures name_list_greek = cn_pantikapaion - name_list_aeolian = cn_pantikapaion name_list_helleno_aramean = cn_pantikapaion name_list_greek_gothic = cn_pantikapaion name_list_greek_persian = cn_pantikapaion @@ -96,7 +94,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_panticapaeum #Byzantine Cultures name_list_greek = cn_pantikapaion - name_list_aeolian = cn_pantikapaion name_list_helleno_aramean = cn_pantikapaion name_list_greek_gothic = cn_pantikapaion name_list_greek_persian = cn_pantikapaion @@ -157,7 +154,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_neapolis #Byzantine Cultures name_list_greek = cn_neapolis - name_list_aeolian = cn_neapolis name_list_helleno_aramean = cn_neapolis name_list_greek_gothic = cn_neapolis name_list_greek_persian = cn_neapolis @@ -196,7 +192,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_taphrae #Byzantine Cultures name_list_greek = cn_taphrai - name_list_aeolian = cn_taphrai name_list_helleno_aramean = cn_taphrai name_list_greek_gothic = cn_taphrai name_list_greek_persian = cn_taphrai @@ -232,7 +227,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_taphrae #Byzantine Cultures name_list_greek = cn_taphrai - name_list_aeolian = cn_taphrai name_list_helleno_aramean = cn_taphrai name_list_greek_gothic = cn_taphrai name_list_greek_persian = cn_taphrai @@ -281,7 +275,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_hermonassa #Byzantine Cultures name_list_greek = cn_hermonassa - name_list_aeolian = cn_hermonassa name_list_helleno_aramean = cn_hermonassa name_list_greek_gothic = cn_hermonassa name_list_greek_persian = cn_hermonassa @@ -317,7 +310,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_hermonassa #Byzantine Cultures name_list_greek = cn_hermonassa - name_list_aeolian = cn_hermonassa name_list_helleno_aramean = cn_hermonassa name_list_greek_gothic = cn_hermonassa name_list_greek_persian = cn_hermonassa @@ -354,7 +346,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_hypanis #Byzantine Cultures name_list_greek = cn_hypanis - name_list_aeolian = cn_hypanis name_list_helleno_aramean = cn_hypanis name_list_greek_gothic = cn_hypanis name_list_greek_persian = cn_hypanis @@ -405,7 +396,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_theophania #Byzantine Cultures name_list_greek = cn_theophania - name_list_aeolian = cn_theophania name_list_helleno_aramean = cn_theophania name_list_greek_gothic = cn_theophania name_list_greek_persian = cn_theophania @@ -449,7 +439,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_patarue #Byzantine Cultures name_list_greek = cn_pataroue - name_list_aeolian = cn_pataroue name_list_helleno_aramean = cn_pataroue name_list_greek_gothic = cn_pataroue name_list_greek_persian = cn_pataroue @@ -485,7 +474,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_patarue #Byzantine Cultures name_list_greek = cn_pataroue - name_list_aeolian = cn_pataroue name_list_helleno_aramean = cn_pataroue name_list_greek_gothic = cn_pataroue name_list_greek_persian = cn_pataroue @@ -522,7 +510,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_lycus #Byzantine Cultures name_list_greek = cn_lykos - name_list_aeolian = cn_lykos name_list_helleno_aramean = cn_lykos name_list_greek_gothic = cn_lykos name_list_greek_persian = cn_lykos @@ -833,7 +820,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_istrianorum_portus #Byzantine Cultures name_list_greek = cn_istrianon_limen - name_list_aeolian = cn_istrianon_limen name_list_helleno_aramean = cn_istrianon_limen name_list_greek_gothic = cn_istrianon_limen name_list_greek_persian = cn_istrianon_limen @@ -869,7 +855,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_istrianorum_portus #Byzantine Cultures name_list_greek = cn_istrianon_limen - name_list_aeolian = cn_istrianon_limen name_list_helleno_aramean = cn_istrianon_limen name_list_greek_gothic = cn_istrianon_limen name_list_greek_persian = cn_istrianon_limen @@ -1016,7 +1001,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_nicopolis #Byzantine Cultures name_list_greek = cn_nikopolis - name_list_aeolian = cn_nikopolis name_list_helleno_aramean = cn_nikopolis name_list_greek_gothic = cn_nikopolis name_list_greek_persian = cn_nikopolis @@ -1166,7 +1150,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_tanais #Byzantine Cultures name_list_greek = cn_tanais - name_list_aeolian = cn_tanais name_list_helleno_aramean = cn_tanais name_list_greek_gothic = cn_tanais name_list_greek_persian = cn_tanais @@ -1202,7 +1185,6 @@ e_caspian-pontic_steppe = { name_list_romano_pannonian = cn_tanais #Byzantine Cultures name_list_greek = cn_tanais - name_list_aeolian = cn_tanais name_list_helleno_aramean = cn_tanais name_list_greek_gothic = cn_tanais name_list_greek_persian = cn_tanais @@ -1239,7 +1221,6 @@ e_caspian-pontic_steppe = { name_list_romano_vandalic = cn_cremni #Byzantine Cultures name_list_greek = cn_kremnoi - name_list_aeolian = cn_kremnoi name_list_helleno_aramean = cn_kremnoi name_list_greek_gothic = cn_kremnoi name_list_greek_persian = cn_kremnoi diff --git a/WtWSMS/common/landed_titles/BP_e_dacia.txt b/WtWSMS/common/landed_titles/BP_e_dacia.txt index 85580e1ef1..317b808ea6 100644 --- a/WtWSMS/common/landed_titles/BP_e_dacia.txt +++ b/WtWSMS/common/landed_titles/BP_e_dacia.txt @@ -121,7 +121,6 @@ e_dacia = { name_list_romano_vandalic = cn_moesia_inferior #Byzantine Cultures name_list_greek = cn_moesia_inferior - name_list_aeolian = cn_moesia_inferior name_list_helleno_aramean = cn_moesia_inferior name_list_greek_gothic = cn_moesia_inferior name_list_greek_persian = cn_moesia_inferior @@ -261,7 +260,6 @@ e_dacia = { name_list_romano_vandalic = cn_aluta #Byzantine Cultures name_list_greek = cn_alytos - name_list_aeolian = cn_alytos name_list_helleno_aramean = cn_alytos name_list_greek_gothic = cn_alytos name_list_greek_persian = cn_alytos diff --git a/WtWSMS/common/landed_titles/BP_e_gaul.txt b/WtWSMS/common/landed_titles/BP_e_gaul.txt index e18f7177d6..0b47279c44 100644 --- a/WtWSMS/common/landed_titles/BP_e_gaul.txt +++ b/WtWSMS/common/landed_titles/BP_e_gaul.txt @@ -4025,7 +4025,6 @@ e_gaul = { #Byzantine Cultures name_list_greek = cn_massalia name_list_massalian = cn_massalia - name_list_aeolian = cn_massalia name_list_helleno_aramean = cn_massalia name_list_greek_gothic = cn_massalia name_list_greek_persian = cn_massalia @@ -4059,7 +4058,6 @@ e_gaul = { #Byzantine Cultures name_list_greek = cn_telon name_list_massalian = cn_telon - name_list_aeolian = cn_telon name_list_helleno_aramean = cn_telon name_list_greek_gothic = cn_telon name_list_greek_persian = cn_telon @@ -4120,7 +4118,6 @@ e_gaul = { name_list_romano_vandalic = cn_salinae #Byzantine Cultures name_list_greek = cn_salinai - name_list_aeolian = cn_salinai name_list_helleno_aramean = cn_salinai name_list_greek_gothic = cn_salinai name_list_greek_persian = cn_salinai @@ -4157,7 +4154,6 @@ e_gaul = { name_list_romano_vandalic = cn_massalia #Byzantine Cultures name_list_greek = cn_massalia - name_list_aeolian = cn_massalia name_list_helleno_aramean = cn_massalia name_list_greek_gothic = cn_massalia name_list_greek_persian = cn_massalia @@ -4194,7 +4190,6 @@ e_gaul = { name_list_romano_vandalic = cn_aquae_sextiae #Byzantine Cultures name_list_greek = cn_hydata_sextia - name_list_aeolian = cn_hydata_sextia name_list_helleno_aramean = cn_hydata_sextia name_list_greek_gothic = cn_hydata_sextia name_list_greek_persian = cn_hydata_sextia @@ -4241,7 +4236,6 @@ e_gaul = { #Byzantine Cultures name_list_greek = cn_nikaia name_list_massalian = cn_nikaia - name_list_aeolian = cn_nikaia name_list_helleno_aramean = cn_nikaia name_list_greek_gothic = cn_nikaia name_list_greek_persian = cn_nikaia @@ -4278,7 +4272,6 @@ e_gaul = { #Byzantine Cultures name_list_greek = cn_nikaia name_list_massalian = cn_nikaia - name_list_aeolian = cn_nikaia name_list_helleno_aramean = cn_nikaia name_list_greek_gothic = cn_nikaia name_list_greek_persian = cn_nikaia @@ -4315,7 +4308,6 @@ e_gaul = { #Byzantine Cultures name_list_greek = cn_grassa name_list_massalian = cn_grassa - name_list_aeolian = cn_grassa name_list_helleno_aramean = cn_grassa name_list_greek_gothic = cn_grassa name_list_greek_persian = cn_grassa @@ -4352,7 +4344,6 @@ e_gaul = { #Byzantine Cultures name_list_greek = cn_rigomagos name_list_massalian = cn_rigomagos - name_list_aeolian = cn_rigomagos name_list_helleno_aramean = cn_rigomagos name_list_greek_gothic = cn_rigomagos name_list_greek_persian = cn_rigomagos @@ -4412,7 +4403,6 @@ e_gaul = { #Byzantine Cultures name_list_greek = cn_dinia name_list_massalian = cn_dinia - name_list_aeolian = cn_dinia name_list_helleno_aramean = cn_dinia name_list_greek_gothic = cn_dinia name_list_greek_persian = cn_dinia @@ -4449,7 +4439,6 @@ e_gaul = { name_list_romano_vandalic = cn_ebrodunum #Byzantine Cultures name_list_greek = cn_ebrodunum - name_list_aeolian = cn_ebrodunum name_list_helleno_aramean = cn_ebrodunum name_list_greek_gothic = cn_ebrodunum name_list_greek_persian = cn_ebrodunum diff --git a/WtWSMS/common/landed_titles/BP_e_italy.txt b/WtWSMS/common/landed_titles/BP_e_italy.txt index c4d30634e0..95c20b3de3 100644 --- a/WtWSMS/common/landed_titles/BP_e_italy.txt +++ b/WtWSMS/common/landed_titles/BP_e_italy.txt @@ -26,7 +26,6 @@ e_italy = { name_list_romano_vandalic = cn_italia #Byzantine Cultures name_list_greek = cn_italia - name_list_aeolian = cn_italia name_list_helleno_aramean = cn_italia name_list_greek_gothic = cn_italia name_list_greek_persian = cn_italia @@ -472,7 +471,6 @@ e_italy = { name_list_romano_vandalic = cn_tergeste #Byzantine Cultures name_list_greek = cn_tergesti - name_list_aeolian = cn_tergesti name_list_helleno_aramean = cn_tergesti name_list_greek_gothic = cn_tergesti name_list_greek_persian = cn_tergesti @@ -1970,7 +1968,6 @@ e_italy = { name_list_romano_pannonian = cn_mutina #Byzantine Cultures name_list_greek = cn_moutina - name_list_aeolian = cn_moutina name_list_helleno_aramean = cn_moutina name_list_greek_gothic = cn_moutina name_list_greek_persian = cn_moutina @@ -2011,7 +2008,6 @@ e_italy = { name_list_romano_vandalic = cn_canusia #Byzantine Cultures name_list_greek = cn_kanousia - name_list_aeolian = cn_kanousia name_list_helleno_aramean = cn_kanousia name_list_greek_gothic = cn_kanousia name_list_greek_persian = cn_kanousia @@ -2052,7 +2048,6 @@ e_italy = { name_list_romano_pannonian = cn_regium_lepidi #Byzantine Cultures name_list_greek = cn_rhegion_lepidion - name_list_aeolian = cn_rhegion_lepidion name_list_helleno_aramean = cn_rhegion_lepidion name_list_greek_gothic = cn_rhegion_lepidion name_list_greek_persian = cn_rhegion_lepidion @@ -2093,7 +2088,6 @@ e_italy = { name_list_romano_vandalic = cn_centum #Byzantine Cultures name_list_greek = cn_kenton - name_list_aeolian = cn_kenton name_list_helleno_aramean = cn_kenton name_list_greek_gothic = cn_kenton name_list_greek_persian = cn_kenton @@ -2218,7 +2212,6 @@ e_italy = { name_list_romano_pannonian = cn_bononia #Byzantine Cultures name_list_greek = cn_bononia - name_list_aeolian = cn_bononia name_list_helleno_aramean = cn_bononia name_list_greek_gothic = cn_bononia name_list_greek_persian = cn_bononia @@ -2258,7 +2251,6 @@ e_italy = { name_list_romano_pannonian = cn_bononia #Byzantine Cultures name_list_greek = cn_bononia - name_list_aeolian = cn_bononia name_list_helleno_aramean = cn_bononia name_list_greek_gothic = cn_bononia name_list_greek_persian = cn_bononia @@ -2523,7 +2515,6 @@ e_italy = { name_list_romano_pannonian = cn_urbinum #Byzantine Cultures name_list_greek = cn_ourbinon - name_list_aeolian = cn_ourbinon name_list_helleno_aramean = cn_ourbinon name_list_greek_gothic = cn_ourbinon name_list_greek_persian = cn_ourbinon @@ -2563,7 +2554,6 @@ e_italy = { name_list_romano_pannonian = cn_urbinum #Byzantine Cultures name_list_greek = cn_ourbinon - name_list_aeolian = cn_ourbinon name_list_helleno_aramean = cn_ourbinon name_list_greek_gothic = cn_ourbinon name_list_greek_persian = cn_ourbinon @@ -2631,7 +2621,6 @@ e_italy = { name_list_romano_pannonian = cn_pisaurum #Byzantine Cultures name_list_greek = cn_pisauron - name_list_aeolian = cn_pisauron name_list_helleno_aramean = cn_pisauron name_list_greek_gothic = cn_pisauron name_list_greek_persian = cn_pisauron @@ -2681,7 +2670,6 @@ e_italy = { name_list_thuringian = cn_genua #Byzantine name_list_greek = cn_genova - name_list_aeolian = cn_genova name_list_helleno_aramean = cn_genova name_list_greek_gothic = cn_genova name_list_greek_persian = cn_genova @@ -2722,7 +2710,6 @@ e_italy = { name_list_thuringian = cn_genua #Byzantine name_list_greek = cn_genova - name_list_aeolian = cn_genova name_list_helleno_aramean = cn_genova name_list_greek_gothic = cn_genova name_list_greek_persian = cn_genova @@ -2762,7 +2749,6 @@ e_italy = { name_list_thuringian = cn_genua #Byzantine name_list_greek = cn_genova - name_list_aeolian = cn_genova name_list_helleno_aramean = cn_genova name_list_greek_gothic = cn_genova name_list_greek_persian = cn_genova @@ -2799,7 +2785,6 @@ e_italy = { name_list_romano_pannonian = cn_monoecus #Byzantine name_list_greek = cn_monoikos - name_list_aeolian = cn_monoikos name_list_helleno_aramean = cn_monoikos name_list_greek_gothic = cn_monoikos name_list_greek_persian = cn_monoikos @@ -4138,7 +4123,6 @@ e_italy = { name_list_romano_vandalic = cn_alsium #Byzantine Cultures name_list_greek = cn_alsion - name_list_aeolian = cn_alsion name_list_helleno_aramean = cn_alsion name_list_greek_gothic = cn_alsion name_list_greek_persian = cn_alsion @@ -4174,7 +4158,6 @@ e_italy = { name_list_romano_vandalic = cn_falerii #Byzantine Cultures name_list_greek = cn_phalerioi - name_list_aeolian = cn_phalerioi name_list_helleno_aramean = cn_phalerioi name_list_greek_gothic = cn_phalerioi name_list_greek_persian = cn_phalerioi @@ -4220,7 +4203,6 @@ e_italy = { name_list_romano_vandalic = cn_viterbium #Byzantine Cultures name_list_greek = cn_viterbion - name_list_aeolian = cn_viterbion name_list_helleno_aramean = cn_viterbion name_list_greek_gothic = cn_viterbion name_list_greek_persian = cn_viterbion @@ -4259,7 +4241,6 @@ e_italy = { name_list_romano_vandalic = cn_viterbium #Byzantine Cultures name_list_greek = cn_viterbion - name_list_aeolian = cn_viterbion name_list_helleno_aramean = cn_viterbion name_list_greek_gothic = cn_viterbion name_list_greek_persian = cn_viterbion @@ -4299,7 +4280,6 @@ e_italy = { name_list_romano_vandalic = cn_sutrium #Byzantine Cultures name_list_greek = cn_soutrion - name_list_aeolian = cn_soutrion name_list_helleno_aramean = cn_soutrion name_list_greek_gothic = cn_soutrion name_list_greek_persian = cn_soutrion @@ -4339,7 +4319,6 @@ e_italy = { name_list_romano_vandalic = cn_centumcellae #Byzantine Cultures name_list_greek = cn_kentoukellai - name_list_aeolian = cn_kentoukellai name_list_helleno_aramean = cn_kentoukellai name_list_greek_gothic = cn_kentoukellai name_list_greek_persian = cn_kentoukellai @@ -4377,7 +4356,6 @@ e_italy = { name_list_romano_vandalic = cn_tibur #Byzantine Cultures name_list_greek = cn_tibour - name_list_aeolian = cn_tibour name_list_helleno_aramean = cn_tibour name_list_greek_gothic = cn_tibour name_list_greek_persian = cn_tibour @@ -4416,7 +4394,6 @@ e_italy = { name_list_romano_vandalic = cn_tibur #Byzantine Cultures name_list_greek = cn_tibour - name_list_aeolian = cn_tibour name_list_helleno_aramean = cn_tibour name_list_greek_gothic = cn_tibour name_list_greek_persian = cn_tibour @@ -4478,7 +4455,6 @@ e_italy = { name_list_romano_vandalic = cn_signia #Byzantine Cultures name_list_greek = cn_signia - name_list_aeolian = cn_signia name_list_helleno_aramean = cn_signia name_list_greek_gothic = cn_signia name_list_greek_persian = cn_signia @@ -4644,7 +4620,6 @@ e_italy = { name_list_ostrogothic = cn_praetutium #Byzantine Cultures name_list_greek = cn_interamnion - name_list_aeolian = cn_interamnion name_list_helleno_aramean = cn_interamnion name_list_greek_gothic = cn_interamnion name_list_greek_persian = cn_interamnion @@ -4679,7 +4654,6 @@ e_italy = { name_list_romano_vandalic = cn_alba_fucens #Byzantine Cultures name_list_greek = cn_alba_phoukentis - name_list_aeolian = cn_alba_phoukentis name_list_helleno_aramean = cn_alba_phoukentis name_list_greek_gothic = cn_alba_phoukentis name_list_greek_persian = cn_alba_phoukentis @@ -4715,7 +4689,6 @@ e_italy = { name_list_romano_vandalic = cn_reate #Byzantine Cultures name_list_greek = cn_reate - name_list_aeolian = cn_reate name_list_helleno_aramean = cn_reate name_list_greek_gothic = cn_reate name_list_greek_persian = cn_reate @@ -4742,7 +4715,6 @@ e_italy = { cultural_names = { #Byzantine Cultures name_list_greek = cn_ankon - name_list_aeolian = cn_ankon name_list_helleno_aramean = cn_ankon name_list_greek_gothic = cn_ankon name_list_greek_persian = cn_ankon @@ -4761,7 +4733,6 @@ e_italy = { cultural_names = { #Byzantine Cultures name_list_greek = cn_ankon - name_list_aeolian = cn_ankon name_list_helleno_aramean = cn_ankon name_list_greek_gothic = cn_ankon name_list_greek_persian = cn_ankon @@ -4937,7 +4908,6 @@ e_italy = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kapye - name_list_aeolian = cn_kapye name_list_helleno_aramean = cn_kapye name_list_greek_gothic = cn_kapye name_list_greek_persian = cn_kapye @@ -4956,7 +4926,6 @@ e_italy = { cultural_names = { #Byzantine Cultures name_list_greek = cn_kapye - name_list_aeolian = cn_kapye name_list_helleno_aramean = cn_kapye name_list_greek_gothic = cn_kapye name_list_greek_persian = cn_kapye @@ -4992,7 +4961,6 @@ e_italy = { name_list_romano_vandalic = cn_caieta #Byzantine Cultures name_list_greek = cn_kaiete - name_list_aeolian = cn_kaiete name_list_helleno_aramean = cn_kaiete name_list_greek_gothic = cn_kaiete name_list_greek_persian = cn_kaiete @@ -5028,7 +4996,6 @@ e_italy = { name_list_romano_vandalic = cn_casinum #Byzantine Cultures name_list_greek = cn_kasinon - name_list_aeolian = cn_kasinon name_list_helleno_aramean = cn_kasinon name_list_greek_gothic = cn_kasinon name_list_greek_persian = cn_kasinon @@ -5067,7 +5034,6 @@ e_italy = { name_list_romano_vandalic = cn_neapolis #Byzantine Cultures name_list_greek = cn_neapolis - name_list_aeolian = cn_neapolis name_list_helleno_aramean = cn_neapolis name_list_greek_gothic = cn_neapolis name_list_greek_persian = cn_neapolis @@ -5103,7 +5069,6 @@ e_italy = { name_list_romano_vandalic = cn_neapolis #Byzantine Cultures name_list_greek = cn_neapolis - name_list_aeolian = cn_neapolis name_list_helleno_aramean = cn_neapolis name_list_greek_gothic = cn_neapolis name_list_greek_persian = cn_neapolis @@ -5140,7 +5105,6 @@ e_italy = { name_list_romano_vandalic = cn_amalphia #Byzantine Cultures name_list_greek = cn_amalphia - name_list_aeolian = cn_amalphia name_list_helleno_aramean = cn_amalphia name_list_greek_gothic = cn_amalphia name_list_greek_persian = cn_amalphia @@ -5478,7 +5442,6 @@ e_italy = { name_list_romano_vandalic = cn_sipontum #Byzantine Cultures name_list_greek = cn_sipious - name_list_aeolian = cn_sipious name_list_helleno_aramean = cn_sipious name_list_greek_gothic = cn_sipious name_list_greek_persian = cn_sipious @@ -5515,7 +5478,6 @@ e_italy = { name_list_romano_pannonian = cn_venusia #Byzantine Cultures name_list_greek = cn_venousia - name_list_aeolian = cn_venousia name_list_helleno_aramean = cn_venousia name_list_greek_gothic = cn_venousia name_list_greek_persian = cn_venousia @@ -5552,7 +5514,6 @@ e_italy = { name_list_romano_pannonian = cn_aceruntia #Byzantine Cultures name_list_greek = cn_acherontia - name_list_aeolian = cn_acherontia name_list_helleno_aramean = cn_acherontia name_list_greek_gothic = cn_acherontia name_list_greek_persian = cn_acherontia @@ -5595,7 +5556,6 @@ e_italy = { name_list_thuringian = cn_barium #Byzantine Cultures name_list_greek = cn_barion - name_list_aeolian = cn_barion name_list_helleno_aramean = cn_barion name_list_greek_gothic = cn_barion name_list_greek_persian = cn_barion @@ -5635,7 +5595,6 @@ e_italy = { name_list_thuringian = cn_barium #Byzantine Cultures name_list_greek = cn_barion - name_list_aeolian = cn_barion name_list_helleno_aramean = cn_barion name_list_greek_gothic = cn_barion name_list_greek_persian = cn_barion @@ -5672,7 +5631,6 @@ e_italy = { name_list_romano_pannonian = cn_matheola #Byzantine Cultures name_list_greek = cn_matheola - name_list_aeolian = cn_matheola name_list_helleno_aramean = cn_matheola name_list_greek_gothic = cn_matheola name_list_greek_persian = cn_matheola @@ -5717,7 +5675,6 @@ e_italy = { name_list_thuringian = cn_tarentum #Byzantine Cultures name_list_greek = cn_taras - name_list_aeolian = cn_taras name_list_helleno_aramean = cn_taras name_list_greek_gothic = cn_taras name_list_greek_persian = cn_taras @@ -5760,7 +5717,6 @@ e_italy = { name_list_thuringian = cn_lupiae #Byzantine Cultures name_list_greek = cn_loupiai - name_list_aeolian = cn_loupiai name_list_helleno_aramean = cn_loupiai name_list_greek_gothic = cn_loupiai name_list_greek_persian = cn_loupiai @@ -5796,7 +5752,6 @@ e_italy = { name_list_romano_pannonian = cn_lupiae #Byzantine Cultures name_list_greek = cn_loupiai - name_list_aeolian = cn_loupiai name_list_helleno_aramean = cn_loupiai name_list_greek_gothic = cn_loupiai name_list_greek_persian = cn_loupiai @@ -5841,7 +5796,6 @@ e_italy = { name_list_thuringian = cn_brundisium #Byzantine Cultures name_list_greek = cn_kentoukellai - name_list_aeolian = cn_kentoukellai name_list_helleno_aramean = cn_kentoukellai name_list_greek_gothic = cn_kentoukellai name_list_greek_persian = cn_kentoukellai @@ -5878,7 +5832,6 @@ e_italy = { name_list_romano_pannonian = cn_hydruntum #Byzantine Cultures name_list_greek = cn_hydrous - name_list_aeolian = cn_hydrous name_list_helleno_aramean = cn_hydrous name_list_greek_gothic = cn_hydrous name_list_greek_persian = cn_hydrous @@ -5920,7 +5873,6 @@ e_italy = { name_list_romano_vandalic = cn_fovea #Byzantine Cultures name_list_greek = cn_photia - name_list_aeolian = cn_photia name_list_helleno_aramean = cn_photia name_list_greek_gothic = cn_photia name_list_greek_persian = cn_photia @@ -5955,7 +5907,6 @@ e_italy = { name_list_romano_vandalic = cn_luceria #Byzantine Cultures name_list_greek = cn_loukeria - name_list_aeolian = cn_loukeria name_list_helleno_aramean = cn_loukeria name_list_greek_gothic = cn_loukeria name_list_greek_persian = cn_loukeria @@ -6013,7 +5964,6 @@ e_italy = { name_list_romano_vandalic = cn_vesta #Byzantine Cultures name_list_greek = cn_hestia - name_list_aeolian = cn_hestia name_list_helleno_aramean = cn_hestia name_list_greek_gothic = cn_hestia name_list_greek_persian = cn_hestia @@ -6075,7 +6025,6 @@ e_italy = { name_list_romano_vandalic = cn_salernum #Byzantine Cultures name_list_greek = cn_salernon - name_list_aeolian = cn_salernon name_list_helleno_aramean = cn_salernon name_list_greek_gothic = cn_salernon name_list_greek_persian = cn_salernon @@ -6110,7 +6059,6 @@ e_italy = { name_list_romano_vandalic = cn_salernum #Byzantine Cultures name_list_greek = cn_salernon - name_list_aeolian = cn_salernon name_list_helleno_aramean = cn_salernon name_list_greek_gothic = cn_salernon name_list_greek_persian = cn_salernon @@ -6147,7 +6095,6 @@ e_italy = { name_list_romano_pannonian = cn_marathea #Byzantine Cultures name_list_greek = cn_maratheia - name_list_aeolian = cn_maratheia name_list_helleno_aramean = cn_maratheia name_list_greek_gothic = cn_maratheia name_list_greek_persian = cn_maratheia @@ -6183,7 +6130,6 @@ e_italy = { name_list_romano_vandalic = cn_potenia #Byzantine Cultures name_list_greek = cn_potenia - name_list_aeolian = cn_potenia name_list_helleno_aramean = cn_potenia name_list_greek_gothic = cn_potenia name_list_greek_persian = cn_potenia @@ -6220,7 +6166,6 @@ e_italy = { name_list_romano_pannonian = cn_buxentum #Byzantine Cultures name_list_greek = cn_pixous - name_list_aeolian = cn_pixous name_list_helleno_aramean = cn_pixous name_list_greek_gothic = cn_pixous name_list_greek_persian = cn_pixous @@ -6260,7 +6205,6 @@ e_italy = { name_list_romano_vandalic = cn_stylianum #Byzantine Cultures name_list_greek = cn_stylianon - name_list_aeolian = cn_stylianon name_list_helleno_aramean = cn_stylianon name_list_greek_gothic = cn_stylianon name_list_greek_persian = cn_stylianon @@ -6303,7 +6247,6 @@ e_italy = { name_list_romano_vandalic = cn_regium #Byzantine Cultures name_list_greek = cn_rhegion - name_list_aeolian = cn_rhegion name_list_helleno_aramean = cn_rhegion name_list_greek_gothic = cn_rhegion name_list_greek_persian = cn_rhegion @@ -6343,7 +6286,6 @@ e_italy = { name_list_romano_vandalic = cn_regium #Byzantine Cultures name_list_greek = cn_rhegion - name_list_aeolian = cn_rhegion name_list_helleno_aramean = cn_rhegion name_list_greek_gothic = cn_rhegion name_list_greek_persian = cn_rhegion @@ -6384,7 +6326,6 @@ e_italy = { name_list_romano_vandalic = cn_scylletium #Byzantine Cultures name_list_greek = cn_skylletion - name_list_aeolian = cn_skylletion name_list_helleno_aramean = cn_skylletion name_list_greek_gothic = cn_skylletion name_list_greek_persian = cn_skylletion @@ -6425,7 +6366,6 @@ e_italy = { name_list_romano_vandalic = cn_tropaea #Byzantine Cultures name_list_greek = cn_trapeia - name_list_aeolian = cn_trapeia name_list_helleno_aramean = cn_trapeia name_list_greek_gothic = cn_trapeia name_list_greek_persian = cn_trapeia @@ -6468,7 +6408,6 @@ e_italy = { name_list_romano_vandalic = cn_consentia #Byzantine Cultures name_list_greek = cn_kosentia - name_list_aeolian = cn_kosentia name_list_helleno_aramean = cn_kosentia name_list_greek_gothic = cn_kosentia name_list_greek_persian = cn_kosentia @@ -6508,7 +6447,6 @@ e_italy = { name_list_romano_vandalic = cn_consentia #Byzantine Cultures name_list_greek = cn_kosentia - name_list_aeolian = cn_kosentia name_list_helleno_aramean = cn_kosentia name_list_greek_gothic = cn_kosentia name_list_greek_persian = cn_kosentia @@ -6549,7 +6487,6 @@ e_italy = { name_list_romano_vandalic = cn_castrum_villarum #Byzantine Cultures name_list_greek = cn_sassonion - name_list_aeolian = cn_sassonion name_list_helleno_aramean = cn_sassonion name_list_greek_gothic = cn_sassonion name_list_greek_persian = cn_sassonion @@ -6586,7 +6523,6 @@ e_italy = { name_list_romano_pannonian = cn_blanda #Byzantine Cultures name_list_greek = cn_blanda - name_list_aeolian = cn_blanda name_list_helleno_aramean = cn_blanda name_list_greek_gothic = cn_blanda name_list_greek_persian = cn_blanda @@ -6670,7 +6606,6 @@ e_italy = { name_list_romano_vandalic = cn_croton #Byzantine Cultures name_list_greek = cn_kronton - name_list_aeolian = cn_kronton name_list_helleno_aramean = cn_kronton name_list_greek_gothic = cn_kronton name_list_greek_persian = cn_kronton @@ -6707,7 +6642,6 @@ e_italy = { name_list_romano_vandalic = cn_catacium #Byzantine Cultures name_list_greek = cn_katantheros - name_list_aeolian = cn_katantheros name_list_helleno_aramean = cn_katantheros name_list_greek_gothic = cn_katantheros name_list_greek_persian = cn_katantheros @@ -6747,7 +6681,6 @@ e_italy = { name_list_romano_vandalic = cn_sicilia #Byzantine Cultures name_list_greek = cn_sikelia - name_list_aeolian = cn_sikelia name_list_helleno_aramean = cn_sikelia name_list_greek_gothic = cn_sikelia name_list_greek_persian = cn_sikelia @@ -6788,7 +6721,6 @@ e_italy = { name_list_romano_vandalic = cn_panormus #Byzantine Cultures name_list_greek = cn_panarmos - name_list_aeolian = cn_panarmos name_list_helleno_aramean = cn_panarmos name_list_greek_gothic = cn_panarmos name_list_greek_persian = cn_panarmos @@ -6839,7 +6771,6 @@ e_italy = { name_list_romano_vandalic = cn_panormus #Byzantine Cultures name_list_greek = cn_panarmos - name_list_aeolian = cn_panarmos name_list_helleno_aramean = cn_panarmos name_list_greek_gothic = cn_panarmos name_list_greek_persian = cn_panarmos @@ -6891,7 +6822,6 @@ e_italy = { name_list_romano_vandalic = cn_drepanum #Byzantine Cultures name_list_greek = cn_drepanon - name_list_aeolian = cn_drepanon name_list_helleno_aramean = cn_drepanon name_list_greek_gothic = cn_drepanon name_list_greek_persian = cn_drepanon @@ -6933,7 +6863,6 @@ e_italy = { name_list_romano_vandalic = cn_castrum_phimes #Byzantine Cultures name_list_greek = cn_kastron_phimes - name_list_aeolian = cn_kastron_phimes name_list_helleno_aramean = cn_kastron_phimes name_list_greek_gothic = cn_kastron_phimes name_list_greek_persian = cn_kastron_phimes @@ -7014,7 +6943,6 @@ e_italy = { name_list_romano_vandalic = cn_messana #Byzantine Cultures name_list_greek = cn_messene - name_list_aeolian = cn_messene name_list_helleno_aramean = cn_messene name_list_greek_gothic = cn_messene name_list_greek_persian = cn_messene @@ -7054,7 +6982,6 @@ e_italy = { name_list_romano_vandalic = cn_messana #Byzantine Cultures name_list_greek = cn_messene - name_list_aeolian = cn_messene name_list_helleno_aramean = cn_messene name_list_greek_gothic = cn_messene name_list_greek_persian = cn_messene @@ -7095,7 +7022,6 @@ e_italy = { name_list_romano_vandalic = cn_cephaloedium #Byzantine Cultures name_list_greek = cn_kephaloidion - name_list_aeolian = cn_kephaloidion name_list_helleno_aramean = cn_kephaloidion name_list_greek_gothic = cn_kephaloidion name_list_greek_persian = cn_kephaloidion @@ -7146,7 +7072,6 @@ e_italy = { name_list_romano_vandalic = cn_catana #Byzantine Cultures name_list_greek = cn_katane - name_list_aeolian = cn_katane name_list_helleno_aramean = cn_katane name_list_greek_gothic = cn_katane name_list_greek_persian = cn_katane @@ -7189,7 +7114,6 @@ e_italy = { name_list_romano_vandalic = cn_syracusae #Byzantine Cultures name_list_greek = cn_syrakousai - name_list_aeolian = cn_syrakousai name_list_helleno_aramean = cn_syrakousai name_list_greek_gothic = cn_syrakousai name_list_greek_persian = cn_syrakousai @@ -7231,7 +7155,6 @@ e_italy = { name_list_romano_vandalic = cn_syracusae #Byzantine Cultures name_list_greek = cn_syrakousai - name_list_aeolian = cn_syrakousai name_list_helleno_aramean = cn_syrakousai name_list_greek_gothic = cn_syrakousai name_list_greek_persian = cn_syrakousai @@ -7274,7 +7197,6 @@ e_italy = { name_list_romano_vandalic = cn_leontini #Byzantine Cultures name_list_greek = cn_leontinoi - name_list_aeolian = cn_leontinoi name_list_helleno_aramean = cn_leontinoi name_list_greek_gothic = cn_leontinoi name_list_greek_persian = cn_leontinoi @@ -7344,7 +7266,6 @@ e_italy = { name_list_romano_vandalic = cn_agrigentum #Byzantine Cultures name_list_greek = cn_akragas - name_list_aeolian = cn_akragas name_list_helleno_aramean = cn_akragas name_list_greek_gothic = cn_akragas name_list_greek_persian = cn_akragas @@ -7394,7 +7315,6 @@ e_italy = { name_list_romano_vandalic = cn_agrigentum #Byzantine Cultures name_list_greek = cn_akragas - name_list_aeolian = cn_akragas name_list_helleno_aramean = cn_akragas name_list_greek_gothic = cn_akragas name_list_greek_persian = cn_akragas @@ -7445,7 +7365,6 @@ e_italy = { name_list_romano_vandalic = cn_henna #Byzantine Cultures name_list_greek = cn_enna - name_list_aeolian = cn_enna name_list_helleno_aramean = cn_enna name_list_greek_gothic = cn_enna name_list_greek_persian = cn_enna @@ -7520,7 +7439,6 @@ e_italy = { name_list_romano_vandalic = cn_melita #Byzantine Cultures name_list_greek = cn_melite - name_list_aeolian = cn_melite name_list_helleno_aramean = cn_melite name_list_greek_gothic = cn_melite name_list_greek_persian = cn_melite @@ -7557,7 +7475,6 @@ e_italy = { name_list_romano_vandalic = cn_melita #Byzantine Cultures name_list_greek = cn_melite - name_list_aeolian = cn_melite name_list_helleno_aramean = cn_melite name_list_greek_gothic = cn_melite name_list_greek_persian = cn_melite @@ -7602,7 +7519,6 @@ e_italy = { name_list_romano_vandalic = cn_caralis #Byzantine Cultures name_list_greek = cn_karalis - name_list_aeolian = cn_karalis name_list_helleno_aramean = cn_karalis name_list_greek_gothic = cn_karalis name_list_greek_persian = cn_karalis @@ -7646,7 +7562,6 @@ e_italy = { name_list_romano_vandalic = cn_caralis #Byzantine Cultures name_list_greek = cn_karalis - name_list_aeolian = cn_karalis name_list_helleno_aramean = cn_karalis name_list_greek_gothic = cn_karalis name_list_greek_persian = cn_karalis @@ -7692,7 +7607,6 @@ e_italy = { name_list_romano_vandalic = cn_ecclesiae #Byzantine Cultures name_list_greek = cn_ekklesiai - name_list_aeolian = cn_ekklesiai name_list_helleno_aramean = cn_ekklesiai name_list_greek_gothic = cn_ekklesiai name_list_greek_persian = cn_ekklesiai @@ -7736,7 +7650,6 @@ e_italy = { name_list_romano_vandalic = cn_somasum #Byzantine Cultures name_list_greek = cn_somason - name_list_aeolian = cn_somason name_list_helleno_aramean = cn_somason name_list_greek_gothic = cn_somason name_list_greek_persian = cn_somason @@ -7782,7 +7695,6 @@ e_italy = { name_list_romano_vandalic = cn_aristanis #Byzantine Cultures name_list_greek = cn_aristanis - name_list_aeolian = cn_aristanis name_list_helleno_aramean = cn_aristanis name_list_greek_gothic = cn_aristanis name_list_greek_persian = cn_aristanis @@ -7826,7 +7738,6 @@ e_italy = { name_list_romano_vandalic = cn_isilis #Byzantine Cultures name_list_greek = cn_isilis - name_list_aeolian = cn_isilis name_list_helleno_aramean = cn_isilis name_list_greek_gothic = cn_isilis name_list_greek_persian = cn_isilis @@ -7884,7 +7795,6 @@ e_italy = { name_list_romano_vandalic = cn_sassaris #Byzantine Cultures name_list_greek = cn_sassaris - name_list_aeolian = cn_sassaris name_list_helleno_aramean = cn_sassaris name_list_greek_gothic = cn_sassaris name_list_greek_persian = cn_sassaris @@ -7928,7 +7838,6 @@ e_italy = { name_list_romano_vandalic = cn_algarium #Byzantine Cultures name_list_greek = cn_algarion - name_list_aeolian = cn_algarion name_list_helleno_aramean = cn_algarion name_list_greek_gothic = cn_algarion name_list_greek_persian = cn_algarion @@ -7972,7 +7881,6 @@ e_italy = { name_list_romano_vandalic = cn_turris_libissonis #Byzantine Cultures name_list_greek = cn_pyrgos_libissonos - name_list_aeolian = cn_pyrgos_libissonos name_list_helleno_aramean = cn_pyrgos_libissonos name_list_greek_gothic = cn_pyrgos_libissonos name_list_greek_persian = cn_pyrgos_libissonos @@ -8038,7 +7946,6 @@ e_italy = { name_list_romano_vandalic = cn_adiacium #Byzantine Cultures name_list_greek = cn_agiation - name_list_aeolian = cn_agiation name_list_helleno_aramean = cn_agiation name_list_greek_gothic = cn_agiation name_list_greek_persian = cn_agiation @@ -8078,7 +7985,6 @@ e_italy = { name_list_romano_vandalic = cn_adiacium #Byzantine Cultures name_list_greek = cn_agiation - name_list_aeolian = cn_agiation name_list_helleno_aramean = cn_agiation name_list_greek_gothic = cn_agiation name_list_greek_persian = cn_agiation @@ -8223,7 +8129,6 @@ e_italy = { name_list_romano_vandalic = cn_iader #Byzantine Cultures name_list_greek = cn_diadora - name_list_aeolian = cn_diadora name_list_helleno_aramean = cn_diadora name_list_greek_gothic = cn_diadora name_list_greek_persian = cn_diadora @@ -8268,7 +8173,6 @@ e_italy = { name_list_romano_vandalic = cn_iader #Byzantine Cultures name_list_greek = cn_diadora - name_list_aeolian = cn_diadora name_list_helleno_aramean = cn_diadora name_list_greek_gothic = cn_diadora name_list_greek_persian = cn_diadora @@ -8508,7 +8412,6 @@ e_italy = { name_list_romano_vandalic = cn_spalatum #Byzantine Cultures name_list_greek = cn_spalathos - name_list_aeolian = cn_spalathos name_list_helleno_aramean = cn_spalathos name_list_greek_gothic = cn_spalathos name_list_greek_persian = cn_spalathos @@ -8553,7 +8456,6 @@ e_italy = { name_list_romano_vandalic = cn_trono #Byzantine Cultures name_list_greek = cn_trono - name_list_aeolian = cn_trono name_list_helleno_aramean = cn_trono name_list_greek_gothic = cn_trono name_list_greek_persian = cn_trono @@ -8594,7 +8496,6 @@ e_italy = { name_list_romano_vandalic = cn_spalatum #Byzantine Cultures name_list_greek = cn_spalathos - name_list_aeolian = cn_spalathos name_list_helleno_aramean = cn_spalathos name_list_greek_gothic = cn_spalathos name_list_greek_persian = cn_spalathos @@ -8640,7 +8541,6 @@ e_italy = { name_list_romano_vandalic = cn_salona #Byzantine Cultures name_list_greek = cn_salona - name_list_aeolian = cn_salona name_list_helleno_aramean = cn_salona name_list_greek_gothic = cn_salona name_list_greek_persian = cn_salona @@ -8712,7 +8612,6 @@ e_italy = { name_list_romano_vandalic = cn_almissa #Byzantine Cultures name_list_greek = cn_almissa - name_list_aeolian = cn_almissa name_list_helleno_aramean = cn_almissa name_list_greek_gothic = cn_almissa name_list_greek_persian = cn_almissa @@ -8753,7 +8652,6 @@ e_italy = { name_list_romano_vandalic = cn_pharus #Byzantine Cultures name_list_greek = cn_pharia - name_list_aeolian = cn_pharia name_list_helleno_aramean = cn_pharia name_list_greek_gothic = cn_pharia name_list_greek_persian = cn_pharia @@ -8873,7 +8771,6 @@ e_italy = { name_list_romano_vandalic = cn_senia #Byzantine Cultures name_list_greek = cn_attienities - name_list_aeolian = cn_attienities name_list_helleno_aramean = cn_attienities name_list_greek_gothic = cn_attienities name_list_greek_persian = cn_attienities @@ -8921,7 +8818,6 @@ e_italy = { name_list_romano_vandalic = cn_senia #Byzantine Cultures name_list_greek = cn_attienities - name_list_aeolian = cn_attienities name_list_helleno_aramean = cn_attienities name_list_greek_gothic = cn_attienities name_list_greek_persian = cn_attienities @@ -8970,7 +8866,6 @@ e_italy = { name_list_romano_vandalic = cn_monetium #Byzantine Cultures name_list_greek = cn_monetion - name_list_aeolian = cn_monetion name_list_helleno_aramean = cn_monetion name_list_greek_gothic = cn_monetion name_list_greek_persian = cn_monetion @@ -9036,7 +8931,6 @@ e_italy = { name_list_romano_vandalic = cn_crepsa #Byzantine Cultures name_list_greek = cn_chresos - name_list_aeolian = cn_chresos name_list_helleno_aramean = cn_chresos name_list_greek_gothic = cn_chresos name_list_greek_persian = cn_chresos @@ -9072,7 +8966,6 @@ e_italy = { name_list_romano_vandalic = cn_crepsa #Byzantine Cultures name_list_greek = cn_chresos - name_list_aeolian = cn_chresos name_list_helleno_aramean = cn_chresos name_list_greek_gothic = cn_chresos name_list_greek_persian = cn_chresos @@ -9110,7 +9003,6 @@ e_italy = { #Byzantine Cultures name_list_greek = cn_kyrikon name_list_massalian = cn_kyrikon - name_list_aeolian = cn_kyrikon name_list_helleno_aramean = cn_kyrikon name_list_greek_gothic = cn_kyrikon name_list_greek_persian = cn_kyrikon @@ -9150,7 +9042,6 @@ e_italy = { name_list_romano_vandalic = cn_epidaurum #Byzantine Cultures name_list_greek = cn_raugia - name_list_aeolian = cn_raugia name_list_helleno_aramean = cn_raugia name_list_greek_gothic = cn_raugia name_list_greek_persian = cn_raugia @@ -9190,7 +9081,6 @@ e_italy = { name_list_romano_vandalic = cn_epidaurum #Byzantine Cultures name_list_greek = cn_raugia - name_list_aeolian = cn_raugia name_list_helleno_aramean = cn_raugia name_list_greek_gothic = cn_raugia name_list_greek_persian = cn_raugia @@ -9229,7 +9119,6 @@ e_italy = { name_list_romano_vandalic = cn_epidaurum #Byzantine Cultures name_list_greek = cn_raugia - name_list_aeolian = cn_raugia name_list_helleno_aramean = cn_raugia name_list_greek_gothic = cn_raugia name_list_greek_persian = cn_raugia @@ -9269,7 +9158,6 @@ e_italy = { name_list_romano_vandalic = cn_stagnum #Byzantine Cultures name_list_greek = cn_stagnon - name_list_aeolian = cn_stagnon name_list_helleno_aramean = cn_stagnon name_list_greek_gothic = cn_stagnon name_list_greek_persian = cn_stagnon @@ -9337,7 +9225,6 @@ e_italy = { name_list_romano_vandalic = cn_risinum #Byzantine Cultures name_list_greek = cn_rhizon - name_list_aeolian = cn_rhizon name_list_helleno_aramean = cn_rhizon name_list_greek_gothic = cn_rhizon name_list_greek_persian = cn_rhizon @@ -9555,7 +9442,6 @@ e_italy = { name_list_romano_aramean = cn_emotha name_list_romano_vandalic = cn_emotha name_list_greek = cn_emotha - name_list_aeolian = cn_emotha name_list_helleno_aramean = cn_emotha name_list_greek_gothic = cn_emotha name_list_greek_persian = cn_emotha @@ -10242,7 +10128,6 @@ e_italy = { name_list_romano_aramean = cn_salines name_list_romano_vandalic = cn_salines name_list_greek = cn_salines - name_list_aeolian = cn_salines name_list_helleno_aramean = cn_salines name_list_greek_gothic = cn_salines name_list_greek_persian = cn_salines @@ -10278,7 +10163,6 @@ e_italy = { name_list_romano_aramean = cn_salines name_list_romano_vandalic = cn_salines name_list_greek = cn_salines - name_list_aeolian = cn_salines name_list_helleno_aramean = cn_salines name_list_greek_gothic = cn_salines name_list_greek_persian = cn_salines diff --git a/WtWSMS/common/landed_titles/BP_e_north_africa.txt b/WtWSMS/common/landed_titles/BP_e_north_africa.txt index af85e71449..d580ed9419 100644 --- a/WtWSMS/common/landed_titles/BP_e_north_africa.txt +++ b/WtWSMS/common/landed_titles/BP_e_north_africa.txt @@ -26,7 +26,6 @@ e_north_africa = { name_list_romano_vandalic = cn_carthago #Byzantine Cultures name_list_greek = cn_karchedon - name_list_aeolian = cn_karchedon name_list_helleno_aramean = cn_karchedon name_list_greek_gothic = cn_karchedon name_list_greek_persian = cn_karchedon @@ -102,7 +101,6 @@ e_north_africa = { name_list_romano_vandalic = cn_tingis #Byzantine Cultures name_list_greek = cn_tingis - name_list_aeolian = cn_tingis name_list_helleno_aramean = cn_tingis name_list_greek_gothic = cn_tingis name_list_greek_persian = cn_tingis @@ -147,7 +145,6 @@ e_north_africa = { name_list_romano_vandalic = cn_tingis #Byzantine Cultures name_list_greek = cn_tingis - name_list_aeolian = cn_tingis name_list_helleno_aramean = cn_tingis name_list_greek_gothic = cn_tingis name_list_greek_persian = cn_tingis @@ -194,7 +191,6 @@ e_north_africa = { name_list_romano_vandalic = cn_zilil #Byzantine Cultures name_list_greek = cn_zelis - name_list_aeolian = cn_zelis name_list_helleno_aramean = cn_zelis name_list_greek_gothic = cn_zelis name_list_greek_persian = cn_zelis @@ -241,7 +237,6 @@ e_north_africa = { name_list_romano_vandalic = cn_oppidum_novum #Byzantine Cultures name_list_greek = cn_oppidon_neon - name_list_aeolian = cn_oppidon_neon name_list_helleno_aramean = cn_oppidon_neon name_list_greek_gothic = cn_oppidon_neon name_list_greek_persian = cn_oppidon_neon @@ -295,7 +290,6 @@ e_north_africa = { name_list_romano_vandalic = cn_septa #Byzantine Cultures name_list_greek = cn_septa - name_list_aeolian = cn_septa name_list_helleno_aramean = cn_septa name_list_greek_gothic = cn_septa name_list_greek_persian = cn_septa @@ -341,7 +335,6 @@ e_north_africa = { name_list_romano_vandalic = cn_septa #Byzantine Cultures name_list_greek = cn_septa - name_list_aeolian = cn_septa name_list_helleno_aramean = cn_septa name_list_greek_gothic = cn_septa name_list_greek_persian = cn_septa @@ -388,7 +381,6 @@ e_north_africa = { name_list_romano_vandalic = cn_tamuda #Byzantine Cultures name_list_greek = cn_tamouda - name_list_aeolian = cn_tamouda name_list_helleno_aramean = cn_tamouda name_list_greek_gothic = cn_tamouda name_list_greek_persian = cn_tamouda @@ -441,7 +433,6 @@ e_north_africa = { name_list_romano_vandalic = cn_rusaddir #Byzantine Cultures name_list_greek = cn_rhyssaderion - name_list_aeolian = cn_rhyssaderion name_list_helleno_aramean = cn_rhyssaderion name_list_greek_gothic = cn_rhyssaderion name_list_greek_persian = cn_rhyssaderion @@ -486,7 +477,6 @@ e_north_africa = { name_list_romano_vandalic = cn_rusaddir #Byzantine Cultures name_list_greek = cn_rhyssaderion - name_list_aeolian = cn_rhyssaderion name_list_helleno_aramean = cn_rhyssaderion name_list_greek_gothic = cn_rhyssaderion name_list_greek_persian = cn_rhyssaderion @@ -698,7 +688,6 @@ e_north_africa = { name_list_romano_vandalic = cn_volubilis #Byzantine Cultures name_list_greek = cn_voloubilis - name_list_aeolian = cn_voloubilis name_list_helleno_aramean = cn_voloubilis name_list_greek_gothic = cn_voloubilis name_list_greek_persian = cn_voloubilis @@ -757,7 +746,6 @@ e_north_africa = { name_list_romano_vandalic = cn_caesarea #Byzantine Cultures name_list_greek = cn_kaisareia - name_list_aeolian = cn_kaisareia name_list_helleno_aramean = cn_kaisareia name_list_greek_gothic = cn_kaisareia name_list_greek_persian = cn_kaisareia @@ -803,7 +791,6 @@ e_north_africa = { name_list_romano_vandalic = cn_cartennae #Byzantine Cultures name_list_greek = cn_kartennai - name_list_aeolian = cn_kartennai name_list_helleno_aramean = cn_kartennai name_list_greek_gothic = cn_kartennai name_list_greek_persian = cn_kartennai @@ -845,7 +832,6 @@ e_north_africa = { name_list_romano_vandalic = cn_caesarea #Byzantine Cultures name_list_greek = cn_kaisareia - name_list_aeolian = cn_kaisareia name_list_helleno_aramean = cn_kaisareia name_list_greek_gothic = cn_kaisareia name_list_greek_persian = cn_kaisareia @@ -894,7 +880,6 @@ e_north_africa = { name_list_romano_vandalic = cn_icosium #Byzantine Cultures name_list_greek = cn_ikosion - name_list_aeolian = cn_ikosion name_list_helleno_aramean = cn_ikosion name_list_greek_gothic = cn_ikosion name_list_greek_persian = cn_ikosion @@ -940,7 +925,6 @@ e_north_africa = { name_list_romano_vandalic = cn_icosium #Byzantine Cultures name_list_greek = cn_ikosion - name_list_aeolian = cn_ikosion name_list_helleno_aramean = cn_ikosion name_list_greek_gothic = cn_ikosion name_list_greek_persian = cn_ikosion @@ -987,7 +971,6 @@ e_north_africa = { name_list_romano_vandalic = cn_lambdia #Byzantine Cultures name_list_greek = cn_lambdia - name_list_aeolian = cn_lambdia name_list_helleno_aramean = cn_lambdia name_list_greek_gothic = cn_lambdia name_list_greek_persian = cn_lambdia @@ -1028,7 +1011,6 @@ e_north_africa = { name_list_romano_vandalic = cn_rusuccuru #Byzantine Cultures name_list_greek = cn_rhousoukkourrou - name_list_aeolian = cn_rhousoukkourrou name_list_helleno_aramean = cn_rhousoukkourrou name_list_greek_gothic = cn_rhousoukkourrou name_list_greek_persian = cn_rhousoukkourrou @@ -1080,7 +1062,6 @@ e_north_africa = { name_list_romano_vandalic = cn_pomaria #Byzantine Cultures name_list_greek = cn_pomaria - name_list_aeolian = cn_pomaria name_list_helleno_aramean = cn_pomaria name_list_greek_gothic = cn_pomaria name_list_greek_persian = cn_pomaria @@ -1122,7 +1103,6 @@ e_north_africa = { name_list_romano_vandalic = cn_pomaria #Byzantine Cultures name_list_greek = cn_pomaria - name_list_aeolian = cn_pomaria name_list_helleno_aramean = cn_pomaria name_list_greek_gothic = cn_pomaria name_list_greek_persian = cn_pomaria @@ -1171,7 +1151,6 @@ e_north_africa = { name_list_romano_vandalic = cn_albulae #Byzantine Cultures name_list_greek = cn_alboulai - name_list_aeolian = cn_alboulai name_list_helleno_aramean = cn_alboulai name_list_greek_gothic = cn_alboulai name_list_greek_persian = cn_alboulai @@ -1307,7 +1286,6 @@ e_north_africa = { name_list_romano_vandalic = cn_arsenaria #Byzantine Cultures name_list_greek = cn_arsenaria - name_list_aeolian = cn_arsenaria name_list_helleno_aramean = cn_arsenaria name_list_greek_gothic = cn_arsenaria name_list_greek_persian = cn_arsenaria @@ -1458,7 +1436,6 @@ e_north_africa = { name_list_romano_vandalic = cn_saldae #Byzantine Cultures name_list_greek = cn_saldai - name_list_aeolian = cn_saldai name_list_helleno_aramean = cn_saldai name_list_greek_gothic = cn_saldai name_list_greek_persian = cn_saldai @@ -1504,7 +1481,6 @@ e_north_africa = { name_list_romano_vandalic = cn_saldae #Byzantine Cultures name_list_greek = cn_saldai - name_list_aeolian = cn_saldai name_list_helleno_aramean = cn_saldai name_list_greek_gothic = cn_saldai name_list_greek_persian = cn_saldai @@ -1551,7 +1527,6 @@ e_north_africa = { name_list_romano_vandalic = cn_igilgili #Byzantine Cultures name_list_greek = cn_igilgili - name_list_aeolian = cn_igilgili name_list_helleno_aramean = cn_igilgili name_list_greek_gothic = cn_igilgili name_list_greek_persian = cn_igilgili @@ -1636,7 +1611,6 @@ e_north_africa = { name_list_romano_vandalic = cn_macri #Byzantine Cultures name_list_greek = cn_makroi - name_list_aeolian = cn_makroi name_list_helleno_aramean = cn_makroi name_list_greek_gothic = cn_makroi name_list_greek_persian = cn_makroi @@ -1715,7 +1689,6 @@ e_north_africa = { name_list_romano_vandalic = cn_carthago #Byzantine Cultures name_list_greek = cn_karchedon - name_list_aeolian = cn_karchedon name_list_helleno_aramean = cn_karchedon name_list_greek_gothic = cn_karchedon name_list_greek_persian = cn_karchedon @@ -1816,7 +1789,6 @@ e_north_africa = { name_list_romano_vandalic = cn_carthago #Byzantine Cultures name_list_greek = cn_karchedon - name_list_aeolian = cn_karchedon name_list_helleno_aramean = cn_karchedon name_list_greek_gothic = cn_karchedon name_list_greek_persian = cn_karchedon @@ -1862,7 +1834,6 @@ e_north_africa = { name_list_romano_vandalic = cn_neapolis #Byzantine Cultures name_list_greek = cn_neapolis - name_list_aeolian = cn_neapolis name_list_helleno_aramean = cn_neapolis name_list_greek_gothic = cn_neapolis name_list_greek_persian = cn_neapolis @@ -1904,7 +1875,6 @@ e_north_africa = { name_list_romano_vandalic = cn_suliana #Byzantine Cultures name_list_greek = cn_souliane - name_list_aeolian = cn_souliane name_list_helleno_aramean = cn_souliane name_list_greek_gothic = cn_souliane name_list_greek_persian = cn_souliane @@ -1950,7 +1920,6 @@ e_north_africa = { name_list_romano_vandalic = cn_hippo_zarytus #Byzantine Cultures name_list_greek = cn_hippon_diarrhytos - name_list_aeolian = cn_hippon_diarrhytos name_list_helleno_aramean = cn_hippon_diarrhytos name_list_greek_gothic = cn_hippon_diarrhytos name_list_greek_persian = cn_hippon_diarrhytos @@ -1997,7 +1966,6 @@ e_north_africa = { name_list_romano_vandalic = cn_thabraca #Byzantine Cultures name_list_greek = cn_thaubraka - name_list_aeolian = cn_thaubraka name_list_helleno_aramean = cn_thaubraka name_list_greek_gothic = cn_thaubraka name_list_greek_persian = cn_thaubraka @@ -2050,7 +2018,6 @@ e_north_africa = { name_list_romano_vandalic = cn_bagradas #Byzantine Cultures name_list_greek = cn_bagradas - name_list_aeolian = cn_bagradas name_list_helleno_aramean = cn_bagradas name_list_greek_gothic = cn_bagradas name_list_greek_persian = cn_bagradas @@ -2090,7 +2057,6 @@ e_north_africa = { name_list_romano_vandalic = cn_vaga #Byzantine Cultures name_list_greek = cn_vaga - name_list_aeolian = cn_vaga name_list_helleno_aramean = cn_vaga name_list_greek_gothic = cn_vaga name_list_greek_persian = cn_vaga @@ -2137,7 +2103,6 @@ e_north_africa = { name_list_romano_vandalic = cn_lares #Byzantine Cultures name_list_greek = cn_lares - name_list_aeolian = cn_lares name_list_helleno_aramean = cn_lares name_list_greek_gothic = cn_lares name_list_greek_persian = cn_lares @@ -2183,7 +2148,6 @@ e_north_africa = { name_list_romano_vandalic = cn_lares #Byzantine Cultures name_list_greek = cn_lares - name_list_aeolian = cn_lares name_list_helleno_aramean = cn_lares name_list_greek_gothic = cn_lares name_list_greek_persian = cn_lares @@ -2221,7 +2185,6 @@ e_north_africa = { name_list_romano_vandalic = cn_lares #Byzantine Cultures name_list_greek = cn_lares - name_list_aeolian = cn_lares name_list_helleno_aramean = cn_lares name_list_greek_gothic = cn_lares name_list_greek_persian = cn_lares @@ -2260,7 +2223,6 @@ e_north_africa = { name_list_romano_vandalic = cn_ruspina #Byzantine Cultures name_list_greek = cn_rhouspina - name_list_aeolian = cn_rhouspina name_list_helleno_aramean = cn_rhouspina name_list_greek_gothic = cn_rhouspina name_list_greek_persian = cn_rhouspina @@ -2302,7 +2264,6 @@ e_north_africa = { name_list_romano_vandalic = cn_honoriopolis #Byzantine Cultures name_list_greek = cn_honoriopolis - name_list_aeolian = cn_honoriopolis name_list_helleno_aramean = cn_honoriopolis name_list_greek_gothic = cn_honoriopolis name_list_greek_persian = cn_honoriopolis @@ -2373,7 +2334,6 @@ e_north_africa = { name_list_romano_vandalic = cn_camunia #Byzantine Cultures name_list_greek = cn_kamounia - name_list_aeolian = cn_kamounia name_list_helleno_aramean = cn_kamounia name_list_greek_gothic = cn_kamounia name_list_greek_persian = cn_kamounia @@ -2521,7 +2481,6 @@ e_north_africa = { name_list_romano_vandalic = cn_taparura #Byzantine Cultures name_list_greek = cn_taphrouria - name_list_aeolian = cn_taphrouria name_list_helleno_aramean = cn_taphrouria name_list_greek_gothic = cn_taphrouria name_list_greek_persian = cn_taphrouria @@ -2561,7 +2520,6 @@ e_north_africa = { name_list_romano_vandalic = cn_taparura #Byzantine Cultures name_list_greek = cn_taphrouria - name_list_aeolian = cn_taphrouria name_list_helleno_aramean = cn_taphrouria name_list_greek_gothic = cn_taphrouria name_list_greek_persian = cn_taphrouria @@ -2603,7 +2561,6 @@ e_north_africa = { name_list_romano_vandalic = cn_thysdrus #Byzantine Cultures name_list_greek = cn_thysdros - name_list_aeolian = cn_thysdros name_list_helleno_aramean = cn_thysdros name_list_greek_gothic = cn_thysdros name_list_greek_persian = cn_thysdros @@ -2681,7 +2638,6 @@ e_north_africa = { name_list_romano_vandalic = cn_constantina #Byzantine Cultures name_list_greek = cn_konstantine - name_list_aeolian = cn_konstantine name_list_helleno_aramean = cn_konstantine name_list_greek_gothic = cn_konstantine name_list_greek_persian = cn_konstantine @@ -2725,7 +2681,6 @@ e_north_africa = { name_list_romano_vandalic = cn_constantina #Byzantine Cultures name_list_greek = cn_konstantine - name_list_aeolian = cn_konstantine name_list_helleno_aramean = cn_konstantine name_list_greek_gothic = cn_konstantine name_list_greek_persian = cn_konstantine @@ -2777,7 +2732,6 @@ e_north_africa = { name_list_romano_vandalic = cn_tigisis #Byzantine Cultures name_list_greek = cn_tigisis - name_list_aeolian = cn_tigisis name_list_helleno_aramean = cn_tigisis name_list_greek_gothic = cn_tigisis name_list_greek_persian = cn_tigisis @@ -2816,7 +2770,6 @@ e_north_africa = { name_list_romano_vandalic = cn_tipasa #Byzantine Cultures name_list_greek = cn_tipasa - name_list_aeolian = cn_tipasa name_list_helleno_aramean = cn_tipasa name_list_greek_gothic = cn_tipasa name_list_greek_persian = cn_tipasa @@ -2881,7 +2834,6 @@ e_north_africa = { name_list_romano_vandalic = cn_hippo_regius #Byzantine Cultures name_list_greek = cn_hippon_basilikos - name_list_aeolian = cn_hippon_basilikos name_list_helleno_aramean = cn_hippon_basilikos name_list_greek_gothic = cn_hippon_basilikos name_list_greek_persian = cn_hippon_basilikos @@ -2956,7 +2908,6 @@ e_north_africa = { name_list_romano_vandalic = cn_calama #Byzantine Cultures name_list_greek = cn_kalama - name_list_aeolian = cn_kalama name_list_helleno_aramean = cn_kalama name_list_greek_gothic = cn_kalama name_list_greek_persian = cn_kalama @@ -3299,7 +3250,6 @@ e_north_africa = { cultural_names = { #Byzantine Cultures name_list_greek = cn_abrotonon - name_list_aeolian = cn_abrotonon name_list_helleno_aramean = cn_abrotonon name_list_greek_gothic = cn_abrotonon name_list_greek_persian = cn_abrotonon @@ -3344,7 +3294,6 @@ e_north_africa = { name_list_romano_vandalic = cn_girba #Byzantine Cultures name_list_greek = cn_girba - name_list_aeolian = cn_girba name_list_helleno_aramean = cn_girba name_list_greek_gothic = cn_girba name_list_greek_persian = cn_girba @@ -3389,7 +3338,6 @@ e_north_africa = { name_list_romano_vandalic = cn_girba #Byzantine Cultures name_list_greek = cn_girba - name_list_aeolian = cn_girba name_list_helleno_aramean = cn_girba name_list_greek_gothic = cn_girba name_list_greek_persian = cn_girba @@ -3441,7 +3389,6 @@ e_north_africa = { name_list_romano_vandalic = cn_gigthis #Byzantine Cultures name_list_greek = cn_gigthis - name_list_aeolian = cn_gigthis name_list_helleno_aramean = cn_gigthis name_list_greek_gothic = cn_gigthis name_list_greek_persian = cn_gigthis @@ -3757,7 +3704,6 @@ e_north_africa = { name_list_romano_vandalic = cn_anabucis #Byzantine Cultures name_list_greek = cn_automala - name_list_aeolian = cn_automala name_list_helleno_aramean = cn_automala name_list_greek_gothic = cn_automala name_list_greek_persian = cn_automala @@ -3804,7 +3750,6 @@ e_north_africa = { name_list_romano_vandalic = cn_corniclanum #Byzantine Cultures name_list_greek = cn_korniklanon - name_list_aeolian = cn_korniklanon name_list_helleno_aramean = cn_korniklanon name_list_greek_gothic = cn_korniklanon name_list_greek_persian = cn_korniklanon @@ -3886,7 +3831,6 @@ e_north_africa = { name_list_romano_vandalic = cn_augila #Byzantine Cultures name_list_greek = cn_augila - name_list_aeolian = cn_augila name_list_helleno_aramean = cn_augila name_list_greek_gothic = cn_augila name_list_greek_persian = cn_augila @@ -3924,7 +3868,6 @@ e_north_africa = { name_list_romano_vandalic = cn_augila #Byzantine Cultures name_list_greek = cn_augila - name_list_aeolian = cn_augila name_list_helleno_aramean = cn_augila name_list_greek_gothic = cn_augila name_list_greek_persian = cn_augila diff --git a/WtWSMS/common/landed_titles/BP_e_persia.txt b/WtWSMS/common/landed_titles/BP_e_persia.txt index 15442a3dda..6989e714b5 100644 --- a/WtWSMS/common/landed_titles/BP_e_persia.txt +++ b/WtWSMS/common/landed_titles/BP_e_persia.txt @@ -71,7 +71,6 @@ e_persia = { name_list_romano_vandalic = cn_seleucia-ctesiphon #Byzantine Cultures name_list_greek = cn_seleukia-ktesiphon - name_list_aeolian = cn_seleukia-ktesiphon name_list_helleno_aramean = cn_seleukia-ktesiphon name_list_greek_gothic = cn_seleukia-ktesiphon name_list_greek_persian = cn_seleukia-ktesiphon @@ -114,7 +113,6 @@ e_persia = { name_list_romano_vandalic = cn_seleucia-ctesiphon #Byzantine Cultures name_list_greek = cn_seleukia-ktesiphon - name_list_aeolian = cn_seleukia-ktesiphon name_list_helleno_aramean = cn_seleukia-ktesiphon name_list_greek_gothic = cn_seleukia-ktesiphon name_list_greek_persian = cn_seleukia-ktesiphon @@ -158,7 +156,6 @@ e_persia = { name_list_romano_vandalic = cn_bagdata #Byzantine Cultures name_list_greek = cn_bagdata - name_list_aeolian = cn_bagdata name_list_helleno_aramean = cn_bagdata name_list_greek_gothic = cn_bagdata name_list_greek_persian = cn_bagdata @@ -200,7 +197,6 @@ e_persia = { name_list_romano_vandalic = cn_huccumbra #Byzantine Cultures name_list_greek = cn_symbra - name_list_aeolian = cn_symbra name_list_helleno_aramean = cn_symbra name_list_greek_gothic = cn_symbra name_list_greek_persian = cn_symbra @@ -340,7 +336,6 @@ e_persia = { name_list_romano_vandalic = cn_pirisapora #Byzantine Cultures name_list_greek = cn_pirisapora - name_list_aeolian = cn_pirisapora name_list_helleno_aramean = cn_pirisapora name_list_greek_gothic = cn_pirisapora name_list_greek_persian = cn_pirisapora @@ -378,7 +373,6 @@ e_persia = { name_list_romano_vandalic = cn_pirisapora #Byzantine Cultures name_list_greek = cn_pirisapora - name_list_aeolian = cn_pirisapora name_list_helleno_aramean = cn_pirisapora name_list_greek_gothic = cn_pirisapora name_list_greek_persian = cn_pirisapora @@ -410,7 +404,6 @@ e_persia = { cultural_names = { #Byzantine Cultures name_list_greek = cn_birtha - name_list_aeolian = cn_birtha name_list_helleno_aramean = cn_birtha name_list_greek_gothic = cn_birtha name_list_greek_persian = cn_birtha @@ -430,7 +423,6 @@ e_persia = { cultural_names = { #Byzantine Cultures name_list_greek = cn_birtha - name_list_aeolian = cn_birtha name_list_helleno_aramean = cn_birtha name_list_greek_gothic = cn_birtha name_list_greek_persian = cn_birtha @@ -480,7 +472,6 @@ e_persia = { name_list_romano_vandalic = cn_suma #Byzantine Cultures name_list_greek = cn_souma - name_list_aeolian = cn_souma name_list_helleno_aramean = cn_souma name_list_greek_gothic = cn_souma name_list_greek_persian = cn_souma @@ -519,7 +510,6 @@ e_persia = { name_list_romano_vandalic = cn_suma #Byzantine Cultures name_list_greek = cn_souma - name_list_aeolian = cn_souma name_list_helleno_aramean = cn_souma name_list_greek_gothic = cn_souma name_list_greek_persian = cn_souma @@ -576,7 +566,6 @@ e_persia = { name_list_romano_vandalic = cn_arrapha #Byzantine Cultures name_list_greek = cn_arrapha - name_list_aeolian = cn_arrapha name_list_helleno_aramean = cn_arrapha name_list_greek_gothic = cn_arrapha name_list_greek_persian = cn_arrapha @@ -615,7 +604,6 @@ e_persia = { name_list_romano_vandalic = cn_arrapha #Byzantine Cultures name_list_greek = cn_arrapha - name_list_aeolian = cn_arrapha name_list_helleno_aramean = cn_arrapha name_list_greek_gothic = cn_arrapha name_list_greek_persian = cn_arrapha @@ -808,7 +796,6 @@ e_persia = { name_list_romano_vandalic = cn_ad_tigrim #Byzantine Cultures name_list_greek = cn_mepsila - name_list_aeolian = cn_mepsila name_list_helleno_aramean = cn_mepsila name_list_greek_gothic = cn_mepsila name_list_greek_persian = cn_mepsila @@ -847,7 +834,6 @@ e_persia = { name_list_romano_vandalic = cn_ad_tigrim #Byzantine Cultures name_list_greek = cn_mepsila - name_list_aeolian = cn_mepsila name_list_helleno_aramean = cn_mepsila name_list_greek_gothic = cn_mepsila name_list_greek_persian = cn_mepsila @@ -892,7 +878,6 @@ e_persia = { name_list_romano_vandalic = cn_hatra #Byzantine Cultures name_list_greek = cn_atra - name_list_aeolian = cn_atra name_list_helleno_aramean = cn_atra name_list_greek_gothic = cn_atra name_list_greek_persian = cn_atra @@ -953,7 +938,6 @@ e_persia = { name_list_romano_vandalic = cn_singara #Byzantine Cultures name_list_greek = cn_singara - name_list_aeolian = cn_singara name_list_helleno_aramean = cn_singara name_list_greek_gothic = cn_singara name_list_greek_persian = cn_singara @@ -992,7 +976,6 @@ e_persia = { name_list_romano_vandalic = cn_singara #Byzantine Cultures name_list_greek = cn_singara - name_list_aeolian = cn_singara name_list_helleno_aramean = cn_singara name_list_greek_gothic = cn_singara name_list_greek_persian = cn_singara @@ -1049,7 +1032,6 @@ e_persia = { name_list_romano_vandalic = cn_nisibis #Byzantine Cultures name_list_greek = cn_nisibis - name_list_aeolian = cn_nisibis name_list_helleno_aramean = cn_nisibis name_list_greek_gothic = cn_nisibis name_list_greek_persian = cn_nisibis @@ -1093,7 +1075,6 @@ e_persia = { name_list_romano_vandalic = cn_nisibis #Byzantine Cultures name_list_greek = cn_nisibis - name_list_aeolian = cn_nisibis name_list_helleno_aramean = cn_nisibis name_list_greek_gothic = cn_nisibis name_list_greek_persian = cn_nisibis @@ -1143,7 +1124,6 @@ e_persia = { name_list_romano_vandalic = cn_gazarta #Byzantine Cultures name_list_greek = cn_gazarta - name_list_aeolian = cn_gazarta name_list_helleno_aramean = cn_gazarta name_list_greek_gothic = cn_gazarta name_list_greek_persian = cn_gazarta @@ -1220,7 +1200,6 @@ e_persia = { name_list_romano_vandalic = cn_achaiachala #Byzantine Cultures name_list_greek = cn_achaiachala - name_list_aeolian = cn_achaiachala name_list_helleno_aramean = cn_achaiachala name_list_greek_gothic = cn_achaiachala name_list_greek_persian = cn_achaiachala @@ -1256,7 +1235,6 @@ e_persia = { name_list_romano_vandalic = cn_achaiachala #Byzantine Cultures name_list_greek = cn_achaiachala - name_list_aeolian = cn_achaiachala name_list_helleno_aramean = cn_achaiachala name_list_greek_gothic = cn_achaiachala name_list_greek_persian = cn_achaiachala @@ -1293,7 +1271,6 @@ e_persia = { name_list_romano_vandalic = cn_anatha #Byzantine Cultures name_list_greek = cn_anatha - name_list_aeolian = cn_anatho name_list_helleno_aramean = cn_anatha name_list_greek_gothic = cn_anatha name_list_greek_persian = cn_anatha @@ -1337,7 +1314,6 @@ e_persia = { name_list_romano_vandalic = cn_basratha #Byzantine Cultures name_list_greek = cn_basratha - name_list_aeolian = cn_basratha name_list_helleno_aramean = cn_basratha name_list_greek_gothic = cn_basratha name_list_greek_persian = cn_basratha @@ -1383,7 +1359,6 @@ e_persia = { name_list_romano_vandalic = cn_basratha #Byzantine Cultures name_list_greek = cn_basratha - name_list_aeolian = cn_basratha name_list_helleno_aramean = cn_basratha name_list_greek_gothic = cn_basratha name_list_greek_persian = cn_basratha @@ -1437,7 +1412,6 @@ e_persia = { name_list_romano_vandalic = cn_apologus #Byzantine Cultures name_list_greek = cn_apologos - name_list_aeolian = cn_apologos name_list_helleno_aramean = cn_apologos name_list_greek_gothic = cn_apologos name_list_greek_persian = cn_apologos @@ -1521,7 +1495,6 @@ e_persia = { name_list_romano_vandalic = cn_arbela #Byzantine Cultures name_list_greek = cn_arbela - name_list_aeolian = cn_arbela name_list_helleno_aramean = cn_arbela name_list_greek_gothic = cn_arbela name_list_greek_persian = cn_arbela @@ -1560,7 +1533,6 @@ e_persia = { name_list_romano_vandalic = cn_arbela #Byzantine Cultures name_list_greek = cn_arbela - name_list_aeolian = cn_arbela name_list_helleno_aramean = cn_arbela name_list_greek_gothic = cn_arbela name_list_greek_persian = cn_arbela @@ -1595,7 +1567,6 @@ e_persia = { cultural_names = { #Byzantine Cultures name_list_greek = cn_nineue - name_list_aeolian = cn_nineue name_list_helleno_aramean = cn_nineue name_list_greek_gothic = cn_nineue name_list_greek_persian = cn_nineue @@ -1634,7 +1605,6 @@ e_persia = { name_list_romano_vandalic = cn_nineve #Byzantine Cultures name_list_greek = cn_nineue - name_list_aeolian = cn_nineue name_list_helleno_aramean = cn_nineue name_list_greek_gothic = cn_nineue name_list_greek_persian = cn_nineue @@ -1790,7 +1760,6 @@ e_persia = { name_list_romano_vandalic = cn_gabris #Byzantine Cultures name_list_greek = cn_gabris - name_list_aeolian = cn_gabris name_list_helleno_aramean = cn_gabris name_list_greek_gothic = cn_gabris name_list_greek_persian = cn_gabris @@ -1829,7 +1798,6 @@ e_persia = { name_list_romano_vandalic = cn_gabris #Byzantine Cultures name_list_greek = cn_gabris - name_list_aeolian = cn_gabris name_list_helleno_aramean = cn_gabris name_list_greek_gothic = cn_gabris name_list_greek_persian = cn_gabris @@ -1997,7 +1965,6 @@ e_persia = { name_list_romano_vandalic = cn_ormi #Byzantine Cultures name_list_greek = cn_ormi - name_list_aeolian = cn_ormi name_list_helleno_aramean = cn_ormi name_list_greek_gothic = cn_ormi name_list_greek_persian = cn_ormi @@ -3277,7 +3244,6 @@ e_persia = { name_list_romano_vandalic = cn_ecbatana #Byzantine Cultures name_list_greek = cn_ekbatana - name_list_aeolian = cn_ekbatana name_list_helleno_aramean = cn_ekbatana name_list_greek_gothic = cn_ekbatana name_list_greek_persian = cn_ekbatana @@ -3315,7 +3281,6 @@ e_persia = { name_list_romano_vandalic = cn_ecbatana #Byzantine Cultures name_list_greek = cn_ekbatana - name_list_aeolian = cn_ekbatana name_list_helleno_aramean = cn_ekbatana name_list_greek_gothic = cn_ekbatana name_list_greek_persian = cn_ekbatana @@ -3503,7 +3468,6 @@ e_persia = { name_list_romano_vandalic = cn_bendosabora #Byzantine Cultures name_list_greek = cn_bendosabora - name_list_aeolian = cn_bendosabora name_list_helleno_aramean = cn_bendosabora name_list_greek_gothic = cn_bendosabora name_list_greek_persian = cn_bendosabora @@ -3553,7 +3517,6 @@ e_persia = { name_list_romano_vandalic = cn_susa #Byzantine Cultures name_list_greek = cn_susa - name_list_aeolian = cn_susa name_list_helleno_aramean = cn_susa name_list_greek_gothic = cn_susa name_list_greek_persian = cn_susa diff --git a/WtWSMS/common/landed_titles/BP_e_spain.txt b/WtWSMS/common/landed_titles/BP_e_spain.txt index 6502b80a0b..bcac55d95d 100644 --- a/WtWSMS/common/landed_titles/BP_e_spain.txt +++ b/WtWSMS/common/landed_titles/BP_e_spain.txt @@ -126,7 +126,6 @@ e_spain = { name_list_romano_aramean = cn_helmantica #Byzantine Cultures name_list_greek = cn_helmantike - name_list_aeolian = cn_helmantike name_list_helleno_aramean = cn_helmantike name_list_greek_gothic = cn_helmantike name_list_greek_persian = cn_helmantike @@ -168,7 +167,6 @@ e_spain = { name_list_romano_aramean = cn_helmantica #Byzantine Cultures name_list_greek = cn_helmantike - name_list_aeolian = cn_helmantike name_list_helleno_aramean = cn_helmantike name_list_greek_gothic = cn_helmantike name_list_greek_persian = cn_helmantike @@ -1939,7 +1937,6 @@ e_spain = { name_list_romano_aramean = cn_urci #Byzantine Cultures name_list_greek = cn_urci - name_list_aeolian = cn_urci name_list_helleno_aramean = cn_urci name_list_greek_gothic = cn_urci name_list_greek_persian = cn_urci @@ -1975,7 +1972,6 @@ e_spain = { name_list_romano_aramean = cn_urci #Byzantine Cultures name_list_greek = cn_urci - name_list_aeolian = cn_urci name_list_helleno_aramean = cn_urci name_list_greek_gothic = cn_urci name_list_greek_persian = cn_urci @@ -2143,7 +2139,6 @@ e_spain = { name_list_romano_aramean = cn_iliberris #Byzantine cultures name_list_greek = cn_iliberris - name_list_aeolian = cn_iliberris name_list_helleno_aramean = cn_iliberris name_list_greek_gothic = cn_iliberris name_list_greek_persian = cn_iliberris @@ -2188,7 +2183,6 @@ e_spain = { name_list_romano_aramean = cn_iliberris #Byzantine cultures name_list_greek = cn_iliberris - name_list_aeolian = cn_iliberris name_list_helleno_aramean = cn_iliberris name_list_greek_gothic = cn_iliberris name_list_greek_persian = cn_iliberris @@ -2240,7 +2234,6 @@ e_spain = { name_list_romano_aramean = cn_acci #Byzantine cultures name_list_greek = cn_acci - name_list_aeolian = cn_acci name_list_helleno_aramean = cn_acci name_list_greek_gothic = cn_acci name_list_greek_persian = cn_acci @@ -2330,7 +2323,6 @@ e_spain = { name_list_romano_aramean = cn_anticaria #Byzantine cultures name_list_greek = cn_anticaria - name_list_aeolian = cn_anticaria name_list_helleno_aramean = cn_anticaria name_list_greek_gothic = cn_anticaria name_list_greek_persian = cn_anticaria @@ -2443,7 +2435,6 @@ e_spain = { name_list_romano_aramean = cn_catiliana #Byzantine cultures name_list_greek = cn_katiliane - name_list_aeolian = cn_katiliane name_list_helleno_aramean = cn_katiliane name_list_greek_gothic = cn_katiliane name_list_greek_persian = cn_katiliane @@ -2543,7 +2534,6 @@ e_spain = { name_list_romano_aramean = cn_ilipla #Byzantine Cultures name_list_greek = cn_ovoba - name_list_aeolian = cn_ovoba name_list_helleno_aramean = cn_ovoba name_list_greek_gothic = cn_ovoba name_list_greek_persian = cn_ovoba @@ -2592,7 +2582,6 @@ e_spain = { name_list_romano_aramean = cn_ilipla #Byzantine Cultures name_list_greek = cn_ilipla - name_list_aeolian = cn_ilipla name_list_helleno_aramean = cn_ilipla name_list_greek_gothic = cn_ilipla name_list_greek_persian = cn_ilipla @@ -2643,7 +2632,6 @@ e_spain = { name_list_romano_aramean = cn_onoba_aesturia #Byzantine Cultures name_list_greek = cn_ovoba - name_list_aeolian = cn_ovoba name_list_helleno_aramean = cn_ovoba name_list_greek_gothic = cn_ovoba name_list_greek_persian = cn_ovoba @@ -2708,7 +2696,6 @@ e_spain = { name_list_romano_aramean = cn_olontigi #Byzantine Cultures name_list_greek = cn_olontigi - name_list_aeolian = cn_olontigi name_list_helleno_aramean = cn_olontigi name_list_greek_gothic = cn_olontigi name_list_greek_persian = cn_olontigi @@ -2747,7 +2734,6 @@ e_spain = { name_list_romano_aramean = cn_hispalis #Byzantine Cultures name_list_greek = cn_hispalis - name_list_aeolian = cn_hispalis name_list_helleno_aramean = cn_hispalis name_list_greek_gothic = cn_hispalis name_list_greek_persian = cn_hispalis @@ -2790,7 +2776,6 @@ e_spain = { name_list_romano_aramean = cn_hispalis #Byzantine Cultures name_list_greek = cn_hispalis - name_list_aeolian = cn_hispalis name_list_helleno_aramean = cn_hispalis name_list_greek_gothic = cn_hispalis name_list_greek_persian = cn_hispalis @@ -2835,7 +2820,6 @@ e_spain = { name_list_romano_aramean = cn_carmo #Byzantine Cultures name_list_greek = cn_karmon - name_list_aeolian = cn_karmon name_list_helleno_aramean = cn_karmon name_list_greek_gothic = cn_karmon name_list_greek_persian = cn_karmon @@ -2906,7 +2890,6 @@ e_spain = { name_list_romano_aramean = cn_gades #Byzantine Cultures name_list_greek = cn_gades - name_list_aeolian = cn_gades name_list_helleno_aramean = cn_gades name_list_greek_gothic = cn_gades name_list_greek_persian = cn_gades @@ -2947,7 +2930,6 @@ e_spain = { name_list_romano_aramean = cn_gades #Byzantine Cultures name_list_greek = cn_gades - name_list_aeolian = cn_gades name_list_helleno_aramean = cn_gades name_list_greek_gothic = cn_gades name_list_greek_persian = cn_gades @@ -2990,7 +2972,6 @@ e_spain = { name_list_romano_aramean = cn_mellaria #Byzantine Cultures name_list_greek = cn_mellaria - name_list_aeolian = cn_mellaria name_list_helleno_aramean = cn_mellaria name_list_greek_gothic = cn_mellaria name_list_greek_persian = cn_mellaria @@ -3035,7 +3016,6 @@ e_spain = { name_list_romano_aramean = cn_ceret #Byzantine Cultures name_list_greek = cn_mellaria - name_list_aeolian = cn_mellaria name_list_helleno_aramean = cn_mellaria name_list_greek_gothic = cn_mellaria name_list_greek_persian = cn_mellaria @@ -3088,7 +3068,6 @@ e_spain = { name_list_romano_aramean = cn_malaca #Byzantine Cultures name_list_greek = cn_malake - name_list_aeolian = cn_malake name_list_helleno_aramean = cn_malake name_list_greek_gothic = cn_malake name_list_greek_persian = cn_malake @@ -3129,7 +3108,6 @@ e_spain = { name_list_romano_aramean = cn_malaca #Byzantine Cultures name_list_greek = cn_malake - name_list_aeolian = cn_malake name_list_helleno_aramean = cn_malake name_list_greek_gothic = cn_malake name_list_greek_persian = cn_malake @@ -3172,7 +3150,6 @@ e_spain = { name_list_romano_aramean = cn_maenaca #Byzantine Cultures name_list_greek = cn_mainake - name_list_aeolian = cn_mainake name_list_helleno_aramean = cn_mainake name_list_greek_gothic = cn_mainake name_list_greek_persian = cn_mainake @@ -3212,7 +3189,6 @@ e_spain = { name_list_romano_aramean = cn_murtetum #Byzantine Cultures name_list_greek = cn_mourteton - name_list_aeolian = cn_mourteton name_list_helleno_aramean = cn_mourteton name_list_greek_gothic = cn_mourteton name_list_greek_persian = cn_mourteton @@ -3256,7 +3232,6 @@ e_spain = { name_list_romano_aramean = cn_traducta #Byzantine Cultures name_list_greek = cn_lefkolimani - name_list_aeolian = cn_lefkolimani name_list_helleno_aramean = cn_lefkolimani name_list_greek_gothic = cn_lefkolimani name_list_greek_persian = cn_lefkolimani @@ -3298,7 +3273,6 @@ e_spain = { name_list_romano_aramean = cn_traducta #Byzantine Cultures name_list_greek = cn_lefkolimani - name_list_aeolian = cn_lefkolimani name_list_helleno_aramean = cn_lefkolimani name_list_greek_gothic = cn_lefkolimani name_list_greek_persian = cn_lefkolimani @@ -3341,7 +3315,6 @@ e_spain = { name_list_romano_aramean = cn_arx #Byzantine Cultures name_list_greek = cn_arx - name_list_aeolian = cn_arx name_list_helleno_aramean = cn_arx name_list_greek_gothic = cn_arx name_list_greek_persian = cn_arx @@ -3381,7 +3354,6 @@ e_spain = { name_list_romano_aramean = cn_maurorum #Byzantine Cultures name_list_greek = cn_mauroron - name_list_aeolian = cn_mauroron name_list_helleno_aramean = cn_mauroron name_list_greek_gothic = cn_mauroron name_list_greek_persian = cn_mauroron @@ -7005,7 +6977,6 @@ e_spain = { name_list_romano_aramean = cn_gerunda #Byzantine Cultures name_list_greek = cn_gerounda - name_list_aeolian = cn_gerounda name_list_helleno_aramean = cn_gerounda name_list_greek_gothic = cn_gerounda name_list_greek_persian = cn_gerounda @@ -7054,7 +7025,6 @@ e_spain = { name_list_romano_aramean = cn_gerunda #Byzantine Cultures name_list_greek = cn_gerounda - name_list_aeolian = cn_gerounda name_list_helleno_aramean = cn_gerounda name_list_greek_gothic = cn_gerounda name_list_greek_persian = cn_gerounda @@ -7179,7 +7149,6 @@ e_spain = { name_list_romano_aramean = cn_rosas #Byzantine Cultures name_list_greek = cn_rodas - name_list_aeolian = cn_rodas name_list_helleno_aramean = cn_rodas name_list_greek_gothic = cn_rodas name_list_greek_persian = cn_rodas @@ -7720,7 +7689,6 @@ e_spain = { name_list_romano_aramean = cn_toletum #Byzantine Cultures name_list_greek = cn_toletum - name_list_aeolian = cn_toletum name_list_helleno_aramean = cn_toletum name_list_greek_gothic = cn_toletum name_list_greek_persian = cn_toletum @@ -7769,7 +7737,6 @@ e_spain = { name_list_romano_aramean = cn_toletum #Byzantine Cultures name_list_greek = cn_toletum - name_list_aeolian = cn_toletum name_list_helleno_aramean = cn_toletum name_list_greek_gothic = cn_toletum name_list_greek_persian = cn_toletum @@ -7818,7 +7785,6 @@ e_spain = { name_list_romano_aramean = cn_toletum #Byzantine Cultures name_list_greek = cn_toletum - name_list_aeolian = cn_toletum name_list_helleno_aramean = cn_toletum name_list_greek_gothic = cn_toletum name_list_greek_persian = cn_toletum @@ -7873,7 +7839,6 @@ e_spain = { name_list_romano_aramean = cn_caesarobriga #Byzantine Cultures name_list_greek = cn_caesarobriga - name_list_aeolian = cn_caesarobriga name_list_helleno_aramean = cn_caesarobriga name_list_greek_gothic = cn_caesarobriga name_list_greek_persian = cn_caesarobriga @@ -7926,7 +7891,6 @@ e_spain = { name_list_visigothic = cn_matritum #Byzantine Cultures name_list_greek = cn_matriton - name_list_aeolian = cn_matriton name_list_helleno_aramean = cn_matriton name_list_greek_gothic = cn_matriton name_list_greek_persian = cn_matriton @@ -8070,7 +8034,6 @@ e_spain = { name_list_romano_aramean = cn_castra_cunecis #Byzantine Cultures name_list_greek = cn_castra_cunecis - name_list_aeolian = cn_castra_cunecis name_list_helleno_aramean = cn_castra_cunecis name_list_greek_gothic = cn_castra_cunecis name_list_greek_persian = cn_castra_cunecis @@ -8388,7 +8351,6 @@ e_spain = { name_list_romano_aramean = cn_villae_tartessorum #Byzantine Cultures name_list_greek = cn_villae_tartessorum - name_list_aeolian = cn_villae_tartessorum name_list_helleno_aramean = cn_villae_tartessorum name_list_greek_gothic = cn_villae_tartessorum name_list_greek_persian = cn_villae_tartessorum @@ -8430,7 +8392,6 @@ e_spain = { name_list_romano_aramean = cn_sisapo #Byzantine Cultures name_list_greek = cn_sisapo - name_list_aeolian = cn_sisapo name_list_helleno_aramean = cn_sisapo name_list_greek_gothic = cn_sisapo name_list_greek_persian = cn_sisapo @@ -8469,7 +8430,6 @@ e_spain = { name_list_romano_aramean = cn_sisapo #Byzantine Cultures name_list_greek = cn_sisapo - name_list_aeolian = cn_sisapo name_list_helleno_aramean = cn_sisapo name_list_greek_gothic = cn_sisapo name_list_greek_persian = cn_sisapo @@ -8515,7 +8475,6 @@ e_spain = { name_list_romano_aramean = cn_nava_lucillus #Byzantine Cultures name_list_greek = cn_nava_lucillus - name_list_aeolian = cn_nava_lucillus name_list_helleno_aramean = cn_nava_lucillus name_list_greek_gothic = cn_nava_lucillus name_list_greek_persian = cn_nava_lucillus @@ -8556,7 +8515,6 @@ e_spain = { name_list_romano_aramean = cn_caepulla #Byzantine Cultures name_list_greek = cn_caepulla - name_list_aeolian = cn_caepulla name_list_helleno_aramean = cn_caepulla name_list_greek_gothic = cn_caepulla name_list_greek_persian = cn_caepulla @@ -8598,7 +8556,6 @@ e_spain = { name_list_romano_aramean = cn_ocilis #Byzantine Cultures name_list_greek = cn_ocilis - name_list_aeolian = cn_ocilis name_list_helleno_aramean = cn_ocilis name_list_greek_gothic = cn_ocilis name_list_greek_persian = cn_ocilis @@ -8643,7 +8600,6 @@ e_spain = { name_list_romano_aramean = cn_ocilis #Byzantine Cultures name_list_greek = cn_ocilis - name_list_aeolian = cn_ocilis name_list_helleno_aramean = cn_ocilis name_list_greek_gothic = cn_ocilis name_list_greek_persian = cn_ocilis @@ -8690,7 +8646,6 @@ e_spain = { name_list_romano_aramean = cn_morum #Byzantine Cultures name_list_greek = cn_morum - name_list_aeolian = cn_morum name_list_helleno_aramean = cn_morum name_list_greek_gothic = cn_morum name_list_greek_persian = cn_morum @@ -8731,7 +8686,6 @@ e_spain = { name_list_romano_aramean = cn_olcania #Byzantine Cultures name_list_greek = cn_olcania - name_list_aeolian = cn_olcania name_list_helleno_aramean = cn_olcania name_list_greek_gothic = cn_olcania name_list_greek_persian = cn_olcania @@ -9035,7 +8989,6 @@ e_spain = { name_list_romano_aramean = cn_valentia #Byzantine Cultures name_list_greek = cn_valentia - name_list_aeolian = cn_valentia name_list_helleno_aramean = cn_valentia name_list_greek_gothic = cn_valentia name_list_greek_persian = cn_valentia @@ -9089,7 +9042,6 @@ e_spain = { name_list_romano_aramean = cn_valentia #Byzantine Cultures name_list_greek = cn_valentia - name_list_aeolian = cn_valentia name_list_helleno_aramean = cn_valentia name_list_greek_gothic = cn_valentia name_list_greek_persian = cn_valentia @@ -9145,7 +9097,6 @@ e_spain = { name_list_romano_aramean = cn_saguntum #Byzantine Cultures name_list_greek = cn_saguntum - name_list_aeolian = cn_saguntum name_list_helleno_aramean = cn_saguntum name_list_greek_gothic = cn_saguntum name_list_greek_persian = cn_saguntum @@ -9197,7 +9148,6 @@ e_spain = { name_list_romano_aramean = cn_rechina #Byzantine Cultures name_list_greek = cn_rechina - name_list_aeolian = cn_rechina name_list_helleno_aramean = cn_rechina name_list_greek_gothic = cn_rechina name_list_greek_persian = cn_rechina @@ -9276,7 +9226,6 @@ e_spain = { name_list_romano_aramean = cn_carthago_nova #Byzantine Cultures name_list_greek = cn_carthago_nova - name_list_aeolian = cn_carthago_nova name_list_helleno_aramean = cn_carthago_nova name_list_greek_gothic = cn_carthago_nova name_list_greek_persian = cn_carthago_nova @@ -9317,7 +9266,6 @@ e_spain = { name_list_romano_aramean = cn_aquilae #Byzantine Cultures name_list_greek = cn_aquilae - name_list_aeolian = cn_aquilae name_list_helleno_aramean = cn_aquilae name_list_greek_gothic = cn_aquilae name_list_greek_persian = cn_aquilae @@ -9397,7 +9345,6 @@ e_spain = { name_list_romano_aramean = cn_bolvax #Byzantine Cultures name_list_greek = cn_bolvax - name_list_aeolian = cn_bolvax name_list_helleno_aramean = cn_bolvax name_list_greek_gothic = cn_bolvax name_list_greek_persian = cn_bolvax @@ -9445,7 +9392,6 @@ e_spain = { name_list_romano_aramean = cn_lucentum #Byzantine Cultures name_list_greek = cn_leucante - name_list_aeolian = cn_leucante name_list_helleno_aramean = cn_leucante name_list_greek_gothic = cn_leucante name_list_greek_persian = cn_leucante @@ -9490,7 +9436,6 @@ e_spain = { name_list_romano_aramean = cn_lucentum #Byzantine Cultures name_list_greek = cn_loukenton - name_list_aeolian = cn_loukenton name_list_helleno_aramean = cn_loukenton name_list_greek_gothic = cn_loukenton name_list_greek_persian = cn_loukenton diff --git a/WtWSMS/common/landed_titles/BP_empire_roman.txt b/WtWSMS/common/landed_titles/BP_empire_roman.txt index a5aa72fbcd..bd87ba0927 100644 --- a/WtWSMS/common/landed_titles/BP_empire_roman.txt +++ b/WtWSMS/common/landed_titles/BP_empire_roman.txt @@ -42,7 +42,6 @@ e_roman_empire = { name_list_romano_vandalic = cn_imperium_romanum #Byzantine Cultures name_list_greek = cn_basileia_rhomaion - name_list_aeolian = cn_basileia_rhomaion name_list_helleno_aramean = cn_basileia_rhomaion name_list_greek_gothic = cn_basileia_rhomaion name_list_greek_persian = cn_basileia_rhomaion diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 8aeb5a0653..01f63bdef8 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -55,7 +55,6 @@ colors = { bosporan = { 0.1 0.0 0.5 } helleno_thracian = { 0.2 0.4 0.6 } helleno_aramean = { 0.8 0.7 0.25 } - aeolian = { 0.8 0.2 0.2 } massalian = { 0.1 0.8 0.4 } helleno_libyan = { 0.70 0.20 0.90 } helleno_coptic = { 0.70 0.30 0.70 } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 8ff4706dcc..9d6b7b7d57 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1662,10 +1662,6 @@ set_starting_culture_acceptance = { } #ERE culture:greek = { - set_cultural_acceptance = { - target = culture:aeolian - value = 100 - } set_cultural_acceptance = { target = culture:helleno_thracian value = 100 diff --git a/WtWSMS/history/characters/greek.txt b/WtWSMS/history/characters/greek.txt index 3470a84e08..113e0db2ce 100644 --- a/WtWSMS/history/characters/greek.txt +++ b/WtWSMS/history/characters/greek.txt @@ -167,7 +167,7 @@ name = "Nikoteles" dynasty = 1042269 religion = "hellenic_pagan" - culture = "aeolian" + culture = "greek" trait = "ambitious" trait = "education_intrigue_4" trait = "zealous" diff --git a/WtWSMS/history/cultures/_BP.info b/WtWSMS/history/cultures/_BP.info deleted file mode 100644 index d940db0ee8..0000000000 --- a/WtWSMS/history/cultures/_BP.info +++ /dev/null @@ -1,456 +0,0 @@ -Notes: - Group Level notes - [x] - Done - [g] - Done; all cultures in group should probably just inherit from this group level (namely large tribal conglomerates) - [c] - Consider revamping to reduce file duplication - [o] - Not extant in 476 - [e] - Intentionally left empty (no cultures in 476) - Culture Level notes - [r] - Requires its own culture set, separate from group level - [X] - Required to overwrite vanilla CK3 files - [i] - Should just use imports innovations from group level - [a] - Ancient culture; does it need history? - [o] - Not extant in 476; includes future hybrid cultures - [V] - Vanilla CK3 culture; either needs removal or toe be integrated into WtWSMS framework - [h] - WtWSMS hybrid culture - [S] - WtWSMS split culture needing explicit 476 splitting from others (post-1.5) because it evolves during the time period - [H] - WtWSMS hybrid culture needing explicit 476 hybridization (post-1.5) because it evolves during time period - - [rX] - had to overwrite a vanilla file; probably just a copy-paste from the group level in most cases - [RX] - Straight copy from group level - -Culture History list - -akan_group [g] - akan [i] - kru [i] - guan [o] -albanian_group [o] - albanian [o] -anatolian_group [g] - isaurian [i] - lycaonian [i] -austro_asiatic_group [g] - munda [i] - mon [i] -baltic_group [g] - prussian [iX] - vistula_veneti [i] - przeworsk [i] - galindian [i] - aesti [i] - latgalian [o] - lithuantian [o] -balto_finnic_group [x] - finnish [i] - sami [re] - estonian [i] - karelian [i] - vepsian [i] -berber_group [xc] - berber [i] - guanches [r] - tashellhit [r] - tamazight [r] - riffian [r] - shenwa [r] - taqbaylit [r] - tacawit [r] - nafusi [r] - mzab_wargla [r] - tuareg [i] - garamantian [r] - libyan [r] - zaghawa [r] - butr [V] - barnais [V] -burman_group [o] - burmese [o] - rakhine [o] -byzantine_group [x] - greek [rX] - helleno_aramean [H] - bosporan [i] - pontic [i] - tsakonian [i] - massalian [i] - helleno_thracian [H] - greek_gothic [h] - isaurian_persian [h] - greek_persian [h] - grecco_axumite [h] - aeolian [a] - spartan [a] -caucasian_group [x] - armenian [rX] - georgian [rX] - caucasian_albanian [i] - corduenian [i] - abaza [r] - adyghes [r] - macronian [i] - colchiscan [a] - aghbanian [io]; duplicate of caucasian_albanian -celtic_group [x] - pictish [rX] - irish [i] - gaelic [i] - briton [i] - welsh [H] - breton [H] - cornish [H] - cumbrian [H] - manx [H] -central_african_group [x] - nok [i] - sao [rX] - hausa [S] - nupe [h] -central_germanic_group [x] - lombard [i] - thuringian [i] - old_saxon [i] - warnic [i] - anglo [i] - reudignian [i] - alamannian [i] - bucinobantian [i] - saxon [S] - franconian [S} - swabian [S} - bavarian [S] - frisian [S] - durch [V] - german [V] -central_semitic_group [x] - yathribi [i] - adnanite [i] - bedouin [H] - levantine [H] - egyptian [H] - maghrebi [H] - andalusian [H] - yemeni [H] - bedouin_dravidian [h] -chinese_group [x] - han [i] - vietnamese [o] - korean [o] - japanese [o] - ryukyuan [o] -continental_celtic_group [x] - gallic [i] - astures [i] - galician [i] - amorican [i] - galatian [r] - cantabrian [i] - lusitanian [i] - east_gallic [h] -dravidian_group [x] - tamil [i] - malayali [i] - telugu [i] - kannada [i] - gondi [i] -east_african_group [x] - nubian [rX] - welayta [i] - daju [rX] - coptic [r] - old_nubian [r] -east_germanic_group [x] - crimean_gothic [r] - burgundian [r] - denziner [i] - lebus [i] - gustow [i] - vidivarii [i] - rygir [i] - heruli [i] - skirian [i] - vandalic [r] - ostrogothic [r] - visigothic [rX] - gothic [i] - gepid [r] - old_bavarian [h] -east_iranian_group [x] - sogdian [rX] - alan [rX] - khwarezmian [rX] - afghan [rX] - sakan [rX] - indo_scythian [r] - bactrian [r] - dahi_scythian [r] - amardian [r] - iazyges [r] - nuristani [i] - sarmatian [a] - hunas [s] -east_semitic_group [x] - assyrian [rX] - akkadian [a] - aramaic [a] - eblaite [a] -east_slavic_group [x] - old_slavic [i] - venedi [i] - ilmenian [s] - severian [s] - volhynian [s] - russian [s] - akhemenidov [h] - ved [h] -gur_group [x] - gur [i] - mossi [s] - marka [s] -iberian_group [V] - castilian [i] - catalan [i] - asturleonese [i] - aragonese [i] -indo_aryan_group [x] #Start of RX markings - bengali [RX] - oriya [RX] - gujarati [i] - punjabi [RX] - rajput [i] - sindhi [RX] - marathi [i] - kashmiri [rX] - sinhala [RX] - nepali [rX] - awadhi [i] - braj [i] - saurashtra [i] - bhil [i] - nagpuri [i] - sambalpuri [i] - kumaoni [rX] - pahari [i] - bihari [i] - kalash [rX] - old_kamrupan [i] - rajbongshi [s] - malvi [s] - konkani [s] - assamese [s] - hindustani [h] -iranian_group [x] - persian [i] - kurdish [r] - daylamite [RX] - parthian [r] - indo_parthian [i] - kushanshas [s] - tajik [s] - baloch [s] -israelite_group [x] - hebrew [i] - juhuro [i] - ashkenazi [s] - sephardi [s] -latin_group [x] - roman [i] - corsican [i] - sardinian [RX] - raetoroman [i] - pannonian [i] - romano_hispanic [i] - romano_gallic [iH] - romano_frank [iH] - african_romance [iH] - noricoroman [iH] - romano_british [iH] - romano_aramean [iH] - romano_vandalic [iH] - thraco_roman [iH] - illyro_roman [iH] - romano_dacian [iH] - romano_gothic [iH] - frankish [h] - arreyanu [h] - gallo_romance [s] - romansh [s] - dalmatian [s] - british_romance [s] - pannonian_romance [s] - italian [h] - cisalpine [h] - sicilian [h] -magyar_group [xe] - mogyer [RX] - hungarian [Xe] -mogolic_group [x] - khitan [i] - tuyuhun [i] - hunnic [r] - xianbei [i] - ninrun [i] - tuoba [r] (Settled Xianbei's for Wei Dynasty) - hunno_bulgar [h] - mongol [s] - khanid [s] - jurchen [s] - naiman [s] - kerait [s] - oirat [s] - buryat [s] -north_germanic_group [x] - norse [rX] - auiones [i] - swede [i] - dane [i] - geathish [i] - gutnish [i] - jute [i] - swedish [s] - norwegian [s] - danish [s] -northwest_semitic_group [x] - punic [i] - nabatean [i] - aramean [i] - samosatan [a] -phrygian_group [x] - phrygian [i] -proto_carpathian_group [x] - thracian [i] - dacian [i] - illyrian [i] - macedonian [a] - veneti [a] -qiangic_group - tangut - qiang -sahelian_group [x] - soninke [i] - sorko [i] - gaw [i] - bozo [i] - songhai [h] -senegambian_group [x] - senegambian [i] - pulaar [s] - serer [s] - wolof [h] -siberian_group [x] - yeniseian [i] -somalian_group [x] #Aka Cushtic - somali [i] - beja [RX] - sidamic [i] - afar [i] -south_semitic_group [x] - ethiopian [RX] - tribal_arab [i] - hadhramaut [r] - sabean [r] - minaean [r] - himyarite [r] - khalan [i] -south_slavic_group [] - carantanian [h] - croatian [h] - bosnian [h] - serbian [h] - bulgarian [h] - arberian [h] #Aka Albanian; duplicate? - antae [i] #Probable hold-over from pre-Slavic mechanics - sklav [i] #Probable hold-over from pre-Slavic mechanics - afriki [i] #Slavic-African melting pot - tracki [i] #Old culture? To Remove? - alzzecio [i] #Old culture? To Remove? - vlach [V} -tarim_group [x] - tocharian [i] - gushi [i] -tibetan_group [x] - bodpa [i] - zhangzhung [i] - sumpa [r] - tsangpa [i] -tibeto_burman_group [x] - kirati [i] - lhomon [i] - kachari [i] - meitei [i] - tani [i] - pyu [r] -turkic_group [x] - xiongnu [i] - bolghar [RX] - avar [RX] - kirghiz [i] - tiele [i] - barsil [i] - gokturkish [s] - utigur [s] - kutrigur [s] - white_croatian [h] - turkish [Xe] - azeri [V] - cuman [V] - khazar [V] - pecheneg [V] - bashkri [V] - karluk [V] - kimek [V] - kipchak [V] - laktan [V] - uyghur [V] - yughur [V] - uriankhai [V] - chuvash [V] - shatuo [V] - ongud [V] -ugro_permian_group [x] - komi [i] - khanty [i] - samoyed [r] - mansi [i] - udmurt [i] -vasconic_group [x] - basque [RX] - aquitani [i] -volga_finnic_group [x] - mordvin [i] - merya [i] - meshchera [i] - mari [i] - muroma [i] -west_african_group [x} - malinke [i] - bobo [i] - mel [i] -west_slavic_group [e] - lechite - geruly - tyuringii - nordvind - wends - galliya - pommeranian - czech - polish - polabian - slovien -west_germanic_group [x] - chatti [i] - old_frankish [r] - cheruscii [i] - macromanni [r] - suebi [r] - buri [r] - old_frisian [i] - anglo_saxon [Xe] - scottish [Xe] - english [Xe] -yoruba_group [x] - yoruba [i] - edo [i] - igbo [i] - ewe [i] \ No newline at end of file diff --git a/WtWSMS/history/cultures/aeolian.txt b/WtWSMS/history/cultures/aeolian.txt deleted file mode 100644 index 10dfc4e982..0000000000 --- a/WtWSMS/history/cultures/aeolian.txt +++ /dev/null @@ -1,70 +0,0 @@ -1.1.1 = { - ## Tribal Innovations - # Military - discover_innovation = innovation_vexilium - discover_innovation = innovation_mustering_grounds - discover_innovation = innovation_castrae - discover_innovation = innovation_quilted_armor - # Civic - discover_innovation = innovation_development_00 - discover_innovation = innovation_leges_barbarorum - discover_innovation = innovation_writing - discover_innovation = innovation_barter - discover_innovation = innovation_oppidum - discover_innovation = innovation_social_stratification - join_era = culture_era_late_antiquity -} -2.1.1 = { - ## Late Antiquity Innovations - # Military - discover_innovation = innovation_standing_army - discover_innovation = innovation_catapult - discover_innovation = innovation_mail_armor - discover_innovation = innovation_muri - # Civic - discover_innovation = innovation_development_01 - discover_innovation = innovation_fora - discover_innovation = innovation_coinage - #Regional - discover_innovation = innovation_ancient_urbanites -} - -#293: Dominate -293.1.1 = { - discover_innovation = innovation_mundium -} - -#325: First Council of Nicea -325.8.1 = { - discover_innovation = innovation_state_religion -} - -#376: Battle of Adrianople -376.8.9 = { - discover_innovation = innovation_conscription -} - -#410: Visigoth Sack of Rome -410.1.1 = { - discover_innovation = innovation_limitanei -} - -#453: Death of Attila -453.3.1 = { - join_era = culture_era_early_migration -} - -#534: Code of Justinian -534.1.1 = { - discover_innovation = innovation_legal_codex -} - -#584: Exarchate of Ravenna -584.1.1 = { - discover_innovation = innovation_exarchate -} - -#640: First Themes -640.1.1 = { - discover_innovation = innovation_vassalage -} diff --git a/WtWSMS/history/cultures/heritage_byzantine.txt b/WtWSMS/history/cultures/heritage_byzantine.txt index e95c3e2bc8..b019ca6814 100644 --- a/WtWSMS/history/cultures/heritage_byzantine.txt +++ b/WtWSMS/history/cultures/heritage_byzantine.txt @@ -1,4 +1,4 @@ -# greek, aeolian, helleno_aramean, greek_gothic, greek_persian, isaurian_persian +# greek, helleno_aramean, greek_gothic, greek_persian, isaurian_persian # grecco_axumite, bosporan, pontic, tsakonian, spartan, massalian, helleno_thracian # not greek (CK3 collision) diff --git a/WtWSMS/history/provinces/bp_k_asia.txt b/WtWSMS/history/provinces/bp_k_asia.txt index 54ed8e9861..105cf8a890 100644 --- a/WtWSMS/history/provinces/bp_k_asia.txt +++ b/WtWSMS/history/provinces/bp_k_asia.txt @@ -65,7 +65,7 @@ } ###c_aeolis 5531 = { # 5531 - Phocaea - culture = aeolian + culture = greek religion = nicene holding = castle_holding } @@ -251,7 +251,7 @@ ###c_abydos 744 = { #Abydos - culture = aeolian + culture = greek religion = pneumatomachianism holding = castle_holding buildings = { #Major city at the time, would have been heavily developed @@ -388,7 +388,7 @@ ###c_lesbos 487 = { #Lesbos - culture = aeolian + culture = greek religion = nicene holding = castle_holding } diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 1de86e83e2..cdadf8356f 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -16,7 +16,7 @@ bosporan_history_loc:0 "Diverged from [CULTURE.GetName] in the year 600 BC" #Foundation of Panticapaeum by Miletus (Attic is closer than Aeolic language) helleno_thracian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 443 BC" #Establishment of Neapolis (Kavala) helleno_aramean_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 333 BC" #Alexander's conquest of the Levant - massalian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 545 BC" #Colonization of Masallia by Phocaea (Aeolic speakers) + massalian_history_loc: "Diverged from Phocaean in the year 545 BC" #Colonization of Masallia by Phocaea (Aeolic speakers) helleno_libyan_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 631 BC" #Colonization of Cyrene by Thera (Doric speakers) helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 331 BC" #Founding of Alexandria #Central Germanic Culture diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index c7bfdf3f13..52c132287c 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -23,7 +23,6 @@ name_list_bosporan:0 "Bosporan" name_list_helleno_thracian:0 "Helleno-Thracian" name_list_helleno_aramean:0 "Helleno-Aramean" - name_list_aeolian:0 "Aeolian" name_list_massalian:0 "Massalian" name_list_greek_gothic:0 "Gotthikóèlline" name_list_greek_persian:0 "Éllinepersiká" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index f344f8b2b3..1de9e6b68f 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -88,9 +88,6 @@ manx_collective_noun:0 "Manx" manx_prefix:0 "Manx" # Byzantine group - aeolian:0 "Aeolian" - aeolian_collective_noun:0 "Aeolians" - aeolian_prefix:0 "Aeolio" helleno_aramean: "Helleno-Aramaean" helleno_aramean_collective_noun: "Helleno-Aramaeans" helleno_aramean_prefix: "Helleno-Aramaeano" From 2cd4a76961c0048b2b4580e8fb2388b3d53ab503 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 11 Feb 2023 23:17:46 -0500 Subject: [PATCH 296/339] Reduce scope of Tsakonian --- WtWSMS/history/provinces/bp_k_achaia.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_achaia.txt b/WtWSMS/history/provinces/bp_k_achaia.txt index 23e2190d25..957a242184 100644 --- a/WtWSMS/history/provinces/bp_k_achaia.txt +++ b/WtWSMS/history/provinces/bp_k_achaia.txt @@ -58,7 +58,7 @@ ###c_achaia 476 = { #b_achaia - culture = tsakonian + culture = greek religion = hellenic_pagan holding = castle_holding buildings = { @@ -80,7 +80,7 @@ } ###c_korinthos 481 = { #Korinthos - culture = tsakonian + culture = greek religion = hellenic_pagan holding = castle_holding buildings = { @@ -105,7 +105,7 @@ } ###c_messenia 3734 = { #b_arcadia - culture = tsakonian + culture = greek religion = hellenic_pagan holding = castle_holding special_building_slot = temple_of_zeus From 628f8cc327e85af8abaa1365c7f5f901ebada437 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 15 Feb 2023 00:18:29 -0500 Subject: [PATCH 297/339] Caucus Tweaks * Added county for Sarir to split from Dudzurks * Adjusted positions of Circassians and Nakh peoples * Reorganized k_caucus to add a new duchy --- .../BP_e_caspian-pontic_steppe.txt | 156 +++++++++--------- .../on_action/sea_minority_game_start.txt | 14 +- WtWSMS/history/provinces/bp_k_caucasus.txt | 78 +++++---- WtWSMS/history/titles/bp_k_caucasus.txt | 85 ++++++---- .../english/BP_titles_l_english.yml | 4 + 5 files changed, 191 insertions(+), 146 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt index 00624fef17..12a400eee4 100644 --- a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt +++ b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt @@ -607,27 +607,66 @@ e_caspian-pontic_steppe = { } d_alania = { color = { 110 65 29 } - capital = c_maghas # Maghas + capital = c_samander # Maghas - c_maghas = { - color = { 85 50 22 } + c_samiran = { + color = { 141 51 30 } - b_maghas = { - province = 5299 + b_samiran = { + province = 5343 + + color = { 141 51 30 } + } - color = { 85 50 22 } + b_cabartei = { + province = 5308 + + color = { 141 51 30 } } - b_etzeri = { - province = 5300 + b_tserlona = { + province = 5309 + + color = { 141 51 30 } + } + b_cisterki = { + province = 5310 + + color = { 141 51 30 } + } + } + c_majar = { + color = { 105 50 20 } - color = { 85 50 22 } + b_majar = { + province = 5344 + + color = { 54 25 8 } } - b_betzini = { - province = 5301 + b_besinada = { + province = 5303 - color = { 85 50 22 } + color = { 54 25 8 } + } + } + c_samander = { + color = { 148 35 9 } + + b_samander = { + province = 5305 + + color = { 148 35 9 } + } + b_kizlyar = { + province = 5307 + + color = { 141 51 30 } } } + } + d_adigey = { + color = { 100 44 16 } + capital = c_zichia + c_zichia = { color = { 100 44 16 } @@ -652,41 +691,35 @@ e_caspian-pontic_steppe = { color = { 66 55 10 } } } - c_samiran = { - color = { 141 51 30 } + c_maghas = { + color = { 85 50 22 } - b_samiran = { - province = 5343 - - color = { 141 51 30 } - } + b_maghas = { + province = 5299 - b_cabartei = { - province = 5308 - - color = { 141 51 30 } + color = { 85 50 22 } } - b_tserlona = { - province = 5309 - - color = { 141 51 30 } + b_etzeri = { + province = 5300 + + color = { 85 50 22 } } - b_cisterki = { - province = 5310 - - color = { 141 51 30 } + b_betzini = { + province = 5301 + + color = { 85 50 22 } } } - c_majar = { - color = { 105 50 20 } + c_cabardinia = { + color = { 54 25 8 } - b_majar = { - province = 5344 + b_tatartopa = { + province = 5302 color = { 54 25 8 } } - b_besinada = { - province = 5303 + b_petigoria = { + province = 606 color = { 54 25 8 } } @@ -715,57 +748,32 @@ e_caspian-pontic_steppe = { color = { 128 40 20 } } } - c_samander = { - color = { 148 35 9 } - - b_samander = { - province = 5305 - - color = { 148 35 9 } - } - b_kizlyar = { - province = 5307 - - color = { 141 51 30 } - } - - } - c_cabardinia = { - color = { 54 25 8 } - - b_cabarda = { - province = 603 - - color = { 54 25 8 } - } - b_tatartopa = { - province = 5302 + c_sarir = { + color = { 128 40 20 } + b_kumukh = { + province = 675 - color = { 54 25 8 } + color = { 128 40 20 } } - b_petigoria = { - province = 606 + b_sambalut = { + province = 5342 - color = { 54 25 8 } + color = { 148 35 9 } } } + c_durdzukia = { color = { 145 50 35 } - b_kumukh = { - province = 675 - - color = { 128 40 20 } - } b_durdzukia = { province = 5306 color = { 148 35 9 } } - b_sambalut = { - province = 5342 + b_cabarda = { #Not *actually* the right location... + province = 603 - color = { 148 35 9 } + color = { 54 25 8 } } } } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 98fc2073f0..b9da0ac4bc 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -112,8 +112,10 @@ BP_set_minorities_universal = { every_county = { limit = { OR = { - this = title:c_durdzukia + this = title:c_sarir this = title:c_derbent + this = title:c_shaki + this = title:c_shirvan } } add_small_culture_and_faith_to_county_effect = { @@ -226,7 +228,7 @@ BP_set_minorities_universal = { every_county = { limit = { OR = { - this = title:c_durdzukia + this = title:c_sarir this = title:c_samander } } @@ -235,6 +237,14 @@ BP_set_minorities_universal = { CULTURE = culture:awaral } } + #Nakh + every_county = { + limit = { this = title:c_cabardinia } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:nakh + } + } #Adyghes (Circassians) every_county = { limit = { diff --git a/WtWSMS/history/provinces/bp_k_caucasus.txt b/WtWSMS/history/provinces/bp_k_caucasus.txt index 503cd40968..c7199125c0 100644 --- a/WtWSMS/history/provinces/bp_k_caucasus.txt +++ b/WtWSMS/history/provinces/bp_k_caucasus.txt @@ -44,34 +44,6 @@ ##d_alania ################################### -###c_maghas -5299 = { #Maghas - culture = adyghes - religion = georgian_pagan - holding = tribal_holding -} -5300 = { #Etzeri - #old name of a city founnd on XVIIIth maps - holding = none -} -5301 = { #Betzini - #old name of a city founnd on XVIIIth maps - holding = none -} -###c_zichia #old name of the region -5296 = { #Bata AKA Novorossiysk - culture = adyghes - religion = georgian_pagan - holding = tribal_holding -} -5297 = { #Zapaxi - #old city/city name, around where current Maykop is - holding = none -} -5298 = { #Ulmi - #old city/city name, around where current Tuapse is - holding = none -} ###c_majar 5344 = { #Majar culture = alan @@ -101,22 +73,50 @@ holding = none } -##d_ciscaucasia ################################### +##d_adigey ################################### -###c_cabardinia #old name of the region -603 = { #Cabarda #capital of Circassia according to older maps - culture = nakh +###c_zichia #old name of the region +5296 = { #Bata AKA Novorossiysk + culture = adyghes religion = georgian_pagan holding = tribal_holding } -5302 = { #Tatartopa +5297 = { #Zapaxi + #old city/city name, around where current Maykop is + holding = none +} +5298 = { #Ulmi + #old city/city name, around where current Tuapse is + holding = none +} +###c_maghas +5299 = { #Maghas + culture = adyghes + religion = georgian_pagan + holding = tribal_holding +} +5300 = { #Etzeri #old name of a city founnd on XVIIIth maps holding = none } +5301 = { #Betzini + #old name of a city founnd on XVIIIth maps + holding = none +} +###c_cabardinia #old name of the region +5302 = { #Tatartopa + #old name of a city founnd on XVIIIth maps + culture = adyghes + religion = georgian_pagan + holding = tribal_holding +} 606 = { #Petigoria #city and region according to XVIIIth maps holding = none } + +##d_ciscaucasia ################################### + ###c_derbent 674 = { #Derbent culture = awaral @@ -139,15 +139,21 @@ holding = none } ###c_durdzukia -675 = { #Kumukh +5306 = { #Durdzukia + #city and region culture = nakh religion = georgian_pagan holding = tribal_holding } -5306 = { #Durdzukia - #city and region +603 = { #Cabarda #capital of Circassia according to older maps holding = none } +###c_sarir +675 = { #Kumukh + culture = nakh + religion = georgian_pagan + holding = tribal_holding +} 5342 = { #Sambalut holding = none } \ No newline at end of file diff --git a/WtWSMS/history/titles/bp_k_caucasus.txt b/WtWSMS/history/titles/bp_k_caucasus.txt index 341fd44f53..296e9f52b7 100644 --- a/WtWSMS/history/titles/bp_k_caucasus.txt +++ b/WtWSMS/history/titles/bp_k_caucasus.txt @@ -33,37 +33,8 @@ c_beksima = { d_alania = { #Empty History 1.1.1={} } -c_maghas = { #c_semender history (substitution) - 466.1.1={ - holder=118 # Durgulel Halani - } - 500.1.1={ - holder=118 # Durgulel Halani - } - 510.1.1={ - holder=33088 # Akhsar Halani - } - 550.1.1={ - holder=33089 # Khætag Halani - } -} -c_cabardinia = { #Sarir history - # Sarir Kings of the Golden Throne # - 450.1.1={ - holder=131726 - } - 510.1.1={ - holder=131727 - } - 560.1.1={ - holder=131728 - } # Dies 620 -} -c_zichia = {#c_semender history (substitution) +c_majar = { #d_alans history 466.1.1={ - holder = 112 # Isperikh - } - 500.1.1={ holder=118 # Durgulel Halani } 510.1.1={ @@ -73,7 +44,7 @@ c_zichia = {#c_semender history (substitution) holder=33089 # Khætag Halani } } -c_majar = { #d_alans history +c_samander = { #d_alans history 466.1.1={ holder=118 # Durgulel Halani } @@ -120,8 +91,40 @@ c_derbent = { #Part of Balasagan, so ruled by same ruler holder = 1500017 # Jahandar Waraz } } -c_samander = { #d_alans history +c_sarir = { #Sarir history + # Sarir Kings of the Golden Throne # + 450.1.1={ + holder=131726 + } + 510.1.1={ + holder=131727 + } + 560.1.1={ + holder=131728 + } # Dies 620 +} + +c_durdzukia = { #Capital of Sarir Kingdom + # Sarir Kings of the Golden Throne # + 450.1.1={ + holder=131726 + } + 510.1.1={ + holder=131727 + } + 560.1.1={ + holder=131728 + } # Dies 620 +} + +d_adigey = { + 1.1.1 = {} +} +c_zichia = {#c_semender history (substitution) 466.1.1={ + holder = 112 # Isperikh + } + 500.1.1={ holder=118 # Durgulel Halani } 510.1.1={ @@ -131,7 +134,7 @@ c_samander = { #d_alans history holder=33089 # Khætag Halani } } -c_durdzukia = { #Capital of Sarir Kingdom +c_cabardinia = { #Sarir history # Sarir Kings of the Golden Throne # 450.1.1={ holder=131726 @@ -142,4 +145,18 @@ c_durdzukia = { #Capital of Sarir Kingdom 560.1.1={ holder=131728 } # Dies 620 -} \ No newline at end of file +} +c_maghas = { #c_semender history (substitution) + 466.1.1={ + holder=118 # Durgulel Halani + } + 500.1.1={ + holder=118 # Durgulel Halani + } + 510.1.1={ + holder=33088 # Akhsar Halani + } + 550.1.1={ + holder=33089 # Khætag Halani + } +} diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index aa864cd08b..70e20e9c2a 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -703,6 +703,10 @@ k_pontic_steppe_adj:0 "Pontic" k_caucasus:0 "Alania" k_caucasis_adj:0 "Alanian" + c_sarir: "Sarir" + c_sarir_adj: "Saririan" + d_adigey: "Adigey" + d_adigey_adj: "Adigeyian" #### e_scythia #### e_scythia:0 "Scythia" From 0c8ae073893840f5b1de930202c9b4b3e7658b9b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:06:01 -0500 Subject: [PATCH 298/339] Turkic Tweaks * Removed early gokturks (need gokturkish transition event) * Updated East Iranian ethnicities; Sarmatian tribes are more European, and Tocharians/Sakans have some European ethnicity data to account for historic attestation of lighter hair color --- .../culture/cultures/BP_east_iranian.txt | 70 ++++++++++++++----- .../common/culture/cultures/BP_tocharian.txt | 30 ++++++-- WtWSMS/history/characters/WTWSMS_enlil.txt | 2 +- .../_lt_rascek_fictional_tribal_rulers.txt | 2 +- WtWSMS/history/provinces/bp_k_dzungaria.txt | 16 ++--- WtWSMS/history/provinces/bp_k_zhetysu.txt | 2 +- 6 files changed, 89 insertions(+), 33 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt index f34a29ad4d..1737cc16a4 100644 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_east_iranian.txt @@ -26,7 +26,7 @@ ethnicities = { 7 = arab - 6 = mediterranean + 5 = mediterranean } } sogdian = { @@ -92,7 +92,7 @@ bactrian = { #Bactrians ethnicities = { 7 = arab - 6 = mediterranean + 5 = mediterranean } } sarmatian = { @@ -120,9 +120,15 @@ sarmatian = { clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } + #European Iranian Nomad Mix + #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix ethnicities = { - 7 = arab - 6 = mediterranean + 58 = arab + 42 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger } } iazyges = { @@ -153,9 +159,15 @@ iazyges = { clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } + #European Iranian Nomad Mix + #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix ethnicities = { - 7 = arab - 6 = mediterranean + 58 = arab + 42 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger } } alan = { @@ -186,9 +198,15 @@ alan = { clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } + #European Iranian Nomad Mix + #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix ethnicities = { - 7 = arab - 6 = mediterranean + 58 = arab + 42 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger } } sakan = { #Nomadic Sakans @@ -216,9 +234,15 @@ sakan = { #Nomadic Sakans clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + #Asian Iranian Nomad Mix + #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix ethnicities = { - 7 = arab - 5 = mediterranean + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger } } indo_scythian = { @@ -251,9 +275,16 @@ indo_scythian = { clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + #Asian Iranian Nomad Mix + #2:1:3 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix/Indian ethnicities = { - 7 = arab - 6 = mediterranean + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + 300 = indian } } dahi_scythian = { @@ -281,9 +312,15 @@ dahi_scythian = { clothing_gfx = { mena_clothing_gfx } unit_gfx = { mongol_unit_gfx } + #Asian Iranian Nomad Mix + #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix ethnicities = { - 7 = arab - 6 = mediterranean + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger } } amardian = { @@ -312,7 +349,8 @@ amardian = { unit_gfx = { mena_unit_gfx } ethnicities = { - 10 = arab + 8 = arab + 5 = mediterranean } } afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD @@ -381,7 +419,7 @@ romano_alan = { #Partially Romanized Alans #Ethnicity Mix: #Alan:Romano-Gallic:Frankish 6:3:1 (some Frankish admixture with Sarmatian Laeti) #then combined to avoid issues - ethnicities = { + ethnicities = { #TODO: Fixme 342 = arab 182 = caucasian_brown_hair 156 = mediterranean diff --git a/WtWSMS/common/culture/cultures/BP_tocharian.txt b/WtWSMS/common/culture/cultures/BP_tocharian.txt index d6b61eb95c..9011fa4b15 100644 --- a/WtWSMS/common/culture/cultures/BP_tocharian.txt +++ b/WtWSMS/common/culture/cultures/BP_tocharian.txt @@ -24,9 +24,15 @@ clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + #Asian Iranian Nomad Mix + #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix ethnicities = { - 7 = arab - 5 = mediterranean + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger } } gushi = { #Pastoralist Shamanic Jushi Kingdom @@ -53,9 +59,15 @@ gushi = { #Pastoralist Shamanic Jushi Kingdom clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + #Asian Iranian Nomad Mix + #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix ethnicities = { - 7 = arab - 5 = mediterranean + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger } } khotanese = { @@ -93,8 +105,14 @@ khotanese = { clothing_gfx = { mena_clothing_gfx } unit_gfx = { mena_unit_gfx } + #4:2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix/Indian ethnicities = { - 7 = arab - 5 = mediterranean + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + 50 = indian } } \ No newline at end of file diff --git a/WtWSMS/history/characters/WTWSMS_enlil.txt b/WtWSMS/history/characters/WTWSMS_enlil.txt index 174263e51f..cc67993219 100644 --- a/WtWSMS/history/characters/WTWSMS_enlil.txt +++ b/WtWSMS/history/characters/WTWSMS_enlil.txt @@ -31,7 +31,7 @@ name = "Tuwu" # Goturk Founder's Father dynasty = 12269 # Ashina religion = "tengri_pagan" - culture = "gokturkish" + culture = "tiele" #Changed from Gokturk; need to define how Gokturks arise father = 36000_father 470.1.1 = { birth = yes diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt index 9b96b9aa11..85c3a82ac2 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers.txt @@ -5544,7 +5544,7 @@ tieleChumi001 = { name = "Bumin" dynasty = 12269 religion = "tengri_pagan" - culture = "gokturkish" + culture = "tiele" 430.1.1 = { birth = yes } 486.1.1 = { death = yes } } diff --git a/WtWSMS/history/provinces/bp_k_dzungaria.txt b/WtWSMS/history/provinces/bp_k_dzungaria.txt index b36036cc29..65d5e3eb29 100644 --- a/WtWSMS/history/provinces/bp_k_dzungaria.txt +++ b/WtWSMS/history/provinces/bp_k_dzungaria.txt @@ -7,7 +7,7 @@ # # Essentially, I presume Gaoche/Tiele/Fufuluo are all the same culture group under different names # -# Gokturkish is used for the lands of the Ashina tribe, who would found the Gokturk empire. +# tiele is used for the lands of the Ashina tribe, who would found the Gokturk empire. # Their position is not well defined (other than NW of Turfan), so the get the range from # gobi-altai to khara khoja @@ -130,7 +130,7 @@ ###c_altay 1451 = { #Altay - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } @@ -155,7 +155,7 @@ } ###c_qinggil 7478 = { #Qinggil AKA Qinghe - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } @@ -177,7 +177,7 @@ ###c_agairik 7483 = { #Agairik #Named after local mountains - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } @@ -192,7 +192,7 @@ ###c_narym_DZU 7486 = { #Narym-DZU #Named after local mountains - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } @@ -207,7 +207,7 @@ ###c_torangy_kul 7489 = { #Torangy Kul #On map BBB, just above lake Zaïsan Nor - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } @@ -224,7 +224,7 @@ ###c_hoboksar 7492 = { #Hoboksar - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } @@ -240,7 +240,7 @@ ###c_ulan_chuzir 7496 = { #Ulan Chuzir #As "Ulan chudsir" on map AAA, south of lake Ulungur - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } diff --git a/WtWSMS/history/provinces/bp_k_zhetysu.txt b/WtWSMS/history/provinces/bp_k_zhetysu.txt index 48237bf747..7d72bcfa03 100644 --- a/WtWSMS/history/provinces/bp_k_zhetysu.txt +++ b/WtWSMS/history/provinces/bp_k_zhetysu.txt @@ -98,7 +98,7 @@ ###c_chuguchak 7181 = { #Chuguchak AKA Tacheng - culture = gokturkish + culture = tiele religion = tengri_pagan holding = tribal_holding } From d4a620215508acabee118cf5f65f360f51c65205 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:57:12 -0500 Subject: [PATCH 299/339] Revamp CCU code --- WtWSMS/common/on_action/BP_game_start.txt | 102 ------------------ WtWSMS/common/on_action/ccu_on_actions.txt | 101 +++++++++++++++++ ...english.yml => ccu_features_l_english.yml} | 0 3 files changed, 101 insertions(+), 102 deletions(-) rename WtWSMS/localization/english/{BP_ccu_features_l_english.yml => ccu_features_l_english.yml} (100%) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 9d6b7b7d57..5431d3d020 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -12,7 +12,6 @@ bp_game_start = { effect = { every_culture_global = { ccu_initialize_culture_effect = yes } } on_actions = { #Needs to be done first to avoid some errors - ccu_startup_debug #Other BP Stuff BP_character_events BP_set_government_id_effects @@ -47,107 +46,6 @@ bp_game_start_after_lobby = { } } -## CCU Stuff -ccu_startup_debug = { - effect = { - every_culture_global = { - if = { - limit = { - OR = { - NOT = { has_variable_list = heritage_group } - AND = { - has_variable_list = heritage_group - variable_list_size = { name = heritage_group value = 0 } - } - } - } - save_scope_as = problem_culture - every_player = { - send_interface_message = { - type = event_steward_task_bad - title = ccu_debug_culture_heritage_group - desc = ccu_debug_culture_heritage_group_desc - } - } - } - else_if = { - limit = { - OR = { - NOT = { has_variable_list = heritage_family } - AND = { - has_variable_list = heritage_family - variable_list_size = { name = heritage_family value = 0 } - } - } - } - save_scope_as = problem_culture - every_player = { - send_interface_message = { - type = event_steward_task_bad - title = ccu_debug_culture_heritage_family - desc = ccu_debug_culture_heritage_family_desc - } - } - } - if = { - limit = { NOT = { has_variable = language_group } } - save_scope_as = problem_culture - every_player = { - send_interface_message = { - type = event_steward_task_bad - title = ccu_debug_culture_language_group - desc = ccu_debug_culture_language_group_desc - } - } - } - if = { - limit = { NOT = { has_variable = language_branch } } - save_scope_as = problem_culture - every_player = { - send_interface_message = { - type = event_steward_task_bad - title = ccu_debug_culture_language_branch - desc = ccu_debug_culture_language_branch_desc - } - } - } - else_if = { - limit = { NOT = { has_variable = language_family } } - save_scope_as = problem_culture - every_player = { - send_interface_message = { - type = event_steward_task_bad - title = ccu_debug_culture_language_family - desc = ccu_debug_culture_language_family_desc - } - } - } - else_if = { - limit = { NOT = { has_variable = language_union } } - save_scope_as = problem_culture - every_player = { - send_interface_message = { - type = event_steward_task_bad - title = ccu_debug_culture_language_union - desc = ccu_debug_culture_language_union_desc - } - } - } - else_if = { - limit = { NOT = { has_variable = language_creole } } - save_scope_as = problem_culture - every_player = { - send_interface_message = { - type = event_steward_task_bad - title = ccu_debug_culture_language_creole - desc = ccu_debug_culture_language_creole_desc - } - } - } - } - } -} - ## Other BP Stuff BP_character_events = { effect = { diff --git a/WtWSMS/common/on_action/ccu_on_actions.txt b/WtWSMS/common/on_action/ccu_on_actions.txt index b7f7bf11df..854946665a 100644 --- a/WtWSMS/common/on_action/ccu_on_actions.txt +++ b/WtWSMS/common/on_action/ccu_on_actions.txt @@ -8,3 +8,104 @@ ccu_culture_created = { ccu_culture_created_or_changed_effect = yes } } + +## Debug code +ccu_startup_debug = { + effect = { + every_culture_global = { + if = { + limit = { + OR = { + NOT = { has_variable_list = heritage_group } + AND = { + has_variable_list = heritage_group + variable_list_size = { name = heritage_group value = 0 } + } + } + } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_heritage_group + desc = ccu_debug_culture_heritage_group_desc + } + } + } + else_if = { + limit = { + OR = { + NOT = { has_variable_list = heritage_family } + AND = { + has_variable_list = heritage_family + variable_list_size = { name = heritage_family value = 0 } + } + } + } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_heritage_family + desc = ccu_debug_culture_heritage_family_desc + } + } + } + if = { + limit = { NOT = { has_variable = language_group } } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_language_group + desc = ccu_debug_culture_language_group_desc + } + } + } + if = { + limit = { NOT = { has_variable = language_branch } } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_language_branch + desc = ccu_debug_culture_language_branch_desc + } + } + } + else_if = { + limit = { NOT = { has_variable = language_family } } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_language_family + desc = ccu_debug_culture_language_family_desc + } + } + } + else_if = { + limit = { NOT = { has_variable = language_union } } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_language_union + desc = ccu_debug_culture_language_union_desc + } + } + } + else_if = { + limit = { NOT = { has_variable = language_creole } } + save_scope_as = problem_culture + every_player = { + send_interface_message = { + type = event_steward_task_bad + title = ccu_debug_culture_language_creole + desc = ccu_debug_culture_language_creole_desc + } + } + } + } + } +} \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_ccu_features_l_english.yml b/WtWSMS/localization/english/ccu_features_l_english.yml similarity index 100% rename from WtWSMS/localization/english/BP_ccu_features_l_english.yml rename to WtWSMS/localization/english/ccu_features_l_english.yml From d06cef3158c44b0051f13ac41030beb249cd12f2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 16 Feb 2023 19:22:12 -0500 Subject: [PATCH 300/339] Break off chersonesus from the rest Given a republic as was probably self governing until Theophilus' reign --- .../BP_e_caspian-pontic_steppe.txt | 11 ++-- .../_lt_rascek_fictional_nontribals.txt | 50 +++++++++++++++++++ WtWSMS/history/provinces/bp_k_taurica.txt | 10 ++-- WtWSMS/history/titles/bp_k_taurica.txt | 13 +++++ .../english/BP_titles_l_english.yml | 2 + .../tribal_character_history_generator.py | 8 +-- 6 files changed, 83 insertions(+), 11 deletions(-) create mode 100644 WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt diff --git a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt index 12a400eee4..fac8849fd9 100644 --- a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt +++ b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt @@ -108,13 +108,16 @@ e_caspian-pontic_steppe = { } color = { 124 52 63 } } - b_chersonesus = { - province = 560 + b_theodosia = { + province = 561 color = { 124 52 63 } } - b_theodosia = { - province = 561 + } + c_chersonesus = { + color = { 124 52 63 } + b_chersonesus = { + province = 560 color = { 124 52 63 } } diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt b/WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt new file mode 100644 index 0000000000..4f3956f68d --- /dev/null +++ b/WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt @@ -0,0 +1,50 @@ +#Unknown rulers of Chersonesus; probably still self-governing until Theophilus +ChersonesusRepublican000 = { + name = Anastasios + religion = nicene + culture = bosporan + 406.1.1 = { birth = yes } + 460.1.1 = { death = yes } +} +ChersonesusRepublican001 = { + name = Neophytos + religion = nicene + culture = bosporan + 430.1.1 = { birth = yes } + 479.1.1 = { death = yes } +} +ChersonesusRepublican002 = { + name = Aristarchos + religion = nicene + culture = bosporan + 464.1.1 = { birth = yes } + 512.1.1 = { death = yes } +} +ChersonesusRepublican003 = { + name = test_name + religion = nicene + culture = bosporan + 498.1.1 = { birth = yes } + 565.1.1 = { death = yes } +} +ChersonesusRepublican004 = { + name = Laurentios + religion = nicene + culture = bosporan + 537.1.1 = { birth = yes } + 581.1.1 = { death = yes } +} +ChersonesusRepublican005 = { + name = Nikodemos + religion = nicene + culture = bosporan + 568.1.1 = { birth = yes } + 624.1.1 = { death = yes } +} +ChersonesusRepublican006 = { + name = Evangelos + religion = nicene + culture = bosporan + 587.1.1 = { birth = yes } + 643.1.1 = { death = yes } +} diff --git a/WtWSMS/history/provinces/bp_k_taurica.txt b/WtWSMS/history/provinces/bp_k_taurica.txt index 063ac15c27..be44a7376c 100644 --- a/WtWSMS/history/provinces/bp_k_taurica.txt +++ b/WtWSMS/history/provinces/bp_k_taurica.txt @@ -15,9 +15,6 @@ holding = castle_holding 335.1.1 = { religion = nicene } #Rheskouporis converts to Christianity } -560 = { #Chersonesus - holding = church_holding #Historical see and historically important vis-a-vis East Slavic Orthodoxy -} 561 = { #Theodosia AKA Feodosia holding = city_holding } @@ -44,6 +41,13 @@ 5331 = { #Dzhankoi holding = none } +###c_chersonesus +560 = { #Chersonesus + culture = bosporan + religion = bosporan_faith + holding = city_holding + 335.1.1 = { religion = nicene } #Rheskouporis converts to Christianity +} ## d_azov ################################### diff --git a/WtWSMS/history/titles/bp_k_taurica.txt b/WtWSMS/history/titles/bp_k_taurica.txt index 1db0b59962..4210db899c 100644 --- a/WtWSMS/history/titles/bp_k_taurica.txt +++ b/WtWSMS/history/titles/bp_k_taurica.txt @@ -136,6 +136,19 @@ c_perekop = { #c_crimea history (examination) holder = 36413 # Fridarik II Crimling } } +c_chersonesus = { + 100.1.1 = { + liege = e_byzantium + government = republic_government + } + 426.1.1 = { holder = ChersonesusRepublican000 } + 460.1.1 = { holder = ChersonesusRepublican001 } + 479.1.1 = { holder = ChersonesusRepublican002 } + 512.1.1 = { holder = ChersonesusRepublican003 } + 565.1.1 = { holder = ChersonesusRepublican004 } + 581.1.1 = { holder = ChersonesusRepublican005 } + 624.1.1 = { holder = ChersonesusRepublican006 } +} d_azov = { #Development diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 70e20e9c2a..0b5f77de33 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -707,6 +707,8 @@ c_sarir_adj: "Saririan" d_adigey: "Adigey" d_adigey_adj: "Adigeyian" + c_chersonesus: "Chersonesus" + c_chersonesus_adj: "Chersonesan" #### e_scythia #### e_scythia:0 "Scythia" diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index d935e6a0bc..3a39ca8533 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -48,12 +48,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'PamiriMunjan',\ + 'ChersonesusRepublican',\ 0,\ #Character data - 'dynn_pamir_munjan',\ - 'nuristani_pagan',\ - 'pamir',\ + '',\ + 'nicene',\ + 'bosporan',\ #Starting year and end year 400+randint(0,20),\ 600,\ From af636dde77e6104911c43e44d742d3ffad7eb50f Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 16 Feb 2023 19:38:17 -0500 Subject: [PATCH 301/339] Bug Fixes --- .../common/on_action/sea_minority_game_start.txt | 2 +- WtWSMS/history/provinces/bp_k_taurica.txt | 11 +++++------ .../geographical_regions/geographical_region.txt | 14 +++++++------- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index b9da0ac4bc..43f44c19d1 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -1359,7 +1359,7 @@ BP_set_minorities_by_date = { limit = { OR = { this = title:c_kerch - this = title:c_kalos_limen + this = title:c_chersonesus } } if = { diff --git a/WtWSMS/history/provinces/bp_k_taurica.txt b/WtWSMS/history/provinces/bp_k_taurica.txt index be44a7376c..f5b0bf9252 100644 --- a/WtWSMS/history/provinces/bp_k_taurica.txt +++ b/WtWSMS/history/provinces/bp_k_taurica.txt @@ -20,16 +20,15 @@ } ###c_kalos_limen 559 = { #Kalos Limen AKA Chornomorske - culture = bosporan - religion = bosporan_faith - holding = castle_holding - 335.1.1 = { religion = nicene } #Rheskouporis converts to Christianity + culture = crimean_gothic + religion = germanic_pagan + holding = tribal_holding #Over-ran by the IInd century } 5276 = { #Kerkinitis AKA Yevpatoria - holding = city_holding + holding = none } 5330 = { #Aqmescit AKA Simferopol - holding = church_holding #for diversity + holding = none } ###c_perekop 5277 = { #Perekop diff --git a/WtWSMS/map_data/geographical_regions/geographical_region.txt b/WtWSMS/map_data/geographical_regions/geographical_region.txt index 9f1e888053..5525abe77b 100644 --- a/WtWSMS/map_data/geographical_regions/geographical_region.txt +++ b/WtWSMS/map_data/geographical_regions/geographical_region.txt @@ -799,7 +799,7 @@ world_steppe_west = { ##### Changed from Vanilla d_ostyaki d_konda d_pelym d_kazym d_sibir d_ishim d_tara d_lanikaz d_salair d_ala_tau d_vasyugan_mire d_baraba_steppe d_kulyndy_steppe #Pontic Steppe - d_yedisan d_levedia d_don_valley d_khazaria d_ciscaucasia d_itil d_alania d_pecheneg + d_yedisan d_levedia d_don_valley d_khazaria d_ciscaucasia d_adigey d_itil d_alania d_pecheneg #Volga Bulgaria d_volga_bulgaria d_kazan d_bashkiria d_voronezh d_mordvinia d_chuvashia d_khopyor d_ural d_udmurtia d_martyuba d_uraltau d_aqtobe d_jalmat d_vogulia d_perm #Turkestan @@ -981,7 +981,7 @@ material_wood_maple = { #Zaporizhia d_yedisan d_levedia d_don_valley d_crimea #Caucasus - d_khazaria d_azov d_alania d_ciscaucasia + d_khazaria d_azov d_alania d_ciscaucasia d_adigey #Punjab d_multan d_lahore d_gandhara #Delhi @@ -2058,7 +2058,7 @@ special_mongol_empire_conquest_region_prio_3 = { # k_caspian_steppe d_itil d_pecheneg # k_caucasus - d_khazaria d_azov d_alania d_ciscaucasia + d_khazaria d_azov d_alania d_ciscaucasia d_adigey } } @@ -2194,7 +2194,7 @@ special_mongol_empire_golden_horde_region = { #Russia d_novgorod d_vepsia d_luki d_kiev d_karachev d_novosil d_opolye d_nizhny_novgorod d_turov d_chernigov d_ryazan d_pereyaslavl #Pontic Steppe - d_yedisan d_levedia d_don_valley d_khazaria d_ciscaucasia d_itil d_crimea d_alania d_azov d_pecheneg + d_yedisan d_levedia d_don_valley d_khazaria d_ciscaucasia d_adigey d_itil d_crimea d_alania d_azov d_pecheneg #Volga Bulgaria d_volga_bulgaria d_kazan d_bashkiria d_voronezh d_mordvinia d_chuvashia d_khopyor d_ural d_udmurtia d_martyuba d_uraltau d_aqtobe d_jalmat d_vogulia d_perm #Cumania @@ -2207,7 +2207,7 @@ golden_horde_de_jure_region = { #Turkestan d_transcaspiana d_jemba d_barsuki d_aral_il d_khorezm #Pontic Steppe - d_yedisan d_levedia d_don_valley d_khazaria d_ciscaucasia d_itil d_crimea d_alania d_azov d_pecheneg + d_yedisan d_levedia d_don_valley d_khazaria d_ciscaucasia d_adigey d_itil d_crimea d_alania d_azov d_pecheneg #Cumania d_kurgan d_mugodzhar_hills d_atyrau d_turgay d_kush-murun d_saryarka d_kazakh d_kentarlau d_karkaraly d_karabas d_betpa d_semey } @@ -2394,7 +2394,7 @@ ghw_region_caucasus = { ##### Changed from Vanilla #k_armenia d_vaspurakan d_greater_armenia d_syunik d_taron #Caucasus - d_khazaria d_azov d_alania d_ciscaucasia + d_khazaria d_azov d_alania d_ciscaucasia d_adigey #Eastern Daylam d_atropatene d_daylam } @@ -2944,7 +2944,7 @@ ghw_region_crimea = { ##### Reviewed #Zaporizhia d_yedisan d_levedia d_don_valley d_crimea #Caucasus - d_khazaria d_azov d_alania d_ciscaucasia + d_khazaria d_azov d_alania d_ciscaucasia d_adigey } } ghw_region_poland_bohemia_bavaria = { ##### Changed from Vanilla From 0df3fc9da52fece6f96460a52187f992e98f0ee0 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:00:42 -0500 Subject: [PATCH 302/339] Make Scythia a non-tributary --- WtWSMS/common/on_action/BP_game_start.txt | 5 ----- .../common/on_action/sea_minority_game_start.txt | 14 ++++++++++++++ .../common/religion/holy_sites/BP_holy_sites.txt | 2 +- WtWSMS/history/titles/bp_k_thrace.txt | 6 ++---- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 5431d3d020..ecb1d10afb 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -925,11 +925,6 @@ setup_vassal_contracts = { TRIBUTARY = title:k_salihid.holder SUZERAIN = title:e_byzantium.holder } - make_tributary = { - TYPE = foederatus_tributary - TRIBUTARY = title:d_scythia.holder - SUZERAIN = title:e_byzantium.holder - } make_tributary = { TYPE = tributary_permanent TRIBUTARY = title:k_sarir.holder diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 43f44c19d1..47f5e951c9 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -2311,6 +2311,20 @@ BP_set_minorities_by_date = { ## Culture/Religion blocks #======================== + #Huns + every_county = { + limit = { this = title:c_vratsa } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:tengri_pagan + CULTURE = culture:hunnic + } + } + } #Libyan Gurzils every_county = { limit = { diff --git a/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt b/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt index 86381ac9f2..6dd17394a0 100644 --- a/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt +++ b/WtWSMS/common/religion/holy_sites/BP_holy_sites.txt @@ -259,7 +259,7 @@ korchev = { } } chersonesus = { - county = c_kerch + county = c_chersonesus barony = b_chersonesus character_modifier = { defender_advantage = 2 diff --git a/WtWSMS/history/titles/bp_k_thrace.txt b/WtWSMS/history/titles/bp_k_thrace.txt index 4f6d25188d..c8f484d6d5 100644 --- a/WtWSMS/history/titles/bp_k_thrace.txt +++ b/WtWSMS/history/titles/bp_k_thrace.txt @@ -3366,20 +3366,18 @@ d_scythia = { 454.1.1 = { holder = AlanScythiaMinor001 #Candac government = high_tribal_government - liege = 0 } 465.1.1 = { holder = GothsScythiaMinor001 #Andag - liege = 0 } 485.1.1 = { holder = GothsScythiaMinor002 #Gunthigis - liege = 0 } - #Back to Byzantine Control + #Back to Byzantine Control(?) 500.1.1 = { holder = 1301170 # Baduarius, ?MVM et dux Scythiae 528 liege = e_byzantium + government = gubernatorial_government } 516.1.1 = { liege = k_thrace From 20c12fec110be68e439b073936ccadcba2a4e9e2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 19 Feb 2023 00:47:59 -0500 Subject: [PATCH 303/339] Fix tributary window H/T FallenEagle --- WtWSMS/gui/window_character.gui | 46 +++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/WtWSMS/gui/window_character.gui b/WtWSMS/gui/window_character.gui index 2867d93457..134db2381a 100644 --- a/WtWSMS/gui/window_character.gui +++ b/WtWSMS/gui/window_character.gui @@ -483,6 +483,8 @@ window = { } } } + # End Suzerain + ##### T4N Section ^^^^^ ### Host @@ -2070,7 +2072,10 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('family')]" - down = "[CharacterWindow.IsTabShown('family')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('family'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" using = tooltip_above @@ -2100,7 +2105,10 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('relations')]" - down = "[CharacterWindow.IsTabShown('relations')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('relations'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" using = tooltip_above @@ -2131,7 +2139,10 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('court')]" - down = "[CharacterWindow.IsTabShown('court')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('court'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" using = tooltip_above @@ -2163,7 +2174,10 @@ window = { layoutpolicy_horizontal = expanding onclick = "[CharacterWindow.SetTab('vassals')]" - down = "[CharacterWindow.IsTabShown('vassals')]" + # Clear Custom Tab visbility + onclick = "[GetVariableSystem.Clear('char_gui_tabs')]" + # Do not show selected if custom tab is selected + down = "[And(CharacterWindow.IsTabShown('vassals'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" using = tooltip_above @@ -2186,8 +2200,10 @@ window = { } } } - + ##### T4N Section vvvvv + + # Custom tab button_tab = { name = "tribs_button" datacontext = "[CharacterWindow.GetCharacter]" @@ -2239,7 +2255,8 @@ window = { widget = { name = "family" - visible = "[CharacterWindow.IsTabShown('family')]" + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('family'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" size = { 100% 100% } using = Animation_Tab_Switch @@ -2604,7 +2621,8 @@ window = { widget = { name = "relations" - visible = "[CharacterWindow.IsTabShown('relations')]" + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('relations'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" size = { 100% 100% } using = Animation_Tab_Switch @@ -2741,6 +2759,7 @@ window = { visible = "[GreaterThan_int32( GetDataModelSize( CharacterWindow.GetRelationsOfType( GetRelation( 'lover' ) ) ), '(int32)5' )]" onclick = "[CharacterWindow.ToggleExpandedRelation( 'lovers' )]" } + } vbox_character_row_item = { @@ -2757,7 +2776,6 @@ window = { text = "GUARDIAN_LABEL" } - blockoverride "expand_button" {} ### GUARDIAN FINDER @@ -3072,8 +3090,8 @@ window = { vbox_character_list = { datacontext = "[CharacterWindow.GetCourt]" - visible = "[CharacterWindow.IsTabShown('court')]" - + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('court'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" blockoverride "sort_dropdown" { dropdown_sort_characterlist = { # unique name needed to distinct from vassal sort options @@ -3152,7 +3170,8 @@ window = { #################################### vbox_character_list = { - visible = "[CharacterWindow.IsTabShown('vassals')]" + # Modify visbility to include custom tab variable + visible = "[And(CharacterWindow.IsTabShown('vassals'),Not(GetVariableSystem.Exists('char_gui_tabs')))]" datacontext = "[CharacterWindow.GetVassals]" blockoverride "sort_dropdown" { @@ -3185,7 +3204,6 @@ window = { } } } - blockoverride "character_count" { hbox = { @@ -3217,7 +3235,6 @@ window = { } } } - } ##### T4N Section vvvvv @@ -3256,7 +3273,10 @@ window = { visible = "[IsDataModelEmpty(Character.MakeScope.GetList('all_tributaries'))]" } } + # End custom tribs tab section + ##### T4N Section ^^^^^ + } ### EXPANDED VIEWS From aa00f129f5190456fd6f3c8f3699b4bdc50d45d2 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 19 Feb 2023 03:33:18 -0500 Subject: [PATCH 304/339] Update ccu_scripted_effects.txt --- .../common/scripted_effects/ccu_scripted_effects.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 43522453ef..e15090a7f1 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -249,14 +249,6 @@ ccu_culture_created_or_changed_effect = { #Unset everything ccu_unset_culture_variables_effect = yes - #Heritage - ccu_initialize_heritage_group_effect = yes - ccu_initialize_heritage_family_effect = yes - #Language - ccu_initialize_language_family_effect = yes - ccu_initialize_language_branch_effect = yes - ccu_initialize_language_group_effect = yes - ccu_initialize_dialect_continua_effect = yes - ccu_initialize_language_union_effect = yes - ccu_initialize_language_creole_effect = yes + #Reset Everything + ccu_initialize_culture_effect = yes } From 42ab74c65437d019cf494f37ee741bbcfbde3e53 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:00:20 -0500 Subject: [PATCH 305/339] Refactor heritage code * Alphabetize heritages * Apply broader concept heritage group/family definitions --- WtWSMS/common/culture/pillars/00_heritage.txt | 375 +++++++++--------- .../scripted_effects/ccu_scripted_effects.txt | 59 +-- .../english/ccu_features_l_english.yml | 50 +-- 3 files changed, 230 insertions(+), 254 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index 79aff6935f..a28810ed00 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -1,83 +1,94 @@ #Notes: # Removed heritages: heritage_brythonic, heritage_goidelic -#Euopean Heritage Family +#Alphabetized, because of current models -## Balko-Anatolian Group -heritage_anatolian = { +heritage_akan = { type = heritage parameters = { - heritage_group_balko_anatolian = yes - heritage_family_european = yes + heritage_group_west_african = yes + heritage_family_african = yes } } -heritage_caucasian = { +heritage_anatolian = { type = heritage parameters = { heritage_group_balko_anatolian = yes + heritage_group_west_asian = yes heritage_family_european = yes + heritage_family_west_asian = yes } } -heritage_byzantine = { +heritage_arabic = { type = heritage parameters = { - heritage_group_balko_anatolian = yes - heritage_family_european = yes + heritage_group_afro_asian = yes + heritage_group_west_asian = yes + heritage_family_west_asian = yes } } -heritage_paleo_balkan = { +heritage_baltic = { type = heritage parameters = { - heritage_group_balko_anatolian = yes + heritage_group_fennoscandian = yes + heritage_group_central_european = yes heritage_family_european = yes } } -## Balto-Slavic Group -heritage_baltic = { +heritage_balto_finnic = { type = heritage parameters = { - heritage_group_balto_slavic = yes + heritage_group_fennoscandian = yes + heritage_group_eastern_european = yes heritage_family_european = yes + heritage_family_eurasian = yes } } -heritage_common_slavic = { +heritage_berber = { type = heritage parameters = { - heritage_group_balto_slavic = yes - heritage_family_european = yes + heritage_group_afro_asian = yes + heritage_group_north_african = yes + heritage_group_west_african = yes + heritage_family_african = yes + heritage_family_west_asian = yes } } -heritage_east_slavic = { +heritage_burman = { #Aka, South East Asian type = heritage parameters = { - heritage_group_balto_slavic = yes - heritage_family_european = yes + heritage_group_greater_chinese = yes + heritage_group_greater_indian = yes + heritage_family_east_asian = yes + heritage_family_south_asian = yes } } -heritage_south_slavic = { +heritage_byzantine = { type = heritage parameters = { - heritage_group_balto_slavic = yes + heritage_group_balko_anatolian = yes heritage_family_european = yes + heritage_family_west_asian = yes } } -heritage_west_slavic = { +heritage_caucasian = { type = heritage parameters = { - heritage_group_balto_slavic = yes + heritage_group_balko_anatolian = yes + heritage_group_west_asian = yes heritage_family_european = yes + heritage_family_west_asian = yes } } -## Celtic heritage_celtic = { type = heritage @@ -86,15 +97,14 @@ heritage_celtic = { heritage_family_european = yes } } -heritage_continental_celtic = { +heritage_central_african = { type = heritage parameters = { - heritage_group_celtic = yes - heritage_family_european = yes + heritage_group_west_african = yes + heritage_family_african = yes } } -## Germanic heritage_central_germanic = { type = heritage @@ -103,349 +113,349 @@ heritage_central_germanic = { heritage_family_european = yes } } -heritage_east_germanic = { +heritage_chinese = { type = heritage parameters = { - heritage_group_germanic = yes - heritage_family_european = yes + heritage_group_greater_chinese = yes + heritage_family_east_asian = yes } } -heritage_north_germanic = { +heritage_common_slavic = { type = heritage parameters = { - heritage_group_germanic = yes + heritage_group_eastern_european = yes + heritage_group_central_european = yes + heritage_group_slavic = yes heritage_family_european = yes + heritage_family_eurasian = yes } } -heritage_west_germanic = { +heritage_continental_celtic = { type = heritage parameters = { - heritage_group_germanic = yes + heritage_group_celtic = yes heritage_family_european = yes } } -## Latin -heritage_latin = { +heritage_coptic = { type = heritage parameters = { - heritage_group_latin = yes - heritage_family_european = yes + heritage_group_afro_asian = yes + heritage_group_west_asian = yes + heritage_family_african = yes + heritage_family_west_asian = yes } } -heritage_frankish = { #Gallic-Romance +heritage_dravidian = { type = heritage parameters = { - heritage_group_latin = yes - heritage_family_european = yes + heritage_group_greater_indian = yes + heritage_family_south_asian = yes } } -heritage_iberian = { +heritage_east_african = { type = heritage parameters = { - heritage_group_latin = yes - heritage_family_european = yes + heritage_group_afro_asian = yes + heritage_family_african = yes } } -heritage_vlach = { #Eastern Romance +heritage_east_germanic = { type = heritage parameters = { - heritage_group_latin = yes + heritage_group_germanic = yes + heritage_group_central_european = yes heritage_family_european = yes } } -#Ahistorical Romance Heritages -heritage_romano_british = { #Britannia +heritage_east_iranian = { #TO SPLIT type = heritage parameters = { - heritage_group_latin = yes - heritage_family_european = yes + heritage_group_greater_iranian = yes + heritage_group_west_asian = yes + heritage_group_eurasian_steppe = yes + heritage_family_eurasian = yes + heritage_family_west_asian = yes } } -heritage_romano_aramean = { #Syria +heritage_east_slavic = { type = heritage parameters = { - heritage_group_latin = yes + heritage_group_eastern_european = yes + heritage_group_central_european = yes + heritage_group_slavic = yes + heritage_family_eurasian = yes heritage_family_european = yes } } -heritage_italian = { #Replaces Latin for Medieval Cultures +heritage_frankish = { #Germano-Gallic Romance type = heritage parameters = { - heritage_group_latin = yes + heritage_group_romance = yes heritage_family_european = yes } } -heritage_romano_african = { #African +heritage_iberian = { type = heritage parameters = { - heritage_group_latin = yes + heritage_group_romance = yes + heritage_group_iberian = yes heritage_family_european = yes } } - -## Vasconic -heritage_vasconic = { +heritage_indo_aryan = { type = heritage parameters = { - heritage_group_vasconic = yes - heritage_family_european = yes + heritage_group_greater_indian = yes + heritage_family_south_asian = yes } } -## Paleo-Iberian -heritage_paleo_iberian = { +heritage_iranian = { type = heritage parameters = { - heritage_group_paleo_iberian = yes - heritage_family_european = yes + heritage_group_greater_iranian = yes + heritage_group_west_asian = yes + heritage_family_west_asian = yes } } - -#West Asian Heritage Family - -## Semitic -heritage_arabic = { +heritage_israelite = { type = heritage parameters = { - heritage_group_semitic = yes + heritage_group_west_asian = yes heritage_family_west_asian = yes } } -heritage_levantine = { +heritage_italian = { #Replaces Latin for Medieval Cultures type = heritage parameters = { - heritage_group_semitic = yes - heritage_family_west_asian = yes + heritage_group_romance = yes + heritage_family_european = yes } } -heritage_coptic = { +heritage_latin = { type = heritage parameters = { - heritage_group_semitic = yes - heritage_family_west_asian = yes + heritage_group_romance = yes + heritage_family_european = yes } } -## Iranian -heritage_east_iranian = { +heritage_levantine = { type = heritage parameters = { - heritage_group_iranian = yes + heritage_group_west_asian = yes heritage_family_west_asian = yes } } -heritage_iranian = { +heritage_magyar = { #TO UPDATE type = heritage parameters = { - heritage_group_iranian = yes - heritage_family_west_asian = yes + heritage_group_central_european = yes + heritage_group_eastern_european = yes + heritage_family_eurasian = yes + heritage_family_european = yes } } -## Israelite -heritage_israelite = { +heritage_mongolic = { type = heritage parameters = { - heritage_group_israelite = yes - heritage_family_west_asian = yes + heritage_group_north_asian = yes + heritage_group_eurasian_steppe = yes + heritage_family_eurasian = yes } } - -#Peristan Heritage Family -heritage_peristani = { +heritage_north_germanic = { type = heritage parameters = { - heritage_group_peristani = yes - heritage_family_peristani = yes + heritage_group_germanic = yes + heritage_group_fennoscandian = yes + heritage_family_european = yes } } - -#South Asian Heritage Family - -## Indo-Aryan -heritage_indo_aryan = { +heritage_paleo_balkan = { type = heritage parameters = { - heritage_group_indo_aryan = yes - heritage_family_south_asian = yes + heritage_group_balko_anatolian = yes + heritage_group_central_european = yes + heritage_family_european = yes } } -## Dravidian -heritage_dravidian = { +heritage_peristani = { type = heritage parameters = { - heritage_group_dravidian = yes + heritage_group_greater_iranian = yes + heritage_group_greater_indian = yes heritage_family_south_asian = yes + heritage_family_west_asian = yes } } -## Southeast Asian -heritage_burman = { +heritage_qiangic = { type = heritage parameters = { - heritage_group_southeast_asian = yes + heritage_group_greater_chinese = yes + heritage_family_east_asian = yes heritage_family_south_asian = yes } } - -#East Asian Heritage Family - -## Sinitic -heritage_chinese = { +heritage_romano_african = { #African Romance type = heritage parameters = { - heritage_group_sinitic = yes - heritage_family_east_asian = yes + heritage_group_north_african = yes + heritage_group_romance = yes + heritage_family_european = yes + heritage_family_african = yes } } -## Tibeto-Qiangic -heritage_qiangic = { +heritage_romano_aramean = { #Syrian Romance type = heritage parameters = { - heritage_group_tibeto_qiangic = yes - heritage_family_east_asian = yes + heritage_group_romance = yes + heritage_group_west_asian = yes + heritage_family_west_asian = yes } } -heritage_tibetan = { +heritage_romano_british = { type = heritage parameters = { - heritage_group_tibeto_qiangic = yes - heritage_family_east_asian = yes + heritage_group_romance = yes + heritage_group_celtic = yes + heritage_family_european = yes } } - -#Eurasian Heritage Family - -## Turco-Mongolic -heritage_mongolic = { +heritage_sahelian = { type = heritage parameters = { - heritage_group_turco_mongol = yes - heritage_family_eurasian = yes + heritage_group_west_african = yes + heritage_family_african = yes } } -heritage_turkic = { +heritage_senegambian = { type = heritage parameters = { - heritage_group_turco_mongol = yes - heritage_family_eurasian = yes + heritage_group_west_african = yes + heritage_family_african = yes } } -## Siberian heritage_siberian = { type = heritage parameters = { - heritage_group_siberian = yes + heritage_group_north_asian = yes heritage_family_eurasian = yes } } -## Tocharian -heritage_tocharian = { +heritage_somalian = { type = heritage parameters = { - heritage_group_tocharian = yes - heritage_family_eurasian = yes + heritage_group_afro_asian = yes + heritage_family_african = yes } } -## Uralic -heritage_balto_finnic = { +heritage_south_slavic = { type = heritage parameters = { - heritage_group_uralic = yes - heritage_family_eurasian = yes + heritage_group_central_european = yes + heritage_group_slavic = yes + heritage_family_european = yes } } -heritage_ugro_permian = { +heritage_tibetan = { type = heritage parameters = { - heritage_group_uralic = yes - heritage_family_eurasian = yes + heritage_group_greater_indian = yes + heritage_group_greater_chinese = yes + heritage_family_east_asian = yes + heritage_family_south_asian = yes } } -heritage_magyar = { +heritage_tocharian = { #Serindian type = heritage parameters = { - heritage_group_uralic = yes - heritage_family_eurasian = yes + heritage_group_greater_chinese = yes + heritage_group_greater_indian = yes + heritage_group_greater_iranian = yes + heritage_family_east_asian = yes + heritage_family_south_asian = yes + heritage_family_west_asian = yes } } -heritage_volga_finnic = { +heritage_turkic = { type = heritage parameters = { - heritage_group_uralic = yes + heritage_group_eurasian_steppe = yes + heritage_group_north_asian = yes heritage_family_eurasian = yes } } - -#African Heritage Family - -## North African -heritage_berber = { +heritage_ugro_permian = { type = heritage parameters = { - heritage_group_north_african = yes - heritage_family_african = yes + heritage_group_eastern_european = yes + heritage_group_north_asian = yes + heritage_family_eurasian = yes } } -## Sahelian -heritage_senegambian = { +heritage_vasconic = { type = heritage parameters = { - heritage_group_sahelian = yes - heritage_family_african = yes + heritage_group_iberian = yes + heritage_family_european = yes } } -heritage_sahelian = { +heritage_vlach = { #Eastern Romance type = heritage parameters = { - heritage_group_sahelian = yes - heritage_family_african = yes + heritage_group_romance = yes + heritage_group_balko_anatolian = yes + heritage_group_central_european = yes + heritage_family_european = yes } } -## Central African -heritage_central_african = { +heritage_volga_finnic = { type = heritage parameters = { - heritage_group_central_african = yes - heritage_family_african = yes + heritage_group_eastern_european = yes + heritage_family_eurasian = yes + heritage_family_european = yes } } -## West African -heritage_akan = { +heritage_west_african = { type = heritage parameters = { @@ -453,38 +463,35 @@ heritage_akan = { heritage_family_african = yes } } -heritage_west_african = { +heritage_west_germanic = { type = heritage parameters = { - heritage_group_west_african = yes - heritage_family_african = yes + heritage_group_germanic = yes + heritage_family_european = yes } } -heritage_yoruba = { +heritage_west_slavic = { type = heritage parameters = { - heritage_group_west_african = yes - heritage_family_african = yes + heritage_group_slavic = yes + heritage_group_central_european = yes + heritage_family_european = yes } } -## East African -heritage_east_african = { +heritage_yoruba = { type = heritage parameters = { - heritage_group_east_african = yes + heritage_group_west_african = yes heritage_family_african = yes } } -heritage_somalian = { + +#TO REMOVE: +heritage_paleo_iberian = { type = heritage - - parameters = { - heritage_group_east_african = yes - heritage_family_african = yes - } } #Kept for error suppression diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index e15090a7f1..f943f408b1 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -18,48 +18,33 @@ ccu_initialize_culture_effect = { # Heritage Family => Heritage Groups ccu_initialize_heritage_family_effect = { + if = { limit = { has_cultural_parameter = heritage_family_african } add_to_variable_list = { name = heritage_family target = flag:heritage_family_african } } + if = { limit = { has_cultural_parameter = heritage_family_east_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_east_asian } } + if = { limit = { has_cultural_parameter = heritage_family_eurasian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_eurasian } } if = { limit = { has_cultural_parameter = heritage_family_european } add_to_variable_list = { name = heritage_family target = flag:heritage_family_european } } - else_if = { limit = { has_cultural_parameter = heritage_family_west_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_west_asian } } - else_if = { limit = { has_cultural_parameter = heritage_family_south_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_south_asian } } - else_if = { limit = { has_cultural_parameter = heritage_family_east_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_east_asian } } - else_if = { limit = { has_cultural_parameter = heritage_family_eurasian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_eurasian } } - else_if = { limit = { has_cultural_parameter = heritage_family_african } add_to_variable_list = { name = heritage_family target = flag:heritage_family_african } } - else_if = { limit = { has_cultural_parameter = heritage_family_peristani } add_to_variable_list = { name = heritage_family target = flag:heritage_family_peristani } } + if = { limit = { has_cultural_parameter = heritage_family_south_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_south_asian } } + if = { limit = { has_cultural_parameter = heritage_family_west_asian } add_to_variable_list = { name = heritage_family target = flag:heritage_family_west_asian } } } ccu_initialize_heritage_group_effect = { - #European Family + if = { limit = { has_cultural_parameter = heritage_group_afro_asian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_afro_asian } } if = { limit = { has_cultural_parameter = heritage_group_balko_anatolian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_balko_anatolian } } - else_if = { limit = { has_cultural_parameter = heritage_group_balto_slavic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_balto_slavic } } - else_if = { limit = { has_cultural_parameter = heritage_group_celtic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_celtic } } - else_if = { limit = { has_cultural_parameter = heritage_group_germanic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_germanic } } - else_if = { limit = { has_cultural_parameter = heritage_group_latin } add_to_variable_list = { name = heritage_group target = flag:heritage_group_latin } } - else_if = { limit = { has_cultural_parameter = heritage_group_vasconic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_vasconic } } - else_if = { limit = { has_cultural_parameter = heritage_group_paleo_iberian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_paleo_iberian } } - #West Asian Family - else_if = { limit = { has_cultural_parameter = heritage_group_semitic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_semitic } } - else_if = { limit = { has_cultural_parameter = heritage_group_iranian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_iranian } } - else_if = { limit = { has_cultural_parameter = heritage_group_israelite } add_to_variable_list = { name = heritage_group target = flag:heritage_group_israelite } } - #South Asian Family - else_if = { limit = { has_cultural_parameter = heritage_group_indo_aryan } add_to_variable_list = { name = heritage_group target = flag:heritage_group_indo_aryan } } - else_if = { limit = { has_cultural_parameter = heritage_group_dravidian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_dravidian } } - else_if = { limit = { has_cultural_parameter = heritage_group_southeast_asian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_southeast_asian } } - #East Asian Family - else_if = { limit = { has_cultural_parameter = heritage_group_sinitic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_sinitic } } - else_if = { limit = { has_cultural_parameter = heritage_group_tibeto_qiangic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_tibeto_qiangic } } - #Eurasian Family - else_if = { limit = { has_cultural_parameter = heritage_group_turco_mongol } add_to_variable_list = { name = heritage_group target = flag:heritage_group_turco_mongol } } - else_if = { limit = { has_cultural_parameter = heritage_group_siberian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_siberian } } - else_if = { limit = { has_cultural_parameter = heritage_group_tocharian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_tocharian } } - else_if = { limit = { has_cultural_parameter = heritage_group_uralic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_uralic } } - #African Family - else_if = { limit = { has_cultural_parameter = heritage_group_north_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_north_african } } - else_if = { limit = { has_cultural_parameter = heritage_group_sahelian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_sahelian } } - else_if = { limit = { has_cultural_parameter = heritage_group_central_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_central_african } } - else_if = { limit = { has_cultural_parameter = heritage_group_west_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_west_african } } - else_if = { limit = { has_cultural_parameter = heritage_group_east_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_east_african } } - #Peristani Family - else_if = { limit = { has_cultural_parameter = heritage_group_peristani } add_to_variable_list = { name = heritage_group target = flag:heritage_group_peristani } } + if = { limit = { has_cultural_parameter = heritage_group_celtic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_celtic } } + if = { limit = { has_cultural_parameter = heritage_group_central_european } add_to_variable_list = { name = heritage_group target = flag:heritage_group_central_european } } + if = { limit = { has_cultural_parameter = heritage_group_eastern_european } add_to_variable_list = { name = heritage_group target = flag:heritage_group_eastern_european } } + if = { limit = { has_cultural_parameter = heritage_group_eurasian_steppe } add_to_variable_list = { name = heritage_group target = flag:heritage_group_eurasian_steppe } } + if = { limit = { has_cultural_parameter = heritage_group_fennoscandian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_fennoscandian } } + if = { limit = { has_cultural_parameter = heritage_group_germanic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_germanic } } + if = { limit = { has_cultural_parameter = heritage_group_greater_chinese } add_to_variable_list = { name = heritage_group target = flag:heritage_group_greater_chinese } } + if = { limit = { has_cultural_parameter = heritage_group_greater_indian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_greater_indian } } + if = { limit = { has_cultural_parameter = heritage_group_greater_iranian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_greater_iranian } } + if = { limit = { has_cultural_parameter = heritage_group_iberian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_iberian } } + if = { limit = { has_cultural_parameter = heritage_group_north_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_north_african } } + if = { limit = { has_cultural_parameter = heritage_group_north_asian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_north_asian } } + if = { limit = { has_cultural_parameter = heritage_group_romance } add_to_variable_list = { name = heritage_group target = flag:heritage_group_romance } } + if = { limit = { has_cultural_parameter = heritage_group_slavic } add_to_variable_list = { name = heritage_group target = flag:heritage_group_slavic } } + if = { limit = { has_cultural_parameter = heritage_group_west_african } add_to_variable_list = { name = heritage_group target = flag:heritage_group_west_african } } + if = { limit = { has_cultural_parameter = heritage_group_west_asian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_west_asian } } } #Languages diff --git a/WtWSMS/localization/english/ccu_features_l_english.yml b/WtWSMS/localization/english/ccu_features_l_english.yml index 6dac761e80..476b869891 100644 --- a/WtWSMS/localization/english/ccu_features_l_english.yml +++ b/WtWSMS/localization/english/ccu_features_l_english.yml @@ -1,47 +1,31 @@ l_english: #Heritages ## Heritage Families - culture_parameter_heritage_family_european: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the European [heritage_family|E]" - culture_parameter_heritage_family_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_family|E]" - culture_parameter_heritage_family_south_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Asian [heritage_family|E]" + culture_parameter_heritage_family_african: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the African [heritage_family|E]" culture_parameter_heritage_family_east_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Asian [heritage_family|E]" culture_parameter_heritage_family_eurasian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian [heritage_family|E]" - culture_parameter_heritage_family_african: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the African [heritage_family|E]" - culture_parameter_heritage_family_peristani: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Peristani [heritage_family|E]" - + culture_parameter_heritage_family_european: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the European [heritage_family|E]" + culture_parameter_heritage_family_south_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Asian [heritage_family|E]" + culture_parameter_heritage_family_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_family|E]" ## Heritage Groups - ### European Family + culture_parameter_heritage_group_afro_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Afro-Asian [heritage_group|E]" culture_parameter_heritage_group_balko_anatolian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balko-Anatolian [heritage_group|E]" - culture_parameter_heritage_group_balto_slavic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [heritage_group|E]" culture_parameter_heritage_group_celtic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [heritage_group|E]" + culture_parameter_heritage_group_central_european: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central European [heritage_group|E]" + culture_parameter_heritage_group_eastern_european: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern European [heritage_group|E]" + culture_parameter_heritage_group_eurasian_steppe: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian Steppe [heritage_group|E]" + culture_parameter_heritage_group_fennoscandian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Fennoscandian [heritage_group|E]" culture_parameter_heritage_group_germanic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [heritage_group|E]" - culture_parameter_heritage_group_latin: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Latin [heritage_group|E]" - culture_parameter_heritage_group_vasconic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [heritage_group|E]" - culture_parameter_heritage_group_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [heritage_group|E]" - ### West Asian Family - culture_parameter_heritage_group_semitic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [heritage_group|E]" - culture_parameter_heritage_group_iranian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranian [heritage_group|E]" - culture_parameter_heritage_group_israelite: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Israelite [heritage_group|E]" - ### South Asian Family - culture_parameter_heritage_group_indo_aryan: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [heritage_group|E]" - culture_parameter_heritage_group_dravidian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Dravidian [heritage_group|E]" - culture_parameter_heritage_group_southeast_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southeast Asian [heritage_group|E]" - ### East Asian Family - culture_parameter_heritage_group_sinitic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [heritage_group|E]" - culture_parameter_heritage_group_tibeto_qiangic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Qiangic [heritage_group|E]" - ### Eurasian Family - culture_parameter_heritage_group_turco_mongol: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongolic [heritage_group|E]" - culture_parameter_heritage_group_siberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Siberian [heritage_group|E]" - culture_parameter_heritage_group_tocharian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [heritage_group|E]" - culture_parameter_heritage_group_uralic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Uralic [heritage_group|E]" - ### African Family + culture_parameter_heritage_group_greater_chinese: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [heritage_group|E]" + culture_parameter_heritage_group_greater_indian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indic [heritage_group|E]" + culture_parameter_heritage_group_greater_iranian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eranian [heritage_group|E]" + culture_parameter_heritage_group_iberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iberian [heritage_group|E]" culture_parameter_heritage_group_north_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North African [heritage_group|E]" - culture_parameter_heritage_group_sahelian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sahelian [heritage_group|E]" - culture_parameter_heritage_group_central_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central African [heritage_group|E]" + culture_parameter_heritage_group_north_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Asian [heritage_group|E]" + culture_parameter_heritage_group_romance: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [heritage_group|E]" + culture_parameter_heritage_group_slavic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [heritage_group|E]" culture_parameter_heritage_group_west_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" - culture_parameter_heritage_group_east_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East African [heritage_group|E]" - ### Peristani Group - culture_parameter_heritage_group_peristani: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Peristani [heritage_group|E]" + culture_parameter_heritage_group_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_group|E]" # Languages ## Language Families From cc5f508517959df0e2f994f458d68a4928d3c515 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:50:45 -0500 Subject: [PATCH 306/339] Split East Iranian heritage Now divided into Sakan and Sarmatian heritage, with Tocharian being renamed Serindian --- .../culture/cultures/BP_east_iranian.txt | 472 ------------------ WtWSMS/common/culture/cultures/BP_iranian.txt | 128 +++++ WtWSMS/common/culture/cultures/BP_sakan.txt | 114 +++++ .../common/culture/cultures/BP_sarmatian.txt | 200 ++++++++ .../common/culture/cultures/BP_tocharian.txt | 39 +- WtWSMS/common/culture/pillars/00_heritage.txt | 19 + .../cultures/heritage_east_iranian.txt | 14 - .../BP_cultural_heritages_l_english.yml | 4 + .../cultural_heritages_l_english.yml | 4 +- .../cultural_languages_l_english.yml | 1 + 10 files changed, 505 insertions(+), 490 deletions(-) delete mode 100644 WtWSMS/common/culture/cultures/BP_east_iranian.txt create mode 100644 WtWSMS/common/culture/cultures/BP_sakan.txt create mode 100644 WtWSMS/common/culture/cultures/BP_sarmatian.txt delete mode 100644 WtWSMS/history/cultures/heritage_east_iranian.txt diff --git a/WtWSMS/common/culture/cultures/BP_east_iranian.txt b/WtWSMS/common/culture/cultures/BP_east_iranian.txt deleted file mode 100644 index 1737cc16a4..0000000000 --- a/WtWSMS/common/culture/cultures/BP_east_iranian.txt +++ /dev/null @@ -1,472 +0,0 @@ -khwarezmian = { - color = khwarezmian - - ethos = ethos_stoic #CK3 Vanilla - heritage = heritage_east_iranian - language = language_sogdian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_isolationist - #Regional Traditions - tradition_caravaneers - tradition_futuwaa - #Ritual Traditions - #Realm Traditions - tradition_dryland_dwellers - #Combat Traditions - } - - name_list = name_list_khwarezmian - - coa_gfx = { iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { - 7 = arab - 5 = mediterranean - } -} -sogdian = { - color = sogdian - - ethos = ethos_egalitarian #Vanilla CK3 - heritage = heritage_east_iranian - language = language_sogdian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - tradition_caravaneers - tradition_futuwaa - #Ritual Traditions - tradition_religion_blending - #Realm Traditions - tradition_parochialism - #Combat Traditions - } - - name_list = name_list_sogdian - - coa_gfx = { iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { - 7 = arab - 5 = mediterranean - } -} -bactrian = { #Bactrians - color = bactrian - - ethos = ethos_egalitarian - heritage = heritage_east_iranian - language = language_bactrian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - tradition_caravaneers - #Ritual Traditions - tradition_religion_blending - #Realm Traditions - tradition_parochialism - #Combat Traditions - } - - dlc_tradition = { - trait = tradition_culture_blending - requires_dlc_flag = hybridize_culture - } - - name_list = name_list_bactrian - - coa_gfx = { iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { - 7 = arab - 5 = mediterranean - } -} -sarmatian = { - color = sarmatian - - ethos = ethos_communal - heritage = heritage_east_iranian - language = language_scythian - martial_custom = martial_custom_equal - traditions = { - #Societal Traditions - tradition_mendicant_mystics #Status of the Enarei - #Regional Traditions - #Ritual Traditions - #Realm Traditions - tradition_female_only_inheritance #High Status of Women - #Combat Traditions - tradition_horse_lords - } - - name_list = name_list_sarmatian - - coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } - building_gfx = { steppe_building_gfx } - clothing_gfx = { mongol_clothing_gfx } - unit_gfx = { mongol_unit_gfx } - - #European Iranian Nomad Mix - #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix - ethnicities = { - 58 = arab - 42 = mediterranean - 25 = caucasian_blond #Historic references to lighter hair colors - 25 = caucasian_brown_hair - 25 = caucasian_dark_hair - 25 = caucasian_ginger - } -} -iazyges = { - color = iazyges - - parents = { sarmatian } - created = 80.1.1 #Occupation of the Tisza basin - - ethos = ethos_communal - heritage = heritage_east_iranian - language = language_scythian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_mendicant_mystics #Sarmatian heritage - #Regional Traditions - tradition_steppe_tolerance #Sarmatian heritage - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_horse_lords #Sarmatian heritage - } - - name_list = name_list_iazyges - - coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } - building_gfx = { steppe_building_gfx } - clothing_gfx = { mongol_clothing_gfx } - unit_gfx = { mongol_unit_gfx } - - #European Iranian Nomad Mix - #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix - ethnicities = { - 58 = arab - 42 = mediterranean - 25 = caucasian_blond #Historic references to lighter hair colors - 25 = caucasian_brown_hair - 25 = caucasian_dark_hair - 25 = caucasian_ginger - } -} -alan = { - color = alan - - parents = { sarmatian } - created = 45.1.1 #Earliest mention of the Alans in Parthia - - ethos = ethos_communal - heritage = heritage_east_iranian - language = language_scythian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_mendicant_mystics #Sarmatian heritage - #Regional Traditions - tradition_steppe_tolerance #Sarmatian heritage - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_horse_lords #Sarmatian heritage - } - - name_list = name_list_alan - - coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } - building_gfx = { steppe_building_gfx } - clothing_gfx = { mongol_clothing_gfx } - unit_gfx = { mongol_unit_gfx } - - #European Iranian Nomad Mix - #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix - ethnicities = { - 58 = arab - 42 = mediterranean - 25 = caucasian_blond #Historic references to lighter hair colors - 25 = caucasian_brown_hair - 25 = caucasian_dark_hair - 25 = caucasian_ginger - } -} -sakan = { #Nomadic Sakans - color = sakan - - ethos = ethos_bellicose - heritage = heritage_east_iranian - language = language_sakan #Was probably unintelligible to the West Scythian-region languages (Alan, &c.) - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - tradition_horse_lords - tradition_culture_blending - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_warriors_of_the_dry - } - - name_list = name_list_saka - - coa_gfx = { iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - #Asian Iranian Nomad Mix - #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix - ethnicities = { - 116 = arab - 84 = mediterranean - 25 = caucasian_blond #Historic references to lighter hair colors - 25 = caucasian_brown_hair - 25 = caucasian_dark_hair - 25 = caucasian_ginger - } -} -indo_scythian = { - color = indo_scythian - - parents = { sakan gujarati } - created = 2.1.1 - history_loc_override = indo_scythian_history_loc - - ethos = ethos_spiritual - heritage = heritage_east_iranian - language = language_sakan - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - tradition_horse_lords #Sakan inheritance - #Ritual Traditions - tradition_religion_blending #Western Indo-Aryan heritage - #Realm Traditions - tradition_ruling_caste - #Combat Traditions - } - - name_list = name_list_indo_scythian - - coa_gfx = { iranian_group_coa_gfx indo_aryan_group_coa_gfx } - building_gfx = { indian_building_gfx } - clothing_gfx = { indian_clothing_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - #Asian Iranian Nomad Mix - #2:1:3 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix/Indian - ethnicities = { - 116 = arab - 84 = mediterranean - 25 = caucasian_blond #Historic references to lighter hair colors - 25 = caucasian_brown_hair - 25 = caucasian_dark_hair - 25 = caucasian_ginger - 300 = indian - } -} -dahi_scythian = { - color = dahi_scythian - - ethos = ethos_bellicose - heritage = heritage_east_iranian - language = language_scythian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - #Regional Traditions - tradition_horse_lords - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_horse_breeder - } - - name_list = name_list_dahi_scythian - - coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } - building_gfx = { steppe_building_gfx } - clothing_gfx = { mongol_clothing_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mongol_unit_gfx } - - #Asian Iranian Nomad Mix - #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix - ethnicities = { - 116 = arab - 84 = mediterranean - 25 = caucasian_blond #Historic references to lighter hair colors - 25 = caucasian_brown_hair - 25 = caucasian_dark_hair - 25 = caucasian_ginger - } -} -amardian = { - color = amardian - - ethos = ethos_communal - heritage = heritage_east_iranian - language = language_caspian_iranian #Were probably lingusitcally West Iranian speakers - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_zealous_people #Tabaristan was a long-term holdout against Islam - #Regional Traditions - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_horse_breeder - tradition_highland_warriors - } - - name_list = name_list_amardian - - coa_gfx = { iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { - 8 = arab - 5 = mediterranean - } -} -afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD - color = afghan - - ethos = ethos_communal - heritage = heritage_east_iranian - language = language_pashto - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_loyal_soldiers - #Regional Traditions - #Ritual Traditions - #Realm Traditions - tradition_mountain_homes - tradition_esteemed_hospitality - tradition_pastoralists #Noted for their cavalry and cow herds (as Asvakans) - #Combat Traditions - } - - name_list = name_list_afghan - - coa_gfx = { iranian_group_coa_gfx } - building_gfx = { mena_building_gfx } - clothing_gfx = { mena_clothing_gfx } - unit_gfx = { mena_unit_gfx } - - ethnicities = { - 8 = arab - 4 = mediterranean - } -} -##### New to WtWSMS -romano_alan = { #Partially Romanized Alans - color = romano_alan - - parents = { alan romano_gallic } - created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them - history_loc_override = romano_alan_history_loc - - ethos = ethos_spiritual #Romano-Gallic inheritance - heritage = heritage_east_iranian #Were still distinguishable from Romans into the VIth Century, probably by practices & language - language = language_scythian - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_mendicant_mystics #St. Goar's parents probably were part Alan (given his name) - tradition_zealous_people #Romano-Gallic inheritance - #Regional Traditions - #Ritual Traditions - #Realm Traditions - #Combat Traditions - tradition_horse_lords #Still important Cavalry - } - - name_list = name_list_alan - name_list = name_list_romano_gallic - - #Alan unit and COA graphics and clothes mixed with Romano-Gallic/Alan Architecture - coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } - building_gfx = { mediterranean_building_gfx } - clothing_gfx = { mongol_clothing_gfx } - unit_gfx = { mongol_unit_gfx } - - #Ethnicity Mix: - #Alan:Romano-Gallic:Frankish 6:3:1 (some Frankish admixture with Sarmatian Laeti) - #then combined to avoid issues - ethnicities = { #TODO: Fixme - 342 = arab - 182 = caucasian_brown_hair - 156 = mediterranean - 142 = caucasian_dark_hair - 41 = caucasian_blond - 5 = caucasian_ginger - } -} -alano_vandalic = { #Partly Vandalized Alans - color = alano_vandalic - - parents = { alan vandalic } - created = 418.1.1 #Death of Attaces - - ethos = ethos_bellicose #Vandalic Inheritence - heritage = heritage_east_iranian #Were noticeably distinguishable from Vandals - language = language_scythian #Were noticeably distinguishable from Vandals - martial_custom = martial_custom_male_only - traditions = { - #Societal Traditions - tradition_mendicant_mystics #Alan inheritance - #Regional Traditions - #Ritual Traditions - tradition_concubines #Vandal inheritance - #Realm Traditions - tradition_ruling_caste #Vandal inheritance - #Combat Traditions - tradition_horse_lords #Alan inheritance - } - - name_list = name_list_alan - name_list = name_list_vandalic - - coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } - building_gfx = { steppe_building_gfx } - clothing_gfx = { mongol_clothing_gfx } - unit_gfx = { mongol_unit_gfx } - - #Alan and Vandal Ethnicities mixed at a 3:1 ratio - ethnicities = { - #Alans - 171 = arab - 129 = mediterranean - #Vandals - 70 = caucasian_northern_blond - 15 = caucasian_northern_ginger - 10 = caucasian_northern_brown_hair - 5 = caucasian_northern_dark_hair - } -} \ No newline at end of file diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index 5d63456f2a..470b576ae0 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -362,4 +362,132 @@ kurdish = { ##### FIXME (Beta): Incomplete Culture: kurdish 5 = mediterranean } } +afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD + color = afghan + + ethos = ethos_communal + heritage = heritage_iranian + language = language_pashto + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_loyal_soldiers + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_mountain_homes + tradition_esteemed_hospitality + tradition_pastoralists #Noted for their cavalry and cow herds (as Asvakans) + #Combat Traditions + } + + name_list = name_list_afghan + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 8 = arab + 4 = mediterranean + } +} +amardian = { #Really, Mazanderani + color = amardian + + ethos = ethos_communal + heritage = heritage_iranian #Probably fully part of Iranian sphere + language = language_caspian_iranian #Were probably linguistically West Iranian speakers + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_zealous_people #Tabaristan was a long-term holdout against Islam + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_horse_breeder + tradition_highland_warriors + } + + name_list = name_list_amardian + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 8 = arab + 5 = mediterranean + } +} +#East Iranian speakers wholly within +bactrian = { #Bactrians + color = bactrian + + ethos = ethos_egalitarian + heritage = heritage_iranian + language = language_bactrian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_caravaneers + #Ritual Traditions + tradition_religion_blending + #Realm Traditions + tradition_parochialism + #Combat Traditions + } + + dlc_tradition = { + trait = tradition_culture_blending + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_bactrian + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 7 = arab + 5 = mediterranean + } +} +khwarezmian = { + color = khwarezmian + + ethos = ethos_stoic #CK3 Vanilla + heritage = heritage_iranian + language = language_sogdian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_isolationist + #Regional Traditions + tradition_caravaneers + tradition_futuwaa + #Ritual Traditions + #Realm Traditions + tradition_dryland_dwellers + #Combat Traditions + } + + name_list = name_list_khwarezmian + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 7 = arab + 5 = mediterranean + } +} ##### TODO (Beta): kushanshas diff --git a/WtWSMS/common/culture/cultures/BP_sakan.txt b/WtWSMS/common/culture/cultures/BP_sakan.txt new file mode 100644 index 0000000000..abf0fdcb97 --- /dev/null +++ b/WtWSMS/common/culture/cultures/BP_sakan.txt @@ -0,0 +1,114 @@ +sakan = { #Nomadic Sakans + color = sakan + + ethos = ethos_bellicose + heritage = heritage_sakan + language = language_sakan #Was probably unintelligible to the West Scythian-region languages (Alan, &c.) + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_horse_lords + tradition_culture_blending + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_warriors_of_the_dry + } + + name_list = name_list_saka + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + #Asian Iranian Nomad Mix + #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix + ethnicities = { + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + } +} +dahi_scythian = { + color = dahi_scythian + + ethos = ethos_bellicose + heritage = heritage_sakan + language = language_sakan + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_horse_lords + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_horse_breeder + } + + name_list = name_list_dahi_scythian + + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #Asian Iranian Nomad Mix + #2:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix + ethnicities = { + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + } +} +indo_scythian = { + color = indo_scythian + + parents = { sakan gujarati } + created = 2.1.1 + history_loc_override = indo_scythian_history_loc + + ethos = ethos_spiritual + heritage = heritage_sakan + language = language_sakan + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_horse_lords #Sakan inheritance + #Ritual Traditions + tradition_religion_blending #Western Indo-Aryan heritage + #Realm Traditions + tradition_ruling_caste + #Combat Traditions + } + + name_list = name_list_indo_scythian + + coa_gfx = { iranian_group_coa_gfx indo_aryan_group_coa_gfx } + building_gfx = { indian_building_gfx } + clothing_gfx = { indian_clothing_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + #Asian Iranian Nomad Mix + #2:1:3 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix/Indian + ethnicities = { + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + 300 = indian + } +} \ No newline at end of file diff --git a/WtWSMS/common/culture/cultures/BP_sarmatian.txt b/WtWSMS/common/culture/cultures/BP_sarmatian.txt new file mode 100644 index 0000000000..65f756dd9d --- /dev/null +++ b/WtWSMS/common/culture/cultures/BP_sarmatian.txt @@ -0,0 +1,200 @@ +sarmatian = { + color = sarmatian + + ethos = ethos_communal + heritage = heritage_samartian + language = language_scythian + martial_custom = martial_custom_equal + traditions = { + #Societal Traditions + tradition_mendicant_mystics #Status of the Enarei + #Regional Traditions + #Ritual Traditions + #Realm Traditions + tradition_female_only_inheritance #High Status of Women + #Combat Traditions + tradition_horse_lords + } + + name_list = name_list_sarmatian + + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #European Iranian Nomad Mix + #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix + ethnicities = { + 58 = arab + 42 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + } +} +iazyges = { + color = iazyges + + parents = { sarmatian } + created = 80.1.1 #Occupation of the Tisza basin + + ethos = ethos_communal + heritage = heritage_samartian + language = language_scythian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_mendicant_mystics #Sarmatian heritage + #Regional Traditions + tradition_steppe_tolerance #Sarmatian heritage + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_horse_lords #Sarmatian heritage + } + + name_list = name_list_iazyges + + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #European Iranian Nomad Mix + #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix + ethnicities = { + 58 = arab + 42 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + } +} +alan = { + color = alan + + parents = { sarmatian } + created = 45.1.1 #Earliest mention of the Alans in Parthia + + ethos = ethos_communal + heritage = heritage_samartian + language = language_scythian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_mendicant_mystics #Sarmatian heritage + #Regional Traditions + tradition_steppe_tolerance #Sarmatian heritage + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_horse_lords #Sarmatian heritage + } + + name_list = name_list_alan + + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #European Iranian Nomad Mix + #1:1 Vanilla Saka(7 Arab : 5 Med)/Caucasian Mix + ethnicities = { + 58 = arab + 42 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + } +} +##### New to WtWSMS +romano_alan = { #Partially Romanized Alans + color = romano_alan + + parents = { alan romano_gallic } + created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them + history_loc_override = romano_alan_history_loc + + ethos = ethos_spiritual #Romano-Gallic inheritance + heritage = heritage_samartian #Were still distinguishable from Romans into the VIth Century, probably by practices & language + language = language_scythian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_mendicant_mystics #St. Goar's parents probably were part Alan (given his name) + tradition_zealous_people #Romano-Gallic inheritance + #Regional Traditions + #Ritual Traditions + #Realm Traditions + #Combat Traditions + tradition_horse_lords #Still important Cavalry + } + + name_list = name_list_alan + name_list = name_list_romano_gallic + + #Alan unit and COA graphics and clothes mixed with Romano-Gallic/Alan Architecture + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { mediterranean_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #Ethnicity Mix: + #Alan:Romano-Gallic:Frankish 6:3:1 (some Frankish admixture with Sarmatian Laeti) + #then combined to avoid issues + ethnicities = { #TODO: Fixme + 342 = arab + 182 = caucasian_brown_hair + 156 = mediterranean + 142 = caucasian_dark_hair + 41 = caucasian_blond + 5 = caucasian_ginger + } +} +alano_vandalic = { #Partly Vandalized Alans + color = alano_vandalic + + parents = { alan vandalic } + created = 418.1.1 #Death of Attaces + + ethos = ethos_bellicose #Vandalic Inheritence + heritage = heritage_samartian #Were noticeably distinguishable from Vandals + language = language_scythian #Were noticeably distinguishable from Vandals + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + tradition_mendicant_mystics #Alan inheritance + #Regional Traditions + #Ritual Traditions + tradition_concubines #Vandal inheritance + #Realm Traditions + tradition_ruling_caste #Vandal inheritance + #Combat Traditions + tradition_horse_lords #Alan inheritance + } + + name_list = name_list_alan + name_list = name_list_vandalic + + coa_gfx = { steppe_coa_gfx iranian_group_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + + #Alan and Vandal Ethnicities mixed at a 3:1 ratio + ethnicities = { + #Alans + 171 = arab + 129 = mediterranean + #Vandals + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } +} \ No newline at end of file diff --git a/WtWSMS/common/culture/cultures/BP_tocharian.txt b/WtWSMS/common/culture/cultures/BP_tocharian.txt index 9011fa4b15..5c04b03b90 100644 --- a/WtWSMS/common/culture/cultures/BP_tocharian.txt +++ b/WtWSMS/common/culture/cultures/BP_tocharian.txt @@ -1,4 +1,7 @@ -tocharian = { +#Aka, Serindian + +#Tocharians proper +tocharian = { color = tocharian ethos = ethos_spiritual @@ -115,4 +118,36 @@ khotanese = { 25 = caucasian_ginger 50 = indian } -} \ No newline at end of file +} +#Iranian speakers not related to the Tarim basin +sogdian = { + color = sogdian + + ethos = ethos_egalitarian #Vanilla CK3 + heritage = heritage_tocharian + language = language_sogdian + martial_custom = martial_custom_male_only + traditions = { + #Societal Traditions + #Regional Traditions + tradition_caravaneers + tradition_futuwaa + #Ritual Traditions + tradition_religion_blending + #Realm Traditions + tradition_parochialism + #Combat Traditions + } + + name_list = name_list_sogdian + + coa_gfx = { iranian_group_coa_gfx } + building_gfx = { mena_building_gfx } + clothing_gfx = { mena_clothing_gfx } + unit_gfx = { mena_unit_gfx } + + ethnicities = { + 7 = arab + 5 = mediterranean + } +} diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index a28810ed00..e6b75ece75 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -355,6 +355,25 @@ heritage_sahelian = { heritage_family_african = yes } } +heritage_samartian = { + type = heritage + + parameters = { + heritage_group_eurasian_steppe = yes + heritage_family_eurasian = yes + heritage_family_european = yes + } +} +heritage_sakan = { + type = heritage + + parameters = { + heritage_group_eurasian_steppe = yes + heritage_group_greater_iranian = yes + heritage_family_eurasian = yes + heritage_family_west_asian = yes + } +} heritage_senegambian = { type = heritage diff --git a/WtWSMS/history/cultures/heritage_east_iranian.txt b/WtWSMS/history/cultures/heritage_east_iranian.txt deleted file mode 100644 index 3116a71945..0000000000 --- a/WtWSMS/history/cultures/heritage_east_iranian.txt +++ /dev/null @@ -1,14 +0,0 @@ -1.1.1 = { - ## Tribal Innovations - # Military - discover_innovation = innovation_vexilium - discover_innovation = innovation_mustering_grounds - discover_innovation = innovation_castrae - discover_innovation = innovation_quilted_armor - # Civic - discover_innovation = innovation_development_00 - discover_innovation = innovation_barter - discover_innovation = innovation_oppidum - #Regional - discover_innovation = innovation_war_camels -} \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml index 221ec83c4f..ec8a914a7c 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml @@ -27,6 +27,10 @@ heritage_peristani_collective_name: "Peristanis" heritage_common_slavic_name: "Slavic" heritage_common_slavic_collective_name: "Slavs" + heritage_sakan_name: "Sakan" + heritage_sakan_collective_name: "Sakans" + heritage_samartian_name: "Samartian" + heritage_samartian_collective_noun: "Samartians" #Latin Heritages heritage_romano_british_name: "British Romance" heritage_romano_british_collective_noun: "British Romantics" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml index e04e3d101e..314eb74548 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml @@ -1,10 +1,10 @@ l_english: - heritage_iranian_name: "West Iranian" - heritage_iranian_collective_noun: "West Iranians" heritage_berber_name: "Amazigh" heritage_berber_collective_name: "Amazighs" heritage_burman_name: "Southeast Asian" heritage_burman_collective_noun: "Southeast Asians" + heritage_tocharian_name: "Serindian" + heritage_tocharian_collective_noun: "Serindians" #Romance Heritages heritage_iberian_name: "Hispanic" heritage_iberian_collective_noun: "Hispanics" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml index 252cd056bf..78159f0fe4 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_languages_l_english.yml @@ -13,6 +13,7 @@ language_italian_name: "Italian Romance" language_french_name: "D'Oïl Romance" language_occitano_romance_name: "Arpitan Romance" + language_scythian_name: "Sarmatian" #Indo-Aryan language_vrachada_name: "Paishachi Prakrit" language_kamarupan_name: "Kamarupan Prakrit" From 2f7d3bb3fda44a82ce7d2983dea4667066c57121 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:00:21 -0500 Subject: [PATCH 307/339] Update ccu_features_l_english.yml --- WtWSMS/localization/english/ccu_features_l_english.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WtWSMS/localization/english/ccu_features_l_english.yml b/WtWSMS/localization/english/ccu_features_l_english.yml index 476b869891..2094f10220 100644 --- a/WtWSMS/localization/english/ccu_features_l_english.yml +++ b/WtWSMS/localization/english/ccu_features_l_english.yml @@ -156,6 +156,8 @@ culture_parameter_language_dialect_continuum_northern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Indo-Aryan [dialect_continuum|E]" # Game Concepts + game_concept_heritages: "Heritages" + game_concept_heritage_family: "Heritage Family" game_concept_heritage_families: "Heritage Families" game_concept_heritage_family_desc: "Heritage families are groupings of related [heritages|E]. A shared heritage family increases [cultural_acceptance|E] baseline." From 15894025c948f773fe624f44bd2f5074b5581b38 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:27:47 -0500 Subject: [PATCH 308/339] Implement Kulturbunds --- WtWSMS/common/culture/pillars/00_heritage.txt | 5 +++++ WtWSMS/common/game_concepts/ccu_game_concepts.txt | 5 +++++ .../01_starting_values_CCU_overwrite.txt | 7 +++++++ WtWSMS/common/script_values/ccu_script_values.txt | 1 + .../scripted_effects/ccu_scripted_effects.txt | 7 +++++++ WtWSMS/common/scripted_triggers/ccu_API.txt | 14 ++++++++++++++ .../english/ccu_features_l_english.yml | 9 +++++++++ 7 files changed, 48 insertions(+) diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index e6b75ece75..b307d71465 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -277,6 +277,7 @@ heritage_mongolic = { type = heritage parameters = { + heritage_kulturbund_turco_mongol = yes heritage_group_north_asian = yes heritage_group_eurasian_steppe = yes heritage_family_eurasian = yes @@ -304,6 +305,7 @@ heritage_peristani = { type = heritage parameters = { + heritage_kulturbund_himalayan = yes heritage_group_greater_iranian = yes heritage_group_greater_indian = yes heritage_family_south_asian = yes @@ -314,6 +316,7 @@ heritage_qiangic = { type = heritage parameters = { + heritage_kulturbund_himalayan = yes heritage_group_greater_chinese = yes heritage_family_east_asian = yes heritage_family_south_asian = yes @@ -411,6 +414,7 @@ heritage_tibetan = { type = heritage parameters = { + heritage_kulturbund_himalayan = yes heritage_group_greater_indian = yes heritage_group_greater_chinese = yes heritage_family_east_asian = yes @@ -433,6 +437,7 @@ heritage_turkic = { type = heritage parameters = { + heritage_kulturbund_turco_mongol = yes heritage_group_eurasian_steppe = yes heritage_group_north_asian = yes heritage_family_eurasian = yes diff --git a/WtWSMS/common/game_concepts/ccu_game_concepts.txt b/WtWSMS/common/game_concepts/ccu_game_concepts.txt index 7bc9b3f3e4..ba0afe68e8 100644 --- a/WtWSMS/common/game_concepts/ccu_game_concepts.txt +++ b/WtWSMS/common/game_concepts/ccu_game_concepts.txt @@ -9,6 +9,11 @@ heritage_group = { alias = { heritage_groups } texture = "gfx/interface/icons/icon_culture.dds" } +heritage_kulturbund = { + parent = heritage + alias = { kulturbund } + texture = "gfx/interface/icons/icon_culture.dds" +} heritage = { alias = { heritages } texture = "gfx/interface/icons/icon_culture.dds" diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index 9a2de33e7b..75649a82c6 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -39,6 +39,13 @@ culture_acceptance_baseline = { desc = ACCEPTANCE_BASELINE_HERITAGE } } + else_if = { + limit = { has_same_kulturbund_as_trigger = { TARGET = scope:culture } } + add = { + value = same_heritage_kulturbund_cultural_acceptance + desc = ACCEPTANCE_BASELINE_HERITAGE_KULTURBUND + } + } else_if = { limit = { has_same_heritage_group_as_trigger = { TARGET = scope:culture } } add = { diff --git a/WtWSMS/common/script_values/ccu_script_values.txt b/WtWSMS/common/script_values/ccu_script_values.txt index 62f4cb4780..ba56520c6f 100644 --- a/WtWSMS/common/script_values/ccu_script_values.txt +++ b/WtWSMS/common/script_values/ccu_script_values.txt @@ -1,5 +1,6 @@ #Heritages same_heritage_cultural_acceptance = 20 +same_heritage_kulturbund_cultural_acceptance = 15 same_heritage_group_cultural_acceptance = 10 same_heritage_family_cultural_acceptance = 5 diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index f943f408b1..63d5024c58 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -4,6 +4,7 @@ ccu_initialize_culture_effect = { #Heritages ccu_initialize_heritage_group_effect = yes ccu_initialize_heritage_family_effect = yes + ccu_initialize_kulturbund_effect = yes #Languages ccu_initialize_language_family_effect = yes ccu_initialize_language_branch_effect = yes @@ -47,6 +48,12 @@ ccu_initialize_heritage_group_effect = { if = { limit = { has_cultural_parameter = heritage_group_west_asian } add_to_variable_list = { name = heritage_group target = flag:heritage_group_west_asian } } } +ccu_initialize_kulturbund_effect = { + if = { limit = { has_cultural_parameter = heritage_kulturbund_turco_mongol } set_variable = { name = kulturbund value = 0 } } + else_if = { limit = { has_cultural_parameter = heritage_kulturbund_himalayan } set_variable = { name = kulturbund value = 1 } } + else = { set_variable = { name = kulturbund value = -1 } } +} + #Languages #Language Family => Language Branch => Language Group (Optional) => Dialect Continua (Optional) #Branches are first level divisions of families diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index b363ed6dc5..0806a8d417 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -32,6 +32,20 @@ has_same_heritage_group_as_trigger = { } } +################################################################### +# Purpose: Checks if two culture share a Kulturbund (*very* similar, but distinct cultural heritages) +# Scope: culture +# Arguments: target (culture) +# Sample Usage: culture:xxx = { has_same_kulturbund_as_trigger = { TARGET = culture:yyy } } + +has_same_kulturbund_as_trigger = { + NOR = { + var:kulturbund = -1 + $TARGET$.var:kulturbund = -1 + } + var:kulturbund = $TARGET$.var:kulturbund +} + #Languages ################################################################### diff --git a/WtWSMS/localization/english/ccu_features_l_english.yml b/WtWSMS/localization/english/ccu_features_l_english.yml index 2094f10220..8f9b88429c 100644 --- a/WtWSMS/localization/english/ccu_features_l_english.yml +++ b/WtWSMS/localization/english/ccu_features_l_english.yml @@ -26,6 +26,9 @@ culture_parameter_heritage_group_slavic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [heritage_group|E]" culture_parameter_heritage_group_west_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" culture_parameter_heritage_group_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_group|E]" + ## Kulturbunds + culture_parameter_heritage_kulturbund_turco_mongol: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongol [kulturbund|E]" + culture_parameter_heritage_kulturbund_himalayan: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Himalayan [kulturbund|E]" # Languages ## Language Families @@ -166,6 +169,11 @@ game_concept_heritage_groups: "Heritage Groups" game_concept_heritage_group_desc: "Heritage Groups are groupings of related [heritages|E]. A shared heritage group increases [cultural_acceptance|E] baseline." + game_concept_heritage_kulturbund: "Kulturbund" + game_concept_kulturbund: "$game_concept_heritage_kulturbund$" + game_concept_heritage_kulturbunds: "Kulturbunds" + game_concept_heritage_kulturbund_desc: "Heritage #italic Kulturbunds#! are associations of heritages that, while distinct, have a very large number of similarities (e.g., Turco-Mongol cultures). A shared #italic Kulturbund#! increases [cultural_acceptance|E] baseline." + game_concept_language_group: "Language Group" game_concept_language_groups: "Language Groups" game_concept_language_group_desc: "Language Groups are groupings of related [languages|E]. A shared language group increases [cultural_acceptance|E] baseline, and it is easier to learn a language in the same group as your [culture|E]'s." @@ -191,6 +199,7 @@ game_concept_creole: "Creole" #Script Breakdown + ACCEPTANCE_BASELINE_HERITAGE_KULTURBUND: "[cultures|E] share the same [kulturbund|E]" ACCEPTANCE_BASELINE_HERITAGE_GROUP: "[cultures|E] share the same [heritage_group|E]" ACCEPTANCE_BASELINE_HERITAGE_FAMILY: "[cultures|E] share the same [heritage_family|E]" ACCEPTANCE_BASELINE_LANGUAGE_GROUP: "[cultures|E] share the same [language_group|E]" From dd3e6ceb83f138ac7a651f1e27556e508728b7c8 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:03:55 -0500 Subject: [PATCH 309/339] Gregory the Illuminator cleanup * Made Armenian transition from Parthian to Armenian occur with Tridates III "the Great" and the adoption of Christianity * Cleaned up Gregory the Illuminator's character history --- .../characters/_lt_rascek_new_chars.txt | 109 +++++++++++++++++- .../characters/_religous_chars_christian.txt | 37 +++++- WtWSMS/history/characters/armenian.txt | 42 +++++-- .../titles/BP_religion_titles_christian.txt | 5 +- WtWSMS/history/titles/bp_k_armenia.txt | 2 +- ...kerwanderung_additional_name_l_english.yml | 3 +- 6 files changed, 180 insertions(+), 18 deletions(-) diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index ae553a3135..5024e65de5 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -837,7 +837,7 @@ ArmeniaNonDynastic007 = { #Sanatruces name = "Sanatruk" dynasty = 100685 religion = "urartuism" - culture = "armenian" + culture = "parthian" 20.1.1 = { birth = yes } 65.1.1 = { trait = kinslayer_3 } 110.1.1 = { death = yes } @@ -847,7 +847,7 @@ ArmeniaNonDynastic007_daughter = { #Sandukht female = yes dynasty = 100685 religion = "urartuism" - culture = "armenian" + culture = "parthian" father = ArmeniaNonDynastic007 trait = patient trait = compassionate @@ -947,6 +947,111 @@ CommageneOrontid001 = { #Sames II Theosebes Dikaios -109.1.1 = { death = yes } } +#Gregory the Illuminator's family +#Elishe lists him as an uncle of Tridates III, but he's also listed as a Suren. +#So, make Khosrov II must be married to a Suren. +214064_wife_father = { #Fictional, but makes Khosrov II's wife the brother of Anak and makes Anak the Uncle of Tridates III + name = "Vardanes" + dynasty = 10424223 + religion = "mazdayasna" + culture = "parthian" + 200.1.1 = { birth = yes } + 250.1.1 = { death = yes } +} +214064_wife = { #Fictional, Khosrov II's wife, Anak's Sister (to make Elishe's comments accurate) + name = "Vadhut" + female = yes + dynasty = 10424223 + religion = "mazdayasna" + culture = "parthian" + father = 214064_wife_father + 220.1.1 = { birth = yes } + 258.1.1 = { + death = { + death_reason = death_murder_known + killer = AnakTheParthian + } + } +} +AnakTheParthian = { #Gregory's father + name = "Anak" + dynasty = 10424223 + religion = "mazdayasna" + culture = "parthian" + father = 214064_wife_father #To be a Suren yet an uncle of Tridates III + 215.1.1 = { birth = yes } + 231.1.1 = { + trait = education_intrigue_2 + trait = deceitful + trait = ambitious + trait = impatient + } + 256.1.1 = { add_spouse = AnakTheParthian_wife } + 258.1.1 = { + trait = murderer + trait = kinslayer_3 + } + 258.1.2 = { death = { death_reason = death_battle } } +} +AnakTheParthian_wife = { #Gregory's mother + name = "Okhoe" + female = yes + religion = "mazdayasna" + culture = "parthian" + 236.1.1 = { birth = yes } + 258.1.3 = { death = { death_reason = death_execution } } #By Khrosov II's guards +} +HripsimeTheNun = { #Murdered by Tridates III, part of the Hagiography + name = "Ripsima" #Saint Hripsime + female = yes + religion = "nicene" + culture = "roman" + 268.1.1 = { + birth = yes + trait = beauty_good_3 + } + 284.1.1 = { + trait = chaste + trait = zealous + trait = temperate + trait = devoted + } + 288.1.1 = { + death = { + death_reason = death_execution + killer = 214066 + } + trait = wounded_3 + trait = blind + trait = saint + } +} +GayaneTheNun = { #Murdered by Tridates III, part of the Hagiography + name = "Gayane" #Saint Gayane + female = yes + religion = "nicene" + culture = "roman" + 258.1.1 = { + birth = yes + trait = beauty_good_3 + } + 284.1.1 = { + trait = chaste + trait = zealous + trait = temperate + trait = devoted + } + 288.1.2 = { + death = { + death_reason = death_execution + killer = 214066 + } + trait = wounded_3 + trait = blind + trait = saint + } +} + ########### Persia-Related Titles ### Achaemenids (of Persia) diff --git a/WtWSMS/history/characters/_religous_chars_christian.txt b/WtWSMS/history/characters/_religous_chars_christian.txt index 13317f8f54..fc7230f755 100644 --- a/WtWSMS/history/characters/_religous_chars_christian.txt +++ b/WtWSMS/history/characters/_religous_chars_christian.txt @@ -52,14 +52,45 @@ JerusalemChurchSpecial000 = { #St. Jude #https://en.wikipedia.org/wiki/List_of_catholicoi_of_all_Armenians #Taken from Paradox's list. Most birth dates ficitionalized + + +ArmenianChurch0011_wife_father = { + name = David + religion = nicene + culture = cappadocian + 241.1.1 = { birth = yes } + 280.1.1 = { death = yes } +} +ArmenianChurch0011_wife = { + name = Mariam + female = yes + religion = nicene + culture = cappadocian + father = ArmenianChurch0011_wife_father + 257.1.1 = { birth = yes } + 318.1.1 = { death = yes } +} ArmenianChurch0011 = { name = "Gregory" #I dynasty_house = house_armenian_gregorids - religion = "armenian_apostolic" + religion = "nicene" culture = "parthian" + father = AnakTheParthian + mother = AnakTheParthian_wife disallow_random_traits = yes 257.1.1 = { birth = yes } - 318.1.1 = { trait = devoted } + 273.1.1 = { + trait = zealous + trait = patient + trait = forgiving #To work for Tridates after being imprisoned kinda requires it... + trait = education_learning_4 + add_spouse = ArmenianChurch0011_wife + } + 280.1.1 = { #Separates from Miriam, serves Tridates III + trait = devoted + remove_spouse = ArmenianChurch0011_wife + } + 301.1.1 = { religion = armenian_apostolic } 325.1.1 = { death = yes give_nickname = nick_the_illuminator @@ -69,6 +100,7 @@ ArmenianChurch0011 = { ArmenianChurch0013 = { name = "Aristaces" #I father = ArmenianChurch0011 + mother = ArmenianChurch0011_wife dynasty_house = house_armenian_gregorids religion = "armenian_apostolic" culture = "parthian" @@ -82,6 +114,7 @@ ArmenianChurch0013 = { ArmenianChurch0014 = { name = "Vrtanes" #I father = ArmenianChurch0011 + mother = ArmenianChurch0011_wife dynasty_house = house_armenian_gregorids religion = "armenian_apostolic" culture = "parthian" diff --git a/WtWSMS/history/characters/armenian.txt b/WtWSMS/history/characters/armenian.txt index 3d24472e9c..f05dcb253d 100644 --- a/WtWSMS/history/characters/armenian.txt +++ b/WtWSMS/history/characters/armenian.txt @@ -2077,7 +2077,7 @@ name = "Khosrov" # I dynasty_house = house_arsacid_armenia religion = "urartuism" - culture = "armenian" + culture = "parthian" father = 159550 165.1.1 = { birth = yes @@ -2088,10 +2088,10 @@ } 214064 = { - name = "Tiridates" # Tiridates III + name = "Tiridates" # Tiridates II dynasty_house = house_arsacid_armenia religion = "urartuism" - culture = "armenian" + culture = "parthian" father = 214061 195.1.1 = { birth = yes @@ -2105,13 +2105,24 @@ name = "Khosrov" # II dynasty_house = house_arsacid_armenia religion = "urartuism" - culture = "armenian" + culture = "parthian" father = 214064 220.1.1 = { birth = yes } - 252.6.1 = { - death = yes + 236.1.1 = { + trait = education_martial_4 + trait = ambitious + trait = brave + trait = trusting #It's a trap! + add_spouse = 214064_wife + } + 252.1.1 = { give_nickname = nick_the_brave } + 258.1.1 = { + death = { + death_reason = death_murder_known + killer = AnakTheParthian + } } } @@ -2119,8 +2130,9 @@ name = "Tiridates" # III dynasty_house = house_arsacid_armenia religion = "urartuism" - culture = "armenian" + culture = "parthian" father = 214065 + mother = 214064_wife 250.1.1 = { birth = yes } 266.1.1 = { trait = education_diplomacy_4 @@ -2129,7 +2141,10 @@ trait = zealous } 286.1.1 = { add_spouse = 214066_wife } - 301.1.1 = { religion = "armenian_apostolic" } + 301.1.1 = { + culture = armenian + religion = "armenian_apostolic" + } 330.1.1 = { death = yes give_nickname = nick_the_great @@ -2159,13 +2174,16 @@ female = yes dynasty_house = house_arsacid_armenia religion = "urartuism" - culture = "armenian" + culture = "parthian" father = 214065 trait = patient trait = compassionate trait = forgiving 248.1.1 = { birth = yes } - 285.1.1 = { religion = "armenian_apostolic" } + 285.1.1 = { + culture = armenian + religion = "armenian_apostolic" + } 301.1.1 = { trait = devoted } 330.1.1 = { death = yes @@ -2177,13 +2195,15 @@ name = "Khosrov" # III the Small dynasty_house = house_arsacid_armenia religion = "urartuism" - culture = "armenian" + culture = "parthian" father = 214066 trait = education_diplomacy_3 275.1.1 = { birth = yes + trait = dwarf } 301.1.1 = { + culture = armenian religion = "armenian_apostolic" give_nickname = nick_the_small } diff --git a/WtWSMS/history/titles/BP_religion_titles_christian.txt b/WtWSMS/history/titles/BP_religion_titles_christian.txt index 6cc92c3f10..03d1f03432 100644 --- a/WtWSMS/history/titles/BP_religion_titles_christian.txt +++ b/WtWSMS/history/titles/BP_religion_titles_christian.txt @@ -739,7 +739,10 @@ d_apostolic_church = { #St. Merozanes (240–270); omitted for regnal numbering purposes. } 288.1.1 = { - holder = ArmenianChurch0011 #St. Gregory I the Illuminator (288–325) + holder_ignore_head_of_faith_requirement = ArmenianChurch0011 #St. Gregory I the Illuminator (288–325) + } + 301.1.1 = { #State Church + holder = ArmenianChurch0011 liege = k_armenia } 325.1.1 = { diff --git a/WtWSMS/history/titles/bp_k_armenia.txt b/WtWSMS/history/titles/bp_k_armenia.txt index e400010a5e..4d194cf64e 100644 --- a/WtWSMS/history/titles/bp_k_armenia.txt +++ b/WtWSMS/history/titles/bp_k_armenia.txt @@ -57,7 +57,7 @@ k_armenia = { holder = 214065 # Khosrov II government = eranshar_government } - 252.6.1 = { holder = 0 } # Sassanid puppet + 258.1.1 = { holder = 0 } # Sassanid puppet 287.1.1 = { holder =214066 } # Tiridates III 330.1.1 = { holder =214068 } # Khosrov III 339.1.1 = { holder =214070 } # Tiran diff --git a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml index 534f9961ca..6fc13c2830 100644 --- a/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml +++ b/WtWSMS/localization/english/names/_volkerwanderung_additional_name_l_english.yml @@ -866,4 +866,5 @@ Cirinn: "Cirinn" Fib: "Fib" Llud: "Llud" - \ No newline at end of file + Okhoe: "Okhoe" + Ripsima: "Ripsima" \ No newline at end of file From 7129b86a76b576ccfe4a20dc14af65f081b3e1cd Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 22 Feb 2023 22:01:08 -0500 Subject: [PATCH 310/339] Make Scythian Paganism part of the Steppe Religions --- .../common/religion/religions/00_tengrism.txt | 188 +++++++++++++- .../common/religion/religions/BP_scythian.txt | 235 ------------------ .../02_religion_values_BP_overwrite.txt | 6 +- .../BP_religion_scythian_l_english.yml | 66 ----- .../religion/BP_religion_steppe_l_english.yml | 61 +++++ 5 files changed, 251 insertions(+), 305 deletions(-) delete mode 100644 WtWSMS/common/religion/religions/BP_scythian.txt delete mode 100644 WtWSMS/localization/english/religion/BP_religion_scythian_l_english.yml create mode 100644 WtWSMS/localization/english/religion/BP_religion_steppe_l_english.yml diff --git a/WtWSMS/common/religion/religions/00_tengrism.txt b/WtWSMS/common/religion/religions/00_tengrism.txt index 312b19e79f..bdb3aed0b3 100644 --- a/WtWSMS/common/religion/religions/00_tengrism.txt +++ b/WtWSMS/common/religion/religions/00_tengrism.txt @@ -413,6 +413,192 @@ { name = holy_order_warriors_of_the_symbol } } } - + scythian_pagan = { + color = rgb{ 0.9 0.67 0.0 } + icon = scythian_pagan + reformed_icon = scythian_pagan_reformed + + doctrine = unreformed_faith_doctrine + + #WtWSMS Sites: Itil (w/Tengri), syr daya (w/Tengri), dihistan, bost (w/zunbil), jabal qufs (w/zoroastrian) + holy_site = itil #To be shared with Tengri + holy_site = qayaliq #Replacing Syr Daya + holy_site = dihistan + holy_site = bost + holy_site = nok_kundi #i.e., Jabal Qufs site + + #Crime Doctrines + doctrine = doctrine_homosexuality_shunned + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_deviancy_shunned + doctrine = doctrine_witchcraft_shunned + + doctrine = special_doctrine_is_scythian_faith + + doctrine = tenet_warmonger + #Scythians utilized human sacrifice + #https://en.wikipedia.org/wiki/Scythian_religion#Human_sacrifice + doctrine = tenet_human_sacrifice + doctrine = tenet_sky_burials #Did leave the dead/sacrifices outside afterwards + + holy_order_names = { + { name = holy_order_wasilla_guardians } + { name = holy_order_xucau_warriors } + } + + localization = { + HighGodName = scythian_high_god_name + HighGodName2 = scythian_high_god_name + HighGodNamePossessive = scythian_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_SHE + HighGodHerselfHimself = CHARACTER_HERSELF + HighGodHerHis = CHARACTER_HERHIS_HER + HighGodNameAlternate = scythian_high_god_name_alternate + HighGodNameAlternatePossessive = scythian_high_god_name_alternate_possessive + + #Creator + CreatorName = scythian_creator_god_name + CreatorNamePossessive = scythian_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_SHE + CreatorHerHis = CHARACTER_HERHIS_HER + CreatorHerHim = CHARACTER_HERHIM_HER + + #HealthGod + HealthGodName = scythian_health_god_name + HealthGodNamePossessive = scythian_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_SHE + HealthGodHerHis = CHARACTER_HERHIS_HER + HealthGodHerHim = CHARACTER_HERHIM_HER + + #FertilityGod + FertilityGodName = scythian_fertility_god_name + FertilityGodNamePossessive = scythian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = scythian_wealth_god_name + WealthGodNamePossessive = scythian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_SHE + WealthGodHerHis = CHARACTER_HERHIS_HER + WealthGodHerHim = CHARACTER_HERHIM_HER + + #HouseholdGod + HouseholdGodName = scythian_household_god_name + HouseholdGodNamePossessive = scythian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_SHE + HouseholdGodHerHis = CHARACTER_HERHIS_HER + HouseholdGodHerHim = CHARACTER_HERHIM_HER + + #FateGod + FateGodName = paganism_fate_god_name + FateGodNamePossessive = paganism_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_THEY + FateGodHerHis = CHARACTER_HERHIS_THEIR + FateGodHerHim = CHARACTER_HERHIM_THEM + + #KnowledgeGod + KnowledgeGodName = scythian_knowledge_god_name + KnowledgeGodNamePossessive = scythian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = scythian_war_god_name + WarGodNamePossessive = scythian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod + TricksterGodName = scythian_trickster_god_name + TricksterGodNamePossessive = scythian_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = scythian_night_god_name + NightGodNamePossessive = scythian_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = scythian_water_god_name + WaterGodNamePossessive = scythian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = scythian_pantheon + PantheonTerm2 = scythian_pantheon + PantheonTerm3 = scythian_pantheon + PantheonTermHasHave = pantheon_term_have + GoodGodNames = { scythian_high_god_name scythian_good_god_ancestors } + DevilName = scythian_devil_name + DevilNamePossessive = scythian_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_IT + DevilHerHis = CHARACTER_HERHIS_ITS + DevilHerselfHimself = scythian_devil_herselfhimself + EvilGodNames = { scythian_devil_name } + HouseOfWorship = scythian_house_of_worship + HouseOfWorship2 = scythian_house_of_worship + HouseOfWorship3 = scythian_house_of_worship + HouseOfWorshipPlural = scythian_house_of_worship_plural + ReligiousSymbol = scythian_religious_symbol + ReligiousSymbol2 = scythian_religious_symbol + ReligiousSymbol3 = scythian_religious_symbol + ReligiousText = scythian_religious_text + ReligiousText2 = scythian_religious_text + ReligiousText3 = scythian_religious_text + ReligiousHeadName = scythian_religious_head_title + ReligiousHeadTitleName = scythian_religious_head_title_name + DevoteeMale = scythian_devotee + DevoteeMalePlural = scythian_devoteeplural + DevoteeFemale = scythian_devotee + DevoteeFemalePlural = scythian_devoteeplural + DevoteeNeuter = scythian_devotee + DevoteeNeuterPlural = scythian_devoteeplural + PriestMale = scythian_priest + PriestMalePlural = scythian_priest_plural + PriestFemale = scythian_priest + PriestFemalePlural = scythian_priest_plural + PriestNeuter = scythian_priest + PriestNeuterPlural = scythian_priest_plural + AltPriestTermPlural = scythian_priest_alternate_plural + BishopMale = scythian_priest + BishopMalePlural = scythian_priest_plural + BishopFemale = scythian_priest + BishopFemalePlural = scythian_priest_plural + BishopNeuter = scythian_priest + BishopNeuterPlural = scythian_priest_plural + DivineRealm = scythian_divine_realm + DivineRealm2 = scythian_divine_realm + DivineRealm3 = scythian_divine_realm + PositiveAfterLife = scythian_divine_realm + PositiveAfterLife2 = scythian_divine_realm + PositiveAfterLife3 = scythian_divine_realm + NegativeAfterLife = scythian_afterlife + NegativeAfterLife2 = scythian_afterlife + NegativeAfterLife3 = scythian_afterlife + DeathDeityName = scythian_death_deity_name + DeathDeityNamePossessive = scythian_death_deity_name_possessive + DeathDeitySheHe = scythian_devil_shehe + DeathDeityHerHis = scythian_death_deity_herhis + WitchGodName = witchgodname_scythian_the_shadow + WitchGodNamePossessive = witchgodname_scythian_the_shadow_possessive + WitchGodSheHe = CHARACTER_SHEHE_IT + WitchGodHerHis = CHARACTER_HERHIS_ITS + WitchGodHerHim = CHARACTER_HERHIM_IT + WitchGodMistressMaster = witch_spirit + WitchGodMotherFather = witch_source + + GHWName = ghw_great_holy_war + GHWNamePlural = ghw_great_holy_wars + } + } } } diff --git a/WtWSMS/common/religion/religions/BP_scythian.txt b/WtWSMS/common/religion/religions/BP_scythian.txt deleted file mode 100644 index 5570ab8d33..0000000000 --- a/WtWSMS/common/religion/religions/BP_scythian.txt +++ /dev/null @@ -1,235 +0,0 @@ -scythian_pagan = { - family = rf_pagan - - doctrine = pagan_hostility_doctrine - pagan_roots = yes - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_pluralism_pluralistic - doctrine = doctrine_theocracy_lay_clergy - - #Marriage - doctrine = doctrine_concubines - doctrine = doctrine_divorce_allowed - doctrine = doctrine_bastardry_legitimization - doctrine = doctrine_consanguinity_cousins - - #Crimes - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_adultery_men_shunned - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_kinslaying_close_kin_crime - doctrine = doctrine_deviancy_shunned - doctrine = doctrine_witchcraft_shunned - - #Clerical Functions - doctrine = doctrine_clerical_function_recruitment - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_clerical_marriage_allowed - doctrine = doctrine_clerical_succession_temporal_appointment - - #Ritual Doctrines - doctrine = doctrine_ritual_conversion_neutral - doctrine = doctrine_ritual_pilgrimages_approves - doctrine = doctrine_ritual_vegetarianism_no_statement - - #Pagan Faith Doctrine - doctrine = special_doctrine_is_pagan_faith - doctrine = special_doctrine_is_scythian_faith - - traits = { - virtues = { honest just diligent } - sins = { deceitful lazy sadistic } - } - - custom_faith_icons = { - custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s - } - - holy_order_names = { - { name = holy_order_wasilla_guardians } - { name = holy_order_xucau_warriors } - } - - holy_order_maa = { horse_archers } - - localization = { - HighGodName = scythian_high_god_name - HighGodName2 = scythian_high_god_name - HighGodNamePossessive = scythian_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_SHE - HighGodHerselfHimself = CHARACTER_HERSELF - HighGodHerHis = CHARACTER_HERHIS_HER - HighGodNameAlternate = scythian_high_god_name_alternate - HighGodNameAlternatePossessive = scythian_high_god_name_alternate_possessive - - #Creator - CreatorName = scythian_creator_god_name - CreatorNamePossessive = scythian_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_SHE - CreatorHerHis = CHARACTER_HERHIS_HER - CreatorHerHim = CHARACTER_HERHIM_HER - - #HealthGod - HealthGodName = scythian_health_god_name - HealthGodNamePossessive = scythian_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_SHE - HealthGodHerHis = CHARACTER_HERHIS_HER - HealthGodHerHim = CHARACTER_HERHIM_HER - - #FertilityGod - FertilityGodName = scythian_fertility_god_name - FertilityGodNamePossessive = scythian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = scythian_wealth_god_name - WealthGodNamePossessive = scythian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_SHE - WealthGodHerHis = CHARACTER_HERHIS_HER - WealthGodHerHim = CHARACTER_HERHIM_HER - - #HouseholdGod - HouseholdGodName = scythian_household_god_name - HouseholdGodNamePossessive = scythian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_SHE - HouseholdGodHerHis = CHARACTER_HERHIS_HER - HouseholdGodHerHim = CHARACTER_HERHIM_HER - - #FateGod - FateGodName = paganism_fate_god_name - FateGodNamePossessive = paganism_fate_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_THEY - FateGodHerHis = CHARACTER_HERHIS_THEIR - FateGodHerHim = CHARACTER_HERHIM_THEM - - #KnowledgeGod - KnowledgeGodName = scythian_knowledge_god_name - KnowledgeGodNamePossessive = scythian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = scythian_war_god_name - WarGodNamePossessive = scythian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = scythian_trickster_god_name - TricksterGodNamePossessive = scythian_trickster_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_HE - TricksterGodHerHis = CHARACTER_HERHIS_HIS - TricksterGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = scythian_night_god_name - NightGodNamePossessive = scythian_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_HE - NightGodHerHis = CHARACTER_HERHIS_HIS - NightGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = scythian_water_god_name - WaterGodNamePossessive = scythian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - PantheonTerm = scythian_pantheon - PantheonTerm2 = scythian_pantheon - PantheonTerm3 = scythian_pantheon - PantheonTermHasHave = pantheon_term_have - GoodGodNames = { scythian_high_god_name scythian_good_god_ancestors } - DevilName = scythian_devil_name - DevilNamePossessive = scythian_devil_name_possessive - DevilSheHe = CHARACTER_SHEHE_IT - DevilHerHis = CHARACTER_HERHIS_ITS - DevilHerselfHimself = scythian_devil_herselfhimself - EvilGodNames = { scythian_devil_name } - HouseOfWorship = scythian_house_of_worship - HouseOfWorship2 = scythian_house_of_worship - HouseOfWorship3 = scythian_house_of_worship - HouseOfWorshipPlural = scythian_house_of_worship_plural - ReligiousSymbol = scythian_religious_symbol - ReligiousSymbol2 = scythian_religious_symbol - ReligiousSymbol3 = scythian_religious_symbol - ReligiousText = scythian_religious_text - ReligiousText2 = scythian_religious_text - ReligiousText3 = scythian_religious_text - ReligiousHeadName = scythian_religious_head_title - ReligiousHeadTitleName = scythian_religious_head_title_name - DevoteeMale = scythian_devotee - DevoteeMalePlural = scythian_devoteeplural - DevoteeFemale = scythian_devotee - DevoteeFemalePlural = scythian_devoteeplural - DevoteeNeuter = scythian_devotee - DevoteeNeuterPlural = scythian_devoteeplural - PriestMale = scythian_priest - PriestMalePlural = scythian_priest_plural - PriestFemale = scythian_priest - PriestFemalePlural = scythian_priest_plural - PriestNeuter = scythian_priest - PriestNeuterPlural = scythian_priest_plural - AltPriestTermPlural = scythian_priest_alternate_plural - BishopMale = scythian_priest - BishopMalePlural = scythian_priest_plural - BishopFemale = scythian_priest - BishopFemalePlural = scythian_priest_plural - BishopNeuter = scythian_priest - BishopNeuterPlural = scythian_priest_plural - DivineRealm = scythian_divine_realm - DivineRealm2 = scythian_divine_realm - DivineRealm3 = scythian_divine_realm - PositiveAfterLife = scythian_divine_realm - PositiveAfterLife2 = scythian_divine_realm - PositiveAfterLife3 = scythian_divine_realm - NegativeAfterLife = scythian_afterlife - NegativeAfterLife2 = scythian_afterlife - NegativeAfterLife3 = scythian_afterlife - DeathDeityName = scythian_death_deity_name - DeathDeityNamePossessive = scythian_death_deity_name_possessive - DeathDeitySheHe = scythian_devil_shehe - DeathDeityHerHis = scythian_death_deity_herhis - WitchGodName = witchgodname_scythian_the_shadow - WitchGodNamePossessive = witchgodname_scythian_the_shadow_possessive - WitchGodSheHe = CHARACTER_SHEHE_IT - WitchGodHerHis = CHARACTER_HERHIS_ITS - WitchGodHerHim = CHARACTER_HERHIM_IT - WitchGodMistressMaster = witch_spirit - WitchGodMotherFather = witch_source - - GHWName = ghw_great_holy_war - GHWNamePlural = ghw_great_holy_wars - } - - faiths = { - #WtWSMS differences: no raiding - scythian_pagan = { - color = rgb{ 0.9 0.67 0.0 } - icon = scythian_pagan - reformed_icon = scythian_pagan_reformed - - doctrine = unreformed_faith_doctrine - - #WtWSMS Sites: Itil (w/Tengri), syr daya (w/Tengri), dihistan, bost (w/zunbil), jabal qufs (w/zoroastrian) - holy_site = itil #To be shared with Tengri - holy_site = qayaliq #Replacing Syr Daya - holy_site = dihistan - holy_site = bost - holy_site = nok_kundi #i.e., Jabal Qufs site - - doctrine = tenet_warmonger - #Scythians utilized human sacrifice - #https://en.wikipedia.org/wiki/Scythian_religion#Human_sacrifice - doctrine = tenet_human_sacrifice - doctrine = tenet_sky_burials #Did leave the dead/sacrifices outside afterwards - } - } -} diff --git a/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt b/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt index 800f3f4e44..24781975ed 100644 --- a/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt +++ b/WtWSMS/common/script_values/02_religion_values_BP_overwrite.txt @@ -1549,7 +1549,7 @@ great_holy_war_target_kingdom_weight = { # Scythian heartlands else_if = { limit = { - scope:the_faith.religion = religion:scythian_pagan + scope:the_faith = faith:scythian_pagan title_capital_county.title_province = { OR = { geographical_region = ghw_region_steppe @@ -1562,7 +1562,7 @@ great_holy_war_target_kingdom_weight = { # Scythian frontier else_if = { limit = { - scope:the_faith.religion = religion:scythian_pagan + scope:the_faith = faith:scythian_pagan title_capital_county.title_province = { OR = { geographical_region = ghw_region_persia @@ -1574,7 +1574,7 @@ great_holy_war_target_kingdom_weight = { # Scythian fringe else_if = { limit = { - scope:the_faith.religion = religion:scythian_pagan + scope:the_faith = faith:scythian_pagan title_capital_county.title_province = { OR = { geographical_region = ghw_region_khotan diff --git a/WtWSMS/localization/english/religion/BP_religion_scythian_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_scythian_l_english.yml deleted file mode 100644 index 1db4ac4c5a..0000000000 --- a/WtWSMS/localization/english/religion/BP_religion_scythian_l_english.yml +++ /dev/null @@ -1,66 +0,0 @@ -l_english: - ######## Scythian Religion ######## - scythian_religion:0 "Scythian" - scythian_religion_adj:0 "Scythian" - scythian_religion_adherent:0 "Scythian" - scythian_religion_adherent_plural:0 "Scythians" - scythian_religion_desc:0 "Scythian Paganism refers to the mythology, ritual practices and beliefs of the Scythians, an ancient Iranian people who dominated Central Asia and the Pontic-Caspian steppe in Eastern Europe throughout Classical Antiquity. What little is known of the religion is drawn from the work of the 5th century Greek historian and ethnographer Herodotus. Scythian religion is assumed to have been related to the earlier Proto-Indo-Iranian religion, and to have influenced later Slavic, Hungarian and Turkic mythologies, as well as some contemporary Eastern Iranian and Ossetian traditions." - - scythian_pagan:0 "Tabitian" - scythian_pagan_adj:0 "Tabitian" - scythian_pagan_adherent:0 "Tabitian" - scythian_pagan_adherent_plural:0 "Tabitians" - scythian_pagan_desc:0 "Scythian Paganism refers to the mythology, ritual practices and beliefs of the Scythians, an ancient Iranian people who dominated Central Asia and the Pontic-Caspian steppe in Eastern Europe throughout Classical Antiquity. What little is known of the religion is drawn from the work of the 5th century Greek historian and ethnographer Herodotus. Scythian religion is assumed to have been related to the earlier Proto-Indo-Iranian religion, and to have influenced later Slavic, Hungarian and Turkic mythologies, as well as some contemporary Eastern Iranian and Ossetian traditions." - - scythian_pantheon:0 "the Heavens" - scythian_high_god_name:0 "Tabiti" - scythian_high_god_name_possessive:0 "Tabiti's" - scythian_good_god_ancestors:0 "the ancestors" - scythian_devil_name:0 "underworld" - scythian_devil_name_possessive:0 "underworld's" - scythian_devil_shehe:0 "it" - scythian_devil_herselfhimself:0 "itself" - scythian_devil_herhis:0 "its" - - scythian_creator_god_name:0 "Tabiti" - scythian_creator_god_name_possessive:0 "Tabiti's" - scythian_health_god_name:0 "Api" - scythian_health_god_name_possessive:0 "Api's" - scythian_fertility_god_name:0 "Api" - scythian_fertility_god_name_possessive:0 "Api's" - scythian_wealth_god_name:0 "Agrimpasa" - scythian_wealth_god_name_possessive:0 "Agrimpasa's" - scythian_household_god_name:0 "Tabiti" - scythian_household_god_name_possessive:0 "Tabiti's" - scythian_fate_god_name:0 "the Fates" - scythian_fate_god_name_possessive:0 "the Fates'" - scythian_knowledge_god_name:0 "Oitosyros" - scythian_knowledge_god_name_possessive:0 "Oitosyros'" - scythian_war_god_name:0 "Ares" - scythian_war_god_name_possessive:0 "Ares'" - scythian_trickster_god_name:0 "Thagimasidas" - scythian_trickster_god_name_possessive:0 "Thagimasidas'" - scythian_night_god_name:0 "Papaios" - scythian_night_god_name_possessive:0 "Papaios'" - scythian_water_god_name:0 "Thagimasidas" - scythian_water_god_name_possessive:0 "Thagimasidas'" - scythian_witchgodname_hekate:0 "Hekate" - scythian_death_deity_name:0 "Api" - scythian_death_deity_name_possessive:0 "Api'" - - scythian_house_of_worship:0 "temple" - scythian_house_of_worship_plural:0 "temples" - scythian_religious_symbol:0 "horse" - scythian_religious_text:0 "the Legends" - scythian_religious_head_title:0 "Grand Enarei" - scythian_religious_head_title_name:0 "the Tabitian Church" - scythian_devotee:0 "Tabitian" - scythian_devoteeplural:0 "Tabitians" - scythian_priest:0 "Enarei" - scythian_priest_plural:0 "Enareis" - scythian_priest_alternate_plural:1 "elders" - scythian_divine_realm:0 "the heavens" - scythian_afterlife:0 "the underworld" - witchgodname_scythian_the_shadow:0 "$witchgodname_paganism_the_shadow$" - witchgodname_scythian_the_shadow_possessive:0 "$witchgodname_paganism_the_shadow_possessive$" - \ No newline at end of file diff --git a/WtWSMS/localization/english/religion/BP_religion_steppe_l_english.yml b/WtWSMS/localization/english/religion/BP_religion_steppe_l_english.yml new file mode 100644 index 0000000000..b6c05d9422 --- /dev/null +++ b/WtWSMS/localization/english/religion/BP_religion_steppe_l_english.yml @@ -0,0 +1,61 @@ +l_english: + ######## Scythian Religion ######## + + scythian_pagan: "Tabitian" + scythian_pagan_adj: "Tabitian" + scythian_pagan_adherent: "Tabitian" + scythian_pagan_adherent_plural: "Tabitians" + scythian_pagan_desc: "Scythian Paganism refers to the mythology, ritual practices and beliefs of the Scythians, an ancient Iranian people who dominated Central Asia and the Pontic-Caspian steppe in Eastern Europe throughout Classical Antiquity. What little is known of the religion is drawn from the work of the 5th century Greek historian and ethnographer Herodotus. Scythian religion is assumed to have been related to the earlier Proto-Indo-Iranian religion, and to have influenced later Slavic, Hungarian and Turkic mythologies, as well as some contemporary Eastern Iranian and Ossetian traditions." + + scythian_pantheon: "the Heavens" + scythian_high_god_name: "Tabiti" + scythian_high_god_name_possessive: "Tabiti's" + scythian_good_god_ancestors: "the ancestors" + scythian_devil_name: "underworld" + scythian_devil_name_possessive: "underworld's" + scythian_devil_shehe: "it" + scythian_devil_herselfhimself: "itself" + scythian_devil_herhis: "its" + + scythian_creator_god_name: "Tabiti" + scythian_creator_god_name_possessive: "Tabiti's" + scythian_health_god_name: "Api" + scythian_health_god_name_possessive: "Api's" + scythian_fertility_god_name: "Api" + scythian_fertility_god_name_possessive: "Api's" + scythian_wealth_god_name: "Agrimpasa" + scythian_wealth_god_name_possessive: "Agrimpasa's" + scythian_household_god_name: "Tabiti" + scythian_household_god_name_possessive: "Tabiti's" + scythian_fate_god_name: "the Fates" + scythian_fate_god_name_possessive: "the Fates'" + scythian_knowledge_god_name: "Oitosyros" + scythian_knowledge_god_name_possessive: "Oitosyros'" + scythian_war_god_name: "Ares" + scythian_war_god_name_possessive: "Ares'" + scythian_trickster_god_name: "Thagimasidas" + scythian_trickster_god_name_possessive: "Thagimasidas'" + scythian_night_god_name: "Papaios" + scythian_night_god_name_possessive: "Papaios'" + scythian_water_god_name: "Thagimasidas" + scythian_water_god_name_possessive: "Thagimasidas'" + scythian_witchgodname_hekate: "Hekate" + scythian_death_deity_name: "Api" + scythian_death_deity_name_possessive: "Api'" + + scythian_house_of_worship: "temple" + scythian_house_of_worship_plural: "temples" + scythian_religious_symbol: "horse" + scythian_religious_text: "the Legends" + scythian_religious_head_title: "Grand Enarei" + scythian_religious_head_title_name: "the Tabitian Church" + scythian_devotee: "Tabitian" + scythian_devoteeplural: "Tabitians" + scythian_priest: "Enarei" + scythian_priest_plural: "Enareis" + scythian_priest_alternate_plural:1 "elders" + scythian_divine_realm: "the heavens" + scythian_afterlife: "the underworld" + witchgodname_scythian_the_shadow: "$witchgodname_paganism_the_shadow$" + witchgodname_scythian_the_shadow_possessive: "$witchgodname_paganism_the_shadow_possessive$" + \ No newline at end of file From 2fc67d82528fe69d5aed6875e3aae4a3a6fbf311 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:28:24 -0500 Subject: [PATCH 311/339] Update north Cacucus Rulers --- .../BP_bookmark_476_vistahm.txt | 2 +- ...scek_BP_dynasties_fictional_tribals_v2.txt | 15 ++ .../on_action/sea_minority_game_start.txt | 7 +- .../_lt_rascek_fictional_tribal_rulers_v2.txt | 197 ++++++++++++++++++ WtWSMS/history/provinces/bp_k_caucasus.txt | 2 +- WtWSMS/history/titles/BP_titles_titular.txt | 2 +- WtWSMS/history/titles/bp_k_caucasus.txt | 73 +++---- .../tribal_character_history_generator.py | 6 +- 8 files changed, 261 insertions(+), 43 deletions(-) diff --git a/WtWSMS/common/bookmark_portraits/BP_bookmark_476_vistahm.txt b/WtWSMS/common/bookmark_portraits/BP_bookmark_476_vistahm.txt index c786fd1657..1888523cda 100644 --- a/WtWSMS/common/bookmark_portraits/BP_bookmark_476_vistahm.txt +++ b/WtWSMS/common/bookmark_portraits/BP_bookmark_476_vistahm.txt @@ -3,7 +3,7 @@ bookmark_476_vistahm ={ type=male id=131726 - age=0.260000 + age=0.460000 genes={ hair_color={ 27 234 27 234 } skin_color={ 93 164 93 164 } diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt index c074762fa2..eb5675c79d 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties_fictional_tribals_v2.txt @@ -64,6 +64,21 @@ chud_dynn_izhorian = { name = dynn_Usga culture = chud } + +#Caucasians +nakh_dynn_durdzukia = { + name = dynn_Malsagov + culture = nakh +} +adyghes_dynn_cabardinia = { + name = dynn_Hatuqwai + culture = adyghes +} +adyghes_dynn_zichia = { + name = dynn_Mamkhlegh + culture = adyghes +} + #East Iranians sakan_dynn_muyunkum = { name = dynn_Gaumatasid diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 47f5e951c9..de8352048e 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -239,7 +239,12 @@ BP_set_minorities_universal = { } #Nakh every_county = { - limit = { this = title:c_cabardinia } + limit = { + OR = { + this = title:c_cabardinia + this = title:c_sarir + } + } add_small_culture_and_faith_to_county_effect = { FAITH = faith:georgian_pagan CULTURE = culture:nakh diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt index 7532a9decc..bd91a1e1cd 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_tribal_rulers_v2.txt @@ -1334,6 +1334,203 @@ ChudIzhorian009 = { 726.1.1 = { death = yes } } +# Caucasians + +## NakhDurdzukia000 + +###Durdzuks +NakhDurdzukia000 = { + name = Bislan + dynasty = nakh_dynn_durdzukia + religion = georgian_pagan + culture = nakh + 405.1.1 = { birth = yes } + 465.1.1 = { death = yes } +} +NakhDurdzukia001 = { + name = Yandarbi + dynasty = nakh_dynn_durdzukia + religion = georgian_pagan + culture = nakh + father = NakhDurdzukia000 + 441.1.1 = { birth = yes } + 490.1.1 = { death = yes } +} +NakhDurdzukia002 = { + name = Khaydarbi + dynasty = nakh_dynn_durdzukia + religion = georgian_pagan + culture = nakh + father = NakhDurdzukia001 + 468.1.1 = { birth = yes } + 508.1.1 = { death = yes } +} +NakhDurdzukia003 = { + name = Makharbi + dynasty = nakh_dynn_durdzukia + religion = georgian_pagan + culture = nakh + father = NakhDurdzukia002 + 491.1.1 = { birth = yes } + 533.1.1 = { death = yes } +} +NakhDurdzukia004 = { + name = Payzulla + dynasty = nakh_dynn_durdzukia + religion = georgian_pagan + culture = nakh + father = NakhDurdzukia003 + 522.1.1 = { birth = yes } + 587.1.1 = { death = yes } +} +NakhDurdzukia005 = { + name = Soltamurad + dynasty = nakh_dynn_durdzukia + religion = georgian_pagan + culture = nakh + father = NakhDurdzukia004 + 560.1.1 = { birth = yes } + 631.1.1 = { death = yes } +} +NakhDurdzukia006 = { + name = Khadzhimurat + dynasty = nakh_dynn_durdzukia + religion = georgian_pagan + culture = nakh + father = NakhDurdzukia005 + 587.1.1 = { birth = yes } + 644.1.1 = { death = yes } +} +##Adyghes + +###Cabardinia +AdyghesCabardinia000 = { + name = Andronik + dynasty = adyghes_dynn_cabardinia + religion = georgian_pagan + culture = adyghes + 417.1.1 = { birth = yes } + 466.1.1 = { death = yes } +} +AdyghesCabardinia001 = { + name = Teimuraz + dynasty = adyghes_dynn_cabardinia + religion = georgian_pagan + culture = adyghes + father = AdyghesCabardinia000 + 444.1.1 = { birth = yes } + 506.1.1 = { death = yes } +} +AdyghesCabardinia002 = { + name = Ushisha + dynasty = adyghes_dynn_cabardinia + religion = georgian_pagan + culture = adyghes + father = AdyghesCabardinia001 + 476.1.1 = { birth = yes } + 542.1.1 = { death = yes } +} +AdyghesCabardinia003 = { + name = Stepanoz + dynasty = adyghes_dynn_cabardinia + religion = georgian_pagan + culture = adyghes + father = AdyghesCabardinia002 + 499.1.1 = { birth = yes } + 551.1.1 = { death = yes } +} +AdyghesCabardinia004 = { + name = Aleksandre + dynasty = adyghes_dynn_cabardinia + religion = georgian_pagan + culture = adyghes + father = AdyghesCabardinia003 + 523.1.1 = { birth = yes } + 573.1.1 = { death = yes } +} +AdyghesCabardinia005 = { + name = Djavakhi + dynasty = adyghes_dynn_cabardinia + religion = georgian_pagan + culture = adyghes + father = AdyghesCabardinia004 + 545.1.1 = { birth = yes } + 608.1.1 = { death = yes } +} +AdyghesCabardinia006 = { + name = Levan + dynasty = adyghes_dynn_cabardinia + religion = georgian_pagan + culture = adyghes + father = AdyghesCabardinia005 + 567.1.1 = { birth = yes } + 625.1.1 = { death = yes } +} + +###Zichia +AdyghesZichia000 = { + name = Archili + dynasty = adyghes_dynn_zichia + religion = georgian_pagan + culture = adyghes + 409.1.1 = { birth = yes } + 463.1.1 = { death = yes } +} +AdyghesZichia001 = { + name = Demna + dynasty = adyghes_dynn_zichia + religion = georgian_pagan + culture = adyghes + father = AdyghesZichia000 + 425.1.1 = { birth = yes } + 484.1.1 = { death = yes } +} +AdyghesZichia002 = { + name = Kaikhosro + dynasty = adyghes_dynn_zichia + religion = georgian_pagan + culture = adyghes + father = AdyghesZichia001 + 443.1.1 = { birth = yes } + 492.1.1 = { death = yes } +} +AdyghesZichia003 = { + name = Shanshe + dynasty = adyghes_dynn_zichia + religion = georgian_pagan + culture = adyghes + father = AdyghesZichia002 + 463.1.1 = { birth = yes } + 512.1.1 = { death = yes } +} +AdyghesZichia004 = { + name = Aleksandre + dynasty = adyghes_dynn_zichia + religion = georgian_pagan + culture = adyghes + father = AdyghesZichia003 + 493.1.1 = { birth = yes } + 537.1.1 = { death = yes } +} +AdyghesZichia005 = { + name = Demetre + dynasty = adyghes_dynn_zichia + religion = georgian_pagan + culture = adyghes + father = AdyghesZichia004 + 534.1.1 = { birth = yes } + 608.1.1 = { death = yes } +} +AdyghesZichia006 = { + name = Archili + dynasty = adyghes_dynn_zichia + religion = georgian_pagan + culture = adyghes + father = AdyghesZichia005 + 568.1.1 = { birth = yes } + 610.1.1 = { death = yes } +} + # East Iranians ## Sakans diff --git a/WtWSMS/history/provinces/bp_k_caucasus.txt b/WtWSMS/history/provinces/bp_k_caucasus.txt index c7199125c0..e8c9dc16d6 100644 --- a/WtWSMS/history/provinces/bp_k_caucasus.txt +++ b/WtWSMS/history/provinces/bp_k_caucasus.txt @@ -150,7 +150,7 @@ } ###c_sarir 675 = { #Kumukh - culture = nakh + culture = awaral religion = georgian_pagan holding = tribal_holding } diff --git a/WtWSMS/history/titles/BP_titles_titular.txt b/WtWSMS/history/titles/BP_titles_titular.txt index 49a6b7c71c..fd59c60ff7 100644 --- a/WtWSMS/history/titles/BP_titles_titular.txt +++ b/WtWSMS/history/titles/BP_titles_titular.txt @@ -20,7 +20,7 @@ d_moesia_superior = { #476: Andronikos Maurikios (e_byzantium) #https://en.wikipedia.org/wiki/Q%C4%B1rm%C4%B1z%C4%B1_Q%C9%99s%C9%99b%C9%99 k_sarir = { #476: Vitsahm Sarir (k_sarir) # Sarir Kings of the Golden Throne # - 450.1.1={ + 452.1.1={ #Let's say post-Battle of Avarayr holder=131726 government = high_tribal_government #No castle/city holdings, so can't be eranshar } diff --git a/WtWSMS/history/titles/bp_k_caucasus.txt b/WtWSMS/history/titles/bp_k_caucasus.txt index 296e9f52b7..5328253481 100644 --- a/WtWSMS/history/titles/bp_k_caucasus.txt +++ b/WtWSMS/history/titles/bp_k_caucasus.txt @@ -91,7 +91,7 @@ c_derbent = { #Part of Balasagan, so ruled by same ruler holder = 1500017 # Jahandar Waraz } } -c_sarir = { #Sarir history +c_sarir = { #Capital of Sarir Kingdom # Sarir Kings of the Golden Throne # 450.1.1={ holder=131726 @@ -104,47 +104,48 @@ c_sarir = { #Sarir history } # Dies 620 } -c_durdzukia = { #Capital of Sarir Kingdom - # Sarir Kings of the Golden Throne # - 450.1.1={ - holder=131726 - } - 510.1.1={ - holder=131727 - } - 560.1.1={ - holder=131728 - } # Dies 620 +c_durdzukia = { + 425.1.1 = { + holder = NakhDurdzukia000 + government = tribal_government + } + 452.1.1 = { liege = k_sarir } + 465.1.1 = { holder = NakhDurdzukia001 } + 490.1.1 = { holder = NakhDurdzukia002 } + 508.1.1 = { holder = NakhDurdzukia003 } + 533.1.1 = { holder = NakhDurdzukia004 } + 587.1.1 = { holder = NakhDurdzukia005 } + 631.1.1 = { holder = NakhDurdzukia006 } } d_adigey = { 1.1.1 = {} } c_zichia = {#c_semender history (substitution) - 466.1.1={ - holder = 112 # Isperikh - } - 500.1.1={ - holder=118 # Durgulel Halani - } - 510.1.1={ - holder=33088 # Akhsar Halani - } - 550.1.1={ - holder=33089 # Khætag Halani - } -} -c_cabardinia = { #Sarir history - # Sarir Kings of the Golden Throne # - 450.1.1={ - holder=131726 - } - 510.1.1={ - holder=131727 - } - 560.1.1={ - holder=131728 - } # Dies 620 + 429.1.1 = { + holder = AdyghesZichia000 + government = tribal_government + liege = 0 + } + 463.1.1 = { holder = AdyghesZichia001 } + 484.1.1 = { holder = AdyghesZichia002 } + 492.1.1 = { holder = AdyghesZichia003 } + 512.1.1 = { holder = AdyghesZichia004 } + 537.1.1 = { holder = AdyghesZichia005 } + 608.1.1 = { holder = AdyghesZichia006 } +} +c_cabardinia = { + 437.1.1 = { + holder = AdyghesCabardinia000 + government = tribal_government + liege = 0 + } + 466.1.1 = { holder = AdyghesCabardinia001 } + 506.1.1 = { holder = AdyghesCabardinia002 } + 542.1.1 = { holder = AdyghesCabardinia003 } + 551.1.1 = { holder = AdyghesCabardinia004 } + 573.1.1 = { holder = AdyghesCabardinia005 } + 608.1.1 = { holder = AdyghesCabardinia006 } } c_maghas = { #c_semender history (substitution) 466.1.1={ diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 3a39ca8533..53bff53cf7 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -48,12 +48,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'ChersonesusRepublican',\ + 'AdyghesZichia',\ 0,\ #Character data '',\ - 'nicene',\ - 'bosporan',\ + 'georgian_pagan',\ + 'adyghes',\ #Starting year and end year 400+randint(0,20),\ 600,\ From 01635ebadcfd439c9a038e37d0ce94afcbd46b34 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:40:31 -0500 Subject: [PATCH 312/339] Landed Title Refactor * Re-arranged some baronies in line with historic ownership * Added Kuban as a county * Made Bata part of Tmutarakan --- WtWSMS/common/landed_titles/BP_e_armenia.txt | 5 - .../BP_e_caspian-pontic_steppe.txt | 140 +++++++++++------- WtWSMS/history/provinces/bp_k_caucasus.txt | 8 +- WtWSMS/history/provinces/bp_k_lazica.txt | 3 - WtWSMS/history/provinces/bp_k_taurica.txt | 24 +-- WtWSMS/history/titles/bp_k_taurica.txt | 18 +++ .../english/BP_titles_l_english.yml | 22 +-- 7 files changed, 139 insertions(+), 81 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_armenia.txt b/WtWSMS/common/landed_titles/BP_e_armenia.txt index 1d916726ab..fde0c88db5 100644 --- a/WtWSMS/common/landed_titles/BP_e_armenia.txt +++ b/WtWSMS/common/landed_titles/BP_e_armenia.txt @@ -527,11 +527,6 @@ e_armenia = { } color = { 255 255 255 } } - b_nicopsia = { - province = 600 - - color = { 255 255 255 } - } b_bichvinta = { province = 5744 cultural_names = { diff --git a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt index fac8849fd9..ebfde41643 100644 --- a/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt +++ b/WtWSMS/common/landed_titles/BP_e_caspian-pontic_steppe.txt @@ -327,46 +327,10 @@ e_caspian-pontic_steppe = { } color = { 66 55 10 } } - b_kuban = { - province = 5335 - cultural_names = { - #Roman Cultures - name_list_roman = cn_hypanis - name_list_romano_gallic = cn_hypanis - name_list_romano_hispanic = cn_hypanis - name_list_romano_british = cn_hypanis - name_list_dalmatian = cn_hypanis - name_list_romano_african = cn_hypanis - name_list_romano_gothic = cn_hypanis - name_list_romano_dacian = cn_hypanis - name_list_romano_frank = cn_hypanis - name_list_romano_aramean = cn_hypanis - name_list_romano_vandalic = cn_hypanis - name_list_romano_thracian = cn_hypanis - name_list_romano_illyrian = cn_hypanis - name_list_romano_raetian = cn_hypanis - name_list_romano_noric = cn_hypanis - name_list_romano_pannonian = cn_hypanis - #Byzantine Cultures - name_list_greek = cn_hypanis - name_list_helleno_aramean = cn_hypanis - name_list_greek_gothic = cn_hypanis - name_list_greek_persian = cn_hypanis - name_list_isaurian_persian = cn_hypanis - name_list_grecco_axumite = cn_hypanis - name_list_bosporan = cn_hypanis - name_list_pontic = cn_hypanis - name_list_tsakonian = cn_hypanis - name_list_massalian = cn_hypanis - name_list_helleno_thracian = cn_hypanis - name_list_helleno_libyan = cn_hypanis - } - color = { 66 55 10 } - } - b_soleny = { - province = 5336 + b_bata = { + province = 5296 - color = { 66 55 10 } + color = { 100 44 16 } } } c_khumar = { @@ -538,6 +502,87 @@ e_caspian-pontic_steppe = { color = { 100 72 15 } } } + c_kuban = { + color = { 66 55 10 } + cultural_names = { + #Roman Cultures + name_list_roman = cn_hypanis + name_list_romano_gallic = cn_hypanis + name_list_romano_hispanic = cn_hypanis + name_list_romano_british = cn_hypanis + name_list_dalmatian = cn_hypanis + name_list_romano_african = cn_hypanis + name_list_romano_gothic = cn_hypanis + name_list_romano_dacian = cn_hypanis + name_list_romano_frank = cn_hypanis + name_list_romano_aramean = cn_hypanis + name_list_romano_vandalic = cn_hypanis + name_list_romano_thracian = cn_hypanis + name_list_romano_illyrian = cn_hypanis + name_list_romano_raetian = cn_hypanis + name_list_romano_noric = cn_hypanis + name_list_romano_pannonian = cn_hypanis + #Byzantine Cultures + name_list_greek = cn_hypanis + name_list_helleno_aramean = cn_hypanis + name_list_greek_gothic = cn_hypanis + name_list_greek_persian = cn_hypanis + name_list_isaurian_persian = cn_hypanis + name_list_grecco_axumite = cn_hypanis + name_list_bosporan = cn_hypanis + name_list_pontic = cn_hypanis + name_list_tsakonian = cn_hypanis + name_list_massalian = cn_hypanis + name_list_helleno_thracian = cn_hypanis + name_list_helleno_libyan = cn_hypanis + } + b_kuban = { + province = 5335 + cultural_names = { + #Roman Cultures + name_list_roman = cn_hypanis + name_list_romano_gallic = cn_hypanis + name_list_romano_hispanic = cn_hypanis + name_list_romano_british = cn_hypanis + name_list_dalmatian = cn_hypanis + name_list_romano_african = cn_hypanis + name_list_romano_gothic = cn_hypanis + name_list_romano_dacian = cn_hypanis + name_list_romano_frank = cn_hypanis + name_list_romano_aramean = cn_hypanis + name_list_romano_vandalic = cn_hypanis + name_list_romano_thracian = cn_hypanis + name_list_romano_illyrian = cn_hypanis + name_list_romano_raetian = cn_hypanis + name_list_romano_noric = cn_hypanis + name_list_romano_pannonian = cn_hypanis + #Byzantine Cultures + name_list_greek = cn_hypanis + name_list_helleno_aramean = cn_hypanis + name_list_greek_gothic = cn_hypanis + name_list_greek_persian = cn_hypanis + name_list_isaurian_persian = cn_hypanis + name_list_grecco_axumite = cn_hypanis + name_list_bosporan = cn_hypanis + name_list_pontic = cn_hypanis + name_list_tsakonian = cn_hypanis + name_list_massalian = cn_hypanis + name_list_helleno_thracian = cn_hypanis + name_list_helleno_libyan = cn_hypanis + } + color = { 66 55 10 } + } + b_soleny = { + province = 5336 + + color = { 66 55 10 } + } + b_papagia = { #Aka, Krasnodar + province = 5289 + + color = { 66 55 10 } + } + } } } k_caucasus = { @@ -673,8 +718,8 @@ e_caspian-pontic_steppe = { c_zichia = { color = { 100 44 16 } - b_bata = { - province = 5296 + b_ulmi = { + province = 5298 color = { 100 44 16 } } @@ -683,15 +728,10 @@ e_caspian-pontic_steppe = { color = { 100 44 16 } } - b_ulmi = { - province = 5298 - - color = { 100 44 16 } - } - b_papagia = { - province = 5289 - - color = { 66 55 10 } + b_nicopsia = { #Mentioned historically as part of Zichia + province = 600 + + color = { 255 255 255 } } } c_maghas = { diff --git a/WtWSMS/history/provinces/bp_k_caucasus.txt b/WtWSMS/history/provinces/bp_k_caucasus.txt index e8c9dc16d6..2bc7eb56c2 100644 --- a/WtWSMS/history/provinces/bp_k_caucasus.txt +++ b/WtWSMS/history/provinces/bp_k_caucasus.txt @@ -76,7 +76,8 @@ ##d_adigey ################################### ###c_zichia #old name of the region -5296 = { #Bata AKA Novorossiysk +5298 = { #Ulmi + #old city/city name, around where current Tuapse is culture = adyghes religion = georgian_pagan holding = tribal_holding @@ -85,9 +86,8 @@ #old city/city name, around where current Maykop is holding = none } -5298 = { #Ulmi - #old city/city name, around where current Tuapse is - holding = none +600 = { # 600 - Nicopsia + holding = church_holding #Vth century, functioned as see for Zichia until transferred to Tmutarakan in the Xth } ###c_maghas 5299 = { #Maghas diff --git a/WtWSMS/history/provinces/bp_k_lazica.txt b/WtWSMS/history/provinces/bp_k_lazica.txt index ae03de9b08..8433d0f7f5 100644 --- a/WtWSMS/history/provinces/bp_k_lazica.txt +++ b/WtWSMS/history/provinces/bp_k_lazica.txt @@ -63,9 +63,6 @@ religion = georgian_pagan holding = castle_holding } -600 = { # 600 - Nicopsia - holding = none -} 5744 = { # 5744 - Bichvinta holding = church_holding #Ancient settlement of some note } diff --git a/WtWSMS/history/provinces/bp_k_taurica.txt b/WtWSMS/history/provinces/bp_k_taurica.txt index f5b0bf9252..81aaf029a9 100644 --- a/WtWSMS/history/provinces/bp_k_taurica.txt +++ b/WtWSMS/history/provinces/bp_k_taurica.txt @@ -56,14 +56,8 @@ religion = bosporan_faith holding = castle_holding #Abaondoned ca. XIVth-XVth century } -5289 = { #Papagia #old name for the region, also Pagagia - holding = none -} -5335 = { #Kuban #river name - holding = none -} -5336 = { #Soleny #river name - holding = none +5296 = { #Bata AKA Novorossiysk + holding = city_holding } ###c_khumar 599 = { #Yaseni #river name @@ -91,4 +85,16 @@ } 5340 = { #Yergolyk holding = none -} \ No newline at end of file +} +### c_kuban +5335 = { #Kuban #river name + culture = bolghar + religion = tengri_pagan + holding = tribal_holding +} +5336 = { #Soleny #river name + holding = none +} +5289 = { #Papagia #old name for the region, also Pagagia + holding = none +} diff --git a/WtWSMS/history/titles/bp_k_taurica.txt b/WtWSMS/history/titles/bp_k_taurica.txt index 4210db899c..715d8707ef 100644 --- a/WtWSMS/history/titles/bp_k_taurica.txt +++ b/WtWSMS/history/titles/bp_k_taurica.txt @@ -233,3 +233,21 @@ c_azov = { liege=0 } } +c_kuban = { + 466.1.1={ + holder = 112 # Isperikh + } + 500.1.1={ + holder = 33084 # Dristar Isperikhid + } + 550.1.1={ + holder = 33085 # Böri Isperikhid + } + 565.1.1={ + holder=155185 # Avars + } + 577.1.1={ + holder=330931 # Kharaton Yeçtirekid + liege=0 + } +} diff --git a/WtWSMS/localization/english/BP_titles_l_english.yml b/WtWSMS/localization/english/BP_titles_l_english.yml index 0b5f77de33..422c80d248 100644 --- a/WtWSMS/localization/english/BP_titles_l_english.yml +++ b/WtWSMS/localization/english/BP_titles_l_english.yml @@ -693,22 +693,24 @@ #### e_caspian-pontic_steppe ###### Adj Fix here ###### - e_caspian-pontic_steppe:0 "Sarmatia" - e_caspian-pontic_steppe_adj:0 "Sarmatian" - k_taurica:0 "Taurica" - k_taurica_adj:0 "Taurican" - k_alania:0 "Alania" - k_alania_adj:0 "Alanian" - k_pontic_steppe:0 "Pontic Steppe" - k_pontic_steppe_adj:0 "Pontic" - k_caucasus:0 "Alania" - k_caucasis_adj:0 "Alanian" + e_caspian-pontic_steppe: "Sarmatia" + e_caspian-pontic_steppe_adj: "Sarmatian" + k_taurica: "Taurica" + k_taurica_adj: "Taurican" + k_alania: "Alania" + k_alania_adj: "Alanian" + k_pontic_steppe: "Pontic Steppe" + k_pontic_steppe_adj: "Pontic" + k_caucasus: "Alania" + k_caucasis_adj: "Alanian" c_sarir: "Sarir" c_sarir_adj: "Saririan" d_adigey: "Adigey" d_adigey_adj: "Adigeyian" c_chersonesus: "Chersonesus" c_chersonesus_adj: "Chersonesan" + c_kuban: "Kuban" + c_kuban_adj: "Kuban" #### e_scythia #### e_scythia:0 "Scythia" From b907087921cbc960dbaf02392fbf4a73d8a2758d Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:28:54 -0500 Subject: [PATCH 313/339] Update sea_minority_game_start.txt --- WtWSMS/common/on_action/sea_minority_game_start.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index de8352048e..5f342b9415 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -263,6 +263,13 @@ BP_set_minorities_universal = { CULTURE = culture:adyghes } } + every_county = { + limit = { this = title:c_zichia } + add_small_culture_and_faith_to_county_effect = { + FAITH = faith:georgian_pagan + CULTURE = culture:abaza + } + } #Latins ## Coriscans every_county = { @@ -740,6 +747,7 @@ BP_set_minorities_by_date = { this = title:c_svaneti this = title:c_abkhazia this = title:c_lori + this = title:c_zichia } } if = { From 8b3089c464d20495321c62fca9c44403ef1b8316 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 26 Feb 2023 14:40:28 -0500 Subject: [PATCH 314/339] More Caucasian stuff * Zichia made a tributary of Byzanitum * Added Bosporan minorities to Chernesous, Zichia, and Abkhazia * Updated Abkhazia holdings, capital * Made Abkhazia a vassal of Lazica as Lazic war links the two rather tightly * Made Abkhazia a High Tribal government --- WtWSMS/common/landed_titles/BP_e_armenia.txt | 10 +++---- WtWSMS/common/on_action/BP_game_start.txt | 5 ++++ .../on_action/sea_minority_game_start.txt | 26 +++++++++++++++++++ WtWSMS/history/provinces/bp_k_lazica.txt | 13 +++++----- WtWSMS/history/provinces/bp_k_taurica.txt | 2 +- WtWSMS/history/titles/BP_titles_tribal.txt | 3 ++- 6 files changed, 45 insertions(+), 14 deletions(-) diff --git a/WtWSMS/common/landed_titles/BP_e_armenia.txt b/WtWSMS/common/landed_titles/BP_e_armenia.txt index fde0c88db5..8cdfb3cbcd 100644 --- a/WtWSMS/common/landed_titles/BP_e_armenia.txt +++ b/WtWSMS/common/landed_titles/BP_e_armenia.txt @@ -491,6 +491,11 @@ e_armenia = { c_abkhazia = { color = { 70 70 80 } + b_anacopia = { #Historic capital of Abhkhaz before the XII-XIIIth centuries + province = 5745 + + color = { 255 255 255 } + } b_tskhumi = { province = 5746 cultural_names = { @@ -563,11 +568,6 @@ e_armenia = { } color = { 255 255 255 } } - b_anacopia = { - province = 5745 - - color = { 255 255 255 } - } } } } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index ecb1d10afb..2e32876c9e 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -935,6 +935,11 @@ setup_vassal_contracts = { TRIBUTARY = title:k_lazica.holder SUZERAIN = title:e_byzantium.holder } + make_tributary = { + TYPE = tributary_permanent + TRIBUTARY = title:c_zichia.holder + SUZERAIN = title:e_byzantium.holder + } #Persians if = { limit = { exists = title:k_caucasian_albania.holder } diff --git a/WtWSMS/common/on_action/sea_minority_game_start.txt b/WtWSMS/common/on_action/sea_minority_game_start.txt index 5f342b9415..637f8b2387 100644 --- a/WtWSMS/common/on_action/sea_minority_game_start.txt +++ b/WtWSMS/common/on_action/sea_minority_game_start.txt @@ -2094,6 +2094,32 @@ BP_set_minorities_by_date = { add_large_culture_to_county_effect = { CULTURE = culture:helleno_thracian } } } + ##Bosporans + every_county = { + limit = { this = title:c_chersonesus } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_large_culture_to_county_effect = { CULTURE = culture:bosporan } + } + } + every_county = { + limit = { + OR = { + this = title:c_zichia + this = title:c_abkhazia + } + } + if = { + limit = { + valid_county_culture_status_trigger = yes + valid_county_holding_status_trigger = yes + } + add_small_culture_to_county_effect = { CULTURE = culture:bosporan } + } + } #Levantine Heritage ##Arameans every_county = { #Universal Region diff --git a/WtWSMS/history/provinces/bp_k_lazica.txt b/WtWSMS/history/provinces/bp_k_lazica.txt index 8433d0f7f5..eab1f40d5a 100644 --- a/WtWSMS/history/provinces/bp_k_lazica.txt +++ b/WtWSMS/history/provinces/bp_k_lazica.txt @@ -58,15 +58,14 @@ holding = city_holding #Ancient town of some note } ###c_abkhazia -5746 = { # 5746 - Tskhumi +5745 = { # 5745 - Anacopia + holding = castle_holding culture = abaza religion = georgian_pagan - holding = castle_holding } -5744 = { # 5744 - Bichvinta - holding = church_holding #Ancient settlement of some note +5746 = { # 5746 - Tskhumi + holding = city_holding #Old Dioscurias/Sebastopolis } -5745 = { # 5745 - Anacopia - holding = none - 650.1.1 = { holding = castle_holding } #Latest fortifications built +5744 = { # 5744 - Bichvinta + holding = church_holding #Pityus; Bishop Stratophilus of Pityus participated in the Council of Nicea } diff --git a/WtWSMS/history/provinces/bp_k_taurica.txt b/WtWSMS/history/provinces/bp_k_taurica.txt index 81aaf029a9..36fcf207ba 100644 --- a/WtWSMS/history/provinces/bp_k_taurica.txt +++ b/WtWSMS/history/provinces/bp_k_taurica.txt @@ -42,7 +42,7 @@ } ###c_chersonesus 560 = { #Chersonesus - culture = bosporan + culture = greek religion = bosporan_faith holding = city_holding 335.1.1 = { religion = nicene } #Rheskouporis converts to Christianity diff --git a/WtWSMS/history/titles/BP_titles_tribal.txt b/WtWSMS/history/titles/BP_titles_tribal.txt index f4f2826961..ba7267fc75 100644 --- a/WtWSMS/history/titles/BP_titles_tribal.txt +++ b/WtWSMS/history/titles/BP_titles_tribal.txt @@ -23,7 +23,8 @@ d_abkhazia = { # Abasgoi # 475.1.1={ holder = 160021 # Anos - government = tribal_government + government = high_tribal_government + liege = k_lazica } 530.1.1={ holder = 160022 # Ghozar From 97a049e8f13ca7a66d695978f48c130743b0281c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 26 Feb 2023 19:09:43 -0500 Subject: [PATCH 315/339] Added Scythian Kulturbund --- WtWSMS/common/culture/pillars/00_heritage.txt | 13 ++----------- .../scripted_effects/ccu_scripted_effects.txt | 1 + .../localization/english/ccu_features_l_english.yml | 6 +++--- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index b307d71465..06443f98d1 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -175,17 +175,6 @@ heritage_east_germanic = { heritage_family_european = yes } } -heritage_east_iranian = { #TO SPLIT - type = heritage - - parameters = { - heritage_group_greater_iranian = yes - heritage_group_west_asian = yes - heritage_group_eurasian_steppe = yes - heritage_family_eurasian = yes - heritage_family_west_asian = yes - } -} heritage_east_slavic = { type = heritage @@ -362,6 +351,7 @@ heritage_samartian = { type = heritage parameters = { + heritage_kulturbund_scythian = yes heritage_group_eurasian_steppe = yes heritage_family_eurasian = yes heritage_family_european = yes @@ -371,6 +361,7 @@ heritage_sakan = { type = heritage parameters = { + heritage_kulturbund_scythian = yes heritage_group_eurasian_steppe = yes heritage_group_greater_iranian = yes heritage_family_eurasian = yes diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 63d5024c58..5c71aa3043 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -51,6 +51,7 @@ ccu_initialize_heritage_group_effect = { ccu_initialize_kulturbund_effect = { if = { limit = { has_cultural_parameter = heritage_kulturbund_turco_mongol } set_variable = { name = kulturbund value = 0 } } else_if = { limit = { has_cultural_parameter = heritage_kulturbund_himalayan } set_variable = { name = kulturbund value = 1 } } + else_if = { limit = { has_cultural_parameter = heritage_kulturbund_scythian } set_variable = { name = kulturbund value = 2 } } else = { set_variable = { name = kulturbund value = -1 } } } diff --git a/WtWSMS/localization/english/ccu_features_l_english.yml b/WtWSMS/localization/english/ccu_features_l_english.yml index 8f9b88429c..fb1f0bf6de 100644 --- a/WtWSMS/localization/english/ccu_features_l_english.yml +++ b/WtWSMS/localization/english/ccu_features_l_english.yml @@ -27,9 +27,9 @@ culture_parameter_heritage_group_west_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" culture_parameter_heritage_group_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_group|E]" ## Kulturbunds - culture_parameter_heritage_kulturbund_turco_mongol: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongol [kulturbund|E]" - culture_parameter_heritage_kulturbund_himalayan: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Himalayan [kulturbund|E]" - + culture_parameter_heritage_kulturbund_turco_mongol: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongol [kulturbund|E]" + culture_parameter_heritage_kulturbund_himalayan: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Himalayan [kulturbund|E]" + culture_parameter_heritage_kulturbund_scythian: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Scythian [kulturbund|E]" # Languages ## Language Families culture_parameter_language_family_indo_european: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-European [language_family|E]" From af783962494a2bae4a91dd7c55855678ca3a41d6 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 3 Mar 2023 02:44:20 -0500 Subject: [PATCH 316/339] Tweak acceptances Greco-Roman cultures get a +5 baseline Heritage Traditions get a +5 baseline --- .../traditions/BP_societal_traditions.txt | 11 ++- .../common/game_concepts/BP_game_concepts.txt | 3 +- .../01_starting_values_CCU_overwrite.txt | 24 +++++ .../script_values/BP_culture_values.txt | 6 +- .../scripted_triggers/BP_culture_triggers.txt | 93 ++++++++++++++++++- .../english/BP_game_concepts_l_english.yml | 7 +- .../BP_cultural_traditions_l_english.yml | 2 +- .../english/gui/BP_culture_view_l_english.yml | 4 +- 8 files changed, 137 insertions(+), 13 deletions(-) diff --git a/WtWSMS/common/culture/traditions/BP_societal_traditions.txt b/WtWSMS/common/culture/traditions/BP_societal_traditions.txt index aa43c00207..4ef102521d 100644 --- a/WtWSMS/common/culture/traditions/BP_societal_traditions.txt +++ b/WtWSMS/common/culture/traditions/BP_societal_traditions.txt @@ -42,11 +42,12 @@ tradition_colonizers = { #Roman Colonization } parameters = { + greco_roman_social_tradition = yes #Hybrid/Divergence Stuff cheaper_to_hybridize_colonizers = yes easier_to_hybridize_colonizers = yes harder_to_hybridize_with = yes - blocks_certain_hybrids = yes + greco_roman_social_tradition = yes hybridization_requires_duchy_or_better = yes #Other Features harder_to_convert_county_culture_without_heritage = yes @@ -124,6 +125,7 @@ tradition_colonizers_non_dlc = { #Roman Colonization (no DLC version) } parameters = { + greco_roman_social_tradition = yes #Other Features harder_to_convert_county_culture_without_heritage = yes devolves_into_romance_culture = yes @@ -202,11 +204,11 @@ tradition_romance_culture = { } parameters = { + greco_roman_social_tradition = yes #Hybrid/Divergence Stuff increased_divergence_cost = yes limitation_on_divergence_hybridization_culture_head = yes harder_to_hybridize_with = yes - blocks_certain_hybrids = yes hybridization_requires_duchy_or_better = yes #Other Features harder_to_convert_county_culture_without_heritage = yes @@ -374,11 +376,11 @@ tradition_hellenizers = { #Byzantine Hellenizaiton } parameters = { + greco_roman_social_tradition = yes #Hybrid/Divergence Features increased_divergence_hybrid_cost_hellenization = yes limitation_on_divergence_hybridization_culture_head = yes harder_to_hybridize_with = yes - blocks_certain_hybrids = yes hybridization_requires_duchy_or_better = yes #Other Features peasant_and_populist_factions_less_common = yes @@ -471,6 +473,7 @@ tradition_hellenizers_non_dlc = { #Byzantine Hellenizaiton } parameters = { + greco_roman_social_tradition = yes #Other Features peasant_and_populist_factions_less_common = yes harder_to_convert_county_culture_without_heritage = yes @@ -556,7 +559,7 @@ tradition_hellenic_culture = { #Hybrid/Divergence Features increased_divergence_cost = yes harder_to_hybridize_with = yes - blocks_certain_hybrids = yes + greco_roman_social_tradition = yes hybridization_requires_duchy_or_better = yes #Other Features harder_to_convert_county_culture_without_heritage = yes diff --git a/WtWSMS/common/game_concepts/BP_game_concepts.txt b/WtWSMS/common/game_concepts/BP_game_concepts.txt index cb5cd777b2..f483d16dae 100644 --- a/WtWSMS/common/game_concepts/BP_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_game_concepts.txt @@ -51,7 +51,8 @@ bp_autocephalous_church = { texture = "gfx/interface/icons/event_types/type_faith.dds" alias = { bp_autocephalous_churches } } -bp_unhybridizable_traditions = { +bp_greco_roman_social_traditions = { + alias = { bp_greco_roman_social_tradition } texture = "gfx/interface/icons/icon_culture.dds" } tax_revolt_faction = { diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index 75649a82c6..7886769434 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -311,6 +311,30 @@ culture_acceptance_baseline = { desc = ACCEPTANCE_BASELINE_CLOSE_PLURALISTS } } + #Specific Tradition cases + if = { + limit = { + root = { has_a_greco_roman_social_traditon_trigger = yes } + scope:culture = { has_a_greco_roman_social_traditon_trigger = yes } + } + add = { + value = greco_roman_tradition_acceptance_value + desc = ACCEPTANCE_BASELINE_ROMAN_TRADITIONS + } + } + if = { + limit = { + has_same_heritage_culture_tradition_trigger = { + CULTURE_1 = root + CULTURE_2 = scope:culture + } + } + add = { + value = heritage_tradication_acceptance_value + desc = ACCEPTANCE_BASELINE_HERITAGE_TRADITION + } + } + } } diff --git a/WtWSMS/common/script_values/BP_culture_values.txt b/WtWSMS/common/script_values/BP_culture_values.txt index b35c39a442..9741f593bc 100644 --- a/WtWSMS/common/script_values/BP_culture_values.txt +++ b/WtWSMS/common/script_values/BP_culture_values.txt @@ -82,4 +82,8 @@ percent_surrounding_counties_with_social_stratification = { add = 1 } divide = number_of_culture_counties -} \ No newline at end of file +} + +#Acceptance values +greco_roman_tradition_acceptance_value = 5 +heritage_tradication_acceptance_value = 5 \ No newline at end of file diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 83ff5e2def..8635d90eac 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -164,12 +164,12 @@ traditions_heritage_tradition_is_in_list_trigger = { this = flag:tradition_latin_succession this = flag:tradition_roman_succession this = flag:tradition_frankish_traditions - this = flag:tradition_persian_traditions this = flag:tradition_armenian_traditions + this = flag:tradition_asturian_hierarchy + this = flag:tradition_persian_traditions this = flag:tradition_hebrew_traditions this = flag:tradition_levantine_traditions this = flag:tradition_egyptian_traditions - this = flag:tradition_asturian_hierarchy this = flag:tradition_caucasian_mountain_homes #DLC Variants this = flag:tradition_persian_traditions_non_dlc @@ -181,6 +181,89 @@ traditions_heritage_tradition_is_in_list_trigger = { } } } +#CULTURE_1 and CULTURE_2 +has_same_heritage_culture_tradition_trigger = { + OR = { + AND = { + $CULTURE_1$ = { has_cultural_tradition = tradition_greek_succession } + $CULTURE_2$ = { has_cultural_tradition = tradition_greek_succession } + } + AND = { + $CULTURE_1$ = { has_cultural_tradition = tradition_byzantine_succession } + $CULTURE_2$ = { has_cultural_tradition = tradition_byzantine_succession } + } + AND = { + $CULTURE_1$ = { has_cultural_tradition = tradition_latin_succession } + $CULTURE_2$ = { has_cultural_tradition = tradition_latin_succession } + } + AND = { + $CULTURE_1$ = { has_cultural_tradition = tradition_roman_succession } + $CULTURE_2$ = { has_cultural_tradition = tradition_roman_succession } + } + AND = { + $CULTURE_1$ = { has_cultural_tradition = tradition_frankish_traditions } + $CULTURE_2$ = { has_cultural_tradition = tradition_frankish_traditions } + } + AND = { + $CULTURE_1$ = { has_cultural_tradition = tradition_armenian_traditions } + $CULTURE_2$ = { has_cultural_tradition = tradition_armenian_traditions } + } + AND = { + $CULTURE_1$ = { has_cultural_tradition = tradition_asturian_hierarchy } + $CULTURE_2$ = { has_cultural_tradition = tradition_asturian_hierarchy } + } + AND = { + OR = { + $CULTURE_1$ = { has_cultural_tradition = tradition_persian_traditions } + $CULTURE_1$ = { has_cultural_tradition = tradition_persian_traditions_non_dlc } + } + OR = { + $CULTURE_2$ = { has_cultural_tradition = tradition_persian_traditions } + $CULTURE_2$ = { has_cultural_tradition = tradition_persian_traditions_non_dlc } + } + } + AND = { + OR = { + $CULTURE_1$ = { has_cultural_tradition = tradition_hebrew_traditions } + $CULTURE_1$ = { has_cultural_tradition = tradition_hebrew_traditions_non_dlc } + } + OR = { + $CULTURE_2$ = { has_cultural_tradition = tradition_hebrew_traditions } + $CULTURE_2$ = { has_cultural_tradition = tradition_hebrew_traditions_non_dlc } + } + } + AND = { + OR = { + $CULTURE_1$ = { has_cultural_tradition = tradition_levantine_traditions } + $CULTURE_1$ = { has_cultural_tradition = tradition_levantine_traditions_non_dlc } + } + OR = { + $CULTURE_2$ = { has_cultural_tradition = tradition_levantine_traditions } + $CULTURE_2$ = { has_cultural_tradition = tradition_levantine_traditions_non_dlc } + } + } + AND = { + OR = { + $CULTURE_1$ = { has_cultural_tradition = tradition_egyptian_traditions } + $CULTURE_1$ = { has_cultural_tradition = tradition_egyptian_traditions_non_dlc } + } + OR = { + $CULTURE_2$ = { has_cultural_tradition = tradition_egyptian_traditions } + $CULTURE_2$ = { has_cultural_tradition = tradition_egyptian_traditions_non_dlc } + } + } + AND = { + OR = { + $CULTURE_1$ = { has_cultural_tradition = tradition_caucasian_mountain_homes } + $CULTURE_1$ = { has_cultural_tradition = tradition_caucasian_mountain_homes_non_dlc } + } + OR = { + $CULTURE_2$ = { has_cultural_tradition = tradition_caucasian_mountain_homes } + $CULTURE_2$ = { has_cultural_tradition = tradition_caucasian_mountain_homes_non_dlc } + } + } + } +} the_culture_has_a_warlike_tradition_trigger = { OR = { @@ -442,3 +525,9 @@ ai_will_not_convert_to_local_culture_trigger = { } } } + +#Culture scope +has_a_greco_roman_social_traditon_trigger = { + has_cultural_parameter = greco_roman_social_tradition +} + diff --git a/WtWSMS/localization/english/BP_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_game_concepts_l_english.yml index 2d02868769..8b8d31d673 100644 --- a/WtWSMS/localization/english/BP_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_game_concepts_l_english.yml @@ -34,8 +34,9 @@ game_concept_bp_autocephalous_church: "Autocephalous Church" game_concept_bp_autocephalous_churches: "Autocephalous Church" game_concept_bp_autocephalous_church_desc: "An #italic Autocephalous Church#! in Christianity is a hierarchical Church whose head bishop does not report to any higher-ranking bishop.\n\nIn game terms, it refers to a church which maintains a union its mother church (keeping its [bp_creed|E] and same [bp_christian_doctrines|E]), but has its own [head_of_faith|E].\nAutocephalous Churches are closely tied to specific [bp_faith_culture|E] and an autocephalous church has various bonuses and maluses when interacting with other cultures.\n\nCertain [core_tenets|E], such as $tenet_apostolic_succession_name$ and $tenet_autocephaly_name$, enable faiths with the $tenet_rite_name$ [core_tenet|E] to become autocephalous." - game_concept_bp_unhybridizable_traditions: "Unhybridizable Traditions" - game_concept_bp_unhybridizable_traditions_desc: "Certain traditions prevent cultures from hybridizing with each other despite other conditions enabling hybridization.\nThese are:\n$EFFECT_LIST_BULLET$#V $tradition_colonizers_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_romance_culture_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hellenizers_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hellenic_culture_name$#!" + game_concept_bp_greco_roman_social_traditions: "Greco-Roman Social Traditions" + game_concept_bp_greco_roman_social_tradition: "Greco-Roman Social Tradition" + game_concept_bp_greco_roman_social_traditions_desc: "The social practices of Greece and Rome had significantly converged by the Vth century. To represent this, having a #V #italic $game_concept_bp_greco_roman_social_tradition$#!#! prevents hybridization with another culture that also has a #V #italic $game_concept_bp_greco_roman_social_tradition$#!#!, even if all other conditions are met.\n\nThese traditions also provides a #P +[EmptyScope.ScriptValue('greco_roman_tradition_acceptance_value')]#! [cultural_acceptance|E] baseline with other cultures that have a #V #italic $game_concept_bp_greco_roman_social_tradition$#!#!.\n\nThe #V #italic $game_concept_bp_greco_roman_social_traditions$#!#! are:\n$EFFECT_LIST_BULLET$#V $tradition_colonizers_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_romance_culture_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hellenizers_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hellenic_culture_name$#!" game_concept_tax_revolt_faction: "Tax Revolt Faction" game_concept_tax_revolt_factions: "Tax Revolt Factions" game_concept_tax_revolt_faction_desc: "The $game_concept_tax_revolt_faction$ is populated by [counties|E] with low [county_opinion|E]. Their primary goal is to lower their tax burden. Successful Tax Revolts will significantly lower Control in your [realm|E] and lower your [bureaucratic_taxation|E]." @@ -78,7 +79,7 @@ game_concept_bp_monolithic_culture_tradition_desc: "Any tradition with the parameter:\n\n$culture_parameter_limitation_on_divergence_hybridization_culture_head$\n\nIncludes the following [traditions|E]:\n$EFFECT_LIST_BULLET$#V $tradition_persian_traditions_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hebrew_traditions_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_levantine_traditions_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_egyptian_traditions_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hellenizers_name$#!" game_concept_bp_heritage_culture_tradition: "Heritage Culture Tradition" game_concept_bp_heritage_culture_traditions: "Heritage Culture Traditions" - game_concept_bp_heritage_culture_tradition_desc: "A #V #italic $game_concept_bp_heritage_culture_tradition$#!#! is a subset of cultural traditions that are deeply tied to a culture and are mutually exclusive with each other. As such, most #V $game_concept_bp_heritage_culture_tradition$#! require that hybrid cultures have a specific [heritage|E] during creation, and #V $game_concept_bp_heritage_culture_traditions$#! of the same category are mutually exclusive.\n\nIncludes the following [traditions|E]:\n$EFFECT_LIST_BULLET$#V $tradition_asturian_hierarchy_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_greek_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_byzantine_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_latin_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_roman_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_frankish_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_persian_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_armenian_traditions_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hebrew_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_levantine_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_egyptian_traditions_name$#!" + game_concept_bp_heritage_culture_tradition_desc: "A #V #italic $game_concept_bp_heritage_culture_tradition$#!#! is a subset of cultural traditions that are deeply tied to a culture and are mutually exclusive with each other. As such, most #V $game_concept_bp_heritage_culture_tradition$#! require that hybrid cultures have a specific [heritage|E] during creation, and #V $game_concept_bp_heritage_culture_traditions$#! of the same category are mutually exclusive.\n\nCultures having the same #V #italic $game_concept_bp_heritage_culture_tradition$#!#! also have a #P +[EmptyScope.ScriptValue('heritage_tradication_acceptance_value')]#! [cultural_acceptance|E] baseline with other cultures having #EMP the same#! #V #italic $game_concept_bp_heritage_culture_tradition$#!#! \n\nIncludes the following [traditions|E]:\n$EFFECT_LIST_BULLET$#V $tradition_asturian_hierarchy_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_greek_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_byzantine_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_latin_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_roman_succession_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_frankish_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_persian_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_armenian_traditions_name$#!\n$EFFECT_LIST_BULLET$#V $tradition_hebrew_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_levantine_traditions_name$#! \n$EFFECT_LIST_BULLET$#V $tradition_egyptian_traditions_name$#!" #Should Eventually Become Vanilla Entries #Taken from the CK3 wiki game_concept_faith_reformation: "Faith Reformation" diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml index 7df0f32a09..56cde07fb9 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_traditions_l_english.yml @@ -73,7 +73,7 @@ culture_parameter_devolves_into_romance_culture: "$tradition_devolution_string$ #V $tradition_romance_culture_name$#!" ##### WtWSMS Cultural Parameters ##### - culture_parameter_blocks_certain_hybrids: "Blocks hybridization with cultures with [bp_unhybridizable_traditions|E]" + culture_parameter_greco_roman_social_tradition: "[bp_greco_roman_social_tradition|E]" culture_parameter_can_build_cities_in_late_antiquity: "Unlocks the $innovation_ancient_urbanites$ [innovation|E]" culture_parameter_can_hold_chariot_races: "Unlocks [bp_chariot_races|E]" culture_parameter_can_restore_roman_empire: "Has access to [bp_roman_empire_restoration|E]" diff --git a/WtWSMS/localization/english/gui/BP_culture_view_l_english.yml b/WtWSMS/localization/english/gui/BP_culture_view_l_english.yml index 00ddcb8f8a..340fbdd021 100644 --- a/WtWSMS/localization/english/gui/BP_culture_view_l_english.yml +++ b/WtWSMS/localization/english/gui/BP_culture_view_l_english.yml @@ -6,4 +6,6 @@ CULTURE_MINORITY_MAP_LEGEND_MAJORITY: "Majority Culture" CULTURE_MINORITY_MAP_LEGEND_LARGE_MINORITY: "Large Minority" CULTURE_MINORITY_MAP_LEGEND_SMALL_MINORITY: "Small Minority" - \ No newline at end of file + + ACCEPTANCE_BASELINE_ROMAN_TRADITIONS: "Shared [bp_greco_roman_social_traditions|E] Traditions" + ACCEPTANCE_BASELINE_HERITAGE_TRADITION: "Shared [bp_heritage_culture_tradition|E]" \ No newline at end of file From 61690703b4f6297309ba410dd5103af3ccb58e22 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Fri, 3 Mar 2023 23:11:55 -0500 Subject: [PATCH 317/339] Update 01_starting_values_CCU_overwrite.txt --- .../01_starting_values_CCU_overwrite.txt | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt index 7886769434..f47c790acf 100644 --- a/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt +++ b/WtWSMS/common/script_values/01_starting_values_CCU_overwrite.txt @@ -10,20 +10,15 @@ culture_acceptance_baseline = { limit = { # To stop errors in observe mode exists = root exists = scope:culture - # Set up some scopes we'll need trigger_if = { - limit = { - culture_number_of_counties > 0 - } + limit = { culture_number_of_counties > 0 } calc_culture_dominant_religion = { save_temporary_scope_as = our_religion } calc_culture_dominant_faith = { save_temporary_scope_as = our_faith } } scope:culture = { trigger_if = { - limit = { - culture_number_of_counties > 0 - } + limit = { culture_number_of_counties > 0 } calc_culture_dominant_religion = { save_temporary_scope_as = their_religion } calc_culture_dominant_faith = { save_temporary_scope_as = their_faith } } @@ -31,9 +26,7 @@ culture_acceptance_baseline = { } # Increase base acceptance for sharing the same heritage if = { - limit = { - has_same_culture_heritage = scope:culture - } + limit = { has_same_culture_heritage = scope:culture } add = { value = same_heritage_cultural_acceptance # please update CULTURE_PILLAR_TOOLTIP_HERITAGE_EFFECT if this number changes desc = ACCEPTANCE_BASELINE_HERITAGE @@ -63,9 +56,7 @@ culture_acceptance_baseline = { # Increase base acceptance for sharing same language if = { - limit = { - has_same_culture_language = scope:culture - } + limit = { has_same_culture_language = scope:culture } add = { value = same_language_cultural_acceptance # please update CULTURE_PILLAR_TOOLTIP_LANGUAGE_EFFECT if this number changes desc = ACCEPTANCE_BASELINE_LANGUAGE From 7ad8aadbf6f6df98b162d7ba91bbfae41fcee243 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 5 Mar 2023 00:20:32 -0500 Subject: [PATCH 318/339] Bugfixes --- .../culture/traditions/00_maa_traditions_BP_overwrite.txt | 4 ++-- .../00_cultural_heritage_triggers_BP_overwrite.txt | 5 +++-- .../scripted_triggers/00_cultural_triggers_BP_overwrite.txt | 4 ++-- WtWSMS/localization/english/BP_game_concepts_l_english.yml | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt index 80dd3405c7..33fe3f601f 100644 --- a/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt +++ b/WtWSMS/common/culture/traditions/00_maa_traditions_BP_overwrite.txt @@ -448,7 +448,7 @@ tradition_futuwaa = { ##### Changed from Vanilla vvvvv OR = { has_cultural_pillar = heritage_iranian - has_cultural_pillar = heritage_east_iranian + has_cultural_pillar = heritage_sakan } ##### Changed from Vanilla ^^^^^ NOR = { #Replaces Martial Admiration @@ -464,7 +464,7 @@ tradition_futuwaa = { ##### Changed from Vanilla vvvvv OR = { has_cultural_pillar = heritage_iranian - has_cultural_pillar = heritage_east_iranian + has_cultural_pillar = heritage_sakan } ##### Changed from Vanilla ^^^^^ NOR = { #Replaces Martial Admiration diff --git a/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt b/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt index a38b1458f9..41efa4e898 100644 --- a/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt +++ b/WtWSMS/common/scripted_triggers/00_cultural_heritage_triggers_BP_overwrite.txt @@ -30,7 +30,7 @@ culture_has_west_asian_heritage_pillar_trigger = { has_cultural_pillar = heritage_turkic has_cultural_pillar = heritage_anatolian has_cultural_pillar = heritage_caucasian - has_cultural_pillar = heritage_east_iranian + has_cultural_pillar = heritage_sakan has_cultural_pillar = heritage_levantine } } @@ -61,7 +61,8 @@ culture_has_central_asian_heritage_pillar_trigger = { has_cultural_pillar = heritage_qiangic has_cultural_pillar = heritage_turkic has_cultural_pillar = heritage_mongolic - has_cultural_pillar = heritage_east_iranian + has_cultural_pillar = heritage_sakan + has_cultural_pillar = heritage_tocharian } } } diff --git a/WtWSMS/common/scripted_triggers/00_cultural_triggers_BP_overwrite.txt b/WtWSMS/common/scripted_triggers/00_cultural_triggers_BP_overwrite.txt index d5dc02adb8..de084e06cf 100644 --- a/WtWSMS/common/scripted_triggers/00_cultural_triggers_BP_overwrite.txt +++ b/WtWSMS/common/scripted_triggers/00_cultural_triggers_BP_overwrite.txt @@ -72,8 +72,8 @@ is_valid_for_hybridising_trigger = { custom_description = { text = cannot_combine_hybridization_blocking_tradition_cultures NAND = { - culture = { has_cultural_parameter = blocks_certain_hybrids } - $CULTURE$ = { has_cultural_parameter = blocks_certain_hybrids } + culture = { has_cultural_parameter = greco_roman_social_tradition } + $CULTURE$ = { has_cultural_parameter = greco_roman_social_tradition } } } trigger_if = { diff --git a/WtWSMS/localization/english/BP_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_game_concepts_l_english.yml index 8b8d31d673..893cb53989 100644 --- a/WtWSMS/localization/english/BP_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_game_concepts_l_english.yml @@ -1,7 +1,7 @@ l_english: #CBs game_concept_migration_war: "Migration War" - game_concept_migration_war_desc: "A Migration War is a powerful group of [casus_belli|E] that allows a character with one of these features:\n$EFFECT_LIST_BULLET$A $tengrism_religion$ Religion \n$EFFECT_LIST_BULLET$A $slavic_religion$ Religion \n$EFFECT_LIST_BULLET$A $germanic_religion$ Religion \n$EFFECT_LIST_BULLET$An $heritage_east_iranian$ [culture|E] descended from the #V Sarmatians#!\n\n to launch a war to move their peoples to new lands before AD 800.\n\nThe $game_concept_migration_war$ has two variants: $game_concept_major_migration_war$ and $game_concept_minor_migration_war$." + game_concept_migration_war_desc: "A Migration War is a powerful group of [casus_belli|E] that allows a character with one of these features:\n$EFFECT_LIST_BULLET$A $tengrism_religion$ Religion \n$EFFECT_LIST_BULLET$A $slavic_religion$ Religion \n$EFFECT_LIST_BULLET$A $germanic_religion$ Religion \n$EFFECT_LIST_BULLET$A $heritage_sarmatian$ [culture|E] descended from the #V Sarmatians#!\n\n to launch a war to move their peoples to new lands before AD 800.\n\nThe $game_concept_migration_war$ has two variants: $game_concept_major_migration_war$ and $game_concept_minor_migration_war$." game_concept_major_migration_war: "Major Migration War" game_concept_major_migration_war_desc: "A Major Migration War represents a large scale movement of tribal peoples into lands owned by more advanced governments, such as the migration of the Vandals from Germany to Africa. This [casus_belli|E] provides additional levies upon war declaration and vassals have the option of joining the migration.\n\n#bold Target:#! Adjacent [duchy|E] or [kingdom|E].\n\n#bold Victory Effects:#!\n$EFFECT_LIST_BULLET$ Seizes all titles in target\n$EFFECT_LIST_BULLET$ Potentially convert low-development counties to your [culture|E] and [faith|E]\n$EFFECT_LIST_BULLET$ Temporarily improves [promote_culture|E] and [convert_county|E] tasks, even if the ruler's faith is unreformed." game_concept_minor_migration_war: "Minor Migration War" From 02d4b96558ab161fe274657b12cf23d53e7b3df5 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 5 Mar 2023 00:31:30 -0500 Subject: [PATCH 319/339] Suppress some error log messages --- _development_utilities/_BP_known_load_errors.info | 2 ++ _development_utilities/_BP_pre_release_errors.info | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_development_utilities/_BP_known_load_errors.info b/_development_utilities/_BP_known_load_errors.info index 11e084e0ba..aaf03dfbf3 100644 --- a/_development_utilities/_BP_known_load_errors.info +++ b/_development_utilities/_BP_known_load_errors.info @@ -219,6 +219,8 @@ is set but is never used. Note that use in localization doesn't count due to tec [pdx_persistent_reader.cpp:252]: Error: "Malformed token: Valentinianism000, near line: 12" in file: "history/titles/BP_religion_titles_dualist.txt" near line: 12 [pdx_persistent_reader.cpp:252]: Error: "Malformed token: GothicChurch000, near line: 587" in file: "history/titles/BP_religion_titles_christian.txt" near line: 587 [pdx_persistent_reader.cpp:252]: Error: "Malformed token: JerusalemChurch000, near line: 593" in file: "history/titles/BP_religion_titles_christian.txt" near line: 593 +[pdx_persistent_reader.cpp:252]: Error: "Malformed token: ArmenianChurch0011, near line: 742" in file: "history/titles/BP_religion_titles_christian.txt" near line: 742 +[landedtitle.cpp:358]: 'Gregory Gregorid of d_apostolic_church (Internal ID: 1347 - Historical ID ArmenianChurch0011)' is of the wrong faith, 'nicene', to be taking over as religious head for 'd_apostolic_church', expects them to be one of 'armenian_apostolic and albanian_apostolic' ### Caused by removing the urban prefects & patriarchs (who were landless and flipping to feudal) [characterhistory.cpp:466]: 190008 is not landed and cannot be set as employer of 470047 in 475.8.28 the command won't execute. [characterhistory.cpp:466]: 1301146 is not landed and cannot be set as employer of 1301209 in 451.11.1 the command won't execute. diff --git a/_development_utilities/_BP_pre_release_errors.info b/_development_utilities/_BP_pre_release_errors.info index ac15e3e9fe..add53c947d 100644 --- a/_development_utilities/_BP_pre_release_errors.info +++ b/_development_utilities/_BP_pre_release_errors.info @@ -3,6 +3,5 @@ ###Error cause by new iranian paganism religion [jomini_script_system.cpp:263]: Script system error! Error: calc_culture_dominant_religion trigger [ Failed context switch ] - Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 19 - Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 27 - Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 28 \ No newline at end of file + Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 16 + Script location: file: common/script_values/01_starting_values_CCU_overwrite.txt line: 22 \ No newline at end of file From 54b041cee537c44bbcbe72aca703cd9d0802e34c Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 5 Mar 2023 03:29:09 -0500 Subject: [PATCH 320/339] Wrap up heritage drift events --- WtWSMS/common/culture/pillars/00_heritage.txt | 8 ++ .../common/on_action/BP_yearly_on_actions.txt | 2 +- .../BP_heritage_linguistic_drift.txt | 75 +++++++++++++------ .../BP_cultural_heritages_l_english.yml | 4 +- .../BP_culture_shift_events_l_english.yml | 3 +- .../cultural_heritages_l_english.yml | 2 - 6 files changed, 65 insertions(+), 29 deletions(-) diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index 06443f98d1..2eacf949cc 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -194,6 +194,14 @@ heritage_frankish = { #Germano-Gallic Romance heritage_family_european = yes } } +heritage_gallic_romance = { #Non-Germano-Gallic Romance + type = heritage + + parameters = { + heritage_group_romance = yes + heritage_family_european = yes + } +} heritage_iberian = { type = heritage diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 275628a0e2..2e62bbcc93 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -270,7 +270,7 @@ heritage_shift = { generic_shift_culture_event = { EVENT_ID = bp_heritage_linguistic_drift.0101 HERITAGE_OR_LANGUAGE = heritage - SHIFT_START_YEAR = 500 + SHIFT_START_YEAR = 100 SHIFT_PERIOD_YEARS = 25 } } diff --git a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt index e586abc94f..5c000b21db 100644 --- a/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt +++ b/WtWSMS/events/_BP_events/culture_events/BP_heritage_linguistic_drift.txt @@ -604,7 +604,6 @@ bp_heritage_linguistic_drift.0001 = { type = empty hidden = yes - #Pick one of the random valid cultures immediate = { #If the culture head exists, inform him/her first if = { @@ -753,13 +752,21 @@ scripted_effect shift_heritage_latin_to_children_effect = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_frank } } } - set_culture_pillar = heritage_frankish - ccu_culture_created_or_changed_effect = yes - } - else_if = { - limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_british } } - set_culture_pillar = heritage_romano_british - ccu_culture_created_or_changed_effect = yes + + if = { #If ruled by Franks or a Frankish hybrid, becomes Frankish + limit = { + OR = { + any_parent_culture = { this = culture:old_frankish } + any_culture_county = { percent >= 0.50 this.holder.top_liege.culture = { any_parent_culture = { this = culture:old_frankish } } } + } + } + set_culture_pillar = heritage_frankish + ccu_culture_created_or_changed_effect = yes + } + else = { #Otherwise, Gallic Romance + set_culture_pillar = heritage_gallic_romance + ccu_culture_created_or_changed_effect = yes + } } else_if = { limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_british } } @@ -771,11 +778,6 @@ scripted_effect shift_heritage_latin_to_children_effect = { set_culture_pillar = heritage_romano_aramean ccu_culture_created_or_changed_effect = yes } - else_if = { - limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_aramean } } - set_culture_pillar = heritage_romano_aramean - ccu_culture_created_or_changed_effect = yes - } else_if = { limit = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_african } } set_culture_pillar = heritage_romano_african @@ -787,6 +789,7 @@ scripted_effect shift_heritage_latin_to_children_effect = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_dacian } the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_pannonian } the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_thracian } + the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_noric } } } set_culture_pillar = heritage_vlach @@ -797,10 +800,8 @@ scripted_effect shift_heritage_latin_to_children_effect = { OR = { the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_illyrian } the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_raetian } - the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_noric } the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:sardinian } the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:corsican } - the_culture_or_parent_or_above_is_trigger = { CULTURE = culture:romano_gothic } } } set_culture_pillar = heritage_italian @@ -823,7 +824,6 @@ bp_heritage_linguistic_drift.0101 = { type = empty hidden = yes - #Pick one of the random valid cultures immediate = { #If the culture head exists, inform him/her first if = { @@ -833,7 +833,10 @@ bp_heritage_linguistic_drift.0101 = { #Otherwise, directly change the culture and tell everyone else = { shift_heritage_effect = yes - every_player = { trigger_event = { id = bp_heritage_linguistic_drift.0103 } } + every_ruler = { #Informational event + limit = { is_ai = no } + trigger_event = { id = bp_heritage_linguistic_drift.0103 } + } } } } @@ -841,15 +844,25 @@ bp_heritage_linguistic_drift.0101 = { bp_heritage_linguistic_drift.0102 = { type = character_event title = bp_heritage_linguistic_drift.0102.t - desc = bp_heritage_linguistic_drift.0102.desc + desc = { + first_valid = { + #Latin to Romance + triggered_desc = { + trigger = { scope:shift_culture = { has_cultural_pillar = heritage_latin } } + desc = bp_heritage_linguistic_drift.0102.desc.latin + } + #Default + desc = bp_heritage_linguistic_drift.0102.desc + } + } + theme = culture_change left_portrait = root - immediate = {} + immediate = { hidden_effect = { shift_heritage_effect = yes } } option = { name = bp_heritage_linguistic_drift.0102.accept - shift_heritage_effect = yes every_ruler = { limit = { OR = { @@ -867,7 +880,17 @@ bp_heritage_linguistic_drift.0102 = { bp_heritage_linguistic_drift.0103 = { type = character_event title = bp_heritage_linguistic_drift.0103.t - desc = bp_heritage_linguistic_drift.0103.desc + desc = { + first_valid = { + #Latin to Romance + triggered_desc = { + trigger = { scope:shift_culture = { has_cultural_pillar = heritage_latin } } + desc = bp_heritage_linguistic_drift.0103.desc.latin + } + #Default + desc = bp_heritage_linguistic_drift.0103.desc + } + } theme = culture_change left_portrait = scope:chosen_character @@ -877,14 +900,18 @@ bp_heritage_linguistic_drift.0103 = { scope:shift_culture.culture_head = { save_scope_as = chosen_character } } else_if = { - limit = { any_ruler = { culture = scope:shift_culture } } + limit = { + any_ruler = { + culture = scope:shift_culture + NOT = { has_government = mercenary_government } #Keep it to chars on the map please + } + } random_ruler = { limit = { culture = scope:shift_culture } save_scope_as = chosen_character } } - #Fallback - else = { root = { save_scope_as = chosen_character } } + #Fallback, don't show anything } #For other rulers of the culture diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml index ec8a914a7c..56ae9639a4 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml @@ -39,4 +39,6 @@ heritage_italian_name: "Italian Romance" heritage_italian_collective_noun: "Italian Romantics" heritage_romano_african_name: "African Romance" - heritage_romano_african_collective_noun: "African Romantics" \ No newline at end of file + heritage_romano_african_collective_noun: "African Romantics" + heritage_gallic_romance_name: "Gallic Romance" + heritage_gallic_romance_collective_noun: "Gallic Romantics" \ No newline at end of file diff --git a/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml index 8f4e5b2ce9..39a781ba3e 100644 --- a/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml +++ b/WtWSMS/localization/english/event_localization/BP_culture_shift_events_l_english.yml @@ -19,7 +19,8 @@ ## Language Tooltips ## Heritage Drift bp_heritage_linguistic_drift.0102.t: "Customary Drift" - bp_heritage_linguistic_drift.0102.desc: "Where once all peoples of the Western Mediterranean were united into a single polity with similar behaviours, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [shift_culture.GetName] people has changed enough from Roman practices that it is foreign to those of Roman customs." + bp_heritage_linguistic_drift.0102.latin.desc: "Where once all peoples of the Western Mediterranean were united into a single polity with similar behaviours, the fracturing of the Western Empire into dozens, hundreds of states and statelets have effectively halted trade and exchange, sharpening regional differences.\n\nNow the mannerisms and customs of the [shift_culture.GetName] people has changed enough from Roman practices that it is foreign to those of Roman customs." + bp_heritage_linguistic_drift.0102.desc: "As time goes on, customs begin to differ, until the point where they are no longer recognizable to ones ancestors. This has occurred for the [shift_culture.GetName] people, whose ways have clearly changed from the past." bp_heritage_linguistic_drift.0102.accept: "As times change, so must we" bp_heritage_linguistic_drift.0102.accept.tooltip: "Your [culture|E]'s [heritage|E] has changed to [shift_culture.GetHeritage.GetName|V]" bp_heritage_linguistic_drift.0103.t: "$bp_heritage_linguistic_drift.0102.t$" diff --git a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml index 314eb74548..e7fd855987 100644 --- a/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/replace/culture/traditions/cultural_heritages_l_english.yml @@ -8,7 +8,5 @@ #Romance Heritages heritage_iberian_name: "Hispanic" heritage_iberian_collective_noun: "Hispanics" - heritage_frankish_name: "Gallo-Romance" - heritage_frankish_collective_noun: "Gallo-Romantics" heritage_vlach_name: "Eastern Romance" heritage_vlach_collective_noun: "Eastern Romantics" \ No newline at end of file From b1f369ae908aa74371fd6695786eedc286902bb4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:35:47 -0400 Subject: [PATCH 321/339] Clean up CCU featuers --- WtWSMS/common/on_action/ccu_on_actions.txt | 10 +- .../scripted_effects/ccu_scripted_effects.txt | 198 +++++++++--------- WtWSMS/common/scripted_triggers/ccu_API.txt | 112 +++++++--- .../english/ccu_features_l_english.yml | 151 +------------ .../english/ccu_parameters_l_english.yml | 160 ++++++++++++++ 5 files changed, 348 insertions(+), 283 deletions(-) create mode 100644 WtWSMS/localization/english/ccu_parameters_l_english.yml diff --git a/WtWSMS/common/on_action/ccu_on_actions.txt b/WtWSMS/common/on_action/ccu_on_actions.txt index 854946665a..58d9e1b6ea 100644 --- a/WtWSMS/common/on_action/ccu_on_actions.txt +++ b/WtWSMS/common/on_action/ccu_on_actions.txt @@ -1,4 +1,11 @@ -# Merged BP and CCU on actions for game start to suppress certain errors +on_game_start = { + on_actions = { ccu_startup } +} + +ccu_startup = { + effect = { every_culture_global = { ccu_initialize_culture_effect = yes } } +} + on_culture_created = { on_actions = { ccu_culture_created } } @@ -10,6 +17,7 @@ ccu_culture_created = { } ## Debug code +#To call, use "effect = { trigger_event = { on_action = ccu_startup_debug } }" in console ccu_startup_debug = { effect = { every_culture_global = { diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index 5c71aa3043..df800e0d19 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -49,10 +49,10 @@ ccu_initialize_heritage_group_effect = { } ccu_initialize_kulturbund_effect = { - if = { limit = { has_cultural_parameter = heritage_kulturbund_turco_mongol } set_variable = { name = kulturbund value = 0 } } - else_if = { limit = { has_cultural_parameter = heritage_kulturbund_himalayan } set_variable = { name = kulturbund value = 1 } } - else_if = { limit = { has_cultural_parameter = heritage_kulturbund_scythian } set_variable = { name = kulturbund value = 2 } } - else = { set_variable = { name = kulturbund value = -1 } } + if = { limit = { has_cultural_parameter = heritage_kulturbund_turco_mongol } set_variable = { name = kulturbund value = flag:heritage_kulturbund_turco_mongol } } + else_if = { limit = { has_cultural_parameter = heritage_kulturbund_himalayan } set_variable = { name = kulturbund value = flag:heritage_kulturbund_himalayan } } + else_if = { limit = { has_cultural_parameter = heritage_kulturbund_scythian } set_variable = { name = kulturbund value = flag:heritage_kulturbund_scythian } } + else = { set_variable = { name = kulturbund value = flag:none } } } #Languages @@ -61,104 +61,104 @@ ccu_initialize_kulturbund_effect = { #Groups are sub-branch divisions (e.g., Balto-Slavic => Baltic + Slavic) ccu_initialize_language_family_effect = { - if = { limit = { has_cultural_parameter = language_family_afro_asiatic } set_variable = { name = language_family value = 0 } } - else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } set_variable = { name = language_family value = 1 } } - else_if = { limit = { has_cultural_parameter = language_family_basque } set_variable = { name = language_family value = 2 } } - else_if = { limit = { has_cultural_parameter = language_family_dravidian } set_variable = { name = language_family value = 3 } } - else_if = { limit = { has_cultural_parameter = language_family_indo_european } set_variable = { name = language_family value = 4 } } - else_if = { limit = { has_cultural_parameter = language_family_kartvelian } set_variable = { name = language_family value = 5 } } - else_if = { limit = { has_cultural_parameter = language_family_mande } set_variable = { name = language_family value = 6 } } - else_if = { limit = { has_cultural_parameter = language_family_mongolic } set_variable = { name = language_family value = 7 } } - else_if = { limit = { has_cultural_parameter = language_family_nilo_saharan } set_variable = { name = language_family value = 8 } } - else_if = { limit = { has_cultural_parameter = language_family_northeast_caucasian } set_variable = { name = language_family value = 9 } } - else_if = { limit = { has_cultural_parameter = language_family_northwest_caucasian } set_variable = { name = language_family value = 10 } } - else_if = { limit = { has_cultural_parameter = language_family_siberian } set_variable = { name = language_family value = 11 } } - else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } set_variable = { name = language_family value = 12 } } - else_if = { limit = { has_cultural_parameter = language_family_tungusic } set_variable = { name = language_family value = 13 } } - else_if = { limit = { has_cultural_parameter = language_family_turkic } set_variable = { name = language_family value = 14 } } - else_if = { limit = { has_cultural_parameter = language_family_uralic } set_variable = { name = language_family value = 15 } } - else_if = { limit = { has_cultural_parameter = language_family_austro_asiatic } set_variable = { name = language_family value = 16 } } - else_if = { limit = { has_cultural_parameter = language_family_paleo_iberian } set_variable = { name = language_family value = 17 } } - else_if = { limit = { has_cultural_parameter = language_family_corduenian } set_variable = { name = language_family value = 18 } } - else_if = { limit = { has_cultural_parameter = language_family_burusho } set_variable = { name = language_family value = 19 } } + if = { limit = { has_cultural_parameter = language_family_afro_asiatic } set_variable = { name = language_family value = flag:language_family_afro_asiatic } } + else_if = { limit = { has_cultural_parameter = language_family_atlantic_congo } set_variable = { name = language_family value = flag:language_family_atlantic_congo } } + else_if = { limit = { has_cultural_parameter = language_family_basque } set_variable = { name = language_family value = flag:language_family_basque } } + else_if = { limit = { has_cultural_parameter = language_family_dravidian } set_variable = { name = language_family value = flag:language_family_dravidian } } + else_if = { limit = { has_cultural_parameter = language_family_indo_european } set_variable = { name = language_family value = flag:language_family_indo_european } } + else_if = { limit = { has_cultural_parameter = language_family_kartvelian } set_variable = { name = language_family value = flag:language_family_kartvelian } } + else_if = { limit = { has_cultural_parameter = language_family_mande } set_variable = { name = language_family value = flag:language_family_mande } } + else_if = { limit = { has_cultural_parameter = language_family_mongolic } set_variable = { name = language_family value = flag:language_family_mongolic } } + else_if = { limit = { has_cultural_parameter = language_family_nilo_saharan } set_variable = { name = language_family value = flag:language_family_nilo_saharan } } + else_if = { limit = { has_cultural_parameter = language_family_northeast_caucasian } set_variable = { name = language_family value = flag:language_family_northeast_caucasian } } + else_if = { limit = { has_cultural_parameter = language_family_northwest_caucasian } set_variable = { name = language_family value = flag:language_family_northwest_caucasian } } + else_if = { limit = { has_cultural_parameter = language_family_siberian } set_variable = { name = language_family value = flag:language_family_siberian } } + else_if = { limit = { has_cultural_parameter = language_family_sino_tibetan } set_variable = { name = language_family value = flag:language_family_sino_tibetan } } + else_if = { limit = { has_cultural_parameter = language_family_tungusic } set_variable = { name = language_family value = flag:language_family_tungusic } } + else_if = { limit = { has_cultural_parameter = language_family_turkic } set_variable = { name = language_family value = flag:language_family_turkic } } + else_if = { limit = { has_cultural_parameter = language_family_uralic } set_variable = { name = language_family value = flag:language_family_uralic } } + else_if = { limit = { has_cultural_parameter = language_family_austro_asiatic } set_variable = { name = language_family value = flag:language_family_austro_asiatic } } + else_if = { limit = { has_cultural_parameter = language_family_paleo_iberian } set_variable = { name = language_family value = flag:language_family_paleo_iberian } } + else_if = { limit = { has_cultural_parameter = language_family_corduenian } set_variable = { name = language_family value = flag:language_family_corduenian } } + else_if = { limit = { has_cultural_parameter = language_family_burusho } set_variable = { name = language_family value = flag:language_family_burusho } } } ccu_initialize_language_branch_effect = { - if = { limit = { has_cultural_parameter = language_branch_albanian } set_variable = { name = language_branch value = 0 } } - else_if = { limit = { has_cultural_parameter = language_branch_anatolian } set_variable = { name = language_branch value = 1 } } - else_if = { limit = { has_cultural_parameter = language_branch_armenian } set_variable = { name = language_branch value = 2 } } - else_if = { limit = { has_cultural_parameter = language_branch_balkan } set_variable = { name = language_branch value = 3 } } - else_if = { limit = { has_cultural_parameter = language_branch_balto_slavic } set_variable = { name = language_branch value = 4 } } - else_if = { limit = { has_cultural_parameter = language_branch_berber } set_variable = { name = language_branch value = 5 } } - else_if = { limit = { has_cultural_parameter = language_branch_celtic } set_variable = { name = language_branch value = 6 } } - else_if = { limit = { has_cultural_parameter = language_branch_chadic } set_variable = { name = language_branch value = 7 } } - else_if = { limit = { has_cultural_parameter = language_branch_corduenian } set_variable = { name = language_branch value = 8 } } - else_if = { limit = { has_cultural_parameter = language_branch_cushtic } set_variable = { name = language_branch value = 9 } } - else_if = { limit = { has_cultural_parameter = language_branch_egyptian } set_variable = { name = language_branch value = 10 } } - else_if = { limit = { has_cultural_parameter = language_branch_finnic } set_variable = { name = language_branch value = 11 } } - else_if = { limit = { has_cultural_parameter = language_branch_germanic } set_variable = { name = language_branch value = 12 } } - else_if = { limit = { has_cultural_parameter = language_branch_hellenic } set_variable = { name = language_branch value = 13 } } - else_if = { limit = { has_cultural_parameter = language_branch_indo_iranic } set_variable = { name = language_branch value = 14 } } - else_if = { limit = { has_cultural_parameter = language_branch_italic } set_variable = { name = language_branch value = 15 } } - else_if = { limit = { has_cultural_parameter = language_branch_kartvelian } set_variable = { name = language_branch value = 16 } } - else_if = { limit = { has_cultural_parameter = language_branch_kru } set_variable = { name = language_branch value = 17 } } - else_if = { limit = { has_cultural_parameter = language_branch_magyar } set_variable = { name = language_branch value = 18 } } - else_if = { limit = { has_cultural_parameter = language_branch_manding } set_variable = { name = language_branch value = 19 } } - else_if = { limit = { has_cultural_parameter = language_branch_mongolic } set_variable = { name = language_branch value = 20 } } - else_if = { limit = { has_cultural_parameter = language_branch_monic } set_variable = { name = language_branch value = 21 } } - else_if = { limit = { has_cultural_parameter = language_branch_munda } set_variable = { name = language_branch value = 22 } } - else_if = { limit = { has_cultural_parameter = language_branch_north_dravidian } set_variable = { name = language_branch value = 23 } } - else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } set_variable = { name = language_branch value = 24 } } - else_if = { limit = { has_cultural_parameter = language_branch_northwest_caucasian } set_variable = { name = language_branch value = 25 } } - else_if = { limit = { has_cultural_parameter = language_branch_oghuric } set_variable = { name = language_branch value = 26 } } - else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = 27 } } - else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = 28 } } - else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = 29 } } - else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = 30 } } - else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = 31 } } - else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = 32 } } - else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = 33 } } - else_if = { limit = { has_cultural_parameter = language_branch_semitic } set_variable = { name = language_branch value = 34 } } - else_if = { limit = { has_cultural_parameter = language_branch_senegabrian } set_variable = { name = language_branch value = 35 } } - else_if = { limit = { has_cultural_parameter = language_branch_shaz_turkic } set_variable = { name = language_branch value = 36 } } - else_if = { limit = { has_cultural_parameter = language_branch_sinitic } set_variable = { name = language_branch value = 37 } } - else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = 38 } } - else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = 39 } } - else_if = { limit = { has_cultural_parameter = language_branch_south_dravidian } set_variable = { name = language_branch value = 40 } } - else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = 41 } } - else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = 42 } } - else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = 43 } } - else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = 44 } } - else_if = { limit = { has_cultural_parameter = language_branch_tungusic } set_variable = { name = language_branch value = 45 } } - else_if = { limit = { has_cultural_parameter = language_branch_urgic } set_variable = { name = language_branch value = 46 } } - else_if = { limit = { has_cultural_parameter = language_branch_vasconic } set_variable = { name = language_branch value = 47 } } - else_if = { limit = { has_cultural_parameter = language_branch_volga_finnic } set_variable = { name = language_branch value = 48 } } - else_if = { limit = { has_cultural_parameter = language_branch_volta_congo } set_variable = { name = language_branch value = 49 } } - else_if = { limit = { has_cultural_parameter = language_branch_yeniseian } set_variable = { name = language_branch value = 50 } } - else_if = { limit = { has_cultural_parameter = language_branch_burusho } set_variable = { name = language_branch value = 51 } } - else_if = { limit = { has_cultural_parameter = language_branch_khasic } set_variable = { name = language_branch value = 52 } } + if = { limit = { has_cultural_parameter = language_branch_albanian } set_variable = { name = language_branch value = flag:language_branch_albanian } } + else_if = { limit = { has_cultural_parameter = language_branch_anatolian } set_variable = { name = language_branch value = flag:language_branch_anatolian } } + else_if = { limit = { has_cultural_parameter = language_branch_armenian } set_variable = { name = language_branch value = flag:language_branch_armenian } } + else_if = { limit = { has_cultural_parameter = language_branch_balkan } set_variable = { name = language_branch value = flag:language_branch_balkan } } + else_if = { limit = { has_cultural_parameter = language_branch_balto_slavic } set_variable = { name = language_branch value = flag:language_branch_balto_slavic } } + else_if = { limit = { has_cultural_parameter = language_branch_berber } set_variable = { name = language_branch value = flag:language_branch_berber } } + else_if = { limit = { has_cultural_parameter = language_branch_celtic } set_variable = { name = language_branch value = flag:language_branch_celtic } } + else_if = { limit = { has_cultural_parameter = language_branch_chadic } set_variable = { name = language_branch value = flag:language_branch_chadic } } + else_if = { limit = { has_cultural_parameter = language_branch_corduenian } set_variable = { name = language_branch value = flag:language_branch_corduenian } } + else_if = { limit = { has_cultural_parameter = language_branch_cushtic } set_variable = { name = language_branch value = flag:language_branch_cushtic } } + else_if = { limit = { has_cultural_parameter = language_branch_egyptian } set_variable = { name = language_branch value = flag:language_branch_egyptian } } + else_if = { limit = { has_cultural_parameter = language_branch_finnic } set_variable = { name = language_branch value = flag:language_branch_finnic } } + else_if = { limit = { has_cultural_parameter = language_branch_germanic } set_variable = { name = language_branch value = flag:language_branch_germanic } } + else_if = { limit = { has_cultural_parameter = language_branch_hellenic } set_variable = { name = language_branch value = flag:language_branch_hellenic } } + else_if = { limit = { has_cultural_parameter = language_branch_indo_iranic } set_variable = { name = language_branch value = flag:language_branch_indo_iranic } } + else_if = { limit = { has_cultural_parameter = language_branch_italic } set_variable = { name = language_branch value = flag:language_branch_italic } } + else_if = { limit = { has_cultural_parameter = language_branch_kartvelian } set_variable = { name = language_branch value = flag:language_branch_kartvelian } } + else_if = { limit = { has_cultural_parameter = language_branch_kru } set_variable = { name = language_branch value = flag:language_branch_kru } } + else_if = { limit = { has_cultural_parameter = language_branch_magyar } set_variable = { name = language_branch value = flag:language_branch_magyar } } + else_if = { limit = { has_cultural_parameter = language_branch_manding } set_variable = { name = language_branch value = flag:language_branch_manding } } + else_if = { limit = { has_cultural_parameter = language_branch_mongolic } set_variable = { name = language_branch value = flag:language_branch_mongolic } } + else_if = { limit = { has_cultural_parameter = language_branch_monic } set_variable = { name = language_branch value = flag:language_branch_monic } } + else_if = { limit = { has_cultural_parameter = language_branch_munda } set_variable = { name = language_branch value = flag:language_branch_munda } } + else_if = { limit = { has_cultural_parameter = language_branch_north_dravidian } set_variable = { name = language_branch value = flag:language_branch_north_dravidian } } + else_if = { limit = { has_cultural_parameter = language_branch_northeast_caucasian } set_variable = { name = language_branch value = flag:language_branch_northeast_caucasian } } + else_if = { limit = { has_cultural_parameter = language_branch_northwest_caucasian } set_variable = { name = language_branch value = flag:language_branch_northwest_caucasian } } + else_if = { limit = { has_cultural_parameter = language_branch_oghuric } set_variable = { name = language_branch value = flag:language_branch_oghuric } } + else_if = { limit = { has_cultural_parameter = language_branch_omotic } set_variable = { name = language_branch value = flag:language_branch_omotic } } + else_if = { limit = { has_cultural_parameter = language_branch_paleo_iberian } set_variable = { name = language_branch value = flag:language_branch_paleo_iberian } } + else_if = { limit = { has_cultural_parameter = language_branch_permic } set_variable = { name = language_branch value = flag:language_branch_permic } } + else_if = { limit = { has_cultural_parameter = language_branch_phrygian } set_variable = { name = language_branch value = flag:language_branch_phrygian } } + else_if = { limit = { has_cultural_parameter = language_branch_sami } set_variable = { name = language_branch value = flag:language_branch_sami } } + else_if = { limit = { has_cultural_parameter = language_branch_samoyedic } set_variable = { name = language_branch value = flag:language_branch_samoyedic } } + else_if = { limit = { has_cultural_parameter = language_branch_savannas } set_variable = { name = language_branch value = flag:language_branch_savannas } } + else_if = { limit = { has_cultural_parameter = language_branch_semitic } set_variable = { name = language_branch value = flag:language_branch_semitic } } + else_if = { limit = { has_cultural_parameter = language_branch_senegabrian } set_variable = { name = language_branch value = flag:language_branch_senegabrian } } + else_if = { limit = { has_cultural_parameter = language_branch_shaz_turkic } set_variable = { name = language_branch value = flag:language_branch_shaz_turkic } } + else_if = { limit = { has_cultural_parameter = language_branch_sinitic } set_variable = { name = language_branch value = flag:language_branch_sinitic } } + else_if = { limit = { has_cultural_parameter = language_branch_songhay } set_variable = { name = language_branch value = flag:language_branch_songhay } } + else_if = { limit = { has_cultural_parameter = language_branch_soninke } set_variable = { name = language_branch value = flag:language_branch_soninke } } + else_if = { limit = { has_cultural_parameter = language_branch_south_dravidian } set_variable = { name = language_branch value = flag:language_branch_south_dravidian } } + else_if = { limit = { has_cultural_parameter = language_branch_sudanic } set_variable = { name = language_branch value = flag:language_branch_sudanic } } + else_if = { limit = { has_cultural_parameter = language_branch_tibeto_burman } set_variable = { name = language_branch value = flag:language_branch_tibeto_burman } } + else_if = { limit = { has_cultural_parameter = language_branch_tocharian } set_variable = { name = language_branch value = flag:language_branch_tocharian } } + else_if = { limit = { has_cultural_parameter = language_branch_tubu } set_variable = { name = language_branch value = flag:language_branch_tubu } } + else_if = { limit = { has_cultural_parameter = language_branch_tungusic } set_variable = { name = language_branch value = flag:language_branch_tungusic } } + else_if = { limit = { has_cultural_parameter = language_branch_urgic } set_variable = { name = language_branch value = flag:language_branch_urgic } } + else_if = { limit = { has_cultural_parameter = language_branch_vasconic } set_variable = { name = language_branch value = flag:language_branch_vasconic } } + else_if = { limit = { has_cultural_parameter = language_branch_volga_finnic } set_variable = { name = language_branch value = flag:language_branch_volga_finnic } } + else_if = { limit = { has_cultural_parameter = language_branch_volta_congo } set_variable = { name = language_branch value = flag:language_branch_volta_congo } } + else_if = { limit = { has_cultural_parameter = language_branch_yeniseian } set_variable = { name = language_branch value = flag:language_branch_yeniseian } } + else_if = { limit = { has_cultural_parameter = language_branch_burusho } set_variable = { name = language_branch value = flag:language_branch_burusho } } + else_if = { limit = { has_cultural_parameter = language_branch_khasic } set_variable = { name = language_branch value = flag:language_branch_khasic } } } ccu_initialize_language_group_effect = { - if = { limit = { has_cultural_parameter = language_group_baltic } set_variable = { name = language_group value = 0 } } - else_if = { limit = { has_cultural_parameter = language_group_slavic } set_variable = { name = language_group value = 1 } } - else_if = { limit = { has_cultural_parameter = language_group_continental_celtic } set_variable = { name = language_group value = 2 } } - else_if = { limit = { has_cultural_parameter = language_group_insular_celtic } set_variable = { name = language_group value = 3 } } - else_if = { limit = { has_cultural_parameter = language_group_east_germanic } set_variable = { name = language_group value = 4 } } - else_if = { limit = { has_cultural_parameter = language_group_west_germanic } set_variable = { name = language_group value = 5 } } - else_if = { limit = { has_cultural_parameter = language_group_iranic } set_variable = { name = language_group value = 6 } } - else_if = { limit = { has_cultural_parameter = language_group_romance } set_variable = { name = language_group value = 7 } } - else_if = { limit = { has_cultural_parameter = language_group_northwest_semitic } set_variable = { name = language_group value = 8 } } - else_if = { limit = { has_cultural_parameter = language_group_sayhadic } set_variable = { name = language_group value = 9 } } - else_if = { limit = { has_cultural_parameter = language_group_tamil_kannada } set_variable = { name = language_group value = 10 } } - else_if = { limit = { has_cultural_parameter = language_group_telugu_gondi } set_variable = { name = language_group value = 11 } } - else_if = { limit = { has_cultural_parameter = language_group_daghestanian } set_variable = { name = language_group value = 12 } } - else_if = { limit = { has_cultural_parameter = language_group_mongolian } set_variable = { name = language_group value = 13 } } - else_if = { limit = { has_cultural_parameter = language_group_paramongolic } set_variable = { name = language_group value = 14 } } - else_if = { limit = { has_cultural_parameter = language_group_zan } set_variable = { name = language_group value = 15 } } - else_if = { limit = { has_cultural_parameter = language_group_nuristani } set_variable = { name = language_group value = 16 } } - else_if = { limit = { has_cultural_parameter = language_group_indo_aryan } set_variable = { name = language_group value = 17 } } - else = { set_variable = { name = language_group value = -1 } } + if = { limit = { has_cultural_parameter = language_group_baltic } set_variable = { name = language_group value = flag:language_group_baltic } } + else_if = { limit = { has_cultural_parameter = language_group_slavic } set_variable = { name = language_group value = flag:language_group_slavic } } + else_if = { limit = { has_cultural_parameter = language_group_continental_celtic } set_variable = { name = language_group value = flag:language_group_continental_celtic } } + else_if = { limit = { has_cultural_parameter = language_group_insular_celtic } set_variable = { name = language_group value = flag:language_group_insular_celtic } } + else_if = { limit = { has_cultural_parameter = language_group_east_germanic } set_variable = { name = language_group value = flag:language_group_east_germanic } } + else_if = { limit = { has_cultural_parameter = language_group_west_germanic } set_variable = { name = language_group value = flag:language_group_west_germanic } } + else_if = { limit = { has_cultural_parameter = language_group_iranic } set_variable = { name = language_group value = flag:language_group_iranic } } + else_if = { limit = { has_cultural_parameter = language_group_romance } set_variable = { name = language_group value = flag:language_group_romance } } + else_if = { limit = { has_cultural_parameter = language_group_northwest_semitic } set_variable = { name = language_group value = flag:language_group_northwest_semitic } } + else_if = { limit = { has_cultural_parameter = language_group_sayhadic } set_variable = { name = language_group value = flag:language_group_sayhadic } } + else_if = { limit = { has_cultural_parameter = language_group_tamil_kannada } set_variable = { name = language_group value = flag:language_group_tamil_kannada } } + else_if = { limit = { has_cultural_parameter = language_group_telugu_gondi } set_variable = { name = language_group value = flag:language_group_telugu_gondi } } + else_if = { limit = { has_cultural_parameter = language_group_daghestanian } set_variable = { name = language_group value = flag:language_group_daghestanian } } + else_if = { limit = { has_cultural_parameter = language_group_mongolian } set_variable = { name = language_group value = flag:language_group_mongolian } } + else_if = { limit = { has_cultural_parameter = language_group_paramongolic } set_variable = { name = language_group value = flag:language_group_paramongolic } } + else_if = { limit = { has_cultural_parameter = language_group_zan } set_variable = { name = language_group value = flag:language_group_zan } } + else_if = { limit = { has_cultural_parameter = language_group_nuristani } set_variable = { name = language_group value = flag:language_group_nuristani } } + else_if = { limit = { has_cultural_parameter = language_group_indo_aryan } set_variable = { name = language_group value = flag:language_group_indo_aryan } } + else = { set_variable = { name = language_group value = flag:none } } } #NB: Dialect continua should *not* be mutually exclusive, so only use if statements here @@ -196,9 +196,9 @@ ccu_initialize_dialect_continua_effect = { #NB: Make sure value matches the desired language group, otherwise it'll be a problem #NB: If negative numbers are assigned to language groups above, this will break ccu_initialize_language_creole_effect = { - if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = 15 } } - else_if = { limit = { has_cultural_parameter = language_creole_semitic } set_variable = { name = language_creole value = 35 } } - else = { set_variable = { name = language_creole value = -1 } } + if = { limit = { has_cultural_parameter = language_creole_romance } set_variable = { name = language_creole value = flag:language_creole_romance } } + else_if = { limit = { has_cultural_parameter = language_creole_semitic } set_variable = { name = language_creole value = flag:language_creole_semitic } } + else = { set_variable = { name = language_creole value = flag:none } } } #Groupings of Genetic Unrelated languages that still possess some superficial similarity diff --git a/WtWSMS/common/scripted_triggers/ccu_API.txt b/WtWSMS/common/scripted_triggers/ccu_API.txt index 0806a8d417..a4d4fabd2f 100644 --- a/WtWSMS/common/scripted_triggers/ccu_API.txt +++ b/WtWSMS/common/scripted_triggers/ccu_API.txt @@ -5,14 +5,10 @@ # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_heritage_family_as_trigger = { TARGET = culture:yyy } } - has_same_heritage_family_as_trigger = { - has_variable_list = heritage_family - $TARGET$ = { has_variable_list = heritage_family } - any_in_list = { - variable = heritage_family - save_temporary_scope_as = source_heritage_family - $TARGET$ = { is_target_in_variable_list = { name = heritage_family target = scope:source_heritage_family } } + ccu_has_same_variable_list_trigger = { + TARGET = $TARGET$ + VARIABLE = heritage_family } } @@ -21,14 +17,10 @@ has_same_heritage_family_as_trigger = { # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_heritage_group_as_trigger = { TARGET = culture:yyy } } - has_same_heritage_group_as_trigger = { - has_variable_list = heritage_group - $TARGET$ = { has_variable_list = heritage_group } - any_in_list = { - variable = heritage_group - save_temporary_scope_as = source_heritage_group - $TARGET$ = { is_target_in_variable_list = { name = heritage_group target = scope:source_heritage_group } } + ccu_has_same_variable_list_trigger = { + TARGET = $TARGET$ + VARIABLE = heritage_group } } @@ -37,13 +29,11 @@ has_same_heritage_group_as_trigger = { # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_kulturbund_as_trigger = { TARGET = culture:yyy } } - has_same_kulturbund_as_trigger = { - NOR = { - var:kulturbund = -1 - $TARGET$.var:kulturbund = -1 + ccu_has_same_variable_with_flag_none_trigger = { + TARGET = $TARGET$ + VARIABLE = kulturbund } - var:kulturbund = $TARGET$.var:kulturbund } #Languages @@ -53,9 +43,11 @@ has_same_kulturbund_as_trigger = { # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_language_family_as_trigger = { TARGET = culture:yyy } } - has_same_language_family_as_trigger = { - var:language_family = $TARGET$.var:language_family + ccu_has_same_variable_trigger = { + TARGET = $TARGET$ + VARIABLE = language_family + } } ################################################################### @@ -63,9 +55,11 @@ has_same_language_family_as_trigger = { # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_language_branch_as_trigger = { TARGET = culture:yyy } } - has_same_language_branch_as_trigger = { - var:language_branch = $TARGET$.var:language_branch + ccu_has_same_variable_trigger = { + TARGET = $TARGET$ + VARIABLE = language_branch + } } ################################################################### @@ -73,13 +67,11 @@ has_same_language_branch_as_trigger = { # Scope: culture # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_language_group_as_trigger = { TARGET = culture:yyy } } - has_same_language_group_as_trigger = { - NOR = { - var:language_group = -1 - $TARGET$.var:language_group = -1 + ccu_has_same_variable_with_flag_none_trigger = { + TARGET = $TARGET$ + VARIABLE = language_group } - var:language_group = $TARGET$.var:language_group } ################################################################### @@ -88,12 +80,9 @@ has_same_language_group_as_trigger = { # Arguments: target (culture) # Sample Usage: culture:xxx = { has_same_dialect_continuum_as_trigger = { TARGET = culture:yyy } } has_same_dialect_continuum_as_trigger = { - has_variable_list = dialect_continuum - $TARGET$ = { has_variable_list = dialect_continuum } - any_in_list = { - variable = dialect_continuum - save_temporary_scope_as = source_dialect_continuum - $TARGET$ = { is_target_in_variable_list = { name = dialect_continuum target = scope:source_dialect_continuum } } + ccu_has_same_variable_list_trigger = { + TARGET = $TARGET$ + VARIABLE = dialect_continuum } } @@ -121,3 +110,58 @@ has_a_creole_language_trigger = { $TARGET$.var:language_branch = var:language_creole } } + +#Generics + +################################################################### +# Purpose: General check if cultures have same variabl lists +# Scope: culture +# Arguments: target (culture), variable (variable list name) +ccu_has_same_variable_list_trigger = { + trigger_if = { + limit = { + has_variable_list = $VARIABLE$ + $TARGET$ = { has_variable_list = $VARIABLE$ } + } + any_in_list = { + variable = $VARIABLE$ + save_temporary_scope_as = source_variable_list + $TARGET$ = { is_target_in_variable_list = { name = $VARIABLE$ target = scope:source_variable_list } } + } + } + trigger_else = { always = no } +} + +################################################################### +# Purpose: General check if cultures have same variable values, with a -1 as a "no match" +# Scope: culture +# Arguments: target (culture), variable (variable name) +ccu_has_same_variable_with_flag_none_trigger = { + trigger_if = { + limit = { + has_variable = $VARIABLE$ + $TARGET$ = { has_variable = $VARIABLE$ } + } + NOR = { + var:$VARIABLE$ = flag:none + $TARGET$.var:$VARIABLE$ = flag:none + } + var:$VARIABLE$ = $TARGET$.var:$VARIABLE$ + } + trigger_else = { always = no } +} + +################################################################### +# Purpose: General check if cultures have same variable values +# Scope: culture +# Arguments: target (culture), variable (variable name) +ccu_has_same_variable_trigger = { + trigger_if = { + limit = { + has_variable = $VARIABLE$ + $TARGET$ = { has_variable = $VARIABLE$ } + } + var:$VARIABLE$ = $TARGET$.var:$VARIABLE$ + } + trigger_else = { always = no } +} diff --git a/WtWSMS/localization/english/ccu_features_l_english.yml b/WtWSMS/localization/english/ccu_features_l_english.yml index fb1f0bf6de..297b251a28 100644 --- a/WtWSMS/localization/english/ccu_features_l_english.yml +++ b/WtWSMS/localization/english/ccu_features_l_english.yml @@ -1,163 +1,16 @@ l_english: #Heritages ## Heritage Families - culture_parameter_heritage_family_african: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the African [heritage_family|E]" - culture_parameter_heritage_family_east_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Asian [heritage_family|E]" - culture_parameter_heritage_family_eurasian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian [heritage_family|E]" - culture_parameter_heritage_family_european: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the European [heritage_family|E]" - culture_parameter_heritage_family_south_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Asian [heritage_family|E]" - culture_parameter_heritage_family_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_family|E]" ## Heritage Groups - culture_parameter_heritage_group_afro_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Afro-Asian [heritage_group|E]" - culture_parameter_heritage_group_balko_anatolian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balko-Anatolian [heritage_group|E]" - culture_parameter_heritage_group_celtic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [heritage_group|E]" - culture_parameter_heritage_group_central_european: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central European [heritage_group|E]" - culture_parameter_heritage_group_eastern_european: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern European [heritage_group|E]" - culture_parameter_heritage_group_eurasian_steppe: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian Steppe [heritage_group|E]" - culture_parameter_heritage_group_fennoscandian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Fennoscandian [heritage_group|E]" - culture_parameter_heritage_group_germanic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [heritage_group|E]" - culture_parameter_heritage_group_greater_chinese: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [heritage_group|E]" - culture_parameter_heritage_group_greater_indian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indic [heritage_group|E]" - culture_parameter_heritage_group_greater_iranian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eranian [heritage_group|E]" - culture_parameter_heritage_group_iberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iberian [heritage_group|E]" - culture_parameter_heritage_group_north_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North African [heritage_group|E]" - culture_parameter_heritage_group_north_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Asian [heritage_group|E]" - culture_parameter_heritage_group_romance: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [heritage_group|E]" - culture_parameter_heritage_group_slavic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [heritage_group|E]" - culture_parameter_heritage_group_west_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" - culture_parameter_heritage_group_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_group|E]" - ## Kulturbunds - culture_parameter_heritage_kulturbund_turco_mongol: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongol [kulturbund|E]" - culture_parameter_heritage_kulturbund_himalayan: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Himalayan [kulturbund|E]" - culture_parameter_heritage_kulturbund_scythian: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Scythian [kulturbund|E]" + # Languages ## Language Families - culture_parameter_language_family_indo_european: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-European [language_family|E]" - culture_parameter_language_family_afro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Afro-Asiatic [language_family|E]" - culture_parameter_language_family_dravidian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Dravidian [language_family|E]" - culture_parameter_language_family_basque: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Basque [language_family|E]" - culture_parameter_language_family_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_family|E]" - culture_parameter_language_family_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northeast Caucasian [language_family|E]" - culture_parameter_language_family_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Caucasian [language_family|E]" - culture_parameter_language_family_uralic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Uralic [language_family|E]" - culture_parameter_language_family_turkic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turkic [language_family|E]" - culture_parameter_language_family_mongolic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_family|E]" - culture_parameter_language_family_siberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Siberian [language_family|E]" - culture_parameter_language_family_tungusic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_family|E]" - culture_parameter_language_family_sino_tibetan: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sino-Tibetan [language_family|E]" - culture_parameter_language_family_atlantic_congo: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Atlantic-Congo [language_family|E]" - culture_parameter_language_family_mande: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mande [language_family|E]" - culture_parameter_language_family_nilo_saharan: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nilo-Saharan [language_family|E]" - culture_parameter_language_family_austro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Austro-Asiatic [language_family|E]" - culture_parameter_language_family_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_family|E]" - culture_parameter_language_family_corduenian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_family|E]" - culture_parameter_language_family_burusho: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Burushaski [language_family|E]" ## Language Branches - culture_parameter_language_branch_anatolian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_branch|E]" - culture_parameter_language_branch_hellenic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_branch|E]" - culture_parameter_language_branch_armenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_branch|E]" - culture_parameter_language_branch_celtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_branch|E]" - culture_parameter_language_branch_italic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italic [language_branch|E]" - culture_parameter_language_branch_tocharian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [language_branch|E]" - culture_parameter_language_branch_balto_slavic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [language_branch|E]" - culture_parameter_language_branch_germanic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [language_branch|E]" - culture_parameter_language_branch_balkan: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balkan [language_branch|E]" - culture_parameter_language_branch_albanian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Albanian [language_branch|E]" - culture_parameter_language_branch_phrygian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Phrygian [language_branch|E]" - culture_parameter_language_branch_berber: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Amazigh [language_branch|E]" - culture_parameter_language_branch_chadic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Chadic [language_branch|E]" - culture_parameter_language_branch_cushtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Cushtic [language_branch|E]" - culture_parameter_language_branch_egyptian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Egyptian [language_branch|E]" - culture_parameter_language_branch_omotic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Omotic [language_branch|E]" - culture_parameter_language_branch_semitic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [language_branch|E]" - culture_parameter_language_branch_north_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Dravidian [language_branch|E]" - culture_parameter_language_branch_vasconic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [language_branch|E]" - culture_parameter_language_branch_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_branch|E]" - culture_parameter_language_branch_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caspian Caucasian [language_branch|E]" - culture_parameter_language_branch_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Pontic Caucasian [language_branch|E]" - culture_parameter_language_branch_finnic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Finnic [language_branch|E]" - culture_parameter_language_branch_sami: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sami [language_branch|E]" - culture_parameter_language_branch_urgic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ugric [language_branch|E]" - culture_parameter_language_branch_permic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Permic [language_branch|E]" - culture_parameter_language_branch_volga_finnic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volga-Finnic [language_branch|E]" - culture_parameter_language_branch_samoyedic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Samoyedic [language_branch|E]" - culture_parameter_language_branch_oghuric: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuric [language_branch|E]" - culture_parameter_language_branch_shaz_turkic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuz Turkic [language_branch|E]" - culture_parameter_language_branch_mongolic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_branch|E]" - culture_parameter_language_branch_yeniseian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Yeniseian [language_branch|E]" - culture_parameter_language_branch_tungusic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_branch|E]" - culture_parameter_language_branch_sinitic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [language_branch|E]" - culture_parameter_language_branch_tibeto_burman: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Burman [language_branch|E]" - culture_parameter_language_branch_savannas: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gur-Adamawa [language_branch|E]" - culture_parameter_language_branch_kru: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kru [language_branch|E]" - culture_parameter_language_branch_volta_congo: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volta-Congo [language_branch|E]" - culture_parameter_language_branch_senegabrian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Senegambian [language_branch|E]" - culture_parameter_language_branch_manding: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Manding [language_branch|E]" - culture_parameter_language_branch_soninke: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Soninke [language_branch|E]" - culture_parameter_language_branch_songhay: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Songhay [language_branch|E]" - culture_parameter_language_branch_sudanic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sudanic [language_branch|E]" - culture_parameter_language_branch_tubu: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tebu [language_branch|E]" - culture_parameter_language_branch_munda: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Munda [language_branch|E]" - culture_parameter_language_branch_monic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Monic [language_branch|E]" - culture_parameter_language_branch_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_branch|E]" - culture_parameter_language_branch_corduenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_branch|E]" - culture_parameter_language_branch_indo_iranic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Iranic [language_branch|E]" - culture_parameter_language_branch_south_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_branch|E]" - culture_parameter_language_branch_magyar: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Magyar [language_branch|E]" - culture_parameter_language_branch_burusho: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Burushaski [language_branch|E]" - culture_parameter_language_branch_khasic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Khasic [language_branch|E]" ## Language Groups - culture_parameter_language_group_baltic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Baltic [language_group|E]" - culture_parameter_language_group_slavic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [language_group|E]" - culture_parameter_language_group_continental_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Continental Celtic [language_group|E]" - culture_parameter_language_group_insular_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Insular Celtic [language_group|E]" - culture_parameter_language_group_east_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Germanic [language_group|E]" - culture_parameter_language_group_west_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Germanic [language_group|E]" - culture_parameter_language_group_iranic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranic [language_group|E]" - culture_parameter_language_group_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_group|E]" - culture_parameter_language_group_romance: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_group|E]" - culture_parameter_language_group_northwest_semitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Semitic [language_group|E]" - culture_parameter_language_group_sayhadic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sayhadic [language_group|E]" - culture_parameter_language_group_tamil_kannada: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tamil-Kannada [language_group|E]" - culture_parameter_language_group_telugu_gondi: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Telegu-Gondi [language_group|E]" - culture_parameter_language_group_daghestanian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Daghestanian [language_group|E]" - culture_parameter_language_group_mongolian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolian [language_group|E]" - culture_parameter_language_group_paramongolic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Para-Mongolic [language_group|E]" - culture_parameter_language_group_zan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Zan [language_group|E]" - culture_parameter_language_group_nuristani: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_group|E]" ## Language Unions - culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" - culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" - culture_parameter_language_union_steppe_siberian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" ## Language Creoles - culture_parameter_language_creole_romance: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Romance [language_branch|E], as this language is a [creole|E]" - culture_parameter_language_creole_semitic: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Semitic [language_branch|E], as this language is a [creole|E]" ## Dialect Continua - culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_occitano_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Occitano-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_gallo_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gallo-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_italo_dalmatian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italo-Dalmatian [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_rhaeto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Rhaeto-Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the British Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_eastern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_northern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_syrian_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Syrian Romance [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_gaulish: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gaulish [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_eastern_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Iranian [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_western_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Iranian [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_hispano_celtic: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hispano-Celtic [dialect_continuum|E]" - #Indo-Aryan Cultures - culture_parameter_language_dialect_continuum_prakrit: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Prakrit [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_eastern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Indo-Aryan [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_central_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central Indo-Aryan [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_western_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Indo-Aryan [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_northwestern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwestern Indo-Aryan [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_southern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Indo-Aryan [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_eastern_dardic_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Dardic Indo-Aryan [dialect_continuum|E]" - culture_parameter_language_dialect_continuum_northern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Indo-Aryan [dialect_continuum|E]" - + # Game Concepts game_concept_heritages: "Heritages" diff --git a/WtWSMS/localization/english/ccu_parameters_l_english.yml b/WtWSMS/localization/english/ccu_parameters_l_english.yml new file mode 100644 index 0000000000..760214726f --- /dev/null +++ b/WtWSMS/localization/english/ccu_parameters_l_english.yml @@ -0,0 +1,160 @@ +l_english: + #Heritages + ## Heritage Families + culture_parameter_heritage_family_african: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the African [heritage_family|E]" + culture_parameter_heritage_family_east_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Asian [heritage_family|E]" + culture_parameter_heritage_family_eurasian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian [heritage_family|E]" + culture_parameter_heritage_family_european: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the European [heritage_family|E]" + culture_parameter_heritage_family_south_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Asian [heritage_family|E]" + culture_parameter_heritage_family_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_family|E]" + ## Heritage Groups + culture_parameter_heritage_group_afro_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Afro-Asian [heritage_group|E]" + culture_parameter_heritage_group_balko_anatolian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balko-Anatolian [heritage_group|E]" + culture_parameter_heritage_group_celtic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [heritage_group|E]" + culture_parameter_heritage_group_central_european: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central European [heritage_group|E]" + culture_parameter_heritage_group_eastern_european: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern European [heritage_group|E]" + culture_parameter_heritage_group_eurasian_steppe: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eurasian Steppe [heritage_group|E]" + culture_parameter_heritage_group_fennoscandian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Fennoscandian [heritage_group|E]" + culture_parameter_heritage_group_germanic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [heritage_group|E]" + culture_parameter_heritage_group_greater_chinese: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [heritage_group|E]" + culture_parameter_heritage_group_greater_indian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indic [heritage_group|E]" + culture_parameter_heritage_group_greater_iranian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eranian [heritage_group|E]" + culture_parameter_heritage_group_iberian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iberian [heritage_group|E]" + culture_parameter_heritage_group_north_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North African [heritage_group|E]" + culture_parameter_heritage_group_north_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Asian [heritage_group|E]" + culture_parameter_heritage_group_romance: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [heritage_group|E]" + culture_parameter_heritage_group_slavic: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [heritage_group|E]" + culture_parameter_heritage_group_west_african: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West African [heritage_group|E]" + culture_parameter_heritage_group_west_asian: "#P +[EmptyScope.ScriptValue('same_heritage_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Asian [heritage_group|E]" + ## Kulturbunds + culture_parameter_heritage_kulturbund_turco_mongol: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turco-Mongol [kulturbund|E]" + culture_parameter_heritage_kulturbund_himalayan: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Himalayan [kulturbund|E]" + culture_parameter_heritage_kulturbund_scythian: "#P +[EmptyScope.ScriptValue('same_heritage_kulturbund_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Scythian [kulturbund|E]" + # Languages + ## Language Families + culture_parameter_language_family_indo_european: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-European [language_family|E]" + culture_parameter_language_family_afro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Afro-Asiatic [language_family|E]" + culture_parameter_language_family_dravidian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Dravidian [language_family|E]" + culture_parameter_language_family_basque: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Basque [language_family|E]" + culture_parameter_language_family_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_family|E]" + culture_parameter_language_family_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northeast Caucasian [language_family|E]" + culture_parameter_language_family_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Caucasian [language_family|E]" + culture_parameter_language_family_uralic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Uralic [language_family|E]" + culture_parameter_language_family_turkic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Turkic [language_family|E]" + culture_parameter_language_family_mongolic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_family|E]" + culture_parameter_language_family_siberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Siberian [language_family|E]" + culture_parameter_language_family_tungusic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_family|E]" + culture_parameter_language_family_sino_tibetan: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sino-Tibetan [language_family|E]" + culture_parameter_language_family_atlantic_congo: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Atlantic-Congo [language_family|E]" + culture_parameter_language_family_mande: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mande [language_family|E]" + culture_parameter_language_family_nilo_saharan: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nilo-Saharan [language_family|E]" + culture_parameter_language_family_austro_asiatic: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Austro-Asiatic [language_family|E]" + culture_parameter_language_family_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_family|E]" + culture_parameter_language_family_corduenian: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_family|E]" + culture_parameter_language_family_burusho: "#P +[EmptyScope.ScriptValue('same_language_family_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Burushaski [language_family|E]" + ## Language Branches + culture_parameter_language_branch_anatolian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Anatolian [language_branch|E]" + culture_parameter_language_branch_hellenic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hellenic [language_branch|E]" + culture_parameter_language_branch_armenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Armenian [language_branch|E]" + culture_parameter_language_branch_celtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Celtic [language_branch|E]" + culture_parameter_language_branch_italic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italic [language_branch|E]" + culture_parameter_language_branch_tocharian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tocharian [language_branch|E]" + culture_parameter_language_branch_balto_slavic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balto-Slavic [language_branch|E]" + culture_parameter_language_branch_germanic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Germanic [language_branch|E]" + culture_parameter_language_branch_balkan: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Balkan [language_branch|E]" + culture_parameter_language_branch_albanian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Albanian [language_branch|E]" + culture_parameter_language_branch_phrygian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Phrygian [language_branch|E]" + culture_parameter_language_branch_berber: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Amazigh [language_branch|E]" + culture_parameter_language_branch_chadic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Chadic [language_branch|E]" + culture_parameter_language_branch_cushtic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Cushtic [language_branch|E]" + culture_parameter_language_branch_egyptian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Egyptian [language_branch|E]" + culture_parameter_language_branch_omotic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Omotic [language_branch|E]" + culture_parameter_language_branch_semitic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Semitic [language_branch|E]" + culture_parameter_language_branch_north_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the North Dravidian [language_branch|E]" + culture_parameter_language_branch_vasconic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Vasconic [language_branch|E]" + culture_parameter_language_branch_kartvelian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kartvelian [language_branch|E]" + culture_parameter_language_branch_northeast_caucasian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caspian Caucasian [language_branch|E]" + culture_parameter_language_branch_northwest_caucasian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Pontic Caucasian [language_branch|E]" + culture_parameter_language_branch_finnic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Finnic [language_branch|E]" + culture_parameter_language_branch_sami: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sami [language_branch|E]" + culture_parameter_language_branch_urgic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ugric [language_branch|E]" + culture_parameter_language_branch_permic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Permic [language_branch|E]" + culture_parameter_language_branch_volga_finnic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volga-Finnic [language_branch|E]" + culture_parameter_language_branch_samoyedic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Samoyedic [language_branch|E]" + culture_parameter_language_branch_oghuric: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuric [language_branch|E]" + culture_parameter_language_branch_shaz_turkic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Oghuz Turkic [language_branch|E]" + culture_parameter_language_branch_mongolic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolic [language_branch|E]" + culture_parameter_language_branch_yeniseian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Yeniseian [language_branch|E]" + culture_parameter_language_branch_tungusic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tungusic [language_branch|E]" + culture_parameter_language_branch_sinitic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sinitic [language_branch|E]" + culture_parameter_language_branch_tibeto_burman: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tibeto-Burman [language_branch|E]" + culture_parameter_language_branch_savannas: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gur-Adamawa [language_branch|E]" + culture_parameter_language_branch_kru: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Kru [language_branch|E]" + culture_parameter_language_branch_volta_congo: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Volta-Congo [language_branch|E]" + culture_parameter_language_branch_senegabrian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Senegambian [language_branch|E]" + culture_parameter_language_branch_manding: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Manding [language_branch|E]" + culture_parameter_language_branch_soninke: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Soninke [language_branch|E]" + culture_parameter_language_branch_songhay: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Songhay [language_branch|E]" + culture_parameter_language_branch_sudanic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sudanic [language_branch|E]" + culture_parameter_language_branch_tubu: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tebu [language_branch|E]" + culture_parameter_language_branch_munda: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Munda [language_branch|E]" + culture_parameter_language_branch_monic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Monic [language_branch|E]" + culture_parameter_language_branch_paleo_iberian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Paleo-Iberian [language_branch|E]" + culture_parameter_language_branch_corduenian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Corduenian [language_branch|E]" + culture_parameter_language_branch_indo_iranic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Iranic [language_branch|E]" + culture_parameter_language_branch_south_dravidian: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the South Dravidian [language_branch|E]" + culture_parameter_language_branch_magyar: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Magyar [language_branch|E]" + culture_parameter_language_branch_burusho: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Burushaski [language_branch|E]" + culture_parameter_language_branch_khasic: "#P +[EmptyScope.ScriptValue('same_language_branch_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Khasic [language_branch|E]" + ## Language Groups + culture_parameter_language_group_baltic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Baltic [language_group|E]" + culture_parameter_language_group_slavic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Slavic [language_group|E]" + culture_parameter_language_group_continental_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Continental Celtic [language_group|E]" + culture_parameter_language_group_insular_celtic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Insular Celtic [language_group|E]" + culture_parameter_language_group_east_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Germanic [language_group|E]" + culture_parameter_language_group_west_germanic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the West Germanic [language_group|E]" + culture_parameter_language_group_iranic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Iranic [language_group|E]" + culture_parameter_language_group_indo_aryan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indo-Aryan [language_group|E]" + culture_parameter_language_group_romance: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Romance [language_group|E]" + culture_parameter_language_group_northwest_semitic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwest Semitic [language_group|E]" + culture_parameter_language_group_sayhadic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Sayhadic [language_group|E]" + culture_parameter_language_group_tamil_kannada: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Tamil-Kannada [language_group|E]" + culture_parameter_language_group_telugu_gondi: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Telegu-Gondi [language_group|E]" + culture_parameter_language_group_daghestanian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Daghestanian [language_group|E]" + culture_parameter_language_group_mongolian: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Mongolian [language_group|E]" + culture_parameter_language_group_paramongolic: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Para-Mongolic [language_group|E]" + culture_parameter_language_group_zan: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Zan [language_group|E]" + culture_parameter_language_group_nuristani: "#P +[EmptyScope.ScriptValue('same_language_group_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Nuristani [language_group|E]" + ## Language Unions + culture_parameter_language_union_caucasus: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Caucasus [language_union|E]" + culture_parameter_language_union_indian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Indian [language_union|E]" + culture_parameter_language_union_steppe_siberian: "#P +[EmptyScope.ScriptValue('same_language_union_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Steppe-Siberian [language_union|E]" + ## Language Creoles + culture_parameter_language_creole_romance: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Romance [language_branch|E], as this language is a [creole|E]" + culture_parameter_language_creole_semitic: "#P +[EmptyScope.ScriptValue('creole_language_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with cultures with the Semitic [language_branch|E], as this language is a [creole|E]" + ## Dialect Continua + culture_parameter_language_dialect_continuum_proto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Proto-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_ibero_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Ibero-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_occitano_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Occitano-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_gallo_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gallo-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_italo_dalmatian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Italo-Dalmatian [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_rhaeto_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Rhaeto-Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_british_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the British Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_southern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_northern_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_syrian_romance: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Syrian Romance [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_gaulish: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Gaulish [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the East Iranian [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_western_iranian: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Iranian [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_hispano_celtic: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Hispano-Celtic [dialect_continuum|E]" + #Indo-Aryan Cultures + culture_parameter_language_dialect_continuum_prakrit: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Prakrit [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_central_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Central Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_western_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Western Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_northwestern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northwestern Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_southern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Southern Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_eastern_dardic_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Eastern Dardic Indo-Aryan [dialect_continuum|E]" + culture_parameter_language_dialect_continuum_northern_indo_aryan: "#P +[EmptyScope.ScriptValue('same_dialect_continuum_cultural_acceptance')|0]#! [cultural_acceptance_baseline|E] with Cultures sharing the Northern Indo-Aryan [dialect_continuum|E]" + \ No newline at end of file From 99c5027bd65e5a33d1b913397e2abe7295ba0485 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 25 Mar 2023 16:18:59 -0400 Subject: [PATCH 322/339] Fixup Maryul, Kashmir --- .../dynasties/_lt_rascek_BP_dynasties.txt | 6 ++ .../_lt_rascek_fictional_nontribals.txt | 63 +++++++++++++++++ WtWSMS/history/provinces/bp_k_maryul.txt | 22 +++--- WtWSMS/history/titles/bp_k_kashmir.txt | 32 +++++---- WtWSMS/history/titles/bp_k_maryul.txt | 67 +++++++------------ .../tribal_character_history_generator.py | 6 +- 6 files changed, 122 insertions(+), 74 deletions(-) diff --git a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt index 78e01a5bd4..88018676df 100644 --- a/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt +++ b/WtWSMS/common/dynasties/_lt_rascek_BP_dynasties.txt @@ -467,6 +467,12 @@ aramean_dynn_abahu = { culture = aramean } +#Peristani dynnasties +pamiri_dynn_gilgit = { + name = dynn_Paramara + culture = pamiri +} + #Proto-Carpathian Dynasties macedonian_dynn_Argead = { name = dynn_Argead diff --git a/WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt b/WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt index 4f3956f68d..ab2f11ceb3 100644 --- a/WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt +++ b/WtWSMS/history/characters/_lt_rascek_fictional_nontribals.txt @@ -48,3 +48,66 @@ ChersonesusRepublican006 = { 587.1.1 = { birth = yes } 643.1.1 = { death = yes } } +#Unknown Rulers of the Patola Shahis (Gilgit) from the pre-Tibetan period +GilgitBuddhists000 = { + name = MensU_r + dynasty = pamiri_dynn_gilgit + religion = vajrayana + culture = pamiri + 402.1.1 = { birth = yes } + 470.1.1 = { death = yes } +} +GilgitBuddhists001 = { + name = Firdews + dynasty = pamiri_dynn_gilgit + religion = vajrayana + culture = pamiri + father = GilgitBuddhists000 + 422.1.1 = { birth = yes } + 474.1.1 = { death = yes } +} +GilgitBuddhists002 = { + name = S_arvin + dynasty = pamiri_dynn_gilgit + religion = vajrayana + culture = pamiri + father = GilgitBuddhists001 + 446.1.1 = { birth = yes } + 486.1.1 = { death = yes } +} +GilgitBuddhists003 = { + name = Xarmandar + dynasty = pamiri_dynn_gilgit + religion = vajrayana + culture = pamiri + father = GilgitBuddhists002 + 476.1.1 = { birth = yes } + 524.1.1 = { death = yes } +} +GilgitBuddhists004 = { + name = NE_C_I_rvan + dynasty = pamiri_dynn_gilgit + religion = vajrayana + culture = pamiri + father = GilgitBuddhists003 + 516.1.1 = { birth = yes } + 574.1.1 = { death = yes } +} +GilgitBuddhists005 = { + name = NoS_I_rwan + dynasty = pamiri_dynn_gilgit + religion = vajrayana + culture = pamiri + father = GilgitBuddhists004 + 545.1.1 = { birth = yes } + 589.1.1 = { death = yes } +} +GilgitBuddhists006 = { + name = Eyyub + dynasty = pamiri_dynn_gilgit + religion = vajrayana + culture = pamiri + father = GilgitBuddhists005 + 574.1.1 = { birth = yes } + 618.1.1 = { death = yes } +} diff --git a/WtWSMS/history/provinces/bp_k_maryul.txt b/WtWSMS/history/provinces/bp_k_maryul.txt index 0e75474b20..b7610ccd33 100644 --- a/WtWSMS/history/provinces/bp_k_maryul.txt +++ b/WtWSMS/history/provinces/bp_k_maryul.txt @@ -15,12 +15,6 @@ # https://en.wikipedia.org/wiki/Indo-Aryan_languages#/media/File:Indo-Aryan_language_map.svg # Ladakh/Gilgit-Baltistan-Aksai-Chin-Jammu&Kashmir # https://en.wikipedia.org/wiki/Gilgit-Baltistan#/media/File:Kashmir_Region_November_2019.jpg -# -# So -# Balitstan: Balti people -# c_skardu, c_shigar, c_khaplu -# -# Padum seems to be a mixed prvoince, so left Kashmiri; remainder eastwards turned Zhangzhung # k_maryul @@ -75,9 +69,9 @@ ###c_padum 9013 = { # 9013 - Padum - culture = kashmiri #Dardic - religion = vajrayana - holding = castle_holding + culture = balti #Dardic + religion = old_bon + holding = tribal_holding } 9014 = { # 9014 - Zangla holding = none #Buddhist nunnery, but probably after the timeline @@ -96,9 +90,9 @@ } ###c_purig 9018 = { # 9018 - Purig (Kargil) - culture = kashmiri #Dardic - religion = vajrayana - holding = castle_holding + culture = balti #Dardic + religion = old_bon + holding = tribal_holding } 9019 = { # 9019 - Dras holding = none @@ -108,8 +102,8 @@ ###c_skardu 9020 = { # 9020 - Skardu - culture = kashmiri - religion = shaivism + culture = balti + religion = old_bon holding = tribal_holding } 9021 = { # 9021 - Roundu diff --git a/WtWSMS/history/titles/bp_k_kashmir.txt b/WtWSMS/history/titles/bp_k_kashmir.txt index 3a3a2c8a39..d4b3294e31 100644 --- a/WtWSMS/history/titles/bp_k_kashmir.txt +++ b/WtWSMS/history/titles/bp_k_kashmir.txt @@ -92,7 +92,17 @@ c_astore = { #k_kashmir rulers (changed from c_kasmira) #Development by county d_pamir = { - 1.1.1 = {} + #Patola Shahis + 422.1.1 = { + holder = GilgitBuddhists000 + government = mandala_government + } + 470.1.1 = { holder = GilgitBuddhists001 } + 474.1.1 = { holder = GilgitBuddhists002 } + 486.1.1 = { holder = GilgitBuddhists003 } + 524.1.1 = { holder = GilgitBuddhists004 } + 574.1.1 = { holder = GilgitBuddhists005 } + 589.1.1 = { holder = GilgitBuddhists006 } } c_gilgit = { #Development @@ -100,19 +110,13 @@ c_gilgit = { 600.1.1 = { change_development_level = 01 } 800.1.1 = { change_development_level = 02 } #Rulers - 450.1.1 = { holder = kashmiri000 } - 519.1.1 = { holder = kashmiri001 } - 561.1.1 = { holder = kashmiri002 } - 598.1.1 = { holder = kashmiri004 } - 634.1.1 = { holder = kashmiri005 } - 694.1.1 = { holder = kashmiri006 } - 703.1.1 = { holder = kashmiri007 } - 739.1.1 = { holder = kashmiri010 } - 740.1.1 = { holder = kashmiri011 } - 746.1.1 = { holder = kashmiri013 } - 750.1.1 = { holder = kashmiri014 } - 751.1.1 = { holder = kashmiri015 } - 781.1.1 = { holder = kashmiri018 } + 422.1.1 = { holder = GilgitBuddhists000 } + 470.1.1 = { holder = GilgitBuddhists001 } + 474.1.1 = { holder = GilgitBuddhists002 } + 486.1.1 = { holder = GilgitBuddhists003 } + 524.1.1 = { holder = GilgitBuddhists004 } + 574.1.1 = { holder = GilgitBuddhists005 } + 589.1.1 = { holder = GilgitBuddhists006 } } c_yasin = { 424.1.1 = { holder = BurushoYasin000 } diff --git a/WtWSMS/history/titles/bp_k_maryul.txt b/WtWSMS/history/titles/bp_k_maryul.txt index a2854129df..2abb1b2a40 100644 --- a/WtWSMS/history/titles/bp_k_maryul.txt +++ b/WtWSMS/history/titles/bp_k_maryul.txt @@ -41,20 +41,14 @@ c_diskit = { #d_balti holders (fictional) d_zanskar = { #Empty History 1.1.1={} } -c_padum = { #k_kashmir rulers (supplemental) - 450.1.1 = { holder = kashmiri000 } - 519.1.1 = { holder = kashmiri001 } - 561.1.1 = { holder = kashmiri002 } - 598.1.1 = { holder = kashmiri004 } - 634.1.1 = { holder = kashmiri005 } - 694.1.1 = { holder = kashmiri006 } - 703.1.1 = { holder = kashmiri007 } - 739.1.1 = { holder = kashmiri010 } - 740.1.1 = { holder = kashmiri011 } - 746.1.1 = { holder = kashmiri013 } - 750.1.1 = { holder = kashmiri014 } - 751.1.1 = { holder = kashmiri015 } - 781.1.1 = { holder = kashmiri018 } +c_padum = { #d_balti holders (fictional) + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } c_darcha = { #d_balti holders (fictional) 433.1.1 = { holder = BaltiBalti000 } @@ -65,40 +59,27 @@ c_darcha = { #d_balti holders (fictional) 589.1.1 = { holder = BaltiBalti005 } 629.1.1 = { holder = BaltiBalti006 } } -c_purig = { #k_kashmir rulers (supplemental) - 450.1.1 = { holder = kashmiri000 } - 519.1.1 = { holder = kashmiri001 } - 561.1.1 = { holder = kashmiri002 } - 598.1.1 = { holder = kashmiri004 } - 634.1.1 = { holder = kashmiri005 } - 694.1.1 = { holder = kashmiri006 } - 703.1.1 = { holder = kashmiri007 } - 739.1.1 = { holder = kashmiri010 } - 740.1.1 = { holder = kashmiri011 } - 746.1.1 = { holder = kashmiri013 } - 750.1.1 = { holder = kashmiri014 } - 751.1.1 = { holder = kashmiri015 } - 781.1.1 = { holder = kashmiri018 } +c_purig = { #d_balti holders (fictional) + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } d_baltiyul = { #Empty History 1.1.1={} } -c_skardu = { #Kashmir Kingdom - #Rulers - 450.1.1 = { holder = kashmiri000 } - 519.1.1 = { holder = kashmiri001 } - 561.1.1 = { holder = kashmiri002 } - 598.1.1 = { holder = kashmiri004 } - 634.1.1 = { holder = kashmiri005 } - 694.1.1 = { holder = kashmiri006 } - 703.1.1 = { holder = kashmiri007 } - 739.1.1 = { holder = kashmiri010 } - 740.1.1 = { holder = kashmiri011 } - 746.1.1 = { holder = kashmiri013 } - 750.1.1 = { holder = kashmiri014 } - 751.1.1 = { holder = kashmiri015 } - 781.1.1 = { holder = kashmiri018 } +c_skardu = { #d_balti holders (fictional) + 433.1.1 = { holder = BaltiBalti000 } + 469.1.1 = { holder = BaltiBalti001 } + 486.1.1 = { holder = BaltiBalti002 } + 522.1.1 = { holder = BaltiBalti003 } + 578.1.1 = { holder = BaltiBalti004 } + 589.1.1 = { holder = BaltiBalti005 } + 629.1.1 = { holder = BaltiBalti006 } } c_shigar = { #d_balti holders (fictional) 433.1.1 = { holder = BaltiBalti000 } diff --git a/_development_utilities/tribal_character_history_generator.py b/_development_utilities/tribal_character_history_generator.py index 53bff53cf7..bf173b0d4f 100644 --- a/_development_utilities/tribal_character_history_generator.py +++ b/_development_utilities/tribal_character_history_generator.py @@ -48,12 +48,12 @@ class CharacterStruct(NamedTuple): def basic_inputs(): return InputValues(\ #Char id string and post-fix number - 'AdyghesZichia',\ + 'GilgitBuddhists',\ 0,\ #Character data '',\ - 'georgian_pagan',\ - 'adyghes',\ + 'vajrayana',\ + 'pamiri',\ #Starting year and end year 400+randint(0,20),\ 600,\ From 7bf57c12ff925611f47519102e194a0ec48fbbaa Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 15 Apr 2023 21:43:15 -0400 Subject: [PATCH 323/339] Update ccu_scripted_effects.txt --- WtWSMS/common/scripted_effects/ccu_scripted_effects.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt index df800e0d19..bfbf726892 100644 --- a/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt +++ b/WtWSMS/common/scripted_effects/ccu_scripted_effects.txt @@ -234,6 +234,7 @@ ccu_unset_culture_variables_effect = { #Culture scope #Heritages if = { limit = { has_variable_list = heritage_group } clear_variable_list = heritage_group } if = { limit = { has_variable_list = heritage_family } clear_variable_list = heritage_family } + if = { limit = { exists = var:kulturbund } remove_variable = kulturbund } } #Root is culture in question ccu_culture_created_or_changed_effect = { From 04d6adb14abec7bd1acbe96eba955379fb835da4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 22 Apr 2023 20:11:53 -0400 Subject: [PATCH 324/339] Tributary call to arms improvements * Decisions provided to call tributaries to wars * Utilize events to give tributaries the options to refuse calls to war * Foederati do not get to refuse calls to war --- .../decisions/T4N_tributary_decisions.txt | 42 ++- .../T4N_tributaries_system_effects.txt | 8 +- WtWSMS/events/_T4N/T4N_tributaries.txt | 256 ++++++++++-------- .../english/T4N_tributaries_l_english.yml | 32 ++- 4 files changed, 181 insertions(+), 157 deletions(-) diff --git a/WtWSMS/common/decisions/T4N_tributary_decisions.txt b/WtWSMS/common/decisions/T4N_tributary_decisions.txt index 433a9968d9..d0a545f8eb 100644 --- a/WtWSMS/common/decisions/T4N_tributary_decisions.txt +++ b/WtWSMS/common/decisions/T4N_tributary_decisions.txt @@ -1,5 +1,4 @@ -##### TODO: Make interface with tributaries.6 event chain -summon_tributaries_to_war = { +summon_tributaries_to_war = { picture = "gfx/interface/illustrations/decisions/decision_realm.dds" major = yes @@ -33,27 +32,25 @@ summon_tributaries_to_war = { cost = {} effect = { + root = { save_scope_as = suzerain_cta_caller } every_in_list = { variable = all_tributaries limit = { exists = var:can_call_to_war_suzerain var:can_call_to_war_suzerain = flag:yes } - save_temporary_scope_as = temp_trib_war + save_temporary_scope_as = tributary_in_question - root = { - every_character_war = { - save_temporary_scope_as = temp_war - - if = { - limit = { NOT = { scope:temp_trib_war = { is_participant_in_war = scope:temp_war } } } - if = { - limit = { root = { is_attacker_in_war = scope:temp_war } } - scope:temp_war = { add_attacker = scope:temp_trib_war } + if = { + limit = { + scope:suzerain_cta_caller = { + any_character_war = { + save_temporary_scope_as = the_war + NOT = { scope:tributary_in_question = { is_participant_in_war = scope:the_war } } } - else = { scope:temp_war = { add_defender = scope:temp_trib_war } } } } + scope:tributary_in_question = { trigger_event = { id = tributaries.200 } } } } } @@ -63,7 +60,6 @@ summon_tributaries_to_war = { ai_will_do = { base = 1000 } #AI will do so immediately! } -##### TODO: Make interface with tributaries.13 event chain summon_suzerain_to_war = { picture = "gfx/interface/illustrations/decisions/decision_realm.dds" major = yes @@ -79,11 +75,12 @@ summon_suzerain_to_war = { #Suzerain must not be part of your current war exists = root.var:my_suzerain exists = var:can_call_to_war_tributary - var:can_call_to_war_tributary = yes + var:can_call_to_war_tributary = flag:yes any_character_war = { save_temporary_scope_as = temp_war NOT = { root.var:my_suzerain = { is_participant_in_war = scope:temp_war } } } + NOT = { has_variable = already_called_my_suzerain } } is_valid = {} @@ -93,18 +90,11 @@ summon_suzerain_to_war = { cost = {} effect = { - every_character_war = { - save_temporary_scope_as = temp_war - - if = { - limit = { NOT = { root.var:my_suzerain = { is_participant_in_war = scope:temp_war } } } - if = { - limit = { root = { is_attacker_in_war = scope:temp_war } } - scope:temp_war = { add_attacker = root.var:my_suzerain } - } - else = { scope:temp_war = { add_defender = root.var:my_suzerain } } - } + root = { + save_scope_as = call_to_arms_tribute + set_variable = flag:called_my_suzerain } + root.var:my_suzerain = { trigger_event = { id = tributaries.100 } } } ai_potential = { always = yes } diff --git a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt index 2112aa3a65..4e3e86e913 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt @@ -308,15 +308,11 @@ unset_tributary = { switch = { trigger = $TRIBUTARY_BASE_TYPE$ flag:permanent = { - var:my_suzerain = { - remove_list_variable = { name = permanent_tributaries target = prev } - } + var:my_suzerain = { remove_list_variable = { name = permanent_tributaries target = prev } } remove_variable = possible_vasalisation_year } flag:non_permanent = { - var:my_suzerain = { - remove_list_variable = { name = non_permanent_tributaries target = prev } - } + var:my_suzerain = { remove_list_variable = { name = non_permanent_tributaries target = prev } } remove_variable = possible_permafication_year } } diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 1ef5eae5cc..180cb4b9c8 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -4,7 +4,7 @@ ## Jamie-san: tributaries.1 and tributaries.2 now placed directly in on action to make sure that variable lists are removed from dead character before becoming invalid -#Attacker may or may mot become new suzerain +#Attacker may or may not become new suzerain #Root = scope:tributaries_slash_suzerain_war_winner #scope:tributary_slash_suzerain_loser = scope:defender tributaries.3 = { @@ -109,7 +109,6 @@ tributaries.4 = { } } - #Monthly income from tributes #on_monthly_tribute #Root is suzerain @@ -190,93 +189,6 @@ tributaries.5 = { } } -#Suzerain is called to permanent tributary war -#on_war_started -#Root is suzerain -#call_to_arms_tribute is defender -#UNUSED RN to readd in 1.2.1 -tributaries.6 = { - type = letter_event - opening = { - desc = tributary_6_tit - } - title = tributary_6_tit - desc = tributary_6_desc - sender = { - character = scope:call_to_arms_tribute - animation = war_defender - } - - option = { - name = suzerain_joins_the_war - add_piety = minor_piety_value - scope:call_to_arms_tribute = { - if = { - limit = { - root = { - NOR = { - is_at_war_as_defender = yes - is_at_war_with = scope:call_to_arms_tribute - } - } - } - if = { - limit = { - scope:call_to_arms_tribute = { - is_at_war_as_attacker = yes - } - } - add_attacker = root - } - else_if = { - limit = { - scope:call_to_arms_tribute = { - is_at_war_as_defender = yes - } - } - add_defender = root - } - else = { - debug_log = "Something broke, report to typical" - } - } - trigger_event = { id = tributaries.8 } #tributary gets a positive response - } - } - - option = { - name = suzerain_refuses_to_join_war - add_prestige = major_prestige_loss - save_scope_as = former_suzerain - scope:call_to_arms_tribute = { - trigger_event = { id = tributaries.7 } #tributary gets a negative response - } - } -} - -#Tribute gets negative a response from suzerain -#root is defender and former tribute -tributaries.7 = { - type = letter_event - opening = { - desc = tributary_7_tit - } - desc = tributary_7_desc - sender = { - character = scope:former_suzerain - animation = personality_dishonorable - } - - option = { #stop paying tribute - name = tribute_stop_war - scope:former_suzerain = { - remove_list_variable = { name = permanent_tributaries target = prev } - remove_list_variable = { name = all_tributaries target = prev } - } - remove_variable = my_suzerain - } -} - #Tributary is informed that it no longer needs to pay tribute tributaries.8 = { type = letter_event @@ -288,11 +200,12 @@ tributaries.8 = { immediate = { custom_tooltip = stops_paying_tribute + root = { remove_variable = already_called_my_suzerain } } option = { name = nice - } + } } #Response from new trib @@ -311,7 +224,7 @@ tributaries.9 = { option = { name = nice } -} +} #Response from new suzerain #Root is new trib @@ -330,7 +243,7 @@ tributaries.10 = { option = { name = nice } -} +} #Response from ruler #Root is suzerain @@ -360,37 +273,128 @@ tributaries.12 = { option = { name = tribute_denied } -} +} -#Call to arms recived from suzerain -#Root is tributary +#Tributary calls Suzerain to war: IDs: 100-199 + +#Suzerain is called to permanent tributary war +#on_war_started +#Root is suzerain +#call_to_arms_tribute is defender #UNUSED RN to readd in 1.2.1 -tributaries.13 = { +tributaries.100 = { + type = letter_event + opening = { desc = tributaries.100.tit } + title = tributaries.100.tit + desc = tributaries.100.desc + sender = { + character = scope:call_to_arms_tribute + animation = war_defender + } + + option = { + name = tributaries.100.suzerain_joins_the_war + add_piety = minor_piety_value + scope:call_to_arms_tribute = { + if = { + limit = { + root = { + NOR = { + is_at_war_as_defender = yes + is_at_war_with = scope:call_to_arms_tribute + } + } + } + if = { + limit = { scope:call_to_arms_tribute = { is_at_war_as_attacker = yes } } + add_attacker = root + } + else_if = { + limit = { scope:call_to_arms_tribute = { is_at_war_as_defender = yes } } + add_defender = root + } + else = { debug_log = "Something broke, report to typical" } + } + trigger_event = { id = tributaries.102 } #tributary gets a positive response + } + } + + option = { + name = tributaries.100.suzerain_refuses_to_join_war + add_prestige = major_prestige_loss + save_scope_as = former_suzerain + scope:call_to_arms_tribute = { trigger_event = { id = tributaries.101 } } #tributary gets a positive response + #AI Suzerain's do not get to refuse foederatus_tributary call to arms + trigger = { + trigger_if = { + limit = { is_ai = yes } + NAND = { + exists = scope:call_to_arms_tribute.var:tributary_type + scope:call_to_arms_tribute.var:tributary_type = flag:foederatus_tributary + } + } + } + } +} + +#Tribute gets negative a response from suzerain +#root is defender and former tribute +tributaries.101 = { + type = letter_event + opening = { desc = tributaries.101.tit } + desc = tributaries.101.desc + sender = { + character = scope:former_suzerain + animation = personality_dishonorable + } + + immediate = { root = { remove_variable = already_called_my_suzerain } } + + option = { #stop paying tribute + name = tributaries.101.tribute_stop_war + unset_tributary = { + TRIBUTARY = root + TRIBUTARY_BASE_TYPE = flag:permanent + } + remove_variable = my_suzerain + } +} + +#Tribute gets positive response +tributaries.102 = { type = letter_event opening = { - desc = tributaries.13_opening + desc = tributaries.102.opening } - desc = tributaries.13_opening + desc = tributaries.102.desc + sender = scope:call_to_arms_tribute.var:my_suzerain + + immediate = { root = { remove_variable = already_called_my_suzerain } } + + option = { name = nice } +} + +#Tributary calls Suzerain to war: IDs: 200-299 + +#Call to arms received from suzerain +#Root is tributary +#UNUSED RN to readd in 1.2.1 +tributaries.200 = { + type = letter_event + opening = { desc = tributaries.200.opening } + desc = tributaries.200.desc sender = scope:suzerain_cta_caller option = { - name = join_suzerain_war + name = tributaries.200.join_suzerain_war scope:suzerain_cta_caller = { - ordered_character_war = { + every_character_war = { if = { - limit = { - prev = { - is_attacker_in_war = prev - } - } + limit = { prev = { is_attacker_in_war = prev } } add_attacker = root } - if = { - limit = { - prev = { - is_defender_in_war = prev - } - } + else_if = { + limit = { prev = { is_defender_in_war = prev } } add_defender = root } } @@ -398,6 +402,34 @@ tributaries.13 = { } option = { - name = do_not_join_suzerain_war + #Foederati do not get to refuse call to arms + trigger = { + NAND = { + exists = root.var:tributary_type + root.var:tributary_type = flag:foederatus_tributary + } + } + name = tributaries.200.do_not_join_suzerain_war + save_scope_as = refusing_tributary + scope:suzerain_cta_caller = { trigger_event = { id = tributaries.201 } } } +} + +#Tributary refuses call to arms +tributaries.201 = { + type = letter_event + opening = { + desc = tributaries.201.opening + } + desc = tributaries.201.desc + sender = scope:refusing_tributary + + immediate = { + unset_tributary = { + TRIBUTARY = scope:refusing_tributary + TRIBUTARY_BASE_TYPE = flag:permanent + } + } + + option = { name = tributaries.201.how_dare_they } } \ No newline at end of file diff --git a/WtWSMS/localization/english/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_l_english.yml index 5bd4b892ab..417f205c9c 100644 --- a/WtWSMS/localization/english/T4N_tributaries_l_english.yml +++ b/WtWSMS/localization/english/T4N_tributaries_l_english.yml @@ -82,15 +82,8 @@ not_a_tributary_pos: "[defender.GetShortUIName|U] is NOT your tributary" not_a_tributary_neg: "[defender.GetShortUIName|U] is your tributary" #Events - tributary_6_tit: "Suzerain Called to War" - tributary_6_desc: "While reviewing situations that are unfolding across the realm, I received missive from [calls_to_arms_tribute.GetFirstNameNicknamedNoTooltipRegnal], requesting support in their recent war efforts. While it is my duty to assit them, I wonder if it is the right thing to do for [root.GetPrimaryTitle.GetNameNoTier]?" - suzerain_joins_the_war: "To War! I must protect my interests!" - suzerain_refuses_to_join_war: "It's time for them to fend for themselves." - tributary_7_tit: "The Dishonorable Suzerain" - tributary_7_desc: "We were once able to rely on the rulers of [former_suzerain.GetPrimaryTitle.GetNameNoTier] for protection, in exchange for a modest tribute, but when called to support us in our war efforts, the messenger returned with little more than apathy. It seems that we once again, stand on our own." - tribute_stop_war: "They'll not receive another coin out of me!" tributaries.8_opening: "My Tributary" - tributaries.8_desc: "Henceforth i free you from your Obligations towards me." + tributaries.8_desc: "Henceforth, I free you from your Obligations towards me." stops_paying_tribute: "You no longer pay tribute to [actor.GetShortUIName|U]" tributaries.9_opening: "[recipient.Custom2('AppropriateGreeting', actor )]" tributaries.9_desc: "I accept your proposal and will begin sending tribute immediately." @@ -103,12 +96,25 @@ tributaries.12_opening: "[not_suzerain.Custom2('AppropriateGreeting', actor )]" tributaries.12_desc: "It is not in our best interest to accept your tribute at this time." tribute_denied: "We shall look for help elsewhere then." - tributaries.13_opening: "[suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" - tributaries.13_desc: "I call on you to honor our agreement and join the [target.GetName]!" - join_suzerain_war: "To War!" - do_not_join_suzerain_war: "I think our manpower is better used elsewhere at the moment." nice: "Good" + #Tributary calls Suzerain to War + tributaries.100.tit: "Suzerain Called to War" + tributaries.100.desc: "While reviewing situations that are unfolding across the realm, I received missive from [call_to_arms_tribute.GetFirstNameNicknamedNoTooltip], requesting support in their recent war efforts. While it is my duty to assist them, I wonder if it is the right thing to do for [ROOT.GetPrimaryTitle.GetName]?" + tributaries.100.suzerain_joins_the_war: "To War! I must protect my interests!" + tributaries.100.suzerain_refuses_to_join_war: "It's time for them to fend for themselves." + tributaries.101.tit: "The Dishonourable Suzerain" + tributaries.101.desc: "We were once able to rely on the rulers of [former_suzerain.GetPrimaryTitle.GetNameNoTier] for protection, in exchange for a modest tribute, but when called to support us in our war efforts, the messenger returned with little more than apathy. It seems that we once again, stand on our own." + tributaries.101.tribute_stop_war: "They'll not receive another coin out of me!" + tributaries.102.opening: "[call_to_arms_tribute.var:my_suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" + tributaries.102.desc: "I will honour our agreement and join your current wars!" + #Suzerain calls Tributaries to War + tributaries.200.opening: "[suzerain_cta_caller.Custom2('AppropriateGreeting', ROOT.Char)]" + tributaries.200.desc: "I call on you to honour our agreement and join our current wars!" + tributaries.200.join_suzerain_war: "To War!" + tributaries.200.do_not_join_suzerain_war: "I think our manpower is better used elsewhere at the moment." + tributaries.201.opening: "[refusing_tributary.Custom2('AppropriateGreeting', ROOT.Char)]" + tributaries.201.desc: "I refuse to fight in these senseless wars!" + tributaries.201.how_dare_they: "How dare [refusing_tributary.GetSheHe]!" #GUI t4n_resources: "Resources" - \ No newline at end of file From 2d022c23cec1c5b872ae2b709807ab942b144cee Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 23 Apr 2023 02:05:10 -0400 Subject: [PATCH 325/339] Culture History Rework * Updated Germanic, Latin culture histories for better accuracy --- .../game_concepts/BP_flavor_game_concepts.txt | 58 +++++++++++++++++++ .../wielbark_culture.dds | 3 + .../BP_flavor_game_concepts_l_english.yml | 45 ++++++++++++++ .../culture/BP_cultural_history_l_english.yml | 36 ++++++------ 4 files changed, 124 insertions(+), 18 deletions(-) create mode 100644 WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt create mode 100644 WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/wielbark_culture.dds create mode 100644 WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml diff --git a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt new file mode 100644 index 0000000000..523832b2de --- /dev/null +++ b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt @@ -0,0 +1,58 @@ +#This contains all the non-dictionary flavor tooltips for things like cultures, &c. +archeological_complex = { + alias = { archeological_complex_short } + texture = "gfx/interface/icons/icon_culture.dds" +} +#Roman Hybrids +rhaetian_culture = { + shown_in_encyclopedia = no + alias = { rhaetian_culture_short } +} +noric_culture = { + shown_in_encyclopedia = no + alias = { noric_culture_short } +} +pannonian_culture = { + shown_in_encyclopedia = no + texture = "gfx/interface/icons/faith/illyrian_pagan.dds" + alias = { pannonian_culture_short } +} +paleo_sardinian_culture = { + shown_in_encyclopedia = no + alias = { paleo_sardinian_culture_short } +} +paleo_corsican_culture = { + shown_in_encyclopedia = no + alias = { paleo_corsican_culture_short } +} +paleo_iberian_culture = { + shown_in_encyclopedia = no + alias = { paleo_iberian_culture_short } +} +paleo_roman_african_culture = { + shown_in_encyclopedia = no + alias = { paleo_roman_african_culture_short } +} +#Germanic Cultures +wielbark_culture = { + shown_in_encyclopedia = no + texture = "gfx/interface/icons/_bp_flavor_game_concepts/wielbark_culture.dds" +} +elbe_germanic_culture = { + shown_in_encyclopedia = no +} +cherniakhiv_culture = { + shown_in_encyclopedia = no +} +przeworsk_culture_history = { + shown_in_encyclopedia = no + alias = { przeworsk_culture_history_short } +} +west_germanic_culture = { + shown_in_encyclopedia = no + alias = { west_germanic_culture_short } +} +suebian_culture = { + shown_in_encyclopedia = no + alias = { suebian_culture_short } +} \ No newline at end of file diff --git a/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/wielbark_culture.dds b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/wielbark_culture.dds new file mode 100644 index 0000000000..045d5c1549 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/wielbark_culture.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd20caaa8dc2163ac1143a9ee1f016a7936a6dc33450ae0c06e452b895d310cb +size 7328 diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml new file mode 100644 index 0000000000..ac81a11a13 --- /dev/null +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -0,0 +1,45 @@ +l_english: + game_concept_archeological_complex: "Archaeological Complex" + game_concept_archeological_complex_short: "Complex" + game_concept_archeological_complex_desc: "\"In archaeology, a complex is a chronological subdivision of different artefact types such as stone tools, pottery, and the like. Complexes are often defined on the basis of the similarities of industries between different sites within a region dating from roughly the same time period (1).\"\n\nWithin #italic When the World Stopped Making Sense#!, there are a number of groups that played a pivotal role in the ethnogenesis of later groups, but for whom evidence is scant or precise relations are unknown.\n\nFor the sake of accuracy, we include references to these groups within tooltips.\n\n(1) - Definition taken from the UCSB Department of Archaeology Webpage" + #Romanized Groups + game_concept_rhaetian_culture: "Rhaetian Culture" + game_concept_rhaetian_culture_short: "Rhaetian" + game_concept_rhaetian_culture_desc: "The Rhaeti were a confederation of Alpine tribes related to the Etruscans, whose name lent itself to the Roman province of Raetia. The Rhaeti language itself may have been spoken as late as the IIIrd Century AD, but by the Ist Century BC, the process of language death was already well underway.\n\nBy the Vth Century AD, Romanization was complete, and the last of the Tyrsenian languages was dead." + game_concept_noric_culture: "Noric Culture" + game_concept_noric_culture_short: "Noric" + game_concept_noric_culture_desc: "The area that would become the Roman province of Noricum was inhabited by Celtic peoples. The region became famous for the quality of its iron. The Norics were related to the Taurisci in modern Carinthia and northern Slovenia, according to Pliny the Elder; this statement has not been generally accepted by modern historians." + game_concept_pannonian_culture: "Pannonian Culture" + game_concept_pannonian_culture_short: "Pannonian" + game_concept_pannonian_culture_desc: "The Ancient Pannonians are a subgroup of the Illyrian peoples, who occupied the region later known as the Roman province of Pannonia.\n\nExisting on the boundary between the Illyrian and Celtic peoples, some of the Pannonian tribes were Celticized.\n\nWhile part of the greater Illyrian peoples, the Pannonians were a distinct subgroup from those that formed the Romano-Illyrians, and as such the Romano-Pannonians are a separate group from the Romano-Illyrians." + game_concept_paleo_sardinian_culture: "Nuragic Culture" + game_concept_paleo_sardinian_culture_short: "Nuragic" + game_concept_paleo_sardinian_culture_desc: "The pre-Roman peoples of Sardinian, also known as Nuragic Culture, named after the Nuraghe structures they left behind. The culture existed on Sardinia from at least the XVIIIth Century BC until the Roman Conquest in 238 BC (and possibly until the VIth Century AD in the Barbagia region of Sardinia). While the culture left few written records, extensive material evidence remains of the later Nuragic tribes, the Balares and the Iliensis, as well as records left by surrounding civilizations.\n\nFollowing the Roman Conquest, the islands had considerable settlement from Italy and extensive Romanization, although some tribes, such as the Parati, Sossinati, Balari, and Aconites remained outside Roman control into Imperial times (1) and resisted Christianization until the late VIth Century, when Pope Gregory I sent a mission to convert Hospito.\n\n(1) Strabo #italic Geographica#! V.2.7" + game_concept_paleo_corsican_culture: "Corsi Culture" + game_concept_paleo_corsican_culture_short: "Corsi" + game_concept_paleo_corsican_culture_desc: "The Corsi are the pre-Roman people of Corisca (and northern Sardinia) who lived on the island prior to the Roman conquest. While ancient authors connect the to either the Ligurians or Etruscans, their actual identification remains a mystery.\n\nThey were possibly related to the Bronze Age Torrean Civilization in Southern Corsica, but the limited evidence prevents any substantial conclustion." + game_concept_paleo_iberian_culture: "Paleo-Iberian Cultures" + game_concept_paleo_iberian_culture_short: "Paleo-Iberians" + game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd century. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC. It is even possible they were not related to any other group in the peninsula.\n\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani (1) and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture.\n\n(1) - While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." + game_concept_paleo_roman_african_culture: "Northwest African Cultures" + game_concept_paleo_roman_african_culture_short: "Northwest African Cultures" + game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\nBecause of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African, as Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa." +#Germanic Proto-Cultures + game_concept_wielbark_culture: "Wielbark" + game_concept_wielbark_culture_desc: "The Wielbark culture (or East Pomeranian-Mazovian culture) is an archaeological complex that flourished in the Vistula basin during the Ist to Vth Centuries AD.\n\nThis archaeological complex is associated with the Goths and other East Germanic peoples, although not exclusively so. By the IIIrd Century, expansion of the Wielbark culture had led to the ejection of the Przeworsk Culture from the Poznań region. By the IIIrd century, it reached as far south as the northern reaches of modern Ukraine, and may have played a role in the creation of the [cherniakhiv_culture|E] culture in Ukraine.\n\nBy the VIth Century, it began to be displaced by the Sukokw-Dziedzice Culture, associated with the early Slavs.\n\n For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" + game_concept_elbe_germanic_culture: "Irimonic" + game_concept_elbe_germanic_culture_desc: "Elbe Germanic, or Irimonic, is a term used to describe an unattested proto-language that evolved into the later Lombardic, Alemannic, Bavarian, and Thuringian dialects of German.\n\nThe full extent of the Irimonic-speaking peoples at the beginning of the Late Antiquity Period extended as far as the Oder River and Danube, and such groups intermixed with other Germanic peoples within Germania Magna." + game_concept_cherniakhiv_culture: "Cherniakhiv" + game_concept_cherniakhiv_culture_desc: "The Cherniakhiv culture is a an [archeological_complex|E] that flourished between the IInd to the Vth Centuries AD in parts of modern Ukraine, Russia, Moldova, and Belarus.\n\nPotentially a multiethnic mix of Dacian, Sarmatian, and Gothic peoples, the Cherniakhiv culture is commonly associated with the Goths and related groups, as the earliest unambiguous attestations of the Goths link them to Scythia.\n\nThe decline of the Cherniakhiv culture is associated with the arrival of the Huns in the late IVth Century AD, which coincides with Ermanaric's invasion of Roman territory.\n\nThe Cherniakhiv culture was later supplanted by the Penkovka culture, associated with the Slavic Antes, in the aftermath of the collapse of the Hunnic Empire." + game_concept_przeworsk_culture_history: "Przeworsk Culture" + game_concept_przeworsk_culture_history_short: "Baltic, Celtic, Proto-Slavic, and Germanic Peoples" + game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth century, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. By the VIth century, the Slavic Prague-Korchak culture had replaced the Przeworsk culture.\n\nWithin #italic When the World Stopped Making Sense#!, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." + game_concept_west_germanic_culture: "Istvaeonic Germanic Peoples" + game_concept_west_germanic_culture_short: "Istvaeonic-Speaking Peoples" + game_concept_west_germanic_culture_desc: "The Istvaeones were a Germanic group of tribes occupying the Weser-Rhine region of Europe in Late Antiquity. Among these groups are the Batavi, Chamavi, Chatti, and (tenuously) the Frisii.\n\n It is likely that the Franks developed from this group, as various attestations in the IVth and Vth century AD link the Franks to a number of Istvaeonic tribes. By the late Vth century, the Franks had become pre-eminent in the Rhine basin, and (besides some potential attestation to the Chatti in the Vth Century), had replaced most of the former Istvaeones." + game_concept_suebian_culture: "Suebian Culture" + game_concept_suebian_culture_short: "Suebian Peoples" + game_concept_suebian_culture_desc: "The Suebians, or Suebi/Suevi/Suavi, were a large group of Germanic peoples mentioned in Classical and Late Antiquity, associated with various [elbe_germanic_culture|E] groups such as the Marcomanni, Quadi, Hermunduri, Semnones, and Lombards. The precise definition of the group was fluid and changed throughout history, although Tacitus and Pliny mention them as a major subdivision of the Germans.\n\nThe Suebi would play a major role in Roman history, including the Marcomannic Wars during the Crisis of the Third Century.\n\nA group of Suebians under Hermeric would cross the Danube with the Alans and Vandals, overrunning Gaul and Hispania and establishing the Kingdom of the Suebi in Gallacia.\n\nOther groups under Hunimund would fall under Hunnic dominion and later become part of the Alemannic confederation according to Jordanes, likely contributing the later Baiuvarii in the VIth Century AD in modern Bavaria." + + + \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index cdadf8356f..939b692343 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -1,14 +1,14 @@ l_english: #Roman "Special" Overwrites: That is, not having an *actual* culture to hybridize - corsican_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture in the year 241 BC" - sardinian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Nuragic [heritage|E] in the year 241 BC" - romano_raetian_history_loc:0 "Formed from [CULTURE.GetName] and Rhaetian in the year AD [DATE.GetYear]" - romano_noric_history_loc:0 "Formed from [CULTURE.GetName] and an Noric in the year AD [DATE.GetYear]" - romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and Paleo-Iberian Cultures in the year 201 BC" - romano_pannonian_history_loc:0 "Formed from [CULTURE.GetName] and Pannonian in the year AD [DATE.GetYear]" + corsican_history_loc:0 "Formed from [CULTURE.GetName] and [paleo_corsican_culture_short|E] in the year 241 BC" + sardinian_history_loc: "Formed from [CULTURE.GetName] and [paleo_sardinian_culture_short|E] in the year 241 BC" + romano_raetian_history_loc: "Formed from [CULTURE.GetName] and [rhaetian_culture_short|E] in the year AD [DATE.GetYear]" + romano_noric_history_loc: "Formed from [CULTURE.GetName] and [noric_culture_short|E] in the year AD [DATE.GetYear]" + romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the year 201 BC" + romano_pannonian_history_loc: "Formed from [CULTURE.GetName] and [pannonian_culture_short|E] in the year AD [DATE.GetYear]" #Roman Date Overwrites (supporting BC) romano_gallic_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 50 BC" - romano_african_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 145 BC" + romano_african_history_loc: "Formed from [CULTURE.GetName] and [paleo_roman_african_culture_short|E] in the year 145 BC" romano_aramean_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 46 BC" #Byzantine Date Overwrites (supporting BC) tsakonian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 100 BC" #End of Doric Greek and beginning of Tsakonian Language @@ -20,9 +20,9 @@ helleno_libyan_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 631 BC" #Colonization of Cyrene by Thera (Doric speakers) helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 331 BC" #Founding of Alexandria #Central Germanic Culture - danube_suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" - alamannian_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" - suebi_history_loc: "Formed from various Suebian peoples in the year AD [DATE.GetYear]" + danube_suebi_history_loc: "Formed from various [suebian_culture_short|E] in the year AD [DATE.GetYear]" + alamannian_history_loc: "Formed from various [suebian_culture_short|E] in the year AD [DATE.GetYear]" + suebi_history_loc: "Formed from various [suebian_culture_short|E] in the year AD [DATE.GetYear]" #Continental Celts galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" #East Iranians @@ -42,16 +42,16 @@ #Mongols xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" #East Germanic - przeworsk_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in IIIrd Century BC" - vidivarii_history_loc: "Formed from Wielbark and West Baltic peoples in IVth Century AD" - gothic_history_loc: "Formed from various Wielbark and Cherniakhiv peoples in IIIrd Century AD" - heruli_history_loc: "Formed from various Cherniakhiv peoples in the IIIrd Century AD" - wielbark_history_loc: "Diverged from Wielbark people in the IIIrd Century AD" - denziner_history_loc: "Formed from Wielbark and Elbe Germanic peoples in IIIrd Century AD" + przeworsk_history_loc: "Formed from [przeworsk_culture_history_short|E] in IIIrd Century BC" + vidivarii_history_loc: "Formed from the [wielbark_culture|E] [archeological_complex_short|E] and West Baltic peoples in IVth Century AD" + gothic_history_loc: "Formed from the [wielbark_culture|E] [archeological_complex_short|E] and [cherniakhiv_culture|E] [archeological_complex_short|E] in IIIrd Century AD" + heruli_history_loc: "Diverged from [cherniakhiv_culture|E] [archeological_complex_short|E] in the IIIrd Century AD" + wielbark_history_loc: "Diverged from the [wielbark_culture|E] [archeological_complex_short|E] in the IIIrd Century AD" + denziner_history_loc: "Formed from the [wielbark_culture|E] [archeological_complex_short|E] and [elbe_germanic_culture|E] peoples in IIIrd Century AD" #Baltic - vistula_veneti_history_loc: "Formed from Baltic, Celtic, and Germanic Peoples in the IIIrd Century BC" + vistula_veneti_history_loc: "Formed from [przeworsk_culture_history_short|E] in the IIIrd Century BC" #West Germanic - old_frankish_history_loc: "Formed from Istvaeonic-Speaking Tribes in the year AD [DATE.GetYear]" + old_frankish_history_loc: "Formed from [west_germanic_culture_short|E] in the year AD [DATE.GetYear]" #Burman tripuri_history_loc: "Diverged from [CULTURE.GetName] before the Ist Century AD" #Indo-Aryan From 638048384714c40a1ec5d2df7d4b501993e70ded Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:45:06 -0400 Subject: [PATCH 326/339] Culture History Rework (2) * More East German, Byzantine, Iranian, Serindian history rework --- .../common/culture/cultures/BP_byzantine.txt | 2 +- WtWSMS/common/culture/cultures/BP_iranian.txt | 3 +++ .../{BP_tocharian.txt => BP_serindian.txt} | 2 +- .../game_concepts/BP_flavor_game_concepts.txt | 19 ++++++++++++++ .../BP_flavor_game_concepts_l_english.yml | 25 +++++++++++++++---- .../culture/BP_cultural_history_l_english.yml | 8 +++--- 6 files changed, 49 insertions(+), 10 deletions(-) rename WtWSMS/common/culture/cultures/{BP_tocharian.txt => BP_serindian.txt} (99%) diff --git a/WtWSMS/common/culture/cultures/BP_byzantine.txt b/WtWSMS/common/culture/cultures/BP_byzantine.txt index 1aebe5e1e0..323bb1819c 100644 --- a/WtWSMS/common/culture/cultures/BP_byzantine.txt +++ b/WtWSMS/common/culture/cultures/BP_byzantine.txt @@ -239,7 +239,7 @@ helleno_aramean = { ethnicities = { 10 = arab } } -massalian = { #Phocaean colony; thouroughly latinized though +massalian = { #Phocaean colony; thoroughly latinized though color = massalian created = 2.1.1 diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index 470b576ae0..efd5973d59 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -257,6 +257,9 @@ adhari = { #Pre-Turkic Iranian Azerbaijanis; genetically Caucasian/Iranian peopl cyrtian = { #Tribal group in Zagros Mountains; possible proto-Kurds color = cyrtian + created = 2.1.1 + history_loc_override = cyrtian_history_loc + ethos = ethos_communal heritage = heritage_iranian language = language_adharic diff --git a/WtWSMS/common/culture/cultures/BP_tocharian.txt b/WtWSMS/common/culture/cultures/BP_serindian.txt similarity index 99% rename from WtWSMS/common/culture/cultures/BP_tocharian.txt rename to WtWSMS/common/culture/cultures/BP_serindian.txt index 5c04b03b90..76ebd87dc9 100644 --- a/WtWSMS/common/culture/cultures/BP_tocharian.txt +++ b/WtWSMS/common/culture/cultures/BP_serindian.txt @@ -76,7 +76,7 @@ gushi = { #Pastoralist Shamanic Jushi Kingdom khotanese = { color = khotanese - parents = { sakan gandhari } + parents = { sakan tocharian } created = 250.1.1 history_loc_override = khotanese_history_loc diff --git a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt index 523832b2de..75a092bf4e 100644 --- a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt @@ -33,6 +33,25 @@ paleo_roman_african_culture = { shown_in_encyclopedia = no alias = { paleo_roman_african_culture_short } } +#Greek Cultures +phocaea_culture = { + shown_in_encyclopedia = no + alias = { phocaea_culture_short } +} +#Iranian Cultures +paleo_azeri_culture = { + shown_in_encyclopedia = no + alias = { paleo_azeri_culture_short } +} +paleo_cyrtian_culture = { + shown_in_encyclopedia = no + alias = { paleo_cyrtian_culture_short } +} +#Serindian Cultures +paleo_khotanese_culture = { + shown_in_encyclopedia = no + alias = { paleo_khotanese_culture_short } +} #Germanic Cultures wielbark_culture = { shown_in_encyclopedia = no diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml index ac81a11a13..415a4453f6 100644 --- a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -20,13 +20,28 @@ game_concept_paleo_corsican_culture_desc: "The Corsi are the pre-Roman people of Corisca (and northern Sardinia) who lived on the island prior to the Roman conquest. While ancient authors connect the to either the Ligurians or Etruscans, their actual identification remains a mystery.\n\nThey were possibly related to the Bronze Age Torrean Civilization in Southern Corsica, but the limited evidence prevents any substantial conclustion." game_concept_paleo_iberian_culture: "Paleo-Iberian Cultures" game_concept_paleo_iberian_culture_short: "Paleo-Iberians" - game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd century. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC. It is even possible they were not related to any other group in the peninsula.\n\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani (1) and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture.\n\n(1) - While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." + game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd century. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC. It is even possible they were not related to any other group in the peninsula.\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani (1) and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture.\n\n(1) - While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." game_concept_paleo_roman_african_culture: "Northwest African Cultures" game_concept_paleo_roman_african_culture_short: "Northwest African Cultures" - game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\nBecause of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African, as Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa." -#Germanic Proto-Cultures + game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\nBecause of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African, as Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa." + #Greek Proto-Cultures + game_concept_phocaea_culture: "Ionian Culture" + game_concept_phocaea_culture_short: "Created by settlers from Phoacaea" + game_concept_phocaea_culture_desc: "The Ionians were one of the four major subdivisions of Greeks in the ancient period; others included Dorians, Aeolians, and Achaeans. Because of their small numbers and the extended period that the Massalians have had under Roman domination, the Massalians speak Latin like the surrounding groups by the Vth Century AD." + #Iranian Proto-Cultures + game_concept_paleo_azeri_culture: "Paleo-Atropatene Cultures" + game_concept_paleo_azeri_culture_short: "Atropatene Peoples" + game_concept_paleo_azeri_culture_desc: "The region known as Media Atropatene (or Iranian Azerbaijan in modern parlance) is a historical region in modern Northwest Iran. Historically, the region contained a number of different peoples prior to the conquest by the Medes in 609 BC. These include:\n\n$EFFECT_LIST_BULLET$The Matiene, a kingdom whose population possibly spoke a Hurro-Uratian language. Because of the Scythian and Cimmerian migrations, influences from Eastern Iranian speaking peoples cannot be ruled out.\n$EFFECT_LIST_BULLET$Caspians, a possibly pre-Indo-European people who lived south of the Araxes River.\n$EFFECT_LIST_BULLET$Cyrtians, a nomadic group of potentially Iranian or non-Iranian ancestry (or both), who lived in the Zagros Mountains.\n\nAfter the conquest of Media by the Achaemenid Empire, the region, the region underwent extensive Iranianization. By the Vth century, Media Atropatene was fully Iranianized.\n\nFor more information, please see the #italic Encyclopedia Iranica#! article on Azerbaijan." + game_concept_paleo_cyrtian_culture: "Paleo-Zagros Cultures" + game_concept_paleo_cyrtian_culture_short: "Paleo-Zagros Peoples" + game_concept_paleo_cyrtian_culture_desc: "A number of non-Iranian nomadic groups lived in the Zagros Mountains during Antiquity, including the Uxii, Cyrtians, Lullubi, and Gutians. By the Vth Century AD, these groups had been under the process of Iranianization for several centuries, so because of the restrictions of game mechanics and the general lack of firm data, we group all these people together as Crytians and made them an Iranian speaking, Iranian heritage culture." + #Serindian Proto-Cultures + game_concept_paleo_khotanese_culture: "Paleo-Khotanese Culture" + game_concept_paleo_khotanese_culture_short: "Unknown Culture" + game_concept_paleo_khotanese_culture_desc: "The pre-Saka period of Khotan is not well documented. Although Xuanzang documents several founding legends tying Khotan to the city of Taxila in Punjab, some historians consider this to be more of an attempted explanation for the Chinese and Indian influences in Khotan in the VIIth Century AD.\n\nOther evidence may indicate that the city was founded by Greco-Bactrian settlers, given Hellenistic influences found on the Sampul tapestry. \n\nAnother possibility, as the region lies on the crossroads of several competing cultural spheres of influence, the Khotan kingdom was a multiethnic confederation from which Tocharian, Sakan, Chinese, and Indian influences combined.\n\nFor the purposes of game mechanics, we treat Khotanese as a Saka-Tocharian hybrid." + #Germanic Proto-Cultures game_concept_wielbark_culture: "Wielbark" - game_concept_wielbark_culture_desc: "The Wielbark culture (or East Pomeranian-Mazovian culture) is an archaeological complex that flourished in the Vistula basin during the Ist to Vth Centuries AD.\n\nThis archaeological complex is associated with the Goths and other East Germanic peoples, although not exclusively so. By the IIIrd Century, expansion of the Wielbark culture had led to the ejection of the Przeworsk Culture from the Poznań region. By the IIIrd century, it reached as far south as the northern reaches of modern Ukraine, and may have played a role in the creation of the [cherniakhiv_culture|E] culture in Ukraine.\n\nBy the VIth Century, it began to be displaced by the Sukokw-Dziedzice Culture, associated with the early Slavs.\n\n For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" + game_concept_wielbark_culture_desc: "The Wielbark culture (or East Pomeranian-Mazovian culture) is an archaeological complex that flourished in the Vistula basin during the Ist to Vth Centuries AD.\n\nThis archaeological complex is associated with the Goths and other East Germanic peoples, although not exclusively so. By the IIIrd Century, expansion of the Wielbark culture had led to the ejection of the Przeworsk Culture from the Poznań region. By the IIIrd century, it reached as far south as the northern reaches of modern Ukraine, and may have played a role in the creation of the [cherniakhiv_culture|E] culture in Ukraine.\n\n For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" game_concept_elbe_germanic_culture: "Irimonic" game_concept_elbe_germanic_culture_desc: "Elbe Germanic, or Irimonic, is a term used to describe an unattested proto-language that evolved into the later Lombardic, Alemannic, Bavarian, and Thuringian dialects of German.\n\nThe full extent of the Irimonic-speaking peoples at the beginning of the Late Antiquity Period extended as far as the Oder River and Danube, and such groups intermixed with other Germanic peoples within Germania Magna." game_concept_cherniakhiv_culture: "Cherniakhiv" @@ -39,7 +54,7 @@ game_concept_west_germanic_culture_desc: "The Istvaeones were a Germanic group of tribes occupying the Weser-Rhine region of Europe in Late Antiquity. Among these groups are the Batavi, Chamavi, Chatti, and (tenuously) the Frisii.\n\n It is likely that the Franks developed from this group, as various attestations in the IVth and Vth century AD link the Franks to a number of Istvaeonic tribes. By the late Vth century, the Franks had become pre-eminent in the Rhine basin, and (besides some potential attestation to the Chatti in the Vth Century), had replaced most of the former Istvaeones." game_concept_suebian_culture: "Suebian Culture" game_concept_suebian_culture_short: "Suebian Peoples" - game_concept_suebian_culture_desc: "The Suebians, or Suebi/Suevi/Suavi, were a large group of Germanic peoples mentioned in Classical and Late Antiquity, associated with various [elbe_germanic_culture|E] groups such as the Marcomanni, Quadi, Hermunduri, Semnones, and Lombards. The precise definition of the group was fluid and changed throughout history, although Tacitus and Pliny mention them as a major subdivision of the Germans.\n\nThe Suebi would play a major role in Roman history, including the Marcomannic Wars during the Crisis of the Third Century.\n\nA group of Suebians under Hermeric would cross the Danube with the Alans and Vandals, overrunning Gaul and Hispania and establishing the Kingdom of the Suebi in Gallacia.\n\nOther groups under Hunimund would fall under Hunnic dominion and later become part of the Alemannic confederation according to Jordanes, likely contributing the later Baiuvarii in the VIth Century AD in modern Bavaria." + game_concept_suebian_culture_desc: "The Suebians, or Suebi/Suevi/Suavi, were a large group of Germanic peoples mentioned in Classical and Late Antiquity, associated with various [elbe_germanic_culture|E] groups such as the Marcomanni, Quadi, Hermunduri, Semnones, and Lombards. The precise definition of the group was fluid and changed throughout history, although Tacitus and Pliny mention them as a major subdivision of the Germans.\n\nThe Suebi would play a major role in Roman history, including the Marcomannic Wars during the Crisis of the Third Century.\n\nA group of Suebians under Hermeric would cross the Danube with the Alans and Vandals, overrunning Gaul and Hispania and establishing the Kingdom of the Suebi in Gallacia.\n\nOther groups under Hunimund would fall under Hunnic dominion and later become part of the Alemannic confederation according to Jordanes." \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 939b692343..ae29c7cdca 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -16,7 +16,7 @@ bosporan_history_loc:0 "Diverged from [CULTURE.GetName] in the year 600 BC" #Foundation of Panticapaeum by Miletus (Attic is closer than Aeolic language) helleno_thracian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 443 BC" #Establishment of Neapolis (Kavala) helleno_aramean_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 333 BC" #Alexander's conquest of the Levant - massalian_history_loc: "Diverged from Phocaean in the year 545 BC" #Colonization of Masallia by Phocaea (Aeolic speakers) + massalian_history_loc: "[phocaea_culture_short|E] in the year 545 BC" #Colonization of Masallia by Phocaea (Aeolic speakers) helleno_libyan_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 631 BC" #Colonization of Cyrene by Thera (Doric speakers) helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 331 BC" #Founding of Alexandria #Central Germanic Culture @@ -29,7 +29,9 @@ indo_scythian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 150 BC" romano_alan_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" #Iranians - adhari_history_loc:0 "Formed from [CULTURE.GetName] and unknown cultures in the year 549 BC" + adhari_history_loc: "Formed from [CULTURE.GetName] and [paleo_azeri_culture_short|E] in the year 609 BC" #Conquest of + Matiene by Medes + cyrtian_history_loc: "Formed from a variety of [paleo_cyrtian_culture_short|E] after a period of Iranianization" parthian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the year 247 BC" #Israelites juhuro_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 457 BC" @@ -58,5 +60,5 @@ malvi_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" rajput_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" #Tocharian - khotanese_history_loc: "Formed from [CULTURE.GetName] and an unknown [TARGET_CULTURE.GetName]-influenced Tocharian culture in AD [DATE.GetYear]" + khotanese_history_loc: "Formed from [CULTURE.GetName] and a [paleo_khotanese_culture_short|E] in AD [DATE.GetYear]" \ No newline at end of file From fe0ce507f0b104e6e26001fd828fd78c1f72edf4 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:18:20 -0400 Subject: [PATCH 327/339] Touch up Roman extents As the Histrians and Carni were not clearly Illyrian, it is probably more accurate to make them Roman, unless we want to add a separate "Carni" culture covering the proto-Friulians. --- WtWSMS/history/provinces/bp_k_annonaria.txt | 10 +++++----- .../english/BP_flavor_game_concepts_l_english.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WtWSMS/history/provinces/bp_k_annonaria.txt b/WtWSMS/history/provinces/bp_k_annonaria.txt index 14988a3851..4f1fb0ad13 100644 --- a/WtWSMS/history/provinces/bp_k_annonaria.txt +++ b/WtWSMS/history/provinces/bp_k_annonaria.txt @@ -20,7 +20,7 @@ } ###c_ljubljana 3096 = { #LJUBLJANA - culture = romano_illyrian + culture = roman religion = nicene holding = castle_holding #Destroyed 452 by Attila, so nothing remains @@ -36,7 +36,7 @@ } ###c_pula 2518 = { #PULA - culture = romano_illyrian + culture = roman religion = nicene holding = castle_holding } @@ -52,7 +52,7 @@ } ###c_aquileia 2508 = { #AQUILEIA - culture = romano_raetian + culture = roman religion = nicene holding = castle_holding #Sacked in 452, so no buildings @@ -68,7 +68,7 @@ } ###c_friuli 2512 = { #CAORLE - culture = romano_raetian + culture = roman religion = nicene holding = castle_holding } @@ -77,7 +77,7 @@ } ###c_gorz 2516 = { #GORIZIA - culture = romano_raetian + culture = roman religion = nicene holding = castle_holding } diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml index 415a4453f6..4a0e226207 100644 --- a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -34,7 +34,7 @@ game_concept_paleo_azeri_culture_desc: "The region known as Media Atropatene (or Iranian Azerbaijan in modern parlance) is a historical region in modern Northwest Iran. Historically, the region contained a number of different peoples prior to the conquest by the Medes in 609 BC. These include:\n\n$EFFECT_LIST_BULLET$The Matiene, a kingdom whose population possibly spoke a Hurro-Uratian language. Because of the Scythian and Cimmerian migrations, influences from Eastern Iranian speaking peoples cannot be ruled out.\n$EFFECT_LIST_BULLET$Caspians, a possibly pre-Indo-European people who lived south of the Araxes River.\n$EFFECT_LIST_BULLET$Cyrtians, a nomadic group of potentially Iranian or non-Iranian ancestry (or both), who lived in the Zagros Mountains.\n\nAfter the conquest of Media by the Achaemenid Empire, the region, the region underwent extensive Iranianization. By the Vth century, Media Atropatene was fully Iranianized.\n\nFor more information, please see the #italic Encyclopedia Iranica#! article on Azerbaijan." game_concept_paleo_cyrtian_culture: "Paleo-Zagros Cultures" game_concept_paleo_cyrtian_culture_short: "Paleo-Zagros Peoples" - game_concept_paleo_cyrtian_culture_desc: "A number of non-Iranian nomadic groups lived in the Zagros Mountains during Antiquity, including the Uxii, Cyrtians, Lullubi, and Gutians. By the Vth Century AD, these groups had been under the process of Iranianization for several centuries, so because of the restrictions of game mechanics and the general lack of firm data, we group all these people together as Crytians and made them an Iranian speaking, Iranian heritage culture." + game_concept_paleo_cyrtian_culture_desc: "A number of non-Iranian nomadic groups lived in the Zagros Mountains during Antiquity, including the Uxii, Cyrtians, Lullubi, and Gutians. By the Vth Century AD, these groups had been under the process of Iranianization for several centuries and this process was either complete or nearing completion.\n\nBecause of the restrictions of game mechanics and the general lack of firm data, we group all these people together as Crytians and made them an Iranian speaking, Iranian heritage culture." #Serindian Proto-Cultures game_concept_paleo_khotanese_culture: "Paleo-Khotanese Culture" game_concept_paleo_khotanese_culture_short: "Unknown Culture" From 13f1df88522456cd4e5620d0a0ab88d4fc92cb89 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:22:25 -0400 Subject: [PATCH 328/339] Make African Church use monasticism instead of legalism --- WtWSMS/common/religion/religions/00_christianity.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WtWSMS/common/religion/religions/00_christianity.txt b/WtWSMS/common/religion/religions/00_christianity.txt index e504e91fba..9ce1cc0b4d 100644 --- a/WtWSMS/common/religion/religions/00_christianity.txt +++ b/WtWSMS/common/religion/religions/00_christianity.txt @@ -568,7 +568,7 @@ #Tenets doctrine = tenet_rite doctrine = tenet_communion - doctrine = tenet_legalism + doctrine = tenet_monasticism holy_order_names = {} From cccfe033c28ef8b0c83cddc3f3a9da4070aa5a0e Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:34:03 -0400 Subject: [PATCH 329/339] Finish up Turks, Germans, map fixes * Fixed up Turkic descriptions * Fixed up Taifal description * More tweaks to Roman/Romano-Illyrian border --- .../culture/cultures/BP_east_germanic.txt | 1 + WtWSMS/common/culture/cultures/BP_turkic.txt | 126 +++++++++++++----- .../game_concepts/BP_flavor_game_concepts.txt | 33 +++++ WtWSMS/history/provinces/bp_k_annonaria.txt | 4 +- .../BP_flavor_game_concepts_l_english.yml | 38 +++++- .../culture/BP_cultural_history_l_english.yml | 12 +- 6 files changed, 165 insertions(+), 49 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index 370ae3dbc5..2260fb3a40 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -431,6 +431,7 @@ taifal = { parents = { gothic sarmatian } created = 250.1.1 #First clear mention of Taifals + history_loc_override = taifal_history_loc ethos = ethos_bellicose heritage = heritage_east_germanic diff --git a/WtWSMS/common/culture/cultures/BP_turkic.txt b/WtWSMS/common/culture/cultures/BP_turkic.txt index 9f3a4d997d..f0d17efe44 100644 --- a/WtWSMS/common/culture/cultures/BP_turkic.txt +++ b/WtWSMS/common/culture/cultures/BP_turkic.txt @@ -1,10 +1,13 @@ -#Oghur Proto-Speakers +#The Xiongnu, the hardest to nail down xiongnu = { color = xiongnu + created = 2.1.1 + history_loc_override = xiongnu_history_loc + ethos = ethos_bellicose heritage = heritage_turkic - language = language_oghur + language = language_turkic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -21,7 +24,7 @@ xiongnu = { requires_dlc_flag = hybridize_culture } - name_list = name_list_xiongnu #No clear eveidence of whatever connection + name_list = name_list_xiongnu #Graphics coa_gfx = { turkic_group_coa_gfx steppe_coa_gfx } @@ -31,15 +34,24 @@ xiongnu = { ethnicities = { 10 = asian } } -bolghar = { - color = bolghar +#Oghur Proto-Speakers +#The split between Ogur and Oghuz appears to be approximately 2000-2250 YBP. +#https://academic.oup.com/view-large/figure/201330592/lzz010f3.tif +#The split of the Xiongnu into Northern and Southern occured within that time frame +#which probably ties the Northern Xiongnu to the creation of the White/Black Huns. +#The timing seems to work out well; see [1] for some details. +# +#[1] -Yorulmazoglu, Erol. The Turks: The Central Asian Civilization That Bridged the East and the West for Over Two Millennia - volume 1 (p. 223). Kindle Edition. +hunnic = { + color = hunnic - parents = { hunnic } - created = 454.1.1 + parents = { xiongnu } + created = 2.1.1 + history_loc_override = hunnic_history_loc ethos = ethos_bellicose heritage = heritage_turkic - language = language_oghur + language = language_hunnic martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -47,26 +59,44 @@ bolghar = { tradition_horse_lords #Ritual Traditions #Realm Traditions - tradition_ruling_caste + tradition_equal_inheritance #Status of Hunnic women #Combat Traditions + tradition_hit_and_run } + name_list = name_list_hunnic - dlc_tradition = { - trait = tradition_malleable_invaders - requires_dlc_flag = hybridize_culture - } - - name_list = name_list_bolghar - - coa_gfx = { turkic_group_coa_gfx steppe_coa_gfx } + coa_gfx = { mongol_coa_gfx steppe_coa_gfx } building_gfx = { steppe_building_gfx } clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } - ethnicities = { 10 = asian } + #Huns themselves are + #https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7997506/ + #https://www.cell.com/current-biology/fulltext/S0960-9822(22)00732-1?_returnURL=https%3A%2F%2Flinkinghub.elsevier.com%2Fretrieve%2Fpii%2FS0960982222007321%3Fshowall%3Dtrue + #Made a 2:2:1 split between Xiongnu, Sakan, and Goths (Cherniakhiv culture) + ethnicities = { + #Xiongnu admixture + 200 = asian + #Sakan Admixture + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + #Gothic Admixture + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } } -barsil = { - color = barsil +bolghar = { + color = bolghar + + parents = { xiongnu } + created = 250.1.1 #First mention + history_loc_override = bolghar_history_loc ethos = ethos_bellicose heritage = heritage_turkic @@ -78,29 +108,46 @@ barsil = { tradition_horse_lords #Ritual Traditions #Realm Traditions - tradition_pastoralists + tradition_ruling_caste #Combat Traditions } - name_list = name_list_barsil + dlc_tradition = { + trait = tradition_malleable_invaders + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_bolghar coa_gfx = { turkic_group_coa_gfx steppe_coa_gfx } building_gfx = { steppe_building_gfx } clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } - ethnicities = { 10 = asian } + #Made a 2:2:1 split between Xiongnu, Sakan, and Goths (Cherniakhiv culture) + ethnicities = { + #Xiongnu admixture + 200 = asian + #Sakan Admixture + 116 = arab + 84 = mediterranean + 25 = caucasian_blond #Historic references to lighter hair colors + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + #Gothic Admixture + 70 = caucasian_northern_blond + 15 = caucasian_northern_ginger + 10 = caucasian_northern_brown_hair + 5 = caucasian_northern_dark_hair + } } -hunnic = { - color = hunnic - - parents = { xiongnu } - created = 2.1.1 - history_loc_override = hunnic_history_loc +barsil = { + color = barsil ethos = ethos_bellicose heritage = heritage_turkic - language = language_hunnic + language = language_oghur martial_custom = martial_custom_male_only traditions = { #Societal Traditions @@ -108,13 +155,13 @@ hunnic = { tradition_horse_lords #Ritual Traditions #Realm Traditions - tradition_equal_inheritance #Status of Hunnic women + tradition_pastoralists #Combat Traditions - tradition_hit_and_run } - name_list = name_list_hunnic - coa_gfx = { mongol_coa_gfx steppe_coa_gfx } + name_list = name_list_barsil + + coa_gfx = { turkic_group_coa_gfx steppe_coa_gfx } building_gfx = { steppe_building_gfx } clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } @@ -126,6 +173,7 @@ hunas = { parents = { xiongnu bactrian } created = 350.1.1 + history_loc_override = hunas_history_loc ethos = ethos_bellicose heritage = heritage_turkic @@ -227,12 +275,18 @@ kirghiz = { clothing_gfx = { mongol_clothing_gfx } unit_gfx = { mongol_unit_gfx } - ethnicities = { 10 = asian } + ethnicities = { + 200 = asian + 25 = caucasian_blond #Historic references to lighter hair colors and genetic analysis of Kirghiz ancestry + 25 = caucasian_brown_hair + 25 = caucasian_dark_hair + 25 = caucasian_ginger + } } kurykan = { #Remnant Dinglings that became Kurykans/proto-Buryats,Tuvans,Siberian Turks color = kurykan - parents = { xiongnu } + parents = { tiele tungusic } created = 2.1.1 history_loc_override = kurykan_history_loc diff --git a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt index 75a092bf4e..ce2d762e88 100644 --- a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt @@ -47,6 +47,35 @@ paleo_cyrtian_culture = { shown_in_encyclopedia = no alias = { paleo_cyrtian_culture_short } } +#Turkic Cultures +xiongnu_culture = { + shown_in_encyclopedia = no + alias = { xiongnu_culture_short } +} +kurykan_culture = { + shown_in_encyclopedia = no + alias = { kurykan_culture_short } +} +tiele_culture = { + shown_in_encyclopedia = no + alias = { tiele_culture_short } +} +kyrgyz_culture = { + shown_in_encyclopedia = no + alias = { kyrgyz_culture_short } +} +hunnic_culture = { + shown_in_encyclopedia = no + alias = { hunnic_culture_short } +} +bolghar_culture = { + shown_in_encyclopedia = no + alias = { bolghar_culture_short } +} +hunas_culture = { + shown_in_encyclopedia = no + alias = { hunas_culture_short } +} #Serindian Cultures paleo_khotanese_culture = { shown_in_encyclopedia = no @@ -74,4 +103,8 @@ west_germanic_culture = { suebian_culture = { shown_in_encyclopedia = no alias = { suebian_culture_short } +} +taifal_culture = { + shown_in_encyclopedia = no + alias = { taifal_culture_short } } \ No newline at end of file diff --git a/WtWSMS/history/provinces/bp_k_annonaria.txt b/WtWSMS/history/provinces/bp_k_annonaria.txt index 4f1fb0ad13..9bd56fbe1f 100644 --- a/WtWSMS/history/provinces/bp_k_annonaria.txt +++ b/WtWSMS/history/provinces/bp_k_annonaria.txt @@ -20,7 +20,7 @@ } ###c_ljubljana 3096 = { #LJUBLJANA - culture = roman + culture = romano_illyrian religion = nicene holding = castle_holding #Destroyed 452 by Attila, so nothing remains @@ -36,7 +36,7 @@ } ###c_pula 2518 = { #PULA - culture = roman + culture = romano_illyrian religion = nicene holding = castle_holding } diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml index 4a0e226207..5bd426cc52 100644 --- a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -8,7 +8,7 @@ game_concept_rhaetian_culture_desc: "The Rhaeti were a confederation of Alpine tribes related to the Etruscans, whose name lent itself to the Roman province of Raetia. The Rhaeti language itself may have been spoken as late as the IIIrd Century AD, but by the Ist Century BC, the process of language death was already well underway.\n\nBy the Vth Century AD, Romanization was complete, and the last of the Tyrsenian languages was dead." game_concept_noric_culture: "Noric Culture" game_concept_noric_culture_short: "Noric" - game_concept_noric_culture_desc: "The area that would become the Roman province of Noricum was inhabited by Celtic peoples. The region became famous for the quality of its iron. The Norics were related to the Taurisci in modern Carinthia and northern Slovenia, according to Pliny the Elder; this statement has not been generally accepted by modern historians." + game_concept_noric_culture_desc: "The area that would become the Roman province of Noricum was inhabited by Celtic peoples prior to the Roman conquest. The region became famous for the quality of its iron. The Norics were related to the Taurisci in modern Carinthia and northern Slovenia, according to Pliny the Elder; this statement has not been generally accepted by modern historians." game_concept_pannonian_culture: "Pannonian Culture" game_concept_pannonian_culture_short: "Pannonian" game_concept_pannonian_culture_desc: "The Ancient Pannonians are a subgroup of the Illyrian peoples, who occupied the region later known as the Roman province of Pannonia.\n\nExisting on the boundary between the Illyrian and Celtic peoples, some of the Pannonian tribes were Celticized.\n\nWhile part of the greater Illyrian peoples, the Pannonians were a distinct subgroup from those that formed the Romano-Illyrians, and as such the Romano-Pannonians are a separate group from the Romano-Illyrians." @@ -17,13 +17,13 @@ game_concept_paleo_sardinian_culture_desc: "The pre-Roman peoples of Sardinian, also known as Nuragic Culture, named after the Nuraghe structures they left behind. The culture existed on Sardinia from at least the XVIIIth Century BC until the Roman Conquest in 238 BC (and possibly until the VIth Century AD in the Barbagia region of Sardinia). While the culture left few written records, extensive material evidence remains of the later Nuragic tribes, the Balares and the Iliensis, as well as records left by surrounding civilizations.\n\nFollowing the Roman Conquest, the islands had considerable settlement from Italy and extensive Romanization, although some tribes, such as the Parati, Sossinati, Balari, and Aconites remained outside Roman control into Imperial times (1) and resisted Christianization until the late VIth Century, when Pope Gregory I sent a mission to convert Hospito.\n\n(1) Strabo #italic Geographica#! V.2.7" game_concept_paleo_corsican_culture: "Corsi Culture" game_concept_paleo_corsican_culture_short: "Corsi" - game_concept_paleo_corsican_culture_desc: "The Corsi are the pre-Roman people of Corisca (and northern Sardinia) who lived on the island prior to the Roman conquest. While ancient authors connect the to either the Ligurians or Etruscans, their actual identification remains a mystery.\n\nThey were possibly related to the Bronze Age Torrean Civilization in Southern Corsica, but the limited evidence prevents any substantial conclustion." + game_concept_paleo_corsican_culture_desc: "The Corsi are the pre-Roman people of Corisca (and northern Sardinia) who lived on the island prior to the Roman conquest. While ancient authors connect the to either the Ligurians or Etruscans, their actual identification remains a mystery.\n\nThey were possibly related to the Bronze Age Torrean Civilization in Southern Corsica, but the limited evidence prevents any substantial conclusion." game_concept_paleo_iberian_culture: "Paleo-Iberian Cultures" game_concept_paleo_iberian_culture_short: "Paleo-Iberians" - game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd century. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC. It is even possible they were not related to any other group in the peninsula.\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani (1) and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture.\n\n(1) - While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." + game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd century. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC). It is even possible they were not related to any other group in the peninsula.\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani (1) and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture.\n\n(1) - While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." game_concept_paleo_roman_african_culture: "Northwest African Cultures" game_concept_paleo_roman_african_culture_short: "Northwest African Cultures" - game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\nBecause of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African, as Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa." + game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\n#bold Because of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African, as Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa.#!" #Greek Proto-Cultures game_concept_phocaea_culture: "Ionian Culture" game_concept_phocaea_culture_short: "Created by settlers from Phoacaea" @@ -35,10 +35,32 @@ game_concept_paleo_cyrtian_culture: "Paleo-Zagros Cultures" game_concept_paleo_cyrtian_culture_short: "Paleo-Zagros Peoples" game_concept_paleo_cyrtian_culture_desc: "A number of non-Iranian nomadic groups lived in the Zagros Mountains during Antiquity, including the Uxii, Cyrtians, Lullubi, and Gutians. By the Vth Century AD, these groups had been under the process of Iranianization for several centuries and this process was either complete or nearing completion.\n\nBecause of the restrictions of game mechanics and the general lack of firm data, we group all these people together as Crytians and made them an Iranian speaking, Iranian heritage culture." + #Turkic Proto-Cultures + game_concept_xiongnu_culture: "Xiongnu Ethnogenesis" + game_concept_xiongnu_culture_short: "several different nomadic pastoralist cultures" + game_concept_xiongnu_culture_desc: "The ethnic identity of the Xiongnu remains a controversial question involving research in the fields of archaeology, genetics, and linguistics. The least controversial aspect is the genetic analysis; based on autosomal ancestry, the Xiongnu are a heterogeneous group combining influences of the East Asian Slab Grave Culture (ca. 1300-300 BC) and West Eurasian influences, most likely containing elements of the Sakan Pazyryk and Sagly/Uyuk Cultures (1). Somewhat confounding these findings is the Xiongnu's historic marriage alliances with the Han Chinese, which introduces a high amount of Han Chinese genetic influence in the ruling stratum that was unlikely to have effected the genetic disposition of the common people.\n\nThis, of course does not answer the cultural identification of the Xiongnu themselves, as genetics is not synonymous with culture. Linguistically, several incompatible theories have support among historians, including Turkic, Iranian, Yeniseian, Mongolic, and even a linguistic isolate have varying levels of support. The name Xiongnu itself is a pejorative in Chinese, meaning \"fierce slave\" (2), although it is possible that this may be a transliteration of #italic Huna#! or a reference to the Ongi River.\n\nIn reality, the Xiongnu were probably a heterogeneous group within which were probably strong Proto-Turkic and Proto-Mongolic elements. Ultimately, the limitations of game mechanics forces us to make compromises, and given the genetic and (somewhat controversial) cultural links between the Xiongnu and and the Huns, we have chosen to make the Xiongnu a Turkic culture (1,3). By the Vth Century AD, the Xiongnu confederation was no more and the remaining Xiongnu were likely Turkicized (given the remaining Xiongnu people's proximity to major Turkic confederations), so we assign them the Shaz Turkic language.\n\nSources:\n$EFFECT_LIST_BULLET$(1) - Jeong, C. et al. #italic A Dynamic 6,000-Year Genetic History of Eurasia's Eastern Steppe#!. Cell. 2020 Nov 12. pp. 890-904.\n$EFFECT_LIST_BULLET$(2) - As we do not have an accurate rendering of the Xiongnu's autonym, we use the name Xiongnu within the game.\n$EFFECT_LIST_BULLET$(3) - Yorulmazoglu, E. #italic The Central Asian Civilization That Bridged the East and The West for Over Two Millennia#!. CreateSpace." + game_concept_kurykan_culture: "Siberian Turkic Ethnogeneis" + game_concept_kurykan_culture_short: "Proto-Turkic, Xiongnu, and Northeast Asian" + game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present (1). Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in #italic When the World Stopped Making Sense#!.\n\n#bold Because of the limitations of game mechanics, we model the Kurykans as a Tiele/Tungusic hybrid.#!\n\n$EFFECT_LIST_BULLET$(1) - Savelyev, A. and Martine Robbeets. #italic Bayesian phylolinguistics infers the internal structure and the time-depth of the Turkic language family#!. Journal of Language Evolution, Volume 5, Issue 1, January 2020, Pages 39–53.\n$EFFECT_LIST_BULLET$(2) - Like many aspects of this period, we acknowledge such mappings as somewhat controversial, but, given the limited information available, we believe this is a defensible proposition." + game_concept_tiele_culture: "Turks before the First Turkish Khaganate" + game_concept_tiele_culture_short: "the Dinglings, Proto-Turks, and Scythian Horizon $game_concept_archeological_complex$" + game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation (1). This confederation was fairly long-lived, lasting from the IVth to the VIIIth century, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, #italic When the World Stopped Making Sense#! utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate (2).\n\n$EFFECT_LIST_BULLET$(1) - We use the Chinese name for this confederation as the precise Turkish word it translates is a matter of debate, and prefer to use Türk for the cultures that come from the Göktürk Khaganate.\n$EFFECT_LIST_BULLET$(2) - Like many aspects of this period, we acknowledge such mappings as somewhat controversial, but, given the limited information available, we believe this is a defensible proposition." + game_concept_kyrgyz_culture: "Yenisei Kyrgyz" + game_concept_kyrgyz_culture_short: "Proto-Turks and the Tashtyk $game_concept_archeological_complex$" + game_concept_kyrgyz_culture_desc: "The Yenisei Kyrgyz (recorded as Gekun/Ko-kun/Jiankun/Chien-kun in Chinese texts) are an ancient Turkic people who were distinct from other Turkic or Turkic-related cultures, such as the Dinglings during the period of Xiongnu conquest. While they were undoubtedly Turkic in culture, actual physical descriptions describe them as having pale skin, light eye color, and red or blonde hair, similar to the preceding Tashtyk Culture (1).\n\nMore recent genetic analysis reveals a split in the distribution of genetic ancestry between the maternal and paternal lines (2). In line with historical depictions of the Yenisei Kyrgyz in Chinese Annals into the IXth Century AD, we've modified the Kirghiz ethnicity values to reflect this facts.\n\n#bold However, the Kirghiz, as Chinese records attest them as a Turkic group, remain Turkic heritage, Turkic speaking.#!\n\n$EFFECT_LIST_BULLET$ (1) Keyser, C. et al. #italic Ancient DNA provides new insights into the history of south Siberian Kurgan people#!. Human Genetics, March 2009.\n$EFFECT_LIST_BULLET$(2) Guo, Y. et al. #italic Joint Genetic Analyses of Mitochondrial and Y-Chromosome Molecular Markers for a Population from Northwest China#!" + game_concept_hunnic_culture: "The Origin of the (European) Huns" + game_concept_hunnic_culture_short: "Xiongnu and other Steppe cultures between the Ist and IVth Centuries AD" + game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification (1,2).\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu (3). To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch (3).\n\n$EFFECT_LIST_BULLET$(1) - Gnecchi-Ruscone, G. et al. #italic Ancient genomic time transect from the Central Asian Steppe unravels the history of the Scythians#!. Sci Adv. 2021 Mar 26;7(13):eabe4414. doi: 10.1126/sciadv.abe4414. PMID: 33771866; PMCID: PMC7997506.\n$EFFECT_LIST_BULLET$(2) - Maroti, Z. et al. #italic The genetic origin of Huns, Avars, and conquering Hungarians#!. Current Biology. 21. doi:10.1016/j.cub.2022.04.093\n$EFFECT_LIST_BULLET$(3) - Like many aspects of this period, we acknowledge such mappings as somewhat controversial, but, given the limited information available, we believe this is a defensible proposition." + game_concept_bolghar_culture: "Origin of the Bolghars" + game_concept_bolghar_culture_short: "Xiongnu and other Steppe cultures before the IVth Century" + game_concept_bolghar_culture_desc: "Like the Huns, the origin of the Bolghars is somewhat of a mystery. Given the earliest attestation of Bolghar-related groups in the mid-Vth Century AD, they likely arrived as part of the Turkic migration into Europe, spearheaded by the Huns.\n\n#bold As such, for the purposes of game mechanics, we make the Bolghars a divergent culture of the Xiongnu with an origin in the mid-IIIrd Century#!" + game_concept_hunas_culture: "Origin of the Huna people" + game_concept_hunas_culture_short: "Xiognu and Bactrian peoples in the IVth Century AD" + game_concept_hunas_culture_desc: "Huna is an Indian name to a group of Central Asian tribes who entered the Indian subcontinent in the Vth and VIth century. The precise origins of these people is a matter of debate, although it appears that the Hepthalites, Xionites, Kidarites, and others were a set of related people.\n\nBoth textual (e.g., the colour white being tied to the southern direction) would indicate a Turkic influence (1), while the extensive use of Bactrian in official correspondence would indicate Iranian influence or fusion with local elements, possibly being adopted as a native language after a period of settlement.\n\nMost likely, like the Xiongnu, the various Huna peoples were a heterogeneous group that included a number of elements. For those Ancient Indian sources identify as Huna, they were likely part of a period of migration in the IVth Century AD in response to climatic changes in Northern Eurasia.\n\n#bold For the purposes of game mechanics, we make the Hunas culture a Xiognu/Bactrian Hybrid.#!\n\n$EFFECT_LIST_BULLET$(1) - Yorulmazoglu, E. #italic The Central Asian Civilization That Bridged the East and The West for Over Two Millennia#!. CreateSpace." #Serindian Proto-Cultures game_concept_paleo_khotanese_culture: "Paleo-Khotanese Culture" game_concept_paleo_khotanese_culture_short: "Unknown Culture" - game_concept_paleo_khotanese_culture_desc: "The pre-Saka period of Khotan is not well documented. Although Xuanzang documents several founding legends tying Khotan to the city of Taxila in Punjab, some historians consider this to be more of an attempted explanation for the Chinese and Indian influences in Khotan in the VIIth Century AD.\n\nOther evidence may indicate that the city was founded by Greco-Bactrian settlers, given Hellenistic influences found on the Sampul tapestry. \n\nAnother possibility, as the region lies on the crossroads of several competing cultural spheres of influence, the Khotan kingdom was a multiethnic confederation from which Tocharian, Sakan, Chinese, and Indian influences combined.\n\nFor the purposes of game mechanics, we treat Khotanese as a Saka-Tocharian hybrid." + game_concept_paleo_khotanese_culture_desc: "The pre-Saka period of Khotan is not well documented. Although Xuanzang documents several founding legends tying Khotan to the city of Taxila in Punjab, some historians consider this to be more of an attempted explanation for the Chinese and Indian influences in Khotan in the VIIth Century AD.\n\nOther evidence may indicate that the city was founded by Greco-Bactrian settlers, given Hellenistic influences found on the Sampul tapestry. \n\nAnother possibility, as the region lies on the crossroads of several competing cultural spheres of influence, the Khotan kingdom was a multiethnic confederation from which Tocharian, Sakan, Chinese, and Indian influences combined.\n\n#bold For the purposes of game mechanics, we treat Khotanese as a Saka-Tocharian hybrid.#!" #Germanic Proto-Cultures game_concept_wielbark_culture: "Wielbark" game_concept_wielbark_culture_desc: "The Wielbark culture (or East Pomeranian-Mazovian culture) is an archaeological complex that flourished in the Vistula basin during the Ist to Vth Centuries AD.\n\nThis archaeological complex is associated with the Goths and other East Germanic peoples, although not exclusively so. By the IIIrd Century, expansion of the Wielbark culture had led to the ejection of the Przeworsk Culture from the Poznań region. By the IIIrd century, it reached as far south as the northern reaches of modern Ukraine, and may have played a role in the creation of the [cherniakhiv_culture|E] culture in Ukraine.\n\n For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" @@ -48,13 +70,15 @@ game_concept_cherniakhiv_culture_desc: "The Cherniakhiv culture is a an [archeological_complex|E] that flourished between the IInd to the Vth Centuries AD in parts of modern Ukraine, Russia, Moldova, and Belarus.\n\nPotentially a multiethnic mix of Dacian, Sarmatian, and Gothic peoples, the Cherniakhiv culture is commonly associated with the Goths and related groups, as the earliest unambiguous attestations of the Goths link them to Scythia.\n\nThe decline of the Cherniakhiv culture is associated with the arrival of the Huns in the late IVth Century AD, which coincides with Ermanaric's invasion of Roman territory.\n\nThe Cherniakhiv culture was later supplanted by the Penkovka culture, associated with the Slavic Antes, in the aftermath of the collapse of the Hunnic Empire." game_concept_przeworsk_culture_history: "Przeworsk Culture" game_concept_przeworsk_culture_history_short: "Baltic, Celtic, Proto-Slavic, and Germanic Peoples" - game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth century, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. By the VIth century, the Slavic Prague-Korchak culture had replaced the Przeworsk culture.\n\nWithin #italic When the World Stopped Making Sense#!, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." + game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth century, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. Within #italic When the World Stopped Making Sense#!, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." game_concept_west_germanic_culture: "Istvaeonic Germanic Peoples" game_concept_west_germanic_culture_short: "Istvaeonic-Speaking Peoples" game_concept_west_germanic_culture_desc: "The Istvaeones were a Germanic group of tribes occupying the Weser-Rhine region of Europe in Late Antiquity. Among these groups are the Batavi, Chamavi, Chatti, and (tenuously) the Frisii.\n\n It is likely that the Franks developed from this group, as various attestations in the IVth and Vth century AD link the Franks to a number of Istvaeonic tribes. By the late Vth century, the Franks had become pre-eminent in the Rhine basin, and (besides some potential attestation to the Chatti in the Vth Century), had replaced most of the former Istvaeones." game_concept_suebian_culture: "Suebian Culture" game_concept_suebian_culture_short: "Suebian Peoples" game_concept_suebian_culture_desc: "The Suebians, or Suebi/Suevi/Suavi, were a large group of Germanic peoples mentioned in Classical and Late Antiquity, associated with various [elbe_germanic_culture|E] groups such as the Marcomanni, Quadi, Hermunduri, Semnones, and Lombards. The precise definition of the group was fluid and changed throughout history, although Tacitus and Pliny mention them as a major subdivision of the Germans.\n\nThe Suebi would play a major role in Roman history, including the Marcomannic Wars during the Crisis of the Third Century.\n\nA group of Suebians under Hermeric would cross the Danube with the Alans and Vandals, overrunning Gaul and Hispania and establishing the Kingdom of the Suebi in Gallacia.\n\nOther groups under Hunimund would fall under Hunnic dominion and later become part of the Alemannic confederation according to Jordanes." - + game_concept_taifal_culture: "Origin of the Taifals" + game_concept_taifal_culture_short: "$game_concept_cherniakhiv_culture$ $game_concept_archeological_complex_short$ and Sarmatian Peoples in the IIIrd Century AD" + game_concept_taifal_culture_desc: "The Taifals are one of the more mysterious peoples of Late Antiquity; they are clearly tied to the Goths, following Cniva's campaigns in Dacia and Moesia in the IIIrd Century AD, but also made excellent cavalrymen, a feature more in common with Sarmatian peoples like the Alans in Gaul and the Vandalic kingdom.\n\nBy the late Vth Century AD, the Taifals remained a power of note in the area of Poiters and Lusigan.\n\n#bold For the purposes of game mechanics, we make the Taifal culture a Gothic/Sarmatian hybrid.#!" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index ae29c7cdca..4429afc4e3 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -37,10 +37,13 @@ juhuro_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 457 BC" gruzinim_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 586 BC" #Turks - tiele_history_loc: "Formed from heterogeneous groups in North Central Asia" - kirghiz_history_loc: "Formed from Turkic and Tashtyk peoples in the year 174 BC" - kurykan_history_loc: "Formed from the Dingling, [CULTURE.GetName], and other Northeast Asian peoples in 174 BC" - hunnic_history_loc: "Formed from a core [CULTURE.GetName] component, intermixed with various Steppe peoples" + xiongnu_history_loc: "Formed from [xiongnu_culture_short|E] in the IIIrd Century BC" + tiele_history_loc: "Formed from [tiele_culture_short|E]" + kirghiz_history_loc: "Formed from [kyrgyz_culture_short|E] IVth Century AD" + kurykan_history_loc: "Formed from the [kurykan_culture_short|E] peoples in 174 BC" + hunnic_history_loc: "Formed from [hunnic_culture_short|E]" + bolghar_history_loc: "Formed from [bolghar_culture_short|E]" + hunas_history_loc: "Formed from [hunas_culture_short|E]" #Mongols xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" #East Germanic @@ -50,6 +53,7 @@ heruli_history_loc: "Diverged from [cherniakhiv_culture|E] [archeological_complex_short|E] in the IIIrd Century AD" wielbark_history_loc: "Diverged from the [wielbark_culture|E] [archeological_complex_short|E] in the IIIrd Century AD" denziner_history_loc: "Formed from the [wielbark_culture|E] [archeological_complex_short|E] and [elbe_germanic_culture|E] peoples in IIIrd Century AD" + taifal_history_loc: "Formed from [taifal_culture_short|E]" #Baltic vistula_veneti_history_loc: "Formed from [przeworsk_culture_history_short|E] in the IIIrd Century BC" #West Germanic From 13d500fe77644131aa8b5972025dabbb4cdef47b Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sun, 30 Apr 2023 20:28:21 -0400 Subject: [PATCH 330/339] Implement punitive wars --- .../casus_belli_groups/T4N_trib_cb_group.txt | 4 +- .../casus_belli_types/T4N_punative_war.txt | 241 ++++++++++++++++++ .../casus_belli_types/T4N_tributary_war.txt | 6 +- .../T4N_tributaries_interactions.txt | 14 +- .../decisions/T4N_tributary_decisions.txt | 38 +-- .../T4N_tributaries_effect_desc.txt | 2 +- .../T4N_tributaries_game_concepts.txt | 2 +- WtWSMS/events/_T4N/T4N_tributaries.txt | 77 +++++- .../english/BP_decisions_l_english.yml | 11 - .../english/T4N_tributaries_l_english.yml | 31 ++- 10 files changed, 379 insertions(+), 47 deletions(-) create mode 100644 WtWSMS/common/casus_belli_types/T4N_punative_war.txt diff --git a/WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt b/WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt index 018b6aab8d..d6899a1726 100644 --- a/WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt +++ b/WtWSMS/common/casus_belli_groups/T4N_trib_cb_group.txt @@ -1,2 +1,2 @@ -tributary = { -} \ No newline at end of file +tributary = {} +punitive = {} \ No newline at end of file diff --git a/WtWSMS/common/casus_belli_types/T4N_punative_war.txt b/WtWSMS/common/casus_belli_types/T4N_punative_war.txt new file mode 100644 index 0000000000..96588e26f9 --- /dev/null +++ b/WtWSMS/common/casus_belli_types/T4N_punative_war.txt @@ -0,0 +1,241 @@ +punative_war_cb = { + group = punitive + ai_only_against_neighbors = yes + + allowed_for_character = { + any_independent_ruler = { + limit = { + has_variable = can_be_targeted_for_punitive_war + this.var:can_be_targeted_for_punitive_war = scope:attacker + } + } + } + + allowed_against_character_display_regardless = {} + + allowed_against_character = { + scope:defender = { + has_variable = can_be_targeted_for_punitive_war + this.var:can_be_targeted_for_punitive_war = scope:attacker + } + } + + cost = { + piety = { value = 0 } + prestige = { value = 0 } + } + + should_invalidate = { + scope:defender = { + is_independent_ruler = no + is_tributary = no + NOR = { + has_variable = can_be_targeted_for_punitive_war + this.var:can_be_targeted_for_punitive_war = scope:attacker + } + } + } + + on_declaration = { + on_declared_war = yes + } + + on_invalidated_desc = msg_punitive_war_invalidated_message + + on_invalidated = {} + + on_victory_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:attacker = { is_local_player = yes } } + desc = punitive_cb_victory_desc_attacker + } + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = punitive_cb_victory_desc_defender + } + desc = punitive_cb_victory_desc + } + } + + on_victory = { + scope:attacker = { show_pow_release_message_effect = yes } + scope:defender = { + make_tributary = { + TYPE = tributary_permanent + SUZERAIN = scope:attacker + TRIBUTARY = scope:defender + } + depose = yes + } + + # Prestige level progress for the attacker + scope:attacker = { + add_prestige_experience = { + value = minor_prestige_value + } + } + + # Prestige loss for the defender + scope:defender = { + add_prestige = { + value = major_prestige_value + multiply = -1.0 + } + } + + hidden_effect = { scope:defender = { remove_variable = can_be_targeted_for_punitive_war } } + + # Allies on both sides get full prestige value for helping in the war, based on their war participation. + modify_allies_of_participants_fame_values = { + WINNER = scope:attacker + FAME_BASE = minor_prestige_value + IS_RELIGIOUS_WAR = no + WINNER_ALLY_FAME_SCALE = 1 + LOSER_ALLY_FAME_SCALE = 1 + } + + # Truce + add_truce_attacker_victory_effect = yes + + } + + on_white_peace_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = punitive_cb_white_peace_desc_defender + } + desc = punitive_cb_white_peace_desc + } + } + + on_white_peace = { + scope:attacker = { show_pow_release_message_effect = yes } + # Prestige loss for the attacker + scope:attacker = { + add_prestige = { + value = minor_prestige_value + multiply = -1.0 + } + stress_impact = { + ambitious = medium_stress_impact_gain + arrogant = medium_stress_impact_gain + } + } + + # Allies on both sides get full prestige value for helping in the war, based on their war participation. + modify_allies_of_participants_fame_values = { + WINNER = scope:attacker # Not important as the scales are identical + FAME_BASE = minor_prestige_value + IS_RELIGIOUS_WAR = no + WINNER_ALLY_FAME_SCALE = 1 + LOSER_ALLY_FAME_SCALE = 1 + } + + scope:defender = { + stress_impact = { + arrogant = medium_stress_impact_gain + } + } + + # Truce + add_truce_white_peace_effect = yes + } + + on_defeat_desc = { + first_valid = { + triggered_desc = { + trigger = { scope:defender = { is_local_player = yes } } + desc = punitive_cb_defeat_peace_desc_defender + } + triggered_desc = { + trigger = { + scope:attacker = { + is_local_player = yes + has_targeting_faction = yes + } + } + desc = punitive_cb_defeat_desc_attacker + } + desc = punitive_cb_defeat_peace_desc + } + } + + on_defeat = { + scope:attacker = { show_pow_release_message_effect = yes } + + # Prestige loss for the attacker + scope:attacker = { + pay_short_term_gold_reparations_effect = { + GOLD_VALUE = 3 + } + add_prestige = { + value = major_prestige_value + multiply = -1.0 + } + } + + # Prestige for the defender + scope:defender = { + add_prestige_war_defender_effect = { + PRESTIGE_VALUE = medium_prestige_value + } + custom_tooltip = { + text = trib_can_no_longer_be_punished + remove_variable = can_be_targeted_for_punitive_war + } + } + + # Allies on both sides get full prestige value for helping in the war, based on their war participation. + modify_allies_of_participants_fame_values = { + WINNER = scope:defender + FAME_BASE = major_prestige_value + IS_RELIGIOUS_WAR = no + WINNER_ALLY_FAME_SCALE = 1 + LOSER_ALLY_FAME_SCALE = 1 + } + + scope:attacker = { + save_temporary_scope_as = loser + } + + # Truce + add_truce_attacker_defeat_effect = yes + + on_lost_aggression_war_discontent_loss = yes + } + + on_primary_attacker_death = inherit + on_primary_defender_death = inherit + + attacker_allies_inherit = yes + defender_allies_inherit = yes + + war_name = "PUNITIVE_WAR_NAME" + war_name_base = "PUNITIVE_WAR_NAME_BASE" + cb_name = "PUNITIVE_CB_NAME" + interface_priority = 59 + + ticking_war_score_targets_entire_realm = yes + max_defender_score_from_occupation = 150 + max_attacker_score_from_occupation = 150 + attacker_ticking_warscore = 0 + attacker_wargoal_percentage = 0.8 + + max_ai_diplo_distance_to_title = 500 + + ai_score_mult = { + value = 1 + # As a feudal gov never attack tribal for vassalization + add = { + if = { + limit = { + scope:attacker = { NOT = { has_government = tribal_government } } + scope:defender = { has_government = tribal_government } + } + add = -1000 + } + } + } +} diff --git a/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt index d861492c95..18272595e5 100644 --- a/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt +++ b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt @@ -32,7 +32,8 @@ is_target_in_variable_list = { name = all_tributaries target = scope:defender } } } - } + } + scope:defender.primary_title = { is_neighbor_to_realm = scope:attacker } #Lets avoid having wars across the sea } cost = { @@ -147,7 +148,8 @@ permament_tributary_war_cb = { is_target_in_variable_list = { name = all_tributaries target = scope:defender } } } - } + } + scope:defender.primary_title = { is_neighbor_to_realm = scope:attacker } #Lets avoid having wars across the sea } cost = { diff --git a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt index c8466952d6..892660c14e 100644 --- a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt +++ b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt @@ -20,20 +20,20 @@ offer_tribute = { this = scope:recipient } } - is_independent_ruler = yes + is_independent_ruler = yes } scope:recipient = { NOT = { is_tributary = yes } - is_at_war = no + is_at_war = no highest_held_title_tier >= tier_county is_independent_ruler = yes } } #Non Permanent trib - send_option = { + send_option = { is_shown = { always = yes } @@ -74,7 +74,7 @@ offer_tribute = { TYPE = tributary_permanent SUZERAIN = scope:recipient TRIBUTARY = scope:actor - } + } } save_scope_as = my_suzerain_evt scope:actor = { @@ -585,7 +585,7 @@ ruler_offer_tribute_to_recipient = { TYPE = tributary_permanent SUZERAIN = scope:actor TRIBUTARY = scope:recipient - } + } } save_scope_as = trib scope:actor = { @@ -620,7 +620,7 @@ ruler_offer_tribute_to_recipient = { always = yes } flag = permanent_trib - localization = permanent_trib + localization = permanent_trib } ai_accept = { @@ -634,7 +634,7 @@ ruler_offer_tribute_to_recipient = { modifier = { add = 100 scope:actor.realm_size > scope:recipient.realm_size - desc = will_accept_bigger_suzerain + desc = will_accept_bigger_suzerain } modifier = { scope:recipient = { diff --git a/WtWSMS/common/decisions/T4N_tributary_decisions.txt b/WtWSMS/common/decisions/T4N_tributary_decisions.txt index d0a545f8eb..c2cec1a4d6 100644 --- a/WtWSMS/common/decisions/T4N_tributary_decisions.txt +++ b/WtWSMS/common/decisions/T4N_tributary_decisions.txt @@ -33,24 +33,27 @@ effect = { root = { save_scope_as = suzerain_cta_caller } - every_in_list = { - variable = all_tributaries - limit = { - exists = var:can_call_to_war_suzerain - var:can_call_to_war_suzerain = flag:yes - } - save_temporary_scope_as = tributary_in_question - - if = { + custom_tooltip = { + text = summon_tributaries_to_war_effect + every_in_list = { + variable = all_tributaries limit = { - scope:suzerain_cta_caller = { - any_character_war = { - save_temporary_scope_as = the_war - NOT = { scope:tributary_in_question = { is_participant_in_war = scope:the_war } } + exists = var:can_call_to_war_suzerain + var:can_call_to_war_suzerain = flag:yes + } + save_temporary_scope_as = tributary_in_question + + if = { + limit = { + scope:suzerain_cta_caller = { + any_character_war = { + save_temporary_scope_as = the_war + NOT = { scope:tributary_in_question = { is_participant_in_war = scope:the_war } } + } } } + scope:tributary_in_question = { trigger_event = { id = tributaries.200 } } } - scope:tributary_in_question = { trigger_event = { id = tributaries.200 } } } } } @@ -92,9 +95,12 @@ summon_suzerain_to_war = { effect = { root = { save_scope_as = call_to_arms_tribute - set_variable = flag:called_my_suzerain + set_variable = called_my_suzerain + } + custom_tooltip = { + text = summon_suzerain_to_war_effect + root.var:my_suzerain = { trigger_event = { id = tributaries.100 } } } - root.var:my_suzerain = { trigger_event = { id = tributaries.100 } } } ai_potential = { always = yes } diff --git a/WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt b/WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt index d86e3e5ce6..209b255b0d 100644 --- a/WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt +++ b/WtWSMS/common/effect_localization/T4N_tributaries_effect_desc.txt @@ -4,4 +4,4 @@ non_permanent_trib_turns_into_perma = { global = non_permanent_trib_turns_into_perma_desc -} \ No newline at end of file +} diff --git a/WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt b/WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt index ca7cf699f2..273bfe01ef 100644 --- a/WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt +++ b/WtWSMS/common/game_concepts/T4N_tributaries_game_concepts.txt @@ -19,4 +19,4 @@ T4N_suzerain = { texture = "gfx/interface/icons/icon_vassal.dds" #alias = { direct_vassals } parent = T4N_tributary -} \ No newline at end of file +} diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 180cb4b9c8..0e1f5f0743 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -294,6 +294,21 @@ tributaries.100 = { option = { name = tributaries.100.suzerain_joins_the_war + ai_chance = { + base = 150 + modifier = { + add = 75 + ai_honor >= low_positive_ai_value + } + modifier = { + add = 75 + ai_honor >= medium_positive_ai_value + } + modifier = { + add = 75 + ai_honor >= high_positive_ai_value + } + } add_piety = minor_piety_value scope:call_to_arms_tribute = { if = { @@ -320,10 +335,6 @@ tributaries.100 = { } option = { - name = tributaries.100.suzerain_refuses_to_join_war - add_prestige = major_prestige_loss - save_scope_as = former_suzerain - scope:call_to_arms_tribute = { trigger_event = { id = tributaries.101 } } #tributary gets a positive response #AI Suzerain's do not get to refuse foederatus_tributary call to arms trigger = { trigger_if = { @@ -334,6 +345,25 @@ tributaries.100 = { } } } + name = tributaries.100.suzerain_refuses_to_join_war + ai_chance = { + base = 50 + modifier = { + add = 25 + ai_honor <= low_negative_ai_value + } + modifier = { + add = 25 + ai_honor <= medium_negative_ai_value + } + modifier = { + add = 25 + ai_honor <= high_negative_ai_value + } + } + add_prestige = major_prestige_loss + save_scope_as = former_suzerain + scope:call_to_arms_tribute = { trigger_event = { id = tributaries.101 } } #tributary gets a negative response } } @@ -374,7 +404,7 @@ tributaries.102 = { option = { name = nice } } -#Tributary calls Suzerain to war: IDs: 200-299 +#Suzerain calls tributary to war: IDs: 200-299 #Call to arms received from suzerain #Root is tributary @@ -387,6 +417,22 @@ tributaries.200 = { option = { name = tributaries.200.join_suzerain_war + ai_chance = { + base = 150 + modifier = { + add = 75 + ai_honor >= low_positive_ai_value + } + modifier = { + add = 75 + ai_honor >= medium_positive_ai_value + } + modifier = { + add = 75 + ai_honor >= high_positive_ai_value + } + } + scope:suzerain_cta_caller = { every_character_war = { if = { @@ -410,6 +456,21 @@ tributaries.200 = { } } name = tributaries.200.do_not_join_suzerain_war + ai_chance = { + base = 50 + modifier = { + add = 25 + ai_honor <= low_negative_ai_value + } + modifier = { + add = 25 + ai_honor <= medium_negative_ai_value + } + modifier = { + add = 25 + ai_honor <= high_negative_ai_value + } + } save_scope_as = refusing_tributary scope:suzerain_cta_caller = { trigger_event = { id = tributaries.201 } } } @@ -425,6 +486,12 @@ tributaries.201 = { sender = scope:refusing_tributary immediate = { + scope:refusing_tributary = { + set_variable = { + name = can_be_targeted_for_punitive_war + value = scope:refusing_tributary.var:my_suzerain + } + } unset_tributary = { TRIBUTARY = scope:refusing_tributary TRIBUTARY_BASE_TYPE = flag:permanent diff --git a/WtWSMS/localization/english/BP_decisions_l_english.yml b/WtWSMS/localization/english/BP_decisions_l_english.yml index 1ae099ab73..c98c628f48 100644 --- a/WtWSMS/localization/english/BP_decisions_l_english.yml +++ b/WtWSMS/localization/english/BP_decisions_l_english.yml @@ -143,17 +143,6 @@ settle_nomads_decision_tooltip: "Adopt $tribal_government$ [government|E]" settle_nomads_decision_confirm: "Confirm" - #### Tributary Decisions - summon_tributaries_to_war: "Summon Tributaries to War" - summon_tributaries_to_war_desc: "We are now at war; we can compel our tributaries to join our struggle!" - summon_tributaries_to_war_tooltip: "All tributaries whose contract compels them to do so will join all your wars." - summon_tributaries_to_war_confirm: "Confirm" - - summon_suzerain_to_war: "Summon Suzerain to War" - summon_suzerain_to_war_desc: "We are now at war; we can compel our suzerain to join our struggle!" - summon_suzerain_to_war_tooltip: "Your suzerain will join all your wars, if the contract compels him." - summon_suzerain_to_war_confirm: "Confirm" - #### Secular Decisions #Reclaim Albania reclaim_albania_decision: "Reclaim Aghwank" diff --git a/WtWSMS/localization/english/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_l_english.yml index 417f205c9c..2a46c26973 100644 --- a/WtWSMS/localization/english/T4N_tributaries_l_english.yml +++ b/WtWSMS/localization/english/T4N_tributaries_l_english.yml @@ -41,6 +41,19 @@ #Effect Localization ANNEX_TRIBUTARY_DESC: "[CHARACTER.GetFirstName] is turned to a [vassal|E]" NON_PERMANENT_TRIB_TURNS_INTO_PERMA: "[CHARACTER.GetFirstName] is turned to a Permanent Tributary" + #Decisions + ## Summon Tributaries to War + summon_tributaries_to_war: "Summon Tributaries to War" + summon_tributaries_to_war_desc: "We are now at war; we can compel our tributaries to join our struggle!" + summon_tributaries_to_war_tooltip: "All tributaries whose contract compels them to do so will join all your wars." + summon_tributaries_to_war_confirm: "Confirm" + summon_tributaries_to_war_effect: "Tries to call all tributaries to current wars.\n\n$EFFECT_LIST_BULLET$ Some tributaries may refuse to join your war and break the tributary contract. Doing so will give you a [casus_belli|E] against them." + ##Summon Suzerain to War + summon_suzerain_to_war: "Summon Suzerain to War" + summon_suzerain_to_war_desc: "We are now at war; we can compel our suzerain to join our struggle!" + summon_suzerain_to_war_tooltip: "Your suzerain will join all your wars, if the contract compels him." + summon_suzerain_to_war_confirm: "Confirm" + summon_suzerain_to_war_effect: "Tries to call your suzerain to your current wars.\n\n$EFFECT_LIST_BULLET$ If refused, the tributary contract will be broken." #Wars trib_war_cb: "Claim [DEFENDER.GetShortUIName] as a [T4N_non_permanent_tributary|E]" trib_on_victory_desc: "On Victory" @@ -81,6 +94,20 @@ NOT_cannot_attack_tributary_l: "Is Independent Ruler" not_a_tributary_pos: "[defender.GetShortUIName|U] is NOT your tributary" not_a_tributary_neg: "[defender.GetShortUIName|U] is your tributary" + ##Punitive Wars + punitive_cb_victory_desc_attacker: "Claim [defender.GetShortUIName] as a [T4N_permanent_tributary|E]" + punitive_cb_victory_desc_defender: "We become a [T4N_permanent_tributary|E]" + punitive_cb_victory_desc: "On Victory" + punitive_cb_white_peace_desc_defender: "White Peace" + punitive_cb_white_peace_desc: "White Peace" + punitive_cb_defeat_peace_desc_defender: "[defender.GetShortUIName|U] becomes [T4N_permanent_tributary|E] of [T4N_permanent_tributary|E]" + punitive_cb_defeat_desc_attacker: "I become [T4N_permanent_tributary|E] of [attacker.GetShortUIName|U]" + punitive_cb_defeat_peace_desc: "On defeat" + msg_punitive_war_invalidated_message: "Punitive War invalidated" + PUNITIVE_WAR_NAME: "$ORDER$ [ATTACKER.GetPrimaryTitle.GetPrefix]-[DEFENDER.GetPrimaryTitle.GetAdjective] Punishment War" + PUNITIVE_WAR_NAME_BASE: "[ATTACKER.GetPrimaryTitle.GetAdjective][DEFENDER.GetPrimaryTitle.GetName]" + PUNITIVE_CB_NAME: "Punishment of [DEFENDER.GetShortUIName]" + trib_can_no_longer_be_punished: "Can no longer have a Punitive War declared on [defender.GetHerHim]" #Events tributaries.8_opening: "My Tributary" tributaries.8_desc: "Henceforth, I free you from your Obligations towards me." @@ -97,7 +124,7 @@ tributaries.12_desc: "It is not in our best interest to accept your tribute at this time." tribute_denied: "We shall look for help elsewhere then." nice: "Good" - #Tributary calls Suzerain to War + ##Tributary calls Suzerain to War tributaries.100.tit: "Suzerain Called to War" tributaries.100.desc: "While reviewing situations that are unfolding across the realm, I received missive from [call_to_arms_tribute.GetFirstNameNicknamedNoTooltip], requesting support in their recent war efforts. While it is my duty to assist them, I wonder if it is the right thing to do for [ROOT.GetPrimaryTitle.GetName]?" tributaries.100.suzerain_joins_the_war: "To War! I must protect my interests!" @@ -107,7 +134,7 @@ tributaries.101.tribute_stop_war: "They'll not receive another coin out of me!" tributaries.102.opening: "[call_to_arms_tribute.var:my_suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" tributaries.102.desc: "I will honour our agreement and join your current wars!" - #Suzerain calls Tributaries to War + ##Suzerain calls Tributaries to War tributaries.200.opening: "[suzerain_cta_caller.Custom2('AppropriateGreeting', ROOT.Char)]" tributaries.200.desc: "I call on you to honour our agreement and join our current wars!" tributaries.200.join_suzerain_war: "To War!" From 99badfbff76f6bdf1c6dc7da9cf302b80e4ced52 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Mon, 1 May 2023 23:11:23 -0400 Subject: [PATCH 331/339] Bugfixes * Suzarains can be called to war properly * Fixed heritage drift firing too early * Halved rate of minority events to have fewer firing every year --- .../common/on_action/BP_yearly_on_actions.txt | 2 +- .../script_values/sea_minority_values.txt | 18 +++++++++--------- WtWSMS/events/_T4N/T4N_tributaries.txt | 16 +++++++++------- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/WtWSMS/common/on_action/BP_yearly_on_actions.txt b/WtWSMS/common/on_action/BP_yearly_on_actions.txt index 2e62bbcc93..275628a0e2 100644 --- a/WtWSMS/common/on_action/BP_yearly_on_actions.txt +++ b/WtWSMS/common/on_action/BP_yearly_on_actions.txt @@ -270,7 +270,7 @@ heritage_shift = { generic_shift_culture_event = { EVENT_ID = bp_heritage_linguistic_drift.0101 HERITAGE_OR_LANGUAGE = heritage - SHIFT_START_YEAR = 100 + SHIFT_START_YEAR = 500 SHIFT_PERIOD_YEARS = 25 } } diff --git a/WtWSMS/common/script_values/sea_minority_values.txt b/WtWSMS/common/script_values/sea_minority_values.txt index 0b00bcf557..0d9d1c4e68 100644 --- a/WtWSMS/common/script_values/sea_minority_values.txt +++ b/WtWSMS/common/script_values/sea_minority_values.txt @@ -29,21 +29,21 @@ # 50% | 1.38% | 50 # 50% | 1.00% | 70 -chance_of_minority_immigration_event_per_year = 2.73 +chance_of_minority_immigration_event_per_year = 1.38 -chance_of_culture_minority_reduction_event_per_year = 12.9 -chance_of_culture_minority_underfed_event_per_year = 2.73 +chance_of_culture_minority_reduction_event_per_year = 6.70 +chance_of_culture_minority_underfed_event_per_year = 1.38 -chance_of_faith_minority_reduction_event_per_year = 12.9 -chance_of_faith_minority_underfed_event_per_year = 2.73 +chance_of_faith_minority_reduction_event_per_year = 6.70 +chance_of_faith_minority_underfed_event_per_year = 1.38 -chance_of_faith_majority_evangelization_event_per_year = 2.73 +chance_of_faith_majority_evangelization_event_per_year = 1.38 -chance_of_majority_growth_event_per_year = 1.38 +chance_of_majority_growth_event_per_year = 1.00 #NB: this will be additionally weighted by the the difference in development between the -#target and the source. This just controls the probabilty that a specific county will get checked to +#target and the source. This just controls the probability that a specific county will get checked to #try and migrate per year -chance_of_outward_immigration_event_per_year = 6.70 +chance_of_outward_immigration_event_per_year = 2.73 ##### Councillor Action Speed diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 0e1f5f0743..992e3f93d6 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -320,13 +320,15 @@ tributaries.100 = { } } } - if = { - limit = { scope:call_to_arms_tribute = { is_at_war_as_attacker = yes } } - add_attacker = root - } - else_if = { - limit = { scope:call_to_arms_tribute = { is_at_war_as_defender = yes } } - add_defender = root + every_character_war = { + if = { + limit = { scope:call_to_arms_tribute = { is_at_war_as_attacker = yes } } + add_attacker = root + } + else_if = { + limit = { scope:call_to_arms_tribute = { is_at_war_as_defender = yes } } + add_defender = root + } } else = { debug_log = "Something broke, report to typical" } } From 6709c39af2d1507b30e641658121cd96388cd5b1 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Tue, 2 May 2023 00:16:11 -0400 Subject: [PATCH 332/339] Fixup citations --- .../game_concepts/BP_flavor_game_concepts.txt | 20 +++++- .../BP_flavor_game_concepts_l_english.yml | 71 ++++++++++++++----- .../culture/BP_cultural_history_l_english.yml | 10 +-- 3 files changed, 76 insertions(+), 25 deletions(-) diff --git a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt index ce2d762e88..4392eb9ca1 100644 --- a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt @@ -107,4 +107,22 @@ suebian_culture = { taifal_culture = { shown_in_encyclopedia = no alias = { taifal_culture_short } -} \ No newline at end of file +} +#Notes +general_wtwsms_controversy_note = { shown_in_encyclopedia = no } +xiongnu_name_note = { shown_in_encyclopedia = no } +lusitani_note = { shown_in_encyclopedia = no } +tiele_note = { shown_in_encyclopedia = no } +romano_african_note = { shown_in_encyclopedia = no } +#Sources +uscb_archeology = { shown_in_encyclopedia = no } +strabo_source = { shown_in_encyclopedia = no } +paleo_azeri_source = { shown_in_encyclopedia = no } +xiongnu_genetic_source = { shown_in_encyclopedia = no } +yorulmazoglu_turkic_history = { shown_in_encyclopedia = no } +siberian_turkic_linguistic_analysis = { shown_in_encyclopedia = no } +yenisei_kirghiz_genetics_1 = { shown_in_encyclopedia = no } +yenisei_kirghiz_genetics_2 = { shown_in_encyclopedia = no } +hunnic_genetics_1 = { shown_in_encyclopedia = no } +hunnic_genetics_2 = { shown_in_encyclopedia = no } +heather_source = { shown_in_encyclopedia = no } diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml index 5bd426cc52..a96633acb9 100644 --- a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -1,7 +1,7 @@ l_english: game_concept_archeological_complex: "Archaeological Complex" game_concept_archeological_complex_short: "Complex" - game_concept_archeological_complex_desc: "\"In archaeology, a complex is a chronological subdivision of different artefact types such as stone tools, pottery, and the like. Complexes are often defined on the basis of the similarities of industries between different sites within a region dating from roughly the same time period (1).\"\n\nWithin #italic When the World Stopped Making Sense#!, there are a number of groups that played a pivotal role in the ethnogenesis of later groups, but for whom evidence is scant or precise relations are unknown.\n\nFor the sake of accuracy, we include references to these groups within tooltips.\n\n(1) - Definition taken from the UCSB Department of Archaeology Webpage" + game_concept_archeological_complex_desc: "\"In archaeology, a complex is a chronological subdivision of different artefact types such as stone tools, pottery, and the like. Complexes are often defined on the basis of the similarities of industries between different sites within a region dating from roughly the same time period #P ([Concept('uscb_archeology','1')|I])#!.\"\n\nWithin #italic When the World Stopped Making Sense#!, there are a number of groups that played a pivotal role in the ethnogenesis of later groups, but for whom evidence is scant or precise relations are unknown.\n\nFor the sake of accuracy, we include references to these groups within tooltips." #Romanized Groups game_concept_rhaetian_culture: "Rhaetian Culture" game_concept_rhaetian_culture_short: "Rhaetian" @@ -14,16 +14,16 @@ game_concept_pannonian_culture_desc: "The Ancient Pannonians are a subgroup of the Illyrian peoples, who occupied the region later known as the Roman province of Pannonia.\n\nExisting on the boundary between the Illyrian and Celtic peoples, some of the Pannonian tribes were Celticized.\n\nWhile part of the greater Illyrian peoples, the Pannonians were a distinct subgroup from those that formed the Romano-Illyrians, and as such the Romano-Pannonians are a separate group from the Romano-Illyrians." game_concept_paleo_sardinian_culture: "Nuragic Culture" game_concept_paleo_sardinian_culture_short: "Nuragic" - game_concept_paleo_sardinian_culture_desc: "The pre-Roman peoples of Sardinian, also known as Nuragic Culture, named after the Nuraghe structures they left behind. The culture existed on Sardinia from at least the XVIIIth Century BC until the Roman Conquest in 238 BC (and possibly until the VIth Century AD in the Barbagia region of Sardinia). While the culture left few written records, extensive material evidence remains of the later Nuragic tribes, the Balares and the Iliensis, as well as records left by surrounding civilizations.\n\nFollowing the Roman Conquest, the islands had considerable settlement from Italy and extensive Romanization, although some tribes, such as the Parati, Sossinati, Balari, and Aconites remained outside Roman control into Imperial times (1) and resisted Christianization until the late VIth Century, when Pope Gregory I sent a mission to convert Hospito.\n\n(1) Strabo #italic Geographica#! V.2.7" + game_concept_paleo_sardinian_culture_desc: "The pre-Roman peoples of Sardinian, also known as Nuragic Culture, named after the Nuraghe structures they left behind. The culture existed on Sardinia from at least the XVIIIth Century BC until the Roman Conquest in 238 BC (and possibly until the VIth Century AD in the Barbagia region of Sardinia). While the culture left few written records, extensive material evidence remains of the later Nuragic tribes, the Balares and the Iliensis, as well as records left by surrounding civilizations.\n\nFollowing the Roman Conquest, the islands had considerable settlement from Italy and extensive Romanization, although some tribes, such as the Parati, Sossinati, Balari, and Aconites remained outside Roman control into Imperial times #P ([Concept('strabo_source','1')|I])#! and resisted Christianization until the late VIth Century AD, when Pope Gregory I sent a mission to convert Hospito's tribe in Barbagia." game_concept_paleo_corsican_culture: "Corsi Culture" game_concept_paleo_corsican_culture_short: "Corsi" game_concept_paleo_corsican_culture_desc: "The Corsi are the pre-Roman people of Corisca (and northern Sardinia) who lived on the island prior to the Roman conquest. While ancient authors connect the to either the Ligurians or Etruscans, their actual identification remains a mystery.\n\nThey were possibly related to the Bronze Age Torrean Civilization in Southern Corsica, but the limited evidence prevents any substantial conclusion." game_concept_paleo_iberian_culture: "Paleo-Iberian Cultures" game_concept_paleo_iberian_culture_short: "Paleo-Iberians" - game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd century. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC). It is even possible they were not related to any other group in the peninsula.\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani (1) and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture.\n\n(1) - While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." + game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd Century AD. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC). It is even possible they were not related to any other group in the peninsula.\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani #P ([Concept('lusitani_note','1')|I])#! and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture." game_concept_paleo_roman_african_culture: "Northwest African Cultures" game_concept_paleo_roman_african_culture_short: "Northwest African Cultures" - game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\n#bold Because of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African, as Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa.#!" + game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\n#bold Because of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African#! #P ([Concept('romano_african_note','1')|I])#!" #Greek Proto-Cultures game_concept_phocaea_culture: "Ionian Culture" game_concept_phocaea_culture_short: "Created by settlers from Phoacaea" @@ -31,54 +31,87 @@ #Iranian Proto-Cultures game_concept_paleo_azeri_culture: "Paleo-Atropatene Cultures" game_concept_paleo_azeri_culture_short: "Atropatene Peoples" - game_concept_paleo_azeri_culture_desc: "The region known as Media Atropatene (or Iranian Azerbaijan in modern parlance) is a historical region in modern Northwest Iran. Historically, the region contained a number of different peoples prior to the conquest by the Medes in 609 BC. These include:\n\n$EFFECT_LIST_BULLET$The Matiene, a kingdom whose population possibly spoke a Hurro-Uratian language. Because of the Scythian and Cimmerian migrations, influences from Eastern Iranian speaking peoples cannot be ruled out.\n$EFFECT_LIST_BULLET$Caspians, a possibly pre-Indo-European people who lived south of the Araxes River.\n$EFFECT_LIST_BULLET$Cyrtians, a nomadic group of potentially Iranian or non-Iranian ancestry (or both), who lived in the Zagros Mountains.\n\nAfter the conquest of Media by the Achaemenid Empire, the region, the region underwent extensive Iranianization. By the Vth century, Media Atropatene was fully Iranianized.\n\nFor more information, please see the #italic Encyclopedia Iranica#! article on Azerbaijan." + game_concept_paleo_azeri_culture_desc: "The region known as Media Atropatene (or Iranian Azerbaijan in modern parlance) is a historical region in modern Northwest Iran. Historically, the region contained a number of different peoples prior to the conquest by the Medes in 609 BC. These include:\n\n$EFFECT_LIST_BULLET$The Matiene, a kingdom whose population possibly spoke a Hurro-Uratian language. Because of the Scythian and Cimmerian migrations, influences from Eastern Iranian speaking peoples cannot be ruled out.\n$EFFECT_LIST_BULLET$Caspians, a possibly pre-Indo-European people who lived south of the Araxes River.\n$EFFECT_LIST_BULLET$Cyrtians, a nomadic group of potentially Iranian or non-Iranian ancestry (or both), who lived in the Zagros Mountains.\n\nAfter the conquest of Media by the Achaemenid Empire, the region, the region underwent extensive Iranianization. By the Vth Century AD, Media Atropatene was fully Iranianized #P ([Concept('paleo_azeri_source','1')|I])#!." game_concept_paleo_cyrtian_culture: "Paleo-Zagros Cultures" game_concept_paleo_cyrtian_culture_short: "Paleo-Zagros Peoples" game_concept_paleo_cyrtian_culture_desc: "A number of non-Iranian nomadic groups lived in the Zagros Mountains during Antiquity, including the Uxii, Cyrtians, Lullubi, and Gutians. By the Vth Century AD, these groups had been under the process of Iranianization for several centuries and this process was either complete or nearing completion.\n\nBecause of the restrictions of game mechanics and the general lack of firm data, we group all these people together as Crytians and made them an Iranian speaking, Iranian heritage culture." #Turkic Proto-Cultures game_concept_xiongnu_culture: "Xiongnu Ethnogenesis" game_concept_xiongnu_culture_short: "several different nomadic pastoralist cultures" - game_concept_xiongnu_culture_desc: "The ethnic identity of the Xiongnu remains a controversial question involving research in the fields of archaeology, genetics, and linguistics. The least controversial aspect is the genetic analysis; based on autosomal ancestry, the Xiongnu are a heterogeneous group combining influences of the East Asian Slab Grave Culture (ca. 1300-300 BC) and West Eurasian influences, most likely containing elements of the Sakan Pazyryk and Sagly/Uyuk Cultures (1). Somewhat confounding these findings is the Xiongnu's historic marriage alliances with the Han Chinese, which introduces a high amount of Han Chinese genetic influence in the ruling stratum that was unlikely to have effected the genetic disposition of the common people.\n\nThis, of course does not answer the cultural identification of the Xiongnu themselves, as genetics is not synonymous with culture. Linguistically, several incompatible theories have support among historians, including Turkic, Iranian, Yeniseian, Mongolic, and even a linguistic isolate have varying levels of support. The name Xiongnu itself is a pejorative in Chinese, meaning \"fierce slave\" (2), although it is possible that this may be a transliteration of #italic Huna#! or a reference to the Ongi River.\n\nIn reality, the Xiongnu were probably a heterogeneous group within which were probably strong Proto-Turkic and Proto-Mongolic elements. Ultimately, the limitations of game mechanics forces us to make compromises, and given the genetic and (somewhat controversial) cultural links between the Xiongnu and and the Huns, we have chosen to make the Xiongnu a Turkic culture (1,3). By the Vth Century AD, the Xiongnu confederation was no more and the remaining Xiongnu were likely Turkicized (given the remaining Xiongnu people's proximity to major Turkic confederations), so we assign them the Shaz Turkic language.\n\nSources:\n$EFFECT_LIST_BULLET$(1) - Jeong, C. et al. #italic A Dynamic 6,000-Year Genetic History of Eurasia's Eastern Steppe#!. Cell. 2020 Nov 12. pp. 890-904.\n$EFFECT_LIST_BULLET$(2) - As we do not have an accurate rendering of the Xiongnu's autonym, we use the name Xiongnu within the game.\n$EFFECT_LIST_BULLET$(3) - Yorulmazoglu, E. #italic The Central Asian Civilization That Bridged the East and The West for Over Two Millennia#!. CreateSpace." + game_concept_xiongnu_culture_desc: "The ethnic identity of the Xiongnu remains a controversial question involving research in the fields of archaeology, genetics, and linguistics. The least controversial aspect is the genetic analysis; based on autosomal ancestry, the Xiongnu are a heterogeneous group combining influences of the East Asian Slab Grave Culture (ca. 1300-300 BC) and West Eurasian influences, most likely containing elements of the Sakan Pazyryk and Sagly/Uyuk Cultures #P ([Concept('xiongnu_genetic_source','1')|I])#!. Somewhat confounding these findings is the Xiongnu's historic marriage alliances with the Han Chinese, which introduces a high amount of Han Chinese genetic influence in the ruling stratum that was unlikely to have effected the genetic disposition of the common people.\n\nThis, of course does not answer the cultural identification of the Xiongnu themselves, as genetics is not synonymous with culture. Linguistically, several incompatible theories have support among historians, including Turkic, Iranian, Yeniseian, Mongolic, and even a linguistic isolate have varying levels of support. The name Xiongnu itself is a pejorative in Chinese, meaning \"fierce slave\" #P ([Concept('xiongnu_name_note','2')|I])#!, although it is possible that this may be a transliteration of #italic Huna#! or a reference to the Ongi River.\n\nIn reality, the Xiongnu were probably a heterogeneous group within which were probably strong Proto-Turkic and Proto-Mongolic elements. Ultimately, the limitations of game mechanics forces us to make compromises, and given the genetic and (somewhat controversial) cultural links between the Xiongnu and and the Huns, we have chosen to make the Xiongnu a Turkic culture #P ([Concept('xiongnu_genetic_source','1')|I],[Concept('yorulmazoglu_turkic_history','3')|I])#!. By the Vth Century AD, the Xiongnu confederation was no more and the remaining Xiongnu were likely Turkicized (given the remaining Xiongnu people's proximity to major Turkic confederations), so we assign them the Shaz Turkic language." game_concept_kurykan_culture: "Siberian Turkic Ethnogeneis" game_concept_kurykan_culture_short: "Proto-Turkic, Xiongnu, and Northeast Asian" - game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present (1). Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in #italic When the World Stopped Making Sense#!.\n\n#bold Because of the limitations of game mechanics, we model the Kurykans as a Tiele/Tungusic hybrid.#!\n\n$EFFECT_LIST_BULLET$(1) - Savelyev, A. and Martine Robbeets. #italic Bayesian phylolinguistics infers the internal structure and the time-depth of the Turkic language family#!. Journal of Language Evolution, Volume 5, Issue 1, January 2020, Pages 39–53.\n$EFFECT_LIST_BULLET$(2) - Like many aspects of this period, we acknowledge such mappings as somewhat controversial, but, given the limited information available, we believe this is a defensible proposition." + game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present [Concept('siberian_turkic_linguistic_analysis','1')|I]. Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in #italic When the World Stopped Making Sense#! #P ([Concept('general_wtwsms_controversy_note','2')|I])#!." game_concept_tiele_culture: "Turks before the First Turkish Khaganate" game_concept_tiele_culture_short: "the Dinglings, Proto-Turks, and Scythian Horizon $game_concept_archeological_complex$" - game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation (1). This confederation was fairly long-lived, lasting from the IVth to the VIIIth century, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, #italic When the World Stopped Making Sense#! utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate (2).\n\n$EFFECT_LIST_BULLET$(1) - We use the Chinese name for this confederation as the precise Turkish word it translates is a matter of debate, and prefer to use Türk for the cultures that come from the Göktürk Khaganate.\n$EFFECT_LIST_BULLET$(2) - Like many aspects of this period, we acknowledge such mappings as somewhat controversial, but, given the limited information available, we believe this is a defensible proposition." + game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation #P ([Concept('tiele_note','1')|I])#!. This confederation was fairly long-lived, lasting from the IVth to the VIIIth Century AD, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, #italic When the World Stopped Making Sense#! utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate #P ([Concept('general_wtwsms_controversy_note','2')|I])#!." game_concept_kyrgyz_culture: "Yenisei Kyrgyz" game_concept_kyrgyz_culture_short: "Proto-Turks and the Tashtyk $game_concept_archeological_complex$" - game_concept_kyrgyz_culture_desc: "The Yenisei Kyrgyz (recorded as Gekun/Ko-kun/Jiankun/Chien-kun in Chinese texts) are an ancient Turkic people who were distinct from other Turkic or Turkic-related cultures, such as the Dinglings during the period of Xiongnu conquest. While they were undoubtedly Turkic in culture, actual physical descriptions describe them as having pale skin, light eye color, and red or blonde hair, similar to the preceding Tashtyk Culture (1).\n\nMore recent genetic analysis reveals a split in the distribution of genetic ancestry between the maternal and paternal lines (2). In line with historical depictions of the Yenisei Kyrgyz in Chinese Annals into the IXth Century AD, we've modified the Kirghiz ethnicity values to reflect this facts.\n\n#bold However, the Kirghiz, as Chinese records attest them as a Turkic group, remain Turkic heritage, Turkic speaking.#!\n\n$EFFECT_LIST_BULLET$ (1) Keyser, C. et al. #italic Ancient DNA provides new insights into the history of south Siberian Kurgan people#!. Human Genetics, March 2009.\n$EFFECT_LIST_BULLET$(2) Guo, Y. et al. #italic Joint Genetic Analyses of Mitochondrial and Y-Chromosome Molecular Markers for a Population from Northwest China#!" + game_concept_kyrgyz_culture_desc: "The Yenisei Kyrgyz (recorded as Gekun/Ko-kun/Jiankun/Chien-kun in Chinese texts) are an ancient Turkic people who were distinct from other Turkic or Turkic-related cultures, such as the Dinglings during the period of Xiongnu conquest. While they were undoubtedly Turkic in culture, actual physical descriptions describe them as having pale skin, light eye color, and red or blonde hair, similar to the preceding Tashtyk Culture #P ([Concept('yenisei_kirghiz_genetics_1','1')|I])#!.\n\nMore recent genetic analysis reveals a split in the distribution of genetic ancestry between the maternal and paternal lines #P ([Concept('yenisei_kirghiz_genetics_2','2')|I])#!. In line with historical depictions of the Yenisei Kyrgyz in Chinese Annals into the IXth Century AD, we've modified the Kirghiz ethnicity values to reflect this facts.\n\n#bold However, the Kirghiz, as Chinese records attest them as a Turkic group, remain Turkic heritage, Turkic speaking.#!" game_concept_hunnic_culture: "The Origin of the (European) Huns" game_concept_hunnic_culture_short: "Xiongnu and other Steppe cultures between the Ist and IVth Centuries AD" - game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification (1,2).\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu (3). To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch (3).\n\n$EFFECT_LIST_BULLET$(1) - Gnecchi-Ruscone, G. et al. #italic Ancient genomic time transect from the Central Asian Steppe unravels the history of the Scythians#!. Sci Adv. 2021 Mar 26;7(13):eabe4414. doi: 10.1126/sciadv.abe4414. PMID: 33771866; PMCID: PMC7997506.\n$EFFECT_LIST_BULLET$(2) - Maroti, Z. et al. #italic The genetic origin of Huns, Avars, and conquering Hungarians#!. Current Biology. 21. doi:10.1016/j.cub.2022.04.093\n$EFFECT_LIST_BULLET$(3) - Like many aspects of this period, we acknowledge such mappings as somewhat controversial, but, given the limited information available, we believe this is a defensible proposition." + game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification #P ([Concept('hunnic_genetics_1','1')|I],[Concept('hunnic_genetics_2','2')|I])#!.\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu #P ([Concept('general_wtwsms_controversy_note','3')|I])#!. To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch #P ([Concept('general_wtwsms_controversy_note','3')|I])#!." game_concept_bolghar_culture: "Origin of the Bolghars" - game_concept_bolghar_culture_short: "Xiongnu and other Steppe cultures before the IVth Century" - game_concept_bolghar_culture_desc: "Like the Huns, the origin of the Bolghars is somewhat of a mystery. Given the earliest attestation of Bolghar-related groups in the mid-Vth Century AD, they likely arrived as part of the Turkic migration into Europe, spearheaded by the Huns.\n\n#bold As such, for the purposes of game mechanics, we make the Bolghars a divergent culture of the Xiongnu with an origin in the mid-IIIrd Century#!" + game_concept_bolghar_culture_short: "Xiongnu and other Steppe cultures before the IVth Century AD" + game_concept_bolghar_culture_desc: "Like the Huns, the origin of the Bolghars is somewhat of a mystery. Given the earliest attestation of Bolghar-related groups in the mid-Vth Century AD, they likely arrived as part of the Turkic migration into Europe, spearheaded by the Huns.\n\n#bold As such, for the purposes of game mechanics, we make the Bolghars a divergent culture of the Xiongnu with an origin in the mid-IIIrd Century AD#!" game_concept_hunas_culture: "Origin of the Huna people" game_concept_hunas_culture_short: "Xiognu and Bactrian peoples in the IVth Century AD" - game_concept_hunas_culture_desc: "Huna is an Indian name to a group of Central Asian tribes who entered the Indian subcontinent in the Vth and VIth century. The precise origins of these people is a matter of debate, although it appears that the Hepthalites, Xionites, Kidarites, and others were a set of related people.\n\nBoth textual (e.g., the colour white being tied to the southern direction) would indicate a Turkic influence (1), while the extensive use of Bactrian in official correspondence would indicate Iranian influence or fusion with local elements, possibly being adopted as a native language after a period of settlement.\n\nMost likely, like the Xiongnu, the various Huna peoples were a heterogeneous group that included a number of elements. For those Ancient Indian sources identify as Huna, they were likely part of a period of migration in the IVth Century AD in response to climatic changes in Northern Eurasia.\n\n#bold For the purposes of game mechanics, we make the Hunas culture a Xiognu/Bactrian Hybrid.#!\n\n$EFFECT_LIST_BULLET$(1) - Yorulmazoglu, E. #italic The Central Asian Civilization That Bridged the East and The West for Over Two Millennia#!. CreateSpace." + game_concept_hunas_culture_desc: "Huna is an Indian name to a group of Central Asian tribes who entered the Indian subcontinent in the Vth and VIth Centuries AD. The precise origins of these people is a matter of debate, although it appears that the Hepthalites, Xionites, Kidarites, and others were a set of related people.\n\nBoth textual (e.g., the colour white being tied to the southern direction) would indicate a Turkic influence #P ([Concept('yorulmazoglu_turkic_history','1')|I])#!, while the extensive use of Bactrian in official correspondence would indicate Iranian influence or fusion with local elements, possibly being adopted as a native language after a period of settlement.\n\nMost likely, like the Xiongnu, the various Huna peoples were a heterogeneous group that included a number of elements. For those Ancient Indian sources identify as Huna, they were likely part of a period of migration in the IVth Century AD in response to climatic changes in Northern Eurasia.\n\n#bold For the purposes of game mechanics, we make the Hunas culture a Xiognu/Bactrian Hybrid.#!" #Serindian Proto-Cultures game_concept_paleo_khotanese_culture: "Paleo-Khotanese Culture" game_concept_paleo_khotanese_culture_short: "Unknown Culture" game_concept_paleo_khotanese_culture_desc: "The pre-Saka period of Khotan is not well documented. Although Xuanzang documents several founding legends tying Khotan to the city of Taxila in Punjab, some historians consider this to be more of an attempted explanation for the Chinese and Indian influences in Khotan in the VIIth Century AD.\n\nOther evidence may indicate that the city was founded by Greco-Bactrian settlers, given Hellenistic influences found on the Sampul tapestry. \n\nAnother possibility, as the region lies on the crossroads of several competing cultural spheres of influence, the Khotan kingdom was a multiethnic confederation from which Tocharian, Sakan, Chinese, and Indian influences combined.\n\n#bold For the purposes of game mechanics, we treat Khotanese as a Saka-Tocharian hybrid.#!" #Germanic Proto-Cultures - game_concept_wielbark_culture: "Wielbark" - game_concept_wielbark_culture_desc: "The Wielbark culture (or East Pomeranian-Mazovian culture) is an archaeological complex that flourished in the Vistula basin during the Ist to Vth Centuries AD.\n\nThis archaeological complex is associated with the Goths and other East Germanic peoples, although not exclusively so. By the IIIrd Century, expansion of the Wielbark culture had led to the ejection of the Przeworsk Culture from the Poznań region. By the IIIrd century, it reached as far south as the northern reaches of modern Ukraine, and may have played a role in the creation of the [cherniakhiv_culture|E] culture in Ukraine.\n\n For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" + game_concept_wielbark_culture: "Wielbark Complex" + game_concept_wielbark_culture_desc: "The Wielbark culture (or East Pomeranian-Mazovian culture) is an [archeological_complex|E] that flourished in the Vistula basin during the Ist to Vth Centuries AD.\n\nThis archaeological complex is associated with the Goths and other East Germanic peoples, although not exclusively so. By the IIIrd Century AD, expansion of the Wielbark culture had led to the ejection of the Przeworsk Culture from the Poznań region. By the IIIrd century, it reached as far south as the northern reaches of modern Ukraine, and may have played a role in the creation of the [cherniakhiv_culture|E] culture in Ukraine #P ([Concept('heather_source','1')|I])#!." game_concept_elbe_germanic_culture: "Irimonic" game_concept_elbe_germanic_culture_desc: "Elbe Germanic, or Irimonic, is a term used to describe an unattested proto-language that evolved into the later Lombardic, Alemannic, Bavarian, and Thuringian dialects of German.\n\nThe full extent of the Irimonic-speaking peoples at the beginning of the Late Antiquity Period extended as far as the Oder River and Danube, and such groups intermixed with other Germanic peoples within Germania Magna." - game_concept_cherniakhiv_culture: "Cherniakhiv" + game_concept_cherniakhiv_culture: "Cherniakhiv Complex" game_concept_cherniakhiv_culture_desc: "The Cherniakhiv culture is a an [archeological_complex|E] that flourished between the IInd to the Vth Centuries AD in parts of modern Ukraine, Russia, Moldova, and Belarus.\n\nPotentially a multiethnic mix of Dacian, Sarmatian, and Gothic peoples, the Cherniakhiv culture is commonly associated with the Goths and related groups, as the earliest unambiguous attestations of the Goths link them to Scythia.\n\nThe decline of the Cherniakhiv culture is associated with the arrival of the Huns in the late IVth Century AD, which coincides with Ermanaric's invasion of Roman territory.\n\nThe Cherniakhiv culture was later supplanted by the Penkovka culture, associated with the Slavic Antes, in the aftermath of the collapse of the Hunnic Empire." game_concept_przeworsk_culture_history: "Przeworsk Culture" game_concept_przeworsk_culture_history_short: "Baltic, Celtic, Proto-Slavic, and Germanic Peoples" - game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth century, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. Within #italic When the World Stopped Making Sense#!, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." + game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth Century AD, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. Within #italic When the World Stopped Making Sense#!, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." game_concept_west_germanic_culture: "Istvaeonic Germanic Peoples" game_concept_west_germanic_culture_short: "Istvaeonic-Speaking Peoples" - game_concept_west_germanic_culture_desc: "The Istvaeones were a Germanic group of tribes occupying the Weser-Rhine region of Europe in Late Antiquity. Among these groups are the Batavi, Chamavi, Chatti, and (tenuously) the Frisii.\n\n It is likely that the Franks developed from this group, as various attestations in the IVth and Vth century AD link the Franks to a number of Istvaeonic tribes. By the late Vth century, the Franks had become pre-eminent in the Rhine basin, and (besides some potential attestation to the Chatti in the Vth Century), had replaced most of the former Istvaeones." + game_concept_west_germanic_culture_desc: "The Istvaeones were a Germanic group of tribes occupying the Weser-Rhine region of Europe in Late Antiquity. Among these groups are the Batavi, Chamavi, Chatti, and (tenuously) the Frisii.\n\n It is likely that the Franks developed from this group, as various attestations in the IVth and Vth Centuries AD link the Franks to a number of Istvaeonic tribes. By the late Vth Century AD, the Franks had become pre-eminent in the Rhine basin, and (besides some potential attestation to the Chatti in the Vth Century AD), had replaced most of the former Istvaeones." game_concept_suebian_culture: "Suebian Culture" game_concept_suebian_culture_short: "Suebian Peoples" game_concept_suebian_culture_desc: "The Suebians, or Suebi/Suevi/Suavi, were a large group of Germanic peoples mentioned in Classical and Late Antiquity, associated with various [elbe_germanic_culture|E] groups such as the Marcomanni, Quadi, Hermunduri, Semnones, and Lombards. The precise definition of the group was fluid and changed throughout history, although Tacitus and Pliny mention them as a major subdivision of the Germans.\n\nThe Suebi would play a major role in Roman history, including the Marcomannic Wars during the Crisis of the Third Century.\n\nA group of Suebians under Hermeric would cross the Danube with the Alans and Vandals, overrunning Gaul and Hispania and establishing the Kingdom of the Suebi in Gallacia.\n\nOther groups under Hunimund would fall under Hunnic dominion and later become part of the Alemannic confederation according to Jordanes." game_concept_taifal_culture: "Origin of the Taifals" game_concept_taifal_culture_short: "$game_concept_cherniakhiv_culture$ $game_concept_archeological_complex_short$ and Sarmatian Peoples in the IIIrd Century AD" game_concept_taifal_culture_desc: "The Taifals are one of the more mysterious peoples of Late Antiquity; they are clearly tied to the Goths, following Cniva's campaigns in Dacia and Moesia in the IIIrd Century AD, but also made excellent cavalrymen, a feature more in common with Sarmatian peoples like the Alans in Gaul and the Vandalic kingdom.\n\nBy the late Vth Century AD, the Taifals remained a power of note in the area of Poiters and Lusigan.\n\n#bold For the purposes of game mechanics, we make the Taifal culture a Gothic/Sarmatian hybrid.#!" - + #Notes + game_concept_general_wtwsms_controversy_note: "A Note on Design Decisions" + game_concept_general_wtwsms_controversy_note_desc: "Like many aspects of this period, we acknowledge such mappings as somewhat controversial, but, given the limited information available, we believe this is a defensible proposition." + game_concept_xiongnu_name_note: "The Xiongu Autonym Question" + game_concept_xiongnu_name_note_desc: "As we do not have an accurate rendering of the Xiongnu's autonym, we use the name Xiongnu within the game" + game_concept_lusitani_note: "Lusitani Note" + game_concept_lusitani_note_desc: "While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." + game_concept_tiele_note: "Tiele Note" + game_concept_tiele_note_desc: "We use the Chinese name for this confederation as the precise Turkish word it translates is a matter of debate, and prefer to use Türk for the cultures that come from the Göktürk Khaganate." + game_concept_romano_african_note: "Romano-African Note" + game_concept_romano_african_note_desc: "Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa, which leads us to identify the Punics as the parent culture." + #Sources + game_concept_strabo_source: "Citation" + game_concept_strabo_source_desc: "Strabo #italic Geographica#! V.2.7" + game_concept_uscb_archeology: "Archaeological Complex Definition" + game_concept_uscb_archeology_desc: "Definition taken from University of California, Santa Barbara Website: \n#P https://archserve.id.ucsb.edu/courses/anth/fagan/anth3/courseware/Hierarchy/ArchHierarchy.html#!" + game_concept_paleo_azeri_source: "History of Iranian Azerbaijan" + game_concept_paleo_azeri_source_desc: "For more information, please see the #italic Encyclopedia Iranica#! article on Azerbaijan:\n #P https://iranicaonline.org/articles/azerbaijan-iii#!" + game_concept_xiongnu_genetic_source: "Xiognu Genetics" + game_concept_xiongnu_genetic_source_desc: "For some details on Xiognu genetic analysis, see:\n\nJeong, C. et al. #italic A Dynamic 6,000-Year Genetic History of Eurasia's Eastern Steppe#!. Cell. 2020 Nov 12. pp. 890-904" + game_concept_yorulmazoglu_turkic_history: "Citation" + game_concept_yorulmazoglu_turkic_history_desc: "Yorulmazoglu, E. #italic The Central Asian Civilization That Bridged the East and The West for Over Two Millennia#!. CreateSpace." + game_concept_siberian_turkic_linguistic_analysis: "Citation" + game_concept_siberian_turkic_linguistic_analysis_desc: "Savelyev, A. and Martine Robbeets. #italic Bayesian phylolinguistics infers the internal structure and the time-depth of the Turkic language family#!. Journal of Language Evolution, Volume 5, Issue 1, January 2020, Pages 39–53" + game_concept_yenisei_kirghiz_genetics_1: "Citation" + game_concept_yenisei_kirghiz_genetics_1_desc: "Keyser, C. et al. #italic Ancient DNA provides new insights into the history of south Siberian Kurgan people#!. Human Genetics, March 2009" + game_concept_yenisei_kirghiz_genetics_2: "Citation" + game_concept_yenisei_kirghiz_genetics_2_desc: "Guo, Y. et al. #italic Joint Genetic Analyses of Mitochondrial and Y-Chromosome Molecular Markers for a Population from Northwest China#!" + game_concept_hunnic_genetics_1: "Citation" + game_concept_hunnic_genetics_1_desc: "Gnecchi-Ruscone, G. et al. #italic Ancient genomic time transect from the Central Asian Steppe unravels the history of the Scythians#!. Sci Adv. 2021 Mar 26" + game_concept_hunnic_genetics_2: "Citation" + game_concept_hunnic_genetics_2_desc: "Maroti, Z. et al. #italic The genetic origin of Huns, Avars, and conquering Hungarians#!. Current Biology. 21. #P doi:10.1016/j.cub.2022.04.093#!" + game_concept_heather_source: "Citation" + game_concept_heather_source_desc: "For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 4429afc4e3..f8ed4e7cd8 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -48,11 +48,11 @@ xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" #East Germanic przeworsk_history_loc: "Formed from [przeworsk_culture_history_short|E] in IIIrd Century BC" - vidivarii_history_loc: "Formed from the [wielbark_culture|E] [archeological_complex_short|E] and West Baltic peoples in IVth Century AD" - gothic_history_loc: "Formed from the [wielbark_culture|E] [archeological_complex_short|E] and [cherniakhiv_culture|E] [archeological_complex_short|E] in IIIrd Century AD" - heruli_history_loc: "Diverged from [cherniakhiv_culture|E] [archeological_complex_short|E] in the IIIrd Century AD" - wielbark_history_loc: "Diverged from the [wielbark_culture|E] [archeological_complex_short|E] in the IIIrd Century AD" - denziner_history_loc: "Formed from the [wielbark_culture|E] [archeological_complex_short|E] and [elbe_germanic_culture|E] peoples in IIIrd Century AD" + vidivarii_history_loc: "Formed from the [wielbark_culture|E] and West Baltic peoples in IVth Century AD" + gothic_history_loc: "Formed from the [wielbark_culture|E] and [cherniakhiv_culture|E] in IIIrd Century AD" + heruli_history_loc: "Diverged from [cherniakhiv_culture|E] in the IIIrd Century AD" + wielbark_history_loc: "Diverged from the [wielbark_culture|E] in the IIIrd Century AD" + denziner_history_loc: "Formed from the [wielbark_culture|E] and [elbe_germanic_culture|E] peoples in IIIrd Century AD" taifal_history_loc: "Formed from [taifal_culture_short|E]" #Baltic vistula_veneti_history_loc: "Formed from [przeworsk_culture_history_short|E] in the IIIrd Century BC" From fb16fbd19a4a1be7e94781bb813704afa53d1eca Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 3 May 2023 20:23:45 -0400 Subject: [PATCH 333/339] Tributary Bugfixes * Suppressed income event temporarily * Prevented title coloration issue * Improved triggers to avoid error log issues * Fixed some typos --- .../on_action/T4N_tributaries_on_action.txt | 4 ++-- .../T4N_tributaries_system_effects.txt | 5 ++++- .../T4N_tributaries_triggers.txt | 20 +++++++++++++------ WtWSMS/events/_T4N/T4N_tributaries.txt | 6 ++---- .../english/T4N_tributaries_l_english.yml | 2 +- 5 files changed, 23 insertions(+), 14 deletions(-) diff --git a/WtWSMS/common/on_action/T4N_tributaries_on_action.txt b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt index a1b171ad36..51e78bb8c5 100644 --- a/WtWSMS/common/on_action/T4N_tributaries_on_action.txt +++ b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt @@ -1,7 +1,7 @@ on_game_start_after_lobby= { on_actions = { delay = { months = 1 } - T4N_on_monthly_tribute + #T4N_on_monthly_tribute #### TODO (immediate): Fix this!!! } } @@ -153,7 +153,7 @@ T4N_tributaries_on_death = { NEW_RULER = root.primary_heir } remove_variable = tributary_succ_var - } + } every_in_list = { variable = non_permanent_tributaries set_variable = { diff --git a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt index 4e3e86e913..b1d90a00dd 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt @@ -166,7 +166,10 @@ define_tributary = { value = $CAN_CALL_TO_WAR_TRIBUTARY_FLAG$ } - primary_title = { set_color_from_title = prev.var:my_suzerain.primary_title } + if = { #This should *only* need to be called in cases where the tributary is not passing to the heir (aka new tributaries) + limit = { exists = this.primary_title } + primary_title = { set_color_from_title = prev.var:my_suzerain.primary_title } + } } #calulate income diff --git a/WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt b/WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt index f141b20d73..8b50e97ef1 100644 --- a/WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt +++ b/WtWSMS/common/scripted_triggers/T4N_tributaries_triggers.txt @@ -22,24 +22,32 @@ is_non_permanent_tributary = { is_suzerain = { OR = { - has_variable_list = non_permanent_tributaries - has_variable_list = permanent_tributaries + has_permanent_tributaries = yes + has_non_permanent_tributaries = yes } } has_tributaries = { OR = { - variable_list_size = { name = non_permanent_tributaries value > 0 } - variable_list_size = { name = permanent_tributaries value > 0 } + has_permanent_tributaries = yes + has_non_permanent_tributaries = yes } } has_permanent_tributaries = { - variable_list_size = { name = permanent_tributaries value > 0 } + trigger_if = { + limit = { has_variable_list = permanent_tributaries } + variable_list_size = { name = permanent_tributaries value > 0 } + } + trigger_else = { always = no } } has_non_permanent_tributaries = { - variable_list_size = { name = non_permanent_tributaries value > 0 } #target + trigger_if = { + limit = { has_variable_list = non_permanent_tributaries } + variable_list_size = { name = non_permanent_tributaries value > 0 } #target + } + trigger_else = { always = no } } can_declare_war_on_tributary = { diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 992e3f93d6..2bf058a972 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -131,9 +131,7 @@ tributaries.5 = { value = 0 } if = { - limit = { - has_non_permanent_tributaries = yes - } + limit = { has_non_permanent_tributaries = yes } every_in_list = { variable = non_permanent_tributaries pay_long_term_gold = { target = prev gold = { value = monthly_character_income multiply = var:tribute_gold_percent }} @@ -330,8 +328,8 @@ tributaries.100 = { add_defender = root } } - else = { debug_log = "Something broke, report to typical" } } + else = { debug_log = "Something broke, report to typical" } trigger_event = { id = tributaries.102 } #tributary gets a positive response } } diff --git a/WtWSMS/localization/english/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_l_english.yml index 2a46c26973..803cc8a047 100644 --- a/WtWSMS/localization/english/T4N_tributaries_l_english.yml +++ b/WtWSMS/localization/english/T4N_tributaries_l_english.yml @@ -126,7 +126,7 @@ nice: "Good" ##Tributary calls Suzerain to War tributaries.100.tit: "Suzerain Called to War" - tributaries.100.desc: "While reviewing situations that are unfolding across the realm, I received missive from [call_to_arms_tribute.GetFirstNameNicknamedNoTooltip], requesting support in their recent war efforts. While it is my duty to assist them, I wonder if it is the right thing to do for [ROOT.GetPrimaryTitle.GetName]?" + tributaries.100.desc: "While reviewing situations that are unfolding across the realm, I received missive from [call_to_arms_tribute.GetFirstNameNicknamedNoTooltip], requesting support in their recent war efforts. While it is my duty to assist them, I wonder if it is the right thing to do for [ROOT.Char.GetPrimaryTitle.GetName]?" tributaries.100.suzerain_joins_the_war: "To War! I must protect my interests!" tributaries.100.suzerain_refuses_to_join_war: "It's time for them to fend for themselves." tributaries.101.tit: "The Dishonourable Suzerain" From a3611e8da2bc85e33a8ae32a2f877f8dc80c2b60 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Wed, 3 May 2023 21:23:09 -0400 Subject: [PATCH 334/339] Update bookmark appearance Add some new gfx for bookmark buttons. --- .../start_buttons/bm_476_battleground_of_cultures.dds | 3 +++ .../bookmarks/start_buttons/bm_476_empire_in_crisis.dds | 3 +++ .../bookmarks/start_buttons/bm_476_last_light_of_the_west.dds | 3 +++ .../bookmarks/start_buttons/bm_476_little_augustus.dds | 3 +++ WtWSMS/gfx/interface/icons/bookmark_buttons/_BP.info | 2 ++ .../icons/bookmark_buttons/bm_476_battleground_of_cultures.dds | 3 +++ .../icons/bookmark_buttons/bm_476_empire_in_crisis.dds | 3 +++ .../icons/bookmark_buttons/bm_476_last_light_of_the_west.dds | 3 +++ .../icons/bookmark_buttons/bm_476_little_augustus.dds | 3 +++ 9 files changed, 26 insertions(+) create mode 100644 WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_battleground_of_cultures.dds create mode 100644 WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_empire_in_crisis.dds create mode 100644 WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_last_light_of_the_west.dds create mode 100644 WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_little_augustus.dds create mode 100644 WtWSMS/gfx/interface/icons/bookmark_buttons/_BP.info create mode 100644 WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_battleground_of_cultures.dds create mode 100644 WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_empire_in_crisis.dds create mode 100644 WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_last_light_of_the_west.dds create mode 100644 WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_little_augustus.dds diff --git a/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_battleground_of_cultures.dds b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_battleground_of_cultures.dds new file mode 100644 index 0000000000..a75c8db423 --- /dev/null +++ b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_battleground_of_cultures.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e0f700097dc1a6ae3aa51db54f1c93e6e8747c1566fbafff5b635d4f71878d +size 77408 diff --git a/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_empire_in_crisis.dds b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_empire_in_crisis.dds new file mode 100644 index 0000000000..a75c8db423 --- /dev/null +++ b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_empire_in_crisis.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e0f700097dc1a6ae3aa51db54f1c93e6e8747c1566fbafff5b635d4f71878d +size 77408 diff --git a/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_last_light_of_the_west.dds b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_last_light_of_the_west.dds new file mode 100644 index 0000000000..a75c8db423 --- /dev/null +++ b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_last_light_of_the_west.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e0f700097dc1a6ae3aa51db54f1c93e6e8747c1566fbafff5b635d4f71878d +size 77408 diff --git a/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_little_augustus.dds b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_little_augustus.dds new file mode 100644 index 0000000000..a75c8db423 --- /dev/null +++ b/WtWSMS/gfx/interface/bookmarks/start_buttons/bm_476_little_augustus.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e0f700097dc1a6ae3aa51db54f1c93e6e8747c1566fbafff5b635d4f71878d +size 77408 diff --git a/WtWSMS/gfx/interface/icons/bookmark_buttons/_BP.info b/WtWSMS/gfx/interface/icons/bookmark_buttons/_BP.info new file mode 100644 index 0000000000..f0a6da5f30 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/bookmark_buttons/_BP.info @@ -0,0 +1,2 @@ +Background Souces: +bm_476_battleground_of_cultures.dds: https://commons.wikimedia.org/wiki/File:Mount_Ararat_and_the_Yerevan_skyline_in_spring_(50mm).jpg [Create Commons Attribution 4.0 International License] \ No newline at end of file diff --git a/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_battleground_of_cultures.dds b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_battleground_of_cultures.dds new file mode 100644 index 0000000000..bdbebd4dc6 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_battleground_of_cultures.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9305b5153c677a98ffba2c38389b10addbe84acddfb27bbce065383b3b0d2398 +size 46528 diff --git a/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_empire_in_crisis.dds b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_empire_in_crisis.dds new file mode 100644 index 0000000000..4d9c68a93c --- /dev/null +++ b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_empire_in_crisis.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0a72eb2aa82f1e13c3e7cce110fb1056952c96bcd7394d50206fce6a8ec907 +size 46528 diff --git a/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_last_light_of_the_west.dds b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_last_light_of_the_west.dds new file mode 100644 index 0000000000..50d155f1ae --- /dev/null +++ b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_last_light_of_the_west.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b801d4e590d7f9e67caba33136b86b8d003bbe40920028f07a39acc8055a973 +size 46528 diff --git a/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_little_augustus.dds b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_little_augustus.dds new file mode 100644 index 0000000000..a9cc43ee91 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/bookmark_buttons/bm_476_little_augustus.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd1f3b0fcff65ae919db293a8c6b96f9a95ced417ef13887bb4dc713ab6ace3 +size 46528 From 752d8ad23d5f7bdfd61cab32b7b7d80b7e471339 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:42 -0400 Subject: [PATCH 335/339] Tributary fixes * Passing tributaries to heirs now works correctly in GUI and doesn't error log * Tributary unsetting now has hook for coloration, which should fix a number of other map color issues --- .../common/casus_belli_types/T4N_punative_war.txt | 6 +++--- .../common/casus_belli_types/T4N_tributary_war.txt | 4 +++- .../T4N_tributaries_interactions.txt | 7 ++++++- .../common/on_action/T4N_tributaries_on_action.txt | 13 +++++++++---- .../T4N_tributaries_system_effects.txt | 10 ++++++---- WtWSMS/events/_T4N/T4N_tributaries.txt | 2 ++ 6 files changed, 29 insertions(+), 13 deletions(-) diff --git a/WtWSMS/common/casus_belli_types/T4N_punative_war.txt b/WtWSMS/common/casus_belli_types/T4N_punative_war.txt index 96588e26f9..ca05bb5f69 100644 --- a/WtWSMS/common/casus_belli_types/T4N_punative_war.txt +++ b/WtWSMS/common/casus_belli_types/T4N_punative_war.txt @@ -14,9 +14,9 @@ allowed_against_character_display_regardless = {} allowed_against_character = { - scope:defender = { - has_variable = can_be_targeted_for_punitive_war - this.var:can_be_targeted_for_punitive_war = scope:attacker + trigger_if = { + limit = { scope:defender = { has_local_variable = can_be_targeted_for_punitive_war } } + scope:defender.var:can_be_targeted_for_punitive_war = scope:attacker } } diff --git a/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt index 18272595e5..3485a804f1 100644 --- a/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt +++ b/WtWSMS/common/casus_belli_types/T4N_tributary_war.txt @@ -278,12 +278,14 @@ independence_tributary_war_cb = { unset_tributary = { TRIBUTARY = scope:attacker TRIBUTARY_BASE_TYPE = flag:permanent - } + PASSING_TO_HEIR = no + } } else = { unset_tributary = { TRIBUTARY = scope:attacker TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = no } } } diff --git a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt index 892660c14e..3a7644c3d9 100644 --- a/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt +++ b/WtWSMS/common/character_interactions/T4N_tributaries_interactions.txt @@ -1105,12 +1105,14 @@ free_tributary = { unset_tributary = { TRIBUTARY = this TRIBUTARY_BASE_TYPE = flag:permanent - } + PASSING_TO_HEIR = no + } } else = { unset_tributary = { TRIBUTARY = this TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = no } } trigger_event = { id = tributaries.8 } #letter informing that they are no longer required to pay tribute @@ -1923,12 +1925,14 @@ annex_tributary = { unset_tributary = { TRIBUTARY = scope:recipient TRIBUTARY_BASE_TYPE = flag:permanent + PASSING_TO_HEIR = no } } else = { unset_tributary = { TRIBUTARY = scope:recipient TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = no } } } @@ -2031,6 +2035,7 @@ turn_non_perma_tributary_to_perma = { unset_tributary = { TRIBUTARY = scope:recipient TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = no } #TODO:MAKE SOME KIND OF EFFECT/S + TRIGGER/S THAT WOULD AUTOMATICALLY ASSIGN CORRECT PERMA TRIB TYPE BASED ON THE NON PERMA TRIB TYPE ~ T. make_tributary = { diff --git a/WtWSMS/common/on_action/T4N_tributaries_on_action.txt b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt index 51e78bb8c5..62712fbb1a 100644 --- a/WtWSMS/common/on_action/T4N_tributaries_on_action.txt +++ b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt @@ -81,12 +81,14 @@ T4N_tributaries_on_title_lost = { unset_tributary = { TRIBUTARY = root TRIBUTARY_BASE_TYPE = flag:permanent - } + PASSING_TO_HEIR = no + } } else = { unset_tributary = { TRIBUTARY = root TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = no } } } @@ -163,6 +165,7 @@ T4N_tributaries_on_death = { unset_tributary = { TRIBUTARY = var:tributary_succ_var_np TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = no } remove_variable = tributary_succ_var_np } @@ -193,24 +196,26 @@ T4N_tributaries_on_death = { SCOPE = var:tributary_succ_var TYPE = var:tributary_type TRIBUTARY = root.primary_heir - NEW_RULER = var:my_suzerain + NEW_RULER = root.var:my_suzerain } debug_log = "I Passed tributary pass effect" unset_tributary = { TRIBUTARY = root TRIBUTARY_BASE_TYPE = flag:permanent + PASSING_TO_HEIR = yes } debug_log = "I passed unset" - remove_variable = tributary_succ_var + remove_variable = tributary_succ_var } else = { - set_variable = { + set_variable = { name = tributary_succ_var_np value = this } unset_tributary = { TRIBUTARY = var:tributary_succ_var_np TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = yes } remove_variable = tributary_succ_var_np } diff --git a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt index b1d90a00dd..22dcc07c98 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt @@ -77,9 +77,7 @@ define_tributary = { # Setup suzerain variables $SUZERAIN$ = { if = { - limit = { - NOT = { has_variable = suzerain } - } + limit = { NOT = { has_variable = suzerain } } set_variable = suzerain } @@ -344,6 +342,10 @@ unset_tributary = { remove_variable = can_call_to_war_suzerain remove_variable = can_call_to_war_tributary - primary_title = { reset_color_effect = yes } + #Because unset is called *whenever* it is passed/terminated, we need this check + if = { + limit = { NOT = { always = $PASSING_TO_HEIR$ } } #NB: This is right; read carefully + primary_title = { reset_color_effect = yes } + } } } \ No newline at end of file diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 2bf058a972..78758fa72f 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -385,6 +385,7 @@ tributaries.101 = { unset_tributary = { TRIBUTARY = root TRIBUTARY_BASE_TYPE = flag:permanent + PASSING_TO_HEIR = no } remove_variable = my_suzerain } @@ -495,6 +496,7 @@ tributaries.201 = { unset_tributary = { TRIBUTARY = scope:refusing_tributary TRIBUTARY_BASE_TYPE = flag:permanent + PASSING_TO_HEIR = no } } From 2db1f063c97432e89ec3b318d4be1d99da3c7766 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Thu, 4 May 2023 22:15:33 -0400 Subject: [PATCH 336/339] More tributary work * Tributaries can now only call suzerains in for external invasions instead of all wars * Fixed issue whereby granting titles broke tribute contracts * Turned off tributary income as the whole system is broken and needs a major overhaul * Clarified some tributary template code * Other minor bugfixes --- .../casus_belli_types/T4N_punative_war.txt | 6 +- .../decisions/T4N_tributary_decisions.txt | 15 +- .../on_action/T4N_tributaries_on_action.txt | 356 +++++++++--------- .../T4N_tributaries_income_script_values.txt | 1 - .../T4N_tributaries_system_effects.txt | 41 +- .../scripted_effects/T4N_tributary_types.txt | 20 +- WtWSMS/events/_T4N/T4N_tributaries.txt | 237 +++++------- .../english/T4N_tributaries_l_english.yml | 5 +- 8 files changed, 335 insertions(+), 346 deletions(-) delete mode 100644 WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt diff --git a/WtWSMS/common/casus_belli_types/T4N_punative_war.txt b/WtWSMS/common/casus_belli_types/T4N_punative_war.txt index ca05bb5f69..d856829a13 100644 --- a/WtWSMS/common/casus_belli_types/T4N_punative_war.txt +++ b/WtWSMS/common/casus_belli_types/T4N_punative_war.txt @@ -4,10 +4,8 @@ allowed_for_character = { any_independent_ruler = { - limit = { - has_variable = can_be_targeted_for_punitive_war - this.var:can_be_targeted_for_punitive_war = scope:attacker - } + has_variable = can_be_targeted_for_punitive_war + this.var:can_be_targeted_for_punitive_war = scope:attacker } } diff --git a/WtWSMS/common/decisions/T4N_tributary_decisions.txt b/WtWSMS/common/decisions/T4N_tributary_decisions.txt index c2cec1a4d6..6967ea199a 100644 --- a/WtWSMS/common/decisions/T4N_tributary_decisions.txt +++ b/WtWSMS/common/decisions/T4N_tributary_decisions.txt @@ -88,7 +88,20 @@ summon_suzerain_to_war = { is_valid = {} - is_valid_showing_failures_only = {} + is_valid_showing_failures_only = { + custom_tooltip = { + text = must_be_an_external_war + any_character_war = { is_civil_war = no } + } + custom_tooltip = { + text = has_a_defensive_war + any_character_war = { root = { is_defender_in_war = prev } } + } + custom_tooltip = { + text = must_be_a_war_leader + any_character_war = { is_war_leader = root } + } + } cost = {} diff --git a/WtWSMS/common/on_action/T4N_tributaries_on_action.txt b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt index 62712fbb1a..6dcfe0d8eb 100644 --- a/WtWSMS/common/on_action/T4N_tributaries_on_action.txt +++ b/WtWSMS/common/on_action/T4N_tributaries_on_action.txt @@ -1,26 +1,26 @@ on_game_start_after_lobby= { - on_actions = { - delay = { months = 1 } - #T4N_on_monthly_tribute #### TODO (immediate): Fix this!!! - } + on_actions = { + delay = { months = 1 } + #T4N_on_monthly_tribute #### TODO (immediate): Fix this!!! + } } T4N_on_monthly_tribute = { - effect = { - every_suzerain = { - # Determine if still a suzerain - trigger_event = { id = tributaries.4 } - # Income - trigger_event = { id = tributaries.5 } - } - trigger_event = { - on_action = T4N_on_monthly_tribute - months = 1 - } - } + effect = { + every_ruler = { + if = { + limit = { is_suzerain = yes } + # Determine if still a suzerain + trigger_event = { id = tributaries.300 } + # Income + trigger_event = { id = tributaries.301 } + } + #Fire again next month + trigger_event = { on_action = T4N_on_monthly_tribute months = 1 } + } + } } - on_war_won_attacker = { # The war notifications are handled in `effect` instead of `events` due to order of operations. # `effect` fires on THIS tick, `events` fires on the NEXT tick, and the war gets destroyed between this tick and the next. @@ -31,209 +31,197 @@ on_war_won_attacker = { T4N_tributaries_on_war_won_attacker = { effect = { - if = { - limit = { - scope:defender = { - OR = { - is_tributary = yes - is_suzerain = yes - } - } - } - scope:attacker = { - save_scope_as = tributaries_slash_suzerain_war_winner - } - scope:defender = { - save_scope_as = tributary_slash_suzerain_loser - } - scope:tributaries_slash_suzerain_war_winner = { - trigger_event = { id = tributaries.3 days = 1 } - } - } - } + if = { + limit = { + scope:defender = { + OR = { + is_tributary = yes + is_suzerain = yes + } + } + } + scope:attacker = { save_scope_as = tributaries_slash_suzerain_war_winner } + scope:defender = { save_scope_as = tributary_slash_suzerain_loser } + scope:tributaries_slash_suzerain_war_winner = { trigger_event = { id = tributaries.3 days = 1 } } + } + } } - # A title is lost by a character # root = the old holder # scope:title = the title that changes hands # scope:new_holder = new holder. on_title_lost = { - on_actions = { - T4N_tributaries_on_title_lost - } + on_actions = { + T4N_tributaries_on_title_lost + } } T4N_tributaries_on_title_lost = { - effect = { - switch = { - trigger = exists - - var:my_suzerain = { - if = { - if = { - limit = { - is_permanent_tributary = { - SUZERAIN = this - TRIBUTARY = root - } - } - unset_tributary = { - TRIBUTARY = root - TRIBUTARY_BASE_TYPE = flag:permanent - PASSING_TO_HEIR = no - } - } - else = { - unset_tributary = { - TRIBUTARY = root - TRIBUTARY_BASE_TYPE = flag:non_permanent - PASSING_TO_HEIR = no - } - } - } - } - var:suzerain = { - if = { - limit = { - OR = { - is_landed = no - is_independent_ruler = no - liege = scope:new_holder - } - } - every_in_list = { - variable = permanent_tributaries - set_variable = { - name = tributary_succ_var - value = this - } - pass_tributary_type_to_heir = { - SCOPE = var:tributary_succ_var - TYPE = var:tributary_type - TRIBUTARY = var:tributary_succ_var - NEW_RULER = scope:new_holder - } - remove_variable = tributary_succ_var - } - clear_variable_list = non_permanent_tributaries - } - } - } - } + effect = { + switch = { + trigger = exists + var:my_suzerain = { #TRIBUTARY case + #Should only unset if not independent or unlanded + if = { #Is now a vassal; simply unset tributary status + limit = { + is_landed = yes + is_independent_ruler = no + } + unset_tributary_of_any_type = { + SUZERAIN = root.var:my_suzerain + TRIBUTARY = root + } + } + else_if = { #Abdication; alive but no titles; pass to heir + limit = { is_landed = no } + save_scope_as = the_old_tributary + pass_tributary_type_to_heir = { + SCOPE = scope:the_old_tributary + TYPE = scope:the_old_tributary.var:tributary_type + NEW_TRIBUTARY = scope:new_holder #aka, guy who holds what was my last title + NEW_SUZERAIN = scope:the_old_tributary.var:my_suzerain + } + unset_tributary_of_any_type = { #Remove the old coot as a tributary + SUZERAIN = root.var:my_suzerain + TRIBUTARY = root + } + } + #Otherwise, we're still alive and independent and landed; do nothing + } + var:suzerain = { #SUZERAIN case + if = { + limit = { + OR = { + is_landed = no + is_independent_ruler = no + liege = scope:new_holder + } + } + every_in_list = { + variable = permanent_tributaries + set_variable = { + name = tributary_succ_var + value = this + } + pass_tributary_type_to_heir = { + SCOPE = var:tributary_succ_var + TYPE = var:tributary_type + TRIBUTARY = var:tributary_succ_var + NEW_RULER = scope:new_holder + } + remove_variable = tributary_succ_var + } + clear_variable_list = non_permanent_tributaries + } + } + } + } } # character just about to die in root scope # if a killer is know, it's set as scope:killer #Triggered by code on_death = { - on_actions = { - T4N_tributaries_on_death - } + on_actions = { + T4N_tributaries_on_death + } } T4N_tributaries_on_death = { - effect = { - if = { - limit = { - root = { - exists = var:suzerain - } - } + effect = { + if = { + limit = { root = { exists = var:suzerain } } #Copy old Ruler tributaries list to his primary heir (on_death) #Root is old ruler - every_in_list = { + every_in_list = { variable = permanent_tributaries - set_variable = { - name = tributary_succ_var - value = this - } - pass_tributary_type_to_heir = { - SCOPE = var:tributary_succ_var - TYPE = var:tributary_type - TRIBUTARY = prev - NEW_RULER = root.primary_heir - } - remove_variable = tributary_succ_var + set_variable = { + name = tributary_succ_var + value = this + } + pass_tributary_type_to_heir = { + SCOPE = var:tributary_succ_var + TYPE = var:tributary_type + TRIBUTARY = prev + NEW_RULER = root.primary_heir + } + remove_variable = tributary_succ_var } every_in_list = { variable = non_permanent_tributaries - set_variable = { - name = tributary_succ_var_np - value = this - } - unset_tributary = { - TRIBUTARY = var:tributary_succ_var_np - TRIBUTARY_BASE_TYPE = flag:non_permanent + set_variable = { + name = tributary_succ_var_np + value = this + } + unset_tributary = { + TRIBUTARY = var:tributary_succ_var_np + TRIBUTARY_BASE_TYPE = flag:non_permanent PASSING_TO_HEIR = no - } - remove_variable = tributary_succ_var_np + } + remove_variable = tributary_succ_var_np } remove_variable = suzerain - } - if = { - limit = { - root = { - exists = var:my_suzerain - } - } - debug_log = "I passed my_suzerain" + } + if = { + limit = { root = { exists = var:my_suzerain } } + debug_log = "I passed my_suzerain" #give the heir var:my_suzerain #Root is old tributary - if = { - limit = { - is_permanent_tributary = { - SUZERAIN = var:my_suzerain - TRIBUTARY = root - } - } - debug_log = "I passed trib type check" - set_variable = { - name = tributary_succ_var - value = root - } - pass_tributary_type_to_heir = { - SCOPE = var:tributary_succ_var - TYPE = var:tributary_type - TRIBUTARY = root.primary_heir - NEW_RULER = root.var:my_suzerain - } - debug_log = "I Passed tributary pass effect" - unset_tributary = { - TRIBUTARY = root - TRIBUTARY_BASE_TYPE = flag:permanent + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = var:my_suzerain + TRIBUTARY = root + } + } + debug_log = "I passed trib type check" + set_variable = { + name = tributary_succ_var + value = root + } + pass_tributary_type_to_heir = { + SCOPE = var:tributary_succ_var + TYPE = var:tributary_type + TRIBUTARY = root.primary_heir + NEW_RULER = root.var:my_suzerain + } + debug_log = "I Passed tributary pass effect" + unset_tributary = { + TRIBUTARY = root + TRIBUTARY_BASE_TYPE = flag:permanent PASSING_TO_HEIR = yes - } - debug_log = "I passed unset" - remove_variable = tributary_succ_var - } - else = { - set_variable = { - name = tributary_succ_var_np - value = this - } - unset_tributary = { - TRIBUTARY = var:tributary_succ_var_np - TRIBUTARY_BASE_TYPE = flag:non_permanent + } + debug_log = "I passed unset" + remove_variable = tributary_succ_var + } + else = { + set_variable = { + name = tributary_succ_var_np + value = this + } + unset_tributary = { + TRIBUTARY = var:tributary_succ_var_np + TRIBUTARY_BASE_TYPE = flag:non_permanent PASSING_TO_HEIR = yes - } - remove_variable = tributary_succ_var_np - } - } - } + } + remove_variable = tributary_succ_var_np + } + } + } } on_game_start = { - on_actions = { - TTF_on_game_start - } + on_actions = { + TTF_on_game_start + } } TTF_on_game_start = { - effect = { - set_global_variable = { - name = TTF_is_loaded - value = yes - } - } + effect = { + set_global_variable = { + name = TTF_is_loaded + value = yes + } + } } \ No newline at end of file diff --git a/WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt b/WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt deleted file mode 100644 index 5f282702bb..0000000000 --- a/WtWSMS/common/script_values/T4N_tributaries_income_script_values.txt +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt index 22dcc07c98..fa35e8cc75 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributaries_system_effects.txt @@ -224,29 +224,29 @@ pass_tributary_type_to_heir = { flag:karling_tributary = { make_tributary = { TYPE = tributary_karling - TRIBUTARY = $TRIBUTARY$ - SUZERAIN = $NEW_RULER$ + TRIBUTARY = $NEW_TRIBUTARY$ + SUZERAIN = $NEW_SUZERAIN$ } } flag:china_tributary = { make_tributary = { TYPE = tributary_china - TRIBUTARY = $TRIBUTARY$ - SUZERAIN = $NEW_RULER$ + TRIBUTARY = $NEW_TRIBUTARY$ + SUZERAIN = $NEW_SUZERAIN$ } } flag:permanent_tributary = { make_tributary = { TYPE = tributary_permanent - TRIBUTARY = $TRIBUTARY$ - SUZERAIN = $NEW_RULER$ + TRIBUTARY = $NEW_TRIBUTARY$ + SUZERAIN = $NEW_SUZERAIN$ } } flag:foederatus_tributary = { make_tributary = { TYPE = foederatus_tributary - TRIBUTARY = $TRIBUTARY$ - SUZERAIN = $NEW_RULER$ + TRIBUTARY = $NEW_TRIBUTARY$ + SUZERAIN = $NEW_SUZERAIN$ } } } @@ -348,4 +348,27 @@ unset_tributary = { primary_title = { reset_color_effect = yes } } } -} \ No newline at end of file +} + +unset_tributary_of_any_type = { + if = { + limit = { + is_permanent_tributary = { + SUZERAIN = $SUZERAIN$ + TRIBUTARY = $TRIBUTARY$ + } + } + unset_tributary = { + TRIBUTARY = $TRIBUTARY$ + TRIBUTARY_BASE_TYPE = flag:permanent + PASSING_TO_HEIR = no + } + } + else = { + unset_tributary = { + TRIBUTARY = $TRIBUTARY$ + TRIBUTARY_BASE_TYPE = flag:non_permanent + PASSING_TO_HEIR = no + } + } +} diff --git a/WtWSMS/common/scripted_effects/T4N_tributary_types.txt b/WtWSMS/common/scripted_effects/T4N_tributary_types.txt index 59c5ed87d0..396e8150ee 100644 --- a/WtWSMS/common/scripted_effects/T4N_tributary_types.txt +++ b/WtWSMS/common/scripted_effects/T4N_tributary_types.txt @@ -4,9 +4,9 @@ SUZERAIN = $SUZERAIN$ TRIBUTARY_BASE_TYPE = flag:non_permanent TYPE = flag:non_permanent_tributary - TRIBUTE_GOLD_PERCENT = 0.05 - MONTHLY_PRESTIGE_SUZERAIN = 0.01 - MONTHLY_PRESTIGE_TRIBUTARY = -0.01 + TRIBUTE_GOLD_PERCENT = 0.0 + MONTHLY_PRESTIGE_SUZERAIN = 0.0 + MONTHLY_PRESTIGE_TRIBUTARY = 0.0 MONTHLY_PIETY_SUZERAIN = 0 MONTHLY_PIETY_TRIBUTARY = 0 MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.025 @@ -31,9 +31,9 @@ tributary_permanent = { SUZERAIN = $SUZERAIN$ TRIBUTARY_BASE_TYPE = flag:permanent TYPE = flag:permanent_tributary - TRIBUTE_GOLD_PERCENT = 0.1 - MONTHLY_PRESTIGE_SUZERAIN = 0.05 - MONTHLY_PRESTIGE_TRIBUTARY = -0.05 + TRIBUTE_GOLD_PERCENT = 0.0 + MONTHLY_PRESTIGE_SUZERAIN = 0.0 + MONTHLY_PRESTIGE_TRIBUTARY = 0.0 MONTHLY_PIETY_SUZERAIN = 0 MONTHLY_PIETY_TRIBUTARY = 0 MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.05 @@ -59,7 +59,7 @@ tributary_karling = { SUZERAIN = $SUZERAIN$ TRIBUTARY_BASE_TYPE = flag:permanent TYPE = flag:karling_tributary - TRIBUTE_GOLD_PERCENT = 0.05 + TRIBUTE_GOLD_PERCENT = 0.0 MONTHLY_PRESTIGE_SUZERAIN = 0 MONTHLY_PRESTIGE_TRIBUTARY = 0 MONTHLY_PIETY_SUZERAIN = 0 @@ -86,9 +86,9 @@ tributary_china = { SUZERAIN = $SUZERAIN$ TRIBUTARY_BASE_TYPE = flag:permanent TYPE = flag:china_tributary - TRIBUTE_GOLD_PERCENT = 0.2 - MONTHLY_PRESTIGE_SUZERAIN = 0.05 - MONTHLY_PRESTIGE_TRIBUTARY = -0.05 + TRIBUTE_GOLD_PERCENT = 0.0 + MONTHLY_PRESTIGE_SUZERAIN = 0.0 + MONTHLY_PRESTIGE_TRIBUTARY = 0.0 MONTHLY_PIETY_SUZERAIN = 0 MONTHLY_PIETY_TRIBUTARY = 0 MONTHLY_LEVY_REINFORCEMENT_RATE_PER_SUBJECT = 0.0185 diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 78758fa72f..7a41ef0cc7 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -66,127 +66,6 @@ tributaries.3 = { } } -#Suzerain no longer have any tributaries -#on_monthly_tribute -#Root is suzerain -tributaries.4 = { - type = character_event - hidden = yes - - trigger = { - NOR = { - is_suzerain = yes - has_tributaries = yes - } - } - - immediate = { - if = { - limit = { - NOT = { - has_permanent_tributaries = yes - } - } - clear_variable_list = permanent_tributaries - } - if = { - limit = { - NOT = { - has_non_permanent_tributaries = yes - } - } - clear_variable_list = non_permanent_tributaries - } - if = { - limit = { - NOT = { - has_tributaries = yes - } - } - clear_variable_list = permanent_tributaries - clear_variable_list = non_permanent_tributaries - } - } -} - -#Monthly income from tributes -#on_monthly_tribute -#Root is suzerain -tributaries.5 = { - type = character_event - hidden = yes - - immediate = { - #reset everything to 0 - set_variable = { - name = cash_display - value = 0 - } - set_variable = { - name = prestige_display - value = 0 - } - set_variable = { - name = piety_display - value = 0 - } - if = { - limit = { has_non_permanent_tributaries = yes } - every_in_list = { - variable = non_permanent_tributaries - pay_long_term_gold = { target = prev gold = { value = monthly_character_income multiply = var:tribute_gold_percent }} - add_prestige = var:monthly_prestige_tributary - add_piety = var:monthly_piety_tributary - root = { - add_prestige = prev.var:monthly_prestige_suzerain - add_piety = prev.var:monthly_piety_suzerain - change_variable = { - name = cash_display - add = { value = prev.monthly_character_income multiply = prev.var:tribute_gold_percent } - } - change_variable = { - name = prestige_display - add = prev.var:monthly_prestige_suzerain - } - change_variable = { - name = piety_display - add = prev.var:monthly_piety_suzerain - } - } - - } - } - if = { - limit = { - has_permanent_tributaries = yes - } - every_in_list = { - variable = permanent_tributaries - - pay_long_term_gold = { target = prev gold = { value = monthly_character_income multiply = var:tribute_gold_percent }} - add_prestige = var:monthly_prestige_tributary - add_piety = var:monthly_piety_tributary - root = { - add_prestige = prev.var:monthly_prestige_suzerain - add_piety = prev.var:monthly_piety_suzerain - change_variable = { - name = cash_display - add = { value = prev.monthly_character_income multiply = prev.var:tribute_gold_percent } - } - change_variable = { - name = prestige_display - add = prev.var:monthly_prestige_suzerain - } - change_variable = { - name = piety_display - add = prev.var:monthly_piety_suzerain - } - } - } - } - } -} - #Tributary is informed that it no longer needs to pay tribute tributaries.8 = { type = letter_event @@ -279,7 +158,6 @@ tributaries.12 = { #on_war_started #Root is suzerain #call_to_arms_tribute is defender -#UNUSED RN to readd in 1.2.1 tributaries.100 = { type = letter_event opening = { desc = tributaries.100.tit } @@ -293,17 +171,17 @@ tributaries.100 = { option = { name = tributaries.100.suzerain_joins_the_war ai_chance = { - base = 150 + base = 200 modifier = { - add = 75 + add = 100 ai_honor >= low_positive_ai_value } modifier = { - add = 75 + add = 100 ai_honor >= medium_positive_ai_value } modifier = { - add = 75 + add = 100 ai_honor >= high_positive_ai_value } } @@ -318,15 +196,14 @@ tributaries.100 = { } } } + #Add to all valid defensive wars every_character_war = { - if = { - limit = { scope:call_to_arms_tribute = { is_at_war_as_attacker = yes } } - add_attacker = root - } - else_if = { - limit = { scope:call_to_arms_tribute = { is_at_war_as_defender = yes } } - add_defender = root + limit = { + this = { is_civil_war = no } + scope:call_to_arms_tribute = { is_defender_in_war = prev } + this = { is_war_leader = scope:call_to_arms_tribute } } + add_defender = root } } else = { debug_log = "Something broke, report to typical" } @@ -400,7 +277,10 @@ tributaries.102 = { desc = tributaries.102.desc sender = scope:call_to_arms_tribute.var:my_suzerain - immediate = { root = { remove_variable = already_called_my_suzerain } } + immediate = { + scope:call_to_arms_tribute.var:my_suzerain = { save_scope_as = the_suzerain } + root = { remove_variable = already_called_my_suzerain } + } option = { name = nice } } @@ -409,7 +289,6 @@ tributaries.102 = { #Call to arms received from suzerain #Root is tributary -#UNUSED RN to readd in 1.2.1 tributaries.200 = { type = letter_event opening = { desc = tributaries.200.opening } @@ -501,4 +380,90 @@ tributaries.201 = { } option = { name = tributaries.201.how_dare_they } -} \ No newline at end of file +} + +#Monthly income: IDs 300-399 +#TODO: These do not work and are temporarily orphaned + +#Suzerain no longer have any tributaries +#on_monthly_tribute +#Root is suzerain +tributaries.300 = { + type = character_event + hidden = yes + + trigger = { + NOR = { + is_suzerain = yes + has_tributaries = yes + } + } + + immediate = { + if = { + limit = { NOT = { has_permanent_tributaries = yes } } + clear_variable_list = permanent_tributaries + } + if = { + limit = { NOT = { has_non_permanent_tributaries = yes } } + clear_variable_list = non_permanent_tributaries + } + if = { + limit = { NOT = { has_tributaries = yes } } + clear_variable_list = permanent_tributaries + clear_variable_list = non_permanent_tributaries + } + } +} + +#Monthly income from tributes +#on_monthly_tribute +#Root is suzerain +tributaries.301 = { + type = character_event + hidden = yes + + immediate = { + #reset everything to 0 + set_variable = { + name = cash_display + value = 0 + } + set_variable = { + name = prestige_display + value = 0 + } + set_variable = { + name = piety_display + value = 0 + } + if = { + limit = { has_non_permanent_tributaries = yes } + every_in_list = { + variable = non_permanent_tributaries + save_scope_as = the_tributary + root = { save_scope_as = the_suzerain } + + #TODO: See if we can template this instead of duplicating the code + pay_short_term_gold = { + target = scope:the_suzerain + gold = { value = monthly_character_income multiply = var:tribute_gold_percent } + } + } + } + if = { + limit = { has_permanent_tributaries = yes } + every_in_list = { + variable = permanent_tributaries + save_scope_as = the_tributary + root = { save_scope_as = the_suzerain } + + #TODO: See if we can template this instead of duplicating the code + pay_short_term_gold = { + target = scope:the_suzerain + gold = { value = monthly_character_income multiply = var:tribute_gold_percent } + } + } + } + } +} diff --git a/WtWSMS/localization/english/T4N_tributaries_l_english.yml b/WtWSMS/localization/english/T4N_tributaries_l_english.yml index 803cc8a047..5ac5ba1595 100644 --- a/WtWSMS/localization/english/T4N_tributaries_l_english.yml +++ b/WtWSMS/localization/english/T4N_tributaries_l_english.yml @@ -54,6 +54,9 @@ summon_suzerain_to_war_tooltip: "Your suzerain will join all your wars, if the contract compels him." summon_suzerain_to_war_confirm: "Confirm" summon_suzerain_to_war_effect: "Tries to call your suzerain to your current wars.\n\n$EFFECT_LIST_BULLET$ If refused, the tributary contract will be broken." + must_be_an_external_war: "Must not be a civil war." + has_a_defensive_war: "You must be in a defensive war." + must_be_a_war_leader: "You must be a war leader." #Wars trib_war_cb: "Claim [DEFENDER.GetShortUIName] as a [T4N_non_permanent_tributary|E]" trib_on_victory_desc: "On Victory" @@ -132,7 +135,7 @@ tributaries.101.tit: "The Dishonourable Suzerain" tributaries.101.desc: "We were once able to rely on the rulers of [former_suzerain.GetPrimaryTitle.GetNameNoTier] for protection, in exchange for a modest tribute, but when called to support us in our war efforts, the messenger returned with little more than apathy. It seems that we once again, stand on our own." tributaries.101.tribute_stop_war: "They'll not receive another coin out of me!" - tributaries.102.opening: "[call_to_arms_tribute.var:my_suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" + tributaries.102.opening: "[the_suzerain.Custom2('AppropriateGreeting', ROOT.Char)]" tributaries.102.desc: "I will honour our agreement and join your current wars!" ##Suzerain calls Tributaries to War tributaries.200.opening: "[suzerain_cta_caller.Custom2('AppropriateGreeting', ROOT.Char)]" From 2164e9dedba66587acc81ae8d58f39be6f691a92 Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 6 May 2023 00:44:34 -0400 Subject: [PATCH 337/339] Update history localizations (1) * Update culture histories through Israelite * Renamed Amardian as Mazanderani as Amardian is more a classical antiquity name for the later Mazanderanis --- WtWSMS/common/culture/cultures/BP_arabic.txt | 1 + WtWSMS/common/culture/cultures/BP_berber.txt | 14 +- .../common/culture/cultures/BP_caucasian.txt | 14 +- WtWSMS/common/culture/cultures/BP_celtic.txt | 1 + .../culture/cultures/BP_central_germanic.txt | 2 +- .../cultures/BP_continental_celtic.txt | 3 + .../culture/cultures/BP_dead_cultures.txt | 34 ----- .../culture/cultures/BP_east_african.txt | 1 + .../culture/cultures/BP_east_germanic.txt | 11 +- .../common/culture/cultures/BP_indo_aryan.txt | 4 + WtWSMS/common/culture/cultures/BP_iranian.txt | 10 +- .../common/culture/cultures/BP_israelite.txt | 1 + .../culture/name_lists/BP_east_iranian.txt | 2 +- WtWSMS/common/dynasties/BP_dynasties.txt | 4 +- .../game_concepts/BP_flavor_game_concepts.txt | 39 +++++- WtWSMS/common/landed_titles/BP_e_persia.txt | 6 +- .../common/named_colors/BP_culture_colors.txt | 2 +- WtWSMS/common/on_action/BP_game_start.txt | 2 +- .../scripted_triggers/BP_culture_triggers.txt | 4 +- WtWSMS/events/_T4N/T4N_tributaries.txt | 8 +- .../_bp_flavor_game_concepts/_BP_notes.info | 5 + .../chernyakhov_culture.dds | 3 + .../taifal_culture.dds | 3 + .../gfx/interface/icons/faith/_BP_notes.info | 3 +- .../characters/_lt_rascek_new_chars.txt | 16 +-- WtWSMS/history/characters/amardian.txt | 4 +- WtWSMS/history/provinces/bp_k_daylam.txt | 6 +- .../BP_flavor_game_concepts_l_english.yml | 61 ++++++++- .../english/BP_general_l_english.yml | 1 + .../culture/BP_cultural_history_l_english.yml | 129 +++++++++++------- .../BP_culture_name_lists_l_english.yml | 2 +- .../english/culture/BP_cultures_l_english.yml | 6 +- 32 files changed, 254 insertions(+), 148 deletions(-) delete mode 100644 WtWSMS/common/culture/cultures/BP_dead_cultures.txt create mode 100644 WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/_BP_notes.info create mode 100644 WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/chernyakhov_culture.dds create mode 100644 WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/taifal_culture.dds diff --git a/WtWSMS/common/culture/cultures/BP_arabic.txt b/WtWSMS/common/culture/cultures/BP_arabic.txt index 70c6a2d8f6..4e9aa94543 100644 --- a/WtWSMS/common/culture/cultures/BP_arabic.txt +++ b/WtWSMS/common/culture/cultures/BP_arabic.txt @@ -235,6 +235,7 @@ khalan = { parents = { sabaean } created = 250.1.1 #Earliest appearance and roughly simultaneous with the destruction of the Marib Dam + history_loc_override = khalan_history_loc ethos = ethos_bellicose heritage = heritage_arabic diff --git a/WtWSMS/common/culture/cultures/BP_berber.txt b/WtWSMS/common/culture/cultures/BP_berber.txt index 73e9f186fb..60bd93214b 100644 --- a/WtWSMS/common/culture/cultures/BP_berber.txt +++ b/WtWSMS/common/culture/cultures/BP_berber.txt @@ -111,7 +111,7 @@ tamazight = { } } #Zenati Northern Berber -numidian = { #Were extant as late as AD 200 +numidian = { #Were extant as late as AD 200; should be used in game history color = baranis ethos = ethos_communal #What all the Berber sub-groups deviate from @@ -183,7 +183,8 @@ shenwa = { color = shenwa parents = { numidian } - created = 200.1.1 + created = 2.1.1 + history_loc_override = numidian_successor_history_loc ethos = ethos_spiritual #baranis bequeath heritage = heritage_berber @@ -217,7 +218,8 @@ tacawit = { color = tacawit parents = { numidian } - created = 200.1.1 + created = 2.1.1 + history_loc_override = numidian_successor_history_loc ethos = ethos_spiritual #baranis bequeath heritage = heritage_berber @@ -251,7 +253,8 @@ mzab_wargla = { color = mzab_wargla parents = { numidian } - created = 200.1.1 + created = 2.1.1 + history_loc_override = numidian_successor_history_loc ethos = ethos_stoic #butr bequeath heritage = heritage_berber @@ -287,7 +290,8 @@ taqbaylit = { color = taqbaylit parents = { numidian } - created = 200.1.1 + created = 2.1.1 + history_loc_override = numidian_successor_history_loc ethos = ethos_spiritual #baranis bequeath heritage = heritage_berber diff --git a/WtWSMS/common/culture/cultures/BP_caucasian.txt b/WtWSMS/common/culture/cultures/BP_caucasian.txt index 6fa3fa0b04..1dbc666b1b 100644 --- a/WtWSMS/common/culture/cultures/BP_caucasian.txt +++ b/WtWSMS/common/culture/cultures/BP_caucasian.txt @@ -63,9 +63,6 @@ colchiscan = { # Ancient Colchiscan used in history georgian = { color = georgian_BP - parents = { colchiscan } - created = 327.1.1 #Georgian conversion to Christianity - ethos = ethos_communal heritage = heritage_caucasian language = language_georgian @@ -96,7 +93,8 @@ lazic = { color = lazic parents = { colchiscan } - created = 327.1.1 #Georgian conversion to Christianity + created = 50.1.1 #Founding of Lazica + history_loc_override = lazic_history_loc ethos = ethos_spiritual #Played a noticable role in ecclesiastical history heritage = heritage_caucasian @@ -128,12 +126,9 @@ lazic = { ethnicities = { 10 = mediterranean_byzantine } } -svan = { +svan = { #Probable early split from Proto-Karvelian color = svan - parents = { colchiscan } - created = 250.1.1 #Split from the proto-Lazs and migrated north - ethos = ethos_communal heritage = heritage_caucasian language = language_svan @@ -331,6 +326,9 @@ adyghes = { # Migrational Era Adyghes corduenian = { # Migrational Era Corduenian color = corduenian + created = 2.1.1 + history_loc_override = corduenian_history_loc + ethos = ethos_bellicose #Carudchoi in Xenophon were bellicose heritage = heritage_caucasian language = language_corduenian diff --git a/WtWSMS/common/culture/cultures/BP_celtic.txt b/WtWSMS/common/culture/cultures/BP_celtic.txt index 1f55241592..e2db11163c 100644 --- a/WtWSMS/common/culture/cultures/BP_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_celtic.txt @@ -67,6 +67,7 @@ gaelic = { parents = { irish pictish } created = 400.1.1 + history_loc_override = gaelic_history_loc ethos = ethos_bellicose heritage = heritage_celtic diff --git a/WtWSMS/common/culture/cultures/BP_central_germanic.txt b/WtWSMS/common/culture/cultures/BP_central_germanic.txt index cd4cbd83b4..1e3ffd5f21 100644 --- a/WtWSMS/common/culture/cultures/BP_central_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_central_germanic.txt @@ -205,7 +205,7 @@ thuringian = { # Migrational Era Thuringians alamannian = { # Migrational Era Alamanni color = alamannian - created = 213.1.1 + created = 213.1.1 #First mention by Emperor Caracalla's campaign history_loc_override = alamannian_history_loc ethos = ethos_communal #Swabian bequeathal diff --git a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt index d2482684fe..c417026f9e 100644 --- a/WtWSMS/common/culture/cultures/BP_continental_celtic.txt +++ b/WtWSMS/common/culture/cultures/BP_continental_celtic.txt @@ -163,6 +163,9 @@ cantabrian = { lusitanian = { # Ancient Lusitanian color = lusitanian + created = 2.1.1 + history_loc_override = lusitanian_history_loc + ethos = ethos_bellicose heritage = heritage_continental_celtic language = language_latin diff --git a/WtWSMS/common/culture/cultures/BP_dead_cultures.txt b/WtWSMS/common/culture/cultures/BP_dead_cultures.txt deleted file mode 100644 index ac27d08b2a..0000000000 --- a/WtWSMS/common/culture/cultures/BP_dead_cultures.txt +++ /dev/null @@ -1,34 +0,0 @@ -### Very Dead Cultures vvvvv - -#Stand in for every dead culture that isn't accessible mechanically in any way -#NB: Use _history_loc localization to prevent the acutal culture name from appearing - -#TODO (Beta): Decide whether to keep or remove paleo_iberian -#paleo_iberian = { -# color = { 0.7 0.5 0.7 } -# -# ethos = ethos_courtly -# heritage = heritage_paleo_iberian -# language = language_paleo_iberian -# martial_custom = martial_custom_male_only -# traditions = { -# #Societal Traditions -# #Regional Traditions -# #Ritual Traditions -# #Realm Traditions -# tradition_parochialism #Iberian bequethal -# tradition_ancient_miners #Noted silver mines -# #Combat Traditions -# tradition_horse_breeder #Noted for Horse breeding -# tradition_swords_for_hire #Used as Mercenaries -# } -# -# name_list = name_list_paleo_iberian -# -# coa_gfx = { iberian_group_coa_gfx occitan_coa_gfx } -# building_gfx = { mediterranean_building_gfx } -# clothing_gfx = { western_clothing_gfx } -# unit_gfx = { western_unit_gfx } -# -# ethnicities = { 10 = mediterranean } -#} diff --git a/WtWSMS/common/culture/cultures/BP_east_african.txt b/WtWSMS/common/culture/cultures/BP_east_african.txt index 12f77d25ab..63f6dabc6b 100644 --- a/WtWSMS/common/culture/cultures/BP_east_african.txt +++ b/WtWSMS/common/culture/cultures/BP_east_african.txt @@ -70,6 +70,7 @@ daju = { parents = { old_nubian } created = 350.1.1 #Legendary split from Kushites + history_loc_override = daju_history_loc ethos = ethos_stoic heritage = heritage_east_african diff --git a/WtWSMS/common/culture/cultures/BP_east_germanic.txt b/WtWSMS/common/culture/cultures/BP_east_germanic.txt index 2260fb3a40..fc62299e64 100644 --- a/WtWSMS/common/culture/cultures/BP_east_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_east_germanic.txt @@ -67,6 +67,7 @@ vandalic = { parents = { przeworsk } created = 335.1.1 #Approximate death of Visimar/settlement in Pannonia, so earliest of Vandals as a separate group + history_loc_override = vandalic_history_loc ethos = ethos_bellicose heritage = heritage_east_germanic @@ -235,7 +236,7 @@ vidivarii = { gothic = { color = gothic - created = 100.1.1 + created = 2.1.1 history_loc_override = gothic_history_loc ethos = ethos_stoic #Probably should be bellicose, but game mechanic requires at least one pillar change @@ -277,6 +278,7 @@ visigothic = { parents = { gothic } created = 413.1.1 #Alaric's conquest of Toulouse and Nabaronne; see PLRE Vol. 2 Al + history_loc_override = visigothic_history_loc ethos = ethos_bellicose heritage = heritage_east_germanic @@ -314,6 +316,7 @@ ostrogothic = { parents = { gothic } created = 454.1.1 #Battle of Nedao and the creation of Amal power + history_loc_override = ostrogothic_history_loc ethos = ethos_bellicose heritage = heritage_east_germanic @@ -351,6 +354,7 @@ thracian_gothic = { parents = { gothic } created = 454.1.1 #Battle of Nedao and the split from the Amals + history_loc_override = thracian_gothic_history_loc ethos = ethos_communal #Not Warlike, according to Jordanes heritage = heritage_east_germanic @@ -388,6 +392,7 @@ crimean_gothic = { parents = { gothic } created = 376.1.1 #Death of Ermanaric and conquest by Attila + history_loc_override = crimean_gothic_history_loc ethos = ethos_communal heritage = heritage_east_germanic @@ -548,6 +553,7 @@ rygir = { parents = { gustow } created = 300.1.1 + history_loc_override = rygir_history_loc ethos = ethos_stoic heritage = heritage_east_germanic @@ -631,6 +637,9 @@ denziner = { # Move to Central Germanic heritage! skirian = { color = skirian + created = 2.1.1 + history_loc_override = skirian_history_loc + ethos = ethos_bellicose heritage = heritage_east_germanic language = language_skirian diff --git a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt index fe9325c817..bd128ff2f6 100644 --- a/WtWSMS/common/culture/cultures/BP_indo_aryan.txt +++ b/WtWSMS/common/culture/cultures/BP_indo_aryan.txt @@ -567,6 +567,10 @@ konkani = { sinhala = { # Indo-Aryans who arrived in Sri Lanka ca 600BC color = sinhala + parents = { bengali tamil } + created = 2.1.1 + history_loc_override = sinhala_history_loc + ethos = ethos_spiritual heritage = heritage_indo_aryan language = language_elu diff --git a/WtWSMS/common/culture/cultures/BP_iranian.txt b/WtWSMS/common/culture/cultures/BP_iranian.txt index efd5973d59..ef85884d09 100644 --- a/WtWSMS/common/culture/cultures/BP_iranian.txt +++ b/WtWSMS/common/culture/cultures/BP_iranian.txt @@ -112,6 +112,7 @@ indo_parthian = { parents = { parthian sindhi } created = 19.1.1 + history_loc_override = indo_parthian_history_loc ethos = ethos_communal #sindhi heritage heritage = heritage_iranian @@ -147,6 +148,9 @@ indo_parthian = { brahui = { color = brahui + created = 2.1.1 + history_loc_override = brahui_history_loc + ethos = ethos_communal heritage = heritage_iranian #Consider themselves Balochi language = language_brahui @@ -396,8 +400,8 @@ afghan = { # a.k.a. Pashtun; already noted by Shapur I in 3rd Cent. AD 4 = mediterranean } } -amardian = { #Really, Mazanderani - color = amardian +mazanderani = { #Really, Mazanderani + color = mazanderani ethos = ethos_communal heritage = heritage_iranian #Probably fully part of Iranian sphere @@ -414,7 +418,7 @@ amardian = { #Really, Mazanderani tradition_highland_warriors } - name_list = name_list_amardian + name_list = name_list_mazanderani coa_gfx = { iranian_group_coa_gfx } building_gfx = { mena_building_gfx } diff --git a/WtWSMS/common/culture/cultures/BP_israelite.txt b/WtWSMS/common/culture/cultures/BP_israelite.txt index 8c1c7842cf..b02d0eaa52 100644 --- a/WtWSMS/common/culture/cultures/BP_israelite.txt +++ b/WtWSMS/common/culture/cultures/BP_israelite.txt @@ -80,6 +80,7 @@ kochinim = { parents = { hebrew tamil } created = 52.1.1 + history_loc_override = kochinim_history_loc ethos = ethos_communal heritage = heritage_israelite diff --git a/WtWSMS/common/culture/name_lists/BP_east_iranian.txt b/WtWSMS/common/culture/name_lists/BP_east_iranian.txt index 0531683f55..950edab220 100644 --- a/WtWSMS/common/culture/name_lists/BP_east_iranian.txt +++ b/WtWSMS/common/culture/name_lists/BP_east_iranian.txt @@ -355,7 +355,7 @@ name_list_dahi_scythian = { patronym_prefix_female = "dynnpat_pre_thugater" } -name_list_amardian = { +name_list_mazanderani = { cadet_dynasty_names = { "dynn_Asinan" "dynn_Gashnaspian" diff --git a/WtWSMS/common/dynasties/BP_dynasties.txt b/WtWSMS/common/dynasties/BP_dynasties.txt index ba7f879257..13766b6fdd 100644 --- a/WtWSMS/common/dynasties/BP_dynasties.txt +++ b/WtWSMS/common/dynasties/BP_dynasties.txt @@ -1252,7 +1252,7 @@ } 1042556 = { name = "dynn_Shapur" - culture = amardian + culture = mazanderani } #1042557: Removed (Duplicate of Siwniks) 1042558 = { @@ -2022,7 +2022,7 @@ } 10424238 = { name = "dynn_Gashnaspian" - culture = amardian + culture = mazanderani } 10424242 = { name = "dynn_Kidara" diff --git a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt index 4392eb9ca1..90ecf16ebc 100644 --- a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt @@ -33,11 +33,21 @@ paleo_roman_african_culture = { shown_in_encyclopedia = no alias = { paleo_roman_african_culture_short } } +#Continental Celtic +lusitanian_culture = { + shown_in_encyclopedia = no + alias = { lusitanian_culture_short } +} #Greek Cultures phocaea_culture = { shown_in_encyclopedia = no alias = { phocaea_culture_short } } +#Caucasian cultures +corudenian_culture = { + shown_in_encyclopedia = no + alias = { corudenian_culture_short } +} #Iranian Cultures paleo_azeri_culture = { shown_in_encyclopedia = no @@ -47,15 +57,17 @@ paleo_cyrtian_culture = { shown_in_encyclopedia = no alias = { paleo_cyrtian_culture_short } } +indo_parthian_proto_culture = { shown_in_encyclopedia = no } +brahui_culture = { shown_in_encyclopedia = no } +#Indo-Aryan cultures +malavas_culture = { shown_in_encyclopedia = no } +sinhala_proto_culture = { shown_in_encyclopedia = no } #Turkic Cultures xiongnu_culture = { shown_in_encyclopedia = no alias = { xiongnu_culture_short } } -kurykan_culture = { - shown_in_encyclopedia = no - alias = { kurykan_culture_short } -} +kurykan_culture = { shown_in_encyclopedia = no } tiele_culture = { shown_in_encyclopedia = no alias = { tiele_culture_short } @@ -91,6 +103,7 @@ elbe_germanic_culture = { } cherniakhiv_culture = { shown_in_encyclopedia = no + texture = "gfx/interface/icons/_bp_flavor_game_concepts/chernyakhov_culture.dds" } przeworsk_culture_history = { shown_in_encyclopedia = no @@ -107,6 +120,7 @@ suebian_culture = { taifal_culture = { shown_in_encyclopedia = no alias = { taifal_culture_short } + texture = "gfx/interface/icons/_bp_flavor_game_concepts/taifal_culture.dds" } #Notes general_wtwsms_controversy_note = { shown_in_encyclopedia = no } @@ -114,6 +128,12 @@ xiongnu_name_note = { shown_in_encyclopedia = no } lusitani_note = { shown_in_encyclopedia = no } tiele_note = { shown_in_encyclopedia = no } romano_african_note = { shown_in_encyclopedia = no } +#Years +suebi_split_year = { shown_in_encyclopedia = no } +visigothic_split_year = { shown_in_encyclopedia = no } +ostrogothic_split_year = { shown_in_encyclopedia = no } +thracian_gothic_split_year = { shown_in_encyclopedia = no } +crimean_gothic_split_year = { shown_in_encyclopedia = no } #Sources uscb_archeology = { shown_in_encyclopedia = no } strabo_source = { shown_in_encyclopedia = no } @@ -126,3 +146,14 @@ yenisei_kirghiz_genetics_2 = { shown_in_encyclopedia = no } hunnic_genetics_1 = { shown_in_encyclopedia = no } hunnic_genetics_2 = { shown_in_encyclopedia = no } heather_source = { shown_in_encyclopedia = no } +corudenian_source_1 = { shown_in_encyclopedia = no } +corudenian_source_2 = { shown_in_encyclopedia = no } +corudenian_source_3 = { shown_in_encyclopedia = no } +malavas_source = { shown_in_encyclopedia = no } +sinhalese_genetics_1 = { shown_in_encyclopedia = no } +sinhalese_genetics_2 = { shown_in_encyclopedia = no } +indo_parthian_source_1 = { shown_in_encyclopedia = no } +indo_parthian_source_2 = { shown_in_encyclopedia = no } +indo_parthian_source_3 = { shown_in_encyclopedia = no } +brahui_source_iranica = { shown_in_encyclopedia = no } +brahui_source_genetics = { shown_in_encyclopedia = no } \ No newline at end of file diff --git a/WtWSMS/common/landed_titles/BP_e_persia.txt b/WtWSMS/common/landed_titles/BP_e_persia.txt index 6989e714b5..f52b6e4603 100644 --- a/WtWSMS/common/landed_titles/BP_e_persia.txt +++ b/WtWSMS/common/landed_titles/BP_e_persia.txt @@ -85,7 +85,7 @@ e_persia = { #Persian Cultures name_list_persian = cn_veh-ardashir name_list_parthian = cn_veh-ardashir - name_list_amardian = cn_veh-ardashir + name_list_mazanderani = cn_veh-ardashir #Northwest Semites name_list_aramean = cn_mahoze name_list_assyrian = cn_mahoze @@ -127,7 +127,7 @@ e_persia = { #Persian Cultures name_list_persian = cn_veh-ardashir name_list_parthian = cn_veh-ardashir - name_list_amardian = cn_veh-ardashir + name_list_mazanderani = cn_veh-ardashir #Northwest Semites name_list_aramean = cn_mahoze name_list_assyrian = cn_mahoze @@ -5181,7 +5181,7 @@ k_mazandaran = { ai_primary_priority = { if = { - limit = { culture = culture:amardian } + limit = { culture = culture:mazanderani } add = @always_primary_score } } diff --git a/WtWSMS/common/named_colors/BP_culture_colors.txt b/WtWSMS/common/named_colors/BP_culture_colors.txt index 01f63bdef8..537b7983d5 100644 --- a/WtWSMS/common/named_colors/BP_culture_colors.txt +++ b/WtWSMS/common/named_colors/BP_culture_colors.txt @@ -132,7 +132,7 @@ colors = { sakan = { 0.55 0.44 0.33 } indo_scythian = { 0.8 0.8 0.0 } dahi_scythian = { 0.45 0.25 0.25 } - amardian = { 0.5 0.60 0.25 } + mazanderani = { 0.5 0.60 0.25 } romano_alan = { 106 83 181 } alano_vandalic = { 204 102 153 } pamiri = { 0.65 0.65 0.15 } diff --git a/WtWSMS/common/on_action/BP_game_start.txt b/WtWSMS/common/on_action/BP_game_start.txt index 2e32876c9e..1e88e31b12 100644 --- a/WtWSMS/common/on_action/BP_game_start.txt +++ b/WtWSMS/common/on_action/BP_game_start.txt @@ -1498,7 +1498,7 @@ set_starting_culture_acceptance = { value = 90 } set_cultural_acceptance = { - target = culture:amardian + target = culture:mazanderani value = 83 } set_cultural_acceptance = { diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index 8635d90eac..eb60902ba8 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -336,7 +336,7 @@ starts_with_writing_trigger = { this = { has_cultural_pillar = heritage_coptic } #East Iranian this = culture:afghan - this = culture:amardian + this = culture:mazanderani this = culture:bactrian this = culture:khwarezmian this = culture:sakan @@ -440,7 +440,7 @@ starts_with_social_stratification_trigger = { #East Iranian this = culture:afghan this = culture:alan - this = culture:amardian + this = culture:mazanderani this = culture:bactrian this = culture:dahi_scythian this = culture:khwarezmian diff --git a/WtWSMS/events/_T4N/T4N_tributaries.txt b/WtWSMS/events/_T4N/T4N_tributaries.txt index 7a41ef0cc7..30e8cf26c7 100644 --- a/WtWSMS/events/_T4N/T4N_tributaries.txt +++ b/WtWSMS/events/_T4N/T4N_tributaries.txt @@ -171,17 +171,17 @@ tributaries.100 = { option = { name = tributaries.100.suzerain_joins_the_war ai_chance = { - base = 200 + base = 250 modifier = { - add = 100 + add = 125 ai_honor >= low_positive_ai_value } modifier = { - add = 100 + add = 125 ai_honor >= medium_positive_ai_value } modifier = { - add = 100 + add = 125 ai_honor >= high_positive_ai_value } } diff --git a/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/_BP_notes.info b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/_BP_notes.info new file mode 100644 index 0000000000..2e536ced38 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/_BP_notes.info @@ -0,0 +1,5 @@ +Image Licenses: + +chernyakhov_culture.dds : https://commons.wikimedia.org/wiki/File:Spearhead_of_kovel.png?useskin [Public Domain] +taifal_culture.dds : https://commons.wikimedia.org/wiki/File:Honoriani_Taifali_iuniores_shield_pattern.svg [Creative Commons Attribution-Share Alike 3.0 Unported] +wielbark_culture.dds : https://commons.wikimedia.org/wiki/File:02020_Germanische_Funde_der_Oxh%C3%B6ft-Gepiden-Gruppe_der_Wielbark_Kultur_aus_sp%C3%A4tr%C3%B6mischer_Zeit.jpg [Public Domain] \ No newline at end of file diff --git a/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/chernyakhov_culture.dds b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/chernyakhov_culture.dds new file mode 100644 index 0000000000..9ce7cf5f19 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/chernyakhov_culture.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5846fe8d1520d581c58d61200e76bb46161b4aaa6bfb595a86cd8a537f0f3e14 +size 14528 diff --git a/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/taifal_culture.dds b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/taifal_culture.dds new file mode 100644 index 0000000000..24028598c7 --- /dev/null +++ b/WtWSMS/gfx/interface/icons/_bp_flavor_game_concepts/taifal_culture.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6284e1308e5c06ec024089f9e4c9ba2a04ed169d99cd5026f88d682aec4dc4d2 +size 14528 diff --git a/WtWSMS/gfx/interface/icons/faith/_BP_notes.info b/WtWSMS/gfx/interface/icons/faith/_BP_notes.info index d75090c522..9a1b1c0ed4 100644 --- a/WtWSMS/gfx/interface/icons/faith/_BP_notes.info +++ b/WtWSMS/gfx/interface/icons/faith/_BP_notes.info @@ -1,4 +1,4 @@ -Image Liceneses: +Image Licenses: MFI Symbols: All symbols prefixed by "mfi_" are taken from "More Faith Icons" mod by Chalk and Rootel. Used with permission. @@ -15,6 +15,7 @@ darfash.dds : https://en.wikipedia.org/wiki/File:Darfash_-_Mandaean_cross.png [C georgian_paganism.dds : https://commons.wikimedia.org/wiki/File:Right-Facing_and_Left_Facing_Armenian_Eternity_Sign.svg [Creative Commons Attribution-Share Alike 3.0 Unported] grapevine_cross.dds : https://commons.wikimedia.org/wiki/File:Grapevine_cross.svg [Creative Commons Attribution-Share Alike 3.0 Unported] hephthalitism.dds : https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/USVA_headstone_emb-02.svg/2048px-USVA_headstone_emb-02.svg.png [This image is a work of a United States Department of Veterans Affairs employee, taken or made as part of that person's official duties. As a work of the U.S. federal government, the image is in the public domain.] +illyrian_pagan.dds : https://commons.wikimedia.org/wiki/File:Illyrian_pelte_shield_35_cm_diameter_(sketch).jpg [Public Domain]; see center icon lyre.dds : https://commons.wikimedia.org/wiki/File:Heraldic_lyre_transparent.svg [Creative Commons Attribution-Share Alike 4.0 International] mandulis.dds : https://commons.wikimedia.org/wiki/File:Flickr_-_schmuela_-_NOT_a_Ba_bird.jpg [Creative Commons Attribution-Share Alike 2.0 Generic] mithraic_pagan.dds : https://commons.wikimedia.org/wiki/File:Mithraic_gem_2.png [Public Domain] diff --git a/WtWSMS/history/characters/_lt_rascek_new_chars.txt b/WtWSMS/history/characters/_lt_rascek_new_chars.txt index 5024e65de5..57f6752f3d 100644 --- a/WtWSMS/history/characters/_lt_rascek_new_chars.txt +++ b/WtWSMS/history/characters/_lt_rascek_new_chars.txt @@ -1902,7 +1902,7 @@ AmardianMazandaran000 = { # Gushnasp Gashnaspian (Letter of Tansar) dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" 180.1.1 = { birth = yes } 240.1.1 = { death = yes } } @@ -1910,7 +1910,7 @@ AmardianMazandaran001 = { name = "Atamaita" dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran000 210.1.1 = { birth = yes } 270.1.1 = { death = yes } @@ -1919,7 +1919,7 @@ AmardianMazandaran002 = { name = "Autalimmash" dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran001 240.1.1 = { birth = yes } 300.1.1 = { death = yes } @@ -1928,7 +1928,7 @@ AmardianMazandaran003 = { name = "Atta-hamiti-Ishnushinak" dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran002 270.1.1 = { birth = yes } 330.1.1 = { death = yes } @@ -1937,7 +1937,7 @@ AmardianMazandaran004 = { name = "Nashur" dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran003 300.1.1 = { birth = yes } 360.1.1 = { death = yes } @@ -1946,7 +1946,7 @@ AmardianMazandaran005 = { name = "Indattu" dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran004 330.1.1 = { birth = yes } 390.1.1 = { death = yes } @@ -1955,7 +1955,7 @@ AmardianMazandaran006 = { name = "Humbaba" dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran005 360.1.1 = { birth = yes } 420.1.1 = { death = yes } @@ -1964,7 +1964,7 @@ AmardianMazandaran007 = { name = "Kuduzulush" dynasty = 10424238 religion = "mazdayasna" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran006 390.1.1 = { birth = yes } 460.1.1 = { death = yes } diff --git a/WtWSMS/history/characters/amardian.txt b/WtWSMS/history/characters/amardian.txt index 867321c3d1..5006b7ce6e 100644 --- a/WtWSMS/history/characters/amardian.txt +++ b/WtWSMS/history/characters/amardian.txt @@ -3,7 +3,7 @@ # Gushnasp Gashnaspian dynasty = 10424238 religion = "nestorian" - culture = "amardian" + culture = "mazanderani" father = AmardianMazandaran007 450.1.1 = { birth = yes } 510.1.1 = { death = yes } @@ -14,7 +14,7 @@ # Eparti Gashnaspian dynasty = 10424238 religion = "nestorian" - culture = "amardian" + culture = "mazanderani" father = 168346 470.1.1 = { birth = yes } 550.1.1 = { death = yes } diff --git a/WtWSMS/history/provinces/bp_k_daylam.txt b/WtWSMS/history/provinces/bp_k_daylam.txt index 0313b81ff7..9aa58a6f22 100644 --- a/WtWSMS/history/provinces/bp_k_daylam.txt +++ b/WtWSMS/history/provinces/bp_k_daylam.txt @@ -171,7 +171,7 @@ ###c_mazandaran 4312 = { # 4312 - Amul - culture = amardian + culture = mazanderani religion = mazdayasna holding = castle_holding } @@ -183,7 +183,7 @@ } ###c_ruyan 4005 = { # 4005 - Ruyan - culture = amardian + culture = mazanderani religion = mazdayasna holding = castle_holding #aka Niris } @@ -195,7 +195,7 @@ } ###c_baduspan 4315 = { # 4315 - Larijan - culture = amardian + culture = mazanderani religion = nicene holding = castle_holding #aka Lafur 432.1.1 = { religion = nestorian } diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml index a96633acb9..eb5afdcde7 100644 --- a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -1,7 +1,7 @@ l_english: game_concept_archeological_complex: "Archaeological Complex" game_concept_archeological_complex_short: "Complex" - game_concept_archeological_complex_desc: "\"In archaeology, a complex is a chronological subdivision of different artefact types such as stone tools, pottery, and the like. Complexes are often defined on the basis of the similarities of industries between different sites within a region dating from roughly the same time period #P ([Concept('uscb_archeology','1')|I])#!.\"\n\nWithin #italic When the World Stopped Making Sense#!, there are a number of groups that played a pivotal role in the ethnogenesis of later groups, but for whom evidence is scant or precise relations are unknown.\n\nFor the sake of accuracy, we include references to these groups within tooltips." + game_concept_archeological_complex_desc: "\"In archaeology, a complex is a chronological subdivision of different artefact types such as stone tools, pottery, and the like. Complexes are often defined on the basis of the similarities of industries between different sites within a region dating from roughly the same time period #P ([Concept('uscb_archeology','1')|I])#!.\"\n\nWithin $wtwsms_italic$, there are a number of groups that played a pivotal role in the ethnogenesis of later groups, but for whom evidence is scant or precise relations are unknown.\n\nFor the sake of accuracy, we include references to these groups within tooltips." #Romanized Groups game_concept_rhaetian_culture: "Rhaetian Culture" game_concept_rhaetian_culture_short: "Rhaetian" @@ -24,33 +24,49 @@ game_concept_paleo_roman_african_culture: "Northwest African Cultures" game_concept_paleo_roman_african_culture_short: "Northwest African Cultures" game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\n#bold Because of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African#! #P ([Concept('romano_african_note','1')|I])#!" + #Caucasian Cultures + game_concept_corudenian_culture: "The Corduenians" + game_concept_corudenian_culture_short: "Formed from a variety of peoples before the Vth Century BC" + game_concept_corudenian_culture_desc: "The Corduenians (or Carduchoi, Korduk', Gordyene, or Gortyene) are a poorly attested people that lived between Lake Van and Adiabene in Late Antiquity (and are attested into at least the VIIth Century AD).\n\nTheir precise origins are unknown, and debate remains as per their relation with other groups; some support a Kurdish connection and others refute it #P ([Concept('corudenian_source_1','1')|I])#!, others an Armenian connection, and still others a potential Iranian, or Gutian, or Uratuian connection. Lake of significant material evidence makes such identification difficult.\n\n#bold Because Armenian sources consider the rulers of Korduk' to be Armenian nobility #P ([Concept('corudenian_source_2','2')|I])#!, and a significant Christian presence existed in Gordyene during late Antiquity #P ([Concept('corudenian_source_3','3')|I])#!, we've chosen to make the Corduenians a Caucasian people speaking an isolate language#! [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" + #Continental Celtic Proto-Cultures + game_concept_lusitanian_culture: "Lusitanian History" + game_concept_lusitanian_culture_short: "An Indo-European people Celticized and Romanized following centuries of contact" + game_concept_lusitanian_culture_desc: "The precise ethnic identity of the #italic Lusitani#! is a matter of debate; scholars have posited a para-Celtic, Italic, or a separate branch from Italo-Celtic.\n\nWithin $wtwsms_italic$, the Lusitanian culture represents the Celticized and Romanized descendents of the original #italic Lusitani#! peoples." #Greek Proto-Cultures game_concept_phocaea_culture: "Ionian Culture" game_concept_phocaea_culture_short: "Created by settlers from Phoacaea" game_concept_phocaea_culture_desc: "The Ionians were one of the four major subdivisions of Greeks in the ancient period; others included Dorians, Aeolians, and Achaeans. Because of their small numbers and the extended period that the Massalians have had under Roman domination, the Massalians speak Latin like the surrounding groups by the Vth Century AD." #Iranian Proto-Cultures + game_concept_indo_parthian_proto_culture: "History of Baluchistan" + game_concept_indo_parthian_proto_culture_desc: "The history of Baluchistan prior to the Arab conquest is poorly documented, in part on account of limited archaeological work in the region. The modern Baluch people are not clearly referenced in history until the VIIIth Century AD #P ([Concept('indo_parthian_source_1','1')|I])#!, and Baluch lore itself argues for an origin with the Arab Conquests #P ([Concept('indo_parthian_source_2','2')|I])#!, so the notion of a Baluch identity is unlikely in Late Antiquity.\n\nGiven the Baluch speak a Northwestern Iranian language, migration of Iranian elements (such as Parthians) seems likely. Indeed, a true identity for the Iranian people of the region might only have arisen during the Caliphate.\n\nGiven the paucity of the information, we assign the culture of Baluchistan for Late Antiquity as Indo-Parthian; the Baluchistan region had been part of the Indian cultural sphere since the Indus Valley Civilization, and the region remained at the cross-roads of both Indian and Iranian influences, for which the Pāratarājas and Paratan was the latest expression prior to beginning of $wtwsms_italic$.\n\n#bold For the purposes of game mechanics, we model Indo-Parthian as a Parthian/Sindhi hybrid#!." + game_concept_brahui_culture: "A Dravidian-speaking population that underwent Iranization" + game_concept_brahui_culture_desc: "The existent of the Dravidian-speaking Brahui within a larger population of Indo-Iranian speaking peoples is a mystery. Some scholars posit the Brahui were part of a migration to the region (sometime within the last 3 millennia #P ([Concept('brahui_source_iranica','1')|I])#!)#!, while others argue that the Brahui represent a relic population, considering no significant genetic difference between the Brahui and their Indo-Iranian neighbours #P ([Concept('brahui_source_genetics','2')|I])#!)#!.\n\n#bold Within $wtwsms_italic$, we choose to model the Brahui as a relic population and as such, the Brahui are an Iranian heritage culture [Concept('general_wtwsms_controversy_note','@warning_icon!')|I], which matches their own self-identification as Balochs #P ([Concept('brahui_source_iranica','1')|I])#!)#!." game_concept_paleo_azeri_culture: "Paleo-Atropatene Cultures" game_concept_paleo_azeri_culture_short: "Atropatene Peoples" game_concept_paleo_azeri_culture_desc: "The region known as Media Atropatene (or Iranian Azerbaijan in modern parlance) is a historical region in modern Northwest Iran. Historically, the region contained a number of different peoples prior to the conquest by the Medes in 609 BC. These include:\n\n$EFFECT_LIST_BULLET$The Matiene, a kingdom whose population possibly spoke a Hurro-Uratian language. Because of the Scythian and Cimmerian migrations, influences from Eastern Iranian speaking peoples cannot be ruled out.\n$EFFECT_LIST_BULLET$Caspians, a possibly pre-Indo-European people who lived south of the Araxes River.\n$EFFECT_LIST_BULLET$Cyrtians, a nomadic group of potentially Iranian or non-Iranian ancestry (or both), who lived in the Zagros Mountains.\n\nAfter the conquest of Media by the Achaemenid Empire, the region, the region underwent extensive Iranianization. By the Vth Century AD, Media Atropatene was fully Iranianized #P ([Concept('paleo_azeri_source','1')|I])#!." game_concept_paleo_cyrtian_culture: "Paleo-Zagros Cultures" game_concept_paleo_cyrtian_culture_short: "Paleo-Zagros Peoples" game_concept_paleo_cyrtian_culture_desc: "A number of non-Iranian nomadic groups lived in the Zagros Mountains during Antiquity, including the Uxii, Cyrtians, Lullubi, and Gutians. By the Vth Century AD, these groups had been under the process of Iranianization for several centuries and this process was either complete or nearing completion.\n\nBecause of the restrictions of game mechanics and the general lack of firm data, we group all these people together as Crytians and made them an Iranian speaking, Iranian heritage culture." + #Indo-Aryan Proto-Cultures + game_concept_malavas_culture: "Malavas People" + game_concept_malavas_culture_desc: "The Malavas were an ancient Indian tribe originally from Punjab that, between the IVth Century BC and the Ist Century AD, settled in what is today Rajasthan, Madhya Pradesh, and Gujarat. They are probably descended from the #italic Malloi#! who fought against Alexander in his Mallian campaign #P ([Concept('malavas_source','1')|I])#!.\n\nThe Malavas are the predecessors of the people in the region of modern Malwa and Rajasthan." + game_concept_sinhala_proto_culture: "Pre-Anuradhapura Sri Lanka" + game_concept_sinhala_proto_culture_desc: "The history of Sri Lanka prior to the Anuradhapura kingdom is poorly documented and mostly shrouded in folklore and epics. From the legend of Prince Vijaya, and studies of Elu Prakrit, a tentative link between the Sinhalese and proto-Bengalis can be made.\n\nThe legend of Prince Vijaya appears to have at least some basis in fact when reviewing genetic studies of Sri Lankans; studies indicate a link between some Bengali populations and the Sinhalese #P ([Concept('sinhalese_genetics_1','1')|I])#!. These studies also reveal links with the Tamils #P ([Concept('sinhalese_genetics_1','1')|I],[Concept('sinhalese_genetics_2','2')|I])#! and (likely) indigenous Vedda people, although much more of the former than the later #P ([Concept('sinhalese_genetics_2','2')|I])#!.\n\nFrom these studies we can conclude that the Sinhalese population is a complex admixture of Indo-Aryan, Dravidian, and indigenous populations, possibly involving an elite transfer from Bengal.\n\n#bold For the purposes of game mechanics, we model the Sinhalese as a Bengali/Tamil hybrid#! [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" #Turkic Proto-Cultures game_concept_xiongnu_culture: "Xiongnu Ethnogenesis" game_concept_xiongnu_culture_short: "several different nomadic pastoralist cultures" game_concept_xiongnu_culture_desc: "The ethnic identity of the Xiongnu remains a controversial question involving research in the fields of archaeology, genetics, and linguistics. The least controversial aspect is the genetic analysis; based on autosomal ancestry, the Xiongnu are a heterogeneous group combining influences of the East Asian Slab Grave Culture (ca. 1300-300 BC) and West Eurasian influences, most likely containing elements of the Sakan Pazyryk and Sagly/Uyuk Cultures #P ([Concept('xiongnu_genetic_source','1')|I])#!. Somewhat confounding these findings is the Xiongnu's historic marriage alliances with the Han Chinese, which introduces a high amount of Han Chinese genetic influence in the ruling stratum that was unlikely to have effected the genetic disposition of the common people.\n\nThis, of course does not answer the cultural identification of the Xiongnu themselves, as genetics is not synonymous with culture. Linguistically, several incompatible theories have support among historians, including Turkic, Iranian, Yeniseian, Mongolic, and even a linguistic isolate have varying levels of support. The name Xiongnu itself is a pejorative in Chinese, meaning \"fierce slave\" #P ([Concept('xiongnu_name_note','2')|I])#!, although it is possible that this may be a transliteration of #italic Huna#! or a reference to the Ongi River.\n\nIn reality, the Xiongnu were probably a heterogeneous group within which were probably strong Proto-Turkic and Proto-Mongolic elements. Ultimately, the limitations of game mechanics forces us to make compromises, and given the genetic and (somewhat controversial) cultural links between the Xiongnu and and the Huns, we have chosen to make the Xiongnu a Turkic culture #P ([Concept('xiongnu_genetic_source','1')|I],[Concept('yorulmazoglu_turkic_history','3')|I])#!. By the Vth Century AD, the Xiongnu confederation was no more and the remaining Xiongnu were likely Turkicized (given the remaining Xiongnu people's proximity to major Turkic confederations), so we assign them the Shaz Turkic language." game_concept_kurykan_culture: "Siberian Turkic Ethnogeneis" - game_concept_kurykan_culture_short: "Proto-Turkic, Xiongnu, and Northeast Asian" - game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present [Concept('siberian_turkic_linguistic_analysis','1')|I]. Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in #italic When the World Stopped Making Sense#! #P ([Concept('general_wtwsms_controversy_note','2')|I])#!." + game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present #P ([Concept('siberian_turkic_linguistic_analysis','1')|I])#!. Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in $wtwsms_italic$ [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" game_concept_tiele_culture: "Turks before the First Turkish Khaganate" game_concept_tiele_culture_short: "the Dinglings, Proto-Turks, and Scythian Horizon $game_concept_archeological_complex$" - game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation #P ([Concept('tiele_note','1')|I])#!. This confederation was fairly long-lived, lasting from the IVth to the VIIIth Century AD, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, #italic When the World Stopped Making Sense#! utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate #P ([Concept('general_wtwsms_controversy_note','2')|I])#!." + game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation #P ([Concept('tiele_note','1')|I])#!. This confederation was fairly long-lived, lasting from the IVth to the VIIIth Century AD, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, $wtwsms_italic$ utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]." game_concept_kyrgyz_culture: "Yenisei Kyrgyz" game_concept_kyrgyz_culture_short: "Proto-Turks and the Tashtyk $game_concept_archeological_complex$" game_concept_kyrgyz_culture_desc: "The Yenisei Kyrgyz (recorded as Gekun/Ko-kun/Jiankun/Chien-kun in Chinese texts) are an ancient Turkic people who were distinct from other Turkic or Turkic-related cultures, such as the Dinglings during the period of Xiongnu conquest. While they were undoubtedly Turkic in culture, actual physical descriptions describe them as having pale skin, light eye color, and red or blonde hair, similar to the preceding Tashtyk Culture #P ([Concept('yenisei_kirghiz_genetics_1','1')|I])#!.\n\nMore recent genetic analysis reveals a split in the distribution of genetic ancestry between the maternal and paternal lines #P ([Concept('yenisei_kirghiz_genetics_2','2')|I])#!. In line with historical depictions of the Yenisei Kyrgyz in Chinese Annals into the IXth Century AD, we've modified the Kirghiz ethnicity values to reflect this facts.\n\n#bold However, the Kirghiz, as Chinese records attest them as a Turkic group, remain Turkic heritage, Turkic speaking.#!" game_concept_hunnic_culture: "The Origin of the (European) Huns" game_concept_hunnic_culture_short: "Xiongnu and other Steppe cultures between the Ist and IVth Centuries AD" - game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification #P ([Concept('hunnic_genetics_1','1')|I],[Concept('hunnic_genetics_2','2')|I])#!.\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu #P ([Concept('general_wtwsms_controversy_note','3')|I])#!. To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch #P ([Concept('general_wtwsms_controversy_note','3')|I])#!." + game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification #P ([Concept('hunnic_genetics_1','1')|I],[Concept('hunnic_genetics_2','2')|I])#!.\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]. To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]." game_concept_bolghar_culture: "Origin of the Bolghars" game_concept_bolghar_culture_short: "Xiongnu and other Steppe cultures before the IVth Century AD" game_concept_bolghar_culture_desc: "Like the Huns, the origin of the Bolghars is somewhat of a mystery. Given the earliest attestation of Bolghar-related groups in the mid-Vth Century AD, they likely arrived as part of the Turkic migration into Europe, spearheaded by the Huns.\n\n#bold As such, for the purposes of game mechanics, we make the Bolghars a divergent culture of the Xiongnu with an origin in the mid-IIIrd Century AD#!" @@ -70,7 +86,7 @@ game_concept_cherniakhiv_culture_desc: "The Cherniakhiv culture is a an [archeological_complex|E] that flourished between the IInd to the Vth Centuries AD in parts of modern Ukraine, Russia, Moldova, and Belarus.\n\nPotentially a multiethnic mix of Dacian, Sarmatian, and Gothic peoples, the Cherniakhiv culture is commonly associated with the Goths and related groups, as the earliest unambiguous attestations of the Goths link them to Scythia.\n\nThe decline of the Cherniakhiv culture is associated with the arrival of the Huns in the late IVth Century AD, which coincides with Ermanaric's invasion of Roman territory.\n\nThe Cherniakhiv culture was later supplanted by the Penkovka culture, associated with the Slavic Antes, in the aftermath of the collapse of the Hunnic Empire." game_concept_przeworsk_culture_history: "Przeworsk Culture" game_concept_przeworsk_culture_history_short: "Baltic, Celtic, Proto-Slavic, and Germanic Peoples" - game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth Century AD, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. Within #italic When the World Stopped Making Sense#!, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." + game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth Century AD, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. Within $wtwsms_italic$, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." game_concept_west_germanic_culture: "Istvaeonic Germanic Peoples" game_concept_west_germanic_culture_short: "Istvaeonic-Speaking Peoples" game_concept_west_germanic_culture_desc: "The Istvaeones were a Germanic group of tribes occupying the Weser-Rhine region of Europe in Late Antiquity. Among these groups are the Batavi, Chamavi, Chatti, and (tenuously) the Frisii.\n\n It is likely that the Franks developed from this group, as various attestations in the IVth and Vth Centuries AD link the Franks to a number of Istvaeonic tribes. By the late Vth Century AD, the Franks had become pre-eminent in the Rhine basin, and (besides some potential attestation to the Chatti in the Vth Century AD), had replaced most of the former Istvaeones." @@ -86,11 +102,22 @@ game_concept_xiongnu_name_note: "The Xiongu Autonym Question" game_concept_xiongnu_name_note_desc: "As we do not have an accurate rendering of the Xiongnu's autonym, we use the name Xiongnu within the game" game_concept_lusitani_note: "Lusitani Note" - game_concept_lusitani_note_desc: "While #italic When the World Stopped Making Sense#! has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." + game_concept_lusitani_note_desc: "While $wtwsms_italic$ has Lusitani in the 476 scenario, these represent the Celticized and Romanized Lusitani, whose original culture and identity has been subsumed after centuries of contact and domination." game_concept_tiele_note: "Tiele Note" game_concept_tiele_note_desc: "We use the Chinese name for this confederation as the precise Turkish word it translates is a matter of debate, and prefer to use Türk for the cultures that come from the Göktürk Khaganate." game_concept_romano_african_note: "Romano-African Note" game_concept_romano_african_note_desc: "Carthago formed the centre of Romano-African culture and Carthaginian lands were among the first territories seized by Rome in its conquest of Africa, which leads us to identify the Punics as the parent culture." + #Years + game_concept_suebi_split_year: "Suavi/Suebi Split" + game_concept_suebi_split_year_desc: "In AD 409, an element of the Suebi under Hermeric crossed the Rhine, as part of a group with the Vandals and Alans. These Suebi settled in Galicia, establishing the Kingdom of the Suebi, centred on Bracara Augusta (modern Braga).\n\n#bold Because technology is closely tied to culture in CK3, we have had to split the Suebi in Galicia into a different culture from the remaining Suebi north of the Danube.#!\n\nThis choice was done to reflect the game mechanics, not necessarily endorsing the idea that the Suebi in Galicia were culturally different from their tribal brethren." + game_concept_visigothic_split_year: "Visigoth/Goth Split" + game_concept_visigothic_split_year_desc: "The Goths, by the time they had extensive contacts with the Romans in the IIIrd and IVth Centuries, consisted primarily of two groups: the Thervingi in the plains north of the lower Danube and the Greuthungi in the Pontic Steppe; the names appear to have been linked to geographic locations.\n\nContingents of both groups would invade Rome during the Gothic War of 376. Under the rule of Alaric, a portion of the Thervingi would go one to sack Rome and establish the Visigothic Kingdom in Gaul.\n\n#bold In $wtwsms_italic$, we have chosen the date of Alaric's conquest of Toulouse and Nabaronne as the formative date for the rise of the Visigoths as a separate culture#!." + game_concept_ostrogothic_split_year: "Ostrogoth/Goth Split" + game_concept_ostrogothic_split_year_desc: "The Goths, by the time they had extensive contacts with the Romans in the IIIrd and IVth Centuries, consisted primarily of two groups: the Thervingi in the plains north of the lower Danube and the Greuthungi in the Pontic Steppe; the names appear to have been linked to geographic locations.\n\nUnlike the Visigoths, the history of the Ostrogoths is more mysterious, but ancient writers such as Jordanes linked the later Ostrogoths with the earlier Greuthungi, in part by linking Ermanic with the later Ostrogothic Amal dynasty. What is clear is that Gothic components settled in Thrace and Pannonia following the arrival of the Huns.\n\nIt is under the reign of Valamir in Pannonia that the Ostrogoths coalesced as a separate identity.\n\n#bold In $wtwsms_italic$, we have chosen the date of the Battle of Nedao (which finally broke Hunnic domination) as the formative date for the rise of the Ostrogoths as a separate culture#!." + game_concept_thracian_gothic_split_year: "Moesogothic/Goth Split" + game_concept_thracian_gothic_split_year_desc: "The Goths, by the time they had extensive contacts with the Romans in the IIIrd and IVth Centuries, consisted primarily of two groups: the Thervingi in the plains north of the lower Danube and the Greuthungi in the Pontic Steppe; the names appear to have been linked to geographic locations.\n\nUnlike the Visigoths, the history of the Moesogoths is more mysterious, but ancient writers such as Jordanes linked the later Ostrogoths and Moesogoths with the earlier Greuthungi, in part by linking Ermanic with the later Ostrogothic Amal dynasty. What is clear is that Gothic components settled in Thrace and Pannonia following the arrival of the Huns.\n\nIt is under the reign of Theodoric Strabo in Thrace that the Moesogoths coalesced as a separate (but related) entity from the Ostrogoths.\n\n#bold In $wtwsms_italic$, we have chosen the date of the Battle of Nedao (which finally broke Hunnic domination) as the formative date for the rise of the Moesogoths as a separate culture#!." + game_concept_crimean_gothic_split_year: "Crimean Gothic/Goth Split" + game_concept_crimean_gothic_split_year_desc: "The Goths, by the time they had extensive contacts with the Romans in the IIIrd and IVth Centuries, consisted primarily of two groups: the Thervingi in the plains north of the lower Danube and the Greuthungi in the Pontic Steppe; the names appear to have been linked to geographic locations.\n\nThe history of the Crimean Goths is not well attested and is likely that the Crimean Goths arose from a group of Goths and non-Goths in the aftermath of the Hunnic conquest of the Pontic Steppe #P ([Concept('heather_source','1')])#!.\n\nAs such, we separate the Crimean Goths from the early Goths to represent this ethnogeneis" #Sources game_concept_strabo_source: "Citation" game_concept_strabo_source_desc: "Strabo #italic Geographica#! V.2.7" @@ -114,4 +141,24 @@ game_concept_hunnic_genetics_2_desc: "Maroti, Z. et al. #italic The genetic origin of Huns, Avars, and conquering Hungarians#!. Current Biology. 21. #P doi:10.1016/j.cub.2022.04.093#!" game_concept_heather_source: "Citation" game_concept_heather_source_desc: "For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" + game_concept_corudenian_source_1: "Citation" + game_concept_corudenian_source_1_desc: "Encyclopedia Iranica. #italic GORDYENE#!. #P https://referenceworks.brillonline.com/entries/encyclopaedia-iranica-online/gordyene-COM_336455#!" + game_concept_corudenian_source_2: "Citation" + game_concept_corudenian_source_2_desc: "Marciak, M. #italic Sophene, Gordyene, and Adiabene: Three Regna Minora of Northern Mesopotamia Between East and West#!. \"Chapter 5: Cultural Landscape of Gordyene\". Brill. 2017." + game_concept_corudenian_source_3: "Citation" + game_concept_corudenian_source_3_desc: "Harrak, A. #italic The Acts of Mār Mārī the Apostle#!. Society of Biblical Literature. 2005." + game_concept_malavas_source: "Citation" + game_concept_malavas_source_desc: "Sircar, D. #italic Studies in the Geography of Ancient and Medieval India#!. Motilal Banarsidass Publ., 1971. pp. 205-6." + game_concept_sinhalese_genetics_1: "Citation" + game_concept_sinhalese_genetics_1_desc: "Kirk, R. L. #italic The legend of Prince Vijaya — a study of Sinhalese origins#!. American Journal of Biological Anthropolgy. 1976." + game_concept_sinhalese_genetics_2: "Citation" + game_concept_sinhalese_genetics_2_desc: "Ranaweera1, L. et al. #italic Mitochondrial DNA history of Sri Lankan ethnic people: their relations within the island and with the Indian subcontinental populations#!. Journal of Human Genetics. 2013." + game_concept_indo_parthian_source_1: "Citation" + game_concept_indo_parthian_source_1_desc: "#italic Encyclopedia Iranica#!. \"Baluchistan: Geography, History and Ethnography\". #P https://www.iranicaonline.org/articles/baluchistan-i#!" + game_concept_indo_parthian_source_2: "Citation" + game_concept_indo_parthian_source_2_desc: "Kreyenbroek, Philip G. (2010). #italic Oral Literature of Iranian Languages: Kurdish, Pashto, Baluchi, Ossetic, Persian and Tajik: Companion Volume II: History of Persian Literature A, Volume 18.#! I. B. Tauris. " + game_concept_brahui_source_iranica: "Citation" + game_concept_brahui_source_iranica_desc: "#italic Encyclopedia Iranica#!. \"Brahui\". #P https://iranicaonline.org/articles/brahui#!" + brahui_source_genetics: "Citation" + brahui_source_genetics_desc: "Pagani L, Colonna V, Tyler-Smith C, Ayub Q. #italic An Ethnolinguistic and Genetic Perspective on the Origins of the Dravidian-Speaking Brahui in Pakistan#!. Man India. 2017;97(1):267-278. PMID: 28381901; PMCID: PMC5378296." \ No newline at end of file diff --git a/WtWSMS/localization/english/BP_general_l_english.yml b/WtWSMS/localization/english/BP_general_l_english.yml index 92fb32191f..7b9ea0ef69 100644 --- a/WtWSMS/localization/english/BP_general_l_english.yml +++ b/WtWSMS/localization/english/BP_general_l_english.yml @@ -8,6 +8,7 @@ wtwsms_bug_tracker: "#warning (Bug Tracker Not Ready Yet)#!" #Other General Strings wtwsms_highlighted: "#P #bold WtWSMS#!#!" + wtwsms_italic: "#italic When the World Stopped Making Sense#!" #Other Generic multiplication_sign: "×" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index f8ed4e7cd8..6f61301b97 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -1,68 +1,91 @@ l_english: + #Arabic Cultures + khalan_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" + #Baltic + vistula_veneti_history_loc: "Formed from [przeworsk_culture_history_short|E] in the IIIrd Century BC" + #Berber + numidian_successor_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" + #Burman + tripuri_history_loc: "Diverged from [CULTURE.GetName] before the Ist Century AD" + #Byzantine + tsakonian_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century BC" #End of Doric Greek and beginning of Tsakonian Language + pontic_history_loc: "Diverged from [CULTURE.GetName] in the IXth Century BC" #Foundation of Sinope by Miletus (Attic is closer than Aeolic language) + bosporan_history_loc: "Diverged from [CULTURE.GetName] in the VIIth Century BC" #Foundation of Panticapaeum by Miletus (Attic is closer than Aeolic language) + helleno_thracian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Vth Century BC" #Establishment of Neapolis (Kavala) + helleno_aramean_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century BC" #Alexander's conquest of the Levant + massalian_history_loc: "[phocaea_culture_short|E] in the VIth Century BC and Romanized" #Colonization of Masallia by Phocaea (Aeolic speakers) + helleno_libyan_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the VIIth Century BC" #Colonization of Cyrene by Thera (Doric speakers) + helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century BC" #Founding of Alexandria + #Caucasian + lazic_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" + corduenian_history_loc: "[corudenian_culture_short|E]" + #Celtic + gaelic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century AD" + #Continental Celts + galatian_history_loc: "Diverged from [CULTURE.GetName] in the IIIrd Century BC" + lusitanian_history_loc: "[lusitanian_culture_short|E]" + #East African + daju_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" + #East Germanic + przeworsk_history_loc: "Formed from [przeworsk_culture_history_short|E] in IIIrd Century BC" + vandalic_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" + vidivarii_history_loc: "Formed from the [wielbark_culture|E] and West Baltic peoples in Vth Century AD" + gothic_history_loc: "Formed from the [wielbark_culture|E] and [cherniakhiv_culture|E] in IIIrd Century AD" + visigothic_history_loc: "Diverged from [CULTURE.GetName] in [Concept('visigothic_split_year','AD 413')|E]" + ostrogothic_history_loc: "Diverged from [CULTURE.GetName] in [Concept('ostrogothic_split_year','AD 454')|E]" + thracian_gothic_history_loc: "Diverged from [CULTURE.GetName] in [Concept('thracian_gothic_split_year','AD 454')|E]" + crimean_gothic_history_loc: "Diverged from [CULTURE.GetName] in the [Concept('crimean_gothic_split_year','IVth Century AD')|E]" + heruli_history_loc: "Diverged from [cherniakhiv_culture|E] in the IIIrd Century AD" + wielbark_history_loc: "Diverged from the [wielbark_culture|E] in the IIIrd Century AD" + denziner_history_loc: "Formed from the [wielbark_culture|E] and [elbe_germanic_culture|E] peoples in IIIrd Century AD" + taifal_history_loc: "Formed from [taifal_culture_short|E]" + rygir_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" + skirian_history_loc: "Diverged from [cherniakhiv_culture|E] in the IIIrd Century AD" + #Indo-Aryan + malvi_history_loc: "Diverged from the [malavas_culture|E] before the Ist Century AD" + rajput_history_loc: "Diverged from the [malavas_culture|E] before the Ist Century AD" + sinhala_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the [Concept('sinhala_proto_culture','VIth Century BC')|E]" + #Iranian + parthian_history_loc: "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the IIIrd Century BC" + indo_parthian_history_loc: "Formed from [CULTURE.GetName] and [Concept('indo_parthian_proto_culture','an Unknown Culture')|E] in the Ist Century AD" + brahui_history_loc: "[brahui_culture|E]" + adhari_history_loc: "Formed from [CULTURE.GetName] and [paleo_azeri_culture_short|E] in the VIIth Century BC" + cyrtian_history_loc: "Formed from a variety of [paleo_cyrtian_culture_short|E] after a period of Iranianization" + #Israelites + juhuro_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Vth Century BC" + kochinim_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" + + ##### VVVVV TO REORDER VVVVV #Roman "Special" Overwrites: That is, not having an *actual* culture to hybridize - corsican_history_loc:0 "Formed from [CULTURE.GetName] and [paleo_corsican_culture_short|E] in the year 241 BC" - sardinian_history_loc: "Formed from [CULTURE.GetName] and [paleo_sardinian_culture_short|E] in the year 241 BC" - romano_raetian_history_loc: "Formed from [CULTURE.GetName] and [rhaetian_culture_short|E] in the year AD [DATE.GetYear]" - romano_noric_history_loc: "Formed from [CULTURE.GetName] and [noric_culture_short|E] in the year AD [DATE.GetYear]" - romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the year 201 BC" - romano_pannonian_history_loc: "Formed from [CULTURE.GetName] and [pannonian_culture_short|E] in the year AD [DATE.GetYear]" + corsican_history_loc: "Formed from [CULTURE.GetName] and [paleo_corsican_culture_short|E] in the IIIrd Century BC" + sardinian_history_loc: "Formed from [CULTURE.GetName] and [paleo_sardinian_culture_short|E] in the IIIrd Century BC" + romano_raetian_history_loc: "Formed from [CULTURE.GetName] and [rhaetian_culture_short|E] in the Ist Century AD" + romano_noric_history_loc: "Formed from [CULTURE.GetName] and [noric_culture_short|E] in the Ist Century AD" + romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IIIrd Century BC" + romano_pannonian_history_loc: "Formed from [CULTURE.GetName] and [pannonian_culture_short|E] in the Ist Century AD" #Roman Date Overwrites (supporting BC) - romano_gallic_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 50 BC" - romano_african_history_loc: "Formed from [CULTURE.GetName] and [paleo_roman_african_culture_short|E] in the year 145 BC" - romano_aramean_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 46 BC" - #Byzantine Date Overwrites (supporting BC) - tsakonian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 100 BC" #End of Doric Greek and beginning of Tsakonian Language - pontic_history_loc:0 "Diverged from [CULTURE.GetName] in the year 800 BC" #Foundation of Sinope by Miletus (Attic is closer than Aeolic language) - bosporan_history_loc:0 "Diverged from [CULTURE.GetName] in the year 600 BC" #Foundation of Panticapaeum by Miletus (Attic is closer than Aeolic language) - helleno_thracian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 443 BC" #Establishment of Neapolis (Kavala) - helleno_aramean_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 333 BC" #Alexander's conquest of the Levant - massalian_history_loc: "[phocaea_culture_short|E] in the year 545 BC" #Colonization of Masallia by Phocaea (Aeolic speakers) - helleno_libyan_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 631 BC" #Colonization of Cyrene by Thera (Doric speakers) - helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 331 BC" #Founding of Alexandria + romano_gallic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century BC" + romano_african_history_loc: "Formed from [CULTURE.GetName] and [paleo_roman_african_culture_short|E] in the IInd Century BC" + romano_aramean_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century BC" #Central Germanic Culture - danube_suebi_history_loc: "Formed from various [suebian_culture_short|E] in the year AD [DATE.GetYear]" - alamannian_history_loc: "Formed from various [suebian_culture_short|E] in the year AD [DATE.GetYear]" - suebi_history_loc: "Formed from various [suebian_culture_short|E] in the year AD [DATE.GetYear]" - #Continental Celts - galatian_history_loc:0 "Diverged from [CULTURE.GetName] in the year 278 BC" + danube_suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" + alamannian_history_loc: "Formed from various [suebian_culture_short|E] in the IIIrd Century AD" + suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" #East Iranians - indo_scythian_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 150 BC" - romano_alan_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in the year AD [DATE.GetYear]" - #Iranians - adhari_history_loc: "Formed from [CULTURE.GetName] and [paleo_azeri_culture_short|E] in the year 609 BC" #Conquest of - Matiene by Medes - cyrtian_history_loc: "Formed from a variety of [paleo_cyrtian_culture_short|E] after a period of Iranianization" - parthian_history_loc:0 "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the year 247 BC" - #Israelites - juhuro_history_loc:0 "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 457 BC" - gruzinim_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the year 586 BC" + indo_scythian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IInd Century BC" + romano_alan_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in AD [DATE.GetYear]" #Turks xiongnu_history_loc: "Formed from [xiongnu_culture_short|E] in the IIIrd Century BC" tiele_history_loc: "Formed from [tiele_culture_short|E]" - kirghiz_history_loc: "Formed from [kyrgyz_culture_short|E] IVth Century AD" - kurykan_history_loc: "Formed from the [kurykan_culture_short|E] peoples in 174 BC" + kirghiz_history_loc: "Formed from [kyrgyz_culture_short|E] in the IVth Century AD" + kurykan_history_loc: "Formed from the [Concept('kurykan_culture','Proto-Turkic and Northeast Asian peoples')|E] in the IInd Century BC" hunnic_history_loc: "Formed from [hunnic_culture_short|E]" bolghar_history_loc: "Formed from [bolghar_culture_short|E]" hunas_history_loc: "Formed from [hunas_culture_short|E]" #Mongols - xianbei_history_loc: "Diverged from Dong-Hu in the year 177 BC" - #East Germanic - przeworsk_history_loc: "Formed from [przeworsk_culture_history_short|E] in IIIrd Century BC" - vidivarii_history_loc: "Formed from the [wielbark_culture|E] and West Baltic peoples in IVth Century AD" - gothic_history_loc: "Formed from the [wielbark_culture|E] and [cherniakhiv_culture|E] in IIIrd Century AD" - heruli_history_loc: "Diverged from [cherniakhiv_culture|E] in the IIIrd Century AD" - wielbark_history_loc: "Diverged from the [wielbark_culture|E] in the IIIrd Century AD" - denziner_history_loc: "Formed from the [wielbark_culture|E] and [elbe_germanic_culture|E] peoples in IIIrd Century AD" - taifal_history_loc: "Formed from [taifal_culture_short|E]" - #Baltic - vistula_veneti_history_loc: "Formed from [przeworsk_culture_history_short|E] in the IIIrd Century BC" + xianbei_history_loc: "Diverged from Dong-Hu in the IInd Century BC" #West Germanic - old_frankish_history_loc: "Formed from [west_germanic_culture_short|E] in the year AD [DATE.GetYear]" - #Burman - tripuri_history_loc: "Diverged from [CULTURE.GetName] before the Ist Century AD" - #Indo-Aryan - malvi_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" - rajput_history_loc: "Diverged from the Malavas peoples before the Ist Century AD" + old_frankish_history_loc: "Formed from [west_germanic_culture_short|E] in the IIIrd Century AD" #Tocharian - khotanese_history_loc: "Formed from [CULTURE.GetName] and a [paleo_khotanese_culture_short|E] in AD [DATE.GetYear]" + khotanese_history_loc: "Formed from [CULTURE.GetName] and a [paleo_khotanese_culture_short|E] in IIIrd Century AD" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml index 52c132287c..0b62bbf2a2 100644 --- a/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_culture_name_lists_l_english.yml @@ -98,7 +98,7 @@ name_list_saka:0 "Sakan" name_list_indo_scythian:0 "Indo-Scythian" name_list_dahi_scythian:0 "Dahae" - name_list_amardian:0 "Amardian" + name_list_mazanderani:0 "Amardian" name_list_nuristani:0 "Nuristani" name_list_sogdian:0 "Sogdian" name_list_khwarezmian:0 "Khwarezimian" diff --git a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml index 1de9e6b68f..b98289fa54 100644 --- a/WtWSMS/localization/english/culture/BP_cultures_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultures_l_english.yml @@ -305,9 +305,9 @@ dahi_scythian:0 "Dahae" dahi_scythian_collective_noun:0 "Dahae" dahi_scythian_prefix:0 "Dahae" - amardian:0 "Amardian" - amardian_collective_noun:0 "Amardians" - amardian_prefix:0 "Amardian" + mazanderani: "Mazanderani" + mazanderani_collective_noun: "Mazanderanis" + mazanderani_prefix: "Mazanderano" sarmatian:0 "Sarmatian" sarmatian_collective_noun:0 "Sarmatians" sarmatian_prefix:0 "Sarmatian" From 829ec6cf811aabe14513ab2867ae63f8214f70ee Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 6 May 2023 02:31:58 -0400 Subject: [PATCH 338/339] Update history localizations (2) * Updated culture localizations through Sarmatian * Update mogyer to be Yugrian instead of Magyar heritage (aka, the nomadic version of Hungarian heritage) --- WtWSMS/common/culture/cultures/BP_latin.txt | 6 +++ WtWSMS/common/culture/cultures/BP_magyar.txt | 2 +- .../common/culture/cultures/BP_mongolic.txt | 2 + .../culture/cultures/BP_north_germanic.txt | 2 +- .../common/culture/cultures/BP_sarmatian.txt | 5 ++- WtWSMS/common/culture/pillars/00_heritage.txt | 12 ++++-- .../game_concepts/BP_flavor_game_concepts.txt | 9 ++++- .../BP_flavor_game_concepts_l_english.yml | 33 ++++++++++----- .../culture/BP_cultural_history_l_english.yml | 40 ++++++++++++------- .../BP_cultural_heritages_l_english.yml | 2 + 10 files changed, 82 insertions(+), 31 deletions(-) diff --git a/WtWSMS/common/culture/cultures/BP_latin.txt b/WtWSMS/common/culture/cultures/BP_latin.txt index 18967f36df..c35bd76fba 100644 --- a/WtWSMS/common/culture/cultures/BP_latin.txt +++ b/WtWSMS/common/culture/cultures/BP_latin.txt @@ -255,6 +255,7 @@ romano_british = { # Britons and Romans in Romano-British parents = { roman briton } created = 84.1.1 #Completion of Roman Conquest of Britain + history_loc_override = romano_british_history_loc ethos = ethos_stoic #From Briton heritage = heritage_latin @@ -293,6 +294,7 @@ romano_thracian = { # Thraco-Roman parents = { roman thracian } created = 46.1.1 #Establishment of Thracia + history_loc_override = romano_thracian_history_loc ethos = ethos_bellicose #Thracian heritage heritage = heritage_latin @@ -327,6 +329,7 @@ romano_illyrian = { # Romano-Illyrian parents = { roman illyrian } created = 6.1.1 #Great Illyrian Revolt + history_loc_override = romano_illyrian_history_loc ethos = ethos_bellicose #Illyrian heritage heritage = heritage_latin @@ -434,6 +437,7 @@ romano_frank = { # Romano-Frankish (Moselle Romance) parents = { romano_gallic old_frankish } created = 274.1.1 #Frankish colonization + history_loc_override = romano_frank_history_loc ethos = ethos_bellicose #Old Frankish heritage heritage = heritage_latin @@ -473,6 +477,7 @@ romano_dacian = { #Proto-Eastern Romance; Rumanescu parents = { roman dacian } created = 106.1.1 #Establishment of Dacia + history_loc_override = romano_dacian_history_loc ethos = ethos_spiritual #Dacian heritage heritage = heritage_latin @@ -547,6 +552,7 @@ romano_gothic = { parents = { roman gothic } created = 382.1.1 #End of the Gothic War + history_loc_override = romano_gothic_history_loc ethos = ethos_stoic #Gothic Inheritance heritage = heritage_latin diff --git a/WtWSMS/common/culture/cultures/BP_magyar.txt b/WtWSMS/common/culture/cultures/BP_magyar.txt index 7b5285924c..747c44b9e6 100644 --- a/WtWSMS/common/culture/cultures/BP_magyar.txt +++ b/WtWSMS/common/culture/cultures/BP_magyar.txt @@ -2,7 +2,7 @@ color = { 0.3 0.4 0.1 } ethos = ethos_bellicose - heritage = heritage_magyar + heritage = heritage_yugrian language = language_magyar martial_custom = martial_custom_male_only traditions = { diff --git a/WtWSMS/common/culture/cultures/BP_mongolic.txt b/WtWSMS/common/culture/cultures/BP_mongolic.txt index c479285f9b..b925a3a4b7 100644 --- a/WtWSMS/common/culture/cultures/BP_mongolic.txt +++ b/WtWSMS/common/culture/cultures/BP_mongolic.txt @@ -42,6 +42,7 @@ tuyuhun = { parents = { xianbei } created = 284.1.1 + history_loc_override = tuyuhun_history_loc ethos = ethos_stoic heritage = heritage_mongolic @@ -72,6 +73,7 @@ ninrun = { #Sir Diesalot suggestion; proto-Buryats? # WIP Rouran culture parents = { xianbei xiongnu } created = 330.1.1 #Yujiulu Mugulu + history_loc_override = ninrun_history_loc ethos = ethos_bellicose heritage = heritage_mongolic diff --git a/WtWSMS/common/culture/cultures/BP_north_germanic.txt b/WtWSMS/common/culture/cultures/BP_north_germanic.txt index c1b8599ed8..bb446953ed 100644 --- a/WtWSMS/common/culture/cultures/BP_north_germanic.txt +++ b/WtWSMS/common/culture/cultures/BP_north_germanic.txt @@ -178,7 +178,7 @@ gutnish = { # Migrational Era Gutes ethos = ethos_bellicose #Diverged for the Goths heritage = heritage_north_germanic #Diverged for the Goths - language = language_gothic #Seem to be linked to the Goths linguistically + language = language_norse martial_custom = martial_custom_male_only traditions = { tradition_things diff --git a/WtWSMS/common/culture/cultures/BP_sarmatian.txt b/WtWSMS/common/culture/cultures/BP_sarmatian.txt index 65f756dd9d..6b4348a0e2 100644 --- a/WtWSMS/common/culture/cultures/BP_sarmatian.txt +++ b/WtWSMS/common/culture/cultures/BP_sarmatian.txt @@ -39,6 +39,7 @@ iazyges = { parents = { sarmatian } created = 80.1.1 #Occupation of the Tisza basin + history_loc_override = iazyges_history_loc ethos = ethos_communal heritage = heritage_samartian @@ -78,6 +79,7 @@ alan = { parents = { sarmatian } created = 45.1.1 #Earliest mention of the Alans in Parthia + history_loc_override = alan_history_loc ethos = ethos_communal heritage = heritage_samartian @@ -117,7 +119,7 @@ romano_alan = { #Partially Romanized Alans color = romano_alan parents = { alan romano_gallic } - created = 410.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them + created = 406.1.1 #Overly early... but avoids giving "newly formed culture bonus" for appearing for them in 476 history_loc_override = romano_alan_history_loc ethos = ethos_spiritual #Romano-Gallic inheritance @@ -161,6 +163,7 @@ alano_vandalic = { #Partly Vandalized Alans parents = { alan vandalic } created = 418.1.1 #Death of Attaces + history_loc_override = alano_vandalic_history_loc ethos = ethos_bellicose #Vandalic Inheritence heritage = heritage_samartian #Were noticeably distinguishable from Vandals diff --git a/WtWSMS/common/culture/pillars/00_heritage.txt b/WtWSMS/common/culture/pillars/00_heritage.txt index 2eacf949cc..9e74ffd9fe 100644 --- a/WtWSMS/common/culture/pillars/00_heritage.txt +++ b/WtWSMS/common/culture/pillars/00_heritage.txt @@ -260,7 +260,7 @@ heritage_levantine = { heritage_family_west_asian = yes } } -heritage_magyar = { #TO UPDATE +heritage_magyar = { type = heritage parameters = { @@ -511,10 +511,14 @@ heritage_yoruba = { heritage_family_african = yes } } - -#TO REMOVE: -heritage_paleo_iberian = { +heritage_yugrian = { type = heritage + + parameters = { + heritage_group_eurasian_steppe = yes + heritage_group_north_asian = yes + heritage_family_eurasian = yes + } } #Kept for error suppression diff --git a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt index 90ecf16ebc..99217bfd52 100644 --- a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt @@ -62,6 +62,8 @@ brahui_culture = { shown_in_encyclopedia = no } #Indo-Aryan cultures malavas_culture = { shown_in_encyclopedia = no } sinhala_proto_culture = { shown_in_encyclopedia = no } +#Mongolic cultures +donghu_culture = { shown_in_encyclopedia = no } #Turkic Cultures xiongnu_culture = { shown_in_encyclopedia = no @@ -134,6 +136,8 @@ visigothic_split_year = { shown_in_encyclopedia = no } ostrogothic_split_year = { shown_in_encyclopedia = no } thracian_gothic_split_year = { shown_in_encyclopedia = no } crimean_gothic_split_year = { shown_in_encyclopedia = no } +romano_alan_formation_year = { shown_in_encyclopedia = no } +alano_vandalic_formation_year = { shown_in_encyclopedia = no } #Sources uscb_archeology = { shown_in_encyclopedia = no } strabo_source = { shown_in_encyclopedia = no } @@ -156,4 +160,7 @@ indo_parthian_source_1 = { shown_in_encyclopedia = no } indo_parthian_source_2 = { shown_in_encyclopedia = no } indo_parthian_source_3 = { shown_in_encyclopedia = no } brahui_source_iranica = { shown_in_encyclopedia = no } -brahui_source_genetics = { shown_in_encyclopedia = no } \ No newline at end of file +brahui_source_genetics = { shown_in_encyclopedia = no } +plre_vol_2_goar = { shown_in_encyclopedia = no } +plre_vol_2_addac = { shown_in_encyclopedia = no } +plre_vol_2_respindal = { shown_in_encyclopedia = no } diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml index eb5afdcde7..739edc68d8 100644 --- a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -1,4 +1,7 @@ l_english: + #Non-Game Concept quick notes + controversy_short_note: "[Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" + #Game Concepts game_concept_archeological_complex: "Archaeological Complex" game_concept_archeological_complex_short: "Complex" game_concept_archeological_complex_desc: "\"In archaeology, a complex is a chronological subdivision of different artefact types such as stone tools, pottery, and the like. Complexes are often defined on the basis of the similarities of industries between different sites within a region dating from roughly the same time period #P ([Concept('uscb_archeology','1')|I])#!.\"\n\nWithin $wtwsms_italic$, there are a number of groups that played a pivotal role in the ethnogenesis of later groups, but for whom evidence is scant or precise relations are unknown.\n\nFor the sake of accuracy, we include references to these groups within tooltips." @@ -27,7 +30,7 @@ #Caucasian Cultures game_concept_corudenian_culture: "The Corduenians" game_concept_corudenian_culture_short: "Formed from a variety of peoples before the Vth Century BC" - game_concept_corudenian_culture_desc: "The Corduenians (or Carduchoi, Korduk', Gordyene, or Gortyene) are a poorly attested people that lived between Lake Van and Adiabene in Late Antiquity (and are attested into at least the VIIth Century AD).\n\nTheir precise origins are unknown, and debate remains as per their relation with other groups; some support a Kurdish connection and others refute it #P ([Concept('corudenian_source_1','1')|I])#!, others an Armenian connection, and still others a potential Iranian, or Gutian, or Uratuian connection. Lake of significant material evidence makes such identification difficult.\n\n#bold Because Armenian sources consider the rulers of Korduk' to be Armenian nobility #P ([Concept('corudenian_source_2','2')|I])#!, and a significant Christian presence existed in Gordyene during late Antiquity #P ([Concept('corudenian_source_3','3')|I])#!, we've chosen to make the Corduenians a Caucasian people speaking an isolate language#! [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" + game_concept_corudenian_culture_desc: "The Corduenians (or Carduchoi, Korduk', Gordyene, or Gortyene) are a poorly attested people that lived between Lake Van and Adiabene in Late Antiquity (and are attested into at least the VIIth Century AD).\n\nTheir precise origins are unknown, and debate remains as per their relation with other groups; some support a Kurdish connection and others refute it #P ([Concept('corudenian_source_1','1')|I])#!, others an Armenian connection, and still others a potential Iranian, or Gutian, or Uratuian connection. Lake of significant material evidence makes such identification difficult.\n\n#bold Because Armenian sources consider the rulers of Korduk' to be Armenian nobility #P ([Concept('corudenian_source_2','2')|I])#!, and a significant Christian presence existed in Gordyene during late Antiquity #P ([Concept('corudenian_source_3','3')|I])#!, we've chosen to make the Corduenians a Caucasian people speaking an isolate language#! $controversy_short_note$" #Continental Celtic Proto-Cultures game_concept_lusitanian_culture: "Lusitanian History" game_concept_lusitanian_culture_short: "An Indo-European people Celticized and Romanized following centuries of contact" @@ -40,7 +43,7 @@ game_concept_indo_parthian_proto_culture: "History of Baluchistan" game_concept_indo_parthian_proto_culture_desc: "The history of Baluchistan prior to the Arab conquest is poorly documented, in part on account of limited archaeological work in the region. The modern Baluch people are not clearly referenced in history until the VIIIth Century AD #P ([Concept('indo_parthian_source_1','1')|I])#!, and Baluch lore itself argues for an origin with the Arab Conquests #P ([Concept('indo_parthian_source_2','2')|I])#!, so the notion of a Baluch identity is unlikely in Late Antiquity.\n\nGiven the Baluch speak a Northwestern Iranian language, migration of Iranian elements (such as Parthians) seems likely. Indeed, a true identity for the Iranian people of the region might only have arisen during the Caliphate.\n\nGiven the paucity of the information, we assign the culture of Baluchistan for Late Antiquity as Indo-Parthian; the Baluchistan region had been part of the Indian cultural sphere since the Indus Valley Civilization, and the region remained at the cross-roads of both Indian and Iranian influences, for which the Pāratarājas and Paratan was the latest expression prior to beginning of $wtwsms_italic$.\n\n#bold For the purposes of game mechanics, we model Indo-Parthian as a Parthian/Sindhi hybrid#!." game_concept_brahui_culture: "A Dravidian-speaking population that underwent Iranization" - game_concept_brahui_culture_desc: "The existent of the Dravidian-speaking Brahui within a larger population of Indo-Iranian speaking peoples is a mystery. Some scholars posit the Brahui were part of a migration to the region (sometime within the last 3 millennia #P ([Concept('brahui_source_iranica','1')|I])#!)#!, while others argue that the Brahui represent a relic population, considering no significant genetic difference between the Brahui and their Indo-Iranian neighbours #P ([Concept('brahui_source_genetics','2')|I])#!)#!.\n\n#bold Within $wtwsms_italic$, we choose to model the Brahui as a relic population and as such, the Brahui are an Iranian heritage culture [Concept('general_wtwsms_controversy_note','@warning_icon!')|I], which matches their own self-identification as Balochs #P ([Concept('brahui_source_iranica','1')|I])#!)#!." + game_concept_brahui_culture_desc: "The existent of the Dravidian-speaking Brahui within a larger population of Indo-Iranian speaking peoples is a mystery. Some scholars posit the Brahui were part of a migration to the region (sometime within the last 3 millennia #P ([Concept('brahui_source_iranica','1')|I])#!)#!, while others argue that the Brahui represent a relic population, considering no significant genetic difference between the Brahui and their Indo-Iranian neighbours #P ([Concept('brahui_source_genetics','2')|I])#!)#!.\n\n#bold Within $wtwsms_italic$, we choose to model the Brahui as a relic population and as such, the Brahui are an Iranian heritage culture $controversy_short_note$, which matches their own self-identification as Balochs #P ([Concept('brahui_source_iranica','1')|I])#!)#!." game_concept_paleo_azeri_culture: "Paleo-Atropatene Cultures" game_concept_paleo_azeri_culture_short: "Atropatene Peoples" game_concept_paleo_azeri_culture_desc: "The region known as Media Atropatene (or Iranian Azerbaijan in modern parlance) is a historical region in modern Northwest Iran. Historically, the region contained a number of different peoples prior to the conquest by the Medes in 609 BC. These include:\n\n$EFFECT_LIST_BULLET$The Matiene, a kingdom whose population possibly spoke a Hurro-Uratian language. Because of the Scythian and Cimmerian migrations, influences from Eastern Iranian speaking peoples cannot be ruled out.\n$EFFECT_LIST_BULLET$Caspians, a possibly pre-Indo-European people who lived south of the Araxes River.\n$EFFECT_LIST_BULLET$Cyrtians, a nomadic group of potentially Iranian or non-Iranian ancestry (or both), who lived in the Zagros Mountains.\n\nAfter the conquest of Media by the Achaemenid Empire, the region, the region underwent extensive Iranianization. By the Vth Century AD, Media Atropatene was fully Iranianized #P ([Concept('paleo_azeri_source','1')|I])#!." @@ -51,22 +54,25 @@ game_concept_malavas_culture: "Malavas People" game_concept_malavas_culture_desc: "The Malavas were an ancient Indian tribe originally from Punjab that, between the IVth Century BC and the Ist Century AD, settled in what is today Rajasthan, Madhya Pradesh, and Gujarat. They are probably descended from the #italic Malloi#! who fought against Alexander in his Mallian campaign #P ([Concept('malavas_source','1')|I])#!.\n\nThe Malavas are the predecessors of the people in the region of modern Malwa and Rajasthan." game_concept_sinhala_proto_culture: "Pre-Anuradhapura Sri Lanka" - game_concept_sinhala_proto_culture_desc: "The history of Sri Lanka prior to the Anuradhapura kingdom is poorly documented and mostly shrouded in folklore and epics. From the legend of Prince Vijaya, and studies of Elu Prakrit, a tentative link between the Sinhalese and proto-Bengalis can be made.\n\nThe legend of Prince Vijaya appears to have at least some basis in fact when reviewing genetic studies of Sri Lankans; studies indicate a link between some Bengali populations and the Sinhalese #P ([Concept('sinhalese_genetics_1','1')|I])#!. These studies also reveal links with the Tamils #P ([Concept('sinhalese_genetics_1','1')|I],[Concept('sinhalese_genetics_2','2')|I])#! and (likely) indigenous Vedda people, although much more of the former than the later #P ([Concept('sinhalese_genetics_2','2')|I])#!.\n\nFrom these studies we can conclude that the Sinhalese population is a complex admixture of Indo-Aryan, Dravidian, and indigenous populations, possibly involving an elite transfer from Bengal.\n\n#bold For the purposes of game mechanics, we model the Sinhalese as a Bengali/Tamil hybrid#! [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" + game_concept_sinhala_proto_culture_desc: "The history of Sri Lanka prior to the Anuradhapura kingdom is poorly documented and mostly shrouded in folklore and epics. From the legend of Prince Vijaya, and studies of Elu Prakrit, a tentative link between the Sinhalese and proto-Bengalis can be made.\n\nThe legend of Prince Vijaya appears to have at least some basis in fact when reviewing genetic studies of Sri Lankans; studies indicate a link between some Bengali populations and the Sinhalese #P ([Concept('sinhalese_genetics_1','1')|I])#!. These studies also reveal links with the Tamils #P ([Concept('sinhalese_genetics_1','1')|I],[Concept('sinhalese_genetics_2','2')|I])#! and (likely) indigenous Vedda people, although much more of the former than the later #P ([Concept('sinhalese_genetics_2','2')|I])#!.\n\nFrom these studies we can conclude that the Sinhalese population is a complex admixture of Indo-Aryan, Dravidian, and indigenous populations, possibly involving an elite transfer from Bengal.\n\n#bold For the purposes of game mechanics, we model the Sinhalese as a Bengali/Tamil hybrid#! $controversy_short_note$" + #Mongolic Proto-Cultures + game_concept_donghu_culture: "Dong-Hu" + game_concept_donghu_culture_desc: "The Dong-Hu is a Chinese name meaning \"Eastern Barbarians\" and in particular refers to the nomadic people in what is today northern Heibei, southeastern Inner Mongolia, and western Liaoning, Jilin, and Heilongjiang; the terms is contrasted with Xi-hu meaning \"Western Barbarians\". The Donghu were eventually conquered by the Xiongnu under Modu Chanyu (ca. 200-175 BC), and afterwards split into the Wuhuan and Xianbei; the later would become a contributing group that formed the Khitan while the former would play a role in the downfall of the Xiongnu confederacy.\n\n#bold Considering the Chinese links of the Donghu with the later Khitans, in $wtwsms_italic$, we make the Donghu-derived cultures Mongolic heritage and speak various Para-Mongolic languages $controversy_short_note$." #Turkic Proto-Cultures game_concept_xiongnu_culture: "Xiongnu Ethnogenesis" game_concept_xiongnu_culture_short: "several different nomadic pastoralist cultures" game_concept_xiongnu_culture_desc: "The ethnic identity of the Xiongnu remains a controversial question involving research in the fields of archaeology, genetics, and linguistics. The least controversial aspect is the genetic analysis; based on autosomal ancestry, the Xiongnu are a heterogeneous group combining influences of the East Asian Slab Grave Culture (ca. 1300-300 BC) and West Eurasian influences, most likely containing elements of the Sakan Pazyryk and Sagly/Uyuk Cultures #P ([Concept('xiongnu_genetic_source','1')|I])#!. Somewhat confounding these findings is the Xiongnu's historic marriage alliances with the Han Chinese, which introduces a high amount of Han Chinese genetic influence in the ruling stratum that was unlikely to have effected the genetic disposition of the common people.\n\nThis, of course does not answer the cultural identification of the Xiongnu themselves, as genetics is not synonymous with culture. Linguistically, several incompatible theories have support among historians, including Turkic, Iranian, Yeniseian, Mongolic, and even a linguistic isolate have varying levels of support. The name Xiongnu itself is a pejorative in Chinese, meaning \"fierce slave\" #P ([Concept('xiongnu_name_note','2')|I])#!, although it is possible that this may be a transliteration of #italic Huna#! or a reference to the Ongi River.\n\nIn reality, the Xiongnu were probably a heterogeneous group within which were probably strong Proto-Turkic and Proto-Mongolic elements. Ultimately, the limitations of game mechanics forces us to make compromises, and given the genetic and (somewhat controversial) cultural links between the Xiongnu and and the Huns, we have chosen to make the Xiongnu a Turkic culture #P ([Concept('xiongnu_genetic_source','1')|I],[Concept('yorulmazoglu_turkic_history','3')|I])#!. By the Vth Century AD, the Xiongnu confederation was no more and the remaining Xiongnu were likely Turkicized (given the remaining Xiongnu people's proximity to major Turkic confederations), so we assign them the Shaz Turkic language." game_concept_kurykan_culture: "Siberian Turkic Ethnogeneis" - game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present #P ([Concept('siberian_turkic_linguistic_analysis','1')|I])#!. Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in $wtwsms_italic$ [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" + game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present #P ([Concept('siberian_turkic_linguistic_analysis','1')|I])#!. Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in $wtwsms_italic$ $controversy_short_note$" game_concept_tiele_culture: "Turks before the First Turkish Khaganate" game_concept_tiele_culture_short: "the Dinglings, Proto-Turks, and Scythian Horizon $game_concept_archeological_complex$" - game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation #P ([Concept('tiele_note','1')|I])#!. This confederation was fairly long-lived, lasting from the IVth to the VIIIth Century AD, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, $wtwsms_italic$ utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]." + game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation #P ([Concept('tiele_note','1')|I])#!. This confederation was fairly long-lived, lasting from the IVth to the VIIIth Century AD, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, $wtwsms_italic$ utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate $controversy_short_note$." game_concept_kyrgyz_culture: "Yenisei Kyrgyz" game_concept_kyrgyz_culture_short: "Proto-Turks and the Tashtyk $game_concept_archeological_complex$" game_concept_kyrgyz_culture_desc: "The Yenisei Kyrgyz (recorded as Gekun/Ko-kun/Jiankun/Chien-kun in Chinese texts) are an ancient Turkic people who were distinct from other Turkic or Turkic-related cultures, such as the Dinglings during the period of Xiongnu conquest. While they were undoubtedly Turkic in culture, actual physical descriptions describe them as having pale skin, light eye color, and red or blonde hair, similar to the preceding Tashtyk Culture #P ([Concept('yenisei_kirghiz_genetics_1','1')|I])#!.\n\nMore recent genetic analysis reveals a split in the distribution of genetic ancestry between the maternal and paternal lines #P ([Concept('yenisei_kirghiz_genetics_2','2')|I])#!. In line with historical depictions of the Yenisei Kyrgyz in Chinese Annals into the IXth Century AD, we've modified the Kirghiz ethnicity values to reflect this facts.\n\n#bold However, the Kirghiz, as Chinese records attest them as a Turkic group, remain Turkic heritage, Turkic speaking.#!" game_concept_hunnic_culture: "The Origin of the (European) Huns" game_concept_hunnic_culture_short: "Xiongnu and other Steppe cultures between the Ist and IVth Centuries AD" - game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification #P ([Concept('hunnic_genetics_1','1')|I],[Concept('hunnic_genetics_2','2')|I])#!.\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]. To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch [Concept('general_wtwsms_controversy_note','@warning_icon!')|I]." + game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification #P ([Concept('hunnic_genetics_1','1')|I],[Concept('hunnic_genetics_2','2')|I])#!.\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu $controversy_short_note$. To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch $controversy_short_note$." game_concept_bolghar_culture: "Origin of the Bolghars" game_concept_bolghar_culture_short: "Xiongnu and other Steppe cultures before the IVth Century AD" game_concept_bolghar_culture_desc: "Like the Huns, the origin of the Bolghars is somewhat of a mystery. Given the earliest attestation of Bolghar-related groups in the mid-Vth Century AD, they likely arrived as part of the Turkic migration into Europe, spearheaded by the Huns.\n\n#bold As such, for the purposes of game mechanics, we make the Bolghars a divergent culture of the Xiongnu with an origin in the mid-IIIrd Century AD#!" @@ -118,6 +124,10 @@ game_concept_thracian_gothic_split_year_desc: "The Goths, by the time they had extensive contacts with the Romans in the IIIrd and IVth Centuries, consisted primarily of two groups: the Thervingi in the plains north of the lower Danube and the Greuthungi in the Pontic Steppe; the names appear to have been linked to geographic locations.\n\nUnlike the Visigoths, the history of the Moesogoths is more mysterious, but ancient writers such as Jordanes linked the later Ostrogoths and Moesogoths with the earlier Greuthungi, in part by linking Ermanic with the later Ostrogothic Amal dynasty. What is clear is that Gothic components settled in Thrace and Pannonia following the arrival of the Huns.\n\nIt is under the reign of Theodoric Strabo in Thrace that the Moesogoths coalesced as a separate (but related) entity from the Ostrogoths.\n\n#bold In $wtwsms_italic$, we have chosen the date of the Battle of Nedao (which finally broke Hunnic domination) as the formative date for the rise of the Moesogoths as a separate culture#!." game_concept_crimean_gothic_split_year: "Crimean Gothic/Goth Split" game_concept_crimean_gothic_split_year_desc: "The Goths, by the time they had extensive contacts with the Romans in the IIIrd and IVth Centuries, consisted primarily of two groups: the Thervingi in the plains north of the lower Danube and the Greuthungi in the Pontic Steppe; the names appear to have been linked to geographic locations.\n\nThe history of the Crimean Goths is not well attested and is likely that the Crimean Goths arose from a group of Goths and non-Goths in the aftermath of the Hunnic conquest of the Pontic Steppe #P ([Concept('heather_source','1')])#!.\n\nAs such, we separate the Crimean Goths from the early Goths to represent this ethnogeneis" + game_concept_romano_alan_formation_year: "The Roman Alans" + game_concept_romano_alan_formation_year_desc: "In AD 406, large group of Vandals, Alans, and Suebi crossed the Rhine, ushering in drastic changes to Roman rule in Gaul and Hispania and contributing to the eventual collapse of the Western Empire. The bulk of the Alans followed the Alan #italic Rex#! Respindal #P ([Concept('plre_vol_2_respindal','1')|I])#!, but another group followed the #italic Rex#! Goar #P ([Concept('plre_vol_2_goar','2')|I])#!. Goar's smaller band joined forces with the Romans and were eventually settled in Armorica. These Alans probably added Romanized Sarmatian #italice laeti#! in Gaul to their ranks, and eventually formed a small polity in #italic civitas Aurelianorum#!, modern Orleans.\n\n#bold Because technology is closely tied to culture in CK3, we have had to split the Alans in Orleans into a different culture from the remaining Alans north of the Caucasus.#!\n\nThis choice was done to reflect the game mechanics, not necessarily endorsing the idea that the Alans in Orleans were culturally different from their tribal brethren." + game_concept_alano_vandalic_formation_year: "The Vandalic Alans" + game_concept_alano_vandalic_formation_year_desc: "In AD 406, large group of Vandals, Alans, and Suebi crossed the Rhine, ushering in drastic changes to Roman rule in Gaul and Hispania and contributing to the eventual collapse of the Western Empire. The bulk of the Alans followed the Alan #italic Rex#! Respindal #P ([Concept('plre_vol_2_respindal','1')|I])#! and would settle in Lusitania and Carthagiensis. This kingdom was short-lived, and after the death of Attaces, the Alans amalgamated with the Vandals #P ([Concept('plre_vol_2_addac','2')|I])#!. While subordinate to the Vandals, the Alans continued to maintain their own separate identity.\n\n#bold Because technology is closely tied to culture in CK3, we have had to split the Alans in Africa into a different culture from the remaining Alans north of the Caucasus.#!\n\nThis choice was done to reflect the game mechanics, not necessarily endorsing the idea that the Alans in Africa were culturally different from their tribal brethren." #Sources game_concept_strabo_source: "Citation" game_concept_strabo_source_desc: "Strabo #italic Geographica#! V.2.7" @@ -159,6 +169,11 @@ game_concept_indo_parthian_source_2_desc: "Kreyenbroek, Philip G. (2010). #italic Oral Literature of Iranian Languages: Kurdish, Pashto, Baluchi, Ossetic, Persian and Tajik: Companion Volume II: History of Persian Literature A, Volume 18.#! I. B. Tauris. " game_concept_brahui_source_iranica: "Citation" game_concept_brahui_source_iranica_desc: "#italic Encyclopedia Iranica#!. \"Brahui\". #P https://iranicaonline.org/articles/brahui#!" - brahui_source_genetics: "Citation" - brahui_source_genetics_desc: "Pagani L, Colonna V, Tyler-Smith C, Ayub Q. #italic An Ethnolinguistic and Genetic Perspective on the Origins of the Dravidian-Speaking Brahui in Pakistan#!. Man India. 2017;97(1):267-278. PMID: 28381901; PMCID: PMC5378296." - \ No newline at end of file + game_concept_brahui_source_genetics: "Citation" + game_concept_brahui_source_genetics_desc: "Pagani L, Colonna V, Tyler-Smith C, Ayub Q. #italic An Ethnolinguistic and Genetic Perspective on the Origins of the Dravidian-Speaking Brahui in Pakistan#!. Man India. 2017;97(1):267-278. PMID: 28381901; PMCID: PMC5378296." + game_concept_plre_vol_2_goar: "Citation" + game_concept_plre_vol_2_goar_desc: "Martindale, J.R. #italic The Prosopography of the Later Roman Empire: Volume 2 AD 395-527#! \"Goar\"" + game_concept_plre_vol_2_addac: "Citation" + game_concept_plre_vol_2_addac_desc: "Martindale, J.R. #italic The Prosopography of the Later Roman Empire: Volume 2 AD 395-527#! \"Addac\"" + game_concept_plre_vol_2_respindal: "Citation" + game_concept_plre_vol_2_respindal_desc: "Martindale, J.R. #italic The Prosopography of the Later Roman Empire: Volume 2 AD 395-527#! \"Respindal\"" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 6f61301b97..31c466e7e5 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -21,6 +21,10 @@ corduenian_history_loc: "[corudenian_culture_short|E]" #Celtic gaelic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century AD" + #Central Germanic + suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" + alamannian_history_loc: "Formed from various [suebian_culture_short|E] in the IIIrd Century AD" + danube_suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" #Continental Celts galatian_history_loc: "Diverged from [CULTURE.GetName] in the IIIrd Century BC" lusitanian_history_loc: "[lusitanian_culture_short|E]" @@ -54,26 +58,36 @@ #Israelites juhuro_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Vth Century BC" kochinim_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" - - ##### VVVVV TO REORDER VVVVV - #Roman "Special" Overwrites: That is, not having an *actual* culture to hybridize + #Latin corsican_history_loc: "Formed from [CULTURE.GetName] and [paleo_corsican_culture_short|E] in the IIIrd Century BC" sardinian_history_loc: "Formed from [CULTURE.GetName] and [paleo_sardinian_culture_short|E] in the IIIrd Century BC" romano_raetian_history_loc: "Formed from [CULTURE.GetName] and [rhaetian_culture_short|E] in the Ist Century AD" romano_noric_history_loc: "Formed from [CULTURE.GetName] and [noric_culture_short|E] in the Ist Century AD" - romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IIIrd Century BC" - romano_pannonian_history_loc: "Formed from [CULTURE.GetName] and [pannonian_culture_short|E] in the Ist Century AD" - #Roman Date Overwrites (supporting BC) romano_gallic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century BC" romano_african_history_loc: "Formed from [CULTURE.GetName] and [paleo_roman_african_culture_short|E] in the IInd Century BC" + romano_british_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" + romano_thracian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" + romano_illyrian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" + romano_pannonian_history_loc: "Formed from [CULTURE.GetName] and [pannonian_culture_short|E] in the Ist Century AD" + romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IIIrd Century BC" + romano_frank_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IIIrd Century AD" + romano_dacian_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IInd Century AD" romano_aramean_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century BC" - #Central Germanic Culture - danube_suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" - alamannian_history_loc: "Formed from various [suebian_culture_short|E] in the IIIrd Century AD" - suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" - #East Iranians + romano_gothic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century AD" + #Mongols + xianbei_history_loc: "Diverged from Dong-Hu in the IInd Century BC" + tuyuhun_history_loc: "Diverged from [CULTURE.GetName] in the IIIrd Century AD" + ninrun_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" + #Sakan indo_scythian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IInd Century BC" - romano_alan_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in AD [DATE.GetYear]" + #Sarmatian + iazyges_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" + alan_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" + romano_alan_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in [Concept('romano_alan_formation_year','AD 406')|E]" + alano_vandalic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in [Concept('alano_vandalic_formation_year','AD 418')|E]" + + ##### VVVVV TO REORDER VVVVV + #Turks xiongnu_history_loc: "Formed from [xiongnu_culture_short|E] in the IIIrd Century BC" tiele_history_loc: "Formed from [tiele_culture_short|E]" @@ -82,8 +96,6 @@ hunnic_history_loc: "Formed from [hunnic_culture_short|E]" bolghar_history_loc: "Formed from [bolghar_culture_short|E]" hunas_history_loc: "Formed from [hunas_culture_short|E]" - #Mongols - xianbei_history_loc: "Diverged from Dong-Hu in the IInd Century BC" #West Germanic old_frankish_history_loc: "Formed from [west_germanic_culture_short|E] in the IIIrd Century AD" #Tocharian diff --git a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml index 56ae9639a4..1d7ee910c6 100644 --- a/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml +++ b/WtWSMS/localization/english/culture/traditions/BP_cultural_heritages_l_english.yml @@ -31,6 +31,8 @@ heritage_sakan_collective_name: "Sakans" heritage_samartian_name: "Samartian" heritage_samartian_collective_noun: "Samartians" + heritage_yugrian_name: "Yugrian" + heritage_yugrian_collective_noun: "Yugrians" #Latin Heritages heritage_romano_british_name: "British Romance" heritage_romano_british_collective_noun: "British Romantics" From c26e17e81d4eda2898b402e29080371886315c7a Mon Sep 17 00:00:00 2001 From: LT-Rascek <55886300+LT-Rascek@users.noreply.github.com> Date: Sat, 6 May 2023 12:45:55 -0400 Subject: [PATCH 339/339] Update history localizations (3) * Finish updating history localization * Remove redundent bits of info * Fix related errors --- .../game_concepts/BP_flavor_game_concepts.txt | 112 ++++-------------- .../scripted_triggers/BP_culture_triggers.txt | 2 +- .../{amardian.txt => mazanderani.txt} | 0 .../BP_flavor_game_concepts_l_english.yml | 90 ++++++-------- .../culture/BP_cultural_history_l_english.yml | 83 +++++++------ 5 files changed, 97 insertions(+), 190 deletions(-) rename WtWSMS/history/cultures/{amardian.txt => mazanderani.txt} (100%) diff --git a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt index 99217bfd52..9dfc303b8d 100644 --- a/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt +++ b/WtWSMS/common/game_concepts/BP_flavor_game_concepts.txt @@ -4,59 +4,25 @@ archeological_complex = { texture = "gfx/interface/icons/icon_culture.dds" } #Roman Hybrids -rhaetian_culture = { - shown_in_encyclopedia = no - alias = { rhaetian_culture_short } -} -noric_culture = { - shown_in_encyclopedia = no - alias = { noric_culture_short } -} +rhaetian_culture = { shown_in_encyclopedia = no } +noric_culture = { shown_in_encyclopedia = no } pannonian_culture = { shown_in_encyclopedia = no texture = "gfx/interface/icons/faith/illyrian_pagan.dds" - alias = { pannonian_culture_short } -} -paleo_sardinian_culture = { - shown_in_encyclopedia = no - alias = { paleo_sardinian_culture_short } -} -paleo_corsican_culture = { - shown_in_encyclopedia = no - alias = { paleo_corsican_culture_short } -} -paleo_iberian_culture = { - shown_in_encyclopedia = no - alias = { paleo_iberian_culture_short } -} -paleo_roman_african_culture = { - shown_in_encyclopedia = no - alias = { paleo_roman_african_culture_short } } +paleo_sardinian_culture = { shown_in_encyclopedia = no } +paleo_corsican_culture = { shown_in_encyclopedia = no } +paleo_iberian_culture = { shown_in_encyclopedia = no } +paleo_roman_african_culture = { shown_in_encyclopedia = no } #Continental Celtic -lusitanian_culture = { - shown_in_encyclopedia = no - alias = { lusitanian_culture_short } -} +lusitanian_culture = { shown_in_encyclopedia = no } #Greek Cultures -phocaea_culture = { - shown_in_encyclopedia = no - alias = { phocaea_culture_short } -} +phocaea_culture = { shown_in_encyclopedia = no } #Caucasian cultures -corudenian_culture = { - shown_in_encyclopedia = no - alias = { corudenian_culture_short } -} +corudenian_culture = { shown_in_encyclopedia = no } #Iranian Cultures -paleo_azeri_culture = { - shown_in_encyclopedia = no - alias = { paleo_azeri_culture_short } -} -paleo_cyrtian_culture = { - shown_in_encyclopedia = no - alias = { paleo_cyrtian_culture_short } -} +paleo_azeri_culture = { shown_in_encyclopedia = no } +paleo_cyrtian_culture = { shown_in_encyclopedia = no } indo_parthian_proto_culture = { shown_in_encyclopedia = no } brahui_culture = { shown_in_encyclopedia = no } #Indo-Aryan cultures @@ -65,63 +31,30 @@ sinhala_proto_culture = { shown_in_encyclopedia = no } #Mongolic cultures donghu_culture = { shown_in_encyclopedia = no } #Turkic Cultures -xiongnu_culture = { - shown_in_encyclopedia = no - alias = { xiongnu_culture_short } -} +xiongnu_culture = { shown_in_encyclopedia = no } kurykan_culture = { shown_in_encyclopedia = no } -tiele_culture = { - shown_in_encyclopedia = no - alias = { tiele_culture_short } -} -kyrgyz_culture = { - shown_in_encyclopedia = no - alias = { kyrgyz_culture_short } -} -hunnic_culture = { - shown_in_encyclopedia = no - alias = { hunnic_culture_short } -} -bolghar_culture = { - shown_in_encyclopedia = no - alias = { bolghar_culture_short } -} -hunas_culture = { - shown_in_encyclopedia = no - alias = { hunas_culture_short } -} +tiele_culture = { shown_in_encyclopedia = no } +kyrgyz_culture = { shown_in_encyclopedia = no } +hunnic_culture = { shown_in_encyclopedia = no } +bolghar_culture = { shown_in_encyclopedia = no } +hunas_culture = { shown_in_encyclopedia = no } #Serindian Cultures -paleo_khotanese_culture = { - shown_in_encyclopedia = no - alias = { paleo_khotanese_culture_short } -} +paleo_khotanese_culture = { shown_in_encyclopedia = no } #Germanic Cultures wielbark_culture = { shown_in_encyclopedia = no texture = "gfx/interface/icons/_bp_flavor_game_concepts/wielbark_culture.dds" } -elbe_germanic_culture = { - shown_in_encyclopedia = no -} +elbe_germanic_culture = { shown_in_encyclopedia = no } cherniakhiv_culture = { shown_in_encyclopedia = no texture = "gfx/interface/icons/_bp_flavor_game_concepts/chernyakhov_culture.dds" } -przeworsk_culture_history = { - shown_in_encyclopedia = no - alias = { przeworsk_culture_history_short } -} -west_germanic_culture = { - shown_in_encyclopedia = no - alias = { west_germanic_culture_short } -} -suebian_culture = { - shown_in_encyclopedia = no - alias = { suebian_culture_short } -} +przeworsk_culture_history = { shown_in_encyclopedia = no } +west_germanic_culture = { shown_in_encyclopedia = no } +suebian_culture = { shown_in_encyclopedia = no } taifal_culture = { shown_in_encyclopedia = no - alias = { taifal_culture_short } texture = "gfx/interface/icons/_bp_flavor_game_concepts/taifal_culture.dds" } #Notes @@ -158,7 +91,6 @@ sinhalese_genetics_1 = { shown_in_encyclopedia = no } sinhalese_genetics_2 = { shown_in_encyclopedia = no } indo_parthian_source_1 = { shown_in_encyclopedia = no } indo_parthian_source_2 = { shown_in_encyclopedia = no } -indo_parthian_source_3 = { shown_in_encyclopedia = no } brahui_source_iranica = { shown_in_encyclopedia = no } brahui_source_genetics = { shown_in_encyclopedia = no } plre_vol_2_goar = { shown_in_encyclopedia = no } diff --git a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt index eb60902ba8..f29ade9890 100644 --- a/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt +++ b/WtWSMS/common/scripted_triggers/BP_culture_triggers.txt @@ -485,7 +485,7 @@ starts_with_social_stratification_trigger = { #Tocharian this = { has_cultural_pillar = heritage_tocharian } #Uralic - this = { has_cultural_pillar = heritage_magyar } + this = { has_cultural_pillar = heritage_yugrian } ##African #North African diff --git a/WtWSMS/history/cultures/amardian.txt b/WtWSMS/history/cultures/mazanderani.txt similarity index 100% rename from WtWSMS/history/cultures/amardian.txt rename to WtWSMS/history/cultures/mazanderani.txt diff --git a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml index 739edc68d8..9e894090ee 100644 --- a/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml +++ b/WtWSMS/localization/english/BP_flavor_game_concepts_l_english.yml @@ -1,43 +1,34 @@ l_english: #Non-Game Concept quick notes controversy_short_note: "[Concept('general_wtwsms_controversy_note','@warning_icon!')|I]" + citation: "Citation" #Game Concepts game_concept_archeological_complex: "Archaeological Complex" game_concept_archeological_complex_short: "Complex" game_concept_archeological_complex_desc: "\"In archaeology, a complex is a chronological subdivision of different artefact types such as stone tools, pottery, and the like. Complexes are often defined on the basis of the similarities of industries between different sites within a region dating from roughly the same time period #P ([Concept('uscb_archeology','1')|I])#!.\"\n\nWithin $wtwsms_italic$, there are a number of groups that played a pivotal role in the ethnogenesis of later groups, but for whom evidence is scant or precise relations are unknown.\n\nFor the sake of accuracy, we include references to these groups within tooltips." #Romanized Groups game_concept_rhaetian_culture: "Rhaetian Culture" - game_concept_rhaetian_culture_short: "Rhaetian" game_concept_rhaetian_culture_desc: "The Rhaeti were a confederation of Alpine tribes related to the Etruscans, whose name lent itself to the Roman province of Raetia. The Rhaeti language itself may have been spoken as late as the IIIrd Century AD, but by the Ist Century BC, the process of language death was already well underway.\n\nBy the Vth Century AD, Romanization was complete, and the last of the Tyrsenian languages was dead." game_concept_noric_culture: "Noric Culture" - game_concept_noric_culture_short: "Noric" game_concept_noric_culture_desc: "The area that would become the Roman province of Noricum was inhabited by Celtic peoples prior to the Roman conquest. The region became famous for the quality of its iron. The Norics were related to the Taurisci in modern Carinthia and northern Slovenia, according to Pliny the Elder; this statement has not been generally accepted by modern historians." game_concept_pannonian_culture: "Pannonian Culture" - game_concept_pannonian_culture_short: "Pannonian" game_concept_pannonian_culture_desc: "The Ancient Pannonians are a subgroup of the Illyrian peoples, who occupied the region later known as the Roman province of Pannonia.\n\nExisting on the boundary between the Illyrian and Celtic peoples, some of the Pannonian tribes were Celticized.\n\nWhile part of the greater Illyrian peoples, the Pannonians were a distinct subgroup from those that formed the Romano-Illyrians, and as such the Romano-Pannonians are a separate group from the Romano-Illyrians." game_concept_paleo_sardinian_culture: "Nuragic Culture" - game_concept_paleo_sardinian_culture_short: "Nuragic" game_concept_paleo_sardinian_culture_desc: "The pre-Roman peoples of Sardinian, also known as Nuragic Culture, named after the Nuraghe structures they left behind. The culture existed on Sardinia from at least the XVIIIth Century BC until the Roman Conquest in 238 BC (and possibly until the VIth Century AD in the Barbagia region of Sardinia). While the culture left few written records, extensive material evidence remains of the later Nuragic tribes, the Balares and the Iliensis, as well as records left by surrounding civilizations.\n\nFollowing the Roman Conquest, the islands had considerable settlement from Italy and extensive Romanization, although some tribes, such as the Parati, Sossinati, Balari, and Aconites remained outside Roman control into Imperial times #P ([Concept('strabo_source','1')|I])#! and resisted Christianization until the late VIth Century AD, when Pope Gregory I sent a mission to convert Hospito's tribe in Barbagia." game_concept_paleo_corsican_culture: "Corsi Culture" - game_concept_paleo_corsican_culture_short: "Corsi" game_concept_paleo_corsican_culture_desc: "The Corsi are the pre-Roman people of Corisca (and northern Sardinia) who lived on the island prior to the Roman conquest. While ancient authors connect the to either the Ligurians or Etruscans, their actual identification remains a mystery.\n\nThey were possibly related to the Bronze Age Torrean Civilization in Southern Corsica, but the limited evidence prevents any substantial conclusion." game_concept_paleo_iberian_culture: "Paleo-Iberian Cultures" - game_concept_paleo_iberian_culture_short: "Paleo-Iberians" - game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd Century AD. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC). It is even possible they were not related to any other group in the peninsula.\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani #P ([Concept('lusitani_note','1')|I])#! and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture." + game_concept_paleo_iberian_culture_desc: "Prior to the Roman Conquest, Iberia contained a number of different cultures that were later subsumed into the Romanized population of the Iberian Peninsula. Among them are:\n\n$EFFECT_LIST_BULLET$The #italic Hispani#! of coastal Hispania Citerior, Hispania Tarraconensis, and Hispania Ulterior, whose language is unclassified and was extinct by the IInd Century AD. The #italic Hispani#! were noted horse breeders and warriors who displayed significant social stratification.\n$EFFECT_LIST_BULLET$The #italic Turdetani#! of Baetica, a people of uncertain relation; it is possible they were related to the #italic Hispani#!, or the pre-Celtic Indo-European peoples of the peninsula such as the Lusitani and Vettones, or the non-Indo-European Tartessians (whose kingdom survived in the region until at least the IVth Century BC). It is even possible they were not related to any other group in the peninsula.\n$EFFECT_LIST_BULLET$A number of Celtic tribes, such as the Celtiberi and Celtici of Hispania Tarraconensis and Hispania Lustiania, who were thoroughly Romanized by the end of the Vth Century AD.\n$EFFECT_LIST_BULLET$The Pre-Celtic Indo-European Tribes such as the Lusitani #P ([Concept('lusitani_note','a')|I])#! and the Vettones of Hispania Lustiania. They spoke Indo-European languages, potentially related to Celtic or Italic branches. Noted warriors, these groups resisted Romanization and maintained an independent identity until at least the Ist Century AD, and in the case of the Lusitani, probably until the Vth.\n\nThe Romano-Hispanic culture is a combination of these influences as well as Roman culture." game_concept_paleo_roman_african_culture: "Northwest African Cultures" - game_concept_paleo_roman_african_culture_short: "Northwest African Cultures" - game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\n#bold Because of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African#! #P ([Concept('romano_african_note','1')|I])#!" + game_concept_paleo_roman_african_culture_desc: "Northwest Africa had a number of cultures that contributed to the formation of the Romano-African identity, although principally there were two main contributors:\n\n$EFFECT_LIST_BULLET$The Punic culture of the Carthaginian civilization, whose demise is chosen as the date for the creation of Romano-African culture.\n$EFFECT_LIST_BULLET$The Amazigh cultures, principally the Numidians and the Mauri.\n\n#bold Because of the limitations of game mechanics, Punic is chosen as the second parent culture for Roman-African#! #P ([Concept('romano_african_note','a')|I])#!" #Caucasian Cultures game_concept_corudenian_culture: "The Corduenians" - game_concept_corudenian_culture_short: "Formed from a variety of peoples before the Vth Century BC" game_concept_corudenian_culture_desc: "The Corduenians (or Carduchoi, Korduk', Gordyene, or Gortyene) are a poorly attested people that lived between Lake Van and Adiabene in Late Antiquity (and are attested into at least the VIIth Century AD).\n\nTheir precise origins are unknown, and debate remains as per their relation with other groups; some support a Kurdish connection and others refute it #P ([Concept('corudenian_source_1','1')|I])#!, others an Armenian connection, and still others a potential Iranian, or Gutian, or Uratuian connection. Lake of significant material evidence makes such identification difficult.\n\n#bold Because Armenian sources consider the rulers of Korduk' to be Armenian nobility #P ([Concept('corudenian_source_2','2')|I])#!, and a significant Christian presence existed in Gordyene during late Antiquity #P ([Concept('corudenian_source_3','3')|I])#!, we've chosen to make the Corduenians a Caucasian people speaking an isolate language#! $controversy_short_note$" #Continental Celtic Proto-Cultures game_concept_lusitanian_culture: "Lusitanian History" - game_concept_lusitanian_culture_short: "An Indo-European people Celticized and Romanized following centuries of contact" game_concept_lusitanian_culture_desc: "The precise ethnic identity of the #italic Lusitani#! is a matter of debate; scholars have posited a para-Celtic, Italic, or a separate branch from Italo-Celtic.\n\nWithin $wtwsms_italic$, the Lusitanian culture represents the Celticized and Romanized descendents of the original #italic Lusitani#! peoples." #Greek Proto-Cultures game_concept_phocaea_culture: "Ionian Culture" - game_concept_phocaea_culture_short: "Created by settlers from Phoacaea" game_concept_phocaea_culture_desc: "The Ionians were one of the four major subdivisions of Greeks in the ancient period; others included Dorians, Aeolians, and Achaeans. Because of their small numbers and the extended period that the Massalians have had under Roman domination, the Massalians speak Latin like the surrounding groups by the Vth Century AD." #Iranian Proto-Cultures game_concept_indo_parthian_proto_culture: "History of Baluchistan" @@ -45,10 +36,8 @@ game_concept_brahui_culture: "A Dravidian-speaking population that underwent Iranization" game_concept_brahui_culture_desc: "The existent of the Dravidian-speaking Brahui within a larger population of Indo-Iranian speaking peoples is a mystery. Some scholars posit the Brahui were part of a migration to the region (sometime within the last 3 millennia #P ([Concept('brahui_source_iranica','1')|I])#!)#!, while others argue that the Brahui represent a relic population, considering no significant genetic difference between the Brahui and their Indo-Iranian neighbours #P ([Concept('brahui_source_genetics','2')|I])#!)#!.\n\n#bold Within $wtwsms_italic$, we choose to model the Brahui as a relic population and as such, the Brahui are an Iranian heritage culture $controversy_short_note$, which matches their own self-identification as Balochs #P ([Concept('brahui_source_iranica','1')|I])#!)#!." game_concept_paleo_azeri_culture: "Paleo-Atropatene Cultures" - game_concept_paleo_azeri_culture_short: "Atropatene Peoples" game_concept_paleo_azeri_culture_desc: "The region known as Media Atropatene (or Iranian Azerbaijan in modern parlance) is a historical region in modern Northwest Iran. Historically, the region contained a number of different peoples prior to the conquest by the Medes in 609 BC. These include:\n\n$EFFECT_LIST_BULLET$The Matiene, a kingdom whose population possibly spoke a Hurro-Uratian language. Because of the Scythian and Cimmerian migrations, influences from Eastern Iranian speaking peoples cannot be ruled out.\n$EFFECT_LIST_BULLET$Caspians, a possibly pre-Indo-European people who lived south of the Araxes River.\n$EFFECT_LIST_BULLET$Cyrtians, a nomadic group of potentially Iranian or non-Iranian ancestry (or both), who lived in the Zagros Mountains.\n\nAfter the conquest of Media by the Achaemenid Empire, the region, the region underwent extensive Iranianization. By the Vth Century AD, Media Atropatene was fully Iranianized #P ([Concept('paleo_azeri_source','1')|I])#!." game_concept_paleo_cyrtian_culture: "Paleo-Zagros Cultures" - game_concept_paleo_cyrtian_culture_short: "Paleo-Zagros Peoples" game_concept_paleo_cyrtian_culture_desc: "A number of non-Iranian nomadic groups lived in the Zagros Mountains during Antiquity, including the Uxii, Cyrtians, Lullubi, and Gutians. By the Vth Century AD, these groups had been under the process of Iranianization for several centuries and this process was either complete or nearing completion.\n\nBecause of the restrictions of game mechanics and the general lack of firm data, we group all these people together as Crytians and made them an Iranian speaking, Iranian heritage culture." #Indo-Aryan Proto-Cultures game_concept_malavas_culture: "Malavas People" @@ -56,51 +45,40 @@ game_concept_sinhala_proto_culture: "Pre-Anuradhapura Sri Lanka" game_concept_sinhala_proto_culture_desc: "The history of Sri Lanka prior to the Anuradhapura kingdom is poorly documented and mostly shrouded in folklore and epics. From the legend of Prince Vijaya, and studies of Elu Prakrit, a tentative link between the Sinhalese and proto-Bengalis can be made.\n\nThe legend of Prince Vijaya appears to have at least some basis in fact when reviewing genetic studies of Sri Lankans; studies indicate a link between some Bengali populations and the Sinhalese #P ([Concept('sinhalese_genetics_1','1')|I])#!. These studies also reveal links with the Tamils #P ([Concept('sinhalese_genetics_1','1')|I],[Concept('sinhalese_genetics_2','2')|I])#! and (likely) indigenous Vedda people, although much more of the former than the later #P ([Concept('sinhalese_genetics_2','2')|I])#!.\n\nFrom these studies we can conclude that the Sinhalese population is a complex admixture of Indo-Aryan, Dravidian, and indigenous populations, possibly involving an elite transfer from Bengal.\n\n#bold For the purposes of game mechanics, we model the Sinhalese as a Bengali/Tamil hybrid#! $controversy_short_note$" #Mongolic Proto-Cultures - game_concept_donghu_culture: "Dong-Hu" - game_concept_donghu_culture_desc: "The Dong-Hu is a Chinese name meaning \"Eastern Barbarians\" and in particular refers to the nomadic people in what is today northern Heibei, southeastern Inner Mongolia, and western Liaoning, Jilin, and Heilongjiang; the terms is contrasted with Xi-hu meaning \"Western Barbarians\". The Donghu were eventually conquered by the Xiongnu under Modu Chanyu (ca. 200-175 BC), and afterwards split into the Wuhuan and Xianbei; the later would become a contributing group that formed the Khitan while the former would play a role in the downfall of the Xiongnu confederacy.\n\n#bold Considering the Chinese links of the Donghu with the later Khitans, in $wtwsms_italic$, we make the Donghu-derived cultures Mongolic heritage and speak various Para-Mongolic languages $controversy_short_note$." + game_concept_donghu_culture: "The Dong-Hu" + game_concept_donghu_culture_desc: "The Dong-Hu is a Chinese name meaning \"Eastern Barbarians\" and in particular refers to the nomadic people in what is today northern Heibei, southeastern Inner Mongolia, and western Liaoning, Jilin, and Heilongjiang in the last centuries BC; the terms is contrasted with Xi-hu meaning \"Western Barbarians\".\n\nThe Donghu were eventually conquered by the Xiongnu under Modu Chanyu (ca. 200-175 BC), and afterwards split into the Wuhuan and Xianbei; the later would become a contributing group that formed the Khitan while the former would play a role in the downfall of the Xiongnu confederacy.\n\n#bold Considering the Chinese links of the Donghu with the later Khitans, in $wtwsms_italic$, we make the Donghu-derived cultures Mongolic heritage and speak various Para-Mongolic languages $controversy_short_note$." #Turkic Proto-Cultures game_concept_xiongnu_culture: "Xiongnu Ethnogenesis" - game_concept_xiongnu_culture_short: "several different nomadic pastoralist cultures" - game_concept_xiongnu_culture_desc: "The ethnic identity of the Xiongnu remains a controversial question involving research in the fields of archaeology, genetics, and linguistics. The least controversial aspect is the genetic analysis; based on autosomal ancestry, the Xiongnu are a heterogeneous group combining influences of the East Asian Slab Grave Culture (ca. 1300-300 BC) and West Eurasian influences, most likely containing elements of the Sakan Pazyryk and Sagly/Uyuk Cultures #P ([Concept('xiongnu_genetic_source','1')|I])#!. Somewhat confounding these findings is the Xiongnu's historic marriage alliances with the Han Chinese, which introduces a high amount of Han Chinese genetic influence in the ruling stratum that was unlikely to have effected the genetic disposition of the common people.\n\nThis, of course does not answer the cultural identification of the Xiongnu themselves, as genetics is not synonymous with culture. Linguistically, several incompatible theories have support among historians, including Turkic, Iranian, Yeniseian, Mongolic, and even a linguistic isolate have varying levels of support. The name Xiongnu itself is a pejorative in Chinese, meaning \"fierce slave\" #P ([Concept('xiongnu_name_note','2')|I])#!, although it is possible that this may be a transliteration of #italic Huna#! or a reference to the Ongi River.\n\nIn reality, the Xiongnu were probably a heterogeneous group within which were probably strong Proto-Turkic and Proto-Mongolic elements. Ultimately, the limitations of game mechanics forces us to make compromises, and given the genetic and (somewhat controversial) cultural links between the Xiongnu and and the Huns, we have chosen to make the Xiongnu a Turkic culture #P ([Concept('xiongnu_genetic_source','1')|I],[Concept('yorulmazoglu_turkic_history','3')|I])#!. By the Vth Century AD, the Xiongnu confederation was no more and the remaining Xiongnu were likely Turkicized (given the remaining Xiongnu people's proximity to major Turkic confederations), so we assign them the Shaz Turkic language." + game_concept_xiongnu_culture_desc: "The ethnic identity of the Xiongnu remains a controversial question involving research in the fields of archaeology, genetics, and linguistics. The least controversial aspect is the genetic analysis; based on autosomal ancestry, the Xiongnu are a heterogeneous group combining influences of the East Asian Slab Grave Culture (ca. 1300-300 BC) and West Eurasian influences, most likely containing elements of the Sakan Pazyryk and Sagly/Uyuk Cultures #P ([Concept('xiongnu_genetic_source','1')|I])#!. Somewhat confounding these findings is the Xiongnu's historic marriage alliances with the Han Chinese, which introduces a high amount of Han Chinese genetic influence in the ruling stratum that was unlikely to have effected the genetic disposition of the common people.\n\nThis, of course does not answer the cultural identification of the Xiongnu themselves, as genetics is not synonymous with culture. Linguistically, several incompatible theories have support among historians, including Turkic, Iranian, Yeniseian, Mongolic, and even a linguistic isolate have varying levels of support. The name Xiongnu itself is a pejorative in Chinese, meaning \"fierce slave\" #P ([Concept('xiongnu_name_note','a')|I])#!, although it is possible that this may be a transliteration of #italic Huna#! or a reference to the Ongi River.\n\nIn reality, the Xiongnu were probably a heterogeneous group within which were probably strong Proto-Turkic and Proto-Mongolic elements. Ultimately, the limitations of game mechanics forces us to make compromises, and given the genetic and (somewhat controversial) cultural links between the Xiongnu and and the Huns, we have chosen to make the Xiongnu a Turkic culture #P ([Concept('xiongnu_genetic_source','1')|I],[Concept('yorulmazoglu_turkic_history','3')|I])#!. By the Vth Century AD, the Xiongnu confederation was no more and the remaining Xiongnu were likely Turkicized (given the remaining Xiongnu people's proximity to major Turkic confederations), so we assign them the Shaz Turkic language." game_concept_kurykan_culture: "Siberian Turkic Ethnogeneis" game_concept_kurykan_culture_desc: "The origin of the Northern Siberian Turks (in particular, the Yakuts), is somewhat difficult to fully unravel.\n\nBased on genetic analysis, the Yakuts themselves are an admixture of Turco-Mongols and native Siberian peoples in the Lena River basin.\n\nComputational Linguistic analysis of Turkic languages reveals that Northern Siberian Turkish was the earliest to split from Common Turkic, approximately 15-16 centuries before present #P ([Concept('siberian_turkic_linguistic_analysis','1')|I])#!. Considering references to the Kurykan peoples in the Lena/Angara region around this period, we've elected to use the Kurykans are the progenitors of the Northern Siberian people as the Kurykans in $wtwsms_italic$ $controversy_short_note$" game_concept_tiele_culture: "Turks before the First Turkish Khaganate" - game_concept_tiele_culture_short: "the Dinglings, Proto-Turks, and Scythian Horizon $game_concept_archeological_complex$" - game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation #P ([Concept('tiele_note','1')|I])#!. This confederation was fairly long-lived, lasting from the IVth to the VIIIth Century AD, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, $wtwsms_italic$ utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate $controversy_short_note$." + game_concept_tiele_culture_desc: "The history of the Turkic peoples prior to the rise of the Göktürk Khaganate is poorly documented. While Chinese sources note the existence of some specific subgroups, such as the Yenisei Kyrgyz (transliterated as Gekun/Ko-Kun/Jiankun/Chien-kun), the main body of what would become the various Common Turkic-speaking Turkish cultures were still in the Altai-Sayan environs in the late Vth Century AD as part of the Tiele (or Chiele) Confederation #P ([Concept('tiele_note','a')|I])#!. This confederation was fairly long-lived, lasting from the IVth to the VIIIth Century AD, if the Chinese words Chile and Tiele indeed map to the same Turkish word. Most references to later Turkic cultures are centuries later. \n\nAs such, $wtwsms_italic$ utilizes Tiele as the representative culture for the Pre-Turkic Khaganate Common Turkic-speaking people (excepting the Kyrgyz and Kurykans). We further extend this cultural designation to the Yueban (or "Weak Xiongnu"), as the Yueban splinter tribes played a major role as part of the First Turkic Khaganate $controversy_short_note$." game_concept_kyrgyz_culture: "Yenisei Kyrgyz" - game_concept_kyrgyz_culture_short: "Proto-Turks and the Tashtyk $game_concept_archeological_complex$" game_concept_kyrgyz_culture_desc: "The Yenisei Kyrgyz (recorded as Gekun/Ko-kun/Jiankun/Chien-kun in Chinese texts) are an ancient Turkic people who were distinct from other Turkic or Turkic-related cultures, such as the Dinglings during the period of Xiongnu conquest. While they were undoubtedly Turkic in culture, actual physical descriptions describe them as having pale skin, light eye color, and red or blonde hair, similar to the preceding Tashtyk Culture #P ([Concept('yenisei_kirghiz_genetics_1','1')|I])#!.\n\nMore recent genetic analysis reveals a split in the distribution of genetic ancestry between the maternal and paternal lines #P ([Concept('yenisei_kirghiz_genetics_2','2')|I])#!. In line with historical depictions of the Yenisei Kyrgyz in Chinese Annals into the IXth Century AD, we've modified the Kirghiz ethnicity values to reflect this facts.\n\n#bold However, the Kirghiz, as Chinese records attest them as a Turkic group, remain Turkic heritage, Turkic speaking.#!" game_concept_hunnic_culture: "The Origin of the (European) Huns" - game_concept_hunnic_culture_short: "Xiongnu and other Steppe cultures between the Ist and IVth Centuries AD" game_concept_hunnic_culture_desc: "The origin and ethnic identification of the European Huns is a matter of continuing debate among scholars, ever since Joseph de Guingnes proposed a link between the Xiongnu and the Huns.\n\nA number of arguments support a connection between the Northern Xiongnu and the various Hunnic peoples, including genetics and textual analysis; however, the general dearth of hard data makes it difficult to determine the ethnic identity of the Huns and Huna peoples. The genetic evidence does point to a clear genetic link between the Hunnic and Xiongnu people, but this does not implicitly prove a cultural identification #P ([Concept('hunnic_genetics_1','1')|I],[Concept('hunnic_genetics_2','2')|I])#!.\nCertain textual clues point to a Turkic connection, but these remain somewhat limited in size and scope.\n\nUltimately, we suspect that the Huns were a heterogeneous group with a strong Turkic ruling component and choose to represent the European Huns as a descendent culture form the Xiongnu $controversy_short_note$. To account for the genetic evidence, the Hunnic ethnicity map accounts for a combination of Xiongnu, Scytho-Sarmatian, and Gothic elements. The linguistic affiliation remains the least documented, but because of the association of the Bolghars and Huns, have made Hunnic a Turkic language of the Oghuric branch $controversy_short_note$." game_concept_bolghar_culture: "Origin of the Bolghars" - game_concept_bolghar_culture_short: "Xiongnu and other Steppe cultures before the IVth Century AD" game_concept_bolghar_culture_desc: "Like the Huns, the origin of the Bolghars is somewhat of a mystery. Given the earliest attestation of Bolghar-related groups in the mid-Vth Century AD, they likely arrived as part of the Turkic migration into Europe, spearheaded by the Huns.\n\n#bold As such, for the purposes of game mechanics, we make the Bolghars a divergent culture of the Xiongnu with an origin in the mid-IIIrd Century AD#!" game_concept_hunas_culture: "Origin of the Huna people" - game_concept_hunas_culture_short: "Xiognu and Bactrian peoples in the IVth Century AD" game_concept_hunas_culture_desc: "Huna is an Indian name to a group of Central Asian tribes who entered the Indian subcontinent in the Vth and VIth Centuries AD. The precise origins of these people is a matter of debate, although it appears that the Hepthalites, Xionites, Kidarites, and others were a set of related people.\n\nBoth textual (e.g., the colour white being tied to the southern direction) would indicate a Turkic influence #P ([Concept('yorulmazoglu_turkic_history','1')|I])#!, while the extensive use of Bactrian in official correspondence would indicate Iranian influence or fusion with local elements, possibly being adopted as a native language after a period of settlement.\n\nMost likely, like the Xiongnu, the various Huna peoples were a heterogeneous group that included a number of elements. For those Ancient Indian sources identify as Huna, they were likely part of a period of migration in the IVth Century AD in response to climatic changes in Northern Eurasia.\n\n#bold For the purposes of game mechanics, we make the Hunas culture a Xiognu/Bactrian Hybrid.#!" #Serindian Proto-Cultures - game_concept_paleo_khotanese_culture: "Paleo-Khotanese Culture" - game_concept_paleo_khotanese_culture_short: "Unknown Culture" + game_concept_paleo_khotanese_culture: "Pre-Saka Khotan" game_concept_paleo_khotanese_culture_desc: "The pre-Saka period of Khotan is not well documented. Although Xuanzang documents several founding legends tying Khotan to the city of Taxila in Punjab, some historians consider this to be more of an attempted explanation for the Chinese and Indian influences in Khotan in the VIIth Century AD.\n\nOther evidence may indicate that the city was founded by Greco-Bactrian settlers, given Hellenistic influences found on the Sampul tapestry. \n\nAnother possibility, as the region lies on the crossroads of several competing cultural spheres of influence, the Khotan kingdom was a multiethnic confederation from which Tocharian, Sakan, Chinese, and Indian influences combined.\n\n#bold For the purposes of game mechanics, we treat Khotanese as a Saka-Tocharian hybrid.#!" #Germanic Proto-Cultures game_concept_wielbark_culture: "Wielbark Complex" game_concept_wielbark_culture_desc: "The Wielbark culture (or East Pomeranian-Mazovian culture) is an [archeological_complex|E] that flourished in the Vistula basin during the Ist to Vth Centuries AD.\n\nThis archaeological complex is associated with the Goths and other East Germanic peoples, although not exclusively so. By the IIIrd Century AD, expansion of the Wielbark culture had led to the ejection of the Przeworsk Culture from the Poznań region. By the IIIrd century, it reached as far south as the northern reaches of modern Ukraine, and may have played a role in the creation of the [cherniakhiv_culture|E] culture in Ukraine #P ([Concept('heather_source','1')|I])#!." - game_concept_elbe_germanic_culture: "Irimonic" + game_concept_elbe_germanic_culture: "Elbe Germanic Peoples" game_concept_elbe_germanic_culture_desc: "Elbe Germanic, or Irimonic, is a term used to describe an unattested proto-language that evolved into the later Lombardic, Alemannic, Bavarian, and Thuringian dialects of German.\n\nThe full extent of the Irimonic-speaking peoples at the beginning of the Late Antiquity Period extended as far as the Oder River and Danube, and such groups intermixed with other Germanic peoples within Germania Magna." game_concept_cherniakhiv_culture: "Cherniakhiv Complex" game_concept_cherniakhiv_culture_desc: "The Cherniakhiv culture is a an [archeological_complex|E] that flourished between the IInd to the Vth Centuries AD in parts of modern Ukraine, Russia, Moldova, and Belarus.\n\nPotentially a multiethnic mix of Dacian, Sarmatian, and Gothic peoples, the Cherniakhiv culture is commonly associated with the Goths and related groups, as the earliest unambiguous attestations of the Goths link them to Scythia.\n\nThe decline of the Cherniakhiv culture is associated with the arrival of the Huns in the late IVth Century AD, which coincides with Ermanaric's invasion of Roman territory.\n\nThe Cherniakhiv culture was later supplanted by the Penkovka culture, associated with the Slavic Antes, in the aftermath of the collapse of the Hunnic Empire." - game_concept_przeworsk_culture_history: "Przeworsk Culture" - game_concept_przeworsk_culture_history_short: "Baltic, Celtic, Proto-Slavic, and Germanic Peoples" + game_concept_przeworsk_culture_history: "Przeworsk $archeological_complex$" game_concept_przeworsk_culture_history_desc: "The Przeworsk culture is an [archeological_complex|E] that existed between the IIIrd Century BC and the Vth Century AD, in what is today the central Oder and Vistula Basins in modern Germany and Poland.\n\nThe most popular view of the Przeworsk culture is that it was a multiethnic material culture with Baltic, Celtic, and Germanic influences. The East Germanic Vandals and Lugii are linked to the culture, but were probably only a part of the Archaeological Complex.\n\nBy the late Vth Century AD, the culture was in decline, corresponding with the arrival of the Huns and its subsequent effects on Eastern Europe. Within $wtwsms_italic$, the Przeworsk culture represents the remaining East Germanic component, given the Lugii and Vandals are both closely linked to the specific region Przeworsk occupies. The Baltic component is represented by the Vistula-Veneti." game_concept_west_germanic_culture: "Istvaeonic Germanic Peoples" - game_concept_west_germanic_culture_short: "Istvaeonic-Speaking Peoples" game_concept_west_germanic_culture_desc: "The Istvaeones were a Germanic group of tribes occupying the Weser-Rhine region of Europe in Late Antiquity. Among these groups are the Batavi, Chamavi, Chatti, and (tenuously) the Frisii.\n\n It is likely that the Franks developed from this group, as various attestations in the IVth and Vth Centuries AD link the Franks to a number of Istvaeonic tribes. By the late Vth Century AD, the Franks had become pre-eminent in the Rhine basin, and (besides some potential attestation to the Chatti in the Vth Century AD), had replaced most of the former Istvaeones." game_concept_suebian_culture: "Suebian Culture" - game_concept_suebian_culture_short: "Suebian Peoples" game_concept_suebian_culture_desc: "The Suebians, or Suebi/Suevi/Suavi, were a large group of Germanic peoples mentioned in Classical and Late Antiquity, associated with various [elbe_germanic_culture|E] groups such as the Marcomanni, Quadi, Hermunduri, Semnones, and Lombards. The precise definition of the group was fluid and changed throughout history, although Tacitus and Pliny mention them as a major subdivision of the Germans.\n\nThe Suebi would play a major role in Roman history, including the Marcomannic Wars during the Crisis of the Third Century.\n\nA group of Suebians under Hermeric would cross the Danube with the Alans and Vandals, overrunning Gaul and Hispania and establishing the Kingdom of the Suebi in Gallacia.\n\nOther groups under Hunimund would fall under Hunnic dominion and later become part of the Alemannic confederation according to Jordanes." game_concept_taifal_culture: "Origin of the Taifals" - game_concept_taifal_culture_short: "$game_concept_cherniakhiv_culture$ $game_concept_archeological_complex_short$ and Sarmatian Peoples in the IIIrd Century AD" game_concept_taifal_culture_desc: "The Taifals are one of the more mysterious peoples of Late Antiquity; they are clearly tied to the Goths, following Cniva's campaigns in Dacia and Moesia in the IIIrd Century AD, but also made excellent cavalrymen, a feature more in common with Sarmatian peoples like the Alans in Gaul and the Vandalic kingdom.\n\nBy the late Vth Century AD, the Taifals remained a power of note in the area of Poiters and Lusigan.\n\n#bold For the purposes of game mechanics, we make the Taifal culture a Gothic/Sarmatian hybrid.#!" #Notes game_concept_general_wtwsms_controversy_note: "A Note on Design Decisions" @@ -129,51 +107,51 @@ game_concept_alano_vandalic_formation_year: "The Vandalic Alans" game_concept_alano_vandalic_formation_year_desc: "In AD 406, large group of Vandals, Alans, and Suebi crossed the Rhine, ushering in drastic changes to Roman rule in Gaul and Hispania and contributing to the eventual collapse of the Western Empire. The bulk of the Alans followed the Alan #italic Rex#! Respindal #P ([Concept('plre_vol_2_respindal','1')|I])#! and would settle in Lusitania and Carthagiensis. This kingdom was short-lived, and after the death of Attaces, the Alans amalgamated with the Vandals #P ([Concept('plre_vol_2_addac','2')|I])#!. While subordinate to the Vandals, the Alans continued to maintain their own separate identity.\n\n#bold Because technology is closely tied to culture in CK3, we have had to split the Alans in Africa into a different culture from the remaining Alans north of the Caucasus.#!\n\nThis choice was done to reflect the game mechanics, not necessarily endorsing the idea that the Alans in Africa were culturally different from their tribal brethren." #Sources - game_concept_strabo_source: "Citation" + game_concept_strabo_source: "$citation$" game_concept_strabo_source_desc: "Strabo #italic Geographica#! V.2.7" - game_concept_uscb_archeology: "Archaeological Complex Definition" + game_concept_uscb_archeology: "$citation$" game_concept_uscb_archeology_desc: "Definition taken from University of California, Santa Barbara Website: \n#P https://archserve.id.ucsb.edu/courses/anth/fagan/anth3/courseware/Hierarchy/ArchHierarchy.html#!" - game_concept_paleo_azeri_source: "History of Iranian Azerbaijan" + game_concept_paleo_azeri_source: "$citation$" game_concept_paleo_azeri_source_desc: "For more information, please see the #italic Encyclopedia Iranica#! article on Azerbaijan:\n #P https://iranicaonline.org/articles/azerbaijan-iii#!" - game_concept_xiongnu_genetic_source: "Xiognu Genetics" + game_concept_xiongnu_genetic_source: "$citation$" game_concept_xiongnu_genetic_source_desc: "For some details on Xiognu genetic analysis, see:\n\nJeong, C. et al. #italic A Dynamic 6,000-Year Genetic History of Eurasia's Eastern Steppe#!. Cell. 2020 Nov 12. pp. 890-904" - game_concept_yorulmazoglu_turkic_history: "Citation" + game_concept_yorulmazoglu_turkic_history: "$citation$" game_concept_yorulmazoglu_turkic_history_desc: "Yorulmazoglu, E. #italic The Central Asian Civilization That Bridged the East and The West for Over Two Millennia#!. CreateSpace." - game_concept_siberian_turkic_linguistic_analysis: "Citation" + game_concept_siberian_turkic_linguistic_analysis: "$citation$" game_concept_siberian_turkic_linguistic_analysis_desc: "Savelyev, A. and Martine Robbeets. #italic Bayesian phylolinguistics infers the internal structure and the time-depth of the Turkic language family#!. Journal of Language Evolution, Volume 5, Issue 1, January 2020, Pages 39–53" - game_concept_yenisei_kirghiz_genetics_1: "Citation" + game_concept_yenisei_kirghiz_genetics_1: "$citation$" game_concept_yenisei_kirghiz_genetics_1_desc: "Keyser, C. et al. #italic Ancient DNA provides new insights into the history of south Siberian Kurgan people#!. Human Genetics, March 2009" - game_concept_yenisei_kirghiz_genetics_2: "Citation" + game_concept_yenisei_kirghiz_genetics_2: "$citation$" game_concept_yenisei_kirghiz_genetics_2_desc: "Guo, Y. et al. #italic Joint Genetic Analyses of Mitochondrial and Y-Chromosome Molecular Markers for a Population from Northwest China#!" - game_concept_hunnic_genetics_1: "Citation" + game_concept_hunnic_genetics_1: "$citation$" game_concept_hunnic_genetics_1_desc: "Gnecchi-Ruscone, G. et al. #italic Ancient genomic time transect from the Central Asian Steppe unravels the history of the Scythians#!. Sci Adv. 2021 Mar 26" - game_concept_hunnic_genetics_2: "Citation" + game_concept_hunnic_genetics_2: "$citation$" game_concept_hunnic_genetics_2_desc: "Maroti, Z. et al. #italic The genetic origin of Huns, Avars, and conquering Hungarians#!. Current Biology. 21. #P doi:10.1016/j.cub.2022.04.093#!" - game_concept_heather_source: "Citation" + game_concept_heather_source: "$citation$" game_concept_heather_source_desc: "For more information, consider reading Peter Heather's #italic Empires and Barbarians: The Fall of Rome and the Birth of Europe#!" - game_concept_corudenian_source_1: "Citation" + game_concept_corudenian_source_1: "$citation$" game_concept_corudenian_source_1_desc: "Encyclopedia Iranica. #italic GORDYENE#!. #P https://referenceworks.brillonline.com/entries/encyclopaedia-iranica-online/gordyene-COM_336455#!" - game_concept_corudenian_source_2: "Citation" + game_concept_corudenian_source_2: "$citation$" game_concept_corudenian_source_2_desc: "Marciak, M. #italic Sophene, Gordyene, and Adiabene: Three Regna Minora of Northern Mesopotamia Between East and West#!. \"Chapter 5: Cultural Landscape of Gordyene\". Brill. 2017." - game_concept_corudenian_source_3: "Citation" + game_concept_corudenian_source_3: "$citation$" game_concept_corudenian_source_3_desc: "Harrak, A. #italic The Acts of Mār Mārī the Apostle#!. Society of Biblical Literature. 2005." - game_concept_malavas_source: "Citation" + game_concept_malavas_source: "$citation$" game_concept_malavas_source_desc: "Sircar, D. #italic Studies in the Geography of Ancient and Medieval India#!. Motilal Banarsidass Publ., 1971. pp. 205-6." - game_concept_sinhalese_genetics_1: "Citation" + game_concept_sinhalese_genetics_1: "$citation$" game_concept_sinhalese_genetics_1_desc: "Kirk, R. L. #italic The legend of Prince Vijaya — a study of Sinhalese origins#!. American Journal of Biological Anthropolgy. 1976." - game_concept_sinhalese_genetics_2: "Citation" + game_concept_sinhalese_genetics_2: "$citation$" game_concept_sinhalese_genetics_2_desc: "Ranaweera1, L. et al. #italic Mitochondrial DNA history of Sri Lankan ethnic people: their relations within the island and with the Indian subcontinental populations#!. Journal of Human Genetics. 2013." - game_concept_indo_parthian_source_1: "Citation" + game_concept_indo_parthian_source_1: "$citation$" game_concept_indo_parthian_source_1_desc: "#italic Encyclopedia Iranica#!. \"Baluchistan: Geography, History and Ethnography\". #P https://www.iranicaonline.org/articles/baluchistan-i#!" - game_concept_indo_parthian_source_2: "Citation" + game_concept_indo_parthian_source_2: "$citation$" game_concept_indo_parthian_source_2_desc: "Kreyenbroek, Philip G. (2010). #italic Oral Literature of Iranian Languages: Kurdish, Pashto, Baluchi, Ossetic, Persian and Tajik: Companion Volume II: History of Persian Literature A, Volume 18.#! I. B. Tauris. " - game_concept_brahui_source_iranica: "Citation" + game_concept_brahui_source_iranica: "$citation$" game_concept_brahui_source_iranica_desc: "#italic Encyclopedia Iranica#!. \"Brahui\". #P https://iranicaonline.org/articles/brahui#!" - game_concept_brahui_source_genetics: "Citation" + game_concept_brahui_source_genetics: "$citation$" game_concept_brahui_source_genetics_desc: "Pagani L, Colonna V, Tyler-Smith C, Ayub Q. #italic An Ethnolinguistic and Genetic Perspective on the Origins of the Dravidian-Speaking Brahui in Pakistan#!. Man India. 2017;97(1):267-278. PMID: 28381901; PMCID: PMC5378296." - game_concept_plre_vol_2_goar: "Citation" + game_concept_plre_vol_2_goar: "$citation$" game_concept_plre_vol_2_goar_desc: "Martindale, J.R. #italic The Prosopography of the Later Roman Empire: Volume 2 AD 395-527#! \"Goar\"" - game_concept_plre_vol_2_addac: "Citation" + game_concept_plre_vol_2_addac: "$citation$" game_concept_plre_vol_2_addac_desc: "Martindale, J.R. #italic The Prosopography of the Later Roman Empire: Volume 2 AD 395-527#! \"Addac\"" - game_concept_plre_vol_2_respindal: "Citation" + game_concept_plre_vol_2_respindal: "$citation$" game_concept_plre_vol_2_respindal_desc: "Martindale, J.R. #italic The Prosopography of the Later Roman Empire: Volume 2 AD 395-527#! \"Respindal\"" \ No newline at end of file diff --git a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml index 31c466e7e5..ae293b73c0 100644 --- a/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml +++ b/WtWSMS/localization/english/culture/BP_cultural_history_l_english.yml @@ -2,36 +2,36 @@ #Arabic Cultures khalan_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" #Baltic - vistula_veneti_history_loc: "Formed from [przeworsk_culture_history_short|E] in the IIIrd Century BC" + vistula_veneti_history_loc: "Formed from [Concept('przeworsk_culture_history','Baltic, Celtic, Proto-Slavic, and Germanic Peoples')|E] in the IIIrd Century BC" #Berber numidian_successor_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" #Burman tripuri_history_loc: "Diverged from [CULTURE.GetName] before the Ist Century AD" #Byzantine - tsakonian_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century BC" #End of Doric Greek and beginning of Tsakonian Language - pontic_history_loc: "Diverged from [CULTURE.GetName] in the IXth Century BC" #Foundation of Sinope by Miletus (Attic is closer than Aeolic language) - bosporan_history_loc: "Diverged from [CULTURE.GetName] in the VIIth Century BC" #Foundation of Panticapaeum by Miletus (Attic is closer than Aeolic language) - helleno_thracian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Vth Century BC" #Establishment of Neapolis (Kavala) - helleno_aramean_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century BC" #Alexander's conquest of the Levant - massalian_history_loc: "[phocaea_culture_short|E] in the VIth Century BC and Romanized" #Colonization of Masallia by Phocaea (Aeolic speakers) - helleno_libyan_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the VIIth Century BC" #Colonization of Cyrene by Thera (Doric speakers) - helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century BC" #Founding of Alexandria + tsakonian_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century BC" + pontic_history_loc: "Diverged from [CULTURE.GetName] in the IXth Century BC" + bosporan_history_loc: "Diverged from [CULTURE.GetName] in the VIIth Century BC" + helleno_thracian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Vth Century BC" + helleno_aramean_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century BC" + massalian_history_loc: "Created by [Concept('phocaea_culture','settlers from Phoacaea')|E] in the VIth Century BC and Romanized" + helleno_libyan_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the VIIth Century BC" + helleno_coptic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century BC" #Caucasian lazic_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" - corduenian_history_loc: "[corudenian_culture_short|E]" + corduenian_history_loc: "[Concept('corudenian_culture','Formed from a variety of peoples before the Vth Century BC')|E]" #Celtic gaelic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century AD" #Central Germanic - suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" - alamannian_history_loc: "Formed from various [suebian_culture_short|E] in the IIIrd Century AD" - danube_suebi_history_loc: "Formed from various [suebian_culture_short|E] in [Concept('suebi_split_year','AD 409')|E]" + suebi_history_loc: "Formed from various [Concept('suebian_culture','Suebian Peoples')|E] in [Concept('suebi_split_year','AD 409')|E]" + alamannian_history_loc: "Formed from various [Concept('suebian_culture','Suebian Peoples')|E] in the IIIrd Century AD" + danube_suebi_history_loc: "Formed from various [Concept('suebian_culture','Suebian Peoples')|E] in [Concept('suebi_split_year','AD 409')|E]" #Continental Celts galatian_history_loc: "Diverged from [CULTURE.GetName] in the IIIrd Century BC" - lusitanian_history_loc: "[lusitanian_culture_short|E]" + lusitanian_history_loc: "[Concept('lusitanian_culture','An Indo-European people Celticized and Romanized following centuries of contact')|E]" #East African daju_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" #East Germanic - przeworsk_history_loc: "Formed from [przeworsk_culture_history_short|E] in IIIrd Century BC" + przeworsk_history_loc: "Formed from [Concept('przeworsk_culture_history','Baltic, Celtic, Proto-Slavic, and Germanic Peoples')|E] in IIIrd Century BC" vandalic_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" vidivarii_history_loc: "Formed from the [wielbark_culture|E] and West Baltic peoples in Vth Century AD" gothic_history_loc: "Formed from the [wielbark_culture|E] and [cherniakhiv_culture|E] in IIIrd Century AD" @@ -41,8 +41,8 @@ crimean_gothic_history_loc: "Diverged from [CULTURE.GetName] in the [Concept('crimean_gothic_split_year','IVth Century AD')|E]" heruli_history_loc: "Diverged from [cherniakhiv_culture|E] in the IIIrd Century AD" wielbark_history_loc: "Diverged from the [wielbark_culture|E] in the IIIrd Century AD" - denziner_history_loc: "Formed from the [wielbark_culture|E] and [elbe_germanic_culture|E] peoples in IIIrd Century AD" - taifal_history_loc: "Formed from [taifal_culture_short|E]" + denziner_history_loc: "Formed from the [wielbark_culture|E] and [Concept('elbe_germanic_culture','Irimonic peoples')|E] in IIIrd Century AD" + taifal_history_loc: "Formed from [Concept('taifal_culture','$game_concept_cherniakhiv_culture$ $game_concept_archeological_complex_short$ and Sarmatian Peoples')|E] in the IIIrd Century AD" rygir_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" skirian_history_loc: "Diverged from [cherniakhiv_culture|E] in the IIIrd Century AD" #Indo-Aryan @@ -51,31 +51,31 @@ sinhala_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the [Concept('sinhala_proto_culture','VIth Century BC')|E]" #Iranian parthian_history_loc: "Formed from [CULTURE.GetName] and an unknown culture of Iranian [heritage|E] in the IIIrd Century BC" - indo_parthian_history_loc: "Formed from [CULTURE.GetName] and [Concept('indo_parthian_proto_culture','an Unknown Culture')|E] in the Ist Century AD" + indo_parthian_history_loc: "Formed from [CULTURE.GetName] and an [Concept('indo_parthian_proto_culture','Unknown Culture')|E] in the Ist Century AD" brahui_history_loc: "[brahui_culture|E]" - adhari_history_loc: "Formed from [CULTURE.GetName] and [paleo_azeri_culture_short|E] in the VIIth Century BC" - cyrtian_history_loc: "Formed from a variety of [paleo_cyrtian_culture_short|E] after a period of Iranianization" + adhari_history_loc: "Formed from [CULTURE.GetName] and [Concept('paleo_azeri_culture','Atropatene Peoples')|E] in the VIIth Century BC" + cyrtian_history_loc: "Formed from a variety of [Concept('paleo_cyrtian_culture','Paleo-Zagros Peoples')|E] after a period of Iranianization" #Israelites juhuro_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Vth Century BC" kochinim_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" #Latin - corsican_history_loc: "Formed from [CULTURE.GetName] and [paleo_corsican_culture_short|E] in the IIIrd Century BC" - sardinian_history_loc: "Formed from [CULTURE.GetName] and [paleo_sardinian_culture_short|E] in the IIIrd Century BC" - romano_raetian_history_loc: "Formed from [CULTURE.GetName] and [rhaetian_culture_short|E] in the Ist Century AD" - romano_noric_history_loc: "Formed from [CULTURE.GetName] and [noric_culture_short|E] in the Ist Century AD" + corsican_history_loc: "Formed from [CULTURE.GetName] and [Concept('paleo_corsican_culture','Corsi')|E] in the IIIrd Century BC" + sardinian_history_loc: "Formed from [CULTURE.GetName] and [Concept('paleo_sardinian_culture','Nuragic')|E] in the IIIrd Century BC" + romano_raetian_history_loc: "Formed from [CULTURE.GetName] and [Concept('rhaetian_culture','Rhaetian')|E] in the Ist Century AD" + romano_noric_history_loc: "Formed from [CULTURE.GetName] and [Concept('noric_culture','Noric')|E] in the Ist Century AD" romano_gallic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century BC" - romano_african_history_loc: "Formed from [CULTURE.GetName] and [paleo_roman_african_culture_short|E] in the IInd Century BC" + romano_african_history_loc: "Formed from [CULTURE.GetName] and [Concept('paleo_roman_african_culture','Northwest African peoples')|E] in the IInd Century BC" romano_british_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" romano_thracian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" romano_illyrian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century AD" - romano_pannonian_history_loc: "Formed from [CULTURE.GetName] and [pannonian_culture_short|E] in the Ist Century AD" - romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IIIrd Century BC" - romano_frank_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IIIrd Century AD" - romano_dacian_history_loc: "Formed from [CULTURE.GetName] and [paleo_iberian_culture_short|E] in the IInd Century AD" + romano_pannonian_history_loc: "Formed from [CULTURE.GetName] and [Concept('pannonian_culture','Pannonian')|E] in the Ist Century AD" + romano_hispanic_history_loc: "Formed from [CULTURE.GetName] and [Concept('paleo_iberian_culture','Paleo-Iberians')|E] in the IIIrd Century BC" + romano_frank_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IIIrd Century AD" + romano_dacian_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IInd Century AD" romano_aramean_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the Ist Century BC" romano_gothic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in the IVth Century AD" #Mongols - xianbei_history_loc: "Diverged from Dong-Hu in the IInd Century BC" + xianbei_history_loc: "Diverged from [Concept('donghu_culture','Dong-Hu peoples')|E] in the IInd Century BC" tuyuhun_history_loc: "Diverged from [CULTURE.GetName] in the IIIrd Century AD" ninrun_history_loc: "Diverged from [CULTURE.GetName] in the IVth Century AD" #Sakan @@ -85,19 +85,16 @@ alan_history_loc: "Diverged from [CULTURE.GetName] in the Ist Century AD" romano_alan_history_loc: "Formed from [CULTURE.GetName], [TARGET_CULTURE.GetName], and Sarmatian #italic Laeti#! in [Concept('romano_alan_formation_year','AD 406')|E]" alano_vandalic_history_loc: "Formed from [CULTURE.GetName] and [TARGET_CULTURE.GetName] in [Concept('alano_vandalic_formation_year','AD 418')|E]" - - ##### VVVVV TO REORDER VVVVV - - #Turks - xiongnu_history_loc: "Formed from [xiongnu_culture_short|E] in the IIIrd Century BC" - tiele_history_loc: "Formed from [tiele_culture_short|E]" - kirghiz_history_loc: "Formed from [kyrgyz_culture_short|E] in the IVth Century AD" + #Serindian + khotanese_history_loc: "Formed from [CULTURE.GetName] and an [Concept('paleo_khotanese_culture','Unknown Culture')|E] in IIIrd Century AD" + #Turkic + xiongnu_history_loc: "Formed from [Concept('xiongnu_culture','several different nomadic pastoralist cultures')|E] in the IIIrd Century BC" + hunnic_history_loc: "Formed from [Concept('hunnic_culture','Xiongnu and other Steppe cultures')|E] between the Ist and IVth Centuries AD" + bolghar_history_loc: "Formed from [Concept('bolghar_culture','Xiongnu and other Steppe cultures')|E] before the IVth Century AD" + hunas_history_loc: "Formed from [Concept('hunas_culture','Xiognu and Bactrian peoples')|E] in the IVth Century AD" + tiele_history_loc: "Formed from [Concept('tiele_culture','the Dinglings, Proto-Turks, and Scythian Horizon $game_concept_archeological_complex$')|E]" + kirghiz_history_loc: "Formed from [Concept('kyrgyz_culture','Proto-Turks and the Tashtyk $game_concept_archeological_complex$')|E] in the IVth Century AD" kurykan_history_loc: "Formed from the [Concept('kurykan_culture','Proto-Turkic and Northeast Asian peoples')|E] in the IInd Century BC" - hunnic_history_loc: "Formed from [hunnic_culture_short|E]" - bolghar_history_loc: "Formed from [bolghar_culture_short|E]" - hunas_history_loc: "Formed from [hunas_culture_short|E]" #West Germanic - old_frankish_history_loc: "Formed from [west_germanic_culture_short|E] in the IIIrd Century AD" - #Tocharian - khotanese_history_loc: "Formed from [CULTURE.GetName] and a [paleo_khotanese_culture_short|E] in IIIrd Century AD" + old_frankish_history_loc: "Formed from [Concept('west_germanic_culture','Istvaeonic-Speaking Peoples')|E] in the IIIrd Century AD" \ No newline at end of file